From 9522ec4b4f22d21d3afd0ff92e0c19f38ee51d59 Mon Sep 17 00:00:00 2001 From: Diego Islas Ocampo Date: Tue, 14 Jul 2020 00:15:14 -0500 Subject: [PATCH] Implement basic layered characters functionality --- dist/engine/core/monogatari.css | 2 +- dist/engine/core/monogatari.js | 95241 +++++++++++++++++++- dist/engine/core/monogatari.js.map | 2 +- src/actions/ShowCharacter.js | 33 +- src/components/character-sprite/index.css | 24 + src/components/character-sprite/index.js | 99 + src/index.css | 1 + src/index.js | 2 + 8 files changed, 93944 insertions(+), 1460 deletions(-) create mode 100644 src/components/character-sprite/index.css create mode 100644 src/components/character-sprite/index.js diff --git a/dist/engine/core/monogatari.css b/dist/engine/core/monogatari.css index 1e195c4f..8f4c4174 100644 --- a/dist/engine/core/monogatari.css +++ b/dist/engine/core/monogatari.css @@ -15,4 +15,4 @@ \* * * * * * * * * * * * * * * * * * * * */.shake,.shake-chunk,.shake-crazy,.shake-hard,.shake-horizontal,.shake-little,.shake-opacity,.shake-rotate,.shake-slow,.shake-vertical{display:inherit;transform-origin:center center}.shake-freeze,.shake-infinite.shake-infinite--hover:hover,.shake-trigger:hover .shake-infinite.shake-infinite--hover{-webkit-animation-play-state:paused;animation-play-state:paused}.shake-chunk:hover,.shake-crazy:hover,.shake-freeze:hover,.shake-hard:hover,.shake-horizontal:hover,.shake-little:hover,.shake-opacity:hover,.shake-rotate:hover,.shake-slow:hover,.shake-trigger:hover .shake,.shake-trigger:hover .shake-chunk,.shake-trigger:hover .shake-crazy,.shake-trigger:hover .shake-freeze,.shake-trigger:hover .shake-hard,.shake-trigger:hover .shake-horizontal,.shake-trigger:hover .shake-little,.shake-trigger:hover .shake-opacity,.shake-trigger:hover .shake-rotate,.shake-trigger:hover .shake-slow,.shake-trigger:hover .shake-vertical,.shake-vertical:hover,.shake:hover{-webkit-animation-play-state:running;animation-play-state:running}@-webkit-keyframes shake{2%{transform:translate(.5px,.5px) rotate(-.5deg)}4%{transform:translate(-.5px,-.5px) rotate(.5deg)}6%{transform:translate(2.5px,-1.5px) rotate(.5deg)}8%{transform:translate(1.5px,-1.5px) rotate(.5deg)}10%{transform:translate(1.5px,1.5px) rotate(.5deg)}12%{transform:translate(-.5px,2.5px) rotate(-.5deg)}14%{transform:translate(-1.5px,-.5px) rotate(1.5deg)}16%{transform:translate(-1.5px,-.5px) rotate(1.5deg)}18%{transform:translate(-1.5px,2.5px) rotate(.5deg)}20%{transform:translate(1.5px,.5px) rotate(.5deg)}22%{transform:translate(.5px,.5px) rotate(1.5deg)}24%{transform:translate(-.5px,.5px) rotate(1.5deg)}26%{transform:translate(2.5px,2.5px) rotate(1.5deg)}28%{transform:translate(-.5px,1.5px) rotate(1.5deg)}30%{transform:translate(2.5px,2.5px) rotate(-.5deg)}32%{transform:translate(.5px,.5px) rotate(.5deg)}34%{transform:translate(-.5px,1.5px) rotate(.5deg)}36%{transform:translate(.5px,2.5px) rotate(-.5deg)}38%{transform:translate(.5px,.5px) rotate(-.5deg)}40%{transform:translate(1.5px,2.5px) rotate(.5deg)}42%{transform:translate(-.5px,.5px) rotate(1.5deg)}44%{transform:translate(-.5px,.5px) rotate(.5deg)}46%{transform:translate(-1.5px,2.5px) rotate(1.5deg)}48%{transform:translate(1.5px,-.5px) rotate(.5deg)}50%{transform:translate(2.5px,-.5px) rotate(-.5deg)}52%{transform:translate(2.5px,1.5px) rotate(1.5deg)}54%{transform:translate(-.5px,.5px) rotate(-.5deg)}56%{transform:translate(.5px,2.5px) rotate(-.5deg)}58%{transform:translate(.5px,1.5px) rotate(-.5deg)}60%{transform:translate(-.5px,1.5px) rotate(-.5deg)}62%{transform:translate(2.5px,2.5px) rotate(-.5deg)}64%{transform:translate(-1.5px,2.5px) rotate(.5deg)}66%{transform:translate(2.5px,2.5px) rotate(1.5deg)}68%{transform:translate(2.5px,-.5px) rotate(1.5deg)}70%{transform:translate(.5px,.5px) rotate(-.5deg)}72%{transform:translate(2.5px,1.5px) rotate(.5deg)}74%{transform:translate(1.5px,.5px) rotate(.5deg)}76%{transform:translate(-.5px,-.5px) rotate(1.5deg)}78%{transform:translate(-.5px,-1.5px) rotate(.5deg)}80%{transform:translate(1.5px,2.5px) rotate(1.5deg)}82%{transform:translate(1.5px,-.5px) rotate(1.5deg)}84%{transform:translate(2.5px,1.5px) rotate(1.5deg)}86%{transform:translate(-1.5px,2.5px) rotate(-.5deg)}88%{transform:translate(-.5px,1.5px) rotate(.5deg)}90%{transform:translate(1.5px,1.5px) rotate(1.5deg)}92%{transform:translate(.5px,2.5px) rotate(.5deg)}94%{transform:translate(.5px,2.5px) rotate(1.5deg)}96%{transform:translate(1.5px,1.5px) rotate(-.5deg)}98%{transform:translate(2.5px,1.5px) rotate(-.5deg)}0%,to{transform:translate(0) rotate(0)}}@keyframes shake{2%{transform:translate(.5px,.5px) rotate(-.5deg)}4%{transform:translate(-.5px,-.5px) rotate(.5deg)}6%{transform:translate(2.5px,-1.5px) rotate(.5deg)}8%{transform:translate(1.5px,-1.5px) rotate(.5deg)}10%{transform:translate(1.5px,1.5px) rotate(.5deg)}12%{transform:translate(-.5px,2.5px) rotate(-.5deg)}14%{transform:translate(-1.5px,-.5px) rotate(1.5deg)}16%{transform:translate(-1.5px,-.5px) rotate(1.5deg)}18%{transform:translate(-1.5px,2.5px) rotate(.5deg)}20%{transform:translate(1.5px,.5px) rotate(.5deg)}22%{transform:translate(.5px,.5px) rotate(1.5deg)}24%{transform:translate(-.5px,.5px) rotate(1.5deg)}26%{transform:translate(2.5px,2.5px) rotate(1.5deg)}28%{transform:translate(-.5px,1.5px) rotate(1.5deg)}30%{transform:translate(2.5px,2.5px) rotate(-.5deg)}32%{transform:translate(.5px,.5px) rotate(.5deg)}34%{transform:translate(-.5px,1.5px) rotate(.5deg)}36%{transform:translate(.5px,2.5px) rotate(-.5deg)}38%{transform:translate(.5px,.5px) rotate(-.5deg)}40%{transform:translate(1.5px,2.5px) rotate(.5deg)}42%{transform:translate(-.5px,.5px) rotate(1.5deg)}44%{transform:translate(-.5px,.5px) rotate(.5deg)}46%{transform:translate(-1.5px,2.5px) rotate(1.5deg)}48%{transform:translate(1.5px,-.5px) rotate(.5deg)}50%{transform:translate(2.5px,-.5px) rotate(-.5deg)}52%{transform:translate(2.5px,1.5px) rotate(1.5deg)}54%{transform:translate(-.5px,.5px) rotate(-.5deg)}56%{transform:translate(.5px,2.5px) rotate(-.5deg)}58%{transform:translate(.5px,1.5px) rotate(-.5deg)}60%{transform:translate(-.5px,1.5px) rotate(-.5deg)}62%{transform:translate(2.5px,2.5px) rotate(-.5deg)}64%{transform:translate(-1.5px,2.5px) rotate(.5deg)}66%{transform:translate(2.5px,2.5px) rotate(1.5deg)}68%{transform:translate(2.5px,-.5px) rotate(1.5deg)}70%{transform:translate(.5px,.5px) rotate(-.5deg)}72%{transform:translate(2.5px,1.5px) rotate(.5deg)}74%{transform:translate(1.5px,.5px) rotate(.5deg)}76%{transform:translate(-.5px,-.5px) rotate(1.5deg)}78%{transform:translate(-.5px,-1.5px) rotate(.5deg)}80%{transform:translate(1.5px,2.5px) rotate(1.5deg)}82%{transform:translate(1.5px,-.5px) rotate(1.5deg)}84%{transform:translate(2.5px,1.5px) rotate(1.5deg)}86%{transform:translate(-1.5px,2.5px) rotate(-.5deg)}88%{transform:translate(-.5px,1.5px) rotate(.5deg)}90%{transform:translate(1.5px,1.5px) rotate(1.5deg)}92%{transform:translate(.5px,2.5px) rotate(.5deg)}94%{transform:translate(.5px,2.5px) rotate(1.5deg)}96%{transform:translate(1.5px,1.5px) rotate(-.5deg)}98%{transform:translate(2.5px,1.5px) rotate(-.5deg)}0%,to{transform:translate(0) rotate(0)}}.shake,.shake-trigger:hover .shake,.shake.shake-freeze,.shake.shake-infinite,.shake:hover{-webkit-animation-name:shake;animation-name:shake;-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes shake-little{2%{transform:translate(1px) rotate(.5deg)}4%{transform:translate(1px,1px) rotate(.5deg)}6%{transform:translate(0) rotate(.5deg)}8%{transform:translate(0) rotate(.5deg)}10%{transform:translate(0) rotate(.5deg)}12%{transform:translate(1px) rotate(.5deg)}14%{transform:translate(1px) rotate(.5deg)}16%{transform:translateY(1px) rotate(.5deg)}18%{transform:translate(1px,1px) rotate(.5deg)}20%{transform:translate(1px,1px) rotate(.5deg)}22%{transform:translate(1px,1px) rotate(.5deg)}24%{transform:translate(1px,1px) rotate(.5deg)}26%{transform:translate(0) rotate(.5deg)}28%{transform:translate(1px) rotate(.5deg)}30%{transform:translateY(1px) rotate(.5deg)}32%{transform:translate(1px,1px) rotate(.5deg)}34%{transform:translate(1px) rotate(.5deg)}36%{transform:translate(1px) rotate(.5deg)}38%{transform:translateY(1px) rotate(.5deg)}40%{transform:translate(0) rotate(.5deg)}42%{transform:translateY(1px) rotate(.5deg)}44%{transform:translate(1px,1px) rotate(.5deg)}46%{transform:translate(1px,1px) rotate(.5deg)}48%{transform:translate(0) rotate(.5deg)}50%{transform:translate(1px,1px) rotate(.5deg)}52%{transform:translate(1px,1px) rotate(.5deg)}54%{transform:translate(1px) rotate(.5deg)}56%{transform:translate(0) rotate(.5deg)}58%{transform:translate(1px) rotate(.5deg)}60%{transform:translate(1px,1px) rotate(.5deg)}62%{transform:translate(1px) rotate(.5deg)}64%{transform:translate(1px) rotate(.5deg)}66%{transform:translateY(1px) rotate(.5deg)}68%{transform:translate(0) rotate(.5deg)}70%{transform:translateY(1px) rotate(.5deg)}72%{transform:translate(1px,1px) rotate(.5deg)}74%{transform:translate(0) rotate(.5deg)}76%{transform:translateY(1px) rotate(.5deg)}78%{transform:translate(1px) rotate(.5deg)}80%{transform:translate(1px) rotate(.5deg)}82%{transform:translate(1px,1px) rotate(.5deg)}84%{transform:translateY(1px) rotate(.5deg)}86%{transform:translate(0) rotate(.5deg)}88%{transform:translate(0) rotate(.5deg)}90%{transform:translate(1px) rotate(.5deg)}92%{transform:translate(1px) rotate(.5deg)}94%{transform:translate(1px,1px) rotate(.5deg)}96%{transform:translate(1px,1px) rotate(.5deg)}98%{transform:translateY(1px) rotate(.5deg)}0%,to{transform:translate(0) rotate(0)}}@keyframes shake-little{2%{transform:translate(1px) rotate(.5deg)}4%{transform:translate(1px,1px) rotate(.5deg)}6%{transform:translate(0) rotate(.5deg)}8%{transform:translate(0) rotate(.5deg)}10%{transform:translate(0) rotate(.5deg)}12%{transform:translate(1px) rotate(.5deg)}14%{transform:translate(1px) rotate(.5deg)}16%{transform:translateY(1px) rotate(.5deg)}18%{transform:translate(1px,1px) rotate(.5deg)}20%{transform:translate(1px,1px) rotate(.5deg)}22%{transform:translate(1px,1px) rotate(.5deg)}24%{transform:translate(1px,1px) rotate(.5deg)}26%{transform:translate(0) rotate(.5deg)}28%{transform:translate(1px) rotate(.5deg)}30%{transform:translateY(1px) rotate(.5deg)}32%{transform:translate(1px,1px) rotate(.5deg)}34%{transform:translate(1px) rotate(.5deg)}36%{transform:translate(1px) rotate(.5deg)}38%{transform:translateY(1px) rotate(.5deg)}40%{transform:translate(0) rotate(.5deg)}42%{transform:translateY(1px) rotate(.5deg)}44%{transform:translate(1px,1px) rotate(.5deg)}46%{transform:translate(1px,1px) rotate(.5deg)}48%{transform:translate(0) rotate(.5deg)}50%{transform:translate(1px,1px) rotate(.5deg)}52%{transform:translate(1px,1px) rotate(.5deg)}54%{transform:translate(1px) rotate(.5deg)}56%{transform:translate(0) rotate(.5deg)}58%{transform:translate(1px) rotate(.5deg)}60%{transform:translate(1px,1px) rotate(.5deg)}62%{transform:translate(1px) rotate(.5deg)}64%{transform:translate(1px) rotate(.5deg)}66%{transform:translateY(1px) rotate(.5deg)}68%{transform:translate(0) rotate(.5deg)}70%{transform:translateY(1px) rotate(.5deg)}72%{transform:translate(1px,1px) rotate(.5deg)}74%{transform:translate(0) rotate(.5deg)}76%{transform:translateY(1px) rotate(.5deg)}78%{transform:translate(1px) rotate(.5deg)}80%{transform:translate(1px) rotate(.5deg)}82%{transform:translate(1px,1px) rotate(.5deg)}84%{transform:translateY(1px) rotate(.5deg)}86%{transform:translate(0) rotate(.5deg)}88%{transform:translate(0) rotate(.5deg)}90%{transform:translate(1px) rotate(.5deg)}92%{transform:translate(1px) rotate(.5deg)}94%{transform:translate(1px,1px) rotate(.5deg)}96%{transform:translate(1px,1px) rotate(.5deg)}98%{transform:translateY(1px) rotate(.5deg)}0%,to{transform:translate(0) rotate(0)}}.shake-little,.shake-little.shake-freeze,.shake-little.shake-infinite,.shake-little:hover,.shake-trigger:hover .shake-little{-webkit-animation-name:shake-little;animation-name:shake-little;-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes shake-slow{2%{transform:translate(9px,-9px) rotate(-2.5deg)}4%{transform:translate(3px,7px) rotate(.5deg)}6%{transform:translate(-5px,8px) rotate(-.5deg)}8%{transform:translate(10px,-7px) rotate(2.5deg)}10%{transform:translate(-8px,2px) rotate(3.5deg)}12%{transform:translateY(4px) rotate(1.5deg)}14%{transform:translate(1px,5px) rotate(2.5deg)}16%{transform:translate(-6px,-3px) rotate(-.5deg)}18%{transform:translate(9px,7px) rotate(3.5deg)}20%{transform:translate(-3px,-9px) rotate(2.5deg)}22%{transform:translate(10px,-2px) rotate(-.5deg)}24%{transform:translate(5px) rotate(.5deg)}26%{transform:translate(-7px,6px) rotate(2.5deg)}28%{transform:translate(10px,-4px) rotate(.5deg)}30%{transform:translate(8px,6px) rotate(2.5deg)}32%{transform:translate(-5px,9px) rotate(.5deg)}34%{transform:translate(-5px,3px) rotate(.5deg)}36%{transform:translateY(-7px) rotate(2.5deg)}38%{transform:translate(-7px,-1px) rotate(1.5deg)}40%{transform:translate(-1px,4px) rotate(-2.5deg)}42%{transform:translate(-6px,-3px) rotate(-1.5deg)}44%{transform:translate(10px) rotate(1.5deg)}46%{transform:translate(-6px,3px) rotate(1.5deg)}48%{transform:translate(-3px,8px) rotate(-2.5deg)}50%{transform:translate(1px,7px) rotate(-.5deg)}52%{transform:translate(7px,9px) rotate(3.5deg)}54%{transform:translate(9px,3px) rotate(-.5deg)}56%{transform:translate(2px,-5px) rotate(-2.5deg)}58%{transform:translateY(-2px) rotate(-1.5deg)}60%{transform:translate(10px,10px) rotate(1.5deg)}62%{transform:translate(1px,10px) rotate(-.5deg)}64%{transform:translate(4px,4px) rotate(-1.5deg)}66%{transform:translate(10px,-8px) rotate(-2.5deg)}68%{transform:translate(1px,-5px) rotate(-2.5deg)}70%{transform:translate(-4px,-5px) rotate(1.5deg)}72%{transform:translate(9px) rotate(.5deg)}74%{transform:translate(9px,-1px) rotate(1.5deg)}76%{transform:translate(-7px,4px) rotate(-2.5deg)}78%{transform:translate(4px,-5px) rotate(-.5deg)}80%{transform:translate(6px,7px) rotate(-.5deg)}82%{transform:translate(4px,-3px) rotate(-2.5deg)}84%{transform:translate(8px,-2px) rotate(.5deg)}86%{transform:translate(6px,1px) rotate(3.5deg)}88%{transform:translate(-7px,-4px) rotate(-2.5deg)}90%{transform:translate(-5px,7px) rotate(.5deg)}92%{transform:translate(-1px,-1px) rotate(-1.5deg)}94%{transform:translate(4px,7px) rotate(3.5deg)}96%{transform:translate(8px,-4px) rotate(1.5deg)}98%{transform:translate(9px,-2px) rotate(.5deg)}0%,to{transform:translate(0) rotate(0)}}@keyframes shake-slow{2%{transform:translate(9px,-9px) rotate(-2.5deg)}4%{transform:translate(3px,7px) rotate(.5deg)}6%{transform:translate(-5px,8px) rotate(-.5deg)}8%{transform:translate(10px,-7px) rotate(2.5deg)}10%{transform:translate(-8px,2px) rotate(3.5deg)}12%{transform:translateY(4px) rotate(1.5deg)}14%{transform:translate(1px,5px) rotate(2.5deg)}16%{transform:translate(-6px,-3px) rotate(-.5deg)}18%{transform:translate(9px,7px) rotate(3.5deg)}20%{transform:translate(-3px,-9px) rotate(2.5deg)}22%{transform:translate(10px,-2px) rotate(-.5deg)}24%{transform:translate(5px) rotate(.5deg)}26%{transform:translate(-7px,6px) rotate(2.5deg)}28%{transform:translate(10px,-4px) rotate(.5deg)}30%{transform:translate(8px,6px) rotate(2.5deg)}32%{transform:translate(-5px,9px) rotate(.5deg)}34%{transform:translate(-5px,3px) rotate(.5deg)}36%{transform:translateY(-7px) rotate(2.5deg)}38%{transform:translate(-7px,-1px) rotate(1.5deg)}40%{transform:translate(-1px,4px) rotate(-2.5deg)}42%{transform:translate(-6px,-3px) rotate(-1.5deg)}44%{transform:translate(10px) rotate(1.5deg)}46%{transform:translate(-6px,3px) rotate(1.5deg)}48%{transform:translate(-3px,8px) rotate(-2.5deg)}50%{transform:translate(1px,7px) rotate(-.5deg)}52%{transform:translate(7px,9px) rotate(3.5deg)}54%{transform:translate(9px,3px) rotate(-.5deg)}56%{transform:translate(2px,-5px) rotate(-2.5deg)}58%{transform:translateY(-2px) rotate(-1.5deg)}60%{transform:translate(10px,10px) rotate(1.5deg)}62%{transform:translate(1px,10px) rotate(-.5deg)}64%{transform:translate(4px,4px) rotate(-1.5deg)}66%{transform:translate(10px,-8px) rotate(-2.5deg)}68%{transform:translate(1px,-5px) rotate(-2.5deg)}70%{transform:translate(-4px,-5px) rotate(1.5deg)}72%{transform:translate(9px) rotate(.5deg)}74%{transform:translate(9px,-1px) rotate(1.5deg)}76%{transform:translate(-7px,4px) rotate(-2.5deg)}78%{transform:translate(4px,-5px) rotate(-.5deg)}80%{transform:translate(6px,7px) rotate(-.5deg)}82%{transform:translate(4px,-3px) rotate(-2.5deg)}84%{transform:translate(8px,-2px) rotate(.5deg)}86%{transform:translate(6px,1px) rotate(3.5deg)}88%{transform:translate(-7px,-4px) rotate(-2.5deg)}90%{transform:translate(-5px,7px) rotate(.5deg)}92%{transform:translate(-1px,-1px) rotate(-1.5deg)}94%{transform:translate(4px,7px) rotate(3.5deg)}96%{transform:translate(8px,-4px) rotate(1.5deg)}98%{transform:translate(9px,-2px) rotate(.5deg)}0%,to{transform:translate(0) rotate(0)}}.shake-slow,.shake-slow.shake-freeze,.shake-slow.shake-infinite,.shake-slow:hover,.shake-trigger:hover .shake-slow{-webkit-animation-name:shake-slow;animation-name:shake-slow;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes shake-hard{2%{transform:translate(-4px,-9px) rotate(-.5deg)}4%{transform:translate(-7px) rotate(3.5deg)}6%{transform:translate(5px) rotate(-2.5deg)}8%{transform:translate(-4px,-6px) rotate(1.5deg)}10%{transform:translate(8px,-2px) rotate(.5deg)}12%{transform:translate(5px,-6px) rotate(3.5deg)}14%{transform:translate(-9px) rotate(-1.5deg)}16%{transform:translate(4px,-6px) rotate(-1.5deg)}18%{transform:translate(5px,8px) rotate(-2.5deg)}20%{transform:translate(-3px,10px) rotate(1.5deg)}22%{transform:translate(7px,-7px) rotate(-2.5deg)}24%{transform:translate(3px,7px) rotate(-1.5deg)}26%{transform:translate(-7px,1px) rotate(3.5deg)}28%{transform:translate(6px,-8px) rotate(-.5deg)}30%{transform:translate(-3px,-9px) rotate(3.5deg)}32%{transform:translate(8px,-4px) rotate(-.5deg)}34%{transform:translate(3px,9px) rotate(-1.5deg)}36%{transform:translate(2px,-3px) rotate(-2.5deg)}38%{transform:translate(-6px,-5px) rotate(3.5deg)}40%{transform:translate(4px,9px) rotate(2.5deg)}42%{transform:translate(4px,-6px) rotate(-1.5deg)}44%{transform:translate(7px,2px) rotate(-.5deg)}46%{transform:translate(-3px,-1px) rotate(3.5deg)}48%{transform:translate(-3px,9px) rotate(.5deg)}50%{transform:translate(5px,2px) rotate(2.5deg)}52%{transform:translate(-3px,-8px) rotate(-2.5deg)}54%{transform:translate(9px,-9px) rotate(2.5deg)}56%{transform:translate(-1px,5px) rotate(3.5deg)}58%{transform:translate(8px,-1px) rotate(-2.5deg)}60%{transform:translate(6px,-6px) rotate(3.5deg)}62%{transform:translate(2px,-3px) rotate(-2.5deg)}64%{transform:translate(2px,6px) rotate(-2.5deg)}66%{transform:translate(-1px,5px) rotate(.5deg)}68%{transform:translate(10px,8px) rotate(-.5deg)}70%{transform:translate(4px,2px) rotate(2.5deg)}72%{transform:translate(-8px,2px) rotate(.5deg)}74%{transform:translateY(1px) rotate(-2.5deg)}76%{transform:translate(-7px,-7px) rotate(3.5deg)}78%{transform:translate(1px,9px) rotate(3.5deg)}80%{transform:translate(10px,-4px) rotate(1.5deg)}82%{transform:translate(6px) rotate(3.5deg)}84%{transform:translate(-7px,4px) rotate(-.5deg)}86%{transform:translate(-5px,-9px) rotate(3.5deg)}88%{transform:translate(1px,-8px) rotate(-2.5deg)}90%{transform:translate(7px,2px) rotate(-2.5deg)}92%{transform:translate(7px,-8px) rotate(-2.5deg)}94%{transform:translate(-9px,2px) rotate(2.5deg)}96%{transform:translate(6px,7px) rotate(-.5deg)}98%{transform:translate(2px,5px) rotate(2.5deg)}0%,to{transform:translate(0) rotate(0)}}@keyframes shake-hard{2%{transform:translate(-4px,-9px) rotate(-.5deg)}4%{transform:translate(-7px) rotate(3.5deg)}6%{transform:translate(5px) rotate(-2.5deg)}8%{transform:translate(-4px,-6px) rotate(1.5deg)}10%{transform:translate(8px,-2px) rotate(.5deg)}12%{transform:translate(5px,-6px) rotate(3.5deg)}14%{transform:translate(-9px) rotate(-1.5deg)}16%{transform:translate(4px,-6px) rotate(-1.5deg)}18%{transform:translate(5px,8px) rotate(-2.5deg)}20%{transform:translate(-3px,10px) rotate(1.5deg)}22%{transform:translate(7px,-7px) rotate(-2.5deg)}24%{transform:translate(3px,7px) rotate(-1.5deg)}26%{transform:translate(-7px,1px) rotate(3.5deg)}28%{transform:translate(6px,-8px) rotate(-.5deg)}30%{transform:translate(-3px,-9px) rotate(3.5deg)}32%{transform:translate(8px,-4px) rotate(-.5deg)}34%{transform:translate(3px,9px) rotate(-1.5deg)}36%{transform:translate(2px,-3px) rotate(-2.5deg)}38%{transform:translate(-6px,-5px) rotate(3.5deg)}40%{transform:translate(4px,9px) rotate(2.5deg)}42%{transform:translate(4px,-6px) rotate(-1.5deg)}44%{transform:translate(7px,2px) rotate(-.5deg)}46%{transform:translate(-3px,-1px) rotate(3.5deg)}48%{transform:translate(-3px,9px) rotate(.5deg)}50%{transform:translate(5px,2px) rotate(2.5deg)}52%{transform:translate(-3px,-8px) rotate(-2.5deg)}54%{transform:translate(9px,-9px) rotate(2.5deg)}56%{transform:translate(-1px,5px) rotate(3.5deg)}58%{transform:translate(8px,-1px) rotate(-2.5deg)}60%{transform:translate(6px,-6px) rotate(3.5deg)}62%{transform:translate(2px,-3px) rotate(-2.5deg)}64%{transform:translate(2px,6px) rotate(-2.5deg)}66%{transform:translate(-1px,5px) rotate(.5deg)}68%{transform:translate(10px,8px) rotate(-.5deg)}70%{transform:translate(4px,2px) rotate(2.5deg)}72%{transform:translate(-8px,2px) rotate(.5deg)}74%{transform:translateY(1px) rotate(-2.5deg)}76%{transform:translate(-7px,-7px) rotate(3.5deg)}78%{transform:translate(1px,9px) rotate(3.5deg)}80%{transform:translate(10px,-4px) rotate(1.5deg)}82%{transform:translate(6px) rotate(3.5deg)}84%{transform:translate(-7px,4px) rotate(-.5deg)}86%{transform:translate(-5px,-9px) rotate(3.5deg)}88%{transform:translate(1px,-8px) rotate(-2.5deg)}90%{transform:translate(7px,2px) rotate(-2.5deg)}92%{transform:translate(7px,-8px) rotate(-2.5deg)}94%{transform:translate(-9px,2px) rotate(2.5deg)}96%{transform:translate(6px,7px) rotate(-.5deg)}98%{transform:translate(2px,5px) rotate(2.5deg)}0%,to{transform:translate(0) rotate(0)}}.shake-hard,.shake-hard.shake-freeze,.shake-hard.shake-infinite,.shake-hard:hover,.shake-trigger:hover .shake-hard{-webkit-animation-name:shake-hard;animation-name:shake-hard;-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes shake-horizontal{2%{transform:translate(-1px) rotate(0)}4%{transform:translate(9px) rotate(0)}6%{transform:translate(10px) rotate(0)}8%{transform:translate(3px) rotate(0)}10%{transform:translate(-4px) rotate(0)}12%{transform:translate(-1px) rotate(0)}14%{transform:translate(1px) rotate(0)}16%{transform:translate(-9px) rotate(0)}18%{transform:translate(-5px) rotate(0)}20%{transform:translate(7px) rotate(0)}22%{transform:translate(7px) rotate(0)}24%{transform:translate(4px) rotate(0)}26%{transform:translate(5px) rotate(0)}28%{transform:translate(5px) rotate(0)}30%{transform:translate(2px) rotate(0)}32%{transform:translate(-8px) rotate(0)}34%{transform:translate(-2px) rotate(0)}36%{transform:translate(5px) rotate(0)}38%{transform:translate(-2px) rotate(0)}40%{transform:translate(5px) rotate(0)}42%{transform:translate(7px) rotate(0)}44%{transform:translate(6px) rotate(0)}46%{transform:translate(9px) rotate(0)}48%{transform:translate(7px) rotate(0)}50%{transform:translate(7px) rotate(0)}52%{transform:translate(8px) rotate(0)}54%{transform:translate(-7px) rotate(0)}56%{transform:translate(3px) rotate(0)}58%{transform:translate(8px) rotate(0)}60%{transform:translate(-9px) rotate(0)}62%{transform:translate(-6px) rotate(0)}64%{transform:translate(-1px) rotate(0)}66%{transform:translate(-6px) rotate(0)}68%{transform:translate(10px) rotate(0)}70%{transform:translate(-5px) rotate(0)}72%{transform:translate(1px) rotate(0)}74%{transform:translate(-9px) rotate(0)}76%{transform:translate(-3px) rotate(0)}78%{transform:translate(-9px) rotate(0)}80%{transform:translate(6px) rotate(0)}82%{transform:translate(-1px) rotate(0)}84%{transform:translate(3px) rotate(0)}86%{transform:translate(-9px) rotate(0)}88%{transform:translate(4px) rotate(0)}90%{transform:translate(-2px) rotate(0)}92%{transform:translate(-8px) rotate(0)}94%{transform:translate(-4px) rotate(0)}96%{transform:translate(7px) rotate(0)}98%{transform:translate(-8px) rotate(0)}0%,to{transform:translate(0) rotate(0)}}@keyframes shake-horizontal{2%{transform:translate(-1px) rotate(0)}4%{transform:translate(9px) rotate(0)}6%{transform:translate(10px) rotate(0)}8%{transform:translate(3px) rotate(0)}10%{transform:translate(-4px) rotate(0)}12%{transform:translate(-1px) rotate(0)}14%{transform:translate(1px) rotate(0)}16%{transform:translate(-9px) rotate(0)}18%{transform:translate(-5px) rotate(0)}20%{transform:translate(7px) rotate(0)}22%{transform:translate(7px) rotate(0)}24%{transform:translate(4px) rotate(0)}26%{transform:translate(5px) rotate(0)}28%{transform:translate(5px) rotate(0)}30%{transform:translate(2px) rotate(0)}32%{transform:translate(-8px) rotate(0)}34%{transform:translate(-2px) rotate(0)}36%{transform:translate(5px) rotate(0)}38%{transform:translate(-2px) rotate(0)}40%{transform:translate(5px) rotate(0)}42%{transform:translate(7px) rotate(0)}44%{transform:translate(6px) rotate(0)}46%{transform:translate(9px) rotate(0)}48%{transform:translate(7px) rotate(0)}50%{transform:translate(7px) rotate(0)}52%{transform:translate(8px) rotate(0)}54%{transform:translate(-7px) rotate(0)}56%{transform:translate(3px) rotate(0)}58%{transform:translate(8px) rotate(0)}60%{transform:translate(-9px) rotate(0)}62%{transform:translate(-6px) rotate(0)}64%{transform:translate(-1px) rotate(0)}66%{transform:translate(-6px) rotate(0)}68%{transform:translate(10px) rotate(0)}70%{transform:translate(-5px) rotate(0)}72%{transform:translate(1px) rotate(0)}74%{transform:translate(-9px) rotate(0)}76%{transform:translate(-3px) rotate(0)}78%{transform:translate(-9px) rotate(0)}80%{transform:translate(6px) rotate(0)}82%{transform:translate(-1px) rotate(0)}84%{transform:translate(3px) rotate(0)}86%{transform:translate(-9px) rotate(0)}88%{transform:translate(4px) rotate(0)}90%{transform:translate(-2px) rotate(0)}92%{transform:translate(-8px) rotate(0)}94%{transform:translate(-4px) rotate(0)}96%{transform:translate(7px) rotate(0)}98%{transform:translate(-8px) rotate(0)}0%,to{transform:translate(0) rotate(0)}}.shake-horizontal,.shake-horizontal.shake-freeze,.shake-horizontal.shake-infinite,.shake-horizontal:hover,.shake-trigger:hover .shake-horizontal{-webkit-animation-name:shake-horizontal;animation-name:shake-horizontal;-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes shake-vertical{2%{transform:translateY(8px) rotate(0)}4%{transform:translateY(9px) rotate(0)}6%{transform:translateY(-8px) rotate(0)}8%{transform:translateY(-9px) rotate(0)}10%{transform:translateY(-4px) rotate(0)}12%{transform:translateY(-9px) rotate(0)}14%{transform:translateY(2px) rotate(0)}16%{transform:translateY(-6px) rotate(0)}18%{transform:translateY(7px) rotate(0)}20%{transform:translateY(-6px) rotate(0)}22%{transform:translateY(-5px) rotate(0)}24%{transform:translateY(-5px) rotate(0)}26%{transform:translateY(5px) rotate(0)}28%{transform:translateY(5px) rotate(0)}30%{transform:translateY(10px) rotate(0)}32%{transform:translateY(6px) rotate(0)}34%{transform:translateY(4px) rotate(0)}36%{transform:translateY(-3px) rotate(0)}38%{transform:translateY(8px) rotate(0)}40%{transform:translateY(-1px) rotate(0)}42%{transform:translateY(2px) rotate(0)}44%{transform:translateY(8px) rotate(0)}46%{transform:translateY(-5px) rotate(0)}48%{transform:translateY(2px) rotate(0)}50%{transform:translateY(-7px) rotate(0)}52%{transform:translateY(4px) rotate(0)}54%{transform:translateY(7px) rotate(0)}56%{transform:translateY(8px) rotate(0)}58%{transform:translateY(3px) rotate(0)}60%{transform:translateY(6px) rotate(0)}62%{transform:translateY(-9px) rotate(0)}64%{transform:translateY(2px) rotate(0)}66%{transform:translateY(8px) rotate(0)}68%{transform:translateY(3px) rotate(0)}70%{transform:translateY(8px) rotate(0)}72%{transform:translateY(7px) rotate(0)}74%{transform:translateY(4px) rotate(0)}76%{transform:translateY(-9px) rotate(0)}78%{transform:translateY(-3px) rotate(0)}80%{transform:translateY(-4px) rotate(0)}82%{transform:translateY(-4px) rotate(0)}84%{transform:translate(0) rotate(0)}86%{transform:translateY(-5px) rotate(0)}88%{transform:translateY(8px) rotate(0)}90%{transform:translateY(-4px) rotate(0)}92%{transform:translate(0) rotate(0)}94%{transform:translateY(-8px) rotate(0)}96%{transform:translateY(-2px) rotate(0)}98%{transform:translateY(-2px) rotate(0)}0%,to{transform:translate(0) rotate(0)}}@keyframes shake-vertical{2%{transform:translateY(8px) rotate(0)}4%{transform:translateY(9px) rotate(0)}6%{transform:translateY(-8px) rotate(0)}8%{transform:translateY(-9px) rotate(0)}10%{transform:translateY(-4px) rotate(0)}12%{transform:translateY(-9px) rotate(0)}14%{transform:translateY(2px) rotate(0)}16%{transform:translateY(-6px) rotate(0)}18%{transform:translateY(7px) rotate(0)}20%{transform:translateY(-6px) rotate(0)}22%{transform:translateY(-5px) rotate(0)}24%{transform:translateY(-5px) rotate(0)}26%{transform:translateY(5px) rotate(0)}28%{transform:translateY(5px) rotate(0)}30%{transform:translateY(10px) rotate(0)}32%{transform:translateY(6px) rotate(0)}34%{transform:translateY(4px) rotate(0)}36%{transform:translateY(-3px) rotate(0)}38%{transform:translateY(8px) rotate(0)}40%{transform:translateY(-1px) rotate(0)}42%{transform:translateY(2px) rotate(0)}44%{transform:translateY(8px) rotate(0)}46%{transform:translateY(-5px) rotate(0)}48%{transform:translateY(2px) rotate(0)}50%{transform:translateY(-7px) rotate(0)}52%{transform:translateY(4px) rotate(0)}54%{transform:translateY(7px) rotate(0)}56%{transform:translateY(8px) rotate(0)}58%{transform:translateY(3px) rotate(0)}60%{transform:translateY(6px) rotate(0)}62%{transform:translateY(-9px) rotate(0)}64%{transform:translateY(2px) rotate(0)}66%{transform:translateY(8px) rotate(0)}68%{transform:translateY(3px) rotate(0)}70%{transform:translateY(8px) rotate(0)}72%{transform:translateY(7px) rotate(0)}74%{transform:translateY(4px) rotate(0)}76%{transform:translateY(-9px) rotate(0)}78%{transform:translateY(-3px) rotate(0)}80%{transform:translateY(-4px) rotate(0)}82%{transform:translateY(-4px) rotate(0)}84%{transform:translate(0) rotate(0)}86%{transform:translateY(-5px) rotate(0)}88%{transform:translateY(8px) rotate(0)}90%{transform:translateY(-4px) rotate(0)}92%{transform:translate(0) rotate(0)}94%{transform:translateY(-8px) rotate(0)}96%{transform:translateY(-2px) rotate(0)}98%{transform:translateY(-2px) rotate(0)}0%,to{transform:translate(0) rotate(0)}}.shake-trigger:hover .shake-vertical,.shake-vertical,.shake-vertical.shake-freeze,.shake-vertical.shake-infinite,.shake-vertical:hover{-webkit-animation-name:shake-vertical;animation-name:shake-vertical;-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes shake-rotate{2%{transform:translate(0) rotate(6.5deg)}4%{transform:translate(0) rotate(5.5deg)}6%{transform:translate(0) rotate(4.5deg)}8%{transform:translate(0) rotate(5.5deg)}10%{transform:translate(0) rotate(6.5deg)}12%{transform:translate(0) rotate(-.5deg)}14%{transform:translate(0) rotate(7.5deg)}16%{transform:translate(0) rotate(2.5deg)}18%{transform:translate(0) rotate(-.5deg)}20%{transform:translate(0) rotate(-1.5deg)}22%{transform:translate(0) rotate(7.5deg)}24%{transform:translate(0) rotate(-.5deg)}26%{transform:translate(0) rotate(-1.5deg)}28%{transform:translate(0) rotate(1.5deg)}30%{transform:translate(0) rotate(-6.5deg)}32%{transform:translate(0) rotate(-.5deg)}34%{transform:translate(0) rotate(7.5deg)}36%{transform:translate(0) rotate(-.5deg)}38%{transform:translate(0) rotate(-6.5deg)}40%{transform:translate(0) rotate(-6.5deg)}42%{transform:translate(0) rotate(-6.5deg)}44%{transform:translate(0) rotate(-6.5deg)}46%{transform:translate(0) rotate(-6.5deg)}48%{transform:translate(0) rotate(-4.5deg)}50%{transform:translate(0) rotate(1.5deg)}52%{transform:translate(0) rotate(-3.5deg)}54%{transform:translate(0) rotate(4.5deg)}56%{transform:translate(0) rotate(3.5deg)}58%{transform:translate(0) rotate(4.5deg)}60%{transform:translate(0) rotate(-3.5deg)}62%{transform:translate(0) rotate(-2.5deg)}64%{transform:translate(0) rotate(-2.5deg)}66%{transform:translate(0) rotate(-1.5deg)}68%{transform:translate(0) rotate(5.5deg)}70%{transform:translate(0) rotate(-4.5deg)}72%{transform:translate(0) rotate(-4.5deg)}74%{transform:translate(0) rotate(.5deg)}76%{transform:translate(0) rotate(.5deg)}78%{transform:translate(0) rotate(-.5deg)}80%{transform:translate(0) rotate(-3.5deg)}82%{transform:translate(0) rotate(-4.5deg)}84%{transform:translate(0) rotate(3.5deg)}86%{transform:translate(0) rotate(-4.5deg)}88%{transform:translate(0) rotate(-5.5deg)}90%{transform:translate(0) rotate(-6.5deg)}92%{transform:translate(0) rotate(4.5deg)}94%{transform:translate(0) rotate(-3.5deg)}96%{transform:translate(0) rotate(-3.5deg)}98%{transform:translate(0) rotate(7.5deg)}0%,to{transform:translate(0) rotate(0)}}@keyframes shake-rotate{2%{transform:translate(0) rotate(6.5deg)}4%{transform:translate(0) rotate(5.5deg)}6%{transform:translate(0) rotate(4.5deg)}8%{transform:translate(0) rotate(5.5deg)}10%{transform:translate(0) rotate(6.5deg)}12%{transform:translate(0) rotate(-.5deg)}14%{transform:translate(0) rotate(7.5deg)}16%{transform:translate(0) rotate(2.5deg)}18%{transform:translate(0) rotate(-.5deg)}20%{transform:translate(0) rotate(-1.5deg)}22%{transform:translate(0) rotate(7.5deg)}24%{transform:translate(0) rotate(-.5deg)}26%{transform:translate(0) rotate(-1.5deg)}28%{transform:translate(0) rotate(1.5deg)}30%{transform:translate(0) rotate(-6.5deg)}32%{transform:translate(0) rotate(-.5deg)}34%{transform:translate(0) rotate(7.5deg)}36%{transform:translate(0) rotate(-.5deg)}38%{transform:translate(0) rotate(-6.5deg)}40%{transform:translate(0) rotate(-6.5deg)}42%{transform:translate(0) rotate(-6.5deg)}44%{transform:translate(0) rotate(-6.5deg)}46%{transform:translate(0) rotate(-6.5deg)}48%{transform:translate(0) rotate(-4.5deg)}50%{transform:translate(0) rotate(1.5deg)}52%{transform:translate(0) rotate(-3.5deg)}54%{transform:translate(0) rotate(4.5deg)}56%{transform:translate(0) rotate(3.5deg)}58%{transform:translate(0) rotate(4.5deg)}60%{transform:translate(0) rotate(-3.5deg)}62%{transform:translate(0) rotate(-2.5deg)}64%{transform:translate(0) rotate(-2.5deg)}66%{transform:translate(0) rotate(-1.5deg)}68%{transform:translate(0) rotate(5.5deg)}70%{transform:translate(0) rotate(-4.5deg)}72%{transform:translate(0) rotate(-4.5deg)}74%{transform:translate(0) rotate(.5deg)}76%{transform:translate(0) rotate(.5deg)}78%{transform:translate(0) rotate(-.5deg)}80%{transform:translate(0) rotate(-3.5deg)}82%{transform:translate(0) rotate(-4.5deg)}84%{transform:translate(0) rotate(3.5deg)}86%{transform:translate(0) rotate(-4.5deg)}88%{transform:translate(0) rotate(-5.5deg)}90%{transform:translate(0) rotate(-6.5deg)}92%{transform:translate(0) rotate(4.5deg)}94%{transform:translate(0) rotate(-3.5deg)}96%{transform:translate(0) rotate(-3.5deg)}98%{transform:translate(0) rotate(7.5deg)}0%,to{transform:translate(0) rotate(0)}}.shake-rotate,.shake-rotate.shake-freeze,.shake-rotate.shake-infinite,.shake-rotate:hover,.shake-trigger:hover .shake-rotate{-webkit-animation-name:shake-rotate;animation-name:shake-rotate;-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes shake-opacity{10%{transform:translateY(-1px) rotate(2.5deg);opacity:.93}20%{transform:translate(-2px,3px) rotate(.5deg);opacity:.42}30%{transform:translate(4px,-4px) rotate(2.5deg);opacity:.71}40%{transform:translate(3px,2px) rotate(1.5deg);opacity:.46}50%{transform:translateY(-2px) rotate(2.5deg);opacity:.69}60%{transform:translate(-2px) rotate(-1.5deg);opacity:.15}70%{transform:translate(-3px,-3px) rotate(-.5deg);opacity:.64}80%{transform:translate(-3px) rotate(2.5deg);opacity:.29}90%{transform:translate(5px,-2px) rotate(-.5deg);opacity:.05}0%,to{transform:translate(0) rotate(0)}}@keyframes shake-opacity{10%{transform:translateY(-1px) rotate(2.5deg);opacity:.93}20%{transform:translate(-2px,3px) rotate(.5deg);opacity:.42}30%{transform:translate(4px,-4px) rotate(2.5deg);opacity:.71}40%{transform:translate(3px,2px) rotate(1.5deg);opacity:.46}50%{transform:translateY(-2px) rotate(2.5deg);opacity:.69}60%{transform:translate(-2px) rotate(-1.5deg);opacity:.15}70%{transform:translate(-3px,-3px) rotate(-.5deg);opacity:.64}80%{transform:translate(-3px) rotate(2.5deg);opacity:.29}90%{transform:translate(5px,-2px) rotate(-.5deg);opacity:.05}0%,to{transform:translate(0) rotate(0)}}.shake-opacity,.shake-opacity.shake-freeze,.shake-opacity.shake-infinite,.shake-opacity:hover,.shake-trigger:hover .shake-opacity{-webkit-animation-name:shake-opacity;animation-name:shake-opacity;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes shake-crazy{10%{transform:translate(7px,17px) rotate(-3deg);opacity:.5}20%{transform:translate(-2px,-4px) rotate(-9deg);opacity:.75}30%{transform:translate(-5px,2px) rotate(-5deg);opacity:.42}40%{transform:translate(-15px,12px) rotate(8deg);opacity:.95}50%{transform:translate(14px,8px) rotate(-8deg);opacity:.45}60%{transform:translate(-2px,7px) rotate(10deg);opacity:.06}70%{transform:translate(14px,6px) rotate(-9deg);opacity:.91}80%{transform:translate(-10px,10px) rotate(-4deg);opacity:.94}90%{transform:translate(6px,20px) rotate(1deg);opacity:.88}0%,to{transform:translate(0) rotate(0)}}@keyframes shake-crazy{10%{transform:translate(7px,17px) rotate(-3deg);opacity:.5}20%{transform:translate(-2px,-4px) rotate(-9deg);opacity:.75}30%{transform:translate(-5px,2px) rotate(-5deg);opacity:.42}40%{transform:translate(-15px,12px) rotate(8deg);opacity:.95}50%{transform:translate(14px,8px) rotate(-8deg);opacity:.45}60%{transform:translate(-2px,7px) rotate(10deg);opacity:.06}70%{transform:translate(14px,6px) rotate(-9deg);opacity:.91}80%{transform:translate(-10px,10px) rotate(-4deg);opacity:.94}90%{transform:translate(6px,20px) rotate(1deg);opacity:.88}0%,to{transform:translate(0) rotate(0)}}.shake-crazy,.shake-crazy.shake-freeze,.shake-crazy.shake-infinite,.shake-crazy:hover,.shake-trigger:hover .shake-crazy{-webkit-animation-name:shake-crazy;animation-name:shake-crazy;-webkit-animation-duration:.1s;animation-duration:.1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes shake-chunk{2%{transform:translate(-10px,15px) rotate(10deg)}4%{transform:translate(-1px,8px) rotate(-8deg)}6%{transform:translate(-3px,13px) rotate(7deg)}8%{transform:translate(-14px,2px) rotate(-14deg)}10%{transform:translate(9px,12px) rotate(-1deg)}12%{transform:translate(6px,3px) rotate(-8deg)}14%{transform:translate(-5px,5px) rotate(0deg)}16%{transform:translate(-7px,-3px) rotate(-2deg)}18%{transform:translate(5px,12px) rotate(4deg)}20%{transform:translate(0) rotate(10deg)}22%{transform:translate(-12px,1px) rotate(13deg)}24%{transform:translate(2px,-13px) rotate(4deg)}26%{transform:translate(-5px,7px) rotate(-11deg)}28%{transform:translate(-4px,-13px) rotate(-3deg)}30%{transform:translate(-8px,7px) rotate(-1deg)}32%{transform:translate(-12px,-4px) rotate(-2deg)}34%{transform:translate(-5px,-12px) rotate(-1deg)}36%{transform:translate(3px,13px) rotate(3deg)}38%{transform:translate(4px,12px) rotate(0deg)}0%,40%,to{transform:translate(0) rotate(0)}}@keyframes shake-chunk{2%{transform:translate(-10px,15px) rotate(10deg)}4%{transform:translate(-1px,8px) rotate(-8deg)}6%{transform:translate(-3px,13px) rotate(7deg)}8%{transform:translate(-14px,2px) rotate(-14deg)}10%{transform:translate(9px,12px) rotate(-1deg)}12%{transform:translate(6px,3px) rotate(-8deg)}14%{transform:translate(-5px,5px) rotate(0deg)}16%{transform:translate(-7px,-3px) rotate(-2deg)}18%{transform:translate(5px,12px) rotate(4deg)}20%{transform:translate(0) rotate(10deg)}22%{transform:translate(-12px,1px) rotate(13deg)}24%{transform:translate(2px,-13px) rotate(4deg)}26%{transform:translate(-5px,7px) rotate(-11deg)}28%{transform:translate(-4px,-13px) rotate(-3deg)}30%{transform:translate(-8px,7px) rotate(-1deg)}32%{transform:translate(-12px,-4px) rotate(-2deg)}34%{transform:translate(-5px,-12px) rotate(-1deg)}36%{transform:translate(3px,13px) rotate(3deg)}38%{transform:translate(4px,12px) rotate(0deg)}0%,40%,to{transform:translate(0) rotate(0)}}.shake-chunk,.shake-chunk.shake-freeze,.shake-chunk.shake-infinite,.shake-chunk:hover,.shake-trigger:hover .shake-chunk{-webkit-animation-name:shake-chunk;animation-name:shake-chunk;-webkit-animation-duration:4s;animation-duration:4s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}/*! * Font Awesome Free 5.13.1 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - */.svg-inline--fa,svg:not(:root).svg-inline--fa{overflow:visible}.svg-inline--fa{display:inline-block;font-size:inherit;height:1em;vertical-align:-.125em}.svg-inline--fa.fa-lg{vertical-align:-.225em}.svg-inline--fa.fa-w-1{width:.0625em}.svg-inline--fa.fa-w-2{width:.125em}.svg-inline--fa.fa-w-3{width:.1875em}.svg-inline--fa.fa-w-4{width:.25em}.svg-inline--fa.fa-w-5{width:.3125em}.svg-inline--fa.fa-w-6{width:.375em}.svg-inline--fa.fa-w-7{width:.4375em}.svg-inline--fa.fa-w-8{width:.5em}.svg-inline--fa.fa-w-9{width:.5625em}.svg-inline--fa.fa-w-10{width:.625em}.svg-inline--fa.fa-w-11{width:.6875em}.svg-inline--fa.fa-w-12{width:.75em}.svg-inline--fa.fa-w-13{width:.8125em}.svg-inline--fa.fa-w-14{width:.875em}.svg-inline--fa.fa-w-15{width:.9375em}.svg-inline--fa.fa-w-16{width:1em}.svg-inline--fa.fa-w-17{width:1.0625em}.svg-inline--fa.fa-w-18{width:1.125em}.svg-inline--fa.fa-w-19{width:1.1875em}.svg-inline--fa.fa-w-20{width:1.25em}.svg-inline--fa.fa-pull-left{margin-right:.3em;width:auto}.svg-inline--fa.fa-pull-right{margin-left:.3em;width:auto}.svg-inline--fa.fa-border{height:1.5em}.svg-inline--fa.fa-li{width:2em}.svg-inline--fa.fa-fw{width:1.25em}.fa-layers svg.svg-inline--fa{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.fa-layers{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:1em}.fa-layers svg.svg-inline--fa{-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-counter,.fa-layers-text{display:inline-block;position:absolute;text-align:center}.fa-layers-text{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-counter{background-color:#ff253a;border-radius:1em;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;height:1.5em;line-height:1;max-width:5em;min-width:1.5em;overflow:hidden;padding:.25em;right:0;text-overflow:ellipsis;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-bottom-right{bottom:0;right:0;top:auto;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:bottom right;transform-origin:bottom right}.fa-layers-bottom-left{bottom:0;left:0;right:auto;top:auto;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:bottom left;transform-origin:bottom left}.fa-layers-top-right{right:0;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-top-left{left:0;right:auto;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top left;transform-origin:top left}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;position:relative;width:2.5em}.fa-stack-1x,.fa-stack-2x{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.svg-inline--fa.fa-stack-1x{height:1em;width:1.25em}.svg-inline--fa.fa-stack-2x{height:2em;width:2.5em}.fa-inverse{color:#fff}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.svg-inline--fa .fa-primary{fill:var(--fa-primary-color,currentColor);opacity:1;opacity:var(--fa-primary-opacity,1)}.svg-inline--fa .fa-secondary{fill:var(--fa-secondary-color,currentColor)}.svg-inline--fa .fa-secondary,.svg-inline--fa.fa-swap-opacity .fa-primary{opacity:.4;opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-secondary{opacity:1;opacity:var(--fa-primary-opacity,1)}.svg-inline--fa mask .fa-primary,.svg-inline--fa mask .fa-secondary{fill:#000}.fad.fa-inverse{color:#fff}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body,html{overflow-x:hidden;height:100%;width:100%}body{font-size:100%;margin:0;padding:0;color:#424242;text-rendering:optimizeLegibility}h1,h2,h3,h4,h5,h6{margin:0;padding:0;line-height:normal}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}summary{display:list-item}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}[hidden],template{display:none}a{text-decoration:none;color:inherit;background-color:transparent;-webkit-text-decoration-skip:objects}a,a *{cursor:pointer}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0;line-height:1.25em}h2{font-size:1.8em}h3{font-size:1.6em}h4{font-size:1.4em}h5{font-size:1.2em}h6{font-size:1em}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border:0;max-width:100%}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}table{border-collapse:collapse;border-spacing:0}td,th{border:1px solid #424242;padding:.5em}.unselectable,img{-webkit-user-select:none;-moz-user-select:none;-webkit-touch-callout:none;-ms-user-select:none;-khtml-user-select:none;-o-user-select:none;-webkit-user-drag:none;user-select:none}*,:after,:before{box-sizing:border-box}::-webkit-scrollbar{background:transparent;width:5px;height:5px}::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:3px}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}.clearfix{*zoom:1}::-moz-selection{background:rgba(0,188,212,.2)}::selection{background:rgba(0,188,212,.2)}.row{display:flex;flex-direction:row;align-items:stretch;align-content:stretch;flex-wrap:wrap;width:100%;justify-content:center}.row--spaced>.row__column{margin:.75rem}.row--stretch{align-content:stretch}.row--around{align-content:space-around}.row--align-left{justify-content:flex-start}.row--align-right{justify-content:flex-end}.row--align-center-between{justify-content:space-between}.row--align-center-around{justify-content:space-around}.row__column{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center}.row__column--auto{flex:1 1 0!important}.row--spaced>.row__column--1{margin:.75rem}.row__column--1{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:8.33333%}.row__column--offset--1{width:91.66667%;margin-left:8.33333%}.row--spaced>.row__column--1{width:calc(8.33333% - 1.5rem)}.row--spaced>.row__column--offset--1{width:8.33333%;margin-left:calc(8.33333% - 1.5rem)}.row--spaced>.row__column--2{margin:.75rem}.row__column--2{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:16.66667%}.row__column--offset--2{width:83.33333%;margin-left:16.66667%}.row--spaced>.row__column--2{width:calc(16.66667% - 1.5rem)}.row--spaced>.row__column--offset--2{width:16.66667%;margin-left:calc(16.66667% - 1.5rem)}.row--spaced>.row__column--3{margin:.75rem}.row__column--3{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:25%}.row__column--offset--3{width:75%;margin-left:25%}.row--spaced>.row__column--3{width:calc(25% - 1.5rem)}.row--spaced>.row__column--offset--3{width:25%;margin-left:calc(25% - 1.5rem)}.row--spaced>.row__column--4{margin:.75rem}.row__column--4{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:33.33333%}.row__column--offset--4{width:66.66667%;margin-left:33.33333%}.row--spaced>.row__column--4{width:calc(33.33333% - 1.5rem)}.row--spaced>.row__column--offset--4{width:33.33333%;margin-left:calc(33.33333% - 1.5rem)}.row--spaced>.row__column--5{margin:.75rem}.row__column--5{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:41.66667%}.row__column--offset--5{width:58.33333%;margin-left:41.66667%}.row--spaced>.row__column--5{width:calc(41.66667% - 1.5rem)}.row--spaced>.row__column--offset--5{width:41.66667%;margin-left:calc(41.66667% - 1.5rem)}.row--spaced>.row__column--6{margin:.75rem}.row__column--6{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:50%}.row__column--offset--6{width:50%;margin-left:50%}.row--spaced>.row__column--6{width:calc(50% - 1.5rem)}.row--spaced>.row__column--offset--6{width:50%;margin-left:calc(50% - 1.5rem)}.row--spaced>.row__column--7{margin:.75rem}.row__column--7{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:58.33333%}.row__column--offset--7{width:41.66667%;margin-left:58.33333%}.row--spaced>.row__column--7{width:calc(58.33333% - 1.5rem)}.row--spaced>.row__column--offset--7{width:58.33333%;margin-left:calc(58.33333% - 1.5rem)}.row--spaced>.row__column--8{margin:.75rem}.row__column--8{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:66.66667%}.row__column--offset--8{width:33.33333%;margin-left:66.66667%}.row--spaced>.row__column--8{width:calc(66.66667% - 1.5rem)}.row--spaced>.row__column--offset--8{width:66.66667%;margin-left:calc(66.66667% - 1.5rem)}.row--spaced>.row__column--9{margin:.75rem}.row__column--9{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:75%}.row__column--offset--9{width:25%;margin-left:75%}.row--spaced>.row__column--9{width:calc(75% - 1.5rem)}.row--spaced>.row__column--offset--9{width:75%;margin-left:calc(75% - 1.5rem)}.row--spaced>.row__column--10{margin:.75rem}.row__column--10{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:83.33333%}.row__column--offset--10{width:16.66667%;margin-left:83.33333%}.row--spaced>.row__column--10{width:calc(83.33333% - 1.5rem)}.row--spaced>.row__column--offset--10{width:83.33333%;margin-left:calc(83.33333% - 1.5rem)}.row--spaced>.row__column--11{margin:.75rem}.row__column--11{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:91.66667%}.row__column--offset--11{width:8.33333%;margin-left:91.66667%}.row--spaced>.row__column--11{width:calc(91.66667% - 1.5rem)}.row--spaced>.row__column--offset--11{width:91.66667%;margin-left:calc(91.66667% - 1.5rem)}.row--spaced>.row__column--12{margin:.75rem}.row__column--12{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:100%}.row__column--offset--12{width:0;margin-left:100%}.row--spaced>.row__column--12{width:calc(100% - 1.5rem)}.row--spaced>.row__column--offset--12{width:100%;margin-left:calc(100% - 1.5rem)}@media (min-width:480px){.row--spaced>.row__column--phone--1{margin:.75rem}.row__column--phone--1{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:8.33333%}.row__column--offset--phone--1{width:91.66667%;margin-left:8.33333%}.row--spaced>.row__column--phone--1{width:calc(8.33333% - 1.5rem)}.row--spaced>.row__column--offset--phone--1{width:8.33333%;margin-left:calc(8.33333% - 1.5rem)}.row--spaced>.row__column--phone--2{margin:.75rem}.row__column--phone--2{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:16.66667%}.row__column--offset--phone--2{width:83.33333%;margin-left:16.66667%}.row--spaced>.row__column--phone--2{width:calc(16.66667% - 1.5rem)}.row--spaced>.row__column--offset--phone--2{width:16.66667%;margin-left:calc(16.66667% - 1.5rem)}.row--spaced>.row__column--phone--3{margin:.75rem}.row__column--phone--3{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:25%}.row__column--offset--phone--3{width:75%;margin-left:25%}.row--spaced>.row__column--phone--3{width:calc(25% - 1.5rem)}.row--spaced>.row__column--offset--phone--3{width:25%;margin-left:calc(25% - 1.5rem)}.row--spaced>.row__column--phone--4{margin:.75rem}.row__column--phone--4{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:33.33333%}.row__column--offset--phone--4{width:66.66667%;margin-left:33.33333%}.row--spaced>.row__column--phone--4{width:calc(33.33333% - 1.5rem)}.row--spaced>.row__column--offset--phone--4{width:33.33333%;margin-left:calc(33.33333% - 1.5rem)}.row--spaced>.row__column--phone--5{margin:.75rem}.row__column--phone--5{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:41.66667%}.row__column--offset--phone--5{width:58.33333%;margin-left:41.66667%}.row--spaced>.row__column--phone--5{width:calc(41.66667% - 1.5rem)}.row--spaced>.row__column--offset--phone--5{width:41.66667%;margin-left:calc(41.66667% - 1.5rem)}.row--spaced>.row__column--phone--6{margin:.75rem}.row__column--phone--6{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:50%}.row__column--offset--phone--6{width:50%;margin-left:50%}.row--spaced>.row__column--phone--6{width:calc(50% - 1.5rem)}.row--spaced>.row__column--offset--phone--6{width:50%;margin-left:calc(50% - 1.5rem)}.row--spaced>.row__column--phone--7{margin:.75rem}.row__column--phone--7{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:58.33333%}.row__column--offset--phone--7{width:41.66667%;margin-left:58.33333%}.row--spaced>.row__column--phone--7{width:calc(58.33333% - 1.5rem)}.row--spaced>.row__column--offset--phone--7{width:58.33333%;margin-left:calc(58.33333% - 1.5rem)}.row--spaced>.row__column--phone--8{margin:.75rem}.row__column--phone--8{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:66.66667%}.row__column--offset--phone--8{width:33.33333%;margin-left:66.66667%}.row--spaced>.row__column--phone--8{width:calc(66.66667% - 1.5rem)}.row--spaced>.row__column--offset--phone--8{width:66.66667%;margin-left:calc(66.66667% - 1.5rem)}.row--spaced>.row__column--phone--9{margin:.75rem}.row__column--phone--9{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:75%}.row__column--offset--phone--9{width:25%;margin-left:75%}.row--spaced>.row__column--phone--9{width:calc(75% - 1.5rem)}.row--spaced>.row__column--offset--phone--9{width:75%;margin-left:calc(75% - 1.5rem)}.row--spaced>.row__column--phone--10{margin:.75rem}.row__column--phone--10{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:83.33333%}.row__column--offset--phone--10{width:16.66667%;margin-left:83.33333%}.row--spaced>.row__column--phone--10{width:calc(83.33333% - 1.5rem)}.row--spaced>.row__column--offset--phone--10{width:83.33333%;margin-left:calc(83.33333% - 1.5rem)}.row--spaced>.row__column--phone--11{margin:.75rem}.row__column--phone--11{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:91.66667%}.row__column--offset--phone--11{width:8.33333%;margin-left:91.66667%}.row--spaced>.row__column--phone--11{width:calc(91.66667% - 1.5rem)}.row--spaced>.row__column--offset--phone--11{width:91.66667%;margin-left:calc(91.66667% - 1.5rem)}.row--spaced>.row__column--phone--12{margin:.75rem}.row__column--phone--12{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:100%}.row__column--offset--phone--12{width:0;margin-left:100%}.row--spaced>.row__column--phone--12{width:calc(100% - 1.5rem)}.row--spaced>.row__column--offset--phone--12{width:100%;margin-left:calc(100% - 1.5rem)}}@media (min-width:601px){.row--spaced>.row__column--phablet--1{margin:.75rem}.row__column--phablet--1{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:8.33333%}.row__column--offset--phablet--1{width:91.66667%;margin-left:8.33333%}.row--spaced>.row__column--phablet--1{width:calc(8.33333% - 1.5rem)}.row--spaced>.row__column--offset--phablet--1{width:8.33333%;margin-left:calc(8.33333% - 1.5rem)}.row--spaced>.row__column--phablet--2{margin:.75rem}.row__column--phablet--2{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:16.66667%}.row__column--offset--phablet--2{width:83.33333%;margin-left:16.66667%}.row--spaced>.row__column--phablet--2{width:calc(16.66667% - 1.5rem)}.row--spaced>.row__column--offset--phablet--2{width:16.66667%;margin-left:calc(16.66667% - 1.5rem)}.row--spaced>.row__column--phablet--3{margin:.75rem}.row__column--phablet--3{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:25%}.row__column--offset--phablet--3{width:75%;margin-left:25%}.row--spaced>.row__column--phablet--3{width:calc(25% - 1.5rem)}.row--spaced>.row__column--offset--phablet--3{width:25%;margin-left:calc(25% - 1.5rem)}.row--spaced>.row__column--phablet--4{margin:.75rem}.row__column--phablet--4{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:33.33333%}.row__column--offset--phablet--4{width:66.66667%;margin-left:33.33333%}.row--spaced>.row__column--phablet--4{width:calc(33.33333% - 1.5rem)}.row--spaced>.row__column--offset--phablet--4{width:33.33333%;margin-left:calc(33.33333% - 1.5rem)}.row--spaced>.row__column--phablet--5{margin:.75rem}.row__column--phablet--5{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:41.66667%}.row__column--offset--phablet--5{width:58.33333%;margin-left:41.66667%}.row--spaced>.row__column--phablet--5{width:calc(41.66667% - 1.5rem)}.row--spaced>.row__column--offset--phablet--5{width:41.66667%;margin-left:calc(41.66667% - 1.5rem)}.row--spaced>.row__column--phablet--6{margin:.75rem}.row__column--phablet--6{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:50%}.row__column--offset--phablet--6{width:50%;margin-left:50%}.row--spaced>.row__column--phablet--6{width:calc(50% - 1.5rem)}.row--spaced>.row__column--offset--phablet--6{width:50%;margin-left:calc(50% - 1.5rem)}.row--spaced>.row__column--phablet--7{margin:.75rem}.row__column--phablet--7{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:58.33333%}.row__column--offset--phablet--7{width:41.66667%;margin-left:58.33333%}.row--spaced>.row__column--phablet--7{width:calc(58.33333% - 1.5rem)}.row--spaced>.row__column--offset--phablet--7{width:58.33333%;margin-left:calc(58.33333% - 1.5rem)}.row--spaced>.row__column--phablet--8{margin:.75rem}.row__column--phablet--8{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:66.66667%}.row__column--offset--phablet--8{width:33.33333%;margin-left:66.66667%}.row--spaced>.row__column--phablet--8{width:calc(66.66667% - 1.5rem)}.row--spaced>.row__column--offset--phablet--8{width:66.66667%;margin-left:calc(66.66667% - 1.5rem)}.row--spaced>.row__column--phablet--9{margin:.75rem}.row__column--phablet--9{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:75%}.row__column--offset--phablet--9{width:25%;margin-left:75%}.row--spaced>.row__column--phablet--9{width:calc(75% - 1.5rem)}.row--spaced>.row__column--offset--phablet--9{width:75%;margin-left:calc(75% - 1.5rem)}.row--spaced>.row__column--phablet--10{margin:.75rem}.row__column--phablet--10{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:83.33333%}.row__column--offset--phablet--10{width:16.66667%;margin-left:83.33333%}.row--spaced>.row__column--phablet--10{width:calc(83.33333% - 1.5rem)}.row--spaced>.row__column--offset--phablet--10{width:83.33333%;margin-left:calc(83.33333% - 1.5rem)}.row--spaced>.row__column--phablet--11{margin:.75rem}.row__column--phablet--11{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:91.66667%}.row__column--offset--phablet--11{width:8.33333%;margin-left:91.66667%}.row--spaced>.row__column--phablet--11{width:calc(91.66667% - 1.5rem)}.row--spaced>.row__column--offset--phablet--11{width:91.66667%;margin-left:calc(91.66667% - 1.5rem)}.row--spaced>.row__column--phablet--12{margin:.75rem}.row__column--phablet--12{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:100%}.row__column--offset--phablet--12{width:0;margin-left:100%}.row--spaced>.row__column--phablet--12{width:calc(100% - 1.5rem)}.row--spaced>.row__column--offset--phablet--12{width:100%;margin-left:calc(100% - 1.5rem)}}@media (min-width:992px){.row--spaced>.row__column--tablet--1{margin:.75rem}.row__column--tablet--1{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:8.33333%}.row__column--offset--tablet--1{width:91.66667%;margin-left:8.33333%}.row--spaced>.row__column--tablet--1{width:calc(8.33333% - 1.5rem)}.row--spaced>.row__column--offset--tablet--1{width:8.33333%;margin-left:calc(8.33333% - 1.5rem)}.row--spaced>.row__column--tablet--2{margin:.75rem}.row__column--tablet--2{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:16.66667%}.row__column--offset--tablet--2{width:83.33333%;margin-left:16.66667%}.row--spaced>.row__column--tablet--2{width:calc(16.66667% - 1.5rem)}.row--spaced>.row__column--offset--tablet--2{width:16.66667%;margin-left:calc(16.66667% - 1.5rem)}.row--spaced>.row__column--tablet--3{margin:.75rem}.row__column--tablet--3{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:25%}.row__column--offset--tablet--3{width:75%;margin-left:25%}.row--spaced>.row__column--tablet--3{width:calc(25% - 1.5rem)}.row--spaced>.row__column--offset--tablet--3{width:25%;margin-left:calc(25% - 1.5rem)}.row--spaced>.row__column--tablet--4{margin:.75rem}.row__column--tablet--4{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:33.33333%}.row__column--offset--tablet--4{width:66.66667%;margin-left:33.33333%}.row--spaced>.row__column--tablet--4{width:calc(33.33333% - 1.5rem)}.row--spaced>.row__column--offset--tablet--4{width:33.33333%;margin-left:calc(33.33333% - 1.5rem)}.row--spaced>.row__column--tablet--5{margin:.75rem}.row__column--tablet--5{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:41.66667%}.row__column--offset--tablet--5{width:58.33333%;margin-left:41.66667%}.row--spaced>.row__column--tablet--5{width:calc(41.66667% - 1.5rem)}.row--spaced>.row__column--offset--tablet--5{width:41.66667%;margin-left:calc(41.66667% - 1.5rem)}.row--spaced>.row__column--tablet--6{margin:.75rem}.row__column--tablet--6{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:50%}.row__column--offset--tablet--6{width:50%;margin-left:50%}.row--spaced>.row__column--tablet--6{width:calc(50% - 1.5rem)}.row--spaced>.row__column--offset--tablet--6{width:50%;margin-left:calc(50% - 1.5rem)}.row--spaced>.row__column--tablet--7{margin:.75rem}.row__column--tablet--7{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:58.33333%}.row__column--offset--tablet--7{width:41.66667%;margin-left:58.33333%}.row--spaced>.row__column--tablet--7{width:calc(58.33333% - 1.5rem)}.row--spaced>.row__column--offset--tablet--7{width:58.33333%;margin-left:calc(58.33333% - 1.5rem)}.row--spaced>.row__column--tablet--8{margin:.75rem}.row__column--tablet--8{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:66.66667%}.row__column--offset--tablet--8{width:33.33333%;margin-left:66.66667%}.row--spaced>.row__column--tablet--8{width:calc(66.66667% - 1.5rem)}.row--spaced>.row__column--offset--tablet--8{width:66.66667%;margin-left:calc(66.66667% - 1.5rem)}.row--spaced>.row__column--tablet--9{margin:.75rem}.row__column--tablet--9{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:75%}.row__column--offset--tablet--9{width:25%;margin-left:75%}.row--spaced>.row__column--tablet--9{width:calc(75% - 1.5rem)}.row--spaced>.row__column--offset--tablet--9{width:75%;margin-left:calc(75% - 1.5rem)}.row--spaced>.row__column--tablet--10{margin:.75rem}.row__column--tablet--10{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:83.33333%}.row__column--offset--tablet--10{width:16.66667%;margin-left:83.33333%}.row--spaced>.row__column--tablet--10{width:calc(83.33333% - 1.5rem)}.row--spaced>.row__column--offset--tablet--10{width:83.33333%;margin-left:calc(83.33333% - 1.5rem)}.row--spaced>.row__column--tablet--11{margin:.75rem}.row__column--tablet--11{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:91.66667%}.row__column--offset--tablet--11{width:8.33333%;margin-left:91.66667%}.row--spaced>.row__column--tablet--11{width:calc(91.66667% - 1.5rem)}.row--spaced>.row__column--offset--tablet--11{width:91.66667%;margin-left:calc(91.66667% - 1.5rem)}.row--spaced>.row__column--tablet--12{margin:.75rem}.row__column--tablet--12{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:100%}.row__column--offset--tablet--12{width:0;margin-left:100%}.row--spaced>.row__column--tablet--12{width:calc(100% - 1.5rem)}.row--spaced>.row__column--offset--tablet--12{width:100%;margin-left:calc(100% - 1.5rem)}}@media (min-width:1200px){.row--spaced>.row__column--desktop--1{margin:.75rem}.row__column--desktop--1{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:8.33333%}.row__column--offset--desktop--1{width:91.66667%;margin-left:8.33333%}.row--spaced>.row__column--desktop--1{width:calc(8.33333% - 1.5rem)}.row--spaced>.row__column--offset--desktop--1{width:8.33333%;margin-left:calc(8.33333% - 1.5rem)}.row--spaced>.row__column--desktop--2{margin:.75rem}.row__column--desktop--2{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:16.66667%}.row__column--offset--desktop--2{width:83.33333%;margin-left:16.66667%}.row--spaced>.row__column--desktop--2{width:calc(16.66667% - 1.5rem)}.row--spaced>.row__column--offset--desktop--2{width:16.66667%;margin-left:calc(16.66667% - 1.5rem)}.row--spaced>.row__column--desktop--3{margin:.75rem}.row__column--desktop--3{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:25%}.row__column--offset--desktop--3{width:75%;margin-left:25%}.row--spaced>.row__column--desktop--3{width:calc(25% - 1.5rem)}.row--spaced>.row__column--offset--desktop--3{width:25%;margin-left:calc(25% - 1.5rem)}.row--spaced>.row__column--desktop--4{margin:.75rem}.row__column--desktop--4{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:33.33333%}.row__column--offset--desktop--4{width:66.66667%;margin-left:33.33333%}.row--spaced>.row__column--desktop--4{width:calc(33.33333% - 1.5rem)}.row--spaced>.row__column--offset--desktop--4{width:33.33333%;margin-left:calc(33.33333% - 1.5rem)}.row--spaced>.row__column--desktop--5{margin:.75rem}.row__column--desktop--5{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:41.66667%}.row__column--offset--desktop--5{width:58.33333%;margin-left:41.66667%}.row--spaced>.row__column--desktop--5{width:calc(41.66667% - 1.5rem)}.row--spaced>.row__column--offset--desktop--5{width:41.66667%;margin-left:calc(41.66667% - 1.5rem)}.row--spaced>.row__column--desktop--6{margin:.75rem}.row__column--desktop--6{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:50%}.row__column--offset--desktop--6{width:50%;margin-left:50%}.row--spaced>.row__column--desktop--6{width:calc(50% - 1.5rem)}.row--spaced>.row__column--offset--desktop--6{width:50%;margin-left:calc(50% - 1.5rem)}.row--spaced>.row__column--desktop--7{margin:.75rem}.row__column--desktop--7{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:58.33333%}.row__column--offset--desktop--7{width:41.66667%;margin-left:58.33333%}.row--spaced>.row__column--desktop--7{width:calc(58.33333% - 1.5rem)}.row--spaced>.row__column--offset--desktop--7{width:58.33333%;margin-left:calc(58.33333% - 1.5rem)}.row--spaced>.row__column--desktop--8{margin:.75rem}.row__column--desktop--8{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:66.66667%}.row__column--offset--desktop--8{width:33.33333%;margin-left:66.66667%}.row--spaced>.row__column--desktop--8{width:calc(66.66667% - 1.5rem)}.row--spaced>.row__column--offset--desktop--8{width:66.66667%;margin-left:calc(66.66667% - 1.5rem)}.row--spaced>.row__column--desktop--9{margin:.75rem}.row__column--desktop--9{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:75%}.row__column--offset--desktop--9{width:25%;margin-left:75%}.row--spaced>.row__column--desktop--9{width:calc(75% - 1.5rem)}.row--spaced>.row__column--offset--desktop--9{width:75%;margin-left:calc(75% - 1.5rem)}.row--spaced>.row__column--desktop--10{margin:.75rem}.row__column--desktop--10{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:83.33333%}.row__column--offset--desktop--10{width:16.66667%;margin-left:83.33333%}.row--spaced>.row__column--desktop--10{width:calc(83.33333% - 1.5rem)}.row--spaced>.row__column--offset--desktop--10{width:83.33333%;margin-left:calc(83.33333% - 1.5rem)}.row--spaced>.row__column--desktop--11{margin:.75rem}.row__column--desktop--11{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:91.66667%}.row__column--offset--desktop--11{width:8.33333%;margin-left:91.66667%}.row--spaced>.row__column--desktop--11{width:calc(91.66667% - 1.5rem)}.row--spaced>.row__column--offset--desktop--11{width:91.66667%;margin-left:calc(91.66667% - 1.5rem)}.row--spaced>.row__column--desktop--12{margin:.75rem}.row__column--desktop--12{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:100%}.row__column--offset--desktop--12{width:0;margin-left:100%}.row--spaced>.row__column--desktop--12{width:calc(100% - 1.5rem)}.row--spaced>.row__column--offset--desktop--12{width:100%;margin-left:calc(100% - 1.5rem)}}@media (min-width:1900px){.row--spaced>.row__column--desktop-large--1{margin:.75rem}.row__column--desktop-large--1{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:8.33333%}.row__column--offset--desktop-large--1{width:91.66667%;margin-left:8.33333%}.row--spaced>.row__column--desktop-large--1{width:calc(8.33333% - 1.5rem)}.row--spaced>.row__column--offset--desktop-large--1{width:8.33333%;margin-left:calc(8.33333% - 1.5rem)}.row--spaced>.row__column--desktop-large--2{margin:.75rem}.row__column--desktop-large--2{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:16.66667%}.row__column--offset--desktop-large--2{width:83.33333%;margin-left:16.66667%}.row--spaced>.row__column--desktop-large--2{width:calc(16.66667% - 1.5rem)}.row--spaced>.row__column--offset--desktop-large--2{width:16.66667%;margin-left:calc(16.66667% - 1.5rem)}.row--spaced>.row__column--desktop-large--3{margin:.75rem}.row__column--desktop-large--3{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:25%}.row__column--offset--desktop-large--3{width:75%;margin-left:25%}.row--spaced>.row__column--desktop-large--3{width:calc(25% - 1.5rem)}.row--spaced>.row__column--offset--desktop-large--3{width:25%;margin-left:calc(25% - 1.5rem)}.row--spaced>.row__column--desktop-large--4{margin:.75rem}.row__column--desktop-large--4{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:33.33333%}.row__column--offset--desktop-large--4{width:66.66667%;margin-left:33.33333%}.row--spaced>.row__column--desktop-large--4{width:calc(33.33333% - 1.5rem)}.row--spaced>.row__column--offset--desktop-large--4{width:33.33333%;margin-left:calc(33.33333% - 1.5rem)}.row--spaced>.row__column--desktop-large--5{margin:.75rem}.row__column--desktop-large--5{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:41.66667%}.row__column--offset--desktop-large--5{width:58.33333%;margin-left:41.66667%}.row--spaced>.row__column--desktop-large--5{width:calc(41.66667% - 1.5rem)}.row--spaced>.row__column--offset--desktop-large--5{width:41.66667%;margin-left:calc(41.66667% - 1.5rem)}.row--spaced>.row__column--desktop-large--6{margin:.75rem}.row__column--desktop-large--6{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:50%}.row__column--offset--desktop-large--6{width:50%;margin-left:50%}.row--spaced>.row__column--desktop-large--6{width:calc(50% - 1.5rem)}.row--spaced>.row__column--offset--desktop-large--6{width:50%;margin-left:calc(50% - 1.5rem)}.row--spaced>.row__column--desktop-large--7{margin:.75rem}.row__column--desktop-large--7{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:58.33333%}.row__column--offset--desktop-large--7{width:41.66667%;margin-left:58.33333%}.row--spaced>.row__column--desktop-large--7{width:calc(58.33333% - 1.5rem)}.row--spaced>.row__column--offset--desktop-large--7{width:58.33333%;margin-left:calc(58.33333% - 1.5rem)}.row--spaced>.row__column--desktop-large--8{margin:.75rem}.row__column--desktop-large--8{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:66.66667%}.row__column--offset--desktop-large--8{width:33.33333%;margin-left:66.66667%}.row--spaced>.row__column--desktop-large--8{width:calc(66.66667% - 1.5rem)}.row--spaced>.row__column--offset--desktop-large--8{width:66.66667%;margin-left:calc(66.66667% - 1.5rem)}.row--spaced>.row__column--desktop-large--9{margin:.75rem}.row__column--desktop-large--9{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:75%}.row__column--offset--desktop-large--9{width:25%;margin-left:75%}.row--spaced>.row__column--desktop-large--9{width:calc(75% - 1.5rem)}.row--spaced>.row__column--offset--desktop-large--9{width:75%;margin-left:calc(75% - 1.5rem)}.row--spaced>.row__column--desktop-large--10{margin:.75rem}.row__column--desktop-large--10{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:83.33333%}.row__column--offset--desktop-large--10{width:16.66667%;margin-left:83.33333%}.row--spaced>.row__column--desktop-large--10{width:calc(83.33333% - 1.5rem)}.row--spaced>.row__column--offset--desktop-large--10{width:83.33333%;margin-left:calc(83.33333% - 1.5rem)}.row--spaced>.row__column--desktop-large--11{margin:.75rem}.row__column--desktop-large--11{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:91.66667%}.row__column--offset--desktop-large--11{width:8.33333%;margin-left:91.66667%}.row--spaced>.row__column--desktop-large--11{width:calc(91.66667% - 1.5rem)}.row--spaced>.row__column--offset--desktop-large--11{width:91.66667%;margin-left:calc(91.66667% - 1.5rem)}.row--spaced>.row__column--desktop-large--12{margin:.75rem}.row__column--desktop-large--12{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:100%}.row__column--offset--desktop-large--12{width:0;margin-left:100%}.row--spaced>.row__column--desktop-large--12{width:calc(100% - 1.5rem)}.row--spaced>.row__column--offset--desktop-large--12{width:100%;margin-left:calc(100% - 1.5rem)}}@media (min-width:2500px){.row--spaced>.row__column--retina--1{margin:.75rem}.row__column--retina--1{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:8.33333%}.row__column--offset--retina--1{width:91.66667%;margin-left:8.33333%}.row--spaced>.row__column--retina--1{width:calc(8.33333% - 1.5rem)}.row--spaced>.row__column--offset--retina--1{width:8.33333%;margin-left:calc(8.33333% - 1.5rem)}.row--spaced>.row__column--retina--2{margin:.75rem}.row__column--retina--2{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:16.66667%}.row__column--offset--retina--2{width:83.33333%;margin-left:16.66667%}.row--spaced>.row__column--retina--2{width:calc(16.66667% - 1.5rem)}.row--spaced>.row__column--offset--retina--2{width:16.66667%;margin-left:calc(16.66667% - 1.5rem)}.row--spaced>.row__column--retina--3{margin:.75rem}.row__column--retina--3{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:25%}.row__column--offset--retina--3{width:75%;margin-left:25%}.row--spaced>.row__column--retina--3{width:calc(25% - 1.5rem)}.row--spaced>.row__column--offset--retina--3{width:25%;margin-left:calc(25% - 1.5rem)}.row--spaced>.row__column--retina--4{margin:.75rem}.row__column--retina--4{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:33.33333%}.row__column--offset--retina--4{width:66.66667%;margin-left:33.33333%}.row--spaced>.row__column--retina--4{width:calc(33.33333% - 1.5rem)}.row--spaced>.row__column--offset--retina--4{width:33.33333%;margin-left:calc(33.33333% - 1.5rem)}.row--spaced>.row__column--retina--5{margin:.75rem}.row__column--retina--5{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:41.66667%}.row__column--offset--retina--5{width:58.33333%;margin-left:41.66667%}.row--spaced>.row__column--retina--5{width:calc(41.66667% - 1.5rem)}.row--spaced>.row__column--offset--retina--5{width:41.66667%;margin-left:calc(41.66667% - 1.5rem)}.row--spaced>.row__column--retina--6{margin:.75rem}.row__column--retina--6{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:50%}.row__column--offset--retina--6{width:50%;margin-left:50%}.row--spaced>.row__column--retina--6{width:calc(50% - 1.5rem)}.row--spaced>.row__column--offset--retina--6{width:50%;margin-left:calc(50% - 1.5rem)}.row--spaced>.row__column--retina--7{margin:.75rem}.row__column--retina--7{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:58.33333%}.row__column--offset--retina--7{width:41.66667%;margin-left:58.33333%}.row--spaced>.row__column--retina--7{width:calc(58.33333% - 1.5rem)}.row--spaced>.row__column--offset--retina--7{width:58.33333%;margin-left:calc(58.33333% - 1.5rem)}.row--spaced>.row__column--retina--8{margin:.75rem}.row__column--retina--8{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:66.66667%}.row__column--offset--retina--8{width:33.33333%;margin-left:66.66667%}.row--spaced>.row__column--retina--8{width:calc(66.66667% - 1.5rem)}.row--spaced>.row__column--offset--retina--8{width:66.66667%;margin-left:calc(66.66667% - 1.5rem)}.row--spaced>.row__column--retina--9{margin:.75rem}.row__column--retina--9{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:75%}.row__column--offset--retina--9{width:25%;margin-left:75%}.row--spaced>.row__column--retina--9{width:calc(75% - 1.5rem)}.row--spaced>.row__column--offset--retina--9{width:75%;margin-left:calc(75% - 1.5rem)}.row--spaced>.row__column--retina--10{margin:.75rem}.row__column--retina--10{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:83.33333%}.row__column--offset--retina--10{width:16.66667%;margin-left:83.33333%}.row--spaced>.row__column--retina--10{width:calc(83.33333% - 1.5rem)}.row--spaced>.row__column--offset--retina--10{width:83.33333%;margin-left:calc(83.33333% - 1.5rem)}.row--spaced>.row__column--retina--11{margin:.75rem}.row__column--retina--11{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:91.66667%}.row__column--offset--retina--11{width:8.33333%;margin-left:91.66667%}.row--spaced>.row__column--retina--11{width:calc(91.66667% - 1.5rem)}.row--spaced>.row__column--offset--retina--11{width:91.66667%;margin-left:calc(91.66667% - 1.5rem)}.row--spaced>.row__column--retina--12{margin:.75rem}.row__column--retina--12{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:100%}.row__column--offset--retina--12{width:0;margin-left:100%}.row--spaced>.row__column--retina--12{width:calc(100% - 1.5rem)}.row--spaced>.row__column--offset--retina--12{width:100%;margin-left:calc(100% - 1.5rem)}}@media (min-width:3840px){.row--spaced>.row__column--4k--1{margin:.75rem}.row__column--4k--1{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:8.33333%}.row__column--offset--4k--1{width:91.66667%;margin-left:8.33333%}.row--spaced>.row__column--4k--1{width:calc(8.33333% - 1.5rem)}.row--spaced>.row__column--offset--4k--1{width:8.33333%;margin-left:calc(8.33333% - 1.5rem)}.row--spaced>.row__column--4k--2{margin:.75rem}.row__column--4k--2{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:16.66667%}.row__column--offset--4k--2{width:83.33333%;margin-left:16.66667%}.row--spaced>.row__column--4k--2{width:calc(16.66667% - 1.5rem)}.row--spaced>.row__column--offset--4k--2{width:16.66667%;margin-left:calc(16.66667% - 1.5rem)}.row--spaced>.row__column--4k--3{margin:.75rem}.row__column--4k--3{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:25%}.row__column--offset--4k--3{width:75%;margin-left:25%}.row--spaced>.row__column--4k--3{width:calc(25% - 1.5rem)}.row--spaced>.row__column--offset--4k--3{width:25%;margin-left:calc(25% - 1.5rem)}.row--spaced>.row__column--4k--4{margin:.75rem}.row__column--4k--4{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:33.33333%}.row__column--offset--4k--4{width:66.66667%;margin-left:33.33333%}.row--spaced>.row__column--4k--4{width:calc(33.33333% - 1.5rem)}.row--spaced>.row__column--offset--4k--4{width:33.33333%;margin-left:calc(33.33333% - 1.5rem)}.row--spaced>.row__column--4k--5{margin:.75rem}.row__column--4k--5{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:41.66667%}.row__column--offset--4k--5{width:58.33333%;margin-left:41.66667%}.row--spaced>.row__column--4k--5{width:calc(41.66667% - 1.5rem)}.row--spaced>.row__column--offset--4k--5{width:41.66667%;margin-left:calc(41.66667% - 1.5rem)}.row--spaced>.row__column--4k--6{margin:.75rem}.row__column--4k--6{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:50%}.row__column--offset--4k--6{width:50%;margin-left:50%}.row--spaced>.row__column--4k--6{width:calc(50% - 1.5rem)}.row--spaced>.row__column--offset--4k--6{width:50%;margin-left:calc(50% - 1.5rem)}.row--spaced>.row__column--4k--7{margin:.75rem}.row__column--4k--7{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:58.33333%}.row__column--offset--4k--7{width:41.66667%;margin-left:58.33333%}.row--spaced>.row__column--4k--7{width:calc(58.33333% - 1.5rem)}.row--spaced>.row__column--offset--4k--7{width:58.33333%;margin-left:calc(58.33333% - 1.5rem)}.row--spaced>.row__column--4k--8{margin:.75rem}.row__column--4k--8{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:66.66667%}.row__column--offset--4k--8{width:33.33333%;margin-left:66.66667%}.row--spaced>.row__column--4k--8{width:calc(66.66667% - 1.5rem)}.row--spaced>.row__column--offset--4k--8{width:66.66667%;margin-left:calc(66.66667% - 1.5rem)}.row--spaced>.row__column--4k--9{margin:.75rem}.row__column--4k--9{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:75%}.row__column--offset--4k--9{width:25%;margin-left:75%}.row--spaced>.row__column--4k--9{width:calc(75% - 1.5rem)}.row--spaced>.row__column--offset--4k--9{width:75%;margin-left:calc(75% - 1.5rem)}.row--spaced>.row__column--4k--10{margin:.75rem}.row__column--4k--10{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:83.33333%}.row__column--offset--4k--10{width:16.66667%;margin-left:83.33333%}.row--spaced>.row__column--4k--10{width:calc(83.33333% - 1.5rem)}.row--spaced>.row__column--offset--4k--10{width:83.33333%;margin-left:calc(83.33333% - 1.5rem)}.row--spaced>.row__column--4k--11{margin:.75rem}.row__column--4k--11{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:91.66667%}.row__column--offset--4k--11{width:8.33333%;margin-left:91.66667%}.row--spaced>.row__column--4k--11{width:calc(91.66667% - 1.5rem)}.row--spaced>.row__column--offset--4k--11{width:91.66667%;margin-left:calc(91.66667% - 1.5rem)}.row--spaced>.row__column--4k--12{margin:.75rem}.row__column--4k--12{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:100%}.row__column--offset--4k--12{width:0;margin-left:100%}.row--spaced>.row__column--4k--12{width:calc(100% - 1.5rem)}.row--spaced>.row__column--offset--4k--12{width:100%;margin-left:calc(100% - 1.5rem)}}@media (min-width:5000px){.row--spaced>.row__column--5k--1{margin:.75rem}.row__column--5k--1{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:8.33333%}.row__column--offset--5k--1{width:91.66667%;margin-left:8.33333%}.row--spaced>.row__column--5k--1{width:calc(8.33333% - 1.5rem)}.row--spaced>.row__column--offset--5k--1{width:8.33333%;margin-left:calc(8.33333% - 1.5rem)}.row--spaced>.row__column--5k--2{margin:.75rem}.row__column--5k--2{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:16.66667%}.row__column--offset--5k--2{width:83.33333%;margin-left:16.66667%}.row--spaced>.row__column--5k--2{width:calc(16.66667% - 1.5rem)}.row--spaced>.row__column--offset--5k--2{width:16.66667%;margin-left:calc(16.66667% - 1.5rem)}.row--spaced>.row__column--5k--3{margin:.75rem}.row__column--5k--3{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:25%}.row__column--offset--5k--3{width:75%;margin-left:25%}.row--spaced>.row__column--5k--3{width:calc(25% - 1.5rem)}.row--spaced>.row__column--offset--5k--3{width:25%;margin-left:calc(25% - 1.5rem)}.row--spaced>.row__column--5k--4{margin:.75rem}.row__column--5k--4{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:33.33333%}.row__column--offset--5k--4{width:66.66667%;margin-left:33.33333%}.row--spaced>.row__column--5k--4{width:calc(33.33333% - 1.5rem)}.row--spaced>.row__column--offset--5k--4{width:33.33333%;margin-left:calc(33.33333% - 1.5rem)}.row--spaced>.row__column--5k--5{margin:.75rem}.row__column--5k--5{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:41.66667%}.row__column--offset--5k--5{width:58.33333%;margin-left:41.66667%}.row--spaced>.row__column--5k--5{width:calc(41.66667% - 1.5rem)}.row--spaced>.row__column--offset--5k--5{width:41.66667%;margin-left:calc(41.66667% - 1.5rem)}.row--spaced>.row__column--5k--6{margin:.75rem}.row__column--5k--6{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:50%}.row__column--offset--5k--6{width:50%;margin-left:50%}.row--spaced>.row__column--5k--6{width:calc(50% - 1.5rem)}.row--spaced>.row__column--offset--5k--6{width:50%;margin-left:calc(50% - 1.5rem)}.row--spaced>.row__column--5k--7{margin:.75rem}.row__column--5k--7{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:58.33333%}.row__column--offset--5k--7{width:41.66667%;margin-left:58.33333%}.row--spaced>.row__column--5k--7{width:calc(58.33333% - 1.5rem)}.row--spaced>.row__column--offset--5k--7{width:58.33333%;margin-left:calc(58.33333% - 1.5rem)}.row--spaced>.row__column--5k--8{margin:.75rem}.row__column--5k--8{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:66.66667%}.row__column--offset--5k--8{width:33.33333%;margin-left:66.66667%}.row--spaced>.row__column--5k--8{width:calc(66.66667% - 1.5rem)}.row--spaced>.row__column--offset--5k--8{width:66.66667%;margin-left:calc(66.66667% - 1.5rem)}.row--spaced>.row__column--5k--9{margin:.75rem}.row__column--5k--9{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:75%}.row__column--offset--5k--9{width:25%;margin-left:75%}.row--spaced>.row__column--5k--9{width:calc(75% - 1.5rem)}.row--spaced>.row__column--offset--5k--9{width:75%;margin-left:calc(75% - 1.5rem)}.row--spaced>.row__column--5k--10{margin:.75rem}.row__column--5k--10{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:83.33333%}.row__column--offset--5k--10{width:16.66667%;margin-left:83.33333%}.row--spaced>.row__column--5k--10{width:calc(83.33333% - 1.5rem)}.row--spaced>.row__column--offset--5k--10{width:83.33333%;margin-left:calc(83.33333% - 1.5rem)}.row--spaced>.row__column--5k--11{margin:.75rem}.row__column--5k--11{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:91.66667%}.row__column--offset--5k--11{width:8.33333%;margin-left:91.66667%}.row--spaced>.row__column--5k--11{width:calc(91.66667% - 1.5rem)}.row--spaced>.row__column--offset--5k--11{width:91.66667%;margin-left:calc(91.66667% - 1.5rem)}.row--spaced>.row__column--5k--12{margin:.75rem}.row__column--5k--12{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:100%}.row__column--offset--5k--12{width:0;margin-left:100%}.row--spaced>.row__column--5k--12{width:calc(100% - 1.5rem)}.row--spaced>.row__column--offset--5k--12{width:100%;margin-left:calc(100% - 1.5rem)}}@media (min-width:8000px){.row--spaced>.row__column--8k--1{margin:.75rem}.row__column--8k--1{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:8.33333%}.row__column--offset--8k--1{width:91.66667%;margin-left:8.33333%}.row--spaced>.row__column--8k--1{width:calc(8.33333% - 1.5rem)}.row--spaced>.row__column--offset--8k--1{width:8.33333%;margin-left:calc(8.33333% - 1.5rem)}.row--spaced>.row__column--8k--2{margin:.75rem}.row__column--8k--2{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:16.66667%}.row__column--offset--8k--2{width:83.33333%;margin-left:16.66667%}.row--spaced>.row__column--8k--2{width:calc(16.66667% - 1.5rem)}.row--spaced>.row__column--offset--8k--2{width:16.66667%;margin-left:calc(16.66667% - 1.5rem)}.row--spaced>.row__column--8k--3{margin:.75rem}.row__column--8k--3{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:25%}.row__column--offset--8k--3{width:75%;margin-left:25%}.row--spaced>.row__column--8k--3{width:calc(25% - 1.5rem)}.row--spaced>.row__column--offset--8k--3{width:25%;margin-left:calc(25% - 1.5rem)}.row--spaced>.row__column--8k--4{margin:.75rem}.row__column--8k--4{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:33.33333%}.row__column--offset--8k--4{width:66.66667%;margin-left:33.33333%}.row--spaced>.row__column--8k--4{width:calc(33.33333% - 1.5rem)}.row--spaced>.row__column--offset--8k--4{width:33.33333%;margin-left:calc(33.33333% - 1.5rem)}.row--spaced>.row__column--8k--5{margin:.75rem}.row__column--8k--5{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:41.66667%}.row__column--offset--8k--5{width:58.33333%;margin-left:41.66667%}.row--spaced>.row__column--8k--5{width:calc(41.66667% - 1.5rem)}.row--spaced>.row__column--offset--8k--5{width:41.66667%;margin-left:calc(41.66667% - 1.5rem)}.row--spaced>.row__column--8k--6{margin:.75rem}.row__column--8k--6{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:50%}.row__column--offset--8k--6{width:50%;margin-left:50%}.row--spaced>.row__column--8k--6{width:calc(50% - 1.5rem)}.row--spaced>.row__column--offset--8k--6{width:50%;margin-left:calc(50% - 1.5rem)}.row--spaced>.row__column--8k--7{margin:.75rem}.row__column--8k--7{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:58.33333%}.row__column--offset--8k--7{width:41.66667%;margin-left:58.33333%}.row--spaced>.row__column--8k--7{width:calc(58.33333% - 1.5rem)}.row--spaced>.row__column--offset--8k--7{width:58.33333%;margin-left:calc(58.33333% - 1.5rem)}.row--spaced>.row__column--8k--8{margin:.75rem}.row__column--8k--8{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:66.66667%}.row__column--offset--8k--8{width:33.33333%;margin-left:66.66667%}.row--spaced>.row__column--8k--8{width:calc(66.66667% - 1.5rem)}.row--spaced>.row__column--offset--8k--8{width:66.66667%;margin-left:calc(66.66667% - 1.5rem)}.row--spaced>.row__column--8k--9{margin:.75rem}.row__column--8k--9{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:75%}.row__column--offset--8k--9{width:25%;margin-left:75%}.row--spaced>.row__column--8k--9{width:calc(75% - 1.5rem)}.row--spaced>.row__column--offset--8k--9{width:75%;margin-left:calc(75% - 1.5rem)}.row--spaced>.row__column--8k--10{margin:.75rem}.row__column--8k--10{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:83.33333%}.row__column--offset--8k--10{width:16.66667%;margin-left:83.33333%}.row--spaced>.row__column--8k--10{width:calc(83.33333% - 1.5rem)}.row--spaced>.row__column--offset--8k--10{width:83.33333%;margin-left:calc(83.33333% - 1.5rem)}.row--spaced>.row__column--8k--11{margin:.75rem}.row__column--8k--11{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:91.66667%}.row__column--offset--8k--11{width:8.33333%;margin-left:91.66667%}.row--spaced>.row__column--8k--11{width:calc(91.66667% - 1.5rem)}.row--spaced>.row__column--offset--8k--11{width:91.66667%;margin-left:calc(91.66667% - 1.5rem)}.row--spaced>.row__column--8k--12{margin:.75rem}.row__column--8k--12{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:100%}.row__column--offset--8k--12{width:0;margin-left:100%}.row--spaced>.row__column--8k--12{width:calc(100% - 1.5rem)}.row--spaced>.row__column--offset--8k--12{width:100%;margin-left:calc(100% - 1.5rem)}}.hero{display:flex;flex-direction:row;align-content:stretch;flex-wrap:wrap;width:100%;height:100%;color:#fff;background-repeat:no-repeat;background-position:50%;background-size:cover;text-align:center;overflow:hidden;position:relative;justify-content:center;align-items:center}.hero:before{background:linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,.8));content:"";position:absolute;top:0;right:0;bottom:0;left:0}.hero--full{min-height:100%}.hero--light,.hero--transparent{color:#424242}.hero--transparent:before{background:transparent}.hero--light:before{background:linear-gradient(180deg,hsla(0,0%,100%,.5),hsla(0,0%,100%,.8));color:#424242}.hero__content{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;width:90%;z-index:2}@media screen and (min-width:37.56255em){.hero{min-height:80%;height:auto}.hero--full{min-height:100%}}@media screen and (min-width:62em){.hero{min-height:50%}.hero--full{min-height:100%}}.modal{display:none;z-index:99;background:rgba(0,0,0,.5);width:100%;height:100%;position:absolute;transition:all .5s}.modal--active{display:block}.modal--transparent{background-color:transparent}.modal__content{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);position:absolute;padding:1rem;background-color:#fff;max-height:100%;text-align:center;width:90%;overflow:auto}@media (min-width:601px){.modal__content{width:80%}}@media (min-width:992px){.modal__content{width:70%}}@media (min-width:1200px){.modal__content{width:auto}}.vertical{flex-direction:column}.horizontal,.vertical{display:flex}.horizontal--left{justify-content:flex-start}.horizontal--center{justify-content:center;align-items:center}.horizontal--right{justify-content:flex-end}.vertical--left{align-items:flex-start}.vertical--center{align-items:center}.vertical--right{align-items:flex-end}.bottom{bottom:0;margin:0}.bottom,.middle{position:absolute}.middle{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.center{margin:0 auto;left:0;right:0}.left{left:0}.right{right:0}.text--center{text-align:center}.text--left{text-align:left}.text--right{text-align:right}.text--justify{text-align:justify}.padded{padding:1rem}.margin{margin:1}.padded-2{padding:2rem}.margin-2{margin:2rem}.padded-3{padding:3rem}.margin-3{margin:3rem}.padded-4{padding:4rem}.margin-4{margin:4rem}.padded-5{padding:5rem}.margin-5{margin:5rem}.nav{display:flex;width:100%;background-color:#fff;text-align:right;min-height:3rem;align-items:stretch;z-index:90;flex-wrap:wrap;max-width:100%}.nav--fixed{position:fixed;max-height:100%;overflow:auto}.nav--rl{text-align:left}.nav__content-list__item{display:flex;list-style:none;cursor:pointer;text-align:center;overflow:visible;background:inherit;width:100%}.nav__content-list__item>*{height:100%;display:flex;align-items:center;padding:1rem;width:100%}.nav__content-list__item:hover{background-color:#eee}.nav__content-list__item:empty{padding:1rem}.nav__content-list__item__icon{-ms-grid-row-align:center;align-self:center;max-height:100%;max-width:100%;margin:0 .3rem;height:60%;width:1.5rem;min-width:1.5rem}.nav--side__content-list{display:none}.nav__menu-icon{cursor:pointer;-ms-grid-row-align:center;align-self:center;max-width:5%}.nav__header{display:flex;max-width:95%;max-height:3.5rem;text-align:left;font-size:inherit;height:100%;min-height:100%;width:100%;height:3.5rem}.nav__header__logo{max-width:80%;max-height:80%;padding:0 .5rem;height:100%}.nav__header__logo,.nav__header__title{-ms-grid-row-align:center;align-self:center}.nav__header__title{margin:0 0 0 .1rem;font-size:1.5rem}.nav__content-list{margin:0;padding:0;width:auto;max-height:100%;display:none;align-items:center}.nav__content-list--active{display:flex;width:100%;flex-flow:column;background:inherit;overflow:auto}.wrapper--top-navigation{margin-top:3.5rem}@media (min-width:601px){.nav--top--phablet{display:flex;overflow:hidden;flex-wrap:nowrap}.nav--top--phablet .nav__menu-icon{display:none}.nav--top--phablet .nav__content-list{display:flex;max-height:3.5rem}.nav--top--phablet .nav__content-list .nav__content-list__item{height:100%}.nav--top--phablet .nav__content-list .nav__content-list__item>*{justify-content:center}.nav--top--phablet .nav__content-list--full{display:flex;width:100%;justify-content:center;height:3.5rem}.nav--top--phablet .nav__content-list--full .nav__content-list__item{height:100%}.nav--top--phablet .nav__content-list--full .nav__content-list__item>*{justify-content:center}.nav--side--phablet{width:30%;height:100%;float:left;max-height:100%;flex-flow:column;overflow:hidden}.nav--side--phablet .nav__header{height:auto;min-height:0;flex-flow:column;padding-bottom:.5rem;border-bottom:1px solid #eee;max-height:none;max-width:100%;flex-shrink:0}.nav--side--phablet .nav__header__logo{max-height:10rem;margin:.5rem 0}.nav--side--phablet .nav__header__title{text-align:center}.nav--side--phablet .nav__menu-icon{display:none}.nav--side--phablet .nav__content-list{display:flex;flex-flow:column;overflow:auto}.nav--side--phablet .nav__content-list .nav__content-list__item{height:auto;width:100%;min-height:2rem}.nav--side--phablet .nav__content-list .nav__content-list__item>*{width:100%;justify-content:flex-start}.nav--side--phablet .nav__content-list .nav__content-list__item .nav__content-list__item__icon{max-height:100%;height:2rem;min-height:1.5rem;line-height:1.4rem}.wrapper--side-navigation--phablet{width:70%;float:right;margin-top:0}}@media (min-width:992px){.nav--top--tablet{display:flex;overflow:hidden;flex-wrap:nowrap}.nav--top--tablet .nav__menu-icon{display:none}.nav--top--tablet .nav__content-list{display:flex;max-height:3.5rem}.nav--top--tablet .nav__content-list .nav__content-list__item{height:100%}.nav--top--tablet .nav__content-list .nav__content-list__item>*{justify-content:center}.nav--top--tablet .nav__content-list--full{display:flex;width:100%;justify-content:center;height:3.5rem}.nav--top--tablet .nav__content-list--full .nav__content-list__item{height:100%}.nav--top--tablet .nav__content-list--full .nav__content-list__item>*{justify-content:center}.nav--side--tablet{width:20%;height:100%;float:left;max-height:100%;flex-flow:column;overflow:hidden}.nav--side--tablet .nav__header{height:auto;min-height:0;flex-flow:column;padding-bottom:.5rem;border-bottom:1px solid #eee;max-height:none;max-width:100%;flex-shrink:0}.nav--side--tablet .nav__header__logo{max-height:10rem;margin:.5rem 0}.nav--side--tablet .nav__header__title{text-align:center}.nav--side--tablet .nav__menu-icon{display:none}.nav--side--tablet .nav__content-list{display:flex;flex-flow:column;overflow:auto}.nav--side--tablet .nav__content-list .nav__content-list__item{height:auto;width:100%;min-height:2rem}.nav--side--tablet .nav__content-list .nav__content-list__item>*{width:100%;justify-content:flex-start}.nav--side--tablet .nav__content-list .nav__content-list__item .nav__content-list__item__icon{max-height:100%;height:2rem;min-height:1.5rem;line-height:1.4rem}.wrapper--side-navigation--tablet{width:80%;float:right;margin-top:0}}@media (min-width:1200px){.nav--top--desktop{display:flex;overflow:hidden;flex-wrap:nowrap}.nav--top--desktop .nav__menu-icon{display:none}.nav--top--desktop .nav__content-list{display:flex;max-height:3.5rem}.nav--top--desktop .nav__content-list .nav__content-list__item{height:100%}.nav--top--desktop .nav__content-list .nav__content-list__item>*{justify-content:center}.nav--top--desktop .nav__content-list--full{display:flex;width:100%;justify-content:center;height:3.5rem}.nav--top--desktop .nav__content-list--full .nav__content-list__item{height:100%}.nav--top--desktop .nav__content-list--full .nav__content-list__item>*{justify-content:center}.nav--side--desktop{width:20%;height:100%;float:left;max-height:100%;flex-flow:column;overflow:hidden}.nav--side--desktop .nav__header{height:auto;min-height:0;flex-flow:column;padding-bottom:.5rem;border-bottom:1px solid #eee;max-height:none;max-width:100%;flex-shrink:0}.nav--side--desktop .nav__header__logo{max-height:10rem;margin:.5rem 0}.nav--side--desktop .nav__header__title{text-align:center}.nav--side--desktop .nav__menu-icon{display:none}.nav--side--desktop .nav__content-list{display:flex;flex-flow:column;overflow:auto}.nav--side--desktop .nav__content-list .nav__content-list__item{height:auto;width:100%;min-height:2rem}.nav--side--desktop .nav__content-list .nav__content-list__item>*{width:100%;justify-content:flex-start}.nav--side--desktop .nav__content-list .nav__content-list__item .nav__content-list__item__icon{max-height:100%;height:2rem;min-height:1.5rem;line-height:1.4rem}.wrapper--side-navigation--desktop{width:80%;float:right;margin-top:0}}@media (min-width:1900px){.nav--top--desktop-large{display:flex;overflow:hidden;flex-wrap:nowrap}.nav--top--desktop-large .nav__menu-icon{display:none}.nav--top--desktop-large .nav__content-list{display:flex;max-height:3.5rem}.nav--top--desktop-large .nav__content-list .nav__content-list__item{height:100%}.nav--top--desktop-large .nav__content-list .nav__content-list__item>*{justify-content:center}.nav--top--desktop-large .nav__content-list--full{display:flex;width:100%;justify-content:center;height:3.5rem}.nav--top--desktop-large .nav__content-list--full .nav__content-list__item{height:100%}.nav--top--desktop-large .nav__content-list--full .nav__content-list__item>*{justify-content:center}.nav--side--desktop-large{width:15%;height:100%;float:left;max-height:100%;flex-flow:column;overflow:hidden}.nav--side--desktop-large .nav__header{height:auto;min-height:0;flex-flow:column;padding-bottom:.5rem;border-bottom:1px solid #eee;max-height:none;max-width:100%;flex-shrink:0}.nav--side--desktop-large .nav__header__logo{max-height:10rem;margin:.5rem 0}.nav--side--desktop-large .nav__header__title{text-align:center}.nav--side--desktop-large .nav__menu-icon{display:none}.nav--side--desktop-large .nav__content-list{display:flex;flex-flow:column;overflow:auto}.nav--side--desktop-large .nav__content-list .nav__content-list__item{height:auto;width:100%;min-height:2rem}.nav--side--desktop-large .nav__content-list .nav__content-list__item>*{width:100%;justify-content:flex-start}.nav--side--desktop-large .nav__content-list .nav__content-list__item .nav__content-list__item__icon{max-height:100%;height:2rem;min-height:1.5rem;line-height:1.4rem}.wrapper--side-navigation--desktop-large{width:85%;float:right;margin-top:0}}button,input,optgroup,select,textarea{-webkit-appearance:none;-moz-appearance:none;color:inherit;font-family:inherit;margin:0;outline:none;border:none;font-size:inherit}optgroup{font-weight:700}button,input,select,textarea{overflow:visible;border-radius:3px;background:#f5f5f5;color:#424242;padding:1rem}form button,input,select,textarea{padding:.5rem 1rem}label{margin:.5rem}button,select{margin:.5rem;text-transform:none;cursor:pointer;padding:.5rem 1rem;border-radius:3px}button:hover{background-color:#e8e8e8}.link--button{-webkit-appearance:none;-moz-appearance:none;color:inherit;font-family:inherit;margin:0;outline:none;border:none;font-size:inherit;overflow:visible;padding:1rem}.link--button,form .link--button{padding:.5rem 1rem}.link--button{margin:.5rem;text-transform:none;cursor:pointer;border-radius:3px}.link--button:hover{background-color:#e8e8e8}.link--button,[type=".link--button"]{-webkit-appearance:button}.link--button::-moz-focus-inner,[type=".link--button"]::-moz-focus-inner{border-style:none;padding:0}.link--button[disabled]{cursor:default}.link--button::-moz-focus-inner{border:0;padding:0}.link--button{display:inline-block;color:#424242;background:#f5f5f5}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35rem .625rem .75rem}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{resize:none;overflow:auto}[type=color]{padding:0}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}input[type=range]::-webkit-slider-runnable-track{cursor:pointer;background:rgba(0,0,0,.5)}input[type=range]::-moz-range-track{cursor:pointer;background:rgba(0,0,0,.5)}input[type=range]::-ms-fill-lower,input[type=range]::-ms-fill-upper,input[type=range]:focus::-ms-fill-lower,input[type=range]:focus::-ms-fill-upper{cursor:pointer;background:rgba(0,0,0,.5)}input[type=range]{-webkit-appearance:none;background:transparent;outline:none}.circle{background:#ddd;border-radius:50%;height:0;padding-bottom:100%;width:100%}.circle__content{color:#fff;float:left;line-height:1;margin-top:-.5rem;padding-top:50%;text-align:center;width:100%}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1rem}pre{background:#f5f5f5;padding:1rem;overflow:auto}pre code{display:block;overflow:hidden}code[class*=language-],pre[class*=language-]{font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;line-height:1.5;font-size:.85em;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*=language-]{position:relative;margin:.5em 0;background:transparent;border:1px solid rgba(66,66,66,.11);background-size:3em 3em;background-origin:content-box;overflow:visible;overflow-x:auto}code[class*=language]{max-height:inherit;height:100%;padding:0 1em;display:block;overflow:visible}:not(pre)>code[class*=language-]{position:relative;padding:.2em;border-radius:.3em;color:#c92c2c;border:1px solid rgba(0,0,0,.1)}:not(pre)>code[class*=language-]:after,pre[class*=language-]:after{right:.75em;left:auto;-webkit-transform:rotate(2deg);transform:rotate(2deg)}.token.block-comment,.token.comment,.token.doctype,.token.prolog{color:#878787;font-style:italic}.token.cdata{color:#bb2500}.token.punctuation{color:#5f6364}.token.boolean{color:#007ab7}.token.string{color:#dd2400}.token.function{color:#5c99ad}.token.property,.token.tag{color:#0045aa}.token.number{color:#007ab7}.token.constant,.token.deleted,.token.function-name,.token.symbol{color:#c92c2c}.token.attr-name{color:#007ab7}.token.builtin,.token.char,.token.inserted,.token.selector{color:#2f9c0a}.token.operator{color:#006ff8}.token.url{color:#004ccb;text-decoration:none}.token.entity{color:#007ab7;cursor:help}.token.variable{color:#8735a5}.token.keyword{color:#0045aa;font-weight:400}.token.atrule{color:#de7a31;font-style:normal;font-weight:700}.token.attr-value{color:#5d8f00;font-weight:400}.token.class-name{color:#1990b8}.token.important,.token.regex{color:#e90}.language-css .token.string,.style .token.string{color:#f4378f}.language-css .token.property,.style .token.property{color:#0045aa}.language-css .token.number,.style .token.number{color:#dd2400}.language-css .token.hexcode,.style .token.hexcode{color:#d72d65}.token.important{font-weight:400}.token.bold{font-weight:700}.token.italic{font-style:italic}.namespace{opacity:.7}@media screen and (max-width:767px){pre[class*=language-]:after,pre[class*=language-]:before{bottom:14px;box-shadow:none}}.token.cr:before,.token.lf:before,.token.tab:not(:empty):before{color:#e0d7d1}pre[class*=language-][data-line]{padding-top:0;padding-bottom:0;padding-left:0}pre[data-line] code{position:relative;padding-left:4em}pre .line-highlight{margin-top:0}.token a{color:inherit}code[class*=language-] a[href],pre[class*=language-] a[href]{cursor:help;text-decoration:none}code[class*=language-] a[href]:hover,pre[class*=language-] a[href]:hover{cursor:help;text-decoration:underline}.card{border:1px solid rgba(0,0,0,.1)}.card--depth--2{box-shadow:0 1.5px 4px rgba(0,0,0,.24),0 1.5px 6px rgba(0,0,0,.12)}.card--depth--3{box-shadow:0 3px 12px rgba(0,0,0,.23),0 3px 12px rgba(0,0,0,.16)}.card--depth--4{box-shadow:0 6px 12px rgba(0,0,0,.23),0 10px 40px rgba(0,0,0,.19)}.card--depth--5{box-shadow:0 10px 20px rgba(0,0,0,.22),0 14px 56px rgba(0,0,0,.25)}.card--depth--6{box-shadow:0 15px 24px rgba(0,0,0,.22),0 19px 76px rgba(0,0,0,.3)}.separator--material{margin:0 0 .5rem;border:1px solid #ddd;border-bottom:0}.button--floating{width:3rem;height:3rem;border-radius:50%;position:absolute;bottom:0;right:0;margin:1.5rem;box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);z-index:9}:root{--main-color:rgba(0,0,0,0.5);--text-color:rgba(66,66,66,0.9);--screen-background-color:#f7f7f7}html{width:auto;width:100vw}body,html{height:100vh;max-height:100vh;max-width:100vw}body{font-size:1rem;text-align:center;color:rgba(66,66,66,.9);color:var(--text-color);background-color:#f7f7f7;background-color:var(--screen-background-color);font-family:Open Sans,sans-serif;background-size:cover;background-repeat:no-repeat;background-position:50%;width:100vw}h1,h2{font-size:3rem}h1,h2,h3{padding:.03em}h3{font-size:2rem}li{list-style-type:none;display:inline-block}button{width:8rem;height:2.5rem;color:#f7f7f7;padding:0;background-size:contain;background-repeat:no-repeat;background-position:50%}button,button:focus,button:hover{background-color:rgba(0,0,0,.5);background-color:var(--main-color)}input,select{color:inherit}input[type=range]{width:60%}textarea{background-color:#eee;min-width:50%}audio,canvas,video{display:block}.fancy-error li{display:list-item;list-style-type:disc}.fancy-error summary{cursor:pointer}#monogatari{width:100%;height:100%;position:relative}.background-image{background-size:cover;background-repeat:no-repeat;background-position:50%}.wait,.wait *{cursor:wait}.block{display:block}.modal{top:0}.modal .modal__content{border-radius:4px}.modal[data-component]:not(.modal--active){display:none}.horizontal{align-items:center}[data-component]{display:flex}[data-component],[data-component]:before{background-size:contain;background-repeat:no-repeat;background-position:50%}[data-content=wrapper]{display:flex}[data-screen]{overflow-y:auto;overflow-x:hidden;display:none;align-items:stretch;flex-direction:column;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:50%}[data-screen].active{display:flex}[data-error] .modal__content{height:auto;width:90%}[data-error] h2{text-align:center;font-size:2rem}[data-error] h3{font-size:1.5rem}[data-error] button{margin:.5rem auto;display:block}[data-error] a{color:#00bcd4}[data-error] .separator--material{margin:1rem 0}[data-error] .error-section{padding-left:1rem}[data-content=visuals]{width:100%;height:100%;position:relative}.forceAspectRatio{margin-left:auto;margin-right:auto;background-size:contain;position:relative}.forceAspectRatio [data-character],.forceAspectRatio [data-image],.forceAspectRatio [data-ui=background]{max-width:100%;max-height:100%;position:absolute}[data-action]{cursor:pointer}[data-video]{max-width:100%;max-height:100%}[data-video][data-mode=background]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}[data-video][data-mode=immersive]{height:100%;width:100%;-o-object-fit:contain;object-fit:contain;position:absolute;z-index:20;background:#000}[data-video][data-mode=displayable],[data-video][data-mode=modal]{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}[data-ui=broadcast]{display:flex;justify-content:center;background:#fff;color:#424242;box-shadow:0 1.5px 4px rgba(0,0,0,.24),0 1.5px 6px rgba(0,0,0,.12);font-size:1rem;position:absolute;width:100%;cursor:pointer;z-index:21}[data-spoke=narrator] p{padding-left:0}[data-ui=who]{display:block;width:100%;padding:1rem;margin:0}[data-content=dialog],[data-ui=say]{padding:0 1rem}[data-ui=say] span{padding:0;margin:0}[data-ui=particles]{width:100%;height:100%;position:absolute;z-index:1}[data-ui=background]{background-size:cover;background-repeat:no-repeat;background-position:50%;width:100%;height:100%}[data-screen]:not([data-screen=game]) [data-action=back]{position:absolute;border-radius:100%;width:3rem;height:3rem;padding:.5em;margin:1rem;z-index:2;background-color:rgba(0,0,0,.5);background-color:var(--main-color);color:#f7f7f7}[data-screen=load] h3,[data-screen=save] h3{margin:2rem auto}@media screen and (min-width:37.56255em){.modal>*{width:70%}}@media screen and (min-width:48em){body{font-size:1.2rem}button{width:10rem;height:3.5rem}.modal>*{width:60%}}@media screen and (min-width:62em){body{font-size:1.35rem}h1,h2{font-size:3.5rem}.modal>*{width:50%}}@media screen and (min-width:75em){body{font-size:1.5rem}.modal>*{width:40%}}@media screen and (min-width:120em){.modal>*{width:30%}}alert-modal [data-content=wrapper]{overflow:auto;overflow-x:hidden;flex-direction:column}alert-modal p{font-size:1.5rem}choice-container{z-index:11;max-height:90%;overflow-y:auto;height:auto;width:90%;justify-content:center;margin:0 auto;flex-wrap:wrap;top:50%;left:50%;transform:translate(-50%,-50%);position:absolute}.nvl choice-container{top:auto;left:auto;transform:none;width:100%}.nvl choice-container [data-content=wrapper]{flex-direction:row}choice-container [data-content=wrapper]{display:flex;flex-direction:column}choice-container button{margin:1em;padding:.5em;border-radius:.5em;width:auto;height:auto;color:#fff}@media screen and (min-width:48em){choice-container{width:70%}}@media screen and (min-width:62em){choice-container{width:50%}}@media screen and (min-width:75em){choice-container{width:40%}}@media screen and (min-width:120em){choice-container{width:30%}}centered-dialog{margin:0;justify-content:center;top:50%;left:50%;transform:translate(-50%,-50%);position:absolute}centered-dialog [data-content=wrapper]{display:block;text-align:center}dialog-log .modal__content{width:95%;height:95%;max-height:95%;max-width:1000px;overflow:hidden;padding:0;color:var(--text-color)}dialog-log .modal__content [data-content=log]{text-align:left;padding:1rem;height:93%;max-height:93%;overflow:auto}dialog-log .modal__content [data-content=log] [data-spoke]{font-size:1rem;padding:.5rem 0;border-bottom:1px solid rgba(0,0,0,.1)}dialog-log .modal__content [data-content=log] [data-spoke] span{font-size:.9rem}dialog-log .modal__content [data-content=log] [data-spoke]>p{font-size:1rem;margin:.5rem 0}dialog-log .modal__content [data-content=log] [data-spoke][data-spoke=narrator]>p{color:var(--main-color)}dialog-log .modal__content [data-content=log] [data-spoke][data-spoke=centered]>p{text-align:center;font-weight:700}@media screen and (min-width:48em){dialog-log button{width:8rem;height:2.5rem;font-size:1rem}}game-screen{width:100%;height:100%;max-height:100%;max-width:100%;overflow:hidden;overflow-y:hidden;position:relative;background-color:#000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}game-screen img{position:absolute;max-height:90%}game-screen [data-image]{top:0;bottom:0;left:0;right:0;margin:auto;max-width:100%;max-height:100%}game-screen [data-image] .bottom{top:auto}game-screen [data-image] .left{right:auto}game-screen [data-image] .right{left:auto}game-screen [data-image] .top{bottom:auto}game-screen [data-character]{bottom:0;position:absolute;max-width:100%;max-height:80vh}game-screen [data-sprite]{margin:0 auto;left:0;right:0}game-screen [data-sprite].right{left:auto;right:0}game-screen [data-sprite].left{left:0;right:auto}game-screen [data-canvas].immersive{position:absolute;left:0;right:0;top:0;bottom:0}help-screen [data-content=help]{max-width:1000px;margin:0 auto}help-screen [data-content=help]>.row{align-self:flex-start}help-screen [data-content=help] h3{margin-bottom:1rem}help-screen [data-content=symbols]{align-items:center;justify-content:flex-start}help-screen [data-content=symbols] [data-content=shortcut]{width:1.5rem;height:1.5rem;min-width:1.5rem;display:block;background-color:var(--text-color);text-align:center;border-radius:2px;color:#fff;display:inline-block;font-size:.8rem;margin-right:1rem;display:flex;align-items:center;justify-content:center}@media screen and (min-width:48em){help-screen [data-content=symbols] [data-content=shortcut]{width:2rem;height:2rem}}gallery-screen figure{min-height:10rem;display:flex;justify-content:center;align-items:center;font-size:2rem;background-size:cover;cursor:pointer}gallery-screen .modal figure,gallery-screen figure{background-repeat:no-repeat;background-position:50%}gallery-screen .modal figure{background-color:transparent;background-size:contain;height:80%;width:80%;margin:0;overflow:hidden}@media screen and (min-width:37.56255em){gallery-screen figure{min-height:15rem}}loading-screen{align-items:center;justify-content:center}loading-screen [data-content=wrapper]{display:flex;flex-direction:column}loading-screen [data-content=progress]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;margin:1em auto;display:block;border-radius:3px;box-shadow:inset 0 2px 3px rgba(0,0,0,.2);background:transparent;width:50%}loading-screen [data-content=progress]::-webkit-progress-bar{background:transparent;box-shadow:inset 0 2px 3px rgba(0,0,0,.2);border-radius:3px}loading-screen [data-content=progress]::-webkit-progress-value{background-color:#f16272;border-radius:3px}loading-screen [data-content=progress]::-moz-progress-bar{background-color:#f16272;border-radius:3px}loading-screen div{width:90%}@media screen and (min-width:37.56255em){loading-screen [data-content=progress]{width:80%}}main-menu{align-self:flex-end;flex-direction:column;align-items:flex-end;position:absolute;bottom:0}message-modal div{width:auto;padding:1rem}message-modal a{color:#00bcd4}message-modal [data-ui=message-content]{text-align:left;max-width:100%}message-modal [data-ui=message-content] *{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}quick-menu{top:0;background-color:transparent;width:100%;z-index:11;position:absolute;height:2.5rem;max-height:2.5rem;justify-content:flex-end}quick-menu.splash-screen{display:none}quick-menu.transparent{background-color:transparent}quick-menu.transparent button:focus,quick-menu.transparent button:hover{color:var(--main-color);cursor:pointer}quick-menu button{display:inline-block;width:auto;font-size:1rem;margin:0 .5rem;background:transparent;color:hsla(0,0%,49%,.5)}quick-menu button:focus,quick-menu button:hover{color:hsla(0,0%,49%,.5);background:transparent;cursor:pointer}quick-menu button>[data-string]{display:none}quick-menu button>.fas{display:inline-block;font-size:1.5rem}@media screen and (min-width:37.56255em){quick-menu{bottom:0;top:auto;background-color:var(--main-color)}quick-menu.transparent{color:var(--main-color)}quick-menu button{color:#f7f7f7;margin:0 .25rem}quick-menu button,quick-menu button:focus,quick-menu button:hover{color:hsla(0,0%,100%,.8);background:transparent}quick-menu>button>[data-string]{display:inline-block}}@media screen and (min-width:48em){quick-menu>button{width:auto;height:auto}}save-screen input{background-color:#fff;border:1px solid #666}save-slot{width:20rem;height:auto;background-color:var(--main-color);border-radius:3px;vertical-align:middle;cursor:pointer;position:relative;min-height:10rem;font-size:1rem;display:flex;flex-flow:column;justify-content:center;color:#fff}save-slot .badge{position:absolute;top:0;left:0;padding:.5rem;font-size:.7rem;background:inherit;color:inherit;font-style:italic;font-weight:700}save-slot [data-delete]{top:-1rem;border-radius:100%;width:2rem;height:2rem;position:absolute;right:-1rem;margin:0;font-size:1rem;background-color:var(--main-color);color:#f7f7f7}save-slot img{width:100%}save-slot [data-content=background]{width:100%;height:10rem;border:1px solid rgba(0,0,0,.2);background-size:cover;background-repeat:no-repeat;background-position:50%}save-slot figcaption{padding:1rem;color:#fff}save-slot figcaption small{display:block}settings-screen input,settings-screen select{margin:2rem;background-color:transparent}settings-screen .horizontal{justify-content:center}settings-screen [data-content=audio-settings]>h3{margin-bottom:1rem}slot-container{width:100%;justify-content:center}text-box{background-color:var(--main-color);min-height:20%;max-height:25%;overflow-y:auto;width:100%;z-index:10;text-align:left;position:absolute;bottom:0;color:#fff;flex-direction:column}text-box:after{content:" ";width:100%;height:0;display:block;background:linear-gradient(180deg,transparent,rgba(0,0,0,.22) 85%);position:fixed;bottom:0;transition:all .5s ease}text-box.nvl{max-height:100%;height:100%}text-box.nvl.unread:after{height:2rem}text-box p{display:block;width:100%;padding:1rem;margin:0}text-box .fa{width:auto;display:inline-block}text-box [data-ui=face]{float:left;_max-height:20vh!important;position:static!important}text-box [data-content=text]{width:100%}text-box [data-content=wrapper]{flex-grow:1}text-box [data-content=side-image]{display:flex;align-items:center;justify-content:center}@media screen and (min-width:37.56255em){text-box,text-box:after{bottom:2.5rem}}text-input div{width:auto;padding:1rem}text-input small{margin:.5rem auto}text-input [data-content=message]{font-size:1rem}text-input button{width:3.5rem;height:2rem;font-size:1rem;padding:0}text-input input{background-color:#eee;min-width:50%}@media screen and (min-width:37.56255em){text-input button{width:5rem;height:3rem}text-input [data-content=message]{font-size:1.5rem}}timer-display{position:absolute;top:0;width:100%;height:.5rem}timer-display div{background:hsla(0,0%,100%,.2)}visual-novel{width:100%;height:100%} \ No newline at end of file + */.svg-inline--fa,svg:not(:root).svg-inline--fa{overflow:visible}.svg-inline--fa{display:inline-block;font-size:inherit;height:1em;vertical-align:-.125em}.svg-inline--fa.fa-lg{vertical-align:-.225em}.svg-inline--fa.fa-w-1{width:.0625em}.svg-inline--fa.fa-w-2{width:.125em}.svg-inline--fa.fa-w-3{width:.1875em}.svg-inline--fa.fa-w-4{width:.25em}.svg-inline--fa.fa-w-5{width:.3125em}.svg-inline--fa.fa-w-6{width:.375em}.svg-inline--fa.fa-w-7{width:.4375em}.svg-inline--fa.fa-w-8{width:.5em}.svg-inline--fa.fa-w-9{width:.5625em}.svg-inline--fa.fa-w-10{width:.625em}.svg-inline--fa.fa-w-11{width:.6875em}.svg-inline--fa.fa-w-12{width:.75em}.svg-inline--fa.fa-w-13{width:.8125em}.svg-inline--fa.fa-w-14{width:.875em}.svg-inline--fa.fa-w-15{width:.9375em}.svg-inline--fa.fa-w-16{width:1em}.svg-inline--fa.fa-w-17{width:1.0625em}.svg-inline--fa.fa-w-18{width:1.125em}.svg-inline--fa.fa-w-19{width:1.1875em}.svg-inline--fa.fa-w-20{width:1.25em}.svg-inline--fa.fa-pull-left{margin-right:.3em;width:auto}.svg-inline--fa.fa-pull-right{margin-left:.3em;width:auto}.svg-inline--fa.fa-border{height:1.5em}.svg-inline--fa.fa-li{width:2em}.svg-inline--fa.fa-fw{width:1.25em}.fa-layers svg.svg-inline--fa{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.fa-layers{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:1em}.fa-layers svg.svg-inline--fa{-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-counter,.fa-layers-text{display:inline-block;position:absolute;text-align:center}.fa-layers-text{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-counter{background-color:#ff253a;border-radius:1em;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;height:1.5em;line-height:1;max-width:5em;min-width:1.5em;overflow:hidden;padding:.25em;right:0;text-overflow:ellipsis;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-bottom-right{bottom:0;right:0;top:auto;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:bottom right;transform-origin:bottom right}.fa-layers-bottom-left{bottom:0;left:0;right:auto;top:auto;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:bottom left;transform-origin:bottom left}.fa-layers-top-right{right:0;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-top-left{left:0;right:auto;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top left;transform-origin:top left}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;position:relative;width:2.5em}.fa-stack-1x,.fa-stack-2x{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.svg-inline--fa.fa-stack-1x{height:1em;width:1.25em}.svg-inline--fa.fa-stack-2x{height:2em;width:2.5em}.fa-inverse{color:#fff}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.svg-inline--fa .fa-primary{fill:var(--fa-primary-color,currentColor);opacity:1;opacity:var(--fa-primary-opacity,1)}.svg-inline--fa .fa-secondary{fill:var(--fa-secondary-color,currentColor)}.svg-inline--fa .fa-secondary,.svg-inline--fa.fa-swap-opacity .fa-primary{opacity:.4;opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-secondary{opacity:1;opacity:var(--fa-primary-opacity,1)}.svg-inline--fa mask .fa-primary,.svg-inline--fa mask .fa-secondary{fill:#000}.fad.fa-inverse{color:#fff}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body,html{overflow-x:hidden;height:100%;width:100%}body{font-size:100%;margin:0;padding:0;color:#424242;text-rendering:optimizeLegibility}h1,h2,h3,h4,h5,h6{margin:0;padding:0;line-height:normal}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}summary{display:list-item}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}[hidden],template{display:none}a{text-decoration:none;color:inherit;background-color:transparent;-webkit-text-decoration-skip:objects}a,a *{cursor:pointer}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0;line-height:1.25em}h2{font-size:1.8em}h3{font-size:1.6em}h4{font-size:1.4em}h5{font-size:1.2em}h6{font-size:1em}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border:0;max-width:100%}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}table{border-collapse:collapse;border-spacing:0}td,th{border:1px solid #424242;padding:.5em}.unselectable,img{-webkit-user-select:none;-moz-user-select:none;-webkit-touch-callout:none;-ms-user-select:none;-khtml-user-select:none;-o-user-select:none;-webkit-user-drag:none;user-select:none}*,:after,:before{box-sizing:border-box}::-webkit-scrollbar{background:transparent;width:5px;height:5px}::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:3px}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}.clearfix{*zoom:1}::-moz-selection{background:rgba(0,188,212,.2)}::selection{background:rgba(0,188,212,.2)}.row{display:flex;flex-direction:row;align-items:stretch;align-content:stretch;flex-wrap:wrap;width:100%;justify-content:center}.row--spaced>.row__column{margin:.75rem}.row--stretch{align-content:stretch}.row--around{align-content:space-around}.row--align-left{justify-content:flex-start}.row--align-right{justify-content:flex-end}.row--align-center-between{justify-content:space-between}.row--align-center-around{justify-content:space-around}.row__column{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center}.row__column--auto{flex:1 1 0!important}.row--spaced>.row__column--1{margin:.75rem}.row__column--1{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:8.33333%}.row__column--offset--1{width:91.66667%;margin-left:8.33333%}.row--spaced>.row__column--1{width:calc(8.33333% - 1.5rem)}.row--spaced>.row__column--offset--1{width:8.33333%;margin-left:calc(8.33333% - 1.5rem)}.row--spaced>.row__column--2{margin:.75rem}.row__column--2{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:16.66667%}.row__column--offset--2{width:83.33333%;margin-left:16.66667%}.row--spaced>.row__column--2{width:calc(16.66667% - 1.5rem)}.row--spaced>.row__column--offset--2{width:16.66667%;margin-left:calc(16.66667% - 1.5rem)}.row--spaced>.row__column--3{margin:.75rem}.row__column--3{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:25%}.row__column--offset--3{width:75%;margin-left:25%}.row--spaced>.row__column--3{width:calc(25% - 1.5rem)}.row--spaced>.row__column--offset--3{width:25%;margin-left:calc(25% - 1.5rem)}.row--spaced>.row__column--4{margin:.75rem}.row__column--4{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:33.33333%}.row__column--offset--4{width:66.66667%;margin-left:33.33333%}.row--spaced>.row__column--4{width:calc(33.33333% - 1.5rem)}.row--spaced>.row__column--offset--4{width:33.33333%;margin-left:calc(33.33333% - 1.5rem)}.row--spaced>.row__column--5{margin:.75rem}.row__column--5{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:41.66667%}.row__column--offset--5{width:58.33333%;margin-left:41.66667%}.row--spaced>.row__column--5{width:calc(41.66667% - 1.5rem)}.row--spaced>.row__column--offset--5{width:41.66667%;margin-left:calc(41.66667% - 1.5rem)}.row--spaced>.row__column--6{margin:.75rem}.row__column--6{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:50%}.row__column--offset--6{width:50%;margin-left:50%}.row--spaced>.row__column--6{width:calc(50% - 1.5rem)}.row--spaced>.row__column--offset--6{width:50%;margin-left:calc(50% - 1.5rem)}.row--spaced>.row__column--7{margin:.75rem}.row__column--7{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:58.33333%}.row__column--offset--7{width:41.66667%;margin-left:58.33333%}.row--spaced>.row__column--7{width:calc(58.33333% - 1.5rem)}.row--spaced>.row__column--offset--7{width:58.33333%;margin-left:calc(58.33333% - 1.5rem)}.row--spaced>.row__column--8{margin:.75rem}.row__column--8{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:66.66667%}.row__column--offset--8{width:33.33333%;margin-left:66.66667%}.row--spaced>.row__column--8{width:calc(66.66667% - 1.5rem)}.row--spaced>.row__column--offset--8{width:66.66667%;margin-left:calc(66.66667% - 1.5rem)}.row--spaced>.row__column--9{margin:.75rem}.row__column--9{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:75%}.row__column--offset--9{width:25%;margin-left:75%}.row--spaced>.row__column--9{width:calc(75% - 1.5rem)}.row--spaced>.row__column--offset--9{width:75%;margin-left:calc(75% - 1.5rem)}.row--spaced>.row__column--10{margin:.75rem}.row__column--10{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:83.33333%}.row__column--offset--10{width:16.66667%;margin-left:83.33333%}.row--spaced>.row__column--10{width:calc(83.33333% - 1.5rem)}.row--spaced>.row__column--offset--10{width:83.33333%;margin-left:calc(83.33333% - 1.5rem)}.row--spaced>.row__column--11{margin:.75rem}.row__column--11{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:91.66667%}.row__column--offset--11{width:8.33333%;margin-left:91.66667%}.row--spaced>.row__column--11{width:calc(91.66667% - 1.5rem)}.row--spaced>.row__column--offset--11{width:91.66667%;margin-left:calc(91.66667% - 1.5rem)}.row--spaced>.row__column--12{margin:.75rem}.row__column--12{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:100%}.row__column--offset--12{width:0;margin-left:100%}.row--spaced>.row__column--12{width:calc(100% - 1.5rem)}.row--spaced>.row__column--offset--12{width:100%;margin-left:calc(100% - 1.5rem)}@media (min-width:480px){.row--spaced>.row__column--phone--1{margin:.75rem}.row__column--phone--1{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:8.33333%}.row__column--offset--phone--1{width:91.66667%;margin-left:8.33333%}.row--spaced>.row__column--phone--1{width:calc(8.33333% - 1.5rem)}.row--spaced>.row__column--offset--phone--1{width:8.33333%;margin-left:calc(8.33333% - 1.5rem)}.row--spaced>.row__column--phone--2{margin:.75rem}.row__column--phone--2{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:16.66667%}.row__column--offset--phone--2{width:83.33333%;margin-left:16.66667%}.row--spaced>.row__column--phone--2{width:calc(16.66667% - 1.5rem)}.row--spaced>.row__column--offset--phone--2{width:16.66667%;margin-left:calc(16.66667% - 1.5rem)}.row--spaced>.row__column--phone--3{margin:.75rem}.row__column--phone--3{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:25%}.row__column--offset--phone--3{width:75%;margin-left:25%}.row--spaced>.row__column--phone--3{width:calc(25% - 1.5rem)}.row--spaced>.row__column--offset--phone--3{width:25%;margin-left:calc(25% - 1.5rem)}.row--spaced>.row__column--phone--4{margin:.75rem}.row__column--phone--4{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:33.33333%}.row__column--offset--phone--4{width:66.66667%;margin-left:33.33333%}.row--spaced>.row__column--phone--4{width:calc(33.33333% - 1.5rem)}.row--spaced>.row__column--offset--phone--4{width:33.33333%;margin-left:calc(33.33333% - 1.5rem)}.row--spaced>.row__column--phone--5{margin:.75rem}.row__column--phone--5{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:41.66667%}.row__column--offset--phone--5{width:58.33333%;margin-left:41.66667%}.row--spaced>.row__column--phone--5{width:calc(41.66667% - 1.5rem)}.row--spaced>.row__column--offset--phone--5{width:41.66667%;margin-left:calc(41.66667% - 1.5rem)}.row--spaced>.row__column--phone--6{margin:.75rem}.row__column--phone--6{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:50%}.row__column--offset--phone--6{width:50%;margin-left:50%}.row--spaced>.row__column--phone--6{width:calc(50% - 1.5rem)}.row--spaced>.row__column--offset--phone--6{width:50%;margin-left:calc(50% - 1.5rem)}.row--spaced>.row__column--phone--7{margin:.75rem}.row__column--phone--7{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:58.33333%}.row__column--offset--phone--7{width:41.66667%;margin-left:58.33333%}.row--spaced>.row__column--phone--7{width:calc(58.33333% - 1.5rem)}.row--spaced>.row__column--offset--phone--7{width:58.33333%;margin-left:calc(58.33333% - 1.5rem)}.row--spaced>.row__column--phone--8{margin:.75rem}.row__column--phone--8{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:66.66667%}.row__column--offset--phone--8{width:33.33333%;margin-left:66.66667%}.row--spaced>.row__column--phone--8{width:calc(66.66667% - 1.5rem)}.row--spaced>.row__column--offset--phone--8{width:66.66667%;margin-left:calc(66.66667% - 1.5rem)}.row--spaced>.row__column--phone--9{margin:.75rem}.row__column--phone--9{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:75%}.row__column--offset--phone--9{width:25%;margin-left:75%}.row--spaced>.row__column--phone--9{width:calc(75% - 1.5rem)}.row--spaced>.row__column--offset--phone--9{width:75%;margin-left:calc(75% - 1.5rem)}.row--spaced>.row__column--phone--10{margin:.75rem}.row__column--phone--10{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:83.33333%}.row__column--offset--phone--10{width:16.66667%;margin-left:83.33333%}.row--spaced>.row__column--phone--10{width:calc(83.33333% - 1.5rem)}.row--spaced>.row__column--offset--phone--10{width:83.33333%;margin-left:calc(83.33333% - 1.5rem)}.row--spaced>.row__column--phone--11{margin:.75rem}.row__column--phone--11{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:91.66667%}.row__column--offset--phone--11{width:8.33333%;margin-left:91.66667%}.row--spaced>.row__column--phone--11{width:calc(91.66667% - 1.5rem)}.row--spaced>.row__column--offset--phone--11{width:91.66667%;margin-left:calc(91.66667% - 1.5rem)}.row--spaced>.row__column--phone--12{margin:.75rem}.row__column--phone--12{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:100%}.row__column--offset--phone--12{width:0;margin-left:100%}.row--spaced>.row__column--phone--12{width:calc(100% - 1.5rem)}.row--spaced>.row__column--offset--phone--12{width:100%;margin-left:calc(100% - 1.5rem)}}@media (min-width:601px){.row--spaced>.row__column--phablet--1{margin:.75rem}.row__column--phablet--1{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:8.33333%}.row__column--offset--phablet--1{width:91.66667%;margin-left:8.33333%}.row--spaced>.row__column--phablet--1{width:calc(8.33333% - 1.5rem)}.row--spaced>.row__column--offset--phablet--1{width:8.33333%;margin-left:calc(8.33333% - 1.5rem)}.row--spaced>.row__column--phablet--2{margin:.75rem}.row__column--phablet--2{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:16.66667%}.row__column--offset--phablet--2{width:83.33333%;margin-left:16.66667%}.row--spaced>.row__column--phablet--2{width:calc(16.66667% - 1.5rem)}.row--spaced>.row__column--offset--phablet--2{width:16.66667%;margin-left:calc(16.66667% - 1.5rem)}.row--spaced>.row__column--phablet--3{margin:.75rem}.row__column--phablet--3{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:25%}.row__column--offset--phablet--3{width:75%;margin-left:25%}.row--spaced>.row__column--phablet--3{width:calc(25% - 1.5rem)}.row--spaced>.row__column--offset--phablet--3{width:25%;margin-left:calc(25% - 1.5rem)}.row--spaced>.row__column--phablet--4{margin:.75rem}.row__column--phablet--4{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:33.33333%}.row__column--offset--phablet--4{width:66.66667%;margin-left:33.33333%}.row--spaced>.row__column--phablet--4{width:calc(33.33333% - 1.5rem)}.row--spaced>.row__column--offset--phablet--4{width:33.33333%;margin-left:calc(33.33333% - 1.5rem)}.row--spaced>.row__column--phablet--5{margin:.75rem}.row__column--phablet--5{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:41.66667%}.row__column--offset--phablet--5{width:58.33333%;margin-left:41.66667%}.row--spaced>.row__column--phablet--5{width:calc(41.66667% - 1.5rem)}.row--spaced>.row__column--offset--phablet--5{width:41.66667%;margin-left:calc(41.66667% - 1.5rem)}.row--spaced>.row__column--phablet--6{margin:.75rem}.row__column--phablet--6{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:50%}.row__column--offset--phablet--6{width:50%;margin-left:50%}.row--spaced>.row__column--phablet--6{width:calc(50% - 1.5rem)}.row--spaced>.row__column--offset--phablet--6{width:50%;margin-left:calc(50% - 1.5rem)}.row--spaced>.row__column--phablet--7{margin:.75rem}.row__column--phablet--7{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:58.33333%}.row__column--offset--phablet--7{width:41.66667%;margin-left:58.33333%}.row--spaced>.row__column--phablet--7{width:calc(58.33333% - 1.5rem)}.row--spaced>.row__column--offset--phablet--7{width:58.33333%;margin-left:calc(58.33333% - 1.5rem)}.row--spaced>.row__column--phablet--8{margin:.75rem}.row__column--phablet--8{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:66.66667%}.row__column--offset--phablet--8{width:33.33333%;margin-left:66.66667%}.row--spaced>.row__column--phablet--8{width:calc(66.66667% - 1.5rem)}.row--spaced>.row__column--offset--phablet--8{width:66.66667%;margin-left:calc(66.66667% - 1.5rem)}.row--spaced>.row__column--phablet--9{margin:.75rem}.row__column--phablet--9{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:75%}.row__column--offset--phablet--9{width:25%;margin-left:75%}.row--spaced>.row__column--phablet--9{width:calc(75% - 1.5rem)}.row--spaced>.row__column--offset--phablet--9{width:75%;margin-left:calc(75% - 1.5rem)}.row--spaced>.row__column--phablet--10{margin:.75rem}.row__column--phablet--10{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:83.33333%}.row__column--offset--phablet--10{width:16.66667%;margin-left:83.33333%}.row--spaced>.row__column--phablet--10{width:calc(83.33333% - 1.5rem)}.row--spaced>.row__column--offset--phablet--10{width:83.33333%;margin-left:calc(83.33333% - 1.5rem)}.row--spaced>.row__column--phablet--11{margin:.75rem}.row__column--phablet--11{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:91.66667%}.row__column--offset--phablet--11{width:8.33333%;margin-left:91.66667%}.row--spaced>.row__column--phablet--11{width:calc(91.66667% - 1.5rem)}.row--spaced>.row__column--offset--phablet--11{width:91.66667%;margin-left:calc(91.66667% - 1.5rem)}.row--spaced>.row__column--phablet--12{margin:.75rem}.row__column--phablet--12{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:100%}.row__column--offset--phablet--12{width:0;margin-left:100%}.row--spaced>.row__column--phablet--12{width:calc(100% - 1.5rem)}.row--spaced>.row__column--offset--phablet--12{width:100%;margin-left:calc(100% - 1.5rem)}}@media (min-width:992px){.row--spaced>.row__column--tablet--1{margin:.75rem}.row__column--tablet--1{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:8.33333%}.row__column--offset--tablet--1{width:91.66667%;margin-left:8.33333%}.row--spaced>.row__column--tablet--1{width:calc(8.33333% - 1.5rem)}.row--spaced>.row__column--offset--tablet--1{width:8.33333%;margin-left:calc(8.33333% - 1.5rem)}.row--spaced>.row__column--tablet--2{margin:.75rem}.row__column--tablet--2{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:16.66667%}.row__column--offset--tablet--2{width:83.33333%;margin-left:16.66667%}.row--spaced>.row__column--tablet--2{width:calc(16.66667% - 1.5rem)}.row--spaced>.row__column--offset--tablet--2{width:16.66667%;margin-left:calc(16.66667% - 1.5rem)}.row--spaced>.row__column--tablet--3{margin:.75rem}.row__column--tablet--3{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:25%}.row__column--offset--tablet--3{width:75%;margin-left:25%}.row--spaced>.row__column--tablet--3{width:calc(25% - 1.5rem)}.row--spaced>.row__column--offset--tablet--3{width:25%;margin-left:calc(25% - 1.5rem)}.row--spaced>.row__column--tablet--4{margin:.75rem}.row__column--tablet--4{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:33.33333%}.row__column--offset--tablet--4{width:66.66667%;margin-left:33.33333%}.row--spaced>.row__column--tablet--4{width:calc(33.33333% - 1.5rem)}.row--spaced>.row__column--offset--tablet--4{width:33.33333%;margin-left:calc(33.33333% - 1.5rem)}.row--spaced>.row__column--tablet--5{margin:.75rem}.row__column--tablet--5{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:41.66667%}.row__column--offset--tablet--5{width:58.33333%;margin-left:41.66667%}.row--spaced>.row__column--tablet--5{width:calc(41.66667% - 1.5rem)}.row--spaced>.row__column--offset--tablet--5{width:41.66667%;margin-left:calc(41.66667% - 1.5rem)}.row--spaced>.row__column--tablet--6{margin:.75rem}.row__column--tablet--6{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:50%}.row__column--offset--tablet--6{width:50%;margin-left:50%}.row--spaced>.row__column--tablet--6{width:calc(50% - 1.5rem)}.row--spaced>.row__column--offset--tablet--6{width:50%;margin-left:calc(50% - 1.5rem)}.row--spaced>.row__column--tablet--7{margin:.75rem}.row__column--tablet--7{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:58.33333%}.row__column--offset--tablet--7{width:41.66667%;margin-left:58.33333%}.row--spaced>.row__column--tablet--7{width:calc(58.33333% - 1.5rem)}.row--spaced>.row__column--offset--tablet--7{width:58.33333%;margin-left:calc(58.33333% - 1.5rem)}.row--spaced>.row__column--tablet--8{margin:.75rem}.row__column--tablet--8{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:66.66667%}.row__column--offset--tablet--8{width:33.33333%;margin-left:66.66667%}.row--spaced>.row__column--tablet--8{width:calc(66.66667% - 1.5rem)}.row--spaced>.row__column--offset--tablet--8{width:66.66667%;margin-left:calc(66.66667% - 1.5rem)}.row--spaced>.row__column--tablet--9{margin:.75rem}.row__column--tablet--9{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:75%}.row__column--offset--tablet--9{width:25%;margin-left:75%}.row--spaced>.row__column--tablet--9{width:calc(75% - 1.5rem)}.row--spaced>.row__column--offset--tablet--9{width:75%;margin-left:calc(75% - 1.5rem)}.row--spaced>.row__column--tablet--10{margin:.75rem}.row__column--tablet--10{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:83.33333%}.row__column--offset--tablet--10{width:16.66667%;margin-left:83.33333%}.row--spaced>.row__column--tablet--10{width:calc(83.33333% - 1.5rem)}.row--spaced>.row__column--offset--tablet--10{width:83.33333%;margin-left:calc(83.33333% - 1.5rem)}.row--spaced>.row__column--tablet--11{margin:.75rem}.row__column--tablet--11{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:91.66667%}.row__column--offset--tablet--11{width:8.33333%;margin-left:91.66667%}.row--spaced>.row__column--tablet--11{width:calc(91.66667% - 1.5rem)}.row--spaced>.row__column--offset--tablet--11{width:91.66667%;margin-left:calc(91.66667% - 1.5rem)}.row--spaced>.row__column--tablet--12{margin:.75rem}.row__column--tablet--12{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:100%}.row__column--offset--tablet--12{width:0;margin-left:100%}.row--spaced>.row__column--tablet--12{width:calc(100% - 1.5rem)}.row--spaced>.row__column--offset--tablet--12{width:100%;margin-left:calc(100% - 1.5rem)}}@media (min-width:1200px){.row--spaced>.row__column--desktop--1{margin:.75rem}.row__column--desktop--1{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:8.33333%}.row__column--offset--desktop--1{width:91.66667%;margin-left:8.33333%}.row--spaced>.row__column--desktop--1{width:calc(8.33333% - 1.5rem)}.row--spaced>.row__column--offset--desktop--1{width:8.33333%;margin-left:calc(8.33333% - 1.5rem)}.row--spaced>.row__column--desktop--2{margin:.75rem}.row__column--desktop--2{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:16.66667%}.row__column--offset--desktop--2{width:83.33333%;margin-left:16.66667%}.row--spaced>.row__column--desktop--2{width:calc(16.66667% - 1.5rem)}.row--spaced>.row__column--offset--desktop--2{width:16.66667%;margin-left:calc(16.66667% - 1.5rem)}.row--spaced>.row__column--desktop--3{margin:.75rem}.row__column--desktop--3{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:25%}.row__column--offset--desktop--3{width:75%;margin-left:25%}.row--spaced>.row__column--desktop--3{width:calc(25% - 1.5rem)}.row--spaced>.row__column--offset--desktop--3{width:25%;margin-left:calc(25% - 1.5rem)}.row--spaced>.row__column--desktop--4{margin:.75rem}.row__column--desktop--4{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:33.33333%}.row__column--offset--desktop--4{width:66.66667%;margin-left:33.33333%}.row--spaced>.row__column--desktop--4{width:calc(33.33333% - 1.5rem)}.row--spaced>.row__column--offset--desktop--4{width:33.33333%;margin-left:calc(33.33333% - 1.5rem)}.row--spaced>.row__column--desktop--5{margin:.75rem}.row__column--desktop--5{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:41.66667%}.row__column--offset--desktop--5{width:58.33333%;margin-left:41.66667%}.row--spaced>.row__column--desktop--5{width:calc(41.66667% - 1.5rem)}.row--spaced>.row__column--offset--desktop--5{width:41.66667%;margin-left:calc(41.66667% - 1.5rem)}.row--spaced>.row__column--desktop--6{margin:.75rem}.row__column--desktop--6{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:50%}.row__column--offset--desktop--6{width:50%;margin-left:50%}.row--spaced>.row__column--desktop--6{width:calc(50% - 1.5rem)}.row--spaced>.row__column--offset--desktop--6{width:50%;margin-left:calc(50% - 1.5rem)}.row--spaced>.row__column--desktop--7{margin:.75rem}.row__column--desktop--7{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:58.33333%}.row__column--offset--desktop--7{width:41.66667%;margin-left:58.33333%}.row--spaced>.row__column--desktop--7{width:calc(58.33333% - 1.5rem)}.row--spaced>.row__column--offset--desktop--7{width:58.33333%;margin-left:calc(58.33333% - 1.5rem)}.row--spaced>.row__column--desktop--8{margin:.75rem}.row__column--desktop--8{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:66.66667%}.row__column--offset--desktop--8{width:33.33333%;margin-left:66.66667%}.row--spaced>.row__column--desktop--8{width:calc(66.66667% - 1.5rem)}.row--spaced>.row__column--offset--desktop--8{width:66.66667%;margin-left:calc(66.66667% - 1.5rem)}.row--spaced>.row__column--desktop--9{margin:.75rem}.row__column--desktop--9{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:75%}.row__column--offset--desktop--9{width:25%;margin-left:75%}.row--spaced>.row__column--desktop--9{width:calc(75% - 1.5rem)}.row--spaced>.row__column--offset--desktop--9{width:75%;margin-left:calc(75% - 1.5rem)}.row--spaced>.row__column--desktop--10{margin:.75rem}.row__column--desktop--10{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:83.33333%}.row__column--offset--desktop--10{width:16.66667%;margin-left:83.33333%}.row--spaced>.row__column--desktop--10{width:calc(83.33333% - 1.5rem)}.row--spaced>.row__column--offset--desktop--10{width:83.33333%;margin-left:calc(83.33333% - 1.5rem)}.row--spaced>.row__column--desktop--11{margin:.75rem}.row__column--desktop--11{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:91.66667%}.row__column--offset--desktop--11{width:8.33333%;margin-left:91.66667%}.row--spaced>.row__column--desktop--11{width:calc(91.66667% - 1.5rem)}.row--spaced>.row__column--offset--desktop--11{width:91.66667%;margin-left:calc(91.66667% - 1.5rem)}.row--spaced>.row__column--desktop--12{margin:.75rem}.row__column--desktop--12{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:100%}.row__column--offset--desktop--12{width:0;margin-left:100%}.row--spaced>.row__column--desktop--12{width:calc(100% - 1.5rem)}.row--spaced>.row__column--offset--desktop--12{width:100%;margin-left:calc(100% - 1.5rem)}}@media (min-width:1900px){.row--spaced>.row__column--desktop-large--1{margin:.75rem}.row__column--desktop-large--1{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:8.33333%}.row__column--offset--desktop-large--1{width:91.66667%;margin-left:8.33333%}.row--spaced>.row__column--desktop-large--1{width:calc(8.33333% - 1.5rem)}.row--spaced>.row__column--offset--desktop-large--1{width:8.33333%;margin-left:calc(8.33333% - 1.5rem)}.row--spaced>.row__column--desktop-large--2{margin:.75rem}.row__column--desktop-large--2{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:16.66667%}.row__column--offset--desktop-large--2{width:83.33333%;margin-left:16.66667%}.row--spaced>.row__column--desktop-large--2{width:calc(16.66667% - 1.5rem)}.row--spaced>.row__column--offset--desktop-large--2{width:16.66667%;margin-left:calc(16.66667% - 1.5rem)}.row--spaced>.row__column--desktop-large--3{margin:.75rem}.row__column--desktop-large--3{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:25%}.row__column--offset--desktop-large--3{width:75%;margin-left:25%}.row--spaced>.row__column--desktop-large--3{width:calc(25% - 1.5rem)}.row--spaced>.row__column--offset--desktop-large--3{width:25%;margin-left:calc(25% - 1.5rem)}.row--spaced>.row__column--desktop-large--4{margin:.75rem}.row__column--desktop-large--4{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:33.33333%}.row__column--offset--desktop-large--4{width:66.66667%;margin-left:33.33333%}.row--spaced>.row__column--desktop-large--4{width:calc(33.33333% - 1.5rem)}.row--spaced>.row__column--offset--desktop-large--4{width:33.33333%;margin-left:calc(33.33333% - 1.5rem)}.row--spaced>.row__column--desktop-large--5{margin:.75rem}.row__column--desktop-large--5{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:41.66667%}.row__column--offset--desktop-large--5{width:58.33333%;margin-left:41.66667%}.row--spaced>.row__column--desktop-large--5{width:calc(41.66667% - 1.5rem)}.row--spaced>.row__column--offset--desktop-large--5{width:41.66667%;margin-left:calc(41.66667% - 1.5rem)}.row--spaced>.row__column--desktop-large--6{margin:.75rem}.row__column--desktop-large--6{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:50%}.row__column--offset--desktop-large--6{width:50%;margin-left:50%}.row--spaced>.row__column--desktop-large--6{width:calc(50% - 1.5rem)}.row--spaced>.row__column--offset--desktop-large--6{width:50%;margin-left:calc(50% - 1.5rem)}.row--spaced>.row__column--desktop-large--7{margin:.75rem}.row__column--desktop-large--7{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:58.33333%}.row__column--offset--desktop-large--7{width:41.66667%;margin-left:58.33333%}.row--spaced>.row__column--desktop-large--7{width:calc(58.33333% - 1.5rem)}.row--spaced>.row__column--offset--desktop-large--7{width:58.33333%;margin-left:calc(58.33333% - 1.5rem)}.row--spaced>.row__column--desktop-large--8{margin:.75rem}.row__column--desktop-large--8{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:66.66667%}.row__column--offset--desktop-large--8{width:33.33333%;margin-left:66.66667%}.row--spaced>.row__column--desktop-large--8{width:calc(66.66667% - 1.5rem)}.row--spaced>.row__column--offset--desktop-large--8{width:66.66667%;margin-left:calc(66.66667% - 1.5rem)}.row--spaced>.row__column--desktop-large--9{margin:.75rem}.row__column--desktop-large--9{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:75%}.row__column--offset--desktop-large--9{width:25%;margin-left:75%}.row--spaced>.row__column--desktop-large--9{width:calc(75% - 1.5rem)}.row--spaced>.row__column--offset--desktop-large--9{width:75%;margin-left:calc(75% - 1.5rem)}.row--spaced>.row__column--desktop-large--10{margin:.75rem}.row__column--desktop-large--10{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:83.33333%}.row__column--offset--desktop-large--10{width:16.66667%;margin-left:83.33333%}.row--spaced>.row__column--desktop-large--10{width:calc(83.33333% - 1.5rem)}.row--spaced>.row__column--offset--desktop-large--10{width:83.33333%;margin-left:calc(83.33333% - 1.5rem)}.row--spaced>.row__column--desktop-large--11{margin:.75rem}.row__column--desktop-large--11{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:91.66667%}.row__column--offset--desktop-large--11{width:8.33333%;margin-left:91.66667%}.row--spaced>.row__column--desktop-large--11{width:calc(91.66667% - 1.5rem)}.row--spaced>.row__column--offset--desktop-large--11{width:91.66667%;margin-left:calc(91.66667% - 1.5rem)}.row--spaced>.row__column--desktop-large--12{margin:.75rem}.row__column--desktop-large--12{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:100%}.row__column--offset--desktop-large--12{width:0;margin-left:100%}.row--spaced>.row__column--desktop-large--12{width:calc(100% - 1.5rem)}.row--spaced>.row__column--offset--desktop-large--12{width:100%;margin-left:calc(100% - 1.5rem)}}@media (min-width:2500px){.row--spaced>.row__column--retina--1{margin:.75rem}.row__column--retina--1{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:8.33333%}.row__column--offset--retina--1{width:91.66667%;margin-left:8.33333%}.row--spaced>.row__column--retina--1{width:calc(8.33333% - 1.5rem)}.row--spaced>.row__column--offset--retina--1{width:8.33333%;margin-left:calc(8.33333% - 1.5rem)}.row--spaced>.row__column--retina--2{margin:.75rem}.row__column--retina--2{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:16.66667%}.row__column--offset--retina--2{width:83.33333%;margin-left:16.66667%}.row--spaced>.row__column--retina--2{width:calc(16.66667% - 1.5rem)}.row--spaced>.row__column--offset--retina--2{width:16.66667%;margin-left:calc(16.66667% - 1.5rem)}.row--spaced>.row__column--retina--3{margin:.75rem}.row__column--retina--3{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:25%}.row__column--offset--retina--3{width:75%;margin-left:25%}.row--spaced>.row__column--retina--3{width:calc(25% - 1.5rem)}.row--spaced>.row__column--offset--retina--3{width:25%;margin-left:calc(25% - 1.5rem)}.row--spaced>.row__column--retina--4{margin:.75rem}.row__column--retina--4{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:33.33333%}.row__column--offset--retina--4{width:66.66667%;margin-left:33.33333%}.row--spaced>.row__column--retina--4{width:calc(33.33333% - 1.5rem)}.row--spaced>.row__column--offset--retina--4{width:33.33333%;margin-left:calc(33.33333% - 1.5rem)}.row--spaced>.row__column--retina--5{margin:.75rem}.row__column--retina--5{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:41.66667%}.row__column--offset--retina--5{width:58.33333%;margin-left:41.66667%}.row--spaced>.row__column--retina--5{width:calc(41.66667% - 1.5rem)}.row--spaced>.row__column--offset--retina--5{width:41.66667%;margin-left:calc(41.66667% - 1.5rem)}.row--spaced>.row__column--retina--6{margin:.75rem}.row__column--retina--6{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:50%}.row__column--offset--retina--6{width:50%;margin-left:50%}.row--spaced>.row__column--retina--6{width:calc(50% - 1.5rem)}.row--spaced>.row__column--offset--retina--6{width:50%;margin-left:calc(50% - 1.5rem)}.row--spaced>.row__column--retina--7{margin:.75rem}.row__column--retina--7{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:58.33333%}.row__column--offset--retina--7{width:41.66667%;margin-left:58.33333%}.row--spaced>.row__column--retina--7{width:calc(58.33333% - 1.5rem)}.row--spaced>.row__column--offset--retina--7{width:58.33333%;margin-left:calc(58.33333% - 1.5rem)}.row--spaced>.row__column--retina--8{margin:.75rem}.row__column--retina--8{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:66.66667%}.row__column--offset--retina--8{width:33.33333%;margin-left:66.66667%}.row--spaced>.row__column--retina--8{width:calc(66.66667% - 1.5rem)}.row--spaced>.row__column--offset--retina--8{width:66.66667%;margin-left:calc(66.66667% - 1.5rem)}.row--spaced>.row__column--retina--9{margin:.75rem}.row__column--retina--9{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:75%}.row__column--offset--retina--9{width:25%;margin-left:75%}.row--spaced>.row__column--retina--9{width:calc(75% - 1.5rem)}.row--spaced>.row__column--offset--retina--9{width:75%;margin-left:calc(75% - 1.5rem)}.row--spaced>.row__column--retina--10{margin:.75rem}.row__column--retina--10{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:83.33333%}.row__column--offset--retina--10{width:16.66667%;margin-left:83.33333%}.row--spaced>.row__column--retina--10{width:calc(83.33333% - 1.5rem)}.row--spaced>.row__column--offset--retina--10{width:83.33333%;margin-left:calc(83.33333% - 1.5rem)}.row--spaced>.row__column--retina--11{margin:.75rem}.row__column--retina--11{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:91.66667%}.row__column--offset--retina--11{width:8.33333%;margin-left:91.66667%}.row--spaced>.row__column--retina--11{width:calc(91.66667% - 1.5rem)}.row--spaced>.row__column--offset--retina--11{width:91.66667%;margin-left:calc(91.66667% - 1.5rem)}.row--spaced>.row__column--retina--12{margin:.75rem}.row__column--retina--12{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:100%}.row__column--offset--retina--12{width:0;margin-left:100%}.row--spaced>.row__column--retina--12{width:calc(100% - 1.5rem)}.row--spaced>.row__column--offset--retina--12{width:100%;margin-left:calc(100% - 1.5rem)}}@media (min-width:3840px){.row--spaced>.row__column--4k--1{margin:.75rem}.row__column--4k--1{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:8.33333%}.row__column--offset--4k--1{width:91.66667%;margin-left:8.33333%}.row--spaced>.row__column--4k--1{width:calc(8.33333% - 1.5rem)}.row--spaced>.row__column--offset--4k--1{width:8.33333%;margin-left:calc(8.33333% - 1.5rem)}.row--spaced>.row__column--4k--2{margin:.75rem}.row__column--4k--2{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:16.66667%}.row__column--offset--4k--2{width:83.33333%;margin-left:16.66667%}.row--spaced>.row__column--4k--2{width:calc(16.66667% - 1.5rem)}.row--spaced>.row__column--offset--4k--2{width:16.66667%;margin-left:calc(16.66667% - 1.5rem)}.row--spaced>.row__column--4k--3{margin:.75rem}.row__column--4k--3{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:25%}.row__column--offset--4k--3{width:75%;margin-left:25%}.row--spaced>.row__column--4k--3{width:calc(25% - 1.5rem)}.row--spaced>.row__column--offset--4k--3{width:25%;margin-left:calc(25% - 1.5rem)}.row--spaced>.row__column--4k--4{margin:.75rem}.row__column--4k--4{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:33.33333%}.row__column--offset--4k--4{width:66.66667%;margin-left:33.33333%}.row--spaced>.row__column--4k--4{width:calc(33.33333% - 1.5rem)}.row--spaced>.row__column--offset--4k--4{width:33.33333%;margin-left:calc(33.33333% - 1.5rem)}.row--spaced>.row__column--4k--5{margin:.75rem}.row__column--4k--5{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:41.66667%}.row__column--offset--4k--5{width:58.33333%;margin-left:41.66667%}.row--spaced>.row__column--4k--5{width:calc(41.66667% - 1.5rem)}.row--spaced>.row__column--offset--4k--5{width:41.66667%;margin-left:calc(41.66667% - 1.5rem)}.row--spaced>.row__column--4k--6{margin:.75rem}.row__column--4k--6{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:50%}.row__column--offset--4k--6{width:50%;margin-left:50%}.row--spaced>.row__column--4k--6{width:calc(50% - 1.5rem)}.row--spaced>.row__column--offset--4k--6{width:50%;margin-left:calc(50% - 1.5rem)}.row--spaced>.row__column--4k--7{margin:.75rem}.row__column--4k--7{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:58.33333%}.row__column--offset--4k--7{width:41.66667%;margin-left:58.33333%}.row--spaced>.row__column--4k--7{width:calc(58.33333% - 1.5rem)}.row--spaced>.row__column--offset--4k--7{width:58.33333%;margin-left:calc(58.33333% - 1.5rem)}.row--spaced>.row__column--4k--8{margin:.75rem}.row__column--4k--8{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:66.66667%}.row__column--offset--4k--8{width:33.33333%;margin-left:66.66667%}.row--spaced>.row__column--4k--8{width:calc(66.66667% - 1.5rem)}.row--spaced>.row__column--offset--4k--8{width:66.66667%;margin-left:calc(66.66667% - 1.5rem)}.row--spaced>.row__column--4k--9{margin:.75rem}.row__column--4k--9{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:75%}.row__column--offset--4k--9{width:25%;margin-left:75%}.row--spaced>.row__column--4k--9{width:calc(75% - 1.5rem)}.row--spaced>.row__column--offset--4k--9{width:75%;margin-left:calc(75% - 1.5rem)}.row--spaced>.row__column--4k--10{margin:.75rem}.row__column--4k--10{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:83.33333%}.row__column--offset--4k--10{width:16.66667%;margin-left:83.33333%}.row--spaced>.row__column--4k--10{width:calc(83.33333% - 1.5rem)}.row--spaced>.row__column--offset--4k--10{width:83.33333%;margin-left:calc(83.33333% - 1.5rem)}.row--spaced>.row__column--4k--11{margin:.75rem}.row__column--4k--11{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:91.66667%}.row__column--offset--4k--11{width:8.33333%;margin-left:91.66667%}.row--spaced>.row__column--4k--11{width:calc(91.66667% - 1.5rem)}.row--spaced>.row__column--offset--4k--11{width:91.66667%;margin-left:calc(91.66667% - 1.5rem)}.row--spaced>.row__column--4k--12{margin:.75rem}.row__column--4k--12{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:100%}.row__column--offset--4k--12{width:0;margin-left:100%}.row--spaced>.row__column--4k--12{width:calc(100% - 1.5rem)}.row--spaced>.row__column--offset--4k--12{width:100%;margin-left:calc(100% - 1.5rem)}}@media (min-width:5000px){.row--spaced>.row__column--5k--1{margin:.75rem}.row__column--5k--1{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:8.33333%}.row__column--offset--5k--1{width:91.66667%;margin-left:8.33333%}.row--spaced>.row__column--5k--1{width:calc(8.33333% - 1.5rem)}.row--spaced>.row__column--offset--5k--1{width:8.33333%;margin-left:calc(8.33333% - 1.5rem)}.row--spaced>.row__column--5k--2{margin:.75rem}.row__column--5k--2{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:16.66667%}.row__column--offset--5k--2{width:83.33333%;margin-left:16.66667%}.row--spaced>.row__column--5k--2{width:calc(16.66667% - 1.5rem)}.row--spaced>.row__column--offset--5k--2{width:16.66667%;margin-left:calc(16.66667% - 1.5rem)}.row--spaced>.row__column--5k--3{margin:.75rem}.row__column--5k--3{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:25%}.row__column--offset--5k--3{width:75%;margin-left:25%}.row--spaced>.row__column--5k--3{width:calc(25% - 1.5rem)}.row--spaced>.row__column--offset--5k--3{width:25%;margin-left:calc(25% - 1.5rem)}.row--spaced>.row__column--5k--4{margin:.75rem}.row__column--5k--4{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:33.33333%}.row__column--offset--5k--4{width:66.66667%;margin-left:33.33333%}.row--spaced>.row__column--5k--4{width:calc(33.33333% - 1.5rem)}.row--spaced>.row__column--offset--5k--4{width:33.33333%;margin-left:calc(33.33333% - 1.5rem)}.row--spaced>.row__column--5k--5{margin:.75rem}.row__column--5k--5{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:41.66667%}.row__column--offset--5k--5{width:58.33333%;margin-left:41.66667%}.row--spaced>.row__column--5k--5{width:calc(41.66667% - 1.5rem)}.row--spaced>.row__column--offset--5k--5{width:41.66667%;margin-left:calc(41.66667% - 1.5rem)}.row--spaced>.row__column--5k--6{margin:.75rem}.row__column--5k--6{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:50%}.row__column--offset--5k--6{width:50%;margin-left:50%}.row--spaced>.row__column--5k--6{width:calc(50% - 1.5rem)}.row--spaced>.row__column--offset--5k--6{width:50%;margin-left:calc(50% - 1.5rem)}.row--spaced>.row__column--5k--7{margin:.75rem}.row__column--5k--7{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:58.33333%}.row__column--offset--5k--7{width:41.66667%;margin-left:58.33333%}.row--spaced>.row__column--5k--7{width:calc(58.33333% - 1.5rem)}.row--spaced>.row__column--offset--5k--7{width:58.33333%;margin-left:calc(58.33333% - 1.5rem)}.row--spaced>.row__column--5k--8{margin:.75rem}.row__column--5k--8{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:66.66667%}.row__column--offset--5k--8{width:33.33333%;margin-left:66.66667%}.row--spaced>.row__column--5k--8{width:calc(66.66667% - 1.5rem)}.row--spaced>.row__column--offset--5k--8{width:66.66667%;margin-left:calc(66.66667% - 1.5rem)}.row--spaced>.row__column--5k--9{margin:.75rem}.row__column--5k--9{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:75%}.row__column--offset--5k--9{width:25%;margin-left:75%}.row--spaced>.row__column--5k--9{width:calc(75% - 1.5rem)}.row--spaced>.row__column--offset--5k--9{width:75%;margin-left:calc(75% - 1.5rem)}.row--spaced>.row__column--5k--10{margin:.75rem}.row__column--5k--10{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:83.33333%}.row__column--offset--5k--10{width:16.66667%;margin-left:83.33333%}.row--spaced>.row__column--5k--10{width:calc(83.33333% - 1.5rem)}.row--spaced>.row__column--offset--5k--10{width:83.33333%;margin-left:calc(83.33333% - 1.5rem)}.row--spaced>.row__column--5k--11{margin:.75rem}.row__column--5k--11{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:91.66667%}.row__column--offset--5k--11{width:8.33333%;margin-left:91.66667%}.row--spaced>.row__column--5k--11{width:calc(91.66667% - 1.5rem)}.row--spaced>.row__column--offset--5k--11{width:91.66667%;margin-left:calc(91.66667% - 1.5rem)}.row--spaced>.row__column--5k--12{margin:.75rem}.row__column--5k--12{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:100%}.row__column--offset--5k--12{width:0;margin-left:100%}.row--spaced>.row__column--5k--12{width:calc(100% - 1.5rem)}.row--spaced>.row__column--offset--5k--12{width:100%;margin-left:calc(100% - 1.5rem)}}@media (min-width:8000px){.row--spaced>.row__column--8k--1{margin:.75rem}.row__column--8k--1{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:8.33333%}.row__column--offset--8k--1{width:91.66667%;margin-left:8.33333%}.row--spaced>.row__column--8k--1{width:calc(8.33333% - 1.5rem)}.row--spaced>.row__column--offset--8k--1{width:8.33333%;margin-left:calc(8.33333% - 1.5rem)}.row--spaced>.row__column--8k--2{margin:.75rem}.row__column--8k--2{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:16.66667%}.row__column--offset--8k--2{width:83.33333%;margin-left:16.66667%}.row--spaced>.row__column--8k--2{width:calc(16.66667% - 1.5rem)}.row--spaced>.row__column--offset--8k--2{width:16.66667%;margin-left:calc(16.66667% - 1.5rem)}.row--spaced>.row__column--8k--3{margin:.75rem}.row__column--8k--3{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:25%}.row__column--offset--8k--3{width:75%;margin-left:25%}.row--spaced>.row__column--8k--3{width:calc(25% - 1.5rem)}.row--spaced>.row__column--offset--8k--3{width:25%;margin-left:calc(25% - 1.5rem)}.row--spaced>.row__column--8k--4{margin:.75rem}.row__column--8k--4{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:33.33333%}.row__column--offset--8k--4{width:66.66667%;margin-left:33.33333%}.row--spaced>.row__column--8k--4{width:calc(33.33333% - 1.5rem)}.row--spaced>.row__column--offset--8k--4{width:33.33333%;margin-left:calc(33.33333% - 1.5rem)}.row--spaced>.row__column--8k--5{margin:.75rem}.row__column--8k--5{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:41.66667%}.row__column--offset--8k--5{width:58.33333%;margin-left:41.66667%}.row--spaced>.row__column--8k--5{width:calc(41.66667% - 1.5rem)}.row--spaced>.row__column--offset--8k--5{width:41.66667%;margin-left:calc(41.66667% - 1.5rem)}.row--spaced>.row__column--8k--6{margin:.75rem}.row__column--8k--6{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:50%}.row__column--offset--8k--6{width:50%;margin-left:50%}.row--spaced>.row__column--8k--6{width:calc(50% - 1.5rem)}.row--spaced>.row__column--offset--8k--6{width:50%;margin-left:calc(50% - 1.5rem)}.row--spaced>.row__column--8k--7{margin:.75rem}.row__column--8k--7{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:58.33333%}.row__column--offset--8k--7{width:41.66667%;margin-left:58.33333%}.row--spaced>.row__column--8k--7{width:calc(58.33333% - 1.5rem)}.row--spaced>.row__column--offset--8k--7{width:58.33333%;margin-left:calc(58.33333% - 1.5rem)}.row--spaced>.row__column--8k--8{margin:.75rem}.row__column--8k--8{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:66.66667%}.row__column--offset--8k--8{width:33.33333%;margin-left:66.66667%}.row--spaced>.row__column--8k--8{width:calc(66.66667% - 1.5rem)}.row--spaced>.row__column--offset--8k--8{width:66.66667%;margin-left:calc(66.66667% - 1.5rem)}.row--spaced>.row__column--8k--9{margin:.75rem}.row__column--8k--9{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:75%}.row__column--offset--8k--9{width:25%;margin-left:75%}.row--spaced>.row__column--8k--9{width:calc(75% - 1.5rem)}.row--spaced>.row__column--offset--8k--9{width:75%;margin-left:calc(75% - 1.5rem)}.row--spaced>.row__column--8k--10{margin:.75rem}.row__column--8k--10{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:83.33333%}.row__column--offset--8k--10{width:16.66667%;margin-left:83.33333%}.row--spaced>.row__column--8k--10{width:calc(83.33333% - 1.5rem)}.row--spaced>.row__column--offset--8k--10{width:83.33333%;margin-left:calc(83.33333% - 1.5rem)}.row--spaced>.row__column--8k--11{margin:.75rem}.row__column--8k--11{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:91.66667%}.row__column--offset--8k--11{width:8.33333%;margin-left:91.66667%}.row--spaced>.row__column--8k--11{width:calc(91.66667% - 1.5rem)}.row--spaced>.row__column--offset--8k--11{width:91.66667%;margin-left:calc(91.66667% - 1.5rem)}.row--spaced>.row__column--8k--12{margin:.75rem}.row__column--8k--12{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;max-width:100%;-ms-grid-row-align:center;align-self:center;width:100%}.row__column--offset--8k--12{width:0;margin-left:100%}.row--spaced>.row__column--8k--12{width:calc(100% - 1.5rem)}.row--spaced>.row__column--offset--8k--12{width:100%;margin-left:calc(100% - 1.5rem)}}.hero{display:flex;flex-direction:row;align-content:stretch;flex-wrap:wrap;width:100%;height:100%;color:#fff;background-repeat:no-repeat;background-position:50%;background-size:cover;text-align:center;overflow:hidden;position:relative;justify-content:center;align-items:center}.hero:before{background:linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,.8));content:"";position:absolute;top:0;right:0;bottom:0;left:0}.hero--full{min-height:100%}.hero--light,.hero--transparent{color:#424242}.hero--transparent:before{background:transparent}.hero--light:before{background:linear-gradient(180deg,hsla(0,0%,100%,.5),hsla(0,0%,100%,.8));color:#424242}.hero__content{flex-grow:0;flex-shrink:0;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto;width:90%;z-index:2}@media screen and (min-width:37.56255em){.hero{min-height:80%;height:auto}.hero--full{min-height:100%}}@media screen and (min-width:62em){.hero{min-height:50%}.hero--full{min-height:100%}}.modal{display:none;z-index:99;background:rgba(0,0,0,.5);width:100%;height:100%;position:absolute;transition:all .5s}.modal--active{display:block}.modal--transparent{background-color:transparent}.modal__content{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);position:absolute;padding:1rem;background-color:#fff;max-height:100%;text-align:center;width:90%;overflow:auto}@media (min-width:601px){.modal__content{width:80%}}@media (min-width:992px){.modal__content{width:70%}}@media (min-width:1200px){.modal__content{width:auto}}.vertical{flex-direction:column}.horizontal,.vertical{display:flex}.horizontal--left{justify-content:flex-start}.horizontal--center{justify-content:center;align-items:center}.horizontal--right{justify-content:flex-end}.vertical--left{align-items:flex-start}.vertical--center{align-items:center}.vertical--right{align-items:flex-end}.bottom{bottom:0;margin:0}.bottom,.middle{position:absolute}.middle{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.center{margin:0 auto;left:0;right:0}.left{left:0}.right{right:0}.text--center{text-align:center}.text--left{text-align:left}.text--right{text-align:right}.text--justify{text-align:justify}.padded{padding:1rem}.margin{margin:1}.padded-2{padding:2rem}.margin-2{margin:2rem}.padded-3{padding:3rem}.margin-3{margin:3rem}.padded-4{padding:4rem}.margin-4{margin:4rem}.padded-5{padding:5rem}.margin-5{margin:5rem}.nav{display:flex;width:100%;background-color:#fff;text-align:right;min-height:3rem;align-items:stretch;z-index:90;flex-wrap:wrap;max-width:100%}.nav--fixed{position:fixed;max-height:100%;overflow:auto}.nav--rl{text-align:left}.nav__content-list__item{display:flex;list-style:none;cursor:pointer;text-align:center;overflow:visible;background:inherit;width:100%}.nav__content-list__item>*{height:100%;display:flex;align-items:center;padding:1rem;width:100%}.nav__content-list__item:hover{background-color:#eee}.nav__content-list__item:empty{padding:1rem}.nav__content-list__item__icon{-ms-grid-row-align:center;align-self:center;max-height:100%;max-width:100%;margin:0 .3rem;height:60%;width:1.5rem;min-width:1.5rem}.nav--side__content-list{display:none}.nav__menu-icon{cursor:pointer;-ms-grid-row-align:center;align-self:center;max-width:5%}.nav__header{display:flex;max-width:95%;max-height:3.5rem;text-align:left;font-size:inherit;height:100%;min-height:100%;width:100%;height:3.5rem}.nav__header__logo{max-width:80%;max-height:80%;padding:0 .5rem;height:100%}.nav__header__logo,.nav__header__title{-ms-grid-row-align:center;align-self:center}.nav__header__title{margin:0 0 0 .1rem;font-size:1.5rem}.nav__content-list{margin:0;padding:0;width:auto;max-height:100%;display:none;align-items:center}.nav__content-list--active{display:flex;width:100%;flex-flow:column;background:inherit;overflow:auto}.wrapper--top-navigation{margin-top:3.5rem}@media (min-width:601px){.nav--top--phablet{display:flex;overflow:hidden;flex-wrap:nowrap}.nav--top--phablet .nav__menu-icon{display:none}.nav--top--phablet .nav__content-list{display:flex;max-height:3.5rem}.nav--top--phablet .nav__content-list .nav__content-list__item{height:100%}.nav--top--phablet .nav__content-list .nav__content-list__item>*{justify-content:center}.nav--top--phablet .nav__content-list--full{display:flex;width:100%;justify-content:center;height:3.5rem}.nav--top--phablet .nav__content-list--full .nav__content-list__item{height:100%}.nav--top--phablet .nav__content-list--full .nav__content-list__item>*{justify-content:center}.nav--side--phablet{width:30%;height:100%;float:left;max-height:100%;flex-flow:column;overflow:hidden}.nav--side--phablet .nav__header{height:auto;min-height:0;flex-flow:column;padding-bottom:.5rem;border-bottom:1px solid #eee;max-height:none;max-width:100%;flex-shrink:0}.nav--side--phablet .nav__header__logo{max-height:10rem;margin:.5rem 0}.nav--side--phablet .nav__header__title{text-align:center}.nav--side--phablet .nav__menu-icon{display:none}.nav--side--phablet .nav__content-list{display:flex;flex-flow:column;overflow:auto}.nav--side--phablet .nav__content-list .nav__content-list__item{height:auto;width:100%;min-height:2rem}.nav--side--phablet .nav__content-list .nav__content-list__item>*{width:100%;justify-content:flex-start}.nav--side--phablet .nav__content-list .nav__content-list__item .nav__content-list__item__icon{max-height:100%;height:2rem;min-height:1.5rem;line-height:1.4rem}.wrapper--side-navigation--phablet{width:70%;float:right;margin-top:0}}@media (min-width:992px){.nav--top--tablet{display:flex;overflow:hidden;flex-wrap:nowrap}.nav--top--tablet .nav__menu-icon{display:none}.nav--top--tablet .nav__content-list{display:flex;max-height:3.5rem}.nav--top--tablet .nav__content-list .nav__content-list__item{height:100%}.nav--top--tablet .nav__content-list .nav__content-list__item>*{justify-content:center}.nav--top--tablet .nav__content-list--full{display:flex;width:100%;justify-content:center;height:3.5rem}.nav--top--tablet .nav__content-list--full .nav__content-list__item{height:100%}.nav--top--tablet .nav__content-list--full .nav__content-list__item>*{justify-content:center}.nav--side--tablet{width:20%;height:100%;float:left;max-height:100%;flex-flow:column;overflow:hidden}.nav--side--tablet .nav__header{height:auto;min-height:0;flex-flow:column;padding-bottom:.5rem;border-bottom:1px solid #eee;max-height:none;max-width:100%;flex-shrink:0}.nav--side--tablet .nav__header__logo{max-height:10rem;margin:.5rem 0}.nav--side--tablet .nav__header__title{text-align:center}.nav--side--tablet .nav__menu-icon{display:none}.nav--side--tablet .nav__content-list{display:flex;flex-flow:column;overflow:auto}.nav--side--tablet .nav__content-list .nav__content-list__item{height:auto;width:100%;min-height:2rem}.nav--side--tablet .nav__content-list .nav__content-list__item>*{width:100%;justify-content:flex-start}.nav--side--tablet .nav__content-list .nav__content-list__item .nav__content-list__item__icon{max-height:100%;height:2rem;min-height:1.5rem;line-height:1.4rem}.wrapper--side-navigation--tablet{width:80%;float:right;margin-top:0}}@media (min-width:1200px){.nav--top--desktop{display:flex;overflow:hidden;flex-wrap:nowrap}.nav--top--desktop .nav__menu-icon{display:none}.nav--top--desktop .nav__content-list{display:flex;max-height:3.5rem}.nav--top--desktop .nav__content-list .nav__content-list__item{height:100%}.nav--top--desktop .nav__content-list .nav__content-list__item>*{justify-content:center}.nav--top--desktop .nav__content-list--full{display:flex;width:100%;justify-content:center;height:3.5rem}.nav--top--desktop .nav__content-list--full .nav__content-list__item{height:100%}.nav--top--desktop .nav__content-list--full .nav__content-list__item>*{justify-content:center}.nav--side--desktop{width:20%;height:100%;float:left;max-height:100%;flex-flow:column;overflow:hidden}.nav--side--desktop .nav__header{height:auto;min-height:0;flex-flow:column;padding-bottom:.5rem;border-bottom:1px solid #eee;max-height:none;max-width:100%;flex-shrink:0}.nav--side--desktop .nav__header__logo{max-height:10rem;margin:.5rem 0}.nav--side--desktop .nav__header__title{text-align:center}.nav--side--desktop .nav__menu-icon{display:none}.nav--side--desktop .nav__content-list{display:flex;flex-flow:column;overflow:auto}.nav--side--desktop .nav__content-list .nav__content-list__item{height:auto;width:100%;min-height:2rem}.nav--side--desktop .nav__content-list .nav__content-list__item>*{width:100%;justify-content:flex-start}.nav--side--desktop .nav__content-list .nav__content-list__item .nav__content-list__item__icon{max-height:100%;height:2rem;min-height:1.5rem;line-height:1.4rem}.wrapper--side-navigation--desktop{width:80%;float:right;margin-top:0}}@media (min-width:1900px){.nav--top--desktop-large{display:flex;overflow:hidden;flex-wrap:nowrap}.nav--top--desktop-large .nav__menu-icon{display:none}.nav--top--desktop-large .nav__content-list{display:flex;max-height:3.5rem}.nav--top--desktop-large .nav__content-list .nav__content-list__item{height:100%}.nav--top--desktop-large .nav__content-list .nav__content-list__item>*{justify-content:center}.nav--top--desktop-large .nav__content-list--full{display:flex;width:100%;justify-content:center;height:3.5rem}.nav--top--desktop-large .nav__content-list--full .nav__content-list__item{height:100%}.nav--top--desktop-large .nav__content-list--full .nav__content-list__item>*{justify-content:center}.nav--side--desktop-large{width:15%;height:100%;float:left;max-height:100%;flex-flow:column;overflow:hidden}.nav--side--desktop-large .nav__header{height:auto;min-height:0;flex-flow:column;padding-bottom:.5rem;border-bottom:1px solid #eee;max-height:none;max-width:100%;flex-shrink:0}.nav--side--desktop-large .nav__header__logo{max-height:10rem;margin:.5rem 0}.nav--side--desktop-large .nav__header__title{text-align:center}.nav--side--desktop-large .nav__menu-icon{display:none}.nav--side--desktop-large .nav__content-list{display:flex;flex-flow:column;overflow:auto}.nav--side--desktop-large .nav__content-list .nav__content-list__item{height:auto;width:100%;min-height:2rem}.nav--side--desktop-large .nav__content-list .nav__content-list__item>*{width:100%;justify-content:flex-start}.nav--side--desktop-large .nav__content-list .nav__content-list__item .nav__content-list__item__icon{max-height:100%;height:2rem;min-height:1.5rem;line-height:1.4rem}.wrapper--side-navigation--desktop-large{width:85%;float:right;margin-top:0}}button,input,optgroup,select,textarea{-webkit-appearance:none;-moz-appearance:none;color:inherit;font-family:inherit;margin:0;outline:none;border:none;font-size:inherit}optgroup{font-weight:700}button,input,select,textarea{overflow:visible;border-radius:3px;background:#f5f5f5;color:#424242;padding:1rem}form button,input,select,textarea{padding:.5rem 1rem}label{margin:.5rem}button,select{margin:.5rem;text-transform:none;cursor:pointer;padding:.5rem 1rem;border-radius:3px}button:hover{background-color:#e8e8e8}.link--button{-webkit-appearance:none;-moz-appearance:none;color:inherit;font-family:inherit;margin:0;outline:none;border:none;font-size:inherit;overflow:visible;padding:1rem}.link--button,form .link--button{padding:.5rem 1rem}.link--button{margin:.5rem;text-transform:none;cursor:pointer;border-radius:3px}.link--button:hover{background-color:#e8e8e8}.link--button,[type=".link--button"]{-webkit-appearance:button}.link--button::-moz-focus-inner,[type=".link--button"]::-moz-focus-inner{border-style:none;padding:0}.link--button[disabled]{cursor:default}.link--button::-moz-focus-inner{border:0;padding:0}.link--button{display:inline-block;color:#424242;background:#f5f5f5}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35rem .625rem .75rem}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{resize:none;overflow:auto}[type=color]{padding:0}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}input[type=range]::-webkit-slider-runnable-track{cursor:pointer;background:rgba(0,0,0,.5)}input[type=range]::-moz-range-track{cursor:pointer;background:rgba(0,0,0,.5)}input[type=range]::-ms-fill-lower,input[type=range]::-ms-fill-upper,input[type=range]:focus::-ms-fill-lower,input[type=range]:focus::-ms-fill-upper{cursor:pointer;background:rgba(0,0,0,.5)}input[type=range]{-webkit-appearance:none;background:transparent;outline:none}.circle{background:#ddd;border-radius:50%;height:0;padding-bottom:100%;width:100%}.circle__content{color:#fff;float:left;line-height:1;margin-top:-.5rem;padding-top:50%;text-align:center;width:100%}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1rem}pre{background:#f5f5f5;padding:1rem;overflow:auto}pre code{display:block;overflow:hidden}code[class*=language-],pre[class*=language-]{font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;line-height:1.5;font-size:.85em;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*=language-]{position:relative;margin:.5em 0;background:transparent;border:1px solid rgba(66,66,66,.11);background-size:3em 3em;background-origin:content-box;overflow:visible;overflow-x:auto}code[class*=language]{max-height:inherit;height:100%;padding:0 1em;display:block;overflow:visible}:not(pre)>code[class*=language-]{position:relative;padding:.2em;border-radius:.3em;color:#c92c2c;border:1px solid rgba(0,0,0,.1)}:not(pre)>code[class*=language-]:after,pre[class*=language-]:after{right:.75em;left:auto;-webkit-transform:rotate(2deg);transform:rotate(2deg)}.token.block-comment,.token.comment,.token.doctype,.token.prolog{color:#878787;font-style:italic}.token.cdata{color:#bb2500}.token.punctuation{color:#5f6364}.token.boolean{color:#007ab7}.token.string{color:#dd2400}.token.function{color:#5c99ad}.token.property,.token.tag{color:#0045aa}.token.number{color:#007ab7}.token.constant,.token.deleted,.token.function-name,.token.symbol{color:#c92c2c}.token.attr-name{color:#007ab7}.token.builtin,.token.char,.token.inserted,.token.selector{color:#2f9c0a}.token.operator{color:#006ff8}.token.url{color:#004ccb;text-decoration:none}.token.entity{color:#007ab7;cursor:help}.token.variable{color:#8735a5}.token.keyword{color:#0045aa;font-weight:400}.token.atrule{color:#de7a31;font-style:normal;font-weight:700}.token.attr-value{color:#5d8f00;font-weight:400}.token.class-name{color:#1990b8}.token.important,.token.regex{color:#e90}.language-css .token.string,.style .token.string{color:#f4378f}.language-css .token.property,.style .token.property{color:#0045aa}.language-css .token.number,.style .token.number{color:#dd2400}.language-css .token.hexcode,.style .token.hexcode{color:#d72d65}.token.important{font-weight:400}.token.bold{font-weight:700}.token.italic{font-style:italic}.namespace{opacity:.7}@media screen and (max-width:767px){pre[class*=language-]:after,pre[class*=language-]:before{bottom:14px;box-shadow:none}}.token.cr:before,.token.lf:before,.token.tab:not(:empty):before{color:#e0d7d1}pre[class*=language-][data-line]{padding-top:0;padding-bottom:0;padding-left:0}pre[data-line] code{position:relative;padding-left:4em}pre .line-highlight{margin-top:0}.token a{color:inherit}code[class*=language-] a[href],pre[class*=language-] a[href]{cursor:help;text-decoration:none}code[class*=language-] a[href]:hover,pre[class*=language-] a[href]:hover{cursor:help;text-decoration:underline}.card{border:1px solid rgba(0,0,0,.1)}.card--depth--2{box-shadow:0 1.5px 4px rgba(0,0,0,.24),0 1.5px 6px rgba(0,0,0,.12)}.card--depth--3{box-shadow:0 3px 12px rgba(0,0,0,.23),0 3px 12px rgba(0,0,0,.16)}.card--depth--4{box-shadow:0 6px 12px rgba(0,0,0,.23),0 10px 40px rgba(0,0,0,.19)}.card--depth--5{box-shadow:0 10px 20px rgba(0,0,0,.22),0 14px 56px rgba(0,0,0,.25)}.card--depth--6{box-shadow:0 15px 24px rgba(0,0,0,.22),0 19px 76px rgba(0,0,0,.3)}.separator--material{margin:0 0 .5rem;border:1px solid #ddd;border-bottom:0}.button--floating{width:3rem;height:3rem;border-radius:50%;position:absolute;bottom:0;right:0;margin:1.5rem;box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);z-index:9}:root{--main-color:rgba(0,0,0,0.5);--text-color:rgba(66,66,66,0.9);--screen-background-color:#f7f7f7}html{width:auto;width:100vw}body,html{height:100vh;max-height:100vh;max-width:100vw}body{font-size:1rem;text-align:center;color:rgba(66,66,66,.9);color:var(--text-color);background-color:#f7f7f7;background-color:var(--screen-background-color);font-family:Open Sans,sans-serif;background-size:cover;background-repeat:no-repeat;background-position:50%;width:100vw}h1,h2{font-size:3rem}h1,h2,h3{padding:.03em}h3{font-size:2rem}li{list-style-type:none;display:inline-block}button{width:8rem;height:2.5rem;color:#f7f7f7;padding:0;background-size:contain;background-repeat:no-repeat;background-position:50%}button,button:focus,button:hover{background-color:rgba(0,0,0,.5);background-color:var(--main-color)}input,select{color:inherit}input[type=range]{width:60%}textarea{background-color:#eee;min-width:50%}audio,canvas,video{display:block}.fancy-error li{display:list-item;list-style-type:disc}.fancy-error summary{cursor:pointer}#monogatari{width:100%;height:100%;position:relative}.background-image{background-size:cover;background-repeat:no-repeat;background-position:50%}.wait,.wait *{cursor:wait}.block{display:block}.modal{top:0}.modal .modal__content{border-radius:4px}.modal[data-component]:not(.modal--active){display:none}.horizontal{align-items:center}[data-component]{display:flex}[data-component],[data-component]:before{background-size:contain;background-repeat:no-repeat;background-position:50%}[data-content=wrapper]{display:flex}[data-screen]{overflow-y:auto;overflow-x:hidden;display:none;align-items:stretch;flex-direction:column;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:50%}[data-screen].active{display:flex}[data-error] .modal__content{height:auto;width:90%}[data-error] h2{text-align:center;font-size:2rem}[data-error] h3{font-size:1.5rem}[data-error] button{margin:.5rem auto;display:block}[data-error] a{color:#00bcd4}[data-error] .separator--material{margin:1rem 0}[data-error] .error-section{padding-left:1rem}[data-content=visuals]{width:100%;height:100%;position:relative}.forceAspectRatio{margin-left:auto;margin-right:auto;background-size:contain;position:relative}.forceAspectRatio [data-character],.forceAspectRatio [data-image],.forceAspectRatio [data-ui=background]{max-width:100%;max-height:100%;position:absolute}[data-action]{cursor:pointer}[data-video]{max-width:100%;max-height:100%}[data-video][data-mode=background]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}[data-video][data-mode=immersive]{height:100%;width:100%;-o-object-fit:contain;object-fit:contain;position:absolute;z-index:20;background:#000}[data-video][data-mode=displayable],[data-video][data-mode=modal]{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}[data-ui=broadcast]{display:flex;justify-content:center;background:#fff;color:#424242;box-shadow:0 1.5px 4px rgba(0,0,0,.24),0 1.5px 6px rgba(0,0,0,.12);font-size:1rem;position:absolute;width:100%;cursor:pointer;z-index:21}[data-spoke=narrator] p{padding-left:0}[data-ui=who]{display:block;width:100%;padding:1rem;margin:0}[data-content=dialog],[data-ui=say]{padding:0 1rem}[data-ui=say] span{padding:0;margin:0}[data-ui=particles]{width:100%;height:100%;position:absolute;z-index:1}[data-ui=background]{background-size:cover;background-repeat:no-repeat;background-position:50%;width:100%;height:100%}[data-screen]:not([data-screen=game]) [data-action=back]{position:absolute;border-radius:100%;width:3rem;height:3rem;padding:.5em;margin:1rem;z-index:2;background-color:rgba(0,0,0,.5);background-color:var(--main-color);color:#f7f7f7}[data-screen=load] h3,[data-screen=save] h3{margin:2rem auto}@media screen and (min-width:37.56255em){.modal>*{width:70%}}@media screen and (min-width:48em){body{font-size:1.2rem}button{width:10rem;height:3.5rem}.modal>*{width:60%}}@media screen and (min-width:62em){body{font-size:1.35rem}h1,h2{font-size:3.5rem}.modal>*{width:50%}}@media screen and (min-width:75em){body{font-size:1.5rem}.modal>*{width:40%}}@media screen and (min-width:120em){.modal>*{width:30%}}alert-modal [data-content=wrapper]{overflow:auto;overflow-x:hidden;flex-direction:column}alert-modal p{font-size:1.5rem}character-sprite{display:flex;max-height:80vh;height:80vh;width:-webkit-max-content;width:-moz-max-content;position:absolute;width:max-content;overflow:hidden}character-sprite [data-content=wrapper]{display:inline-block;height:100%;max-height:80vh;width:auto}character-sprite [data-content=wrapper] img{left:0;right:0;top:0;bottom:0;max-height:none}choice-container{z-index:11;max-height:90%;overflow-y:auto;height:auto;width:90%;justify-content:center;margin:0 auto;flex-wrap:wrap;top:50%;left:50%;transform:translate(-50%,-50%);position:absolute}.nvl choice-container{top:auto;left:auto;transform:none;width:100%}.nvl choice-container [data-content=wrapper]{flex-direction:row}choice-container [data-content=wrapper]{display:flex;flex-direction:column}choice-container button{margin:1em;padding:.5em;border-radius:.5em;width:auto;height:auto;color:#fff}@media screen and (min-width:48em){choice-container{width:70%}}@media screen and (min-width:62em){choice-container{width:50%}}@media screen and (min-width:75em){choice-container{width:40%}}@media screen and (min-width:120em){choice-container{width:30%}}centered-dialog{margin:0;justify-content:center;top:50%;left:50%;transform:translate(-50%,-50%);position:absolute}centered-dialog [data-content=wrapper]{display:block;text-align:center}dialog-log .modal__content{width:95%;height:95%;max-height:95%;max-width:1000px;overflow:hidden;padding:0;color:var(--text-color)}dialog-log .modal__content [data-content=log]{text-align:left;padding:1rem;height:93%;max-height:93%;overflow:auto}dialog-log .modal__content [data-content=log] [data-spoke]{font-size:1rem;padding:.5rem 0;border-bottom:1px solid rgba(0,0,0,.1)}dialog-log .modal__content [data-content=log] [data-spoke] span{font-size:.9rem}dialog-log .modal__content [data-content=log] [data-spoke]>p{font-size:1rem;margin:.5rem 0}dialog-log .modal__content [data-content=log] [data-spoke][data-spoke=narrator]>p{color:var(--main-color)}dialog-log .modal__content [data-content=log] [data-spoke][data-spoke=centered]>p{text-align:center;font-weight:700}@media screen and (min-width:48em){dialog-log button{width:8rem;height:2.5rem;font-size:1rem}}game-screen{width:100%;height:100%;max-height:100%;max-width:100%;overflow:hidden;overflow-y:hidden;position:relative;background-color:#000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}game-screen img{position:absolute;max-height:90%}game-screen [data-image]{top:0;bottom:0;left:0;right:0;margin:auto;max-width:100%;max-height:100%}game-screen [data-image] .bottom{top:auto}game-screen [data-image] .left{right:auto}game-screen [data-image] .right{left:auto}game-screen [data-image] .top{bottom:auto}game-screen [data-character]{bottom:0;position:absolute;max-width:100%;max-height:80vh}game-screen [data-sprite]{margin:0 auto;left:0;right:0}game-screen [data-sprite].right{left:auto;right:0}game-screen [data-sprite].left{left:0;right:auto}game-screen [data-canvas].immersive{position:absolute;left:0;right:0;top:0;bottom:0}help-screen [data-content=help]{max-width:1000px;margin:0 auto}help-screen [data-content=help]>.row{align-self:flex-start}help-screen [data-content=help] h3{margin-bottom:1rem}help-screen [data-content=symbols]{align-items:center;justify-content:flex-start}help-screen [data-content=symbols] [data-content=shortcut]{width:1.5rem;height:1.5rem;min-width:1.5rem;display:block;background-color:var(--text-color);text-align:center;border-radius:2px;color:#fff;display:inline-block;font-size:.8rem;margin-right:1rem;display:flex;align-items:center;justify-content:center}@media screen and (min-width:48em){help-screen [data-content=symbols] [data-content=shortcut]{width:2rem;height:2rem}}gallery-screen figure{min-height:10rem;display:flex;justify-content:center;align-items:center;font-size:2rem;background-size:cover;cursor:pointer}gallery-screen .modal figure,gallery-screen figure{background-repeat:no-repeat;background-position:50%}gallery-screen .modal figure{background-color:transparent;background-size:contain;height:80%;width:80%;margin:0;overflow:hidden}@media screen and (min-width:37.56255em){gallery-screen figure{min-height:15rem}}loading-screen{align-items:center;justify-content:center}loading-screen [data-content=wrapper]{display:flex;flex-direction:column}loading-screen [data-content=progress]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;margin:1em auto;display:block;border-radius:3px;box-shadow:inset 0 2px 3px rgba(0,0,0,.2);background:transparent;width:50%}loading-screen [data-content=progress]::-webkit-progress-bar{background:transparent;box-shadow:inset 0 2px 3px rgba(0,0,0,.2);border-radius:3px}loading-screen [data-content=progress]::-webkit-progress-value{background-color:#f16272;border-radius:3px}loading-screen [data-content=progress]::-moz-progress-bar{background-color:#f16272;border-radius:3px}loading-screen div{width:90%}@media screen and (min-width:37.56255em){loading-screen [data-content=progress]{width:80%}}main-menu{align-self:flex-end;flex-direction:column;align-items:flex-end;position:absolute;bottom:0}message-modal div{width:auto;padding:1rem}message-modal a{color:#00bcd4}message-modal [data-ui=message-content]{text-align:left;max-width:100%}message-modal [data-ui=message-content] *{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}quick-menu{top:0;background-color:transparent;width:100%;z-index:11;position:absolute;height:2.5rem;max-height:2.5rem;justify-content:flex-end}quick-menu.splash-screen{display:none}quick-menu.transparent{background-color:transparent}quick-menu.transparent button:focus,quick-menu.transparent button:hover{color:var(--main-color);cursor:pointer}quick-menu button{display:inline-block;width:auto;font-size:1rem;margin:0 .5rem;background:transparent;color:hsla(0,0%,49%,.5)}quick-menu button:focus,quick-menu button:hover{color:hsla(0,0%,49%,.5);background:transparent;cursor:pointer}quick-menu button>[data-string]{display:none}quick-menu button>.fas{display:inline-block;font-size:1.5rem}@media screen and (min-width:37.56255em){quick-menu{bottom:0;top:auto;background-color:var(--main-color)}quick-menu.transparent{color:var(--main-color)}quick-menu button{color:#f7f7f7;margin:0 .25rem}quick-menu button,quick-menu button:focus,quick-menu button:hover{color:hsla(0,0%,100%,.8);background:transparent}quick-menu>button>[data-string]{display:inline-block}}@media screen and (min-width:48em){quick-menu>button{width:auto;height:auto}}save-screen input{background-color:#fff;border:1px solid #666}save-slot{width:20rem;height:auto;background-color:var(--main-color);border-radius:3px;vertical-align:middle;cursor:pointer;position:relative;min-height:10rem;font-size:1rem;display:flex;flex-flow:column;justify-content:center;color:#fff}save-slot .badge{position:absolute;top:0;left:0;padding:.5rem;font-size:.7rem;background:inherit;color:inherit;font-style:italic;font-weight:700}save-slot [data-delete]{top:-1rem;border-radius:100%;width:2rem;height:2rem;position:absolute;right:-1rem;margin:0;font-size:1rem;background-color:var(--main-color);color:#f7f7f7}save-slot img{width:100%}save-slot [data-content=background]{width:100%;height:10rem;border:1px solid rgba(0,0,0,.2);background-size:cover;background-repeat:no-repeat;background-position:50%}save-slot figcaption{padding:1rem;color:#fff}save-slot figcaption small{display:block}settings-screen input,settings-screen select{margin:2rem;background-color:transparent}settings-screen .horizontal{justify-content:center}settings-screen [data-content=audio-settings]>h3{margin-bottom:1rem}slot-container{width:100%;justify-content:center}text-box{background-color:var(--main-color);min-height:20%;max-height:25%;overflow-y:auto;width:100%;z-index:10;text-align:left;position:absolute;bottom:0;color:#fff;flex-direction:column}text-box:after{content:" ";width:100%;height:0;display:block;background:linear-gradient(180deg,transparent,rgba(0,0,0,.22) 85%);position:fixed;bottom:0;transition:all .5s ease}text-box.nvl{max-height:100%;height:100%}text-box.nvl.unread:after{height:2rem}text-box p{display:block;width:100%;padding:1rem;margin:0}text-box .fa{width:auto;display:inline-block}text-box [data-ui=face]{float:left;_max-height:20vh!important;position:static!important}text-box [data-content=text]{width:100%}text-box [data-content=wrapper]{flex-grow:1}text-box [data-content=side-image]{display:flex;align-items:center;justify-content:center}@media screen and (min-width:37.56255em){text-box,text-box:after{bottom:2.5rem}}text-input div{width:auto;padding:1rem}text-input small{margin:.5rem auto}text-input [data-content=message]{font-size:1rem}text-input button{width:3.5rem;height:2rem;font-size:1rem;padding:0}text-input input{background-color:#eee;min-width:50%}@media screen and (min-width:37.56255em){text-input button{width:5rem;height:3rem}text-input [data-content=message]{font-size:1.5rem}}timer-display{position:absolute;top:0;width:100%;height:.5rem}timer-display div{background:hsla(0,0%,100%,.2)}visual-novel{width:100%;height:100%} \ No newline at end of file diff --git a/dist/engine/core/monogatari.js b/dist/engine/core/monogatari.js index 6728d735..c94bdea1 100644 --- a/dist/engine/core/monogatari.js +++ b/dist/engine/core/monogatari.js @@ -1,1488 +1,93827 @@ -parcelRequire=function(e,r,t,n){var i,o="function"==typeof parcelRequire&&parcelRequire,u="function"==typeof require&&require;function f(t,n){if(!r[t]){if(!e[t]){var i="function"==typeof parcelRequire&&parcelRequire;if(!n&&i)return i(t,!0);if(o)return o(t,!0);if(u&&"string"==typeof t)return u(t);var c=new Error("Cannot find module '"+t+"'");throw c.code="MODULE_NOT_FOUND",c}p.resolve=function(r){return e[t][1][r]||r},p.cache={};var l=r[t]=new f.Module(t);e[t][0].call(l.exports,p,l,l.exports,this)}return r[t].exports;function p(e){return f(p.resolve(e))}}f.isParcelRequire=!0,f.Module=function(e){this.id=e,this.bundle=f,this.exports={}},f.modules=e,f.cache=r,f.parent=o,f.register=function(r,t){e[r]=[function(e,r){r.exports=t},{}]};for(var c=0;c0?r:o)(t)}; -},{}],"j9AG":[function(require,module,exports) { -var e=require("../internals/to-integer"),r=Math.min;module.exports=function(n){return n>0?r(e(n),9007199254740991):0}; -},{"../internals/to-integer":"GwUC"}],"QLhU":[function(require,module,exports) { -var r=require("../internals/to-integer"),e=Math.max,t=Math.min;module.exports=function(n,a){var i=r(n);return i<0?e(i+a,0):t(i,a)}; -},{"../internals/to-integer":"GwUC"}],"b2MC":[function(require,module,exports) { -var e=require("../internals/to-indexed-object"),r=require("../internals/to-length"),n=require("../internals/to-absolute-index"),t=function(t){return function(i,u,o){var l,f=e(i),s=r(f.length),a=n(o,s);if(t&&u!=u){for(;s>a;)if((l=f[a++])!=l)return!0}else for(;s>a;a++)if((t||a in f)&&f[a]===u)return t||a||0;return!t&&-1}};module.exports={includes:t(!0),indexOf:t(!1)}; -},{"../internals/to-indexed-object":"ebRX","../internals/to-length":"j9AG","../internals/to-absolute-index":"QLhU"}],"ijOr":[function(require,module,exports) { -var e=require("../internals/has"),r=require("../internals/to-indexed-object"),n=require("../internals/array-includes").indexOf,i=require("../internals/hidden-keys");module.exports=function(s,t){var u,a=r(s),d=0,l=[];for(u in a)!e(i,u)&&e(a,u)&&l.push(u);for(;t.length>d;)e(a,u=t[d++])&&(~n(l,u)||l.push(u));return l}; -},{"../internals/has":"jYdl","../internals/to-indexed-object":"ebRX","../internals/array-includes":"b2MC","../internals/hidden-keys":"Ln6o"}],"asST":[function(require,module,exports) { -module.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]; -},{}],"QFCk":[function(require,module,exports) { -var e=require("../internals/object-keys-internal"),r=require("../internals/enum-bug-keys"),t=r.concat("length","prototype");exports.f=Object.getOwnPropertyNames||function(r){return e(r,t)}; -},{"../internals/object-keys-internal":"ijOr","../internals/enum-bug-keys":"asST"}],"uqTD":[function(require,module,exports) { -exports.f=Object.getOwnPropertySymbols; -},{}],"uZDC":[function(require,module,exports) { -var e=require("../internals/get-built-in"),r=require("../internals/object-get-own-property-names"),n=require("../internals/object-get-own-property-symbols"),t=require("../internals/an-object");module.exports=e("Reflect","ownKeys")||function(e){var o=r.f(t(e)),i=n.f;return i?o.concat(i(e)):o}; -},{"../internals/get-built-in":"mLk8","../internals/object-get-own-property-names":"QFCk","../internals/object-get-own-property-symbols":"uqTD","../internals/an-object":"eAPg"}],"dZUE":[function(require,module,exports) { -var e=require("../internals/has"),r=require("../internals/own-keys"),n=require("../internals/object-get-own-property-descriptor"),t=require("../internals/object-define-property");module.exports=function(i,o){for(var a=r(o),s=t.f,l=n.f,p=0;pu;)r.f(e,o=s[u++],i[o]);return e}; -},{"../internals/descriptors":"A8Ob","../internals/object-define-property":"AtXZ","../internals/an-object":"eAPg","../internals/object-keys":"rmL3"}],"tTwY":[function(require,module,exports) { -var e=require("../internals/get-built-in");module.exports=e("document","documentElement"); -},{"../internals/get-built-in":"mLk8"}],"zWsZ":[function(require,module,exports) { -var e,n=require("../internals/an-object"),r=require("../internals/object-define-properties"),t=require("../internals/enum-bug-keys"),i=require("../internals/hidden-keys"),u=require("../internals/html"),o=require("../internals/document-create-element"),c=require("../internals/shared-key"),l=">",a="<",s="prototype",d="script",m=c("IE_PROTO"),p=function(){},f=function(e){return a+d+l+e+a+"/"+d+l},v=function(e){e.write(f("")),e.close();var n=e.parentWindow.Object;return e=null,n},b=function(){var e,n=o("iframe"),r="java"+d+":";return n.style.display="none",u.appendChild(n),n.src=String(r),(e=n.contentWindow.document).open(),e.write(f("document.F=Object")),e.close(),e.F},h=function(){try{e=document.domain&&new ActiveXObject("htmlfile")}catch(r){}h=e?v(e):b();for(var n=t.length;n--;)delete h[s][t[n]];return h()};i[m]=!0,module.exports=Object.create||function(e,t){var i;return null!==e?(p[s]=n(e),i=new p,p[s]=null,i[m]=e):i=h(),void 0===t?i:r(i,t)}; -},{"../internals/an-object":"eAPg","../internals/object-define-properties":"ZdKd","../internals/enum-bug-keys":"asST","../internals/hidden-keys":"Ln6o","../internals/html":"tTwY","../internals/document-create-element":"tvdn","../internals/shared-key":"OIOG"}],"BNtO":[function(require,module,exports) { -var e=require("../internals/to-indexed-object"),t=require("../internals/object-get-own-property-names").f,r={}.toString,n="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],o=function(e){try{return t(e)}catch(r){return n.slice()}};module.exports.f=function(i){return n&&"[object Window]"==r.call(i)?o(i):t(e(i))}; -},{"../internals/to-indexed-object":"ebRX","../internals/object-get-own-property-names":"QFCk"}],"Q0EA":[function(require,module,exports) { - -var e=require("../internals/global"),r=require("../internals/shared"),i=require("../internals/has"),n=require("../internals/uid"),s=require("../internals/native-symbol"),t=require("../internals/use-symbol-as-uid"),l=r("wks"),u=e.Symbol,a=t?u:u&&u.withoutSetter||n;module.exports=function(e){return i(l,e)||(s&&i(u,e)?l[e]=u[e]:l[e]=a("Symbol."+e)),l[e]}; -},{"../internals/global":"MVLi","../internals/shared":"B1yS","../internals/has":"jYdl","../internals/uid":"bxyG","../internals/native-symbol":"PgsN","../internals/use-symbol-as-uid":"zoTj"}],"Odzx":[function(require,module,exports) { -var e=require("../internals/well-known-symbol");exports.f=e; -},{"../internals/well-known-symbol":"Q0EA"}],"TzLT":[function(require,module,exports) { -var e=require("../internals/path"),r=require("../internals/has"),n=require("../internals/well-known-symbol-wrapped"),l=require("../internals/object-define-property").f;module.exports=function(a){var i=e.Symbol||(e.Symbol={});r(i,a)||l(i,a,{value:n.f(a)})}; -},{"../internals/path":"hMfB","../internals/has":"jYdl","../internals/well-known-symbol-wrapped":"Odzx","../internals/object-define-property":"AtXZ"}],"kLCt":[function(require,module,exports) { -var e=require("../internals/object-define-property").f,r=require("../internals/has"),n=require("../internals/well-known-symbol"),o=n("toStringTag");module.exports=function(n,t,i){n&&!r(n=i?n:n.prototype,o)&&e(n,o,{configurable:!0,value:t})}; -},{"../internals/object-define-property":"AtXZ","../internals/has":"jYdl","../internals/well-known-symbol":"Q0EA"}],"SOPX":[function(require,module,exports) { -module.exports=function(n){if("function"!=typeof n)throw TypeError(String(n)+" is not a function");return n}; -},{}],"dEmF":[function(require,module,exports) { -var n=require("../internals/a-function");module.exports=function(r,t,e){if(n(r),void 0===t)return r;switch(e){case 0:return function(){return r.call(t)};case 1:return function(n){return r.call(t,n)};case 2:return function(n,e){return r.call(t,n,e)};case 3:return function(n,e,u){return r.call(t,n,e,u)}}return function(){return r.apply(t,arguments)}}; -},{"../internals/a-function":"SOPX"}],"e6WL":[function(require,module,exports) { -var r=require("../internals/is-object"),e=require("../internals/is-array"),n=require("../internals/well-known-symbol"),o=n("species");module.exports=function(n,i){var t;return e(n)&&("function"!=typeof(t=n.constructor)||t!==Array&&!e(t.prototype)?r(t)&&null===(t=t[o])&&(t=void 0):t=void 0),new(void 0===t?Array:t)(0===i?0:i)}; -},{"../internals/is-object":"AsqF","../internals/is-array":"oqXF","../internals/well-known-symbol":"Q0EA"}],"EUh8":[function(require,module,exports) { -var e=require("../internals/function-bind-context"),r=require("../internals/indexed-object"),n=require("../internals/to-object"),i=require("../internals/to-length"),t=require("../internals/array-species-create"),a=[].push,s=function(s){var u=1==s,c=2==s,o=3==s,l=4==s,f=6==s,d=5==s||f;return function(h,q,v,p){for(var x,b,m=n(h),g=r(m),j=e(q,v,3),y=i(g.length),w=0,E=p||t,I=u?E(h,y):c?E(h,0):void 0;y>w;w++)if((d||w in g)&&(b=j(x=g[w],w,m),s))if(u)I[w]=b;else if(b)switch(s){case 3:return!0;case 5:return x;case 6:return w;case 2:a.call(I,x)}else if(l)return!1;return f?-1:o||l?l:I}};module.exports={forEach:s(0),map:s(1),filter:s(2),some:s(3),every:s(4),find:s(5),findIndex:s(6)}; -},{"../internals/function-bind-context":"dEmF","../internals/indexed-object":"Nn1j","../internals/to-object":"Q9KC","../internals/to-length":"j9AG","../internals/array-species-create":"e6WL"}],"diqY":[function(require,module,exports) { - -"use strict";var e=require("../internals/export"),r=require("../internals/global"),t=require("../internals/get-built-in"),n=require("../internals/is-pure"),i=require("../internals/descriptors"),o=require("../internals/native-symbol"),s=require("../internals/use-symbol-as-uid"),a=require("../internals/fails"),u=require("../internals/has"),l=require("../internals/is-array"),c=require("../internals/is-object"),f=require("../internals/an-object"),p=require("../internals/to-object"),y=require("../internals/to-indexed-object"),b=require("../internals/to-primitive"),d=require("../internals/create-property-descriptor"),g=require("../internals/object-create"),q=require("../internals/object-keys"),h=require("../internals/object-get-own-property-names"),m=require("../internals/object-get-own-property-names-external"),v=require("../internals/object-get-own-property-symbols"),w=require("../internals/object-get-own-property-descriptor"),j=require("../internals/object-define-property"),O=require("../internals/object-property-is-enumerable"),S=require("../internals/create-non-enumerable-property"),k=require("../internals/redefine"),P=require("../internals/shared"),E=require("../internals/shared-key"),x=require("../internals/hidden-keys"),N=require("../internals/uid"),F=require("../internals/well-known-symbol"),J=require("../internals/well-known-symbol-wrapped"),T=require("../internals/define-well-known-symbol"),C=require("../internals/set-to-string-tag"),D=require("../internals/internal-state"),I=require("../internals/array-iteration").forEach,Q=E("hidden"),z="Symbol",A="prototype",B=F("toPrimitive"),G=D.set,H=D.getterFor(z),K=Object[A],L=r.Symbol,M=t("JSON","stringify"),R=w.f,U=j.f,V=m.f,W=O.f,X=P("symbols"),Y=P("op-symbols"),Z=P("string-to-symbol-registry"),$=P("symbol-to-string-registry"),_=P("wks"),ee=r.QObject,re=!ee||!ee[A]||!ee[A].findChild,te=i&&a(function(){return 7!=g(U({},"a",{get:function(){return U(this,"a",{value:7}).a}})).a})?function(e,r,t){var n=R(K,r);n&&delete K[r],U(e,r,t),n&&e!==K&&U(K,r,n)}:U,ne=function(e,r){var t=X[e]=g(L[A]);return G(t,{type:z,tag:e,description:r}),i||(t.description=r),t},ie=s?function(e){return"symbol"==typeof e}:function(e){return Object(e)instanceof L},oe=function(e,r,t){e===K&&oe(Y,r,t),f(e);var n=b(r,!0);return f(t),u(X,n)?(t.enumerable?(u(e,Q)&&e[Q][n]&&(e[Q][n]=!1),t=g(t,{enumerable:d(0,!1)})):(u(e,Q)||U(e,Q,d(1,{})),e[Q][n]=!0),te(e,n,t)):U(e,n,t)},se=function(e,r){f(e);var t=y(r),n=q(t).concat(fe(t));return I(n,function(r){i&&!ue.call(t,r)||oe(e,r,t[r])}),e},ae=function(e,r){return void 0===r?g(e):se(g(e),r)},ue=function(e){var r=b(e,!0),t=W.call(this,r);return!(this===K&&u(X,r)&&!u(Y,r))&&(!(t||!u(this,r)||!u(X,r)||u(this,Q)&&this[Q][r])||t)},le=function(e,r){var t=y(e),n=b(r,!0);if(t!==K||!u(X,n)||u(Y,n)){var i=R(t,n);return!i||!u(X,n)||u(t,Q)&&t[Q][n]||(i.enumerable=!0),i}},ce=function(e){var r=V(y(e)),t=[];return I(r,function(e){u(X,e)||u(x,e)||t.push(e)}),t},fe=function(e){var r=e===K,t=V(r?Y:y(e)),n=[];return I(t,function(e){!u(X,e)||r&&!u(K,e)||n.push(X[e])}),n};if(o||(k((L=function(){if(this instanceof L)throw TypeError("Symbol is not a constructor");var e=arguments.length&&void 0!==arguments[0]?String(arguments[0]):void 0,r=N(e),t=function(e){this===K&&t.call(Y,e),u(this,Q)&&u(this[Q],r)&&(this[Q][r]=!1),te(this,r,d(1,e))};return i&&re&&te(K,r,{configurable:!0,set:t}),ne(r,e)})[A],"toString",function(){return H(this).tag}),k(L,"withoutSetter",function(e){return ne(N(e),e)}),O.f=ue,j.f=oe,w.f=le,h.f=m.f=ce,v.f=fe,J.f=function(e){return ne(F(e),e)},i&&(U(L[A],"description",{configurable:!0,get:function(){return H(this).description}}),n||k(K,"propertyIsEnumerable",ue,{unsafe:!0}))),e({global:!0,wrap:!0,forced:!o,sham:!o},{Symbol:L}),I(q(_),function(e){T(e)}),e({target:z,stat:!0,forced:!o},{for:function(e){var r=String(e);if(u(Z,r))return Z[r];var t=L(r);return Z[r]=t,$[t]=r,t},keyFor:function(e){if(!ie(e))throw TypeError(e+" is not a symbol");if(u($,e))return $[e]},useSetter:function(){re=!0},useSimple:function(){re=!1}}),e({target:"Object",stat:!0,forced:!o,sham:!i},{create:ae,defineProperty:oe,defineProperties:se,getOwnPropertyDescriptor:le}),e({target:"Object",stat:!0,forced:!o},{getOwnPropertyNames:ce,getOwnPropertySymbols:fe}),e({target:"Object",stat:!0,forced:a(function(){v.f(1)})},{getOwnPropertySymbols:function(e){return v.f(p(e))}}),M){var pe=!o||a(function(){var e=L();return"[null]"!=M([e])||"{}"!=M({a:e})||"{}"!=M(Object(e))});e({target:"JSON",stat:!0,forced:pe},{stringify:function(e,r,t){for(var n,i=[e],o=1;arguments.length>o;)i.push(arguments[o++]);if(n=r,(c(r)||void 0!==e)&&!ie(e))return l(r)||(r=function(e,r){if("function"==typeof n&&(r=n.call(this,e,r)),!ie(r))return r}),i[1]=r,M.apply(null,i)}})}L[A][B]||S(L[A],B,L[A].valueOf),C(L,z),x[Q]=!0; -},{"../internals/export":"rhEq","../internals/global":"MVLi","../internals/get-built-in":"mLk8","../internals/is-pure":"tGwT","../internals/descriptors":"A8Ob","../internals/native-symbol":"PgsN","../internals/use-symbol-as-uid":"zoTj","../internals/fails":"pWu7","../internals/has":"jYdl","../internals/is-array":"oqXF","../internals/is-object":"AsqF","../internals/an-object":"eAPg","../internals/to-object":"Q9KC","../internals/to-indexed-object":"ebRX","../internals/to-primitive":"wZyz","../internals/create-property-descriptor":"oNyT","../internals/object-create":"zWsZ","../internals/object-keys":"rmL3","../internals/object-get-own-property-names":"QFCk","../internals/object-get-own-property-names-external":"BNtO","../internals/object-get-own-property-symbols":"uqTD","../internals/object-get-own-property-descriptor":"zm15","../internals/object-define-property":"AtXZ","../internals/object-property-is-enumerable":"sC3y","../internals/create-non-enumerable-property":"GwPZ","../internals/redefine":"ztZs","../internals/shared":"B1yS","../internals/shared-key":"OIOG","../internals/hidden-keys":"Ln6o","../internals/uid":"bxyG","../internals/well-known-symbol":"Q0EA","../internals/well-known-symbol-wrapped":"Odzx","../internals/define-well-known-symbol":"TzLT","../internals/set-to-string-tag":"kLCt","../internals/internal-state":"vLSK","../internals/array-iteration":"EUh8"}],"N3MB":[function(require,module,exports) { -var e=require("../internals/define-well-known-symbol");e("asyncIterator"); -},{"../internals/define-well-known-symbol":"TzLT"}],"LYOo":[function(require,module,exports) { - -"use strict";var r=require("../internals/export"),e=require("../internals/descriptors"),t=require("../internals/global"),i=require("../internals/has"),o=require("../internals/is-object"),n=require("../internals/object-define-property").f,s=require("../internals/copy-constructor-properties"),a=t.Symbol;if(e&&"function"==typeof a&&(!("description"in a.prototype)||void 0!==a().description)){var l={},c=function(){var r=arguments.length<1||void 0===arguments[0]?void 0:String(arguments[0]),e=this instanceof c?new a(r):void 0===r?a():a(r);return""===r&&(l[e]=!0),e};s(c,a);var p=c.prototype=a.prototype;p.constructor=c;var u=p.toString,v="Symbol(test)"==String(a("test")),f=/^Symbol\((.*)\)[^)]+$/;n(p,"description",{configurable:!0,get:function(){var r=o(this)?this.valueOf():this,e=u.call(r);if(i(l,r))return"";var t=v?e.slice(7,-1):e.replace(f,"$1");return""===t?void 0:t}}),r({global:!0,forced:!0},{Symbol:c})} -},{"../internals/export":"rhEq","../internals/descriptors":"A8Ob","../internals/global":"MVLi","../internals/has":"jYdl","../internals/is-object":"AsqF","../internals/object-define-property":"AtXZ","../internals/copy-constructor-properties":"dZUE"}],"rFss":[function(require,module,exports) { -var e=require("../internals/define-well-known-symbol");e("hasInstance"); -},{"../internals/define-well-known-symbol":"TzLT"}],"stDf":[function(require,module,exports) { -var e=require("../internals/define-well-known-symbol");e("isConcatSpreadable"); -},{"../internals/define-well-known-symbol":"TzLT"}],"WXoU":[function(require,module,exports) { -var e=require("../internals/define-well-known-symbol");e("iterator"); -},{"../internals/define-well-known-symbol":"TzLT"}],"Hc3y":[function(require,module,exports) { -var e=require("../internals/define-well-known-symbol");e("match"); -},{"../internals/define-well-known-symbol":"TzLT"}],"lVca":[function(require,module,exports) { -var e=require("../internals/define-well-known-symbol");e("matchAll"); -},{"../internals/define-well-known-symbol":"TzLT"}],"pvvP":[function(require,module,exports) { -var e=require("../internals/define-well-known-symbol");e("replace"); -},{"../internals/define-well-known-symbol":"TzLT"}],"rdEa":[function(require,module,exports) { -var e=require("../internals/define-well-known-symbol");e("search"); -},{"../internals/define-well-known-symbol":"TzLT"}],"jSLd":[function(require,module,exports) { -var e=require("../internals/define-well-known-symbol");e("species"); -},{"../internals/define-well-known-symbol":"TzLT"}],"c6b0":[function(require,module,exports) { -var e=require("../internals/define-well-known-symbol");e("split"); -},{"../internals/define-well-known-symbol":"TzLT"}],"sek4":[function(require,module,exports) { -var e=require("../internals/define-well-known-symbol");e("toPrimitive"); -},{"../internals/define-well-known-symbol":"TzLT"}],"uDx9":[function(require,module,exports) { -var e=require("../internals/define-well-known-symbol");e("toStringTag"); -},{"../internals/define-well-known-symbol":"TzLT"}],"yT7s":[function(require,module,exports) { -var e=require("../internals/define-well-known-symbol");e("unscopables"); -},{"../internals/define-well-known-symbol":"TzLT"}],"aWUw":[function(require,module,exports) { -"use strict";var e=require("../internals/descriptors"),r=require("../internals/fails"),n=require("../internals/object-keys"),t=require("../internals/object-get-own-property-symbols"),i=require("../internals/object-property-is-enumerable"),o=require("../internals/to-object"),a=require("../internals/indexed-object"),s=Object.assign,l=Object.defineProperty;module.exports=!s||r(function(){if(e&&1!==s({b:1},s(l({},"a",{enumerable:!0,get:function(){l(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var r={},t={},i=Symbol();return r[i]=7,"abcdefghijklmnopqrst".split("").forEach(function(e){t[e]=e}),7!=s({},r)[i]||"abcdefghijklmnopqrst"!=n(s({},t)).join("")})?function(r,s){for(var l=o(r),u=arguments.length,c=1,b=t.f,f=i.f;u>c;)for(var j,p=a(arguments[c++]),q=b?n(p).concat(b(p)):n(p),m=q.length,d=0;m>d;)j=q[d++],e&&!f.call(p,j)||(l[j]=p[j]);return l}:s; -},{"../internals/descriptors":"A8Ob","../internals/fails":"pWu7","../internals/object-keys":"rmL3","../internals/object-get-own-property-symbols":"uqTD","../internals/object-property-is-enumerable":"sC3y","../internals/to-object":"Q9KC","../internals/indexed-object":"Nn1j"}],"d93j":[function(require,module,exports) { -var e=require("../internals/export"),r=require("../internals/object-assign");e({target:"Object",stat:!0,forced:Object.assign!==r},{assign:r}); -},{"../internals/export":"rhEq","../internals/object-assign":"aWUw"}],"pv5m":[function(require,module,exports) { -var e=require("../internals/export"),r=require("../internals/descriptors"),t=require("../internals/object-create");e({target:"Object",stat:!0,sham:!r},{create:t}); -},{"../internals/export":"rhEq","../internals/descriptors":"A8Ob","../internals/object-create":"zWsZ"}],"XOQw":[function(require,module,exports) { -var e=require("../internals/export"),r=require("../internals/descriptors"),t=require("../internals/object-define-property");e({target:"Object",stat:!0,forced:!r,sham:!r},{defineProperty:t.f}); -},{"../internals/export":"rhEq","../internals/descriptors":"A8Ob","../internals/object-define-property":"AtXZ"}],"ddJ4":[function(require,module,exports) { -var e=require("../internals/export"),r=require("../internals/descriptors"),t=require("../internals/object-define-properties");e({target:"Object",stat:!0,forced:!r,sham:!r},{defineProperties:t}); -},{"../internals/export":"rhEq","../internals/descriptors":"A8Ob","../internals/object-define-properties":"ZdKd"}],"v9Vj":[function(require,module,exports) { -var e=require("../internals/descriptors"),r=require("../internals/object-keys"),n=require("../internals/to-indexed-object"),t=require("../internals/object-property-is-enumerable").f,i=function(i){return function(s){for(var u,o=n(s),l=r(o),a=l.length,c=0,p=[];a>c;)u=l[c++],e&&!t.call(o,u)||p.push(i?[u,o[u]]:o[u]);return p}};module.exports={entries:i(!0),values:i(!1)}; -},{"../internals/descriptors":"A8Ob","../internals/object-keys":"rmL3","../internals/to-indexed-object":"ebRX","../internals/object-property-is-enumerable":"sC3y"}],"KgVf":[function(require,module,exports) { -var e=require("../internals/export"),r=require("../internals/object-to-array").entries;e({target:"Object",stat:!0},{entries:function(e){return r(e)}}); -},{"../internals/export":"rhEq","../internals/object-to-array":"v9Vj"}],"ZrZO":[function(require,module,exports) { -var e=require("../internals/fails");module.exports=!e(function(){return Object.isExtensible(Object.preventExtensions({}))}); -},{"../internals/fails":"pWu7"}],"Cjms":[function(require,module,exports) { -var e=require("../internals/hidden-keys"),r=require("../internals/is-object"),n=require("../internals/has"),t=require("../internals/object-define-property").f,i=require("../internals/uid"),u=require("../internals/freezing"),a=i("meta"),f=0,o=Object.isExtensible||function(){return!0},s=function(e){t(e,a,{value:{objectID:"O"+ ++f,weakData:{}}})},c=function(e,t){if(!r(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!n(e,a)){if(!o(e))return"F";if(!t)return"E";s(e)}return e[a].objectID},l=function(e,r){if(!n(e,a)){if(!o(e))return!0;if(!r)return!1;s(e)}return e[a].weakData},b=function(e){return u&&D.REQUIRED&&o(e)&&!n(e,a)&&s(e),e},D=module.exports={REQUIRED:!1,fastKey:c,getWeakData:l,onFreeze:b};e[a]=!0; -},{"../internals/hidden-keys":"Ln6o","../internals/is-object":"AsqF","../internals/has":"jYdl","../internals/object-define-property":"AtXZ","../internals/uid":"bxyG","../internals/freezing":"ZrZO"}],"LUIK":[function(require,module,exports) { -var e=require("../internals/export"),r=require("../internals/freezing"),n=require("../internals/fails"),t=require("../internals/is-object"),i=require("../internals/internal-metadata").onFreeze,a=Object.freeze,s=n(function(){a(1)});e({target:"Object",stat:!0,forced:s,sham:!r},{freeze:function(e){return a&&t(e)?a(i(e)):e}}); -},{"../internals/export":"rhEq","../internals/freezing":"ZrZO","../internals/fails":"pWu7","../internals/is-object":"AsqF","../internals/internal-metadata":"Cjms"}],"XTOV":[function(require,module,exports) { -var r=require("../internals/well-known-symbol"),e=require("../internals/iterators"),t=r("iterator"),o=Array.prototype;module.exports=function(r){return void 0!==r&&(e.Array===r||o[t]===r)}; -},{"../internals/well-known-symbol":"Q0EA","../internals/iterators":"Ln6o"}],"PN7D":[function(require,module,exports) { -var e=require("../internals/well-known-symbol"),r=e("toStringTag"),n={};n[r]="z",module.exports="[object z]"===String(n); -},{"../internals/well-known-symbol":"Q0EA"}],"rs2T":[function(require,module,exports) { -var n=require("../internals/to-string-tag-support"),r=require("../internals/classof-raw"),t=require("../internals/well-known-symbol"),e=t("toStringTag"),u="Arguments"==r(function(){return arguments}()),i=function(n,r){try{return n[r]}catch(t){}};module.exports=n?r:function(n){var t,o,l;return void 0===n?"Undefined":null===n?"Null":"string"==typeof(o=i(t=Object(n),e))?o:u?r(t):"Object"==(l=r(t))&&"function"==typeof t.callee?"Arguments":l}; -},{"../internals/to-string-tag-support":"PN7D","../internals/classof-raw":"jUdy","../internals/well-known-symbol":"Q0EA"}],"VM64":[function(require,module,exports) { -var r=require("../internals/classof"),e=require("../internals/iterators"),n=require("../internals/well-known-symbol"),t=n("iterator");module.exports=function(n){if(null!=n)return n[t]||n["@@iterator"]||e[r(n)]}; -},{"../internals/classof":"rs2T","../internals/iterators":"Ln6o","../internals/well-known-symbol":"Q0EA"}],"DQY6":[function(require,module,exports) { -var r=require("../internals/an-object");module.exports=function(t,e,n,a){try{return a?e(r(n)[0],n[1]):e(n)}catch(c){var o=t.return;throw void 0!==o&&r(o.call(t)),c}}; -},{"../internals/an-object":"eAPg"}],"Oj1G":[function(require,module,exports) { -var e=require("../internals/an-object"),t=require("../internals/is-array-iterator-method"),r=require("../internals/to-length"),n=require("../internals/function-bind-context"),i=require("../internals/get-iterator-method"),o=require("../internals/call-with-safe-iteration-closing"),a=function(e,t){this.stopped=e,this.result=t},l=module.exports=function(l,s,u,f,c){var h,p,d,q,g,w,b,y=n(s,u,f?2:1);if(c)h=l;else{if("function"!=typeof(p=i(l)))throw TypeError("Target is not iterable");if(t(p)){for(d=0,q=r(l.length);q>d;d++)if((g=f?y(e(b=l[d])[0],b[1]):y(l[d]))&&g instanceof a)return g;return new a(!1)}h=p.call(l)}for(w=h.next;!(b=w.call(h)).done;)if("object"==typeof(g=o(h,y,b.value,f))&&g&&g instanceof a)return g;return new a(!1)};l.stop=function(e){return new a(!0,e)}; -},{"../internals/an-object":"eAPg","../internals/is-array-iterator-method":"XTOV","../internals/to-length":"j9AG","../internals/function-bind-context":"dEmF","../internals/get-iterator-method":"VM64","../internals/call-with-safe-iteration-closing":"DQY6"}],"qU9w":[function(require,module,exports) { -"use strict";var e=require("../internals/to-primitive"),r=require("../internals/object-define-property"),i=require("../internals/create-property-descriptor");module.exports=function(t,n,o){var p=e(n);p in t?r.f(t,p,i(0,o)):t[p]=o}; -},{"../internals/to-primitive":"wZyz","../internals/object-define-property":"AtXZ","../internals/create-property-descriptor":"oNyT"}],"UciR":[function(require,module,exports) { -var r=require("../internals/export"),e=require("../internals/iterate"),t=require("../internals/create-property");r({target:"Object",stat:!0},{fromEntries:function(r){var n={};return e(r,function(r,e){t(n,r,e)},void 0,!0),n}}); -},{"../internals/export":"rhEq","../internals/iterate":"Oj1G","../internals/create-property":"qU9w"}],"WFGt":[function(require,module,exports) { -var e=require("../internals/export"),r=require("../internals/fails"),t=require("../internals/to-indexed-object"),n=require("../internals/object-get-own-property-descriptor").f,i=require("../internals/descriptors"),o=r(function(){n(1)}),s=!i||o;e({target:"Object",stat:!0,forced:s,sham:!i},{getOwnPropertyDescriptor:function(e,r){return n(t(e),r)}}); -},{"../internals/export":"rhEq","../internals/fails":"pWu7","../internals/to-indexed-object":"ebRX","../internals/object-get-own-property-descriptor":"zm15","../internals/descriptors":"A8Ob"}],"aLxV":[function(require,module,exports) { -var e=require("../internals/export"),r=require("../internals/descriptors"),t=require("../internals/own-keys"),n=require("../internals/to-indexed-object"),i=require("../internals/object-get-own-property-descriptor"),o=require("../internals/create-property");e({target:"Object",stat:!0,sham:!r},{getOwnPropertyDescriptors:function(e){for(var r,s,a=n(e),p=i.f,c=t(a),u={},l=0;c.length>l;)void 0!==(s=p(a,r=c[l++]))&&o(u,r,s);return u}}); -},{"../internals/export":"rhEq","../internals/descriptors":"A8Ob","../internals/own-keys":"uZDC","../internals/to-indexed-object":"ebRX","../internals/object-get-own-property-descriptor":"zm15","../internals/create-property":"qU9w"}],"LvRP":[function(require,module,exports) { -var e=require("../internals/export"),r=require("../internals/fails"),t=require("../internals/object-get-own-property-names-external").f,n=r(function(){return!Object.getOwnPropertyNames(1)});e({target:"Object",stat:!0,forced:n},{getOwnPropertyNames:t}); -},{"../internals/export":"rhEq","../internals/fails":"pWu7","../internals/object-get-own-property-names-external":"BNtO"}],"x9wq":[function(require,module,exports) { -var t=require("../internals/fails");module.exports=!t(function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}); -},{"../internals/fails":"pWu7"}],"xeyN":[function(require,module,exports) { -var t=require("../internals/has"),e=require("../internals/to-object"),r=require("../internals/shared-key"),o=require("../internals/correct-prototype-getter"),n=r("IE_PROTO"),c=Object.prototype;module.exports=o?Object.getPrototypeOf:function(r){return r=e(r),t(r,n)?r[n]:"function"==typeof r.constructor&&r instanceof r.constructor?r.constructor.prototype:r instanceof Object?c:null}; -},{"../internals/has":"jYdl","../internals/to-object":"Q9KC","../internals/shared-key":"OIOG","../internals/correct-prototype-getter":"x9wq"}],"jz0x":[function(require,module,exports) { -var e=require("../internals/export"),t=require("../internals/fails"),r=require("../internals/to-object"),n=require("../internals/object-get-prototype-of"),o=require("../internals/correct-prototype-getter"),i=t(function(){n(1)});e({target:"Object",stat:!0,forced:i,sham:!o},{getPrototypeOf:function(e){return n(r(e))}}); -},{"../internals/export":"rhEq","../internals/fails":"pWu7","../internals/to-object":"Q9KC","../internals/object-get-prototype-of":"xeyN","../internals/correct-prototype-getter":"x9wq"}],"bfhi":[function(require,module,exports) { -module.exports=Object.is||function(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}; -},{}],"uxHM":[function(require,module,exports) { -var e=require("../internals/export"),r=require("../internals/same-value");e({target:"Object",stat:!0},{is:r}); -},{"../internals/export":"rhEq","../internals/same-value":"bfhi"}],"jX7X":[function(require,module,exports) { -var e=require("../internals/export"),t=require("../internals/fails"),r=require("../internals/is-object"),i=Object.isExtensible,n=t(function(){i(1)});e({target:"Object",stat:!0,forced:n},{isExtensible:function(e){return!!r(e)&&(!i||i(e))}}); -},{"../internals/export":"rhEq","../internals/fails":"pWu7","../internals/is-object":"AsqF"}],"kdOB":[function(require,module,exports) { -var e=require("../internals/export"),r=require("../internals/fails"),t=require("../internals/is-object"),n=Object.isFrozen,i=r(function(){n(1)});e({target:"Object",stat:!0,forced:i},{isFrozen:function(e){return!t(e)||!!n&&n(e)}}); -},{"../internals/export":"rhEq","../internals/fails":"pWu7","../internals/is-object":"AsqF"}],"gpJf":[function(require,module,exports) { -var e=require("../internals/export"),r=require("../internals/fails"),t=require("../internals/is-object"),i=Object.isSealed,n=r(function(){i(1)});e({target:"Object",stat:!0,forced:n},{isSealed:function(e){return!t(e)||!!i&&i(e)}}); -},{"../internals/export":"rhEq","../internals/fails":"pWu7","../internals/is-object":"AsqF"}],"Y3qw":[function(require,module,exports) { -var e=require("../internals/export"),r=require("../internals/to-object"),t=require("../internals/object-keys"),n=require("../internals/fails"),i=n(function(){t(1)});e({target:"Object",stat:!0,forced:i},{keys:function(e){return t(r(e))}}); -},{"../internals/export":"rhEq","../internals/to-object":"Q9KC","../internals/object-keys":"rmL3","../internals/fails":"pWu7"}],"WvM7":[function(require,module,exports) { -var e=require("../internals/export"),r=require("../internals/is-object"),n=require("../internals/internal-metadata").onFreeze,t=require("../internals/freezing"),i=require("../internals/fails"),a=Object.preventExtensions,s=i(function(){a(1)});e({target:"Object",stat:!0,forced:s,sham:!t},{preventExtensions:function(e){return a&&r(e)?a(n(e)):e}}); -},{"../internals/export":"rhEq","../internals/is-object":"AsqF","../internals/internal-metadata":"Cjms","../internals/freezing":"ZrZO","../internals/fails":"pWu7"}],"bZLD":[function(require,module,exports) { -var e=require("../internals/export"),r=require("../internals/is-object"),n=require("../internals/internal-metadata").onFreeze,t=require("../internals/freezing"),a=require("../internals/fails"),i=Object.seal,s=a(function(){i(1)});e({target:"Object",stat:!0,forced:s,sham:!t},{seal:function(e){return i&&r(e)?i(n(e)):e}}); -},{"../internals/export":"rhEq","../internals/is-object":"AsqF","../internals/internal-metadata":"Cjms","../internals/freezing":"ZrZO","../internals/fails":"pWu7"}],"ckfP":[function(require,module,exports) { -var r=require("../internals/is-object");module.exports=function(t){if(!r(t)&&null!==t)throw TypeError("Can't set "+String(t)+" as a prototype");return t}; -},{"../internals/is-object":"AsqF"}],"eDCX":[function(require,module,exports) { -var t=require("../internals/an-object"),r=require("../internals/a-possible-prototype");module.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e,o=!1,n={};try{(e=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(n,[]),o=n instanceof Array}catch(c){}return function(n,c){return t(n),r(c),o?e.call(n,c):n.__proto__=c,n}}():void 0); -},{"../internals/an-object":"eAPg","../internals/a-possible-prototype":"ckfP"}],"Cykw":[function(require,module,exports) { -var t=require("../internals/export"),e=require("../internals/object-set-prototype-of");t({target:"Object",stat:!0},{setPrototypeOf:e}); -},{"../internals/export":"rhEq","../internals/object-set-prototype-of":"eDCX"}],"HUM5":[function(require,module,exports) { -var e=require("../internals/export"),r=require("../internals/object-to-array").values;e({target:"Object",stat:!0},{values:function(e){return r(e)}}); -},{"../internals/export":"rhEq","../internals/object-to-array":"v9Vj"}],"oSqY":[function(require,module,exports) { -"use strict";var t=require("../internals/to-string-tag-support"),r=require("../internals/classof");module.exports=t?{}.toString:function(){return"[object "+r(this)+"]"}; -},{"../internals/to-string-tag-support":"PN7D","../internals/classof":"rs2T"}],"ecHe":[function(require,module,exports) { -var e=require("../internals/to-string-tag-support"),r=require("../internals/redefine"),t=require("../internals/object-to-string");e||r(Object.prototype,"toString",t,{unsafe:!0}); -},{"../internals/to-string-tag-support":"PN7D","../internals/redefine":"ztZs","../internals/object-to-string":"oSqY"}],"S61D":[function(require,module,exports) { - -"use strict";var e=require("../internals/is-pure"),r=require("../internals/global"),n=require("../internals/fails");module.exports=e||!n(function(){var e=Math.random();__defineSetter__.call(null,e,function(){}),delete r[e]}); -},{"../internals/is-pure":"tGwT","../internals/global":"MVLi","../internals/fails":"pWu7"}],"PTAU":[function(require,module,exports) { -"use strict";var e=require("../internals/export"),r=require("../internals/descriptors"),t=require("../internals/object-prototype-accessors-forced"),i=require("../internals/to-object"),n=require("../internals/a-function"),o=require("../internals/object-define-property");r&&e({target:"Object",proto:!0,forced:t},{__defineGetter__:function(e,r){o.f(i(this),e,{get:n(r),enumerable:!0,configurable:!0})}}); -},{"../internals/export":"rhEq","../internals/descriptors":"A8Ob","../internals/object-prototype-accessors-forced":"S61D","../internals/to-object":"Q9KC","../internals/a-function":"SOPX","../internals/object-define-property":"AtXZ"}],"PzdO":[function(require,module,exports) { -"use strict";var e=require("../internals/export"),r=require("../internals/descriptors"),t=require("../internals/object-prototype-accessors-forced"),i=require("../internals/to-object"),n=require("../internals/a-function"),o=require("../internals/object-define-property");r&&e({target:"Object",proto:!0,forced:t},{__defineSetter__:function(e,r){o.f(i(this),e,{set:n(r),enumerable:!0,configurable:!0})}}); -},{"../internals/export":"rhEq","../internals/descriptors":"A8Ob","../internals/object-prototype-accessors-forced":"S61D","../internals/to-object":"Q9KC","../internals/a-function":"SOPX","../internals/object-define-property":"AtXZ"}],"haYq":[function(require,module,exports) { -"use strict";var e=require("../internals/export"),r=require("../internals/descriptors"),t=require("../internals/object-prototype-accessors-forced"),o=require("../internals/to-object"),i=require("../internals/to-primitive"),n=require("../internals/object-get-prototype-of"),s=require("../internals/object-get-own-property-descriptor").f;r&&e({target:"Object",proto:!0,forced:t},{__lookupGetter__:function(e){var r,t=o(this),c=i(e,!0);do{if(r=s(t,c))return r.get}while(t=n(t))}}); -},{"../internals/export":"rhEq","../internals/descriptors":"A8Ob","../internals/object-prototype-accessors-forced":"S61D","../internals/to-object":"Q9KC","../internals/to-primitive":"wZyz","../internals/object-get-prototype-of":"xeyN","../internals/object-get-own-property-descriptor":"zm15"}],"vTXd":[function(require,module,exports) { -"use strict";var e=require("../internals/export"),r=require("../internals/descriptors"),t=require("../internals/object-prototype-accessors-forced"),o=require("../internals/to-object"),i=require("../internals/to-primitive"),n=require("../internals/object-get-prototype-of"),s=require("../internals/object-get-own-property-descriptor").f;r&&e({target:"Object",proto:!0,forced:t},{__lookupSetter__:function(e){var r,t=o(this),c=i(e,!0);do{if(r=s(t,c))return r.set}while(t=n(t))}}); -},{"../internals/export":"rhEq","../internals/descriptors":"A8Ob","../internals/object-prototype-accessors-forced":"S61D","../internals/to-object":"Q9KC","../internals/to-primitive":"wZyz","../internals/object-get-prototype-of":"xeyN","../internals/object-get-own-property-descriptor":"zm15"}],"evUJ":[function(require,module,exports) { -"use strict";var n=require("../internals/a-function"),t=require("../internals/is-object"),r=[].slice,e={},i=function(n,t,r){if(!(t in e)){for(var i=[],o=0;o1?arguments[1]:void 0,p=void 0!==y,m=a(q),w=0;if(p&&(y=e(y,g>2?arguments[2]:void 0,2)),null==m||v==Array&&n(m))for(u=new v(s=i(q.length));s>w;w++)f=p?y(q[w],w):q[w],l(u,w,f);else for(d=(h=m.call(q)).next,u=new v;!(c=d.call(h)).done;w++)f=p?t(h,y,[c.value,w],!0):c.value,l(u,w,f);return u.length=w,u}; -},{"../internals/function-bind-context":"dEmF","../internals/to-object":"Q9KC","../internals/call-with-safe-iteration-closing":"DQY6","../internals/is-array-iterator-method":"XTOV","../internals/to-length":"j9AG","../internals/create-property":"qU9w","../internals/get-iterator-method":"VM64"}],"XOlJ":[function(require,module,exports) { -var r=require("../internals/well-known-symbol"),n=r("iterator"),t=!1;try{var e=0,o={next:function(){return{done:!!e++}},return:function(){t=!0}};o[n]=function(){return this},Array.from(o,function(){throw 2})}catch(u){}module.exports=function(r,e){if(!e&&!t)return!1;var o=!1;try{var i={};i[n]=function(){return{next:function(){return{done:o=!0}}}},r(i)}catch(u){}return o}; -},{"../internals/well-known-symbol":"Q0EA"}],"Tzrg":[function(require,module,exports) { -var r=require("../internals/export"),e=require("../internals/array-from"),t=require("../internals/check-correctness-of-iteration"),a=!t(function(r){Array.from(r)});r({target:"Array",stat:!0,forced:a},{from:e}); -},{"../internals/export":"rhEq","../internals/array-from":"ITnL","../internals/check-correctness-of-iteration":"XOlJ"}],"hjCR":[function(require,module,exports) { -var r=require("../internals/export"),a=require("../internals/is-array");r({target:"Array",stat:!0},{isArray:a}); -},{"../internals/export":"rhEq","../internals/is-array":"oqXF"}],"nKOp":[function(require,module,exports) { -"use strict";var r=require("../internals/export"),t=require("../internals/fails"),e=require("../internals/create-property"),n=t(function(){function r(){}return!(Array.of.call(r)instanceof r)});r({target:"Array",stat:!0,forced:n},{of:function(){for(var r=0,t=arguments.length,n=new("function"==typeof this?this:Array)(t);t>r;)e(n,r,arguments[r++]);return n.length=t,n}}); -},{"../internals/export":"rhEq","../internals/fails":"pWu7","../internals/create-property":"qU9w"}],"ds3C":[function(require,module,exports) { -var e=require("../internals/get-built-in");module.exports=e("navigator","userAgent")||""; -},{"../internals/get-built-in":"mLk8"}],"mpuz":[function(require,module,exports) { - - -var e,r,s=require("../internals/global"),n=require("../internals/engine-user-agent"),a=s.process,i=a&&a.versions,t=i&&i.v8;t?r=(e=t.split("."))[0]+e[1]:n&&(!(e=n.match(/Edge\/(\d+)/))||e[1]>=74)&&(e=n.match(/Chrome\/(\d+)/))&&(r=e[1]),module.exports=r&&+r; -},{"../internals/global":"MVLi","../internals/engine-user-agent":"ds3C"}],"A5g0":[function(require,module,exports) { -var n=require("../internals/fails"),e=require("../internals/well-known-symbol"),r=require("../internals/engine-v8-version"),o=e("species");module.exports=function(e){return r>=51||!n(function(){var n=[];return(n.constructor={})[o]=function(){return{foo:1}},1!==n[e](Boolean).foo})}; -},{"../internals/fails":"pWu7","../internals/well-known-symbol":"Q0EA","../internals/engine-v8-version":"mpuz"}],"nHCj":[function(require,module,exports) { -"use strict";var r=require("../internals/export"),e=require("../internals/fails"),n=require("../internals/is-array"),t=require("../internals/is-object"),i=require("../internals/to-object"),a=require("../internals/to-length"),o=require("../internals/create-property"),s=require("../internals/array-species-create"),l=require("../internals/array-method-has-species-support"),u=require("../internals/well-known-symbol"),c=require("../internals/engine-v8-version"),f=u("isConcatSpreadable"),p=9007199254740991,q="Maximum allowed index exceeded",h=c>=51||!e(function(){var r=[];return r[f]=!1,r.concat()[0]!==r}),d=l("concat"),y=function(r){if(!t(r))return!1;var e=r[f];return void 0!==e?!!e:n(r)},v=!h||!d;r({target:"Array",proto:!0,forced:v},{concat:function(r){var e,n,t,l,u,c=i(this),f=s(c,0),h=0;for(e=-1,t=arguments.length;ep)throw TypeError(q);for(n=0;n=p)throw TypeError(q);o(f,h++,u)}return f.length=h,f}}); -},{"../internals/export":"rhEq","../internals/fails":"pWu7","../internals/is-array":"oqXF","../internals/is-object":"AsqF","../internals/to-object":"Q9KC","../internals/to-length":"j9AG","../internals/create-property":"qU9w","../internals/array-species-create":"e6WL","../internals/array-method-has-species-support":"A5g0","../internals/well-known-symbol":"Q0EA","../internals/engine-v8-version":"mpuz"}],"A81S":[function(require,module,exports) { -"use strict";var e=require("../internals/to-object"),t=require("../internals/to-absolute-index"),i=require("../internals/to-length"),n=Math.min;module.exports=[].copyWithin||function(r,o){var l=e(this),s=i(l.length),u=t(r,s),a=t(o,s),h=arguments.length>2?arguments[2]:void 0,d=n((void 0===h?s:t(h,s))-a,s-u),c=1;for(a0;)a in l?l[u]=l[a]:delete l[u],u+=c,a+=c;return l}; -},{"../internals/to-object":"Q9KC","../internals/to-absolute-index":"QLhU","../internals/to-length":"j9AG"}],"Tevp":[function(require,module,exports) { -var e=require("../internals/well-known-symbol"),r=require("../internals/object-create"),n=require("../internals/object-define-property"),l=e("unscopables"),o=Array.prototype;null==o[l]&&n.f(o,l,{configurable:!0,value:r(null)}),module.exports=function(e){o[l][e]=!0}; -},{"../internals/well-known-symbol":"Q0EA","../internals/object-create":"zWsZ","../internals/object-define-property":"AtXZ"}],"knYQ":[function(require,module,exports) { -var r=require("../internals/export"),e=require("../internals/array-copy-within"),i=require("../internals/add-to-unscopables");r({target:"Array",proto:!0},{copyWithin:e}),i("copyWithin"); -},{"../internals/export":"rhEq","../internals/array-copy-within":"A81S","../internals/add-to-unscopables":"Tevp"}],"Y60H":[function(require,module,exports) { -"use strict";var n=require("../internals/fails");module.exports=function(r,t){var u=[][r];return!!u&&n(function(){u.call(null,t||function(){throw 1},1)})}; -},{"../internals/fails":"pWu7"}],"Ghzb":[function(require,module,exports) { -var r=require("../internals/descriptors"),e=require("../internals/fails"),n=require("../internals/has"),t=Object.defineProperty,i={},u=function(r){throw r};module.exports=function(a,l){if(n(i,a))return i[a];l||(l={});var o=[][a],s=!!n(l,"ACCESSORS")&&l.ACCESSORS,f=n(l,0)?l[0]:u,c=n(l,1)?l[1]:void 0;return i[a]=!!o&&!e(function(){if(s&&!r)return!0;var e={length:-1};s?t(e,1,{enumerable:!0,get:u}):e[1]=1,o.call(e,f,c)})}; -},{"../internals/descriptors":"A8Ob","../internals/fails":"pWu7","../internals/has":"jYdl"}],"YjOc":[function(require,module,exports) { -"use strict";var r=require("../internals/export"),e=require("../internals/array-iteration").every,t=require("../internals/array-method-is-strict"),i=require("../internals/array-method-uses-to-length"),a=t("every"),n=i("every");r({target:"Array",proto:!0,forced:!a||!n},{every:function(r){return e(this,r,arguments.length>1?arguments[1]:void 0)}}); -},{"../internals/export":"rhEq","../internals/array-iteration":"EUh8","../internals/array-method-is-strict":"Y60H","../internals/array-method-uses-to-length":"Ghzb"}],"Vois":[function(require,module,exports) { -"use strict";var e=require("../internals/to-object"),t=require("../internals/to-absolute-index"),r=require("../internals/to-length");module.exports=function(i){for(var n=e(this),o=r(n.length),l=arguments.length,s=t(l>1?arguments[1]:void 0,o),u=l>2?arguments[2]:void 0,a=void 0===u?o:t(u,o);a>s;)n[s++]=i;return n}; -},{"../internals/to-object":"Q9KC","../internals/to-absolute-index":"QLhU","../internals/to-length":"j9AG"}],"wrzr":[function(require,module,exports) { -var r=require("../internals/export"),e=require("../internals/array-fill"),a=require("../internals/add-to-unscopables");r({target:"Array",proto:!0},{fill:e}),a("fill"); -},{"../internals/export":"rhEq","../internals/array-fill":"Vois","../internals/add-to-unscopables":"Tevp"}],"OImK":[function(require,module,exports) { -"use strict";var r=require("../internals/export"),e=require("../internals/array-iteration").filter,t=require("../internals/array-method-has-species-support"),i=require("../internals/array-method-uses-to-length"),a=t("filter"),n=i("filter");r({target:"Array",proto:!0,forced:!a||!n},{filter:function(r){return e(this,r,arguments.length>1?arguments[1]:void 0)}}); -},{"../internals/export":"rhEq","../internals/array-iteration":"EUh8","../internals/array-method-has-species-support":"A5g0","../internals/array-method-uses-to-length":"Ghzb"}],"aGSB":[function(require,module,exports) { -"use strict";var r=require("../internals/export"),e=require("../internals/array-iteration").find,n=require("../internals/add-to-unscopables"),t=require("../internals/array-method-uses-to-length"),i="find",a=!0,o=t(i);i in[]&&Array(1)[i](function(){a=!1}),r({target:"Array",proto:!0,forced:a||!o},{find:function(r){return e(this,r,arguments.length>1?arguments[1]:void 0)}}),n(i); -},{"../internals/export":"rhEq","../internals/array-iteration":"EUh8","../internals/add-to-unscopables":"Tevp","../internals/array-method-uses-to-length":"Ghzb"}],"BKbk":[function(require,module,exports) { -"use strict";var r=require("../internals/export"),e=require("../internals/array-iteration").findIndex,n=require("../internals/add-to-unscopables"),t=require("../internals/array-method-uses-to-length"),i="findIndex",a=!0,o=t(i);i in[]&&Array(1)[i](function(){a=!1}),r({target:"Array",proto:!0,forced:a||!o},{findIndex:function(r){return e(this,r,arguments.length>1?arguments[1]:void 0)}}),n(i); -},{"../internals/export":"rhEq","../internals/array-iteration":"EUh8","../internals/add-to-unscopables":"Tevp","../internals/array-method-uses-to-length":"Ghzb"}],"Ygpf":[function(require,module,exports) { -"use strict";var e=require("../internals/is-array"),r=require("../internals/to-length"),t=require("../internals/function-bind-context"),n=function(i,a,l,o,s,u,c,f){for(var h,d=s,g=0,p=!!c&&t(c,f,3);g0&&e(h))d=n(i,a,h,r(h.length),d,u-1)-1;else{if(d>=9007199254740991)throw TypeError("Exceed the acceptable array length");i[d]=h}d++}g++}return d};module.exports=n; -},{"../internals/is-array":"oqXF","../internals/to-length":"j9AG","../internals/function-bind-context":"dEmF"}],"PATC":[function(require,module,exports) { -"use strict";var e=require("../internals/export"),r=require("../internals/flatten-into-array"),t=require("../internals/to-object"),n=require("../internals/to-length"),i=require("../internals/to-integer"),a=require("../internals/array-species-create");e({target:"Array",proto:!0},{flat:function(){var e=arguments.length?arguments[0]:void 0,l=t(this),o=n(l.length),s=a(l,0);return s.length=r(s,l,l,o,0,void 0===e?1:i(e)),s}}); -},{"../internals/export":"rhEq","../internals/flatten-into-array":"Ygpf","../internals/to-object":"Q9KC","../internals/to-length":"j9AG","../internals/to-integer":"GwUC","../internals/array-species-create":"e6WL"}],"dPcl":[function(require,module,exports) { -"use strict";var r=require("../internals/export"),e=require("../internals/flatten-into-array"),t=require("../internals/to-object"),n=require("../internals/to-length"),a=require("../internals/a-function"),i=require("../internals/array-species-create");r({target:"Array",proto:!0},{flatMap:function(r){var l,s=t(this),o=n(s.length);return a(r),(l=i(s,0)).length=e(l,s,s,o,0,1,r,arguments.length>1?arguments[1]:void 0),l}}); -},{"../internals/export":"rhEq","../internals/flatten-into-array":"Ygpf","../internals/to-object":"Q9KC","../internals/to-length":"j9AG","../internals/a-function":"SOPX","../internals/array-species-create":"e6WL"}],"VXzW":[function(require,module,exports) { -"use strict";var r=require("../internals/array-iteration").forEach,e=require("../internals/array-method-is-strict"),t=require("../internals/array-method-uses-to-length"),a=e("forEach"),i=t("forEach");module.exports=a&&i?[].forEach:function(e){return r(this,e,arguments.length>1?arguments[1]:void 0)}; -},{"../internals/array-iteration":"EUh8","../internals/array-method-is-strict":"Y60H","../internals/array-method-uses-to-length":"Ghzb"}],"n8x2":[function(require,module,exports) { -"use strict";var r=require("../internals/export"),e=require("../internals/array-for-each");r({target:"Array",proto:!0,forced:[].forEach!=e},{forEach:e}); -},{"../internals/export":"rhEq","../internals/array-for-each":"VXzW"}],"hJi2":[function(require,module,exports) { -"use strict";var e=require("../internals/export"),r=require("../internals/array-includes").includes,n=require("../internals/add-to-unscopables"),t=require("../internals/array-method-uses-to-length"),i=t("indexOf",{ACCESSORS:!0,1:0});e({target:"Array",proto:!0,forced:!i},{includes:function(e){return r(this,e,arguments.length>1?arguments[1]:void 0)}}),n("includes"); -},{"../internals/export":"rhEq","../internals/array-includes":"b2MC","../internals/add-to-unscopables":"Tevp","../internals/array-method-uses-to-length":"Ghzb"}],"L3SF":[function(require,module,exports) { -"use strict";var e=require("../internals/export"),r=require("../internals/array-includes").indexOf,i=require("../internals/array-method-is-strict"),t=require("../internals/array-method-uses-to-length"),n=[].indexOf,a=!!n&&1/[1].indexOf(1,-0)<0,s=i("indexOf"),d=t("indexOf",{ACCESSORS:!0,1:0});e({target:"Array",proto:!0,forced:a||!s||!d},{indexOf:function(e){return a?n.apply(this,arguments)||0:r(this,e,arguments.length>1?arguments[1]:void 0)}}); -},{"../internals/export":"rhEq","../internals/array-includes":"b2MC","../internals/array-method-is-strict":"Y60H","../internals/array-method-uses-to-length":"Ghzb"}],"HkIz":[function(require,module,exports) { -"use strict";var e=require("../internals/export"),r=require("../internals/indexed-object"),t=require("../internals/to-indexed-object"),i=require("../internals/array-method-is-strict"),n=[].join,o=r!=Object,a=i("join",",");e({target:"Array",proto:!0,forced:o||!a},{join:function(e){return n.call(t(this),void 0===e?",":e)}}); -},{"../internals/export":"rhEq","../internals/indexed-object":"Nn1j","../internals/to-indexed-object":"ebRX","../internals/array-method-is-strict":"Y60H"}],"aZkb":[function(require,module,exports) { -"use strict";var e=require("../internals/to-indexed-object"),r=require("../internals/to-integer"),t=require("../internals/to-length"),n=require("../internals/array-method-is-strict"),i=require("../internals/array-method-uses-to-length"),s=Math.min,a=[].lastIndexOf,l=!!a&&1/[1].lastIndexOf(1,-0)<0,u=n("lastIndexOf"),o=i("indexOf",{ACCESSORS:!0,1:0}),d=l||!u||!o;module.exports=d?function(n){if(l)return a.apply(this,arguments)||0;var i=e(this),u=t(i.length),o=u-1;for(arguments.length>1&&(o=s(o,r(arguments[1]))),o<0&&(o=u+o);o>=0;o--)if(o in i&&i[o]===n)return o||0;return-1}:a; -},{"../internals/to-indexed-object":"ebRX","../internals/to-integer":"GwUC","../internals/to-length":"j9AG","../internals/array-method-is-strict":"Y60H","../internals/array-method-uses-to-length":"Ghzb"}],"YJwX":[function(require,module,exports) { -var r=require("../internals/export"),e=require("../internals/array-last-index-of");r({target:"Array",proto:!0,forced:e!==[].lastIndexOf},{lastIndexOf:e}); -},{"../internals/export":"rhEq","../internals/array-last-index-of":"aZkb"}],"XwPX":[function(require,module,exports) { -"use strict";var r=require("../internals/export"),e=require("../internals/array-iteration").map,t=require("../internals/array-method-has-species-support"),a=require("../internals/array-method-uses-to-length"),i=t("map"),n=a("map");r({target:"Array",proto:!0,forced:!i||!n},{map:function(r){return e(this,r,arguments.length>1?arguments[1]:void 0)}}); -},{"../internals/export":"rhEq","../internals/array-iteration":"EUh8","../internals/array-method-has-species-support":"A5g0","../internals/array-method-uses-to-length":"Ghzb"}],"SMmH":[function(require,module,exports) { -var e=require("../internals/a-function"),r=require("../internals/to-object"),n=require("../internals/indexed-object"),i=require("../internals/to-length"),t=function(t){return function(o,a,u,f){e(a);var l=r(o),c=n(l),h=i(l.length),s=t?h-1:0,d=t?-1:1;if(u<2)for(;;){if(s in c){f=c[s],s+=d;break}if(s+=d,t?s<0:h<=s)throw TypeError("Reduce of empty array with no initial value")}for(;t?s>=0:h>s;s+=d)s in c&&(f=a(f,c[s],s,l));return f}};module.exports={left:t(!1),right:t(!0)}; -},{"../internals/a-function":"SOPX","../internals/to-object":"Q9KC","../internals/indexed-object":"Nn1j","../internals/to-length":"j9AG"}],"MGOS":[function(require,module,exports) { -"use strict";var r=require("../internals/export"),e=require("../internals/array-reduce").left,t=require("../internals/array-method-is-strict"),i=require("../internals/array-method-uses-to-length"),n=t("reduce"),a=i("reduce",{1:0});r({target:"Array",proto:!0,forced:!n||!a},{reduce:function(r){return e(this,r,arguments.length,arguments.length>1?arguments[1]:void 0)}}); -},{"../internals/export":"rhEq","../internals/array-reduce":"SMmH","../internals/array-method-is-strict":"Y60H","../internals/array-method-uses-to-length":"Ghzb"}],"qThj":[function(require,module,exports) { -"use strict";var r=require("../internals/export"),e=require("../internals/array-reduce").right,t=require("../internals/array-method-is-strict"),i=require("../internals/array-method-uses-to-length"),n=t("reduceRight"),a=i("reduce",{1:0});r({target:"Array",proto:!0,forced:!n||!a},{reduceRight:function(r){return e(this,r,arguments.length,arguments.length>1?arguments[1]:void 0)}}); -},{"../internals/export":"rhEq","../internals/array-reduce":"SMmH","../internals/array-method-is-strict":"Y60H","../internals/array-method-uses-to-length":"Ghzb"}],"ZdoE":[function(require,module,exports) { -"use strict";var r=require("../internals/export"),e=require("../internals/is-array"),t=[].reverse,i=[1,2];r({target:"Array",proto:!0,forced:String(i)===String(i.reverse())},{reverse:function(){return e(this)&&(this.length=this.length),t.call(this)}}); -},{"../internals/export":"rhEq","../internals/is-array":"oqXF"}],"I5XU":[function(require,module,exports) { -"use strict";var e=require("../internals/export"),r=require("../internals/is-object"),t=require("../internals/is-array"),i=require("../internals/to-absolute-index"),n=require("../internals/to-length"),o=require("../internals/to-indexed-object"),s=require("../internals/create-property"),a=require("../internals/well-known-symbol"),l=require("../internals/array-method-has-species-support"),u=require("../internals/array-method-uses-to-length"),c=l("slice"),d=u("slice",{ACCESSORS:!0,0:0,1:2}),p=a("species"),y=[].slice,q=Math.max;e({target:"Array",proto:!0,forced:!c||!d},{slice:function(e,a){var l,u,c,d=o(this),h=n(d.length),v=i(e,h),f=i(void 0===a?h:a,h);if(t(d)&&("function"!=typeof(l=d.constructor)||l!==Array&&!t(l.prototype)?r(l)&&null===(l=l[p])&&(l=void 0):l=void 0,l===Array||void 0===l))return y.call(d,v,f);for(u=new(void 0===l?Array:l)(q(f-v,0)),c=0;v1?arguments[1]:void 0)}}); -},{"../internals/export":"rhEq","../internals/array-iteration":"EUh8","../internals/array-method-is-strict":"Y60H","../internals/array-method-uses-to-length":"Ghzb"}],"sDKH":[function(require,module,exports) { -"use strict";var r=require("../internals/export"),t=require("../internals/a-function"),e=require("../internals/to-object"),i=require("../internals/fails"),n=require("../internals/array-method-is-strict"),o=[],s=o.sort,a=i(function(){o.sort(void 0)}),l=i(function(){o.sort(null)}),u=n("sort"),c=a||!l||!u;r({target:"Array",proto:!0,forced:c},{sort:function(r){return void 0===r?s.call(e(this)):s.call(e(this),t(r))}}); -},{"../internals/export":"rhEq","../internals/a-function":"SOPX","../internals/to-object":"Q9KC","../internals/fails":"pWu7","../internals/array-method-is-strict":"Y60H"}],"AZfT":[function(require,module,exports) { -"use strict";var e=require("../internals/export"),r=require("../internals/to-absolute-index"),t=require("../internals/to-integer"),i=require("../internals/to-length"),n=require("../internals/to-object"),a=require("../internals/array-species-create"),l=require("../internals/create-property"),s=require("../internals/array-method-has-species-support"),o=require("../internals/array-method-uses-to-length"),u=s("splice"),h=o("splice",{ACCESSORS:!0,0:0,1:2}),c=Math.max,p=Math.min,d=9007199254740991,f="Maximum allowed length exceeded";e({target:"Array",proto:!0,forced:!u||!h},{splice:function(e,s){var o,u,h,g,q,m,y=n(this),x=i(y.length),M=r(e,x),S=arguments.length;if(0===S?o=u=0:1===S?(o=0,u=x-M):(o=S-2,u=p(c(t(s),0),x-M)),x+o-u>d)throw TypeError(f);for(h=a(y,u),g=0;gx-u+o;g--)delete y[g-1]}else if(o>u)for(g=x-u;g>M;g--)m=g+o-1,(q=g+u-1)in y?y[m]=y[q]:delete y[m];for(g=0;g=r.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==t?{value:n,done:!1}:"values"==t?{value:r[n],done:!1}:{value:[n,r[n]],done:!1}},"values"),t.Arguments=t.Array,r("keys"),r("values"),r("entries"); -},{"../internals/to-indexed-object":"ebRX","../internals/add-to-unscopables":"Tevp","../internals/iterators":"Ln6o","../internals/internal-state":"vLSK","../internals/define-iterator":"CpaJ"}],"VRfe":[function(require,module,exports) { -var r=require("../internals/export"),t=require("../internals/to-absolute-index"),o=String.fromCharCode,e=String.fromCodePoint,n=!!e&&1!=e.length;r({target:"String",stat:!0,forced:n},{fromCodePoint:function(r){for(var e,n=[],i=arguments.length,a=0;i>a;){if(e=+arguments[a++],t(e,1114111)!==e)throw RangeError(e+" is not a valid code point");n.push(e<65536?o(e):o(55296+((e-=65536)>>10),e%1024+56320))}return n.join("")}}); -},{"../internals/export":"rhEq","../internals/to-absolute-index":"QLhU"}],"qnyo":[function(require,module,exports) { -var r=require("../internals/export"),t=require("../internals/to-indexed-object"),e=require("../internals/to-length");r({target:"String",stat:!0},{raw:function(r){for(var n=t(r.raw),i=e(n.length),a=arguments.length,g=[],o=0;i>o;)g.push(String(n[o++])),o=l?t?"":void 0:(c=a.charCodeAt(u))<55296||c>56319||u+1===l||(o=a.charCodeAt(u+1))<56320||o>57343?t?a.charAt(u):c:t?a.slice(u,u+2):o-56320+(c-55296<<10)+65536}};module.exports={codeAt:t(!1),charAt:t(!0)}; -},{"../internals/to-integer":"GwUC","../internals/require-object-coercible":"RWPB"}],"X12Q":[function(require,module,exports) { -"use strict";var t=require("../internals/export"),r=require("../internals/string-multibyte").codeAt;t({target:"String",proto:!0},{codePointAt:function(t){return r(this,t)}}); -},{"../internals/export":"rhEq","../internals/string-multibyte":"FQEJ"}],"fTdC":[function(require,module,exports) { -var e=require("../internals/is-object"),r=require("../internals/classof-raw"),n=require("../internals/well-known-symbol"),i=n("match");module.exports=function(n){var a;return e(n)&&(void 0!==(a=n[i])?!!a:"RegExp"==r(n))}; -},{"../internals/is-object":"AsqF","../internals/classof-raw":"jUdy","../internals/well-known-symbol":"Q0EA"}],"gIbS":[function(require,module,exports) { -var e=require("../internals/is-regexp");module.exports=function(r){if(e(r))throw TypeError("The method doesn't accept regular expressions");return r}; -},{"../internals/is-regexp":"fTdC"}],"cTby":[function(require,module,exports) { -var r=require("../internals/well-known-symbol"),t=r("match");module.exports=function(r){var e=/./;try{"/./"[r](e)}catch(n){try{return e[t]=!1,"/./"[r](e)}catch(a){}}return!1}; -},{"../internals/well-known-symbol":"Q0EA"}],"xRPP":[function(require,module,exports) { -"use strict";var e=require("../internals/export"),r=require("../internals/object-get-own-property-descriptor").f,t=require("../internals/to-length"),i=require("../internals/not-a-regexp"),n=require("../internals/require-object-coercible"),o=require("../internals/correct-is-regexp-logic"),s=require("../internals/is-pure"),l="".endsWith,a=Math.min,c=o("endsWith"),u=!s&&!c&&!!function(){var e=r(String.prototype,"endsWith");return e&&!e.writable}();e({target:"String",proto:!0,forced:!u&&!c},{endsWith:function(e){var r=String(n(this));i(e);var o=arguments.length>1?arguments[1]:void 0,s=t(r.length),c=void 0===o?s:a(t(o),s),u=String(e);return l?l.call(r,u,c):r.slice(c-u.length,c)===u}}); -},{"../internals/export":"rhEq","../internals/object-get-own-property-descriptor":"zm15","../internals/to-length":"j9AG","../internals/not-a-regexp":"gIbS","../internals/require-object-coercible":"RWPB","../internals/correct-is-regexp-logic":"cTby","../internals/is-pure":"tGwT"}],"oCSF":[function(require,module,exports) { -"use strict";var e=require("../internals/export"),r=require("../internals/not-a-regexp"),i=require("../internals/require-object-coercible"),t=require("../internals/correct-is-regexp-logic");e({target:"String",proto:!0,forced:!t("includes")},{includes:function(e){return!!~String(i(this)).indexOf(r(e),arguments.length>1?arguments[1]:void 0)}}); -},{"../internals/export":"rhEq","../internals/not-a-regexp":"gIbS","../internals/require-object-coercible":"RWPB","../internals/correct-is-regexp-logic":"cTby"}],"Mfpp":[function(require,module,exports) { -"use strict";var e=require("../internals/an-object");module.exports=function(){var i=e(this),t="";return i.global&&(t+="g"),i.ignoreCase&&(t+="i"),i.multiline&&(t+="m"),i.dotAll&&(t+="s"),i.unicode&&(t+="u"),i.sticky&&(t+="y"),t}; -},{"../internals/an-object":"eAPg"}],"Gsvy":[function(require,module,exports) { -"use strict";var r=require("./fails");function e(r,e){return RegExp(r,e)}exports.UNSUPPORTED_Y=r(function(){var r=e("a","y");return r.lastIndex=2,null!=r.exec("abcd")}),exports.BROKEN_CARET=r(function(){var r=e("^r","gy");return r.lastIndex=2,null!=r.exec("str")}); -},{"./fails":"pWu7"}],"OSep":[function(require,module,exports) { -"use strict";var e=require("./regexp-flags"),l=require("./regexp-sticky-helpers"),t=RegExp.prototype.exec,n=String.prototype.replace,i=t,a=function(){var e=/a/,l=/b*/g;return t.call(e,"a"),t.call(l,"a"),0!==e.lastIndex||0!==l.lastIndex}(),r=l.UNSUPPORTED_Y||l.BROKEN_CARET,s=void 0!==/()??/.exec("")[1],x=a||s||r;x&&(i=function(l){var i,x,c,d,g=this,o=r&&g.sticky,p=e.call(g),u=g.source,I=0,f=l;return o&&(-1===(p=p.replace("y","")).indexOf("g")&&(p+="g"),f=String(l).slice(g.lastIndex),g.lastIndex>0&&(!g.multiline||g.multiline&&"\n"!==l[g.lastIndex-1])&&(u="(?: "+u+")",f=" "+f,I++),x=new RegExp("^(?:"+u+")",p)),s&&(x=new RegExp("^"+u+"$(?!\\s)",p)),a&&(i=g.lastIndex),c=t.call(o?x:g,f),o?c?(c.input=c.input.slice(I),c[0]=c[0].slice(I),c.index=g.lastIndex,g.lastIndex+=c[0].length):g.lastIndex=0:a&&c&&(g.lastIndex=g.global?c.index+c[0].length:i),s&&c&&c.length>1&&n.call(c[0],x,function(){for(d=1;d")}),c="$0"==="a".replace(/./,"$0"),l=n("replace"),o=!!/./[l]&&""===/./[l]("a","$0"),s=!r(function(){var e=/(?:)/,r=e.exec;e.exec=function(){return r.apply(this,arguments)};var n="ab".split(e);return 2!==n.length||"a"!==n[0]||"b"!==n[1]});module.exports=function(l,p,f,E){var x=n(l),v=!r(function(){var e={};return e[x]=function(){return 7},7!=""[l](e)}),g=v&&!r(function(){var e=!1,r=/a/;return"split"===l&&((r={}).constructor={},r.constructor[a]=function(){return r},r.flags="",r[x]=/./[x]),r.exec=function(){return e=!0,null},r[x](""),!e});if(!v||!g||"replace"===l&&(!i||!c||o)||"split"===l&&!s){var d=/./[x],q=f(x,""[l],function(e,r,n,u,a){return r.exec===t?v&&!a?{done:!0,value:d.call(r,n,u)}:{done:!0,value:e.call(n,r,u)}:{done:!1}},{REPLACE_KEEPS_$0:c,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:o}),y=q[0],R=q[1];e(String.prototype,l,y),e(RegExp.prototype,x,2==p?function(e,r){return R.call(e,this,r)}:function(e){return R.call(e,this)})}E&&u(RegExp.prototype[x],"sham",!0)}; -},{"../modules/es.regexp.exec":"MlTh","../internals/redefine":"ztZs","../internals/fails":"pWu7","../internals/well-known-symbol":"Q0EA","../internals/regexp-exec":"OSep","../internals/create-non-enumerable-property":"GwPZ"}],"AIo2":[function(require,module,exports) { -"use strict";var t=require("../internals/string-multibyte").charAt;module.exports=function(r,e,n){return e+(n?t(r,e).length:1)}; -},{"../internals/string-multibyte":"FQEJ"}],"hv6q":[function(require,module,exports) { -var e=require("./classof-raw"),r=require("./regexp-exec");module.exports=function(o,t){var c=o.exec;if("function"==typeof c){var n=c.call(o,t);if("object"!=typeof n)throw TypeError("RegExp exec method returned something other than an Object or null");return n}if("RegExp"!==e(o))throw TypeError("RegExp#exec called on incompatible receiver");return r.call(o,t)}; -},{"./classof-raw":"jUdy","./regexp-exec":"OSep"}],"gtN7":[function(require,module,exports) { -"use strict";var e=require("../internals/fix-regexp-well-known-symbol-logic"),r=require("../internals/an-object"),n=require("../internals/to-length"),i=require("../internals/require-object-coercible"),t=require("../internals/advance-string-index"),l=require("../internals/regexp-exec-abstract");e("match",1,function(e,a,u){return[function(r){var n=i(this),t=null==r?void 0:r[e];return void 0!==t?t.call(r,n):new RegExp(r)[e](String(n))},function(e){var i=u(a,e,this);if(i.done)return i.value;var s=r(e),o=String(this);if(!s.global)return l(s,o);var c=s.unicode;s.lastIndex=0;for(var v,g=[],d=0;null!==(v=l(s,o));){var x=String(v[0]);g[d]=x,""===x&&(s.lastIndex=t(o,n(s.lastIndex),c)),d++}return 0===d?null:g}]}); -},{"../internals/fix-regexp-well-known-symbol-logic":"xXXd","../internals/an-object":"eAPg","../internals/to-length":"j9AG","../internals/require-object-coercible":"RWPB","../internals/advance-string-index":"AIo2","../internals/regexp-exec-abstract":"hv6q"}],"mxIp":[function(require,module,exports) { -var e=require("../internals/an-object"),n=require("../internals/a-function"),r=require("../internals/well-known-symbol"),i=r("species");module.exports=function(r,o){var t,l=e(r).constructor;return void 0===l||null==(t=e(l)[i])?o:n(t)}; -},{"../internals/an-object":"eAPg","../internals/a-function":"SOPX","../internals/well-known-symbol":"Q0EA"}],"ftnR":[function(require,module,exports) { -var global = arguments[3]; -var e=arguments[3],r=require("../internals/export"),n=require("../internals/create-iterator-constructor"),t=require("../internals/require-object-coercible"),i=require("../internals/to-length"),l=require("../internals/a-function"),a=require("../internals/an-object"),o=require("../internals/classof-raw"),s=require("../internals/is-regexp"),u=require("../internals/regexp-flags"),c=require("../internals/create-non-enumerable-property"),g=require("../internals/fails"),f=require("../internals/well-known-symbol"),p=require("../internals/species-constructor"),d=require("../internals/advance-string-index"),x=require("../internals/internal-state"),q=require("../internals/is-pure"),v=f("matchAll"),h="RegExp String",y=h+" Iterator",b=x.set,w=x.getterFor(y),E=RegExp.prototype,m=E.exec,R="".matchAll,S=!!R&&!g(function(){"a".matchAll(/./)}),I=function(e,r){var n,t=e.exec;if("function"==typeof t){if("object"!=typeof(n=t.call(e,r)))throw TypeError("Incorrect exec result");return n}return m.call(e,r)},A=n(function(e,r,n,t){b(this,{type:y,regexp:e,string:r,global:n,unicode:t,done:!1})},h,function(){var e=w(this);if(e.done)return{value:void 0,done:!0};var r=e.regexp,n=e.string,t=I(r,n);return null===t?{value:void 0,done:e.done=!0}:e.global?(""==String(t[0])&&(r.lastIndex=d(n,i(r.lastIndex),e.unicode)),{value:t,done:!1}):(e.done=!0,{value:t,done:!1})}),j=function(e){var r,n,t,l,o,s,c=a(this),g=String(e);return r=p(c,RegExp),void 0===(n=c.flags)&&c instanceof RegExp&&!("flags"in E)&&(n=u.call(c)),t=void 0===n?"":String(n),l=new r(r===RegExp?c.source:c,t),o=!!~t.indexOf("g"),s=!!~t.indexOf("u"),l.lastIndex=i(c.lastIndex),new A(l,g,o,s)};r({target:"String",proto:!0,forced:S},{matchAll:function(e){var r,n,i,a=t(this);if(null!=e){if(s(e)&&!~String(t("flags"in E?e.flags:u.call(e))).indexOf("g"))throw TypeError("`.matchAll` does not allow non-global regexes");if(S)return R.apply(a,arguments);if(void 0===(n=e[v])&&q&&"RegExp"==o(e)&&(n=j),null!=n)return l(n).call(e,a)}else if(S)return R.apply(a,arguments);return r=String(a),i=new RegExp(e,"g"),q?j.call(i,r):i[v](r)}}),q||v in E||c(E,v,j); -},{"../internals/export":"rhEq","../internals/create-iterator-constructor":"v9Wl","../internals/require-object-coercible":"RWPB","../internals/to-length":"j9AG","../internals/a-function":"SOPX","../internals/an-object":"eAPg","../internals/classof-raw":"jUdy","../internals/is-regexp":"fTdC","../internals/regexp-flags":"Mfpp","../internals/create-non-enumerable-property":"GwPZ","../internals/fails":"pWu7","../internals/well-known-symbol":"Q0EA","../internals/species-constructor":"mxIp","../internals/advance-string-index":"AIo2","../internals/internal-state":"vLSK","../internals/is-pure":"tGwT"}],"xEiV":[function(require,module,exports) { -"use strict";var r=require("../internals/to-integer"),e=require("../internals/require-object-coercible");module.exports="".repeat||function(t){var i=String(e(this)),n="",o=r(t);if(o<0||o==1/0)throw RangeError("Wrong number of repetitions");for(;o>0;(o>>>=1)&&(i+=i))1&o&&(n+=i);return n}; -},{"../internals/to-integer":"GwUC","../internals/require-object-coercible":"RWPB"}],"O1JD":[function(require,module,exports) { -var e=require("../internals/to-length"),r=require("../internals/string-repeat"),t=require("../internals/require-object-coercible"),n=Math.ceil,i=function(i){return function(l,a,u){var c,o,g=String(t(l)),s=g.length,h=void 0===u?" ":String(u),q=e(a);return q<=s||""==h?g:(c=q-s,(o=r.call(h,n(c/h.length))).length>c&&(o=o.slice(0,c)),i?g+o:o+g)}};module.exports={start:i(!1),end:i(!0)}; -},{"../internals/to-length":"j9AG","../internals/string-repeat":"xEiV","../internals/require-object-coercible":"RWPB"}],"HpXu":[function(require,module,exports) { -var e=require("../internals/engine-user-agent");module.exports=/Version\/10\.\d+(\.\d+)?( Mobile\/\w+)? Safari\//.test(e); -},{"../internals/engine-user-agent":"ds3C"}],"wchC":[function(require,module,exports) { -"use strict";var r=require("../internals/export"),e=require("../internals/string-pad").end,t=require("../internals/string-pad-webkit-bug");r({target:"String",proto:!0,forced:t},{padEnd:function(r){return e(this,r,arguments.length>1?arguments[1]:void 0)}}); -},{"../internals/export":"rhEq","../internals/string-pad":"O1JD","../internals/string-pad-webkit-bug":"HpXu"}],"QpWr":[function(require,module,exports) { -"use strict";var r=require("../internals/export"),t=require("../internals/string-pad").start,e=require("../internals/string-pad-webkit-bug");r({target:"String",proto:!0,forced:e},{padStart:function(r){return t(this,r,arguments.length>1?arguments[1]:void 0)}}); -},{"../internals/export":"rhEq","../internals/string-pad":"O1JD","../internals/string-pad-webkit-bug":"HpXu"}],"JXxO":[function(require,module,exports) { -var r=require("../internals/export"),e=require("../internals/string-repeat");r({target:"String",proto:!0},{repeat:e}); -},{"../internals/export":"rhEq","../internals/string-repeat":"xEiV"}],"x0yB":[function(require,module,exports) { -var global = arguments[3]; -var r=arguments[3],e=require("../internals/fix-regexp-well-known-symbol-logic"),n=require("../internals/an-object"),t=require("../internals/to-object"),i=require("../internals/to-length"),a=require("../internals/to-integer"),l=require("../internals/require-object-coercible"),u=require("../internals/advance-string-index"),c=require("../internals/regexp-exec-abstract"),o=Math.max,s=Math.min,v=Math.floor,g=/\$([$&'`]|\d\d?|<[^>]*>)/g,f=/\$([$&'`]|\d\d?)/g,d=function(r){return void 0===r?r:String(r)};e("replace",2,function(r,e,h,E){var p=E.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,x=E.REPLACE_KEEPS_$0,S=p?"$":"$0";return[function(n,t){var i=l(this),a=null==n?void 0:n[r];return void 0!==a?a.call(n,i,t):e.call(String(i),n,t)},function(r,t){if(!p&&x||"string"==typeof t&&-1===t.indexOf(S)){var l=h(e,r,this,t);if(l.done)return l.value}var v=n(r),g=String(this),f="function"==typeof t;f||(t=String(t));var E=v.global;if(E){var q=v.unicode;v.lastIndex=0}for(var $=[];;){var A=c(v,g);if(null===A)break;if($.push(A),!E)break;""===String(A[0])&&(v.lastIndex=u(g,i(v.lastIndex),q))}for(var _="",I=0,P=0;P<$.length;P++){A=$[P];for(var k=String(A[0]),m=o(s(a(A.index),g.length),0),y=[],R=1;R=I&&(_+=g.slice(I,m)+j,I=m+k.length)}return _+g.slice(I)}];function b(r,n,i,a,l,u){var c=i+r.length,o=a.length,s=f;return void 0!==l&&(l=t(l),s=g),e.call(u,s,function(e,t){var u;switch(t.charAt(0)){case"$":return"$";case"&":return r;case"`":return n.slice(0,i);case"'":return n.slice(c);case"<":u=l[t.slice(1,-1)];break;default:var s=+t;if(0===s)return e;if(s>o){var g=v(s/10);return 0===g?e:g<=o?void 0===a[g-1]?t.charAt(1):a[g-1]+t.charAt(1):e}u=a[s-1]}return void 0===u?"":u})}}); -},{"../internals/fix-regexp-well-known-symbol-logic":"xXXd","../internals/an-object":"eAPg","../internals/to-object":"Q9KC","../internals/to-length":"j9AG","../internals/to-integer":"GwUC","../internals/require-object-coercible":"RWPB","../internals/advance-string-index":"AIo2","../internals/regexp-exec-abstract":"hv6q"}],"TMNY":[function(require,module,exports) { -"use strict";var e=require("../internals/fix-regexp-well-known-symbol-logic"),r=require("../internals/an-object"),n=require("../internals/require-object-coercible"),i=require("../internals/same-value"),t=require("../internals/regexp-exec-abstract");e("search",1,function(e,a,l){return[function(r){var i=n(this),t=null==r?void 0:r[e];return void 0!==t?t.call(r,i):new RegExp(r)[e](String(i))},function(e){var n=l(a,e,this);if(n.done)return n.value;var s=r(e),u=String(this),c=s.lastIndex;i(c,0)||(s.lastIndex=0);var o=t(s,u);return i(s.lastIndex,c)||(s.lastIndex=c),null===o?-1:o.index}]}); -},{"../internals/fix-regexp-well-known-symbol-logic":"xXXd","../internals/an-object":"eAPg","../internals/require-object-coercible":"RWPB","../internals/same-value":"bfhi","../internals/regexp-exec-abstract":"hv6q"}],"TTVC":[function(require,module,exports) { -"use strict";var e=require("../internals/fix-regexp-well-known-symbol-logic"),n=require("../internals/is-regexp"),i=require("../internals/an-object"),r=require("../internals/require-object-coercible"),t=require("../internals/species-constructor"),l=require("../internals/advance-string-index"),s=require("../internals/to-length"),u=require("../internals/regexp-exec-abstract"),a=require("../internals/regexp-exec"),c=require("../internals/fails"),g=[].push,o=Math.min,h=4294967295,p=!c(function(){return!RegExp(h,"y")});e("split",2,function(e,c,d){var f;return f="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(e,i){var t=String(r(this)),l=void 0===i?h:i>>>0;if(0===l)return[];if(void 0===e)return[t];if(!n(e))return c.call(t,e,l);for(var s,u,o,p=[],d=(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.unicode?"u":"")+(e.sticky?"y":""),f=0,v=new RegExp(e.source,d+"g");(s=a.call(v,t))&&!((u=v.lastIndex)>f&&(p.push(t.slice(f,s.index)),s.length>1&&s.index=l));)v.lastIndex===s.index&&v.lastIndex++;return f===t.length?!o&&v.test("")||p.push(""):p.push(t.slice(f)),p.length>l?p.slice(0,l):p}:"0".split(void 0,0).length?function(e,n){return void 0===e&&0===n?[]:c.call(this,e,n)}:c,[function(n,i){var t=r(this),l=null==n?void 0:n[e];return void 0!==l?l.call(n,t,i):f.call(String(t),n,i)},function(e,n){var r=d(f,e,this,n,f!==c);if(r.done)return r.value;var a=i(e),g=String(this),v=t(a,RegExp),x=a.unicode,q=(a.ignoreCase?"i":"")+(a.multiline?"m":"")+(a.unicode?"u":"")+(p?"y":"g"),b=new v(p?a:"^(?:"+a.source+")",q),m=void 0===n?h:n>>>0;if(0===m)return[];if(0===g.length)return null===u(b,g)?[g]:[];for(var y=0,I=0,w=[];I1?arguments[1]:void 0,t.length)),a=String(r);return o?o.call(t,a,s):t.slice(s,s+a.length)===a}}); -},{"../internals/export":"rhEq","../internals/object-get-own-property-descriptor":"zm15","../internals/to-length":"j9AG","../internals/not-a-regexp":"gIbS","../internals/require-object-coercible":"RWPB","../internals/correct-is-regexp-logic":"cTby","../internals/is-pure":"tGwT"}],"t1eM":[function(require,module,exports) { -module.exports="\t\n\v\f\r                 \u2028\u2029\ufeff"; -},{}],"Fme6":[function(require,module,exports) { -var e=require("../internals/require-object-coercible"),r=require("../internals/whitespaces"),t="["+r+"]",n=RegExp("^"+t+t+"*"),i=RegExp(t+t+"*$"),a=function(r){return function(t){var a=String(e(t));return 1&r&&(a=a.replace(n,"")),2&r&&(a=a.replace(i,"")),a}};module.exports={start:a(1),end:a(2),trim:a(3)}; -},{"../internals/require-object-coercible":"RWPB","../internals/whitespaces":"t1eM"}],"EdVG":[function(require,module,exports) { -var e=require("../internals/fails"),r=require("../internals/whitespaces"),n="​…᠎";module.exports=function(i){return e(function(){return!!r[i]()||n[i]()!=n||r[i].name!==i})}; -},{"../internals/fails":"pWu7","../internals/whitespaces":"t1eM"}],"AFCH":[function(require,module,exports) { -"use strict";var r=require("../internals/export"),t=require("../internals/string-trim").trim,i=require("../internals/string-trim-forced");r({target:"String",proto:!0,forced:i("trim")},{trim:function(){return t(this)}}); -},{"../internals/export":"rhEq","../internals/string-trim":"Fme6","../internals/string-trim-forced":"EdVG"}],"jY0J":[function(require,module,exports) { -"use strict";var r=require("../internals/export"),t=require("../internals/string-trim").start,i=require("../internals/string-trim-forced"),e=i("trimStart"),n=e?function(){return t(this)}:"".trimStart;r({target:"String",proto:!0,forced:e},{trimStart:n,trimLeft:n}); -},{"../internals/export":"rhEq","../internals/string-trim":"Fme6","../internals/string-trim-forced":"EdVG"}],"dAVn":[function(require,module,exports) { -"use strict";var r=require("../internals/export"),t=require("../internals/string-trim").end,i=require("../internals/string-trim-forced"),e=i("trimEnd"),n=e?function(){return t(this)}:"".trimEnd;r({target:"String",proto:!0,forced:e},{trimEnd:n,trimRight:n}); -},{"../internals/export":"rhEq","../internals/string-trim":"Fme6","../internals/string-trim-forced":"EdVG"}],"PSYM":[function(require,module,exports) { -"use strict";var t=require("../internals/string-multibyte").charAt,e=require("../internals/internal-state"),r=require("../internals/define-iterator"),n="String Iterator",i=e.set,a=e.getterFor(n);r(String,"String",function(t){i(this,{type:n,string:String(t),index:0})},function(){var e,r=a(this),n=r.string,i=r.index;return i>=n.length?{value:void 0,done:!0}:(e=t(n,i),r.index+=e.length,{value:e,done:!1})}); -},{"../internals/string-multibyte":"FQEJ","../internals/internal-state":"vLSK","../internals/define-iterator":"CpaJ"}],"vMTH":[function(require,module,exports) { -var r=require("../internals/require-object-coercible"),e=/"/g;module.exports=function(t,i,n,o){var u=String(r(t)),c="<"+i;return""!==n&&(c+=" "+n+'="'+String(o).replace(e,""")+'"'),c+">"+u+""}; -},{"../internals/require-object-coercible":"RWPB"}],"zmSx":[function(require,module,exports) { -var r=require("../internals/fails");module.exports=function(e){return r(function(){var r=""[e]('"');return r!==r.toLowerCase()||r.split('"').length>3})}; -},{"../internals/fails":"pWu7"}],"J8PS":[function(require,module,exports) { -"use strict";var r=require("../internals/export"),e=require("../internals/create-html"),t=require("../internals/string-html-forced");r({target:"String",proto:!0,forced:t("anchor")},{anchor:function(r){return e(this,"a","name",r)}}); -},{"../internals/export":"rhEq","../internals/create-html":"vMTH","../internals/string-html-forced":"zmSx"}],"alkc":[function(require,module,exports) { -"use strict";var r=require("../internals/export"),e=require("../internals/create-html"),t=require("../internals/string-html-forced");r({target:"String",proto:!0,forced:t("big")},{big:function(){return e(this,"big","","")}}); -},{"../internals/export":"rhEq","../internals/create-html":"vMTH","../internals/string-html-forced":"zmSx"}],"AYvZ":[function(require,module,exports) { -"use strict";var r=require("../internals/export"),e=require("../internals/create-html"),t=require("../internals/string-html-forced");r({target:"String",proto:!0,forced:t("blink")},{blink:function(){return e(this,"blink","","")}}); -},{"../internals/export":"rhEq","../internals/create-html":"vMTH","../internals/string-html-forced":"zmSx"}],"jQTw":[function(require,module,exports) { -"use strict";var r=require("../internals/export"),e=require("../internals/create-html"),t=require("../internals/string-html-forced");r({target:"String",proto:!0,forced:t("bold")},{bold:function(){return e(this,"b","","")}}); -},{"../internals/export":"rhEq","../internals/create-html":"vMTH","../internals/string-html-forced":"zmSx"}],"It3T":[function(require,module,exports) { -"use strict";var r=require("../internals/export"),e=require("../internals/create-html"),t=require("../internals/string-html-forced");r({target:"String",proto:!0,forced:t("fixed")},{fixed:function(){return e(this,"tt","","")}}); -},{"../internals/export":"rhEq","../internals/create-html":"vMTH","../internals/string-html-forced":"zmSx"}],"sE8q":[function(require,module,exports) { -"use strict";var r=require("../internals/export"),t=require("../internals/create-html"),e=require("../internals/string-html-forced");r({target:"String",proto:!0,forced:e("fontcolor")},{fontcolor:function(r){return t(this,"font","color",r)}}); -},{"../internals/export":"rhEq","../internals/create-html":"vMTH","../internals/string-html-forced":"zmSx"}],"ABfs":[function(require,module,exports) { -"use strict";var r=require("../internals/export"),e=require("../internals/create-html"),t=require("../internals/string-html-forced");r({target:"String",proto:!0,forced:t("fontsize")},{fontsize:function(r){return e(this,"font","size",r)}}); -},{"../internals/export":"rhEq","../internals/create-html":"vMTH","../internals/string-html-forced":"zmSx"}],"zvaT":[function(require,module,exports) { -"use strict";var r=require("../internals/export"),t=require("../internals/create-html"),e=require("../internals/string-html-forced");r({target:"String",proto:!0,forced:e("italics")},{italics:function(){return t(this,"i","","")}}); -},{"../internals/export":"rhEq","../internals/create-html":"vMTH","../internals/string-html-forced":"zmSx"}],"QJ0z":[function(require,module,exports) { -"use strict";var r=require("../internals/export"),e=require("../internals/create-html"),t=require("../internals/string-html-forced");r({target:"String",proto:!0,forced:t("link")},{link:function(r){return e(this,"a","href",r)}}); -},{"../internals/export":"rhEq","../internals/create-html":"vMTH","../internals/string-html-forced":"zmSx"}],"Ai0M":[function(require,module,exports) { -"use strict";var r=require("../internals/export"),e=require("../internals/create-html"),t=require("../internals/string-html-forced");r({target:"String",proto:!0,forced:t("small")},{small:function(){return e(this,"small","","")}}); -},{"../internals/export":"rhEq","../internals/create-html":"vMTH","../internals/string-html-forced":"zmSx"}],"Scmo":[function(require,module,exports) { -"use strict";var r=require("../internals/export"),e=require("../internals/create-html"),t=require("../internals/string-html-forced");r({target:"String",proto:!0,forced:t("strike")},{strike:function(){return e(this,"strike","","")}}); -},{"../internals/export":"rhEq","../internals/create-html":"vMTH","../internals/string-html-forced":"zmSx"}],"e1aX":[function(require,module,exports) { -"use strict";var r=require("../internals/export"),e=require("../internals/create-html"),t=require("../internals/string-html-forced");r({target:"String",proto:!0,forced:t("sub")},{sub:function(){return e(this,"sub","","")}}); -},{"../internals/export":"rhEq","../internals/create-html":"vMTH","../internals/string-html-forced":"zmSx"}],"rC3x":[function(require,module,exports) { -"use strict";var r=require("../internals/export"),e=require("../internals/create-html"),t=require("../internals/string-html-forced");r({target:"String",proto:!0,forced:t("sup")},{sup:function(){return e(this,"sup","","")}}); -},{"../internals/export":"rhEq","../internals/create-html":"vMTH","../internals/string-html-forced":"zmSx"}],"e5oz":[function(require,module,exports) { -var t=require("../internals/is-object"),e=require("../internals/object-set-prototype-of");module.exports=function(o,r,n){var p,i;return e&&"function"==typeof(p=r.constructor)&&p!==n&&t(i=p.prototype)&&i!==n.prototype&&e(o,i),o}; -},{"../internals/is-object":"AsqF","../internals/object-set-prototype-of":"eDCX"}],"DbBn":[function(require,module,exports) { - -var e=require("../internals/descriptors"),r=require("../internals/global"),n=require("../internals/is-forced"),i=require("../internals/inherit-if-required"),t=require("../internals/object-define-property").f,s=require("../internals/object-get-own-property-names").f,a=require("../internals/is-regexp"),o=require("../internals/regexp-flags"),u=require("../internals/regexp-sticky-helpers"),l=require("../internals/redefine"),c=require("../internals/fails"),f=require("../internals/internal-state").set,p=require("../internals/set-species"),g=require("../internals/well-known-symbol"),q=g("match"),y=r.RegExp,x=y.prototype,d=/a/g,h=/a/g,b=new y(d)!==d,v=u.UNSUPPORTED_Y,w=e&&n("RegExp",!b||v||c(function(){return h[q]=!1,y(d)!=d||y(h)==h||"/a/i"!=y(d,"i")}));if(w){for(var E=function(e,r){var n,t=this instanceof E,s=a(e),u=void 0===r;if(!t&&s&&e.constructor===E&&u)return e;b?s&&!u&&(e=e.source):e instanceof E&&(u&&(r=o.call(e)),e=e.source),v&&(n=!!r&&r.indexOf("y")>-1)&&(r=r.replace(/y/g,""));var l=i(b?new y(e,r):y(e,r),t?this:x,E);return v&&n&&f(l,{sticky:n}),l},R=function(e){e in E||t(E,e,{configurable:!0,get:function(){return y[e]},set:function(r){y[e]=r}})},k=s(y),m=0;k.length>m;)R(k[m++]);x.constructor=E,E.prototype=x,l(r,"RegExp",E)}p("RegExp"); -},{"../internals/descriptors":"A8Ob","../internals/global":"MVLi","../internals/is-forced":"Y6Gi","../internals/inherit-if-required":"e5oz","../internals/object-define-property":"AtXZ","../internals/object-get-own-property-names":"QFCk","../internals/is-regexp":"fTdC","../internals/regexp-flags":"Mfpp","../internals/regexp-sticky-helpers":"Gsvy","../internals/redefine":"ztZs","../internals/fails":"pWu7","../internals/internal-state":"vLSK","../internals/set-species":"bDBP","../internals/well-known-symbol":"Q0EA"}],"ERpX":[function(require,module,exports) { -var e=require("../internals/descriptors"),r=require("../internals/object-define-property"),i=require("../internals/regexp-flags"),s=require("../internals/regexp-sticky-helpers").UNSUPPORTED_Y;e&&("g"!=/./g.flags||s)&&r.f(RegExp.prototype,"flags",{configurable:!0,get:i}); -},{"../internals/descriptors":"A8Ob","../internals/object-define-property":"AtXZ","../internals/regexp-flags":"Mfpp","../internals/regexp-sticky-helpers":"Gsvy"}],"TNvt":[function(require,module,exports) { -var e=require("../internals/descriptors"),r=require("../internals/regexp-sticky-helpers").UNSUPPORTED_Y,t=require("../internals/object-define-property").f,i=require("../internals/internal-state").get,n=RegExp.prototype;e&&r&&t(RegExp.prototype,"sticky",{configurable:!0,get:function(){if(this!==n){if(this instanceof RegExp)return!!i(this).sticky;throw TypeError("Incompatible receiver, RegExp required")}}}); -},{"../internals/descriptors":"A8Ob","../internals/regexp-sticky-helpers":"Gsvy","../internals/object-define-property":"AtXZ","../internals/internal-state":"vLSK"}],"LJgt":[function(require,module,exports) { -"use strict";require("../modules/es.regexp.exec");var e=require("../internals/export"),t=require("../internals/is-object"),r=function(){var e=!1,t=/[ac]/;return t.exec=function(){return e=!0,/./.exec.apply(this,arguments)},!0===t.test("abc")&&e}(),n=/./.test;e({target:"RegExp",proto:!0,forced:!r},{test:function(e){if("function"!=typeof this.exec)return n.call(this,e);var r=this.exec(e);if(null!==r&&!t(r))throw new Error("RegExp exec method returned something other than an Object or null");return!!r}}); -},{"../modules/es.regexp.exec":"MlTh","../internals/export":"rhEq","../internals/is-object":"AsqF"}],"g0xY":[function(require,module,exports) { -"use strict";var e=require("../internals/redefine"),r=require("../internals/an-object"),n=require("../internals/fails"),t=require("../internals/regexp-flags"),i="toString",a=RegExp.prototype,s=a[i],l=n(function(){return"/a/b"!=s.call({source:"a",flags:"b"})}),o=s.name!=i;(l||o)&&e(RegExp.prototype,i,function(){var e=r(this),n=String(e.source),i=e.flags;return"/"+n+"/"+String(void 0===i&&e instanceof RegExp&&!("flags"in a)?t.call(e):i)},{unsafe:!0}); -},{"../internals/redefine":"ztZs","../internals/an-object":"eAPg","../internals/fails":"pWu7","../internals/regexp-flags":"Mfpp"}],"brK6":[function(require,module,exports) { - -var r=require("../internals/global"),e=require("../internals/string-trim").trim,t=require("../internals/whitespaces"),i=r.parseInt,n=/^[+-]?0[Xx]/,s=8!==i(t+"08")||22!==i(t+"0x16");module.exports=s?function(r,t){var s=e(String(r));return i(s,t>>>0||(n.test(s)?16:10))}:i; -},{"../internals/global":"MVLi","../internals/string-trim":"Fme6","../internals/whitespaces":"t1eM"}],"GhQi":[function(require,module,exports) { -var r=require("../internals/export"),e=require("../internals/number-parse-int");r({global:!0,forced:parseInt!=e},{parseInt:e}); -},{"../internals/export":"rhEq","../internals/number-parse-int":"brK6"}],"LbIr":[function(require,module,exports) { - -var r=require("../internals/global"),e=require("../internals/string-trim").trim,t=require("../internals/whitespaces"),i=r.parseFloat,n=1/i(t+"-0")!=-1/0;module.exports=n?function(r){var t=e(String(r)),n=i(t);return 0===n&&"-"==t.charAt(0)?-0:n}:i; -},{"../internals/global":"MVLi","../internals/string-trim":"Fme6","../internals/whitespaces":"t1eM"}],"kPoD":[function(require,module,exports) { -var r=require("../internals/export"),e=require("../internals/number-parse-float");r({global:!0,forced:parseFloat!=e},{parseFloat:e}); -},{"../internals/export":"rhEq","../internals/number-parse-float":"LbIr"}],"BqHT":[function(require,module,exports) { - -"use strict";var e=require("../internals/descriptors"),r=require("../internals/global"),t=require("../internals/is-forced"),i=require("../internals/redefine"),n=require("../internals/has"),a=require("../internals/classof-raw"),s=require("../internals/inherit-if-required"),o=require("../internals/to-primitive"),l=require("../internals/fails"),u=require("../internals/object-create"),c=require("../internals/object-get-own-property-names").f,f=require("../internals/object-get-own-property-descriptor").f,I=require("../internals/object-define-property").f,N=require("../internals/string-trim").trim,p="Number",q=r[p],g=q.prototype,h=a(u(g))==p,E=function(e){var r,t,i,n,a,s,l,u,c=o(e,!1);if("string"==typeof c&&c.length>2)if(43===(r=(c=N(c)).charCodeAt(0))||45===r){if(88===(t=c.charCodeAt(2))||120===t)return NaN}else if(48===r){switch(c.charCodeAt(1)){case 66:case 98:i=2,n=49;break;case 79:case 111:i=8,n=55;break;default:return+c}for(s=(a=c.slice(2)).length,l=0;ln)return NaN;return parseInt(a,i)}return+c};if(t(p,!q(" 0o1")||!q("0b1")||q("+0x1"))){for(var d,A=function(e){var r=arguments.length<1?0:e,t=this;return t instanceof A&&(h?l(function(){g.valueOf.call(t)}):a(t)!=p)?s(new q(E(r)),t,A):E(r)},b=e?c(q):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),_=0;b.length>_;_++)n(q,d=b[_])&&!n(A,d)&&I(A,d,f(q,d));A.prototype=g,g.constructor=A,i(r,p,A)} -},{"../internals/descriptors":"A8Ob","../internals/global":"MVLi","../internals/is-forced":"Y6Gi","../internals/redefine":"ztZs","../internals/has":"jYdl","../internals/classof-raw":"jUdy","../internals/inherit-if-required":"e5oz","../internals/to-primitive":"wZyz","../internals/fails":"pWu7","../internals/object-create":"zWsZ","../internals/object-get-own-property-names":"QFCk","../internals/object-get-own-property-descriptor":"zm15","../internals/object-define-property":"AtXZ","../internals/string-trim":"Fme6"}],"SaF2":[function(require,module,exports) { -var r=require("../internals/export");r({target:"Number",stat:!0},{EPSILON:Math.pow(2,-52)}); -},{"../internals/export":"rhEq"}],"DaQS":[function(require,module,exports) { - -var e=require("../internals/global"),i=e.isFinite;module.exports=Number.isFinite||function(e){return"number"==typeof e&&i(e)}; -},{"../internals/global":"MVLi"}],"xykq":[function(require,module,exports) { -var e=require("../internals/export"),r=require("../internals/number-is-finite");e({target:"Number",stat:!0},{isFinite:r}); -},{"../internals/export":"rhEq","../internals/number-is-finite":"DaQS"}],"HM9H":[function(require,module,exports) { -var e=require("../internals/is-object"),r=Math.floor;module.exports=function(i){return!e(i)&&isFinite(i)&&r(i)===i}; -},{"../internals/is-object":"AsqF"}],"mK5P":[function(require,module,exports) { -var e=require("../internals/export"),r=require("../internals/is-integer");e({target:"Number",stat:!0},{isInteger:r}); -},{"../internals/export":"rhEq","../internals/is-integer":"HM9H"}],"jYuH":[function(require,module,exports) { -var r=require("../internals/export");r({target:"Number",stat:!0},{isNaN:function(r){return r!=r}}); -},{"../internals/export":"rhEq"}],"BAEw":[function(require,module,exports) { -var e=require("../internals/export"),r=require("../internals/is-integer"),t=Math.abs;e({target:"Number",stat:!0},{isSafeInteger:function(e){return r(e)&&t(e)<=9007199254740991}}); -},{"../internals/export":"rhEq","../internals/is-integer":"HM9H"}],"D9EQ":[function(require,module,exports) { -var r=require("../internals/export");r({target:"Number",stat:!0},{MAX_SAFE_INTEGER:9007199254740991}); -},{"../internals/export":"rhEq"}],"WlNN":[function(require,module,exports) { -var r=require("../internals/export");r({target:"Number",stat:!0},{MIN_SAFE_INTEGER:-9007199254740991}); -},{"../internals/export":"rhEq"}],"tHG2":[function(require,module,exports) { -var r=require("../internals/export"),e=require("../internals/number-parse-float");r({target:"Number",stat:!0,forced:Number.parseFloat!=e},{parseFloat:e}); -},{"../internals/export":"rhEq","../internals/number-parse-float":"LbIr"}],"eX39":[function(require,module,exports) { -var r=require("../internals/export"),e=require("../internals/number-parse-int");r({target:"Number",stat:!0,forced:Number.parseInt!=e},{parseInt:e}); -},{"../internals/export":"rhEq","../internals/number-parse-int":"brK6"}],"bMZq":[function(require,module,exports) { -var r=require("../internals/classof-raw");module.exports=function(e){if("number"!=typeof e&&"Number"!=r(e))throw TypeError("Incorrect invocation");return+e}; -},{"../internals/classof-raw":"jUdy"}],"qTD4":[function(require,module,exports) { -"use strict";var r=require("../internals/export"),e=require("../internals/to-integer"),t=require("../internals/this-number-value"),i=require("../internals/string-repeat"),n=require("../internals/fails"),o=1..toFixed,a=Math.floor,f=function(r,e,t){return 0===e?t:e%2==1?f(r,e-1,t*r):f(r*r,e/2,t)},u=function(r){for(var e=0,t=r;t>=4096;)e+=12,t/=4096;for(;t>=2;)e+=1,t/=2;return e},l=o&&("0.000"!==8e-5.toFixed(3)||"1"!==.9.toFixed(0)||"1.25"!==1.255.toFixed(2)||"1000000000000000128"!==(0xde0b6b3a7640080).toFixed(0))||!n(function(){o.call({})});r({target:"Number",proto:!0,forced:l},{toFixed:function(r){var n,o,l,c,s=t(this),d=e(r),g=[0,0,0,0,0,0],v="",x="0",h=function(r,e){for(var t=-1,i=e;++t<6;)i+=r*g[t],g[t]=i%1e7,i=a(i/1e7)},F=function(r){for(var e=6,t=0;--e>=0;)t+=g[e],g[e]=a(t/r),t=t%r*1e7},q=function(){for(var r=6,e="";--r>=0;)if(""!==e||0===r||0!==g[r]){var t=String(g[r]);e=""===e?t:e+i.call("0",7-t.length)+t}return e};if(d<0||d>20)throw RangeError("Incorrect fraction digits");if(s!=s)return"NaN";if(s<=-1e21||s>=1e21)return String(s);if(s<0&&(v="-",s=-s),s>1e-21)if(o=(n=u(s*f(2,69,1))-69)<0?s*f(2,-n,1):s/f(2,n,1),o*=4503599627370496,(n=52-n)>0){for(h(0,o),l=d;l>=7;)h(1e7,0),l-=7;for(h(f(10,l,1),0),l=n-1;l>=23;)F(1<<23),l-=23;F(1<0?v+((c=x.length)<=d?"0."+i.call("0",d-c)+x:x.slice(0,c-d)+"."+x.slice(c-d)):v+x}}); -},{"../internals/export":"rhEq","../internals/to-integer":"GwUC","../internals/this-number-value":"bMZq","../internals/string-repeat":"xEiV","../internals/fails":"pWu7"}],"PZps":[function(require,module,exports) { -"use strict";var r=require("../internals/export"),e=require("../internals/fails"),i=require("../internals/this-number-value"),t=1..toPrecision,n=e(function(){return"1"!==t.call(1,void 0)})||!e(function(){t.call({})});r({target:"Number",proto:!0,forced:n},{toPrecision:function(r){return void 0===r?t.call(i(this)):t.call(i(this),r)}}); -},{"../internals/export":"rhEq","../internals/fails":"pWu7","../internals/this-number-value":"bMZq"}],"EUym":[function(require,module,exports) { -var e=Math.log;module.exports=Math.log1p||function(o){return(o=+o)>-1e-8&&o<1e-8?o-o*o/2:e(1+o)}; -},{}],"szh2":[function(require,module,exports) { -var t=require("../internals/export"),a=require("../internals/math-log1p"),r=Math.acosh,e=Math.log,h=Math.sqrt,o=Math.LN2,n=!r||710!=Math.floor(r(Number.MAX_VALUE))||r(1/0)!=1/0;t({target:"Math",stat:!0,forced:n},{acosh:function(t){return(t=+t)<1?NaN:t>94906265.62425156?e(t)+o:a(t-1+h(t-1)*h(t+1))}}); -},{"../internals/export":"rhEq","../internals/math-log1p":"EUym"}],"lX9L":[function(require,module,exports) { -var t=require("../internals/export"),a=Math.asinh,r=Math.log,e=Math.sqrt;function i(t){return isFinite(t=+t)&&0!=t?t<0?-i(-t):r(t+e(t*t+1)):t}t({target:"Math",stat:!0,forced:!(a&&1/a(0)>0)},{asinh:i}); -},{"../internals/export":"rhEq"}],"dF5J":[function(require,module,exports) { -var t=require("../internals/export"),a=Math.atanh,r=Math.log;t({target:"Math",stat:!0,forced:!(a&&1/a(-0)<0)},{atanh:function(t){return 0==(t=+t)?t:r((1+t)/(1-t))/2}}); -},{"../internals/export":"rhEq"}],"wL8P":[function(require,module,exports) { -module.exports=Math.sign||function(n){return 0==(n=+n)||n!=n?n:n<0?-1:1}; -},{}],"RF5g":[function(require,module,exports) { -var t=require("../internals/export"),r=require("../internals/math-sign"),a=Math.abs,e=Math.pow;t({target:"Math",stat:!0},{cbrt:function(t){return r(t=+t)*e(a(t),1/3)}}); -},{"../internals/export":"rhEq","../internals/math-sign":"wL8P"}],"k2zs":[function(require,module,exports) { -var t=require("../internals/export"),r=Math.floor,a=Math.log,e=Math.LOG2E;t({target:"Math",stat:!0},{clz32:function(t){return(t>>>=0)?31-r(a(t+.5)*e):32}}); -},{"../internals/export":"rhEq"}],"xAPX":[function(require,module,exports) { -var e=Math.expm1,t=Math.exp;module.exports=!e||e(10)>22025.465794806718||e(10)<22025.465794806718||-2e-17!=e(-2e-17)?function(e){return 0==(e=+e)?e:e>-1e-6&&e<1e-6?e+e*e/2:t(e)-1}:e; -},{}],"KbzY":[function(require,module,exports) { -var t=require("../internals/export"),r=require("../internals/math-expm1"),a=Math.cosh,e=Math.abs,h=Math.E;t({target:"Math",stat:!0,forced:!a||a(710)===1/0},{cosh:function(t){var a=r(e(t)-1)+1;return(a+1/(a*h*h))*(h/2)}}); -},{"../internals/export":"rhEq","../internals/math-expm1":"xAPX"}],"gE1J":[function(require,module,exports) { -var e=require("../internals/export"),r=require("../internals/math-expm1");e({target:"Math",stat:!0,forced:r!=Math.expm1},{expm1:r}); -},{"../internals/export":"rhEq","../internals/math-expm1":"xAPX"}],"mXoY":[function(require,module,exports) { -var r=require("../internals/math-sign"),n=Math.abs,t=Math.pow,a=t(2,-52),e=t(2,-23),u=t(2,127)*(2-e),o=t(2,-126),i=function(r){return r+1/a-1/a};module.exports=Math.fround||function(t){var h,s,f=n(t),M=r(t);return fu||s!=s?M*(1/0):M*s}; -},{"../internals/math-sign":"wL8P"}],"zb0x":[function(require,module,exports) { -var r=require("../internals/export"),t=require("../internals/math-fround");r({target:"Math",stat:!0},{fround:t}); -},{"../internals/export":"rhEq","../internals/math-fround":"mXoY"}],"B4cQ":[function(require,module,exports) { -var t=require("../internals/export"),r=Math.hypot,a=Math.abs,e=Math.sqrt,h=!!r&&r(1/0,NaN)!==1/0;t({target:"Math",stat:!0,forced:h},{hypot:function(t,r){for(var h,n,o=0,s=0,M=arguments.length,f=0;s0?(n=h/f)*n:h;return f===1/0?1/0:f*e(o)}}); -},{"../internals/export":"rhEq"}],"Bl9f":[function(require,module,exports) { -var r=require("../internals/export"),t=require("../internals/fails"),e=Math.imul,n=t(function(){return-5!=e(4294967295,5)||2!=e.length});r({target:"Math",stat:!0,forced:n},{imul:function(r,t){var e=+r,n=+t,a=65535&e,i=65535&n;return 0|a*i+((65535&e>>>16)*i+a*(65535&n>>>16)<<16>>>0)}}); -},{"../internals/export":"rhEq","../internals/fails":"pWu7"}],"Zbeu":[function(require,module,exports) { -var t=require("../internals/export"),r=Math.log,a=Math.LOG10E;t({target:"Math",stat:!0},{log10:function(t){return r(t)*a}}); -},{"../internals/export":"rhEq"}],"eVjJ":[function(require,module,exports) { -var r=require("../internals/export"),t=require("../internals/math-log1p");r({target:"Math",stat:!0},{log1p:t}); -},{"../internals/export":"rhEq","../internals/math-log1p":"EUym"}],"HPCZ":[function(require,module,exports) { -var t=require("../internals/export"),r=Math.log,a=Math.LN2;t({target:"Math",stat:!0},{log2:function(t){return r(t)/a}}); -},{"../internals/export":"rhEq"}],"wvgJ":[function(require,module,exports) { -var r=require("../internals/export"),t=require("../internals/math-sign");r({target:"Math",stat:!0},{sign:t}); -},{"../internals/export":"rhEq","../internals/math-sign":"wL8P"}],"VNT8":[function(require,module,exports) { -var e=require("../internals/export"),t=require("../internals/fails"),r=require("../internals/math-expm1"),a=Math.abs,n=Math.exp,i=Math.E,h=t(function(){return-2e-17!=Math.sinh(-2e-17)});e({target:"Math",stat:!0,forced:h},{sinh:function(e){return a(e=+e)<1?(r(e)-r(-e))/2:(n(e-1)-n(-e-1))*(i/2)}}); -},{"../internals/export":"rhEq","../internals/fails":"pWu7","../internals/math-expm1":"xAPX"}],"I2ip":[function(require,module,exports) { -var t=require("../internals/export"),r=require("../internals/math-expm1"),e=Math.exp;t({target:"Math",stat:!0},{tanh:function(t){var a=r(t=+t),n=r(-t);return a==1/0?1:n==1/0?-1:(a-n)/(e(t)+e(-t))}}); -},{"../internals/export":"rhEq","../internals/math-expm1":"xAPX"}],"CevC":[function(require,module,exports) { -var t=require("../internals/set-to-string-tag");t(Math,"Math",!0); -},{"../internals/set-to-string-tag":"kLCt"}],"GaOn":[function(require,module,exports) { -var t=require("../internals/export"),r=Math.ceil,a=Math.floor;t({target:"Math",stat:!0},{trunc:function(t){return(t>0?a:r)(t)}}); -},{"../internals/export":"rhEq"}],"Yqn8":[function(require,module,exports) { -var e=require("../internals/export");e({target:"Date",stat:!0},{now:function(){return(new Date).getTime()}}); -},{"../internals/export":"rhEq"}],"KP08":[function(require,module,exports) { -"use strict";var t=require("../internals/export"),r=require("../internals/fails"),e=require("../internals/to-object"),n=require("../internals/to-primitive"),i=r(function(){return null!==new Date(NaN).toJSON()||1!==Date.prototype.toJSON.call({toISOString:function(){return 1}})});t({target:"Date",proto:!0,forced:i},{toJSON:function(t){var r=e(this),i=n(r);return"number"!=typeof i||isFinite(i)?r.toISOString():null}}); -},{"../internals/export":"rhEq","../internals/fails":"pWu7","../internals/to-object":"Q9KC","../internals/to-primitive":"wZyz"}],"rnka":[function(require,module,exports) { -"use strict";var t=require("../internals/fails"),e=require("../internals/string-pad").start,i=Math.abs,r=Date.prototype,n=r.getTime,s=r.toISOString;module.exports=t(function(){return"0385-07-25T07:06:39.999Z"!=s.call(new Date(-5e13-1))})||!t(function(){s.call(new Date(NaN))})?function(){if(!isFinite(n.call(this)))throw RangeError("Invalid time value");var t=this.getUTCFullYear(),r=this.getUTCMilliseconds(),s=t<0?"-":t>9999?"+":"";return s+e(i(t),s?6:4,0)+"-"+e(this.getUTCMonth()+1,2,0)+"-"+e(this.getUTCDate(),2,0)+"T"+e(this.getUTCHours(),2,0)+":"+e(this.getUTCMinutes(),2,0)+":"+e(this.getUTCSeconds(),2,0)+"."+e(r,3,0)+"Z"}:s; -},{"../internals/fails":"pWu7","../internals/string-pad":"O1JD"}],"FvU6":[function(require,module,exports) { -var t=require("../internals/export"),r=require("../internals/date-to-iso-string");t({target:"Date",proto:!0,forced:Date.prototype.toISOString!==r},{toISOString:r}); -},{"../internals/export":"rhEq","../internals/date-to-iso-string":"rnka"}],"GjHx":[function(require,module,exports) { -var e=require("../internals/redefine"),t=Date.prototype,a="Invalid Date",r="toString",i=t[r],n=t.getTime;new Date(NaN)+""!=a&&e(t,r,function(){var e=n.call(this);return e==e?i.call(this):a}); -},{"../internals/redefine":"ztZs"}],"IBYR":[function(require,module,exports) { -"use strict";var r=require("../internals/an-object"),e=require("../internals/to-primitive");module.exports=function(t){if("string"!==t&&"number"!==t&&"default"!==t)throw TypeError("Incorrect hint");return e(r(this),"number"!==t)}; -},{"../internals/an-object":"eAPg","../internals/to-primitive":"wZyz"}],"bfeb":[function(require,module,exports) { -var e=require("../internals/create-non-enumerable-property"),r=require("../internals/date-to-primitive"),i=require("../internals/well-known-symbol"),t=i("toPrimitive"),n=Date.prototype;t in n||e(n,t,r); -},{"../internals/create-non-enumerable-property":"GwPZ","../internals/date-to-primitive":"IBYR","../internals/well-known-symbol":"Q0EA"}],"tFg0":[function(require,module,exports) { -var t=require("../internals/export"),r=require("../internals/get-built-in"),e=require("../internals/fails"),u=r("JSON","stringify"),n=/[\uD800-\uDFFF]/g,i=/^[\uD800-\uDBFF]$/,a=/^[\uDC00-\uDFFF]$/,s=function(t,r,e){var u=e.charAt(r-1),n=e.charAt(r+1);return i.test(t)&&!a.test(n)||a.test(t)&&!i.test(u)?"\\u"+t.charCodeAt(0).toString(16):t},d=e(function(){return'"\\udf06\\ud834"'!==u("\udf06\ud834")||'"\\udead"'!==u("\udead")});u&&t({target:"JSON",stat:!0,forced:d},{stringify:function(t,r,e){var i=u.apply(null,arguments);return"string"==typeof i?i.replace(n,s):i}}); -},{"../internals/export":"rhEq","../internals/get-built-in":"mLk8","../internals/fails":"pWu7"}],"azWb":[function(require,module,exports) { - -var r=require("../internals/global"),e=require("../internals/set-to-string-tag");e(r.JSON,"JSON",!0); -},{"../internals/global":"MVLi","../internals/set-to-string-tag":"kLCt"}],"O8N5":[function(require,module,exports) { - -var e=require("../internals/global");module.exports=e.Promise; -},{"../internals/global":"MVLi"}],"oPIw":[function(require,module,exports) { -var r=require("../internals/redefine");module.exports=function(e,n,i){for(var o in n)r(e,o,n[o],i);return e}; -},{"../internals/redefine":"ztZs"}],"pJoy":[function(require,module,exports) { -module.exports=function(o,r,n){if(!(o instanceof r))throw TypeError("Incorrect "+(n?n+" ":"")+"invocation");return o}; -},{}],"y6fo":[function(require,module,exports) { -var e=require("../internals/engine-user-agent");module.exports=/(iphone|ipod|ipad).*applewebkit/i.test(e); -},{"../internals/engine-user-agent":"ds3C"}],"g1no":[function(require,module,exports) { - - -var e,n,t,i=require("../internals/global"),o=require("../internals/fails"),r=require("../internals/classof-raw"),s=require("../internals/function-bind-context"),a=require("../internals/html"),c=require("../internals/document-create-element"),u=require("../internals/engine-is-ios"),l=i.location,f=i.setImmediate,p=i.clearImmediate,d=i.process,m=i.MessageChannel,h=i.Dispatch,g=0,q={},v="onreadystatechange",w=function(e){if(q.hasOwnProperty(e)){var n=q[e];delete q[e],n()}},y=function(e){return function(){w(e)}},M=function(e){w(e.data)},x=function(e){i.postMessage(e+"",l.protocol+"//"+l.host)};f&&p||(f=function(n){for(var t=[],i=1;arguments.length>i;)t.push(arguments[i++]);return q[++g]=function(){("function"==typeof n?n:Function(n)).apply(void 0,t)},e(g),g},p=function(e){delete q[e]},"process"==r(d)?e=function(e){d.nextTick(y(e))}:h&&h.now?e=function(e){h.now(y(e))}:m&&!u?(t=(n=new m).port2,n.port1.onmessage=M,e=s(t.postMessage,t,1)):!i.addEventListener||"function"!=typeof postMessage||i.importScripts||o(x)||"file:"===l.protocol?e=v in c("script")?function(e){a.appendChild(c("script"))[v]=function(){a.removeChild(this),w(e)}}:function(e){setTimeout(y(e),0)}:(e=x,i.addEventListener("message",M,!1))),module.exports={set:f,clear:p}; -},{"../internals/global":"MVLi","../internals/fails":"pWu7","../internals/classof-raw":"jUdy","../internals/function-bind-context":"dEmF","../internals/html":"tTwY","../internals/document-create-element":"tvdn","../internals/engine-is-ios":"y6fo"}],"jLqr":[function(require,module,exports) { - - -var e,r,t,n,o,i,a,s,c=require("../internals/global"),u=require("../internals/object-get-own-property-descriptor").f,l=require("../internals/classof-raw"),v=require("../internals/task").set,f=require("../internals/engine-is-ios"),d=c.MutationObserver||c.WebKitMutationObserver,x=c.process,b=c.Promise,p="process"==l(x),q=u(c,"queueMicrotask"),h=q&&q.value;h||(e=function(){var e,o;for(p&&(e=x.domain)&&e.exit();r;){o=r.fn,r=r.next;try{o()}catch(i){throw r?n():t=void 0,i}}t=void 0,e&&e.enter()},p?n=function(){x.nextTick(e)}:d&&!f?(o=!0,i=document.createTextNode(""),new d(e).observe(i,{characterData:!0}),n=function(){i.data=o=!o}):b&&b.resolve?(a=b.resolve(void 0),s=a.then,n=function(){s.call(a,e)}):n=function(){v.call(c,e)}),module.exports=h||function(e){var o={fn:e,next:void 0};t&&(t.next=o),r||(r=o,n()),t=o}; -},{"../internals/global":"MVLi","../internals/object-get-own-property-descriptor":"zm15","../internals/classof-raw":"jUdy","../internals/task":"g1no","../internals/engine-is-ios":"y6fo"}],"NKSu":[function(require,module,exports) { -"use strict";var r=require("../internals/a-function"),e=function(e){var t,i;this.promise=new e(function(r,e){if(void 0!==t||void 0!==i)throw TypeError("Bad Promise constructor");t=r,i=e}),this.resolve=r(t),this.reject=r(i)};module.exports.f=function(r){return new e(r)}; -},{"../internals/a-function":"SOPX"}],"S6uO":[function(require,module,exports) { -var r=require("../internals/an-object"),e=require("../internals/is-object"),i=require("../internals/new-promise-capability");module.exports=function(n,t){if(r(n),e(t)&&t.constructor===n)return t;var o=i.f(n);return(0,o.resolve)(t),o.promise}; -},{"../internals/an-object":"eAPg","../internals/is-object":"AsqF","../internals/new-promise-capability":"NKSu"}],"xiDB":[function(require,module,exports) { - -var r=require("../internals/global");module.exports=function(e,o){var l=r.console;l&&l.error&&(1===arguments.length?l.error(e):l.error(e,o))}; -},{"../internals/global":"MVLi"}],"coA3":[function(require,module,exports) { -module.exports=function(r){try{return{error:!1,value:r()}}catch(e){return{error:!0,value:e}}}; -},{}],"ItbG":[function(require,module,exports) { - - -"use strict";var e,t,n,r,i=require("../internals/export"),o=require("../internals/is-pure"),a=require("../internals/global"),c=require("../internals/get-built-in"),s=require("../internals/native-promise-constructor"),u=require("../internals/redefine"),l=require("../internals/redefine-all"),f=require("../internals/set-to-string-tag"),v=require("../internals/set-species"),h=require("../internals/is-object"),p=require("../internals/a-function"),d=require("../internals/an-instance"),m=require("../internals/classof-raw"),q=require("../internals/inspect-source"),y=require("../internals/iterate"),j=require("../internals/check-correctness-of-iteration"),g=require("../internals/species-constructor"),w=require("../internals/task").set,b=require("../internals/microtask"),E=require("../internals/promise-resolve"),k=require("../internals/host-report-errors"),P=require("../internals/new-promise-capability"),x=require("../internals/perform"),R=require("../internals/internal-state"),F=require("../internals/is-forced"),H=require("../internals/well-known-symbol"),S=require("../internals/engine-v8-version"),T=H("species"),U="Promise",z=R.get,A=R.set,B=R.getterFor(U),C=s,D=a.TypeError,G=a.document,I=a.process,J=c("fetch"),K=P.f,L=K,M="process"==m(I),N=!!(G&&G.createEvent&&a.dispatchEvent),O="unhandledrejection",Q="rejectionhandled",V=0,W=1,X=2,Y=1,Z=2,$=F(U,function(){if(!(q(C)!==String(C))){if(66===S)return!0;if(!M&&"function"!=typeof PromiseRejectionEvent)return!0}if(o&&!C.prototype.finally)return!0;if(S>=51&&/native code/.test(C))return!1;var e=C.resolve(1),t=function(e){e(function(){},function(){})};return(e.constructor={})[T]=t,!(e.then(function(){})instanceof t)}),_=$||!j(function(e){C.all(e).catch(function(){})}),ee=function(e){var t;return!(!h(e)||"function"!=typeof(t=e.then))&&t},te=function(e,t,n){if(!t.notified){t.notified=!0;var r=t.reactions;b(function(){for(var i=t.value,o=t.state==W,a=0;r.length>a;){var c,s,u,l=r[a++],f=o?l.ok:l.fail,v=l.resolve,h=l.reject,p=l.domain;try{f?(o||(t.rejection===Z&&oe(e,t),t.rejection=Y),!0===f?c=i:(p&&p.enter(),c=f(i),p&&(p.exit(),u=!0)),c===l.promise?h(D("Promise-chain cycle")):(s=ee(c))?s.call(c,v,h):v(c)):h(i)}catch(d){p&&!u&&p.exit(),h(d)}}t.reactions=[],t.notified=!1,n&&!t.rejection&&re(e,t)})}},ne=function(e,t,n){var r,i;N?((r=G.createEvent("Event")).promise=t,r.reason=n,r.initEvent(e,!1,!0),a.dispatchEvent(r)):r={promise:t,reason:n},(i=a["on"+e])?i(r):e===O&&k("Unhandled promise rejection",n)},re=function(e,t){w.call(a,function(){var n,r=t.value;if(ie(t)&&(n=x(function(){M?I.emit("unhandledRejection",r,e):ne(O,e,r)}),t.rejection=M||ie(t)?Z:Y,n.error))throw n.value})},ie=function(e){return e.rejection!==Y&&!e.parent},oe=function(e,t){w.call(a,function(){M?I.emit("rejectionHandled",e):ne(Q,e,t.value)})},ae=function(e,t,n,r){return function(i){e(t,n,i,r)}},ce=function(e,t,n,r){t.done||(t.done=!0,r&&(t=r),t.value=n,t.state=X,te(e,t,!0))},se=function(e,t,n,r){if(!t.done){t.done=!0,r&&(t=r);try{if(e===n)throw D("Promise can't be resolved itself");var i=ee(n);i?b(function(){var r={done:!1};try{i.call(n,ae(se,e,r,t),ae(ce,e,r,t))}catch(o){ce(e,r,o,t)}}):(t.value=n,t.state=W,te(e,t,!1))}catch(o){ce(e,{done:!1},o,t)}}};$&&(C=function(t){d(this,C,U),p(t),e.call(this);var n=z(this);try{t(ae(se,this,n),ae(ce,this,n))}catch(r){ce(this,n,r)}},(e=function(e){A(this,{type:U,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:V,value:void 0})}).prototype=l(C.prototype,{then:function(e,t){var n=B(this),r=K(g(this,C));return r.ok="function"!=typeof e||e,r.fail="function"==typeof t&&t,r.domain=M?I.domain:void 0,n.parent=!0,n.reactions.push(r),n.state!=V&&te(this,n,!1),r.promise},catch:function(e){return this.then(void 0,e)}}),t=function(){var t=new e,n=z(t);this.promise=t,this.resolve=ae(se,t,n),this.reject=ae(ce,t,n)},P.f=K=function(e){return e===C||e===n?new t(e):L(e)},o||"function"!=typeof s||(r=s.prototype.then,u(s.prototype,"then",function(e,t){var n=this;return new C(function(e,t){r.call(n,e,t)}).then(e,t)},{unsafe:!0}),"function"==typeof J&&i({global:!0,enumerable:!0,forced:!0},{fetch:function(e){return E(C,J.apply(a,arguments))}}))),i({global:!0,wrap:!0,forced:$},{Promise:C}),f(C,U,!1,!0),v(U),n=c(U),i({target:U,stat:!0,forced:$},{reject:function(e){var t=K(this);return t.reject.call(void 0,e),t.promise}}),i({target:U,stat:!0,forced:o||$},{resolve:function(e){return E(o&&this===n?C:this,e)}}),i({target:U,stat:!0,forced:_},{all:function(e){var t=this,n=K(t),r=n.resolve,i=n.reject,o=x(function(){var n=p(t.resolve),o=[],a=0,c=1;y(e,function(e){var s=a++,u=!1;o.push(void 0),c++,n.call(t,e).then(function(e){u||(u=!0,o[s]=e,--c||r(o))},i)}),--c||r(o)});return o.error&&i(o.value),n.promise},race:function(e){var t=this,n=K(t),r=n.reject,i=x(function(){var i=p(t.resolve);y(e,function(e){i.call(t,e).then(n.resolve,r)})});return i.error&&r(i.value),n.promise}}); -},{"../internals/export":"rhEq","../internals/is-pure":"tGwT","../internals/global":"MVLi","../internals/get-built-in":"mLk8","../internals/native-promise-constructor":"O8N5","../internals/redefine":"ztZs","../internals/redefine-all":"oPIw","../internals/set-to-string-tag":"kLCt","../internals/set-species":"bDBP","../internals/is-object":"AsqF","../internals/a-function":"SOPX","../internals/an-instance":"pJoy","../internals/classof-raw":"jUdy","../internals/inspect-source":"DE9Q","../internals/iterate":"Oj1G","../internals/check-correctness-of-iteration":"XOlJ","../internals/species-constructor":"mxIp","../internals/task":"g1no","../internals/microtask":"jLqr","../internals/promise-resolve":"S6uO","../internals/host-report-errors":"xiDB","../internals/new-promise-capability":"NKSu","../internals/perform":"coA3","../internals/internal-state":"vLSK","../internals/is-forced":"Y6Gi","../internals/well-known-symbol":"Q0EA","../internals/engine-v8-version":"mpuz"}],"i5OW":[function(require,module,exports) { -"use strict";var e=require("../internals/export"),r=require("../internals/a-function"),t=require("../internals/new-promise-capability"),i=require("../internals/perform"),n=require("../internals/iterate");e({target:"Promise",stat:!0},{allSettled:function(e){var a=this,s=t.f(a),u=s.resolve,l=s.reject,o=i(function(){var t=r(a.resolve),i=[],s=0,l=1;n(e,function(e){var r=s++,n=!1;i.push(void 0),l++,t.call(a,e).then(function(e){n||(n=!0,i[r]={status:"fulfilled",value:e},--l||u(i))},function(e){n||(n=!0,i[r]={status:"rejected",reason:e},--l||u(i))})}),--l||u(i)});return o.error&&l(o.value),s.promise}}); -},{"../internals/export":"rhEq","../internals/a-function":"SOPX","../internals/new-promise-capability":"NKSu","../internals/perform":"coA3","../internals/iterate":"Oj1G"}],"cWVQ":[function(require,module,exports) { -"use strict";var e=require("../internals/export"),r=require("../internals/is-pure"),n=require("../internals/native-promise-constructor"),t=require("../internals/fails"),i=require("../internals/get-built-in"),o=require("../internals/species-constructor"),u=require("../internals/promise-resolve"),l=require("../internals/redefine"),s=!!n&&t(function(){n.prototype.finally.call({then:function(){}},function(){})});e({target:"Promise",proto:!0,real:!0,forced:s},{finally:function(e){var r=o(this,i("Promise")),n="function"==typeof e;return this.then(n?function(n){return u(r,e()).then(function(){return n})}:e,n?function(n){return u(r,e()).then(function(){throw n})}:e)}}),r||"function"!=typeof n||n.prototype.finally||l(n.prototype,"finally",i("Promise").prototype.finally); -},{"../internals/export":"rhEq","../internals/is-pure":"tGwT","../internals/native-promise-constructor":"O8N5","../internals/fails":"pWu7","../internals/get-built-in":"mLk8","../internals/species-constructor":"mxIp","../internals/promise-resolve":"S6uO","../internals/redefine":"ztZs"}],"eBDp":[function(require,module,exports) { - -"use strict";var e=require("../internals/export"),r=require("../internals/global"),n=require("../internals/is-forced"),t=require("../internals/redefine"),i=require("../internals/internal-metadata"),a=require("../internals/iterate"),s=require("../internals/an-instance"),u=require("../internals/is-object"),o=require("../internals/fails"),l=require("../internals/check-correctness-of-iteration"),c=require("../internals/set-to-string-tag"),f=require("../internals/inherit-if-required");module.exports=function(d,h,q){var g=-1!==d.indexOf("Map"),p=-1!==d.indexOf("Weak"),v=g?"set":"add",w=r[d],x=w&&w.prototype,b=w,y={},E=function(e){var r=x[e];t(x,e,"add"==e?function(e){return r.call(this,0===e?0:e),this}:"delete"==e?function(e){return!(p&&!u(e))&&r.call(this,0===e?0:e)}:"get"==e?function(e){return p&&!u(e)?void 0:r.call(this,0===e?0:e)}:"has"==e?function(e){return!(p&&!u(e))&&r.call(this,0===e?0:e)}:function(e,n){return r.call(this,0===e?0:e,n),this})};if(n(d,"function"!=typeof w||!(p||x.forEach&&!o(function(){(new w).entries().next()}))))b=q.getConstructor(h,d,g,v),i.REQUIRED=!0;else if(n(d,!0)){var k=new b,m=k[v](p?{}:-0,1)!=k,O=o(function(){k.has(1)}),R=l(function(e){new w(e)}),j=!p&&o(function(){for(var e=new w,r=5;r--;)e[v](r,r);return!e.has(-0)});R||((b=h(function(e,r){s(e,b,d);var n=f(new w,e,b);return null!=r&&a(r,n[v],n,g),n})).prototype=x,x.constructor=b),(O||j)&&(E("delete"),E("has"),g&&E("get")),(j||m)&&E(v),p&&x.clear&&delete x.clear}return y[d]=b,e({global:!0,forced:b!=w},y),c(b,d),p||q.setStrong(b,d,g),b}; -},{"../internals/export":"rhEq","../internals/global":"MVLi","../internals/is-forced":"Y6Gi","../internals/redefine":"ztZs","../internals/internal-metadata":"Cjms","../internals/iterate":"Oj1G","../internals/an-instance":"pJoy","../internals/is-object":"AsqF","../internals/fails":"pWu7","../internals/check-correctness-of-iteration":"XOlJ","../internals/set-to-string-tag":"kLCt","../internals/inherit-if-required":"e5oz"}],"wHth":[function(require,module,exports) { -var define; -var e,t=require("../internals/object-define-property").f,r=require("../internals/object-create"),i=require("../internals/redefine-all"),n=require("../internals/function-bind-context"),s=require("../internals/an-instance"),o=require("../internals/iterate"),a=require("../internals/define-iterator"),u=require("../internals/set-species"),l=require("../internals/descriptors"),v=require("../internals/internal-metadata").fastKey,d=require("../internals/internal-state"),f=d.set,c=d.getterFor;module.exports={getConstructor:function(e,a,u,d){var p=e(function(e,t){s(e,p,a),f(e,{type:a,index:r(null),first:void 0,last:void 0,size:0}),l||(e.size=0),null!=t&&o(t,e[d],e,u)}),x=c(a),h=function(e,t,r){var i,n,s=x(e),o=y(e,t);return o?o.value=r:(s.last=o={index:n=v(t,!0),key:t,value:r,previous:i=s.last,next:void 0,removed:!1},s.first||(s.first=o),i&&(i.next=o),l?s.size++:e.size++,"F"!==n&&(s.index[n]=o)),e},y=function(e,t){var r,i=x(e),n=v(t);if("F"!==n)return i.index[n];for(r=i.first;r;r=r.next)if(r.key==t)return r};return i(p.prototype,{clear:function(){for(var e=x(this),t=e.index,r=e.first;r;)r.removed=!0,r.previous&&(r.previous=r.previous.next=void 0),delete t[r.index],r=r.next;e.first=e.last=void 0,l?e.size=0:this.size=0},delete:function(e){var t=x(this),r=y(this,e);if(r){var i=r.next,n=r.previous;delete t.index[r.index],r.removed=!0,n&&(n.next=i),i&&(i.previous=n),t.first==r&&(t.first=i),t.last==r&&(t.last=n),l?t.size--:this.size--}return!!r},forEach:function(e){for(var t,r=x(this),i=n(e,arguments.length>1?arguments[1]:void 0,3);t=t?t.next:r.first;)for(i(t.value,t.key,this);t&&t.removed;)t=t.previous},has:function(e){return!!y(this,e)}}),i(p.prototype,u?{get:function(e){var t=y(this,e);return t&&t.value},set:function(e,t){return h(this,0===e?0:e,t)}}:{add:function(e){return h(this,e=0===e?0:e,e)}}),l&&t(p.prototype,"size",{get:function(){return x(this).size}}),p},setStrong:function(e,t,r){var i=t+" Iterator",n=c(t),s=c(i);a(e,t,function(e,t){f(this,{type:i,target:e,state:n(e),kind:t,last:void 0})},function(){for(var e=s(this),t=e.kind,r=e.last;r&&r.removed;)r=r.previous;return e.target&&(e.last=r=r?r.next:e.state.first)?"keys"==t?{value:r.key,done:!1}:"values"==t?{value:r.value,done:!1}:{value:[r.key,r.value],done:!1}:(e.target=void 0,{value:void 0,done:!0})},r?"entries":"values",!r,!0),u(t)}}; -},{"../internals/object-define-property":"AtXZ","../internals/object-create":"zWsZ","../internals/redefine-all":"oPIw","../internals/function-bind-context":"dEmF","../internals/an-instance":"pJoy","../internals/iterate":"Oj1G","../internals/define-iterator":"CpaJ","../internals/set-species":"bDBP","../internals/descriptors":"A8Ob","../internals/internal-metadata":"Cjms","../internals/internal-state":"vLSK"}],"hKUr":[function(require,module,exports) { -"use strict";var e=require("../internals/collection"),n=require("../internals/collection-strong");module.exports=e("Map",function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}},n); -},{"../internals/collection":"eBDp","../internals/collection-strong":"wHth"}],"YQdF":[function(require,module,exports) { -"use strict";var e=require("../internals/collection"),t=require("../internals/collection-strong");module.exports=e("Set",function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}},t); -},{"../internals/collection":"eBDp","../internals/collection-strong":"wHth"}],"cqZs":[function(require,module,exports) { -var define; -var e,t=require("../internals/redefine-all"),r=require("../internals/internal-metadata").getWeakData,n=require("../internals/an-object"),i=require("../internals/is-object"),u=require("../internals/an-instance"),a=require("../internals/iterate"),s=require("../internals/array-iteration"),o=require("../internals/has"),f=require("../internals/internal-state"),c=f.set,l=f.getterFor,d=s.find,h=s.findIndex,v=0,p=function(e){return e.frozen||(e.frozen=new q)},q=function(){this.entries=[]},g=function(e,t){return d(e.entries,function(e){return e[0]===t})};q.prototype={get:function(e){var t=g(this,e);if(t)return t[1]},has:function(e){return!!g(this,e)},set:function(e,t){var r=g(this,e);r?r[1]=t:this.entries.push([e,t])},delete:function(e){var t=h(this.entries,function(t){return t[0]===e});return~t&&this.entries.splice(t,1),!!~t}},module.exports={getConstructor:function(e,s,f,d){var h=e(function(e,t){u(e,h,s),c(e,{type:s,id:v++,frozen:void 0}),null!=t&&a(t,e[d],e,f)}),q=l(s),g=function(e,t,i){var u=q(e),a=r(n(t),!0);return!0===a?p(u).set(t,i):a[u.id]=i,e};return t(h.prototype,{delete:function(e){var t=q(this);if(!i(e))return!1;var n=r(e);return!0===n?p(t).delete(e):n&&o(n,t.id)&&delete n[t.id]},has:function(e){var t=q(this);if(!i(e))return!1;var n=r(e);return!0===n?p(t).has(e):n&&o(n,t.id)}}),t(h.prototype,f?{get:function(e){var t=q(this);if(i(e)){var n=r(e);return!0===n?p(t).get(e):n?n[t.id]:void 0}},set:function(e,t){return g(this,e,t)}}:{add:function(e){return g(this,e,!0)}}),h}}; -},{"../internals/redefine-all":"oPIw","../internals/internal-metadata":"Cjms","../internals/an-object":"eAPg","../internals/is-object":"AsqF","../internals/an-instance":"pJoy","../internals/iterate":"Oj1G","../internals/array-iteration":"EUh8","../internals/has":"jYdl","../internals/internal-state":"vLSK"}],"VLkh":[function(require,module,exports) { - -"use strict";var e,t=require("../internals/global"),r=require("../internals/redefine-all"),n=require("../internals/internal-metadata"),i=require("../internals/collection"),l=require("../internals/collection-weak"),a=require("../internals/is-object"),s=require("../internals/internal-state").enforce,o=require("../internals/native-weak-map"),c=!t.ActiveXObject&&"ActiveXObject"in t,u=Object.isExtensible,f=function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}},h=module.exports=i("WeakMap",f,l);if(o&&c){e=l.getConstructor(f,"WeakMap",!0),n.REQUIRED=!0;var z=h.prototype,v=z.delete,q=z.has,d=z.get,b=z.set;r(z,{delete:function(t){if(a(t)&&!u(t)){var r=s(this);return r.frozen||(r.frozen=new e),v.call(this,t)||r.frozen.delete(t)}return v.call(this,t)},has:function(t){if(a(t)&&!u(t)){var r=s(this);return r.frozen||(r.frozen=new e),q.call(this,t)||r.frozen.has(t)}return q.call(this,t)},get:function(t){if(a(t)&&!u(t)){var r=s(this);return r.frozen||(r.frozen=new e),q.call(this,t)?d.call(this,t):r.frozen.get(t)}return d.call(this,t)},set:function(t,r){if(a(t)&&!u(t)){var n=s(this);n.frozen||(n.frozen=new e),q.call(this,t)?b.call(this,t,r):n.frozen.set(t,r)}else b.call(this,t,r);return this}})} -},{"../internals/global":"MVLi","../internals/redefine-all":"oPIw","../internals/internal-metadata":"Cjms","../internals/collection":"eBDp","../internals/collection-weak":"cqZs","../internals/is-object":"AsqF","../internals/internal-state":"vLSK","../internals/native-weak-map":"Z7Ix"}],"wv6n":[function(require,module,exports) { -"use strict";var e=require("../internals/collection"),n=require("../internals/collection-weak");e("WeakSet",function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}},n); -},{"../internals/collection":"eBDp","../internals/collection-weak":"cqZs"}],"qVzZ":[function(require,module,exports) { -module.exports="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof DataView; -},{}],"oe68":[function(require,module,exports) { -var r=require("../internals/to-integer"),e=require("../internals/to-length");module.exports=function(n){if(void 0===n)return 0;var t=r(n),i=e(t);if(t!==i)throw RangeError("Wrong length or index");return i}; -},{"../internals/to-integer":"GwUC","../internals/to-length":"j9AG"}],"w3Al":[function(require,module,exports) { -var r=1/0,a=Math.abs,o=Math.pow,t=Math.floor,n=Math.log,e=Math.LN2,f=function(f,u,h){var l,M,c,i=new Array(h),p=8*h-u-1,s=(1<>1,N=23===u?o(2,-24)-o(2,-77):0,g=f<0||0===f&&1/f<0?1:0,k=0;for((f=a(f))!=f||f===r?(M=f!=f?1:0,l=s):(l=t(n(f)/e),f*(c=o(2,-l))<1&&(l--,c*=2),(f+=l+v>=1?N/c:N*o(2,1-v))*c>=2&&(l++,c/=2),l+v>=s?(M=0,l=s):l+v>=1?(M=(f*c-1)*o(2,u),l+=v):(M=f*o(2,v-1)*o(2,u),l=0));u>=8;i[k++]=255&M,M/=256,u-=8);for(l=l<0;i[k++]=255&l,l/=256,p-=8);return i[--k]|=128*g,i},u=function(a,t){var n,e=a.length,f=8*e-t-1,u=(1<>1,l=f-7,M=e-1,c=a[M--],i=127&c;for(c>>=7;l>0;i=256*i+a[M],M--,l-=8);for(n=i&(1<<-l)-1,i>>=-l,l+=t;l>0;n=256*n+a[M],M--,l-=8);if(0===i)i=1-h;else{if(i===u)return n?NaN:c?-r:r;n+=o(2,t),i-=h}return(c?-1:1)*n*o(2,i-t)};module.exports={pack:f,unpack:u}; -},{}],"PaBh":[function(require,module,exports) { - -"use strict";var t=require("../internals/global"),e=require("../internals/descriptors"),n=require("../internals/array-buffer-native"),r=require("../internals/create-non-enumerable-property"),i=require("../internals/redefine-all"),o=require("../internals/fails"),s=require("../internals/an-instance"),u=require("../internals/to-integer"),f=require("../internals/to-length"),a=require("../internals/to-index"),h=require("../internals/ieee754"),l=require("../internals/object-get-prototype-of"),c=require("../internals/object-set-prototype-of"),g=require("../internals/object-get-own-property-names").f,b=require("../internals/object-define-property").f,y=require("../internals/array-fill"),v=require("../internals/set-to-string-tag"),d=require("../internals/internal-state"),p=d.get,q=d.set,w="ArrayBuffer",I="DataView",L="prototype",U="Wrong length",O="Wrong index",j=t[w],m=j,F=t[I],x=F&&F[L],A=Object.prototype,W=t.RangeError,k=h.pack,B=h.unpack,D=function(t){return[255&t]},N=function(t){return[255&t,t>>8&255]},V=function(t){return[255&t,t>>8&255,t>>16&255,t>>24&255]},E=function(t){return t[3]<<24|t[2]<<16|t[1]<<8|t[0]},R=function(t){return k(t,23,4)},z=function(t){return k(t,52,8)},C=function(t,e){b(t[L],e,{get:function(){return p(this)[e]}})},G=function(t,e,n,r){var i=a(n),o=p(t);if(i+e>o.byteLength)throw W(O);var s=p(o.buffer).bytes,u=i+o.byteOffset,f=s.slice(u,u+e);return r?f:f.reverse()},H=function(t,e,n,r,i,o){var s=a(n),u=p(t);if(s+e>u.byteLength)throw W(O);for(var f=p(u.buffer).bytes,h=s+u.byteOffset,l=r(+i),c=0;cP;)(J=M[P++])in m||r(m,J,j[J]);K.constructor=m}c&&l(x)!==A&&c(x,A);var Q=new F(new m(2)),S=x.setInt8;Q.setInt8(0,2147483648),Q.setInt8(1,2147483649),!Q.getInt8(0)&&Q.getInt8(1)||i(x,{setInt8:function(t,e){S.call(this,t,e<<24>>24)},setUint8:function(t,e){S.call(this,t,e<<24>>24)}},{unsafe:!0})}else m=function(t){s(this,m,w);var n=a(t);q(this,{bytes:y.call(new Array(n),0),byteLength:n}),e||(this.byteLength=n)},F=function(t,n,r){s(this,F,I),s(t,m,I);var i=p(t).byteLength,o=u(n);if(o<0||o>i)throw W("Wrong offset");if(o+(r=void 0===r?i-o:f(r))>i)throw W(U);q(this,{buffer:t,byteLength:r,byteOffset:o}),e||(this.buffer=t,this.byteLength=r,this.byteOffset=o)},e&&(C(m,"byteLength"),C(F,"buffer"),C(F,"byteLength"),C(F,"byteOffset")),i(F[L],{getInt8:function(t){return G(this,1,t)[0]<<24>>24},getUint8:function(t){return G(this,1,t)[0]},getInt16:function(t){var e=G(this,2,t,arguments.length>1?arguments[1]:void 0);return(e[1]<<8|e[0])<<16>>16},getUint16:function(t){var e=G(this,2,t,arguments.length>1?arguments[1]:void 0);return e[1]<<8|e[0]},getInt32:function(t){return E(G(this,4,t,arguments.length>1?arguments[1]:void 0))},getUint32:function(t){return E(G(this,4,t,arguments.length>1?arguments[1]:void 0))>>>0},getFloat32:function(t){return B(G(this,4,t,arguments.length>1?arguments[1]:void 0),23)},getFloat64:function(t){return B(G(this,8,t,arguments.length>1?arguments[1]:void 0),52)},setInt8:function(t,e){H(this,1,t,D,e)},setUint8:function(t,e){H(this,1,t,D,e)},setInt16:function(t,e){H(this,2,t,N,e,arguments.length>2?arguments[2]:void 0)},setUint16:function(t,e){H(this,2,t,N,e,arguments.length>2?arguments[2]:void 0)},setInt32:function(t,e){H(this,4,t,V,e,arguments.length>2?arguments[2]:void 0)},setUint32:function(t,e){H(this,4,t,V,e,arguments.length>2?arguments[2]:void 0)},setFloat32:function(t,e){H(this,4,t,R,e,arguments.length>2?arguments[2]:void 0)},setFloat64:function(t,e){H(this,8,t,z,e,arguments.length>2?arguments[2]:void 0)}});v(m,w),v(F,I),module.exports={ArrayBuffer:m,DataView:F}; -},{"../internals/global":"MVLi","../internals/descriptors":"A8Ob","../internals/array-buffer-native":"qVzZ","../internals/create-non-enumerable-property":"GwPZ","../internals/redefine-all":"oPIw","../internals/fails":"pWu7","../internals/an-instance":"pJoy","../internals/to-integer":"GwUC","../internals/to-length":"j9AG","../internals/to-index":"oe68","../internals/ieee754":"w3Al","../internals/object-get-prototype-of":"xeyN","../internals/object-set-prototype-of":"eDCX","../internals/object-get-own-property-names":"QFCk","../internals/object-define-property":"AtXZ","../internals/array-fill":"Vois","../internals/set-to-string-tag":"kLCt","../internals/internal-state":"vLSK"}],"k7bY":[function(require,module,exports) { - -"use strict";var r=require("../internals/export"),e=require("../internals/global"),a=require("../internals/array-buffer"),i=require("../internals/set-species"),s="ArrayBuffer",l=a[s],n=e[s];r({global:!0,forced:n!==l},{ArrayBuffer:l}),i(s); -},{"../internals/export":"rhEq","../internals/global":"MVLi","../internals/array-buffer":"PaBh","../internals/set-species":"bDBP"}],"WAtV":[function(require,module,exports) { - -"use strict";var r,e=require("../internals/array-buffer-native"),t=require("../internals/descriptors"),n=require("../internals/global"),i=require("../internals/is-object"),o=require("../internals/has"),a=require("../internals/classof"),y=require("../internals/create-non-enumerable-property"),p=require("../internals/redefine"),f=require("../internals/object-define-property").f,u=require("../internals/object-get-prototype-of"),s=require("../internals/object-set-prototype-of"),l=require("../internals/well-known-symbol"),c=require("../internals/uid"),A=n.Int8Array,d=A&&A.prototype,T=n.Uint8ClampedArray,q=T&&T.prototype,v=A&&u(A),b=d&&u(d),h=Object.prototype,E=h.isPrototypeOf,g=l("toStringTag"),w=c("TYPED_ARRAY_TAG"),I=e&&!!s&&"Opera"!==a(n.opera),R=!1,_={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},U=function(r){var e=a(r);return"DataView"===e||o(_,e)},j=function(r){return i(r)&&o(_,a(r))},m=function(r){if(j(r))return r;throw TypeError("Target is not a typed array")},F=function(e){if(s){if(E.call(v,e))return e}else for(var t in _)if(o(_,r)){var i=n[t];if(i&&(e===i||E.call(i,e)))return e}throw TypeError("Target is not a typed array constructor")},Y=function(r,e,i){if(t){if(i)for(var a in _){var y=n[a];y&&o(y.prototype,r)&&delete y.prototype[r]}b[r]&&!i||p(b,r,i?e:I&&d[r]||e)}},P=function(r,e,i){var a,y;if(t){if(s){if(i)for(a in _)(y=n[a])&&o(y,r)&&delete y[r];if(v[r]&&!i)return;try{return p(v,r,i?e:I&&A[r]||e)}catch(f){}}for(a in _)!(y=n[a])||y[r]&&!i||p(y,r,e)}};for(r in _)n[r]||(I=!1);if((!I||"function"!=typeof v||v===Function.prototype)&&(v=function(){throw TypeError("Incorrect invocation")},I))for(r in _)n[r]&&s(n[r],v);if((!I||!b||b===h)&&(b=v.prototype,I))for(r in _)n[r]&&s(n[r].prototype,b);if(I&&u(q)!==b&&s(q,b),t&&!o(b,g))for(r in R=!0,f(b,g,{get:function(){return i(this)?this[w]:void 0}}),_)n[r]&&y(n[r],w,r);module.exports={NATIVE_ARRAY_BUFFER_VIEWS:I,TYPED_ARRAY_TAG:R&&w,aTypedArray:m,aTypedArrayConstructor:F,exportTypedArrayMethod:Y,exportTypedArrayStaticMethod:P,isView:U,isTypedArray:j,TypedArray:v,TypedArrayPrototype:b}; -},{"../internals/array-buffer-native":"qVzZ","../internals/descriptors":"A8Ob","../internals/global":"MVLi","../internals/is-object":"AsqF","../internals/has":"jYdl","../internals/classof":"rs2T","../internals/create-non-enumerable-property":"GwPZ","../internals/redefine":"ztZs","../internals/object-define-property":"AtXZ","../internals/object-get-prototype-of":"xeyN","../internals/object-set-prototype-of":"eDCX","../internals/well-known-symbol":"Q0EA","../internals/uid":"bxyG"}],"gshG":[function(require,module,exports) { -var r=require("../internals/export"),e=require("../internals/array-buffer-view-core"),i=e.NATIVE_ARRAY_BUFFER_VIEWS;r({target:"ArrayBuffer",stat:!0,forced:!i},{isView:e.isView}); -},{"../internals/export":"rhEq","../internals/array-buffer-view-core":"WAtV"}],"hWBW":[function(require,module,exports) { -"use strict";var e=require("../internals/export"),r=require("../internals/fails"),t=require("../internals/array-buffer"),i=require("../internals/an-object"),n=require("../internals/to-absolute-index"),s=require("../internals/to-length"),a=require("../internals/species-constructor"),o=t.ArrayBuffer,u=t.DataView,l=o.prototype.slice,f=r(function(){return!new o(2).slice(1,void 0).byteLength});e({target:"ArrayBuffer",proto:!0,unsafe:!0,forced:f},{slice:function(e,r){if(void 0!==l&&void 0===r)return l.call(i(this),e);for(var t=i(this).byteLength,f=n(e,t),c=n(void 0===r?t:r,t),h=new(a(this,o))(s(c-f)),q=new u(this),d=new u(h),v=0;f1?arguments[1]:void 0,g=void 0!==v,y=t(h);if(null!=y&&!n(y))for(f=(d=y.call(h)).next,h=[];!(c=f.call(d)).done;)h.push(c.value);for(g&&q>2&&(v=i(v,arguments[2],2)),u=r(h.length),s=new(o(this))(u),l=0;u>l;l++)s[l]=g?v(h[l],l):h[l];return s}; -},{"../internals/to-object":"Q9KC","../internals/to-length":"j9AG","../internals/get-iterator-method":"VM64","../internals/is-array-iterator-method":"XTOV","../internals/function-bind-context":"dEmF","../internals/array-buffer-view-core":"WAtV"}],"SkoY":[function(require,module,exports) { - -"use strict";var e=require("../internals/export"),r=require("../internals/global"),t=require("../internals/descriptors"),n=require("../internals/typed-array-constructors-require-wrappers"),i=require("../internals/array-buffer-view-core"),a=require("../internals/array-buffer"),o=require("../internals/an-instance"),u=require("../internals/create-property-descriptor"),s=require("../internals/create-non-enumerable-property"),f=require("../internals/to-length"),l=require("../internals/to-index"),c=require("../internals/to-offset"),p=require("../internals/to-primitive"),y=require("../internals/has"),b=require("../internals/classof"),q=require("../internals/is-object"),d=require("../internals/object-create"),g=require("../internals/object-set-prototype-of"),h=require("../internals/object-get-own-property-names").f,w=require("../internals/typed-array-from"),v=require("../internals/array-iteration").forEach,A=require("../internals/set-species"),m=require("../internals/object-define-property"),E=require("../internals/object-get-own-property-descriptor"),T=require("../internals/internal-state"),j=require("../internals/inherit-if-required"),R=T.get,_=T.set,O=m.f,B=E.f,P=Math.round,S=r.RangeError,x=a.ArrayBuffer,L=a.DataView,Y=i.NATIVE_ARRAY_BUFFER_VIEWS,D=i.TYPED_ARRAY_TAG,V=i.TypedArray,C=i.TypedArrayPrototype,F=i.aTypedArrayConstructor,I=i.isTypedArray,M="BYTES_PER_ELEMENT",N="Wrong length",W=function(e,r){for(var t=0,n=r.length,i=new(F(e))(n);n>t;)i[t]=r[t++];return i},G=function(e,r){O(e,r,{get:function(){return R(this)[r]}})},U=function(e){var r;return e instanceof x||"ArrayBuffer"==(r=b(e))||"SharedArrayBuffer"==r},$=function(e,r){return I(e)&&"symbol"!=typeof r&&r in e&&String(+r)==String(r)},k=function(e,r){return $(e,r=p(r,!0))?u(2,e[r]):B(e,r)},z=function(e,r,t){return!($(e,r=p(r,!0))&&q(t)&&y(t,"value"))||y(t,"get")||y(t,"set")||t.configurable||y(t,"writable")&&!t.writable||y(t,"enumerable")&&!t.enumerable?O(e,r,t):(e[r]=t.value,e)};t?(Y||(E.f=k,m.f=z,G(C,"buffer"),G(C,"byteOffset"),G(C,"byteLength"),G(C,"length")),e({target:"Object",stat:!0,forced:!Y},{getOwnPropertyDescriptor:k,defineProperty:z}),module.exports=function(t,i,a){var u=t.match(/\d+$/)[0]/8,p=t+(a?"Clamped":"")+"Array",y="get"+t,b="set"+t,m=r[p],E=m,T=E&&E.prototype,B={},F=function(e,r){O(e,r,{get:function(){return function(e,r){var t=R(e);return t.view[y](r*u+t.byteOffset,!0)}(this,r)},set:function(e){return function(e,r,t){var n=R(e);a&&(t=(t=P(t))<0?0:t>255?255:255&t),n.view[b](r*u+n.byteOffset,t,!0)}(this,r,e)},enumerable:!0})};Y?n&&(E=i(function(e,r,t,n){return o(e,E,p),j(q(r)?U(r)?void 0!==n?new m(r,c(t,u),n):void 0!==t?new m(r,c(t,u)):new m(r):I(r)?W(E,r):w.call(E,r):new m(l(r)),e,E)}),g&&g(E,V),v(h(m),function(e){e in E||s(E,e,m[e])}),E.prototype=T):(E=i(function(e,r,t,n){o(e,E,p);var i,a,s,y=0,b=0;if(q(r)){if(!U(r))return I(r)?W(E,r):w.call(E,r);i=r,b=c(t,u);var d=r.byteLength;if(void 0===n){if(d%u)throw S(N);if((a=d-b)<0)throw S(N)}else if((a=f(n)*u)+b>d)throw S(N);s=a/u}else s=l(r),i=new x(a=s*u);for(_(e,{buffer:i,byteOffset:b,byteLength:a,length:s,view:new L(i)});yr;)a[r]=arguments[r++];return a},e); -},{"../internals/array-buffer-view-core":"WAtV","../internals/typed-array-constructors-require-wrappers":"FTre"}],"Agsp":[function(require,module,exports) { -"use strict";var r=require("../internals/array-buffer-view-core"),e=require("../internals/array-copy-within"),i=r.aTypedArray,t=r.exportTypedArrayMethod;t("copyWithin",function(r,t){return e.call(i(this),r,t,arguments.length>2?arguments[2]:void 0)}); -},{"../internals/array-buffer-view-core":"WAtV","../internals/array-copy-within":"A81S"}],"b4EW":[function(require,module,exports) { -"use strict";var r=require("../internals/array-buffer-view-core"),e=require("../internals/array-iteration").every,t=r.aTypedArray,a=r.exportTypedArrayMethod;a("every",function(r){return e(t(this),r,arguments.length>1?arguments[1]:void 0)}); -},{"../internals/array-buffer-view-core":"WAtV","../internals/array-iteration":"EUh8"}],"nfIa":[function(require,module,exports) { -"use strict";var r=require("../internals/array-buffer-view-core"),e=require("../internals/array-fill"),a=r.aTypedArray,i=r.exportTypedArrayMethod;i("fill",function(r){return e.apply(a(this),arguments)}); -},{"../internals/array-buffer-view-core":"WAtV","../internals/array-fill":"Vois"}],"LZY1":[function(require,module,exports) { -"use strict";var r=require("../internals/array-buffer-view-core"),e=require("../internals/array-iteration").filter,t=require("../internals/species-constructor"),i=r.aTypedArray,n=r.aTypedArrayConstructor,a=r.exportTypedArrayMethod;a("filter",function(r){for(var a=e(i(this),r,arguments.length>1?arguments[1]:void 0),o=t(this,this.constructor),s=0,u=a.length,c=new(n(o))(u);u>s;)c[s]=a[s++];return c}); -},{"../internals/array-buffer-view-core":"WAtV","../internals/array-iteration":"EUh8","../internals/species-constructor":"mxIp"}],"TGdF":[function(require,module,exports) { -"use strict";var r=require("../internals/array-buffer-view-core"),e=require("../internals/array-iteration").find,i=r.aTypedArray,t=r.exportTypedArrayMethod;t("find",function(r){return e(i(this),r,arguments.length>1?arguments[1]:void 0)}); -},{"../internals/array-buffer-view-core":"WAtV","../internals/array-iteration":"EUh8"}],"LiYi":[function(require,module,exports) { -"use strict";var r=require("../internals/array-buffer-view-core"),e=require("../internals/array-iteration").findIndex,i=r.aTypedArray,n=r.exportTypedArrayMethod;n("findIndex",function(r){return e(i(this),r,arguments.length>1?arguments[1]:void 0)}); -},{"../internals/array-buffer-view-core":"WAtV","../internals/array-iteration":"EUh8"}],"wEtZ":[function(require,module,exports) { -"use strict";var r=require("../internals/array-buffer-view-core"),e=require("../internals/array-iteration").forEach,a=r.aTypedArray,i=r.exportTypedArrayMethod;i("forEach",function(r){e(a(this),r,arguments.length>1?arguments[1]:void 0)}); -},{"../internals/array-buffer-view-core":"WAtV","../internals/array-iteration":"EUh8"}],"xkZq":[function(require,module,exports) { -"use strict";var r=require("../internals/array-buffer-view-core"),e=require("../internals/array-includes").includes,i=r.aTypedArray,n=r.exportTypedArrayMethod;n("includes",function(r){return e(i(this),r,arguments.length>1?arguments[1]:void 0)}); -},{"../internals/array-buffer-view-core":"WAtV","../internals/array-includes":"b2MC"}],"eoPP":[function(require,module,exports) { -"use strict";var r=require("../internals/array-buffer-view-core"),e=require("../internals/array-includes").indexOf,i=r.aTypedArray,n=r.exportTypedArrayMethod;n("indexOf",function(r){return e(i(this),r,arguments.length>1?arguments[1]:void 0)}); -},{"../internals/array-buffer-view-core":"WAtV","../internals/array-includes":"b2MC"}],"onHc":[function(require,module,exports) { - -"use strict";var e=require("../internals/global"),r=require("../internals/array-buffer-view-core"),t=require("../modules/es.array.iterator"),a=require("../internals/well-known-symbol"),n=a("iterator"),i=e.Uint8Array,l=t.values,s=t.keys,u=t.entries,o=r.aTypedArray,y=r.exportTypedArrayMethod,c=i&&i.prototype[n],f=!!c&&("values"==c.name||null==c.name),p=function(){return l.call(o(this))};y("entries",function(){return u.call(o(this))}),y("keys",function(){return s.call(o(this))}),y("values",p,!f),y(n,p,!f); -},{"../internals/global":"MVLi","../internals/array-buffer-view-core":"WAtV","../modules/es.array.iterator":"S91k","../internals/well-known-symbol":"Q0EA"}],"Nwa1":[function(require,module,exports) { -"use strict";var r=require("../internals/array-buffer-view-core"),e=r.aTypedArray,a=r.exportTypedArrayMethod,i=[].join;a("join",function(r){return i.apply(e(this),arguments)}); -},{"../internals/array-buffer-view-core":"WAtV"}],"V6i5":[function(require,module,exports) { -"use strict";var r=require("../internals/array-buffer-view-core"),e=require("../internals/array-last-index-of"),a=r.aTypedArray,t=r.exportTypedArrayMethod;t("lastIndexOf",function(r){return e.apply(a(this),arguments)}); -},{"../internals/array-buffer-view-core":"WAtV","../internals/array-last-index-of":"aZkb"}],"pY7Y":[function(require,module,exports) { -"use strict";var r=require("../internals/array-buffer-view-core"),e=require("../internals/array-iteration").map,t=require("../internals/species-constructor"),n=r.aTypedArray,a=r.aTypedArrayConstructor,i=r.exportTypedArrayMethod;i("map",function(r){return e(n(this),r,arguments.length>1?arguments[1]:void 0,function(r,e){return new(a(t(r,r.constructor)))(e)})}); -},{"../internals/array-buffer-view-core":"WAtV","../internals/array-iteration":"EUh8","../internals/species-constructor":"mxIp"}],"sz4a":[function(require,module,exports) { -"use strict";var r=require("../internals/array-buffer-view-core"),e=require("../internals/array-reduce").left,t=r.aTypedArray,a=r.exportTypedArrayMethod;a("reduce",function(r){return e(t(this),r,arguments.length,arguments.length>1?arguments[1]:void 0)}); -},{"../internals/array-buffer-view-core":"WAtV","../internals/array-reduce":"SMmH"}],"sg6r":[function(require,module,exports) { -"use strict";var r=require("../internals/array-buffer-view-core"),e=require("../internals/array-reduce").right,t=r.aTypedArray,i=r.exportTypedArrayMethod;i("reduceRight",function(r){return e(t(this),r,arguments.length,arguments.length>1?arguments[1]:void 0)}); -},{"../internals/array-buffer-view-core":"WAtV","../internals/array-reduce":"SMmH"}],"IpMQ":[function(require,module,exports) { -"use strict";var r=require("../internals/array-buffer-view-core"),e=r.aTypedArray,t=r.exportTypedArrayMethod,i=Math.floor;t("reverse",function(){for(var r,t=e(this).length,s=i(t/2),a=0;a1?arguments[1]:void 0,1),o=this.length,s=n(r),l=e(s.length),h=0;if(l+i>o)throw RangeError("Wrong length");for(;ho;)l[o]=s[o++];return l},c); -},{"../internals/array-buffer-view-core":"WAtV","../internals/species-constructor":"mxIp","../internals/fails":"pWu7"}],"elGv":[function(require,module,exports) { -"use strict";var r=require("../internals/array-buffer-view-core"),e=require("../internals/array-iteration").some,t=r.aTypedArray,a=r.exportTypedArrayMethod;a("some",function(r){return e(t(this),r,arguments.length>1?arguments[1]:void 0)}); -},{"../internals/array-buffer-view-core":"WAtV","../internals/array-iteration":"EUh8"}],"d3I6":[function(require,module,exports) { -"use strict";var r=require("../internals/array-buffer-view-core"),e=r.aTypedArray,t=r.exportTypedArrayMethod,a=[].sort;t("sort",function(r){return a.call(e(this),r)}); -},{"../internals/array-buffer-view-core":"WAtV"}],"vAVn":[function(require,module,exports) { -"use strict";var r=require("../internals/array-buffer-view-core"),e=require("../internals/to-length"),t=require("../internals/to-absolute-index"),n=require("../internals/species-constructor"),i=r.aTypedArray,a=r.exportTypedArrayMethod;a("subarray",function(r,a){var s=i(this),u=s.length,o=t(r,u);return new(n(s,s.constructor))(s.buffer,s.byteOffset+o*s.BYTES_PER_ELEMENT,e((void 0===a?u:t(a,u))-o))}); -},{"../internals/array-buffer-view-core":"WAtV","../internals/to-length":"j9AG","../internals/to-absolute-index":"QLhU","../internals/species-constructor":"mxIp"}],"Y4JY":[function(require,module,exports) { - -"use strict";var r=require("../internals/global"),e=require("../internals/array-buffer-view-core"),t=require("../internals/fails"),n=r.Int8Array,a=e.aTypedArray,i=e.exportTypedArrayMethod,o=[].toLocaleString,l=[].slice,c=!!n&&t(function(){o.call(new n(1))}),u=t(function(){return[1,2].toLocaleString()!=new n([1,2]).toLocaleString()})||!t(function(){n.prototype.toLocaleString.call([1,2])});i("toLocaleString",function(){return o.apply(c?l.call(a(this)):a(this),arguments)},u); -},{"../internals/global":"MVLi","../internals/array-buffer-view-core":"WAtV","../internals/fails":"pWu7"}],"pSqK":[function(require,module,exports) { - -"use strict";var r=require("../internals/array-buffer-view-core").exportTypedArrayMethod,t=require("../internals/fails"),e=require("../internals/global"),i=e.Uint8Array,n=i&&i.prototype||{},a=[].toString,o=[].join;t(function(){a.call({})})&&(a=function(){return o.call(this)});var l=n.toString!=a;r("toString",a,l); -},{"../internals/array-buffer-view-core":"WAtV","../internals/fails":"pWu7","../internals/global":"MVLi"}],"HvHw":[function(require,module,exports) { -var e=require("../internals/export"),n=require("../internals/get-built-in"),r=require("../internals/a-function"),t=require("../internals/an-object"),i=require("../internals/fails"),a=n("Reflect","apply"),l=Function.apply,u=!i(function(){a(function(){})});e({target:"Reflect",stat:!0,forced:u},{apply:function(e,n,i){return r(e),t(i),a?a(e,n,i):l.call(e,n,i)}}); -},{"../internals/export":"rhEq","../internals/get-built-in":"mLk8","../internals/a-function":"SOPX","../internals/an-object":"eAPg","../internals/fails":"pWu7"}],"DGs4":[function(require,module,exports) { -var e=require("../internals/export"),n=require("../internals/get-built-in"),r=require("../internals/a-function"),t=require("../internals/an-object"),i=require("../internals/is-object"),u=require("../internals/object-create"),a=require("../internals/function-bind"),c=require("../internals/fails"),s=n("Reflect","construct"),l=c(function(){function e(){}return!(s(function(){},[],e)instanceof e)}),o=!c(function(){s(function(){})}),f=l||o;e({target:"Reflect",stat:!0,forced:f,sham:f},{construct:function(e,n){r(e),t(n);var c=arguments.length<3?e:r(arguments[2]);if(o&&!l)return s(e,n,c);if(e==c){switch(n.length){case 0:return new e;case 1:return new e(n[0]);case 2:return new e(n[0],n[1]);case 3:return new e(n[0],n[1],n[2]);case 4:return new e(n[0],n[1],n[2],n[3])}var f=[null];return f.push.apply(f,n),new(a.apply(e,f))}var p=c.prototype,q=u(i(p)?p:Object.prototype),w=Function.apply.call(e,q,n);return i(w)?w:q}}); -},{"../internals/export":"rhEq","../internals/get-built-in":"mLk8","../internals/a-function":"SOPX","../internals/an-object":"eAPg","../internals/is-object":"AsqF","../internals/object-create":"zWsZ","../internals/function-bind":"evUJ","../internals/fails":"pWu7"}],"Lhv1":[function(require,module,exports) { -var e=require("../internals/export"),r=require("../internals/descriptors"),t=require("../internals/an-object"),i=require("../internals/to-primitive"),n=require("../internals/object-define-property"),a=require("../internals/fails"),u=a(function(){Reflect.defineProperty(n.f({},1,{value:1}),1,{value:2})});e({target:"Reflect",stat:!0,forced:u,sham:!r},{defineProperty:function(e,r,a){t(e);var u=i(r,!0);t(a);try{return n.f(e,u,a),!0}catch(f){return!1}}}); -},{"../internals/export":"rhEq","../internals/descriptors":"A8Ob","../internals/an-object":"eAPg","../internals/to-primitive":"wZyz","../internals/object-define-property":"AtXZ","../internals/fails":"pWu7"}],"sSoW":[function(require,module,exports) { -var e=require("../internals/export"),r=require("../internals/an-object"),t=require("../internals/object-get-own-property-descriptor").f;e({target:"Reflect",stat:!0},{deleteProperty:function(e,n){var a=t(r(e),n);return!(a&&!a.configurable)&&delete e[n]}}); -},{"../internals/export":"rhEq","../internals/an-object":"eAPg","../internals/object-get-own-property-descriptor":"zm15"}],"hsSr":[function(require,module,exports) { -var e=require("../internals/export"),r=require("../internals/is-object"),t=require("../internals/an-object"),i=require("../internals/has"),n=require("../internals/object-get-own-property-descriptor"),a=require("../internals/object-get-prototype-of");function o(e,l){var s,u,c=arguments.length<3?e:arguments[2];return t(e)===c?e[l]:(s=n.f(e,l))?i(s,"value")?s.value:void 0===s.get?void 0:s.get.call(c):r(u=a(e))?o(u,l,c):void 0}e({target:"Reflect",stat:!0},{get:o}); -},{"../internals/export":"rhEq","../internals/is-object":"AsqF","../internals/an-object":"eAPg","../internals/has":"jYdl","../internals/object-get-own-property-descriptor":"zm15","../internals/object-get-prototype-of":"xeyN"}],"cznX":[function(require,module,exports) { -var r=require("../internals/export"),e=require("../internals/descriptors"),t=require("../internals/an-object"),n=require("../internals/object-get-own-property-descriptor");r({target:"Reflect",stat:!0,sham:!e},{getOwnPropertyDescriptor:function(r,e){return n.f(t(r),e)}}); -},{"../internals/export":"rhEq","../internals/descriptors":"A8Ob","../internals/an-object":"eAPg","../internals/object-get-own-property-descriptor":"zm15"}],"ghbB":[function(require,module,exports) { -var e=require("../internals/export"),t=require("../internals/an-object"),r=require("../internals/object-get-prototype-of"),n=require("../internals/correct-prototype-getter");e({target:"Reflect",stat:!0,sham:!n},{getPrototypeOf:function(e){return r(t(e))}}); -},{"../internals/export":"rhEq","../internals/an-object":"eAPg","../internals/object-get-prototype-of":"xeyN","../internals/correct-prototype-getter":"x9wq"}],"LCUf":[function(require,module,exports) { -var t=require("../internals/export");t({target:"Reflect",stat:!0},{has:function(t,e){return e in t}}); -},{"../internals/export":"rhEq"}],"GX83":[function(require,module,exports) { -var e=require("../internals/export"),t=require("../internals/an-object"),r=Object.isExtensible;e({target:"Reflect",stat:!0},{isExtensible:function(e){return t(e),!r||r(e)}}); -},{"../internals/export":"rhEq","../internals/an-object":"eAPg"}],"X8ou":[function(require,module,exports) { -var e=require("../internals/export"),r=require("../internals/own-keys");e({target:"Reflect",stat:!0},{ownKeys:r}); -},{"../internals/export":"rhEq","../internals/own-keys":"uZDC"}],"bogC":[function(require,module,exports) { -var e=require("../internals/export"),r=require("../internals/get-built-in"),t=require("../internals/an-object"),n=require("../internals/freezing");e({target:"Reflect",stat:!0,sham:!n},{preventExtensions:function(e){t(e);try{var n=r("Object","preventExtensions");return n&&n(e),!0}catch(i){return!1}}}); -},{"../internals/export":"rhEq","../internals/get-built-in":"mLk8","../internals/an-object":"eAPg","../internals/freezing":"ZrZO"}],"lAc1":[function(require,module,exports) { -var e=require("../internals/export"),r=require("../internals/an-object"),t=require("../internals/is-object"),i=require("../internals/has"),n=require("../internals/fails"),a=require("../internals/object-define-property"),l=require("../internals/object-get-own-property-descriptor"),s=require("../internals/object-get-prototype-of"),f=require("../internals/create-property-descriptor");function o(e,n,u){var c,p,q=arguments.length<4?e:arguments[3],b=l.f(r(e),n);if(!b){if(t(p=s(e)))return o(p,n,u,q);b=f(0)}if(i(b,"value")){if(!1===b.writable||!t(q))return!1;if(c=l.f(q,n)){if(c.get||c.set||!1===c.writable)return!1;c.value=u,a.f(q,n,c)}else a.f(q,n,f(0,u));return!0}return void 0!==b.set&&(b.set.call(q,u),!0)}var u=n(function(){var e=a.f({},"a",{configurable:!0});return!1!==Reflect.set(s(e),"a",1,e)});e({target:"Reflect",stat:!0,forced:u},{set:o}); -},{"../internals/export":"rhEq","../internals/an-object":"eAPg","../internals/is-object":"AsqF","../internals/has":"jYdl","../internals/fails":"pWu7","../internals/object-define-property":"AtXZ","../internals/object-get-own-property-descriptor":"zm15","../internals/object-get-prototype-of":"xeyN","../internals/create-property-descriptor":"oNyT"}],"kZtr":[function(require,module,exports) { -var e=require("../internals/export"),t=require("../internals/an-object"),r=require("../internals/a-possible-prototype"),n=require("../internals/object-set-prototype-of");n&&e({target:"Reflect",stat:!0},{setPrototypeOf:function(e,o){t(e),r(o);try{return n(e,o),!0}catch(a){return!1}}}); -},{"../internals/export":"rhEq","../internals/an-object":"eAPg","../internals/a-possible-prototype":"ckfP","../internals/object-set-prototype-of":"eDCX"}],"L1QH":[function(require,module,exports) { -require("../modules/es.symbol"),require("../modules/es.symbol.async-iterator"),require("../modules/es.symbol.description"),require("../modules/es.symbol.has-instance"),require("../modules/es.symbol.is-concat-spreadable"),require("../modules/es.symbol.iterator"),require("../modules/es.symbol.match"),require("../modules/es.symbol.match-all"),require("../modules/es.symbol.replace"),require("../modules/es.symbol.search"),require("../modules/es.symbol.species"),require("../modules/es.symbol.split"),require("../modules/es.symbol.to-primitive"),require("../modules/es.symbol.to-string-tag"),require("../modules/es.symbol.unscopables"),require("../modules/es.object.assign"),require("../modules/es.object.create"),require("../modules/es.object.define-property"),require("../modules/es.object.define-properties"),require("../modules/es.object.entries"),require("../modules/es.object.freeze"),require("../modules/es.object.from-entries"),require("../modules/es.object.get-own-property-descriptor"),require("../modules/es.object.get-own-property-descriptors"),require("../modules/es.object.get-own-property-names"),require("../modules/es.object.get-prototype-of"),require("../modules/es.object.is"),require("../modules/es.object.is-extensible"),require("../modules/es.object.is-frozen"),require("../modules/es.object.is-sealed"),require("../modules/es.object.keys"),require("../modules/es.object.prevent-extensions"),require("../modules/es.object.seal"),require("../modules/es.object.set-prototype-of"),require("../modules/es.object.values"),require("../modules/es.object.to-string"),require("../modules/es.object.define-getter"),require("../modules/es.object.define-setter"),require("../modules/es.object.lookup-getter"),require("../modules/es.object.lookup-setter"),require("../modules/es.function.bind"),require("../modules/es.function.name"),require("../modules/es.function.has-instance"),require("../modules/es.global-this"),require("../modules/es.array.from"),require("../modules/es.array.is-array"),require("../modules/es.array.of"),require("../modules/es.array.concat"),require("../modules/es.array.copy-within"),require("../modules/es.array.every"),require("../modules/es.array.fill"),require("../modules/es.array.filter"),require("../modules/es.array.find"),require("../modules/es.array.find-index"),require("../modules/es.array.flat"),require("../modules/es.array.flat-map"),require("../modules/es.array.for-each"),require("../modules/es.array.includes"),require("../modules/es.array.index-of"),require("../modules/es.array.join"),require("../modules/es.array.last-index-of"),require("../modules/es.array.map"),require("../modules/es.array.reduce"),require("../modules/es.array.reduce-right"),require("../modules/es.array.reverse"),require("../modules/es.array.slice"),require("../modules/es.array.some"),require("../modules/es.array.sort"),require("../modules/es.array.splice"),require("../modules/es.array.species"),require("../modules/es.array.unscopables.flat"),require("../modules/es.array.unscopables.flat-map"),require("../modules/es.array.iterator"),require("../modules/es.string.from-code-point"),require("../modules/es.string.raw"),require("../modules/es.string.code-point-at"),require("../modules/es.string.ends-with"),require("../modules/es.string.includes"),require("../modules/es.string.match"),require("../modules/es.string.match-all"),require("../modules/es.string.pad-end"),require("../modules/es.string.pad-start"),require("../modules/es.string.repeat"),require("../modules/es.string.replace"),require("../modules/es.string.search"),require("../modules/es.string.split"),require("../modules/es.string.starts-with"),require("../modules/es.string.trim"),require("../modules/es.string.trim-start"),require("../modules/es.string.trim-end"),require("../modules/es.string.iterator"),require("../modules/es.string.anchor"),require("../modules/es.string.big"),require("../modules/es.string.blink"),require("../modules/es.string.bold"),require("../modules/es.string.fixed"),require("../modules/es.string.fontcolor"),require("../modules/es.string.fontsize"),require("../modules/es.string.italics"),require("../modules/es.string.link"),require("../modules/es.string.small"),require("../modules/es.string.strike"),require("../modules/es.string.sub"),require("../modules/es.string.sup"),require("../modules/es.regexp.constructor"),require("../modules/es.regexp.exec"),require("../modules/es.regexp.flags"),require("../modules/es.regexp.sticky"),require("../modules/es.regexp.test"),require("../modules/es.regexp.to-string"),require("../modules/es.parse-int"),require("../modules/es.parse-float"),require("../modules/es.number.constructor"),require("../modules/es.number.epsilon"),require("../modules/es.number.is-finite"),require("../modules/es.number.is-integer"),require("../modules/es.number.is-nan"),require("../modules/es.number.is-safe-integer"),require("../modules/es.number.max-safe-integer"),require("../modules/es.number.min-safe-integer"),require("../modules/es.number.parse-float"),require("../modules/es.number.parse-int"),require("../modules/es.number.to-fixed"),require("../modules/es.number.to-precision"),require("../modules/es.math.acosh"),require("../modules/es.math.asinh"),require("../modules/es.math.atanh"),require("../modules/es.math.cbrt"),require("../modules/es.math.clz32"),require("../modules/es.math.cosh"),require("../modules/es.math.expm1"),require("../modules/es.math.fround"),require("../modules/es.math.hypot"),require("../modules/es.math.imul"),require("../modules/es.math.log10"),require("../modules/es.math.log1p"),require("../modules/es.math.log2"),require("../modules/es.math.sign"),require("../modules/es.math.sinh"),require("../modules/es.math.tanh"),require("../modules/es.math.to-string-tag"),require("../modules/es.math.trunc"),require("../modules/es.date.now"),require("../modules/es.date.to-json"),require("../modules/es.date.to-iso-string"),require("../modules/es.date.to-string"),require("../modules/es.date.to-primitive"),require("../modules/es.json.stringify"),require("../modules/es.json.to-string-tag"),require("../modules/es.promise"),require("../modules/es.promise.all-settled"),require("../modules/es.promise.finally"),require("../modules/es.map"),require("../modules/es.set"),require("../modules/es.weak-map"),require("../modules/es.weak-set"),require("../modules/es.array-buffer.constructor"),require("../modules/es.array-buffer.is-view"),require("../modules/es.array-buffer.slice"),require("../modules/es.data-view"),require("../modules/es.typed-array.int8-array"),require("../modules/es.typed-array.uint8-array"),require("../modules/es.typed-array.uint8-clamped-array"),require("../modules/es.typed-array.int16-array"),require("../modules/es.typed-array.uint16-array"),require("../modules/es.typed-array.int32-array"),require("../modules/es.typed-array.uint32-array"),require("../modules/es.typed-array.float32-array"),require("../modules/es.typed-array.float64-array"),require("../modules/es.typed-array.from"),require("../modules/es.typed-array.of"),require("../modules/es.typed-array.copy-within"),require("../modules/es.typed-array.every"),require("../modules/es.typed-array.fill"),require("../modules/es.typed-array.filter"),require("../modules/es.typed-array.find"),require("../modules/es.typed-array.find-index"),require("../modules/es.typed-array.for-each"),require("../modules/es.typed-array.includes"),require("../modules/es.typed-array.index-of"),require("../modules/es.typed-array.iterator"),require("../modules/es.typed-array.join"),require("../modules/es.typed-array.last-index-of"),require("../modules/es.typed-array.map"),require("../modules/es.typed-array.reduce"),require("../modules/es.typed-array.reduce-right"),require("../modules/es.typed-array.reverse"),require("../modules/es.typed-array.set"),require("../modules/es.typed-array.slice"),require("../modules/es.typed-array.some"),require("../modules/es.typed-array.sort"),require("../modules/es.typed-array.subarray"),require("../modules/es.typed-array.to-locale-string"),require("../modules/es.typed-array.to-string"),require("../modules/es.reflect.apply"),require("../modules/es.reflect.construct"),require("../modules/es.reflect.define-property"),require("../modules/es.reflect.delete-property"),require("../modules/es.reflect.get"),require("../modules/es.reflect.get-own-property-descriptor"),require("../modules/es.reflect.get-prototype-of"),require("../modules/es.reflect.has"),require("../modules/es.reflect.is-extensible"),require("../modules/es.reflect.own-keys"),require("../modules/es.reflect.prevent-extensions"),require("../modules/es.reflect.set"),require("../modules/es.reflect.set-prototype-of");var e=require("../internals/path");module.exports=e; -},{"../modules/es.symbol":"diqY","../modules/es.symbol.async-iterator":"N3MB","../modules/es.symbol.description":"LYOo","../modules/es.symbol.has-instance":"rFss","../modules/es.symbol.is-concat-spreadable":"stDf","../modules/es.symbol.iterator":"WXoU","../modules/es.symbol.match":"Hc3y","../modules/es.symbol.match-all":"lVca","../modules/es.symbol.replace":"pvvP","../modules/es.symbol.search":"rdEa","../modules/es.symbol.species":"jSLd","../modules/es.symbol.split":"c6b0","../modules/es.symbol.to-primitive":"sek4","../modules/es.symbol.to-string-tag":"uDx9","../modules/es.symbol.unscopables":"yT7s","../modules/es.object.assign":"d93j","../modules/es.object.create":"pv5m","../modules/es.object.define-property":"XOQw","../modules/es.object.define-properties":"ddJ4","../modules/es.object.entries":"KgVf","../modules/es.object.freeze":"LUIK","../modules/es.object.from-entries":"UciR","../modules/es.object.get-own-property-descriptor":"WFGt","../modules/es.object.get-own-property-descriptors":"aLxV","../modules/es.object.get-own-property-names":"LvRP","../modules/es.object.get-prototype-of":"jz0x","../modules/es.object.is":"uxHM","../modules/es.object.is-extensible":"jX7X","../modules/es.object.is-frozen":"kdOB","../modules/es.object.is-sealed":"gpJf","../modules/es.object.keys":"Y3qw","../modules/es.object.prevent-extensions":"WvM7","../modules/es.object.seal":"bZLD","../modules/es.object.set-prototype-of":"Cykw","../modules/es.object.values":"HUM5","../modules/es.object.to-string":"ecHe","../modules/es.object.define-getter":"PTAU","../modules/es.object.define-setter":"PzdO","../modules/es.object.lookup-getter":"haYq","../modules/es.object.lookup-setter":"vTXd","../modules/es.function.bind":"rLkX","../modules/es.function.name":"kzOy","../modules/es.function.has-instance":"xOWp","../modules/es.global-this":"Sw1f","../modules/es.array.from":"Tzrg","../modules/es.array.is-array":"hjCR","../modules/es.array.of":"nKOp","../modules/es.array.concat":"nHCj","../modules/es.array.copy-within":"knYQ","../modules/es.array.every":"YjOc","../modules/es.array.fill":"wrzr","../modules/es.array.filter":"OImK","../modules/es.array.find":"aGSB","../modules/es.array.find-index":"BKbk","../modules/es.array.flat":"PATC","../modules/es.array.flat-map":"dPcl","../modules/es.array.for-each":"n8x2","../modules/es.array.includes":"hJi2","../modules/es.array.index-of":"L3SF","../modules/es.array.join":"HkIz","../modules/es.array.last-index-of":"YJwX","../modules/es.array.map":"XwPX","../modules/es.array.reduce":"MGOS","../modules/es.array.reduce-right":"qThj","../modules/es.array.reverse":"ZdoE","../modules/es.array.slice":"I5XU","../modules/es.array.some":"HTrq","../modules/es.array.sort":"sDKH","../modules/es.array.splice":"AZfT","../modules/es.array.species":"GKV3","../modules/es.array.unscopables.flat":"bFKh","../modules/es.array.unscopables.flat-map":"AKUe","../modules/es.array.iterator":"S91k","../modules/es.string.from-code-point":"VRfe","../modules/es.string.raw":"qnyo","../modules/es.string.code-point-at":"X12Q","../modules/es.string.ends-with":"xRPP","../modules/es.string.includes":"oCSF","../modules/es.string.match":"gtN7","../modules/es.string.match-all":"ftnR","../modules/es.string.pad-end":"wchC","../modules/es.string.pad-start":"QpWr","../modules/es.string.repeat":"JXxO","../modules/es.string.replace":"x0yB","../modules/es.string.search":"TMNY","../modules/es.string.split":"TTVC","../modules/es.string.starts-with":"GB8Q","../modules/es.string.trim":"AFCH","../modules/es.string.trim-start":"jY0J","../modules/es.string.trim-end":"dAVn","../modules/es.string.iterator":"PSYM","../modules/es.string.anchor":"J8PS","../modules/es.string.big":"alkc","../modules/es.string.blink":"AYvZ","../modules/es.string.bold":"jQTw","../modules/es.string.fixed":"It3T","../modules/es.string.fontcolor":"sE8q","../modules/es.string.fontsize":"ABfs","../modules/es.string.italics":"zvaT","../modules/es.string.link":"QJ0z","../modules/es.string.small":"Ai0M","../modules/es.string.strike":"Scmo","../modules/es.string.sub":"e1aX","../modules/es.string.sup":"rC3x","../modules/es.regexp.constructor":"DbBn","../modules/es.regexp.exec":"MlTh","../modules/es.regexp.flags":"ERpX","../modules/es.regexp.sticky":"TNvt","../modules/es.regexp.test":"LJgt","../modules/es.regexp.to-string":"g0xY","../modules/es.parse-int":"GhQi","../modules/es.parse-float":"kPoD","../modules/es.number.constructor":"BqHT","../modules/es.number.epsilon":"SaF2","../modules/es.number.is-finite":"xykq","../modules/es.number.is-integer":"mK5P","../modules/es.number.is-nan":"jYuH","../modules/es.number.is-safe-integer":"BAEw","../modules/es.number.max-safe-integer":"D9EQ","../modules/es.number.min-safe-integer":"WlNN","../modules/es.number.parse-float":"tHG2","../modules/es.number.parse-int":"eX39","../modules/es.number.to-fixed":"qTD4","../modules/es.number.to-precision":"PZps","../modules/es.math.acosh":"szh2","../modules/es.math.asinh":"lX9L","../modules/es.math.atanh":"dF5J","../modules/es.math.cbrt":"RF5g","../modules/es.math.clz32":"k2zs","../modules/es.math.cosh":"KbzY","../modules/es.math.expm1":"gE1J","../modules/es.math.fround":"zb0x","../modules/es.math.hypot":"B4cQ","../modules/es.math.imul":"Bl9f","../modules/es.math.log10":"Zbeu","../modules/es.math.log1p":"eVjJ","../modules/es.math.log2":"HPCZ","../modules/es.math.sign":"wvgJ","../modules/es.math.sinh":"VNT8","../modules/es.math.tanh":"I2ip","../modules/es.math.to-string-tag":"CevC","../modules/es.math.trunc":"GaOn","../modules/es.date.now":"Yqn8","../modules/es.date.to-json":"KP08","../modules/es.date.to-iso-string":"FvU6","../modules/es.date.to-string":"GjHx","../modules/es.date.to-primitive":"bfeb","../modules/es.json.stringify":"tFg0","../modules/es.json.to-string-tag":"azWb","../modules/es.promise":"ItbG","../modules/es.promise.all-settled":"i5OW","../modules/es.promise.finally":"cWVQ","../modules/es.map":"hKUr","../modules/es.set":"YQdF","../modules/es.weak-map":"VLkh","../modules/es.weak-set":"wv6n","../modules/es.array-buffer.constructor":"k7bY","../modules/es.array-buffer.is-view":"gshG","../modules/es.array-buffer.slice":"hWBW","../modules/es.data-view":"PIWk","../modules/es.typed-array.int8-array":"pj5Y","../modules/es.typed-array.uint8-array":"bEo5","../modules/es.typed-array.uint8-clamped-array":"vkrB","../modules/es.typed-array.int16-array":"gVoK","../modules/es.typed-array.uint16-array":"J7Nt","../modules/es.typed-array.int32-array":"KYTa","../modules/es.typed-array.uint32-array":"zDl8","../modules/es.typed-array.float32-array":"YrPA","../modules/es.typed-array.float64-array":"UhAe","../modules/es.typed-array.from":"JVBr","../modules/es.typed-array.of":"LSqt","../modules/es.typed-array.copy-within":"Agsp","../modules/es.typed-array.every":"b4EW","../modules/es.typed-array.fill":"nfIa","../modules/es.typed-array.filter":"LZY1","../modules/es.typed-array.find":"TGdF","../modules/es.typed-array.find-index":"LiYi","../modules/es.typed-array.for-each":"wEtZ","../modules/es.typed-array.includes":"xkZq","../modules/es.typed-array.index-of":"eoPP","../modules/es.typed-array.iterator":"onHc","../modules/es.typed-array.join":"Nwa1","../modules/es.typed-array.last-index-of":"V6i5","../modules/es.typed-array.map":"pY7Y","../modules/es.typed-array.reduce":"sz4a","../modules/es.typed-array.reduce-right":"sg6r","../modules/es.typed-array.reverse":"IpMQ","../modules/es.typed-array.set":"EEAA","../modules/es.typed-array.slice":"R8cM","../modules/es.typed-array.some":"elGv","../modules/es.typed-array.sort":"d3I6","../modules/es.typed-array.subarray":"vAVn","../modules/es.typed-array.to-locale-string":"Y4JY","../modules/es.typed-array.to-string":"pSqK","../modules/es.reflect.apply":"HvHw","../modules/es.reflect.construct":"DGs4","../modules/es.reflect.define-property":"Lhv1","../modules/es.reflect.delete-property":"sSoW","../modules/es.reflect.get":"hsSr","../modules/es.reflect.get-own-property-descriptor":"cznX","../modules/es.reflect.get-prototype-of":"ghbB","../modules/es.reflect.has":"LCUf","../modules/es.reflect.is-extensible":"GX83","../modules/es.reflect.own-keys":"X8ou","../modules/es.reflect.prevent-extensions":"bogC","../modules/es.reflect.set":"lAc1","../modules/es.reflect.set-prototype-of":"kZtr","../internals/path":"hMfB"}],"H4Sx":[function(require,module,exports) { -module.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}; -},{}],"GFxX":[function(require,module,exports) { - -var r=require("../internals/global"),e=require("../internals/dom-iterables"),a=require("../internals/array-for-each"),n=require("../internals/create-non-enumerable-property");for(var i in e){var o=r[i],t=o&&o.prototype;if(t&&t.forEach!==a)try{n(t,"forEach",a)}catch(l){t.forEach=a}} -},{"../internals/global":"MVLi","../internals/dom-iterables":"H4Sx","../internals/array-for-each":"VXzW","../internals/create-non-enumerable-property":"GwPZ"}],"dkdU":[function(require,module,exports) { - -var r=require("../internals/global"),e=require("../internals/dom-iterables"),a=require("../modules/es.array.iterator"),i=require("../internals/create-non-enumerable-property"),t=require("../internals/well-known-symbol"),n=t("iterator"),o=t("toStringTag"),l=a.values;for(var s in e){var u=r[s],f=u&&u.prototype;if(f){if(f[n]!==l)try{i(f,n,l)}catch(c){f[n]=l}if(f[o]||i(f,o,s),e[s])for(var y in a)if(f[y]!==a[y])try{i(f,y,a[y])}catch(c){f[y]=a[y]}}} -},{"../internals/global":"MVLi","../internals/dom-iterables":"H4Sx","../modules/es.array.iterator":"S91k","../internals/create-non-enumerable-property":"GwPZ","../internals/well-known-symbol":"Q0EA"}],"hZLH":[function(require,module,exports) { - -var e=require("../internals/export"),r=require("../internals/global"),a=require("../internals/task"),t=!r.setImmediate||!r.clearImmediate;e({global:!0,bind:!0,enumerable:!0,forced:t},{setImmediate:a.set,clearImmediate:a.clear}); -},{"../internals/export":"rhEq","../internals/global":"MVLi","../internals/task":"g1no"}],"eiZc":[function(require,module,exports) { - - -var e=require("../internals/export"),r=require("../internals/global"),a=require("../internals/microtask"),n=require("../internals/classof-raw"),i=r.process,s="process"==n(i);e({global:!0,enumerable:!0,noTargetGet:!0},{queueMicrotask:function(e){var r=s&&i.domain;a(r?r.bind(e):e)}}); -},{"../internals/export":"rhEq","../internals/global":"MVLi","../internals/microtask":"jLqr","../internals/classof-raw":"jUdy"}],"OTsy":[function(require,module,exports) { - -var e=require("../internals/export"),n=require("../internals/global"),t=require("../internals/engine-user-agent"),r=[].slice,i=/MSIE .\./.test(t),l=function(e){return function(n,t){var i=arguments.length>2,l=i?r.call(arguments,2):void 0;return e(i?function(){("function"==typeof n?n:Function(n)).apply(this,l)}:n,t)}};e({global:!0,bind:!0,forced:i},{setTimeout:l(n.setTimeout),setInterval:l(n.setInterval)}); -},{"../internals/export":"rhEq","../internals/global":"MVLi","../internals/engine-user-agent":"ds3C"}],"Yrjo":[function(require,module,exports) { -var a=require("../internals/fails"),e=require("../internals/well-known-symbol"),r=require("../internals/is-pure"),t=e("iterator");module.exports=!a(function(){var a=new URL("b?a=1&b=2&c=3","http://a"),e=a.searchParams,n="";return a.pathname="c%20d",e.forEach(function(a,r){e.delete("b"),n+=r+a}),r&&!a.toJSON||!e.sort||"http://a/c%20d?a=1&c=3"!==a.href||"3"!==e.get("c")||"a=1"!==String(new URLSearchParams("?a=1"))||!e[t]||"a"!==new URL("https://a@b").username||"b"!==new URLSearchParams(new URLSearchParams("a=b")).get("a")||"xn--e1aybc"!==new URL("http://тест").host||"#%D0%B1"!==new URL("http://a#б").hash||"a1c3"!==n||"x"!==new URL("http://x",void 0).host}); -},{"../internals/fails":"pWu7","../internals/well-known-symbol":"Q0EA","../internals/is-pure":"tGwT"}],"F0va":[function(require,module,exports) { -"use strict";var r=2147483647,e=36,t=1,o=26,n=38,u=700,a=72,f=128,h="-",s=/[^\0-\u007E]/,i=/[.\u3002\uFF0E\uFF61]/g,v="Overflow: input needs wider integers to process",l=e-t,p=Math.floor,g=String.fromCharCode,c=function(r){for(var e=[],t=0,o=r.length;t=55296&&n<=56319&&t>1,r+=p(r/t);r>l*o>>1;f+=e)r=p(r/l);return p(f+(l+1)*r/(r+n))},C=function(n){var u,s,i=[],l=(n=c(n)).length,C=f,E=0,F=a;for(u=0;u=C&&sp((r-E)/A))throw RangeError(v);for(E+=(x-C)*A,C=x,u=0;ur)throw RangeError(v);if(s==C){for(var R=E,b=e;;b+=e){var k=b<=F?t:b>=F+o?o:b-F;if(R0?arguments[0]:void 0,g=[];if(U(this,{type:w,entries:g,updateURL:function(){},updateSearchParams:N}),void 0!==h)if(p(h))if("function"==typeof(e=y(h)))for(r=(t=e.call(h)).next;!(n=r.call(t)).done;){if((u=(a=(i=v(f(n.value))).next).call(i)).done||(o=a.call(i)).done||!a.call(i).done)throw TypeError("Expected sequence with length 2");g.push({key:u.value+"",value:o.value+""})}else for(c in h)l(h,c)&&g.push({key:c,value:h[c]+""});else H(g,"string"==typeof h?"?"===h.charAt(0)?h.slice(1):h:h+"")},G=D.prototype;i(G,{append:function(e,t){z(arguments.length,2);var r=x(this);r.entries.push({key:e+"",value:t+""}),r.updateURL()},delete:function(e){z(arguments.length,1);for(var t=x(this),r=t.entries,n=e+"",i=0;ie.key){i.splice(t,0,e);break}t===r&&i.push(e)}n.updateURL()},forEach:function(e){for(var t,r=x(this).entries,n=c(e,arguments.length>1?arguments[1]:void 0,3),i=0;i1&&(t=arguments[1],p(t)&&(r=t.body,h(r)===w&&((n=t.headers?new m(t.headers):new m).has("content-type")||n.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"),t=g(t,{body:d(0,String(r)),headers:d(0,n)}))),i.push(t)),q.apply(this,i)}}),module.exports={URLSearchParams:D,getState:x}; -},{"../modules/es.array.iterator":"S91k","../internals/export":"rhEq","../internals/get-built-in":"mLk8","../internals/native-url":"Yrjo","../internals/redefine":"ztZs","../internals/redefine-all":"oPIw","../internals/set-to-string-tag":"kLCt","../internals/create-iterator-constructor":"v9Wl","../internals/internal-state":"vLSK","../internals/an-instance":"pJoy","../internals/has":"jYdl","../internals/function-bind-context":"dEmF","../internals/classof":"rs2T","../internals/an-object":"eAPg","../internals/is-object":"AsqF","../internals/object-create":"zWsZ","../internals/create-property-descriptor":"oNyT","../internals/get-iterator":"Uult","../internals/get-iterator-method":"VM64","../internals/well-known-symbol":"Q0EA"}],"ytq2":[function(require,module,exports) { - -"use strict";require("../modules/es.string.iterator");var e,r=require("../internals/export"),t=require("../internals/descriptors"),n=require("../internals/native-url"),a=require("../internals/global"),s=require("../internals/object-define-properties"),i=require("../internals/redefine"),u=require("../internals/an-instance"),o=require("../internals/has"),l=require("../internals/object-assign"),f=require("../internals/array-from"),c=require("../internals/string-multibyte").codeAt,h=require("../internals/string-punycode-to-ascii"),p=require("../internals/set-to-string-tag"),m=require("../modules/web.url-search-params"),g=require("../internals/internal-state"),v=a.URL,d=m.URLSearchParams,q=m.getState,y=g.set,b=g.getterFor("URL"),w=Math.floor,A=Math.pow,L="Invalid authority",R="Invalid scheme",U="Invalid host",k="Invalid port",B=/[A-Za-z]/,S=/[\d+-.A-Za-z]/,j=/\d/,P=/^(0x|0X)/,I=/^[0-7]+$/,C=/^\d+$/,O=/^[\dA-Fa-f]+$/,F=/[\u0000\u0009\u000A\u000D #%\/:?@[\\]]/,$=/[\u0000\u0009\u000A\u000D #\/:?@[\\]]/,D=/^[\u0000-\u001F ]+|[\u0000-\u001F ]+$/g,E=/[\u0009\u000A\u000D]/g,T=function(e,r){var t,n,a;if("["==r.charAt(0)){if("]"!=r.charAt(r.length-1))return U;if(!(t=z(r.slice(1,-1))))return U;e.host=t}else if(Q(e)){if(r=h(r),F.test(r))return U;if(null===(t=x(r)))return U;e.host=t}else{if($.test(r))return U;for(t="",n=f(r),a=0;a4)return e;for(t=[],n=0;n1&&"0"==a.charAt(0)&&(s=P.test(a)?16:8,a=a.slice(8==s?1:2)),""===a)i=0;else{if(!(10==s?C:8==s?I:O).test(a))return e;i=parseInt(a,s)}t.push(i)}for(n=0;n=A(256,5-r))return null}else if(i>255)return null;for(u=t.pop(),n=0;n6)return;for(n=0;h();){if(a=null,n>0){if(!("."==h()&&n<4))return;c++}if(!j.test(h()))return;for(;j.test(h());){if(s=parseInt(h(),10),null===a)a=s;else{if(0==a)return;a=10*a+s}if(a>255)return;c++}o[l]=256*o[l]+a,2!=++n&&4!=n||l++}if(4!=n)return;break}if(":"==h()){if(c++,!h())return}else if(h())return;o[l++]=r}else{if(null!==f)return;c++,f=++l}}if(null!==f)for(i=l-f,l=7;0!=l&&i>0;)u=o[l],o[l--]=o[f+i-1],o[f+--i]=u;else if(8!=l)return;return o},M=function(e){for(var r=null,t=1,n=null,a=0,s=0;s<8;s++)0!==e[s]?(a>t&&(r=n,t=a),n=null,a=0):(null===n&&(n=s),++a);return a>t&&(r=n,t=a),r},Z=function(e){var r,t,n,a;if("number"==typeof e){for(r=[],t=0;t<4;t++)r.unshift(e%256),e=w(e/256);return r.join(".")}if("object"==typeof e){for(r="",n=M(e),t=0;t<8;t++)a&&0===e[t]||(a&&(a=!1),n===t?(r+=t?":":"::",a=!0):(r+=e[t].toString(16),t<7&&(r+=":")));return"["+r+"]"}return e},J={},N=l({},J,{" ":1,'"':1,"<":1,">":1,"`":1}),X=l({},N,{"#":1,"?":1,"{":1,"}":1}),G=l({},X,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),H=function(e,r){var t=c(e,0);return t>32&&t<127&&!o(r,e)?e:encodeURIComponent(e)},K={ftp:21,file:null,http:80,https:443,ws:80,wss:443},Q=function(e){return o(K,e.scheme)},V=function(e){return""!=e.username||""!=e.password},W=function(e){return!e.host||e.cannotBeABaseURL||"file"==e.scheme},Y=function(e,r){var t;return 2==e.length&&B.test(e.charAt(0))&&(":"==(t=e.charAt(1))||!r&&"|"==t)},_=function(e){var r;return e.length>1&&Y(e.slice(0,2))&&(2==e.length||"/"===(r=e.charAt(2))||"\\"===r||"?"===r||"#"===r)},ee=function(e){var r=e.path,t=r.length;!t||"file"==e.scheme&&1==t&&Y(r[0],!0)||r.pop()},re=function(e){return"."===e||"%2e"===e.toLowerCase()},te=function(e){return".."===(e=e.toLowerCase())||"%2e."===e||".%2e"===e||"%2e%2e"===e},ne={},ae={},se={},ie={},ue={},oe={},le={},fe={},ce={},he={},pe={},me={},ge={},ve={},de={},qe={},ye={},be={},we={},Ae={},Le={},Re=function(r,t,n,a){var s,i,u,l,c=n||ne,h=0,p="",m=!1,g=!1,v=!1;for(n||(r.scheme="",r.username="",r.password="",r.host=null,r.port=null,r.path=[],r.query=null,r.fragment=null,r.cannotBeABaseURL=!1,t=t.replace(D,"")),t=t.replace(E,""),s=f(t);h<=s.length;){switch(i=s[h],c){case ne:if(!i||!B.test(i)){if(n)return R;c=se;continue}p+=i.toLowerCase(),c=ae;break;case ae:if(i&&(S.test(i)||"+"==i||"-"==i||"."==i))p+=i.toLowerCase();else{if(":"!=i){if(n)return R;p="",c=se,h=0;continue}if(n&&(Q(r)!=o(K,p)||"file"==p&&(V(r)||null!==r.port)||"file"==r.scheme&&!r.host))return;if(r.scheme=p,n)return void(Q(r)&&K[r.scheme]==r.port&&(r.port=null));p="","file"==r.scheme?c=ve:Q(r)&&a&&a.scheme==r.scheme?c=ie:Q(r)?c=fe:"/"==s[h+1]?(c=ue,h++):(r.cannotBeABaseURL=!0,r.path.push(""),c=we)}break;case se:if(!a||a.cannotBeABaseURL&&"#"!=i)return R;if(a.cannotBeABaseURL&&"#"==i){r.scheme=a.scheme,r.path=a.path.slice(),r.query=a.query,r.fragment="",r.cannotBeABaseURL=!0,c=Le;break}c="file"==a.scheme?ve:oe;continue;case ie:if("/"!=i||"/"!=s[h+1]){c=oe;continue}c=ce,h++;break;case ue:if("/"==i){c=he;break}c=be;continue;case oe:if(r.scheme=a.scheme,i==e)r.username=a.username,r.password=a.password,r.host=a.host,r.port=a.port,r.path=a.path.slice(),r.query=a.query;else if("/"==i||"\\"==i&&Q(r))c=le;else if("?"==i)r.username=a.username,r.password=a.password,r.host=a.host,r.port=a.port,r.path=a.path.slice(),r.query="",c=Ae;else{if("#"!=i){r.username=a.username,r.password=a.password,r.host=a.host,r.port=a.port,r.path=a.path.slice(),r.path.pop(),c=be;continue}r.username=a.username,r.password=a.password,r.host=a.host,r.port=a.port,r.path=a.path.slice(),r.query=a.query,r.fragment="",c=Le}break;case le:if(!Q(r)||"/"!=i&&"\\"!=i){if("/"!=i){r.username=a.username,r.password=a.password,r.host=a.host,r.port=a.port,c=be;continue}c=he}else c=ce;break;case fe:if(c=ce,"/"!=i||"/"!=p.charAt(h+1))continue;h++;break;case ce:if("/"!=i&&"\\"!=i){c=he;continue}break;case he:if("@"==i){m&&(p="%40"+p),m=!0,u=f(p);for(var d=0;d65535)return k;r.port=Q(r)&&b===K[r.scheme]?null:b,p=""}if(n)return;c=ye;continue}return k}p+=i;break;case ve:if(r.scheme="file","/"==i||"\\"==i)c=de;else{if(!a||"file"!=a.scheme){c=be;continue}if(i==e)r.host=a.host,r.path=a.path.slice(),r.query=a.query;else if("?"==i)r.host=a.host,r.path=a.path.slice(),r.query="",c=Ae;else{if("#"!=i){_(s.slice(h).join(""))||(r.host=a.host,r.path=a.path.slice(),ee(r)),c=be;continue}r.host=a.host,r.path=a.path.slice(),r.query=a.query,r.fragment="",c=Le}}break;case de:if("/"==i||"\\"==i){c=qe;break}a&&"file"==a.scheme&&!_(s.slice(h).join(""))&&(Y(a.path[0],!0)?r.path.push(a.path[0]):r.host=a.host),c=be;continue;case qe:if(i==e||"/"==i||"\\"==i||"?"==i||"#"==i){if(!n&&Y(p))c=be;else if(""==p){if(r.host="",n)return;c=ye}else{if(l=T(r,p))return l;if("localhost"==r.host&&(r.host=""),n)return;p="",c=ye}continue}p+=i;break;case ye:if(Q(r)){if(c=be,"/"!=i&&"\\"!=i)continue}else if(n||"?"!=i)if(n||"#"!=i){if(i!=e&&(c=be,"/"!=i))continue}else r.fragment="",c=Le;else r.query="",c=Ae;break;case be:if(i==e||"/"==i||"\\"==i&&Q(r)||!n&&("?"==i||"#"==i)){if(te(p)?(ee(r),"/"==i||"\\"==i&&Q(r)||r.path.push("")):re(p)?"/"==i||"\\"==i&&Q(r)||r.path.push(""):("file"==r.scheme&&!r.path.length&&Y(p)&&(r.host&&(r.host=""),p=p.charAt(0)+":"),r.path.push(p)),p="","file"==r.scheme&&(i==e||"?"==i||"#"==i))for(;r.path.length>1&&""===r.path[0];)r.path.shift();"?"==i?(r.query="",c=Ae):"#"==i&&(r.fragment="",c=Le)}else p+=H(i,X);break;case we:"?"==i?(r.query="",c=Ae):"#"==i?(r.fragment="",c=Le):i!=e&&(r.path[0]+=H(i,J));break;case Ae:n||"#"!=i?i!=e&&("'"==i&&Q(r)?r.query+="%27":r.query+="#"==i?"%23":H(i,J)):(r.fragment="",c=Le);break;case Le:i!=e&&(r.fragment+=H(i,N))}h++}},Ue=function(e){var r,n,a=u(this,Ue,"URL"),s=arguments.length>1?arguments[1]:void 0,i=String(e),o=y(a,{type:"URL"});if(void 0!==s)if(s instanceof Ue)r=b(s);else if(n=Re(r={},String(s)))throw TypeError(n);if(n=Re(o,i,null,r))throw TypeError(n);var l=o.searchParams=new d,f=q(l);f.updateSearchParams(o.query),f.updateURL=function(){o.query=String(l)||null},t||(a.href=Be.call(a),a.origin=Se.call(a),a.protocol=je.call(a),a.username=Pe.call(a),a.password=Ie.call(a),a.host=Ce.call(a),a.hostname=Oe.call(a),a.port=Fe.call(a),a.pathname=$e.call(a),a.search=De.call(a),a.searchParams=Ee.call(a),a.hash=Te.call(a))},ke=Ue.prototype,Be=function(){var e=b(this),r=e.scheme,t=e.username,n=e.password,a=e.host,s=e.port,i=e.path,u=e.query,o=e.fragment,l=r+":";return null!==a?(l+="//",V(e)&&(l+=t+(n?":"+n:"")+"@"),l+=Z(a),null!==s&&(l+=":"+s)):"file"==r&&(l+="//"),l+=e.cannotBeABaseURL?i[0]:i.length?"/"+i.join("/"):"",null!==u&&(l+="?"+u),null!==o&&(l+="#"+o),l},Se=function(){var e=b(this),r=e.scheme,t=e.port;if("blob"==r)try{return new URL(r.path[0]).origin}catch(n){return"null"}return"file"!=r&&Q(e)?r+"://"+Z(e.host)+(null!==t?":"+t:""):"null"},je=function(){return b(this).scheme+":"},Pe=function(){return b(this).username},Ie=function(){return b(this).password},Ce=function(){var e=b(this),r=e.host,t=e.port;return null===r?"":null===t?Z(r):Z(r)+":"+t},Oe=function(){var e=b(this).host;return null===e?"":Z(e)},Fe=function(){var e=b(this).port;return null===e?"":String(e)},$e=function(){var e=b(this),r=e.path;return e.cannotBeABaseURL?r[0]:r.length?"/"+r.join("/"):""},De=function(){var e=b(this).query;return e?"?"+e:""},Ee=function(){return b(this).searchParams},Te=function(){var e=b(this).fragment;return e?"#"+e:""},xe=function(e,r){return{get:e,set:r,configurable:!0,enumerable:!0}};if(t&&s(ke,{href:xe(Be,function(e){var r=b(this),t=String(e),n=Re(r,t);if(n)throw TypeError(n);q(r.searchParams).updateSearchParams(r.query)}),origin:xe(Se),protocol:xe(je,function(e){var r=b(this);Re(r,String(e)+":",ne)}),username:xe(Pe,function(e){var r=b(this),t=f(String(e));if(!W(r)){r.username="";for(var n=0;n=0;--i){var a=this.tryEntries[i],c=a.completion;if("root"===a.tryLoc)return o("end");if(a.tryLoc<=this.prev){var u=n.call(a,"catchLoc"),h=n.call(a,"finallyLoc");if(u&&h){if(this.prev=0;--e){var o=this.tryEntries[e];if(o.tryLoc<=this.prev&&n.call(o,"finallyLoc")&&this.prev=0;--r){var e=this.tryEntries[r];if(e.finallyLoc===t)return this.complete(e.completion,e.afterLoc),O(e),y}},catch:function(t){for(var r=this.tryEntries.length-1;r>=0;--r){var e=this.tryEntries[r];if(e.tryLoc===t){var n=e.completion;if("throw"===n.type){var o=n.arg;O(e)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,n){return this.delegate={iterator:G(t),resultName:e,nextLoc:n},"next"===this.method&&(this.arg=r),y}},t}("object"==typeof module?module.exports:{});try{regeneratorRuntime=t}catch(r){Function("r","regeneratorRuntime = r")(t)} -},{}],"M3sR":[function(require,module,exports) { +// modules are defined as an array +// [ module function, map of requires ] +// +// map of requires is short require name -> numeric require +// +// anything defined in a previous bundle is accessed via the +// orig method which is the require for previous bundles +parcelRequire = (function (modules, cache, entry, globalName) { + // Save the require from previous bundle to this closure if any + var previousRequire = typeof parcelRequire === 'function' && parcelRequire; + var nodeRequire = typeof require === 'function' && require; + + function newRequire(name, jumped) { + if (!cache[name]) { + if (!modules[name]) { + // if we cannot find the module within our internal map or + // cache jump to the current global require ie. the last bundle + // that was added to the page. + var currentRequire = typeof parcelRequire === 'function' && parcelRequire; + if (!jumped && currentRequire) { + return currentRequire(name, true); + } + + // If there are other bundles on this page the require from the + // previous one is saved to 'previousRequire'. Repeat this as + // many times as there are bundles until the module is found or + // we exhaust the require chain. + if (previousRequire) { + return previousRequire(name, true); + } + + // Try the node require function if it exists. + if (nodeRequire && typeof name === 'string') { + return nodeRequire(name); + } + + var err = new Error('Cannot find module \'' + name + '\''); + err.code = 'MODULE_NOT_FOUND'; + throw err; + } + + localRequire.resolve = resolve; + localRequire.cache = {}; + + var module = cache[name] = new newRequire.Module(name); + + modules[name][0].call(module.exports, localRequire, module, module.exports, this); + } + + return cache[name].exports; + + function localRequire(x){ + return newRequire(localRequire.resolve(x)); + } + + function resolve(x){ + return modules[name][1][x] || x; + } + } + + function Module(moduleName) { + this.id = moduleName; + this.bundle = newRequire; + this.exports = {}; + } + + newRequire.isParcelRequire = true; + newRequire.Module = Module; + newRequire.modules = modules; + newRequire.cache = cache; + newRequire.parent = previousRequire; + newRequire.register = function (id, exports) { + modules[id] = [function (require, module) { + module.exports = exports; + }, {}]; + }; + + var error; + for (var i = 0; i < entry.length; i++) { + try { + newRequire(entry[i]); + } catch (e) { + // Save first error but execute all entries + if (!error) { + error = e; + } + } + } + + if (entry.length) { + // Expose entry point to Node, AMD or browser globals + // Based on https://github.com/ForbesLindesay/umd/blob/master/template.js + var mainExports = newRequire(entry[entry.length - 1]); + + // CommonJS + if (typeof exports === "object" && typeof module !== "undefined") { + module.exports = mainExports; + + // RequireJS + } else if (typeof define === "function" && define.amd) { + define(function () { + return mainExports; + }); + + // + if (val === '') return true; + if (val === 'false') return false; + if (val === 'true') return true; + return val; + } + + if (DOCUMENT && typeof DOCUMENT.querySelector === 'function') { + var attrs = [['data-family-prefix', 'familyPrefix'], ['data-replacement-class', 'replacementClass'], ['data-auto-replace-svg', 'autoReplaceSvg'], ['data-auto-add-css', 'autoAddCss'], ['data-auto-a11y', 'autoA11y'], ['data-search-pseudo-elements', 'searchPseudoElements'], ['data-observe-mutations', 'observeMutations'], ['data-mutate-approach', 'mutateApproach'], ['data-keep-original-source', 'keepOriginalSource'], ['data-measure-performance', 'measurePerformance'], ['data-show-missing-icons', 'showMissingIcons']]; + attrs.forEach(function (_ref) { + var _ref2 = _slicedToArray(_ref, 2), + attr = _ref2[0], + key = _ref2[1]; + + var val = coerce(getAttrConfig(attr)); + + if (val !== undefined && val !== null) { + initial[key] = val; + } + }); + } + + var _default = { + familyPrefix: DEFAULT_FAMILY_PREFIX, + replacementClass: DEFAULT_REPLACEMENT_CLASS, + autoReplaceSvg: true, + autoAddCss: true, + autoA11y: true, + searchPseudoElements: false, + observeMutations: true, + mutateApproach: 'async', + keepOriginalSource: true, + measurePerformance: false, + showMissingIcons: true + }; + + var _config = _objectSpread({}, _default, initial); + + if (!_config.autoReplaceSvg) _config.observeMutations = false; + + var config = _objectSpread({}, _config); + + WINDOW.FontAwesomeConfig = config; + var w = WINDOW || {}; + if (!w[NAMESPACE_IDENTIFIER]) w[NAMESPACE_IDENTIFIER] = {}; + if (!w[NAMESPACE_IDENTIFIER].styles) w[NAMESPACE_IDENTIFIER].styles = {}; + if (!w[NAMESPACE_IDENTIFIER].hooks) w[NAMESPACE_IDENTIFIER].hooks = {}; + if (!w[NAMESPACE_IDENTIFIER].shims) w[NAMESPACE_IDENTIFIER].shims = []; + var namespace = w[NAMESPACE_IDENTIFIER]; + var functions = []; + + var listener = function listener() { + DOCUMENT.removeEventListener('DOMContentLoaded', listener); + loaded = 1; + functions.map(function (fn) { + return fn(); + }); + }; + + var loaded = false; + + if (IS_DOM) { + loaded = (DOCUMENT.documentElement.doScroll ? /^loaded|^c/ : /^loaded|^i|^c/).test(DOCUMENT.readyState); + if (!loaded) DOCUMENT.addEventListener('DOMContentLoaded', listener); + } + + function domready(fn) { + if (!IS_DOM) return; + loaded ? setTimeout(fn, 0) : functions.push(fn); + } + + var PENDING = 'pending'; + var SETTLED = 'settled'; + var FULFILLED = 'fulfilled'; + var REJECTED = 'rejected'; + + var NOOP = function NOOP() {}; + + var isNode = typeof global !== 'undefined' && typeof global.process !== 'undefined' && typeof global.process.emit === 'function'; + var asyncSetTimer = typeof setImmediate === 'undefined' ? setTimeout : setImmediate; + var asyncQueue = []; + var asyncTimer; + + function asyncFlush() { + // run promise callbacks + for (var i = 0; i < asyncQueue.length; i++) { + asyncQueue[i][0](asyncQueue[i][1]); + } // reset async asyncQueue + + + asyncQueue = []; + asyncTimer = false; + } + + function asyncCall(callback, arg) { + asyncQueue.push([callback, arg]); + + if (!asyncTimer) { + asyncTimer = true; + asyncSetTimer(asyncFlush, 0); + } + } + + function invokeResolver(resolver, promise) { + function resolvePromise(value) { + resolve(promise, value); + } + + function rejectPromise(reason) { + reject(promise, reason); + } + + try { + resolver(resolvePromise, rejectPromise); + } catch (e) { + rejectPromise(e); + } + } + + function invokeCallback(subscriber) { + var owner = subscriber.owner; + var settled = owner._state; + var value = owner._data; + var callback = subscriber[settled]; + var promise = subscriber.then; + + if (typeof callback === 'function') { + settled = FULFILLED; + + try { + value = callback(value); + } catch (e) { + reject(promise, e); + } + } + + if (!handleThenable(promise, value)) { + if (settled === FULFILLED) { + resolve(promise, value); + } + + if (settled === REJECTED) { + reject(promise, value); + } + } + } + + function handleThenable(promise, value) { + var resolved; + + try { + if (promise === value) { + throw new TypeError('A promises callback cannot return that same promise.'); + } + + if (value && (typeof value === 'function' || _typeof(value) === 'object')) { + // then should be retrieved only once + var then = value.then; + + if (typeof then === 'function') { + then.call(value, function (val) { + if (!resolved) { + resolved = true; + + if (value === val) { + fulfill(promise, val); + } else { + resolve(promise, val); + } + } + }, function (reason) { + if (!resolved) { + resolved = true; + reject(promise, reason); + } + }); + return true; + } + } + } catch (e) { + if (!resolved) { + reject(promise, e); + } + + return true; + } + + return false; + } + + function resolve(promise, value) { + if (promise === value || !handleThenable(promise, value)) { + fulfill(promise, value); + } + } + + function fulfill(promise, value) { + if (promise._state === PENDING) { + promise._state = SETTLED; + promise._data = value; + asyncCall(publishFulfillment, promise); + } + } + + function reject(promise, reason) { + if (promise._state === PENDING) { + promise._state = SETTLED; + promise._data = reason; + asyncCall(publishRejection, promise); + } + } + + function publish(promise) { + promise._then = promise._then.forEach(invokeCallback); + } + + function publishFulfillment(promise) { + promise._state = FULFILLED; + publish(promise); + } + + function publishRejection(promise) { + promise._state = REJECTED; + publish(promise); + + if (!promise._handled && isNode) { + global.process.emit('unhandledRejection', promise._data, promise); + } + } + + function notifyRejectionHandled(promise) { + global.process.emit('rejectionHandled', promise); + } + /** + * @class + */ + + + function P(resolver) { + if (typeof resolver !== 'function') { + throw new TypeError('Promise resolver ' + resolver + ' is not a function'); + } + + if (this instanceof P === false) { + throw new TypeError('Failed to construct \'Promise\': Please use the \'new\' operator, this object constructor cannot be called as a function.'); + } + + this._then = []; + invokeResolver(resolver, this); + } + + P.prototype = { + constructor: P, + _state: PENDING, + _then: null, + _data: undefined, + _handled: false, + then: function then(onFulfillment, onRejection) { + var subscriber = { + owner: this, + then: new this.constructor(NOOP), + fulfilled: onFulfillment, + rejected: onRejection + }; + + if ((onRejection || onFulfillment) && !this._handled) { + this._handled = true; + + if (this._state === REJECTED && isNode) { + asyncCall(notifyRejectionHandled, this); + } + } + + if (this._state === FULFILLED || this._state === REJECTED) { + // already resolved, call callback async + asyncCall(invokeCallback, subscriber); + } else { + // subscribe + this._then.push(subscriber); + } + + return subscriber.then; + }, + catch: function _catch(onRejection) { + return this.then(null, onRejection); + } + }; + + P.all = function (promises) { + if (!Array.isArray(promises)) { + throw new TypeError('You must pass an array to Promise.all().'); + } + + return new P(function (resolve, reject) { + var results = []; + var remaining = 0; + + function resolver(index) { + remaining++; + return function (value) { + results[index] = value; + + if (! --remaining) { + resolve(results); + } + }; + } + + for (var i = 0, promise; i < promises.length; i++) { + promise = promises[i]; + + if (promise && typeof promise.then === 'function') { + promise.then(resolver(i), reject); + } else { + results[i] = promise; + } + } + + if (!remaining) { + resolve(results); + } + }); + }; + + P.race = function (promises) { + if (!Array.isArray(promises)) { + throw new TypeError('You must pass an array to Promise.race().'); + } + + return new P(function (resolve, reject) { + for (var i = 0, promise; i < promises.length; i++) { + promise = promises[i]; + + if (promise && typeof promise.then === 'function') { + promise.then(resolve, reject); + } else { + resolve(promise); + } + } + }); + }; + + P.resolve = function (value) { + if (value && _typeof(value) === 'object' && value.constructor === P) { + return value; + } + + return new P(function (resolve) { + resolve(value); + }); + }; + + P.reject = function (reason) { + return new P(function (resolve, reject) { + reject(reason); + }); + }; + + var picked = typeof Promise === 'function' ? Promise : P; + var d = UNITS_IN_GRID; + var meaninglessTransform = { + size: 16, + x: 0, + y: 0, + rotate: 0, + flipX: false, + flipY: false + }; + + function isReserved(name) { + return ~RESERVED_CLASSES.indexOf(name); + } + + function bunker(fn) { + try { + fn(); + } catch (e) { + if (!PRODUCTION) { + throw e; + } + } + } + + function insertCss(css) { + if (!css || !IS_DOM) { + return; + } + + var style = DOCUMENT.createElement('style'); + style.setAttribute('type', 'text/css'); + style.innerHTML = css; + var headChildren = DOCUMENT.head.childNodes; + var beforeChild = null; + + for (var i = headChildren.length - 1; i > -1; i--) { + var child = headChildren[i]; + var tagName = (child.tagName || '').toUpperCase(); + + if (['STYLE', 'LINK'].indexOf(tagName) > -1) { + beforeChild = child; + } + } + + DOCUMENT.head.insertBefore(style, beforeChild); + return css; + } + + var idPool = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'; + + function nextUniqueId() { + var size = 12; + var id = ''; + + while (size-- > 0) { + id += idPool[Math.random() * 62 | 0]; + } + + return id; + } + + function toArray(obj) { + var array = []; + + for (var i = (obj || []).length >>> 0; i--;) { + array[i] = obj[i]; + } + + return array; + } + + function classArray(node) { + if (node.classList) { + return toArray(node.classList); + } else { + return (node.getAttribute('class') || '').split(' ').filter(function (i) { + return i; + }); + } + } + + function getIconName(familyPrefix, cls) { + var parts = cls.split('-'); + var prefix = parts[0]; + var iconName = parts.slice(1).join('-'); + + if (prefix === familyPrefix && iconName !== '' && !isReserved(iconName)) { + return iconName; + } else { + return null; + } + } + + function htmlEscape(str) { + return "".concat(str).replace(/&/g, '&').replace(/"/g, '"').replace(/'/g, ''').replace(//g, '>'); + } + + function joinAttributes(attributes) { + return Object.keys(attributes || {}).reduce(function (acc, attributeName) { + return acc + "".concat(attributeName, "=\"").concat(htmlEscape(attributes[attributeName]), "\" "); + }, '').trim(); + } + + function joinStyles(styles) { + return Object.keys(styles || {}).reduce(function (acc, styleName) { + return acc + "".concat(styleName, ": ").concat(styles[styleName], ";"); + }, ''); + } + + function transformIsMeaningful(transform) { + return transform.size !== meaninglessTransform.size || transform.x !== meaninglessTransform.x || transform.y !== meaninglessTransform.y || transform.rotate !== meaninglessTransform.rotate || transform.flipX || transform.flipY; + } + + function transformForSvg(_ref) { + var transform = _ref.transform, + containerWidth = _ref.containerWidth, + iconWidth = _ref.iconWidth; + var outer = { + transform: "translate(".concat(containerWidth / 2, " 256)") + }; + var innerTranslate = "translate(".concat(transform.x * 32, ", ").concat(transform.y * 32, ") "); + var innerScale = "scale(".concat(transform.size / 16 * (transform.flipX ? -1 : 1), ", ").concat(transform.size / 16 * (transform.flipY ? -1 : 1), ") "); + var innerRotate = "rotate(".concat(transform.rotate, " 0 0)"); + var inner = { + transform: "".concat(innerTranslate, " ").concat(innerScale, " ").concat(innerRotate) + }; + var path = { + transform: "translate(".concat(iconWidth / 2 * -1, " -256)") + }; + return { + outer: outer, + inner: inner, + path: path + }; + } + + function transformForCss(_ref2) { + var transform = _ref2.transform, + _ref2$width = _ref2.width, + width = _ref2$width === void 0 ? UNITS_IN_GRID : _ref2$width, + _ref2$height = _ref2.height, + height = _ref2$height === void 0 ? UNITS_IN_GRID : _ref2$height, + _ref2$startCentered = _ref2.startCentered, + startCentered = _ref2$startCentered === void 0 ? false : _ref2$startCentered; + var val = ''; + + if (startCentered && IS_IE) { + val += "translate(".concat(transform.x / d - width / 2, "em, ").concat(transform.y / d - height / 2, "em) "); + } else if (startCentered) { + val += "translate(calc(-50% + ".concat(transform.x / d, "em), calc(-50% + ").concat(transform.y / d, "em)) "); + } else { + val += "translate(".concat(transform.x / d, "em, ").concat(transform.y / d, "em) "); + } + + val += "scale(".concat(transform.size / d * (transform.flipX ? -1 : 1), ", ").concat(transform.size / d * (transform.flipY ? -1 : 1), ") "); + val += "rotate(".concat(transform.rotate, "deg) "); + return val; + } + + var ALL_SPACE = { + x: 0, + y: 0, + width: '100%', + height: '100%' + }; + + function fillBlack(abstract) { + var force = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true; + + if (abstract.attributes && (abstract.attributes.fill || force)) { + abstract.attributes.fill = 'black'; + } + + return abstract; + } + + function deGroup(abstract) { + if (abstract.tag === 'g') { + return abstract.children; + } else { + return [abstract]; + } + } + + function makeIconMasking(_ref) { + var children = _ref.children, + attributes = _ref.attributes, + main = _ref.main, + mask = _ref.mask, + explicitMaskId = _ref.maskId, + transform = _ref.transform; + var mainWidth = main.width, + mainPath = main.icon; + var maskWidth = mask.width, + maskPath = mask.icon; + var trans = transformForSvg({ + transform: transform, + containerWidth: maskWidth, + iconWidth: mainWidth + }); + var maskRect = { + tag: 'rect', + attributes: _objectSpread({}, ALL_SPACE, { + fill: 'white' + }) + }; + var maskInnerGroupChildrenMixin = mainPath.children ? { + children: mainPath.children.map(fillBlack) + } : {}; + var maskInnerGroup = { + tag: 'g', + attributes: _objectSpread({}, trans.inner), + children: [fillBlack(_objectSpread({ + tag: mainPath.tag, + attributes: _objectSpread({}, mainPath.attributes, trans.path) + }, maskInnerGroupChildrenMixin))] + }; + var maskOuterGroup = { + tag: 'g', + attributes: _objectSpread({}, trans.outer), + children: [maskInnerGroup] + }; + var maskId = "mask-".concat(explicitMaskId || nextUniqueId()); + var clipId = "clip-".concat(explicitMaskId || nextUniqueId()); + var maskTag = { + tag: 'mask', + attributes: _objectSpread({}, ALL_SPACE, { + id: maskId, + maskUnits: 'userSpaceOnUse', + maskContentUnits: 'userSpaceOnUse' + }), + children: [maskRect, maskOuterGroup] + }; + var defs = { + tag: 'defs', + children: [{ + tag: 'clipPath', + attributes: { + id: clipId + }, + children: deGroup(maskPath) + }, maskTag] + }; + children.push(defs, { + tag: 'rect', + attributes: _objectSpread({ + fill: 'currentColor', + 'clip-path': "url(#".concat(clipId, ")"), + mask: "url(#".concat(maskId, ")") + }, ALL_SPACE) + }); + return { + children: children, + attributes: attributes + }; + } + + function makeIconStandard(_ref) { + var children = _ref.children, + attributes = _ref.attributes, + main = _ref.main, + transform = _ref.transform, + styles = _ref.styles; + var styleString = joinStyles(styles); + + if (styleString.length > 0) { + attributes['style'] = styleString; + } + + if (transformIsMeaningful(transform)) { + var trans = transformForSvg({ + transform: transform, + containerWidth: main.width, + iconWidth: main.width + }); + children.push({ + tag: 'g', + attributes: _objectSpread({}, trans.outer), + children: [{ + tag: 'g', + attributes: _objectSpread({}, trans.inner), + children: [{ + tag: main.icon.tag, + children: main.icon.children, + attributes: _objectSpread({}, main.icon.attributes, trans.path) + }] + }] + }); + } else { + children.push(main.icon); + } + + return { + children: children, + attributes: attributes + }; + } + + function asIcon(_ref) { + var children = _ref.children, + main = _ref.main, + mask = _ref.mask, + attributes = _ref.attributes, + styles = _ref.styles, + transform = _ref.transform; + + if (transformIsMeaningful(transform) && main.found && !mask.found) { + var width = main.width, + height = main.height; + var offset = { + x: width / height / 2, + y: 0.5 + }; + attributes['style'] = joinStyles(_objectSpread({}, styles, { + 'transform-origin': "".concat(offset.x + transform.x / 16, "em ").concat(offset.y + transform.y / 16, "em") + })); + } + + return [{ + tag: 'svg', + attributes: attributes, + children: children + }]; + } + + function asSymbol(_ref) { + var prefix = _ref.prefix, + iconName = _ref.iconName, + children = _ref.children, + attributes = _ref.attributes, + symbol = _ref.symbol; + var id = symbol === true ? "".concat(prefix, "-").concat(config.familyPrefix, "-").concat(iconName) : symbol; + return [{ + tag: 'svg', + attributes: { + style: 'display: none;' + }, + children: [{ + tag: 'symbol', + attributes: _objectSpread({}, attributes, { + id: id + }), + children: children + }] + }]; + } + + function makeInlineSvgAbstract(params) { + var _params$icons = params.icons, + main = _params$icons.main, + mask = _params$icons.mask, + prefix = params.prefix, + iconName = params.iconName, + transform = params.transform, + symbol = params.symbol, + title = params.title, + maskId = params.maskId, + titleId = params.titleId, + extra = params.extra, + _params$watchable = params.watchable, + watchable = _params$watchable === void 0 ? false : _params$watchable; + + var _ref = mask.found ? mask : main, + width = _ref.width, + height = _ref.height; + + var widthClass = "fa-w-".concat(Math.ceil(width / height * 16)); + var attrClass = [config.replacementClass, iconName ? "".concat(config.familyPrefix, "-").concat(iconName) : '', widthClass].filter(function (c) { + return extra.classes.indexOf(c) === -1; + }).concat(extra.classes).join(' '); + var content = { + children: [], + attributes: _objectSpread({}, extra.attributes, { + 'data-prefix': prefix, + 'data-icon': iconName, + 'class': attrClass, + 'role': extra.attributes.role || 'img', + 'xmlns': 'http://www.w3.org/2000/svg', + 'viewBox': "0 0 ".concat(width, " ").concat(height) + }) + }; + + if (watchable) { + content.attributes[DATA_FA_I2SVG] = ''; + } + + if (title) content.children.push({ + tag: 'title', + attributes: { + id: content.attributes['aria-labelledby'] || "title-".concat(titleId || nextUniqueId()) + }, + children: [title] + }); + + var args = _objectSpread({}, content, { + prefix: prefix, + iconName: iconName, + main: main, + mask: mask, + maskId: maskId, + transform: transform, + symbol: symbol, + styles: extra.styles + }); + + var _ref2 = mask.found && main.found ? makeIconMasking(args) : makeIconStandard(args), + children = _ref2.children, + attributes = _ref2.attributes; + + args.children = children; + args.attributes = attributes; + + if (symbol) { + return asSymbol(args); + } else { + return asIcon(args); + } + } + + function makeLayersTextAbstract(params) { + var content = params.content, + width = params.width, + height = params.height, + transform = params.transform, + title = params.title, + extra = params.extra, + _params$watchable2 = params.watchable, + watchable = _params$watchable2 === void 0 ? false : _params$watchable2; + + var attributes = _objectSpread({}, extra.attributes, title ? { + 'title': title + } : {}, { + 'class': extra.classes.join(' ') + }); + + if (watchable) { + attributes[DATA_FA_I2SVG] = ''; + } + + var styles = _objectSpread({}, extra.styles); + + if (transformIsMeaningful(transform)) { + styles['transform'] = transformForCss({ + transform: transform, + startCentered: true, + width: width, + height: height + }); + styles['-webkit-transform'] = styles['transform']; + } + + var styleString = joinStyles(styles); + + if (styleString.length > 0) { + attributes['style'] = styleString; + } + + var val = []; + val.push({ + tag: 'span', + attributes: attributes, + children: [content] + }); + + if (title) { + val.push({ + tag: 'span', + attributes: { + class: 'sr-only' + }, + children: [title] + }); + } + + return val; + } + + function makeLayersCounterAbstract(params) { + var content = params.content, + title = params.title, + extra = params.extra; + + var attributes = _objectSpread({}, extra.attributes, title ? { + 'title': title + } : {}, { + 'class': extra.classes.join(' ') + }); + + var styleString = joinStyles(extra.styles); + + if (styleString.length > 0) { + attributes['style'] = styleString; + } + + var val = []; + val.push({ + tag: 'span', + attributes: attributes, + children: [content] + }); + + if (title) { + val.push({ + tag: 'span', + attributes: { + class: 'sr-only' + }, + children: [title] + }); + } + + return val; + } + + var noop$1 = function noop() {}; + + var p = config.measurePerformance && PERFORMANCE && PERFORMANCE.mark && PERFORMANCE.measure ? PERFORMANCE : { + mark: noop$1, + measure: noop$1 + }; + var preamble = "FA \"5.13.1\""; + + var begin = function begin(name) { + p.mark("".concat(preamble, " ").concat(name, " begins")); + return function () { + return end(name); + }; + }; + + var end = function end(name) { + p.mark("".concat(preamble, " ").concat(name, " ends")); + p.measure("".concat(preamble, " ").concat(name), "".concat(preamble, " ").concat(name, " begins"), "".concat(preamble, " ").concat(name, " ends")); + }; + + var perf = { + begin: begin, + end: end + }; + /** + * Internal helper to bind a function known to have 4 arguments + * to a given context. + */ + + var bindInternal4 = function bindInternal4(func, thisContext) { + return function (a, b, c, d) { + return func.call(thisContext, a, b, c, d); + }; + }; + /** + * # Reduce + * + * A fast object `.reduce()` implementation. + * + * @param {Object} subject The object to reduce over. + * @param {Function} fn The reducer function. + * @param {mixed} initialValue The initial value for the reducer, defaults to subject[0]. + * @param {Object} thisContext The context for the reducer. + * @return {mixed} The final result. + */ + + + var reduce = function fastReduceObject(subject, fn, initialValue, thisContext) { + var keys = Object.keys(subject), + length = keys.length, + iterator = thisContext !== undefined ? bindInternal4(fn, thisContext) : fn, + i, + key, + result; + + if (initialValue === undefined) { + i = 1; + result = subject[keys[0]]; + } else { + i = 0; + result = initialValue; + } + + for (; i < length; i++) { + key = keys[i]; + result = iterator(result, subject[key], key, subject); + } + + return result; + }; + + function toHex(unicode) { + var result = ''; + + for (var i = 0; i < unicode.length; i++) { + var hex = unicode.charCodeAt(i).toString(16); + result += ('000' + hex).slice(-4); + } + + return result; + } + + function defineIcons(prefix, icons) { + var params = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; + var _params$skipHooks = params.skipHooks, + skipHooks = _params$skipHooks === void 0 ? false : _params$skipHooks; + var normalized = Object.keys(icons).reduce(function (acc, iconName) { + var icon = icons[iconName]; + var expanded = !!icon.icon; + + if (expanded) { + acc[icon.iconName] = icon.icon; + } else { + acc[iconName] = icon; + } + + return acc; + }, {}); + + if (typeof namespace.hooks.addPack === 'function' && !skipHooks) { + namespace.hooks.addPack(prefix, normalized); + } else { + namespace.styles[prefix] = _objectSpread({}, namespace.styles[prefix] || {}, normalized); + } + /** + * Font Awesome 4 used the prefix of `fa` for all icons. With the introduction + * of new styles we needed to differentiate between them. Prefix `fa` is now an alias + * for `fas` so we'll easy the upgrade process for our users by automatically defining + * this as well. + */ + + + if (prefix === 'fas') { + defineIcons('fa', icons); + } + } + + var styles = namespace.styles, + shims = namespace.shims; + var _byUnicode = {}; + var _byLigature = {}; + var _byOldName = {}; + + var build = function build() { + var lookup = function lookup(reducer) { + return reduce(styles, function (o, style, prefix) { + o[prefix] = reduce(style, reducer, {}); + return o; + }, {}); + }; + + _byUnicode = lookup(function (acc, icon, iconName) { + if (icon[3]) { + acc[icon[3]] = iconName; + } + + return acc; + }); + _byLigature = lookup(function (acc, icon, iconName) { + var ligatures = icon[2]; + acc[iconName] = iconName; + ligatures.forEach(function (ligature) { + acc[ligature] = iconName; + }); + return acc; + }); + var hasRegular = ('far' in styles); + _byOldName = reduce(shims, function (acc, shim) { + var oldName = shim[0]; + var prefix = shim[1]; + var iconName = shim[2]; + + if (prefix === 'far' && !hasRegular) { + prefix = 'fas'; + } + + acc[oldName] = { + prefix: prefix, + iconName: iconName + }; + return acc; + }, {}); + }; + + build(); + + function byUnicode(prefix, unicode) { + return (_byUnicode[prefix] || {})[unicode]; + } + + function byLigature(prefix, ligature) { + return (_byLigature[prefix] || {})[ligature]; + } + + function byOldName(name) { + return _byOldName[name] || { + prefix: null, + iconName: null + }; + } + + var styles$1 = namespace.styles; + + var emptyCanonicalIcon = function emptyCanonicalIcon() { + return { + prefix: null, + iconName: null, + rest: [] + }; + }; + + function getCanonicalIcon(values) { + return values.reduce(function (acc, cls) { + var iconName = getIconName(config.familyPrefix, cls); + + if (styles$1[cls]) { + acc.prefix = cls; + } else if (config.autoFetchSvg && ['fas', 'far', 'fal', 'fad', 'fab', 'fa'].indexOf(cls) > -1) { + acc.prefix = cls; + } else if (iconName) { + var shim = acc.prefix === 'fa' ? byOldName(iconName) : {}; + acc.iconName = shim.iconName || iconName; + acc.prefix = shim.prefix || acc.prefix; + } else if (cls !== config.replacementClass && cls.indexOf('fa-w-') !== 0) { + acc.rest.push(cls); + } + + return acc; + }, emptyCanonicalIcon()); + } + + function iconFromMapping(mapping, prefix, iconName) { + if (mapping && mapping[prefix] && mapping[prefix][iconName]) { + return { + prefix: prefix, + iconName: iconName, + icon: mapping[prefix][iconName] + }; + } + } + + function toHtml(abstractNodes) { + var tag = abstractNodes.tag, + _abstractNodes$attrib = abstractNodes.attributes, + attributes = _abstractNodes$attrib === void 0 ? {} : _abstractNodes$attrib, + _abstractNodes$childr = abstractNodes.children, + children = _abstractNodes$childr === void 0 ? [] : _abstractNodes$childr; + + if (typeof abstractNodes === 'string') { + return htmlEscape(abstractNodes); + } else { + return "<".concat(tag, " ").concat(joinAttributes(attributes), ">").concat(children.map(toHtml).join(''), ""); + } + } + + var noop$2 = function noop() {}; + + function isWatched(node) { + var i2svg = node.getAttribute ? node.getAttribute(DATA_FA_I2SVG) : null; + return typeof i2svg === 'string'; + } + + function getMutator() { + if (config.autoReplaceSvg === true) { + return mutators.replace; + } + + var mutator = mutators[config.autoReplaceSvg]; + return mutator || mutators.replace; + } + + var mutators = { + replace: function replace(mutation) { + var node = mutation[0]; + var abstract = mutation[1]; + var newOuterHTML = abstract.map(function (a) { + return toHtml(a); + }).join('\n'); + + if (node.parentNode && node.outerHTML) { + node.outerHTML = newOuterHTML + (config.keepOriginalSource && node.tagName.toLowerCase() !== 'svg' ? "") : ''); + } else if (node.parentNode) { + var newNode = document.createElement('span'); + node.parentNode.replaceChild(newNode, node); + newNode.outerHTML = newOuterHTML; + } + }, + nest: function nest(mutation) { + var node = mutation[0]; + var abstract = mutation[1]; // If we already have a replaced node we do not want to continue nesting within it. + // Short-circuit to the standard replacement + + if (~classArray(node).indexOf(config.replacementClass)) { + return mutators.replace(mutation); + } + + var forSvg = new RegExp("".concat(config.familyPrefix, "-.*")); + delete abstract[0].attributes.style; + delete abstract[0].attributes.id; + var splitClasses = abstract[0].attributes.class.split(' ').reduce(function (acc, cls) { + if (cls === config.replacementClass || cls.match(forSvg)) { + acc.toSvg.push(cls); + } else { + acc.toNode.push(cls); + } + + return acc; + }, { + toNode: [], + toSvg: [] + }); + abstract[0].attributes.class = splitClasses.toSvg.join(' '); + var newInnerHTML = abstract.map(function (a) { + return toHtml(a); + }).join('\n'); + node.setAttribute('class', splitClasses.toNode.join(' ')); + node.setAttribute(DATA_FA_I2SVG, ''); + node.innerHTML = newInnerHTML; + } + }; + + function performOperationSync(op) { + op(); + } + + function perform(mutations, callback) { + var callbackFunction = typeof callback === 'function' ? callback : noop$2; + + if (mutations.length === 0) { + callbackFunction(); + } else { + var frame = performOperationSync; + + if (config.mutateApproach === MUTATION_APPROACH_ASYNC) { + frame = WINDOW.requestAnimationFrame || performOperationSync; + } + + frame(function () { + var mutator = getMutator(); + var mark = perf.begin('mutate'); + mutations.map(mutator); + mark(); + callbackFunction(); + }); + } + } + + var disabled = false; + + function disableObservation() { + disabled = true; + } + + function enableObservation() { + disabled = false; + } + + var mo = null; + + function observe(options) { + if (!MUTATION_OBSERVER) { + return; + } + + if (!config.observeMutations) { + return; + } + + var treeCallback = options.treeCallback, + nodeCallback = options.nodeCallback, + pseudoElementsCallback = options.pseudoElementsCallback, + _options$observeMutat = options.observeMutationsRoot, + observeMutationsRoot = _options$observeMutat === void 0 ? DOCUMENT : _options$observeMutat; + mo = new MUTATION_OBSERVER(function (objects) { + if (disabled) return; + toArray(objects).forEach(function (mutationRecord) { + if (mutationRecord.type === 'childList' && mutationRecord.addedNodes.length > 0 && !isWatched(mutationRecord.addedNodes[0])) { + if (config.searchPseudoElements) { + pseudoElementsCallback(mutationRecord.target); + } + + treeCallback(mutationRecord.target); + } + + if (mutationRecord.type === 'attributes' && mutationRecord.target.parentNode && config.searchPseudoElements) { + pseudoElementsCallback(mutationRecord.target.parentNode); + } + + if (mutationRecord.type === 'attributes' && isWatched(mutationRecord.target) && ~ATTRIBUTES_WATCHED_FOR_MUTATION.indexOf(mutationRecord.attributeName)) { + if (mutationRecord.attributeName === 'class') { + var _getCanonicalIcon = getCanonicalIcon(classArray(mutationRecord.target)), + prefix = _getCanonicalIcon.prefix, + iconName = _getCanonicalIcon.iconName; + + if (prefix) mutationRecord.target.setAttribute('data-prefix', prefix); + if (iconName) mutationRecord.target.setAttribute('data-icon', iconName); + } else { + nodeCallback(mutationRecord.target); + } + } + }); + }); + if (!IS_DOM) return; + mo.observe(observeMutationsRoot, { + childList: true, + attributes: true, + characterData: true, + subtree: true + }); + } + + function disconnect() { + if (!mo) return; + mo.disconnect(); + } + + function styleParser(node) { + var style = node.getAttribute('style'); + var val = []; + + if (style) { + val = style.split(';').reduce(function (acc, style) { + var styles = style.split(':'); + var prop = styles[0]; + var value = styles.slice(1); + + if (prop && value.length > 0) { + acc[prop] = value.join(':').trim(); + } + + return acc; + }, {}); + } + + return val; + } + + function classParser(node) { + var existingPrefix = node.getAttribute('data-prefix'); + var existingIconName = node.getAttribute('data-icon'); + var innerText = node.innerText !== undefined ? node.innerText.trim() : ''; + var val = getCanonicalIcon(classArray(node)); + + if (existingPrefix && existingIconName) { + val.prefix = existingPrefix; + val.iconName = existingIconName; + } + + if (val.prefix && innerText.length > 1) { + val.iconName = byLigature(val.prefix, node.innerText); + } else if (val.prefix && innerText.length === 1) { + val.iconName = byUnicode(val.prefix, toHex(node.innerText)); + } + + return val; + } + + var parseTransformString = function parseTransformString(transformString) { + var transform = { + size: 16, + x: 0, + y: 0, + flipX: false, + flipY: false, + rotate: 0 + }; + + if (!transformString) { + return transform; + } else { + return transformString.toLowerCase().split(' ').reduce(function (acc, n) { + var parts = n.toLowerCase().split('-'); + var first = parts[0]; + var rest = parts.slice(1).join('-'); + + if (first && rest === 'h') { + acc.flipX = true; + return acc; + } + + if (first && rest === 'v') { + acc.flipY = true; + return acc; + } + + rest = parseFloat(rest); + + if (isNaN(rest)) { + return acc; + } + + switch (first) { + case 'grow': + acc.size = acc.size + rest; + break; + + case 'shrink': + acc.size = acc.size - rest; + break; + + case 'left': + acc.x = acc.x - rest; + break; + + case 'right': + acc.x = acc.x + rest; + break; + + case 'up': + acc.y = acc.y - rest; + break; + + case 'down': + acc.y = acc.y + rest; + break; + + case 'rotate': + acc.rotate = acc.rotate + rest; + break; + } + + return acc; + }, transform); + } + }; + + function transformParser(node) { + return parseTransformString(node.getAttribute('data-fa-transform')); + } + + function symbolParser(node) { + var symbol = node.getAttribute('data-fa-symbol'); + return symbol === null ? false : symbol === '' ? true : symbol; + } + + function attributesParser(node) { + var extraAttributes = toArray(node.attributes).reduce(function (acc, attr) { + if (acc.name !== 'class' && acc.name !== 'style') { + acc[attr.name] = attr.value; + } + + return acc; + }, {}); + var title = node.getAttribute('title'); + var titleId = node.getAttribute('data-fa-title-id'); + + if (config.autoA11y) { + if (title) { + extraAttributes['aria-labelledby'] = "".concat(config.replacementClass, "-title-").concat(titleId || nextUniqueId()); + } else { + extraAttributes['aria-hidden'] = 'true'; + extraAttributes['focusable'] = 'false'; + } + } + + return extraAttributes; + } + + function maskParser(node) { + var mask = node.getAttribute('data-fa-mask'); + + if (!mask) { + return emptyCanonicalIcon(); + } else { + return getCanonicalIcon(mask.split(' ').map(function (i) { + return i.trim(); + })); + } + } + + function blankMeta() { + return { + iconName: null, + title: null, + titleId: null, + prefix: null, + transform: meaninglessTransform, + symbol: false, + mask: null, + maskId: null, + extra: { + classes: [], + styles: {}, + attributes: {} + } + }; + } + + function parseMeta(node) { + var _classParser = classParser(node), + iconName = _classParser.iconName, + prefix = _classParser.prefix, + extraClasses = _classParser.rest; + + var extraStyles = styleParser(node); + var transform = transformParser(node); + var symbol = symbolParser(node); + var extraAttributes = attributesParser(node); + var mask = maskParser(node); + return { + iconName: iconName, + title: node.getAttribute('title'), + titleId: node.getAttribute('data-fa-title-id'), + prefix: prefix, + transform: transform, + symbol: symbol, + mask: mask, + maskId: node.getAttribute('data-fa-mask-id'), + extra: { + classes: extraClasses, + styles: extraStyles, + attributes: extraAttributes + } + }; + } + + function MissingIcon(error) { + this.name = 'MissingIcon'; + this.message = error || 'Icon unavailable'; + this.stack = new Error().stack; + } + + MissingIcon.prototype = Object.create(Error.prototype); + MissingIcon.prototype.constructor = MissingIcon; + var FILL = { + fill: 'currentColor' + }; + var ANIMATION_BASE = { + attributeType: 'XML', + repeatCount: 'indefinite', + dur: '2s' + }; + var RING = { + tag: 'path', + attributes: _objectSpread({}, FILL, { + d: 'M156.5,447.7l-12.6,29.5c-18.7-9.5-35.9-21.2-51.5-34.9l22.7-22.7C127.6,430.5,141.5,440,156.5,447.7z M40.6,272H8.5 c1.4,21.2,5.4,41.7,11.7,61.1L50,321.2C45.1,305.5,41.8,289,40.6,272z M40.6,240c1.4-18.8,5.2-37,11.1-54.1l-29.5-12.6 C14.7,194.3,10,216.7,8.5,240H40.6z M64.3,156.5c7.8-14.9,17.2-28.8,28.1-41.5L69.7,92.3c-13.7,15.6-25.5,32.8-34.9,51.5 L64.3,156.5z M397,419.6c-13.9,12-29.4,22.3-46.1,30.4l11.9,29.8c20.7-9.9,39.8-22.6,56.9-37.6L397,419.6z M115,92.4 c13.9-12,29.4-22.3,46.1-30.4l-11.9-29.8c-20.7,9.9-39.8,22.6-56.8,37.6L115,92.4z M447.7,355.5c-7.8,14.9-17.2,28.8-28.1,41.5 l22.7,22.7c13.7-15.6,25.5-32.9,34.9-51.5L447.7,355.5z M471.4,272c-1.4,18.8-5.2,37-11.1,54.1l29.5,12.6 c7.5-21.1,12.2-43.5,13.6-66.8H471.4z M321.2,462c-15.7,5-32.2,8.2-49.2,9.4v32.1c21.2-1.4,41.7-5.4,61.1-11.7L321.2,462z M240,471.4c-18.8-1.4-37-5.2-54.1-11.1l-12.6,29.5c21.1,7.5,43.5,12.2,66.8,13.6V471.4z M462,190.8c5,15.7,8.2,32.2,9.4,49.2h32.1 c-1.4-21.2-5.4-41.7-11.7-61.1L462,190.8z M92.4,397c-12-13.9-22.3-29.4-30.4-46.1l-29.8,11.9c9.9,20.7,22.6,39.8,37.6,56.9 L92.4,397z M272,40.6c18.8,1.4,36.9,5.2,54.1,11.1l12.6-29.5C317.7,14.7,295.3,10,272,8.5V40.6z M190.8,50 c15.7-5,32.2-8.2,49.2-9.4V8.5c-21.2,1.4-41.7,5.4-61.1,11.7L190.8,50z M442.3,92.3L419.6,115c12,13.9,22.3,29.4,30.5,46.1 l29.8-11.9C470,128.5,457.3,109.4,442.3,92.3z M397,92.4l22.7-22.7c-15.6-13.7-32.8-25.5-51.5-34.9l-12.6,29.5 C370.4,72.1,384.4,81.5,397,92.4z' + }) + }; + + var OPACITY_ANIMATE = _objectSpread({}, ANIMATION_BASE, { + attributeName: 'opacity' + }); + + var DOT = { + tag: 'circle', + attributes: _objectSpread({}, FILL, { + cx: '256', + cy: '364', + r: '28' + }), + children: [{ + tag: 'animate', + attributes: _objectSpread({}, ANIMATION_BASE, { + attributeName: 'r', + values: '28;14;28;28;14;28;' + }) + }, { + tag: 'animate', + attributes: _objectSpread({}, OPACITY_ANIMATE, { + values: '1;0;1;1;0;1;' + }) + }] + }; + var QUESTION = { + tag: 'path', + attributes: _objectSpread({}, FILL, { + opacity: '1', + d: 'M263.7,312h-16c-6.6,0-12-5.4-12-12c0-71,77.4-63.9,77.4-107.8c0-20-17.8-40.2-57.4-40.2c-29.1,0-44.3,9.6-59.2,28.7 c-3.9,5-11.1,6-16.2,2.4l-13.1-9.2c-5.6-3.9-6.9-11.8-2.6-17.2c21.2-27.2,46.4-44.7,91.2-44.7c52.3,0,97.4,29.8,97.4,80.2 c0,67.6-77.4,63.5-77.4,107.8C275.7,306.6,270.3,312,263.7,312z' + }), + children: [{ + tag: 'animate', + attributes: _objectSpread({}, OPACITY_ANIMATE, { + values: '1;0;0;0;0;1;' + }) + }] + }; + var EXCLAMATION = { + tag: 'path', + attributes: _objectSpread({}, FILL, { + opacity: '0', + d: 'M232.5,134.5l7,168c0.3,6.4,5.6,11.5,12,11.5h9c6.4,0,11.7-5.1,12-11.5l7-168c0.3-6.8-5.2-12.5-12-12.5h-23 C237.7,122,232.2,127.7,232.5,134.5z' + }), + children: [{ + tag: 'animate', + attributes: _objectSpread({}, OPACITY_ANIMATE, { + values: '0;0;1;1;0;0;' + }) + }] + }; + var missing = { + tag: 'g', + children: [RING, DOT, QUESTION, EXCLAMATION] + }; + var styles$2 = namespace.styles; + + function asFoundIcon(icon) { + var width = icon[0]; + var height = icon[1]; + + var _icon$slice = icon.slice(4), + _icon$slice2 = _slicedToArray(_icon$slice, 1), + vectorData = _icon$slice2[0]; + + var element = null; + + if (Array.isArray(vectorData)) { + element = { + tag: 'g', + attributes: { + class: "".concat(config.familyPrefix, "-").concat(DUOTONE_CLASSES.GROUP) + }, + children: [{ + tag: 'path', + attributes: { + class: "".concat(config.familyPrefix, "-").concat(DUOTONE_CLASSES.SECONDARY), + fill: 'currentColor', + d: vectorData[0] + } + }, { + tag: 'path', + attributes: { + class: "".concat(config.familyPrefix, "-").concat(DUOTONE_CLASSES.PRIMARY), + fill: 'currentColor', + d: vectorData[1] + } + }] + }; + } else { + element = { + tag: 'path', + attributes: { + fill: 'currentColor', + d: vectorData + } + }; + } + + return { + found: true, + width: width, + height: height, + icon: element + }; + } + + function findIcon(iconName, prefix) { + return new picked(function (resolve, reject) { + var val = { + found: false, + width: 512, + height: 512, + icon: missing + }; + + if (iconName && prefix && styles$2[prefix] && styles$2[prefix][iconName]) { + var icon = styles$2[prefix][iconName]; + return resolve(asFoundIcon(icon)); + } + + var headers = {}; + + if (_typeof(WINDOW.FontAwesomeKitConfig) === 'object' && typeof window.FontAwesomeKitConfig.token === 'string') { + headers['fa-kit-token'] = WINDOW.FontAwesomeKitConfig.token; + } + + if (iconName && prefix && !config.showMissingIcons) { + reject(new MissingIcon("Icon is missing for prefix ".concat(prefix, " with icon name ").concat(iconName))); + } else { + resolve(val); + } + }); + } + + var styles$3 = namespace.styles; + + function generateSvgReplacementMutation(node, nodeMeta) { + var iconName = nodeMeta.iconName, + title = nodeMeta.title, + titleId = nodeMeta.titleId, + prefix = nodeMeta.prefix, + transform = nodeMeta.transform, + symbol = nodeMeta.symbol, + mask = nodeMeta.mask, + maskId = nodeMeta.maskId, + extra = nodeMeta.extra; + return new picked(function (resolve, reject) { + picked.all([findIcon(iconName, prefix), findIcon(mask.iconName, mask.prefix)]).then(function (_ref) { + var _ref2 = _slicedToArray(_ref, 2), + main = _ref2[0], + mask = _ref2[1]; + + resolve([node, makeInlineSvgAbstract({ + icons: { + main: main, + mask: mask + }, + prefix: prefix, + iconName: iconName, + transform: transform, + symbol: symbol, + mask: mask, + maskId: maskId, + title: title, + titleId: titleId, + extra: extra, + watchable: true + })]); + }); + }); + } + + function generateLayersText(node, nodeMeta) { + var title = nodeMeta.title, + transform = nodeMeta.transform, + extra = nodeMeta.extra; + var width = null; + var height = null; + + if (IS_IE) { + var computedFontSize = parseInt(getComputedStyle(node).fontSize, 10); + var boundingClientRect = node.getBoundingClientRect(); + width = boundingClientRect.width / computedFontSize; + height = boundingClientRect.height / computedFontSize; + } + + if (config.autoA11y && !title) { + extra.attributes['aria-hidden'] = 'true'; + } + + return picked.resolve([node, makeLayersTextAbstract({ + content: node.innerHTML, + width: width, + height: height, + transform: transform, + title: title, + extra: extra, + watchable: true + })]); + } + + function generateMutation(node) { + var nodeMeta = parseMeta(node); + + if (~nodeMeta.extra.classes.indexOf(LAYERS_TEXT_CLASSNAME)) { + return generateLayersText(node, nodeMeta); + } else { + return generateSvgReplacementMutation(node, nodeMeta); + } + } + + function onTree(root) { + var callback = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null; + if (!IS_DOM) return; + var htmlClassList = DOCUMENT.documentElement.classList; + + var hclAdd = function hclAdd(suffix) { + return htmlClassList.add("".concat(HTML_CLASS_I2SVG_BASE_CLASS, "-").concat(suffix)); + }; + + var hclRemove = function hclRemove(suffix) { + return htmlClassList.remove("".concat(HTML_CLASS_I2SVG_BASE_CLASS, "-").concat(suffix)); + }; + + var prefixes = config.autoFetchSvg ? Object.keys(PREFIX_TO_STYLE) : Object.keys(styles$3); + var prefixesDomQuery = [".".concat(LAYERS_TEXT_CLASSNAME, ":not([").concat(DATA_FA_I2SVG, "])")].concat(prefixes.map(function (p) { + return ".".concat(p, ":not([").concat(DATA_FA_I2SVG, "])"); + })).join(', '); + + if (prefixesDomQuery.length === 0) { + return; + } + + var candidates = []; + + try { + candidates = toArray(root.querySelectorAll(prefixesDomQuery)); + } catch (e) {// noop + } + + if (candidates.length > 0) { + hclAdd('pending'); + hclRemove('complete'); + } else { + return; + } + + var mark = perf.begin('onTree'); + var mutations = candidates.reduce(function (acc, node) { + try { + var mutation = generateMutation(node); + + if (mutation) { + acc.push(mutation); + } + } catch (e) { + if (!PRODUCTION) { + if (e instanceof MissingIcon) { + console.error(e); + } + } + } + + return acc; + }, []); + return new picked(function (resolve, reject) { + picked.all(mutations).then(function (resolvedMutations) { + perform(resolvedMutations, function () { + hclAdd('active'); + hclAdd('complete'); + hclRemove('pending'); + if (typeof callback === 'function') callback(); + mark(); + resolve(); + }); + }).catch(function () { + mark(); + reject(); + }); + }); + } + + function onNode(node) { + var callback = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null; + generateMutation(node).then(function (mutation) { + if (mutation) { + perform([mutation], callback); + } + }); + } + + function replaceForPosition(node, position) { + var pendingAttribute = "".concat(DATA_FA_PSEUDO_ELEMENT_PENDING).concat(position.replace(':', '-')); + return new picked(function (resolve, reject) { + if (node.getAttribute(pendingAttribute) !== null) { + // This node is already being processed + return resolve(); + } + + var children = toArray(node.children); + var alreadyProcessedPseudoElement = children.filter(function (c) { + return c.getAttribute(DATA_FA_PSEUDO_ELEMENT) === position; + })[0]; + var styles = WINDOW.getComputedStyle(node, position); + var fontFamily = styles.getPropertyValue('font-family').match(FONT_FAMILY_PATTERN); + var fontWeight = styles.getPropertyValue('font-weight'); + var content = styles.getPropertyValue('content'); + + if (alreadyProcessedPseudoElement && !fontFamily) { + // If we've already processed it but the current computed style does not result in a font-family, + // that probably means that a class name that was previously present to make the icon has been + // removed. So we now should delete the icon. + node.removeChild(alreadyProcessedPseudoElement); + return resolve(); + } else if (fontFamily && content !== 'none' && content !== '') { + var prefix = ~['Solid', 'Regular', 'Light', 'Duotone', 'Brands'].indexOf(fontFamily[1]) ? STYLE_TO_PREFIX[fontFamily[1].toLowerCase()] : FONT_WEIGHT_TO_PREFIX[fontWeight]; + var hexValue = toHex(content.length === 3 ? content.substr(1, 1) : content); + var iconName = byUnicode(prefix, hexValue); + var iconIdentifier = iconName; // Only convert the pseudo element in this :before/:after position into an icon if we haven't + // already done so with the same prefix and iconName + + if (iconName && (!alreadyProcessedPseudoElement || alreadyProcessedPseudoElement.getAttribute(DATA_PREFIX) !== prefix || alreadyProcessedPseudoElement.getAttribute(DATA_ICON) !== iconIdentifier)) { + node.setAttribute(pendingAttribute, iconIdentifier); + + if (alreadyProcessedPseudoElement) { + // Delete the old one, since we're replacing it with a new one + node.removeChild(alreadyProcessedPseudoElement); + } + + var meta = blankMeta(); + var extra = meta.extra; + extra.attributes[DATA_FA_PSEUDO_ELEMENT] = position; + findIcon(iconName, prefix).then(function (main) { + var abstract = makeInlineSvgAbstract(_objectSpread({}, meta, { + icons: { + main: main, + mask: emptyCanonicalIcon() + }, + prefix: prefix, + iconName: iconIdentifier, + extra: extra, + watchable: true + })); + var element = DOCUMENT.createElement('svg'); + + if (position === ':before') { + node.insertBefore(element, node.firstChild); + } else { + node.appendChild(element); + } + + element.outerHTML = abstract.map(function (a) { + return toHtml(a); + }).join('\n'); + node.removeAttribute(pendingAttribute); + resolve(); + }).catch(reject); + } else { + resolve(); + } + } else { + resolve(); + } + }); + } + + function replace(node) { + return picked.all([replaceForPosition(node, ':before'), replaceForPosition(node, ':after')]); + } + + function processable(node) { + return node.parentNode !== document.head && !~TAGNAMES_TO_SKIP_FOR_PSEUDOELEMENTS.indexOf(node.tagName.toUpperCase()) && !node.getAttribute(DATA_FA_PSEUDO_ELEMENT) && (!node.parentNode || node.parentNode.tagName !== 'svg'); + } + + function searchPseudoElements(root) { + if (!IS_DOM) return; + return new picked(function (resolve, reject) { + var operations = toArray(root.querySelectorAll('*')).filter(processable).map(replace); + var end = perf.begin('searchPseudoElements'); + disableObservation(); + picked.all(operations).then(function () { + end(); + enableObservation(); + resolve(); + }).catch(function () { + end(); + enableObservation(); + reject(); + }); + }); + } + + var baseStyles = "svg:not(:root).svg-inline--fa{overflow:visible}.svg-inline--fa{display:inline-block;font-size:inherit;height:1em;overflow:visible;vertical-align:-.125em}.svg-inline--fa.fa-lg{vertical-align:-.225em}.svg-inline--fa.fa-w-1{width:.0625em}.svg-inline--fa.fa-w-2{width:.125em}.svg-inline--fa.fa-w-3{width:.1875em}.svg-inline--fa.fa-w-4{width:.25em}.svg-inline--fa.fa-w-5{width:.3125em}.svg-inline--fa.fa-w-6{width:.375em}.svg-inline--fa.fa-w-7{width:.4375em}.svg-inline--fa.fa-w-8{width:.5em}.svg-inline--fa.fa-w-9{width:.5625em}.svg-inline--fa.fa-w-10{width:.625em}.svg-inline--fa.fa-w-11{width:.6875em}.svg-inline--fa.fa-w-12{width:.75em}.svg-inline--fa.fa-w-13{width:.8125em}.svg-inline--fa.fa-w-14{width:.875em}.svg-inline--fa.fa-w-15{width:.9375em}.svg-inline--fa.fa-w-16{width:1em}.svg-inline--fa.fa-w-17{width:1.0625em}.svg-inline--fa.fa-w-18{width:1.125em}.svg-inline--fa.fa-w-19{width:1.1875em}.svg-inline--fa.fa-w-20{width:1.25em}.svg-inline--fa.fa-pull-left{margin-right:.3em;width:auto}.svg-inline--fa.fa-pull-right{margin-left:.3em;width:auto}.svg-inline--fa.fa-border{height:1.5em}.svg-inline--fa.fa-li{width:2em}.svg-inline--fa.fa-fw{width:1.25em}.fa-layers svg.svg-inline--fa{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.fa-layers{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:1em}.fa-layers svg.svg-inline--fa{-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-counter,.fa-layers-text{display:inline-block;position:absolute;text-align:center}.fa-layers-text{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-counter{background-color:#ff253a;border-radius:1em;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;height:1.5em;line-height:1;max-width:5em;min-width:1.5em;overflow:hidden;padding:.25em;right:0;text-overflow:ellipsis;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-bottom-right{bottom:0;right:0;top:auto;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:bottom right;transform-origin:bottom right}.fa-layers-bottom-left{bottom:0;left:0;right:auto;top:auto;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:bottom left;transform-origin:bottom left}.fa-layers-top-right{right:0;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-top-left{left:0;right:auto;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top left;transform-origin:top left}.fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);transform:scale(1,-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;position:relative;width:2.5em}.fa-stack-1x,.fa-stack-2x{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.svg-inline--fa.fa-stack-1x{height:1em;width:1.25em}.svg-inline--fa.fa-stack-2x{height:2em;width:2.5em}.fa-inverse{color:#fff}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.svg-inline--fa .fa-primary{fill:var(--fa-primary-color,currentColor);opacity:1;opacity:var(--fa-primary-opacity,1)}.svg-inline--fa .fa-secondary{fill:var(--fa-secondary-color,currentColor);opacity:.4;opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-primary{opacity:.4;opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-secondary{opacity:1;opacity:var(--fa-primary-opacity,1)}.svg-inline--fa mask .fa-primary,.svg-inline--fa mask .fa-secondary{fill:#000}.fad.fa-inverse{color:#fff}"; + + function css() { + var dfp = DEFAULT_FAMILY_PREFIX; + var drc = DEFAULT_REPLACEMENT_CLASS; + var fp = config.familyPrefix; + var rc = config.replacementClass; + var s = baseStyles; + + if (fp !== dfp || rc !== drc) { + var dPatt = new RegExp("\\.".concat(dfp, "\\-"), 'g'); + var customPropPatt = new RegExp("\\--".concat(dfp, "\\-"), 'g'); + var rPatt = new RegExp("\\.".concat(drc), 'g'); + s = s.replace(dPatt, ".".concat(fp, "-")).replace(customPropPatt, "--".concat(fp, "-")).replace(rPatt, ".".concat(rc)); + } + + return s; + } + + var Library = /*#__PURE__*/function () { + function Library() { + _classCallCheck(this, Library); + + this.definitions = {}; + } + + _createClass(Library, [{ + key: "add", + value: function add() { + var _this = this; + + for (var _len = arguments.length, definitions = new Array(_len), _key = 0; _key < _len; _key++) { + definitions[_key] = arguments[_key]; + } + + var additions = definitions.reduce(this._pullDefinitions, {}); + Object.keys(additions).forEach(function (key) { + _this.definitions[key] = _objectSpread({}, _this.definitions[key] || {}, additions[key]); + defineIcons(key, additions[key]); + build(); + }); + } + }, { + key: "reset", + value: function reset() { + this.definitions = {}; + } + }, { + key: "_pullDefinitions", + value: function _pullDefinitions(additions, definition) { + var normalized = definition.prefix && definition.iconName && definition.icon ? { + 0: definition + } : definition; + Object.keys(normalized).map(function (key) { + var _normalized$key = normalized[key], + prefix = _normalized$key.prefix, + iconName = _normalized$key.iconName, + icon = _normalized$key.icon; + if (!additions[prefix]) additions[prefix] = {}; + additions[prefix][iconName] = icon; + }); + return additions; + } + }]); + + return Library; + }(); + + function ensureCss() { + if (config.autoAddCss && !_cssInserted) { + insertCss(css()); + _cssInserted = true; + } + } + + function apiObject(val, abstractCreator) { + Object.defineProperty(val, 'abstract', { + get: abstractCreator + }); + Object.defineProperty(val, 'html', { + get: function get() { + return val.abstract.map(function (a) { + return toHtml(a); + }); + } + }); + Object.defineProperty(val, 'node', { + get: function get() { + if (!IS_DOM) return; + var container = DOCUMENT.createElement('div'); + container.innerHTML = val.html; + return container.children; + } + }); + return val; + } + + function findIconDefinition(iconLookup) { + var _iconLookup$prefix = iconLookup.prefix, + prefix = _iconLookup$prefix === void 0 ? 'fa' : _iconLookup$prefix, + iconName = iconLookup.iconName; + if (!iconName) return; + return iconFromMapping(library.definitions, prefix, iconName) || iconFromMapping(namespace.styles, prefix, iconName); + } + + function resolveIcons(next) { + return function (maybeIconDefinition) { + var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + var iconDefinition = (maybeIconDefinition || {}).icon ? maybeIconDefinition : findIconDefinition(maybeIconDefinition || {}); + var mask = params.mask; + + if (mask) { + mask = (mask || {}).icon ? mask : findIconDefinition(mask || {}); + } + + return next(iconDefinition, _objectSpread({}, params, { + mask: mask + })); + }; + } + + var library = new Library(); + + var noAuto = function noAuto() { + config.autoReplaceSvg = false; + config.observeMutations = false; + disconnect(); + }; + + var _cssInserted = false; + var dom = { + i2svg: function i2svg() { + var params = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; + + if (IS_DOM) { + ensureCss(); + var _params$node = params.node, + node = _params$node === void 0 ? DOCUMENT : _params$node, + _params$callback = params.callback, + callback = _params$callback === void 0 ? function () {} : _params$callback; + + if (config.searchPseudoElements) { + searchPseudoElements(node); + } + + return onTree(node, callback); + } else { + return picked.reject('Operation requires a DOM of some kind.'); + } + }, + css: css, + insertCss: function insertCss$$1() { + if (!_cssInserted) { + insertCss(css()); + _cssInserted = true; + } + }, + watch: function watch() { + var params = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; + var autoReplaceSvgRoot = params.autoReplaceSvgRoot, + observeMutationsRoot = params.observeMutationsRoot; + + if (config.autoReplaceSvg === false) { + config.autoReplaceSvg = true; + } + + config.observeMutations = true; + domready(function () { + autoReplace({ + autoReplaceSvgRoot: autoReplaceSvgRoot + }); + observe({ + treeCallback: onTree, + nodeCallback: onNode, + pseudoElementsCallback: searchPseudoElements, + observeMutationsRoot: observeMutationsRoot + }); + }); + } + }; + var parse = { + transform: function transform(transformString) { + return parseTransformString(transformString); + } + }; + var icon = resolveIcons(function (iconDefinition) { + var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + var _params$transform = params.transform, + transform = _params$transform === void 0 ? meaninglessTransform : _params$transform, + _params$symbol = params.symbol, + symbol = _params$symbol === void 0 ? false : _params$symbol, + _params$mask = params.mask, + mask = _params$mask === void 0 ? null : _params$mask, + _params$maskId = params.maskId, + maskId = _params$maskId === void 0 ? null : _params$maskId, + _params$title = params.title, + title = _params$title === void 0 ? null : _params$title, + _params$titleId = params.titleId, + titleId = _params$titleId === void 0 ? null : _params$titleId, + _params$classes = params.classes, + classes = _params$classes === void 0 ? [] : _params$classes, + _params$attributes = params.attributes, + attributes = _params$attributes === void 0 ? {} : _params$attributes, + _params$styles = params.styles, + styles = _params$styles === void 0 ? {} : _params$styles; + if (!iconDefinition) return; + var prefix = iconDefinition.prefix, + iconName = iconDefinition.iconName, + icon = iconDefinition.icon; + return apiObject(_objectSpread({ + type: 'icon' + }, iconDefinition), function () { + ensureCss(); + + if (config.autoA11y) { + if (title) { + attributes['aria-labelledby'] = "".concat(config.replacementClass, "-title-").concat(titleId || nextUniqueId()); + } else { + attributes['aria-hidden'] = 'true'; + attributes['focusable'] = 'false'; + } + } + + return makeInlineSvgAbstract({ + icons: { + main: asFoundIcon(icon), + mask: mask ? asFoundIcon(mask.icon) : { + found: false, + width: null, + height: null, + icon: {} + } + }, + prefix: prefix, + iconName: iconName, + transform: _objectSpread({}, meaninglessTransform, transform), + symbol: symbol, + title: title, + maskId: maskId, + titleId: titleId, + extra: { + attributes: attributes, + styles: styles, + classes: classes + } + }); + }); + }); + + var text = function text(content) { + var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + var _params$transform2 = params.transform, + transform = _params$transform2 === void 0 ? meaninglessTransform : _params$transform2, + _params$title2 = params.title, + title = _params$title2 === void 0 ? null : _params$title2, + _params$classes2 = params.classes, + classes = _params$classes2 === void 0 ? [] : _params$classes2, + _params$attributes2 = params.attributes, + attributes = _params$attributes2 === void 0 ? {} : _params$attributes2, + _params$styles2 = params.styles, + styles = _params$styles2 === void 0 ? {} : _params$styles2; + return apiObject({ + type: 'text', + content: content + }, function () { + ensureCss(); + return makeLayersTextAbstract({ + content: content, + transform: _objectSpread({}, meaninglessTransform, transform), + title: title, + extra: { + attributes: attributes, + styles: styles, + classes: ["".concat(config.familyPrefix, "-layers-text")].concat(_toConsumableArray(classes)) + } + }); + }); + }; + + var counter = function counter(content) { + var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + var _params$title3 = params.title, + title = _params$title3 === void 0 ? null : _params$title3, + _params$classes3 = params.classes, + classes = _params$classes3 === void 0 ? [] : _params$classes3, + _params$attributes3 = params.attributes, + attributes = _params$attributes3 === void 0 ? {} : _params$attributes3, + _params$styles3 = params.styles, + styles = _params$styles3 === void 0 ? {} : _params$styles3; + return apiObject({ + type: 'counter', + content: content + }, function () { + ensureCss(); + return makeLayersCounterAbstract({ + content: content.toString(), + title: title, + extra: { + attributes: attributes, + styles: styles, + classes: ["".concat(config.familyPrefix, "-layers-counter")].concat(_toConsumableArray(classes)) + } + }); + }); + }; + + var layer = function layer(assembler) { + var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + var _params$classes4 = params.classes, + classes = _params$classes4 === void 0 ? [] : _params$classes4; + return apiObject({ + type: 'layer' + }, function () { + ensureCss(); + var children = []; + assembler(function (args) { + Array.isArray(args) ? args.map(function (a) { + children = children.concat(a.abstract); + }) : children = children.concat(args.abstract); + }); + return [{ + tag: 'span', + attributes: { + class: ["".concat(config.familyPrefix, "-layers")].concat(_toConsumableArray(classes)).join(' ') + }, + children: children + }]; + }); + }; + + var api = { + noAuto: noAuto, + config: config, + dom: dom, + library: library, + parse: parse, + findIconDefinition: findIconDefinition, + icon: icon, + text: text, + counter: counter, + layer: layer, + toHtml: toHtml + }; + + var autoReplace = function autoReplace() { + var params = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; + var _params$autoReplaceSv = params.autoReplaceSvgRoot, + autoReplaceSvgRoot = _params$autoReplaceSv === void 0 ? DOCUMENT : _params$autoReplaceSv; + if ((Object.keys(namespace.styles).length > 0 || config.autoFetchSvg) && IS_DOM && config.autoReplaceSvg) api.dom.i2svg({ + node: autoReplaceSvgRoot + }); + }; + + function bootstrap() { + if (IS_BROWSER) { + if (!WINDOW.FontAwesome) { + WINDOW.FontAwesome = api; + } + + domready(function () { + autoReplace(); + observe({ + treeCallback: onTree, + nodeCallback: onNode, + pseudoElementsCallback: searchPseudoElements + }); + }); + } + + namespace.hooks = _objectSpread({}, namespace.hooks, { + addPack: function addPack(prefix, icons) { + namespace.styles[prefix] = _objectSpread({}, namespace.styles[prefix] || {}, icons); + build(); + autoReplace(); + }, + addShims: function addShims(shims) { + var _namespace$shims; + + (_namespace$shims = namespace.shims).push.apply(_namespace$shims, _toConsumableArray(shims)); + + build(); + autoReplace(); + } + }); + } + + bunker(bootstrap); +})(); +},{}],"../node_modules/@aegis-framework/artemis/src/Debug.js":[function(require,module,exports) { +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.Debug = exports.DebugLevel = void 0; + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } + +function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } + +/** + * ============================== + * Debug + * ============================== + */ + +/* eslint no-console: "off" */ + +/** + * List of Log Levels available. + */ +var DebugLevel = { + NONE: 0, + ERROR: 1, + WARNING: 2, + INFO: 3, + DEBUG: 4, + ALL: 5 +}; +/** + * This class acts as a proxy for the console. It shares the same methods as the + * web console but they are conditioned to a debug level. + * + * @class + */ + +exports.DebugLevel = DebugLevel; + +var Debug = /*#__PURE__*/function () { + function Debug() { + _classCallCheck(this, Debug); + } + + _createClass(Debug, null, [{ + key: "level", + + /** + * @static level - Set the log level + * + * @param {DebugLevel} level The debug level to use + * + * @return {void} + */ + value: function level(_level) { + if (typeof _level === 'number') { + this._level = _level; + } + + return this._level; + } + /** + * @static log - Log the given elements. + * + * Logs will only be made if the level is set to DEBUG or above + * + * @param {...any} args + * + * @return {void} + */ + + }, { + key: "log", + value: function log() { + if (this.level() >= DebugLevel.DEBUG) { + var _console; + + (_console = console).log.apply(_console, arguments); + } + } + /** + * @static debug - Show a debugging log + * + * Logs will only be made if the level is set DEBUG or above + * + * @param {...any} args + * + * @return {void} + */ + + }, { + key: "debug", + value: function debug() { + if (this.level() >= DebugLevel.DEBUG) { + var _console2; + + (_console2 = console).debug.apply(_console2, arguments); + } + } + /** + * @static info - Show an info log + * + * Logs will only be made if the level is set to INFO or above + * + * @param {...any} args + * + * @return {void} + */ + + }, { + key: "info", + value: function info() { + if (this.level() >= DebugLevel.INFO) { + var _console3; + + (_console3 = console).info.apply(_console3, arguments); + } + } + /** + * @static error - Show an error log + * + * Logs will only be made if the level is set to ERROR or above + * + * @param {...any} args + * + * @return {void} + */ + + }, { + key: "error", + value: function error() { + if (this.level() >= DebugLevel.ERROR) { + var _console4; + + (_console4 = console).error.apply(_console4, arguments); + } + } + /** + * @static warning - Show an warning log + * + * Logs will only be made if the level is set to WARNING or above + * + * @param {...any} args + * + * @return {void} + */ + + }, { + key: "warning", + value: function warning() { + if (this.level() >= DebugLevel.WARNING) { + var _console5; + + (_console5 = console).warn.apply(_console5, arguments); + } + } + /** + * @static table - Show data as a table + * + * Table will only be made if the level is set to DEBUG or above + * + * @param {...any} args + * + * @return {void} + */ + + }, { + key: "table", + value: function table() { + if (this.level() >= DebugLevel.DEBUG) { + var _console6; + + (_console6 = console).table.apply(_console6, arguments); + } + } + /** + * @static group - Start an indented group + * + * @param {...any} args + * + * @return {void} + */ + + }, { + key: "group", + value: function group() { + if (this.level() >= DebugLevel.DEBUG) { + var _console7; + + (_console7 = console).group.apply(_console7, arguments); + } + } + /** + * @static groupCollapsed - Start an indented group collapsed by default + * + * @param {...any} args + * + * @return {void} + */ + + }, { + key: "groupCollapsed", + value: function groupCollapsed() { + if (this.level() >= DebugLevel.DEBUG) { + var _console8; + + (_console8 = console).groupCollapsed.apply(_console8, arguments); + } + } + /** + * @static groupEnd - End a previously started group + * + * @param {...any} args + * + * @return {void} + */ + + }, { + key: "groupEnd", + value: function groupEnd() { + if (this.level() >= DebugLevel.DEBUG) { + var _console9; + + (_console9 = console).groupEnd.apply(_console9, arguments); + } + } + /** + * @static time - Start a timer + * + * The timer will only start if the level is set to DEBUG or above + * + * @param {...any} args + * + * @return {void} + */ + + }, { + key: "time", + value: function time() { + if (this.level() >= DebugLevel.DEBUG) { + var _console10; + + (_console10 = console).time.apply(_console10, arguments); + } + } + /** + * @static timeLog - Log the time a timer has been running for + * + * The time will only be logged if the level is set to DEBUG or above + * + * @param {...any} args + * + * @return {void} + */ + + }, { + key: "timeLog", + value: function timeLog() { + if (this.level() >= DebugLevel.DEBUG) { + var _console11; + + (_console11 = console).timeLog.apply(_console11, arguments); + } + } + /** + * @static timeEnd - End a timer + * + * The timer will only be available if the level is set to DEBUG or above + * + * @param {...any} args + * + * @return {void} + */ + + }, { + key: "timeEnd", + value: function timeEnd() { + if (this.level() >= DebugLevel.DEBUG) { + var _console12; + + (_console12 = console).timeEnd.apply(_console12, arguments); + } + } + /** + * @static trace - Show the stack trace + * + * The stack trace will only be available if the level is set to DEBUG or above + * + * @param {...any} args + * + * @return {void} + */ + + }, { + key: "trace", + value: function trace() { + if (this.level() >= DebugLevel.DEBUG) { + var _console13; + + (_console13 = console).trace.apply(_console13, arguments); + } + } + }]); + + return Debug; +}(); + +exports.Debug = Debug; +Debug._level = DebugLevel.NONE; +},{}],"../node_modules/@aegis-framework/artemis/src/DOM.js":[function(require,module,exports) { +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.$_ = $_; +exports.$_ready = $_ready; +exports.DOM = void 0; + +function _createForOfIteratorHelper(o, allowArrayLike) { var it; if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = o[Symbol.iterator](); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; } + +function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); } + +function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; } + +function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } + +function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } + +/** + * ============================== + * DOM + * ============================== + */ + +/** + * Simple DOM manipulation functions + * + * @class + */ +var DOM = /*#__PURE__*/function () { + /** + * Create a new DOM object + * + * @constructor + * @param {string|Object|array} selector - Selector or DOM element to use + * @return {DOM} - New instance of DOM + */ + function DOM(selector) { + _classCallCheck(this, DOM); + + if (selector === null) { + this.collection = []; + this.length = 0; + return; + } + + if (typeof selector == 'string') { + this.collection = document.querySelectorAll(selector); + this.length = this.collection.length; + this._selector = selector; + } else if (selector instanceof NodeList) { + this.collection = selector; + this.length = selector.length; + this._selector = selector; + } else if (selector instanceof DOM) { + this.collection = selector.collection; + this.length = this.collection.length; + this._selector = selector._selector; + } else if (selector instanceof HTMLElement) { + this.collection = [selector]; + this.length = this.collection.length; + this._selector = selector; + } else if (_typeof(selector) == 'object') { + if (selector.length >= 1) { + this.collection = selector; + } else { + this.collection = [selector]; + } + + this.length = this.collection.length; + this._selector = selector; + } else { + return undefined; + } + } + /** + * Hide elements by setting their `display` property to 'none'. + */ + + + _createClass(DOM, [{ + key: "hide", + value: function hide() { + var _iterator = _createForOfIteratorHelper(this.collection), + _step; + + try { + for (_iterator.s(); !(_step = _iterator.n()).done;) { + var element = _step.value; + element.style.display = 'none'; + } + } catch (err) { + _iterator.e(err); + } finally { + _iterator.f(); + } + } + /** + * Show elements by setting their `display` property to the given value. + * + * @param {string} [display='block'] - Display property to set + */ + + }, { + key: "show", + value: function show() { + var display = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 'block'; + + var _iterator2 = _createForOfIteratorHelper(this.collection), + _step2; + + try { + for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) { + var element = _step2.value; + element.style.display = display; + } + } catch (err) { + _iterator2.e(err); + } finally { + _iterator2.f(); + } + } + /** + * Add a class to the classList object + * + * @param {string} newClass - Class name to add + */ + + }, { + key: "addClass", + value: function addClass(newClass) { + var _iterator3 = _createForOfIteratorHelper(this.collection), + _step3; + + try { + for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) { + var element = _step3.value; + element.classList.add(newClass); + } + } catch (err) { + _iterator3.e(err); + } finally { + _iterator3.f(); + } + } + /** + * Remove a given class from the classList object + * + * @param {string} [oldClass=null] - Class to remove. If it's empty or null, + * all classes will be removed + */ + + }, { + key: "removeClass", + value: function removeClass() { + var oldClass = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null; + + if (oldClass !== null) { + var _iterator4 = _createForOfIteratorHelper(this.collection), + _step4; + + try { + for (_iterator4.s(); !(_step4 = _iterator4.n()).done;) { + var element = _step4.value; + element.classList.remove(oldClass); + } + } catch (err) { + _iterator4.e(err); + } finally { + _iterator4.f(); + } + } else { + var _iterator5 = _createForOfIteratorHelper(this.collection), + _step5; + + try { + for (_iterator5.s(); !(_step5 = _iterator5.n()).done;) { + var _element = _step5.value; + + while (_element.classList.length > 0) { + _element.classList.remove(_element.classList.item(0)); + } + } + } catch (err) { + _iterator5.e(err); + } finally { + _iterator5.f(); + } + } + } + /** + * Toggle between two classes + * + * @param {string} classes - Space separated class names + */ + + }, { + key: "toggleClass", + value: function toggleClass(classes) { + classes = classes.split(' '); + + var _iterator6 = _createForOfIteratorHelper(this.collection), + _step6; + + try { + for (_iterator6.s(); !(_step6 = _iterator6.n()).done;) { + var element = _step6.value; + + for (var j = 0; j < classes.length; j++) { + element.classList.toggle(classes[j]); + } + } + } catch (err) { + _iterator6.e(err); + } finally { + _iterator6.f(); + } + } + /** + * Check if the first element matching the selector has the given class + * + * @param {string} classToCheck - Class name to check for + * @return {boolean} - Whether the class is present or not + */ + + }, { + key: "hasClass", + value: function hasClass(classToCheck) { + var _iterator7 = _createForOfIteratorHelper(this.collection), + _step7; + + try { + for (_iterator7.s(); !(_step7 = _iterator7.n()).done;) { + var element = _step7.value; + + if (!element.classList.contains(classToCheck)) { + return false; + } + } + } catch (err) { + _iterator7.e(err); + } finally { + _iterator7.f(); + } + + return true; + } + /** + * Get or set the value from the first element matching the selector + * + * @param {string} value - Value to set to the element. + * @return {string} - If no value was provided, this returns the value of the + * element instead of setting it + */ + + }, { + key: "value", + value: function value(_value) { + if (typeof _value !== 'undefined') { + var _iterator8 = _createForOfIteratorHelper(this.collection), + _step8; + + try { + for (_iterator8.s(); !(_step8 = _iterator8.n()).done;) { + var element = _step8.value; + element.value = _value; + } + } catch (err) { + _iterator8.e(err); + } finally { + _iterator8.f(); + } + } else { + if (this.length > 0) { + return this.collection[0].value; + } + } + } + /** + * Focus on the first element matching the selector + */ + + }, { + key: "focus", + value: function focus() { + if (this.length > 0) { + this.collection[0].focus(); + } + } + /** + * Add a callback for the 'click' event on every element matching the selector + * + * @param {function} callback - Callback function to run when the event is triggered + */ + + }, { + key: "click", + value: function click(callback) { + var _iterator9 = _createForOfIteratorHelper(this.collection), + _step9; + + try { + for (_iterator9.s(); !(_step9 = _iterator9.n()).done;) { + var element = _step9.value; + element.addEventListener('click', callback, false); + } + } catch (err) { + _iterator9.e(err); + } finally { + _iterator9.f(); + } + } + /** + * Add a callback for the 'keyup' event on every element matching the selector + * + * @param {function} callback - Callback function to run when the event is triggered + */ + + }, { + key: "keyup", + value: function keyup(callback) { + var _iterator10 = _createForOfIteratorHelper(this.collection), + _step10; + + try { + for (_iterator10.s(); !(_step10 = _iterator10.n()).done;) { + var element = _step10.value; + element.addEventListener('keyup', callback, false); + } + } catch (err) { + _iterator10.e(err); + } finally { + _iterator10.f(); + } + } + /** + * Add a callback for the 'keydown' event on every element matching the selector + * + * @param {function} callback - Callback function to run when the event is triggered + */ + + }, { + key: "keydown", + value: function keydown(callback) { + var _iterator11 = _createForOfIteratorHelper(this.collection), + _step11; + + try { + for (_iterator11.s(); !(_step11 = _iterator11.n()).done;) { + var element = _step11.value; + element.addEventListener('keydown', callback, false); + } + } catch (err) { + _iterator11.e(err); + } finally { + _iterator11.f(); + } + } + /** + * Add a callback for the 'submit' event on every element matching the selector + * + * @param {function} callback - Callback function to run when the event is triggered + */ + + }, { + key: "submit", + value: function submit(callback) { + var _iterator12 = _createForOfIteratorHelper(this.collection), + _step12; + + try { + for (_iterator12.s(); !(_step12 = _iterator12.n()).done;) { + var element = _step12.value; + element.addEventListener('submit', callback, false); + } + } catch (err) { + _iterator12.e(err); + } finally { + _iterator12.f(); + } + } + /** + * Add a callback for the 'change' event on every element matching the selector + * + * @param {function} callback - Callback function to run when the event is triggered + */ + + }, { + key: "change", + value: function change(callback) { + var _iterator13 = _createForOfIteratorHelper(this.collection), + _step13; + + try { + for (_iterator13.s(); !(_step13 = _iterator13.n()).done;) { + var element = _step13.value; + element.addEventListener('change', callback, false); + } + } catch (err) { + _iterator13.e(err); + } finally { + _iterator13.f(); + } + } + /** + * Add a callback for the 'scroll' event on every element matching the selector + * + * @param {function} callback - Callback function to run when the event is triggered + */ + + }, { + key: "scroll", + value: function scroll(callback) { + var _iterator14 = _createForOfIteratorHelper(this.collection), + _step14; + + try { + for (_iterator14.s(); !(_step14 = _iterator14.n()).done;) { + var element = _step14.value; + element.addEventListener('scroll', callback, false); + } + } catch (err) { + _iterator14.e(err); + } finally { + _iterator14.f(); + } + } + /** + * Add a callback function to a given event + * + * @param {string} event - Event to add the listener to + * @param {string} target - Target element on which to detect the event + * @param {function} callback - Callback function to run when the event is triggered + */ + + }, { + key: "on", + value: function on(event, target, callback) { + var _this = this; + + event = event.split(' '); + + var _iterator15 = _createForOfIteratorHelper(this.collection), + _step15; + + try { + for (_iterator15.s(); !(_step15 = _iterator15.n()).done;) { + var element = _step15.value; + + for (var j = 0; j < event.length; j++) { + // Check if no target was defined and just a function was provided + if (typeof target === 'function') { + element.addEventListener(event[j], target, false); + } else if (typeof target === 'string' && typeof callback === 'function') { + element.addEventListener(event[j], function (e) { + if (!e.target) { + return; + } + + var targetElement = $_(e.target).closestParent(target, _this._selector); + + if (targetElement.exists()) { + callback.call(targetElement.get(0), e); + } else { + return; + } + }, false); + } + } + } + } catch (err) { + _iterator15.e(err); + } finally { + _iterator15.f(); + } + } + /** + * Filter from the current collection to only those matching the new selector + * + * @param {string} element - Selector to filter the collection with + * @return {DOM} - New DOM instance with the filtered collection + */ + + }, { + key: "filter", + value: function filter(selector) { + if (this.length > 0) { + return new DOM(this.collection[0].querySelector(selector)); + } + + return new DOM(null); + } + /** + * Check if there are any elements that match the selector. + * + * @return {boolean} - Whether elements matching the selector existed or not + */ + + }, { + key: "exists", + value: function exists() { + return this.length > 0; + } + /** + * Get or set a `data` property + * + * @param {string} name - Name of the data property + * @param {string} [value] - Value of the property + * @return {string} - If no value is set, this function returns it's current value + */ + + }, { + key: "data", + value: function data(name, value) { + if (typeof value !== 'undefined') { + var _iterator16 = _createForOfIteratorHelper(this.collection), + _step16; + + try { + for (_iterator16.s(); !(_step16 = _iterator16.n()).done;) { + var element = _step16.value; + element.dataset[name] = value; + } + } catch (err) { + _iterator16.e(err); + } finally { + _iterator16.f(); + } + } else { + if (this.length > 0) { + return this.collection[0].dataset[name]; + } + } + } + /** + * Remove a data property from all the elements on the collection given its + * name. + * + * @param {string} name - Name of the data property to remove + * + * @return {void} + */ + + }, { + key: "removeData", + value: function removeData(name) { + var _iterator17 = _createForOfIteratorHelper(this.collection), + _step17; + + try { + for (_iterator17.s(); !(_step17 = _iterator17.n()).done;) { + var element = _step17.value; + delete element.dataset[name]; + } + } catch (err) { + _iterator17.e(err); + } finally { + _iterator17.f(); + } + } + /** + * Get or set the text of the first element matching the selector + * + * @param {string} [value] - Value to set the text to + * @return {type} - If no value is present, this function returns its the + * element's current text. + */ + + }, { + key: "text", + value: function text(value) { + if (typeof value !== 'undefined') { + var _iterator18 = _createForOfIteratorHelper(this.collection), + _step18; + + try { + for (_iterator18.s(); !(_step18 = _iterator18.n()).done;) { + var element = _step18.value; + element.textContent = value; + } + } catch (err) { + _iterator18.e(err); + } finally { + _iterator18.f(); + } + } else { + if (this.length > 0) { + return this.collection[0].textContent; + } + } + } + /** + * Get or set the inner HTML of the first element matching the selector + * + * @param {string} [value] - Value to set the HTML to + * @return {type} - If no value is present, this function returns its the + * element's current HTML. + */ + + }, { + key: "html", + value: function html(value) { + if (typeof value !== 'undefined') { + var _iterator19 = _createForOfIteratorHelper(this.collection), + _step19; + + try { + for (_iterator19.s(); !(_step19 = _iterator19.n()).done;) { + var element = _step19.value; + element.innerHTML = value; + } + } catch (err) { + _iterator19.e(err); + } finally { + _iterator19.f(); + } + } else { + if (this.length > 0) { + return this.collection[0].innerHTML; + } + } + } + /** + * Append an element to the first element matching the selector + * + * @param {string} element - String representation of the element to add + */ + + }, { + key: "append", + value: function append(element) { + if (this.length > 0) { + if (typeof element === 'string') { + var div = document.createElement('div'); + + if (typeof element === 'string') { + div.innerHTML = element.trim(); + } else { + div.innerHTML = element; + } + + this.collection[0].appendChild(div.firstChild); + } else { + this.collection[0].appendChild(element); + } + } + } + /** + * Prepend an element to the first element matching the selector + * + * @param {string} element - String representation of the element to add + */ + + }, { + key: "prepend", + value: function prepend(element) { + if (this.length > 0) { + if (typeof element === 'string') { + var div = document.createElement('div'); + + if (typeof element === 'string') { + div.innerHTML = element.trim(); + } else { + div.innerHTML = element; + } + + if (this.collection[0].childNodes.length > 0) { + this.collection[0].insertBefore(div.firstChild, this.collection[0].childNodes[0]); + } else { + this.collection[0].appendChild(div.firstChild); + } + } else { + if (this.collection[0].childNodes.length > 0) { + this.collection[0].insertBefore(element, this.collection[0].childNodes[0]); + } else { + this.collection[0].appendChild(element); + } + } + } + } + /** + * Iterate over the collection of elements matching the selector + * + * @param {function} callback - Callback to run for every element + */ + + }, { + key: "each", + value: function each(callback) { + var _iterator20 = _createForOfIteratorHelper(this.collection), + _step20; + + try { + for (_iterator20.s(); !(_step20 = _iterator20.n()).done;) { + var element = _step20.value; + callback(element); + } + } catch (err) { + _iterator20.e(err); + } finally { + _iterator20.f(); + } + } + /** + * Get an element from the collection given it's index + * + * @param {int} index - Index of the element to retrieve + * @return {HTMLElement} - HTML Element in the position indicated by the index + */ + + }, { + key: "get", + value: function get(index) { + return this.collection[index]; + } + /** + * Get the first element in the collection + * + * @return {DOM} - DOM instance with the first element + */ + + }, { + key: "first", + value: function first() { + if (this.length > 0) { + return new DOM(this.collection[0]); + } + + return new DOM(null); + } + /** + * Get the last element in the collection + * + * @return {DOM} - DOM instance with the last element + */ + + }, { + key: "last", + value: function last() { + if (this.length > 0) { + return new DOM(this.collection[this.collection.length - 1]); + } + + return new DOM(null); + } + /** + * Check if the elements in the collection are visible by checking their + * display, offsetWidth and offsetHeight properties + * + * @return {boolean} - Whether the elements are visible or not + */ + + }, { + key: "isVisible", + value: function isVisible() { + var _iterator21 = _createForOfIteratorHelper(this.collection), + _step21; + + try { + for (_iterator21.s(); !(_step21 = _iterator21.n()).done;) { + var element = _step21.value; + + if (element.display != 'none' && element.offsetWidth > 0 && element.offsetHeight > 0) { + return true; + } + } + } catch (err) { + _iterator21.e(err); + } finally { + _iterator21.f(); + } + + return false; + } + /** + * Get the parent of the first element matching the selector + * + * @return {DOM} - DOM instance of the parent element + */ + + }, { + key: "parent", + value: function parent() { + if (this.length > 0) { + return new DOM(this.collection[0].parentElement); + } + + return new DOM(null); + } + /** + * Find an element that matches the given selector in the first element of the collection + * + * @param {string} selector - Selector to find the element with + * @return {DOM} - Aegis instance with the element if found + */ + + }, { + key: "find", + value: function find(selector) { + if (this.length > 0) { + return new DOM(this.collection[0].querySelectorAll(selector)); + } + + return new DOM(null); + } + /** + * Get the top and left offsets of the first element matching the selector + * + * @return {Object} - Object with `top` and `left` offsets + */ + + }, { + key: "offset", + value: function offset() { + if (this.length > 0) { + var rect = this.collection[0].getBoundingClientRect(); + return { + top: rect.top + document.body.scrollTop, + left: rect.left + document.body.scrollLeft + }; + } + } + /** + * Find the closest element matching the given selector. This bubbles up + * from the initial object and then follows to its parents. + * + * @param {string} selector - Selector to match the closest element with + * @return {DOM} - DOM instance with the closest HTML element matching the selector + */ + + }, { + key: "closest", + value: function closest(selector) { + var found = null; + var element = this; + + while (element.exists() && found === null) { + // Check if the current element matches the selector + var matches = element.matches(selector); + + if (matches === true) { + return element; + } + + var search = element.find(selector); + + if (search) { + if (search.length > 0) { + found = search; + } + } + + element = element.parent(); + } + + if (found !== null) { + return found; + } + + return element; + } + }, { + key: "closestParent", + value: function closestParent(selector, limit) { + var element = this; + + while (element.exists()) { + // Check if the current element matches the selector + var matches = element.matches(selector); + + if (matches === true) { + return element; + } + + if (typeof limit === 'string') { + if (element.matches(limit)) { + break; + } + } + + element = element.parent(); + } + + return new DOM(null); + } + /** + * Get or set the value of a given attribute + * + * @param {string} attribute - Attribute's name + * @param {string|Number} [value] - Value to set the attribute to + * @return {type} - If no value is provided, this function returns the current + * value of the provided attribute + */ + + }, { + key: "attribute", + value: function attribute(_attribute, value) { + if (typeof value !== 'undefined') { + var _iterator22 = _createForOfIteratorHelper(this.collection), + _step22; + + try { + for (_iterator22.s(); !(_step22 = _iterator22.n()).done;) { + var element = _step22.value; + element.setAttribute(_attribute, value); + } + } catch (err) { + _iterator22.e(err); + } finally { + _iterator22.f(); + } + } else { + if (this.length > 0) { + return this.collection[0].getAttribute(_attribute); + } + } + } + /** + * Check whether an element has an attribute or not + * + * @param {string} attribute - The name of the attribute to check existance for + * @returns {boolean} - Whether or not the attribute is present + */ + + }, { + key: "hasAttribute", + value: function hasAttribute(attribute) { + var _iterator23 = _createForOfIteratorHelper(this.collection), + _step23; + + try { + for (_iterator23.s(); !(_step23 = _iterator23.n()).done;) { + var element = _step23.value; + + if (!element.hasAttribute(attribute)) { + return false; + } + } + } catch (err) { + _iterator23.e(err); + } finally { + _iterator23.f(); + } + + return true; + } + /** + * Insert content to the `after` property of an element + * + * @param {string} content - String representation of the content to add + */ + + }, { + key: "after", + value: function after(content) { + var _iterator24 = _createForOfIteratorHelper(this.collection), + _step24; + + try { + for (_iterator24.s(); !(_step24 = _iterator24.n()).done;) { + var element = _step24.value; + element.insertAdjacentHTML('afterend', content); + } + } catch (err) { + _iterator24.e(err); + } finally { + _iterator24.f(); + } + } + /** + * Insert content to the `before` property of an element + * + * @param {string} content - String representation of the content to add + */ + + }, { + key: "before", + value: function before(content) { + var _iterator25 = _createForOfIteratorHelper(this.collection), + _step25; + + try { + for (_iterator25.s(); !(_step25 = _iterator25.n()).done;) { + var element = _step25.value; + element.insertAdjacentHTML('beforebegin', content); + } + } catch (err) { + _iterator25.e(err); + } finally { + _iterator25.f(); + } + } + /** + * Get or modify the `style` properties of the elements matching the selector + * + * @param {string|Object} properties - Properties to change or get. Can be + * either an individual property or a JSON object with key-value pairs + * @param {string} [value] - Value to set the property to when only changing + * one property + * @return {string} - If a property is given but not a value for it, this + * function will return its current value + */ + + }, { + key: "style", + value: function style(properties, value) { + for (var i = 0; i < this.collection.length; i++) { + if (typeof properties === 'string' && value !== 'undefined') { + this.collection[i].style[properties] = value; + } else if (typeof properties === 'string' && value === 'undefined') { + return this.collection[i].style[properties]; + } else if (_typeof(properties) === 'object') { + for (var property in properties) { + this.collection[i].style[property] = properties[property]; + } + } + } + } + /** + * Animate the given `style` properties on all elements in the collection in + * with a given time duration + * + * @param {Object} style - JSON object with the key-value pairs of properties + * to animate + * @param {int} time - Time in milliseconds during which the properties will + * be animated + */ + + }, { + key: "animate", + value: function animate(style, time) { + var _this2 = this; + + var _loop = function _loop(i) { + var _loop2 = function _loop2(property) { + var start = new Date().getTime(); + var collection = _this2.collection; + var timer = void 0; + var initialValue = void 0; + + if (typeof _this2.collection[i].style[property] !== 'undefined') { + initialValue = _this2.collection[i].style[property]; + timer = setInterval(function () { + var step = Math.min(1, (new Date().getTime() - start) / time); + collection[i].style[property] = initialValue + step * (style[property] - initialValue); + + if (step == 1) { + clearInterval(timer); + } + }, 25); + _this2.collection[i].style[property] = initialValue; + } else if (typeof _this2.collection[i][property] !== 'undefined') { + initialValue = _this2.collection[i][property]; + timer = setInterval(function () { + var step = Math.min(1, (new Date().getTime() - start) / time); + collection[i][property] = initialValue + step * (style[property] - initialValue); + + if (step == 1) { + clearInterval(timer); + } + }, 25); + _this2.collection[i][property] = initialValue; + } + }; + + for (var property in style) { + _loop2(property); + } + }; + + for (var i = 0; i < this.collection.length; i++) { + _loop(i); + } + } + /** + * Use a fade in animation i the first element matching the selector + * + * @param {type} [time=400] - Time duration for the animation + * @param {type} callback - Callback function to run once the animation is over + */ + + }, { + key: "fadeIn", + value: function fadeIn() { + var time = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 400; + var callback = arguments.length > 1 ? arguments[1] : undefined; + + if (this.length > 0) { + var element = this.collection[0]; + element.style.opacity = 0; + var last = +new Date(); + + var tick = function tick() { + element.style.opacity = +element.style.opacity + (new Date() - last) / time; + last = +new Date(); + + if (+element.style.opacity < 1) { + window.requestAnimationFrame && requestAnimationFrame(tick) || setTimeout(tick, 16); + } else { + if (typeof callback === 'function') { + callback(); + } + } + }; + + tick(); + } + } + /** + * Use a fade out animation i the first element matching the selector + * + * @param {type} [time=400] - Time duration for the animation + * @param {type} callback - Callback function to run once the animation is over + */ + + }, { + key: "fadeOut", + value: function fadeOut() { + var time = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 400; + var callback = arguments.length > 1 ? arguments[1] : undefined; + + if (this.length > 0) { + var last = +new Date(); + var element = this.collection[0]; + + var tick = function tick() { + element.style.opacity = +element.style.opacity - (new Date() - last) / time; + last = +new Date(); + + if (+element.style.opacity > 0) { + window.requestAnimationFrame && requestAnimationFrame(tick) || setTimeout(tick, 16); + } else { + if (typeof callback === 'function') { + callback(); + } + } + }; + + tick(); + } + } + /** Check if the first element in the collection matches a given selector + * + * @param {string} selector - Selector to match + * @return {boolean} - Whether the element matches the selector or not + */ + + }, { + key: "matches", + value: function matches(selector) { + var check = Element.prototype; + + var polyfill = check.matches || check.webkitMatchesSelector || check.mozMatchesSelector || check.msMatchesSelector || function () { + return [].indexOf.call(document.querySelectorAll(selector), this) !== -1; + }; + + if (this.length > 0) { + return polyfill.call(this.collection[0], selector); + } + + return false; + } + /** + * Remove all elements in the collection + */ + + }, { + key: "remove", + value: function remove() { + var _iterator26 = _createForOfIteratorHelper(this.collection), + _step26; + + try { + for (_iterator26.s(); !(_step26 = _iterator26.n()).done;) { + var element = _step26.value; + element.parentNode.removeChild(element); + } + } catch (err) { + _iterator26.e(err); + } finally { + _iterator26.f(); + } + } + /** + * Replace the first element in the collection with a new one + */ + + }, { + key: "replaceWith", + value: function replaceWith(newElement) { + var replaceElement = newElement; + + if (typeof newElement === 'string') { + var div = document.createElement('div'); + div.innerHTML = newElement; + replaceElement = div.firstChild; + } + + var _iterator27 = _createForOfIteratorHelper(this.collection), + _step27; + + try { + for (_iterator27.s(); !(_step27 = _iterator27.n()).done;) { + var element = _step27.value; + element.parentElement.replaceChild(replaceElement, element); + } + } catch (err) { + _iterator27.e(err); + } finally { + _iterator27.f(); + } + } + /** + * Reset every element in the collection + */ + + }, { + key: "reset", + value: function reset() { + var _iterator28 = _createForOfIteratorHelper(this.collection), + _step28; + + try { + for (_iterator28.s(); !(_step28 = _iterator28.n()).done;) { + var element = _step28.value; + element.reset(); + } + } catch (err) { + _iterator28.e(err); + } finally { + _iterator28.f(); + } + } + /** + * Get or set a property for the first element in the collection + * + * @param {string} property - Property name to set or get + * @param {string|Number} [value] - Value to set the property to + * @return {string|Number} - If no value is provided, this function will return the + * current value of the indicated property + */ + + }, { + key: "property", + value: function property(_property, value) { + if (typeof value !== 'undefined') { + var _iterator29 = _createForOfIteratorHelper(this.collection), + _step29; + + try { + for (_iterator29.s(); !(_step29 = _iterator29.n()).done;) { + var element = _step29.value; + element[_property] = value; + } + } catch (err) { + _iterator29.e(err); + } finally { + _iterator29.f(); + } + } else { + if (this.length > 0) { + return this.collection[0][_property]; + } + } + } + }]); + + return DOM; +}(); +/** + * Simple wrapper function to use the DOM library + * + * @param {string|Object|array} selector - Selector or DOM element to use + * @return {DOM} - DOM instance or class if no selector is used + */ + + +exports.DOM = DOM; + +function $_(selector) { + if (typeof selector !== 'undefined') { + return new DOM(selector); + } else { + return DOM; + } +} +/** + * Utility function to attach the 'load' listener to the window + * + * @param {function} callback - Callback function to run when the window is ready + */ + + +function $_ready(callback) { + window.addEventListener('load', callback); +} +},{}],"../node_modules/@aegis-framework/artemis/src/Request.js":[function(require,module,exports) { +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.Request = void 0; + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } + +function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } + +/** +* ============================== +* Request +* ============================== +*/ + +/** + * Simple Wrapper for the fetch API, providing simple functions to handle requests + * + * @class + */ +var Request = /*#__PURE__*/function () { + function Request() { + _classCallCheck(this, Request); + } + + _createClass(Request, null, [{ + key: "serialize", + + /** + * @static serialize - Serialize an object of data into a URI encoded format + * + * @param {Object} data - Key-value object of data to serialize + * @return {string} - Serialized Data + */ + value: function serialize(data) { + return Object.keys(data).map(function (key) { + return encodeURIComponent(key) + '=' + encodeURIComponent(data[key]); + }).join('&'); + } + /** + * @static get - Make a GET request to a given URL with the provided data + * parameters and an optional configuration object for the request. + * + * @param {string} url - URL to make the request to + * @param {Object} [data = {}] - Parameters to send in the URL, represented + * as a JSON object. These parameters will be sent as a query in the URL + * @param {Object} [options = {}] - Options object for configurations you want + * to use in the fetch () request made. + * @return {Promise} - Resolves to the response of the request + */ + + }, { + key: "get", + value: function get(url) { + var data = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; + var query = Request.serialize(data); // Check if there is actually any data parameters and join them to the + // url as query parameters + + if (query !== '') { + url = "".concat(url, "?").concat(query); + } + + return fetch(url, options); + } + /** + * @static post - Make a POST request to a given URL with the provided data + * and an optional configuration object for the request. + * + * @param {string} url - URL to make the request + * @param {Object} [data = {}] - Set of data to send in the URL, represented + * as a JSON object + * @param {Object} [options = {}] - Options object for configurations you want + * to use in the fetch () request made. The Content-Type header is used to + * serialize data in the correct format and defaults to application/x-www-form-urlencoded + * @return {Promise} - Resolves to the response of the request + */ + + }, { + key: "post", + value: function post(url, data) { + var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; + var formData; + + if (typeof options.headers !== 'undefined') { + var contentType = options.headers['Content-Type']; + + if (typeof contentType !== 'undefined') { + if (contentType == 'multipart/form-data') { + formData = new FormData(); + + for (var value in data) { + formData.append(value, data[value]); + } + } else if (contentType == 'application/json') { + formData = JSON.stringify(data); + } else { + formData = Request.serialize(data); + } + } + } else { + formData = Request.serialize(data); + } + + var props = Object.assign({}, { + method: 'POST', + headers: { + 'Content-Type': 'application/x-www-form-urlencoded' + }, + body: formData + }, options); // Delete the explicit multipart/form-data header to allow boundary automatic filling + + if (typeof props.headers !== 'undefined') { + if (props.headers['Content-Type'] === 'multipart/form-data') { + delete props.headers['Content-Type']; + } + } + + return fetch(url, props); + } + /** + * @static put - Make a PUT request to a given URL with the provided data + * and an optional configuration object for the request. + * + * @param {string} url - URL to make the request + * @param {Object} [data = {}] - Set of data to send in the URL, represented + * as a JSON object + * @param {Object} [options = {}] - Options object for configurations you want + * to use in the fetch () request made. The Content-Type header is used to + * serialize data in the correct format and defaults to application/x-www-form-urlencoded + * @return {Promise} - Resolves to the response of the request + */ + + }, { + key: "put", + value: function put(url, data) { + var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; + return Request.post(url, data, Object.assign({}, { + method: 'PUT' + }, options)); + } + /** + * @static delete - Make a DELETE request to a given URL with the provided data + * and an optional configuration object for the request. + * + * @param {string} url - URL to make the request + * @param {Object} [data = {}] - Parameters to send in the URL, represented + * as a JSON object. These parameters will be sent as a query in the URL + * @param {Object} [options = {}] - Options object for configurations you want + * to use in the fetch () request made. The Content-Type header is used to + * serialize data in the correct format and defaults to application/x-www-form-urlencoded + * @return {Promise} - Resolves to the response of the request + */ + + }, { + key: "delete", + value: function _delete(url, data) { + var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; + return Request.get(url, data, Object.assign({}, { + method: 'DELETE' + }, options)); + } + /** + * @static json - Request a JSON object from a given URL through a GET request + * + * @param {string} url - URL to make the request to + * @param {Object} [data = {}] - Parameters to send in the URL, represented + * as a JSON object. These parameters will be sent as a query in the URL + * @param {Object} [options = {}] - Options object for configurations you want + * to use in the fetch () request made. + * @return {Promise} - Resolves to the json object obtained from the request response + */ + + }, { + key: "json", + value: function json(url) { + var data = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; + return Request.get(url, data, options).then(function (response) { + return response.json(); + }); + } + /** + * @static blob - Request a Blob from a given URL through a GET request + * + * @param {string} url - URL to make the request to + * @param {Object} [data = {}] - Parameters to send in the URL, represented + * as a JSON object. These parameters will be sent as a query in the URL + * @param {Object} [options = {}] - Options object for configurations you want + * to use in the fetch () request made. + * @return {Promise} - Resolves to the blob obtained from the request response + */ + + }, { + key: "blob", + value: function blob(url) { + var data = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; + return Request.get(url, data, options).then(function (response) { + return response.blob(); + }); + } + }]); + + return Request; +}(); + +exports.Request = Request; +},{}],"../node_modules/@aegis-framework/artemis/src/FileSystem.js":[function(require,module,exports) { +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.FileSystem = void 0; + +var _Request = require("./Request"); + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } + +function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } + +/** + * A simple class wrapper for the File and FileReader web API, while this class + * doesn't actually provide acces to the host file system, it does provide useful + * utilities for form file inputs and remote content loading. + * + * @class + */ +var FileSystem = /*#__PURE__*/function () { + function FileSystem() { + _classCallCheck(this, FileSystem); + } + + _createClass(FileSystem, null, [{ + key: "readRemote", + + /** + * @static readRemote - Read a file from a remote location given a URL. This + * function will fetch the file blob using the Request class and then use the + * read () function to read the blob in the format required. + * + * @param {type} url - URL to fetch the file from + * @param {type} [type = 'base64'] - Type of data to be read, values can be + * 'text', 'base64' and 'buffer'. This parameter is used for the read () function. + * @param {Object} [props = {}] - Props to send to the Request object + * @return {Promise} - Content of the file. The format + * depends on the type parameter used. + */ + value: function readRemote(url) { + var type = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'base64'; + var props = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; + return _Request.Request.blob(url, {}, props).then(function (file) { + return FileSystem.read(file, type); + }); + } + /** + * @static read - Read a given File or Blob object. + * + * @param {File|Blob} file - File to read + * @param {string} [type = 'text'] - Type of data to be read, values can be + * 'text', 'base64' and 'buffer'. + * @return {Promise} - Promise that resolves to + * the Load event and content of the file. The format depends on the type + * parameter used. + */ + + }, { + key: "read", + value: function read(file) { + var type = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'text'; + return new Promise(function (resolve, reject) { + var reader = new FileReader(); + + reader.onload = function (event) { + // Pass down the event object and the content + resolve(event, event.target.result); + }; + + reader.onerror = function (error) { + reject(error); + }; + + if (type === 'base64') { + reader.readAsDataURL(file); + } else if (type === 'buffer') { + reader.readAsArrayBuffer(file); + } else { + reader.readAsText(file, 'UTF-8'); + } + }); + } + /** + * @static create - Create a new File, this uses the File API and will note + * actually create a file in the user's file system, however using it with + * other features, that may be possible + * + * @param {string} file - Name of the file (Including extension) + * @param {ArrayBuffer|ArrayBufferView|Blob|string} content - Content to save in the file + * @param {string} [type = 'text/plain'] - Mime Type for the file + * @return {Promise} + */ + + }, { + key: "create", + value: function create(name, content) { + var type = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'text/plain'; + return Promise.resolve(new File([content], name, { + type: type + })); + } + /** + * @static extension - Returns the extension of a file given its file name. + * + * @param {string} name - Name or full path of the file + * @return {string} - File extension without the leading dot (.) + */ + + }, { + key: "extension", + value: function extension(name) { + return name.split('.').pop(); + } + /** + * @static isImage - Check if a file is an image by its extension. + * + * @param {string} name - Name or full path of the file + * @return {boolean} + */ + + }, { + key: "isImage", + value: function isImage(name) { + var extensions = ['jpg', 'jpeg', 'png', 'gif', 'svg', 'webp', 'bmp']; + return extensions.indexOf(FileSystem.extension(name).toLowerCase()) > -1; + } + }]); + + return FileSystem; +}(); + +exports.FileSystem = FileSystem; +},{"./Request":"../node_modules/@aegis-framework/artemis/src/Request.js"}],"../node_modules/@aegis-framework/artemis/src/Form.js":[function(require,module,exports) { +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.Form = void 0; + +var _DOM = require("./DOM"); + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } + +function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } + +/** + * Utility class that provides simple function for filling and retrieving values + * from froms. This class requires the use of the `data-form` attribute. + * + * @class + */ +var Form = /*#__PURE__*/function () { + function Form() { + _classCallCheck(this, Form); + } + + _createClass(Form, null, [{ + key: "fill", + + /** + * @static fill - Fill a form's inputs with the given values. Each key in the + * provided object must match the `name` attribute of the input to fill. + * + * @param {string} name - Form name. Must match the `data-form` attribute of the Form. + * @param {Object} data - JSON object with key-value pairs to fill the inputs. + */ + value: function fill(name, data) { + for (var field in data) { + var element = (0, _DOM.$_)("form[data-form='".concat(name, "'] [name='").concat(field, "']")).get(0); + + if (typeof element != 'undefined') { + switch (element.type) { + case 'file': + case 'file[]': + break; + + default: + element.value = data[field]; + break; + } + } + } + } + /** + * @static values - Get all the values from a form's input. The keys are mapped + * using the `name` attribute of each input. + * + * @param {string} name - Form name. Must match the `data-form` attribute of the Form. + * @return {Object} - Key-value JSON object + */ + + }, { + key: "values", + value: function values(name) { + var data = {}; + (0, _DOM.$_)("form[data-form='".concat(name, "'] [name]")).each(function (element) { + var value; + + switch (element.type) { + case 'file[]': + value = element.files; + break; + + case 'file': + value = element.files[0]; + break; + + default: + value = element.value; + break; + } + + if (typeof value != 'undefined' && value !== null) { + data[element.name] = value; + } + }); + return data; + } + }]); + + return Form; +}(); + +exports.Form = Form; +},{"./DOM":"../node_modules/@aegis-framework/artemis/src/DOM.js"}],"../node_modules/process/browser.js":[function(require,module,exports) { + +// shim for using process in browser +var process = module.exports = {}; // cached from whatever global is present so that test runners that stub it +// don't break things. But we need to wrap it in a try catch in case it is +// wrapped in strict mode code which doesn't define any globals. It's inside a +// function because try/catches deoptimize in certain engines. + +var cachedSetTimeout; +var cachedClearTimeout; + +function defaultSetTimout() { + throw new Error('setTimeout has not been defined'); +} + +function defaultClearTimeout() { + throw new Error('clearTimeout has not been defined'); +} + +(function () { + try { + if (typeof setTimeout === 'function') { + cachedSetTimeout = setTimeout; + } else { + cachedSetTimeout = defaultSetTimout; + } + } catch (e) { + cachedSetTimeout = defaultSetTimout; + } + + try { + if (typeof clearTimeout === 'function') { + cachedClearTimeout = clearTimeout; + } else { + cachedClearTimeout = defaultClearTimeout; + } + } catch (e) { + cachedClearTimeout = defaultClearTimeout; + } +})(); + +function runTimeout(fun) { + if (cachedSetTimeout === setTimeout) { + //normal enviroments in sane situations + return setTimeout(fun, 0); + } // if setTimeout wasn't available but was latter defined + + + if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) { + cachedSetTimeout = setTimeout; + return setTimeout(fun, 0); + } + + try { + // when when somebody has screwed with setTimeout but no I.E. maddness + return cachedSetTimeout(fun, 0); + } catch (e) { + try { + // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally + return cachedSetTimeout.call(null, fun, 0); + } catch (e) { + // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error + return cachedSetTimeout.call(this, fun, 0); + } + } +} + +function runClearTimeout(marker) { + if (cachedClearTimeout === clearTimeout) { + //normal enviroments in sane situations + return clearTimeout(marker); + } // if clearTimeout wasn't available but was latter defined + + + if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) { + cachedClearTimeout = clearTimeout; + return clearTimeout(marker); + } + + try { + // when when somebody has screwed with setTimeout but no I.E. maddness + return cachedClearTimeout(marker); + } catch (e) { + try { + // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally + return cachedClearTimeout.call(null, marker); + } catch (e) { + // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error. + // Some versions of I.E. have different rules for clearTimeout vs setTimeout + return cachedClearTimeout.call(this, marker); + } + } +} + +var queue = []; +var draining = false; +var currentQueue; +var queueIndex = -1; + +function cleanUpNextTick() { + if (!draining || !currentQueue) { + return; + } + + draining = false; + + if (currentQueue.length) { + queue = currentQueue.concat(queue); + } else { + queueIndex = -1; + } + + if (queue.length) { + drainQueue(); + } +} + +function drainQueue() { + if (draining) { + return; + } + + var timeout = runTimeout(cleanUpNextTick); + draining = true; + var len = queue.length; + + while (len) { + currentQueue = queue; + queue = []; + + while (++queueIndex < len) { + if (currentQueue) { + currentQueue[queueIndex].run(); + } + } + + queueIndex = -1; + len = queue.length; + } + + currentQueue = null; + draining = false; + runClearTimeout(timeout); +} + +process.nextTick = function (fun) { + var args = new Array(arguments.length - 1); + + if (arguments.length > 1) { + for (var i = 1; i < arguments.length; i++) { + args[i - 1] = arguments[i]; + } + } + + queue.push(new Item(fun, args)); + + if (queue.length === 1 && !draining) { + runTimeout(drainQueue); + } +}; // v8 likes predictible objects + + +function Item(fun, array) { + this.fun = fun; + this.array = array; +} + +Item.prototype.run = function () { + this.fun.apply(null, this.array); +}; + +process.title = 'browser'; +process.env = {}; +process.argv = []; +process.version = ''; // empty string to avoid regexp issues + +process.versions = {}; + +function noop() {} + +process.on = noop; +process.addListener = noop; +process.once = noop; +process.off = noop; +process.removeListener = noop; +process.removeAllListeners = noop; +process.emit = noop; +process.prependListener = noop; +process.prependOnceListener = noop; + +process.listeners = function (name) { + return []; +}; + +process.binding = function (name) { + throw new Error('process.binding is not supported'); +}; + +process.cwd = function () { + return '/'; +}; + +process.chdir = function (dir) { + throw new Error('process.chdir is not supported'); +}; + +process.umask = function () { + return 0; +}; +},{}],"../node_modules/@aegis-framework/artemis/src/Platform.js":[function(require,module,exports) { +var process = require("process"); +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.Platform = void 0; + +function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } + +function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } + +/** +* ============================== +* Platform +* ============================== +*/ + +/** + * General checks for what kind of platform is the being used to run the app. + * @class + */ +var Platform = /*#__PURE__*/function () { + function Platform() { + _classCallCheck(this, Platform); + } + + _createClass(Platform, null, [{ + key: "retina", + + /** + * Check if the screen has a retina pixel ratio + * @returns {boolean} + */ + value: function retina() { + return window.devicePixelRatio >= 2; + } + /** + * Check if the device is on portrait orientation + * @returns {boolean} + */ + + }, { + key: "portrait", + value: function portrait() { + return window.orientation === 0 || window.orientation === 180; + } + /** + * Check if the device is on landscape orientation + * @returns {boolean} + */ + + }, { + key: "landscape", + value: function landscape() { + return window.orientation === 90 || window.orientation === -90; + } + /** + * Get device Orientation + * @returns {string} portrait | landscape + */ + + }, { + key: "orientation", + value: function orientation() { + return Platform.portrait() ? 'portrait' : 'landscape'; + } + /** + * Check if the app is running over Electron + * @returns {boolean} + */ + + }, { + key: "electron", + value: function electron() { + // Renderer process + if (typeof window !== 'undefined' && _typeof(window.process) === 'object' && window.process.type === 'renderer') { + return true; + } // Main process + + + if (typeof process !== 'undefined' && _typeof(process.versions) === 'object' && !!process.versions.electron) { + return true; + } // Detect the user agent when the `nodeIntegration` option is set to true + + + if ((typeof navigator === "undefined" ? "undefined" : _typeof(navigator)) === 'object' && typeof navigator.userAgent === 'string' && navigator.userAgent.indexOf('Electron') > -1) { + return true; + } + + return false; + } + /** + * Check if the app is running over Cordova + * @returns {boolean} + */ + + }, { + key: "cordova", + value: function cordova() { + return !!window.cordova; + } + /** + * Check if the app is running in a desktop platform + * @returns {boolean} + */ + + }, { + key: "desktop", + value: function desktop() { + var platform = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 'Any'; + var match = false; + + switch (platform) { + case 'Windows': + match = navigator.platform.includes('Win'); + break; + + case 'macOS': + match = navigator.platform.includes('Mac'); + break; + + case 'Linux': + match = navigator.platform.includes('Linux'); + break; + + case 'FreeBSD': + match = navigator.platform.includes('FreeBSD'); + break; + + case 'webOS': + match = navigator.platform.includes('WebTV'); + break; + + case 'Any': + default: + match = navigator.platform.includes('Win') || navigator.platform.includes('Mac') || navigator.platform.includes('Linux') || navigator.platform.includes('FreeBSD') || navigator.platform.includes('WebTV'); + break; + } + + return match; + } + /** + * Check if the app is running in a mobile platform + * @param {string } [platform='Any'] - Check for a specific mobile platform [Android | iOS | Opera | Windows | BlackBerry | Any] + * @returns {boolean} + */ + + }, { + key: "mobile", + value: function mobile() { + var platform = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 'Any'; + var match = false; + + switch (platform) { + case 'Android': + match = /Android/i.test(navigator.userAgent); + break; + + case 'iOS': + match = /iPhone|iPad|iPod/i.test(navigator.userAgent); + break; + + case 'Opera': + match = /Opera Mini/i.test(navigator.userAgent); + break; + + case 'Windows': + match = /Windows Phone|IEMobile|WPDesktop/i.test(navigator.userAgent); + break; + + case 'BlackBerry': + match = /BlackBerry|BB10/i.test(navigator.userAgent); + break; + + case 'Any': + default: + match = /Android|iPhone|iPad|iPod|Windows Phone|IEMobile|WPDesktop|BlackBerry|BB10/i.test(navigator.userAgent); + break; + } + + return match; + } + /** + * @static serviceWorkers - Check if the platform allows the use of service + * workers + * + * @return {boolean} - Whether they're supported or not + */ + + }, { + key: "serviceWorkers", + value: function serviceWorkers() { + if (typeof navigator !== 'undefined') { + if ('serviceWorker' in navigator && location.protocol.indexOf('http') > -1) { + return true; + } + } + + return false; + } + }]); + + return Platform; +}(); + +exports.Platform = Platform; +},{"process":"../node_modules/process/browser.js"}],"../node_modules/@aegis-framework/artemis/src/Preload.js":[function(require,module,exports) { +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.Preload = void 0; + +var _Request = require("./Request"); + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } + +function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } + +/** + * A simple class for asset preloading. This class assumes you have a service + * worker set up that will be caching all requests. + * @class + */ +var Preload = /*#__PURE__*/function () { + function Preload() { + _classCallCheck(this, Preload); + } + + _createClass(Preload, null, [{ + key: "image", + + /** + * @static image - Preload an image file + * + * @param {string} route - Route to the image + * @return {Promise} - Resolves to the image object or gets rejected with + * the rejection event + */ + value: function image(route) { + return new Promise(function (resolve, reject) { + var image = new Image(); + + image.onload = function () { + resolve(image); + }; + + image.onerror = function (e) { + reject(e); + }; + + image.src = route; + }); + } + /** + * @static file - Preload any kind of file + * + * @param {string} route - Route to the file + * @return {Promise} - Resolves or rejects depending on request success + */ + + }, { + key: "file", + value: function file(route) { + return _Request.Request.blob(route); + } + }]); + + return Preload; +}(); + +exports.Preload = Preload; +},{"./Request":"../node_modules/@aegis-framework/artemis/src/Request.js"}],"../node_modules/@aegis-framework/artemis/src/SpaceAdapter/LocalStorage.js":[function(require,module,exports) { +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.LocalStorage = void 0; + +function _createForOfIteratorHelper(o, allowArrayLike) { var it; if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e2) { throw _e2; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = o[Symbol.iterator](); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e3) { didErr = true; err = _e3; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; } + +function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); } + +function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } + +function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); } + +function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; } + +function _iterableToArrayLimit(arr, i) { if (typeof Symbol === "undefined" || !(Symbol.iterator in Object(arr))) return; var _arr = []; var _n = true; var _d = false; var _e = undefined; try { for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } + +function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } + +function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } + +function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } + +/** +* ============================== +* Local Storage Adapter +* ============================== +*/ + +/** + * The Local Storage Adapter provides the Space Class the ability to interact + * with the localStorage api found in most modern browsers. + * + * @class + */ +var LocalStorage = /*#__PURE__*/function () { + /** + * Create a new LocalStorage. If no configuration is provided, the LocalStorage + * global object is used. The LocalStorage Adapter can provide independency + * by store name and space name. + * + * @constructor + * @param {Object} [configuration={name = '', version = '', store = ''}] - Configuration Object for the Adapter + * @param {string} configuration.name - Name of the Space + * @param {string} configuration.version - Version of the Space in Semantic versioning syntax + * @param {string} configuration.store - Name of the Object Store to use + * + */ + function LocalStorage(_ref) { + var _ref$name = _ref.name, + name = _ref$name === void 0 ? '' : _ref$name, + _ref$version = _ref.version, + version = _ref$version === void 0 ? '' : _ref$version, + _ref$store = _ref.store, + store = _ref$store === void 0 ? '' : _ref$store; + + _classCallCheck(this, LocalStorage); + + this.name = name; + this.version = version; + this.store = store; + this.upgrades = {}; + + if (this.version === '') { + this.numericVersion = 0; + } else { + this.numericVersion = parseInt(version.replace(/\./g, '')); + } + + if (name !== '' && version !== '' && store !== '') { + this.id = "".concat(this.name, "::").concat(this.store, "::").concat(this.version, "_"); + } else if (name !== '' && version !== '') { + this.id = "".concat(this.name, "::").concat(this.version, "_"); + } else if (name !== '') { + this.id = "".concat(this.name, "::_"); + } else { + this.id = ''; + } + } + /** + * Open the Storage Object + * + * @return {Promise} + */ + + + _createClass(LocalStorage, [{ + key: "open", + value: function open() { + var _this = this; + + if (_typeof(this.storage) === 'object' && !(this.storage instanceof Promise)) { + return Promise.resolve(this); + } else if (this.storage instanceof Promise) { + return this.storage; + } else { + this.storage = new Promise(function (resolve) { + var upgradesToApply = []; // Check if this space is versioned + + if (_this.version !== '') { + // Get the versionless part of the ID to check if an upgrade needs + // to ocurr based on the version available on storage and the current + // version. + var versionless = ''; + + if (_this.name !== '' && _this.version !== '' && _this.store !== '') { + versionless = "".concat(_this.name, "::").concat(_this.store, "::"); + } else if (_this.name !== '' && _this.version !== '') { + versionless = "".concat(_this.name, "::"); + } // Get all the currently stored keys that contain the versionless + // ID, which means they belong to this space + + + var storedVersions = Object.keys(window.localStorage).filter(function (key) { + return key.indexOf(versionless) === 0; + }).map(function (key) { + // Remove the versionless part of the ID and keep only the + // part of the key belonging to the ID + return key.replace(versionless, '').split('_')[0]; + }).filter(function (key) { + // Filter all that didn't match the versionless part fully + return key.indexOf('::') === -1; + }).sort(); + + if (storedVersions.length > 0) { + // We'll only take the lowest one every time + var oldVersion = storedVersions[0]; + var oldVersionNumeric = parseInt(oldVersion.replace(/\./g, '')); + + if (oldVersionNumeric < _this.numericVersion) { + // Check what upgrade functions have been declared in their respective order + var availableUpgrades = Object.keys(_this.upgrades).sort(); // Find the first update that needs to be applied to the database given + // the old version it currently has. + + var startFrom = availableUpgrades.findIndex(function (u) { + var _u$split = u.split('::'), + _u$split2 = _slicedToArray(_u$split, 1), + old = _u$split2[0]; + + return parseInt(old) === oldVersionNumeric; + }); + + if (startFrom > -1) { + upgradesToApply = availableUpgrades.slice(startFrom).filter(function (u) { + var _u$split3 = u.split('::'), + _u$split4 = _slicedToArray(_u$split3, 2), + old = _u$split4[0], + next = _u$split4[1]; + + return parseInt(old) < _this.numericVersion && parseInt(next) <= _this.numericVersion; + }); + } // Get the previous ID using the old version + + + var previousId = "".concat(_this.name, "::").concat(oldVersion, "_"); + + if (_this.name !== '' && _this.version !== '' && _this.store !== '') { + previousId = "".concat(_this.name, "::").concat(_this.store, "::").concat(oldVersion, "_"); + } else if (_this.name !== '' && _this.version !== '') { + previousId = "".concat(_this.name, "::").concat(oldVersion, "_"); + } // Get all keys from the previous version + + + var keys = Object.keys(window.localStorage).filter(function (key) { + return key.indexOf(previousId) === 0; + }).map(function (key) { + return key.replace(previousId, ''); + }); + + var _iterator = _createForOfIteratorHelper(keys), + _step; + + try { + for (_iterator.s(); !(_step = _iterator.n()).done;) { + var key = _step.value; + // Get the value stored with the previous version + var previous = window.localStorage.getItem("".concat(previousId).concat(key)); // Re-insert the value using the new ID as a key + + window.localStorage.setItem(_this.id + key, previous); // Delete the previous value. + + window.localStorage.removeItem("".concat(previousId).concat(key)); + } + } catch (err) { + _iterator.e(err); + } finally { + _iterator.f(); + } + } + } + } + + resolve({ + upgrades: upgradesToApply + }); + }).then(function (_ref2) { + var upgrades = _ref2.upgrades; + _this.storage = window.localStorage; + return new Promise(function (resolve) { + var res = function res() { + return resolve(_this); + }; + + _this._upgrade(upgrades, res); + }); + }); + return this.storage; + } + } + /** + * Store a key-value pair + * + * @param {string} key - Key with which this value will be saved + * @param {Object|string|Number} - Value to save + * @return {Promise<{key, value}>} + */ + + }, { + key: "set", + value: function set(key, value) { + var _this2 = this; + + return this.open().then(function () { + if (_typeof(value) === 'object') { + _this2.storage.setItem(_this2.id + key, JSON.stringify(value)); + } else { + _this2.storage.setItem(_this2.id + key, value); + } + + return Promise.resolve({ + key: key, + value: value + }); + }); + } + /** + * Update a key-value pair. In difference with the set () method, the update + * method will use an Object.assign () in the case of objects so no value is + * lost. + * + * @param {string} key - Key with which this value will be saved + * @param {Object|string|Number} - Value to save + * @return {Promise<{key, value}>} + */ + + }, { + key: "update", + value: function update(key, value) { + var _this3 = this; + + return this.get(key).then(function (currentValue) { + if (_typeof(currentValue) === 'object') { + if (_typeof(value) === 'object') { + value = Object.assign({}, currentValue, value); + } + + _this3.storage.setItem(_this3.id + key, JSON.stringify(value)); + } else { + _this3.storage.setItem(_this3.id + key, value); + } + + return Promise.resolve({ + key: key, + value: value + }); + }).catch(function () { + return _this3.set(key, value); + }); + } + /** + * Retrieves a value from storage given it's key + * + * @param {string} - Key with which the value was saved + * @return {Promise|Promise|Promise} - Resolves to the retreived value + * or its rejected if it doesn't exist + */ + + }, { + key: "get", + value: function get(key) { + var _this4 = this; + + return this.open().then(function () { + return new Promise(function (resolve, reject) { + var value = null; + value = _this4.storage.getItem(_this4.id + key); + + try { + var o = JSON.parse(value); + + if (o && _typeof(o) === 'object') { + value = o; + } + } catch (exception) {// Unable to parse to JSON + } + + if (typeof value !== 'undefined' && value !== null) { + resolve(value); + } else { + reject(); + } + }); + }); + } + /** + * Retrieves all the values in the space in a key-value JSON object + * + * @return {Promise} - Resolves to the retreived values + */ + + }, { + key: "getAll", + value: function getAll() { + var _this5 = this; + + return this.keys().then(function (keys) { + var values = {}; + var promises = []; + + var _iterator2 = _createForOfIteratorHelper(keys), + _step2; + + try { + var _loop = function _loop() { + var key = _step2.value; + promises.push(_this5.get(key).then(function (value) { + values[key] = value; + })); + }; + + for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) { + _loop(); + } + } catch (err) { + _iterator2.e(err); + } finally { + _iterator2.f(); + } + + return Promise.all(promises).then(function () { + return values; + }); + }); + } + /** + * Check if the space contains a given key. + * + * @param {string} key - Key to look for. + * @return {Promise} Promise gets resolved if it exists and rejected if + * doesn't + */ + + }, { + key: "contains", + value: function contains(key) { + return this.keys().then(function (keys) { + if (keys.includes(key)) { + Promise.resolve(); + } else { + return Promise.reject(); + } + }); + } + /** + * Upgrade a Space Version + * + * @param oldVersion {string} - The version of the storage to be upgraded + * @param newVersion {string} - The version to be upgraded to + * @param callback {function} - Function to transform the old stored values to the new version's format + * @returns {Promise} + */ + + }, { + key: "upgrade", + value: function upgrade(oldVersion, newVersion, callback) { + this.upgrades["".concat(parseInt(oldVersion.replace(/\./g, '')), "::").concat(parseInt(newVersion.replace(/\./g, '')))] = callback; + return Promise.resolve(); + } // This function acts as a helper for the upgrade progress by executing the + // needed upgrade callbacks in the correct order and sychronously. + + }, { + key: "_upgrade", + value: function _upgrade(upgradesToApply, resolve) { + var _this6 = this; + + // Check if there are still upgrades to apply + if (upgradesToApply.length > 0) { + this.upgrades[upgradesToApply[0]].call(this, this).then(function () { + _this6._upgrade(upgradesToApply.slice(1), resolve); + }).catch(function (e) { + return console.error(e); + }); + } else { + resolve(); + } + } + /** + * Rename a Space + * + * @param {string} name - New name to be used. + * @returns {Promise} - Result of the rename operation + */ + + }, { + key: "rename", + value: function rename(name) { + var _this7 = this; + + // Check if the name is different + if (this.name !== name) { + return this.keys().then(function (keys) { + // Save the previous Space id + var oldId = _this7.id; // Set new object properties with the new name + + _this7.name = name; + + if (_this7.name !== '' && _this7.version !== '' && _this7.store !== '') { + _this7.id = "".concat(_this7.name, "::").concat(_this7.store, "::").concat(_this7.version, "_"); + } else if (_this7.name !== '' && _this7.version !== '') { + _this7.id = "".concat(_this7.name, "::").concat(_this7.version, "_"); + } else if (_this7.name !== '') { + _this7.id = "".concat(_this7.name, "::_"); + } else { + _this7.id = ''; + } + + var promises = []; + + var _iterator3 = _createForOfIteratorHelper(keys), + _step3; + + try { + var _loop2 = function _loop2() { + var key = _step3.value; + promises.push(_this7.set(key, _this7.storage.getItem("".concat(oldId).concat(key))).then(function () { + _this7.storage.removeItem("".concat(oldId).concat(key)); + })); + }; + + for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) { + _loop2(); + } + } catch (err) { + _iterator3.e(err); + } finally { + _iterator3.f(); + } + + return Promise.all(promises); + }); + } else { + return Promise.reject(); + } + } + /** + * Get the key that corresponds to a given index in the storage + * + * @param {Number} index - Index to get the key from + * @param {boolean} [full=false] - Whether to return the full key name including space id or just the key name + * @return {Promise} - Resolves to the key's name + */ + + }, { + key: "key", + value: function key(index) { + var _this8 = this; + + var full = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; + return this.open().then(function () { + if (full === true) { + return Promise.resolve(_this8.storage.key(index)); + } else { + return Promise.resolve(_this8.storage.key(index).replace(_this8.id, '')); + } + }); + } + /** + * Return all keys stored in the space. + * + * @param {boolean} [full=false] - Whether to return the full key name including space id or just the key name + * @return {Promise} - Array of keys + */ + + }, { + key: "keys", + value: function keys() { + var _this9 = this; + + var full = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false; + return this.open().then(function () { + return Promise.resolve(Object.keys(_this9.storage).filter(function (key) { + return key.indexOf(_this9.id) === 0; + }).map(function (key) { + if (full === true) { + return key; + } else { + return key.replace(_this9.id, ''); + } + })); + }); + } + /** + * Delete a value from the space given its key + * + * @param {string} key - Key of the item to delete + * @return {Promise} - Resolves to the value of the deleted object + */ + + }, { + key: "remove", + value: function remove(key) { + var _this10 = this; + + return this.get(key).then(function (value) { + _this10.storage.removeItem(_this10.id + key); + + return Promise.resolve(value); + }); + } + /** + * Clear the entire space + * + * @return {Promise} - Result of the clear operation + */ + + }, { + key: "clear", + value: function clear() { + var _this11 = this; + + return this.keys().then(function (keys) { + var _iterator4 = _createForOfIteratorHelper(keys), + _step4; + + try { + for (_iterator4.s(); !(_step4 = _iterator4.n()).done;) { + var key = _step4.value; + + _this11.remove(key); + } + } catch (err) { + _iterator4.e(err); + } finally { + _iterator4.f(); + } + + return Promise.resolve(); + }); + } + }]); + + return LocalStorage; +}(); + +exports.LocalStorage = LocalStorage; +},{}],"../node_modules/@aegis-framework/artemis/src/SpaceAdapter/SessionStorage.js":[function(require,module,exports) { +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.SessionStorage = void 0; + +var _LocalStorage2 = require("./LocalStorage"); + +function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } + +function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } + +function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); } + +function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } + +function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; } + +function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); } + +function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } + +function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } + +function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } + +/** + * The Session Storage Adapter provides the Space Class the ability to interact + * with the sessionStorage api found in most modern browsers. Since this API + * shares pretty much the same methods to the local storage one, this class + * inherits from the LocalStorage adapter. + * + * @class + */ +var SessionStorage = /*#__PURE__*/function (_LocalStorage) { + _inherits(SessionStorage, _LocalStorage); + + var _super = _createSuper(SessionStorage); + + /** + * Create a new SessionStorage. If no configuration is provided, the SessionStorage + * global object is used.The SessionStorage Adapter can provide independency + * by store name and space name. + * + * @constructor + * @param {Object} [configuration={name = '', version = '', store = ''}] - Configuration Object for the Adapter + * @param {string} configuration.name - Name of the Space + * @param {string} configuration.version - Version of the Space in Semantic versioning syntax + * @param {string} configuration.store - Name of the Object Store to use + * + */ + function SessionStorage(_ref) { + var _ref$name = _ref.name, + name = _ref$name === void 0 ? '' : _ref$name, + _ref$version = _ref.version, + version = _ref$version === void 0 ? '' : _ref$version, + _ref$store = _ref.store, + store = _ref$store === void 0 ? '' : _ref$store; + + _classCallCheck(this, SessionStorage); + + return _super.call(this, { + name: name, + version: version, + store: store + }); + } + /** + * Open the Storage Object + * @return {Promise} + */ + + + _createClass(SessionStorage, [{ + key: "open", + value: function open() { + if (typeof this.storage === 'undefined') { + this.storage = window.sessionStorage; + } + + return Promise.resolve(this); + } + }]); + + return SessionStorage; +}(_LocalStorage2.LocalStorage); + +exports.SessionStorage = SessionStorage; +},{"./LocalStorage":"../node_modules/@aegis-framework/artemis/src/SpaceAdapter/LocalStorage.js"}],"../node_modules/@aegis-framework/artemis/src/SpaceAdapter/IndexedDB.js":[function(require,module,exports) { +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.IndexedDB = void 0; + +function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); } + +function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } + +function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); } + +function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; } + +function _iterableToArrayLimit(arr, i) { if (typeof Symbol === "undefined" || !(Symbol.iterator in Object(arr))) return; var _arr = []; var _n = true; var _d = false; var _e = undefined; try { for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } + +function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } + +function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } + +/** +* ============================== +* IndexedDB Adapter +* ============================== +*/ + +/** + * The IndexedDB Adapter provides the Space Class the ability to interact + * with the IndexedDB API found in most modern browsers. + * + * @class + */ +var IndexedDB = /*#__PURE__*/function () { + /** + * Create a new IndexedDB. Differently from Local and Session Storages, the + * IndexedDB Adapter requires a mandatory name, version and store name. + * + * @constructor + * @param {Object} [configuration={name = '', version = '', store = '', props = {}, index = {}}] - Configuration Object for the Adapter + * @param {string} configuration.name - Name of the Space + * @param {string} configuration.version - Version of the Space in Semantic versioning syntax + * @param {string} configuration.store - Name of the Object Store to use + * @param {Object} configuration.props - Optional Parameters for the Object Store + * @param {Object} configuration.index - Object of the indexes to declare for + * the Object Store. Each index is a JSON object with the following properties: + * @param {String} configuration.index[...].name - Name for the Index + * @param {String} configuration.index[...].field - Field on the store to apply the index to + * @param {Object} configuration.index[...].props - Index properties object + */ + function IndexedDB(_ref) { + var _ref$name = _ref.name, + name = _ref$name === void 0 ? '' : _ref$name, + _ref$version = _ref.version, + version = _ref$version === void 0 ? '' : _ref$version, + _ref$store = _ref.store, + store = _ref$store === void 0 ? '' : _ref$store, + _ref$props = _ref.props, + props = _ref$props === void 0 ? {} : _ref$props, + _ref$index = _ref.index, + index = _ref$index === void 0 ? {} : _ref$index; + + _classCallCheck(this, IndexedDB); + + this.name = name; + this.version = version; + this.store = store; + this.props = props; + this.index = index; + this.upgrades = {}; + + if (this.version === '') { + this.numericVersion = 0; + } else { + this.numericVersion = parseInt(version.replace(/\./g, '')); + } + } + /** + * Open the Storage Object + * + * @return {Promise} + */ + + + _createClass(IndexedDB, [{ + key: "open", + value: function open() { + var _this = this; + + if (this.name === '') { + console.error('No name has been defined for IndexedDB space.'); + return Promise.reject(); + } + + if (this.store === '') { + console.error('No store has been defined for IndexedDB space.'); + return Promise.reject(); + } + + if (this.storage instanceof IDBDatabase) { + return Promise.resolve(this); + } else if (this.storage instanceof Promise) { + return this.storage; + } else { + this.storage = new Promise(function (resolve, reject) { + var upgradesToApply = []; + var storage = window.indexedDB.open(_this.name, _this.numericVersion); + + storage.onerror = function (event) { + reject(event); + }; + + storage.onsuccess = function (event) { + resolve({ + storage: event.target.result, + upgrades: upgradesToApply + }); + }; + + storage.onupgradeneeded = function (event) { + // If the previous version is less than one, it means that + // the database needs to be created first + if (event.oldVersion < 1) { + // Create all the needed Stores + var store = event.target.result.createObjectStore(_this.store, _this.props); + + for (var _i = 0, _Object$keys = Object.keys(_this.index); _i < _Object$keys.length; _i++) { + var index = _Object$keys[_i]; + store.createIndex(_this.index[index].name, _this.index[index].field, _this.index[index].props); + } + } else { + // Check what upgrade functions have been declared in their respective order + var availableUpgrades = Object.keys(_this.upgrades).sort(); // Find the first update that needs to be applied to the database given + // the old version it currently has. + + var startFrom = availableUpgrades.findIndex(function (u) { + var _u$split = u.split('::'), + _u$split2 = _slicedToArray(_u$split, 1), + old = _u$split2[0]; + + return parseInt(old) === event.oldVersion; + }); + + if (startFrom > -1) { + upgradesToApply = availableUpgrades.slice(startFrom).filter(function (u) { + var _u$split3 = u.split('::'), + _u$split4 = _slicedToArray(_u$split3, 2), + old = _u$split4[0], + next = _u$split4[1]; + + return parseInt(old) < _this.numericVersion && parseInt(next) <= _this.numericVersion; + }); + } + } // Once the transaction is done, resolve the storage object + + + var transaction = event.target.transaction; + transaction.addEventListener('success', function () { + resolve({ + storage: event.target.result, + upgrades: upgradesToApply + }); + }); + }; + }).then(function (_ref2) { + var storage = _ref2.storage, + upgrades = _ref2.upgrades; + _this.storage = storage; + return new Promise(function (resolve) { + var res = function res() { + return resolve(storage); + }; + + _this._upgrade(upgrades, res, event); + }); + }); + return this.storage; + } + } + /** + * Store a key-value pair. Because of the nature of a IndexedDB Database, the + * stored values must be JSON objects. + * + * @param {string} key - Key with which this value will be saved + * @param {Object} - Value to save + * @return {Promise} - When resolved, a {key, value} object is handed + * down, when it's rejected, the event is handed down. + */ + + }, { + key: "set", + value: function set() { + var _this2 = this; + + var key = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null; + var value = arguments.length > 1 ? arguments[1] : undefined; + return this.open().then(function () { + return new Promise(function (resolve, reject) { + var transaction = _this2.storage.transaction(_this2.store, 'readwrite').objectStore(_this2.store); + + var op; + + if (key !== null) { + op = transaction.put(Object.assign({}, { + id: key + }, value)); + } else { + op = transaction.add(value); + } + + op.addEventListener('success', function (event) { + resolve({ + key: event.target.result, + value: value + }); + }); + op.addEventListener('error', function (event) { + reject(event); + }); + }); + }); + } + /** + * Update a key-value pair. In difference with the set () method, the update + * method will use an Object.assign () in the case of objects so no value is + * lost. + * + * @param {string} key - Key with which this value will be saved + * @param {Object} - Value to save + * @return {Promise} - When resolved, a {key, value} object is handed + * down, when it's rejected, the event is handed down. + */ + + }, { + key: "update", + value: function update(key, value) { + var _this3 = this; + + return this.get(key).then(function (currentValue) { + // If this key did not exist on the storage, then create it using the + // set method + if (typeof currentValue === 'undefined') { + return _this3.set(key, value); + } + + return new Promise(function (resolve, reject) { + var transaction = _this3.storage.transaction(_this3.store, 'readwrite').objectStore(_this3.store); + + var op = transaction.put(Object.assign({}, currentValue, value)); + op.addEventListener('success', function (event) { + resolve({ + key: event.target.result, + value: value + }); + }); + op.addEventListener('error', function (event) { + reject(event); + }); + }); + }); + } + /** + * Retrieves a value from storage given it's key + * + * @param {string} - Key with which the value was saved + * @return {Promise} - Resolves to the retreived value or its rejected + * if it doesn't exist + */ + + }, { + key: "get", + value: function get(key) { + var _this4 = this; + + return this.open().then(function () { + return new Promise(function (resolve, reject) { + var transaction = _this4.storage.transaction(_this4.store).objectStore(_this4.store); + + var op = transaction.get(key); + op.addEventListener('success', function (event) { + resolve(event.target.result); + }); + op.addEventListener('error', function (event) { + reject(event); + }); + }); + }); + } + /** + * Retrieves all the values in the space in a key-value JSON object + * + * @return {Promise} - Resolves to the retreived values + */ + + }, { + key: "getAll", + value: function getAll() { + var _this5 = this; + + return this.open().then(function () { + return new Promise(function (resolve, reject) { + var transaction = _this5.storage.transaction(_this5.store).objectStore(_this5.store); + + var op = transaction.getAll(); + op.addEventListener('success', function (event) { + resolve(event.target.result); + }); + op.addEventListener('error', function (event) { + reject(event); + }); + }); + }); + } + /** + * Check if the space contains a given key. + * + * @param {string} key - Key to look for. + * @return {Promise} - Promise gets resolved if it exists and rejected if it + * doesn't + */ + + }, { + key: "contains", + value: function contains(key) { + return this.get(key).then(function (keys) { + if (keys.includes(key)) { + Promise.resolve(); + } else { + return Promise.reject(); + } + }); + } + /** + * Upgrade a Space Version. Upgrades must be declared before the open () + * method is executed. + * + * @param {string} oldVersion - The version to be upgraded + * @param {string} newVersion - The version to be upgraded to + * @param {function} callback - Function to transform the old stored values to the new version's format + * @returns {Promise} + */ + + }, { + key: "upgrade", + value: function upgrade(oldVersion, newVersion, callback) { + this.upgrades["".concat(parseInt(oldVersion.replace(/\./g, '')), "::").concat(parseInt(newVersion.replace(/\./g, '')))] = callback; + return Promise.resolve(); + } // This function acts as a helper for the upgrade progress by executing the + // needed upgrade callbacks in the correct order and sychronously. + + }, { + key: "_upgrade", + value: function _upgrade(upgradesToApply, resolve, event) { + var _this6 = this; + + // Check if there are still upgrades to apply + if (upgradesToApply.length > 0) { + this.upgrades[upgradesToApply[0]].call(this, this, event).then(function () { + _this6._upgrade(upgradesToApply.slice(1), resolve, event); + }).catch(function (e) { + return console.error(e); + }); + } else { + resolve(); + } + } + /** + * Renaming the space is not possible with the IndexedDB adapter therefore + * this function always gets a rejection. + * + * @returns {Promise} - Result of the rename operation + */ + + }, { + key: "rename", + value: function rename() { + return Promise.reject(); + } + /** + * Getting a key by its index is not possible in this adapter, therefore this + * function always gets rejected. + * + * @return {Promise} - Promise Rejection + */ + + }, { + key: "key", + value: function key() { + return Promise.reject(); + } + /** + * Return all keys stored in the space. + * + * @return {Promise} - Array of keys + */ + + }, { + key: "keys", + value: function keys() { + var _this7 = this; + + return this.open().then(function () { + return new Promise(function (resolve, reject) { + var transaction = _this7.storage.transaction(_this7.store, 'readwrite').objectStore(_this7.store); + + var op = transaction.getAllKeys(); + op.addEventListener('success', function (event) { + resolve(event.target.result); + }, false); + op.addEventListener('error', function (event) { + reject(event); + }, false); + }); + }); + } + /** + * Delete a value from the space given its key + * + * @param {string} key - Key of the item to delete + * @return {Promise} - Resolves to the key and value of the deleted object + */ + + }, { + key: "remove", + value: function remove(key) { + var _this8 = this; + + return this.get(key).then(function (value) { + return new Promise(function (resolve, reject) { + var transaction = _this8.storage.transaction(_this8.store, 'readwrite').objectStore(_this8.store); + + var op = transaction.delete(key); + op.addEventListener('success', function () { + resolve(value); + }, false); + op.addEventListener('error', function (event) { + reject(event); + }, false); + }); + }); + } + /** + * Clear the entire space + * + * @return {Promise} - Result of the clear operation + */ + + }, { + key: "clear", + value: function clear() { + var _this9 = this; + + return this.open().then(function () { + return new Promise(function (resolve, reject) { + var transaction = _this9.storage.transaction(_this9.store, 'readwrite').objectStore(_this9.store); + + var op = transaction.clear(); + op.addEventListener('success', function () { + resolve(); + }, false); + op.addEventListener('error', function (event) { + reject(event); + }, false); + }); + }); + } + }]); + + return IndexedDB; +}(); + +exports.IndexedDB = IndexedDB; +},{}],"../node_modules/@aegis-framework/artemis/src/SpaceAdapter/RemoteStorage.js":[function(require,module,exports) { +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.RemoteStorage = void 0; + +var _Request = require("./../Request"); + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } + +function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } + +/** + * The Remote Storage Adapter provides the Space Class the ability to interact + * with a server in order to handle data persistance. The server's implementation + * is up to the developer but it will need to respond to this adapter's request + * formatting. This adapter uses the Request class to perfom its tasks. + * + * @class + */ +var RemoteStorage = /*#__PURE__*/function () { + /** + * Create a new Remote Storage. This adapter requires an endpoint url where + * it will make the requests. If a store is defined, the request will be made + * using the store as an URL, for example, let's assume the following endpoint: + * + * https://example.com/api/v1/ + * + * If no store is defined, then the requests will be made to that simple route, + * with a store definition, requests will be made to: + * + * https://example.com/api/v1/{myStore}/ + * + * The key of each item in this store represents another part of the request + * + * https://example.com/api/v1/{key}/ + * + * Or: + * + * https://example.com/api/v1/{myStore}/{key}/ + * + * This adapter just as the IndexedDB, works with JSON objects instead of string or + * numeric values. + * + * @constructor + * @param {object} [configuration={name = '', version = '', store = '', endpoint = '', props = {}] - Configuration Object for the Adapter + * @param {string} configuration.name - Name of the Space + * @param {string} configuration.version - Version of the Space in Semantic versioning syntax + * @param {string} configuration.store - Name of the Object Store to use + * @param {string} configuration.endpoint - Endpoint URL where the requests will be made + * @param {string} configuration.props - Properties object to use for the fetch requests + */ + function RemoteStorage(_ref) { + var _ref$name = _ref.name, + name = _ref$name === void 0 ? '' : _ref$name, + _ref$version = _ref.version, + version = _ref$version === void 0 ? '' : _ref$version, + _ref$store = _ref.store, + store = _ref$store === void 0 ? '' : _ref$store, + _ref$endpoint = _ref.endpoint, + endpoint = _ref$endpoint === void 0 ? '' : _ref$endpoint, + _ref$props = _ref.props, + props = _ref$props === void 0 ? {} : _ref$props; + + _classCallCheck(this, RemoteStorage); + + this.name = name; + this.version = version; + this.store = store; + this.endpoint = "".concat(endpoint).concat(store, "/"); + this.props = props; + } + /** + * Open the Storage Object + * + * @return {Promise} + */ + + + _createClass(RemoteStorage, [{ + key: "open", + value: function open() { + if (typeof this.storage === 'undefined') { + this.storage = _Request.Request; + } + + return Promise.resolve(this); + } + /** + * Store a key-value pair. This function sends a POST request to the server + * + * @param {string} key - Key with which this value will be saved + * @param {Object} value - Value to save + * @return {Promise} + */ + + }, { + key: "set", + value: function set(key, value) { + var _this = this; + + return this.open().then(function () { + return _this.storage.post(_this.endpoint + key, value, _this.props); + }); + } + /** + * Update a key-value pair. In difference with the set () method, the update + * method will use an Object.assign () in the case of objects so no value is + * lost. This function sends a PUT request to the server. + * + * @param {string} key - Key with which this value will be saved + * @param {Object} value - Value to save + * @return {Promise} + */ + + }, { + key: "update", + value: function update(key, value) { + var _this2 = this; + + return this.get(key).then(function (currentValue) { + return _this2.storage.put(_this2.endpoint + key, Object.assign({}, currentValue, value), _this2.props).then(function (response) { + return response.json(); + }); + }); + } + /** + * Retrieves a value from storage given it's key + * + * @param {string} - Key with which the value was saved + * @return {Promise} - Resolves to the retreived value or its rejected + * if it doesn't exist + */ + + }, { + key: "get", + value: function get(key) { + var _this3 = this; + + return this.open().then(function () { + return _this3.storage.json(_this3.endpoint + key, {}, _this3.props); + }); + } + /** + * Retrieves all the values in the space in a key-value JSON object + * + * @return {Promise} - Resolves to the retreived values + */ + + }, { + key: "getAll", + value: function getAll() { + var _this4 = this; + + return this.open().then(function () { + return _this4.storage.json(_this4.endpoint, {}, _this4.props); + }); + } + /** + * Check if a space contains a given key. + * + * @param {string} key - Key to look for. + * @return {Promise} Promise gets resolved if it exists and rejected if it + * doesn't + */ + + }, { + key: "contains", + value: function contains(key) { + return this.keys().then(function (keys) { + if (keys.includes(key)) { + Promise.resolve(); + } else { + return Promise.reject(); + } + }); + } + /** + * Upgrading the Storage must be done on the server side, therefore this function + * always gets rejected. + * + * @returns {Promise} + */ + + }, { + key: "upgrade", + value: function upgrade() { + return Promise.reject(); + } + /** + * Renaming the Storage must be done on the server side, therefore this function + * always gets rejected. + * + * @returns {Promise} + */ + + }, { + key: "rename", + value: function rename() { + return Promise.reject(); + } + /** + * Getting a key by its index is not possible in this adapter, therefore this + * function always gets rejected. + * + * @return {Promise} - Promise Rejection + */ + + }, { + key: "key", + value: function key() { + return Promise.reject(); + } + /** + * Return all keys stored in the space. This makes a GET request to the full + * endpoint (the URL of the endpoint and store name) with a keys query + * parameter: + * + * https://example.com/api/v1/?keys=true + * + * Or: + * + * https://example.com/api/v1/{myStore}/?keys=true + * + * @return {Promise} - Array of keys + */ + + }, { + key: "keys", + value: function keys() { + var _this5 = this; + + return this.open().then(function () { + return _this5.storage.json(_this5.endpoint, { + keys: true + }, _this5.props); + }); + } + /** + * Delete a value from the space given it's key. This function sends a DELETE + * request to the server. + * + * @param {string} key - Key of the item to delete + * @return {Promise} - Resolves to the key and value of the deleted object + */ + + }, { + key: "remove", + value: function remove(key) { + var _this6 = this; + + return this.open().then(function () { + return _this6.storage.delete(_this6.endpoint + key, {}, _this6.props).then(function (response) { + return Promise.resolve(key, response.json()); + }); + }); + } + /** + * Clear the entire space. This function sends a DELETE request to the server. + * The difference between a clear () and remove () operation is that the clear + * operation does not uses a key in the URL where the request is made. + * + * @return {Promise} - Result of the clear operation + */ + + }, { + key: "clear", + value: function clear() { + var _this7 = this; + + return this.open().then(function () { + return _this7.storage.delete(_this7.endpoint, {}, _this7.props); + }); + } + }]); + + return RemoteStorage; +}(); + +exports.RemoteStorage = RemoteStorage; +},{"./../Request":"../node_modules/@aegis-framework/artemis/src/Request.js"}],"../node_modules/@aegis-framework/artemis/src/Space.js":[function(require,module,exports) { +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.Space = exports.SpaceAdapter = void 0; + +var _LocalStorage = require("./SpaceAdapter/LocalStorage"); + +var _SessionStorage = require("./SpaceAdapter/SessionStorage"); + +var _IndexedDB = require("./SpaceAdapter/IndexedDB"); + +var _RemoteStorage = require("./SpaceAdapter/RemoteStorage"); + +function _createForOfIteratorHelper(o, allowArrayLike) { var it; if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = o[Symbol.iterator](); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; } + +function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); } + +function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; } + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } + +function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } + +/** + * List of Adapters Available + */ +var SpaceAdapter = { + LocalStorage: _LocalStorage.LocalStorage, + SessionStorage: _SessionStorage.SessionStorage, + IndexedDB: _IndexedDB.IndexedDB, + RemoteStorage: _RemoteStorage.RemoteStorage +}; +/** + * Space provides a simple wrapper for different Storage APIs. It aims to + * provide data independence through storage namespaces and versioning, allowing + * transparent data formatting and content modifications through versions. + * + * While this class documentation provides some information, specific details may + * be addressed on the documentation of each adapter. + * + * @class + */ + +exports.SpaceAdapter = SpaceAdapter; + +var Space = /*#__PURE__*/function () { + /** + * Create a new Space Object. If no name and version is defined, the global LocalSpace space is used. + * + * @constructor + * @param {SpaceAdapter} [adapter = SpaceAdapter.LocalStorage] - Space Adapter + * to use. Currently LocalStorage, SessionStorage, IndexedDB and Server are + * available + * @param {Object} [configuration = {}] - Configuration object for the space. + * This configuration may change depending on the adapter used, however all + * adapters have support for a name, version and store properties. + * @param {string} configuration.name - Name of the Space + * @param {string} configuration.version - Version of the Space in Semantic versioning syntax + * @param {string} configuration.store - Name of the Object Store to use + */ + function Space() { + var adapter = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : SpaceAdapter.LocalStorage; + var configuration = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + + _classCallCheck(this, Space); + + // Assign the provided configuration to the default one + this._configuration = Object.assign({}, { + name: '', + version: '', + store: '' + }, configuration); // Set up the adapter instance to use + + this.adapter = new adapter(this._configuration); // This object stores all the callbacks the user can define for the + // space operations + + this.callbacks = { + 'create': [], + 'update': [], + 'delete': [] + }; // A transformation is an object that can contain a set and get functions + // every transformation will be applied to the retrieved value or to the + // value before storing it. + + this.transformations = {}; + } + /** + * Modify the space configuration, it will also be passed down to the adapter + * using its configuration () function. + * + * @param {object} - Configuration object to set up + * @return {object} - Configuration object if no param was passed + */ + + + _createClass(Space, [{ + key: "configuration", + value: function configuration() { + var object = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null; + + if (object !== null) { + this._configuration = Object.assign({}, this._configuration, object); + this.adapter.configuration(object); + } else { + return this._configuration; + } + } + /** + * Open the Storage Object to be used depending on the SpaceAdapter + * + * @return {Promise} + */ + + }, { + key: "open", + value: function open() { + var _this = this; + + return this.adapter.open().then(function () { + return Promise.resolve(_this); + }); + } + /** + * Store a key-value pair + * + * @param {string} key - Key with which this value will be saved + * @param {Object|string|Number} - Value to save + * @return {Promise<{key, value}>} + */ + + }, { + key: "set", + value: function set(key, value) { + var _this2 = this; + + // Apply all set transformations to the value + for (var _i = 0, _Object$keys = Object.keys(this.transformations); _i < _Object$keys.length; _i++) { + var id = _Object$keys[_i]; + + if (typeof this.transformations[id].set === 'function') { + value = this.transformations[id].set.call(null, key, value); + } + } + + return this.adapter.set(key, value).then(function (_ref) { + var key = _ref.key, + value = _ref.value; + + var _iterator = _createForOfIteratorHelper(_this2.callbacks.create), + _step; + + try { + for (_iterator.s(); !(_step = _iterator.n()).done;) { + var callback = _step.value; + callback.call(null, key, value); + } + } catch (err) { + _iterator.e(err); + } finally { + _iterator.f(); + } + + return Promise.resolve({ + key: key, + value: value + }); + }); + } + /** + * Update a key-value pair. In difference with the set () method, the update + * method will use an Object.assign () in the case of objects so no value is + * lost. + * + * @param {string} key - Key with which this value will be saved + * @param {Object|string|Number} - Value to save + * @return {Promise<{key, value}>} + */ + + }, { + key: "update", + value: function update(key, value) { + var _this3 = this; + + // Apply all set transformations to the value + for (var _i2 = 0, _Object$keys2 = Object.keys(this.transformations); _i2 < _Object$keys2.length; _i2++) { + var id = _Object$keys2[_i2]; + + if (typeof this.transformations[id].set === 'function') { + value = this.transformations[id].set.call(null, key, value); + } + } + + return this.adapter.update(key, value).then(function (_ref2) { + var key = _ref2.key, + value = _ref2.value; + + var _iterator2 = _createForOfIteratorHelper(_this3.callbacks.update), + _step2; + + try { + for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) { + var callback = _step2.value; + callback.call(null, key, value); + } + } catch (err) { + _iterator2.e(err); + } finally { + _iterator2.f(); + } + + return Promise.resolve({ + key: key, + value: value + }); + }); + } + /** + * Retrieves a value from storage given it's key + * + * @param {string} - Key with which the value was saved + * @return {Promise|Promise|Promise} - Resolves to the retreived value + * or its rejected if it doesn't exist. + */ + + }, { + key: "get", + value: function get(key) { + var _this4 = this; + + return this.adapter.get(key).then(function (value) { + // Apply all get transformations to the value + for (var _i3 = 0, _Object$keys3 = Object.keys(_this4.transformations); _i3 < _Object$keys3.length; _i3++) { + var id = _Object$keys3[_i3]; + + if (typeof _this4.transformations[id].get === 'function') { + value = _this4.transformations[id].get.call(null, key, value); + } + } + + return value; + }); + } + /** + * Retrieves all the values in the space in a key-value JSON object + * + * @return {Promise} - Resolves to the retreived values + */ + + }, { + key: "getAll", + value: function getAll() { + var _this5 = this; + + return this.adapter.getAll().then(function (values) { + // Apply all get transformations to the value + for (var _i4 = 0, _Object$keys4 = Object.keys(values); _i4 < _Object$keys4.length; _i4++) { + var key = _Object$keys4[_i4]; + + for (var _i5 = 0, _Object$keys5 = Object.keys(_this5.transformations); _i5 < _Object$keys5.length; _i5++) { + var id = _Object$keys5[_i5]; + + if (typeof _this5.transformations[id].get === 'function') { + values[key] = _this5.transformations[id].get.call(null, key, values[key]); + } + } + } + + return values; + }); + } + /** + * Iterate over every value in the space + * + * @param {function (key, value)} callback - A callback function receiving the + * key and value of a value. Must return a callback + * @return {Promise} - Resolves when all callbacks have been resolved. + */ + + }, { + key: "each", + value: function each(callback) { + var _this6 = this; + + return this.getAll().then(function (values) { + var promises = []; + + for (var _i6 = 0, _Object$keys6 = Object.keys(values); _i6 < _Object$keys6.length; _i6++) { + var i = _Object$keys6[_i6]; + promises.push(callback.call(_this6, i, values[i])); + } + + return Promise.all(promises); + }); + } + /** + * Check if a space contains a given key. Not all adapters may give this information + * + * @param {string} key - Key to look for. + * @return {Promise} - Promise gets resolved if it exists and rejected if + * doesn't + */ + + }, { + key: "contains", + value: function contains(key) { + return this.adapter.contains(key); + } + /** + * Upgrade a Space Version. Not all adapters may provide this functionality + * + * @param oldVersion {string} - The version of the storage to be upgraded + * @param newVersion {string} - The version to be upgraded to + * @param callback {function} - Function to transform the old stored values to the new version's format + * + * @returns {Promise} - Result of the upgrade operation + */ + + }, { + key: "upgrade", + value: function upgrade(oldVersion, newVersion, callback) { + var _this7 = this; + + return this.adapter.upgrade(oldVersion, newVersion, callback).then(function () { + return Promise.resolve(_this7); + }); + } + /** + * Rename a Space. Not all adapters may provide this functionality + * + * @param {string} name - New name to be used. + * @returns {Promise} Result of the rename operation + */ + + }, { + key: "rename", + value: function rename(name) { + return this.adapter.rename(name); + } + /** + * Add a callback function to be run every time a value is created. + * + * @param {function (key, value)} callback - Callback Function. Key and Value pair will be sent as parameters when run. + */ + + }, { + key: "onCreate", + value: function onCreate(callback) { + this.callbacks.create.push(callback); + } + /** + * Add a callback function to be run every time a value is updated. + * + * @param {function (key, value)} callback - Callback Function. Key and Value pair will be sent as parameters when run. + */ + + }, { + key: "onUpdate", + value: function onUpdate(callback) { + this.callbacks.update.push(callback); + } + /** + * Add a callback function to be run every time a value is deleted. + * + * @param {function (key, value)} callback - Callback Function. Key and Value pair will be sent as parameters when run. + */ + + }, { + key: "onDelete", + value: function onDelete(callback) { + this.callbacks.delete.push(callback); + } + /** + * Add a transformation function to the space. + * + * @param {string} id - Unique transformation name or identifier + * @param {function (key, value)|null} get - Transformation function to apply to the content before + * returning the value when using the get () function . + * @param {function (key, value)|null} set - Transformation function to apply to the content before + * saving it when using the set () function befo. + */ + + }, { + key: "addTransformation", + value: function addTransformation(_ref3) { + var id = _ref3.id, + get = _ref3.get, + set = _ref3.set; + this.transformations[id] = { + id: id, + get: get, + set: set + }; + } + /** + * Remove a transformation function given its id + * + * @param {string} id - Name or identifier of the transformation to remove + */ + + }, { + key: "removeTransformation", + value: function removeTransformation(id) { + delete this.transformations[id]; + } + /** + * Get the key that corresponds to a given index in the storage. Not all adapters may provide this functionality + * + * @param {Number} index - Index to get the key from + * @param {boolean} [full = false] - Whether to return the full key name including space id or just the key name + * @return {Promise} - Resolves to the key's name + */ + + }, { + key: "key", + value: function key(index) { + var full = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; + return this.adapter.key(index, full); + } + /** + * Return all keys stored in the space. Not all adapters may provide this functionality + * + * @param {boolean} [full = false] - Whether to return the full key name including space id or just the key name + * @return {Promise} - Array of keys + */ + + }, { + key: "keys", + value: function keys() { + var full = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false; + return this.adapter.keys(full); + } + /** + * Delete a value from the space given it's key + * + * @param {string} key - Key of the item to delete + * @return {Promise} - Resolves to the key and value of the deleted object + */ + + }, { + key: "remove", + value: function remove(key) { + var _this8 = this; + + return this.adapter.remove(key).then(function (value) { + // Run the callback for deletions + var _iterator3 = _createForOfIteratorHelper(_this8.callbacks.delete), + _step3; + + try { + for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) { + var callback = _step3.value; + callback.call(null, key, value); + } + } catch (err) { + _iterator3.e(err); + } finally { + _iterator3.f(); + } + }); + } + /** + * Clear the entire space + * + * @return {Promise} - Result of the clear operation + */ + + }, { + key: "clear", + value: function clear() { + return this.adapter.clear(); + } + }]); + + return Space; +}(); + +exports.Space = Space; +},{"./SpaceAdapter/LocalStorage":"../node_modules/@aegis-framework/artemis/src/SpaceAdapter/LocalStorage.js","./SpaceAdapter/SessionStorage":"../node_modules/@aegis-framework/artemis/src/SpaceAdapter/SessionStorage.js","./SpaceAdapter/IndexedDB":"../node_modules/@aegis-framework/artemis/src/SpaceAdapter/IndexedDB.js","./SpaceAdapter/RemoteStorage":"../node_modules/@aegis-framework/artemis/src/SpaceAdapter/RemoteStorage.js"}],"../node_modules/@aegis-framework/artemis/src/Text.js":[function(require,module,exports) { +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.Text = void 0; + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } + +function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } + +/** +* ============================== +* Text +* ============================== +*/ + +/** + * Provides utility functions for texts + * @class + */ +var Text = /*#__PURE__*/function () { + function Text() { + _classCallCheck(this, Text); + } + + _createClass(Text, null, [{ + key: "capitalize", + + /** + * @static capitalize - Capatalizes every word in a string + * + * @param {string} text - Text string to capitalize + * @return {string} - Capitalized string + */ + value: function capitalize(text) { + return text.replace(/\w\S*/g, function (txt) { + return txt.charAt(0).toUpperCase() + txt.substr(1).toLowerCase(); + }); + } + /** + * @static suffix - Gets the suffix of a string given a key + * + * @param {string} key - Key part of the string + * @param {string} text - Full string to extract the suffix from + * @return {string} - Suffix + */ + + }, { + key: "suffix", + value: function suffix(key, text) { + var suffix = ''; + var position = text.indexOf(key); + + if (position !== -1) { + position += key.length; + suffix = text.substr(position, text.length - position); + } + + return suffix; + } + /** + * @static selection - Get the currently selected text + * + * @return {string} - Text selection + */ + + }, { + key: "selection", + value: function selection() { + if (window.getSelection) { + return window.getSelection().toString(); + } else if (document.selection && document.selection.type != 'Control') { + return document.selection.createRange().text; + } + } + /** + * @static prefix - Gets the prefix of a string given a key + * + * @param {string} key - Key part of the string + * @param {string} text - Full string to extract the prefix from + * @return {string} - Prefix + */ + + }, { + key: "prefix", + value: function prefix(key, text) { + var prefix = ''; + var position = text.indexOf(key); + + if (position != -1) { + prefix = text.substr(0, position); + } + + return prefix; + } + /** + * @static friendly - Transforms a given text into a friendly URL string replacing all special characters + * + * @param {string} text - The text to build the url from + * @return {string} - Friendly URL + */ + + }, { + key: "friendly", + value: function friendly(text) { + var regex = [/[áàâãªä]/, /[ÁÀÂÃÄ]/, /[ÍÌÎÏ]/, /[íìîï]/, /[éèêë]/, /[ÉÈÊË]/, /[óòôõºö]/, /[ÓÒÔÕÖ]/, /[úùûü]/, /[ÚÙÛÜ]/, /ç/, /Ç/, /ñ/, /Ñ/, /_/, /[’‘‹›<>']/, /[“”«»„"]/, /[(){}[\]]/, /[?¿!¡#$%&^*´`~/°|]/, /[,.:;]/, / /]; + var replacements = ['a', 'A', 'I', 'i', 'e', 'E', 'o', 'O', 'u', 'U', 'c', 'C', 'n', 'N', '-', '', '', '', '', '', '-']; + + for (var index in regex) { + text = text.replace(new RegExp(regex[index], 'g'), replacements[index]); + } + + return text; + } + }]); + + return Text; +}(); + +exports.Text = Text; +},{}],"../node_modules/@aegis-framework/artemis/src/Util.js":[function(require,module,exports) { +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.Util = void 0; + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } + +function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } + +/** +* ============================== +* Util +* ============================== +*/ + +/** + * Provides diverse utility functions + * @class + */ +var Util = /*#__PURE__*/function () { + function Util() { + _classCallCheck(this, Util); + } + + _createClass(Util, null, [{ + key: "callAsync", + + /** + * @static callAsync - Calls any function using promises to keep a standard + * behavior between async and sync functions. + * + * @param {funcion} callable - The function to run + * @param {Object} context - The object `this` will be mapped to + * @param {any} ...args - List of parameters to pass to the function when called + * @return {Promise} - A promise that resolves to the result of the function + */ + value: function callAsync(callable, context) { + try { + for (var _len = arguments.length, args = new Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++) { + args[_key - 2] = arguments[_key]; + } + + // Call the provided function using the context and arguments given + var result = callable.apply(context, args); // Check if the function returned a simple value or a Promise + + if (result instanceof Promise) { + return result; + } else { + return Promise.resolve(result); + } + } catch (e) { + return Promise.reject(e); + } + } + /** + * @static uuid - Creates a UUID. This UUIDs should not be trusted for uniqueness + * + * @return {string} - Generated UUID + */ + + }, { + key: "uuid", + value: function uuid() { + if (window.crypto) { + return ([1e7] + -1e3 + -4e3 + -8e3 + -1e11).replace(/[018]/g, function (c) { + return (c ^ crypto.getRandomValues(new Uint8Array(1))[0] & 15 >> c / 4).toString(16); + }); + } else { + var generate = function generate() { + return Math.floor((1 + Math.random()) * 0x10000).toString(16).substring(1); + }; + + return generate() + generate() + '-' + generate() + '-' + generate() + '-' + generate() + '-' + generate() + generate() + generate(); + } + } + }]); + + return Util; +}(); + +exports.Util = Util; +},{}],"../node_modules/@aegis-framework/artemis/index.js":[function(require,module,exports) { +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); + +var _Debug = require("./src/Debug"); + +Object.keys(_Debug).forEach(function (key) { + if (key === "default" || key === "__esModule") return; + Object.defineProperty(exports, key, { + enumerable: true, + get: function () { + return _Debug[key]; + } + }); +}); + +var _DOM = require("./src/DOM"); + +Object.keys(_DOM).forEach(function (key) { + if (key === "default" || key === "__esModule") return; + Object.defineProperty(exports, key, { + enumerable: true, + get: function () { + return _DOM[key]; + } + }); +}); + +var _FileSystem = require("./src/FileSystem"); + +Object.keys(_FileSystem).forEach(function (key) { + if (key === "default" || key === "__esModule") return; + Object.defineProperty(exports, key, { + enumerable: true, + get: function () { + return _FileSystem[key]; + } + }); +}); + +var _Form = require("./src/Form"); + +Object.keys(_Form).forEach(function (key) { + if (key === "default" || key === "__esModule") return; + Object.defineProperty(exports, key, { + enumerable: true, + get: function () { + return _Form[key]; + } + }); +}); + +var _Platform = require("./src/Platform"); + +Object.keys(_Platform).forEach(function (key) { + if (key === "default" || key === "__esModule") return; + Object.defineProperty(exports, key, { + enumerable: true, + get: function () { + return _Platform[key]; + } + }); +}); + +var _Preload = require("./src/Preload"); + +Object.keys(_Preload).forEach(function (key) { + if (key === "default" || key === "__esModule") return; + Object.defineProperty(exports, key, { + enumerable: true, + get: function () { + return _Preload[key]; + } + }); +}); + +var _Request = require("./src/Request"); + +Object.keys(_Request).forEach(function (key) { + if (key === "default" || key === "__esModule") return; + Object.defineProperty(exports, key, { + enumerable: true, + get: function () { + return _Request[key]; + } + }); +}); + +var _Space = require("./src/Space"); + +Object.keys(_Space).forEach(function (key) { + if (key === "default" || key === "__esModule") return; + Object.defineProperty(exports, key, { + enumerable: true, + get: function () { + return _Space[key]; + } + }); +}); + +var _Text = require("./src/Text"); + +Object.keys(_Text).forEach(function (key) { + if (key === "default" || key === "__esModule") return; + Object.defineProperty(exports, key, { + enumerable: true, + get: function () { + return _Text[key]; + } + }); +}); + +var _Util = require("./src/Util"); + +Object.keys(_Util).forEach(function (key) { + if (key === "default" || key === "__esModule") return; + Object.defineProperty(exports, key, { + enumerable: true, + get: function () { + return _Util[key]; + } + }); +}); +},{"./src/Debug":"../node_modules/@aegis-framework/artemis/src/Debug.js","./src/DOM":"../node_modules/@aegis-framework/artemis/src/DOM.js","./src/FileSystem":"../node_modules/@aegis-framework/artemis/src/FileSystem.js","./src/Form":"../node_modules/@aegis-framework/artemis/src/Form.js","./src/Platform":"../node_modules/@aegis-framework/artemis/src/Platform.js","./src/Preload":"../node_modules/@aegis-framework/artemis/src/Preload.js","./src/Request":"../node_modules/@aegis-framework/artemis/src/Request.js","./src/Space":"../node_modules/@aegis-framework/artemis/src/Space.js","./src/Text":"../node_modules/@aegis-framework/artemis/src/Text.js","./src/Util":"../node_modules/@aegis-framework/artemis/src/Util.js"}],"lib/vendor/typed.min.js":[function(require,module,exports) { +var define; +function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } + +/*! + * + * typed.js - A JavaScript Typing Animation Library + * Author: Matt Boldt + * Version: v2.0.11 + * Url: https://github.com/mattboldt/typed.js + * License(s): MIT + * + */ +(function (t, e) { + "object" == (typeof exports === "undefined" ? "undefined" : _typeof(exports)) && "object" == (typeof module === "undefined" ? "undefined" : _typeof(module)) ? module.exports = e() : "function" == typeof define && define.amd ? define([], e) : "object" == (typeof exports === "undefined" ? "undefined" : _typeof(exports)) ? exports.Typed = e() : t.Typed = e(); +})(this, function () { + return function (t) { + function e(n) { + if (s[n]) return s[n].exports; + var r = s[n] = { + exports: {}, + id: n, + loaded: !1 + }; + return t[n].call(r.exports, r, r.exports, e), r.loaded = !0, r.exports; + } + + var s = {}; + return e.m = t, e.c = s, e.p = "", e(0); + }([function (t, e, s) { + "use strict"; + + function n(t, e) { + if (!(t instanceof e)) throw new TypeError("Cannot call a class as a function"); + } + + Object.defineProperty(e, "__esModule", { + value: !0 + }); + + var r = function () { + function t(t, e) { + for (var s = 0; s < e.length; s++) { + var n = e[s]; + n.enumerable = n.enumerable || !1, n.configurable = !0, "value" in n && (n.writable = !0), Object.defineProperty(t, n.key, n); + } + } + + return function (e, s, n) { + return s && t(e.prototype, s), n && t(e, n), e; + }; + }(), + i = s(1), + o = s(3), + a = function () { + function t(e, s) { + n(this, t), i.initializer.load(this, s, e), this.begin(), this.inlineSpeed = this.typeSpeed; + } + + return r(t, [{ + key: "toggle", + value: function value() { + this.pause.status ? this.start() : this.stop(); + } + }, { + key: "stop", + value: function value() { + this.typingComplete || this.pause.status || (this.toggleBlinking(!0), this.pause.status = !0, this.options.onStop(this.arrayPos, this)); + } + }, { + key: "start", + value: function value() { + this.typingComplete || this.pause.status && (this.pause.status = !1, this.pause.typewrite ? this.typewrite(this.pause.curString, this.pause.curStrPos) : this.backspace(this.pause.curString, this.pause.curStrPos), this.options.onStart(this.arrayPos, this)); + } + }, { + key: "destroy", + value: function value() { + this.reset(!1), this.options.onDestroy(this); + } + }, { + key: "reset", + value: function value() { + var t = arguments.length <= 0 || void 0 === arguments[0] || arguments[0]; + clearInterval(this.timeout), this.replaceText(""), this.cursor && this.cursor.parentNode && (this.cursor.parentNode.removeChild(this.cursor), this.cursor = null), this.strPos = 0, this.arrayPos = 0, this.curLoop = 0, t && (this.insertCursor(), this.options.onReset(this), this.begin()); + } + }, { + key: "begin", + value: function value() { + var t = this; + this.options.onBegin(this), this.typingComplete = !1, this.shuffleStringsIfNeeded(this), this.insertCursor(), this.bindInputFocusEvents && this.bindFocusEvents(), this.timeout = setTimeout(function () { + t.currentElContent && 0 !== t.currentElContent.length ? t.backspace(t.currentElContent, t.currentElContent.length) : t.typewrite(t.strings[t.sequence[t.arrayPos]], t.strPos); + }, this.startDelay); + } + }, { + key: "typewrite", + value: function value(t, e) { + var s = this; + this.fadeOut && this.el.classList.contains(this.fadeOutClass) && (this.el.classList.remove(this.fadeOutClass), this.cursor && this.cursor.classList.remove(this.fadeOutClass)); + var n = this.humanizer(this.inlineSpeed), + r = 1; + return this.pause.status === !0 ? void this.setPauseStatus(t, e, !0) : void (this.timeout = setTimeout(function () { + e = o.htmlParser.typeHtmlChars(t, e, s); + var n = 0, + i = t.substr(e); + + if ("{" === i.charAt(0) && "p" === i.charAt(1) && "a" === i.charAt(2) && "u" === i.charAt(3) && "s" === i.charAt(4) && "e" === i.charAt(5) && ":" === i.charAt(6) && /^\{pause:(\d+)\}/.test(i)) { + var a = 1; + i = /\{pause:(\d+)\}/.exec(i)[0], a += i.length, n = parseInt(i.replace(/\{pause:(\d+)\}/, "$1")), s.temporaryPause = !0, s.options.onTypingPaused(s.arrayPos, s), t = t.substring(0, e) + t.substring(e + a), s.toggleBlinking(!0); + } + + if ("{" === i.charAt(0) && "s" === i.charAt(1) && "p" === i.charAt(2) && "e" === i.charAt(3) && "e" === i.charAt(4) && "d" === i.charAt(5) && ":" === i.charAt(6) && /^\{speed:(\d+)\}/.test(i)) { + var a = 1; + i = /\{speed:(\d+)\}/.exec(i)[0], a += i.length; + var u = parseInt(i.replace(/\{speed:(\d+)\}/, "$1")), + c = Math.floor(100 * s.typeSpeed / u); + s.inlineSpeed = c > 0 ? c : 0, t = t.substring(0, e) + t.substring(e + a); + } + + if ("`" === i.charAt(0)) { + for (; "`" !== t.substr(e + r).charAt(0) && (r++, !(e + r > t.length));) { + ; + } + + var l = t.substring(0, e), + p = t.substring(l.length + 1, e + r), + h = t.substring(e + r + 1); + t = l + p + h, r--; + } + + s.timeout = setTimeout(function () { + s.toggleBlinking(!1), e >= t.length ? s.doneTyping(t, e) : s.keepTyping(t, e, r), s.temporaryPause && (s.temporaryPause = !1, s.options.onTypingResumed(s.arrayPos, s)); + }, n); + }, n)); + } + }, { + key: "keepTyping", + value: function value(t, e, s) { + 0 === e && (this.toggleBlinking(!1), this.options.preStringTyped(this.arrayPos, this)), e += s; + var n = t.substr(0, e); + this.replaceText(n), this.typewrite(t, e); + } + }, { + key: "doneTyping", + value: function value(t, e) { + var s = this; + this.options.onStringTyped(this.arrayPos, this), this.toggleBlinking(!0), this.arrayPos === this.strings.length - 1 && (this.complete(), this.loop === !1 || this.curLoop === this.loopCount) || (this.timeout = setTimeout(function () { + s.backspace(t, e); + }, this.backDelay)); + } + }, { + key: "backspace", + value: function value(t, e) { + var s = this; + if (this.pause.status === !0) return void this.setPauseStatus(t, e, !0); + if (this.fadeOut) return this.initFadeOut(); + this.toggleBlinking(!1); + var n = this.humanizer(this.backSpeed); + this.timeout = setTimeout(function () { + e = o.htmlParser.backSpaceHtmlChars(t, e, s); + var n = t.substr(0, e); + + if (s.replaceText(n), s.smartBackspace) { + var r = s.strings[s.arrayPos + 1]; + r && n === r.substr(0, e) ? s.stopNum = e : s.stopNum = 0; + } + + e > s.stopNum ? (e--, s.backspace(t, e)) : e <= s.stopNum && (s.arrayPos++, s.arrayPos === s.strings.length ? (s.arrayPos = 0, s.options.onLastStringBackspaced(), s.shuffleStringsIfNeeded(), s.begin()) : s.typewrite(s.strings[s.sequence[s.arrayPos]], e)); + }, n); + } + }, { + key: "complete", + value: function value() { + this.options.onComplete(this), this.loop ? this.curLoop++ : this.typingComplete = !0; + } + }, { + key: "setPauseStatus", + value: function value(t, e, s) { + this.pause.typewrite = s, this.pause.curString = t, this.pause.curStrPos = e; + } + }, { + key: "toggleBlinking", + value: function value(t) { + this.cursor && (this.pause.status || this.cursorBlinking !== t && (this.cursorBlinking = t, t ? this.cursor.classList.add("typed-cursor--blink") : this.cursor.classList.remove("typed-cursor--blink"))); + } + }, { + key: "humanizer", + value: function value(t) { + return Math.round(Math.random() * t / 2) + t; + } + }, { + key: "shuffleStringsIfNeeded", + value: function value() { + this.shuffle && (this.sequence = this.sequence.sort(function () { + return Math.random() - .5; + })); + } + }, { + key: "initFadeOut", + value: function value() { + var t = this; + return this.el.className += " " + this.fadeOutClass, this.cursor && (this.cursor.className += " " + this.fadeOutClass), setTimeout(function () { + t.arrayPos++, t.replaceText(""), t.strings.length > t.arrayPos ? t.typewrite(t.strings[t.sequence[t.arrayPos]], 0) : (t.typewrite(t.strings[0], 0), t.arrayPos = 0); + }, this.fadeOutDelay); + } + }, { + key: "replaceText", + value: function value(t) { + this.attr ? this.el.setAttribute(this.attr, t) : this.isInput ? this.el.value = t : "html" === this.contentType ? this.el.innerHTML = t : this.el.textContent = t; + } + }, { + key: "bindFocusEvents", + value: function value() { + var t = this; + this.isInput && (this.el.addEventListener("focus", function (e) { + t.stop(); + }), this.el.addEventListener("blur", function (e) { + t.el.value && 0 !== t.el.value.length || t.start(); + })); + } + }, { + key: "insertCursor", + value: function value() { + this.showCursor && (this.cursor || (this.cursor = document.createElement("span"), this.cursor.className = "typed-cursor", this.cursor.innerHTML = this.cursorChar, this.el.parentNode && this.el.parentNode.insertBefore(this.cursor, this.el.nextSibling))); + } + }]), t; + }(); + + e["default"] = a, t.exports = e["default"]; + }, function (t, e, s) { + "use strict"; + + function n(t) { + return t && t.__esModule ? t : { + "default": t + }; + } + + function r(t, e) { + if (!(t instanceof e)) throw new TypeError("Cannot call a class as a function"); + } + + Object.defineProperty(e, "__esModule", { + value: !0 + }); + + var i = Object.assign || function (t) { + for (var e = 1; e < arguments.length; e++) { + var s = arguments[e]; + + for (var n in s) { + Object.prototype.hasOwnProperty.call(s, n) && (t[n] = s[n]); + } + } + + return t; + }, + o = function () { + function t(t, e) { + for (var s = 0; s < e.length; s++) { + var n = e[s]; + n.enumerable = n.enumerable || !1, n.configurable = !0, "value" in n && (n.writable = !0), Object.defineProperty(t, n.key, n); + } + } + + return function (e, s, n) { + return s && t(e.prototype, s), n && t(e, n), e; + }; + }(), + a = s(2), + u = n(a), + c = function () { + function t() { + r(this, t); + } + + return o(t, [{ + key: "load", + value: function value(t, e, s) { + if ("string" == typeof s ? t.el = document.querySelector(s) : t.el = s, t.options = i({}, u["default"], e), t.isInput = "input" === t.el.tagName.toLowerCase(), t.attr = t.options.attr, t.bindInputFocusEvents = t.options.bindInputFocusEvents, t.showCursor = !t.isInput && t.options.showCursor, t.cursorChar = t.options.cursorChar, t.cursorBlinking = !0, t.elContent = t.attr ? t.el.getAttribute(t.attr) : t.el.textContent, t.contentType = t.options.contentType, t.typeSpeed = t.options.typeSpeed, t.startDelay = t.options.startDelay, t.backSpeed = t.options.backSpeed, t.smartBackspace = t.options.smartBackspace, t.backDelay = t.options.backDelay, t.fadeOut = t.options.fadeOut, t.fadeOutClass = t.options.fadeOutClass, t.fadeOutDelay = t.options.fadeOutDelay, t.isPaused = !1, t.strings = t.options.strings.map(function (t) { + return t.trim(); + }), "string" == typeof t.options.stringsElement ? t.stringsElement = document.querySelector(t.options.stringsElement) : t.stringsElement = t.options.stringsElement, t.stringsElement) { + t.strings = [], t.stringsElement.style.display = "none"; + var n = Array.prototype.slice.apply(t.stringsElement.children), + r = n.length; + if (r) for (var o = 0; o < r; o += 1) { + var a = n[o]; + t.strings.push(a.innerHTML.trim()); + } + } + + t.strPos = 0, t.arrayPos = 0, t.stopNum = 0, t.loop = t.options.loop, t.loopCount = t.options.loopCount, t.curLoop = 0, t.shuffle = t.options.shuffle, t.sequence = [], t.pause = { + status: !1, + typewrite: !0, + curString: "", + curStrPos: 0 + }, t.typingComplete = !1; + + for (var o in t.strings) { + t.sequence[o] = o; + } + + t.currentElContent = this.getCurrentElContent(t), t.autoInsertCss = t.options.autoInsertCss, this.appendAnimationCss(t); + } + }, { + key: "getCurrentElContent", + value: function value(t) { + var e = ""; + return e = t.attr ? t.el.getAttribute(t.attr) : t.isInput ? t.el.value : "html" === t.contentType ? t.el.innerHTML : t.el.textContent; + } + }, { + key: "appendAnimationCss", + value: function value(t) { + var e = "data-typed-js-css"; + + if (t.autoInsertCss && (t.showCursor || t.fadeOut) && !document.querySelector("[" + e + "]")) { + var s = document.createElement("style"); + s.type = "text/css", s.setAttribute(e, !0); + var n = ""; + t.showCursor && (n += "\n .typed-cursor{\n opacity: 1;\n }\n .typed-cursor.typed-cursor--blink{\n animation: typedjsBlink 0.7s infinite;\n -webkit-animation: typedjsBlink 0.7s infinite;\n animation: typedjsBlink 0.7s infinite;\n }\n @keyframes typedjsBlink{\n 50% { opacity: 0.0; }\n }\n @-webkit-keyframes typedjsBlink{\n 0% { opacity: 1; }\n 50% { opacity: 0.0; }\n 100% { opacity: 1; }\n }\n "), t.fadeOut && (n += "\n .typed-fade-out{\n opacity: 0;\n transition: opacity .25s;\n }\n .typed-cursor.typed-cursor--blink.typed-fade-out{\n -webkit-animation: 0;\n animation: 0;\n }\n "), 0 !== s.length && (s.innerHTML = n, document.body.appendChild(s)); + } + } + }]), t; + }(); + + e["default"] = c; + var l = new c(); + e.initializer = l; + }, function (t, e) { + "use strict"; + + Object.defineProperty(e, "__esModule", { + value: !0 + }); + var s = { + strings: ["These are the default values...", "You know what you should do?", "Use your own!", "Have a great day!"], + stringsElement: null, + typeSpeed: 0, + startDelay: 0, + backSpeed: 0, + smartBackspace: !0, + shuffle: !1, + backDelay: 700, + fadeOut: !1, + fadeOutClass: "typed-fade-out", + fadeOutDelay: 500, + loop: !1, + loopCount: 1 / 0, + showCursor: !0, + cursorChar: "|", + autoInsertCss: !0, + attr: null, + bindInputFocusEvents: !1, + contentType: "html", + onBegin: function onBegin(t) {}, + onComplete: function onComplete(t) {}, + preStringTyped: function preStringTyped(t, e) {}, + onStringTyped: function onStringTyped(t, e) {}, + onLastStringBackspaced: function onLastStringBackspaced(t) {}, + onTypingPaused: function onTypingPaused(t, e) {}, + onTypingResumed: function onTypingResumed(t, e) {}, + onReset: function onReset(t) {}, + onStop: function onStop(t, e) {}, + onStart: function onStart(t, e) {}, + onDestroy: function onDestroy(t) {} + }; + e["default"] = s, t.exports = e["default"]; + }, function (t, e) { + "use strict"; + + function s(t, e) { + if (!(t instanceof e)) throw new TypeError("Cannot call a class as a function"); + } + + Object.defineProperty(e, "__esModule", { + value: !0 + }); + + var n = function () { + function t(t, e) { + for (var s = 0; s < e.length; s++) { + var n = e[s]; + n.enumerable = n.enumerable || !1, n.configurable = !0, "value" in n && (n.writable = !0), Object.defineProperty(t, n.key, n); + } + } + + return function (e, s, n) { + return s && t(e.prototype, s), n && t(e, n), e; + }; + }(), + r = function () { + function t() { + s(this, t); + } + + return n(t, [{ + key: "typeHtmlChars", + value: function value(t, e, s) { + if ("html" !== s.contentType) return e; + var n = t.substr(e).charAt(0); + + if ("<" === n || "&" === n) { + var r = ""; + + for (r = "<" === n ? ">" : ";"; t.substr(e + 1).charAt(0) !== r && (e++, !(e + 1 > t.length));) { + ; + } + + e++; + } + + return e; + } + }, { + key: "backSpaceHtmlChars", + value: function value(t, e, s) { + if ("html" !== s.contentType) return e; + var n = t.substr(e).charAt(0); + + if (">" === n || ";" === n) { + var r = ""; + + for (r = ">" === n ? "<" : "&"; t.substr(e - 1).charAt(0) !== r && (e--, !(e < 0));) { + ; + } + + e--; + } + + return e; + } + }]), t; + }(); + + e["default"] = r; + var i = new r(); + e.htmlParser = i; + }]); +}); +},{}],"../node_modules/base64-js/index.js":[function(require,module,exports) { +'use strict' + +exports.byteLength = byteLength +exports.toByteArray = toByteArray +exports.fromByteArray = fromByteArray + +var lookup = [] +var revLookup = [] +var Arr = typeof Uint8Array !== 'undefined' ? Uint8Array : Array + +var code = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/' +for (var i = 0, len = code.length; i < len; ++i) { + lookup[i] = code[i] + revLookup[code.charCodeAt(i)] = i +} + +// Support decoding URL-safe base64 strings, as Node.js does. +// See: https://en.wikipedia.org/wiki/Base64#URL_applications +revLookup['-'.charCodeAt(0)] = 62 +revLookup['_'.charCodeAt(0)] = 63 + +function getLens (b64) { + var len = b64.length + + if (len % 4 > 0) { + throw new Error('Invalid string. Length must be a multiple of 4') + } + + // Trim off extra bytes after placeholder bytes are found + // See: https://github.com/beatgammit/base64-js/issues/42 + var validLen = b64.indexOf('=') + if (validLen === -1) validLen = len + + var placeHoldersLen = validLen === len + ? 0 + : 4 - (validLen % 4) + + return [validLen, placeHoldersLen] +} + +// base64 is 4/3 + up to two characters of the original data +function byteLength (b64) { + var lens = getLens(b64) + var validLen = lens[0] + var placeHoldersLen = lens[1] + return ((validLen + placeHoldersLen) * 3 / 4) - placeHoldersLen +} + +function _byteLength (b64, validLen, placeHoldersLen) { + return ((validLen + placeHoldersLen) * 3 / 4) - placeHoldersLen +} + +function toByteArray (b64) { + var tmp + var lens = getLens(b64) + var validLen = lens[0] + var placeHoldersLen = lens[1] + + var arr = new Arr(_byteLength(b64, validLen, placeHoldersLen)) + + var curByte = 0 + + // if there are placeholders, only get up to the last complete 4 chars + var len = placeHoldersLen > 0 + ? validLen - 4 + : validLen + + var i + for (i = 0; i < len; i += 4) { + tmp = + (revLookup[b64.charCodeAt(i)] << 18) | + (revLookup[b64.charCodeAt(i + 1)] << 12) | + (revLookup[b64.charCodeAt(i + 2)] << 6) | + revLookup[b64.charCodeAt(i + 3)] + arr[curByte++] = (tmp >> 16) & 0xFF + arr[curByte++] = (tmp >> 8) & 0xFF + arr[curByte++] = tmp & 0xFF + } + + if (placeHoldersLen === 2) { + tmp = + (revLookup[b64.charCodeAt(i)] << 2) | + (revLookup[b64.charCodeAt(i + 1)] >> 4) + arr[curByte++] = tmp & 0xFF + } + + if (placeHoldersLen === 1) { + tmp = + (revLookup[b64.charCodeAt(i)] << 10) | + (revLookup[b64.charCodeAt(i + 1)] << 4) | + (revLookup[b64.charCodeAt(i + 2)] >> 2) + arr[curByte++] = (tmp >> 8) & 0xFF + arr[curByte++] = tmp & 0xFF + } + + return arr +} + +function tripletToBase64 (num) { + return lookup[num >> 18 & 0x3F] + + lookup[num >> 12 & 0x3F] + + lookup[num >> 6 & 0x3F] + + lookup[num & 0x3F] +} + +function encodeChunk (uint8, start, end) { + var tmp + var output = [] + for (var i = start; i < end; i += 3) { + tmp = + ((uint8[i] << 16) & 0xFF0000) + + ((uint8[i + 1] << 8) & 0xFF00) + + (uint8[i + 2] & 0xFF) + output.push(tripletToBase64(tmp)) + } + return output.join('') +} + +function fromByteArray (uint8) { + var tmp + var len = uint8.length + var extraBytes = len % 3 // if we have 1 byte left, pad 2 bytes + var parts = [] + var maxChunkLength = 16383 // must be multiple of 3 + + // go through the array every three bytes, we'll deal with trailing stuff later + for (var i = 0, len2 = len - extraBytes; i < len2; i += maxChunkLength) { + parts.push(encodeChunk( + uint8, i, (i + maxChunkLength) > len2 ? len2 : (i + maxChunkLength) + )) + } + + // pad the end with zeros, but make sure to not forget the extra bytes + if (extraBytes === 1) { + tmp = uint8[len - 1] + parts.push( + lookup[tmp >> 2] + + lookup[(tmp << 4) & 0x3F] + + '==' + ) + } else if (extraBytes === 2) { + tmp = (uint8[len - 2] << 8) + uint8[len - 1] + parts.push( + lookup[tmp >> 10] + + lookup[(tmp >> 4) & 0x3F] + + lookup[(tmp << 2) & 0x3F] + + '=' + ) + } + + return parts.join('') +} + +},{}],"../node_modules/ieee754/index.js":[function(require,module,exports) { +exports.read = function (buffer, offset, isLE, mLen, nBytes) { + var e, m + var eLen = (nBytes * 8) - mLen - 1 + var eMax = (1 << eLen) - 1 + var eBias = eMax >> 1 + var nBits = -7 + var i = isLE ? (nBytes - 1) : 0 + var d = isLE ? -1 : 1 + var s = buffer[offset + i] + + i += d + + e = s & ((1 << (-nBits)) - 1) + s >>= (-nBits) + nBits += eLen + for (; nBits > 0; e = (e * 256) + buffer[offset + i], i += d, nBits -= 8) {} + + m = e & ((1 << (-nBits)) - 1) + e >>= (-nBits) + nBits += mLen + for (; nBits > 0; m = (m * 256) + buffer[offset + i], i += d, nBits -= 8) {} + + if (e === 0) { + e = 1 - eBias + } else if (e === eMax) { + return m ? NaN : ((s ? -1 : 1) * Infinity) + } else { + m = m + Math.pow(2, mLen) + e = e - eBias + } + return (s ? -1 : 1) * m * Math.pow(2, e - mLen) +} + +exports.write = function (buffer, value, offset, isLE, mLen, nBytes) { + var e, m, c + var eLen = (nBytes * 8) - mLen - 1 + var eMax = (1 << eLen) - 1 + var eBias = eMax >> 1 + var rt = (mLen === 23 ? Math.pow(2, -24) - Math.pow(2, -77) : 0) + var i = isLE ? 0 : (nBytes - 1) + var d = isLE ? 1 : -1 + var s = value < 0 || (value === 0 && 1 / value < 0) ? 1 : 0 + + value = Math.abs(value) + + if (isNaN(value) || value === Infinity) { + m = isNaN(value) ? 1 : 0 + e = eMax + } else { + e = Math.floor(Math.log(value) / Math.LN2) + if (value * (c = Math.pow(2, -e)) < 1) { + e-- + c *= 2 + } + if (e + eBias >= 1) { + value += rt / c + } else { + value += rt * Math.pow(2, 1 - eBias) + } + if (value * c >= 2) { + e++ + c /= 2 + } + + if (e + eBias >= eMax) { + m = 0 + e = eMax + } else if (e + eBias >= 1) { + m = ((value * c) - 1) * Math.pow(2, mLen) + e = e + eBias + } else { + m = value * Math.pow(2, eBias - 1) * Math.pow(2, mLen) + e = 0 + } + } + + for (; mLen >= 8; buffer[offset + i] = m & 0xff, i += d, m /= 256, mLen -= 8) {} + + e = (e << mLen) | m + eLen += mLen + for (; eLen > 0; buffer[offset + i] = e & 0xff, i += d, e /= 256, eLen -= 8) {} + + buffer[offset + i - d] |= s * 128 +} + +},{}],"../node_modules/isarray/index.js":[function(require,module,exports) { +var toString = {}.toString; + +module.exports = Array.isArray || function (arr) { + return toString.call(arr) == '[object Array]'; +}; + +},{}],"../node_modules/buffer/index.js":[function(require,module,exports) { + +var global = arguments[3]; +/*! + * The buffer module from node.js, for the browser. + * + * @author Feross Aboukhadijeh + * @license MIT + */ +/* eslint-disable no-proto */ + +'use strict' + +var base64 = require('base64-js') +var ieee754 = require('ieee754') +var isArray = require('isarray') + +exports.Buffer = Buffer +exports.SlowBuffer = SlowBuffer +exports.INSPECT_MAX_BYTES = 50 + +/** + * If `Buffer.TYPED_ARRAY_SUPPORT`: + * === true Use Uint8Array implementation (fastest) + * === false Use Object implementation (most compatible, even IE6) + * + * Browsers that support typed arrays are IE 10+, Firefox 4+, Chrome 7+, Safari 5.1+, + * Opera 11.6+, iOS 4.2+. + * + * Due to various browser bugs, sometimes the Object implementation will be used even + * when the browser supports typed arrays. + * + * Note: + * + * - Firefox 4-29 lacks support for adding new properties to `Uint8Array` instances, + * See: https://bugzilla.mozilla.org/show_bug.cgi?id=695438. + * + * - Chrome 9-10 is missing the `TypedArray.prototype.subarray` function. + * + * - IE10 has a broken `TypedArray.prototype.subarray` function which returns arrays of + * incorrect length in some situations. + + * We detect these buggy browsers and set `Buffer.TYPED_ARRAY_SUPPORT` to `false` so they + * get the Object implementation, which is slower but behaves correctly. + */ +Buffer.TYPED_ARRAY_SUPPORT = global.TYPED_ARRAY_SUPPORT !== undefined + ? global.TYPED_ARRAY_SUPPORT + : typedArraySupport() + +/* + * Export kMaxLength after typed array support is determined. + */ +exports.kMaxLength = kMaxLength() + +function typedArraySupport () { + try { + var arr = new Uint8Array(1) + arr.__proto__ = {__proto__: Uint8Array.prototype, foo: function () { return 42 }} + return arr.foo() === 42 && // typed array instances can be augmented + typeof arr.subarray === 'function' && // chrome 9-10 lack `subarray` + arr.subarray(1, 1).byteLength === 0 // ie10 has broken `subarray` + } catch (e) { + return false + } +} + +function kMaxLength () { + return Buffer.TYPED_ARRAY_SUPPORT + ? 0x7fffffff + : 0x3fffffff +} + +function createBuffer (that, length) { + if (kMaxLength() < length) { + throw new RangeError('Invalid typed array length') + } + if (Buffer.TYPED_ARRAY_SUPPORT) { + // Return an augmented `Uint8Array` instance, for best performance + that = new Uint8Array(length) + that.__proto__ = Buffer.prototype + } else { + // Fallback: Return an object instance of the Buffer class + if (that === null) { + that = new Buffer(length) + } + that.length = length + } + + return that +} + +/** + * The Buffer constructor returns instances of `Uint8Array` that have their + * prototype changed to `Buffer.prototype`. Furthermore, `Buffer` is a subclass of + * `Uint8Array`, so the returned instances will have all the node `Buffer` methods + * and the `Uint8Array` methods. Square bracket notation works as expected -- it + * returns a single octet. + * + * The `Uint8Array` prototype remains unmodified. + */ + +function Buffer (arg, encodingOrOffset, length) { + if (!Buffer.TYPED_ARRAY_SUPPORT && !(this instanceof Buffer)) { + return new Buffer(arg, encodingOrOffset, length) + } + + // Common case. + if (typeof arg === 'number') { + if (typeof encodingOrOffset === 'string') { + throw new Error( + 'If encoding is specified then the first argument must be a string' + ) + } + return allocUnsafe(this, arg) + } + return from(this, arg, encodingOrOffset, length) +} + +Buffer.poolSize = 8192 // not used by this implementation + +// TODO: Legacy, not needed anymore. Remove in next major version. +Buffer._augment = function (arr) { + arr.__proto__ = Buffer.prototype + return arr +} + +function from (that, value, encodingOrOffset, length) { + if (typeof value === 'number') { + throw new TypeError('"value" argument must not be a number') + } + + if (typeof ArrayBuffer !== 'undefined' && value instanceof ArrayBuffer) { + return fromArrayBuffer(that, value, encodingOrOffset, length) + } + + if (typeof value === 'string') { + return fromString(that, value, encodingOrOffset) + } + + return fromObject(that, value) +} + +/** + * Functionally equivalent to Buffer(arg, encoding) but throws a TypeError + * if value is a number. + * Buffer.from(str[, encoding]) + * Buffer.from(array) + * Buffer.from(buffer) + * Buffer.from(arrayBuffer[, byteOffset[, length]]) + **/ +Buffer.from = function (value, encodingOrOffset, length) { + return from(null, value, encodingOrOffset, length) +} + +if (Buffer.TYPED_ARRAY_SUPPORT) { + Buffer.prototype.__proto__ = Uint8Array.prototype + Buffer.__proto__ = Uint8Array + if (typeof Symbol !== 'undefined' && Symbol.species && + Buffer[Symbol.species] === Buffer) { + // Fix subarray() in ES2016. See: https://github.com/feross/buffer/pull/97 + Object.defineProperty(Buffer, Symbol.species, { + value: null, + configurable: true + }) + } +} + +function assertSize (size) { + if (typeof size !== 'number') { + throw new TypeError('"size" argument must be a number') + } else if (size < 0) { + throw new RangeError('"size" argument must not be negative') + } +} + +function alloc (that, size, fill, encoding) { + assertSize(size) + if (size <= 0) { + return createBuffer(that, size) + } + if (fill !== undefined) { + // Only pay attention to encoding if it's a string. This + // prevents accidentally sending in a number that would + // be interpretted as a start offset. + return typeof encoding === 'string' + ? createBuffer(that, size).fill(fill, encoding) + : createBuffer(that, size).fill(fill) + } + return createBuffer(that, size) +} + +/** + * Creates a new filled Buffer instance. + * alloc(size[, fill[, encoding]]) + **/ +Buffer.alloc = function (size, fill, encoding) { + return alloc(null, size, fill, encoding) +} + +function allocUnsafe (that, size) { + assertSize(size) + that = createBuffer(that, size < 0 ? 0 : checked(size) | 0) + if (!Buffer.TYPED_ARRAY_SUPPORT) { + for (var i = 0; i < size; ++i) { + that[i] = 0 + } + } + return that +} + +/** + * Equivalent to Buffer(num), by default creates a non-zero-filled Buffer instance. + * */ +Buffer.allocUnsafe = function (size) { + return allocUnsafe(null, size) +} +/** + * Equivalent to SlowBuffer(num), by default creates a non-zero-filled Buffer instance. + */ +Buffer.allocUnsafeSlow = function (size) { + return allocUnsafe(null, size) +} + +function fromString (that, string, encoding) { + if (typeof encoding !== 'string' || encoding === '') { + encoding = 'utf8' + } + + if (!Buffer.isEncoding(encoding)) { + throw new TypeError('"encoding" must be a valid string encoding') + } + + var length = byteLength(string, encoding) | 0 + that = createBuffer(that, length) + + var actual = that.write(string, encoding) + + if (actual !== length) { + // Writing a hex string, for example, that contains invalid characters will + // cause everything after the first invalid character to be ignored. (e.g. + // 'abxxcd' will be treated as 'ab') + that = that.slice(0, actual) + } + + return that +} + +function fromArrayLike (that, array) { + var length = array.length < 0 ? 0 : checked(array.length) | 0 + that = createBuffer(that, length) + for (var i = 0; i < length; i += 1) { + that[i] = array[i] & 255 + } + return that +} + +function fromArrayBuffer (that, array, byteOffset, length) { + array.byteLength // this throws if `array` is not a valid ArrayBuffer + + if (byteOffset < 0 || array.byteLength < byteOffset) { + throw new RangeError('\'offset\' is out of bounds') + } + + if (array.byteLength < byteOffset + (length || 0)) { + throw new RangeError('\'length\' is out of bounds') + } + + if (byteOffset === undefined && length === undefined) { + array = new Uint8Array(array) + } else if (length === undefined) { + array = new Uint8Array(array, byteOffset) + } else { + array = new Uint8Array(array, byteOffset, length) + } + + if (Buffer.TYPED_ARRAY_SUPPORT) { + // Return an augmented `Uint8Array` instance, for best performance + that = array + that.__proto__ = Buffer.prototype + } else { + // Fallback: Return an object instance of the Buffer class + that = fromArrayLike(that, array) + } + return that +} + +function fromObject (that, obj) { + if (Buffer.isBuffer(obj)) { + var len = checked(obj.length) | 0 + that = createBuffer(that, len) + + if (that.length === 0) { + return that + } + + obj.copy(that, 0, 0, len) + return that + } + + if (obj) { + if ((typeof ArrayBuffer !== 'undefined' && + obj.buffer instanceof ArrayBuffer) || 'length' in obj) { + if (typeof obj.length !== 'number' || isnan(obj.length)) { + return createBuffer(that, 0) + } + return fromArrayLike(that, obj) + } + + if (obj.type === 'Buffer' && isArray(obj.data)) { + return fromArrayLike(that, obj.data) + } + } + + throw new TypeError('First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.') +} + +function checked (length) { + // Note: cannot use `length < kMaxLength()` here because that fails when + // length is NaN (which is otherwise coerced to zero.) + if (length >= kMaxLength()) { + throw new RangeError('Attempt to allocate Buffer larger than maximum ' + + 'size: 0x' + kMaxLength().toString(16) + ' bytes') + } + return length | 0 +} + +function SlowBuffer (length) { + if (+length != length) { // eslint-disable-line eqeqeq + length = 0 + } + return Buffer.alloc(+length) +} + +Buffer.isBuffer = function isBuffer (b) { + return !!(b != null && b._isBuffer) +} + +Buffer.compare = function compare (a, b) { + if (!Buffer.isBuffer(a) || !Buffer.isBuffer(b)) { + throw new TypeError('Arguments must be Buffers') + } + + if (a === b) return 0 + + var x = a.length + var y = b.length + + for (var i = 0, len = Math.min(x, y); i < len; ++i) { + if (a[i] !== b[i]) { + x = a[i] + y = b[i] + break + } + } + + if (x < y) return -1 + if (y < x) return 1 + return 0 +} + +Buffer.isEncoding = function isEncoding (encoding) { + switch (String(encoding).toLowerCase()) { + case 'hex': + case 'utf8': + case 'utf-8': + case 'ascii': + case 'latin1': + case 'binary': + case 'base64': + case 'ucs2': + case 'ucs-2': + case 'utf16le': + case 'utf-16le': + return true + default: + return false + } +} + +Buffer.concat = function concat (list, length) { + if (!isArray(list)) { + throw new TypeError('"list" argument must be an Array of Buffers') + } + + if (list.length === 0) { + return Buffer.alloc(0) + } + + var i + if (length === undefined) { + length = 0 + for (i = 0; i < list.length; ++i) { + length += list[i].length + } + } + + var buffer = Buffer.allocUnsafe(length) + var pos = 0 + for (i = 0; i < list.length; ++i) { + var buf = list[i] + if (!Buffer.isBuffer(buf)) { + throw new TypeError('"list" argument must be an Array of Buffers') + } + buf.copy(buffer, pos) + pos += buf.length + } + return buffer +} + +function byteLength (string, encoding) { + if (Buffer.isBuffer(string)) { + return string.length + } + if (typeof ArrayBuffer !== 'undefined' && typeof ArrayBuffer.isView === 'function' && + (ArrayBuffer.isView(string) || string instanceof ArrayBuffer)) { + return string.byteLength + } + if (typeof string !== 'string') { + string = '' + string + } + + var len = string.length + if (len === 0) return 0 + + // Use a for loop to avoid recursion + var loweredCase = false + for (;;) { + switch (encoding) { + case 'ascii': + case 'latin1': + case 'binary': + return len + case 'utf8': + case 'utf-8': + case undefined: + return utf8ToBytes(string).length + case 'ucs2': + case 'ucs-2': + case 'utf16le': + case 'utf-16le': + return len * 2 + case 'hex': + return len >>> 1 + case 'base64': + return base64ToBytes(string).length + default: + if (loweredCase) return utf8ToBytes(string).length // assume utf8 + encoding = ('' + encoding).toLowerCase() + loweredCase = true + } + } +} +Buffer.byteLength = byteLength + +function slowToString (encoding, start, end) { + var loweredCase = false + + // No need to verify that "this.length <= MAX_UINT32" since it's a read-only + // property of a typed array. + + // This behaves neither like String nor Uint8Array in that we set start/end + // to their upper/lower bounds if the value passed is out of range. + // undefined is handled specially as per ECMA-262 6th Edition, + // Section 13.3.3.7 Runtime Semantics: KeyedBindingInitialization. + if (start === undefined || start < 0) { + start = 0 + } + // Return early if start > this.length. Done here to prevent potential uint32 + // coercion fail below. + if (start > this.length) { + return '' + } + + if (end === undefined || end > this.length) { + end = this.length + } + + if (end <= 0) { + return '' + } + + // Force coersion to uint32. This will also coerce falsey/NaN values to 0. + end >>>= 0 + start >>>= 0 + + if (end <= start) { + return '' + } + + if (!encoding) encoding = 'utf8' + + while (true) { + switch (encoding) { + case 'hex': + return hexSlice(this, start, end) + + case 'utf8': + case 'utf-8': + return utf8Slice(this, start, end) + + case 'ascii': + return asciiSlice(this, start, end) + + case 'latin1': + case 'binary': + return latin1Slice(this, start, end) + + case 'base64': + return base64Slice(this, start, end) + + case 'ucs2': + case 'ucs-2': + case 'utf16le': + case 'utf-16le': + return utf16leSlice(this, start, end) + + default: + if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding) + encoding = (encoding + '').toLowerCase() + loweredCase = true + } + } +} + +// The property is used by `Buffer.isBuffer` and `is-buffer` (in Safari 5-7) to detect +// Buffer instances. +Buffer.prototype._isBuffer = true + +function swap (b, n, m) { + var i = b[n] + b[n] = b[m] + b[m] = i +} + +Buffer.prototype.swap16 = function swap16 () { + var len = this.length + if (len % 2 !== 0) { + throw new RangeError('Buffer size must be a multiple of 16-bits') + } + for (var i = 0; i < len; i += 2) { + swap(this, i, i + 1) + } + return this +} + +Buffer.prototype.swap32 = function swap32 () { + var len = this.length + if (len % 4 !== 0) { + throw new RangeError('Buffer size must be a multiple of 32-bits') + } + for (var i = 0; i < len; i += 4) { + swap(this, i, i + 3) + swap(this, i + 1, i + 2) + } + return this +} + +Buffer.prototype.swap64 = function swap64 () { + var len = this.length + if (len % 8 !== 0) { + throw new RangeError('Buffer size must be a multiple of 64-bits') + } + for (var i = 0; i < len; i += 8) { + swap(this, i, i + 7) + swap(this, i + 1, i + 6) + swap(this, i + 2, i + 5) + swap(this, i + 3, i + 4) + } + return this +} + +Buffer.prototype.toString = function toString () { + var length = this.length | 0 + if (length === 0) return '' + if (arguments.length === 0) return utf8Slice(this, 0, length) + return slowToString.apply(this, arguments) +} + +Buffer.prototype.equals = function equals (b) { + if (!Buffer.isBuffer(b)) throw new TypeError('Argument must be a Buffer') + if (this === b) return true + return Buffer.compare(this, b) === 0 +} + +Buffer.prototype.inspect = function inspect () { + var str = '' + var max = exports.INSPECT_MAX_BYTES + if (this.length > 0) { + str = this.toString('hex', 0, max).match(/.{2}/g).join(' ') + if (this.length > max) str += ' ... ' + } + return '' +} + +Buffer.prototype.compare = function compare (target, start, end, thisStart, thisEnd) { + if (!Buffer.isBuffer(target)) { + throw new TypeError('Argument must be a Buffer') + } + + if (start === undefined) { + start = 0 + } + if (end === undefined) { + end = target ? target.length : 0 + } + if (thisStart === undefined) { + thisStart = 0 + } + if (thisEnd === undefined) { + thisEnd = this.length + } + + if (start < 0 || end > target.length || thisStart < 0 || thisEnd > this.length) { + throw new RangeError('out of range index') + } + + if (thisStart >= thisEnd && start >= end) { + return 0 + } + if (thisStart >= thisEnd) { + return -1 + } + if (start >= end) { + return 1 + } + + start >>>= 0 + end >>>= 0 + thisStart >>>= 0 + thisEnd >>>= 0 + + if (this === target) return 0 + + var x = thisEnd - thisStart + var y = end - start + var len = Math.min(x, y) + + var thisCopy = this.slice(thisStart, thisEnd) + var targetCopy = target.slice(start, end) + + for (var i = 0; i < len; ++i) { + if (thisCopy[i] !== targetCopy[i]) { + x = thisCopy[i] + y = targetCopy[i] + break + } + } + + if (x < y) return -1 + if (y < x) return 1 + return 0 +} + +// Finds either the first index of `val` in `buffer` at offset >= `byteOffset`, +// OR the last index of `val` in `buffer` at offset <= `byteOffset`. +// +// Arguments: +// - buffer - a Buffer to search +// - val - a string, Buffer, or number +// - byteOffset - an index into `buffer`; will be clamped to an int32 +// - encoding - an optional encoding, relevant is val is a string +// - dir - true for indexOf, false for lastIndexOf +function bidirectionalIndexOf (buffer, val, byteOffset, encoding, dir) { + // Empty buffer means no match + if (buffer.length === 0) return -1 + + // Normalize byteOffset + if (typeof byteOffset === 'string') { + encoding = byteOffset + byteOffset = 0 + } else if (byteOffset > 0x7fffffff) { + byteOffset = 0x7fffffff + } else if (byteOffset < -0x80000000) { + byteOffset = -0x80000000 + } + byteOffset = +byteOffset // Coerce to Number. + if (isNaN(byteOffset)) { + // byteOffset: it it's undefined, null, NaN, "foo", etc, search whole buffer + byteOffset = dir ? 0 : (buffer.length - 1) + } + + // Normalize byteOffset: negative offsets start from the end of the buffer + if (byteOffset < 0) byteOffset = buffer.length + byteOffset + if (byteOffset >= buffer.length) { + if (dir) return -1 + else byteOffset = buffer.length - 1 + } else if (byteOffset < 0) { + if (dir) byteOffset = 0 + else return -1 + } + + // Normalize val + if (typeof val === 'string') { + val = Buffer.from(val, encoding) + } + + // Finally, search either indexOf (if dir is true) or lastIndexOf + if (Buffer.isBuffer(val)) { + // Special case: looking for empty string/buffer always fails + if (val.length === 0) { + return -1 + } + return arrayIndexOf(buffer, val, byteOffset, encoding, dir) + } else if (typeof val === 'number') { + val = val & 0xFF // Search for a byte value [0-255] + if (Buffer.TYPED_ARRAY_SUPPORT && + typeof Uint8Array.prototype.indexOf === 'function') { + if (dir) { + return Uint8Array.prototype.indexOf.call(buffer, val, byteOffset) + } else { + return Uint8Array.prototype.lastIndexOf.call(buffer, val, byteOffset) + } + } + return arrayIndexOf(buffer, [ val ], byteOffset, encoding, dir) + } + + throw new TypeError('val must be string, number or Buffer') +} + +function arrayIndexOf (arr, val, byteOffset, encoding, dir) { + var indexSize = 1 + var arrLength = arr.length + var valLength = val.length + + if (encoding !== undefined) { + encoding = String(encoding).toLowerCase() + if (encoding === 'ucs2' || encoding === 'ucs-2' || + encoding === 'utf16le' || encoding === 'utf-16le') { + if (arr.length < 2 || val.length < 2) { + return -1 + } + indexSize = 2 + arrLength /= 2 + valLength /= 2 + byteOffset /= 2 + } + } + + function read (buf, i) { + if (indexSize === 1) { + return buf[i] + } else { + return buf.readUInt16BE(i * indexSize) + } + } + + var i + if (dir) { + var foundIndex = -1 + for (i = byteOffset; i < arrLength; i++) { + if (read(arr, i) === read(val, foundIndex === -1 ? 0 : i - foundIndex)) { + if (foundIndex === -1) foundIndex = i + if (i - foundIndex + 1 === valLength) return foundIndex * indexSize + } else { + if (foundIndex !== -1) i -= i - foundIndex + foundIndex = -1 + } + } + } else { + if (byteOffset + valLength > arrLength) byteOffset = arrLength - valLength + for (i = byteOffset; i >= 0; i--) { + var found = true + for (var j = 0; j < valLength; j++) { + if (read(arr, i + j) !== read(val, j)) { + found = false + break + } + } + if (found) return i + } + } + + return -1 +} + +Buffer.prototype.includes = function includes (val, byteOffset, encoding) { + return this.indexOf(val, byteOffset, encoding) !== -1 +} + +Buffer.prototype.indexOf = function indexOf (val, byteOffset, encoding) { + return bidirectionalIndexOf(this, val, byteOffset, encoding, true) +} + +Buffer.prototype.lastIndexOf = function lastIndexOf (val, byteOffset, encoding) { + return bidirectionalIndexOf(this, val, byteOffset, encoding, false) +} + +function hexWrite (buf, string, offset, length) { + offset = Number(offset) || 0 + var remaining = buf.length - offset + if (!length) { + length = remaining + } else { + length = Number(length) + if (length > remaining) { + length = remaining + } + } + + // must be an even number of digits + var strLen = string.length + if (strLen % 2 !== 0) throw new TypeError('Invalid hex string') + + if (length > strLen / 2) { + length = strLen / 2 + } + for (var i = 0; i < length; ++i) { + var parsed = parseInt(string.substr(i * 2, 2), 16) + if (isNaN(parsed)) return i + buf[offset + i] = parsed + } + return i +} + +function utf8Write (buf, string, offset, length) { + return blitBuffer(utf8ToBytes(string, buf.length - offset), buf, offset, length) +} + +function asciiWrite (buf, string, offset, length) { + return blitBuffer(asciiToBytes(string), buf, offset, length) +} + +function latin1Write (buf, string, offset, length) { + return asciiWrite(buf, string, offset, length) +} + +function base64Write (buf, string, offset, length) { + return blitBuffer(base64ToBytes(string), buf, offset, length) +} + +function ucs2Write (buf, string, offset, length) { + return blitBuffer(utf16leToBytes(string, buf.length - offset), buf, offset, length) +} + +Buffer.prototype.write = function write (string, offset, length, encoding) { + // Buffer#write(string) + if (offset === undefined) { + encoding = 'utf8' + length = this.length + offset = 0 + // Buffer#write(string, encoding) + } else if (length === undefined && typeof offset === 'string') { + encoding = offset + length = this.length + offset = 0 + // Buffer#write(string, offset[, length][, encoding]) + } else if (isFinite(offset)) { + offset = offset | 0 + if (isFinite(length)) { + length = length | 0 + if (encoding === undefined) encoding = 'utf8' + } else { + encoding = length + length = undefined + } + // legacy write(string, encoding, offset, length) - remove in v0.13 + } else { + throw new Error( + 'Buffer.write(string, encoding, offset[, length]) is no longer supported' + ) + } + + var remaining = this.length - offset + if (length === undefined || length > remaining) length = remaining + + if ((string.length > 0 && (length < 0 || offset < 0)) || offset > this.length) { + throw new RangeError('Attempt to write outside buffer bounds') + } + + if (!encoding) encoding = 'utf8' + + var loweredCase = false + for (;;) { + switch (encoding) { + case 'hex': + return hexWrite(this, string, offset, length) + + case 'utf8': + case 'utf-8': + return utf8Write(this, string, offset, length) + + case 'ascii': + return asciiWrite(this, string, offset, length) + + case 'latin1': + case 'binary': + return latin1Write(this, string, offset, length) + + case 'base64': + // Warning: maxLength not taken into account in base64Write + return base64Write(this, string, offset, length) + + case 'ucs2': + case 'ucs-2': + case 'utf16le': + case 'utf-16le': + return ucs2Write(this, string, offset, length) + + default: + if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding) + encoding = ('' + encoding).toLowerCase() + loweredCase = true + } + } +} + +Buffer.prototype.toJSON = function toJSON () { + return { + type: 'Buffer', + data: Array.prototype.slice.call(this._arr || this, 0) + } +} + +function base64Slice (buf, start, end) { + if (start === 0 && end === buf.length) { + return base64.fromByteArray(buf) + } else { + return base64.fromByteArray(buf.slice(start, end)) + } +} + +function utf8Slice (buf, start, end) { + end = Math.min(buf.length, end) + var res = [] + + var i = start + while (i < end) { + var firstByte = buf[i] + var codePoint = null + var bytesPerSequence = (firstByte > 0xEF) ? 4 + : (firstByte > 0xDF) ? 3 + : (firstByte > 0xBF) ? 2 + : 1 + + if (i + bytesPerSequence <= end) { + var secondByte, thirdByte, fourthByte, tempCodePoint + + switch (bytesPerSequence) { + case 1: + if (firstByte < 0x80) { + codePoint = firstByte + } + break + case 2: + secondByte = buf[i + 1] + if ((secondByte & 0xC0) === 0x80) { + tempCodePoint = (firstByte & 0x1F) << 0x6 | (secondByte & 0x3F) + if (tempCodePoint > 0x7F) { + codePoint = tempCodePoint + } + } + break + case 3: + secondByte = buf[i + 1] + thirdByte = buf[i + 2] + if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80) { + tempCodePoint = (firstByte & 0xF) << 0xC | (secondByte & 0x3F) << 0x6 | (thirdByte & 0x3F) + if (tempCodePoint > 0x7FF && (tempCodePoint < 0xD800 || tempCodePoint > 0xDFFF)) { + codePoint = tempCodePoint + } + } + break + case 4: + secondByte = buf[i + 1] + thirdByte = buf[i + 2] + fourthByte = buf[i + 3] + if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80 && (fourthByte & 0xC0) === 0x80) { + tempCodePoint = (firstByte & 0xF) << 0x12 | (secondByte & 0x3F) << 0xC | (thirdByte & 0x3F) << 0x6 | (fourthByte & 0x3F) + if (tempCodePoint > 0xFFFF && tempCodePoint < 0x110000) { + codePoint = tempCodePoint + } + } + } + } + + if (codePoint === null) { + // we did not generate a valid codePoint so insert a + // replacement char (U+FFFD) and advance only 1 byte + codePoint = 0xFFFD + bytesPerSequence = 1 + } else if (codePoint > 0xFFFF) { + // encode to utf16 (surrogate pair dance) + codePoint -= 0x10000 + res.push(codePoint >>> 10 & 0x3FF | 0xD800) + codePoint = 0xDC00 | codePoint & 0x3FF + } + + res.push(codePoint) + i += bytesPerSequence + } + + return decodeCodePointsArray(res) +} + +// Based on http://stackoverflow.com/a/22747272/680742, the browser with +// the lowest limit is Chrome, with 0x10000 args. +// We go 1 magnitude less, for safety +var MAX_ARGUMENTS_LENGTH = 0x1000 + +function decodeCodePointsArray (codePoints) { + var len = codePoints.length + if (len <= MAX_ARGUMENTS_LENGTH) { + return String.fromCharCode.apply(String, codePoints) // avoid extra slice() + } + + // Decode in chunks to avoid "call stack size exceeded". + var res = '' + var i = 0 + while (i < len) { + res += String.fromCharCode.apply( + String, + codePoints.slice(i, i += MAX_ARGUMENTS_LENGTH) + ) + } + return res +} + +function asciiSlice (buf, start, end) { + var ret = '' + end = Math.min(buf.length, end) + + for (var i = start; i < end; ++i) { + ret += String.fromCharCode(buf[i] & 0x7F) + } + return ret +} + +function latin1Slice (buf, start, end) { + var ret = '' + end = Math.min(buf.length, end) + + for (var i = start; i < end; ++i) { + ret += String.fromCharCode(buf[i]) + } + return ret +} + +function hexSlice (buf, start, end) { + var len = buf.length + + if (!start || start < 0) start = 0 + if (!end || end < 0 || end > len) end = len + + var out = '' + for (var i = start; i < end; ++i) { + out += toHex(buf[i]) + } + return out +} + +function utf16leSlice (buf, start, end) { + var bytes = buf.slice(start, end) + var res = '' + for (var i = 0; i < bytes.length; i += 2) { + res += String.fromCharCode(bytes[i] + bytes[i + 1] * 256) + } + return res +} + +Buffer.prototype.slice = function slice (start, end) { + var len = this.length + start = ~~start + end = end === undefined ? len : ~~end + + if (start < 0) { + start += len + if (start < 0) start = 0 + } else if (start > len) { + start = len + } + + if (end < 0) { + end += len + if (end < 0) end = 0 + } else if (end > len) { + end = len + } + + if (end < start) end = start + + var newBuf + if (Buffer.TYPED_ARRAY_SUPPORT) { + newBuf = this.subarray(start, end) + newBuf.__proto__ = Buffer.prototype + } else { + var sliceLen = end - start + newBuf = new Buffer(sliceLen, undefined) + for (var i = 0; i < sliceLen; ++i) { + newBuf[i] = this[i + start] + } + } + + return newBuf +} + +/* + * Need to make sure that buffer isn't trying to write out of bounds. + */ +function checkOffset (offset, ext, length) { + if ((offset % 1) !== 0 || offset < 0) throw new RangeError('offset is not uint') + if (offset + ext > length) throw new RangeError('Trying to access beyond buffer length') +} + +Buffer.prototype.readUIntLE = function readUIntLE (offset, byteLength, noAssert) { + offset = offset | 0 + byteLength = byteLength | 0 + if (!noAssert) checkOffset(offset, byteLength, this.length) + + var val = this[offset] + var mul = 1 + var i = 0 + while (++i < byteLength && (mul *= 0x100)) { + val += this[offset + i] * mul + } + + return val +} + +Buffer.prototype.readUIntBE = function readUIntBE (offset, byteLength, noAssert) { + offset = offset | 0 + byteLength = byteLength | 0 + if (!noAssert) { + checkOffset(offset, byteLength, this.length) + } + + var val = this[offset + --byteLength] + var mul = 1 + while (byteLength > 0 && (mul *= 0x100)) { + val += this[offset + --byteLength] * mul + } + + return val +} + +Buffer.prototype.readUInt8 = function readUInt8 (offset, noAssert) { + if (!noAssert) checkOffset(offset, 1, this.length) + return this[offset] +} + +Buffer.prototype.readUInt16LE = function readUInt16LE (offset, noAssert) { + if (!noAssert) checkOffset(offset, 2, this.length) + return this[offset] | (this[offset + 1] << 8) +} + +Buffer.prototype.readUInt16BE = function readUInt16BE (offset, noAssert) { + if (!noAssert) checkOffset(offset, 2, this.length) + return (this[offset] << 8) | this[offset + 1] +} + +Buffer.prototype.readUInt32LE = function readUInt32LE (offset, noAssert) { + if (!noAssert) checkOffset(offset, 4, this.length) + + return ((this[offset]) | + (this[offset + 1] << 8) | + (this[offset + 2] << 16)) + + (this[offset + 3] * 0x1000000) +} + +Buffer.prototype.readUInt32BE = function readUInt32BE (offset, noAssert) { + if (!noAssert) checkOffset(offset, 4, this.length) + + return (this[offset] * 0x1000000) + + ((this[offset + 1] << 16) | + (this[offset + 2] << 8) | + this[offset + 3]) +} + +Buffer.prototype.readIntLE = function readIntLE (offset, byteLength, noAssert) { + offset = offset | 0 + byteLength = byteLength | 0 + if (!noAssert) checkOffset(offset, byteLength, this.length) + + var val = this[offset] + var mul = 1 + var i = 0 + while (++i < byteLength && (mul *= 0x100)) { + val += this[offset + i] * mul + } + mul *= 0x80 + + if (val >= mul) val -= Math.pow(2, 8 * byteLength) + + return val +} + +Buffer.prototype.readIntBE = function readIntBE (offset, byteLength, noAssert) { + offset = offset | 0 + byteLength = byteLength | 0 + if (!noAssert) checkOffset(offset, byteLength, this.length) + + var i = byteLength + var mul = 1 + var val = this[offset + --i] + while (i > 0 && (mul *= 0x100)) { + val += this[offset + --i] * mul + } + mul *= 0x80 + + if (val >= mul) val -= Math.pow(2, 8 * byteLength) + + return val +} + +Buffer.prototype.readInt8 = function readInt8 (offset, noAssert) { + if (!noAssert) checkOffset(offset, 1, this.length) + if (!(this[offset] & 0x80)) return (this[offset]) + return ((0xff - this[offset] + 1) * -1) +} + +Buffer.prototype.readInt16LE = function readInt16LE (offset, noAssert) { + if (!noAssert) checkOffset(offset, 2, this.length) + var val = this[offset] | (this[offset + 1] << 8) + return (val & 0x8000) ? val | 0xFFFF0000 : val +} + +Buffer.prototype.readInt16BE = function readInt16BE (offset, noAssert) { + if (!noAssert) checkOffset(offset, 2, this.length) + var val = this[offset + 1] | (this[offset] << 8) + return (val & 0x8000) ? val | 0xFFFF0000 : val +} + +Buffer.prototype.readInt32LE = function readInt32LE (offset, noAssert) { + if (!noAssert) checkOffset(offset, 4, this.length) + + return (this[offset]) | + (this[offset + 1] << 8) | + (this[offset + 2] << 16) | + (this[offset + 3] << 24) +} + +Buffer.prototype.readInt32BE = function readInt32BE (offset, noAssert) { + if (!noAssert) checkOffset(offset, 4, this.length) + + return (this[offset] << 24) | + (this[offset + 1] << 16) | + (this[offset + 2] << 8) | + (this[offset + 3]) +} + +Buffer.prototype.readFloatLE = function readFloatLE (offset, noAssert) { + if (!noAssert) checkOffset(offset, 4, this.length) + return ieee754.read(this, offset, true, 23, 4) +} + +Buffer.prototype.readFloatBE = function readFloatBE (offset, noAssert) { + if (!noAssert) checkOffset(offset, 4, this.length) + return ieee754.read(this, offset, false, 23, 4) +} + +Buffer.prototype.readDoubleLE = function readDoubleLE (offset, noAssert) { + if (!noAssert) checkOffset(offset, 8, this.length) + return ieee754.read(this, offset, true, 52, 8) +} + +Buffer.prototype.readDoubleBE = function readDoubleBE (offset, noAssert) { + if (!noAssert) checkOffset(offset, 8, this.length) + return ieee754.read(this, offset, false, 52, 8) +} + +function checkInt (buf, value, offset, ext, max, min) { + if (!Buffer.isBuffer(buf)) throw new TypeError('"buffer" argument must be a Buffer instance') + if (value > max || value < min) throw new RangeError('"value" argument is out of bounds') + if (offset + ext > buf.length) throw new RangeError('Index out of range') +} + +Buffer.prototype.writeUIntLE = function writeUIntLE (value, offset, byteLength, noAssert) { + value = +value + offset = offset | 0 + byteLength = byteLength | 0 + if (!noAssert) { + var maxBytes = Math.pow(2, 8 * byteLength) - 1 + checkInt(this, value, offset, byteLength, maxBytes, 0) + } + + var mul = 1 + var i = 0 + this[offset] = value & 0xFF + while (++i < byteLength && (mul *= 0x100)) { + this[offset + i] = (value / mul) & 0xFF + } + + return offset + byteLength +} + +Buffer.prototype.writeUIntBE = function writeUIntBE (value, offset, byteLength, noAssert) { + value = +value + offset = offset | 0 + byteLength = byteLength | 0 + if (!noAssert) { + var maxBytes = Math.pow(2, 8 * byteLength) - 1 + checkInt(this, value, offset, byteLength, maxBytes, 0) + } + + var i = byteLength - 1 + var mul = 1 + this[offset + i] = value & 0xFF + while (--i >= 0 && (mul *= 0x100)) { + this[offset + i] = (value / mul) & 0xFF + } + + return offset + byteLength +} + +Buffer.prototype.writeUInt8 = function writeUInt8 (value, offset, noAssert) { + value = +value + offset = offset | 0 + if (!noAssert) checkInt(this, value, offset, 1, 0xff, 0) + if (!Buffer.TYPED_ARRAY_SUPPORT) value = Math.floor(value) + this[offset] = (value & 0xff) + return offset + 1 +} + +function objectWriteUInt16 (buf, value, offset, littleEndian) { + if (value < 0) value = 0xffff + value + 1 + for (var i = 0, j = Math.min(buf.length - offset, 2); i < j; ++i) { + buf[offset + i] = (value & (0xff << (8 * (littleEndian ? i : 1 - i)))) >>> + (littleEndian ? i : 1 - i) * 8 + } +} + +Buffer.prototype.writeUInt16LE = function writeUInt16LE (value, offset, noAssert) { + value = +value + offset = offset | 0 + if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0) + if (Buffer.TYPED_ARRAY_SUPPORT) { + this[offset] = (value & 0xff) + this[offset + 1] = (value >>> 8) + } else { + objectWriteUInt16(this, value, offset, true) + } + return offset + 2 +} + +Buffer.prototype.writeUInt16BE = function writeUInt16BE (value, offset, noAssert) { + value = +value + offset = offset | 0 + if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0) + if (Buffer.TYPED_ARRAY_SUPPORT) { + this[offset] = (value >>> 8) + this[offset + 1] = (value & 0xff) + } else { + objectWriteUInt16(this, value, offset, false) + } + return offset + 2 +} + +function objectWriteUInt32 (buf, value, offset, littleEndian) { + if (value < 0) value = 0xffffffff + value + 1 + for (var i = 0, j = Math.min(buf.length - offset, 4); i < j; ++i) { + buf[offset + i] = (value >>> (littleEndian ? i : 3 - i) * 8) & 0xff + } +} + +Buffer.prototype.writeUInt32LE = function writeUInt32LE (value, offset, noAssert) { + value = +value + offset = offset | 0 + if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0) + if (Buffer.TYPED_ARRAY_SUPPORT) { + this[offset + 3] = (value >>> 24) + this[offset + 2] = (value >>> 16) + this[offset + 1] = (value >>> 8) + this[offset] = (value & 0xff) + } else { + objectWriteUInt32(this, value, offset, true) + } + return offset + 4 +} + +Buffer.prototype.writeUInt32BE = function writeUInt32BE (value, offset, noAssert) { + value = +value + offset = offset | 0 + if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0) + if (Buffer.TYPED_ARRAY_SUPPORT) { + this[offset] = (value >>> 24) + this[offset + 1] = (value >>> 16) + this[offset + 2] = (value >>> 8) + this[offset + 3] = (value & 0xff) + } else { + objectWriteUInt32(this, value, offset, false) + } + return offset + 4 +} + +Buffer.prototype.writeIntLE = function writeIntLE (value, offset, byteLength, noAssert) { + value = +value + offset = offset | 0 + if (!noAssert) { + var limit = Math.pow(2, 8 * byteLength - 1) + + checkInt(this, value, offset, byteLength, limit - 1, -limit) + } + + var i = 0 + var mul = 1 + var sub = 0 + this[offset] = value & 0xFF + while (++i < byteLength && (mul *= 0x100)) { + if (value < 0 && sub === 0 && this[offset + i - 1] !== 0) { + sub = 1 + } + this[offset + i] = ((value / mul) >> 0) - sub & 0xFF + } + + return offset + byteLength +} + +Buffer.prototype.writeIntBE = function writeIntBE (value, offset, byteLength, noAssert) { + value = +value + offset = offset | 0 + if (!noAssert) { + var limit = Math.pow(2, 8 * byteLength - 1) + + checkInt(this, value, offset, byteLength, limit - 1, -limit) + } + + var i = byteLength - 1 + var mul = 1 + var sub = 0 + this[offset + i] = value & 0xFF + while (--i >= 0 && (mul *= 0x100)) { + if (value < 0 && sub === 0 && this[offset + i + 1] !== 0) { + sub = 1 + } + this[offset + i] = ((value / mul) >> 0) - sub & 0xFF + } + + return offset + byteLength +} + +Buffer.prototype.writeInt8 = function writeInt8 (value, offset, noAssert) { + value = +value + offset = offset | 0 + if (!noAssert) checkInt(this, value, offset, 1, 0x7f, -0x80) + if (!Buffer.TYPED_ARRAY_SUPPORT) value = Math.floor(value) + if (value < 0) value = 0xff + value + 1 + this[offset] = (value & 0xff) + return offset + 1 +} + +Buffer.prototype.writeInt16LE = function writeInt16LE (value, offset, noAssert) { + value = +value + offset = offset | 0 + if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000) + if (Buffer.TYPED_ARRAY_SUPPORT) { + this[offset] = (value & 0xff) + this[offset + 1] = (value >>> 8) + } else { + objectWriteUInt16(this, value, offset, true) + } + return offset + 2 +} + +Buffer.prototype.writeInt16BE = function writeInt16BE (value, offset, noAssert) { + value = +value + offset = offset | 0 + if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000) + if (Buffer.TYPED_ARRAY_SUPPORT) { + this[offset] = (value >>> 8) + this[offset + 1] = (value & 0xff) + } else { + objectWriteUInt16(this, value, offset, false) + } + return offset + 2 +} + +Buffer.prototype.writeInt32LE = function writeInt32LE (value, offset, noAssert) { + value = +value + offset = offset | 0 + if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000) + if (Buffer.TYPED_ARRAY_SUPPORT) { + this[offset] = (value & 0xff) + this[offset + 1] = (value >>> 8) + this[offset + 2] = (value >>> 16) + this[offset + 3] = (value >>> 24) + } else { + objectWriteUInt32(this, value, offset, true) + } + return offset + 4 +} + +Buffer.prototype.writeInt32BE = function writeInt32BE (value, offset, noAssert) { + value = +value + offset = offset | 0 + if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000) + if (value < 0) value = 0xffffffff + value + 1 + if (Buffer.TYPED_ARRAY_SUPPORT) { + this[offset] = (value >>> 24) + this[offset + 1] = (value >>> 16) + this[offset + 2] = (value >>> 8) + this[offset + 3] = (value & 0xff) + } else { + objectWriteUInt32(this, value, offset, false) + } + return offset + 4 +} + +function checkIEEE754 (buf, value, offset, ext, max, min) { + if (offset + ext > buf.length) throw new RangeError('Index out of range') + if (offset < 0) throw new RangeError('Index out of range') +} + +function writeFloat (buf, value, offset, littleEndian, noAssert) { + if (!noAssert) { + checkIEEE754(buf, value, offset, 4, 3.4028234663852886e+38, -3.4028234663852886e+38) + } + ieee754.write(buf, value, offset, littleEndian, 23, 4) + return offset + 4 +} + +Buffer.prototype.writeFloatLE = function writeFloatLE (value, offset, noAssert) { + return writeFloat(this, value, offset, true, noAssert) +} + +Buffer.prototype.writeFloatBE = function writeFloatBE (value, offset, noAssert) { + return writeFloat(this, value, offset, false, noAssert) +} + +function writeDouble (buf, value, offset, littleEndian, noAssert) { + if (!noAssert) { + checkIEEE754(buf, value, offset, 8, 1.7976931348623157E+308, -1.7976931348623157E+308) + } + ieee754.write(buf, value, offset, littleEndian, 52, 8) + return offset + 8 +} + +Buffer.prototype.writeDoubleLE = function writeDoubleLE (value, offset, noAssert) { + return writeDouble(this, value, offset, true, noAssert) +} + +Buffer.prototype.writeDoubleBE = function writeDoubleBE (value, offset, noAssert) { + return writeDouble(this, value, offset, false, noAssert) +} + +// copy(targetBuffer, targetStart=0, sourceStart=0, sourceEnd=buffer.length) +Buffer.prototype.copy = function copy (target, targetStart, start, end) { + if (!start) start = 0 + if (!end && end !== 0) end = this.length + if (targetStart >= target.length) targetStart = target.length + if (!targetStart) targetStart = 0 + if (end > 0 && end < start) end = start + + // Copy 0 bytes; we're done + if (end === start) return 0 + if (target.length === 0 || this.length === 0) return 0 + + // Fatal error conditions + if (targetStart < 0) { + throw new RangeError('targetStart out of bounds') + } + if (start < 0 || start >= this.length) throw new RangeError('sourceStart out of bounds') + if (end < 0) throw new RangeError('sourceEnd out of bounds') + + // Are we oob? + if (end > this.length) end = this.length + if (target.length - targetStart < end - start) { + end = target.length - targetStart + start + } + + var len = end - start + var i + + if (this === target && start < targetStart && targetStart < end) { + // descending copy from end + for (i = len - 1; i >= 0; --i) { + target[i + targetStart] = this[i + start] + } + } else if (len < 1000 || !Buffer.TYPED_ARRAY_SUPPORT) { + // ascending copy from start + for (i = 0; i < len; ++i) { + target[i + targetStart] = this[i + start] + } + } else { + Uint8Array.prototype.set.call( + target, + this.subarray(start, start + len), + targetStart + ) + } + + return len +} + +// Usage: +// buffer.fill(number[, offset[, end]]) +// buffer.fill(buffer[, offset[, end]]) +// buffer.fill(string[, offset[, end]][, encoding]) +Buffer.prototype.fill = function fill (val, start, end, encoding) { + // Handle string cases: + if (typeof val === 'string') { + if (typeof start === 'string') { + encoding = start + start = 0 + end = this.length + } else if (typeof end === 'string') { + encoding = end + end = this.length + } + if (val.length === 1) { + var code = val.charCodeAt(0) + if (code < 256) { + val = code + } + } + if (encoding !== undefined && typeof encoding !== 'string') { + throw new TypeError('encoding must be a string') + } + if (typeof encoding === 'string' && !Buffer.isEncoding(encoding)) { + throw new TypeError('Unknown encoding: ' + encoding) + } + } else if (typeof val === 'number') { + val = val & 255 + } + + // Invalid ranges are not set to a default, so can range check early. + if (start < 0 || this.length < start || this.length < end) { + throw new RangeError('Out of range index') + } + + if (end <= start) { + return this + } + + start = start >>> 0 + end = end === undefined ? this.length : end >>> 0 + + if (!val) val = 0 + + var i + if (typeof val === 'number') { + for (i = start; i < end; ++i) { + this[i] = val + } + } else { + var bytes = Buffer.isBuffer(val) + ? val + : utf8ToBytes(new Buffer(val, encoding).toString()) + var len = bytes.length + for (i = 0; i < end - start; ++i) { + this[i + start] = bytes[i % len] + } + } + + return this +} + +// HELPER FUNCTIONS +// ================ + +var INVALID_BASE64_RE = /[^+\/0-9A-Za-z-_]/g + +function base64clean (str) { + // Node strips out invalid characters like \n and \t from the string, base64-js does not + str = stringtrim(str).replace(INVALID_BASE64_RE, '') + // Node converts strings with length < 2 to '' + if (str.length < 2) return '' + // Node allows for non-padded base64 strings (missing trailing ===), base64-js does not + while (str.length % 4 !== 0) { + str = str + '=' + } + return str +} + +function stringtrim (str) { + if (str.trim) return str.trim() + return str.replace(/^\s+|\s+$/g, '') +} + +function toHex (n) { + if (n < 16) return '0' + n.toString(16) + return n.toString(16) +} + +function utf8ToBytes (string, units) { + units = units || Infinity + var codePoint + var length = string.length + var leadSurrogate = null + var bytes = [] + + for (var i = 0; i < length; ++i) { + codePoint = string.charCodeAt(i) + + // is surrogate component + if (codePoint > 0xD7FF && codePoint < 0xE000) { + // last char was a lead + if (!leadSurrogate) { + // no lead yet + if (codePoint > 0xDBFF) { + // unexpected trail + if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD) + continue + } else if (i + 1 === length) { + // unpaired lead + if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD) + continue + } + + // valid lead + leadSurrogate = codePoint + + continue + } + + // 2 leads in a row + if (codePoint < 0xDC00) { + if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD) + leadSurrogate = codePoint + continue + } + + // valid surrogate pair + codePoint = (leadSurrogate - 0xD800 << 10 | codePoint - 0xDC00) + 0x10000 + } else if (leadSurrogate) { + // valid bmp char, but last char was a lead + if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD) + } + + leadSurrogate = null + + // encode utf8 + if (codePoint < 0x80) { + if ((units -= 1) < 0) break + bytes.push(codePoint) + } else if (codePoint < 0x800) { + if ((units -= 2) < 0) break + bytes.push( + codePoint >> 0x6 | 0xC0, + codePoint & 0x3F | 0x80 + ) + } else if (codePoint < 0x10000) { + if ((units -= 3) < 0) break + bytes.push( + codePoint >> 0xC | 0xE0, + codePoint >> 0x6 & 0x3F | 0x80, + codePoint & 0x3F | 0x80 + ) + } else if (codePoint < 0x110000) { + if ((units -= 4) < 0) break + bytes.push( + codePoint >> 0x12 | 0xF0, + codePoint >> 0xC & 0x3F | 0x80, + codePoint >> 0x6 & 0x3F | 0x80, + codePoint & 0x3F | 0x80 + ) + } else { + throw new Error('Invalid code point') + } + } + + return bytes +} + +function asciiToBytes (str) { + var byteArray = [] + for (var i = 0; i < str.length; ++i) { + // Node's code seems to be doing this and not & 0x7F.. + byteArray.push(str.charCodeAt(i) & 0xFF) + } + return byteArray +} + +function utf16leToBytes (str, units) { + var c, hi, lo + var byteArray = [] + for (var i = 0; i < str.length; ++i) { + if ((units -= 2) < 0) break + + c = str.charCodeAt(i) + hi = c >> 8 + lo = c % 256 + byteArray.push(lo) + byteArray.push(hi) + } + + return byteArray +} + +function base64ToBytes (str) { + return base64.toByteArray(base64clean(str)) +} + +function blitBuffer (src, dst, offset, length) { + for (var i = 0; i < length; ++i) { + if ((i + offset >= dst.length) || (i >= src.length)) break + dst[i + offset] = src[i] + } + return i +} + +function isnan (val) { + return val !== val // eslint-disable-line no-self-compare +} + +},{"base64-js":"../node_modules/base64-js/index.js","ieee754":"../node_modules/ieee754/index.js","isarray":"../node_modules/isarray/index.js","buffer":"../node_modules/buffer/index.js"}],"../node_modules/safe-buffer/index.js":[function(require,module,exports) { + +/*! safe-buffer. MIT License. Feross Aboukhadijeh */ +/* eslint-disable node/no-deprecated-api */ +var buffer = require('buffer') +var Buffer = buffer.Buffer + +// alternative to using Object.keys for old browsers +function copyProps (src, dst) { + for (var key in src) { + dst[key] = src[key] + } +} +if (Buffer.from && Buffer.alloc && Buffer.allocUnsafe && Buffer.allocUnsafeSlow) { + module.exports = buffer +} else { + // Copy properties from require('buffer') + copyProps(buffer, exports) + exports.Buffer = SafeBuffer +} + +function SafeBuffer (arg, encodingOrOffset, length) { + return Buffer(arg, encodingOrOffset, length) +} + +SafeBuffer.prototype = Object.create(Buffer.prototype) + +// Copy static methods from Buffer +copyProps(Buffer, SafeBuffer) + +SafeBuffer.from = function (arg, encodingOrOffset, length) { + if (typeof arg === 'number') { + throw new TypeError('Argument must not be a number') + } + return Buffer(arg, encodingOrOffset, length) +} + +SafeBuffer.alloc = function (size, fill, encoding) { + if (typeof size !== 'number') { + throw new TypeError('Argument must be a number') + } + var buf = Buffer(size) + if (fill !== undefined) { + if (typeof encoding === 'string') { + buf.fill(fill, encoding) + } else { + buf.fill(fill) + } + } else { + buf.fill(0) + } + return buf +} + +SafeBuffer.allocUnsafe = function (size) { + if (typeof size !== 'number') { + throw new TypeError('Argument must be a number') + } + return Buffer(size) +} + +SafeBuffer.allocUnsafeSlow = function (size) { + if (typeof size !== 'number') { + throw new TypeError('Argument must be a number') + } + return buffer.SlowBuffer(size) +} + +},{"buffer":"../node_modules/buffer/index.js"}],"../node_modules/randombytes/browser.js":[function(require,module,exports) { + +var global = arguments[3]; +var process = require("process"); +'use strict' + +// limit of Crypto.getRandomValues() +// https://developer.mozilla.org/en-US/docs/Web/API/Crypto/getRandomValues +var MAX_BYTES = 65536 + +// Node supports requesting up to this number of bytes +// https://github.com/nodejs/node/blob/master/lib/internal/crypto/random.js#L48 +var MAX_UINT32 = 4294967295 + +function oldBrowser () { + throw new Error('Secure random number generation is not supported by this browser.\nUse Chrome, Firefox or Internet Explorer 11') +} + +var Buffer = require('safe-buffer').Buffer +var crypto = global.crypto || global.msCrypto + +if (crypto && crypto.getRandomValues) { + module.exports = randomBytes +} else { + module.exports = oldBrowser +} + +function randomBytes (size, cb) { + // phantomjs needs to throw + if (size > MAX_UINT32) throw new RangeError('requested too many random bytes') + + var bytes = Buffer.allocUnsafe(size) + + if (size > 0) { // getRandomValues fails on IE if size == 0 + if (size > MAX_BYTES) { // this is the max bytes crypto.getRandomValues + // can do at once see https://developer.mozilla.org/en-US/docs/Web/API/window.crypto.getRandomValues + for (var generated = 0; generated < size; generated += MAX_BYTES) { + // buffer.slice automatically checks if the end is past the end of + // the buffer so we don't have to here + crypto.getRandomValues(bytes.slice(generated, generated + MAX_BYTES)) + } + } else { + crypto.getRandomValues(bytes) + } + } + + if (typeof cb === 'function') { + return process.nextTick(function () { + cb(null, bytes) + }) + } + + return bytes +} + +},{"safe-buffer":"../node_modules/safe-buffer/index.js","process":"../node_modules/process/browser.js"}],"../node_modules/inherits/inherits_browser.js":[function(require,module,exports) { +if (typeof Object.create === 'function') { + // implementation from standard node.js 'util' module + module.exports = function inherits(ctor, superCtor) { + if (superCtor) { + ctor.super_ = superCtor + ctor.prototype = Object.create(superCtor.prototype, { + constructor: { + value: ctor, + enumerable: false, + writable: true, + configurable: true + } + }) + } + }; +} else { + // old school shim for old browsers + module.exports = function inherits(ctor, superCtor) { + if (superCtor) { + ctor.super_ = superCtor + var TempCtor = function () {} + TempCtor.prototype = superCtor.prototype + ctor.prototype = new TempCtor() + ctor.prototype.constructor = ctor + } + } +} + +},{}],"../node_modules/events/events.js":[function(require,module,exports) { +// Copyright Joyent, Inc. and other Node contributors. +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to permit +// persons to whom the Software is furnished to do so, subject to the +// following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +// USE OR OTHER DEALINGS IN THE SOFTWARE. +'use strict'; + +var R = typeof Reflect === 'object' ? Reflect : null; +var ReflectApply = R && typeof R.apply === 'function' ? R.apply : function ReflectApply(target, receiver, args) { + return Function.prototype.apply.call(target, receiver, args); +}; +var ReflectOwnKeys; + +if (R && typeof R.ownKeys === 'function') { + ReflectOwnKeys = R.ownKeys; +} else if (Object.getOwnPropertySymbols) { + ReflectOwnKeys = function ReflectOwnKeys(target) { + return Object.getOwnPropertyNames(target).concat(Object.getOwnPropertySymbols(target)); + }; +} else { + ReflectOwnKeys = function ReflectOwnKeys(target) { + return Object.getOwnPropertyNames(target); + }; +} + +function ProcessEmitWarning(warning) { + if (console && console.warn) console.warn(warning); +} + +var NumberIsNaN = Number.isNaN || function NumberIsNaN(value) { + return value !== value; +}; + +function EventEmitter() { + EventEmitter.init.call(this); +} + +module.exports = EventEmitter; // Backwards-compat with node 0.10.x + +EventEmitter.EventEmitter = EventEmitter; +EventEmitter.prototype._events = undefined; +EventEmitter.prototype._eventsCount = 0; +EventEmitter.prototype._maxListeners = undefined; // By default EventEmitters will print a warning if more than 10 listeners are +// added to it. This is a useful default which helps finding memory leaks. + +var defaultMaxListeners = 10; + +function checkListener(listener) { + if (typeof listener !== 'function') { + throw new TypeError('The "listener" argument must be of type Function. Received type ' + typeof listener); + } +} + +Object.defineProperty(EventEmitter, 'defaultMaxListeners', { + enumerable: true, + get: function () { + return defaultMaxListeners; + }, + set: function (arg) { + if (typeof arg !== 'number' || arg < 0 || NumberIsNaN(arg)) { + throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received ' + arg + '.'); + } + + defaultMaxListeners = arg; + } +}); + +EventEmitter.init = function () { + if (this._events === undefined || this._events === Object.getPrototypeOf(this)._events) { + this._events = Object.create(null); + this._eventsCount = 0; + } + + this._maxListeners = this._maxListeners || undefined; +}; // Obviously not all Emitters should be limited to 10. This function allows +// that to be increased. Set to zero for unlimited. + + +EventEmitter.prototype.setMaxListeners = function setMaxListeners(n) { + if (typeof n !== 'number' || n < 0 || NumberIsNaN(n)) { + throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received ' + n + '.'); + } + + this._maxListeners = n; + return this; +}; + +function _getMaxListeners(that) { + if (that._maxListeners === undefined) return EventEmitter.defaultMaxListeners; + return that._maxListeners; +} + +EventEmitter.prototype.getMaxListeners = function getMaxListeners() { + return _getMaxListeners(this); +}; + +EventEmitter.prototype.emit = function emit(type) { + var args = []; + + for (var i = 1; i < arguments.length; i++) args.push(arguments[i]); + + var doError = type === 'error'; + var events = this._events; + if (events !== undefined) doError = doError && events.error === undefined;else if (!doError) return false; // If there is no 'error' event listener then throw. + + if (doError) { + var er; + if (args.length > 0) er = args[0]; + + if (er instanceof Error) { + // Note: The comments on the `throw` lines are intentional, they show + // up in Node's output if this results in an unhandled exception. + throw er; // Unhandled 'error' event + } // At least give some kind of context to the user + + + var err = new Error('Unhandled error.' + (er ? ' (' + er.message + ')' : '')); + err.context = er; + throw err; // Unhandled 'error' event + } + + var handler = events[type]; + if (handler === undefined) return false; + + if (typeof handler === 'function') { + ReflectApply(handler, this, args); + } else { + var len = handler.length; + var listeners = arrayClone(handler, len); + + for (var i = 0; i < len; ++i) ReflectApply(listeners[i], this, args); + } + + return true; +}; + +function _addListener(target, type, listener, prepend) { + var m; + var events; + var existing; + checkListener(listener); + events = target._events; + + if (events === undefined) { + events = target._events = Object.create(null); + target._eventsCount = 0; + } else { + // To avoid recursion in the case that type === "newListener"! Before + // adding it to the listeners, first emit "newListener". + if (events.newListener !== undefined) { + target.emit('newListener', type, listener.listener ? listener.listener : listener); // Re-assign `events` because a newListener handler could have caused the + // this._events to be assigned to a new object + + events = target._events; + } + + existing = events[type]; + } + + if (existing === undefined) { + // Optimize the case of one listener. Don't need the extra array object. + existing = events[type] = listener; + ++target._eventsCount; + } else { + if (typeof existing === 'function') { + // Adding the second element, need to change to array. + existing = events[type] = prepend ? [listener, existing] : [existing, listener]; // If we've already got an array, just append. + } else if (prepend) { + existing.unshift(listener); + } else { + existing.push(listener); + } // Check for listener leak + + + m = _getMaxListeners(target); + + if (m > 0 && existing.length > m && !existing.warned) { + existing.warned = true; // No error code for this since it is a Warning + // eslint-disable-next-line no-restricted-syntax + + var w = new Error('Possible EventEmitter memory leak detected. ' + existing.length + ' ' + String(type) + ' listeners ' + 'added. Use emitter.setMaxListeners() to ' + 'increase limit'); + w.name = 'MaxListenersExceededWarning'; + w.emitter = target; + w.type = type; + w.count = existing.length; + ProcessEmitWarning(w); + } + } + + return target; +} + +EventEmitter.prototype.addListener = function addListener(type, listener) { + return _addListener(this, type, listener, false); +}; + +EventEmitter.prototype.on = EventEmitter.prototype.addListener; + +EventEmitter.prototype.prependListener = function prependListener(type, listener) { + return _addListener(this, type, listener, true); +}; + +function onceWrapper() { + if (!this.fired) { + this.target.removeListener(this.type, this.wrapFn); + this.fired = true; + if (arguments.length === 0) return this.listener.call(this.target); + return this.listener.apply(this.target, arguments); + } +} + +function _onceWrap(target, type, listener) { + var state = { + fired: false, + wrapFn: undefined, + target: target, + type: type, + listener: listener + }; + var wrapped = onceWrapper.bind(state); + wrapped.listener = listener; + state.wrapFn = wrapped; + return wrapped; +} + +EventEmitter.prototype.once = function once(type, listener) { + checkListener(listener); + this.on(type, _onceWrap(this, type, listener)); + return this; +}; + +EventEmitter.prototype.prependOnceListener = function prependOnceListener(type, listener) { + checkListener(listener); + this.prependListener(type, _onceWrap(this, type, listener)); + return this; +}; // Emits a 'removeListener' event if and only if the listener was removed. + + +EventEmitter.prototype.removeListener = function removeListener(type, listener) { + var list, events, position, i, originalListener; + checkListener(listener); + events = this._events; + if (events === undefined) return this; + list = events[type]; + if (list === undefined) return this; + + if (list === listener || list.listener === listener) { + if (--this._eventsCount === 0) this._events = Object.create(null);else { + delete events[type]; + if (events.removeListener) this.emit('removeListener', type, list.listener || listener); + } + } else if (typeof list !== 'function') { + position = -1; + + for (i = list.length - 1; i >= 0; i--) { + if (list[i] === listener || list[i].listener === listener) { + originalListener = list[i].listener; + position = i; + break; + } + } + + if (position < 0) return this; + if (position === 0) list.shift();else { + spliceOne(list, position); + } + if (list.length === 1) events[type] = list[0]; + if (events.removeListener !== undefined) this.emit('removeListener', type, originalListener || listener); + } + + return this; +}; + +EventEmitter.prototype.off = EventEmitter.prototype.removeListener; + +EventEmitter.prototype.removeAllListeners = function removeAllListeners(type) { + var listeners, events, i; + events = this._events; + if (events === undefined) return this; // not listening for removeListener, no need to emit + + if (events.removeListener === undefined) { + if (arguments.length === 0) { + this._events = Object.create(null); + this._eventsCount = 0; + } else if (events[type] !== undefined) { + if (--this._eventsCount === 0) this._events = Object.create(null);else delete events[type]; + } + + return this; + } // emit removeListener for all listeners on all events + + + if (arguments.length === 0) { + var keys = Object.keys(events); + var key; + + for (i = 0; i < keys.length; ++i) { + key = keys[i]; + if (key === 'removeListener') continue; + this.removeAllListeners(key); + } + + this.removeAllListeners('removeListener'); + this._events = Object.create(null); + this._eventsCount = 0; + return this; + } + + listeners = events[type]; + + if (typeof listeners === 'function') { + this.removeListener(type, listeners); + } else if (listeners !== undefined) { + // LIFO order + for (i = listeners.length - 1; i >= 0; i--) { + this.removeListener(type, listeners[i]); + } + } + + return this; +}; + +function _listeners(target, type, unwrap) { + var events = target._events; + if (events === undefined) return []; + var evlistener = events[type]; + if (evlistener === undefined) return []; + if (typeof evlistener === 'function') return unwrap ? [evlistener.listener || evlistener] : [evlistener]; + return unwrap ? unwrapListeners(evlistener) : arrayClone(evlistener, evlistener.length); +} + +EventEmitter.prototype.listeners = function listeners(type) { + return _listeners(this, type, true); +}; + +EventEmitter.prototype.rawListeners = function rawListeners(type) { + return _listeners(this, type, false); +}; + +EventEmitter.listenerCount = function (emitter, type) { + if (typeof emitter.listenerCount === 'function') { + return emitter.listenerCount(type); + } else { + return listenerCount.call(emitter, type); + } +}; + +EventEmitter.prototype.listenerCount = listenerCount; + +function listenerCount(type) { + var events = this._events; + + if (events !== undefined) { + var evlistener = events[type]; + + if (typeof evlistener === 'function') { + return 1; + } else if (evlistener !== undefined) { + return evlistener.length; + } + } + + return 0; +} + +EventEmitter.prototype.eventNames = function eventNames() { + return this._eventsCount > 0 ? ReflectOwnKeys(this._events) : []; +}; + +function arrayClone(arr, n) { + var copy = new Array(n); + + for (var i = 0; i < n; ++i) copy[i] = arr[i]; + + return copy; +} + +function spliceOne(list, index) { + for (; index + 1 < list.length; index++) list[index] = list[index + 1]; + + list.pop(); +} + +function unwrapListeners(arr) { + var ret = new Array(arr.length); + + for (var i = 0; i < ret.length; ++i) { + ret[i] = arr[i].listener || arr[i]; + } + + return ret; +} +},{}],"../node_modules/hash-base/node_modules/readable-stream/lib/internal/streams/stream-browser.js":[function(require,module,exports) { +module.exports = require('events').EventEmitter; +},{"events":"../node_modules/events/events.js"}],"../node_modules/parcel/src/builtins/_empty.js":[function(require,module,exports) { + +},{}],"../node_modules/hash-base/node_modules/readable-stream/lib/internal/streams/buffer_list.js":[function(require,module,exports) { + +'use strict'; + +function ownKeys(object, enumerableOnly) { + var keys = Object.keys(object); + + if (Object.getOwnPropertySymbols) { + var symbols = Object.getOwnPropertySymbols(object); + if (enumerableOnly) symbols = symbols.filter(function (sym) { + return Object.getOwnPropertyDescriptor(object, sym).enumerable; + }); + keys.push.apply(keys, symbols); + } + + return keys; +} + +function _objectSpread(target) { + for (var i = 1; i < arguments.length; i++) { + var source = arguments[i] != null ? arguments[i] : {}; + + if (i % 2) { + ownKeys(Object(source), true).forEach(function (key) { + _defineProperty(target, key, source[key]); + }); + } else if (Object.getOwnPropertyDescriptors) { + Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); + } else { + ownKeys(Object(source)).forEach(function (key) { + Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); + }); + } + } + + return target; +} + +function _defineProperty(obj, key, value) { + if (key in obj) { + Object.defineProperty(obj, key, { + value: value, + enumerable: true, + configurable: true, + writable: true + }); + } else { + obj[key] = value; + } + + return obj; +} + +function _classCallCheck(instance, Constructor) { + if (!(instance instanceof Constructor)) { + throw new TypeError("Cannot call a class as a function"); + } +} + +function _defineProperties(target, props) { + for (var i = 0; i < props.length; i++) { + var descriptor = props[i]; + descriptor.enumerable = descriptor.enumerable || false; + descriptor.configurable = true; + if ("value" in descriptor) descriptor.writable = true; + Object.defineProperty(target, descriptor.key, descriptor); + } +} + +function _createClass(Constructor, protoProps, staticProps) { + if (protoProps) _defineProperties(Constructor.prototype, protoProps); + if (staticProps) _defineProperties(Constructor, staticProps); + return Constructor; +} + +var _require = require('buffer'), + Buffer = _require.Buffer; + +var _require2 = require('util'), + inspect = _require2.inspect; + +var custom = inspect && inspect.custom || 'inspect'; + +function copyBuffer(src, target, offset) { + Buffer.prototype.copy.call(src, target, offset); +} + +module.exports = /*#__PURE__*/function () { + function BufferList() { + _classCallCheck(this, BufferList); + + this.head = null; + this.tail = null; + this.length = 0; + } + + _createClass(BufferList, [{ + key: "push", + value: function push(v) { + var entry = { + data: v, + next: null + }; + if (this.length > 0) this.tail.next = entry;else this.head = entry; + this.tail = entry; + ++this.length; + } + }, { + key: "unshift", + value: function unshift(v) { + var entry = { + data: v, + next: this.head + }; + if (this.length === 0) this.tail = entry; + this.head = entry; + ++this.length; + } + }, { + key: "shift", + value: function shift() { + if (this.length === 0) return; + var ret = this.head.data; + if (this.length === 1) this.head = this.tail = null;else this.head = this.head.next; + --this.length; + return ret; + } + }, { + key: "clear", + value: function clear() { + this.head = this.tail = null; + this.length = 0; + } + }, { + key: "join", + value: function join(s) { + if (this.length === 0) return ''; + var p = this.head; + var ret = '' + p.data; + + while (p = p.next) { + ret += s + p.data; + } + + return ret; + } + }, { + key: "concat", + value: function concat(n) { + if (this.length === 0) return Buffer.alloc(0); + var ret = Buffer.allocUnsafe(n >>> 0); + var p = this.head; + var i = 0; + + while (p) { + copyBuffer(p.data, ret, i); + i += p.data.length; + p = p.next; + } + + return ret; + } // Consumes a specified amount of bytes or characters from the buffered data. + + }, { + key: "consume", + value: function consume(n, hasStrings) { + var ret; + + if (n < this.head.data.length) { + // `slice` is the same for buffers and strings. + ret = this.head.data.slice(0, n); + this.head.data = this.head.data.slice(n); + } else if (n === this.head.data.length) { + // First chunk is a perfect match. + ret = this.shift(); + } else { + // Result spans more than one buffer. + ret = hasStrings ? this._getString(n) : this._getBuffer(n); + } + + return ret; + } + }, { + key: "first", + value: function first() { + return this.head.data; + } // Consumes a specified amount of characters from the buffered data. + + }, { + key: "_getString", + value: function _getString(n) { + var p = this.head; + var c = 1; + var ret = p.data; + n -= ret.length; + + while (p = p.next) { + var str = p.data; + var nb = n > str.length ? str.length : n; + if (nb === str.length) ret += str;else ret += str.slice(0, n); + n -= nb; + + if (n === 0) { + if (nb === str.length) { + ++c; + if (p.next) this.head = p.next;else this.head = this.tail = null; + } else { + this.head = p; + p.data = str.slice(nb); + } + + break; + } + + ++c; + } + + this.length -= c; + return ret; + } // Consumes a specified amount of bytes from the buffered data. + + }, { + key: "_getBuffer", + value: function _getBuffer(n) { + var ret = Buffer.allocUnsafe(n); + var p = this.head; + var c = 1; + p.data.copy(ret); + n -= p.data.length; + + while (p = p.next) { + var buf = p.data; + var nb = n > buf.length ? buf.length : n; + buf.copy(ret, ret.length - n, 0, nb); + n -= nb; + + if (n === 0) { + if (nb === buf.length) { + ++c; + if (p.next) this.head = p.next;else this.head = this.tail = null; + } else { + this.head = p; + p.data = buf.slice(nb); + } + + break; + } + + ++c; + } + + this.length -= c; + return ret; + } // Make sure the linked list only shows the minimal necessary information. + + }, { + key: custom, + value: function value(_, options) { + return inspect(this, _objectSpread({}, options, { + // Only inspect one level. + depth: 0, + // It should not recurse. + customInspect: false + })); + } + }]); + + return BufferList; +}(); +},{"buffer":"../node_modules/buffer/index.js","util":"../node_modules/parcel/src/builtins/_empty.js"}],"../node_modules/hash-base/node_modules/readable-stream/lib/internal/streams/destroy.js":[function(require,module,exports) { +var process = require("process"); +'use strict'; // undocumented cb() API, needed for core, not for public API + +function destroy(err, cb) { + var _this = this; + + var readableDestroyed = this._readableState && this._readableState.destroyed; + var writableDestroyed = this._writableState && this._writableState.destroyed; + + if (readableDestroyed || writableDestroyed) { + if (cb) { + cb(err); + } else if (err) { + if (!this._writableState) { + process.nextTick(emitErrorNT, this, err); + } else if (!this._writableState.errorEmitted) { + this._writableState.errorEmitted = true; + process.nextTick(emitErrorNT, this, err); + } + } + + return this; + } // we set destroyed to true before firing error callbacks in order + // to make it re-entrance safe in case destroy() is called within callbacks + + + if (this._readableState) { + this._readableState.destroyed = true; + } // if this is a duplex stream mark the writable part as destroyed as well + + + if (this._writableState) { + this._writableState.destroyed = true; + } + + this._destroy(err || null, function (err) { + if (!cb && err) { + if (!_this._writableState) { + process.nextTick(emitErrorAndCloseNT, _this, err); + } else if (!_this._writableState.errorEmitted) { + _this._writableState.errorEmitted = true; + process.nextTick(emitErrorAndCloseNT, _this, err); + } else { + process.nextTick(emitCloseNT, _this); + } + } else if (cb) { + process.nextTick(emitCloseNT, _this); + cb(err); + } else { + process.nextTick(emitCloseNT, _this); + } + }); + + return this; +} + +function emitErrorAndCloseNT(self, err) { + emitErrorNT(self, err); + emitCloseNT(self); +} + +function emitCloseNT(self) { + if (self._writableState && !self._writableState.emitClose) return; + if (self._readableState && !self._readableState.emitClose) return; + self.emit('close'); +} + +function undestroy() { + if (this._readableState) { + this._readableState.destroyed = false; + this._readableState.reading = false; + this._readableState.ended = false; + this._readableState.endEmitted = false; + } + + if (this._writableState) { + this._writableState.destroyed = false; + this._writableState.ended = false; + this._writableState.ending = false; + this._writableState.finalCalled = false; + this._writableState.prefinished = false; + this._writableState.finished = false; + this._writableState.errorEmitted = false; + } +} + +function emitErrorNT(self, err) { + self.emit('error', err); +} + +function errorOrDestroy(stream, err) { + // We have tests that rely on errors being emitted + // in the same tick, so changing this is semver major. + // For now when you opt-in to autoDestroy we allow + // the error to be emitted nextTick. In a future + // semver major update we should change the default to this. + var rState = stream._readableState; + var wState = stream._writableState; + if (rState && rState.autoDestroy || wState && wState.autoDestroy) stream.destroy(err);else stream.emit('error', err); +} + +module.exports = { + destroy: destroy, + undestroy: undestroy, + errorOrDestroy: errorOrDestroy +}; +},{"process":"../node_modules/process/browser.js"}],"../node_modules/hash-base/node_modules/readable-stream/errors-browser.js":[function(require,module,exports) { +'use strict'; + +function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function (obj) { return typeof obj; }; } else { _typeof = function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } + +function _inheritsLoose(subClass, superClass) { + subClass.prototype = Object.create(superClass.prototype); + subClass.prototype.constructor = subClass; + subClass.__proto__ = superClass; +} + +var codes = {}; + +function createErrorType(code, message, Base) { + if (!Base) { + Base = Error; + } + + function getMessage(arg1, arg2, arg3) { + if (typeof message === 'string') { + return message; + } else { + return message(arg1, arg2, arg3); + } + } + + var NodeError = /*#__PURE__*/function (_Base) { + _inheritsLoose(NodeError, _Base); + + function NodeError(arg1, arg2, arg3) { + return _Base.call(this, getMessage(arg1, arg2, arg3)) || this; + } + + return NodeError; + }(Base); + + NodeError.prototype.name = Base.name; + NodeError.prototype.code = code; + codes[code] = NodeError; +} // https://github.com/nodejs/node/blob/v10.8.0/lib/internal/errors.js + + +function oneOf(expected, thing) { + if (Array.isArray(expected)) { + var len = expected.length; + expected = expected.map(function (i) { + return String(i); + }); + + if (len > 2) { + return "one of ".concat(thing, " ").concat(expected.slice(0, len - 1).join(', '), ", or ") + expected[len - 1]; + } else if (len === 2) { + return "one of ".concat(thing, " ").concat(expected[0], " or ").concat(expected[1]); + } else { + return "of ".concat(thing, " ").concat(expected[0]); + } + } else { + return "of ".concat(thing, " ").concat(String(expected)); + } +} // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/startsWith + + +function startsWith(str, search, pos) { + return str.substr(!pos || pos < 0 ? 0 : +pos, search.length) === search; +} // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/endsWith + + +function endsWith(str, search, this_len) { + if (this_len === undefined || this_len > str.length) { + this_len = str.length; + } + + return str.substring(this_len - search.length, this_len) === search; +} // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/includes + + +function includes(str, search, start) { + if (typeof start !== 'number') { + start = 0; + } + + if (start + search.length > str.length) { + return false; + } else { + return str.indexOf(search, start) !== -1; + } +} + +createErrorType('ERR_INVALID_OPT_VALUE', function (name, value) { + return 'The value "' + value + '" is invalid for option "' + name + '"'; +}, TypeError); +createErrorType('ERR_INVALID_ARG_TYPE', function (name, expected, actual) { + // determiner: 'must be' or 'must not be' + var determiner; + + if (typeof expected === 'string' && startsWith(expected, 'not ')) { + determiner = 'must not be'; + expected = expected.replace(/^not /, ''); + } else { + determiner = 'must be'; + } + + var msg; + + if (endsWith(name, ' argument')) { + // For cases like 'first argument' + msg = "The ".concat(name, " ").concat(determiner, " ").concat(oneOf(expected, 'type')); + } else { + var type = includes(name, '.') ? 'property' : 'argument'; + msg = "The \"".concat(name, "\" ").concat(type, " ").concat(determiner, " ").concat(oneOf(expected, 'type')); + } + + msg += ". Received type ".concat(_typeof(actual)); + return msg; +}, TypeError); +createErrorType('ERR_STREAM_PUSH_AFTER_EOF', 'stream.push() after EOF'); +createErrorType('ERR_METHOD_NOT_IMPLEMENTED', function (name) { + return 'The ' + name + ' method is not implemented'; +}); +createErrorType('ERR_STREAM_PREMATURE_CLOSE', 'Premature close'); +createErrorType('ERR_STREAM_DESTROYED', function (name) { + return 'Cannot call ' + name + ' after a stream was destroyed'; +}); +createErrorType('ERR_MULTIPLE_CALLBACK', 'Callback called multiple times'); +createErrorType('ERR_STREAM_CANNOT_PIPE', 'Cannot pipe, not readable'); +createErrorType('ERR_STREAM_WRITE_AFTER_END', 'write after end'); +createErrorType('ERR_STREAM_NULL_VALUES', 'May not write null values to stream', TypeError); +createErrorType('ERR_UNKNOWN_ENCODING', function (arg) { + return 'Unknown encoding: ' + arg; +}, TypeError); +createErrorType('ERR_STREAM_UNSHIFT_AFTER_END_EVENT', 'stream.unshift() after end event'); +module.exports.codes = codes; +},{}],"../node_modules/hash-base/node_modules/readable-stream/lib/internal/streams/state.js":[function(require,module,exports) { +'use strict'; + +var ERR_INVALID_OPT_VALUE = require('../../../errors').codes.ERR_INVALID_OPT_VALUE; + +function highWaterMarkFrom(options, isDuplex, duplexKey) { + return options.highWaterMark != null ? options.highWaterMark : isDuplex ? options[duplexKey] : null; +} + +function getHighWaterMark(state, options, duplexKey, isDuplex) { + var hwm = highWaterMarkFrom(options, isDuplex, duplexKey); + + if (hwm != null) { + if (!(isFinite(hwm) && Math.floor(hwm) === hwm) || hwm < 0) { + var name = isDuplex ? duplexKey : 'highWaterMark'; + throw new ERR_INVALID_OPT_VALUE(name, hwm); + } + + return Math.floor(hwm); + } // Default value + + + return state.objectMode ? 16 : 16 * 1024; +} + +module.exports = { + getHighWaterMark: getHighWaterMark +}; +},{"../../../errors":"../node_modules/hash-base/node_modules/readable-stream/errors-browser.js"}],"../node_modules/util-deprecate/browser.js":[function(require,module,exports) { +var global = arguments[3]; + +/** + * Module exports. + */ + +module.exports = deprecate; + +/** + * Mark that a method should not be used. + * Returns a modified function which warns once by default. + * + * If `localStorage.noDeprecation = true` is set, then it is a no-op. + * + * If `localStorage.throwDeprecation = true` is set, then deprecated functions + * will throw an Error when invoked. + * + * If `localStorage.traceDeprecation = true` is set, then deprecated functions + * will invoke `console.trace()` instead of `console.error()`. + * + * @param {Function} fn - the function to deprecate + * @param {String} msg - the string to print to the console when `fn` is invoked + * @returns {Function} a new "deprecated" version of `fn` + * @api public + */ + +function deprecate (fn, msg) { + if (config('noDeprecation')) { + return fn; + } + + var warned = false; + function deprecated() { + if (!warned) { + if (config('throwDeprecation')) { + throw new Error(msg); + } else if (config('traceDeprecation')) { + console.trace(msg); + } else { + console.warn(msg); + } + warned = true; + } + return fn.apply(this, arguments); + } + + return deprecated; +} + +/** + * Checks `localStorage` for boolean values for the given `name`. + * + * @param {String} name + * @returns {Boolean} + * @api private + */ + +function config (name) { + // accessing global.localStorage can trigger a DOMException in sandboxed iframes + try { + if (!global.localStorage) return false; + } catch (_) { + return false; + } + var val = global.localStorage[name]; + if (null == val) return false; + return String(val).toLowerCase() === 'true'; +} + +},{}],"../node_modules/hash-base/node_modules/readable-stream/lib/_stream_writable.js":[function(require,module,exports) { + +var global = arguments[3]; +var process = require("process"); +// Copyright Joyent, Inc. and other Node contributors. +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to permit +// persons to whom the Software is furnished to do so, subject to the +// following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +// USE OR OTHER DEALINGS IN THE SOFTWARE. +// A bit simpler than readable streams. +// Implement an async ._write(chunk, encoding, cb), and it'll handle all +// the drain event emission and buffering. +'use strict'; + +module.exports = Writable; +/* */ + +function WriteReq(chunk, encoding, cb) { + this.chunk = chunk; + this.encoding = encoding; + this.callback = cb; + this.next = null; +} // It seems a linked list but it is not +// there will be only 2 of these for each stream + + +function CorkedRequest(state) { + var _this = this; + + this.next = null; + this.entry = null; + + this.finish = function () { + onCorkedFinish(_this, state); + }; +} +/* */ + +/**/ + + +var Duplex; +/**/ + +Writable.WritableState = WritableState; +/**/ + +var internalUtil = { + deprecate: require('util-deprecate') +}; +/**/ + +/**/ + +var Stream = require('./internal/streams/stream'); +/**/ + + +var Buffer = require('buffer').Buffer; + +var OurUint8Array = global.Uint8Array || function () {}; + +function _uint8ArrayToBuffer(chunk) { + return Buffer.from(chunk); +} + +function _isUint8Array(obj) { + return Buffer.isBuffer(obj) || obj instanceof OurUint8Array; +} + +var destroyImpl = require('./internal/streams/destroy'); + +var _require = require('./internal/streams/state'), + getHighWaterMark = _require.getHighWaterMark; + +var _require$codes = require('../errors').codes, + ERR_INVALID_ARG_TYPE = _require$codes.ERR_INVALID_ARG_TYPE, + ERR_METHOD_NOT_IMPLEMENTED = _require$codes.ERR_METHOD_NOT_IMPLEMENTED, + ERR_MULTIPLE_CALLBACK = _require$codes.ERR_MULTIPLE_CALLBACK, + ERR_STREAM_CANNOT_PIPE = _require$codes.ERR_STREAM_CANNOT_PIPE, + ERR_STREAM_DESTROYED = _require$codes.ERR_STREAM_DESTROYED, + ERR_STREAM_NULL_VALUES = _require$codes.ERR_STREAM_NULL_VALUES, + ERR_STREAM_WRITE_AFTER_END = _require$codes.ERR_STREAM_WRITE_AFTER_END, + ERR_UNKNOWN_ENCODING = _require$codes.ERR_UNKNOWN_ENCODING; + +var errorOrDestroy = destroyImpl.errorOrDestroy; + +require('inherits')(Writable, Stream); + +function nop() {} + +function WritableState(options, stream, isDuplex) { + Duplex = Duplex || require('./_stream_duplex'); + options = options || {}; // Duplex streams are both readable and writable, but share + // the same options object. + // However, some cases require setting options to different + // values for the readable and the writable sides of the duplex stream, + // e.g. options.readableObjectMode vs. options.writableObjectMode, etc. + + if (typeof isDuplex !== 'boolean') isDuplex = stream instanceof Duplex; // object stream flag to indicate whether or not this stream + // contains buffers or objects. + + this.objectMode = !!options.objectMode; + if (isDuplex) this.objectMode = this.objectMode || !!options.writableObjectMode; // the point at which write() starts returning false + // Note: 0 is a valid value, means that we always return false if + // the entire buffer is not flushed immediately on write() + + this.highWaterMark = getHighWaterMark(this, options, 'writableHighWaterMark', isDuplex); // if _final has been called + + this.finalCalled = false; // drain event flag. + + this.needDrain = false; // at the start of calling end() + + this.ending = false; // when end() has been called, and returned + + this.ended = false; // when 'finish' is emitted + + this.finished = false; // has it been destroyed + + this.destroyed = false; // should we decode strings into buffers before passing to _write? + // this is here so that some node-core streams can optimize string + // handling at a lower level. + + var noDecode = options.decodeStrings === false; + this.decodeStrings = !noDecode; // Crypto is kind of old and crusty. Historically, its default string + // encoding is 'binary' so we have to make this configurable. + // Everything else in the universe uses 'utf8', though. + + this.defaultEncoding = options.defaultEncoding || 'utf8'; // not an actual buffer we keep track of, but a measurement + // of how much we're waiting to get pushed to some underlying + // socket or file. + + this.length = 0; // a flag to see when we're in the middle of a write. + + this.writing = false; // when true all writes will be buffered until .uncork() call + + this.corked = 0; // a flag to be able to tell if the onwrite cb is called immediately, + // or on a later tick. We set this to true at first, because any + // actions that shouldn't happen until "later" should generally also + // not happen before the first write call. + + this.sync = true; // a flag to know if we're processing previously buffered items, which + // may call the _write() callback in the same tick, so that we don't + // end up in an overlapped onwrite situation. + + this.bufferProcessing = false; // the callback that's passed to _write(chunk,cb) + + this.onwrite = function (er) { + onwrite(stream, er); + }; // the callback that the user supplies to write(chunk,encoding,cb) + + + this.writecb = null; // the amount that is being written when _write is called. + + this.writelen = 0; + this.bufferedRequest = null; + this.lastBufferedRequest = null; // number of pending user-supplied write callbacks + // this must be 0 before 'finish' can be emitted + + this.pendingcb = 0; // emit prefinish if the only thing we're waiting for is _write cbs + // This is relevant for synchronous Transform streams + + this.prefinished = false; // True if the error was already emitted and should not be thrown again + + this.errorEmitted = false; // Should close be emitted on destroy. Defaults to true. + + this.emitClose = options.emitClose !== false; // Should .destroy() be called after 'finish' (and potentially 'end') + + this.autoDestroy = !!options.autoDestroy; // count buffered requests + + this.bufferedRequestCount = 0; // allocate the first CorkedRequest, there is always + // one allocated and free to use, and we maintain at most two + + this.corkedRequestsFree = new CorkedRequest(this); +} + +WritableState.prototype.getBuffer = function getBuffer() { + var current = this.bufferedRequest; + var out = []; + + while (current) { + out.push(current); + current = current.next; + } + + return out; +}; + +(function () { + try { + Object.defineProperty(WritableState.prototype, 'buffer', { + get: internalUtil.deprecate(function writableStateBufferGetter() { + return this.getBuffer(); + }, '_writableState.buffer is deprecated. Use _writableState.getBuffer ' + 'instead.', 'DEP0003') + }); + } catch (_) {} +})(); // Test _writableState for inheritance to account for Duplex streams, +// whose prototype chain only points to Readable. + + +var realHasInstance; + +if (typeof Symbol === 'function' && Symbol.hasInstance && typeof Function.prototype[Symbol.hasInstance] === 'function') { + realHasInstance = Function.prototype[Symbol.hasInstance]; + Object.defineProperty(Writable, Symbol.hasInstance, { + value: function value(object) { + if (realHasInstance.call(this, object)) return true; + if (this !== Writable) return false; + return object && object._writableState instanceof WritableState; + } + }); +} else { + realHasInstance = function realHasInstance(object) { + return object instanceof this; + }; +} + +function Writable(options) { + Duplex = Duplex || require('./_stream_duplex'); // Writable ctor is applied to Duplexes, too. + // `realHasInstance` is necessary because using plain `instanceof` + // would return false, as no `_writableState` property is attached. + // Trying to use the custom `instanceof` for Writable here will also break the + // Node.js LazyTransform implementation, which has a non-trivial getter for + // `_writableState` that would lead to infinite recursion. + // Checking for a Stream.Duplex instance is faster here instead of inside + // the WritableState constructor, at least with V8 6.5 + + var isDuplex = this instanceof Duplex; + if (!isDuplex && !realHasInstance.call(Writable, this)) return new Writable(options); + this._writableState = new WritableState(options, this, isDuplex); // legacy. + + this.writable = true; + + if (options) { + if (typeof options.write === 'function') this._write = options.write; + if (typeof options.writev === 'function') this._writev = options.writev; + if (typeof options.destroy === 'function') this._destroy = options.destroy; + if (typeof options.final === 'function') this._final = options.final; + } + + Stream.call(this); +} // Otherwise people can pipe Writable streams, which is just wrong. + + +Writable.prototype.pipe = function () { + errorOrDestroy(this, new ERR_STREAM_CANNOT_PIPE()); +}; + +function writeAfterEnd(stream, cb) { + var er = new ERR_STREAM_WRITE_AFTER_END(); // TODO: defer error events consistently everywhere, not just the cb + + errorOrDestroy(stream, er); + process.nextTick(cb, er); +} // Checks that a user-supplied chunk is valid, especially for the particular +// mode the stream is in. Currently this means that `null` is never accepted +// and undefined/non-string values are only allowed in object mode. + + +function validChunk(stream, state, chunk, cb) { + var er; + + if (chunk === null) { + er = new ERR_STREAM_NULL_VALUES(); + } else if (typeof chunk !== 'string' && !state.objectMode) { + er = new ERR_INVALID_ARG_TYPE('chunk', ['string', 'Buffer'], chunk); + } + + if (er) { + errorOrDestroy(stream, er); + process.nextTick(cb, er); + return false; + } + + return true; +} + +Writable.prototype.write = function (chunk, encoding, cb) { + var state = this._writableState; + var ret = false; + + var isBuf = !state.objectMode && _isUint8Array(chunk); + + if (isBuf && !Buffer.isBuffer(chunk)) { + chunk = _uint8ArrayToBuffer(chunk); + } + + if (typeof encoding === 'function') { + cb = encoding; + encoding = null; + } + + if (isBuf) encoding = 'buffer';else if (!encoding) encoding = state.defaultEncoding; + if (typeof cb !== 'function') cb = nop; + if (state.ending) writeAfterEnd(this, cb);else if (isBuf || validChunk(this, state, chunk, cb)) { + state.pendingcb++; + ret = writeOrBuffer(this, state, isBuf, chunk, encoding, cb); + } + return ret; +}; + +Writable.prototype.cork = function () { + this._writableState.corked++; +}; + +Writable.prototype.uncork = function () { + var state = this._writableState; + + if (state.corked) { + state.corked--; + if (!state.writing && !state.corked && !state.bufferProcessing && state.bufferedRequest) clearBuffer(this, state); + } +}; + +Writable.prototype.setDefaultEncoding = function setDefaultEncoding(encoding) { + // node::ParseEncoding() requires lower case. + if (typeof encoding === 'string') encoding = encoding.toLowerCase(); + if (!(['hex', 'utf8', 'utf-8', 'ascii', 'binary', 'base64', 'ucs2', 'ucs-2', 'utf16le', 'utf-16le', 'raw'].indexOf((encoding + '').toLowerCase()) > -1)) throw new ERR_UNKNOWN_ENCODING(encoding); + this._writableState.defaultEncoding = encoding; + return this; +}; + +Object.defineProperty(Writable.prototype, 'writableBuffer', { + // making it explicit this property is not enumerable + // because otherwise some prototype manipulation in + // userland will fail + enumerable: false, + get: function get() { + return this._writableState && this._writableState.getBuffer(); + } +}); + +function decodeChunk(state, chunk, encoding) { + if (!state.objectMode && state.decodeStrings !== false && typeof chunk === 'string') { + chunk = Buffer.from(chunk, encoding); + } + + return chunk; +} + +Object.defineProperty(Writable.prototype, 'writableHighWaterMark', { + // making it explicit this property is not enumerable + // because otherwise some prototype manipulation in + // userland will fail + enumerable: false, + get: function get() { + return this._writableState.highWaterMark; + } +}); // if we're already writing something, then just put this +// in the queue, and wait our turn. Otherwise, call _write +// If we return false, then we need a drain event, so set that flag. + +function writeOrBuffer(stream, state, isBuf, chunk, encoding, cb) { + if (!isBuf) { + var newChunk = decodeChunk(state, chunk, encoding); + + if (chunk !== newChunk) { + isBuf = true; + encoding = 'buffer'; + chunk = newChunk; + } + } + + var len = state.objectMode ? 1 : chunk.length; + state.length += len; + var ret = state.length < state.highWaterMark; // we must ensure that previous needDrain will not be reset to false. + + if (!ret) state.needDrain = true; + + if (state.writing || state.corked) { + var last = state.lastBufferedRequest; + state.lastBufferedRequest = { + chunk: chunk, + encoding: encoding, + isBuf: isBuf, + callback: cb, + next: null + }; + + if (last) { + last.next = state.lastBufferedRequest; + } else { + state.bufferedRequest = state.lastBufferedRequest; + } + + state.bufferedRequestCount += 1; + } else { + doWrite(stream, state, false, len, chunk, encoding, cb); + } + + return ret; +} + +function doWrite(stream, state, writev, len, chunk, encoding, cb) { + state.writelen = len; + state.writecb = cb; + state.writing = true; + state.sync = true; + if (state.destroyed) state.onwrite(new ERR_STREAM_DESTROYED('write'));else if (writev) stream._writev(chunk, state.onwrite);else stream._write(chunk, encoding, state.onwrite); + state.sync = false; +} + +function onwriteError(stream, state, sync, er, cb) { + --state.pendingcb; + + if (sync) { + // defer the callback if we are being called synchronously + // to avoid piling up things on the stack + process.nextTick(cb, er); // this can emit finish, and it will always happen + // after error + + process.nextTick(finishMaybe, stream, state); + stream._writableState.errorEmitted = true; + errorOrDestroy(stream, er); + } else { + // the caller expect this to happen before if + // it is async + cb(er); + stream._writableState.errorEmitted = true; + errorOrDestroy(stream, er); // this can emit finish, but finish must + // always follow error + + finishMaybe(stream, state); + } +} + +function onwriteStateUpdate(state) { + state.writing = false; + state.writecb = null; + state.length -= state.writelen; + state.writelen = 0; +} + +function onwrite(stream, er) { + var state = stream._writableState; + var sync = state.sync; + var cb = state.writecb; + if (typeof cb !== 'function') throw new ERR_MULTIPLE_CALLBACK(); + onwriteStateUpdate(state); + if (er) onwriteError(stream, state, sync, er, cb);else { + // Check if we're actually ready to finish, but don't emit yet + var finished = needFinish(state) || stream.destroyed; + + if (!finished && !state.corked && !state.bufferProcessing && state.bufferedRequest) { + clearBuffer(stream, state); + } + + if (sync) { + process.nextTick(afterWrite, stream, state, finished, cb); + } else { + afterWrite(stream, state, finished, cb); + } + } +} + +function afterWrite(stream, state, finished, cb) { + if (!finished) onwriteDrain(stream, state); + state.pendingcb--; + cb(); + finishMaybe(stream, state); +} // Must force callback to be called on nextTick, so that we don't +// emit 'drain' before the write() consumer gets the 'false' return +// value, and has a chance to attach a 'drain' listener. + + +function onwriteDrain(stream, state) { + if (state.length === 0 && state.needDrain) { + state.needDrain = false; + stream.emit('drain'); + } +} // if there's something in the buffer waiting, then process it + + +function clearBuffer(stream, state) { + state.bufferProcessing = true; + var entry = state.bufferedRequest; + + if (stream._writev && entry && entry.next) { + // Fast case, write everything using _writev() + var l = state.bufferedRequestCount; + var buffer = new Array(l); + var holder = state.corkedRequestsFree; + holder.entry = entry; + var count = 0; + var allBuffers = true; + + while (entry) { + buffer[count] = entry; + if (!entry.isBuf) allBuffers = false; + entry = entry.next; + count += 1; + } + + buffer.allBuffers = allBuffers; + doWrite(stream, state, true, state.length, buffer, '', holder.finish); // doWrite is almost always async, defer these to save a bit of time + // as the hot path ends with doWrite + + state.pendingcb++; + state.lastBufferedRequest = null; + + if (holder.next) { + state.corkedRequestsFree = holder.next; + holder.next = null; + } else { + state.corkedRequestsFree = new CorkedRequest(state); + } + + state.bufferedRequestCount = 0; + } else { + // Slow case, write chunks one-by-one + while (entry) { + var chunk = entry.chunk; + var encoding = entry.encoding; + var cb = entry.callback; + var len = state.objectMode ? 1 : chunk.length; + doWrite(stream, state, false, len, chunk, encoding, cb); + entry = entry.next; + state.bufferedRequestCount--; // if we didn't call the onwrite immediately, then + // it means that we need to wait until it does. + // also, that means that the chunk and cb are currently + // being processed, so move the buffer counter past them. + + if (state.writing) { + break; + } + } + + if (entry === null) state.lastBufferedRequest = null; + } + + state.bufferedRequest = entry; + state.bufferProcessing = false; +} + +Writable.prototype._write = function (chunk, encoding, cb) { + cb(new ERR_METHOD_NOT_IMPLEMENTED('_write()')); +}; + +Writable.prototype._writev = null; + +Writable.prototype.end = function (chunk, encoding, cb) { + var state = this._writableState; + + if (typeof chunk === 'function') { + cb = chunk; + chunk = null; + encoding = null; + } else if (typeof encoding === 'function') { + cb = encoding; + encoding = null; + } + + if (chunk !== null && chunk !== undefined) this.write(chunk, encoding); // .end() fully uncorks + + if (state.corked) { + state.corked = 1; + this.uncork(); + } // ignore unnecessary end() calls. + + + if (!state.ending) endWritable(this, state, cb); + return this; +}; + +Object.defineProperty(Writable.prototype, 'writableLength', { + // making it explicit this property is not enumerable + // because otherwise some prototype manipulation in + // userland will fail + enumerable: false, + get: function get() { + return this._writableState.length; + } +}); + +function needFinish(state) { + return state.ending && state.length === 0 && state.bufferedRequest === null && !state.finished && !state.writing; +} + +function callFinal(stream, state) { + stream._final(function (err) { + state.pendingcb--; + + if (err) { + errorOrDestroy(stream, err); + } + + state.prefinished = true; + stream.emit('prefinish'); + finishMaybe(stream, state); + }); +} + +function prefinish(stream, state) { + if (!state.prefinished && !state.finalCalled) { + if (typeof stream._final === 'function' && !state.destroyed) { + state.pendingcb++; + state.finalCalled = true; + process.nextTick(callFinal, stream, state); + } else { + state.prefinished = true; + stream.emit('prefinish'); + } + } +} + +function finishMaybe(stream, state) { + var need = needFinish(state); + + if (need) { + prefinish(stream, state); + + if (state.pendingcb === 0) { + state.finished = true; + stream.emit('finish'); + + if (state.autoDestroy) { + // In case of duplex streams we need a way to detect + // if the readable side is ready for autoDestroy as well + var rState = stream._readableState; + + if (!rState || rState.autoDestroy && rState.endEmitted) { + stream.destroy(); + } + } + } + } + + return need; +} + +function endWritable(stream, state, cb) { + state.ending = true; + finishMaybe(stream, state); + + if (cb) { + if (state.finished) process.nextTick(cb);else stream.once('finish', cb); + } + + state.ended = true; + stream.writable = false; +} + +function onCorkedFinish(corkReq, state, err) { + var entry = corkReq.entry; + corkReq.entry = null; + + while (entry) { + var cb = entry.callback; + state.pendingcb--; + cb(err); + entry = entry.next; + } // reuse the free corkReq. + + + state.corkedRequestsFree.next = corkReq; +} + +Object.defineProperty(Writable.prototype, 'destroyed', { + // making it explicit this property is not enumerable + // because otherwise some prototype manipulation in + // userland will fail + enumerable: false, + get: function get() { + if (this._writableState === undefined) { + return false; + } + + return this._writableState.destroyed; + }, + set: function set(value) { + // we ignore the value if the stream + // has not been initialized yet + if (!this._writableState) { + return; + } // backward compatibility, the user is explicitly + // managing destroyed + + + this._writableState.destroyed = value; + } +}); +Writable.prototype.destroy = destroyImpl.destroy; +Writable.prototype._undestroy = destroyImpl.undestroy; + +Writable.prototype._destroy = function (err, cb) { + cb(err); +}; +},{"util-deprecate":"../node_modules/util-deprecate/browser.js","./internal/streams/stream":"../node_modules/hash-base/node_modules/readable-stream/lib/internal/streams/stream-browser.js","buffer":"../node_modules/buffer/index.js","./internal/streams/destroy":"../node_modules/hash-base/node_modules/readable-stream/lib/internal/streams/destroy.js","./internal/streams/state":"../node_modules/hash-base/node_modules/readable-stream/lib/internal/streams/state.js","../errors":"../node_modules/hash-base/node_modules/readable-stream/errors-browser.js","inherits":"../node_modules/inherits/inherits_browser.js","./_stream_duplex":"../node_modules/hash-base/node_modules/readable-stream/lib/_stream_duplex.js","process":"../node_modules/process/browser.js"}],"../node_modules/hash-base/node_modules/readable-stream/lib/_stream_duplex.js":[function(require,module,exports) { +var process = require("process"); +// Copyright Joyent, Inc. and other Node contributors. +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to permit +// persons to whom the Software is furnished to do so, subject to the +// following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +// USE OR OTHER DEALINGS IN THE SOFTWARE. +// a duplex stream is just a stream that is both readable and writable. +// Since JS doesn't have multiple prototypal inheritance, this class +// prototypally inherits from Readable, and then parasitically from +// Writable. +'use strict'; +/**/ + +var objectKeys = Object.keys || function (obj) { + var keys = []; + + for (var key in obj) { + keys.push(key); + } + + return keys; +}; +/**/ + + +module.exports = Duplex; + +var Readable = require('./_stream_readable'); + +var Writable = require('./_stream_writable'); + +require('inherits')(Duplex, Readable); + +{ + // Allow the keys array to be GC'ed. + var keys = objectKeys(Writable.prototype); + + for (var v = 0; v < keys.length; v++) { + var method = keys[v]; + if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method]; + } +} + +function Duplex(options) { + if (!(this instanceof Duplex)) return new Duplex(options); + Readable.call(this, options); + Writable.call(this, options); + this.allowHalfOpen = true; + + if (options) { + if (options.readable === false) this.readable = false; + if (options.writable === false) this.writable = false; + + if (options.allowHalfOpen === false) { + this.allowHalfOpen = false; + this.once('end', onend); + } + } +} + +Object.defineProperty(Duplex.prototype, 'writableHighWaterMark', { + // making it explicit this property is not enumerable + // because otherwise some prototype manipulation in + // userland will fail + enumerable: false, + get: function get() { + return this._writableState.highWaterMark; + } +}); +Object.defineProperty(Duplex.prototype, 'writableBuffer', { + // making it explicit this property is not enumerable + // because otherwise some prototype manipulation in + // userland will fail + enumerable: false, + get: function get() { + return this._writableState && this._writableState.getBuffer(); + } +}); +Object.defineProperty(Duplex.prototype, 'writableLength', { + // making it explicit this property is not enumerable + // because otherwise some prototype manipulation in + // userland will fail + enumerable: false, + get: function get() { + return this._writableState.length; + } +}); // the no-half-open enforcer + +function onend() { + // If the writable side ended, then we're ok. + if (this._writableState.ended) return; // no more data can be written. + // But allow more writes to happen in this tick. + + process.nextTick(onEndNT, this); +} + +function onEndNT(self) { + self.end(); +} + +Object.defineProperty(Duplex.prototype, 'destroyed', { + // making it explicit this property is not enumerable + // because otherwise some prototype manipulation in + // userland will fail + enumerable: false, + get: function get() { + if (this._readableState === undefined || this._writableState === undefined) { + return false; + } + + return this._readableState.destroyed && this._writableState.destroyed; + }, + set: function set(value) { + // we ignore the value if the stream + // has not been initialized yet + if (this._readableState === undefined || this._writableState === undefined) { + return; + } // backward compatibility, the user is explicitly + // managing destroyed + + + this._readableState.destroyed = value; + this._writableState.destroyed = value; + } +}); +},{"./_stream_readable":"../node_modules/hash-base/node_modules/readable-stream/lib/_stream_readable.js","./_stream_writable":"../node_modules/hash-base/node_modules/readable-stream/lib/_stream_writable.js","inherits":"../node_modules/inherits/inherits_browser.js","process":"../node_modules/process/browser.js"}],"../node_modules/string_decoder/lib/string_decoder.js":[function(require,module,exports) { + +// Copyright Joyent, Inc. and other Node contributors. +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to permit +// persons to whom the Software is furnished to do so, subject to the +// following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +// USE OR OTHER DEALINGS IN THE SOFTWARE. + +'use strict'; + +/**/ + +var Buffer = require('safe-buffer').Buffer; +/**/ + +var isEncoding = Buffer.isEncoding || function (encoding) { + encoding = '' + encoding; + switch (encoding && encoding.toLowerCase()) { + case 'hex':case 'utf8':case 'utf-8':case 'ascii':case 'binary':case 'base64':case 'ucs2':case 'ucs-2':case 'utf16le':case 'utf-16le':case 'raw': + return true; + default: + return false; + } +}; + +function _normalizeEncoding(enc) { + if (!enc) return 'utf8'; + var retried; + while (true) { + switch (enc) { + case 'utf8': + case 'utf-8': + return 'utf8'; + case 'ucs2': + case 'ucs-2': + case 'utf16le': + case 'utf-16le': + return 'utf16le'; + case 'latin1': + case 'binary': + return 'latin1'; + case 'base64': + case 'ascii': + case 'hex': + return enc; + default: + if (retried) return; // undefined + enc = ('' + enc).toLowerCase(); + retried = true; + } + } +}; + +// Do not cache `Buffer.isEncoding` when checking encoding names as some +// modules monkey-patch it to support additional encodings +function normalizeEncoding(enc) { + var nenc = _normalizeEncoding(enc); + if (typeof nenc !== 'string' && (Buffer.isEncoding === isEncoding || !isEncoding(enc))) throw new Error('Unknown encoding: ' + enc); + return nenc || enc; +} + +// StringDecoder provides an interface for efficiently splitting a series of +// buffers into a series of JS strings without breaking apart multi-byte +// characters. +exports.StringDecoder = StringDecoder; +function StringDecoder(encoding) { + this.encoding = normalizeEncoding(encoding); + var nb; + switch (this.encoding) { + case 'utf16le': + this.text = utf16Text; + this.end = utf16End; + nb = 4; + break; + case 'utf8': + this.fillLast = utf8FillLast; + nb = 4; + break; + case 'base64': + this.text = base64Text; + this.end = base64End; + nb = 3; + break; + default: + this.write = simpleWrite; + this.end = simpleEnd; + return; + } + this.lastNeed = 0; + this.lastTotal = 0; + this.lastChar = Buffer.allocUnsafe(nb); +} + +StringDecoder.prototype.write = function (buf) { + if (buf.length === 0) return ''; + var r; + var i; + if (this.lastNeed) { + r = this.fillLast(buf); + if (r === undefined) return ''; + i = this.lastNeed; + this.lastNeed = 0; + } else { + i = 0; + } + if (i < buf.length) return r ? r + this.text(buf, i) : this.text(buf, i); + return r || ''; +}; + +StringDecoder.prototype.end = utf8End; + +// Returns only complete characters in a Buffer +StringDecoder.prototype.text = utf8Text; + +// Attempts to complete a partial non-UTF-8 character using bytes from a Buffer +StringDecoder.prototype.fillLast = function (buf) { + if (this.lastNeed <= buf.length) { + buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, this.lastNeed); + return this.lastChar.toString(this.encoding, 0, this.lastTotal); + } + buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, buf.length); + this.lastNeed -= buf.length; +}; + +// Checks the type of a UTF-8 byte, whether it's ASCII, a leading byte, or a +// continuation byte. If an invalid byte is detected, -2 is returned. +function utf8CheckByte(byte) { + if (byte <= 0x7F) return 0;else if (byte >> 5 === 0x06) return 2;else if (byte >> 4 === 0x0E) return 3;else if (byte >> 3 === 0x1E) return 4; + return byte >> 6 === 0x02 ? -1 : -2; +} + +// Checks at most 3 bytes at the end of a Buffer in order to detect an +// incomplete multi-byte UTF-8 character. The total number of bytes (2, 3, or 4) +// needed to complete the UTF-8 character (if applicable) are returned. +function utf8CheckIncomplete(self, buf, i) { + var j = buf.length - 1; + if (j < i) return 0; + var nb = utf8CheckByte(buf[j]); + if (nb >= 0) { + if (nb > 0) self.lastNeed = nb - 1; + return nb; + } + if (--j < i || nb === -2) return 0; + nb = utf8CheckByte(buf[j]); + if (nb >= 0) { + if (nb > 0) self.lastNeed = nb - 2; + return nb; + } + if (--j < i || nb === -2) return 0; + nb = utf8CheckByte(buf[j]); + if (nb >= 0) { + if (nb > 0) { + if (nb === 2) nb = 0;else self.lastNeed = nb - 3; + } + return nb; + } + return 0; +} + +// Validates as many continuation bytes for a multi-byte UTF-8 character as +// needed or are available. If we see a non-continuation byte where we expect +// one, we "replace" the validated continuation bytes we've seen so far with +// a single UTF-8 replacement character ('\ufffd'), to match v8's UTF-8 decoding +// behavior. The continuation byte check is included three times in the case +// where all of the continuation bytes for a character exist in the same buffer. +// It is also done this way as a slight performance increase instead of using a +// loop. +function utf8CheckExtraBytes(self, buf, p) { + if ((buf[0] & 0xC0) !== 0x80) { + self.lastNeed = 0; + return '\ufffd'; + } + if (self.lastNeed > 1 && buf.length > 1) { + if ((buf[1] & 0xC0) !== 0x80) { + self.lastNeed = 1; + return '\ufffd'; + } + if (self.lastNeed > 2 && buf.length > 2) { + if ((buf[2] & 0xC0) !== 0x80) { + self.lastNeed = 2; + return '\ufffd'; + } + } + } +} + +// Attempts to complete a multi-byte UTF-8 character using bytes from a Buffer. +function utf8FillLast(buf) { + var p = this.lastTotal - this.lastNeed; + var r = utf8CheckExtraBytes(this, buf, p); + if (r !== undefined) return r; + if (this.lastNeed <= buf.length) { + buf.copy(this.lastChar, p, 0, this.lastNeed); + return this.lastChar.toString(this.encoding, 0, this.lastTotal); + } + buf.copy(this.lastChar, p, 0, buf.length); + this.lastNeed -= buf.length; +} + +// Returns all complete UTF-8 characters in a Buffer. If the Buffer ended on a +// partial character, the character's bytes are buffered until the required +// number of bytes are available. +function utf8Text(buf, i) { + var total = utf8CheckIncomplete(this, buf, i); + if (!this.lastNeed) return buf.toString('utf8', i); + this.lastTotal = total; + var end = buf.length - (total - this.lastNeed); + buf.copy(this.lastChar, 0, end); + return buf.toString('utf8', i, end); +} + +// For UTF-8, a replacement character is added when ending on a partial +// character. +function utf8End(buf) { + var r = buf && buf.length ? this.write(buf) : ''; + if (this.lastNeed) return r + '\ufffd'; + return r; +} + +// UTF-16LE typically needs two bytes per character, but even if we have an even +// number of bytes available, we need to check if we end on a leading/high +// surrogate. In that case, we need to wait for the next two bytes in order to +// decode the last character properly. +function utf16Text(buf, i) { + if ((buf.length - i) % 2 === 0) { + var r = buf.toString('utf16le', i); + if (r) { + var c = r.charCodeAt(r.length - 1); + if (c >= 0xD800 && c <= 0xDBFF) { + this.lastNeed = 2; + this.lastTotal = 4; + this.lastChar[0] = buf[buf.length - 2]; + this.lastChar[1] = buf[buf.length - 1]; + return r.slice(0, -1); + } + } + return r; + } + this.lastNeed = 1; + this.lastTotal = 2; + this.lastChar[0] = buf[buf.length - 1]; + return buf.toString('utf16le', i, buf.length - 1); +} + +// For UTF-16LE we do not explicitly append special replacement characters if we +// end on a partial character, we simply let v8 handle that. +function utf16End(buf) { + var r = buf && buf.length ? this.write(buf) : ''; + if (this.lastNeed) { + var end = this.lastTotal - this.lastNeed; + return r + this.lastChar.toString('utf16le', 0, end); + } + return r; +} + +function base64Text(buf, i) { + var n = (buf.length - i) % 3; + if (n === 0) return buf.toString('base64', i); + this.lastNeed = 3 - n; + this.lastTotal = 3; + if (n === 1) { + this.lastChar[0] = buf[buf.length - 1]; + } else { + this.lastChar[0] = buf[buf.length - 2]; + this.lastChar[1] = buf[buf.length - 1]; + } + return buf.toString('base64', i, buf.length - n); +} + +function base64End(buf) { + var r = buf && buf.length ? this.write(buf) : ''; + if (this.lastNeed) return r + this.lastChar.toString('base64', 0, 3 - this.lastNeed); + return r; +} + +// Pass bytes on through for single-byte encodings (e.g. ascii, latin1, hex) +function simpleWrite(buf) { + return buf.toString(this.encoding); +} + +function simpleEnd(buf) { + return buf && buf.length ? this.write(buf) : ''; +} +},{"safe-buffer":"../node_modules/safe-buffer/index.js"}],"../node_modules/hash-base/node_modules/readable-stream/lib/internal/streams/end-of-stream.js":[function(require,module,exports) { +// Ported from https://github.com/mafintosh/end-of-stream with +// permission from the author, Mathias Buus (@mafintosh). +'use strict'; + +var ERR_STREAM_PREMATURE_CLOSE = require('../../../errors').codes.ERR_STREAM_PREMATURE_CLOSE; + +function once(callback) { + var called = false; + return function () { + if (called) return; + called = true; + + for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { + args[_key] = arguments[_key]; + } + + callback.apply(this, args); + }; +} + +function noop() {} + +function isRequest(stream) { + return stream.setHeader && typeof stream.abort === 'function'; +} + +function eos(stream, opts, callback) { + if (typeof opts === 'function') return eos(stream, null, opts); + if (!opts) opts = {}; + callback = once(callback || noop); + var readable = opts.readable || opts.readable !== false && stream.readable; + var writable = opts.writable || opts.writable !== false && stream.writable; + + var onlegacyfinish = function onlegacyfinish() { + if (!stream.writable) onfinish(); + }; + + var writableEnded = stream._writableState && stream._writableState.finished; + + var onfinish = function onfinish() { + writable = false; + writableEnded = true; + if (!readable) callback.call(stream); + }; + + var readableEnded = stream._readableState && stream._readableState.endEmitted; + + var onend = function onend() { + readable = false; + readableEnded = true; + if (!writable) callback.call(stream); + }; + + var onerror = function onerror(err) { + callback.call(stream, err); + }; + + var onclose = function onclose() { + var err; + + if (readable && !readableEnded) { + if (!stream._readableState || !stream._readableState.ended) err = new ERR_STREAM_PREMATURE_CLOSE(); + return callback.call(stream, err); + } + + if (writable && !writableEnded) { + if (!stream._writableState || !stream._writableState.ended) err = new ERR_STREAM_PREMATURE_CLOSE(); + return callback.call(stream, err); + } + }; + + var onrequest = function onrequest() { + stream.req.on('finish', onfinish); + }; + + if (isRequest(stream)) { + stream.on('complete', onfinish); + stream.on('abort', onclose); + if (stream.req) onrequest();else stream.on('request', onrequest); + } else if (writable && !stream._writableState) { + // legacy streams + stream.on('end', onlegacyfinish); + stream.on('close', onlegacyfinish); + } + + stream.on('end', onend); + stream.on('finish', onfinish); + if (opts.error !== false) stream.on('error', onerror); + stream.on('close', onclose); + return function () { + stream.removeListener('complete', onfinish); + stream.removeListener('abort', onclose); + stream.removeListener('request', onrequest); + if (stream.req) stream.req.removeListener('finish', onfinish); + stream.removeListener('end', onlegacyfinish); + stream.removeListener('close', onlegacyfinish); + stream.removeListener('finish', onfinish); + stream.removeListener('end', onend); + stream.removeListener('error', onerror); + stream.removeListener('close', onclose); + }; +} + +module.exports = eos; +},{"../../../errors":"../node_modules/hash-base/node_modules/readable-stream/errors-browser.js"}],"../node_modules/hash-base/node_modules/readable-stream/lib/internal/streams/async_iterator.js":[function(require,module,exports) { +var process = require("process"); +'use strict'; + +var _Object$setPrototypeO; + +function _defineProperty(obj, key, value) { + if (key in obj) { + Object.defineProperty(obj, key, { + value: value, + enumerable: true, + configurable: true, + writable: true + }); + } else { + obj[key] = value; + } + + return obj; +} + +var finished = require('./end-of-stream'); + +var kLastResolve = Symbol('lastResolve'); +var kLastReject = Symbol('lastReject'); +var kError = Symbol('error'); +var kEnded = Symbol('ended'); +var kLastPromise = Symbol('lastPromise'); +var kHandlePromise = Symbol('handlePromise'); +var kStream = Symbol('stream'); + +function createIterResult(value, done) { + return { + value: value, + done: done + }; +} + +function readAndResolve(iter) { + var resolve = iter[kLastResolve]; + + if (resolve !== null) { + var data = iter[kStream].read(); // we defer if data is null + // we can be expecting either 'end' or + // 'error' + + if (data !== null) { + iter[kLastPromise] = null; + iter[kLastResolve] = null; + iter[kLastReject] = null; + resolve(createIterResult(data, false)); + } + } +} + +function onReadable(iter) { + // we wait for the next tick, because it might + // emit an error with process.nextTick + process.nextTick(readAndResolve, iter); +} + +function wrapForNext(lastPromise, iter) { + return function (resolve, reject) { + lastPromise.then(function () { + if (iter[kEnded]) { + resolve(createIterResult(undefined, true)); + return; + } + + iter[kHandlePromise](resolve, reject); + }, reject); + }; +} + +var AsyncIteratorPrototype = Object.getPrototypeOf(function () {}); +var ReadableStreamAsyncIteratorPrototype = Object.setPrototypeOf((_Object$setPrototypeO = { + get stream() { + return this[kStream]; + }, + + next: function next() { + var _this = this; // if we have detected an error in the meanwhile + // reject straight away + + + var error = this[kError]; + + if (error !== null) { + return Promise.reject(error); + } + + if (this[kEnded]) { + return Promise.resolve(createIterResult(undefined, true)); + } + + if (this[kStream].destroyed) { + // We need to defer via nextTick because if .destroy(err) is + // called, the error will be emitted via nextTick, and + // we cannot guarantee that there is no error lingering around + // waiting to be emitted. + return new Promise(function (resolve, reject) { + process.nextTick(function () { + if (_this[kError]) { + reject(_this[kError]); + } else { + resolve(createIterResult(undefined, true)); + } + }); + }); + } // if we have multiple next() calls + // we will wait for the previous Promise to finish + // this logic is optimized to support for await loops, + // where next() is only called once at a time + + + var lastPromise = this[kLastPromise]; + var promise; + + if (lastPromise) { + promise = new Promise(wrapForNext(lastPromise, this)); + } else { + // fast path needed to support multiple this.push() + // without triggering the next() queue + var data = this[kStream].read(); + + if (data !== null) { + return Promise.resolve(createIterResult(data, false)); + } + + promise = new Promise(this[kHandlePromise]); + } + + this[kLastPromise] = promise; + return promise; + } +}, _defineProperty(_Object$setPrototypeO, Symbol.asyncIterator, function () { + return this; +}), _defineProperty(_Object$setPrototypeO, "return", function _return() { + var _this2 = this; // destroy(err, cb) is a private API + // we can guarantee we have that here, because we control the + // Readable class this is attached to + + + return new Promise(function (resolve, reject) { + _this2[kStream].destroy(null, function (err) { + if (err) { + reject(err); + return; + } + + resolve(createIterResult(undefined, true)); + }); + }); +}), _Object$setPrototypeO), AsyncIteratorPrototype); + +var createReadableStreamAsyncIterator = function createReadableStreamAsyncIterator(stream) { + var _Object$create; + + var iterator = Object.create(ReadableStreamAsyncIteratorPrototype, (_Object$create = {}, _defineProperty(_Object$create, kStream, { + value: stream, + writable: true + }), _defineProperty(_Object$create, kLastResolve, { + value: null, + writable: true + }), _defineProperty(_Object$create, kLastReject, { + value: null, + writable: true + }), _defineProperty(_Object$create, kError, { + value: null, + writable: true + }), _defineProperty(_Object$create, kEnded, { + value: stream._readableState.endEmitted, + writable: true + }), _defineProperty(_Object$create, kHandlePromise, { + value: function value(resolve, reject) { + var data = iterator[kStream].read(); + + if (data) { + iterator[kLastPromise] = null; + iterator[kLastResolve] = null; + iterator[kLastReject] = null; + resolve(createIterResult(data, false)); + } else { + iterator[kLastResolve] = resolve; + iterator[kLastReject] = reject; + } + }, + writable: true + }), _Object$create)); + iterator[kLastPromise] = null; + finished(stream, function (err) { + if (err && err.code !== 'ERR_STREAM_PREMATURE_CLOSE') { + var reject = iterator[kLastReject]; // reject if we are waiting for data in the Promise + // returned by next() and store the error + + if (reject !== null) { + iterator[kLastPromise] = null; + iterator[kLastResolve] = null; + iterator[kLastReject] = null; + reject(err); + } + + iterator[kError] = err; + return; + } + + var resolve = iterator[kLastResolve]; + + if (resolve !== null) { + iterator[kLastPromise] = null; + iterator[kLastResolve] = null; + iterator[kLastReject] = null; + resolve(createIterResult(undefined, true)); + } + + iterator[kEnded] = true; + }); + stream.on('readable', onReadable.bind(null, iterator)); + return iterator; +}; + +module.exports = createReadableStreamAsyncIterator; +},{"./end-of-stream":"../node_modules/hash-base/node_modules/readable-stream/lib/internal/streams/end-of-stream.js","process":"../node_modules/process/browser.js"}],"../node_modules/hash-base/node_modules/readable-stream/lib/internal/streams/from-browser.js":[function(require,module,exports) { +module.exports = function () { + throw new Error('Readable.from is not available in the browser'); +}; +},{}],"../node_modules/hash-base/node_modules/readable-stream/lib/_stream_readable.js":[function(require,module,exports) { + +var global = arguments[3]; +var process = require("process"); +// Copyright Joyent, Inc. and other Node contributors. +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to permit +// persons to whom the Software is furnished to do so, subject to the +// following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +// USE OR OTHER DEALINGS IN THE SOFTWARE. +'use strict'; + +module.exports = Readable; +/**/ + +var Duplex; +/**/ + +Readable.ReadableState = ReadableState; +/**/ + +var EE = require('events').EventEmitter; + +var EElistenerCount = function EElistenerCount(emitter, type) { + return emitter.listeners(type).length; +}; +/**/ + +/**/ + + +var Stream = require('./internal/streams/stream'); +/**/ + + +var Buffer = require('buffer').Buffer; + +var OurUint8Array = global.Uint8Array || function () {}; + +function _uint8ArrayToBuffer(chunk) { + return Buffer.from(chunk); +} + +function _isUint8Array(obj) { + return Buffer.isBuffer(obj) || obj instanceof OurUint8Array; +} +/**/ + + +var debugUtil = require('util'); + +var debug; + +if (debugUtil && debugUtil.debuglog) { + debug = debugUtil.debuglog('stream'); +} else { + debug = function debug() {}; +} +/**/ + + +var BufferList = require('./internal/streams/buffer_list'); + +var destroyImpl = require('./internal/streams/destroy'); + +var _require = require('./internal/streams/state'), + getHighWaterMark = _require.getHighWaterMark; + +var _require$codes = require('../errors').codes, + ERR_INVALID_ARG_TYPE = _require$codes.ERR_INVALID_ARG_TYPE, + ERR_STREAM_PUSH_AFTER_EOF = _require$codes.ERR_STREAM_PUSH_AFTER_EOF, + ERR_METHOD_NOT_IMPLEMENTED = _require$codes.ERR_METHOD_NOT_IMPLEMENTED, + ERR_STREAM_UNSHIFT_AFTER_END_EVENT = _require$codes.ERR_STREAM_UNSHIFT_AFTER_END_EVENT; // Lazy loaded to improve the startup performance. + + +var StringDecoder; +var createReadableStreamAsyncIterator; +var from; + +require('inherits')(Readable, Stream); + +var errorOrDestroy = destroyImpl.errorOrDestroy; +var kProxyEvents = ['error', 'close', 'destroy', 'pause', 'resume']; + +function prependListener(emitter, event, fn) { + // Sadly this is not cacheable as some libraries bundle their own + // event emitter implementation with them. + if (typeof emitter.prependListener === 'function') return emitter.prependListener(event, fn); // This is a hack to make sure that our error handler is attached before any + // userland ones. NEVER DO THIS. This is here only because this code needs + // to continue to work with older versions of Node.js that do not include + // the prependListener() method. The goal is to eventually remove this hack. + + if (!emitter._events || !emitter._events[event]) emitter.on(event, fn);else if (Array.isArray(emitter._events[event])) emitter._events[event].unshift(fn);else emitter._events[event] = [fn, emitter._events[event]]; +} + +function ReadableState(options, stream, isDuplex) { + Duplex = Duplex || require('./_stream_duplex'); + options = options || {}; // Duplex streams are both readable and writable, but share + // the same options object. + // However, some cases require setting options to different + // values for the readable and the writable sides of the duplex stream. + // These options can be provided separately as readableXXX and writableXXX. + + if (typeof isDuplex !== 'boolean') isDuplex = stream instanceof Duplex; // object stream flag. Used to make read(n) ignore n and to + // make all the buffer merging and length checks go away + + this.objectMode = !!options.objectMode; + if (isDuplex) this.objectMode = this.objectMode || !!options.readableObjectMode; // the point at which it stops calling _read() to fill the buffer + // Note: 0 is a valid value, means "don't call _read preemptively ever" + + this.highWaterMark = getHighWaterMark(this, options, 'readableHighWaterMark', isDuplex); // A linked list is used to store data chunks instead of an array because the + // linked list can remove elements from the beginning faster than + // array.shift() + + this.buffer = new BufferList(); + this.length = 0; + this.pipes = null; + this.pipesCount = 0; + this.flowing = null; + this.ended = false; + this.endEmitted = false; + this.reading = false; // a flag to be able to tell if the event 'readable'/'data' is emitted + // immediately, or on a later tick. We set this to true at first, because + // any actions that shouldn't happen until "later" should generally also + // not happen before the first read call. + + this.sync = true; // whenever we return null, then we set a flag to say + // that we're awaiting a 'readable' event emission. + + this.needReadable = false; + this.emittedReadable = false; + this.readableListening = false; + this.resumeScheduled = false; + this.paused = true; // Should close be emitted on destroy. Defaults to true. + + this.emitClose = options.emitClose !== false; // Should .destroy() be called after 'end' (and potentially 'finish') + + this.autoDestroy = !!options.autoDestroy; // has it been destroyed + + this.destroyed = false; // Crypto is kind of old and crusty. Historically, its default string + // encoding is 'binary' so we have to make this configurable. + // Everything else in the universe uses 'utf8', though. + + this.defaultEncoding = options.defaultEncoding || 'utf8'; // the number of writers that are awaiting a drain event in .pipe()s + + this.awaitDrain = 0; // if true, a maybeReadMore has been scheduled + + this.readingMore = false; + this.decoder = null; + this.encoding = null; + + if (options.encoding) { + if (!StringDecoder) StringDecoder = require('string_decoder/').StringDecoder; + this.decoder = new StringDecoder(options.encoding); + this.encoding = options.encoding; + } +} + +function Readable(options) { + Duplex = Duplex || require('./_stream_duplex'); + if (!(this instanceof Readable)) return new Readable(options); // Checking for a Stream.Duplex instance is faster here instead of inside + // the ReadableState constructor, at least with V8 6.5 + + var isDuplex = this instanceof Duplex; + this._readableState = new ReadableState(options, this, isDuplex); // legacy + + this.readable = true; + + if (options) { + if (typeof options.read === 'function') this._read = options.read; + if (typeof options.destroy === 'function') this._destroy = options.destroy; + } + + Stream.call(this); +} + +Object.defineProperty(Readable.prototype, 'destroyed', { + // making it explicit this property is not enumerable + // because otherwise some prototype manipulation in + // userland will fail + enumerable: false, + get: function get() { + if (this._readableState === undefined) { + return false; + } + + return this._readableState.destroyed; + }, + set: function set(value) { + // we ignore the value if the stream + // has not been initialized yet + if (!this._readableState) { + return; + } // backward compatibility, the user is explicitly + // managing destroyed + + + this._readableState.destroyed = value; + } +}); +Readable.prototype.destroy = destroyImpl.destroy; +Readable.prototype._undestroy = destroyImpl.undestroy; + +Readable.prototype._destroy = function (err, cb) { + cb(err); +}; // Manually shove something into the read() buffer. +// This returns true if the highWaterMark has not been hit yet, +// similar to how Writable.write() returns true if you should +// write() some more. + + +Readable.prototype.push = function (chunk, encoding) { + var state = this._readableState; + var skipChunkCheck; + + if (!state.objectMode) { + if (typeof chunk === 'string') { + encoding = encoding || state.defaultEncoding; + + if (encoding !== state.encoding) { + chunk = Buffer.from(chunk, encoding); + encoding = ''; + } + + skipChunkCheck = true; + } + } else { + skipChunkCheck = true; + } + + return readableAddChunk(this, chunk, encoding, false, skipChunkCheck); +}; // Unshift should *always* be something directly out of read() + + +Readable.prototype.unshift = function (chunk) { + return readableAddChunk(this, chunk, null, true, false); +}; + +function readableAddChunk(stream, chunk, encoding, addToFront, skipChunkCheck) { + debug('readableAddChunk', chunk); + var state = stream._readableState; + + if (chunk === null) { + state.reading = false; + onEofChunk(stream, state); + } else { + var er; + if (!skipChunkCheck) er = chunkInvalid(state, chunk); + + if (er) { + errorOrDestroy(stream, er); + } else if (state.objectMode || chunk && chunk.length > 0) { + if (typeof chunk !== 'string' && !state.objectMode && Object.getPrototypeOf(chunk) !== Buffer.prototype) { + chunk = _uint8ArrayToBuffer(chunk); + } + + if (addToFront) { + if (state.endEmitted) errorOrDestroy(stream, new ERR_STREAM_UNSHIFT_AFTER_END_EVENT());else addChunk(stream, state, chunk, true); + } else if (state.ended) { + errorOrDestroy(stream, new ERR_STREAM_PUSH_AFTER_EOF()); + } else if (state.destroyed) { + return false; + } else { + state.reading = false; + + if (state.decoder && !encoding) { + chunk = state.decoder.write(chunk); + if (state.objectMode || chunk.length !== 0) addChunk(stream, state, chunk, false);else maybeReadMore(stream, state); + } else { + addChunk(stream, state, chunk, false); + } + } + } else if (!addToFront) { + state.reading = false; + maybeReadMore(stream, state); + } + } // We can push more data if we are below the highWaterMark. + // Also, if we have no data yet, we can stand some more bytes. + // This is to work around cases where hwm=0, such as the repl. + + + return !state.ended && (state.length < state.highWaterMark || state.length === 0); +} + +function addChunk(stream, state, chunk, addToFront) { + if (state.flowing && state.length === 0 && !state.sync) { + state.awaitDrain = 0; + stream.emit('data', chunk); + } else { + // update the buffer info. + state.length += state.objectMode ? 1 : chunk.length; + if (addToFront) state.buffer.unshift(chunk);else state.buffer.push(chunk); + if (state.needReadable) emitReadable(stream); + } + + maybeReadMore(stream, state); +} + +function chunkInvalid(state, chunk) { + var er; + + if (!_isUint8Array(chunk) && typeof chunk !== 'string' && chunk !== undefined && !state.objectMode) { + er = new ERR_INVALID_ARG_TYPE('chunk', ['string', 'Buffer', 'Uint8Array'], chunk); + } + + return er; +} + +Readable.prototype.isPaused = function () { + return this._readableState.flowing === false; +}; // backwards compatibility. + + +Readable.prototype.setEncoding = function (enc) { + if (!StringDecoder) StringDecoder = require('string_decoder/').StringDecoder; + var decoder = new StringDecoder(enc); + this._readableState.decoder = decoder; // If setEncoding(null), decoder.encoding equals utf8 + + this._readableState.encoding = this._readableState.decoder.encoding; // Iterate over current buffer to convert already stored Buffers: + + var p = this._readableState.buffer.head; + var content = ''; + + while (p !== null) { + content += decoder.write(p.data); + p = p.next; + } + + this._readableState.buffer.clear(); + + if (content !== '') this._readableState.buffer.push(content); + this._readableState.length = content.length; + return this; +}; // Don't raise the hwm > 1GB + + +var MAX_HWM = 0x40000000; + +function computeNewHighWaterMark(n) { + if (n >= MAX_HWM) { + // TODO(ronag): Throw ERR_VALUE_OUT_OF_RANGE. + n = MAX_HWM; + } else { + // Get the next highest power of 2 to prevent increasing hwm excessively in + // tiny amounts + n--; + n |= n >>> 1; + n |= n >>> 2; + n |= n >>> 4; + n |= n >>> 8; + n |= n >>> 16; + n++; + } + + return n; +} // This function is designed to be inlinable, so please take care when making +// changes to the function body. + + +function howMuchToRead(n, state) { + if (n <= 0 || state.length === 0 && state.ended) return 0; + if (state.objectMode) return 1; + + if (n !== n) { + // Only flow one buffer at a time + if (state.flowing && state.length) return state.buffer.head.data.length;else return state.length; + } // If we're asking for more than the current hwm, then raise the hwm. + + + if (n > state.highWaterMark) state.highWaterMark = computeNewHighWaterMark(n); + if (n <= state.length) return n; // Don't have enough + + if (!state.ended) { + state.needReadable = true; + return 0; + } + + return state.length; +} // you can override either this method, or the async _read(n) below. + + +Readable.prototype.read = function (n) { + debug('read', n); + n = parseInt(n, 10); + var state = this._readableState; + var nOrig = n; + if (n !== 0) state.emittedReadable = false; // if we're doing read(0) to trigger a readable event, but we + // already have a bunch of data in the buffer, then just trigger + // the 'readable' event and move on. + + if (n === 0 && state.needReadable && ((state.highWaterMark !== 0 ? state.length >= state.highWaterMark : state.length > 0) || state.ended)) { + debug('read: emitReadable', state.length, state.ended); + if (state.length === 0 && state.ended) endReadable(this);else emitReadable(this); + return null; + } + + n = howMuchToRead(n, state); // if we've ended, and we're now clear, then finish it up. + + if (n === 0 && state.ended) { + if (state.length === 0) endReadable(this); + return null; + } // All the actual chunk generation logic needs to be + // *below* the call to _read. The reason is that in certain + // synthetic stream cases, such as passthrough streams, _read + // may be a completely synchronous operation which may change + // the state of the read buffer, providing enough data when + // before there was *not* enough. + // + // So, the steps are: + // 1. Figure out what the state of things will be after we do + // a read from the buffer. + // + // 2. If that resulting state will trigger a _read, then call _read. + // Note that this may be asynchronous, or synchronous. Yes, it is + // deeply ugly to write APIs this way, but that still doesn't mean + // that the Readable class should behave improperly, as streams are + // designed to be sync/async agnostic. + // Take note if the _read call is sync or async (ie, if the read call + // has returned yet), so that we know whether or not it's safe to emit + // 'readable' etc. + // + // 3. Actually pull the requested chunks out of the buffer and return. + // if we need a readable event, then we need to do some reading. + + + var doRead = state.needReadable; + debug('need readable', doRead); // if we currently have less than the highWaterMark, then also read some + + if (state.length === 0 || state.length - n < state.highWaterMark) { + doRead = true; + debug('length less than watermark', doRead); + } // however, if we've ended, then there's no point, and if we're already + // reading, then it's unnecessary. + + + if (state.ended || state.reading) { + doRead = false; + debug('reading or ended', doRead); + } else if (doRead) { + debug('do read'); + state.reading = true; + state.sync = true; // if the length is currently zero, then we *need* a readable event. + + if (state.length === 0) state.needReadable = true; // call internal read method + + this._read(state.highWaterMark); + + state.sync = false; // If _read pushed data synchronously, then `reading` will be false, + // and we need to re-evaluate how much data we can return to the user. + + if (!state.reading) n = howMuchToRead(nOrig, state); + } + + var ret; + if (n > 0) ret = fromList(n, state);else ret = null; + + if (ret === null) { + state.needReadable = state.length <= state.highWaterMark; + n = 0; + } else { + state.length -= n; + state.awaitDrain = 0; + } + + if (state.length === 0) { + // If we have nothing in the buffer, then we want to know + // as soon as we *do* get something into the buffer. + if (!state.ended) state.needReadable = true; // If we tried to read() past the EOF, then emit end on the next tick. + + if (nOrig !== n && state.ended) endReadable(this); + } + + if (ret !== null) this.emit('data', ret); + return ret; +}; + +function onEofChunk(stream, state) { + debug('onEofChunk'); + if (state.ended) return; + + if (state.decoder) { + var chunk = state.decoder.end(); + + if (chunk && chunk.length) { + state.buffer.push(chunk); + state.length += state.objectMode ? 1 : chunk.length; + } + } + + state.ended = true; + + if (state.sync) { + // if we are sync, wait until next tick to emit the data. + // Otherwise we risk emitting data in the flow() + // the readable code triggers during a read() call + emitReadable(stream); + } else { + // emit 'readable' now to make sure it gets picked up. + state.needReadable = false; + + if (!state.emittedReadable) { + state.emittedReadable = true; + emitReadable_(stream); + } + } +} // Don't emit readable right away in sync mode, because this can trigger +// another read() call => stack overflow. This way, it might trigger +// a nextTick recursion warning, but that's not so bad. + + +function emitReadable(stream) { + var state = stream._readableState; + debug('emitReadable', state.needReadable, state.emittedReadable); + state.needReadable = false; + + if (!state.emittedReadable) { + debug('emitReadable', state.flowing); + state.emittedReadable = true; + process.nextTick(emitReadable_, stream); + } +} + +function emitReadable_(stream) { + var state = stream._readableState; + debug('emitReadable_', state.destroyed, state.length, state.ended); + + if (!state.destroyed && (state.length || state.ended)) { + stream.emit('readable'); + state.emittedReadable = false; + } // The stream needs another readable event if + // 1. It is not flowing, as the flow mechanism will take + // care of it. + // 2. It is not ended. + // 3. It is below the highWaterMark, so we can schedule + // another readable later. + + + state.needReadable = !state.flowing && !state.ended && state.length <= state.highWaterMark; + flow(stream); +} // at this point, the user has presumably seen the 'readable' event, +// and called read() to consume some data. that may have triggered +// in turn another _read(n) call, in which case reading = true if +// it's in progress. +// However, if we're not ended, or reading, and the length < hwm, +// then go ahead and try to read some more preemptively. + + +function maybeReadMore(stream, state) { + if (!state.readingMore) { + state.readingMore = true; + process.nextTick(maybeReadMore_, stream, state); + } +} + +function maybeReadMore_(stream, state) { + // Attempt to read more data if we should. + // + // The conditions for reading more data are (one of): + // - Not enough data buffered (state.length < state.highWaterMark). The loop + // is responsible for filling the buffer with enough data if such data + // is available. If highWaterMark is 0 and we are not in the flowing mode + // we should _not_ attempt to buffer any extra data. We'll get more data + // when the stream consumer calls read() instead. + // - No data in the buffer, and the stream is in flowing mode. In this mode + // the loop below is responsible for ensuring read() is called. Failing to + // call read here would abort the flow and there's no other mechanism for + // continuing the flow if the stream consumer has just subscribed to the + // 'data' event. + // + // In addition to the above conditions to keep reading data, the following + // conditions prevent the data from being read: + // - The stream has ended (state.ended). + // - There is already a pending 'read' operation (state.reading). This is a + // case where the the stream has called the implementation defined _read() + // method, but they are processing the call asynchronously and have _not_ + // called push() with new data. In this case we skip performing more + // read()s. The execution ends in this method again after the _read() ends + // up calling push() with more data. + while (!state.reading && !state.ended && (state.length < state.highWaterMark || state.flowing && state.length === 0)) { + var len = state.length; + debug('maybeReadMore read 0'); + stream.read(0); + if (len === state.length) // didn't get any data, stop spinning. + break; + } + + state.readingMore = false; +} // abstract method. to be overridden in specific implementation classes. +// call cb(er, data) where data is <= n in length. +// for virtual (non-string, non-buffer) streams, "length" is somewhat +// arbitrary, and perhaps not very meaningful. + + +Readable.prototype._read = function (n) { + errorOrDestroy(this, new ERR_METHOD_NOT_IMPLEMENTED('_read()')); +}; + +Readable.prototype.pipe = function (dest, pipeOpts) { + var src = this; + var state = this._readableState; + + switch (state.pipesCount) { + case 0: + state.pipes = dest; + break; + + case 1: + state.pipes = [state.pipes, dest]; + break; + + default: + state.pipes.push(dest); + break; + } + + state.pipesCount += 1; + debug('pipe count=%d opts=%j', state.pipesCount, pipeOpts); + var doEnd = (!pipeOpts || pipeOpts.end !== false) && dest !== process.stdout && dest !== process.stderr; + var endFn = doEnd ? onend : unpipe; + if (state.endEmitted) process.nextTick(endFn);else src.once('end', endFn); + dest.on('unpipe', onunpipe); + + function onunpipe(readable, unpipeInfo) { + debug('onunpipe'); + + if (readable === src) { + if (unpipeInfo && unpipeInfo.hasUnpiped === false) { + unpipeInfo.hasUnpiped = true; + cleanup(); + } + } + } + + function onend() { + debug('onend'); + dest.end(); + } // when the dest drains, it reduces the awaitDrain counter + // on the source. This would be more elegant with a .once() + // handler in flow(), but adding and removing repeatedly is + // too slow. + + + var ondrain = pipeOnDrain(src); + dest.on('drain', ondrain); + var cleanedUp = false; + + function cleanup() { + debug('cleanup'); // cleanup event handlers once the pipe is broken + + dest.removeListener('close', onclose); + dest.removeListener('finish', onfinish); + dest.removeListener('drain', ondrain); + dest.removeListener('error', onerror); + dest.removeListener('unpipe', onunpipe); + src.removeListener('end', onend); + src.removeListener('end', unpipe); + src.removeListener('data', ondata); + cleanedUp = true; // if the reader is waiting for a drain event from this + // specific writer, then it would cause it to never start + // flowing again. + // So, if this is awaiting a drain, then we just call it now. + // If we don't know, then assume that we are waiting for one. + + if (state.awaitDrain && (!dest._writableState || dest._writableState.needDrain)) ondrain(); + } + + src.on('data', ondata); + + function ondata(chunk) { + debug('ondata'); + var ret = dest.write(chunk); + debug('dest.write', ret); + + if (ret === false) { + // If the user unpiped during `dest.write()`, it is possible + // to get stuck in a permanently paused state if that write + // also returned false. + // => Check whether `dest` is still a piping destination. + if ((state.pipesCount === 1 && state.pipes === dest || state.pipesCount > 1 && indexOf(state.pipes, dest) !== -1) && !cleanedUp) { + debug('false write response, pause', state.awaitDrain); + state.awaitDrain++; + } + + src.pause(); + } + } // if the dest has an error, then stop piping into it. + // however, don't suppress the throwing behavior for this. + + + function onerror(er) { + debug('onerror', er); + unpipe(); + dest.removeListener('error', onerror); + if (EElistenerCount(dest, 'error') === 0) errorOrDestroy(dest, er); + } // Make sure our error handler is attached before userland ones. + + + prependListener(dest, 'error', onerror); // Both close and finish should trigger unpipe, but only once. + + function onclose() { + dest.removeListener('finish', onfinish); + unpipe(); + } + + dest.once('close', onclose); + + function onfinish() { + debug('onfinish'); + dest.removeListener('close', onclose); + unpipe(); + } + + dest.once('finish', onfinish); + + function unpipe() { + debug('unpipe'); + src.unpipe(dest); + } // tell the dest that it's being piped to + + + dest.emit('pipe', src); // start the flow if it hasn't been started already. + + if (!state.flowing) { + debug('pipe resume'); + src.resume(); + } + + return dest; +}; + +function pipeOnDrain(src) { + return function pipeOnDrainFunctionResult() { + var state = src._readableState; + debug('pipeOnDrain', state.awaitDrain); + if (state.awaitDrain) state.awaitDrain--; + + if (state.awaitDrain === 0 && EElistenerCount(src, 'data')) { + state.flowing = true; + flow(src); + } + }; +} + +Readable.prototype.unpipe = function (dest) { + var state = this._readableState; + var unpipeInfo = { + hasUnpiped: false + }; // if we're not piping anywhere, then do nothing. + + if (state.pipesCount === 0) return this; // just one destination. most common case. + + if (state.pipesCount === 1) { + // passed in one, but it's not the right one. + if (dest && dest !== state.pipes) return this; + if (!dest) dest = state.pipes; // got a match. + + state.pipes = null; + state.pipesCount = 0; + state.flowing = false; + if (dest) dest.emit('unpipe', this, unpipeInfo); + return this; + } // slow case. multiple pipe destinations. + + + if (!dest) { + // remove all. + var dests = state.pipes; + var len = state.pipesCount; + state.pipes = null; + state.pipesCount = 0; + state.flowing = false; + + for (var i = 0; i < len; i++) { + dests[i].emit('unpipe', this, { + hasUnpiped: false + }); + } + + return this; + } // try to find the right one. + + + var index = indexOf(state.pipes, dest); + if (index === -1) return this; + state.pipes.splice(index, 1); + state.pipesCount -= 1; + if (state.pipesCount === 1) state.pipes = state.pipes[0]; + dest.emit('unpipe', this, unpipeInfo); + return this; +}; // set up data events if they are asked for +// Ensure readable listeners eventually get something + + +Readable.prototype.on = function (ev, fn) { + var res = Stream.prototype.on.call(this, ev, fn); + var state = this._readableState; + + if (ev === 'data') { + // update readableListening so that resume() may be a no-op + // a few lines down. This is needed to support once('readable'). + state.readableListening = this.listenerCount('readable') > 0; // Try start flowing on next tick if stream isn't explicitly paused + + if (state.flowing !== false) this.resume(); + } else if (ev === 'readable') { + if (!state.endEmitted && !state.readableListening) { + state.readableListening = state.needReadable = true; + state.flowing = false; + state.emittedReadable = false; + debug('on readable', state.length, state.reading); + + if (state.length) { + emitReadable(this); + } else if (!state.reading) { + process.nextTick(nReadingNextTick, this); + } + } + } + + return res; +}; + +Readable.prototype.addListener = Readable.prototype.on; + +Readable.prototype.removeListener = function (ev, fn) { + var res = Stream.prototype.removeListener.call(this, ev, fn); + + if (ev === 'readable') { + // We need to check if there is someone still listening to + // readable and reset the state. However this needs to happen + // after readable has been emitted but before I/O (nextTick) to + // support once('readable', fn) cycles. This means that calling + // resume within the same tick will have no + // effect. + process.nextTick(updateReadableListening, this); + } + + return res; +}; + +Readable.prototype.removeAllListeners = function (ev) { + var res = Stream.prototype.removeAllListeners.apply(this, arguments); + + if (ev === 'readable' || ev === undefined) { + // We need to check if there is someone still listening to + // readable and reset the state. However this needs to happen + // after readable has been emitted but before I/O (nextTick) to + // support once('readable', fn) cycles. This means that calling + // resume within the same tick will have no + // effect. + process.nextTick(updateReadableListening, this); + } + + return res; +}; + +function updateReadableListening(self) { + var state = self._readableState; + state.readableListening = self.listenerCount('readable') > 0; + + if (state.resumeScheduled && !state.paused) { + // flowing needs to be set to true now, otherwise + // the upcoming resume will not flow. + state.flowing = true; // crude way to check if we should resume + } else if (self.listenerCount('data') > 0) { + self.resume(); + } +} + +function nReadingNextTick(self) { + debug('readable nexttick read 0'); + self.read(0); +} // pause() and resume() are remnants of the legacy readable stream API +// If the user uses them, then switch into old mode. + + +Readable.prototype.resume = function () { + var state = this._readableState; + + if (!state.flowing) { + debug('resume'); // we flow only if there is no one listening + // for readable, but we still have to call + // resume() + + state.flowing = !state.readableListening; + resume(this, state); + } + + state.paused = false; + return this; +}; + +function resume(stream, state) { + if (!state.resumeScheduled) { + state.resumeScheduled = true; + process.nextTick(resume_, stream, state); + } +} + +function resume_(stream, state) { + debug('resume', state.reading); + + if (!state.reading) { + stream.read(0); + } + + state.resumeScheduled = false; + stream.emit('resume'); + flow(stream); + if (state.flowing && !state.reading) stream.read(0); +} + +Readable.prototype.pause = function () { + debug('call pause flowing=%j', this._readableState.flowing); + + if (this._readableState.flowing !== false) { + debug('pause'); + this._readableState.flowing = false; + this.emit('pause'); + } + + this._readableState.paused = true; + return this; +}; + +function flow(stream) { + var state = stream._readableState; + debug('flow', state.flowing); + + while (state.flowing && stream.read() !== null) { + ; + } +} // wrap an old-style stream as the async data source. +// This is *not* part of the readable stream interface. +// It is an ugly unfortunate mess of history. + + +Readable.prototype.wrap = function (stream) { + var _this = this; + + var state = this._readableState; + var paused = false; + stream.on('end', function () { + debug('wrapped end'); + + if (state.decoder && !state.ended) { + var chunk = state.decoder.end(); + if (chunk && chunk.length) _this.push(chunk); + } + + _this.push(null); + }); + stream.on('data', function (chunk) { + debug('wrapped data'); + if (state.decoder) chunk = state.decoder.write(chunk); // don't skip over falsy values in objectMode + + if (state.objectMode && (chunk === null || chunk === undefined)) return;else if (!state.objectMode && (!chunk || !chunk.length)) return; + + var ret = _this.push(chunk); + + if (!ret) { + paused = true; + stream.pause(); + } + }); // proxy all the other methods. + // important when wrapping filters and duplexes. + + for (var i in stream) { + if (this[i] === undefined && typeof stream[i] === 'function') { + this[i] = function methodWrap(method) { + return function methodWrapReturnFunction() { + return stream[method].apply(stream, arguments); + }; + }(i); + } + } // proxy certain important events. + + + for (var n = 0; n < kProxyEvents.length; n++) { + stream.on(kProxyEvents[n], this.emit.bind(this, kProxyEvents[n])); + } // when we try to consume some more bytes, simply unpause the + // underlying stream. + + + this._read = function (n) { + debug('wrapped _read', n); + + if (paused) { + paused = false; + stream.resume(); + } + }; + + return this; +}; + +if (typeof Symbol === 'function') { + Readable.prototype[Symbol.asyncIterator] = function () { + if (createReadableStreamAsyncIterator === undefined) { + createReadableStreamAsyncIterator = require('./internal/streams/async_iterator'); + } + + return createReadableStreamAsyncIterator(this); + }; +} + +Object.defineProperty(Readable.prototype, 'readableHighWaterMark', { + // making it explicit this property is not enumerable + // because otherwise some prototype manipulation in + // userland will fail + enumerable: false, + get: function get() { + return this._readableState.highWaterMark; + } +}); +Object.defineProperty(Readable.prototype, 'readableBuffer', { + // making it explicit this property is not enumerable + // because otherwise some prototype manipulation in + // userland will fail + enumerable: false, + get: function get() { + return this._readableState && this._readableState.buffer; + } +}); +Object.defineProperty(Readable.prototype, 'readableFlowing', { + // making it explicit this property is not enumerable + // because otherwise some prototype manipulation in + // userland will fail + enumerable: false, + get: function get() { + return this._readableState.flowing; + }, + set: function set(state) { + if (this._readableState) { + this._readableState.flowing = state; + } + } +}); // exposed for testing purposes only. + +Readable._fromList = fromList; +Object.defineProperty(Readable.prototype, 'readableLength', { + // making it explicit this property is not enumerable + // because otherwise some prototype manipulation in + // userland will fail + enumerable: false, + get: function get() { + return this._readableState.length; + } +}); // Pluck off n bytes from an array of buffers. +// Length is the combined lengths of all the buffers in the list. +// This function is designed to be inlinable, so please take care when making +// changes to the function body. + +function fromList(n, state) { + // nothing buffered + if (state.length === 0) return null; + var ret; + if (state.objectMode) ret = state.buffer.shift();else if (!n || n >= state.length) { + // read it all, truncate the list + if (state.decoder) ret = state.buffer.join('');else if (state.buffer.length === 1) ret = state.buffer.first();else ret = state.buffer.concat(state.length); + state.buffer.clear(); + } else { + // read part of list + ret = state.buffer.consume(n, state.decoder); + } + return ret; +} + +function endReadable(stream) { + var state = stream._readableState; + debug('endReadable', state.endEmitted); + + if (!state.endEmitted) { + state.ended = true; + process.nextTick(endReadableNT, state, stream); + } +} + +function endReadableNT(state, stream) { + debug('endReadableNT', state.endEmitted, state.length); // Check that we didn't get one last unshift. + + if (!state.endEmitted && state.length === 0) { + state.endEmitted = true; + stream.readable = false; + stream.emit('end'); + + if (state.autoDestroy) { + // In case of duplex streams we need a way to detect + // if the writable side is ready for autoDestroy as well + var wState = stream._writableState; + + if (!wState || wState.autoDestroy && wState.finished) { + stream.destroy(); + } + } + } +} + +if (typeof Symbol === 'function') { + Readable.from = function (iterable, opts) { + if (from === undefined) { + from = require('./internal/streams/from'); + } + + return from(Readable, iterable, opts); + }; +} + +function indexOf(xs, x) { + for (var i = 0, l = xs.length; i < l; i++) { + if (xs[i] === x) return i; + } + + return -1; +} +},{"events":"../node_modules/events/events.js","./internal/streams/stream":"../node_modules/hash-base/node_modules/readable-stream/lib/internal/streams/stream-browser.js","buffer":"../node_modules/buffer/index.js","util":"../node_modules/parcel/src/builtins/_empty.js","./internal/streams/buffer_list":"../node_modules/hash-base/node_modules/readable-stream/lib/internal/streams/buffer_list.js","./internal/streams/destroy":"../node_modules/hash-base/node_modules/readable-stream/lib/internal/streams/destroy.js","./internal/streams/state":"../node_modules/hash-base/node_modules/readable-stream/lib/internal/streams/state.js","../errors":"../node_modules/hash-base/node_modules/readable-stream/errors-browser.js","inherits":"../node_modules/inherits/inherits_browser.js","./_stream_duplex":"../node_modules/hash-base/node_modules/readable-stream/lib/_stream_duplex.js","string_decoder/":"../node_modules/string_decoder/lib/string_decoder.js","./internal/streams/async_iterator":"../node_modules/hash-base/node_modules/readable-stream/lib/internal/streams/async_iterator.js","./internal/streams/from":"../node_modules/hash-base/node_modules/readable-stream/lib/internal/streams/from-browser.js","process":"../node_modules/process/browser.js"}],"../node_modules/hash-base/node_modules/readable-stream/lib/_stream_transform.js":[function(require,module,exports) { +// Copyright Joyent, Inc. and other Node contributors. +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to permit +// persons to whom the Software is furnished to do so, subject to the +// following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +// USE OR OTHER DEALINGS IN THE SOFTWARE. +// a transform stream is a readable/writable stream where you do +// something with the data. Sometimes it's called a "filter", +// but that's not a great name for it, since that implies a thing where +// some bits pass through, and others are simply ignored. (That would +// be a valid example of a transform, of course.) +// +// While the output is causally related to the input, it's not a +// necessarily symmetric or synchronous transformation. For example, +// a zlib stream might take multiple plain-text writes(), and then +// emit a single compressed chunk some time in the future. +// +// Here's how this works: +// +// The Transform stream has all the aspects of the readable and writable +// stream classes. When you write(chunk), that calls _write(chunk,cb) +// internally, and returns false if there's a lot of pending writes +// buffered up. When you call read(), that calls _read(n) until +// there's enough pending readable data buffered up. +// +// In a transform stream, the written data is placed in a buffer. When +// _read(n) is called, it transforms the queued up data, calling the +// buffered _write cb's as it consumes chunks. If consuming a single +// written chunk would result in multiple output chunks, then the first +// outputted bit calls the readcb, and subsequent chunks just go into +// the read buffer, and will cause it to emit 'readable' if necessary. +// +// This way, back-pressure is actually determined by the reading side, +// since _read has to be called to start processing a new chunk. However, +// a pathological inflate type of transform can cause excessive buffering +// here. For example, imagine a stream where every byte of input is +// interpreted as an integer from 0-255, and then results in that many +// bytes of output. Writing the 4 bytes {ff,ff,ff,ff} would result in +// 1kb of data being output. In this case, you could write a very small +// amount of input, and end up with a very large amount of output. In +// such a pathological inflating mechanism, there'd be no way to tell +// the system to stop doing the transform. A single 4MB write could +// cause the system to run out of memory. +// +// However, even in such a pathological case, only a single written chunk +// would be consumed, and then the rest would wait (un-transformed) until +// the results of the previous transformed chunk were consumed. +'use strict'; + +module.exports = Transform; + +var _require$codes = require('../errors').codes, + ERR_METHOD_NOT_IMPLEMENTED = _require$codes.ERR_METHOD_NOT_IMPLEMENTED, + ERR_MULTIPLE_CALLBACK = _require$codes.ERR_MULTIPLE_CALLBACK, + ERR_TRANSFORM_ALREADY_TRANSFORMING = _require$codes.ERR_TRANSFORM_ALREADY_TRANSFORMING, + ERR_TRANSFORM_WITH_LENGTH_0 = _require$codes.ERR_TRANSFORM_WITH_LENGTH_0; + +var Duplex = require('./_stream_duplex'); + +require('inherits')(Transform, Duplex); + +function afterTransform(er, data) { + var ts = this._transformState; + ts.transforming = false; + var cb = ts.writecb; + + if (cb === null) { + return this.emit('error', new ERR_MULTIPLE_CALLBACK()); + } + + ts.writechunk = null; + ts.writecb = null; + if (data != null) // single equals check for both `null` and `undefined` + this.push(data); + cb(er); + var rs = this._readableState; + rs.reading = false; + + if (rs.needReadable || rs.length < rs.highWaterMark) { + this._read(rs.highWaterMark); + } +} + +function Transform(options) { + if (!(this instanceof Transform)) return new Transform(options); + Duplex.call(this, options); + this._transformState = { + afterTransform: afterTransform.bind(this), + needTransform: false, + transforming: false, + writecb: null, + writechunk: null, + writeencoding: null + }; // start out asking for a readable event once data is transformed. + + this._readableState.needReadable = true; // we have implemented the _read method, and done the other things + // that Readable wants before the first _read call, so unset the + // sync guard flag. + + this._readableState.sync = false; + + if (options) { + if (typeof options.transform === 'function') this._transform = options.transform; + if (typeof options.flush === 'function') this._flush = options.flush; + } // When the writable side finishes, then flush out anything remaining. + + + this.on('prefinish', prefinish); +} + +function prefinish() { + var _this = this; + + if (typeof this._flush === 'function' && !this._readableState.destroyed) { + this._flush(function (er, data) { + done(_this, er, data); + }); + } else { + done(this, null, null); + } +} + +Transform.prototype.push = function (chunk, encoding) { + this._transformState.needTransform = false; + return Duplex.prototype.push.call(this, chunk, encoding); +}; // This is the part where you do stuff! +// override this function in implementation classes. +// 'chunk' is an input chunk. +// +// Call `push(newChunk)` to pass along transformed output +// to the readable side. You may call 'push' zero or more times. +// +// Call `cb(err)` when you are done with this chunk. If you pass +// an error, then that'll put the hurt on the whole operation. If you +// never call cb(), then you'll never get another chunk. + + +Transform.prototype._transform = function (chunk, encoding, cb) { + cb(new ERR_METHOD_NOT_IMPLEMENTED('_transform()')); +}; + +Transform.prototype._write = function (chunk, encoding, cb) { + var ts = this._transformState; + ts.writecb = cb; + ts.writechunk = chunk; + ts.writeencoding = encoding; + + if (!ts.transforming) { + var rs = this._readableState; + if (ts.needTransform || rs.needReadable || rs.length < rs.highWaterMark) this._read(rs.highWaterMark); + } +}; // Doesn't matter what the args are here. +// _transform does all the work. +// That we got here means that the readable side wants more data. + + +Transform.prototype._read = function (n) { + var ts = this._transformState; + + if (ts.writechunk !== null && !ts.transforming) { + ts.transforming = true; + + this._transform(ts.writechunk, ts.writeencoding, ts.afterTransform); + } else { + // mark that we need a transform, so that any data that comes in + // will get processed, now that we've asked for it. + ts.needTransform = true; + } +}; + +Transform.prototype._destroy = function (err, cb) { + Duplex.prototype._destroy.call(this, err, function (err2) { + cb(err2); + }); +}; + +function done(stream, er, data) { + if (er) return stream.emit('error', er); + if (data != null) // single equals check for both `null` and `undefined` + stream.push(data); // TODO(BridgeAR): Write a test for these two error cases + // if there's nothing in the write buffer, then that means + // that nothing more will ever be provided + + if (stream._writableState.length) throw new ERR_TRANSFORM_WITH_LENGTH_0(); + if (stream._transformState.transforming) throw new ERR_TRANSFORM_ALREADY_TRANSFORMING(); + return stream.push(null); +} +},{"../errors":"../node_modules/hash-base/node_modules/readable-stream/errors-browser.js","./_stream_duplex":"../node_modules/hash-base/node_modules/readable-stream/lib/_stream_duplex.js","inherits":"../node_modules/inherits/inherits_browser.js"}],"../node_modules/hash-base/node_modules/readable-stream/lib/_stream_passthrough.js":[function(require,module,exports) { +// Copyright Joyent, Inc. and other Node contributors. +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to permit +// persons to whom the Software is furnished to do so, subject to the +// following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +// USE OR OTHER DEALINGS IN THE SOFTWARE. +// a passthrough stream. +// basically just the most minimal sort of Transform stream. +// Every written chunk gets output as-is. +'use strict'; + +module.exports = PassThrough; + +var Transform = require('./_stream_transform'); + +require('inherits')(PassThrough, Transform); + +function PassThrough(options) { + if (!(this instanceof PassThrough)) return new PassThrough(options); + Transform.call(this, options); +} + +PassThrough.prototype._transform = function (chunk, encoding, cb) { + cb(null, chunk); +}; +},{"./_stream_transform":"../node_modules/hash-base/node_modules/readable-stream/lib/_stream_transform.js","inherits":"../node_modules/inherits/inherits_browser.js"}],"../node_modules/hash-base/node_modules/readable-stream/lib/internal/streams/pipeline.js":[function(require,module,exports) { +// Ported from https://github.com/mafintosh/pump with +// permission from the author, Mathias Buus (@mafintosh). +'use strict'; + +var eos; + +function once(callback) { + var called = false; + return function () { + if (called) return; + called = true; + callback.apply(void 0, arguments); + }; +} + +var _require$codes = require('../../../errors').codes, + ERR_MISSING_ARGS = _require$codes.ERR_MISSING_ARGS, + ERR_STREAM_DESTROYED = _require$codes.ERR_STREAM_DESTROYED; + +function noop(err) { + // Rethrow the error if it exists to avoid swallowing it + if (err) throw err; +} + +function isRequest(stream) { + return stream.setHeader && typeof stream.abort === 'function'; +} + +function destroyer(stream, reading, writing, callback) { + callback = once(callback); + var closed = false; + stream.on('close', function () { + closed = true; + }); + if (eos === undefined) eos = require('./end-of-stream'); + eos(stream, { + readable: reading, + writable: writing + }, function (err) { + if (err) return callback(err); + closed = true; + callback(); + }); + var destroyed = false; + return function (err) { + if (closed) return; + if (destroyed) return; + destroyed = true; // request.destroy just do .end - .abort is what we want + + if (isRequest(stream)) return stream.abort(); + if (typeof stream.destroy === 'function') return stream.destroy(); + callback(err || new ERR_STREAM_DESTROYED('pipe')); + }; +} + +function call(fn) { + fn(); +} + +function pipe(from, to) { + return from.pipe(to); +} + +function popCallback(streams) { + if (!streams.length) return noop; + if (typeof streams[streams.length - 1] !== 'function') return noop; + return streams.pop(); +} + +function pipeline() { + for (var _len = arguments.length, streams = new Array(_len), _key = 0; _key < _len; _key++) { + streams[_key] = arguments[_key]; + } + + var callback = popCallback(streams); + if (Array.isArray(streams[0])) streams = streams[0]; + + if (streams.length < 2) { + throw new ERR_MISSING_ARGS('streams'); + } + + var error; + var destroys = streams.map(function (stream, i) { + var reading = i < streams.length - 1; + var writing = i > 0; + return destroyer(stream, reading, writing, function (err) { + if (!error) error = err; + if (err) destroys.forEach(call); + if (reading) return; + destroys.forEach(call); + callback(error); + }); + }); + return streams.reduce(pipe); +} + +module.exports = pipeline; +},{"../../../errors":"../node_modules/hash-base/node_modules/readable-stream/errors-browser.js","./end-of-stream":"../node_modules/hash-base/node_modules/readable-stream/lib/internal/streams/end-of-stream.js"}],"../node_modules/hash-base/node_modules/readable-stream/readable-browser.js":[function(require,module,exports) { +exports = module.exports = require('./lib/_stream_readable.js'); +exports.Stream = exports; +exports.Readable = exports; +exports.Writable = require('./lib/_stream_writable.js'); +exports.Duplex = require('./lib/_stream_duplex.js'); +exports.Transform = require('./lib/_stream_transform.js'); +exports.PassThrough = require('./lib/_stream_passthrough.js'); +exports.finished = require('./lib/internal/streams/end-of-stream.js'); +exports.pipeline = require('./lib/internal/streams/pipeline.js'); +},{"./lib/_stream_readable.js":"../node_modules/hash-base/node_modules/readable-stream/lib/_stream_readable.js","./lib/_stream_writable.js":"../node_modules/hash-base/node_modules/readable-stream/lib/_stream_writable.js","./lib/_stream_duplex.js":"../node_modules/hash-base/node_modules/readable-stream/lib/_stream_duplex.js","./lib/_stream_transform.js":"../node_modules/hash-base/node_modules/readable-stream/lib/_stream_transform.js","./lib/_stream_passthrough.js":"../node_modules/hash-base/node_modules/readable-stream/lib/_stream_passthrough.js","./lib/internal/streams/end-of-stream.js":"../node_modules/hash-base/node_modules/readable-stream/lib/internal/streams/end-of-stream.js","./lib/internal/streams/pipeline.js":"../node_modules/hash-base/node_modules/readable-stream/lib/internal/streams/pipeline.js"}],"../node_modules/hash-base/index.js":[function(require,module,exports) { + +'use strict'; + +var Buffer = require('safe-buffer').Buffer; + +var Transform = require('readable-stream').Transform; + +var inherits = require('inherits'); + +function throwIfNotStringOrBuffer(val, prefix) { + if (!Buffer.isBuffer(val) && typeof val !== 'string') { + throw new TypeError(prefix + ' must be a string or a buffer'); + } +} + +function HashBase(blockSize) { + Transform.call(this); + this._block = Buffer.allocUnsafe(blockSize); + this._blockSize = blockSize; + this._blockOffset = 0; + this._length = [0, 0, 0, 0]; + this._finalized = false; +} + +inherits(HashBase, Transform); + +HashBase.prototype._transform = function (chunk, encoding, callback) { + var error = null; + + try { + this.update(chunk, encoding); + } catch (err) { + error = err; + } + + callback(error); +}; + +HashBase.prototype._flush = function (callback) { + var error = null; + + try { + this.push(this.digest()); + } catch (err) { + error = err; + } + + callback(error); +}; + +HashBase.prototype.update = function (data, encoding) { + throwIfNotStringOrBuffer(data, 'Data'); + if (this._finalized) throw new Error('Digest already called'); + if (!Buffer.isBuffer(data)) data = Buffer.from(data, encoding); // consume data + + var block = this._block; + var offset = 0; + + while (this._blockOffset + data.length - offset >= this._blockSize) { + for (var i = this._blockOffset; i < this._blockSize;) block[i++] = data[offset++]; + + this._update(); + + this._blockOffset = 0; + } + + while (offset < data.length) block[this._blockOffset++] = data[offset++]; // update length + + + for (var j = 0, carry = data.length * 8; carry > 0; ++j) { + this._length[j] += carry; + carry = this._length[j] / 0x0100000000 | 0; + if (carry > 0) this._length[j] -= 0x0100000000 * carry; + } + + return this; +}; + +HashBase.prototype._update = function () { + throw new Error('_update is not implemented'); +}; + +HashBase.prototype.digest = function (encoding) { + if (this._finalized) throw new Error('Digest already called'); + this._finalized = true; + + var digest = this._digest(); + + if (encoding !== undefined) digest = digest.toString(encoding); // reset state + + this._block.fill(0); + + this._blockOffset = 0; + + for (var i = 0; i < 4; ++i) this._length[i] = 0; + + return digest; +}; + +HashBase.prototype._digest = function () { + throw new Error('_digest is not implemented'); +}; + +module.exports = HashBase; +},{"safe-buffer":"../node_modules/safe-buffer/index.js","readable-stream":"../node_modules/hash-base/node_modules/readable-stream/readable-browser.js","inherits":"../node_modules/inherits/inherits_browser.js"}],"../node_modules/md5.js/index.js":[function(require,module,exports) { + +'use strict' +var inherits = require('inherits') +var HashBase = require('hash-base') +var Buffer = require('safe-buffer').Buffer + +var ARRAY16 = new Array(16) + +function MD5 () { + HashBase.call(this, 64) + + // state + this._a = 0x67452301 + this._b = 0xefcdab89 + this._c = 0x98badcfe + this._d = 0x10325476 +} + +inherits(MD5, HashBase) + +MD5.prototype._update = function () { + var M = ARRAY16 + for (var i = 0; i < 16; ++i) M[i] = this._block.readInt32LE(i * 4) + + var a = this._a + var b = this._b + var c = this._c + var d = this._d + + a = fnF(a, b, c, d, M[0], 0xd76aa478, 7) + d = fnF(d, a, b, c, M[1], 0xe8c7b756, 12) + c = fnF(c, d, a, b, M[2], 0x242070db, 17) + b = fnF(b, c, d, a, M[3], 0xc1bdceee, 22) + a = fnF(a, b, c, d, M[4], 0xf57c0faf, 7) + d = fnF(d, a, b, c, M[5], 0x4787c62a, 12) + c = fnF(c, d, a, b, M[6], 0xa8304613, 17) + b = fnF(b, c, d, a, M[7], 0xfd469501, 22) + a = fnF(a, b, c, d, M[8], 0x698098d8, 7) + d = fnF(d, a, b, c, M[9], 0x8b44f7af, 12) + c = fnF(c, d, a, b, M[10], 0xffff5bb1, 17) + b = fnF(b, c, d, a, M[11], 0x895cd7be, 22) + a = fnF(a, b, c, d, M[12], 0x6b901122, 7) + d = fnF(d, a, b, c, M[13], 0xfd987193, 12) + c = fnF(c, d, a, b, M[14], 0xa679438e, 17) + b = fnF(b, c, d, a, M[15], 0x49b40821, 22) + + a = fnG(a, b, c, d, M[1], 0xf61e2562, 5) + d = fnG(d, a, b, c, M[6], 0xc040b340, 9) + c = fnG(c, d, a, b, M[11], 0x265e5a51, 14) + b = fnG(b, c, d, a, M[0], 0xe9b6c7aa, 20) + a = fnG(a, b, c, d, M[5], 0xd62f105d, 5) + d = fnG(d, a, b, c, M[10], 0x02441453, 9) + c = fnG(c, d, a, b, M[15], 0xd8a1e681, 14) + b = fnG(b, c, d, a, M[4], 0xe7d3fbc8, 20) + a = fnG(a, b, c, d, M[9], 0x21e1cde6, 5) + d = fnG(d, a, b, c, M[14], 0xc33707d6, 9) + c = fnG(c, d, a, b, M[3], 0xf4d50d87, 14) + b = fnG(b, c, d, a, M[8], 0x455a14ed, 20) + a = fnG(a, b, c, d, M[13], 0xa9e3e905, 5) + d = fnG(d, a, b, c, M[2], 0xfcefa3f8, 9) + c = fnG(c, d, a, b, M[7], 0x676f02d9, 14) + b = fnG(b, c, d, a, M[12], 0x8d2a4c8a, 20) + + a = fnH(a, b, c, d, M[5], 0xfffa3942, 4) + d = fnH(d, a, b, c, M[8], 0x8771f681, 11) + c = fnH(c, d, a, b, M[11], 0x6d9d6122, 16) + b = fnH(b, c, d, a, M[14], 0xfde5380c, 23) + a = fnH(a, b, c, d, M[1], 0xa4beea44, 4) + d = fnH(d, a, b, c, M[4], 0x4bdecfa9, 11) + c = fnH(c, d, a, b, M[7], 0xf6bb4b60, 16) + b = fnH(b, c, d, a, M[10], 0xbebfbc70, 23) + a = fnH(a, b, c, d, M[13], 0x289b7ec6, 4) + d = fnH(d, a, b, c, M[0], 0xeaa127fa, 11) + c = fnH(c, d, a, b, M[3], 0xd4ef3085, 16) + b = fnH(b, c, d, a, M[6], 0x04881d05, 23) + a = fnH(a, b, c, d, M[9], 0xd9d4d039, 4) + d = fnH(d, a, b, c, M[12], 0xe6db99e5, 11) + c = fnH(c, d, a, b, M[15], 0x1fa27cf8, 16) + b = fnH(b, c, d, a, M[2], 0xc4ac5665, 23) + + a = fnI(a, b, c, d, M[0], 0xf4292244, 6) + d = fnI(d, a, b, c, M[7], 0x432aff97, 10) + c = fnI(c, d, a, b, M[14], 0xab9423a7, 15) + b = fnI(b, c, d, a, M[5], 0xfc93a039, 21) + a = fnI(a, b, c, d, M[12], 0x655b59c3, 6) + d = fnI(d, a, b, c, M[3], 0x8f0ccc92, 10) + c = fnI(c, d, a, b, M[10], 0xffeff47d, 15) + b = fnI(b, c, d, a, M[1], 0x85845dd1, 21) + a = fnI(a, b, c, d, M[8], 0x6fa87e4f, 6) + d = fnI(d, a, b, c, M[15], 0xfe2ce6e0, 10) + c = fnI(c, d, a, b, M[6], 0xa3014314, 15) + b = fnI(b, c, d, a, M[13], 0x4e0811a1, 21) + a = fnI(a, b, c, d, M[4], 0xf7537e82, 6) + d = fnI(d, a, b, c, M[11], 0xbd3af235, 10) + c = fnI(c, d, a, b, M[2], 0x2ad7d2bb, 15) + b = fnI(b, c, d, a, M[9], 0xeb86d391, 21) + + this._a = (this._a + a) | 0 + this._b = (this._b + b) | 0 + this._c = (this._c + c) | 0 + this._d = (this._d + d) | 0 +} + +MD5.prototype._digest = function () { + // create padding and handle blocks + this._block[this._blockOffset++] = 0x80 + if (this._blockOffset > 56) { + this._block.fill(0, this._blockOffset, 64) + this._update() + this._blockOffset = 0 + } + + this._block.fill(0, this._blockOffset, 56) + this._block.writeUInt32LE(this._length[0], 56) + this._block.writeUInt32LE(this._length[1], 60) + this._update() + + // produce result + var buffer = Buffer.allocUnsafe(16) + buffer.writeInt32LE(this._a, 0) + buffer.writeInt32LE(this._b, 4) + buffer.writeInt32LE(this._c, 8) + buffer.writeInt32LE(this._d, 12) + return buffer +} + +function rotl (x, n) { + return (x << n) | (x >>> (32 - n)) +} + +function fnF (a, b, c, d, m, k, s) { + return (rotl((a + ((b & c) | ((~b) & d)) + m + k) | 0, s) + b) | 0 +} + +function fnG (a, b, c, d, m, k, s) { + return (rotl((a + ((b & d) | (c & (~d))) + m + k) | 0, s) + b) | 0 +} + +function fnH (a, b, c, d, m, k, s) { + return (rotl((a + (b ^ c ^ d) + m + k) | 0, s) + b) | 0 +} + +function fnI (a, b, c, d, m, k, s) { + return (rotl((a + ((c ^ (b | (~d)))) + m + k) | 0, s) + b) | 0 +} + +module.exports = MD5 + +},{"inherits":"../node_modules/inherits/inherits_browser.js","hash-base":"../node_modules/hash-base/index.js","safe-buffer":"../node_modules/safe-buffer/index.js"}],"../node_modules/ripemd160/index.js":[function(require,module,exports) { + +'use strict' +var Buffer = require('buffer').Buffer +var inherits = require('inherits') +var HashBase = require('hash-base') + +var ARRAY16 = new Array(16) + +var zl = [ + 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, + 7, 4, 13, 1, 10, 6, 15, 3, 12, 0, 9, 5, 2, 14, 11, 8, + 3, 10, 14, 4, 9, 15, 8, 1, 2, 7, 0, 6, 13, 11, 5, 12, + 1, 9, 11, 10, 0, 8, 12, 4, 13, 3, 7, 15, 14, 5, 6, 2, + 4, 0, 5, 9, 7, 12, 2, 10, 14, 1, 3, 8, 11, 6, 15, 13 +] + +var zr = [ + 5, 14, 7, 0, 9, 2, 11, 4, 13, 6, 15, 8, 1, 10, 3, 12, + 6, 11, 3, 7, 0, 13, 5, 10, 14, 15, 8, 12, 4, 9, 1, 2, + 15, 5, 1, 3, 7, 14, 6, 9, 11, 8, 12, 2, 10, 0, 4, 13, + 8, 6, 4, 1, 3, 11, 15, 0, 5, 12, 2, 13, 9, 7, 10, 14, + 12, 15, 10, 4, 1, 5, 8, 7, 6, 2, 13, 14, 0, 3, 9, 11 +] + +var sl = [ + 11, 14, 15, 12, 5, 8, 7, 9, 11, 13, 14, 15, 6, 7, 9, 8, + 7, 6, 8, 13, 11, 9, 7, 15, 7, 12, 15, 9, 11, 7, 13, 12, + 11, 13, 6, 7, 14, 9, 13, 15, 14, 8, 13, 6, 5, 12, 7, 5, + 11, 12, 14, 15, 14, 15, 9, 8, 9, 14, 5, 6, 8, 6, 5, 12, + 9, 15, 5, 11, 6, 8, 13, 12, 5, 12, 13, 14, 11, 8, 5, 6 +] + +var sr = [ + 8, 9, 9, 11, 13, 15, 15, 5, 7, 7, 8, 11, 14, 14, 12, 6, + 9, 13, 15, 7, 12, 8, 9, 11, 7, 7, 12, 7, 6, 15, 13, 11, + 9, 7, 15, 11, 8, 6, 6, 14, 12, 13, 5, 14, 13, 13, 7, 5, + 15, 5, 8, 11, 14, 14, 6, 14, 6, 9, 12, 9, 12, 5, 15, 8, + 8, 5, 12, 9, 12, 5, 14, 6, 8, 13, 6, 5, 15, 13, 11, 11 +] + +var hl = [0x00000000, 0x5a827999, 0x6ed9eba1, 0x8f1bbcdc, 0xa953fd4e] +var hr = [0x50a28be6, 0x5c4dd124, 0x6d703ef3, 0x7a6d76e9, 0x00000000] + +function RIPEMD160 () { + HashBase.call(this, 64) + + // state + this._a = 0x67452301 + this._b = 0xefcdab89 + this._c = 0x98badcfe + this._d = 0x10325476 + this._e = 0xc3d2e1f0 +} + +inherits(RIPEMD160, HashBase) + +RIPEMD160.prototype._update = function () { + var words = ARRAY16 + for (var j = 0; j < 16; ++j) words[j] = this._block.readInt32LE(j * 4) + + var al = this._a | 0 + var bl = this._b | 0 + var cl = this._c | 0 + var dl = this._d | 0 + var el = this._e | 0 + + var ar = this._a | 0 + var br = this._b | 0 + var cr = this._c | 0 + var dr = this._d | 0 + var er = this._e | 0 + + // computation + for (var i = 0; i < 80; i += 1) { + var tl + var tr + if (i < 16) { + tl = fn1(al, bl, cl, dl, el, words[zl[i]], hl[0], sl[i]) + tr = fn5(ar, br, cr, dr, er, words[zr[i]], hr[0], sr[i]) + } else if (i < 32) { + tl = fn2(al, bl, cl, dl, el, words[zl[i]], hl[1], sl[i]) + tr = fn4(ar, br, cr, dr, er, words[zr[i]], hr[1], sr[i]) + } else if (i < 48) { + tl = fn3(al, bl, cl, dl, el, words[zl[i]], hl[2], sl[i]) + tr = fn3(ar, br, cr, dr, er, words[zr[i]], hr[2], sr[i]) + } else if (i < 64) { + tl = fn4(al, bl, cl, dl, el, words[zl[i]], hl[3], sl[i]) + tr = fn2(ar, br, cr, dr, er, words[zr[i]], hr[3], sr[i]) + } else { // if (i<80) { + tl = fn5(al, bl, cl, dl, el, words[zl[i]], hl[4], sl[i]) + tr = fn1(ar, br, cr, dr, er, words[zr[i]], hr[4], sr[i]) + } + + al = el + el = dl + dl = rotl(cl, 10) + cl = bl + bl = tl + + ar = er + er = dr + dr = rotl(cr, 10) + cr = br + br = tr + } + + // update state + var t = (this._b + cl + dr) | 0 + this._b = (this._c + dl + er) | 0 + this._c = (this._d + el + ar) | 0 + this._d = (this._e + al + br) | 0 + this._e = (this._a + bl + cr) | 0 + this._a = t +} + +RIPEMD160.prototype._digest = function () { + // create padding and handle blocks + this._block[this._blockOffset++] = 0x80 + if (this._blockOffset > 56) { + this._block.fill(0, this._blockOffset, 64) + this._update() + this._blockOffset = 0 + } + + this._block.fill(0, this._blockOffset, 56) + this._block.writeUInt32LE(this._length[0], 56) + this._block.writeUInt32LE(this._length[1], 60) + this._update() + + // produce result + var buffer = Buffer.alloc ? Buffer.alloc(20) : new Buffer(20) + buffer.writeInt32LE(this._a, 0) + buffer.writeInt32LE(this._b, 4) + buffer.writeInt32LE(this._c, 8) + buffer.writeInt32LE(this._d, 12) + buffer.writeInt32LE(this._e, 16) + return buffer +} + +function rotl (x, n) { + return (x << n) | (x >>> (32 - n)) +} + +function fn1 (a, b, c, d, e, m, k, s) { + return (rotl((a + (b ^ c ^ d) + m + k) | 0, s) + e) | 0 +} + +function fn2 (a, b, c, d, e, m, k, s) { + return (rotl((a + ((b & c) | ((~b) & d)) + m + k) | 0, s) + e) | 0 +} + +function fn3 (a, b, c, d, e, m, k, s) { + return (rotl((a + ((b | (~c)) ^ d) + m + k) | 0, s) + e) | 0 +} + +function fn4 (a, b, c, d, e, m, k, s) { + return (rotl((a + ((b & d) | (c & (~d))) + m + k) | 0, s) + e) | 0 +} + +function fn5 (a, b, c, d, e, m, k, s) { + return (rotl((a + (b ^ (c | (~d))) + m + k) | 0, s) + e) | 0 +} + +module.exports = RIPEMD160 + +},{"buffer":"../node_modules/buffer/index.js","inherits":"../node_modules/inherits/inherits_browser.js","hash-base":"../node_modules/hash-base/index.js"}],"../node_modules/sha.js/hash.js":[function(require,module,exports) { + +var Buffer = require('safe-buffer').Buffer + +// prototype class for hash functions +function Hash (blockSize, finalSize) { + this._block = Buffer.alloc(blockSize) + this._finalSize = finalSize + this._blockSize = blockSize + this._len = 0 +} + +Hash.prototype.update = function (data, enc) { + if (typeof data === 'string') { + enc = enc || 'utf8' + data = Buffer.from(data, enc) + } + + var block = this._block + var blockSize = this._blockSize + var length = data.length + var accum = this._len + + for (var offset = 0; offset < length;) { + var assigned = accum % blockSize + var remainder = Math.min(length - offset, blockSize - assigned) + + for (var i = 0; i < remainder; i++) { + block[assigned + i] = data[offset + i] + } + + accum += remainder + offset += remainder + + if ((accum % blockSize) === 0) { + this._update(block) + } + } + + this._len += length + return this +} + +Hash.prototype.digest = function (enc) { + var rem = this._len % this._blockSize + + this._block[rem] = 0x80 + + // zero (rem + 1) trailing bits, where (rem + 1) is the smallest + // non-negative solution to the equation (length + 1 + (rem + 1)) === finalSize mod blockSize + this._block.fill(0, rem + 1) + + if (rem >= this._finalSize) { + this._update(this._block) + this._block.fill(0) + } + + var bits = this._len * 8 + + // uint32 + if (bits <= 0xffffffff) { + this._block.writeUInt32BE(bits, this._blockSize - 4) + + // uint64 + } else { + var lowBits = (bits & 0xffffffff) >>> 0 + var highBits = (bits - lowBits) / 0x100000000 + + this._block.writeUInt32BE(highBits, this._blockSize - 8) + this._block.writeUInt32BE(lowBits, this._blockSize - 4) + } + + this._update(this._block) + var hash = this._hash() + + return enc ? hash.toString(enc) : hash +} + +Hash.prototype._update = function () { + throw new Error('_update must be implemented by subclass') +} + +module.exports = Hash + +},{"safe-buffer":"../node_modules/safe-buffer/index.js"}],"../node_modules/sha.js/sha.js":[function(require,module,exports) { + +/* + * A JavaScript implementation of the Secure Hash Algorithm, SHA-0, as defined + * in FIPS PUB 180-1 + * This source code is derived from sha1.js of the same repository. + * The difference between SHA-0 and SHA-1 is just a bitwise rotate left + * operation was added. + */ + +var inherits = require('inherits') +var Hash = require('./hash') +var Buffer = require('safe-buffer').Buffer + +var K = [ + 0x5a827999, 0x6ed9eba1, 0x8f1bbcdc | 0, 0xca62c1d6 | 0 +] + +var W = new Array(80) + +function Sha () { + this.init() + this._w = W + + Hash.call(this, 64, 56) +} + +inherits(Sha, Hash) + +Sha.prototype.init = function () { + this._a = 0x67452301 + this._b = 0xefcdab89 + this._c = 0x98badcfe + this._d = 0x10325476 + this._e = 0xc3d2e1f0 + + return this +} + +function rotl5 (num) { + return (num << 5) | (num >>> 27) +} + +function rotl30 (num) { + return (num << 30) | (num >>> 2) +} + +function ft (s, b, c, d) { + if (s === 0) return (b & c) | ((~b) & d) + if (s === 2) return (b & c) | (b & d) | (c & d) + return b ^ c ^ d +} + +Sha.prototype._update = function (M) { + var W = this._w + + var a = this._a | 0 + var b = this._b | 0 + var c = this._c | 0 + var d = this._d | 0 + var e = this._e | 0 + + for (var i = 0; i < 16; ++i) W[i] = M.readInt32BE(i * 4) + for (; i < 80; ++i) W[i] = W[i - 3] ^ W[i - 8] ^ W[i - 14] ^ W[i - 16] + + for (var j = 0; j < 80; ++j) { + var s = ~~(j / 20) + var t = (rotl5(a) + ft(s, b, c, d) + e + W[j] + K[s]) | 0 + + e = d + d = c + c = rotl30(b) + b = a + a = t + } + + this._a = (a + this._a) | 0 + this._b = (b + this._b) | 0 + this._c = (c + this._c) | 0 + this._d = (d + this._d) | 0 + this._e = (e + this._e) | 0 +} + +Sha.prototype._hash = function () { + var H = Buffer.allocUnsafe(20) + + H.writeInt32BE(this._a | 0, 0) + H.writeInt32BE(this._b | 0, 4) + H.writeInt32BE(this._c | 0, 8) + H.writeInt32BE(this._d | 0, 12) + H.writeInt32BE(this._e | 0, 16) + + return H +} + +module.exports = Sha + +},{"inherits":"../node_modules/inherits/inherits_browser.js","./hash":"../node_modules/sha.js/hash.js","safe-buffer":"../node_modules/safe-buffer/index.js"}],"../node_modules/sha.js/sha1.js":[function(require,module,exports) { + +/* + * A JavaScript implementation of the Secure Hash Algorithm, SHA-1, as defined + * in FIPS PUB 180-1 + * Version 2.1a Copyright Paul Johnston 2000 - 2002. + * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet + * Distributed under the BSD License + * See http://pajhome.org.uk/crypt/md5 for details. + */ + +var inherits = require('inherits') +var Hash = require('./hash') +var Buffer = require('safe-buffer').Buffer + +var K = [ + 0x5a827999, 0x6ed9eba1, 0x8f1bbcdc | 0, 0xca62c1d6 | 0 +] + +var W = new Array(80) + +function Sha1 () { + this.init() + this._w = W + + Hash.call(this, 64, 56) +} + +inherits(Sha1, Hash) + +Sha1.prototype.init = function () { + this._a = 0x67452301 + this._b = 0xefcdab89 + this._c = 0x98badcfe + this._d = 0x10325476 + this._e = 0xc3d2e1f0 + + return this +} + +function rotl1 (num) { + return (num << 1) | (num >>> 31) +} + +function rotl5 (num) { + return (num << 5) | (num >>> 27) +} + +function rotl30 (num) { + return (num << 30) | (num >>> 2) +} + +function ft (s, b, c, d) { + if (s === 0) return (b & c) | ((~b) & d) + if (s === 2) return (b & c) | (b & d) | (c & d) + return b ^ c ^ d +} + +Sha1.prototype._update = function (M) { + var W = this._w + + var a = this._a | 0 + var b = this._b | 0 + var c = this._c | 0 + var d = this._d | 0 + var e = this._e | 0 + + for (var i = 0; i < 16; ++i) W[i] = M.readInt32BE(i * 4) + for (; i < 80; ++i) W[i] = rotl1(W[i - 3] ^ W[i - 8] ^ W[i - 14] ^ W[i - 16]) + + for (var j = 0; j < 80; ++j) { + var s = ~~(j / 20) + var t = (rotl5(a) + ft(s, b, c, d) + e + W[j] + K[s]) | 0 + + e = d + d = c + c = rotl30(b) + b = a + a = t + } + + this._a = (a + this._a) | 0 + this._b = (b + this._b) | 0 + this._c = (c + this._c) | 0 + this._d = (d + this._d) | 0 + this._e = (e + this._e) | 0 +} + +Sha1.prototype._hash = function () { + var H = Buffer.allocUnsafe(20) + + H.writeInt32BE(this._a | 0, 0) + H.writeInt32BE(this._b | 0, 4) + H.writeInt32BE(this._c | 0, 8) + H.writeInt32BE(this._d | 0, 12) + H.writeInt32BE(this._e | 0, 16) + + return H +} + +module.exports = Sha1 + +},{"inherits":"../node_modules/inherits/inherits_browser.js","./hash":"../node_modules/sha.js/hash.js","safe-buffer":"../node_modules/safe-buffer/index.js"}],"../node_modules/sha.js/sha256.js":[function(require,module,exports) { + +/** + * A JavaScript implementation of the Secure Hash Algorithm, SHA-256, as defined + * in FIPS 180-2 + * Version 2.2-beta Copyright Angel Marin, Paul Johnston 2000 - 2009. + * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet + * + */ + +var inherits = require('inherits') +var Hash = require('./hash') +var Buffer = require('safe-buffer').Buffer + +var K = [ + 0x428A2F98, 0x71374491, 0xB5C0FBCF, 0xE9B5DBA5, + 0x3956C25B, 0x59F111F1, 0x923F82A4, 0xAB1C5ED5, + 0xD807AA98, 0x12835B01, 0x243185BE, 0x550C7DC3, + 0x72BE5D74, 0x80DEB1FE, 0x9BDC06A7, 0xC19BF174, + 0xE49B69C1, 0xEFBE4786, 0x0FC19DC6, 0x240CA1CC, + 0x2DE92C6F, 0x4A7484AA, 0x5CB0A9DC, 0x76F988DA, + 0x983E5152, 0xA831C66D, 0xB00327C8, 0xBF597FC7, + 0xC6E00BF3, 0xD5A79147, 0x06CA6351, 0x14292967, + 0x27B70A85, 0x2E1B2138, 0x4D2C6DFC, 0x53380D13, + 0x650A7354, 0x766A0ABB, 0x81C2C92E, 0x92722C85, + 0xA2BFE8A1, 0xA81A664B, 0xC24B8B70, 0xC76C51A3, + 0xD192E819, 0xD6990624, 0xF40E3585, 0x106AA070, + 0x19A4C116, 0x1E376C08, 0x2748774C, 0x34B0BCB5, + 0x391C0CB3, 0x4ED8AA4A, 0x5B9CCA4F, 0x682E6FF3, + 0x748F82EE, 0x78A5636F, 0x84C87814, 0x8CC70208, + 0x90BEFFFA, 0xA4506CEB, 0xBEF9A3F7, 0xC67178F2 +] + +var W = new Array(64) + +function Sha256 () { + this.init() + + this._w = W // new Array(64) + + Hash.call(this, 64, 56) +} + +inherits(Sha256, Hash) + +Sha256.prototype.init = function () { + this._a = 0x6a09e667 + this._b = 0xbb67ae85 + this._c = 0x3c6ef372 + this._d = 0xa54ff53a + this._e = 0x510e527f + this._f = 0x9b05688c + this._g = 0x1f83d9ab + this._h = 0x5be0cd19 + + return this +} + +function ch (x, y, z) { + return z ^ (x & (y ^ z)) +} + +function maj (x, y, z) { + return (x & y) | (z & (x | y)) +} + +function sigma0 (x) { + return (x >>> 2 | x << 30) ^ (x >>> 13 | x << 19) ^ (x >>> 22 | x << 10) +} + +function sigma1 (x) { + return (x >>> 6 | x << 26) ^ (x >>> 11 | x << 21) ^ (x >>> 25 | x << 7) +} + +function gamma0 (x) { + return (x >>> 7 | x << 25) ^ (x >>> 18 | x << 14) ^ (x >>> 3) +} + +function gamma1 (x) { + return (x >>> 17 | x << 15) ^ (x >>> 19 | x << 13) ^ (x >>> 10) +} + +Sha256.prototype._update = function (M) { + var W = this._w + + var a = this._a | 0 + var b = this._b | 0 + var c = this._c | 0 + var d = this._d | 0 + var e = this._e | 0 + var f = this._f | 0 + var g = this._g | 0 + var h = this._h | 0 + + for (var i = 0; i < 16; ++i) W[i] = M.readInt32BE(i * 4) + for (; i < 64; ++i) W[i] = (gamma1(W[i - 2]) + W[i - 7] + gamma0(W[i - 15]) + W[i - 16]) | 0 + + for (var j = 0; j < 64; ++j) { + var T1 = (h + sigma1(e) + ch(e, f, g) + K[j] + W[j]) | 0 + var T2 = (sigma0(a) + maj(a, b, c)) | 0 + + h = g + g = f + f = e + e = (d + T1) | 0 + d = c + c = b + b = a + a = (T1 + T2) | 0 + } + + this._a = (a + this._a) | 0 + this._b = (b + this._b) | 0 + this._c = (c + this._c) | 0 + this._d = (d + this._d) | 0 + this._e = (e + this._e) | 0 + this._f = (f + this._f) | 0 + this._g = (g + this._g) | 0 + this._h = (h + this._h) | 0 +} + +Sha256.prototype._hash = function () { + var H = Buffer.allocUnsafe(32) + + H.writeInt32BE(this._a, 0) + H.writeInt32BE(this._b, 4) + H.writeInt32BE(this._c, 8) + H.writeInt32BE(this._d, 12) + H.writeInt32BE(this._e, 16) + H.writeInt32BE(this._f, 20) + H.writeInt32BE(this._g, 24) + H.writeInt32BE(this._h, 28) + + return H +} + +module.exports = Sha256 + +},{"inherits":"../node_modules/inherits/inherits_browser.js","./hash":"../node_modules/sha.js/hash.js","safe-buffer":"../node_modules/safe-buffer/index.js"}],"../node_modules/sha.js/sha224.js":[function(require,module,exports) { + +/** + * A JavaScript implementation of the Secure Hash Algorithm, SHA-256, as defined + * in FIPS 180-2 + * Version 2.2-beta Copyright Angel Marin, Paul Johnston 2000 - 2009. + * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet + * + */ + +var inherits = require('inherits') +var Sha256 = require('./sha256') +var Hash = require('./hash') +var Buffer = require('safe-buffer').Buffer + +var W = new Array(64) + +function Sha224 () { + this.init() + + this._w = W // new Array(64) + + Hash.call(this, 64, 56) +} + +inherits(Sha224, Sha256) + +Sha224.prototype.init = function () { + this._a = 0xc1059ed8 + this._b = 0x367cd507 + this._c = 0x3070dd17 + this._d = 0xf70e5939 + this._e = 0xffc00b31 + this._f = 0x68581511 + this._g = 0x64f98fa7 + this._h = 0xbefa4fa4 + + return this +} + +Sha224.prototype._hash = function () { + var H = Buffer.allocUnsafe(28) + + H.writeInt32BE(this._a, 0) + H.writeInt32BE(this._b, 4) + H.writeInt32BE(this._c, 8) + H.writeInt32BE(this._d, 12) + H.writeInt32BE(this._e, 16) + H.writeInt32BE(this._f, 20) + H.writeInt32BE(this._g, 24) + + return H +} + +module.exports = Sha224 + +},{"inherits":"../node_modules/inherits/inherits_browser.js","./sha256":"../node_modules/sha.js/sha256.js","./hash":"../node_modules/sha.js/hash.js","safe-buffer":"../node_modules/safe-buffer/index.js"}],"../node_modules/sha.js/sha512.js":[function(require,module,exports) { + +var inherits = require('inherits') +var Hash = require('./hash') +var Buffer = require('safe-buffer').Buffer + +var K = [ + 0x428a2f98, 0xd728ae22, 0x71374491, 0x23ef65cd, + 0xb5c0fbcf, 0xec4d3b2f, 0xe9b5dba5, 0x8189dbbc, + 0x3956c25b, 0xf348b538, 0x59f111f1, 0xb605d019, + 0x923f82a4, 0xaf194f9b, 0xab1c5ed5, 0xda6d8118, + 0xd807aa98, 0xa3030242, 0x12835b01, 0x45706fbe, + 0x243185be, 0x4ee4b28c, 0x550c7dc3, 0xd5ffb4e2, + 0x72be5d74, 0xf27b896f, 0x80deb1fe, 0x3b1696b1, + 0x9bdc06a7, 0x25c71235, 0xc19bf174, 0xcf692694, + 0xe49b69c1, 0x9ef14ad2, 0xefbe4786, 0x384f25e3, + 0x0fc19dc6, 0x8b8cd5b5, 0x240ca1cc, 0x77ac9c65, + 0x2de92c6f, 0x592b0275, 0x4a7484aa, 0x6ea6e483, + 0x5cb0a9dc, 0xbd41fbd4, 0x76f988da, 0x831153b5, + 0x983e5152, 0xee66dfab, 0xa831c66d, 0x2db43210, + 0xb00327c8, 0x98fb213f, 0xbf597fc7, 0xbeef0ee4, + 0xc6e00bf3, 0x3da88fc2, 0xd5a79147, 0x930aa725, + 0x06ca6351, 0xe003826f, 0x14292967, 0x0a0e6e70, + 0x27b70a85, 0x46d22ffc, 0x2e1b2138, 0x5c26c926, + 0x4d2c6dfc, 0x5ac42aed, 0x53380d13, 0x9d95b3df, + 0x650a7354, 0x8baf63de, 0x766a0abb, 0x3c77b2a8, + 0x81c2c92e, 0x47edaee6, 0x92722c85, 0x1482353b, + 0xa2bfe8a1, 0x4cf10364, 0xa81a664b, 0xbc423001, + 0xc24b8b70, 0xd0f89791, 0xc76c51a3, 0x0654be30, + 0xd192e819, 0xd6ef5218, 0xd6990624, 0x5565a910, + 0xf40e3585, 0x5771202a, 0x106aa070, 0x32bbd1b8, + 0x19a4c116, 0xb8d2d0c8, 0x1e376c08, 0x5141ab53, + 0x2748774c, 0xdf8eeb99, 0x34b0bcb5, 0xe19b48a8, + 0x391c0cb3, 0xc5c95a63, 0x4ed8aa4a, 0xe3418acb, + 0x5b9cca4f, 0x7763e373, 0x682e6ff3, 0xd6b2b8a3, + 0x748f82ee, 0x5defb2fc, 0x78a5636f, 0x43172f60, + 0x84c87814, 0xa1f0ab72, 0x8cc70208, 0x1a6439ec, + 0x90befffa, 0x23631e28, 0xa4506ceb, 0xde82bde9, + 0xbef9a3f7, 0xb2c67915, 0xc67178f2, 0xe372532b, + 0xca273ece, 0xea26619c, 0xd186b8c7, 0x21c0c207, + 0xeada7dd6, 0xcde0eb1e, 0xf57d4f7f, 0xee6ed178, + 0x06f067aa, 0x72176fba, 0x0a637dc5, 0xa2c898a6, + 0x113f9804, 0xbef90dae, 0x1b710b35, 0x131c471b, + 0x28db77f5, 0x23047d84, 0x32caab7b, 0x40c72493, + 0x3c9ebe0a, 0x15c9bebc, 0x431d67c4, 0x9c100d4c, + 0x4cc5d4be, 0xcb3e42b6, 0x597f299c, 0xfc657e2a, + 0x5fcb6fab, 0x3ad6faec, 0x6c44198c, 0x4a475817 +] + +var W = new Array(160) + +function Sha512 () { + this.init() + this._w = W + + Hash.call(this, 128, 112) +} + +inherits(Sha512, Hash) + +Sha512.prototype.init = function () { + this._ah = 0x6a09e667 + this._bh = 0xbb67ae85 + this._ch = 0x3c6ef372 + this._dh = 0xa54ff53a + this._eh = 0x510e527f + this._fh = 0x9b05688c + this._gh = 0x1f83d9ab + this._hh = 0x5be0cd19 + + this._al = 0xf3bcc908 + this._bl = 0x84caa73b + this._cl = 0xfe94f82b + this._dl = 0x5f1d36f1 + this._el = 0xade682d1 + this._fl = 0x2b3e6c1f + this._gl = 0xfb41bd6b + this._hl = 0x137e2179 + + return this +} + +function Ch (x, y, z) { + return z ^ (x & (y ^ z)) +} + +function maj (x, y, z) { + return (x & y) | (z & (x | y)) +} + +function sigma0 (x, xl) { + return (x >>> 28 | xl << 4) ^ (xl >>> 2 | x << 30) ^ (xl >>> 7 | x << 25) +} + +function sigma1 (x, xl) { + return (x >>> 14 | xl << 18) ^ (x >>> 18 | xl << 14) ^ (xl >>> 9 | x << 23) +} + +function Gamma0 (x, xl) { + return (x >>> 1 | xl << 31) ^ (x >>> 8 | xl << 24) ^ (x >>> 7) +} + +function Gamma0l (x, xl) { + return (x >>> 1 | xl << 31) ^ (x >>> 8 | xl << 24) ^ (x >>> 7 | xl << 25) +} + +function Gamma1 (x, xl) { + return (x >>> 19 | xl << 13) ^ (xl >>> 29 | x << 3) ^ (x >>> 6) +} + +function Gamma1l (x, xl) { + return (x >>> 19 | xl << 13) ^ (xl >>> 29 | x << 3) ^ (x >>> 6 | xl << 26) +} + +function getCarry (a, b) { + return (a >>> 0) < (b >>> 0) ? 1 : 0 +} + +Sha512.prototype._update = function (M) { + var W = this._w + + var ah = this._ah | 0 + var bh = this._bh | 0 + var ch = this._ch | 0 + var dh = this._dh | 0 + var eh = this._eh | 0 + var fh = this._fh | 0 + var gh = this._gh | 0 + var hh = this._hh | 0 + + var al = this._al | 0 + var bl = this._bl | 0 + var cl = this._cl | 0 + var dl = this._dl | 0 + var el = this._el | 0 + var fl = this._fl | 0 + var gl = this._gl | 0 + var hl = this._hl | 0 + + for (var i = 0; i < 32; i += 2) { + W[i] = M.readInt32BE(i * 4) + W[i + 1] = M.readInt32BE(i * 4 + 4) + } + for (; i < 160; i += 2) { + var xh = W[i - 15 * 2] + var xl = W[i - 15 * 2 + 1] + var gamma0 = Gamma0(xh, xl) + var gamma0l = Gamma0l(xl, xh) + + xh = W[i - 2 * 2] + xl = W[i - 2 * 2 + 1] + var gamma1 = Gamma1(xh, xl) + var gamma1l = Gamma1l(xl, xh) + + // W[i] = gamma0 + W[i - 7] + gamma1 + W[i - 16] + var Wi7h = W[i - 7 * 2] + var Wi7l = W[i - 7 * 2 + 1] + + var Wi16h = W[i - 16 * 2] + var Wi16l = W[i - 16 * 2 + 1] + + var Wil = (gamma0l + Wi7l) | 0 + var Wih = (gamma0 + Wi7h + getCarry(Wil, gamma0l)) | 0 + Wil = (Wil + gamma1l) | 0 + Wih = (Wih + gamma1 + getCarry(Wil, gamma1l)) | 0 + Wil = (Wil + Wi16l) | 0 + Wih = (Wih + Wi16h + getCarry(Wil, Wi16l)) | 0 + + W[i] = Wih + W[i + 1] = Wil + } + + for (var j = 0; j < 160; j += 2) { + Wih = W[j] + Wil = W[j + 1] + + var majh = maj(ah, bh, ch) + var majl = maj(al, bl, cl) + + var sigma0h = sigma0(ah, al) + var sigma0l = sigma0(al, ah) + var sigma1h = sigma1(eh, el) + var sigma1l = sigma1(el, eh) + + // t1 = h + sigma1 + ch + K[j] + W[j] + var Kih = K[j] + var Kil = K[j + 1] + + var chh = Ch(eh, fh, gh) + var chl = Ch(el, fl, gl) + + var t1l = (hl + sigma1l) | 0 + var t1h = (hh + sigma1h + getCarry(t1l, hl)) | 0 + t1l = (t1l + chl) | 0 + t1h = (t1h + chh + getCarry(t1l, chl)) | 0 + t1l = (t1l + Kil) | 0 + t1h = (t1h + Kih + getCarry(t1l, Kil)) | 0 + t1l = (t1l + Wil) | 0 + t1h = (t1h + Wih + getCarry(t1l, Wil)) | 0 + + // t2 = sigma0 + maj + var t2l = (sigma0l + majl) | 0 + var t2h = (sigma0h + majh + getCarry(t2l, sigma0l)) | 0 + + hh = gh + hl = gl + gh = fh + gl = fl + fh = eh + fl = el + el = (dl + t1l) | 0 + eh = (dh + t1h + getCarry(el, dl)) | 0 + dh = ch + dl = cl + ch = bh + cl = bl + bh = ah + bl = al + al = (t1l + t2l) | 0 + ah = (t1h + t2h + getCarry(al, t1l)) | 0 + } + + this._al = (this._al + al) | 0 + this._bl = (this._bl + bl) | 0 + this._cl = (this._cl + cl) | 0 + this._dl = (this._dl + dl) | 0 + this._el = (this._el + el) | 0 + this._fl = (this._fl + fl) | 0 + this._gl = (this._gl + gl) | 0 + this._hl = (this._hl + hl) | 0 + + this._ah = (this._ah + ah + getCarry(this._al, al)) | 0 + this._bh = (this._bh + bh + getCarry(this._bl, bl)) | 0 + this._ch = (this._ch + ch + getCarry(this._cl, cl)) | 0 + this._dh = (this._dh + dh + getCarry(this._dl, dl)) | 0 + this._eh = (this._eh + eh + getCarry(this._el, el)) | 0 + this._fh = (this._fh + fh + getCarry(this._fl, fl)) | 0 + this._gh = (this._gh + gh + getCarry(this._gl, gl)) | 0 + this._hh = (this._hh + hh + getCarry(this._hl, hl)) | 0 +} + +Sha512.prototype._hash = function () { + var H = Buffer.allocUnsafe(64) + + function writeInt64BE (h, l, offset) { + H.writeInt32BE(h, offset) + H.writeInt32BE(l, offset + 4) + } + + writeInt64BE(this._ah, this._al, 0) + writeInt64BE(this._bh, this._bl, 8) + writeInt64BE(this._ch, this._cl, 16) + writeInt64BE(this._dh, this._dl, 24) + writeInt64BE(this._eh, this._el, 32) + writeInt64BE(this._fh, this._fl, 40) + writeInt64BE(this._gh, this._gl, 48) + writeInt64BE(this._hh, this._hl, 56) + + return H +} + +module.exports = Sha512 + +},{"inherits":"../node_modules/inherits/inherits_browser.js","./hash":"../node_modules/sha.js/hash.js","safe-buffer":"../node_modules/safe-buffer/index.js"}],"../node_modules/sha.js/sha384.js":[function(require,module,exports) { + +var inherits = require('inherits') +var SHA512 = require('./sha512') +var Hash = require('./hash') +var Buffer = require('safe-buffer').Buffer + +var W = new Array(160) + +function Sha384 () { + this.init() + this._w = W + + Hash.call(this, 128, 112) +} + +inherits(Sha384, SHA512) + +Sha384.prototype.init = function () { + this._ah = 0xcbbb9d5d + this._bh = 0x629a292a + this._ch = 0x9159015a + this._dh = 0x152fecd8 + this._eh = 0x67332667 + this._fh = 0x8eb44a87 + this._gh = 0xdb0c2e0d + this._hh = 0x47b5481d + + this._al = 0xc1059ed8 + this._bl = 0x367cd507 + this._cl = 0x3070dd17 + this._dl = 0xf70e5939 + this._el = 0xffc00b31 + this._fl = 0x68581511 + this._gl = 0x64f98fa7 + this._hl = 0xbefa4fa4 + + return this +} + +Sha384.prototype._hash = function () { + var H = Buffer.allocUnsafe(48) + + function writeInt64BE (h, l, offset) { + H.writeInt32BE(h, offset) + H.writeInt32BE(l, offset + 4) + } + + writeInt64BE(this._ah, this._al, 0) + writeInt64BE(this._bh, this._bl, 8) + writeInt64BE(this._ch, this._cl, 16) + writeInt64BE(this._dh, this._dl, 24) + writeInt64BE(this._eh, this._el, 32) + writeInt64BE(this._fh, this._fl, 40) + + return H +} + +module.exports = Sha384 + +},{"inherits":"../node_modules/inherits/inherits_browser.js","./sha512":"../node_modules/sha.js/sha512.js","./hash":"../node_modules/sha.js/hash.js","safe-buffer":"../node_modules/safe-buffer/index.js"}],"../node_modules/sha.js/index.js":[function(require,module,exports) { +var exports = module.exports = function SHA (algorithm) { + algorithm = algorithm.toLowerCase() + + var Algorithm = exports[algorithm] + if (!Algorithm) throw new Error(algorithm + ' is not supported (we accept pull requests)') + + return new Algorithm() +} + +exports.sha = require('./sha') +exports.sha1 = require('./sha1') +exports.sha224 = require('./sha224') +exports.sha256 = require('./sha256') +exports.sha384 = require('./sha384') +exports.sha512 = require('./sha512') + +},{"./sha":"../node_modules/sha.js/sha.js","./sha1":"../node_modules/sha.js/sha1.js","./sha224":"../node_modules/sha.js/sha224.js","./sha256":"../node_modules/sha.js/sha256.js","./sha384":"../node_modules/sha.js/sha384.js","./sha512":"../node_modules/sha.js/sha512.js"}],"../node_modules/process-nextick-args/index.js":[function(require,module,exports) { +var process = require("process"); +'use strict'; + +if (typeof process === 'undefined' || + !process.version || + process.version.indexOf('v0.') === 0 || + process.version.indexOf('v1.') === 0 && process.version.indexOf('v1.8.') !== 0) { + module.exports = { nextTick: nextTick }; +} else { + module.exports = process +} + +function nextTick(fn, arg1, arg2, arg3) { + if (typeof fn !== 'function') { + throw new TypeError('"callback" argument must be a function'); + } + var len = arguments.length; + var args, i; + switch (len) { + case 0: + case 1: + return process.nextTick(fn); + case 2: + return process.nextTick(function afterTickOne() { + fn.call(null, arg1); + }); + case 3: + return process.nextTick(function afterTickTwo() { + fn.call(null, arg1, arg2); + }); + case 4: + return process.nextTick(function afterTickThree() { + fn.call(null, arg1, arg2, arg3); + }); + default: + args = new Array(len - 1); + i = 0; + while (i < args.length) { + args[i++] = arguments[i]; + } + return process.nextTick(function afterTick() { + fn.apply(null, args); + }); + } +} + + +},{"process":"../node_modules/process/browser.js"}],"../node_modules/readable-stream/lib/internal/streams/stream-browser.js":[function(require,module,exports) { +module.exports = require('events').EventEmitter; + +},{"events":"../node_modules/events/events.js"}],"../node_modules/readable-stream/node_modules/safe-buffer/index.js":[function(require,module,exports) { + +/* eslint-disable node/no-deprecated-api */ +var buffer = require('buffer') +var Buffer = buffer.Buffer + +// alternative to using Object.keys for old browsers +function copyProps (src, dst) { + for (var key in src) { + dst[key] = src[key] + } +} +if (Buffer.from && Buffer.alloc && Buffer.allocUnsafe && Buffer.allocUnsafeSlow) { + module.exports = buffer +} else { + // Copy properties from require('buffer') + copyProps(buffer, exports) + exports.Buffer = SafeBuffer +} + +function SafeBuffer (arg, encodingOrOffset, length) { + return Buffer(arg, encodingOrOffset, length) +} + +// Copy static methods from Buffer +copyProps(Buffer, SafeBuffer) + +SafeBuffer.from = function (arg, encodingOrOffset, length) { + if (typeof arg === 'number') { + throw new TypeError('Argument must not be a number') + } + return Buffer(arg, encodingOrOffset, length) +} + +SafeBuffer.alloc = function (size, fill, encoding) { + if (typeof size !== 'number') { + throw new TypeError('Argument must be a number') + } + var buf = Buffer(size) + if (fill !== undefined) { + if (typeof encoding === 'string') { + buf.fill(fill, encoding) + } else { + buf.fill(fill) + } + } else { + buf.fill(0) + } + return buf +} + +SafeBuffer.allocUnsafe = function (size) { + if (typeof size !== 'number') { + throw new TypeError('Argument must be a number') + } + return Buffer(size) +} + +SafeBuffer.allocUnsafeSlow = function (size) { + if (typeof size !== 'number') { + throw new TypeError('Argument must be a number') + } + return buffer.SlowBuffer(size) +} + +},{"buffer":"../node_modules/buffer/index.js"}],"../node_modules/core-util-is/lib/util.js":[function(require,module,exports) { +var Buffer = require("buffer").Buffer; +// Copyright Joyent, Inc. and other Node contributors. +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to permit +// persons to whom the Software is furnished to do so, subject to the +// following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +// USE OR OTHER DEALINGS IN THE SOFTWARE. + +// NOTE: These type checking functions intentionally don't use `instanceof` +// because it is fragile and can be easily faked with `Object.create()`. + +function isArray(arg) { + if (Array.isArray) { + return Array.isArray(arg); + } + return objectToString(arg) === '[object Array]'; +} +exports.isArray = isArray; + +function isBoolean(arg) { + return typeof arg === 'boolean'; +} +exports.isBoolean = isBoolean; + +function isNull(arg) { + return arg === null; +} +exports.isNull = isNull; + +function isNullOrUndefined(arg) { + return arg == null; +} +exports.isNullOrUndefined = isNullOrUndefined; + +function isNumber(arg) { + return typeof arg === 'number'; +} +exports.isNumber = isNumber; + +function isString(arg) { + return typeof arg === 'string'; +} +exports.isString = isString; + +function isSymbol(arg) { + return typeof arg === 'symbol'; +} +exports.isSymbol = isSymbol; + +function isUndefined(arg) { + return arg === void 0; +} +exports.isUndefined = isUndefined; + +function isRegExp(re) { + return objectToString(re) === '[object RegExp]'; +} +exports.isRegExp = isRegExp; + +function isObject(arg) { + return typeof arg === 'object' && arg !== null; +} +exports.isObject = isObject; + +function isDate(d) { + return objectToString(d) === '[object Date]'; +} +exports.isDate = isDate; + +function isError(e) { + return (objectToString(e) === '[object Error]' || e instanceof Error); +} +exports.isError = isError; + +function isFunction(arg) { + return typeof arg === 'function'; +} +exports.isFunction = isFunction; + +function isPrimitive(arg) { + return arg === null || + typeof arg === 'boolean' || + typeof arg === 'number' || + typeof arg === 'string' || + typeof arg === 'symbol' || // ES6 symbol + typeof arg === 'undefined'; +} +exports.isPrimitive = isPrimitive; + +exports.isBuffer = Buffer.isBuffer; + +function objectToString(o) { + return Object.prototype.toString.call(o); +} + +},{"buffer":"../node_modules/buffer/index.js"}],"../node_modules/readable-stream/lib/internal/streams/BufferList.js":[function(require,module,exports) { + +'use strict'; + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +var Buffer = require('safe-buffer').Buffer; +var util = require('util'); + +function copyBuffer(src, target, offset) { + src.copy(target, offset); +} + +module.exports = function () { + function BufferList() { + _classCallCheck(this, BufferList); + + this.head = null; + this.tail = null; + this.length = 0; + } + + BufferList.prototype.push = function push(v) { + var entry = { data: v, next: null }; + if (this.length > 0) this.tail.next = entry;else this.head = entry; + this.tail = entry; + ++this.length; + }; + + BufferList.prototype.unshift = function unshift(v) { + var entry = { data: v, next: this.head }; + if (this.length === 0) this.tail = entry; + this.head = entry; + ++this.length; + }; + + BufferList.prototype.shift = function shift() { + if (this.length === 0) return; + var ret = this.head.data; + if (this.length === 1) this.head = this.tail = null;else this.head = this.head.next; + --this.length; + return ret; + }; + + BufferList.prototype.clear = function clear() { + this.head = this.tail = null; + this.length = 0; + }; + + BufferList.prototype.join = function join(s) { + if (this.length === 0) return ''; + var p = this.head; + var ret = '' + p.data; + while (p = p.next) { + ret += s + p.data; + }return ret; + }; + + BufferList.prototype.concat = function concat(n) { + if (this.length === 0) return Buffer.alloc(0); + if (this.length === 1) return this.head.data; + var ret = Buffer.allocUnsafe(n >>> 0); + var p = this.head; + var i = 0; + while (p) { + copyBuffer(p.data, ret, i); + i += p.data.length; + p = p.next; + } + return ret; + }; + + return BufferList; +}(); + +if (util && util.inspect && util.inspect.custom) { + module.exports.prototype[util.inspect.custom] = function () { + var obj = util.inspect({ length: this.length }); + return this.constructor.name + ' ' + obj; + }; +} +},{"safe-buffer":"../node_modules/readable-stream/node_modules/safe-buffer/index.js","util":"../node_modules/parcel/src/builtins/_empty.js"}],"../node_modules/readable-stream/lib/internal/streams/destroy.js":[function(require,module,exports) { +'use strict'; + +/**/ + +var pna = require('process-nextick-args'); +/**/ + +// undocumented cb() API, needed for core, not for public API +function destroy(err, cb) { + var _this = this; + + var readableDestroyed = this._readableState && this._readableState.destroyed; + var writableDestroyed = this._writableState && this._writableState.destroyed; + + if (readableDestroyed || writableDestroyed) { + if (cb) { + cb(err); + } else if (err && (!this._writableState || !this._writableState.errorEmitted)) { + pna.nextTick(emitErrorNT, this, err); + } + return this; + } + + // we set destroyed to true before firing error callbacks in order + // to make it re-entrance safe in case destroy() is called within callbacks + + if (this._readableState) { + this._readableState.destroyed = true; + } + + // if this is a duplex stream mark the writable part as destroyed as well + if (this._writableState) { + this._writableState.destroyed = true; + } + + this._destroy(err || null, function (err) { + if (!cb && err) { + pna.nextTick(emitErrorNT, _this, err); + if (_this._writableState) { + _this._writableState.errorEmitted = true; + } + } else if (cb) { + cb(err); + } + }); + + return this; +} + +function undestroy() { + if (this._readableState) { + this._readableState.destroyed = false; + this._readableState.reading = false; + this._readableState.ended = false; + this._readableState.endEmitted = false; + } + + if (this._writableState) { + this._writableState.destroyed = false; + this._writableState.ended = false; + this._writableState.ending = false; + this._writableState.finished = false; + this._writableState.errorEmitted = false; + } +} + +function emitErrorNT(self, err) { + self.emit('error', err); +} + +module.exports = { + destroy: destroy, + undestroy: undestroy +}; +},{"process-nextick-args":"../node_modules/process-nextick-args/index.js"}],"../node_modules/readable-stream/lib/_stream_writable.js":[function(require,module,exports) { +var process = require("process"); + +var global = arguments[3]; +// Copyright Joyent, Inc. and other Node contributors. +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to permit +// persons to whom the Software is furnished to do so, subject to the +// following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +// USE OR OTHER DEALINGS IN THE SOFTWARE. +// A bit simpler than readable streams. +// Implement an async ._write(chunk, encoding, cb), and it'll handle all +// the drain event emission and buffering. +'use strict'; +/**/ + +var pna = require('process-nextick-args'); +/**/ + + +module.exports = Writable; +/* */ + +function WriteReq(chunk, encoding, cb) { + this.chunk = chunk; + this.encoding = encoding; + this.callback = cb; + this.next = null; +} // It seems a linked list but it is not +// there will be only 2 of these for each stream + + +function CorkedRequest(state) { + var _this = this; + + this.next = null; + this.entry = null; + + this.finish = function () { + onCorkedFinish(_this, state); + }; +} +/* */ + +/**/ + + +var asyncWrite = !true && ['v0.10', 'v0.9.'].indexOf(process.version.slice(0, 5)) > -1 ? setImmediate : pna.nextTick; +/**/ + +/**/ + +var Duplex; +/**/ + +Writable.WritableState = WritableState; +/**/ + +var util = Object.create(require('core-util-is')); +util.inherits = require('inherits'); +/**/ + +/**/ + +var internalUtil = { + deprecate: require('util-deprecate') +}; +/**/ + +/**/ + +var Stream = require('./internal/streams/stream'); +/**/ + +/**/ + + +var Buffer = require('safe-buffer').Buffer; + +var OurUint8Array = global.Uint8Array || function () {}; + +function _uint8ArrayToBuffer(chunk) { + return Buffer.from(chunk); +} + +function _isUint8Array(obj) { + return Buffer.isBuffer(obj) || obj instanceof OurUint8Array; +} +/**/ + + +var destroyImpl = require('./internal/streams/destroy'); + +util.inherits(Writable, Stream); + +function nop() {} + +function WritableState(options, stream) { + Duplex = Duplex || require('./_stream_duplex'); + options = options || {}; // Duplex streams are both readable and writable, but share + // the same options object. + // However, some cases require setting options to different + // values for the readable and the writable sides of the duplex stream. + // These options can be provided separately as readableXXX and writableXXX. + + var isDuplex = stream instanceof Duplex; // object stream flag to indicate whether or not this stream + // contains buffers or objects. + + this.objectMode = !!options.objectMode; + if (isDuplex) this.objectMode = this.objectMode || !!options.writableObjectMode; // the point at which write() starts returning false + // Note: 0 is a valid value, means that we always return false if + // the entire buffer is not flushed immediately on write() + + var hwm = options.highWaterMark; + var writableHwm = options.writableHighWaterMark; + var defaultHwm = this.objectMode ? 16 : 16 * 1024; + if (hwm || hwm === 0) this.highWaterMark = hwm;else if (isDuplex && (writableHwm || writableHwm === 0)) this.highWaterMark = writableHwm;else this.highWaterMark = defaultHwm; // cast to ints. + + this.highWaterMark = Math.floor(this.highWaterMark); // if _final has been called + + this.finalCalled = false; // drain event flag. + + this.needDrain = false; // at the start of calling end() + + this.ending = false; // when end() has been called, and returned + + this.ended = false; // when 'finish' is emitted + + this.finished = false; // has it been destroyed + + this.destroyed = false; // should we decode strings into buffers before passing to _write? + // this is here so that some node-core streams can optimize string + // handling at a lower level. + + var noDecode = options.decodeStrings === false; + this.decodeStrings = !noDecode; // Crypto is kind of old and crusty. Historically, its default string + // encoding is 'binary' so we have to make this configurable. + // Everything else in the universe uses 'utf8', though. + + this.defaultEncoding = options.defaultEncoding || 'utf8'; // not an actual buffer we keep track of, but a measurement + // of how much we're waiting to get pushed to some underlying + // socket or file. + + this.length = 0; // a flag to see when we're in the middle of a write. + + this.writing = false; // when true all writes will be buffered until .uncork() call + + this.corked = 0; // a flag to be able to tell if the onwrite cb is called immediately, + // or on a later tick. We set this to true at first, because any + // actions that shouldn't happen until "later" should generally also + // not happen before the first write call. + + this.sync = true; // a flag to know if we're processing previously buffered items, which + // may call the _write() callback in the same tick, so that we don't + // end up in an overlapped onwrite situation. + + this.bufferProcessing = false; // the callback that's passed to _write(chunk,cb) + + this.onwrite = function (er) { + onwrite(stream, er); + }; // the callback that the user supplies to write(chunk,encoding,cb) + + + this.writecb = null; // the amount that is being written when _write is called. + + this.writelen = 0; + this.bufferedRequest = null; + this.lastBufferedRequest = null; // number of pending user-supplied write callbacks + // this must be 0 before 'finish' can be emitted + + this.pendingcb = 0; // emit prefinish if the only thing we're waiting for is _write cbs + // This is relevant for synchronous Transform streams + + this.prefinished = false; // True if the error was already emitted and should not be thrown again + + this.errorEmitted = false; // count buffered requests + + this.bufferedRequestCount = 0; // allocate the first CorkedRequest, there is always + // one allocated and free to use, and we maintain at most two + + this.corkedRequestsFree = new CorkedRequest(this); +} + +WritableState.prototype.getBuffer = function getBuffer() { + var current = this.bufferedRequest; + var out = []; + + while (current) { + out.push(current); + current = current.next; + } + + return out; +}; + +(function () { + try { + Object.defineProperty(WritableState.prototype, 'buffer', { + get: internalUtil.deprecate(function () { + return this.getBuffer(); + }, '_writableState.buffer is deprecated. Use _writableState.getBuffer ' + 'instead.', 'DEP0003') + }); + } catch (_) {} +})(); // Test _writableState for inheritance to account for Duplex streams, +// whose prototype chain only points to Readable. + + +var realHasInstance; + +if (typeof Symbol === 'function' && Symbol.hasInstance && typeof Function.prototype[Symbol.hasInstance] === 'function') { + realHasInstance = Function.prototype[Symbol.hasInstance]; + Object.defineProperty(Writable, Symbol.hasInstance, { + value: function (object) { + if (realHasInstance.call(this, object)) return true; + if (this !== Writable) return false; + return object && object._writableState instanceof WritableState; + } + }); +} else { + realHasInstance = function (object) { + return object instanceof this; + }; +} + +function Writable(options) { + Duplex = Duplex || require('./_stream_duplex'); // Writable ctor is applied to Duplexes, too. + // `realHasInstance` is necessary because using plain `instanceof` + // would return false, as no `_writableState` property is attached. + // Trying to use the custom `instanceof` for Writable here will also break the + // Node.js LazyTransform implementation, which has a non-trivial getter for + // `_writableState` that would lead to infinite recursion. + + if (!realHasInstance.call(Writable, this) && !(this instanceof Duplex)) { + return new Writable(options); + } + + this._writableState = new WritableState(options, this); // legacy. + + this.writable = true; + + if (options) { + if (typeof options.write === 'function') this._write = options.write; + if (typeof options.writev === 'function') this._writev = options.writev; + if (typeof options.destroy === 'function') this._destroy = options.destroy; + if (typeof options.final === 'function') this._final = options.final; + } + + Stream.call(this); +} // Otherwise people can pipe Writable streams, which is just wrong. + + +Writable.prototype.pipe = function () { + this.emit('error', new Error('Cannot pipe, not readable')); +}; + +function writeAfterEnd(stream, cb) { + var er = new Error('write after end'); // TODO: defer error events consistently everywhere, not just the cb + + stream.emit('error', er); + pna.nextTick(cb, er); +} // Checks that a user-supplied chunk is valid, especially for the particular +// mode the stream is in. Currently this means that `null` is never accepted +// and undefined/non-string values are only allowed in object mode. + + +function validChunk(stream, state, chunk, cb) { + var valid = true; + var er = false; + + if (chunk === null) { + er = new TypeError('May not write null values to stream'); + } else if (typeof chunk !== 'string' && chunk !== undefined && !state.objectMode) { + er = new TypeError('Invalid non-string/buffer chunk'); + } + + if (er) { + stream.emit('error', er); + pna.nextTick(cb, er); + valid = false; + } + + return valid; +} + +Writable.prototype.write = function (chunk, encoding, cb) { + var state = this._writableState; + var ret = false; + + var isBuf = !state.objectMode && _isUint8Array(chunk); + + if (isBuf && !Buffer.isBuffer(chunk)) { + chunk = _uint8ArrayToBuffer(chunk); + } + + if (typeof encoding === 'function') { + cb = encoding; + encoding = null; + } + + if (isBuf) encoding = 'buffer';else if (!encoding) encoding = state.defaultEncoding; + if (typeof cb !== 'function') cb = nop; + if (state.ended) writeAfterEnd(this, cb);else if (isBuf || validChunk(this, state, chunk, cb)) { + state.pendingcb++; + ret = writeOrBuffer(this, state, isBuf, chunk, encoding, cb); + } + return ret; +}; + +Writable.prototype.cork = function () { + var state = this._writableState; + state.corked++; +}; + +Writable.prototype.uncork = function () { + var state = this._writableState; + + if (state.corked) { + state.corked--; + if (!state.writing && !state.corked && !state.finished && !state.bufferProcessing && state.bufferedRequest) clearBuffer(this, state); + } +}; + +Writable.prototype.setDefaultEncoding = function setDefaultEncoding(encoding) { + // node::ParseEncoding() requires lower case. + if (typeof encoding === 'string') encoding = encoding.toLowerCase(); + if (!(['hex', 'utf8', 'utf-8', 'ascii', 'binary', 'base64', 'ucs2', 'ucs-2', 'utf16le', 'utf-16le', 'raw'].indexOf((encoding + '').toLowerCase()) > -1)) throw new TypeError('Unknown encoding: ' + encoding); + this._writableState.defaultEncoding = encoding; + return this; +}; + +function decodeChunk(state, chunk, encoding) { + if (!state.objectMode && state.decodeStrings !== false && typeof chunk === 'string') { + chunk = Buffer.from(chunk, encoding); + } + + return chunk; +} + +Object.defineProperty(Writable.prototype, 'writableHighWaterMark', { + // making it explicit this property is not enumerable + // because otherwise some prototype manipulation in + // userland will fail + enumerable: false, + get: function () { + return this._writableState.highWaterMark; + } +}); // if we're already writing something, then just put this +// in the queue, and wait our turn. Otherwise, call _write +// If we return false, then we need a drain event, so set that flag. + +function writeOrBuffer(stream, state, isBuf, chunk, encoding, cb) { + if (!isBuf) { + var newChunk = decodeChunk(state, chunk, encoding); + + if (chunk !== newChunk) { + isBuf = true; + encoding = 'buffer'; + chunk = newChunk; + } + } + + var len = state.objectMode ? 1 : chunk.length; + state.length += len; + var ret = state.length < state.highWaterMark; // we must ensure that previous needDrain will not be reset to false. + + if (!ret) state.needDrain = true; + + if (state.writing || state.corked) { + var last = state.lastBufferedRequest; + state.lastBufferedRequest = { + chunk: chunk, + encoding: encoding, + isBuf: isBuf, + callback: cb, + next: null + }; + + if (last) { + last.next = state.lastBufferedRequest; + } else { + state.bufferedRequest = state.lastBufferedRequest; + } + + state.bufferedRequestCount += 1; + } else { + doWrite(stream, state, false, len, chunk, encoding, cb); + } + + return ret; +} + +function doWrite(stream, state, writev, len, chunk, encoding, cb) { + state.writelen = len; + state.writecb = cb; + state.writing = true; + state.sync = true; + if (writev) stream._writev(chunk, state.onwrite);else stream._write(chunk, encoding, state.onwrite); + state.sync = false; +} + +function onwriteError(stream, state, sync, er, cb) { + --state.pendingcb; + + if (sync) { + // defer the callback if we are being called synchronously + // to avoid piling up things on the stack + pna.nextTick(cb, er); // this can emit finish, and it will always happen + // after error + + pna.nextTick(finishMaybe, stream, state); + stream._writableState.errorEmitted = true; + stream.emit('error', er); + } else { + // the caller expect this to happen before if + // it is async + cb(er); + stream._writableState.errorEmitted = true; + stream.emit('error', er); // this can emit finish, but finish must + // always follow error + + finishMaybe(stream, state); + } +} + +function onwriteStateUpdate(state) { + state.writing = false; + state.writecb = null; + state.length -= state.writelen; + state.writelen = 0; +} + +function onwrite(stream, er) { + var state = stream._writableState; + var sync = state.sync; + var cb = state.writecb; + onwriteStateUpdate(state); + if (er) onwriteError(stream, state, sync, er, cb);else { + // Check if we're actually ready to finish, but don't emit yet + var finished = needFinish(state); + + if (!finished && !state.corked && !state.bufferProcessing && state.bufferedRequest) { + clearBuffer(stream, state); + } + + if (sync) { + /**/ + asyncWrite(afterWrite, stream, state, finished, cb); + /**/ + } else { + afterWrite(stream, state, finished, cb); + } + } +} + +function afterWrite(stream, state, finished, cb) { + if (!finished) onwriteDrain(stream, state); + state.pendingcb--; + cb(); + finishMaybe(stream, state); +} // Must force callback to be called on nextTick, so that we don't +// emit 'drain' before the write() consumer gets the 'false' return +// value, and has a chance to attach a 'drain' listener. + + +function onwriteDrain(stream, state) { + if (state.length === 0 && state.needDrain) { + state.needDrain = false; + stream.emit('drain'); + } +} // if there's something in the buffer waiting, then process it + + +function clearBuffer(stream, state) { + state.bufferProcessing = true; + var entry = state.bufferedRequest; + + if (stream._writev && entry && entry.next) { + // Fast case, write everything using _writev() + var l = state.bufferedRequestCount; + var buffer = new Array(l); + var holder = state.corkedRequestsFree; + holder.entry = entry; + var count = 0; + var allBuffers = true; + + while (entry) { + buffer[count] = entry; + if (!entry.isBuf) allBuffers = false; + entry = entry.next; + count += 1; + } + + buffer.allBuffers = allBuffers; + doWrite(stream, state, true, state.length, buffer, '', holder.finish); // doWrite is almost always async, defer these to save a bit of time + // as the hot path ends with doWrite + + state.pendingcb++; + state.lastBufferedRequest = null; + + if (holder.next) { + state.corkedRequestsFree = holder.next; + holder.next = null; + } else { + state.corkedRequestsFree = new CorkedRequest(state); + } + + state.bufferedRequestCount = 0; + } else { + // Slow case, write chunks one-by-one + while (entry) { + var chunk = entry.chunk; + var encoding = entry.encoding; + var cb = entry.callback; + var len = state.objectMode ? 1 : chunk.length; + doWrite(stream, state, false, len, chunk, encoding, cb); + entry = entry.next; + state.bufferedRequestCount--; // if we didn't call the onwrite immediately, then + // it means that we need to wait until it does. + // also, that means that the chunk and cb are currently + // being processed, so move the buffer counter past them. + + if (state.writing) { + break; + } + } + + if (entry === null) state.lastBufferedRequest = null; + } + + state.bufferedRequest = entry; + state.bufferProcessing = false; +} + +Writable.prototype._write = function (chunk, encoding, cb) { + cb(new Error('_write() is not implemented')); +}; + +Writable.prototype._writev = null; + +Writable.prototype.end = function (chunk, encoding, cb) { + var state = this._writableState; + + if (typeof chunk === 'function') { + cb = chunk; + chunk = null; + encoding = null; + } else if (typeof encoding === 'function') { + cb = encoding; + encoding = null; + } + + if (chunk !== null && chunk !== undefined) this.write(chunk, encoding); // .end() fully uncorks + + if (state.corked) { + state.corked = 1; + this.uncork(); + } // ignore unnecessary end() calls. + + + if (!state.ending && !state.finished) endWritable(this, state, cb); +}; + +function needFinish(state) { + return state.ending && state.length === 0 && state.bufferedRequest === null && !state.finished && !state.writing; +} + +function callFinal(stream, state) { + stream._final(function (err) { + state.pendingcb--; + + if (err) { + stream.emit('error', err); + } + + state.prefinished = true; + stream.emit('prefinish'); + finishMaybe(stream, state); + }); +} + +function prefinish(stream, state) { + if (!state.prefinished && !state.finalCalled) { + if (typeof stream._final === 'function') { + state.pendingcb++; + state.finalCalled = true; + pna.nextTick(callFinal, stream, state); + } else { + state.prefinished = true; + stream.emit('prefinish'); + } + } +} + +function finishMaybe(stream, state) { + var need = needFinish(state); + + if (need) { + prefinish(stream, state); + + if (state.pendingcb === 0) { + state.finished = true; + stream.emit('finish'); + } + } + + return need; +} + +function endWritable(stream, state, cb) { + state.ending = true; + finishMaybe(stream, state); + + if (cb) { + if (state.finished) pna.nextTick(cb);else stream.once('finish', cb); + } + + state.ended = true; + stream.writable = false; +} + +function onCorkedFinish(corkReq, state, err) { + var entry = corkReq.entry; + corkReq.entry = null; + + while (entry) { + var cb = entry.callback; + state.pendingcb--; + cb(err); + entry = entry.next; + } + + if (state.corkedRequestsFree) { + state.corkedRequestsFree.next = corkReq; + } else { + state.corkedRequestsFree = corkReq; + } +} + +Object.defineProperty(Writable.prototype, 'destroyed', { + get: function () { + if (this._writableState === undefined) { + return false; + } + + return this._writableState.destroyed; + }, + set: function (value) { + // we ignore the value if the stream + // has not been initialized yet + if (!this._writableState) { + return; + } // backward compatibility, the user is explicitly + // managing destroyed + + + this._writableState.destroyed = value; + } +}); +Writable.prototype.destroy = destroyImpl.destroy; +Writable.prototype._undestroy = destroyImpl.undestroy; + +Writable.prototype._destroy = function (err, cb) { + this.end(); + cb(err); +}; +},{"process-nextick-args":"../node_modules/process-nextick-args/index.js","core-util-is":"../node_modules/core-util-is/lib/util.js","inherits":"../node_modules/inherits/inherits_browser.js","util-deprecate":"../node_modules/util-deprecate/browser.js","./internal/streams/stream":"../node_modules/readable-stream/lib/internal/streams/stream-browser.js","safe-buffer":"../node_modules/readable-stream/node_modules/safe-buffer/index.js","./internal/streams/destroy":"../node_modules/readable-stream/lib/internal/streams/destroy.js","./_stream_duplex":"../node_modules/readable-stream/lib/_stream_duplex.js","process":"../node_modules/process/browser.js"}],"../node_modules/readable-stream/lib/_stream_duplex.js":[function(require,module,exports) { +// Copyright Joyent, Inc. and other Node contributors. +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to permit +// persons to whom the Software is furnished to do so, subject to the +// following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +// USE OR OTHER DEALINGS IN THE SOFTWARE. + +// a duplex stream is just a stream that is both readable and writable. +// Since JS doesn't have multiple prototypal inheritance, this class +// prototypally inherits from Readable, and then parasitically from +// Writable. + +'use strict'; + +/**/ + +var pna = require('process-nextick-args'); +/**/ + +/**/ +var objectKeys = Object.keys || function (obj) { + var keys = []; + for (var key in obj) { + keys.push(key); + }return keys; +}; +/**/ + +module.exports = Duplex; + +/**/ +var util = Object.create(require('core-util-is')); +util.inherits = require('inherits'); +/**/ + +var Readable = require('./_stream_readable'); +var Writable = require('./_stream_writable'); + +util.inherits(Duplex, Readable); + +{ + // avoid scope creep, the keys array can then be collected + var keys = objectKeys(Writable.prototype); + for (var v = 0; v < keys.length; v++) { + var method = keys[v]; + if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method]; + } +} + +function Duplex(options) { + if (!(this instanceof Duplex)) return new Duplex(options); + + Readable.call(this, options); + Writable.call(this, options); + + if (options && options.readable === false) this.readable = false; + + if (options && options.writable === false) this.writable = false; + + this.allowHalfOpen = true; + if (options && options.allowHalfOpen === false) this.allowHalfOpen = false; + + this.once('end', onend); +} + +Object.defineProperty(Duplex.prototype, 'writableHighWaterMark', { + // making it explicit this property is not enumerable + // because otherwise some prototype manipulation in + // userland will fail + enumerable: false, + get: function () { + return this._writableState.highWaterMark; + } +}); + +// the no-half-open enforcer +function onend() { + // if we allow half-open state, or if the writable side ended, + // then we're ok. + if (this.allowHalfOpen || this._writableState.ended) return; + + // no more data can be written. + // But allow more writes to happen in this tick. + pna.nextTick(onEndNT, this); +} + +function onEndNT(self) { + self.end(); +} + +Object.defineProperty(Duplex.prototype, 'destroyed', { + get: function () { + if (this._readableState === undefined || this._writableState === undefined) { + return false; + } + return this._readableState.destroyed && this._writableState.destroyed; + }, + set: function (value) { + // we ignore the value if the stream + // has not been initialized yet + if (this._readableState === undefined || this._writableState === undefined) { + return; + } + + // backward compatibility, the user is explicitly + // managing destroyed + this._readableState.destroyed = value; + this._writableState.destroyed = value; + } +}); + +Duplex.prototype._destroy = function (err, cb) { + this.push(null); + this.end(); + + pna.nextTick(cb, err); +}; +},{"process-nextick-args":"../node_modules/process-nextick-args/index.js","core-util-is":"../node_modules/core-util-is/lib/util.js","inherits":"../node_modules/inherits/inherits_browser.js","./_stream_readable":"../node_modules/readable-stream/lib/_stream_readable.js","./_stream_writable":"../node_modules/readable-stream/lib/_stream_writable.js"}],"../node_modules/readable-stream/node_modules/string_decoder/lib/string_decoder.js":[function(require,module,exports) { + +// Copyright Joyent, Inc. and other Node contributors. +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to permit +// persons to whom the Software is furnished to do so, subject to the +// following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +// USE OR OTHER DEALINGS IN THE SOFTWARE. + +'use strict'; + +/**/ + +var Buffer = require('safe-buffer').Buffer; +/**/ + +var isEncoding = Buffer.isEncoding || function (encoding) { + encoding = '' + encoding; + switch (encoding && encoding.toLowerCase()) { + case 'hex':case 'utf8':case 'utf-8':case 'ascii':case 'binary':case 'base64':case 'ucs2':case 'ucs-2':case 'utf16le':case 'utf-16le':case 'raw': + return true; + default: + return false; + } +}; + +function _normalizeEncoding(enc) { + if (!enc) return 'utf8'; + var retried; + while (true) { + switch (enc) { + case 'utf8': + case 'utf-8': + return 'utf8'; + case 'ucs2': + case 'ucs-2': + case 'utf16le': + case 'utf-16le': + return 'utf16le'; + case 'latin1': + case 'binary': + return 'latin1'; + case 'base64': + case 'ascii': + case 'hex': + return enc; + default: + if (retried) return; // undefined + enc = ('' + enc).toLowerCase(); + retried = true; + } + } +}; + +// Do not cache `Buffer.isEncoding` when checking encoding names as some +// modules monkey-patch it to support additional encodings +function normalizeEncoding(enc) { + var nenc = _normalizeEncoding(enc); + if (typeof nenc !== 'string' && (Buffer.isEncoding === isEncoding || !isEncoding(enc))) throw new Error('Unknown encoding: ' + enc); + return nenc || enc; +} + +// StringDecoder provides an interface for efficiently splitting a series of +// buffers into a series of JS strings without breaking apart multi-byte +// characters. +exports.StringDecoder = StringDecoder; +function StringDecoder(encoding) { + this.encoding = normalizeEncoding(encoding); + var nb; + switch (this.encoding) { + case 'utf16le': + this.text = utf16Text; + this.end = utf16End; + nb = 4; + break; + case 'utf8': + this.fillLast = utf8FillLast; + nb = 4; + break; + case 'base64': + this.text = base64Text; + this.end = base64End; + nb = 3; + break; + default: + this.write = simpleWrite; + this.end = simpleEnd; + return; + } + this.lastNeed = 0; + this.lastTotal = 0; + this.lastChar = Buffer.allocUnsafe(nb); +} + +StringDecoder.prototype.write = function (buf) { + if (buf.length === 0) return ''; + var r; + var i; + if (this.lastNeed) { + r = this.fillLast(buf); + if (r === undefined) return ''; + i = this.lastNeed; + this.lastNeed = 0; + } else { + i = 0; + } + if (i < buf.length) return r ? r + this.text(buf, i) : this.text(buf, i); + return r || ''; +}; + +StringDecoder.prototype.end = utf8End; + +// Returns only complete characters in a Buffer +StringDecoder.prototype.text = utf8Text; + +// Attempts to complete a partial non-UTF-8 character using bytes from a Buffer +StringDecoder.prototype.fillLast = function (buf) { + if (this.lastNeed <= buf.length) { + buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, this.lastNeed); + return this.lastChar.toString(this.encoding, 0, this.lastTotal); + } + buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, buf.length); + this.lastNeed -= buf.length; +}; + +// Checks the type of a UTF-8 byte, whether it's ASCII, a leading byte, or a +// continuation byte. If an invalid byte is detected, -2 is returned. +function utf8CheckByte(byte) { + if (byte <= 0x7F) return 0;else if (byte >> 5 === 0x06) return 2;else if (byte >> 4 === 0x0E) return 3;else if (byte >> 3 === 0x1E) return 4; + return byte >> 6 === 0x02 ? -1 : -2; +} + +// Checks at most 3 bytes at the end of a Buffer in order to detect an +// incomplete multi-byte UTF-8 character. The total number of bytes (2, 3, or 4) +// needed to complete the UTF-8 character (if applicable) are returned. +function utf8CheckIncomplete(self, buf, i) { + var j = buf.length - 1; + if (j < i) return 0; + var nb = utf8CheckByte(buf[j]); + if (nb >= 0) { + if (nb > 0) self.lastNeed = nb - 1; + return nb; + } + if (--j < i || nb === -2) return 0; + nb = utf8CheckByte(buf[j]); + if (nb >= 0) { + if (nb > 0) self.lastNeed = nb - 2; + return nb; + } + if (--j < i || nb === -2) return 0; + nb = utf8CheckByte(buf[j]); + if (nb >= 0) { + if (nb > 0) { + if (nb === 2) nb = 0;else self.lastNeed = nb - 3; + } + return nb; + } + return 0; +} + +// Validates as many continuation bytes for a multi-byte UTF-8 character as +// needed or are available. If we see a non-continuation byte where we expect +// one, we "replace" the validated continuation bytes we've seen so far with +// a single UTF-8 replacement character ('\ufffd'), to match v8's UTF-8 decoding +// behavior. The continuation byte check is included three times in the case +// where all of the continuation bytes for a character exist in the same buffer. +// It is also done this way as a slight performance increase instead of using a +// loop. +function utf8CheckExtraBytes(self, buf, p) { + if ((buf[0] & 0xC0) !== 0x80) { + self.lastNeed = 0; + return '\ufffd'; + } + if (self.lastNeed > 1 && buf.length > 1) { + if ((buf[1] & 0xC0) !== 0x80) { + self.lastNeed = 1; + return '\ufffd'; + } + if (self.lastNeed > 2 && buf.length > 2) { + if ((buf[2] & 0xC0) !== 0x80) { + self.lastNeed = 2; + return '\ufffd'; + } + } + } +} + +// Attempts to complete a multi-byte UTF-8 character using bytes from a Buffer. +function utf8FillLast(buf) { + var p = this.lastTotal - this.lastNeed; + var r = utf8CheckExtraBytes(this, buf, p); + if (r !== undefined) return r; + if (this.lastNeed <= buf.length) { + buf.copy(this.lastChar, p, 0, this.lastNeed); + return this.lastChar.toString(this.encoding, 0, this.lastTotal); + } + buf.copy(this.lastChar, p, 0, buf.length); + this.lastNeed -= buf.length; +} + +// Returns all complete UTF-8 characters in a Buffer. If the Buffer ended on a +// partial character, the character's bytes are buffered until the required +// number of bytes are available. +function utf8Text(buf, i) { + var total = utf8CheckIncomplete(this, buf, i); + if (!this.lastNeed) return buf.toString('utf8', i); + this.lastTotal = total; + var end = buf.length - (total - this.lastNeed); + buf.copy(this.lastChar, 0, end); + return buf.toString('utf8', i, end); +} + +// For UTF-8, a replacement character is added when ending on a partial +// character. +function utf8End(buf) { + var r = buf && buf.length ? this.write(buf) : ''; + if (this.lastNeed) return r + '\ufffd'; + return r; +} + +// UTF-16LE typically needs two bytes per character, but even if we have an even +// number of bytes available, we need to check if we end on a leading/high +// surrogate. In that case, we need to wait for the next two bytes in order to +// decode the last character properly. +function utf16Text(buf, i) { + if ((buf.length - i) % 2 === 0) { + var r = buf.toString('utf16le', i); + if (r) { + var c = r.charCodeAt(r.length - 1); + if (c >= 0xD800 && c <= 0xDBFF) { + this.lastNeed = 2; + this.lastTotal = 4; + this.lastChar[0] = buf[buf.length - 2]; + this.lastChar[1] = buf[buf.length - 1]; + return r.slice(0, -1); + } + } + return r; + } + this.lastNeed = 1; + this.lastTotal = 2; + this.lastChar[0] = buf[buf.length - 1]; + return buf.toString('utf16le', i, buf.length - 1); +} + +// For UTF-16LE we do not explicitly append special replacement characters if we +// end on a partial character, we simply let v8 handle that. +function utf16End(buf) { + var r = buf && buf.length ? this.write(buf) : ''; + if (this.lastNeed) { + var end = this.lastTotal - this.lastNeed; + return r + this.lastChar.toString('utf16le', 0, end); + } + return r; +} + +function base64Text(buf, i) { + var n = (buf.length - i) % 3; + if (n === 0) return buf.toString('base64', i); + this.lastNeed = 3 - n; + this.lastTotal = 3; + if (n === 1) { + this.lastChar[0] = buf[buf.length - 1]; + } else { + this.lastChar[0] = buf[buf.length - 2]; + this.lastChar[1] = buf[buf.length - 1]; + } + return buf.toString('base64', i, buf.length - n); +} + +function base64End(buf) { + var r = buf && buf.length ? this.write(buf) : ''; + if (this.lastNeed) return r + this.lastChar.toString('base64', 0, 3 - this.lastNeed); + return r; +} + +// Pass bytes on through for single-byte encodings (e.g. ascii, latin1, hex) +function simpleWrite(buf) { + return buf.toString(this.encoding); +} + +function simpleEnd(buf) { + return buf && buf.length ? this.write(buf) : ''; +} +},{"safe-buffer":"../node_modules/readable-stream/node_modules/safe-buffer/index.js"}],"../node_modules/readable-stream/lib/_stream_readable.js":[function(require,module,exports) { + +var global = arguments[3]; +var process = require("process"); +// Copyright Joyent, Inc. and other Node contributors. +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to permit +// persons to whom the Software is furnished to do so, subject to the +// following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +// USE OR OTHER DEALINGS IN THE SOFTWARE. + +'use strict'; + +/**/ + +var pna = require('process-nextick-args'); +/**/ + +module.exports = Readable; + +/**/ +var isArray = require('isarray'); +/**/ + +/**/ +var Duplex; +/**/ + +Readable.ReadableState = ReadableState; + +/**/ +var EE = require('events').EventEmitter; + +var EElistenerCount = function (emitter, type) { + return emitter.listeners(type).length; +}; +/**/ + +/**/ +var Stream = require('./internal/streams/stream'); +/**/ + +/**/ + +var Buffer = require('safe-buffer').Buffer; +var OurUint8Array = global.Uint8Array || function () {}; +function _uint8ArrayToBuffer(chunk) { + return Buffer.from(chunk); +} +function _isUint8Array(obj) { + return Buffer.isBuffer(obj) || obj instanceof OurUint8Array; +} + +/**/ + +/**/ +var util = Object.create(require('core-util-is')); +util.inherits = require('inherits'); +/**/ + +/**/ +var debugUtil = require('util'); +var debug = void 0; +if (debugUtil && debugUtil.debuglog) { + debug = debugUtil.debuglog('stream'); +} else { + debug = function () {}; +} +/**/ + +var BufferList = require('./internal/streams/BufferList'); +var destroyImpl = require('./internal/streams/destroy'); +var StringDecoder; + +util.inherits(Readable, Stream); + +var kProxyEvents = ['error', 'close', 'destroy', 'pause', 'resume']; + +function prependListener(emitter, event, fn) { + // Sadly this is not cacheable as some libraries bundle their own + // event emitter implementation with them. + if (typeof emitter.prependListener === 'function') return emitter.prependListener(event, fn); + + // This is a hack to make sure that our error handler is attached before any + // userland ones. NEVER DO THIS. This is here only because this code needs + // to continue to work with older versions of Node.js that do not include + // the prependListener() method. The goal is to eventually remove this hack. + if (!emitter._events || !emitter._events[event]) emitter.on(event, fn);else if (isArray(emitter._events[event])) emitter._events[event].unshift(fn);else emitter._events[event] = [fn, emitter._events[event]]; +} + +function ReadableState(options, stream) { + Duplex = Duplex || require('./_stream_duplex'); + + options = options || {}; + + // Duplex streams are both readable and writable, but share + // the same options object. + // However, some cases require setting options to different + // values for the readable and the writable sides of the duplex stream. + // These options can be provided separately as readableXXX and writableXXX. + var isDuplex = stream instanceof Duplex; + + // object stream flag. Used to make read(n) ignore n and to + // make all the buffer merging and length checks go away + this.objectMode = !!options.objectMode; + + if (isDuplex) this.objectMode = this.objectMode || !!options.readableObjectMode; + + // the point at which it stops calling _read() to fill the buffer + // Note: 0 is a valid value, means "don't call _read preemptively ever" + var hwm = options.highWaterMark; + var readableHwm = options.readableHighWaterMark; + var defaultHwm = this.objectMode ? 16 : 16 * 1024; + + if (hwm || hwm === 0) this.highWaterMark = hwm;else if (isDuplex && (readableHwm || readableHwm === 0)) this.highWaterMark = readableHwm;else this.highWaterMark = defaultHwm; + + // cast to ints. + this.highWaterMark = Math.floor(this.highWaterMark); + + // A linked list is used to store data chunks instead of an array because the + // linked list can remove elements from the beginning faster than + // array.shift() + this.buffer = new BufferList(); + this.length = 0; + this.pipes = null; + this.pipesCount = 0; + this.flowing = null; + this.ended = false; + this.endEmitted = false; + this.reading = false; + + // a flag to be able to tell if the event 'readable'/'data' is emitted + // immediately, or on a later tick. We set this to true at first, because + // any actions that shouldn't happen until "later" should generally also + // not happen before the first read call. + this.sync = true; + + // whenever we return null, then we set a flag to say + // that we're awaiting a 'readable' event emission. + this.needReadable = false; + this.emittedReadable = false; + this.readableListening = false; + this.resumeScheduled = false; + + // has it been destroyed + this.destroyed = false; + + // Crypto is kind of old and crusty. Historically, its default string + // encoding is 'binary' so we have to make this configurable. + // Everything else in the universe uses 'utf8', though. + this.defaultEncoding = options.defaultEncoding || 'utf8'; + + // the number of writers that are awaiting a drain event in .pipe()s + this.awaitDrain = 0; + + // if true, a maybeReadMore has been scheduled + this.readingMore = false; + + this.decoder = null; + this.encoding = null; + if (options.encoding) { + if (!StringDecoder) StringDecoder = require('string_decoder/').StringDecoder; + this.decoder = new StringDecoder(options.encoding); + this.encoding = options.encoding; + } +} + +function Readable(options) { + Duplex = Duplex || require('./_stream_duplex'); + + if (!(this instanceof Readable)) return new Readable(options); + + this._readableState = new ReadableState(options, this); + + // legacy + this.readable = true; + + if (options) { + if (typeof options.read === 'function') this._read = options.read; + + if (typeof options.destroy === 'function') this._destroy = options.destroy; + } + + Stream.call(this); +} + +Object.defineProperty(Readable.prototype, 'destroyed', { + get: function () { + if (this._readableState === undefined) { + return false; + } + return this._readableState.destroyed; + }, + set: function (value) { + // we ignore the value if the stream + // has not been initialized yet + if (!this._readableState) { + return; + } + + // backward compatibility, the user is explicitly + // managing destroyed + this._readableState.destroyed = value; + } +}); + +Readable.prototype.destroy = destroyImpl.destroy; +Readable.prototype._undestroy = destroyImpl.undestroy; +Readable.prototype._destroy = function (err, cb) { + this.push(null); + cb(err); +}; + +// Manually shove something into the read() buffer. +// This returns true if the highWaterMark has not been hit yet, +// similar to how Writable.write() returns true if you should +// write() some more. +Readable.prototype.push = function (chunk, encoding) { + var state = this._readableState; + var skipChunkCheck; + + if (!state.objectMode) { + if (typeof chunk === 'string') { + encoding = encoding || state.defaultEncoding; + if (encoding !== state.encoding) { + chunk = Buffer.from(chunk, encoding); + encoding = ''; + } + skipChunkCheck = true; + } + } else { + skipChunkCheck = true; + } + + return readableAddChunk(this, chunk, encoding, false, skipChunkCheck); +}; + +// Unshift should *always* be something directly out of read() +Readable.prototype.unshift = function (chunk) { + return readableAddChunk(this, chunk, null, true, false); +}; + +function readableAddChunk(stream, chunk, encoding, addToFront, skipChunkCheck) { + var state = stream._readableState; + if (chunk === null) { + state.reading = false; + onEofChunk(stream, state); + } else { + var er; + if (!skipChunkCheck) er = chunkInvalid(state, chunk); + if (er) { + stream.emit('error', er); + } else if (state.objectMode || chunk && chunk.length > 0) { + if (typeof chunk !== 'string' && !state.objectMode && Object.getPrototypeOf(chunk) !== Buffer.prototype) { + chunk = _uint8ArrayToBuffer(chunk); + } + + if (addToFront) { + if (state.endEmitted) stream.emit('error', new Error('stream.unshift() after end event'));else addChunk(stream, state, chunk, true); + } else if (state.ended) { + stream.emit('error', new Error('stream.push() after EOF')); + } else { + state.reading = false; + if (state.decoder && !encoding) { + chunk = state.decoder.write(chunk); + if (state.objectMode || chunk.length !== 0) addChunk(stream, state, chunk, false);else maybeReadMore(stream, state); + } else { + addChunk(stream, state, chunk, false); + } + } + } else if (!addToFront) { + state.reading = false; + } + } + + return needMoreData(state); +} + +function addChunk(stream, state, chunk, addToFront) { + if (state.flowing && state.length === 0 && !state.sync) { + stream.emit('data', chunk); + stream.read(0); + } else { + // update the buffer info. + state.length += state.objectMode ? 1 : chunk.length; + if (addToFront) state.buffer.unshift(chunk);else state.buffer.push(chunk); + + if (state.needReadable) emitReadable(stream); + } + maybeReadMore(stream, state); +} + +function chunkInvalid(state, chunk) { + var er; + if (!_isUint8Array(chunk) && typeof chunk !== 'string' && chunk !== undefined && !state.objectMode) { + er = new TypeError('Invalid non-string/buffer chunk'); + } + return er; +} + +// if it's past the high water mark, we can push in some more. +// Also, if we have no data yet, we can stand some +// more bytes. This is to work around cases where hwm=0, +// such as the repl. Also, if the push() triggered a +// readable event, and the user called read(largeNumber) such that +// needReadable was set, then we ought to push more, so that another +// 'readable' event will be triggered. +function needMoreData(state) { + return !state.ended && (state.needReadable || state.length < state.highWaterMark || state.length === 0); +} + +Readable.prototype.isPaused = function () { + return this._readableState.flowing === false; +}; + +// backwards compatibility. +Readable.prototype.setEncoding = function (enc) { + if (!StringDecoder) StringDecoder = require('string_decoder/').StringDecoder; + this._readableState.decoder = new StringDecoder(enc); + this._readableState.encoding = enc; + return this; +}; + +// Don't raise the hwm > 8MB +var MAX_HWM = 0x800000; +function computeNewHighWaterMark(n) { + if (n >= MAX_HWM) { + n = MAX_HWM; + } else { + // Get the next highest power of 2 to prevent increasing hwm excessively in + // tiny amounts + n--; + n |= n >>> 1; + n |= n >>> 2; + n |= n >>> 4; + n |= n >>> 8; + n |= n >>> 16; + n++; + } + return n; +} + +// This function is designed to be inlinable, so please take care when making +// changes to the function body. +function howMuchToRead(n, state) { + if (n <= 0 || state.length === 0 && state.ended) return 0; + if (state.objectMode) return 1; + if (n !== n) { + // Only flow one buffer at a time + if (state.flowing && state.length) return state.buffer.head.data.length;else return state.length; + } + // If we're asking for more than the current hwm, then raise the hwm. + if (n > state.highWaterMark) state.highWaterMark = computeNewHighWaterMark(n); + if (n <= state.length) return n; + // Don't have enough + if (!state.ended) { + state.needReadable = true; + return 0; + } + return state.length; +} + +// you can override either this method, or the async _read(n) below. +Readable.prototype.read = function (n) { + debug('read', n); + n = parseInt(n, 10); + var state = this._readableState; + var nOrig = n; + + if (n !== 0) state.emittedReadable = false; + + // if we're doing read(0) to trigger a readable event, but we + // already have a bunch of data in the buffer, then just trigger + // the 'readable' event and move on. + if (n === 0 && state.needReadable && (state.length >= state.highWaterMark || state.ended)) { + debug('read: emitReadable', state.length, state.ended); + if (state.length === 0 && state.ended) endReadable(this);else emitReadable(this); + return null; + } + + n = howMuchToRead(n, state); + + // if we've ended, and we're now clear, then finish it up. + if (n === 0 && state.ended) { + if (state.length === 0) endReadable(this); + return null; + } + + // All the actual chunk generation logic needs to be + // *below* the call to _read. The reason is that in certain + // synthetic stream cases, such as passthrough streams, _read + // may be a completely synchronous operation which may change + // the state of the read buffer, providing enough data when + // before there was *not* enough. + // + // So, the steps are: + // 1. Figure out what the state of things will be after we do + // a read from the buffer. + // + // 2. If that resulting state will trigger a _read, then call _read. + // Note that this may be asynchronous, or synchronous. Yes, it is + // deeply ugly to write APIs this way, but that still doesn't mean + // that the Readable class should behave improperly, as streams are + // designed to be sync/async agnostic. + // Take note if the _read call is sync or async (ie, if the read call + // has returned yet), so that we know whether or not it's safe to emit + // 'readable' etc. + // + // 3. Actually pull the requested chunks out of the buffer and return. + + // if we need a readable event, then we need to do some reading. + var doRead = state.needReadable; + debug('need readable', doRead); + + // if we currently have less than the highWaterMark, then also read some + if (state.length === 0 || state.length - n < state.highWaterMark) { + doRead = true; + debug('length less than watermark', doRead); + } + + // however, if we've ended, then there's no point, and if we're already + // reading, then it's unnecessary. + if (state.ended || state.reading) { + doRead = false; + debug('reading or ended', doRead); + } else if (doRead) { + debug('do read'); + state.reading = true; + state.sync = true; + // if the length is currently zero, then we *need* a readable event. + if (state.length === 0) state.needReadable = true; + // call internal read method + this._read(state.highWaterMark); + state.sync = false; + // If _read pushed data synchronously, then `reading` will be false, + // and we need to re-evaluate how much data we can return to the user. + if (!state.reading) n = howMuchToRead(nOrig, state); + } + + var ret; + if (n > 0) ret = fromList(n, state);else ret = null; + + if (ret === null) { + state.needReadable = true; + n = 0; + } else { + state.length -= n; + } + + if (state.length === 0) { + // If we have nothing in the buffer, then we want to know + // as soon as we *do* get something into the buffer. + if (!state.ended) state.needReadable = true; + + // If we tried to read() past the EOF, then emit end on the next tick. + if (nOrig !== n && state.ended) endReadable(this); + } + + if (ret !== null) this.emit('data', ret); + + return ret; +}; + +function onEofChunk(stream, state) { + if (state.ended) return; + if (state.decoder) { + var chunk = state.decoder.end(); + if (chunk && chunk.length) { + state.buffer.push(chunk); + state.length += state.objectMode ? 1 : chunk.length; + } + } + state.ended = true; + + // emit 'readable' now to make sure it gets picked up. + emitReadable(stream); +} + +// Don't emit readable right away in sync mode, because this can trigger +// another read() call => stack overflow. This way, it might trigger +// a nextTick recursion warning, but that's not so bad. +function emitReadable(stream) { + var state = stream._readableState; + state.needReadable = false; + if (!state.emittedReadable) { + debug('emitReadable', state.flowing); + state.emittedReadable = true; + if (state.sync) pna.nextTick(emitReadable_, stream);else emitReadable_(stream); + } +} + +function emitReadable_(stream) { + debug('emit readable'); + stream.emit('readable'); + flow(stream); +} + +// at this point, the user has presumably seen the 'readable' event, +// and called read() to consume some data. that may have triggered +// in turn another _read(n) call, in which case reading = true if +// it's in progress. +// However, if we're not ended, or reading, and the length < hwm, +// then go ahead and try to read some more preemptively. +function maybeReadMore(stream, state) { + if (!state.readingMore) { + state.readingMore = true; + pna.nextTick(maybeReadMore_, stream, state); + } +} + +function maybeReadMore_(stream, state) { + var len = state.length; + while (!state.reading && !state.flowing && !state.ended && state.length < state.highWaterMark) { + debug('maybeReadMore read 0'); + stream.read(0); + if (len === state.length) + // didn't get any data, stop spinning. + break;else len = state.length; + } + state.readingMore = false; +} + +// abstract method. to be overridden in specific implementation classes. +// call cb(er, data) where data is <= n in length. +// for virtual (non-string, non-buffer) streams, "length" is somewhat +// arbitrary, and perhaps not very meaningful. +Readable.prototype._read = function (n) { + this.emit('error', new Error('_read() is not implemented')); +}; + +Readable.prototype.pipe = function (dest, pipeOpts) { + var src = this; + var state = this._readableState; + + switch (state.pipesCount) { + case 0: + state.pipes = dest; + break; + case 1: + state.pipes = [state.pipes, dest]; + break; + default: + state.pipes.push(dest); + break; + } + state.pipesCount += 1; + debug('pipe count=%d opts=%j', state.pipesCount, pipeOpts); + + var doEnd = (!pipeOpts || pipeOpts.end !== false) && dest !== process.stdout && dest !== process.stderr; + + var endFn = doEnd ? onend : unpipe; + if (state.endEmitted) pna.nextTick(endFn);else src.once('end', endFn); + + dest.on('unpipe', onunpipe); + function onunpipe(readable, unpipeInfo) { + debug('onunpipe'); + if (readable === src) { + if (unpipeInfo && unpipeInfo.hasUnpiped === false) { + unpipeInfo.hasUnpiped = true; + cleanup(); + } + } + } + + function onend() { + debug('onend'); + dest.end(); + } + + // when the dest drains, it reduces the awaitDrain counter + // on the source. This would be more elegant with a .once() + // handler in flow(), but adding and removing repeatedly is + // too slow. + var ondrain = pipeOnDrain(src); + dest.on('drain', ondrain); + + var cleanedUp = false; + function cleanup() { + debug('cleanup'); + // cleanup event handlers once the pipe is broken + dest.removeListener('close', onclose); + dest.removeListener('finish', onfinish); + dest.removeListener('drain', ondrain); + dest.removeListener('error', onerror); + dest.removeListener('unpipe', onunpipe); + src.removeListener('end', onend); + src.removeListener('end', unpipe); + src.removeListener('data', ondata); + + cleanedUp = true; + + // if the reader is waiting for a drain event from this + // specific writer, then it would cause it to never start + // flowing again. + // So, if this is awaiting a drain, then we just call it now. + // If we don't know, then assume that we are waiting for one. + if (state.awaitDrain && (!dest._writableState || dest._writableState.needDrain)) ondrain(); + } + + // If the user pushes more data while we're writing to dest then we'll end up + // in ondata again. However, we only want to increase awaitDrain once because + // dest will only emit one 'drain' event for the multiple writes. + // => Introduce a guard on increasing awaitDrain. + var increasedAwaitDrain = false; + src.on('data', ondata); + function ondata(chunk) { + debug('ondata'); + increasedAwaitDrain = false; + var ret = dest.write(chunk); + if (false === ret && !increasedAwaitDrain) { + // If the user unpiped during `dest.write()`, it is possible + // to get stuck in a permanently paused state if that write + // also returned false. + // => Check whether `dest` is still a piping destination. + if ((state.pipesCount === 1 && state.pipes === dest || state.pipesCount > 1 && indexOf(state.pipes, dest) !== -1) && !cleanedUp) { + debug('false write response, pause', src._readableState.awaitDrain); + src._readableState.awaitDrain++; + increasedAwaitDrain = true; + } + src.pause(); + } + } + + // if the dest has an error, then stop piping into it. + // however, don't suppress the throwing behavior for this. + function onerror(er) { + debug('onerror', er); + unpipe(); + dest.removeListener('error', onerror); + if (EElistenerCount(dest, 'error') === 0) dest.emit('error', er); + } + + // Make sure our error handler is attached before userland ones. + prependListener(dest, 'error', onerror); + + // Both close and finish should trigger unpipe, but only once. + function onclose() { + dest.removeListener('finish', onfinish); + unpipe(); + } + dest.once('close', onclose); + function onfinish() { + debug('onfinish'); + dest.removeListener('close', onclose); + unpipe(); + } + dest.once('finish', onfinish); + + function unpipe() { + debug('unpipe'); + src.unpipe(dest); + } + + // tell the dest that it's being piped to + dest.emit('pipe', src); + + // start the flow if it hasn't been started already. + if (!state.flowing) { + debug('pipe resume'); + src.resume(); + } + + return dest; +}; + +function pipeOnDrain(src) { + return function () { + var state = src._readableState; + debug('pipeOnDrain', state.awaitDrain); + if (state.awaitDrain) state.awaitDrain--; + if (state.awaitDrain === 0 && EElistenerCount(src, 'data')) { + state.flowing = true; + flow(src); + } + }; +} + +Readable.prototype.unpipe = function (dest) { + var state = this._readableState; + var unpipeInfo = { hasUnpiped: false }; + + // if we're not piping anywhere, then do nothing. + if (state.pipesCount === 0) return this; + + // just one destination. most common case. + if (state.pipesCount === 1) { + // passed in one, but it's not the right one. + if (dest && dest !== state.pipes) return this; + + if (!dest) dest = state.pipes; + + // got a match. + state.pipes = null; + state.pipesCount = 0; + state.flowing = false; + if (dest) dest.emit('unpipe', this, unpipeInfo); + return this; + } + + // slow case. multiple pipe destinations. + + if (!dest) { + // remove all. + var dests = state.pipes; + var len = state.pipesCount; + state.pipes = null; + state.pipesCount = 0; + state.flowing = false; + + for (var i = 0; i < len; i++) { + dests[i].emit('unpipe', this, unpipeInfo); + }return this; + } + + // try to find the right one. + var index = indexOf(state.pipes, dest); + if (index === -1) return this; + + state.pipes.splice(index, 1); + state.pipesCount -= 1; + if (state.pipesCount === 1) state.pipes = state.pipes[0]; + + dest.emit('unpipe', this, unpipeInfo); + + return this; +}; + +// set up data events if they are asked for +// Ensure readable listeners eventually get something +Readable.prototype.on = function (ev, fn) { + var res = Stream.prototype.on.call(this, ev, fn); + + if (ev === 'data') { + // Start flowing on next tick if stream isn't explicitly paused + if (this._readableState.flowing !== false) this.resume(); + } else if (ev === 'readable') { + var state = this._readableState; + if (!state.endEmitted && !state.readableListening) { + state.readableListening = state.needReadable = true; + state.emittedReadable = false; + if (!state.reading) { + pna.nextTick(nReadingNextTick, this); + } else if (state.length) { + emitReadable(this); + } + } + } + + return res; +}; +Readable.prototype.addListener = Readable.prototype.on; + +function nReadingNextTick(self) { + debug('readable nexttick read 0'); + self.read(0); +} + +// pause() and resume() are remnants of the legacy readable stream API +// If the user uses them, then switch into old mode. +Readable.prototype.resume = function () { + var state = this._readableState; + if (!state.flowing) { + debug('resume'); + state.flowing = true; + resume(this, state); + } + return this; +}; + +function resume(stream, state) { + if (!state.resumeScheduled) { + state.resumeScheduled = true; + pna.nextTick(resume_, stream, state); + } +} + +function resume_(stream, state) { + if (!state.reading) { + debug('resume read 0'); + stream.read(0); + } + + state.resumeScheduled = false; + state.awaitDrain = 0; + stream.emit('resume'); + flow(stream); + if (state.flowing && !state.reading) stream.read(0); +} + +Readable.prototype.pause = function () { + debug('call pause flowing=%j', this._readableState.flowing); + if (false !== this._readableState.flowing) { + debug('pause'); + this._readableState.flowing = false; + this.emit('pause'); + } + return this; +}; + +function flow(stream) { + var state = stream._readableState; + debug('flow', state.flowing); + while (state.flowing && stream.read() !== null) {} +} + +// wrap an old-style stream as the async data source. +// This is *not* part of the readable stream interface. +// It is an ugly unfortunate mess of history. +Readable.prototype.wrap = function (stream) { + var _this = this; + + var state = this._readableState; + var paused = false; + + stream.on('end', function () { + debug('wrapped end'); + if (state.decoder && !state.ended) { + var chunk = state.decoder.end(); + if (chunk && chunk.length) _this.push(chunk); + } + + _this.push(null); + }); + + stream.on('data', function (chunk) { + debug('wrapped data'); + if (state.decoder) chunk = state.decoder.write(chunk); + + // don't skip over falsy values in objectMode + if (state.objectMode && (chunk === null || chunk === undefined)) return;else if (!state.objectMode && (!chunk || !chunk.length)) return; + + var ret = _this.push(chunk); + if (!ret) { + paused = true; + stream.pause(); + } + }); + + // proxy all the other methods. + // important when wrapping filters and duplexes. + for (var i in stream) { + if (this[i] === undefined && typeof stream[i] === 'function') { + this[i] = function (method) { + return function () { + return stream[method].apply(stream, arguments); + }; + }(i); + } + } + + // proxy certain important events. + for (var n = 0; n < kProxyEvents.length; n++) { + stream.on(kProxyEvents[n], this.emit.bind(this, kProxyEvents[n])); + } + + // when we try to consume some more bytes, simply unpause the + // underlying stream. + this._read = function (n) { + debug('wrapped _read', n); + if (paused) { + paused = false; + stream.resume(); + } + }; + + return this; +}; + +Object.defineProperty(Readable.prototype, 'readableHighWaterMark', { + // making it explicit this property is not enumerable + // because otherwise some prototype manipulation in + // userland will fail + enumerable: false, + get: function () { + return this._readableState.highWaterMark; + } +}); + +// exposed for testing purposes only. +Readable._fromList = fromList; + +// Pluck off n bytes from an array of buffers. +// Length is the combined lengths of all the buffers in the list. +// This function is designed to be inlinable, so please take care when making +// changes to the function body. +function fromList(n, state) { + // nothing buffered + if (state.length === 0) return null; + + var ret; + if (state.objectMode) ret = state.buffer.shift();else if (!n || n >= state.length) { + // read it all, truncate the list + if (state.decoder) ret = state.buffer.join('');else if (state.buffer.length === 1) ret = state.buffer.head.data;else ret = state.buffer.concat(state.length); + state.buffer.clear(); + } else { + // read part of list + ret = fromListPartial(n, state.buffer, state.decoder); + } + + return ret; +} + +// Extracts only enough buffered data to satisfy the amount requested. +// This function is designed to be inlinable, so please take care when making +// changes to the function body. +function fromListPartial(n, list, hasStrings) { + var ret; + if (n < list.head.data.length) { + // slice is the same for buffers and strings + ret = list.head.data.slice(0, n); + list.head.data = list.head.data.slice(n); + } else if (n === list.head.data.length) { + // first chunk is a perfect match + ret = list.shift(); + } else { + // result spans more than one buffer + ret = hasStrings ? copyFromBufferString(n, list) : copyFromBuffer(n, list); + } + return ret; +} + +// Copies a specified amount of characters from the list of buffered data +// chunks. +// This function is designed to be inlinable, so please take care when making +// changes to the function body. +function copyFromBufferString(n, list) { + var p = list.head; + var c = 1; + var ret = p.data; + n -= ret.length; + while (p = p.next) { + var str = p.data; + var nb = n > str.length ? str.length : n; + if (nb === str.length) ret += str;else ret += str.slice(0, n); + n -= nb; + if (n === 0) { + if (nb === str.length) { + ++c; + if (p.next) list.head = p.next;else list.head = list.tail = null; + } else { + list.head = p; + p.data = str.slice(nb); + } + break; + } + ++c; + } + list.length -= c; + return ret; +} + +// Copies a specified amount of bytes from the list of buffered data chunks. +// This function is designed to be inlinable, so please take care when making +// changes to the function body. +function copyFromBuffer(n, list) { + var ret = Buffer.allocUnsafe(n); + var p = list.head; + var c = 1; + p.data.copy(ret); + n -= p.data.length; + while (p = p.next) { + var buf = p.data; + var nb = n > buf.length ? buf.length : n; + buf.copy(ret, ret.length - n, 0, nb); + n -= nb; + if (n === 0) { + if (nb === buf.length) { + ++c; + if (p.next) list.head = p.next;else list.head = list.tail = null; + } else { + list.head = p; + p.data = buf.slice(nb); + } + break; + } + ++c; + } + list.length -= c; + return ret; +} + +function endReadable(stream) { + var state = stream._readableState; + + // If we get here before consuming all the bytes, then that is a + // bug in node. Should never happen. + if (state.length > 0) throw new Error('"endReadable()" called on non-empty stream'); + + if (!state.endEmitted) { + state.ended = true; + pna.nextTick(endReadableNT, state, stream); + } +} + +function endReadableNT(state, stream) { + // Check that we didn't get one last unshift. + if (!state.endEmitted && state.length === 0) { + state.endEmitted = true; + stream.readable = false; + stream.emit('end'); + } +} + +function indexOf(xs, x) { + for (var i = 0, l = xs.length; i < l; i++) { + if (xs[i] === x) return i; + } + return -1; +} +},{"process-nextick-args":"../node_modules/process-nextick-args/index.js","isarray":"../node_modules/isarray/index.js","events":"../node_modules/events/events.js","./internal/streams/stream":"../node_modules/readable-stream/lib/internal/streams/stream-browser.js","safe-buffer":"../node_modules/readable-stream/node_modules/safe-buffer/index.js","core-util-is":"../node_modules/core-util-is/lib/util.js","inherits":"../node_modules/inherits/inherits_browser.js","util":"../node_modules/parcel/src/builtins/_empty.js","./internal/streams/BufferList":"../node_modules/readable-stream/lib/internal/streams/BufferList.js","./internal/streams/destroy":"../node_modules/readable-stream/lib/internal/streams/destroy.js","./_stream_duplex":"../node_modules/readable-stream/lib/_stream_duplex.js","string_decoder/":"../node_modules/readable-stream/node_modules/string_decoder/lib/string_decoder.js","process":"../node_modules/process/browser.js"}],"../node_modules/readable-stream/lib/_stream_transform.js":[function(require,module,exports) { +// Copyright Joyent, Inc. and other Node contributors. +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to permit +// persons to whom the Software is furnished to do so, subject to the +// following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +// USE OR OTHER DEALINGS IN THE SOFTWARE. + +// a transform stream is a readable/writable stream where you do +// something with the data. Sometimes it's called a "filter", +// but that's not a great name for it, since that implies a thing where +// some bits pass through, and others are simply ignored. (That would +// be a valid example of a transform, of course.) +// +// While the output is causally related to the input, it's not a +// necessarily symmetric or synchronous transformation. For example, +// a zlib stream might take multiple plain-text writes(), and then +// emit a single compressed chunk some time in the future. +// +// Here's how this works: +// +// The Transform stream has all the aspects of the readable and writable +// stream classes. When you write(chunk), that calls _write(chunk,cb) +// internally, and returns false if there's a lot of pending writes +// buffered up. When you call read(), that calls _read(n) until +// there's enough pending readable data buffered up. +// +// In a transform stream, the written data is placed in a buffer. When +// _read(n) is called, it transforms the queued up data, calling the +// buffered _write cb's as it consumes chunks. If consuming a single +// written chunk would result in multiple output chunks, then the first +// outputted bit calls the readcb, and subsequent chunks just go into +// the read buffer, and will cause it to emit 'readable' if necessary. +// +// This way, back-pressure is actually determined by the reading side, +// since _read has to be called to start processing a new chunk. However, +// a pathological inflate type of transform can cause excessive buffering +// here. For example, imagine a stream where every byte of input is +// interpreted as an integer from 0-255, and then results in that many +// bytes of output. Writing the 4 bytes {ff,ff,ff,ff} would result in +// 1kb of data being output. In this case, you could write a very small +// amount of input, and end up with a very large amount of output. In +// such a pathological inflating mechanism, there'd be no way to tell +// the system to stop doing the transform. A single 4MB write could +// cause the system to run out of memory. +// +// However, even in such a pathological case, only a single written chunk +// would be consumed, and then the rest would wait (un-transformed) until +// the results of the previous transformed chunk were consumed. + +'use strict'; + +module.exports = Transform; + +var Duplex = require('./_stream_duplex'); + +/**/ +var util = Object.create(require('core-util-is')); +util.inherits = require('inherits'); +/**/ + +util.inherits(Transform, Duplex); + +function afterTransform(er, data) { + var ts = this._transformState; + ts.transforming = false; + + var cb = ts.writecb; + + if (!cb) { + return this.emit('error', new Error('write callback called multiple times')); + } + + ts.writechunk = null; + ts.writecb = null; + + if (data != null) // single equals check for both `null` and `undefined` + this.push(data); + + cb(er); + + var rs = this._readableState; + rs.reading = false; + if (rs.needReadable || rs.length < rs.highWaterMark) { + this._read(rs.highWaterMark); + } +} + +function Transform(options) { + if (!(this instanceof Transform)) return new Transform(options); + + Duplex.call(this, options); + + this._transformState = { + afterTransform: afterTransform.bind(this), + needTransform: false, + transforming: false, + writecb: null, + writechunk: null, + writeencoding: null + }; + + // start out asking for a readable event once data is transformed. + this._readableState.needReadable = true; + + // we have implemented the _read method, and done the other things + // that Readable wants before the first _read call, so unset the + // sync guard flag. + this._readableState.sync = false; + + if (options) { + if (typeof options.transform === 'function') this._transform = options.transform; + + if (typeof options.flush === 'function') this._flush = options.flush; + } + + // When the writable side finishes, then flush out anything remaining. + this.on('prefinish', prefinish); +} + +function prefinish() { + var _this = this; + + if (typeof this._flush === 'function') { + this._flush(function (er, data) { + done(_this, er, data); + }); + } else { + done(this, null, null); + } +} + +Transform.prototype.push = function (chunk, encoding) { + this._transformState.needTransform = false; + return Duplex.prototype.push.call(this, chunk, encoding); +}; + +// This is the part where you do stuff! +// override this function in implementation classes. +// 'chunk' is an input chunk. +// +// Call `push(newChunk)` to pass along transformed output +// to the readable side. You may call 'push' zero or more times. +// +// Call `cb(err)` when you are done with this chunk. If you pass +// an error, then that'll put the hurt on the whole operation. If you +// never call cb(), then you'll never get another chunk. +Transform.prototype._transform = function (chunk, encoding, cb) { + throw new Error('_transform() is not implemented'); +}; + +Transform.prototype._write = function (chunk, encoding, cb) { + var ts = this._transformState; + ts.writecb = cb; + ts.writechunk = chunk; + ts.writeencoding = encoding; + if (!ts.transforming) { + var rs = this._readableState; + if (ts.needTransform || rs.needReadable || rs.length < rs.highWaterMark) this._read(rs.highWaterMark); + } +}; + +// Doesn't matter what the args are here. +// _transform does all the work. +// That we got here means that the readable side wants more data. +Transform.prototype._read = function (n) { + var ts = this._transformState; + + if (ts.writechunk !== null && ts.writecb && !ts.transforming) { + ts.transforming = true; + this._transform(ts.writechunk, ts.writeencoding, ts.afterTransform); + } else { + // mark that we need a transform, so that any data that comes in + // will get processed, now that we've asked for it. + ts.needTransform = true; + } +}; + +Transform.prototype._destroy = function (err, cb) { + var _this2 = this; + + Duplex.prototype._destroy.call(this, err, function (err2) { + cb(err2); + _this2.emit('close'); + }); +}; + +function done(stream, er, data) { + if (er) return stream.emit('error', er); + + if (data != null) // single equals check for both `null` and `undefined` + stream.push(data); + + // if there's nothing in the write buffer, then that means + // that nothing more will ever be provided + if (stream._writableState.length) throw new Error('Calling transform done when ws.length != 0'); + + if (stream._transformState.transforming) throw new Error('Calling transform done when still transforming'); + + return stream.push(null); +} +},{"./_stream_duplex":"../node_modules/readable-stream/lib/_stream_duplex.js","core-util-is":"../node_modules/core-util-is/lib/util.js","inherits":"../node_modules/inherits/inherits_browser.js"}],"../node_modules/readable-stream/lib/_stream_passthrough.js":[function(require,module,exports) { +// Copyright Joyent, Inc. and other Node contributors. +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to permit +// persons to whom the Software is furnished to do so, subject to the +// following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +// USE OR OTHER DEALINGS IN THE SOFTWARE. + +// a passthrough stream. +// basically just the most minimal sort of Transform stream. +// Every written chunk gets output as-is. + +'use strict'; + +module.exports = PassThrough; + +var Transform = require('./_stream_transform'); + +/**/ +var util = Object.create(require('core-util-is')); +util.inherits = require('inherits'); +/**/ + +util.inherits(PassThrough, Transform); + +function PassThrough(options) { + if (!(this instanceof PassThrough)) return new PassThrough(options); + + Transform.call(this, options); +} + +PassThrough.prototype._transform = function (chunk, encoding, cb) { + cb(null, chunk); +}; +},{"./_stream_transform":"../node_modules/readable-stream/lib/_stream_transform.js","core-util-is":"../node_modules/core-util-is/lib/util.js","inherits":"../node_modules/inherits/inherits_browser.js"}],"../node_modules/readable-stream/readable-browser.js":[function(require,module,exports) { +exports = module.exports = require('./lib/_stream_readable.js'); +exports.Stream = exports; +exports.Readable = exports; +exports.Writable = require('./lib/_stream_writable.js'); +exports.Duplex = require('./lib/_stream_duplex.js'); +exports.Transform = require('./lib/_stream_transform.js'); +exports.PassThrough = require('./lib/_stream_passthrough.js'); + +},{"./lib/_stream_readable.js":"../node_modules/readable-stream/lib/_stream_readable.js","./lib/_stream_writable.js":"../node_modules/readable-stream/lib/_stream_writable.js","./lib/_stream_duplex.js":"../node_modules/readable-stream/lib/_stream_duplex.js","./lib/_stream_transform.js":"../node_modules/readable-stream/lib/_stream_transform.js","./lib/_stream_passthrough.js":"../node_modules/readable-stream/lib/_stream_passthrough.js"}],"../node_modules/readable-stream/writable-browser.js":[function(require,module,exports) { +module.exports = require('./lib/_stream_writable.js'); + +},{"./lib/_stream_writable.js":"../node_modules/readable-stream/lib/_stream_writable.js"}],"../node_modules/readable-stream/duplex-browser.js":[function(require,module,exports) { +module.exports = require('./lib/_stream_duplex.js'); + +},{"./lib/_stream_duplex.js":"../node_modules/readable-stream/lib/_stream_duplex.js"}],"../node_modules/readable-stream/transform.js":[function(require,module,exports) { +module.exports = require('./readable').Transform + +},{"./readable":"../node_modules/readable-stream/readable-browser.js"}],"../node_modules/readable-stream/passthrough.js":[function(require,module,exports) { +module.exports = require('./readable').PassThrough + +},{"./readable":"../node_modules/readable-stream/readable-browser.js"}],"../node_modules/stream-browserify/index.js":[function(require,module,exports) { +// Copyright Joyent, Inc. and other Node contributors. +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to permit +// persons to whom the Software is furnished to do so, subject to the +// following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +// USE OR OTHER DEALINGS IN THE SOFTWARE. + +module.exports = Stream; + +var EE = require('events').EventEmitter; +var inherits = require('inherits'); + +inherits(Stream, EE); +Stream.Readable = require('readable-stream/readable.js'); +Stream.Writable = require('readable-stream/writable.js'); +Stream.Duplex = require('readable-stream/duplex.js'); +Stream.Transform = require('readable-stream/transform.js'); +Stream.PassThrough = require('readable-stream/passthrough.js'); + +// Backwards-compat with node 0.4.x +Stream.Stream = Stream; + + + +// old-style streams. Note that the pipe method (the only relevant +// part of this class) is overridden in the Readable class. + +function Stream() { + EE.call(this); +} + +Stream.prototype.pipe = function(dest, options) { + var source = this; + + function ondata(chunk) { + if (dest.writable) { + if (false === dest.write(chunk) && source.pause) { + source.pause(); + } + } + } + + source.on('data', ondata); + + function ondrain() { + if (source.readable && source.resume) { + source.resume(); + } + } + + dest.on('drain', ondrain); + + // If the 'end' option is not supplied, dest.end() will be called when + // source gets the 'end' or 'close' events. Only dest.end() once. + if (!dest._isStdio && (!options || options.end !== false)) { + source.on('end', onend); + source.on('close', onclose); + } + + var didOnEnd = false; + function onend() { + if (didOnEnd) return; + didOnEnd = true; + + dest.end(); + } + + + function onclose() { + if (didOnEnd) return; + didOnEnd = true; + + if (typeof dest.destroy === 'function') dest.destroy(); + } + + // don't leave dangling pipes when there are errors. + function onerror(er) { + cleanup(); + if (EE.listenerCount(this, 'error') === 0) { + throw er; // Unhandled stream error in pipe. + } + } + + source.on('error', onerror); + dest.on('error', onerror); + + // remove all the event listeners that were added. + function cleanup() { + source.removeListener('data', ondata); + dest.removeListener('drain', ondrain); + + source.removeListener('end', onend); + source.removeListener('close', onclose); + + source.removeListener('error', onerror); + dest.removeListener('error', onerror); + + source.removeListener('end', cleanup); + source.removeListener('close', cleanup); + + dest.removeListener('close', cleanup); + } + + source.on('end', cleanup); + source.on('close', cleanup); + + dest.on('close', cleanup); + + dest.emit('pipe', source); + + // Allow for unix-like usage: A.pipe(B).pipe(C) + return dest; +}; + +},{"events":"../node_modules/events/events.js","inherits":"../node_modules/inherits/inherits_browser.js","readable-stream/readable.js":"../node_modules/readable-stream/readable-browser.js","readable-stream/writable.js":"../node_modules/readable-stream/writable-browser.js","readable-stream/duplex.js":"../node_modules/readable-stream/duplex-browser.js","readable-stream/transform.js":"../node_modules/readable-stream/transform.js","readable-stream/passthrough.js":"../node_modules/readable-stream/passthrough.js"}],"../node_modules/cipher-base/index.js":[function(require,module,exports) { + +var Buffer = require('safe-buffer').Buffer +var Transform = require('stream').Transform +var StringDecoder = require('string_decoder').StringDecoder +var inherits = require('inherits') + +function CipherBase (hashMode) { + Transform.call(this) + this.hashMode = typeof hashMode === 'string' + if (this.hashMode) { + this[hashMode] = this._finalOrDigest + } else { + this.final = this._finalOrDigest + } + if (this._final) { + this.__final = this._final + this._final = null + } + this._decoder = null + this._encoding = null +} +inherits(CipherBase, Transform) + +CipherBase.prototype.update = function (data, inputEnc, outputEnc) { + if (typeof data === 'string') { + data = Buffer.from(data, inputEnc) + } + + var outData = this._update(data) + if (this.hashMode) return this + + if (outputEnc) { + outData = this._toString(outData, outputEnc) + } + + return outData +} + +CipherBase.prototype.setAutoPadding = function () {} +CipherBase.prototype.getAuthTag = function () { + throw new Error('trying to get auth tag in unsupported state') +} + +CipherBase.prototype.setAuthTag = function () { + throw new Error('trying to set auth tag in unsupported state') +} + +CipherBase.prototype.setAAD = function () { + throw new Error('trying to set aad in unsupported state') +} + +CipherBase.prototype._transform = function (data, _, next) { + var err + try { + if (this.hashMode) { + this._update(data) + } else { + this.push(this._update(data)) + } + } catch (e) { + err = e + } finally { + next(err) + } +} +CipherBase.prototype._flush = function (done) { + var err + try { + this.push(this.__final()) + } catch (e) { + err = e + } + + done(err) +} +CipherBase.prototype._finalOrDigest = function (outputEnc) { + var outData = this.__final() || Buffer.alloc(0) + if (outputEnc) { + outData = this._toString(outData, outputEnc, true) + } + return outData +} + +CipherBase.prototype._toString = function (value, enc, fin) { + if (!this._decoder) { + this._decoder = new StringDecoder(enc) + this._encoding = enc + } + + if (this._encoding !== enc) throw new Error('can\'t switch encodings') + + var out = this._decoder.write(value) + if (fin) { + out += this._decoder.end() + } + + return out +} + +module.exports = CipherBase + +},{"safe-buffer":"../node_modules/safe-buffer/index.js","stream":"../node_modules/stream-browserify/index.js","string_decoder":"../node_modules/string_decoder/lib/string_decoder.js","inherits":"../node_modules/inherits/inherits_browser.js"}],"../node_modules/create-hash/browser.js":[function(require,module,exports) { +'use strict' +var inherits = require('inherits') +var MD5 = require('md5.js') +var RIPEMD160 = require('ripemd160') +var sha = require('sha.js') +var Base = require('cipher-base') + +function Hash (hash) { + Base.call(this, 'digest') + + this._hash = hash +} + +inherits(Hash, Base) + +Hash.prototype._update = function (data) { + this._hash.update(data) +} + +Hash.prototype._final = function () { + return this._hash.digest() +} + +module.exports = function createHash (alg) { + alg = alg.toLowerCase() + if (alg === 'md5') return new MD5() + if (alg === 'rmd160' || alg === 'ripemd160') return new RIPEMD160() + + return new Hash(sha(alg)) +} + +},{"inherits":"../node_modules/inherits/inherits_browser.js","md5.js":"../node_modules/md5.js/index.js","ripemd160":"../node_modules/ripemd160/index.js","sha.js":"../node_modules/sha.js/index.js","cipher-base":"../node_modules/cipher-base/index.js"}],"../node_modules/create-hmac/legacy.js":[function(require,module,exports) { + +'use strict' +var inherits = require('inherits') +var Buffer = require('safe-buffer').Buffer + +var Base = require('cipher-base') + +var ZEROS = Buffer.alloc(128) +var blocksize = 64 + +function Hmac (alg, key) { + Base.call(this, 'digest') + if (typeof key === 'string') { + key = Buffer.from(key) + } + + this._alg = alg + this._key = key + + if (key.length > blocksize) { + key = alg(key) + } else if (key.length < blocksize) { + key = Buffer.concat([key, ZEROS], blocksize) + } + + var ipad = this._ipad = Buffer.allocUnsafe(blocksize) + var opad = this._opad = Buffer.allocUnsafe(blocksize) + + for (var i = 0; i < blocksize; i++) { + ipad[i] = key[i] ^ 0x36 + opad[i] = key[i] ^ 0x5C + } + + this._hash = [ipad] +} + +inherits(Hmac, Base) + +Hmac.prototype._update = function (data) { + this._hash.push(data) +} + +Hmac.prototype._final = function () { + var h = this._alg(Buffer.concat(this._hash)) + return this._alg(Buffer.concat([this._opad, h])) +} +module.exports = Hmac + +},{"inherits":"../node_modules/inherits/inherits_browser.js","safe-buffer":"../node_modules/safe-buffer/index.js","cipher-base":"../node_modules/cipher-base/index.js"}],"../node_modules/create-hash/md5.js":[function(require,module,exports) { +var MD5 = require('md5.js') + +module.exports = function (buffer) { + return new MD5().update(buffer).digest() +} + +},{"md5.js":"../node_modules/md5.js/index.js"}],"../node_modules/create-hmac/browser.js":[function(require,module,exports) { + +'use strict' +var inherits = require('inherits') +var Legacy = require('./legacy') +var Base = require('cipher-base') +var Buffer = require('safe-buffer').Buffer +var md5 = require('create-hash/md5') +var RIPEMD160 = require('ripemd160') + +var sha = require('sha.js') + +var ZEROS = Buffer.alloc(128) + +function Hmac (alg, key) { + Base.call(this, 'digest') + if (typeof key === 'string') { + key = Buffer.from(key) + } + + var blocksize = (alg === 'sha512' || alg === 'sha384') ? 128 : 64 + + this._alg = alg + this._key = key + if (key.length > blocksize) { + var hash = alg === 'rmd160' ? new RIPEMD160() : sha(alg) + key = hash.update(key).digest() + } else if (key.length < blocksize) { + key = Buffer.concat([key, ZEROS], blocksize) + } + + var ipad = this._ipad = Buffer.allocUnsafe(blocksize) + var opad = this._opad = Buffer.allocUnsafe(blocksize) + + for (var i = 0; i < blocksize; i++) { + ipad[i] = key[i] ^ 0x36 + opad[i] = key[i] ^ 0x5C + } + this._hash = alg === 'rmd160' ? new RIPEMD160() : sha(alg) + this._hash.update(ipad) +} + +inherits(Hmac, Base) + +Hmac.prototype._update = function (data) { + this._hash.update(data) +} + +Hmac.prototype._final = function () { + var h = this._hash.digest() + var hash = this._alg === 'rmd160' ? new RIPEMD160() : sha(this._alg) + return hash.update(this._opad).update(h).digest() +} + +module.exports = function createHmac (alg, key) { + alg = alg.toLowerCase() + if (alg === 'rmd160' || alg === 'ripemd160') { + return new Hmac('rmd160', key) + } + if (alg === 'md5') { + return new Legacy(md5, key) + } + return new Hmac(alg, key) +} + +},{"inherits":"../node_modules/inherits/inherits_browser.js","./legacy":"../node_modules/create-hmac/legacy.js","cipher-base":"../node_modules/cipher-base/index.js","safe-buffer":"../node_modules/safe-buffer/index.js","create-hash/md5":"../node_modules/create-hash/md5.js","ripemd160":"../node_modules/ripemd160/index.js","sha.js":"../node_modules/sha.js/index.js"}],"../node_modules/browserify-sign/browser/algorithms.json":[function(require,module,exports) { +module.exports = { + "sha224WithRSAEncryption": { + "sign": "rsa", + "hash": "sha224", + "id": "302d300d06096086480165030402040500041c" + }, + "RSA-SHA224": { + "sign": "ecdsa/rsa", + "hash": "sha224", + "id": "302d300d06096086480165030402040500041c" + }, + "sha256WithRSAEncryption": { + "sign": "rsa", + "hash": "sha256", + "id": "3031300d060960864801650304020105000420" + }, + "RSA-SHA256": { + "sign": "ecdsa/rsa", + "hash": "sha256", + "id": "3031300d060960864801650304020105000420" + }, + "sha384WithRSAEncryption": { + "sign": "rsa", + "hash": "sha384", + "id": "3041300d060960864801650304020205000430" + }, + "RSA-SHA384": { + "sign": "ecdsa/rsa", + "hash": "sha384", + "id": "3041300d060960864801650304020205000430" + }, + "sha512WithRSAEncryption": { + "sign": "rsa", + "hash": "sha512", + "id": "3051300d060960864801650304020305000440" + }, + "RSA-SHA512": { + "sign": "ecdsa/rsa", + "hash": "sha512", + "id": "3051300d060960864801650304020305000440" + }, + "RSA-SHA1": { + "sign": "rsa", + "hash": "sha1", + "id": "3021300906052b0e03021a05000414" + }, + "ecdsa-with-SHA1": { + "sign": "ecdsa", + "hash": "sha1", + "id": "" + }, + "sha256": { + "sign": "ecdsa", + "hash": "sha256", + "id": "" + }, + "sha224": { + "sign": "ecdsa", + "hash": "sha224", + "id": "" + }, + "sha384": { + "sign": "ecdsa", + "hash": "sha384", + "id": "" + }, + "sha512": { + "sign": "ecdsa", + "hash": "sha512", + "id": "" + }, + "DSA-SHA": { + "sign": "dsa", + "hash": "sha1", + "id": "" + }, + "DSA-SHA1": { + "sign": "dsa", + "hash": "sha1", + "id": "" + }, + "DSA": { + "sign": "dsa", + "hash": "sha1", + "id": "" + }, + "DSA-WITH-SHA224": { + "sign": "dsa", + "hash": "sha224", + "id": "" + }, + "DSA-SHA224": { + "sign": "dsa", + "hash": "sha224", + "id": "" + }, + "DSA-WITH-SHA256": { + "sign": "dsa", + "hash": "sha256", + "id": "" + }, + "DSA-SHA256": { + "sign": "dsa", + "hash": "sha256", + "id": "" + }, + "DSA-WITH-SHA384": { + "sign": "dsa", + "hash": "sha384", + "id": "" + }, + "DSA-SHA384": { + "sign": "dsa", + "hash": "sha384", + "id": "" + }, + "DSA-WITH-SHA512": { + "sign": "dsa", + "hash": "sha512", + "id": "" + }, + "DSA-SHA512": { + "sign": "dsa", + "hash": "sha512", + "id": "" + }, + "DSA-RIPEMD160": { + "sign": "dsa", + "hash": "rmd160", + "id": "" + }, + "ripemd160WithRSA": { + "sign": "rsa", + "hash": "rmd160", + "id": "3021300906052b2403020105000414" + }, + "RSA-RIPEMD160": { + "sign": "rsa", + "hash": "rmd160", + "id": "3021300906052b2403020105000414" + }, + "md5WithRSAEncryption": { + "sign": "rsa", + "hash": "md5", + "id": "3020300c06082a864886f70d020505000410" + }, + "RSA-MD5": { + "sign": "rsa", + "hash": "md5", + "id": "3020300c06082a864886f70d020505000410" + } +} +; +},{}],"../node_modules/browserify-sign/algos.js":[function(require,module,exports) { +module.exports = require('./browser/algorithms.json') + +},{"./browser/algorithms.json":"../node_modules/browserify-sign/browser/algorithms.json"}],"../node_modules/pbkdf2/lib/precondition.js":[function(require,module,exports) { +var MAX_ALLOC = Math.pow(2, 30) - 1; // default in iojs + +module.exports = function (iterations, keylen) { + if (typeof iterations !== 'number') { + throw new TypeError('Iterations not a number'); + } + + if (iterations < 0) { + throw new TypeError('Bad iterations'); + } + + if (typeof keylen !== 'number') { + throw new TypeError('Key length not a number'); + } + + if (keylen < 0 || keylen > MAX_ALLOC || keylen !== keylen) { + /* eslint no-self-compare: 0 */ + throw new TypeError('Bad key length'); + } +}; +},{}],"../node_modules/pbkdf2/lib/default-encoding.js":[function(require,module,exports) { +var process = require("process"); +var defaultEncoding; +/* istanbul ignore next */ + +if (true) { + defaultEncoding = 'utf-8'; +} else if (process.version) { + var pVersionMajor = parseInt(process.version.split('.')[0].slice(1), 10); + defaultEncoding = pVersionMajor >= 6 ? 'utf-8' : 'binary'; +} else { + defaultEncoding = 'utf-8'; +} + +module.exports = defaultEncoding; +},{"process":"../node_modules/process/browser.js"}],"../node_modules/pbkdf2/lib/to-buffer.js":[function(require,module,exports) { + +var Buffer = require('safe-buffer').Buffer; + +module.exports = function (thing, encoding, name) { + if (Buffer.isBuffer(thing)) { + return thing; + } else if (typeof thing === 'string') { + return Buffer.from(thing, encoding); + } else if (ArrayBuffer.isView(thing)) { + return Buffer.from(thing.buffer); + } else { + throw new TypeError(name + ' must be a string, a Buffer, a typed array or a DataView'); + } +}; +},{"safe-buffer":"../node_modules/safe-buffer/index.js"}],"../node_modules/pbkdf2/lib/sync-browser.js":[function(require,module,exports) { + +var md5 = require('create-hash/md5'); + +var RIPEMD160 = require('ripemd160'); + +var sha = require('sha.js'); + +var Buffer = require('safe-buffer').Buffer; + +var checkParameters = require('./precondition'); + +var defaultEncoding = require('./default-encoding'); + +var toBuffer = require('./to-buffer'); + +var ZEROS = Buffer.alloc(128); +var sizes = { + md5: 16, + sha1: 20, + sha224: 28, + sha256: 32, + sha384: 48, + sha512: 64, + rmd160: 20, + ripemd160: 20 +}; + +function Hmac(alg, key, saltLen) { + var hash = getDigest(alg); + var blocksize = alg === 'sha512' || alg === 'sha384' ? 128 : 64; + + if (key.length > blocksize) { + key = hash(key); + } else if (key.length < blocksize) { + key = Buffer.concat([key, ZEROS], blocksize); + } + + var ipad = Buffer.allocUnsafe(blocksize + sizes[alg]); + var opad = Buffer.allocUnsafe(blocksize + sizes[alg]); + + for (var i = 0; i < blocksize; i++) { + ipad[i] = key[i] ^ 0x36; + opad[i] = key[i] ^ 0x5C; + } + + var ipad1 = Buffer.allocUnsafe(blocksize + saltLen + 4); + ipad.copy(ipad1, 0, 0, blocksize); + this.ipad1 = ipad1; + this.ipad2 = ipad; + this.opad = opad; + this.alg = alg; + this.blocksize = blocksize; + this.hash = hash; + this.size = sizes[alg]; +} + +Hmac.prototype.run = function (data, ipad) { + data.copy(ipad, this.blocksize); + var h = this.hash(ipad); + h.copy(this.opad, this.blocksize); + return this.hash(this.opad); +}; + +function getDigest(alg) { + function shaFunc(data) { + return sha(alg).update(data).digest(); + } + + function rmd160Func(data) { + return new RIPEMD160().update(data).digest(); + } + + if (alg === 'rmd160' || alg === 'ripemd160') return rmd160Func; + if (alg === 'md5') return md5; + return shaFunc; +} + +function pbkdf2(password, salt, iterations, keylen, digest) { + checkParameters(iterations, keylen); + password = toBuffer(password, defaultEncoding, 'Password'); + salt = toBuffer(salt, defaultEncoding, 'Salt'); + digest = digest || 'sha1'; + var hmac = new Hmac(digest, password, salt.length); + var DK = Buffer.allocUnsafe(keylen); + var block1 = Buffer.allocUnsafe(salt.length + 4); + salt.copy(block1, 0, 0, salt.length); + var destPos = 0; + var hLen = sizes[digest]; + var l = Math.ceil(keylen / hLen); + + for (var i = 1; i <= l; i++) { + block1.writeUInt32BE(i, salt.length); + var T = hmac.run(block1, hmac.ipad1); + var U = T; + + for (var j = 1; j < iterations; j++) { + U = hmac.run(U, hmac.ipad2); + + for (var k = 0; k < hLen; k++) T[k] ^= U[k]; + } + + T.copy(DK, destPos); + destPos += hLen; + } + + return DK; +} + +module.exports = pbkdf2; +},{"create-hash/md5":"../node_modules/create-hash/md5.js","ripemd160":"../node_modules/ripemd160/index.js","sha.js":"../node_modules/sha.js/index.js","safe-buffer":"../node_modules/safe-buffer/index.js","./precondition":"../node_modules/pbkdf2/lib/precondition.js","./default-encoding":"../node_modules/pbkdf2/lib/default-encoding.js","./to-buffer":"../node_modules/pbkdf2/lib/to-buffer.js"}],"../node_modules/pbkdf2/lib/async.js":[function(require,module,exports) { + +var global = arguments[3]; +var process = require("process"); +var Buffer = require('safe-buffer').Buffer; + +var checkParameters = require('./precondition'); + +var defaultEncoding = require('./default-encoding'); + +var sync = require('./sync'); + +var toBuffer = require('./to-buffer'); + +var ZERO_BUF; +var subtle = global.crypto && global.crypto.subtle; +var toBrowser = { + sha: 'SHA-1', + 'sha-1': 'SHA-1', + sha1: 'SHA-1', + sha256: 'SHA-256', + 'sha-256': 'SHA-256', + sha384: 'SHA-384', + 'sha-384': 'SHA-384', + 'sha-512': 'SHA-512', + sha512: 'SHA-512' +}; +var checks = []; + +function checkNative(algo) { + if (global.process && !global.process.browser) { + return Promise.resolve(false); + } + + if (!subtle || !subtle.importKey || !subtle.deriveBits) { + return Promise.resolve(false); + } + + if (checks[algo] !== undefined) { + return checks[algo]; + } + + ZERO_BUF = ZERO_BUF || Buffer.alloc(8); + var prom = browserPbkdf2(ZERO_BUF, ZERO_BUF, 10, 128, algo).then(function () { + return true; + }).catch(function () { + return false; + }); + checks[algo] = prom; + return prom; +} + +function browserPbkdf2(password, salt, iterations, length, algo) { + return subtle.importKey('raw', password, { + name: 'PBKDF2' + }, false, ['deriveBits']).then(function (key) { + return subtle.deriveBits({ + name: 'PBKDF2', + salt: salt, + iterations: iterations, + hash: { + name: algo + } + }, key, length << 3); + }).then(function (res) { + return Buffer.from(res); + }); +} + +function resolvePromise(promise, callback) { + promise.then(function (out) { + process.nextTick(function () { + callback(null, out); + }); + }, function (e) { + process.nextTick(function () { + callback(e); + }); + }); +} + +module.exports = function (password, salt, iterations, keylen, digest, callback) { + if (typeof digest === 'function') { + callback = digest; + digest = undefined; + } + + digest = digest || 'sha1'; + var algo = toBrowser[digest.toLowerCase()]; + + if (!algo || typeof global.Promise !== 'function') { + return process.nextTick(function () { + var out; + + try { + out = sync(password, salt, iterations, keylen, digest); + } catch (e) { + return callback(e); + } + + callback(null, out); + }); + } + + checkParameters(iterations, keylen); + password = toBuffer(password, defaultEncoding, 'Password'); + salt = toBuffer(salt, defaultEncoding, 'Salt'); + if (typeof callback !== 'function') throw new Error('No callback provided to pbkdf2'); + resolvePromise(checkNative(algo).then(function (resp) { + if (resp) return browserPbkdf2(password, salt, iterations, keylen, algo); + return sync(password, salt, iterations, keylen, digest); + }), callback); +}; +},{"safe-buffer":"../node_modules/safe-buffer/index.js","./precondition":"../node_modules/pbkdf2/lib/precondition.js","./default-encoding":"../node_modules/pbkdf2/lib/default-encoding.js","./sync":"../node_modules/pbkdf2/lib/sync-browser.js","./to-buffer":"../node_modules/pbkdf2/lib/to-buffer.js","process":"../node_modules/process/browser.js"}],"../node_modules/pbkdf2/browser.js":[function(require,module,exports) { +exports.pbkdf2 = require('./lib/async'); +exports.pbkdf2Sync = require('./lib/sync'); +},{"./lib/async":"../node_modules/pbkdf2/lib/async.js","./lib/sync":"../node_modules/pbkdf2/lib/sync-browser.js"}],"../node_modules/des.js/lib/des/utils.js":[function(require,module,exports) { +'use strict'; + +exports.readUInt32BE = function readUInt32BE(bytes, off) { + var res = (bytes[0 + off] << 24) | + (bytes[1 + off] << 16) | + (bytes[2 + off] << 8) | + bytes[3 + off]; + return res >>> 0; +}; + +exports.writeUInt32BE = function writeUInt32BE(bytes, value, off) { + bytes[0 + off] = value >>> 24; + bytes[1 + off] = (value >>> 16) & 0xff; + bytes[2 + off] = (value >>> 8) & 0xff; + bytes[3 + off] = value & 0xff; +}; + +exports.ip = function ip(inL, inR, out, off) { + var outL = 0; + var outR = 0; + + for (var i = 6; i >= 0; i -= 2) { + for (var j = 0; j <= 24; j += 8) { + outL <<= 1; + outL |= (inR >>> (j + i)) & 1; + } + for (var j = 0; j <= 24; j += 8) { + outL <<= 1; + outL |= (inL >>> (j + i)) & 1; + } + } + + for (var i = 6; i >= 0; i -= 2) { + for (var j = 1; j <= 25; j += 8) { + outR <<= 1; + outR |= (inR >>> (j + i)) & 1; + } + for (var j = 1; j <= 25; j += 8) { + outR <<= 1; + outR |= (inL >>> (j + i)) & 1; + } + } + + out[off + 0] = outL >>> 0; + out[off + 1] = outR >>> 0; +}; + +exports.rip = function rip(inL, inR, out, off) { + var outL = 0; + var outR = 0; + + for (var i = 0; i < 4; i++) { + for (var j = 24; j >= 0; j -= 8) { + outL <<= 1; + outL |= (inR >>> (j + i)) & 1; + outL <<= 1; + outL |= (inL >>> (j + i)) & 1; + } + } + for (var i = 4; i < 8; i++) { + for (var j = 24; j >= 0; j -= 8) { + outR <<= 1; + outR |= (inR >>> (j + i)) & 1; + outR <<= 1; + outR |= (inL >>> (j + i)) & 1; + } + } + + out[off + 0] = outL >>> 0; + out[off + 1] = outR >>> 0; +}; + +exports.pc1 = function pc1(inL, inR, out, off) { + var outL = 0; + var outR = 0; + + // 7, 15, 23, 31, 39, 47, 55, 63 + // 6, 14, 22, 30, 39, 47, 55, 63 + // 5, 13, 21, 29, 39, 47, 55, 63 + // 4, 12, 20, 28 + for (var i = 7; i >= 5; i--) { + for (var j = 0; j <= 24; j += 8) { + outL <<= 1; + outL |= (inR >> (j + i)) & 1; + } + for (var j = 0; j <= 24; j += 8) { + outL <<= 1; + outL |= (inL >> (j + i)) & 1; + } + } + for (var j = 0; j <= 24; j += 8) { + outL <<= 1; + outL |= (inR >> (j + i)) & 1; + } + + // 1, 9, 17, 25, 33, 41, 49, 57 + // 2, 10, 18, 26, 34, 42, 50, 58 + // 3, 11, 19, 27, 35, 43, 51, 59 + // 36, 44, 52, 60 + for (var i = 1; i <= 3; i++) { + for (var j = 0; j <= 24; j += 8) { + outR <<= 1; + outR |= (inR >> (j + i)) & 1; + } + for (var j = 0; j <= 24; j += 8) { + outR <<= 1; + outR |= (inL >> (j + i)) & 1; + } + } + for (var j = 0; j <= 24; j += 8) { + outR <<= 1; + outR |= (inL >> (j + i)) & 1; + } + + out[off + 0] = outL >>> 0; + out[off + 1] = outR >>> 0; +}; + +exports.r28shl = function r28shl(num, shift) { + return ((num << shift) & 0xfffffff) | (num >>> (28 - shift)); +}; + +var pc2table = [ + // inL => outL + 14, 11, 17, 4, 27, 23, 25, 0, + 13, 22, 7, 18, 5, 9, 16, 24, + 2, 20, 12, 21, 1, 8, 15, 26, + + // inR => outR + 15, 4, 25, 19, 9, 1, 26, 16, + 5, 11, 23, 8, 12, 7, 17, 0, + 22, 3, 10, 14, 6, 20, 27, 24 +]; + +exports.pc2 = function pc2(inL, inR, out, off) { + var outL = 0; + var outR = 0; + + var len = pc2table.length >>> 1; + for (var i = 0; i < len; i++) { + outL <<= 1; + outL |= (inL >>> pc2table[i]) & 0x1; + } + for (var i = len; i < pc2table.length; i++) { + outR <<= 1; + outR |= (inR >>> pc2table[i]) & 0x1; + } + + out[off + 0] = outL >>> 0; + out[off + 1] = outR >>> 0; +}; + +exports.expand = function expand(r, out, off) { + var outL = 0; + var outR = 0; + + outL = ((r & 1) << 5) | (r >>> 27); + for (var i = 23; i >= 15; i -= 4) { + outL <<= 6; + outL |= (r >>> i) & 0x3f; + } + for (var i = 11; i >= 3; i -= 4) { + outR |= (r >>> i) & 0x3f; + outR <<= 6; + } + outR |= ((r & 0x1f) << 1) | (r >>> 31); + + out[off + 0] = outL >>> 0; + out[off + 1] = outR >>> 0; +}; + +var sTable = [ + 14, 0, 4, 15, 13, 7, 1, 4, 2, 14, 15, 2, 11, 13, 8, 1, + 3, 10, 10, 6, 6, 12, 12, 11, 5, 9, 9, 5, 0, 3, 7, 8, + 4, 15, 1, 12, 14, 8, 8, 2, 13, 4, 6, 9, 2, 1, 11, 7, + 15, 5, 12, 11, 9, 3, 7, 14, 3, 10, 10, 0, 5, 6, 0, 13, + + 15, 3, 1, 13, 8, 4, 14, 7, 6, 15, 11, 2, 3, 8, 4, 14, + 9, 12, 7, 0, 2, 1, 13, 10, 12, 6, 0, 9, 5, 11, 10, 5, + 0, 13, 14, 8, 7, 10, 11, 1, 10, 3, 4, 15, 13, 4, 1, 2, + 5, 11, 8, 6, 12, 7, 6, 12, 9, 0, 3, 5, 2, 14, 15, 9, + + 10, 13, 0, 7, 9, 0, 14, 9, 6, 3, 3, 4, 15, 6, 5, 10, + 1, 2, 13, 8, 12, 5, 7, 14, 11, 12, 4, 11, 2, 15, 8, 1, + 13, 1, 6, 10, 4, 13, 9, 0, 8, 6, 15, 9, 3, 8, 0, 7, + 11, 4, 1, 15, 2, 14, 12, 3, 5, 11, 10, 5, 14, 2, 7, 12, + + 7, 13, 13, 8, 14, 11, 3, 5, 0, 6, 6, 15, 9, 0, 10, 3, + 1, 4, 2, 7, 8, 2, 5, 12, 11, 1, 12, 10, 4, 14, 15, 9, + 10, 3, 6, 15, 9, 0, 0, 6, 12, 10, 11, 1, 7, 13, 13, 8, + 15, 9, 1, 4, 3, 5, 14, 11, 5, 12, 2, 7, 8, 2, 4, 14, + + 2, 14, 12, 11, 4, 2, 1, 12, 7, 4, 10, 7, 11, 13, 6, 1, + 8, 5, 5, 0, 3, 15, 15, 10, 13, 3, 0, 9, 14, 8, 9, 6, + 4, 11, 2, 8, 1, 12, 11, 7, 10, 1, 13, 14, 7, 2, 8, 13, + 15, 6, 9, 15, 12, 0, 5, 9, 6, 10, 3, 4, 0, 5, 14, 3, + + 12, 10, 1, 15, 10, 4, 15, 2, 9, 7, 2, 12, 6, 9, 8, 5, + 0, 6, 13, 1, 3, 13, 4, 14, 14, 0, 7, 11, 5, 3, 11, 8, + 9, 4, 14, 3, 15, 2, 5, 12, 2, 9, 8, 5, 12, 15, 3, 10, + 7, 11, 0, 14, 4, 1, 10, 7, 1, 6, 13, 0, 11, 8, 6, 13, + + 4, 13, 11, 0, 2, 11, 14, 7, 15, 4, 0, 9, 8, 1, 13, 10, + 3, 14, 12, 3, 9, 5, 7, 12, 5, 2, 10, 15, 6, 8, 1, 6, + 1, 6, 4, 11, 11, 13, 13, 8, 12, 1, 3, 4, 7, 10, 14, 7, + 10, 9, 15, 5, 6, 0, 8, 15, 0, 14, 5, 2, 9, 3, 2, 12, + + 13, 1, 2, 15, 8, 13, 4, 8, 6, 10, 15, 3, 11, 7, 1, 4, + 10, 12, 9, 5, 3, 6, 14, 11, 5, 0, 0, 14, 12, 9, 7, 2, + 7, 2, 11, 1, 4, 14, 1, 7, 9, 4, 12, 10, 14, 8, 2, 13, + 0, 15, 6, 12, 10, 9, 13, 0, 15, 3, 3, 5, 5, 6, 8, 11 +]; + +exports.substitute = function substitute(inL, inR) { + var out = 0; + for (var i = 0; i < 4; i++) { + var b = (inL >>> (18 - i * 6)) & 0x3f; + var sb = sTable[i * 0x40 + b]; + + out <<= 4; + out |= sb; + } + for (var i = 0; i < 4; i++) { + var b = (inR >>> (18 - i * 6)) & 0x3f; + var sb = sTable[4 * 0x40 + i * 0x40 + b]; + + out <<= 4; + out |= sb; + } + return out >>> 0; +}; + +var permuteTable = [ + 16, 25, 12, 11, 3, 20, 4, 15, 31, 17, 9, 6, 27, 14, 1, 22, + 30, 24, 8, 18, 0, 5, 29, 23, 13, 19, 2, 26, 10, 21, 28, 7 +]; + +exports.permute = function permute(num) { + var out = 0; + for (var i = 0; i < permuteTable.length; i++) { + out <<= 1; + out |= (num >>> permuteTable[i]) & 0x1; + } + return out >>> 0; +}; + +exports.padSplit = function padSplit(num, size, group) { + var str = num.toString(2); + while (str.length < size) + str = '0' + str; + + var out = []; + for (var i = 0; i < size; i += group) + out.push(str.slice(i, i + group)); + return out.join(' '); +}; + +},{}],"../node_modules/minimalistic-assert/index.js":[function(require,module,exports) { +module.exports = assert; + +function assert(val, msg) { + if (!val) + throw new Error(msg || 'Assertion failed'); +} + +assert.equal = function assertEqual(l, r, msg) { + if (l != r) + throw new Error(msg || ('Assertion failed: ' + l + ' != ' + r)); +}; + +},{}],"../node_modules/des.js/lib/des/cipher.js":[function(require,module,exports) { +'use strict'; + +var assert = require('minimalistic-assert'); + +function Cipher(options) { + this.options = options; + + this.type = this.options.type; + this.blockSize = 8; + this._init(); + + this.buffer = new Array(this.blockSize); + this.bufferOff = 0; +} +module.exports = Cipher; + +Cipher.prototype._init = function _init() { + // Might be overrided +}; + +Cipher.prototype.update = function update(data) { + if (data.length === 0) + return []; + + if (this.type === 'decrypt') + return this._updateDecrypt(data); + else + return this._updateEncrypt(data); +}; + +Cipher.prototype._buffer = function _buffer(data, off) { + // Append data to buffer + var min = Math.min(this.buffer.length - this.bufferOff, data.length - off); + for (var i = 0; i < min; i++) + this.buffer[this.bufferOff + i] = data[off + i]; + this.bufferOff += min; + + // Shift next + return min; +}; + +Cipher.prototype._flushBuffer = function _flushBuffer(out, off) { + this._update(this.buffer, 0, out, off); + this.bufferOff = 0; + return this.blockSize; +}; + +Cipher.prototype._updateEncrypt = function _updateEncrypt(data) { + var inputOff = 0; + var outputOff = 0; + + var count = ((this.bufferOff + data.length) / this.blockSize) | 0; + var out = new Array(count * this.blockSize); + + if (this.bufferOff !== 0) { + inputOff += this._buffer(data, inputOff); + + if (this.bufferOff === this.buffer.length) + outputOff += this._flushBuffer(out, outputOff); + } + + // Write blocks + var max = data.length - ((data.length - inputOff) % this.blockSize); + for (; inputOff < max; inputOff += this.blockSize) { + this._update(data, inputOff, out, outputOff); + outputOff += this.blockSize; + } + + // Queue rest + for (; inputOff < data.length; inputOff++, this.bufferOff++) + this.buffer[this.bufferOff] = data[inputOff]; + + return out; +}; + +Cipher.prototype._updateDecrypt = function _updateDecrypt(data) { + var inputOff = 0; + var outputOff = 0; + + var count = Math.ceil((this.bufferOff + data.length) / this.blockSize) - 1; + var out = new Array(count * this.blockSize); + + // TODO(indutny): optimize it, this is far from optimal + for (; count > 0; count--) { + inputOff += this._buffer(data, inputOff); + outputOff += this._flushBuffer(out, outputOff); + } + + // Buffer rest of the input + inputOff += this._buffer(data, inputOff); + + return out; +}; + +Cipher.prototype.final = function final(buffer) { + var first; + if (buffer) + first = this.update(buffer); + + var last; + if (this.type === 'encrypt') + last = this._finalEncrypt(); + else + last = this._finalDecrypt(); + + if (first) + return first.concat(last); + else + return last; +}; + +Cipher.prototype._pad = function _pad(buffer, off) { + if (off === 0) + return false; + + while (off < buffer.length) + buffer[off++] = 0; + + return true; +}; + +Cipher.prototype._finalEncrypt = function _finalEncrypt() { + if (!this._pad(this.buffer, this.bufferOff)) + return []; + + var out = new Array(this.blockSize); + this._update(this.buffer, 0, out, 0); + return out; +}; + +Cipher.prototype._unpad = function _unpad(buffer) { + return buffer; +}; + +Cipher.prototype._finalDecrypt = function _finalDecrypt() { + assert.equal(this.bufferOff, this.blockSize, 'Not enough data to decrypt'); + var out = new Array(this.blockSize); + this._flushBuffer(out, 0); + + return this._unpad(out); +}; + +},{"minimalistic-assert":"../node_modules/minimalistic-assert/index.js"}],"../node_modules/des.js/lib/des/des.js":[function(require,module,exports) { +'use strict'; + +var assert = require('minimalistic-assert'); +var inherits = require('inherits'); + +var utils = require('./utils'); +var Cipher = require('./cipher'); + +function DESState() { + this.tmp = new Array(2); + this.keys = null; +} + +function DES(options) { + Cipher.call(this, options); + + var state = new DESState(); + this._desState = state; + + this.deriveKeys(state, options.key); +} +inherits(DES, Cipher); +module.exports = DES; + +DES.create = function create(options) { + return new DES(options); +}; + +var shiftTable = [ + 1, 1, 2, 2, 2, 2, 2, 2, + 1, 2, 2, 2, 2, 2, 2, 1 +]; + +DES.prototype.deriveKeys = function deriveKeys(state, key) { + state.keys = new Array(16 * 2); + + assert.equal(key.length, this.blockSize, 'Invalid key length'); + + var kL = utils.readUInt32BE(key, 0); + var kR = utils.readUInt32BE(key, 4); + + utils.pc1(kL, kR, state.tmp, 0); + kL = state.tmp[0]; + kR = state.tmp[1]; + for (var i = 0; i < state.keys.length; i += 2) { + var shift = shiftTable[i >>> 1]; + kL = utils.r28shl(kL, shift); + kR = utils.r28shl(kR, shift); + utils.pc2(kL, kR, state.keys, i); + } +}; + +DES.prototype._update = function _update(inp, inOff, out, outOff) { + var state = this._desState; + + var l = utils.readUInt32BE(inp, inOff); + var r = utils.readUInt32BE(inp, inOff + 4); + + // Initial Permutation + utils.ip(l, r, state.tmp, 0); + l = state.tmp[0]; + r = state.tmp[1]; + + if (this.type === 'encrypt') + this._encrypt(state, l, r, state.tmp, 0); + else + this._decrypt(state, l, r, state.tmp, 0); + + l = state.tmp[0]; + r = state.tmp[1]; + + utils.writeUInt32BE(out, l, outOff); + utils.writeUInt32BE(out, r, outOff + 4); +}; + +DES.prototype._pad = function _pad(buffer, off) { + var value = buffer.length - off; + for (var i = off; i < buffer.length; i++) + buffer[i] = value; + + return true; +}; + +DES.prototype._unpad = function _unpad(buffer) { + var pad = buffer[buffer.length - 1]; + for (var i = buffer.length - pad; i < buffer.length; i++) + assert.equal(buffer[i], pad); + + return buffer.slice(0, buffer.length - pad); +}; + +DES.prototype._encrypt = function _encrypt(state, lStart, rStart, out, off) { + var l = lStart; + var r = rStart; + + // Apply f() x16 times + for (var i = 0; i < state.keys.length; i += 2) { + var keyL = state.keys[i]; + var keyR = state.keys[i + 1]; + + // f(r, k) + utils.expand(r, state.tmp, 0); + + keyL ^= state.tmp[0]; + keyR ^= state.tmp[1]; + var s = utils.substitute(keyL, keyR); + var f = utils.permute(s); + + var t = r; + r = (l ^ f) >>> 0; + l = t; + } + + // Reverse Initial Permutation + utils.rip(r, l, out, off); +}; + +DES.prototype._decrypt = function _decrypt(state, lStart, rStart, out, off) { + var l = rStart; + var r = lStart; + + // Apply f() x16 times + for (var i = state.keys.length - 2; i >= 0; i -= 2) { + var keyL = state.keys[i]; + var keyR = state.keys[i + 1]; + + // f(r, k) + utils.expand(l, state.tmp, 0); + + keyL ^= state.tmp[0]; + keyR ^= state.tmp[1]; + var s = utils.substitute(keyL, keyR); + var f = utils.permute(s); + + var t = l; + l = (r ^ f) >>> 0; + r = t; + } + + // Reverse Initial Permutation + utils.rip(l, r, out, off); +}; + +},{"minimalistic-assert":"../node_modules/minimalistic-assert/index.js","inherits":"../node_modules/inherits/inherits_browser.js","./utils":"../node_modules/des.js/lib/des/utils.js","./cipher":"../node_modules/des.js/lib/des/cipher.js"}],"../node_modules/des.js/lib/des/cbc.js":[function(require,module,exports) { +'use strict'; + +var assert = require('minimalistic-assert'); +var inherits = require('inherits'); + +var proto = {}; + +function CBCState(iv) { + assert.equal(iv.length, 8, 'Invalid IV length'); + + this.iv = new Array(8); + for (var i = 0; i < this.iv.length; i++) + this.iv[i] = iv[i]; +} + +function instantiate(Base) { + function CBC(options) { + Base.call(this, options); + this._cbcInit(); + } + inherits(CBC, Base); + + var keys = Object.keys(proto); + for (var i = 0; i < keys.length; i++) { + var key = keys[i]; + CBC.prototype[key] = proto[key]; + } + + CBC.create = function create(options) { + return new CBC(options); + }; + + return CBC; +} + +exports.instantiate = instantiate; + +proto._cbcInit = function _cbcInit() { + var state = new CBCState(this.options.iv); + this._cbcState = state; +}; + +proto._update = function _update(inp, inOff, out, outOff) { + var state = this._cbcState; + var superProto = this.constructor.super_.prototype; + + var iv = state.iv; + if (this.type === 'encrypt') { + for (var i = 0; i < this.blockSize; i++) + iv[i] ^= inp[inOff + i]; + + superProto._update.call(this, iv, 0, out, outOff); + + for (var i = 0; i < this.blockSize; i++) + iv[i] = out[outOff + i]; + } else { + superProto._update.call(this, inp, inOff, out, outOff); + + for (var i = 0; i < this.blockSize; i++) + out[outOff + i] ^= iv[i]; + + for (var i = 0; i < this.blockSize; i++) + iv[i] = inp[inOff + i]; + } +}; + +},{"minimalistic-assert":"../node_modules/minimalistic-assert/index.js","inherits":"../node_modules/inherits/inherits_browser.js"}],"../node_modules/des.js/lib/des/ede.js":[function(require,module,exports) { +'use strict'; + +var assert = require('minimalistic-assert'); +var inherits = require('inherits'); + +var Cipher = require('./cipher'); +var DES = require('./des'); + +function EDEState(type, key) { + assert.equal(key.length, 24, 'Invalid key length'); + + var k1 = key.slice(0, 8); + var k2 = key.slice(8, 16); + var k3 = key.slice(16, 24); + + if (type === 'encrypt') { + this.ciphers = [ + DES.create({ type: 'encrypt', key: k1 }), + DES.create({ type: 'decrypt', key: k2 }), + DES.create({ type: 'encrypt', key: k3 }) + ]; + } else { + this.ciphers = [ + DES.create({ type: 'decrypt', key: k3 }), + DES.create({ type: 'encrypt', key: k2 }), + DES.create({ type: 'decrypt', key: k1 }) + ]; + } +} + +function EDE(options) { + Cipher.call(this, options); + + var state = new EDEState(this.type, this.options.key); + this._edeState = state; +} +inherits(EDE, Cipher); + +module.exports = EDE; + +EDE.create = function create(options) { + return new EDE(options); +}; + +EDE.prototype._update = function _update(inp, inOff, out, outOff) { + var state = this._edeState; + + state.ciphers[0]._update(inp, inOff, out, outOff); + state.ciphers[1]._update(out, outOff, out, outOff); + state.ciphers[2]._update(out, outOff, out, outOff); +}; + +EDE.prototype._pad = DES.prototype._pad; +EDE.prototype._unpad = DES.prototype._unpad; + +},{"minimalistic-assert":"../node_modules/minimalistic-assert/index.js","inherits":"../node_modules/inherits/inherits_browser.js","./cipher":"../node_modules/des.js/lib/des/cipher.js","./des":"../node_modules/des.js/lib/des/des.js"}],"../node_modules/des.js/lib/des.js":[function(require,module,exports) { +'use strict'; + +exports.utils = require('./des/utils'); +exports.Cipher = require('./des/cipher'); +exports.DES = require('./des/des'); +exports.CBC = require('./des/cbc'); +exports.EDE = require('./des/ede'); + +},{"./des/utils":"../node_modules/des.js/lib/des/utils.js","./des/cipher":"../node_modules/des.js/lib/des/cipher.js","./des/des":"../node_modules/des.js/lib/des/des.js","./des/cbc":"../node_modules/des.js/lib/des/cbc.js","./des/ede":"../node_modules/des.js/lib/des/ede.js"}],"../node_modules/browserify-des/index.js":[function(require,module,exports) { + +var CipherBase = require('cipher-base') +var des = require('des.js') +var inherits = require('inherits') +var Buffer = require('safe-buffer').Buffer + +var modes = { + 'des-ede3-cbc': des.CBC.instantiate(des.EDE), + 'des-ede3': des.EDE, + 'des-ede-cbc': des.CBC.instantiate(des.EDE), + 'des-ede': des.EDE, + 'des-cbc': des.CBC.instantiate(des.DES), + 'des-ecb': des.DES +} +modes.des = modes['des-cbc'] +modes.des3 = modes['des-ede3-cbc'] +module.exports = DES +inherits(DES, CipherBase) +function DES (opts) { + CipherBase.call(this) + var modeName = opts.mode.toLowerCase() + var mode = modes[modeName] + var type + if (opts.decrypt) { + type = 'decrypt' + } else { + type = 'encrypt' + } + var key = opts.key + if (!Buffer.isBuffer(key)) { + key = Buffer.from(key) + } + if (modeName === 'des-ede' || modeName === 'des-ede-cbc') { + key = Buffer.concat([key, key.slice(0, 8)]) + } + var iv = opts.iv + if (!Buffer.isBuffer(iv)) { + iv = Buffer.from(iv) + } + this._des = mode.create({ + key: key, + iv: iv, + type: type + }) +} +DES.prototype._update = function (data) { + return Buffer.from(this._des.update(data)) +} +DES.prototype._final = function () { + return Buffer.from(this._des.final()) +} + +},{"cipher-base":"../node_modules/cipher-base/index.js","des.js":"../node_modules/des.js/lib/des.js","inherits":"../node_modules/inherits/inherits_browser.js","safe-buffer":"../node_modules/safe-buffer/index.js"}],"../node_modules/browserify-aes/modes/ecb.js":[function(require,module,exports) { +exports.encrypt = function (self, block) { + return self._cipher.encryptBlock(block) +} + +exports.decrypt = function (self, block) { + return self._cipher.decryptBlock(block) +} + +},{}],"../node_modules/buffer-xor/index.js":[function(require,module,exports) { +var Buffer = require("buffer").Buffer; +module.exports = function xor (a, b) { + var length = Math.min(a.length, b.length) + var buffer = new Buffer(length) + + for (var i = 0; i < length; ++i) { + buffer[i] = a[i] ^ b[i] + } + + return buffer +} + +},{"buffer":"../node_modules/buffer/index.js"}],"../node_modules/browserify-aes/modes/cbc.js":[function(require,module,exports) { +var xor = require('buffer-xor') + +exports.encrypt = function (self, block) { + var data = xor(block, self._prev) + + self._prev = self._cipher.encryptBlock(data) + return self._prev +} + +exports.decrypt = function (self, block) { + var pad = self._prev + + self._prev = block + var out = self._cipher.decryptBlock(block) + + return xor(out, pad) +} + +},{"buffer-xor":"../node_modules/buffer-xor/index.js"}],"../node_modules/browserify-aes/modes/cfb.js":[function(require,module,exports) { + +var Buffer = require('safe-buffer').Buffer +var xor = require('buffer-xor') + +function encryptStart (self, data, decrypt) { + var len = data.length + var out = xor(data, self._cache) + self._cache = self._cache.slice(len) + self._prev = Buffer.concat([self._prev, decrypt ? data : out]) + return out +} + +exports.encrypt = function (self, data, decrypt) { + var out = Buffer.allocUnsafe(0) + var len + + while (data.length) { + if (self._cache.length === 0) { + self._cache = self._cipher.encryptBlock(self._prev) + self._prev = Buffer.allocUnsafe(0) + } + + if (self._cache.length <= data.length) { + len = self._cache.length + out = Buffer.concat([out, encryptStart(self, data.slice(0, len), decrypt)]) + data = data.slice(len) + } else { + out = Buffer.concat([out, encryptStart(self, data, decrypt)]) + break + } + } + + return out +} + +},{"safe-buffer":"../node_modules/safe-buffer/index.js","buffer-xor":"../node_modules/buffer-xor/index.js"}],"../node_modules/browserify-aes/modes/cfb8.js":[function(require,module,exports) { + +var Buffer = require('safe-buffer').Buffer + +function encryptByte (self, byteParam, decrypt) { + var pad = self._cipher.encryptBlock(self._prev) + var out = pad[0] ^ byteParam + + self._prev = Buffer.concat([ + self._prev.slice(1), + Buffer.from([decrypt ? byteParam : out]) + ]) + + return out +} + +exports.encrypt = function (self, chunk, decrypt) { + var len = chunk.length + var out = Buffer.allocUnsafe(len) + var i = -1 + + while (++i < len) { + out[i] = encryptByte(self, chunk[i], decrypt) + } + + return out +} + +},{"safe-buffer":"../node_modules/safe-buffer/index.js"}],"../node_modules/browserify-aes/modes/cfb1.js":[function(require,module,exports) { + +var Buffer = require('safe-buffer').Buffer + +function encryptByte (self, byteParam, decrypt) { + var pad + var i = -1 + var len = 8 + var out = 0 + var bit, value + while (++i < len) { + pad = self._cipher.encryptBlock(self._prev) + bit = (byteParam & (1 << (7 - i))) ? 0x80 : 0 + value = pad[0] ^ bit + out += ((value & 0x80) >> (i % 8)) + self._prev = shiftIn(self._prev, decrypt ? bit : value) + } + return out +} + +function shiftIn (buffer, value) { + var len = buffer.length + var i = -1 + var out = Buffer.allocUnsafe(buffer.length) + buffer = Buffer.concat([buffer, Buffer.from([value])]) + + while (++i < len) { + out[i] = buffer[i] << 1 | buffer[i + 1] >> (7) + } + + return out +} + +exports.encrypt = function (self, chunk, decrypt) { + var len = chunk.length + var out = Buffer.allocUnsafe(len) + var i = -1 + + while (++i < len) { + out[i] = encryptByte(self, chunk[i], decrypt) + } + + return out +} + +},{"safe-buffer":"../node_modules/safe-buffer/index.js"}],"../node_modules/browserify-aes/modes/ofb.js":[function(require,module,exports) { +var Buffer = require("buffer").Buffer; +var xor = require('buffer-xor') + +function getBlock (self) { + self._prev = self._cipher.encryptBlock(self._prev) + return self._prev +} + +exports.encrypt = function (self, chunk) { + while (self._cache.length < chunk.length) { + self._cache = Buffer.concat([self._cache, getBlock(self)]) + } + + var pad = self._cache.slice(0, chunk.length) + self._cache = self._cache.slice(chunk.length) + return xor(chunk, pad) +} + +},{"buffer-xor":"../node_modules/buffer-xor/index.js","buffer":"../node_modules/buffer/index.js"}],"../node_modules/browserify-aes/incr32.js":[function(require,module,exports) { +function incr32 (iv) { + var len = iv.length + var item + while (len--) { + item = iv.readUInt8(len) + if (item === 255) { + iv.writeUInt8(0, len) + } else { + item++ + iv.writeUInt8(item, len) + break + } + } +} +module.exports = incr32 + +},{}],"../node_modules/browserify-aes/modes/ctr.js":[function(require,module,exports) { + +var xor = require('buffer-xor') +var Buffer = require('safe-buffer').Buffer +var incr32 = require('../incr32') + +function getBlock (self) { + var out = self._cipher.encryptBlockRaw(self._prev) + incr32(self._prev) + return out +} + +var blockSize = 16 +exports.encrypt = function (self, chunk) { + var chunkNum = Math.ceil(chunk.length / blockSize) + var start = self._cache.length + self._cache = Buffer.concat([ + self._cache, + Buffer.allocUnsafe(chunkNum * blockSize) + ]) + for (var i = 0; i < chunkNum; i++) { + var out = getBlock(self) + var offset = start + i * blockSize + self._cache.writeUInt32BE(out[0], offset + 0) + self._cache.writeUInt32BE(out[1], offset + 4) + self._cache.writeUInt32BE(out[2], offset + 8) + self._cache.writeUInt32BE(out[3], offset + 12) + } + var pad = self._cache.slice(0, chunk.length) + self._cache = self._cache.slice(chunk.length) + return xor(chunk, pad) +} + +},{"buffer-xor":"../node_modules/buffer-xor/index.js","safe-buffer":"../node_modules/safe-buffer/index.js","../incr32":"../node_modules/browserify-aes/incr32.js"}],"../node_modules/browserify-aes/modes/list.json":[function(require,module,exports) { +module.exports = { + "aes-128-ecb": { + "cipher": "AES", + "key": 128, + "iv": 0, + "mode": "ECB", + "type": "block" + }, + "aes-192-ecb": { + "cipher": "AES", + "key": 192, + "iv": 0, + "mode": "ECB", + "type": "block" + }, + "aes-256-ecb": { + "cipher": "AES", + "key": 256, + "iv": 0, + "mode": "ECB", + "type": "block" + }, + "aes-128-cbc": { + "cipher": "AES", + "key": 128, + "iv": 16, + "mode": "CBC", + "type": "block" + }, + "aes-192-cbc": { + "cipher": "AES", + "key": 192, + "iv": 16, + "mode": "CBC", + "type": "block" + }, + "aes-256-cbc": { + "cipher": "AES", + "key": 256, + "iv": 16, + "mode": "CBC", + "type": "block" + }, + "aes128": { + "cipher": "AES", + "key": 128, + "iv": 16, + "mode": "CBC", + "type": "block" + }, + "aes192": { + "cipher": "AES", + "key": 192, + "iv": 16, + "mode": "CBC", + "type": "block" + }, + "aes256": { + "cipher": "AES", + "key": 256, + "iv": 16, + "mode": "CBC", + "type": "block" + }, + "aes-128-cfb": { + "cipher": "AES", + "key": 128, + "iv": 16, + "mode": "CFB", + "type": "stream" + }, + "aes-192-cfb": { + "cipher": "AES", + "key": 192, + "iv": 16, + "mode": "CFB", + "type": "stream" + }, + "aes-256-cfb": { + "cipher": "AES", + "key": 256, + "iv": 16, + "mode": "CFB", + "type": "stream" + }, + "aes-128-cfb8": { + "cipher": "AES", + "key": 128, + "iv": 16, + "mode": "CFB8", + "type": "stream" + }, + "aes-192-cfb8": { + "cipher": "AES", + "key": 192, + "iv": 16, + "mode": "CFB8", + "type": "stream" + }, + "aes-256-cfb8": { + "cipher": "AES", + "key": 256, + "iv": 16, + "mode": "CFB8", + "type": "stream" + }, + "aes-128-cfb1": { + "cipher": "AES", + "key": 128, + "iv": 16, + "mode": "CFB1", + "type": "stream" + }, + "aes-192-cfb1": { + "cipher": "AES", + "key": 192, + "iv": 16, + "mode": "CFB1", + "type": "stream" + }, + "aes-256-cfb1": { + "cipher": "AES", + "key": 256, + "iv": 16, + "mode": "CFB1", + "type": "stream" + }, + "aes-128-ofb": { + "cipher": "AES", + "key": 128, + "iv": 16, + "mode": "OFB", + "type": "stream" + }, + "aes-192-ofb": { + "cipher": "AES", + "key": 192, + "iv": 16, + "mode": "OFB", + "type": "stream" + }, + "aes-256-ofb": { + "cipher": "AES", + "key": 256, + "iv": 16, + "mode": "OFB", + "type": "stream" + }, + "aes-128-ctr": { + "cipher": "AES", + "key": 128, + "iv": 16, + "mode": "CTR", + "type": "stream" + }, + "aes-192-ctr": { + "cipher": "AES", + "key": 192, + "iv": 16, + "mode": "CTR", + "type": "stream" + }, + "aes-256-ctr": { + "cipher": "AES", + "key": 256, + "iv": 16, + "mode": "CTR", + "type": "stream" + }, + "aes-128-gcm": { + "cipher": "AES", + "key": 128, + "iv": 12, + "mode": "GCM", + "type": "auth" + }, + "aes-192-gcm": { + "cipher": "AES", + "key": 192, + "iv": 12, + "mode": "GCM", + "type": "auth" + }, + "aes-256-gcm": { + "cipher": "AES", + "key": 256, + "iv": 12, + "mode": "GCM", + "type": "auth" + } +} +; +},{}],"../node_modules/browserify-aes/modes/index.js":[function(require,module,exports) { +var modeModules = { + ECB: require('./ecb'), + CBC: require('./cbc'), + CFB: require('./cfb'), + CFB8: require('./cfb8'), + CFB1: require('./cfb1'), + OFB: require('./ofb'), + CTR: require('./ctr'), + GCM: require('./ctr') +} + +var modes = require('./list.json') + +for (var key in modes) { + modes[key].module = modeModules[modes[key].mode] +} + +module.exports = modes + +},{"./ecb":"../node_modules/browserify-aes/modes/ecb.js","./cbc":"../node_modules/browserify-aes/modes/cbc.js","./cfb":"../node_modules/browserify-aes/modes/cfb.js","./cfb8":"../node_modules/browserify-aes/modes/cfb8.js","./cfb1":"../node_modules/browserify-aes/modes/cfb1.js","./ofb":"../node_modules/browserify-aes/modes/ofb.js","./ctr":"../node_modules/browserify-aes/modes/ctr.js","./list.json":"../node_modules/browserify-aes/modes/list.json"}],"../node_modules/browserify-aes/aes.js":[function(require,module,exports) { + +// based on the aes implimentation in triple sec +// https://github.com/keybase/triplesec +// which is in turn based on the one from crypto-js +// https://code.google.com/p/crypto-js/ + +var Buffer = require('safe-buffer').Buffer + +function asUInt32Array (buf) { + if (!Buffer.isBuffer(buf)) buf = Buffer.from(buf) + + var len = (buf.length / 4) | 0 + var out = new Array(len) + + for (var i = 0; i < len; i++) { + out[i] = buf.readUInt32BE(i * 4) + } + + return out +} + +function scrubVec (v) { + for (var i = 0; i < v.length; v++) { + v[i] = 0 + } +} + +function cryptBlock (M, keySchedule, SUB_MIX, SBOX, nRounds) { + var SUB_MIX0 = SUB_MIX[0] + var SUB_MIX1 = SUB_MIX[1] + var SUB_MIX2 = SUB_MIX[2] + var SUB_MIX3 = SUB_MIX[3] + + var s0 = M[0] ^ keySchedule[0] + var s1 = M[1] ^ keySchedule[1] + var s2 = M[2] ^ keySchedule[2] + var s3 = M[3] ^ keySchedule[3] + var t0, t1, t2, t3 + var ksRow = 4 + + for (var round = 1; round < nRounds; round++) { + t0 = SUB_MIX0[s0 >>> 24] ^ SUB_MIX1[(s1 >>> 16) & 0xff] ^ SUB_MIX2[(s2 >>> 8) & 0xff] ^ SUB_MIX3[s3 & 0xff] ^ keySchedule[ksRow++] + t1 = SUB_MIX0[s1 >>> 24] ^ SUB_MIX1[(s2 >>> 16) & 0xff] ^ SUB_MIX2[(s3 >>> 8) & 0xff] ^ SUB_MIX3[s0 & 0xff] ^ keySchedule[ksRow++] + t2 = SUB_MIX0[s2 >>> 24] ^ SUB_MIX1[(s3 >>> 16) & 0xff] ^ SUB_MIX2[(s0 >>> 8) & 0xff] ^ SUB_MIX3[s1 & 0xff] ^ keySchedule[ksRow++] + t3 = SUB_MIX0[s3 >>> 24] ^ SUB_MIX1[(s0 >>> 16) & 0xff] ^ SUB_MIX2[(s1 >>> 8) & 0xff] ^ SUB_MIX3[s2 & 0xff] ^ keySchedule[ksRow++] + s0 = t0 + s1 = t1 + s2 = t2 + s3 = t3 + } + + t0 = ((SBOX[s0 >>> 24] << 24) | (SBOX[(s1 >>> 16) & 0xff] << 16) | (SBOX[(s2 >>> 8) & 0xff] << 8) | SBOX[s3 & 0xff]) ^ keySchedule[ksRow++] + t1 = ((SBOX[s1 >>> 24] << 24) | (SBOX[(s2 >>> 16) & 0xff] << 16) | (SBOX[(s3 >>> 8) & 0xff] << 8) | SBOX[s0 & 0xff]) ^ keySchedule[ksRow++] + t2 = ((SBOX[s2 >>> 24] << 24) | (SBOX[(s3 >>> 16) & 0xff] << 16) | (SBOX[(s0 >>> 8) & 0xff] << 8) | SBOX[s1 & 0xff]) ^ keySchedule[ksRow++] + t3 = ((SBOX[s3 >>> 24] << 24) | (SBOX[(s0 >>> 16) & 0xff] << 16) | (SBOX[(s1 >>> 8) & 0xff] << 8) | SBOX[s2 & 0xff]) ^ keySchedule[ksRow++] + t0 = t0 >>> 0 + t1 = t1 >>> 0 + t2 = t2 >>> 0 + t3 = t3 >>> 0 + + return [t0, t1, t2, t3] +} + +// AES constants +var RCON = [0x00, 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x1b, 0x36] +var G = (function () { + // Compute double table + var d = new Array(256) + for (var j = 0; j < 256; j++) { + if (j < 128) { + d[j] = j << 1 + } else { + d[j] = (j << 1) ^ 0x11b + } + } + + var SBOX = [] + var INV_SBOX = [] + var SUB_MIX = [[], [], [], []] + var INV_SUB_MIX = [[], [], [], []] + + // Walk GF(2^8) + var x = 0 + var xi = 0 + for (var i = 0; i < 256; ++i) { + // Compute sbox + var sx = xi ^ (xi << 1) ^ (xi << 2) ^ (xi << 3) ^ (xi << 4) + sx = (sx >>> 8) ^ (sx & 0xff) ^ 0x63 + SBOX[x] = sx + INV_SBOX[sx] = x + + // Compute multiplication + var x2 = d[x] + var x4 = d[x2] + var x8 = d[x4] + + // Compute sub bytes, mix columns tables + var t = (d[sx] * 0x101) ^ (sx * 0x1010100) + SUB_MIX[0][x] = (t << 24) | (t >>> 8) + SUB_MIX[1][x] = (t << 16) | (t >>> 16) + SUB_MIX[2][x] = (t << 8) | (t >>> 24) + SUB_MIX[3][x] = t + + // Compute inv sub bytes, inv mix columns tables + t = (x8 * 0x1010101) ^ (x4 * 0x10001) ^ (x2 * 0x101) ^ (x * 0x1010100) + INV_SUB_MIX[0][sx] = (t << 24) | (t >>> 8) + INV_SUB_MIX[1][sx] = (t << 16) | (t >>> 16) + INV_SUB_MIX[2][sx] = (t << 8) | (t >>> 24) + INV_SUB_MIX[3][sx] = t + + if (x === 0) { + x = xi = 1 + } else { + x = x2 ^ d[d[d[x8 ^ x2]]] + xi ^= d[d[xi]] + } + } + + return { + SBOX: SBOX, + INV_SBOX: INV_SBOX, + SUB_MIX: SUB_MIX, + INV_SUB_MIX: INV_SUB_MIX + } +})() + +function AES (key) { + this._key = asUInt32Array(key) + this._reset() +} + +AES.blockSize = 4 * 4 +AES.keySize = 256 / 8 +AES.prototype.blockSize = AES.blockSize +AES.prototype.keySize = AES.keySize +AES.prototype._reset = function () { + var keyWords = this._key + var keySize = keyWords.length + var nRounds = keySize + 6 + var ksRows = (nRounds + 1) * 4 + + var keySchedule = [] + for (var k = 0; k < keySize; k++) { + keySchedule[k] = keyWords[k] + } + + for (k = keySize; k < ksRows; k++) { + var t = keySchedule[k - 1] + + if (k % keySize === 0) { + t = (t << 8) | (t >>> 24) + t = + (G.SBOX[t >>> 24] << 24) | + (G.SBOX[(t >>> 16) & 0xff] << 16) | + (G.SBOX[(t >>> 8) & 0xff] << 8) | + (G.SBOX[t & 0xff]) + + t ^= RCON[(k / keySize) | 0] << 24 + } else if (keySize > 6 && k % keySize === 4) { + t = + (G.SBOX[t >>> 24] << 24) | + (G.SBOX[(t >>> 16) & 0xff] << 16) | + (G.SBOX[(t >>> 8) & 0xff] << 8) | + (G.SBOX[t & 0xff]) + } + + keySchedule[k] = keySchedule[k - keySize] ^ t + } + + var invKeySchedule = [] + for (var ik = 0; ik < ksRows; ik++) { + var ksR = ksRows - ik + var tt = keySchedule[ksR - (ik % 4 ? 0 : 4)] + + if (ik < 4 || ksR <= 4) { + invKeySchedule[ik] = tt + } else { + invKeySchedule[ik] = + G.INV_SUB_MIX[0][G.SBOX[tt >>> 24]] ^ + G.INV_SUB_MIX[1][G.SBOX[(tt >>> 16) & 0xff]] ^ + G.INV_SUB_MIX[2][G.SBOX[(tt >>> 8) & 0xff]] ^ + G.INV_SUB_MIX[3][G.SBOX[tt & 0xff]] + } + } + + this._nRounds = nRounds + this._keySchedule = keySchedule + this._invKeySchedule = invKeySchedule +} + +AES.prototype.encryptBlockRaw = function (M) { + M = asUInt32Array(M) + return cryptBlock(M, this._keySchedule, G.SUB_MIX, G.SBOX, this._nRounds) +} + +AES.prototype.encryptBlock = function (M) { + var out = this.encryptBlockRaw(M) + var buf = Buffer.allocUnsafe(16) + buf.writeUInt32BE(out[0], 0) + buf.writeUInt32BE(out[1], 4) + buf.writeUInt32BE(out[2], 8) + buf.writeUInt32BE(out[3], 12) + return buf +} + +AES.prototype.decryptBlock = function (M) { + M = asUInt32Array(M) + + // swap + var m1 = M[1] + M[1] = M[3] + M[3] = m1 + + var out = cryptBlock(M, this._invKeySchedule, G.INV_SUB_MIX, G.INV_SBOX, this._nRounds) + var buf = Buffer.allocUnsafe(16) + buf.writeUInt32BE(out[0], 0) + buf.writeUInt32BE(out[3], 4) + buf.writeUInt32BE(out[2], 8) + buf.writeUInt32BE(out[1], 12) + return buf +} + +AES.prototype.scrub = function () { + scrubVec(this._keySchedule) + scrubVec(this._invKeySchedule) + scrubVec(this._key) +} + +module.exports.AES = AES + +},{"safe-buffer":"../node_modules/safe-buffer/index.js"}],"../node_modules/browserify-aes/ghash.js":[function(require,module,exports) { + +var Buffer = require('safe-buffer').Buffer +var ZEROES = Buffer.alloc(16, 0) + +function toArray (buf) { + return [ + buf.readUInt32BE(0), + buf.readUInt32BE(4), + buf.readUInt32BE(8), + buf.readUInt32BE(12) + ] +} + +function fromArray (out) { + var buf = Buffer.allocUnsafe(16) + buf.writeUInt32BE(out[0] >>> 0, 0) + buf.writeUInt32BE(out[1] >>> 0, 4) + buf.writeUInt32BE(out[2] >>> 0, 8) + buf.writeUInt32BE(out[3] >>> 0, 12) + return buf +} + +function GHASH (key) { + this.h = key + this.state = Buffer.alloc(16, 0) + this.cache = Buffer.allocUnsafe(0) +} + +// from http://bitwiseshiftleft.github.io/sjcl/doc/symbols/src/core_gcm.js.html +// by Juho Vähä-Herttua +GHASH.prototype.ghash = function (block) { + var i = -1 + while (++i < block.length) { + this.state[i] ^= block[i] + } + this._multiply() +} + +GHASH.prototype._multiply = function () { + var Vi = toArray(this.h) + var Zi = [0, 0, 0, 0] + var j, xi, lsbVi + var i = -1 + while (++i < 128) { + xi = (this.state[~~(i / 8)] & (1 << (7 - (i % 8)))) !== 0 + if (xi) { + // Z_i+1 = Z_i ^ V_i + Zi[0] ^= Vi[0] + Zi[1] ^= Vi[1] + Zi[2] ^= Vi[2] + Zi[3] ^= Vi[3] + } + + // Store the value of LSB(V_i) + lsbVi = (Vi[3] & 1) !== 0 + + // V_i+1 = V_i >> 1 + for (j = 3; j > 0; j--) { + Vi[j] = (Vi[j] >>> 1) | ((Vi[j - 1] & 1) << 31) + } + Vi[0] = Vi[0] >>> 1 + + // If LSB(V_i) is 1, V_i+1 = (V_i >> 1) ^ R + if (lsbVi) { + Vi[0] = Vi[0] ^ (0xe1 << 24) + } + } + this.state = fromArray(Zi) +} + +GHASH.prototype.update = function (buf) { + this.cache = Buffer.concat([this.cache, buf]) + var chunk + while (this.cache.length >= 16) { + chunk = this.cache.slice(0, 16) + this.cache = this.cache.slice(16) + this.ghash(chunk) + } +} + +GHASH.prototype.final = function (abl, bl) { + if (this.cache.length) { + this.ghash(Buffer.concat([this.cache, ZEROES], 16)) + } + + this.ghash(fromArray([0, abl, 0, bl])) + return this.state +} + +module.exports = GHASH + +},{"safe-buffer":"../node_modules/safe-buffer/index.js"}],"../node_modules/browserify-aes/authCipher.js":[function(require,module,exports) { + +var aes = require('./aes') +var Buffer = require('safe-buffer').Buffer +var Transform = require('cipher-base') +var inherits = require('inherits') +var GHASH = require('./ghash') +var xor = require('buffer-xor') +var incr32 = require('./incr32') + +function xorTest (a, b) { + var out = 0 + if (a.length !== b.length) out++ + + var len = Math.min(a.length, b.length) + for (var i = 0; i < len; ++i) { + out += (a[i] ^ b[i]) + } + + return out +} + +function calcIv (self, iv, ck) { + if (iv.length === 12) { + self._finID = Buffer.concat([iv, Buffer.from([0, 0, 0, 1])]) + return Buffer.concat([iv, Buffer.from([0, 0, 0, 2])]) + } + var ghash = new GHASH(ck) + var len = iv.length + var toPad = len % 16 + ghash.update(iv) + if (toPad) { + toPad = 16 - toPad + ghash.update(Buffer.alloc(toPad, 0)) + } + ghash.update(Buffer.alloc(8, 0)) + var ivBits = len * 8 + var tail = Buffer.alloc(8) + tail.writeUIntBE(ivBits, 0, 8) + ghash.update(tail) + self._finID = ghash.state + var out = Buffer.from(self._finID) + incr32(out) + return out +} +function StreamCipher (mode, key, iv, decrypt) { + Transform.call(this) + + var h = Buffer.alloc(4, 0) + + this._cipher = new aes.AES(key) + var ck = this._cipher.encryptBlock(h) + this._ghash = new GHASH(ck) + iv = calcIv(this, iv, ck) + + this._prev = Buffer.from(iv) + this._cache = Buffer.allocUnsafe(0) + this._secCache = Buffer.allocUnsafe(0) + this._decrypt = decrypt + this._alen = 0 + this._len = 0 + this._mode = mode + + this._authTag = null + this._called = false +} + +inherits(StreamCipher, Transform) + +StreamCipher.prototype._update = function (chunk) { + if (!this._called && this._alen) { + var rump = 16 - (this._alen % 16) + if (rump < 16) { + rump = Buffer.alloc(rump, 0) + this._ghash.update(rump) + } + } + + this._called = true + var out = this._mode.encrypt(this, chunk) + if (this._decrypt) { + this._ghash.update(chunk) + } else { + this._ghash.update(out) + } + this._len += chunk.length + return out +} + +StreamCipher.prototype._final = function () { + if (this._decrypt && !this._authTag) throw new Error('Unsupported state or unable to authenticate data') + + var tag = xor(this._ghash.final(this._alen * 8, this._len * 8), this._cipher.encryptBlock(this._finID)) + if (this._decrypt && xorTest(tag, this._authTag)) throw new Error('Unsupported state or unable to authenticate data') + + this._authTag = tag + this._cipher.scrub() +} + +StreamCipher.prototype.getAuthTag = function getAuthTag () { + if (this._decrypt || !Buffer.isBuffer(this._authTag)) throw new Error('Attempting to get auth tag in unsupported state') + + return this._authTag +} + +StreamCipher.prototype.setAuthTag = function setAuthTag (tag) { + if (!this._decrypt) throw new Error('Attempting to set auth tag in unsupported state') + + this._authTag = tag +} + +StreamCipher.prototype.setAAD = function setAAD (buf) { + if (this._called) throw new Error('Attempting to set AAD in unsupported state') + + this._ghash.update(buf) + this._alen += buf.length +} + +module.exports = StreamCipher + +},{"./aes":"../node_modules/browserify-aes/aes.js","safe-buffer":"../node_modules/safe-buffer/index.js","cipher-base":"../node_modules/cipher-base/index.js","inherits":"../node_modules/inherits/inherits_browser.js","./ghash":"../node_modules/browserify-aes/ghash.js","buffer-xor":"../node_modules/buffer-xor/index.js","./incr32":"../node_modules/browserify-aes/incr32.js"}],"../node_modules/browserify-aes/streamCipher.js":[function(require,module,exports) { + +var aes = require('./aes') +var Buffer = require('safe-buffer').Buffer +var Transform = require('cipher-base') +var inherits = require('inherits') + +function StreamCipher (mode, key, iv, decrypt) { + Transform.call(this) + + this._cipher = new aes.AES(key) + this._prev = Buffer.from(iv) + this._cache = Buffer.allocUnsafe(0) + this._secCache = Buffer.allocUnsafe(0) + this._decrypt = decrypt + this._mode = mode +} + +inherits(StreamCipher, Transform) + +StreamCipher.prototype._update = function (chunk) { + return this._mode.encrypt(this, chunk, this._decrypt) +} + +StreamCipher.prototype._final = function () { + this._cipher.scrub() +} + +module.exports = StreamCipher + +},{"./aes":"../node_modules/browserify-aes/aes.js","safe-buffer":"../node_modules/safe-buffer/index.js","cipher-base":"../node_modules/cipher-base/index.js","inherits":"../node_modules/inherits/inherits_browser.js"}],"../node_modules/evp_bytestokey/index.js":[function(require,module,exports) { + +var Buffer = require('safe-buffer').Buffer +var MD5 = require('md5.js') + +/* eslint-disable camelcase */ +function EVP_BytesToKey (password, salt, keyBits, ivLen) { + if (!Buffer.isBuffer(password)) password = Buffer.from(password, 'binary') + if (salt) { + if (!Buffer.isBuffer(salt)) salt = Buffer.from(salt, 'binary') + if (salt.length !== 8) throw new RangeError('salt should be Buffer with 8 byte length') + } + + var keyLen = keyBits / 8 + var key = Buffer.alloc(keyLen) + var iv = Buffer.alloc(ivLen || 0) + var tmp = Buffer.alloc(0) + + while (keyLen > 0 || ivLen > 0) { + var hash = new MD5() + hash.update(tmp) + hash.update(password) + if (salt) hash.update(salt) + tmp = hash.digest() + + var used = 0 + + if (keyLen > 0) { + var keyStart = key.length - keyLen + used = Math.min(keyLen, tmp.length) + tmp.copy(key, keyStart, 0, used) + keyLen -= used + } + + if (used < tmp.length && ivLen > 0) { + var ivStart = iv.length - ivLen + var length = Math.min(ivLen, tmp.length - used) + tmp.copy(iv, ivStart, used, used + length) + ivLen -= length + } + } + + tmp.fill(0) + return { key: key, iv: iv } +} + +module.exports = EVP_BytesToKey + +},{"safe-buffer":"../node_modules/safe-buffer/index.js","md5.js":"../node_modules/md5.js/index.js"}],"../node_modules/browserify-aes/encrypter.js":[function(require,module,exports) { + +var MODES = require('./modes') +var AuthCipher = require('./authCipher') +var Buffer = require('safe-buffer').Buffer +var StreamCipher = require('./streamCipher') +var Transform = require('cipher-base') +var aes = require('./aes') +var ebtk = require('evp_bytestokey') +var inherits = require('inherits') + +function Cipher (mode, key, iv) { + Transform.call(this) + + this._cache = new Splitter() + this._cipher = new aes.AES(key) + this._prev = Buffer.from(iv) + this._mode = mode + this._autopadding = true +} + +inherits(Cipher, Transform) + +Cipher.prototype._update = function (data) { + this._cache.add(data) + var chunk + var thing + var out = [] + + while ((chunk = this._cache.get())) { + thing = this._mode.encrypt(this, chunk) + out.push(thing) + } + + return Buffer.concat(out) +} + +var PADDING = Buffer.alloc(16, 0x10) + +Cipher.prototype._final = function () { + var chunk = this._cache.flush() + if (this._autopadding) { + chunk = this._mode.encrypt(this, chunk) + this._cipher.scrub() + return chunk + } + + if (!chunk.equals(PADDING)) { + this._cipher.scrub() + throw new Error('data not multiple of block length') + } +} + +Cipher.prototype.setAutoPadding = function (setTo) { + this._autopadding = !!setTo + return this +} + +function Splitter () { + this.cache = Buffer.allocUnsafe(0) +} + +Splitter.prototype.add = function (data) { + this.cache = Buffer.concat([this.cache, data]) +} + +Splitter.prototype.get = function () { + if (this.cache.length > 15) { + var out = this.cache.slice(0, 16) + this.cache = this.cache.slice(16) + return out + } + return null +} + +Splitter.prototype.flush = function () { + var len = 16 - this.cache.length + var padBuff = Buffer.allocUnsafe(len) + + var i = -1 + while (++i < len) { + padBuff.writeUInt8(len, i) + } + + return Buffer.concat([this.cache, padBuff]) +} + +function createCipheriv (suite, password, iv) { + var config = MODES[suite.toLowerCase()] + if (!config) throw new TypeError('invalid suite type') + + if (typeof password === 'string') password = Buffer.from(password) + if (password.length !== config.key / 8) throw new TypeError('invalid key length ' + password.length) + + if (typeof iv === 'string') iv = Buffer.from(iv) + if (config.mode !== 'GCM' && iv.length !== config.iv) throw new TypeError('invalid iv length ' + iv.length) + + if (config.type === 'stream') { + return new StreamCipher(config.module, password, iv) + } else if (config.type === 'auth') { + return new AuthCipher(config.module, password, iv) + } + + return new Cipher(config.module, password, iv) +} + +function createCipher (suite, password) { + var config = MODES[suite.toLowerCase()] + if (!config) throw new TypeError('invalid suite type') + + var keys = ebtk(password, false, config.key, config.iv) + return createCipheriv(suite, keys.key, keys.iv) +} + +exports.createCipheriv = createCipheriv +exports.createCipher = createCipher + +},{"./modes":"../node_modules/browserify-aes/modes/index.js","./authCipher":"../node_modules/browserify-aes/authCipher.js","safe-buffer":"../node_modules/safe-buffer/index.js","./streamCipher":"../node_modules/browserify-aes/streamCipher.js","cipher-base":"../node_modules/cipher-base/index.js","./aes":"../node_modules/browserify-aes/aes.js","evp_bytestokey":"../node_modules/evp_bytestokey/index.js","inherits":"../node_modules/inherits/inherits_browser.js"}],"../node_modules/browserify-aes/decrypter.js":[function(require,module,exports) { + +var AuthCipher = require('./authCipher') +var Buffer = require('safe-buffer').Buffer +var MODES = require('./modes') +var StreamCipher = require('./streamCipher') +var Transform = require('cipher-base') +var aes = require('./aes') +var ebtk = require('evp_bytestokey') +var inherits = require('inherits') + +function Decipher (mode, key, iv) { + Transform.call(this) + + this._cache = new Splitter() + this._last = void 0 + this._cipher = new aes.AES(key) + this._prev = Buffer.from(iv) + this._mode = mode + this._autopadding = true +} + +inherits(Decipher, Transform) + +Decipher.prototype._update = function (data) { + this._cache.add(data) + var chunk + var thing + var out = [] + while ((chunk = this._cache.get(this._autopadding))) { + thing = this._mode.decrypt(this, chunk) + out.push(thing) + } + return Buffer.concat(out) +} + +Decipher.prototype._final = function () { + var chunk = this._cache.flush() + if (this._autopadding) { + return unpad(this._mode.decrypt(this, chunk)) + } else if (chunk) { + throw new Error('data not multiple of block length') + } +} + +Decipher.prototype.setAutoPadding = function (setTo) { + this._autopadding = !!setTo + return this +} + +function Splitter () { + this.cache = Buffer.allocUnsafe(0) +} + +Splitter.prototype.add = function (data) { + this.cache = Buffer.concat([this.cache, data]) +} + +Splitter.prototype.get = function (autoPadding) { + var out + if (autoPadding) { + if (this.cache.length > 16) { + out = this.cache.slice(0, 16) + this.cache = this.cache.slice(16) + return out + } + } else { + if (this.cache.length >= 16) { + out = this.cache.slice(0, 16) + this.cache = this.cache.slice(16) + return out + } + } + + return null +} + +Splitter.prototype.flush = function () { + if (this.cache.length) return this.cache +} + +function unpad (last) { + var padded = last[15] + if (padded < 1 || padded > 16) { + throw new Error('unable to decrypt data') + } + var i = -1 + while (++i < padded) { + if (last[(i + (16 - padded))] !== padded) { + throw new Error('unable to decrypt data') + } + } + if (padded === 16) return + + return last.slice(0, 16 - padded) +} + +function createDecipheriv (suite, password, iv) { + var config = MODES[suite.toLowerCase()] + if (!config) throw new TypeError('invalid suite type') + + if (typeof iv === 'string') iv = Buffer.from(iv) + if (config.mode !== 'GCM' && iv.length !== config.iv) throw new TypeError('invalid iv length ' + iv.length) + + if (typeof password === 'string') password = Buffer.from(password) + if (password.length !== config.key / 8) throw new TypeError('invalid key length ' + password.length) + + if (config.type === 'stream') { + return new StreamCipher(config.module, password, iv, true) + } else if (config.type === 'auth') { + return new AuthCipher(config.module, password, iv, true) + } + + return new Decipher(config.module, password, iv) +} + +function createDecipher (suite, password) { + var config = MODES[suite.toLowerCase()] + if (!config) throw new TypeError('invalid suite type') + + var keys = ebtk(password, false, config.key, config.iv) + return createDecipheriv(suite, keys.key, keys.iv) +} + +exports.createDecipher = createDecipher +exports.createDecipheriv = createDecipheriv + +},{"./authCipher":"../node_modules/browserify-aes/authCipher.js","safe-buffer":"../node_modules/safe-buffer/index.js","./modes":"../node_modules/browserify-aes/modes/index.js","./streamCipher":"../node_modules/browserify-aes/streamCipher.js","cipher-base":"../node_modules/cipher-base/index.js","./aes":"../node_modules/browserify-aes/aes.js","evp_bytestokey":"../node_modules/evp_bytestokey/index.js","inherits":"../node_modules/inherits/inherits_browser.js"}],"../node_modules/browserify-aes/browser.js":[function(require,module,exports) { +var ciphers = require('./encrypter') +var deciphers = require('./decrypter') +var modes = require('./modes/list.json') + +function getCiphers () { + return Object.keys(modes) +} + +exports.createCipher = exports.Cipher = ciphers.createCipher +exports.createCipheriv = exports.Cipheriv = ciphers.createCipheriv +exports.createDecipher = exports.Decipher = deciphers.createDecipher +exports.createDecipheriv = exports.Decipheriv = deciphers.createDecipheriv +exports.listCiphers = exports.getCiphers = getCiphers + +},{"./encrypter":"../node_modules/browserify-aes/encrypter.js","./decrypter":"../node_modules/browserify-aes/decrypter.js","./modes/list.json":"../node_modules/browserify-aes/modes/list.json"}],"../node_modules/browserify-des/modes.js":[function(require,module,exports) { +exports['des-ecb'] = { + key: 8, + iv: 0 +} +exports['des-cbc'] = exports.des = { + key: 8, + iv: 8 +} +exports['des-ede3-cbc'] = exports.des3 = { + key: 24, + iv: 8 +} +exports['des-ede3'] = { + key: 24, + iv: 0 +} +exports['des-ede-cbc'] = { + key: 16, + iv: 8 +} +exports['des-ede'] = { + key: 16, + iv: 0 +} + +},{}],"../node_modules/browserify-cipher/browser.js":[function(require,module,exports) { +var DES = require('browserify-des') +var aes = require('browserify-aes/browser') +var aesModes = require('browserify-aes/modes') +var desModes = require('browserify-des/modes') +var ebtk = require('evp_bytestokey') + +function createCipher (suite, password) { + suite = suite.toLowerCase() + + var keyLen, ivLen + if (aesModes[suite]) { + keyLen = aesModes[suite].key + ivLen = aesModes[suite].iv + } else if (desModes[suite]) { + keyLen = desModes[suite].key * 8 + ivLen = desModes[suite].iv + } else { + throw new TypeError('invalid suite type') + } + + var keys = ebtk(password, false, keyLen, ivLen) + return createCipheriv(suite, keys.key, keys.iv) +} + +function createDecipher (suite, password) { + suite = suite.toLowerCase() + + var keyLen, ivLen + if (aesModes[suite]) { + keyLen = aesModes[suite].key + ivLen = aesModes[suite].iv + } else if (desModes[suite]) { + keyLen = desModes[suite].key * 8 + ivLen = desModes[suite].iv + } else { + throw new TypeError('invalid suite type') + } + + var keys = ebtk(password, false, keyLen, ivLen) + return createDecipheriv(suite, keys.key, keys.iv) +} + +function createCipheriv (suite, key, iv) { + suite = suite.toLowerCase() + if (aesModes[suite]) return aes.createCipheriv(suite, key, iv) + if (desModes[suite]) return new DES({ key: key, iv: iv, mode: suite }) + + throw new TypeError('invalid suite type') +} + +function createDecipheriv (suite, key, iv) { + suite = suite.toLowerCase() + if (aesModes[suite]) return aes.createDecipheriv(suite, key, iv) + if (desModes[suite]) return new DES({ key: key, iv: iv, mode: suite, decrypt: true }) + + throw new TypeError('invalid suite type') +} + +function getCiphers () { + return Object.keys(desModes).concat(aes.getCiphers()) +} + +exports.createCipher = exports.Cipher = createCipher +exports.createCipheriv = exports.Cipheriv = createCipheriv +exports.createDecipher = exports.Decipher = createDecipher +exports.createDecipheriv = exports.Decipheriv = createDecipheriv +exports.listCiphers = exports.getCiphers = getCiphers + +},{"browserify-des":"../node_modules/browserify-des/index.js","browserify-aes/browser":"../node_modules/browserify-aes/browser.js","browserify-aes/modes":"../node_modules/browserify-aes/modes/index.js","browserify-des/modes":"../node_modules/browserify-des/modes.js","evp_bytestokey":"../node_modules/evp_bytestokey/index.js"}],"../node_modules/bn.js/lib/bn.js":[function(require,module,exports) { +var Buffer = require("buffer").Buffer; +(function (module, exports) { + 'use strict'; + + // Utils + function assert (val, msg) { + if (!val) throw new Error(msg || 'Assertion failed'); + } + + // Could use `inherits` module, but don't want to move from single file + // architecture yet. + function inherits (ctor, superCtor) { + ctor.super_ = superCtor; + var TempCtor = function () {}; + TempCtor.prototype = superCtor.prototype; + ctor.prototype = new TempCtor(); + ctor.prototype.constructor = ctor; + } + + // BN + + function BN (number, base, endian) { + if (BN.isBN(number)) { + return number; + } + + this.negative = 0; + this.words = null; + this.length = 0; + + // Reduction context + this.red = null; + + if (number !== null) { + if (base === 'le' || base === 'be') { + endian = base; + base = 10; + } + + this._init(number || 0, base || 10, endian || 'be'); + } + } + if (typeof module === 'object') { + module.exports = BN; + } else { + exports.BN = BN; + } + + BN.BN = BN; + BN.wordSize = 26; + + var Buffer; + try { + Buffer = require('buffer').Buffer; + } catch (e) { + } + + BN.isBN = function isBN (num) { + if (num instanceof BN) { + return true; + } + + return num !== null && typeof num === 'object' && + num.constructor.wordSize === BN.wordSize && Array.isArray(num.words); + }; + + BN.max = function max (left, right) { + if (left.cmp(right) > 0) return left; + return right; + }; + + BN.min = function min (left, right) { + if (left.cmp(right) < 0) return left; + return right; + }; + + BN.prototype._init = function init (number, base, endian) { + if (typeof number === 'number') { + return this._initNumber(number, base, endian); + } + + if (typeof number === 'object') { + return this._initArray(number, base, endian); + } + + if (base === 'hex') { + base = 16; + } + assert(base === (base | 0) && base >= 2 && base <= 36); + + number = number.toString().replace(/\s+/g, ''); + var start = 0; + if (number[0] === '-') { + start++; + } + + if (base === 16) { + this._parseHex(number, start); + } else { + this._parseBase(number, base, start); + } + + if (number[0] === '-') { + this.negative = 1; + } + + this.strip(); + + if (endian !== 'le') return; + + this._initArray(this.toArray(), base, endian); + }; + + BN.prototype._initNumber = function _initNumber (number, base, endian) { + if (number < 0) { + this.negative = 1; + number = -number; + } + if (number < 0x4000000) { + this.words = [ number & 0x3ffffff ]; + this.length = 1; + } else if (number < 0x10000000000000) { + this.words = [ + number & 0x3ffffff, + (number / 0x4000000) & 0x3ffffff + ]; + this.length = 2; + } else { + assert(number < 0x20000000000000); // 2 ^ 53 (unsafe) + this.words = [ + number & 0x3ffffff, + (number / 0x4000000) & 0x3ffffff, + 1 + ]; + this.length = 3; + } + + if (endian !== 'le') return; + + // Reverse the bytes + this._initArray(this.toArray(), base, endian); + }; + + BN.prototype._initArray = function _initArray (number, base, endian) { + // Perhaps a Uint8Array + assert(typeof number.length === 'number'); + if (number.length <= 0) { + this.words = [ 0 ]; + this.length = 1; + return this; + } + + this.length = Math.ceil(number.length / 3); + this.words = new Array(this.length); + for (var i = 0; i < this.length; i++) { + this.words[i] = 0; + } + + var j, w; + var off = 0; + if (endian === 'be') { + for (i = number.length - 1, j = 0; i >= 0; i -= 3) { + w = number[i] | (number[i - 1] << 8) | (number[i - 2] << 16); + this.words[j] |= (w << off) & 0x3ffffff; + this.words[j + 1] = (w >>> (26 - off)) & 0x3ffffff; + off += 24; + if (off >= 26) { + off -= 26; + j++; + } + } + } else if (endian === 'le') { + for (i = 0, j = 0; i < number.length; i += 3) { + w = number[i] | (number[i + 1] << 8) | (number[i + 2] << 16); + this.words[j] |= (w << off) & 0x3ffffff; + this.words[j + 1] = (w >>> (26 - off)) & 0x3ffffff; + off += 24; + if (off >= 26) { + off -= 26; + j++; + } + } + } + return this.strip(); + }; + + function parseHex (str, start, end) { + var r = 0; + var len = Math.min(str.length, end); + for (var i = start; i < len; i++) { + var c = str.charCodeAt(i) - 48; + + r <<= 4; + + // 'a' - 'f' + if (c >= 49 && c <= 54) { + r |= c - 49 + 0xa; + + // 'A' - 'F' + } else if (c >= 17 && c <= 22) { + r |= c - 17 + 0xa; + + // '0' - '9' + } else { + r |= c & 0xf; + } + } + return r; + } + + BN.prototype._parseHex = function _parseHex (number, start) { + // Create possibly bigger array to ensure that it fits the number + this.length = Math.ceil((number.length - start) / 6); + this.words = new Array(this.length); + for (var i = 0; i < this.length; i++) { + this.words[i] = 0; + } + + var j, w; + // Scan 24-bit chunks and add them to the number + var off = 0; + for (i = number.length - 6, j = 0; i >= start; i -= 6) { + w = parseHex(number, i, i + 6); + this.words[j] |= (w << off) & 0x3ffffff; + // NOTE: `0x3fffff` is intentional here, 26bits max shift + 24bit hex limb + this.words[j + 1] |= w >>> (26 - off) & 0x3fffff; + off += 24; + if (off >= 26) { + off -= 26; + j++; + } + } + if (i + 6 !== start) { + w = parseHex(number, start, i + 6); + this.words[j] |= (w << off) & 0x3ffffff; + this.words[j + 1] |= w >>> (26 - off) & 0x3fffff; + } + this.strip(); + }; + + function parseBase (str, start, end, mul) { + var r = 0; + var len = Math.min(str.length, end); + for (var i = start; i < len; i++) { + var c = str.charCodeAt(i) - 48; + + r *= mul; + + // 'a' + if (c >= 49) { + r += c - 49 + 0xa; + + // 'A' + } else if (c >= 17) { + r += c - 17 + 0xa; + + // '0' - '9' + } else { + r += c; + } + } + return r; + } + + BN.prototype._parseBase = function _parseBase (number, base, start) { + // Initialize as zero + this.words = [ 0 ]; + this.length = 1; + + // Find length of limb in base + for (var limbLen = 0, limbPow = 1; limbPow <= 0x3ffffff; limbPow *= base) { + limbLen++; + } + limbLen--; + limbPow = (limbPow / base) | 0; + + var total = number.length - start; + var mod = total % limbLen; + var end = Math.min(total, total - mod) + start; + + var word = 0; + for (var i = start; i < end; i += limbLen) { + word = parseBase(number, i, i + limbLen, base); + + this.imuln(limbPow); + if (this.words[0] + word < 0x4000000) { + this.words[0] += word; + } else { + this._iaddn(word); + } + } + + if (mod !== 0) { + var pow = 1; + word = parseBase(number, i, number.length, base); + + for (i = 0; i < mod; i++) { + pow *= base; + } + + this.imuln(pow); + if (this.words[0] + word < 0x4000000) { + this.words[0] += word; + } else { + this._iaddn(word); + } + } + }; + + BN.prototype.copy = function copy (dest) { + dest.words = new Array(this.length); + for (var i = 0; i < this.length; i++) { + dest.words[i] = this.words[i]; + } + dest.length = this.length; + dest.negative = this.negative; + dest.red = this.red; + }; + + BN.prototype.clone = function clone () { + var r = new BN(null); + this.copy(r); + return r; + }; + + BN.prototype._expand = function _expand (size) { + while (this.length < size) { + this.words[this.length++] = 0; + } + return this; + }; + + // Remove leading `0` from `this` + BN.prototype.strip = function strip () { + while (this.length > 1 && this.words[this.length - 1] === 0) { + this.length--; + } + return this._normSign(); + }; + + BN.prototype._normSign = function _normSign () { + // -0 = 0 + if (this.length === 1 && this.words[0] === 0) { + this.negative = 0; + } + return this; + }; + + BN.prototype.inspect = function inspect () { + return (this.red ? ''; + }; + + /* + + var zeros = []; + var groupSizes = []; + var groupBases = []; + + var s = ''; + var i = -1; + while (++i < BN.wordSize) { + zeros[i] = s; + s += '0'; + } + groupSizes[0] = 0; + groupSizes[1] = 0; + groupBases[0] = 0; + groupBases[1] = 0; + var base = 2 - 1; + while (++base < 36 + 1) { + var groupSize = 0; + var groupBase = 1; + while (groupBase < (1 << BN.wordSize) / base) { + groupBase *= base; + groupSize += 1; + } + groupSizes[base] = groupSize; + groupBases[base] = groupBase; + } + + */ + + var zeros = [ + '', + '0', + '00', + '000', + '0000', + '00000', + '000000', + '0000000', + '00000000', + '000000000', + '0000000000', + '00000000000', + '000000000000', + '0000000000000', + '00000000000000', + '000000000000000', + '0000000000000000', + '00000000000000000', + '000000000000000000', + '0000000000000000000', + '00000000000000000000', + '000000000000000000000', + '0000000000000000000000', + '00000000000000000000000', + '000000000000000000000000', + '0000000000000000000000000' + ]; + + var groupSizes = [ + 0, 0, + 25, 16, 12, 11, 10, 9, 8, + 8, 7, 7, 7, 7, 6, 6, + 6, 6, 6, 6, 6, 5, 5, + 5, 5, 5, 5, 5, 5, 5, + 5, 5, 5, 5, 5, 5, 5 + ]; + + var groupBases = [ + 0, 0, + 33554432, 43046721, 16777216, 48828125, 60466176, 40353607, 16777216, + 43046721, 10000000, 19487171, 35831808, 62748517, 7529536, 11390625, + 16777216, 24137569, 34012224, 47045881, 64000000, 4084101, 5153632, + 6436343, 7962624, 9765625, 11881376, 14348907, 17210368, 20511149, + 24300000, 28629151, 33554432, 39135393, 45435424, 52521875, 60466176 + ]; + + BN.prototype.toString = function toString (base, padding) { + base = base || 10; + padding = padding | 0 || 1; + + var out; + if (base === 16 || base === 'hex') { + out = ''; + var off = 0; + var carry = 0; + for (var i = 0; i < this.length; i++) { + var w = this.words[i]; + var word = (((w << off) | carry) & 0xffffff).toString(16); + carry = (w >>> (24 - off)) & 0xffffff; + if (carry !== 0 || i !== this.length - 1) { + out = zeros[6 - word.length] + word + out; + } else { + out = word + out; + } + off += 2; + if (off >= 26) { + off -= 26; + i--; + } + } + if (carry !== 0) { + out = carry.toString(16) + out; + } + while (out.length % padding !== 0) { + out = '0' + out; + } + if (this.negative !== 0) { + out = '-' + out; + } + return out; + } + + if (base === (base | 0) && base >= 2 && base <= 36) { + // var groupSize = Math.floor(BN.wordSize * Math.LN2 / Math.log(base)); + var groupSize = groupSizes[base]; + // var groupBase = Math.pow(base, groupSize); + var groupBase = groupBases[base]; + out = ''; + var c = this.clone(); + c.negative = 0; + while (!c.isZero()) { + var r = c.modn(groupBase).toString(base); + c = c.idivn(groupBase); + + if (!c.isZero()) { + out = zeros[groupSize - r.length] + r + out; + } else { + out = r + out; + } + } + if (this.isZero()) { + out = '0' + out; + } + while (out.length % padding !== 0) { + out = '0' + out; + } + if (this.negative !== 0) { + out = '-' + out; + } + return out; + } + + assert(false, 'Base should be between 2 and 36'); + }; + + BN.prototype.toNumber = function toNumber () { + var ret = this.words[0]; + if (this.length === 2) { + ret += this.words[1] * 0x4000000; + } else if (this.length === 3 && this.words[2] === 0x01) { + // NOTE: at this stage it is known that the top bit is set + ret += 0x10000000000000 + (this.words[1] * 0x4000000); + } else if (this.length > 2) { + assert(false, 'Number can only safely store up to 53 bits'); + } + return (this.negative !== 0) ? -ret : ret; + }; + + BN.prototype.toJSON = function toJSON () { + return this.toString(16); + }; + + BN.prototype.toBuffer = function toBuffer (endian, length) { + assert(typeof Buffer !== 'undefined'); + return this.toArrayLike(Buffer, endian, length); + }; + + BN.prototype.toArray = function toArray (endian, length) { + return this.toArrayLike(Array, endian, length); + }; + + BN.prototype.toArrayLike = function toArrayLike (ArrayType, endian, length) { + var byteLength = this.byteLength(); + var reqLength = length || Math.max(1, byteLength); + assert(byteLength <= reqLength, 'byte array longer than desired length'); + assert(reqLength > 0, 'Requested array length <= 0'); + + this.strip(); + var littleEndian = endian === 'le'; + var res = new ArrayType(reqLength); + + var b, i; + var q = this.clone(); + if (!littleEndian) { + // Assume big-endian + for (i = 0; i < reqLength - byteLength; i++) { + res[i] = 0; + } + + for (i = 0; !q.isZero(); i++) { + b = q.andln(0xff); + q.iushrn(8); + + res[reqLength - i - 1] = b; + } + } else { + for (i = 0; !q.isZero(); i++) { + b = q.andln(0xff); + q.iushrn(8); + + res[i] = b; + } + + for (; i < reqLength; i++) { + res[i] = 0; + } + } + + return res; + }; + + if (Math.clz32) { + BN.prototype._countBits = function _countBits (w) { + return 32 - Math.clz32(w); + }; + } else { + BN.prototype._countBits = function _countBits (w) { + var t = w; + var r = 0; + if (t >= 0x1000) { + r += 13; + t >>>= 13; + } + if (t >= 0x40) { + r += 7; + t >>>= 7; + } + if (t >= 0x8) { + r += 4; + t >>>= 4; + } + if (t >= 0x02) { + r += 2; + t >>>= 2; + } + return r + t; + }; + } + + BN.prototype._zeroBits = function _zeroBits (w) { + // Short-cut + if (w === 0) return 26; + + var t = w; + var r = 0; + if ((t & 0x1fff) === 0) { + r += 13; + t >>>= 13; + } + if ((t & 0x7f) === 0) { + r += 7; + t >>>= 7; + } + if ((t & 0xf) === 0) { + r += 4; + t >>>= 4; + } + if ((t & 0x3) === 0) { + r += 2; + t >>>= 2; + } + if ((t & 0x1) === 0) { + r++; + } + return r; + }; + + // Return number of used bits in a BN + BN.prototype.bitLength = function bitLength () { + var w = this.words[this.length - 1]; + var hi = this._countBits(w); + return (this.length - 1) * 26 + hi; + }; + + function toBitArray (num) { + var w = new Array(num.bitLength()); + + for (var bit = 0; bit < w.length; bit++) { + var off = (bit / 26) | 0; + var wbit = bit % 26; + + w[bit] = (num.words[off] & (1 << wbit)) >>> wbit; + } + + return w; + } + + // Number of trailing zero bits + BN.prototype.zeroBits = function zeroBits () { + if (this.isZero()) return 0; + + var r = 0; + for (var i = 0; i < this.length; i++) { + var b = this._zeroBits(this.words[i]); + r += b; + if (b !== 26) break; + } + return r; + }; + + BN.prototype.byteLength = function byteLength () { + return Math.ceil(this.bitLength() / 8); + }; + + BN.prototype.toTwos = function toTwos (width) { + if (this.negative !== 0) { + return this.abs().inotn(width).iaddn(1); + } + return this.clone(); + }; + + BN.prototype.fromTwos = function fromTwos (width) { + if (this.testn(width - 1)) { + return this.notn(width).iaddn(1).ineg(); + } + return this.clone(); + }; + + BN.prototype.isNeg = function isNeg () { + return this.negative !== 0; + }; + + // Return negative clone of `this` + BN.prototype.neg = function neg () { + return this.clone().ineg(); + }; + + BN.prototype.ineg = function ineg () { + if (!this.isZero()) { + this.negative ^= 1; + } + + return this; + }; + + // Or `num` with `this` in-place + BN.prototype.iuor = function iuor (num) { + while (this.length < num.length) { + this.words[this.length++] = 0; + } + + for (var i = 0; i < num.length; i++) { + this.words[i] = this.words[i] | num.words[i]; + } + + return this.strip(); + }; + + BN.prototype.ior = function ior (num) { + assert((this.negative | num.negative) === 0); + return this.iuor(num); + }; + + // Or `num` with `this` + BN.prototype.or = function or (num) { + if (this.length > num.length) return this.clone().ior(num); + return num.clone().ior(this); + }; + + BN.prototype.uor = function uor (num) { + if (this.length > num.length) return this.clone().iuor(num); + return num.clone().iuor(this); + }; + + // And `num` with `this` in-place + BN.prototype.iuand = function iuand (num) { + // b = min-length(num, this) + var b; + if (this.length > num.length) { + b = num; + } else { + b = this; + } + + for (var i = 0; i < b.length; i++) { + this.words[i] = this.words[i] & num.words[i]; + } + + this.length = b.length; + + return this.strip(); + }; + + BN.prototype.iand = function iand (num) { + assert((this.negative | num.negative) === 0); + return this.iuand(num); + }; + + // And `num` with `this` + BN.prototype.and = function and (num) { + if (this.length > num.length) return this.clone().iand(num); + return num.clone().iand(this); + }; + + BN.prototype.uand = function uand (num) { + if (this.length > num.length) return this.clone().iuand(num); + return num.clone().iuand(this); + }; + + // Xor `num` with `this` in-place + BN.prototype.iuxor = function iuxor (num) { + // a.length > b.length + var a; + var b; + if (this.length > num.length) { + a = this; + b = num; + } else { + a = num; + b = this; + } + + for (var i = 0; i < b.length; i++) { + this.words[i] = a.words[i] ^ b.words[i]; + } + + if (this !== a) { + for (; i < a.length; i++) { + this.words[i] = a.words[i]; + } + } + + this.length = a.length; + + return this.strip(); + }; + + BN.prototype.ixor = function ixor (num) { + assert((this.negative | num.negative) === 0); + return this.iuxor(num); + }; + + // Xor `num` with `this` + BN.prototype.xor = function xor (num) { + if (this.length > num.length) return this.clone().ixor(num); + return num.clone().ixor(this); + }; + + BN.prototype.uxor = function uxor (num) { + if (this.length > num.length) return this.clone().iuxor(num); + return num.clone().iuxor(this); + }; + + // Not ``this`` with ``width`` bitwidth + BN.prototype.inotn = function inotn (width) { + assert(typeof width === 'number' && width >= 0); + + var bytesNeeded = Math.ceil(width / 26) | 0; + var bitsLeft = width % 26; + + // Extend the buffer with leading zeroes + this._expand(bytesNeeded); + + if (bitsLeft > 0) { + bytesNeeded--; + } + + // Handle complete words + for (var i = 0; i < bytesNeeded; i++) { + this.words[i] = ~this.words[i] & 0x3ffffff; + } + + // Handle the residue + if (bitsLeft > 0) { + this.words[i] = ~this.words[i] & (0x3ffffff >> (26 - bitsLeft)); + } + + // And remove leading zeroes + return this.strip(); + }; + + BN.prototype.notn = function notn (width) { + return this.clone().inotn(width); + }; + + // Set `bit` of `this` + BN.prototype.setn = function setn (bit, val) { + assert(typeof bit === 'number' && bit >= 0); + + var off = (bit / 26) | 0; + var wbit = bit % 26; + + this._expand(off + 1); + + if (val) { + this.words[off] = this.words[off] | (1 << wbit); + } else { + this.words[off] = this.words[off] & ~(1 << wbit); + } + + return this.strip(); + }; + + // Add `num` to `this` in-place + BN.prototype.iadd = function iadd (num) { + var r; + + // negative + positive + if (this.negative !== 0 && num.negative === 0) { + this.negative = 0; + r = this.isub(num); + this.negative ^= 1; + return this._normSign(); + + // positive + negative + } else if (this.negative === 0 && num.negative !== 0) { + num.negative = 0; + r = this.isub(num); + num.negative = 1; + return r._normSign(); + } + + // a.length > b.length + var a, b; + if (this.length > num.length) { + a = this; + b = num; + } else { + a = num; + b = this; + } + + var carry = 0; + for (var i = 0; i < b.length; i++) { + r = (a.words[i] | 0) + (b.words[i] | 0) + carry; + this.words[i] = r & 0x3ffffff; + carry = r >>> 26; + } + for (; carry !== 0 && i < a.length; i++) { + r = (a.words[i] | 0) + carry; + this.words[i] = r & 0x3ffffff; + carry = r >>> 26; + } + + this.length = a.length; + if (carry !== 0) { + this.words[this.length] = carry; + this.length++; + // Copy the rest of the words + } else if (a !== this) { + for (; i < a.length; i++) { + this.words[i] = a.words[i]; + } + } + + return this; + }; + + // Add `num` to `this` + BN.prototype.add = function add (num) { + var res; + if (num.negative !== 0 && this.negative === 0) { + num.negative = 0; + res = this.sub(num); + num.negative ^= 1; + return res; + } else if (num.negative === 0 && this.negative !== 0) { + this.negative = 0; + res = num.sub(this); + this.negative = 1; + return res; + } + + if (this.length > num.length) return this.clone().iadd(num); + + return num.clone().iadd(this); + }; + + // Subtract `num` from `this` in-place + BN.prototype.isub = function isub (num) { + // this - (-num) = this + num + if (num.negative !== 0) { + num.negative = 0; + var r = this.iadd(num); + num.negative = 1; + return r._normSign(); + + // -this - num = -(this + num) + } else if (this.negative !== 0) { + this.negative = 0; + this.iadd(num); + this.negative = 1; + return this._normSign(); + } + + // At this point both numbers are positive + var cmp = this.cmp(num); + + // Optimization - zeroify + if (cmp === 0) { + this.negative = 0; + this.length = 1; + this.words[0] = 0; + return this; + } + + // a > b + var a, b; + if (cmp > 0) { + a = this; + b = num; + } else { + a = num; + b = this; + } + + var carry = 0; + for (var i = 0; i < b.length; i++) { + r = (a.words[i] | 0) - (b.words[i] | 0) + carry; + carry = r >> 26; + this.words[i] = r & 0x3ffffff; + } + for (; carry !== 0 && i < a.length; i++) { + r = (a.words[i] | 0) + carry; + carry = r >> 26; + this.words[i] = r & 0x3ffffff; + } + + // Copy rest of the words + if (carry === 0 && i < a.length && a !== this) { + for (; i < a.length; i++) { + this.words[i] = a.words[i]; + } + } + + this.length = Math.max(this.length, i); + + if (a !== this) { + this.negative = 1; + } + + return this.strip(); + }; + + // Subtract `num` from `this` + BN.prototype.sub = function sub (num) { + return this.clone().isub(num); + }; + + function smallMulTo (self, num, out) { + out.negative = num.negative ^ self.negative; + var len = (self.length + num.length) | 0; + out.length = len; + len = (len - 1) | 0; + + // Peel one iteration (compiler can't do it, because of code complexity) + var a = self.words[0] | 0; + var b = num.words[0] | 0; + var r = a * b; + + var lo = r & 0x3ffffff; + var carry = (r / 0x4000000) | 0; + out.words[0] = lo; + + for (var k = 1; k < len; k++) { + // Sum all words with the same `i + j = k` and accumulate `ncarry`, + // note that ncarry could be >= 0x3ffffff + var ncarry = carry >>> 26; + var rword = carry & 0x3ffffff; + var maxJ = Math.min(k, num.length - 1); + for (var j = Math.max(0, k - self.length + 1); j <= maxJ; j++) { + var i = (k - j) | 0; + a = self.words[i] | 0; + b = num.words[j] | 0; + r = a * b + rword; + ncarry += (r / 0x4000000) | 0; + rword = r & 0x3ffffff; + } + out.words[k] = rword | 0; + carry = ncarry | 0; + } + if (carry !== 0) { + out.words[k] = carry | 0; + } else { + out.length--; + } + + return out.strip(); + } + + // TODO(indutny): it may be reasonable to omit it for users who don't need + // to work with 256-bit numbers, otherwise it gives 20% improvement for 256-bit + // multiplication (like elliptic secp256k1). + var comb10MulTo = function comb10MulTo (self, num, out) { + var a = self.words; + var b = num.words; + var o = out.words; + var c = 0; + var lo; + var mid; + var hi; + var a0 = a[0] | 0; + var al0 = a0 & 0x1fff; + var ah0 = a0 >>> 13; + var a1 = a[1] | 0; + var al1 = a1 & 0x1fff; + var ah1 = a1 >>> 13; + var a2 = a[2] | 0; + var al2 = a2 & 0x1fff; + var ah2 = a2 >>> 13; + var a3 = a[3] | 0; + var al3 = a3 & 0x1fff; + var ah3 = a3 >>> 13; + var a4 = a[4] | 0; + var al4 = a4 & 0x1fff; + var ah4 = a4 >>> 13; + var a5 = a[5] | 0; + var al5 = a5 & 0x1fff; + var ah5 = a5 >>> 13; + var a6 = a[6] | 0; + var al6 = a6 & 0x1fff; + var ah6 = a6 >>> 13; + var a7 = a[7] | 0; + var al7 = a7 & 0x1fff; + var ah7 = a7 >>> 13; + var a8 = a[8] | 0; + var al8 = a8 & 0x1fff; + var ah8 = a8 >>> 13; + var a9 = a[9] | 0; + var al9 = a9 & 0x1fff; + var ah9 = a9 >>> 13; + var b0 = b[0] | 0; + var bl0 = b0 & 0x1fff; + var bh0 = b0 >>> 13; + var b1 = b[1] | 0; + var bl1 = b1 & 0x1fff; + var bh1 = b1 >>> 13; + var b2 = b[2] | 0; + var bl2 = b2 & 0x1fff; + var bh2 = b2 >>> 13; + var b3 = b[3] | 0; + var bl3 = b3 & 0x1fff; + var bh3 = b3 >>> 13; + var b4 = b[4] | 0; + var bl4 = b4 & 0x1fff; + var bh4 = b4 >>> 13; + var b5 = b[5] | 0; + var bl5 = b5 & 0x1fff; + var bh5 = b5 >>> 13; + var b6 = b[6] | 0; + var bl6 = b6 & 0x1fff; + var bh6 = b6 >>> 13; + var b7 = b[7] | 0; + var bl7 = b7 & 0x1fff; + var bh7 = b7 >>> 13; + var b8 = b[8] | 0; + var bl8 = b8 & 0x1fff; + var bh8 = b8 >>> 13; + var b9 = b[9] | 0; + var bl9 = b9 & 0x1fff; + var bh9 = b9 >>> 13; + + out.negative = self.negative ^ num.negative; + out.length = 19; + /* k = 0 */ + lo = Math.imul(al0, bl0); + mid = Math.imul(al0, bh0); + mid = (mid + Math.imul(ah0, bl0)) | 0; + hi = Math.imul(ah0, bh0); + var w0 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0; + c = (((hi + (mid >>> 13)) | 0) + (w0 >>> 26)) | 0; + w0 &= 0x3ffffff; + /* k = 1 */ + lo = Math.imul(al1, bl0); + mid = Math.imul(al1, bh0); + mid = (mid + Math.imul(ah1, bl0)) | 0; + hi = Math.imul(ah1, bh0); + lo = (lo + Math.imul(al0, bl1)) | 0; + mid = (mid + Math.imul(al0, bh1)) | 0; + mid = (mid + Math.imul(ah0, bl1)) | 0; + hi = (hi + Math.imul(ah0, bh1)) | 0; + var w1 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0; + c = (((hi + (mid >>> 13)) | 0) + (w1 >>> 26)) | 0; + w1 &= 0x3ffffff; + /* k = 2 */ + lo = Math.imul(al2, bl0); + mid = Math.imul(al2, bh0); + mid = (mid + Math.imul(ah2, bl0)) | 0; + hi = Math.imul(ah2, bh0); + lo = (lo + Math.imul(al1, bl1)) | 0; + mid = (mid + Math.imul(al1, bh1)) | 0; + mid = (mid + Math.imul(ah1, bl1)) | 0; + hi = (hi + Math.imul(ah1, bh1)) | 0; + lo = (lo + Math.imul(al0, bl2)) | 0; + mid = (mid + Math.imul(al0, bh2)) | 0; + mid = (mid + Math.imul(ah0, bl2)) | 0; + hi = (hi + Math.imul(ah0, bh2)) | 0; + var w2 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0; + c = (((hi + (mid >>> 13)) | 0) + (w2 >>> 26)) | 0; + w2 &= 0x3ffffff; + /* k = 3 */ + lo = Math.imul(al3, bl0); + mid = Math.imul(al3, bh0); + mid = (mid + Math.imul(ah3, bl0)) | 0; + hi = Math.imul(ah3, bh0); + lo = (lo + Math.imul(al2, bl1)) | 0; + mid = (mid + Math.imul(al2, bh1)) | 0; + mid = (mid + Math.imul(ah2, bl1)) | 0; + hi = (hi + Math.imul(ah2, bh1)) | 0; + lo = (lo + Math.imul(al1, bl2)) | 0; + mid = (mid + Math.imul(al1, bh2)) | 0; + mid = (mid + Math.imul(ah1, bl2)) | 0; + hi = (hi + Math.imul(ah1, bh2)) | 0; + lo = (lo + Math.imul(al0, bl3)) | 0; + mid = (mid + Math.imul(al0, bh3)) | 0; + mid = (mid + Math.imul(ah0, bl3)) | 0; + hi = (hi + Math.imul(ah0, bh3)) | 0; + var w3 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0; + c = (((hi + (mid >>> 13)) | 0) + (w3 >>> 26)) | 0; + w3 &= 0x3ffffff; + /* k = 4 */ + lo = Math.imul(al4, bl0); + mid = Math.imul(al4, bh0); + mid = (mid + Math.imul(ah4, bl0)) | 0; + hi = Math.imul(ah4, bh0); + lo = (lo + Math.imul(al3, bl1)) | 0; + mid = (mid + Math.imul(al3, bh1)) | 0; + mid = (mid + Math.imul(ah3, bl1)) | 0; + hi = (hi + Math.imul(ah3, bh1)) | 0; + lo = (lo + Math.imul(al2, bl2)) | 0; + mid = (mid + Math.imul(al2, bh2)) | 0; + mid = (mid + Math.imul(ah2, bl2)) | 0; + hi = (hi + Math.imul(ah2, bh2)) | 0; + lo = (lo + Math.imul(al1, bl3)) | 0; + mid = (mid + Math.imul(al1, bh3)) | 0; + mid = (mid + Math.imul(ah1, bl3)) | 0; + hi = (hi + Math.imul(ah1, bh3)) | 0; + lo = (lo + Math.imul(al0, bl4)) | 0; + mid = (mid + Math.imul(al0, bh4)) | 0; + mid = (mid + Math.imul(ah0, bl4)) | 0; + hi = (hi + Math.imul(ah0, bh4)) | 0; + var w4 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0; + c = (((hi + (mid >>> 13)) | 0) + (w4 >>> 26)) | 0; + w4 &= 0x3ffffff; + /* k = 5 */ + lo = Math.imul(al5, bl0); + mid = Math.imul(al5, bh0); + mid = (mid + Math.imul(ah5, bl0)) | 0; + hi = Math.imul(ah5, bh0); + lo = (lo + Math.imul(al4, bl1)) | 0; + mid = (mid + Math.imul(al4, bh1)) | 0; + mid = (mid + Math.imul(ah4, bl1)) | 0; + hi = (hi + Math.imul(ah4, bh1)) | 0; + lo = (lo + Math.imul(al3, bl2)) | 0; + mid = (mid + Math.imul(al3, bh2)) | 0; + mid = (mid + Math.imul(ah3, bl2)) | 0; + hi = (hi + Math.imul(ah3, bh2)) | 0; + lo = (lo + Math.imul(al2, bl3)) | 0; + mid = (mid + Math.imul(al2, bh3)) | 0; + mid = (mid + Math.imul(ah2, bl3)) | 0; + hi = (hi + Math.imul(ah2, bh3)) | 0; + lo = (lo + Math.imul(al1, bl4)) | 0; + mid = (mid + Math.imul(al1, bh4)) | 0; + mid = (mid + Math.imul(ah1, bl4)) | 0; + hi = (hi + Math.imul(ah1, bh4)) | 0; + lo = (lo + Math.imul(al0, bl5)) | 0; + mid = (mid + Math.imul(al0, bh5)) | 0; + mid = (mid + Math.imul(ah0, bl5)) | 0; + hi = (hi + Math.imul(ah0, bh5)) | 0; + var w5 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0; + c = (((hi + (mid >>> 13)) | 0) + (w5 >>> 26)) | 0; + w5 &= 0x3ffffff; + /* k = 6 */ + lo = Math.imul(al6, bl0); + mid = Math.imul(al6, bh0); + mid = (mid + Math.imul(ah6, bl0)) | 0; + hi = Math.imul(ah6, bh0); + lo = (lo + Math.imul(al5, bl1)) | 0; + mid = (mid + Math.imul(al5, bh1)) | 0; + mid = (mid + Math.imul(ah5, bl1)) | 0; + hi = (hi + Math.imul(ah5, bh1)) | 0; + lo = (lo + Math.imul(al4, bl2)) | 0; + mid = (mid + Math.imul(al4, bh2)) | 0; + mid = (mid + Math.imul(ah4, bl2)) | 0; + hi = (hi + Math.imul(ah4, bh2)) | 0; + lo = (lo + Math.imul(al3, bl3)) | 0; + mid = (mid + Math.imul(al3, bh3)) | 0; + mid = (mid + Math.imul(ah3, bl3)) | 0; + hi = (hi + Math.imul(ah3, bh3)) | 0; + lo = (lo + Math.imul(al2, bl4)) | 0; + mid = (mid + Math.imul(al2, bh4)) | 0; + mid = (mid + Math.imul(ah2, bl4)) | 0; + hi = (hi + Math.imul(ah2, bh4)) | 0; + lo = (lo + Math.imul(al1, bl5)) | 0; + mid = (mid + Math.imul(al1, bh5)) | 0; + mid = (mid + Math.imul(ah1, bl5)) | 0; + hi = (hi + Math.imul(ah1, bh5)) | 0; + lo = (lo + Math.imul(al0, bl6)) | 0; + mid = (mid + Math.imul(al0, bh6)) | 0; + mid = (mid + Math.imul(ah0, bl6)) | 0; + hi = (hi + Math.imul(ah0, bh6)) | 0; + var w6 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0; + c = (((hi + (mid >>> 13)) | 0) + (w6 >>> 26)) | 0; + w6 &= 0x3ffffff; + /* k = 7 */ + lo = Math.imul(al7, bl0); + mid = Math.imul(al7, bh0); + mid = (mid + Math.imul(ah7, bl0)) | 0; + hi = Math.imul(ah7, bh0); + lo = (lo + Math.imul(al6, bl1)) | 0; + mid = (mid + Math.imul(al6, bh1)) | 0; + mid = (mid + Math.imul(ah6, bl1)) | 0; + hi = (hi + Math.imul(ah6, bh1)) | 0; + lo = (lo + Math.imul(al5, bl2)) | 0; + mid = (mid + Math.imul(al5, bh2)) | 0; + mid = (mid + Math.imul(ah5, bl2)) | 0; + hi = (hi + Math.imul(ah5, bh2)) | 0; + lo = (lo + Math.imul(al4, bl3)) | 0; + mid = (mid + Math.imul(al4, bh3)) | 0; + mid = (mid + Math.imul(ah4, bl3)) | 0; + hi = (hi + Math.imul(ah4, bh3)) | 0; + lo = (lo + Math.imul(al3, bl4)) | 0; + mid = (mid + Math.imul(al3, bh4)) | 0; + mid = (mid + Math.imul(ah3, bl4)) | 0; + hi = (hi + Math.imul(ah3, bh4)) | 0; + lo = (lo + Math.imul(al2, bl5)) | 0; + mid = (mid + Math.imul(al2, bh5)) | 0; + mid = (mid + Math.imul(ah2, bl5)) | 0; + hi = (hi + Math.imul(ah2, bh5)) | 0; + lo = (lo + Math.imul(al1, bl6)) | 0; + mid = (mid + Math.imul(al1, bh6)) | 0; + mid = (mid + Math.imul(ah1, bl6)) | 0; + hi = (hi + Math.imul(ah1, bh6)) | 0; + lo = (lo + Math.imul(al0, bl7)) | 0; + mid = (mid + Math.imul(al0, bh7)) | 0; + mid = (mid + Math.imul(ah0, bl7)) | 0; + hi = (hi + Math.imul(ah0, bh7)) | 0; + var w7 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0; + c = (((hi + (mid >>> 13)) | 0) + (w7 >>> 26)) | 0; + w7 &= 0x3ffffff; + /* k = 8 */ + lo = Math.imul(al8, bl0); + mid = Math.imul(al8, bh0); + mid = (mid + Math.imul(ah8, bl0)) | 0; + hi = Math.imul(ah8, bh0); + lo = (lo + Math.imul(al7, bl1)) | 0; + mid = (mid + Math.imul(al7, bh1)) | 0; + mid = (mid + Math.imul(ah7, bl1)) | 0; + hi = (hi + Math.imul(ah7, bh1)) | 0; + lo = (lo + Math.imul(al6, bl2)) | 0; + mid = (mid + Math.imul(al6, bh2)) | 0; + mid = (mid + Math.imul(ah6, bl2)) | 0; + hi = (hi + Math.imul(ah6, bh2)) | 0; + lo = (lo + Math.imul(al5, bl3)) | 0; + mid = (mid + Math.imul(al5, bh3)) | 0; + mid = (mid + Math.imul(ah5, bl3)) | 0; + hi = (hi + Math.imul(ah5, bh3)) | 0; + lo = (lo + Math.imul(al4, bl4)) | 0; + mid = (mid + Math.imul(al4, bh4)) | 0; + mid = (mid + Math.imul(ah4, bl4)) | 0; + hi = (hi + Math.imul(ah4, bh4)) | 0; + lo = (lo + Math.imul(al3, bl5)) | 0; + mid = (mid + Math.imul(al3, bh5)) | 0; + mid = (mid + Math.imul(ah3, bl5)) | 0; + hi = (hi + Math.imul(ah3, bh5)) | 0; + lo = (lo + Math.imul(al2, bl6)) | 0; + mid = (mid + Math.imul(al2, bh6)) | 0; + mid = (mid + Math.imul(ah2, bl6)) | 0; + hi = (hi + Math.imul(ah2, bh6)) | 0; + lo = (lo + Math.imul(al1, bl7)) | 0; + mid = (mid + Math.imul(al1, bh7)) | 0; + mid = (mid + Math.imul(ah1, bl7)) | 0; + hi = (hi + Math.imul(ah1, bh7)) | 0; + lo = (lo + Math.imul(al0, bl8)) | 0; + mid = (mid + Math.imul(al0, bh8)) | 0; + mid = (mid + Math.imul(ah0, bl8)) | 0; + hi = (hi + Math.imul(ah0, bh8)) | 0; + var w8 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0; + c = (((hi + (mid >>> 13)) | 0) + (w8 >>> 26)) | 0; + w8 &= 0x3ffffff; + /* k = 9 */ + lo = Math.imul(al9, bl0); + mid = Math.imul(al9, bh0); + mid = (mid + Math.imul(ah9, bl0)) | 0; + hi = Math.imul(ah9, bh0); + lo = (lo + Math.imul(al8, bl1)) | 0; + mid = (mid + Math.imul(al8, bh1)) | 0; + mid = (mid + Math.imul(ah8, bl1)) | 0; + hi = (hi + Math.imul(ah8, bh1)) | 0; + lo = (lo + Math.imul(al7, bl2)) | 0; + mid = (mid + Math.imul(al7, bh2)) | 0; + mid = (mid + Math.imul(ah7, bl2)) | 0; + hi = (hi + Math.imul(ah7, bh2)) | 0; + lo = (lo + Math.imul(al6, bl3)) | 0; + mid = (mid + Math.imul(al6, bh3)) | 0; + mid = (mid + Math.imul(ah6, bl3)) | 0; + hi = (hi + Math.imul(ah6, bh3)) | 0; + lo = (lo + Math.imul(al5, bl4)) | 0; + mid = (mid + Math.imul(al5, bh4)) | 0; + mid = (mid + Math.imul(ah5, bl4)) | 0; + hi = (hi + Math.imul(ah5, bh4)) | 0; + lo = (lo + Math.imul(al4, bl5)) | 0; + mid = (mid + Math.imul(al4, bh5)) | 0; + mid = (mid + Math.imul(ah4, bl5)) | 0; + hi = (hi + Math.imul(ah4, bh5)) | 0; + lo = (lo + Math.imul(al3, bl6)) | 0; + mid = (mid + Math.imul(al3, bh6)) | 0; + mid = (mid + Math.imul(ah3, bl6)) | 0; + hi = (hi + Math.imul(ah3, bh6)) | 0; + lo = (lo + Math.imul(al2, bl7)) | 0; + mid = (mid + Math.imul(al2, bh7)) | 0; + mid = (mid + Math.imul(ah2, bl7)) | 0; + hi = (hi + Math.imul(ah2, bh7)) | 0; + lo = (lo + Math.imul(al1, bl8)) | 0; + mid = (mid + Math.imul(al1, bh8)) | 0; + mid = (mid + Math.imul(ah1, bl8)) | 0; + hi = (hi + Math.imul(ah1, bh8)) | 0; + lo = (lo + Math.imul(al0, bl9)) | 0; + mid = (mid + Math.imul(al0, bh9)) | 0; + mid = (mid + Math.imul(ah0, bl9)) | 0; + hi = (hi + Math.imul(ah0, bh9)) | 0; + var w9 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0; + c = (((hi + (mid >>> 13)) | 0) + (w9 >>> 26)) | 0; + w9 &= 0x3ffffff; + /* k = 10 */ + lo = Math.imul(al9, bl1); + mid = Math.imul(al9, bh1); + mid = (mid + Math.imul(ah9, bl1)) | 0; + hi = Math.imul(ah9, bh1); + lo = (lo + Math.imul(al8, bl2)) | 0; + mid = (mid + Math.imul(al8, bh2)) | 0; + mid = (mid + Math.imul(ah8, bl2)) | 0; + hi = (hi + Math.imul(ah8, bh2)) | 0; + lo = (lo + Math.imul(al7, bl3)) | 0; + mid = (mid + Math.imul(al7, bh3)) | 0; + mid = (mid + Math.imul(ah7, bl3)) | 0; + hi = (hi + Math.imul(ah7, bh3)) | 0; + lo = (lo + Math.imul(al6, bl4)) | 0; + mid = (mid + Math.imul(al6, bh4)) | 0; + mid = (mid + Math.imul(ah6, bl4)) | 0; + hi = (hi + Math.imul(ah6, bh4)) | 0; + lo = (lo + Math.imul(al5, bl5)) | 0; + mid = (mid + Math.imul(al5, bh5)) | 0; + mid = (mid + Math.imul(ah5, bl5)) | 0; + hi = (hi + Math.imul(ah5, bh5)) | 0; + lo = (lo + Math.imul(al4, bl6)) | 0; + mid = (mid + Math.imul(al4, bh6)) | 0; + mid = (mid + Math.imul(ah4, bl6)) | 0; + hi = (hi + Math.imul(ah4, bh6)) | 0; + lo = (lo + Math.imul(al3, bl7)) | 0; + mid = (mid + Math.imul(al3, bh7)) | 0; + mid = (mid + Math.imul(ah3, bl7)) | 0; + hi = (hi + Math.imul(ah3, bh7)) | 0; + lo = (lo + Math.imul(al2, bl8)) | 0; + mid = (mid + Math.imul(al2, bh8)) | 0; + mid = (mid + Math.imul(ah2, bl8)) | 0; + hi = (hi + Math.imul(ah2, bh8)) | 0; + lo = (lo + Math.imul(al1, bl9)) | 0; + mid = (mid + Math.imul(al1, bh9)) | 0; + mid = (mid + Math.imul(ah1, bl9)) | 0; + hi = (hi + Math.imul(ah1, bh9)) | 0; + var w10 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0; + c = (((hi + (mid >>> 13)) | 0) + (w10 >>> 26)) | 0; + w10 &= 0x3ffffff; + /* k = 11 */ + lo = Math.imul(al9, bl2); + mid = Math.imul(al9, bh2); + mid = (mid + Math.imul(ah9, bl2)) | 0; + hi = Math.imul(ah9, bh2); + lo = (lo + Math.imul(al8, bl3)) | 0; + mid = (mid + Math.imul(al8, bh3)) | 0; + mid = (mid + Math.imul(ah8, bl3)) | 0; + hi = (hi + Math.imul(ah8, bh3)) | 0; + lo = (lo + Math.imul(al7, bl4)) | 0; + mid = (mid + Math.imul(al7, bh4)) | 0; + mid = (mid + Math.imul(ah7, bl4)) | 0; + hi = (hi + Math.imul(ah7, bh4)) | 0; + lo = (lo + Math.imul(al6, bl5)) | 0; + mid = (mid + Math.imul(al6, bh5)) | 0; + mid = (mid + Math.imul(ah6, bl5)) | 0; + hi = (hi + Math.imul(ah6, bh5)) | 0; + lo = (lo + Math.imul(al5, bl6)) | 0; + mid = (mid + Math.imul(al5, bh6)) | 0; + mid = (mid + Math.imul(ah5, bl6)) | 0; + hi = (hi + Math.imul(ah5, bh6)) | 0; + lo = (lo + Math.imul(al4, bl7)) | 0; + mid = (mid + Math.imul(al4, bh7)) | 0; + mid = (mid + Math.imul(ah4, bl7)) | 0; + hi = (hi + Math.imul(ah4, bh7)) | 0; + lo = (lo + Math.imul(al3, bl8)) | 0; + mid = (mid + Math.imul(al3, bh8)) | 0; + mid = (mid + Math.imul(ah3, bl8)) | 0; + hi = (hi + Math.imul(ah3, bh8)) | 0; + lo = (lo + Math.imul(al2, bl9)) | 0; + mid = (mid + Math.imul(al2, bh9)) | 0; + mid = (mid + Math.imul(ah2, bl9)) | 0; + hi = (hi + Math.imul(ah2, bh9)) | 0; + var w11 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0; + c = (((hi + (mid >>> 13)) | 0) + (w11 >>> 26)) | 0; + w11 &= 0x3ffffff; + /* k = 12 */ + lo = Math.imul(al9, bl3); + mid = Math.imul(al9, bh3); + mid = (mid + Math.imul(ah9, bl3)) | 0; + hi = Math.imul(ah9, bh3); + lo = (lo + Math.imul(al8, bl4)) | 0; + mid = (mid + Math.imul(al8, bh4)) | 0; + mid = (mid + Math.imul(ah8, bl4)) | 0; + hi = (hi + Math.imul(ah8, bh4)) | 0; + lo = (lo + Math.imul(al7, bl5)) | 0; + mid = (mid + Math.imul(al7, bh5)) | 0; + mid = (mid + Math.imul(ah7, bl5)) | 0; + hi = (hi + Math.imul(ah7, bh5)) | 0; + lo = (lo + Math.imul(al6, bl6)) | 0; + mid = (mid + Math.imul(al6, bh6)) | 0; + mid = (mid + Math.imul(ah6, bl6)) | 0; + hi = (hi + Math.imul(ah6, bh6)) | 0; + lo = (lo + Math.imul(al5, bl7)) | 0; + mid = (mid + Math.imul(al5, bh7)) | 0; + mid = (mid + Math.imul(ah5, bl7)) | 0; + hi = (hi + Math.imul(ah5, bh7)) | 0; + lo = (lo + Math.imul(al4, bl8)) | 0; + mid = (mid + Math.imul(al4, bh8)) | 0; + mid = (mid + Math.imul(ah4, bl8)) | 0; + hi = (hi + Math.imul(ah4, bh8)) | 0; + lo = (lo + Math.imul(al3, bl9)) | 0; + mid = (mid + Math.imul(al3, bh9)) | 0; + mid = (mid + Math.imul(ah3, bl9)) | 0; + hi = (hi + Math.imul(ah3, bh9)) | 0; + var w12 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0; + c = (((hi + (mid >>> 13)) | 0) + (w12 >>> 26)) | 0; + w12 &= 0x3ffffff; + /* k = 13 */ + lo = Math.imul(al9, bl4); + mid = Math.imul(al9, bh4); + mid = (mid + Math.imul(ah9, bl4)) | 0; + hi = Math.imul(ah9, bh4); + lo = (lo + Math.imul(al8, bl5)) | 0; + mid = (mid + Math.imul(al8, bh5)) | 0; + mid = (mid + Math.imul(ah8, bl5)) | 0; + hi = (hi + Math.imul(ah8, bh5)) | 0; + lo = (lo + Math.imul(al7, bl6)) | 0; + mid = (mid + Math.imul(al7, bh6)) | 0; + mid = (mid + Math.imul(ah7, bl6)) | 0; + hi = (hi + Math.imul(ah7, bh6)) | 0; + lo = (lo + Math.imul(al6, bl7)) | 0; + mid = (mid + Math.imul(al6, bh7)) | 0; + mid = (mid + Math.imul(ah6, bl7)) | 0; + hi = (hi + Math.imul(ah6, bh7)) | 0; + lo = (lo + Math.imul(al5, bl8)) | 0; + mid = (mid + Math.imul(al5, bh8)) | 0; + mid = (mid + Math.imul(ah5, bl8)) | 0; + hi = (hi + Math.imul(ah5, bh8)) | 0; + lo = (lo + Math.imul(al4, bl9)) | 0; + mid = (mid + Math.imul(al4, bh9)) | 0; + mid = (mid + Math.imul(ah4, bl9)) | 0; + hi = (hi + Math.imul(ah4, bh9)) | 0; + var w13 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0; + c = (((hi + (mid >>> 13)) | 0) + (w13 >>> 26)) | 0; + w13 &= 0x3ffffff; + /* k = 14 */ + lo = Math.imul(al9, bl5); + mid = Math.imul(al9, bh5); + mid = (mid + Math.imul(ah9, bl5)) | 0; + hi = Math.imul(ah9, bh5); + lo = (lo + Math.imul(al8, bl6)) | 0; + mid = (mid + Math.imul(al8, bh6)) | 0; + mid = (mid + Math.imul(ah8, bl6)) | 0; + hi = (hi + Math.imul(ah8, bh6)) | 0; + lo = (lo + Math.imul(al7, bl7)) | 0; + mid = (mid + Math.imul(al7, bh7)) | 0; + mid = (mid + Math.imul(ah7, bl7)) | 0; + hi = (hi + Math.imul(ah7, bh7)) | 0; + lo = (lo + Math.imul(al6, bl8)) | 0; + mid = (mid + Math.imul(al6, bh8)) | 0; + mid = (mid + Math.imul(ah6, bl8)) | 0; + hi = (hi + Math.imul(ah6, bh8)) | 0; + lo = (lo + Math.imul(al5, bl9)) | 0; + mid = (mid + Math.imul(al5, bh9)) | 0; + mid = (mid + Math.imul(ah5, bl9)) | 0; + hi = (hi + Math.imul(ah5, bh9)) | 0; + var w14 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0; + c = (((hi + (mid >>> 13)) | 0) + (w14 >>> 26)) | 0; + w14 &= 0x3ffffff; + /* k = 15 */ + lo = Math.imul(al9, bl6); + mid = Math.imul(al9, bh6); + mid = (mid + Math.imul(ah9, bl6)) | 0; + hi = Math.imul(ah9, bh6); + lo = (lo + Math.imul(al8, bl7)) | 0; + mid = (mid + Math.imul(al8, bh7)) | 0; + mid = (mid + Math.imul(ah8, bl7)) | 0; + hi = (hi + Math.imul(ah8, bh7)) | 0; + lo = (lo + Math.imul(al7, bl8)) | 0; + mid = (mid + Math.imul(al7, bh8)) | 0; + mid = (mid + Math.imul(ah7, bl8)) | 0; + hi = (hi + Math.imul(ah7, bh8)) | 0; + lo = (lo + Math.imul(al6, bl9)) | 0; + mid = (mid + Math.imul(al6, bh9)) | 0; + mid = (mid + Math.imul(ah6, bl9)) | 0; + hi = (hi + Math.imul(ah6, bh9)) | 0; + var w15 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0; + c = (((hi + (mid >>> 13)) | 0) + (w15 >>> 26)) | 0; + w15 &= 0x3ffffff; + /* k = 16 */ + lo = Math.imul(al9, bl7); + mid = Math.imul(al9, bh7); + mid = (mid + Math.imul(ah9, bl7)) | 0; + hi = Math.imul(ah9, bh7); + lo = (lo + Math.imul(al8, bl8)) | 0; + mid = (mid + Math.imul(al8, bh8)) | 0; + mid = (mid + Math.imul(ah8, bl8)) | 0; + hi = (hi + Math.imul(ah8, bh8)) | 0; + lo = (lo + Math.imul(al7, bl9)) | 0; + mid = (mid + Math.imul(al7, bh9)) | 0; + mid = (mid + Math.imul(ah7, bl9)) | 0; + hi = (hi + Math.imul(ah7, bh9)) | 0; + var w16 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0; + c = (((hi + (mid >>> 13)) | 0) + (w16 >>> 26)) | 0; + w16 &= 0x3ffffff; + /* k = 17 */ + lo = Math.imul(al9, bl8); + mid = Math.imul(al9, bh8); + mid = (mid + Math.imul(ah9, bl8)) | 0; + hi = Math.imul(ah9, bh8); + lo = (lo + Math.imul(al8, bl9)) | 0; + mid = (mid + Math.imul(al8, bh9)) | 0; + mid = (mid + Math.imul(ah8, bl9)) | 0; + hi = (hi + Math.imul(ah8, bh9)) | 0; + var w17 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0; + c = (((hi + (mid >>> 13)) | 0) + (w17 >>> 26)) | 0; + w17 &= 0x3ffffff; + /* k = 18 */ + lo = Math.imul(al9, bl9); + mid = Math.imul(al9, bh9); + mid = (mid + Math.imul(ah9, bl9)) | 0; + hi = Math.imul(ah9, bh9); + var w18 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0; + c = (((hi + (mid >>> 13)) | 0) + (w18 >>> 26)) | 0; + w18 &= 0x3ffffff; + o[0] = w0; + o[1] = w1; + o[2] = w2; + o[3] = w3; + o[4] = w4; + o[5] = w5; + o[6] = w6; + o[7] = w7; + o[8] = w8; + o[9] = w9; + o[10] = w10; + o[11] = w11; + o[12] = w12; + o[13] = w13; + o[14] = w14; + o[15] = w15; + o[16] = w16; + o[17] = w17; + o[18] = w18; + if (c !== 0) { + o[19] = c; + out.length++; + } + return out; + }; + + // Polyfill comb + if (!Math.imul) { + comb10MulTo = smallMulTo; + } + + function bigMulTo (self, num, out) { + out.negative = num.negative ^ self.negative; + out.length = self.length + num.length; + + var carry = 0; + var hncarry = 0; + for (var k = 0; k < out.length - 1; k++) { + // Sum all words with the same `i + j = k` and accumulate `ncarry`, + // note that ncarry could be >= 0x3ffffff + var ncarry = hncarry; + hncarry = 0; + var rword = carry & 0x3ffffff; + var maxJ = Math.min(k, num.length - 1); + for (var j = Math.max(0, k - self.length + 1); j <= maxJ; j++) { + var i = k - j; + var a = self.words[i] | 0; + var b = num.words[j] | 0; + var r = a * b; + + var lo = r & 0x3ffffff; + ncarry = (ncarry + ((r / 0x4000000) | 0)) | 0; + lo = (lo + rword) | 0; + rword = lo & 0x3ffffff; + ncarry = (ncarry + (lo >>> 26)) | 0; + + hncarry += ncarry >>> 26; + ncarry &= 0x3ffffff; + } + out.words[k] = rword; + carry = ncarry; + ncarry = hncarry; + } + if (carry !== 0) { + out.words[k] = carry; + } else { + out.length--; + } + + return out.strip(); + } + + function jumboMulTo (self, num, out) { + var fftm = new FFTM(); + return fftm.mulp(self, num, out); + } + + BN.prototype.mulTo = function mulTo (num, out) { + var res; + var len = this.length + num.length; + if (this.length === 10 && num.length === 10) { + res = comb10MulTo(this, num, out); + } else if (len < 63) { + res = smallMulTo(this, num, out); + } else if (len < 1024) { + res = bigMulTo(this, num, out); + } else { + res = jumboMulTo(this, num, out); + } + + return res; + }; + + // Cooley-Tukey algorithm for FFT + // slightly revisited to rely on looping instead of recursion + + function FFTM (x, y) { + this.x = x; + this.y = y; + } + + FFTM.prototype.makeRBT = function makeRBT (N) { + var t = new Array(N); + var l = BN.prototype._countBits(N) - 1; + for (var i = 0; i < N; i++) { + t[i] = this.revBin(i, l, N); + } + + return t; + }; + + // Returns binary-reversed representation of `x` + FFTM.prototype.revBin = function revBin (x, l, N) { + if (x === 0 || x === N - 1) return x; + + var rb = 0; + for (var i = 0; i < l; i++) { + rb |= (x & 1) << (l - i - 1); + x >>= 1; + } + + return rb; + }; + + // Performs "tweedling" phase, therefore 'emulating' + // behaviour of the recursive algorithm + FFTM.prototype.permute = function permute (rbt, rws, iws, rtws, itws, N) { + for (var i = 0; i < N; i++) { + rtws[i] = rws[rbt[i]]; + itws[i] = iws[rbt[i]]; + } + }; + + FFTM.prototype.transform = function transform (rws, iws, rtws, itws, N, rbt) { + this.permute(rbt, rws, iws, rtws, itws, N); + + for (var s = 1; s < N; s <<= 1) { + var l = s << 1; + + var rtwdf = Math.cos(2 * Math.PI / l); + var itwdf = Math.sin(2 * Math.PI / l); + + for (var p = 0; p < N; p += l) { + var rtwdf_ = rtwdf; + var itwdf_ = itwdf; + + for (var j = 0; j < s; j++) { + var re = rtws[p + j]; + var ie = itws[p + j]; + + var ro = rtws[p + j + s]; + var io = itws[p + j + s]; + + var rx = rtwdf_ * ro - itwdf_ * io; + + io = rtwdf_ * io + itwdf_ * ro; + ro = rx; + + rtws[p + j] = re + ro; + itws[p + j] = ie + io; + + rtws[p + j + s] = re - ro; + itws[p + j + s] = ie - io; + + /* jshint maxdepth : false */ + if (j !== l) { + rx = rtwdf * rtwdf_ - itwdf * itwdf_; + + itwdf_ = rtwdf * itwdf_ + itwdf * rtwdf_; + rtwdf_ = rx; + } + } + } + } + }; + + FFTM.prototype.guessLen13b = function guessLen13b (n, m) { + var N = Math.max(m, n) | 1; + var odd = N & 1; + var i = 0; + for (N = N / 2 | 0; N; N = N >>> 1) { + i++; + } + + return 1 << i + 1 + odd; + }; + + FFTM.prototype.conjugate = function conjugate (rws, iws, N) { + if (N <= 1) return; + + for (var i = 0; i < N / 2; i++) { + var t = rws[i]; + + rws[i] = rws[N - i - 1]; + rws[N - i - 1] = t; + + t = iws[i]; + + iws[i] = -iws[N - i - 1]; + iws[N - i - 1] = -t; + } + }; + + FFTM.prototype.normalize13b = function normalize13b (ws, N) { + var carry = 0; + for (var i = 0; i < N / 2; i++) { + var w = Math.round(ws[2 * i + 1] / N) * 0x2000 + + Math.round(ws[2 * i] / N) + + carry; + + ws[i] = w & 0x3ffffff; + + if (w < 0x4000000) { + carry = 0; + } else { + carry = w / 0x4000000 | 0; + } + } + + return ws; + }; + + FFTM.prototype.convert13b = function convert13b (ws, len, rws, N) { + var carry = 0; + for (var i = 0; i < len; i++) { + carry = carry + (ws[i] | 0); + + rws[2 * i] = carry & 0x1fff; carry = carry >>> 13; + rws[2 * i + 1] = carry & 0x1fff; carry = carry >>> 13; + } + + // Pad with zeroes + for (i = 2 * len; i < N; ++i) { + rws[i] = 0; + } + + assert(carry === 0); + assert((carry & ~0x1fff) === 0); + }; + + FFTM.prototype.stub = function stub (N) { + var ph = new Array(N); + for (var i = 0; i < N; i++) { + ph[i] = 0; + } + + return ph; + }; + + FFTM.prototype.mulp = function mulp (x, y, out) { + var N = 2 * this.guessLen13b(x.length, y.length); + + var rbt = this.makeRBT(N); + + var _ = this.stub(N); + + var rws = new Array(N); + var rwst = new Array(N); + var iwst = new Array(N); + + var nrws = new Array(N); + var nrwst = new Array(N); + var niwst = new Array(N); + + var rmws = out.words; + rmws.length = N; + + this.convert13b(x.words, x.length, rws, N); + this.convert13b(y.words, y.length, nrws, N); + + this.transform(rws, _, rwst, iwst, N, rbt); + this.transform(nrws, _, nrwst, niwst, N, rbt); + + for (var i = 0; i < N; i++) { + var rx = rwst[i] * nrwst[i] - iwst[i] * niwst[i]; + iwst[i] = rwst[i] * niwst[i] + iwst[i] * nrwst[i]; + rwst[i] = rx; + } + + this.conjugate(rwst, iwst, N); + this.transform(rwst, iwst, rmws, _, N, rbt); + this.conjugate(rmws, _, N); + this.normalize13b(rmws, N); + + out.negative = x.negative ^ y.negative; + out.length = x.length + y.length; + return out.strip(); + }; + + // Multiply `this` by `num` + BN.prototype.mul = function mul (num) { + var out = new BN(null); + out.words = new Array(this.length + num.length); + return this.mulTo(num, out); + }; + + // Multiply employing FFT + BN.prototype.mulf = function mulf (num) { + var out = new BN(null); + out.words = new Array(this.length + num.length); + return jumboMulTo(this, num, out); + }; + + // In-place Multiplication + BN.prototype.imul = function imul (num) { + return this.clone().mulTo(num, this); + }; + + BN.prototype.imuln = function imuln (num) { + assert(typeof num === 'number'); + assert(num < 0x4000000); + + // Carry + var carry = 0; + for (var i = 0; i < this.length; i++) { + var w = (this.words[i] | 0) * num; + var lo = (w & 0x3ffffff) + (carry & 0x3ffffff); + carry >>= 26; + carry += (w / 0x4000000) | 0; + // NOTE: lo is 27bit maximum + carry += lo >>> 26; + this.words[i] = lo & 0x3ffffff; + } + + if (carry !== 0) { + this.words[i] = carry; + this.length++; + } + + return this; + }; + + BN.prototype.muln = function muln (num) { + return this.clone().imuln(num); + }; + + // `this` * `this` + BN.prototype.sqr = function sqr () { + return this.mul(this); + }; + + // `this` * `this` in-place + BN.prototype.isqr = function isqr () { + return this.imul(this.clone()); + }; + + // Math.pow(`this`, `num`) + BN.prototype.pow = function pow (num) { + var w = toBitArray(num); + if (w.length === 0) return new BN(1); + + // Skip leading zeroes + var res = this; + for (var i = 0; i < w.length; i++, res = res.sqr()) { + if (w[i] !== 0) break; + } + + if (++i < w.length) { + for (var q = res.sqr(); i < w.length; i++, q = q.sqr()) { + if (w[i] === 0) continue; + + res = res.mul(q); + } + } + + return res; + }; + + // Shift-left in-place + BN.prototype.iushln = function iushln (bits) { + assert(typeof bits === 'number' && bits >= 0); + var r = bits % 26; + var s = (bits - r) / 26; + var carryMask = (0x3ffffff >>> (26 - r)) << (26 - r); + var i; + + if (r !== 0) { + var carry = 0; + + for (i = 0; i < this.length; i++) { + var newCarry = this.words[i] & carryMask; + var c = ((this.words[i] | 0) - newCarry) << r; + this.words[i] = c | carry; + carry = newCarry >>> (26 - r); + } + + if (carry) { + this.words[i] = carry; + this.length++; + } + } + + if (s !== 0) { + for (i = this.length - 1; i >= 0; i--) { + this.words[i + s] = this.words[i]; + } + + for (i = 0; i < s; i++) { + this.words[i] = 0; + } + + this.length += s; + } + + return this.strip(); + }; + + BN.prototype.ishln = function ishln (bits) { + // TODO(indutny): implement me + assert(this.negative === 0); + return this.iushln(bits); + }; + + // Shift-right in-place + // NOTE: `hint` is a lowest bit before trailing zeroes + // NOTE: if `extended` is present - it will be filled with destroyed bits + BN.prototype.iushrn = function iushrn (bits, hint, extended) { + assert(typeof bits === 'number' && bits >= 0); + var h; + if (hint) { + h = (hint - (hint % 26)) / 26; + } else { + h = 0; + } + + var r = bits % 26; + var s = Math.min((bits - r) / 26, this.length); + var mask = 0x3ffffff ^ ((0x3ffffff >>> r) << r); + var maskedWords = extended; + + h -= s; + h = Math.max(0, h); + + // Extended mode, copy masked part + if (maskedWords) { + for (var i = 0; i < s; i++) { + maskedWords.words[i] = this.words[i]; + } + maskedWords.length = s; + } + + if (s === 0) { + // No-op, we should not move anything at all + } else if (this.length > s) { + this.length -= s; + for (i = 0; i < this.length; i++) { + this.words[i] = this.words[i + s]; + } + } else { + this.words[0] = 0; + this.length = 1; + } + + var carry = 0; + for (i = this.length - 1; i >= 0 && (carry !== 0 || i >= h); i--) { + var word = this.words[i] | 0; + this.words[i] = (carry << (26 - r)) | (word >>> r); + carry = word & mask; + } + + // Push carried bits as a mask + if (maskedWords && carry !== 0) { + maskedWords.words[maskedWords.length++] = carry; + } + + if (this.length === 0) { + this.words[0] = 0; + this.length = 1; + } + + return this.strip(); + }; + + BN.prototype.ishrn = function ishrn (bits, hint, extended) { + // TODO(indutny): implement me + assert(this.negative === 0); + return this.iushrn(bits, hint, extended); + }; + + // Shift-left + BN.prototype.shln = function shln (bits) { + return this.clone().ishln(bits); + }; + + BN.prototype.ushln = function ushln (bits) { + return this.clone().iushln(bits); + }; + + // Shift-right + BN.prototype.shrn = function shrn (bits) { + return this.clone().ishrn(bits); + }; + + BN.prototype.ushrn = function ushrn (bits) { + return this.clone().iushrn(bits); + }; + + // Test if n bit is set + BN.prototype.testn = function testn (bit) { + assert(typeof bit === 'number' && bit >= 0); + var r = bit % 26; + var s = (bit - r) / 26; + var q = 1 << r; + + // Fast case: bit is much higher than all existing words + if (this.length <= s) return false; + + // Check bit and return + var w = this.words[s]; + + return !!(w & q); + }; + + // Return only lowers bits of number (in-place) + BN.prototype.imaskn = function imaskn (bits) { + assert(typeof bits === 'number' && bits >= 0); + var r = bits % 26; + var s = (bits - r) / 26; + + assert(this.negative === 0, 'imaskn works only with positive numbers'); + + if (this.length <= s) { + return this; + } + + if (r !== 0) { + s++; + } + this.length = Math.min(s, this.length); + + if (r !== 0) { + var mask = 0x3ffffff ^ ((0x3ffffff >>> r) << r); + this.words[this.length - 1] &= mask; + } + + return this.strip(); + }; + + // Return only lowers bits of number + BN.prototype.maskn = function maskn (bits) { + return this.clone().imaskn(bits); + }; + + // Add plain number `num` to `this` + BN.prototype.iaddn = function iaddn (num) { + assert(typeof num === 'number'); + assert(num < 0x4000000); + if (num < 0) return this.isubn(-num); + + // Possible sign change + if (this.negative !== 0) { + if (this.length === 1 && (this.words[0] | 0) < num) { + this.words[0] = num - (this.words[0] | 0); + this.negative = 0; + return this; + } + + this.negative = 0; + this.isubn(num); + this.negative = 1; + return this; + } + + // Add without checks + return this._iaddn(num); + }; + + BN.prototype._iaddn = function _iaddn (num) { + this.words[0] += num; + + // Carry + for (var i = 0; i < this.length && this.words[i] >= 0x4000000; i++) { + this.words[i] -= 0x4000000; + if (i === this.length - 1) { + this.words[i + 1] = 1; + } else { + this.words[i + 1]++; + } + } + this.length = Math.max(this.length, i + 1); + + return this; + }; + + // Subtract plain number `num` from `this` + BN.prototype.isubn = function isubn (num) { + assert(typeof num === 'number'); + assert(num < 0x4000000); + if (num < 0) return this.iaddn(-num); + + if (this.negative !== 0) { + this.negative = 0; + this.iaddn(num); + this.negative = 1; + return this; + } + + this.words[0] -= num; + + if (this.length === 1 && this.words[0] < 0) { + this.words[0] = -this.words[0]; + this.negative = 1; + } else { + // Carry + for (var i = 0; i < this.length && this.words[i] < 0; i++) { + this.words[i] += 0x4000000; + this.words[i + 1] -= 1; + } + } + + return this.strip(); + }; + + BN.prototype.addn = function addn (num) { + return this.clone().iaddn(num); + }; + + BN.prototype.subn = function subn (num) { + return this.clone().isubn(num); + }; + + BN.prototype.iabs = function iabs () { + this.negative = 0; + + return this; + }; + + BN.prototype.abs = function abs () { + return this.clone().iabs(); + }; + + BN.prototype._ishlnsubmul = function _ishlnsubmul (num, mul, shift) { + var len = num.length + shift; + var i; + + this._expand(len); + + var w; + var carry = 0; + for (i = 0; i < num.length; i++) { + w = (this.words[i + shift] | 0) + carry; + var right = (num.words[i] | 0) * mul; + w -= right & 0x3ffffff; + carry = (w >> 26) - ((right / 0x4000000) | 0); + this.words[i + shift] = w & 0x3ffffff; + } + for (; i < this.length - shift; i++) { + w = (this.words[i + shift] | 0) + carry; + carry = w >> 26; + this.words[i + shift] = w & 0x3ffffff; + } + + if (carry === 0) return this.strip(); + + // Subtraction overflow + assert(carry === -1); + carry = 0; + for (i = 0; i < this.length; i++) { + w = -(this.words[i] | 0) + carry; + carry = w >> 26; + this.words[i] = w & 0x3ffffff; + } + this.negative = 1; + + return this.strip(); + }; + + BN.prototype._wordDiv = function _wordDiv (num, mode) { + var shift = this.length - num.length; + + var a = this.clone(); + var b = num; + + // Normalize + var bhi = b.words[b.length - 1] | 0; + var bhiBits = this._countBits(bhi); + shift = 26 - bhiBits; + if (shift !== 0) { + b = b.ushln(shift); + a.iushln(shift); + bhi = b.words[b.length - 1] | 0; + } + + // Initialize quotient + var m = a.length - b.length; + var q; + + if (mode !== 'mod') { + q = new BN(null); + q.length = m + 1; + q.words = new Array(q.length); + for (var i = 0; i < q.length; i++) { + q.words[i] = 0; + } + } + + var diff = a.clone()._ishlnsubmul(b, 1, m); + if (diff.negative === 0) { + a = diff; + if (q) { + q.words[m] = 1; + } + } + + for (var j = m - 1; j >= 0; j--) { + var qj = (a.words[b.length + j] | 0) * 0x4000000 + + (a.words[b.length + j - 1] | 0); + + // NOTE: (qj / bhi) is (0x3ffffff * 0x4000000 + 0x3ffffff) / 0x2000000 max + // (0x7ffffff) + qj = Math.min((qj / bhi) | 0, 0x3ffffff); + + a._ishlnsubmul(b, qj, j); + while (a.negative !== 0) { + qj--; + a.negative = 0; + a._ishlnsubmul(b, 1, j); + if (!a.isZero()) { + a.negative ^= 1; + } + } + if (q) { + q.words[j] = qj; + } + } + if (q) { + q.strip(); + } + a.strip(); + + // Denormalize + if (mode !== 'div' && shift !== 0) { + a.iushrn(shift); + } + + return { + div: q || null, + mod: a + }; + }; + + // NOTE: 1) `mode` can be set to `mod` to request mod only, + // to `div` to request div only, or be absent to + // request both div & mod + // 2) `positive` is true if unsigned mod is requested + BN.prototype.divmod = function divmod (num, mode, positive) { + assert(!num.isZero()); + + if (this.isZero()) { + return { + div: new BN(0), + mod: new BN(0) + }; + } + + var div, mod, res; + if (this.negative !== 0 && num.negative === 0) { + res = this.neg().divmod(num, mode); + + if (mode !== 'mod') { + div = res.div.neg(); + } + + if (mode !== 'div') { + mod = res.mod.neg(); + if (positive && mod.negative !== 0) { + mod.iadd(num); + } + } + + return { + div: div, + mod: mod + }; + } + + if (this.negative === 0 && num.negative !== 0) { + res = this.divmod(num.neg(), mode); + + if (mode !== 'mod') { + div = res.div.neg(); + } + + return { + div: div, + mod: res.mod + }; + } + + if ((this.negative & num.negative) !== 0) { + res = this.neg().divmod(num.neg(), mode); + + if (mode !== 'div') { + mod = res.mod.neg(); + if (positive && mod.negative !== 0) { + mod.isub(num); + } + } + + return { + div: res.div, + mod: mod + }; + } + + // Both numbers are positive at this point + + // Strip both numbers to approximate shift value + if (num.length > this.length || this.cmp(num) < 0) { + return { + div: new BN(0), + mod: this + }; + } + + // Very short reduction + if (num.length === 1) { + if (mode === 'div') { + return { + div: this.divn(num.words[0]), + mod: null + }; + } + + if (mode === 'mod') { + return { + div: null, + mod: new BN(this.modn(num.words[0])) + }; + } + + return { + div: this.divn(num.words[0]), + mod: new BN(this.modn(num.words[0])) + }; + } + + return this._wordDiv(num, mode); + }; + + // Find `this` / `num` + BN.prototype.div = function div (num) { + return this.divmod(num, 'div', false).div; + }; + + // Find `this` % `num` + BN.prototype.mod = function mod (num) { + return this.divmod(num, 'mod', false).mod; + }; + + BN.prototype.umod = function umod (num) { + return this.divmod(num, 'mod', true).mod; + }; + + // Find Round(`this` / `num`) + BN.prototype.divRound = function divRound (num) { + var dm = this.divmod(num); + + // Fast case - exact division + if (dm.mod.isZero()) return dm.div; + + var mod = dm.div.negative !== 0 ? dm.mod.isub(num) : dm.mod; + + var half = num.ushrn(1); + var r2 = num.andln(1); + var cmp = mod.cmp(half); + + // Round down + if (cmp < 0 || r2 === 1 && cmp === 0) return dm.div; + + // Round up + return dm.div.negative !== 0 ? dm.div.isubn(1) : dm.div.iaddn(1); + }; + + BN.prototype.modn = function modn (num) { + assert(num <= 0x3ffffff); + var p = (1 << 26) % num; + + var acc = 0; + for (var i = this.length - 1; i >= 0; i--) { + acc = (p * acc + (this.words[i] | 0)) % num; + } + + return acc; + }; + + // In-place division by number + BN.prototype.idivn = function idivn (num) { + assert(num <= 0x3ffffff); + + var carry = 0; + for (var i = this.length - 1; i >= 0; i--) { + var w = (this.words[i] | 0) + carry * 0x4000000; + this.words[i] = (w / num) | 0; + carry = w % num; + } + + return this.strip(); + }; + + BN.prototype.divn = function divn (num) { + return this.clone().idivn(num); + }; + + BN.prototype.egcd = function egcd (p) { + assert(p.negative === 0); + assert(!p.isZero()); + + var x = this; + var y = p.clone(); + + if (x.negative !== 0) { + x = x.umod(p); + } else { + x = x.clone(); + } + + // A * x + B * y = x + var A = new BN(1); + var B = new BN(0); + + // C * x + D * y = y + var C = new BN(0); + var D = new BN(1); + + var g = 0; + + while (x.isEven() && y.isEven()) { + x.iushrn(1); + y.iushrn(1); + ++g; + } + + var yp = y.clone(); + var xp = x.clone(); + + while (!x.isZero()) { + for (var i = 0, im = 1; (x.words[0] & im) === 0 && i < 26; ++i, im <<= 1); + if (i > 0) { + x.iushrn(i); + while (i-- > 0) { + if (A.isOdd() || B.isOdd()) { + A.iadd(yp); + B.isub(xp); + } + + A.iushrn(1); + B.iushrn(1); + } + } + + for (var j = 0, jm = 1; (y.words[0] & jm) === 0 && j < 26; ++j, jm <<= 1); + if (j > 0) { + y.iushrn(j); + while (j-- > 0) { + if (C.isOdd() || D.isOdd()) { + C.iadd(yp); + D.isub(xp); + } + + C.iushrn(1); + D.iushrn(1); + } + } + + if (x.cmp(y) >= 0) { + x.isub(y); + A.isub(C); + B.isub(D); + } else { + y.isub(x); + C.isub(A); + D.isub(B); + } + } + + return { + a: C, + b: D, + gcd: y.iushln(g) + }; + }; + + // This is reduced incarnation of the binary EEA + // above, designated to invert members of the + // _prime_ fields F(p) at a maximal speed + BN.prototype._invmp = function _invmp (p) { + assert(p.negative === 0); + assert(!p.isZero()); + + var a = this; + var b = p.clone(); + + if (a.negative !== 0) { + a = a.umod(p); + } else { + a = a.clone(); + } + + var x1 = new BN(1); + var x2 = new BN(0); + + var delta = b.clone(); + + while (a.cmpn(1) > 0 && b.cmpn(1) > 0) { + for (var i = 0, im = 1; (a.words[0] & im) === 0 && i < 26; ++i, im <<= 1); + if (i > 0) { + a.iushrn(i); + while (i-- > 0) { + if (x1.isOdd()) { + x1.iadd(delta); + } + + x1.iushrn(1); + } + } + + for (var j = 0, jm = 1; (b.words[0] & jm) === 0 && j < 26; ++j, jm <<= 1); + if (j > 0) { + b.iushrn(j); + while (j-- > 0) { + if (x2.isOdd()) { + x2.iadd(delta); + } + + x2.iushrn(1); + } + } + + if (a.cmp(b) >= 0) { + a.isub(b); + x1.isub(x2); + } else { + b.isub(a); + x2.isub(x1); + } + } + + var res; + if (a.cmpn(1) === 0) { + res = x1; + } else { + res = x2; + } + + if (res.cmpn(0) < 0) { + res.iadd(p); + } + + return res; + }; + + BN.prototype.gcd = function gcd (num) { + if (this.isZero()) return num.abs(); + if (num.isZero()) return this.abs(); + + var a = this.clone(); + var b = num.clone(); + a.negative = 0; + b.negative = 0; + + // Remove common factor of two + for (var shift = 0; a.isEven() && b.isEven(); shift++) { + a.iushrn(1); + b.iushrn(1); + } + + do { + while (a.isEven()) { + a.iushrn(1); + } + while (b.isEven()) { + b.iushrn(1); + } + + var r = a.cmp(b); + if (r < 0) { + // Swap `a` and `b` to make `a` always bigger than `b` + var t = a; + a = b; + b = t; + } else if (r === 0 || b.cmpn(1) === 0) { + break; + } + + a.isub(b); + } while (true); + + return b.iushln(shift); + }; + + // Invert number in the field F(num) + BN.prototype.invm = function invm (num) { + return this.egcd(num).a.umod(num); + }; + + BN.prototype.isEven = function isEven () { + return (this.words[0] & 1) === 0; + }; + + BN.prototype.isOdd = function isOdd () { + return (this.words[0] & 1) === 1; + }; + + // And first word and num + BN.prototype.andln = function andln (num) { + return this.words[0] & num; + }; + + // Increment at the bit position in-line + BN.prototype.bincn = function bincn (bit) { + assert(typeof bit === 'number'); + var r = bit % 26; + var s = (bit - r) / 26; + var q = 1 << r; + + // Fast case: bit is much higher than all existing words + if (this.length <= s) { + this._expand(s + 1); + this.words[s] |= q; + return this; + } + + // Add bit and propagate, if needed + var carry = q; + for (var i = s; carry !== 0 && i < this.length; i++) { + var w = this.words[i] | 0; + w += carry; + carry = w >>> 26; + w &= 0x3ffffff; + this.words[i] = w; + } + if (carry !== 0) { + this.words[i] = carry; + this.length++; + } + return this; + }; + + BN.prototype.isZero = function isZero () { + return this.length === 1 && this.words[0] === 0; + }; + + BN.prototype.cmpn = function cmpn (num) { + var negative = num < 0; + + if (this.negative !== 0 && !negative) return -1; + if (this.negative === 0 && negative) return 1; + + this.strip(); + + var res; + if (this.length > 1) { + res = 1; + } else { + if (negative) { + num = -num; + } + + assert(num <= 0x3ffffff, 'Number is too big'); + + var w = this.words[0] | 0; + res = w === num ? 0 : w < num ? -1 : 1; + } + if (this.negative !== 0) return -res | 0; + return res; + }; + + // Compare two numbers and return: + // 1 - if `this` > `num` + // 0 - if `this` == `num` + // -1 - if `this` < `num` + BN.prototype.cmp = function cmp (num) { + if (this.negative !== 0 && num.negative === 0) return -1; + if (this.negative === 0 && num.negative !== 0) return 1; + + var res = this.ucmp(num); + if (this.negative !== 0) return -res | 0; + return res; + }; + + // Unsigned comparison + BN.prototype.ucmp = function ucmp (num) { + // At this point both numbers have the same sign + if (this.length > num.length) return 1; + if (this.length < num.length) return -1; + + var res = 0; + for (var i = this.length - 1; i >= 0; i--) { + var a = this.words[i] | 0; + var b = num.words[i] | 0; + + if (a === b) continue; + if (a < b) { + res = -1; + } else if (a > b) { + res = 1; + } + break; + } + return res; + }; + + BN.prototype.gtn = function gtn (num) { + return this.cmpn(num) === 1; + }; + + BN.prototype.gt = function gt (num) { + return this.cmp(num) === 1; + }; + + BN.prototype.gten = function gten (num) { + return this.cmpn(num) >= 0; + }; + + BN.prototype.gte = function gte (num) { + return this.cmp(num) >= 0; + }; + + BN.prototype.ltn = function ltn (num) { + return this.cmpn(num) === -1; + }; + + BN.prototype.lt = function lt (num) { + return this.cmp(num) === -1; + }; + + BN.prototype.lten = function lten (num) { + return this.cmpn(num) <= 0; + }; + + BN.prototype.lte = function lte (num) { + return this.cmp(num) <= 0; + }; + + BN.prototype.eqn = function eqn (num) { + return this.cmpn(num) === 0; + }; + + BN.prototype.eq = function eq (num) { + return this.cmp(num) === 0; + }; + + // + // A reduce context, could be using montgomery or something better, depending + // on the `m` itself. + // + BN.red = function red (num) { + return new Red(num); + }; + + BN.prototype.toRed = function toRed (ctx) { + assert(!this.red, 'Already a number in reduction context'); + assert(this.negative === 0, 'red works only with positives'); + return ctx.convertTo(this)._forceRed(ctx); + }; + + BN.prototype.fromRed = function fromRed () { + assert(this.red, 'fromRed works only with numbers in reduction context'); + return this.red.convertFrom(this); + }; + + BN.prototype._forceRed = function _forceRed (ctx) { + this.red = ctx; + return this; + }; + + BN.prototype.forceRed = function forceRed (ctx) { + assert(!this.red, 'Already a number in reduction context'); + return this._forceRed(ctx); + }; + + BN.prototype.redAdd = function redAdd (num) { + assert(this.red, 'redAdd works only with red numbers'); + return this.red.add(this, num); + }; + + BN.prototype.redIAdd = function redIAdd (num) { + assert(this.red, 'redIAdd works only with red numbers'); + return this.red.iadd(this, num); + }; + + BN.prototype.redSub = function redSub (num) { + assert(this.red, 'redSub works only with red numbers'); + return this.red.sub(this, num); + }; + + BN.prototype.redISub = function redISub (num) { + assert(this.red, 'redISub works only with red numbers'); + return this.red.isub(this, num); + }; + + BN.prototype.redShl = function redShl (num) { + assert(this.red, 'redShl works only with red numbers'); + return this.red.shl(this, num); + }; + + BN.prototype.redMul = function redMul (num) { + assert(this.red, 'redMul works only with red numbers'); + this.red._verify2(this, num); + return this.red.mul(this, num); + }; + + BN.prototype.redIMul = function redIMul (num) { + assert(this.red, 'redMul works only with red numbers'); + this.red._verify2(this, num); + return this.red.imul(this, num); + }; + + BN.prototype.redSqr = function redSqr () { + assert(this.red, 'redSqr works only with red numbers'); + this.red._verify1(this); + return this.red.sqr(this); + }; + + BN.prototype.redISqr = function redISqr () { + assert(this.red, 'redISqr works only with red numbers'); + this.red._verify1(this); + return this.red.isqr(this); + }; + + // Square root over p + BN.prototype.redSqrt = function redSqrt () { + assert(this.red, 'redSqrt works only with red numbers'); + this.red._verify1(this); + return this.red.sqrt(this); + }; + + BN.prototype.redInvm = function redInvm () { + assert(this.red, 'redInvm works only with red numbers'); + this.red._verify1(this); + return this.red.invm(this); + }; + + // Return negative clone of `this` % `red modulo` + BN.prototype.redNeg = function redNeg () { + assert(this.red, 'redNeg works only with red numbers'); + this.red._verify1(this); + return this.red.neg(this); + }; + + BN.prototype.redPow = function redPow (num) { + assert(this.red && !num.red, 'redPow(normalNum)'); + this.red._verify1(this); + return this.red.pow(this, num); + }; + + // Prime numbers with efficient reduction + var primes = { + k256: null, + p224: null, + p192: null, + p25519: null + }; + + // Pseudo-Mersenne prime + function MPrime (name, p) { + // P = 2 ^ N - K + this.name = name; + this.p = new BN(p, 16); + this.n = this.p.bitLength(); + this.k = new BN(1).iushln(this.n).isub(this.p); + + this.tmp = this._tmp(); + } + + MPrime.prototype._tmp = function _tmp () { + var tmp = new BN(null); + tmp.words = new Array(Math.ceil(this.n / 13)); + return tmp; + }; + + MPrime.prototype.ireduce = function ireduce (num) { + // Assumes that `num` is less than `P^2` + // num = HI * (2 ^ N - K) + HI * K + LO = HI * K + LO (mod P) + var r = num; + var rlen; + + do { + this.split(r, this.tmp); + r = this.imulK(r); + r = r.iadd(this.tmp); + rlen = r.bitLength(); + } while (rlen > this.n); + + var cmp = rlen < this.n ? -1 : r.ucmp(this.p); + if (cmp === 0) { + r.words[0] = 0; + r.length = 1; + } else if (cmp > 0) { + r.isub(this.p); + } else { + if (r.strip !== undefined) { + // r is BN v4 instance + r.strip(); + } else { + // r is BN v5 instance + r._strip(); + } + } + + return r; + }; + + MPrime.prototype.split = function split (input, out) { + input.iushrn(this.n, 0, out); + }; + + MPrime.prototype.imulK = function imulK (num) { + return num.imul(this.k); + }; + + function K256 () { + MPrime.call( + this, + 'k256', + 'ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f'); + } + inherits(K256, MPrime); + + K256.prototype.split = function split (input, output) { + // 256 = 9 * 26 + 22 + var mask = 0x3fffff; + + var outLen = Math.min(input.length, 9); + for (var i = 0; i < outLen; i++) { + output.words[i] = input.words[i]; + } + output.length = outLen; + + if (input.length <= 9) { + input.words[0] = 0; + input.length = 1; + return; + } + + // Shift by 9 limbs + var prev = input.words[9]; + output.words[output.length++] = prev & mask; + + for (i = 10; i < input.length; i++) { + var next = input.words[i] | 0; + input.words[i - 10] = ((next & mask) << 4) | (prev >>> 22); + prev = next; + } + prev >>>= 22; + input.words[i - 10] = prev; + if (prev === 0 && input.length > 10) { + input.length -= 10; + } else { + input.length -= 9; + } + }; + + K256.prototype.imulK = function imulK (num) { + // K = 0x1000003d1 = [ 0x40, 0x3d1 ] + num.words[num.length] = 0; + num.words[num.length + 1] = 0; + num.length += 2; + + // bounded at: 0x40 * 0x3ffffff + 0x3d0 = 0x100000390 + var lo = 0; + for (var i = 0; i < num.length; i++) { + var w = num.words[i] | 0; + lo += w * 0x3d1; + num.words[i] = lo & 0x3ffffff; + lo = w * 0x40 + ((lo / 0x4000000) | 0); + } + + // Fast length reduction + if (num.words[num.length - 1] === 0) { + num.length--; + if (num.words[num.length - 1] === 0) { + num.length--; + } + } + return num; + }; + + function P224 () { + MPrime.call( + this, + 'p224', + 'ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001'); + } + inherits(P224, MPrime); + + function P192 () { + MPrime.call( + this, + 'p192', + 'ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff'); + } + inherits(P192, MPrime); + + function P25519 () { + // 2 ^ 255 - 19 + MPrime.call( + this, + '25519', + '7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed'); + } + inherits(P25519, MPrime); + + P25519.prototype.imulK = function imulK (num) { + // K = 0x13 + var carry = 0; + for (var i = 0; i < num.length; i++) { + var hi = (num.words[i] | 0) * 0x13 + carry; + var lo = hi & 0x3ffffff; + hi >>>= 26; + + num.words[i] = lo; + carry = hi; + } + if (carry !== 0) { + num.words[num.length++] = carry; + } + return num; + }; + + // Exported mostly for testing purposes, use plain name instead + BN._prime = function prime (name) { + // Cached version of prime + if (primes[name]) return primes[name]; + + var prime; + if (name === 'k256') { + prime = new K256(); + } else if (name === 'p224') { + prime = new P224(); + } else if (name === 'p192') { + prime = new P192(); + } else if (name === 'p25519') { + prime = new P25519(); + } else { + throw new Error('Unknown prime ' + name); + } + primes[name] = prime; + + return prime; + }; + + // + // Base reduction engine + // + function Red (m) { + if (typeof m === 'string') { + var prime = BN._prime(m); + this.m = prime.p; + this.prime = prime; + } else { + assert(m.gtn(1), 'modulus must be greater than 1'); + this.m = m; + this.prime = null; + } + } + + Red.prototype._verify1 = function _verify1 (a) { + assert(a.negative === 0, 'red works only with positives'); + assert(a.red, 'red works only with red numbers'); + }; + + Red.prototype._verify2 = function _verify2 (a, b) { + assert((a.negative | b.negative) === 0, 'red works only with positives'); + assert(a.red && a.red === b.red, + 'red works only with red numbers'); + }; + + Red.prototype.imod = function imod (a) { + if (this.prime) return this.prime.ireduce(a)._forceRed(this); + return a.umod(this.m)._forceRed(this); + }; + + Red.prototype.neg = function neg (a) { + if (a.isZero()) { + return a.clone(); + } + + return this.m.sub(a)._forceRed(this); + }; + + Red.prototype.add = function add (a, b) { + this._verify2(a, b); + + var res = a.add(b); + if (res.cmp(this.m) >= 0) { + res.isub(this.m); + } + return res._forceRed(this); + }; + + Red.prototype.iadd = function iadd (a, b) { + this._verify2(a, b); + + var res = a.iadd(b); + if (res.cmp(this.m) >= 0) { + res.isub(this.m); + } + return res; + }; + + Red.prototype.sub = function sub (a, b) { + this._verify2(a, b); + + var res = a.sub(b); + if (res.cmpn(0) < 0) { + res.iadd(this.m); + } + return res._forceRed(this); + }; + + Red.prototype.isub = function isub (a, b) { + this._verify2(a, b); + + var res = a.isub(b); + if (res.cmpn(0) < 0) { + res.iadd(this.m); + } + return res; + }; + + Red.prototype.shl = function shl (a, num) { + this._verify1(a); + return this.imod(a.ushln(num)); + }; + + Red.prototype.imul = function imul (a, b) { + this._verify2(a, b); + return this.imod(a.imul(b)); + }; + + Red.prototype.mul = function mul (a, b) { + this._verify2(a, b); + return this.imod(a.mul(b)); + }; + + Red.prototype.isqr = function isqr (a) { + return this.imul(a, a.clone()); + }; + + Red.prototype.sqr = function sqr (a) { + return this.mul(a, a); + }; + + Red.prototype.sqrt = function sqrt (a) { + if (a.isZero()) return a.clone(); + + var mod3 = this.m.andln(3); + assert(mod3 % 2 === 1); + + // Fast case + if (mod3 === 3) { + var pow = this.m.add(new BN(1)).iushrn(2); + return this.pow(a, pow); + } + + // Tonelli-Shanks algorithm (Totally unoptimized and slow) + // + // Find Q and S, that Q * 2 ^ S = (P - 1) + var q = this.m.subn(1); + var s = 0; + while (!q.isZero() && q.andln(1) === 0) { + s++; + q.iushrn(1); + } + assert(!q.isZero()); + + var one = new BN(1).toRed(this); + var nOne = one.redNeg(); + + // Find quadratic non-residue + // NOTE: Max is such because of generalized Riemann hypothesis. + var lpow = this.m.subn(1).iushrn(1); + var z = this.m.bitLength(); + z = new BN(2 * z * z).toRed(this); + + while (this.pow(z, lpow).cmp(nOne) !== 0) { + z.redIAdd(nOne); + } + + var c = this.pow(z, q); + var r = this.pow(a, q.addn(1).iushrn(1)); + var t = this.pow(a, q); + var m = s; + while (t.cmp(one) !== 0) { + var tmp = t; + for (var i = 0; tmp.cmp(one) !== 0; i++) { + tmp = tmp.redSqr(); + } + assert(i < m); + var b = this.pow(c, new BN(1).iushln(m - i - 1)); + + r = r.redMul(b); + c = b.redSqr(); + t = t.redMul(c); + m = i; + } + + return r; + }; + + Red.prototype.invm = function invm (a) { + var inv = a._invmp(this.m); + if (inv.negative !== 0) { + inv.negative = 0; + return this.imod(inv).redNeg(); + } else { + return this.imod(inv); + } + }; + + Red.prototype.pow = function pow (a, num) { + if (num.isZero()) return new BN(1).toRed(this); + if (num.cmpn(1) === 0) return a.clone(); + + var windowSize = 4; + var wnd = new Array(1 << windowSize); + wnd[0] = new BN(1).toRed(this); + wnd[1] = a; + for (var i = 2; i < wnd.length; i++) { + wnd[i] = this.mul(wnd[i - 1], a); + } + + var res = wnd[0]; + var current = 0; + var currentLen = 0; + var start = num.bitLength() % 26; + if (start === 0) { + start = 26; + } + + for (i = num.length - 1; i >= 0; i--) { + var word = num.words[i]; + for (var j = start - 1; j >= 0; j--) { + var bit = (word >> j) & 1; + if (res !== wnd[0]) { + res = this.sqr(res); + } + + if (bit === 0 && current === 0) { + currentLen = 0; + continue; + } + + current <<= 1; + current |= bit; + currentLen++; + if (currentLen !== windowSize && (i !== 0 || j !== 0)) continue; + + res = this.mul(res, wnd[current]); + currentLen = 0; + current = 0; + } + start = 26; + } + + return res; + }; + + Red.prototype.convertTo = function convertTo (num) { + var r = num.umod(this.m); + + return r === num ? r.clone() : r; + }; + + Red.prototype.convertFrom = function convertFrom (num) { + var res = num.clone(); + res.red = null; + return res; + }; + + // + // Montgomery method engine + // + + BN.mont = function mont (num) { + return new Mont(num); + }; + + function Mont (m) { + Red.call(this, m); + + this.shift = this.m.bitLength(); + if (this.shift % 26 !== 0) { + this.shift += 26 - (this.shift % 26); + } + + this.r = new BN(1).iushln(this.shift); + this.r2 = this.imod(this.r.sqr()); + this.rinv = this.r._invmp(this.m); + + this.minv = this.rinv.mul(this.r).isubn(1).div(this.m); + this.minv = this.minv.umod(this.r); + this.minv = this.r.sub(this.minv); + } + inherits(Mont, Red); + + Mont.prototype.convertTo = function convertTo (num) { + return this.imod(num.ushln(this.shift)); + }; + + Mont.prototype.convertFrom = function convertFrom (num) { + var r = this.imod(num.mul(this.rinv)); + r.red = null; + return r; + }; + + Mont.prototype.imul = function imul (a, b) { + if (a.isZero() || b.isZero()) { + a.words[0] = 0; + a.length = 1; + return a; + } + + var t = a.imul(b); + var c = t.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m); + var u = t.isub(c).iushrn(this.shift); + var res = u; + + if (u.cmp(this.m) >= 0) { + res = u.isub(this.m); + } else if (u.cmpn(0) < 0) { + res = u.iadd(this.m); + } + + return res._forceRed(this); + }; + + Mont.prototype.mul = function mul (a, b) { + if (a.isZero() || b.isZero()) return new BN(0)._forceRed(this); + + var t = a.mul(b); + var c = t.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m); + var u = t.isub(c).iushrn(this.shift); + var res = u; + if (u.cmp(this.m) >= 0) { + res = u.isub(this.m); + } else if (u.cmpn(0) < 0) { + res = u.iadd(this.m); + } + + return res._forceRed(this); + }; + + Mont.prototype.invm = function invm (a) { + // (AR)^-1 * R^2 = (A^-1 * R^-1) * R^2 = A^-1 * R + var res = this.imod(a._invmp(this.m).mul(this.r2)); + return res._forceRed(this); + }; +})(typeof module === 'undefined' || module, this); + +},{"buffer":"../node_modules/parcel/src/builtins/_empty.js"}],"../node_modules/brorand/index.js":[function(require,module,exports) { +var r; + +module.exports = function rand(len) { + if (!r) + r = new Rand(null); + + return r.generate(len); +}; + +function Rand(rand) { + this.rand = rand; +} +module.exports.Rand = Rand; + +Rand.prototype.generate = function generate(len) { + return this._rand(len); +}; + +// Emulate crypto API using randy +Rand.prototype._rand = function _rand(n) { + if (this.rand.getBytes) + return this.rand.getBytes(n); + + var res = new Uint8Array(n); + for (var i = 0; i < res.length; i++) + res[i] = this.rand.getByte(); + return res; +}; + +if (typeof self === 'object') { + if (self.crypto && self.crypto.getRandomValues) { + // Modern browsers + Rand.prototype._rand = function _rand(n) { + var arr = new Uint8Array(n); + self.crypto.getRandomValues(arr); + return arr; + }; + } else if (self.msCrypto && self.msCrypto.getRandomValues) { + // IE + Rand.prototype._rand = function _rand(n) { + var arr = new Uint8Array(n); + self.msCrypto.getRandomValues(arr); + return arr; + }; + + // Safari's WebWorkers do not have `crypto` + } else if (typeof window === 'object') { + // Old junk + Rand.prototype._rand = function() { + throw new Error('Not implemented yet'); + }; + } +} else { + // Node.js or Web worker with no crypto support + try { + var crypto = require('crypto'); + if (typeof crypto.randomBytes !== 'function') + throw new Error('Not supported'); + + Rand.prototype._rand = function _rand(n) { + return crypto.randomBytes(n); + }; + } catch (e) { + } +} + +},{"crypto":"../node_modules/parcel/src/builtins/_empty.js"}],"../node_modules/miller-rabin/lib/mr.js":[function(require,module,exports) { +var bn = require('bn.js'); +var brorand = require('brorand'); + +function MillerRabin(rand) { + this.rand = rand || new brorand.Rand(); +} +module.exports = MillerRabin; + +MillerRabin.create = function create(rand) { + return new MillerRabin(rand); +}; + +MillerRabin.prototype._randbelow = function _randbelow(n) { + var len = n.bitLength(); + var min_bytes = Math.ceil(len / 8); + + // Generage random bytes until a number less than n is found. + // This ensures that 0..n-1 have an equal probability of being selected. + do + var a = new bn(this.rand.generate(min_bytes)); + while (a.cmp(n) >= 0); + + return a; +}; + +MillerRabin.prototype._randrange = function _randrange(start, stop) { + // Generate a random number greater than or equal to start and less than stop. + var size = stop.sub(start); + return start.add(this._randbelow(size)); +}; + +MillerRabin.prototype.test = function test(n, k, cb) { + var len = n.bitLength(); + var red = bn.mont(n); + var rone = new bn(1).toRed(red); + + if (!k) + k = Math.max(1, (len / 48) | 0); + + // Find d and s, (n - 1) = (2 ^ s) * d; + var n1 = n.subn(1); + for (var s = 0; !n1.testn(s); s++) {} + var d = n.shrn(s); + + var rn1 = n1.toRed(red); + + var prime = true; + for (; k > 0; k--) { + var a = this._randrange(new bn(2), n1); + if (cb) + cb(a); + + var x = a.toRed(red).redPow(d); + if (x.cmp(rone) === 0 || x.cmp(rn1) === 0) + continue; + + for (var i = 1; i < s; i++) { + x = x.redSqr(); + + if (x.cmp(rone) === 0) + return false; + if (x.cmp(rn1) === 0) + break; + } + + if (i === s) + return false; + } + + return prime; +}; + +MillerRabin.prototype.getDivisor = function getDivisor(n, k) { + var len = n.bitLength(); + var red = bn.mont(n); + var rone = new bn(1).toRed(red); + + if (!k) + k = Math.max(1, (len / 48) | 0); + + // Find d and s, (n - 1) = (2 ^ s) * d; + var n1 = n.subn(1); + for (var s = 0; !n1.testn(s); s++) {} + var d = n.shrn(s); + + var rn1 = n1.toRed(red); + + for (; k > 0; k--) { + var a = this._randrange(new bn(2), n1); + + var g = n.gcd(a); + if (g.cmpn(1) !== 0) + return g; + + var x = a.toRed(red).redPow(d); + if (x.cmp(rone) === 0 || x.cmp(rn1) === 0) + continue; + + for (var i = 1; i < s; i++) { + x = x.redSqr(); + + if (x.cmp(rone) === 0) + return x.fromRed().subn(1).gcd(n); + if (x.cmp(rn1) === 0) + break; + } + + if (i === s) { + x = x.redSqr(); + return x.fromRed().subn(1).gcd(n); + } + } + + return false; +}; + +},{"bn.js":"../node_modules/bn.js/lib/bn.js","brorand":"../node_modules/brorand/index.js"}],"../node_modules/diffie-hellman/lib/generatePrime.js":[function(require,module,exports) { +var randomBytes = require('randombytes'); +module.exports = findPrime; +findPrime.simpleSieve = simpleSieve; +findPrime.fermatTest = fermatTest; +var BN = require('bn.js'); +var TWENTYFOUR = new BN(24); +var MillerRabin = require('miller-rabin'); +var millerRabin = new MillerRabin(); +var ONE = new BN(1); +var TWO = new BN(2); +var FIVE = new BN(5); +var SIXTEEN = new BN(16); +var EIGHT = new BN(8); +var TEN = new BN(10); +var THREE = new BN(3); +var SEVEN = new BN(7); +var ELEVEN = new BN(11); +var FOUR = new BN(4); +var TWELVE = new BN(12); +var primes = null; + +function _getPrimes() { + if (primes !== null) + return primes; + + var limit = 0x100000; + var res = []; + res[0] = 2; + for (var i = 1, k = 3; k < limit; k += 2) { + var sqrt = Math.ceil(Math.sqrt(k)); + for (var j = 0; j < i && res[j] <= sqrt; j++) + if (k % res[j] === 0) + break; + + if (i !== j && res[j] <= sqrt) + continue; + + res[i++] = k; + } + primes = res; + return res; +} + +function simpleSieve(p) { + var primes = _getPrimes(); + + for (var i = 0; i < primes.length; i++) + if (p.modn(primes[i]) === 0) { + if (p.cmpn(primes[i]) === 0) { + return true; + } else { + return false; + } + } + + return true; +} + +function fermatTest(p) { + var red = BN.mont(p); + return TWO.toRed(red).redPow(p.subn(1)).fromRed().cmpn(1) === 0; +} + +function findPrime(bits, gen) { + if (bits < 16) { + // this is what openssl does + if (gen === 2 || gen === 5) { + return new BN([0x8c, 0x7b]); + } else { + return new BN([0x8c, 0x27]); + } + } + gen = new BN(gen); + + var num, n2; + + while (true) { + num = new BN(randomBytes(Math.ceil(bits / 8))); + while (num.bitLength() > bits) { + num.ishrn(1); + } + if (num.isEven()) { + num.iadd(ONE); + } + if (!num.testn(1)) { + num.iadd(TWO); + } + if (!gen.cmp(TWO)) { + while (num.mod(TWENTYFOUR).cmp(ELEVEN)) { + num.iadd(FOUR); + } + } else if (!gen.cmp(FIVE)) { + while (num.mod(TEN).cmp(THREE)) { + num.iadd(FOUR); + } + } + n2 = num.shrn(1); + if (simpleSieve(n2) && simpleSieve(num) && + fermatTest(n2) && fermatTest(num) && + millerRabin.test(n2) && millerRabin.test(num)) { + return num; + } + } + +} + +},{"randombytes":"../node_modules/randombytes/browser.js","bn.js":"../node_modules/bn.js/lib/bn.js","miller-rabin":"../node_modules/miller-rabin/lib/mr.js"}],"../node_modules/diffie-hellman/lib/primes.json":[function(require,module,exports) { +module.exports = { + "modp1": { + "gen": "02", + "prime": "ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a63a3620ffffffffffffffff" + }, + "modp2": { + "gen": "02", + "prime": "ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece65381ffffffffffffffff" + }, + "modp5": { + "gen": "02", + "prime": "ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca237327ffffffffffffffff" + }, + "modp14": { + "gen": "02", + "prime": "ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aacaa68ffffffffffffffff" + }, + "modp15": { + "gen": "02", + "prime": "ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a93ad2caffffffffffffffff" + }, + "modp16": { + "gen": "02", + "prime": "ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c934063199ffffffffffffffff" + }, + "modp17": { + "gen": "02", + "prime": "ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c93402849236c3fab4d27c7026c1d4dcb2602646dec9751e763dba37bdf8ff9406ad9e530ee5db382f413001aeb06a53ed9027d831179727b0865a8918da3edbebcf9b14ed44ce6cbaced4bb1bdb7f1447e6cc254b332051512bd7af426fb8f401378cd2bf5983ca01c64b92ecf032ea15d1721d03f482d7ce6e74fef6d55e702f46980c82b5a84031900b1c9e59e7c97fbec7e8f323a97a7e36cc88be0f1d45b7ff585ac54bd407b22b4154aacc8f6d7ebf48e1d814cc5ed20f8037e0a79715eef29be32806a1d58bb7c5da76f550aa3d8a1fbff0eb19ccb1a313d55cda56c9ec2ef29632387fe8d76e3c0468043e8f663f4860ee12bf2d5b0b7474d6e694f91e6dcc4024ffffffffffffffff" + }, + "modp18": { + "gen": "02", + "prime": "ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c93402849236c3fab4d27c7026c1d4dcb2602646dec9751e763dba37bdf8ff9406ad9e530ee5db382f413001aeb06a53ed9027d831179727b0865a8918da3edbebcf9b14ed44ce6cbaced4bb1bdb7f1447e6cc254b332051512bd7af426fb8f401378cd2bf5983ca01c64b92ecf032ea15d1721d03f482d7ce6e74fef6d55e702f46980c82b5a84031900b1c9e59e7c97fbec7e8f323a97a7e36cc88be0f1d45b7ff585ac54bd407b22b4154aacc8f6d7ebf48e1d814cc5ed20f8037e0a79715eef29be32806a1d58bb7c5da76f550aa3d8a1fbff0eb19ccb1a313d55cda56c9ec2ef29632387fe8d76e3c0468043e8f663f4860ee12bf2d5b0b7474d6e694f91e6dbe115974a3926f12fee5e438777cb6a932df8cd8bec4d073b931ba3bc832b68d9dd300741fa7bf8afc47ed2576f6936ba424663aab639c5ae4f5683423b4742bf1c978238f16cbe39d652de3fdb8befc848ad922222e04a4037c0713eb57a81a23f0c73473fc646cea306b4bcbc8862f8385ddfa9d4b7fa2c087e879683303ed5bdd3a062b3cf5b3a278a66d2a13f83f44f82ddf310ee074ab6a364597e899a0255dc164f31cc50846851df9ab48195ded7ea1b1d510bd7ee74d73faf36bc31ecfa268359046f4eb879f924009438b481c6cd7889a002ed5ee382bc9190da6fc026e479558e4475677e9aa9e3050e2765694dfc81f56e880b96e7160c980dd98edd3dfffffffffffffffff" + } +}; +},{}],"../node_modules/diffie-hellman/lib/dh.js":[function(require,module,exports) { +var Buffer = require("buffer").Buffer; +var BN = require('bn.js'); +var MillerRabin = require('miller-rabin'); +var millerRabin = new MillerRabin(); +var TWENTYFOUR = new BN(24); +var ELEVEN = new BN(11); +var TEN = new BN(10); +var THREE = new BN(3); +var SEVEN = new BN(7); +var primes = require('./generatePrime'); +var randomBytes = require('randombytes'); +module.exports = DH; + +function setPublicKey(pub, enc) { + enc = enc || 'utf8'; + if (!Buffer.isBuffer(pub)) { + pub = new Buffer(pub, enc); + } + this._pub = new BN(pub); + return this; +} + +function setPrivateKey(priv, enc) { + enc = enc || 'utf8'; + if (!Buffer.isBuffer(priv)) { + priv = new Buffer(priv, enc); + } + this._priv = new BN(priv); + return this; +} + +var primeCache = {}; +function checkPrime(prime, generator) { + var gen = generator.toString('hex'); + var hex = [gen, prime.toString(16)].join('_'); + if (hex in primeCache) { + return primeCache[hex]; + } + var error = 0; + + if (prime.isEven() || + !primes.simpleSieve || + !primes.fermatTest(prime) || + !millerRabin.test(prime)) { + //not a prime so +1 + error += 1; + + if (gen === '02' || gen === '05') { + // we'd be able to check the generator + // it would fail so +8 + error += 8; + } else { + //we wouldn't be able to test the generator + // so +4 + error += 4; + } + primeCache[hex] = error; + return error; + } + if (!millerRabin.test(prime.shrn(1))) { + //not a safe prime + error += 2; + } + var rem; + switch (gen) { + case '02': + if (prime.mod(TWENTYFOUR).cmp(ELEVEN)) { + // unsuidable generator + error += 8; + } + break; + case '05': + rem = prime.mod(TEN); + if (rem.cmp(THREE) && rem.cmp(SEVEN)) { + // prime mod 10 needs to equal 3 or 7 + error += 8; + } + break; + default: + error += 4; + } + primeCache[hex] = error; + return error; +} + +function DH(prime, generator, malleable) { + this.setGenerator(generator); + this.__prime = new BN(prime); + this._prime = BN.mont(this.__prime); + this._primeLen = prime.length; + this._pub = undefined; + this._priv = undefined; + this._primeCode = undefined; + if (malleable) { + this.setPublicKey = setPublicKey; + this.setPrivateKey = setPrivateKey; + } else { + this._primeCode = 8; + } +} +Object.defineProperty(DH.prototype, 'verifyError', { + enumerable: true, + get: function () { + if (typeof this._primeCode !== 'number') { + this._primeCode = checkPrime(this.__prime, this.__gen); + } + return this._primeCode; + } +}); +DH.prototype.generateKeys = function () { + if (!this._priv) { + this._priv = new BN(randomBytes(this._primeLen)); + } + this._pub = this._gen.toRed(this._prime).redPow(this._priv).fromRed(); + return this.getPublicKey(); +}; + +DH.prototype.computeSecret = function (other) { + other = new BN(other); + other = other.toRed(this._prime); + var secret = other.redPow(this._priv).fromRed(); + var out = new Buffer(secret.toArray()); + var prime = this.getPrime(); + if (out.length < prime.length) { + var front = new Buffer(prime.length - out.length); + front.fill(0); + out = Buffer.concat([front, out]); + } + return out; +}; + +DH.prototype.getPublicKey = function getPublicKey(enc) { + return formatReturnValue(this._pub, enc); +}; + +DH.prototype.getPrivateKey = function getPrivateKey(enc) { + return formatReturnValue(this._priv, enc); +}; + +DH.prototype.getPrime = function (enc) { + return formatReturnValue(this.__prime, enc); +}; + +DH.prototype.getGenerator = function (enc) { + return formatReturnValue(this._gen, enc); +}; + +DH.prototype.setGenerator = function (gen, enc) { + enc = enc || 'utf8'; + if (!Buffer.isBuffer(gen)) { + gen = new Buffer(gen, enc); + } + this.__gen = gen; + this._gen = new BN(gen); + return this; +}; + +function formatReturnValue(bn, enc) { + var buf = new Buffer(bn.toArray()); + if (!enc) { + return buf; + } else { + return buf.toString(enc); + } +} + +},{"bn.js":"../node_modules/bn.js/lib/bn.js","miller-rabin":"../node_modules/miller-rabin/lib/mr.js","./generatePrime":"../node_modules/diffie-hellman/lib/generatePrime.js","randombytes":"../node_modules/randombytes/browser.js","buffer":"../node_modules/buffer/index.js"}],"../node_modules/diffie-hellman/browser.js":[function(require,module,exports) { +var Buffer = require("buffer").Buffer; +var generatePrime = require('./lib/generatePrime') +var primes = require('./lib/primes.json') + +var DH = require('./lib/dh') + +function getDiffieHellman (mod) { + var prime = new Buffer(primes[mod].prime, 'hex') + var gen = new Buffer(primes[mod].gen, 'hex') + + return new DH(prime, gen) +} + +var ENCODINGS = { + 'binary': true, 'hex': true, 'base64': true +} + +function createDiffieHellman (prime, enc, generator, genc) { + if (Buffer.isBuffer(enc) || ENCODINGS[enc] === undefined) { + return createDiffieHellman(prime, 'binary', enc, generator) + } + + enc = enc || 'binary' + genc = genc || 'binary' + generator = generator || new Buffer([2]) + + if (!Buffer.isBuffer(generator)) { + generator = new Buffer(generator, genc) + } + + if (typeof prime === 'number') { + return new DH(generatePrime(prime, generator), generator, true) + } + + if (!Buffer.isBuffer(prime)) { + prime = new Buffer(prime, enc) + } + + return new DH(prime, generator, true) +} + +exports.DiffieHellmanGroup = exports.createDiffieHellmanGroup = exports.getDiffieHellman = getDiffieHellman +exports.createDiffieHellman = exports.DiffieHellman = createDiffieHellman + +},{"./lib/generatePrime":"../node_modules/diffie-hellman/lib/generatePrime.js","./lib/primes.json":"../node_modules/diffie-hellman/lib/primes.json","./lib/dh":"../node_modules/diffie-hellman/lib/dh.js","buffer":"../node_modules/buffer/index.js"}],"../node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/stream-browser.js":[function(require,module,exports) { +module.exports = require('events').EventEmitter; +},{"events":"../node_modules/events/events.js"}],"../node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/buffer_list.js":[function(require,module,exports) { + +'use strict'; + +function ownKeys(object, enumerableOnly) { + var keys = Object.keys(object); + + if (Object.getOwnPropertySymbols) { + var symbols = Object.getOwnPropertySymbols(object); + if (enumerableOnly) symbols = symbols.filter(function (sym) { + return Object.getOwnPropertyDescriptor(object, sym).enumerable; + }); + keys.push.apply(keys, symbols); + } + + return keys; +} + +function _objectSpread(target) { + for (var i = 1; i < arguments.length; i++) { + var source = arguments[i] != null ? arguments[i] : {}; + + if (i % 2) { + ownKeys(Object(source), true).forEach(function (key) { + _defineProperty(target, key, source[key]); + }); + } else if (Object.getOwnPropertyDescriptors) { + Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); + } else { + ownKeys(Object(source)).forEach(function (key) { + Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); + }); + } + } + + return target; +} + +function _defineProperty(obj, key, value) { + if (key in obj) { + Object.defineProperty(obj, key, { + value: value, + enumerable: true, + configurable: true, + writable: true + }); + } else { + obj[key] = value; + } + + return obj; +} + +function _classCallCheck(instance, Constructor) { + if (!(instance instanceof Constructor)) { + throw new TypeError("Cannot call a class as a function"); + } +} + +function _defineProperties(target, props) { + for (var i = 0; i < props.length; i++) { + var descriptor = props[i]; + descriptor.enumerable = descriptor.enumerable || false; + descriptor.configurable = true; + if ("value" in descriptor) descriptor.writable = true; + Object.defineProperty(target, descriptor.key, descriptor); + } +} + +function _createClass(Constructor, protoProps, staticProps) { + if (protoProps) _defineProperties(Constructor.prototype, protoProps); + if (staticProps) _defineProperties(Constructor, staticProps); + return Constructor; +} + +var _require = require('buffer'), + Buffer = _require.Buffer; + +var _require2 = require('util'), + inspect = _require2.inspect; + +var custom = inspect && inspect.custom || 'inspect'; + +function copyBuffer(src, target, offset) { + Buffer.prototype.copy.call(src, target, offset); +} + +module.exports = /*#__PURE__*/function () { + function BufferList() { + _classCallCheck(this, BufferList); + + this.head = null; + this.tail = null; + this.length = 0; + } + + _createClass(BufferList, [{ + key: "push", + value: function push(v) { + var entry = { + data: v, + next: null + }; + if (this.length > 0) this.tail.next = entry;else this.head = entry; + this.tail = entry; + ++this.length; + } + }, { + key: "unshift", + value: function unshift(v) { + var entry = { + data: v, + next: this.head + }; + if (this.length === 0) this.tail = entry; + this.head = entry; + ++this.length; + } + }, { + key: "shift", + value: function shift() { + if (this.length === 0) return; + var ret = this.head.data; + if (this.length === 1) this.head = this.tail = null;else this.head = this.head.next; + --this.length; + return ret; + } + }, { + key: "clear", + value: function clear() { + this.head = this.tail = null; + this.length = 0; + } + }, { + key: "join", + value: function join(s) { + if (this.length === 0) return ''; + var p = this.head; + var ret = '' + p.data; + + while (p = p.next) { + ret += s + p.data; + } + + return ret; + } + }, { + key: "concat", + value: function concat(n) { + if (this.length === 0) return Buffer.alloc(0); + var ret = Buffer.allocUnsafe(n >>> 0); + var p = this.head; + var i = 0; + + while (p) { + copyBuffer(p.data, ret, i); + i += p.data.length; + p = p.next; + } + + return ret; + } // Consumes a specified amount of bytes or characters from the buffered data. + + }, { + key: "consume", + value: function consume(n, hasStrings) { + var ret; + + if (n < this.head.data.length) { + // `slice` is the same for buffers and strings. + ret = this.head.data.slice(0, n); + this.head.data = this.head.data.slice(n); + } else if (n === this.head.data.length) { + // First chunk is a perfect match. + ret = this.shift(); + } else { + // Result spans more than one buffer. + ret = hasStrings ? this._getString(n) : this._getBuffer(n); + } + + return ret; + } + }, { + key: "first", + value: function first() { + return this.head.data; + } // Consumes a specified amount of characters from the buffered data. + + }, { + key: "_getString", + value: function _getString(n) { + var p = this.head; + var c = 1; + var ret = p.data; + n -= ret.length; + + while (p = p.next) { + var str = p.data; + var nb = n > str.length ? str.length : n; + if (nb === str.length) ret += str;else ret += str.slice(0, n); + n -= nb; + + if (n === 0) { + if (nb === str.length) { + ++c; + if (p.next) this.head = p.next;else this.head = this.tail = null; + } else { + this.head = p; + p.data = str.slice(nb); + } + + break; + } + + ++c; + } + + this.length -= c; + return ret; + } // Consumes a specified amount of bytes from the buffered data. + + }, { + key: "_getBuffer", + value: function _getBuffer(n) { + var ret = Buffer.allocUnsafe(n); + var p = this.head; + var c = 1; + p.data.copy(ret); + n -= p.data.length; + + while (p = p.next) { + var buf = p.data; + var nb = n > buf.length ? buf.length : n; + buf.copy(ret, ret.length - n, 0, nb); + n -= nb; + + if (n === 0) { + if (nb === buf.length) { + ++c; + if (p.next) this.head = p.next;else this.head = this.tail = null; + } else { + this.head = p; + p.data = buf.slice(nb); + } + + break; + } + + ++c; + } + + this.length -= c; + return ret; + } // Make sure the linked list only shows the minimal necessary information. + + }, { + key: custom, + value: function value(_, options) { + return inspect(this, _objectSpread({}, options, { + // Only inspect one level. + depth: 0, + // It should not recurse. + customInspect: false + })); + } + }]); + + return BufferList; +}(); +},{"buffer":"../node_modules/buffer/index.js","util":"../node_modules/parcel/src/builtins/_empty.js"}],"../node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/destroy.js":[function(require,module,exports) { +var process = require("process"); +'use strict'; // undocumented cb() API, needed for core, not for public API + +function destroy(err, cb) { + var _this = this; + + var readableDestroyed = this._readableState && this._readableState.destroyed; + var writableDestroyed = this._writableState && this._writableState.destroyed; + + if (readableDestroyed || writableDestroyed) { + if (cb) { + cb(err); + } else if (err) { + if (!this._writableState) { + process.nextTick(emitErrorNT, this, err); + } else if (!this._writableState.errorEmitted) { + this._writableState.errorEmitted = true; + process.nextTick(emitErrorNT, this, err); + } + } + + return this; + } // we set destroyed to true before firing error callbacks in order + // to make it re-entrance safe in case destroy() is called within callbacks + + + if (this._readableState) { + this._readableState.destroyed = true; + } // if this is a duplex stream mark the writable part as destroyed as well + + + if (this._writableState) { + this._writableState.destroyed = true; + } + + this._destroy(err || null, function (err) { + if (!cb && err) { + if (!_this._writableState) { + process.nextTick(emitErrorAndCloseNT, _this, err); + } else if (!_this._writableState.errorEmitted) { + _this._writableState.errorEmitted = true; + process.nextTick(emitErrorAndCloseNT, _this, err); + } else { + process.nextTick(emitCloseNT, _this); + } + } else if (cb) { + process.nextTick(emitCloseNT, _this); + cb(err); + } else { + process.nextTick(emitCloseNT, _this); + } + }); + + return this; +} + +function emitErrorAndCloseNT(self, err) { + emitErrorNT(self, err); + emitCloseNT(self); +} + +function emitCloseNT(self) { + if (self._writableState && !self._writableState.emitClose) return; + if (self._readableState && !self._readableState.emitClose) return; + self.emit('close'); +} + +function undestroy() { + if (this._readableState) { + this._readableState.destroyed = false; + this._readableState.reading = false; + this._readableState.ended = false; + this._readableState.endEmitted = false; + } + + if (this._writableState) { + this._writableState.destroyed = false; + this._writableState.ended = false; + this._writableState.ending = false; + this._writableState.finalCalled = false; + this._writableState.prefinished = false; + this._writableState.finished = false; + this._writableState.errorEmitted = false; + } +} + +function emitErrorNT(self, err) { + self.emit('error', err); +} + +function errorOrDestroy(stream, err) { + // We have tests that rely on errors being emitted + // in the same tick, so changing this is semver major. + // For now when you opt-in to autoDestroy we allow + // the error to be emitted nextTick. In a future + // semver major update we should change the default to this. + var rState = stream._readableState; + var wState = stream._writableState; + if (rState && rState.autoDestroy || wState && wState.autoDestroy) stream.destroy(err);else stream.emit('error', err); +} + +module.exports = { + destroy: destroy, + undestroy: undestroy, + errorOrDestroy: errorOrDestroy +}; +},{"process":"../node_modules/process/browser.js"}],"../node_modules/browserify-sign/node_modules/readable-stream/errors-browser.js":[function(require,module,exports) { +'use strict'; + +function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function (obj) { return typeof obj; }; } else { _typeof = function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } + +function _inheritsLoose(subClass, superClass) { + subClass.prototype = Object.create(superClass.prototype); + subClass.prototype.constructor = subClass; + subClass.__proto__ = superClass; +} + +var codes = {}; + +function createErrorType(code, message, Base) { + if (!Base) { + Base = Error; + } + + function getMessage(arg1, arg2, arg3) { + if (typeof message === 'string') { + return message; + } else { + return message(arg1, arg2, arg3); + } + } + + var NodeError = /*#__PURE__*/function (_Base) { + _inheritsLoose(NodeError, _Base); + + function NodeError(arg1, arg2, arg3) { + return _Base.call(this, getMessage(arg1, arg2, arg3)) || this; + } + + return NodeError; + }(Base); + + NodeError.prototype.name = Base.name; + NodeError.prototype.code = code; + codes[code] = NodeError; +} // https://github.com/nodejs/node/blob/v10.8.0/lib/internal/errors.js + + +function oneOf(expected, thing) { + if (Array.isArray(expected)) { + var len = expected.length; + expected = expected.map(function (i) { + return String(i); + }); + + if (len > 2) { + return "one of ".concat(thing, " ").concat(expected.slice(0, len - 1).join(', '), ", or ") + expected[len - 1]; + } else if (len === 2) { + return "one of ".concat(thing, " ").concat(expected[0], " or ").concat(expected[1]); + } else { + return "of ".concat(thing, " ").concat(expected[0]); + } + } else { + return "of ".concat(thing, " ").concat(String(expected)); + } +} // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/startsWith + + +function startsWith(str, search, pos) { + return str.substr(!pos || pos < 0 ? 0 : +pos, search.length) === search; +} // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/endsWith + + +function endsWith(str, search, this_len) { + if (this_len === undefined || this_len > str.length) { + this_len = str.length; + } + + return str.substring(this_len - search.length, this_len) === search; +} // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/includes + + +function includes(str, search, start) { + if (typeof start !== 'number') { + start = 0; + } + + if (start + search.length > str.length) { + return false; + } else { + return str.indexOf(search, start) !== -1; + } +} + +createErrorType('ERR_INVALID_OPT_VALUE', function (name, value) { + return 'The value "' + value + '" is invalid for option "' + name + '"'; +}, TypeError); +createErrorType('ERR_INVALID_ARG_TYPE', function (name, expected, actual) { + // determiner: 'must be' or 'must not be' + var determiner; + + if (typeof expected === 'string' && startsWith(expected, 'not ')) { + determiner = 'must not be'; + expected = expected.replace(/^not /, ''); + } else { + determiner = 'must be'; + } + + var msg; + + if (endsWith(name, ' argument')) { + // For cases like 'first argument' + msg = "The ".concat(name, " ").concat(determiner, " ").concat(oneOf(expected, 'type')); + } else { + var type = includes(name, '.') ? 'property' : 'argument'; + msg = "The \"".concat(name, "\" ").concat(type, " ").concat(determiner, " ").concat(oneOf(expected, 'type')); + } + + msg += ". Received type ".concat(_typeof(actual)); + return msg; +}, TypeError); +createErrorType('ERR_STREAM_PUSH_AFTER_EOF', 'stream.push() after EOF'); +createErrorType('ERR_METHOD_NOT_IMPLEMENTED', function (name) { + return 'The ' + name + ' method is not implemented'; +}); +createErrorType('ERR_STREAM_PREMATURE_CLOSE', 'Premature close'); +createErrorType('ERR_STREAM_DESTROYED', function (name) { + return 'Cannot call ' + name + ' after a stream was destroyed'; +}); +createErrorType('ERR_MULTIPLE_CALLBACK', 'Callback called multiple times'); +createErrorType('ERR_STREAM_CANNOT_PIPE', 'Cannot pipe, not readable'); +createErrorType('ERR_STREAM_WRITE_AFTER_END', 'write after end'); +createErrorType('ERR_STREAM_NULL_VALUES', 'May not write null values to stream', TypeError); +createErrorType('ERR_UNKNOWN_ENCODING', function (arg) { + return 'Unknown encoding: ' + arg; +}, TypeError); +createErrorType('ERR_STREAM_UNSHIFT_AFTER_END_EVENT', 'stream.unshift() after end event'); +module.exports.codes = codes; +},{}],"../node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/state.js":[function(require,module,exports) { +'use strict'; + +var ERR_INVALID_OPT_VALUE = require('../../../errors').codes.ERR_INVALID_OPT_VALUE; + +function highWaterMarkFrom(options, isDuplex, duplexKey) { + return options.highWaterMark != null ? options.highWaterMark : isDuplex ? options[duplexKey] : null; +} + +function getHighWaterMark(state, options, duplexKey, isDuplex) { + var hwm = highWaterMarkFrom(options, isDuplex, duplexKey); + + if (hwm != null) { + if (!(isFinite(hwm) && Math.floor(hwm) === hwm) || hwm < 0) { + var name = isDuplex ? duplexKey : 'highWaterMark'; + throw new ERR_INVALID_OPT_VALUE(name, hwm); + } + + return Math.floor(hwm); + } // Default value + + + return state.objectMode ? 16 : 16 * 1024; +} + +module.exports = { + getHighWaterMark: getHighWaterMark +}; +},{"../../../errors":"../node_modules/browserify-sign/node_modules/readable-stream/errors-browser.js"}],"../node_modules/browserify-sign/node_modules/readable-stream/lib/_stream_writable.js":[function(require,module,exports) { + +var global = arguments[3]; +var process = require("process"); +// Copyright Joyent, Inc. and other Node contributors. +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to permit +// persons to whom the Software is furnished to do so, subject to the +// following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +// USE OR OTHER DEALINGS IN THE SOFTWARE. +// A bit simpler than readable streams. +// Implement an async ._write(chunk, encoding, cb), and it'll handle all +// the drain event emission and buffering. +'use strict'; + +module.exports = Writable; +/* */ + +function WriteReq(chunk, encoding, cb) { + this.chunk = chunk; + this.encoding = encoding; + this.callback = cb; + this.next = null; +} // It seems a linked list but it is not +// there will be only 2 of these for each stream + + +function CorkedRequest(state) { + var _this = this; + + this.next = null; + this.entry = null; + + this.finish = function () { + onCorkedFinish(_this, state); + }; +} +/* */ + +/**/ + + +var Duplex; +/**/ + +Writable.WritableState = WritableState; +/**/ + +var internalUtil = { + deprecate: require('util-deprecate') +}; +/**/ + +/**/ + +var Stream = require('./internal/streams/stream'); +/**/ + + +var Buffer = require('buffer').Buffer; + +var OurUint8Array = global.Uint8Array || function () {}; + +function _uint8ArrayToBuffer(chunk) { + return Buffer.from(chunk); +} + +function _isUint8Array(obj) { + return Buffer.isBuffer(obj) || obj instanceof OurUint8Array; +} + +var destroyImpl = require('./internal/streams/destroy'); + +var _require = require('./internal/streams/state'), + getHighWaterMark = _require.getHighWaterMark; + +var _require$codes = require('../errors').codes, + ERR_INVALID_ARG_TYPE = _require$codes.ERR_INVALID_ARG_TYPE, + ERR_METHOD_NOT_IMPLEMENTED = _require$codes.ERR_METHOD_NOT_IMPLEMENTED, + ERR_MULTIPLE_CALLBACK = _require$codes.ERR_MULTIPLE_CALLBACK, + ERR_STREAM_CANNOT_PIPE = _require$codes.ERR_STREAM_CANNOT_PIPE, + ERR_STREAM_DESTROYED = _require$codes.ERR_STREAM_DESTROYED, + ERR_STREAM_NULL_VALUES = _require$codes.ERR_STREAM_NULL_VALUES, + ERR_STREAM_WRITE_AFTER_END = _require$codes.ERR_STREAM_WRITE_AFTER_END, + ERR_UNKNOWN_ENCODING = _require$codes.ERR_UNKNOWN_ENCODING; + +var errorOrDestroy = destroyImpl.errorOrDestroy; + +require('inherits')(Writable, Stream); + +function nop() {} + +function WritableState(options, stream, isDuplex) { + Duplex = Duplex || require('./_stream_duplex'); + options = options || {}; // Duplex streams are both readable and writable, but share + // the same options object. + // However, some cases require setting options to different + // values for the readable and the writable sides of the duplex stream, + // e.g. options.readableObjectMode vs. options.writableObjectMode, etc. + + if (typeof isDuplex !== 'boolean') isDuplex = stream instanceof Duplex; // object stream flag to indicate whether or not this stream + // contains buffers or objects. + + this.objectMode = !!options.objectMode; + if (isDuplex) this.objectMode = this.objectMode || !!options.writableObjectMode; // the point at which write() starts returning false + // Note: 0 is a valid value, means that we always return false if + // the entire buffer is not flushed immediately on write() + + this.highWaterMark = getHighWaterMark(this, options, 'writableHighWaterMark', isDuplex); // if _final has been called + + this.finalCalled = false; // drain event flag. + + this.needDrain = false; // at the start of calling end() + + this.ending = false; // when end() has been called, and returned + + this.ended = false; // when 'finish' is emitted + + this.finished = false; // has it been destroyed + + this.destroyed = false; // should we decode strings into buffers before passing to _write? + // this is here so that some node-core streams can optimize string + // handling at a lower level. + + var noDecode = options.decodeStrings === false; + this.decodeStrings = !noDecode; // Crypto is kind of old and crusty. Historically, its default string + // encoding is 'binary' so we have to make this configurable. + // Everything else in the universe uses 'utf8', though. + + this.defaultEncoding = options.defaultEncoding || 'utf8'; // not an actual buffer we keep track of, but a measurement + // of how much we're waiting to get pushed to some underlying + // socket or file. + + this.length = 0; // a flag to see when we're in the middle of a write. + + this.writing = false; // when true all writes will be buffered until .uncork() call + + this.corked = 0; // a flag to be able to tell if the onwrite cb is called immediately, + // or on a later tick. We set this to true at first, because any + // actions that shouldn't happen until "later" should generally also + // not happen before the first write call. + + this.sync = true; // a flag to know if we're processing previously buffered items, which + // may call the _write() callback in the same tick, so that we don't + // end up in an overlapped onwrite situation. + + this.bufferProcessing = false; // the callback that's passed to _write(chunk,cb) + + this.onwrite = function (er) { + onwrite(stream, er); + }; // the callback that the user supplies to write(chunk,encoding,cb) + + + this.writecb = null; // the amount that is being written when _write is called. + + this.writelen = 0; + this.bufferedRequest = null; + this.lastBufferedRequest = null; // number of pending user-supplied write callbacks + // this must be 0 before 'finish' can be emitted + + this.pendingcb = 0; // emit prefinish if the only thing we're waiting for is _write cbs + // This is relevant for synchronous Transform streams + + this.prefinished = false; // True if the error was already emitted and should not be thrown again + + this.errorEmitted = false; // Should close be emitted on destroy. Defaults to true. + + this.emitClose = options.emitClose !== false; // Should .destroy() be called after 'finish' (and potentially 'end') + + this.autoDestroy = !!options.autoDestroy; // count buffered requests + + this.bufferedRequestCount = 0; // allocate the first CorkedRequest, there is always + // one allocated and free to use, and we maintain at most two + + this.corkedRequestsFree = new CorkedRequest(this); +} + +WritableState.prototype.getBuffer = function getBuffer() { + var current = this.bufferedRequest; + var out = []; + + while (current) { + out.push(current); + current = current.next; + } + + return out; +}; + +(function () { + try { + Object.defineProperty(WritableState.prototype, 'buffer', { + get: internalUtil.deprecate(function writableStateBufferGetter() { + return this.getBuffer(); + }, '_writableState.buffer is deprecated. Use _writableState.getBuffer ' + 'instead.', 'DEP0003') + }); + } catch (_) {} +})(); // Test _writableState for inheritance to account for Duplex streams, +// whose prototype chain only points to Readable. + + +var realHasInstance; + +if (typeof Symbol === 'function' && Symbol.hasInstance && typeof Function.prototype[Symbol.hasInstance] === 'function') { + realHasInstance = Function.prototype[Symbol.hasInstance]; + Object.defineProperty(Writable, Symbol.hasInstance, { + value: function value(object) { + if (realHasInstance.call(this, object)) return true; + if (this !== Writable) return false; + return object && object._writableState instanceof WritableState; + } + }); +} else { + realHasInstance = function realHasInstance(object) { + return object instanceof this; + }; +} + +function Writable(options) { + Duplex = Duplex || require('./_stream_duplex'); // Writable ctor is applied to Duplexes, too. + // `realHasInstance` is necessary because using plain `instanceof` + // would return false, as no `_writableState` property is attached. + // Trying to use the custom `instanceof` for Writable here will also break the + // Node.js LazyTransform implementation, which has a non-trivial getter for + // `_writableState` that would lead to infinite recursion. + // Checking for a Stream.Duplex instance is faster here instead of inside + // the WritableState constructor, at least with V8 6.5 + + var isDuplex = this instanceof Duplex; + if (!isDuplex && !realHasInstance.call(Writable, this)) return new Writable(options); + this._writableState = new WritableState(options, this, isDuplex); // legacy. + + this.writable = true; + + if (options) { + if (typeof options.write === 'function') this._write = options.write; + if (typeof options.writev === 'function') this._writev = options.writev; + if (typeof options.destroy === 'function') this._destroy = options.destroy; + if (typeof options.final === 'function') this._final = options.final; + } + + Stream.call(this); +} // Otherwise people can pipe Writable streams, which is just wrong. + + +Writable.prototype.pipe = function () { + errorOrDestroy(this, new ERR_STREAM_CANNOT_PIPE()); +}; + +function writeAfterEnd(stream, cb) { + var er = new ERR_STREAM_WRITE_AFTER_END(); // TODO: defer error events consistently everywhere, not just the cb + + errorOrDestroy(stream, er); + process.nextTick(cb, er); +} // Checks that a user-supplied chunk is valid, especially for the particular +// mode the stream is in. Currently this means that `null` is never accepted +// and undefined/non-string values are only allowed in object mode. + + +function validChunk(stream, state, chunk, cb) { + var er; + + if (chunk === null) { + er = new ERR_STREAM_NULL_VALUES(); + } else if (typeof chunk !== 'string' && !state.objectMode) { + er = new ERR_INVALID_ARG_TYPE('chunk', ['string', 'Buffer'], chunk); + } + + if (er) { + errorOrDestroy(stream, er); + process.nextTick(cb, er); + return false; + } + + return true; +} + +Writable.prototype.write = function (chunk, encoding, cb) { + var state = this._writableState; + var ret = false; + + var isBuf = !state.objectMode && _isUint8Array(chunk); + + if (isBuf && !Buffer.isBuffer(chunk)) { + chunk = _uint8ArrayToBuffer(chunk); + } + + if (typeof encoding === 'function') { + cb = encoding; + encoding = null; + } + + if (isBuf) encoding = 'buffer';else if (!encoding) encoding = state.defaultEncoding; + if (typeof cb !== 'function') cb = nop; + if (state.ending) writeAfterEnd(this, cb);else if (isBuf || validChunk(this, state, chunk, cb)) { + state.pendingcb++; + ret = writeOrBuffer(this, state, isBuf, chunk, encoding, cb); + } + return ret; +}; + +Writable.prototype.cork = function () { + this._writableState.corked++; +}; + +Writable.prototype.uncork = function () { + var state = this._writableState; + + if (state.corked) { + state.corked--; + if (!state.writing && !state.corked && !state.bufferProcessing && state.bufferedRequest) clearBuffer(this, state); + } +}; + +Writable.prototype.setDefaultEncoding = function setDefaultEncoding(encoding) { + // node::ParseEncoding() requires lower case. + if (typeof encoding === 'string') encoding = encoding.toLowerCase(); + if (!(['hex', 'utf8', 'utf-8', 'ascii', 'binary', 'base64', 'ucs2', 'ucs-2', 'utf16le', 'utf-16le', 'raw'].indexOf((encoding + '').toLowerCase()) > -1)) throw new ERR_UNKNOWN_ENCODING(encoding); + this._writableState.defaultEncoding = encoding; + return this; +}; + +Object.defineProperty(Writable.prototype, 'writableBuffer', { + // making it explicit this property is not enumerable + // because otherwise some prototype manipulation in + // userland will fail + enumerable: false, + get: function get() { + return this._writableState && this._writableState.getBuffer(); + } +}); + +function decodeChunk(state, chunk, encoding) { + if (!state.objectMode && state.decodeStrings !== false && typeof chunk === 'string') { + chunk = Buffer.from(chunk, encoding); + } + + return chunk; +} + +Object.defineProperty(Writable.prototype, 'writableHighWaterMark', { + // making it explicit this property is not enumerable + // because otherwise some prototype manipulation in + // userland will fail + enumerable: false, + get: function get() { + return this._writableState.highWaterMark; + } +}); // if we're already writing something, then just put this +// in the queue, and wait our turn. Otherwise, call _write +// If we return false, then we need a drain event, so set that flag. + +function writeOrBuffer(stream, state, isBuf, chunk, encoding, cb) { + if (!isBuf) { + var newChunk = decodeChunk(state, chunk, encoding); + + if (chunk !== newChunk) { + isBuf = true; + encoding = 'buffer'; + chunk = newChunk; + } + } + + var len = state.objectMode ? 1 : chunk.length; + state.length += len; + var ret = state.length < state.highWaterMark; // we must ensure that previous needDrain will not be reset to false. + + if (!ret) state.needDrain = true; + + if (state.writing || state.corked) { + var last = state.lastBufferedRequest; + state.lastBufferedRequest = { + chunk: chunk, + encoding: encoding, + isBuf: isBuf, + callback: cb, + next: null + }; + + if (last) { + last.next = state.lastBufferedRequest; + } else { + state.bufferedRequest = state.lastBufferedRequest; + } + + state.bufferedRequestCount += 1; + } else { + doWrite(stream, state, false, len, chunk, encoding, cb); + } + + return ret; +} + +function doWrite(stream, state, writev, len, chunk, encoding, cb) { + state.writelen = len; + state.writecb = cb; + state.writing = true; + state.sync = true; + if (state.destroyed) state.onwrite(new ERR_STREAM_DESTROYED('write'));else if (writev) stream._writev(chunk, state.onwrite);else stream._write(chunk, encoding, state.onwrite); + state.sync = false; +} + +function onwriteError(stream, state, sync, er, cb) { + --state.pendingcb; + + if (sync) { + // defer the callback if we are being called synchronously + // to avoid piling up things on the stack + process.nextTick(cb, er); // this can emit finish, and it will always happen + // after error + + process.nextTick(finishMaybe, stream, state); + stream._writableState.errorEmitted = true; + errorOrDestroy(stream, er); + } else { + // the caller expect this to happen before if + // it is async + cb(er); + stream._writableState.errorEmitted = true; + errorOrDestroy(stream, er); // this can emit finish, but finish must + // always follow error + + finishMaybe(stream, state); + } +} + +function onwriteStateUpdate(state) { + state.writing = false; + state.writecb = null; + state.length -= state.writelen; + state.writelen = 0; +} + +function onwrite(stream, er) { + var state = stream._writableState; + var sync = state.sync; + var cb = state.writecb; + if (typeof cb !== 'function') throw new ERR_MULTIPLE_CALLBACK(); + onwriteStateUpdate(state); + if (er) onwriteError(stream, state, sync, er, cb);else { + // Check if we're actually ready to finish, but don't emit yet + var finished = needFinish(state) || stream.destroyed; + + if (!finished && !state.corked && !state.bufferProcessing && state.bufferedRequest) { + clearBuffer(stream, state); + } + + if (sync) { + process.nextTick(afterWrite, stream, state, finished, cb); + } else { + afterWrite(stream, state, finished, cb); + } + } +} + +function afterWrite(stream, state, finished, cb) { + if (!finished) onwriteDrain(stream, state); + state.pendingcb--; + cb(); + finishMaybe(stream, state); +} // Must force callback to be called on nextTick, so that we don't +// emit 'drain' before the write() consumer gets the 'false' return +// value, and has a chance to attach a 'drain' listener. + + +function onwriteDrain(stream, state) { + if (state.length === 0 && state.needDrain) { + state.needDrain = false; + stream.emit('drain'); + } +} // if there's something in the buffer waiting, then process it + + +function clearBuffer(stream, state) { + state.bufferProcessing = true; + var entry = state.bufferedRequest; + + if (stream._writev && entry && entry.next) { + // Fast case, write everything using _writev() + var l = state.bufferedRequestCount; + var buffer = new Array(l); + var holder = state.corkedRequestsFree; + holder.entry = entry; + var count = 0; + var allBuffers = true; + + while (entry) { + buffer[count] = entry; + if (!entry.isBuf) allBuffers = false; + entry = entry.next; + count += 1; + } + + buffer.allBuffers = allBuffers; + doWrite(stream, state, true, state.length, buffer, '', holder.finish); // doWrite is almost always async, defer these to save a bit of time + // as the hot path ends with doWrite + + state.pendingcb++; + state.lastBufferedRequest = null; + + if (holder.next) { + state.corkedRequestsFree = holder.next; + holder.next = null; + } else { + state.corkedRequestsFree = new CorkedRequest(state); + } + + state.bufferedRequestCount = 0; + } else { + // Slow case, write chunks one-by-one + while (entry) { + var chunk = entry.chunk; + var encoding = entry.encoding; + var cb = entry.callback; + var len = state.objectMode ? 1 : chunk.length; + doWrite(stream, state, false, len, chunk, encoding, cb); + entry = entry.next; + state.bufferedRequestCount--; // if we didn't call the onwrite immediately, then + // it means that we need to wait until it does. + // also, that means that the chunk and cb are currently + // being processed, so move the buffer counter past them. + + if (state.writing) { + break; + } + } + + if (entry === null) state.lastBufferedRequest = null; + } + + state.bufferedRequest = entry; + state.bufferProcessing = false; +} + +Writable.prototype._write = function (chunk, encoding, cb) { + cb(new ERR_METHOD_NOT_IMPLEMENTED('_write()')); +}; + +Writable.prototype._writev = null; + +Writable.prototype.end = function (chunk, encoding, cb) { + var state = this._writableState; + + if (typeof chunk === 'function') { + cb = chunk; + chunk = null; + encoding = null; + } else if (typeof encoding === 'function') { + cb = encoding; + encoding = null; + } + + if (chunk !== null && chunk !== undefined) this.write(chunk, encoding); // .end() fully uncorks + + if (state.corked) { + state.corked = 1; + this.uncork(); + } // ignore unnecessary end() calls. + + + if (!state.ending) endWritable(this, state, cb); + return this; +}; + +Object.defineProperty(Writable.prototype, 'writableLength', { + // making it explicit this property is not enumerable + // because otherwise some prototype manipulation in + // userland will fail + enumerable: false, + get: function get() { + return this._writableState.length; + } +}); + +function needFinish(state) { + return state.ending && state.length === 0 && state.bufferedRequest === null && !state.finished && !state.writing; +} + +function callFinal(stream, state) { + stream._final(function (err) { + state.pendingcb--; + + if (err) { + errorOrDestroy(stream, err); + } + + state.prefinished = true; + stream.emit('prefinish'); + finishMaybe(stream, state); + }); +} + +function prefinish(stream, state) { + if (!state.prefinished && !state.finalCalled) { + if (typeof stream._final === 'function' && !state.destroyed) { + state.pendingcb++; + state.finalCalled = true; + process.nextTick(callFinal, stream, state); + } else { + state.prefinished = true; + stream.emit('prefinish'); + } + } +} + +function finishMaybe(stream, state) { + var need = needFinish(state); + + if (need) { + prefinish(stream, state); + + if (state.pendingcb === 0) { + state.finished = true; + stream.emit('finish'); + + if (state.autoDestroy) { + // In case of duplex streams we need a way to detect + // if the readable side is ready for autoDestroy as well + var rState = stream._readableState; + + if (!rState || rState.autoDestroy && rState.endEmitted) { + stream.destroy(); + } + } + } + } + + return need; +} + +function endWritable(stream, state, cb) { + state.ending = true; + finishMaybe(stream, state); + + if (cb) { + if (state.finished) process.nextTick(cb);else stream.once('finish', cb); + } + + state.ended = true; + stream.writable = false; +} + +function onCorkedFinish(corkReq, state, err) { + var entry = corkReq.entry; + corkReq.entry = null; + + while (entry) { + var cb = entry.callback; + state.pendingcb--; + cb(err); + entry = entry.next; + } // reuse the free corkReq. + + + state.corkedRequestsFree.next = corkReq; +} + +Object.defineProperty(Writable.prototype, 'destroyed', { + // making it explicit this property is not enumerable + // because otherwise some prototype manipulation in + // userland will fail + enumerable: false, + get: function get() { + if (this._writableState === undefined) { + return false; + } + + return this._writableState.destroyed; + }, + set: function set(value) { + // we ignore the value if the stream + // has not been initialized yet + if (!this._writableState) { + return; + } // backward compatibility, the user is explicitly + // managing destroyed + + + this._writableState.destroyed = value; + } +}); +Writable.prototype.destroy = destroyImpl.destroy; +Writable.prototype._undestroy = destroyImpl.undestroy; + +Writable.prototype._destroy = function (err, cb) { + cb(err); +}; +},{"util-deprecate":"../node_modules/util-deprecate/browser.js","./internal/streams/stream":"../node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/stream-browser.js","buffer":"../node_modules/buffer/index.js","./internal/streams/destroy":"../node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/destroy.js","./internal/streams/state":"../node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/state.js","../errors":"../node_modules/browserify-sign/node_modules/readable-stream/errors-browser.js","inherits":"../node_modules/inherits/inherits_browser.js","./_stream_duplex":"../node_modules/browserify-sign/node_modules/readable-stream/lib/_stream_duplex.js","process":"../node_modules/process/browser.js"}],"../node_modules/browserify-sign/node_modules/readable-stream/lib/_stream_duplex.js":[function(require,module,exports) { +var process = require("process"); +// Copyright Joyent, Inc. and other Node contributors. +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to permit +// persons to whom the Software is furnished to do so, subject to the +// following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +// USE OR OTHER DEALINGS IN THE SOFTWARE. +// a duplex stream is just a stream that is both readable and writable. +// Since JS doesn't have multiple prototypal inheritance, this class +// prototypally inherits from Readable, and then parasitically from +// Writable. +'use strict'; +/**/ + +var objectKeys = Object.keys || function (obj) { + var keys = []; + + for (var key in obj) { + keys.push(key); + } + + return keys; +}; +/**/ + + +module.exports = Duplex; + +var Readable = require('./_stream_readable'); + +var Writable = require('./_stream_writable'); + +require('inherits')(Duplex, Readable); + +{ + // Allow the keys array to be GC'ed. + var keys = objectKeys(Writable.prototype); + + for (var v = 0; v < keys.length; v++) { + var method = keys[v]; + if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method]; + } +} + +function Duplex(options) { + if (!(this instanceof Duplex)) return new Duplex(options); + Readable.call(this, options); + Writable.call(this, options); + this.allowHalfOpen = true; + + if (options) { + if (options.readable === false) this.readable = false; + if (options.writable === false) this.writable = false; + + if (options.allowHalfOpen === false) { + this.allowHalfOpen = false; + this.once('end', onend); + } + } +} + +Object.defineProperty(Duplex.prototype, 'writableHighWaterMark', { + // making it explicit this property is not enumerable + // because otherwise some prototype manipulation in + // userland will fail + enumerable: false, + get: function get() { + return this._writableState.highWaterMark; + } +}); +Object.defineProperty(Duplex.prototype, 'writableBuffer', { + // making it explicit this property is not enumerable + // because otherwise some prototype manipulation in + // userland will fail + enumerable: false, + get: function get() { + return this._writableState && this._writableState.getBuffer(); + } +}); +Object.defineProperty(Duplex.prototype, 'writableLength', { + // making it explicit this property is not enumerable + // because otherwise some prototype manipulation in + // userland will fail + enumerable: false, + get: function get() { + return this._writableState.length; + } +}); // the no-half-open enforcer + +function onend() { + // If the writable side ended, then we're ok. + if (this._writableState.ended) return; // no more data can be written. + // But allow more writes to happen in this tick. + + process.nextTick(onEndNT, this); +} + +function onEndNT(self) { + self.end(); +} + +Object.defineProperty(Duplex.prototype, 'destroyed', { + // making it explicit this property is not enumerable + // because otherwise some prototype manipulation in + // userland will fail + enumerable: false, + get: function get() { + if (this._readableState === undefined || this._writableState === undefined) { + return false; + } + + return this._readableState.destroyed && this._writableState.destroyed; + }, + set: function set(value) { + // we ignore the value if the stream + // has not been initialized yet + if (this._readableState === undefined || this._writableState === undefined) { + return; + } // backward compatibility, the user is explicitly + // managing destroyed + + + this._readableState.destroyed = value; + this._writableState.destroyed = value; + } +}); +},{"./_stream_readable":"../node_modules/browserify-sign/node_modules/readable-stream/lib/_stream_readable.js","./_stream_writable":"../node_modules/browserify-sign/node_modules/readable-stream/lib/_stream_writable.js","inherits":"../node_modules/inherits/inherits_browser.js","process":"../node_modules/process/browser.js"}],"../node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/end-of-stream.js":[function(require,module,exports) { +// Ported from https://github.com/mafintosh/end-of-stream with +// permission from the author, Mathias Buus (@mafintosh). +'use strict'; + +var ERR_STREAM_PREMATURE_CLOSE = require('../../../errors').codes.ERR_STREAM_PREMATURE_CLOSE; + +function once(callback) { + var called = false; + return function () { + if (called) return; + called = true; + + for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { + args[_key] = arguments[_key]; + } + + callback.apply(this, args); + }; +} + +function noop() {} + +function isRequest(stream) { + return stream.setHeader && typeof stream.abort === 'function'; +} + +function eos(stream, opts, callback) { + if (typeof opts === 'function') return eos(stream, null, opts); + if (!opts) opts = {}; + callback = once(callback || noop); + var readable = opts.readable || opts.readable !== false && stream.readable; + var writable = opts.writable || opts.writable !== false && stream.writable; + + var onlegacyfinish = function onlegacyfinish() { + if (!stream.writable) onfinish(); + }; + + var writableEnded = stream._writableState && stream._writableState.finished; + + var onfinish = function onfinish() { + writable = false; + writableEnded = true; + if (!readable) callback.call(stream); + }; + + var readableEnded = stream._readableState && stream._readableState.endEmitted; + + var onend = function onend() { + readable = false; + readableEnded = true; + if (!writable) callback.call(stream); + }; + + var onerror = function onerror(err) { + callback.call(stream, err); + }; + + var onclose = function onclose() { + var err; + + if (readable && !readableEnded) { + if (!stream._readableState || !stream._readableState.ended) err = new ERR_STREAM_PREMATURE_CLOSE(); + return callback.call(stream, err); + } + + if (writable && !writableEnded) { + if (!stream._writableState || !stream._writableState.ended) err = new ERR_STREAM_PREMATURE_CLOSE(); + return callback.call(stream, err); + } + }; + + var onrequest = function onrequest() { + stream.req.on('finish', onfinish); + }; + + if (isRequest(stream)) { + stream.on('complete', onfinish); + stream.on('abort', onclose); + if (stream.req) onrequest();else stream.on('request', onrequest); + } else if (writable && !stream._writableState) { + // legacy streams + stream.on('end', onlegacyfinish); + stream.on('close', onlegacyfinish); + } + + stream.on('end', onend); + stream.on('finish', onfinish); + if (opts.error !== false) stream.on('error', onerror); + stream.on('close', onclose); + return function () { + stream.removeListener('complete', onfinish); + stream.removeListener('abort', onclose); + stream.removeListener('request', onrequest); + if (stream.req) stream.req.removeListener('finish', onfinish); + stream.removeListener('end', onlegacyfinish); + stream.removeListener('close', onlegacyfinish); + stream.removeListener('finish', onfinish); + stream.removeListener('end', onend); + stream.removeListener('error', onerror); + stream.removeListener('close', onclose); + }; +} + +module.exports = eos; +},{"../../../errors":"../node_modules/browserify-sign/node_modules/readable-stream/errors-browser.js"}],"../node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/async_iterator.js":[function(require,module,exports) { +var process = require("process"); +'use strict'; + +var _Object$setPrototypeO; + +function _defineProperty(obj, key, value) { + if (key in obj) { + Object.defineProperty(obj, key, { + value: value, + enumerable: true, + configurable: true, + writable: true + }); + } else { + obj[key] = value; + } + + return obj; +} + +var finished = require('./end-of-stream'); + +var kLastResolve = Symbol('lastResolve'); +var kLastReject = Symbol('lastReject'); +var kError = Symbol('error'); +var kEnded = Symbol('ended'); +var kLastPromise = Symbol('lastPromise'); +var kHandlePromise = Symbol('handlePromise'); +var kStream = Symbol('stream'); + +function createIterResult(value, done) { + return { + value: value, + done: done + }; +} + +function readAndResolve(iter) { + var resolve = iter[kLastResolve]; + + if (resolve !== null) { + var data = iter[kStream].read(); // we defer if data is null + // we can be expecting either 'end' or + // 'error' + + if (data !== null) { + iter[kLastPromise] = null; + iter[kLastResolve] = null; + iter[kLastReject] = null; + resolve(createIterResult(data, false)); + } + } +} + +function onReadable(iter) { + // we wait for the next tick, because it might + // emit an error with process.nextTick + process.nextTick(readAndResolve, iter); +} + +function wrapForNext(lastPromise, iter) { + return function (resolve, reject) { + lastPromise.then(function () { + if (iter[kEnded]) { + resolve(createIterResult(undefined, true)); + return; + } + + iter[kHandlePromise](resolve, reject); + }, reject); + }; +} + +var AsyncIteratorPrototype = Object.getPrototypeOf(function () {}); +var ReadableStreamAsyncIteratorPrototype = Object.setPrototypeOf((_Object$setPrototypeO = { + get stream() { + return this[kStream]; + }, + + next: function next() { + var _this = this; // if we have detected an error in the meanwhile + // reject straight away + + + var error = this[kError]; + + if (error !== null) { + return Promise.reject(error); + } + + if (this[kEnded]) { + return Promise.resolve(createIterResult(undefined, true)); + } + + if (this[kStream].destroyed) { + // We need to defer via nextTick because if .destroy(err) is + // called, the error will be emitted via nextTick, and + // we cannot guarantee that there is no error lingering around + // waiting to be emitted. + return new Promise(function (resolve, reject) { + process.nextTick(function () { + if (_this[kError]) { + reject(_this[kError]); + } else { + resolve(createIterResult(undefined, true)); + } + }); + }); + } // if we have multiple next() calls + // we will wait for the previous Promise to finish + // this logic is optimized to support for await loops, + // where next() is only called once at a time + + + var lastPromise = this[kLastPromise]; + var promise; + + if (lastPromise) { + promise = new Promise(wrapForNext(lastPromise, this)); + } else { + // fast path needed to support multiple this.push() + // without triggering the next() queue + var data = this[kStream].read(); + + if (data !== null) { + return Promise.resolve(createIterResult(data, false)); + } + + promise = new Promise(this[kHandlePromise]); + } + + this[kLastPromise] = promise; + return promise; + } +}, _defineProperty(_Object$setPrototypeO, Symbol.asyncIterator, function () { + return this; +}), _defineProperty(_Object$setPrototypeO, "return", function _return() { + var _this2 = this; // destroy(err, cb) is a private API + // we can guarantee we have that here, because we control the + // Readable class this is attached to + + + return new Promise(function (resolve, reject) { + _this2[kStream].destroy(null, function (err) { + if (err) { + reject(err); + return; + } + + resolve(createIterResult(undefined, true)); + }); + }); +}), _Object$setPrototypeO), AsyncIteratorPrototype); + +var createReadableStreamAsyncIterator = function createReadableStreamAsyncIterator(stream) { + var _Object$create; + + var iterator = Object.create(ReadableStreamAsyncIteratorPrototype, (_Object$create = {}, _defineProperty(_Object$create, kStream, { + value: stream, + writable: true + }), _defineProperty(_Object$create, kLastResolve, { + value: null, + writable: true + }), _defineProperty(_Object$create, kLastReject, { + value: null, + writable: true + }), _defineProperty(_Object$create, kError, { + value: null, + writable: true + }), _defineProperty(_Object$create, kEnded, { + value: stream._readableState.endEmitted, + writable: true + }), _defineProperty(_Object$create, kHandlePromise, { + value: function value(resolve, reject) { + var data = iterator[kStream].read(); + + if (data) { + iterator[kLastPromise] = null; + iterator[kLastResolve] = null; + iterator[kLastReject] = null; + resolve(createIterResult(data, false)); + } else { + iterator[kLastResolve] = resolve; + iterator[kLastReject] = reject; + } + }, + writable: true + }), _Object$create)); + iterator[kLastPromise] = null; + finished(stream, function (err) { + if (err && err.code !== 'ERR_STREAM_PREMATURE_CLOSE') { + var reject = iterator[kLastReject]; // reject if we are waiting for data in the Promise + // returned by next() and store the error + + if (reject !== null) { + iterator[kLastPromise] = null; + iterator[kLastResolve] = null; + iterator[kLastReject] = null; + reject(err); + } + + iterator[kError] = err; + return; + } + + var resolve = iterator[kLastResolve]; + + if (resolve !== null) { + iterator[kLastPromise] = null; + iterator[kLastResolve] = null; + iterator[kLastReject] = null; + resolve(createIterResult(undefined, true)); + } + + iterator[kEnded] = true; + }); + stream.on('readable', onReadable.bind(null, iterator)); + return iterator; +}; + +module.exports = createReadableStreamAsyncIterator; +},{"./end-of-stream":"../node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/end-of-stream.js","process":"../node_modules/process/browser.js"}],"../node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/from-browser.js":[function(require,module,exports) { +module.exports = function () { + throw new Error('Readable.from is not available in the browser'); +}; +},{}],"../node_modules/browserify-sign/node_modules/readable-stream/lib/_stream_readable.js":[function(require,module,exports) { + +var global = arguments[3]; +var process = require("process"); +// Copyright Joyent, Inc. and other Node contributors. +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to permit +// persons to whom the Software is furnished to do so, subject to the +// following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +// USE OR OTHER DEALINGS IN THE SOFTWARE. +'use strict'; + +module.exports = Readable; +/**/ + +var Duplex; +/**/ + +Readable.ReadableState = ReadableState; +/**/ + +var EE = require('events').EventEmitter; + +var EElistenerCount = function EElistenerCount(emitter, type) { + return emitter.listeners(type).length; +}; +/**/ + +/**/ + + +var Stream = require('./internal/streams/stream'); +/**/ + + +var Buffer = require('buffer').Buffer; + +var OurUint8Array = global.Uint8Array || function () {}; + +function _uint8ArrayToBuffer(chunk) { + return Buffer.from(chunk); +} + +function _isUint8Array(obj) { + return Buffer.isBuffer(obj) || obj instanceof OurUint8Array; +} +/**/ + + +var debugUtil = require('util'); + +var debug; + +if (debugUtil && debugUtil.debuglog) { + debug = debugUtil.debuglog('stream'); +} else { + debug = function debug() {}; +} +/**/ + + +var BufferList = require('./internal/streams/buffer_list'); + +var destroyImpl = require('./internal/streams/destroy'); + +var _require = require('./internal/streams/state'), + getHighWaterMark = _require.getHighWaterMark; + +var _require$codes = require('../errors').codes, + ERR_INVALID_ARG_TYPE = _require$codes.ERR_INVALID_ARG_TYPE, + ERR_STREAM_PUSH_AFTER_EOF = _require$codes.ERR_STREAM_PUSH_AFTER_EOF, + ERR_METHOD_NOT_IMPLEMENTED = _require$codes.ERR_METHOD_NOT_IMPLEMENTED, + ERR_STREAM_UNSHIFT_AFTER_END_EVENT = _require$codes.ERR_STREAM_UNSHIFT_AFTER_END_EVENT; // Lazy loaded to improve the startup performance. + + +var StringDecoder; +var createReadableStreamAsyncIterator; +var from; + +require('inherits')(Readable, Stream); + +var errorOrDestroy = destroyImpl.errorOrDestroy; +var kProxyEvents = ['error', 'close', 'destroy', 'pause', 'resume']; + +function prependListener(emitter, event, fn) { + // Sadly this is not cacheable as some libraries bundle their own + // event emitter implementation with them. + if (typeof emitter.prependListener === 'function') return emitter.prependListener(event, fn); // This is a hack to make sure that our error handler is attached before any + // userland ones. NEVER DO THIS. This is here only because this code needs + // to continue to work with older versions of Node.js that do not include + // the prependListener() method. The goal is to eventually remove this hack. + + if (!emitter._events || !emitter._events[event]) emitter.on(event, fn);else if (Array.isArray(emitter._events[event])) emitter._events[event].unshift(fn);else emitter._events[event] = [fn, emitter._events[event]]; +} + +function ReadableState(options, stream, isDuplex) { + Duplex = Duplex || require('./_stream_duplex'); + options = options || {}; // Duplex streams are both readable and writable, but share + // the same options object. + // However, some cases require setting options to different + // values for the readable and the writable sides of the duplex stream. + // These options can be provided separately as readableXXX and writableXXX. + + if (typeof isDuplex !== 'boolean') isDuplex = stream instanceof Duplex; // object stream flag. Used to make read(n) ignore n and to + // make all the buffer merging and length checks go away + + this.objectMode = !!options.objectMode; + if (isDuplex) this.objectMode = this.objectMode || !!options.readableObjectMode; // the point at which it stops calling _read() to fill the buffer + // Note: 0 is a valid value, means "don't call _read preemptively ever" + + this.highWaterMark = getHighWaterMark(this, options, 'readableHighWaterMark', isDuplex); // A linked list is used to store data chunks instead of an array because the + // linked list can remove elements from the beginning faster than + // array.shift() + + this.buffer = new BufferList(); + this.length = 0; + this.pipes = null; + this.pipesCount = 0; + this.flowing = null; + this.ended = false; + this.endEmitted = false; + this.reading = false; // a flag to be able to tell if the event 'readable'/'data' is emitted + // immediately, or on a later tick. We set this to true at first, because + // any actions that shouldn't happen until "later" should generally also + // not happen before the first read call. + + this.sync = true; // whenever we return null, then we set a flag to say + // that we're awaiting a 'readable' event emission. + + this.needReadable = false; + this.emittedReadable = false; + this.readableListening = false; + this.resumeScheduled = false; + this.paused = true; // Should close be emitted on destroy. Defaults to true. + + this.emitClose = options.emitClose !== false; // Should .destroy() be called after 'end' (and potentially 'finish') + + this.autoDestroy = !!options.autoDestroy; // has it been destroyed + + this.destroyed = false; // Crypto is kind of old and crusty. Historically, its default string + // encoding is 'binary' so we have to make this configurable. + // Everything else in the universe uses 'utf8', though. + + this.defaultEncoding = options.defaultEncoding || 'utf8'; // the number of writers that are awaiting a drain event in .pipe()s + + this.awaitDrain = 0; // if true, a maybeReadMore has been scheduled + + this.readingMore = false; + this.decoder = null; + this.encoding = null; + + if (options.encoding) { + if (!StringDecoder) StringDecoder = require('string_decoder/').StringDecoder; + this.decoder = new StringDecoder(options.encoding); + this.encoding = options.encoding; + } +} + +function Readable(options) { + Duplex = Duplex || require('./_stream_duplex'); + if (!(this instanceof Readable)) return new Readable(options); // Checking for a Stream.Duplex instance is faster here instead of inside + // the ReadableState constructor, at least with V8 6.5 + + var isDuplex = this instanceof Duplex; + this._readableState = new ReadableState(options, this, isDuplex); // legacy + + this.readable = true; + + if (options) { + if (typeof options.read === 'function') this._read = options.read; + if (typeof options.destroy === 'function') this._destroy = options.destroy; + } + + Stream.call(this); +} + +Object.defineProperty(Readable.prototype, 'destroyed', { + // making it explicit this property is not enumerable + // because otherwise some prototype manipulation in + // userland will fail + enumerable: false, + get: function get() { + if (this._readableState === undefined) { + return false; + } + + return this._readableState.destroyed; + }, + set: function set(value) { + // we ignore the value if the stream + // has not been initialized yet + if (!this._readableState) { + return; + } // backward compatibility, the user is explicitly + // managing destroyed + + + this._readableState.destroyed = value; + } +}); +Readable.prototype.destroy = destroyImpl.destroy; +Readable.prototype._undestroy = destroyImpl.undestroy; + +Readable.prototype._destroy = function (err, cb) { + cb(err); +}; // Manually shove something into the read() buffer. +// This returns true if the highWaterMark has not been hit yet, +// similar to how Writable.write() returns true if you should +// write() some more. + + +Readable.prototype.push = function (chunk, encoding) { + var state = this._readableState; + var skipChunkCheck; + + if (!state.objectMode) { + if (typeof chunk === 'string') { + encoding = encoding || state.defaultEncoding; + + if (encoding !== state.encoding) { + chunk = Buffer.from(chunk, encoding); + encoding = ''; + } + + skipChunkCheck = true; + } + } else { + skipChunkCheck = true; + } + + return readableAddChunk(this, chunk, encoding, false, skipChunkCheck); +}; // Unshift should *always* be something directly out of read() + + +Readable.prototype.unshift = function (chunk) { + return readableAddChunk(this, chunk, null, true, false); +}; + +function readableAddChunk(stream, chunk, encoding, addToFront, skipChunkCheck) { + debug('readableAddChunk', chunk); + var state = stream._readableState; + + if (chunk === null) { + state.reading = false; + onEofChunk(stream, state); + } else { + var er; + if (!skipChunkCheck) er = chunkInvalid(state, chunk); + + if (er) { + errorOrDestroy(stream, er); + } else if (state.objectMode || chunk && chunk.length > 0) { + if (typeof chunk !== 'string' && !state.objectMode && Object.getPrototypeOf(chunk) !== Buffer.prototype) { + chunk = _uint8ArrayToBuffer(chunk); + } + + if (addToFront) { + if (state.endEmitted) errorOrDestroy(stream, new ERR_STREAM_UNSHIFT_AFTER_END_EVENT());else addChunk(stream, state, chunk, true); + } else if (state.ended) { + errorOrDestroy(stream, new ERR_STREAM_PUSH_AFTER_EOF()); + } else if (state.destroyed) { + return false; + } else { + state.reading = false; + + if (state.decoder && !encoding) { + chunk = state.decoder.write(chunk); + if (state.objectMode || chunk.length !== 0) addChunk(stream, state, chunk, false);else maybeReadMore(stream, state); + } else { + addChunk(stream, state, chunk, false); + } + } + } else if (!addToFront) { + state.reading = false; + maybeReadMore(stream, state); + } + } // We can push more data if we are below the highWaterMark. + // Also, if we have no data yet, we can stand some more bytes. + // This is to work around cases where hwm=0, such as the repl. + + + return !state.ended && (state.length < state.highWaterMark || state.length === 0); +} + +function addChunk(stream, state, chunk, addToFront) { + if (state.flowing && state.length === 0 && !state.sync) { + state.awaitDrain = 0; + stream.emit('data', chunk); + } else { + // update the buffer info. + state.length += state.objectMode ? 1 : chunk.length; + if (addToFront) state.buffer.unshift(chunk);else state.buffer.push(chunk); + if (state.needReadable) emitReadable(stream); + } + + maybeReadMore(stream, state); +} + +function chunkInvalid(state, chunk) { + var er; + + if (!_isUint8Array(chunk) && typeof chunk !== 'string' && chunk !== undefined && !state.objectMode) { + er = new ERR_INVALID_ARG_TYPE('chunk', ['string', 'Buffer', 'Uint8Array'], chunk); + } + + return er; +} + +Readable.prototype.isPaused = function () { + return this._readableState.flowing === false; +}; // backwards compatibility. + + +Readable.prototype.setEncoding = function (enc) { + if (!StringDecoder) StringDecoder = require('string_decoder/').StringDecoder; + var decoder = new StringDecoder(enc); + this._readableState.decoder = decoder; // If setEncoding(null), decoder.encoding equals utf8 + + this._readableState.encoding = this._readableState.decoder.encoding; // Iterate over current buffer to convert already stored Buffers: + + var p = this._readableState.buffer.head; + var content = ''; + + while (p !== null) { + content += decoder.write(p.data); + p = p.next; + } + + this._readableState.buffer.clear(); + + if (content !== '') this._readableState.buffer.push(content); + this._readableState.length = content.length; + return this; +}; // Don't raise the hwm > 1GB + + +var MAX_HWM = 0x40000000; + +function computeNewHighWaterMark(n) { + if (n >= MAX_HWM) { + // TODO(ronag): Throw ERR_VALUE_OUT_OF_RANGE. + n = MAX_HWM; + } else { + // Get the next highest power of 2 to prevent increasing hwm excessively in + // tiny amounts + n--; + n |= n >>> 1; + n |= n >>> 2; + n |= n >>> 4; + n |= n >>> 8; + n |= n >>> 16; + n++; + } + + return n; +} // This function is designed to be inlinable, so please take care when making +// changes to the function body. + + +function howMuchToRead(n, state) { + if (n <= 0 || state.length === 0 && state.ended) return 0; + if (state.objectMode) return 1; + + if (n !== n) { + // Only flow one buffer at a time + if (state.flowing && state.length) return state.buffer.head.data.length;else return state.length; + } // If we're asking for more than the current hwm, then raise the hwm. + + + if (n > state.highWaterMark) state.highWaterMark = computeNewHighWaterMark(n); + if (n <= state.length) return n; // Don't have enough + + if (!state.ended) { + state.needReadable = true; + return 0; + } + + return state.length; +} // you can override either this method, or the async _read(n) below. + + +Readable.prototype.read = function (n) { + debug('read', n); + n = parseInt(n, 10); + var state = this._readableState; + var nOrig = n; + if (n !== 0) state.emittedReadable = false; // if we're doing read(0) to trigger a readable event, but we + // already have a bunch of data in the buffer, then just trigger + // the 'readable' event and move on. + + if (n === 0 && state.needReadable && ((state.highWaterMark !== 0 ? state.length >= state.highWaterMark : state.length > 0) || state.ended)) { + debug('read: emitReadable', state.length, state.ended); + if (state.length === 0 && state.ended) endReadable(this);else emitReadable(this); + return null; + } + + n = howMuchToRead(n, state); // if we've ended, and we're now clear, then finish it up. + + if (n === 0 && state.ended) { + if (state.length === 0) endReadable(this); + return null; + } // All the actual chunk generation logic needs to be + // *below* the call to _read. The reason is that in certain + // synthetic stream cases, such as passthrough streams, _read + // may be a completely synchronous operation which may change + // the state of the read buffer, providing enough data when + // before there was *not* enough. + // + // So, the steps are: + // 1. Figure out what the state of things will be after we do + // a read from the buffer. + // + // 2. If that resulting state will trigger a _read, then call _read. + // Note that this may be asynchronous, or synchronous. Yes, it is + // deeply ugly to write APIs this way, but that still doesn't mean + // that the Readable class should behave improperly, as streams are + // designed to be sync/async agnostic. + // Take note if the _read call is sync or async (ie, if the read call + // has returned yet), so that we know whether or not it's safe to emit + // 'readable' etc. + // + // 3. Actually pull the requested chunks out of the buffer and return. + // if we need a readable event, then we need to do some reading. + + + var doRead = state.needReadable; + debug('need readable', doRead); // if we currently have less than the highWaterMark, then also read some + + if (state.length === 0 || state.length - n < state.highWaterMark) { + doRead = true; + debug('length less than watermark', doRead); + } // however, if we've ended, then there's no point, and if we're already + // reading, then it's unnecessary. + + + if (state.ended || state.reading) { + doRead = false; + debug('reading or ended', doRead); + } else if (doRead) { + debug('do read'); + state.reading = true; + state.sync = true; // if the length is currently zero, then we *need* a readable event. + + if (state.length === 0) state.needReadable = true; // call internal read method + + this._read(state.highWaterMark); + + state.sync = false; // If _read pushed data synchronously, then `reading` will be false, + // and we need to re-evaluate how much data we can return to the user. + + if (!state.reading) n = howMuchToRead(nOrig, state); + } + + var ret; + if (n > 0) ret = fromList(n, state);else ret = null; + + if (ret === null) { + state.needReadable = state.length <= state.highWaterMark; + n = 0; + } else { + state.length -= n; + state.awaitDrain = 0; + } + + if (state.length === 0) { + // If we have nothing in the buffer, then we want to know + // as soon as we *do* get something into the buffer. + if (!state.ended) state.needReadable = true; // If we tried to read() past the EOF, then emit end on the next tick. + + if (nOrig !== n && state.ended) endReadable(this); + } + + if (ret !== null) this.emit('data', ret); + return ret; +}; + +function onEofChunk(stream, state) { + debug('onEofChunk'); + if (state.ended) return; + + if (state.decoder) { + var chunk = state.decoder.end(); + + if (chunk && chunk.length) { + state.buffer.push(chunk); + state.length += state.objectMode ? 1 : chunk.length; + } + } + + state.ended = true; + + if (state.sync) { + // if we are sync, wait until next tick to emit the data. + // Otherwise we risk emitting data in the flow() + // the readable code triggers during a read() call + emitReadable(stream); + } else { + // emit 'readable' now to make sure it gets picked up. + state.needReadable = false; + + if (!state.emittedReadable) { + state.emittedReadable = true; + emitReadable_(stream); + } + } +} // Don't emit readable right away in sync mode, because this can trigger +// another read() call => stack overflow. This way, it might trigger +// a nextTick recursion warning, but that's not so bad. + + +function emitReadable(stream) { + var state = stream._readableState; + debug('emitReadable', state.needReadable, state.emittedReadable); + state.needReadable = false; + + if (!state.emittedReadable) { + debug('emitReadable', state.flowing); + state.emittedReadable = true; + process.nextTick(emitReadable_, stream); + } +} + +function emitReadable_(stream) { + var state = stream._readableState; + debug('emitReadable_', state.destroyed, state.length, state.ended); + + if (!state.destroyed && (state.length || state.ended)) { + stream.emit('readable'); + state.emittedReadable = false; + } // The stream needs another readable event if + // 1. It is not flowing, as the flow mechanism will take + // care of it. + // 2. It is not ended. + // 3. It is below the highWaterMark, so we can schedule + // another readable later. + + + state.needReadable = !state.flowing && !state.ended && state.length <= state.highWaterMark; + flow(stream); +} // at this point, the user has presumably seen the 'readable' event, +// and called read() to consume some data. that may have triggered +// in turn another _read(n) call, in which case reading = true if +// it's in progress. +// However, if we're not ended, or reading, and the length < hwm, +// then go ahead and try to read some more preemptively. + + +function maybeReadMore(stream, state) { + if (!state.readingMore) { + state.readingMore = true; + process.nextTick(maybeReadMore_, stream, state); + } +} + +function maybeReadMore_(stream, state) { + // Attempt to read more data if we should. + // + // The conditions for reading more data are (one of): + // - Not enough data buffered (state.length < state.highWaterMark). The loop + // is responsible for filling the buffer with enough data if such data + // is available. If highWaterMark is 0 and we are not in the flowing mode + // we should _not_ attempt to buffer any extra data. We'll get more data + // when the stream consumer calls read() instead. + // - No data in the buffer, and the stream is in flowing mode. In this mode + // the loop below is responsible for ensuring read() is called. Failing to + // call read here would abort the flow and there's no other mechanism for + // continuing the flow if the stream consumer has just subscribed to the + // 'data' event. + // + // In addition to the above conditions to keep reading data, the following + // conditions prevent the data from being read: + // - The stream has ended (state.ended). + // - There is already a pending 'read' operation (state.reading). This is a + // case where the the stream has called the implementation defined _read() + // method, but they are processing the call asynchronously and have _not_ + // called push() with new data. In this case we skip performing more + // read()s. The execution ends in this method again after the _read() ends + // up calling push() with more data. + while (!state.reading && !state.ended && (state.length < state.highWaterMark || state.flowing && state.length === 0)) { + var len = state.length; + debug('maybeReadMore read 0'); + stream.read(0); + if (len === state.length) // didn't get any data, stop spinning. + break; + } + + state.readingMore = false; +} // abstract method. to be overridden in specific implementation classes. +// call cb(er, data) where data is <= n in length. +// for virtual (non-string, non-buffer) streams, "length" is somewhat +// arbitrary, and perhaps not very meaningful. + + +Readable.prototype._read = function (n) { + errorOrDestroy(this, new ERR_METHOD_NOT_IMPLEMENTED('_read()')); +}; + +Readable.prototype.pipe = function (dest, pipeOpts) { + var src = this; + var state = this._readableState; + + switch (state.pipesCount) { + case 0: + state.pipes = dest; + break; + + case 1: + state.pipes = [state.pipes, dest]; + break; + + default: + state.pipes.push(dest); + break; + } + + state.pipesCount += 1; + debug('pipe count=%d opts=%j', state.pipesCount, pipeOpts); + var doEnd = (!pipeOpts || pipeOpts.end !== false) && dest !== process.stdout && dest !== process.stderr; + var endFn = doEnd ? onend : unpipe; + if (state.endEmitted) process.nextTick(endFn);else src.once('end', endFn); + dest.on('unpipe', onunpipe); + + function onunpipe(readable, unpipeInfo) { + debug('onunpipe'); + + if (readable === src) { + if (unpipeInfo && unpipeInfo.hasUnpiped === false) { + unpipeInfo.hasUnpiped = true; + cleanup(); + } + } + } + + function onend() { + debug('onend'); + dest.end(); + } // when the dest drains, it reduces the awaitDrain counter + // on the source. This would be more elegant with a .once() + // handler in flow(), but adding and removing repeatedly is + // too slow. + + + var ondrain = pipeOnDrain(src); + dest.on('drain', ondrain); + var cleanedUp = false; + + function cleanup() { + debug('cleanup'); // cleanup event handlers once the pipe is broken + + dest.removeListener('close', onclose); + dest.removeListener('finish', onfinish); + dest.removeListener('drain', ondrain); + dest.removeListener('error', onerror); + dest.removeListener('unpipe', onunpipe); + src.removeListener('end', onend); + src.removeListener('end', unpipe); + src.removeListener('data', ondata); + cleanedUp = true; // if the reader is waiting for a drain event from this + // specific writer, then it would cause it to never start + // flowing again. + // So, if this is awaiting a drain, then we just call it now. + // If we don't know, then assume that we are waiting for one. + + if (state.awaitDrain && (!dest._writableState || dest._writableState.needDrain)) ondrain(); + } + + src.on('data', ondata); + + function ondata(chunk) { + debug('ondata'); + var ret = dest.write(chunk); + debug('dest.write', ret); + + if (ret === false) { + // If the user unpiped during `dest.write()`, it is possible + // to get stuck in a permanently paused state if that write + // also returned false. + // => Check whether `dest` is still a piping destination. + if ((state.pipesCount === 1 && state.pipes === dest || state.pipesCount > 1 && indexOf(state.pipes, dest) !== -1) && !cleanedUp) { + debug('false write response, pause', state.awaitDrain); + state.awaitDrain++; + } + + src.pause(); + } + } // if the dest has an error, then stop piping into it. + // however, don't suppress the throwing behavior for this. + + + function onerror(er) { + debug('onerror', er); + unpipe(); + dest.removeListener('error', onerror); + if (EElistenerCount(dest, 'error') === 0) errorOrDestroy(dest, er); + } // Make sure our error handler is attached before userland ones. + + + prependListener(dest, 'error', onerror); // Both close and finish should trigger unpipe, but only once. + + function onclose() { + dest.removeListener('finish', onfinish); + unpipe(); + } + + dest.once('close', onclose); + + function onfinish() { + debug('onfinish'); + dest.removeListener('close', onclose); + unpipe(); + } + + dest.once('finish', onfinish); + + function unpipe() { + debug('unpipe'); + src.unpipe(dest); + } // tell the dest that it's being piped to + + + dest.emit('pipe', src); // start the flow if it hasn't been started already. + + if (!state.flowing) { + debug('pipe resume'); + src.resume(); + } + + return dest; +}; + +function pipeOnDrain(src) { + return function pipeOnDrainFunctionResult() { + var state = src._readableState; + debug('pipeOnDrain', state.awaitDrain); + if (state.awaitDrain) state.awaitDrain--; + + if (state.awaitDrain === 0 && EElistenerCount(src, 'data')) { + state.flowing = true; + flow(src); + } + }; +} + +Readable.prototype.unpipe = function (dest) { + var state = this._readableState; + var unpipeInfo = { + hasUnpiped: false + }; // if we're not piping anywhere, then do nothing. + + if (state.pipesCount === 0) return this; // just one destination. most common case. + + if (state.pipesCount === 1) { + // passed in one, but it's not the right one. + if (dest && dest !== state.pipes) return this; + if (!dest) dest = state.pipes; // got a match. + + state.pipes = null; + state.pipesCount = 0; + state.flowing = false; + if (dest) dest.emit('unpipe', this, unpipeInfo); + return this; + } // slow case. multiple pipe destinations. + + + if (!dest) { + // remove all. + var dests = state.pipes; + var len = state.pipesCount; + state.pipes = null; + state.pipesCount = 0; + state.flowing = false; + + for (var i = 0; i < len; i++) { + dests[i].emit('unpipe', this, { + hasUnpiped: false + }); + } + + return this; + } // try to find the right one. + + + var index = indexOf(state.pipes, dest); + if (index === -1) return this; + state.pipes.splice(index, 1); + state.pipesCount -= 1; + if (state.pipesCount === 1) state.pipes = state.pipes[0]; + dest.emit('unpipe', this, unpipeInfo); + return this; +}; // set up data events if they are asked for +// Ensure readable listeners eventually get something + + +Readable.prototype.on = function (ev, fn) { + var res = Stream.prototype.on.call(this, ev, fn); + var state = this._readableState; + + if (ev === 'data') { + // update readableListening so that resume() may be a no-op + // a few lines down. This is needed to support once('readable'). + state.readableListening = this.listenerCount('readable') > 0; // Try start flowing on next tick if stream isn't explicitly paused + + if (state.flowing !== false) this.resume(); + } else if (ev === 'readable') { + if (!state.endEmitted && !state.readableListening) { + state.readableListening = state.needReadable = true; + state.flowing = false; + state.emittedReadable = false; + debug('on readable', state.length, state.reading); + + if (state.length) { + emitReadable(this); + } else if (!state.reading) { + process.nextTick(nReadingNextTick, this); + } + } + } + + return res; +}; + +Readable.prototype.addListener = Readable.prototype.on; + +Readable.prototype.removeListener = function (ev, fn) { + var res = Stream.prototype.removeListener.call(this, ev, fn); + + if (ev === 'readable') { + // We need to check if there is someone still listening to + // readable and reset the state. However this needs to happen + // after readable has been emitted but before I/O (nextTick) to + // support once('readable', fn) cycles. This means that calling + // resume within the same tick will have no + // effect. + process.nextTick(updateReadableListening, this); + } + + return res; +}; + +Readable.prototype.removeAllListeners = function (ev) { + var res = Stream.prototype.removeAllListeners.apply(this, arguments); + + if (ev === 'readable' || ev === undefined) { + // We need to check if there is someone still listening to + // readable and reset the state. However this needs to happen + // after readable has been emitted but before I/O (nextTick) to + // support once('readable', fn) cycles. This means that calling + // resume within the same tick will have no + // effect. + process.nextTick(updateReadableListening, this); + } + + return res; +}; + +function updateReadableListening(self) { + var state = self._readableState; + state.readableListening = self.listenerCount('readable') > 0; + + if (state.resumeScheduled && !state.paused) { + // flowing needs to be set to true now, otherwise + // the upcoming resume will not flow. + state.flowing = true; // crude way to check if we should resume + } else if (self.listenerCount('data') > 0) { + self.resume(); + } +} + +function nReadingNextTick(self) { + debug('readable nexttick read 0'); + self.read(0); +} // pause() and resume() are remnants of the legacy readable stream API +// If the user uses them, then switch into old mode. + + +Readable.prototype.resume = function () { + var state = this._readableState; + + if (!state.flowing) { + debug('resume'); // we flow only if there is no one listening + // for readable, but we still have to call + // resume() + + state.flowing = !state.readableListening; + resume(this, state); + } + + state.paused = false; + return this; +}; + +function resume(stream, state) { + if (!state.resumeScheduled) { + state.resumeScheduled = true; + process.nextTick(resume_, stream, state); + } +} + +function resume_(stream, state) { + debug('resume', state.reading); + + if (!state.reading) { + stream.read(0); + } + + state.resumeScheduled = false; + stream.emit('resume'); + flow(stream); + if (state.flowing && !state.reading) stream.read(0); +} + +Readable.prototype.pause = function () { + debug('call pause flowing=%j', this._readableState.flowing); + + if (this._readableState.flowing !== false) { + debug('pause'); + this._readableState.flowing = false; + this.emit('pause'); + } + + this._readableState.paused = true; + return this; +}; + +function flow(stream) { + var state = stream._readableState; + debug('flow', state.flowing); + + while (state.flowing && stream.read() !== null) { + ; + } +} // wrap an old-style stream as the async data source. +// This is *not* part of the readable stream interface. +// It is an ugly unfortunate mess of history. + + +Readable.prototype.wrap = function (stream) { + var _this = this; + + var state = this._readableState; + var paused = false; + stream.on('end', function () { + debug('wrapped end'); + + if (state.decoder && !state.ended) { + var chunk = state.decoder.end(); + if (chunk && chunk.length) _this.push(chunk); + } + + _this.push(null); + }); + stream.on('data', function (chunk) { + debug('wrapped data'); + if (state.decoder) chunk = state.decoder.write(chunk); // don't skip over falsy values in objectMode + + if (state.objectMode && (chunk === null || chunk === undefined)) return;else if (!state.objectMode && (!chunk || !chunk.length)) return; + + var ret = _this.push(chunk); + + if (!ret) { + paused = true; + stream.pause(); + } + }); // proxy all the other methods. + // important when wrapping filters and duplexes. + + for (var i in stream) { + if (this[i] === undefined && typeof stream[i] === 'function') { + this[i] = function methodWrap(method) { + return function methodWrapReturnFunction() { + return stream[method].apply(stream, arguments); + }; + }(i); + } + } // proxy certain important events. + + + for (var n = 0; n < kProxyEvents.length; n++) { + stream.on(kProxyEvents[n], this.emit.bind(this, kProxyEvents[n])); + } // when we try to consume some more bytes, simply unpause the + // underlying stream. + + + this._read = function (n) { + debug('wrapped _read', n); + + if (paused) { + paused = false; + stream.resume(); + } + }; + + return this; +}; + +if (typeof Symbol === 'function') { + Readable.prototype[Symbol.asyncIterator] = function () { + if (createReadableStreamAsyncIterator === undefined) { + createReadableStreamAsyncIterator = require('./internal/streams/async_iterator'); + } + + return createReadableStreamAsyncIterator(this); + }; +} + +Object.defineProperty(Readable.prototype, 'readableHighWaterMark', { + // making it explicit this property is not enumerable + // because otherwise some prototype manipulation in + // userland will fail + enumerable: false, + get: function get() { + return this._readableState.highWaterMark; + } +}); +Object.defineProperty(Readable.prototype, 'readableBuffer', { + // making it explicit this property is not enumerable + // because otherwise some prototype manipulation in + // userland will fail + enumerable: false, + get: function get() { + return this._readableState && this._readableState.buffer; + } +}); +Object.defineProperty(Readable.prototype, 'readableFlowing', { + // making it explicit this property is not enumerable + // because otherwise some prototype manipulation in + // userland will fail + enumerable: false, + get: function get() { + return this._readableState.flowing; + }, + set: function set(state) { + if (this._readableState) { + this._readableState.flowing = state; + } + } +}); // exposed for testing purposes only. + +Readable._fromList = fromList; +Object.defineProperty(Readable.prototype, 'readableLength', { + // making it explicit this property is not enumerable + // because otherwise some prototype manipulation in + // userland will fail + enumerable: false, + get: function get() { + return this._readableState.length; + } +}); // Pluck off n bytes from an array of buffers. +// Length is the combined lengths of all the buffers in the list. +// This function is designed to be inlinable, so please take care when making +// changes to the function body. + +function fromList(n, state) { + // nothing buffered + if (state.length === 0) return null; + var ret; + if (state.objectMode) ret = state.buffer.shift();else if (!n || n >= state.length) { + // read it all, truncate the list + if (state.decoder) ret = state.buffer.join('');else if (state.buffer.length === 1) ret = state.buffer.first();else ret = state.buffer.concat(state.length); + state.buffer.clear(); + } else { + // read part of list + ret = state.buffer.consume(n, state.decoder); + } + return ret; +} + +function endReadable(stream) { + var state = stream._readableState; + debug('endReadable', state.endEmitted); + + if (!state.endEmitted) { + state.ended = true; + process.nextTick(endReadableNT, state, stream); + } +} + +function endReadableNT(state, stream) { + debug('endReadableNT', state.endEmitted, state.length); // Check that we didn't get one last unshift. + + if (!state.endEmitted && state.length === 0) { + state.endEmitted = true; + stream.readable = false; + stream.emit('end'); + + if (state.autoDestroy) { + // In case of duplex streams we need a way to detect + // if the writable side is ready for autoDestroy as well + var wState = stream._writableState; + + if (!wState || wState.autoDestroy && wState.finished) { + stream.destroy(); + } + } + } +} + +if (typeof Symbol === 'function') { + Readable.from = function (iterable, opts) { + if (from === undefined) { + from = require('./internal/streams/from'); + } + + return from(Readable, iterable, opts); + }; +} + +function indexOf(xs, x) { + for (var i = 0, l = xs.length; i < l; i++) { + if (xs[i] === x) return i; + } + + return -1; +} +},{"events":"../node_modules/events/events.js","./internal/streams/stream":"../node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/stream-browser.js","buffer":"../node_modules/buffer/index.js","util":"../node_modules/parcel/src/builtins/_empty.js","./internal/streams/buffer_list":"../node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/buffer_list.js","./internal/streams/destroy":"../node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/destroy.js","./internal/streams/state":"../node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/state.js","../errors":"../node_modules/browserify-sign/node_modules/readable-stream/errors-browser.js","inherits":"../node_modules/inherits/inherits_browser.js","./_stream_duplex":"../node_modules/browserify-sign/node_modules/readable-stream/lib/_stream_duplex.js","string_decoder/":"../node_modules/string_decoder/lib/string_decoder.js","./internal/streams/async_iterator":"../node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/async_iterator.js","./internal/streams/from":"../node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/from-browser.js","process":"../node_modules/process/browser.js"}],"../node_modules/browserify-sign/node_modules/readable-stream/lib/_stream_transform.js":[function(require,module,exports) { +// Copyright Joyent, Inc. and other Node contributors. +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to permit +// persons to whom the Software is furnished to do so, subject to the +// following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +// USE OR OTHER DEALINGS IN THE SOFTWARE. +// a transform stream is a readable/writable stream where you do +// something with the data. Sometimes it's called a "filter", +// but that's not a great name for it, since that implies a thing where +// some bits pass through, and others are simply ignored. (That would +// be a valid example of a transform, of course.) +// +// While the output is causally related to the input, it's not a +// necessarily symmetric or synchronous transformation. For example, +// a zlib stream might take multiple plain-text writes(), and then +// emit a single compressed chunk some time in the future. +// +// Here's how this works: +// +// The Transform stream has all the aspects of the readable and writable +// stream classes. When you write(chunk), that calls _write(chunk,cb) +// internally, and returns false if there's a lot of pending writes +// buffered up. When you call read(), that calls _read(n) until +// there's enough pending readable data buffered up. +// +// In a transform stream, the written data is placed in a buffer. When +// _read(n) is called, it transforms the queued up data, calling the +// buffered _write cb's as it consumes chunks. If consuming a single +// written chunk would result in multiple output chunks, then the first +// outputted bit calls the readcb, and subsequent chunks just go into +// the read buffer, and will cause it to emit 'readable' if necessary. +// +// This way, back-pressure is actually determined by the reading side, +// since _read has to be called to start processing a new chunk. However, +// a pathological inflate type of transform can cause excessive buffering +// here. For example, imagine a stream where every byte of input is +// interpreted as an integer from 0-255, and then results in that many +// bytes of output. Writing the 4 bytes {ff,ff,ff,ff} would result in +// 1kb of data being output. In this case, you could write a very small +// amount of input, and end up with a very large amount of output. In +// such a pathological inflating mechanism, there'd be no way to tell +// the system to stop doing the transform. A single 4MB write could +// cause the system to run out of memory. +// +// However, even in such a pathological case, only a single written chunk +// would be consumed, and then the rest would wait (un-transformed) until +// the results of the previous transformed chunk were consumed. +'use strict'; + +module.exports = Transform; + +var _require$codes = require('../errors').codes, + ERR_METHOD_NOT_IMPLEMENTED = _require$codes.ERR_METHOD_NOT_IMPLEMENTED, + ERR_MULTIPLE_CALLBACK = _require$codes.ERR_MULTIPLE_CALLBACK, + ERR_TRANSFORM_ALREADY_TRANSFORMING = _require$codes.ERR_TRANSFORM_ALREADY_TRANSFORMING, + ERR_TRANSFORM_WITH_LENGTH_0 = _require$codes.ERR_TRANSFORM_WITH_LENGTH_0; + +var Duplex = require('./_stream_duplex'); + +require('inherits')(Transform, Duplex); + +function afterTransform(er, data) { + var ts = this._transformState; + ts.transforming = false; + var cb = ts.writecb; + + if (cb === null) { + return this.emit('error', new ERR_MULTIPLE_CALLBACK()); + } + + ts.writechunk = null; + ts.writecb = null; + if (data != null) // single equals check for both `null` and `undefined` + this.push(data); + cb(er); + var rs = this._readableState; + rs.reading = false; + + if (rs.needReadable || rs.length < rs.highWaterMark) { + this._read(rs.highWaterMark); + } +} + +function Transform(options) { + if (!(this instanceof Transform)) return new Transform(options); + Duplex.call(this, options); + this._transformState = { + afterTransform: afterTransform.bind(this), + needTransform: false, + transforming: false, + writecb: null, + writechunk: null, + writeencoding: null + }; // start out asking for a readable event once data is transformed. + + this._readableState.needReadable = true; // we have implemented the _read method, and done the other things + // that Readable wants before the first _read call, so unset the + // sync guard flag. + + this._readableState.sync = false; + + if (options) { + if (typeof options.transform === 'function') this._transform = options.transform; + if (typeof options.flush === 'function') this._flush = options.flush; + } // When the writable side finishes, then flush out anything remaining. + + + this.on('prefinish', prefinish); +} + +function prefinish() { + var _this = this; + + if (typeof this._flush === 'function' && !this._readableState.destroyed) { + this._flush(function (er, data) { + done(_this, er, data); + }); + } else { + done(this, null, null); + } +} + +Transform.prototype.push = function (chunk, encoding) { + this._transformState.needTransform = false; + return Duplex.prototype.push.call(this, chunk, encoding); +}; // This is the part where you do stuff! +// override this function in implementation classes. +// 'chunk' is an input chunk. +// +// Call `push(newChunk)` to pass along transformed output +// to the readable side. You may call 'push' zero or more times. +// +// Call `cb(err)` when you are done with this chunk. If you pass +// an error, then that'll put the hurt on the whole operation. If you +// never call cb(), then you'll never get another chunk. + + +Transform.prototype._transform = function (chunk, encoding, cb) { + cb(new ERR_METHOD_NOT_IMPLEMENTED('_transform()')); +}; + +Transform.prototype._write = function (chunk, encoding, cb) { + var ts = this._transformState; + ts.writecb = cb; + ts.writechunk = chunk; + ts.writeencoding = encoding; + + if (!ts.transforming) { + var rs = this._readableState; + if (ts.needTransform || rs.needReadable || rs.length < rs.highWaterMark) this._read(rs.highWaterMark); + } +}; // Doesn't matter what the args are here. +// _transform does all the work. +// That we got here means that the readable side wants more data. + + +Transform.prototype._read = function (n) { + var ts = this._transformState; + + if (ts.writechunk !== null && !ts.transforming) { + ts.transforming = true; + + this._transform(ts.writechunk, ts.writeencoding, ts.afterTransform); + } else { + // mark that we need a transform, so that any data that comes in + // will get processed, now that we've asked for it. + ts.needTransform = true; + } +}; + +Transform.prototype._destroy = function (err, cb) { + Duplex.prototype._destroy.call(this, err, function (err2) { + cb(err2); + }); +}; + +function done(stream, er, data) { + if (er) return stream.emit('error', er); + if (data != null) // single equals check for both `null` and `undefined` + stream.push(data); // TODO(BridgeAR): Write a test for these two error cases + // if there's nothing in the write buffer, then that means + // that nothing more will ever be provided + + if (stream._writableState.length) throw new ERR_TRANSFORM_WITH_LENGTH_0(); + if (stream._transformState.transforming) throw new ERR_TRANSFORM_ALREADY_TRANSFORMING(); + return stream.push(null); +} +},{"../errors":"../node_modules/browserify-sign/node_modules/readable-stream/errors-browser.js","./_stream_duplex":"../node_modules/browserify-sign/node_modules/readable-stream/lib/_stream_duplex.js","inherits":"../node_modules/inherits/inherits_browser.js"}],"../node_modules/browserify-sign/node_modules/readable-stream/lib/_stream_passthrough.js":[function(require,module,exports) { +// Copyright Joyent, Inc. and other Node contributors. +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to permit +// persons to whom the Software is furnished to do so, subject to the +// following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +// USE OR OTHER DEALINGS IN THE SOFTWARE. +// a passthrough stream. +// basically just the most minimal sort of Transform stream. +// Every written chunk gets output as-is. +'use strict'; + +module.exports = PassThrough; + +var Transform = require('./_stream_transform'); + +require('inherits')(PassThrough, Transform); + +function PassThrough(options) { + if (!(this instanceof PassThrough)) return new PassThrough(options); + Transform.call(this, options); +} + +PassThrough.prototype._transform = function (chunk, encoding, cb) { + cb(null, chunk); +}; +},{"./_stream_transform":"../node_modules/browserify-sign/node_modules/readable-stream/lib/_stream_transform.js","inherits":"../node_modules/inherits/inherits_browser.js"}],"../node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/pipeline.js":[function(require,module,exports) { +// Ported from https://github.com/mafintosh/pump with +// permission from the author, Mathias Buus (@mafintosh). +'use strict'; + +var eos; + +function once(callback) { + var called = false; + return function () { + if (called) return; + called = true; + callback.apply(void 0, arguments); + }; +} + +var _require$codes = require('../../../errors').codes, + ERR_MISSING_ARGS = _require$codes.ERR_MISSING_ARGS, + ERR_STREAM_DESTROYED = _require$codes.ERR_STREAM_DESTROYED; + +function noop(err) { + // Rethrow the error if it exists to avoid swallowing it + if (err) throw err; +} + +function isRequest(stream) { + return stream.setHeader && typeof stream.abort === 'function'; +} + +function destroyer(stream, reading, writing, callback) { + callback = once(callback); + var closed = false; + stream.on('close', function () { + closed = true; + }); + if (eos === undefined) eos = require('./end-of-stream'); + eos(stream, { + readable: reading, + writable: writing + }, function (err) { + if (err) return callback(err); + closed = true; + callback(); + }); + var destroyed = false; + return function (err) { + if (closed) return; + if (destroyed) return; + destroyed = true; // request.destroy just do .end - .abort is what we want + + if (isRequest(stream)) return stream.abort(); + if (typeof stream.destroy === 'function') return stream.destroy(); + callback(err || new ERR_STREAM_DESTROYED('pipe')); + }; +} + +function call(fn) { + fn(); +} + +function pipe(from, to) { + return from.pipe(to); +} + +function popCallback(streams) { + if (!streams.length) return noop; + if (typeof streams[streams.length - 1] !== 'function') return noop; + return streams.pop(); +} + +function pipeline() { + for (var _len = arguments.length, streams = new Array(_len), _key = 0; _key < _len; _key++) { + streams[_key] = arguments[_key]; + } + + var callback = popCallback(streams); + if (Array.isArray(streams[0])) streams = streams[0]; + + if (streams.length < 2) { + throw new ERR_MISSING_ARGS('streams'); + } + + var error; + var destroys = streams.map(function (stream, i) { + var reading = i < streams.length - 1; + var writing = i > 0; + return destroyer(stream, reading, writing, function (err) { + if (!error) error = err; + if (err) destroys.forEach(call); + if (reading) return; + destroys.forEach(call); + callback(error); + }); + }); + return streams.reduce(pipe); +} + +module.exports = pipeline; +},{"../../../errors":"../node_modules/browserify-sign/node_modules/readable-stream/errors-browser.js","./end-of-stream":"../node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/end-of-stream.js"}],"../node_modules/browserify-sign/node_modules/readable-stream/readable-browser.js":[function(require,module,exports) { +exports = module.exports = require('./lib/_stream_readable.js'); +exports.Stream = exports; +exports.Readable = exports; +exports.Writable = require('./lib/_stream_writable.js'); +exports.Duplex = require('./lib/_stream_duplex.js'); +exports.Transform = require('./lib/_stream_transform.js'); +exports.PassThrough = require('./lib/_stream_passthrough.js'); +exports.finished = require('./lib/internal/streams/end-of-stream.js'); +exports.pipeline = require('./lib/internal/streams/pipeline.js'); +},{"./lib/_stream_readable.js":"../node_modules/browserify-sign/node_modules/readable-stream/lib/_stream_readable.js","./lib/_stream_writable.js":"../node_modules/browserify-sign/node_modules/readable-stream/lib/_stream_writable.js","./lib/_stream_duplex.js":"../node_modules/browserify-sign/node_modules/readable-stream/lib/_stream_duplex.js","./lib/_stream_transform.js":"../node_modules/browserify-sign/node_modules/readable-stream/lib/_stream_transform.js","./lib/_stream_passthrough.js":"../node_modules/browserify-sign/node_modules/readable-stream/lib/_stream_passthrough.js","./lib/internal/streams/end-of-stream.js":"../node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/end-of-stream.js","./lib/internal/streams/pipeline.js":"../node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/pipeline.js"}],"../node_modules/browserify-rsa/index.js":[function(require,module,exports) { +var Buffer = require("buffer").Buffer; +var bn = require('bn.js'); +var randomBytes = require('randombytes'); +module.exports = crt; +function blind(priv) { + var r = getr(priv); + var blinder = r.toRed(bn.mont(priv.modulus)) + .redPow(new bn(priv.publicExponent)).fromRed(); + return { + blinder: blinder, + unblinder:r.invm(priv.modulus) + }; +} +function crt(msg, priv) { + var blinds = blind(priv); + var len = priv.modulus.byteLength(); + var mod = bn.mont(priv.modulus); + var blinded = new bn(msg).mul(blinds.blinder).umod(priv.modulus); + var c1 = blinded.toRed(bn.mont(priv.prime1)); + var c2 = blinded.toRed(bn.mont(priv.prime2)); + var qinv = priv.coefficient; + var p = priv.prime1; + var q = priv.prime2; + var m1 = c1.redPow(priv.exponent1); + var m2 = c2.redPow(priv.exponent2); + m1 = m1.fromRed(); + m2 = m2.fromRed(); + var h = m1.isub(m2).imul(qinv).umod(p); + h.imul(q); + m2.iadd(h); + return new Buffer(m2.imul(blinds.unblinder).umod(priv.modulus).toArray(false, len)); +} +crt.getr = getr; +function getr(priv) { + var len = priv.modulus.byteLength(); + var r = new bn(randomBytes(len)); + while (r.cmp(priv.modulus) >= 0 || !r.umod(priv.prime1) || !r.umod(priv.prime2)) { + r = new bn(randomBytes(len)); + } + return r; +} + +},{"bn.js":"../node_modules/bn.js/lib/bn.js","randombytes":"../node_modules/randombytes/browser.js","buffer":"../node_modules/buffer/index.js"}],"../node_modules/elliptic/package.json":[function(require,module,exports) { +module.exports = { + "name": "elliptic", + "version": "6.5.3", + "description": "EC cryptography", + "main": "lib/elliptic.js", + "files": [ + "lib" + ], + "scripts": { + "jscs": "jscs benchmarks/*.js lib/*.js lib/**/*.js lib/**/**/*.js test/index.js", + "jshint": "jscs benchmarks/*.js lib/*.js lib/**/*.js lib/**/**/*.js test/index.js", + "lint": "npm run jscs && npm run jshint", + "unit": "istanbul test _mocha --reporter=spec test/index.js", + "test": "npm run lint && npm run unit", + "version": "grunt dist && git add dist/" + }, + "repository": { + "type": "git", + "url": "git@github.com:indutny/elliptic" + }, + "keywords": [ + "EC", + "Elliptic", + "curve", + "Cryptography" + ], + "author": "Fedor Indutny ", + "license": "MIT", + "bugs": { + "url": "https://github.com/indutny/elliptic/issues" + }, + "homepage": "https://github.com/indutny/elliptic", + "devDependencies": { + "brfs": "^1.4.3", + "coveralls": "^3.0.8", + "grunt": "^1.0.4", + "grunt-browserify": "^5.0.0", + "grunt-cli": "^1.2.0", + "grunt-contrib-connect": "^1.0.0", + "grunt-contrib-copy": "^1.0.0", + "grunt-contrib-uglify": "^1.0.1", + "grunt-mocha-istanbul": "^3.0.1", + "grunt-saucelabs": "^9.0.1", + "istanbul": "^0.4.2", + "jscs": "^3.0.7", + "jshint": "^2.10.3", + "mocha": "^6.2.2" + }, + "dependencies": { + "bn.js": "^4.4.0", + "brorand": "^1.0.1", + "hash.js": "^1.0.0", + "hmac-drbg": "^1.0.0", + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0", + "minimalistic-crypto-utils": "^1.0.0" + } +} +; +},{}],"../node_modules/minimalistic-crypto-utils/lib/utils.js":[function(require,module,exports) { +'use strict'; + +var utils = exports; + +function toArray(msg, enc) { + if (Array.isArray(msg)) + return msg.slice(); + if (!msg) + return []; + var res = []; + if (typeof msg !== 'string') { + for (var i = 0; i < msg.length; i++) + res[i] = msg[i] | 0; + return res; + } + if (enc === 'hex') { + msg = msg.replace(/[^a-z0-9]+/ig, ''); + if (msg.length % 2 !== 0) + msg = '0' + msg; + for (var i = 0; i < msg.length; i += 2) + res.push(parseInt(msg[i] + msg[i + 1], 16)); + } else { + for (var i = 0; i < msg.length; i++) { + var c = msg.charCodeAt(i); + var hi = c >> 8; + var lo = c & 0xff; + if (hi) + res.push(hi, lo); + else + res.push(lo); + } + } + return res; +} +utils.toArray = toArray; + +function zero2(word) { + if (word.length === 1) + return '0' + word; + else + return word; +} +utils.zero2 = zero2; + +function toHex(msg) { + var res = ''; + for (var i = 0; i < msg.length; i++) + res += zero2(msg[i].toString(16)); + return res; +} +utils.toHex = toHex; + +utils.encode = function encode(arr, enc) { + if (enc === 'hex') + return toHex(arr); + else + return arr; +}; + +},{}],"../node_modules/elliptic/lib/elliptic/utils.js":[function(require,module,exports) { +'use strict'; + +var utils = exports; +var BN = require('bn.js'); +var minAssert = require('minimalistic-assert'); +var minUtils = require('minimalistic-crypto-utils'); + +utils.assert = minAssert; +utils.toArray = minUtils.toArray; +utils.zero2 = minUtils.zero2; +utils.toHex = minUtils.toHex; +utils.encode = minUtils.encode; + +// Represent num in a w-NAF form +function getNAF(num, w, bits) { + var naf = new Array(Math.max(num.bitLength(), bits) + 1); + naf.fill(0); + + var ws = 1 << (w + 1); + var k = num.clone(); + + for (var i = 0; i < naf.length; i++) { + var z; + var mod = k.andln(ws - 1); + if (k.isOdd()) { + if (mod > (ws >> 1) - 1) + z = (ws >> 1) - mod; + else + z = mod; + k.isubn(z); + } else { + z = 0; + } + + naf[i] = z; + k.iushrn(1); + } + + return naf; +} +utils.getNAF = getNAF; + +// Represent k1, k2 in a Joint Sparse Form +function getJSF(k1, k2) { + var jsf = [ + [], + [] + ]; + + k1 = k1.clone(); + k2 = k2.clone(); + var d1 = 0; + var d2 = 0; + while (k1.cmpn(-d1) > 0 || k2.cmpn(-d2) > 0) { + + // First phase + var m14 = (k1.andln(3) + d1) & 3; + var m24 = (k2.andln(3) + d2) & 3; + if (m14 === 3) + m14 = -1; + if (m24 === 3) + m24 = -1; + var u1; + if ((m14 & 1) === 0) { + u1 = 0; + } else { + var m8 = (k1.andln(7) + d1) & 7; + if ((m8 === 3 || m8 === 5) && m24 === 2) + u1 = -m14; + else + u1 = m14; + } + jsf[0].push(u1); + + var u2; + if ((m24 & 1) === 0) { + u2 = 0; + } else { + var m8 = (k2.andln(7) + d2) & 7; + if ((m8 === 3 || m8 === 5) && m14 === 2) + u2 = -m24; + else + u2 = m24; + } + jsf[1].push(u2); + + // Second phase + if (2 * d1 === u1 + 1) + d1 = 1 - d1; + if (2 * d2 === u2 + 1) + d2 = 1 - d2; + k1.iushrn(1); + k2.iushrn(1); + } + + return jsf; +} +utils.getJSF = getJSF; + +function cachedProperty(obj, name, computer) { + var key = '_' + name; + obj.prototype[name] = function cachedProperty() { + return this[key] !== undefined ? this[key] : + this[key] = computer.call(this); + }; +} +utils.cachedProperty = cachedProperty; + +function parseBytes(bytes) { + return typeof bytes === 'string' ? utils.toArray(bytes, 'hex') : + bytes; +} +utils.parseBytes = parseBytes; + +function intFromLE(bytes) { + return new BN(bytes, 'hex', 'le'); +} +utils.intFromLE = intFromLE; + + +},{"bn.js":"../node_modules/bn.js/lib/bn.js","minimalistic-assert":"../node_modules/minimalistic-assert/index.js","minimalistic-crypto-utils":"../node_modules/minimalistic-crypto-utils/lib/utils.js"}],"../node_modules/elliptic/lib/elliptic/curve/base.js":[function(require,module,exports) { +'use strict'; + +var BN = require('bn.js'); +var utils = require('../utils'); +var getNAF = utils.getNAF; +var getJSF = utils.getJSF; +var assert = utils.assert; + +function BaseCurve(type, conf) { + this.type = type; + this.p = new BN(conf.p, 16); + + // Use Montgomery, when there is no fast reduction for the prime + this.red = conf.prime ? BN.red(conf.prime) : BN.mont(this.p); + + // Useful for many curves + this.zero = new BN(0).toRed(this.red); + this.one = new BN(1).toRed(this.red); + this.two = new BN(2).toRed(this.red); + + // Curve configuration, optional + this.n = conf.n && new BN(conf.n, 16); + this.g = conf.g && this.pointFromJSON(conf.g, conf.gRed); + + // Temporary arrays + this._wnafT1 = new Array(4); + this._wnafT2 = new Array(4); + this._wnafT3 = new Array(4); + this._wnafT4 = new Array(4); + + this._bitLength = this.n ? this.n.bitLength() : 0; + + // Generalized Greg Maxwell's trick + var adjustCount = this.n && this.p.div(this.n); + if (!adjustCount || adjustCount.cmpn(100) > 0) { + this.redN = null; + } else { + this._maxwellTrick = true; + this.redN = this.n.toRed(this.red); + } +} +module.exports = BaseCurve; + +BaseCurve.prototype.point = function point() { + throw new Error('Not implemented'); +}; + +BaseCurve.prototype.validate = function validate() { + throw new Error('Not implemented'); +}; + +BaseCurve.prototype._fixedNafMul = function _fixedNafMul(p, k) { + assert(p.precomputed); + var doubles = p._getDoubles(); + + var naf = getNAF(k, 1, this._bitLength); + var I = (1 << (doubles.step + 1)) - (doubles.step % 2 === 0 ? 2 : 1); + I /= 3; + + // Translate into more windowed form + var repr = []; + for (var j = 0; j < naf.length; j += doubles.step) { + var nafW = 0; + for (var k = j + doubles.step - 1; k >= j; k--) + nafW = (nafW << 1) + naf[k]; + repr.push(nafW); + } + + var a = this.jpoint(null, null, null); + var b = this.jpoint(null, null, null); + for (var i = I; i > 0; i--) { + for (var j = 0; j < repr.length; j++) { + var nafW = repr[j]; + if (nafW === i) + b = b.mixedAdd(doubles.points[j]); + else if (nafW === -i) + b = b.mixedAdd(doubles.points[j].neg()); + } + a = a.add(b); + } + return a.toP(); +}; + +BaseCurve.prototype._wnafMul = function _wnafMul(p, k) { + var w = 4; + + // Precompute window + var nafPoints = p._getNAFPoints(w); + w = nafPoints.wnd; + var wnd = nafPoints.points; + + // Get NAF form + var naf = getNAF(k, w, this._bitLength); + + // Add `this`*(N+1) for every w-NAF index + var acc = this.jpoint(null, null, null); + for (var i = naf.length - 1; i >= 0; i--) { + // Count zeroes + for (var k = 0; i >= 0 && naf[i] === 0; i--) + k++; + if (i >= 0) + k++; + acc = acc.dblp(k); + + if (i < 0) + break; + var z = naf[i]; + assert(z !== 0); + if (p.type === 'affine') { + // J +- P + if (z > 0) + acc = acc.mixedAdd(wnd[(z - 1) >> 1]); + else + acc = acc.mixedAdd(wnd[(-z - 1) >> 1].neg()); + } else { + // J +- J + if (z > 0) + acc = acc.add(wnd[(z - 1) >> 1]); + else + acc = acc.add(wnd[(-z - 1) >> 1].neg()); + } + } + return p.type === 'affine' ? acc.toP() : acc; +}; + +BaseCurve.prototype._wnafMulAdd = function _wnafMulAdd(defW, + points, + coeffs, + len, + jacobianResult) { + var wndWidth = this._wnafT1; + var wnd = this._wnafT2; + var naf = this._wnafT3; + + // Fill all arrays + var max = 0; + for (var i = 0; i < len; i++) { + var p = points[i]; + var nafPoints = p._getNAFPoints(defW); + wndWidth[i] = nafPoints.wnd; + wnd[i] = nafPoints.points; + } + + // Comb small window NAFs + for (var i = len - 1; i >= 1; i -= 2) { + var a = i - 1; + var b = i; + if (wndWidth[a] !== 1 || wndWidth[b] !== 1) { + naf[a] = getNAF(coeffs[a], wndWidth[a], this._bitLength); + naf[b] = getNAF(coeffs[b], wndWidth[b], this._bitLength); + max = Math.max(naf[a].length, max); + max = Math.max(naf[b].length, max); + continue; + } + + var comb = [ + points[a], /* 1 */ + null, /* 3 */ + null, /* 5 */ + points[b] /* 7 */ + ]; + + // Try to avoid Projective points, if possible + if (points[a].y.cmp(points[b].y) === 0) { + comb[1] = points[a].add(points[b]); + comb[2] = points[a].toJ().mixedAdd(points[b].neg()); + } else if (points[a].y.cmp(points[b].y.redNeg()) === 0) { + comb[1] = points[a].toJ().mixedAdd(points[b]); + comb[2] = points[a].add(points[b].neg()); + } else { + comb[1] = points[a].toJ().mixedAdd(points[b]); + comb[2] = points[a].toJ().mixedAdd(points[b].neg()); + } + + var index = [ + -3, /* -1 -1 */ + -1, /* -1 0 */ + -5, /* -1 1 */ + -7, /* 0 -1 */ + 0, /* 0 0 */ + 7, /* 0 1 */ + 5, /* 1 -1 */ + 1, /* 1 0 */ + 3 /* 1 1 */ + ]; + + var jsf = getJSF(coeffs[a], coeffs[b]); + max = Math.max(jsf[0].length, max); + naf[a] = new Array(max); + naf[b] = new Array(max); + for (var j = 0; j < max; j++) { + var ja = jsf[0][j] | 0; + var jb = jsf[1][j] | 0; + + naf[a][j] = index[(ja + 1) * 3 + (jb + 1)]; + naf[b][j] = 0; + wnd[a] = comb; + } + } + + var acc = this.jpoint(null, null, null); + var tmp = this._wnafT4; + for (var i = max; i >= 0; i--) { + var k = 0; + + while (i >= 0) { + var zero = true; + for (var j = 0; j < len; j++) { + tmp[j] = naf[j][i] | 0; + if (tmp[j] !== 0) + zero = false; + } + if (!zero) + break; + k++; + i--; + } + if (i >= 0) + k++; + acc = acc.dblp(k); + if (i < 0) + break; + + for (var j = 0; j < len; j++) { + var z = tmp[j]; + var p; + if (z === 0) + continue; + else if (z > 0) + p = wnd[j][(z - 1) >> 1]; + else if (z < 0) + p = wnd[j][(-z - 1) >> 1].neg(); + + if (p.type === 'affine') + acc = acc.mixedAdd(p); + else + acc = acc.add(p); + } + } + // Zeroify references + for (var i = 0; i < len; i++) + wnd[i] = null; + + if (jacobianResult) + return acc; + else + return acc.toP(); +}; + +function BasePoint(curve, type) { + this.curve = curve; + this.type = type; + this.precomputed = null; +} +BaseCurve.BasePoint = BasePoint; + +BasePoint.prototype.eq = function eq(/*other*/) { + throw new Error('Not implemented'); +}; + +BasePoint.prototype.validate = function validate() { + return this.curve.validate(this); +}; + +BaseCurve.prototype.decodePoint = function decodePoint(bytes, enc) { + bytes = utils.toArray(bytes, enc); + + var len = this.p.byteLength(); + + // uncompressed, hybrid-odd, hybrid-even + if ((bytes[0] === 0x04 || bytes[0] === 0x06 || bytes[0] === 0x07) && + bytes.length - 1 === 2 * len) { + if (bytes[0] === 0x06) + assert(bytes[bytes.length - 1] % 2 === 0); + else if (bytes[0] === 0x07) + assert(bytes[bytes.length - 1] % 2 === 1); + + var res = this.point(bytes.slice(1, 1 + len), + bytes.slice(1 + len, 1 + 2 * len)); + + return res; + } else if ((bytes[0] === 0x02 || bytes[0] === 0x03) && + bytes.length - 1 === len) { + return this.pointFromX(bytes.slice(1, 1 + len), bytes[0] === 0x03); + } + throw new Error('Unknown point format'); +}; + +BasePoint.prototype.encodeCompressed = function encodeCompressed(enc) { + return this.encode(enc, true); +}; + +BasePoint.prototype._encode = function _encode(compact) { + var len = this.curve.p.byteLength(); + var x = this.getX().toArray('be', len); + + if (compact) + return [ this.getY().isEven() ? 0x02 : 0x03 ].concat(x); + + return [ 0x04 ].concat(x, this.getY().toArray('be', len)) ; +}; + +BasePoint.prototype.encode = function encode(enc, compact) { + return utils.encode(this._encode(compact), enc); +}; + +BasePoint.prototype.precompute = function precompute(power) { + if (this.precomputed) + return this; + + var precomputed = { + doubles: null, + naf: null, + beta: null + }; + precomputed.naf = this._getNAFPoints(8); + precomputed.doubles = this._getDoubles(4, power); + precomputed.beta = this._getBeta(); + this.precomputed = precomputed; + + return this; +}; + +BasePoint.prototype._hasDoubles = function _hasDoubles(k) { + if (!this.precomputed) + return false; + + var doubles = this.precomputed.doubles; + if (!doubles) + return false; + + return doubles.points.length >= Math.ceil((k.bitLength() + 1) / doubles.step); +}; + +BasePoint.prototype._getDoubles = function _getDoubles(step, power) { + if (this.precomputed && this.precomputed.doubles) + return this.precomputed.doubles; + + var doubles = [ this ]; + var acc = this; + for (var i = 0; i < power; i += step) { + for (var j = 0; j < step; j++) + acc = acc.dbl(); + doubles.push(acc); + } + return { + step: step, + points: doubles + }; +}; + +BasePoint.prototype._getNAFPoints = function _getNAFPoints(wnd) { + if (this.precomputed && this.precomputed.naf) + return this.precomputed.naf; + + var res = [ this ]; + var max = (1 << wnd) - 1; + var dbl = max === 1 ? null : this.dbl(); + for (var i = 1; i < max; i++) + res[i] = res[i - 1].add(dbl); + return { + wnd: wnd, + points: res + }; +}; + +BasePoint.prototype._getBeta = function _getBeta() { + return null; +}; + +BasePoint.prototype.dblp = function dblp(k) { + var r = this; + for (var i = 0; i < k; i++) + r = r.dbl(); + return r; +}; + +},{"bn.js":"../node_modules/bn.js/lib/bn.js","../utils":"../node_modules/elliptic/lib/elliptic/utils.js"}],"../node_modules/elliptic/lib/elliptic/curve/short.js":[function(require,module,exports) { +'use strict'; + +var utils = require('../utils'); +var BN = require('bn.js'); +var inherits = require('inherits'); +var Base = require('./base'); + +var assert = utils.assert; + +function ShortCurve(conf) { + Base.call(this, 'short', conf); + + this.a = new BN(conf.a, 16).toRed(this.red); + this.b = new BN(conf.b, 16).toRed(this.red); + this.tinv = this.two.redInvm(); + + this.zeroA = this.a.fromRed().cmpn(0) === 0; + this.threeA = this.a.fromRed().sub(this.p).cmpn(-3) === 0; + + // If the curve is endomorphic, precalculate beta and lambda + this.endo = this._getEndomorphism(conf); + this._endoWnafT1 = new Array(4); + this._endoWnafT2 = new Array(4); +} +inherits(ShortCurve, Base); +module.exports = ShortCurve; + +ShortCurve.prototype._getEndomorphism = function _getEndomorphism(conf) { + // No efficient endomorphism + if (!this.zeroA || !this.g || !this.n || this.p.modn(3) !== 1) + return; + + // Compute beta and lambda, that lambda * P = (beta * Px; Py) + var beta; + var lambda; + if (conf.beta) { + beta = new BN(conf.beta, 16).toRed(this.red); + } else { + var betas = this._getEndoRoots(this.p); + // Choose the smallest beta + beta = betas[0].cmp(betas[1]) < 0 ? betas[0] : betas[1]; + beta = beta.toRed(this.red); + } + if (conf.lambda) { + lambda = new BN(conf.lambda, 16); + } else { + // Choose the lambda that is matching selected beta + var lambdas = this._getEndoRoots(this.n); + if (this.g.mul(lambdas[0]).x.cmp(this.g.x.redMul(beta)) === 0) { + lambda = lambdas[0]; + } else { + lambda = lambdas[1]; + assert(this.g.mul(lambda).x.cmp(this.g.x.redMul(beta)) === 0); + } + } + + // Get basis vectors, used for balanced length-two representation + var basis; + if (conf.basis) { + basis = conf.basis.map(function(vec) { + return { + a: new BN(vec.a, 16), + b: new BN(vec.b, 16) + }; + }); + } else { + basis = this._getEndoBasis(lambda); + } + + return { + beta: beta, + lambda: lambda, + basis: basis + }; +}; + +ShortCurve.prototype._getEndoRoots = function _getEndoRoots(num) { + // Find roots of for x^2 + x + 1 in F + // Root = (-1 +- Sqrt(-3)) / 2 + // + var red = num === this.p ? this.red : BN.mont(num); + var tinv = new BN(2).toRed(red).redInvm(); + var ntinv = tinv.redNeg(); + + var s = new BN(3).toRed(red).redNeg().redSqrt().redMul(tinv); + + var l1 = ntinv.redAdd(s).fromRed(); + var l2 = ntinv.redSub(s).fromRed(); + return [ l1, l2 ]; +}; + +ShortCurve.prototype._getEndoBasis = function _getEndoBasis(lambda) { + // aprxSqrt >= sqrt(this.n) + var aprxSqrt = this.n.ushrn(Math.floor(this.n.bitLength() / 2)); + + // 3.74 + // Run EGCD, until r(L + 1) < aprxSqrt + var u = lambda; + var v = this.n.clone(); + var x1 = new BN(1); + var y1 = new BN(0); + var x2 = new BN(0); + var y2 = new BN(1); + + // NOTE: all vectors are roots of: a + b * lambda = 0 (mod n) + var a0; + var b0; + // First vector + var a1; + var b1; + // Second vector + var a2; + var b2; + + var prevR; + var i = 0; + var r; + var x; + while (u.cmpn(0) !== 0) { + var q = v.div(u); + r = v.sub(q.mul(u)); + x = x2.sub(q.mul(x1)); + var y = y2.sub(q.mul(y1)); + + if (!a1 && r.cmp(aprxSqrt) < 0) { + a0 = prevR.neg(); + b0 = x1; + a1 = r.neg(); + b1 = x; + } else if (a1 && ++i === 2) { + break; + } + prevR = r; + + v = u; + u = r; + x2 = x1; + x1 = x; + y2 = y1; + y1 = y; + } + a2 = r.neg(); + b2 = x; + + var len1 = a1.sqr().add(b1.sqr()); + var len2 = a2.sqr().add(b2.sqr()); + if (len2.cmp(len1) >= 0) { + a2 = a0; + b2 = b0; + } + + // Normalize signs + if (a1.negative) { + a1 = a1.neg(); + b1 = b1.neg(); + } + if (a2.negative) { + a2 = a2.neg(); + b2 = b2.neg(); + } + + return [ + { a: a1, b: b1 }, + { a: a2, b: b2 } + ]; +}; + +ShortCurve.prototype._endoSplit = function _endoSplit(k) { + var basis = this.endo.basis; + var v1 = basis[0]; + var v2 = basis[1]; + + var c1 = v2.b.mul(k).divRound(this.n); + var c2 = v1.b.neg().mul(k).divRound(this.n); + + var p1 = c1.mul(v1.a); + var p2 = c2.mul(v2.a); + var q1 = c1.mul(v1.b); + var q2 = c2.mul(v2.b); + + // Calculate answer + var k1 = k.sub(p1).sub(p2); + var k2 = q1.add(q2).neg(); + return { k1: k1, k2: k2 }; +}; + +ShortCurve.prototype.pointFromX = function pointFromX(x, odd) { + x = new BN(x, 16); + if (!x.red) + x = x.toRed(this.red); + + var y2 = x.redSqr().redMul(x).redIAdd(x.redMul(this.a)).redIAdd(this.b); + var y = y2.redSqrt(); + if (y.redSqr().redSub(y2).cmp(this.zero) !== 0) + throw new Error('invalid point'); + + // XXX Is there any way to tell if the number is odd without converting it + // to non-red form? + var isOdd = y.fromRed().isOdd(); + if (odd && !isOdd || !odd && isOdd) + y = y.redNeg(); + + return this.point(x, y); +}; + +ShortCurve.prototype.validate = function validate(point) { + if (point.inf) + return true; + + var x = point.x; + var y = point.y; + + var ax = this.a.redMul(x); + var rhs = x.redSqr().redMul(x).redIAdd(ax).redIAdd(this.b); + return y.redSqr().redISub(rhs).cmpn(0) === 0; +}; + +ShortCurve.prototype._endoWnafMulAdd = + function _endoWnafMulAdd(points, coeffs, jacobianResult) { + var npoints = this._endoWnafT1; + var ncoeffs = this._endoWnafT2; + for (var i = 0; i < points.length; i++) { + var split = this._endoSplit(coeffs[i]); + var p = points[i]; + var beta = p._getBeta(); + + if (split.k1.negative) { + split.k1.ineg(); + p = p.neg(true); + } + if (split.k2.negative) { + split.k2.ineg(); + beta = beta.neg(true); + } + + npoints[i * 2] = p; + npoints[i * 2 + 1] = beta; + ncoeffs[i * 2] = split.k1; + ncoeffs[i * 2 + 1] = split.k2; + } + var res = this._wnafMulAdd(1, npoints, ncoeffs, i * 2, jacobianResult); + + // Clean-up references to points and coefficients + for (var j = 0; j < i * 2; j++) { + npoints[j] = null; + ncoeffs[j] = null; + } + return res; +}; + +function Point(curve, x, y, isRed) { + Base.BasePoint.call(this, curve, 'affine'); + if (x === null && y === null) { + this.x = null; + this.y = null; + this.inf = true; + } else { + this.x = new BN(x, 16); + this.y = new BN(y, 16); + // Force redgomery representation when loading from JSON + if (isRed) { + this.x.forceRed(this.curve.red); + this.y.forceRed(this.curve.red); + } + if (!this.x.red) + this.x = this.x.toRed(this.curve.red); + if (!this.y.red) + this.y = this.y.toRed(this.curve.red); + this.inf = false; + } +} +inherits(Point, Base.BasePoint); + +ShortCurve.prototype.point = function point(x, y, isRed) { + return new Point(this, x, y, isRed); +}; + +ShortCurve.prototype.pointFromJSON = function pointFromJSON(obj, red) { + return Point.fromJSON(this, obj, red); +}; + +Point.prototype._getBeta = function _getBeta() { + if (!this.curve.endo) + return; + + var pre = this.precomputed; + if (pre && pre.beta) + return pre.beta; + + var beta = this.curve.point(this.x.redMul(this.curve.endo.beta), this.y); + if (pre) { + var curve = this.curve; + var endoMul = function(p) { + return curve.point(p.x.redMul(curve.endo.beta), p.y); + }; + pre.beta = beta; + beta.precomputed = { + beta: null, + naf: pre.naf && { + wnd: pre.naf.wnd, + points: pre.naf.points.map(endoMul) + }, + doubles: pre.doubles && { + step: pre.doubles.step, + points: pre.doubles.points.map(endoMul) + } + }; + } + return beta; +}; + +Point.prototype.toJSON = function toJSON() { + if (!this.precomputed) + return [ this.x, this.y ]; + + return [ this.x, this.y, this.precomputed && { + doubles: this.precomputed.doubles && { + step: this.precomputed.doubles.step, + points: this.precomputed.doubles.points.slice(1) + }, + naf: this.precomputed.naf && { + wnd: this.precomputed.naf.wnd, + points: this.precomputed.naf.points.slice(1) + } + } ]; +}; + +Point.fromJSON = function fromJSON(curve, obj, red) { + if (typeof obj === 'string') + obj = JSON.parse(obj); + var res = curve.point(obj[0], obj[1], red); + if (!obj[2]) + return res; + + function obj2point(obj) { + return curve.point(obj[0], obj[1], red); + } + + var pre = obj[2]; + res.precomputed = { + beta: null, + doubles: pre.doubles && { + step: pre.doubles.step, + points: [ res ].concat(pre.doubles.points.map(obj2point)) + }, + naf: pre.naf && { + wnd: pre.naf.wnd, + points: [ res ].concat(pre.naf.points.map(obj2point)) + } + }; + return res; +}; + +Point.prototype.inspect = function inspect() { + if (this.isInfinity()) + return ''; + return ''; +}; + +Point.prototype.isInfinity = function isInfinity() { + return this.inf; +}; + +Point.prototype.add = function add(p) { + // O + P = P + if (this.inf) + return p; + + // P + O = P + if (p.inf) + return this; + + // P + P = 2P + if (this.eq(p)) + return this.dbl(); + + // P + (-P) = O + if (this.neg().eq(p)) + return this.curve.point(null, null); + + // P + Q = O + if (this.x.cmp(p.x) === 0) + return this.curve.point(null, null); + + var c = this.y.redSub(p.y); + if (c.cmpn(0) !== 0) + c = c.redMul(this.x.redSub(p.x).redInvm()); + var nx = c.redSqr().redISub(this.x).redISub(p.x); + var ny = c.redMul(this.x.redSub(nx)).redISub(this.y); + return this.curve.point(nx, ny); +}; + +Point.prototype.dbl = function dbl() { + if (this.inf) + return this; + + // 2P = O + var ys1 = this.y.redAdd(this.y); + if (ys1.cmpn(0) === 0) + return this.curve.point(null, null); + + var a = this.curve.a; + + var x2 = this.x.redSqr(); + var dyinv = ys1.redInvm(); + var c = x2.redAdd(x2).redIAdd(x2).redIAdd(a).redMul(dyinv); + + var nx = c.redSqr().redISub(this.x.redAdd(this.x)); + var ny = c.redMul(this.x.redSub(nx)).redISub(this.y); + return this.curve.point(nx, ny); +}; + +Point.prototype.getX = function getX() { + return this.x.fromRed(); +}; + +Point.prototype.getY = function getY() { + return this.y.fromRed(); +}; + +Point.prototype.mul = function mul(k) { + k = new BN(k, 16); + if (this.isInfinity()) + return this; + else if (this._hasDoubles(k)) + return this.curve._fixedNafMul(this, k); + else if (this.curve.endo) + return this.curve._endoWnafMulAdd([ this ], [ k ]); + else + return this.curve._wnafMul(this, k); +}; + +Point.prototype.mulAdd = function mulAdd(k1, p2, k2) { + var points = [ this, p2 ]; + var coeffs = [ k1, k2 ]; + if (this.curve.endo) + return this.curve._endoWnafMulAdd(points, coeffs); + else + return this.curve._wnafMulAdd(1, points, coeffs, 2); +}; + +Point.prototype.jmulAdd = function jmulAdd(k1, p2, k2) { + var points = [ this, p2 ]; + var coeffs = [ k1, k2 ]; + if (this.curve.endo) + return this.curve._endoWnafMulAdd(points, coeffs, true); + else + return this.curve._wnafMulAdd(1, points, coeffs, 2, true); +}; + +Point.prototype.eq = function eq(p) { + return this === p || + this.inf === p.inf && + (this.inf || this.x.cmp(p.x) === 0 && this.y.cmp(p.y) === 0); +}; + +Point.prototype.neg = function neg(_precompute) { + if (this.inf) + return this; + + var res = this.curve.point(this.x, this.y.redNeg()); + if (_precompute && this.precomputed) { + var pre = this.precomputed; + var negate = function(p) { + return p.neg(); + }; + res.precomputed = { + naf: pre.naf && { + wnd: pre.naf.wnd, + points: pre.naf.points.map(negate) + }, + doubles: pre.doubles && { + step: pre.doubles.step, + points: pre.doubles.points.map(negate) + } + }; + } + return res; +}; + +Point.prototype.toJ = function toJ() { + if (this.inf) + return this.curve.jpoint(null, null, null); + + var res = this.curve.jpoint(this.x, this.y, this.curve.one); + return res; +}; + +function JPoint(curve, x, y, z) { + Base.BasePoint.call(this, curve, 'jacobian'); + if (x === null && y === null && z === null) { + this.x = this.curve.one; + this.y = this.curve.one; + this.z = new BN(0); + } else { + this.x = new BN(x, 16); + this.y = new BN(y, 16); + this.z = new BN(z, 16); + } + if (!this.x.red) + this.x = this.x.toRed(this.curve.red); + if (!this.y.red) + this.y = this.y.toRed(this.curve.red); + if (!this.z.red) + this.z = this.z.toRed(this.curve.red); + + this.zOne = this.z === this.curve.one; +} +inherits(JPoint, Base.BasePoint); + +ShortCurve.prototype.jpoint = function jpoint(x, y, z) { + return new JPoint(this, x, y, z); +}; + +JPoint.prototype.toP = function toP() { + if (this.isInfinity()) + return this.curve.point(null, null); + + var zinv = this.z.redInvm(); + var zinv2 = zinv.redSqr(); + var ax = this.x.redMul(zinv2); + var ay = this.y.redMul(zinv2).redMul(zinv); + + return this.curve.point(ax, ay); +}; + +JPoint.prototype.neg = function neg() { + return this.curve.jpoint(this.x, this.y.redNeg(), this.z); +}; + +JPoint.prototype.add = function add(p) { + // O + P = P + if (this.isInfinity()) + return p; + + // P + O = P + if (p.isInfinity()) + return this; + + // 12M + 4S + 7A + var pz2 = p.z.redSqr(); + var z2 = this.z.redSqr(); + var u1 = this.x.redMul(pz2); + var u2 = p.x.redMul(z2); + var s1 = this.y.redMul(pz2.redMul(p.z)); + var s2 = p.y.redMul(z2.redMul(this.z)); + + var h = u1.redSub(u2); + var r = s1.redSub(s2); + if (h.cmpn(0) === 0) { + if (r.cmpn(0) !== 0) + return this.curve.jpoint(null, null, null); + else + return this.dbl(); + } + + var h2 = h.redSqr(); + var h3 = h2.redMul(h); + var v = u1.redMul(h2); + + var nx = r.redSqr().redIAdd(h3).redISub(v).redISub(v); + var ny = r.redMul(v.redISub(nx)).redISub(s1.redMul(h3)); + var nz = this.z.redMul(p.z).redMul(h); + + return this.curve.jpoint(nx, ny, nz); +}; + +JPoint.prototype.mixedAdd = function mixedAdd(p) { + // O + P = P + if (this.isInfinity()) + return p.toJ(); + + // P + O = P + if (p.isInfinity()) + return this; + + // 8M + 3S + 7A + var z2 = this.z.redSqr(); + var u1 = this.x; + var u2 = p.x.redMul(z2); + var s1 = this.y; + var s2 = p.y.redMul(z2).redMul(this.z); + + var h = u1.redSub(u2); + var r = s1.redSub(s2); + if (h.cmpn(0) === 0) { + if (r.cmpn(0) !== 0) + return this.curve.jpoint(null, null, null); + else + return this.dbl(); + } + + var h2 = h.redSqr(); + var h3 = h2.redMul(h); + var v = u1.redMul(h2); + + var nx = r.redSqr().redIAdd(h3).redISub(v).redISub(v); + var ny = r.redMul(v.redISub(nx)).redISub(s1.redMul(h3)); + var nz = this.z.redMul(h); + + return this.curve.jpoint(nx, ny, nz); +}; + +JPoint.prototype.dblp = function dblp(pow) { + if (pow === 0) + return this; + if (this.isInfinity()) + return this; + if (!pow) + return this.dbl(); + + if (this.curve.zeroA || this.curve.threeA) { + var r = this; + for (var i = 0; i < pow; i++) + r = r.dbl(); + return r; + } + + // 1M + 2S + 1A + N * (4S + 5M + 8A) + // N = 1 => 6M + 6S + 9A + var a = this.curve.a; + var tinv = this.curve.tinv; + + var jx = this.x; + var jy = this.y; + var jz = this.z; + var jz4 = jz.redSqr().redSqr(); + + // Reuse results + var jyd = jy.redAdd(jy); + for (var i = 0; i < pow; i++) { + var jx2 = jx.redSqr(); + var jyd2 = jyd.redSqr(); + var jyd4 = jyd2.redSqr(); + var c = jx2.redAdd(jx2).redIAdd(jx2).redIAdd(a.redMul(jz4)); + + var t1 = jx.redMul(jyd2); + var nx = c.redSqr().redISub(t1.redAdd(t1)); + var t2 = t1.redISub(nx); + var dny = c.redMul(t2); + dny = dny.redIAdd(dny).redISub(jyd4); + var nz = jyd.redMul(jz); + if (i + 1 < pow) + jz4 = jz4.redMul(jyd4); + + jx = nx; + jz = nz; + jyd = dny; + } + + return this.curve.jpoint(jx, jyd.redMul(tinv), jz); +}; + +JPoint.prototype.dbl = function dbl() { + if (this.isInfinity()) + return this; + + if (this.curve.zeroA) + return this._zeroDbl(); + else if (this.curve.threeA) + return this._threeDbl(); + else + return this._dbl(); +}; + +JPoint.prototype._zeroDbl = function _zeroDbl() { + var nx; + var ny; + var nz; + // Z = 1 + if (this.zOne) { + // hyperelliptic.org/EFD/g1p/auto-shortw-jacobian-0.html + // #doubling-mdbl-2007-bl + // 1M + 5S + 14A + + // XX = X1^2 + var xx = this.x.redSqr(); + // YY = Y1^2 + var yy = this.y.redSqr(); + // YYYY = YY^2 + var yyyy = yy.redSqr(); + // S = 2 * ((X1 + YY)^2 - XX - YYYY) + var s = this.x.redAdd(yy).redSqr().redISub(xx).redISub(yyyy); + s = s.redIAdd(s); + // M = 3 * XX + a; a = 0 + var m = xx.redAdd(xx).redIAdd(xx); + // T = M ^ 2 - 2*S + var t = m.redSqr().redISub(s).redISub(s); + + // 8 * YYYY + var yyyy8 = yyyy.redIAdd(yyyy); + yyyy8 = yyyy8.redIAdd(yyyy8); + yyyy8 = yyyy8.redIAdd(yyyy8); + + // X3 = T + nx = t; + // Y3 = M * (S - T) - 8 * YYYY + ny = m.redMul(s.redISub(t)).redISub(yyyy8); + // Z3 = 2*Y1 + nz = this.y.redAdd(this.y); + } else { + // hyperelliptic.org/EFD/g1p/auto-shortw-jacobian-0.html + // #doubling-dbl-2009-l + // 2M + 5S + 13A + + // A = X1^2 + var a = this.x.redSqr(); + // B = Y1^2 + var b = this.y.redSqr(); + // C = B^2 + var c = b.redSqr(); + // D = 2 * ((X1 + B)^2 - A - C) + var d = this.x.redAdd(b).redSqr().redISub(a).redISub(c); + d = d.redIAdd(d); + // E = 3 * A + var e = a.redAdd(a).redIAdd(a); + // F = E^2 + var f = e.redSqr(); + + // 8 * C + var c8 = c.redIAdd(c); + c8 = c8.redIAdd(c8); + c8 = c8.redIAdd(c8); + + // X3 = F - 2 * D + nx = f.redISub(d).redISub(d); + // Y3 = E * (D - X3) - 8 * C + ny = e.redMul(d.redISub(nx)).redISub(c8); + // Z3 = 2 * Y1 * Z1 + nz = this.y.redMul(this.z); + nz = nz.redIAdd(nz); + } + + return this.curve.jpoint(nx, ny, nz); +}; + +JPoint.prototype._threeDbl = function _threeDbl() { + var nx; + var ny; + var nz; + // Z = 1 + if (this.zOne) { + // hyperelliptic.org/EFD/g1p/auto-shortw-jacobian-3.html + // #doubling-mdbl-2007-bl + // 1M + 5S + 15A + + // XX = X1^2 + var xx = this.x.redSqr(); + // YY = Y1^2 + var yy = this.y.redSqr(); + // YYYY = YY^2 + var yyyy = yy.redSqr(); + // S = 2 * ((X1 + YY)^2 - XX - YYYY) + var s = this.x.redAdd(yy).redSqr().redISub(xx).redISub(yyyy); + s = s.redIAdd(s); + // M = 3 * XX + a + var m = xx.redAdd(xx).redIAdd(xx).redIAdd(this.curve.a); + // T = M^2 - 2 * S + var t = m.redSqr().redISub(s).redISub(s); + // X3 = T + nx = t; + // Y3 = M * (S - T) - 8 * YYYY + var yyyy8 = yyyy.redIAdd(yyyy); + yyyy8 = yyyy8.redIAdd(yyyy8); + yyyy8 = yyyy8.redIAdd(yyyy8); + ny = m.redMul(s.redISub(t)).redISub(yyyy8); + // Z3 = 2 * Y1 + nz = this.y.redAdd(this.y); + } else { + // hyperelliptic.org/EFD/g1p/auto-shortw-jacobian-3.html#doubling-dbl-2001-b + // 3M + 5S + + // delta = Z1^2 + var delta = this.z.redSqr(); + // gamma = Y1^2 + var gamma = this.y.redSqr(); + // beta = X1 * gamma + var beta = this.x.redMul(gamma); + // alpha = 3 * (X1 - delta) * (X1 + delta) + var alpha = this.x.redSub(delta).redMul(this.x.redAdd(delta)); + alpha = alpha.redAdd(alpha).redIAdd(alpha); + // X3 = alpha^2 - 8 * beta + var beta4 = beta.redIAdd(beta); + beta4 = beta4.redIAdd(beta4); + var beta8 = beta4.redAdd(beta4); + nx = alpha.redSqr().redISub(beta8); + // Z3 = (Y1 + Z1)^2 - gamma - delta + nz = this.y.redAdd(this.z).redSqr().redISub(gamma).redISub(delta); + // Y3 = alpha * (4 * beta - X3) - 8 * gamma^2 + var ggamma8 = gamma.redSqr(); + ggamma8 = ggamma8.redIAdd(ggamma8); + ggamma8 = ggamma8.redIAdd(ggamma8); + ggamma8 = ggamma8.redIAdd(ggamma8); + ny = alpha.redMul(beta4.redISub(nx)).redISub(ggamma8); + } + + return this.curve.jpoint(nx, ny, nz); +}; + +JPoint.prototype._dbl = function _dbl() { + var a = this.curve.a; + + // 4M + 6S + 10A + var jx = this.x; + var jy = this.y; + var jz = this.z; + var jz4 = jz.redSqr().redSqr(); + + var jx2 = jx.redSqr(); + var jy2 = jy.redSqr(); + + var c = jx2.redAdd(jx2).redIAdd(jx2).redIAdd(a.redMul(jz4)); + + var jxd4 = jx.redAdd(jx); + jxd4 = jxd4.redIAdd(jxd4); + var t1 = jxd4.redMul(jy2); + var nx = c.redSqr().redISub(t1.redAdd(t1)); + var t2 = t1.redISub(nx); + + var jyd8 = jy2.redSqr(); + jyd8 = jyd8.redIAdd(jyd8); + jyd8 = jyd8.redIAdd(jyd8); + jyd8 = jyd8.redIAdd(jyd8); + var ny = c.redMul(t2).redISub(jyd8); + var nz = jy.redAdd(jy).redMul(jz); + + return this.curve.jpoint(nx, ny, nz); +}; + +JPoint.prototype.trpl = function trpl() { + if (!this.curve.zeroA) + return this.dbl().add(this); + + // hyperelliptic.org/EFD/g1p/auto-shortw-jacobian-0.html#tripling-tpl-2007-bl + // 5M + 10S + ... + + // XX = X1^2 + var xx = this.x.redSqr(); + // YY = Y1^2 + var yy = this.y.redSqr(); + // ZZ = Z1^2 + var zz = this.z.redSqr(); + // YYYY = YY^2 + var yyyy = yy.redSqr(); + // M = 3 * XX + a * ZZ2; a = 0 + var m = xx.redAdd(xx).redIAdd(xx); + // MM = M^2 + var mm = m.redSqr(); + // E = 6 * ((X1 + YY)^2 - XX - YYYY) - MM + var e = this.x.redAdd(yy).redSqr().redISub(xx).redISub(yyyy); + e = e.redIAdd(e); + e = e.redAdd(e).redIAdd(e); + e = e.redISub(mm); + // EE = E^2 + var ee = e.redSqr(); + // T = 16*YYYY + var t = yyyy.redIAdd(yyyy); + t = t.redIAdd(t); + t = t.redIAdd(t); + t = t.redIAdd(t); + // U = (M + E)^2 - MM - EE - T + var u = m.redIAdd(e).redSqr().redISub(mm).redISub(ee).redISub(t); + // X3 = 4 * (X1 * EE - 4 * YY * U) + var yyu4 = yy.redMul(u); + yyu4 = yyu4.redIAdd(yyu4); + yyu4 = yyu4.redIAdd(yyu4); + var nx = this.x.redMul(ee).redISub(yyu4); + nx = nx.redIAdd(nx); + nx = nx.redIAdd(nx); + // Y3 = 8 * Y1 * (U * (T - U) - E * EE) + var ny = this.y.redMul(u.redMul(t.redISub(u)).redISub(e.redMul(ee))); + ny = ny.redIAdd(ny); + ny = ny.redIAdd(ny); + ny = ny.redIAdd(ny); + // Z3 = (Z1 + E)^2 - ZZ - EE + var nz = this.z.redAdd(e).redSqr().redISub(zz).redISub(ee); + + return this.curve.jpoint(nx, ny, nz); +}; + +JPoint.prototype.mul = function mul(k, kbase) { + k = new BN(k, kbase); + + return this.curve._wnafMul(this, k); +}; + +JPoint.prototype.eq = function eq(p) { + if (p.type === 'affine') + return this.eq(p.toJ()); + + if (this === p) + return true; + + // x1 * z2^2 == x2 * z1^2 + var z2 = this.z.redSqr(); + var pz2 = p.z.redSqr(); + if (this.x.redMul(pz2).redISub(p.x.redMul(z2)).cmpn(0) !== 0) + return false; + + // y1 * z2^3 == y2 * z1^3 + var z3 = z2.redMul(this.z); + var pz3 = pz2.redMul(p.z); + return this.y.redMul(pz3).redISub(p.y.redMul(z3)).cmpn(0) === 0; +}; + +JPoint.prototype.eqXToP = function eqXToP(x) { + var zs = this.z.redSqr(); + var rx = x.toRed(this.curve.red).redMul(zs); + if (this.x.cmp(rx) === 0) + return true; + + var xc = x.clone(); + var t = this.curve.redN.redMul(zs); + for (;;) { + xc.iadd(this.curve.n); + if (xc.cmp(this.curve.p) >= 0) + return false; + + rx.redIAdd(t); + if (this.x.cmp(rx) === 0) + return true; + } +}; + +JPoint.prototype.inspect = function inspect() { + if (this.isInfinity()) + return ''; + return ''; +}; + +JPoint.prototype.isInfinity = function isInfinity() { + // XXX This code assumes that zero is always zero in red + return this.z.cmpn(0) === 0; +}; + +},{"../utils":"../node_modules/elliptic/lib/elliptic/utils.js","bn.js":"../node_modules/bn.js/lib/bn.js","inherits":"../node_modules/inherits/inherits_browser.js","./base":"../node_modules/elliptic/lib/elliptic/curve/base.js"}],"../node_modules/elliptic/lib/elliptic/curve/mont.js":[function(require,module,exports) { +'use strict'; + +var BN = require('bn.js'); +var inherits = require('inherits'); +var Base = require('./base'); + +var utils = require('../utils'); + +function MontCurve(conf) { + Base.call(this, 'mont', conf); + + this.a = new BN(conf.a, 16).toRed(this.red); + this.b = new BN(conf.b, 16).toRed(this.red); + this.i4 = new BN(4).toRed(this.red).redInvm(); + this.two = new BN(2).toRed(this.red); + this.a24 = this.i4.redMul(this.a.redAdd(this.two)); +} +inherits(MontCurve, Base); +module.exports = MontCurve; + +MontCurve.prototype.validate = function validate(point) { + var x = point.normalize().x; + var x2 = x.redSqr(); + var rhs = x2.redMul(x).redAdd(x2.redMul(this.a)).redAdd(x); + var y = rhs.redSqrt(); + + return y.redSqr().cmp(rhs) === 0; +}; + +function Point(curve, x, z) { + Base.BasePoint.call(this, curve, 'projective'); + if (x === null && z === null) { + this.x = this.curve.one; + this.z = this.curve.zero; + } else { + this.x = new BN(x, 16); + this.z = new BN(z, 16); + if (!this.x.red) + this.x = this.x.toRed(this.curve.red); + if (!this.z.red) + this.z = this.z.toRed(this.curve.red); + } +} +inherits(Point, Base.BasePoint); + +MontCurve.prototype.decodePoint = function decodePoint(bytes, enc) { + return this.point(utils.toArray(bytes, enc), 1); +}; + +MontCurve.prototype.point = function point(x, z) { + return new Point(this, x, z); +}; + +MontCurve.prototype.pointFromJSON = function pointFromJSON(obj) { + return Point.fromJSON(this, obj); +}; + +Point.prototype.precompute = function precompute() { + // No-op +}; + +Point.prototype._encode = function _encode() { + return this.getX().toArray('be', this.curve.p.byteLength()); +}; + +Point.fromJSON = function fromJSON(curve, obj) { + return new Point(curve, obj[0], obj[1] || curve.one); +}; + +Point.prototype.inspect = function inspect() { + if (this.isInfinity()) + return ''; + return ''; +}; + +Point.prototype.isInfinity = function isInfinity() { + // XXX This code assumes that zero is always zero in red + return this.z.cmpn(0) === 0; +}; + +Point.prototype.dbl = function dbl() { + // http://hyperelliptic.org/EFD/g1p/auto-montgom-xz.html#doubling-dbl-1987-m-3 + // 2M + 2S + 4A + + // A = X1 + Z1 + var a = this.x.redAdd(this.z); + // AA = A^2 + var aa = a.redSqr(); + // B = X1 - Z1 + var b = this.x.redSub(this.z); + // BB = B^2 + var bb = b.redSqr(); + // C = AA - BB + var c = aa.redSub(bb); + // X3 = AA * BB + var nx = aa.redMul(bb); + // Z3 = C * (BB + A24 * C) + var nz = c.redMul(bb.redAdd(this.curve.a24.redMul(c))); + return this.curve.point(nx, nz); +}; + +Point.prototype.add = function add() { + throw new Error('Not supported on Montgomery curve'); +}; + +Point.prototype.diffAdd = function diffAdd(p, diff) { + // http://hyperelliptic.org/EFD/g1p/auto-montgom-xz.html#diffadd-dadd-1987-m-3 + // 4M + 2S + 6A + + // A = X2 + Z2 + var a = this.x.redAdd(this.z); + // B = X2 - Z2 + var b = this.x.redSub(this.z); + // C = X3 + Z3 + var c = p.x.redAdd(p.z); + // D = X3 - Z3 + var d = p.x.redSub(p.z); + // DA = D * A + var da = d.redMul(a); + // CB = C * B + var cb = c.redMul(b); + // X5 = Z1 * (DA + CB)^2 + var nx = diff.z.redMul(da.redAdd(cb).redSqr()); + // Z5 = X1 * (DA - CB)^2 + var nz = diff.x.redMul(da.redISub(cb).redSqr()); + return this.curve.point(nx, nz); +}; + +Point.prototype.mul = function mul(k) { + var t = k.clone(); + var a = this; // (N / 2) * Q + Q + var b = this.curve.point(null, null); // (N / 2) * Q + var c = this; // Q + + for (var bits = []; t.cmpn(0) !== 0; t.iushrn(1)) + bits.push(t.andln(1)); + + for (var i = bits.length - 1; i >= 0; i--) { + if (bits[i] === 0) { + // N * Q + Q = ((N / 2) * Q + Q)) + (N / 2) * Q + a = a.diffAdd(b, c); + // N * Q = 2 * ((N / 2) * Q + Q)) + b = b.dbl(); + } else { + // N * Q = ((N / 2) * Q + Q) + ((N / 2) * Q) + b = a.diffAdd(b, c); + // N * Q + Q = 2 * ((N / 2) * Q + Q) + a = a.dbl(); + } + } + return b; +}; + +Point.prototype.mulAdd = function mulAdd() { + throw new Error('Not supported on Montgomery curve'); +}; + +Point.prototype.jumlAdd = function jumlAdd() { + throw new Error('Not supported on Montgomery curve'); +}; + +Point.prototype.eq = function eq(other) { + return this.getX().cmp(other.getX()) === 0; +}; + +Point.prototype.normalize = function normalize() { + this.x = this.x.redMul(this.z.redInvm()); + this.z = this.curve.one; + return this; +}; + +Point.prototype.getX = function getX() { + // Normalize coordinates + this.normalize(); + + return this.x.fromRed(); +}; + +},{"bn.js":"../node_modules/bn.js/lib/bn.js","inherits":"../node_modules/inherits/inherits_browser.js","./base":"../node_modules/elliptic/lib/elliptic/curve/base.js","../utils":"../node_modules/elliptic/lib/elliptic/utils.js"}],"../node_modules/elliptic/lib/elliptic/curve/edwards.js":[function(require,module,exports) { +'use strict'; + +var utils = require('../utils'); +var BN = require('bn.js'); +var inherits = require('inherits'); +var Base = require('./base'); + +var assert = utils.assert; + +function EdwardsCurve(conf) { + // NOTE: Important as we are creating point in Base.call() + this.twisted = (conf.a | 0) !== 1; + this.mOneA = this.twisted && (conf.a | 0) === -1; + this.extended = this.mOneA; + + Base.call(this, 'edwards', conf); + + this.a = new BN(conf.a, 16).umod(this.red.m); + this.a = this.a.toRed(this.red); + this.c = new BN(conf.c, 16).toRed(this.red); + this.c2 = this.c.redSqr(); + this.d = new BN(conf.d, 16).toRed(this.red); + this.dd = this.d.redAdd(this.d); + + assert(!this.twisted || this.c.fromRed().cmpn(1) === 0); + this.oneC = (conf.c | 0) === 1; +} +inherits(EdwardsCurve, Base); +module.exports = EdwardsCurve; + +EdwardsCurve.prototype._mulA = function _mulA(num) { + if (this.mOneA) + return num.redNeg(); + else + return this.a.redMul(num); +}; + +EdwardsCurve.prototype._mulC = function _mulC(num) { + if (this.oneC) + return num; + else + return this.c.redMul(num); +}; + +// Just for compatibility with Short curve +EdwardsCurve.prototype.jpoint = function jpoint(x, y, z, t) { + return this.point(x, y, z, t); +}; + +EdwardsCurve.prototype.pointFromX = function pointFromX(x, odd) { + x = new BN(x, 16); + if (!x.red) + x = x.toRed(this.red); + + var x2 = x.redSqr(); + var rhs = this.c2.redSub(this.a.redMul(x2)); + var lhs = this.one.redSub(this.c2.redMul(this.d).redMul(x2)); + + var y2 = rhs.redMul(lhs.redInvm()); + var y = y2.redSqrt(); + if (y.redSqr().redSub(y2).cmp(this.zero) !== 0) + throw new Error('invalid point'); + + var isOdd = y.fromRed().isOdd(); + if (odd && !isOdd || !odd && isOdd) + y = y.redNeg(); + + return this.point(x, y); +}; + +EdwardsCurve.prototype.pointFromY = function pointFromY(y, odd) { + y = new BN(y, 16); + if (!y.red) + y = y.toRed(this.red); + + // x^2 = (y^2 - c^2) / (c^2 d y^2 - a) + var y2 = y.redSqr(); + var lhs = y2.redSub(this.c2); + var rhs = y2.redMul(this.d).redMul(this.c2).redSub(this.a); + var x2 = lhs.redMul(rhs.redInvm()); + + if (x2.cmp(this.zero) === 0) { + if (odd) + throw new Error('invalid point'); + else + return this.point(this.zero, y); + } + + var x = x2.redSqrt(); + if (x.redSqr().redSub(x2).cmp(this.zero) !== 0) + throw new Error('invalid point'); + + if (x.fromRed().isOdd() !== odd) + x = x.redNeg(); + + return this.point(x, y); +}; + +EdwardsCurve.prototype.validate = function validate(point) { + if (point.isInfinity()) + return true; + + // Curve: A * X^2 + Y^2 = C^2 * (1 + D * X^2 * Y^2) + point.normalize(); + + var x2 = point.x.redSqr(); + var y2 = point.y.redSqr(); + var lhs = x2.redMul(this.a).redAdd(y2); + var rhs = this.c2.redMul(this.one.redAdd(this.d.redMul(x2).redMul(y2))); + + return lhs.cmp(rhs) === 0; +}; + +function Point(curve, x, y, z, t) { + Base.BasePoint.call(this, curve, 'projective'); + if (x === null && y === null && z === null) { + this.x = this.curve.zero; + this.y = this.curve.one; + this.z = this.curve.one; + this.t = this.curve.zero; + this.zOne = true; + } else { + this.x = new BN(x, 16); + this.y = new BN(y, 16); + this.z = z ? new BN(z, 16) : this.curve.one; + this.t = t && new BN(t, 16); + if (!this.x.red) + this.x = this.x.toRed(this.curve.red); + if (!this.y.red) + this.y = this.y.toRed(this.curve.red); + if (!this.z.red) + this.z = this.z.toRed(this.curve.red); + if (this.t && !this.t.red) + this.t = this.t.toRed(this.curve.red); + this.zOne = this.z === this.curve.one; + + // Use extended coordinates + if (this.curve.extended && !this.t) { + this.t = this.x.redMul(this.y); + if (!this.zOne) + this.t = this.t.redMul(this.z.redInvm()); + } + } +} +inherits(Point, Base.BasePoint); + +EdwardsCurve.prototype.pointFromJSON = function pointFromJSON(obj) { + return Point.fromJSON(this, obj); +}; + +EdwardsCurve.prototype.point = function point(x, y, z, t) { + return new Point(this, x, y, z, t); +}; + +Point.fromJSON = function fromJSON(curve, obj) { + return new Point(curve, obj[0], obj[1], obj[2]); +}; + +Point.prototype.inspect = function inspect() { + if (this.isInfinity()) + return ''; + return ''; +}; + +Point.prototype.isInfinity = function isInfinity() { + // XXX This code assumes that zero is always zero in red + return this.x.cmpn(0) === 0 && + (this.y.cmp(this.z) === 0 || + (this.zOne && this.y.cmp(this.curve.c) === 0)); +}; + +Point.prototype._extDbl = function _extDbl() { + // hyperelliptic.org/EFD/g1p/auto-twisted-extended-1.html + // #doubling-dbl-2008-hwcd + // 4M + 4S + + // A = X1^2 + var a = this.x.redSqr(); + // B = Y1^2 + var b = this.y.redSqr(); + // C = 2 * Z1^2 + var c = this.z.redSqr(); + c = c.redIAdd(c); + // D = a * A + var d = this.curve._mulA(a); + // E = (X1 + Y1)^2 - A - B + var e = this.x.redAdd(this.y).redSqr().redISub(a).redISub(b); + // G = D + B + var g = d.redAdd(b); + // F = G - C + var f = g.redSub(c); + // H = D - B + var h = d.redSub(b); + // X3 = E * F + var nx = e.redMul(f); + // Y3 = G * H + var ny = g.redMul(h); + // T3 = E * H + var nt = e.redMul(h); + // Z3 = F * G + var nz = f.redMul(g); + return this.curve.point(nx, ny, nz, nt); +}; + +Point.prototype._projDbl = function _projDbl() { + // hyperelliptic.org/EFD/g1p/auto-twisted-projective.html + // #doubling-dbl-2008-bbjlp + // #doubling-dbl-2007-bl + // and others + // Generally 3M + 4S or 2M + 4S + + // B = (X1 + Y1)^2 + var b = this.x.redAdd(this.y).redSqr(); + // C = X1^2 + var c = this.x.redSqr(); + // D = Y1^2 + var d = this.y.redSqr(); + + var nx; + var ny; + var nz; + if (this.curve.twisted) { + // E = a * C + var e = this.curve._mulA(c); + // F = E + D + var f = e.redAdd(d); + if (this.zOne) { + // X3 = (B - C - D) * (F - 2) + nx = b.redSub(c).redSub(d).redMul(f.redSub(this.curve.two)); + // Y3 = F * (E - D) + ny = f.redMul(e.redSub(d)); + // Z3 = F^2 - 2 * F + nz = f.redSqr().redSub(f).redSub(f); + } else { + // H = Z1^2 + var h = this.z.redSqr(); + // J = F - 2 * H + var j = f.redSub(h).redISub(h); + // X3 = (B-C-D)*J + nx = b.redSub(c).redISub(d).redMul(j); + // Y3 = F * (E - D) + ny = f.redMul(e.redSub(d)); + // Z3 = F * J + nz = f.redMul(j); + } + } else { + // E = C + D + var e = c.redAdd(d); + // H = (c * Z1)^2 + var h = this.curve._mulC(this.z).redSqr(); + // J = E - 2 * H + var j = e.redSub(h).redSub(h); + // X3 = c * (B - E) * J + nx = this.curve._mulC(b.redISub(e)).redMul(j); + // Y3 = c * E * (C - D) + ny = this.curve._mulC(e).redMul(c.redISub(d)); + // Z3 = E * J + nz = e.redMul(j); + } + return this.curve.point(nx, ny, nz); +}; + +Point.prototype.dbl = function dbl() { + if (this.isInfinity()) + return this; + + // Double in extended coordinates + if (this.curve.extended) + return this._extDbl(); + else + return this._projDbl(); +}; + +Point.prototype._extAdd = function _extAdd(p) { + // hyperelliptic.org/EFD/g1p/auto-twisted-extended-1.html + // #addition-add-2008-hwcd-3 + // 8M + + // A = (Y1 - X1) * (Y2 - X2) + var a = this.y.redSub(this.x).redMul(p.y.redSub(p.x)); + // B = (Y1 + X1) * (Y2 + X2) + var b = this.y.redAdd(this.x).redMul(p.y.redAdd(p.x)); + // C = T1 * k * T2 + var c = this.t.redMul(this.curve.dd).redMul(p.t); + // D = Z1 * 2 * Z2 + var d = this.z.redMul(p.z.redAdd(p.z)); + // E = B - A + var e = b.redSub(a); + // F = D - C + var f = d.redSub(c); + // G = D + C + var g = d.redAdd(c); + // H = B + A + var h = b.redAdd(a); + // X3 = E * F + var nx = e.redMul(f); + // Y3 = G * H + var ny = g.redMul(h); + // T3 = E * H + var nt = e.redMul(h); + // Z3 = F * G + var nz = f.redMul(g); + return this.curve.point(nx, ny, nz, nt); +}; + +Point.prototype._projAdd = function _projAdd(p) { + // hyperelliptic.org/EFD/g1p/auto-twisted-projective.html + // #addition-add-2008-bbjlp + // #addition-add-2007-bl + // 10M + 1S + + // A = Z1 * Z2 + var a = this.z.redMul(p.z); + // B = A^2 + var b = a.redSqr(); + // C = X1 * X2 + var c = this.x.redMul(p.x); + // D = Y1 * Y2 + var d = this.y.redMul(p.y); + // E = d * C * D + var e = this.curve.d.redMul(c).redMul(d); + // F = B - E + var f = b.redSub(e); + // G = B + E + var g = b.redAdd(e); + // X3 = A * F * ((X1 + Y1) * (X2 + Y2) - C - D) + var tmp = this.x.redAdd(this.y).redMul(p.x.redAdd(p.y)).redISub(c).redISub(d); + var nx = a.redMul(f).redMul(tmp); + var ny; + var nz; + if (this.curve.twisted) { + // Y3 = A * G * (D - a * C) + ny = a.redMul(g).redMul(d.redSub(this.curve._mulA(c))); + // Z3 = F * G + nz = f.redMul(g); + } else { + // Y3 = A * G * (D - C) + ny = a.redMul(g).redMul(d.redSub(c)); + // Z3 = c * F * G + nz = this.curve._mulC(f).redMul(g); + } + return this.curve.point(nx, ny, nz); +}; + +Point.prototype.add = function add(p) { + if (this.isInfinity()) + return p; + if (p.isInfinity()) + return this; + + if (this.curve.extended) + return this._extAdd(p); + else + return this._projAdd(p); +}; + +Point.prototype.mul = function mul(k) { + if (this._hasDoubles(k)) + return this.curve._fixedNafMul(this, k); + else + return this.curve._wnafMul(this, k); +}; + +Point.prototype.mulAdd = function mulAdd(k1, p, k2) { + return this.curve._wnafMulAdd(1, [ this, p ], [ k1, k2 ], 2, false); +}; + +Point.prototype.jmulAdd = function jmulAdd(k1, p, k2) { + return this.curve._wnafMulAdd(1, [ this, p ], [ k1, k2 ], 2, true); +}; + +Point.prototype.normalize = function normalize() { + if (this.zOne) + return this; + + // Normalize coordinates + var zi = this.z.redInvm(); + this.x = this.x.redMul(zi); + this.y = this.y.redMul(zi); + if (this.t) + this.t = this.t.redMul(zi); + this.z = this.curve.one; + this.zOne = true; + return this; +}; + +Point.prototype.neg = function neg() { + return this.curve.point(this.x.redNeg(), + this.y, + this.z, + this.t && this.t.redNeg()); +}; + +Point.prototype.getX = function getX() { + this.normalize(); + return this.x.fromRed(); +}; + +Point.prototype.getY = function getY() { + this.normalize(); + return this.y.fromRed(); +}; + +Point.prototype.eq = function eq(other) { + return this === other || + this.getX().cmp(other.getX()) === 0 && + this.getY().cmp(other.getY()) === 0; +}; + +Point.prototype.eqXToP = function eqXToP(x) { + var rx = x.toRed(this.curve.red).redMul(this.z); + if (this.x.cmp(rx) === 0) + return true; + + var xc = x.clone(); + var t = this.curve.redN.redMul(this.z); + for (;;) { + xc.iadd(this.curve.n); + if (xc.cmp(this.curve.p) >= 0) + return false; + + rx.redIAdd(t); + if (this.x.cmp(rx) === 0) + return true; + } +}; + +// Compatibility with BaseCurve +Point.prototype.toP = Point.prototype.normalize; +Point.prototype.mixedAdd = Point.prototype.add; + +},{"../utils":"../node_modules/elliptic/lib/elliptic/utils.js","bn.js":"../node_modules/bn.js/lib/bn.js","inherits":"../node_modules/inherits/inherits_browser.js","./base":"../node_modules/elliptic/lib/elliptic/curve/base.js"}],"../node_modules/elliptic/lib/elliptic/curve/index.js":[function(require,module,exports) { +'use strict'; + +var curve = exports; + +curve.base = require('./base'); +curve.short = require('./short'); +curve.mont = require('./mont'); +curve.edwards = require('./edwards'); + +},{"./base":"../node_modules/elliptic/lib/elliptic/curve/base.js","./short":"../node_modules/elliptic/lib/elliptic/curve/short.js","./mont":"../node_modules/elliptic/lib/elliptic/curve/mont.js","./edwards":"../node_modules/elliptic/lib/elliptic/curve/edwards.js"}],"../node_modules/hash.js/lib/hash/utils.js":[function(require,module,exports) { +'use strict'; + +var assert = require('minimalistic-assert'); +var inherits = require('inherits'); + +exports.inherits = inherits; + +function isSurrogatePair(msg, i) { + if ((msg.charCodeAt(i) & 0xFC00) !== 0xD800) { + return false; + } + if (i < 0 || i + 1 >= msg.length) { + return false; + } + return (msg.charCodeAt(i + 1) & 0xFC00) === 0xDC00; +} + +function toArray(msg, enc) { + if (Array.isArray(msg)) + return msg.slice(); + if (!msg) + return []; + var res = []; + if (typeof msg === 'string') { + if (!enc) { + // Inspired by stringToUtf8ByteArray() in closure-library by Google + // https://github.com/google/closure-library/blob/8598d87242af59aac233270742c8984e2b2bdbe0/closure/goog/crypt/crypt.js#L117-L143 + // Apache License 2.0 + // https://github.com/google/closure-library/blob/master/LICENSE + var p = 0; + for (var i = 0; i < msg.length; i++) { + var c = msg.charCodeAt(i); + if (c < 128) { + res[p++] = c; + } else if (c < 2048) { + res[p++] = (c >> 6) | 192; + res[p++] = (c & 63) | 128; + } else if (isSurrogatePair(msg, i)) { + c = 0x10000 + ((c & 0x03FF) << 10) + (msg.charCodeAt(++i) & 0x03FF); + res[p++] = (c >> 18) | 240; + res[p++] = ((c >> 12) & 63) | 128; + res[p++] = ((c >> 6) & 63) | 128; + res[p++] = (c & 63) | 128; + } else { + res[p++] = (c >> 12) | 224; + res[p++] = ((c >> 6) & 63) | 128; + res[p++] = (c & 63) | 128; + } + } + } else if (enc === 'hex') { + msg = msg.replace(/[^a-z0-9]+/ig, ''); + if (msg.length % 2 !== 0) + msg = '0' + msg; + for (i = 0; i < msg.length; i += 2) + res.push(parseInt(msg[i] + msg[i + 1], 16)); + } + } else { + for (i = 0; i < msg.length; i++) + res[i] = msg[i] | 0; + } + return res; +} +exports.toArray = toArray; + +function toHex(msg) { + var res = ''; + for (var i = 0; i < msg.length; i++) + res += zero2(msg[i].toString(16)); + return res; +} +exports.toHex = toHex; + +function htonl(w) { + var res = (w >>> 24) | + ((w >>> 8) & 0xff00) | + ((w << 8) & 0xff0000) | + ((w & 0xff) << 24); + return res >>> 0; +} +exports.htonl = htonl; + +function toHex32(msg, endian) { + var res = ''; + for (var i = 0; i < msg.length; i++) { + var w = msg[i]; + if (endian === 'little') + w = htonl(w); + res += zero8(w.toString(16)); + } + return res; +} +exports.toHex32 = toHex32; + +function zero2(word) { + if (word.length === 1) + return '0' + word; + else + return word; +} +exports.zero2 = zero2; + +function zero8(word) { + if (word.length === 7) + return '0' + word; + else if (word.length === 6) + return '00' + word; + else if (word.length === 5) + return '000' + word; + else if (word.length === 4) + return '0000' + word; + else if (word.length === 3) + return '00000' + word; + else if (word.length === 2) + return '000000' + word; + else if (word.length === 1) + return '0000000' + word; + else + return word; +} +exports.zero8 = zero8; + +function join32(msg, start, end, endian) { + var len = end - start; + assert(len % 4 === 0); + var res = new Array(len / 4); + for (var i = 0, k = start; i < res.length; i++, k += 4) { + var w; + if (endian === 'big') + w = (msg[k] << 24) | (msg[k + 1] << 16) | (msg[k + 2] << 8) | msg[k + 3]; + else + w = (msg[k + 3] << 24) | (msg[k + 2] << 16) | (msg[k + 1] << 8) | msg[k]; + res[i] = w >>> 0; + } + return res; +} +exports.join32 = join32; + +function split32(msg, endian) { + var res = new Array(msg.length * 4); + for (var i = 0, k = 0; i < msg.length; i++, k += 4) { + var m = msg[i]; + if (endian === 'big') { + res[k] = m >>> 24; + res[k + 1] = (m >>> 16) & 0xff; + res[k + 2] = (m >>> 8) & 0xff; + res[k + 3] = m & 0xff; + } else { + res[k + 3] = m >>> 24; + res[k + 2] = (m >>> 16) & 0xff; + res[k + 1] = (m >>> 8) & 0xff; + res[k] = m & 0xff; + } + } + return res; +} +exports.split32 = split32; + +function rotr32(w, b) { + return (w >>> b) | (w << (32 - b)); +} +exports.rotr32 = rotr32; + +function rotl32(w, b) { + return (w << b) | (w >>> (32 - b)); +} +exports.rotl32 = rotl32; + +function sum32(a, b) { + return (a + b) >>> 0; +} +exports.sum32 = sum32; + +function sum32_3(a, b, c) { + return (a + b + c) >>> 0; +} +exports.sum32_3 = sum32_3; + +function sum32_4(a, b, c, d) { + return (a + b + c + d) >>> 0; +} +exports.sum32_4 = sum32_4; + +function sum32_5(a, b, c, d, e) { + return (a + b + c + d + e) >>> 0; +} +exports.sum32_5 = sum32_5; + +function sum64(buf, pos, ah, al) { + var bh = buf[pos]; + var bl = buf[pos + 1]; + + var lo = (al + bl) >>> 0; + var hi = (lo < al ? 1 : 0) + ah + bh; + buf[pos] = hi >>> 0; + buf[pos + 1] = lo; +} +exports.sum64 = sum64; + +function sum64_hi(ah, al, bh, bl) { + var lo = (al + bl) >>> 0; + var hi = (lo < al ? 1 : 0) + ah + bh; + return hi >>> 0; +} +exports.sum64_hi = sum64_hi; + +function sum64_lo(ah, al, bh, bl) { + var lo = al + bl; + return lo >>> 0; +} +exports.sum64_lo = sum64_lo; + +function sum64_4_hi(ah, al, bh, bl, ch, cl, dh, dl) { + var carry = 0; + var lo = al; + lo = (lo + bl) >>> 0; + carry += lo < al ? 1 : 0; + lo = (lo + cl) >>> 0; + carry += lo < cl ? 1 : 0; + lo = (lo + dl) >>> 0; + carry += lo < dl ? 1 : 0; + + var hi = ah + bh + ch + dh + carry; + return hi >>> 0; +} +exports.sum64_4_hi = sum64_4_hi; + +function sum64_4_lo(ah, al, bh, bl, ch, cl, dh, dl) { + var lo = al + bl + cl + dl; + return lo >>> 0; +} +exports.sum64_4_lo = sum64_4_lo; + +function sum64_5_hi(ah, al, bh, bl, ch, cl, dh, dl, eh, el) { + var carry = 0; + var lo = al; + lo = (lo + bl) >>> 0; + carry += lo < al ? 1 : 0; + lo = (lo + cl) >>> 0; + carry += lo < cl ? 1 : 0; + lo = (lo + dl) >>> 0; + carry += lo < dl ? 1 : 0; + lo = (lo + el) >>> 0; + carry += lo < el ? 1 : 0; + + var hi = ah + bh + ch + dh + eh + carry; + return hi >>> 0; +} +exports.sum64_5_hi = sum64_5_hi; + +function sum64_5_lo(ah, al, bh, bl, ch, cl, dh, dl, eh, el) { + var lo = al + bl + cl + dl + el; + + return lo >>> 0; +} +exports.sum64_5_lo = sum64_5_lo; + +function rotr64_hi(ah, al, num) { + var r = (al << (32 - num)) | (ah >>> num); + return r >>> 0; +} +exports.rotr64_hi = rotr64_hi; + +function rotr64_lo(ah, al, num) { + var r = (ah << (32 - num)) | (al >>> num); + return r >>> 0; +} +exports.rotr64_lo = rotr64_lo; + +function shr64_hi(ah, al, num) { + return ah >>> num; +} +exports.shr64_hi = shr64_hi; + +function shr64_lo(ah, al, num) { + var r = (ah << (32 - num)) | (al >>> num); + return r >>> 0; +} +exports.shr64_lo = shr64_lo; + +},{"minimalistic-assert":"../node_modules/minimalistic-assert/index.js","inherits":"../node_modules/inherits/inherits_browser.js"}],"../node_modules/hash.js/lib/hash/common.js":[function(require,module,exports) { +'use strict'; + +var utils = require('./utils'); +var assert = require('minimalistic-assert'); + +function BlockHash() { + this.pending = null; + this.pendingTotal = 0; + this.blockSize = this.constructor.blockSize; + this.outSize = this.constructor.outSize; + this.hmacStrength = this.constructor.hmacStrength; + this.padLength = this.constructor.padLength / 8; + this.endian = 'big'; + + this._delta8 = this.blockSize / 8; + this._delta32 = this.blockSize / 32; +} +exports.BlockHash = BlockHash; + +BlockHash.prototype.update = function update(msg, enc) { + // Convert message to array, pad it, and join into 32bit blocks + msg = utils.toArray(msg, enc); + if (!this.pending) + this.pending = msg; + else + this.pending = this.pending.concat(msg); + this.pendingTotal += msg.length; + + // Enough data, try updating + if (this.pending.length >= this._delta8) { + msg = this.pending; + + // Process pending data in blocks + var r = msg.length % this._delta8; + this.pending = msg.slice(msg.length - r, msg.length); + if (this.pending.length === 0) + this.pending = null; + + msg = utils.join32(msg, 0, msg.length - r, this.endian); + for (var i = 0; i < msg.length; i += this._delta32) + this._update(msg, i, i + this._delta32); + } + + return this; +}; + +BlockHash.prototype.digest = function digest(enc) { + this.update(this._pad()); + assert(this.pending === null); + + return this._digest(enc); +}; + +BlockHash.prototype._pad = function pad() { + var len = this.pendingTotal; + var bytes = this._delta8; + var k = bytes - ((len + this.padLength) % bytes); + var res = new Array(k + this.padLength); + res[0] = 0x80; + for (var i = 1; i < k; i++) + res[i] = 0; + + // Append length + len <<= 3; + if (this.endian === 'big') { + for (var t = 8; t < this.padLength; t++) + res[i++] = 0; + + res[i++] = 0; + res[i++] = 0; + res[i++] = 0; + res[i++] = 0; + res[i++] = (len >>> 24) & 0xff; + res[i++] = (len >>> 16) & 0xff; + res[i++] = (len >>> 8) & 0xff; + res[i++] = len & 0xff; + } else { + res[i++] = len & 0xff; + res[i++] = (len >>> 8) & 0xff; + res[i++] = (len >>> 16) & 0xff; + res[i++] = (len >>> 24) & 0xff; + res[i++] = 0; + res[i++] = 0; + res[i++] = 0; + res[i++] = 0; + + for (t = 8; t < this.padLength; t++) + res[i++] = 0; + } + + return res; +}; + +},{"./utils":"../node_modules/hash.js/lib/hash/utils.js","minimalistic-assert":"../node_modules/minimalistic-assert/index.js"}],"../node_modules/hash.js/lib/hash/sha/common.js":[function(require,module,exports) { +'use strict'; + +var utils = require('../utils'); +var rotr32 = utils.rotr32; + +function ft_1(s, x, y, z) { + if (s === 0) + return ch32(x, y, z); + if (s === 1 || s === 3) + return p32(x, y, z); + if (s === 2) + return maj32(x, y, z); +} +exports.ft_1 = ft_1; + +function ch32(x, y, z) { + return (x & y) ^ ((~x) & z); +} +exports.ch32 = ch32; + +function maj32(x, y, z) { + return (x & y) ^ (x & z) ^ (y & z); +} +exports.maj32 = maj32; + +function p32(x, y, z) { + return x ^ y ^ z; +} +exports.p32 = p32; + +function s0_256(x) { + return rotr32(x, 2) ^ rotr32(x, 13) ^ rotr32(x, 22); +} +exports.s0_256 = s0_256; + +function s1_256(x) { + return rotr32(x, 6) ^ rotr32(x, 11) ^ rotr32(x, 25); +} +exports.s1_256 = s1_256; + +function g0_256(x) { + return rotr32(x, 7) ^ rotr32(x, 18) ^ (x >>> 3); +} +exports.g0_256 = g0_256; + +function g1_256(x) { + return rotr32(x, 17) ^ rotr32(x, 19) ^ (x >>> 10); +} +exports.g1_256 = g1_256; + +},{"../utils":"../node_modules/hash.js/lib/hash/utils.js"}],"../node_modules/hash.js/lib/hash/sha/1.js":[function(require,module,exports) { +'use strict'; + +var utils = require('../utils'); +var common = require('../common'); +var shaCommon = require('./common'); + +var rotl32 = utils.rotl32; +var sum32 = utils.sum32; +var sum32_5 = utils.sum32_5; +var ft_1 = shaCommon.ft_1; +var BlockHash = common.BlockHash; + +var sha1_K = [ + 0x5A827999, 0x6ED9EBA1, + 0x8F1BBCDC, 0xCA62C1D6 +]; + +function SHA1() { + if (!(this instanceof SHA1)) + return new SHA1(); + + BlockHash.call(this); + this.h = [ + 0x67452301, 0xefcdab89, 0x98badcfe, + 0x10325476, 0xc3d2e1f0 ]; + this.W = new Array(80); +} + +utils.inherits(SHA1, BlockHash); +module.exports = SHA1; + +SHA1.blockSize = 512; +SHA1.outSize = 160; +SHA1.hmacStrength = 80; +SHA1.padLength = 64; + +SHA1.prototype._update = function _update(msg, start) { + var W = this.W; + + for (var i = 0; i < 16; i++) + W[i] = msg[start + i]; + + for(; i < W.length; i++) + W[i] = rotl32(W[i - 3] ^ W[i - 8] ^ W[i - 14] ^ W[i - 16], 1); + + var a = this.h[0]; + var b = this.h[1]; + var c = this.h[2]; + var d = this.h[3]; + var e = this.h[4]; + + for (i = 0; i < W.length; i++) { + var s = ~~(i / 20); + var t = sum32_5(rotl32(a, 5), ft_1(s, b, c, d), e, W[i], sha1_K[s]); + e = d; + d = c; + c = rotl32(b, 30); + b = a; + a = t; + } + + this.h[0] = sum32(this.h[0], a); + this.h[1] = sum32(this.h[1], b); + this.h[2] = sum32(this.h[2], c); + this.h[3] = sum32(this.h[3], d); + this.h[4] = sum32(this.h[4], e); +}; + +SHA1.prototype._digest = function digest(enc) { + if (enc === 'hex') + return utils.toHex32(this.h, 'big'); + else + return utils.split32(this.h, 'big'); +}; + +},{"../utils":"../node_modules/hash.js/lib/hash/utils.js","../common":"../node_modules/hash.js/lib/hash/common.js","./common":"../node_modules/hash.js/lib/hash/sha/common.js"}],"../node_modules/hash.js/lib/hash/sha/256.js":[function(require,module,exports) { +'use strict'; + +var utils = require('../utils'); +var common = require('../common'); +var shaCommon = require('./common'); +var assert = require('minimalistic-assert'); + +var sum32 = utils.sum32; +var sum32_4 = utils.sum32_4; +var sum32_5 = utils.sum32_5; +var ch32 = shaCommon.ch32; +var maj32 = shaCommon.maj32; +var s0_256 = shaCommon.s0_256; +var s1_256 = shaCommon.s1_256; +var g0_256 = shaCommon.g0_256; +var g1_256 = shaCommon.g1_256; + +var BlockHash = common.BlockHash; + +var sha256_K = [ + 0x428a2f98, 0x71374491, 0xb5c0fbcf, 0xe9b5dba5, + 0x3956c25b, 0x59f111f1, 0x923f82a4, 0xab1c5ed5, + 0xd807aa98, 0x12835b01, 0x243185be, 0x550c7dc3, + 0x72be5d74, 0x80deb1fe, 0x9bdc06a7, 0xc19bf174, + 0xe49b69c1, 0xefbe4786, 0x0fc19dc6, 0x240ca1cc, + 0x2de92c6f, 0x4a7484aa, 0x5cb0a9dc, 0x76f988da, + 0x983e5152, 0xa831c66d, 0xb00327c8, 0xbf597fc7, + 0xc6e00bf3, 0xd5a79147, 0x06ca6351, 0x14292967, + 0x27b70a85, 0x2e1b2138, 0x4d2c6dfc, 0x53380d13, + 0x650a7354, 0x766a0abb, 0x81c2c92e, 0x92722c85, + 0xa2bfe8a1, 0xa81a664b, 0xc24b8b70, 0xc76c51a3, + 0xd192e819, 0xd6990624, 0xf40e3585, 0x106aa070, + 0x19a4c116, 0x1e376c08, 0x2748774c, 0x34b0bcb5, + 0x391c0cb3, 0x4ed8aa4a, 0x5b9cca4f, 0x682e6ff3, + 0x748f82ee, 0x78a5636f, 0x84c87814, 0x8cc70208, + 0x90befffa, 0xa4506ceb, 0xbef9a3f7, 0xc67178f2 +]; + +function SHA256() { + if (!(this instanceof SHA256)) + return new SHA256(); + + BlockHash.call(this); + this.h = [ + 0x6a09e667, 0xbb67ae85, 0x3c6ef372, 0xa54ff53a, + 0x510e527f, 0x9b05688c, 0x1f83d9ab, 0x5be0cd19 + ]; + this.k = sha256_K; + this.W = new Array(64); +} +utils.inherits(SHA256, BlockHash); +module.exports = SHA256; + +SHA256.blockSize = 512; +SHA256.outSize = 256; +SHA256.hmacStrength = 192; +SHA256.padLength = 64; + +SHA256.prototype._update = function _update(msg, start) { + var W = this.W; + + for (var i = 0; i < 16; i++) + W[i] = msg[start + i]; + for (; i < W.length; i++) + W[i] = sum32_4(g1_256(W[i - 2]), W[i - 7], g0_256(W[i - 15]), W[i - 16]); + + var a = this.h[0]; + var b = this.h[1]; + var c = this.h[2]; + var d = this.h[3]; + var e = this.h[4]; + var f = this.h[5]; + var g = this.h[6]; + var h = this.h[7]; + + assert(this.k.length === W.length); + for (i = 0; i < W.length; i++) { + var T1 = sum32_5(h, s1_256(e), ch32(e, f, g), this.k[i], W[i]); + var T2 = sum32(s0_256(a), maj32(a, b, c)); + h = g; + g = f; + f = e; + e = sum32(d, T1); + d = c; + c = b; + b = a; + a = sum32(T1, T2); + } + + this.h[0] = sum32(this.h[0], a); + this.h[1] = sum32(this.h[1], b); + this.h[2] = sum32(this.h[2], c); + this.h[3] = sum32(this.h[3], d); + this.h[4] = sum32(this.h[4], e); + this.h[5] = sum32(this.h[5], f); + this.h[6] = sum32(this.h[6], g); + this.h[7] = sum32(this.h[7], h); +}; + +SHA256.prototype._digest = function digest(enc) { + if (enc === 'hex') + return utils.toHex32(this.h, 'big'); + else + return utils.split32(this.h, 'big'); +}; + +},{"../utils":"../node_modules/hash.js/lib/hash/utils.js","../common":"../node_modules/hash.js/lib/hash/common.js","./common":"../node_modules/hash.js/lib/hash/sha/common.js","minimalistic-assert":"../node_modules/minimalistic-assert/index.js"}],"../node_modules/hash.js/lib/hash/sha/224.js":[function(require,module,exports) { +'use strict'; + +var utils = require('../utils'); +var SHA256 = require('./256'); + +function SHA224() { + if (!(this instanceof SHA224)) + return new SHA224(); + + SHA256.call(this); + this.h = [ + 0xc1059ed8, 0x367cd507, 0x3070dd17, 0xf70e5939, + 0xffc00b31, 0x68581511, 0x64f98fa7, 0xbefa4fa4 ]; +} +utils.inherits(SHA224, SHA256); +module.exports = SHA224; + +SHA224.blockSize = 512; +SHA224.outSize = 224; +SHA224.hmacStrength = 192; +SHA224.padLength = 64; + +SHA224.prototype._digest = function digest(enc) { + // Just truncate output + if (enc === 'hex') + return utils.toHex32(this.h.slice(0, 7), 'big'); + else + return utils.split32(this.h.slice(0, 7), 'big'); +}; + + +},{"../utils":"../node_modules/hash.js/lib/hash/utils.js","./256":"../node_modules/hash.js/lib/hash/sha/256.js"}],"../node_modules/hash.js/lib/hash/sha/512.js":[function(require,module,exports) { +'use strict'; + +var utils = require('../utils'); +var common = require('../common'); +var assert = require('minimalistic-assert'); + +var rotr64_hi = utils.rotr64_hi; +var rotr64_lo = utils.rotr64_lo; +var shr64_hi = utils.shr64_hi; +var shr64_lo = utils.shr64_lo; +var sum64 = utils.sum64; +var sum64_hi = utils.sum64_hi; +var sum64_lo = utils.sum64_lo; +var sum64_4_hi = utils.sum64_4_hi; +var sum64_4_lo = utils.sum64_4_lo; +var sum64_5_hi = utils.sum64_5_hi; +var sum64_5_lo = utils.sum64_5_lo; + +var BlockHash = common.BlockHash; + +var sha512_K = [ + 0x428a2f98, 0xd728ae22, 0x71374491, 0x23ef65cd, + 0xb5c0fbcf, 0xec4d3b2f, 0xe9b5dba5, 0x8189dbbc, + 0x3956c25b, 0xf348b538, 0x59f111f1, 0xb605d019, + 0x923f82a4, 0xaf194f9b, 0xab1c5ed5, 0xda6d8118, + 0xd807aa98, 0xa3030242, 0x12835b01, 0x45706fbe, + 0x243185be, 0x4ee4b28c, 0x550c7dc3, 0xd5ffb4e2, + 0x72be5d74, 0xf27b896f, 0x80deb1fe, 0x3b1696b1, + 0x9bdc06a7, 0x25c71235, 0xc19bf174, 0xcf692694, + 0xe49b69c1, 0x9ef14ad2, 0xefbe4786, 0x384f25e3, + 0x0fc19dc6, 0x8b8cd5b5, 0x240ca1cc, 0x77ac9c65, + 0x2de92c6f, 0x592b0275, 0x4a7484aa, 0x6ea6e483, + 0x5cb0a9dc, 0xbd41fbd4, 0x76f988da, 0x831153b5, + 0x983e5152, 0xee66dfab, 0xa831c66d, 0x2db43210, + 0xb00327c8, 0x98fb213f, 0xbf597fc7, 0xbeef0ee4, + 0xc6e00bf3, 0x3da88fc2, 0xd5a79147, 0x930aa725, + 0x06ca6351, 0xe003826f, 0x14292967, 0x0a0e6e70, + 0x27b70a85, 0x46d22ffc, 0x2e1b2138, 0x5c26c926, + 0x4d2c6dfc, 0x5ac42aed, 0x53380d13, 0x9d95b3df, + 0x650a7354, 0x8baf63de, 0x766a0abb, 0x3c77b2a8, + 0x81c2c92e, 0x47edaee6, 0x92722c85, 0x1482353b, + 0xa2bfe8a1, 0x4cf10364, 0xa81a664b, 0xbc423001, + 0xc24b8b70, 0xd0f89791, 0xc76c51a3, 0x0654be30, + 0xd192e819, 0xd6ef5218, 0xd6990624, 0x5565a910, + 0xf40e3585, 0x5771202a, 0x106aa070, 0x32bbd1b8, + 0x19a4c116, 0xb8d2d0c8, 0x1e376c08, 0x5141ab53, + 0x2748774c, 0xdf8eeb99, 0x34b0bcb5, 0xe19b48a8, + 0x391c0cb3, 0xc5c95a63, 0x4ed8aa4a, 0xe3418acb, + 0x5b9cca4f, 0x7763e373, 0x682e6ff3, 0xd6b2b8a3, + 0x748f82ee, 0x5defb2fc, 0x78a5636f, 0x43172f60, + 0x84c87814, 0xa1f0ab72, 0x8cc70208, 0x1a6439ec, + 0x90befffa, 0x23631e28, 0xa4506ceb, 0xde82bde9, + 0xbef9a3f7, 0xb2c67915, 0xc67178f2, 0xe372532b, + 0xca273ece, 0xea26619c, 0xd186b8c7, 0x21c0c207, + 0xeada7dd6, 0xcde0eb1e, 0xf57d4f7f, 0xee6ed178, + 0x06f067aa, 0x72176fba, 0x0a637dc5, 0xa2c898a6, + 0x113f9804, 0xbef90dae, 0x1b710b35, 0x131c471b, + 0x28db77f5, 0x23047d84, 0x32caab7b, 0x40c72493, + 0x3c9ebe0a, 0x15c9bebc, 0x431d67c4, 0x9c100d4c, + 0x4cc5d4be, 0xcb3e42b6, 0x597f299c, 0xfc657e2a, + 0x5fcb6fab, 0x3ad6faec, 0x6c44198c, 0x4a475817 +]; + +function SHA512() { + if (!(this instanceof SHA512)) + return new SHA512(); + + BlockHash.call(this); + this.h = [ + 0x6a09e667, 0xf3bcc908, + 0xbb67ae85, 0x84caa73b, + 0x3c6ef372, 0xfe94f82b, + 0xa54ff53a, 0x5f1d36f1, + 0x510e527f, 0xade682d1, + 0x9b05688c, 0x2b3e6c1f, + 0x1f83d9ab, 0xfb41bd6b, + 0x5be0cd19, 0x137e2179 ]; + this.k = sha512_K; + this.W = new Array(160); +} +utils.inherits(SHA512, BlockHash); +module.exports = SHA512; + +SHA512.blockSize = 1024; +SHA512.outSize = 512; +SHA512.hmacStrength = 192; +SHA512.padLength = 128; + +SHA512.prototype._prepareBlock = function _prepareBlock(msg, start) { + var W = this.W; + + // 32 x 32bit words + for (var i = 0; i < 32; i++) + W[i] = msg[start + i]; + for (; i < W.length; i += 2) { + var c0_hi = g1_512_hi(W[i - 4], W[i - 3]); // i - 2 + var c0_lo = g1_512_lo(W[i - 4], W[i - 3]); + var c1_hi = W[i - 14]; // i - 7 + var c1_lo = W[i - 13]; + var c2_hi = g0_512_hi(W[i - 30], W[i - 29]); // i - 15 + var c2_lo = g0_512_lo(W[i - 30], W[i - 29]); + var c3_hi = W[i - 32]; // i - 16 + var c3_lo = W[i - 31]; + + W[i] = sum64_4_hi( + c0_hi, c0_lo, + c1_hi, c1_lo, + c2_hi, c2_lo, + c3_hi, c3_lo); + W[i + 1] = sum64_4_lo( + c0_hi, c0_lo, + c1_hi, c1_lo, + c2_hi, c2_lo, + c3_hi, c3_lo); + } +}; + +SHA512.prototype._update = function _update(msg, start) { + this._prepareBlock(msg, start); + + var W = this.W; + + var ah = this.h[0]; + var al = this.h[1]; + var bh = this.h[2]; + var bl = this.h[3]; + var ch = this.h[4]; + var cl = this.h[5]; + var dh = this.h[6]; + var dl = this.h[7]; + var eh = this.h[8]; + var el = this.h[9]; + var fh = this.h[10]; + var fl = this.h[11]; + var gh = this.h[12]; + var gl = this.h[13]; + var hh = this.h[14]; + var hl = this.h[15]; + + assert(this.k.length === W.length); + for (var i = 0; i < W.length; i += 2) { + var c0_hi = hh; + var c0_lo = hl; + var c1_hi = s1_512_hi(eh, el); + var c1_lo = s1_512_lo(eh, el); + var c2_hi = ch64_hi(eh, el, fh, fl, gh, gl); + var c2_lo = ch64_lo(eh, el, fh, fl, gh, gl); + var c3_hi = this.k[i]; + var c3_lo = this.k[i + 1]; + var c4_hi = W[i]; + var c4_lo = W[i + 1]; + + var T1_hi = sum64_5_hi( + c0_hi, c0_lo, + c1_hi, c1_lo, + c2_hi, c2_lo, + c3_hi, c3_lo, + c4_hi, c4_lo); + var T1_lo = sum64_5_lo( + c0_hi, c0_lo, + c1_hi, c1_lo, + c2_hi, c2_lo, + c3_hi, c3_lo, + c4_hi, c4_lo); + + c0_hi = s0_512_hi(ah, al); + c0_lo = s0_512_lo(ah, al); + c1_hi = maj64_hi(ah, al, bh, bl, ch, cl); + c1_lo = maj64_lo(ah, al, bh, bl, ch, cl); + + var T2_hi = sum64_hi(c0_hi, c0_lo, c1_hi, c1_lo); + var T2_lo = sum64_lo(c0_hi, c0_lo, c1_hi, c1_lo); + + hh = gh; + hl = gl; + + gh = fh; + gl = fl; + + fh = eh; + fl = el; + + eh = sum64_hi(dh, dl, T1_hi, T1_lo); + el = sum64_lo(dl, dl, T1_hi, T1_lo); + + dh = ch; + dl = cl; + + ch = bh; + cl = bl; + + bh = ah; + bl = al; + + ah = sum64_hi(T1_hi, T1_lo, T2_hi, T2_lo); + al = sum64_lo(T1_hi, T1_lo, T2_hi, T2_lo); + } + + sum64(this.h, 0, ah, al); + sum64(this.h, 2, bh, bl); + sum64(this.h, 4, ch, cl); + sum64(this.h, 6, dh, dl); + sum64(this.h, 8, eh, el); + sum64(this.h, 10, fh, fl); + sum64(this.h, 12, gh, gl); + sum64(this.h, 14, hh, hl); +}; + +SHA512.prototype._digest = function digest(enc) { + if (enc === 'hex') + return utils.toHex32(this.h, 'big'); + else + return utils.split32(this.h, 'big'); +}; + +function ch64_hi(xh, xl, yh, yl, zh) { + var r = (xh & yh) ^ ((~xh) & zh); + if (r < 0) + r += 0x100000000; + return r; +} + +function ch64_lo(xh, xl, yh, yl, zh, zl) { + var r = (xl & yl) ^ ((~xl) & zl); + if (r < 0) + r += 0x100000000; + return r; +} + +function maj64_hi(xh, xl, yh, yl, zh) { + var r = (xh & yh) ^ (xh & zh) ^ (yh & zh); + if (r < 0) + r += 0x100000000; + return r; +} + +function maj64_lo(xh, xl, yh, yl, zh, zl) { + var r = (xl & yl) ^ (xl & zl) ^ (yl & zl); + if (r < 0) + r += 0x100000000; + return r; +} + +function s0_512_hi(xh, xl) { + var c0_hi = rotr64_hi(xh, xl, 28); + var c1_hi = rotr64_hi(xl, xh, 2); // 34 + var c2_hi = rotr64_hi(xl, xh, 7); // 39 + + var r = c0_hi ^ c1_hi ^ c2_hi; + if (r < 0) + r += 0x100000000; + return r; +} + +function s0_512_lo(xh, xl) { + var c0_lo = rotr64_lo(xh, xl, 28); + var c1_lo = rotr64_lo(xl, xh, 2); // 34 + var c2_lo = rotr64_lo(xl, xh, 7); // 39 + + var r = c0_lo ^ c1_lo ^ c2_lo; + if (r < 0) + r += 0x100000000; + return r; +} + +function s1_512_hi(xh, xl) { + var c0_hi = rotr64_hi(xh, xl, 14); + var c1_hi = rotr64_hi(xh, xl, 18); + var c2_hi = rotr64_hi(xl, xh, 9); // 41 + + var r = c0_hi ^ c1_hi ^ c2_hi; + if (r < 0) + r += 0x100000000; + return r; +} + +function s1_512_lo(xh, xl) { + var c0_lo = rotr64_lo(xh, xl, 14); + var c1_lo = rotr64_lo(xh, xl, 18); + var c2_lo = rotr64_lo(xl, xh, 9); // 41 + + var r = c0_lo ^ c1_lo ^ c2_lo; + if (r < 0) + r += 0x100000000; + return r; +} + +function g0_512_hi(xh, xl) { + var c0_hi = rotr64_hi(xh, xl, 1); + var c1_hi = rotr64_hi(xh, xl, 8); + var c2_hi = shr64_hi(xh, xl, 7); + + var r = c0_hi ^ c1_hi ^ c2_hi; + if (r < 0) + r += 0x100000000; + return r; +} + +function g0_512_lo(xh, xl) { + var c0_lo = rotr64_lo(xh, xl, 1); + var c1_lo = rotr64_lo(xh, xl, 8); + var c2_lo = shr64_lo(xh, xl, 7); + + var r = c0_lo ^ c1_lo ^ c2_lo; + if (r < 0) + r += 0x100000000; + return r; +} + +function g1_512_hi(xh, xl) { + var c0_hi = rotr64_hi(xh, xl, 19); + var c1_hi = rotr64_hi(xl, xh, 29); // 61 + var c2_hi = shr64_hi(xh, xl, 6); + + var r = c0_hi ^ c1_hi ^ c2_hi; + if (r < 0) + r += 0x100000000; + return r; +} + +function g1_512_lo(xh, xl) { + var c0_lo = rotr64_lo(xh, xl, 19); + var c1_lo = rotr64_lo(xl, xh, 29); // 61 + var c2_lo = shr64_lo(xh, xl, 6); + + var r = c0_lo ^ c1_lo ^ c2_lo; + if (r < 0) + r += 0x100000000; + return r; +} + +},{"../utils":"../node_modules/hash.js/lib/hash/utils.js","../common":"../node_modules/hash.js/lib/hash/common.js","minimalistic-assert":"../node_modules/minimalistic-assert/index.js"}],"../node_modules/hash.js/lib/hash/sha/384.js":[function(require,module,exports) { +'use strict'; + +var utils = require('../utils'); + +var SHA512 = require('./512'); + +function SHA384() { + if (!(this instanceof SHA384)) + return new SHA384(); + + SHA512.call(this); + this.h = [ + 0xcbbb9d5d, 0xc1059ed8, + 0x629a292a, 0x367cd507, + 0x9159015a, 0x3070dd17, + 0x152fecd8, 0xf70e5939, + 0x67332667, 0xffc00b31, + 0x8eb44a87, 0x68581511, + 0xdb0c2e0d, 0x64f98fa7, + 0x47b5481d, 0xbefa4fa4 ]; +} +utils.inherits(SHA384, SHA512); +module.exports = SHA384; + +SHA384.blockSize = 1024; +SHA384.outSize = 384; +SHA384.hmacStrength = 192; +SHA384.padLength = 128; + +SHA384.prototype._digest = function digest(enc) { + if (enc === 'hex') + return utils.toHex32(this.h.slice(0, 12), 'big'); + else + return utils.split32(this.h.slice(0, 12), 'big'); +}; + +},{"../utils":"../node_modules/hash.js/lib/hash/utils.js","./512":"../node_modules/hash.js/lib/hash/sha/512.js"}],"../node_modules/hash.js/lib/hash/sha.js":[function(require,module,exports) { +'use strict'; + +exports.sha1 = require('./sha/1'); +exports.sha224 = require('./sha/224'); +exports.sha256 = require('./sha/256'); +exports.sha384 = require('./sha/384'); +exports.sha512 = require('./sha/512'); + +},{"./sha/1":"../node_modules/hash.js/lib/hash/sha/1.js","./sha/224":"../node_modules/hash.js/lib/hash/sha/224.js","./sha/256":"../node_modules/hash.js/lib/hash/sha/256.js","./sha/384":"../node_modules/hash.js/lib/hash/sha/384.js","./sha/512":"../node_modules/hash.js/lib/hash/sha/512.js"}],"../node_modules/hash.js/lib/hash/ripemd.js":[function(require,module,exports) { +'use strict'; + +var utils = require('./utils'); +var common = require('./common'); + +var rotl32 = utils.rotl32; +var sum32 = utils.sum32; +var sum32_3 = utils.sum32_3; +var sum32_4 = utils.sum32_4; +var BlockHash = common.BlockHash; + +function RIPEMD160() { + if (!(this instanceof RIPEMD160)) + return new RIPEMD160(); + + BlockHash.call(this); + + this.h = [ 0x67452301, 0xefcdab89, 0x98badcfe, 0x10325476, 0xc3d2e1f0 ]; + this.endian = 'little'; +} +utils.inherits(RIPEMD160, BlockHash); +exports.ripemd160 = RIPEMD160; + +RIPEMD160.blockSize = 512; +RIPEMD160.outSize = 160; +RIPEMD160.hmacStrength = 192; +RIPEMD160.padLength = 64; + +RIPEMD160.prototype._update = function update(msg, start) { + var A = this.h[0]; + var B = this.h[1]; + var C = this.h[2]; + var D = this.h[3]; + var E = this.h[4]; + var Ah = A; + var Bh = B; + var Ch = C; + var Dh = D; + var Eh = E; + for (var j = 0; j < 80; j++) { + var T = sum32( + rotl32( + sum32_4(A, f(j, B, C, D), msg[r[j] + start], K(j)), + s[j]), + E); + A = E; + E = D; + D = rotl32(C, 10); + C = B; + B = T; + T = sum32( + rotl32( + sum32_4(Ah, f(79 - j, Bh, Ch, Dh), msg[rh[j] + start], Kh(j)), + sh[j]), + Eh); + Ah = Eh; + Eh = Dh; + Dh = rotl32(Ch, 10); + Ch = Bh; + Bh = T; + } + T = sum32_3(this.h[1], C, Dh); + this.h[1] = sum32_3(this.h[2], D, Eh); + this.h[2] = sum32_3(this.h[3], E, Ah); + this.h[3] = sum32_3(this.h[4], A, Bh); + this.h[4] = sum32_3(this.h[0], B, Ch); + this.h[0] = T; +}; + +RIPEMD160.prototype._digest = function digest(enc) { + if (enc === 'hex') + return utils.toHex32(this.h, 'little'); + else + return utils.split32(this.h, 'little'); +}; + +function f(j, x, y, z) { + if (j <= 15) + return x ^ y ^ z; + else if (j <= 31) + return (x & y) | ((~x) & z); + else if (j <= 47) + return (x | (~y)) ^ z; + else if (j <= 63) + return (x & z) | (y & (~z)); + else + return x ^ (y | (~z)); +} + +function K(j) { + if (j <= 15) + return 0x00000000; + else if (j <= 31) + return 0x5a827999; + else if (j <= 47) + return 0x6ed9eba1; + else if (j <= 63) + return 0x8f1bbcdc; + else + return 0xa953fd4e; +} + +function Kh(j) { + if (j <= 15) + return 0x50a28be6; + else if (j <= 31) + return 0x5c4dd124; + else if (j <= 47) + return 0x6d703ef3; + else if (j <= 63) + return 0x7a6d76e9; + else + return 0x00000000; +} + +var r = [ + 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, + 7, 4, 13, 1, 10, 6, 15, 3, 12, 0, 9, 5, 2, 14, 11, 8, + 3, 10, 14, 4, 9, 15, 8, 1, 2, 7, 0, 6, 13, 11, 5, 12, + 1, 9, 11, 10, 0, 8, 12, 4, 13, 3, 7, 15, 14, 5, 6, 2, + 4, 0, 5, 9, 7, 12, 2, 10, 14, 1, 3, 8, 11, 6, 15, 13 +]; + +var rh = [ + 5, 14, 7, 0, 9, 2, 11, 4, 13, 6, 15, 8, 1, 10, 3, 12, + 6, 11, 3, 7, 0, 13, 5, 10, 14, 15, 8, 12, 4, 9, 1, 2, + 15, 5, 1, 3, 7, 14, 6, 9, 11, 8, 12, 2, 10, 0, 4, 13, + 8, 6, 4, 1, 3, 11, 15, 0, 5, 12, 2, 13, 9, 7, 10, 14, + 12, 15, 10, 4, 1, 5, 8, 7, 6, 2, 13, 14, 0, 3, 9, 11 +]; + +var s = [ + 11, 14, 15, 12, 5, 8, 7, 9, 11, 13, 14, 15, 6, 7, 9, 8, + 7, 6, 8, 13, 11, 9, 7, 15, 7, 12, 15, 9, 11, 7, 13, 12, + 11, 13, 6, 7, 14, 9, 13, 15, 14, 8, 13, 6, 5, 12, 7, 5, + 11, 12, 14, 15, 14, 15, 9, 8, 9, 14, 5, 6, 8, 6, 5, 12, + 9, 15, 5, 11, 6, 8, 13, 12, 5, 12, 13, 14, 11, 8, 5, 6 +]; + +var sh = [ + 8, 9, 9, 11, 13, 15, 15, 5, 7, 7, 8, 11, 14, 14, 12, 6, + 9, 13, 15, 7, 12, 8, 9, 11, 7, 7, 12, 7, 6, 15, 13, 11, + 9, 7, 15, 11, 8, 6, 6, 14, 12, 13, 5, 14, 13, 13, 7, 5, + 15, 5, 8, 11, 14, 14, 6, 14, 6, 9, 12, 9, 12, 5, 15, 8, + 8, 5, 12, 9, 12, 5, 14, 6, 8, 13, 6, 5, 15, 13, 11, 11 +]; + +},{"./utils":"../node_modules/hash.js/lib/hash/utils.js","./common":"../node_modules/hash.js/lib/hash/common.js"}],"../node_modules/hash.js/lib/hash/hmac.js":[function(require,module,exports) { +'use strict'; + +var utils = require('./utils'); +var assert = require('minimalistic-assert'); + +function Hmac(hash, key, enc) { + if (!(this instanceof Hmac)) + return new Hmac(hash, key, enc); + this.Hash = hash; + this.blockSize = hash.blockSize / 8; + this.outSize = hash.outSize / 8; + this.inner = null; + this.outer = null; + + this._init(utils.toArray(key, enc)); +} +module.exports = Hmac; + +Hmac.prototype._init = function init(key) { + // Shorten key, if needed + if (key.length > this.blockSize) + key = new this.Hash().update(key).digest(); + assert(key.length <= this.blockSize); + + // Add padding to key + for (var i = key.length; i < this.blockSize; i++) + key.push(0); + + for (i = 0; i < key.length; i++) + key[i] ^= 0x36; + this.inner = new this.Hash().update(key); + + // 0x36 ^ 0x5c = 0x6a + for (i = 0; i < key.length; i++) + key[i] ^= 0x6a; + this.outer = new this.Hash().update(key); +}; + +Hmac.prototype.update = function update(msg, enc) { + this.inner.update(msg, enc); + return this; +}; + +Hmac.prototype.digest = function digest(enc) { + this.outer.update(this.inner.digest()); + return this.outer.digest(enc); +}; + +},{"./utils":"../node_modules/hash.js/lib/hash/utils.js","minimalistic-assert":"../node_modules/minimalistic-assert/index.js"}],"../node_modules/hash.js/lib/hash.js":[function(require,module,exports) { +var hash = exports; + +hash.utils = require('./hash/utils'); +hash.common = require('./hash/common'); +hash.sha = require('./hash/sha'); +hash.ripemd = require('./hash/ripemd'); +hash.hmac = require('./hash/hmac'); + +// Proxy hash functions to the main object +hash.sha1 = hash.sha.sha1; +hash.sha256 = hash.sha.sha256; +hash.sha224 = hash.sha.sha224; +hash.sha384 = hash.sha.sha384; +hash.sha512 = hash.sha.sha512; +hash.ripemd160 = hash.ripemd.ripemd160; + +},{"./hash/utils":"../node_modules/hash.js/lib/hash/utils.js","./hash/common":"../node_modules/hash.js/lib/hash/common.js","./hash/sha":"../node_modules/hash.js/lib/hash/sha.js","./hash/ripemd":"../node_modules/hash.js/lib/hash/ripemd.js","./hash/hmac":"../node_modules/hash.js/lib/hash/hmac.js"}],"../node_modules/elliptic/lib/elliptic/precomputed/secp256k1.js":[function(require,module,exports) { +module.exports = { + doubles: { + step: 4, + points: [ + [ + 'e60fce93b59e9ec53011aabc21c23e97b2a31369b87a5ae9c44ee89e2a6dec0a', + 'f7e3507399e595929db99f34f57937101296891e44d23f0be1f32cce69616821' + ], + [ + '8282263212c609d9ea2a6e3e172de238d8c39cabd5ac1ca10646e23fd5f51508', + '11f8a8098557dfe45e8256e830b60ace62d613ac2f7b17bed31b6eaff6e26caf' + ], + [ + '175e159f728b865a72f99cc6c6fc846de0b93833fd2222ed73fce5b551e5b739', + 'd3506e0d9e3c79eba4ef97a51ff71f5eacb5955add24345c6efa6ffee9fed695' + ], + [ + '363d90d447b00c9c99ceac05b6262ee053441c7e55552ffe526bad8f83ff4640', + '4e273adfc732221953b445397f3363145b9a89008199ecb62003c7f3bee9de9' + ], + [ + '8b4b5f165df3c2be8c6244b5b745638843e4a781a15bcd1b69f79a55dffdf80c', + '4aad0a6f68d308b4b3fbd7813ab0da04f9e336546162ee56b3eff0c65fd4fd36' + ], + [ + '723cbaa6e5db996d6bf771c00bd548c7b700dbffa6c0e77bcb6115925232fcda', + '96e867b5595cc498a921137488824d6e2660a0653779494801dc069d9eb39f5f' + ], + [ + 'eebfa4d493bebf98ba5feec812c2d3b50947961237a919839a533eca0e7dd7fa', + '5d9a8ca3970ef0f269ee7edaf178089d9ae4cdc3a711f712ddfd4fdae1de8999' + ], + [ + '100f44da696e71672791d0a09b7bde459f1215a29b3c03bfefd7835b39a48db0', + 'cdd9e13192a00b772ec8f3300c090666b7ff4a18ff5195ac0fbd5cd62bc65a09' + ], + [ + 'e1031be262c7ed1b1dc9227a4a04c017a77f8d4464f3b3852c8acde6e534fd2d', + '9d7061928940405e6bb6a4176597535af292dd419e1ced79a44f18f29456a00d' + ], + [ + 'feea6cae46d55b530ac2839f143bd7ec5cf8b266a41d6af52d5e688d9094696d', + 'e57c6b6c97dce1bab06e4e12bf3ecd5c981c8957cc41442d3155debf18090088' + ], + [ + 'da67a91d91049cdcb367be4be6ffca3cfeed657d808583de33fa978bc1ec6cb1', + '9bacaa35481642bc41f463f7ec9780e5dec7adc508f740a17e9ea8e27a68be1d' + ], + [ + '53904faa0b334cdda6e000935ef22151ec08d0f7bb11069f57545ccc1a37b7c0', + '5bc087d0bc80106d88c9eccac20d3c1c13999981e14434699dcb096b022771c8' + ], + [ + '8e7bcd0bd35983a7719cca7764ca906779b53a043a9b8bcaeff959f43ad86047', + '10b7770b2a3da4b3940310420ca9514579e88e2e47fd68b3ea10047e8460372a' + ], + [ + '385eed34c1cdff21e6d0818689b81bde71a7f4f18397e6690a841e1599c43862', + '283bebc3e8ea23f56701de19e9ebf4576b304eec2086dc8cc0458fe5542e5453' + ], + [ + '6f9d9b803ecf191637c73a4413dfa180fddf84a5947fbc9c606ed86c3fac3a7', + '7c80c68e603059ba69b8e2a30e45c4d47ea4dd2f5c281002d86890603a842160' + ], + [ + '3322d401243c4e2582a2147c104d6ecbf774d163db0f5e5313b7e0e742d0e6bd', + '56e70797e9664ef5bfb019bc4ddaf9b72805f63ea2873af624f3a2e96c28b2a0' + ], + [ + '85672c7d2de0b7da2bd1770d89665868741b3f9af7643397721d74d28134ab83', + '7c481b9b5b43b2eb6374049bfa62c2e5e77f17fcc5298f44c8e3094f790313a6' + ], + [ + '948bf809b1988a46b06c9f1919413b10f9226c60f668832ffd959af60c82a0a', + '53a562856dcb6646dc6b74c5d1c3418c6d4dff08c97cd2bed4cb7f88d8c8e589' + ], + [ + '6260ce7f461801c34f067ce0f02873a8f1b0e44dfc69752accecd819f38fd8e8', + 'bc2da82b6fa5b571a7f09049776a1ef7ecd292238051c198c1a84e95b2b4ae17' + ], + [ + 'e5037de0afc1d8d43d8348414bbf4103043ec8f575bfdc432953cc8d2037fa2d', + '4571534baa94d3b5f9f98d09fb990bddbd5f5b03ec481f10e0e5dc841d755bda' + ], + [ + 'e06372b0f4a207adf5ea905e8f1771b4e7e8dbd1c6a6c5b725866a0ae4fce725', + '7a908974bce18cfe12a27bb2ad5a488cd7484a7787104870b27034f94eee31dd' + ], + [ + '213c7a715cd5d45358d0bbf9dc0ce02204b10bdde2a3f58540ad6908d0559754', + '4b6dad0b5ae462507013ad06245ba190bb4850f5f36a7eeddff2c27534b458f2' + ], + [ + '4e7c272a7af4b34e8dbb9352a5419a87e2838c70adc62cddf0cc3a3b08fbd53c', + '17749c766c9d0b18e16fd09f6def681b530b9614bff7dd33e0b3941817dcaae6' + ], + [ + 'fea74e3dbe778b1b10f238ad61686aa5c76e3db2be43057632427e2840fb27b6', + '6e0568db9b0b13297cf674deccb6af93126b596b973f7b77701d3db7f23cb96f' + ], + [ + '76e64113f677cf0e10a2570d599968d31544e179b760432952c02a4417bdde39', + 'c90ddf8dee4e95cf577066d70681f0d35e2a33d2b56d2032b4b1752d1901ac01' + ], + [ + 'c738c56b03b2abe1e8281baa743f8f9a8f7cc643df26cbee3ab150242bcbb891', + '893fb578951ad2537f718f2eacbfbbbb82314eef7880cfe917e735d9699a84c3' + ], + [ + 'd895626548b65b81e264c7637c972877d1d72e5f3a925014372e9f6588f6c14b', + 'febfaa38f2bc7eae728ec60818c340eb03428d632bb067e179363ed75d7d991f' + ], + [ + 'b8da94032a957518eb0f6433571e8761ceffc73693e84edd49150a564f676e03', + '2804dfa44805a1e4d7c99cc9762808b092cc584d95ff3b511488e4e74efdf6e7' + ], + [ + 'e80fea14441fb33a7d8adab9475d7fab2019effb5156a792f1a11778e3c0df5d', + 'eed1de7f638e00771e89768ca3ca94472d155e80af322ea9fcb4291b6ac9ec78' + ], + [ + 'a301697bdfcd704313ba48e51d567543f2a182031efd6915ddc07bbcc4e16070', + '7370f91cfb67e4f5081809fa25d40f9b1735dbf7c0a11a130c0d1a041e177ea1' + ], + [ + '90ad85b389d6b936463f9d0512678de208cc330b11307fffab7ac63e3fb04ed4', + 'e507a3620a38261affdcbd9427222b839aefabe1582894d991d4d48cb6ef150' + ], + [ + '8f68b9d2f63b5f339239c1ad981f162ee88c5678723ea3351b7b444c9ec4c0da', + '662a9f2dba063986de1d90c2b6be215dbbea2cfe95510bfdf23cbf79501fff82' + ], + [ + 'e4f3fb0176af85d65ff99ff9198c36091f48e86503681e3e6686fd5053231e11', + '1e63633ad0ef4f1c1661a6d0ea02b7286cc7e74ec951d1c9822c38576feb73bc' + ], + [ + '8c00fa9b18ebf331eb961537a45a4266c7034f2f0d4e1d0716fb6eae20eae29e', + 'efa47267fea521a1a9dc343a3736c974c2fadafa81e36c54e7d2a4c66702414b' + ], + [ + 'e7a26ce69dd4829f3e10cec0a9e98ed3143d084f308b92c0997fddfc60cb3e41', + '2a758e300fa7984b471b006a1aafbb18d0a6b2c0420e83e20e8a9421cf2cfd51' + ], + [ + 'b6459e0ee3662ec8d23540c223bcbdc571cbcb967d79424f3cf29eb3de6b80ef', + '67c876d06f3e06de1dadf16e5661db3c4b3ae6d48e35b2ff30bf0b61a71ba45' + ], + [ + 'd68a80c8280bb840793234aa118f06231d6f1fc67e73c5a5deda0f5b496943e8', + 'db8ba9fff4b586d00c4b1f9177b0e28b5b0e7b8f7845295a294c84266b133120' + ], + [ + '324aed7df65c804252dc0270907a30b09612aeb973449cea4095980fc28d3d5d', + '648a365774b61f2ff130c0c35aec1f4f19213b0c7e332843967224af96ab7c84' + ], + [ + '4df9c14919cde61f6d51dfdbe5fee5dceec4143ba8d1ca888e8bd373fd054c96', + '35ec51092d8728050974c23a1d85d4b5d506cdc288490192ebac06cad10d5d' + ], + [ + '9c3919a84a474870faed8a9c1cc66021523489054d7f0308cbfc99c8ac1f98cd', + 'ddb84f0f4a4ddd57584f044bf260e641905326f76c64c8e6be7e5e03d4fc599d' + ], + [ + '6057170b1dd12fdf8de05f281d8e06bb91e1493a8b91d4cc5a21382120a959e5', + '9a1af0b26a6a4807add9a2daf71df262465152bc3ee24c65e899be932385a2a8' + ], + [ + 'a576df8e23a08411421439a4518da31880cef0fba7d4df12b1a6973eecb94266', + '40a6bf20e76640b2c92b97afe58cd82c432e10a7f514d9f3ee8be11ae1b28ec8' + ], + [ + '7778a78c28dec3e30a05fe9629de8c38bb30d1f5cf9a3a208f763889be58ad71', + '34626d9ab5a5b22ff7098e12f2ff580087b38411ff24ac563b513fc1fd9f43ac' + ], + [ + '928955ee637a84463729fd30e7afd2ed5f96274e5ad7e5cb09eda9c06d903ac', + 'c25621003d3f42a827b78a13093a95eeac3d26efa8a8d83fc5180e935bcd091f' + ], + [ + '85d0fef3ec6db109399064f3a0e3b2855645b4a907ad354527aae75163d82751', + '1f03648413a38c0be29d496e582cf5663e8751e96877331582c237a24eb1f962' + ], + [ + 'ff2b0dce97eece97c1c9b6041798b85dfdfb6d8882da20308f5404824526087e', + '493d13fef524ba188af4c4dc54d07936c7b7ed6fb90e2ceb2c951e01f0c29907' + ], + [ + '827fbbe4b1e880ea9ed2b2e6301b212b57f1ee148cd6dd28780e5e2cf856e241', + 'c60f9c923c727b0b71bef2c67d1d12687ff7a63186903166d605b68baec293ec' + ], + [ + 'eaa649f21f51bdbae7be4ae34ce6e5217a58fdce7f47f9aa7f3b58fa2120e2b3', + 'be3279ed5bbbb03ac69a80f89879aa5a01a6b965f13f7e59d47a5305ba5ad93d' + ], + [ + 'e4a42d43c5cf169d9391df6decf42ee541b6d8f0c9a137401e23632dda34d24f', + '4d9f92e716d1c73526fc99ccfb8ad34ce886eedfa8d8e4f13a7f7131deba9414' + ], + [ + '1ec80fef360cbdd954160fadab352b6b92b53576a88fea4947173b9d4300bf19', + 'aeefe93756b5340d2f3a4958a7abbf5e0146e77f6295a07b671cdc1cc107cefd' + ], + [ + '146a778c04670c2f91b00af4680dfa8bce3490717d58ba889ddb5928366642be', + 'b318e0ec3354028add669827f9d4b2870aaa971d2f7e5ed1d0b297483d83efd0' + ], + [ + 'fa50c0f61d22e5f07e3acebb1aa07b128d0012209a28b9776d76a8793180eef9', + '6b84c6922397eba9b72cd2872281a68a5e683293a57a213b38cd8d7d3f4f2811' + ], + [ + 'da1d61d0ca721a11b1a5bf6b7d88e8421a288ab5d5bba5220e53d32b5f067ec2', + '8157f55a7c99306c79c0766161c91e2966a73899d279b48a655fba0f1ad836f1' + ], + [ + 'a8e282ff0c9706907215ff98e8fd416615311de0446f1e062a73b0610d064e13', + '7f97355b8db81c09abfb7f3c5b2515888b679a3e50dd6bd6cef7c73111f4cc0c' + ], + [ + '174a53b9c9a285872d39e56e6913cab15d59b1fa512508c022f382de8319497c', + 'ccc9dc37abfc9c1657b4155f2c47f9e6646b3a1d8cb9854383da13ac079afa73' + ], + [ + '959396981943785c3d3e57edf5018cdbe039e730e4918b3d884fdff09475b7ba', + '2e7e552888c331dd8ba0386a4b9cd6849c653f64c8709385e9b8abf87524f2fd' + ], + [ + 'd2a63a50ae401e56d645a1153b109a8fcca0a43d561fba2dbb51340c9d82b151', + 'e82d86fb6443fcb7565aee58b2948220a70f750af484ca52d4142174dcf89405' + ], + [ + '64587e2335471eb890ee7896d7cfdc866bacbdbd3839317b3436f9b45617e073', + 'd99fcdd5bf6902e2ae96dd6447c299a185b90a39133aeab358299e5e9faf6589' + ], + [ + '8481bde0e4e4d885b3a546d3e549de042f0aa6cea250e7fd358d6c86dd45e458', + '38ee7b8cba5404dd84a25bf39cecb2ca900a79c42b262e556d64b1b59779057e' + ], + [ + '13464a57a78102aa62b6979ae817f4637ffcfed3c4b1ce30bcd6303f6caf666b', + '69be159004614580ef7e433453ccb0ca48f300a81d0942e13f495a907f6ecc27' + ], + [ + 'bc4a9df5b713fe2e9aef430bcc1dc97a0cd9ccede2f28588cada3a0d2d83f366', + 'd3a81ca6e785c06383937adf4b798caa6e8a9fbfa547b16d758d666581f33c1' + ], + [ + '8c28a97bf8298bc0d23d8c749452a32e694b65e30a9472a3954ab30fe5324caa', + '40a30463a3305193378fedf31f7cc0eb7ae784f0451cb9459e71dc73cbef9482' + ], + [ + '8ea9666139527a8c1dd94ce4f071fd23c8b350c5a4bb33748c4ba111faccae0', + '620efabbc8ee2782e24e7c0cfb95c5d735b783be9cf0f8e955af34a30e62b945' + ], + [ + 'dd3625faef5ba06074669716bbd3788d89bdde815959968092f76cc4eb9a9787', + '7a188fa3520e30d461da2501045731ca941461982883395937f68d00c644a573' + ], + [ + 'f710d79d9eb962297e4f6232b40e8f7feb2bc63814614d692c12de752408221e', + 'ea98e67232d3b3295d3b535532115ccac8612c721851617526ae47a9c77bfc82' + ] + ] + }, + naf: { + wnd: 7, + points: [ + [ + 'f9308a019258c31049344f85f89d5229b531c845836f99b08601f113bce036f9', + '388f7b0f632de8140fe337e62a37f3566500a99934c2231b6cb9fd7584b8e672' + ], + [ + '2f8bde4d1a07209355b4a7250a5c5128e88b84bddc619ab7cba8d569b240efe4', + 'd8ac222636e5e3d6d4dba9dda6c9c426f788271bab0d6840dca87d3aa6ac62d6' + ], + [ + '5cbdf0646e5db4eaa398f365f2ea7a0e3d419b7e0330e39ce92bddedcac4f9bc', + '6aebca40ba255960a3178d6d861a54dba813d0b813fde7b5a5082628087264da' + ], + [ + 'acd484e2f0c7f65309ad178a9f559abde09796974c57e714c35f110dfc27ccbe', + 'cc338921b0a7d9fd64380971763b61e9add888a4375f8e0f05cc262ac64f9c37' + ], + [ + '774ae7f858a9411e5ef4246b70c65aac5649980be5c17891bbec17895da008cb', + 'd984a032eb6b5e190243dd56d7b7b365372db1e2dff9d6a8301d74c9c953c61b' + ], + [ + 'f28773c2d975288bc7d1d205c3748651b075fbc6610e58cddeeddf8f19405aa8', + 'ab0902e8d880a89758212eb65cdaf473a1a06da521fa91f29b5cb52db03ed81' + ], + [ + 'd7924d4f7d43ea965a465ae3095ff41131e5946f3c85f79e44adbcf8e27e080e', + '581e2872a86c72a683842ec228cc6defea40af2bd896d3a5c504dc9ff6a26b58' + ], + [ + 'defdea4cdb677750a420fee807eacf21eb9898ae79b9768766e4faa04a2d4a34', + '4211ab0694635168e997b0ead2a93daeced1f4a04a95c0f6cfb199f69e56eb77' + ], + [ + '2b4ea0a797a443d293ef5cff444f4979f06acfebd7e86d277475656138385b6c', + '85e89bc037945d93b343083b5a1c86131a01f60c50269763b570c854e5c09b7a' + ], + [ + '352bbf4a4cdd12564f93fa332ce333301d9ad40271f8107181340aef25be59d5', + '321eb4075348f534d59c18259dda3e1f4a1b3b2e71b1039c67bd3d8bcf81998c' + ], + [ + '2fa2104d6b38d11b0230010559879124e42ab8dfeff5ff29dc9cdadd4ecacc3f', + '2de1068295dd865b64569335bd5dd80181d70ecfc882648423ba76b532b7d67' + ], + [ + '9248279b09b4d68dab21a9b066edda83263c3d84e09572e269ca0cd7f5453714', + '73016f7bf234aade5d1aa71bdea2b1ff3fc0de2a887912ffe54a32ce97cb3402' + ], + [ + 'daed4f2be3a8bf278e70132fb0beb7522f570e144bf615c07e996d443dee8729', + 'a69dce4a7d6c98e8d4a1aca87ef8d7003f83c230f3afa726ab40e52290be1c55' + ], + [ + 'c44d12c7065d812e8acf28d7cbb19f9011ecd9e9fdf281b0e6a3b5e87d22e7db', + '2119a460ce326cdc76c45926c982fdac0e106e861edf61c5a039063f0e0e6482' + ], + [ + '6a245bf6dc698504c89a20cfded60853152b695336c28063b61c65cbd269e6b4', + 'e022cf42c2bd4a708b3f5126f16a24ad8b33ba48d0423b6efd5e6348100d8a82' + ], + [ + '1697ffa6fd9de627c077e3d2fe541084ce13300b0bec1146f95ae57f0d0bd6a5', + 'b9c398f186806f5d27561506e4557433a2cf15009e498ae7adee9d63d01b2396' + ], + [ + '605bdb019981718b986d0f07e834cb0d9deb8360ffb7f61df982345ef27a7479', + '2972d2de4f8d20681a78d93ec96fe23c26bfae84fb14db43b01e1e9056b8c49' + ], + [ + '62d14dab4150bf497402fdc45a215e10dcb01c354959b10cfe31c7e9d87ff33d', + '80fc06bd8cc5b01098088a1950eed0db01aa132967ab472235f5642483b25eaf' + ], + [ + '80c60ad0040f27dade5b4b06c408e56b2c50e9f56b9b8b425e555c2f86308b6f', + '1c38303f1cc5c30f26e66bad7fe72f70a65eed4cbe7024eb1aa01f56430bd57a' + ], + [ + '7a9375ad6167ad54aa74c6348cc54d344cc5dc9487d847049d5eabb0fa03c8fb', + 'd0e3fa9eca8726909559e0d79269046bdc59ea10c70ce2b02d499ec224dc7f7' + ], + [ + 'd528ecd9b696b54c907a9ed045447a79bb408ec39b68df504bb51f459bc3ffc9', + 'eecf41253136e5f99966f21881fd656ebc4345405c520dbc063465b521409933' + ], + [ + '49370a4b5f43412ea25f514e8ecdad05266115e4a7ecb1387231808f8b45963', + '758f3f41afd6ed428b3081b0512fd62a54c3f3afbb5b6764b653052a12949c9a' + ], + [ + '77f230936ee88cbbd73df930d64702ef881d811e0e1498e2f1c13eb1fc345d74', + '958ef42a7886b6400a08266e9ba1b37896c95330d97077cbbe8eb3c7671c60d6' + ], + [ + 'f2dac991cc4ce4b9ea44887e5c7c0bce58c80074ab9d4dbaeb28531b7739f530', + 'e0dedc9b3b2f8dad4da1f32dec2531df9eb5fbeb0598e4fd1a117dba703a3c37' + ], + [ + '463b3d9f662621fb1b4be8fbbe2520125a216cdfc9dae3debcba4850c690d45b', + '5ed430d78c296c3543114306dd8622d7c622e27c970a1de31cb377b01af7307e' + ], + [ + 'f16f804244e46e2a09232d4aff3b59976b98fac14328a2d1a32496b49998f247', + 'cedabd9b82203f7e13d206fcdf4e33d92a6c53c26e5cce26d6579962c4e31df6' + ], + [ + 'caf754272dc84563b0352b7a14311af55d245315ace27c65369e15f7151d41d1', + 'cb474660ef35f5f2a41b643fa5e460575f4fa9b7962232a5c32f908318a04476' + ], + [ + '2600ca4b282cb986f85d0f1709979d8b44a09c07cb86d7c124497bc86f082120', + '4119b88753c15bd6a693b03fcddbb45d5ac6be74ab5f0ef44b0be9475a7e4b40' + ], + [ + '7635ca72d7e8432c338ec53cd12220bc01c48685e24f7dc8c602a7746998e435', + '91b649609489d613d1d5e590f78e6d74ecfc061d57048bad9e76f302c5b9c61' + ], + [ + '754e3239f325570cdbbf4a87deee8a66b7f2b33479d468fbc1a50743bf56cc18', + '673fb86e5bda30fb3cd0ed304ea49a023ee33d0197a695d0c5d98093c536683' + ], + [ + 'e3e6bd1071a1e96aff57859c82d570f0330800661d1c952f9fe2694691d9b9e8', + '59c9e0bba394e76f40c0aa58379a3cb6a5a2283993e90c4167002af4920e37f5' + ], + [ + '186b483d056a033826ae73d88f732985c4ccb1f32ba35f4b4cc47fdcf04aa6eb', + '3b952d32c67cf77e2e17446e204180ab21fb8090895138b4a4a797f86e80888b' + ], + [ + 'df9d70a6b9876ce544c98561f4be4f725442e6d2b737d9c91a8321724ce0963f', + '55eb2dafd84d6ccd5f862b785dc39d4ab157222720ef9da217b8c45cf2ba2417' + ], + [ + '5edd5cc23c51e87a497ca815d5dce0f8ab52554f849ed8995de64c5f34ce7143', + 'efae9c8dbc14130661e8cec030c89ad0c13c66c0d17a2905cdc706ab7399a868' + ], + [ + '290798c2b6476830da12fe02287e9e777aa3fba1c355b17a722d362f84614fba', + 'e38da76dcd440621988d00bcf79af25d5b29c094db2a23146d003afd41943e7a' + ], + [ + 'af3c423a95d9f5b3054754efa150ac39cd29552fe360257362dfdecef4053b45', + 'f98a3fd831eb2b749a93b0e6f35cfb40c8cd5aa667a15581bc2feded498fd9c6' + ], + [ + '766dbb24d134e745cccaa28c99bf274906bb66b26dcf98df8d2fed50d884249a', + '744b1152eacbe5e38dcc887980da38b897584a65fa06cedd2c924f97cbac5996' + ], + [ + '59dbf46f8c94759ba21277c33784f41645f7b44f6c596a58ce92e666191abe3e', + 'c534ad44175fbc300f4ea6ce648309a042ce739a7919798cd85e216c4a307f6e' + ], + [ + 'f13ada95103c4537305e691e74e9a4a8dd647e711a95e73cb62dc6018cfd87b8', + 'e13817b44ee14de663bf4bc808341f326949e21a6a75c2570778419bdaf5733d' + ], + [ + '7754b4fa0e8aced06d4167a2c59cca4cda1869c06ebadfb6488550015a88522c', + '30e93e864e669d82224b967c3020b8fa8d1e4e350b6cbcc537a48b57841163a2' + ], + [ + '948dcadf5990e048aa3874d46abef9d701858f95de8041d2a6828c99e2262519', + 'e491a42537f6e597d5d28a3224b1bc25df9154efbd2ef1d2cbba2cae5347d57e' + ], + [ + '7962414450c76c1689c7b48f8202ec37fb224cf5ac0bfa1570328a8a3d7c77ab', + '100b610ec4ffb4760d5c1fc133ef6f6b12507a051f04ac5760afa5b29db83437' + ], + [ + '3514087834964b54b15b160644d915485a16977225b8847bb0dd085137ec47ca', + 'ef0afbb2056205448e1652c48e8127fc6039e77c15c2378b7e7d15a0de293311' + ], + [ + 'd3cc30ad6b483e4bc79ce2c9dd8bc54993e947eb8df787b442943d3f7b527eaf', + '8b378a22d827278d89c5e9be8f9508ae3c2ad46290358630afb34db04eede0a4' + ], + [ + '1624d84780732860ce1c78fcbfefe08b2b29823db913f6493975ba0ff4847610', + '68651cf9b6da903e0914448c6cd9d4ca896878f5282be4c8cc06e2a404078575' + ], + [ + '733ce80da955a8a26902c95633e62a985192474b5af207da6df7b4fd5fc61cd4', + 'f5435a2bd2badf7d485a4d8b8db9fcce3e1ef8e0201e4578c54673bc1dc5ea1d' + ], + [ + '15d9441254945064cf1a1c33bbd3b49f8966c5092171e699ef258dfab81c045c', + 'd56eb30b69463e7234f5137b73b84177434800bacebfc685fc37bbe9efe4070d' + ], + [ + 'a1d0fcf2ec9de675b612136e5ce70d271c21417c9d2b8aaaac138599d0717940', + 'edd77f50bcb5a3cab2e90737309667f2641462a54070f3d519212d39c197a629' + ], + [ + 'e22fbe15c0af8ccc5780c0735f84dbe9a790badee8245c06c7ca37331cb36980', + 'a855babad5cd60c88b430a69f53a1a7a38289154964799be43d06d77d31da06' + ], + [ + '311091dd9860e8e20ee13473c1155f5f69635e394704eaa74009452246cfa9b3', + '66db656f87d1f04fffd1f04788c06830871ec5a64feee685bd80f0b1286d8374' + ], + [ + '34c1fd04d301be89b31c0442d3e6ac24883928b45a9340781867d4232ec2dbdf', + '9414685e97b1b5954bd46f730174136d57f1ceeb487443dc5321857ba73abee' + ], + [ + 'f219ea5d6b54701c1c14de5b557eb42a8d13f3abbcd08affcc2a5e6b049b8d63', + '4cb95957e83d40b0f73af4544cccf6b1f4b08d3c07b27fb8d8c2962a400766d1' + ], + [ + 'd7b8740f74a8fbaab1f683db8f45de26543a5490bca627087236912469a0b448', + 'fa77968128d9c92ee1010f337ad4717eff15db5ed3c049b3411e0315eaa4593b' + ], + [ + '32d31c222f8f6f0ef86f7c98d3a3335ead5bcd32abdd94289fe4d3091aa824bf', + '5f3032f5892156e39ccd3d7915b9e1da2e6dac9e6f26e961118d14b8462e1661' + ], + [ + '7461f371914ab32671045a155d9831ea8793d77cd59592c4340f86cbc18347b5', + '8ec0ba238b96bec0cbdddcae0aa442542eee1ff50c986ea6b39847b3cc092ff6' + ], + [ + 'ee079adb1df1860074356a25aa38206a6d716b2c3e67453d287698bad7b2b2d6', + '8dc2412aafe3be5c4c5f37e0ecc5f9f6a446989af04c4e25ebaac479ec1c8c1e' + ], + [ + '16ec93e447ec83f0467b18302ee620f7e65de331874c9dc72bfd8616ba9da6b5', + '5e4631150e62fb40d0e8c2a7ca5804a39d58186a50e497139626778e25b0674d' + ], + [ + 'eaa5f980c245f6f038978290afa70b6bd8855897f98b6aa485b96065d537bd99', + 'f65f5d3e292c2e0819a528391c994624d784869d7e6ea67fb18041024edc07dc' + ], + [ + '78c9407544ac132692ee1910a02439958ae04877151342ea96c4b6b35a49f51', + 'f3e0319169eb9b85d5404795539a5e68fa1fbd583c064d2462b675f194a3ddb4' + ], + [ + '494f4be219a1a77016dcd838431aea0001cdc8ae7a6fc688726578d9702857a5', + '42242a969283a5f339ba7f075e36ba2af925ce30d767ed6e55f4b031880d562c' + ], + [ + 'a598a8030da6d86c6bc7f2f5144ea549d28211ea58faa70ebf4c1e665c1fe9b5', + '204b5d6f84822c307e4b4a7140737aec23fc63b65b35f86a10026dbd2d864e6b' + ], + [ + 'c41916365abb2b5d09192f5f2dbeafec208f020f12570a184dbadc3e58595997', + '4f14351d0087efa49d245b328984989d5caf9450f34bfc0ed16e96b58fa9913' + ], + [ + '841d6063a586fa475a724604da03bc5b92a2e0d2e0a36acfe4c73a5514742881', + '73867f59c0659e81904f9a1c7543698e62562d6744c169ce7a36de01a8d6154' + ], + [ + '5e95bb399a6971d376026947f89bde2f282b33810928be4ded112ac4d70e20d5', + '39f23f366809085beebfc71181313775a99c9aed7d8ba38b161384c746012865' + ], + [ + '36e4641a53948fd476c39f8a99fd974e5ec07564b5315d8bf99471bca0ef2f66', + 'd2424b1b1abe4eb8164227b085c9aa9456ea13493fd563e06fd51cf5694c78fc' + ], + [ + '336581ea7bfbbb290c191a2f507a41cf5643842170e914faeab27c2c579f726', + 'ead12168595fe1be99252129b6e56b3391f7ab1410cd1e0ef3dcdcabd2fda224' + ], + [ + '8ab89816dadfd6b6a1f2634fcf00ec8403781025ed6890c4849742706bd43ede', + '6fdcef09f2f6d0a044e654aef624136f503d459c3e89845858a47a9129cdd24e' + ], + [ + '1e33f1a746c9c5778133344d9299fcaa20b0938e8acff2544bb40284b8c5fb94', + '60660257dd11b3aa9c8ed618d24edff2306d320f1d03010e33a7d2057f3b3b6' + ], + [ + '85b7c1dcb3cec1b7ee7f30ded79dd20a0ed1f4cc18cbcfcfa410361fd8f08f31', + '3d98a9cdd026dd43f39048f25a8847f4fcafad1895d7a633c6fed3c35e999511' + ], + [ + '29df9fbd8d9e46509275f4b125d6d45d7fbe9a3b878a7af872a2800661ac5f51', + 'b4c4fe99c775a606e2d8862179139ffda61dc861c019e55cd2876eb2a27d84b' + ], + [ + 'a0b1cae06b0a847a3fea6e671aaf8adfdfe58ca2f768105c8082b2e449fce252', + 'ae434102edde0958ec4b19d917a6a28e6b72da1834aff0e650f049503a296cf2' + ], + [ + '4e8ceafb9b3e9a136dc7ff67e840295b499dfb3b2133e4ba113f2e4c0e121e5', + 'cf2174118c8b6d7a4b48f6d534ce5c79422c086a63460502b827ce62a326683c' + ], + [ + 'd24a44e047e19b6f5afb81c7ca2f69080a5076689a010919f42725c2b789a33b', + '6fb8d5591b466f8fc63db50f1c0f1c69013f996887b8244d2cdec417afea8fa3' + ], + [ + 'ea01606a7a6c9cdd249fdfcfacb99584001edd28abbab77b5104e98e8e3b35d4', + '322af4908c7312b0cfbfe369f7a7b3cdb7d4494bc2823700cfd652188a3ea98d' + ], + [ + 'af8addbf2b661c8a6c6328655eb96651252007d8c5ea31be4ad196de8ce2131f', + '6749e67c029b85f52a034eafd096836b2520818680e26ac8f3dfbcdb71749700' + ], + [ + 'e3ae1974566ca06cc516d47e0fb165a674a3dabcfca15e722f0e3450f45889', + '2aeabe7e4531510116217f07bf4d07300de97e4874f81f533420a72eeb0bd6a4' + ], + [ + '591ee355313d99721cf6993ffed1e3e301993ff3ed258802075ea8ced397e246', + 'b0ea558a113c30bea60fc4775460c7901ff0b053d25ca2bdeee98f1a4be5d196' + ], + [ + '11396d55fda54c49f19aa97318d8da61fa8584e47b084945077cf03255b52984', + '998c74a8cd45ac01289d5833a7beb4744ff536b01b257be4c5767bea93ea57a4' + ], + [ + '3c5d2a1ba39c5a1790000738c9e0c40b8dcdfd5468754b6405540157e017aa7a', + 'b2284279995a34e2f9d4de7396fc18b80f9b8b9fdd270f6661f79ca4c81bd257' + ], + [ + 'cc8704b8a60a0defa3a99a7299f2e9c3fbc395afb04ac078425ef8a1793cc030', + 'bdd46039feed17881d1e0862db347f8cf395b74fc4bcdc4e940b74e3ac1f1b13' + ], + [ + 'c533e4f7ea8555aacd9777ac5cad29b97dd4defccc53ee7ea204119b2889b197', + '6f0a256bc5efdf429a2fb6242f1a43a2d9b925bb4a4b3a26bb8e0f45eb596096' + ], + [ + 'c14f8f2ccb27d6f109f6d08d03cc96a69ba8c34eec07bbcf566d48e33da6593', + 'c359d6923bb398f7fd4473e16fe1c28475b740dd098075e6c0e8649113dc3a38' + ], + [ + 'a6cbc3046bc6a450bac24789fa17115a4c9739ed75f8f21ce441f72e0b90e6ef', + '21ae7f4680e889bb130619e2c0f95a360ceb573c70603139862afd617fa9b9f' + ], + [ + '347d6d9a02c48927ebfb86c1359b1caf130a3c0267d11ce6344b39f99d43cc38', + '60ea7f61a353524d1c987f6ecec92f086d565ab687870cb12689ff1e31c74448' + ], + [ + 'da6545d2181db8d983f7dcb375ef5866d47c67b1bf31c8cf855ef7437b72656a', + '49b96715ab6878a79e78f07ce5680c5d6673051b4935bd897fea824b77dc208a' + ], + [ + 'c40747cc9d012cb1a13b8148309c6de7ec25d6945d657146b9d5994b8feb1111', + '5ca560753be2a12fc6de6caf2cb489565db936156b9514e1bb5e83037e0fa2d4' + ], + [ + '4e42c8ec82c99798ccf3a610be870e78338c7f713348bd34c8203ef4037f3502', + '7571d74ee5e0fb92a7a8b33a07783341a5492144cc54bcc40a94473693606437' + ], + [ + '3775ab7089bc6af823aba2e1af70b236d251cadb0c86743287522a1b3b0dedea', + 'be52d107bcfa09d8bcb9736a828cfa7fac8db17bf7a76a2c42ad961409018cf7' + ], + [ + 'cee31cbf7e34ec379d94fb814d3d775ad954595d1314ba8846959e3e82f74e26', + '8fd64a14c06b589c26b947ae2bcf6bfa0149ef0be14ed4d80f448a01c43b1c6d' + ], + [ + 'b4f9eaea09b6917619f6ea6a4eb5464efddb58fd45b1ebefcdc1a01d08b47986', + '39e5c9925b5a54b07433a4f18c61726f8bb131c012ca542eb24a8ac07200682a' + ], + [ + 'd4263dfc3d2df923a0179a48966d30ce84e2515afc3dccc1b77907792ebcc60e', + '62dfaf07a0f78feb30e30d6295853ce189e127760ad6cf7fae164e122a208d54' + ], + [ + '48457524820fa65a4f8d35eb6930857c0032acc0a4a2de422233eeda897612c4', + '25a748ab367979d98733c38a1fa1c2e7dc6cc07db2d60a9ae7a76aaa49bd0f77' + ], + [ + 'dfeeef1881101f2cb11644f3a2afdfc2045e19919152923f367a1767c11cceda', + 'ecfb7056cf1de042f9420bab396793c0c390bde74b4bbdff16a83ae09a9a7517' + ], + [ + '6d7ef6b17543f8373c573f44e1f389835d89bcbc6062ced36c82df83b8fae859', + 'cd450ec335438986dfefa10c57fea9bcc521a0959b2d80bbf74b190dca712d10' + ], + [ + 'e75605d59102a5a2684500d3b991f2e3f3c88b93225547035af25af66e04541f', + 'f5c54754a8f71ee540b9b48728473e314f729ac5308b06938360990e2bfad125' + ], + [ + 'eb98660f4c4dfaa06a2be453d5020bc99a0c2e60abe388457dd43fefb1ed620c', + '6cb9a8876d9cb8520609af3add26cd20a0a7cd8a9411131ce85f44100099223e' + ], + [ + '13e87b027d8514d35939f2e6892b19922154596941888336dc3563e3b8dba942', + 'fef5a3c68059a6dec5d624114bf1e91aac2b9da568d6abeb2570d55646b8adf1' + ], + [ + 'ee163026e9fd6fe017c38f06a5be6fc125424b371ce2708e7bf4491691e5764a', + '1acb250f255dd61c43d94ccc670d0f58f49ae3fa15b96623e5430da0ad6c62b2' + ], + [ + 'b268f5ef9ad51e4d78de3a750c2dc89b1e626d43505867999932e5db33af3d80', + '5f310d4b3c99b9ebb19f77d41c1dee018cf0d34fd4191614003e945a1216e423' + ], + [ + 'ff07f3118a9df035e9fad85eb6c7bfe42b02f01ca99ceea3bf7ffdba93c4750d', + '438136d603e858a3a5c440c38eccbaddc1d2942114e2eddd4740d098ced1f0d8' + ], + [ + '8d8b9855c7c052a34146fd20ffb658bea4b9f69e0d825ebec16e8c3ce2b526a1', + 'cdb559eedc2d79f926baf44fb84ea4d44bcf50fee51d7ceb30e2e7f463036758' + ], + [ + '52db0b5384dfbf05bfa9d472d7ae26dfe4b851ceca91b1eba54263180da32b63', + 'c3b997d050ee5d423ebaf66a6db9f57b3180c902875679de924b69d84a7b375' + ], + [ + 'e62f9490d3d51da6395efd24e80919cc7d0f29c3f3fa48c6fff543becbd43352', + '6d89ad7ba4876b0b22c2ca280c682862f342c8591f1daf5170e07bfd9ccafa7d' + ], + [ + '7f30ea2476b399b4957509c88f77d0191afa2ff5cb7b14fd6d8e7d65aaab1193', + 'ca5ef7d4b231c94c3b15389a5f6311e9daff7bb67b103e9880ef4bff637acaec' + ], + [ + '5098ff1e1d9f14fb46a210fada6c903fef0fb7b4a1dd1d9ac60a0361800b7a00', + '9731141d81fc8f8084d37c6e7542006b3ee1b40d60dfe5362a5b132fd17ddc0' + ], + [ + '32b78c7de9ee512a72895be6b9cbefa6e2f3c4ccce445c96b9f2c81e2778ad58', + 'ee1849f513df71e32efc3896ee28260c73bb80547ae2275ba497237794c8753c' + ], + [ + 'e2cb74fddc8e9fbcd076eef2a7c72b0ce37d50f08269dfc074b581550547a4f7', + 'd3aa2ed71c9dd2247a62df062736eb0baddea9e36122d2be8641abcb005cc4a4' + ], + [ + '8438447566d4d7bedadc299496ab357426009a35f235cb141be0d99cd10ae3a8', + 'c4e1020916980a4da5d01ac5e6ad330734ef0d7906631c4f2390426b2edd791f' + ], + [ + '4162d488b89402039b584c6fc6c308870587d9c46f660b878ab65c82c711d67e', + '67163e903236289f776f22c25fb8a3afc1732f2b84b4e95dbda47ae5a0852649' + ], + [ + '3fad3fa84caf0f34f0f89bfd2dcf54fc175d767aec3e50684f3ba4a4bf5f683d', + 'cd1bc7cb6cc407bb2f0ca647c718a730cf71872e7d0d2a53fa20efcdfe61826' + ], + [ + '674f2600a3007a00568c1a7ce05d0816c1fb84bf1370798f1c69532faeb1a86b', + '299d21f9413f33b3edf43b257004580b70db57da0b182259e09eecc69e0d38a5' + ], + [ + 'd32f4da54ade74abb81b815ad1fb3b263d82d6c692714bcff87d29bd5ee9f08f', + 'f9429e738b8e53b968e99016c059707782e14f4535359d582fc416910b3eea87' + ], + [ + '30e4e670435385556e593657135845d36fbb6931f72b08cb1ed954f1e3ce3ff6', + '462f9bce619898638499350113bbc9b10a878d35da70740dc695a559eb88db7b' + ], + [ + 'be2062003c51cc3004682904330e4dee7f3dcd10b01e580bf1971b04d4cad297', + '62188bc49d61e5428573d48a74e1c655b1c61090905682a0d5558ed72dccb9bc' + ], + [ + '93144423ace3451ed29e0fb9ac2af211cb6e84a601df5993c419859fff5df04a', + '7c10dfb164c3425f5c71a3f9d7992038f1065224f72bb9d1d902a6d13037b47c' + ], + [ + 'b015f8044f5fcbdcf21ca26d6c34fb8197829205c7b7d2a7cb66418c157b112c', + 'ab8c1e086d04e813744a655b2df8d5f83b3cdc6faa3088c1d3aea1454e3a1d5f' + ], + [ + 'd5e9e1da649d97d89e4868117a465a3a4f8a18de57a140d36b3f2af341a21b52', + '4cb04437f391ed73111a13cc1d4dd0db1693465c2240480d8955e8592f27447a' + ], + [ + 'd3ae41047dd7ca065dbf8ed77b992439983005cd72e16d6f996a5316d36966bb', + 'bd1aeb21ad22ebb22a10f0303417c6d964f8cdd7df0aca614b10dc14d125ac46' + ], + [ + '463e2763d885f958fc66cdd22800f0a487197d0a82e377b49f80af87c897b065', + 'bfefacdb0e5d0fd7df3a311a94de062b26b80c61fbc97508b79992671ef7ca7f' + ], + [ + '7985fdfd127c0567c6f53ec1bb63ec3158e597c40bfe747c83cddfc910641917', + '603c12daf3d9862ef2b25fe1de289aed24ed291e0ec6708703a5bd567f32ed03' + ], + [ + '74a1ad6b5f76e39db2dd249410eac7f99e74c59cb83d2d0ed5ff1543da7703e9', + 'cc6157ef18c9c63cd6193d83631bbea0093e0968942e8c33d5737fd790e0db08' + ], + [ + '30682a50703375f602d416664ba19b7fc9bab42c72747463a71d0896b22f6da3', + '553e04f6b018b4fa6c8f39e7f311d3176290d0e0f19ca73f17714d9977a22ff8' + ], + [ + '9e2158f0d7c0d5f26c3791efefa79597654e7a2b2464f52b1ee6c1347769ef57', + '712fcdd1b9053f09003a3481fa7762e9ffd7c8ef35a38509e2fbf2629008373' + ], + [ + '176e26989a43c9cfeba4029c202538c28172e566e3c4fce7322857f3be327d66', + 'ed8cc9d04b29eb877d270b4878dc43c19aefd31f4eee09ee7b47834c1fa4b1c3' + ], + [ + '75d46efea3771e6e68abb89a13ad747ecf1892393dfc4f1b7004788c50374da8', + '9852390a99507679fd0b86fd2b39a868d7efc22151346e1a3ca4726586a6bed8' + ], + [ + '809a20c67d64900ffb698c4c825f6d5f2310fb0451c869345b7319f645605721', + '9e994980d9917e22b76b061927fa04143d096ccc54963e6a5ebfa5f3f8e286c1' + ], + [ + '1b38903a43f7f114ed4500b4eac7083fdefece1cf29c63528d563446f972c180', + '4036edc931a60ae889353f77fd53de4a2708b26b6f5da72ad3394119daf408f9' + ] + ] + } +}; + +},{}],"../node_modules/elliptic/lib/elliptic/curves.js":[function(require,module,exports) { +'use strict'; + +var curves = exports; + +var hash = require('hash.js'); +var curve = require('./curve'); +var utils = require('./utils'); + +var assert = utils.assert; + +function PresetCurve(options) { + if (options.type === 'short') + this.curve = new curve.short(options); + else if (options.type === 'edwards') + this.curve = new curve.edwards(options); + else + this.curve = new curve.mont(options); + this.g = this.curve.g; + this.n = this.curve.n; + this.hash = options.hash; + + assert(this.g.validate(), 'Invalid curve'); + assert(this.g.mul(this.n).isInfinity(), 'Invalid curve, G*N != O'); +} +curves.PresetCurve = PresetCurve; + +function defineCurve(name, options) { + Object.defineProperty(curves, name, { + configurable: true, + enumerable: true, + get: function() { + var curve = new PresetCurve(options); + Object.defineProperty(curves, name, { + configurable: true, + enumerable: true, + value: curve + }); + return curve; + } + }); +} + +defineCurve('p192', { + type: 'short', + prime: 'p192', + p: 'ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff', + a: 'ffffffff ffffffff ffffffff fffffffe ffffffff fffffffc', + b: '64210519 e59c80e7 0fa7e9ab 72243049 feb8deec c146b9b1', + n: 'ffffffff ffffffff ffffffff 99def836 146bc9b1 b4d22831', + hash: hash.sha256, + gRed: false, + g: [ + '188da80e b03090f6 7cbf20eb 43a18800 f4ff0afd 82ff1012', + '07192b95 ffc8da78 631011ed 6b24cdd5 73f977a1 1e794811' + ] +}); + +defineCurve('p224', { + type: 'short', + prime: 'p224', + p: 'ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001', + a: 'ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff fffffffe', + b: 'b4050a85 0c04b3ab f5413256 5044b0b7 d7bfd8ba 270b3943 2355ffb4', + n: 'ffffffff ffffffff ffffffff ffff16a2 e0b8f03e 13dd2945 5c5c2a3d', + hash: hash.sha256, + gRed: false, + g: [ + 'b70e0cbd 6bb4bf7f 321390b9 4a03c1d3 56c21122 343280d6 115c1d21', + 'bd376388 b5f723fb 4c22dfe6 cd4375a0 5a074764 44d58199 85007e34' + ] +}); + +defineCurve('p256', { + type: 'short', + prime: null, + p: 'ffffffff 00000001 00000000 00000000 00000000 ffffffff ffffffff ffffffff', + a: 'ffffffff 00000001 00000000 00000000 00000000 ffffffff ffffffff fffffffc', + b: '5ac635d8 aa3a93e7 b3ebbd55 769886bc 651d06b0 cc53b0f6 3bce3c3e 27d2604b', + n: 'ffffffff 00000000 ffffffff ffffffff bce6faad a7179e84 f3b9cac2 fc632551', + hash: hash.sha256, + gRed: false, + g: [ + '6b17d1f2 e12c4247 f8bce6e5 63a440f2 77037d81 2deb33a0 f4a13945 d898c296', + '4fe342e2 fe1a7f9b 8ee7eb4a 7c0f9e16 2bce3357 6b315ece cbb64068 37bf51f5' + ] +}); + +defineCurve('p384', { + type: 'short', + prime: null, + p: 'ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ' + + 'fffffffe ffffffff 00000000 00000000 ffffffff', + a: 'ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ' + + 'fffffffe ffffffff 00000000 00000000 fffffffc', + b: 'b3312fa7 e23ee7e4 988e056b e3f82d19 181d9c6e fe814112 0314088f ' + + '5013875a c656398d 8a2ed19d 2a85c8ed d3ec2aef', + n: 'ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff c7634d81 ' + + 'f4372ddf 581a0db2 48b0a77a ecec196a ccc52973', + hash: hash.sha384, + gRed: false, + g: [ + 'aa87ca22 be8b0537 8eb1c71e f320ad74 6e1d3b62 8ba79b98 59f741e0 82542a38 ' + + '5502f25d bf55296c 3a545e38 72760ab7', + '3617de4a 96262c6f 5d9e98bf 9292dc29 f8f41dbd 289a147c e9da3113 b5f0b8c0 ' + + '0a60b1ce 1d7e819d 7a431d7c 90ea0e5f' + ] +}); + +defineCurve('p521', { + type: 'short', + prime: null, + p: '000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ' + + 'ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ' + + 'ffffffff ffffffff ffffffff ffffffff ffffffff', + a: '000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ' + + 'ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ' + + 'ffffffff ffffffff ffffffff ffffffff fffffffc', + b: '00000051 953eb961 8e1c9a1f 929a21a0 b68540ee a2da725b ' + + '99b315f3 b8b48991 8ef109e1 56193951 ec7e937b 1652c0bd ' + + '3bb1bf07 3573df88 3d2c34f1 ef451fd4 6b503f00', + n: '000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ' + + 'ffffffff ffffffff fffffffa 51868783 bf2f966b 7fcc0148 ' + + 'f709a5d0 3bb5c9b8 899c47ae bb6fb71e 91386409', + hash: hash.sha512, + gRed: false, + g: [ + '000000c6 858e06b7 0404e9cd 9e3ecb66 2395b442 9c648139 ' + + '053fb521 f828af60 6b4d3dba a14b5e77 efe75928 fe1dc127 ' + + 'a2ffa8de 3348b3c1 856a429b f97e7e31 c2e5bd66', + '00000118 39296a78 9a3bc004 5c8a5fb4 2c7d1bd9 98f54449 ' + + '579b4468 17afbd17 273e662c 97ee7299 5ef42640 c550b901 ' + + '3fad0761 353c7086 a272c240 88be9476 9fd16650' + ] +}); + +defineCurve('curve25519', { + type: 'mont', + prime: 'p25519', + p: '7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed', + a: '76d06', + b: '1', + n: '1000000000000000 0000000000000000 14def9dea2f79cd6 5812631a5cf5d3ed', + hash: hash.sha256, + gRed: false, + g: [ + '9' + ] +}); + +defineCurve('ed25519', { + type: 'edwards', + prime: 'p25519', + p: '7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed', + a: '-1', + c: '1', + // -121665 * (121666^(-1)) (mod P) + d: '52036cee2b6ffe73 8cc740797779e898 00700a4d4141d8ab 75eb4dca135978a3', + n: '1000000000000000 0000000000000000 14def9dea2f79cd6 5812631a5cf5d3ed', + hash: hash.sha256, + gRed: false, + g: [ + '216936d3cd6e53fec0a4e231fdd6dc5c692cc7609525a7b2c9562d608f25d51a', + + // 4/5 + '6666666666666666666666666666666666666666666666666666666666666658' + ] +}); + +var pre; +try { + pre = require('./precomputed/secp256k1'); +} catch (e) { + pre = undefined; +} + +defineCurve('secp256k1', { + type: 'short', + prime: 'k256', + p: 'ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f', + a: '0', + b: '7', + n: 'ffffffff ffffffff ffffffff fffffffe baaedce6 af48a03b bfd25e8c d0364141', + h: '1', + hash: hash.sha256, + + // Precomputed endomorphism + beta: '7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee', + lambda: '5363ad4cc05c30e0a5261c028812645a122e22ea20816678df02967c1b23bd72', + basis: [ + { + a: '3086d221a7d46bcde86c90e49284eb15', + b: '-e4437ed6010e88286f547fa90abfe4c3' + }, + { + a: '114ca50f7a8e2f3f657c1108d9d44cfd8', + b: '3086d221a7d46bcde86c90e49284eb15' + } + ], + + gRed: false, + g: [ + '79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798', + '483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8', + pre + ] +}); + +},{"hash.js":"../node_modules/hash.js/lib/hash.js","./curve":"../node_modules/elliptic/lib/elliptic/curve/index.js","./utils":"../node_modules/elliptic/lib/elliptic/utils.js","./precomputed/secp256k1":"../node_modules/elliptic/lib/elliptic/precomputed/secp256k1.js"}],"../node_modules/hmac-drbg/lib/hmac-drbg.js":[function(require,module,exports) { +'use strict'; + +var hash = require('hash.js'); +var utils = require('minimalistic-crypto-utils'); +var assert = require('minimalistic-assert'); + +function HmacDRBG(options) { + if (!(this instanceof HmacDRBG)) + return new HmacDRBG(options); + this.hash = options.hash; + this.predResist = !!options.predResist; + + this.outLen = this.hash.outSize; + this.minEntropy = options.minEntropy || this.hash.hmacStrength; + + this._reseed = null; + this.reseedInterval = null; + this.K = null; + this.V = null; + + var entropy = utils.toArray(options.entropy, options.entropyEnc || 'hex'); + var nonce = utils.toArray(options.nonce, options.nonceEnc || 'hex'); + var pers = utils.toArray(options.pers, options.persEnc || 'hex'); + assert(entropy.length >= (this.minEntropy / 8), + 'Not enough entropy. Minimum is: ' + this.minEntropy + ' bits'); + this._init(entropy, nonce, pers); +} +module.exports = HmacDRBG; + +HmacDRBG.prototype._init = function init(entropy, nonce, pers) { + var seed = entropy.concat(nonce).concat(pers); + + this.K = new Array(this.outLen / 8); + this.V = new Array(this.outLen / 8); + for (var i = 0; i < this.V.length; i++) { + this.K[i] = 0x00; + this.V[i] = 0x01; + } + + this._update(seed); + this._reseed = 1; + this.reseedInterval = 0x1000000000000; // 2^48 +}; + +HmacDRBG.prototype._hmac = function hmac() { + return new hash.hmac(this.hash, this.K); +}; + +HmacDRBG.prototype._update = function update(seed) { + var kmac = this._hmac() + .update(this.V) + .update([ 0x00 ]); + if (seed) + kmac = kmac.update(seed); + this.K = kmac.digest(); + this.V = this._hmac().update(this.V).digest(); + if (!seed) + return; + + this.K = this._hmac() + .update(this.V) + .update([ 0x01 ]) + .update(seed) + .digest(); + this.V = this._hmac().update(this.V).digest(); +}; + +HmacDRBG.prototype.reseed = function reseed(entropy, entropyEnc, add, addEnc) { + // Optional entropy enc + if (typeof entropyEnc !== 'string') { + addEnc = add; + add = entropyEnc; + entropyEnc = null; + } + + entropy = utils.toArray(entropy, entropyEnc); + add = utils.toArray(add, addEnc); + + assert(entropy.length >= (this.minEntropy / 8), + 'Not enough entropy. Minimum is: ' + this.minEntropy + ' bits'); + + this._update(entropy.concat(add || [])); + this._reseed = 1; +}; + +HmacDRBG.prototype.generate = function generate(len, enc, add, addEnc) { + if (this._reseed > this.reseedInterval) + throw new Error('Reseed is required'); + + // Optional encoding + if (typeof enc !== 'string') { + addEnc = add; + add = enc; + enc = null; + } + + // Optional additional data + if (add) { + add = utils.toArray(add, addEnc || 'hex'); + this._update(add); + } + + var temp = []; + while (temp.length < len) { + this.V = this._hmac().update(this.V).digest(); + temp = temp.concat(this.V); + } + + var res = temp.slice(0, len); + this._update(add); + this._reseed++; + return utils.encode(res, enc); +}; + +},{"hash.js":"../node_modules/hash.js/lib/hash.js","minimalistic-crypto-utils":"../node_modules/minimalistic-crypto-utils/lib/utils.js","minimalistic-assert":"../node_modules/minimalistic-assert/index.js"}],"../node_modules/elliptic/lib/elliptic/ec/key.js":[function(require,module,exports) { +'use strict'; + +var BN = require('bn.js'); +var utils = require('../utils'); +var assert = utils.assert; + +function KeyPair(ec, options) { + this.ec = ec; + this.priv = null; + this.pub = null; + + // KeyPair(ec, { priv: ..., pub: ... }) + if (options.priv) + this._importPrivate(options.priv, options.privEnc); + if (options.pub) + this._importPublic(options.pub, options.pubEnc); +} +module.exports = KeyPair; + +KeyPair.fromPublic = function fromPublic(ec, pub, enc) { + if (pub instanceof KeyPair) + return pub; + + return new KeyPair(ec, { + pub: pub, + pubEnc: enc + }); +}; + +KeyPair.fromPrivate = function fromPrivate(ec, priv, enc) { + if (priv instanceof KeyPair) + return priv; + + return new KeyPair(ec, { + priv: priv, + privEnc: enc + }); +}; + +KeyPair.prototype.validate = function validate() { + var pub = this.getPublic(); + + if (pub.isInfinity()) + return { result: false, reason: 'Invalid public key' }; + if (!pub.validate()) + return { result: false, reason: 'Public key is not a point' }; + if (!pub.mul(this.ec.curve.n).isInfinity()) + return { result: false, reason: 'Public key * N != O' }; + + return { result: true, reason: null }; +}; + +KeyPair.prototype.getPublic = function getPublic(compact, enc) { + // compact is optional argument + if (typeof compact === 'string') { + enc = compact; + compact = null; + } + + if (!this.pub) + this.pub = this.ec.g.mul(this.priv); + + if (!enc) + return this.pub; + + return this.pub.encode(enc, compact); +}; + +KeyPair.prototype.getPrivate = function getPrivate(enc) { + if (enc === 'hex') + return this.priv.toString(16, 2); + else + return this.priv; +}; + +KeyPair.prototype._importPrivate = function _importPrivate(key, enc) { + this.priv = new BN(key, enc || 16); + + // Ensure that the priv won't be bigger than n, otherwise we may fail + // in fixed multiplication method + this.priv = this.priv.umod(this.ec.curve.n); +}; + +KeyPair.prototype._importPublic = function _importPublic(key, enc) { + if (key.x || key.y) { + // Montgomery points only have an `x` coordinate. + // Weierstrass/Edwards points on the other hand have both `x` and + // `y` coordinates. + if (this.ec.curve.type === 'mont') { + assert(key.x, 'Need x coordinate'); + } else if (this.ec.curve.type === 'short' || + this.ec.curve.type === 'edwards') { + assert(key.x && key.y, 'Need both x and y coordinate'); + } + this.pub = this.ec.curve.point(key.x, key.y); + return; + } + this.pub = this.ec.curve.decodePoint(key, enc); +}; + +// ECDH +KeyPair.prototype.derive = function derive(pub) { + return pub.mul(this.priv).getX(); +}; + +// ECDSA +KeyPair.prototype.sign = function sign(msg, enc, options) { + return this.ec.sign(msg, this, enc, options); +}; + +KeyPair.prototype.verify = function verify(msg, signature) { + return this.ec.verify(msg, signature, this); +}; + +KeyPair.prototype.inspect = function inspect() { + return ''; +}; + +},{"bn.js":"../node_modules/bn.js/lib/bn.js","../utils":"../node_modules/elliptic/lib/elliptic/utils.js"}],"../node_modules/elliptic/lib/elliptic/ec/signature.js":[function(require,module,exports) { +'use strict'; + +var BN = require('bn.js'); + +var utils = require('../utils'); +var assert = utils.assert; + +function Signature(options, enc) { + if (options instanceof Signature) + return options; + + if (this._importDER(options, enc)) + return; + + assert(options.r && options.s, 'Signature without r or s'); + this.r = new BN(options.r, 16); + this.s = new BN(options.s, 16); + if (options.recoveryParam === undefined) + this.recoveryParam = null; + else + this.recoveryParam = options.recoveryParam; +} +module.exports = Signature; + +function Position() { + this.place = 0; +} + +function getLength(buf, p) { + var initial = buf[p.place++]; + if (!(initial & 0x80)) { + return initial; + } + var octetLen = initial & 0xf; + + // Indefinite length or overflow + if (octetLen === 0 || octetLen > 4) { + return false; + } + + var val = 0; + for (var i = 0, off = p.place; i < octetLen; i++, off++) { + val <<= 8; + val |= buf[off]; + val >>>= 0; + } + + // Leading zeroes + if (val <= 0x7f) { + return false; + } + + p.place = off; + return val; +} + +function rmPadding(buf) { + var i = 0; + var len = buf.length - 1; + while (!buf[i] && !(buf[i + 1] & 0x80) && i < len) { + i++; + } + if (i === 0) { + return buf; + } + return buf.slice(i); +} + +Signature.prototype._importDER = function _importDER(data, enc) { + data = utils.toArray(data, enc); + var p = new Position(); + if (data[p.place++] !== 0x30) { + return false; + } + var len = getLength(data, p); + if (len === false) { + return false; + } + if ((len + p.place) !== data.length) { + return false; + } + if (data[p.place++] !== 0x02) { + return false; + } + var rlen = getLength(data, p); + if (rlen === false) { + return false; + } + var r = data.slice(p.place, rlen + p.place); + p.place += rlen; + if (data[p.place++] !== 0x02) { + return false; + } + var slen = getLength(data, p); + if (slen === false) { + return false; + } + if (data.length !== slen + p.place) { + return false; + } + var s = data.slice(p.place, slen + p.place); + if (r[0] === 0) { + if (r[1] & 0x80) { + r = r.slice(1); + } else { + // Leading zeroes + return false; + } + } + if (s[0] === 0) { + if (s[1] & 0x80) { + s = s.slice(1); + } else { + // Leading zeroes + return false; + } + } + + this.r = new BN(r); + this.s = new BN(s); + this.recoveryParam = null; + + return true; +}; + +function constructLength(arr, len) { + if (len < 0x80) { + arr.push(len); + return; + } + var octets = 1 + (Math.log(len) / Math.LN2 >>> 3); + arr.push(octets | 0x80); + while (--octets) { + arr.push((len >>> (octets << 3)) & 0xff); + } + arr.push(len); +} + +Signature.prototype.toDER = function toDER(enc) { + var r = this.r.toArray(); + var s = this.s.toArray(); + + // Pad values + if (r[0] & 0x80) + r = [ 0 ].concat(r); + // Pad values + if (s[0] & 0x80) + s = [ 0 ].concat(s); + + r = rmPadding(r); + s = rmPadding(s); + + while (!s[0] && !(s[1] & 0x80)) { + s = s.slice(1); + } + var arr = [ 0x02 ]; + constructLength(arr, r.length); + arr = arr.concat(r); + arr.push(0x02); + constructLength(arr, s.length); + var backHalf = arr.concat(s); + var res = [ 0x30 ]; + constructLength(res, backHalf.length); + res = res.concat(backHalf); + return utils.encode(res, enc); +}; + +},{"bn.js":"../node_modules/bn.js/lib/bn.js","../utils":"../node_modules/elliptic/lib/elliptic/utils.js"}],"../node_modules/elliptic/lib/elliptic/ec/index.js":[function(require,module,exports) { +'use strict'; + +var BN = require('bn.js'); +var HmacDRBG = require('hmac-drbg'); +var utils = require('../utils'); +var curves = require('../curves'); +var rand = require('brorand'); +var assert = utils.assert; + +var KeyPair = require('./key'); +var Signature = require('./signature'); + +function EC(options) { + if (!(this instanceof EC)) + return new EC(options); + + // Shortcut `elliptic.ec(curve-name)` + if (typeof options === 'string') { + assert(curves.hasOwnProperty(options), 'Unknown curve ' + options); + + options = curves[options]; + } + + // Shortcut for `elliptic.ec(elliptic.curves.curveName)` + if (options instanceof curves.PresetCurve) + options = { curve: options }; + + this.curve = options.curve.curve; + this.n = this.curve.n; + this.nh = this.n.ushrn(1); + this.g = this.curve.g; + + // Point on curve + this.g = options.curve.g; + this.g.precompute(options.curve.n.bitLength() + 1); + + // Hash for function for DRBG + this.hash = options.hash || options.curve.hash; +} +module.exports = EC; + +EC.prototype.keyPair = function keyPair(options) { + return new KeyPair(this, options); +}; + +EC.prototype.keyFromPrivate = function keyFromPrivate(priv, enc) { + return KeyPair.fromPrivate(this, priv, enc); +}; + +EC.prototype.keyFromPublic = function keyFromPublic(pub, enc) { + return KeyPair.fromPublic(this, pub, enc); +}; + +EC.prototype.genKeyPair = function genKeyPair(options) { + if (!options) + options = {}; + + // Instantiate Hmac_DRBG + var drbg = new HmacDRBG({ + hash: this.hash, + pers: options.pers, + persEnc: options.persEnc || 'utf8', + entropy: options.entropy || rand(this.hash.hmacStrength), + entropyEnc: options.entropy && options.entropyEnc || 'utf8', + nonce: this.n.toArray() + }); + + var bytes = this.n.byteLength(); + var ns2 = this.n.sub(new BN(2)); + do { + var priv = new BN(drbg.generate(bytes)); + if (priv.cmp(ns2) > 0) + continue; + + priv.iaddn(1); + return this.keyFromPrivate(priv); + } while (true); +}; + +EC.prototype._truncateToN = function truncateToN(msg, truncOnly) { + var delta = msg.byteLength() * 8 - this.n.bitLength(); + if (delta > 0) + msg = msg.ushrn(delta); + if (!truncOnly && msg.cmp(this.n) >= 0) + return msg.sub(this.n); + else + return msg; +}; + +EC.prototype.sign = function sign(msg, key, enc, options) { + if (typeof enc === 'object') { + options = enc; + enc = null; + } + if (!options) + options = {}; + + key = this.keyFromPrivate(key, enc); + msg = this._truncateToN(new BN(msg, 16)); + + // Zero-extend key to provide enough entropy + var bytes = this.n.byteLength(); + var bkey = key.getPrivate().toArray('be', bytes); + + // Zero-extend nonce to have the same byte size as N + var nonce = msg.toArray('be', bytes); + + // Instantiate Hmac_DRBG + var drbg = new HmacDRBG({ + hash: this.hash, + entropy: bkey, + nonce: nonce, + pers: options.pers, + persEnc: options.persEnc || 'utf8' + }); + + // Number of bytes to generate + var ns1 = this.n.sub(new BN(1)); + + for (var iter = 0; true; iter++) { + var k = options.k ? + options.k(iter) : + new BN(drbg.generate(this.n.byteLength())); + k = this._truncateToN(k, true); + if (k.cmpn(1) <= 0 || k.cmp(ns1) >= 0) + continue; + + var kp = this.g.mul(k); + if (kp.isInfinity()) + continue; + + var kpX = kp.getX(); + var r = kpX.umod(this.n); + if (r.cmpn(0) === 0) + continue; + + var s = k.invm(this.n).mul(r.mul(key.getPrivate()).iadd(msg)); + s = s.umod(this.n); + if (s.cmpn(0) === 0) + continue; + + var recoveryParam = (kp.getY().isOdd() ? 1 : 0) | + (kpX.cmp(r) !== 0 ? 2 : 0); + + // Use complement of `s`, if it is > `n / 2` + if (options.canonical && s.cmp(this.nh) > 0) { + s = this.n.sub(s); + recoveryParam ^= 1; + } + + return new Signature({ r: r, s: s, recoveryParam: recoveryParam }); + } +}; + +EC.prototype.verify = function verify(msg, signature, key, enc) { + msg = this._truncateToN(new BN(msg, 16)); + key = this.keyFromPublic(key, enc); + signature = new Signature(signature, 'hex'); + + // Perform primitive values validation + var r = signature.r; + var s = signature.s; + if (r.cmpn(1) < 0 || r.cmp(this.n) >= 0) + return false; + if (s.cmpn(1) < 0 || s.cmp(this.n) >= 0) + return false; + + // Validate signature + var sinv = s.invm(this.n); + var u1 = sinv.mul(msg).umod(this.n); + var u2 = sinv.mul(r).umod(this.n); + + if (!this.curve._maxwellTrick) { + var p = this.g.mulAdd(u1, key.getPublic(), u2); + if (p.isInfinity()) + return false; + + return p.getX().umod(this.n).cmp(r) === 0; + } + + // NOTE: Greg Maxwell's trick, inspired by: + // https://git.io/vad3K + + var p = this.g.jmulAdd(u1, key.getPublic(), u2); + if (p.isInfinity()) + return false; + + // Compare `p.x` of Jacobian point with `r`, + // this will do `p.x == r * p.z^2` instead of multiplying `p.x` by the + // inverse of `p.z^2` + return p.eqXToP(r); +}; + +EC.prototype.recoverPubKey = function(msg, signature, j, enc) { + assert((3 & j) === j, 'The recovery param is more than two bits'); + signature = new Signature(signature, enc); + + var n = this.n; + var e = new BN(msg); + var r = signature.r; + var s = signature.s; + + // A set LSB signifies that the y-coordinate is odd + var isYOdd = j & 1; + var isSecondKey = j >> 1; + if (r.cmp(this.curve.p.umod(this.curve.n)) >= 0 && isSecondKey) + throw new Error('Unable to find sencond key candinate'); + + // 1.1. Let x = r + jn. + if (isSecondKey) + r = this.curve.pointFromX(r.add(this.curve.n), isYOdd); + else + r = this.curve.pointFromX(r, isYOdd); + + var rInv = signature.r.invm(n); + var s1 = n.sub(e).mul(rInv).umod(n); + var s2 = s.mul(rInv).umod(n); + + // 1.6.1 Compute Q = r^-1 (sR - eG) + // Q = r^-1 (sR + -eG) + return this.g.mulAdd(s1, r, s2); +}; + +EC.prototype.getKeyRecoveryParam = function(e, signature, Q, enc) { + signature = new Signature(signature, enc); + if (signature.recoveryParam !== null) + return signature.recoveryParam; + + for (var i = 0; i < 4; i++) { + var Qprime; + try { + Qprime = this.recoverPubKey(e, signature, i); + } catch (e) { + continue; + } + + if (Qprime.eq(Q)) + return i; + } + throw new Error('Unable to find valid recovery factor'); +}; + +},{"bn.js":"../node_modules/bn.js/lib/bn.js","hmac-drbg":"../node_modules/hmac-drbg/lib/hmac-drbg.js","../utils":"../node_modules/elliptic/lib/elliptic/utils.js","../curves":"../node_modules/elliptic/lib/elliptic/curves.js","brorand":"../node_modules/brorand/index.js","./key":"../node_modules/elliptic/lib/elliptic/ec/key.js","./signature":"../node_modules/elliptic/lib/elliptic/ec/signature.js"}],"../node_modules/elliptic/lib/elliptic/eddsa/key.js":[function(require,module,exports) { +'use strict'; + +var utils = require('../utils'); +var assert = utils.assert; +var parseBytes = utils.parseBytes; +var cachedProperty = utils.cachedProperty; + +/** +* @param {EDDSA} eddsa - instance +* @param {Object} params - public/private key parameters +* +* @param {Array} [params.secret] - secret seed bytes +* @param {Point} [params.pub] - public key point (aka `A` in eddsa terms) +* @param {Array} [params.pub] - public key point encoded as bytes +* +*/ +function KeyPair(eddsa, params) { + this.eddsa = eddsa; + this._secret = parseBytes(params.secret); + if (eddsa.isPoint(params.pub)) + this._pub = params.pub; + else + this._pubBytes = parseBytes(params.pub); +} + +KeyPair.fromPublic = function fromPublic(eddsa, pub) { + if (pub instanceof KeyPair) + return pub; + return new KeyPair(eddsa, { pub: pub }); +}; + +KeyPair.fromSecret = function fromSecret(eddsa, secret) { + if (secret instanceof KeyPair) + return secret; + return new KeyPair(eddsa, { secret: secret }); +}; + +KeyPair.prototype.secret = function secret() { + return this._secret; +}; + +cachedProperty(KeyPair, 'pubBytes', function pubBytes() { + return this.eddsa.encodePoint(this.pub()); +}); + +cachedProperty(KeyPair, 'pub', function pub() { + if (this._pubBytes) + return this.eddsa.decodePoint(this._pubBytes); + return this.eddsa.g.mul(this.priv()); +}); + +cachedProperty(KeyPair, 'privBytes', function privBytes() { + var eddsa = this.eddsa; + var hash = this.hash(); + var lastIx = eddsa.encodingLength - 1; + + var a = hash.slice(0, eddsa.encodingLength); + a[0] &= 248; + a[lastIx] &= 127; + a[lastIx] |= 64; + + return a; +}); + +cachedProperty(KeyPair, 'priv', function priv() { + return this.eddsa.decodeInt(this.privBytes()); +}); + +cachedProperty(KeyPair, 'hash', function hash() { + return this.eddsa.hash().update(this.secret()).digest(); +}); + +cachedProperty(KeyPair, 'messagePrefix', function messagePrefix() { + return this.hash().slice(this.eddsa.encodingLength); +}); + +KeyPair.prototype.sign = function sign(message) { + assert(this._secret, 'KeyPair can only verify'); + return this.eddsa.sign(message, this); +}; + +KeyPair.prototype.verify = function verify(message, sig) { + return this.eddsa.verify(message, sig, this); +}; + +KeyPair.prototype.getSecret = function getSecret(enc) { + assert(this._secret, 'KeyPair is public only'); + return utils.encode(this.secret(), enc); +}; + +KeyPair.prototype.getPublic = function getPublic(enc) { + return utils.encode(this.pubBytes(), enc); +}; + +module.exports = KeyPair; + +},{"../utils":"../node_modules/elliptic/lib/elliptic/utils.js"}],"../node_modules/elliptic/lib/elliptic/eddsa/signature.js":[function(require,module,exports) { +'use strict'; + +var BN = require('bn.js'); +var utils = require('../utils'); +var assert = utils.assert; +var cachedProperty = utils.cachedProperty; +var parseBytes = utils.parseBytes; + +/** +* @param {EDDSA} eddsa - eddsa instance +* @param {Array|Object} sig - +* @param {Array|Point} [sig.R] - R point as Point or bytes +* @param {Array|bn} [sig.S] - S scalar as bn or bytes +* @param {Array} [sig.Rencoded] - R point encoded +* @param {Array} [sig.Sencoded] - S scalar encoded +*/ +function Signature(eddsa, sig) { + this.eddsa = eddsa; + + if (typeof sig !== 'object') + sig = parseBytes(sig); + + if (Array.isArray(sig)) { + sig = { + R: sig.slice(0, eddsa.encodingLength), + S: sig.slice(eddsa.encodingLength) + }; + } + + assert(sig.R && sig.S, 'Signature without R or S'); + + if (eddsa.isPoint(sig.R)) + this._R = sig.R; + if (sig.S instanceof BN) + this._S = sig.S; + + this._Rencoded = Array.isArray(sig.R) ? sig.R : sig.Rencoded; + this._Sencoded = Array.isArray(sig.S) ? sig.S : sig.Sencoded; +} + +cachedProperty(Signature, 'S', function S() { + return this.eddsa.decodeInt(this.Sencoded()); +}); + +cachedProperty(Signature, 'R', function R() { + return this.eddsa.decodePoint(this.Rencoded()); +}); + +cachedProperty(Signature, 'Rencoded', function Rencoded() { + return this.eddsa.encodePoint(this.R()); +}); + +cachedProperty(Signature, 'Sencoded', function Sencoded() { + return this.eddsa.encodeInt(this.S()); +}); + +Signature.prototype.toBytes = function toBytes() { + return this.Rencoded().concat(this.Sencoded()); +}; + +Signature.prototype.toHex = function toHex() { + return utils.encode(this.toBytes(), 'hex').toUpperCase(); +}; + +module.exports = Signature; + +},{"bn.js":"../node_modules/bn.js/lib/bn.js","../utils":"../node_modules/elliptic/lib/elliptic/utils.js"}],"../node_modules/elliptic/lib/elliptic/eddsa/index.js":[function(require,module,exports) { +'use strict'; + +var hash = require('hash.js'); +var curves = require('../curves'); +var utils = require('../utils'); +var assert = utils.assert; +var parseBytes = utils.parseBytes; +var KeyPair = require('./key'); +var Signature = require('./signature'); + +function EDDSA(curve) { + assert(curve === 'ed25519', 'only tested with ed25519 so far'); + + if (!(this instanceof EDDSA)) + return new EDDSA(curve); + + var curve = curves[curve].curve; + this.curve = curve; + this.g = curve.g; + this.g.precompute(curve.n.bitLength() + 1); + + this.pointClass = curve.point().constructor; + this.encodingLength = Math.ceil(curve.n.bitLength() / 8); + this.hash = hash.sha512; +} + +module.exports = EDDSA; + +/** +* @param {Array|String} message - message bytes +* @param {Array|String|KeyPair} secret - secret bytes or a keypair +* @returns {Signature} - signature +*/ +EDDSA.prototype.sign = function sign(message, secret) { + message = parseBytes(message); + var key = this.keyFromSecret(secret); + var r = this.hashInt(key.messagePrefix(), message); + var R = this.g.mul(r); + var Rencoded = this.encodePoint(R); + var s_ = this.hashInt(Rencoded, key.pubBytes(), message) + .mul(key.priv()); + var S = r.add(s_).umod(this.curve.n); + return this.makeSignature({ R: R, S: S, Rencoded: Rencoded }); +}; + +/** +* @param {Array} message - message bytes +* @param {Array|String|Signature} sig - sig bytes +* @param {Array|String|Point|KeyPair} pub - public key +* @returns {Boolean} - true if public key matches sig of message +*/ +EDDSA.prototype.verify = function verify(message, sig, pub) { + message = parseBytes(message); + sig = this.makeSignature(sig); + var key = this.keyFromPublic(pub); + var h = this.hashInt(sig.Rencoded(), key.pubBytes(), message); + var SG = this.g.mul(sig.S()); + var RplusAh = sig.R().add(key.pub().mul(h)); + return RplusAh.eq(SG); +}; + +EDDSA.prototype.hashInt = function hashInt() { + var hash = this.hash(); + for (var i = 0; i < arguments.length; i++) + hash.update(arguments[i]); + return utils.intFromLE(hash.digest()).umod(this.curve.n); +}; + +EDDSA.prototype.keyFromPublic = function keyFromPublic(pub) { + return KeyPair.fromPublic(this, pub); +}; + +EDDSA.prototype.keyFromSecret = function keyFromSecret(secret) { + return KeyPair.fromSecret(this, secret); +}; + +EDDSA.prototype.makeSignature = function makeSignature(sig) { + if (sig instanceof Signature) + return sig; + return new Signature(this, sig); +}; + +/** +* * https://tools.ietf.org/html/draft-josefsson-eddsa-ed25519-03#section-5.2 +* +* EDDSA defines methods for encoding and decoding points and integers. These are +* helper convenience methods, that pass along to utility functions implied +* parameters. +* +*/ +EDDSA.prototype.encodePoint = function encodePoint(point) { + var enc = point.getY().toArray('le', this.encodingLength); + enc[this.encodingLength - 1] |= point.getX().isOdd() ? 0x80 : 0; + return enc; +}; + +EDDSA.prototype.decodePoint = function decodePoint(bytes) { + bytes = utils.parseBytes(bytes); + + var lastIx = bytes.length - 1; + var normed = bytes.slice(0, lastIx).concat(bytes[lastIx] & ~0x80); + var xIsOdd = (bytes[lastIx] & 0x80) !== 0; + + var y = utils.intFromLE(normed); + return this.curve.pointFromY(y, xIsOdd); +}; + +EDDSA.prototype.encodeInt = function encodeInt(num) { + return num.toArray('le', this.encodingLength); +}; + +EDDSA.prototype.decodeInt = function decodeInt(bytes) { + return utils.intFromLE(bytes); +}; + +EDDSA.prototype.isPoint = function isPoint(val) { + return val instanceof this.pointClass; +}; + +},{"hash.js":"../node_modules/hash.js/lib/hash.js","../curves":"../node_modules/elliptic/lib/elliptic/curves.js","../utils":"../node_modules/elliptic/lib/elliptic/utils.js","./key":"../node_modules/elliptic/lib/elliptic/eddsa/key.js","./signature":"../node_modules/elliptic/lib/elliptic/eddsa/signature.js"}],"../node_modules/elliptic/lib/elliptic.js":[function(require,module,exports) { +'use strict'; + +var elliptic = exports; + +elliptic.version = require('../package.json').version; +elliptic.utils = require('./elliptic/utils'); +elliptic.rand = require('brorand'); +elliptic.curve = require('./elliptic/curve'); +elliptic.curves = require('./elliptic/curves'); + +// Protocols +elliptic.ec = require('./elliptic/ec'); +elliptic.eddsa = require('./elliptic/eddsa'); + +},{"../package.json":"../node_modules/elliptic/package.json","./elliptic/utils":"../node_modules/elliptic/lib/elliptic/utils.js","brorand":"../node_modules/brorand/index.js","./elliptic/curve":"../node_modules/elliptic/lib/elliptic/curve/index.js","./elliptic/curves":"../node_modules/elliptic/lib/elliptic/curves.js","./elliptic/ec":"../node_modules/elliptic/lib/elliptic/ec/index.js","./elliptic/eddsa":"../node_modules/elliptic/lib/elliptic/eddsa/index.js"}],"../node_modules/browserify-sign/node_modules/bn.js/lib/bn.js":[function(require,module,exports) { +var Buffer = require("buffer").Buffer; +(function (module, exports) { + 'use strict'; + + // Utils + function assert (val, msg) { + if (!val) throw new Error(msg || 'Assertion failed'); + } + + // Could use `inherits` module, but don't want to move from single file + // architecture yet. + function inherits (ctor, superCtor) { + ctor.super_ = superCtor; + var TempCtor = function () {}; + TempCtor.prototype = superCtor.prototype; + ctor.prototype = new TempCtor(); + ctor.prototype.constructor = ctor; + } + + // BN + + function BN (number, base, endian) { + if (BN.isBN(number)) { + return number; + } + + this.negative = 0; + this.words = null; + this.length = 0; + + // Reduction context + this.red = null; + + if (number !== null) { + if (base === 'le' || base === 'be') { + endian = base; + base = 10; + } + + this._init(number || 0, base || 10, endian || 'be'); + } + } + if (typeof module === 'object') { + module.exports = BN; + } else { + exports.BN = BN; + } + + BN.BN = BN; + BN.wordSize = 26; + + var Buffer; + try { + Buffer = require('buffer').Buffer; + } catch (e) { + } + + BN.isBN = function isBN (num) { + if (num instanceof BN) { + return true; + } + + return num !== null && typeof num === 'object' && + num.constructor.wordSize === BN.wordSize && Array.isArray(num.words); + }; + + BN.max = function max (left, right) { + if (left.cmp(right) > 0) return left; + return right; + }; + + BN.min = function min (left, right) { + if (left.cmp(right) < 0) return left; + return right; + }; + + BN.prototype._init = function init (number, base, endian) { + if (typeof number === 'number') { + return this._initNumber(number, base, endian); + } + + if (typeof number === 'object') { + return this._initArray(number, base, endian); + } + + if (base === 'hex') { + base = 16; + } + assert(base === (base | 0) && base >= 2 && base <= 36); + + number = number.toString().replace(/\s+/g, ''); + var start = 0; + if (number[0] === '-') { + start++; + } + + if (base === 16) { + this._parseHex(number, start); + } else { + this._parseBase(number, base, start); + } + + if (number[0] === '-') { + this.negative = 1; + } + + this._strip(); + + if (endian !== 'le') return; + + this._initArray(this.toArray(), base, endian); + }; + + BN.prototype._initNumber = function _initNumber (number, base, endian) { + if (number < 0) { + this.negative = 1; + number = -number; + } + if (number < 0x4000000) { + this.words = [number & 0x3ffffff]; + this.length = 1; + } else if (number < 0x10000000000000) { + this.words = [ + number & 0x3ffffff, + (number / 0x4000000) & 0x3ffffff + ]; + this.length = 2; + } else { + assert(number < 0x20000000000000); // 2 ^ 53 (unsafe) + this.words = [ + number & 0x3ffffff, + (number / 0x4000000) & 0x3ffffff, + 1 + ]; + this.length = 3; + } + + if (endian !== 'le') return; + + // Reverse the bytes + this._initArray(this.toArray(), base, endian); + }; + + BN.prototype._initArray = function _initArray (number, base, endian) { + // Perhaps a Uint8Array + assert(typeof number.length === 'number'); + if (number.length <= 0) { + this.words = [0]; + this.length = 1; + return this; + } + + this.length = Math.ceil(number.length / 3); + this.words = new Array(this.length); + for (var i = 0; i < this.length; i++) { + this.words[i] = 0; + } + + var j, w; + var off = 0; + if (endian === 'be') { + for (i = number.length - 1, j = 0; i >= 0; i -= 3) { + w = number[i] | (number[i - 1] << 8) | (number[i - 2] << 16); + this.words[j] |= (w << off) & 0x3ffffff; + this.words[j + 1] = (w >>> (26 - off)) & 0x3ffffff; + off += 24; + if (off >= 26) { + off -= 26; + j++; + } + } + } else if (endian === 'le') { + for (i = 0, j = 0; i < number.length; i += 3) { + w = number[i] | (number[i + 1] << 8) | (number[i + 2] << 16); + this.words[j] |= (w << off) & 0x3ffffff; + this.words[j + 1] = (w >>> (26 - off)) & 0x3ffffff; + off += 24; + if (off >= 26) { + off -= 26; + j++; + } + } + } + return this._strip(); + }; + + function parseHex (str, start, end) { + var r = 0; + var len = Math.min(str.length, end); + var z = 0; + for (var i = start; i < len; i++) { + var c = str.charCodeAt(i) - 48; + + r <<= 4; + + var b; + + // 'a' - 'f' + if (c >= 49 && c <= 54) { + b = c - 49 + 0xa; + + // 'A' - 'F' + } else if (c >= 17 && c <= 22) { + b = c - 17 + 0xa; + + // '0' - '9' + } else { + b = c; + } + + r |= b; + z |= b; + } + + assert(!(z & 0xf0), 'Invalid character in ' + str); + return r; + } + + BN.prototype._parseHex = function _parseHex (number, start) { + // Create possibly bigger array to ensure that it fits the number + this.length = Math.ceil((number.length - start) / 6); + this.words = new Array(this.length); + for (var i = 0; i < this.length; i++) { + this.words[i] = 0; + } + + var j, w; + // Scan 24-bit chunks and add them to the number + var off = 0; + for (i = number.length - 6, j = 0; i >= start; i -= 6) { + w = parseHex(number, i, i + 6); + this.words[j] |= (w << off) & 0x3ffffff; + // NOTE: `0x3fffff` is intentional here, 26bits max shift + 24bit hex limb + this.words[j + 1] |= w >>> (26 - off) & 0x3fffff; + off += 24; + if (off >= 26) { + off -= 26; + j++; + } + } + if (i + 6 !== start) { + w = parseHex(number, start, i + 6); + this.words[j] |= (w << off) & 0x3ffffff; + this.words[j + 1] |= w >>> (26 - off) & 0x3fffff; + } + this._strip(); + }; + + function parseBase (str, start, end, mul) { + var r = 0; + var b = 0; + var len = Math.min(str.length, end); + for (var i = start; i < len; i++) { + var c = str.charCodeAt(i) - 48; + + r *= mul; + + // 'a' + if (c >= 49) { + b = c - 49 + 0xa; + + // 'A' + } else if (c >= 17) { + b = c - 17 + 0xa; + + // '0' - '9' + } else { + b = c; + } + assert(c >= 0 && b < mul, 'Invalid character'); + r += b; + } + return r; + } + + BN.prototype._parseBase = function _parseBase (number, base, start) { + // Initialize as zero + this.words = [0]; + this.length = 1; + + // Find length of limb in base + for (var limbLen = 0, limbPow = 1; limbPow <= 0x3ffffff; limbPow *= base) { + limbLen++; + } + limbLen--; + limbPow = (limbPow / base) | 0; + + var total = number.length - start; + var mod = total % limbLen; + var end = Math.min(total, total - mod) + start; + + var word = 0; + for (var i = start; i < end; i += limbLen) { + word = parseBase(number, i, i + limbLen, base); + + this.imuln(limbPow); + if (this.words[0] + word < 0x4000000) { + this.words[0] += word; + } else { + this._iaddn(word); + } + } + + if (mod !== 0) { + var pow = 1; + word = parseBase(number, i, number.length, base); + + for (i = 0; i < mod; i++) { + pow *= base; + } + + this.imuln(pow); + if (this.words[0] + word < 0x4000000) { + this.words[0] += word; + } else { + this._iaddn(word); + } + } + }; + + BN.prototype.copy = function copy (dest) { + dest.words = new Array(this.length); + for (var i = 0; i < this.length; i++) { + dest.words[i] = this.words[i]; + } + dest.length = this.length; + dest.negative = this.negative; + dest.red = this.red; + }; + + function move (dest, src) { + dest.words = src.words; + dest.length = src.length; + dest.negative = src.negative; + dest.red = src.red; + } + + BN.prototype._move = function _move (dest) { + move(dest, this); + }; + + BN.prototype.clone = function clone () { + var r = new BN(null); + this.copy(r); + return r; + }; + + BN.prototype._expand = function _expand (size) { + while (this.length < size) { + this.words[this.length++] = 0; + } + return this; + }; + + // Remove leading `0` from `this` + BN.prototype._strip = function strip () { + while (this.length > 1 && this.words[this.length - 1] === 0) { + this.length--; + } + return this._normSign(); + }; + + BN.prototype._normSign = function _normSign () { + // -0 = 0 + if (this.length === 1 && this.words[0] === 0) { + this.negative = 0; + } + return this; + }; + + // Check Symbol.for because not everywhere where Symbol defined + // See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol#Browser_compatibility + if (typeof Symbol !== 'undefined' && typeof Symbol.for === 'function') { + BN.prototype[Symbol.for('nodejs.util.inspect.custom')] = inspect; + } else { + BN.prototype.inspect = inspect; + } + + function inspect () { + return (this.red ? ''; + } + + /* + + var zeros = []; + var groupSizes = []; + var groupBases = []; + + var s = ''; + var i = -1; + while (++i < BN.wordSize) { + zeros[i] = s; + s += '0'; + } + groupSizes[0] = 0; + groupSizes[1] = 0; + groupBases[0] = 0; + groupBases[1] = 0; + var base = 2 - 1; + while (++base < 36 + 1) { + var groupSize = 0; + var groupBase = 1; + while (groupBase < (1 << BN.wordSize) / base) { + groupBase *= base; + groupSize += 1; + } + groupSizes[base] = groupSize; + groupBases[base] = groupBase; + } + + */ + + var zeros = [ + '', + '0', + '00', + '000', + '0000', + '00000', + '000000', + '0000000', + '00000000', + '000000000', + '0000000000', + '00000000000', + '000000000000', + '0000000000000', + '00000000000000', + '000000000000000', + '0000000000000000', + '00000000000000000', + '000000000000000000', + '0000000000000000000', + '00000000000000000000', + '000000000000000000000', + '0000000000000000000000', + '00000000000000000000000', + '000000000000000000000000', + '0000000000000000000000000' + ]; + + var groupSizes = [ + 0, 0, + 25, 16, 12, 11, 10, 9, 8, + 8, 7, 7, 7, 7, 6, 6, + 6, 6, 6, 6, 6, 5, 5, + 5, 5, 5, 5, 5, 5, 5, + 5, 5, 5, 5, 5, 5, 5 + ]; + + var groupBases = [ + 0, 0, + 33554432, 43046721, 16777216, 48828125, 60466176, 40353607, 16777216, + 43046721, 10000000, 19487171, 35831808, 62748517, 7529536, 11390625, + 16777216, 24137569, 34012224, 47045881, 64000000, 4084101, 5153632, + 6436343, 7962624, 9765625, 11881376, 14348907, 17210368, 20511149, + 24300000, 28629151, 33554432, 39135393, 45435424, 52521875, 60466176 + ]; + + BN.prototype.toString = function toString (base, padding) { + base = base || 10; + padding = padding | 0 || 1; + + var out; + if (base === 16 || base === 'hex') { + out = ''; + var off = 0; + var carry = 0; + for (var i = 0; i < this.length; i++) { + var w = this.words[i]; + var word = (((w << off) | carry) & 0xffffff).toString(16); + carry = (w >>> (24 - off)) & 0xffffff; + if (carry !== 0 || i !== this.length - 1) { + out = zeros[6 - word.length] + word + out; + } else { + out = word + out; + } + off += 2; + if (off >= 26) { + off -= 26; + i--; + } + } + if (carry !== 0) { + out = carry.toString(16) + out; + } + while (out.length % padding !== 0) { + out = '0' + out; + } + if (this.negative !== 0) { + out = '-' + out; + } + return out; + } + + if (base === (base | 0) && base >= 2 && base <= 36) { + // var groupSize = Math.floor(BN.wordSize * Math.LN2 / Math.log(base)); + var groupSize = groupSizes[base]; + // var groupBase = Math.pow(base, groupSize); + var groupBase = groupBases[base]; + out = ''; + var c = this.clone(); + c.negative = 0; + while (!c.isZero()) { + var r = c.modrn(groupBase).toString(base); + c = c.idivn(groupBase); + + if (!c.isZero()) { + out = zeros[groupSize - r.length] + r + out; + } else { + out = r + out; + } + } + if (this.isZero()) { + out = '0' + out; + } + while (out.length % padding !== 0) { + out = '0' + out; + } + if (this.negative !== 0) { + out = '-' + out; + } + return out; + } + + assert(false, 'Base should be between 2 and 36'); + }; + + BN.prototype.toNumber = function toNumber () { + var ret = this.words[0]; + if (this.length === 2) { + ret += this.words[1] * 0x4000000; + } else if (this.length === 3 && this.words[2] === 0x01) { + // NOTE: at this stage it is known that the top bit is set + ret += 0x10000000000000 + (this.words[1] * 0x4000000); + } else if (this.length > 2) { + assert(false, 'Number can only safely store up to 53 bits'); + } + return (this.negative !== 0) ? -ret : ret; + }; + + BN.prototype.toJSON = function toJSON () { + return this.toString(16, 2); + }; + + if (Buffer) { + BN.prototype.toBuffer = function toBuffer (endian, length) { + return this.toArrayLike(Buffer, endian, length); + }; + } + + BN.prototype.toArray = function toArray (endian, length) { + return this.toArrayLike(Array, endian, length); + }; + + var allocate = function allocate (ArrayType, size) { + if (ArrayType.allocUnsafe) { + return ArrayType.allocUnsafe(size); + } + return new ArrayType(size); + }; + + BN.prototype.toArrayLike = function toArrayLike (ArrayType, endian, length) { + this._strip(); + + var byteLength = this.byteLength(); + var reqLength = length || Math.max(1, byteLength); + assert(byteLength <= reqLength, 'byte array longer than desired length'); + assert(reqLength > 0, 'Requested array length <= 0'); + + var res = allocate(ArrayType, reqLength); + var postfix = endian === 'le' ? 'LE' : 'BE'; + this['_toArrayLike' + postfix](res, byteLength); + return res; + }; + + BN.prototype._toArrayLikeLE = function _toArrayLikeLE (res, byteLength) { + var position = 0; + var carry = 0; + + for (var i = 0, shift = 0; i < this.length; i++) { + var word = (this.words[i] << shift) | carry; + + res[position++] = word & 0xff; + if (position < res.length) { + res[position++] = (word >> 8) & 0xff; + } + if (position < res.length) { + res[position++] = (word >> 16) & 0xff; + } + + if (shift === 6) { + if (position < res.length) { + res[position++] = (word >> 24) & 0xff; + } + carry = 0; + shift = 0; + } else { + carry = word >>> 24; + shift += 2; + } + } + + if (position < res.length) { + res[position++] = carry; + + while (position < res.length) { + res[position++] = 0; + } + } + }; + + BN.prototype._toArrayLikeBE = function _toArrayLikeBE (res, byteLength) { + var position = res.length - 1; + var carry = 0; + + for (var i = 0, shift = 0; i < this.length; i++) { + var word = (this.words[i] << shift) | carry; + + res[position--] = word & 0xff; + if (position >= 0) { + res[position--] = (word >> 8) & 0xff; + } + if (position >= 0) { + res[position--] = (word >> 16) & 0xff; + } + + if (shift === 6) { + if (position >= 0) { + res[position--] = (word >> 24) & 0xff; + } + carry = 0; + shift = 0; + } else { + carry = word >>> 24; + shift += 2; + } + } + + if (position >= 0) { + res[position--] = carry; + + while (position >= 0) { + res[position--] = 0; + } + } + }; + + if (Math.clz32) { + BN.prototype._countBits = function _countBits (w) { + return 32 - Math.clz32(w); + }; + } else { + BN.prototype._countBits = function _countBits (w) { + var t = w; + var r = 0; + if (t >= 0x1000) { + r += 13; + t >>>= 13; + } + if (t >= 0x40) { + r += 7; + t >>>= 7; + } + if (t >= 0x8) { + r += 4; + t >>>= 4; + } + if (t >= 0x02) { + r += 2; + t >>>= 2; + } + return r + t; + }; + } + + BN.prototype._zeroBits = function _zeroBits (w) { + // Short-cut + if (w === 0) return 26; + + var t = w; + var r = 0; + if ((t & 0x1fff) === 0) { + r += 13; + t >>>= 13; + } + if ((t & 0x7f) === 0) { + r += 7; + t >>>= 7; + } + if ((t & 0xf) === 0) { + r += 4; + t >>>= 4; + } + if ((t & 0x3) === 0) { + r += 2; + t >>>= 2; + } + if ((t & 0x1) === 0) { + r++; + } + return r; + }; + + // Return number of used bits in a BN + BN.prototype.bitLength = function bitLength () { + var w = this.words[this.length - 1]; + var hi = this._countBits(w); + return (this.length - 1) * 26 + hi; + }; + + function toBitArray (num) { + var w = new Array(num.bitLength()); + + for (var bit = 0; bit < w.length; bit++) { + var off = (bit / 26) | 0; + var wbit = bit % 26; + + w[bit] = (num.words[off] >>> wbit) & 0x01; + } + + return w; + } + + // Number of trailing zero bits + BN.prototype.zeroBits = function zeroBits () { + if (this.isZero()) return 0; + + var r = 0; + for (var i = 0; i < this.length; i++) { + var b = this._zeroBits(this.words[i]); + r += b; + if (b !== 26) break; + } + return r; + }; + + BN.prototype.byteLength = function byteLength () { + return Math.ceil(this.bitLength() / 8); + }; + + BN.prototype.toTwos = function toTwos (width) { + if (this.negative !== 0) { + return this.abs().inotn(width).iaddn(1); + } + return this.clone(); + }; + + BN.prototype.fromTwos = function fromTwos (width) { + if (this.testn(width - 1)) { + return this.notn(width).iaddn(1).ineg(); + } + return this.clone(); + }; + + BN.prototype.isNeg = function isNeg () { + return this.negative !== 0; + }; + + // Return negative clone of `this` + BN.prototype.neg = function neg () { + return this.clone().ineg(); + }; + + BN.prototype.ineg = function ineg () { + if (!this.isZero()) { + this.negative ^= 1; + } + + return this; + }; + + // Or `num` with `this` in-place + BN.prototype.iuor = function iuor (num) { + while (this.length < num.length) { + this.words[this.length++] = 0; + } + + for (var i = 0; i < num.length; i++) { + this.words[i] = this.words[i] | num.words[i]; + } + + return this._strip(); + }; + + BN.prototype.ior = function ior (num) { + assert((this.negative | num.negative) === 0); + return this.iuor(num); + }; + + // Or `num` with `this` + BN.prototype.or = function or (num) { + if (this.length > num.length) return this.clone().ior(num); + return num.clone().ior(this); + }; + + BN.prototype.uor = function uor (num) { + if (this.length > num.length) return this.clone().iuor(num); + return num.clone().iuor(this); + }; + + // And `num` with `this` in-place + BN.prototype.iuand = function iuand (num) { + // b = min-length(num, this) + var b; + if (this.length > num.length) { + b = num; + } else { + b = this; + } + + for (var i = 0; i < b.length; i++) { + this.words[i] = this.words[i] & num.words[i]; + } + + this.length = b.length; + + return this._strip(); + }; + + BN.prototype.iand = function iand (num) { + assert((this.negative | num.negative) === 0); + return this.iuand(num); + }; + + // And `num` with `this` + BN.prototype.and = function and (num) { + if (this.length > num.length) return this.clone().iand(num); + return num.clone().iand(this); + }; + + BN.prototype.uand = function uand (num) { + if (this.length > num.length) return this.clone().iuand(num); + return num.clone().iuand(this); + }; + + // Xor `num` with `this` in-place + BN.prototype.iuxor = function iuxor (num) { + // a.length > b.length + var a; + var b; + if (this.length > num.length) { + a = this; + b = num; + } else { + a = num; + b = this; + } + + for (var i = 0; i < b.length; i++) { + this.words[i] = a.words[i] ^ b.words[i]; + } + + if (this !== a) { + for (; i < a.length; i++) { + this.words[i] = a.words[i]; + } + } + + this.length = a.length; + + return this._strip(); + }; + + BN.prototype.ixor = function ixor (num) { + assert((this.negative | num.negative) === 0); + return this.iuxor(num); + }; + + // Xor `num` with `this` + BN.prototype.xor = function xor (num) { + if (this.length > num.length) return this.clone().ixor(num); + return num.clone().ixor(this); + }; + + BN.prototype.uxor = function uxor (num) { + if (this.length > num.length) return this.clone().iuxor(num); + return num.clone().iuxor(this); + }; + + // Not ``this`` with ``width`` bitwidth + BN.prototype.inotn = function inotn (width) { + assert(typeof width === 'number' && width >= 0); + + var bytesNeeded = Math.ceil(width / 26) | 0; + var bitsLeft = width % 26; + + // Extend the buffer with leading zeroes + this._expand(bytesNeeded); + + if (bitsLeft > 0) { + bytesNeeded--; + } + + // Handle complete words + for (var i = 0; i < bytesNeeded; i++) { + this.words[i] = ~this.words[i] & 0x3ffffff; + } + + // Handle the residue + if (bitsLeft > 0) { + this.words[i] = ~this.words[i] & (0x3ffffff >> (26 - bitsLeft)); + } + + // And remove leading zeroes + return this._strip(); + }; + + BN.prototype.notn = function notn (width) { + return this.clone().inotn(width); + }; + + // Set `bit` of `this` + BN.prototype.setn = function setn (bit, val) { + assert(typeof bit === 'number' && bit >= 0); + + var off = (bit / 26) | 0; + var wbit = bit % 26; + + this._expand(off + 1); + + if (val) { + this.words[off] = this.words[off] | (1 << wbit); + } else { + this.words[off] = this.words[off] & ~(1 << wbit); + } + + return this._strip(); + }; + + // Add `num` to `this` in-place + BN.prototype.iadd = function iadd (num) { + var r; + + // negative + positive + if (this.negative !== 0 && num.negative === 0) { + this.negative = 0; + r = this.isub(num); + this.negative ^= 1; + return this._normSign(); + + // positive + negative + } else if (this.negative === 0 && num.negative !== 0) { + num.negative = 0; + r = this.isub(num); + num.negative = 1; + return r._normSign(); + } + + // a.length > b.length + var a, b; + if (this.length > num.length) { + a = this; + b = num; + } else { + a = num; + b = this; + } + + var carry = 0; + for (var i = 0; i < b.length; i++) { + r = (a.words[i] | 0) + (b.words[i] | 0) + carry; + this.words[i] = r & 0x3ffffff; + carry = r >>> 26; + } + for (; carry !== 0 && i < a.length; i++) { + r = (a.words[i] | 0) + carry; + this.words[i] = r & 0x3ffffff; + carry = r >>> 26; + } + + this.length = a.length; + if (carry !== 0) { + this.words[this.length] = carry; + this.length++; + // Copy the rest of the words + } else if (a !== this) { + for (; i < a.length; i++) { + this.words[i] = a.words[i]; + } + } + + return this; + }; + + // Add `num` to `this` + BN.prototype.add = function add (num) { + var res; + if (num.negative !== 0 && this.negative === 0) { + num.negative = 0; + res = this.sub(num); + num.negative ^= 1; + return res; + } else if (num.negative === 0 && this.negative !== 0) { + this.negative = 0; + res = num.sub(this); + this.negative = 1; + return res; + } + + if (this.length > num.length) return this.clone().iadd(num); + + return num.clone().iadd(this); + }; + + // Subtract `num` from `this` in-place + BN.prototype.isub = function isub (num) { + // this - (-num) = this + num + if (num.negative !== 0) { + num.negative = 0; + var r = this.iadd(num); + num.negative = 1; + return r._normSign(); + + // -this - num = -(this + num) + } else if (this.negative !== 0) { + this.negative = 0; + this.iadd(num); + this.negative = 1; + return this._normSign(); + } + + // At this point both numbers are positive + var cmp = this.cmp(num); + + // Optimization - zeroify + if (cmp === 0) { + this.negative = 0; + this.length = 1; + this.words[0] = 0; + return this; + } + + // a > b + var a, b; + if (cmp > 0) { + a = this; + b = num; + } else { + a = num; + b = this; + } + + var carry = 0; + for (var i = 0; i < b.length; i++) { + r = (a.words[i] | 0) - (b.words[i] | 0) + carry; + carry = r >> 26; + this.words[i] = r & 0x3ffffff; + } + for (; carry !== 0 && i < a.length; i++) { + r = (a.words[i] | 0) + carry; + carry = r >> 26; + this.words[i] = r & 0x3ffffff; + } + + // Copy rest of the words + if (carry === 0 && i < a.length && a !== this) { + for (; i < a.length; i++) { + this.words[i] = a.words[i]; + } + } + + this.length = Math.max(this.length, i); + + if (a !== this) { + this.negative = 1; + } + + return this._strip(); + }; + + // Subtract `num` from `this` + BN.prototype.sub = function sub (num) { + return this.clone().isub(num); + }; + + function smallMulTo (self, num, out) { + out.negative = num.negative ^ self.negative; + var len = (self.length + num.length) | 0; + out.length = len; + len = (len - 1) | 0; + + // Peel one iteration (compiler can't do it, because of code complexity) + var a = self.words[0] | 0; + var b = num.words[0] | 0; + var r = a * b; + + var lo = r & 0x3ffffff; + var carry = (r / 0x4000000) | 0; + out.words[0] = lo; + + for (var k = 1; k < len; k++) { + // Sum all words with the same `i + j = k` and accumulate `ncarry`, + // note that ncarry could be >= 0x3ffffff + var ncarry = carry >>> 26; + var rword = carry & 0x3ffffff; + var maxJ = Math.min(k, num.length - 1); + for (var j = Math.max(0, k - self.length + 1); j <= maxJ; j++) { + var i = (k - j) | 0; + a = self.words[i] | 0; + b = num.words[j] | 0; + r = a * b + rword; + ncarry += (r / 0x4000000) | 0; + rword = r & 0x3ffffff; + } + out.words[k] = rword | 0; + carry = ncarry | 0; + } + if (carry !== 0) { + out.words[k] = carry | 0; + } else { + out.length--; + } + + return out._strip(); + } + + // TODO(indutny): it may be reasonable to omit it for users who don't need + // to work with 256-bit numbers, otherwise it gives 20% improvement for 256-bit + // multiplication (like elliptic secp256k1). + var comb10MulTo = function comb10MulTo (self, num, out) { + var a = self.words; + var b = num.words; + var o = out.words; + var c = 0; + var lo; + var mid; + var hi; + var a0 = a[0] | 0; + var al0 = a0 & 0x1fff; + var ah0 = a0 >>> 13; + var a1 = a[1] | 0; + var al1 = a1 & 0x1fff; + var ah1 = a1 >>> 13; + var a2 = a[2] | 0; + var al2 = a2 & 0x1fff; + var ah2 = a2 >>> 13; + var a3 = a[3] | 0; + var al3 = a3 & 0x1fff; + var ah3 = a3 >>> 13; + var a4 = a[4] | 0; + var al4 = a4 & 0x1fff; + var ah4 = a4 >>> 13; + var a5 = a[5] | 0; + var al5 = a5 & 0x1fff; + var ah5 = a5 >>> 13; + var a6 = a[6] | 0; + var al6 = a6 & 0x1fff; + var ah6 = a6 >>> 13; + var a7 = a[7] | 0; + var al7 = a7 & 0x1fff; + var ah7 = a7 >>> 13; + var a8 = a[8] | 0; + var al8 = a8 & 0x1fff; + var ah8 = a8 >>> 13; + var a9 = a[9] | 0; + var al9 = a9 & 0x1fff; + var ah9 = a9 >>> 13; + var b0 = b[0] | 0; + var bl0 = b0 & 0x1fff; + var bh0 = b0 >>> 13; + var b1 = b[1] | 0; + var bl1 = b1 & 0x1fff; + var bh1 = b1 >>> 13; + var b2 = b[2] | 0; + var bl2 = b2 & 0x1fff; + var bh2 = b2 >>> 13; + var b3 = b[3] | 0; + var bl3 = b3 & 0x1fff; + var bh3 = b3 >>> 13; + var b4 = b[4] | 0; + var bl4 = b4 & 0x1fff; + var bh4 = b4 >>> 13; + var b5 = b[5] | 0; + var bl5 = b5 & 0x1fff; + var bh5 = b5 >>> 13; + var b6 = b[6] | 0; + var bl6 = b6 & 0x1fff; + var bh6 = b6 >>> 13; + var b7 = b[7] | 0; + var bl7 = b7 & 0x1fff; + var bh7 = b7 >>> 13; + var b8 = b[8] | 0; + var bl8 = b8 & 0x1fff; + var bh8 = b8 >>> 13; + var b9 = b[9] | 0; + var bl9 = b9 & 0x1fff; + var bh9 = b9 >>> 13; + + out.negative = self.negative ^ num.negative; + out.length = 19; + /* k = 0 */ + lo = Math.imul(al0, bl0); + mid = Math.imul(al0, bh0); + mid = (mid + Math.imul(ah0, bl0)) | 0; + hi = Math.imul(ah0, bh0); + var w0 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0; + c = (((hi + (mid >>> 13)) | 0) + (w0 >>> 26)) | 0; + w0 &= 0x3ffffff; + /* k = 1 */ + lo = Math.imul(al1, bl0); + mid = Math.imul(al1, bh0); + mid = (mid + Math.imul(ah1, bl0)) | 0; + hi = Math.imul(ah1, bh0); + lo = (lo + Math.imul(al0, bl1)) | 0; + mid = (mid + Math.imul(al0, bh1)) | 0; + mid = (mid + Math.imul(ah0, bl1)) | 0; + hi = (hi + Math.imul(ah0, bh1)) | 0; + var w1 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0; + c = (((hi + (mid >>> 13)) | 0) + (w1 >>> 26)) | 0; + w1 &= 0x3ffffff; + /* k = 2 */ + lo = Math.imul(al2, bl0); + mid = Math.imul(al2, bh0); + mid = (mid + Math.imul(ah2, bl0)) | 0; + hi = Math.imul(ah2, bh0); + lo = (lo + Math.imul(al1, bl1)) | 0; + mid = (mid + Math.imul(al1, bh1)) | 0; + mid = (mid + Math.imul(ah1, bl1)) | 0; + hi = (hi + Math.imul(ah1, bh1)) | 0; + lo = (lo + Math.imul(al0, bl2)) | 0; + mid = (mid + Math.imul(al0, bh2)) | 0; + mid = (mid + Math.imul(ah0, bl2)) | 0; + hi = (hi + Math.imul(ah0, bh2)) | 0; + var w2 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0; + c = (((hi + (mid >>> 13)) | 0) + (w2 >>> 26)) | 0; + w2 &= 0x3ffffff; + /* k = 3 */ + lo = Math.imul(al3, bl0); + mid = Math.imul(al3, bh0); + mid = (mid + Math.imul(ah3, bl0)) | 0; + hi = Math.imul(ah3, bh0); + lo = (lo + Math.imul(al2, bl1)) | 0; + mid = (mid + Math.imul(al2, bh1)) | 0; + mid = (mid + Math.imul(ah2, bl1)) | 0; + hi = (hi + Math.imul(ah2, bh1)) | 0; + lo = (lo + Math.imul(al1, bl2)) | 0; + mid = (mid + Math.imul(al1, bh2)) | 0; + mid = (mid + Math.imul(ah1, bl2)) | 0; + hi = (hi + Math.imul(ah1, bh2)) | 0; + lo = (lo + Math.imul(al0, bl3)) | 0; + mid = (mid + Math.imul(al0, bh3)) | 0; + mid = (mid + Math.imul(ah0, bl3)) | 0; + hi = (hi + Math.imul(ah0, bh3)) | 0; + var w3 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0; + c = (((hi + (mid >>> 13)) | 0) + (w3 >>> 26)) | 0; + w3 &= 0x3ffffff; + /* k = 4 */ + lo = Math.imul(al4, bl0); + mid = Math.imul(al4, bh0); + mid = (mid + Math.imul(ah4, bl0)) | 0; + hi = Math.imul(ah4, bh0); + lo = (lo + Math.imul(al3, bl1)) | 0; + mid = (mid + Math.imul(al3, bh1)) | 0; + mid = (mid + Math.imul(ah3, bl1)) | 0; + hi = (hi + Math.imul(ah3, bh1)) | 0; + lo = (lo + Math.imul(al2, bl2)) | 0; + mid = (mid + Math.imul(al2, bh2)) | 0; + mid = (mid + Math.imul(ah2, bl2)) | 0; + hi = (hi + Math.imul(ah2, bh2)) | 0; + lo = (lo + Math.imul(al1, bl3)) | 0; + mid = (mid + Math.imul(al1, bh3)) | 0; + mid = (mid + Math.imul(ah1, bl3)) | 0; + hi = (hi + Math.imul(ah1, bh3)) | 0; + lo = (lo + Math.imul(al0, bl4)) | 0; + mid = (mid + Math.imul(al0, bh4)) | 0; + mid = (mid + Math.imul(ah0, bl4)) | 0; + hi = (hi + Math.imul(ah0, bh4)) | 0; + var w4 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0; + c = (((hi + (mid >>> 13)) | 0) + (w4 >>> 26)) | 0; + w4 &= 0x3ffffff; + /* k = 5 */ + lo = Math.imul(al5, bl0); + mid = Math.imul(al5, bh0); + mid = (mid + Math.imul(ah5, bl0)) | 0; + hi = Math.imul(ah5, bh0); + lo = (lo + Math.imul(al4, bl1)) | 0; + mid = (mid + Math.imul(al4, bh1)) | 0; + mid = (mid + Math.imul(ah4, bl1)) | 0; + hi = (hi + Math.imul(ah4, bh1)) | 0; + lo = (lo + Math.imul(al3, bl2)) | 0; + mid = (mid + Math.imul(al3, bh2)) | 0; + mid = (mid + Math.imul(ah3, bl2)) | 0; + hi = (hi + Math.imul(ah3, bh2)) | 0; + lo = (lo + Math.imul(al2, bl3)) | 0; + mid = (mid + Math.imul(al2, bh3)) | 0; + mid = (mid + Math.imul(ah2, bl3)) | 0; + hi = (hi + Math.imul(ah2, bh3)) | 0; + lo = (lo + Math.imul(al1, bl4)) | 0; + mid = (mid + Math.imul(al1, bh4)) | 0; + mid = (mid + Math.imul(ah1, bl4)) | 0; + hi = (hi + Math.imul(ah1, bh4)) | 0; + lo = (lo + Math.imul(al0, bl5)) | 0; + mid = (mid + Math.imul(al0, bh5)) | 0; + mid = (mid + Math.imul(ah0, bl5)) | 0; + hi = (hi + Math.imul(ah0, bh5)) | 0; + var w5 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0; + c = (((hi + (mid >>> 13)) | 0) + (w5 >>> 26)) | 0; + w5 &= 0x3ffffff; + /* k = 6 */ + lo = Math.imul(al6, bl0); + mid = Math.imul(al6, bh0); + mid = (mid + Math.imul(ah6, bl0)) | 0; + hi = Math.imul(ah6, bh0); + lo = (lo + Math.imul(al5, bl1)) | 0; + mid = (mid + Math.imul(al5, bh1)) | 0; + mid = (mid + Math.imul(ah5, bl1)) | 0; + hi = (hi + Math.imul(ah5, bh1)) | 0; + lo = (lo + Math.imul(al4, bl2)) | 0; + mid = (mid + Math.imul(al4, bh2)) | 0; + mid = (mid + Math.imul(ah4, bl2)) | 0; + hi = (hi + Math.imul(ah4, bh2)) | 0; + lo = (lo + Math.imul(al3, bl3)) | 0; + mid = (mid + Math.imul(al3, bh3)) | 0; + mid = (mid + Math.imul(ah3, bl3)) | 0; + hi = (hi + Math.imul(ah3, bh3)) | 0; + lo = (lo + Math.imul(al2, bl4)) | 0; + mid = (mid + Math.imul(al2, bh4)) | 0; + mid = (mid + Math.imul(ah2, bl4)) | 0; + hi = (hi + Math.imul(ah2, bh4)) | 0; + lo = (lo + Math.imul(al1, bl5)) | 0; + mid = (mid + Math.imul(al1, bh5)) | 0; + mid = (mid + Math.imul(ah1, bl5)) | 0; + hi = (hi + Math.imul(ah1, bh5)) | 0; + lo = (lo + Math.imul(al0, bl6)) | 0; + mid = (mid + Math.imul(al0, bh6)) | 0; + mid = (mid + Math.imul(ah0, bl6)) | 0; + hi = (hi + Math.imul(ah0, bh6)) | 0; + var w6 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0; + c = (((hi + (mid >>> 13)) | 0) + (w6 >>> 26)) | 0; + w6 &= 0x3ffffff; + /* k = 7 */ + lo = Math.imul(al7, bl0); + mid = Math.imul(al7, bh0); + mid = (mid + Math.imul(ah7, bl0)) | 0; + hi = Math.imul(ah7, bh0); + lo = (lo + Math.imul(al6, bl1)) | 0; + mid = (mid + Math.imul(al6, bh1)) | 0; + mid = (mid + Math.imul(ah6, bl1)) | 0; + hi = (hi + Math.imul(ah6, bh1)) | 0; + lo = (lo + Math.imul(al5, bl2)) | 0; + mid = (mid + Math.imul(al5, bh2)) | 0; + mid = (mid + Math.imul(ah5, bl2)) | 0; + hi = (hi + Math.imul(ah5, bh2)) | 0; + lo = (lo + Math.imul(al4, bl3)) | 0; + mid = (mid + Math.imul(al4, bh3)) | 0; + mid = (mid + Math.imul(ah4, bl3)) | 0; + hi = (hi + Math.imul(ah4, bh3)) | 0; + lo = (lo + Math.imul(al3, bl4)) | 0; + mid = (mid + Math.imul(al3, bh4)) | 0; + mid = (mid + Math.imul(ah3, bl4)) | 0; + hi = (hi + Math.imul(ah3, bh4)) | 0; + lo = (lo + Math.imul(al2, bl5)) | 0; + mid = (mid + Math.imul(al2, bh5)) | 0; + mid = (mid + Math.imul(ah2, bl5)) | 0; + hi = (hi + Math.imul(ah2, bh5)) | 0; + lo = (lo + Math.imul(al1, bl6)) | 0; + mid = (mid + Math.imul(al1, bh6)) | 0; + mid = (mid + Math.imul(ah1, bl6)) | 0; + hi = (hi + Math.imul(ah1, bh6)) | 0; + lo = (lo + Math.imul(al0, bl7)) | 0; + mid = (mid + Math.imul(al0, bh7)) | 0; + mid = (mid + Math.imul(ah0, bl7)) | 0; + hi = (hi + Math.imul(ah0, bh7)) | 0; + var w7 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0; + c = (((hi + (mid >>> 13)) | 0) + (w7 >>> 26)) | 0; + w7 &= 0x3ffffff; + /* k = 8 */ + lo = Math.imul(al8, bl0); + mid = Math.imul(al8, bh0); + mid = (mid + Math.imul(ah8, bl0)) | 0; + hi = Math.imul(ah8, bh0); + lo = (lo + Math.imul(al7, bl1)) | 0; + mid = (mid + Math.imul(al7, bh1)) | 0; + mid = (mid + Math.imul(ah7, bl1)) | 0; + hi = (hi + Math.imul(ah7, bh1)) | 0; + lo = (lo + Math.imul(al6, bl2)) | 0; + mid = (mid + Math.imul(al6, bh2)) | 0; + mid = (mid + Math.imul(ah6, bl2)) | 0; + hi = (hi + Math.imul(ah6, bh2)) | 0; + lo = (lo + Math.imul(al5, bl3)) | 0; + mid = (mid + Math.imul(al5, bh3)) | 0; + mid = (mid + Math.imul(ah5, bl3)) | 0; + hi = (hi + Math.imul(ah5, bh3)) | 0; + lo = (lo + Math.imul(al4, bl4)) | 0; + mid = (mid + Math.imul(al4, bh4)) | 0; + mid = (mid + Math.imul(ah4, bl4)) | 0; + hi = (hi + Math.imul(ah4, bh4)) | 0; + lo = (lo + Math.imul(al3, bl5)) | 0; + mid = (mid + Math.imul(al3, bh5)) | 0; + mid = (mid + Math.imul(ah3, bl5)) | 0; + hi = (hi + Math.imul(ah3, bh5)) | 0; + lo = (lo + Math.imul(al2, bl6)) | 0; + mid = (mid + Math.imul(al2, bh6)) | 0; + mid = (mid + Math.imul(ah2, bl6)) | 0; + hi = (hi + Math.imul(ah2, bh6)) | 0; + lo = (lo + Math.imul(al1, bl7)) | 0; + mid = (mid + Math.imul(al1, bh7)) | 0; + mid = (mid + Math.imul(ah1, bl7)) | 0; + hi = (hi + Math.imul(ah1, bh7)) | 0; + lo = (lo + Math.imul(al0, bl8)) | 0; + mid = (mid + Math.imul(al0, bh8)) | 0; + mid = (mid + Math.imul(ah0, bl8)) | 0; + hi = (hi + Math.imul(ah0, bh8)) | 0; + var w8 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0; + c = (((hi + (mid >>> 13)) | 0) + (w8 >>> 26)) | 0; + w8 &= 0x3ffffff; + /* k = 9 */ + lo = Math.imul(al9, bl0); + mid = Math.imul(al9, bh0); + mid = (mid + Math.imul(ah9, bl0)) | 0; + hi = Math.imul(ah9, bh0); + lo = (lo + Math.imul(al8, bl1)) | 0; + mid = (mid + Math.imul(al8, bh1)) | 0; + mid = (mid + Math.imul(ah8, bl1)) | 0; + hi = (hi + Math.imul(ah8, bh1)) | 0; + lo = (lo + Math.imul(al7, bl2)) | 0; + mid = (mid + Math.imul(al7, bh2)) | 0; + mid = (mid + Math.imul(ah7, bl2)) | 0; + hi = (hi + Math.imul(ah7, bh2)) | 0; + lo = (lo + Math.imul(al6, bl3)) | 0; + mid = (mid + Math.imul(al6, bh3)) | 0; + mid = (mid + Math.imul(ah6, bl3)) | 0; + hi = (hi + Math.imul(ah6, bh3)) | 0; + lo = (lo + Math.imul(al5, bl4)) | 0; + mid = (mid + Math.imul(al5, bh4)) | 0; + mid = (mid + Math.imul(ah5, bl4)) | 0; + hi = (hi + Math.imul(ah5, bh4)) | 0; + lo = (lo + Math.imul(al4, bl5)) | 0; + mid = (mid + Math.imul(al4, bh5)) | 0; + mid = (mid + Math.imul(ah4, bl5)) | 0; + hi = (hi + Math.imul(ah4, bh5)) | 0; + lo = (lo + Math.imul(al3, bl6)) | 0; + mid = (mid + Math.imul(al3, bh6)) | 0; + mid = (mid + Math.imul(ah3, bl6)) | 0; + hi = (hi + Math.imul(ah3, bh6)) | 0; + lo = (lo + Math.imul(al2, bl7)) | 0; + mid = (mid + Math.imul(al2, bh7)) | 0; + mid = (mid + Math.imul(ah2, bl7)) | 0; + hi = (hi + Math.imul(ah2, bh7)) | 0; + lo = (lo + Math.imul(al1, bl8)) | 0; + mid = (mid + Math.imul(al1, bh8)) | 0; + mid = (mid + Math.imul(ah1, bl8)) | 0; + hi = (hi + Math.imul(ah1, bh8)) | 0; + lo = (lo + Math.imul(al0, bl9)) | 0; + mid = (mid + Math.imul(al0, bh9)) | 0; + mid = (mid + Math.imul(ah0, bl9)) | 0; + hi = (hi + Math.imul(ah0, bh9)) | 0; + var w9 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0; + c = (((hi + (mid >>> 13)) | 0) + (w9 >>> 26)) | 0; + w9 &= 0x3ffffff; + /* k = 10 */ + lo = Math.imul(al9, bl1); + mid = Math.imul(al9, bh1); + mid = (mid + Math.imul(ah9, bl1)) | 0; + hi = Math.imul(ah9, bh1); + lo = (lo + Math.imul(al8, bl2)) | 0; + mid = (mid + Math.imul(al8, bh2)) | 0; + mid = (mid + Math.imul(ah8, bl2)) | 0; + hi = (hi + Math.imul(ah8, bh2)) | 0; + lo = (lo + Math.imul(al7, bl3)) | 0; + mid = (mid + Math.imul(al7, bh3)) | 0; + mid = (mid + Math.imul(ah7, bl3)) | 0; + hi = (hi + Math.imul(ah7, bh3)) | 0; + lo = (lo + Math.imul(al6, bl4)) | 0; + mid = (mid + Math.imul(al6, bh4)) | 0; + mid = (mid + Math.imul(ah6, bl4)) | 0; + hi = (hi + Math.imul(ah6, bh4)) | 0; + lo = (lo + Math.imul(al5, bl5)) | 0; + mid = (mid + Math.imul(al5, bh5)) | 0; + mid = (mid + Math.imul(ah5, bl5)) | 0; + hi = (hi + Math.imul(ah5, bh5)) | 0; + lo = (lo + Math.imul(al4, bl6)) | 0; + mid = (mid + Math.imul(al4, bh6)) | 0; + mid = (mid + Math.imul(ah4, bl6)) | 0; + hi = (hi + Math.imul(ah4, bh6)) | 0; + lo = (lo + Math.imul(al3, bl7)) | 0; + mid = (mid + Math.imul(al3, bh7)) | 0; + mid = (mid + Math.imul(ah3, bl7)) | 0; + hi = (hi + Math.imul(ah3, bh7)) | 0; + lo = (lo + Math.imul(al2, bl8)) | 0; + mid = (mid + Math.imul(al2, bh8)) | 0; + mid = (mid + Math.imul(ah2, bl8)) | 0; + hi = (hi + Math.imul(ah2, bh8)) | 0; + lo = (lo + Math.imul(al1, bl9)) | 0; + mid = (mid + Math.imul(al1, bh9)) | 0; + mid = (mid + Math.imul(ah1, bl9)) | 0; + hi = (hi + Math.imul(ah1, bh9)) | 0; + var w10 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0; + c = (((hi + (mid >>> 13)) | 0) + (w10 >>> 26)) | 0; + w10 &= 0x3ffffff; + /* k = 11 */ + lo = Math.imul(al9, bl2); + mid = Math.imul(al9, bh2); + mid = (mid + Math.imul(ah9, bl2)) | 0; + hi = Math.imul(ah9, bh2); + lo = (lo + Math.imul(al8, bl3)) | 0; + mid = (mid + Math.imul(al8, bh3)) | 0; + mid = (mid + Math.imul(ah8, bl3)) | 0; + hi = (hi + Math.imul(ah8, bh3)) | 0; + lo = (lo + Math.imul(al7, bl4)) | 0; + mid = (mid + Math.imul(al7, bh4)) | 0; + mid = (mid + Math.imul(ah7, bl4)) | 0; + hi = (hi + Math.imul(ah7, bh4)) | 0; + lo = (lo + Math.imul(al6, bl5)) | 0; + mid = (mid + Math.imul(al6, bh5)) | 0; + mid = (mid + Math.imul(ah6, bl5)) | 0; + hi = (hi + Math.imul(ah6, bh5)) | 0; + lo = (lo + Math.imul(al5, bl6)) | 0; + mid = (mid + Math.imul(al5, bh6)) | 0; + mid = (mid + Math.imul(ah5, bl6)) | 0; + hi = (hi + Math.imul(ah5, bh6)) | 0; + lo = (lo + Math.imul(al4, bl7)) | 0; + mid = (mid + Math.imul(al4, bh7)) | 0; + mid = (mid + Math.imul(ah4, bl7)) | 0; + hi = (hi + Math.imul(ah4, bh7)) | 0; + lo = (lo + Math.imul(al3, bl8)) | 0; + mid = (mid + Math.imul(al3, bh8)) | 0; + mid = (mid + Math.imul(ah3, bl8)) | 0; + hi = (hi + Math.imul(ah3, bh8)) | 0; + lo = (lo + Math.imul(al2, bl9)) | 0; + mid = (mid + Math.imul(al2, bh9)) | 0; + mid = (mid + Math.imul(ah2, bl9)) | 0; + hi = (hi + Math.imul(ah2, bh9)) | 0; + var w11 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0; + c = (((hi + (mid >>> 13)) | 0) + (w11 >>> 26)) | 0; + w11 &= 0x3ffffff; + /* k = 12 */ + lo = Math.imul(al9, bl3); + mid = Math.imul(al9, bh3); + mid = (mid + Math.imul(ah9, bl3)) | 0; + hi = Math.imul(ah9, bh3); + lo = (lo + Math.imul(al8, bl4)) | 0; + mid = (mid + Math.imul(al8, bh4)) | 0; + mid = (mid + Math.imul(ah8, bl4)) | 0; + hi = (hi + Math.imul(ah8, bh4)) | 0; + lo = (lo + Math.imul(al7, bl5)) | 0; + mid = (mid + Math.imul(al7, bh5)) | 0; + mid = (mid + Math.imul(ah7, bl5)) | 0; + hi = (hi + Math.imul(ah7, bh5)) | 0; + lo = (lo + Math.imul(al6, bl6)) | 0; + mid = (mid + Math.imul(al6, bh6)) | 0; + mid = (mid + Math.imul(ah6, bl6)) | 0; + hi = (hi + Math.imul(ah6, bh6)) | 0; + lo = (lo + Math.imul(al5, bl7)) | 0; + mid = (mid + Math.imul(al5, bh7)) | 0; + mid = (mid + Math.imul(ah5, bl7)) | 0; + hi = (hi + Math.imul(ah5, bh7)) | 0; + lo = (lo + Math.imul(al4, bl8)) | 0; + mid = (mid + Math.imul(al4, bh8)) | 0; + mid = (mid + Math.imul(ah4, bl8)) | 0; + hi = (hi + Math.imul(ah4, bh8)) | 0; + lo = (lo + Math.imul(al3, bl9)) | 0; + mid = (mid + Math.imul(al3, bh9)) | 0; + mid = (mid + Math.imul(ah3, bl9)) | 0; + hi = (hi + Math.imul(ah3, bh9)) | 0; + var w12 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0; + c = (((hi + (mid >>> 13)) | 0) + (w12 >>> 26)) | 0; + w12 &= 0x3ffffff; + /* k = 13 */ + lo = Math.imul(al9, bl4); + mid = Math.imul(al9, bh4); + mid = (mid + Math.imul(ah9, bl4)) | 0; + hi = Math.imul(ah9, bh4); + lo = (lo + Math.imul(al8, bl5)) | 0; + mid = (mid + Math.imul(al8, bh5)) | 0; + mid = (mid + Math.imul(ah8, bl5)) | 0; + hi = (hi + Math.imul(ah8, bh5)) | 0; + lo = (lo + Math.imul(al7, bl6)) | 0; + mid = (mid + Math.imul(al7, bh6)) | 0; + mid = (mid + Math.imul(ah7, bl6)) | 0; + hi = (hi + Math.imul(ah7, bh6)) | 0; + lo = (lo + Math.imul(al6, bl7)) | 0; + mid = (mid + Math.imul(al6, bh7)) | 0; + mid = (mid + Math.imul(ah6, bl7)) | 0; + hi = (hi + Math.imul(ah6, bh7)) | 0; + lo = (lo + Math.imul(al5, bl8)) | 0; + mid = (mid + Math.imul(al5, bh8)) | 0; + mid = (mid + Math.imul(ah5, bl8)) | 0; + hi = (hi + Math.imul(ah5, bh8)) | 0; + lo = (lo + Math.imul(al4, bl9)) | 0; + mid = (mid + Math.imul(al4, bh9)) | 0; + mid = (mid + Math.imul(ah4, bl9)) | 0; + hi = (hi + Math.imul(ah4, bh9)) | 0; + var w13 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0; + c = (((hi + (mid >>> 13)) | 0) + (w13 >>> 26)) | 0; + w13 &= 0x3ffffff; + /* k = 14 */ + lo = Math.imul(al9, bl5); + mid = Math.imul(al9, bh5); + mid = (mid + Math.imul(ah9, bl5)) | 0; + hi = Math.imul(ah9, bh5); + lo = (lo + Math.imul(al8, bl6)) | 0; + mid = (mid + Math.imul(al8, bh6)) | 0; + mid = (mid + Math.imul(ah8, bl6)) | 0; + hi = (hi + Math.imul(ah8, bh6)) | 0; + lo = (lo + Math.imul(al7, bl7)) | 0; + mid = (mid + Math.imul(al7, bh7)) | 0; + mid = (mid + Math.imul(ah7, bl7)) | 0; + hi = (hi + Math.imul(ah7, bh7)) | 0; + lo = (lo + Math.imul(al6, bl8)) | 0; + mid = (mid + Math.imul(al6, bh8)) | 0; + mid = (mid + Math.imul(ah6, bl8)) | 0; + hi = (hi + Math.imul(ah6, bh8)) | 0; + lo = (lo + Math.imul(al5, bl9)) | 0; + mid = (mid + Math.imul(al5, bh9)) | 0; + mid = (mid + Math.imul(ah5, bl9)) | 0; + hi = (hi + Math.imul(ah5, bh9)) | 0; + var w14 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0; + c = (((hi + (mid >>> 13)) | 0) + (w14 >>> 26)) | 0; + w14 &= 0x3ffffff; + /* k = 15 */ + lo = Math.imul(al9, bl6); + mid = Math.imul(al9, bh6); + mid = (mid + Math.imul(ah9, bl6)) | 0; + hi = Math.imul(ah9, bh6); + lo = (lo + Math.imul(al8, bl7)) | 0; + mid = (mid + Math.imul(al8, bh7)) | 0; + mid = (mid + Math.imul(ah8, bl7)) | 0; + hi = (hi + Math.imul(ah8, bh7)) | 0; + lo = (lo + Math.imul(al7, bl8)) | 0; + mid = (mid + Math.imul(al7, bh8)) | 0; + mid = (mid + Math.imul(ah7, bl8)) | 0; + hi = (hi + Math.imul(ah7, bh8)) | 0; + lo = (lo + Math.imul(al6, bl9)) | 0; + mid = (mid + Math.imul(al6, bh9)) | 0; + mid = (mid + Math.imul(ah6, bl9)) | 0; + hi = (hi + Math.imul(ah6, bh9)) | 0; + var w15 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0; + c = (((hi + (mid >>> 13)) | 0) + (w15 >>> 26)) | 0; + w15 &= 0x3ffffff; + /* k = 16 */ + lo = Math.imul(al9, bl7); + mid = Math.imul(al9, bh7); + mid = (mid + Math.imul(ah9, bl7)) | 0; + hi = Math.imul(ah9, bh7); + lo = (lo + Math.imul(al8, bl8)) | 0; + mid = (mid + Math.imul(al8, bh8)) | 0; + mid = (mid + Math.imul(ah8, bl8)) | 0; + hi = (hi + Math.imul(ah8, bh8)) | 0; + lo = (lo + Math.imul(al7, bl9)) | 0; + mid = (mid + Math.imul(al7, bh9)) | 0; + mid = (mid + Math.imul(ah7, bl9)) | 0; + hi = (hi + Math.imul(ah7, bh9)) | 0; + var w16 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0; + c = (((hi + (mid >>> 13)) | 0) + (w16 >>> 26)) | 0; + w16 &= 0x3ffffff; + /* k = 17 */ + lo = Math.imul(al9, bl8); + mid = Math.imul(al9, bh8); + mid = (mid + Math.imul(ah9, bl8)) | 0; + hi = Math.imul(ah9, bh8); + lo = (lo + Math.imul(al8, bl9)) | 0; + mid = (mid + Math.imul(al8, bh9)) | 0; + mid = (mid + Math.imul(ah8, bl9)) | 0; + hi = (hi + Math.imul(ah8, bh9)) | 0; + var w17 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0; + c = (((hi + (mid >>> 13)) | 0) + (w17 >>> 26)) | 0; + w17 &= 0x3ffffff; + /* k = 18 */ + lo = Math.imul(al9, bl9); + mid = Math.imul(al9, bh9); + mid = (mid + Math.imul(ah9, bl9)) | 0; + hi = Math.imul(ah9, bh9); + var w18 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0; + c = (((hi + (mid >>> 13)) | 0) + (w18 >>> 26)) | 0; + w18 &= 0x3ffffff; + o[0] = w0; + o[1] = w1; + o[2] = w2; + o[3] = w3; + o[4] = w4; + o[5] = w5; + o[6] = w6; + o[7] = w7; + o[8] = w8; + o[9] = w9; + o[10] = w10; + o[11] = w11; + o[12] = w12; + o[13] = w13; + o[14] = w14; + o[15] = w15; + o[16] = w16; + o[17] = w17; + o[18] = w18; + if (c !== 0) { + o[19] = c; + out.length++; + } + return out; + }; + + // Polyfill comb + if (!Math.imul) { + comb10MulTo = smallMulTo; + } + + function bigMulTo (self, num, out) { + out.negative = num.negative ^ self.negative; + out.length = self.length + num.length; + + var carry = 0; + var hncarry = 0; + for (var k = 0; k < out.length - 1; k++) { + // Sum all words with the same `i + j = k` and accumulate `ncarry`, + // note that ncarry could be >= 0x3ffffff + var ncarry = hncarry; + hncarry = 0; + var rword = carry & 0x3ffffff; + var maxJ = Math.min(k, num.length - 1); + for (var j = Math.max(0, k - self.length + 1); j <= maxJ; j++) { + var i = k - j; + var a = self.words[i] | 0; + var b = num.words[j] | 0; + var r = a * b; + + var lo = r & 0x3ffffff; + ncarry = (ncarry + ((r / 0x4000000) | 0)) | 0; + lo = (lo + rword) | 0; + rword = lo & 0x3ffffff; + ncarry = (ncarry + (lo >>> 26)) | 0; + + hncarry += ncarry >>> 26; + ncarry &= 0x3ffffff; + } + out.words[k] = rword; + carry = ncarry; + ncarry = hncarry; + } + if (carry !== 0) { + out.words[k] = carry; + } else { + out.length--; + } + + return out._strip(); + } + + function jumboMulTo (self, num, out) { + // Temporary disable, see https://github.com/indutny/bn.js/issues/211 + // var fftm = new FFTM(); + // return fftm.mulp(self, num, out); + return bigMulTo(self, num, out); + } + + BN.prototype.mulTo = function mulTo (num, out) { + var res; + var len = this.length + num.length; + if (this.length === 10 && num.length === 10) { + res = comb10MulTo(this, num, out); + } else if (len < 63) { + res = smallMulTo(this, num, out); + } else if (len < 1024) { + res = bigMulTo(this, num, out); + } else { + res = jumboMulTo(this, num, out); + } + + return res; + }; + + // Cooley-Tukey algorithm for FFT + // slightly revisited to rely on looping instead of recursion + + function FFTM (x, y) { + this.x = x; + this.y = y; + } + + FFTM.prototype.makeRBT = function makeRBT (N) { + var t = new Array(N); + var l = BN.prototype._countBits(N) - 1; + for (var i = 0; i < N; i++) { + t[i] = this.revBin(i, l, N); + } + + return t; + }; + + // Returns binary-reversed representation of `x` + FFTM.prototype.revBin = function revBin (x, l, N) { + if (x === 0 || x === N - 1) return x; + + var rb = 0; + for (var i = 0; i < l; i++) { + rb |= (x & 1) << (l - i - 1); + x >>= 1; + } + + return rb; + }; + + // Performs "tweedling" phase, therefore 'emulating' + // behaviour of the recursive algorithm + FFTM.prototype.permute = function permute (rbt, rws, iws, rtws, itws, N) { + for (var i = 0; i < N; i++) { + rtws[i] = rws[rbt[i]]; + itws[i] = iws[rbt[i]]; + } + }; + + FFTM.prototype.transform = function transform (rws, iws, rtws, itws, N, rbt) { + this.permute(rbt, rws, iws, rtws, itws, N); + + for (var s = 1; s < N; s <<= 1) { + var l = s << 1; + + var rtwdf = Math.cos(2 * Math.PI / l); + var itwdf = Math.sin(2 * Math.PI / l); + + for (var p = 0; p < N; p += l) { + var rtwdf_ = rtwdf; + var itwdf_ = itwdf; + + for (var j = 0; j < s; j++) { + var re = rtws[p + j]; + var ie = itws[p + j]; + + var ro = rtws[p + j + s]; + var io = itws[p + j + s]; + + var rx = rtwdf_ * ro - itwdf_ * io; + + io = rtwdf_ * io + itwdf_ * ro; + ro = rx; + + rtws[p + j] = re + ro; + itws[p + j] = ie + io; + + rtws[p + j + s] = re - ro; + itws[p + j + s] = ie - io; + + /* jshint maxdepth : false */ + if (j !== l) { + rx = rtwdf * rtwdf_ - itwdf * itwdf_; + + itwdf_ = rtwdf * itwdf_ + itwdf * rtwdf_; + rtwdf_ = rx; + } + } + } + } + }; + + FFTM.prototype.guessLen13b = function guessLen13b (n, m) { + var N = Math.max(m, n) | 1; + var odd = N & 1; + var i = 0; + for (N = N / 2 | 0; N; N = N >>> 1) { + i++; + } + + return 1 << i + 1 + odd; + }; + + FFTM.prototype.conjugate = function conjugate (rws, iws, N) { + if (N <= 1) return; + + for (var i = 0; i < N / 2; i++) { + var t = rws[i]; + + rws[i] = rws[N - i - 1]; + rws[N - i - 1] = t; + + t = iws[i]; + + iws[i] = -iws[N - i - 1]; + iws[N - i - 1] = -t; + } + }; + + FFTM.prototype.normalize13b = function normalize13b (ws, N) { + var carry = 0; + for (var i = 0; i < N / 2; i++) { + var w = Math.round(ws[2 * i + 1] / N) * 0x2000 + + Math.round(ws[2 * i] / N) + + carry; + + ws[i] = w & 0x3ffffff; + + if (w < 0x4000000) { + carry = 0; + } else { + carry = w / 0x4000000 | 0; + } + } + + return ws; + }; + + FFTM.prototype.convert13b = function convert13b (ws, len, rws, N) { + var carry = 0; + for (var i = 0; i < len; i++) { + carry = carry + (ws[i] | 0); + + rws[2 * i] = carry & 0x1fff; carry = carry >>> 13; + rws[2 * i + 1] = carry & 0x1fff; carry = carry >>> 13; + } + + // Pad with zeroes + for (i = 2 * len; i < N; ++i) { + rws[i] = 0; + } + + assert(carry === 0); + assert((carry & ~0x1fff) === 0); + }; + + FFTM.prototype.stub = function stub (N) { + var ph = new Array(N); + for (var i = 0; i < N; i++) { + ph[i] = 0; + } + + return ph; + }; + + FFTM.prototype.mulp = function mulp (x, y, out) { + var N = 2 * this.guessLen13b(x.length, y.length); + + var rbt = this.makeRBT(N); + + var _ = this.stub(N); + + var rws = new Array(N); + var rwst = new Array(N); + var iwst = new Array(N); + + var nrws = new Array(N); + var nrwst = new Array(N); + var niwst = new Array(N); + + var rmws = out.words; + rmws.length = N; + + this.convert13b(x.words, x.length, rws, N); + this.convert13b(y.words, y.length, nrws, N); + + this.transform(rws, _, rwst, iwst, N, rbt); + this.transform(nrws, _, nrwst, niwst, N, rbt); + + for (var i = 0; i < N; i++) { + var rx = rwst[i] * nrwst[i] - iwst[i] * niwst[i]; + iwst[i] = rwst[i] * niwst[i] + iwst[i] * nrwst[i]; + rwst[i] = rx; + } + + this.conjugate(rwst, iwst, N); + this.transform(rwst, iwst, rmws, _, N, rbt); + this.conjugate(rmws, _, N); + this.normalize13b(rmws, N); + + out.negative = x.negative ^ y.negative; + out.length = x.length + y.length; + return out._strip(); + }; + + // Multiply `this` by `num` + BN.prototype.mul = function mul (num) { + var out = new BN(null); + out.words = new Array(this.length + num.length); + return this.mulTo(num, out); + }; + + // Multiply employing FFT + BN.prototype.mulf = function mulf (num) { + var out = new BN(null); + out.words = new Array(this.length + num.length); + return jumboMulTo(this, num, out); + }; + + // In-place Multiplication + BN.prototype.imul = function imul (num) { + return this.clone().mulTo(num, this); + }; + + BN.prototype.imuln = function imuln (num) { + var isNegNum = num < 0; + if (isNegNum) num = -num; + + assert(typeof num === 'number'); + assert(num < 0x4000000); + + // Carry + var carry = 0; + for (var i = 0; i < this.length; i++) { + var w = (this.words[i] | 0) * num; + var lo = (w & 0x3ffffff) + (carry & 0x3ffffff); + carry >>= 26; + carry += (w / 0x4000000) | 0; + // NOTE: lo is 27bit maximum + carry += lo >>> 26; + this.words[i] = lo & 0x3ffffff; + } + + if (carry !== 0) { + this.words[i] = carry; + this.length++; + } + + return isNegNum ? this.ineg() : this; + }; + + BN.prototype.muln = function muln (num) { + return this.clone().imuln(num); + }; + + // `this` * `this` + BN.prototype.sqr = function sqr () { + return this.mul(this); + }; + + // `this` * `this` in-place + BN.prototype.isqr = function isqr () { + return this.imul(this.clone()); + }; + + // Math.pow(`this`, `num`) + BN.prototype.pow = function pow (num) { + var w = toBitArray(num); + if (w.length === 0) return new BN(1); + + // Skip leading zeroes + var res = this; + for (var i = 0; i < w.length; i++, res = res.sqr()) { + if (w[i] !== 0) break; + } + + if (++i < w.length) { + for (var q = res.sqr(); i < w.length; i++, q = q.sqr()) { + if (w[i] === 0) continue; + + res = res.mul(q); + } + } + + return res; + }; + + // Shift-left in-place + BN.prototype.iushln = function iushln (bits) { + assert(typeof bits === 'number' && bits >= 0); + var r = bits % 26; + var s = (bits - r) / 26; + var carryMask = (0x3ffffff >>> (26 - r)) << (26 - r); + var i; + + if (r !== 0) { + var carry = 0; + + for (i = 0; i < this.length; i++) { + var newCarry = this.words[i] & carryMask; + var c = ((this.words[i] | 0) - newCarry) << r; + this.words[i] = c | carry; + carry = newCarry >>> (26 - r); + } + + if (carry) { + this.words[i] = carry; + this.length++; + } + } + + if (s !== 0) { + for (i = this.length - 1; i >= 0; i--) { + this.words[i + s] = this.words[i]; + } + + for (i = 0; i < s; i++) { + this.words[i] = 0; + } + + this.length += s; + } + + return this._strip(); + }; + + BN.prototype.ishln = function ishln (bits) { + // TODO(indutny): implement me + assert(this.negative === 0); + return this.iushln(bits); + }; + + // Shift-right in-place + // NOTE: `hint` is a lowest bit before trailing zeroes + // NOTE: if `extended` is present - it will be filled with destroyed bits + BN.prototype.iushrn = function iushrn (bits, hint, extended) { + assert(typeof bits === 'number' && bits >= 0); + var h; + if (hint) { + h = (hint - (hint % 26)) / 26; + } else { + h = 0; + } + + var r = bits % 26; + var s = Math.min((bits - r) / 26, this.length); + var mask = 0x3ffffff ^ ((0x3ffffff >>> r) << r); + var maskedWords = extended; + + h -= s; + h = Math.max(0, h); + + // Extended mode, copy masked part + if (maskedWords) { + for (var i = 0; i < s; i++) { + maskedWords.words[i] = this.words[i]; + } + maskedWords.length = s; + } + + if (s === 0) { + // No-op, we should not move anything at all + } else if (this.length > s) { + this.length -= s; + for (i = 0; i < this.length; i++) { + this.words[i] = this.words[i + s]; + } + } else { + this.words[0] = 0; + this.length = 1; + } + + var carry = 0; + for (i = this.length - 1; i >= 0 && (carry !== 0 || i >= h); i--) { + var word = this.words[i] | 0; + this.words[i] = (carry << (26 - r)) | (word >>> r); + carry = word & mask; + } + + // Push carried bits as a mask + if (maskedWords && carry !== 0) { + maskedWords.words[maskedWords.length++] = carry; + } + + if (this.length === 0) { + this.words[0] = 0; + this.length = 1; + } + + return this._strip(); + }; + + BN.prototype.ishrn = function ishrn (bits, hint, extended) { + // TODO(indutny): implement me + assert(this.negative === 0); + return this.iushrn(bits, hint, extended); + }; + + // Shift-left + BN.prototype.shln = function shln (bits) { + return this.clone().ishln(bits); + }; + + BN.prototype.ushln = function ushln (bits) { + return this.clone().iushln(bits); + }; + + // Shift-right + BN.prototype.shrn = function shrn (bits) { + return this.clone().ishrn(bits); + }; + + BN.prototype.ushrn = function ushrn (bits) { + return this.clone().iushrn(bits); + }; + + // Test if n bit is set + BN.prototype.testn = function testn (bit) { + assert(typeof bit === 'number' && bit >= 0); + var r = bit % 26; + var s = (bit - r) / 26; + var q = 1 << r; + + // Fast case: bit is much higher than all existing words + if (this.length <= s) return false; + + // Check bit and return + var w = this.words[s]; + + return !!(w & q); + }; + + // Return only lowers bits of number (in-place) + BN.prototype.imaskn = function imaskn (bits) { + assert(typeof bits === 'number' && bits >= 0); + var r = bits % 26; + var s = (bits - r) / 26; + + assert(this.negative === 0, 'imaskn works only with positive numbers'); + + if (this.length <= s) { + return this; + } + + if (r !== 0) { + s++; + } + this.length = Math.min(s, this.length); + + if (r !== 0) { + var mask = 0x3ffffff ^ ((0x3ffffff >>> r) << r); + this.words[this.length - 1] &= mask; + } + + return this._strip(); + }; + + // Return only lowers bits of number + BN.prototype.maskn = function maskn (bits) { + return this.clone().imaskn(bits); + }; + + // Add plain number `num` to `this` + BN.prototype.iaddn = function iaddn (num) { + assert(typeof num === 'number'); + assert(num < 0x4000000); + if (num < 0) return this.isubn(-num); + + // Possible sign change + if (this.negative !== 0) { + if (this.length === 1 && (this.words[0] | 0) <= num) { + this.words[0] = num - (this.words[0] | 0); + this.negative = 0; + return this; + } + + this.negative = 0; + this.isubn(num); + this.negative = 1; + return this; + } + + // Add without checks + return this._iaddn(num); + }; + + BN.prototype._iaddn = function _iaddn (num) { + this.words[0] += num; + + // Carry + for (var i = 0; i < this.length && this.words[i] >= 0x4000000; i++) { + this.words[i] -= 0x4000000; + if (i === this.length - 1) { + this.words[i + 1] = 1; + } else { + this.words[i + 1]++; + } + } + this.length = Math.max(this.length, i + 1); + + return this; + }; + + // Subtract plain number `num` from `this` + BN.prototype.isubn = function isubn (num) { + assert(typeof num === 'number'); + assert(num < 0x4000000); + if (num < 0) return this.iaddn(-num); + + if (this.negative !== 0) { + this.negative = 0; + this.iaddn(num); + this.negative = 1; + return this; + } + + this.words[0] -= num; + + if (this.length === 1 && this.words[0] < 0) { + this.words[0] = -this.words[0]; + this.negative = 1; + } else { + // Carry + for (var i = 0; i < this.length && this.words[i] < 0; i++) { + this.words[i] += 0x4000000; + this.words[i + 1] -= 1; + } + } + + return this._strip(); + }; + + BN.prototype.addn = function addn (num) { + return this.clone().iaddn(num); + }; + + BN.prototype.subn = function subn (num) { + return this.clone().isubn(num); + }; + + BN.prototype.iabs = function iabs () { + this.negative = 0; + + return this; + }; + + BN.prototype.abs = function abs () { + return this.clone().iabs(); + }; + + BN.prototype._ishlnsubmul = function _ishlnsubmul (num, mul, shift) { + var len = num.length + shift; + var i; + + this._expand(len); + + var w; + var carry = 0; + for (i = 0; i < num.length; i++) { + w = (this.words[i + shift] | 0) + carry; + var right = (num.words[i] | 0) * mul; + w -= right & 0x3ffffff; + carry = (w >> 26) - ((right / 0x4000000) | 0); + this.words[i + shift] = w & 0x3ffffff; + } + for (; i < this.length - shift; i++) { + w = (this.words[i + shift] | 0) + carry; + carry = w >> 26; + this.words[i + shift] = w & 0x3ffffff; + } + + if (carry === 0) return this._strip(); + + // Subtraction overflow + assert(carry === -1); + carry = 0; + for (i = 0; i < this.length; i++) { + w = -(this.words[i] | 0) + carry; + carry = w >> 26; + this.words[i] = w & 0x3ffffff; + } + this.negative = 1; + + return this._strip(); + }; + + BN.prototype._wordDiv = function _wordDiv (num, mode) { + var shift = this.length - num.length; + + var a = this.clone(); + var b = num; + + // Normalize + var bhi = b.words[b.length - 1] | 0; + var bhiBits = this._countBits(bhi); + shift = 26 - bhiBits; + if (shift !== 0) { + b = b.ushln(shift); + a.iushln(shift); + bhi = b.words[b.length - 1] | 0; + } + + // Initialize quotient + var m = a.length - b.length; + var q; + + if (mode !== 'mod') { + q = new BN(null); + q.length = m + 1; + q.words = new Array(q.length); + for (var i = 0; i < q.length; i++) { + q.words[i] = 0; + } + } + + var diff = a.clone()._ishlnsubmul(b, 1, m); + if (diff.negative === 0) { + a = diff; + if (q) { + q.words[m] = 1; + } + } + + for (var j = m - 1; j >= 0; j--) { + var qj = (a.words[b.length + j] | 0) * 0x4000000 + + (a.words[b.length + j - 1] | 0); + + // NOTE: (qj / bhi) is (0x3ffffff * 0x4000000 + 0x3ffffff) / 0x2000000 max + // (0x7ffffff) + qj = Math.min((qj / bhi) | 0, 0x3ffffff); + + a._ishlnsubmul(b, qj, j); + while (a.negative !== 0) { + qj--; + a.negative = 0; + a._ishlnsubmul(b, 1, j); + if (!a.isZero()) { + a.negative ^= 1; + } + } + if (q) { + q.words[j] = qj; + } + } + if (q) { + q._strip(); + } + a._strip(); + + // Denormalize + if (mode !== 'div' && shift !== 0) { + a.iushrn(shift); + } + + return { + div: q || null, + mod: a + }; + }; + + // NOTE: 1) `mode` can be set to `mod` to request mod only, + // to `div` to request div only, or be absent to + // request both div & mod + // 2) `positive` is true if unsigned mod is requested + BN.prototype.divmod = function divmod (num, mode, positive) { + assert(!num.isZero()); + + if (this.isZero()) { + return { + div: new BN(0), + mod: new BN(0) + }; + } + + var div, mod, res; + if (this.negative !== 0 && num.negative === 0) { + res = this.neg().divmod(num, mode); + + if (mode !== 'mod') { + div = res.div.neg(); + } + + if (mode !== 'div') { + mod = res.mod.neg(); + if (positive && mod.negative !== 0) { + mod.iadd(num); + } + } + + return { + div: div, + mod: mod + }; + } + + if (this.negative === 0 && num.negative !== 0) { + res = this.divmod(num.neg(), mode); + + if (mode !== 'mod') { + div = res.div.neg(); + } + + return { + div: div, + mod: res.mod + }; + } + + if ((this.negative & num.negative) !== 0) { + res = this.neg().divmod(num.neg(), mode); + + if (mode !== 'div') { + mod = res.mod.neg(); + if (positive && mod.negative !== 0) { + mod.isub(num); + } + } + + return { + div: res.div, + mod: mod + }; + } + + // Both numbers are positive at this point + + // Strip both numbers to approximate shift value + if (num.length > this.length || this.cmp(num) < 0) { + return { + div: new BN(0), + mod: this + }; + } + + // Very short reduction + if (num.length === 1) { + if (mode === 'div') { + return { + div: this.divn(num.words[0]), + mod: null + }; + } + + if (mode === 'mod') { + return { + div: null, + mod: new BN(this.modrn(num.words[0])) + }; + } + + return { + div: this.divn(num.words[0]), + mod: new BN(this.modrn(num.words[0])) + }; + } + + return this._wordDiv(num, mode); + }; + + // Find `this` / `num` + BN.prototype.div = function div (num) { + return this.divmod(num, 'div', false).div; + }; + + // Find `this` % `num` + BN.prototype.mod = function mod (num) { + return this.divmod(num, 'mod', false).mod; + }; + + BN.prototype.umod = function umod (num) { + return this.divmod(num, 'mod', true).mod; + }; + + // Find Round(`this` / `num`) + BN.prototype.divRound = function divRound (num) { + var dm = this.divmod(num); + + // Fast case - exact division + if (dm.mod.isZero()) return dm.div; + + var mod = dm.div.negative !== 0 ? dm.mod.isub(num) : dm.mod; + + var half = num.ushrn(1); + var r2 = num.andln(1); + var cmp = mod.cmp(half); + + // Round down + if (cmp < 0 || (r2 === 1 && cmp === 0)) return dm.div; + + // Round up + return dm.div.negative !== 0 ? dm.div.isubn(1) : dm.div.iaddn(1); + }; + + BN.prototype.modrn = function modrn (num) { + var isNegNum = num < 0; + if (isNegNum) num = -num; + + assert(num <= 0x3ffffff); + var p = (1 << 26) % num; + + var acc = 0; + for (var i = this.length - 1; i >= 0; i--) { + acc = (p * acc + (this.words[i] | 0)) % num; + } + + return isNegNum ? -acc : acc; + }; + + // WARNING: DEPRECATED + BN.prototype.modn = function modn (num) { + return this.modrn(num); + }; + + // In-place division by number + BN.prototype.idivn = function idivn (num) { + var isNegNum = num < 0; + if (isNegNum) num = -num; + + assert(num <= 0x3ffffff); + + var carry = 0; + for (var i = this.length - 1; i >= 0; i--) { + var w = (this.words[i] | 0) + carry * 0x4000000; + this.words[i] = (w / num) | 0; + carry = w % num; + } + + this._strip(); + return isNegNum ? this.ineg() : this; + }; + + BN.prototype.divn = function divn (num) { + return this.clone().idivn(num); + }; + + BN.prototype.egcd = function egcd (p) { + assert(p.negative === 0); + assert(!p.isZero()); + + var x = this; + var y = p.clone(); + + if (x.negative !== 0) { + x = x.umod(p); + } else { + x = x.clone(); + } + + // A * x + B * y = x + var A = new BN(1); + var B = new BN(0); + + // C * x + D * y = y + var C = new BN(0); + var D = new BN(1); + + var g = 0; + + while (x.isEven() && y.isEven()) { + x.iushrn(1); + y.iushrn(1); + ++g; + } + + var yp = y.clone(); + var xp = x.clone(); + + while (!x.isZero()) { + for (var i = 0, im = 1; (x.words[0] & im) === 0 && i < 26; ++i, im <<= 1); + if (i > 0) { + x.iushrn(i); + while (i-- > 0) { + if (A.isOdd() || B.isOdd()) { + A.iadd(yp); + B.isub(xp); + } + + A.iushrn(1); + B.iushrn(1); + } + } + + for (var j = 0, jm = 1; (y.words[0] & jm) === 0 && j < 26; ++j, jm <<= 1); + if (j > 0) { + y.iushrn(j); + while (j-- > 0) { + if (C.isOdd() || D.isOdd()) { + C.iadd(yp); + D.isub(xp); + } + + C.iushrn(1); + D.iushrn(1); + } + } + + if (x.cmp(y) >= 0) { + x.isub(y); + A.isub(C); + B.isub(D); + } else { + y.isub(x); + C.isub(A); + D.isub(B); + } + } + + return { + a: C, + b: D, + gcd: y.iushln(g) + }; + }; + + // This is reduced incarnation of the binary EEA + // above, designated to invert members of the + // _prime_ fields F(p) at a maximal speed + BN.prototype._invmp = function _invmp (p) { + assert(p.negative === 0); + assert(!p.isZero()); + + var a = this; + var b = p.clone(); + + if (a.negative !== 0) { + a = a.umod(p); + } else { + a = a.clone(); + } + + var x1 = new BN(1); + var x2 = new BN(0); + + var delta = b.clone(); + + while (a.cmpn(1) > 0 && b.cmpn(1) > 0) { + for (var i = 0, im = 1; (a.words[0] & im) === 0 && i < 26; ++i, im <<= 1); + if (i > 0) { + a.iushrn(i); + while (i-- > 0) { + if (x1.isOdd()) { + x1.iadd(delta); + } + + x1.iushrn(1); + } + } + + for (var j = 0, jm = 1; (b.words[0] & jm) === 0 && j < 26; ++j, jm <<= 1); + if (j > 0) { + b.iushrn(j); + while (j-- > 0) { + if (x2.isOdd()) { + x2.iadd(delta); + } + + x2.iushrn(1); + } + } + + if (a.cmp(b) >= 0) { + a.isub(b); + x1.isub(x2); + } else { + b.isub(a); + x2.isub(x1); + } + } + + var res; + if (a.cmpn(1) === 0) { + res = x1; + } else { + res = x2; + } + + if (res.cmpn(0) < 0) { + res.iadd(p); + } + + return res; + }; + + BN.prototype.gcd = function gcd (num) { + if (this.isZero()) return num.abs(); + if (num.isZero()) return this.abs(); + + var a = this.clone(); + var b = num.clone(); + a.negative = 0; + b.negative = 0; + + // Remove common factor of two + for (var shift = 0; a.isEven() && b.isEven(); shift++) { + a.iushrn(1); + b.iushrn(1); + } + + do { + while (a.isEven()) { + a.iushrn(1); + } + while (b.isEven()) { + b.iushrn(1); + } + + var r = a.cmp(b); + if (r < 0) { + // Swap `a` and `b` to make `a` always bigger than `b` + var t = a; + a = b; + b = t; + } else if (r === 0 || b.cmpn(1) === 0) { + break; + } + + a.isub(b); + } while (true); + + return b.iushln(shift); + }; + + // Invert number in the field F(num) + BN.prototype.invm = function invm (num) { + return this.egcd(num).a.umod(num); + }; + + BN.prototype.isEven = function isEven () { + return (this.words[0] & 1) === 0; + }; + + BN.prototype.isOdd = function isOdd () { + return (this.words[0] & 1) === 1; + }; + + // And first word and num + BN.prototype.andln = function andln (num) { + return this.words[0] & num; + }; + + // Increment at the bit position in-line + BN.prototype.bincn = function bincn (bit) { + assert(typeof bit === 'number'); + var r = bit % 26; + var s = (bit - r) / 26; + var q = 1 << r; + + // Fast case: bit is much higher than all existing words + if (this.length <= s) { + this._expand(s + 1); + this.words[s] |= q; + return this; + } + + // Add bit and propagate, if needed + var carry = q; + for (var i = s; carry !== 0 && i < this.length; i++) { + var w = this.words[i] | 0; + w += carry; + carry = w >>> 26; + w &= 0x3ffffff; + this.words[i] = w; + } + if (carry !== 0) { + this.words[i] = carry; + this.length++; + } + return this; + }; + + BN.prototype.isZero = function isZero () { + return this.length === 1 && this.words[0] === 0; + }; + + BN.prototype.cmpn = function cmpn (num) { + var negative = num < 0; + + if (this.negative !== 0 && !negative) return -1; + if (this.negative === 0 && negative) return 1; + + this._strip(); + + var res; + if (this.length > 1) { + res = 1; + } else { + if (negative) { + num = -num; + } + + assert(num <= 0x3ffffff, 'Number is too big'); + + var w = this.words[0] | 0; + res = w === num ? 0 : w < num ? -1 : 1; + } + if (this.negative !== 0) return -res | 0; + return res; + }; + + // Compare two numbers and return: + // 1 - if `this` > `num` + // 0 - if `this` == `num` + // -1 - if `this` < `num` + BN.prototype.cmp = function cmp (num) { + if (this.negative !== 0 && num.negative === 0) return -1; + if (this.negative === 0 && num.negative !== 0) return 1; + + var res = this.ucmp(num); + if (this.negative !== 0) return -res | 0; + return res; + }; + + // Unsigned comparison + BN.prototype.ucmp = function ucmp (num) { + // At this point both numbers have the same sign + if (this.length > num.length) return 1; + if (this.length < num.length) return -1; + + var res = 0; + for (var i = this.length - 1; i >= 0; i--) { + var a = this.words[i] | 0; + var b = num.words[i] | 0; + + if (a === b) continue; + if (a < b) { + res = -1; + } else if (a > b) { + res = 1; + } + break; + } + return res; + }; + + BN.prototype.gtn = function gtn (num) { + return this.cmpn(num) === 1; + }; + + BN.prototype.gt = function gt (num) { + return this.cmp(num) === 1; + }; + + BN.prototype.gten = function gten (num) { + return this.cmpn(num) >= 0; + }; + + BN.prototype.gte = function gte (num) { + return this.cmp(num) >= 0; + }; + + BN.prototype.ltn = function ltn (num) { + return this.cmpn(num) === -1; + }; + + BN.prototype.lt = function lt (num) { + return this.cmp(num) === -1; + }; + + BN.prototype.lten = function lten (num) { + return this.cmpn(num) <= 0; + }; + + BN.prototype.lte = function lte (num) { + return this.cmp(num) <= 0; + }; + + BN.prototype.eqn = function eqn (num) { + return this.cmpn(num) === 0; + }; + + BN.prototype.eq = function eq (num) { + return this.cmp(num) === 0; + }; + + // + // A reduce context, could be using montgomery or something better, depending + // on the `m` itself. + // + BN.red = function red (num) { + return new Red(num); + }; + + BN.prototype.toRed = function toRed (ctx) { + assert(!this.red, 'Already a number in reduction context'); + assert(this.negative === 0, 'red works only with positives'); + return ctx.convertTo(this)._forceRed(ctx); + }; + + BN.prototype.fromRed = function fromRed () { + assert(this.red, 'fromRed works only with numbers in reduction context'); + return this.red.convertFrom(this); + }; + + BN.prototype._forceRed = function _forceRed (ctx) { + this.red = ctx; + return this; + }; + + BN.prototype.forceRed = function forceRed (ctx) { + assert(!this.red, 'Already a number in reduction context'); + return this._forceRed(ctx); + }; + + BN.prototype.redAdd = function redAdd (num) { + assert(this.red, 'redAdd works only with red numbers'); + return this.red.add(this, num); + }; + + BN.prototype.redIAdd = function redIAdd (num) { + assert(this.red, 'redIAdd works only with red numbers'); + return this.red.iadd(this, num); + }; + + BN.prototype.redSub = function redSub (num) { + assert(this.red, 'redSub works only with red numbers'); + return this.red.sub(this, num); + }; + + BN.prototype.redISub = function redISub (num) { + assert(this.red, 'redISub works only with red numbers'); + return this.red.isub(this, num); + }; + + BN.prototype.redShl = function redShl (num) { + assert(this.red, 'redShl works only with red numbers'); + return this.red.shl(this, num); + }; + + BN.prototype.redMul = function redMul (num) { + assert(this.red, 'redMul works only with red numbers'); + this.red._verify2(this, num); + return this.red.mul(this, num); + }; + + BN.prototype.redIMul = function redIMul (num) { + assert(this.red, 'redMul works only with red numbers'); + this.red._verify2(this, num); + return this.red.imul(this, num); + }; + + BN.prototype.redSqr = function redSqr () { + assert(this.red, 'redSqr works only with red numbers'); + this.red._verify1(this); + return this.red.sqr(this); + }; + + BN.prototype.redISqr = function redISqr () { + assert(this.red, 'redISqr works only with red numbers'); + this.red._verify1(this); + return this.red.isqr(this); + }; + + // Square root over p + BN.prototype.redSqrt = function redSqrt () { + assert(this.red, 'redSqrt works only with red numbers'); + this.red._verify1(this); + return this.red.sqrt(this); + }; + + BN.prototype.redInvm = function redInvm () { + assert(this.red, 'redInvm works only with red numbers'); + this.red._verify1(this); + return this.red.invm(this); + }; + + // Return negative clone of `this` % `red modulo` + BN.prototype.redNeg = function redNeg () { + assert(this.red, 'redNeg works only with red numbers'); + this.red._verify1(this); + return this.red.neg(this); + }; + + BN.prototype.redPow = function redPow (num) { + assert(this.red && !num.red, 'redPow(normalNum)'); + this.red._verify1(this); + return this.red.pow(this, num); + }; + + // Prime numbers with efficient reduction + var primes = { + k256: null, + p224: null, + p192: null, + p25519: null + }; + + // Pseudo-Mersenne prime + function MPrime (name, p) { + // P = 2 ^ N - K + this.name = name; + this.p = new BN(p, 16); + this.n = this.p.bitLength(); + this.k = new BN(1).iushln(this.n).isub(this.p); + + this.tmp = this._tmp(); + } + + MPrime.prototype._tmp = function _tmp () { + var tmp = new BN(null); + tmp.words = new Array(Math.ceil(this.n / 13)); + return tmp; + }; + + MPrime.prototype.ireduce = function ireduce (num) { + // Assumes that `num` is less than `P^2` + // num = HI * (2 ^ N - K) + HI * K + LO = HI * K + LO (mod P) + var r = num; + var rlen; + + do { + this.split(r, this.tmp); + r = this.imulK(r); + r = r.iadd(this.tmp); + rlen = r.bitLength(); + } while (rlen > this.n); + + var cmp = rlen < this.n ? -1 : r.ucmp(this.p); + if (cmp === 0) { + r.words[0] = 0; + r.length = 1; + } else if (cmp > 0) { + r.isub(this.p); + } else { + if (r.strip !== undefined) { + // r is a BN v4 instance + r.strip(); + } else { + // r is a BN v5 instance + r._strip(); + } + } + + return r; + }; + + MPrime.prototype.split = function split (input, out) { + input.iushrn(this.n, 0, out); + }; + + MPrime.prototype.imulK = function imulK (num) { + return num.imul(this.k); + }; + + function K256 () { + MPrime.call( + this, + 'k256', + 'ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f'); + } + inherits(K256, MPrime); + + K256.prototype.split = function split (input, output) { + // 256 = 9 * 26 + 22 + var mask = 0x3fffff; + + var outLen = Math.min(input.length, 9); + for (var i = 0; i < outLen; i++) { + output.words[i] = input.words[i]; + } + output.length = outLen; + + if (input.length <= 9) { + input.words[0] = 0; + input.length = 1; + return; + } + + // Shift by 9 limbs + var prev = input.words[9]; + output.words[output.length++] = prev & mask; + + for (i = 10; i < input.length; i++) { + var next = input.words[i] | 0; + input.words[i - 10] = ((next & mask) << 4) | (prev >>> 22); + prev = next; + } + prev >>>= 22; + input.words[i - 10] = prev; + if (prev === 0 && input.length > 10) { + input.length -= 10; + } else { + input.length -= 9; + } + }; + + K256.prototype.imulK = function imulK (num) { + // K = 0x1000003d1 = [ 0x40, 0x3d1 ] + num.words[num.length] = 0; + num.words[num.length + 1] = 0; + num.length += 2; + + // bounded at: 0x40 * 0x3ffffff + 0x3d0 = 0x100000390 + var lo = 0; + for (var i = 0; i < num.length; i++) { + var w = num.words[i] | 0; + lo += w * 0x3d1; + num.words[i] = lo & 0x3ffffff; + lo = w * 0x40 + ((lo / 0x4000000) | 0); + } + + // Fast length reduction + if (num.words[num.length - 1] === 0) { + num.length--; + if (num.words[num.length - 1] === 0) { + num.length--; + } + } + return num; + }; + + function P224 () { + MPrime.call( + this, + 'p224', + 'ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001'); + } + inherits(P224, MPrime); + + function P192 () { + MPrime.call( + this, + 'p192', + 'ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff'); + } + inherits(P192, MPrime); + + function P25519 () { + // 2 ^ 255 - 19 + MPrime.call( + this, + '25519', + '7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed'); + } + inherits(P25519, MPrime); + + P25519.prototype.imulK = function imulK (num) { + // K = 0x13 + var carry = 0; + for (var i = 0; i < num.length; i++) { + var hi = (num.words[i] | 0) * 0x13 + carry; + var lo = hi & 0x3ffffff; + hi >>>= 26; + + num.words[i] = lo; + carry = hi; + } + if (carry !== 0) { + num.words[num.length++] = carry; + } + return num; + }; + + // Exported mostly for testing purposes, use plain name instead + BN._prime = function prime (name) { + // Cached version of prime + if (primes[name]) return primes[name]; + + var prime; + if (name === 'k256') { + prime = new K256(); + } else if (name === 'p224') { + prime = new P224(); + } else if (name === 'p192') { + prime = new P192(); + } else if (name === 'p25519') { + prime = new P25519(); + } else { + throw new Error('Unknown prime ' + name); + } + primes[name] = prime; + + return prime; + }; + + // + // Base reduction engine + // + function Red (m) { + if (typeof m === 'string') { + var prime = BN._prime(m); + this.m = prime.p; + this.prime = prime; + } else { + assert(m.gtn(1), 'modulus must be greater than 1'); + this.m = m; + this.prime = null; + } + } + + Red.prototype._verify1 = function _verify1 (a) { + assert(a.negative === 0, 'red works only with positives'); + assert(a.red, 'red works only with red numbers'); + }; + + Red.prototype._verify2 = function _verify2 (a, b) { + assert((a.negative | b.negative) === 0, 'red works only with positives'); + assert(a.red && a.red === b.red, + 'red works only with red numbers'); + }; + + Red.prototype.imod = function imod (a) { + if (this.prime) return this.prime.ireduce(a)._forceRed(this); + + move(a, a.umod(this.m)._forceRed(this)); + return a; + }; + + Red.prototype.neg = function neg (a) { + if (a.isZero()) { + return a.clone(); + } + + return this.m.sub(a)._forceRed(this); + }; + + Red.prototype.add = function add (a, b) { + this._verify2(a, b); + + var res = a.add(b); + if (res.cmp(this.m) >= 0) { + res.isub(this.m); + } + return res._forceRed(this); + }; + + Red.prototype.iadd = function iadd (a, b) { + this._verify2(a, b); + + var res = a.iadd(b); + if (res.cmp(this.m) >= 0) { + res.isub(this.m); + } + return res; + }; + + Red.prototype.sub = function sub (a, b) { + this._verify2(a, b); + + var res = a.sub(b); + if (res.cmpn(0) < 0) { + res.iadd(this.m); + } + return res._forceRed(this); + }; + + Red.prototype.isub = function isub (a, b) { + this._verify2(a, b); + + var res = a.isub(b); + if (res.cmpn(0) < 0) { + res.iadd(this.m); + } + return res; + }; + + Red.prototype.shl = function shl (a, num) { + this._verify1(a); + return this.imod(a.ushln(num)); + }; + + Red.prototype.imul = function imul (a, b) { + this._verify2(a, b); + return this.imod(a.imul(b)); + }; + + Red.prototype.mul = function mul (a, b) { + this._verify2(a, b); + return this.imod(a.mul(b)); + }; + + Red.prototype.isqr = function isqr (a) { + return this.imul(a, a.clone()); + }; + + Red.prototype.sqr = function sqr (a) { + return this.mul(a, a); + }; + + Red.prototype.sqrt = function sqrt (a) { + if (a.isZero()) return a.clone(); + + var mod3 = this.m.andln(3); + assert(mod3 % 2 === 1); + + // Fast case + if (mod3 === 3) { + var pow = this.m.add(new BN(1)).iushrn(2); + return this.pow(a, pow); + } + + // Tonelli-Shanks algorithm (Totally unoptimized and slow) + // + // Find Q and S, that Q * 2 ^ S = (P - 1) + var q = this.m.subn(1); + var s = 0; + while (!q.isZero() && q.andln(1) === 0) { + s++; + q.iushrn(1); + } + assert(!q.isZero()); + + var one = new BN(1).toRed(this); + var nOne = one.redNeg(); + + // Find quadratic non-residue + // NOTE: Max is such because of generalized Riemann hypothesis. + var lpow = this.m.subn(1).iushrn(1); + var z = this.m.bitLength(); + z = new BN(2 * z * z).toRed(this); + + while (this.pow(z, lpow).cmp(nOne) !== 0) { + z.redIAdd(nOne); + } + + var c = this.pow(z, q); + var r = this.pow(a, q.addn(1).iushrn(1)); + var t = this.pow(a, q); + var m = s; + while (t.cmp(one) !== 0) { + var tmp = t; + for (var i = 0; tmp.cmp(one) !== 0; i++) { + tmp = tmp.redSqr(); + } + assert(i < m); + var b = this.pow(c, new BN(1).iushln(m - i - 1)); + + r = r.redMul(b); + c = b.redSqr(); + t = t.redMul(c); + m = i; + } + + return r; + }; + + Red.prototype.invm = function invm (a) { + var inv = a._invmp(this.m); + if (inv.negative !== 0) { + inv.negative = 0; + return this.imod(inv).redNeg(); + } else { + return this.imod(inv); + } + }; + + Red.prototype.pow = function pow (a, num) { + if (num.isZero()) return new BN(1).toRed(this); + if (num.cmpn(1) === 0) return a.clone(); + + var windowSize = 4; + var wnd = new Array(1 << windowSize); + wnd[0] = new BN(1).toRed(this); + wnd[1] = a; + for (var i = 2; i < wnd.length; i++) { + wnd[i] = this.mul(wnd[i - 1], a); + } + + var res = wnd[0]; + var current = 0; + var currentLen = 0; + var start = num.bitLength() % 26; + if (start === 0) { + start = 26; + } + + for (i = num.length - 1; i >= 0; i--) { + var word = num.words[i]; + for (var j = start - 1; j >= 0; j--) { + var bit = (word >> j) & 1; + if (res !== wnd[0]) { + res = this.sqr(res); + } + + if (bit === 0 && current === 0) { + currentLen = 0; + continue; + } + + current <<= 1; + current |= bit; + currentLen++; + if (currentLen !== windowSize && (i !== 0 || j !== 0)) continue; + + res = this.mul(res, wnd[current]); + currentLen = 0; + current = 0; + } + start = 26; + } + + return res; + }; + + Red.prototype.convertTo = function convertTo (num) { + var r = num.umod(this.m); + + return r === num ? r.clone() : r; + }; + + Red.prototype.convertFrom = function convertFrom (num) { + var res = num.clone(); + res.red = null; + return res; + }; + + // + // Montgomery method engine + // + + BN.mont = function mont (num) { + return new Mont(num); + }; + + function Mont (m) { + Red.call(this, m); + + this.shift = this.m.bitLength(); + if (this.shift % 26 !== 0) { + this.shift += 26 - (this.shift % 26); + } + + this.r = new BN(1).iushln(this.shift); + this.r2 = this.imod(this.r.sqr()); + this.rinv = this.r._invmp(this.m); + + this.minv = this.rinv.mul(this.r).isubn(1).div(this.m); + this.minv = this.minv.umod(this.r); + this.minv = this.r.sub(this.minv); + } + inherits(Mont, Red); + + Mont.prototype.convertTo = function convertTo (num) { + return this.imod(num.ushln(this.shift)); + }; + + Mont.prototype.convertFrom = function convertFrom (num) { + var r = this.imod(num.mul(this.rinv)); + r.red = null; + return r; + }; + + Mont.prototype.imul = function imul (a, b) { + if (a.isZero() || b.isZero()) { + a.words[0] = 0; + a.length = 1; + return a; + } + + var t = a.imul(b); + var c = t.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m); + var u = t.isub(c).iushrn(this.shift); + var res = u; + + if (u.cmp(this.m) >= 0) { + res = u.isub(this.m); + } else if (u.cmpn(0) < 0) { + res = u.iadd(this.m); + } + + return res._forceRed(this); + }; + + Mont.prototype.mul = function mul (a, b) { + if (a.isZero() || b.isZero()) return new BN(0)._forceRed(this); + + var t = a.mul(b); + var c = t.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m); + var u = t.isub(c).iushrn(this.shift); + var res = u; + if (u.cmp(this.m) >= 0) { + res = u.isub(this.m); + } else if (u.cmpn(0) < 0) { + res = u.iadd(this.m); + } + + return res._forceRed(this); + }; + + Mont.prototype.invm = function invm (a) { + // (AR)^-1 * R^2 = (A^-1 * R^-1) * R^2 = A^-1 * R + var res = this.imod(a._invmp(this.m).mul(this.r2)); + return res._forceRed(this); + }; +})(typeof module === 'undefined' || module, this); + +},{"buffer":"../node_modules/parcel/src/builtins/_empty.js"}],"../node_modules/vm-browserify/index.js":[function(require,module,exports) { +var indexOf = function (xs, item) { + if (xs.indexOf) return xs.indexOf(item); + else for (var i = 0; i < xs.length; i++) { + if (xs[i] === item) return i; + } + return -1; +}; +var Object_keys = function (obj) { + if (Object.keys) return Object.keys(obj) + else { + var res = []; + for (var key in obj) res.push(key) + return res; + } +}; + +var forEach = function (xs, fn) { + if (xs.forEach) return xs.forEach(fn) + else for (var i = 0; i < xs.length; i++) { + fn(xs[i], i, xs); + } +}; + +var defineProp = (function() { + try { + Object.defineProperty({}, '_', {}); + return function(obj, name, value) { + Object.defineProperty(obj, name, { + writable: true, + enumerable: false, + configurable: true, + value: value + }) + }; + } catch(e) { + return function(obj, name, value) { + obj[name] = value; + }; + } +}()); + +var globals = ['Array', 'Boolean', 'Date', 'Error', 'EvalError', 'Function', +'Infinity', 'JSON', 'Math', 'NaN', 'Number', 'Object', 'RangeError', +'ReferenceError', 'RegExp', 'String', 'SyntaxError', 'TypeError', 'URIError', +'decodeURI', 'decodeURIComponent', 'encodeURI', 'encodeURIComponent', 'escape', +'eval', 'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'undefined', 'unescape']; + +function Context() {} +Context.prototype = {}; + +var Script = exports.Script = function NodeScript (code) { + if (!(this instanceof Script)) return new Script(code); + this.code = code; +}; + +Script.prototype.runInContext = function (context) { + if (!(context instanceof Context)) { + throw new TypeError("needs a 'context' argument."); + } + + var iframe = document.createElement('iframe'); + if (!iframe.style) iframe.style = {}; + iframe.style.display = 'none'; + + document.body.appendChild(iframe); + + var win = iframe.contentWindow; + var wEval = win.eval, wExecScript = win.execScript; + + if (!wEval && wExecScript) { + // win.eval() magically appears when this is called in IE: + wExecScript.call(win, 'null'); + wEval = win.eval; + } + + forEach(Object_keys(context), function (key) { + win[key] = context[key]; + }); + forEach(globals, function (key) { + if (context[key]) { + win[key] = context[key]; + } + }); + + var winKeys = Object_keys(win); + + var res = wEval.call(win, this.code); + + forEach(Object_keys(win), function (key) { + // Avoid copying circular objects like `top` and `window` by only + // updating existing context properties or new properties in the `win` + // that was only introduced after the eval. + if (key in context || indexOf(winKeys, key) === -1) { + context[key] = win[key]; + } + }); + + forEach(globals, function (key) { + if (!(key in context)) { + defineProp(context, key, win[key]); + } + }); + + document.body.removeChild(iframe); + + return res; +}; + +Script.prototype.runInThisContext = function () { + return eval(this.code); // maybe... +}; + +Script.prototype.runInNewContext = function (context) { + var ctx = Script.createContext(context); + var res = this.runInContext(ctx); + + if (context) { + forEach(Object_keys(ctx), function (key) { + context[key] = ctx[key]; + }); + } + + return res; +}; + +forEach(Object_keys(Script.prototype), function (name) { + exports[name] = Script[name] = function (code) { + var s = Script(code); + return s[name].apply(s, [].slice.call(arguments, 1)); + }; +}); + +exports.isContext = function (context) { + return context instanceof Context; +}; + +exports.createScript = function (code) { + return exports.Script(code); +}; + +exports.createContext = Script.createContext = function (context) { + var copy = new Context(); + if(typeof context === 'object') { + forEach(Object_keys(context), function (key) { + copy[key] = context[key]; + }); + } + return copy; +}; + +},{}],"../node_modules/asn1.js/lib/asn1/api.js":[function(require,module,exports) { +var asn1 = require('../asn1'); +var inherits = require('inherits'); + +var api = exports; + +api.define = function define(name, body) { + return new Entity(name, body); +}; + +function Entity(name, body) { + this.name = name; + this.body = body; + + this.decoders = {}; + this.encoders = {}; +}; + +Entity.prototype._createNamed = function createNamed(base) { + var named; + try { + named = require('vm').runInThisContext( + '(function ' + this.name + '(entity) {\n' + + ' this._initNamed(entity);\n' + + '})' + ); + } catch (e) { + named = function (entity) { + this._initNamed(entity); + }; + } + inherits(named, base); + named.prototype._initNamed = function initnamed(entity) { + base.call(this, entity); + }; + + return new named(this); +}; + +Entity.prototype._getDecoder = function _getDecoder(enc) { + enc = enc || 'der'; + // Lazily create decoder + if (!this.decoders.hasOwnProperty(enc)) + this.decoders[enc] = this._createNamed(asn1.decoders[enc]); + return this.decoders[enc]; +}; + +Entity.prototype.decode = function decode(data, enc, options) { + return this._getDecoder(enc).decode(data, options); +}; + +Entity.prototype._getEncoder = function _getEncoder(enc) { + enc = enc || 'der'; + // Lazily create encoder + if (!this.encoders.hasOwnProperty(enc)) + this.encoders[enc] = this._createNamed(asn1.encoders[enc]); + return this.encoders[enc]; +}; + +Entity.prototype.encode = function encode(data, enc, /* internal */ reporter) { + return this._getEncoder(enc).encode(data, reporter); +}; + +},{"../asn1":"../node_modules/asn1.js/lib/asn1.js","inherits":"../node_modules/inherits/inherits_browser.js","vm":"../node_modules/vm-browserify/index.js"}],"../node_modules/asn1.js/lib/asn1/base/reporter.js":[function(require,module,exports) { +var inherits = require('inherits'); + +function Reporter(options) { + this._reporterState = { + obj: null, + path: [], + options: options || {}, + errors: [] + }; +} +exports.Reporter = Reporter; + +Reporter.prototype.isError = function isError(obj) { + return obj instanceof ReporterError; +}; + +Reporter.prototype.save = function save() { + var state = this._reporterState; + + return { obj: state.obj, pathLen: state.path.length }; +}; + +Reporter.prototype.restore = function restore(data) { + var state = this._reporterState; + + state.obj = data.obj; + state.path = state.path.slice(0, data.pathLen); +}; + +Reporter.prototype.enterKey = function enterKey(key) { + return this._reporterState.path.push(key); +}; + +Reporter.prototype.exitKey = function exitKey(index) { + var state = this._reporterState; + + state.path = state.path.slice(0, index - 1); +}; + +Reporter.prototype.leaveKey = function leaveKey(index, key, value) { + var state = this._reporterState; + + this.exitKey(index); + if (state.obj !== null) + state.obj[key] = value; +}; + +Reporter.prototype.path = function path() { + return this._reporterState.path.join('/'); +}; + +Reporter.prototype.enterObject = function enterObject() { + var state = this._reporterState; + + var prev = state.obj; + state.obj = {}; + return prev; +}; + +Reporter.prototype.leaveObject = function leaveObject(prev) { + var state = this._reporterState; + + var now = state.obj; + state.obj = prev; + return now; +}; + +Reporter.prototype.error = function error(msg) { + var err; + var state = this._reporterState; + + var inherited = msg instanceof ReporterError; + if (inherited) { + err = msg; + } else { + err = new ReporterError(state.path.map(function(elem) { + return '[' + JSON.stringify(elem) + ']'; + }).join(''), msg.message || msg, msg.stack); + } + + if (!state.options.partial) + throw err; + + if (!inherited) + state.errors.push(err); + + return err; +}; + +Reporter.prototype.wrapResult = function wrapResult(result) { + var state = this._reporterState; + if (!state.options.partial) + return result; + + return { + result: this.isError(result) ? null : result, + errors: state.errors + }; +}; + +function ReporterError(path, msg) { + this.path = path; + this.rethrow(msg); +}; +inherits(ReporterError, Error); + +ReporterError.prototype.rethrow = function rethrow(msg) { + this.message = msg + ' at: ' + (this.path || '(shallow)'); + if (Error.captureStackTrace) + Error.captureStackTrace(this, ReporterError); + + if (!this.stack) { + try { + // IE only adds stack when thrown + throw new Error(this.message); + } catch (e) { + this.stack = e.stack; + } + } + return this; +}; + +},{"inherits":"../node_modules/inherits/inherits_browser.js"}],"../node_modules/asn1.js/lib/asn1/base/buffer.js":[function(require,module,exports) { + +var inherits = require('inherits'); +var Reporter = require('../base').Reporter; +var Buffer = require('buffer').Buffer; + +function DecoderBuffer(base, options) { + Reporter.call(this, options); + if (!Buffer.isBuffer(base)) { + this.error('Input not Buffer'); + return; + } + + this.base = base; + this.offset = 0; + this.length = base.length; +} +inherits(DecoderBuffer, Reporter); +exports.DecoderBuffer = DecoderBuffer; + +DecoderBuffer.prototype.save = function save() { + return { offset: this.offset, reporter: Reporter.prototype.save.call(this) }; +}; + +DecoderBuffer.prototype.restore = function restore(save) { + // Return skipped data + var res = new DecoderBuffer(this.base); + res.offset = save.offset; + res.length = this.offset; + + this.offset = save.offset; + Reporter.prototype.restore.call(this, save.reporter); + + return res; +}; + +DecoderBuffer.prototype.isEmpty = function isEmpty() { + return this.offset === this.length; +}; + +DecoderBuffer.prototype.readUInt8 = function readUInt8(fail) { + if (this.offset + 1 <= this.length) + return this.base.readUInt8(this.offset++, true); + else + return this.error(fail || 'DecoderBuffer overrun'); +} + +DecoderBuffer.prototype.skip = function skip(bytes, fail) { + if (!(this.offset + bytes <= this.length)) + return this.error(fail || 'DecoderBuffer overrun'); + + var res = new DecoderBuffer(this.base); + + // Share reporter state + res._reporterState = this._reporterState; + + res.offset = this.offset; + res.length = this.offset + bytes; + this.offset += bytes; + return res; +} + +DecoderBuffer.prototype.raw = function raw(save) { + return this.base.slice(save ? save.offset : this.offset, this.length); +} + +function EncoderBuffer(value, reporter) { + if (Array.isArray(value)) { + this.length = 0; + this.value = value.map(function(item) { + if (!(item instanceof EncoderBuffer)) + item = new EncoderBuffer(item, reporter); + this.length += item.length; + return item; + }, this); + } else if (typeof value === 'number') { + if (!(0 <= value && value <= 0xff)) + return reporter.error('non-byte EncoderBuffer value'); + this.value = value; + this.length = 1; + } else if (typeof value === 'string') { + this.value = value; + this.length = Buffer.byteLength(value); + } else if (Buffer.isBuffer(value)) { + this.value = value; + this.length = value.length; + } else { + return reporter.error('Unsupported type: ' + typeof value); + } +} +exports.EncoderBuffer = EncoderBuffer; + +EncoderBuffer.prototype.join = function join(out, offset) { + if (!out) + out = new Buffer(this.length); + if (!offset) + offset = 0; + + if (this.length === 0) + return out; + + if (Array.isArray(this.value)) { + this.value.forEach(function(item) { + item.join(out, offset); + offset += item.length; + }); + } else { + if (typeof this.value === 'number') + out[offset] = this.value; + else if (typeof this.value === 'string') + out.write(this.value, offset); + else if (Buffer.isBuffer(this.value)) + this.value.copy(out, offset); + offset += this.length; + } + + return out; +}; + +},{"inherits":"../node_modules/inherits/inherits_browser.js","../base":"../node_modules/asn1.js/lib/asn1/base/index.js","buffer":"../node_modules/buffer/index.js"}],"../node_modules/asn1.js/lib/asn1/base/node.js":[function(require,module,exports) { +var Reporter = require('../base').Reporter; +var EncoderBuffer = require('../base').EncoderBuffer; +var DecoderBuffer = require('../base').DecoderBuffer; +var assert = require('minimalistic-assert'); + +// Supported tags +var tags = [ + 'seq', 'seqof', 'set', 'setof', 'objid', 'bool', + 'gentime', 'utctime', 'null_', 'enum', 'int', 'objDesc', + 'bitstr', 'bmpstr', 'charstr', 'genstr', 'graphstr', 'ia5str', 'iso646str', + 'numstr', 'octstr', 'printstr', 't61str', 'unistr', 'utf8str', 'videostr' +]; + +// Public methods list +var methods = [ + 'key', 'obj', 'use', 'optional', 'explicit', 'implicit', 'def', 'choice', + 'any', 'contains' +].concat(tags); + +// Overrided methods list +var overrided = [ + '_peekTag', '_decodeTag', '_use', + '_decodeStr', '_decodeObjid', '_decodeTime', + '_decodeNull', '_decodeInt', '_decodeBool', '_decodeList', + + '_encodeComposite', '_encodeStr', '_encodeObjid', '_encodeTime', + '_encodeNull', '_encodeInt', '_encodeBool' +]; + +function Node(enc, parent) { + var state = {}; + this._baseState = state; + + state.enc = enc; + + state.parent = parent || null; + state.children = null; + + // State + state.tag = null; + state.args = null; + state.reverseArgs = null; + state.choice = null; + state.optional = false; + state.any = false; + state.obj = false; + state.use = null; + state.useDecoder = null; + state.key = null; + state['default'] = null; + state.explicit = null; + state.implicit = null; + state.contains = null; + + // Should create new instance on each method + if (!state.parent) { + state.children = []; + this._wrap(); + } +} +module.exports = Node; + +var stateProps = [ + 'enc', 'parent', 'children', 'tag', 'args', 'reverseArgs', 'choice', + 'optional', 'any', 'obj', 'use', 'alteredUse', 'key', 'default', 'explicit', + 'implicit', 'contains' +]; + +Node.prototype.clone = function clone() { + var state = this._baseState; + var cstate = {}; + stateProps.forEach(function(prop) { + cstate[prop] = state[prop]; + }); + var res = new this.constructor(cstate.parent); + res._baseState = cstate; + return res; +}; + +Node.prototype._wrap = function wrap() { + var state = this._baseState; + methods.forEach(function(method) { + this[method] = function _wrappedMethod() { + var clone = new this.constructor(this); + state.children.push(clone); + return clone[method].apply(clone, arguments); + }; + }, this); +}; + +Node.prototype._init = function init(body) { + var state = this._baseState; + + assert(state.parent === null); + body.call(this); + + // Filter children + state.children = state.children.filter(function(child) { + return child._baseState.parent === this; + }, this); + assert.equal(state.children.length, 1, 'Root node can have only one child'); +}; + +Node.prototype._useArgs = function useArgs(args) { + var state = this._baseState; + + // Filter children and args + var children = args.filter(function(arg) { + return arg instanceof this.constructor; + }, this); + args = args.filter(function(arg) { + return !(arg instanceof this.constructor); + }, this); + + if (children.length !== 0) { + assert(state.children === null); + state.children = children; + + // Replace parent to maintain backward link + children.forEach(function(child) { + child._baseState.parent = this; + }, this); + } + if (args.length !== 0) { + assert(state.args === null); + state.args = args; + state.reverseArgs = args.map(function(arg) { + if (typeof arg !== 'object' || arg.constructor !== Object) + return arg; + + var res = {}; + Object.keys(arg).forEach(function(key) { + if (key == (key | 0)) + key |= 0; + var value = arg[key]; + res[value] = key; + }); + return res; + }); + } +}; + +// +// Overrided methods +// + +overrided.forEach(function(method) { + Node.prototype[method] = function _overrided() { + var state = this._baseState; + throw new Error(method + ' not implemented for encoding: ' + state.enc); + }; +}); + +// +// Public methods +// + +tags.forEach(function(tag) { + Node.prototype[tag] = function _tagMethod() { + var state = this._baseState; + var args = Array.prototype.slice.call(arguments); + + assert(state.tag === null); + state.tag = tag; + + this._useArgs(args); + + return this; + }; +}); + +Node.prototype.use = function use(item) { + assert(item); + var state = this._baseState; + + assert(state.use === null); + state.use = item; + + return this; +}; + +Node.prototype.optional = function optional() { + var state = this._baseState; + + state.optional = true; + + return this; +}; + +Node.prototype.def = function def(val) { + var state = this._baseState; + + assert(state['default'] === null); + state['default'] = val; + state.optional = true; + + return this; +}; + +Node.prototype.explicit = function explicit(num) { + var state = this._baseState; + + assert(state.explicit === null && state.implicit === null); + state.explicit = num; + + return this; +}; + +Node.prototype.implicit = function implicit(num) { + var state = this._baseState; + + assert(state.explicit === null && state.implicit === null); + state.implicit = num; + + return this; +}; + +Node.prototype.obj = function obj() { + var state = this._baseState; + var args = Array.prototype.slice.call(arguments); + + state.obj = true; + + if (args.length !== 0) + this._useArgs(args); + + return this; +}; + +Node.prototype.key = function key(newKey) { + var state = this._baseState; + + assert(state.key === null); + state.key = newKey; + + return this; +}; + +Node.prototype.any = function any() { + var state = this._baseState; + + state.any = true; + + return this; +}; + +Node.prototype.choice = function choice(obj) { + var state = this._baseState; + + assert(state.choice === null); + state.choice = obj; + this._useArgs(Object.keys(obj).map(function(key) { + return obj[key]; + })); + + return this; +}; + +Node.prototype.contains = function contains(item) { + var state = this._baseState; + + assert(state.use === null); + state.contains = item; + + return this; +}; + +// +// Decoding +// + +Node.prototype._decode = function decode(input, options) { + var state = this._baseState; + + // Decode root node + if (state.parent === null) + return input.wrapResult(state.children[0]._decode(input, options)); + + var result = state['default']; + var present = true; + + var prevKey = null; + if (state.key !== null) + prevKey = input.enterKey(state.key); + + // Check if tag is there + if (state.optional) { + var tag = null; + if (state.explicit !== null) + tag = state.explicit; + else if (state.implicit !== null) + tag = state.implicit; + else if (state.tag !== null) + tag = state.tag; + + if (tag === null && !state.any) { + // Trial and Error + var save = input.save(); + try { + if (state.choice === null) + this._decodeGeneric(state.tag, input, options); + else + this._decodeChoice(input, options); + present = true; + } catch (e) { + present = false; + } + input.restore(save); + } else { + present = this._peekTag(input, tag, state.any); + + if (input.isError(present)) + return present; + } + } + + // Push object on stack + var prevObj; + if (state.obj && present) + prevObj = input.enterObject(); + + if (present) { + // Unwrap explicit values + if (state.explicit !== null) { + var explicit = this._decodeTag(input, state.explicit); + if (input.isError(explicit)) + return explicit; + input = explicit; + } + + var start = input.offset; + + // Unwrap implicit and normal values + if (state.use === null && state.choice === null) { + if (state.any) + var save = input.save(); + var body = this._decodeTag( + input, + state.implicit !== null ? state.implicit : state.tag, + state.any + ); + if (input.isError(body)) + return body; + + if (state.any) + result = input.raw(save); + else + input = body; + } + + if (options && options.track && state.tag !== null) + options.track(input.path(), start, input.length, 'tagged'); + + if (options && options.track && state.tag !== null) + options.track(input.path(), input.offset, input.length, 'content'); + + // Select proper method for tag + if (state.any) + result = result; + else if (state.choice === null) + result = this._decodeGeneric(state.tag, input, options); + else + result = this._decodeChoice(input, options); + + if (input.isError(result)) + return result; + + // Decode children + if (!state.any && state.choice === null && state.children !== null) { + state.children.forEach(function decodeChildren(child) { + // NOTE: We are ignoring errors here, to let parser continue with other + // parts of encoded data + child._decode(input, options); + }); + } + + // Decode contained/encoded by schema, only in bit or octet strings + if (state.contains && (state.tag === 'octstr' || state.tag === 'bitstr')) { + var data = new DecoderBuffer(result); + result = this._getUse(state.contains, input._reporterState.obj) + ._decode(data, options); + } + } + + // Pop object + if (state.obj && present) + result = input.leaveObject(prevObj); + + // Set key + if (state.key !== null && (result !== null || present === true)) + input.leaveKey(prevKey, state.key, result); + else if (prevKey !== null) + input.exitKey(prevKey); + + return result; +}; + +Node.prototype._decodeGeneric = function decodeGeneric(tag, input, options) { + var state = this._baseState; + + if (tag === 'seq' || tag === 'set') + return null; + if (tag === 'seqof' || tag === 'setof') + return this._decodeList(input, tag, state.args[0], options); + else if (/str$/.test(tag)) + return this._decodeStr(input, tag, options); + else if (tag === 'objid' && state.args) + return this._decodeObjid(input, state.args[0], state.args[1], options); + else if (tag === 'objid') + return this._decodeObjid(input, null, null, options); + else if (tag === 'gentime' || tag === 'utctime') + return this._decodeTime(input, tag, options); + else if (tag === 'null_') + return this._decodeNull(input, options); + else if (tag === 'bool') + return this._decodeBool(input, options); + else if (tag === 'objDesc') + return this._decodeStr(input, tag, options); + else if (tag === 'int' || tag === 'enum') + return this._decodeInt(input, state.args && state.args[0], options); + + if (state.use !== null) { + return this._getUse(state.use, input._reporterState.obj) + ._decode(input, options); + } else { + return input.error('unknown tag: ' + tag); + } +}; + +Node.prototype._getUse = function _getUse(entity, obj) { + + var state = this._baseState; + // Create altered use decoder if implicit is set + state.useDecoder = this._use(entity, obj); + assert(state.useDecoder._baseState.parent === null); + state.useDecoder = state.useDecoder._baseState.children[0]; + if (state.implicit !== state.useDecoder._baseState.implicit) { + state.useDecoder = state.useDecoder.clone(); + state.useDecoder._baseState.implicit = state.implicit; + } + return state.useDecoder; +}; + +Node.prototype._decodeChoice = function decodeChoice(input, options) { + var state = this._baseState; + var result = null; + var match = false; + + Object.keys(state.choice).some(function(key) { + var save = input.save(); + var node = state.choice[key]; + try { + var value = node._decode(input, options); + if (input.isError(value)) + return false; + + result = { type: key, value: value }; + match = true; + } catch (e) { + input.restore(save); + return false; + } + return true; + }, this); + + if (!match) + return input.error('Choice not matched'); + + return result; +}; + +// +// Encoding +// + +Node.prototype._createEncoderBuffer = function createEncoderBuffer(data) { + return new EncoderBuffer(data, this.reporter); +}; + +Node.prototype._encode = function encode(data, reporter, parent) { + var state = this._baseState; + if (state['default'] !== null && state['default'] === data) + return; + + var result = this._encodeValue(data, reporter, parent); + if (result === undefined) + return; + + if (this._skipDefault(result, reporter, parent)) + return; + + return result; +}; + +Node.prototype._encodeValue = function encode(data, reporter, parent) { + var state = this._baseState; + + // Decode root node + if (state.parent === null) + return state.children[0]._encode(data, reporter || new Reporter()); + + var result = null; + + // Set reporter to share it with a child class + this.reporter = reporter; + + // Check if data is there + if (state.optional && data === undefined) { + if (state['default'] !== null) + data = state['default'] + else + return; + } + + // Encode children first + var content = null; + var primitive = false; + if (state.any) { + // Anything that was given is translated to buffer + result = this._createEncoderBuffer(data); + } else if (state.choice) { + result = this._encodeChoice(data, reporter); + } else if (state.contains) { + content = this._getUse(state.contains, parent)._encode(data, reporter); + primitive = true; + } else if (state.children) { + content = state.children.map(function(child) { + if (child._baseState.tag === 'null_') + return child._encode(null, reporter, data); + + if (child._baseState.key === null) + return reporter.error('Child should have a key'); + var prevKey = reporter.enterKey(child._baseState.key); + + if (typeof data !== 'object') + return reporter.error('Child expected, but input is not object'); + + var res = child._encode(data[child._baseState.key], reporter, data); + reporter.leaveKey(prevKey); + + return res; + }, this).filter(function(child) { + return child; + }); + content = this._createEncoderBuffer(content); + } else { + if (state.tag === 'seqof' || state.tag === 'setof') { + // TODO(indutny): this should be thrown on DSL level + if (!(state.args && state.args.length === 1)) + return reporter.error('Too many args for : ' + state.tag); + + if (!Array.isArray(data)) + return reporter.error('seqof/setof, but data is not Array'); + + var child = this.clone(); + child._baseState.implicit = null; + content = this._createEncoderBuffer(data.map(function(item) { + var state = this._baseState; + + return this._getUse(state.args[0], data)._encode(item, reporter); + }, child)); + } else if (state.use !== null) { + result = this._getUse(state.use, parent)._encode(data, reporter); + } else { + content = this._encodePrimitive(state.tag, data); + primitive = true; + } + } + + // Encode data itself + var result; + if (!state.any && state.choice === null) { + var tag = state.implicit !== null ? state.implicit : state.tag; + var cls = state.implicit === null ? 'universal' : 'context'; + + if (tag === null) { + if (state.use === null) + reporter.error('Tag could be omitted only for .use()'); + } else { + if (state.use === null) + result = this._encodeComposite(tag, primitive, cls, content); + } + } + + // Wrap in explicit + if (state.explicit !== null) + result = this._encodeComposite(state.explicit, false, 'context', result); + + return result; +}; + +Node.prototype._encodeChoice = function encodeChoice(data, reporter) { + var state = this._baseState; + + var node = state.choice[data.type]; + if (!node) { + assert( + false, + data.type + ' not found in ' + + JSON.stringify(Object.keys(state.choice))); + } + return node._encode(data.value, reporter); +}; + +Node.prototype._encodePrimitive = function encodePrimitive(tag, data) { + var state = this._baseState; + + if (/str$/.test(tag)) + return this._encodeStr(data, tag); + else if (tag === 'objid' && state.args) + return this._encodeObjid(data, state.reverseArgs[0], state.args[1]); + else if (tag === 'objid') + return this._encodeObjid(data, null, null); + else if (tag === 'gentime' || tag === 'utctime') + return this._encodeTime(data, tag); + else if (tag === 'null_') + return this._encodeNull(); + else if (tag === 'int' || tag === 'enum') + return this._encodeInt(data, state.args && state.reverseArgs[0]); + else if (tag === 'bool') + return this._encodeBool(data); + else if (tag === 'objDesc') + return this._encodeStr(data, tag); + else + throw new Error('Unsupported tag: ' + tag); +}; + +Node.prototype._isNumstr = function isNumstr(str) { + return /^[0-9 ]*$/.test(str); +}; + +Node.prototype._isPrintstr = function isPrintstr(str) { + return /^[A-Za-z0-9 '\(\)\+,\-\.\/:=\?]*$/.test(str); +}; + +},{"../base":"../node_modules/asn1.js/lib/asn1/base/index.js","minimalistic-assert":"../node_modules/minimalistic-assert/index.js"}],"../node_modules/asn1.js/lib/asn1/base/index.js":[function(require,module,exports) { +var base = exports; + +base.Reporter = require('./reporter').Reporter; +base.DecoderBuffer = require('./buffer').DecoderBuffer; +base.EncoderBuffer = require('./buffer').EncoderBuffer; +base.Node = require('./node'); + +},{"./reporter":"../node_modules/asn1.js/lib/asn1/base/reporter.js","./buffer":"../node_modules/asn1.js/lib/asn1/base/buffer.js","./node":"../node_modules/asn1.js/lib/asn1/base/node.js"}],"../node_modules/asn1.js/lib/asn1/constants/der.js":[function(require,module,exports) { +var constants = require('../constants'); + +exports.tagClass = { + 0: 'universal', + 1: 'application', + 2: 'context', + 3: 'private' +}; +exports.tagClassByName = constants._reverse(exports.tagClass); + +exports.tag = { + 0x00: 'end', + 0x01: 'bool', + 0x02: 'int', + 0x03: 'bitstr', + 0x04: 'octstr', + 0x05: 'null_', + 0x06: 'objid', + 0x07: 'objDesc', + 0x08: 'external', + 0x09: 'real', + 0x0a: 'enum', + 0x0b: 'embed', + 0x0c: 'utf8str', + 0x0d: 'relativeOid', + 0x10: 'seq', + 0x11: 'set', + 0x12: 'numstr', + 0x13: 'printstr', + 0x14: 't61str', + 0x15: 'videostr', + 0x16: 'ia5str', + 0x17: 'utctime', + 0x18: 'gentime', + 0x19: 'graphstr', + 0x1a: 'iso646str', + 0x1b: 'genstr', + 0x1c: 'unistr', + 0x1d: 'charstr', + 0x1e: 'bmpstr' +}; +exports.tagByName = constants._reverse(exports.tag); + +},{"../constants":"../node_modules/asn1.js/lib/asn1/constants/index.js"}],"../node_modules/asn1.js/lib/asn1/constants/index.js":[function(require,module,exports) { +var constants = exports; + +// Helper +constants._reverse = function reverse(map) { + var res = {}; + + Object.keys(map).forEach(function(key) { + // Convert key to integer if it is stringified + if ((key | 0) == key) + key = key | 0; + + var value = map[key]; + res[value] = key; + }); + + return res; +}; + +constants.der = require('./der'); + +},{"./der":"../node_modules/asn1.js/lib/asn1/constants/der.js"}],"../node_modules/asn1.js/lib/asn1/decoders/der.js":[function(require,module,exports) { +var inherits = require('inherits'); + +var asn1 = require('../../asn1'); +var base = asn1.base; +var bignum = asn1.bignum; + +// Import DER constants +var der = asn1.constants.der; + +function DERDecoder(entity) { + this.enc = 'der'; + this.name = entity.name; + this.entity = entity; + + // Construct base tree + this.tree = new DERNode(); + this.tree._init(entity.body); +}; +module.exports = DERDecoder; + +DERDecoder.prototype.decode = function decode(data, options) { + if (!(data instanceof base.DecoderBuffer)) + data = new base.DecoderBuffer(data, options); + + return this.tree._decode(data, options); +}; + +// Tree methods + +function DERNode(parent) { + base.Node.call(this, 'der', parent); +} +inherits(DERNode, base.Node); + +DERNode.prototype._peekTag = function peekTag(buffer, tag, any) { + if (buffer.isEmpty()) + return false; + + var state = buffer.save(); + var decodedTag = derDecodeTag(buffer, 'Failed to peek tag: "' + tag + '"'); + if (buffer.isError(decodedTag)) + return decodedTag; + + buffer.restore(state); + + return decodedTag.tag === tag || decodedTag.tagStr === tag || + (decodedTag.tagStr + 'of') === tag || any; +}; + +DERNode.prototype._decodeTag = function decodeTag(buffer, tag, any) { + var decodedTag = derDecodeTag(buffer, + 'Failed to decode tag of "' + tag + '"'); + if (buffer.isError(decodedTag)) + return decodedTag; + + var len = derDecodeLen(buffer, + decodedTag.primitive, + 'Failed to get length of "' + tag + '"'); + + // Failure + if (buffer.isError(len)) + return len; + + if (!any && + decodedTag.tag !== tag && + decodedTag.tagStr !== tag && + decodedTag.tagStr + 'of' !== tag) { + return buffer.error('Failed to match tag: "' + tag + '"'); + } + + if (decodedTag.primitive || len !== null) + return buffer.skip(len, 'Failed to match body of: "' + tag + '"'); + + // Indefinite length... find END tag + var state = buffer.save(); + var res = this._skipUntilEnd( + buffer, + 'Failed to skip indefinite length body: "' + this.tag + '"'); + if (buffer.isError(res)) + return res; + + len = buffer.offset - state.offset; + buffer.restore(state); + return buffer.skip(len, 'Failed to match body of: "' + tag + '"'); +}; + +DERNode.prototype._skipUntilEnd = function skipUntilEnd(buffer, fail) { + while (true) { + var tag = derDecodeTag(buffer, fail); + if (buffer.isError(tag)) + return tag; + var len = derDecodeLen(buffer, tag.primitive, fail); + if (buffer.isError(len)) + return len; + + var res; + if (tag.primitive || len !== null) + res = buffer.skip(len) + else + res = this._skipUntilEnd(buffer, fail); + + // Failure + if (buffer.isError(res)) + return res; + + if (tag.tagStr === 'end') + break; + } +}; + +DERNode.prototype._decodeList = function decodeList(buffer, tag, decoder, + options) { + var result = []; + while (!buffer.isEmpty()) { + var possibleEnd = this._peekTag(buffer, 'end'); + if (buffer.isError(possibleEnd)) + return possibleEnd; + + var res = decoder.decode(buffer, 'der', options); + if (buffer.isError(res) && possibleEnd) + break; + result.push(res); + } + return result; +}; + +DERNode.prototype._decodeStr = function decodeStr(buffer, tag) { + if (tag === 'bitstr') { + var unused = buffer.readUInt8(); + if (buffer.isError(unused)) + return unused; + return { unused: unused, data: buffer.raw() }; + } else if (tag === 'bmpstr') { + var raw = buffer.raw(); + if (raw.length % 2 === 1) + return buffer.error('Decoding of string type: bmpstr length mismatch'); + + var str = ''; + for (var i = 0; i < raw.length / 2; i++) { + str += String.fromCharCode(raw.readUInt16BE(i * 2)); + } + return str; + } else if (tag === 'numstr') { + var numstr = buffer.raw().toString('ascii'); + if (!this._isNumstr(numstr)) { + return buffer.error('Decoding of string type: ' + + 'numstr unsupported characters'); + } + return numstr; + } else if (tag === 'octstr') { + return buffer.raw(); + } else if (tag === 'objDesc') { + return buffer.raw(); + } else if (tag === 'printstr') { + var printstr = buffer.raw().toString('ascii'); + if (!this._isPrintstr(printstr)) { + return buffer.error('Decoding of string type: ' + + 'printstr unsupported characters'); + } + return printstr; + } else if (/str$/.test(tag)) { + return buffer.raw().toString(); + } else { + return buffer.error('Decoding of string type: ' + tag + ' unsupported'); + } +}; + +DERNode.prototype._decodeObjid = function decodeObjid(buffer, values, relative) { + var result; + var identifiers = []; + var ident = 0; + while (!buffer.isEmpty()) { + var subident = buffer.readUInt8(); + ident <<= 7; + ident |= subident & 0x7f; + if ((subident & 0x80) === 0) { + identifiers.push(ident); + ident = 0; + } + } + if (subident & 0x80) + identifiers.push(ident); + + var first = (identifiers[0] / 40) | 0; + var second = identifiers[0] % 40; + + if (relative) + result = identifiers; + else + result = [first, second].concat(identifiers.slice(1)); + + if (values) { + var tmp = values[result.join(' ')]; + if (tmp === undefined) + tmp = values[result.join('.')]; + if (tmp !== undefined) + result = tmp; + } + + return result; +}; + +DERNode.prototype._decodeTime = function decodeTime(buffer, tag) { + var str = buffer.raw().toString(); + if (tag === 'gentime') { + var year = str.slice(0, 4) | 0; + var mon = str.slice(4, 6) | 0; + var day = str.slice(6, 8) | 0; + var hour = str.slice(8, 10) | 0; + var min = str.slice(10, 12) | 0; + var sec = str.slice(12, 14) | 0; + } else if (tag === 'utctime') { + var year = str.slice(0, 2) | 0; + var mon = str.slice(2, 4) | 0; + var day = str.slice(4, 6) | 0; + var hour = str.slice(6, 8) | 0; + var min = str.slice(8, 10) | 0; + var sec = str.slice(10, 12) | 0; + if (year < 70) + year = 2000 + year; + else + year = 1900 + year; + } else { + return buffer.error('Decoding ' + tag + ' time is not supported yet'); + } + + return Date.UTC(year, mon - 1, day, hour, min, sec, 0); +}; + +DERNode.prototype._decodeNull = function decodeNull(buffer) { + return null; +}; + +DERNode.prototype._decodeBool = function decodeBool(buffer) { + var res = buffer.readUInt8(); + if (buffer.isError(res)) + return res; + else + return res !== 0; +}; + +DERNode.prototype._decodeInt = function decodeInt(buffer, values) { + // Bigint, return as it is (assume big endian) + var raw = buffer.raw(); + var res = new bignum(raw); + + if (values) + res = values[res.toString(10)] || res; + + return res; +}; + +DERNode.prototype._use = function use(entity, obj) { + if (typeof entity === 'function') + entity = entity(obj); + return entity._getDecoder('der').tree; +}; + +// Utility methods + +function derDecodeTag(buf, fail) { + var tag = buf.readUInt8(fail); + if (buf.isError(tag)) + return tag; + + var cls = der.tagClass[tag >> 6]; + var primitive = (tag & 0x20) === 0; + + // Multi-octet tag - load + if ((tag & 0x1f) === 0x1f) { + var oct = tag; + tag = 0; + while ((oct & 0x80) === 0x80) { + oct = buf.readUInt8(fail); + if (buf.isError(oct)) + return oct; + + tag <<= 7; + tag |= oct & 0x7f; + } + } else { + tag &= 0x1f; + } + var tagStr = der.tag[tag]; + + return { + cls: cls, + primitive: primitive, + tag: tag, + tagStr: tagStr + }; +} + +function derDecodeLen(buf, primitive, fail) { + var len = buf.readUInt8(fail); + if (buf.isError(len)) + return len; + + // Indefinite form + if (!primitive && len === 0x80) + return null; + + // Definite form + if ((len & 0x80) === 0) { + // Short form + return len; + } + + // Long form + var num = len & 0x7f; + if (num > 4) + return buf.error('length octect is too long'); + + len = 0; + for (var i = 0; i < num; i++) { + len <<= 8; + var j = buf.readUInt8(fail); + if (buf.isError(j)) + return j; + len |= j; + } + + return len; +} + +},{"inherits":"../node_modules/inherits/inherits_browser.js","../../asn1":"../node_modules/asn1.js/lib/asn1.js"}],"../node_modules/asn1.js/lib/asn1/decoders/pem.js":[function(require,module,exports) { + +var inherits = require('inherits'); +var Buffer = require('buffer').Buffer; + +var DERDecoder = require('./der'); + +function PEMDecoder(entity) { + DERDecoder.call(this, entity); + this.enc = 'pem'; +}; +inherits(PEMDecoder, DERDecoder); +module.exports = PEMDecoder; + +PEMDecoder.prototype.decode = function decode(data, options) { + var lines = data.toString().split(/[\r\n]+/g); + + var label = options.label.toUpperCase(); + + var re = /^-----(BEGIN|END) ([^-]+)-----$/; + var start = -1; + var end = -1; + for (var i = 0; i < lines.length; i++) { + var match = lines[i].match(re); + if (match === null) + continue; + + if (match[2] !== label) + continue; + + if (start === -1) { + if (match[1] !== 'BEGIN') + break; + start = i; + } else { + if (match[1] !== 'END') + break; + end = i; + break; + } + } + if (start === -1 || end === -1) + throw new Error('PEM section not found for: ' + label); + + var base64 = lines.slice(start + 1, end).join(''); + // Remove excessive symbols + base64.replace(/[^a-z0-9\+\/=]+/gi, ''); + + var input = new Buffer(base64, 'base64'); + return DERDecoder.prototype.decode.call(this, input, options); +}; + +},{"inherits":"../node_modules/inherits/inherits_browser.js","buffer":"../node_modules/buffer/index.js","./der":"../node_modules/asn1.js/lib/asn1/decoders/der.js"}],"../node_modules/asn1.js/lib/asn1/decoders/index.js":[function(require,module,exports) { +var decoders = exports; + +decoders.der = require('./der'); +decoders.pem = require('./pem'); + +},{"./der":"../node_modules/asn1.js/lib/asn1/decoders/der.js","./pem":"../node_modules/asn1.js/lib/asn1/decoders/pem.js"}],"../node_modules/asn1.js/lib/asn1/encoders/der.js":[function(require,module,exports) { + +var inherits = require('inherits'); +var Buffer = require('buffer').Buffer; + +var asn1 = require('../../asn1'); +var base = asn1.base; + +// Import DER constants +var der = asn1.constants.der; + +function DEREncoder(entity) { + this.enc = 'der'; + this.name = entity.name; + this.entity = entity; + + // Construct base tree + this.tree = new DERNode(); + this.tree._init(entity.body); +}; +module.exports = DEREncoder; + +DEREncoder.prototype.encode = function encode(data, reporter) { + return this.tree._encode(data, reporter).join(); +}; + +// Tree methods + +function DERNode(parent) { + base.Node.call(this, 'der', parent); +} +inherits(DERNode, base.Node); + +DERNode.prototype._encodeComposite = function encodeComposite(tag, + primitive, + cls, + content) { + var encodedTag = encodeTag(tag, primitive, cls, this.reporter); + + // Short form + if (content.length < 0x80) { + var header = new Buffer(2); + header[0] = encodedTag; + header[1] = content.length; + return this._createEncoderBuffer([ header, content ]); + } + + // Long form + // Count octets required to store length + var lenOctets = 1; + for (var i = content.length; i >= 0x100; i >>= 8) + lenOctets++; + + var header = new Buffer(1 + 1 + lenOctets); + header[0] = encodedTag; + header[1] = 0x80 | lenOctets; + + for (var i = 1 + lenOctets, j = content.length; j > 0; i--, j >>= 8) + header[i] = j & 0xff; + + return this._createEncoderBuffer([ header, content ]); +}; + +DERNode.prototype._encodeStr = function encodeStr(str, tag) { + if (tag === 'bitstr') { + return this._createEncoderBuffer([ str.unused | 0, str.data ]); + } else if (tag === 'bmpstr') { + var buf = new Buffer(str.length * 2); + for (var i = 0; i < str.length; i++) { + buf.writeUInt16BE(str.charCodeAt(i), i * 2); + } + return this._createEncoderBuffer(buf); + } else if (tag === 'numstr') { + if (!this._isNumstr(str)) { + return this.reporter.error('Encoding of string type: numstr supports ' + + 'only digits and space'); + } + return this._createEncoderBuffer(str); + } else if (tag === 'printstr') { + if (!this._isPrintstr(str)) { + return this.reporter.error('Encoding of string type: printstr supports ' + + 'only latin upper and lower case letters, ' + + 'digits, space, apostrophe, left and rigth ' + + 'parenthesis, plus sign, comma, hyphen, ' + + 'dot, slash, colon, equal sign, ' + + 'question mark'); + } + return this._createEncoderBuffer(str); + } else if (/str$/.test(tag)) { + return this._createEncoderBuffer(str); + } else if (tag === 'objDesc') { + return this._createEncoderBuffer(str); + } else { + return this.reporter.error('Encoding of string type: ' + tag + + ' unsupported'); + } +}; + +DERNode.prototype._encodeObjid = function encodeObjid(id, values, relative) { + if (typeof id === 'string') { + if (!values) + return this.reporter.error('string objid given, but no values map found'); + if (!values.hasOwnProperty(id)) + return this.reporter.error('objid not found in values map'); + id = values[id].split(/[\s\.]+/g); + for (var i = 0; i < id.length; i++) + id[i] |= 0; + } else if (Array.isArray(id)) { + id = id.slice(); + for (var i = 0; i < id.length; i++) + id[i] |= 0; + } + + if (!Array.isArray(id)) { + return this.reporter.error('objid() should be either array or string, ' + + 'got: ' + JSON.stringify(id)); + } + + if (!relative) { + if (id[1] >= 40) + return this.reporter.error('Second objid identifier OOB'); + id.splice(0, 2, id[0] * 40 + id[1]); + } + + // Count number of octets + var size = 0; + for (var i = 0; i < id.length; i++) { + var ident = id[i]; + for (size++; ident >= 0x80; ident >>= 7) + size++; + } + + var objid = new Buffer(size); + var offset = objid.length - 1; + for (var i = id.length - 1; i >= 0; i--) { + var ident = id[i]; + objid[offset--] = ident & 0x7f; + while ((ident >>= 7) > 0) + objid[offset--] = 0x80 | (ident & 0x7f); + } + + return this._createEncoderBuffer(objid); +}; + +function two(num) { + if (num < 10) + return '0' + num; + else + return num; +} + +DERNode.prototype._encodeTime = function encodeTime(time, tag) { + var str; + var date = new Date(time); + + if (tag === 'gentime') { + str = [ + two(date.getFullYear()), + two(date.getUTCMonth() + 1), + two(date.getUTCDate()), + two(date.getUTCHours()), + two(date.getUTCMinutes()), + two(date.getUTCSeconds()), + 'Z' + ].join(''); + } else if (tag === 'utctime') { + str = [ + two(date.getFullYear() % 100), + two(date.getUTCMonth() + 1), + two(date.getUTCDate()), + two(date.getUTCHours()), + two(date.getUTCMinutes()), + two(date.getUTCSeconds()), + 'Z' + ].join(''); + } else { + this.reporter.error('Encoding ' + tag + ' time is not supported yet'); + } + + return this._encodeStr(str, 'octstr'); +}; + +DERNode.prototype._encodeNull = function encodeNull() { + return this._createEncoderBuffer(''); +}; + +DERNode.prototype._encodeInt = function encodeInt(num, values) { + if (typeof num === 'string') { + if (!values) + return this.reporter.error('String int or enum given, but no values map'); + if (!values.hasOwnProperty(num)) { + return this.reporter.error('Values map doesn\'t contain: ' + + JSON.stringify(num)); + } + num = values[num]; + } + + // Bignum, assume big endian + if (typeof num !== 'number' && !Buffer.isBuffer(num)) { + var numArray = num.toArray(); + if (!num.sign && numArray[0] & 0x80) { + numArray.unshift(0); + } + num = new Buffer(numArray); + } + + if (Buffer.isBuffer(num)) { + var size = num.length; + if (num.length === 0) + size++; + + var out = new Buffer(size); + num.copy(out); + if (num.length === 0) + out[0] = 0 + return this._createEncoderBuffer(out); + } + + if (num < 0x80) + return this._createEncoderBuffer(num); + + if (num < 0x100) + return this._createEncoderBuffer([0, num]); + + var size = 1; + for (var i = num; i >= 0x100; i >>= 8) + size++; + + var out = new Array(size); + for (var i = out.length - 1; i >= 0; i--) { + out[i] = num & 0xff; + num >>= 8; + } + if(out[0] & 0x80) { + out.unshift(0); + } + + return this._createEncoderBuffer(new Buffer(out)); +}; + +DERNode.prototype._encodeBool = function encodeBool(value) { + return this._createEncoderBuffer(value ? 0xff : 0); +}; + +DERNode.prototype._use = function use(entity, obj) { + if (typeof entity === 'function') + entity = entity(obj); + return entity._getEncoder('der').tree; +}; + +DERNode.prototype._skipDefault = function skipDefault(dataBuffer, reporter, parent) { + var state = this._baseState; + var i; + if (state['default'] === null) + return false; + + var data = dataBuffer.join(); + if (state.defaultBuffer === undefined) + state.defaultBuffer = this._encodeValue(state['default'], reporter, parent).join(); + + if (data.length !== state.defaultBuffer.length) + return false; + + for (i=0; i < data.length; i++) + if (data[i] !== state.defaultBuffer[i]) + return false; + + return true; +}; + +// Utility methods + +function encodeTag(tag, primitive, cls, reporter) { + var res; + + if (tag === 'seqof') + tag = 'seq'; + else if (tag === 'setof') + tag = 'set'; + + if (der.tagByName.hasOwnProperty(tag)) + res = der.tagByName[tag]; + else if (typeof tag === 'number' && (tag | 0) === tag) + res = tag; + else + return reporter.error('Unknown tag: ' + tag); + + if (res >= 0x1f) + return reporter.error('Multi-octet tag encoding unsupported'); + + if (!primitive) + res |= 0x20; + + res |= (der.tagClassByName[cls || 'universal'] << 6); + + return res; +} + +},{"inherits":"../node_modules/inherits/inherits_browser.js","buffer":"../node_modules/buffer/index.js","../../asn1":"../node_modules/asn1.js/lib/asn1.js"}],"../node_modules/asn1.js/lib/asn1/encoders/pem.js":[function(require,module,exports) { +var inherits = require('inherits'); + +var DEREncoder = require('./der'); + +function PEMEncoder(entity) { + DEREncoder.call(this, entity); + this.enc = 'pem'; +}; +inherits(PEMEncoder, DEREncoder); +module.exports = PEMEncoder; + +PEMEncoder.prototype.encode = function encode(data, options) { + var buf = DEREncoder.prototype.encode.call(this, data); + + var p = buf.toString('base64'); + var out = [ '-----BEGIN ' + options.label + '-----' ]; + for (var i = 0; i < p.length; i += 64) + out.push(p.slice(i, i + 64)); + out.push('-----END ' + options.label + '-----'); + return out.join('\n'); +}; + +},{"inherits":"../node_modules/inherits/inherits_browser.js","./der":"../node_modules/asn1.js/lib/asn1/encoders/der.js"}],"../node_modules/asn1.js/lib/asn1/encoders/index.js":[function(require,module,exports) { +var encoders = exports; + +encoders.der = require('./der'); +encoders.pem = require('./pem'); + +},{"./der":"../node_modules/asn1.js/lib/asn1/encoders/der.js","./pem":"../node_modules/asn1.js/lib/asn1/encoders/pem.js"}],"../node_modules/asn1.js/lib/asn1.js":[function(require,module,exports) { +var asn1 = exports; + +asn1.bignum = require('bn.js'); + +asn1.define = require('./asn1/api').define; +asn1.base = require('./asn1/base'); +asn1.constants = require('./asn1/constants'); +asn1.decoders = require('./asn1/decoders'); +asn1.encoders = require('./asn1/encoders'); + +},{"bn.js":"../node_modules/bn.js/lib/bn.js","./asn1/api":"../node_modules/asn1.js/lib/asn1/api.js","./asn1/base":"../node_modules/asn1.js/lib/asn1/base/index.js","./asn1/constants":"../node_modules/asn1.js/lib/asn1/constants/index.js","./asn1/decoders":"../node_modules/asn1.js/lib/asn1/decoders/index.js","./asn1/encoders":"../node_modules/asn1.js/lib/asn1/encoders/index.js"}],"../node_modules/parse-asn1/certificate.js":[function(require,module,exports) { +// from https://github.com/Rantanen/node-dtls/blob/25a7dc861bda38cfeac93a723500eea4f0ac2e86/Certificate.js +// thanks to @Rantanen + +'use strict' + +var asn = require('asn1.js') + +var Time = asn.define('Time', function () { + this.choice({ + utcTime: this.utctime(), + generalTime: this.gentime() + }) +}) + +var AttributeTypeValue = asn.define('AttributeTypeValue', function () { + this.seq().obj( + this.key('type').objid(), + this.key('value').any() + ) +}) + +var AlgorithmIdentifier = asn.define('AlgorithmIdentifier', function () { + this.seq().obj( + this.key('algorithm').objid(), + this.key('parameters').optional(), + this.key('curve').objid().optional() + ) +}) + +var SubjectPublicKeyInfo = asn.define('SubjectPublicKeyInfo', function () { + this.seq().obj( + this.key('algorithm').use(AlgorithmIdentifier), + this.key('subjectPublicKey').bitstr() + ) +}) + +var RelativeDistinguishedName = asn.define('RelativeDistinguishedName', function () { + this.setof(AttributeTypeValue) +}) + +var RDNSequence = asn.define('RDNSequence', function () { + this.seqof(RelativeDistinguishedName) +}) + +var Name = asn.define('Name', function () { + this.choice({ + rdnSequence: this.use(RDNSequence) + }) +}) + +var Validity = asn.define('Validity', function () { + this.seq().obj( + this.key('notBefore').use(Time), + this.key('notAfter').use(Time) + ) +}) + +var Extension = asn.define('Extension', function () { + this.seq().obj( + this.key('extnID').objid(), + this.key('critical').bool().def(false), + this.key('extnValue').octstr() + ) +}) + +var TBSCertificate = asn.define('TBSCertificate', function () { + this.seq().obj( + this.key('version').explicit(0).int().optional(), + this.key('serialNumber').int(), + this.key('signature').use(AlgorithmIdentifier), + this.key('issuer').use(Name), + this.key('validity').use(Validity), + this.key('subject').use(Name), + this.key('subjectPublicKeyInfo').use(SubjectPublicKeyInfo), + this.key('issuerUniqueID').implicit(1).bitstr().optional(), + this.key('subjectUniqueID').implicit(2).bitstr().optional(), + this.key('extensions').explicit(3).seqof(Extension).optional() + ) +}) + +var X509Certificate = asn.define('X509Certificate', function () { + this.seq().obj( + this.key('tbsCertificate').use(TBSCertificate), + this.key('signatureAlgorithm').use(AlgorithmIdentifier), + this.key('signatureValue').bitstr() + ) +}) + +module.exports = X509Certificate + +},{"asn1.js":"../node_modules/asn1.js/lib/asn1.js"}],"../node_modules/parse-asn1/asn1.js":[function(require,module,exports) { +// from https://github.com/indutny/self-signed/blob/gh-pages/lib/asn1.js +// Fedor, you are amazing. +'use strict' + +var asn1 = require('asn1.js') + +exports.certificate = require('./certificate') + +var RSAPrivateKey = asn1.define('RSAPrivateKey', function () { + this.seq().obj( + this.key('version').int(), + this.key('modulus').int(), + this.key('publicExponent').int(), + this.key('privateExponent').int(), + this.key('prime1').int(), + this.key('prime2').int(), + this.key('exponent1').int(), + this.key('exponent2').int(), + this.key('coefficient').int() + ) +}) +exports.RSAPrivateKey = RSAPrivateKey + +var RSAPublicKey = asn1.define('RSAPublicKey', function () { + this.seq().obj( + this.key('modulus').int(), + this.key('publicExponent').int() + ) +}) +exports.RSAPublicKey = RSAPublicKey + +var PublicKey = asn1.define('SubjectPublicKeyInfo', function () { + this.seq().obj( + this.key('algorithm').use(AlgorithmIdentifier), + this.key('subjectPublicKey').bitstr() + ) +}) +exports.PublicKey = PublicKey + +var AlgorithmIdentifier = asn1.define('AlgorithmIdentifier', function () { + this.seq().obj( + this.key('algorithm').objid(), + this.key('none').null_().optional(), + this.key('curve').objid().optional(), + this.key('params').seq().obj( + this.key('p').int(), + this.key('q').int(), + this.key('g').int() + ).optional() + ) +}) + +var PrivateKeyInfo = asn1.define('PrivateKeyInfo', function () { + this.seq().obj( + this.key('version').int(), + this.key('algorithm').use(AlgorithmIdentifier), + this.key('subjectPrivateKey').octstr() + ) +}) +exports.PrivateKey = PrivateKeyInfo +var EncryptedPrivateKeyInfo = asn1.define('EncryptedPrivateKeyInfo', function () { + this.seq().obj( + this.key('algorithm').seq().obj( + this.key('id').objid(), + this.key('decrypt').seq().obj( + this.key('kde').seq().obj( + this.key('id').objid(), + this.key('kdeparams').seq().obj( + this.key('salt').octstr(), + this.key('iters').int() + ) + ), + this.key('cipher').seq().obj( + this.key('algo').objid(), + this.key('iv').octstr() + ) + ) + ), + this.key('subjectPrivateKey').octstr() + ) +}) + +exports.EncryptedPrivateKey = EncryptedPrivateKeyInfo + +var DSAPrivateKey = asn1.define('DSAPrivateKey', function () { + this.seq().obj( + this.key('version').int(), + this.key('p').int(), + this.key('q').int(), + this.key('g').int(), + this.key('pub_key').int(), + this.key('priv_key').int() + ) +}) +exports.DSAPrivateKey = DSAPrivateKey + +exports.DSAparam = asn1.define('DSAparam', function () { + this.int() +}) + +var ECPrivateKey = asn1.define('ECPrivateKey', function () { + this.seq().obj( + this.key('version').int(), + this.key('privateKey').octstr(), + this.key('parameters').optional().explicit(0).use(ECParameters), + this.key('publicKey').optional().explicit(1).bitstr() + ) +}) +exports.ECPrivateKey = ECPrivateKey + +var ECParameters = asn1.define('ECParameters', function () { + this.choice({ + namedCurve: this.objid() + }) +}) + +exports.signature = asn1.define('signature', function () { + this.seq().obj( + this.key('r').int(), + this.key('s').int() + ) +}) + +},{"asn1.js":"../node_modules/asn1.js/lib/asn1.js","./certificate":"../node_modules/parse-asn1/certificate.js"}],"../node_modules/parse-asn1/aesid.json":[function(require,module,exports) { +module.exports = {"2.16.840.1.101.3.4.1.1": "aes-128-ecb", +"2.16.840.1.101.3.4.1.2": "aes-128-cbc", +"2.16.840.1.101.3.4.1.3": "aes-128-ofb", +"2.16.840.1.101.3.4.1.4": "aes-128-cfb", +"2.16.840.1.101.3.4.1.21": "aes-192-ecb", +"2.16.840.1.101.3.4.1.22": "aes-192-cbc", +"2.16.840.1.101.3.4.1.23": "aes-192-ofb", +"2.16.840.1.101.3.4.1.24": "aes-192-cfb", +"2.16.840.1.101.3.4.1.41": "aes-256-ecb", +"2.16.840.1.101.3.4.1.42": "aes-256-cbc", +"2.16.840.1.101.3.4.1.43": "aes-256-ofb", +"2.16.840.1.101.3.4.1.44": "aes-256-cfb" +}; +},{}],"../node_modules/parse-asn1/fixProc.js":[function(require,module,exports) { + +// adapted from https://github.com/apatil/pemstrip +var findProc = /Proc-Type: 4,ENCRYPTED[\n\r]+DEK-Info: AES-((?:128)|(?:192)|(?:256))-CBC,([0-9A-H]+)[\n\r]+([0-9A-z\n\r\+\/\=]+)[\n\r]+/m +var startRegex = /^-----BEGIN ((?:.*? KEY)|CERTIFICATE)-----/m +var fullRegex = /^-----BEGIN ((?:.*? KEY)|CERTIFICATE)-----([0-9A-z\n\r\+\/\=]+)-----END \1-----$/m +var evp = require('evp_bytestokey') +var ciphers = require('browserify-aes') +var Buffer = require('safe-buffer').Buffer +module.exports = function (okey, password) { + var key = okey.toString() + var match = key.match(findProc) + var decrypted + if (!match) { + var match2 = key.match(fullRegex) + decrypted = new Buffer(match2[2].replace(/[\r\n]/g, ''), 'base64') + } else { + var suite = 'aes' + match[1] + var iv = Buffer.from(match[2], 'hex') + var cipherText = Buffer.from(match[3].replace(/[\r\n]/g, ''), 'base64') + var cipherKey = evp(password, iv.slice(0, 8), parseInt(match[1], 10)).key + var out = [] + var cipher = ciphers.createDecipheriv(suite, cipherKey, iv) + out.push(cipher.update(cipherText)) + out.push(cipher.final()) + decrypted = Buffer.concat(out) + } + var tag = key.match(startRegex)[1] + return { + tag: tag, + data: decrypted + } +} + +},{"evp_bytestokey":"../node_modules/evp_bytestokey/index.js","browserify-aes":"../node_modules/browserify-aes/browser.js","safe-buffer":"../node_modules/safe-buffer/index.js"}],"../node_modules/parse-asn1/index.js":[function(require,module,exports) { + +var asn1 = require('./asn1') +var aesid = require('./aesid.json') +var fixProc = require('./fixProc') +var ciphers = require('browserify-aes') +var compat = require('pbkdf2') +var Buffer = require('safe-buffer').Buffer +module.exports = parseKeys + +function parseKeys (buffer) { + var password + if (typeof buffer === 'object' && !Buffer.isBuffer(buffer)) { + password = buffer.passphrase + buffer = buffer.key + } + if (typeof buffer === 'string') { + buffer = Buffer.from(buffer) + } + + var stripped = fixProc(buffer, password) + + var type = stripped.tag + var data = stripped.data + var subtype, ndata + switch (type) { + case 'CERTIFICATE': + ndata = asn1.certificate.decode(data, 'der').tbsCertificate.subjectPublicKeyInfo + // falls through + case 'PUBLIC KEY': + if (!ndata) { + ndata = asn1.PublicKey.decode(data, 'der') + } + subtype = ndata.algorithm.algorithm.join('.') + switch (subtype) { + case '1.2.840.113549.1.1.1': + return asn1.RSAPublicKey.decode(ndata.subjectPublicKey.data, 'der') + case '1.2.840.10045.2.1': + ndata.subjectPrivateKey = ndata.subjectPublicKey + return { + type: 'ec', + data: ndata + } + case '1.2.840.10040.4.1': + ndata.algorithm.params.pub_key = asn1.DSAparam.decode(ndata.subjectPublicKey.data, 'der') + return { + type: 'dsa', + data: ndata.algorithm.params + } + default: throw new Error('unknown key id ' + subtype) + } + throw new Error('unknown key type ' + type) + case 'ENCRYPTED PRIVATE KEY': + data = asn1.EncryptedPrivateKey.decode(data, 'der') + data = decrypt(data, password) + // falls through + case 'PRIVATE KEY': + ndata = asn1.PrivateKey.decode(data, 'der') + subtype = ndata.algorithm.algorithm.join('.') + switch (subtype) { + case '1.2.840.113549.1.1.1': + return asn1.RSAPrivateKey.decode(ndata.subjectPrivateKey, 'der') + case '1.2.840.10045.2.1': + return { + curve: ndata.algorithm.curve, + privateKey: asn1.ECPrivateKey.decode(ndata.subjectPrivateKey, 'der').privateKey + } + case '1.2.840.10040.4.1': + ndata.algorithm.params.priv_key = asn1.DSAparam.decode(ndata.subjectPrivateKey, 'der') + return { + type: 'dsa', + params: ndata.algorithm.params + } + default: throw new Error('unknown key id ' + subtype) + } + throw new Error('unknown key type ' + type) + case 'RSA PUBLIC KEY': + return asn1.RSAPublicKey.decode(data, 'der') + case 'RSA PRIVATE KEY': + return asn1.RSAPrivateKey.decode(data, 'der') + case 'DSA PRIVATE KEY': + return { + type: 'dsa', + params: asn1.DSAPrivateKey.decode(data, 'der') + } + case 'EC PRIVATE KEY': + data = asn1.ECPrivateKey.decode(data, 'der') + return { + curve: data.parameters.value, + privateKey: data.privateKey + } + default: throw new Error('unknown key type ' + type) + } +} +parseKeys.signature = asn1.signature +function decrypt (data, password) { + var salt = data.algorithm.decrypt.kde.kdeparams.salt + var iters = parseInt(data.algorithm.decrypt.kde.kdeparams.iters.toString(), 10) + var algo = aesid[data.algorithm.decrypt.cipher.algo.join('.')] + var iv = data.algorithm.decrypt.cipher.iv + var cipherText = data.subjectPrivateKey + var keylen = parseInt(algo.split('-')[1], 10) / 8 + var key = compat.pbkdf2Sync(password, salt, iters, keylen, 'sha1') + var cipher = ciphers.createDecipheriv(algo, key, iv) + var out = [] + out.push(cipher.update(cipherText)) + out.push(cipher.final()) + return Buffer.concat(out) +} + +},{"./asn1":"../node_modules/parse-asn1/asn1.js","./aesid.json":"../node_modules/parse-asn1/aesid.json","./fixProc":"../node_modules/parse-asn1/fixProc.js","browserify-aes":"../node_modules/browserify-aes/browser.js","pbkdf2":"../node_modules/pbkdf2/browser.js","safe-buffer":"../node_modules/safe-buffer/index.js"}],"../node_modules/browserify-sign/browser/curves.json":[function(require,module,exports) { +module.exports = { + "1.3.132.0.10": "secp256k1", + "1.3.132.0.33": "p224", + "1.2.840.10045.3.1.1": "p192", + "1.2.840.10045.3.1.7": "p256", + "1.3.132.0.34": "p384", + "1.3.132.0.35": "p521" +} +; +},{}],"../node_modules/browserify-sign/browser/sign.js":[function(require,module,exports) { + +// much of this based on https://github.com/indutny/self-signed/blob/gh-pages/lib/rsa.js +var Buffer = require('safe-buffer').Buffer +var createHmac = require('create-hmac') +var crt = require('browserify-rsa') +var EC = require('elliptic').ec +var BN = require('bn.js') +var parseKeys = require('parse-asn1') +var curves = require('./curves.json') + +function sign (hash, key, hashType, signType, tag) { + var priv = parseKeys(key) + if (priv.curve) { + // rsa keys can be interpreted as ecdsa ones in openssl + if (signType !== 'ecdsa' && signType !== 'ecdsa/rsa') throw new Error('wrong private key type') + return ecSign(hash, priv) + } else if (priv.type === 'dsa') { + if (signType !== 'dsa') throw new Error('wrong private key type') + return dsaSign(hash, priv, hashType) + } else { + if (signType !== 'rsa' && signType !== 'ecdsa/rsa') throw new Error('wrong private key type') + } + hash = Buffer.concat([tag, hash]) + var len = priv.modulus.byteLength() + var pad = [0, 1] + while (hash.length + pad.length + 1 < len) pad.push(0xff) + pad.push(0x00) + var i = -1 + while (++i < hash.length) pad.push(hash[i]) + + var out = crt(pad, priv) + return out +} + +function ecSign (hash, priv) { + var curveId = curves[priv.curve.join('.')] + if (!curveId) throw new Error('unknown curve ' + priv.curve.join('.')) + + var curve = new EC(curveId) + var key = curve.keyFromPrivate(priv.privateKey) + var out = key.sign(hash) + + return Buffer.from(out.toDER()) +} + +function dsaSign (hash, priv, algo) { + var x = priv.params.priv_key + var p = priv.params.p + var q = priv.params.q + var g = priv.params.g + var r = new BN(0) + var k + var H = bits2int(hash, q).mod(q) + var s = false + var kv = getKey(x, q, hash, algo) + while (s === false) { + k = makeKey(q, kv, algo) + r = makeR(g, k, p, q) + s = k.invm(q).imul(H.add(x.mul(r))).mod(q) + if (s.cmpn(0) === 0) { + s = false + r = new BN(0) + } + } + return toDER(r, s) +} + +function toDER (r, s) { + r = r.toArray() + s = s.toArray() + + // Pad values + if (r[0] & 0x80) r = [0].concat(r) + if (s[0] & 0x80) s = [0].concat(s) + + var total = r.length + s.length + 4 + var res = [0x30, total, 0x02, r.length] + res = res.concat(r, [0x02, s.length], s) + return Buffer.from(res) +} + +function getKey (x, q, hash, algo) { + x = Buffer.from(x.toArray()) + if (x.length < q.byteLength()) { + var zeros = Buffer.alloc(q.byteLength() - x.length) + x = Buffer.concat([zeros, x]) + } + var hlen = hash.length + var hbits = bits2octets(hash, q) + var v = Buffer.alloc(hlen) + v.fill(1) + var k = Buffer.alloc(hlen) + k = createHmac(algo, k).update(v).update(Buffer.from([0])).update(x).update(hbits).digest() + v = createHmac(algo, k).update(v).digest() + k = createHmac(algo, k).update(v).update(Buffer.from([1])).update(x).update(hbits).digest() + v = createHmac(algo, k).update(v).digest() + return { k: k, v: v } +} + +function bits2int (obits, q) { + var bits = new BN(obits) + var shift = (obits.length << 3) - q.bitLength() + if (shift > 0) bits.ishrn(shift) + return bits +} + +function bits2octets (bits, q) { + bits = bits2int(bits, q) + bits = bits.mod(q) + var out = Buffer.from(bits.toArray()) + if (out.length < q.byteLength()) { + var zeros = Buffer.alloc(q.byteLength() - out.length) + out = Buffer.concat([zeros, out]) + } + return out +} + +function makeKey (q, kv, algo) { + var t + var k + + do { + t = Buffer.alloc(0) + + while (t.length * 8 < q.bitLength()) { + kv.v = createHmac(algo, kv.k).update(kv.v).digest() + t = Buffer.concat([t, kv.v]) + } + + k = bits2int(t, q) + kv.k = createHmac(algo, kv.k).update(kv.v).update(Buffer.from([0])).digest() + kv.v = createHmac(algo, kv.k).update(kv.v).digest() + } while (k.cmp(q) !== -1) + + return k +} + +function makeR (g, k, p, q) { + return g.toRed(BN.mont(p)).redPow(k).fromRed().mod(q) +} + +module.exports = sign +module.exports.getKey = getKey +module.exports.makeKey = makeKey + +},{"safe-buffer":"../node_modules/safe-buffer/index.js","create-hmac":"../node_modules/create-hmac/browser.js","browserify-rsa":"../node_modules/browserify-rsa/index.js","elliptic":"../node_modules/elliptic/lib/elliptic.js","bn.js":"../node_modules/browserify-sign/node_modules/bn.js/lib/bn.js","parse-asn1":"../node_modules/parse-asn1/index.js","./curves.json":"../node_modules/browserify-sign/browser/curves.json"}],"../node_modules/browserify-sign/browser/verify.js":[function(require,module,exports) { + +// much of this based on https://github.com/indutny/self-signed/blob/gh-pages/lib/rsa.js +var Buffer = require('safe-buffer').Buffer +var BN = require('bn.js') +var EC = require('elliptic').ec +var parseKeys = require('parse-asn1') +var curves = require('./curves.json') + +function verify (sig, hash, key, signType, tag) { + var pub = parseKeys(key) + if (pub.type === 'ec') { + // rsa keys can be interpreted as ecdsa ones in openssl + if (signType !== 'ecdsa' && signType !== 'ecdsa/rsa') throw new Error('wrong public key type') + return ecVerify(sig, hash, pub) + } else if (pub.type === 'dsa') { + if (signType !== 'dsa') throw new Error('wrong public key type') + return dsaVerify(sig, hash, pub) + } else { + if (signType !== 'rsa' && signType !== 'ecdsa/rsa') throw new Error('wrong public key type') + } + hash = Buffer.concat([tag, hash]) + var len = pub.modulus.byteLength() + var pad = [1] + var padNum = 0 + while (hash.length + pad.length + 2 < len) { + pad.push(0xff) + padNum++ + } + pad.push(0x00) + var i = -1 + while (++i < hash.length) { + pad.push(hash[i]) + } + pad = Buffer.from(pad) + var red = BN.mont(pub.modulus) + sig = new BN(sig).toRed(red) + + sig = sig.redPow(new BN(pub.publicExponent)) + sig = Buffer.from(sig.fromRed().toArray()) + var out = padNum < 8 ? 1 : 0 + len = Math.min(sig.length, pad.length) + if (sig.length !== pad.length) out = 1 + + i = -1 + while (++i < len) out |= sig[i] ^ pad[i] + return out === 0 +} + +function ecVerify (sig, hash, pub) { + var curveId = curves[pub.data.algorithm.curve.join('.')] + if (!curveId) throw new Error('unknown curve ' + pub.data.algorithm.curve.join('.')) + + var curve = new EC(curveId) + var pubkey = pub.data.subjectPrivateKey.data + + return curve.verify(hash, sig, pubkey) +} + +function dsaVerify (sig, hash, pub) { + var p = pub.data.p + var q = pub.data.q + var g = pub.data.g + var y = pub.data.pub_key + var unpacked = parseKeys.signature.decode(sig, 'der') + var s = unpacked.s + var r = unpacked.r + checkValue(s, q) + checkValue(r, q) + var montp = BN.mont(p) + var w = s.invm(q) + var v = g.toRed(montp) + .redPow(new BN(hash).mul(w).mod(q)) + .fromRed() + .mul(y.toRed(montp).redPow(r.mul(w).mod(q)).fromRed()) + .mod(p) + .mod(q) + return v.cmp(r) === 0 +} + +function checkValue (b, q) { + if (b.cmpn(0) <= 0) throw new Error('invalid sig') + if (b.cmp(q) >= q) throw new Error('invalid sig') +} + +module.exports = verify + +},{"safe-buffer":"../node_modules/safe-buffer/index.js","bn.js":"../node_modules/browserify-sign/node_modules/bn.js/lib/bn.js","elliptic":"../node_modules/elliptic/lib/elliptic.js","parse-asn1":"../node_modules/parse-asn1/index.js","./curves.json":"../node_modules/browserify-sign/browser/curves.json"}],"../node_modules/browserify-sign/browser/index.js":[function(require,module,exports) { + +var Buffer = require('safe-buffer').Buffer +var createHash = require('create-hash') +var stream = require('readable-stream') +var inherits = require('inherits') +var sign = require('./sign') +var verify = require('./verify') + +var algorithms = require('./algorithms.json') +Object.keys(algorithms).forEach(function (key) { + algorithms[key].id = Buffer.from(algorithms[key].id, 'hex') + algorithms[key.toLowerCase()] = algorithms[key] +}) + +function Sign (algorithm) { + stream.Writable.call(this) + + var data = algorithms[algorithm] + if (!data) throw new Error('Unknown message digest') + + this._hashType = data.hash + this._hash = createHash(data.hash) + this._tag = data.id + this._signType = data.sign +} +inherits(Sign, stream.Writable) + +Sign.prototype._write = function _write (data, _, done) { + this._hash.update(data) + done() +} + +Sign.prototype.update = function update (data, enc) { + if (typeof data === 'string') data = Buffer.from(data, enc) + + this._hash.update(data) + return this +} + +Sign.prototype.sign = function signMethod (key, enc) { + this.end() + var hash = this._hash.digest() + var sig = sign(hash, key, this._hashType, this._signType, this._tag) + + return enc ? sig.toString(enc) : sig +} + +function Verify (algorithm) { + stream.Writable.call(this) + + var data = algorithms[algorithm] + if (!data) throw new Error('Unknown message digest') + + this._hash = createHash(data.hash) + this._tag = data.id + this._signType = data.sign +} +inherits(Verify, stream.Writable) + +Verify.prototype._write = function _write (data, _, done) { + this._hash.update(data) + done() +} + +Verify.prototype.update = function update (data, enc) { + if (typeof data === 'string') data = Buffer.from(data, enc) + + this._hash.update(data) + return this +} + +Verify.prototype.verify = function verifyMethod (key, sig, enc) { + if (typeof sig === 'string') sig = Buffer.from(sig, enc) + + this.end() + var hash = this._hash.digest() + return verify(sig, hash, key, this._signType, this._tag) +} + +function createSign (algorithm) { + return new Sign(algorithm) +} + +function createVerify (algorithm) { + return new Verify(algorithm) +} + +module.exports = { + Sign: createSign, + Verify: createVerify, + createSign: createSign, + createVerify: createVerify +} + +},{"safe-buffer":"../node_modules/safe-buffer/index.js","create-hash":"../node_modules/create-hash/browser.js","readable-stream":"../node_modules/browserify-sign/node_modules/readable-stream/readable-browser.js","inherits":"../node_modules/inherits/inherits_browser.js","./sign":"../node_modules/browserify-sign/browser/sign.js","./verify":"../node_modules/browserify-sign/browser/verify.js","./algorithms.json":"../node_modules/browserify-sign/browser/algorithms.json"}],"../node_modules/create-ecdh/browser.js":[function(require,module,exports) { +var Buffer = require("buffer").Buffer; +var elliptic = require('elliptic') +var BN = require('bn.js') + +module.exports = function createECDH (curve) { + return new ECDH(curve) +} + +var aliases = { + secp256k1: { + name: 'secp256k1', + byteLength: 32 + }, + secp224r1: { + name: 'p224', + byteLength: 28 + }, + prime256v1: { + name: 'p256', + byteLength: 32 + }, + prime192v1: { + name: 'p192', + byteLength: 24 + }, + ed25519: { + name: 'ed25519', + byteLength: 32 + }, + secp384r1: { + name: 'p384', + byteLength: 48 + }, + secp521r1: { + name: 'p521', + byteLength: 66 + } +} + +aliases.p224 = aliases.secp224r1 +aliases.p256 = aliases.secp256r1 = aliases.prime256v1 +aliases.p192 = aliases.secp192r1 = aliases.prime192v1 +aliases.p384 = aliases.secp384r1 +aliases.p521 = aliases.secp521r1 + +function ECDH (curve) { + this.curveType = aliases[curve] + if (!this.curveType) { + this.curveType = { + name: curve + } + } + this.curve = new elliptic.ec(this.curveType.name) // eslint-disable-line new-cap + this.keys = void 0 +} + +ECDH.prototype.generateKeys = function (enc, format) { + this.keys = this.curve.genKeyPair() + return this.getPublicKey(enc, format) +} + +ECDH.prototype.computeSecret = function (other, inenc, enc) { + inenc = inenc || 'utf8' + if (!Buffer.isBuffer(other)) { + other = new Buffer(other, inenc) + } + var otherPub = this.curve.keyFromPublic(other).getPublic() + var out = otherPub.mul(this.keys.getPrivate()).getX() + return formatReturnValue(out, enc, this.curveType.byteLength) +} + +ECDH.prototype.getPublicKey = function (enc, format) { + var key = this.keys.getPublic(format === 'compressed', true) + if (format === 'hybrid') { + if (key[key.length - 1] % 2) { + key[0] = 7 + } else { + key[0] = 6 + } + } + return formatReturnValue(key, enc) +} + +ECDH.prototype.getPrivateKey = function (enc) { + return formatReturnValue(this.keys.getPrivate(), enc) +} + +ECDH.prototype.setPublicKey = function (pub, enc) { + enc = enc || 'utf8' + if (!Buffer.isBuffer(pub)) { + pub = new Buffer(pub, enc) + } + this.keys._importPublic(pub) + return this +} + +ECDH.prototype.setPrivateKey = function (priv, enc) { + enc = enc || 'utf8' + if (!Buffer.isBuffer(priv)) { + priv = new Buffer(priv, enc) + } + + var _priv = new BN(priv) + _priv = _priv.toString(16) + this.keys = this.curve.genKeyPair() + this.keys._importPrivate(_priv) + return this +} + +function formatReturnValue (bn, enc, len) { + if (!Array.isArray(bn)) { + bn = bn.toArray() + } + var buf = new Buffer(bn) + if (len && buf.length < len) { + var zeros = new Buffer(len - buf.length) + zeros.fill(0) + buf = Buffer.concat([zeros, buf]) + } + if (!enc) { + return buf + } else { + return buf.toString(enc) + } +} + +},{"elliptic":"../node_modules/elliptic/lib/elliptic.js","bn.js":"../node_modules/bn.js/lib/bn.js","buffer":"../node_modules/buffer/index.js"}],"../node_modules/public-encrypt/mgf.js":[function(require,module,exports) { + +var createHash = require('create-hash') +var Buffer = require('safe-buffer').Buffer + +module.exports = function (seed, len) { + var t = Buffer.alloc(0) + var i = 0 + var c + while (t.length < len) { + c = i2ops(i++) + t = Buffer.concat([t, createHash('sha1').update(seed).update(c).digest()]) + } + return t.slice(0, len) +} + +function i2ops (c) { + var out = Buffer.allocUnsafe(4) + out.writeUInt32BE(c, 0) + return out +} + +},{"create-hash":"../node_modules/create-hash/browser.js","safe-buffer":"../node_modules/safe-buffer/index.js"}],"../node_modules/public-encrypt/xor.js":[function(require,module,exports) { +module.exports = function xor (a, b) { + var len = a.length + var i = -1 + while (++i < len) { + a[i] ^= b[i] + } + return a +} + +},{}],"../node_modules/public-encrypt/withPublic.js":[function(require,module,exports) { + +var BN = require('bn.js') +var Buffer = require('safe-buffer').Buffer + +function withPublic (paddedMsg, key) { + return Buffer.from(paddedMsg + .toRed(BN.mont(key.modulus)) + .redPow(new BN(key.publicExponent)) + .fromRed() + .toArray()) +} + +module.exports = withPublic + +},{"bn.js":"../node_modules/bn.js/lib/bn.js","safe-buffer":"../node_modules/safe-buffer/index.js"}],"../node_modules/public-encrypt/publicEncrypt.js":[function(require,module,exports) { + +var parseKeys = require('parse-asn1') +var randomBytes = require('randombytes') +var createHash = require('create-hash') +var mgf = require('./mgf') +var xor = require('./xor') +var BN = require('bn.js') +var withPublic = require('./withPublic') +var crt = require('browserify-rsa') +var Buffer = require('safe-buffer').Buffer + +module.exports = function publicEncrypt (publicKey, msg, reverse) { + var padding + if (publicKey.padding) { + padding = publicKey.padding + } else if (reverse) { + padding = 1 + } else { + padding = 4 + } + var key = parseKeys(publicKey) + var paddedMsg + if (padding === 4) { + paddedMsg = oaep(key, msg) + } else if (padding === 1) { + paddedMsg = pkcs1(key, msg, reverse) + } else if (padding === 3) { + paddedMsg = new BN(msg) + if (paddedMsg.cmp(key.modulus) >= 0) { + throw new Error('data too long for modulus') + } + } else { + throw new Error('unknown padding') + } + if (reverse) { + return crt(paddedMsg, key) + } else { + return withPublic(paddedMsg, key) + } +} + +function oaep (key, msg) { + var k = key.modulus.byteLength() + var mLen = msg.length + var iHash = createHash('sha1').update(Buffer.alloc(0)).digest() + var hLen = iHash.length + var hLen2 = 2 * hLen + if (mLen > k - hLen2 - 2) { + throw new Error('message too long') + } + var ps = Buffer.alloc(k - mLen - hLen2 - 2) + var dblen = k - hLen - 1 + var seed = randomBytes(hLen) + var maskedDb = xor(Buffer.concat([iHash, ps, Buffer.alloc(1, 1), msg], dblen), mgf(seed, dblen)) + var maskedSeed = xor(seed, mgf(maskedDb, hLen)) + return new BN(Buffer.concat([Buffer.alloc(1), maskedSeed, maskedDb], k)) +} +function pkcs1 (key, msg, reverse) { + var mLen = msg.length + var k = key.modulus.byteLength() + if (mLen > k - 11) { + throw new Error('message too long') + } + var ps + if (reverse) { + ps = Buffer.alloc(k - mLen - 3, 0xff) + } else { + ps = nonZero(k - mLen - 3) + } + return new BN(Buffer.concat([Buffer.from([0, reverse ? 1 : 2]), ps, Buffer.alloc(1), msg], k)) +} +function nonZero (len) { + var out = Buffer.allocUnsafe(len) + var i = 0 + var cache = randomBytes(len * 2) + var cur = 0 + var num + while (i < len) { + if (cur === cache.length) { + cache = randomBytes(len * 2) + cur = 0 + } + num = cache[cur++] + if (num) { + out[i++] = num + } + } + return out +} + +},{"parse-asn1":"../node_modules/parse-asn1/index.js","randombytes":"../node_modules/randombytes/browser.js","create-hash":"../node_modules/create-hash/browser.js","./mgf":"../node_modules/public-encrypt/mgf.js","./xor":"../node_modules/public-encrypt/xor.js","bn.js":"../node_modules/bn.js/lib/bn.js","./withPublic":"../node_modules/public-encrypt/withPublic.js","browserify-rsa":"../node_modules/browserify-rsa/index.js","safe-buffer":"../node_modules/safe-buffer/index.js"}],"../node_modules/public-encrypt/privateDecrypt.js":[function(require,module,exports) { + +var parseKeys = require('parse-asn1') +var mgf = require('./mgf') +var xor = require('./xor') +var BN = require('bn.js') +var crt = require('browserify-rsa') +var createHash = require('create-hash') +var withPublic = require('./withPublic') +var Buffer = require('safe-buffer').Buffer + +module.exports = function privateDecrypt (privateKey, enc, reverse) { + var padding + if (privateKey.padding) { + padding = privateKey.padding + } else if (reverse) { + padding = 1 + } else { + padding = 4 + } + + var key = parseKeys(privateKey) + var k = key.modulus.byteLength() + if (enc.length > k || new BN(enc).cmp(key.modulus) >= 0) { + throw new Error('decryption error') + } + var msg + if (reverse) { + msg = withPublic(new BN(enc), key) + } else { + msg = crt(enc, key) + } + var zBuffer = Buffer.alloc(k - msg.length) + msg = Buffer.concat([zBuffer, msg], k) + if (padding === 4) { + return oaep(key, msg) + } else if (padding === 1) { + return pkcs1(key, msg, reverse) + } else if (padding === 3) { + return msg + } else { + throw new Error('unknown padding') + } +} + +function oaep (key, msg) { + var k = key.modulus.byteLength() + var iHash = createHash('sha1').update(Buffer.alloc(0)).digest() + var hLen = iHash.length + if (msg[0] !== 0) { + throw new Error('decryption error') + } + var maskedSeed = msg.slice(1, hLen + 1) + var maskedDb = msg.slice(hLen + 1) + var seed = xor(maskedSeed, mgf(maskedDb, hLen)) + var db = xor(maskedDb, mgf(seed, k - hLen - 1)) + if (compare(iHash, db.slice(0, hLen))) { + throw new Error('decryption error') + } + var i = hLen + while (db[i] === 0) { + i++ + } + if (db[i++] !== 1) { + throw new Error('decryption error') + } + return db.slice(i) +} + +function pkcs1 (key, msg, reverse) { + var p1 = msg.slice(0, 2) + var i = 2 + var status = 0 + while (msg[i++] !== 0) { + if (i >= msg.length) { + status++ + break + } + } + var ps = msg.slice(2, i - 1) + + if ((p1.toString('hex') !== '0002' && !reverse) || (p1.toString('hex') !== '0001' && reverse)) { + status++ + } + if (ps.length < 8) { + status++ + } + if (status) { + throw new Error('decryption error') + } + return msg.slice(i) +} +function compare (a, b) { + a = Buffer.from(a) + b = Buffer.from(b) + var dif = 0 + var len = a.length + if (a.length !== b.length) { + dif++ + len = Math.min(a.length, b.length) + } + var i = -1 + while (++i < len) { + dif += (a[i] ^ b[i]) + } + return dif +} + +},{"parse-asn1":"../node_modules/parse-asn1/index.js","./mgf":"../node_modules/public-encrypt/mgf.js","./xor":"../node_modules/public-encrypt/xor.js","bn.js":"../node_modules/bn.js/lib/bn.js","browserify-rsa":"../node_modules/browserify-rsa/index.js","create-hash":"../node_modules/create-hash/browser.js","./withPublic":"../node_modules/public-encrypt/withPublic.js","safe-buffer":"../node_modules/safe-buffer/index.js"}],"../node_modules/public-encrypt/browser.js":[function(require,module,exports) { +exports.publicEncrypt = require('./publicEncrypt') +exports.privateDecrypt = require('./privateDecrypt') + +exports.privateEncrypt = function privateEncrypt (key, buf) { + return exports.publicEncrypt(key, buf, true) +} + +exports.publicDecrypt = function publicDecrypt (key, buf) { + return exports.privateDecrypt(key, buf, true) +} + +},{"./publicEncrypt":"../node_modules/public-encrypt/publicEncrypt.js","./privateDecrypt":"../node_modules/public-encrypt/privateDecrypt.js"}],"../node_modules/randomfill/browser.js":[function(require,module,exports) { + +var global = arguments[3]; +var process = require("process"); +'use strict'; + +function oldBrowser() { + throw new Error('secure random number generation not supported by this browser\nuse chrome, FireFox or Internet Explorer 11'); +} + +var safeBuffer = require('safe-buffer'); + +var randombytes = require('randombytes'); + +var Buffer = safeBuffer.Buffer; +var kBufferMaxLength = safeBuffer.kMaxLength; +var crypto = global.crypto || global.msCrypto; +var kMaxUint32 = Math.pow(2, 32) - 1; + +function assertOffset(offset, length) { + if (typeof offset !== 'number' || offset !== offset) { + // eslint-disable-line no-self-compare + throw new TypeError('offset must be a number'); + } + + if (offset > kMaxUint32 || offset < 0) { + throw new TypeError('offset must be a uint32'); + } + + if (offset > kBufferMaxLength || offset > length) { + throw new RangeError('offset out of range'); + } +} + +function assertSize(size, offset, length) { + if (typeof size !== 'number' || size !== size) { + // eslint-disable-line no-self-compare + throw new TypeError('size must be a number'); + } + + if (size > kMaxUint32 || size < 0) { + throw new TypeError('size must be a uint32'); + } + + if (size + offset > length || size > kBufferMaxLength) { + throw new RangeError('buffer too small'); + } +} + +if (crypto && crypto.getRandomValues || !true) { + exports.randomFill = randomFill; + exports.randomFillSync = randomFillSync; +} else { + exports.randomFill = oldBrowser; + exports.randomFillSync = oldBrowser; +} + +function randomFill(buf, offset, size, cb) { + if (!Buffer.isBuffer(buf) && !(buf instanceof global.Uint8Array)) { + throw new TypeError('"buf" argument must be a Buffer or Uint8Array'); + } + + if (typeof offset === 'function') { + cb = offset; + offset = 0; + size = buf.length; + } else if (typeof size === 'function') { + cb = size; + size = buf.length - offset; + } else if (typeof cb !== 'function') { + throw new TypeError('"cb" argument must be a function'); + } + + assertOffset(offset, buf.length); + assertSize(size, offset, buf.length); + return actualFill(buf, offset, size, cb); +} + +function actualFill(buf, offset, size, cb) { + if (true) { + var ourBuf = buf.buffer; + var uint = new Uint8Array(ourBuf, offset, size); + crypto.getRandomValues(uint); + + if (cb) { + process.nextTick(function () { + cb(null, buf); + }); + return; + } + + return buf; + } + + if (cb) { + randombytes(size, function (err, bytes) { + if (err) { + return cb(err); + } + + bytes.copy(buf, offset); + cb(null, buf); + }); + return; + } + + var bytes = randombytes(size); + bytes.copy(buf, offset); + return buf; +} + +function randomFillSync(buf, offset, size) { + if (typeof offset === 'undefined') { + offset = 0; + } + + if (!Buffer.isBuffer(buf) && !(buf instanceof global.Uint8Array)) { + throw new TypeError('"buf" argument must be a Buffer or Uint8Array'); + } + + assertOffset(offset, buf.length); + if (size === undefined) size = buf.length - offset; + assertSize(size, offset, buf.length); + return actualFill(buf, offset, size); +} +},{"safe-buffer":"../node_modules/safe-buffer/index.js","randombytes":"../node_modules/randombytes/browser.js","process":"../node_modules/process/browser.js"}],"../node_modules/crypto-browserify/index.js":[function(require,module,exports) { +'use strict' + +exports.randomBytes = exports.rng = exports.pseudoRandomBytes = exports.prng = require('randombytes') +exports.createHash = exports.Hash = require('create-hash') +exports.createHmac = exports.Hmac = require('create-hmac') + +var algos = require('browserify-sign/algos') +var algoKeys = Object.keys(algos) +var hashes = ['sha1', 'sha224', 'sha256', 'sha384', 'sha512', 'md5', 'rmd160'].concat(algoKeys) +exports.getHashes = function () { + return hashes +} + +var p = require('pbkdf2') +exports.pbkdf2 = p.pbkdf2 +exports.pbkdf2Sync = p.pbkdf2Sync + +var aes = require('browserify-cipher') + +exports.Cipher = aes.Cipher +exports.createCipher = aes.createCipher +exports.Cipheriv = aes.Cipheriv +exports.createCipheriv = aes.createCipheriv +exports.Decipher = aes.Decipher +exports.createDecipher = aes.createDecipher +exports.Decipheriv = aes.Decipheriv +exports.createDecipheriv = aes.createDecipheriv +exports.getCiphers = aes.getCiphers +exports.listCiphers = aes.listCiphers + +var dh = require('diffie-hellman') + +exports.DiffieHellmanGroup = dh.DiffieHellmanGroup +exports.createDiffieHellmanGroup = dh.createDiffieHellmanGroup +exports.getDiffieHellman = dh.getDiffieHellman +exports.createDiffieHellman = dh.createDiffieHellman +exports.DiffieHellman = dh.DiffieHellman + +var sign = require('browserify-sign') + +exports.createSign = sign.createSign +exports.Sign = sign.Sign +exports.createVerify = sign.createVerify +exports.Verify = sign.Verify + +exports.createECDH = require('create-ecdh') + +var publicEncrypt = require('public-encrypt') + +exports.publicEncrypt = publicEncrypt.publicEncrypt +exports.privateEncrypt = publicEncrypt.privateEncrypt +exports.publicDecrypt = publicEncrypt.publicDecrypt +exports.privateDecrypt = publicEncrypt.privateDecrypt + +// the least I can do is make error messages for the rest of the node.js/crypto api. +// ;[ +// 'createCredentials' +// ].forEach(function (name) { +// exports[name] = function () { +// throw new Error([ +// 'sorry, ' + name + ' is not implemented yet', +// 'we accept pull requests', +// 'https://github.com/crypto-browserify/crypto-browserify' +// ].join('\n')) +// } +// }) + +var rf = require('randomfill') + +exports.randomFill = rf.randomFill +exports.randomFillSync = rf.randomFillSync + +exports.createCredentials = function () { + throw new Error([ + 'sorry, createCredentials is not implemented yet', + 'we accept pull requests', + 'https://github.com/crypto-browserify/crypto-browserify' + ].join('\n')) +} + +exports.constants = { + 'DH_CHECK_P_NOT_SAFE_PRIME': 2, + 'DH_CHECK_P_NOT_PRIME': 1, + 'DH_UNABLE_TO_CHECK_GENERATOR': 4, + 'DH_NOT_SUITABLE_GENERATOR': 8, + 'NPN_ENABLED': 1, + 'ALPN_ENABLED': 1, + 'RSA_PKCS1_PADDING': 1, + 'RSA_SSLV23_PADDING': 2, + 'RSA_NO_PADDING': 3, + 'RSA_PKCS1_OAEP_PADDING': 4, + 'RSA_X931_PADDING': 5, + 'RSA_PKCS1_PSS_PADDING': 6, + 'POINT_CONVERSION_COMPRESSED': 2, + 'POINT_CONVERSION_UNCOMPRESSED': 4, + 'POINT_CONVERSION_HYBRID': 6 +} + +},{"randombytes":"../node_modules/randombytes/browser.js","create-hash":"../node_modules/create-hash/browser.js","create-hmac":"../node_modules/create-hmac/browser.js","browserify-sign/algos":"../node_modules/browserify-sign/algos.js","pbkdf2":"../node_modules/pbkdf2/browser.js","browserify-cipher":"../node_modules/browserify-cipher/browser.js","diffie-hellman":"../node_modules/diffie-hellman/browser.js","browserify-sign":"../node_modules/browserify-sign/browser/index.js","create-ecdh":"../node_modules/create-ecdh/browser.js","public-encrypt":"../node_modules/public-encrypt/browser.js","randomfill":"../node_modules/randomfill/browser.js"}],"../node_modules/random-js/dist/random-js.esm.js":[function(require,module,exports) { +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.bool = bool; +exports.date = date; +exports.dice = dice; +exports.die = die; +exports.hex = hex; +exports.int32 = int32; +exports.int53 = int53; +exports.int53Full = int53Full; +exports.integer = integer; +exports.pick = pick; +exports.picker = picker; +exports.real = real; +exports.realZeroToOneExclusive = realZeroToOneExclusive; +exports.realZeroToOneInclusive = realZeroToOneInclusive; +exports.sample = sample; +exports.shuffle = shuffle; +exports.string = string; +exports.uint32 = uint32; +exports.uint53 = uint53; +exports.uint53Full = uint53Full; +exports.uuid4 = uuid4; +exports.createEntropy = createEntropy; +exports.nodeCrypto = exports.MersenneTwister19937 = exports.nativeMath = exports.browserCrypto = exports.Random = void 0; +const SMALLEST_UNSAFE_INTEGER = 0x20000000000000; +const LARGEST_SAFE_INTEGER = SMALLEST_UNSAFE_INTEGER - 1; +const UINT32_MAX = -1 >>> 0; +const UINT32_SIZE = UINT32_MAX + 1; +const INT32_SIZE = UINT32_SIZE / 2; +const INT32_MAX = INT32_SIZE - 1; +const UINT21_SIZE = 1 << 21; +const UINT21_MAX = UINT21_SIZE - 1; +/** + * Returns a value within [-0x80000000, 0x7fffffff] + */ + +function int32(engine) { + return engine.next() | 0; +} + +function add(distribution, addend) { + if (addend === 0) { + return distribution; + } else { + return engine => distribution(engine) + addend; + } +} +/** + * Returns a value within [-0x20000000000000, 0x1fffffffffffff] + */ + + +function int53(engine) { + const high = engine.next() | 0; + const low = engine.next() >>> 0; + return (high & UINT21_MAX) * UINT32_SIZE + low + (high & UINT21_SIZE ? -SMALLEST_UNSAFE_INTEGER : 0); +} +/** + * Returns a value within [-0x20000000000000, 0x20000000000000] + */ + + +function int53Full(engine) { + while (true) { + const high = engine.next() | 0; + + if (high & 0x400000) { + if ((high & 0x7fffff) === 0x400000 && (engine.next() | 0) === 0) { + return SMALLEST_UNSAFE_INTEGER; + } + } else { + const low = engine.next() >>> 0; + return (high & UINT21_MAX) * UINT32_SIZE + low + (high & UINT21_SIZE ? -SMALLEST_UNSAFE_INTEGER : 0); + } + } +} +/** + * Returns a value within [0, 0xffffffff] + */ + + +function uint32(engine) { + return engine.next() >>> 0; +} +/** + * Returns a value within [0, 0x1fffffffffffff] + */ + + +function uint53(engine) { + const high = engine.next() & UINT21_MAX; + const low = engine.next() >>> 0; + return high * UINT32_SIZE + low; +} +/** + * Returns a value within [0, 0x20000000000000] + */ + + +function uint53Full(engine) { + while (true) { + const high = engine.next() | 0; + + if (high & UINT21_SIZE) { + if ((high & UINT21_MAX) === 0 && (engine.next() | 0) === 0) { + return SMALLEST_UNSAFE_INTEGER; + } + } else { + const low = engine.next() >>> 0; + return (high & UINT21_MAX) * UINT32_SIZE + low; + } + } +} + +function isPowerOfTwoMinusOne(value) { + return (value + 1 & value) === 0; +} + +function bitmask(masking) { + return engine => engine.next() & masking; +} + +function downscaleToLoopCheckedRange(range) { + const extendedRange = range + 1; + const maximum = extendedRange * Math.floor(UINT32_SIZE / extendedRange); + return engine => { + let value = 0; + + do { + value = engine.next() >>> 0; + } while (value >= maximum); + + return value % extendedRange; + }; +} + +function downscaleToRange(range) { + if (isPowerOfTwoMinusOne(range)) { + return bitmask(range); + } else { + return downscaleToLoopCheckedRange(range); + } +} + +function isEvenlyDivisibleByMaxInt32(value) { + return (value | 0) === 0; +} + +function upscaleWithHighMasking(masking) { + return engine => { + const high = engine.next() & masking; + const low = engine.next() >>> 0; + return high * UINT32_SIZE + low; + }; +} + +function upscaleToLoopCheckedRange(extendedRange) { + const maximum = extendedRange * Math.floor(SMALLEST_UNSAFE_INTEGER / extendedRange); + return engine => { + let ret = 0; + + do { + const high = engine.next() & UINT21_MAX; + const low = engine.next() >>> 0; + ret = high * UINT32_SIZE + low; + } while (ret >= maximum); + + return ret % extendedRange; + }; +} + +function upscaleWithinU53(range) { + const extendedRange = range + 1; + + if (isEvenlyDivisibleByMaxInt32(extendedRange)) { + const highRange = (extendedRange / UINT32_SIZE | 0) - 1; + + if (isPowerOfTwoMinusOne(highRange)) { + return upscaleWithHighMasking(highRange); + } + } + + return upscaleToLoopCheckedRange(extendedRange); +} + +function upscaleWithinI53AndLoopCheck(min, max) { + return engine => { + let ret = 0; + + do { + const high = engine.next() | 0; + const low = engine.next() >>> 0; + ret = (high & UINT21_MAX) * UINT32_SIZE + low + (high & UINT21_SIZE ? -SMALLEST_UNSAFE_INTEGER : 0); + } while (ret < min || ret > max); + + return ret; + }; +} +/** + * Returns a Distribution to return a value within [min, max] + * @param min The minimum integer value, inclusive. No less than -0x20000000000000. + * @param max The maximum integer value, inclusive. No greater than 0x20000000000000. + */ + + +function integer(min, max) { + min = Math.floor(min); + max = Math.floor(max); + + if (min < -SMALLEST_UNSAFE_INTEGER || !isFinite(min)) { + throw new RangeError(`Expected min to be at least ${-SMALLEST_UNSAFE_INTEGER}`); + } else if (max > SMALLEST_UNSAFE_INTEGER || !isFinite(max)) { + throw new RangeError(`Expected max to be at most ${SMALLEST_UNSAFE_INTEGER}`); + } + + const range = max - min; + + if (range <= 0 || !isFinite(range)) { + return () => min; + } else if (range === UINT32_MAX) { + if (min === 0) { + return uint32; + } else { + return add(int32, min + INT32_SIZE); + } + } else if (range < UINT32_MAX) { + return add(downscaleToRange(range), min); + } else if (range === LARGEST_SAFE_INTEGER) { + return add(uint53, min); + } else if (range < LARGEST_SAFE_INTEGER) { + return add(upscaleWithinU53(range), min); + } else if (max - 1 - min === LARGEST_SAFE_INTEGER) { + return add(uint53Full, min); + } else if (min === -SMALLEST_UNSAFE_INTEGER && max === SMALLEST_UNSAFE_INTEGER) { + return int53Full; + } else if (min === -SMALLEST_UNSAFE_INTEGER && max === LARGEST_SAFE_INTEGER) { + return int53; + } else if (min === -LARGEST_SAFE_INTEGER && max === SMALLEST_UNSAFE_INTEGER) { + return add(int53, 1); + } else if (max === SMALLEST_UNSAFE_INTEGER) { + return add(upscaleWithinI53AndLoopCheck(min - 1, max - 1), 1); + } else { + return upscaleWithinI53AndLoopCheck(min, max); + } +} + +function isLeastBitTrue(engine) { + return (engine.next() & 1) === 1; +} + +function lessThan(distribution, value) { + return engine => distribution(engine) < value; +} + +function probability(percentage) { + if (percentage <= 0) { + return () => false; + } else if (percentage >= 1) { + return () => true; + } else { + const scaled = percentage * UINT32_SIZE; + + if (scaled % 1 === 0) { + return lessThan(int32, scaled - INT32_SIZE | 0); + } else { + return lessThan(uint53, Math.round(percentage * SMALLEST_UNSAFE_INTEGER)); + } + } +} + +function bool(numerator, denominator) { + if (denominator == null) { + if (numerator == null) { + return isLeastBitTrue; + } + + return probability(numerator); + } else { + if (numerator <= 0) { + return () => false; + } else if (numerator >= denominator) { + return () => true; + } + + return lessThan(integer(0, denominator - 1), numerator); + } +} +/** + * Returns a Distribution that returns a random `Date` within the inclusive + * range of [`start`, `end`]. + * @param start The minimum `Date` + * @param end The maximum `Date` + */ + + +function date(start, end) { + const distribution = integer(+start, +end); + return engine => new Date(distribution(engine)); +} +/** + * Returns a Distribution to return a value within [1, sideCount] + * @param sideCount The number of sides of the die + */ + + +function die(sideCount) { + return integer(1, sideCount); +} +/** + * Returns a distribution that returns an array of length `dieCount` of values + * within [1, `sideCount`] + * @param sideCount The number of sides of each die + * @param dieCount The number of dice + */ + + +function dice(sideCount, dieCount) { + const distribution = die(sideCount); + return engine => { + const result = []; + + for (let i = 0; i < dieCount; ++i) { + result.push(distribution(engine)); + } + + return result; + }; +} // tslint:disable:unified-signatures +// has 2**x chars, for faster uniform distribution + + +const DEFAULT_STRING_POOL = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_-"; + +function string(pool = DEFAULT_STRING_POOL) { + const poolLength = pool.length; + + if (!poolLength) { + throw new Error("Expected pool not to be an empty string"); + } + + const distribution = integer(0, poolLength - 1); + return (engine, length) => { + let result = ""; + + for (let i = 0; i < length; ++i) { + const j = distribution(engine); + result += pool.charAt(j); + } + + return result; + }; +} + +const LOWER_HEX_POOL = "0123456789abcdef"; +const lowerHex = string(LOWER_HEX_POOL); +const upperHex = string(LOWER_HEX_POOL.toUpperCase()); +/** + * Returns a Distribution that returns a random string comprised of numbers + * or the characters `abcdef` (or `ABCDEF`) of length `length`. + * @param length Length of the result string + * @param uppercase Whether the string should use `ABCDEF` instead of `abcdef` + */ + +function hex(uppercase) { + if (uppercase) { + return upperHex; + } else { + return lowerHex; + } +} + +function convertSliceArgument(value, length) { + if (value < 0) { + return Math.max(value + length, 0); + } else { + return Math.min(value, length); + } +} + +function toInteger(value) { + const num = +value; + + if (num < 0) { + return Math.ceil(num); + } else { + return Math.floor(num); + } +} +/** + * Returns a random value within the provided `source` within the sliced + * bounds of `begin` and `end`. + * @param source an array of items to pick from + * @param begin the beginning slice index (defaults to `0`) + * @param end the ending slice index (defaults to `source.length`) + */ + + +function pick(engine, source, begin, end) { + const length = source.length; + + if (length === 0) { + throw new RangeError("Cannot pick from an empty array"); + } + + const start = begin == null ? 0 : convertSliceArgument(toInteger(begin), length); + const finish = end === void 0 ? length : convertSliceArgument(toInteger(end), length); + + if (start >= finish) { + throw new RangeError(`Cannot pick between bounds ${start} and ${finish}`); + } + + const distribution = integer(start, finish - 1); + return source[distribution(engine)]; +} + +function multiply(distribution, multiplier) { + if (multiplier === 1) { + return distribution; + } else if (multiplier === 0) { + return () => 0; + } else { + return engine => distribution(engine) * multiplier; + } +} +/** + * Returns a floating-point value within [0.0, 1.0) + */ + + +function realZeroToOneExclusive(engine) { + return uint53(engine) / SMALLEST_UNSAFE_INTEGER; +} +/** + * Returns a floating-point value within [0.0, 1.0] + */ + + +function realZeroToOneInclusive(engine) { + return uint53Full(engine) / SMALLEST_UNSAFE_INTEGER; +} +/** + * Returns a floating-point value within [min, max) or [min, max] + * @param min The minimum floating-point value, inclusive. + * @param max The maximum floating-point value. + * @param inclusive If true, `max` will be inclusive. + */ + + +function real(min, max, inclusive = false) { + if (!isFinite(min)) { + throw new RangeError("Expected min to be a finite number"); + } else if (!isFinite(max)) { + throw new RangeError("Expected max to be a finite number"); + } + + return add(multiply(inclusive ? realZeroToOneInclusive : realZeroToOneExclusive, max - min), min); +} + +const sliceArray = Array.prototype.slice; +/** + * Shuffles an array in-place + * @param engine The Engine to use when choosing random values + * @param array The array to shuffle + * @param downTo minimum index to shuffle. Only used internally. + */ + +function shuffle(engine, array, downTo = 0) { + const length = array.length; + + if (length) { + for (let i = length - 1 >>> 0; i > downTo; --i) { + const distribution = integer(0, i); + const j = distribution(engine); + + if (i !== j) { + const tmp = array[i]; + array[i] = array[j]; + array[j] = tmp; + } + } + } + + return array; +} +/** + * From the population array, produce an array with sampleSize elements that + * are randomly chosen without repeats. + * @param engine The Engine to use when choosing random values + * @param population An array that has items to choose a sample from + * @param sampleSize The size of the result array + */ + + +function sample(engine, population, sampleSize) { + if (sampleSize < 0 || sampleSize > population.length || !isFinite(sampleSize)) { + throw new RangeError("Expected sampleSize to be within 0 and the length of the population"); + } + + if (sampleSize === 0) { + return []; + } + + const clone = sliceArray.call(population); + const length = clone.length; + + if (length === sampleSize) { + return shuffle(engine, clone, 0); + } + + const tailLength = length - sampleSize; + return shuffle(engine, clone, tailLength - 1).slice(tailLength); +} + +const stringRepeat = (() => { + try { + if ("x".repeat(3) === "xxx") { + return (pattern, count) => pattern.repeat(count); + } + } catch (_) {// nothing to do here + } + + return (pattern, count) => { + let result = ""; + + while (count > 0) { + if (count & 1) { + result += pattern; + } + + count >>= 1; + pattern += pattern; + } + + return result; + }; +})(); + +function zeroPad(text, zeroCount) { + return stringRepeat("0", zeroCount - text.length) + text; +} +/** + * Returns a Universally Unique Identifier Version 4. + * + * See http://en.wikipedia.org/wiki/Universally_unique_identifier + */ + + +function uuid4(engine) { + const a = engine.next() >>> 0; + const b = engine.next() | 0; + const c = engine.next() | 0; + const d = engine.next() >>> 0; + return zeroPad(a.toString(16), 8) + "-" + zeroPad((b & 0xffff).toString(16), 4) + "-" + zeroPad((b >> 4 & 0x0fff | 0x4000).toString(16), 4) + "-" + zeroPad((c & 0x3fff | 0x8000).toString(16), 4) + "-" + zeroPad((c >> 4 & 0xffff).toString(16), 4) + zeroPad(d.toString(16), 8); +} +/** + * An int32-producing Engine that uses `Math.random()` + */ + + +const nativeMath = { + next() { + return Math.random() * UINT32_SIZE | 0; + } + +}; // tslint:disable:unified-signatures + +/** + * A wrapper around an Engine that provides easy-to-use methods for + * producing values based on known distributions + */ + +exports.nativeMath = nativeMath; + +class Random { + /** + * Creates a new Random wrapper + * @param engine The engine to use (defaults to a `Math.random`-based implementation) + */ + constructor(engine = nativeMath) { + this.engine = engine; + } + /** + * Returns a value within [-0x80000000, 0x7fffffff] + */ + + + int32() { + return int32(this.engine); + } + /** + * Returns a value within [0, 0xffffffff] + */ + + + uint32() { + return uint32(this.engine); + } + /** + * Returns a value within [0, 0x1fffffffffffff] + */ + + + uint53() { + return uint53(this.engine); + } + /** + * Returns a value within [0, 0x20000000000000] + */ + + + uint53Full() { + return uint53Full(this.engine); + } + /** + * Returns a value within [-0x20000000000000, 0x1fffffffffffff] + */ + + + int53() { + return int53(this.engine); + } + /** + * Returns a value within [-0x20000000000000, 0x20000000000000] + */ + + + int53Full() { + return int53Full(this.engine); + } + /** + * Returns a value within [min, max] + * @param min The minimum integer value, inclusive. No less than -0x20000000000000. + * @param max The maximum integer value, inclusive. No greater than 0x20000000000000. + */ + + + integer(min, max) { + return integer(min, max)(this.engine); + } + /** + * Returns a floating-point value within [0.0, 1.0] + */ + + + realZeroToOneInclusive() { + return realZeroToOneInclusive(this.engine); + } + /** + * Returns a floating-point value within [0.0, 1.0) + */ + + + realZeroToOneExclusive() { + return realZeroToOneExclusive(this.engine); + } + /** + * Returns a floating-point value within [min, max) or [min, max] + * @param min The minimum floating-point value, inclusive. + * @param max The maximum floating-point value. + * @param inclusive If true, `max` will be inclusive. + */ + + + real(min, max, inclusive = false) { + return real(min, max, inclusive)(this.engine); + } + + bool(numerator, denominator) { + return bool(numerator, denominator)(this.engine); + } + /** + * Return a random value within the provided `source` within the sliced + * bounds of `begin` and `end`. + * @param source an array of items to pick from + * @param begin the beginning slice index (defaults to `0`) + * @param end the ending slice index (defaults to `source.length`) + */ + + + pick(source, begin, end) { + return pick(this.engine, source, begin, end); + } + /** + * Shuffles an array in-place + * @param array The array to shuffle + */ + + + shuffle(array) { + return shuffle(this.engine, array); + } + /** + * From the population array, returns an array with sampleSize elements that + * are randomly chosen without repeats. + * @param population An array that has items to choose a sample from + * @param sampleSize The size of the result array + */ + + + sample(population, sampleSize) { + return sample(this.engine, population, sampleSize); + } + /** + * Returns a value within [1, sideCount] + * @param sideCount The number of sides of the die + */ + + + die(sideCount) { + return die(sideCount)(this.engine); + } + /** + * Returns an array of length `dieCount` of values within [1, sideCount] + * @param sideCount The number of sides of each die + * @param dieCount The number of dice + */ + + + dice(sideCount, dieCount) { + return dice(sideCount, dieCount)(this.engine); + } + /** + * Returns a Universally Unique Identifier Version 4. + * + * See http://en.wikipedia.org/wiki/Universally_unique_identifier + */ + + + uuid4() { + return uuid4(this.engine); + } + + string(length, pool) { + return string(pool)(this.engine, length); + } + /** + * Returns a random string comprised of numbers or the characters `abcdef` + * (or `ABCDEF`) of length `length`. + * @param length Length of the result string + * @param uppercase Whether the string should use `ABCDEF` instead of `abcdef` + */ + + + hex(length, uppercase) { + return hex(uppercase)(this.engine, length); + } + /** + * Returns a random `Date` within the inclusive range of [`start`, `end`]. + * @param start The minimum `Date` + * @param end The maximum `Date` + */ + + + date(start, end) { + return date(start, end)(this.engine); + } + +} +/** + * See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Int32Array + */ + + +exports.Random = Random; + +const I32Array = (() => { + try { + const buffer = new ArrayBuffer(4); + const view = new Int32Array(buffer); + view[0] = INT32_SIZE; + + if (view[0] === -INT32_SIZE) { + return Int32Array; + } + } catch (_) {// nothing to do here + } + + return Array; +})(); + +let data = null; +const COUNT = 128; +let index = COUNT; +/** + * An Engine that relies on the globally-available `crypto.getRandomValues`, + * which is typically available in modern browsers. + * + * See https://developer.mozilla.org/en-US/docs/Web/API/Crypto/getRandomValues + * + * If unavailable or otherwise non-functioning, then `browserCrypto` will + * likely `throw` on the first call to `next()`. + */ + +const browserCrypto = { + next() { + if (index >= COUNT) { + if (data === null) { + data = new I32Array(COUNT); + } + + crypto.getRandomValues(data); + index = 0; + } + + return data[index++] | 0; + } + +}; +/** + * Returns an array of random int32 values, based on current time + * and a random number engine + * + * @param engine an Engine to pull random values from, default `nativeMath` + * @param length the length of the Array, minimum 1, default 16 + */ + +exports.browserCrypto = browserCrypto; + +function createEntropy(engine = nativeMath, length = 16) { + const array = []; + array.push(new Date().getTime() | 0); + + for (let i = 1; i < length; ++i) { + array[i] = engine.next() | 0; + } + + return array; +} +/** + * See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/imul + */ + + +const imul = (() => { + try { + if (Math.imul(UINT32_MAX, 5) === -5) { + return Math.imul; + } + } catch (_) {// nothing to do here + } + + const UINT16_MAX = 0xffff; + return (a, b) => { + const ah = a >>> 16 & UINT16_MAX; + const al = a & UINT16_MAX; + const bh = b >>> 16 & UINT16_MAX; + const bl = b & UINT16_MAX; // the shift by 0 fixes the sign on the high part + // the final |0 converts the unsigned value into a signed value + + return al * bl + (ah * bl + al * bh << 16 >>> 0) | 0; + }; +})(); + +const ARRAY_SIZE = 624; +const ARRAY_MAX = ARRAY_SIZE - 1; +const M = 397; +const ARRAY_SIZE_MINUS_M = ARRAY_SIZE - M; +const A = 0x9908b0df; +/** + * An Engine that is a pseudorandom number generator using the Mersenne + * Twister algorithm based on the prime 2**19937 − 1 + * + * See http://en.wikipedia.org/wiki/Mersenne_twister + */ + +class MersenneTwister19937 { + /** + * MersenneTwister19937 should not be instantiated directly. + * Instead, use the static methods `seed`, `seedWithArray`, or `autoSeed`. + */ + constructor() { + this.data = new I32Array(ARRAY_SIZE); + this.index = 0; // integer within [0, 624] + + this.uses = 0; + } + /** + * Returns a MersenneTwister19937 seeded with an initial int32 value + * @param initial the initial seed value + */ + + + static seed(initial) { + return new MersenneTwister19937().seed(initial); + } + /** + * Returns a MersenneTwister19937 seeded with zero or more int32 values + * @param source A series of int32 values + */ + + + static seedWithArray(source) { + return new MersenneTwister19937().seedWithArray(source); + } + /** + * Returns a MersenneTwister19937 seeded with the current time and + * a series of natively-generated random values + */ + + + static autoSeed() { + return MersenneTwister19937.seedWithArray(createEntropy()); + } + /** + * Returns the next int32 value of the sequence + */ + + + next() { + if ((this.index | 0) >= ARRAY_SIZE) { + refreshData(this.data); + this.index = 0; + } + + const value = this.data[this.index]; + this.index = this.index + 1 | 0; + this.uses += 1; + return temper(value) | 0; + } + /** + * Returns the number of times that the Engine has been used. + * + * This can be provided to an unused MersenneTwister19937 with the same + * seed, bringing it to the exact point that was left off. + */ + + + getUseCount() { + return this.uses; + } + /** + * Discards one or more items from the engine + * @param count The count of items to discard + */ + + + discard(count) { + if (count <= 0) { + return this; + } + + this.uses += count; + + if ((this.index | 0) >= ARRAY_SIZE) { + refreshData(this.data); + this.index = 0; + } + + while (count + this.index > ARRAY_SIZE) { + count -= ARRAY_SIZE - this.index; + refreshData(this.data); + this.index = 0; + } + + this.index = this.index + count | 0; + return this; + } + + seed(initial) { + let previous = 0; + this.data[0] = previous = initial | 0; + + for (let i = 1; i < ARRAY_SIZE; i = i + 1 | 0) { + this.data[i] = previous = imul(previous ^ previous >>> 30, 0x6c078965) + i | 0; + } + + this.index = ARRAY_SIZE; + this.uses = 0; + return this; + } + + seedWithArray(source) { + this.seed(0x012bd6aa); + seedWithArray(this.data, source); + return this; + } + +} + +exports.MersenneTwister19937 = MersenneTwister19937; + +function refreshData(data) { + let k = 0; + let tmp = 0; + + for (; (k | 0) < ARRAY_SIZE_MINUS_M; k = k + 1 | 0) { + tmp = data[k] & INT32_SIZE | data[k + 1 | 0] & INT32_MAX; + data[k] = data[k + M | 0] ^ tmp >>> 1 ^ (tmp & 0x1 ? A : 0); + } + + for (; (k | 0) < ARRAY_MAX; k = k + 1 | 0) { + tmp = data[k] & INT32_SIZE | data[k + 1 | 0] & INT32_MAX; + data[k] = data[k - ARRAY_SIZE_MINUS_M | 0] ^ tmp >>> 1 ^ (tmp & 0x1 ? A : 0); + } + + tmp = data[ARRAY_MAX] & INT32_SIZE | data[0] & INT32_MAX; + data[ARRAY_MAX] = data[M - 1] ^ tmp >>> 1 ^ (tmp & 0x1 ? A : 0); +} + +function temper(value) { + value ^= value >>> 11; + value ^= value << 7 & 0x9d2c5680; + value ^= value << 15 & 0xefc60000; + return value ^ value >>> 18; +} + +function seedWithArray(data, source) { + let i = 1; + let j = 0; + const sourceLength = source.length; + let k = Math.max(sourceLength, ARRAY_SIZE) | 0; + let previous = data[0] | 0; + + for (; (k | 0) > 0; --k) { + data[i] = previous = (data[i] ^ imul(previous ^ previous >>> 30, 0x0019660d)) + (source[j] | 0) + (j | 0) | 0; + i = i + 1 | 0; + ++j; + + if ((i | 0) > ARRAY_MAX) { + data[0] = data[ARRAY_MAX]; + i = 1; + } + + if (j >= sourceLength) { + j = 0; + } + } + + for (k = ARRAY_MAX; (k | 0) > 0; --k) { + data[i] = previous = (data[i] ^ imul(previous ^ previous >>> 30, 0x5d588b65)) - i | 0; + i = i + 1 | 0; + + if ((i | 0) > ARRAY_MAX) { + data[0] = data[ARRAY_MAX]; + i = 1; + } + } + + data[0] = INT32_SIZE; +} + +let data$1 = null; +const COUNT$1 = 128; +let index$1 = COUNT$1; +/** + * An Engine that relies on the node-available + * `require('crypto').randomBytes`, which has been available since 0.58. + * + * See https://nodejs.org/api/crypto.html#crypto_crypto_randombytes_size_callback + * + * If unavailable or otherwise non-functioning, then `nodeCrypto` will + * likely `throw` on the first call to `next()`. + */ + +const nodeCrypto = { + next() { + if (index$1 >= COUNT$1) { + data$1 = new Int32Array(new Int8Array(require("crypto").randomBytes(4 * COUNT$1)).buffer); + index$1 = 0; + } + + return data$1[index$1++] | 0; + } + +}; +/** + * Returns a Distribution to random value within the provided `source` + * within the sliced bounds of `begin` and `end`. + * @param source an array of items to pick from + * @param begin the beginning slice index (defaults to `0`) + * @param end the ending slice index (defaults to `source.length`) + */ + +exports.nodeCrypto = nodeCrypto; + +function picker(source, begin, end) { + const clone = sliceArray.call(source, begin, end); + + if (clone.length === 0) { + throw new RangeError(`Cannot pick from a source with no items`); + } + + const distribution = integer(0, clone.length - 1); + return engine => clone[distribution(engine)]; +} +},{"crypto":"../node_modules/crypto-browserify/index.js"}],"../node_modules/particles.js/particles.js":[function(require,module,exports) { +var process = require("process"); +/* ----------------------------------------------- +/* Author : Vincent Garreau - vincentgarreau.com +/* MIT license: http://opensource.org/licenses/MIT +/* Demo / Generator : vincentgarreau.com/particles.js +/* GitHub : github.com/VincentGarreau/particles.js +/* How to use? : Check the GitHub README +/* v2.0.0 +/* ----------------------------------------------- */ + +var pJS = function(tag_id, params){ + + var canvas_el = document.querySelector('#'+tag_id+' > .particles-js-canvas-el'); + + /* particles.js variables with default values */ + this.pJS = { + canvas: { + el: canvas_el, + w: canvas_el.offsetWidth, + h: canvas_el.offsetHeight + }, + particles: { + number: { + value: 400, + density: { + enable: true, + value_area: 800 + } + }, + color: { + value: '#fff' + }, + shape: { + type: 'circle', + stroke: { + width: 0, + color: '#ff0000' + }, + polygon: { + nb_sides: 5 + }, + image: { + src: '', + width: 100, + height: 100 + } + }, + opacity: { + value: 1, + random: false, + anim: { + enable: false, + speed: 2, + opacity_min: 0, + sync: false + } + }, + size: { + value: 20, + random: false, + anim: { + enable: false, + speed: 20, + size_min: 0, + sync: false + } + }, + line_linked: { + enable: true, + distance: 100, + color: '#fff', + opacity: 1, + width: 1 + }, + move: { + enable: true, + speed: 2, + direction: 'none', + random: false, + straight: false, + out_mode: 'out', + bounce: false, + attract: { + enable: false, + rotateX: 3000, + rotateY: 3000 + } + }, + array: [] + }, + interactivity: { + detect_on: 'canvas', + events: { + onhover: { + enable: true, + mode: 'grab' + }, + onclick: { + enable: true, + mode: 'push' + }, + resize: true + }, + modes: { + grab:{ + distance: 100, + line_linked:{ + opacity: 1 + } + }, + bubble:{ + distance: 200, + size: 80, + duration: 0.4 + }, + repulse:{ + distance: 200, + duration: 0.4 + }, + push:{ + particles_nb: 4 + }, + remove:{ + particles_nb: 2 + } + }, + mouse:{} + }, + retina_detect: false, + fn: { + interact: {}, + modes: {}, + vendors:{} + }, + tmp: {} + }; + + var pJS = this.pJS; + + /* params settings */ + if(params){ + Object.deepExtend(pJS, params); + } + + pJS.tmp.obj = { + size_value: pJS.particles.size.value, + size_anim_speed: pJS.particles.size.anim.speed, + move_speed: pJS.particles.move.speed, + line_linked_distance: pJS.particles.line_linked.distance, + line_linked_width: pJS.particles.line_linked.width, + mode_grab_distance: pJS.interactivity.modes.grab.distance, + mode_bubble_distance: pJS.interactivity.modes.bubble.distance, + mode_bubble_size: pJS.interactivity.modes.bubble.size, + mode_repulse_distance: pJS.interactivity.modes.repulse.distance + }; + + + pJS.fn.retinaInit = function(){ + + if(pJS.retina_detect && window.devicePixelRatio > 1){ + pJS.canvas.pxratio = window.devicePixelRatio; + pJS.tmp.retina = true; + } + else{ + pJS.canvas.pxratio = 1; + pJS.tmp.retina = false; + } + + pJS.canvas.w = pJS.canvas.el.offsetWidth * pJS.canvas.pxratio; + pJS.canvas.h = pJS.canvas.el.offsetHeight * pJS.canvas.pxratio; + + pJS.particles.size.value = pJS.tmp.obj.size_value * pJS.canvas.pxratio; + pJS.particles.size.anim.speed = pJS.tmp.obj.size_anim_speed * pJS.canvas.pxratio; + pJS.particles.move.speed = pJS.tmp.obj.move_speed * pJS.canvas.pxratio; + pJS.particles.line_linked.distance = pJS.tmp.obj.line_linked_distance * pJS.canvas.pxratio; + pJS.interactivity.modes.grab.distance = pJS.tmp.obj.mode_grab_distance * pJS.canvas.pxratio; + pJS.interactivity.modes.bubble.distance = pJS.tmp.obj.mode_bubble_distance * pJS.canvas.pxratio; + pJS.particles.line_linked.width = pJS.tmp.obj.line_linked_width * pJS.canvas.pxratio; + pJS.interactivity.modes.bubble.size = pJS.tmp.obj.mode_bubble_size * pJS.canvas.pxratio; + pJS.interactivity.modes.repulse.distance = pJS.tmp.obj.mode_repulse_distance * pJS.canvas.pxratio; + + }; + + + + /* ---------- pJS functions - canvas ------------ */ + + pJS.fn.canvasInit = function(){ + pJS.canvas.ctx = pJS.canvas.el.getContext('2d'); + }; + + pJS.fn.canvasSize = function(){ + + pJS.canvas.el.width = pJS.canvas.w; + pJS.canvas.el.height = pJS.canvas.h; + + if(pJS && pJS.interactivity.events.resize){ + + window.addEventListener('resize', function(){ + + pJS.canvas.w = pJS.canvas.el.offsetWidth; + pJS.canvas.h = pJS.canvas.el.offsetHeight; + + /* resize canvas */ + if(pJS.tmp.retina){ + pJS.canvas.w *= pJS.canvas.pxratio; + pJS.canvas.h *= pJS.canvas.pxratio; + } + + pJS.canvas.el.width = pJS.canvas.w; + pJS.canvas.el.height = pJS.canvas.h; + + /* repaint canvas on anim disabled */ + if(!pJS.particles.move.enable){ + pJS.fn.particlesEmpty(); + pJS.fn.particlesCreate(); + pJS.fn.particlesDraw(); + pJS.fn.vendors.densityAutoParticles(); + } + + /* density particles enabled */ + pJS.fn.vendors.densityAutoParticles(); + + }); + + } + + }; + + + pJS.fn.canvasPaint = function(){ + pJS.canvas.ctx.fillRect(0, 0, pJS.canvas.w, pJS.canvas.h); + }; + + pJS.fn.canvasClear = function(){ + pJS.canvas.ctx.clearRect(0, 0, pJS.canvas.w, pJS.canvas.h); + }; + + + /* --------- pJS functions - particles ----------- */ + + pJS.fn.particle = function(color, opacity, position){ + + /* size */ + this.radius = (pJS.particles.size.random ? Math.random() : 1) * pJS.particles.size.value; + if(pJS.particles.size.anim.enable){ + this.size_status = false; + this.vs = pJS.particles.size.anim.speed / 100; + if(!pJS.particles.size.anim.sync){ + this.vs = this.vs * Math.random(); + } + } + + /* position */ + this.x = position ? position.x : Math.random() * pJS.canvas.w; + this.y = position ? position.y : Math.random() * pJS.canvas.h; + + /* check position - into the canvas */ + if(this.x > pJS.canvas.w - this.radius*2) this.x = this.x - this.radius; + else if(this.x < this.radius*2) this.x = this.x + this.radius; + if(this.y > pJS.canvas.h - this.radius*2) this.y = this.y - this.radius; + else if(this.y < this.radius*2) this.y = this.y + this.radius; + + /* check position - avoid overlap */ + if(pJS.particles.move.bounce){ + pJS.fn.vendors.checkOverlap(this, position); + } + + /* color */ + this.color = {}; + if(typeof(color.value) == 'object'){ + + if(color.value instanceof Array){ + var color_selected = color.value[Math.floor(Math.random() * pJS.particles.color.value.length)]; + this.color.rgb = hexToRgb(color_selected); + }else{ + if(color.value.r != undefined && color.value.g != undefined && color.value.b != undefined){ + this.color.rgb = { + r: color.value.r, + g: color.value.g, + b: color.value.b + } + } + if(color.value.h != undefined && color.value.s != undefined && color.value.l != undefined){ + this.color.hsl = { + h: color.value.h, + s: color.value.s, + l: color.value.l + } + } + } + + } + else if(color.value == 'random'){ + this.color.rgb = { + r: (Math.floor(Math.random() * (255 - 0 + 1)) + 0), + g: (Math.floor(Math.random() * (255 - 0 + 1)) + 0), + b: (Math.floor(Math.random() * (255 - 0 + 1)) + 0) + } + } + else if(typeof(color.value) == 'string'){ + this.color = color; + this.color.rgb = hexToRgb(this.color.value); + } + + /* opacity */ + this.opacity = (pJS.particles.opacity.random ? Math.random() : 1) * pJS.particles.opacity.value; + if(pJS.particles.opacity.anim.enable){ + this.opacity_status = false; + this.vo = pJS.particles.opacity.anim.speed / 100; + if(!pJS.particles.opacity.anim.sync){ + this.vo = this.vo * Math.random(); + } + } + + /* animation - velocity for speed */ + var velbase = {} + switch(pJS.particles.move.direction){ + case 'top': + velbase = { x:0, y:-1 }; + break; + case 'top-right': + velbase = { x:0.5, y:-0.5 }; + break; + case 'right': + velbase = { x:1, y:-0 }; + break; + case 'bottom-right': + velbase = { x:0.5, y:0.5 }; + break; + case 'bottom': + velbase = { x:0, y:1 }; + break; + case 'bottom-left': + velbase = { x:-0.5, y:1 }; + break; + case 'left': + velbase = { x:-1, y:0 }; + break; + case 'top-left': + velbase = { x:-0.5, y:-0.5 }; + break; + default: + velbase = { x:0, y:0 }; + break; + } + + if(pJS.particles.move.straight){ + this.vx = velbase.x; + this.vy = velbase.y; + if(pJS.particles.move.random){ + this.vx = this.vx * (Math.random()); + this.vy = this.vy * (Math.random()); + } + }else{ + this.vx = velbase.x + Math.random()-0.5; + this.vy = velbase.y + Math.random()-0.5; + } + + // var theta = 2.0 * Math.PI * Math.random(); + // this.vx = Math.cos(theta); + // this.vy = Math.sin(theta); + + this.vx_i = this.vx; + this.vy_i = this.vy; + + + + /* if shape is image */ + + var shape_type = pJS.particles.shape.type; + if(typeof(shape_type) == 'object'){ + if(shape_type instanceof Array){ + var shape_selected = shape_type[Math.floor(Math.random() * shape_type.length)]; + this.shape = shape_selected; + } + }else{ + this.shape = shape_type; + } + + if(this.shape == 'image'){ + var sh = pJS.particles.shape; + this.img = { + src: sh.image.src, + ratio: sh.image.width / sh.image.height + } + if(!this.img.ratio) this.img.ratio = 1; + if(pJS.tmp.img_type == 'svg' && pJS.tmp.source_svg != undefined){ + pJS.fn.vendors.createSvgImg(this); + if(pJS.tmp.pushing){ + this.img.loaded = false; + } + } + } + + + + }; + + + pJS.fn.particle.prototype.draw = function() { + + var p = this; + + if(p.radius_bubble != undefined){ + var radius = p.radius_bubble; + }else{ + var radius = p.radius; + } + + if(p.opacity_bubble != undefined){ + var opacity = p.opacity_bubble; + }else{ + var opacity = p.opacity; + } + + if(p.color.rgb){ + var color_value = 'rgba('+p.color.rgb.r+','+p.color.rgb.g+','+p.color.rgb.b+','+opacity+')'; + }else{ + var color_value = 'hsla('+p.color.hsl.h+','+p.color.hsl.s+'%,'+p.color.hsl.l+'%,'+opacity+')'; + } + + pJS.canvas.ctx.fillStyle = color_value; + pJS.canvas.ctx.beginPath(); + + switch(p.shape){ + + case 'circle': + pJS.canvas.ctx.arc(p.x, p.y, radius, 0, Math.PI * 2, false); + break; + + case 'edge': + pJS.canvas.ctx.rect(p.x-radius, p.y-radius, radius*2, radius*2); + break; + + case 'triangle': + pJS.fn.vendors.drawShape(pJS.canvas.ctx, p.x-radius, p.y+radius / 1.66, radius*2, 3, 2); + break; + + case 'polygon': + pJS.fn.vendors.drawShape( + pJS.canvas.ctx, + p.x - radius / (pJS.particles.shape.polygon.nb_sides/3.5), // startX + p.y - radius / (2.66/3.5), // startY + radius*2.66 / (pJS.particles.shape.polygon.nb_sides/3), // sideLength + pJS.particles.shape.polygon.nb_sides, // sideCountNumerator + 1 // sideCountDenominator + ); + break; + + case 'star': + pJS.fn.vendors.drawShape( + pJS.canvas.ctx, + p.x - radius*2 / (pJS.particles.shape.polygon.nb_sides/4), // startX + p.y - radius / (2*2.66/3.5), // startY + radius*2*2.66 / (pJS.particles.shape.polygon.nb_sides/3), // sideLength + pJS.particles.shape.polygon.nb_sides, // sideCountNumerator + 2 // sideCountDenominator + ); + break; + + case 'image': + + function draw(){ + pJS.canvas.ctx.drawImage( + img_obj, + p.x-radius, + p.y-radius, + radius*2, + radius*2 / p.img.ratio + ); + } + + if(pJS.tmp.img_type == 'svg'){ + var img_obj = p.img.obj; + }else{ + var img_obj = pJS.tmp.img_obj; + } + + if(img_obj){ + draw(); + } + + break; + + } + + pJS.canvas.ctx.closePath(); + + if(pJS.particles.shape.stroke.width > 0){ + pJS.canvas.ctx.strokeStyle = pJS.particles.shape.stroke.color; + pJS.canvas.ctx.lineWidth = pJS.particles.shape.stroke.width; + pJS.canvas.ctx.stroke(); + } + + pJS.canvas.ctx.fill(); + + }; + + + pJS.fn.particlesCreate = function(){ + for(var i = 0; i < pJS.particles.number.value; i++) { + pJS.particles.array.push(new pJS.fn.particle(pJS.particles.color, pJS.particles.opacity.value)); + } + }; + + pJS.fn.particlesUpdate = function(){ + + for(var i = 0; i < pJS.particles.array.length; i++){ + + /* the particle */ + var p = pJS.particles.array[i]; + + // var d = ( dx = pJS.interactivity.mouse.click_pos_x - p.x ) * dx + ( dy = pJS.interactivity.mouse.click_pos_y - p.y ) * dy; + // var f = -BANG_SIZE / d; + // if ( d < BANG_SIZE ) { + // var t = Math.atan2( dy, dx ); + // p.vx = f * Math.cos(t); + // p.vy = f * Math.sin(t); + // } + + /* move the particle */ + if(pJS.particles.move.enable){ + var ms = pJS.particles.move.speed/2; + p.x += p.vx * ms; + p.y += p.vy * ms; + } + + /* change opacity status */ + if(pJS.particles.opacity.anim.enable) { + if(p.opacity_status == true) { + if(p.opacity >= pJS.particles.opacity.value) p.opacity_status = false; + p.opacity += p.vo; + }else { + if(p.opacity <= pJS.particles.opacity.anim.opacity_min) p.opacity_status = true; + p.opacity -= p.vo; + } + if(p.opacity < 0) p.opacity = 0; + } + + /* change size */ + if(pJS.particles.size.anim.enable){ + if(p.size_status == true){ + if(p.radius >= pJS.particles.size.value) p.size_status = false; + p.radius += p.vs; + }else{ + if(p.radius <= pJS.particles.size.anim.size_min) p.size_status = true; + p.radius -= p.vs; + } + if(p.radius < 0) p.radius = 0; + } + + /* change particle position if it is out of canvas */ + if(pJS.particles.move.out_mode == 'bounce'){ + var new_pos = { + x_left: p.radius, + x_right: pJS.canvas.w, + y_top: p.radius, + y_bottom: pJS.canvas.h + } + }else{ + var new_pos = { + x_left: -p.radius, + x_right: pJS.canvas.w + p.radius, + y_top: -p.radius, + y_bottom: pJS.canvas.h + p.radius + } + } + + if(p.x - p.radius > pJS.canvas.w){ + p.x = new_pos.x_left; + p.y = Math.random() * pJS.canvas.h; + } + else if(p.x + p.radius < 0){ + p.x = new_pos.x_right; + p.y = Math.random() * pJS.canvas.h; + } + if(p.y - p.radius > pJS.canvas.h){ + p.y = new_pos.y_top; + p.x = Math.random() * pJS.canvas.w; + } + else if(p.y + p.radius < 0){ + p.y = new_pos.y_bottom; + p.x = Math.random() * pJS.canvas.w; + } + + /* out of canvas modes */ + switch(pJS.particles.move.out_mode){ + case 'bounce': + if (p.x + p.radius > pJS.canvas.w) p.vx = -p.vx; + else if (p.x - p.radius < 0) p.vx = -p.vx; + if (p.y + p.radius > pJS.canvas.h) p.vy = -p.vy; + else if (p.y - p.radius < 0) p.vy = -p.vy; + break; + } + + /* events */ + if(isInArray('grab', pJS.interactivity.events.onhover.mode)){ + pJS.fn.modes.grabParticle(p); + } + + if(isInArray('bubble', pJS.interactivity.events.onhover.mode) || isInArray('bubble', pJS.interactivity.events.onclick.mode)){ + pJS.fn.modes.bubbleParticle(p); + } + + if(isInArray('repulse', pJS.interactivity.events.onhover.mode) || isInArray('repulse', pJS.interactivity.events.onclick.mode)){ + pJS.fn.modes.repulseParticle(p); + } + + /* interaction auto between particles */ + if(pJS.particles.line_linked.enable || pJS.particles.move.attract.enable){ + for(var j = i + 1; j < pJS.particles.array.length; j++){ + var p2 = pJS.particles.array[j]; + + /* link particles */ + if(pJS.particles.line_linked.enable){ + pJS.fn.interact.linkParticles(p,p2); + } + + /* attract particles */ + if(pJS.particles.move.attract.enable){ + pJS.fn.interact.attractParticles(p,p2); + } + + /* bounce particles */ + if(pJS.particles.move.bounce){ + pJS.fn.interact.bounceParticles(p,p2); + } + + } + } + + + } + + }; + + pJS.fn.particlesDraw = function(){ + + /* clear canvas */ + pJS.canvas.ctx.clearRect(0, 0, pJS.canvas.w, pJS.canvas.h); + + /* update each particles param */ + pJS.fn.particlesUpdate(); + + /* draw each particle */ + for(var i = 0; i < pJS.particles.array.length; i++){ + var p = pJS.particles.array[i]; + p.draw(); + } + + }; + + pJS.fn.particlesEmpty = function(){ + pJS.particles.array = []; + }; + + pJS.fn.particlesRefresh = function(){ + + /* init all */ + cancelRequestAnimFrame(pJS.fn.checkAnimFrame); + cancelRequestAnimFrame(pJS.fn.drawAnimFrame); + pJS.tmp.source_svg = undefined; + pJS.tmp.img_obj = undefined; + pJS.tmp.count_svg = 0; + pJS.fn.particlesEmpty(); + pJS.fn.canvasClear(); + + /* restart */ + pJS.fn.vendors.start(); + + }; + + + /* ---------- pJS functions - particles interaction ------------ */ + + pJS.fn.interact.linkParticles = function(p1, p2){ + + var dx = p1.x - p2.x, + dy = p1.y - p2.y, + dist = Math.sqrt(dx*dx + dy*dy); + + /* draw a line between p1 and p2 if the distance between them is under the config distance */ + if(dist <= pJS.particles.line_linked.distance){ + + var opacity_line = pJS.particles.line_linked.opacity - (dist / (1/pJS.particles.line_linked.opacity)) / pJS.particles.line_linked.distance; + + if(opacity_line > 0){ + + /* style */ + var color_line = pJS.particles.line_linked.color_rgb_line; + pJS.canvas.ctx.strokeStyle = 'rgba('+color_line.r+','+color_line.g+','+color_line.b+','+opacity_line+')'; + pJS.canvas.ctx.lineWidth = pJS.particles.line_linked.width; + //pJS.canvas.ctx.lineCap = 'round'; /* performance issue */ + + /* path */ + pJS.canvas.ctx.beginPath(); + pJS.canvas.ctx.moveTo(p1.x, p1.y); + pJS.canvas.ctx.lineTo(p2.x, p2.y); + pJS.canvas.ctx.stroke(); + pJS.canvas.ctx.closePath(); + + } + + } + + }; + + + pJS.fn.interact.attractParticles = function(p1, p2){ + + /* condensed particles */ + var dx = p1.x - p2.x, + dy = p1.y - p2.y, + dist = Math.sqrt(dx*dx + dy*dy); + + if(dist <= pJS.particles.line_linked.distance){ + + var ax = dx/(pJS.particles.move.attract.rotateX*1000), + ay = dy/(pJS.particles.move.attract.rotateY*1000); + + p1.vx -= ax; + p1.vy -= ay; + + p2.vx += ax; + p2.vy += ay; + + } + + + } + + + pJS.fn.interact.bounceParticles = function(p1, p2){ + + var dx = p1.x - p2.x, + dy = p1.y - p2.y, + dist = Math.sqrt(dx*dx + dy*dy), + dist_p = p1.radius+p2.radius; + + if(dist <= dist_p){ + p1.vx = -p1.vx; + p1.vy = -p1.vy; + + p2.vx = -p2.vx; + p2.vy = -p2.vy; + } + + } + + + /* ---------- pJS functions - modes events ------------ */ + + pJS.fn.modes.pushParticles = function(nb, pos){ + + pJS.tmp.pushing = true; + + for(var i = 0; i < nb; i++){ + pJS.particles.array.push( + new pJS.fn.particle( + pJS.particles.color, + pJS.particles.opacity.value, + { + 'x': pos ? pos.pos_x : Math.random() * pJS.canvas.w, + 'y': pos ? pos.pos_y : Math.random() * pJS.canvas.h + } + ) + ) + if(i == nb-1){ + if(!pJS.particles.move.enable){ + pJS.fn.particlesDraw(); + } + pJS.tmp.pushing = false; + } + } + + }; + + + pJS.fn.modes.removeParticles = function(nb){ + + pJS.particles.array.splice(0, nb); + if(!pJS.particles.move.enable){ + pJS.fn.particlesDraw(); + } + + }; + + + pJS.fn.modes.bubbleParticle = function(p){ + + /* on hover event */ + if(pJS.interactivity.events.onhover.enable && isInArray('bubble', pJS.interactivity.events.onhover.mode)){ + + var dx_mouse = p.x - pJS.interactivity.mouse.pos_x, + dy_mouse = p.y - pJS.interactivity.mouse.pos_y, + dist_mouse = Math.sqrt(dx_mouse*dx_mouse + dy_mouse*dy_mouse), + ratio = 1 - dist_mouse / pJS.interactivity.modes.bubble.distance; + + function init(){ + p.opacity_bubble = p.opacity; + p.radius_bubble = p.radius; + } + + /* mousemove - check ratio */ + if(dist_mouse <= pJS.interactivity.modes.bubble.distance){ + + if(ratio >= 0 && pJS.interactivity.status == 'mousemove'){ + + /* size */ + if(pJS.interactivity.modes.bubble.size != pJS.particles.size.value){ + + if(pJS.interactivity.modes.bubble.size > pJS.particles.size.value){ + var size = p.radius + (pJS.interactivity.modes.bubble.size*ratio); + if(size >= 0){ + p.radius_bubble = size; + } + }else{ + var dif = p.radius - pJS.interactivity.modes.bubble.size, + size = p.radius - (dif*ratio); + if(size > 0){ + p.radius_bubble = size; + }else{ + p.radius_bubble = 0; + } + } + + } + + /* opacity */ + if(pJS.interactivity.modes.bubble.opacity != pJS.particles.opacity.value){ + + if(pJS.interactivity.modes.bubble.opacity > pJS.particles.opacity.value){ + var opacity = pJS.interactivity.modes.bubble.opacity*ratio; + if(opacity > p.opacity && opacity <= pJS.interactivity.modes.bubble.opacity){ + p.opacity_bubble = opacity; + } + }else{ + var opacity = p.opacity - (pJS.particles.opacity.value-pJS.interactivity.modes.bubble.opacity)*ratio; + if(opacity < p.opacity && opacity >= pJS.interactivity.modes.bubble.opacity){ + p.opacity_bubble = opacity; + } + } + + } + + } + + }else{ + init(); + } + + + /* mouseleave */ + if(pJS.interactivity.status == 'mouseleave'){ + init(); + } + + } + + /* on click event */ + else if(pJS.interactivity.events.onclick.enable && isInArray('bubble', pJS.interactivity.events.onclick.mode)){ + + + if(pJS.tmp.bubble_clicking){ + var dx_mouse = p.x - pJS.interactivity.mouse.click_pos_x, + dy_mouse = p.y - pJS.interactivity.mouse.click_pos_y, + dist_mouse = Math.sqrt(dx_mouse*dx_mouse + dy_mouse*dy_mouse), + time_spent = (new Date().getTime() - pJS.interactivity.mouse.click_time)/1000; + + if(time_spent > pJS.interactivity.modes.bubble.duration){ + pJS.tmp.bubble_duration_end = true; + } + + if(time_spent > pJS.interactivity.modes.bubble.duration*2){ + pJS.tmp.bubble_clicking = false; + pJS.tmp.bubble_duration_end = false; + } + } + + + function process(bubble_param, particles_param, p_obj_bubble, p_obj, id){ + + if(bubble_param != particles_param){ + + if(!pJS.tmp.bubble_duration_end){ + if(dist_mouse <= pJS.interactivity.modes.bubble.distance){ + if(p_obj_bubble != undefined) var obj = p_obj_bubble; + else var obj = p_obj; + if(obj != bubble_param){ + var value = p_obj - (time_spent * (p_obj - bubble_param) / pJS.interactivity.modes.bubble.duration); + if(id == 'size') p.radius_bubble = value; + if(id == 'opacity') p.opacity_bubble = value; + } + }else{ + if(id == 'size') p.radius_bubble = undefined; + if(id == 'opacity') p.opacity_bubble = undefined; + } + }else{ + if(p_obj_bubble != undefined){ + var value_tmp = p_obj - (time_spent * (p_obj - bubble_param) / pJS.interactivity.modes.bubble.duration), + dif = bubble_param - value_tmp; + value = bubble_param + dif; + if(id == 'size') p.radius_bubble = value; + if(id == 'opacity') p.opacity_bubble = value; + } + } + + } + + } + + if(pJS.tmp.bubble_clicking){ + /* size */ + process(pJS.interactivity.modes.bubble.size, pJS.particles.size.value, p.radius_bubble, p.radius, 'size'); + /* opacity */ + process(pJS.interactivity.modes.bubble.opacity, pJS.particles.opacity.value, p.opacity_bubble, p.opacity, 'opacity'); + } + + } + + }; + + + pJS.fn.modes.repulseParticle = function(p){ + + if(pJS.interactivity.events.onhover.enable && isInArray('repulse', pJS.interactivity.events.onhover.mode) && pJS.interactivity.status == 'mousemove') { + + var dx_mouse = p.x - pJS.interactivity.mouse.pos_x, + dy_mouse = p.y - pJS.interactivity.mouse.pos_y, + dist_mouse = Math.sqrt(dx_mouse*dx_mouse + dy_mouse*dy_mouse); + + var normVec = {x: dx_mouse/dist_mouse, y: dy_mouse/dist_mouse}, + repulseRadius = pJS.interactivity.modes.repulse.distance, + velocity = 100, + repulseFactor = clamp((1/repulseRadius)*(-1*Math.pow(dist_mouse/repulseRadius,2)+1)*repulseRadius*velocity, 0, 50); + + var pos = { + x: p.x + normVec.x * repulseFactor, + y: p.y + normVec.y * repulseFactor + } + + if(pJS.particles.move.out_mode == 'bounce'){ + if(pos.x - p.radius > 0 && pos.x + p.radius < pJS.canvas.w) p.x = pos.x; + if(pos.y - p.radius > 0 && pos.y + p.radius < pJS.canvas.h) p.y = pos.y; + }else{ + p.x = pos.x; + p.y = pos.y; + } + + } + + + else if(pJS.interactivity.events.onclick.enable && isInArray('repulse', pJS.interactivity.events.onclick.mode)) { + + if(!pJS.tmp.repulse_finish){ + pJS.tmp.repulse_count++; + if(pJS.tmp.repulse_count == pJS.particles.array.length){ + pJS.tmp.repulse_finish = true; + } + } + + if(pJS.tmp.repulse_clicking){ + + var repulseRadius = Math.pow(pJS.interactivity.modes.repulse.distance/6, 3); + + var dx = pJS.interactivity.mouse.click_pos_x - p.x, + dy = pJS.interactivity.mouse.click_pos_y - p.y, + d = dx*dx + dy*dy; + + var force = -repulseRadius / d * 1; + + function process(){ + + var f = Math.atan2(dy,dx); + p.vx = force * Math.cos(f); + p.vy = force * Math.sin(f); + + if(pJS.particles.move.out_mode == 'bounce'){ + var pos = { + x: p.x + p.vx, + y: p.y + p.vy + } + if (pos.x + p.radius > pJS.canvas.w) p.vx = -p.vx; + else if (pos.x - p.radius < 0) p.vx = -p.vx; + if (pos.y + p.radius > pJS.canvas.h) p.vy = -p.vy; + else if (pos.y - p.radius < 0) p.vy = -p.vy; + } + + } + + // default + if(d <= repulseRadius){ + process(); + } + + // bang - slow motion mode + // if(!pJS.tmp.repulse_finish){ + // if(d <= repulseRadius){ + // process(); + // } + // }else{ + // process(); + // } + + + }else{ + + if(pJS.tmp.repulse_clicking == false){ + + p.vx = p.vx_i; + p.vy = p.vy_i; + + } + + } + + } + + } + + + pJS.fn.modes.grabParticle = function(p){ + + if(pJS.interactivity.events.onhover.enable && pJS.interactivity.status == 'mousemove'){ + + var dx_mouse = p.x - pJS.interactivity.mouse.pos_x, + dy_mouse = p.y - pJS.interactivity.mouse.pos_y, + dist_mouse = Math.sqrt(dx_mouse*dx_mouse + dy_mouse*dy_mouse); + + /* draw a line between the cursor and the particle if the distance between them is under the config distance */ + if(dist_mouse <= pJS.interactivity.modes.grab.distance){ + + var opacity_line = pJS.interactivity.modes.grab.line_linked.opacity - (dist_mouse / (1/pJS.interactivity.modes.grab.line_linked.opacity)) / pJS.interactivity.modes.grab.distance; + + if(opacity_line > 0){ + + /* style */ + var color_line = pJS.particles.line_linked.color_rgb_line; + pJS.canvas.ctx.strokeStyle = 'rgba('+color_line.r+','+color_line.g+','+color_line.b+','+opacity_line+')'; + pJS.canvas.ctx.lineWidth = pJS.particles.line_linked.width; + //pJS.canvas.ctx.lineCap = 'round'; /* performance issue */ + + /* path */ + pJS.canvas.ctx.beginPath(); + pJS.canvas.ctx.moveTo(p.x, p.y); + pJS.canvas.ctx.lineTo(pJS.interactivity.mouse.pos_x, pJS.interactivity.mouse.pos_y); + pJS.canvas.ctx.stroke(); + pJS.canvas.ctx.closePath(); + + } + + } + + } + + }; + + + + /* ---------- pJS functions - vendors ------------ */ + + pJS.fn.vendors.eventsListeners = function(){ + + /* events target element */ + if(pJS.interactivity.detect_on == 'window'){ + pJS.interactivity.el = window; + }else{ + pJS.interactivity.el = pJS.canvas.el; + } + + + /* detect mouse pos - on hover / click event */ + if(pJS.interactivity.events.onhover.enable || pJS.interactivity.events.onclick.enable){ + + /* el on mousemove */ + pJS.interactivity.el.addEventListener('mousemove', function(e){ + + if(pJS.interactivity.el == window){ + var pos_x = e.clientX, + pos_y = e.clientY; + } + else{ + var pos_x = e.offsetX || e.clientX, + pos_y = e.offsetY || e.clientY; + } + + pJS.interactivity.mouse.pos_x = pos_x; + pJS.interactivity.mouse.pos_y = pos_y; + + if(pJS.tmp.retina){ + pJS.interactivity.mouse.pos_x *= pJS.canvas.pxratio; + pJS.interactivity.mouse.pos_y *= pJS.canvas.pxratio; + } + + pJS.interactivity.status = 'mousemove'; + + }); + + /* el on onmouseleave */ + pJS.interactivity.el.addEventListener('mouseleave', function(e){ + + pJS.interactivity.mouse.pos_x = null; + pJS.interactivity.mouse.pos_y = null; + pJS.interactivity.status = 'mouseleave'; + + }); + + } + + /* on click event */ + if(pJS.interactivity.events.onclick.enable){ + + pJS.interactivity.el.addEventListener('click', function(){ + + pJS.interactivity.mouse.click_pos_x = pJS.interactivity.mouse.pos_x; + pJS.interactivity.mouse.click_pos_y = pJS.interactivity.mouse.pos_y; + pJS.interactivity.mouse.click_time = new Date().getTime(); + + if(pJS.interactivity.events.onclick.enable){ + + switch(pJS.interactivity.events.onclick.mode){ + + case 'push': + if(pJS.particles.move.enable){ + pJS.fn.modes.pushParticles(pJS.interactivity.modes.push.particles_nb, pJS.interactivity.mouse); + }else{ + if(pJS.interactivity.modes.push.particles_nb == 1){ + pJS.fn.modes.pushParticles(pJS.interactivity.modes.push.particles_nb, pJS.interactivity.mouse); + } + else if(pJS.interactivity.modes.push.particles_nb > 1){ + pJS.fn.modes.pushParticles(pJS.interactivity.modes.push.particles_nb); + } + } + break; + + case 'remove': + pJS.fn.modes.removeParticles(pJS.interactivity.modes.remove.particles_nb); + break; + + case 'bubble': + pJS.tmp.bubble_clicking = true; + break; + + case 'repulse': + pJS.tmp.repulse_clicking = true; + pJS.tmp.repulse_count = 0; + pJS.tmp.repulse_finish = false; + setTimeout(function(){ + pJS.tmp.repulse_clicking = false; + }, pJS.interactivity.modes.repulse.duration*1000) + break; + + } + + } + + }); + + } + + + }; + + pJS.fn.vendors.densityAutoParticles = function(){ + + if(pJS.particles.number.density.enable){ + + /* calc area */ + var area = pJS.canvas.el.width * pJS.canvas.el.height / 1000; + if(pJS.tmp.retina){ + area = area/(pJS.canvas.pxratio*2); + } + + /* calc number of particles based on density area */ + var nb_particles = area * pJS.particles.number.value / pJS.particles.number.density.value_area; + + /* add or remove X particles */ + var missing_particles = pJS.particles.array.length - nb_particles; + if(missing_particles < 0) pJS.fn.modes.pushParticles(Math.abs(missing_particles)); + else pJS.fn.modes.removeParticles(missing_particles); + + } + + }; + + + pJS.fn.vendors.checkOverlap = function(p1, position){ + for(var i = 0; i < pJS.particles.array.length; i++){ + var p2 = pJS.particles.array[i]; + + var dx = p1.x - p2.x, + dy = p1.y - p2.y, + dist = Math.sqrt(dx*dx + dy*dy); + + if(dist <= p1.radius + p2.radius){ + p1.x = position ? position.x : Math.random() * pJS.canvas.w; + p1.y = position ? position.y : Math.random() * pJS.canvas.h; + pJS.fn.vendors.checkOverlap(p1); + } + } + }; + + + pJS.fn.vendors.createSvgImg = function(p){ + + /* set color to svg element */ + var svgXml = pJS.tmp.source_svg, + rgbHex = /#([0-9A-F]{3,6})/gi, + coloredSvgXml = svgXml.replace(rgbHex, function (m, r, g, b) { + if(p.color.rgb){ + var color_value = 'rgba('+p.color.rgb.r+','+p.color.rgb.g+','+p.color.rgb.b+','+p.opacity+')'; + }else{ + var color_value = 'hsla('+p.color.hsl.h+','+p.color.hsl.s+'%,'+p.color.hsl.l+'%,'+p.opacity+')'; + } + return color_value; + }); + + /* prepare to create img with colored svg */ + var svg = new Blob([coloredSvgXml], {type: 'image/svg+xml;charset=utf-8'}), + DOMURL = window.URL || window.webkitURL || window, + url = DOMURL.createObjectURL(svg); + + /* create particle img obj */ + var img = new Image(); + img.addEventListener('load', function(){ + p.img.obj = img; + p.img.loaded = true; + DOMURL.revokeObjectURL(url); + pJS.tmp.count_svg++; + }); + img.src = url; + + }; + + + pJS.fn.vendors.destroypJS = function(){ + cancelAnimationFrame(pJS.fn.drawAnimFrame); + canvas_el.remove(); + pJSDom = null; + }; + + + pJS.fn.vendors.drawShape = function(c, startX, startY, sideLength, sideCountNumerator, sideCountDenominator){ + + // By Programming Thomas - https://programmingthomas.wordpress.com/2013/04/03/n-sided-shapes/ + var sideCount = sideCountNumerator * sideCountDenominator; + var decimalSides = sideCountNumerator / sideCountDenominator; + var interiorAngleDegrees = (180 * (decimalSides - 2)) / decimalSides; + var interiorAngle = Math.PI - Math.PI * interiorAngleDegrees / 180; // convert to radians + c.save(); + c.beginPath(); + c.translate(startX, startY); + c.moveTo(0,0); + for (var i = 0; i < sideCount; i++) { + c.lineTo(sideLength,0); + c.translate(sideLength,0); + c.rotate(interiorAngle); + } + //c.stroke(); + c.fill(); + c.restore(); + + }; + + pJS.fn.vendors.exportImg = function(){ + window.open(pJS.canvas.el.toDataURL('image/png'), '_blank'); + }; + + + pJS.fn.vendors.loadImg = function(type){ + + pJS.tmp.img_error = undefined; + + if(pJS.particles.shape.image.src != ''){ + + if(type == 'svg'){ + + var xhr = new XMLHttpRequest(); + xhr.open('GET', pJS.particles.shape.image.src); + xhr.onreadystatechange = function (data) { + if(xhr.readyState == 4){ + if(xhr.status == 200){ + pJS.tmp.source_svg = data.currentTarget.response; + pJS.fn.vendors.checkBeforeDraw(); + }else{ + console.log('Error pJS - Image not found'); + pJS.tmp.img_error = true; + } + } + } + xhr.send(); + + }else{ + + var img = new Image(); + img.addEventListener('load', function(){ + pJS.tmp.img_obj = img; + pJS.fn.vendors.checkBeforeDraw(); + }); + img.src = pJS.particles.shape.image.src; + + } + + }else{ + console.log('Error pJS - No image.src'); + pJS.tmp.img_error = true; + } + + }; + + + pJS.fn.vendors.draw = function(){ + + if(pJS.particles.shape.type == 'image'){ + + if(pJS.tmp.img_type == 'svg'){ + + if(pJS.tmp.count_svg >= pJS.particles.number.value){ + pJS.fn.particlesDraw(); + if(!pJS.particles.move.enable) cancelRequestAnimFrame(pJS.fn.drawAnimFrame); + else pJS.fn.drawAnimFrame = requestAnimFrame(pJS.fn.vendors.draw); + }else{ + //console.log('still loading...'); + if(!pJS.tmp.img_error) pJS.fn.drawAnimFrame = requestAnimFrame(pJS.fn.vendors.draw); + } + + }else{ + + if(pJS.tmp.img_obj != undefined){ + pJS.fn.particlesDraw(); + if(!pJS.particles.move.enable) cancelRequestAnimFrame(pJS.fn.drawAnimFrame); + else pJS.fn.drawAnimFrame = requestAnimFrame(pJS.fn.vendors.draw); + }else{ + if(!pJS.tmp.img_error) pJS.fn.drawAnimFrame = requestAnimFrame(pJS.fn.vendors.draw); + } + + } + + }else{ + pJS.fn.particlesDraw(); + if(!pJS.particles.move.enable) cancelRequestAnimFrame(pJS.fn.drawAnimFrame); + else pJS.fn.drawAnimFrame = requestAnimFrame(pJS.fn.vendors.draw); + } + + }; + + + pJS.fn.vendors.checkBeforeDraw = function(){ + + // if shape is image + if(pJS.particles.shape.type == 'image'){ + + if(pJS.tmp.img_type == 'svg' && pJS.tmp.source_svg == undefined){ + pJS.tmp.checkAnimFrame = requestAnimFrame(check); + }else{ + //console.log('images loaded! cancel check'); + cancelRequestAnimFrame(pJS.tmp.checkAnimFrame); + if(!pJS.tmp.img_error){ + pJS.fn.vendors.init(); + pJS.fn.vendors.draw(); + } + + } + + }else{ + pJS.fn.vendors.init(); + pJS.fn.vendors.draw(); + } + + }; + + + pJS.fn.vendors.init = function(){ + + /* init canvas + particles */ + pJS.fn.retinaInit(); + pJS.fn.canvasInit(); + pJS.fn.canvasSize(); + pJS.fn.canvasPaint(); + pJS.fn.particlesCreate(); + pJS.fn.vendors.densityAutoParticles(); + + /* particles.line_linked - convert hex colors to rgb */ + pJS.particles.line_linked.color_rgb_line = hexToRgb(pJS.particles.line_linked.color); + + }; + + + pJS.fn.vendors.start = function(){ + + if(isInArray('image', pJS.particles.shape.type)){ + pJS.tmp.img_type = pJS.particles.shape.image.src.substr(pJS.particles.shape.image.src.length - 3); + pJS.fn.vendors.loadImg(pJS.tmp.img_type); + }else{ + pJS.fn.vendors.checkBeforeDraw(); + } + + }; + + + + + /* ---------- pJS - start ------------ */ + + + pJS.fn.vendors.eventsListeners(); + + pJS.fn.vendors.start(); + + + +}; + +/* ---------- global functions - vendors ------------ */ + +Object.deepExtend = function(destination, source) { + for (var property in source) { + if (source[property] && source[property].constructor && + source[property].constructor === Object) { + destination[property] = destination[property] || {}; + arguments.callee(destination[property], source[property]); + } else { + destination[property] = source[property]; + } + } + return destination; +}; + +window.requestAnimFrame = (function(){ + return window.requestAnimationFrame || + window.webkitRequestAnimationFrame || + window.mozRequestAnimationFrame || + window.oRequestAnimationFrame || + window.msRequestAnimationFrame || + function(callback){ + window.setTimeout(callback, 1000 / 60); + }; +})(); + +window.cancelRequestAnimFrame = ( function() { + return window.cancelAnimationFrame || + window.webkitCancelRequestAnimationFrame || + window.mozCancelRequestAnimationFrame || + window.oCancelRequestAnimationFrame || + window.msCancelRequestAnimationFrame || + clearTimeout +} )(); + +function hexToRgb(hex){ + // By Tim Down - http://stackoverflow.com/a/5624139/3493650 + // Expand shorthand form (e.g. "03F") to full form (e.g. "0033FF") + var shorthandRegex = /^#?([a-f\d])([a-f\d])([a-f\d])$/i; + hex = hex.replace(shorthandRegex, function(m, r, g, b) { + return r + r + g + g + b + b; + }); + var result = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(hex); + return result ? { + r: parseInt(result[1], 16), + g: parseInt(result[2], 16), + b: parseInt(result[3], 16) + } : null; +}; + +function clamp(number, min, max) { + return Math.min(Math.max(number, min), max); +}; + +function isInArray(value, array) { + return array.indexOf(value) > -1; +} + + +/* ---------- particles.js functions - start ------------ */ + +window.pJSDom = []; + +window.particlesJS = function(tag_id, params){ + + //console.log(params); + + /* no string id? so it's object params, and set the id with default id */ + if(typeof(tag_id) != 'string'){ + params = tag_id; + tag_id = 'particles-js'; + } + + /* no id? set the id to default id */ + if(!tag_id){ + tag_id = 'particles-js'; + } + + /* pJS elements */ + var pJS_tag = document.getElementById(tag_id), + pJS_canvas_class = 'particles-js-canvas-el', + exist_canvas = pJS_tag.getElementsByClassName(pJS_canvas_class); + + /* remove canvas if exists into the pJS target tag */ + if(exist_canvas.length){ + while(exist_canvas.length > 0){ + pJS_tag.removeChild(exist_canvas[0]); + } + } + + /* create canvas element */ + var canvas_el = document.createElement('canvas'); + canvas_el.className = pJS_canvas_class; + + /* set size canvas */ + canvas_el.style.width = "100%"; + canvas_el.style.height = "100%"; + + /* append canvas */ + var canvas = document.getElementById(tag_id).appendChild(canvas_el); + + /* launch particle.js */ + if(canvas != null){ + pJSDom.push(new pJS(tag_id, params)); + } + +}; + +window.particlesJS.load = function(tag_id, path_config_json, callback){ + + /* load json config */ + var xhr = new XMLHttpRequest(); + xhr.open('GET', path_config_json); + xhr.onreadystatechange = function (data) { + if(xhr.readyState == 4){ + if(xhr.status == 200){ + var params = JSON.parse(data.currentTarget.response); + window.particlesJS(tag_id, params); + if(callback) callback(); + }else{ + console.log('Error pJS - XMLHttpRequest status: '+xhr.status); + console.log('Error pJS - File config not found'); + } + } + }; + xhr.send(); + +}; +},{"process":"../node_modules/process/browser.js"}],"../node_modules/moment/min/moment-with-locales.js":[function(require,module,exports) { +var define; +var global = arguments[3]; +;(function (global, factory) { + typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : + typeof define === 'function' && define.amd ? define(factory) : + global.moment = factory() +}(this, (function () { 'use strict'; + + var hookCallback; + + function hooks() { + return hookCallback.apply(null, arguments); + } + + // This is done to register the method called with moment() + // without creating circular dependencies. + function setHookCallback(callback) { + hookCallback = callback; + } + + function isArray(input) { + return ( + input instanceof Array || + Object.prototype.toString.call(input) === '[object Array]' + ); + } + + function isObject(input) { + // IE8 will treat undefined and null as object if it wasn't for + // input != null + return ( + input != null && + Object.prototype.toString.call(input) === '[object Object]' + ); + } + + function hasOwnProp(a, b) { + return Object.prototype.hasOwnProperty.call(a, b); + } + + function isObjectEmpty(obj) { + if (Object.getOwnPropertyNames) { + return Object.getOwnPropertyNames(obj).length === 0; + } else { + var k; + for (k in obj) { + if (hasOwnProp(obj, k)) { + return false; + } + } + return true; + } + } + + function isUndefined(input) { + return input === void 0; + } + + function isNumber(input) { + return ( + typeof input === 'number' || + Object.prototype.toString.call(input) === '[object Number]' + ); + } + + function isDate(input) { + return ( + input instanceof Date || + Object.prototype.toString.call(input) === '[object Date]' + ); + } + + function map(arr, fn) { + var res = [], + i; + for (i = 0; i < arr.length; ++i) { + res.push(fn(arr[i], i)); + } + return res; + } + + function extend(a, b) { + for (var i in b) { + if (hasOwnProp(b, i)) { + a[i] = b[i]; + } + } + + if (hasOwnProp(b, 'toString')) { + a.toString = b.toString; + } + + if (hasOwnProp(b, 'valueOf')) { + a.valueOf = b.valueOf; + } + + return a; + } + + function createUTC(input, format, locale, strict) { + return createLocalOrUTC(input, format, locale, strict, true).utc(); + } + + function defaultParsingFlags() { + // We need to deep clone this object. + return { + empty: false, + unusedTokens: [], + unusedInput: [], + overflow: -2, + charsLeftOver: 0, + nullInput: false, + invalidEra: null, + invalidMonth: null, + invalidFormat: false, + userInvalidated: false, + iso: false, + parsedDateParts: [], + era: null, + meridiem: null, + rfc2822: false, + weekdayMismatch: false, + }; + } + + function getParsingFlags(m) { + if (m._pf == null) { + m._pf = defaultParsingFlags(); + } + return m._pf; + } + + var some; + if (Array.prototype.some) { + some = Array.prototype.some; + } else { + some = function (fun) { + var t = Object(this), + len = t.length >>> 0, + i; + + for (i = 0; i < len; i++) { + if (i in t && fun.call(this, t[i], i, t)) { + return true; + } + } + + return false; + }; + } + + function isValid(m) { + if (m._isValid == null) { + var flags = getParsingFlags(m), + parsedParts = some.call(flags.parsedDateParts, function (i) { + return i != null; + }), + isNowValid = + !isNaN(m._d.getTime()) && + flags.overflow < 0 && + !flags.empty && + !flags.invalidEra && + !flags.invalidMonth && + !flags.invalidWeekday && + !flags.weekdayMismatch && + !flags.nullInput && + !flags.invalidFormat && + !flags.userInvalidated && + (!flags.meridiem || (flags.meridiem && parsedParts)); + + if (m._strict) { + isNowValid = + isNowValid && + flags.charsLeftOver === 0 && + flags.unusedTokens.length === 0 && + flags.bigHour === undefined; + } + + if (Object.isFrozen == null || !Object.isFrozen(m)) { + m._isValid = isNowValid; + } else { + return isNowValid; + } + } + return m._isValid; + } + + function createInvalid(flags) { + var m = createUTC(NaN); + if (flags != null) { + extend(getParsingFlags(m), flags); + } else { + getParsingFlags(m).userInvalidated = true; + } + + return m; + } + + // Plugins that add properties should also add the key here (null value), + // so we can properly clone ourselves. + var momentProperties = (hooks.momentProperties = []), + updateInProgress = false; + + function copyConfig(to, from) { + var i, prop, val; + + if (!isUndefined(from._isAMomentObject)) { + to._isAMomentObject = from._isAMomentObject; + } + if (!isUndefined(from._i)) { + to._i = from._i; + } + if (!isUndefined(from._f)) { + to._f = from._f; + } + if (!isUndefined(from._l)) { + to._l = from._l; + } + if (!isUndefined(from._strict)) { + to._strict = from._strict; + } + if (!isUndefined(from._tzm)) { + to._tzm = from._tzm; + } + if (!isUndefined(from._isUTC)) { + to._isUTC = from._isUTC; + } + if (!isUndefined(from._offset)) { + to._offset = from._offset; + } + if (!isUndefined(from._pf)) { + to._pf = getParsingFlags(from); + } + if (!isUndefined(from._locale)) { + to._locale = from._locale; + } + + if (momentProperties.length > 0) { + for (i = 0; i < momentProperties.length; i++) { + prop = momentProperties[i]; + val = from[prop]; + if (!isUndefined(val)) { + to[prop] = val; + } + } + } + + return to; + } + + // Moment prototype object + function Moment(config) { + copyConfig(this, config); + this._d = new Date(config._d != null ? config._d.getTime() : NaN); + if (!this.isValid()) { + this._d = new Date(NaN); + } + // Prevent infinite loop in case updateOffset creates new moment + // objects. + if (updateInProgress === false) { + updateInProgress = true; + hooks.updateOffset(this); + updateInProgress = false; + } + } + + function isMoment(obj) { + return ( + obj instanceof Moment || (obj != null && obj._isAMomentObject != null) + ); + } + + function warn(msg) { + if ( + hooks.suppressDeprecationWarnings === false && + typeof console !== 'undefined' && + console.warn + ) { + console.warn('Deprecation warning: ' + msg); + } + } + + function deprecate(msg, fn) { + var firstTime = true; + + return extend(function () { + if (hooks.deprecationHandler != null) { + hooks.deprecationHandler(null, msg); + } + if (firstTime) { + var args = [], + arg, + i, + key; + for (i = 0; i < arguments.length; i++) { + arg = ''; + if (typeof arguments[i] === 'object') { + arg += '\n[' + i + '] '; + for (key in arguments[0]) { + if (hasOwnProp(arguments[0], key)) { + arg += key + ': ' + arguments[0][key] + ', '; + } + } + arg = arg.slice(0, -2); // Remove trailing comma and space + } else { + arg = arguments[i]; + } + args.push(arg); + } + warn( + msg + + '\nArguments: ' + + Array.prototype.slice.call(args).join('') + + '\n' + + new Error().stack + ); + firstTime = false; + } + return fn.apply(this, arguments); + }, fn); + } + + var deprecations = {}; + + function deprecateSimple(name, msg) { + if (hooks.deprecationHandler != null) { + hooks.deprecationHandler(name, msg); + } + if (!deprecations[name]) { + warn(msg); + deprecations[name] = true; + } + } + + hooks.suppressDeprecationWarnings = false; + hooks.deprecationHandler = null; + + function isFunction(input) { + return ( + (typeof Function !== 'undefined' && input instanceof Function) || + Object.prototype.toString.call(input) === '[object Function]' + ); + } + + function set(config) { + var prop, i; + for (i in config) { + if (hasOwnProp(config, i)) { + prop = config[i]; + if (isFunction(prop)) { + this[i] = prop; + } else { + this['_' + i] = prop; + } + } + } + this._config = config; + // Lenient ordinal parsing accepts just a number in addition to + // number + (possibly) stuff coming from _dayOfMonthOrdinalParse. + // TODO: Remove "ordinalParse" fallback in next major release. + this._dayOfMonthOrdinalParseLenient = new RegExp( + (this._dayOfMonthOrdinalParse.source || this._ordinalParse.source) + + '|' + + /\d{1,2}/.source + ); + } + + function mergeConfigs(parentConfig, childConfig) { + var res = extend({}, parentConfig), + prop; + for (prop in childConfig) { + if (hasOwnProp(childConfig, prop)) { + if (isObject(parentConfig[prop]) && isObject(childConfig[prop])) { + res[prop] = {}; + extend(res[prop], parentConfig[prop]); + extend(res[prop], childConfig[prop]); + } else if (childConfig[prop] != null) { + res[prop] = childConfig[prop]; + } else { + delete res[prop]; + } + } + } + for (prop in parentConfig) { + if ( + hasOwnProp(parentConfig, prop) && + !hasOwnProp(childConfig, prop) && + isObject(parentConfig[prop]) + ) { + // make sure changes to properties don't modify parent config + res[prop] = extend({}, res[prop]); + } + } + return res; + } + + function Locale(config) { + if (config != null) { + this.set(config); + } + } + + var keys; + + if (Object.keys) { + keys = Object.keys; + } else { + keys = function (obj) { + var i, + res = []; + for (i in obj) { + if (hasOwnProp(obj, i)) { + res.push(i); + } + } + return res; + }; + } + + var defaultCalendar = { + sameDay: '[Today at] LT', + nextDay: '[Tomorrow at] LT', + nextWeek: 'dddd [at] LT', + lastDay: '[Yesterday at] LT', + lastWeek: '[Last] dddd [at] LT', + sameElse: 'L', + }; + + function calendar(key, mom, now) { + var output = this._calendar[key] || this._calendar['sameElse']; + return isFunction(output) ? output.call(mom, now) : output; + } + + function zeroFill(number, targetLength, forceSign) { + var absNumber = '' + Math.abs(number), + zerosToFill = targetLength - absNumber.length, + sign = number >= 0; + return ( + (sign ? (forceSign ? '+' : '') : '-') + + Math.pow(10, Math.max(0, zerosToFill)).toString().substr(1) + + absNumber + ); + } + + var formattingTokens = /(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g, + localFormattingTokens = /(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g, + formatFunctions = {}, + formatTokenFunctions = {}; + + // token: 'M' + // padded: ['MM', 2] + // ordinal: 'Mo' + // callback: function () { this.month() + 1 } + function addFormatToken(token, padded, ordinal, callback) { + var func = callback; + if (typeof callback === 'string') { + func = function () { + return this[callback](); + }; + } + if (token) { + formatTokenFunctions[token] = func; + } + if (padded) { + formatTokenFunctions[padded[0]] = function () { + return zeroFill(func.apply(this, arguments), padded[1], padded[2]); + }; + } + if (ordinal) { + formatTokenFunctions[ordinal] = function () { + return this.localeData().ordinal( + func.apply(this, arguments), + token + ); + }; + } + } + + function removeFormattingTokens(input) { + if (input.match(/\[[\s\S]/)) { + return input.replace(/^\[|\]$/g, ''); + } + return input.replace(/\\/g, ''); + } + + function makeFormatFunction(format) { + var array = format.match(formattingTokens), + i, + length; + + for (i = 0, length = array.length; i < length; i++) { + if (formatTokenFunctions[array[i]]) { + array[i] = formatTokenFunctions[array[i]]; + } else { + array[i] = removeFormattingTokens(array[i]); + } + } + + return function (mom) { + var output = '', + i; + for (i = 0; i < length; i++) { + output += isFunction(array[i]) + ? array[i].call(mom, format) + : array[i]; + } + return output; + }; + } + + // format date using native date object + function formatMoment(m, format) { + if (!m.isValid()) { + return m.localeData().invalidDate(); + } + + format = expandFormat(format, m.localeData()); + formatFunctions[format] = + formatFunctions[format] || makeFormatFunction(format); + + return formatFunctions[format](m); + } + + function expandFormat(format, locale) { + var i = 5; + + function replaceLongDateFormatTokens(input) { + return locale.longDateFormat(input) || input; + } + + localFormattingTokens.lastIndex = 0; + while (i >= 0 && localFormattingTokens.test(format)) { + format = format.replace( + localFormattingTokens, + replaceLongDateFormatTokens + ); + localFormattingTokens.lastIndex = 0; + i -= 1; + } + + return format; + } + + var defaultLongDateFormat = { + LTS: 'h:mm:ss A', + LT: 'h:mm A', + L: 'MM/DD/YYYY', + LL: 'MMMM D, YYYY', + LLL: 'MMMM D, YYYY h:mm A', + LLLL: 'dddd, MMMM D, YYYY h:mm A', + }; + + function longDateFormat(key) { + var format = this._longDateFormat[key], + formatUpper = this._longDateFormat[key.toUpperCase()]; + + if (format || !formatUpper) { + return format; + } + + this._longDateFormat[key] = formatUpper + .match(formattingTokens) + .map(function (tok) { + if ( + tok === 'MMMM' || + tok === 'MM' || + tok === 'DD' || + tok === 'dddd' + ) { + return tok.slice(1); + } + return tok; + }) + .join(''); + + return this._longDateFormat[key]; + } + + var defaultInvalidDate = 'Invalid date'; + + function invalidDate() { + return this._invalidDate; + } + + var defaultOrdinal = '%d', + defaultDayOfMonthOrdinalParse = /\d{1,2}/; + + function ordinal(number) { + return this._ordinal.replace('%d', number); + } + + var defaultRelativeTime = { + future: 'in %s', + past: '%s ago', + s: 'a few seconds', + ss: '%d seconds', + m: 'a minute', + mm: '%d minutes', + h: 'an hour', + hh: '%d hours', + d: 'a day', + dd: '%d days', + w: 'a week', + ww: '%d weeks', + M: 'a month', + MM: '%d months', + y: 'a year', + yy: '%d years', + }; + + function relativeTime(number, withoutSuffix, string, isFuture) { + var output = this._relativeTime[string]; + return isFunction(output) + ? output(number, withoutSuffix, string, isFuture) + : output.replace(/%d/i, number); + } + + function pastFuture(diff, output) { + var format = this._relativeTime[diff > 0 ? 'future' : 'past']; + return isFunction(format) ? format(output) : format.replace(/%s/i, output); + } + + var aliases = {}; + + function addUnitAlias(unit, shorthand) { + var lowerCase = unit.toLowerCase(); + aliases[lowerCase] = aliases[lowerCase + 's'] = aliases[shorthand] = unit; + } + + function normalizeUnits(units) { + return typeof units === 'string' + ? aliases[units] || aliases[units.toLowerCase()] + : undefined; + } + + function normalizeObjectUnits(inputObject) { + var normalizedInput = {}, + normalizedProp, + prop; + + for (prop in inputObject) { + if (hasOwnProp(inputObject, prop)) { + normalizedProp = normalizeUnits(prop); + if (normalizedProp) { + normalizedInput[normalizedProp] = inputObject[prop]; + } + } + } + + return normalizedInput; + } + + var priorities = {}; + + function addUnitPriority(unit, priority) { + priorities[unit] = priority; + } + + function getPrioritizedUnits(unitsObj) { + var units = [], + u; + for (u in unitsObj) { + if (hasOwnProp(unitsObj, u)) { + units.push({ unit: u, priority: priorities[u] }); + } + } + units.sort(function (a, b) { + return a.priority - b.priority; + }); + return units; + } + + function isLeapYear(year) { + return (year % 4 === 0 && year % 100 !== 0) || year % 400 === 0; + } + + function absFloor(number) { + if (number < 0) { + // -0 -> 0 + return Math.ceil(number) || 0; + } else { + return Math.floor(number); + } + } + + function toInt(argumentForCoercion) { + var coercedNumber = +argumentForCoercion, + value = 0; + + if (coercedNumber !== 0 && isFinite(coercedNumber)) { + value = absFloor(coercedNumber); + } + + return value; + } + + function makeGetSet(unit, keepTime) { + return function (value) { + if (value != null) { + set$1(this, unit, value); + hooks.updateOffset(this, keepTime); + return this; + } else { + return get(this, unit); + } + }; + } + + function get(mom, unit) { + return mom.isValid() + ? mom._d['get' + (mom._isUTC ? 'UTC' : '') + unit]() + : NaN; + } + + function set$1(mom, unit, value) { + if (mom.isValid() && !isNaN(value)) { + if ( + unit === 'FullYear' && + isLeapYear(mom.year()) && + mom.month() === 1 && + mom.date() === 29 + ) { + value = toInt(value); + mom._d['set' + (mom._isUTC ? 'UTC' : '') + unit]( + value, + mom.month(), + daysInMonth(value, mom.month()) + ); + } else { + mom._d['set' + (mom._isUTC ? 'UTC' : '') + unit](value); + } + } + } + + // MOMENTS + + function stringGet(units) { + units = normalizeUnits(units); + if (isFunction(this[units])) { + return this[units](); + } + return this; + } + + function stringSet(units, value) { + if (typeof units === 'object') { + units = normalizeObjectUnits(units); + var prioritized = getPrioritizedUnits(units), + i; + for (i = 0; i < prioritized.length; i++) { + this[prioritized[i].unit](units[prioritized[i].unit]); + } + } else { + units = normalizeUnits(units); + if (isFunction(this[units])) { + return this[units](value); + } + } + return this; + } + + var match1 = /\d/, // 0 - 9 + match2 = /\d\d/, // 00 - 99 + match3 = /\d{3}/, // 000 - 999 + match4 = /\d{4}/, // 0000 - 9999 + match6 = /[+-]?\d{6}/, // -999999 - 999999 + match1to2 = /\d\d?/, // 0 - 99 + match3to4 = /\d\d\d\d?/, // 999 - 9999 + match5to6 = /\d\d\d\d\d\d?/, // 99999 - 999999 + match1to3 = /\d{1,3}/, // 0 - 999 + match1to4 = /\d{1,4}/, // 0 - 9999 + match1to6 = /[+-]?\d{1,6}/, // -999999 - 999999 + matchUnsigned = /\d+/, // 0 - inf + matchSigned = /[+-]?\d+/, // -inf - inf + matchOffset = /Z|[+-]\d\d:?\d\d/gi, // +00:00 -00:00 +0000 -0000 or Z + matchShortOffset = /Z|[+-]\d\d(?::?\d\d)?/gi, // +00 -00 +00:00 -00:00 +0000 -0000 or Z + matchTimestamp = /[+-]?\d+(\.\d{1,3})?/, // 123456789 123456789.123 + // any word (or two) characters or numbers including two/three word month in arabic. + // includes scottish gaelic two word and hyphenated months + matchWord = /[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i, + regexes; + + regexes = {}; + + function addRegexToken(token, regex, strictRegex) { + regexes[token] = isFunction(regex) + ? regex + : function (isStrict, localeData) { + return isStrict && strictRegex ? strictRegex : regex; + }; + } + + function getParseRegexForToken(token, config) { + if (!hasOwnProp(regexes, token)) { + return new RegExp(unescapeFormat(token)); + } + + return regexes[token](config._strict, config._locale); + } + + // Code from http://stackoverflow.com/questions/3561493/is-there-a-regexp-escape-function-in-javascript + function unescapeFormat(s) { + return regexEscape( + s + .replace('\\', '') + .replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g, function ( + matched, + p1, + p2, + p3, + p4 + ) { + return p1 || p2 || p3 || p4; + }) + ); + } + + function regexEscape(s) { + return s.replace(/[-\/\\^$*+?.()|[\]{}]/g, '\\$&'); + } + + var tokens = {}; + + function addParseToken(token, callback) { + var i, + func = callback; + if (typeof token === 'string') { + token = [token]; + } + if (isNumber(callback)) { + func = function (input, array) { + array[callback] = toInt(input); + }; + } + for (i = 0; i < token.length; i++) { + tokens[token[i]] = func; + } + } + + function addWeekParseToken(token, callback) { + addParseToken(token, function (input, array, config, token) { + config._w = config._w || {}; + callback(input, config._w, config, token); + }); + } + + function addTimeToArrayFromToken(token, input, config) { + if (input != null && hasOwnProp(tokens, token)) { + tokens[token](input, config._a, config, token); + } + } + + var YEAR = 0, + MONTH = 1, + DATE = 2, + HOUR = 3, + MINUTE = 4, + SECOND = 5, + MILLISECOND = 6, + WEEK = 7, + WEEKDAY = 8; + + function mod(n, x) { + return ((n % x) + x) % x; + } + + var indexOf; + + if (Array.prototype.indexOf) { + indexOf = Array.prototype.indexOf; + } else { + indexOf = function (o) { + // I know + var i; + for (i = 0; i < this.length; ++i) { + if (this[i] === o) { + return i; + } + } + return -1; + }; + } + + function daysInMonth(year, month) { + if (isNaN(year) || isNaN(month)) { + return NaN; + } + var modMonth = mod(month, 12); + year += (month - modMonth) / 12; + return modMonth === 1 + ? isLeapYear(year) + ? 29 + : 28 + : 31 - ((modMonth % 7) % 2); + } + + // FORMATTING + + addFormatToken('M', ['MM', 2], 'Mo', function () { + return this.month() + 1; + }); + + addFormatToken('MMM', 0, 0, function (format) { + return this.localeData().monthsShort(this, format); + }); + + addFormatToken('MMMM', 0, 0, function (format) { + return this.localeData().months(this, format); + }); + + // ALIASES + + addUnitAlias('month', 'M'); + + // PRIORITY + + addUnitPriority('month', 8); + + // PARSING + + addRegexToken('M', match1to2); + addRegexToken('MM', match1to2, match2); + addRegexToken('MMM', function (isStrict, locale) { + return locale.monthsShortRegex(isStrict); + }); + addRegexToken('MMMM', function (isStrict, locale) { + return locale.monthsRegex(isStrict); + }); + + addParseToken(['M', 'MM'], function (input, array) { + array[MONTH] = toInt(input) - 1; + }); + + addParseToken(['MMM', 'MMMM'], function (input, array, config, token) { + var month = config._locale.monthsParse(input, token, config._strict); + // if we didn't find a month name, mark the date as invalid. + if (month != null) { + array[MONTH] = month; + } else { + getParsingFlags(config).invalidMonth = input; + } + }); + + // LOCALES + + var defaultLocaleMonths = 'January_February_March_April_May_June_July_August_September_October_November_December'.split( + '_' + ), + defaultLocaleMonthsShort = 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split( + '_' + ), + MONTHS_IN_FORMAT = /D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/, + defaultMonthsShortRegex = matchWord, + defaultMonthsRegex = matchWord; + + function localeMonths(m, format) { + if (!m) { + return isArray(this._months) + ? this._months + : this._months['standalone']; + } + return isArray(this._months) + ? this._months[m.month()] + : this._months[ + (this._months.isFormat || MONTHS_IN_FORMAT).test(format) + ? 'format' + : 'standalone' + ][m.month()]; + } + + function localeMonthsShort(m, format) { + if (!m) { + return isArray(this._monthsShort) + ? this._monthsShort + : this._monthsShort['standalone']; + } + return isArray(this._monthsShort) + ? this._monthsShort[m.month()] + : this._monthsShort[ + MONTHS_IN_FORMAT.test(format) ? 'format' : 'standalone' + ][m.month()]; + } + + function handleStrictParse(monthName, format, strict) { + var i, + ii, + mom, + llc = monthName.toLocaleLowerCase(); + if (!this._monthsParse) { + // this is not used + this._monthsParse = []; + this._longMonthsParse = []; + this._shortMonthsParse = []; + for (i = 0; i < 12; ++i) { + mom = createUTC([2000, i]); + this._shortMonthsParse[i] = this.monthsShort( + mom, + '' + ).toLocaleLowerCase(); + this._longMonthsParse[i] = this.months(mom, '').toLocaleLowerCase(); + } + } + + if (strict) { + if (format === 'MMM') { + ii = indexOf.call(this._shortMonthsParse, llc); + return ii !== -1 ? ii : null; + } else { + ii = indexOf.call(this._longMonthsParse, llc); + return ii !== -1 ? ii : null; + } + } else { + if (format === 'MMM') { + ii = indexOf.call(this._shortMonthsParse, llc); + if (ii !== -1) { + return ii; + } + ii = indexOf.call(this._longMonthsParse, llc); + return ii !== -1 ? ii : null; + } else { + ii = indexOf.call(this._longMonthsParse, llc); + if (ii !== -1) { + return ii; + } + ii = indexOf.call(this._shortMonthsParse, llc); + return ii !== -1 ? ii : null; + } + } + } + + function localeMonthsParse(monthName, format, strict) { + var i, mom, regex; + + if (this._monthsParseExact) { + return handleStrictParse.call(this, monthName, format, strict); + } + + if (!this._monthsParse) { + this._monthsParse = []; + this._longMonthsParse = []; + this._shortMonthsParse = []; + } + + // TODO: add sorting + // Sorting makes sure if one month (or abbr) is a prefix of another + // see sorting in computeMonthsParse + for (i = 0; i < 12; i++) { + // make the regex if we don't have it already + mom = createUTC([2000, i]); + if (strict && !this._longMonthsParse[i]) { + this._longMonthsParse[i] = new RegExp( + '^' + this.months(mom, '').replace('.', '') + '$', + 'i' + ); + this._shortMonthsParse[i] = new RegExp( + '^' + this.monthsShort(mom, '').replace('.', '') + '$', + 'i' + ); + } + if (!strict && !this._monthsParse[i]) { + regex = + '^' + this.months(mom, '') + '|^' + this.monthsShort(mom, ''); + this._monthsParse[i] = new RegExp(regex.replace('.', ''), 'i'); + } + // test the regex + if ( + strict && + format === 'MMMM' && + this._longMonthsParse[i].test(monthName) + ) { + return i; + } else if ( + strict && + format === 'MMM' && + this._shortMonthsParse[i].test(monthName) + ) { + return i; + } else if (!strict && this._monthsParse[i].test(monthName)) { + return i; + } + } + } + + // MOMENTS + + function setMonth(mom, value) { + var dayOfMonth; + + if (!mom.isValid()) { + // No op + return mom; + } + + if (typeof value === 'string') { + if (/^\d+$/.test(value)) { + value = toInt(value); + } else { + value = mom.localeData().monthsParse(value); + // TODO: Another silent failure? + if (!isNumber(value)) { + return mom; + } + } + } + + dayOfMonth = Math.min(mom.date(), daysInMonth(mom.year(), value)); + mom._d['set' + (mom._isUTC ? 'UTC' : '') + 'Month'](value, dayOfMonth); + return mom; + } + + function getSetMonth(value) { + if (value != null) { + setMonth(this, value); + hooks.updateOffset(this, true); + return this; + } else { + return get(this, 'Month'); + } + } + + function getDaysInMonth() { + return daysInMonth(this.year(), this.month()); + } + + function monthsShortRegex(isStrict) { + if (this._monthsParseExact) { + if (!hasOwnProp(this, '_monthsRegex')) { + computeMonthsParse.call(this); + } + if (isStrict) { + return this._monthsShortStrictRegex; + } else { + return this._monthsShortRegex; + } + } else { + if (!hasOwnProp(this, '_monthsShortRegex')) { + this._monthsShortRegex = defaultMonthsShortRegex; + } + return this._monthsShortStrictRegex && isStrict + ? this._monthsShortStrictRegex + : this._monthsShortRegex; + } + } + + function monthsRegex(isStrict) { + if (this._monthsParseExact) { + if (!hasOwnProp(this, '_monthsRegex')) { + computeMonthsParse.call(this); + } + if (isStrict) { + return this._monthsStrictRegex; + } else { + return this._monthsRegex; + } + } else { + if (!hasOwnProp(this, '_monthsRegex')) { + this._monthsRegex = defaultMonthsRegex; + } + return this._monthsStrictRegex && isStrict + ? this._monthsStrictRegex + : this._monthsRegex; + } + } + + function computeMonthsParse() { + function cmpLenRev(a, b) { + return b.length - a.length; + } + + var shortPieces = [], + longPieces = [], + mixedPieces = [], + i, + mom; + for (i = 0; i < 12; i++) { + // make the regex if we don't have it already + mom = createUTC([2000, i]); + shortPieces.push(this.monthsShort(mom, '')); + longPieces.push(this.months(mom, '')); + mixedPieces.push(this.months(mom, '')); + mixedPieces.push(this.monthsShort(mom, '')); + } + // Sorting makes sure if one month (or abbr) is a prefix of another it + // will match the longer piece. + shortPieces.sort(cmpLenRev); + longPieces.sort(cmpLenRev); + mixedPieces.sort(cmpLenRev); + for (i = 0; i < 12; i++) { + shortPieces[i] = regexEscape(shortPieces[i]); + longPieces[i] = regexEscape(longPieces[i]); + } + for (i = 0; i < 24; i++) { + mixedPieces[i] = regexEscape(mixedPieces[i]); + } + + this._monthsRegex = new RegExp('^(' + mixedPieces.join('|') + ')', 'i'); + this._monthsShortRegex = this._monthsRegex; + this._monthsStrictRegex = new RegExp( + '^(' + longPieces.join('|') + ')', + 'i' + ); + this._monthsShortStrictRegex = new RegExp( + '^(' + shortPieces.join('|') + ')', + 'i' + ); + } + + // FORMATTING + + addFormatToken('Y', 0, 0, function () { + var y = this.year(); + return y <= 9999 ? zeroFill(y, 4) : '+' + y; + }); + + addFormatToken(0, ['YY', 2], 0, function () { + return this.year() % 100; + }); + + addFormatToken(0, ['YYYY', 4], 0, 'year'); + addFormatToken(0, ['YYYYY', 5], 0, 'year'); + addFormatToken(0, ['YYYYYY', 6, true], 0, 'year'); + + // ALIASES + + addUnitAlias('year', 'y'); + + // PRIORITIES + + addUnitPriority('year', 1); + + // PARSING + + addRegexToken('Y', matchSigned); + addRegexToken('YY', match1to2, match2); + addRegexToken('YYYY', match1to4, match4); + addRegexToken('YYYYY', match1to6, match6); + addRegexToken('YYYYYY', match1to6, match6); + + addParseToken(['YYYYY', 'YYYYYY'], YEAR); + addParseToken('YYYY', function (input, array) { + array[YEAR] = + input.length === 2 ? hooks.parseTwoDigitYear(input) : toInt(input); + }); + addParseToken('YY', function (input, array) { + array[YEAR] = hooks.parseTwoDigitYear(input); + }); + addParseToken('Y', function (input, array) { + array[YEAR] = parseInt(input, 10); + }); + + // HELPERS + + function daysInYear(year) { + return isLeapYear(year) ? 366 : 365; + } + + // HOOKS + + hooks.parseTwoDigitYear = function (input) { + return toInt(input) + (toInt(input) > 68 ? 1900 : 2000); + }; + + // MOMENTS + + var getSetYear = makeGetSet('FullYear', true); + + function getIsLeapYear() { + return isLeapYear(this.year()); + } + + function createDate(y, m, d, h, M, s, ms) { + // can't just apply() to create a date: + // https://stackoverflow.com/q/181348 + var date; + // the date constructor remaps years 0-99 to 1900-1999 + if (y < 100 && y >= 0) { + // preserve leap years using a full 400 year cycle, then reset + date = new Date(y + 400, m, d, h, M, s, ms); + if (isFinite(date.getFullYear())) { + date.setFullYear(y); + } + } else { + date = new Date(y, m, d, h, M, s, ms); + } + + return date; + } + + function createUTCDate(y) { + var date, args; + // the Date.UTC function remaps years 0-99 to 1900-1999 + if (y < 100 && y >= 0) { + args = Array.prototype.slice.call(arguments); + // preserve leap years using a full 400 year cycle, then reset + args[0] = y + 400; + date = new Date(Date.UTC.apply(null, args)); + if (isFinite(date.getUTCFullYear())) { + date.setUTCFullYear(y); + } + } else { + date = new Date(Date.UTC.apply(null, arguments)); + } + + return date; + } + + // start-of-first-week - start-of-year + function firstWeekOffset(year, dow, doy) { + var // first-week day -- which january is always in the first week (4 for iso, 1 for other) + fwd = 7 + dow - doy, + // first-week day local weekday -- which local weekday is fwd + fwdlw = (7 + createUTCDate(year, 0, fwd).getUTCDay() - dow) % 7; + + return -fwdlw + fwd - 1; + } + + // https://en.wikipedia.org/wiki/ISO_week_date#Calculating_a_date_given_the_year.2C_week_number_and_weekday + function dayOfYearFromWeeks(year, week, weekday, dow, doy) { + var localWeekday = (7 + weekday - dow) % 7, + weekOffset = firstWeekOffset(year, dow, doy), + dayOfYear = 1 + 7 * (week - 1) + localWeekday + weekOffset, + resYear, + resDayOfYear; + + if (dayOfYear <= 0) { + resYear = year - 1; + resDayOfYear = daysInYear(resYear) + dayOfYear; + } else if (dayOfYear > daysInYear(year)) { + resYear = year + 1; + resDayOfYear = dayOfYear - daysInYear(year); + } else { + resYear = year; + resDayOfYear = dayOfYear; + } + + return { + year: resYear, + dayOfYear: resDayOfYear, + }; + } + + function weekOfYear(mom, dow, doy) { + var weekOffset = firstWeekOffset(mom.year(), dow, doy), + week = Math.floor((mom.dayOfYear() - weekOffset - 1) / 7) + 1, + resWeek, + resYear; + + if (week < 1) { + resYear = mom.year() - 1; + resWeek = week + weeksInYear(resYear, dow, doy); + } else if (week > weeksInYear(mom.year(), dow, doy)) { + resWeek = week - weeksInYear(mom.year(), dow, doy); + resYear = mom.year() + 1; + } else { + resYear = mom.year(); + resWeek = week; + } + + return { + week: resWeek, + year: resYear, + }; + } + + function weeksInYear(year, dow, doy) { + var weekOffset = firstWeekOffset(year, dow, doy), + weekOffsetNext = firstWeekOffset(year + 1, dow, doy); + return (daysInYear(year) - weekOffset + weekOffsetNext) / 7; + } + + // FORMATTING + + addFormatToken('w', ['ww', 2], 'wo', 'week'); + addFormatToken('W', ['WW', 2], 'Wo', 'isoWeek'); + + // ALIASES + + addUnitAlias('week', 'w'); + addUnitAlias('isoWeek', 'W'); + + // PRIORITIES + + addUnitPriority('week', 5); + addUnitPriority('isoWeek', 5); + + // PARSING + + addRegexToken('w', match1to2); + addRegexToken('ww', match1to2, match2); + addRegexToken('W', match1to2); + addRegexToken('WW', match1to2, match2); + + addWeekParseToken(['w', 'ww', 'W', 'WW'], function ( + input, + week, + config, + token + ) { + week[token.substr(0, 1)] = toInt(input); + }); + + // HELPERS + + // LOCALES + + function localeWeek(mom) { + return weekOfYear(mom, this._week.dow, this._week.doy).week; + } + + var defaultLocaleWeek = { + dow: 0, // Sunday is the first day of the week. + doy: 6, // The week that contains Jan 6th is the first week of the year. + }; + + function localeFirstDayOfWeek() { + return this._week.dow; + } + + function localeFirstDayOfYear() { + return this._week.doy; + } + + // MOMENTS + + function getSetWeek(input) { + var week = this.localeData().week(this); + return input == null ? week : this.add((input - week) * 7, 'd'); + } + + function getSetISOWeek(input) { + var week = weekOfYear(this, 1, 4).week; + return input == null ? week : this.add((input - week) * 7, 'd'); + } + + // FORMATTING + + addFormatToken('d', 0, 'do', 'day'); + + addFormatToken('dd', 0, 0, function (format) { + return this.localeData().weekdaysMin(this, format); + }); + + addFormatToken('ddd', 0, 0, function (format) { + return this.localeData().weekdaysShort(this, format); + }); + + addFormatToken('dddd', 0, 0, function (format) { + return this.localeData().weekdays(this, format); + }); + + addFormatToken('e', 0, 0, 'weekday'); + addFormatToken('E', 0, 0, 'isoWeekday'); + + // ALIASES + + addUnitAlias('day', 'd'); + addUnitAlias('weekday', 'e'); + addUnitAlias('isoWeekday', 'E'); + + // PRIORITY + addUnitPriority('day', 11); + addUnitPriority('weekday', 11); + addUnitPriority('isoWeekday', 11); + + // PARSING + + addRegexToken('d', match1to2); + addRegexToken('e', match1to2); + addRegexToken('E', match1to2); + addRegexToken('dd', function (isStrict, locale) { + return locale.weekdaysMinRegex(isStrict); + }); + addRegexToken('ddd', function (isStrict, locale) { + return locale.weekdaysShortRegex(isStrict); + }); + addRegexToken('dddd', function (isStrict, locale) { + return locale.weekdaysRegex(isStrict); + }); + + addWeekParseToken(['dd', 'ddd', 'dddd'], function (input, week, config, token) { + var weekday = config._locale.weekdaysParse(input, token, config._strict); + // if we didn't get a weekday name, mark the date as invalid + if (weekday != null) { + week.d = weekday; + } else { + getParsingFlags(config).invalidWeekday = input; + } + }); + + addWeekParseToken(['d', 'e', 'E'], function (input, week, config, token) { + week[token] = toInt(input); + }); + + // HELPERS + + function parseWeekday(input, locale) { + if (typeof input !== 'string') { + return input; + } + + if (!isNaN(input)) { + return parseInt(input, 10); + } + + input = locale.weekdaysParse(input); + if (typeof input === 'number') { + return input; + } + + return null; + } + + function parseIsoWeekday(input, locale) { + if (typeof input === 'string') { + return locale.weekdaysParse(input) % 7 || 7; + } + return isNaN(input) ? null : input; + } + + // LOCALES + function shiftWeekdays(ws, n) { + return ws.slice(n, 7).concat(ws.slice(0, n)); + } + + var defaultLocaleWeekdays = 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split( + '_' + ), + defaultLocaleWeekdaysShort = 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'), + defaultLocaleWeekdaysMin = 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'), + defaultWeekdaysRegex = matchWord, + defaultWeekdaysShortRegex = matchWord, + defaultWeekdaysMinRegex = matchWord; + + function localeWeekdays(m, format) { + var weekdays = isArray(this._weekdays) + ? this._weekdays + : this._weekdays[ + m && m !== true && this._weekdays.isFormat.test(format) + ? 'format' + : 'standalone' + ]; + return m === true + ? shiftWeekdays(weekdays, this._week.dow) + : m + ? weekdays[m.day()] + : weekdays; + } + + function localeWeekdaysShort(m) { + return m === true + ? shiftWeekdays(this._weekdaysShort, this._week.dow) + : m + ? this._weekdaysShort[m.day()] + : this._weekdaysShort; + } + + function localeWeekdaysMin(m) { + return m === true + ? shiftWeekdays(this._weekdaysMin, this._week.dow) + : m + ? this._weekdaysMin[m.day()] + : this._weekdaysMin; + } + + function handleStrictParse$1(weekdayName, format, strict) { + var i, + ii, + mom, + llc = weekdayName.toLocaleLowerCase(); + if (!this._weekdaysParse) { + this._weekdaysParse = []; + this._shortWeekdaysParse = []; + this._minWeekdaysParse = []; + + for (i = 0; i < 7; ++i) { + mom = createUTC([2000, 1]).day(i); + this._minWeekdaysParse[i] = this.weekdaysMin( + mom, + '' + ).toLocaleLowerCase(); + this._shortWeekdaysParse[i] = this.weekdaysShort( + mom, + '' + ).toLocaleLowerCase(); + this._weekdaysParse[i] = this.weekdays(mom, '').toLocaleLowerCase(); + } + } + + if (strict) { + if (format === 'dddd') { + ii = indexOf.call(this._weekdaysParse, llc); + return ii !== -1 ? ii : null; + } else if (format === 'ddd') { + ii = indexOf.call(this._shortWeekdaysParse, llc); + return ii !== -1 ? ii : null; + } else { + ii = indexOf.call(this._minWeekdaysParse, llc); + return ii !== -1 ? ii : null; + } + } else { + if (format === 'dddd') { + ii = indexOf.call(this._weekdaysParse, llc); + if (ii !== -1) { + return ii; + } + ii = indexOf.call(this._shortWeekdaysParse, llc); + if (ii !== -1) { + return ii; + } + ii = indexOf.call(this._minWeekdaysParse, llc); + return ii !== -1 ? ii : null; + } else if (format === 'ddd') { + ii = indexOf.call(this._shortWeekdaysParse, llc); + if (ii !== -1) { + return ii; + } + ii = indexOf.call(this._weekdaysParse, llc); + if (ii !== -1) { + return ii; + } + ii = indexOf.call(this._minWeekdaysParse, llc); + return ii !== -1 ? ii : null; + } else { + ii = indexOf.call(this._minWeekdaysParse, llc); + if (ii !== -1) { + return ii; + } + ii = indexOf.call(this._weekdaysParse, llc); + if (ii !== -1) { + return ii; + } + ii = indexOf.call(this._shortWeekdaysParse, llc); + return ii !== -1 ? ii : null; + } + } + } + + function localeWeekdaysParse(weekdayName, format, strict) { + var i, mom, regex; + + if (this._weekdaysParseExact) { + return handleStrictParse$1.call(this, weekdayName, format, strict); + } + + if (!this._weekdaysParse) { + this._weekdaysParse = []; + this._minWeekdaysParse = []; + this._shortWeekdaysParse = []; + this._fullWeekdaysParse = []; + } + + for (i = 0; i < 7; i++) { + // make the regex if we don't have it already + + mom = createUTC([2000, 1]).day(i); + if (strict && !this._fullWeekdaysParse[i]) { + this._fullWeekdaysParse[i] = new RegExp( + '^' + this.weekdays(mom, '').replace('.', '\\.?') + '$', + 'i' + ); + this._shortWeekdaysParse[i] = new RegExp( + '^' + this.weekdaysShort(mom, '').replace('.', '\\.?') + '$', + 'i' + ); + this._minWeekdaysParse[i] = new RegExp( + '^' + this.weekdaysMin(mom, '').replace('.', '\\.?') + '$', + 'i' + ); + } + if (!this._weekdaysParse[i]) { + regex = + '^' + + this.weekdays(mom, '') + + '|^' + + this.weekdaysShort(mom, '') + + '|^' + + this.weekdaysMin(mom, ''); + this._weekdaysParse[i] = new RegExp(regex.replace('.', ''), 'i'); + } + // test the regex + if ( + strict && + format === 'dddd' && + this._fullWeekdaysParse[i].test(weekdayName) + ) { + return i; + } else if ( + strict && + format === 'ddd' && + this._shortWeekdaysParse[i].test(weekdayName) + ) { + return i; + } else if ( + strict && + format === 'dd' && + this._minWeekdaysParse[i].test(weekdayName) + ) { + return i; + } else if (!strict && this._weekdaysParse[i].test(weekdayName)) { + return i; + } + } + } + + // MOMENTS + + function getSetDayOfWeek(input) { + if (!this.isValid()) { + return input != null ? this : NaN; + } + var day = this._isUTC ? this._d.getUTCDay() : this._d.getDay(); + if (input != null) { + input = parseWeekday(input, this.localeData()); + return this.add(input - day, 'd'); + } else { + return day; + } + } + + function getSetLocaleDayOfWeek(input) { + if (!this.isValid()) { + return input != null ? this : NaN; + } + var weekday = (this.day() + 7 - this.localeData()._week.dow) % 7; + return input == null ? weekday : this.add(input - weekday, 'd'); + } + + function getSetISODayOfWeek(input) { + if (!this.isValid()) { + return input != null ? this : NaN; + } + + // behaves the same as moment#day except + // as a getter, returns 7 instead of 0 (1-7 range instead of 0-6) + // as a setter, sunday should belong to the previous week. + + if (input != null) { + var weekday = parseIsoWeekday(input, this.localeData()); + return this.day(this.day() % 7 ? weekday : weekday - 7); + } else { + return this.day() || 7; + } + } + + function weekdaysRegex(isStrict) { + if (this._weekdaysParseExact) { + if (!hasOwnProp(this, '_weekdaysRegex')) { + computeWeekdaysParse.call(this); + } + if (isStrict) { + return this._weekdaysStrictRegex; + } else { + return this._weekdaysRegex; + } + } else { + if (!hasOwnProp(this, '_weekdaysRegex')) { + this._weekdaysRegex = defaultWeekdaysRegex; + } + return this._weekdaysStrictRegex && isStrict + ? this._weekdaysStrictRegex + : this._weekdaysRegex; + } + } + + function weekdaysShortRegex(isStrict) { + if (this._weekdaysParseExact) { + if (!hasOwnProp(this, '_weekdaysRegex')) { + computeWeekdaysParse.call(this); + } + if (isStrict) { + return this._weekdaysShortStrictRegex; + } else { + return this._weekdaysShortRegex; + } + } else { + if (!hasOwnProp(this, '_weekdaysShortRegex')) { + this._weekdaysShortRegex = defaultWeekdaysShortRegex; + } + return this._weekdaysShortStrictRegex && isStrict + ? this._weekdaysShortStrictRegex + : this._weekdaysShortRegex; + } + } + + function weekdaysMinRegex(isStrict) { + if (this._weekdaysParseExact) { + if (!hasOwnProp(this, '_weekdaysRegex')) { + computeWeekdaysParse.call(this); + } + if (isStrict) { + return this._weekdaysMinStrictRegex; + } else { + return this._weekdaysMinRegex; + } + } else { + if (!hasOwnProp(this, '_weekdaysMinRegex')) { + this._weekdaysMinRegex = defaultWeekdaysMinRegex; + } + return this._weekdaysMinStrictRegex && isStrict + ? this._weekdaysMinStrictRegex + : this._weekdaysMinRegex; + } + } + + function computeWeekdaysParse() { + function cmpLenRev(a, b) { + return b.length - a.length; + } + + var minPieces = [], + shortPieces = [], + longPieces = [], + mixedPieces = [], + i, + mom, + minp, + shortp, + longp; + for (i = 0; i < 7; i++) { + // make the regex if we don't have it already + mom = createUTC([2000, 1]).day(i); + minp = regexEscape(this.weekdaysMin(mom, '')); + shortp = regexEscape(this.weekdaysShort(mom, '')); + longp = regexEscape(this.weekdays(mom, '')); + minPieces.push(minp); + shortPieces.push(shortp); + longPieces.push(longp); + mixedPieces.push(minp); + mixedPieces.push(shortp); + mixedPieces.push(longp); + } + // Sorting makes sure if one weekday (or abbr) is a prefix of another it + // will match the longer piece. + minPieces.sort(cmpLenRev); + shortPieces.sort(cmpLenRev); + longPieces.sort(cmpLenRev); + mixedPieces.sort(cmpLenRev); + + this._weekdaysRegex = new RegExp('^(' + mixedPieces.join('|') + ')', 'i'); + this._weekdaysShortRegex = this._weekdaysRegex; + this._weekdaysMinRegex = this._weekdaysRegex; + + this._weekdaysStrictRegex = new RegExp( + '^(' + longPieces.join('|') + ')', + 'i' + ); + this._weekdaysShortStrictRegex = new RegExp( + '^(' + shortPieces.join('|') + ')', + 'i' + ); + this._weekdaysMinStrictRegex = new RegExp( + '^(' + minPieces.join('|') + ')', + 'i' + ); + } + + // FORMATTING + + function hFormat() { + return this.hours() % 12 || 12; + } + + function kFormat() { + return this.hours() || 24; + } + + addFormatToken('H', ['HH', 2], 0, 'hour'); + addFormatToken('h', ['hh', 2], 0, hFormat); + addFormatToken('k', ['kk', 2], 0, kFormat); + + addFormatToken('hmm', 0, 0, function () { + return '' + hFormat.apply(this) + zeroFill(this.minutes(), 2); + }); + + addFormatToken('hmmss', 0, 0, function () { + return ( + '' + + hFormat.apply(this) + + zeroFill(this.minutes(), 2) + + zeroFill(this.seconds(), 2) + ); + }); + + addFormatToken('Hmm', 0, 0, function () { + return '' + this.hours() + zeroFill(this.minutes(), 2); + }); + + addFormatToken('Hmmss', 0, 0, function () { + return ( + '' + + this.hours() + + zeroFill(this.minutes(), 2) + + zeroFill(this.seconds(), 2) + ); + }); + + function meridiem(token, lowercase) { + addFormatToken(token, 0, 0, function () { + return this.localeData().meridiem( + this.hours(), + this.minutes(), + lowercase + ); + }); + } + + meridiem('a', true); + meridiem('A', false); + + // ALIASES + + addUnitAlias('hour', 'h'); + + // PRIORITY + addUnitPriority('hour', 13); + + // PARSING + + function matchMeridiem(isStrict, locale) { + return locale._meridiemParse; + } + + addRegexToken('a', matchMeridiem); + addRegexToken('A', matchMeridiem); + addRegexToken('H', match1to2); + addRegexToken('h', match1to2); + addRegexToken('k', match1to2); + addRegexToken('HH', match1to2, match2); + addRegexToken('hh', match1to2, match2); + addRegexToken('kk', match1to2, match2); + + addRegexToken('hmm', match3to4); + addRegexToken('hmmss', match5to6); + addRegexToken('Hmm', match3to4); + addRegexToken('Hmmss', match5to6); + + addParseToken(['H', 'HH'], HOUR); + addParseToken(['k', 'kk'], function (input, array, config) { + var kInput = toInt(input); + array[HOUR] = kInput === 24 ? 0 : kInput; + }); + addParseToken(['a', 'A'], function (input, array, config) { + config._isPm = config._locale.isPM(input); + config._meridiem = input; + }); + addParseToken(['h', 'hh'], function (input, array, config) { + array[HOUR] = toInt(input); + getParsingFlags(config).bigHour = true; + }); + addParseToken('hmm', function (input, array, config) { + var pos = input.length - 2; + array[HOUR] = toInt(input.substr(0, pos)); + array[MINUTE] = toInt(input.substr(pos)); + getParsingFlags(config).bigHour = true; + }); + addParseToken('hmmss', function (input, array, config) { + var pos1 = input.length - 4, + pos2 = input.length - 2; + array[HOUR] = toInt(input.substr(0, pos1)); + array[MINUTE] = toInt(input.substr(pos1, 2)); + array[SECOND] = toInt(input.substr(pos2)); + getParsingFlags(config).bigHour = true; + }); + addParseToken('Hmm', function (input, array, config) { + var pos = input.length - 2; + array[HOUR] = toInt(input.substr(0, pos)); + array[MINUTE] = toInt(input.substr(pos)); + }); + addParseToken('Hmmss', function (input, array, config) { + var pos1 = input.length - 4, + pos2 = input.length - 2; + array[HOUR] = toInt(input.substr(0, pos1)); + array[MINUTE] = toInt(input.substr(pos1, 2)); + array[SECOND] = toInt(input.substr(pos2)); + }); + + // LOCALES + + function localeIsPM(input) { + // IE8 Quirks Mode & IE7 Standards Mode do not allow accessing strings like arrays + // Using charAt should be more compatible. + return (input + '').toLowerCase().charAt(0) === 'p'; + } + + var defaultLocaleMeridiemParse = /[ap]\.?m?\.?/i, + // Setting the hour should keep the time, because the user explicitly + // specified which hour they want. So trying to maintain the same hour (in + // a new timezone) makes sense. Adding/subtracting hours does not follow + // this rule. + getSetHour = makeGetSet('Hours', true); + + function localeMeridiem(hours, minutes, isLower) { + if (hours > 11) { + return isLower ? 'pm' : 'PM'; + } else { + return isLower ? 'am' : 'AM'; + } + } + + var baseConfig = { + calendar: defaultCalendar, + longDateFormat: defaultLongDateFormat, + invalidDate: defaultInvalidDate, + ordinal: defaultOrdinal, + dayOfMonthOrdinalParse: defaultDayOfMonthOrdinalParse, + relativeTime: defaultRelativeTime, + + months: defaultLocaleMonths, + monthsShort: defaultLocaleMonthsShort, + + week: defaultLocaleWeek, + + weekdays: defaultLocaleWeekdays, + weekdaysMin: defaultLocaleWeekdaysMin, + weekdaysShort: defaultLocaleWeekdaysShort, + + meridiemParse: defaultLocaleMeridiemParse, + }; + + // internal storage for locale config files + var locales = {}, + localeFamilies = {}, + globalLocale; + + function commonPrefix(arr1, arr2) { + var i, + minl = Math.min(arr1.length, arr2.length); + for (i = 0; i < minl; i += 1) { + if (arr1[i] !== arr2[i]) { + return i; + } + } + return minl; + } + + function normalizeLocale(key) { + return key ? key.toLowerCase().replace('_', '-') : key; + } + + // pick the locale from the array + // try ['en-au', 'en-gb'] as 'en-au', 'en-gb', 'en', as in move through the list trying each + // substring from most specific to least, but move to the next array item if it's a more specific variant than the current root + function chooseLocale(names) { + var i = 0, + j, + next, + locale, + split; + + while (i < names.length) { + split = normalizeLocale(names[i]).split('-'); + j = split.length; + next = normalizeLocale(names[i + 1]); + next = next ? next.split('-') : null; + while (j > 0) { + locale = loadLocale(split.slice(0, j).join('-')); + if (locale) { + return locale; + } + if ( + next && + next.length >= j && + commonPrefix(split, next) >= j - 1 + ) { + //the next array item is better than a shallower substring of this one + break; + } + j--; + } + i++; + } + return globalLocale; + } + + function loadLocale(name) { + var oldLocale = null, + aliasedRequire; + // TODO: Find a better way to register and load all the locales in Node + if ( + locales[name] === undefined && + typeof module !== 'undefined' && + module && + module.exports + ) { + try { + oldLocale = globalLocale._abbr; + aliasedRequire = require; + aliasedRequire('./locale/' + name); + getSetGlobalLocale(oldLocale); + } catch (e) { + // mark as not found to avoid repeating expensive file require call causing high CPU + // when trying to find en-US, en_US, en-us for every format call + locales[name] = null; // null means not found + } + } + return locales[name]; + } + + // This function will load locale and then set the global locale. If + // no arguments are passed in, it will simply return the current global + // locale key. + function getSetGlobalLocale(key, values) { + var data; + if (key) { + if (isUndefined(values)) { + data = getLocale(key); + } else { + data = defineLocale(key, values); + } + + if (data) { + // moment.duration._locale = moment._locale = data; + globalLocale = data; + } else { + if (typeof console !== 'undefined' && console.warn) { + //warn user if arguments are passed but the locale could not be set + console.warn( + 'Locale ' + key + ' not found. Did you forget to load it?' + ); + } + } + } + + return globalLocale._abbr; + } + + function defineLocale(name, config) { + if (config !== null) { + var locale, + parentConfig = baseConfig; + config.abbr = name; + if (locales[name] != null) { + deprecateSimple( + 'defineLocaleOverride', + 'use moment.updateLocale(localeName, config) to change ' + + 'an existing locale. moment.defineLocale(localeName, ' + + 'config) should only be used for creating a new locale ' + + 'See http://momentjs.com/guides/#/warnings/define-locale/ for more info.' + ); + parentConfig = locales[name]._config; + } else if (config.parentLocale != null) { + if (locales[config.parentLocale] != null) { + parentConfig = locales[config.parentLocale]._config; + } else { + locale = loadLocale(config.parentLocale); + if (locale != null) { + parentConfig = locale._config; + } else { + if (!localeFamilies[config.parentLocale]) { + localeFamilies[config.parentLocale] = []; + } + localeFamilies[config.parentLocale].push({ + name: name, + config: config, + }); + return null; + } + } + } + locales[name] = new Locale(mergeConfigs(parentConfig, config)); + + if (localeFamilies[name]) { + localeFamilies[name].forEach(function (x) { + defineLocale(x.name, x.config); + }); + } + + // backwards compat for now: also set the locale + // make sure we set the locale AFTER all child locales have been + // created, so we won't end up with the child locale set. + getSetGlobalLocale(name); + + return locales[name]; + } else { + // useful for testing + delete locales[name]; + return null; + } + } + + function updateLocale(name, config) { + if (config != null) { + var locale, + tmpLocale, + parentConfig = baseConfig; + + if (locales[name] != null && locales[name].parentLocale != null) { + // Update existing child locale in-place to avoid memory-leaks + locales[name].set(mergeConfigs(locales[name]._config, config)); + } else { + // MERGE + tmpLocale = loadLocale(name); + if (tmpLocale != null) { + parentConfig = tmpLocale._config; + } + config = mergeConfigs(parentConfig, config); + if (tmpLocale == null) { + // updateLocale is called for creating a new locale + // Set abbr so it will have a name (getters return + // undefined otherwise). + config.abbr = name; + } + locale = new Locale(config); + locale.parentLocale = locales[name]; + locales[name] = locale; + } + + // backwards compat for now: also set the locale + getSetGlobalLocale(name); + } else { + // pass null for config to unupdate, useful for tests + if (locales[name] != null) { + if (locales[name].parentLocale != null) { + locales[name] = locales[name].parentLocale; + if (name === getSetGlobalLocale()) { + getSetGlobalLocale(name); + } + } else if (locales[name] != null) { + delete locales[name]; + } + } + } + return locales[name]; + } + + // returns locale data + function getLocale(key) { + var locale; + + if (key && key._locale && key._locale._abbr) { + key = key._locale._abbr; + } + + if (!key) { + return globalLocale; + } + + if (!isArray(key)) { + //short-circuit everything else + locale = loadLocale(key); + if (locale) { + return locale; + } + key = [key]; + } + + return chooseLocale(key); + } + + function listLocales() { + return keys(locales); + } + + function checkOverflow(m) { + var overflow, + a = m._a; + + if (a && getParsingFlags(m).overflow === -2) { + overflow = + a[MONTH] < 0 || a[MONTH] > 11 + ? MONTH + : a[DATE] < 1 || a[DATE] > daysInMonth(a[YEAR], a[MONTH]) + ? DATE + : a[HOUR] < 0 || + a[HOUR] > 24 || + (a[HOUR] === 24 && + (a[MINUTE] !== 0 || + a[SECOND] !== 0 || + a[MILLISECOND] !== 0)) + ? HOUR + : a[MINUTE] < 0 || a[MINUTE] > 59 + ? MINUTE + : a[SECOND] < 0 || a[SECOND] > 59 + ? SECOND + : a[MILLISECOND] < 0 || a[MILLISECOND] > 999 + ? MILLISECOND + : -1; + + if ( + getParsingFlags(m)._overflowDayOfYear && + (overflow < YEAR || overflow > DATE) + ) { + overflow = DATE; + } + if (getParsingFlags(m)._overflowWeeks && overflow === -1) { + overflow = WEEK; + } + if (getParsingFlags(m)._overflowWeekday && overflow === -1) { + overflow = WEEKDAY; + } + + getParsingFlags(m).overflow = overflow; + } + + return m; + } + + // iso 8601 regex + // 0000-00-00 0000-W00 or 0000-W00-0 + T + 00 or 00:00 or 00:00:00 or 00:00:00.000 + +00:00 or +0000 or +00) + var extendedIsoRegex = /^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/, + basicIsoRegex = /^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/, + tzRegex = /Z|[+-]\d\d(?::?\d\d)?/, + isoDates = [ + ['YYYYYY-MM-DD', /[+-]\d{6}-\d\d-\d\d/], + ['YYYY-MM-DD', /\d{4}-\d\d-\d\d/], + ['GGGG-[W]WW-E', /\d{4}-W\d\d-\d/], + ['GGGG-[W]WW', /\d{4}-W\d\d/, false], + ['YYYY-DDD', /\d{4}-\d{3}/], + ['YYYY-MM', /\d{4}-\d\d/, false], + ['YYYYYYMMDD', /[+-]\d{10}/], + ['YYYYMMDD', /\d{8}/], + ['GGGG[W]WWE', /\d{4}W\d{3}/], + ['GGGG[W]WW', /\d{4}W\d{2}/, false], + ['YYYYDDD', /\d{7}/], + ['YYYYMM', /\d{6}/, false], + ['YYYY', /\d{4}/, false], + ], + // iso time formats and regexes + isoTimes = [ + ['HH:mm:ss.SSSS', /\d\d:\d\d:\d\d\.\d+/], + ['HH:mm:ss,SSSS', /\d\d:\d\d:\d\d,\d+/], + ['HH:mm:ss', /\d\d:\d\d:\d\d/], + ['HH:mm', /\d\d:\d\d/], + ['HHmmss.SSSS', /\d\d\d\d\d\d\.\d+/], + ['HHmmss,SSSS', /\d\d\d\d\d\d,\d+/], + ['HHmmss', /\d\d\d\d\d\d/], + ['HHmm', /\d\d\d\d/], + ['HH', /\d\d/], + ], + aspNetJsonRegex = /^\/?Date\((-?\d+)/i, + // RFC 2822 regex: For details see https://tools.ietf.org/html/rfc2822#section-3.3 + rfc2822 = /^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/, + obsOffsets = { + UT: 0, + GMT: 0, + EDT: -4 * 60, + EST: -5 * 60, + CDT: -5 * 60, + CST: -6 * 60, + MDT: -6 * 60, + MST: -7 * 60, + PDT: -7 * 60, + PST: -8 * 60, + }; + + // date from iso format + function configFromISO(config) { + var i, + l, + string = config._i, + match = extendedIsoRegex.exec(string) || basicIsoRegex.exec(string), + allowTime, + dateFormat, + timeFormat, + tzFormat; + + if (match) { + getParsingFlags(config).iso = true; + + for (i = 0, l = isoDates.length; i < l; i++) { + if (isoDates[i][1].exec(match[1])) { + dateFormat = isoDates[i][0]; + allowTime = isoDates[i][2] !== false; + break; + } + } + if (dateFormat == null) { + config._isValid = false; + return; + } + if (match[3]) { + for (i = 0, l = isoTimes.length; i < l; i++) { + if (isoTimes[i][1].exec(match[3])) { + // match[2] should be 'T' or space + timeFormat = (match[2] || ' ') + isoTimes[i][0]; + break; + } + } + if (timeFormat == null) { + config._isValid = false; + return; + } + } + if (!allowTime && timeFormat != null) { + config._isValid = false; + return; + } + if (match[4]) { + if (tzRegex.exec(match[4])) { + tzFormat = 'Z'; + } else { + config._isValid = false; + return; + } + } + config._f = dateFormat + (timeFormat || '') + (tzFormat || ''); + configFromStringAndFormat(config); + } else { + config._isValid = false; + } + } + + function extractFromRFC2822Strings( + yearStr, + monthStr, + dayStr, + hourStr, + minuteStr, + secondStr + ) { + var result = [ + untruncateYear(yearStr), + defaultLocaleMonthsShort.indexOf(monthStr), + parseInt(dayStr, 10), + parseInt(hourStr, 10), + parseInt(minuteStr, 10), + ]; + + if (secondStr) { + result.push(parseInt(secondStr, 10)); + } + + return result; + } + + function untruncateYear(yearStr) { + var year = parseInt(yearStr, 10); + if (year <= 49) { + return 2000 + year; + } else if (year <= 999) { + return 1900 + year; + } + return year; + } + + function preprocessRFC2822(s) { + // Remove comments and folding whitespace and replace multiple-spaces with a single space + return s + .replace(/\([^)]*\)|[\n\t]/g, ' ') + .replace(/(\s\s+)/g, ' ') + .replace(/^\s\s*/, '') + .replace(/\s\s*$/, ''); + } + + function checkWeekday(weekdayStr, parsedInput, config) { + if (weekdayStr) { + // TODO: Replace the vanilla JS Date object with an independent day-of-week check. + var weekdayProvided = defaultLocaleWeekdaysShort.indexOf(weekdayStr), + weekdayActual = new Date( + parsedInput[0], + parsedInput[1], + parsedInput[2] + ).getDay(); + if (weekdayProvided !== weekdayActual) { + getParsingFlags(config).weekdayMismatch = true; + config._isValid = false; + return false; + } + } + return true; + } + + function calculateOffset(obsOffset, militaryOffset, numOffset) { + if (obsOffset) { + return obsOffsets[obsOffset]; + } else if (militaryOffset) { + // the only allowed military tz is Z + return 0; + } else { + var hm = parseInt(numOffset, 10), + m = hm % 100, + h = (hm - m) / 100; + return h * 60 + m; + } + } + + // date and time from ref 2822 format + function configFromRFC2822(config) { + var match = rfc2822.exec(preprocessRFC2822(config._i)), + parsedArray; + if (match) { + parsedArray = extractFromRFC2822Strings( + match[4], + match[3], + match[2], + match[5], + match[6], + match[7] + ); + if (!checkWeekday(match[1], parsedArray, config)) { + return; + } + + config._a = parsedArray; + config._tzm = calculateOffset(match[8], match[9], match[10]); + + config._d = createUTCDate.apply(null, config._a); + config._d.setUTCMinutes(config._d.getUTCMinutes() - config._tzm); + + getParsingFlags(config).rfc2822 = true; + } else { + config._isValid = false; + } + } + + // date from 1) ASP.NET, 2) ISO, 3) RFC 2822 formats, or 4) optional fallback if parsing isn't strict + function configFromString(config) { + var matched = aspNetJsonRegex.exec(config._i); + if (matched !== null) { + config._d = new Date(+matched[1]); + return; + } + + configFromISO(config); + if (config._isValid === false) { + delete config._isValid; + } else { + return; + } + + configFromRFC2822(config); + if (config._isValid === false) { + delete config._isValid; + } else { + return; + } + + if (config._strict) { + config._isValid = false; + } else { + // Final attempt, use Input Fallback + hooks.createFromInputFallback(config); + } + } + + hooks.createFromInputFallback = deprecate( + 'value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), ' + + 'which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are ' + + 'discouraged and will be removed in an upcoming major release. Please refer to ' + + 'http://momentjs.com/guides/#/warnings/js-date/ for more info.', + function (config) { + config._d = new Date(config._i + (config._useUTC ? ' UTC' : '')); + } + ); + + // Pick the first defined of two or three arguments. + function defaults(a, b, c) { + if (a != null) { + return a; + } + if (b != null) { + return b; + } + return c; + } + + function currentDateArray(config) { + // hooks is actually the exported moment object + var nowValue = new Date(hooks.now()); + if (config._useUTC) { + return [ + nowValue.getUTCFullYear(), + nowValue.getUTCMonth(), + nowValue.getUTCDate(), + ]; + } + return [nowValue.getFullYear(), nowValue.getMonth(), nowValue.getDate()]; + } + + // convert an array to a date. + // the array should mirror the parameters below + // note: all values past the year are optional and will default to the lowest possible value. + // [year, month, day , hour, minute, second, millisecond] + function configFromArray(config) { + var i, + date, + input = [], + currentDate, + expectedWeekday, + yearToUse; + + if (config._d) { + return; + } + + currentDate = currentDateArray(config); + + //compute day of the year from weeks and weekdays + if (config._w && config._a[DATE] == null && config._a[MONTH] == null) { + dayOfYearFromWeekInfo(config); + } + + //if the day of the year is set, figure out what it is + if (config._dayOfYear != null) { + yearToUse = defaults(config._a[YEAR], currentDate[YEAR]); + + if ( + config._dayOfYear > daysInYear(yearToUse) || + config._dayOfYear === 0 + ) { + getParsingFlags(config)._overflowDayOfYear = true; + } + + date = createUTCDate(yearToUse, 0, config._dayOfYear); + config._a[MONTH] = date.getUTCMonth(); + config._a[DATE] = date.getUTCDate(); + } + + // Default to current date. + // * if no year, month, day of month are given, default to today + // * if day of month is given, default month and year + // * if month is given, default only year + // * if year is given, don't default anything + for (i = 0; i < 3 && config._a[i] == null; ++i) { + config._a[i] = input[i] = currentDate[i]; + } + + // Zero out whatever was not defaulted, including time + for (; i < 7; i++) { + config._a[i] = input[i] = + config._a[i] == null ? (i === 2 ? 1 : 0) : config._a[i]; + } + + // Check for 24:00:00.000 + if ( + config._a[HOUR] === 24 && + config._a[MINUTE] === 0 && + config._a[SECOND] === 0 && + config._a[MILLISECOND] === 0 + ) { + config._nextDay = true; + config._a[HOUR] = 0; + } + + config._d = (config._useUTC ? createUTCDate : createDate).apply( + null, + input + ); + expectedWeekday = config._useUTC + ? config._d.getUTCDay() + : config._d.getDay(); + + // Apply timezone offset from input. The actual utcOffset can be changed + // with parseZone. + if (config._tzm != null) { + config._d.setUTCMinutes(config._d.getUTCMinutes() - config._tzm); + } + + if (config._nextDay) { + config._a[HOUR] = 24; + } + + // check for mismatching day of week + if ( + config._w && + typeof config._w.d !== 'undefined' && + config._w.d !== expectedWeekday + ) { + getParsingFlags(config).weekdayMismatch = true; + } + } + + function dayOfYearFromWeekInfo(config) { + var w, weekYear, week, weekday, dow, doy, temp, weekdayOverflow, curWeek; + + w = config._w; + if (w.GG != null || w.W != null || w.E != null) { + dow = 1; + doy = 4; + + // TODO: We need to take the current isoWeekYear, but that depends on + // how we interpret now (local, utc, fixed offset). So create + // a now version of current config (take local/utc/offset flags, and + // create now). + weekYear = defaults( + w.GG, + config._a[YEAR], + weekOfYear(createLocal(), 1, 4).year + ); + week = defaults(w.W, 1); + weekday = defaults(w.E, 1); + if (weekday < 1 || weekday > 7) { + weekdayOverflow = true; + } + } else { + dow = config._locale._week.dow; + doy = config._locale._week.doy; + + curWeek = weekOfYear(createLocal(), dow, doy); + + weekYear = defaults(w.gg, config._a[YEAR], curWeek.year); + + // Default to current week. + week = defaults(w.w, curWeek.week); + + if (w.d != null) { + // weekday -- low day numbers are considered next week + weekday = w.d; + if (weekday < 0 || weekday > 6) { + weekdayOverflow = true; + } + } else if (w.e != null) { + // local weekday -- counting starts from beginning of week + weekday = w.e + dow; + if (w.e < 0 || w.e > 6) { + weekdayOverflow = true; + } + } else { + // default to beginning of week + weekday = dow; + } + } + if (week < 1 || week > weeksInYear(weekYear, dow, doy)) { + getParsingFlags(config)._overflowWeeks = true; + } else if (weekdayOverflow != null) { + getParsingFlags(config)._overflowWeekday = true; + } else { + temp = dayOfYearFromWeeks(weekYear, week, weekday, dow, doy); + config._a[YEAR] = temp.year; + config._dayOfYear = temp.dayOfYear; + } + } + + // constant that refers to the ISO standard + hooks.ISO_8601 = function () {}; + + // constant that refers to the RFC 2822 form + hooks.RFC_2822 = function () {}; + + // date from string and format string + function configFromStringAndFormat(config) { + // TODO: Move this to another part of the creation flow to prevent circular deps + if (config._f === hooks.ISO_8601) { + configFromISO(config); + return; + } + if (config._f === hooks.RFC_2822) { + configFromRFC2822(config); + return; + } + config._a = []; + getParsingFlags(config).empty = true; + + // This array is used to make a Date, either with `new Date` or `Date.UTC` + var string = '' + config._i, + i, + parsedInput, + tokens, + token, + skipped, + stringLength = string.length, + totalParsedInputLength = 0, + era; + + tokens = + expandFormat(config._f, config._locale).match(formattingTokens) || []; + + for (i = 0; i < tokens.length; i++) { + token = tokens[i]; + parsedInput = (string.match(getParseRegexForToken(token, config)) || + [])[0]; + if (parsedInput) { + skipped = string.substr(0, string.indexOf(parsedInput)); + if (skipped.length > 0) { + getParsingFlags(config).unusedInput.push(skipped); + } + string = string.slice( + string.indexOf(parsedInput) + parsedInput.length + ); + totalParsedInputLength += parsedInput.length; + } + // don't parse if it's not a known token + if (formatTokenFunctions[token]) { + if (parsedInput) { + getParsingFlags(config).empty = false; + } else { + getParsingFlags(config).unusedTokens.push(token); + } + addTimeToArrayFromToken(token, parsedInput, config); + } else if (config._strict && !parsedInput) { + getParsingFlags(config).unusedTokens.push(token); + } + } + + // add remaining unparsed input length to the string + getParsingFlags(config).charsLeftOver = + stringLength - totalParsedInputLength; + if (string.length > 0) { + getParsingFlags(config).unusedInput.push(string); + } + + // clear _12h flag if hour is <= 12 + if ( + config._a[HOUR] <= 12 && + getParsingFlags(config).bigHour === true && + config._a[HOUR] > 0 + ) { + getParsingFlags(config).bigHour = undefined; + } + + getParsingFlags(config).parsedDateParts = config._a.slice(0); + getParsingFlags(config).meridiem = config._meridiem; + // handle meridiem + config._a[HOUR] = meridiemFixWrap( + config._locale, + config._a[HOUR], + config._meridiem + ); + + // handle era + era = getParsingFlags(config).era; + if (era !== null) { + config._a[YEAR] = config._locale.erasConvertYear(era, config._a[YEAR]); + } + + configFromArray(config); + checkOverflow(config); + } + + function meridiemFixWrap(locale, hour, meridiem) { + var isPm; + + if (meridiem == null) { + // nothing to do + return hour; + } + if (locale.meridiemHour != null) { + return locale.meridiemHour(hour, meridiem); + } else if (locale.isPM != null) { + // Fallback + isPm = locale.isPM(meridiem); + if (isPm && hour < 12) { + hour += 12; + } + if (!isPm && hour === 12) { + hour = 0; + } + return hour; + } else { + // this is not supposed to happen + return hour; + } + } + + // date from string and array of format strings + function configFromStringAndArray(config) { + var tempConfig, + bestMoment, + scoreToBeat, + i, + currentScore, + validFormatFound, + bestFormatIsValid = false; + + if (config._f.length === 0) { + getParsingFlags(config).invalidFormat = true; + config._d = new Date(NaN); + return; + } + + for (i = 0; i < config._f.length; i++) { + currentScore = 0; + validFormatFound = false; + tempConfig = copyConfig({}, config); + if (config._useUTC != null) { + tempConfig._useUTC = config._useUTC; + } + tempConfig._f = config._f[i]; + configFromStringAndFormat(tempConfig); + + if (isValid(tempConfig)) { + validFormatFound = true; + } + + // if there is any input that was not parsed add a penalty for that format + currentScore += getParsingFlags(tempConfig).charsLeftOver; + + //or tokens + currentScore += getParsingFlags(tempConfig).unusedTokens.length * 10; + + getParsingFlags(tempConfig).score = currentScore; + + if (!bestFormatIsValid) { + if ( + scoreToBeat == null || + currentScore < scoreToBeat || + validFormatFound + ) { + scoreToBeat = currentScore; + bestMoment = tempConfig; + if (validFormatFound) { + bestFormatIsValid = true; + } + } + } else { + if (currentScore < scoreToBeat) { + scoreToBeat = currentScore; + bestMoment = tempConfig; + } + } + } + + extend(config, bestMoment || tempConfig); + } + + function configFromObject(config) { + if (config._d) { + return; + } + + var i = normalizeObjectUnits(config._i), + dayOrDate = i.day === undefined ? i.date : i.day; + config._a = map( + [i.year, i.month, dayOrDate, i.hour, i.minute, i.second, i.millisecond], + function (obj) { + return obj && parseInt(obj, 10); + } + ); + + configFromArray(config); + } + + function createFromConfig(config) { + var res = new Moment(checkOverflow(prepareConfig(config))); + if (res._nextDay) { + // Adding is smart enough around DST + res.add(1, 'd'); + res._nextDay = undefined; + } + + return res; + } + + function prepareConfig(config) { + var input = config._i, + format = config._f; + + config._locale = config._locale || getLocale(config._l); + + if (input === null || (format === undefined && input === '')) { + return createInvalid({ nullInput: true }); + } + + if (typeof input === 'string') { + config._i = input = config._locale.preparse(input); + } + + if (isMoment(input)) { + return new Moment(checkOverflow(input)); + } else if (isDate(input)) { + config._d = input; + } else if (isArray(format)) { + configFromStringAndArray(config); + } else if (format) { + configFromStringAndFormat(config); + } else { + configFromInput(config); + } + + if (!isValid(config)) { + config._d = null; + } + + return config; + } + + function configFromInput(config) { + var input = config._i; + if (isUndefined(input)) { + config._d = new Date(hooks.now()); + } else if (isDate(input)) { + config._d = new Date(input.valueOf()); + } else if (typeof input === 'string') { + configFromString(config); + } else if (isArray(input)) { + config._a = map(input.slice(0), function (obj) { + return parseInt(obj, 10); + }); + configFromArray(config); + } else if (isObject(input)) { + configFromObject(config); + } else if (isNumber(input)) { + // from milliseconds + config._d = new Date(input); + } else { + hooks.createFromInputFallback(config); + } + } + + function createLocalOrUTC(input, format, locale, strict, isUTC) { + var c = {}; + + if (format === true || format === false) { + strict = format; + format = undefined; + } + + if (locale === true || locale === false) { + strict = locale; + locale = undefined; + } + + if ( + (isObject(input) && isObjectEmpty(input)) || + (isArray(input) && input.length === 0) + ) { + input = undefined; + } + // object construction must be done this way. + // https://github.com/moment/moment/issues/1423 + c._isAMomentObject = true; + c._useUTC = c._isUTC = isUTC; + c._l = locale; + c._i = input; + c._f = format; + c._strict = strict; + + return createFromConfig(c); + } + + function createLocal(input, format, locale, strict) { + return createLocalOrUTC(input, format, locale, strict, false); + } + + var prototypeMin = deprecate( + 'moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/', + function () { + var other = createLocal.apply(null, arguments); + if (this.isValid() && other.isValid()) { + return other < this ? this : other; + } else { + return createInvalid(); + } + } + ), + prototypeMax = deprecate( + 'moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/', + function () { + var other = createLocal.apply(null, arguments); + if (this.isValid() && other.isValid()) { + return other > this ? this : other; + } else { + return createInvalid(); + } + } + ); + + // Pick a moment m from moments so that m[fn](other) is true for all + // other. This relies on the function fn to be transitive. + // + // moments should either be an array of moment objects or an array, whose + // first element is an array of moment objects. + function pickBy(fn, moments) { + var res, i; + if (moments.length === 1 && isArray(moments[0])) { + moments = moments[0]; + } + if (!moments.length) { + return createLocal(); + } + res = moments[0]; + for (i = 1; i < moments.length; ++i) { + if (!moments[i].isValid() || moments[i][fn](res)) { + res = moments[i]; + } + } + return res; + } + + // TODO: Use [].sort instead? + function min() { + var args = [].slice.call(arguments, 0); + + return pickBy('isBefore', args); + } + + function max() { + var args = [].slice.call(arguments, 0); + + return pickBy('isAfter', args); + } + + var now = function () { + return Date.now ? Date.now() : +new Date(); + }; + + var ordering = [ + 'year', + 'quarter', + 'month', + 'week', + 'day', + 'hour', + 'minute', + 'second', + 'millisecond', + ]; + + function isDurationValid(m) { + var key, + unitHasDecimal = false, + i; + for (key in m) { + if ( + hasOwnProp(m, key) && + !( + indexOf.call(ordering, key) !== -1 && + (m[key] == null || !isNaN(m[key])) + ) + ) { + return false; + } + } + + for (i = 0; i < ordering.length; ++i) { + if (m[ordering[i]]) { + if (unitHasDecimal) { + return false; // only allow non-integers for smallest unit + } + if (parseFloat(m[ordering[i]]) !== toInt(m[ordering[i]])) { + unitHasDecimal = true; + } + } + } + + return true; + } + + function isValid$1() { + return this._isValid; + } + + function createInvalid$1() { + return createDuration(NaN); + } + + function Duration(duration) { + var normalizedInput = normalizeObjectUnits(duration), + years = normalizedInput.year || 0, + quarters = normalizedInput.quarter || 0, + months = normalizedInput.month || 0, + weeks = normalizedInput.week || normalizedInput.isoWeek || 0, + days = normalizedInput.day || 0, + hours = normalizedInput.hour || 0, + minutes = normalizedInput.minute || 0, + seconds = normalizedInput.second || 0, + milliseconds = normalizedInput.millisecond || 0; + + this._isValid = isDurationValid(normalizedInput); + + // representation for dateAddRemove + this._milliseconds = + +milliseconds + + seconds * 1e3 + // 1000 + minutes * 6e4 + // 1000 * 60 + hours * 1000 * 60 * 60; //using 1000 * 60 * 60 instead of 36e5 to avoid floating point rounding errors https://github.com/moment/moment/issues/2978 + // Because of dateAddRemove treats 24 hours as different from a + // day when working around DST, we need to store them separately + this._days = +days + weeks * 7; + // It is impossible to translate months into days without knowing + // which months you are are talking about, so we have to store + // it separately. + this._months = +months + quarters * 3 + years * 12; + + this._data = {}; + + this._locale = getLocale(); + + this._bubble(); + } + + function isDuration(obj) { + return obj instanceof Duration; + } + + function absRound(number) { + if (number < 0) { + return Math.round(-1 * number) * -1; + } else { + return Math.round(number); + } + } + + // compare two arrays, return the number of differences + function compareArrays(array1, array2, dontConvert) { + var len = Math.min(array1.length, array2.length), + lengthDiff = Math.abs(array1.length - array2.length), + diffs = 0, + i; + for (i = 0; i < len; i++) { + if ( + (dontConvert && array1[i] !== array2[i]) || + (!dontConvert && toInt(array1[i]) !== toInt(array2[i])) + ) { + diffs++; + } + } + return diffs + lengthDiff; + } + + // FORMATTING + + function offset(token, separator) { + addFormatToken(token, 0, 0, function () { + var offset = this.utcOffset(), + sign = '+'; + if (offset < 0) { + offset = -offset; + sign = '-'; + } + return ( + sign + + zeroFill(~~(offset / 60), 2) + + separator + + zeroFill(~~offset % 60, 2) + ); + }); + } + + offset('Z', ':'); + offset('ZZ', ''); + + // PARSING + + addRegexToken('Z', matchShortOffset); + addRegexToken('ZZ', matchShortOffset); + addParseToken(['Z', 'ZZ'], function (input, array, config) { + config._useUTC = true; + config._tzm = offsetFromString(matchShortOffset, input); + }); + + // HELPERS + + // timezone chunker + // '+10:00' > ['10', '00'] + // '-1530' > ['-15', '30'] + var chunkOffset = /([\+\-]|\d\d)/gi; + + function offsetFromString(matcher, string) { + var matches = (string || '').match(matcher), + chunk, + parts, + minutes; + + if (matches === null) { + return null; + } + + chunk = matches[matches.length - 1] || []; + parts = (chunk + '').match(chunkOffset) || ['-', 0, 0]; + minutes = +(parts[1] * 60) + toInt(parts[2]); + + return minutes === 0 ? 0 : parts[0] === '+' ? minutes : -minutes; + } + + // Return a moment from input, that is local/utc/zone equivalent to model. + function cloneWithOffset(input, model) { + var res, diff; + if (model._isUTC) { + res = model.clone(); + diff = + (isMoment(input) || isDate(input) + ? input.valueOf() + : createLocal(input).valueOf()) - res.valueOf(); + // Use low-level api, because this fn is low-level api. + res._d.setTime(res._d.valueOf() + diff); + hooks.updateOffset(res, false); + return res; + } else { + return createLocal(input).local(); + } + } + + function getDateOffset(m) { + // On Firefox.24 Date#getTimezoneOffset returns a floating point. + // https://github.com/moment/moment/pull/1871 + return -Math.round(m._d.getTimezoneOffset()); + } + + // HOOKS + + // This function will be called whenever a moment is mutated. + // It is intended to keep the offset in sync with the timezone. + hooks.updateOffset = function () {}; + + // MOMENTS + + // keepLocalTime = true means only change the timezone, without + // affecting the local hour. So 5:31:26 +0300 --[utcOffset(2, true)]--> + // 5:31:26 +0200 It is possible that 5:31:26 doesn't exist with offset + // +0200, so we adjust the time as needed, to be valid. + // + // Keeping the time actually adds/subtracts (one hour) + // from the actual represented time. That is why we call updateOffset + // a second time. In case it wants us to change the offset again + // _changeInProgress == true case, then we have to adjust, because + // there is no such time in the given timezone. + function getSetOffset(input, keepLocalTime, keepMinutes) { + var offset = this._offset || 0, + localAdjust; + if (!this.isValid()) { + return input != null ? this : NaN; + } + if (input != null) { + if (typeof input === 'string') { + input = offsetFromString(matchShortOffset, input); + if (input === null) { + return this; + } + } else if (Math.abs(input) < 16 && !keepMinutes) { + input = input * 60; + } + if (!this._isUTC && keepLocalTime) { + localAdjust = getDateOffset(this); + } + this._offset = input; + this._isUTC = true; + if (localAdjust != null) { + this.add(localAdjust, 'm'); + } + if (offset !== input) { + if (!keepLocalTime || this._changeInProgress) { + addSubtract( + this, + createDuration(input - offset, 'm'), + 1, + false + ); + } else if (!this._changeInProgress) { + this._changeInProgress = true; + hooks.updateOffset(this, true); + this._changeInProgress = null; + } + } + return this; + } else { + return this._isUTC ? offset : getDateOffset(this); + } + } + + function getSetZone(input, keepLocalTime) { + if (input != null) { + if (typeof input !== 'string') { + input = -input; + } + + this.utcOffset(input, keepLocalTime); + + return this; + } else { + return -this.utcOffset(); + } + } + + function setOffsetToUTC(keepLocalTime) { + return this.utcOffset(0, keepLocalTime); + } + + function setOffsetToLocal(keepLocalTime) { + if (this._isUTC) { + this.utcOffset(0, keepLocalTime); + this._isUTC = false; + + if (keepLocalTime) { + this.subtract(getDateOffset(this), 'm'); + } + } + return this; + } + + function setOffsetToParsedOffset() { + if (this._tzm != null) { + this.utcOffset(this._tzm, false, true); + } else if (typeof this._i === 'string') { + var tZone = offsetFromString(matchOffset, this._i); + if (tZone != null) { + this.utcOffset(tZone); + } else { + this.utcOffset(0, true); + } + } + return this; + } + + function hasAlignedHourOffset(input) { + if (!this.isValid()) { + return false; + } + input = input ? createLocal(input).utcOffset() : 0; + + return (this.utcOffset() - input) % 60 === 0; + } + + function isDaylightSavingTime() { + return ( + this.utcOffset() > this.clone().month(0).utcOffset() || + this.utcOffset() > this.clone().month(5).utcOffset() + ); + } + + function isDaylightSavingTimeShifted() { + if (!isUndefined(this._isDSTShifted)) { + return this._isDSTShifted; + } + + var c = {}, + other; + + copyConfig(c, this); + c = prepareConfig(c); + + if (c._a) { + other = c._isUTC ? createUTC(c._a) : createLocal(c._a); + this._isDSTShifted = + this.isValid() && compareArrays(c._a, other.toArray()) > 0; + } else { + this._isDSTShifted = false; + } + + return this._isDSTShifted; + } + + function isLocal() { + return this.isValid() ? !this._isUTC : false; + } + + function isUtcOffset() { + return this.isValid() ? this._isUTC : false; + } + + function isUtc() { + return this.isValid() ? this._isUTC && this._offset === 0 : false; + } + + // ASP.NET json date format regex + var aspNetRegex = /^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/, + // from http://docs.closure-library.googlecode.com/git/closure_goog_date_date.js.source.html + // somewhat more in line with 4.4.3.2 2004 spec, but allows decimal anywhere + // and further modified to allow for strings containing both week and day + isoRegex = /^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/; + + function createDuration(input, key) { + var duration = input, + // matching against regexp is expensive, do it on demand + match = null, + sign, + ret, + diffRes; + + if (isDuration(input)) { + duration = { + ms: input._milliseconds, + d: input._days, + M: input._months, + }; + } else if (isNumber(input) || !isNaN(+input)) { + duration = {}; + if (key) { + duration[key] = +input; + } else { + duration.milliseconds = +input; + } + } else if ((match = aspNetRegex.exec(input))) { + sign = match[1] === '-' ? -1 : 1; + duration = { + y: 0, + d: toInt(match[DATE]) * sign, + h: toInt(match[HOUR]) * sign, + m: toInt(match[MINUTE]) * sign, + s: toInt(match[SECOND]) * sign, + ms: toInt(absRound(match[MILLISECOND] * 1000)) * sign, // the millisecond decimal point is included in the match + }; + } else if ((match = isoRegex.exec(input))) { + sign = match[1] === '-' ? -1 : 1; + duration = { + y: parseIso(match[2], sign), + M: parseIso(match[3], sign), + w: parseIso(match[4], sign), + d: parseIso(match[5], sign), + h: parseIso(match[6], sign), + m: parseIso(match[7], sign), + s: parseIso(match[8], sign), + }; + } else if (duration == null) { + // checks for null or undefined + duration = {}; + } else if ( + typeof duration === 'object' && + ('from' in duration || 'to' in duration) + ) { + diffRes = momentsDifference( + createLocal(duration.from), + createLocal(duration.to) + ); + + duration = {}; + duration.ms = diffRes.milliseconds; + duration.M = diffRes.months; + } + + ret = new Duration(duration); + + if (isDuration(input) && hasOwnProp(input, '_locale')) { + ret._locale = input._locale; + } + + if (isDuration(input) && hasOwnProp(input, '_isValid')) { + ret._isValid = input._isValid; + } + + return ret; + } + + createDuration.fn = Duration.prototype; + createDuration.invalid = createInvalid$1; + + function parseIso(inp, sign) { + // We'd normally use ~~inp for this, but unfortunately it also + // converts floats to ints. + // inp may be undefined, so careful calling replace on it. + var res = inp && parseFloat(inp.replace(',', '.')); + // apply sign while we're at it + return (isNaN(res) ? 0 : res) * sign; + } + + function positiveMomentsDifference(base, other) { + var res = {}; + + res.months = + other.month() - base.month() + (other.year() - base.year()) * 12; + if (base.clone().add(res.months, 'M').isAfter(other)) { + --res.months; + } + + res.milliseconds = +other - +base.clone().add(res.months, 'M'); + + return res; + } + + function momentsDifference(base, other) { + var res; + if (!(base.isValid() && other.isValid())) { + return { milliseconds: 0, months: 0 }; + } + + other = cloneWithOffset(other, base); + if (base.isBefore(other)) { + res = positiveMomentsDifference(base, other); + } else { + res = positiveMomentsDifference(other, base); + res.milliseconds = -res.milliseconds; + res.months = -res.months; + } + + return res; + } + + // TODO: remove 'name' arg after deprecation is removed + function createAdder(direction, name) { + return function (val, period) { + var dur, tmp; + //invert the arguments, but complain about it + if (period !== null && !isNaN(+period)) { + deprecateSimple( + name, + 'moment().' + + name + + '(period, number) is deprecated. Please use moment().' + + name + + '(number, period). ' + + 'See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info.' + ); + tmp = val; + val = period; + period = tmp; + } + + dur = createDuration(val, period); + addSubtract(this, dur, direction); + return this; + }; + } + + function addSubtract(mom, duration, isAdding, updateOffset) { + var milliseconds = duration._milliseconds, + days = absRound(duration._days), + months = absRound(duration._months); + + if (!mom.isValid()) { + // No op + return; + } + + updateOffset = updateOffset == null ? true : updateOffset; + + if (months) { + setMonth(mom, get(mom, 'Month') + months * isAdding); + } + if (days) { + set$1(mom, 'Date', get(mom, 'Date') + days * isAdding); + } + if (milliseconds) { + mom._d.setTime(mom._d.valueOf() + milliseconds * isAdding); + } + if (updateOffset) { + hooks.updateOffset(mom, days || months); + } + } + + var add = createAdder(1, 'add'), + subtract = createAdder(-1, 'subtract'); + + function isString(input) { + return typeof input === 'string' || input instanceof String; + } + + // type MomentInput = Moment | Date | string | number | (number | string)[] | MomentInputObject | void; // null | undefined + function isMomentInput(input) { + return ( + isMoment(input) || + isDate(input) || + isString(input) || + isNumber(input) || + isNumberOrStringArray(input) || + isMomentInputObject(input) || + input === null || + input === undefined + ); + } + + function isMomentInputObject(input) { + var objectTest = isObject(input) && !isObjectEmpty(input), + propertyTest = false, + properties = [ + 'years', + 'year', + 'y', + 'months', + 'month', + 'M', + 'days', + 'day', + 'd', + 'dates', + 'date', + 'D', + 'hours', + 'hour', + 'h', + 'minutes', + 'minute', + 'm', + 'seconds', + 'second', + 's', + 'milliseconds', + 'millisecond', + 'ms', + ], + i, + property; + + for (i = 0; i < properties.length; i += 1) { + property = properties[i]; + propertyTest = propertyTest || hasOwnProp(input, property); + } + + return objectTest && propertyTest; + } + + function isNumberOrStringArray(input) { + var arrayTest = isArray(input), + dataTypeTest = false; + if (arrayTest) { + dataTypeTest = + input.filter(function (item) { + return !isNumber(item) && isString(input); + }).length === 0; + } + return arrayTest && dataTypeTest; + } + + function isCalendarSpec(input) { + var objectTest = isObject(input) && !isObjectEmpty(input), + propertyTest = false, + properties = [ + 'sameDay', + 'nextDay', + 'lastDay', + 'nextWeek', + 'lastWeek', + 'sameElse', + ], + i, + property; + + for (i = 0; i < properties.length; i += 1) { + property = properties[i]; + propertyTest = propertyTest || hasOwnProp(input, property); + } + + return objectTest && propertyTest; + } + + function getCalendarFormat(myMoment, now) { + var diff = myMoment.diff(now, 'days', true); + return diff < -6 + ? 'sameElse' + : diff < -1 + ? 'lastWeek' + : diff < 0 + ? 'lastDay' + : diff < 1 + ? 'sameDay' + : diff < 2 + ? 'nextDay' + : diff < 7 + ? 'nextWeek' + : 'sameElse'; + } + + function calendar$1(time, formats) { + // Support for single parameter, formats only overload to the calendar function + if (arguments.length === 1) { + if (isMomentInput(arguments[0])) { + time = arguments[0]; + formats = undefined; + } else if (isCalendarSpec(arguments[0])) { + formats = arguments[0]; + time = undefined; + } + } + // We want to compare the start of today, vs this. + // Getting start-of-today depends on whether we're local/utc/offset or not. + var now = time || createLocal(), + sod = cloneWithOffset(now, this).startOf('day'), + format = hooks.calendarFormat(this, sod) || 'sameElse', + output = + formats && + (isFunction(formats[format]) + ? formats[format].call(this, now) + : formats[format]); + + return this.format( + output || this.localeData().calendar(format, this, createLocal(now)) + ); + } + + function clone() { + return new Moment(this); + } + + function isAfter(input, units) { + var localInput = isMoment(input) ? input : createLocal(input); + if (!(this.isValid() && localInput.isValid())) { + return false; + } + units = normalizeUnits(units) || 'millisecond'; + if (units === 'millisecond') { + return this.valueOf() > localInput.valueOf(); + } else { + return localInput.valueOf() < this.clone().startOf(units).valueOf(); + } + } + + function isBefore(input, units) { + var localInput = isMoment(input) ? input : createLocal(input); + if (!(this.isValid() && localInput.isValid())) { + return false; + } + units = normalizeUnits(units) || 'millisecond'; + if (units === 'millisecond') { + return this.valueOf() < localInput.valueOf(); + } else { + return this.clone().endOf(units).valueOf() < localInput.valueOf(); + } + } + + function isBetween(from, to, units, inclusivity) { + var localFrom = isMoment(from) ? from : createLocal(from), + localTo = isMoment(to) ? to : createLocal(to); + if (!(this.isValid() && localFrom.isValid() && localTo.isValid())) { + return false; + } + inclusivity = inclusivity || '()'; + return ( + (inclusivity[0] === '(' + ? this.isAfter(localFrom, units) + : !this.isBefore(localFrom, units)) && + (inclusivity[1] === ')' + ? this.isBefore(localTo, units) + : !this.isAfter(localTo, units)) + ); + } + + function isSame(input, units) { + var localInput = isMoment(input) ? input : createLocal(input), + inputMs; + if (!(this.isValid() && localInput.isValid())) { + return false; + } + units = normalizeUnits(units) || 'millisecond'; + if (units === 'millisecond') { + return this.valueOf() === localInput.valueOf(); + } else { + inputMs = localInput.valueOf(); + return ( + this.clone().startOf(units).valueOf() <= inputMs && + inputMs <= this.clone().endOf(units).valueOf() + ); + } + } + + function isSameOrAfter(input, units) { + return this.isSame(input, units) || this.isAfter(input, units); + } + + function isSameOrBefore(input, units) { + return this.isSame(input, units) || this.isBefore(input, units); + } + + function diff(input, units, asFloat) { + var that, zoneDelta, output; + + if (!this.isValid()) { + return NaN; + } + + that = cloneWithOffset(input, this); + + if (!that.isValid()) { + return NaN; + } + + zoneDelta = (that.utcOffset() - this.utcOffset()) * 6e4; + + units = normalizeUnits(units); + + switch (units) { + case 'year': + output = monthDiff(this, that) / 12; + break; + case 'month': + output = monthDiff(this, that); + break; + case 'quarter': + output = monthDiff(this, that) / 3; + break; + case 'second': + output = (this - that) / 1e3; + break; // 1000 + case 'minute': + output = (this - that) / 6e4; + break; // 1000 * 60 + case 'hour': + output = (this - that) / 36e5; + break; // 1000 * 60 * 60 + case 'day': + output = (this - that - zoneDelta) / 864e5; + break; // 1000 * 60 * 60 * 24, negate dst + case 'week': + output = (this - that - zoneDelta) / 6048e5; + break; // 1000 * 60 * 60 * 24 * 7, negate dst + default: + output = this - that; + } + + return asFloat ? output : absFloor(output); + } + + function monthDiff(a, b) { + if (a.date() < b.date()) { + // end-of-month calculations work correct when the start month has more + // days than the end month. + return -monthDiff(b, a); + } + // difference in months + var wholeMonthDiff = (b.year() - a.year()) * 12 + (b.month() - a.month()), + // b is in (anchor - 1 month, anchor + 1 month) + anchor = a.clone().add(wholeMonthDiff, 'months'), + anchor2, + adjust; + + if (b - anchor < 0) { + anchor2 = a.clone().add(wholeMonthDiff - 1, 'months'); + // linear across the month + adjust = (b - anchor) / (anchor - anchor2); + } else { + anchor2 = a.clone().add(wholeMonthDiff + 1, 'months'); + // linear across the month + adjust = (b - anchor) / (anchor2 - anchor); + } + + //check for negative zero, return zero if negative zero + return -(wholeMonthDiff + adjust) || 0; + } + + hooks.defaultFormat = 'YYYY-MM-DDTHH:mm:ssZ'; + hooks.defaultFormatUtc = 'YYYY-MM-DDTHH:mm:ss[Z]'; + + function toString() { + return this.clone().locale('en').format('ddd MMM DD YYYY HH:mm:ss [GMT]ZZ'); + } + + function toISOString(keepOffset) { + if (!this.isValid()) { + return null; + } + var utc = keepOffset !== true, + m = utc ? this.clone().utc() : this; + if (m.year() < 0 || m.year() > 9999) { + return formatMoment( + m, + utc + ? 'YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]' + : 'YYYYYY-MM-DD[T]HH:mm:ss.SSSZ' + ); + } + if (isFunction(Date.prototype.toISOString)) { + // native implementation is ~50x faster, use it when we can + if (utc) { + return this.toDate().toISOString(); + } else { + return new Date(this.valueOf() + this.utcOffset() * 60 * 1000) + .toISOString() + .replace('Z', formatMoment(m, 'Z')); + } + } + return formatMoment( + m, + utc ? 'YYYY-MM-DD[T]HH:mm:ss.SSS[Z]' : 'YYYY-MM-DD[T]HH:mm:ss.SSSZ' + ); + } + + /** + * Return a human readable representation of a moment that can + * also be evaluated to get a new moment which is the same + * + * @link https://nodejs.org/dist/latest/docs/api/util.html#util_custom_inspect_function_on_objects + */ + function inspect() { + if (!this.isValid()) { + return 'moment.invalid(/* ' + this._i + ' */)'; + } + var func = 'moment', + zone = '', + prefix, + year, + datetime, + suffix; + if (!this.isLocal()) { + func = this.utcOffset() === 0 ? 'moment.utc' : 'moment.parseZone'; + zone = 'Z'; + } + prefix = '[' + func + '("]'; + year = 0 <= this.year() && this.year() <= 9999 ? 'YYYY' : 'YYYYYY'; + datetime = '-MM-DD[T]HH:mm:ss.SSS'; + suffix = zone + '[")]'; + + return this.format(prefix + year + datetime + suffix); + } + + function format(inputString) { + if (!inputString) { + inputString = this.isUtc() + ? hooks.defaultFormatUtc + : hooks.defaultFormat; + } + var output = formatMoment(this, inputString); + return this.localeData().postformat(output); + } + + function from(time, withoutSuffix) { + if ( + this.isValid() && + ((isMoment(time) && time.isValid()) || createLocal(time).isValid()) + ) { + return createDuration({ to: this, from: time }) + .locale(this.locale()) + .humanize(!withoutSuffix); + } else { + return this.localeData().invalidDate(); + } + } + + function fromNow(withoutSuffix) { + return this.from(createLocal(), withoutSuffix); + } + + function to(time, withoutSuffix) { + if ( + this.isValid() && + ((isMoment(time) && time.isValid()) || createLocal(time).isValid()) + ) { + return createDuration({ from: this, to: time }) + .locale(this.locale()) + .humanize(!withoutSuffix); + } else { + return this.localeData().invalidDate(); + } + } + + function toNow(withoutSuffix) { + return this.to(createLocal(), withoutSuffix); + } + + // If passed a locale key, it will set the locale for this + // instance. Otherwise, it will return the locale configuration + // variables for this instance. + function locale(key) { + var newLocaleData; + + if (key === undefined) { + return this._locale._abbr; + } else { + newLocaleData = getLocale(key); + if (newLocaleData != null) { + this._locale = newLocaleData; + } + return this; + } + } + + var lang = deprecate( + 'moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.', + function (key) { + if (key === undefined) { + return this.localeData(); + } else { + return this.locale(key); + } + } + ); + + function localeData() { + return this._locale; + } + + var MS_PER_SECOND = 1000, + MS_PER_MINUTE = 60 * MS_PER_SECOND, + MS_PER_HOUR = 60 * MS_PER_MINUTE, + MS_PER_400_YEARS = (365 * 400 + 97) * 24 * MS_PER_HOUR; + + // actual modulo - handles negative numbers (for dates before 1970): + function mod$1(dividend, divisor) { + return ((dividend % divisor) + divisor) % divisor; + } + + function localStartOfDate(y, m, d) { + // the date constructor remaps years 0-99 to 1900-1999 + if (y < 100 && y >= 0) { + // preserve leap years using a full 400 year cycle, then reset + return new Date(y + 400, m, d) - MS_PER_400_YEARS; + } else { + return new Date(y, m, d).valueOf(); + } + } + + function utcStartOfDate(y, m, d) { + // Date.UTC remaps years 0-99 to 1900-1999 + if (y < 100 && y >= 0) { + // preserve leap years using a full 400 year cycle, then reset + return Date.UTC(y + 400, m, d) - MS_PER_400_YEARS; + } else { + return Date.UTC(y, m, d); + } + } + + function startOf(units) { + var time, startOfDate; + units = normalizeUnits(units); + if (units === undefined || units === 'millisecond' || !this.isValid()) { + return this; + } + + startOfDate = this._isUTC ? utcStartOfDate : localStartOfDate; + + switch (units) { + case 'year': + time = startOfDate(this.year(), 0, 1); + break; + case 'quarter': + time = startOfDate( + this.year(), + this.month() - (this.month() % 3), + 1 + ); + break; + case 'month': + time = startOfDate(this.year(), this.month(), 1); + break; + case 'week': + time = startOfDate( + this.year(), + this.month(), + this.date() - this.weekday() + ); + break; + case 'isoWeek': + time = startOfDate( + this.year(), + this.month(), + this.date() - (this.isoWeekday() - 1) + ); + break; + case 'day': + case 'date': + time = startOfDate(this.year(), this.month(), this.date()); + break; + case 'hour': + time = this._d.valueOf(); + time -= mod$1( + time + (this._isUTC ? 0 : this.utcOffset() * MS_PER_MINUTE), + MS_PER_HOUR + ); + break; + case 'minute': + time = this._d.valueOf(); + time -= mod$1(time, MS_PER_MINUTE); + break; + case 'second': + time = this._d.valueOf(); + time -= mod$1(time, MS_PER_SECOND); + break; + } + + this._d.setTime(time); + hooks.updateOffset(this, true); + return this; + } + + function endOf(units) { + var time, startOfDate; + units = normalizeUnits(units); + if (units === undefined || units === 'millisecond' || !this.isValid()) { + return this; + } + + startOfDate = this._isUTC ? utcStartOfDate : localStartOfDate; + + switch (units) { + case 'year': + time = startOfDate(this.year() + 1, 0, 1) - 1; + break; + case 'quarter': + time = + startOfDate( + this.year(), + this.month() - (this.month() % 3) + 3, + 1 + ) - 1; + break; + case 'month': + time = startOfDate(this.year(), this.month() + 1, 1) - 1; + break; + case 'week': + time = + startOfDate( + this.year(), + this.month(), + this.date() - this.weekday() + 7 + ) - 1; + break; + case 'isoWeek': + time = + startOfDate( + this.year(), + this.month(), + this.date() - (this.isoWeekday() - 1) + 7 + ) - 1; + break; + case 'day': + case 'date': + time = startOfDate(this.year(), this.month(), this.date() + 1) - 1; + break; + case 'hour': + time = this._d.valueOf(); + time += + MS_PER_HOUR - + mod$1( + time + (this._isUTC ? 0 : this.utcOffset() * MS_PER_MINUTE), + MS_PER_HOUR + ) - + 1; + break; + case 'minute': + time = this._d.valueOf(); + time += MS_PER_MINUTE - mod$1(time, MS_PER_MINUTE) - 1; + break; + case 'second': + time = this._d.valueOf(); + time += MS_PER_SECOND - mod$1(time, MS_PER_SECOND) - 1; + break; + } + + this._d.setTime(time); + hooks.updateOffset(this, true); + return this; + } + + function valueOf() { + return this._d.valueOf() - (this._offset || 0) * 60000; + } + + function unix() { + return Math.floor(this.valueOf() / 1000); + } + + function toDate() { + return new Date(this.valueOf()); + } + + function toArray() { + var m = this; + return [ + m.year(), + m.month(), + m.date(), + m.hour(), + m.minute(), + m.second(), + m.millisecond(), + ]; + } + + function toObject() { + var m = this; + return { + years: m.year(), + months: m.month(), + date: m.date(), + hours: m.hours(), + minutes: m.minutes(), + seconds: m.seconds(), + milliseconds: m.milliseconds(), + }; + } + + function toJSON() { + // new Date(NaN).toJSON() === null + return this.isValid() ? this.toISOString() : null; + } + + function isValid$2() { + return isValid(this); + } + + function parsingFlags() { + return extend({}, getParsingFlags(this)); + } + + function invalidAt() { + return getParsingFlags(this).overflow; + } + + function creationData() { + return { + input: this._i, + format: this._f, + locale: this._locale, + isUTC: this._isUTC, + strict: this._strict, + }; + } + + addFormatToken('N', 0, 0, 'eraAbbr'); + addFormatToken('NN', 0, 0, 'eraAbbr'); + addFormatToken('NNN', 0, 0, 'eraAbbr'); + addFormatToken('NNNN', 0, 0, 'eraName'); + addFormatToken('NNNNN', 0, 0, 'eraNarrow'); + + addFormatToken('y', ['y', 1], 'yo', 'eraYear'); + addFormatToken('y', ['yy', 2], 0, 'eraYear'); + addFormatToken('y', ['yyy', 3], 0, 'eraYear'); + addFormatToken('y', ['yyyy', 4], 0, 'eraYear'); + + addRegexToken('N', matchEraAbbr); + addRegexToken('NN', matchEraAbbr); + addRegexToken('NNN', matchEraAbbr); + addRegexToken('NNNN', matchEraName); + addRegexToken('NNNNN', matchEraNarrow); + + addParseToken(['N', 'NN', 'NNN', 'NNNN', 'NNNNN'], function ( + input, + array, + config, + token + ) { + var era = config._locale.erasParse(input, token, config._strict); + if (era) { + getParsingFlags(config).era = era; + } else { + getParsingFlags(config).invalidEra = input; + } + }); + + addRegexToken('y', matchUnsigned); + addRegexToken('yy', matchUnsigned); + addRegexToken('yyy', matchUnsigned); + addRegexToken('yyyy', matchUnsigned); + addRegexToken('yo', matchEraYearOrdinal); + + addParseToken(['y', 'yy', 'yyy', 'yyyy'], YEAR); + addParseToken(['yo'], function (input, array, config, token) { + var match; + if (config._locale._eraYearOrdinalRegex) { + match = input.match(config._locale._eraYearOrdinalRegex); + } + + if (config._locale.eraYearOrdinalParse) { + array[YEAR] = config._locale.eraYearOrdinalParse(input, match); + } else { + array[YEAR] = parseInt(input, 10); + } + }); + + function localeEras(m, format) { + var i, + l, + date, + eras = this._eras || getLocale('en')._eras; + for (i = 0, l = eras.length; i < l; ++i) { + switch (typeof eras[i].since) { + case 'string': + // truncate time + date = hooks(eras[i].since).startOf('day'); + eras[i].since = date.valueOf(); + break; + } + + switch (typeof eras[i].until) { + case 'undefined': + eras[i].until = +Infinity; + break; + case 'string': + // truncate time + date = hooks(eras[i].until).startOf('day').valueOf(); + eras[i].until = date.valueOf(); + break; + } + } + return eras; + } + + function localeErasParse(eraName, format, strict) { + var i, + l, + eras = this.eras(), + name, + abbr, + narrow; + eraName = eraName.toUpperCase(); + + for (i = 0, l = eras.length; i < l; ++i) { + name = eras[i].name.toUpperCase(); + abbr = eras[i].abbr.toUpperCase(); + narrow = eras[i].narrow.toUpperCase(); + + if (strict) { + switch (format) { + case 'N': + case 'NN': + case 'NNN': + if (abbr === eraName) { + return eras[i]; + } + break; + + case 'NNNN': + if (name === eraName) { + return eras[i]; + } + break; + + case 'NNNNN': + if (narrow === eraName) { + return eras[i]; + } + break; + } + } else if ([name, abbr, narrow].indexOf(eraName) >= 0) { + return eras[i]; + } + } + } + + function localeErasConvertYear(era, year) { + var dir = era.since <= era.until ? +1 : -1; + if (year === undefined) { + return hooks(era.since).year(); + } else { + return hooks(era.since).year() + (year - era.offset) * dir; + } + } + + function getEraName() { + var i, + l, + val, + eras = this.localeData().eras(); + for (i = 0, l = eras.length; i < l; ++i) { + // truncate time + val = this.startOf('day').valueOf(); + + if (eras[i].since <= val && val <= eras[i].until) { + return eras[i].name; + } + if (eras[i].until <= val && val <= eras[i].since) { + return eras[i].name; + } + } + + return ''; + } + + function getEraNarrow() { + var i, + l, + val, + eras = this.localeData().eras(); + for (i = 0, l = eras.length; i < l; ++i) { + // truncate time + val = this.startOf('day').valueOf(); + + if (eras[i].since <= val && val <= eras[i].until) { + return eras[i].narrow; + } + if (eras[i].until <= val && val <= eras[i].since) { + return eras[i].narrow; + } + } + + return ''; + } + + function getEraAbbr() { + var i, + l, + val, + eras = this.localeData().eras(); + for (i = 0, l = eras.length; i < l; ++i) { + // truncate time + val = this.startOf('day').valueOf(); + + if (eras[i].since <= val && val <= eras[i].until) { + return eras[i].abbr; + } + if (eras[i].until <= val && val <= eras[i].since) { + return eras[i].abbr; + } + } + + return ''; + } + + function getEraYear() { + var i, + l, + dir, + val, + eras = this.localeData().eras(); + for (i = 0, l = eras.length; i < l; ++i) { + dir = eras[i].since <= eras[i].until ? +1 : -1; + + // truncate time + val = this.startOf('day').valueOf(); + + if ( + (eras[i].since <= val && val <= eras[i].until) || + (eras[i].until <= val && val <= eras[i].since) + ) { + return ( + (this.year() - hooks(eras[i].since).year()) * dir + + eras[i].offset + ); + } + } + + return this.year(); + } + + function erasNameRegex(isStrict) { + if (!hasOwnProp(this, '_erasNameRegex')) { + computeErasParse.call(this); + } + return isStrict ? this._erasNameRegex : this._erasRegex; + } + + function erasAbbrRegex(isStrict) { + if (!hasOwnProp(this, '_erasAbbrRegex')) { + computeErasParse.call(this); + } + return isStrict ? this._erasAbbrRegex : this._erasRegex; + } + + function erasNarrowRegex(isStrict) { + if (!hasOwnProp(this, '_erasNarrowRegex')) { + computeErasParse.call(this); + } + return isStrict ? this._erasNarrowRegex : this._erasRegex; + } + + function matchEraAbbr(isStrict, locale) { + return locale.erasAbbrRegex(isStrict); + } + + function matchEraName(isStrict, locale) { + return locale.erasNameRegex(isStrict); + } + + function matchEraNarrow(isStrict, locale) { + return locale.erasNarrowRegex(isStrict); + } + + function matchEraYearOrdinal(isStrict, locale) { + return locale._eraYearOrdinalRegex || matchUnsigned; + } + + function computeErasParse() { + var abbrPieces = [], + namePieces = [], + narrowPieces = [], + mixedPieces = [], + i, + l, + eras = this.eras(); + + for (i = 0, l = eras.length; i < l; ++i) { + namePieces.push(regexEscape(eras[i].name)); + abbrPieces.push(regexEscape(eras[i].abbr)); + narrowPieces.push(regexEscape(eras[i].narrow)); + + mixedPieces.push(regexEscape(eras[i].name)); + mixedPieces.push(regexEscape(eras[i].abbr)); + mixedPieces.push(regexEscape(eras[i].narrow)); + } + + this._erasRegex = new RegExp('^(' + mixedPieces.join('|') + ')', 'i'); + this._erasNameRegex = new RegExp('^(' + namePieces.join('|') + ')', 'i'); + this._erasAbbrRegex = new RegExp('^(' + abbrPieces.join('|') + ')', 'i'); + this._erasNarrowRegex = new RegExp( + '^(' + narrowPieces.join('|') + ')', + 'i' + ); + } + + // FORMATTING + + addFormatToken(0, ['gg', 2], 0, function () { + return this.weekYear() % 100; + }); + + addFormatToken(0, ['GG', 2], 0, function () { + return this.isoWeekYear() % 100; + }); + + function addWeekYearFormatToken(token, getter) { + addFormatToken(0, [token, token.length], 0, getter); + } + + addWeekYearFormatToken('gggg', 'weekYear'); + addWeekYearFormatToken('ggggg', 'weekYear'); + addWeekYearFormatToken('GGGG', 'isoWeekYear'); + addWeekYearFormatToken('GGGGG', 'isoWeekYear'); + + // ALIASES + + addUnitAlias('weekYear', 'gg'); + addUnitAlias('isoWeekYear', 'GG'); + + // PRIORITY + + addUnitPriority('weekYear', 1); + addUnitPriority('isoWeekYear', 1); + + // PARSING + + addRegexToken('G', matchSigned); + addRegexToken('g', matchSigned); + addRegexToken('GG', match1to2, match2); + addRegexToken('gg', match1to2, match2); + addRegexToken('GGGG', match1to4, match4); + addRegexToken('gggg', match1to4, match4); + addRegexToken('GGGGG', match1to6, match6); + addRegexToken('ggggg', match1to6, match6); + + addWeekParseToken(['gggg', 'ggggg', 'GGGG', 'GGGGG'], function ( + input, + week, + config, + token + ) { + week[token.substr(0, 2)] = toInt(input); + }); + + addWeekParseToken(['gg', 'GG'], function (input, week, config, token) { + week[token] = hooks.parseTwoDigitYear(input); + }); + + // MOMENTS + + function getSetWeekYear(input) { + return getSetWeekYearHelper.call( + this, + input, + this.week(), + this.weekday(), + this.localeData()._week.dow, + this.localeData()._week.doy + ); + } + + function getSetISOWeekYear(input) { + return getSetWeekYearHelper.call( + this, + input, + this.isoWeek(), + this.isoWeekday(), + 1, + 4 + ); + } + + function getISOWeeksInYear() { + return weeksInYear(this.year(), 1, 4); + } + + function getISOWeeksInISOWeekYear() { + return weeksInYear(this.isoWeekYear(), 1, 4); + } + + function getWeeksInYear() { + var weekInfo = this.localeData()._week; + return weeksInYear(this.year(), weekInfo.dow, weekInfo.doy); + } + + function getWeeksInWeekYear() { + var weekInfo = this.localeData()._week; + return weeksInYear(this.weekYear(), weekInfo.dow, weekInfo.doy); + } + + function getSetWeekYearHelper(input, week, weekday, dow, doy) { + var weeksTarget; + if (input == null) { + return weekOfYear(this, dow, doy).year; + } else { + weeksTarget = weeksInYear(input, dow, doy); + if (week > weeksTarget) { + week = weeksTarget; + } + return setWeekAll.call(this, input, week, weekday, dow, doy); + } + } + + function setWeekAll(weekYear, week, weekday, dow, doy) { + var dayOfYearData = dayOfYearFromWeeks(weekYear, week, weekday, dow, doy), + date = createUTCDate(dayOfYearData.year, 0, dayOfYearData.dayOfYear); + + this.year(date.getUTCFullYear()); + this.month(date.getUTCMonth()); + this.date(date.getUTCDate()); + return this; + } + + // FORMATTING + + addFormatToken('Q', 0, 'Qo', 'quarter'); + + // ALIASES + + addUnitAlias('quarter', 'Q'); + + // PRIORITY + + addUnitPriority('quarter', 7); + + // PARSING + + addRegexToken('Q', match1); + addParseToken('Q', function (input, array) { + array[MONTH] = (toInt(input) - 1) * 3; + }); + + // MOMENTS + + function getSetQuarter(input) { + return input == null + ? Math.ceil((this.month() + 1) / 3) + : this.month((input - 1) * 3 + (this.month() % 3)); + } + + // FORMATTING + + addFormatToken('D', ['DD', 2], 'Do', 'date'); + + // ALIASES + + addUnitAlias('date', 'D'); + + // PRIORITY + addUnitPriority('date', 9); + + // PARSING + + addRegexToken('D', match1to2); + addRegexToken('DD', match1to2, match2); + addRegexToken('Do', function (isStrict, locale) { + // TODO: Remove "ordinalParse" fallback in next major release. + return isStrict + ? locale._dayOfMonthOrdinalParse || locale._ordinalParse + : locale._dayOfMonthOrdinalParseLenient; + }); + + addParseToken(['D', 'DD'], DATE); + addParseToken('Do', function (input, array) { + array[DATE] = toInt(input.match(match1to2)[0]); + }); + + // MOMENTS + + var getSetDayOfMonth = makeGetSet('Date', true); + + // FORMATTING + + addFormatToken('DDD', ['DDDD', 3], 'DDDo', 'dayOfYear'); + + // ALIASES + + addUnitAlias('dayOfYear', 'DDD'); + + // PRIORITY + addUnitPriority('dayOfYear', 4); + + // PARSING + + addRegexToken('DDD', match1to3); + addRegexToken('DDDD', match3); + addParseToken(['DDD', 'DDDD'], function (input, array, config) { + config._dayOfYear = toInt(input); + }); + + // HELPERS + + // MOMENTS + + function getSetDayOfYear(input) { + var dayOfYear = + Math.round( + (this.clone().startOf('day') - this.clone().startOf('year')) / 864e5 + ) + 1; + return input == null ? dayOfYear : this.add(input - dayOfYear, 'd'); + } + + // FORMATTING + + addFormatToken('m', ['mm', 2], 0, 'minute'); + + // ALIASES + + addUnitAlias('minute', 'm'); + + // PRIORITY + + addUnitPriority('minute', 14); + + // PARSING + + addRegexToken('m', match1to2); + addRegexToken('mm', match1to2, match2); + addParseToken(['m', 'mm'], MINUTE); + + // MOMENTS + + var getSetMinute = makeGetSet('Minutes', false); + + // FORMATTING + + addFormatToken('s', ['ss', 2], 0, 'second'); + + // ALIASES + + addUnitAlias('second', 's'); + + // PRIORITY + + addUnitPriority('second', 15); + + // PARSING + + addRegexToken('s', match1to2); + addRegexToken('ss', match1to2, match2); + addParseToken(['s', 'ss'], SECOND); + + // MOMENTS + + var getSetSecond = makeGetSet('Seconds', false); + + // FORMATTING + + addFormatToken('S', 0, 0, function () { + return ~~(this.millisecond() / 100); + }); + + addFormatToken(0, ['SS', 2], 0, function () { + return ~~(this.millisecond() / 10); + }); + + addFormatToken(0, ['SSS', 3], 0, 'millisecond'); + addFormatToken(0, ['SSSS', 4], 0, function () { + return this.millisecond() * 10; + }); + addFormatToken(0, ['SSSSS', 5], 0, function () { + return this.millisecond() * 100; + }); + addFormatToken(0, ['SSSSSS', 6], 0, function () { + return this.millisecond() * 1000; + }); + addFormatToken(0, ['SSSSSSS', 7], 0, function () { + return this.millisecond() * 10000; + }); + addFormatToken(0, ['SSSSSSSS', 8], 0, function () { + return this.millisecond() * 100000; + }); + addFormatToken(0, ['SSSSSSSSS', 9], 0, function () { + return this.millisecond() * 1000000; + }); + + // ALIASES + + addUnitAlias('millisecond', 'ms'); + + // PRIORITY + + addUnitPriority('millisecond', 16); + + // PARSING + + addRegexToken('S', match1to3, match1); + addRegexToken('SS', match1to3, match2); + addRegexToken('SSS', match1to3, match3); + + var token, getSetMillisecond; + for (token = 'SSSS'; token.length <= 9; token += 'S') { + addRegexToken(token, matchUnsigned); + } + + function parseMs(input, array) { + array[MILLISECOND] = toInt(('0.' + input) * 1000); + } + + for (token = 'S'; token.length <= 9; token += 'S') { + addParseToken(token, parseMs); + } + + getSetMillisecond = makeGetSet('Milliseconds', false); + + // FORMATTING + + addFormatToken('z', 0, 0, 'zoneAbbr'); + addFormatToken('zz', 0, 0, 'zoneName'); + + // MOMENTS + + function getZoneAbbr() { + return this._isUTC ? 'UTC' : ''; + } + + function getZoneName() { + return this._isUTC ? 'Coordinated Universal Time' : ''; + } + + var proto = Moment.prototype; + + proto.add = add; + proto.calendar = calendar$1; + proto.clone = clone; + proto.diff = diff; + proto.endOf = endOf; + proto.format = format; + proto.from = from; + proto.fromNow = fromNow; + proto.to = to; + proto.toNow = toNow; + proto.get = stringGet; + proto.invalidAt = invalidAt; + proto.isAfter = isAfter; + proto.isBefore = isBefore; + proto.isBetween = isBetween; + proto.isSame = isSame; + proto.isSameOrAfter = isSameOrAfter; + proto.isSameOrBefore = isSameOrBefore; + proto.isValid = isValid$2; + proto.lang = lang; + proto.locale = locale; + proto.localeData = localeData; + proto.max = prototypeMax; + proto.min = prototypeMin; + proto.parsingFlags = parsingFlags; + proto.set = stringSet; + proto.startOf = startOf; + proto.subtract = subtract; + proto.toArray = toArray; + proto.toObject = toObject; + proto.toDate = toDate; + proto.toISOString = toISOString; + proto.inspect = inspect; + if (typeof Symbol !== 'undefined' && Symbol.for != null) { + proto[Symbol.for('nodejs.util.inspect.custom')] = function () { + return 'Moment<' + this.format() + '>'; + }; + } + proto.toJSON = toJSON; + proto.toString = toString; + proto.unix = unix; + proto.valueOf = valueOf; + proto.creationData = creationData; + proto.eraName = getEraName; + proto.eraNarrow = getEraNarrow; + proto.eraAbbr = getEraAbbr; + proto.eraYear = getEraYear; + proto.year = getSetYear; + proto.isLeapYear = getIsLeapYear; + proto.weekYear = getSetWeekYear; + proto.isoWeekYear = getSetISOWeekYear; + proto.quarter = proto.quarters = getSetQuarter; + proto.month = getSetMonth; + proto.daysInMonth = getDaysInMonth; + proto.week = proto.weeks = getSetWeek; + proto.isoWeek = proto.isoWeeks = getSetISOWeek; + proto.weeksInYear = getWeeksInYear; + proto.weeksInWeekYear = getWeeksInWeekYear; + proto.isoWeeksInYear = getISOWeeksInYear; + proto.isoWeeksInISOWeekYear = getISOWeeksInISOWeekYear; + proto.date = getSetDayOfMonth; + proto.day = proto.days = getSetDayOfWeek; + proto.weekday = getSetLocaleDayOfWeek; + proto.isoWeekday = getSetISODayOfWeek; + proto.dayOfYear = getSetDayOfYear; + proto.hour = proto.hours = getSetHour; + proto.minute = proto.minutes = getSetMinute; + proto.second = proto.seconds = getSetSecond; + proto.millisecond = proto.milliseconds = getSetMillisecond; + proto.utcOffset = getSetOffset; + proto.utc = setOffsetToUTC; + proto.local = setOffsetToLocal; + proto.parseZone = setOffsetToParsedOffset; + proto.hasAlignedHourOffset = hasAlignedHourOffset; + proto.isDST = isDaylightSavingTime; + proto.isLocal = isLocal; + proto.isUtcOffset = isUtcOffset; + proto.isUtc = isUtc; + proto.isUTC = isUtc; + proto.zoneAbbr = getZoneAbbr; + proto.zoneName = getZoneName; + proto.dates = deprecate( + 'dates accessor is deprecated. Use date instead.', + getSetDayOfMonth + ); + proto.months = deprecate( + 'months accessor is deprecated. Use month instead', + getSetMonth + ); + proto.years = deprecate( + 'years accessor is deprecated. Use year instead', + getSetYear + ); + proto.zone = deprecate( + 'moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/', + getSetZone + ); + proto.isDSTShifted = deprecate( + 'isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information', + isDaylightSavingTimeShifted + ); + + function createUnix(input) { + return createLocal(input * 1000); + } + + function createInZone() { + return createLocal.apply(null, arguments).parseZone(); + } + + function preParsePostFormat(string) { + return string; + } + + var proto$1 = Locale.prototype; + + proto$1.calendar = calendar; + proto$1.longDateFormat = longDateFormat; + proto$1.invalidDate = invalidDate; + proto$1.ordinal = ordinal; + proto$1.preparse = preParsePostFormat; + proto$1.postformat = preParsePostFormat; + proto$1.relativeTime = relativeTime; + proto$1.pastFuture = pastFuture; + proto$1.set = set; + proto$1.eras = localeEras; + proto$1.erasParse = localeErasParse; + proto$1.erasConvertYear = localeErasConvertYear; + proto$1.erasAbbrRegex = erasAbbrRegex; + proto$1.erasNameRegex = erasNameRegex; + proto$1.erasNarrowRegex = erasNarrowRegex; + + proto$1.months = localeMonths; + proto$1.monthsShort = localeMonthsShort; + proto$1.monthsParse = localeMonthsParse; + proto$1.monthsRegex = monthsRegex; + proto$1.monthsShortRegex = monthsShortRegex; + proto$1.week = localeWeek; + proto$1.firstDayOfYear = localeFirstDayOfYear; + proto$1.firstDayOfWeek = localeFirstDayOfWeek; + + proto$1.weekdays = localeWeekdays; + proto$1.weekdaysMin = localeWeekdaysMin; + proto$1.weekdaysShort = localeWeekdaysShort; + proto$1.weekdaysParse = localeWeekdaysParse; + + proto$1.weekdaysRegex = weekdaysRegex; + proto$1.weekdaysShortRegex = weekdaysShortRegex; + proto$1.weekdaysMinRegex = weekdaysMinRegex; + + proto$1.isPM = localeIsPM; + proto$1.meridiem = localeMeridiem; + + function get$1(format, index, field, setter) { + var locale = getLocale(), + utc = createUTC().set(setter, index); + return locale[field](utc, format); + } + + function listMonthsImpl(format, index, field) { + if (isNumber(format)) { + index = format; + format = undefined; + } + + format = format || ''; + + if (index != null) { + return get$1(format, index, field, 'month'); + } + + var i, + out = []; + for (i = 0; i < 12; i++) { + out[i] = get$1(format, i, field, 'month'); + } + return out; + } + + // () + // (5) + // (fmt, 5) + // (fmt) + // (true) + // (true, 5) + // (true, fmt, 5) + // (true, fmt) + function listWeekdaysImpl(localeSorted, format, index, field) { + if (typeof localeSorted === 'boolean') { + if (isNumber(format)) { + index = format; + format = undefined; + } + + format = format || ''; + } else { + format = localeSorted; + index = format; + localeSorted = false; + + if (isNumber(format)) { + index = format; + format = undefined; + } + + format = format || ''; + } + + var locale = getLocale(), + shift = localeSorted ? locale._week.dow : 0, + i, + out = []; + + if (index != null) { + return get$1(format, (index + shift) % 7, field, 'day'); + } + + for (i = 0; i < 7; i++) { + out[i] = get$1(format, (i + shift) % 7, field, 'day'); + } + return out; + } + + function listMonths(format, index) { + return listMonthsImpl(format, index, 'months'); + } + + function listMonthsShort(format, index) { + return listMonthsImpl(format, index, 'monthsShort'); + } + + function listWeekdays(localeSorted, format, index) { + return listWeekdaysImpl(localeSorted, format, index, 'weekdays'); + } + + function listWeekdaysShort(localeSorted, format, index) { + return listWeekdaysImpl(localeSorted, format, index, 'weekdaysShort'); + } + + function listWeekdaysMin(localeSorted, format, index) { + return listWeekdaysImpl(localeSorted, format, index, 'weekdaysMin'); + } + + getSetGlobalLocale('en', { + eras: [ + { + since: '0001-01-01', + until: +Infinity, + offset: 1, + name: 'Anno Domini', + narrow: 'AD', + abbr: 'AD', + }, + { + since: '0000-12-31', + until: -Infinity, + offset: 1, + name: 'Before Christ', + narrow: 'BC', + abbr: 'BC', + }, + ], + dayOfMonthOrdinalParse: /\d{1,2}(th|st|nd|rd)/, + ordinal: function (number) { + var b = number % 10, + output = + toInt((number % 100) / 10) === 1 + ? 'th' + : b === 1 + ? 'st' + : b === 2 + ? 'nd' + : b === 3 + ? 'rd' + : 'th'; + return number + output; + }, + }); + + // Side effect imports + + hooks.lang = deprecate( + 'moment.lang is deprecated. Use moment.locale instead.', + getSetGlobalLocale + ); + hooks.langData = deprecate( + 'moment.langData is deprecated. Use moment.localeData instead.', + getLocale + ); + + var mathAbs = Math.abs; + + function abs() { + var data = this._data; + + this._milliseconds = mathAbs(this._milliseconds); + this._days = mathAbs(this._days); + this._months = mathAbs(this._months); + + data.milliseconds = mathAbs(data.milliseconds); + data.seconds = mathAbs(data.seconds); + data.minutes = mathAbs(data.minutes); + data.hours = mathAbs(data.hours); + data.months = mathAbs(data.months); + data.years = mathAbs(data.years); + + return this; + } + + function addSubtract$1(duration, input, value, direction) { + var other = createDuration(input, value); + + duration._milliseconds += direction * other._milliseconds; + duration._days += direction * other._days; + duration._months += direction * other._months; + + return duration._bubble(); + } + + // supports only 2.0-style add(1, 's') or add(duration) + function add$1(input, value) { + return addSubtract$1(this, input, value, 1); + } + + // supports only 2.0-style subtract(1, 's') or subtract(duration) + function subtract$1(input, value) { + return addSubtract$1(this, input, value, -1); + } + + function absCeil(number) { + if (number < 0) { + return Math.floor(number); + } else { + return Math.ceil(number); + } + } + + function bubble() { + var milliseconds = this._milliseconds, + days = this._days, + months = this._months, + data = this._data, + seconds, + minutes, + hours, + years, + monthsFromDays; + + // if we have a mix of positive and negative values, bubble down first + // check: https://github.com/moment/moment/issues/2166 + if ( + !( + (milliseconds >= 0 && days >= 0 && months >= 0) || + (milliseconds <= 0 && days <= 0 && months <= 0) + ) + ) { + milliseconds += absCeil(monthsToDays(months) + days) * 864e5; + days = 0; + months = 0; + } + + // The following code bubbles up values, see the tests for + // examples of what that means. + data.milliseconds = milliseconds % 1000; + + seconds = absFloor(milliseconds / 1000); + data.seconds = seconds % 60; + + minutes = absFloor(seconds / 60); + data.minutes = minutes % 60; + + hours = absFloor(minutes / 60); + data.hours = hours % 24; + + days += absFloor(hours / 24); + + // convert days to months + monthsFromDays = absFloor(daysToMonths(days)); + months += monthsFromDays; + days -= absCeil(monthsToDays(monthsFromDays)); + + // 12 months -> 1 year + years = absFloor(months / 12); + months %= 12; + + data.days = days; + data.months = months; + data.years = years; + + return this; + } + + function daysToMonths(days) { + // 400 years have 146097 days (taking into account leap year rules) + // 400 years have 12 months === 4800 + return (days * 4800) / 146097; + } + + function monthsToDays(months) { + // the reverse of daysToMonths + return (months * 146097) / 4800; + } + + function as(units) { + if (!this.isValid()) { + return NaN; + } + var days, + months, + milliseconds = this._milliseconds; + + units = normalizeUnits(units); + + if (units === 'month' || units === 'quarter' || units === 'year') { + days = this._days + milliseconds / 864e5; + months = this._months + daysToMonths(days); + switch (units) { + case 'month': + return months; + case 'quarter': + return months / 3; + case 'year': + return months / 12; + } + } else { + // handle milliseconds separately because of floating point math errors (issue #1867) + days = this._days + Math.round(monthsToDays(this._months)); + switch (units) { + case 'week': + return days / 7 + milliseconds / 6048e5; + case 'day': + return days + milliseconds / 864e5; + case 'hour': + return days * 24 + milliseconds / 36e5; + case 'minute': + return days * 1440 + milliseconds / 6e4; + case 'second': + return days * 86400 + milliseconds / 1000; + // Math.floor prevents floating point math errors here + case 'millisecond': + return Math.floor(days * 864e5) + milliseconds; + default: + throw new Error('Unknown unit ' + units); + } + } + } + + // TODO: Use this.as('ms')? + function valueOf$1() { + if (!this.isValid()) { + return NaN; + } + return ( + this._milliseconds + + this._days * 864e5 + + (this._months % 12) * 2592e6 + + toInt(this._months / 12) * 31536e6 + ); + } + + function makeAs(alias) { + return function () { + return this.as(alias); + }; + } + + var asMilliseconds = makeAs('ms'), + asSeconds = makeAs('s'), + asMinutes = makeAs('m'), + asHours = makeAs('h'), + asDays = makeAs('d'), + asWeeks = makeAs('w'), + asMonths = makeAs('M'), + asQuarters = makeAs('Q'), + asYears = makeAs('y'); + + function clone$1() { + return createDuration(this); + } + + function get$2(units) { + units = normalizeUnits(units); + return this.isValid() ? this[units + 's']() : NaN; + } + + function makeGetter(name) { + return function () { + return this.isValid() ? this._data[name] : NaN; + }; + } + + var milliseconds = makeGetter('milliseconds'), + seconds = makeGetter('seconds'), + minutes = makeGetter('minutes'), + hours = makeGetter('hours'), + days = makeGetter('days'), + months = makeGetter('months'), + years = makeGetter('years'); + + function weeks() { + return absFloor(this.days() / 7); + } + + var round = Math.round, + thresholds = { + ss: 44, // a few seconds to seconds + s: 45, // seconds to minute + m: 45, // minutes to hour + h: 22, // hours to day + d: 26, // days to month/week + w: null, // weeks to month + M: 11, // months to year + }; + + // helper function for moment.fn.from, moment.fn.fromNow, and moment.duration.fn.humanize + function substituteTimeAgo(string, number, withoutSuffix, isFuture, locale) { + return locale.relativeTime(number || 1, !!withoutSuffix, string, isFuture); + } + + function relativeTime$1(posNegDuration, withoutSuffix, thresholds, locale) { + var duration = createDuration(posNegDuration).abs(), + seconds = round(duration.as('s')), + minutes = round(duration.as('m')), + hours = round(duration.as('h')), + days = round(duration.as('d')), + months = round(duration.as('M')), + weeks = round(duration.as('w')), + years = round(duration.as('y')), + a = + (seconds <= thresholds.ss && ['s', seconds]) || + (seconds < thresholds.s && ['ss', seconds]) || + (minutes <= 1 && ['m']) || + (minutes < thresholds.m && ['mm', minutes]) || + (hours <= 1 && ['h']) || + (hours < thresholds.h && ['hh', hours]) || + (days <= 1 && ['d']) || + (days < thresholds.d && ['dd', days]); + + if (thresholds.w != null) { + a = + a || + (weeks <= 1 && ['w']) || + (weeks < thresholds.w && ['ww', weeks]); + } + a = a || + (months <= 1 && ['M']) || + (months < thresholds.M && ['MM', months]) || + (years <= 1 && ['y']) || ['yy', years]; + + a[2] = withoutSuffix; + a[3] = +posNegDuration > 0; + a[4] = locale; + return substituteTimeAgo.apply(null, a); + } + + // This function allows you to set the rounding function for relative time strings + function getSetRelativeTimeRounding(roundingFunction) { + if (roundingFunction === undefined) { + return round; + } + if (typeof roundingFunction === 'function') { + round = roundingFunction; + return true; + } + return false; + } + + // This function allows you to set a threshold for relative time strings + function getSetRelativeTimeThreshold(threshold, limit) { + if (thresholds[threshold] === undefined) { + return false; + } + if (limit === undefined) { + return thresholds[threshold]; + } + thresholds[threshold] = limit; + if (threshold === 's') { + thresholds.ss = limit - 1; + } + return true; + } + + function humanize(argWithSuffix, argThresholds) { + if (!this.isValid()) { + return this.localeData().invalidDate(); + } + + var withSuffix = false, + th = thresholds, + locale, + output; + + if (typeof argWithSuffix === 'object') { + argThresholds = argWithSuffix; + argWithSuffix = false; + } + if (typeof argWithSuffix === 'boolean') { + withSuffix = argWithSuffix; + } + if (typeof argThresholds === 'object') { + th = Object.assign({}, thresholds, argThresholds); + if (argThresholds.s != null && argThresholds.ss == null) { + th.ss = argThresholds.s - 1; + } + } + + locale = this.localeData(); + output = relativeTime$1(this, !withSuffix, th, locale); + + if (withSuffix) { + output = locale.pastFuture(+this, output); + } + + return locale.postformat(output); + } + + var abs$1 = Math.abs; + + function sign(x) { + return (x > 0) - (x < 0) || +x; + } + + function toISOString$1() { + // for ISO strings we do not use the normal bubbling rules: + // * milliseconds bubble up until they become hours + // * days do not bubble at all + // * months bubble up until they become years + // This is because there is no context-free conversion between hours and days + // (think of clock changes) + // and also not between days and months (28-31 days per month) + if (!this.isValid()) { + return this.localeData().invalidDate(); + } + + var seconds = abs$1(this._milliseconds) / 1000, + days = abs$1(this._days), + months = abs$1(this._months), + minutes, + hours, + years, + s, + total = this.asSeconds(), + totalSign, + ymSign, + daysSign, + hmsSign; + + if (!total) { + // this is the same as C#'s (Noda) and python (isodate)... + // but not other JS (goog.date) + return 'P0D'; + } + + // 3600 seconds -> 60 minutes -> 1 hour + minutes = absFloor(seconds / 60); + hours = absFloor(minutes / 60); + seconds %= 60; + minutes %= 60; + + // 12 months -> 1 year + years = absFloor(months / 12); + months %= 12; + + // inspired by https://github.com/dordille/moment-isoduration/blob/master/moment.isoduration.js + s = seconds ? seconds.toFixed(3).replace(/\.?0+$/, '') : ''; + + totalSign = total < 0 ? '-' : ''; + ymSign = sign(this._months) !== sign(total) ? '-' : ''; + daysSign = sign(this._days) !== sign(total) ? '-' : ''; + hmsSign = sign(this._milliseconds) !== sign(total) ? '-' : ''; + + return ( + totalSign + + 'P' + + (years ? ymSign + years + 'Y' : '') + + (months ? ymSign + months + 'M' : '') + + (days ? daysSign + days + 'D' : '') + + (hours || minutes || seconds ? 'T' : '') + + (hours ? hmsSign + hours + 'H' : '') + + (minutes ? hmsSign + minutes + 'M' : '') + + (seconds ? hmsSign + s + 'S' : '') + ); + } + + var proto$2 = Duration.prototype; + + proto$2.isValid = isValid$1; + proto$2.abs = abs; + proto$2.add = add$1; + proto$2.subtract = subtract$1; + proto$2.as = as; + proto$2.asMilliseconds = asMilliseconds; + proto$2.asSeconds = asSeconds; + proto$2.asMinutes = asMinutes; + proto$2.asHours = asHours; + proto$2.asDays = asDays; + proto$2.asWeeks = asWeeks; + proto$2.asMonths = asMonths; + proto$2.asQuarters = asQuarters; + proto$2.asYears = asYears; + proto$2.valueOf = valueOf$1; + proto$2._bubble = bubble; + proto$2.clone = clone$1; + proto$2.get = get$2; + proto$2.milliseconds = milliseconds; + proto$2.seconds = seconds; + proto$2.minutes = minutes; + proto$2.hours = hours; + proto$2.days = days; + proto$2.weeks = weeks; + proto$2.months = months; + proto$2.years = years; + proto$2.humanize = humanize; + proto$2.toISOString = toISOString$1; + proto$2.toString = toISOString$1; + proto$2.toJSON = toISOString$1; + proto$2.locale = locale; + proto$2.localeData = localeData; + + proto$2.toIsoString = deprecate( + 'toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)', + toISOString$1 + ); + proto$2.lang = lang; + + // FORMATTING + + addFormatToken('X', 0, 0, 'unix'); + addFormatToken('x', 0, 0, 'valueOf'); + + // PARSING + + addRegexToken('x', matchSigned); + addRegexToken('X', matchTimestamp); + addParseToken('X', function (input, array, config) { + config._d = new Date(parseFloat(input) * 1000); + }); + addParseToken('x', function (input, array, config) { + config._d = new Date(toInt(input)); + }); + + //! moment.js + + hooks.version = '2.27.0'; + + setHookCallback(createLocal); + + hooks.fn = proto; + hooks.min = min; + hooks.max = max; + hooks.now = now; + hooks.utc = createUTC; + hooks.unix = createUnix; + hooks.months = listMonths; + hooks.isDate = isDate; + hooks.locale = getSetGlobalLocale; + hooks.invalid = createInvalid; + hooks.duration = createDuration; + hooks.isMoment = isMoment; + hooks.weekdays = listWeekdays; + hooks.parseZone = createInZone; + hooks.localeData = getLocale; + hooks.isDuration = isDuration; + hooks.monthsShort = listMonthsShort; + hooks.weekdaysMin = listWeekdaysMin; + hooks.defineLocale = defineLocale; + hooks.updateLocale = updateLocale; + hooks.locales = listLocales; + hooks.weekdaysShort = listWeekdaysShort; + hooks.normalizeUnits = normalizeUnits; + hooks.relativeTimeRounding = getSetRelativeTimeRounding; + hooks.relativeTimeThreshold = getSetRelativeTimeThreshold; + hooks.calendarFormat = getCalendarFormat; + hooks.prototype = proto; + + // currently HTML5 input type only supports 24-hour formats + hooks.HTML5_FMT = { + DATETIME_LOCAL: 'YYYY-MM-DDTHH:mm', // + DATETIME_LOCAL_SECONDS: 'YYYY-MM-DDTHH:mm:ss', // + DATETIME_LOCAL_MS: 'YYYY-MM-DDTHH:mm:ss.SSS', // + DATE: 'YYYY-MM-DD', // + TIME: 'HH:mm', // + TIME_SECONDS: 'HH:mm:ss', // + TIME_MS: 'HH:mm:ss.SSS', // + WEEK: 'GGGG-[W]WW', // + MONTH: 'YYYY-MM', // + }; + + //! moment.js locale configuration + + hooks.defineLocale('af', { + months: 'Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember'.split( + '_' + ), + monthsShort: 'Jan_Feb_Mrt_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des'.split('_'), + weekdays: 'Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag'.split( + '_' + ), + weekdaysShort: 'Son_Maa_Din_Woe_Don_Vry_Sat'.split('_'), + weekdaysMin: 'So_Ma_Di_Wo_Do_Vr_Sa'.split('_'), + meridiemParse: /vm|nm/i, + isPM: function (input) { + return /^nm$/i.test(input); + }, + meridiem: function (hours, minutes, isLower) { + if (hours < 12) { + return isLower ? 'vm' : 'VM'; + } else { + return isLower ? 'nm' : 'NM'; + } + }, + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd, D MMMM YYYY HH:mm', + }, + calendar: { + sameDay: '[Vandag om] LT', + nextDay: '[Môre om] LT', + nextWeek: 'dddd [om] LT', + lastDay: '[Gister om] LT', + lastWeek: '[Laas] dddd [om] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'oor %s', + past: '%s gelede', + s: "'n paar sekondes", + ss: '%d sekondes', + m: "'n minuut", + mm: '%d minute', + h: "'n uur", + hh: '%d ure', + d: "'n dag", + dd: '%d dae', + M: "'n maand", + MM: '%d maande', + y: "'n jaar", + yy: '%d jaar', + }, + dayOfMonthOrdinalParse: /\d{1,2}(ste|de)/, + ordinal: function (number) { + return ( + number + + (number === 1 || number === 8 || number >= 20 ? 'ste' : 'de') + ); // Thanks to Joris Röling : https://github.com/jjupiter + }, + week: { + dow: 1, // Maandag is die eerste dag van die week. + doy: 4, // Die week wat die 4de Januarie bevat is die eerste week van die jaar. + }, + }); + + //! moment.js locale configuration + + var pluralForm = function (n) { + return n === 0 + ? 0 + : n === 1 + ? 1 + : n === 2 + ? 2 + : n % 100 >= 3 && n % 100 <= 10 + ? 3 + : n % 100 >= 11 + ? 4 + : 5; + }, + plurals = { + s: [ + 'أقل من ثانية', + 'ثانية واحدة', + ['ثانيتان', 'ثانيتين'], + '%d ثوان', + '%d ثانية', + '%d ثانية', + ], + m: [ + 'أقل من دقيقة', + 'دقيقة واحدة', + ['دقيقتان', 'دقيقتين'], + '%d دقائق', + '%d دقيقة', + '%d دقيقة', + ], + h: [ + 'أقل من ساعة', + 'ساعة واحدة', + ['ساعتان', 'ساعتين'], + '%d ساعات', + '%d ساعة', + '%d ساعة', + ], + d: [ + 'أقل من يوم', + 'يوم واحد', + ['يومان', 'يومين'], + '%d أيام', + '%d يومًا', + '%d يوم', + ], + M: [ + 'أقل من شهر', + 'شهر واحد', + ['شهران', 'شهرين'], + '%d أشهر', + '%d شهرا', + '%d شهر', + ], + y: [ + 'أقل من عام', + 'عام واحد', + ['عامان', 'عامين'], + '%d أعوام', + '%d عامًا', + '%d عام', + ], + }, + pluralize = function (u) { + return function (number, withoutSuffix, string, isFuture) { + var f = pluralForm(number), + str = plurals[u][pluralForm(number)]; + if (f === 2) { + str = str[withoutSuffix ? 0 : 1]; + } + return str.replace(/%d/i, number); + }; + }, + months$1 = [ + 'جانفي', + 'فيفري', + 'مارس', + 'أفريل', + 'ماي', + 'جوان', + 'جويلية', + 'أوت', + 'سبتمبر', + 'أكتوبر', + 'نوفمبر', + 'ديسمبر', + ]; + + hooks.defineLocale('ar-dz', { + months: months$1, + monthsShort: months$1, + weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'), + weekdaysShort: 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'), + weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'D/\u200FM/\u200FYYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd D MMMM YYYY HH:mm', + }, + meridiemParse: /ص|م/, + isPM: function (input) { + return 'م' === input; + }, + meridiem: function (hour, minute, isLower) { + if (hour < 12) { + return 'ص'; + } else { + return 'م'; + } + }, + calendar: { + sameDay: '[اليوم عند الساعة] LT', + nextDay: '[غدًا عند الساعة] LT', + nextWeek: 'dddd [عند الساعة] LT', + lastDay: '[أمس عند الساعة] LT', + lastWeek: 'dddd [عند الساعة] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'بعد %s', + past: 'منذ %s', + s: pluralize('s'), + ss: pluralize('s'), + m: pluralize('m'), + mm: pluralize('m'), + h: pluralize('h'), + hh: pluralize('h'), + d: pluralize('d'), + dd: pluralize('d'), + M: pluralize('M'), + MM: pluralize('M'), + y: pluralize('y'), + yy: pluralize('y'), + }, + postformat: function (string) { + return string.replace(/,/g, '،'); + }, + week: { + dow: 0, // Sunday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('ar-kw', { + months: 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split( + '_' + ), + monthsShort: 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split( + '_' + ), + weekdays: 'الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'), + weekdaysShort: 'احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت'.split('_'), + weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd D MMMM YYYY HH:mm', + }, + calendar: { + sameDay: '[اليوم على الساعة] LT', + nextDay: '[غدا على الساعة] LT', + nextWeek: 'dddd [على الساعة] LT', + lastDay: '[أمس على الساعة] LT', + lastWeek: 'dddd [على الساعة] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'في %s', + past: 'منذ %s', + s: 'ثوان', + ss: '%d ثانية', + m: 'دقيقة', + mm: '%d دقائق', + h: 'ساعة', + hh: '%d ساعات', + d: 'يوم', + dd: '%d أيام', + M: 'شهر', + MM: '%d أشهر', + y: 'سنة', + yy: '%d سنوات', + }, + week: { + dow: 0, // Sunday is the first day of the week. + doy: 12, // The week that contains Jan 12th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + var symbolMap = { + '1': '1', + '2': '2', + '3': '3', + '4': '4', + '5': '5', + '6': '6', + '7': '7', + '8': '8', + '9': '9', + '0': '0', + }, + pluralForm$1 = function (n) { + return n === 0 + ? 0 + : n === 1 + ? 1 + : n === 2 + ? 2 + : n % 100 >= 3 && n % 100 <= 10 + ? 3 + : n % 100 >= 11 + ? 4 + : 5; + }, + plurals$1 = { + s: [ + 'أقل من ثانية', + 'ثانية واحدة', + ['ثانيتان', 'ثانيتين'], + '%d ثوان', + '%d ثانية', + '%d ثانية', + ], + m: [ + 'أقل من دقيقة', + 'دقيقة واحدة', + ['دقيقتان', 'دقيقتين'], + '%d دقائق', + '%d دقيقة', + '%d دقيقة', + ], + h: [ + 'أقل من ساعة', + 'ساعة واحدة', + ['ساعتان', 'ساعتين'], + '%d ساعات', + '%d ساعة', + '%d ساعة', + ], + d: [ + 'أقل من يوم', + 'يوم واحد', + ['يومان', 'يومين'], + '%d أيام', + '%d يومًا', + '%d يوم', + ], + M: [ + 'أقل من شهر', + 'شهر واحد', + ['شهران', 'شهرين'], + '%d أشهر', + '%d شهرا', + '%d شهر', + ], + y: [ + 'أقل من عام', + 'عام واحد', + ['عامان', 'عامين'], + '%d أعوام', + '%d عامًا', + '%d عام', + ], + }, + pluralize$1 = function (u) { + return function (number, withoutSuffix, string, isFuture) { + var f = pluralForm$1(number), + str = plurals$1[u][pluralForm$1(number)]; + if (f === 2) { + str = str[withoutSuffix ? 0 : 1]; + } + return str.replace(/%d/i, number); + }; + }, + months$2 = [ + 'يناير', + 'فبراير', + 'مارس', + 'أبريل', + 'مايو', + 'يونيو', + 'يوليو', + 'أغسطس', + 'سبتمبر', + 'أكتوبر', + 'نوفمبر', + 'ديسمبر', + ]; + + hooks.defineLocale('ar-ly', { + months: months$2, + monthsShort: months$2, + weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'), + weekdaysShort: 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'), + weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'D/\u200FM/\u200FYYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd D MMMM YYYY HH:mm', + }, + meridiemParse: /ص|م/, + isPM: function (input) { + return 'م' === input; + }, + meridiem: function (hour, minute, isLower) { + if (hour < 12) { + return 'ص'; + } else { + return 'م'; + } + }, + calendar: { + sameDay: '[اليوم عند الساعة] LT', + nextDay: '[غدًا عند الساعة] LT', + nextWeek: 'dddd [عند الساعة] LT', + lastDay: '[أمس عند الساعة] LT', + lastWeek: 'dddd [عند الساعة] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'بعد %s', + past: 'منذ %s', + s: pluralize$1('s'), + ss: pluralize$1('s'), + m: pluralize$1('m'), + mm: pluralize$1('m'), + h: pluralize$1('h'), + hh: pluralize$1('h'), + d: pluralize$1('d'), + dd: pluralize$1('d'), + M: pluralize$1('M'), + MM: pluralize$1('M'), + y: pluralize$1('y'), + yy: pluralize$1('y'), + }, + preparse: function (string) { + return string.replace(/،/g, ','); + }, + postformat: function (string) { + return string + .replace(/\d/g, function (match) { + return symbolMap[match]; + }) + .replace(/,/g, '،'); + }, + week: { + dow: 6, // Saturday is the first day of the week. + doy: 12, // The week that contains Jan 12th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('ar-ma', { + months: 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split( + '_' + ), + monthsShort: 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split( + '_' + ), + weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'), + weekdaysShort: 'احد_اثنين_ثلاثاء_اربعاء_خميس_جمعة_سبت'.split('_'), + weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd D MMMM YYYY HH:mm', + }, + calendar: { + sameDay: '[اليوم على الساعة] LT', + nextDay: '[غدا على الساعة] LT', + nextWeek: 'dddd [على الساعة] LT', + lastDay: '[أمس على الساعة] LT', + lastWeek: 'dddd [على الساعة] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'في %s', + past: 'منذ %s', + s: 'ثوان', + ss: '%d ثانية', + m: 'دقيقة', + mm: '%d دقائق', + h: 'ساعة', + hh: '%d ساعات', + d: 'يوم', + dd: '%d أيام', + M: 'شهر', + MM: '%d أشهر', + y: 'سنة', + yy: '%d سنوات', + }, + week: { + dow: 6, // Saturday is the first day of the week. + doy: 12, // The week that contains Jan 12th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + var symbolMap$1 = { + '1': '١', + '2': '٢', + '3': '٣', + '4': '٤', + '5': '٥', + '6': '٦', + '7': '٧', + '8': '٨', + '9': '٩', + '0': '٠', + }, + numberMap = { + '١': '1', + '٢': '2', + '٣': '3', + '٤': '4', + '٥': '5', + '٦': '6', + '٧': '7', + '٨': '8', + '٩': '9', + '٠': '0', + }; + + hooks.defineLocale('ar-sa', { + months: 'يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split( + '_' + ), + monthsShort: 'يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split( + '_' + ), + weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'), + weekdaysShort: 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'), + weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd D MMMM YYYY HH:mm', + }, + meridiemParse: /ص|م/, + isPM: function (input) { + return 'م' === input; + }, + meridiem: function (hour, minute, isLower) { + if (hour < 12) { + return 'ص'; + } else { + return 'م'; + } + }, + calendar: { + sameDay: '[اليوم على الساعة] LT', + nextDay: '[غدا على الساعة] LT', + nextWeek: 'dddd [على الساعة] LT', + lastDay: '[أمس على الساعة] LT', + lastWeek: 'dddd [على الساعة] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'في %s', + past: 'منذ %s', + s: 'ثوان', + ss: '%d ثانية', + m: 'دقيقة', + mm: '%d دقائق', + h: 'ساعة', + hh: '%d ساعات', + d: 'يوم', + dd: '%d أيام', + M: 'شهر', + MM: '%d أشهر', + y: 'سنة', + yy: '%d سنوات', + }, + preparse: function (string) { + return string + .replace(/[١٢٣٤٥٦٧٨٩٠]/g, function (match) { + return numberMap[match]; + }) + .replace(/،/g, ','); + }, + postformat: function (string) { + return string + .replace(/\d/g, function (match) { + return symbolMap$1[match]; + }) + .replace(/,/g, '،'); + }, + week: { + dow: 0, // Sunday is the first day of the week. + doy: 6, // The week that contains Jan 6th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('ar-tn', { + months: 'جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split( + '_' + ), + monthsShort: 'جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split( + '_' + ), + weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'), + weekdaysShort: 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'), + weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd D MMMM YYYY HH:mm', + }, + calendar: { + sameDay: '[اليوم على الساعة] LT', + nextDay: '[غدا على الساعة] LT', + nextWeek: 'dddd [على الساعة] LT', + lastDay: '[أمس على الساعة] LT', + lastWeek: 'dddd [على الساعة] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'في %s', + past: 'منذ %s', + s: 'ثوان', + ss: '%d ثانية', + m: 'دقيقة', + mm: '%d دقائق', + h: 'ساعة', + hh: '%d ساعات', + d: 'يوم', + dd: '%d أيام', + M: 'شهر', + MM: '%d أشهر', + y: 'سنة', + yy: '%d سنوات', + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + var symbolMap$2 = { + '1': '١', + '2': '٢', + '3': '٣', + '4': '٤', + '5': '٥', + '6': '٦', + '7': '٧', + '8': '٨', + '9': '٩', + '0': '٠', + }, + numberMap$1 = { + '١': '1', + '٢': '2', + '٣': '3', + '٤': '4', + '٥': '5', + '٦': '6', + '٧': '7', + '٨': '8', + '٩': '9', + '٠': '0', + }, + pluralForm$2 = function (n) { + return n === 0 + ? 0 + : n === 1 + ? 1 + : n === 2 + ? 2 + : n % 100 >= 3 && n % 100 <= 10 + ? 3 + : n % 100 >= 11 + ? 4 + : 5; + }, + plurals$2 = { + s: [ + 'أقل من ثانية', + 'ثانية واحدة', + ['ثانيتان', 'ثانيتين'], + '%d ثوان', + '%d ثانية', + '%d ثانية', + ], + m: [ + 'أقل من دقيقة', + 'دقيقة واحدة', + ['دقيقتان', 'دقيقتين'], + '%d دقائق', + '%d دقيقة', + '%d دقيقة', + ], + h: [ + 'أقل من ساعة', + 'ساعة واحدة', + ['ساعتان', 'ساعتين'], + '%d ساعات', + '%d ساعة', + '%d ساعة', + ], + d: [ + 'أقل من يوم', + 'يوم واحد', + ['يومان', 'يومين'], + '%d أيام', + '%d يومًا', + '%d يوم', + ], + M: [ + 'أقل من شهر', + 'شهر واحد', + ['شهران', 'شهرين'], + '%d أشهر', + '%d شهرا', + '%d شهر', + ], + y: [ + 'أقل من عام', + 'عام واحد', + ['عامان', 'عامين'], + '%d أعوام', + '%d عامًا', + '%d عام', + ], + }, + pluralize$2 = function (u) { + return function (number, withoutSuffix, string, isFuture) { + var f = pluralForm$2(number), + str = plurals$2[u][pluralForm$2(number)]; + if (f === 2) { + str = str[withoutSuffix ? 0 : 1]; + } + return str.replace(/%d/i, number); + }; + }, + months$3 = [ + 'يناير', + 'فبراير', + 'مارس', + 'أبريل', + 'مايو', + 'يونيو', + 'يوليو', + 'أغسطس', + 'سبتمبر', + 'أكتوبر', + 'نوفمبر', + 'ديسمبر', + ]; + + hooks.defineLocale('ar', { + months: months$3, + monthsShort: months$3, + weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'), + weekdaysShort: 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'), + weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'D/\u200FM/\u200FYYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd D MMMM YYYY HH:mm', + }, + meridiemParse: /ص|م/, + isPM: function (input) { + return 'م' === input; + }, + meridiem: function (hour, minute, isLower) { + if (hour < 12) { + return 'ص'; + } else { + return 'م'; + } + }, + calendar: { + sameDay: '[اليوم عند الساعة] LT', + nextDay: '[غدًا عند الساعة] LT', + nextWeek: 'dddd [عند الساعة] LT', + lastDay: '[أمس عند الساعة] LT', + lastWeek: 'dddd [عند الساعة] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'بعد %s', + past: 'منذ %s', + s: pluralize$2('s'), + ss: pluralize$2('s'), + m: pluralize$2('m'), + mm: pluralize$2('m'), + h: pluralize$2('h'), + hh: pluralize$2('h'), + d: pluralize$2('d'), + dd: pluralize$2('d'), + M: pluralize$2('M'), + MM: pluralize$2('M'), + y: pluralize$2('y'), + yy: pluralize$2('y'), + }, + preparse: function (string) { + return string + .replace(/[١٢٣٤٥٦٧٨٩٠]/g, function (match) { + return numberMap$1[match]; + }) + .replace(/،/g, ','); + }, + postformat: function (string) { + return string + .replace(/\d/g, function (match) { + return symbolMap$2[match]; + }) + .replace(/,/g, '،'); + }, + week: { + dow: 6, // Saturday is the first day of the week. + doy: 12, // The week that contains Jan 12th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + var suffixes = { + 1: '-inci', + 5: '-inci', + 8: '-inci', + 70: '-inci', + 80: '-inci', + 2: '-nci', + 7: '-nci', + 20: '-nci', + 50: '-nci', + 3: '-üncü', + 4: '-üncü', + 100: '-üncü', + 6: '-ncı', + 9: '-uncu', + 10: '-uncu', + 30: '-uncu', + 60: '-ıncı', + 90: '-ıncı', + }; + + hooks.defineLocale('az', { + months: 'yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr'.split( + '_' + ), + monthsShort: 'yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek'.split('_'), + weekdays: 'Bazar_Bazar ertəsi_Çərşənbə axşamı_Çərşənbə_Cümə axşamı_Cümə_Şənbə'.split( + '_' + ), + weekdaysShort: 'Baz_BzE_ÇAx_Çər_CAx_Cüm_Şən'.split('_'), + weekdaysMin: 'Bz_BE_ÇA_Çə_CA_Cü_Şə'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD.MM.YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd, D MMMM YYYY HH:mm', + }, + calendar: { + sameDay: '[bugün saat] LT', + nextDay: '[sabah saat] LT', + nextWeek: '[gələn həftə] dddd [saat] LT', + lastDay: '[dünən] LT', + lastWeek: '[keçən həftə] dddd [saat] LT', + sameElse: 'L', + }, + relativeTime: { + future: '%s sonra', + past: '%s əvvəl', + s: 'birneçə saniyə', + ss: '%d saniyə', + m: 'bir dəqiqə', + mm: '%d dəqiqə', + h: 'bir saat', + hh: '%d saat', + d: 'bir gün', + dd: '%d gün', + M: 'bir ay', + MM: '%d ay', + y: 'bir il', + yy: '%d il', + }, + meridiemParse: /gecə|səhər|gündüz|axşam/, + isPM: function (input) { + return /^(gündüz|axşam)$/.test(input); + }, + meridiem: function (hour, minute, isLower) { + if (hour < 4) { + return 'gecə'; + } else if (hour < 12) { + return 'səhər'; + } else if (hour < 17) { + return 'gündüz'; + } else { + return 'axşam'; + } + }, + dayOfMonthOrdinalParse: /\d{1,2}-(ıncı|inci|nci|üncü|ncı|uncu)/, + ordinal: function (number) { + if (number === 0) { + // special case for zero + return number + '-ıncı'; + } + var a = number % 10, + b = (number % 100) - a, + c = number >= 100 ? 100 : null; + return number + (suffixes[a] || suffixes[b] || suffixes[c]); + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 7, // The week that contains Jan 7th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + function plural(word, num) { + var forms = word.split('_'); + return num % 10 === 1 && num % 100 !== 11 + ? forms[0] + : num % 10 >= 2 && num % 10 <= 4 && (num % 100 < 10 || num % 100 >= 20) + ? forms[1] + : forms[2]; + } + function relativeTimeWithPlural(number, withoutSuffix, key) { + var format = { + ss: withoutSuffix ? 'секунда_секунды_секунд' : 'секунду_секунды_секунд', + mm: withoutSuffix ? 'хвіліна_хвіліны_хвілін' : 'хвіліну_хвіліны_хвілін', + hh: withoutSuffix ? 'гадзіна_гадзіны_гадзін' : 'гадзіну_гадзіны_гадзін', + dd: 'дзень_дні_дзён', + MM: 'месяц_месяцы_месяцаў', + yy: 'год_гады_гадоў', + }; + if (key === 'm') { + return withoutSuffix ? 'хвіліна' : 'хвіліну'; + } else if (key === 'h') { + return withoutSuffix ? 'гадзіна' : 'гадзіну'; + } else { + return number + ' ' + plural(format[key], +number); + } + } + + hooks.defineLocale('be', { + months: { + format: 'студзеня_лютага_сакавіка_красавіка_траўня_чэрвеня_ліпеня_жніўня_верасня_кастрычніка_лістапада_снежня'.split( + '_' + ), + standalone: 'студзень_люты_сакавік_красавік_травень_чэрвень_ліпень_жнівень_верасень_кастрычнік_лістапад_снежань'.split( + '_' + ), + }, + monthsShort: 'студ_лют_сак_крас_трав_чэрв_ліп_жнів_вер_каст_ліст_снеж'.split( + '_' + ), + weekdays: { + format: 'нядзелю_панядзелак_аўторак_сераду_чацвер_пятніцу_суботу'.split( + '_' + ), + standalone: 'нядзеля_панядзелак_аўторак_серада_чацвер_пятніца_субота'.split( + '_' + ), + isFormat: /\[ ?[Ууў] ?(?:мінулую|наступную)? ?\] ?dddd/, + }, + weekdaysShort: 'нд_пн_ат_ср_чц_пт_сб'.split('_'), + weekdaysMin: 'нд_пн_ат_ср_чц_пт_сб'.split('_'), + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD.MM.YYYY', + LL: 'D MMMM YYYY г.', + LLL: 'D MMMM YYYY г., HH:mm', + LLLL: 'dddd, D MMMM YYYY г., HH:mm', + }, + calendar: { + sameDay: '[Сёння ў] LT', + nextDay: '[Заўтра ў] LT', + lastDay: '[Учора ў] LT', + nextWeek: function () { + return '[У] dddd [ў] LT'; + }, + lastWeek: function () { + switch (this.day()) { + case 0: + case 3: + case 5: + case 6: + return '[У мінулую] dddd [ў] LT'; + case 1: + case 2: + case 4: + return '[У мінулы] dddd [ў] LT'; + } + }, + sameElse: 'L', + }, + relativeTime: { + future: 'праз %s', + past: '%s таму', + s: 'некалькі секунд', + m: relativeTimeWithPlural, + mm: relativeTimeWithPlural, + h: relativeTimeWithPlural, + hh: relativeTimeWithPlural, + d: 'дзень', + dd: relativeTimeWithPlural, + M: 'месяц', + MM: relativeTimeWithPlural, + y: 'год', + yy: relativeTimeWithPlural, + }, + meridiemParse: /ночы|раніцы|дня|вечара/, + isPM: function (input) { + return /^(дня|вечара)$/.test(input); + }, + meridiem: function (hour, minute, isLower) { + if (hour < 4) { + return 'ночы'; + } else if (hour < 12) { + return 'раніцы'; + } else if (hour < 17) { + return 'дня'; + } else { + return 'вечара'; + } + }, + dayOfMonthOrdinalParse: /\d{1,2}-(і|ы|га)/, + ordinal: function (number, period) { + switch (period) { + case 'M': + case 'd': + case 'DDD': + case 'w': + case 'W': + return (number % 10 === 2 || number % 10 === 3) && + number % 100 !== 12 && + number % 100 !== 13 + ? number + '-і' + : number + '-ы'; + case 'D': + return number + '-га'; + default: + return number; + } + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 7, // The week that contains Jan 7th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('bg', { + months: 'януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември'.split( + '_' + ), + monthsShort: 'яну_фев_мар_апр_май_юни_юли_авг_сеп_окт_ное_дек'.split('_'), + weekdays: 'неделя_понеделник_вторник_сряда_четвъртък_петък_събота'.split( + '_' + ), + weekdaysShort: 'нед_пон_вто_сря_чет_пет_съб'.split('_'), + weekdaysMin: 'нд_пн_вт_ср_чт_пт_сб'.split('_'), + longDateFormat: { + LT: 'H:mm', + LTS: 'H:mm:ss', + L: 'D.MM.YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY H:mm', + LLLL: 'dddd, D MMMM YYYY H:mm', + }, + calendar: { + sameDay: '[Днес в] LT', + nextDay: '[Утре в] LT', + nextWeek: 'dddd [в] LT', + lastDay: '[Вчера в] LT', + lastWeek: function () { + switch (this.day()) { + case 0: + case 3: + case 6: + return '[Миналата] dddd [в] LT'; + case 1: + case 2: + case 4: + case 5: + return '[Миналия] dddd [в] LT'; + } + }, + sameElse: 'L', + }, + relativeTime: { + future: 'след %s', + past: 'преди %s', + s: 'няколко секунди', + ss: '%d секунди', + m: 'минута', + mm: '%d минути', + h: 'час', + hh: '%d часа', + d: 'ден', + dd: '%d дена', + M: 'месец', + MM: '%d месеца', + y: 'година', + yy: '%d години', + }, + dayOfMonthOrdinalParse: /\d{1,2}-(ев|ен|ти|ви|ри|ми)/, + ordinal: function (number) { + var lastDigit = number % 10, + last2Digits = number % 100; + if (number === 0) { + return number + '-ев'; + } else if (last2Digits === 0) { + return number + '-ен'; + } else if (last2Digits > 10 && last2Digits < 20) { + return number + '-ти'; + } else if (lastDigit === 1) { + return number + '-ви'; + } else if (lastDigit === 2) { + return number + '-ри'; + } else if (lastDigit === 7 || lastDigit === 8) { + return number + '-ми'; + } else { + return number + '-ти'; + } + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 7, // The week that contains Jan 7th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('bm', { + months: 'Zanwuyekalo_Fewuruyekalo_Marisikalo_Awirilikalo_Mɛkalo_Zuwɛnkalo_Zuluyekalo_Utikalo_Sɛtanburukalo_ɔkutɔburukalo_Nowanburukalo_Desanburukalo'.split( + '_' + ), + monthsShort: 'Zan_Few_Mar_Awi_Mɛ_Zuw_Zul_Uti_Sɛt_ɔku_Now_Des'.split('_'), + weekdays: 'Kari_Ntɛnɛn_Tarata_Araba_Alamisa_Juma_Sibiri'.split('_'), + weekdaysShort: 'Kar_Ntɛ_Tar_Ara_Ala_Jum_Sib'.split('_'), + weekdaysMin: 'Ka_Nt_Ta_Ar_Al_Ju_Si'.split('_'), + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD/MM/YYYY', + LL: 'MMMM [tile] D [san] YYYY', + LLL: 'MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm', + LLLL: 'dddd MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm', + }, + calendar: { + sameDay: '[Bi lɛrɛ] LT', + nextDay: '[Sini lɛrɛ] LT', + nextWeek: 'dddd [don lɛrɛ] LT', + lastDay: '[Kunu lɛrɛ] LT', + lastWeek: 'dddd [tɛmɛnen lɛrɛ] LT', + sameElse: 'L', + }, + relativeTime: { + future: '%s kɔnɔ', + past: 'a bɛ %s bɔ', + s: 'sanga dama dama', + ss: 'sekondi %d', + m: 'miniti kelen', + mm: 'miniti %d', + h: 'lɛrɛ kelen', + hh: 'lɛrɛ %d', + d: 'tile kelen', + dd: 'tile %d', + M: 'kalo kelen', + MM: 'kalo %d', + y: 'san kelen', + yy: 'san %d', + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + var symbolMap$3 = { + '1': '১', + '2': '২', + '3': '৩', + '4': '৪', + '5': '৫', + '6': '৬', + '7': '৭', + '8': '৮', + '9': '৯', + '0': '০', + }, + numberMap$2 = { + '১': '1', + '২': '2', + '৩': '3', + '৪': '4', + '৫': '5', + '৬': '6', + '৭': '7', + '৮': '8', + '৯': '9', + '০': '0', + }; + + hooks.defineLocale('bn', { + months: 'জানুয়ারি_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর'.split( + '_' + ), + monthsShort: 'জানু_ফেব্রু_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্ট_অক্টো_নভে_ডিসে'.split( + '_' + ), + weekdays: 'রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার'.split( + '_' + ), + weekdaysShort: 'রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি'.split('_'), + weekdaysMin: 'রবি_সোম_মঙ্গল_বুধ_বৃহ_শুক্র_শনি'.split('_'), + longDateFormat: { + LT: 'A h:mm সময়', + LTS: 'A h:mm:ss সময়', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY, A h:mm সময়', + LLLL: 'dddd, D MMMM YYYY, A h:mm সময়', + }, + calendar: { + sameDay: '[আজ] LT', + nextDay: '[আগামীকাল] LT', + nextWeek: 'dddd, LT', + lastDay: '[গতকাল] LT', + lastWeek: '[গত] dddd, LT', + sameElse: 'L', + }, + relativeTime: { + future: '%s পরে', + past: '%s আগে', + s: 'কয়েক সেকেন্ড', + ss: '%d সেকেন্ড', + m: 'এক মিনিট', + mm: '%d মিনিট', + h: 'এক ঘন্টা', + hh: '%d ঘন্টা', + d: 'এক দিন', + dd: '%d দিন', + M: 'এক মাস', + MM: '%d মাস', + y: 'এক বছর', + yy: '%d বছর', + }, + preparse: function (string) { + return string.replace(/[১২৩৪৫৬৭৮৯০]/g, function (match) { + return numberMap$2[match]; + }); + }, + postformat: function (string) { + return string.replace(/\d/g, function (match) { + return symbolMap$3[match]; + }); + }, + meridiemParse: /রাত|সকাল|দুপুর|বিকাল|রাত/, + meridiemHour: function (hour, meridiem) { + if (hour === 12) { + hour = 0; + } + if ( + (meridiem === 'রাত' && hour >= 4) || + (meridiem === 'দুপুর' && hour < 5) || + meridiem === 'বিকাল' + ) { + return hour + 12; + } else { + return hour; + } + }, + meridiem: function (hour, minute, isLower) { + if (hour < 4) { + return 'রাত'; + } else if (hour < 10) { + return 'সকাল'; + } else if (hour < 17) { + return 'দুপুর'; + } else if (hour < 20) { + return 'বিকাল'; + } else { + return 'রাত'; + } + }, + week: { + dow: 0, // Sunday is the first day of the week. + doy: 6, // The week that contains Jan 6th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + var symbolMap$4 = { + '1': '༡', + '2': '༢', + '3': '༣', + '4': '༤', + '5': '༥', + '6': '༦', + '7': '༧', + '8': '༨', + '9': '༩', + '0': '༠', + }, + numberMap$3 = { + '༡': '1', + '༢': '2', + '༣': '3', + '༤': '4', + '༥': '5', + '༦': '6', + '༧': '7', + '༨': '8', + '༩': '9', + '༠': '0', + }; + + hooks.defineLocale('bo', { + months: 'ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ'.split( + '_' + ), + monthsShort: 'ཟླ་1_ཟླ་2_ཟླ་3_ཟླ་4_ཟླ་5_ཟླ་6_ཟླ་7_ཟླ་8_ཟླ་9_ཟླ་10_ཟླ་11_ཟླ་12'.split( + '_' + ), + monthsShortRegex: /^(ཟླ་\d{1,2})/, + monthsParseExact: true, + weekdays: 'གཟའ་ཉི་མ་_གཟའ་ཟླ་བ་_གཟའ་མིག་དམར་_གཟའ་ལྷག་པ་_གཟའ་ཕུར་བུ_གཟའ་པ་སངས་_གཟའ་སྤེན་པ་'.split( + '_' + ), + weekdaysShort: 'ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་'.split( + '_' + ), + weekdaysMin: 'ཉི_ཟླ_མིག_ལྷག_ཕུར_སངས_སྤེན'.split('_'), + longDateFormat: { + LT: 'A h:mm', + LTS: 'A h:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY, A h:mm', + LLLL: 'dddd, D MMMM YYYY, A h:mm', + }, + calendar: { + sameDay: '[དི་རིང] LT', + nextDay: '[སང་ཉིན] LT', + nextWeek: '[བདུན་ཕྲག་རྗེས་མ], LT', + lastDay: '[ཁ་སང] LT', + lastWeek: '[བདུན་ཕྲག་མཐའ་མ] dddd, LT', + sameElse: 'L', + }, + relativeTime: { + future: '%s ལ་', + past: '%s སྔན་ལ', + s: 'ལམ་སང', + ss: '%d སྐར་ཆ།', + m: 'སྐར་མ་གཅིག', + mm: '%d སྐར་མ', + h: 'ཆུ་ཚོད་གཅིག', + hh: '%d ཆུ་ཚོད', + d: 'ཉིན་གཅིག', + dd: '%d ཉིན་', + M: 'ཟླ་བ་གཅིག', + MM: '%d ཟླ་བ', + y: 'ལོ་གཅིག', + yy: '%d ལོ', + }, + preparse: function (string) { + return string.replace(/[༡༢༣༤༥༦༧༨༩༠]/g, function (match) { + return numberMap$3[match]; + }); + }, + postformat: function (string) { + return string.replace(/\d/g, function (match) { + return symbolMap$4[match]; + }); + }, + meridiemParse: /མཚན་མོ|ཞོགས་ཀས|ཉིན་གུང|དགོང་དག|མཚན་མོ/, + meridiemHour: function (hour, meridiem) { + if (hour === 12) { + hour = 0; + } + if ( + (meridiem === 'མཚན་མོ' && hour >= 4) || + (meridiem === 'ཉིན་གུང' && hour < 5) || + meridiem === 'དགོང་དག' + ) { + return hour + 12; + } else { + return hour; + } + }, + meridiem: function (hour, minute, isLower) { + if (hour < 4) { + return 'མཚན་མོ'; + } else if (hour < 10) { + return 'ཞོགས་ཀས'; + } else if (hour < 17) { + return 'ཉིན་གུང'; + } else if (hour < 20) { + return 'དགོང་དག'; + } else { + return 'མཚན་མོ'; + } + }, + week: { + dow: 0, // Sunday is the first day of the week. + doy: 6, // The week that contains Jan 6th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + function relativeTimeWithMutation(number, withoutSuffix, key) { + var format = { + mm: 'munutenn', + MM: 'miz', + dd: 'devezh', + }; + return number + ' ' + mutation(format[key], number); + } + function specialMutationForYears(number) { + switch (lastNumber(number)) { + case 1: + case 3: + case 4: + case 5: + case 9: + return number + ' bloaz'; + default: + return number + ' vloaz'; + } + } + function lastNumber(number) { + if (number > 9) { + return lastNumber(number % 10); + } + return number; + } + function mutation(text, number) { + if (number === 2) { + return softMutation(text); + } + return text; + } + function softMutation(text) { + var mutationTable = { + m: 'v', + b: 'v', + d: 'z', + }; + if (mutationTable[text.charAt(0)] === undefined) { + return text; + } + return mutationTable[text.charAt(0)] + text.substring(1); + } + + var monthsParse = [ + /^gen/i, + /^c[ʼ\']hwe/i, + /^meu/i, + /^ebr/i, + /^mae/i, + /^(mez|eve)/i, + /^gou/i, + /^eos/i, + /^gwe/i, + /^her/i, + /^du/i, + /^ker/i, + ], + monthsRegex$1 = /^(genver|c[ʼ\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu|gen|c[ʼ\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i, + monthsStrictRegex = /^(genver|c[ʼ\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu)/i, + monthsShortStrictRegex = /^(gen|c[ʼ\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i, + fullWeekdaysParse = [ + /^sul/i, + /^lun/i, + /^meurzh/i, + /^merc[ʼ\']her/i, + /^yaou/i, + /^gwener/i, + /^sadorn/i, + ], + shortWeekdaysParse = [ + /^Sul/i, + /^Lun/i, + /^Meu/i, + /^Mer/i, + /^Yao/i, + /^Gwe/i, + /^Sad/i, + ], + minWeekdaysParse = [ + /^Su/i, + /^Lu/i, + /^Me([^r]|$)/i, + /^Mer/i, + /^Ya/i, + /^Gw/i, + /^Sa/i, + ]; + + hooks.defineLocale('br', { + months: 'Genver_Cʼhwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu'.split( + '_' + ), + monthsShort: 'Gen_Cʼhwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker'.split('_'), + weekdays: 'Sul_Lun_Meurzh_Mercʼher_Yaou_Gwener_Sadorn'.split('_'), + weekdaysShort: 'Sul_Lun_Meu_Mer_Yao_Gwe_Sad'.split('_'), + weekdaysMin: 'Su_Lu_Me_Mer_Ya_Gw_Sa'.split('_'), + weekdaysParse: minWeekdaysParse, + fullWeekdaysParse: fullWeekdaysParse, + shortWeekdaysParse: shortWeekdaysParse, + minWeekdaysParse: minWeekdaysParse, + + monthsRegex: monthsRegex$1, + monthsShortRegex: monthsRegex$1, + monthsStrictRegex: monthsStrictRegex, + monthsShortStrictRegex: monthsShortStrictRegex, + monthsParse: monthsParse, + longMonthsParse: monthsParse, + shortMonthsParse: monthsParse, + + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D [a viz] MMMM YYYY', + LLL: 'D [a viz] MMMM YYYY HH:mm', + LLLL: 'dddd, D [a viz] MMMM YYYY HH:mm', + }, + calendar: { + sameDay: '[Hiziv da] LT', + nextDay: '[Warcʼhoazh da] LT', + nextWeek: 'dddd [da] LT', + lastDay: '[Decʼh da] LT', + lastWeek: 'dddd [paset da] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'a-benn %s', + past: '%s ʼzo', + s: 'un nebeud segondennoù', + ss: '%d eilenn', + m: 'ur vunutenn', + mm: relativeTimeWithMutation, + h: 'un eur', + hh: '%d eur', + d: 'un devezh', + dd: relativeTimeWithMutation, + M: 'ur miz', + MM: relativeTimeWithMutation, + y: 'ur bloaz', + yy: specialMutationForYears, + }, + dayOfMonthOrdinalParse: /\d{1,2}(añ|vet)/, + ordinal: function (number) { + var output = number === 1 ? 'añ' : 'vet'; + return number + output; + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + meridiemParse: /a.m.|g.m./, // goude merenn | a-raok merenn + isPM: function (token) { + return token === 'g.m.'; + }, + meridiem: function (hour, minute, isLower) { + return hour < 12 ? 'a.m.' : 'g.m.'; + }, + }); + + //! moment.js locale configuration + + function translate(number, withoutSuffix, key) { + var result = number + ' '; + switch (key) { + case 'ss': + if (number === 1) { + result += 'sekunda'; + } else if (number === 2 || number === 3 || number === 4) { + result += 'sekunde'; + } else { + result += 'sekundi'; + } + return result; + case 'm': + return withoutSuffix ? 'jedna minuta' : 'jedne minute'; + case 'mm': + if (number === 1) { + result += 'minuta'; + } else if (number === 2 || number === 3 || number === 4) { + result += 'minute'; + } else { + result += 'minuta'; + } + return result; + case 'h': + return withoutSuffix ? 'jedan sat' : 'jednog sata'; + case 'hh': + if (number === 1) { + result += 'sat'; + } else if (number === 2 || number === 3 || number === 4) { + result += 'sata'; + } else { + result += 'sati'; + } + return result; + case 'dd': + if (number === 1) { + result += 'dan'; + } else { + result += 'dana'; + } + return result; + case 'MM': + if (number === 1) { + result += 'mjesec'; + } else if (number === 2 || number === 3 || number === 4) { + result += 'mjeseca'; + } else { + result += 'mjeseci'; + } + return result; + case 'yy': + if (number === 1) { + result += 'godina'; + } else if (number === 2 || number === 3 || number === 4) { + result += 'godine'; + } else { + result += 'godina'; + } + return result; + } + } + + hooks.defineLocale('bs', { + months: 'januar_februar_mart_april_maj_juni_juli_august_septembar_oktobar_novembar_decembar'.split( + '_' + ), + monthsShort: 'jan._feb._mar._apr._maj._jun._jul._aug._sep._okt._nov._dec.'.split( + '_' + ), + monthsParseExact: true, + weekdays: 'nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota'.split( + '_' + ), + weekdaysShort: 'ned._pon._uto._sri._čet._pet._sub.'.split('_'), + weekdaysMin: 'ne_po_ut_sr_če_pe_su'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'H:mm', + LTS: 'H:mm:ss', + L: 'DD.MM.YYYY', + LL: 'D. MMMM YYYY', + LLL: 'D. MMMM YYYY H:mm', + LLLL: 'dddd, D. MMMM YYYY H:mm', + }, + calendar: { + sameDay: '[danas u] LT', + nextDay: '[sutra u] LT', + nextWeek: function () { + switch (this.day()) { + case 0: + return '[u] [nedjelju] [u] LT'; + case 3: + return '[u] [srijedu] [u] LT'; + case 6: + return '[u] [subotu] [u] LT'; + case 1: + case 2: + case 4: + case 5: + return '[u] dddd [u] LT'; + } + }, + lastDay: '[jučer u] LT', + lastWeek: function () { + switch (this.day()) { + case 0: + case 3: + return '[prošlu] dddd [u] LT'; + case 6: + return '[prošle] [subote] [u] LT'; + case 1: + case 2: + case 4: + case 5: + return '[prošli] dddd [u] LT'; + } + }, + sameElse: 'L', + }, + relativeTime: { + future: 'za %s', + past: 'prije %s', + s: 'par sekundi', + ss: translate, + m: translate, + mm: translate, + h: translate, + hh: translate, + d: 'dan', + dd: translate, + M: 'mjesec', + MM: translate, + y: 'godinu', + yy: translate, + }, + dayOfMonthOrdinalParse: /\d{1,2}\./, + ordinal: '%d.', + week: { + dow: 1, // Monday is the first day of the week. + doy: 7, // The week that contains Jan 7th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('ca', { + months: { + standalone: 'gener_febrer_març_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre'.split( + '_' + ), + format: "de gener_de febrer_de març_d'abril_de maig_de juny_de juliol_d'agost_de setembre_d'octubre_de novembre_de desembre".split( + '_' + ), + isFormat: /D[oD]?(\s)+MMMM/, + }, + monthsShort: 'gen._febr._març_abr._maig_juny_jul._ag._set._oct._nov._des.'.split( + '_' + ), + monthsParseExact: true, + weekdays: 'diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte'.split( + '_' + ), + weekdaysShort: 'dg._dl._dt._dc._dj._dv._ds.'.split('_'), + weekdaysMin: 'dg_dl_dt_dc_dj_dv_ds'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'H:mm', + LTS: 'H:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D MMMM [de] YYYY', + ll: 'D MMM YYYY', + LLL: 'D MMMM [de] YYYY [a les] H:mm', + lll: 'D MMM YYYY, H:mm', + LLLL: 'dddd D MMMM [de] YYYY [a les] H:mm', + llll: 'ddd D MMM YYYY, H:mm', + }, + calendar: { + sameDay: function () { + return '[avui a ' + (this.hours() !== 1 ? 'les' : 'la') + '] LT'; + }, + nextDay: function () { + return '[demà a ' + (this.hours() !== 1 ? 'les' : 'la') + '] LT'; + }, + nextWeek: function () { + return 'dddd [a ' + (this.hours() !== 1 ? 'les' : 'la') + '] LT'; + }, + lastDay: function () { + return '[ahir a ' + (this.hours() !== 1 ? 'les' : 'la') + '] LT'; + }, + lastWeek: function () { + return ( + '[el] dddd [passat a ' + + (this.hours() !== 1 ? 'les' : 'la') + + '] LT' + ); + }, + sameElse: 'L', + }, + relativeTime: { + future: "d'aquí %s", + past: 'fa %s', + s: 'uns segons', + ss: '%d segons', + m: 'un minut', + mm: '%d minuts', + h: 'una hora', + hh: '%d hores', + d: 'un dia', + dd: '%d dies', + M: 'un mes', + MM: '%d mesos', + y: 'un any', + yy: '%d anys', + }, + dayOfMonthOrdinalParse: /\d{1,2}(r|n|t|è|a)/, + ordinal: function (number, period) { + var output = + number === 1 + ? 'r' + : number === 2 + ? 'n' + : number === 3 + ? 'r' + : number === 4 + ? 't' + : 'è'; + if (period === 'w' || period === 'W') { + output = 'a'; + } + return number + output; + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + var months$4 = 'leden_únor_březen_duben_květen_červen_červenec_srpen_září_říjen_listopad_prosinec'.split( + '_' + ), + monthsShort = 'led_úno_bře_dub_kvě_čvn_čvc_srp_zář_říj_lis_pro'.split('_'), + monthsParse$1 = [ + /^led/i, + /^úno/i, + /^bře/i, + /^dub/i, + /^kvě/i, + /^(čvn|červen$|června)/i, + /^(čvc|červenec|července)/i, + /^srp/i, + /^zář/i, + /^říj/i, + /^lis/i, + /^pro/i, + ], + // NOTE: 'červen' is substring of 'červenec'; therefore 'červenec' must precede 'červen' in the regex to be fully matched. + // Otherwise parser matches '1. červenec' as '1. červen' + 'ec'. + monthsRegex$2 = /^(leden|únor|březen|duben|květen|červenec|července|červen|června|srpen|září|říjen|listopad|prosinec|led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i; + + function plural$1(n) { + return n > 1 && n < 5 && ~~(n / 10) !== 1; + } + function translate$1(number, withoutSuffix, key, isFuture) { + var result = number + ' '; + switch (key) { + case 's': // a few seconds / in a few seconds / a few seconds ago + return withoutSuffix || isFuture ? 'pár sekund' : 'pár sekundami'; + case 'ss': // 9 seconds / in 9 seconds / 9 seconds ago + if (withoutSuffix || isFuture) { + return result + (plural$1(number) ? 'sekundy' : 'sekund'); + } else { + return result + 'sekundami'; + } + case 'm': // a minute / in a minute / a minute ago + return withoutSuffix ? 'minuta' : isFuture ? 'minutu' : 'minutou'; + case 'mm': // 9 minutes / in 9 minutes / 9 minutes ago + if (withoutSuffix || isFuture) { + return result + (plural$1(number) ? 'minuty' : 'minut'); + } else { + return result + 'minutami'; + } + case 'h': // an hour / in an hour / an hour ago + return withoutSuffix ? 'hodina' : isFuture ? 'hodinu' : 'hodinou'; + case 'hh': // 9 hours / in 9 hours / 9 hours ago + if (withoutSuffix || isFuture) { + return result + (plural$1(number) ? 'hodiny' : 'hodin'); + } else { + return result + 'hodinami'; + } + case 'd': // a day / in a day / a day ago + return withoutSuffix || isFuture ? 'den' : 'dnem'; + case 'dd': // 9 days / in 9 days / 9 days ago + if (withoutSuffix || isFuture) { + return result + (plural$1(number) ? 'dny' : 'dní'); + } else { + return result + 'dny'; + } + case 'M': // a month / in a month / a month ago + return withoutSuffix || isFuture ? 'měsíc' : 'měsícem'; + case 'MM': // 9 months / in 9 months / 9 months ago + if (withoutSuffix || isFuture) { + return result + (plural$1(number) ? 'měsíce' : 'měsíců'); + } else { + return result + 'měsíci'; + } + case 'y': // a year / in a year / a year ago + return withoutSuffix || isFuture ? 'rok' : 'rokem'; + case 'yy': // 9 years / in 9 years / 9 years ago + if (withoutSuffix || isFuture) { + return result + (plural$1(number) ? 'roky' : 'let'); + } else { + return result + 'lety'; + } + } + } + + hooks.defineLocale('cs', { + months: months$4, + monthsShort: monthsShort, + monthsRegex: monthsRegex$2, + monthsShortRegex: monthsRegex$2, + // NOTE: 'červen' is substring of 'červenec'; therefore 'červenec' must precede 'červen' in the regex to be fully matched. + // Otherwise parser matches '1. červenec' as '1. červen' + 'ec'. + monthsStrictRegex: /^(leden|ledna|února|únor|březen|března|duben|dubna|květen|května|červenec|července|červen|června|srpen|srpna|září|říjen|října|listopadu|listopad|prosinec|prosince)/i, + monthsShortStrictRegex: /^(led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i, + monthsParse: monthsParse$1, + longMonthsParse: monthsParse$1, + shortMonthsParse: monthsParse$1, + weekdays: 'neděle_pondělí_úterý_středa_čtvrtek_pátek_sobota'.split('_'), + weekdaysShort: 'ne_po_út_st_čt_pá_so'.split('_'), + weekdaysMin: 'ne_po_út_st_čt_pá_so'.split('_'), + longDateFormat: { + LT: 'H:mm', + LTS: 'H:mm:ss', + L: 'DD.MM.YYYY', + LL: 'D. MMMM YYYY', + LLL: 'D. MMMM YYYY H:mm', + LLLL: 'dddd D. MMMM YYYY H:mm', + l: 'D. M. YYYY', + }, + calendar: { + sameDay: '[dnes v] LT', + nextDay: '[zítra v] LT', + nextWeek: function () { + switch (this.day()) { + case 0: + return '[v neděli v] LT'; + case 1: + case 2: + return '[v] dddd [v] LT'; + case 3: + return '[ve středu v] LT'; + case 4: + return '[ve čtvrtek v] LT'; + case 5: + return '[v pátek v] LT'; + case 6: + return '[v sobotu v] LT'; + } + }, + lastDay: '[včera v] LT', + lastWeek: function () { + switch (this.day()) { + case 0: + return '[minulou neděli v] LT'; + case 1: + case 2: + return '[minulé] dddd [v] LT'; + case 3: + return '[minulou středu v] LT'; + case 4: + case 5: + return '[minulý] dddd [v] LT'; + case 6: + return '[minulou sobotu v] LT'; + } + }, + sameElse: 'L', + }, + relativeTime: { + future: 'za %s', + past: 'před %s', + s: translate$1, + ss: translate$1, + m: translate$1, + mm: translate$1, + h: translate$1, + hh: translate$1, + d: translate$1, + dd: translate$1, + M: translate$1, + MM: translate$1, + y: translate$1, + yy: translate$1, + }, + dayOfMonthOrdinalParse: /\d{1,2}\./, + ordinal: '%d.', + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('cv', { + months: 'кӑрлач_нарӑс_пуш_ака_май_ҫӗртме_утӑ_ҫурла_авӑн_юпа_чӳк_раштав'.split( + '_' + ), + monthsShort: 'кӑр_нар_пуш_ака_май_ҫӗр_утӑ_ҫур_авн_юпа_чӳк_раш'.split('_'), + weekdays: 'вырсарникун_тунтикун_ытларикун_юнкун_кӗҫнерникун_эрнекун_шӑматкун'.split( + '_' + ), + weekdaysShort: 'выр_тун_ытл_юн_кӗҫ_эрн_шӑм'.split('_'), + weekdaysMin: 'вр_тн_ыт_юн_кҫ_эр_шм'.split('_'), + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD-MM-YYYY', + LL: 'YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ]', + LLL: 'YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm', + LLLL: 'dddd, YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm', + }, + calendar: { + sameDay: '[Паян] LT [сехетре]', + nextDay: '[Ыран] LT [сехетре]', + lastDay: '[Ӗнер] LT [сехетре]', + nextWeek: '[Ҫитес] dddd LT [сехетре]', + lastWeek: '[Иртнӗ] dddd LT [сехетре]', + sameElse: 'L', + }, + relativeTime: { + future: function (output) { + var affix = /сехет$/i.exec(output) + ? 'рен' + : /ҫул$/i.exec(output) + ? 'тан' + : 'ран'; + return output + affix; + }, + past: '%s каялла', + s: 'пӗр-ик ҫеккунт', + ss: '%d ҫеккунт', + m: 'пӗр минут', + mm: '%d минут', + h: 'пӗр сехет', + hh: '%d сехет', + d: 'пӗр кун', + dd: '%d кун', + M: 'пӗр уйӑх', + MM: '%d уйӑх', + y: 'пӗр ҫул', + yy: '%d ҫул', + }, + dayOfMonthOrdinalParse: /\d{1,2}-мӗш/, + ordinal: '%d-мӗш', + week: { + dow: 1, // Monday is the first day of the week. + doy: 7, // The week that contains Jan 7th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('cy', { + months: 'Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr'.split( + '_' + ), + monthsShort: 'Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag'.split( + '_' + ), + weekdays: 'Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn'.split( + '_' + ), + weekdaysShort: 'Sul_Llun_Maw_Mer_Iau_Gwe_Sad'.split('_'), + weekdaysMin: 'Su_Ll_Ma_Me_Ia_Gw_Sa'.split('_'), + weekdaysParseExact: true, + // time formats are the same as en-gb + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd, D MMMM YYYY HH:mm', + }, + calendar: { + sameDay: '[Heddiw am] LT', + nextDay: '[Yfory am] LT', + nextWeek: 'dddd [am] LT', + lastDay: '[Ddoe am] LT', + lastWeek: 'dddd [diwethaf am] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'mewn %s', + past: '%s yn ôl', + s: 'ychydig eiliadau', + ss: '%d eiliad', + m: 'munud', + mm: '%d munud', + h: 'awr', + hh: '%d awr', + d: 'diwrnod', + dd: '%d diwrnod', + M: 'mis', + MM: '%d mis', + y: 'blwyddyn', + yy: '%d flynedd', + }, + dayOfMonthOrdinalParse: /\d{1,2}(fed|ain|af|il|ydd|ed|eg)/, + // traditional ordinal numbers above 31 are not commonly used in colloquial Welsh + ordinal: function (number) { + var b = number, + output = '', + lookup = [ + '', + 'af', + 'il', + 'ydd', + 'ydd', + 'ed', + 'ed', + 'ed', + 'fed', + 'fed', + 'fed', // 1af to 10fed + 'eg', + 'fed', + 'eg', + 'eg', + 'fed', + 'eg', + 'eg', + 'fed', + 'eg', + 'fed', // 11eg to 20fed + ]; + if (b > 20) { + if (b === 40 || b === 50 || b === 60 || b === 80 || b === 100) { + output = 'fed'; // not 30ain, 70ain or 90ain + } else { + output = 'ain'; + } + } else if (b > 0) { + output = lookup[b]; + } + return number + output; + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('da', { + months: 'januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december'.split( + '_' + ), + monthsShort: 'jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec'.split('_'), + weekdays: 'søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag'.split('_'), + weekdaysShort: 'søn_man_tir_ons_tor_fre_lør'.split('_'), + weekdaysMin: 'sø_ma_ti_on_to_fr_lø'.split('_'), + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD.MM.YYYY', + LL: 'D. MMMM YYYY', + LLL: 'D. MMMM YYYY HH:mm', + LLLL: 'dddd [d.] D. MMMM YYYY [kl.] HH:mm', + }, + calendar: { + sameDay: '[i dag kl.] LT', + nextDay: '[i morgen kl.] LT', + nextWeek: 'på dddd [kl.] LT', + lastDay: '[i går kl.] LT', + lastWeek: '[i] dddd[s kl.] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'om %s', + past: '%s siden', + s: 'få sekunder', + ss: '%d sekunder', + m: 'et minut', + mm: '%d minutter', + h: 'en time', + hh: '%d timer', + d: 'en dag', + dd: '%d dage', + M: 'en måned', + MM: '%d måneder', + y: 'et år', + yy: '%d år', + }, + dayOfMonthOrdinalParse: /\d{1,2}\./, + ordinal: '%d.', + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + function processRelativeTime(number, withoutSuffix, key, isFuture) { + var format = { + m: ['eine Minute', 'einer Minute'], + h: ['eine Stunde', 'einer Stunde'], + d: ['ein Tag', 'einem Tag'], + dd: [number + ' Tage', number + ' Tagen'], + w: ['eine Woche', 'einer Woche'], + M: ['ein Monat', 'einem Monat'], + MM: [number + ' Monate', number + ' Monaten'], + y: ['ein Jahr', 'einem Jahr'], + yy: [number + ' Jahre', number + ' Jahren'], + }; + return withoutSuffix ? format[key][0] : format[key][1]; + } + + hooks.defineLocale('de-at', { + months: 'Jänner_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember'.split( + '_' + ), + monthsShort: 'Jän._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.'.split( + '_' + ), + monthsParseExact: true, + weekdays: 'Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag'.split( + '_' + ), + weekdaysShort: 'So._Mo._Di._Mi._Do._Fr._Sa.'.split('_'), + weekdaysMin: 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD.MM.YYYY', + LL: 'D. MMMM YYYY', + LLL: 'D. MMMM YYYY HH:mm', + LLLL: 'dddd, D. MMMM YYYY HH:mm', + }, + calendar: { + sameDay: '[heute um] LT [Uhr]', + sameElse: 'L', + nextDay: '[morgen um] LT [Uhr]', + nextWeek: 'dddd [um] LT [Uhr]', + lastDay: '[gestern um] LT [Uhr]', + lastWeek: '[letzten] dddd [um] LT [Uhr]', + }, + relativeTime: { + future: 'in %s', + past: 'vor %s', + s: 'ein paar Sekunden', + ss: '%d Sekunden', + m: processRelativeTime, + mm: '%d Minuten', + h: processRelativeTime, + hh: '%d Stunden', + d: processRelativeTime, + dd: processRelativeTime, + w: processRelativeTime, + ww: '%d Wochen', + M: processRelativeTime, + MM: processRelativeTime, + y: processRelativeTime, + yy: processRelativeTime, + }, + dayOfMonthOrdinalParse: /\d{1,2}\./, + ordinal: '%d.', + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + function processRelativeTime$1(number, withoutSuffix, key, isFuture) { + var format = { + m: ['eine Minute', 'einer Minute'], + h: ['eine Stunde', 'einer Stunde'], + d: ['ein Tag', 'einem Tag'], + dd: [number + ' Tage', number + ' Tagen'], + w: ['eine Woche', 'einer Woche'], + M: ['ein Monat', 'einem Monat'], + MM: [number + ' Monate', number + ' Monaten'], + y: ['ein Jahr', 'einem Jahr'], + yy: [number + ' Jahre', number + ' Jahren'], + }; + return withoutSuffix ? format[key][0] : format[key][1]; + } + + hooks.defineLocale('de-ch', { + months: 'Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember'.split( + '_' + ), + monthsShort: 'Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.'.split( + '_' + ), + monthsParseExact: true, + weekdays: 'Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag'.split( + '_' + ), + weekdaysShort: 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'), + weekdaysMin: 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD.MM.YYYY', + LL: 'D. MMMM YYYY', + LLL: 'D. MMMM YYYY HH:mm', + LLLL: 'dddd, D. MMMM YYYY HH:mm', + }, + calendar: { + sameDay: '[heute um] LT [Uhr]', + sameElse: 'L', + nextDay: '[morgen um] LT [Uhr]', + nextWeek: 'dddd [um] LT [Uhr]', + lastDay: '[gestern um] LT [Uhr]', + lastWeek: '[letzten] dddd [um] LT [Uhr]', + }, + relativeTime: { + future: 'in %s', + past: 'vor %s', + s: 'ein paar Sekunden', + ss: '%d Sekunden', + m: processRelativeTime$1, + mm: '%d Minuten', + h: processRelativeTime$1, + hh: '%d Stunden', + d: processRelativeTime$1, + dd: processRelativeTime$1, + w: processRelativeTime$1, + ww: '%d Wochen', + M: processRelativeTime$1, + MM: processRelativeTime$1, + y: processRelativeTime$1, + yy: processRelativeTime$1, + }, + dayOfMonthOrdinalParse: /\d{1,2}\./, + ordinal: '%d.', + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + function processRelativeTime$2(number, withoutSuffix, key, isFuture) { + var format = { + m: ['eine Minute', 'einer Minute'], + h: ['eine Stunde', 'einer Stunde'], + d: ['ein Tag', 'einem Tag'], + dd: [number + ' Tage', number + ' Tagen'], + w: ['eine Woche', 'einer Woche'], + M: ['ein Monat', 'einem Monat'], + MM: [number + ' Monate', number + ' Monaten'], + y: ['ein Jahr', 'einem Jahr'], + yy: [number + ' Jahre', number + ' Jahren'], + }; + return withoutSuffix ? format[key][0] : format[key][1]; + } + + hooks.defineLocale('de', { + months: 'Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember'.split( + '_' + ), + monthsShort: 'Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.'.split( + '_' + ), + monthsParseExact: true, + weekdays: 'Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag'.split( + '_' + ), + weekdaysShort: 'So._Mo._Di._Mi._Do._Fr._Sa.'.split('_'), + weekdaysMin: 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD.MM.YYYY', + LL: 'D. MMMM YYYY', + LLL: 'D. MMMM YYYY HH:mm', + LLLL: 'dddd, D. MMMM YYYY HH:mm', + }, + calendar: { + sameDay: '[heute um] LT [Uhr]', + sameElse: 'L', + nextDay: '[morgen um] LT [Uhr]', + nextWeek: 'dddd [um] LT [Uhr]', + lastDay: '[gestern um] LT [Uhr]', + lastWeek: '[letzten] dddd [um] LT [Uhr]', + }, + relativeTime: { + future: 'in %s', + past: 'vor %s', + s: 'ein paar Sekunden', + ss: '%d Sekunden', + m: processRelativeTime$2, + mm: '%d Minuten', + h: processRelativeTime$2, + hh: '%d Stunden', + d: processRelativeTime$2, + dd: processRelativeTime$2, + w: processRelativeTime$2, + ww: '%d Wochen', + M: processRelativeTime$2, + MM: processRelativeTime$2, + y: processRelativeTime$2, + yy: processRelativeTime$2, + }, + dayOfMonthOrdinalParse: /\d{1,2}\./, + ordinal: '%d.', + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + var months$5 = [ + 'ޖެނުއަރީ', + 'ފެބްރުއަރީ', + 'މާރިޗު', + 'އޭޕްރީލު', + 'މޭ', + 'ޖޫން', + 'ޖުލައި', + 'އޯގަސްޓު', + 'ސެޕްޓެމްބަރު', + 'އޮކްޓޯބަރު', + 'ނޮވެމްބަރު', + 'ޑިސެމްބަރު', + ], + weekdays = [ + 'އާދިއްތަ', + 'ހޯމަ', + 'އަންގާރަ', + 'ބުދަ', + 'ބުރާސްފަތި', + 'ހުކުރު', + 'ހޮނިހިރު', + ]; + + hooks.defineLocale('dv', { + months: months$5, + monthsShort: months$5, + weekdays: weekdays, + weekdaysShort: weekdays, + weekdaysMin: 'އާދި_ހޯމަ_އަން_ބުދަ_ބުރާ_ހުކު_ހޮނި'.split('_'), + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'D/M/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd D MMMM YYYY HH:mm', + }, + meridiemParse: /މކ|މފ/, + isPM: function (input) { + return 'މފ' === input; + }, + meridiem: function (hour, minute, isLower) { + if (hour < 12) { + return 'މކ'; + } else { + return 'މފ'; + } + }, + calendar: { + sameDay: '[މިއަދު] LT', + nextDay: '[މާދަމާ] LT', + nextWeek: 'dddd LT', + lastDay: '[އިއްޔެ] LT', + lastWeek: '[ފާއިތުވި] dddd LT', + sameElse: 'L', + }, + relativeTime: { + future: 'ތެރޭގައި %s', + past: 'ކުރިން %s', + s: 'ސިކުންތުކޮޅެއް', + ss: 'd% ސިކުންތު', + m: 'މިނިޓެއް', + mm: 'މިނިޓު %d', + h: 'ގަޑިއިރެއް', + hh: 'ގަޑިއިރު %d', + d: 'ދުވަހެއް', + dd: 'ދުވަސް %d', + M: 'މަހެއް', + MM: 'މަސް %d', + y: 'އަހަރެއް', + yy: 'އަހަރު %d', + }, + preparse: function (string) { + return string.replace(/،/g, ','); + }, + postformat: function (string) { + return string.replace(/,/g, '،'); + }, + week: { + dow: 7, // Sunday is the first day of the week. + doy: 12, // The week that contains Jan 12th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + function isFunction$1(input) { + return ( + (typeof Function !== 'undefined' && input instanceof Function) || + Object.prototype.toString.call(input) === '[object Function]' + ); + } + + hooks.defineLocale('el', { + monthsNominativeEl: 'Ιανουάριος_Φεβρουάριος_Μάρτιος_Απρίλιος_Μάιος_Ιούνιος_Ιούλιος_Αύγουστος_Σεπτέμβριος_Οκτώβριος_Νοέμβριος_Δεκέμβριος'.split( + '_' + ), + monthsGenitiveEl: 'Ιανουαρίου_Φεβρουαρίου_Μαρτίου_Απριλίου_Μαΐου_Ιουνίου_Ιουλίου_Αυγούστου_Σεπτεμβρίου_Οκτωβρίου_Νοεμβρίου_Δεκεμβρίου'.split( + '_' + ), + months: function (momentToFormat, format) { + if (!momentToFormat) { + return this._monthsNominativeEl; + } else if ( + typeof format === 'string' && + /D/.test(format.substring(0, format.indexOf('MMMM'))) + ) { + // if there is a day number before 'MMMM' + return this._monthsGenitiveEl[momentToFormat.month()]; + } else { + return this._monthsNominativeEl[momentToFormat.month()]; + } + }, + monthsShort: 'Ιαν_Φεβ_Μαρ_Απρ_Μαϊ_Ιουν_Ιουλ_Αυγ_Σεπ_Οκτ_Νοε_Δεκ'.split('_'), + weekdays: 'Κυριακή_Δευτέρα_Τρίτη_Τετάρτη_Πέμπτη_Παρασκευή_Σάββατο'.split( + '_' + ), + weekdaysShort: 'Κυρ_Δευ_Τρι_Τετ_Πεμ_Παρ_Σαβ'.split('_'), + weekdaysMin: 'Κυ_Δε_Τρ_Τε_Πε_Πα_Σα'.split('_'), + meridiem: function (hours, minutes, isLower) { + if (hours > 11) { + return isLower ? 'μμ' : 'ΜΜ'; + } else { + return isLower ? 'πμ' : 'ΠΜ'; + } + }, + isPM: function (input) { + return (input + '').toLowerCase()[0] === 'μ'; + }, + meridiemParse: /[ΠΜ]\.?Μ?\.?/i, + longDateFormat: { + LT: 'h:mm A', + LTS: 'h:mm:ss A', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY h:mm A', + LLLL: 'dddd, D MMMM YYYY h:mm A', + }, + calendarEl: { + sameDay: '[Σήμερα {}] LT', + nextDay: '[Αύριο {}] LT', + nextWeek: 'dddd [{}] LT', + lastDay: '[Χθες {}] LT', + lastWeek: function () { + switch (this.day()) { + case 6: + return '[το προηγούμενο] dddd [{}] LT'; + default: + return '[την προηγούμενη] dddd [{}] LT'; + } + }, + sameElse: 'L', + }, + calendar: function (key, mom) { + var output = this._calendarEl[key], + hours = mom && mom.hours(); + if (isFunction$1(output)) { + output = output.apply(mom); + } + return output.replace('{}', hours % 12 === 1 ? 'στη' : 'στις'); + }, + relativeTime: { + future: 'σε %s', + past: '%s πριν', + s: 'λίγα δευτερόλεπτα', + ss: '%d δευτερόλεπτα', + m: 'ένα λεπτό', + mm: '%d λεπτά', + h: 'μία ώρα', + hh: '%d ώρες', + d: 'μία μέρα', + dd: '%d μέρες', + M: 'ένας μήνας', + MM: '%d μήνες', + y: 'ένας χρόνος', + yy: '%d χρόνια', + }, + dayOfMonthOrdinalParse: /\d{1,2}η/, + ordinal: '%dη', + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4st is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('en-au', { + months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split( + '_' + ), + monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'), + weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split( + '_' + ), + weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'), + weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'), + longDateFormat: { + LT: 'h:mm A', + LTS: 'h:mm:ss A', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY h:mm A', + LLLL: 'dddd, D MMMM YYYY h:mm A', + }, + calendar: { + sameDay: '[Today at] LT', + nextDay: '[Tomorrow at] LT', + nextWeek: 'dddd [at] LT', + lastDay: '[Yesterday at] LT', + lastWeek: '[Last] dddd [at] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'in %s', + past: '%s ago', + s: 'a few seconds', + ss: '%d seconds', + m: 'a minute', + mm: '%d minutes', + h: 'an hour', + hh: '%d hours', + d: 'a day', + dd: '%d days', + M: 'a month', + MM: '%d months', + y: 'a year', + yy: '%d years', + }, + dayOfMonthOrdinalParse: /\d{1,2}(st|nd|rd|th)/, + ordinal: function (number) { + var b = number % 10, + output = + ~~((number % 100) / 10) === 1 + ? 'th' + : b === 1 + ? 'st' + : b === 2 + ? 'nd' + : b === 3 + ? 'rd' + : 'th'; + return number + output; + }, + week: { + dow: 0, // Sunday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('en-ca', { + months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split( + '_' + ), + monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'), + weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split( + '_' + ), + weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'), + weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'), + longDateFormat: { + LT: 'h:mm A', + LTS: 'h:mm:ss A', + L: 'YYYY-MM-DD', + LL: 'MMMM D, YYYY', + LLL: 'MMMM D, YYYY h:mm A', + LLLL: 'dddd, MMMM D, YYYY h:mm A', + }, + calendar: { + sameDay: '[Today at] LT', + nextDay: '[Tomorrow at] LT', + nextWeek: 'dddd [at] LT', + lastDay: '[Yesterday at] LT', + lastWeek: '[Last] dddd [at] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'in %s', + past: '%s ago', + s: 'a few seconds', + ss: '%d seconds', + m: 'a minute', + mm: '%d minutes', + h: 'an hour', + hh: '%d hours', + d: 'a day', + dd: '%d days', + M: 'a month', + MM: '%d months', + y: 'a year', + yy: '%d years', + }, + dayOfMonthOrdinalParse: /\d{1,2}(st|nd|rd|th)/, + ordinal: function (number) { + var b = number % 10, + output = + ~~((number % 100) / 10) === 1 + ? 'th' + : b === 1 + ? 'st' + : b === 2 + ? 'nd' + : b === 3 + ? 'rd' + : 'th'; + return number + output; + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('en-gb', { + months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split( + '_' + ), + monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'), + weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split( + '_' + ), + weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'), + weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'), + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd, D MMMM YYYY HH:mm', + }, + calendar: { + sameDay: '[Today at] LT', + nextDay: '[Tomorrow at] LT', + nextWeek: 'dddd [at] LT', + lastDay: '[Yesterday at] LT', + lastWeek: '[Last] dddd [at] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'in %s', + past: '%s ago', + s: 'a few seconds', + ss: '%d seconds', + m: 'a minute', + mm: '%d minutes', + h: 'an hour', + hh: '%d hours', + d: 'a day', + dd: '%d days', + M: 'a month', + MM: '%d months', + y: 'a year', + yy: '%d years', + }, + dayOfMonthOrdinalParse: /\d{1,2}(st|nd|rd|th)/, + ordinal: function (number) { + var b = number % 10, + output = + ~~((number % 100) / 10) === 1 + ? 'th' + : b === 1 + ? 'st' + : b === 2 + ? 'nd' + : b === 3 + ? 'rd' + : 'th'; + return number + output; + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('en-ie', { + months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split( + '_' + ), + monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'), + weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split( + '_' + ), + weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'), + weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'), + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd D MMMM YYYY HH:mm', + }, + calendar: { + sameDay: '[Today at] LT', + nextDay: '[Tomorrow at] LT', + nextWeek: 'dddd [at] LT', + lastDay: '[Yesterday at] LT', + lastWeek: '[Last] dddd [at] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'in %s', + past: '%s ago', + s: 'a few seconds', + ss: '%d seconds', + m: 'a minute', + mm: '%d minutes', + h: 'an hour', + hh: '%d hours', + d: 'a day', + dd: '%d days', + M: 'a month', + MM: '%d months', + y: 'a year', + yy: '%d years', + }, + dayOfMonthOrdinalParse: /\d{1,2}(st|nd|rd|th)/, + ordinal: function (number) { + var b = number % 10, + output = + ~~((number % 100) / 10) === 1 + ? 'th' + : b === 1 + ? 'st' + : b === 2 + ? 'nd' + : b === 3 + ? 'rd' + : 'th'; + return number + output; + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('en-il', { + months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split( + '_' + ), + monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'), + weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split( + '_' + ), + weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'), + weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'), + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd, D MMMM YYYY HH:mm', + }, + calendar: { + sameDay: '[Today at] LT', + nextDay: '[Tomorrow at] LT', + nextWeek: 'dddd [at] LT', + lastDay: '[Yesterday at] LT', + lastWeek: '[Last] dddd [at] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'in %s', + past: '%s ago', + s: 'a few seconds', + ss: '%d seconds', + m: 'a minute', + mm: '%d minutes', + h: 'an hour', + hh: '%d hours', + d: 'a day', + dd: '%d days', + M: 'a month', + MM: '%d months', + y: 'a year', + yy: '%d years', + }, + dayOfMonthOrdinalParse: /\d{1,2}(st|nd|rd|th)/, + ordinal: function (number) { + var b = number % 10, + output = + ~~((number % 100) / 10) === 1 + ? 'th' + : b === 1 + ? 'st' + : b === 2 + ? 'nd' + : b === 3 + ? 'rd' + : 'th'; + return number + output; + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('en-in', { + months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split( + '_' + ), + monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'), + weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split( + '_' + ), + weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'), + weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'), + longDateFormat: { + LT: 'h:mm A', + LTS: 'h:mm:ss A', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY h:mm A', + LLLL: 'dddd, D MMMM YYYY h:mm A', + }, + calendar: { + sameDay: '[Today at] LT', + nextDay: '[Tomorrow at] LT', + nextWeek: 'dddd [at] LT', + lastDay: '[Yesterday at] LT', + lastWeek: '[Last] dddd [at] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'in %s', + past: '%s ago', + s: 'a few seconds', + ss: '%d seconds', + m: 'a minute', + mm: '%d minutes', + h: 'an hour', + hh: '%d hours', + d: 'a day', + dd: '%d days', + M: 'a month', + MM: '%d months', + y: 'a year', + yy: '%d years', + }, + dayOfMonthOrdinalParse: /\d{1,2}(st|nd|rd|th)/, + ordinal: function (number) { + var b = number % 10, + output = + ~~((number % 100) / 10) === 1 + ? 'th' + : b === 1 + ? 'st' + : b === 2 + ? 'nd' + : b === 3 + ? 'rd' + : 'th'; + return number + output; + }, + week: { + dow: 0, // Sunday is the first day of the week. + doy: 6, // The week that contains Jan 1st is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('en-nz', { + months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split( + '_' + ), + monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'), + weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split( + '_' + ), + weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'), + weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'), + longDateFormat: { + LT: 'h:mm A', + LTS: 'h:mm:ss A', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY h:mm A', + LLLL: 'dddd, D MMMM YYYY h:mm A', + }, + calendar: { + sameDay: '[Today at] LT', + nextDay: '[Tomorrow at] LT', + nextWeek: 'dddd [at] LT', + lastDay: '[Yesterday at] LT', + lastWeek: '[Last] dddd [at] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'in %s', + past: '%s ago', + s: 'a few seconds', + ss: '%d seconds', + m: 'a minute', + mm: '%d minutes', + h: 'an hour', + hh: '%d hours', + d: 'a day', + dd: '%d days', + M: 'a month', + MM: '%d months', + y: 'a year', + yy: '%d years', + }, + dayOfMonthOrdinalParse: /\d{1,2}(st|nd|rd|th)/, + ordinal: function (number) { + var b = number % 10, + output = + ~~((number % 100) / 10) === 1 + ? 'th' + : b === 1 + ? 'st' + : b === 2 + ? 'nd' + : b === 3 + ? 'rd' + : 'th'; + return number + output; + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('en-sg', { + months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split( + '_' + ), + monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'), + weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split( + '_' + ), + weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'), + weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'), + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd, D MMMM YYYY HH:mm', + }, + calendar: { + sameDay: '[Today at] LT', + nextDay: '[Tomorrow at] LT', + nextWeek: 'dddd [at] LT', + lastDay: '[Yesterday at] LT', + lastWeek: '[Last] dddd [at] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'in %s', + past: '%s ago', + s: 'a few seconds', + ss: '%d seconds', + m: 'a minute', + mm: '%d minutes', + h: 'an hour', + hh: '%d hours', + d: 'a day', + dd: '%d days', + M: 'a month', + MM: '%d months', + y: 'a year', + yy: '%d years', + }, + dayOfMonthOrdinalParse: /\d{1,2}(st|nd|rd|th)/, + ordinal: function (number) { + var b = number % 10, + output = + ~~((number % 100) / 10) === 1 + ? 'th' + : b === 1 + ? 'st' + : b === 2 + ? 'nd' + : b === 3 + ? 'rd' + : 'th'; + return number + output; + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('eo', { + months: 'januaro_februaro_marto_aprilo_majo_junio_julio_aŭgusto_septembro_oktobro_novembro_decembro'.split( + '_' + ), + monthsShort: 'jan_feb_mart_apr_maj_jun_jul_aŭg_sept_okt_nov_dec'.split('_'), + weekdays: 'dimanĉo_lundo_mardo_merkredo_ĵaŭdo_vendredo_sabato'.split('_'), + weekdaysShort: 'dim_lun_mard_merk_ĵaŭ_ven_sab'.split('_'), + weekdaysMin: 'di_lu_ma_me_ĵa_ve_sa'.split('_'), + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'YYYY-MM-DD', + LL: '[la] D[-an de] MMMM, YYYY', + LLL: '[la] D[-an de] MMMM, YYYY HH:mm', + LLLL: 'dddd[n], [la] D[-an de] MMMM, YYYY HH:mm', + llll: 'ddd, [la] D[-an de] MMM, YYYY HH:mm', + }, + meridiemParse: /[ap]\.t\.m/i, + isPM: function (input) { + return input.charAt(0).toLowerCase() === 'p'; + }, + meridiem: function (hours, minutes, isLower) { + if (hours > 11) { + return isLower ? 'p.t.m.' : 'P.T.M.'; + } else { + return isLower ? 'a.t.m.' : 'A.T.M.'; + } + }, + calendar: { + sameDay: '[Hodiaŭ je] LT', + nextDay: '[Morgaŭ je] LT', + nextWeek: 'dddd[n je] LT', + lastDay: '[Hieraŭ je] LT', + lastWeek: '[pasintan] dddd[n je] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'post %s', + past: 'antaŭ %s', + s: 'kelkaj sekundoj', + ss: '%d sekundoj', + m: 'unu minuto', + mm: '%d minutoj', + h: 'unu horo', + hh: '%d horoj', + d: 'unu tago', //ne 'diurno', ĉar estas uzita por proksimumo + dd: '%d tagoj', + M: 'unu monato', + MM: '%d monatoj', + y: 'unu jaro', + yy: '%d jaroj', + }, + dayOfMonthOrdinalParse: /\d{1,2}a/, + ordinal: '%da', + week: { + dow: 1, // Monday is the first day of the week. + doy: 7, // The week that contains Jan 7th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + var monthsShortDot = 'ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.'.split( + '_' + ), + monthsShort$1 = 'ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic'.split('_'), + monthsParse$2 = [ + /^ene/i, + /^feb/i, + /^mar/i, + /^abr/i, + /^may/i, + /^jun/i, + /^jul/i, + /^ago/i, + /^sep/i, + /^oct/i, + /^nov/i, + /^dic/i, + ], + monthsRegex$3 = /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i; + + hooks.defineLocale('es-do', { + months: 'enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre'.split( + '_' + ), + monthsShort: function (m, format) { + if (!m) { + return monthsShortDot; + } else if (/-MMM-/.test(format)) { + return monthsShort$1[m.month()]; + } else { + return monthsShortDot[m.month()]; + } + }, + monthsRegex: monthsRegex$3, + monthsShortRegex: monthsRegex$3, + monthsStrictRegex: /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i, + monthsShortStrictRegex: /^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i, + monthsParse: monthsParse$2, + longMonthsParse: monthsParse$2, + shortMonthsParse: monthsParse$2, + weekdays: 'domingo_lunes_martes_miércoles_jueves_viernes_sábado'.split('_'), + weekdaysShort: 'dom._lun._mar._mié._jue._vie._sáb.'.split('_'), + weekdaysMin: 'do_lu_ma_mi_ju_vi_sá'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'h:mm A', + LTS: 'h:mm:ss A', + L: 'DD/MM/YYYY', + LL: 'D [de] MMMM [de] YYYY', + LLL: 'D [de] MMMM [de] YYYY h:mm A', + LLLL: 'dddd, D [de] MMMM [de] YYYY h:mm A', + }, + calendar: { + sameDay: function () { + return '[hoy a la' + (this.hours() !== 1 ? 's' : '') + '] LT'; + }, + nextDay: function () { + return '[mañana a la' + (this.hours() !== 1 ? 's' : '') + '] LT'; + }, + nextWeek: function () { + return 'dddd [a la' + (this.hours() !== 1 ? 's' : '') + '] LT'; + }, + lastDay: function () { + return '[ayer a la' + (this.hours() !== 1 ? 's' : '') + '] LT'; + }, + lastWeek: function () { + return ( + '[el] dddd [pasado a la' + + (this.hours() !== 1 ? 's' : '') + + '] LT' + ); + }, + sameElse: 'L', + }, + relativeTime: { + future: 'en %s', + past: 'hace %s', + s: 'unos segundos', + ss: '%d segundos', + m: 'un minuto', + mm: '%d minutos', + h: 'una hora', + hh: '%d horas', + d: 'un día', + dd: '%d días', + M: 'un mes', + MM: '%d meses', + y: 'un año', + yy: '%d años', + }, + dayOfMonthOrdinalParse: /\d{1,2}º/, + ordinal: '%dº', + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + var monthsShortDot$1 = 'ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.'.split( + '_' + ), + monthsShort$2 = 'ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic'.split('_'), + monthsParse$3 = [ + /^ene/i, + /^feb/i, + /^mar/i, + /^abr/i, + /^may/i, + /^jun/i, + /^jul/i, + /^ago/i, + /^sep/i, + /^oct/i, + /^nov/i, + /^dic/i, + ], + monthsRegex$4 = /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i; + + hooks.defineLocale('es-us', { + months: 'enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre'.split( + '_' + ), + monthsShort: function (m, format) { + if (!m) { + return monthsShortDot$1; + } else if (/-MMM-/.test(format)) { + return monthsShort$2[m.month()]; + } else { + return monthsShortDot$1[m.month()]; + } + }, + monthsRegex: monthsRegex$4, + monthsShortRegex: monthsRegex$4, + monthsStrictRegex: /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i, + monthsShortStrictRegex: /^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i, + monthsParse: monthsParse$3, + longMonthsParse: monthsParse$3, + shortMonthsParse: monthsParse$3, + weekdays: 'domingo_lunes_martes_miércoles_jueves_viernes_sábado'.split('_'), + weekdaysShort: 'dom._lun._mar._mié._jue._vie._sáb.'.split('_'), + weekdaysMin: 'do_lu_ma_mi_ju_vi_sá'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'h:mm A', + LTS: 'h:mm:ss A', + L: 'MM/DD/YYYY', + LL: 'D [de] MMMM [de] YYYY', + LLL: 'D [de] MMMM [de] YYYY h:mm A', + LLLL: 'dddd, D [de] MMMM [de] YYYY h:mm A', + }, + calendar: { + sameDay: function () { + return '[hoy a la' + (this.hours() !== 1 ? 's' : '') + '] LT'; + }, + nextDay: function () { + return '[mañana a la' + (this.hours() !== 1 ? 's' : '') + '] LT'; + }, + nextWeek: function () { + return 'dddd [a la' + (this.hours() !== 1 ? 's' : '') + '] LT'; + }, + lastDay: function () { + return '[ayer a la' + (this.hours() !== 1 ? 's' : '') + '] LT'; + }, + lastWeek: function () { + return ( + '[el] dddd [pasado a la' + + (this.hours() !== 1 ? 's' : '') + + '] LT' + ); + }, + sameElse: 'L', + }, + relativeTime: { + future: 'en %s', + past: 'hace %s', + s: 'unos segundos', + ss: '%d segundos', + m: 'un minuto', + mm: '%d minutos', + h: 'una hora', + hh: '%d horas', + d: 'un día', + dd: '%d días', + M: 'un mes', + MM: '%d meses', + y: 'un año', + yy: '%d años', + }, + dayOfMonthOrdinalParse: /\d{1,2}º/, + ordinal: '%dº', + week: { + dow: 0, // Sunday is the first day of the week. + doy: 6, // The week that contains Jan 6th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + var monthsShortDot$2 = 'ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.'.split( + '_' + ), + monthsShort$3 = 'ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic'.split('_'), + monthsParse$4 = [ + /^ene/i, + /^feb/i, + /^mar/i, + /^abr/i, + /^may/i, + /^jun/i, + /^jul/i, + /^ago/i, + /^sep/i, + /^oct/i, + /^nov/i, + /^dic/i, + ], + monthsRegex$5 = /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i; + + hooks.defineLocale('es', { + months: 'enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre'.split( + '_' + ), + monthsShort: function (m, format) { + if (!m) { + return monthsShortDot$2; + } else if (/-MMM-/.test(format)) { + return monthsShort$3[m.month()]; + } else { + return monthsShortDot$2[m.month()]; + } + }, + monthsRegex: monthsRegex$5, + monthsShortRegex: monthsRegex$5, + monthsStrictRegex: /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i, + monthsShortStrictRegex: /^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i, + monthsParse: monthsParse$4, + longMonthsParse: monthsParse$4, + shortMonthsParse: monthsParse$4, + weekdays: 'domingo_lunes_martes_miércoles_jueves_viernes_sábado'.split('_'), + weekdaysShort: 'dom._lun._mar._mié._jue._vie._sáb.'.split('_'), + weekdaysMin: 'do_lu_ma_mi_ju_vi_sá'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'H:mm', + LTS: 'H:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D [de] MMMM [de] YYYY', + LLL: 'D [de] MMMM [de] YYYY H:mm', + LLLL: 'dddd, D [de] MMMM [de] YYYY H:mm', + }, + calendar: { + sameDay: function () { + return '[hoy a la' + (this.hours() !== 1 ? 's' : '') + '] LT'; + }, + nextDay: function () { + return '[mañana a la' + (this.hours() !== 1 ? 's' : '') + '] LT'; + }, + nextWeek: function () { + return 'dddd [a la' + (this.hours() !== 1 ? 's' : '') + '] LT'; + }, + lastDay: function () { + return '[ayer a la' + (this.hours() !== 1 ? 's' : '') + '] LT'; + }, + lastWeek: function () { + return ( + '[el] dddd [pasado a la' + + (this.hours() !== 1 ? 's' : '') + + '] LT' + ); + }, + sameElse: 'L', + }, + relativeTime: { + future: 'en %s', + past: 'hace %s', + s: 'unos segundos', + ss: '%d segundos', + m: 'un minuto', + mm: '%d minutos', + h: 'una hora', + hh: '%d horas', + d: 'un día', + dd: '%d días', + M: 'un mes', + MM: '%d meses', + y: 'un año', + yy: '%d años', + }, + dayOfMonthOrdinalParse: /\d{1,2}º/, + ordinal: '%dº', + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + invalidDate: 'Fecha invalida', + }); + + //! moment.js locale configuration + + function processRelativeTime$3(number, withoutSuffix, key, isFuture) { + var format = { + s: ['mõne sekundi', 'mõni sekund', 'paar sekundit'], + ss: [number + 'sekundi', number + 'sekundit'], + m: ['ühe minuti', 'üks minut'], + mm: [number + ' minuti', number + ' minutit'], + h: ['ühe tunni', 'tund aega', 'üks tund'], + hh: [number + ' tunni', number + ' tundi'], + d: ['ühe päeva', 'üks päev'], + M: ['kuu aja', 'kuu aega', 'üks kuu'], + MM: [number + ' kuu', number + ' kuud'], + y: ['ühe aasta', 'aasta', 'üks aasta'], + yy: [number + ' aasta', number + ' aastat'], + }; + if (withoutSuffix) { + return format[key][2] ? format[key][2] : format[key][1]; + } + return isFuture ? format[key][0] : format[key][1]; + } + + hooks.defineLocale('et', { + months: 'jaanuar_veebruar_märts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember'.split( + '_' + ), + monthsShort: 'jaan_veebr_märts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets'.split( + '_' + ), + weekdays: 'pühapäev_esmaspäev_teisipäev_kolmapäev_neljapäev_reede_laupäev'.split( + '_' + ), + weekdaysShort: 'P_E_T_K_N_R_L'.split('_'), + weekdaysMin: 'P_E_T_K_N_R_L'.split('_'), + longDateFormat: { + LT: 'H:mm', + LTS: 'H:mm:ss', + L: 'DD.MM.YYYY', + LL: 'D. MMMM YYYY', + LLL: 'D. MMMM YYYY H:mm', + LLLL: 'dddd, D. MMMM YYYY H:mm', + }, + calendar: { + sameDay: '[Täna,] LT', + nextDay: '[Homme,] LT', + nextWeek: '[Järgmine] dddd LT', + lastDay: '[Eile,] LT', + lastWeek: '[Eelmine] dddd LT', + sameElse: 'L', + }, + relativeTime: { + future: '%s pärast', + past: '%s tagasi', + s: processRelativeTime$3, + ss: processRelativeTime$3, + m: processRelativeTime$3, + mm: processRelativeTime$3, + h: processRelativeTime$3, + hh: processRelativeTime$3, + d: processRelativeTime$3, + dd: '%d päeva', + M: processRelativeTime$3, + MM: processRelativeTime$3, + y: processRelativeTime$3, + yy: processRelativeTime$3, + }, + dayOfMonthOrdinalParse: /\d{1,2}\./, + ordinal: '%d.', + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('eu', { + months: 'urtarrila_otsaila_martxoa_apirila_maiatza_ekaina_uztaila_abuztua_iraila_urria_azaroa_abendua'.split( + '_' + ), + monthsShort: 'urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.'.split( + '_' + ), + monthsParseExact: true, + weekdays: 'igandea_astelehena_asteartea_asteazkena_osteguna_ostirala_larunbata'.split( + '_' + ), + weekdaysShort: 'ig._al._ar._az._og._ol._lr.'.split('_'), + weekdaysMin: 'ig_al_ar_az_og_ol_lr'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'YYYY-MM-DD', + LL: 'YYYY[ko] MMMM[ren] D[a]', + LLL: 'YYYY[ko] MMMM[ren] D[a] HH:mm', + LLLL: 'dddd, YYYY[ko] MMMM[ren] D[a] HH:mm', + l: 'YYYY-M-D', + ll: 'YYYY[ko] MMM D[a]', + lll: 'YYYY[ko] MMM D[a] HH:mm', + llll: 'ddd, YYYY[ko] MMM D[a] HH:mm', + }, + calendar: { + sameDay: '[gaur] LT[etan]', + nextDay: '[bihar] LT[etan]', + nextWeek: 'dddd LT[etan]', + lastDay: '[atzo] LT[etan]', + lastWeek: '[aurreko] dddd LT[etan]', + sameElse: 'L', + }, + relativeTime: { + future: '%s barru', + past: 'duela %s', + s: 'segundo batzuk', + ss: '%d segundo', + m: 'minutu bat', + mm: '%d minutu', + h: 'ordu bat', + hh: '%d ordu', + d: 'egun bat', + dd: '%d egun', + M: 'hilabete bat', + MM: '%d hilabete', + y: 'urte bat', + yy: '%d urte', + }, + dayOfMonthOrdinalParse: /\d{1,2}\./, + ordinal: '%d.', + week: { + dow: 1, // Monday is the first day of the week. + doy: 7, // The week that contains Jan 7th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + var symbolMap$5 = { + '1': '۱', + '2': '۲', + '3': '۳', + '4': '۴', + '5': '۵', + '6': '۶', + '7': '۷', + '8': '۸', + '9': '۹', + '0': '۰', + }, + numberMap$4 = { + '۱': '1', + '۲': '2', + '۳': '3', + '۴': '4', + '۵': '5', + '۶': '6', + '۷': '7', + '۸': '8', + '۹': '9', + '۰': '0', + }; + + hooks.defineLocale('fa', { + months: 'ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر'.split( + '_' + ), + monthsShort: 'ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر'.split( + '_' + ), + weekdays: 'یک\u200cشنبه_دوشنبه_سه\u200cشنبه_چهارشنبه_پنج\u200cشنبه_جمعه_شنبه'.split( + '_' + ), + weekdaysShort: 'یک\u200cشنبه_دوشنبه_سه\u200cشنبه_چهارشنبه_پنج\u200cشنبه_جمعه_شنبه'.split( + '_' + ), + weekdaysMin: 'ی_د_س_چ_پ_ج_ش'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd, D MMMM YYYY HH:mm', + }, + meridiemParse: /قبل از ظهر|بعد از ظهر/, + isPM: function (input) { + return /بعد از ظهر/.test(input); + }, + meridiem: function (hour, minute, isLower) { + if (hour < 12) { + return 'قبل از ظهر'; + } else { + return 'بعد از ظهر'; + } + }, + calendar: { + sameDay: '[امروز ساعت] LT', + nextDay: '[فردا ساعت] LT', + nextWeek: 'dddd [ساعت] LT', + lastDay: '[دیروز ساعت] LT', + lastWeek: 'dddd [پیش] [ساعت] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'در %s', + past: '%s پیش', + s: 'چند ثانیه', + ss: '%d ثانیه', + m: 'یک دقیقه', + mm: '%d دقیقه', + h: 'یک ساعت', + hh: '%d ساعت', + d: 'یک روز', + dd: '%d روز', + M: 'یک ماه', + MM: '%d ماه', + y: 'یک سال', + yy: '%d سال', + }, + preparse: function (string) { + return string + .replace(/[۰-۹]/g, function (match) { + return numberMap$4[match]; + }) + .replace(/،/g, ','); + }, + postformat: function (string) { + return string + .replace(/\d/g, function (match) { + return symbolMap$5[match]; + }) + .replace(/,/g, '،'); + }, + dayOfMonthOrdinalParse: /\d{1,2}م/, + ordinal: '%dم', + week: { + dow: 6, // Saturday is the first day of the week. + doy: 12, // The week that contains Jan 12th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + var numbersPast = 'nolla yksi kaksi kolme neljä viisi kuusi seitsemän kahdeksan yhdeksän'.split( + ' ' + ), + numbersFuture = [ + 'nolla', + 'yhden', + 'kahden', + 'kolmen', + 'neljän', + 'viiden', + 'kuuden', + numbersPast[7], + numbersPast[8], + numbersPast[9], + ]; + function translate$2(number, withoutSuffix, key, isFuture) { + var result = ''; + switch (key) { + case 's': + return isFuture ? 'muutaman sekunnin' : 'muutama sekunti'; + case 'ss': + result = isFuture ? 'sekunnin' : 'sekuntia'; + break; + case 'm': + return isFuture ? 'minuutin' : 'minuutti'; + case 'mm': + result = isFuture ? 'minuutin' : 'minuuttia'; + break; + case 'h': + return isFuture ? 'tunnin' : 'tunti'; + case 'hh': + result = isFuture ? 'tunnin' : 'tuntia'; + break; + case 'd': + return isFuture ? 'päivän' : 'päivä'; + case 'dd': + result = isFuture ? 'päivän' : 'päivää'; + break; + case 'M': + return isFuture ? 'kuukauden' : 'kuukausi'; + case 'MM': + result = isFuture ? 'kuukauden' : 'kuukautta'; + break; + case 'y': + return isFuture ? 'vuoden' : 'vuosi'; + case 'yy': + result = isFuture ? 'vuoden' : 'vuotta'; + break; + } + result = verbalNumber(number, isFuture) + ' ' + result; + return result; + } + function verbalNumber(number, isFuture) { + return number < 10 + ? isFuture + ? numbersFuture[number] + : numbersPast[number] + : number; + } + + hooks.defineLocale('fi', { + months: 'tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kesäkuu_heinäkuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu'.split( + '_' + ), + monthsShort: 'tammi_helmi_maalis_huhti_touko_kesä_heinä_elo_syys_loka_marras_joulu'.split( + '_' + ), + weekdays: 'sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai'.split( + '_' + ), + weekdaysShort: 'su_ma_ti_ke_to_pe_la'.split('_'), + weekdaysMin: 'su_ma_ti_ke_to_pe_la'.split('_'), + longDateFormat: { + LT: 'HH.mm', + LTS: 'HH.mm.ss', + L: 'DD.MM.YYYY', + LL: 'Do MMMM[ta] YYYY', + LLL: 'Do MMMM[ta] YYYY, [klo] HH.mm', + LLLL: 'dddd, Do MMMM[ta] YYYY, [klo] HH.mm', + l: 'D.M.YYYY', + ll: 'Do MMM YYYY', + lll: 'Do MMM YYYY, [klo] HH.mm', + llll: 'ddd, Do MMM YYYY, [klo] HH.mm', + }, + calendar: { + sameDay: '[tänään] [klo] LT', + nextDay: '[huomenna] [klo] LT', + nextWeek: 'dddd [klo] LT', + lastDay: '[eilen] [klo] LT', + lastWeek: '[viime] dddd[na] [klo] LT', + sameElse: 'L', + }, + relativeTime: { + future: '%s päästä', + past: '%s sitten', + s: translate$2, + ss: translate$2, + m: translate$2, + mm: translate$2, + h: translate$2, + hh: translate$2, + d: translate$2, + dd: translate$2, + M: translate$2, + MM: translate$2, + y: translate$2, + yy: translate$2, + }, + dayOfMonthOrdinalParse: /\d{1,2}\./, + ordinal: '%d.', + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('fil', { + months: 'Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre'.split( + '_' + ), + monthsShort: 'Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis'.split('_'), + weekdays: 'Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado'.split( + '_' + ), + weekdaysShort: 'Lin_Lun_Mar_Miy_Huw_Biy_Sab'.split('_'), + weekdaysMin: 'Li_Lu_Ma_Mi_Hu_Bi_Sab'.split('_'), + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'MM/D/YYYY', + LL: 'MMMM D, YYYY', + LLL: 'MMMM D, YYYY HH:mm', + LLLL: 'dddd, MMMM DD, YYYY HH:mm', + }, + calendar: { + sameDay: 'LT [ngayong araw]', + nextDay: '[Bukas ng] LT', + nextWeek: 'LT [sa susunod na] dddd', + lastDay: 'LT [kahapon]', + lastWeek: 'LT [noong nakaraang] dddd', + sameElse: 'L', + }, + relativeTime: { + future: 'sa loob ng %s', + past: '%s ang nakalipas', + s: 'ilang segundo', + ss: '%d segundo', + m: 'isang minuto', + mm: '%d minuto', + h: 'isang oras', + hh: '%d oras', + d: 'isang araw', + dd: '%d araw', + M: 'isang buwan', + MM: '%d buwan', + y: 'isang taon', + yy: '%d taon', + }, + dayOfMonthOrdinalParse: /\d{1,2}/, + ordinal: function (number) { + return number; + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('fo', { + months: 'januar_februar_mars_apríl_mai_juni_juli_august_september_oktober_november_desember'.split( + '_' + ), + monthsShort: 'jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des'.split('_'), + weekdays: 'sunnudagur_mánadagur_týsdagur_mikudagur_hósdagur_fríggjadagur_leygardagur'.split( + '_' + ), + weekdaysShort: 'sun_mán_týs_mik_hós_frí_ley'.split('_'), + weekdaysMin: 'su_má_tý_mi_hó_fr_le'.split('_'), + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd D. MMMM, YYYY HH:mm', + }, + calendar: { + sameDay: '[Í dag kl.] LT', + nextDay: '[Í morgin kl.] LT', + nextWeek: 'dddd [kl.] LT', + lastDay: '[Í gjár kl.] LT', + lastWeek: '[síðstu] dddd [kl] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'um %s', + past: '%s síðani', + s: 'fá sekund', + ss: '%d sekundir', + m: 'ein minuttur', + mm: '%d minuttir', + h: 'ein tími', + hh: '%d tímar', + d: 'ein dagur', + dd: '%d dagar', + M: 'ein mánaður', + MM: '%d mánaðir', + y: 'eitt ár', + yy: '%d ár', + }, + dayOfMonthOrdinalParse: /\d{1,2}\./, + ordinal: '%d.', + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('fr-ca', { + months: 'janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre'.split( + '_' + ), + monthsShort: 'janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.'.split( + '_' + ), + monthsParseExact: true, + weekdays: 'dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi'.split('_'), + weekdaysShort: 'dim._lun._mar._mer._jeu._ven._sam.'.split('_'), + weekdaysMin: 'di_lu_ma_me_je_ve_sa'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'YYYY-MM-DD', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd D MMMM YYYY HH:mm', + }, + calendar: { + sameDay: '[Aujourd’hui à] LT', + nextDay: '[Demain à] LT', + nextWeek: 'dddd [à] LT', + lastDay: '[Hier à] LT', + lastWeek: 'dddd [dernier à] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'dans %s', + past: 'il y a %s', + s: 'quelques secondes', + ss: '%d secondes', + m: 'une minute', + mm: '%d minutes', + h: 'une heure', + hh: '%d heures', + d: 'un jour', + dd: '%d jours', + M: 'un mois', + MM: '%d mois', + y: 'un an', + yy: '%d ans', + }, + dayOfMonthOrdinalParse: /\d{1,2}(er|e)/, + ordinal: function (number, period) { + switch (period) { + // Words with masculine grammatical gender: mois, trimestre, jour + default: + case 'M': + case 'Q': + case 'D': + case 'DDD': + case 'd': + return number + (number === 1 ? 'er' : 'e'); + + // Words with feminine grammatical gender: semaine + case 'w': + case 'W': + return number + (number === 1 ? 're' : 'e'); + } + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('fr-ch', { + months: 'janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre'.split( + '_' + ), + monthsShort: 'janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.'.split( + '_' + ), + monthsParseExact: true, + weekdays: 'dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi'.split('_'), + weekdaysShort: 'dim._lun._mar._mer._jeu._ven._sam.'.split('_'), + weekdaysMin: 'di_lu_ma_me_je_ve_sa'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD.MM.YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd D MMMM YYYY HH:mm', + }, + calendar: { + sameDay: '[Aujourd’hui à] LT', + nextDay: '[Demain à] LT', + nextWeek: 'dddd [à] LT', + lastDay: '[Hier à] LT', + lastWeek: 'dddd [dernier à] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'dans %s', + past: 'il y a %s', + s: 'quelques secondes', + ss: '%d secondes', + m: 'une minute', + mm: '%d minutes', + h: 'une heure', + hh: '%d heures', + d: 'un jour', + dd: '%d jours', + M: 'un mois', + MM: '%d mois', + y: 'un an', + yy: '%d ans', + }, + dayOfMonthOrdinalParse: /\d{1,2}(er|e)/, + ordinal: function (number, period) { + switch (period) { + // Words with masculine grammatical gender: mois, trimestre, jour + default: + case 'M': + case 'Q': + case 'D': + case 'DDD': + case 'd': + return number + (number === 1 ? 'er' : 'e'); + + // Words with feminine grammatical gender: semaine + case 'w': + case 'W': + return number + (number === 1 ? 're' : 'e'); + } + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + var monthsStrictRegex$1 = /^(janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i, + monthsShortStrictRegex$1 = /(janv\.?|févr\.?|mars|avr\.?|mai|juin|juil\.?|août|sept\.?|oct\.?|nov\.?|déc\.?)/i, + monthsRegex$6 = /(janv\.?|févr\.?|mars|avr\.?|mai|juin|juil\.?|août|sept\.?|oct\.?|nov\.?|déc\.?|janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i, + monthsParse$5 = [ + /^janv/i, + /^févr/i, + /^mars/i, + /^avr/i, + /^mai/i, + /^juin/i, + /^juil/i, + /^août/i, + /^sept/i, + /^oct/i, + /^nov/i, + /^déc/i, + ]; + + hooks.defineLocale('fr', { + months: 'janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre'.split( + '_' + ), + monthsShort: 'janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.'.split( + '_' + ), + monthsRegex: monthsRegex$6, + monthsShortRegex: monthsRegex$6, + monthsStrictRegex: monthsStrictRegex$1, + monthsShortStrictRegex: monthsShortStrictRegex$1, + monthsParse: monthsParse$5, + longMonthsParse: monthsParse$5, + shortMonthsParse: monthsParse$5, + weekdays: 'dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi'.split('_'), + weekdaysShort: 'dim._lun._mar._mer._jeu._ven._sam.'.split('_'), + weekdaysMin: 'di_lu_ma_me_je_ve_sa'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd D MMMM YYYY HH:mm', + }, + calendar: { + sameDay: '[Aujourd’hui à] LT', + nextDay: '[Demain à] LT', + nextWeek: 'dddd [à] LT', + lastDay: '[Hier à] LT', + lastWeek: 'dddd [dernier à] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'dans %s', + past: 'il y a %s', + s: 'quelques secondes', + ss: '%d secondes', + m: 'une minute', + mm: '%d minutes', + h: 'une heure', + hh: '%d heures', + d: 'un jour', + dd: '%d jours', + M: 'un mois', + MM: '%d mois', + y: 'un an', + yy: '%d ans', + }, + dayOfMonthOrdinalParse: /\d{1,2}(er|)/, + ordinal: function (number, period) { + switch (period) { + // TODO: Return 'e' when day of month > 1. Move this case inside + // block for masculine words below. + // See https://github.com/moment/moment/issues/3375 + case 'D': + return number + (number === 1 ? 'er' : ''); + + // Words with masculine grammatical gender: mois, trimestre, jour + default: + case 'M': + case 'Q': + case 'DDD': + case 'd': + return number + (number === 1 ? 'er' : 'e'); + + // Words with feminine grammatical gender: semaine + case 'w': + case 'W': + return number + (number === 1 ? 're' : 'e'); + } + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + var monthsShortWithDots = 'jan._feb._mrt._apr._mai_jun._jul._aug._sep._okt._nov._des.'.split( + '_' + ), + monthsShortWithoutDots = 'jan_feb_mrt_apr_mai_jun_jul_aug_sep_okt_nov_des'.split( + '_' + ); + + hooks.defineLocale('fy', { + months: 'jannewaris_febrewaris_maart_april_maaie_juny_july_augustus_septimber_oktober_novimber_desimber'.split( + '_' + ), + monthsShort: function (m, format) { + if (!m) { + return monthsShortWithDots; + } else if (/-MMM-/.test(format)) { + return monthsShortWithoutDots[m.month()]; + } else { + return monthsShortWithDots[m.month()]; + } + }, + monthsParseExact: true, + weekdays: 'snein_moandei_tiisdei_woansdei_tongersdei_freed_sneon'.split( + '_' + ), + weekdaysShort: 'si._mo._ti._wo._to._fr._so.'.split('_'), + weekdaysMin: 'Si_Mo_Ti_Wo_To_Fr_So'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD-MM-YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd D MMMM YYYY HH:mm', + }, + calendar: { + sameDay: '[hjoed om] LT', + nextDay: '[moarn om] LT', + nextWeek: 'dddd [om] LT', + lastDay: '[juster om] LT', + lastWeek: '[ôfrûne] dddd [om] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'oer %s', + past: '%s lyn', + s: 'in pear sekonden', + ss: '%d sekonden', + m: 'ien minút', + mm: '%d minuten', + h: 'ien oere', + hh: '%d oeren', + d: 'ien dei', + dd: '%d dagen', + M: 'ien moanne', + MM: '%d moannen', + y: 'ien jier', + yy: '%d jierren', + }, + dayOfMonthOrdinalParse: /\d{1,2}(ste|de)/, + ordinal: function (number) { + return ( + number + + (number === 1 || number === 8 || number >= 20 ? 'ste' : 'de') + ); + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + var months$6 = [ + 'Eanáir', + 'Feabhra', + 'Márta', + 'Aibreán', + 'Bealtaine', + 'Meitheamh', + 'Iúil', + 'Lúnasa', + 'Meán Fómhair', + 'Deireadh Fómhair', + 'Samhain', + 'Nollaig', + ], + monthsShort$4 = [ + 'Ean', + 'Feabh', + 'Márt', + 'Aib', + 'Beal', + 'Meith', + 'Iúil', + 'Lún', + 'M.F.', + 'D.F.', + 'Samh', + 'Noll', + ], + weekdays$1 = [ + 'Dé Domhnaigh', + 'Dé Luain', + 'Dé Máirt', + 'Dé Céadaoin', + 'Déardaoin', + 'Dé hAoine', + 'Dé Sathairn', + ], + weekdaysShort = ['Domh', 'Luan', 'Máirt', 'Céad', 'Déar', 'Aoine', 'Sath'], + weekdaysMin = ['Do', 'Lu', 'Má', 'Cé', 'Dé', 'A', 'Sa']; + + hooks.defineLocale('ga', { + months: months$6, + monthsShort: monthsShort$4, + monthsParseExact: true, + weekdays: weekdays$1, + weekdaysShort: weekdaysShort, + weekdaysMin: weekdaysMin, + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd, D MMMM YYYY HH:mm', + }, + calendar: { + sameDay: '[Inniu ag] LT', + nextDay: '[Amárach ag] LT', + nextWeek: 'dddd [ag] LT', + lastDay: '[Inné ag] LT', + lastWeek: 'dddd [seo caite] [ag] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'i %s', + past: '%s ó shin', + s: 'cúpla soicind', + ss: '%d soicind', + m: 'nóiméad', + mm: '%d nóiméad', + h: 'uair an chloig', + hh: '%d uair an chloig', + d: 'lá', + dd: '%d lá', + M: 'mí', + MM: '%d míonna', + y: 'bliain', + yy: '%d bliain', + }, + dayOfMonthOrdinalParse: /\d{1,2}(d|na|mh)/, + ordinal: function (number) { + var output = number === 1 ? 'd' : number % 10 === 2 ? 'na' : 'mh'; + return number + output; + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + var months$7 = [ + 'Am Faoilleach', + 'An Gearran', + 'Am Màrt', + 'An Giblean', + 'An Cèitean', + 'An t-Ògmhios', + 'An t-Iuchar', + 'An Lùnastal', + 'An t-Sultain', + 'An Dàmhair', + 'An t-Samhain', + 'An Dùbhlachd', + ], + monthsShort$5 = [ + 'Faoi', + 'Gear', + 'Màrt', + 'Gibl', + 'Cèit', + 'Ògmh', + 'Iuch', + 'Lùn', + 'Sult', + 'Dàmh', + 'Samh', + 'Dùbh', + ], + weekdays$2 = [ + 'Didòmhnaich', + 'Diluain', + 'Dimàirt', + 'Diciadain', + 'Diardaoin', + 'Dihaoine', + 'Disathairne', + ], + weekdaysShort$1 = ['Did', 'Dil', 'Dim', 'Dic', 'Dia', 'Dih', 'Dis'], + weekdaysMin$1 = ['Dò', 'Lu', 'Mà', 'Ci', 'Ar', 'Ha', 'Sa']; + + hooks.defineLocale('gd', { + months: months$7, + monthsShort: monthsShort$5, + monthsParseExact: true, + weekdays: weekdays$2, + weekdaysShort: weekdaysShort$1, + weekdaysMin: weekdaysMin$1, + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd, D MMMM YYYY HH:mm', + }, + calendar: { + sameDay: '[An-diugh aig] LT', + nextDay: '[A-màireach aig] LT', + nextWeek: 'dddd [aig] LT', + lastDay: '[An-dè aig] LT', + lastWeek: 'dddd [seo chaidh] [aig] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'ann an %s', + past: 'bho chionn %s', + s: 'beagan diogan', + ss: '%d diogan', + m: 'mionaid', + mm: '%d mionaidean', + h: 'uair', + hh: '%d uairean', + d: 'latha', + dd: '%d latha', + M: 'mìos', + MM: '%d mìosan', + y: 'bliadhna', + yy: '%d bliadhna', + }, + dayOfMonthOrdinalParse: /\d{1,2}(d|na|mh)/, + ordinal: function (number) { + var output = number === 1 ? 'd' : number % 10 === 2 ? 'na' : 'mh'; + return number + output; + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('gl', { + months: 'xaneiro_febreiro_marzo_abril_maio_xuño_xullo_agosto_setembro_outubro_novembro_decembro'.split( + '_' + ), + monthsShort: 'xan._feb._mar._abr._mai._xuñ._xul._ago._set._out._nov._dec.'.split( + '_' + ), + monthsParseExact: true, + weekdays: 'domingo_luns_martes_mércores_xoves_venres_sábado'.split('_'), + weekdaysShort: 'dom._lun._mar._mér._xov._ven._sáb.'.split('_'), + weekdaysMin: 'do_lu_ma_mé_xo_ve_sá'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'H:mm', + LTS: 'H:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D [de] MMMM [de] YYYY', + LLL: 'D [de] MMMM [de] YYYY H:mm', + LLLL: 'dddd, D [de] MMMM [de] YYYY H:mm', + }, + calendar: { + sameDay: function () { + return '[hoxe ' + (this.hours() !== 1 ? 'ás' : 'á') + '] LT'; + }, + nextDay: function () { + return '[mañá ' + (this.hours() !== 1 ? 'ás' : 'á') + '] LT'; + }, + nextWeek: function () { + return 'dddd [' + (this.hours() !== 1 ? 'ás' : 'a') + '] LT'; + }, + lastDay: function () { + return '[onte ' + (this.hours() !== 1 ? 'á' : 'a') + '] LT'; + }, + lastWeek: function () { + return ( + '[o] dddd [pasado ' + (this.hours() !== 1 ? 'ás' : 'a') + '] LT' + ); + }, + sameElse: 'L', + }, + relativeTime: { + future: function (str) { + if (str.indexOf('un') === 0) { + return 'n' + str; + } + return 'en ' + str; + }, + past: 'hai %s', + s: 'uns segundos', + ss: '%d segundos', + m: 'un minuto', + mm: '%d minutos', + h: 'unha hora', + hh: '%d horas', + d: 'un día', + dd: '%d días', + M: 'un mes', + MM: '%d meses', + y: 'un ano', + yy: '%d anos', + }, + dayOfMonthOrdinalParse: /\d{1,2}º/, + ordinal: '%dº', + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + function processRelativeTime$4(number, withoutSuffix, key, isFuture) { + var format = { + s: ['थोडया सॅकंडांनी', 'थोडे सॅकंड'], + ss: [number + ' सॅकंडांनी', number + ' सॅकंड'], + m: ['एका मिणटान', 'एक मिनूट'], + mm: [number + ' मिणटांनी', number + ' मिणटां'], + h: ['एका वरान', 'एक वर'], + hh: [number + ' वरांनी', number + ' वरां'], + d: ['एका दिसान', 'एक दीस'], + dd: [number + ' दिसांनी', number + ' दीस'], + M: ['एका म्हयन्यान', 'एक म्हयनो'], + MM: [number + ' म्हयन्यानी', number + ' म्हयने'], + y: ['एका वर्सान', 'एक वर्स'], + yy: [number + ' वर्सांनी', number + ' वर्सां'], + }; + return isFuture ? format[key][0] : format[key][1]; + } + + hooks.defineLocale('gom-deva', { + months: { + standalone: 'जानेवारी_फेब्रुवारी_मार्च_एप्रील_मे_जून_जुलय_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर'.split( + '_' + ), + format: 'जानेवारीच्या_फेब्रुवारीच्या_मार्चाच्या_एप्रीलाच्या_मेयाच्या_जूनाच्या_जुलयाच्या_ऑगस्टाच्या_सप्टेंबराच्या_ऑक्टोबराच्या_नोव्हेंबराच्या_डिसेंबराच्या'.split( + '_' + ), + isFormat: /MMMM(\s)+D[oD]?/, + }, + monthsShort: 'जाने._फेब्रु._मार्च_एप्री._मे_जून_जुल._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.'.split( + '_' + ), + monthsParseExact: true, + weekdays: 'आयतार_सोमार_मंगळार_बुधवार_बिरेस्तार_सुक्रार_शेनवार'.split('_'), + weekdaysShort: 'आयत._सोम._मंगळ._बुध._ब्रेस्त._सुक्र._शेन.'.split('_'), + weekdaysMin: 'आ_सो_मं_बु_ब्रे_सु_शे'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'A h:mm [वाजतां]', + LTS: 'A h:mm:ss [वाजतां]', + L: 'DD-MM-YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY A h:mm [वाजतां]', + LLLL: 'dddd, MMMM Do, YYYY, A h:mm [वाजतां]', + llll: 'ddd, D MMM YYYY, A h:mm [वाजतां]', + }, + calendar: { + sameDay: '[आयज] LT', + nextDay: '[फाल्यां] LT', + nextWeek: '[फुडलो] dddd[,] LT', + lastDay: '[काल] LT', + lastWeek: '[फाटलो] dddd[,] LT', + sameElse: 'L', + }, + relativeTime: { + future: '%s', + past: '%s आदीं', + s: processRelativeTime$4, + ss: processRelativeTime$4, + m: processRelativeTime$4, + mm: processRelativeTime$4, + h: processRelativeTime$4, + hh: processRelativeTime$4, + d: processRelativeTime$4, + dd: processRelativeTime$4, + M: processRelativeTime$4, + MM: processRelativeTime$4, + y: processRelativeTime$4, + yy: processRelativeTime$4, + }, + dayOfMonthOrdinalParse: /\d{1,2}(वेर)/, + ordinal: function (number, period) { + switch (period) { + // the ordinal 'वेर' only applies to day of the month + case 'D': + return number + 'वेर'; + default: + case 'M': + case 'Q': + case 'DDD': + case 'd': + case 'w': + case 'W': + return number; + } + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + meridiemParse: /राती|सकाळीं|दनपारां|सांजे/, + meridiemHour: function (hour, meridiem) { + if (hour === 12) { + hour = 0; + } + if (meridiem === 'राती') { + return hour < 4 ? hour : hour + 12; + } else if (meridiem === 'सकाळीं') { + return hour; + } else if (meridiem === 'दनपारां') { + return hour > 12 ? hour : hour + 12; + } else if (meridiem === 'सांजे') { + return hour + 12; + } + }, + meridiem: function (hour, minute, isLower) { + if (hour < 4) { + return 'राती'; + } else if (hour < 12) { + return 'सकाळीं'; + } else if (hour < 16) { + return 'दनपारां'; + } else if (hour < 20) { + return 'सांजे'; + } else { + return 'राती'; + } + }, + }); + + //! moment.js locale configuration + + function processRelativeTime$5(number, withoutSuffix, key, isFuture) { + var format = { + s: ['thoddea sekondamni', 'thodde sekond'], + ss: [number + ' sekondamni', number + ' sekond'], + m: ['eka mintan', 'ek minut'], + mm: [number + ' mintamni', number + ' mintam'], + h: ['eka voran', 'ek vor'], + hh: [number + ' voramni', number + ' voram'], + d: ['eka disan', 'ek dis'], + dd: [number + ' disamni', number + ' dis'], + M: ['eka mhoinean', 'ek mhoino'], + MM: [number + ' mhoineamni', number + ' mhoine'], + y: ['eka vorsan', 'ek voros'], + yy: [number + ' vorsamni', number + ' vorsam'], + }; + return isFuture ? format[key][0] : format[key][1]; + } + + hooks.defineLocale('gom-latn', { + months: { + standalone: 'Janer_Febrer_Mars_Abril_Mai_Jun_Julai_Agost_Setembr_Otubr_Novembr_Dezembr'.split( + '_' + ), + format: 'Janerachea_Febrerachea_Marsachea_Abrilachea_Maiachea_Junachea_Julaiachea_Agostachea_Setembrachea_Otubrachea_Novembrachea_Dezembrachea'.split( + '_' + ), + isFormat: /MMMM(\s)+D[oD]?/, + }, + monthsShort: 'Jan._Feb._Mars_Abr._Mai_Jun_Jul._Ago._Set._Otu._Nov._Dez.'.split( + '_' + ), + monthsParseExact: true, + weekdays: "Aitar_Somar_Mongllar_Budhvar_Birestar_Sukrar_Son'var".split('_'), + weekdaysShort: 'Ait._Som._Mon._Bud._Bre._Suk._Son.'.split('_'), + weekdaysMin: 'Ai_Sm_Mo_Bu_Br_Su_Sn'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'A h:mm [vazta]', + LTS: 'A h:mm:ss [vazta]', + L: 'DD-MM-YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY A h:mm [vazta]', + LLLL: 'dddd, MMMM Do, YYYY, A h:mm [vazta]', + llll: 'ddd, D MMM YYYY, A h:mm [vazta]', + }, + calendar: { + sameDay: '[Aiz] LT', + nextDay: '[Faleam] LT', + nextWeek: '[Fuddlo] dddd[,] LT', + lastDay: '[Kal] LT', + lastWeek: '[Fattlo] dddd[,] LT', + sameElse: 'L', + }, + relativeTime: { + future: '%s', + past: '%s adim', + s: processRelativeTime$5, + ss: processRelativeTime$5, + m: processRelativeTime$5, + mm: processRelativeTime$5, + h: processRelativeTime$5, + hh: processRelativeTime$5, + d: processRelativeTime$5, + dd: processRelativeTime$5, + M: processRelativeTime$5, + MM: processRelativeTime$5, + y: processRelativeTime$5, + yy: processRelativeTime$5, + }, + dayOfMonthOrdinalParse: /\d{1,2}(er)/, + ordinal: function (number, period) { + switch (period) { + // the ordinal 'er' only applies to day of the month + case 'D': + return number + 'er'; + default: + case 'M': + case 'Q': + case 'DDD': + case 'd': + case 'w': + case 'W': + return number; + } + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + meridiemParse: /rati|sokallim|donparam|sanje/, + meridiemHour: function (hour, meridiem) { + if (hour === 12) { + hour = 0; + } + if (meridiem === 'rati') { + return hour < 4 ? hour : hour + 12; + } else if (meridiem === 'sokallim') { + return hour; + } else if (meridiem === 'donparam') { + return hour > 12 ? hour : hour + 12; + } else if (meridiem === 'sanje') { + return hour + 12; + } + }, + meridiem: function (hour, minute, isLower) { + if (hour < 4) { + return 'rati'; + } else if (hour < 12) { + return 'sokallim'; + } else if (hour < 16) { + return 'donparam'; + } else if (hour < 20) { + return 'sanje'; + } else { + return 'rati'; + } + }, + }); + + //! moment.js locale configuration + + var symbolMap$6 = { + '1': '૧', + '2': '૨', + '3': '૩', + '4': '૪', + '5': '૫', + '6': '૬', + '7': '૭', + '8': '૮', + '9': '૯', + '0': '૦', + }, + numberMap$5 = { + '૧': '1', + '૨': '2', + '૩': '3', + '૪': '4', + '૫': '5', + '૬': '6', + '૭': '7', + '૮': '8', + '૯': '9', + '૦': '0', + }; + + hooks.defineLocale('gu', { + months: 'જાન્યુઆરી_ફેબ્રુઆરી_માર્ચ_એપ્રિલ_મે_જૂન_જુલાઈ_ઑગસ્ટ_સપ્ટેમ્બર_ઑક્ટ્બર_નવેમ્બર_ડિસેમ્બર'.split( + '_' + ), + monthsShort: 'જાન્યુ._ફેબ્રુ._માર્ચ_એપ્રિ._મે_જૂન_જુલા._ઑગ._સપ્ટે._ઑક્ટ્._નવે._ડિસે.'.split( + '_' + ), + monthsParseExact: true, + weekdays: 'રવિવાર_સોમવાર_મંગળવાર_બુધ્વાર_ગુરુવાર_શુક્રવાર_શનિવાર'.split( + '_' + ), + weekdaysShort: 'રવિ_સોમ_મંગળ_બુધ્_ગુરુ_શુક્ર_શનિ'.split('_'), + weekdaysMin: 'ર_સો_મં_બુ_ગુ_શુ_શ'.split('_'), + longDateFormat: { + LT: 'A h:mm વાગ્યે', + LTS: 'A h:mm:ss વાગ્યે', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY, A h:mm વાગ્યે', + LLLL: 'dddd, D MMMM YYYY, A h:mm વાગ્યે', + }, + calendar: { + sameDay: '[આજ] LT', + nextDay: '[કાલે] LT', + nextWeek: 'dddd, LT', + lastDay: '[ગઇકાલે] LT', + lastWeek: '[પાછલા] dddd, LT', + sameElse: 'L', + }, + relativeTime: { + future: '%s મા', + past: '%s પહેલા', + s: 'અમુક પળો', + ss: '%d સેકંડ', + m: 'એક મિનિટ', + mm: '%d મિનિટ', + h: 'એક કલાક', + hh: '%d કલાક', + d: 'એક દિવસ', + dd: '%d દિવસ', + M: 'એક મહિનો', + MM: '%d મહિનો', + y: 'એક વર્ષ', + yy: '%d વર્ષ', + }, + preparse: function (string) { + return string.replace(/[૧૨૩૪૫૬૭૮૯૦]/g, function (match) { + return numberMap$5[match]; + }); + }, + postformat: function (string) { + return string.replace(/\d/g, function (match) { + return symbolMap$6[match]; + }); + }, + // Gujarati notation for meridiems are quite fuzzy in practice. While there exists + // a rigid notion of a 'Pahar' it is not used as rigidly in modern Gujarati. + meridiemParse: /રાત|બપોર|સવાર|સાંજ/, + meridiemHour: function (hour, meridiem) { + if (hour === 12) { + hour = 0; + } + if (meridiem === 'રાત') { + return hour < 4 ? hour : hour + 12; + } else if (meridiem === 'સવાર') { + return hour; + } else if (meridiem === 'બપોર') { + return hour >= 10 ? hour : hour + 12; + } else if (meridiem === 'સાંજ') { + return hour + 12; + } + }, + meridiem: function (hour, minute, isLower) { + if (hour < 4) { + return 'રાત'; + } else if (hour < 10) { + return 'સવાર'; + } else if (hour < 17) { + return 'બપોર'; + } else if (hour < 20) { + return 'સાંજ'; + } else { + return 'રાત'; + } + }, + week: { + dow: 0, // Sunday is the first day of the week. + doy: 6, // The week that contains Jan 6th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('he', { + months: 'ינואר_פברואר_מרץ_אפריל_מאי_יוני_יולי_אוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר'.split( + '_' + ), + monthsShort: 'ינו׳_פבר׳_מרץ_אפר׳_מאי_יוני_יולי_אוג׳_ספט׳_אוק׳_נוב׳_דצמ׳'.split( + '_' + ), + weekdays: 'ראשון_שני_שלישי_רביעי_חמישי_שישי_שבת'.split('_'), + weekdaysShort: 'א׳_ב׳_ג׳_ד׳_ה׳_ו׳_ש׳'.split('_'), + weekdaysMin: 'א_ב_ג_ד_ה_ו_ש'.split('_'), + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D [ב]MMMM YYYY', + LLL: 'D [ב]MMMM YYYY HH:mm', + LLLL: 'dddd, D [ב]MMMM YYYY HH:mm', + l: 'D/M/YYYY', + ll: 'D MMM YYYY', + lll: 'D MMM YYYY HH:mm', + llll: 'ddd, D MMM YYYY HH:mm', + }, + calendar: { + sameDay: '[היום ב־]LT', + nextDay: '[מחר ב־]LT', + nextWeek: 'dddd [בשעה] LT', + lastDay: '[אתמול ב־]LT', + lastWeek: '[ביום] dddd [האחרון בשעה] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'בעוד %s', + past: 'לפני %s', + s: 'מספר שניות', + ss: '%d שניות', + m: 'דקה', + mm: '%d דקות', + h: 'שעה', + hh: function (number) { + if (number === 2) { + return 'שעתיים'; + } + return number + ' שעות'; + }, + d: 'יום', + dd: function (number) { + if (number === 2) { + return 'יומיים'; + } + return number + ' ימים'; + }, + M: 'חודש', + MM: function (number) { + if (number === 2) { + return 'חודשיים'; + } + return number + ' חודשים'; + }, + y: 'שנה', + yy: function (number) { + if (number === 2) { + return 'שנתיים'; + } else if (number % 10 === 0 && number !== 10) { + return number + ' שנה'; + } + return number + ' שנים'; + }, + }, + meridiemParse: /אחה"צ|לפנה"צ|אחרי הצהריים|לפני הצהריים|לפנות בוקר|בבוקר|בערב/i, + isPM: function (input) { + return /^(אחה"צ|אחרי הצהריים|בערב)$/.test(input); + }, + meridiem: function (hour, minute, isLower) { + if (hour < 5) { + return 'לפנות בוקר'; + } else if (hour < 10) { + return 'בבוקר'; + } else if (hour < 12) { + return isLower ? 'לפנה"צ' : 'לפני הצהריים'; + } else if (hour < 18) { + return isLower ? 'אחה"צ' : 'אחרי הצהריים'; + } else { + return 'בערב'; + } + }, + }); + + //! moment.js locale configuration + + var symbolMap$7 = { + '1': '१', + '2': '२', + '3': '३', + '4': '४', + '5': '५', + '6': '६', + '7': '७', + '8': '८', + '9': '९', + '0': '०', + }, + numberMap$6 = { + '१': '1', + '२': '2', + '३': '3', + '४': '4', + '५': '5', + '६': '6', + '७': '7', + '८': '8', + '९': '9', + '०': '0', + }; + + hooks.defineLocale('hi', { + months: 'जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर'.split( + '_' + ), + monthsShort: 'जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस.'.split( + '_' + ), + monthsParseExact: true, + weekdays: 'रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार'.split('_'), + weekdaysShort: 'रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि'.split('_'), + weekdaysMin: 'र_सो_मं_बु_गु_शु_श'.split('_'), + longDateFormat: { + LT: 'A h:mm बजे', + LTS: 'A h:mm:ss बजे', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY, A h:mm बजे', + LLLL: 'dddd, D MMMM YYYY, A h:mm बजे', + }, + calendar: { + sameDay: '[आज] LT', + nextDay: '[कल] LT', + nextWeek: 'dddd, LT', + lastDay: '[कल] LT', + lastWeek: '[पिछले] dddd, LT', + sameElse: 'L', + }, + relativeTime: { + future: '%s में', + past: '%s पहले', + s: 'कुछ ही क्षण', + ss: '%d सेकंड', + m: 'एक मिनट', + mm: '%d मिनट', + h: 'एक घंटा', + hh: '%d घंटे', + d: 'एक दिन', + dd: '%d दिन', + M: 'एक महीने', + MM: '%d महीने', + y: 'एक वर्ष', + yy: '%d वर्ष', + }, + preparse: function (string) { + return string.replace(/[१२३४५६७८९०]/g, function (match) { + return numberMap$6[match]; + }); + }, + postformat: function (string) { + return string.replace(/\d/g, function (match) { + return symbolMap$7[match]; + }); + }, + // Hindi notation for meridiems are quite fuzzy in practice. While there exists + // a rigid notion of a 'Pahar' it is not used as rigidly in modern Hindi. + meridiemParse: /रात|सुबह|दोपहर|शाम/, + meridiemHour: function (hour, meridiem) { + if (hour === 12) { + hour = 0; + } + if (meridiem === 'रात') { + return hour < 4 ? hour : hour + 12; + } else if (meridiem === 'सुबह') { + return hour; + } else if (meridiem === 'दोपहर') { + return hour >= 10 ? hour : hour + 12; + } else if (meridiem === 'शाम') { + return hour + 12; + } + }, + meridiem: function (hour, minute, isLower) { + if (hour < 4) { + return 'रात'; + } else if (hour < 10) { + return 'सुबह'; + } else if (hour < 17) { + return 'दोपहर'; + } else if (hour < 20) { + return 'शाम'; + } else { + return 'रात'; + } + }, + week: { + dow: 0, // Sunday is the first day of the week. + doy: 6, // The week that contains Jan 6th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + function translate$3(number, withoutSuffix, key) { + var result = number + ' '; + switch (key) { + case 'ss': + if (number === 1) { + result += 'sekunda'; + } else if (number === 2 || number === 3 || number === 4) { + result += 'sekunde'; + } else { + result += 'sekundi'; + } + return result; + case 'm': + return withoutSuffix ? 'jedna minuta' : 'jedne minute'; + case 'mm': + if (number === 1) { + result += 'minuta'; + } else if (number === 2 || number === 3 || number === 4) { + result += 'minute'; + } else { + result += 'minuta'; + } + return result; + case 'h': + return withoutSuffix ? 'jedan sat' : 'jednog sata'; + case 'hh': + if (number === 1) { + result += 'sat'; + } else if (number === 2 || number === 3 || number === 4) { + result += 'sata'; + } else { + result += 'sati'; + } + return result; + case 'dd': + if (number === 1) { + result += 'dan'; + } else { + result += 'dana'; + } + return result; + case 'MM': + if (number === 1) { + result += 'mjesec'; + } else if (number === 2 || number === 3 || number === 4) { + result += 'mjeseca'; + } else { + result += 'mjeseci'; + } + return result; + case 'yy': + if (number === 1) { + result += 'godina'; + } else if (number === 2 || number === 3 || number === 4) { + result += 'godine'; + } else { + result += 'godina'; + } + return result; + } + } + + hooks.defineLocale('hr', { + months: { + format: 'siječnja_veljače_ožujka_travnja_svibnja_lipnja_srpnja_kolovoza_rujna_listopada_studenoga_prosinca'.split( + '_' + ), + standalone: 'siječanj_veljača_ožujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac'.split( + '_' + ), + }, + monthsShort: 'sij._velj._ožu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.'.split( + '_' + ), + monthsParseExact: true, + weekdays: 'nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota'.split( + '_' + ), + weekdaysShort: 'ned._pon._uto._sri._čet._pet._sub.'.split('_'), + weekdaysMin: 'ne_po_ut_sr_če_pe_su'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'H:mm', + LTS: 'H:mm:ss', + L: 'DD.MM.YYYY', + LL: 'Do MMMM YYYY', + LLL: 'Do MMMM YYYY H:mm', + LLLL: 'dddd, Do MMMM YYYY H:mm', + }, + calendar: { + sameDay: '[danas u] LT', + nextDay: '[sutra u] LT', + nextWeek: function () { + switch (this.day()) { + case 0: + return '[u] [nedjelju] [u] LT'; + case 3: + return '[u] [srijedu] [u] LT'; + case 6: + return '[u] [subotu] [u] LT'; + case 1: + case 2: + case 4: + case 5: + return '[u] dddd [u] LT'; + } + }, + lastDay: '[jučer u] LT', + lastWeek: function () { + switch (this.day()) { + case 0: + return '[prošlu] [nedjelju] [u] LT'; + case 3: + return '[prošlu] [srijedu] [u] LT'; + case 6: + return '[prošle] [subote] [u] LT'; + case 1: + case 2: + case 4: + case 5: + return '[prošli] dddd [u] LT'; + } + }, + sameElse: 'L', + }, + relativeTime: { + future: 'za %s', + past: 'prije %s', + s: 'par sekundi', + ss: translate$3, + m: translate$3, + mm: translate$3, + h: translate$3, + hh: translate$3, + d: 'dan', + dd: translate$3, + M: 'mjesec', + MM: translate$3, + y: 'godinu', + yy: translate$3, + }, + dayOfMonthOrdinalParse: /\d{1,2}\./, + ordinal: '%d.', + week: { + dow: 1, // Monday is the first day of the week. + doy: 7, // The week that contains Jan 7th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + var weekEndings = 'vasárnap hétfőn kedden szerdán csütörtökön pénteken szombaton'.split( + ' ' + ); + function translate$4(number, withoutSuffix, key, isFuture) { + var num = number; + switch (key) { + case 's': + return isFuture || withoutSuffix + ? 'néhány másodperc' + : 'néhány másodperce'; + case 'ss': + return num + (isFuture || withoutSuffix) + ? ' másodperc' + : ' másodperce'; + case 'm': + return 'egy' + (isFuture || withoutSuffix ? ' perc' : ' perce'); + case 'mm': + return num + (isFuture || withoutSuffix ? ' perc' : ' perce'); + case 'h': + return 'egy' + (isFuture || withoutSuffix ? ' óra' : ' órája'); + case 'hh': + return num + (isFuture || withoutSuffix ? ' óra' : ' órája'); + case 'd': + return 'egy' + (isFuture || withoutSuffix ? ' nap' : ' napja'); + case 'dd': + return num + (isFuture || withoutSuffix ? ' nap' : ' napja'); + case 'M': + return 'egy' + (isFuture || withoutSuffix ? ' hónap' : ' hónapja'); + case 'MM': + return num + (isFuture || withoutSuffix ? ' hónap' : ' hónapja'); + case 'y': + return 'egy' + (isFuture || withoutSuffix ? ' év' : ' éve'); + case 'yy': + return num + (isFuture || withoutSuffix ? ' év' : ' éve'); + } + return ''; + } + function week(isFuture) { + return ( + (isFuture ? '' : '[múlt] ') + + '[' + + weekEndings[this.day()] + + '] LT[-kor]' + ); + } + + hooks.defineLocale('hu', { + months: 'január_február_március_április_május_június_július_augusztus_szeptember_október_november_december'.split( + '_' + ), + monthsShort: 'jan_feb_márc_ápr_máj_jún_júl_aug_szept_okt_nov_dec'.split( + '_' + ), + weekdays: 'vasárnap_hétfő_kedd_szerda_csütörtök_péntek_szombat'.split('_'), + weekdaysShort: 'vas_hét_kedd_sze_csüt_pén_szo'.split('_'), + weekdaysMin: 'v_h_k_sze_cs_p_szo'.split('_'), + longDateFormat: { + LT: 'H:mm', + LTS: 'H:mm:ss', + L: 'YYYY.MM.DD.', + LL: 'YYYY. MMMM D.', + LLL: 'YYYY. MMMM D. H:mm', + LLLL: 'YYYY. MMMM D., dddd H:mm', + }, + meridiemParse: /de|du/i, + isPM: function (input) { + return input.charAt(1).toLowerCase() === 'u'; + }, + meridiem: function (hours, minutes, isLower) { + if (hours < 12) { + return isLower === true ? 'de' : 'DE'; + } else { + return isLower === true ? 'du' : 'DU'; + } + }, + calendar: { + sameDay: '[ma] LT[-kor]', + nextDay: '[holnap] LT[-kor]', + nextWeek: function () { + return week.call(this, true); + }, + lastDay: '[tegnap] LT[-kor]', + lastWeek: function () { + return week.call(this, false); + }, + sameElse: 'L', + }, + relativeTime: { + future: '%s múlva', + past: '%s', + s: translate$4, + ss: translate$4, + m: translate$4, + mm: translate$4, + h: translate$4, + hh: translate$4, + d: translate$4, + dd: translate$4, + M: translate$4, + MM: translate$4, + y: translate$4, + yy: translate$4, + }, + dayOfMonthOrdinalParse: /\d{1,2}\./, + ordinal: '%d.', + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('hy-am', { + months: { + format: 'հունվարի_փետրվարի_մարտի_ապրիլի_մայիսի_հունիսի_հուլիսի_օգոստոսի_սեպտեմբերի_հոկտեմբերի_նոյեմբերի_դեկտեմբերի'.split( + '_' + ), + standalone: 'հունվար_փետրվար_մարտ_ապրիլ_մայիս_հունիս_հուլիս_օգոստոս_սեպտեմբեր_հոկտեմբեր_նոյեմբեր_դեկտեմբեր'.split( + '_' + ), + }, + monthsShort: 'հնվ_փտր_մրտ_ապր_մյս_հնս_հլս_օգս_սպտ_հկտ_նմբ_դկտ'.split('_'), + weekdays: 'կիրակի_երկուշաբթի_երեքշաբթի_չորեքշաբթի_հինգշաբթի_ուրբաթ_շաբաթ'.split( + '_' + ), + weekdaysShort: 'կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ'.split('_'), + weekdaysMin: 'կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ'.split('_'), + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD.MM.YYYY', + LL: 'D MMMM YYYY թ.', + LLL: 'D MMMM YYYY թ., HH:mm', + LLLL: 'dddd, D MMMM YYYY թ., HH:mm', + }, + calendar: { + sameDay: '[այսօր] LT', + nextDay: '[վաղը] LT', + lastDay: '[երեկ] LT', + nextWeek: function () { + return 'dddd [օրը ժամը] LT'; + }, + lastWeek: function () { + return '[անցած] dddd [օրը ժամը] LT'; + }, + sameElse: 'L', + }, + relativeTime: { + future: '%s հետո', + past: '%s առաջ', + s: 'մի քանի վայրկյան', + ss: '%d վայրկյան', + m: 'րոպե', + mm: '%d րոպե', + h: 'ժամ', + hh: '%d ժամ', + d: 'օր', + dd: '%d օր', + M: 'ամիս', + MM: '%d ամիս', + y: 'տարի', + yy: '%d տարի', + }, + meridiemParse: /գիշերվա|առավոտվա|ցերեկվա|երեկոյան/, + isPM: function (input) { + return /^(ցերեկվա|երեկոյան)$/.test(input); + }, + meridiem: function (hour) { + if (hour < 4) { + return 'գիշերվա'; + } else if (hour < 12) { + return 'առավոտվա'; + } else if (hour < 17) { + return 'ցերեկվա'; + } else { + return 'երեկոյան'; + } + }, + dayOfMonthOrdinalParse: /\d{1,2}|\d{1,2}-(ին|րդ)/, + ordinal: function (number, period) { + switch (period) { + case 'DDD': + case 'w': + case 'W': + case 'DDDo': + if (number === 1) { + return number + '-ին'; + } + return number + '-րդ'; + default: + return number; + } + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 7, // The week that contains Jan 7th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('id', { + months: 'Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember'.split( + '_' + ), + monthsShort: 'Jan_Feb_Mar_Apr_Mei_Jun_Jul_Agt_Sep_Okt_Nov_Des'.split('_'), + weekdays: 'Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu'.split('_'), + weekdaysShort: 'Min_Sen_Sel_Rab_Kam_Jum_Sab'.split('_'), + weekdaysMin: 'Mg_Sn_Sl_Rb_Km_Jm_Sb'.split('_'), + longDateFormat: { + LT: 'HH.mm', + LTS: 'HH.mm.ss', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY [pukul] HH.mm', + LLLL: 'dddd, D MMMM YYYY [pukul] HH.mm', + }, + meridiemParse: /pagi|siang|sore|malam/, + meridiemHour: function (hour, meridiem) { + if (hour === 12) { + hour = 0; + } + if (meridiem === 'pagi') { + return hour; + } else if (meridiem === 'siang') { + return hour >= 11 ? hour : hour + 12; + } else if (meridiem === 'sore' || meridiem === 'malam') { + return hour + 12; + } + }, + meridiem: function (hours, minutes, isLower) { + if (hours < 11) { + return 'pagi'; + } else if (hours < 15) { + return 'siang'; + } else if (hours < 19) { + return 'sore'; + } else { + return 'malam'; + } + }, + calendar: { + sameDay: '[Hari ini pukul] LT', + nextDay: '[Besok pukul] LT', + nextWeek: 'dddd [pukul] LT', + lastDay: '[Kemarin pukul] LT', + lastWeek: 'dddd [lalu pukul] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'dalam %s', + past: '%s yang lalu', + s: 'beberapa detik', + ss: '%d detik', + m: 'semenit', + mm: '%d menit', + h: 'sejam', + hh: '%d jam', + d: 'sehari', + dd: '%d hari', + M: 'sebulan', + MM: '%d bulan', + y: 'setahun', + yy: '%d tahun', + }, + week: { + dow: 0, // Sunday is the first day of the week. + doy: 6, // The week that contains Jan 6th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + function plural$2(n) { + if (n % 100 === 11) { + return true; + } else if (n % 10 === 1) { + return false; + } + return true; + } + function translate$5(number, withoutSuffix, key, isFuture) { + var result = number + ' '; + switch (key) { + case 's': + return withoutSuffix || isFuture + ? 'nokkrar sekúndur' + : 'nokkrum sekúndum'; + case 'ss': + if (plural$2(number)) { + return ( + result + + (withoutSuffix || isFuture ? 'sekúndur' : 'sekúndum') + ); + } + return result + 'sekúnda'; + case 'm': + return withoutSuffix ? 'mínúta' : 'mínútu'; + case 'mm': + if (plural$2(number)) { + return ( + result + (withoutSuffix || isFuture ? 'mínútur' : 'mínútum') + ); + } else if (withoutSuffix) { + return result + 'mínúta'; + } + return result + 'mínútu'; + case 'hh': + if (plural$2(number)) { + return ( + result + + (withoutSuffix || isFuture + ? 'klukkustundir' + : 'klukkustundum') + ); + } + return result + 'klukkustund'; + case 'd': + if (withoutSuffix) { + return 'dagur'; + } + return isFuture ? 'dag' : 'degi'; + case 'dd': + if (plural$2(number)) { + if (withoutSuffix) { + return result + 'dagar'; + } + return result + (isFuture ? 'daga' : 'dögum'); + } else if (withoutSuffix) { + return result + 'dagur'; + } + return result + (isFuture ? 'dag' : 'degi'); + case 'M': + if (withoutSuffix) { + return 'mánuður'; + } + return isFuture ? 'mánuð' : 'mánuði'; + case 'MM': + if (plural$2(number)) { + if (withoutSuffix) { + return result + 'mánuðir'; + } + return result + (isFuture ? 'mánuði' : 'mánuðum'); + } else if (withoutSuffix) { + return result + 'mánuður'; + } + return result + (isFuture ? 'mánuð' : 'mánuði'); + case 'y': + return withoutSuffix || isFuture ? 'ár' : 'ári'; + case 'yy': + if (plural$2(number)) { + return result + (withoutSuffix || isFuture ? 'ár' : 'árum'); + } + return result + (withoutSuffix || isFuture ? 'ár' : 'ári'); + } + } + + hooks.defineLocale('is', { + months: 'janúar_febrúar_mars_apríl_maí_júní_júlí_ágúst_september_október_nóvember_desember'.split( + '_' + ), + monthsShort: 'jan_feb_mar_apr_maí_jún_júl_ágú_sep_okt_nóv_des'.split('_'), + weekdays: 'sunnudagur_mánudagur_þriðjudagur_miðvikudagur_fimmtudagur_föstudagur_laugardagur'.split( + '_' + ), + weekdaysShort: 'sun_mán_þri_mið_fim_fös_lau'.split('_'), + weekdaysMin: 'Su_Má_Þr_Mi_Fi_Fö_La'.split('_'), + longDateFormat: { + LT: 'H:mm', + LTS: 'H:mm:ss', + L: 'DD.MM.YYYY', + LL: 'D. MMMM YYYY', + LLL: 'D. MMMM YYYY [kl.] H:mm', + LLLL: 'dddd, D. MMMM YYYY [kl.] H:mm', + }, + calendar: { + sameDay: '[í dag kl.] LT', + nextDay: '[á morgun kl.] LT', + nextWeek: 'dddd [kl.] LT', + lastDay: '[í gær kl.] LT', + lastWeek: '[síðasta] dddd [kl.] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'eftir %s', + past: 'fyrir %s síðan', + s: translate$5, + ss: translate$5, + m: translate$5, + mm: translate$5, + h: 'klukkustund', + hh: translate$5, + d: translate$5, + dd: translate$5, + M: translate$5, + MM: translate$5, + y: translate$5, + yy: translate$5, + }, + dayOfMonthOrdinalParse: /\d{1,2}\./, + ordinal: '%d.', + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('it-ch', { + months: 'gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre'.split( + '_' + ), + monthsShort: 'gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic'.split('_'), + weekdays: 'domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato'.split( + '_' + ), + weekdaysShort: 'dom_lun_mar_mer_gio_ven_sab'.split('_'), + weekdaysMin: 'do_lu_ma_me_gi_ve_sa'.split('_'), + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD.MM.YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd D MMMM YYYY HH:mm', + }, + calendar: { + sameDay: '[Oggi alle] LT', + nextDay: '[Domani alle] LT', + nextWeek: 'dddd [alle] LT', + lastDay: '[Ieri alle] LT', + lastWeek: function () { + switch (this.day()) { + case 0: + return '[la scorsa] dddd [alle] LT'; + default: + return '[lo scorso] dddd [alle] LT'; + } + }, + sameElse: 'L', + }, + relativeTime: { + future: function (s) { + return (/^[0-9].+$/.test(s) ? 'tra' : 'in') + ' ' + s; + }, + past: '%s fa', + s: 'alcuni secondi', + ss: '%d secondi', + m: 'un minuto', + mm: '%d minuti', + h: "un'ora", + hh: '%d ore', + d: 'un giorno', + dd: '%d giorni', + M: 'un mese', + MM: '%d mesi', + y: 'un anno', + yy: '%d anni', + }, + dayOfMonthOrdinalParse: /\d{1,2}º/, + ordinal: '%dº', + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('it', { + months: 'gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre'.split( + '_' + ), + monthsShort: 'gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic'.split('_'), + weekdays: 'domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato'.split( + '_' + ), + weekdaysShort: 'dom_lun_mar_mer_gio_ven_sab'.split('_'), + weekdaysMin: 'do_lu_ma_me_gi_ve_sa'.split('_'), + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd D MMMM YYYY HH:mm', + }, + calendar: { + sameDay: function () { + return ( + '[Oggi a' + + (this.hours() > 1 ? 'lle ' : this.hours() === 0 ? ' ' : "ll'") + + ']LT' + ); + }, + nextDay: function () { + return ( + '[Domani a' + + (this.hours() > 1 ? 'lle ' : this.hours() === 0 ? ' ' : "ll'") + + ']LT' + ); + }, + nextWeek: function () { + return ( + 'dddd [a' + + (this.hours() > 1 ? 'lle ' : this.hours() === 0 ? ' ' : "ll'") + + ']LT' + ); + }, + lastDay: function () { + return ( + '[Ieri a' + + (this.hours() > 1 ? 'lle ' : this.hours() === 0 ? ' ' : "ll'") + + ']LT' + ); + }, + lastWeek: function () { + switch (this.day()) { + case 0: + return ( + '[La scorsa] dddd [a' + + (this.hours() > 1 + ? 'lle ' + : this.hours() === 0 + ? ' ' + : "ll'") + + ']LT' + ); + default: + return ( + '[Lo scorso] dddd [a' + + (this.hours() > 1 + ? 'lle ' + : this.hours() === 0 + ? ' ' + : "ll'") + + ']LT' + ); + } + }, + sameElse: 'L', + }, + relativeTime: { + future: 'tra %s', + past: '%s fa', + s: 'alcuni secondi', + ss: '%d secondi', + m: 'un minuto', + mm: '%d minuti', + h: "un'ora", + hh: '%d ore', + d: 'un giorno', + dd: '%d giorni', + M: 'un mese', + MM: '%d mesi', + y: 'un anno', + yy: '%d anni', + }, + dayOfMonthOrdinalParse: /\d{1,2}º/, + ordinal: '%dº', + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('ja', { + eras: [ + { + since: '2019-05-01', + offset: 1, + name: '令和', + narrow: '㋿', + abbr: 'R', + }, + { + since: '1989-01-08', + until: '2019-04-30', + offset: 1, + name: '平成', + narrow: '㍻', + abbr: 'H', + }, + { + since: '1926-12-25', + until: '1989-01-07', + offset: 1, + name: '昭和', + narrow: '㍼', + abbr: 'S', + }, + { + since: '1912-07-30', + until: '1926-12-24', + offset: 1, + name: '大正', + narrow: '㍽', + abbr: 'T', + }, + { + since: '1873-01-01', + until: '1912-07-29', + offset: 6, + name: '明治', + narrow: '㍾', + abbr: 'M', + }, + { + since: '0001-01-01', + until: '1873-12-31', + offset: 1, + name: '西暦', + narrow: 'AD', + abbr: 'AD', + }, + { + since: '0000-12-31', + until: -Infinity, + offset: 1, + name: '紀元前', + narrow: 'BC', + abbr: 'BC', + }, + ], + eraYearOrdinalRegex: /(元|\d+)年/, + eraYearOrdinalParse: function (input, match) { + return match[1] === '元' ? 1 : parseInt(match[1] || input, 10); + }, + months: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split('_'), + monthsShort: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split( + '_' + ), + weekdays: '日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日'.split('_'), + weekdaysShort: '日_月_火_水_木_金_土'.split('_'), + weekdaysMin: '日_月_火_水_木_金_土'.split('_'), + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'YYYY/MM/DD', + LL: 'YYYY年M月D日', + LLL: 'YYYY年M月D日 HH:mm', + LLLL: 'YYYY年M月D日 dddd HH:mm', + l: 'YYYY/MM/DD', + ll: 'YYYY年M月D日', + lll: 'YYYY年M月D日 HH:mm', + llll: 'YYYY年M月D日(ddd) HH:mm', + }, + meridiemParse: /午前|午後/i, + isPM: function (input) { + return input === '午後'; + }, + meridiem: function (hour, minute, isLower) { + if (hour < 12) { + return '午前'; + } else { + return '午後'; + } + }, + calendar: { + sameDay: '[今日] LT', + nextDay: '[明日] LT', + nextWeek: function (now) { + if (now.week() !== this.week()) { + return '[来週]dddd LT'; + } else { + return 'dddd LT'; + } + }, + lastDay: '[昨日] LT', + lastWeek: function (now) { + if (this.week() !== now.week()) { + return '[先週]dddd LT'; + } else { + return 'dddd LT'; + } + }, + sameElse: 'L', + }, + dayOfMonthOrdinalParse: /\d{1,2}日/, + ordinal: function (number, period) { + switch (period) { + case 'y': + return number === 1 ? '元年' : number + '年'; + case 'd': + case 'D': + case 'DDD': + return number + '日'; + default: + return number; + } + }, + relativeTime: { + future: '%s後', + past: '%s前', + s: '数秒', + ss: '%d秒', + m: '1分', + mm: '%d分', + h: '1時間', + hh: '%d時間', + d: '1日', + dd: '%d日', + M: '1ヶ月', + MM: '%dヶ月', + y: '1年', + yy: '%d年', + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('jv', { + months: 'Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_Nopember_Desember'.split( + '_' + ), + monthsShort: 'Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nop_Des'.split('_'), + weekdays: 'Minggu_Senen_Seloso_Rebu_Kemis_Jemuwah_Septu'.split('_'), + weekdaysShort: 'Min_Sen_Sel_Reb_Kem_Jem_Sep'.split('_'), + weekdaysMin: 'Mg_Sn_Sl_Rb_Km_Jm_Sp'.split('_'), + longDateFormat: { + LT: 'HH.mm', + LTS: 'HH.mm.ss', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY [pukul] HH.mm', + LLLL: 'dddd, D MMMM YYYY [pukul] HH.mm', + }, + meridiemParse: /enjing|siyang|sonten|ndalu/, + meridiemHour: function (hour, meridiem) { + if (hour === 12) { + hour = 0; + } + if (meridiem === 'enjing') { + return hour; + } else if (meridiem === 'siyang') { + return hour >= 11 ? hour : hour + 12; + } else if (meridiem === 'sonten' || meridiem === 'ndalu') { + return hour + 12; + } + }, + meridiem: function (hours, minutes, isLower) { + if (hours < 11) { + return 'enjing'; + } else if (hours < 15) { + return 'siyang'; + } else if (hours < 19) { + return 'sonten'; + } else { + return 'ndalu'; + } + }, + calendar: { + sameDay: '[Dinten puniko pukul] LT', + nextDay: '[Mbenjang pukul] LT', + nextWeek: 'dddd [pukul] LT', + lastDay: '[Kala wingi pukul] LT', + lastWeek: 'dddd [kepengker pukul] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'wonten ing %s', + past: '%s ingkang kepengker', + s: 'sawetawis detik', + ss: '%d detik', + m: 'setunggal menit', + mm: '%d menit', + h: 'setunggal jam', + hh: '%d jam', + d: 'sedinten', + dd: '%d dinten', + M: 'sewulan', + MM: '%d wulan', + y: 'setaun', + yy: '%d taun', + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 7, // The week that contains Jan 7th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('ka', { + months: 'იანვარი_თებერვალი_მარტი_აპრილი_მაისი_ივნისი_ივლისი_აგვისტო_სექტემბერი_ოქტომბერი_ნოემბერი_დეკემბერი'.split( + '_' + ), + monthsShort: 'იან_თებ_მარ_აპრ_მაი_ივნ_ივლ_აგვ_სექ_ოქტ_ნოე_დეკ'.split('_'), + weekdays: { + standalone: 'კვირა_ორშაბათი_სამშაბათი_ოთხშაბათი_ხუთშაბათი_პარასკევი_შაბათი'.split( + '_' + ), + format: 'კვირას_ორშაბათს_სამშაბათს_ოთხშაბათს_ხუთშაბათს_პარასკევს_შაბათს'.split( + '_' + ), + isFormat: /(წინა|შემდეგ)/, + }, + weekdaysShort: 'კვი_ორშ_სამ_ოთხ_ხუთ_პარ_შაბ'.split('_'), + weekdaysMin: 'კვ_ორ_სა_ოთ_ხუ_პა_შა'.split('_'), + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd, D MMMM YYYY HH:mm', + }, + calendar: { + sameDay: '[დღეს] LT[-ზე]', + nextDay: '[ხვალ] LT[-ზე]', + lastDay: '[გუშინ] LT[-ზე]', + nextWeek: '[შემდეგ] dddd LT[-ზე]', + lastWeek: '[წინა] dddd LT-ზე', + sameElse: 'L', + }, + relativeTime: { + future: function (s) { + return s.replace(/(წამ|წუთ|საათ|წელ|დღ|თვ)(ი|ე)/, function ( + $0, + $1, + $2 + ) { + return $2 === 'ი' ? $1 + 'ში' : $1 + $2 + 'ში'; + }); + }, + past: function (s) { + if (/(წამი|წუთი|საათი|დღე|თვე)/.test(s)) { + return s.replace(/(ი|ე)$/, 'ის წინ'); + } + if (/წელი/.test(s)) { + return s.replace(/წელი$/, 'წლის წინ'); + } + return s; + }, + s: 'რამდენიმე წამი', + ss: '%d წამი', + m: 'წუთი', + mm: '%d წუთი', + h: 'საათი', + hh: '%d საათი', + d: 'დღე', + dd: '%d დღე', + M: 'თვე', + MM: '%d თვე', + y: 'წელი', + yy: '%d წელი', + }, + dayOfMonthOrdinalParse: /0|1-ლი|მე-\d{1,2}|\d{1,2}-ე/, + ordinal: function (number) { + if (number === 0) { + return number; + } + if (number === 1) { + return number + '-ლი'; + } + if ( + number < 20 || + (number <= 100 && number % 20 === 0) || + number % 100 === 0 + ) { + return 'მე-' + number; + } + return number + '-ე'; + }, + week: { + dow: 1, + doy: 7, + }, + }); + + //! moment.js locale configuration + + var suffixes$1 = { + 0: '-ші', + 1: '-ші', + 2: '-ші', + 3: '-ші', + 4: '-ші', + 5: '-ші', + 6: '-шы', + 7: '-ші', + 8: '-ші', + 9: '-шы', + 10: '-шы', + 20: '-шы', + 30: '-шы', + 40: '-шы', + 50: '-ші', + 60: '-шы', + 70: '-ші', + 80: '-ші', + 90: '-шы', + 100: '-ші', + }; + + hooks.defineLocale('kk', { + months: 'қаңтар_ақпан_наурыз_сәуір_мамыр_маусым_шілде_тамыз_қыркүйек_қазан_қараша_желтоқсан'.split( + '_' + ), + monthsShort: 'қаң_ақп_нау_сәу_мам_мау_шіл_там_қыр_қаз_қар_жел'.split('_'), + weekdays: 'жексенбі_дүйсенбі_сейсенбі_сәрсенбі_бейсенбі_жұма_сенбі'.split( + '_' + ), + weekdaysShort: 'жек_дүй_сей_сәр_бей_жұм_сен'.split('_'), + weekdaysMin: 'жк_дй_сй_ср_бй_жм_сн'.split('_'), + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD.MM.YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd, D MMMM YYYY HH:mm', + }, + calendar: { + sameDay: '[Бүгін сағат] LT', + nextDay: '[Ертең сағат] LT', + nextWeek: 'dddd [сағат] LT', + lastDay: '[Кеше сағат] LT', + lastWeek: '[Өткен аптаның] dddd [сағат] LT', + sameElse: 'L', + }, + relativeTime: { + future: '%s ішінде', + past: '%s бұрын', + s: 'бірнеше секунд', + ss: '%d секунд', + m: 'бір минут', + mm: '%d минут', + h: 'бір сағат', + hh: '%d сағат', + d: 'бір күн', + dd: '%d күн', + M: 'бір ай', + MM: '%d ай', + y: 'бір жыл', + yy: '%d жыл', + }, + dayOfMonthOrdinalParse: /\d{1,2}-(ші|шы)/, + ordinal: function (number) { + var a = number % 10, + b = number >= 100 ? 100 : null; + return number + (suffixes$1[number] || suffixes$1[a] || suffixes$1[b]); + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 7, // The week that contains Jan 7th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + var symbolMap$8 = { + '1': '១', + '2': '២', + '3': '៣', + '4': '៤', + '5': '៥', + '6': '៦', + '7': '៧', + '8': '៨', + '9': '៩', + '0': '០', + }, + numberMap$7 = { + '១': '1', + '២': '2', + '៣': '3', + '៤': '4', + '៥': '5', + '៦': '6', + '៧': '7', + '៨': '8', + '៩': '9', + '០': '0', + }; + + hooks.defineLocale('km', { + months: 'មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ'.split( + '_' + ), + monthsShort: 'មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ'.split( + '_' + ), + weekdays: 'អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍'.split('_'), + weekdaysShort: 'អា_ច_អ_ព_ព្រ_សុ_ស'.split('_'), + weekdaysMin: 'អា_ច_អ_ព_ព្រ_សុ_ស'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd, D MMMM YYYY HH:mm', + }, + meridiemParse: /ព្រឹក|ល្ងាច/, + isPM: function (input) { + return input === 'ល្ងាច'; + }, + meridiem: function (hour, minute, isLower) { + if (hour < 12) { + return 'ព្រឹក'; + } else { + return 'ល្ងាច'; + } + }, + calendar: { + sameDay: '[ថ្ងៃនេះ ម៉ោង] LT', + nextDay: '[ស្អែក ម៉ោង] LT', + nextWeek: 'dddd [ម៉ោង] LT', + lastDay: '[ម្សិលមិញ ម៉ោង] LT', + lastWeek: 'dddd [សប្តាហ៍មុន] [ម៉ោង] LT', + sameElse: 'L', + }, + relativeTime: { + future: '%sទៀត', + past: '%sមុន', + s: 'ប៉ុន្មានវិនាទី', + ss: '%d វិនាទី', + m: 'មួយនាទី', + mm: '%d នាទី', + h: 'មួយម៉ោង', + hh: '%d ម៉ោង', + d: 'មួយថ្ងៃ', + dd: '%d ថ្ងៃ', + M: 'មួយខែ', + MM: '%d ខែ', + y: 'មួយឆ្នាំ', + yy: '%d ឆ្នាំ', + }, + dayOfMonthOrdinalParse: /ទី\d{1,2}/, + ordinal: 'ទី%d', + preparse: function (string) { + return string.replace(/[១២៣៤៥៦៧៨៩០]/g, function (match) { + return numberMap$7[match]; + }); + }, + postformat: function (string) { + return string.replace(/\d/g, function (match) { + return symbolMap$8[match]; + }); + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + var symbolMap$9 = { + '1': '೧', + '2': '೨', + '3': '೩', + '4': '೪', + '5': '೫', + '6': '೬', + '7': '೭', + '8': '೮', + '9': '೯', + '0': '೦', + }, + numberMap$8 = { + '೧': '1', + '೨': '2', + '೩': '3', + '೪': '4', + '೫': '5', + '೬': '6', + '೭': '7', + '೮': '8', + '೯': '9', + '೦': '0', + }; + + hooks.defineLocale('kn', { + months: 'ಜನವರಿ_ಫೆಬ್ರವರಿ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂಬರ್_ಅಕ್ಟೋಬರ್_ನವೆಂಬರ್_ಡಿಸೆಂಬರ್'.split( + '_' + ), + monthsShort: 'ಜನ_ಫೆಬ್ರ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂ_ಅಕ್ಟೋ_ನವೆಂ_ಡಿಸೆಂ'.split( + '_' + ), + monthsParseExact: true, + weekdays: 'ಭಾನುವಾರ_ಸೋಮವಾರ_ಮಂಗಳವಾರ_ಬುಧವಾರ_ಗುರುವಾರ_ಶುಕ್ರವಾರ_ಶನಿವಾರ'.split( + '_' + ), + weekdaysShort: 'ಭಾನು_ಸೋಮ_ಮಂಗಳ_ಬುಧ_ಗುರು_ಶುಕ್ರ_ಶನಿ'.split('_'), + weekdaysMin: 'ಭಾ_ಸೋ_ಮಂ_ಬು_ಗು_ಶು_ಶ'.split('_'), + longDateFormat: { + LT: 'A h:mm', + LTS: 'A h:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY, A h:mm', + LLLL: 'dddd, D MMMM YYYY, A h:mm', + }, + calendar: { + sameDay: '[ಇಂದು] LT', + nextDay: '[ನಾಳೆ] LT', + nextWeek: 'dddd, LT', + lastDay: '[ನಿನ್ನೆ] LT', + lastWeek: '[ಕೊನೆಯ] dddd, LT', + sameElse: 'L', + }, + relativeTime: { + future: '%s ನಂತರ', + past: '%s ಹಿಂದೆ', + s: 'ಕೆಲವು ಕ್ಷಣಗಳು', + ss: '%d ಸೆಕೆಂಡುಗಳು', + m: 'ಒಂದು ನಿಮಿಷ', + mm: '%d ನಿಮಿಷ', + h: 'ಒಂದು ಗಂಟೆ', + hh: '%d ಗಂಟೆ', + d: 'ಒಂದು ದಿನ', + dd: '%d ದಿನ', + M: 'ಒಂದು ತಿಂಗಳು', + MM: '%d ತಿಂಗಳು', + y: 'ಒಂದು ವರ್ಷ', + yy: '%d ವರ್ಷ', + }, + preparse: function (string) { + return string.replace(/[೧೨೩೪೫೬೭೮೯೦]/g, function (match) { + return numberMap$8[match]; + }); + }, + postformat: function (string) { + return string.replace(/\d/g, function (match) { + return symbolMap$9[match]; + }); + }, + meridiemParse: /ರಾತ್ರಿ|ಬೆಳಿಗ್ಗೆ|ಮಧ್ಯಾಹ್ನ|ಸಂಜೆ/, + meridiemHour: function (hour, meridiem) { + if (hour === 12) { + hour = 0; + } + if (meridiem === 'ರಾತ್ರಿ') { + return hour < 4 ? hour : hour + 12; + } else if (meridiem === 'ಬೆಳಿಗ್ಗೆ') { + return hour; + } else if (meridiem === 'ಮಧ್ಯಾಹ್ನ') { + return hour >= 10 ? hour : hour + 12; + } else if (meridiem === 'ಸಂಜೆ') { + return hour + 12; + } + }, + meridiem: function (hour, minute, isLower) { + if (hour < 4) { + return 'ರಾತ್ರಿ'; + } else if (hour < 10) { + return 'ಬೆಳಿಗ್ಗೆ'; + } else if (hour < 17) { + return 'ಮಧ್ಯಾಹ್ನ'; + } else if (hour < 20) { + return 'ಸಂಜೆ'; + } else { + return 'ರಾತ್ರಿ'; + } + }, + dayOfMonthOrdinalParse: /\d{1,2}(ನೇ)/, + ordinal: function (number) { + return number + 'ನೇ'; + }, + week: { + dow: 0, // Sunday is the first day of the week. + doy: 6, // The week that contains Jan 6th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('ko', { + months: '1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월'.split('_'), + monthsShort: '1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월'.split( + '_' + ), + weekdays: '일요일_월요일_화요일_수요일_목요일_금요일_토요일'.split('_'), + weekdaysShort: '일_월_화_수_목_금_토'.split('_'), + weekdaysMin: '일_월_화_수_목_금_토'.split('_'), + longDateFormat: { + LT: 'A h:mm', + LTS: 'A h:mm:ss', + L: 'YYYY.MM.DD.', + LL: 'YYYY년 MMMM D일', + LLL: 'YYYY년 MMMM D일 A h:mm', + LLLL: 'YYYY년 MMMM D일 dddd A h:mm', + l: 'YYYY.MM.DD.', + ll: 'YYYY년 MMMM D일', + lll: 'YYYY년 MMMM D일 A h:mm', + llll: 'YYYY년 MMMM D일 dddd A h:mm', + }, + calendar: { + sameDay: '오늘 LT', + nextDay: '내일 LT', + nextWeek: 'dddd LT', + lastDay: '어제 LT', + lastWeek: '지난주 dddd LT', + sameElse: 'L', + }, + relativeTime: { + future: '%s 후', + past: '%s 전', + s: '몇 초', + ss: '%d초', + m: '1분', + mm: '%d분', + h: '한 시간', + hh: '%d시간', + d: '하루', + dd: '%d일', + M: '한 달', + MM: '%d달', + y: '일 년', + yy: '%d년', + }, + dayOfMonthOrdinalParse: /\d{1,2}(일|월|주)/, + ordinal: function (number, period) { + switch (period) { + case 'd': + case 'D': + case 'DDD': + return number + '일'; + case 'M': + return number + '월'; + case 'w': + case 'W': + return number + '주'; + default: + return number; + } + }, + meridiemParse: /오전|오후/, + isPM: function (token) { + return token === '오후'; + }, + meridiem: function (hour, minute, isUpper) { + return hour < 12 ? '오전' : '오후'; + }, + }); + + //! moment.js locale configuration + + var symbolMap$a = { + '1': '١', + '2': '٢', + '3': '٣', + '4': '٤', + '5': '٥', + '6': '٦', + '7': '٧', + '8': '٨', + '9': '٩', + '0': '٠', + }, + numberMap$9 = { + '١': '1', + '٢': '2', + '٣': '3', + '٤': '4', + '٥': '5', + '٦': '6', + '٧': '7', + '٨': '8', + '٩': '9', + '٠': '0', + }, + months$8 = [ + 'کانونی دووەم', + 'شوبات', + 'ئازار', + 'نیسان', + 'ئایار', + 'حوزەیران', + 'تەمموز', + 'ئاب', + 'ئەیلوول', + 'تشرینی یەكەم', + 'تشرینی دووەم', + 'كانونی یەکەم', + ]; + + hooks.defineLocale('ku', { + months: months$8, + monthsShort: months$8, + weekdays: 'یه‌كشه‌ممه‌_دووشه‌ممه‌_سێشه‌ممه‌_چوارشه‌ممه‌_پێنجشه‌ممه‌_هه‌ینی_شه‌ممه‌'.split( + '_' + ), + weekdaysShort: 'یه‌كشه‌م_دووشه‌م_سێشه‌م_چوارشه‌م_پێنجشه‌م_هه‌ینی_شه‌ممه‌'.split( + '_' + ), + weekdaysMin: 'ی_د_س_چ_پ_ه_ش'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd, D MMMM YYYY HH:mm', + }, + meridiemParse: /ئێواره‌|به‌یانی/, + isPM: function (input) { + return /ئێواره‌/.test(input); + }, + meridiem: function (hour, minute, isLower) { + if (hour < 12) { + return 'به‌یانی'; + } else { + return 'ئێواره‌'; + } + }, + calendar: { + sameDay: '[ئه‌مرۆ كاتژمێر] LT', + nextDay: '[به‌یانی كاتژمێر] LT', + nextWeek: 'dddd [كاتژمێر] LT', + lastDay: '[دوێنێ كاتژمێر] LT', + lastWeek: 'dddd [كاتژمێر] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'له‌ %s', + past: '%s', + s: 'چه‌ند چركه‌یه‌ك', + ss: 'چركه‌ %d', + m: 'یه‌ك خوله‌ك', + mm: '%d خوله‌ك', + h: 'یه‌ك كاتژمێر', + hh: '%d كاتژمێر', + d: 'یه‌ك ڕۆژ', + dd: '%d ڕۆژ', + M: 'یه‌ك مانگ', + MM: '%d مانگ', + y: 'یه‌ك ساڵ', + yy: '%d ساڵ', + }, + preparse: function (string) { + return string + .replace(/[١٢٣٤٥٦٧٨٩٠]/g, function (match) { + return numberMap$9[match]; + }) + .replace(/،/g, ','); + }, + postformat: function (string) { + return string + .replace(/\d/g, function (match) { + return symbolMap$a[match]; + }) + .replace(/,/g, '،'); + }, + week: { + dow: 6, // Saturday is the first day of the week. + doy: 12, // The week that contains Jan 12th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + var suffixes$2 = { + 0: '-чү', + 1: '-чи', + 2: '-чи', + 3: '-чү', + 4: '-чү', + 5: '-чи', + 6: '-чы', + 7: '-чи', + 8: '-чи', + 9: '-чу', + 10: '-чу', + 20: '-чы', + 30: '-чу', + 40: '-чы', + 50: '-чү', + 60: '-чы', + 70: '-чи', + 80: '-чи', + 90: '-чу', + 100: '-чү', + }; + + hooks.defineLocale('ky', { + months: 'январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь'.split( + '_' + ), + monthsShort: 'янв_фев_март_апр_май_июнь_июль_авг_сен_окт_ноя_дек'.split( + '_' + ), + weekdays: 'Жекшемби_Дүйшөмбү_Шейшемби_Шаршемби_Бейшемби_Жума_Ишемби'.split( + '_' + ), + weekdaysShort: 'Жек_Дүй_Шей_Шар_Бей_Жум_Ише'.split('_'), + weekdaysMin: 'Жк_Дй_Шй_Шр_Бй_Жм_Иш'.split('_'), + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD.MM.YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd, D MMMM YYYY HH:mm', + }, + calendar: { + sameDay: '[Бүгүн саат] LT', + nextDay: '[Эртең саат] LT', + nextWeek: 'dddd [саат] LT', + lastDay: '[Кечээ саат] LT', + lastWeek: '[Өткөн аптанын] dddd [күнү] [саат] LT', + sameElse: 'L', + }, + relativeTime: { + future: '%s ичинде', + past: '%s мурун', + s: 'бирнече секунд', + ss: '%d секунд', + m: 'бир мүнөт', + mm: '%d мүнөт', + h: 'бир саат', + hh: '%d саат', + d: 'бир күн', + dd: '%d күн', + M: 'бир ай', + MM: '%d ай', + y: 'бир жыл', + yy: '%d жыл', + }, + dayOfMonthOrdinalParse: /\d{1,2}-(чи|чы|чү|чу)/, + ordinal: function (number) { + var a = number % 10, + b = number >= 100 ? 100 : null; + return number + (suffixes$2[number] || suffixes$2[a] || suffixes$2[b]); + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 7, // The week that contains Jan 7th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + function processRelativeTime$6(number, withoutSuffix, key, isFuture) { + var format = { + m: ['eng Minutt', 'enger Minutt'], + h: ['eng Stonn', 'enger Stonn'], + d: ['een Dag', 'engem Dag'], + M: ['ee Mount', 'engem Mount'], + y: ['ee Joer', 'engem Joer'], + }; + return withoutSuffix ? format[key][0] : format[key][1]; + } + function processFutureTime(string) { + var number = string.substr(0, string.indexOf(' ')); + if (eifelerRegelAppliesToNumber(number)) { + return 'a ' + string; + } + return 'an ' + string; + } + function processPastTime(string) { + var number = string.substr(0, string.indexOf(' ')); + if (eifelerRegelAppliesToNumber(number)) { + return 'viru ' + string; + } + return 'virun ' + string; + } + /** + * Returns true if the word before the given number loses the '-n' ending. + * e.g. 'an 10 Deeg' but 'a 5 Deeg' + * + * @param number {integer} + * @returns {boolean} + */ + function eifelerRegelAppliesToNumber(number) { + number = parseInt(number, 10); + if (isNaN(number)) { + return false; + } + if (number < 0) { + // Negative Number --> always true + return true; + } else if (number < 10) { + // Only 1 digit + if (4 <= number && number <= 7) { + return true; + } + return false; + } else if (number < 100) { + // 2 digits + var lastDigit = number % 10, + firstDigit = number / 10; + if (lastDigit === 0) { + return eifelerRegelAppliesToNumber(firstDigit); + } + return eifelerRegelAppliesToNumber(lastDigit); + } else if (number < 10000) { + // 3 or 4 digits --> recursively check first digit + while (number >= 10) { + number = number / 10; + } + return eifelerRegelAppliesToNumber(number); + } else { + // Anything larger than 4 digits: recursively check first n-3 digits + number = number / 1000; + return eifelerRegelAppliesToNumber(number); + } + } + + hooks.defineLocale('lb', { + months: 'Januar_Februar_Mäerz_Abrëll_Mee_Juni_Juli_August_September_Oktober_November_Dezember'.split( + '_' + ), + monthsShort: 'Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.'.split( + '_' + ), + monthsParseExact: true, + weekdays: 'Sonndeg_Méindeg_Dënschdeg_Mëttwoch_Donneschdeg_Freideg_Samschdeg'.split( + '_' + ), + weekdaysShort: 'So._Mé._Dë._Më._Do._Fr._Sa.'.split('_'), + weekdaysMin: 'So_Mé_Dë_Më_Do_Fr_Sa'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'H:mm [Auer]', + LTS: 'H:mm:ss [Auer]', + L: 'DD.MM.YYYY', + LL: 'D. MMMM YYYY', + LLL: 'D. MMMM YYYY H:mm [Auer]', + LLLL: 'dddd, D. MMMM YYYY H:mm [Auer]', + }, + calendar: { + sameDay: '[Haut um] LT', + sameElse: 'L', + nextDay: '[Muer um] LT', + nextWeek: 'dddd [um] LT', + lastDay: '[Gëschter um] LT', + lastWeek: function () { + // Different date string for 'Dënschdeg' (Tuesday) and 'Donneschdeg' (Thursday) due to phonological rule + switch (this.day()) { + case 2: + case 4: + return '[Leschten] dddd [um] LT'; + default: + return '[Leschte] dddd [um] LT'; + } + }, + }, + relativeTime: { + future: processFutureTime, + past: processPastTime, + s: 'e puer Sekonnen', + ss: '%d Sekonnen', + m: processRelativeTime$6, + mm: '%d Minutten', + h: processRelativeTime$6, + hh: '%d Stonnen', + d: processRelativeTime$6, + dd: '%d Deeg', + M: processRelativeTime$6, + MM: '%d Méint', + y: processRelativeTime$6, + yy: '%d Joer', + }, + dayOfMonthOrdinalParse: /\d{1,2}\./, + ordinal: '%d.', + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('lo', { + months: 'ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ'.split( + '_' + ), + monthsShort: 'ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ'.split( + '_' + ), + weekdays: 'ອາທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ'.split('_'), + weekdaysShort: 'ທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ'.split('_'), + weekdaysMin: 'ທ_ຈ_ອຄ_ພ_ພຫ_ສກ_ສ'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'ວັນdddd D MMMM YYYY HH:mm', + }, + meridiemParse: /ຕອນເຊົ້າ|ຕອນແລງ/, + isPM: function (input) { + return input === 'ຕອນແລງ'; + }, + meridiem: function (hour, minute, isLower) { + if (hour < 12) { + return 'ຕອນເຊົ້າ'; + } else { + return 'ຕອນແລງ'; + } + }, + calendar: { + sameDay: '[ມື້ນີ້ເວລາ] LT', + nextDay: '[ມື້ອື່ນເວລາ] LT', + nextWeek: '[ວັນ]dddd[ໜ້າເວລາ] LT', + lastDay: '[ມື້ວານນີ້ເວລາ] LT', + lastWeek: '[ວັນ]dddd[ແລ້ວນີ້ເວລາ] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'ອີກ %s', + past: '%sຜ່ານມາ', + s: 'ບໍ່ເທົ່າໃດວິນາທີ', + ss: '%d ວິນາທີ', + m: '1 ນາທີ', + mm: '%d ນາທີ', + h: '1 ຊົ່ວໂມງ', + hh: '%d ຊົ່ວໂມງ', + d: '1 ມື້', + dd: '%d ມື້', + M: '1 ເດືອນ', + MM: '%d ເດືອນ', + y: '1 ປີ', + yy: '%d ປີ', + }, + dayOfMonthOrdinalParse: /(ທີ່)\d{1,2}/, + ordinal: function (number) { + return 'ທີ່' + number; + }, + }); + + //! moment.js locale configuration + + var units = { + ss: 'sekundė_sekundžių_sekundes', + m: 'minutė_minutės_minutę', + mm: 'minutės_minučių_minutes', + h: 'valanda_valandos_valandą', + hh: 'valandos_valandų_valandas', + d: 'diena_dienos_dieną', + dd: 'dienos_dienų_dienas', + M: 'mėnuo_mėnesio_mėnesį', + MM: 'mėnesiai_mėnesių_mėnesius', + y: 'metai_metų_metus', + yy: 'metai_metų_metus', + }; + function translateSeconds(number, withoutSuffix, key, isFuture) { + if (withoutSuffix) { + return 'kelios sekundės'; + } else { + return isFuture ? 'kelių sekundžių' : 'kelias sekundes'; + } + } + function translateSingular(number, withoutSuffix, key, isFuture) { + return withoutSuffix + ? forms(key)[0] + : isFuture + ? forms(key)[1] + : forms(key)[2]; + } + function special(number) { + return number % 10 === 0 || (number > 10 && number < 20); + } + function forms(key) { + return units[key].split('_'); + } + function translate$6(number, withoutSuffix, key, isFuture) { + var result = number + ' '; + if (number === 1) { + return ( + result + translateSingular(number, withoutSuffix, key[0], isFuture) + ); + } else if (withoutSuffix) { + return result + (special(number) ? forms(key)[1] : forms(key)[0]); + } else { + if (isFuture) { + return result + forms(key)[1]; + } else { + return result + (special(number) ? forms(key)[1] : forms(key)[2]); + } + } + } + hooks.defineLocale('lt', { + months: { + format: 'sausio_vasario_kovo_balandžio_gegužės_birželio_liepos_rugpjūčio_rugsėjo_spalio_lapkričio_gruodžio'.split( + '_' + ), + standalone: 'sausis_vasaris_kovas_balandis_gegužė_birželis_liepa_rugpjūtis_rugsėjis_spalis_lapkritis_gruodis'.split( + '_' + ), + isFormat: /D[oD]?(\[[^\[\]]*\]|\s)+MMMM?|MMMM?(\[[^\[\]]*\]|\s)+D[oD]?/, + }, + monthsShort: 'sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd'.split('_'), + weekdays: { + format: 'sekmadienį_pirmadienį_antradienį_trečiadienį_ketvirtadienį_penktadienį_šeštadienį'.split( + '_' + ), + standalone: 'sekmadienis_pirmadienis_antradienis_trečiadienis_ketvirtadienis_penktadienis_šeštadienis'.split( + '_' + ), + isFormat: /dddd HH:mm/, + }, + weekdaysShort: 'Sek_Pir_Ant_Tre_Ket_Pen_Šeš'.split('_'), + weekdaysMin: 'S_P_A_T_K_Pn_Š'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'YYYY-MM-DD', + LL: 'YYYY [m.] MMMM D [d.]', + LLL: 'YYYY [m.] MMMM D [d.], HH:mm [val.]', + LLLL: 'YYYY [m.] MMMM D [d.], dddd, HH:mm [val.]', + l: 'YYYY-MM-DD', + ll: 'YYYY [m.] MMMM D [d.]', + lll: 'YYYY [m.] MMMM D [d.], HH:mm [val.]', + llll: 'YYYY [m.] MMMM D [d.], ddd, HH:mm [val.]', + }, + calendar: { + sameDay: '[Šiandien] LT', + nextDay: '[Rytoj] LT', + nextWeek: 'dddd LT', + lastDay: '[Vakar] LT', + lastWeek: '[Praėjusį] dddd LT', + sameElse: 'L', + }, + relativeTime: { + future: 'po %s', + past: 'prieš %s', + s: translateSeconds, + ss: translate$6, + m: translateSingular, + mm: translate$6, + h: translateSingular, + hh: translate$6, + d: translateSingular, + dd: translate$6, + M: translateSingular, + MM: translate$6, + y: translateSingular, + yy: translate$6, + }, + dayOfMonthOrdinalParse: /\d{1,2}-oji/, + ordinal: function (number) { + return number + '-oji'; + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + var units$1 = { + ss: 'sekundes_sekundēm_sekunde_sekundes'.split('_'), + m: 'minūtes_minūtēm_minūte_minūtes'.split('_'), + mm: 'minūtes_minūtēm_minūte_minūtes'.split('_'), + h: 'stundas_stundām_stunda_stundas'.split('_'), + hh: 'stundas_stundām_stunda_stundas'.split('_'), + d: 'dienas_dienām_diena_dienas'.split('_'), + dd: 'dienas_dienām_diena_dienas'.split('_'), + M: 'mēneša_mēnešiem_mēnesis_mēneši'.split('_'), + MM: 'mēneša_mēnešiem_mēnesis_mēneši'.split('_'), + y: 'gada_gadiem_gads_gadi'.split('_'), + yy: 'gada_gadiem_gads_gadi'.split('_'), + }; + /** + * @param withoutSuffix boolean true = a length of time; false = before/after a period of time. + */ + function format$1(forms, number, withoutSuffix) { + if (withoutSuffix) { + // E.g. "21 minūte", "3 minūtes". + return number % 10 === 1 && number % 100 !== 11 ? forms[2] : forms[3]; + } else { + // E.g. "21 minūtes" as in "pēc 21 minūtes". + // E.g. "3 minūtēm" as in "pēc 3 minūtēm". + return number % 10 === 1 && number % 100 !== 11 ? forms[0] : forms[1]; + } + } + function relativeTimeWithPlural$1(number, withoutSuffix, key) { + return number + ' ' + format$1(units$1[key], number, withoutSuffix); + } + function relativeTimeWithSingular(number, withoutSuffix, key) { + return format$1(units$1[key], number, withoutSuffix); + } + function relativeSeconds(number, withoutSuffix) { + return withoutSuffix ? 'dažas sekundes' : 'dažām sekundēm'; + } + + hooks.defineLocale('lv', { + months: 'janvāris_februāris_marts_aprīlis_maijs_jūnijs_jūlijs_augusts_septembris_oktobris_novembris_decembris'.split( + '_' + ), + monthsShort: 'jan_feb_mar_apr_mai_jūn_jūl_aug_sep_okt_nov_dec'.split('_'), + weekdays: 'svētdiena_pirmdiena_otrdiena_trešdiena_ceturtdiena_piektdiena_sestdiena'.split( + '_' + ), + weekdaysShort: 'Sv_P_O_T_C_Pk_S'.split('_'), + weekdaysMin: 'Sv_P_O_T_C_Pk_S'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD.MM.YYYY.', + LL: 'YYYY. [gada] D. MMMM', + LLL: 'YYYY. [gada] D. MMMM, HH:mm', + LLLL: 'YYYY. [gada] D. MMMM, dddd, HH:mm', + }, + calendar: { + sameDay: '[Šodien pulksten] LT', + nextDay: '[Rīt pulksten] LT', + nextWeek: 'dddd [pulksten] LT', + lastDay: '[Vakar pulksten] LT', + lastWeek: '[Pagājušā] dddd [pulksten] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'pēc %s', + past: 'pirms %s', + s: relativeSeconds, + ss: relativeTimeWithPlural$1, + m: relativeTimeWithSingular, + mm: relativeTimeWithPlural$1, + h: relativeTimeWithSingular, + hh: relativeTimeWithPlural$1, + d: relativeTimeWithSingular, + dd: relativeTimeWithPlural$1, + M: relativeTimeWithSingular, + MM: relativeTimeWithPlural$1, + y: relativeTimeWithSingular, + yy: relativeTimeWithPlural$1, + }, + dayOfMonthOrdinalParse: /\d{1,2}\./, + ordinal: '%d.', + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + var translator = { + words: { + //Different grammatical cases + ss: ['sekund', 'sekunda', 'sekundi'], + m: ['jedan minut', 'jednog minuta'], + mm: ['minut', 'minuta', 'minuta'], + h: ['jedan sat', 'jednog sata'], + hh: ['sat', 'sata', 'sati'], + dd: ['dan', 'dana', 'dana'], + MM: ['mjesec', 'mjeseca', 'mjeseci'], + yy: ['godina', 'godine', 'godina'], + }, + correctGrammaticalCase: function (number, wordKey) { + return number === 1 + ? wordKey[0] + : number >= 2 && number <= 4 + ? wordKey[1] + : wordKey[2]; + }, + translate: function (number, withoutSuffix, key) { + var wordKey = translator.words[key]; + if (key.length === 1) { + return withoutSuffix ? wordKey[0] : wordKey[1]; + } else { + return ( + number + + ' ' + + translator.correctGrammaticalCase(number, wordKey) + ); + } + }, + }; + + hooks.defineLocale('me', { + months: 'januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar'.split( + '_' + ), + monthsShort: 'jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.'.split( + '_' + ), + monthsParseExact: true, + weekdays: 'nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota'.split( + '_' + ), + weekdaysShort: 'ned._pon._uto._sri._čet._pet._sub.'.split('_'), + weekdaysMin: 'ne_po_ut_sr_če_pe_su'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'H:mm', + LTS: 'H:mm:ss', + L: 'DD.MM.YYYY', + LL: 'D. MMMM YYYY', + LLL: 'D. MMMM YYYY H:mm', + LLLL: 'dddd, D. MMMM YYYY H:mm', + }, + calendar: { + sameDay: '[danas u] LT', + nextDay: '[sjutra u] LT', + + nextWeek: function () { + switch (this.day()) { + case 0: + return '[u] [nedjelju] [u] LT'; + case 3: + return '[u] [srijedu] [u] LT'; + case 6: + return '[u] [subotu] [u] LT'; + case 1: + case 2: + case 4: + case 5: + return '[u] dddd [u] LT'; + } + }, + lastDay: '[juče u] LT', + lastWeek: function () { + var lastWeekDays = [ + '[prošle] [nedjelje] [u] LT', + '[prošlog] [ponedjeljka] [u] LT', + '[prošlog] [utorka] [u] LT', + '[prošle] [srijede] [u] LT', + '[prošlog] [četvrtka] [u] LT', + '[prošlog] [petka] [u] LT', + '[prošle] [subote] [u] LT', + ]; + return lastWeekDays[this.day()]; + }, + sameElse: 'L', + }, + relativeTime: { + future: 'za %s', + past: 'prije %s', + s: 'nekoliko sekundi', + ss: translator.translate, + m: translator.translate, + mm: translator.translate, + h: translator.translate, + hh: translator.translate, + d: 'dan', + dd: translator.translate, + M: 'mjesec', + MM: translator.translate, + y: 'godinu', + yy: translator.translate, + }, + dayOfMonthOrdinalParse: /\d{1,2}\./, + ordinal: '%d.', + week: { + dow: 1, // Monday is the first day of the week. + doy: 7, // The week that contains Jan 7th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('mi', { + months: 'Kohi-tāte_Hui-tanguru_Poutū-te-rangi_Paenga-whāwhā_Haratua_Pipiri_Hōngoingoi_Here-turi-kōkā_Mahuru_Whiringa-ā-nuku_Whiringa-ā-rangi_Hakihea'.split( + '_' + ), + monthsShort: 'Kohi_Hui_Pou_Pae_Hara_Pipi_Hōngoi_Here_Mahu_Whi-nu_Whi-ra_Haki'.split( + '_' + ), + monthsRegex: /(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i, + monthsStrictRegex: /(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i, + monthsShortRegex: /(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i, + monthsShortStrictRegex: /(?:['a-z\u0101\u014D\u016B]+\-?){1,2}/i, + weekdays: 'Rātapu_Mane_Tūrei_Wenerei_Tāite_Paraire_Hātarei'.split('_'), + weekdaysShort: 'Ta_Ma_Tū_We_Tāi_Pa_Hā'.split('_'), + weekdaysMin: 'Ta_Ma_Tū_We_Tāi_Pa_Hā'.split('_'), + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY [i] HH:mm', + LLLL: 'dddd, D MMMM YYYY [i] HH:mm', + }, + calendar: { + sameDay: '[i teie mahana, i] LT', + nextDay: '[apopo i] LT', + nextWeek: 'dddd [i] LT', + lastDay: '[inanahi i] LT', + lastWeek: 'dddd [whakamutunga i] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'i roto i %s', + past: '%s i mua', + s: 'te hēkona ruarua', + ss: '%d hēkona', + m: 'he meneti', + mm: '%d meneti', + h: 'te haora', + hh: '%d haora', + d: 'he ra', + dd: '%d ra', + M: 'he marama', + MM: '%d marama', + y: 'he tau', + yy: '%d tau', + }, + dayOfMonthOrdinalParse: /\d{1,2}º/, + ordinal: '%dº', + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('mk', { + months: 'јануари_февруари_март_април_мај_јуни_јули_август_септември_октомври_ноември_декември'.split( + '_' + ), + monthsShort: 'јан_фев_мар_апр_мај_јун_јул_авг_сеп_окт_ное_дек'.split('_'), + weekdays: 'недела_понеделник_вторник_среда_четврток_петок_сабота'.split( + '_' + ), + weekdaysShort: 'нед_пон_вто_сре_чет_пет_саб'.split('_'), + weekdaysMin: 'нe_пo_вт_ср_че_пе_сa'.split('_'), + longDateFormat: { + LT: 'H:mm', + LTS: 'H:mm:ss', + L: 'D.MM.YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY H:mm', + LLLL: 'dddd, D MMMM YYYY H:mm', + }, + calendar: { + sameDay: '[Денес во] LT', + nextDay: '[Утре во] LT', + nextWeek: '[Во] dddd [во] LT', + lastDay: '[Вчера во] LT', + lastWeek: function () { + switch (this.day()) { + case 0: + case 3: + case 6: + return '[Изминатата] dddd [во] LT'; + case 1: + case 2: + case 4: + case 5: + return '[Изминатиот] dddd [во] LT'; + } + }, + sameElse: 'L', + }, + relativeTime: { + future: 'за %s', + past: 'пред %s', + s: 'неколку секунди', + ss: '%d секунди', + m: 'една минута', + mm: '%d минути', + h: 'еден час', + hh: '%d часа', + d: 'еден ден', + dd: '%d дена', + M: 'еден месец', + MM: '%d месеци', + y: 'една година', + yy: '%d години', + }, + dayOfMonthOrdinalParse: /\d{1,2}-(ев|ен|ти|ви|ри|ми)/, + ordinal: function (number) { + var lastDigit = number % 10, + last2Digits = number % 100; + if (number === 0) { + return number + '-ев'; + } else if (last2Digits === 0) { + return number + '-ен'; + } else if (last2Digits > 10 && last2Digits < 20) { + return number + '-ти'; + } else if (lastDigit === 1) { + return number + '-ви'; + } else if (lastDigit === 2) { + return number + '-ри'; + } else if (lastDigit === 7 || lastDigit === 8) { + return number + '-ми'; + } else { + return number + '-ти'; + } + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 7, // The week that contains Jan 7th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('ml', { + months: 'ജനുവരി_ഫെബ്രുവരി_മാർച്ച്_ഏപ്രിൽ_മേയ്_ജൂൺ_ജൂലൈ_ഓഗസ്റ്റ്_സെപ്റ്റംബർ_ഒക്ടോബർ_നവംബർ_ഡിസംബർ'.split( + '_' + ), + monthsShort: 'ജനു._ഫെബ്രു._മാർ._ഏപ്രി._മേയ്_ജൂൺ_ജൂലൈ._ഓഗ._സെപ്റ്റ._ഒക്ടോ._നവം._ഡിസം.'.split( + '_' + ), + monthsParseExact: true, + weekdays: 'ഞായറാഴ്ച_തിങ്കളാഴ്ച_ചൊവ്വാഴ്ച_ബുധനാഴ്ച_വ്യാഴാഴ്ച_വെള്ളിയാഴ്ച_ശനിയാഴ്ച'.split( + '_' + ), + weekdaysShort: 'ഞായർ_തിങ്കൾ_ചൊവ്വ_ബുധൻ_വ്യാഴം_വെള്ളി_ശനി'.split('_'), + weekdaysMin: 'ഞാ_തി_ചൊ_ബു_വ്യാ_വെ_ശ'.split('_'), + longDateFormat: { + LT: 'A h:mm -നു', + LTS: 'A h:mm:ss -നു', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY, A h:mm -നു', + LLLL: 'dddd, D MMMM YYYY, A h:mm -നു', + }, + calendar: { + sameDay: '[ഇന്ന്] LT', + nextDay: '[നാളെ] LT', + nextWeek: 'dddd, LT', + lastDay: '[ഇന്നലെ] LT', + lastWeek: '[കഴിഞ്ഞ] dddd, LT', + sameElse: 'L', + }, + relativeTime: { + future: '%s കഴിഞ്ഞ്', + past: '%s മുൻപ്', + s: 'അൽപ നിമിഷങ്ങൾ', + ss: '%d സെക്കൻഡ്', + m: 'ഒരു മിനിറ്റ്', + mm: '%d മിനിറ്റ്', + h: 'ഒരു മണിക്കൂർ', + hh: '%d മണിക്കൂർ', + d: 'ഒരു ദിവസം', + dd: '%d ദിവസം', + M: 'ഒരു മാസം', + MM: '%d മാസം', + y: 'ഒരു വർഷം', + yy: '%d വർഷം', + }, + meridiemParse: /രാത്രി|രാവിലെ|ഉച്ച കഴിഞ്ഞ്|വൈകുന്നേരം|രാത്രി/i, + meridiemHour: function (hour, meridiem) { + if (hour === 12) { + hour = 0; + } + if ( + (meridiem === 'രാത്രി' && hour >= 4) || + meridiem === 'ഉച്ച കഴിഞ്ഞ്' || + meridiem === 'വൈകുന്നേരം' + ) { + return hour + 12; + } else { + return hour; + } + }, + meridiem: function (hour, minute, isLower) { + if (hour < 4) { + return 'രാത്രി'; + } else if (hour < 12) { + return 'രാവിലെ'; + } else if (hour < 17) { + return 'ഉച്ച കഴിഞ്ഞ്'; + } else if (hour < 20) { + return 'വൈകുന്നേരം'; + } else { + return 'രാത്രി'; + } + }, + }); + + //! moment.js locale configuration + + function translate$7(number, withoutSuffix, key, isFuture) { + switch (key) { + case 's': + return withoutSuffix ? 'хэдхэн секунд' : 'хэдхэн секундын'; + case 'ss': + return number + (withoutSuffix ? ' секунд' : ' секундын'); + case 'm': + case 'mm': + return number + (withoutSuffix ? ' минут' : ' минутын'); + case 'h': + case 'hh': + return number + (withoutSuffix ? ' цаг' : ' цагийн'); + case 'd': + case 'dd': + return number + (withoutSuffix ? ' өдөр' : ' өдрийн'); + case 'M': + case 'MM': + return number + (withoutSuffix ? ' сар' : ' сарын'); + case 'y': + case 'yy': + return number + (withoutSuffix ? ' жил' : ' жилийн'); + default: + return number; + } + } + + hooks.defineLocale('mn', { + months: 'Нэгдүгээр сар_Хоёрдугаар сар_Гуравдугаар сар_Дөрөвдүгээр сар_Тавдугаар сар_Зургадугаар сар_Долдугаар сар_Наймдугаар сар_Есдүгээр сар_Аравдугаар сар_Арван нэгдүгээр сар_Арван хоёрдугаар сар'.split( + '_' + ), + monthsShort: '1 сар_2 сар_3 сар_4 сар_5 сар_6 сар_7 сар_8 сар_9 сар_10 сар_11 сар_12 сар'.split( + '_' + ), + monthsParseExact: true, + weekdays: 'Ням_Даваа_Мягмар_Лхагва_Пүрэв_Баасан_Бямба'.split('_'), + weekdaysShort: 'Ням_Дав_Мяг_Лха_Пүр_Баа_Бям'.split('_'), + weekdaysMin: 'Ня_Да_Мя_Лх_Пү_Ба_Бя'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'YYYY-MM-DD', + LL: 'YYYY оны MMMMын D', + LLL: 'YYYY оны MMMMын D HH:mm', + LLLL: 'dddd, YYYY оны MMMMын D HH:mm', + }, + meridiemParse: /ҮӨ|ҮХ/i, + isPM: function (input) { + return input === 'ҮХ'; + }, + meridiem: function (hour, minute, isLower) { + if (hour < 12) { + return 'ҮӨ'; + } else { + return 'ҮХ'; + } + }, + calendar: { + sameDay: '[Өнөөдөр] LT', + nextDay: '[Маргааш] LT', + nextWeek: '[Ирэх] dddd LT', + lastDay: '[Өчигдөр] LT', + lastWeek: '[Өнгөрсөн] dddd LT', + sameElse: 'L', + }, + relativeTime: { + future: '%s дараа', + past: '%s өмнө', + s: translate$7, + ss: translate$7, + m: translate$7, + mm: translate$7, + h: translate$7, + hh: translate$7, + d: translate$7, + dd: translate$7, + M: translate$7, + MM: translate$7, + y: translate$7, + yy: translate$7, + }, + dayOfMonthOrdinalParse: /\d{1,2} өдөр/, + ordinal: function (number, period) { + switch (period) { + case 'd': + case 'D': + case 'DDD': + return number + ' өдөр'; + default: + return number; + } + }, + }); + + //! moment.js locale configuration + + var symbolMap$b = { + '1': '१', + '2': '२', + '3': '३', + '4': '४', + '5': '५', + '6': '६', + '7': '७', + '8': '८', + '9': '९', + '0': '०', + }, + numberMap$a = { + '१': '1', + '२': '2', + '३': '3', + '४': '4', + '५': '5', + '६': '6', + '७': '7', + '८': '8', + '९': '9', + '०': '0', + }; + + function relativeTimeMr(number, withoutSuffix, string, isFuture) { + var output = ''; + if (withoutSuffix) { + switch (string) { + case 's': + output = 'काही सेकंद'; + break; + case 'ss': + output = '%d सेकंद'; + break; + case 'm': + output = 'एक मिनिट'; + break; + case 'mm': + output = '%d मिनिटे'; + break; + case 'h': + output = 'एक तास'; + break; + case 'hh': + output = '%d तास'; + break; + case 'd': + output = 'एक दिवस'; + break; + case 'dd': + output = '%d दिवस'; + break; + case 'M': + output = 'एक महिना'; + break; + case 'MM': + output = '%d महिने'; + break; + case 'y': + output = 'एक वर्ष'; + break; + case 'yy': + output = '%d वर्षे'; + break; + } + } else { + switch (string) { + case 's': + output = 'काही सेकंदां'; + break; + case 'ss': + output = '%d सेकंदां'; + break; + case 'm': + output = 'एका मिनिटा'; + break; + case 'mm': + output = '%d मिनिटां'; + break; + case 'h': + output = 'एका तासा'; + break; + case 'hh': + output = '%d तासां'; + break; + case 'd': + output = 'एका दिवसा'; + break; + case 'dd': + output = '%d दिवसां'; + break; + case 'M': + output = 'एका महिन्या'; + break; + case 'MM': + output = '%d महिन्यां'; + break; + case 'y': + output = 'एका वर्षा'; + break; + case 'yy': + output = '%d वर्षां'; + break; + } + } + return output.replace(/%d/i, number); + } + + hooks.defineLocale('mr', { + months: 'जानेवारी_फेब्रुवारी_मार्च_एप्रिल_मे_जून_जुलै_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर'.split( + '_' + ), + monthsShort: 'जाने._फेब्रु._मार्च._एप्रि._मे._जून._जुलै._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.'.split( + '_' + ), + monthsParseExact: true, + weekdays: 'रविवार_सोमवार_मंगळवार_बुधवार_गुरूवार_शुक्रवार_शनिवार'.split('_'), + weekdaysShort: 'रवि_सोम_मंगळ_बुध_गुरू_शुक्र_शनि'.split('_'), + weekdaysMin: 'र_सो_मं_बु_गु_शु_श'.split('_'), + longDateFormat: { + LT: 'A h:mm वाजता', + LTS: 'A h:mm:ss वाजता', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY, A h:mm वाजता', + LLLL: 'dddd, D MMMM YYYY, A h:mm वाजता', + }, + calendar: { + sameDay: '[आज] LT', + nextDay: '[उद्या] LT', + nextWeek: 'dddd, LT', + lastDay: '[काल] LT', + lastWeek: '[मागील] dddd, LT', + sameElse: 'L', + }, + relativeTime: { + future: '%sमध्ये', + past: '%sपूर्वी', + s: relativeTimeMr, + ss: relativeTimeMr, + m: relativeTimeMr, + mm: relativeTimeMr, + h: relativeTimeMr, + hh: relativeTimeMr, + d: relativeTimeMr, + dd: relativeTimeMr, + M: relativeTimeMr, + MM: relativeTimeMr, + y: relativeTimeMr, + yy: relativeTimeMr, + }, + preparse: function (string) { + return string.replace(/[१२३४५६७८९०]/g, function (match) { + return numberMap$a[match]; + }); + }, + postformat: function (string) { + return string.replace(/\d/g, function (match) { + return symbolMap$b[match]; + }); + }, + meridiemParse: /पहाटे|सकाळी|दुपारी|सायंकाळी|रात्री/, + meridiemHour: function (hour, meridiem) { + if (hour === 12) { + hour = 0; + } + if (meridiem === 'पहाटे' || meridiem === 'सकाळी') { + return hour; + } else if ( + meridiem === 'दुपारी' || + meridiem === 'सायंकाळी' || + meridiem === 'रात्री' + ) { + return hour >= 12 ? hour : hour + 12; + } + }, + meridiem: function (hour, minute, isLower) { + if (hour >= 0 && hour < 6) { + return 'पहाटे'; + } else if (hour < 12) { + return 'सकाळी'; + } else if (hour < 17) { + return 'दुपारी'; + } else if (hour < 20) { + return 'सायंकाळी'; + } else { + return 'रात्री'; + } + }, + week: { + dow: 0, // Sunday is the first day of the week. + doy: 6, // The week that contains Jan 6th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('ms-my', { + months: 'Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember'.split( + '_' + ), + monthsShort: 'Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis'.split('_'), + weekdays: 'Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu'.split('_'), + weekdaysShort: 'Ahd_Isn_Sel_Rab_Kha_Jum_Sab'.split('_'), + weekdaysMin: 'Ah_Is_Sl_Rb_Km_Jm_Sb'.split('_'), + longDateFormat: { + LT: 'HH.mm', + LTS: 'HH.mm.ss', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY [pukul] HH.mm', + LLLL: 'dddd, D MMMM YYYY [pukul] HH.mm', + }, + meridiemParse: /pagi|tengahari|petang|malam/, + meridiemHour: function (hour, meridiem) { + if (hour === 12) { + hour = 0; + } + if (meridiem === 'pagi') { + return hour; + } else if (meridiem === 'tengahari') { + return hour >= 11 ? hour : hour + 12; + } else if (meridiem === 'petang' || meridiem === 'malam') { + return hour + 12; + } + }, + meridiem: function (hours, minutes, isLower) { + if (hours < 11) { + return 'pagi'; + } else if (hours < 15) { + return 'tengahari'; + } else if (hours < 19) { + return 'petang'; + } else { + return 'malam'; + } + }, + calendar: { + sameDay: '[Hari ini pukul] LT', + nextDay: '[Esok pukul] LT', + nextWeek: 'dddd [pukul] LT', + lastDay: '[Kelmarin pukul] LT', + lastWeek: 'dddd [lepas pukul] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'dalam %s', + past: '%s yang lepas', + s: 'beberapa saat', + ss: '%d saat', + m: 'seminit', + mm: '%d minit', + h: 'sejam', + hh: '%d jam', + d: 'sehari', + dd: '%d hari', + M: 'sebulan', + MM: '%d bulan', + y: 'setahun', + yy: '%d tahun', + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 7, // The week that contains Jan 7th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('ms', { + months: 'Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember'.split( + '_' + ), + monthsShort: 'Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis'.split('_'), + weekdays: 'Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu'.split('_'), + weekdaysShort: 'Ahd_Isn_Sel_Rab_Kha_Jum_Sab'.split('_'), + weekdaysMin: 'Ah_Is_Sl_Rb_Km_Jm_Sb'.split('_'), + longDateFormat: { + LT: 'HH.mm', + LTS: 'HH.mm.ss', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY [pukul] HH.mm', + LLLL: 'dddd, D MMMM YYYY [pukul] HH.mm', + }, + meridiemParse: /pagi|tengahari|petang|malam/, + meridiemHour: function (hour, meridiem) { + if (hour === 12) { + hour = 0; + } + if (meridiem === 'pagi') { + return hour; + } else if (meridiem === 'tengahari') { + return hour >= 11 ? hour : hour + 12; + } else if (meridiem === 'petang' || meridiem === 'malam') { + return hour + 12; + } + }, + meridiem: function (hours, minutes, isLower) { + if (hours < 11) { + return 'pagi'; + } else if (hours < 15) { + return 'tengahari'; + } else if (hours < 19) { + return 'petang'; + } else { + return 'malam'; + } + }, + calendar: { + sameDay: '[Hari ini pukul] LT', + nextDay: '[Esok pukul] LT', + nextWeek: 'dddd [pukul] LT', + lastDay: '[Kelmarin pukul] LT', + lastWeek: 'dddd [lepas pukul] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'dalam %s', + past: '%s yang lepas', + s: 'beberapa saat', + ss: '%d saat', + m: 'seminit', + mm: '%d minit', + h: 'sejam', + hh: '%d jam', + d: 'sehari', + dd: '%d hari', + M: 'sebulan', + MM: '%d bulan', + y: 'setahun', + yy: '%d tahun', + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 7, // The week that contains Jan 7th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('mt', { + months: 'Jannar_Frar_Marzu_April_Mejju_Ġunju_Lulju_Awwissu_Settembru_Ottubru_Novembru_Diċembru'.split( + '_' + ), + monthsShort: 'Jan_Fra_Mar_Apr_Mej_Ġun_Lul_Aww_Set_Ott_Nov_Diċ'.split('_'), + weekdays: 'Il-Ħadd_It-Tnejn_It-Tlieta_L-Erbgħa_Il-Ħamis_Il-Ġimgħa_Is-Sibt'.split( + '_' + ), + weekdaysShort: 'Ħad_Tne_Tli_Erb_Ħam_Ġim_Sib'.split('_'), + weekdaysMin: 'Ħa_Tn_Tl_Er_Ħa_Ġi_Si'.split('_'), + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd, D MMMM YYYY HH:mm', + }, + calendar: { + sameDay: '[Illum fil-]LT', + nextDay: '[Għada fil-]LT', + nextWeek: 'dddd [fil-]LT', + lastDay: '[Il-bieraħ fil-]LT', + lastWeek: 'dddd [li għadda] [fil-]LT', + sameElse: 'L', + }, + relativeTime: { + future: 'f’ %s', + past: '%s ilu', + s: 'ftit sekondi', + ss: '%d sekondi', + m: 'minuta', + mm: '%d minuti', + h: 'siegħa', + hh: '%d siegħat', + d: 'ġurnata', + dd: '%d ġranet', + M: 'xahar', + MM: '%d xhur', + y: 'sena', + yy: '%d sni', + }, + dayOfMonthOrdinalParse: /\d{1,2}º/, + ordinal: '%dº', + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + var symbolMap$c = { + '1': '၁', + '2': '၂', + '3': '၃', + '4': '၄', + '5': '၅', + '6': '၆', + '7': '၇', + '8': '၈', + '9': '၉', + '0': '၀', + }, + numberMap$b = { + '၁': '1', + '၂': '2', + '၃': '3', + '၄': '4', + '၅': '5', + '၆': '6', + '၇': '7', + '၈': '8', + '၉': '9', + '၀': '0', + }; + + hooks.defineLocale('my', { + months: 'ဇန်နဝါရီ_ဖေဖော်ဝါရီ_မတ်_ဧပြီ_မေ_ဇွန်_ဇူလိုင်_သြဂုတ်_စက်တင်ဘာ_အောက်တိုဘာ_နိုဝင်ဘာ_ဒီဇင်ဘာ'.split( + '_' + ), + monthsShort: 'ဇန်_ဖေ_မတ်_ပြီ_မေ_ဇွန်_လိုင်_သြ_စက်_အောက်_နို_ဒီ'.split('_'), + weekdays: 'တနင်္ဂနွေ_တနင်္လာ_အင်္ဂါ_ဗုဒ္ဓဟူး_ကြာသပတေး_သောကြာ_စနေ'.split( + '_' + ), + weekdaysShort: 'နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ'.split('_'), + weekdaysMin: 'နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ'.split('_'), + + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd D MMMM YYYY HH:mm', + }, + calendar: { + sameDay: '[ယနေ.] LT [မှာ]', + nextDay: '[မနက်ဖြန်] LT [မှာ]', + nextWeek: 'dddd LT [မှာ]', + lastDay: '[မနေ.က] LT [မှာ]', + lastWeek: '[ပြီးခဲ့သော] dddd LT [မှာ]', + sameElse: 'L', + }, + relativeTime: { + future: 'လာမည့် %s မှာ', + past: 'လွန်ခဲ့သော %s က', + s: 'စက္ကန်.အနည်းငယ်', + ss: '%d စက္ကန့်', + m: 'တစ်မိနစ်', + mm: '%d မိနစ်', + h: 'တစ်နာရီ', + hh: '%d နာရီ', + d: 'တစ်ရက်', + dd: '%d ရက်', + M: 'တစ်လ', + MM: '%d လ', + y: 'တစ်နှစ်', + yy: '%d နှစ်', + }, + preparse: function (string) { + return string.replace(/[၁၂၃၄၅၆၇၈၉၀]/g, function (match) { + return numberMap$b[match]; + }); + }, + postformat: function (string) { + return string.replace(/\d/g, function (match) { + return symbolMap$c[match]; + }); + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('nb', { + months: 'januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember'.split( + '_' + ), + monthsShort: 'jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.'.split( + '_' + ), + monthsParseExact: true, + weekdays: 'søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag'.split('_'), + weekdaysShort: 'sø._ma._ti._on._to._fr._lø.'.split('_'), + weekdaysMin: 'sø_ma_ti_on_to_fr_lø'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD.MM.YYYY', + LL: 'D. MMMM YYYY', + LLL: 'D. MMMM YYYY [kl.] HH:mm', + LLLL: 'dddd D. MMMM YYYY [kl.] HH:mm', + }, + calendar: { + sameDay: '[i dag kl.] LT', + nextDay: '[i morgen kl.] LT', + nextWeek: 'dddd [kl.] LT', + lastDay: '[i går kl.] LT', + lastWeek: '[forrige] dddd [kl.] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'om %s', + past: '%s siden', + s: 'noen sekunder', + ss: '%d sekunder', + m: 'ett minutt', + mm: '%d minutter', + h: 'en time', + hh: '%d timer', + d: 'en dag', + dd: '%d dager', + M: 'en måned', + MM: '%d måneder', + y: 'ett år', + yy: '%d år', + }, + dayOfMonthOrdinalParse: /\d{1,2}\./, + ordinal: '%d.', + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + var symbolMap$d = { + '1': '१', + '2': '२', + '3': '३', + '4': '४', + '5': '५', + '6': '६', + '7': '७', + '8': '८', + '9': '९', + '0': '०', + }, + numberMap$c = { + '१': '1', + '२': '2', + '३': '3', + '४': '4', + '५': '5', + '६': '6', + '७': '7', + '८': '8', + '९': '9', + '०': '0', + }; + + hooks.defineLocale('ne', { + months: 'जनवरी_फेब्रुवरी_मार्च_अप्रिल_मई_जुन_जुलाई_अगष्ट_सेप्टेम्बर_अक्टोबर_नोभेम्बर_डिसेम्बर'.split( + '_' + ), + monthsShort: 'जन._फेब्रु._मार्च_अप्रि._मई_जुन_जुलाई._अग._सेप्ट._अक्टो._नोभे._डिसे.'.split( + '_' + ), + monthsParseExact: true, + weekdays: 'आइतबार_सोमबार_मङ्गलबार_बुधबार_बिहिबार_शुक्रबार_शनिबार'.split( + '_' + ), + weekdaysShort: 'आइत._सोम._मङ्गल._बुध._बिहि._शुक्र._शनि.'.split('_'), + weekdaysMin: 'आ._सो._मं._बु._बि._शु._श.'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'Aको h:mm बजे', + LTS: 'Aको h:mm:ss बजे', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY, Aको h:mm बजे', + LLLL: 'dddd, D MMMM YYYY, Aको h:mm बजे', + }, + preparse: function (string) { + return string.replace(/[१२३४५६७८९०]/g, function (match) { + return numberMap$c[match]; + }); + }, + postformat: function (string) { + return string.replace(/\d/g, function (match) { + return symbolMap$d[match]; + }); + }, + meridiemParse: /राति|बिहान|दिउँसो|साँझ/, + meridiemHour: function (hour, meridiem) { + if (hour === 12) { + hour = 0; + } + if (meridiem === 'राति') { + return hour < 4 ? hour : hour + 12; + } else if (meridiem === 'बिहान') { + return hour; + } else if (meridiem === 'दिउँसो') { + return hour >= 10 ? hour : hour + 12; + } else if (meridiem === 'साँझ') { + return hour + 12; + } + }, + meridiem: function (hour, minute, isLower) { + if (hour < 3) { + return 'राति'; + } else if (hour < 12) { + return 'बिहान'; + } else if (hour < 16) { + return 'दिउँसो'; + } else if (hour < 20) { + return 'साँझ'; + } else { + return 'राति'; + } + }, + calendar: { + sameDay: '[आज] LT', + nextDay: '[भोलि] LT', + nextWeek: '[आउँदो] dddd[,] LT', + lastDay: '[हिजो] LT', + lastWeek: '[गएको] dddd[,] LT', + sameElse: 'L', + }, + relativeTime: { + future: '%sमा', + past: '%s अगाडि', + s: 'केही क्षण', + ss: '%d सेकेण्ड', + m: 'एक मिनेट', + mm: '%d मिनेट', + h: 'एक घण्टा', + hh: '%d घण्टा', + d: 'एक दिन', + dd: '%d दिन', + M: 'एक महिना', + MM: '%d महिना', + y: 'एक बर्ष', + yy: '%d बर्ष', + }, + week: { + dow: 0, // Sunday is the first day of the week. + doy: 6, // The week that contains Jan 6th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + var monthsShortWithDots$1 = 'jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.'.split( + '_' + ), + monthsShortWithoutDots$1 = 'jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec'.split( + '_' + ), + monthsParse$6 = [ + /^jan/i, + /^feb/i, + /^maart|mrt.?$/i, + /^apr/i, + /^mei$/i, + /^jun[i.]?$/i, + /^jul[i.]?$/i, + /^aug/i, + /^sep/i, + /^okt/i, + /^nov/i, + /^dec/i, + ], + monthsRegex$7 = /^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i; + + hooks.defineLocale('nl-be', { + months: 'januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december'.split( + '_' + ), + monthsShort: function (m, format) { + if (!m) { + return monthsShortWithDots$1; + } else if (/-MMM-/.test(format)) { + return monthsShortWithoutDots$1[m.month()]; + } else { + return monthsShortWithDots$1[m.month()]; + } + }, + + monthsRegex: monthsRegex$7, + monthsShortRegex: monthsRegex$7, + monthsStrictRegex: /^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i, + monthsShortStrictRegex: /^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i, + + monthsParse: monthsParse$6, + longMonthsParse: monthsParse$6, + shortMonthsParse: monthsParse$6, + + weekdays: 'zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag'.split( + '_' + ), + weekdaysShort: 'zo._ma._di._wo._do._vr._za.'.split('_'), + weekdaysMin: 'zo_ma_di_wo_do_vr_za'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd D MMMM YYYY HH:mm', + }, + calendar: { + sameDay: '[vandaag om] LT', + nextDay: '[morgen om] LT', + nextWeek: 'dddd [om] LT', + lastDay: '[gisteren om] LT', + lastWeek: '[afgelopen] dddd [om] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'over %s', + past: '%s geleden', + s: 'een paar seconden', + ss: '%d seconden', + m: 'één minuut', + mm: '%d minuten', + h: 'één uur', + hh: '%d uur', + d: 'één dag', + dd: '%d dagen', + M: 'één maand', + MM: '%d maanden', + y: 'één jaar', + yy: '%d jaar', + }, + dayOfMonthOrdinalParse: /\d{1,2}(ste|de)/, + ordinal: function (number) { + return ( + number + + (number === 1 || number === 8 || number >= 20 ? 'ste' : 'de') + ); + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + var monthsShortWithDots$2 = 'jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.'.split( + '_' + ), + monthsShortWithoutDots$2 = 'jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec'.split( + '_' + ), + monthsParse$7 = [ + /^jan/i, + /^feb/i, + /^maart|mrt.?$/i, + /^apr/i, + /^mei$/i, + /^jun[i.]?$/i, + /^jul[i.]?$/i, + /^aug/i, + /^sep/i, + /^okt/i, + /^nov/i, + /^dec/i, + ], + monthsRegex$8 = /^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i; + + hooks.defineLocale('nl', { + months: 'januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december'.split( + '_' + ), + monthsShort: function (m, format) { + if (!m) { + return monthsShortWithDots$2; + } else if (/-MMM-/.test(format)) { + return monthsShortWithoutDots$2[m.month()]; + } else { + return monthsShortWithDots$2[m.month()]; + } + }, + + monthsRegex: monthsRegex$8, + monthsShortRegex: monthsRegex$8, + monthsStrictRegex: /^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i, + monthsShortStrictRegex: /^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i, + + monthsParse: monthsParse$7, + longMonthsParse: monthsParse$7, + shortMonthsParse: monthsParse$7, + + weekdays: 'zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag'.split( + '_' + ), + weekdaysShort: 'zo._ma._di._wo._do._vr._za.'.split('_'), + weekdaysMin: 'zo_ma_di_wo_do_vr_za'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD-MM-YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd D MMMM YYYY HH:mm', + }, + calendar: { + sameDay: '[vandaag om] LT', + nextDay: '[morgen om] LT', + nextWeek: 'dddd [om] LT', + lastDay: '[gisteren om] LT', + lastWeek: '[afgelopen] dddd [om] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'over %s', + past: '%s geleden', + s: 'een paar seconden', + ss: '%d seconden', + m: 'één minuut', + mm: '%d minuten', + h: 'één uur', + hh: '%d uur', + d: 'één dag', + dd: '%d dagen', + M: 'één maand', + MM: '%d maanden', + y: 'één jaar', + yy: '%d jaar', + }, + dayOfMonthOrdinalParse: /\d{1,2}(ste|de)/, + ordinal: function (number) { + return ( + number + + (number === 1 || number === 8 || number >= 20 ? 'ste' : 'de') + ); + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('nn', { + months: 'januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember'.split( + '_' + ), + monthsShort: 'jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.'.split( + '_' + ), + monthsParseExact: true, + weekdays: 'sundag_måndag_tysdag_onsdag_torsdag_fredag_laurdag'.split('_'), + weekdaysShort: 'su._må._ty._on._to._fr._lau.'.split('_'), + weekdaysMin: 'su_må_ty_on_to_fr_la'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD.MM.YYYY', + LL: 'D. MMMM YYYY', + LLL: 'D. MMMM YYYY [kl.] H:mm', + LLLL: 'dddd D. MMMM YYYY [kl.] HH:mm', + }, + calendar: { + sameDay: '[I dag klokka] LT', + nextDay: '[I morgon klokka] LT', + nextWeek: 'dddd [klokka] LT', + lastDay: '[I går klokka] LT', + lastWeek: '[Føregåande] dddd [klokka] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'om %s', + past: '%s sidan', + s: 'nokre sekund', + ss: '%d sekund', + m: 'eit minutt', + mm: '%d minutt', + h: 'ein time', + hh: '%d timar', + d: 'ein dag', + dd: '%d dagar', + M: 'ein månad', + MM: '%d månader', + y: 'eit år', + yy: '%d år', + }, + dayOfMonthOrdinalParse: /\d{1,2}\./, + ordinal: '%d.', + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('oc-lnc', { + months: { + standalone: 'genièr_febrièr_març_abril_mai_junh_julhet_agost_setembre_octòbre_novembre_decembre'.split( + '_' + ), + format: "de genièr_de febrièr_de març_d'abril_de mai_de junh_de julhet_d'agost_de setembre_d'octòbre_de novembre_de decembre".split( + '_' + ), + isFormat: /D[oD]?(\s)+MMMM/, + }, + monthsShort: 'gen._febr._març_abr._mai_junh_julh._ago._set._oct._nov._dec.'.split( + '_' + ), + monthsParseExact: true, + weekdays: 'dimenge_diluns_dimars_dimècres_dijòus_divendres_dissabte'.split( + '_' + ), + weekdaysShort: 'dg._dl._dm._dc._dj._dv._ds.'.split('_'), + weekdaysMin: 'dg_dl_dm_dc_dj_dv_ds'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'H:mm', + LTS: 'H:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D MMMM [de] YYYY', + ll: 'D MMM YYYY', + LLL: 'D MMMM [de] YYYY [a] H:mm', + lll: 'D MMM YYYY, H:mm', + LLLL: 'dddd D MMMM [de] YYYY [a] H:mm', + llll: 'ddd D MMM YYYY, H:mm', + }, + calendar: { + sameDay: '[uèi a] LT', + nextDay: '[deman a] LT', + nextWeek: 'dddd [a] LT', + lastDay: '[ièr a] LT', + lastWeek: 'dddd [passat a] LT', + sameElse: 'L', + }, + relativeTime: { + future: "d'aquí %s", + past: 'fa %s', + s: 'unas segondas', + ss: '%d segondas', + m: 'una minuta', + mm: '%d minutas', + h: 'una ora', + hh: '%d oras', + d: 'un jorn', + dd: '%d jorns', + M: 'un mes', + MM: '%d meses', + y: 'un an', + yy: '%d ans', + }, + dayOfMonthOrdinalParse: /\d{1,2}(r|n|t|è|a)/, + ordinal: function (number, period) { + var output = + number === 1 + ? 'r' + : number === 2 + ? 'n' + : number === 3 + ? 'r' + : number === 4 + ? 't' + : 'è'; + if (period === 'w' || period === 'W') { + output = 'a'; + } + return number + output; + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, + }, + }); + + //! moment.js locale configuration + + var symbolMap$e = { + '1': '੧', + '2': '੨', + '3': '੩', + '4': '੪', + '5': '੫', + '6': '੬', + '7': '੭', + '8': '੮', + '9': '੯', + '0': '੦', + }, + numberMap$d = { + '੧': '1', + '੨': '2', + '੩': '3', + '੪': '4', + '੫': '5', + '੬': '6', + '੭': '7', + '੮': '8', + '੯': '9', + '੦': '0', + }; + + hooks.defineLocale('pa-in', { + // There are months name as per Nanakshahi Calendar but they are not used as rigidly in modern Punjabi. + months: 'ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ'.split( + '_' + ), + monthsShort: 'ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ'.split( + '_' + ), + weekdays: 'ਐਤਵਾਰ_ਸੋਮਵਾਰ_ਮੰਗਲਵਾਰ_ਬੁਧਵਾਰ_ਵੀਰਵਾਰ_ਸ਼ੁੱਕਰਵਾਰ_ਸ਼ਨੀਚਰਵਾਰ'.split( + '_' + ), + weekdaysShort: 'ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ'.split('_'), + weekdaysMin: 'ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ'.split('_'), + longDateFormat: { + LT: 'A h:mm ਵਜੇ', + LTS: 'A h:mm:ss ਵਜੇ', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY, A h:mm ਵਜੇ', + LLLL: 'dddd, D MMMM YYYY, A h:mm ਵਜੇ', + }, + calendar: { + sameDay: '[ਅਜ] LT', + nextDay: '[ਕਲ] LT', + nextWeek: '[ਅਗਲਾ] dddd, LT', + lastDay: '[ਕਲ] LT', + lastWeek: '[ਪਿਛਲੇ] dddd, LT', + sameElse: 'L', + }, + relativeTime: { + future: '%s ਵਿੱਚ', + past: '%s ਪਿਛਲੇ', + s: 'ਕੁਝ ਸਕਿੰਟ', + ss: '%d ਸਕਿੰਟ', + m: 'ਇਕ ਮਿੰਟ', + mm: '%d ਮਿੰਟ', + h: 'ਇੱਕ ਘੰਟਾ', + hh: '%d ਘੰਟੇ', + d: 'ਇੱਕ ਦਿਨ', + dd: '%d ਦਿਨ', + M: 'ਇੱਕ ਮਹੀਨਾ', + MM: '%d ਮਹੀਨੇ', + y: 'ਇੱਕ ਸਾਲ', + yy: '%d ਸਾਲ', + }, + preparse: function (string) { + return string.replace(/[੧੨੩੪੫੬੭੮੯੦]/g, function (match) { + return numberMap$d[match]; + }); + }, + postformat: function (string) { + return string.replace(/\d/g, function (match) { + return symbolMap$e[match]; + }); + }, + // Punjabi notation for meridiems are quite fuzzy in practice. While there exists + // a rigid notion of a 'Pahar' it is not used as rigidly in modern Punjabi. + meridiemParse: /ਰਾਤ|ਸਵੇਰ|ਦੁਪਹਿਰ|ਸ਼ਾਮ/, + meridiemHour: function (hour, meridiem) { + if (hour === 12) { + hour = 0; + } + if (meridiem === 'ਰਾਤ') { + return hour < 4 ? hour : hour + 12; + } else if (meridiem === 'ਸਵੇਰ') { + return hour; + } else if (meridiem === 'ਦੁਪਹਿਰ') { + return hour >= 10 ? hour : hour + 12; + } else if (meridiem === 'ਸ਼ਾਮ') { + return hour + 12; + } + }, + meridiem: function (hour, minute, isLower) { + if (hour < 4) { + return 'ਰਾਤ'; + } else if (hour < 10) { + return 'ਸਵੇਰ'; + } else if (hour < 17) { + return 'ਦੁਪਹਿਰ'; + } else if (hour < 20) { + return 'ਸ਼ਾਮ'; + } else { + return 'ਰਾਤ'; + } + }, + week: { + dow: 0, // Sunday is the first day of the week. + doy: 6, // The week that contains Jan 6th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + var monthsNominative = 'styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień'.split( + '_' + ), + monthsSubjective = 'stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia'.split( + '_' + ); + function plural$3(n) { + return n % 10 < 5 && n % 10 > 1 && ~~(n / 10) % 10 !== 1; + } + function translate$8(number, withoutSuffix, key) { + var result = number + ' '; + switch (key) { + case 'ss': + return result + (plural$3(number) ? 'sekundy' : 'sekund'); + case 'm': + return withoutSuffix ? 'minuta' : 'minutę'; + case 'mm': + return result + (plural$3(number) ? 'minuty' : 'minut'); + case 'h': + return withoutSuffix ? 'godzina' : 'godzinę'; + case 'hh': + return result + (plural$3(number) ? 'godziny' : 'godzin'); + case 'MM': + return result + (plural$3(number) ? 'miesiące' : 'miesięcy'); + case 'yy': + return result + (plural$3(number) ? 'lata' : 'lat'); + } + } + + hooks.defineLocale('pl', { + months: function (momentToFormat, format) { + if (!momentToFormat) { + return monthsNominative; + } else if (format === '') { + // Hack: if format empty we know this is used to generate + // RegExp by moment. Give then back both valid forms of months + // in RegExp ready format. + return ( + '(' + + monthsSubjective[momentToFormat.month()] + + '|' + + monthsNominative[momentToFormat.month()] + + ')' + ); + } else if (/D MMMM/.test(format)) { + return monthsSubjective[momentToFormat.month()]; + } else { + return monthsNominative[momentToFormat.month()]; + } + }, + monthsShort: 'sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru'.split('_'), + weekdays: 'niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota'.split( + '_' + ), + weekdaysShort: 'ndz_pon_wt_śr_czw_pt_sob'.split('_'), + weekdaysMin: 'Nd_Pn_Wt_Śr_Cz_Pt_So'.split('_'), + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD.MM.YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd, D MMMM YYYY HH:mm', + }, + calendar: { + sameDay: '[Dziś o] LT', + nextDay: '[Jutro o] LT', + nextWeek: function () { + switch (this.day()) { + case 0: + return '[W niedzielę o] LT'; + + case 2: + return '[We wtorek o] LT'; + + case 3: + return '[W środę o] LT'; + + case 6: + return '[W sobotę o] LT'; + + default: + return '[W] dddd [o] LT'; + } + }, + lastDay: '[Wczoraj o] LT', + lastWeek: function () { + switch (this.day()) { + case 0: + return '[W zeszłą niedzielę o] LT'; + case 3: + return '[W zeszłą środę o] LT'; + case 6: + return '[W zeszłą sobotę o] LT'; + default: + return '[W zeszły] dddd [o] LT'; + } + }, + sameElse: 'L', + }, + relativeTime: { + future: 'za %s', + past: '%s temu', + s: 'kilka sekund', + ss: translate$8, + m: translate$8, + mm: translate$8, + h: translate$8, + hh: translate$8, + d: '1 dzień', + dd: '%d dni', + M: 'miesiąc', + MM: translate$8, + y: 'rok', + yy: translate$8, + }, + dayOfMonthOrdinalParse: /\d{1,2}\./, + ordinal: '%d.', + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('pt-br', { + months: 'janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro'.split( + '_' + ), + monthsShort: 'jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez'.split('_'), + weekdays: 'domingo_segunda-feira_terça-feira_quarta-feira_quinta-feira_sexta-feira_sábado'.split( + '_' + ), + weekdaysShort: 'dom_seg_ter_qua_qui_sex_sáb'.split('_'), + weekdaysMin: 'do_2ª_3ª_4ª_5ª_6ª_sá'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D [de] MMMM [de] YYYY', + LLL: 'D [de] MMMM [de] YYYY [às] HH:mm', + LLLL: 'dddd, D [de] MMMM [de] YYYY [às] HH:mm', + }, + calendar: { + sameDay: '[Hoje às] LT', + nextDay: '[Amanhã às] LT', + nextWeek: 'dddd [às] LT', + lastDay: '[Ontem às] LT', + lastWeek: function () { + return this.day() === 0 || this.day() === 6 + ? '[Último] dddd [às] LT' // Saturday + Sunday + : '[Última] dddd [às] LT'; // Monday - Friday + }, + sameElse: 'L', + }, + relativeTime: { + future: 'em %s', + past: 'há %s', + s: 'poucos segundos', + ss: '%d segundos', + m: 'um minuto', + mm: '%d minutos', + h: 'uma hora', + hh: '%d horas', + d: 'um dia', + dd: '%d dias', + M: 'um mês', + MM: '%d meses', + y: 'um ano', + yy: '%d anos', + }, + dayOfMonthOrdinalParse: /\d{1,2}º/, + ordinal: '%dº', + }); + + //! moment.js locale configuration + + hooks.defineLocale('pt', { + months: 'janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro'.split( + '_' + ), + monthsShort: 'jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez'.split('_'), + weekdays: 'Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado'.split( + '_' + ), + weekdaysShort: 'Dom_Seg_Ter_Qua_Qui_Sex_Sáb'.split('_'), + weekdaysMin: 'Do_2ª_3ª_4ª_5ª_6ª_Sá'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D [de] MMMM [de] YYYY', + LLL: 'D [de] MMMM [de] YYYY HH:mm', + LLLL: 'dddd, D [de] MMMM [de] YYYY HH:mm', + }, + calendar: { + sameDay: '[Hoje às] LT', + nextDay: '[Amanhã às] LT', + nextWeek: 'dddd [às] LT', + lastDay: '[Ontem às] LT', + lastWeek: function () { + return this.day() === 0 || this.day() === 6 + ? '[Último] dddd [às] LT' // Saturday + Sunday + : '[Última] dddd [às] LT'; // Monday - Friday + }, + sameElse: 'L', + }, + relativeTime: { + future: 'em %s', + past: 'há %s', + s: 'segundos', + ss: '%d segundos', + m: 'um minuto', + mm: '%d minutos', + h: 'uma hora', + hh: '%d horas', + d: 'um dia', + dd: '%d dias', + M: 'um mês', + MM: '%d meses', + y: 'um ano', + yy: '%d anos', + }, + dayOfMonthOrdinalParse: /\d{1,2}º/, + ordinal: '%dº', + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + function relativeTimeWithPlural$2(number, withoutSuffix, key) { + var format = { + ss: 'secunde', + mm: 'minute', + hh: 'ore', + dd: 'zile', + MM: 'luni', + yy: 'ani', + }, + separator = ' '; + if (number % 100 >= 20 || (number >= 100 && number % 100 === 0)) { + separator = ' de '; + } + return number + separator + format[key]; + } + + hooks.defineLocale('ro', { + months: 'ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie'.split( + '_' + ), + monthsShort: 'ian._feb._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.'.split( + '_' + ), + monthsParseExact: true, + weekdays: 'duminică_luni_marți_miercuri_joi_vineri_sâmbătă'.split('_'), + weekdaysShort: 'Dum_Lun_Mar_Mie_Joi_Vin_Sâm'.split('_'), + weekdaysMin: 'Du_Lu_Ma_Mi_Jo_Vi_Sâ'.split('_'), + longDateFormat: { + LT: 'H:mm', + LTS: 'H:mm:ss', + L: 'DD.MM.YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY H:mm', + LLLL: 'dddd, D MMMM YYYY H:mm', + }, + calendar: { + sameDay: '[azi la] LT', + nextDay: '[mâine la] LT', + nextWeek: 'dddd [la] LT', + lastDay: '[ieri la] LT', + lastWeek: '[fosta] dddd [la] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'peste %s', + past: '%s în urmă', + s: 'câteva secunde', + ss: relativeTimeWithPlural$2, + m: 'un minut', + mm: relativeTimeWithPlural$2, + h: 'o oră', + hh: relativeTimeWithPlural$2, + d: 'o zi', + dd: relativeTimeWithPlural$2, + M: 'o lună', + MM: relativeTimeWithPlural$2, + y: 'un an', + yy: relativeTimeWithPlural$2, + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 7, // The week that contains Jan 7th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + function plural$4(word, num) { + var forms = word.split('_'); + return num % 10 === 1 && num % 100 !== 11 + ? forms[0] + : num % 10 >= 2 && num % 10 <= 4 && (num % 100 < 10 || num % 100 >= 20) + ? forms[1] + : forms[2]; + } + function relativeTimeWithPlural$3(number, withoutSuffix, key) { + var format = { + ss: withoutSuffix ? 'секунда_секунды_секунд' : 'секунду_секунды_секунд', + mm: withoutSuffix ? 'минута_минуты_минут' : 'минуту_минуты_минут', + hh: 'час_часа_часов', + dd: 'день_дня_дней', + MM: 'месяц_месяца_месяцев', + yy: 'год_года_лет', + }; + if (key === 'm') { + return withoutSuffix ? 'минута' : 'минуту'; + } else { + return number + ' ' + plural$4(format[key], +number); + } + } + var monthsParse$8 = [ + /^янв/i, + /^фев/i, + /^мар/i, + /^апр/i, + /^ма[йя]/i, + /^июн/i, + /^июл/i, + /^авг/i, + /^сен/i, + /^окт/i, + /^ноя/i, + /^дек/i, + ]; + + // http://new.gramota.ru/spravka/rules/139-prop : § 103 + // Сокращения месяцев: http://new.gramota.ru/spravka/buro/search-answer?s=242637 + // CLDR data: http://www.unicode.org/cldr/charts/28/summary/ru.html#1753 + hooks.defineLocale('ru', { + months: { + format: 'января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря'.split( + '_' + ), + standalone: 'январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь'.split( + '_' + ), + }, + monthsShort: { + // по CLDR именно "июл." и "июн.", но какой смысл менять букву на точку? + format: 'янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.'.split( + '_' + ), + standalone: 'янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.'.split( + '_' + ), + }, + weekdays: { + standalone: 'воскресенье_понедельник_вторник_среда_четверг_пятница_суббота'.split( + '_' + ), + format: 'воскресенье_понедельник_вторник_среду_четверг_пятницу_субботу'.split( + '_' + ), + isFormat: /\[ ?[Вв] ?(?:прошлую|следующую|эту)? ?] ?dddd/, + }, + weekdaysShort: 'вс_пн_вт_ср_чт_пт_сб'.split('_'), + weekdaysMin: 'вс_пн_вт_ср_чт_пт_сб'.split('_'), + monthsParse: monthsParse$8, + longMonthsParse: monthsParse$8, + shortMonthsParse: monthsParse$8, + + // полные названия с падежами, по три буквы, для некоторых, по 4 буквы, сокращения с точкой и без точки + monthsRegex: /^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i, + + // копия предыдущего + monthsShortRegex: /^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i, + + // полные названия с падежами + monthsStrictRegex: /^(январ[яь]|феврал[яь]|марта?|апрел[яь]|ма[яй]|июн[яь]|июл[яь]|августа?|сентябр[яь]|октябр[яь]|ноябр[яь]|декабр[яь])/i, + + // Выражение, которое соответствует только сокращённым формам + monthsShortStrictRegex: /^(янв\.|февр?\.|мар[т.]|апр\.|ма[яй]|июн[ья.]|июл[ья.]|авг\.|сент?\.|окт\.|нояб?\.|дек\.)/i, + longDateFormat: { + LT: 'H:mm', + LTS: 'H:mm:ss', + L: 'DD.MM.YYYY', + LL: 'D MMMM YYYY г.', + LLL: 'D MMMM YYYY г., H:mm', + LLLL: 'dddd, D MMMM YYYY г., H:mm', + }, + calendar: { + sameDay: '[Сегодня, в] LT', + nextDay: '[Завтра, в] LT', + lastDay: '[Вчера, в] LT', + nextWeek: function (now) { + if (now.week() !== this.week()) { + switch (this.day()) { + case 0: + return '[В следующее] dddd, [в] LT'; + case 1: + case 2: + case 4: + return '[В следующий] dddd, [в] LT'; + case 3: + case 5: + case 6: + return '[В следующую] dddd, [в] LT'; + } + } else { + if (this.day() === 2) { + return '[Во] dddd, [в] LT'; + } else { + return '[В] dddd, [в] LT'; + } + } + }, + lastWeek: function (now) { + if (now.week() !== this.week()) { + switch (this.day()) { + case 0: + return '[В прошлое] dddd, [в] LT'; + case 1: + case 2: + case 4: + return '[В прошлый] dddd, [в] LT'; + case 3: + case 5: + case 6: + return '[В прошлую] dddd, [в] LT'; + } + } else { + if (this.day() === 2) { + return '[Во] dddd, [в] LT'; + } else { + return '[В] dddd, [в] LT'; + } + } + }, + sameElse: 'L', + }, + relativeTime: { + future: 'через %s', + past: '%s назад', + s: 'несколько секунд', + ss: relativeTimeWithPlural$3, + m: relativeTimeWithPlural$3, + mm: relativeTimeWithPlural$3, + h: 'час', + hh: relativeTimeWithPlural$3, + d: 'день', + dd: relativeTimeWithPlural$3, + M: 'месяц', + MM: relativeTimeWithPlural$3, + y: 'год', + yy: relativeTimeWithPlural$3, + }, + meridiemParse: /ночи|утра|дня|вечера/i, + isPM: function (input) { + return /^(дня|вечера)$/.test(input); + }, + meridiem: function (hour, minute, isLower) { + if (hour < 4) { + return 'ночи'; + } else if (hour < 12) { + return 'утра'; + } else if (hour < 17) { + return 'дня'; + } else { + return 'вечера'; + } + }, + dayOfMonthOrdinalParse: /\d{1,2}-(й|го|я)/, + ordinal: function (number, period) { + switch (period) { + case 'M': + case 'd': + case 'DDD': + return number + '-й'; + case 'D': + return number + '-го'; + case 'w': + case 'W': + return number + '-я'; + default: + return number; + } + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + var months$9 = [ + 'جنوري', + 'فيبروري', + 'مارچ', + 'اپريل', + 'مئي', + 'جون', + 'جولاءِ', + 'آگسٽ', + 'سيپٽمبر', + 'آڪٽوبر', + 'نومبر', + 'ڊسمبر', + ], + days$1 = ['آچر', 'سومر', 'اڱارو', 'اربع', 'خميس', 'جمع', 'ڇنڇر']; + + hooks.defineLocale('sd', { + months: months$9, + monthsShort: months$9, + weekdays: days$1, + weekdaysShort: days$1, + weekdaysMin: days$1, + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd، D MMMM YYYY HH:mm', + }, + meridiemParse: /صبح|شام/, + isPM: function (input) { + return 'شام' === input; + }, + meridiem: function (hour, minute, isLower) { + if (hour < 12) { + return 'صبح'; + } + return 'شام'; + }, + calendar: { + sameDay: '[اڄ] LT', + nextDay: '[سڀاڻي] LT', + nextWeek: 'dddd [اڳين هفتي تي] LT', + lastDay: '[ڪالهه] LT', + lastWeek: '[گزريل هفتي] dddd [تي] LT', + sameElse: 'L', + }, + relativeTime: { + future: '%s پوء', + past: '%s اڳ', + s: 'چند سيڪنڊ', + ss: '%d سيڪنڊ', + m: 'هڪ منٽ', + mm: '%d منٽ', + h: 'هڪ ڪلاڪ', + hh: '%d ڪلاڪ', + d: 'هڪ ڏينهن', + dd: '%d ڏينهن', + M: 'هڪ مهينو', + MM: '%d مهينا', + y: 'هڪ سال', + yy: '%d سال', + }, + preparse: function (string) { + return string.replace(/،/g, ','); + }, + postformat: function (string) { + return string.replace(/,/g, '،'); + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('se', { + months: 'ođđajagemánnu_guovvamánnu_njukčamánnu_cuoŋománnu_miessemánnu_geassemánnu_suoidnemánnu_borgemánnu_čakčamánnu_golggotmánnu_skábmamánnu_juovlamánnu'.split( + '_' + ), + monthsShort: 'ođđj_guov_njuk_cuo_mies_geas_suoi_borg_čakč_golg_skáb_juov'.split( + '_' + ), + weekdays: 'sotnabeaivi_vuossárga_maŋŋebárga_gaskavahkku_duorastat_bearjadat_lávvardat'.split( + '_' + ), + weekdaysShort: 'sotn_vuos_maŋ_gask_duor_bear_láv'.split('_'), + weekdaysMin: 's_v_m_g_d_b_L'.split('_'), + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD.MM.YYYY', + LL: 'MMMM D. [b.] YYYY', + LLL: 'MMMM D. [b.] YYYY [ti.] HH:mm', + LLLL: 'dddd, MMMM D. [b.] YYYY [ti.] HH:mm', + }, + calendar: { + sameDay: '[otne ti] LT', + nextDay: '[ihttin ti] LT', + nextWeek: 'dddd [ti] LT', + lastDay: '[ikte ti] LT', + lastWeek: '[ovddit] dddd [ti] LT', + sameElse: 'L', + }, + relativeTime: { + future: '%s geažes', + past: 'maŋit %s', + s: 'moadde sekunddat', + ss: '%d sekunddat', + m: 'okta minuhta', + mm: '%d minuhtat', + h: 'okta diimmu', + hh: '%d diimmut', + d: 'okta beaivi', + dd: '%d beaivvit', + M: 'okta mánnu', + MM: '%d mánut', + y: 'okta jahki', + yy: '%d jagit', + }, + dayOfMonthOrdinalParse: /\d{1,2}\./, + ordinal: '%d.', + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + /*jshint -W100*/ + hooks.defineLocale('si', { + months: 'ජනවාරි_පෙබරවාරි_මාර්තු_අප්‍රේල්_මැයි_ජූනි_ජූලි_අගෝස්තු_සැප්තැම්බර්_ඔක්තෝබර්_නොවැම්බර්_දෙසැම්බර්'.split( + '_' + ), + monthsShort: 'ජන_පෙබ_මාර්_අප්_මැයි_ජූනි_ජූලි_අගෝ_සැප්_ඔක්_නොවැ_දෙසැ'.split( + '_' + ), + weekdays: 'ඉරිදා_සඳුදා_අඟහරුවාදා_බදාදා_බ්‍රහස්පතින්දා_සිකුරාදා_සෙනසුරාදා'.split( + '_' + ), + weekdaysShort: 'ඉරි_සඳු_අඟ_බදා_බ්‍රහ_සිකු_සෙන'.split('_'), + weekdaysMin: 'ඉ_ස_අ_බ_බ්‍ර_සි_සෙ'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'a h:mm', + LTS: 'a h:mm:ss', + L: 'YYYY/MM/DD', + LL: 'YYYY MMMM D', + LLL: 'YYYY MMMM D, a h:mm', + LLLL: 'YYYY MMMM D [වැනි] dddd, a h:mm:ss', + }, + calendar: { + sameDay: '[අද] LT[ට]', + nextDay: '[හෙට] LT[ට]', + nextWeek: 'dddd LT[ට]', + lastDay: '[ඊයේ] LT[ට]', + lastWeek: '[පසුගිය] dddd LT[ට]', + sameElse: 'L', + }, + relativeTime: { + future: '%sකින්', + past: '%sකට පෙර', + s: 'තත්පර කිහිපය', + ss: 'තත්පර %d', + m: 'මිනිත්තුව', + mm: 'මිනිත්තු %d', + h: 'පැය', + hh: 'පැය %d', + d: 'දිනය', + dd: 'දින %d', + M: 'මාසය', + MM: 'මාස %d', + y: 'වසර', + yy: 'වසර %d', + }, + dayOfMonthOrdinalParse: /\d{1,2} වැනි/, + ordinal: function (number) { + return number + ' වැනි'; + }, + meridiemParse: /පෙර වරු|පස් වරු|පෙ.ව|ප.ව./, + isPM: function (input) { + return input === 'ප.ව.' || input === 'පස් වරු'; + }, + meridiem: function (hours, minutes, isLower) { + if (hours > 11) { + return isLower ? 'ප.ව.' : 'පස් වරු'; + } else { + return isLower ? 'පෙ.ව.' : 'පෙර වරු'; + } + }, + }); + + //! moment.js locale configuration + + var months$a = 'január_február_marec_apríl_máj_jún_júl_august_september_október_november_december'.split( + '_' + ), + monthsShort$6 = 'jan_feb_mar_apr_máj_jún_júl_aug_sep_okt_nov_dec'.split('_'); + function plural$5(n) { + return n > 1 && n < 5; + } + function translate$9(number, withoutSuffix, key, isFuture) { + var result = number + ' '; + switch (key) { + case 's': // a few seconds / in a few seconds / a few seconds ago + return withoutSuffix || isFuture ? 'pár sekúnd' : 'pár sekundami'; + case 'ss': // 9 seconds / in 9 seconds / 9 seconds ago + if (withoutSuffix || isFuture) { + return result + (plural$5(number) ? 'sekundy' : 'sekúnd'); + } else { + return result + 'sekundami'; + } + case 'm': // a minute / in a minute / a minute ago + return withoutSuffix ? 'minúta' : isFuture ? 'minútu' : 'minútou'; + case 'mm': // 9 minutes / in 9 minutes / 9 minutes ago + if (withoutSuffix || isFuture) { + return result + (plural$5(number) ? 'minúty' : 'minút'); + } else { + return result + 'minútami'; + } + case 'h': // an hour / in an hour / an hour ago + return withoutSuffix ? 'hodina' : isFuture ? 'hodinu' : 'hodinou'; + case 'hh': // 9 hours / in 9 hours / 9 hours ago + if (withoutSuffix || isFuture) { + return result + (plural$5(number) ? 'hodiny' : 'hodín'); + } else { + return result + 'hodinami'; + } + case 'd': // a day / in a day / a day ago + return withoutSuffix || isFuture ? 'deň' : 'dňom'; + case 'dd': // 9 days / in 9 days / 9 days ago + if (withoutSuffix || isFuture) { + return result + (plural$5(number) ? 'dni' : 'dní'); + } else { + return result + 'dňami'; + } + case 'M': // a month / in a month / a month ago + return withoutSuffix || isFuture ? 'mesiac' : 'mesiacom'; + case 'MM': // 9 months / in 9 months / 9 months ago + if (withoutSuffix || isFuture) { + return result + (plural$5(number) ? 'mesiace' : 'mesiacov'); + } else { + return result + 'mesiacmi'; + } + case 'y': // a year / in a year / a year ago + return withoutSuffix || isFuture ? 'rok' : 'rokom'; + case 'yy': // 9 years / in 9 years / 9 years ago + if (withoutSuffix || isFuture) { + return result + (plural$5(number) ? 'roky' : 'rokov'); + } else { + return result + 'rokmi'; + } + } + } + + hooks.defineLocale('sk', { + months: months$a, + monthsShort: monthsShort$6, + weekdays: 'nedeľa_pondelok_utorok_streda_štvrtok_piatok_sobota'.split('_'), + weekdaysShort: 'ne_po_ut_st_št_pi_so'.split('_'), + weekdaysMin: 'ne_po_ut_st_št_pi_so'.split('_'), + longDateFormat: { + LT: 'H:mm', + LTS: 'H:mm:ss', + L: 'DD.MM.YYYY', + LL: 'D. MMMM YYYY', + LLL: 'D. MMMM YYYY H:mm', + LLLL: 'dddd D. MMMM YYYY H:mm', + }, + calendar: { + sameDay: '[dnes o] LT', + nextDay: '[zajtra o] LT', + nextWeek: function () { + switch (this.day()) { + case 0: + return '[v nedeľu o] LT'; + case 1: + case 2: + return '[v] dddd [o] LT'; + case 3: + return '[v stredu o] LT'; + case 4: + return '[vo štvrtok o] LT'; + case 5: + return '[v piatok o] LT'; + case 6: + return '[v sobotu o] LT'; + } + }, + lastDay: '[včera o] LT', + lastWeek: function () { + switch (this.day()) { + case 0: + return '[minulú nedeľu o] LT'; + case 1: + case 2: + return '[minulý] dddd [o] LT'; + case 3: + return '[minulú stredu o] LT'; + case 4: + case 5: + return '[minulý] dddd [o] LT'; + case 6: + return '[minulú sobotu o] LT'; + } + }, + sameElse: 'L', + }, + relativeTime: { + future: 'za %s', + past: 'pred %s', + s: translate$9, + ss: translate$9, + m: translate$9, + mm: translate$9, + h: translate$9, + hh: translate$9, + d: translate$9, + dd: translate$9, + M: translate$9, + MM: translate$9, + y: translate$9, + yy: translate$9, + }, + dayOfMonthOrdinalParse: /\d{1,2}\./, + ordinal: '%d.', + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + function processRelativeTime$7(number, withoutSuffix, key, isFuture) { + var result = number + ' '; + switch (key) { + case 's': + return withoutSuffix || isFuture + ? 'nekaj sekund' + : 'nekaj sekundami'; + case 'ss': + if (number === 1) { + result += withoutSuffix ? 'sekundo' : 'sekundi'; + } else if (number === 2) { + result += withoutSuffix || isFuture ? 'sekundi' : 'sekundah'; + } else if (number < 5) { + result += withoutSuffix || isFuture ? 'sekunde' : 'sekundah'; + } else { + result += 'sekund'; + } + return result; + case 'm': + return withoutSuffix ? 'ena minuta' : 'eno minuto'; + case 'mm': + if (number === 1) { + result += withoutSuffix ? 'minuta' : 'minuto'; + } else if (number === 2) { + result += withoutSuffix || isFuture ? 'minuti' : 'minutama'; + } else if (number < 5) { + result += withoutSuffix || isFuture ? 'minute' : 'minutami'; + } else { + result += withoutSuffix || isFuture ? 'minut' : 'minutami'; + } + return result; + case 'h': + return withoutSuffix ? 'ena ura' : 'eno uro'; + case 'hh': + if (number === 1) { + result += withoutSuffix ? 'ura' : 'uro'; + } else if (number === 2) { + result += withoutSuffix || isFuture ? 'uri' : 'urama'; + } else if (number < 5) { + result += withoutSuffix || isFuture ? 'ure' : 'urami'; + } else { + result += withoutSuffix || isFuture ? 'ur' : 'urami'; + } + return result; + case 'd': + return withoutSuffix || isFuture ? 'en dan' : 'enim dnem'; + case 'dd': + if (number === 1) { + result += withoutSuffix || isFuture ? 'dan' : 'dnem'; + } else if (number === 2) { + result += withoutSuffix || isFuture ? 'dni' : 'dnevoma'; + } else { + result += withoutSuffix || isFuture ? 'dni' : 'dnevi'; + } + return result; + case 'M': + return withoutSuffix || isFuture ? 'en mesec' : 'enim mesecem'; + case 'MM': + if (number === 1) { + result += withoutSuffix || isFuture ? 'mesec' : 'mesecem'; + } else if (number === 2) { + result += withoutSuffix || isFuture ? 'meseca' : 'mesecema'; + } else if (number < 5) { + result += withoutSuffix || isFuture ? 'mesece' : 'meseci'; + } else { + result += withoutSuffix || isFuture ? 'mesecev' : 'meseci'; + } + return result; + case 'y': + return withoutSuffix || isFuture ? 'eno leto' : 'enim letom'; + case 'yy': + if (number === 1) { + result += withoutSuffix || isFuture ? 'leto' : 'letom'; + } else if (number === 2) { + result += withoutSuffix || isFuture ? 'leti' : 'letoma'; + } else if (number < 5) { + result += withoutSuffix || isFuture ? 'leta' : 'leti'; + } else { + result += withoutSuffix || isFuture ? 'let' : 'leti'; + } + return result; + } + } + + hooks.defineLocale('sl', { + months: 'januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december'.split( + '_' + ), + monthsShort: 'jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.'.split( + '_' + ), + monthsParseExact: true, + weekdays: 'nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota'.split('_'), + weekdaysShort: 'ned._pon._tor._sre._čet._pet._sob.'.split('_'), + weekdaysMin: 'ne_po_to_sr_če_pe_so'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'H:mm', + LTS: 'H:mm:ss', + L: 'DD. MM. YYYY', + LL: 'D. MMMM YYYY', + LLL: 'D. MMMM YYYY H:mm', + LLLL: 'dddd, D. MMMM YYYY H:mm', + }, + calendar: { + sameDay: '[danes ob] LT', + nextDay: '[jutri ob] LT', + + nextWeek: function () { + switch (this.day()) { + case 0: + return '[v] [nedeljo] [ob] LT'; + case 3: + return '[v] [sredo] [ob] LT'; + case 6: + return '[v] [soboto] [ob] LT'; + case 1: + case 2: + case 4: + case 5: + return '[v] dddd [ob] LT'; + } + }, + lastDay: '[včeraj ob] LT', + lastWeek: function () { + switch (this.day()) { + case 0: + return '[prejšnjo] [nedeljo] [ob] LT'; + case 3: + return '[prejšnjo] [sredo] [ob] LT'; + case 6: + return '[prejšnjo] [soboto] [ob] LT'; + case 1: + case 2: + case 4: + case 5: + return '[prejšnji] dddd [ob] LT'; + } + }, + sameElse: 'L', + }, + relativeTime: { + future: 'čez %s', + past: 'pred %s', + s: processRelativeTime$7, + ss: processRelativeTime$7, + m: processRelativeTime$7, + mm: processRelativeTime$7, + h: processRelativeTime$7, + hh: processRelativeTime$7, + d: processRelativeTime$7, + dd: processRelativeTime$7, + M: processRelativeTime$7, + MM: processRelativeTime$7, + y: processRelativeTime$7, + yy: processRelativeTime$7, + }, + dayOfMonthOrdinalParse: /\d{1,2}\./, + ordinal: '%d.', + week: { + dow: 1, // Monday is the first day of the week. + doy: 7, // The week that contains Jan 7th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('sq', { + months: 'Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_Nëntor_Dhjetor'.split( + '_' + ), + monthsShort: 'Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_Nën_Dhj'.split('_'), + weekdays: 'E Diel_E Hënë_E Martë_E Mërkurë_E Enjte_E Premte_E Shtunë'.split( + '_' + ), + weekdaysShort: 'Die_Hën_Mar_Mër_Enj_Pre_Sht'.split('_'), + weekdaysMin: 'D_H_Ma_Më_E_P_Sh'.split('_'), + weekdaysParseExact: true, + meridiemParse: /PD|MD/, + isPM: function (input) { + return input.charAt(0) === 'M'; + }, + meridiem: function (hours, minutes, isLower) { + return hours < 12 ? 'PD' : 'MD'; + }, + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd, D MMMM YYYY HH:mm', + }, + calendar: { + sameDay: '[Sot në] LT', + nextDay: '[Nesër në] LT', + nextWeek: 'dddd [në] LT', + lastDay: '[Dje në] LT', + lastWeek: 'dddd [e kaluar në] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'në %s', + past: '%s më parë', + s: 'disa sekonda', + ss: '%d sekonda', + m: 'një minutë', + mm: '%d minuta', + h: 'një orë', + hh: '%d orë', + d: 'një ditë', + dd: '%d ditë', + M: 'një muaj', + MM: '%d muaj', + y: 'një vit', + yy: '%d vite', + }, + dayOfMonthOrdinalParse: /\d{1,2}\./, + ordinal: '%d.', + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + var translator$1 = { + words: { + //Different grammatical cases + ss: ['секунда', 'секунде', 'секунди'], + m: ['један минут', 'једне минуте'], + mm: ['минут', 'минуте', 'минута'], + h: ['један сат', 'једног сата'], + hh: ['сат', 'сата', 'сати'], + dd: ['дан', 'дана', 'дана'], + MM: ['месец', 'месеца', 'месеци'], + yy: ['година', 'године', 'година'], + }, + correctGrammaticalCase: function (number, wordKey) { + return number === 1 + ? wordKey[0] + : number >= 2 && number <= 4 + ? wordKey[1] + : wordKey[2]; + }, + translate: function (number, withoutSuffix, key) { + var wordKey = translator$1.words[key]; + if (key.length === 1) { + return withoutSuffix ? wordKey[0] : wordKey[1]; + } else { + return ( + number + + ' ' + + translator$1.correctGrammaticalCase(number, wordKey) + ); + } + }, + }; + + hooks.defineLocale('sr-cyrl', { + months: 'јануар_фебруар_март_април_мај_јун_јул_август_септембар_октобар_новембар_децембар'.split( + '_' + ), + monthsShort: 'јан._феб._мар._апр._мај_јун_јул_авг._сеп._окт._нов._дец.'.split( + '_' + ), + monthsParseExact: true, + weekdays: 'недеља_понедељак_уторак_среда_четвртак_петак_субота'.split('_'), + weekdaysShort: 'нед._пон._уто._сре._чет._пет._суб.'.split('_'), + weekdaysMin: 'не_по_ут_ср_че_пе_су'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'H:mm', + LTS: 'H:mm:ss', + L: 'DD.MM.YYYY', + LL: 'D. MMMM YYYY', + LLL: 'D. MMMM YYYY H:mm', + LLLL: 'dddd, D. MMMM YYYY H:mm', + }, + calendar: { + sameDay: '[данас у] LT', + nextDay: '[сутра у] LT', + nextWeek: function () { + switch (this.day()) { + case 0: + return '[у] [недељу] [у] LT'; + case 3: + return '[у] [среду] [у] LT'; + case 6: + return '[у] [суботу] [у] LT'; + case 1: + case 2: + case 4: + case 5: + return '[у] dddd [у] LT'; + } + }, + lastDay: '[јуче у] LT', + lastWeek: function () { + var lastWeekDays = [ + '[прошле] [недеље] [у] LT', + '[прошлог] [понедељка] [у] LT', + '[прошлог] [уторка] [у] LT', + '[прошле] [среде] [у] LT', + '[прошлог] [четвртка] [у] LT', + '[прошлог] [петка] [у] LT', + '[прошле] [суботе] [у] LT', + ]; + return lastWeekDays[this.day()]; + }, + sameElse: 'L', + }, + relativeTime: { + future: 'за %s', + past: 'пре %s', + s: 'неколико секунди', + ss: translator$1.translate, + m: translator$1.translate, + mm: translator$1.translate, + h: translator$1.translate, + hh: translator$1.translate, + d: 'дан', + dd: translator$1.translate, + M: 'месец', + MM: translator$1.translate, + y: 'годину', + yy: translator$1.translate, + }, + dayOfMonthOrdinalParse: /\d{1,2}\./, + ordinal: '%d.', + week: { + dow: 1, // Monday is the first day of the week. + doy: 7, // The week that contains Jan 7th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + var translator$2 = { + words: { + //Different grammatical cases + ss: ['sekunda', 'sekunde', 'sekundi'], + m: ['jedan minut', 'jedne minute'], + mm: ['minut', 'minute', 'minuta'], + h: ['jedan sat', 'jednog sata'], + hh: ['sat', 'sata', 'sati'], + dd: ['dan', 'dana', 'dana'], + MM: ['mesec', 'meseca', 'meseci'], + yy: ['godina', 'godine', 'godina'], + }, + correctGrammaticalCase: function (number, wordKey) { + return number === 1 + ? wordKey[0] + : number >= 2 && number <= 4 + ? wordKey[1] + : wordKey[2]; + }, + translate: function (number, withoutSuffix, key) { + var wordKey = translator$2.words[key]; + if (key.length === 1) { + return withoutSuffix ? wordKey[0] : wordKey[1]; + } else { + return ( + number + + ' ' + + translator$2.correctGrammaticalCase(number, wordKey) + ); + } + }, + }; + + hooks.defineLocale('sr', { + months: 'januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar'.split( + '_' + ), + monthsShort: 'jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.'.split( + '_' + ), + monthsParseExact: true, + weekdays: 'nedelja_ponedeljak_utorak_sreda_četvrtak_petak_subota'.split( + '_' + ), + weekdaysShort: 'ned._pon._uto._sre._čet._pet._sub.'.split('_'), + weekdaysMin: 'ne_po_ut_sr_če_pe_su'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'H:mm', + LTS: 'H:mm:ss', + L: 'DD.MM.YYYY', + LL: 'D. MMMM YYYY', + LLL: 'D. MMMM YYYY H:mm', + LLLL: 'dddd, D. MMMM YYYY H:mm', + }, + calendar: { + sameDay: '[danas u] LT', + nextDay: '[sutra u] LT', + nextWeek: function () { + switch (this.day()) { + case 0: + return '[u] [nedelju] [u] LT'; + case 3: + return '[u] [sredu] [u] LT'; + case 6: + return '[u] [subotu] [u] LT'; + case 1: + case 2: + case 4: + case 5: + return '[u] dddd [u] LT'; + } + }, + lastDay: '[juče u] LT', + lastWeek: function () { + var lastWeekDays = [ + '[prošle] [nedelje] [u] LT', + '[prošlog] [ponedeljka] [u] LT', + '[prošlog] [utorka] [u] LT', + '[prošle] [srede] [u] LT', + '[prošlog] [četvrtka] [u] LT', + '[prošlog] [petka] [u] LT', + '[prošle] [subote] [u] LT', + ]; + return lastWeekDays[this.day()]; + }, + sameElse: 'L', + }, + relativeTime: { + future: 'za %s', + past: 'pre %s', + s: 'nekoliko sekundi', + ss: translator$2.translate, + m: translator$2.translate, + mm: translator$2.translate, + h: translator$2.translate, + hh: translator$2.translate, + d: 'dan', + dd: translator$2.translate, + M: 'mesec', + MM: translator$2.translate, + y: 'godinu', + yy: translator$2.translate, + }, + dayOfMonthOrdinalParse: /\d{1,2}\./, + ordinal: '%d.', + week: { + dow: 1, // Monday is the first day of the week. + doy: 7, // The week that contains Jan 7th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('ss', { + months: "Bhimbidvwane_Indlovana_Indlov'lenkhulu_Mabasa_Inkhwekhweti_Inhlaba_Kholwane_Ingci_Inyoni_Imphala_Lweti_Ingongoni".split( + '_' + ), + monthsShort: 'Bhi_Ina_Inu_Mab_Ink_Inh_Kho_Igc_Iny_Imp_Lwe_Igo'.split('_'), + weekdays: 'Lisontfo_Umsombuluko_Lesibili_Lesitsatfu_Lesine_Lesihlanu_Umgcibelo'.split( + '_' + ), + weekdaysShort: 'Lis_Umb_Lsb_Les_Lsi_Lsh_Umg'.split('_'), + weekdaysMin: 'Li_Us_Lb_Lt_Ls_Lh_Ug'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'h:mm A', + LTS: 'h:mm:ss A', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY h:mm A', + LLLL: 'dddd, D MMMM YYYY h:mm A', + }, + calendar: { + sameDay: '[Namuhla nga] LT', + nextDay: '[Kusasa nga] LT', + nextWeek: 'dddd [nga] LT', + lastDay: '[Itolo nga] LT', + lastWeek: 'dddd [leliphelile] [nga] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'nga %s', + past: 'wenteka nga %s', + s: 'emizuzwana lomcane', + ss: '%d mzuzwana', + m: 'umzuzu', + mm: '%d emizuzu', + h: 'lihora', + hh: '%d emahora', + d: 'lilanga', + dd: '%d emalanga', + M: 'inyanga', + MM: '%d tinyanga', + y: 'umnyaka', + yy: '%d iminyaka', + }, + meridiemParse: /ekuseni|emini|entsambama|ebusuku/, + meridiem: function (hours, minutes, isLower) { + if (hours < 11) { + return 'ekuseni'; + } else if (hours < 15) { + return 'emini'; + } else if (hours < 19) { + return 'entsambama'; + } else { + return 'ebusuku'; + } + }, + meridiemHour: function (hour, meridiem) { + if (hour === 12) { + hour = 0; + } + if (meridiem === 'ekuseni') { + return hour; + } else if (meridiem === 'emini') { + return hour >= 11 ? hour : hour + 12; + } else if (meridiem === 'entsambama' || meridiem === 'ebusuku') { + if (hour === 0) { + return 0; + } + return hour + 12; + } + }, + dayOfMonthOrdinalParse: /\d{1,2}/, + ordinal: '%d', + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('sv', { + months: 'januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december'.split( + '_' + ), + monthsShort: 'jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec'.split('_'), + weekdays: 'söndag_måndag_tisdag_onsdag_torsdag_fredag_lördag'.split('_'), + weekdaysShort: 'sön_mån_tis_ons_tor_fre_lör'.split('_'), + weekdaysMin: 'sö_må_ti_on_to_fr_lö'.split('_'), + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'YYYY-MM-DD', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY [kl.] HH:mm', + LLLL: 'dddd D MMMM YYYY [kl.] HH:mm', + lll: 'D MMM YYYY HH:mm', + llll: 'ddd D MMM YYYY HH:mm', + }, + calendar: { + sameDay: '[Idag] LT', + nextDay: '[Imorgon] LT', + lastDay: '[Igår] LT', + nextWeek: '[På] dddd LT', + lastWeek: '[I] dddd[s] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'om %s', + past: 'för %s sedan', + s: 'några sekunder', + ss: '%d sekunder', + m: 'en minut', + mm: '%d minuter', + h: 'en timme', + hh: '%d timmar', + d: 'en dag', + dd: '%d dagar', + M: 'en månad', + MM: '%d månader', + y: 'ett år', + yy: '%d år', + }, + dayOfMonthOrdinalParse: /\d{1,2}(\:e|\:a)/, + ordinal: function (number) { + var b = number % 10, + output = + ~~((number % 100) / 10) === 1 + ? ':e' + : b === 1 + ? ':a' + : b === 2 + ? ':a' + : b === 3 + ? ':e' + : ':e'; + return number + output; + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('sw', { + months: 'Januari_Februari_Machi_Aprili_Mei_Juni_Julai_Agosti_Septemba_Oktoba_Novemba_Desemba'.split( + '_' + ), + monthsShort: 'Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ago_Sep_Okt_Nov_Des'.split('_'), + weekdays: 'Jumapili_Jumatatu_Jumanne_Jumatano_Alhamisi_Ijumaa_Jumamosi'.split( + '_' + ), + weekdaysShort: 'Jpl_Jtat_Jnne_Jtan_Alh_Ijm_Jmos'.split('_'), + weekdaysMin: 'J2_J3_J4_J5_Al_Ij_J1'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'hh:mm A', + LTS: 'HH:mm:ss', + L: 'DD.MM.YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd, D MMMM YYYY HH:mm', + }, + calendar: { + sameDay: '[leo saa] LT', + nextDay: '[kesho saa] LT', + nextWeek: '[wiki ijayo] dddd [saat] LT', + lastDay: '[jana] LT', + lastWeek: '[wiki iliyopita] dddd [saat] LT', + sameElse: 'L', + }, + relativeTime: { + future: '%s baadaye', + past: 'tokea %s', + s: 'hivi punde', + ss: 'sekunde %d', + m: 'dakika moja', + mm: 'dakika %d', + h: 'saa limoja', + hh: 'masaa %d', + d: 'siku moja', + dd: 'siku %d', + M: 'mwezi mmoja', + MM: 'miezi %d', + y: 'mwaka mmoja', + yy: 'miaka %d', + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 7, // The week that contains Jan 7th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + var symbolMap$f = { + '1': '௧', + '2': '௨', + '3': '௩', + '4': '௪', + '5': '௫', + '6': '௬', + '7': '௭', + '8': '௮', + '9': '௯', + '0': '௦', + }, + numberMap$e = { + '௧': '1', + '௨': '2', + '௩': '3', + '௪': '4', + '௫': '5', + '௬': '6', + '௭': '7', + '௮': '8', + '௯': '9', + '௦': '0', + }; + + hooks.defineLocale('ta', { + months: 'ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்'.split( + '_' + ), + monthsShort: 'ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்'.split( + '_' + ), + weekdays: 'ஞாயிற்றுக்கிழமை_திங்கட்கிழமை_செவ்வாய்கிழமை_புதன்கிழமை_வியாழக்கிழமை_வெள்ளிக்கிழமை_சனிக்கிழமை'.split( + '_' + ), + weekdaysShort: 'ஞாயிறு_திங்கள்_செவ்வாய்_புதன்_வியாழன்_வெள்ளி_சனி'.split( + '_' + ), + weekdaysMin: 'ஞா_தி_செ_பு_வி_வெ_ச'.split('_'), + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY, HH:mm', + LLLL: 'dddd, D MMMM YYYY, HH:mm', + }, + calendar: { + sameDay: '[இன்று] LT', + nextDay: '[நாளை] LT', + nextWeek: 'dddd, LT', + lastDay: '[நேற்று] LT', + lastWeek: '[கடந்த வாரம்] dddd, LT', + sameElse: 'L', + }, + relativeTime: { + future: '%s இல்', + past: '%s முன்', + s: 'ஒரு சில விநாடிகள்', + ss: '%d விநாடிகள்', + m: 'ஒரு நிமிடம்', + mm: '%d நிமிடங்கள்', + h: 'ஒரு மணி நேரம்', + hh: '%d மணி நேரம்', + d: 'ஒரு நாள்', + dd: '%d நாட்கள்', + M: 'ஒரு மாதம்', + MM: '%d மாதங்கள்', + y: 'ஒரு வருடம்', + yy: '%d ஆண்டுகள்', + }, + dayOfMonthOrdinalParse: /\d{1,2}வது/, + ordinal: function (number) { + return number + 'வது'; + }, + preparse: function (string) { + return string.replace(/[௧௨௩௪௫௬௭௮௯௦]/g, function (match) { + return numberMap$e[match]; + }); + }, + postformat: function (string) { + return string.replace(/\d/g, function (match) { + return symbolMap$f[match]; + }); + }, + // refer http://ta.wikipedia.org/s/1er1 + meridiemParse: /யாமம்|வைகறை|காலை|நண்பகல்|எற்பாடு|மாலை/, + meridiem: function (hour, minute, isLower) { + if (hour < 2) { + return ' யாமம்'; + } else if (hour < 6) { + return ' வைகறை'; // வைகறை + } else if (hour < 10) { + return ' காலை'; // காலை + } else if (hour < 14) { + return ' நண்பகல்'; // நண்பகல் + } else if (hour < 18) { + return ' எற்பாடு'; // எற்பாடு + } else if (hour < 22) { + return ' மாலை'; // மாலை + } else { + return ' யாமம்'; + } + }, + meridiemHour: function (hour, meridiem) { + if (hour === 12) { + hour = 0; + } + if (meridiem === 'யாமம்') { + return hour < 2 ? hour : hour + 12; + } else if (meridiem === 'வைகறை' || meridiem === 'காலை') { + return hour; + } else if (meridiem === 'நண்பகல்') { + return hour >= 10 ? hour : hour + 12; + } else { + return hour + 12; + } + }, + week: { + dow: 0, // Sunday is the first day of the week. + doy: 6, // The week that contains Jan 6th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('te', { + months: 'జనవరి_ఫిబ్రవరి_మార్చి_ఏప్రిల్_మే_జూన్_జులై_ఆగస్టు_సెప్టెంబర్_అక్టోబర్_నవంబర్_డిసెంబర్'.split( + '_' + ), + monthsShort: 'జన._ఫిబ్ర._మార్చి_ఏప్రి._మే_జూన్_జులై_ఆగ._సెప్._అక్టో._నవ._డిసె.'.split( + '_' + ), + monthsParseExact: true, + weekdays: 'ఆదివారం_సోమవారం_మంగళవారం_బుధవారం_గురువారం_శుక్రవారం_శనివారం'.split( + '_' + ), + weekdaysShort: 'ఆది_సోమ_మంగళ_బుధ_గురు_శుక్ర_శని'.split('_'), + weekdaysMin: 'ఆ_సో_మం_బు_గు_శు_శ'.split('_'), + longDateFormat: { + LT: 'A h:mm', + LTS: 'A h:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY, A h:mm', + LLLL: 'dddd, D MMMM YYYY, A h:mm', + }, + calendar: { + sameDay: '[నేడు] LT', + nextDay: '[రేపు] LT', + nextWeek: 'dddd, LT', + lastDay: '[నిన్న] LT', + lastWeek: '[గత] dddd, LT', + sameElse: 'L', + }, + relativeTime: { + future: '%s లో', + past: '%s క్రితం', + s: 'కొన్ని క్షణాలు', + ss: '%d సెకన్లు', + m: 'ఒక నిమిషం', + mm: '%d నిమిషాలు', + h: 'ఒక గంట', + hh: '%d గంటలు', + d: 'ఒక రోజు', + dd: '%d రోజులు', + M: 'ఒక నెల', + MM: '%d నెలలు', + y: 'ఒక సంవత్సరం', + yy: '%d సంవత్సరాలు', + }, + dayOfMonthOrdinalParse: /\d{1,2}వ/, + ordinal: '%dవ', + meridiemParse: /రాత్రి|ఉదయం|మధ్యాహ్నం|సాయంత్రం/, + meridiemHour: function (hour, meridiem) { + if (hour === 12) { + hour = 0; + } + if (meridiem === 'రాత్రి') { + return hour < 4 ? hour : hour + 12; + } else if (meridiem === 'ఉదయం') { + return hour; + } else if (meridiem === 'మధ్యాహ్నం') { + return hour >= 10 ? hour : hour + 12; + } else if (meridiem === 'సాయంత్రం') { + return hour + 12; + } + }, + meridiem: function (hour, minute, isLower) { + if (hour < 4) { + return 'రాత్రి'; + } else if (hour < 10) { + return 'ఉదయం'; + } else if (hour < 17) { + return 'మధ్యాహ్నం'; + } else if (hour < 20) { + return 'సాయంత్రం'; + } else { + return 'రాత్రి'; + } + }, + week: { + dow: 0, // Sunday is the first day of the week. + doy: 6, // The week that contains Jan 6th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('tet', { + months: 'Janeiru_Fevereiru_Marsu_Abril_Maiu_Juñu_Jullu_Agustu_Setembru_Outubru_Novembru_Dezembru'.split( + '_' + ), + monthsShort: 'Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez'.split('_'), + weekdays: 'Domingu_Segunda_Tersa_Kuarta_Kinta_Sesta_Sabadu'.split('_'), + weekdaysShort: 'Dom_Seg_Ters_Kua_Kint_Sest_Sab'.split('_'), + weekdaysMin: 'Do_Seg_Te_Ku_Ki_Ses_Sa'.split('_'), + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd, D MMMM YYYY HH:mm', + }, + calendar: { + sameDay: '[Ohin iha] LT', + nextDay: '[Aban iha] LT', + nextWeek: 'dddd [iha] LT', + lastDay: '[Horiseik iha] LT', + lastWeek: 'dddd [semana kotuk] [iha] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'iha %s', + past: '%s liuba', + s: 'segundu balun', + ss: 'segundu %d', + m: 'minutu ida', + mm: 'minutu %d', + h: 'oras ida', + hh: 'oras %d', + d: 'loron ida', + dd: 'loron %d', + M: 'fulan ida', + MM: 'fulan %d', + y: 'tinan ida', + yy: 'tinan %d', + }, + dayOfMonthOrdinalParse: /\d{1,2}(st|nd|rd|th)/, + ordinal: function (number) { + var b = number % 10, + output = + ~~((number % 100) / 10) === 1 + ? 'th' + : b === 1 + ? 'st' + : b === 2 + ? 'nd' + : b === 3 + ? 'rd' + : 'th'; + return number + output; + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + var suffixes$3 = { + 0: '-ум', + 1: '-ум', + 2: '-юм', + 3: '-юм', + 4: '-ум', + 5: '-ум', + 6: '-ум', + 7: '-ум', + 8: '-ум', + 9: '-ум', + 10: '-ум', + 12: '-ум', + 13: '-ум', + 20: '-ум', + 30: '-юм', + 40: '-ум', + 50: '-ум', + 60: '-ум', + 70: '-ум', + 80: '-ум', + 90: '-ум', + 100: '-ум', + }; + + hooks.defineLocale('tg', { + months: 'январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр'.split( + '_' + ), + monthsShort: 'янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек'.split('_'), + weekdays: 'якшанбе_душанбе_сешанбе_чоршанбе_панҷшанбе_ҷумъа_шанбе'.split( + '_' + ), + weekdaysShort: 'яшб_дшб_сшб_чшб_пшб_ҷум_шнб'.split('_'), + weekdaysMin: 'яш_дш_сш_чш_пш_ҷм_шб'.split('_'), + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd, D MMMM YYYY HH:mm', + }, + calendar: { + sameDay: '[Имрӯз соати] LT', + nextDay: '[Пагоҳ соати] LT', + lastDay: '[Дирӯз соати] LT', + nextWeek: 'dddd[и] [ҳафтаи оянда соати] LT', + lastWeek: 'dddd[и] [ҳафтаи гузашта соати] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'баъди %s', + past: '%s пеш', + s: 'якчанд сония', + m: 'як дақиқа', + mm: '%d дақиқа', + h: 'як соат', + hh: '%d соат', + d: 'як рӯз', + dd: '%d рӯз', + M: 'як моҳ', + MM: '%d моҳ', + y: 'як сол', + yy: '%d сол', + }, + meridiemParse: /шаб|субҳ|рӯз|бегоҳ/, + meridiemHour: function (hour, meridiem) { + if (hour === 12) { + hour = 0; + } + if (meridiem === 'шаб') { + return hour < 4 ? hour : hour + 12; + } else if (meridiem === 'субҳ') { + return hour; + } else if (meridiem === 'рӯз') { + return hour >= 11 ? hour : hour + 12; + } else if (meridiem === 'бегоҳ') { + return hour + 12; + } + }, + meridiem: function (hour, minute, isLower) { + if (hour < 4) { + return 'шаб'; + } else if (hour < 11) { + return 'субҳ'; + } else if (hour < 16) { + return 'рӯз'; + } else if (hour < 19) { + return 'бегоҳ'; + } else { + return 'шаб'; + } + }, + dayOfMonthOrdinalParse: /\d{1,2}-(ум|юм)/, + ordinal: function (number) { + var a = number % 10, + b = number >= 100 ? 100 : null; + return number + (suffixes$3[number] || suffixes$3[a] || suffixes$3[b]); + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 7, // The week that contains Jan 1th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('th', { + months: 'มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม'.split( + '_' + ), + monthsShort: 'ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.'.split( + '_' + ), + monthsParseExact: true, + weekdays: 'อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์'.split('_'), + weekdaysShort: 'อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์'.split('_'), // yes, three characters difference + weekdaysMin: 'อา._จ._อ._พ._พฤ._ศ._ส.'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'H:mm', + LTS: 'H:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY เวลา H:mm', + LLLL: 'วันddddที่ D MMMM YYYY เวลา H:mm', + }, + meridiemParse: /ก่อนเที่ยง|หลังเที่ยง/, + isPM: function (input) { + return input === 'หลังเที่ยง'; + }, + meridiem: function (hour, minute, isLower) { + if (hour < 12) { + return 'ก่อนเที่ยง'; + } else { + return 'หลังเที่ยง'; + } + }, + calendar: { + sameDay: '[วันนี้ เวลา] LT', + nextDay: '[พรุ่งนี้ เวลา] LT', + nextWeek: 'dddd[หน้า เวลา] LT', + lastDay: '[เมื่อวานนี้ เวลา] LT', + lastWeek: '[วัน]dddd[ที่แล้ว เวลา] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'อีก %s', + past: '%sที่แล้ว', + s: 'ไม่กี่วินาที', + ss: '%d วินาที', + m: '1 นาที', + mm: '%d นาที', + h: '1 ชั่วโมง', + hh: '%d ชั่วโมง', + d: '1 วัน', + dd: '%d วัน', + M: '1 เดือน', + MM: '%d เดือน', + y: '1 ปี', + yy: '%d ปี', + }, + }); + + //! moment.js locale configuration + + var suffixes$4 = { + 1: "'inji", + 5: "'inji", + 8: "'inji", + 70: "'inji", + 80: "'inji", + 2: "'nji", + 7: "'nji", + 20: "'nji", + 50: "'nji", + 3: "'ünji", + 4: "'ünji", + 100: "'ünji", + 6: "'njy", + 9: "'unjy", + 10: "'unjy", + 30: "'unjy", + 60: "'ynjy", + 90: "'ynjy", + }; + + hooks.defineLocale('tk', { + months: 'Ýanwar_Fewral_Mart_Aprel_Maý_Iýun_Iýul_Awgust_Sentýabr_Oktýabr_Noýabr_Dekabr'.split( + '_' + ), + monthsShort: 'Ýan_Few_Mar_Apr_Maý_Iýn_Iýl_Awg_Sen_Okt_Noý_Dek'.split('_'), + weekdays: 'Ýekşenbe_Duşenbe_Sişenbe_Çarşenbe_Penşenbe_Anna_Şenbe'.split( + '_' + ), + weekdaysShort: 'Ýek_Duş_Siş_Çar_Pen_Ann_Şen'.split('_'), + weekdaysMin: 'Ýk_Dş_Sş_Çr_Pn_An_Şn'.split('_'), + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD.MM.YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd, D MMMM YYYY HH:mm', + }, + calendar: { + sameDay: '[bugün sagat] LT', + nextDay: '[ertir sagat] LT', + nextWeek: '[indiki] dddd [sagat] LT', + lastDay: '[düýn] LT', + lastWeek: '[geçen] dddd [sagat] LT', + sameElse: 'L', + }, + relativeTime: { + future: '%s soň', + past: '%s öň', + s: 'birnäçe sekunt', + m: 'bir minut', + mm: '%d minut', + h: 'bir sagat', + hh: '%d sagat', + d: 'bir gün', + dd: '%d gün', + M: 'bir aý', + MM: '%d aý', + y: 'bir ýyl', + yy: '%d ýyl', + }, + ordinal: function (number, period) { + switch (period) { + case 'd': + case 'D': + case 'Do': + case 'DD': + return number; + default: + if (number === 0) { + // special case for zero + return number + "'unjy"; + } + var a = number % 10, + b = (number % 100) - a, + c = number >= 100 ? 100 : null; + return number + (suffixes$4[a] || suffixes$4[b] || suffixes$4[c]); + } + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 7, // The week that contains Jan 7th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('tl-ph', { + months: 'Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre'.split( + '_' + ), + monthsShort: 'Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis'.split('_'), + weekdays: 'Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado'.split( + '_' + ), + weekdaysShort: 'Lin_Lun_Mar_Miy_Huw_Biy_Sab'.split('_'), + weekdaysMin: 'Li_Lu_Ma_Mi_Hu_Bi_Sab'.split('_'), + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'MM/D/YYYY', + LL: 'MMMM D, YYYY', + LLL: 'MMMM D, YYYY HH:mm', + LLLL: 'dddd, MMMM DD, YYYY HH:mm', + }, + calendar: { + sameDay: 'LT [ngayong araw]', + nextDay: '[Bukas ng] LT', + nextWeek: 'LT [sa susunod na] dddd', + lastDay: 'LT [kahapon]', + lastWeek: 'LT [noong nakaraang] dddd', + sameElse: 'L', + }, + relativeTime: { + future: 'sa loob ng %s', + past: '%s ang nakalipas', + s: 'ilang segundo', + ss: '%d segundo', + m: 'isang minuto', + mm: '%d minuto', + h: 'isang oras', + hh: '%d oras', + d: 'isang araw', + dd: '%d araw', + M: 'isang buwan', + MM: '%d buwan', + y: 'isang taon', + yy: '%d taon', + }, + dayOfMonthOrdinalParse: /\d{1,2}/, + ordinal: function (number) { + return number; + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + var numbersNouns = 'pagh_wa’_cha’_wej_loS_vagh_jav_Soch_chorgh_Hut'.split('_'); + + function translateFuture(output) { + var time = output; + time = + output.indexOf('jaj') !== -1 + ? time.slice(0, -3) + 'leS' + : output.indexOf('jar') !== -1 + ? time.slice(0, -3) + 'waQ' + : output.indexOf('DIS') !== -1 + ? time.slice(0, -3) + 'nem' + : time + ' pIq'; + return time; + } + + function translatePast(output) { + var time = output; + time = + output.indexOf('jaj') !== -1 + ? time.slice(0, -3) + 'Hu’' + : output.indexOf('jar') !== -1 + ? time.slice(0, -3) + 'wen' + : output.indexOf('DIS') !== -1 + ? time.slice(0, -3) + 'ben' + : time + ' ret'; + return time; + } + + function translate$a(number, withoutSuffix, string, isFuture) { + var numberNoun = numberAsNoun(number); + switch (string) { + case 'ss': + return numberNoun + ' lup'; + case 'mm': + return numberNoun + ' tup'; + case 'hh': + return numberNoun + ' rep'; + case 'dd': + return numberNoun + ' jaj'; + case 'MM': + return numberNoun + ' jar'; + case 'yy': + return numberNoun + ' DIS'; + } + } + + function numberAsNoun(number) { + var hundred = Math.floor((number % 1000) / 100), + ten = Math.floor((number % 100) / 10), + one = number % 10, + word = ''; + if (hundred > 0) { + word += numbersNouns[hundred] + 'vatlh'; + } + if (ten > 0) { + word += (word !== '' ? ' ' : '') + numbersNouns[ten] + 'maH'; + } + if (one > 0) { + word += (word !== '' ? ' ' : '') + numbersNouns[one]; + } + return word === '' ? 'pagh' : word; + } + + hooks.defineLocale('tlh', { + months: 'tera’ jar wa’_tera’ jar cha’_tera’ jar wej_tera’ jar loS_tera’ jar vagh_tera’ jar jav_tera’ jar Soch_tera’ jar chorgh_tera’ jar Hut_tera’ jar wa’maH_tera’ jar wa’maH wa’_tera’ jar wa’maH cha’'.split( + '_' + ), + monthsShort: 'jar wa’_jar cha’_jar wej_jar loS_jar vagh_jar jav_jar Soch_jar chorgh_jar Hut_jar wa’maH_jar wa’maH wa’_jar wa’maH cha’'.split( + '_' + ), + monthsParseExact: true, + weekdays: 'lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj'.split( + '_' + ), + weekdaysShort: 'lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj'.split( + '_' + ), + weekdaysMin: 'lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj'.split( + '_' + ), + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD.MM.YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd, D MMMM YYYY HH:mm', + }, + calendar: { + sameDay: '[DaHjaj] LT', + nextDay: '[wa’leS] LT', + nextWeek: 'LLL', + lastDay: '[wa’Hu’] LT', + lastWeek: 'LLL', + sameElse: 'L', + }, + relativeTime: { + future: translateFuture, + past: translatePast, + s: 'puS lup', + ss: translate$a, + m: 'wa’ tup', + mm: translate$a, + h: 'wa’ rep', + hh: translate$a, + d: 'wa’ jaj', + dd: translate$a, + M: 'wa’ jar', + MM: translate$a, + y: 'wa’ DIS', + yy: translate$a, + }, + dayOfMonthOrdinalParse: /\d{1,2}\./, + ordinal: '%d.', + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + var suffixes$5 = { + 1: "'inci", + 5: "'inci", + 8: "'inci", + 70: "'inci", + 80: "'inci", + 2: "'nci", + 7: "'nci", + 20: "'nci", + 50: "'nci", + 3: "'üncü", + 4: "'üncü", + 100: "'üncü", + 6: "'ncı", + 9: "'uncu", + 10: "'uncu", + 30: "'uncu", + 60: "'ıncı", + 90: "'ıncı", + }; + + hooks.defineLocale('tr', { + months: 'Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık'.split( + '_' + ), + monthsShort: 'Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara'.split('_'), + weekdays: 'Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi'.split( + '_' + ), + weekdaysShort: 'Paz_Pts_Sal_Çar_Per_Cum_Cts'.split('_'), + weekdaysMin: 'Pz_Pt_Sa_Ça_Pe_Cu_Ct'.split('_'), + meridiem: function (hours, minutes, isLower) { + if (hours < 12) { + return isLower ? 'öö' : 'ÖÖ'; + } else { + return isLower ? 'ös' : 'ÖS'; + } + }, + meridiemParse: /öö|ÖÖ|ös|ÖS/, + isPM: function (input) { + return input === 'ös' || input === 'ÖS'; + }, + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD.MM.YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd, D MMMM YYYY HH:mm', + }, + calendar: { + sameDay: '[bugün saat] LT', + nextDay: '[yarın saat] LT', + nextWeek: '[gelecek] dddd [saat] LT', + lastDay: '[dün] LT', + lastWeek: '[geçen] dddd [saat] LT', + sameElse: 'L', + }, + relativeTime: { + future: '%s sonra', + past: '%s önce', + s: 'birkaç saniye', + ss: '%d saniye', + m: 'bir dakika', + mm: '%d dakika', + h: 'bir saat', + hh: '%d saat', + d: 'bir gün', + dd: '%d gün', + M: 'bir ay', + MM: '%d ay', + y: 'bir yıl', + yy: '%d yıl', + }, + ordinal: function (number, period) { + switch (period) { + case 'd': + case 'D': + case 'Do': + case 'DD': + return number; + default: + if (number === 0) { + // special case for zero + return number + "'ıncı"; + } + var a = number % 10, + b = (number % 100) - a, + c = number >= 100 ? 100 : null; + return number + (suffixes$5[a] || suffixes$5[b] || suffixes$5[c]); + } + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 7, // The week that contains Jan 7th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + // After the year there should be a slash and the amount of years since December 26, 1979 in Roman numerals. + // This is currently too difficult (maybe even impossible) to add. + hooks.defineLocale('tzl', { + months: 'Januar_Fevraglh_Març_Avrïu_Mai_Gün_Julia_Guscht_Setemvar_Listopäts_Noemvar_Zecemvar'.split( + '_' + ), + monthsShort: 'Jan_Fev_Mar_Avr_Mai_Gün_Jul_Gus_Set_Lis_Noe_Zec'.split('_'), + weekdays: 'Súladi_Lúneçi_Maitzi_Márcuri_Xhúadi_Viénerçi_Sáturi'.split('_'), + weekdaysShort: 'Súl_Lún_Mai_Már_Xhú_Vié_Sát'.split('_'), + weekdaysMin: 'Sú_Lú_Ma_Má_Xh_Vi_Sá'.split('_'), + longDateFormat: { + LT: 'HH.mm', + LTS: 'HH.mm.ss', + L: 'DD.MM.YYYY', + LL: 'D. MMMM [dallas] YYYY', + LLL: 'D. MMMM [dallas] YYYY HH.mm', + LLLL: 'dddd, [li] D. MMMM [dallas] YYYY HH.mm', + }, + meridiemParse: /d\'o|d\'a/i, + isPM: function (input) { + return "d'o" === input.toLowerCase(); + }, + meridiem: function (hours, minutes, isLower) { + if (hours > 11) { + return isLower ? "d'o" : "D'O"; + } else { + return isLower ? "d'a" : "D'A"; + } + }, + calendar: { + sameDay: '[oxhi à] LT', + nextDay: '[demà à] LT', + nextWeek: 'dddd [à] LT', + lastDay: '[ieiri à] LT', + lastWeek: '[sür el] dddd [lasteu à] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'osprei %s', + past: 'ja%s', + s: processRelativeTime$8, + ss: processRelativeTime$8, + m: processRelativeTime$8, + mm: processRelativeTime$8, + h: processRelativeTime$8, + hh: processRelativeTime$8, + d: processRelativeTime$8, + dd: processRelativeTime$8, + M: processRelativeTime$8, + MM: processRelativeTime$8, + y: processRelativeTime$8, + yy: processRelativeTime$8, + }, + dayOfMonthOrdinalParse: /\d{1,2}\./, + ordinal: '%d.', + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + function processRelativeTime$8(number, withoutSuffix, key, isFuture) { + var format = { + s: ['viensas secunds', "'iensas secunds"], + ss: [number + ' secunds', '' + number + ' secunds'], + m: ["'n míut", "'iens míut"], + mm: [number + ' míuts', '' + number + ' míuts'], + h: ["'n þora", "'iensa þora"], + hh: [number + ' þoras', '' + number + ' þoras'], + d: ["'n ziua", "'iensa ziua"], + dd: [number + ' ziuas', '' + number + ' ziuas'], + M: ["'n mes", "'iens mes"], + MM: [number + ' mesen', '' + number + ' mesen'], + y: ["'n ar", "'iens ar"], + yy: [number + ' ars', '' + number + ' ars'], + }; + return isFuture + ? format[key][0] + : withoutSuffix + ? format[key][0] + : format[key][1]; + } + + //! moment.js locale configuration + + hooks.defineLocale('tzm-latn', { + months: 'innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir'.split( + '_' + ), + monthsShort: 'innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir'.split( + '_' + ), + weekdays: 'asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas'.split('_'), + weekdaysShort: 'asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas'.split('_'), + weekdaysMin: 'asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas'.split('_'), + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd D MMMM YYYY HH:mm', + }, + calendar: { + sameDay: '[asdkh g] LT', + nextDay: '[aska g] LT', + nextWeek: 'dddd [g] LT', + lastDay: '[assant g] LT', + lastWeek: 'dddd [g] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'dadkh s yan %s', + past: 'yan %s', + s: 'imik', + ss: '%d imik', + m: 'minuḍ', + mm: '%d minuḍ', + h: 'saɛa', + hh: '%d tassaɛin', + d: 'ass', + dd: '%d ossan', + M: 'ayowr', + MM: '%d iyyirn', + y: 'asgas', + yy: '%d isgasn', + }, + week: { + dow: 6, // Saturday is the first day of the week. + doy: 12, // The week that contains Jan 12th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('tzm', { + months: 'ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ'.split( + '_' + ), + monthsShort: 'ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ'.split( + '_' + ), + weekdays: 'ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ'.split('_'), + weekdaysShort: 'ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ'.split('_'), + weekdaysMin: 'ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ'.split('_'), + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd D MMMM YYYY HH:mm', + }, + calendar: { + sameDay: '[ⴰⵙⴷⵅ ⴴ] LT', + nextDay: '[ⴰⵙⴽⴰ ⴴ] LT', + nextWeek: 'dddd [ⴴ] LT', + lastDay: '[ⴰⵚⴰⵏⵜ ⴴ] LT', + lastWeek: 'dddd [ⴴ] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'ⴷⴰⴷⵅ ⵙ ⵢⴰⵏ %s', + past: 'ⵢⴰⵏ %s', + s: 'ⵉⵎⵉⴽ', + ss: '%d ⵉⵎⵉⴽ', + m: 'ⵎⵉⵏⵓⴺ', + mm: '%d ⵎⵉⵏⵓⴺ', + h: 'ⵙⴰⵄⴰ', + hh: '%d ⵜⴰⵙⵙⴰⵄⵉⵏ', + d: 'ⴰⵙⵙ', + dd: '%d oⵙⵙⴰⵏ', + M: 'ⴰⵢoⵓⵔ', + MM: '%d ⵉⵢⵢⵉⵔⵏ', + y: 'ⴰⵙⴳⴰⵙ', + yy: '%d ⵉⵙⴳⴰⵙⵏ', + }, + week: { + dow: 6, // Saturday is the first day of the week. + doy: 12, // The week that contains Jan 12th is the first week of the year. + }, + }); + + //! moment.js language configuration + + hooks.defineLocale('ug-cn', { + months: 'يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر'.split( + '_' + ), + monthsShort: 'يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر'.split( + '_' + ), + weekdays: 'يەكشەنبە_دۈشەنبە_سەيشەنبە_چارشەنبە_پەيشەنبە_جۈمە_شەنبە'.split( + '_' + ), + weekdaysShort: 'يە_دۈ_سە_چا_پە_جۈ_شە'.split('_'), + weekdaysMin: 'يە_دۈ_سە_چا_پە_جۈ_شە'.split('_'), + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'YYYY-MM-DD', + LL: 'YYYY-يىلىM-ئاينىڭD-كۈنى', + LLL: 'YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm', + LLLL: 'dddd، YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm', + }, + meridiemParse: /يېرىم كېچە|سەھەر|چۈشتىن بۇرۇن|چۈش|چۈشتىن كېيىن|كەچ/, + meridiemHour: function (hour, meridiem) { + if (hour === 12) { + hour = 0; + } + if ( + meridiem === 'يېرىم كېچە' || + meridiem === 'سەھەر' || + meridiem === 'چۈشتىن بۇرۇن' + ) { + return hour; + } else if (meridiem === 'چۈشتىن كېيىن' || meridiem === 'كەچ') { + return hour + 12; + } else { + return hour >= 11 ? hour : hour + 12; + } + }, + meridiem: function (hour, minute, isLower) { + var hm = hour * 100 + minute; + if (hm < 600) { + return 'يېرىم كېچە'; + } else if (hm < 900) { + return 'سەھەر'; + } else if (hm < 1130) { + return 'چۈشتىن بۇرۇن'; + } else if (hm < 1230) { + return 'چۈش'; + } else if (hm < 1800) { + return 'چۈشتىن كېيىن'; + } else { + return 'كەچ'; + } + }, + calendar: { + sameDay: '[بۈگۈن سائەت] LT', + nextDay: '[ئەتە سائەت] LT', + nextWeek: '[كېلەركى] dddd [سائەت] LT', + lastDay: '[تۆنۈگۈن] LT', + lastWeek: '[ئالدىنقى] dddd [سائەت] LT', + sameElse: 'L', + }, + relativeTime: { + future: '%s كېيىن', + past: '%s بۇرۇن', + s: 'نەچچە سېكونت', + ss: '%d سېكونت', + m: 'بىر مىنۇت', + mm: '%d مىنۇت', + h: 'بىر سائەت', + hh: '%d سائەت', + d: 'بىر كۈن', + dd: '%d كۈن', + M: 'بىر ئاي', + MM: '%d ئاي', + y: 'بىر يىل', + yy: '%d يىل', + }, + + dayOfMonthOrdinalParse: /\d{1,2}(-كۈنى|-ئاي|-ھەپتە)/, + ordinal: function (number, period) { + switch (period) { + case 'd': + case 'D': + case 'DDD': + return number + '-كۈنى'; + case 'w': + case 'W': + return number + '-ھەپتە'; + default: + return number; + } + }, + preparse: function (string) { + return string.replace(/،/g, ','); + }, + postformat: function (string) { + return string.replace(/,/g, '،'); + }, + week: { + // GB/T 7408-1994《数据元和交换格式·信息交换·日期和时间表示法》与ISO 8601:1988等效 + dow: 1, // Monday is the first day of the week. + doy: 7, // The week that contains Jan 1st is the first week of the year. + }, + }); + + //! moment.js locale configuration + + function plural$6(word, num) { + var forms = word.split('_'); + return num % 10 === 1 && num % 100 !== 11 + ? forms[0] + : num % 10 >= 2 && num % 10 <= 4 && (num % 100 < 10 || num % 100 >= 20) + ? forms[1] + : forms[2]; + } + function relativeTimeWithPlural$4(number, withoutSuffix, key) { + var format = { + ss: withoutSuffix ? 'секунда_секунди_секунд' : 'секунду_секунди_секунд', + mm: withoutSuffix ? 'хвилина_хвилини_хвилин' : 'хвилину_хвилини_хвилин', + hh: withoutSuffix ? 'година_години_годин' : 'годину_години_годин', + dd: 'день_дні_днів', + MM: 'місяць_місяці_місяців', + yy: 'рік_роки_років', + }; + if (key === 'm') { + return withoutSuffix ? 'хвилина' : 'хвилину'; + } else if (key === 'h') { + return withoutSuffix ? 'година' : 'годину'; + } else { + return number + ' ' + plural$6(format[key], +number); + } + } + function weekdaysCaseReplace(m, format) { + var weekdays = { + nominative: 'неділя_понеділок_вівторок_середа_четвер_п’ятниця_субота'.split( + '_' + ), + accusative: 'неділю_понеділок_вівторок_середу_четвер_п’ятницю_суботу'.split( + '_' + ), + genitive: 'неділі_понеділка_вівторка_середи_четверга_п’ятниці_суботи'.split( + '_' + ), + }, + nounCase; + + if (m === true) { + return weekdays['nominative'] + .slice(1, 7) + .concat(weekdays['nominative'].slice(0, 1)); + } + if (!m) { + return weekdays['nominative']; + } + + nounCase = /(\[[ВвУу]\]) ?dddd/.test(format) + ? 'accusative' + : /\[?(?:минулої|наступної)? ?\] ?dddd/.test(format) + ? 'genitive' + : 'nominative'; + return weekdays[nounCase][m.day()]; + } + function processHoursFunction(str) { + return function () { + return str + 'о' + (this.hours() === 11 ? 'б' : '') + '] LT'; + }; + } + + hooks.defineLocale('uk', { + months: { + format: 'січня_лютого_березня_квітня_травня_червня_липня_серпня_вересня_жовтня_листопада_грудня'.split( + '_' + ), + standalone: 'січень_лютий_березень_квітень_травень_червень_липень_серпень_вересень_жовтень_листопад_грудень'.split( + '_' + ), + }, + monthsShort: 'січ_лют_бер_квіт_трав_черв_лип_серп_вер_жовт_лист_груд'.split( + '_' + ), + weekdays: weekdaysCaseReplace, + weekdaysShort: 'нд_пн_вт_ср_чт_пт_сб'.split('_'), + weekdaysMin: 'нд_пн_вт_ср_чт_пт_сб'.split('_'), + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD.MM.YYYY', + LL: 'D MMMM YYYY р.', + LLL: 'D MMMM YYYY р., HH:mm', + LLLL: 'dddd, D MMMM YYYY р., HH:mm', + }, + calendar: { + sameDay: processHoursFunction('[Сьогодні '), + nextDay: processHoursFunction('[Завтра '), + lastDay: processHoursFunction('[Вчора '), + nextWeek: processHoursFunction('[У] dddd ['), + lastWeek: function () { + switch (this.day()) { + case 0: + case 3: + case 5: + case 6: + return processHoursFunction('[Минулої] dddd [').call(this); + case 1: + case 2: + case 4: + return processHoursFunction('[Минулого] dddd [').call(this); + } + }, + sameElse: 'L', + }, + relativeTime: { + future: 'за %s', + past: '%s тому', + s: 'декілька секунд', + ss: relativeTimeWithPlural$4, + m: relativeTimeWithPlural$4, + mm: relativeTimeWithPlural$4, + h: 'годину', + hh: relativeTimeWithPlural$4, + d: 'день', + dd: relativeTimeWithPlural$4, + M: 'місяць', + MM: relativeTimeWithPlural$4, + y: 'рік', + yy: relativeTimeWithPlural$4, + }, + // M. E.: those two are virtually unused but a user might want to implement them for his/her website for some reason + meridiemParse: /ночі|ранку|дня|вечора/, + isPM: function (input) { + return /^(дня|вечора)$/.test(input); + }, + meridiem: function (hour, minute, isLower) { + if (hour < 4) { + return 'ночі'; + } else if (hour < 12) { + return 'ранку'; + } else if (hour < 17) { + return 'дня'; + } else { + return 'вечора'; + } + }, + dayOfMonthOrdinalParse: /\d{1,2}-(й|го)/, + ordinal: function (number, period) { + switch (period) { + case 'M': + case 'd': + case 'DDD': + case 'w': + case 'W': + return number + '-й'; + case 'D': + return number + '-го'; + default: + return number; + } + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 7, // The week that contains Jan 7th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + var months$b = [ + 'جنوری', + 'فروری', + 'مارچ', + 'اپریل', + 'مئی', + 'جون', + 'جولائی', + 'اگست', + 'ستمبر', + 'اکتوبر', + 'نومبر', + 'دسمبر', + ], + days$2 = ['اتوار', 'پیر', 'منگل', 'بدھ', 'جمعرات', 'جمعہ', 'ہفتہ']; + + hooks.defineLocale('ur', { + months: months$b, + monthsShort: months$b, + weekdays: days$2, + weekdaysShort: days$2, + weekdaysMin: days$2, + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd، D MMMM YYYY HH:mm', + }, + meridiemParse: /صبح|شام/, + isPM: function (input) { + return 'شام' === input; + }, + meridiem: function (hour, minute, isLower) { + if (hour < 12) { + return 'صبح'; + } + return 'شام'; + }, + calendar: { + sameDay: '[آج بوقت] LT', + nextDay: '[کل بوقت] LT', + nextWeek: 'dddd [بوقت] LT', + lastDay: '[گذشتہ روز بوقت] LT', + lastWeek: '[گذشتہ] dddd [بوقت] LT', + sameElse: 'L', + }, + relativeTime: { + future: '%s بعد', + past: '%s قبل', + s: 'چند سیکنڈ', + ss: '%d سیکنڈ', + m: 'ایک منٹ', + mm: '%d منٹ', + h: 'ایک گھنٹہ', + hh: '%d گھنٹے', + d: 'ایک دن', + dd: '%d دن', + M: 'ایک ماہ', + MM: '%d ماہ', + y: 'ایک سال', + yy: '%d سال', + }, + preparse: function (string) { + return string.replace(/،/g, ','); + }, + postformat: function (string) { + return string.replace(/,/g, '،'); + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('uz-latn', { + months: 'Yanvar_Fevral_Mart_Aprel_May_Iyun_Iyul_Avgust_Sentabr_Oktabr_Noyabr_Dekabr'.split( + '_' + ), + monthsShort: 'Yan_Fev_Mar_Apr_May_Iyun_Iyul_Avg_Sen_Okt_Noy_Dek'.split('_'), + weekdays: 'Yakshanba_Dushanba_Seshanba_Chorshanba_Payshanba_Juma_Shanba'.split( + '_' + ), + weekdaysShort: 'Yak_Dush_Sesh_Chor_Pay_Jum_Shan'.split('_'), + weekdaysMin: 'Ya_Du_Se_Cho_Pa_Ju_Sha'.split('_'), + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'D MMMM YYYY, dddd HH:mm', + }, + calendar: { + sameDay: '[Bugun soat] LT [da]', + nextDay: '[Ertaga] LT [da]', + nextWeek: 'dddd [kuni soat] LT [da]', + lastDay: '[Kecha soat] LT [da]', + lastWeek: "[O'tgan] dddd [kuni soat] LT [da]", + sameElse: 'L', + }, + relativeTime: { + future: 'Yaqin %s ichida', + past: 'Bir necha %s oldin', + s: 'soniya', + ss: '%d soniya', + m: 'bir daqiqa', + mm: '%d daqiqa', + h: 'bir soat', + hh: '%d soat', + d: 'bir kun', + dd: '%d kun', + M: 'bir oy', + MM: '%d oy', + y: 'bir yil', + yy: '%d yil', + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 7, // The week that contains Jan 7th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('uz', { + months: 'январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр'.split( + '_' + ), + monthsShort: 'янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек'.split('_'), + weekdays: 'Якшанба_Душанба_Сешанба_Чоршанба_Пайшанба_Жума_Шанба'.split('_'), + weekdaysShort: 'Якш_Душ_Сеш_Чор_Пай_Жум_Шан'.split('_'), + weekdaysMin: 'Як_Ду_Се_Чо_Па_Жу_Ша'.split('_'), + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'D MMMM YYYY, dddd HH:mm', + }, + calendar: { + sameDay: '[Бугун соат] LT [да]', + nextDay: '[Эртага] LT [да]', + nextWeek: 'dddd [куни соат] LT [да]', + lastDay: '[Кеча соат] LT [да]', + lastWeek: '[Утган] dddd [куни соат] LT [да]', + sameElse: 'L', + }, + relativeTime: { + future: 'Якин %s ичида', + past: 'Бир неча %s олдин', + s: 'фурсат', + ss: '%d фурсат', + m: 'бир дакика', + mm: '%d дакика', + h: 'бир соат', + hh: '%d соат', + d: 'бир кун', + dd: '%d кун', + M: 'бир ой', + MM: '%d ой', + y: 'бир йил', + yy: '%d йил', + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 7, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('vi', { + months: 'tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12'.split( + '_' + ), + monthsShort: 'Thg 01_Thg 02_Thg 03_Thg 04_Thg 05_Thg 06_Thg 07_Thg 08_Thg 09_Thg 10_Thg 11_Thg 12'.split( + '_' + ), + monthsParseExact: true, + weekdays: 'chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy'.split( + '_' + ), + weekdaysShort: 'CN_T2_T3_T4_T5_T6_T7'.split('_'), + weekdaysMin: 'CN_T2_T3_T4_T5_T6_T7'.split('_'), + weekdaysParseExact: true, + meridiemParse: /sa|ch/i, + isPM: function (input) { + return /^ch$/i.test(input); + }, + meridiem: function (hours, minutes, isLower) { + if (hours < 12) { + return isLower ? 'sa' : 'SA'; + } else { + return isLower ? 'ch' : 'CH'; + } + }, + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD/MM/YYYY', + LL: 'D MMMM [năm] YYYY', + LLL: 'D MMMM [năm] YYYY HH:mm', + LLLL: 'dddd, D MMMM [năm] YYYY HH:mm', + l: 'DD/M/YYYY', + ll: 'D MMM YYYY', + lll: 'D MMM YYYY HH:mm', + llll: 'ddd, D MMM YYYY HH:mm', + }, + calendar: { + sameDay: '[Hôm nay lúc] LT', + nextDay: '[Ngày mai lúc] LT', + nextWeek: 'dddd [tuần tới lúc] LT', + lastDay: '[Hôm qua lúc] LT', + lastWeek: 'dddd [tuần trước lúc] LT', + sameElse: 'L', + }, + relativeTime: { + future: '%s tới', + past: '%s trước', + s: 'vài giây', + ss: '%d giây', + m: 'một phút', + mm: '%d phút', + h: 'một giờ', + hh: '%d giờ', + d: 'một ngày', + dd: '%d ngày', + M: 'một tháng', + MM: '%d tháng', + y: 'một năm', + yy: '%d năm', + }, + dayOfMonthOrdinalParse: /\d{1,2}/, + ordinal: function (number) { + return number; + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('x-pseudo', { + months: 'J~áñúá~rý_F~ébrú~árý_~Márc~h_Áp~ríl_~Máý_~Júñé~_Júl~ý_Áú~gúst~_Sép~témb~ér_Ó~ctób~ér_Ñ~óvém~bér_~Décé~mbér'.split( + '_' + ), + monthsShort: 'J~áñ_~Féb_~Már_~Ápr_~Máý_~Júñ_~Júl_~Áúg_~Sép_~Óct_~Ñóv_~Déc'.split( + '_' + ), + monthsParseExact: true, + weekdays: 'S~úñdá~ý_Mó~ñdáý~_Túé~sdáý~_Wéd~ñésd~áý_T~húrs~dáý_~Fríd~áý_S~átúr~dáý'.split( + '_' + ), + weekdaysShort: 'S~úñ_~Móñ_~Túé_~Wéd_~Thú_~Frí_~Sát'.split('_'), + weekdaysMin: 'S~ú_Mó~_Tú_~Wé_T~h_Fr~_Sá'.split('_'), + weekdaysParseExact: true, + longDateFormat: { + LT: 'HH:mm', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY HH:mm', + LLLL: 'dddd, D MMMM YYYY HH:mm', + }, + calendar: { + sameDay: '[T~ódá~ý át] LT', + nextDay: '[T~ómó~rró~w át] LT', + nextWeek: 'dddd [át] LT', + lastDay: '[Ý~ést~érdá~ý át] LT', + lastWeek: '[L~ást] dddd [át] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'í~ñ %s', + past: '%s á~gó', + s: 'á ~féw ~sécó~ñds', + ss: '%d s~écóñ~ds', + m: 'á ~míñ~úté', + mm: '%d m~íñú~tés', + h: 'á~ñ hó~úr', + hh: '%d h~óúrs', + d: 'á ~dáý', + dd: '%d d~áýs', + M: 'á ~móñ~th', + MM: '%d m~óñt~hs', + y: 'á ~ýéár', + yy: '%d ý~éárs', + }, + dayOfMonthOrdinalParse: /\d{1,2}(th|st|nd|rd)/, + ordinal: function (number) { + var b = number % 10, + output = + ~~((number % 100) / 10) === 1 + ? 'th' + : b === 1 + ? 'st' + : b === 2 + ? 'nd' + : b === 3 + ? 'rd' + : 'th'; + return number + output; + }, + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('yo', { + months: 'Sẹ́rẹ́_Èrèlè_Ẹrẹ̀nà_Ìgbé_Èbibi_Òkùdu_Agẹmo_Ògún_Owewe_Ọ̀wàrà_Bélú_Ọ̀pẹ̀̀'.split( + '_' + ), + monthsShort: 'Sẹ́r_Èrl_Ẹrn_Ìgb_Èbi_Òkù_Agẹ_Ògú_Owe_Ọ̀wà_Bél_Ọ̀pẹ̀̀'.split('_'), + weekdays: 'Àìkú_Ajé_Ìsẹ́gun_Ọjọ́rú_Ọjọ́bọ_Ẹtì_Àbámẹ́ta'.split('_'), + weekdaysShort: 'Àìk_Ajé_Ìsẹ́_Ọjr_Ọjb_Ẹtì_Àbá'.split('_'), + weekdaysMin: 'Àì_Aj_Ìs_Ọr_Ọb_Ẹt_Àb'.split('_'), + longDateFormat: { + LT: 'h:mm A', + LTS: 'h:mm:ss A', + L: 'DD/MM/YYYY', + LL: 'D MMMM YYYY', + LLL: 'D MMMM YYYY h:mm A', + LLLL: 'dddd, D MMMM YYYY h:mm A', + }, + calendar: { + sameDay: '[Ònì ni] LT', + nextDay: '[Ọ̀la ni] LT', + nextWeek: "dddd [Ọsẹ̀ tón'bọ] [ni] LT", + lastDay: '[Àna ni] LT', + lastWeek: 'dddd [Ọsẹ̀ tólọ́] [ni] LT', + sameElse: 'L', + }, + relativeTime: { + future: 'ní %s', + past: '%s kọjá', + s: 'ìsẹjú aayá die', + ss: 'aayá %d', + m: 'ìsẹjú kan', + mm: 'ìsẹjú %d', + h: 'wákati kan', + hh: 'wákati %d', + d: 'ọjọ́ kan', + dd: 'ọjọ́ %d', + M: 'osù kan', + MM: 'osù %d', + y: 'ọdún kan', + yy: 'ọdún %d', + }, + dayOfMonthOrdinalParse: /ọjọ́\s\d{1,2}/, + ordinal: 'ọjọ́ %d', + week: { + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('zh-cn', { + months: '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split( + '_' + ), + monthsShort: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split( + '_' + ), + weekdays: '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'), + weekdaysShort: '周日_周一_周二_周三_周四_周五_周六'.split('_'), + weekdaysMin: '日_一_二_三_四_五_六'.split('_'), + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'YYYY/MM/DD', + LL: 'YYYY年M月D日', + LLL: 'YYYY年M月D日Ah点mm分', + LLLL: 'YYYY年M月D日ddddAh点mm分', + l: 'YYYY/M/D', + ll: 'YYYY年M月D日', + lll: 'YYYY年M月D日 HH:mm', + llll: 'YYYY年M月D日dddd HH:mm', + }, + meridiemParse: /凌晨|早上|上午|中午|下午|晚上/, + meridiemHour: function (hour, meridiem) { + if (hour === 12) { + hour = 0; + } + if (meridiem === '凌晨' || meridiem === '早上' || meridiem === '上午') { + return hour; + } else if (meridiem === '下午' || meridiem === '晚上') { + return hour + 12; + } else { + // '中午' + return hour >= 11 ? hour : hour + 12; + } + }, + meridiem: function (hour, minute, isLower) { + var hm = hour * 100 + minute; + if (hm < 600) { + return '凌晨'; + } else if (hm < 900) { + return '早上'; + } else if (hm < 1130) { + return '上午'; + } else if (hm < 1230) { + return '中午'; + } else if (hm < 1800) { + return '下午'; + } else { + return '晚上'; + } + }, + calendar: { + sameDay: '[今天]LT', + nextDay: '[明天]LT', + nextWeek: function (now) { + if (now.week() !== this.week()) { + return '[下]dddLT'; + } else { + return '[本]dddLT'; + } + }, + lastDay: '[昨天]LT', + lastWeek: function (now) { + if (this.week() !== now.week()) { + return '[上]dddLT'; + } else { + return '[本]dddLT'; + } + }, + sameElse: 'L', + }, + dayOfMonthOrdinalParse: /\d{1,2}(日|月|周)/, + ordinal: function (number, period) { + switch (period) { + case 'd': + case 'D': + case 'DDD': + return number + '日'; + case 'M': + return number + '月'; + case 'w': + case 'W': + return number + '周'; + default: + return number; + } + }, + relativeTime: { + future: '%s后', + past: '%s前', + s: '几秒', + ss: '%d 秒', + m: '1 分钟', + mm: '%d 分钟', + h: '1 小时', + hh: '%d 小时', + d: '1 天', + dd: '%d 天', + M: '1 个月', + MM: '%d 个月', + y: '1 年', + yy: '%d 年', + }, + week: { + // GB/T 7408-1994《数据元和交换格式·信息交换·日期和时间表示法》与ISO 8601:1988等效 + dow: 1, // Monday is the first day of the week. + doy: 4, // The week that contains Jan 4th is the first week of the year. + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('zh-hk', { + months: '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split( + '_' + ), + monthsShort: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split( + '_' + ), + weekdays: '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'), + weekdaysShort: '週日_週一_週二_週三_週四_週五_週六'.split('_'), + weekdaysMin: '日_一_二_三_四_五_六'.split('_'), + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'YYYY/MM/DD', + LL: 'YYYY年M月D日', + LLL: 'YYYY年M月D日 HH:mm', + LLLL: 'YYYY年M月D日dddd HH:mm', + l: 'YYYY/M/D', + ll: 'YYYY年M月D日', + lll: 'YYYY年M月D日 HH:mm', + llll: 'YYYY年M月D日dddd HH:mm', + }, + meridiemParse: /凌晨|早上|上午|中午|下午|晚上/, + meridiemHour: function (hour, meridiem) { + if (hour === 12) { + hour = 0; + } + if (meridiem === '凌晨' || meridiem === '早上' || meridiem === '上午') { + return hour; + } else if (meridiem === '中午') { + return hour >= 11 ? hour : hour + 12; + } else if (meridiem === '下午' || meridiem === '晚上') { + return hour + 12; + } + }, + meridiem: function (hour, minute, isLower) { + var hm = hour * 100 + minute; + if (hm < 600) { + return '凌晨'; + } else if (hm < 900) { + return '早上'; + } else if (hm < 1200) { + return '上午'; + } else if (hm === 1200) { + return '中午'; + } else if (hm < 1800) { + return '下午'; + } else { + return '晚上'; + } + }, + calendar: { + sameDay: '[今天]LT', + nextDay: '[明天]LT', + nextWeek: '[下]ddddLT', + lastDay: '[昨天]LT', + lastWeek: '[上]ddddLT', + sameElse: 'L', + }, + dayOfMonthOrdinalParse: /\d{1,2}(日|月|週)/, + ordinal: function (number, period) { + switch (period) { + case 'd': + case 'D': + case 'DDD': + return number + '日'; + case 'M': + return number + '月'; + case 'w': + case 'W': + return number + '週'; + default: + return number; + } + }, + relativeTime: { + future: '%s後', + past: '%s前', + s: '幾秒', + ss: '%d 秒', + m: '1 分鐘', + mm: '%d 分鐘', + h: '1 小時', + hh: '%d 小時', + d: '1 天', + dd: '%d 天', + M: '1 個月', + MM: '%d 個月', + y: '1 年', + yy: '%d 年', + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('zh-mo', { + months: '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split( + '_' + ), + monthsShort: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split( + '_' + ), + weekdays: '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'), + weekdaysShort: '週日_週一_週二_週三_週四_週五_週六'.split('_'), + weekdaysMin: '日_一_二_三_四_五_六'.split('_'), + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'DD/MM/YYYY', + LL: 'YYYY年M月D日', + LLL: 'YYYY年M月D日 HH:mm', + LLLL: 'YYYY年M月D日dddd HH:mm', + l: 'D/M/YYYY', + ll: 'YYYY年M月D日', + lll: 'YYYY年M月D日 HH:mm', + llll: 'YYYY年M月D日dddd HH:mm', + }, + meridiemParse: /凌晨|早上|上午|中午|下午|晚上/, + meridiemHour: function (hour, meridiem) { + if (hour === 12) { + hour = 0; + } + if (meridiem === '凌晨' || meridiem === '早上' || meridiem === '上午') { + return hour; + } else if (meridiem === '中午') { + return hour >= 11 ? hour : hour + 12; + } else if (meridiem === '下午' || meridiem === '晚上') { + return hour + 12; + } + }, + meridiem: function (hour, minute, isLower) { + var hm = hour * 100 + minute; + if (hm < 600) { + return '凌晨'; + } else if (hm < 900) { + return '早上'; + } else if (hm < 1130) { + return '上午'; + } else if (hm < 1230) { + return '中午'; + } else if (hm < 1800) { + return '下午'; + } else { + return '晚上'; + } + }, + calendar: { + sameDay: '[今天] LT', + nextDay: '[明天] LT', + nextWeek: '[下]dddd LT', + lastDay: '[昨天] LT', + lastWeek: '[上]dddd LT', + sameElse: 'L', + }, + dayOfMonthOrdinalParse: /\d{1,2}(日|月|週)/, + ordinal: function (number, period) { + switch (period) { + case 'd': + case 'D': + case 'DDD': + return number + '日'; + case 'M': + return number + '月'; + case 'w': + case 'W': + return number + '週'; + default: + return number; + } + }, + relativeTime: { + future: '%s內', + past: '%s前', + s: '幾秒', + ss: '%d 秒', + m: '1 分鐘', + mm: '%d 分鐘', + h: '1 小時', + hh: '%d 小時', + d: '1 天', + dd: '%d 天', + M: '1 個月', + MM: '%d 個月', + y: '1 年', + yy: '%d 年', + }, + }); + + //! moment.js locale configuration + + hooks.defineLocale('zh-tw', { + months: '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split( + '_' + ), + monthsShort: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split( + '_' + ), + weekdays: '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'), + weekdaysShort: '週日_週一_週二_週三_週四_週五_週六'.split('_'), + weekdaysMin: '日_一_二_三_四_五_六'.split('_'), + longDateFormat: { + LT: 'HH:mm', + LTS: 'HH:mm:ss', + L: 'YYYY/MM/DD', + LL: 'YYYY年M月D日', + LLL: 'YYYY年M月D日 HH:mm', + LLLL: 'YYYY年M月D日dddd HH:mm', + l: 'YYYY/M/D', + ll: 'YYYY年M月D日', + lll: 'YYYY年M月D日 HH:mm', + llll: 'YYYY年M月D日dddd HH:mm', + }, + meridiemParse: /凌晨|早上|上午|中午|下午|晚上/, + meridiemHour: function (hour, meridiem) { + if (hour === 12) { + hour = 0; + } + if (meridiem === '凌晨' || meridiem === '早上' || meridiem === '上午') { + return hour; + } else if (meridiem === '中午') { + return hour >= 11 ? hour : hour + 12; + } else if (meridiem === '下午' || meridiem === '晚上') { + return hour + 12; + } + }, + meridiem: function (hour, minute, isLower) { + var hm = hour * 100 + minute; + if (hm < 600) { + return '凌晨'; + } else if (hm < 900) { + return '早上'; + } else if (hm < 1130) { + return '上午'; + } else if (hm < 1230) { + return '中午'; + } else if (hm < 1800) { + return '下午'; + } else { + return '晚上'; + } + }, + calendar: { + sameDay: '[今天] LT', + nextDay: '[明天] LT', + nextWeek: '[下]dddd LT', + lastDay: '[昨天] LT', + lastWeek: '[上]dddd LT', + sameElse: 'L', + }, + dayOfMonthOrdinalParse: /\d{1,2}(日|月|週)/, + ordinal: function (number, period) { + switch (period) { + case 'd': + case 'D': + case 'DDD': + return number + '日'; + case 'M': + return number + '月'; + case 'w': + case 'W': + return number + '週'; + default: + return number; + } + }, + relativeTime: { + future: '%s後', + past: '%s前', + s: '幾秒', + ss: '%d 秒', + m: '1 分鐘', + mm: '%d 分鐘', + h: '1 小時', + hh: '%d 小時', + d: '1 天', + dd: '%d 天', + M: '1 個月', + MM: '%d 個月', + y: '1 年', + yy: '%d 年', + }, + }); + + hooks.locale('en'); + + return hooks; + +}))); + +},{}],"../node_modules/mousetrap/mousetrap.js":[function(require,module,exports) { +var define; +/*global define:false */ +/** + * Copyright 2012-2017 Craig Campbell + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + * Mousetrap is a simple keyboard shortcut library for Javascript with + * no external dependencies + * + * @version 1.6.5 + * @url craig.is/killing/mice + */ +(function(window, document, undefined) { + + // Check if mousetrap is used inside browser, if not, return + if (!window) { + return; + } + + /** + * mapping of special keycodes to their corresponding keys + * + * everything in this dictionary cannot use keypress events + * so it has to be here to map to the correct keycodes for + * keyup/keydown events + * + * @type {Object} + */ + var _MAP = { + 8: 'backspace', + 9: 'tab', + 13: 'enter', + 16: 'shift', + 17: 'ctrl', + 18: 'alt', + 20: 'capslock', + 27: 'esc', + 32: 'space', + 33: 'pageup', + 34: 'pagedown', + 35: 'end', + 36: 'home', + 37: 'left', + 38: 'up', + 39: 'right', + 40: 'down', + 45: 'ins', + 46: 'del', + 91: 'meta', + 93: 'meta', + 224: 'meta' + }; + + /** + * mapping for special characters so they can support + * + * this dictionary is only used incase you want to bind a + * keyup or keydown event to one of these keys + * + * @type {Object} + */ + var _KEYCODE_MAP = { + 106: '*', + 107: '+', + 109: '-', + 110: '.', + 111 : '/', + 186: ';', + 187: '=', + 188: ',', + 189: '-', + 190: '.', + 191: '/', + 192: '`', + 219: '[', + 220: '\\', + 221: ']', + 222: '\'' + }; + + /** + * this is a mapping of keys that require shift on a US keypad + * back to the non shift equivelents + * + * this is so you can use keyup events with these keys + * + * note that this will only work reliably on US keyboards + * + * @type {Object} + */ + var _SHIFT_MAP = { + '~': '`', + '!': '1', + '@': '2', + '#': '3', + '$': '4', + '%': '5', + '^': '6', + '&': '7', + '*': '8', + '(': '9', + ')': '0', + '_': '-', + '+': '=', + ':': ';', + '\"': '\'', + '<': ',', + '>': '.', + '?': '/', + '|': '\\' + }; + + /** + * this is a list of special strings you can use to map + * to modifier keys when you specify your keyboard shortcuts + * + * @type {Object} + */ + var _SPECIAL_ALIASES = { + 'option': 'alt', + 'command': 'meta', + 'return': 'enter', + 'escape': 'esc', + 'plus': '+', + 'mod': /Mac|iPod|iPhone|iPad/.test(navigator.platform) ? 'meta' : 'ctrl' + }; + + /** + * variable to store the flipped version of _MAP from above + * needed to check if we should use keypress or not when no action + * is specified + * + * @type {Object|undefined} + */ + var _REVERSE_MAP; + + /** + * loop through the f keys, f1 to f19 and add them to the map + * programatically + */ + for (var i = 1; i < 20; ++i) { + _MAP[111 + i] = 'f' + i; + } + + /** + * loop through to map numbers on the numeric keypad + */ + for (i = 0; i <= 9; ++i) { + + // This needs to use a string cause otherwise since 0 is falsey + // mousetrap will never fire for numpad 0 pressed as part of a keydown + // event. + // + // @see https://github.com/ccampbell/mousetrap/pull/258 + _MAP[i + 96] = i.toString(); + } + + /** + * cross browser add event method + * + * @param {Element|HTMLDocument} object + * @param {string} type + * @param {Function} callback + * @returns void + */ + function _addEvent(object, type, callback) { + if (object.addEventListener) { + object.addEventListener(type, callback, false); + return; + } + + object.attachEvent('on' + type, callback); + } + + /** + * takes the event and returns the key character + * + * @param {Event} e + * @return {string} + */ + function _characterFromEvent(e) { + + // for keypress events we should return the character as is + if (e.type == 'keypress') { + var character = String.fromCharCode(e.which); + + // if the shift key is not pressed then it is safe to assume + // that we want the character to be lowercase. this means if + // you accidentally have caps lock on then your key bindings + // will continue to work + // + // the only side effect that might not be desired is if you + // bind something like 'A' cause you want to trigger an + // event when capital A is pressed caps lock will no longer + // trigger the event. shift+a will though. + if (!e.shiftKey) { + character = character.toLowerCase(); + } + + return character; + } + + // for non keypress events the special maps are needed + if (_MAP[e.which]) { + return _MAP[e.which]; + } + + if (_KEYCODE_MAP[e.which]) { + return _KEYCODE_MAP[e.which]; + } + + // if it is not in the special map + + // with keydown and keyup events the character seems to always + // come in as an uppercase character whether you are pressing shift + // or not. we should make sure it is always lowercase for comparisons + return String.fromCharCode(e.which).toLowerCase(); + } + + /** + * checks if two arrays are equal + * + * @param {Array} modifiers1 + * @param {Array} modifiers2 + * @returns {boolean} + */ + function _modifiersMatch(modifiers1, modifiers2) { + return modifiers1.sort().join(',') === modifiers2.sort().join(','); + } + + /** + * takes a key event and figures out what the modifiers are + * + * @param {Event} e + * @returns {Array} + */ + function _eventModifiers(e) { + var modifiers = []; + + if (e.shiftKey) { + modifiers.push('shift'); + } + + if (e.altKey) { + modifiers.push('alt'); + } + + if (e.ctrlKey) { + modifiers.push('ctrl'); + } + + if (e.metaKey) { + modifiers.push('meta'); + } + + return modifiers; + } + + /** + * prevents default for this event + * + * @param {Event} e + * @returns void + */ + function _preventDefault(e) { + if (e.preventDefault) { + e.preventDefault(); + return; + } + + e.returnValue = false; + } + + /** + * stops propogation for this event + * + * @param {Event} e + * @returns void + */ + function _stopPropagation(e) { + if (e.stopPropagation) { + e.stopPropagation(); + return; + } + + e.cancelBubble = true; + } + + /** + * determines if the keycode specified is a modifier key or not + * + * @param {string} key + * @returns {boolean} + */ + function _isModifier(key) { + return key == 'shift' || key == 'ctrl' || key == 'alt' || key == 'meta'; + } + + /** + * reverses the map lookup so that we can look for specific keys + * to see what can and can't use keypress + * + * @return {Object} + */ + function _getReverseMap() { + if (!_REVERSE_MAP) { + _REVERSE_MAP = {}; + for (var key in _MAP) { + + // pull out the numeric keypad from here cause keypress should + // be able to detect the keys from the character + if (key > 95 && key < 112) { + continue; + } + + if (_MAP.hasOwnProperty(key)) { + _REVERSE_MAP[_MAP[key]] = key; + } + } + } + return _REVERSE_MAP; + } + + /** + * picks the best action based on the key combination + * + * @param {string} key - character for key + * @param {Array} modifiers + * @param {string=} action passed in + */ + function _pickBestAction(key, modifiers, action) { + + // if no action was picked in we should try to pick the one + // that we think would work best for this key + if (!action) { + action = _getReverseMap()[key] ? 'keydown' : 'keypress'; + } + + // modifier keys don't work as expected with keypress, + // switch to keydown + if (action == 'keypress' && modifiers.length) { + action = 'keydown'; + } + + return action; + } + + /** + * Converts from a string key combination to an array + * + * @param {string} combination like "command+shift+l" + * @return {Array} + */ + function _keysFromString(combination) { + if (combination === '+') { + return ['+']; + } + + combination = combination.replace(/\+{2}/g, '+plus'); + return combination.split('+'); + } + + /** + * Gets info for a specific key combination + * + * @param {string} combination key combination ("command+s" or "a" or "*") + * @param {string=} action + * @returns {Object} + */ + function _getKeyInfo(combination, action) { + var keys; + var key; + var i; + var modifiers = []; + + // take the keys from this pattern and figure out what the actual + // pattern is all about + keys = _keysFromString(combination); + + for (i = 0; i < keys.length; ++i) { + key = keys[i]; + + // normalize key names + if (_SPECIAL_ALIASES[key]) { + key = _SPECIAL_ALIASES[key]; + } + + // if this is not a keypress event then we should + // be smart about using shift keys + // this will only work for US keyboards however + if (action && action != 'keypress' && _SHIFT_MAP[key]) { + key = _SHIFT_MAP[key]; + modifiers.push('shift'); + } + + // if this key is a modifier then add it to the list of modifiers + if (_isModifier(key)) { + modifiers.push(key); + } + } + + // depending on what the key combination is + // we will try to pick the best event for it + action = _pickBestAction(key, modifiers, action); + + return { + key: key, + modifiers: modifiers, + action: action + }; + } + + function _belongsTo(element, ancestor) { + if (element === null || element === document) { + return false; + } + + if (element === ancestor) { + return true; + } + + return _belongsTo(element.parentNode, ancestor); + } + + function Mousetrap(targetElement) { + var self = this; + + targetElement = targetElement || document; + + if (!(self instanceof Mousetrap)) { + return new Mousetrap(targetElement); + } + + /** + * element to attach key events to + * + * @type {Element} + */ + self.target = targetElement; + + /** + * a list of all the callbacks setup via Mousetrap.bind() + * + * @type {Object} + */ + self._callbacks = {}; + + /** + * direct map of string combinations to callbacks used for trigger() + * + * @type {Object} + */ + self._directMap = {}; + + /** + * keeps track of what level each sequence is at since multiple + * sequences can start out with the same sequence + * + * @type {Object} + */ + var _sequenceLevels = {}; + + /** + * variable to store the setTimeout call + * + * @type {null|number} + */ + var _resetTimer; + + /** + * temporary state where we will ignore the next keyup + * + * @type {boolean|string} + */ + var _ignoreNextKeyup = false; + + /** + * temporary state where we will ignore the next keypress + * + * @type {boolean} + */ + var _ignoreNextKeypress = false; + + /** + * are we currently inside of a sequence? + * type of action ("keyup" or "keydown" or "keypress") or false + * + * @type {boolean|string} + */ + var _nextExpectedAction = false; + + /** + * resets all sequence counters except for the ones passed in + * + * @param {Object} doNotReset + * @returns void + */ + function _resetSequences(doNotReset) { + doNotReset = doNotReset || {}; + + var activeSequences = false, + key; + + for (key in _sequenceLevels) { + if (doNotReset[key]) { + activeSequences = true; + continue; + } + _sequenceLevels[key] = 0; + } + + if (!activeSequences) { + _nextExpectedAction = false; + } + } + + /** + * finds all callbacks that match based on the keycode, modifiers, + * and action + * + * @param {string} character + * @param {Array} modifiers + * @param {Event|Object} e + * @param {string=} sequenceName - name of the sequence we are looking for + * @param {string=} combination + * @param {number=} level + * @returns {Array} + */ + function _getMatches(character, modifiers, e, sequenceName, combination, level) { + var i; + var callback; + var matches = []; + var action = e.type; + + // if there are no events related to this keycode + if (!self._callbacks[character]) { + return []; + } + + // if a modifier key is coming up on its own we should allow it + if (action == 'keyup' && _isModifier(character)) { + modifiers = [character]; + } + + // loop through all callbacks for the key that was pressed + // and see if any of them match + for (i = 0; i < self._callbacks[character].length; ++i) { + callback = self._callbacks[character][i]; + + // if a sequence name is not specified, but this is a sequence at + // the wrong level then move onto the next match + if (!sequenceName && callback.seq && _sequenceLevels[callback.seq] != callback.level) { + continue; + } + + // if the action we are looking for doesn't match the action we got + // then we should keep going + if (action != callback.action) { + continue; + } + + // if this is a keypress event and the meta key and control key + // are not pressed that means that we need to only look at the + // character, otherwise check the modifiers as well + // + // chrome will not fire a keypress if meta or control is down + // safari will fire a keypress if meta or meta+shift is down + // firefox will fire a keypress if meta or control is down + if ((action == 'keypress' && !e.metaKey && !e.ctrlKey) || _modifiersMatch(modifiers, callback.modifiers)) { + + // when you bind a combination or sequence a second time it + // should overwrite the first one. if a sequenceName or + // combination is specified in this call it does just that + // + // @todo make deleting its own method? + var deleteCombo = !sequenceName && callback.combo == combination; + var deleteSequence = sequenceName && callback.seq == sequenceName && callback.level == level; + if (deleteCombo || deleteSequence) { + self._callbacks[character].splice(i, 1); + } + + matches.push(callback); + } + } + + return matches; + } + + /** + * actually calls the callback function + * + * if your callback function returns false this will use the jquery + * convention - prevent default and stop propogation on the event + * + * @param {Function} callback + * @param {Event} e + * @returns void + */ + function _fireCallback(callback, e, combo, sequence) { + + // if this event should not happen stop here + if (self.stopCallback(e, e.target || e.srcElement, combo, sequence)) { + return; + } + + if (callback(e, combo) === false) { + _preventDefault(e); + _stopPropagation(e); + } + } + + /** + * handles a character key event + * + * @param {string} character + * @param {Array} modifiers + * @param {Event} e + * @returns void + */ + self._handleKey = function(character, modifiers, e) { + var callbacks = _getMatches(character, modifiers, e); + var i; + var doNotReset = {}; + var maxLevel = 0; + var processedSequenceCallback = false; + + // Calculate the maxLevel for sequences so we can only execute the longest callback sequence + for (i = 0; i < callbacks.length; ++i) { + if (callbacks[i].seq) { + maxLevel = Math.max(maxLevel, callbacks[i].level); + } + } + + // loop through matching callbacks for this key event + for (i = 0; i < callbacks.length; ++i) { + + // fire for all sequence callbacks + // this is because if for example you have multiple sequences + // bound such as "g i" and "g t" they both need to fire the + // callback for matching g cause otherwise you can only ever + // match the first one + if (callbacks[i].seq) { + + // only fire callbacks for the maxLevel to prevent + // subsequences from also firing + // + // for example 'a option b' should not cause 'option b' to fire + // even though 'option b' is part of the other sequence + // + // any sequences that do not match here will be discarded + // below by the _resetSequences call + if (callbacks[i].level != maxLevel) { + continue; + } + + processedSequenceCallback = true; + + // keep a list of which sequences were matches for later + doNotReset[callbacks[i].seq] = 1; + _fireCallback(callbacks[i].callback, e, callbacks[i].combo, callbacks[i].seq); + continue; + } + + // if there were no sequence matches but we are still here + // that means this is a regular match so we should fire that + if (!processedSequenceCallback) { + _fireCallback(callbacks[i].callback, e, callbacks[i].combo); + } + } + + // if the key you pressed matches the type of sequence without + // being a modifier (ie "keyup" or "keypress") then we should + // reset all sequences that were not matched by this event + // + // this is so, for example, if you have the sequence "h a t" and you + // type "h e a r t" it does not match. in this case the "e" will + // cause the sequence to reset + // + // modifier keys are ignored because you can have a sequence + // that contains modifiers such as "enter ctrl+space" and in most + // cases the modifier key will be pressed before the next key + // + // also if you have a sequence such as "ctrl+b a" then pressing the + // "b" key will trigger a "keypress" and a "keydown" + // + // the "keydown" is expected when there is a modifier, but the + // "keypress" ends up matching the _nextExpectedAction since it occurs + // after and that causes the sequence to reset + // + // we ignore keypresses in a sequence that directly follow a keydown + // for the same character + var ignoreThisKeypress = e.type == 'keypress' && _ignoreNextKeypress; + if (e.type == _nextExpectedAction && !_isModifier(character) && !ignoreThisKeypress) { + _resetSequences(doNotReset); + } + + _ignoreNextKeypress = processedSequenceCallback && e.type == 'keydown'; + }; + + /** + * handles a keydown event + * + * @param {Event} e + * @returns void + */ + function _handleKeyEvent(e) { + + // normalize e.which for key events + // @see http://stackoverflow.com/questions/4285627/javascript-keycode-vs-charcode-utter-confusion + if (typeof e.which !== 'number') { + e.which = e.keyCode; + } + + var character = _characterFromEvent(e); + + // no character found then stop + if (!character) { + return; + } + + // need to use === for the character check because the character can be 0 + if (e.type == 'keyup' && _ignoreNextKeyup === character) { + _ignoreNextKeyup = false; + return; + } + + self.handleKey(character, _eventModifiers(e), e); + } + + /** + * called to set a 1 second timeout on the specified sequence + * + * this is so after each key press in the sequence you have 1 second + * to press the next key before you have to start over + * + * @returns void + */ + function _resetSequenceTimer() { + clearTimeout(_resetTimer); + _resetTimer = setTimeout(_resetSequences, 1000); + } + + /** + * binds a key sequence to an event + * + * @param {string} combo - combo specified in bind call + * @param {Array} keys + * @param {Function} callback + * @param {string=} action + * @returns void + */ + function _bindSequence(combo, keys, callback, action) { + + // start off by adding a sequence level record for this combination + // and setting the level to 0 + _sequenceLevels[combo] = 0; + + /** + * callback to increase the sequence level for this sequence and reset + * all other sequences that were active + * + * @param {string} nextAction + * @returns {Function} + */ + function _increaseSequence(nextAction) { + return function() { + _nextExpectedAction = nextAction; + ++_sequenceLevels[combo]; + _resetSequenceTimer(); + }; + } + + /** + * wraps the specified callback inside of another function in order + * to reset all sequence counters as soon as this sequence is done + * + * @param {Event} e + * @returns void + */ + function _callbackAndReset(e) { + _fireCallback(callback, e, combo); + + // we should ignore the next key up if the action is key down + // or keypress. this is so if you finish a sequence and + // release the key the final key will not trigger a keyup + if (action !== 'keyup') { + _ignoreNextKeyup = _characterFromEvent(e); + } + + // weird race condition if a sequence ends with the key + // another sequence begins with + setTimeout(_resetSequences, 10); + } + + // loop through keys one at a time and bind the appropriate callback + // function. for any key leading up to the final one it should + // increase the sequence. after the final, it should reset all sequences + // + // if an action is specified in the original bind call then that will + // be used throughout. otherwise we will pass the action that the + // next key in the sequence should match. this allows a sequence + // to mix and match keypress and keydown events depending on which + // ones are better suited to the key provided + for (var i = 0; i < keys.length; ++i) { + var isFinal = i + 1 === keys.length; + var wrappedCallback = isFinal ? _callbackAndReset : _increaseSequence(action || _getKeyInfo(keys[i + 1]).action); + _bindSingle(keys[i], wrappedCallback, action, combo, i); + } + } + + /** + * binds a single keyboard combination + * + * @param {string} combination + * @param {Function} callback + * @param {string=} action + * @param {string=} sequenceName - name of sequence if part of sequence + * @param {number=} level - what part of the sequence the command is + * @returns void + */ + function _bindSingle(combination, callback, action, sequenceName, level) { + + // store a direct mapped reference for use with Mousetrap.trigger + self._directMap[combination + ':' + action] = callback; + + // make sure multiple spaces in a row become a single space + combination = combination.replace(/\s+/g, ' '); + + var sequence = combination.split(' '); + var info; + + // if this pattern is a sequence of keys then run through this method + // to reprocess each pattern one key at a time + if (sequence.length > 1) { + _bindSequence(combination, sequence, callback, action); + return; + } + + info = _getKeyInfo(combination, action); + + // make sure to initialize array if this is the first time + // a callback is added for this key + self._callbacks[info.key] = self._callbacks[info.key] || []; + + // remove an existing match if there is one + _getMatches(info.key, info.modifiers, {type: info.action}, sequenceName, combination, level); + + // add this call back to the array + // if it is a sequence put it at the beginning + // if not put it at the end + // + // this is important because the way these are processed expects + // the sequence ones to come first + self._callbacks[info.key][sequenceName ? 'unshift' : 'push']({ + callback: callback, + modifiers: info.modifiers, + action: info.action, + seq: sequenceName, + level: level, + combo: combination + }); + } + + /** + * binds multiple combinations to the same callback + * + * @param {Array} combinations + * @param {Function} callback + * @param {string|undefined} action + * @returns void + */ + self._bindMultiple = function(combinations, callback, action) { + for (var i = 0; i < combinations.length; ++i) { + _bindSingle(combinations[i], callback, action); + } + }; + + // start! + _addEvent(targetElement, 'keypress', _handleKeyEvent); + _addEvent(targetElement, 'keydown', _handleKeyEvent); + _addEvent(targetElement, 'keyup', _handleKeyEvent); + } + + /** + * binds an event to mousetrap + * + * can be a single key, a combination of keys separated with +, + * an array of keys, or a sequence of keys separated by spaces + * + * be sure to list the modifier keys first to make sure that the + * correct key ends up getting bound (the last key in the pattern) + * + * @param {string|Array} keys + * @param {Function} callback + * @param {string=} action - 'keypress', 'keydown', or 'keyup' + * @returns void + */ + Mousetrap.prototype.bind = function(keys, callback, action) { + var self = this; + keys = keys instanceof Array ? keys : [keys]; + self._bindMultiple.call(self, keys, callback, action); + return self; + }; + + /** + * unbinds an event to mousetrap + * + * the unbinding sets the callback function of the specified key combo + * to an empty function and deletes the corresponding key in the + * _directMap dict. + * + * TODO: actually remove this from the _callbacks dictionary instead + * of binding an empty function + * + * the keycombo+action has to be exactly the same as + * it was defined in the bind method + * + * @param {string|Array} keys + * @param {string} action + * @returns void + */ + Mousetrap.prototype.unbind = function(keys, action) { + var self = this; + return self.bind.call(self, keys, function() {}, action); + }; + + /** + * triggers an event that has already been bound + * + * @param {string} keys + * @param {string=} action + * @returns void + */ + Mousetrap.prototype.trigger = function(keys, action) { + var self = this; + if (self._directMap[keys + ':' + action]) { + self._directMap[keys + ':' + action]({}, keys); + } + return self; + }; + + /** + * resets the library back to its initial state. this is useful + * if you want to clear out the current keyboard shortcuts and bind + * new ones - for example if you switch to another page + * + * @returns void + */ + Mousetrap.prototype.reset = function() { + var self = this; + self._callbacks = {}; + self._directMap = {}; + return self; + }; + + /** + * should we stop this event before firing off callbacks + * + * @param {Event} e + * @param {Element} element + * @return {boolean} + */ + Mousetrap.prototype.stopCallback = function(e, element) { + var self = this; + + // if the element has the class "mousetrap" then no need to stop + if ((' ' + element.className + ' ').indexOf(' mousetrap ') > -1) { + return false; + } + + if (_belongsTo(element, self.target)) { + return false; + } + + // Events originating from a shadow DOM are re-targetted and `e.target` is the shadow host, + // not the initial event target in the shadow tree. Note that not all events cross the + // shadow boundary. + // For shadow trees with `mode: 'open'`, the initial event target is the first element in + // the event’s composed path. For shadow trees with `mode: 'closed'`, the initial event + // target cannot be obtained. + if ('composedPath' in e && typeof e.composedPath === 'function') { + // For open shadow trees, update `element` so that the following check works. + var initialEventTarget = e.composedPath()[0]; + if (initialEventTarget !== e.target) { + element = initialEventTarget; + } + } + + // stop for input, select, and textarea + return element.tagName == 'INPUT' || element.tagName == 'SELECT' || element.tagName == 'TEXTAREA' || element.isContentEditable; + }; + + /** + * exposes _handleKey publicly so it can be overwritten by extensions + */ + Mousetrap.prototype.handleKey = function() { + var self = this; + return self._handleKey.apply(self, arguments); + }; + + /** + * allow custom key mappings + */ + Mousetrap.addKeycodes = function(object) { + for (var key in object) { + if (object.hasOwnProperty(key)) { + _MAP[key] = object[key]; + } + } + _REVERSE_MAP = null; + }; + + /** + * Init the global mousetrap functions + * + * This method is needed to allow the global mousetrap functions to work + * now that mousetrap is a constructor function. + */ + Mousetrap.init = function() { + var documentMousetrap = Mousetrap(document); + for (var method in documentMousetrap) { + if (method.charAt(0) !== '_') { + Mousetrap[method] = (function(method) { + return function() { + return documentMousetrap[method].apply(documentMousetrap, arguments); + }; + } (method)); + } + } + }; + + Mousetrap.init(); + + // expose mousetrap to the global object + window.Mousetrap = Mousetrap; + + // expose as a common js module + if (typeof module !== 'undefined' && module.exports) { + module.exports = Mousetrap; + } + + // expose mousetrap as an AMD module + if (typeof define === 'function' && define.amd) { + define(function() { + return Mousetrap; + }); + } +}) (typeof window !== 'undefined' ? window : null, typeof window !== 'undefined' ? document : null); + +},{}],"lib/FancyError.js":[function(require,module,exports) { +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.FancyError = void 0; + +var _artemis = require("@aegis-framework/artemis"); + +function _createForOfIteratorHelper(o, allowArrayLike) { var it; if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = o[Symbol.iterator](); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; } + +function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); } + +function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; } + +function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } + +function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } + +/* global Prism */ +var FancyError = /*#__PURE__*/function () { + function FancyError() { + _classCallCheck(this, FancyError); + } + + _createClass(FancyError, null, [{ + key: "init", + value: function init() {} + }, { + key: "pop", + value: function pop() { + if ((window.location.protocol.indexOf('file') === 0 || window.location.host === 'localhost') && typeof Prism !== 'undefined') { + if (FancyError.queue.length > 0) { + var object = FancyError.queue.pop(); + (0, _artemis.$_)('body').prepend("\n\t\t\t\t\t\n\t\t\t\t")); + (0, _artemis.$_)("[data-error=\"".concat(object.id, "\"] button")).click(function () { + (0, _artemis.$_)("[data-error=\"".concat(object.id, "\"]")).remove(); + FancyError.pop(); + }); + Prism.highlightAll(); + } + } + } + }, { + key: "show", + value: function show() { + var title = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 'Error'; + var message = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'An error has ocurred! Please check the console so you get more insight.'; + var props = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; + + if ((typeof MonogatariDebug === "undefined" ? "undefined" : _typeof(MonogatariDebug)) === 'object') { + var id = _artemis.Util.uuid(); + + var object = { + id: id, + title: title, + message: message, + props: props + }; + + if ((0, _artemis.$_)('[data-error]').isVisible()) { + FancyError.queue.unshift(object); + } else { + if ((0, _artemis.$_)('body').length > 0) { + (0, _artemis.$_)('body').prepend("\n\t\t\t\t\t\t\n\t\t\t\t\t")); + (0, _artemis.$_)("[data-error=\"".concat(id, "\"] button")).click(function () { + (0, _artemis.$_)("[data-error=\"".concat(id, "\"]")).remove(); + FancyError.pop(); + }); + Prism.highlightAll(); + } else { + (0, _artemis.$_ready)(function () { + (0, _artemis.$_)('body').prepend("\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t")); + (0, _artemis.$_)("[data-error=\"".concat(id, "\"] button")).click(function () { + (0, _artemis.$_)("[data-error=\"".concat(id, "\"]")).remove(); + FancyError.pop(); + }); + Prism.highlightAll(); + }); + } + } + } + } + }, { + key: "render", + value: function render() { + var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; + var html = '
'; + + for (var _i = 0, _Object$keys = Object.keys(props); _i < _Object$keys.length; _i++) { + var key = _Object$keys[_i]; + + if (typeof props[key] === 'string' || typeof props[key] === 'number') { + html += "

".concat(key, ": ").concat(props[key], "

"); + } else if (props[key] instanceof Array) { + html += "
".concat(key, ":
    "); + + var _iterator = _createForOfIteratorHelper(props[key]), + _step; + + try { + for (_iterator.s(); !(_step = _iterator.n()).done;) { + var item = _step.value; + html += "
  • ".concat(item, "
  • "); + } + } catch (err) { + _iterator.e(err); + } finally { + _iterator.f(); + } + + html += '

'; + } else if (props[key] instanceof NodeList) { + html += "

".concat(key, ":

");
+
+          var _iterator2 = _createForOfIteratorHelper(props[key]),
+              _step2;
+
+          try {
+            for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
+              var _item = _step2.value;
+              html += "".concat(_item.outerHTML.replace(/&/g, '&').replace(//g, '>').replace(/"/g, '"'), "");
+            }
+          } catch (err) {
+            _iterator2.e(err);
+          } finally {
+            _iterator2.f();
+          }
+
+          html += '

'; + } + } + + html += '
'; + + for (var _i2 = 0, _Object$keys2 = Object.keys(props); _i2 < _Object$keys2.length; _i2++) { + var _key = _Object$keys2[_i2]; + + if (_typeof(props[_key]) === 'object' && !(props[_key] instanceof Array) && !(props[_key] instanceof NodeList)) { + html += "

".concat(_artemis.Text.capitalize(_key), "

"); + + for (var _i3 = 0, _Object$keys3 = Object.keys(props[_key]); _i3 < _Object$keys3.length; _i3++) { + var property = _Object$keys3[_i3]; + + if (property.indexOf('_') === 0) { + html += "

".concat(props[_key][property], "

"); + } else { + if (typeof props[_key][property] === 'string' || typeof props[_key][property] === 'number') { + html += "

".concat(property, ": ").concat(props[_key][property], "

"); + } else if (props[_key][property] instanceof Array) { + html += "
".concat(_key, ":
    "); + + var _iterator3 = _createForOfIteratorHelper(props[_key]), + _step3; + + try { + for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) { + var _item2 = _step3.value; + html += "
  • ".concat(_item2, "
  • "); + } + } catch (err) { + _iterator3.e(err); + } finally { + _iterator3.f(); + } + + html += '

'; + } else if (props[_key][property] instanceof NodeList) { + html += "

".concat(property, ":

");
+
+                var _iterator4 = _createForOfIteratorHelper(props[_key][property]),
+                    _step4;
+
+                try {
+                  for (_iterator4.s(); !(_step4 = _iterator4.n()).done;) {
+                    var _item3 = _step4.value;
+                    html += "".concat(_item3.outerHTML.replace(/&/g, '&').replace(//g, '>').replace(/"/g, '"'), "");
+                  }
+                } catch (err) {
+                  _iterator4.e(err);
+                } finally {
+                  _iterator4.f();
+                }
+
+                html += '

'; + } + } + } + + html += '
'; + } + } + + return html; + } + }]); + + return FancyError; +}(); + +exports.FancyError = FancyError; +FancyError.queue = []; +},{"@aegis-framework/artemis":"../node_modules/@aegis-framework/artemis/index.js"}],"../node_modules/deeply/flags.js":[function(require,module,exports) { +// list of available flags +module.exports = { + // allow (original) unsafe behavior of merge all properties, including ones like `__proto__` + allowDangerousObjectKeys: 'deeply:allowDangerousObjectKeys:' + Math.random(), + // to prevent (reduce chance of) accidental leaking of the global variables into runtime flags + useCustomAdapters: 'deeply:useCustomAdapters:' + Math.random(), + useCustomTypeOf: 'deeply:useCustomTypeOf:' + Math.random() +}; +},{}],"../node_modules/deeply/adapters/array.js":[function(require,module,exports) { +// Public API +module.exports = arrayAdapter; +/** + * Adapter to merge arrays + * + * Note: resets target value + * + * @param {array} to - target array to update + * @param {array} from - array to clone + * @param {function} merge - iterator to merge sub elements + * @returns {array} - modified target object + */ + +function arrayAdapter(to, from, merge) { + // reset target array + to.splice(0); // transfer actual values + + from.reduce(function (target, value, index) { + // use `undefined` as always-override value + target[index] = merge(undefined, value); + return target; + }, to); + return to; +} +},{}],"../node_modules/deeply/adapters/date.js":[function(require,module,exports) { +// Public API +module.exports = dateAdapter; +/** + * Custom `initialValue` method + * used when default approach of creating + * initial value for the target object + * isn't good enough + * + * @returns {object.Date} - new Date object + */ + +module.exports.initialValue = function () { + return new Date(); +}; +/** + * Adapter to merge Date objects + * + * @param {object.Date} to - target object to update + * @param {object.Date} from - Date object to clone + * @returns {object.Date} - modified target object + */ + + +function dateAdapter(to, from) { + // transfer actual value + to.setTime(from.valueOf()); + return to; +} +},{}],"../node_modules/deeply/lib/reduce_object.js":[function(require,module,exports) { +var behaviors = require('../flags.js'); // Public API + + +module.exports = reduceObject; +/** + * Iterates over own properties of the provided object + * and copies then over to the target object. + * While recursively running merge on the elements. + * + * @param {mixed} target - target object to modify + * @param {mixed} source - source object to read from + * @param {function} merge - iterator to merge sub elements + * @returns {mixed} - modified target object + */ + +function reduceObject(target, source, merge) { + var context = this; // clone exposed properties + + Object.keys(source).reduce(function (acc, key) { + if (context.allowDangerousObjectKeys !== behaviors.allowDangerousObjectKeys && isUnsafeKey(key)) { + return acc; + } + + acc[key] = merge(acc[key], source[key]); + return acc; + }, target); + return target; +} +/** + * Checks if provide key is unsafe to use within object + * + * @param {string} key - object key to check against + * @returns {boolean} - `true` if key is unsafe to use (e.g. __proto__), `false` otherwise + */ + + +function isUnsafeKey(key) { + return ['__proto__'].indexOf(key) != -1; +} +},{"../flags.js":"../node_modules/deeply/flags.js"}],"../node_modules/deeply/adapters/object.js":[function(require,module,exports) { +var reduceObject = require('../lib/reduce_object.js'); // Public API + + +module.exports = objectAdapter; +/** + * Adapter to merge regular (user land) objects + * + * Note: overrides target value + * if it's not a regular object + * + * @param {object} to - target object to update + * @param {object} from - object to clone + * @param {function} merge - iterator to merge sub elements + * @returns {object} - modified target object + */ + +function objectAdapter(to, from, merge) { + // transfer source values + // pass context down the line, to allow behavior overrides + reduceObject.call(this, to, from, merge); + return to; +} +},{"../lib/reduce_object.js":"../node_modules/deeply/lib/reduce_object.js"}],"../node_modules/deeply/extra/arrays_combine.js":[function(require,module,exports) { +// Public API +module.exports = arraysCombineAdapter; +/** + * Adapter to merge arrays + * by combining/merging it's elements + * + * @param {array} to - target array to update + * @param {array} from - array to clone + * @param {function} merge - iterator to merge sub elements + * @returns {array} - modified target object + */ + +function arraysCombineAdapter(to, from, merge) { + // transfer actual values + from.reduce(function (target, value, index) { + // combine elements index to index + target[index] = merge(target[index], value); + return target; + }, to); + return to; +} +},{}],"../node_modules/deeply/extra/arrays_append.js":[function(require,module,exports) { +// Public API +module.exports = arraysAppendAdapter; +/** + * Adapter to merge arrays + * by appending cloned elements + * of the second array to the first + * + * @param {array} to - target array to update + * @param {array} from - array to clone + * @param {function} merge - iterator to merge sub elements + * @returns {array} - modified target object + */ + +function arraysAppendAdapter(to, from, merge) { + // transfer actual values + from.reduce(function (target, value) { + target.push(merge(undefined, value)); + return target; + }, to); + return to; +} +},{}],"../node_modules/deeply/extra/arrays_append_unique.js":[function(require,module,exports) { +// Public API +module.exports = arraysAppendUniqueAdapter; +/** + * Adapter to merge arrays + * by appending cloned elements + * of the second array to the first + * unless they already exist in the target array + * + * @param {array} to - target array to update + * @param {array} from - array to clone + * @param {function} merge - iterator to merge sub elements + * @returns {array} - modified target object + */ + +function arraysAppendUniqueAdapter(to, from, merge) { + // transfer actual values + from.reduce(function (target, value) { + // append only if new element isn't present yet + if (target.indexOf(value) == -1) { + target.push(merge(undefined, value)); + } + + return target; + }, to); + return to; +} +},{}],"../node_modules/fulcon/index.js":[function(require,module,exports) { +// Public API +module.exports = fulcon; +/** + * Creates wrapper function with the same signature + * + * @param {function} source - function to clone + * @returns {function} - wrapped function + */ + +function fulcon(source) { + // makes "clone" look and smell the same + // strip `bound ` prefix from the function name + return Function('source', 'return function ' + source.name.replace(/^bound /, '') + '(' + Array(source.length + 1).join('a').split('').join(',') + '){ return source.apply(this, arguments); }')(source); +} +},{}],"../node_modules/deeply/extra/functions_clone.js":[function(require,module,exports) { +var cloneFunction = require('fulcon'), + reduceObject = require('../lib/reduce_object.js'); // Public API + + +module.exports = functionsCloneAdapter; +/** + * Clones provided source function and replaces + * target function with the clone. + * Also cloning the prototype tree. + * + * @param {function} to - target function to ignore + * @param {function} from - function to clone + * @param {function} merge - iterator to merge sub elements + * @returns {function} - cloned source function + */ + +function functionsCloneAdapter(to, from, merge) { + var copy = cloneFunction(from); // to fully stand up to Ludicrous name + // let's clone prototype chain + + copy.prototype = merge(undefined, from.prototype); // duplicate function's properties + + reduceObject(copy, from, merge); + return copy; +} +},{"fulcon":"../node_modules/fulcon/index.js","../lib/reduce_object.js":"../node_modules/deeply/lib/reduce_object.js"}],"../node_modules/deeply/extra/functions_extend.js":[function(require,module,exports) { +var cloneFunction = require('fulcon'), + reduceObject = require('../lib/reduce_object.js'); // Public API + + +module.exports = functionsExtendAdapter; +/** + * Clones provided source function and replaces + * target function with the clone. + * While keeping original prototype in the prototype chain. + * + * @param {function} to - target function to ignore + * @param {function} from - function to clone + * @param {function} merge - iterator to merge sub elements + * @returns {function} - cloned source function + */ + +function functionsExtendAdapter(to, from, merge) { + var copy = cloneFunction(from); // keep from.prototype in the prototype chain + + copy.prototype = from.prototype; // duplicate function's properties + + reduceObject(copy, from, merge); + return copy; +} +},{"fulcon":"../node_modules/fulcon/index.js","../lib/reduce_object.js":"../node_modules/deeply/lib/reduce_object.js"}],"../node_modules/deeply/adapters.js":[function(require,module,exports) { +// collect available adapters +module.exports = { + 'array': require('./adapters/array.js'), + 'date': require('./adapters/date.js'), + 'object': require('./adapters/object.js'), + // extra adapters + arraysCombine: require('./extra/arrays_combine.js'), + arraysAppend: require('./extra/arrays_append.js'), + arraysAppendUnique: require('./extra/arrays_append_unique.js'), + functionsClone: require('./extra/functions_clone.js'), + functionsExtend: require('./extra/functions_extend.js') +}; +},{"./adapters/array.js":"../node_modules/deeply/adapters/array.js","./adapters/date.js":"../node_modules/deeply/adapters/date.js","./adapters/object.js":"../node_modules/deeply/adapters/object.js","./extra/arrays_combine.js":"../node_modules/deeply/extra/arrays_combine.js","./extra/arrays_append.js":"../node_modules/deeply/extra/arrays_append.js","./extra/arrays_append_unique.js":"../node_modules/deeply/extra/arrays_append_unique.js","./extra/functions_clone.js":"../node_modules/deeply/extra/functions_clone.js","./extra/functions_extend.js":"../node_modules/deeply/extra/functions_extend.js"}],"../node_modules/precise-typeof/index.js":[function(require,module,exports) { +var global = arguments[3]; +'use strict'; // Public API + +function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function (obj) { return typeof obj; }; } else { _typeof = function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } + +module.exports = preciseTypeOf; +/** + * Detects real type of the objects like 'Array()', `new Number(1)`, `new Boolean(true)`, etc + * + * @param {mixed} obj - object to get type of + * @param {object} [options] - object to get type of + * @returns {string} precise type + */ + +function preciseTypeOf(obj, options) { + var type, + stamp = Object.prototype.toString.call(obj); + options = options || {}; + if (!type && obj === undefined) type = 'undefined'; + if (!type && obj === null) type = 'null'; + if (!type && obj.constructor && typeof obj.constructor.isBuffer == 'function' && obj.constructor.isBuffer(obj)) type = 'buffer'; + if (!type && (typeof window === "undefined" ? "undefined" : _typeof(window)) == 'object' && obj === window) type = 'global'; + if (!type && (typeof global === "undefined" ? "undefined" : _typeof(global)) == 'object' && obj === global) type = 'global'; + if (!type && typeof obj == 'number' && isNaN(obj)) type = 'nan'; + if (!type && _typeof(obj) == 'object' && stamp == '[object Number]' && isNaN(obj)) type = 'nan'; + if (!type && _typeof(obj) == 'object' && stamp.substr(-6) == 'Event]') type = 'event'; + if (!type && stamp.substr(0, 12) == '[object HTML') type = 'html'; + if (!type && stamp.substr(0, 12) == '[object Node') type = 'html'; // last resort + + if (!type) type = stamp.match(/\[object\s*([^\]]+)\]/)[1].toLowerCase(); // be even more precise by reporting "instance of" names + // Note: only check objects that were created by constructors + + if (type == 'object' && options.pojoOnly && obj.constructor) { + // some constructors don't have names + type = obj.constructor.name || 'unknown'; // preserve `object` response for POJOs + + if (type == 'Object') type = 'object'; + } + + return type; +} +},{}],"../node_modules/deeply/merge.js":[function(require,module,exports) { +var global = arguments[3]; +function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function (obj) { return typeof obj; }; } else { _typeof = function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } + +var preciseTypeOf = require('precise-typeof'), + adapters = require('./adapters.js'), + behaviors = require('./flags.js'); // Public API + + +module.exports = merge; +/** + * Merges provided values, utilizing available adapters + * if no adapter found, reference to the same object + * will be returned, considering it as primitive value + * + * @param {mixed} to - value to merge into + * @param {mixed} from - value to merge + * @returns {mixed} - result of the merge + */ + +function merge(to, from) { + // if no suitable adapters found + // just return overriding value + var result = from, + typeOf = getTypeOfAdapter.call(this), + type = typeOf(from), + adapter = getMergeByTypeAdapter.call(this, type); // if target object isn't the same type as the source object, + // then override with new instance of the same type + + if (typeOf(to) != type) { + to = getInitialValue(type, adapter); + } // bind merge callback to the current context + // so not to loose runtime flags + + + result = adapter.call(this, to, from, merge.bind(this)); + return result; +} +/** + * Returns typeof adapter, either default one or custom one if provided + * + * @returns {function} - typeof custom adapter or default one + */ + + +function getTypeOfAdapter() { + var adapter = preciseTypeOf; // only if usage of custom adapters is authorized + // to prevent global context leaking in + + if (this.useCustomTypeOf === behaviors.useCustomTypeOf) { + adapter = this['typeof']; + } + + return adapter; +} +/** + * Returns merge adapter for the requested type + * either default one or custom one if provided + * + * @param {string} type - hook type to look for + * @returns {function} - merge adapter or pass-thru function, if not adapter found + */ + + +function getMergeByTypeAdapter(type) { + var adapter = adapters[type] || passThru; // only if usage of custom adapters is authorized + // to prevent global context leaking in + + if (this.useCustomAdapters === behaviors.useCustomAdapters && typeof this[type] == 'function') { + adapter = this[type]; + } + + return adapter; +} +/** + * Creates initial value for the provided type + * + * @param {string} type - type to create new value of + * @param {function} adapter - adapter function with custom `initialValue` method + * @returns {mixed} - new value of the requested type + */ + + +function getInitialValue(type, adapter) { + var value // should be either `window` or `global` + , + glob = (typeof window === "undefined" ? "undefined" : _typeof(window)) == 'object' ? window : global // capitalize the first letter to make object constructor + , + objectType = type[0].toUpperCase() + type.substr(1); + + if (typeof adapter.initialValue == 'function') { + value = adapter.initialValue(); + } else if (objectType in glob) { + // create new type object and get it's actual value + // e.g. `new String().valueOf() // -> ''` + value = new glob[objectType]().valueOf(); + } // set initial value as `undefined` if no initialValue method found + + + return value; +} +/** + * Returns provided `from` value + * + * @param {mixed} to - value to ignore + * @param {mixed} from - value to pass back + * @returns {mixed} - passed `from` value + */ + + +function passThru(to, from) { + return from; +} +},{"precise-typeof":"../node_modules/precise-typeof/index.js","./adapters.js":"../node_modules/deeply/adapters.js","./flags.js":"../node_modules/deeply/flags.js"}],"../node_modules/deeply/mutable.js":[function(require,module,exports) { +var merge = require('./merge.js'); // Public API + + +module.exports = mutable; +/** + * Deeply merges properties of the provided objects, into the first object. + * + * @param {...mixed} value - values to merge + * @returns {mixed} first value with merged in properties from other values + */ + +function mutable() +/* a[, b[, ...]] */ +{ + var args = Array.prototype.slice.call(arguments), + result = args.shift(); + + while (args.length) { + result = merge.call(this, result, args.shift()); + } + + return result; +} +},{"./merge.js":"../node_modules/deeply/merge.js"}],"../node_modules/deeply/immutable.js":[function(require,module,exports) { +var mutable = require('./mutable.js'); // Public API + + +module.exports = immutable; +/** + * Creates untangled copy (deep clone) of the provided value, + * and deeply merges rest of the provided values. + * + * @param {...mixed} value - value(s) to merge/clone + * @returns {mixed} - deep merged copy of all the provided values + */ + +function immutable() +/* a[, b[, ...]] */ +{ + // invoke mutable with new object as first argument + var args = Array.prototype.slice.call(arguments, 0); // use `undefined` as always-override value + + return mutable.apply(this, [undefined].concat(args)); +} +},{"./mutable.js":"../node_modules/deeply/mutable.js"}],"../node_modules/deeply/index.js":[function(require,module,exports) { +var behaviors = require('./flags.js'), + adapters = require('./adapters.js'), + mutable = require('./mutable.js'), + immutable = require('./immutable.js'); // Public API +// keep immutable behavior as default + + +module.exports = immutable; // expose both variants + +module.exports.mutable = mutable; +module.exports.immutable = immutable; // expose behavior flags + +module.exports.behaviors = behaviors; // expose available adapters + +module.exports.adapters = adapters; +},{"./flags.js":"../node_modules/deeply/flags.js","./adapters.js":"../node_modules/deeply/adapters.js","./mutable.js":"../node_modules/deeply/mutable.js","./immutable.js":"../node_modules/deeply/immutable.js"}],"../package.json":[function(require,module,exports) { +module.exports = { + "name": "@monogatari/core", + "version": "2.0.0-beta.12", + "main": "./dist/engine/core/monogatari.js", + "module": "./dist/engine/core/monogatari.js", + "description": "Monogatari is a simple web visual novel engine created to bring Visual Novels to the web.", + "repository": { + "type": "git", + "url": "https://github.com/Monogatari/Monogatari.git" + }, + "author": "Diego Islas Ocampo", + "license": "MIT", + "bugs": { + "url": "https://github.com/Monogatari/Monogatari/issues" + }, + "homepage": "https://monogatari.io", + "scripts": { + "start": "yarn parcel serve index.html --open --no-cache", + "build": "yarn parcel build ./src/index.html", + "build:core": "yarn run build:js && yarn build:css", + "build:js": "yarn parcel build ./src/index.js --global Monogatari --out-file monogatari.js --out-dir dist/engine/core --no-cache --public-url .", + "build:debug": "yarn parcel build ./debug/index.js --global MonogatariDebug --out-file debug.js --out-dir dist/engine/debug --no-cache --public-url .", + "build:css": "yarn parcel build ./src/index.css --out-file monogatari.css --out-dir dist/engine/core --no-cache --no-source-maps", + "watch:js": "yarn parcel watch ./src/index.js --global Monogatari --out-file monogatari.js --out-dir dist/engine/core --no-cache --public-url .", + "watch:css": "yarn parcel watch ./src/index.css --out-file monogatari.css --out-dir dist/engine/core --no-cache --no-source-maps", + "lint:html": "yarn htmlhint ./dist/index.html", + "lint:js": "yarn eslint ./src --ext .js --ignore-pattern *.min.js && yarn eslint ./dist/js --ext .js --ignore-pattern *.min.js && yarn eslint ./dist/engine/electron --ext .js && yarn eslint ./dist/service-worker.js", + "lint:css": "yarn stylelint ./src/**/*.css ./dist/style/**/*.css --ignore-pattern *.min.css", + "lint": "yarn lint:html && yarn lint:js && yarn lint:css", + "test": "yarn run cypress" + }, + "devDependencies": { + "@babel/core": "^7.10.4", + "@babel/plugin-proposal-class-properties": "^7.10.4", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/preset-env": "^7.10.4", + "autoprefixer": "^9.8.5", + "babel-eslint": "^10.1.0", + "core-js": "^3.6.5", + "cypress": "^4.10.0", + "dotenv": "^8.2.0", + "electron-notarize": "^1.0.0", + "eslint": "^7.4.0", + "htmlhint": "^0.14.1", + "jsdoc": "^3.6.4", + "parcel": "^1.12.4", + "postcss-calc": "^7.0.2", + "precss": "^4.0.0", + "stylelint": "^13.6.1", + "stylelint-config-standard": "^20.0.0" + }, + "dependencies": { + "@aegis-framework/artemis": "^0.3.23", + "@aegis-framework/kayros.css": "^0.4.5", + "@aegis-framework/pandora": "^0.1.6", + "@fortawesome/fontawesome-free": "^5.13.1", + "animate.css": "^4.1.0", + "deeply": "^3.1.0", + "electron": "^9.1.0", + "mixins.css": "^1.0.0", + "moment": "^2.27.0", + "mousetrap": "^1.6.5", + "particles.js": "^2.0.0", + "random-js": "^2.1.0" + }, + "files": ["README.md", "LICENSE", "package.json", "src/*", "dist/engine/*"] +}; +},{}],"monogatari.js":[function(require,module,exports) { +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = void 0; + +var _artemis = require("@aegis-framework/artemis"); + +var _momentWithLocales = _interopRequireDefault(require("moment/min/moment-with-locales")); + +var _mousetrap = _interopRequireDefault(require("mousetrap")); + +var _FancyError = require("./lib/FancyError"); + +var _deeply = _interopRequireDefault(require("deeply")); + +var package_json = _interopRequireWildcard(require("./../package.json")); + +var _randomJs = require("random-js"); + +function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function () { return cache; }; return cache; } + +function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } + +function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } + +function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); } + +function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } + +function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter); } + +function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); } + +function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); } + +function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } + +function _iterableToArrayLimit(arr, i) { if (typeof Symbol === "undefined" || !(Symbol.iterator in Object(arr))) return; var _arr = []; var _n = true; var _d = false; var _e = undefined; try { for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } + +function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } + +function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } + +function _createForOfIteratorHelper(o, allowArrayLike) { var it; if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e2) { throw _e2; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = o[Symbol.iterator](); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e3) { didErr = true; err = _e3; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; } + +function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); } + +function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; } + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } + +function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } + +/** + * Every Monogatari Game is composed mainly of the following items: + * + * Actions: The list of capabilities a Monogatari script can run. + * + * Components: The list of screens and other HTML elements available in the game. + * + * State: The current state of the game, this simple object contains the current + * label and step as well as the things being shown or played by every action. + * + * History: Every action and even components may keep a history on what statements + * have been applied. The history is + * + * Assets: The list of different assets declared by the developer to use in throughout + * the game. + * + * Script: All the labels and statements that make up the story and game play. + * + * Characters: The list of characters that participate in the script of the game. + * + * Monogatari follows a 3-step life cycle: + * + * 1. Setup - All needed elements are added to the DOM and all variables get + * initialized. This first step is all about preparing all the needed + * elements. + * + * 2. Bind - Once the game has been setup, its time to bind all the necessary + * event listeners or perform more operations on the DOM. + * + * 3. Init - Finally, once the game was setup and it performed all the needed + * bindings, it may declare or modify variables that needed the HTML to + * be setup first or perform any other needed final operations. In this + * step, all needed elements will now be shown and the game will begin. + * + * @class Monogatari + */ +var Monogatari = /*#__PURE__*/function () { + function Monogatari() { + _classCallCheck(this, Monogatari); + } + + _createClass(Monogatari, null, [{ + key: "onStart", + + /** + * @static onStart - This is the main onStart function, it acts as an event + * listener when the game is started. This function will call its action + * counterparts. + * + * @return {Promise} - The promise is resolved if all action's onStart function + * was resolved and is rejected if any were rejected. + */ + value: function onStart() { + var promises = []; + + var _iterator = _createForOfIteratorHelper(this.components()), + _step; + + try { + for (_iterator.s(); !(_step = _iterator.n()).done;) { + var component = _step.value; + promises.push(component.onStart()); + } + } catch (err) { + _iterator.e(err); + } finally { + _iterator.f(); + } + + var _iterator2 = _createForOfIteratorHelper(this.actions()), + _step2; + + try { + for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) { + var action = _step2.value; + promises.push(action.onStart()); + } + } catch (err) { + _iterator2.e(err); + } finally { + _iterator2.f(); + } + + return Promise.all(promises); + } + /** + * @static onLoad - This is the main onStart function, it acts as an event + * listener when a game is loaded. This function will call its action + * counterparts so that each action is able to run any operations needed + * when a game is loaded such as restoring their state. + * + * @return {Promise} - The promise is resolved is all action's onLoad function + * was resolved and is rejected if any were rejected. + */ + + }, { + key: "onLoad", + value: function onLoad() { + var _this = this; + + var promises = []; + this.global('_restoring_state', true); + + var _iterator3 = _createForOfIteratorHelper(this.actions()), + _step3; + + try { + for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) { + var action = _step3.value; + promises.push(action.onLoad()); + } + } catch (err) { + _iterator3.e(err); + } finally { + _iterator3.f(); + } + + var _iterator4 = _createForOfIteratorHelper(this.components()), + _step4; + + try { + for (_iterator4.s(); !(_step4 = _iterator4.n()).done;) { + var component = _step4.value; + promises.push(component.onLoad()); + } + } catch (err) { + _iterator4.e(err); + } finally { + _iterator4.f(); + } + + return Promise.all(promises).then(function (promises) { + _this.global('_restoring_state', false); + + return Promise.resolve(promises); + }); + } + /** + * @static width - Determines the real width of the Monogatari element, pretty + * useful when dealing with canvas or other things that require specific measurements. + * + * @return {number} - Computed Width of the element + */ + + }, { + key: "width", + value: function width() { + return parseInt(getComputedStyle(this.element(true)).width.replace('px', '')); + } + /** + * @static height - Determines the real height of the Monogatari element, pretty + * useful when dealing with canvas or other things that require specific measurements. + * + * @return {number} - Computed Width of the element + */ + + }, { + key: "height", + value: function height() { + return getComputedStyle(this.element(true)).height.replace('px', ''); + } + /** + * @static debug - If the Monogatari debug file is present, this function + * will give access to the debug tools that are a replacement for the console + * log functions. + * + * @return {Proxy } - Proxy to the Artemis Debug Class + */ + + }, { + key: "string", + + /** + * @static string - Gets the translation of a string. This is of course limited + * to the translations defined for each language using the translation + * function. + * + * @param {string} key - The key of the string whose translation is needed + * + * @return {string} - String translation in the current language given the + * user's preferences. + */ + value: function string(key) { + if (typeof this._translations[this.preference('Language')] !== 'undefined') { + if (typeof this._translations[this.preference('Language')][key] !== 'undefined') { + return this._translations[this.preference('Language')][key]; + } else { + _FancyError.FancyError.show("Translation for string \"".concat(key, "\" could not be found"), 'Monogatari attempted to find a translation for the current language set in the preferences but there was none.', { + 'String Not Found': key, + 'Language': this.preference('Language'), + 'Found in these elements': (0, _artemis.$_)("[data-string=\"".concat(key, "\"]")).collection, + 'You may have meant one of these': Object.keys(this._translations[this.preference('Language')]), + 'Help': { + '_': 'Please check that this string has been correctly defined in your translations. A translation is defined as follows:', + '_1': "\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\tmonogatari.translation (\"YourLanguage\", {\n\t\t\t\t\t\t\t\t\t\t\"SomeString\": \"Your Translation\"\n\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t", + '_2': 'You may also want to check if the [data-string] property of the HTML elements above is correct or if they have a typo.', + 'Documentation': 'Internationalization' + } + }); + } + } else { + _FancyError.FancyError.show('Language could not be found', "Monogatari attempted to translate the UI using the current language set in the preferences but no translations could be found\n\t\t\t\tfor it.", { + 'Problematic Language': this.preference('Language'), + 'You may have meant one of these': Object.keys(this._translations), + 'Help': { + '_': 'Please check if you have defined correctly the translations for this language, translations are defined as follows:', + '_1': "\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tmonogatari.translation (\"YourLanguage\", {\n\t\t\t\t\t\t\t\t\t\"SomeString\": \"Your Translation\"\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t", + '_2': 'You may also want to check if the value of your language selector is right:', + '_3': "\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t".concat((0, _artemis.$_)('[data-action="set-language"]').value(), "\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t"), + 'Documentation': 'Internationalization' + } + }); + } + } + /** + * @static history - Simple function to access, create and modify history + * objects. Each history is a simple array. + * + * @param {Object|string} [object = null] - Object with which current + * history object will be updated with (i.e. Object.assign) or a string to access + * a specific history. If a string is given and that history does not exists, + * this method will create it for us. + * + * @return {type} - If the parameter passed was a string, this function will + * return the history associated with that name. If no argument was passed, + * it will return the whole history object containing all histories. + */ + + }, { + key: "history", + value: function history() { + var object = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null; + + if (object !== null) { + if (typeof object === 'string') { + if (typeof this._history[object] === 'undefined') { + this._history[object] = []; + } + + return this._history[object]; + } else { + this._history = Object.assign({}, this._history, object); + } + } else { + return this._history; + } + } + /** + * @static state - Simple function to access, create and state variables. + * + * @param {Object|string} [object = null] - Object with which current + * state object will be updated with (i.e. Object.assign) or a string to access + * a specific state variable. + * + * @return {type} - If the parameter passed was a string, this function will + * return the variable associated with that name. If no argument was passed, + * it will return the whole state object containing all variables. + */ + + }, { + key: "state", + value: function state() { + var object = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null; + + if (object !== null) { + if (typeof object === 'string') { + return this._state[object]; + } else { + var oldState = Object.assign({}, this._state); + var newState = (0, _deeply.default)(this._state, object); + this.trigger('willUpdateState', { + oldState: oldState, + newState: newState + }); + this._state = newState; + this.trigger('didUpdateState', { + oldState: oldState, + newState: this._state + }); + } + } else { + return this._state; + } + } + /** + * @static registerAction - Register an Action to the actions list. All actions + * should be registered before calling the init () method so their Mounting + * cycle is done correctly. + * + * @param {Action} action - Action to register. Remember each action must + * have an unique ID. + */ + + }, { + key: "registerAction", + value: function registerAction(action) { + var naturalPosition = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; + action.engine = this; + + if (naturalPosition) { + this._actions.push(action); + } else { + this._actions.unshift(action); + } + } + /** + * @static unregisterAction - Removes an action from the actions list. Any + * action you want to remove should be removed before calling the init () + * method so that their Mounting cycle is not executed. + * + * @param {string} action - ID of the Action to unregister. Remember each action must + * have an unique ID. + */ + + }, { + key: "unregisterAction", + value: function unregisterAction(action) { + this._actions = this._actions.filter(function (a) { + return a.id.toLowerCase() !== action.toLowerCase(); + }); + } + /** + * @static actions - Returns the list of registered Actions. + * + * @return {Action[]} - List of registered Actions + */ + + }, { + key: "actions", + value: function actions() { + return this._actions; + } + /** + * @static action - Access to an specific action class + * + * @param {string} id - ID of the action you want to access to. + * @return {Action} - Returns the action that matches the given ID + */ + + }, { + key: "action", + value: function action(id) { + return this._actions.find(function (a) { + return a.id.toLowerCase() === id.toLowerCase(); + }); + } + /** + * @static registerComponent - Register a Component to the components list. + * All components should be registered before calling the init () method so + * their Mounting cycle is done correctly. + * + * @param {Component} component - Component to register. Remember each + * component must have an unique ID. + */ + + }, { + key: "registerComponent", + value: function registerComponent(component) { + var alreadyRegistered = this._components.findIndex(function (c) { + return c.tag === component.tag; + }) > -1; + + if (typeof window.customElements.get(component.tag) !== 'undefined') { + _FancyError.FancyError.show("Unable to register component \"".concat(component.tag, "\""), 'Monogatari attempted to register a component but another component had already been registered for the same tag.', { + 'Component / Tag': component, + 'Help': { + '_': 'Once a component for a tag has been registered and the setup has completed, it can not be replaced or removed. Try removing the conflicting component first:', + '_1': "\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\tmonogatari.unregisterComponent ('".concat(component.tag, "')\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t") + } + }); + } + + component.engine = this; + + if (alreadyRegistered && !this.global('_didSetup')) { + // Remove the previous one + this.unregisterComponent(component.tag); + } else if (!alreadyRegistered && this.global('_didSetup')) { + window.customElements.define(component.tag, component); + } + + this._components.push(component); + } + /** + * @static unregisterComponent - Removes a component from the components list. + * Any component you want to remove should be removed before calling the + * init () method so that their Mounting cycle is not executed. + * + * @param {string} component - ID of the Component to unregister. Remember + * each component must have an unique ID. + */ + + }, { + key: "unregisterComponent", + value: function unregisterComponent(component) { + if (!this.global('_didSetup')) { + this._components = this._components.filter(function (c) { + return c.tag.toLowerCase() !== component.toLowerCase(); + }); + } else { + _FancyError.FancyError.show("Unable to unregister component \"".concat(component, "\""), 'Monogatari attempted to unregister a component but the setup had already happened.', { + 'Component': component, + 'Help': { + '_': 'Components can only be unregistered before the setup step is completed.', + '_1': 'Try performing this action before the monogatari.init () function is called.' + } + }); + } + } + /** + * @static components - Returns the list of registered Components. + * + * @return {Component[]} - List of registered Components + */ + + }, { + key: "components", + value: function components() { + return this._components; + } + /** + * @static component - Access to an specific component class + * + * @param {string} id - ID of the component you want to access to. + * + * @return {Component} - Returns the component class that matches the ID + */ + + }, { + key: "component", + value: function component(id) { + var normalizedId = id.toLowerCase(); + return this.components().find(function (c) { + return c.tag === normalizedId; + }); + } + /** + * @static assets - Simple function to modify and access the assets object, + * all declared assets such as audio, videos and images should be registered + * in these objects. + * + * @param {string} [type = null] - The type of asset you are referring to + * @param {Object} [object = null] - The key/value object to assign to that asset type + * + * @return {Object} - If this function is called with no arguments, the whole + * assets object will be returned. + */ + + }, { + key: "assets", + value: function assets() { + var type = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null; + var object = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null; + + if (type !== null && object !== null) { + if (typeof this._assets[type] !== 'undefined') { + this._assets[type] = Object.assign({}, this._assets[type], object); + } else { + this._assets[type] = object; + } + } else if (type !== null) { + if (typeof type === 'string') { + return this._assets[type]; + } else if (_typeof(type) === 'object') { + this._assets = Object.assign({}, this._assets, object); + } + } else { + return this._assets; + } + } + /** + * @static asset - Simple function to modify and access an specific asset + * given its type and name + * + * @param {string} type - The type of asset you are referring to + * @param {Object} name - The name or identifier of the asset you are trying + * to access + * @param {Object} [value = null] - The key/value object to assign to that + * asset type + * + * @return {Object} - If this function is called with no arguments, the whole + * assets object will be returned. + */ + + }, { + key: "asset", + value: function asset(type, name) { + var value = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : null; + + if (typeof this._assets[type] !== 'undefined') { + if (value !== null) { + this._assets[type][name] = value; + } else { + return this._assets[type][name]; + } + } else { + console.error("Tried to interact with a non-existing asset type ".concat(type, ".")); + } + } + }, { + key: "characters", + value: function characters() { + var object = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null; + + if (object !== null) { + // const identifiers = Object.keys (object); + // for (const id of identifiers) { + // this.character (id, object[id]); + // } + this._characters = (0, _deeply.default)(this._characters, object); + } else { + return this._characters; + } + } + }, { + key: "character", + value: function character(id) { + var object = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null; + + if (object !== null) { + if (typeof this._characters[id] !== 'undefined') { + this._characters[id] = (0, _deeply.default)(this._characters[id], object); + } else { + this._characters[id] = object; + } + } else { + var character = this._characters[id]; // Translate the old character properties into the new ones + + if (typeof character !== 'undefined') { + if (_typeof(character.Images) === 'object') { + character.sprites = (0, _deeply.default)({}, character.Images); + delete character.Images; + } + + if (typeof character.Directory === 'string') { + character.directory = character.Directory; + delete character.Directory; + } + + if (typeof character.Color === 'string') { + character.color = character.Color; + delete character.Color; + } + + if (typeof character.Name === 'string') { + character.name = character.Name; + delete character.Nme; + } + + if (typeof character.Face === 'string') { + character.default_expression = character.Face; + delete character.Face; + } + + if (_typeof(character.Side) === 'object') { + character.expressions = character.Side; + delete character.Side; + } + + if (_typeof(character.TypeAnimation) === 'object') { + character.type_animation = character.TypeAnimation; + delete character.TypeAnimation; + } + } + + return character; + } + } + }, { + key: "translations", + value: function translations() { + var object = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null; + + if (object !== null) { + if (typeof object === 'string') { + return this._translations[object]; + } else { + this._translations = Object.assign({}, this._translations, object); + } + } else { + return this._translations; + } + } + }, { + key: "translation", + value: function translation(language, strings) { + if (typeof strings !== 'undefined') { + if (typeof this._translations[language] !== 'undefined') { + this._translations[language] = Object.assign({}, this._translations[language], strings); + } else { + this._translations[language] = strings; + } + } + + return this._translations[language]; + } + }, { + key: "setting", + value: function setting(key) { + var value = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null; + + if (value !== null) { + this._settings[key] = value; + } else { + if (typeof this._settings[key] !== 'undefined') { + return this._settings[key]; + } else { + throw new Error("Tried to access non existent setting with name '".concat(key, "'.")); + } + } + } + }, { + key: "settings", + value: function settings() { + var object = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null; + + if (object !== null) { + this._settings = (0, _deeply.default)(this._settings, object); + } else { + return this._settings; + } + } + }, { + key: "preference", + value: function preference(key) { + var value = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null; + + if (value !== null) { + this._preferences[key] = value; + this.Storage.update('Settings', this._preferences); + } else { + if (typeof this._preferences[key] !== 'undefined') { + return this._preferences[key]; + } else { + throw new Error("Tried to access non existent preference with name '".concat(key, "'.")); + } + } + } + }, { + key: "preferences", + value: function preferences() { + var object = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null; + var save = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; + + if (object !== null) { + this._preferences = (0, _deeply.default)(this._preferences, object); + + if (this.Storage.configuration().name === '') { + this.setupStorage(); + } + + if (save === true) { + this.Storage.update('Settings', this._preferences); + } + } else { + return this._preferences; + } + } + /** + * Get or set the configuration. + * + * @param {string|object} key + * @param {object} object + */ + + }, { + key: "configuration", + value: function configuration(key, object) { + if (typeof key === 'string') { + if (typeof object !== 'undefined') { + this.trigger('configurationElementWillUpdate'); + this.trigger("configurationElementUpdate::".concat(key), { + newConfiguration: object, + oldConfiguration: this._configuration[key] + }); + + if (_typeof(this._configuration[key]) !== 'object' || this._configuration[key] === null) { + this._configuration[key] = {}; + } + + this._configuration[key] = (0, _deeply.default)(this._configuration[key], object); + this.trigger('configurationElementDidUpdate'); + } + + return this._configuration[key]; + } else if (_typeof(key) === 'object') { + this.trigger('configurationWillUpdate'); + this._configuration = (0, _deeply.default)(this._configuration, object); + this.trigger('configurationDidUpdate'); + return this._configuration; + } else if (typeof key === 'undefined') { + return this._configuration; + } + } + }, { + key: "status", + value: function status() { + var object = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null; + + if (object !== null) { + this._status = Object.assign({}, this._status, object); + } else { + return this._status; + } + } + }, { + key: "storage", + value: function storage() { + var object = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null; + + if (object !== null) { + if (typeof object === 'string') { + return this._storage[object]; + } else { + this._storage = (0, _deeply.default)(this._storage, object); + } + } else { + return this._storage; + } + } + }, { + key: "script", + value: function script() { + var object = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null; + + if (_typeof(object) === 'object' && object !== null) { + this._script = Object.assign({}, this._script, object); + } else { + var script = this._script; + + if (this.setting('MultiLanguage') === true) { + if (!Object.keys(script).includes(this.preference('Language'))) { + // First check if the label exists in the current script + _FancyError.FancyError.show("Script Language \"".concat(this.preference('Language'), "\" Was Not Found"), 'Monogatari attempted to retrieve the script for this language but it does not exists', { + 'Language Not Found': this.preference('Language'), + 'MultiLanguage Setting': 'The Multilanguage Setting is set to ' + this.setting('MultiLanguage'), + 'You may have meant one of these': Object.keys(script), + 'Help': { + '_': 'If your game is not a multilanguage game, change the setting on your options.js file', + '_1': "\n\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"MultiLanguage\": false,\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t", + '_2': 'If your game is a multilanguage game, please check that the language label is correctly written on your script. Remember a multilanguage script looks like this:', + '_3': "\n\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tmonogatari.script ({\n\t\t\t\t\t\t\t\t\t\t\t'English': {\n\t\t\t\t\t\t\t\t\t\t\t\t'Start': [\n\t\t\t\t\t\t\t\t\t\t\t\t\t'Hi, welcome to your first Visual Novel with Monogatari.'\n\t\t\t\t\t\t\t\t\t\t\t\t]\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t'Espa\xF1ol': {\n\t\t\t\t\t\t\t\t\t\t\t\t'Start': [\n\t\t\t\t\t\t\t\t\t\t\t\t\t'Hola, bienvenido a tu primer Novela Visual con Monogatari'\n\t\t\t\t\t\t\t\t\t\t\t\t]\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t", + 'Documentation': 'Internationalization', + '_4': "If ".concat(this.preference('Language'), " should not be the default language, you can change that preference on your options.js file."), + '_5': "\n\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t'Language': 'English',\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t" + } + }); + } else { + script = script[this.preference('Language')]; + } + } + + if (typeof object === 'string') { + script = script[object]; + } + + return script; + } + } + }, { + key: "label", + value: function label() { + var key = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null; + var language = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null; + var value = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : null; + + if (typeof language === 'string' && value !== null) { + if (_typeof(this._script[language]) !== 'object') { + this._script[language] = {}; + } + + this._script[language][key] = value; + } else if (_typeof(language) === 'object' && language !== null && value === null) { + if (_typeof(this._script[key]) !== 'object') { + this._script[key] = []; + } + + this._script[key] = language; + } else if (typeof language === 'string' && value === null) { + return this._script[language][key]; + } else if (key !== null) { + return this.script(key); + } else { + return this.script(this.state('label')); + } + } + }, { + key: "fn", + value: function fn(name, _ref) { + var _ref$apply = _ref.apply, + apply = _ref$apply === void 0 ? function () { + return true; + } : _ref$apply, + _ref$revert = _ref.revert, + revert = _ref$revert === void 0 ? function () { + return true; + } : _ref$revert; + + if (typeof apply !== 'function' && typeof revert !== 'function') { + return this._functions[name]; + } else { + this._functions[name] = { + apply: apply, + revert: revert + }; + } + } + /** + * Placeholders. Saves up an action (any kind of action) for later use within + * the game in a key-value manner. + * + * @param {string} name - The name with which the action will be saved and later used + * @param {any} value - The value (an action) to save up + * + * @returns {(any|void)} - The value of an action given its name, the whole + * object if both params are missing and void if used for assigning the value. + * + */ + + }, { + key: "$", + value: function $(name, value) { + if (typeof name === 'string') { + if (typeof value !== 'undefined') { + this._$[name] = value; + } else { + return this._$[name]; + } + } else if (_typeof(name) === 'object') { + this._$ = Object.assign({}, this._$, name); + } else if (typeof name === 'undefined') { + return this._$; + } + } + }, { + key: "globals", + value: function globals() { + var object = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null; + + if (object !== null) { + this._globals = (0, _deeply.default)(this._globals, object); + } else { + return this._globals; + } + } + }, { + key: "global", + value: function global(key, value) { + if (typeof value !== 'undefined') { + this._globals[key] = value; + } else { + return this._globals[key]; + } + } + }, { + key: "template", + value: function template(key, value) { + if (typeof value !== 'undefined') { + this._templates[key] = value; + } else { + return this._templates[key]; + } + } + }, { + key: "mediaPlayers", + value: function mediaPlayers(key) { + var object = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; + + if (typeof key === 'string') { + if (object) { + return this._mediaPlayers[key]; + } else { + return Object.values(this._mediaPlayers[key]); + } + } + + return this._mediaPlayers; + } + }, { + key: "mediaPlayer", + value: function mediaPlayer(type, key, value) { + if (typeof value === 'undefined') { + return this.mediaPlayers(type, true)[key]; + } else { + value.dataset.type = type; + value.dataset.key = key; + this._mediaPlayers[type][key] = value; + return this._mediaPlayers[type][key]; + } + } + }, { + key: "removeMediaPlayer", + value: function removeMediaPlayer(type, key) { + if (typeof key === 'undefined') { + for (var _i = 0, _Object$keys = Object.keys(this.mediaPlayers(type, true)); _i < _Object$keys.length; _i++) { + var mediaKey = _Object$keys[_i]; + + this._mediaPlayers[type][mediaKey].pause(); + + this._mediaPlayers[type][mediaKey].setAttribute('src', ''); + + this._mediaPlayers[type][mediaKey].currentTime = 0; + delete this._mediaPlayers[type][mediaKey]; + } + } else { + if (typeof this._mediaPlayers[type][key] !== 'undefined') { + this._mediaPlayers[type][key].pause(); + + this._mediaPlayers[type][key].setAttribute('src', ''); + + this._mediaPlayers[type][key].currentTime = 0; + delete this._mediaPlayers[type][key]; + } + } + } + }, { + key: "temp", + value: function temp(key, value) { + if (typeof value !== 'undefined') { + this._temp[key] = value; + } else { + var _value = this._temp[key]; + delete this._temp[key]; + return _value; + } + } + /** + * Localize every element with a data-string property using the translations + * available. If no translation is found for the current language, the current + * text of the element will be kept. + */ + + }, { + key: "localize", + value: function localize() { + var _this2 = this; + + this.trigger('willLocalize'); // Setup the correct locale for the momentjs dates + + _momentWithLocales.default.locale(this._languageCodes[this.preference('Language')]); + + this.element().find('[data-string]').each(function (element) { + var string_translation = _this2.string((0, _artemis.$_)(element).data('string')); // Check if the translation actually exists and is not empty before + // replacing the text. + + + if (typeof string_translation !== 'undefined' && string_translation !== '') { + (0, _artemis.$_)(element).text(string_translation); + } + }); + this.trigger('didLocalize'); + } + /** + * Preload game assets + */ + + }, { + key: "preload", + value: function preload() { + var _this3 = this; + + var promises = []; // Check if asset preloading is enabled. Preloading will not be done in + // electron or cordova since the assets are expected to be available + // locally. + + if (this.setting('Preload') && !_artemis.Platform.electron() && !_artemis.Platform.cordova() && location.protocol.indexOf('file') < 0) { + this.trigger('willPreloadAssets'); // Iterate over every asset category: music, videos, scenes etc. + + var _loop = function _loop() { + var category = _Object$keys2[_i2]; + + var _loop2 = function _loop2() { + var asset = _Object$values[_i3]; + + if (typeof asset !== 'string') { + return "continue"; + } // Get the directory from where to load this asset + + + var directory = "".concat(_this3.setting('AssetsPath').root, "/").concat(_this3.setting('AssetsPath')[category]); + + if (_artemis.FileSystem.isImage(asset)) { + promises.push(_artemis.Preload.image("".concat(directory, "/").concat(asset)).then(function () { + _this3.trigger('assetLoaded', { + name: asset, + type: 'image', + category: category + }); + })); + } else { + promises.push(_artemis.Preload.file("".concat(directory, "/").concat(asset)).then(function () { + _this3.trigger('assetLoaded', { + name: asset, + type: 'file', + category: category + }); + })); + } + + _this3.trigger('assetQueued'); + }; + + // Iterate over every key on each category + for (var _i3 = 0, _Object$values = Object.values(_this3.assets(category)); _i3 < _Object$values.length; _i3++) { + var _ret = _loop2(); + + if (_ret === "continue") continue; + } + }; + + for (var _i2 = 0, _Object$keys2 = Object.keys(this.assets()); _i2 < _Object$keys2.length; _i2++) { + _loop(); + } + + var _loop3 = function _loop3(key) { + var character = _this3.character(key); + + var directory = ''; // Check if the character has a directory defined where its images + // are located + + if (typeof character.directory !== 'undefined') { + directory = character.directory + '/'; + } + + directory = "".concat(_this3.setting('AssetsPath').root, "/").concat(_this3.setting('AssetsPath').characters, "/").concat(directory); + + if (typeof character.sprites !== 'undefined') { + var _loop4 = function _loop4() { + var image = _Object$values2[_i4]; + + if (typeof image !== 'string') { + return "continue"; + } + + promises.push(_artemis.Preload.image("".concat(directory).concat(image)).then(function () { + _this3.trigger('assetLoaded', { + name: image, + type: 'image', + category: 'characters' + }); + })); + }; + + for (var _i4 = 0, _Object$values2 = Object.values(character.sprites); _i4 < _Object$values2.length; _i4++) { + var _ret2 = _loop4(); + + if (_ret2 === "continue") continue; + } + } + + if (typeof character.expressions !== 'undefined') { + var _loop5 = function _loop5() { + var image = _Object$values3[_i5]; + + if (typeof image !== 'string') { + return "continue"; + } + + promises.push(_artemis.Preload.image("".concat(directory).concat(image)).then(function () { + _this3.trigger('assetLoaded', { + name: image, + type: 'image', + category: 'characters' + }); + })); + }; + + for (var _i5 = 0, _Object$values3 = Object.values(character.expressions); _i5 < _Object$values3.length; _i5++) { + var _ret3 = _loop5(); + + if (_ret3 === "continue") continue; + } + } + + if (typeof character.default_expression === 'string') { + promises.push(_artemis.Preload.image("".concat(directory).concat(character.default_expression)).then(function () { + _this3.trigger('assetLoaded', { + name: character.default_expression, + type: 'image', + category: 'characters' + }); + })); + } + + _this3.trigger('assetQueued'); + }; + + for (var key in this.characters()) { + _loop3(key); + } + + return Promise.all(promises).then(function () { + _this3.trigger('didPreloadAssets'); + + return Promise.resolve(); + }); + } else { + return Promise.resolve(); + } + } + /** + * @static translate - This method will try to translate parts of a string + * using the translation strings available. Any string containing a format + * like this one: "_(SomeKey)" will get that replaced with the translated + * string of that key. + * + * @param {string} statement - String to translate. + * + * @returns {string} - The translated string + */ + + }, { + key: "translate", + value: function translate(statement) { + // Find all elements in the string that match the "_(key)" format + var matches = statement.match(/_\(\S+\)/g); // Check if any matches were found, if not then no translation is needed + + if (matches !== null) { + // Go through all the found matches so we can get the string it maps to + var _iterator5 = _createForOfIteratorHelper(matches), + _step5; + + try { + for (_iterator5.s(); !(_step5 = _iterator5.n()).done;) { + var match = _step5.value; + // Remove the _() from the key + var path = match.replace('_(', '').replace(')', '').split('.'); // Retrieve the string from the translations using the given key + + var data = this.translations(this.preference('Language'))[path[0]]; + + for (var j = 1; j < path.length; j++) { + data = data[path[j]]; + } + + statement = statement.replace(match, data); + } + } catch (err) { + _iterator5.e(err); + } finally { + _iterator5.f(); + } + } + + return statement; + } + /** + * @static replaceVariables - Recursively replace all occurrences of + * {{variable_name}} with the actual value for that variable name on the + * storage object. + * + * @param {string} statement - The text where to interpolate the variables + * + * @returns {string} - The text with the interpolated variables + */ + + }, { + key: "replaceVariables", + value: function replaceVariables(statement) { + statement = this.translate(statement); + var matches = statement.match(/{{\S+?}}/g); + + if (matches !== null) { + var _iterator6 = _createForOfIteratorHelper(matches), + _step6; + + try { + for (_iterator6.s(); !(_step6 = _iterator6.n()).done;) { + var match = _step6.value; + var path = match.replace('{{', '').replace('}}', '').split('.'); + var data = this.storage(); + + for (var j = 0; j < path.length; j++) { + var name = path[j]; + + if (name in data) { + data = data[name]; + } else { + _FancyError.FancyError.show("Variable \"".concat(match, "\" does not exists in your storage"), 'Monogatari attempted to interpolate a variable from your storage but it doesn\'t exists.', { + 'Script Statement': statement, + 'Part Not Found': name, + 'Variables Available in Storage': Object.keys(data), + 'Help': { + '_': 'Please check your storage object and make sure the variable you are using exists.', + '_1': 'You should also make sure that there is no typo in your script and that the variable names in your script and storage match.', + 'Documentation': 'Storage' + } + }); + + return ''; + } + } + + statement = statement.replace(match, data); + } + } catch (err) { + _iterator6.e(err); + } finally { + _iterator6.f(); + } + + return this.replaceVariables(statement); + } + + return statement; + } + /** + * @static getMaxSlotId - Get the highest ID currently assigned to a slot on + * the storage. + * + * Each slot identifier has two parts i.e SaveLabel_{number}, it's label, + * defined by the 'SaveLabel' and 'AutoSaveLabel' configuration variables and + * a number similar to an auto-incrementing ID on a database. This function + * is used to retrieve the highest number assigned to a slot, given its + * label prefix. + * + * @param {string} prefix - The Slot prefix from where to retrieve the numeric ID, + * should be the value of either the 'SaveLabel' or 'AutoSaveLabel' configuration + * variables. + * + * @returns {int} - Highest available ID number + */ + + }, { + key: "getMaxSlotId", + value: function getMaxSlotId() { + var _this4 = this; + + var prefix = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 'SaveLabel'; + return this.Storage.keys().then(function (keys) { + var max = 1; + + var _iterator7 = _createForOfIteratorHelper(keys), + _step7; + + try { + for (_iterator7.s(); !(_step7 = _iterator7.n()).done;) { + var saveKey = _step7.value; + + if (saveKey.indexOf(_this4.setting(prefix)) === 0) { + var number = parseInt(saveKey.split(_this4.setting(prefix) + '_')[1]); + + if (number > max) { + max = number; + } + } + } + } catch (err) { + _iterator7.e(err); + } finally { + _iterator7.f(); + } + + return max; + }); + } + /** + * @static saveTo - Save the current game state into a given Slot + * + * @param {string} [prefix = 'SaveLabel'] - The prefix label to be used for the + * slot. Should be either 'SaveLabel' or 'AutoSaveLabel'. + * @param {int} [id = null] - The numeric ID to be used for the slot. If none + * is given, it will be determined using the getMaxSlotId function and upping + * it by 1 + * @param {string} [name = null] - The name given by the player to the slot. If none is + * given, the current date will be used + * + * @returns {Promise} - The promise of the save operation + */ + + }, { + key: "saveTo", + value: function saveTo() { + var _this5 = this; + + var prefix = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 'SaveLabel'; + var id = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null; + var name = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : null; + + // Check if the player is actually playing + if (this.global('playing')) { + var date = (0, _momentWithLocales.default)().format(); + + if (name === null || name.trim() === '') { + name = date; + } // We have to get the last ID available for the slots + + + return this.getMaxSlotId(prefix).then(function (max) { + // Make it the next one to the max + if (id === null) { + id = max + 1; + } + + var image = ''; + + if (_this5.state('scene')) { + image = _this5.state('scene').split(' ')[2]; + } else if (_this5.state('background')) { + image = _this5.state('background').split(' ')[2]; + } + + return _this5.Storage.set("".concat(_this5.setting(prefix), "_").concat(id), { + name: name, + date: date, + image: image, + game: _this5.object() + }); + }); + } + } + /** + * @static assertAsync - This function will run any function asynchronously + * regardless of if the function to be run is async or not. + * + * @param {function} callable - The function to run + * @param {Object} [self=null] - The reference to `this` in the function + * @param {any[]} [args=null] - The arguments with which to call the function + * + * @returns {Promise} - Resolves if the function returned true and rejects if + * the function returned false. + */ + + }, { + key: "assertAsync", + value: function assertAsync(callable) { + var _this6 = this; + + var self = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null; + var args = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : null; + var originalBlockValue = this.global('block'); + this.global('block', true); + return new Promise(function (resolve, reject) { + var result = callable.apply(self, args); // Check if the function returned a simple boolean + // if the return value is true, the game will continue + + if (typeof result === 'boolean') { + if (result) { + resolve(); + } else { + reject(); + } + } else if (_typeof(result) === 'object') { + // Check if the result was a promise + if (typeof result.then != 'undefined') { + result.then(function (value) { + if (typeof value === 'boolean') { + if (value) { + resolve(); + } else { + reject(); + } + } + }); + } else { + resolve(); + } + } else { + reject(); + } + }).finally(function () { + _this6.global('block', originalBlockValue); + }); + } + /** + * @static next - Advance to the next statement on the script + * + * @returns {void} + */ + + }, { + key: "next", + value: function next() { + var _this7 = this; + + // Advance 1 step + this.state({ + step: this.state('step') + 1 + }); + return new Promise(function (resolve, reject) { + // Clear the Stack using a Time Out instead of calling the function + // directly, preventing an Overflow + setTimeout(function () { + var _this7$run; + + for (var _len = arguments.length, params = new Array(_len), _key = 0; _key < _len; _key++) { + params[_key] = arguments[_key]; + } + + (_this7$run = _this7.run).call.apply(_this7$run, [Monogatari].concat(params)).then(function () { + _this7.global('_engine_block', false); + + resolve(); + }).catch(function () { + resolve(); + }); + }, 0, _this7.label()[_this7.state('step')]); + }); + } + /** + * @static revert - Revert to the previous statement on the script + * + * @returns {void} + */ + + }, { + key: "previous", + value: function previous() { + var _this8 = this; + + return new Promise(function (resolve, reject) { + setTimeout(function () { + _this8.revert.call(Monogatari).then(function () { + _this8.global('_engine_block', false); + + resolve(); + }).catch(function () { + _this8.global('_engine_block', false); // The game could not be reverted, either because an + // action prevented it or because there are no statements + // left to revert to. + + + if (_this8.state('step') > 0) { + _this8.state({ + step: _this8.state('step') - 1 + }); + } + + _this8.proceed().then(function () { + resolve(); + }); + }); + }, 0); + }); // return Promise.resolve (); + } + }, { + key: "resetGame", + value: function resetGame() { + // Stop autoplay + this.autoPlay(false); + + if (this.setting('Skip') > 0) { + this.skip(false); + } // Reset Storage + + + this.storage(JSON.parse(this.global('storageStructure'))); // Reset Conditions + + this.state({ + step: 0, + label: this.setting('Label') + }); + this.global('block', false); // Reset History + + for (var _i6 = 0, _Object$keys3 = Object.keys(this._history); _i6 < _Object$keys3.length; _i6++) { + var history = _Object$keys3[_i6]; + this._history[history] = []; + } // Run the reset method of all the actions so each of them can reset + // their own elements correctly + + + var promises = []; + + var _iterator8 = _createForOfIteratorHelper(this.actions()), + _step8; + + try { + for (_iterator8.s(); !(_step8 = _iterator8.n()).done;) { + var action = _step8.value; + promises.push(action.reset()); + } + } catch (err) { + _iterator8.e(err); + } finally { + _iterator8.f(); + } + + var _iterator9 = _createForOfIteratorHelper(this.components()), + _step9; + + try { + for (_iterator9.s(); !(_step9 = _iterator9.n()).done;) { + var component = _step9.value; + promises.push(component.onReset()); + } + } catch (err) { + _iterator9.e(err); + } finally { + _iterator9.f(); + } + + return Promise.all(promises); + } + /** + * @static keyBoardShortcut - Register a new callback for a custom keyboard + * shortcut + * + * @param {string|Array} shortcut - Sequence of keys that represent + * the shortcut + * @param {function} callback - The function to run when that sequence of keys + * is pressed + * + * @returns {void} + */ + + }, { + key: "keyboardShortcut", + value: function keyboardShortcut(shortcut, callback) { + _mousetrap.default.bind(shortcut, function (event) { + if (event.target.tagName.toLowerCase() != 'input') { + event.preventDefault(); + callback.call(null, event); + } + }); + } + }, { + key: "upgrade", + value: function upgrade(oldVersion, newVersion, callbacks) { + this._upgrade["".concat(oldVersion, "::").concat(newVersion)] = callbacks; + } + }, { + key: "setupStorage", + value: function setupStorage() { + // Check if an Adapter has been set or else, the global local storage + // object will be used + if (this.setting('Storage').Adapter.trim() !== '') { + var adapter; + + switch (this.setting('Storage').Adapter) { + case 'LocalStorage': + adapter = _artemis.SpaceAdapter.LocalStorage; + break; + + case 'SessionStorage': + adapter = _artemis.SpaceAdapter.SessionStorage; + break; + + case 'IndexedDB': + adapter = _artemis.SpaceAdapter.IndexedDB; + break; + + case 'RemoteStorage': + adapter = _artemis.SpaceAdapter.RemoteStorage; + break; + + default: + adapter = _artemis.SpaceAdapter.LocalStorage; + break; + } + + this.Storage = new _artemis.Space(adapter, { + name: _artemis.Text.friendly(this.setting('Name')), + version: this.setting('Version'), + store: this.setting('Storage').Store, + endpoint: this.setting('Storage').Endpoint, + props: { + keyPath: 'id' + } + }); + } // Setup all the upgrade functions + + + for (var _i7 = 0, _Object$keys4 = Object.keys(this._upgrade); _i7 < _Object$keys4.length; _i7++) { + var upgrade = _Object$keys4[_i7]; + + var _upgrade$split = upgrade.split('::'), + _upgrade$split2 = _slicedToArray(_upgrade$split, 2), + oldVersion = _upgrade$split2[0], + newVersion = _upgrade$split2[1]; + + var callback = this._upgrade[upgrade].storage; + this.Storage.upgrade(oldVersion, newVersion, callback); + } + } + }, { + key: "registerListener", + value: function registerListener(name, listener) { + var replace = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false; + listener.name = name; + + if (replace === true) { + var index = this._listeners.findIndex(function (listener) { + return listener.name === name; + }); + + if (index > -1) { + this._listeners[index] = listener; + return; + } + } + + this._listeners.push(listener); + } + }, { + key: "unregisterListener", + value: function unregisterListener(name) { + var listener = this._listeners.find(function (l) { + return l.name.toLowerCase() === name.toLowerCase(); + }); + + if (listener) { + if (listener.keys) { + _mousetrap.default.unbind(listener.keys); + } + + this._listeners = this._listeners.filter(function (l) { + return l.name.toLowerCase() !== name.toLowerCase(); + }); + } + } + }, { + key: "runListener", + value: function runListener(name, element, event) { + var _this9 = this; + + var promises = []; // Check if the click event happened on a path of an icon. + // This fixes a bug with font-awesome icons being clicked but the + // click being registered at an inner path instead of the svg element + // that holds the data information + + if (element.matches('path')) { + element = element.closest('[data-action]'); + + if (element.length > 0) { + name = element.data('action'); + } + } + + var _iterator10 = _createForOfIteratorHelper(this._listeners), + _step10; + + try { + for (_iterator10.s(); !(_step10 = _iterator10.n()).done;) { + var listener = _step10.value; + + if (listener.name === name) { + promises.push(_artemis.Util.callAsync(listener.callback, Monogatari, element, event).then(function (data) { + if (data) { + return Promise.resolve(); + } + + return Promise.reject(); + })); + this.debug.debug('Running Listener', name); + } + } + } catch (err) { + _iterator10.e(err); + } finally { + _iterator10.f(); + } + + Promise.all(promises).catch(function (e) { + event.stopImmediatePropagation(); + event.stopPropagation(); + event.preventDefault(); + + _this9.debug.debug('Listener Event Propagation Stopped', e); + }); + } + /** + * @static object - Get all the relevant information of the game state + * + * @returns {Object} - An object containing the current histories, state and + * storage variables. + * @returns {Object} history - The full history object + * @returns {Object} state - The full state object + * @returns {Object} storage- The full storage object + */ + + }, { + key: "object", + value: function object() { + return { + history: this.history(), + state: this.state(), + storage: this.storage() + }; + } + /** + * @static revert - This is the function that allows to go back in the game + * by reverting the statements played. + * + * @returns {Promise} - Whether the game was able to go back or not + */ + + }, { + key: "revert", + value: function revert() { + var _this10 = this; + + var statement = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null; + var shouldAdvance = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true; + var shouldStepBack = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true; + var before = []; + + var _iterator11 = _createForOfIteratorHelper(this.actions()), + _step11; + + try { + for (_iterator11.s(); !(_step11 = _iterator11.n()).done;) { + var action = _step11.value; + before.push(action.beforeRevert({ + advance: shouldAdvance, + step: shouldStepBack + })); + } + } catch (err) { + _iterator11.e(err); + } finally { + _iterator11.f(); + } + + return Promise.all(before).then(function () { + _this10.debug.groupCollapsed('Revert Cycle'); // Check if we have steps behind us to revert to. If there aren't, then + // we can't revert since we are already at the first statement. + + + var actionToRevert = null; + + if (statement !== null) { + actionToRevert = statement; + } else if (_this10.state('step') >= 1) { + actionToRevert = _this10.label()[_this10.state('step') - 1]; + } else { + var jump = _toConsumableArray(_this10.history('jump')).reverse().find(function (o) { + return o.destination.label === _this10.state('label') && o.destination.step === 0; + }); + + if (typeof jump !== 'undefined') { + _this10.state({ + label: jump.source.label, + step: jump.source.step + }); + + actionToRevert = _this10.label()[_this10.state('step')]; + + _this10.debug.debug('Will revert to previous label.'); + } else { + _this10.debug.debug('Will not revert since this is the beginning of the game.'); + } + } + + _this10.debug.debug('Reverting Action', actionToRevert); + + if (actionToRevert !== null) { + var interpolatedStatement = null; + + if (typeof actionToRevert === 'string') { + interpolatedStatement = _this10.replaceVariables(actionToRevert).split(' '); + } // Iterate over all the registered actions to find one that matches with + // the statement to revert. + + + var _iterator12 = _createForOfIteratorHelper(_this10.actions()), + _step12; + + try { + for (_iterator12.s(); !(_step12 = _iterator12.n()).done;) { + var action = _step12.value; + var actionStatement = actionToRevert; + var matches = false; // Use the correct matching function (matchString or matchObject) + // depending on the type of the current statement. If the statement + // is a pure js function, it won't be reverted since we don't + // know what to do to revert it. + + if (typeof actionStatement === 'string') { + // Split the statement into an array using the space separations + actionStatement = interpolatedStatement; // Check if it matches using the matchString method + + matches = action.matchString(actionStatement); + } else if (_typeof(actionStatement) === 'object' && actionStatement !== null) { + // Check if it matches using the matchObject method + matches = action.matchObject(actionStatement); + } // Check if the statement matched any of the registered actions + + + if (matches === true) { + var _ret4 = function () { + // Create an instance of the action and initialize it with the + // current statement + var act = new action(actionStatement); // The original statement is set just in case the action needs + // access to it + + act._setStatement(actionToRevert); // The current cycle is also set just in case the action needs to + // know what cycle it's currently being performed. + + + act._setCycle('Revert'); // Monogatari is set as the context of the action so that it can + // access all its functionalities + + + act.setContext(Monogatari); + + _this10.trigger('willRevertAction', { + action: act + }); // Run the willRevert method of the action first. This method + // is usually used to tell whether an action can be reverted + // or not. + + + return { + v: act.willRevert().then(function () { + _this10.debug.debug('Action Will Revert'); // If it can be reverted, then run the revert method + + + return act.revert().then(function () { + _this10.debug.debug('Action Reverting'); // If the reversion was successful, run the didRevert + // function. The action will return a boolean (shouldContinue) + // specifying if the game should go ahead and revert + // the previous statement as well or if it should + // wait instead + + + return act.didRevert().then(function (_ref2) { + var advance = _ref2.advance, + step = _ref2.step; + + _this10.debug.debug('Action Did Revert'); + + _this10.trigger('didRevertAction', { + action: act + }); + + var promises = []; + + var _iterator13 = _createForOfIteratorHelper(_this10.actions()), + _step13; + + try { + for (_iterator13.s(); !(_step13 = _iterator13.n()).done;) { + var _action = _step13.value; + promises.push(_action.afterRevert({ + advance: advance, + step: step + })); + } + } catch (err) { + _iterator13.e(err); + } finally { + _iterator13.f(); + } + + return Promise.all(promises).then(function () { + // Since we reverted correctly, the step should + // go back. + if (step === true && shouldStepBack === true) { + _this10.state({ + step: _this10.state('step') - 1 + }); + } // Revert the previous statement if the action + // told us to. + + + if (advance === true && shouldAdvance === true) { + // Clear the Stack using a Time Out instead + // of calling the function directly, preventing + // an Overflow + setTimeout(function () { + var _this10$revert; + + for (var _len2 = arguments.length, params = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) { + params[_key2] = arguments[_key2]; + } + + (_this10$revert = _this10.revert).call.apply(_this10$revert, [Monogatari].concat(params)); + }, 0); + } + + _this10.debug.trace(); + + _this10.debug.groupEnd(); + + return Promise.resolve({ + advance: advance, + step: step + }); + }); + }); + }); + }).catch(function (e) { + if (_typeof(e) === 'object' || typeof e === 'string') { + console.error(e); + } // Clear the Stack using a Time Out instead of calling + // the function directly, preventing an Overflow + + + setTimeout(function () { + var _this10$run; + + for (var _len3 = arguments.length, params = new Array(_len3), _key3 = 0; _key3 < _len3; _key3++) { + params[_key3] = arguments[_key3]; + } + + (_this10$run = _this10.run).call.apply(_this10$run, [Monogatari].concat(params)); + }, 0, _this10.label()[_this10.state('step')]); + + _this10.debug.trace(); + + _this10.debug.groupEnd(); + + return Promise.resolve(); + }) + }; + }(); + + if (_typeof(_ret4) === "object") return _ret4.v; + } + } + } catch (err) { + _iterator12.e(err); + } finally { + _iterator12.f(); + } + } else { + // Clear the Stack using a Time Out instead of calling + // the function directly, preventing an Overflow + setTimeout(function () { + var _this10$run2; + + for (var _len4 = arguments.length, params = new Array(_len4), _key4 = 0; _key4 < _len4; _key4++) { + params[_key4] = arguments[_key4]; + } + + (_this10$run2 = _this10.run).call.apply(_this10$run2, [Monogatari].concat(params)); + }, 0, _this10.label()[_this10.state('step')]); + + _this10.debug.trace(); + + _this10.debug.groupEnd(); + + return Promise.resolve(); + } + + _this10.debug.trace(); + + _this10.debug.groupEnd(); + + return Promise.reject(); + }); + } + /** + * @static run - Run a specified statement. + * + * @param {string|Object|function} statement - The Monogatari statement to run + * @param {boolean} advance - Whether the game should advance or wait for user + * interaction. This parameter is mainly used to prevent the game from advancing + * when loading the game or performing some actions and we don't want them to + * affect the game flow. + * + * @returns {Promise} - Resolves if the statement was run correctly or rejects + * if it couldn't be run correctly. + */ + + }, { + key: "run", + value: function run(statement) { + var _this11 = this; + + var shouldAdvance = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true; + var before = []; + + var _iterator14 = _createForOfIteratorHelper(this.actions()), + _step14; + + try { + for (_iterator14.s(); !(_step14 = _iterator14.n()).done;) { + var action = _step14.value; + before.push(action.beforeRun({ + advance: shouldAdvance + })); + } + } catch (err) { + _iterator14.e(err); + } finally { + _iterator14.f(); + } + + return Promise.all(before).then(function () { + _this11.debug.groupCollapsed('Run Cycle'); // Don't allow null as a valid statement + + + if (statement === null) { + _this11.debug.trace(); + + _this11.debug.groupEnd(); + + return Promise.reject('Statement was null.'); + } + + _this11.debug.debug('Running Action', statement); + + var interpolatedStatement = null; + + if (typeof statement === 'string') { + interpolatedStatement = _this11.replaceVariables(statement).split(' '); + } // Iterate over all the registered actions to find one that matches with + // the statement to run. + + + var _iterator15 = _createForOfIteratorHelper(_this11.actions()), + _step15; + + try { + for (_iterator15.s(); !(_step15 = _iterator15.n()).done;) { + var action = _step15.value; + var actionStatement = statement; + var matches = false; // Use the correct matching function (matchString or matchObject) + // depending on the type of the current statement. If the statement + // is a function, it will simply be run. + + if (typeof statement === 'string') { + // Split the statement into an array using the space separations + actionStatement = interpolatedStatement; // Check if it matches using the matchString method + + matches = action.matchString(actionStatement); + } else if (_typeof(statement) === 'object') { + // Check if it matches using the matchObject method + matches = action.matchObject(statement); + } else if (typeof actionStatement === 'function') { + // Block the game while the function is being run + _this11.global('block', true); // Run the function asynchronously and after it has run, unblock + // the game so it can continue. + + + return _artemis.Util.callAsync(actionStatement, Monogatari).then(function (returnValue) { + _this11.global('block', false); + + if (shouldAdvance && returnValue !== false) { + _this11.debug.trace(); + + _this11.debug.groupEnd(); + + return _this11.next(); + } + + return Promise.resolve({ + advance: false + }); + }).catch(function (e) { + var error = { + 'Label': _this11.state('label'), + 'Step': _this11.state('step'), + 'Help': { + '_': 'Check the code for your function, there may be additional information in the console.' + } + }; + + if (_typeof(e) === 'object') { + error = Object.assign(error, { + 'Error Message': e.message, + 'File Name': e.fileName, + 'Line Number': e.lineNumber + }); + } else if (typeof e === 'string') { + error['Error Message'] = e; + } + + _FancyError.FancyError.show('An error occurred while trying to run a Function.', 'Monogatari attempted to run a function on the script but an error occurred.', error); + }); + } // Check if the statement matched any of the registered actions + + + if (matches === true) { + var _ret5 = function () { + // Create an instance of the action and initialize it with the + // current statement + var act = new action(actionStatement); // The original statement is set just in case the action needs + // access to it + + act._setStatement(statement); // The current cycle is also set just in case the action needs to + // know what cycle it's currently being performed. + + + act._setCycle('Application'); // Monogatari is set as the context of the action so that it can + // access all its functionalities + + + act.setContext(Monogatari); + + _this11.trigger('willRunAction', { + action: act + }); // Run the willApply method of the action first + + + return { + v: act.willApply().then(function () { + _this11.debug.debug('Action Will Apply'); // Run the apply method + + + return act.apply(shouldAdvance).then(function () { + _this11.debug.debug('Action Applying'); // If everything has been run correctly, then run the + // didApply method. The action will return a boolean + // (shouldContinue) specifying if the game should run the + // next statement right away or if it should wait instead + + + return act.didApply().then(function (_ref3) { + var advance = _ref3.advance; + + _this11.debug.debug('Action Did Apply'); + + _this11.trigger('didRunAction', { + action: act + }); + + var promises = []; + + var _iterator16 = _createForOfIteratorHelper(_this11.actions()), + _step16; + + try { + for (_iterator16.s(); !(_step16 = _iterator16.n()).done;) { + var _action2 = _step16.value; + promises.push(_action2.afterRun({ + advance: advance + })); + } + } catch (err) { + _iterator16.e(err); + } finally { + _iterator16.f(); + } + + return Promise.all(promises).then(function () { + if (advance === true && shouldAdvance === true) { + _this11.debug.debug('Next action will be run right away'); + + _this11.next(); + } + + _this11.debug.trace(); + + _this11.debug.groupEnd(); + + return Promise.resolve({ + advance: advance + }); + }); + }).catch(function (e) { + _this11.debug.debug("Did Apply Failed.\nReason: ".concat(e)); + + return Promise.reject(e); + }); + }).catch(function (e) { + console.error(e); + + _this11.debug.debug("Application Failed.\nReason: ".concat(e)); + + return Promise.reject(e); + }); + }).catch(function (e) { + console.error(e); + + _this11.debug.debug("Will Apply Failed.\nReason: ".concat(e)); + + _this11.debug.trace(); + + _this11.debug.groupEnd(); + + return Promise.reject(e); + }) + }; + }(); + + if (_typeof(_ret5) === "object") return _ret5.v; + } + } + } catch (err) { + _iterator15.e(err); + } finally { + _iterator15.f(); + } + + _this11.debug.trace(); + + _this11.debug.groupEnd(); + }); + } + }, { + key: "alert", + value: function alert(id, options) { + var alert = document.createElement('alert-modal'); + alert.setProps(options); + this.element().prepend(alert); + } + }, { + key: "dismissAlert", + value: function dismissAlert() { + var id = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null; + // if (typeof id === 'string') { + // this.component ('alert-modal').instance (id).remove (); + // } else { + this.element().find('alert-modal').remove(); // } + } + /** + * @static loadFromSlot - Load a slot from the storage. This will recover the + * state of the game from what was saved in it. + * + * @param {string} slot - The key with which the slot was saved on the storage + */ + + }, { + key: "loadFromSlot", + value: function loadFromSlot(slot) { + var _this12 = this; + + document.body.style.cursor = 'wait'; + this.global('playing', true); + this.trigger('willLoadGame'); + return this.resetGame().then(function () { + _this12.hideScreens(); + + return _this12.Storage.get(slot).then(function (data) { + // Check if an older save format was used so we can transform + // that information into the new format + if (typeof data.Engine !== 'undefined') { + // Set the game state + _this12.state({ + step: data.Engine.Step, + label: data.Engine.Label, + scene: "show scene ".concat(data.Engine.Scene) + }); // Retrieve if a song was playing so we can set it to the state + + + if (data.Engine.Song !== '' && typeof data.Engine.Song !== 'undefined') { + _this12.state({ + music: [data.Engine.Song] + }); + } // Retrieve if a sound was playing so we can set it to the state + + + if (data.Engine.Sound !== '' && typeof data.Engine.Sound !== 'undefined') { + _this12.state({ + sound: [data.Engine.Sound] + }); + } // Retrieve if particles were shown so we can set it to the state + + + if (data.Engine.Particles !== '' && typeof data.Engine.Particles !== 'undefined') { + _this12.state({ + particles: "show particles ".concat(data.Engine.Particles) + }); + } // Check if there are images to be shown + + + if (data.Show !== '' && typeof data.Show !== 'undefined') { + var show = data.Show.split(','); // For every image saved, add their element to the game + + var _iterator17 = _createForOfIteratorHelper(show), + _step17; + + try { + for (_iterator17.s(); !(_step17 = _iterator17.n()).done;) { + var element = _step17.value; + + if (element.trim() !== '') { + var div = document.createElement('div'); + div.innerHTML = element.replace('img/', 'assets/'); + var item = (0, _artemis.$_)(div.firstChild); + + if (element.indexOf('data-character') > -1) { + _this12.state('characters').push("show character ".concat(item.data('character'), " ").concat(item.data('sprite'), " ").concat(item.get(0).className)); + } else if (element.indexOf('data-image') > -1) { + _this12.state('characters').push("show image ".concat(item.data('image'), " ").concat(item.get(0).className)); + } + } + } + } catch (err) { + _iterator17.e(err); + } finally { + _iterator17.f(); + } + } + + var sceneElements = data.Engine.SceneElementsHistory.map(function (elements) { + return elements.map(function (element) { + return element.replace('img/', 'assets/'); + }); + }); // Set all the history variables with the ones from the old + // format + + _this12.history({ + music: data.Engine.MusicHistory, + sound: data.Engine.SoundHistory, + image: data.Engine.ImageHistory, + character: data.Engine.CharacterHistory.map(function (character) { + var div = document.createElement('div'); + div.innerHTML = character.replace('img/', 'assets/'); + var item = (0, _artemis.$_)(div.firstChild); + var classes = item.get(0).classList; + classes.remove('animated'); + return "show character ".concat(item.data('character'), " ").concat(item.data('sprite'), " with ").concat(classes.toString()); + }), + scene: data.Engine.SceneHistory.map(function (scene) { + return "show scene ".concat(scene); + }), + sceneElements: sceneElements, + sceneState: sceneElements.map(function (elements) { + if (elements.length > 0) { + return { + characters: elements.filter(function (element) { + return element.indexOf('data-character=') > -1; + }).map(function (element) { + var div = document.createElement('div'); + div.innerHTML = element; + var image = (0, _artemis.$_)(div.firstChild); + var classes = image.get(0).classList.toString().replace('animated', '').trim(); + return "show character ".concat(image.data('character'), " ").concat(image.data('sprite')).concat(classes.length > 0 ? " with ".concat(classes) : ''); + }), + images: elements.filter(function (element) { + return element.indexOf('data-image=') > -1; + }).map(function (element) { + var div = document.createElement('div'); + div.innerHTML = element; + var image = (0, _artemis.$_)(div.firstChild); + var classes = image.get(0).classList.toString().replace('animated', '').trim(); + return "show image ".concat(image.data('image')).concat(classes.length > 0 ? " with ".concat(classes) : ''); + }) + }; + } + + return { + characters: [], + images: [] + }; + }), + particle: data.Engine.ParticlesHistory.map(function (particles) { + return "show particles ".concat(particles); + }) + }); + + _this12.storage(data.Storage); + } else { + // If the new format is being used, things are a lot more simple + var _data$game = data.game, + state = _data$game.state, + history = _data$game.history, + storage = _data$game.storage; + + _this12.state(state); + + _this12.history(history); + + _this12.storage(storage); + } + + if (_this12.state('step') > _this12.label().length - 1) { + while (_this12.state('step') > _this12.label().length - 1) { + var step = _this12.state('step') - 1; + + _this12.state({ + step: step + }); + } + } + + _this12.onLoad().then(function () { + // Finally show the game and start playing + _this12.showScreen('game'); + + document.body.style.cursor = 'auto'; + + _this12.trigger('didLoadGame'); + + return Promise.resolve(); + }); + }); + }); + } + }, { + key: "proceed", + value: function proceed(_ref4) { + var _this13 = this; + + var _ref4$userInitiated = _ref4.userInitiated, + userInitiated = _ref4$userInitiated === void 0 ? false : _ref4$userInitiated, + _ref4$skip = _ref4.skip, + skip = _ref4$skip === void 0 ? false : _ref4$skip; + return this.shouldProceed({ + userInitiated: userInitiated, + skip: skip + }).then(function () { + _this13.global('_engine_block', true); + + return _this13.willProceed().then(function () { + return _this13.next(); + }); + }); + } + }, { + key: "rollback", + value: function rollback() { + var _this14 = this; + + return this.shouldRollback().then(function () { + _this14.global('_engine_block', true); + + return _this14.willRollback().then(function () { + return _this14.previous().then(function () {}); + }); + }); + } + /** + * @static shouldProceed - Check if the game can proceed + * + * @returns {Promise} - Resolves if the game can proceed or reject if it + * can't proceed right now. + */ + + }, { + key: "shouldProceed", + value: function shouldProceed(_ref5) { + var _this15 = this; + + var _ref5$userInitiated = _ref5.userInitiated, + userInitiated = _ref5$userInitiated === void 0 ? false : _ref5$userInitiated, + _ref5$skip = _ref5.skip, + skip = _ref5$skip === void 0 ? false : _ref5$skip; + + // Check if the game is visible, if it's not, then it probably is not + // playing or is looking at some menu and thus the game should not + // proceed. The game will not proceed if it's blocked or if the distraction + // free mode is enabled. + if (!(0, _artemis.$_)('.modal').isVisible() && !this.global('distraction_free') && !this.global('block') && (!this.global('_engine_block') || this.global('_executing_sub_action'))) { + var promises = []; + this.debug.groupCollapsed('shouldProceed Check'); + + try { + this.debug.debug('Checking Actions'); // Check action by action if they will allow the game to proceed + + var _iterator18 = _createForOfIteratorHelper(this.actions()), + _step18; + + try { + var _loop6 = function _loop6() { + var action = _step18.value; + promises.push(action.shouldProceed({ + userInitiated: userInitiated, + skip: skip + }).then(function () { + _this15.debug.debug("OK ".concat(action.id)); + }).catch(function (e) { + _this15.debug.debug("FAIL ".concat(action.id, "\nReason: ").concat(e)); + + return Promise.reject(e); + })); + }; + + for (_iterator18.s(); !(_step18 = _iterator18.n()).done;) { + _loop6(); + } + } catch (err) { + _iterator18.e(err); + } finally { + _iterator18.f(); + } + + this.debug.debug('Checking Components'); // Check component by component if they will allow the game to proceed + + var _iterator19 = _createForOfIteratorHelper(this.components()), + _step19; + + try { + var _loop7 = function _loop7() { + var component = _step19.value; + promises.push(component.shouldProceed({ + userInitiated: userInitiated, + skip: skip + }).then(function () { + _this15.debug.debug("OK ".concat(component.tag)); + }).catch(function (e) { + _this15.debug.debug("FAIL ".concat(component.tag, "\nReason: ").concat(e)); + + return Promise.reject(e); + })); + }; + + for (_iterator19.s(); !(_step19 = _iterator19.n()).done;) { + _loop7(); + } + } catch (err) { + _iterator19.e(err); + } finally { + _iterator19.f(); + } + } catch (e) { + console.error(e); + + _FancyError.FancyError.show('An error ocurred while trying to execute a shouldProceed function.', 'Monogatari attempted to execute the function but an error ocurred.', { + 'Error Message': e.message, + 'Help': { + '_': 'More details should be available at the console.' + } + }); + } + + this.debug.debug('Checking Extra Conditions'); + return Promise.all(promises).then(function () { + _this15.debug.groupEnd(); + + return Promise.resolve.apply(Promise, arguments); + }).catch(function (e) { + _this15.debug.groupEnd(); + + return Promise.reject(e); + }); + } else { + return Promise.reject('Extra condition check failed.'); + } + } + }, { + key: "willProceed", + value: function willProceed() { + var _this16 = this; + + var promises = []; + this.debug.groupCollapsed('Can proceed check passed, game will proceed.'); + + try { + // Check action by action if they will allow the game to proceed + var _iterator20 = _createForOfIteratorHelper(this.actions()), + _step20; + + try { + var _loop8 = function _loop8() { + var action = _step20.value; + promises.push(action.willProceed().then(function () { + _this16.debug.debug("OK ".concat(action.id)); + }).catch(function (e) { + _this16.debug.debug("FAIL ".concat(action.id, "\nReason: ").concat(e)); + + return Promise.reject(e); + })); + }; + + for (_iterator20.s(); !(_step20 = _iterator20.n()).done;) { + _loop8(); + } // Check component by component if they will allow the game to proceed + + } catch (err) { + _iterator20.e(err); + } finally { + _iterator20.f(); + } + + var _iterator21 = _createForOfIteratorHelper(this.components()), + _step21; + + try { + var _loop9 = function _loop9() { + var component = _step21.value; + promises.push(component.willProceed().then(function () { + _this16.debug.debug("OK ".concat(component.tag)); + }).catch(function (e) { + _this16.debug.debug("FAIL ".concat(component.tag, "\nReason: ").concat(e)); + + return Promise.reject(e); + })); + }; + + for (_iterator21.s(); !(_step21 = _iterator21.n()).done;) { + _loop9(); + } + } catch (err) { + _iterator21.e(err); + } finally { + _iterator21.f(); + } + } catch (e) { + console.error(e); + + _FancyError.FancyError.show('An error ocurred while trying to execute a willProceed function.', 'Monogatari attempted to execute the function but an error ocurred.', { + 'Error Message': e.message, + 'Help': { + '_': 'More details should be available at the console.' + } + }); + } + + return Promise.all(promises).then(function () { + _this16.debug.groupEnd(); + + return Promise.resolve.apply(Promise, arguments); + }).catch(function (e) { + _this16.debug.groupEnd(); + + return Promise.reject(e); + }); + } + /** + * @static shouldRollback - Check if the game can revert + * + * @returns {Promise} - Resolves if the game can be reverted or reject if it + * can't be reverted right now. + */ + + }, { + key: "shouldRollback", + value: function shouldRollback() { + var _this17 = this; + + // Check if the game is visible, if it's not, then it probably is not + // playing or is looking at some menu and thus the game should not + // revert. The game will not revert if it's blocked or if the distraction + // free mode is enabled. + if (!this.global('distraction_free') && !this.global('block') && (!this.global('_engine_block') || this.global('_executing_sub_action'))) { + var promises = []; + this.debug.groupCollapsed('shouldRollback Check'); + + try { + // Check action by action if they will allow the game to revert + var _iterator22 = _createForOfIteratorHelper(this.actions()), + _step22; + + try { + var _loop10 = function _loop10() { + var action = _step22.value; + promises.push(action.shouldRollback().then(function () { + _this17.debug.debug("OK ".concat(action.id)); + }).catch(function (e) { + _this17.debug.debug("FAIL ".concat(action.id, "\nReason: ").concat(e)); + + return Promise.reject(e); + })); + }; + + for (_iterator22.s(); !(_step22 = _iterator22.n()).done;) { + _loop10(); + } // Check component by component if they will allow the game to revert + + } catch (err) { + _iterator22.e(err); + } finally { + _iterator22.f(); + } + + var _iterator23 = _createForOfIteratorHelper(this.components()), + _step23; + + try { + var _loop11 = function _loop11() { + var component = _step23.value; + promises.push(component.shouldRollback().then(function () { + _this17.debug.debug("OK ".concat(component.tag)); + }).catch(function (e) { + _this17.debug.debug("FAIL ".concat(component.tag, "\nReason: ").concat(e)); + + return Promise.reject(e); + })); + }; + + for (_iterator23.s(); !(_step23 = _iterator23.n()).done;) { + _loop11(); + } + } catch (err) { + _iterator23.e(err); + } finally { + _iterator23.f(); + } + } catch (e) { + console.error(e); + + _FancyError.FancyError.show('An error ocurred while trying to execute a shouldRollback function.', 'Monogatari attempted to execute the function but an error ocurred.', { + 'Error Message': e.message, + 'Help': { + '_': 'More details should be available at the console.' + } + }); + } + + return Promise.all(promises).then(function () { + _this17.debug.groupEnd(); + + return Promise.resolve.apply(Promise, arguments); + }).catch(function (e) { + _this17.debug.groupEnd(); + + return Promise.reject(e); + }); + } else { + return Promise.reject('Extra condition check failed.'); + } + } + }, { + key: "willRollback", + value: function willRollback() { + var _this18 = this; + + var promises = []; + this.debug.groupCollapsed('Should Rollback Check passed, game will roll back.'); + + try { + // Check action by action if they will allow the game to revert + var _iterator24 = _createForOfIteratorHelper(this.actions()), + _step24; + + try { + var _loop12 = function _loop12() { + var action = _step24.value; + promises.push(action.willRollback().then(function () { + _this18.debug.debug("OK ".concat(action.id)); + }).catch(function (e) { + _this18.debug.debug("FAIL ".concat(action.id, "\nReason: ").concat(e)); + + return Promise.reject(e); + })); + }; + + for (_iterator24.s(); !(_step24 = _iterator24.n()).done;) { + _loop12(); + } // Check component by component if they will allow the game to revert + + } catch (err) { + _iterator24.e(err); + } finally { + _iterator24.f(); + } + + var _iterator25 = _createForOfIteratorHelper(this.components()), + _step25; + + try { + var _loop13 = function _loop13() { + var component = _step25.value; + promises.push(component.willRollback().then(function () { + _this18.debug.debug("OK ".concat(component.tag)); + }).catch(function (e) { + _this18.debug.debug("FAIL ".concat(component.tag, "\nReason: ").concat(e)); + + return Promise.reject(e); + })); + }; + + for (_iterator25.s(); !(_step25 = _iterator25.n()).done;) { + _loop13(); + } + } catch (err) { + _iterator25.e(err); + } finally { + _iterator25.f(); + } + } catch (e) { + console.error(e); + + _FancyError.FancyError.show('An error ocurred while trying to execute a willRollback function.', 'Monogatari attempted to execute the function but an error ocurred.', { + 'Error Message': e.message, + 'Help': { + '_': 'More details should be available at the console.' + } + }); + } + + return Promise.all(promises).then(function () { + _this18.debug.groupEnd(); + + return Promise.resolve.apply(Promise, arguments); + }).catch(function (e) { + _this18.debug.groupEnd(); + + return Promise.reject(e); + }); + } + /** + * @static playAmbient - Play the main menu music using the key defined in the + * 'MainScreenMusic' property of the game settings. + */ + + }, { + key: "playAmbient", + value: function playAmbient() { + var _this19 = this; + + // Check if a menu music was defined + if (this.setting('MainScreenMusic') !== '') { + // Make the ambient player loop + this.ambientPlayer.loop = true; // Check if the music was defined in the music assets object + + if (typeof this.asset('music', this.setting('MainScreenMusic')) !== 'undefined') { + // Check if the player is already playing music + if (!this.ambientPlayer.paused && !this.ambientPlayer.ended) { + return; + } // Get the full path to the asset and set the src to the ambient player + + + this.ambientPlayer.src = "".concat(this.setting('AssetsPath').root, "/").concat(this.setting('AssetsPath').music, "/").concat(this.asset('music', this.setting('MainScreenMusic'))); // Play the music but catch any errors. Error catching is necessary + // since some browsers like chrome, have added some protections to + // avoid media from being autoplayed. Because of these protections, + // the user needs to interact with the page first before the media + // is able to play. + + this.ambientPlayer.play().catch(function (e) { + console.warn(e); // Create a broadcast message + + var element = "\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t

".concat(_this19.string('AllowPlayback'), ".

\n\t\t\t\t\t\t
\n\t\t\t\t\t"); // Add it to the main menu and game screens + + _this19.element().prepend(element); // Try to play the media again once the element has been clicked + // and remove it. + + + _this19.element().on('click', '[data-ui="broadcast"][data-content="allow-playback"]', function () { + _this19.playAmbient(); + + _this19.element().find('[data-ui="broadcast"][data-content="allow-playback"]').remove(); + }); + }); + } else { + _FancyError.FancyError.show("The music \"".concat(this.setting('MainScreenMusic'), "\" is not defined."), 'Monogatari attempted to find a definition of a music asset but there was none.', { + 'Music Not Found': this.setting('MainScreenMusic'), + 'You may have meant one of these': Object.keys(this.assets('music')), + 'Help': { + '_': 'Please check that you have correctly defined this music asset and wrote its name correctly in the `MainScreenMusic` variable', + '_1': "\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t'MainScreenMusic': 'TheKeyToYourMusicAsset'\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t" + } + }); + } + } + } // Stop the main menu's music + + }, { + key: "stopAmbient", + value: function stopAmbient() { + if (!this.ambientPlayer.paused) { + this.ambientPlayer.pause(); + } + } // Start game automatically without going trough the main menu + + }, { + key: "showMainScreen", + value: function showMainScreen() { + this.global('on_splash_screen', false); + + if (!this.setting('ShowMainScreen')) { + this.global('playing', true); + this.showScreen('game'); + this.run(this.label()[this.state('step')]); + } else { + this.showScreen('main'); + } + } + }, { + key: "showSplashScreen", + value: function showSplashScreen() { + var labelName = this.setting('SplashScreenLabel'); + + if (typeof labelName === 'string' && labelName !== '') { + var label = this.label(labelName); + + if (typeof label !== 'undefined') { + this.global('on_splash_screen', true); + this.state({ + label: labelName + }); + this.element().find('[data-component="game-screen"]').addClass('splash-screen'); + this.element().find('[data-component="quick-menu"]').addClass('splash-screen'); + this.showScreen('game'); + this.run(this.label()[this.state('step')]); + return; + } + } + + this.showMainScreen(); + } + /** + * @static autoPlay - Enable or disable the autoplay feature which allows the + * game to play itself (of sorts), it will go through the dialogs alone but + * will wait when user interaction is needed. + * + * @param {boolean} enable - Wether the auto play feature will be enabled (true) + * or disabled (false); + */ + + }, { + key: "autoPlay", + value: function autoPlay(enable) { + var _this20 = this; + + if (enable === true) { + // The interval for autoplay speed is measured in minutes + var interval = this.preference('AutoPlaySpeed') * 1000; + var expected = Date.now() + interval; + this.global('_auto_play_timer', function () { + var now = Date.now() - expected; // the drift (positive for overshooting) + + if (now > interval) {// something really bad happened. Maybe the browser (tab) was inactive? + // possibly special handling to avoid futile "catch up" run + } + + _this20.proceed().then(function () { + expected += interval; + setTimeout(_this20.global('_auto_play_timer'), Math.max(0, interval - now)); // take into account drift + }).catch(function () {// An action waiting for user interaction or something else + // is blocking the game. + }); + }); + setTimeout(this.global('_auto_play_timer'), interval); + this.element().find('[data-component="quick-menu"] [data-action="auto-play"] [data-string]').text(this.string('Stop')); + this.element().find('[data-component="quick-menu"] [data-action="auto-play"] [data-icon]').replaceWith(''); + } else { + clearTimeout(this.global('_auto_play_timer')); + this.global('_auto_play_timer', null); + this.element().find('[data-component="quick-menu"] [data-action="auto-play"] [data-string]').text(this.string('AutoPlay')); + this.element().find('[data-component="quick-menu"] [data-action="auto-play"] [data-icon]').replaceWith(''); + } + } + /** + * @static distractionFree - Enable or disable the distraction free mode + * where the dialog box is hidden so that the player can look at the characters + * and background with no other elements on the way. A 'transparent' class + * is added to the quick menu when this mode is enabled. + */ + + }, { + key: "distractionFree", + value: function distractionFree() { + if (this.global('playing')) { + // Check if the distraction free is currently enabled + if (this.global('distraction_free') === true) { + this.element().find('[data-component="quick-menu"] [data-action="distraction-free"] [data-string]').text(this.string('Hide')); + this.element().find('[data-component="quick-menu"] [data-action="distraction-free"] [data-icon]').replaceWith(''); + this.element().find('[data-component="quick-menu"]').removeClass('transparent'); + this.element().find('[data-component="text-box"]').show(); + this.global('distraction_free', false); + } else { + this.element().find('[data-component="quick-menu"] [data-action="distraction-free"] [data-string]').text(this.string('Show')); + this.element().find('[data-component="quick-menu"] [data-action="distraction-free"] [data-icon]').replaceWith(''); + this.element().find('[data-component="quick-menu"]').addClass('transparent'); + this.element().find('[data-component="text-box"]').hide(); + this.global('distraction_free', true); + } + } + } + }, { + key: "setup", + value: function setup(selector) { + var _this21 = this; + + // Set the initial settings if they don't exist or load them from the + // Storage if they do. + this.Storage.get('Settings').then(function (local_settings) { + _this21._preferences = (0, _deeply.default)(_this21._preferences, local_settings); + }).catch(function (e) { + console.warn('There was no settings saved. This may be the first time this game was opened, we\'ll create them now.', e); + + _this21.Storage.set('Settings', _this21._preferences); + }); // Define all the components that were registered to this point + + var _iterator26 = _createForOfIteratorHelper(this._components), + _step26; + + try { + for (_iterator26.s(); !(_step26 = _iterator26.n()).done;) { + var component = _step26.value; + + if (typeof window.customElements.get(component.tag) === 'undefined') { + component.engine = this; + window.customElements.define(component.tag, component); + } else { + _FancyError.FancyError.show("Unable to register component \"".concat(component.tag, "\""), 'Monogatari attempted to register a component but another component had already been registered for the same tag.', { + 'Component / Tag': component, + 'Help': { + '_': 'Once a component for a tag has been registered and the setup has completed, it can not be replaced or removed. Try removing the conflicting component first:', + '_1': "\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tmonogatari.unregisterComponent ('".concat(component.tag, "')\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t") + } + }); + } + } // Register service worker. The service worker will save all requests into + // the cache so the game loads more quickly and we can play offline. The + // service worker will only be used if it was allowed by the settings and + // if we are not running in a local platform such as electron or cordova + // where the assets are expected to be available locally and thus don't + // require being cached. + + } catch (err) { + _iterator26.e(err); + } finally { + _iterator26.f(); + } + + if (this.setting('ServiceWorkers')) { + if (!_artemis.Platform.electron() && !_artemis.Platform.cordova() && _artemis.Platform.serviceWorkers()) { + // TODO: There's a place in hell for this quick fix, the splitting + // of the sw file is just preventing parcel from trying to bundle it + // when building the core libraries. + navigator.serviceWorker.register('service-worker' + '.js').then(function (registration) { + // Check if an update to the service worker was found + registration.onupdatefound = function () { + var worker = registration.installing; + + worker.onstatechange = function () { + // Once the updated service worker has been installed, + // show a notice to the players so that they reload the + // page and get the latest content. + if (worker.state === 'installed') { + if (navigator.serviceWorker.controller) { + var element = "\n\t\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\t\t

".concat(_this21.string('NewContent'), ".

\n\t\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t"); + + _this21.element().prepend(element); + + _this21.element().on('click', '[data-ui="broadcast"][data-content="new-content"]', function () { + _this21.element().find('[data-ui="broadcast"][data-content="new-content"]').remove(); + }); + } + } + }; + }; + }); + } else { + console.warn('Service Workers are not available in this browser or have been disabled in the engine configuration. Service Workers are available only when serving your files through a server, once you upload your game this warning will go away. You can also try using a simple server like this one for development: https://chrome.google.com/webstore/detail/web-server-for-chrome/ofhbbkphhbklhfoeikjpcbhemlocgigb/'); + } + } // Save the structure of the storage variable. The structure is saved as + // a string so that we have a reference to how the storage was originally + // and we can reset the storage when the game ends. + + + this.global('storageStructure', JSON.stringify(this.storage())); // The open-screen action does exactly what it says, it takes the + // data-screen property of the object it's in and then opens that + // menu, meaning it hides everything else and shows that one. + + this.registerListener('open-screen', { + callback: function callback(element) { + _this21.element().find('[data-screen]').each(function (screen) { + screen.setState({ + open: false + }); + }); + + _this21.element().find("[data-screen=\"".concat(element.data('open'), "\"]")).get(0).setState({ + open: true + }); + } + }); // The start action starts the game so it shows the game screen + // and the game starts + + this.registerListener('start', { + callback: function callback() { + _this21.global('playing', true); // Remove the play main menu audio broadcast message if it's present + + + _this21.element().find('[data-ui="broadcast"][data-content="allow-playback"]').remove(); + + _this21.onStart().then(function () { + _this21.element().find('[data-screen]').each(function (screen) { + screen.setState({ + open: false + }); + }); + + _this21.element().find('[data-screen="game"]').get(0).setState({ + open: true + }); // Check if the initial label exists + + + if (_this21.label()) { + _this21.run(_this21.label()[_this21.state('step')]); + } + }); + } + }); + this.registerListener('dismiss-alert', { + callback: function callback() { + _this21.dismissAlert(); + } + }); + this.registerListener('distraction-free', { + keys: 'h', + callback: function callback() { + _this21.distractionFree(); + } + }); + this.registerListener('skip', { + keys: 's', + callback: function callback() { + if (_this21.global('playing')) { + if (_this21.global('skip') !== null) { + _this21.skip(false); + } else { + _this21.skip(true); + } + } + } + }); // Add listener to the auto-play buttons, activating or deactivating the + // auto-play feature + + this.registerListener('auto-play', { + callback: function callback() { + _this21.autoPlay(_this21.global('_auto_play_timer') === null); + } + }); + var promises = []; + + var _iterator27 = _createForOfIteratorHelper(this.components()), + _step27; + + try { + for (_iterator27.s(); !(_step27 = _iterator27.n()).done;) { + var _component = _step27.value; + _component.engine = this; + promises.push(_component.setup(selector)); + } + } catch (err) { + _iterator27.e(err); + } finally { + _iterator27.f(); + } + + var _iterator28 = _createForOfIteratorHelper(this.actions()), + _step28; + + try { + for (_iterator28.s(); !(_step28 = _iterator28.n()).done;) { + var action = _step28.value; + action.engine = this; + promises.push(action.setup(selector)); + } + } catch (err) { + _iterator28.e(err); + } finally { + _iterator28.f(); + } + + return Promise.all(promises).then(function () { + _this21.global('_didSetup', true); + + return Promise.resolve(); + }); + } + /** + * @static skip - Enable or disable the skip mode which is similar to auto + * play but simply skips fast through the game. + * + * @param {boolean} enable - Wether it should be enabled (true) or disabled (false) + */ + + }, { + key: "skip", + value: function skip(enable) { + var _this22 = this; + + if (enable === true) { + // Check if Skip was enabled on the settings, if it has a value greater + // than 0, it represents the speed with which the game will skip through + // statements. If it's lesser or equal to 0 then it's disabled. + if (this.setting('Skip') > 0) { + var button = this.element().find('[data-component="quick-menu"] [data-action="skip"] [data-icon]'); + + if (button.data('icon') !== 'play-circle') { + button.replaceWith(''); + } // Start the timeout with the time specified on the settings. We + // save it on a global variable so that we can disable later. + + + this.global('skip', setTimeout(function () { + if (_this22.element().find('[data-screen="game"]').isVisible() && _this22.global('playing') === true) { + _this22.proceed({ + skip: true + }).then(function () {// Nothing to do here + }).catch(function () {// An action waiting for user interaction or something else + // is blocking the game. + }); + } // Start all over again + + + _this22.skip(true); + }, this.setting('Skip'))); + } + } else { + clearTimeout(this.global('skip')); + this.global('skip', null); + + var _button = this.element().find('[data-component="quick-menu"] [data-action="skip"] [data-icon]'); + + if (_button.data('icon') !== 'fast-forward') { + _button.replaceWith(''); + } + } + } + }, { + key: "showScreen", + value: function showScreen(screen) { + this.hideScreens(); + this.element().find("[data-screen=\"".concat(screen, "\"]")).get(0).setState({ + open: true + }); + } + }, { + key: "hideScreens", + value: function hideScreens() { + this.element().find('[data-screen]').each(function (screen) { + screen.setState({ + open: false + }); + }); + } + }, { + key: "resize", + value: function resize(element, proportionWidth, proportionHeight) { + var mainElement = (0, _artemis.$_)('body').get(0); + var mainWidth = mainElement.offsetWidth; + var mainHeight = mainElement.offsetHeight; + var h = Math.floor(mainWidth * (proportionHeight / proportionWidth)); + var widthCss = '100%'; + var heightCss = '100%'; + var marginTopCss = 0; + + if (h <= mainHeight) { + var marginTop = Math.floor((mainHeight - h) / 2); + marginTopCss = marginTop + 'px'; + heightCss = h + 'px'; + } else { + var w = Math.floor(mainHeight * (proportionWidth / proportionHeight)); + widthCss = w + 'px'; + } + + (0, _artemis.$_)('.forceAspectRatio').style({ + width: widthCss, + height: heightCss, + marginTop: marginTopCss + }); + } + /** + * Every event listener should be binded in this function. + */ + + }, { + key: "bind", + value: function bind(selector) { + var _this23 = this; + + // Add the orientation checker in case that a specific orientation was + // defined. + if (this.setting('Orientation') !== 'any' && _artemis.Platform.mobile()) { + // Set the event listener for device orientation so we can display a message + window.addEventListener('orientationchange', function () { + // Display or remove the device orientation notice depending on the + // current device orientation + if (_artemis.Platform.orientation() !== _this23.setting('Orientation')) { + _this23.alert('orientation-warning', { + message: 'OrientationWarning' + }); + } else { + _this23.dismissAlert('orientation-warning'); + } + }, false); + } // Add event listener for back buttons. If the player is playing, the back + // button will return to the game, if its not playing, then it'll return + // to the main menu. + + + this.on('click', '[data-screen]:not([data-screen="game"]) [data-action="back"]', function (event) { + if (!(0, _artemis.$_)("".concat(selector, " [data-screen=\"game\"]")).isVisible()) { + _this23.debug.debug('Registered Back Listener on Non-Game Screen'); + + event.stopImmediatePropagation(); + event.stopPropagation(); + event.preventDefault(); + + _this23.element().find('[data-screen]').each(function (screen) { + screen.setState({ + open: false + }); + }); + + if (_this23.global('playing') || _this23.global('on_splash_screen')) { + _this23.element().find('[data-screen="game"]').get(0).setState({ + open: true + }); + } else { + _this23.element().find('[data-screen="main"]').get(0).setState({ + open: true + }); + } + } + }); + var self = this; // Add listeners for the data-action properties + + this.on('click', '[data-action]', function (event) { + var element = (0, _artemis.$_)(this); + var action = element.data('action'); + + if (action) { + self.runListener(action, element, event); + } + + return false; + }); + this.keyboardShortcut(['right', 'space'], function () { + _this23.proceed({ + userInitiated: true + }).then(function () {// Nothing to do here + }).catch(function () {// An action waiting for user interaction or something else + // is blocking the game. + }); + }); + this.keyboardShortcut('esc', function () { + if ((0, _artemis.$_)("".concat(selector, " [data-screen=\"game\"]")).isVisible() && _this23.global('playing')) { + _this23.showScreen('settings'); + } else if ((0, _artemis.$_)("".concat(selector, " [data-screen=\"settings\"]")).isVisible() && _this23.global('playing')) { + _this23.showScreen('game'); + } + }); + this.keyboardShortcut('shift+s', function () { + if (_this23.global('playing')) { + _this23.showScreen('save'); + } + }); + this.keyboardShortcut('shift+l', function () { + if (_this23.global('playing')) { + _this23.showScreen('load'); + } + }); + var forceAspectRatio = this.setting('ForceAspectRatio'); + var forceAspectRatioFlag = true; + + switch (forceAspectRatio) { + case 'Visuals': + (0, _artemis.$_)('[data-content="visuals"]').addClass('forceAspectRatio'); + break; + + case 'Global': + this.element().parent().addClass('forceAspectRatio'); + break; + + default: + forceAspectRatioFlag = false; + } + + if (forceAspectRatioFlag) { + var _this$setting$split = this.setting('AspectRatio').split(':'), + _this$setting$split2 = _slicedToArray(_this$setting$split, 2), + w = _this$setting$split2[0], + h = _this$setting$split2[1]; + + var proportionWidth = parseInt(w); + var proportionHeight = parseInt(h); + + if (!(_artemis.Platform.electron() && forceAspectRatio === 'Global')) { + this.resize(null, proportionWidth, proportionHeight); + (0, _artemis.$_)(window).on('resize', function () { + return _this23.resize(null, proportionWidth, proportionHeight); + }); + } + } + + var promises = []; + + var _iterator29 = _createForOfIteratorHelper(this.components()), + _step29; + + try { + for (_iterator29.s(); !(_step29 = _iterator29.n()).done;) { + var component = _step29.value; + promises.push(component.bind(selector)); + } + } catch (err) { + _iterator29.e(err); + } finally { + _iterator29.f(); + } + + var _iterator30 = _createForOfIteratorHelper(this.actions()), + _step30; + + try { + for (_iterator30.s(); !(_step30 = _iterator30.n()).done;) { + var action = _step30.value; + promises.push(action.bind(selector)); + } + } catch (err) { + _iterator30.e(err); + } finally { + _iterator30.f(); + } + + return Promise.all(promises).then(function () { + var _iterator31 = _createForOfIteratorHelper(_this23._listeners), + _step31; + + try { + for (_iterator31.s(); !(_step31 = _iterator31.n()).done;) { + var listener = _step31.value; + var keys = listener.keys, + callback = listener.callback; + + if (typeof keys !== 'undefined') { + _this23.keyboardShortcut(keys, callback); + } + } + } catch (err) { + _iterator31.e(err); + } finally { + _iterator31.f(); + } + + _this23.global('_didBind', true); + + return Promise.resolve(); + }); + } + /** + * @static element - Get the main visual-novel element + * + * @param {boolean} pure - Wether to get an Artemis DOM instance of the element + * or a pure HTML element + * @param {boolean} handled - Wether the case of the element not existing is + * being handled in some way or not. If it doesn't exist and it is not being + * handled, an error will be shown. + * + * @returns {DOM | HTMLElement} + */ + + }, { + key: "element", + value: function element() { + var pure = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false; + var handled = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; + var element = null; + var exists = false; + + if (pure === true) { + element = document.querySelector('visual-novel'); + exists = element !== null; + } else { + element = (0, _artemis.$_)('visual-novel'); + exists = element.length > 0; + } // In some cases, the user might be trying to execute an action using the + // main element when the DOM has not been loaded yet, thus causing an + // error since the element does not exists yet. + + + if (exists === false && handled === false) { + _FancyError.FancyError.show('Main element is not ready yet', 'Monogatari attempted to execute a function when the main element was not fully loaded yet.', { + 'Trace': 'You should be able to see an error with the order in which functions were executed in your browser\'s console (Ctrl + Shift + i). The last one should be part of your code and that\'s the one that needs to be changed.', + 'Help': { + '_': 'Please wrap or move your code into a $_ready () function block to wait for the page to be fully loaded before executing it.', + '_1': "\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$_ready (() => {\n\t\t\t\t\t\t\t\t\t// Your code should go here\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t" + } + }); + } + + return element; + } + }, { + key: "on", + value: function on(event, target, callback) { + return this.element().on(event, target, callback); + } + }, { + key: "parentElement", + value: function parentElement() { + return (0, _artemis.$_)(this._selector); + } + /** + * @static trigger - Trigger a custom element with custom details data + * + * @param {string} name - The name of the event to trigger + * @param {Object} [details = {}] - A key/value object with additional details + * for the event + * + * @returns {void} + */ + + }, { + key: "trigger", + value: function trigger(name) { + var details = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + var event = new CustomEvent(name, { + bubbles: false, + detail: details + }); + var element = this.element(true, true); + + if (element) { + element.dispatchEvent(event); + } else { + (0, _artemis.$_ready)(function () { + return dispatchEvent(event); + }); + } + } + }, { + key: "init", + value: function init() { + var _this24 = this; + + var selector = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '#monogatari'; + this._selector = selector; + this.trigger('willInit'); + + if (this.Storage.configuration().name === '') { + this.setupStorage(); + } + + _FancyError.FancyError.init(); + + this.trigger('willSetup'); + return this.setup(selector).then(function () { + _this24.trigger('didSetup'); + + _this24.trigger('willBind'); + + return _this24.bind(selector).then(function () { + _this24.trigger('didBind'); + + _this24.ambientPlayer = new Audio(); // Set the initial language translations + + _this24.localize(); // Set the label in which the game will start + + + _this24.state({ + label: _this24.setting('Label') + }); // Check if the orientation is correct, if it's not, show the warning + // message so the player will rotate its device. + + + if (_this24.setting('Orientation') !== 'any') { + if (_artemis.Platform.mobile() && _artemis.Platform.orientation() !== _this24.setting('Orientation')) { + _this24.alert('orientation-warning', { + message: 'OrientationWarning' + }); + } + } // Preload all the game assets + + + _this24.preload().then(function () {}).catch(function (e) { + console.error(e); + }).finally(function () { + if (_this24.label()) { + _this24.showSplashScreen(); + } else { + _FancyError.FancyError.show("\"".concat(_this24.setting('Label'), "\" Label was not found"), 'Monogatari tried to get your start label but it couldn\'t find it in your script.', { + 'Start Label on your Settings': _this24.setting('Label'), + 'Labels Available': Object.keys(_this24.script()), + 'Help': { + '_': 'Please check that the label exists in your script.' + } + }); + } + }); + + var init = []; + + var _iterator32 = _createForOfIteratorHelper(_this24.components()), + _step32; + + try { + for (_iterator32.s(); !(_step32 = _iterator32.n()).done;) { + var component = _step32.value; + init.push(component.init(selector)); + } + } catch (err) { + _iterator32.e(err); + } finally { + _iterator32.f(); + } + + var _iterator33 = _createForOfIteratorHelper(_this24.actions()), + _step33; + + try { + for (_iterator33.s(); !(_step33 = _iterator33.n()).done;) { + var action = _step33.value; + init.push(action.init(selector)); + } + } catch (err) { + _iterator33.e(err); + } finally { + _iterator33.f(); + } + + if (_this24.setting('AutoSave') != 0 && typeof _this24.setting('AutoSave') === 'number') { + _this24.debug.debug('Automatic save is enabled, setting up timeout'); + + _this24.global('_auto_save_interval', setInterval(function () { + _this24.debug.groupCollapsed('Automatic Save'); + + var id = _this24.global('current_auto_save_slot'); + + _this24.debug.debug('Saving data to slot', id); + + _this24.saveTo('AutoSaveLabel', id); + + if (_this24.global('current_auto_save_slot') === _this24.setting('Slots')) { + _this24.global('current_auto_save_slot', 1); + } else { + _this24.global('current_auto_save_slot', _this24.global('current_auto_save_slot') + 1); + } + + _this24.debug.groupEnd('Automatic Save'); + }, _this24.setting('AutoSave') * 60000)); + } else { + _this24.debug.debug('Automatic save is disabled. Section will be hidden from Load Screen'); + + _this24.element().find('[data-screen="load"] [data-ui="autoSaveSlots"]').hide(); + } + + return Promise.all(init).then(function () { + _this24.global('_didInit', true); + + _this24.trigger('didInit'); + }); + }); + }); + } + }, { + key: "random", + value: function random(min, max) { + try { + return new _randomJs.Random(_randomJs.browserCrypto).integer(min, max); + } catch (e) { + console.error(e); + return new _randomJs.Random().integer(min, max); + } + } + }, { + key: "debug", + get: function get() { + return new Proxy(_artemis.Debug, { + apply: function apply(target, receiver, args) { + if ((typeof MonogatariDebug === "undefined" ? "undefined" : _typeof(MonogatariDebug)) === 'object') { + return Reflect.apply(target, receiver, args); + } + } + }); + }, + set: function set(value) { + throw new Error('Debug reference cannot be overriden.'); + } + }]); + + return Monogatari; +}(); + +Monogatari._events = {}; +Monogatari._selector = '#monogatari'; +Monogatari._actions = []; +Monogatari._components = []; +Monogatari._translations = {}; +Monogatari._script = {}; +Monogatari._characters = {}; +Monogatari._storage = {}; +Monogatari.Storage = new _artemis.Space(); +Monogatari._mediaPlayers = { + music: {}, + sound: {}, + voice: {}, + video: {} +}; +Monogatari._state = { + step: 0, + label: 'Start' +}; +Monogatari._history = { + image: [], + character: [], + scene: [], + label: [] +}; +Monogatari._globals = {}; +Monogatari._functions = {}; +Monogatari._$ = {}; +Monogatari._status = { + block: false, + playing: false, + finished_typing: true +}; +Monogatari._assets = { + music: {}, + voices: {}, + sounds: {}, + videos: {}, + images: {}, + scenes: {}, + gallery: {} +}; // These are the default settings and they are overwritten by the user's settings +// New elements here will no conflict with the user's settings and allows a better +// update experience + +Monogatari._settings = { + // The name of your game, this will be used to store all the data so once + // you've released a game using one name, it shouldn't change. Please use the + // Version Setting to indicate a new release of your game! + 'Name': 'My Visual Novel', + // The version of your game in semantic versioning (https://semver.org/). + 'Version': '0.1.0', + // Initial Label * + 'Label': 'Start', + // Number of AutoSave Slots + 'Slots': 10, + // Change to true for a MultiLanguage GameScreen. + 'MultiLanguage': false, + // Music for the Main Menu. + 'MainScreenMusic': '', + // Prefix for the Save Slots in Local Storage. + 'SaveLabel': 'Save', + 'AutoSaveLabel': 'AutoSave', + // Turn main menu on/off; Default: true * + 'ShowMainScreen': true, + // Turn image preloading on/off, Default: true + 'Preload': true, + // Time interval between autosaves (In Minutes). Default: 0 (Off) + 'AutoSave': 0, + // Enable service workers; Default: true * + 'ServiceWorkers': true, + // The Aspect Ratio your background images are on. This has no effect on + // web deployed novels. + 'AspectRatio': '16:9', + // Force aspect ratio, it will make all images to comply with aspect ratio. + // Values: 'None' (don't force), 'Visuals' (force only visuals) + // or 'Global' (force all game) + 'ForceAspectRatio': 'None', + // Enables or disables the typing text animation for the whole game. + 'TypeAnimation': true, + // Enables or disables the typing text animation in NVL dialogs for the + // whole game. + 'NVLTypeAnimation': true, + // Enables or disables the typing animation for the narrator. + // If the previous property was set to false, the narrator won't shown + // the animation even if this is set to true. + 'NarratorTypeAnimation': true, + // Enables or disables the typing animation for the special centered + // character. If the TypeAnimation property was set to false, the centered + // character won't shown the animation even if this is set to true. + 'CenteredTypeAnimation': true, + // Force some orientation on mobile devices. If this setting is set either + // to portrait or landscape, a warning message will be displayed so the + // player rotates its device. + // Possible values: any, portrait or landscape. + 'Orientation': 'any', + // Allow players to skip through the game. Similar to the auto play feature, + // skipping will allow players to go through the game really fast. + // If this value is set to 0, no skipping will be allowed but if it's set + // to a higher number, skipping will be allowed and that value will be taken + // as the speed in milliseconds with which the game will skip through the script + 'Skip': 0, + // Define the directories where the assets are located. The root directory is + // the holder for the other asset specific directories, this directories are + // used when retrieving the files on the game. + 'AssetsPath': { + 'root': 'assets', + 'characters': 'characters', + 'icons': 'icons', + 'images': 'images', + 'music': 'music', + 'scenes': 'scenes', + 'sounds': 'sounds', + 'ui': 'ui', + 'videos': 'videos', + 'voices': 'voices', + 'gallery': 'gallery' + }, + // Name of the Splash Screen Label. If a name is given and a label with that + // name exists on the game's script, it will be used to show a splash screen + // right after the loading screen. + 'SplashScreenLabel': '_SplashScreen', + // Define what storage engine should be used to save the game data. * + // Adapters Available: + // - LocalStorage: This one is used by default + // - SessionStorage: Same as LocalStorage but will be cleared when the page + // is closed. + // - IndexedDB: The information is saved using the IndexedDB web API + // - RemoteStorage: The information will be sent and retrieved from a given + // URL Endpoint providing a REST API. + 'Storage': { + 'Adapter': 'LocalStorage', + 'Store': 'GameData', + 'Endpoint': '' + } +}; +Monogatari._preferences = { + // Initial Language for Multilanguage Games or for the Default GUI Language. + 'Language': 'English', + // Initial Volumes from 0.0 to 1. + 'Volume': { + 'Music': 1, + 'Voice': 1, + 'Sound': 1, + 'Video': 1 + }, + // Initial resolution used for Electron, it must match the settings inside + // the electron.js file. This has no effect on web deployed novels. + 'Resolution': '800x600', + // Speed at which dialog text will appear + 'TextSpeed': 20, + // Speed at which the Auto Play feature will show the next statement + // It is measured in seconds and starts counting after the text is + // completely displayed. + 'AutoPlaySpeed': 5 +}; +Monogatari.globals({ + distraction_free: false, + delete_slot: null, + overwrite_slot: null, + block: false, + playing: false, + current_auto_save_slot: 1, + _auto_play_timer: null, + skip: null, + _log: [], + _auto_save_interval: null, + _engine_block: false, + _executing_sub_action: false, + _restoring_state: false, + on_splash_screen: false, + _didSetup: false, + _didBind: false, + _didInit: false +}); +Monogatari._listeners = []; +Monogatari._configuration = { + 'main-menu': { + buttons: [{ + string: 'Start', + data: { + action: 'start' + } + }, { + string: 'Load', + data: { + action: 'open-screen', + open: 'load' + } + }, { + string: 'Settings', + data: { + action: 'open-screen', + open: 'settings' + } + }, { + string: 'Help', + data: { + action: 'open-screen', + open: 'help' + } + }] + }, + 'quick-menu': { + buttons: [{ + string: 'Back', + icon: 'fas fa-arrow-left', + link: '#', + data: { + action: 'back' + } + }, { + string: 'Hide', + icon: 'fas fa-eye', + data: { + action: 'distraction-free' + } + }, { + string: 'AutoPlay', + icon: 'fas fa-play-circle', + data: { + action: 'auto-play' + } + }, { + string: 'Skip', + icon: 'fas fa-fast-forward', + data: { + action: 'skip' + } + }, { + string: 'Save', + icon: 'fas fa-save', + data: { + action: 'open-screen', + open: 'save' + } + }, { + string: 'Load', + icon: 'fas fa-undo', + data: { + action: 'open-screen', + open: 'load' + } + }, { + string: 'Settings', + icon: 'fas fa-cog', + data: { + action: 'open-screen', + open: 'settings' + } + }, { + string: 'Quit', + icon: 'fas fa-times-circle', + data: { + action: 'end' + } + }] + }, + credits: {} +}; +Monogatari._templates = {}; +Monogatari._upgrade = {}; +Monogatari._temp = {}; +Monogatari.Storage = new _artemis.Space(); +Monogatari.version = package_json.version; +Monogatari._id = 'visual-novel'; +var _default = Monogatari; +exports.default = _default; +},{"@aegis-framework/artemis":"../node_modules/@aegis-framework/artemis/index.js","moment/min/moment-with-locales":"../node_modules/moment/min/moment-with-locales.js","mousetrap":"../node_modules/mousetrap/mousetrap.js","./lib/FancyError":"lib/FancyError.js","deeply":"../node_modules/deeply/index.js","./../package.json":"../package.json","random-js":"../node_modules/random-js/dist/random-js.esm.js"}],"translations/العربية.js":[function(require,module,exports) { +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = void 0; + +/** + * ============================================================ + * Arabic + * ============================================================ + * + * Translators: + * + * Ren + */ +var _default = { + 'AdvanceHelp': 'للتقدم في القصة انقز بزر الفأره الأيسر او المس الشاشه في اي مكان او اضغط زر المسافة', + 'AllowPlayback': 'أضغط هنا لتفعيل امكانية تشغيل الصوت', + 'Audio': 'الأصوات', + 'AutoPlay': 'تلقائي', + 'AutoPlayButton': 'تفعيل التشغيل التلقائي', + 'AutoPlaySpeed': 'سرعة التشغيل التلقائي', + 'Back': 'تراجع', + 'BackButton': 'العودة', + 'Cancel': 'الغاء', + 'Close': 'اغلاق', + 'Confirm': 'هل ترغب بالخروج؟', + 'Credits': 'العاملين على المشروع', + 'Delete': 'حذف', + 'DialogLogButton': 'اظهار زر الحوار', + 'FullScreen': 'ملء الشاشة', + 'Gallery': 'معرض الصور', + 'Help': 'مساعده', + 'Hide': 'اخفاء', + 'HideButton': 'اخفاء صندوق الحوار', + 'iOSAudioWarning': 'اعدادات الصوت غير مدعومه على أنظمة iOS', + 'KeyboardShortcuts': 'إختصارات لوحة المفاتيح', + 'Language': 'اللغة', + 'Load': 'استرجاع', + 'LoadAutoSaveSlots': 'خانات الحفظ التلقائي', + 'LoadButton': 'فتح شاشة الحفظ والاسترجاع', + 'Loading': 'يتم الاسترجاع', + 'LoadingMessage': 'يرجى الانتظار ريثما يتم تحميل الملفات', + 'LoadSlots': 'خانات الحفظ', + 'LocalStorageWarning': 'الحفظ المحلي غير مدعوم على هذا المتصفح', + 'Log': 'سجل', + 'Music': 'صوت الموسيقى', + 'NewContent': 'توجد محتويات جديده يرجى تنشيط الصفحة لمشاهدتها', + 'NoSavedGames': 'لا توجد ملفات حفظ', + 'NoAutoSavedGames': 'لا توجد خانات حفظ تلقائي', + 'NoDialogsAvailable': 'لا توجد حوارات. ستظهر الحوارات هنا عندما يتم كتابتها', + 'OK': 'موافق', + 'OrientationWarning': 'الرجاء وضع الجهاز على الجانب الآخر لتستطيع اللعب', + 'Overwrite': 'الاستبدال', + 'QuickButtons': 'ازرار خانات الحفظ السريع', + 'QuickMenu': 'القائمة السريعة', + 'Quit': 'خروج', + 'QuitButton': 'انهاء اللعبه', + 'Resolution': 'عرض الشاشة', + 'Save': 'حفظ', + 'SaveButton': 'يفتح شاشة حفظ اللعبة', + 'SaveInSlot': 'حفظ في خانة', + 'Settings': 'إعدادات', + 'SettingsButton': 'يفتح صفحة الإعدادات', + 'Show': 'عرض', + 'Skip': 'تخطي', + 'SkipButton': 'بدء وضع التخطي', + 'SlotDeletion': 'هل أنت متأكد من رغبتك في حذف هذه الخانة؟', + 'SlotOverwrite': 'هل أنت متأكد من رغبتك في استبدال هذه الخانة؟', + 'Sound': 'مقدار صوت الاصوات', + 'Start': 'بدء', + 'Stop': 'توقف', + 'TextSpeed': 'سرعة النص', + 'Video': 'مقدار صوت الفيديو', + 'Voice': 'مقدار صوت الكلام المنطوق', + 'Windowed': 'نافذة' +}; +exports.default = _default; +},{}],"translations/Беларуская.js":[function(require,module,exports) { +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = void 0; + +/** + * ============================================================ + * Belarusian + * ============================================================ + * + * Translators: + * + * Yakauleu "Wiedy Mi" Uladzislau + */ +var _default = { + 'AdvanceHelp': 'Каб гуляць, націсніце на прабел або леваю кнопку мышы', + 'AllowPlayback': 'Націсніце тут, каб дазволіць прайграванне аўдыя', + 'Audio': 'Аўдыя', + 'AutoPlay': 'Аўта', + 'AutoPlayButton': 'Уключыць аўтапрайграванне', + 'AutoPlaySpeed': 'Хуткасць аўтапрайгравання', + 'Back': 'Назад', + 'BackButton': 'Перайсці назад', + 'Cancel': 'Скасаваць', + 'Close': 'Закрыць', + 'Confirm': 'Выйсці?', + 'Credits': 'Цітры', + 'Delete': 'Выдаліць', + 'DialogLogButton': 'Паказаць журнал дыялогаў', + 'FullScreen': 'Поўны экран', + 'Gallery': 'Галерэя', + 'Help': 'Дапамога', + 'Hide': 'Схаваць', + 'HideButton': 'Схаваць тэкставае поле', + 'iOSAudioWarning': 'Налады аўдыя не падтрымліваюцца на iOS', + 'KeyboardShortcuts': 'Хуткія клавішы', + 'Language': 'Мова', + 'Load': 'Загрузіць', + 'LoadAutoSaveSlots': 'Аўтазахаваныя гульні', + 'LoadButton': 'Адкрыць меню загрузкі', + 'Loading': 'Загрузка', + 'LoadingMessage': 'Пачакайце поўнай загрузкі рэсурсаў', + 'LoadSlots': 'Захаваныя гульні', + 'LocalStorageWarning': 'Лакальнае сховішча недаступна ў гэтым браўзеры', + 'Log': 'Журнал', + 'Music': 'Хучнасць музыкі', + 'NewContent': 'Даступна новае змесціва, перазагрузіце старонку, каб атрымаць апошнюю версію', + 'NoSavedGames': 'Няма захаваных гульняў', + 'NoAutoSavedGames': 'Няма аўтазахаваных гульняў', + 'NoDialogsAvailable': 'Няма даступных дыялогаў. Дыялогі будуць з\'яўляцца тут па меры праходжання гульні', + 'OK': 'ОК', + 'OrientationWarning': 'Каб гуляць, павярніце вашу прыладу', + 'Overwrite': 'Перазапісаць', + 'QuickButtons': 'Кнопкі хуткага меню', + 'QuickMenu': 'Хуткае меню', + 'Quit': 'Выйсці', + 'QuitButton': 'Выйсці з гульні', + 'Resolution': 'Разрознасць', + 'Save': 'Захаваць', + 'SaveButton': 'Адкрыць меню захавання', + 'SaveInSlot': 'Захаваць у слот', + 'Settings': 'Налады', + 'SettingsButton': 'Адкрыць меню налад', + 'Show': 'Паказаць', + 'Skip': 'Прапусціць', + 'SkipButton': 'Аўтапераход', + 'SlotDeletion': 'Вы ўпэўнены, што хочаце выдаліць гэты слот?', + 'SlotOverwrite': 'Вы ўпэўнены, што хочаце перазапісаць гэты слот?', + 'Sound': 'Гучнасць гукаў', + 'Start': 'Пачаць', + 'Stop': 'Спыніць', + 'TextSpeed': 'Хуткасць тэксту', + 'Video': 'Гучнасць відэа', + 'Voice': 'Гучнасць голасу', + 'Windowed': 'Аконны рэжым' +}; +exports.default = _default; +},{}],"translations/简体中文.js":[function(require,module,exports) { +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = void 0; + +/** + * ============================================================ + * 简体中文 (Simplified Chinese) + * ============================================================ + * + * Translators: + * + * RuolinZheng08 + */ +var _default = { + 'AdvanceHelp': '按下空格键或点击屏幕以继续', + 'AllowPlayback': '点击这里以启用语音回放', + 'Audio': '音效', + 'AutoPlay': '自动', + 'AutoPlayButton': 'Enable auto play', + 'AutoPlaySpeed': '自动播放速度', + 'Back': '后退', + 'BackButton': '后退', + 'Cancel': '取消', + 'Close': '关闭', + 'Confirm': '确定要退出吗?', + 'Credits': 'Credits', + 'Delete': '删除', + 'DialogLogButton': 'Show the dialog log', + 'FullScreen': '全屏显示', + 'Gallery': 'Gallery', + 'Help': '帮助', + 'Hide': '隐藏', + 'HideButton': '隐藏文字', + 'iOSAudioWarning': 'iOS暂不支持音效设定', + 'KeyboardShortcuts': 'Keyboard Shortcuts', + 'Language': '语言', + 'Load': '读取', + 'LoadAutoSaveSlots': '自动存储的游戏进度', + 'LoadButton': '显示读取界面', + 'Loading': '加载中', + 'LoadingMessage': '等待素材加载中', + 'LoadSlots': '存储的游戏进度', + 'LocalStorageWarning': '该浏览器暂不支持本地存储功能', + 'Log': 'Log', + 'Music': '音乐音量', + 'NoSavedGames': '没有存储的游戏进度', + 'NoAutoSavedGames': '没有自动存储的游戏进度', + 'NewContent': '有新的内容可供使用,重新加载页面以获取最新版本', + 'NoDialogsAvailable': 'No dialogs available. Dialogs will appear here as they show up', + 'OK': '確定', + 'OrientationWarning': '请将设备旋转以体验游戏内容', + 'Overwrite': '覆盖', + 'QuickButtons': '快捷菜单按钮', + 'QuickMenu': 'Quick Menu', + 'Quit': '退出', + 'QuitButton': '退出游戏', + 'Resolution': '分辨率', + 'Save': '存档', + 'SaveButton': '显示存档界面', + 'SaveInSlot': '写入存档槽位', + 'Settings': '环境设定', + 'SettingsButton': '显示环境设定界面', + 'Show': '显示', + 'Skip': 'Skip', + 'SkipButton': 'Enter skip mode', + 'SlotDeletion': '确定要删除这个存档槽位吗?', + 'SlotOverwrite': '确定要覆盖这个存档槽位吗?', + 'Sound': '音效音量', + 'Start': '开始', + 'Stop': '停止', + 'TextSpeed': '文字显示速度', + 'Video': 'Video Volume', + 'Voice': '语音音量', + 'Windowed': '窗口' +}; +exports.default = _default; +},{}],"translations/Nederlands.js":[function(require,module,exports) { +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = void 0; + +/** + * ============================================================ + * Nederlands + * ============================================================ + * + * Translators: + * + * Natsukeep + */ +var _default = { + 'AdvanceHelp': 'Gebruik de spatiebalk of linker muisknop om te spelen', + 'AllowPlayback': 'Click here to allow audio playback', + 'Audio': 'Audio', + 'AutoPlay': 'Auto', + 'AutoPlayButton': 'Enable auto play', + 'AutoPlaySpeed': 'Autoplay snelheid', + 'Back': 'Terug', + 'BackButton': 'Terug', + 'Cancel': 'Stop', + 'Close': 'Sluit', + 'Confirm': 'Ben je zeker dat je wilt stoppen?', + 'Credits': 'Credits', + 'Delete': 'Delete', + 'DialogLogButton': 'Show the dialog log', + 'FullScreen': 'Volledig scherm', + 'Gallery': 'Gallery', + 'Help': 'Help', + 'Hide': 'Verberg', + 'HideButton': 'Verberg tekst', + 'KeyboardShortcuts': 'Keyboard Shortcuts', + 'iOSAudioWarning': 'Audio instellingen worden niet ondersteund door iOS', + 'Language': 'Taal', + 'Load': 'Laad', + 'LoadAutoSaveSlots': 'Automatisch opgeslagen spellen', + 'LoadButton': 'Open het laadscherm', + 'Loading': 'Laden', + 'LoadingMessage': 'Wacht tot de onderdelen zijn geladen', + 'LoadSlots': 'Opgeslagen spellen', + 'LocalStorageWarning': 'Locale Opslag is niet mogelijk in deze Browser', + 'Log': 'Log', + 'Music': 'Muziek Volume', + 'NewContent': 'There is new content available, reload the page to get the latest version', + 'NoSavedGames': 'Geen opgeslagen spellen', + 'NoAutoSavedGames': 'Geen automatsch opgeslagen spellen', + 'NoDialogsAvailable': 'No dialogs available. Dialogs will appear here as they show up', + 'OK': 'OK', + 'OrientationWarning': 'Please rotate your device to play', + 'Overwrite': 'Overschrijven', + 'QuickButtons': 'Snelmenu knoppen', + 'QuickMenu': 'Quick Menu', + 'Quit': 'sluit', + 'QuitButton': 'Sluit spel', + 'Resolution': 'Resolutie', + 'Save': 'Opslaan', + 'SaveButton': 'Open de Save Screen', + 'SaveInSlot': 'Sla op in slot', + 'Settings': 'Instellingen', + 'SettingsButton': 'Open de instellingen', + 'Show': 'Tonen', + 'Skip': 'Skip', + 'SkipButton': 'Enter skip mode', + 'SlotDeletion': 'Weet u zeker dat u dit slot verwijderen?', + 'SlotOverwrite': 'Weet u zeker dat u dit slot overschrijven?', + 'Sound': 'Geluids volume', + 'Start': 'Start', + 'Stop': 'Stop', + 'TextSpeed': 'Tekst snelheid', + 'Video': 'Video Volume', + 'Voice': 'Stem Volume', + 'Windowed': 'Window modus' +}; +exports.default = _default; +},{}],"translations/English.js":[function(require,module,exports) { +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = void 0; + +/** + * ============================================================ + * English + * ============================================================ + * + * Translators: + * + * Hyuchia + */ +var _default = { + 'AdvanceHelp': 'To advance through the game, left-click or tap anywhere on the game screen or press the space key', + 'AllowPlayback': 'Click here to allow audio playback', + 'Audio': 'Audio', + 'AutoPlay': 'Auto', + 'AutoPlayButton': 'Enable auto play', + 'AutoPlaySpeed': 'Autoplay Speed', + 'Back': 'Back', + 'BackButton': 'Go back', + 'Cancel': 'Cancel', + 'Close': 'Close', + 'Confirm': 'Do you want to quit?', + 'Credits': 'Credits', + 'Delete': 'Delete', + 'DialogLogButton': 'Show the dialog log', + 'FullScreen': 'Full Screen', + 'Gallery': 'Gallery', + 'Help': 'Help', + 'Hide': 'Hide', + 'HideButton': 'Hide the text box', + 'iOSAudioWarning': 'Audio settings are not supported on iOS', + 'KeyboardShortcuts': 'Keyboard Shortcuts', + 'Language': 'Language', + 'Load': 'Load', + 'LoadAutoSaveSlots': 'Auto Saved Games', + 'LoadButton': 'Open the Load Screen', + 'Loading': 'Loading', + 'LoadingMessage': 'Wait while the assets are loaded', + 'LoadSlots': 'Saved Games', + 'LocalStorageWarning': 'Local Storage is not available in this browser', + 'Log': 'Log', + 'Music': 'Music Volume', + 'NewContent': 'There is new content available, reload the page to get the latest version', + 'NoSavedGames': 'No saved games', + 'NoAutoSavedGames': 'No automatically saved games', + 'NoDialogsAvailable': 'No dialogs available. Dialogs will appear here as they show up', + 'OK': 'OK', + 'OrientationWarning': 'Please rotate your device to play', + 'Overwrite': 'Overwrite', + 'QuickButtons': 'Quick Menu Buttons', + 'QuickMenu': 'Quick Menu', + 'Quit': 'Quit', + 'QuitButton': 'Quit Game', + 'Resolution': 'Resolution', + 'Save': 'Save', + 'SaveButton': 'Open the Save Screen', + 'SaveInSlot': 'Save in slot', + 'Settings': 'Settings', + 'SettingsButton': 'Open the Settings Screen', + 'Show': 'Show', + 'Skip': 'Skip', + 'SkipButton': 'Enter skip mode', + 'SlotDeletion': 'Are you sure you want to delete this slot?', + 'SlotOverwrite': 'Are you sure you want to overwrite this slot?', + 'Sound': 'Sound Volume', + 'Start': 'Start', + 'Stop': 'Stop', + 'TextSpeed': 'Text Speed', + 'Video': 'Video Volume', + 'Voice': 'Voice Volume', + 'Windowed': 'Windowed' +}; +exports.default = _default; +},{}],"translations/Français.js":[function(require,module,exports) { +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = void 0; + +/** + * ============================================================ + * Français + * ============================================================ + * + * Translators: + * + * BakaKiller, LoganTann (ShinProg) + */ +var _default = { + 'AdvanceHelp': 'Pour avancer dans le jeu, appuyez sur la touche espace ou cliquez', + 'AllowPlayback': 'Cliquez ici pour autoriser la musique de fond', + 'Audio': 'Audio', + 'AutoPlay': 'Auto', + 'AutoPlayButton': 'Activer la lecture automatique', + 'AutoPlaySpeed': 'Vitesse de lecture automatique', + 'Back': 'Retour', + 'BackButton': 'Retour', + 'Cancel': 'Annuler', + 'Close': 'Fermer', + 'Confirm': 'Voulez-vous vraiment quitter?', + 'Credits': 'Crédits', + 'Delete': 'Supprimer', + 'DialogLogButton': 'Afficher le journal de dialogues', + 'FullScreen': 'Plein Écran', + 'Gallery': 'Gallerie', + 'Help': 'Aide', + 'Hide': 'Cacher', + 'HideButton': 'Cacher le Texte', + 'iOSAudioWarning': 'Les paramètres audio ne sont pas pris en charge par iOS', + 'KeyboardShortcuts': 'Raccourcis claviers', + 'Language': 'Langue', + 'Load': 'Charger', + 'LoadAutoSaveSlots': 'Parties enregistrées automatiquement', + 'LoadButton': 'Ouvrir l’écran de chargement', + 'Loading': 'Chargement', + 'LoadingMessage': 'Veuillez patienter pendant le chargement des données du jeu', + 'LoadSlots': 'Parties Sauvegardées', + 'LocalStorageWarning': 'Le stockage local n’est pas disponible sur ce navigateur !', + 'Log': 'Journal', + 'Music': 'Volume de la Musique', + 'NewContent': 'Un nouveau contenu est disponible, rechargez la page pour obtenir la dernière version', + 'NoSavedGames': 'Pas de parties sauvegardées', + 'NoAutoSavedGames': 'Aucune partie enregistrée automatiquement', + 'NoDialogsAvailable': 'Aucun dialogue disponible. Les boîtes de dialogue apparaîtront ici au fur et à mesure qu\'elles s\'afficheront.', + 'OK': 'OK', + 'OrientationWarning': 'Changez l\'orientation de votre appareil pour jouer.', + 'Overwrite': 'Écraser', + 'QuickButtons': 'Boutons du Menu rapide', + 'QuickMenu': 'Menu rapide', + 'Quit': 'Quitter', + 'QuitButton': 'Quitter le Jeu', + 'Resolution': 'Résolution', + 'Save': 'Sauvegarder', + 'SaveButton': 'Ouvrir l’écran de Sauvegarde', + 'SaveInSlot': 'Enregistrer à l’emplacement', + 'Settings': 'Préférences', + 'SettingsButton': 'Ouvrir l’écran des Préférences', + 'Show': 'Monter', + 'Skip': 'Passer', + 'SkipButton': 'Skip mode', + 'SlotDeletion': 'Êtes-vous sûr de vouloir supprimer cet emplacement ?', + 'SlotOverwrite': 'Êtes vous sûr de vouloir remplacer cet emplacement ?', + 'Sound': 'Volume des Sons', + 'Start': 'Démarrer', + 'Stop': 'Arrêter', + 'TextSpeed': 'Vitesse du Texte', + 'Video': 'Volume des vidéos', + 'Voice': 'Volume de la Voix', + 'Windowed': 'Fenêtré' +}; +exports.default = _default; +},{}],"translations/Deutsch.js":[function(require,module,exports) { +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = void 0; + +/** + * ============================================================ + * Deutsch + * ============================================================ + * + * Translators: + * + * increpare + * KazutoSensei + */ +var _default = { + 'AdvanceHelp': 'Um dich durch das Spiel zu navigieren, drücke die Leertaste oder klicke', + 'AllowPlayback': 'Click here to allow audio playback', + 'Audio': 'Audio', + 'AutoPlay': 'Auto', + 'AutoPlayButton': 'Enable auto play', + 'AutoPlaySpeed': 'AutoPlay-Geschwindigkeit', + 'Back': 'Zurück', + 'BackButton': 'Zurück', + 'Cancel': 'Abbrechen', + 'Close': 'Schließen', + 'Confirm': 'Möchtest Du das Spiel verlassen?', + 'Credits': 'Credits', + 'Delete': 'Löschen', + 'DialogLogButton': 'Show the dialog log', + 'FullScreen': 'Vollbildmodus', + 'Gallery': 'Gallery', + 'Help': 'Hilfe', + 'Hide': 'Verbergen', + 'HideButton': 'Text verbergen', + 'iOSAudioWarning': 'Audioeinstellungen werden unter iOS nicht unterstützt', + 'KeyboardShortcuts': 'Keyboard Shortcuts', + 'Language': 'Sprache', + 'Load': 'Laden', + 'LoadAutoSaveSlots': 'Automatisch gespeicherte Spiele', + 'LoadButton': 'Öffne den Ladebildschirm', + 'Loading': 'Lädt', + 'LoadingMessage': 'Bitte warte, während die Assets geladen werden', + 'LoadSlots': 'Gespeicherte Spiele', + 'LocalStorageWarning': 'Lokaler Speicher ist in diesem Browser nicht verfügbar', + 'Log': 'Log', + 'Music': 'Musik-Lautstärke', + 'NewContent': 'There is new content available, reload the page to get the latest version', + 'NoSavedGames': 'Keine gespeicherten Spiele', + 'NoAutoSavedGames': 'Keine automatisch gespeicherten Spiele', + 'NoDialogsAvailable': 'No dialogs available. Dialogs will appear here as they show up', + 'OK': 'OK', + 'OrientationWarning': 'Um das Spiel zu spielen, Bitte drehen sie Ihr Gerät', + 'Overwrite': 'Überschreiben', + 'QuickButtons': 'Schnellmenü Schaltflächen', + 'QuickMenu': 'Quick Menu', + 'Quit': 'Verlassen', + 'QuitButton': 'Spiel verlassen', + 'Resolution': 'Auflösung', + 'Save': 'Speichern', + 'SaveButton': 'Öffne den Speicherbildschirm', + 'SaveInSlot': 'In Slot speichern', + 'Settings': 'Optionen', + 'SettingsButton': 'Öffne die Optionen', + 'Show': 'Einblenden', + 'Skip': 'Skip', + 'SkipButton': 'Enter skip mode', + 'SlotDeletion': 'Bist Du sicher, dass Du diesen Slot löschen möchtest?', + 'SlotOverwrite': 'Bist Du sicher, dass Du diesen Slot überschreiben möchtest?', + 'Sound': 'Sound-Lautstärke', + 'Start': 'Start', + 'Stop': 'Stop', + 'TextSpeed': 'Textgeschwindigkeit', + 'Video': 'Video Volume', + 'Voice': 'Stimmen-Lautstärke', + 'Windowed': 'Fenstermodus' +}; +exports.default = _default; +},{}],"translations/日本語.js":[function(require,module,exports) { +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = void 0; + +/** + * ============================================================ + * 日本語 + * ============================================================ + * + * Translators: + * + * + */ +var _default = { + 'AdvanceHelp': 'ゲームを進めるためには、スペースキーを押すかクリックします', + 'AllowPlayback': 'Click here to allow audio playback', + 'Audio': 'オーディオ', + 'AutoPlay': '自動', + 'AutoPlayButton': 'Enable auto play', + 'AutoPlaySpeed': '自動再生速度', + 'Back': '巻き戻し', + 'BackButton': '巻き戻し', + 'Cancel': 'キャンセル', + 'Close': '閉めて', + 'Confirm': '終了しますか?', + 'Credits': 'Credits', + 'Delete': 'Delete', + 'DialogLogButton': 'Show the dialog log', + 'FullScreen': '全画面表示', + 'Gallery': 'Gallery', + 'Help': 'ヘルプ', + 'Hide': '「非表示」', + 'HideButton': 'テキストを隠します', + 'iOSAudioWarning': 'iOSではオーディオ設定がサポートされていません', + 'KeyboardShortcuts': 'Keyboard Shortcuts', + 'Language': '言語', + 'Load': 'ロード', + 'LoadAutoSaveSlots': '自動的に保存されたゲーム', + 'LoadButton': 'ロード画面を開きます', + 'Loading': '読み込み中', + 'LoadingMessage': 'ファイルがロードされるのを待ちます', + 'LoadSlots': '保存されたゲーム', + 'LocalStorageWarning': 'このブラウザではローカルストレージは使用できません', + 'Log': 'Log', + 'Music': '音楽の音量', + 'NewContent': 'There is new content available, reload the page to get the latest version', + 'NoSavedGames': '保存されたゲームはありません', + 'NoAutoSavedGames': '自動的に保存されたゲームはありません', + 'NoDialogsAvailable': 'No dialogs available. Dialogs will appear here as they show up', + 'OK': 'OK', + 'OrientationWarning': 'Please rotate your device to play', + 'Overwrite': '上書き', + 'QuickButtons': 'クイックメニューボタン', + 'QuickMenu': 'Quick Menu', + 'Quit': '終了する', + 'QuitButton': 'ゲームを終了します', + 'Resolution': '解像度', + 'Save': 'セーブ', + 'SaveButton': '保存画面を開きます', + 'SaveInSlot': 'スロットにセーブする', + 'Settings': '環境設定', + 'SettingsButton': '設定画面を開きます', + 'Show': 'ショー', + 'Skip': 'Skip', + 'SkipButton': 'Enter skip mode', + 'SlotDeletion': '本当にこのスロットを削除しますか?', + 'SlotOverwrite': '本当にこのスロットを上書きしますか?', + 'Sound': '効果音の音量', + 'Start': 'スタート', + 'Stop': '停止', + 'TextSpeed': 'テキストスピード', + 'Video': 'Video Volume', + 'Voice': 'ボイスの音量', + 'Windowed': '窓' +}; +exports.default = _default; +},{}],"translations/한국어.js":[function(require,module,exports) { +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = void 0; + +/** + * ============================================================ + * 한국어 + * ============================================================ + * + * Translators: + * + * Lee Yunseok + */ +var _default = { + 'AdvanceHelp': '게임을 진행하려면 게임 화면을 좌클릭 또는 탭하거나 스페이스 키를 누르세요', + 'AllowPlayback': '오디오 재생을 허용하려면 여기를 클릭하세요', + 'Audio': '오디오', + 'AutoPlay': '자동재생', + 'AutoPlayButton': '자동재생단추', + 'AutoPlaySpeed': '자동재생 속도', + 'Back': '되감기', + 'BackButton': '이전 지문 보기', + 'Cancel': '취소', + 'Close': '닫기', + 'Confirm': '종료하시겠어요?', + 'Credits': '만든이', + 'Delete': '삭제', + 'DialogLogButton': '대사록 보기', + 'FullScreen': '전체화면', + 'Gallery': '갤러리', + 'Help': '도움말', + 'Hide': '숨기기', + 'HideButton': '지문 창을 숨깁니다', + 'iOSAudioWarning': '오디오 설정은 iOS에서 지원되지 않습니다', + 'KeyboardShortcuts': '키보드 단축키', + 'Language': '언어', + 'Load': '불러오기', + 'LoadAutoSaveSlots': '자동저장된 게임', + 'LoadButton': '불러오기 화면 열기', + 'Loading': '불러오는 중', + 'LoadingMessage': '자산을 불러오는 동안 기다려주세요', + 'LoadSlots': '저장된 게임', + 'LocalStorageWarning': '로컬 저장소는 이 브라우저에서 사용 불가능합니다', + 'Log': '대사록', + 'Music': '음악 음량', + 'NewContent': '페이지를 새로고침하는 것으로 최신 버전의 새로운 콘텐츠를 사용 가능할 수 있습니다', + 'NoSavedGames': '저장된 게임이 없습니다', + 'NoAutoSavedGames': '자동으로 저장된 게임이 없습니다', + 'NoDialogsAvailable': '대화 상자를 사용할 수 없습니다. 사용할 수 있게 되면 여기에 대화 상자가 나타납니다', + 'OK': '확인', + 'OrientationWarning': '플레이를 위해 기기를 회전해주세요', + 'Overwrite': '덮어쓰기', + 'QuickButtons': '빠른 메뉴 단추', + 'QuickMenu': '빠른 메뉴', + 'Quit': '종료', + 'QuitButton': '게임 종료', + 'Resolution': '해상도', + 'Save': '저장하기', + 'SaveButton': '저장 화면을 엽니다', + 'SaveInSlot': '슬롯에 저장', + 'Settings': '설정', + 'SettingsButton': '설정 화면을 엽니다', + 'Show': '보이기', + 'Skip': '넘기기', + 'SkipButton': '넘기기 모드 사용', + 'SlotDeletion': '이 슬롯을 삭제하시겠어요?', + 'SlotOverwrite': '이 슬롯에 덮어쓰시겠어요?', + 'Sound': '음향 음량', + 'Start': '시작', + 'Stop': '중지', + 'TextSpeed': '글자 속도', + 'Video': '비디오 음량', + 'Voice': '음성 음량', + 'Windowed': '창 화면' +}; +exports.default = _default; +},{}],"translations/Português.js":[function(require,module,exports) { +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = void 0; + +/** + * ============================================================ + * Português + * ============================================================ + * + * Translators: + * + * fsvieira + */ +var _default = { + 'AdvanceHelp': 'Pode avançar no jogo usando o botão esquerdo do rato, tocar em qualquer sitío do ecrã de jogo ou carregar na barra de espaço.', + 'AllowPlayback': 'Clique aqui para permitir a reprodução de áudio', + 'Audio': 'Áudio', + 'AutoPlay': 'Auto', + 'AutoPlayButton': 'Ativar reprodução automática', + 'AutoPlaySpeed': 'Velocidade de reprodução automática', + 'Back': 'Voltar', + 'BackButton': 'Voltar', + 'Cancel': 'Cancelar', + 'Close': 'Fechar', + 'Confirm': 'Deseja sair?', + 'Credits': 'Créditos', + 'Delete': 'Apagar', + 'DialogLogButton': 'Mostrar registos de diálogo', + 'FullScreen': 'Ecrã Inteiro', + 'Gallery': 'Galeria', + 'Help': 'Ajuda', + 'Hide': 'Esconder', + 'HideButton': 'Esconder caixa de texto', + 'iOSAudioWarning': 'As configurações de áudio não são suportadas no iOS', + 'KeyboardShortcuts': 'Atalhos de Teclado', + 'Language': 'Língua', + 'Load': 'Carregar', + 'LoadAutoSaveSlots': 'Jogos Salvos Automaticamente', + 'LoadButton': 'Abrir Ecrã de Carregamento', + 'Loading': 'A Carregar', + 'LoadingMessage': 'Aguarde enquanto os recursos são carregados', + 'LoadSlots': 'Jogos Salvos', + 'LocalStorageWarning': 'O armazenamento local não está disponível neste navegador', + 'Log': 'Registo', + 'Music': 'Volume de Música', + 'NewContent': 'Há novo conteúdo disponível, recarregue a página para obter a versão mais recente', + 'NoSavedGames': 'Nenhum jogo salvo', + 'NoAutoSavedGames': 'Nenhum jogo salvo automaticamente', + 'NoDialogsAvailable': 'Não há diálogos disponíveis. Os diálogos aparecerão aqui quando ocorrerem no jogo', + 'OK': 'OK', + 'OrientationWarning': 'Por favor rode o seu dispositivo para jogar', + 'Overwrite': 'Substituir', + 'QuickButtons': 'Botões de acesso rápido', + 'QuickMenu': 'Menu de acesso rápido', + 'Quit': 'Sair', + 'QuitButton': 'Sair do Jogo', + 'Resolution': 'Resolução', + 'Save': 'Salvar', + 'SaveButton': 'Abrir ecrã de salvar.', + 'SaveInSlot': 'Salvar em ranhura', + 'Settings': 'Configurações', + 'SettingsButton': 'Abrir o Ecrã de Configurações', + 'Show': 'Mostrar', + 'Skip': 'Ignorar', + 'SkipButton': 'Entrar em modo de ignorar', + 'SlotDeletion': 'Tem a certeza de que deseja eliminar este jogo?', + 'SlotOverwrite': 'Tem a certeza de que deseja substituir este jogo?', + 'Sound': 'Volume de Som', + 'Start': 'Início', + 'Stop': 'Parar', + 'TextSpeed': 'Velocidade de Texto', + 'Video': 'Video Volume', + 'Voice': 'Volume de Voz', + 'Windowed': 'Em Janela' +}; +exports.default = _default; +},{}],"translations/Russian.js":[function(require,module,exports) { +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = void 0; + +/** + * ============================================================ + * Russian + * ============================================================ + * + * Translators: + * + * Sergey Kuznetsov + * Patience Daur + */ +var _default = { + 'AdvanceHelp': 'Чтобы играть, нажимайте на пробел или на левую кнопку мыши.', + 'AllowPlayback': 'Включить звуковое сопровождение', + 'Audio': 'Звук', + 'AutoPlay': 'Авто', + 'AutoPlayButton': 'Включить авточтение', + 'AutoPlaySpeed': 'Скорость авточтения', + 'Back': 'Назад', + 'BackButton': 'Вернуться назад', + 'Cancel': 'Отмена', + 'Close': 'Закрыть', + 'Confirm': 'Вы действительно хотите выйти?', + 'Credits': 'Авторы', + 'Delete': 'Удалить', + 'DialogLogButton': 'Показать журнал диалогов', + 'FullScreen': 'Полный экран', + 'Gallery': 'Галерея', + 'Help': 'Помощь', + 'Hide': 'Скрыть', + 'HideButton': 'Скрыть текст', + 'iOSAudioWarning': 'Настройки звука не поддерживаются на iOS.', + 'KeyboardShortcuts': 'Горячие клавиши', + 'Language': 'Язык', + 'Load': 'Загрузить', + 'LoadAutoSaveSlots': 'Автосохранённые игры', + 'LoadButton': 'Открыть меню загрузки', + 'Loading': 'Загрузка', + 'LoadingMessage': 'Подождите, пожалуйста, игра загружается', + 'LoadSlots': 'Сохранённые игры', + 'LocalStorageWarning': 'Локальное хранилище недоступно в этом браузере.', + 'Log': 'Журнал', + 'Music': 'Громкость музыки', + 'NewContent': 'Доступно обновление, перезагрузите страницу', + 'NoSavedGames': 'Нет сохранённых игр', + 'NoAutoSavedGames': 'Нет автосохранённых игр', + 'NoDialogsAvailable': 'Нет диалогов. Диалоги будут появляться здесь по мере прохождения игры', + 'OK': 'ОК', + 'OrientationWarning': 'Чтобы играть, пожалуйста, поверните Ваше устройство', + 'Overwrite': 'Перезаписать', + 'QuickButtons': 'Кнопки быстрого меню', + 'QuickMenu': 'Быстрое меню', + 'Quit': 'Выйти', + 'QuitButton': 'Выйти из игры', + 'Resolution': 'Разрешение', + 'Save': 'Сохранить', + 'SaveButton': 'Открыть меню сохранения', + 'SaveInSlot': 'Сохранить', + 'Settings': 'Настройки', + 'SettingsButton': 'Открыть меню настроек', + 'Show': 'Показать', + 'Skip': 'Пропустить', + 'SkipButton': 'Автопереход', + 'SlotDeletion': 'Вы действительно хотите удалить это сохранение?', + 'SlotOverwrite': 'Вы действительно хотите перезаписать это сохранение?', + 'Sound': 'Громкость эффектов', + 'Start': 'Начать игру', + 'Stop': 'Стоп', + 'TextSpeed': 'Скорость текста', + 'Video': 'Громкость видео', + 'Voice': 'Громкость голоса', + 'Windowed': 'Оконный режим' +}; +exports.default = _default; +},{}],"translations/Español.js":[function(require,module,exports) { +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = void 0; + +/** + * ============================================================ + * Español + * ============================================================ + * + * Translators: + * + * Hyuchia + */ +var _default = { + 'AdvanceHelp': 'Para avanzar en el juego, presiona espacio o haz click', + 'AllowPlayback': 'Click here to allow audio playback', + 'Audio': 'Audio', + 'AutoPlay': 'Auto', + 'AutoPlayButton': 'Activar juego automático', + 'AutoPlaySpeed': 'Velocidad de Juego Automático', + 'Back': 'Atrás', + 'BackButton': 'Atrás', + 'Cancel': 'Cancelar', + 'Close': 'Cerrar', + 'Confirm': '¿Deseas salir?', + 'Credits': 'Créditos', + 'Delete': 'Eliminar', + 'DialogLogButton': 'Mostrar el historial de dialogos', + 'FullScreen': 'Pantalla Completa', + 'Gallery': 'Galería', + 'Help': 'Ayuda', + 'Hide': 'Ocultar', + 'HideButton': 'Esconder el Texto', + 'iOSAudioWarning': 'Las configuraciones de Audio no están disponibles en iOS', + 'KeyboardShortcuts': 'Atajos de Teclado', + 'Language': 'Lenguaje', + 'Load': 'Cargar', + 'LoadAutoSaveSlots': 'Juegos Guardados Automaticamente', + 'LoadButton': 'Abrir la Pantalla de Cargar', + 'Loading': 'Cargando', + 'LoadingMessage': 'Espere mientras se cargan los archivos', + 'LoadSlots': 'Juegos Guardados', + 'LocalStorageWarning': 'El Almacenaje Local no está disponible en este navegador', + 'Log': 'Historial', + 'Music': 'Volumen de la Música', + 'NewContent': 'Un nuevo contenido está disponible, recarga la página para obtener la versión más nueva', + 'NoSavedGames': 'No hay juegos guardados', + 'NoAutoSavedGames': 'No hay juegos guardados automaticamente', + 'NoDialogsAvailable': 'No hay dialogos disponibles. Los dialogos aparecerán aqui una vez que ocurran en el juego', + 'OK': 'Aceptar', + 'OrientationWarning': 'Por favor rota tu dispositivo para jugar', + 'Overwrite': 'Sobreescribir', + 'QuickButtons': 'Botones del Menú Rápido', + 'QuickMenu': 'Menú Rápido', + 'Quit': 'Salir', + 'QuitButton': 'Salir del Juego', + 'Resolution': 'Resolución', + 'Save': 'Guardar', + 'SaveButton': 'Abrir la Pantalla de Guardar', + 'SaveInSlot': 'Guardar en ranura', + 'Settings': 'Configuración', + 'SettingsButton': 'Abrir la Pantalla de Configuración', + 'Show': 'Mostrar', + 'Skip': 'Saltar', + 'SkipButton': 'Entrar al modo de salto', + 'SlotDeletion': '¿Está seguro de querer eliminar este juego?', + 'SlotOverwrite': '¿Está seguro de querer Sobreescribir este juego?', + 'Sound': 'Volumen de los Sonidos', + 'Start': 'Comenzar', + 'Stop': 'Detener', + 'TextSpeed': 'Velocidad del Texto', + 'Video': 'Volumen de los Videos', + 'Voice': 'Volumen de la Voz', + 'Windowed': 'Ventana' +}; +exports.default = _default; +},{}],"translations/tokipona.js":[function(require,module,exports) { +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = void 0; + +/** + * ============================================================ + * Toki Pona + * ============================================================ + * + * Translators: + * + * jan Inkepa + */ +var _default = { + 'AdvanceHelp': 'sina ken musi e musi ni kepeken ilo luka anu nena palisa pi ilo sitelen.', + 'AllowPlayback': 'sina wile kute e musi ni la o luka e mi.', + 'Audio': 'kalama', + 'AutoPlay': 'luka ala', + 'AutoPlayButton': 'o open e pali musi kepeken luka ala.', + 'AutoPlaySpeed': 'tenpo tawa pi luka ala', + 'Back': 'tenpo pini', + 'BackButton': 'o tawa tenpo pini.', + 'Cancel': 'ala', + 'Close': 'pini', + 'Confirm': 'sina wile ala wile pini e musi?', + 'Credits': 'pona tawa', + 'Delete': 'weka', + 'DialogLogButton': 'mi wile lukin e lipu pi toki jan.', + 'FullScreen': 'ma ale pi ilo lukin', + 'Gallery': 'ma sitelen', + 'Help': 'kama sona', + 'Hide': 'weka', + 'HideButton': 'o weka e palisa nena.', + 'iOSAudioWarning': 'sina ken ala ante e kalama lon ilo iOS', + 'KeyboardShortcuts': 'pali pi ilo sitelen', + 'Language': 'toki', + 'Load': 'awen musi', + 'LoadAutoSaveSlots': 'musi li awen e musi', + 'LoadButton': 'lipu awen pi tenpo pini.', + 'Loading': 'musi li kama...', + 'LoadingMessage': 'pali e awen', + 'LoadSlots': 'lipu awen', + 'LocalStorageWarning': 'mi ken ala kepeken e ken Local Storage lon ilo ni', + 'Log': 'lipu toki', + 'Music': 'kalama musi', + 'NewContent': 'musi ni li kama sin! sina wile musi e musi sin, la o kama sin tawa lipu ni.', + 'NoSavedGames': 'awen musi pi tenpo pina li lon ala.', + 'NoAutoSavedGames': 'awen musi pi tenpo pina li lon ala.', + 'NoDialogsAvailable': 'tenpo pini la toki jan li lon ala. jan li toki, la sina ken lukin ni lon lipu ni.', + 'OK': 'pona', + 'OrientationWarning': 'sina wile musi, la o sike e ilo sona sina.', + 'Overwrite': 'ante', + 'QuickButtons': 'nena pi pali wawa', + 'QuickMenu': 'palisa nena', + 'Quit': 'pini', + 'QuitButton': 'o pini e musi.', + 'Resolution': 'suli musi tawa ilo sitelen', + 'Save': 'o awen e musi', + 'SaveButton': 'o lukin e lipu pi awen musi.', + 'SaveInSlot': 'o awen e musi lon ma.', + 'Settings': 'ante', + 'SettingsButton': 'o ante e musi.', + 'Show': 'open', + 'Skip': 'tawa tenpo kama', + 'SkipButton': 'o tawa tenpo kama.', + 'SlotDeletion': 'sina wile ala wile weka e awen musi ni?', + 'SlotOverwrite': 'sina wile ala wile ante e awen musi ni?', + 'Sound': 'kalama ijo', + 'Start': 'musi sin', + 'Stop': 'pini', + 'TextSpeed': 'tenpo kama pi sitelen toki', + 'Video': 'kalama pi sitelen tawa', + 'Voice': 'kalama toki', + 'Windowed': 'ma lili pi ilo lukin' +}; +exports.default = _default; +},{}],"../node_modules/@aegis-framework/pandora/dist/pandora.js":[function(require,module,exports) { +var define; +function _createForOfIteratorHelper(o, allowArrayLike) { var it; if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = o[Symbol.iterator](); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; } + +function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); } + +function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; } + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } + +function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } + +function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); } + +function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; } + +function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); } + +function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } + +function _wrapNativeSuper(Class) { var _cache = typeof Map === "function" ? new Map() : undefined; _wrapNativeSuper = function _wrapNativeSuper(Class) { if (Class === null || !_isNativeFunction(Class)) return Class; if (typeof Class !== "function") { throw new TypeError("Super expression must either be null or a function"); } if (typeof _cache !== "undefined") { if (_cache.has(Class)) return _cache.get(Class); _cache.set(Class, Wrapper); } function Wrapper() { return _construct(Class, arguments, _getPrototypeOf(this).constructor); } Wrapper.prototype = Object.create(Class.prototype, { constructor: { value: Wrapper, enumerable: false, writable: true, configurable: true } }); return _setPrototypeOf(Wrapper, Class); }; return _wrapNativeSuper(Class); } + +function _construct(Parent, args, Class) { if (_isNativeReflectConstruct()) { _construct = Reflect.construct; } else { _construct = function _construct(Parent, args, Class) { var a = [null]; a.push.apply(a, args); var Constructor = Function.bind.apply(Parent, a); var instance = new Constructor(); if (Class) _setPrototypeOf(instance, Class.prototype); return instance; }; } return _construct.apply(null, arguments); } + +function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } + +function _isNativeFunction(fn) { return Function.toString.call(fn).indexOf("[native code]") !== -1; } + +function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } + +function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } + +function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } + +// modules are defined as an array +// [ module function, map of requires ] +// +// map of requires is short require name -> numeric require +// +// anything defined in a previous bundle is accessed via the +// orig method which is the require for previous bundles +parcelRequire = function (modules, cache, entry, globalName) { + // Save the require from previous bundle to this closure if any + var previousRequire = typeof parcelRequire === 'function' && parcelRequire; + var nodeRequire = typeof require === 'function' && require; + + function newRequire(name, jumped) { + if (!cache[name]) { + if (!modules[name]) { + // if we cannot find the module within our internal map or + // cache jump to the current global require ie. the last bundle + // that was added to the page. + var currentRequire = typeof parcelRequire === 'function' && parcelRequire; + + if (!jumped && currentRequire) { + return currentRequire(name, true); + } // If there are other bundles on this page the require from the + // previous one is saved to 'previousRequire'. Repeat this as + // many times as there are bundles until the module is found or + // we exhaust the require chain. + + + if (previousRequire) { + return previousRequire(name, true); + } // Try the node require function if it exists. + + + if (nodeRequire && typeof name === 'string') { + return nodeRequire(name); + } + + var err = new Error('Cannot find module \'' + name + '\''); + err.code = 'MODULE_NOT_FOUND'; + throw err; + } + + localRequire.resolve = resolve; + localRequire.cache = {}; + var module = cache[name] = new newRequire.Module(name); + modules[name][0].call(module.exports, localRequire, module, module.exports, this); + } + + return cache[name].exports; + + function localRequire(x) { + return newRequire(localRequire.resolve(x)); + } + + function resolve(x) { + return modules[name][1][x] || x; + } + } + + function Module(moduleName) { + this.id = moduleName; + this.bundle = newRequire; + this.exports = {}; + } + + newRequire.isParcelRequire = true; + newRequire.Module = Module; + newRequire.modules = modules; + newRequire.cache = cache; + newRequire.parent = previousRequire; + + newRequire.register = function (id, exports) { + modules[id] = [function (require, module) { + module.exports = exports; + }, {}]; + }; + + var error; + + for (var i = 0; i < entry.length; i++) { + try { + newRequire(entry[i]); + } catch (e) { + // Save first error but execute all entries + if (!error) { + error = e; + } + } + } + + if (entry.length) { + // Expose entry point to Node, AMD or browser globals + // Based on https://github.com/ForbesLindesay/umd/blob/master/template.js + var mainExports = newRequire(entry[entry.length - 1]); // CommonJS + + if ((typeof exports === "undefined" ? "undefined" : _typeof(exports)) === "object" && typeof module !== "undefined") { + module.exports = mainExports; // RequireJS + } else if (typeof define === "function" && define.amd) { + define(function () { + return mainExports; + }); // \n if (val === '') return true;\n if (val === 'false') return false;\n if (val === 'true') return true;\n return val;\n }\n\n if (DOCUMENT && typeof DOCUMENT.querySelector === 'function') {\n var attrs = [['data-family-prefix', 'familyPrefix'], ['data-replacement-class', 'replacementClass'], ['data-auto-replace-svg', 'autoReplaceSvg'], ['data-auto-add-css', 'autoAddCss'], ['data-auto-a11y', 'autoA11y'], ['data-search-pseudo-elements', 'searchPseudoElements'], ['data-observe-mutations', 'observeMutations'], ['data-mutate-approach', 'mutateApproach'], ['data-keep-original-source', 'keepOriginalSource'], ['data-measure-performance', 'measurePerformance'], ['data-show-missing-icons', 'showMissingIcons']];\n attrs.forEach(function (_ref) {\n var _ref2 = _slicedToArray(_ref, 2),\n attr = _ref2[0],\n key = _ref2[1];\n\n var val = coerce(getAttrConfig(attr));\n\n if (val !== undefined && val !== null) {\n initial[key] = val;\n }\n });\n }\n\n var _default = {\n familyPrefix: DEFAULT_FAMILY_PREFIX,\n replacementClass: DEFAULT_REPLACEMENT_CLASS,\n autoReplaceSvg: true,\n autoAddCss: true,\n autoA11y: true,\n searchPseudoElements: false,\n observeMutations: true,\n mutateApproach: 'async',\n keepOriginalSource: true,\n measurePerformance: false,\n showMissingIcons: true\n };\n\n var _config = _objectSpread({}, _default, initial);\n\n if (!_config.autoReplaceSvg) _config.observeMutations = false;\n\n var config = _objectSpread({}, _config);\n\n WINDOW.FontAwesomeConfig = config;\n\n var w = WINDOW || {};\n if (!w[NAMESPACE_IDENTIFIER]) w[NAMESPACE_IDENTIFIER] = {};\n if (!w[NAMESPACE_IDENTIFIER].styles) w[NAMESPACE_IDENTIFIER].styles = {};\n if (!w[NAMESPACE_IDENTIFIER].hooks) w[NAMESPACE_IDENTIFIER].hooks = {};\n if (!w[NAMESPACE_IDENTIFIER].shims) w[NAMESPACE_IDENTIFIER].shims = [];\n var namespace = w[NAMESPACE_IDENTIFIER];\n\n var functions = [];\n\n var listener = function listener() {\n DOCUMENT.removeEventListener('DOMContentLoaded', listener);\n loaded = 1;\n functions.map(function (fn) {\n return fn();\n });\n };\n\n var loaded = false;\n\n if (IS_DOM) {\n loaded = (DOCUMENT.documentElement.doScroll ? /^loaded|^c/ : /^loaded|^i|^c/).test(DOCUMENT.readyState);\n if (!loaded) DOCUMENT.addEventListener('DOMContentLoaded', listener);\n }\n\n function domready (fn) {\n if (!IS_DOM) return;\n loaded ? setTimeout(fn, 0) : functions.push(fn);\n }\n\n var PENDING = 'pending';\n var SETTLED = 'settled';\n var FULFILLED = 'fulfilled';\n var REJECTED = 'rejected';\n\n var NOOP = function NOOP() {};\n\n var isNode = typeof global !== 'undefined' && typeof global.process !== 'undefined' && typeof global.process.emit === 'function';\n var asyncSetTimer = typeof setImmediate === 'undefined' ? setTimeout : setImmediate;\n var asyncQueue = [];\n var asyncTimer;\n\n function asyncFlush() {\n // run promise callbacks\n for (var i = 0; i < asyncQueue.length; i++) {\n asyncQueue[i][0](asyncQueue[i][1]);\n } // reset async asyncQueue\n\n\n asyncQueue = [];\n asyncTimer = false;\n }\n\n function asyncCall(callback, arg) {\n asyncQueue.push([callback, arg]);\n\n if (!asyncTimer) {\n asyncTimer = true;\n asyncSetTimer(asyncFlush, 0);\n }\n }\n\n function invokeResolver(resolver, promise) {\n function resolvePromise(value) {\n resolve(promise, value);\n }\n\n function rejectPromise(reason) {\n reject(promise, reason);\n }\n\n try {\n resolver(resolvePromise, rejectPromise);\n } catch (e) {\n rejectPromise(e);\n }\n }\n\n function invokeCallback(subscriber) {\n var owner = subscriber.owner;\n var settled = owner._state;\n var value = owner._data;\n var callback = subscriber[settled];\n var promise = subscriber.then;\n\n if (typeof callback === 'function') {\n settled = FULFILLED;\n\n try {\n value = callback(value);\n } catch (e) {\n reject(promise, e);\n }\n }\n\n if (!handleThenable(promise, value)) {\n if (settled === FULFILLED) {\n resolve(promise, value);\n }\n\n if (settled === REJECTED) {\n reject(promise, value);\n }\n }\n }\n\n function handleThenable(promise, value) {\n var resolved;\n\n try {\n if (promise === value) {\n throw new TypeError('A promises callback cannot return that same promise.');\n }\n\n if (value && (typeof value === 'function' || _typeof(value) === 'object')) {\n // then should be retrieved only once\n var then = value.then;\n\n if (typeof then === 'function') {\n then.call(value, function (val) {\n if (!resolved) {\n resolved = true;\n\n if (value === val) {\n fulfill(promise, val);\n } else {\n resolve(promise, val);\n }\n }\n }, function (reason) {\n if (!resolved) {\n resolved = true;\n reject(promise, reason);\n }\n });\n return true;\n }\n }\n } catch (e) {\n if (!resolved) {\n reject(promise, e);\n }\n\n return true;\n }\n\n return false;\n }\n\n function resolve(promise, value) {\n if (promise === value || !handleThenable(promise, value)) {\n fulfill(promise, value);\n }\n }\n\n function fulfill(promise, value) {\n if (promise._state === PENDING) {\n promise._state = SETTLED;\n promise._data = value;\n asyncCall(publishFulfillment, promise);\n }\n }\n\n function reject(promise, reason) {\n if (promise._state === PENDING) {\n promise._state = SETTLED;\n promise._data = reason;\n asyncCall(publishRejection, promise);\n }\n }\n\n function publish(promise) {\n promise._then = promise._then.forEach(invokeCallback);\n }\n\n function publishFulfillment(promise) {\n promise._state = FULFILLED;\n publish(promise);\n }\n\n function publishRejection(promise) {\n promise._state = REJECTED;\n publish(promise);\n\n if (!promise._handled && isNode) {\n global.process.emit('unhandledRejection', promise._data, promise);\n }\n }\n\n function notifyRejectionHandled(promise) {\n global.process.emit('rejectionHandled', promise);\n }\n /**\n * @class\n */\n\n\n function P(resolver) {\n if (typeof resolver !== 'function') {\n throw new TypeError('Promise resolver ' + resolver + ' is not a function');\n }\n\n if (this instanceof P === false) {\n throw new TypeError('Failed to construct \\'Promise\\': Please use the \\'new\\' operator, this object constructor cannot be called as a function.');\n }\n\n this._then = [];\n invokeResolver(resolver, this);\n }\n\n P.prototype = {\n constructor: P,\n _state: PENDING,\n _then: null,\n _data: undefined,\n _handled: false,\n then: function then(onFulfillment, onRejection) {\n var subscriber = {\n owner: this,\n then: new this.constructor(NOOP),\n fulfilled: onFulfillment,\n rejected: onRejection\n };\n\n if ((onRejection || onFulfillment) && !this._handled) {\n this._handled = true;\n\n if (this._state === REJECTED && isNode) {\n asyncCall(notifyRejectionHandled, this);\n }\n }\n\n if (this._state === FULFILLED || this._state === REJECTED) {\n // already resolved, call callback async\n asyncCall(invokeCallback, subscriber);\n } else {\n // subscribe\n this._then.push(subscriber);\n }\n\n return subscriber.then;\n },\n catch: function _catch(onRejection) {\n return this.then(null, onRejection);\n }\n };\n\n P.all = function (promises) {\n if (!Array.isArray(promises)) {\n throw new TypeError('You must pass an array to Promise.all().');\n }\n\n return new P(function (resolve, reject) {\n var results = [];\n var remaining = 0;\n\n function resolver(index) {\n remaining++;\n return function (value) {\n results[index] = value;\n\n if (! --remaining) {\n resolve(results);\n }\n };\n }\n\n for (var i = 0, promise; i < promises.length; i++) {\n promise = promises[i];\n\n if (promise && typeof promise.then === 'function') {\n promise.then(resolver(i), reject);\n } else {\n results[i] = promise;\n }\n }\n\n if (!remaining) {\n resolve(results);\n }\n });\n };\n\n P.race = function (promises) {\n if (!Array.isArray(promises)) {\n throw new TypeError('You must pass an array to Promise.race().');\n }\n\n return new P(function (resolve, reject) {\n for (var i = 0, promise; i < promises.length; i++) {\n promise = promises[i];\n\n if (promise && typeof promise.then === 'function') {\n promise.then(resolve, reject);\n } else {\n resolve(promise);\n }\n }\n });\n };\n\n P.resolve = function (value) {\n if (value && _typeof(value) === 'object' && value.constructor === P) {\n return value;\n }\n\n return new P(function (resolve) {\n resolve(value);\n });\n };\n\n P.reject = function (reason) {\n return new P(function (resolve, reject) {\n reject(reason);\n });\n };\n\n var picked = typeof Promise === 'function' ? Promise : P;\n\n var d = UNITS_IN_GRID;\n var meaninglessTransform = {\n size: 16,\n x: 0,\n y: 0,\n rotate: 0,\n flipX: false,\n flipY: false\n };\n\n function isReserved(name) {\n return ~RESERVED_CLASSES.indexOf(name);\n }\n\n function bunker(fn) {\n try {\n fn();\n } catch (e) {\n if (!PRODUCTION) {\n throw e;\n }\n }\n }\n function insertCss(css) {\n if (!css || !IS_DOM) {\n return;\n }\n\n var style = DOCUMENT.createElement('style');\n style.setAttribute('type', 'text/css');\n style.innerHTML = css;\n var headChildren = DOCUMENT.head.childNodes;\n var beforeChild = null;\n\n for (var i = headChildren.length - 1; i > -1; i--) {\n var child = headChildren[i];\n var tagName = (child.tagName || '').toUpperCase();\n\n if (['STYLE', 'LINK'].indexOf(tagName) > -1) {\n beforeChild = child;\n }\n }\n\n DOCUMENT.head.insertBefore(style, beforeChild);\n return css;\n }\n var idPool = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';\n function nextUniqueId() {\n var size = 12;\n var id = '';\n\n while (size-- > 0) {\n id += idPool[Math.random() * 62 | 0];\n }\n\n return id;\n }\n function toArray(obj) {\n var array = [];\n\n for (var i = (obj || []).length >>> 0; i--;) {\n array[i] = obj[i];\n }\n\n return array;\n }\n function classArray(node) {\n if (node.classList) {\n return toArray(node.classList);\n } else {\n return (node.getAttribute('class') || '').split(' ').filter(function (i) {\n return i;\n });\n }\n }\n function getIconName(familyPrefix, cls) {\n var parts = cls.split('-');\n var prefix = parts[0];\n var iconName = parts.slice(1).join('-');\n\n if (prefix === familyPrefix && iconName !== '' && !isReserved(iconName)) {\n return iconName;\n } else {\n return null;\n }\n }\n function htmlEscape(str) {\n return \"\".concat(str).replace(/&/g, '&').replace(/\"/g, '"').replace(/'/g, ''').replace(//g, '>');\n }\n function joinAttributes(attributes) {\n return Object.keys(attributes || {}).reduce(function (acc, attributeName) {\n return acc + \"\".concat(attributeName, \"=\\\"\").concat(htmlEscape(attributes[attributeName]), \"\\\" \");\n }, '').trim();\n }\n function joinStyles(styles) {\n return Object.keys(styles || {}).reduce(function (acc, styleName) {\n return acc + \"\".concat(styleName, \": \").concat(styles[styleName], \";\");\n }, '');\n }\n function transformIsMeaningful(transform) {\n return transform.size !== meaninglessTransform.size || transform.x !== meaninglessTransform.x || transform.y !== meaninglessTransform.y || transform.rotate !== meaninglessTransform.rotate || transform.flipX || transform.flipY;\n }\n function transformForSvg(_ref) {\n var transform = _ref.transform,\n containerWidth = _ref.containerWidth,\n iconWidth = _ref.iconWidth;\n var outer = {\n transform: \"translate(\".concat(containerWidth / 2, \" 256)\")\n };\n var innerTranslate = \"translate(\".concat(transform.x * 32, \", \").concat(transform.y * 32, \") \");\n var innerScale = \"scale(\".concat(transform.size / 16 * (transform.flipX ? -1 : 1), \", \").concat(transform.size / 16 * (transform.flipY ? -1 : 1), \") \");\n var innerRotate = \"rotate(\".concat(transform.rotate, \" 0 0)\");\n var inner = {\n transform: \"\".concat(innerTranslate, \" \").concat(innerScale, \" \").concat(innerRotate)\n };\n var path = {\n transform: \"translate(\".concat(iconWidth / 2 * -1, \" -256)\")\n };\n return {\n outer: outer,\n inner: inner,\n path: path\n };\n }\n function transformForCss(_ref2) {\n var transform = _ref2.transform,\n _ref2$width = _ref2.width,\n width = _ref2$width === void 0 ? UNITS_IN_GRID : _ref2$width,\n _ref2$height = _ref2.height,\n height = _ref2$height === void 0 ? UNITS_IN_GRID : _ref2$height,\n _ref2$startCentered = _ref2.startCentered,\n startCentered = _ref2$startCentered === void 0 ? false : _ref2$startCentered;\n var val = '';\n\n if (startCentered && IS_IE) {\n val += \"translate(\".concat(transform.x / d - width / 2, \"em, \").concat(transform.y / d - height / 2, \"em) \");\n } else if (startCentered) {\n val += \"translate(calc(-50% + \".concat(transform.x / d, \"em), calc(-50% + \").concat(transform.y / d, \"em)) \");\n } else {\n val += \"translate(\".concat(transform.x / d, \"em, \").concat(transform.y / d, \"em) \");\n }\n\n val += \"scale(\".concat(transform.size / d * (transform.flipX ? -1 : 1), \", \").concat(transform.size / d * (transform.flipY ? -1 : 1), \") \");\n val += \"rotate(\".concat(transform.rotate, \"deg) \");\n return val;\n }\n\n var ALL_SPACE = {\n x: 0,\n y: 0,\n width: '100%',\n height: '100%'\n };\n\n function fillBlack(abstract) {\n var force = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;\n\n if (abstract.attributes && (abstract.attributes.fill || force)) {\n abstract.attributes.fill = 'black';\n }\n\n return abstract;\n }\n\n function deGroup(abstract) {\n if (abstract.tag === 'g') {\n return abstract.children;\n } else {\n return [abstract];\n }\n }\n\n function makeIconMasking (_ref) {\n var children = _ref.children,\n attributes = _ref.attributes,\n main = _ref.main,\n mask = _ref.mask,\n explicitMaskId = _ref.maskId,\n transform = _ref.transform;\n var mainWidth = main.width,\n mainPath = main.icon;\n var maskWidth = mask.width,\n maskPath = mask.icon;\n var trans = transformForSvg({\n transform: transform,\n containerWidth: maskWidth,\n iconWidth: mainWidth\n });\n var maskRect = {\n tag: 'rect',\n attributes: _objectSpread({}, ALL_SPACE, {\n fill: 'white'\n })\n };\n var maskInnerGroupChildrenMixin = mainPath.children ? {\n children: mainPath.children.map(fillBlack)\n } : {};\n var maskInnerGroup = {\n tag: 'g',\n attributes: _objectSpread({}, trans.inner),\n children: [fillBlack(_objectSpread({\n tag: mainPath.tag,\n attributes: _objectSpread({}, mainPath.attributes, trans.path)\n }, maskInnerGroupChildrenMixin))]\n };\n var maskOuterGroup = {\n tag: 'g',\n attributes: _objectSpread({}, trans.outer),\n children: [maskInnerGroup]\n };\n var maskId = \"mask-\".concat(explicitMaskId || nextUniqueId());\n var clipId = \"clip-\".concat(explicitMaskId || nextUniqueId());\n var maskTag = {\n tag: 'mask',\n attributes: _objectSpread({}, ALL_SPACE, {\n id: maskId,\n maskUnits: 'userSpaceOnUse',\n maskContentUnits: 'userSpaceOnUse'\n }),\n children: [maskRect, maskOuterGroup]\n };\n var defs = {\n tag: 'defs',\n children: [{\n tag: 'clipPath',\n attributes: {\n id: clipId\n },\n children: deGroup(maskPath)\n }, maskTag]\n };\n children.push(defs, {\n tag: 'rect',\n attributes: _objectSpread({\n fill: 'currentColor',\n 'clip-path': \"url(#\".concat(clipId, \")\"),\n mask: \"url(#\".concat(maskId, \")\")\n }, ALL_SPACE)\n });\n return {\n children: children,\n attributes: attributes\n };\n }\n\n function makeIconStandard (_ref) {\n var children = _ref.children,\n attributes = _ref.attributes,\n main = _ref.main,\n transform = _ref.transform,\n styles = _ref.styles;\n var styleString = joinStyles(styles);\n\n if (styleString.length > 0) {\n attributes['style'] = styleString;\n }\n\n if (transformIsMeaningful(transform)) {\n var trans = transformForSvg({\n transform: transform,\n containerWidth: main.width,\n iconWidth: main.width\n });\n children.push({\n tag: 'g',\n attributes: _objectSpread({}, trans.outer),\n children: [{\n tag: 'g',\n attributes: _objectSpread({}, trans.inner),\n children: [{\n tag: main.icon.tag,\n children: main.icon.children,\n attributes: _objectSpread({}, main.icon.attributes, trans.path)\n }]\n }]\n });\n } else {\n children.push(main.icon);\n }\n\n return {\n children: children,\n attributes: attributes\n };\n }\n\n function asIcon (_ref) {\n var children = _ref.children,\n main = _ref.main,\n mask = _ref.mask,\n attributes = _ref.attributes,\n styles = _ref.styles,\n transform = _ref.transform;\n\n if (transformIsMeaningful(transform) && main.found && !mask.found) {\n var width = main.width,\n height = main.height;\n var offset = {\n x: width / height / 2,\n y: 0.5\n };\n attributes['style'] = joinStyles(_objectSpread({}, styles, {\n 'transform-origin': \"\".concat(offset.x + transform.x / 16, \"em \").concat(offset.y + transform.y / 16, \"em\")\n }));\n }\n\n return [{\n tag: 'svg',\n attributes: attributes,\n children: children\n }];\n }\n\n function asSymbol (_ref) {\n var prefix = _ref.prefix,\n iconName = _ref.iconName,\n children = _ref.children,\n attributes = _ref.attributes,\n symbol = _ref.symbol;\n var id = symbol === true ? \"\".concat(prefix, \"-\").concat(config.familyPrefix, \"-\").concat(iconName) : symbol;\n return [{\n tag: 'svg',\n attributes: {\n style: 'display: none;'\n },\n children: [{\n tag: 'symbol',\n attributes: _objectSpread({}, attributes, {\n id: id\n }),\n children: children\n }]\n }];\n }\n\n function makeInlineSvgAbstract(params) {\n var _params$icons = params.icons,\n main = _params$icons.main,\n mask = _params$icons.mask,\n prefix = params.prefix,\n iconName = params.iconName,\n transform = params.transform,\n symbol = params.symbol,\n title = params.title,\n maskId = params.maskId,\n titleId = params.titleId,\n extra = params.extra,\n _params$watchable = params.watchable,\n watchable = _params$watchable === void 0 ? false : _params$watchable;\n\n var _ref = mask.found ? mask : main,\n width = _ref.width,\n height = _ref.height;\n\n var widthClass = \"fa-w-\".concat(Math.ceil(width / height * 16));\n var attrClass = [config.replacementClass, iconName ? \"\".concat(config.familyPrefix, \"-\").concat(iconName) : '', widthClass].filter(function (c) {\n return extra.classes.indexOf(c) === -1;\n }).concat(extra.classes).join(' ');\n var content = {\n children: [],\n attributes: _objectSpread({}, extra.attributes, {\n 'data-prefix': prefix,\n 'data-icon': iconName,\n 'class': attrClass,\n 'role': extra.attributes.role || 'img',\n 'xmlns': 'http://www.w3.org/2000/svg',\n 'viewBox': \"0 0 \".concat(width, \" \").concat(height)\n })\n };\n\n if (watchable) {\n content.attributes[DATA_FA_I2SVG] = '';\n }\n\n if (title) content.children.push({\n tag: 'title',\n attributes: {\n id: content.attributes['aria-labelledby'] || \"title-\".concat(titleId || nextUniqueId())\n },\n children: [title]\n });\n\n var args = _objectSpread({}, content, {\n prefix: prefix,\n iconName: iconName,\n main: main,\n mask: mask,\n maskId: maskId,\n transform: transform,\n symbol: symbol,\n styles: extra.styles\n });\n\n var _ref2 = mask.found && main.found ? makeIconMasking(args) : makeIconStandard(args),\n children = _ref2.children,\n attributes = _ref2.attributes;\n\n args.children = children;\n args.attributes = attributes;\n\n if (symbol) {\n return asSymbol(args);\n } else {\n return asIcon(args);\n }\n }\n function makeLayersTextAbstract(params) {\n var content = params.content,\n width = params.width,\n height = params.height,\n transform = params.transform,\n title = params.title,\n extra = params.extra,\n _params$watchable2 = params.watchable,\n watchable = _params$watchable2 === void 0 ? false : _params$watchable2;\n\n var attributes = _objectSpread({}, extra.attributes, title ? {\n 'title': title\n } : {}, {\n 'class': extra.classes.join(' ')\n });\n\n if (watchable) {\n attributes[DATA_FA_I2SVG] = '';\n }\n\n var styles = _objectSpread({}, extra.styles);\n\n if (transformIsMeaningful(transform)) {\n styles['transform'] = transformForCss({\n transform: transform,\n startCentered: true,\n width: width,\n height: height\n });\n styles['-webkit-transform'] = styles['transform'];\n }\n\n var styleString = joinStyles(styles);\n\n if (styleString.length > 0) {\n attributes['style'] = styleString;\n }\n\n var val = [];\n val.push({\n tag: 'span',\n attributes: attributes,\n children: [content]\n });\n\n if (title) {\n val.push({\n tag: 'span',\n attributes: {\n class: 'sr-only'\n },\n children: [title]\n });\n }\n\n return val;\n }\n function makeLayersCounterAbstract(params) {\n var content = params.content,\n title = params.title,\n extra = params.extra;\n\n var attributes = _objectSpread({}, extra.attributes, title ? {\n 'title': title\n } : {}, {\n 'class': extra.classes.join(' ')\n });\n\n var styleString = joinStyles(extra.styles);\n\n if (styleString.length > 0) {\n attributes['style'] = styleString;\n }\n\n var val = [];\n val.push({\n tag: 'span',\n attributes: attributes,\n children: [content]\n });\n\n if (title) {\n val.push({\n tag: 'span',\n attributes: {\n class: 'sr-only'\n },\n children: [title]\n });\n }\n\n return val;\n }\n\n var noop$1 = function noop() {};\n\n var p = config.measurePerformance && PERFORMANCE && PERFORMANCE.mark && PERFORMANCE.measure ? PERFORMANCE : {\n mark: noop$1,\n measure: noop$1\n };\n var preamble = \"FA \\\"5.13.1\\\"\";\n\n var begin = function begin(name) {\n p.mark(\"\".concat(preamble, \" \").concat(name, \" begins\"));\n return function () {\n return end(name);\n };\n };\n\n var end = function end(name) {\n p.mark(\"\".concat(preamble, \" \").concat(name, \" ends\"));\n p.measure(\"\".concat(preamble, \" \").concat(name), \"\".concat(preamble, \" \").concat(name, \" begins\"), \"\".concat(preamble, \" \").concat(name, \" ends\"));\n };\n\n var perf = {\n begin: begin,\n end: end\n };\n\n /**\n * Internal helper to bind a function known to have 4 arguments\n * to a given context.\n */\n\n var bindInternal4 = function bindInternal4(func, thisContext) {\n return function (a, b, c, d) {\n return func.call(thisContext, a, b, c, d);\n };\n };\n\n /**\n * # Reduce\n *\n * A fast object `.reduce()` implementation.\n *\n * @param {Object} subject The object to reduce over.\n * @param {Function} fn The reducer function.\n * @param {mixed} initialValue The initial value for the reducer, defaults to subject[0].\n * @param {Object} thisContext The context for the reducer.\n * @return {mixed} The final result.\n */\n\n\n var reduce = function fastReduceObject(subject, fn, initialValue, thisContext) {\n var keys = Object.keys(subject),\n length = keys.length,\n iterator = thisContext !== undefined ? bindInternal4(fn, thisContext) : fn,\n i,\n key,\n result;\n\n if (initialValue === undefined) {\n i = 1;\n result = subject[keys[0]];\n } else {\n i = 0;\n result = initialValue;\n }\n\n for (; i < length; i++) {\n key = keys[i];\n result = iterator(result, subject[key], key, subject);\n }\n\n return result;\n };\n\n function toHex(unicode) {\n var result = '';\n\n for (var i = 0; i < unicode.length; i++) {\n var hex = unicode.charCodeAt(i).toString(16);\n result += ('000' + hex).slice(-4);\n }\n\n return result;\n }\n\n function defineIcons(prefix, icons) {\n var params = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};\n var _params$skipHooks = params.skipHooks,\n skipHooks = _params$skipHooks === void 0 ? false : _params$skipHooks;\n var normalized = Object.keys(icons).reduce(function (acc, iconName) {\n var icon = icons[iconName];\n var expanded = !!icon.icon;\n\n if (expanded) {\n acc[icon.iconName] = icon.icon;\n } else {\n acc[iconName] = icon;\n }\n\n return acc;\n }, {});\n\n if (typeof namespace.hooks.addPack === 'function' && !skipHooks) {\n namespace.hooks.addPack(prefix, normalized);\n } else {\n namespace.styles[prefix] = _objectSpread({}, namespace.styles[prefix] || {}, normalized);\n }\n /**\n * Font Awesome 4 used the prefix of `fa` for all icons. With the introduction\n * of new styles we needed to differentiate between them. Prefix `fa` is now an alias\n * for `fas` so we'll easy the upgrade process for our users by automatically defining\n * this as well.\n */\n\n\n if (prefix === 'fas') {\n defineIcons('fa', icons);\n }\n }\n\n var styles = namespace.styles,\n shims = namespace.shims;\n var _byUnicode = {};\n var _byLigature = {};\n var _byOldName = {};\n var build = function build() {\n var lookup = function lookup(reducer) {\n return reduce(styles, function (o, style, prefix) {\n o[prefix] = reduce(style, reducer, {});\n return o;\n }, {});\n };\n\n _byUnicode = lookup(function (acc, icon, iconName) {\n if (icon[3]) {\n acc[icon[3]] = iconName;\n }\n\n return acc;\n });\n _byLigature = lookup(function (acc, icon, iconName) {\n var ligatures = icon[2];\n acc[iconName] = iconName;\n ligatures.forEach(function (ligature) {\n acc[ligature] = iconName;\n });\n return acc;\n });\n var hasRegular = 'far' in styles;\n _byOldName = reduce(shims, function (acc, shim) {\n var oldName = shim[0];\n var prefix = shim[1];\n var iconName = shim[2];\n\n if (prefix === 'far' && !hasRegular) {\n prefix = 'fas';\n }\n\n acc[oldName] = {\n prefix: prefix,\n iconName: iconName\n };\n return acc;\n }, {});\n };\n build();\n function byUnicode(prefix, unicode) {\n return (_byUnicode[prefix] || {})[unicode];\n }\n function byLigature(prefix, ligature) {\n return (_byLigature[prefix] || {})[ligature];\n }\n function byOldName(name) {\n return _byOldName[name] || {\n prefix: null,\n iconName: null\n };\n }\n\n var styles$1 = namespace.styles;\n var emptyCanonicalIcon = function emptyCanonicalIcon() {\n return {\n prefix: null,\n iconName: null,\n rest: []\n };\n };\n function getCanonicalIcon(values) {\n return values.reduce(function (acc, cls) {\n var iconName = getIconName(config.familyPrefix, cls);\n\n if (styles$1[cls]) {\n acc.prefix = cls;\n } else if (config.autoFetchSvg && ['fas', 'far', 'fal', 'fad', 'fab', 'fa'].indexOf(cls) > -1) {\n acc.prefix = cls;\n } else if (iconName) {\n var shim = acc.prefix === 'fa' ? byOldName(iconName) : {};\n acc.iconName = shim.iconName || iconName;\n acc.prefix = shim.prefix || acc.prefix;\n } else if (cls !== config.replacementClass && cls.indexOf('fa-w-') !== 0) {\n acc.rest.push(cls);\n }\n\n return acc;\n }, emptyCanonicalIcon());\n }\n function iconFromMapping(mapping, prefix, iconName) {\n if (mapping && mapping[prefix] && mapping[prefix][iconName]) {\n return {\n prefix: prefix,\n iconName: iconName,\n icon: mapping[prefix][iconName]\n };\n }\n }\n\n function toHtml(abstractNodes) {\n var tag = abstractNodes.tag,\n _abstractNodes$attrib = abstractNodes.attributes,\n attributes = _abstractNodes$attrib === void 0 ? {} : _abstractNodes$attrib,\n _abstractNodes$childr = abstractNodes.children,\n children = _abstractNodes$childr === void 0 ? [] : _abstractNodes$childr;\n\n if (typeof abstractNodes === 'string') {\n return htmlEscape(abstractNodes);\n } else {\n return \"<\".concat(tag, \" \").concat(joinAttributes(attributes), \">\").concat(children.map(toHtml).join(''), \"\");\n }\n }\n\n var noop$2 = function noop() {};\n\n function isWatched(node) {\n var i2svg = node.getAttribute ? node.getAttribute(DATA_FA_I2SVG) : null;\n return typeof i2svg === 'string';\n }\n\n function getMutator() {\n if (config.autoReplaceSvg === true) {\n return mutators.replace;\n }\n\n var mutator = mutators[config.autoReplaceSvg];\n return mutator || mutators.replace;\n }\n\n var mutators = {\n replace: function replace(mutation) {\n var node = mutation[0];\n var abstract = mutation[1];\n var newOuterHTML = abstract.map(function (a) {\n return toHtml(a);\n }).join('\\n');\n\n if (node.parentNode && node.outerHTML) {\n node.outerHTML = newOuterHTML + (config.keepOriginalSource && node.tagName.toLowerCase() !== 'svg' ? \"\") : '');\n } else if (node.parentNode) {\n var newNode = document.createElement('span');\n node.parentNode.replaceChild(newNode, node);\n newNode.outerHTML = newOuterHTML;\n }\n },\n nest: function nest(mutation) {\n var node = mutation[0];\n var abstract = mutation[1]; // If we already have a replaced node we do not want to continue nesting within it.\n // Short-circuit to the standard replacement\n\n if (~classArray(node).indexOf(config.replacementClass)) {\n return mutators.replace(mutation);\n }\n\n var forSvg = new RegExp(\"\".concat(config.familyPrefix, \"-.*\"));\n delete abstract[0].attributes.style;\n delete abstract[0].attributes.id;\n var splitClasses = abstract[0].attributes.class.split(' ').reduce(function (acc, cls) {\n if (cls === config.replacementClass || cls.match(forSvg)) {\n acc.toSvg.push(cls);\n } else {\n acc.toNode.push(cls);\n }\n\n return acc;\n }, {\n toNode: [],\n toSvg: []\n });\n abstract[0].attributes.class = splitClasses.toSvg.join(' ');\n var newInnerHTML = abstract.map(function (a) {\n return toHtml(a);\n }).join('\\n');\n node.setAttribute('class', splitClasses.toNode.join(' '));\n node.setAttribute(DATA_FA_I2SVG, '');\n node.innerHTML = newInnerHTML;\n }\n };\n\n function performOperationSync(op) {\n op();\n }\n\n function perform(mutations, callback) {\n var callbackFunction = typeof callback === 'function' ? callback : noop$2;\n\n if (mutations.length === 0) {\n callbackFunction();\n } else {\n var frame = performOperationSync;\n\n if (config.mutateApproach === MUTATION_APPROACH_ASYNC) {\n frame = WINDOW.requestAnimationFrame || performOperationSync;\n }\n\n frame(function () {\n var mutator = getMutator();\n var mark = perf.begin('mutate');\n mutations.map(mutator);\n mark();\n callbackFunction();\n });\n }\n }\n var disabled = false;\n function disableObservation() {\n disabled = true;\n }\n function enableObservation() {\n disabled = false;\n }\n var mo = null;\n function observe(options) {\n if (!MUTATION_OBSERVER) {\n return;\n }\n\n if (!config.observeMutations) {\n return;\n }\n\n var treeCallback = options.treeCallback,\n nodeCallback = options.nodeCallback,\n pseudoElementsCallback = options.pseudoElementsCallback,\n _options$observeMutat = options.observeMutationsRoot,\n observeMutationsRoot = _options$observeMutat === void 0 ? DOCUMENT : _options$observeMutat;\n mo = new MUTATION_OBSERVER(function (objects) {\n if (disabled) return;\n toArray(objects).forEach(function (mutationRecord) {\n if (mutationRecord.type === 'childList' && mutationRecord.addedNodes.length > 0 && !isWatched(mutationRecord.addedNodes[0])) {\n if (config.searchPseudoElements) {\n pseudoElementsCallback(mutationRecord.target);\n }\n\n treeCallback(mutationRecord.target);\n }\n\n if (mutationRecord.type === 'attributes' && mutationRecord.target.parentNode && config.searchPseudoElements) {\n pseudoElementsCallback(mutationRecord.target.parentNode);\n }\n\n if (mutationRecord.type === 'attributes' && isWatched(mutationRecord.target) && ~ATTRIBUTES_WATCHED_FOR_MUTATION.indexOf(mutationRecord.attributeName)) {\n if (mutationRecord.attributeName === 'class') {\n var _getCanonicalIcon = getCanonicalIcon(classArray(mutationRecord.target)),\n prefix = _getCanonicalIcon.prefix,\n iconName = _getCanonicalIcon.iconName;\n\n if (prefix) mutationRecord.target.setAttribute('data-prefix', prefix);\n if (iconName) mutationRecord.target.setAttribute('data-icon', iconName);\n } else {\n nodeCallback(mutationRecord.target);\n }\n }\n });\n });\n if (!IS_DOM) return;\n mo.observe(observeMutationsRoot, {\n childList: true,\n attributes: true,\n characterData: true,\n subtree: true\n });\n }\n function disconnect() {\n if (!mo) return;\n mo.disconnect();\n }\n\n function styleParser (node) {\n var style = node.getAttribute('style');\n var val = [];\n\n if (style) {\n val = style.split(';').reduce(function (acc, style) {\n var styles = style.split(':');\n var prop = styles[0];\n var value = styles.slice(1);\n\n if (prop && value.length > 0) {\n acc[prop] = value.join(':').trim();\n }\n\n return acc;\n }, {});\n }\n\n return val;\n }\n\n function classParser (node) {\n var existingPrefix = node.getAttribute('data-prefix');\n var existingIconName = node.getAttribute('data-icon');\n var innerText = node.innerText !== undefined ? node.innerText.trim() : '';\n var val = getCanonicalIcon(classArray(node));\n\n if (existingPrefix && existingIconName) {\n val.prefix = existingPrefix;\n val.iconName = existingIconName;\n }\n\n if (val.prefix && innerText.length > 1) {\n val.iconName = byLigature(val.prefix, node.innerText);\n } else if (val.prefix && innerText.length === 1) {\n val.iconName = byUnicode(val.prefix, toHex(node.innerText));\n }\n\n return val;\n }\n\n var parseTransformString = function parseTransformString(transformString) {\n var transform = {\n size: 16,\n x: 0,\n y: 0,\n flipX: false,\n flipY: false,\n rotate: 0\n };\n\n if (!transformString) {\n return transform;\n } else {\n return transformString.toLowerCase().split(' ').reduce(function (acc, n) {\n var parts = n.toLowerCase().split('-');\n var first = parts[0];\n var rest = parts.slice(1).join('-');\n\n if (first && rest === 'h') {\n acc.flipX = true;\n return acc;\n }\n\n if (first && rest === 'v') {\n acc.flipY = true;\n return acc;\n }\n\n rest = parseFloat(rest);\n\n if (isNaN(rest)) {\n return acc;\n }\n\n switch (first) {\n case 'grow':\n acc.size = acc.size + rest;\n break;\n\n case 'shrink':\n acc.size = acc.size - rest;\n break;\n\n case 'left':\n acc.x = acc.x - rest;\n break;\n\n case 'right':\n acc.x = acc.x + rest;\n break;\n\n case 'up':\n acc.y = acc.y - rest;\n break;\n\n case 'down':\n acc.y = acc.y + rest;\n break;\n\n case 'rotate':\n acc.rotate = acc.rotate + rest;\n break;\n }\n\n return acc;\n }, transform);\n }\n };\n function transformParser (node) {\n return parseTransformString(node.getAttribute('data-fa-transform'));\n }\n\n function symbolParser (node) {\n var symbol = node.getAttribute('data-fa-symbol');\n return symbol === null ? false : symbol === '' ? true : symbol;\n }\n\n function attributesParser (node) {\n var extraAttributes = toArray(node.attributes).reduce(function (acc, attr) {\n if (acc.name !== 'class' && acc.name !== 'style') {\n acc[attr.name] = attr.value;\n }\n\n return acc;\n }, {});\n var title = node.getAttribute('title');\n var titleId = node.getAttribute('data-fa-title-id');\n\n if (config.autoA11y) {\n if (title) {\n extraAttributes['aria-labelledby'] = \"\".concat(config.replacementClass, \"-title-\").concat(titleId || nextUniqueId());\n } else {\n extraAttributes['aria-hidden'] = 'true';\n extraAttributes['focusable'] = 'false';\n }\n }\n\n return extraAttributes;\n }\n\n function maskParser (node) {\n var mask = node.getAttribute('data-fa-mask');\n\n if (!mask) {\n return emptyCanonicalIcon();\n } else {\n return getCanonicalIcon(mask.split(' ').map(function (i) {\n return i.trim();\n }));\n }\n }\n\n function blankMeta() {\n return {\n iconName: null,\n title: null,\n titleId: null,\n prefix: null,\n transform: meaninglessTransform,\n symbol: false,\n mask: null,\n maskId: null,\n extra: {\n classes: [],\n styles: {},\n attributes: {}\n }\n };\n }\n function parseMeta(node) {\n var _classParser = classParser(node),\n iconName = _classParser.iconName,\n prefix = _classParser.prefix,\n extraClasses = _classParser.rest;\n\n var extraStyles = styleParser(node);\n var transform = transformParser(node);\n var symbol = symbolParser(node);\n var extraAttributes = attributesParser(node);\n var mask = maskParser(node);\n return {\n iconName: iconName,\n title: node.getAttribute('title'),\n titleId: node.getAttribute('data-fa-title-id'),\n prefix: prefix,\n transform: transform,\n symbol: symbol,\n mask: mask,\n maskId: node.getAttribute('data-fa-mask-id'),\n extra: {\n classes: extraClasses,\n styles: extraStyles,\n attributes: extraAttributes\n }\n };\n }\n\n function MissingIcon(error) {\n this.name = 'MissingIcon';\n this.message = error || 'Icon unavailable';\n this.stack = new Error().stack;\n }\n MissingIcon.prototype = Object.create(Error.prototype);\n MissingIcon.prototype.constructor = MissingIcon;\n\n var FILL = {\n fill: 'currentColor'\n };\n var ANIMATION_BASE = {\n attributeType: 'XML',\n repeatCount: 'indefinite',\n dur: '2s'\n };\n var RING = {\n tag: 'path',\n attributes: _objectSpread({}, FILL, {\n d: 'M156.5,447.7l-12.6,29.5c-18.7-9.5-35.9-21.2-51.5-34.9l22.7-22.7C127.6,430.5,141.5,440,156.5,447.7z M40.6,272H8.5 c1.4,21.2,5.4,41.7,11.7,61.1L50,321.2C45.1,305.5,41.8,289,40.6,272z M40.6,240c1.4-18.8,5.2-37,11.1-54.1l-29.5-12.6 C14.7,194.3,10,216.7,8.5,240H40.6z M64.3,156.5c7.8-14.9,17.2-28.8,28.1-41.5L69.7,92.3c-13.7,15.6-25.5,32.8-34.9,51.5 L64.3,156.5z M397,419.6c-13.9,12-29.4,22.3-46.1,30.4l11.9,29.8c20.7-9.9,39.8-22.6,56.9-37.6L397,419.6z M115,92.4 c13.9-12,29.4-22.3,46.1-30.4l-11.9-29.8c-20.7,9.9-39.8,22.6-56.8,37.6L115,92.4z M447.7,355.5c-7.8,14.9-17.2,28.8-28.1,41.5 l22.7,22.7c13.7-15.6,25.5-32.9,34.9-51.5L447.7,355.5z M471.4,272c-1.4,18.8-5.2,37-11.1,54.1l29.5,12.6 c7.5-21.1,12.2-43.5,13.6-66.8H471.4z M321.2,462c-15.7,5-32.2,8.2-49.2,9.4v32.1c21.2-1.4,41.7-5.4,61.1-11.7L321.2,462z M240,471.4c-18.8-1.4-37-5.2-54.1-11.1l-12.6,29.5c21.1,7.5,43.5,12.2,66.8,13.6V471.4z M462,190.8c5,15.7,8.2,32.2,9.4,49.2h32.1 c-1.4-21.2-5.4-41.7-11.7-61.1L462,190.8z M92.4,397c-12-13.9-22.3-29.4-30.4-46.1l-29.8,11.9c9.9,20.7,22.6,39.8,37.6,56.9 L92.4,397z M272,40.6c18.8,1.4,36.9,5.2,54.1,11.1l12.6-29.5C317.7,14.7,295.3,10,272,8.5V40.6z M190.8,50 c15.7-5,32.2-8.2,49.2-9.4V8.5c-21.2,1.4-41.7,5.4-61.1,11.7L190.8,50z M442.3,92.3L419.6,115c12,13.9,22.3,29.4,30.5,46.1 l29.8-11.9C470,128.5,457.3,109.4,442.3,92.3z M397,92.4l22.7-22.7c-15.6-13.7-32.8-25.5-51.5-34.9l-12.6,29.5 C370.4,72.1,384.4,81.5,397,92.4z'\n })\n };\n\n var OPACITY_ANIMATE = _objectSpread({}, ANIMATION_BASE, {\n attributeName: 'opacity'\n });\n\n var DOT = {\n tag: 'circle',\n attributes: _objectSpread({}, FILL, {\n cx: '256',\n cy: '364',\n r: '28'\n }),\n children: [{\n tag: 'animate',\n attributes: _objectSpread({}, ANIMATION_BASE, {\n attributeName: 'r',\n values: '28;14;28;28;14;28;'\n })\n }, {\n tag: 'animate',\n attributes: _objectSpread({}, OPACITY_ANIMATE, {\n values: '1;0;1;1;0;1;'\n })\n }]\n };\n var QUESTION = {\n tag: 'path',\n attributes: _objectSpread({}, FILL, {\n opacity: '1',\n d: 'M263.7,312h-16c-6.6,0-12-5.4-12-12c0-71,77.4-63.9,77.4-107.8c0-20-17.8-40.2-57.4-40.2c-29.1,0-44.3,9.6-59.2,28.7 c-3.9,5-11.1,6-16.2,2.4l-13.1-9.2c-5.6-3.9-6.9-11.8-2.6-17.2c21.2-27.2,46.4-44.7,91.2-44.7c52.3,0,97.4,29.8,97.4,80.2 c0,67.6-77.4,63.5-77.4,107.8C275.7,306.6,270.3,312,263.7,312z'\n }),\n children: [{\n tag: 'animate',\n attributes: _objectSpread({}, OPACITY_ANIMATE, {\n values: '1;0;0;0;0;1;'\n })\n }]\n };\n var EXCLAMATION = {\n tag: 'path',\n attributes: _objectSpread({}, FILL, {\n opacity: '0',\n d: 'M232.5,134.5l7,168c0.3,6.4,5.6,11.5,12,11.5h9c6.4,0,11.7-5.1,12-11.5l7-168c0.3-6.8-5.2-12.5-12-12.5h-23 C237.7,122,232.2,127.7,232.5,134.5z'\n }),\n children: [{\n tag: 'animate',\n attributes: _objectSpread({}, OPACITY_ANIMATE, {\n values: '0;0;1;1;0;0;'\n })\n }]\n };\n var missing = {\n tag: 'g',\n children: [RING, DOT, QUESTION, EXCLAMATION]\n };\n\n var styles$2 = namespace.styles;\n function asFoundIcon(icon) {\n var width = icon[0];\n var height = icon[1];\n\n var _icon$slice = icon.slice(4),\n _icon$slice2 = _slicedToArray(_icon$slice, 1),\n vectorData = _icon$slice2[0];\n\n var element = null;\n\n if (Array.isArray(vectorData)) {\n element = {\n tag: 'g',\n attributes: {\n class: \"\".concat(config.familyPrefix, \"-\").concat(DUOTONE_CLASSES.GROUP)\n },\n children: [{\n tag: 'path',\n attributes: {\n class: \"\".concat(config.familyPrefix, \"-\").concat(DUOTONE_CLASSES.SECONDARY),\n fill: 'currentColor',\n d: vectorData[0]\n }\n }, {\n tag: 'path',\n attributes: {\n class: \"\".concat(config.familyPrefix, \"-\").concat(DUOTONE_CLASSES.PRIMARY),\n fill: 'currentColor',\n d: vectorData[1]\n }\n }]\n };\n } else {\n element = {\n tag: 'path',\n attributes: {\n fill: 'currentColor',\n d: vectorData\n }\n };\n }\n\n return {\n found: true,\n width: width,\n height: height,\n icon: element\n };\n }\n function findIcon(iconName, prefix) {\n return new picked(function (resolve, reject) {\n var val = {\n found: false,\n width: 512,\n height: 512,\n icon: missing\n };\n\n if (iconName && prefix && styles$2[prefix] && styles$2[prefix][iconName]) {\n var icon = styles$2[prefix][iconName];\n return resolve(asFoundIcon(icon));\n }\n\n var headers = {};\n\n if (_typeof(WINDOW.FontAwesomeKitConfig) === 'object' && typeof window.FontAwesomeKitConfig.token === 'string') {\n headers['fa-kit-token'] = WINDOW.FontAwesomeKitConfig.token;\n }\n\n if (iconName && prefix && !config.showMissingIcons) {\n reject(new MissingIcon(\"Icon is missing for prefix \".concat(prefix, \" with icon name \").concat(iconName)));\n } else {\n resolve(val);\n }\n });\n }\n\n var styles$3 = namespace.styles;\n\n function generateSvgReplacementMutation(node, nodeMeta) {\n var iconName = nodeMeta.iconName,\n title = nodeMeta.title,\n titleId = nodeMeta.titleId,\n prefix = nodeMeta.prefix,\n transform = nodeMeta.transform,\n symbol = nodeMeta.symbol,\n mask = nodeMeta.mask,\n maskId = nodeMeta.maskId,\n extra = nodeMeta.extra;\n return new picked(function (resolve, reject) {\n picked.all([findIcon(iconName, prefix), findIcon(mask.iconName, mask.prefix)]).then(function (_ref) {\n var _ref2 = _slicedToArray(_ref, 2),\n main = _ref2[0],\n mask = _ref2[1];\n\n resolve([node, makeInlineSvgAbstract({\n icons: {\n main: main,\n mask: mask\n },\n prefix: prefix,\n iconName: iconName,\n transform: transform,\n symbol: symbol,\n mask: mask,\n maskId: maskId,\n title: title,\n titleId: titleId,\n extra: extra,\n watchable: true\n })]);\n });\n });\n }\n\n function generateLayersText(node, nodeMeta) {\n var title = nodeMeta.title,\n transform = nodeMeta.transform,\n extra = nodeMeta.extra;\n var width = null;\n var height = null;\n\n if (IS_IE) {\n var computedFontSize = parseInt(getComputedStyle(node).fontSize, 10);\n var boundingClientRect = node.getBoundingClientRect();\n width = boundingClientRect.width / computedFontSize;\n height = boundingClientRect.height / computedFontSize;\n }\n\n if (config.autoA11y && !title) {\n extra.attributes['aria-hidden'] = 'true';\n }\n\n return picked.resolve([node, makeLayersTextAbstract({\n content: node.innerHTML,\n width: width,\n height: height,\n transform: transform,\n title: title,\n extra: extra,\n watchable: true\n })]);\n }\n\n function generateMutation(node) {\n var nodeMeta = parseMeta(node);\n\n if (~nodeMeta.extra.classes.indexOf(LAYERS_TEXT_CLASSNAME)) {\n return generateLayersText(node, nodeMeta);\n } else {\n return generateSvgReplacementMutation(node, nodeMeta);\n }\n }\n\n function onTree(root) {\n var callback = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null;\n if (!IS_DOM) return;\n var htmlClassList = DOCUMENT.documentElement.classList;\n\n var hclAdd = function hclAdd(suffix) {\n return htmlClassList.add(\"\".concat(HTML_CLASS_I2SVG_BASE_CLASS, \"-\").concat(suffix));\n };\n\n var hclRemove = function hclRemove(suffix) {\n return htmlClassList.remove(\"\".concat(HTML_CLASS_I2SVG_BASE_CLASS, \"-\").concat(suffix));\n };\n\n var prefixes = config.autoFetchSvg ? Object.keys(PREFIX_TO_STYLE) : Object.keys(styles$3);\n var prefixesDomQuery = [\".\".concat(LAYERS_TEXT_CLASSNAME, \":not([\").concat(DATA_FA_I2SVG, \"])\")].concat(prefixes.map(function (p) {\n return \".\".concat(p, \":not([\").concat(DATA_FA_I2SVG, \"])\");\n })).join(', ');\n\n if (prefixesDomQuery.length === 0) {\n return;\n }\n\n var candidates = [];\n\n try {\n candidates = toArray(root.querySelectorAll(prefixesDomQuery));\n } catch (e) {// noop\n }\n\n if (candidates.length > 0) {\n hclAdd('pending');\n hclRemove('complete');\n } else {\n return;\n }\n\n var mark = perf.begin('onTree');\n var mutations = candidates.reduce(function (acc, node) {\n try {\n var mutation = generateMutation(node);\n\n if (mutation) {\n acc.push(mutation);\n }\n } catch (e) {\n if (!PRODUCTION) {\n if (e instanceof MissingIcon) {\n console.error(e);\n }\n }\n }\n\n return acc;\n }, []);\n return new picked(function (resolve, reject) {\n picked.all(mutations).then(function (resolvedMutations) {\n perform(resolvedMutations, function () {\n hclAdd('active');\n hclAdd('complete');\n hclRemove('pending');\n if (typeof callback === 'function') callback();\n mark();\n resolve();\n });\n }).catch(function () {\n mark();\n reject();\n });\n });\n }\n function onNode(node) {\n var callback = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null;\n generateMutation(node).then(function (mutation) {\n if (mutation) {\n perform([mutation], callback);\n }\n });\n }\n\n function replaceForPosition(node, position) {\n var pendingAttribute = \"\".concat(DATA_FA_PSEUDO_ELEMENT_PENDING).concat(position.replace(':', '-'));\n return new picked(function (resolve, reject) {\n if (node.getAttribute(pendingAttribute) !== null) {\n // This node is already being processed\n return resolve();\n }\n\n var children = toArray(node.children);\n var alreadyProcessedPseudoElement = children.filter(function (c) {\n return c.getAttribute(DATA_FA_PSEUDO_ELEMENT) === position;\n })[0];\n var styles = WINDOW.getComputedStyle(node, position);\n var fontFamily = styles.getPropertyValue('font-family').match(FONT_FAMILY_PATTERN);\n var fontWeight = styles.getPropertyValue('font-weight');\n var content = styles.getPropertyValue('content');\n\n if (alreadyProcessedPseudoElement && !fontFamily) {\n // If we've already processed it but the current computed style does not result in a font-family,\n // that probably means that a class name that was previously present to make the icon has been\n // removed. So we now should delete the icon.\n node.removeChild(alreadyProcessedPseudoElement);\n return resolve();\n } else if (fontFamily && content !== 'none' && content !== '') {\n var prefix = ~['Solid', 'Regular', 'Light', 'Duotone', 'Brands'].indexOf(fontFamily[1]) ? STYLE_TO_PREFIX[fontFamily[1].toLowerCase()] : FONT_WEIGHT_TO_PREFIX[fontWeight];\n var hexValue = toHex(content.length === 3 ? content.substr(1, 1) : content);\n var iconName = byUnicode(prefix, hexValue);\n var iconIdentifier = iconName; // Only convert the pseudo element in this :before/:after position into an icon if we haven't\n // already done so with the same prefix and iconName\n\n if (iconName && (!alreadyProcessedPseudoElement || alreadyProcessedPseudoElement.getAttribute(DATA_PREFIX) !== prefix || alreadyProcessedPseudoElement.getAttribute(DATA_ICON) !== iconIdentifier)) {\n node.setAttribute(pendingAttribute, iconIdentifier);\n\n if (alreadyProcessedPseudoElement) {\n // Delete the old one, since we're replacing it with a new one\n node.removeChild(alreadyProcessedPseudoElement);\n }\n\n var meta = blankMeta();\n var extra = meta.extra;\n extra.attributes[DATA_FA_PSEUDO_ELEMENT] = position;\n findIcon(iconName, prefix).then(function (main) {\n var abstract = makeInlineSvgAbstract(_objectSpread({}, meta, {\n icons: {\n main: main,\n mask: emptyCanonicalIcon()\n },\n prefix: prefix,\n iconName: iconIdentifier,\n extra: extra,\n watchable: true\n }));\n var element = DOCUMENT.createElement('svg');\n\n if (position === ':before') {\n node.insertBefore(element, node.firstChild);\n } else {\n node.appendChild(element);\n }\n\n element.outerHTML = abstract.map(function (a) {\n return toHtml(a);\n }).join('\\n');\n node.removeAttribute(pendingAttribute);\n resolve();\n }).catch(reject);\n } else {\n resolve();\n }\n } else {\n resolve();\n }\n });\n }\n\n function replace(node) {\n return picked.all([replaceForPosition(node, ':before'), replaceForPosition(node, ':after')]);\n }\n\n function processable(node) {\n return node.parentNode !== document.head && !~TAGNAMES_TO_SKIP_FOR_PSEUDOELEMENTS.indexOf(node.tagName.toUpperCase()) && !node.getAttribute(DATA_FA_PSEUDO_ELEMENT) && (!node.parentNode || node.parentNode.tagName !== 'svg');\n }\n\n function searchPseudoElements (root) {\n if (!IS_DOM) return;\n return new picked(function (resolve, reject) {\n var operations = toArray(root.querySelectorAll('*')).filter(processable).map(replace);\n var end = perf.begin('searchPseudoElements');\n disableObservation();\n picked.all(operations).then(function () {\n end();\n enableObservation();\n resolve();\n }).catch(function () {\n end();\n enableObservation();\n reject();\n });\n });\n }\n\n var baseStyles = \"svg:not(:root).svg-inline--fa{overflow:visible}.svg-inline--fa{display:inline-block;font-size:inherit;height:1em;overflow:visible;vertical-align:-.125em}.svg-inline--fa.fa-lg{vertical-align:-.225em}.svg-inline--fa.fa-w-1{width:.0625em}.svg-inline--fa.fa-w-2{width:.125em}.svg-inline--fa.fa-w-3{width:.1875em}.svg-inline--fa.fa-w-4{width:.25em}.svg-inline--fa.fa-w-5{width:.3125em}.svg-inline--fa.fa-w-6{width:.375em}.svg-inline--fa.fa-w-7{width:.4375em}.svg-inline--fa.fa-w-8{width:.5em}.svg-inline--fa.fa-w-9{width:.5625em}.svg-inline--fa.fa-w-10{width:.625em}.svg-inline--fa.fa-w-11{width:.6875em}.svg-inline--fa.fa-w-12{width:.75em}.svg-inline--fa.fa-w-13{width:.8125em}.svg-inline--fa.fa-w-14{width:.875em}.svg-inline--fa.fa-w-15{width:.9375em}.svg-inline--fa.fa-w-16{width:1em}.svg-inline--fa.fa-w-17{width:1.0625em}.svg-inline--fa.fa-w-18{width:1.125em}.svg-inline--fa.fa-w-19{width:1.1875em}.svg-inline--fa.fa-w-20{width:1.25em}.svg-inline--fa.fa-pull-left{margin-right:.3em;width:auto}.svg-inline--fa.fa-pull-right{margin-left:.3em;width:auto}.svg-inline--fa.fa-border{height:1.5em}.svg-inline--fa.fa-li{width:2em}.svg-inline--fa.fa-fw{width:1.25em}.fa-layers svg.svg-inline--fa{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.fa-layers{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:1em}.fa-layers svg.svg-inline--fa{-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-counter,.fa-layers-text{display:inline-block;position:absolute;text-align:center}.fa-layers-text{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-counter{background-color:#ff253a;border-radius:1em;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;height:1.5em;line-height:1;max-width:5em;min-width:1.5em;overflow:hidden;padding:.25em;right:0;text-overflow:ellipsis;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-bottom-right{bottom:0;right:0;top:auto;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:bottom right;transform-origin:bottom right}.fa-layers-bottom-left{bottom:0;left:0;right:auto;top:auto;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:bottom left;transform-origin:bottom left}.fa-layers-top-right{right:0;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-top-left{left:0;right:auto;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top left;transform-origin:top left}.fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);transform:scale(1,-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;position:relative;width:2.5em}.fa-stack-1x,.fa-stack-2x{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.svg-inline--fa.fa-stack-1x{height:1em;width:1.25em}.svg-inline--fa.fa-stack-2x{height:2em;width:2.5em}.fa-inverse{color:#fff}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.svg-inline--fa .fa-primary{fill:var(--fa-primary-color,currentColor);opacity:1;opacity:var(--fa-primary-opacity,1)}.svg-inline--fa .fa-secondary{fill:var(--fa-secondary-color,currentColor);opacity:.4;opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-primary{opacity:.4;opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-secondary{opacity:1;opacity:var(--fa-primary-opacity,1)}.svg-inline--fa mask .fa-primary,.svg-inline--fa mask .fa-secondary{fill:#000}.fad.fa-inverse{color:#fff}\";\n\n function css () {\n var dfp = DEFAULT_FAMILY_PREFIX;\n var drc = DEFAULT_REPLACEMENT_CLASS;\n var fp = config.familyPrefix;\n var rc = config.replacementClass;\n var s = baseStyles;\n\n if (fp !== dfp || rc !== drc) {\n var dPatt = new RegExp(\"\\\\.\".concat(dfp, \"\\\\-\"), 'g');\n var customPropPatt = new RegExp(\"\\\\--\".concat(dfp, \"\\\\-\"), 'g');\n var rPatt = new RegExp(\"\\\\.\".concat(drc), 'g');\n s = s.replace(dPatt, \".\".concat(fp, \"-\")).replace(customPropPatt, \"--\".concat(fp, \"-\")).replace(rPatt, \".\".concat(rc));\n }\n\n return s;\n }\n\n var Library =\n /*#__PURE__*/\n function () {\n function Library() {\n _classCallCheck(this, Library);\n\n this.definitions = {};\n }\n\n _createClass(Library, [{\n key: \"add\",\n value: function add() {\n var _this = this;\n\n for (var _len = arguments.length, definitions = new Array(_len), _key = 0; _key < _len; _key++) {\n definitions[_key] = arguments[_key];\n }\n\n var additions = definitions.reduce(this._pullDefinitions, {});\n Object.keys(additions).forEach(function (key) {\n _this.definitions[key] = _objectSpread({}, _this.definitions[key] || {}, additions[key]);\n defineIcons(key, additions[key]);\n build();\n });\n }\n }, {\n key: \"reset\",\n value: function reset() {\n this.definitions = {};\n }\n }, {\n key: \"_pullDefinitions\",\n value: function _pullDefinitions(additions, definition) {\n var normalized = definition.prefix && definition.iconName && definition.icon ? {\n 0: definition\n } : definition;\n Object.keys(normalized).map(function (key) {\n var _normalized$key = normalized[key],\n prefix = _normalized$key.prefix,\n iconName = _normalized$key.iconName,\n icon = _normalized$key.icon;\n if (!additions[prefix]) additions[prefix] = {};\n additions[prefix][iconName] = icon;\n });\n return additions;\n }\n }]);\n\n return Library;\n }();\n\n function ensureCss() {\n if (config.autoAddCss && !_cssInserted) {\n insertCss(css());\n\n _cssInserted = true;\n }\n }\n\n function apiObject(val, abstractCreator) {\n Object.defineProperty(val, 'abstract', {\n get: abstractCreator\n });\n Object.defineProperty(val, 'html', {\n get: function get() {\n return val.abstract.map(function (a) {\n return toHtml(a);\n });\n }\n });\n Object.defineProperty(val, 'node', {\n get: function get() {\n if (!IS_DOM) return;\n var container = DOCUMENT.createElement('div');\n container.innerHTML = val.html;\n return container.children;\n }\n });\n return val;\n }\n\n function findIconDefinition(iconLookup) {\n var _iconLookup$prefix = iconLookup.prefix,\n prefix = _iconLookup$prefix === void 0 ? 'fa' : _iconLookup$prefix,\n iconName = iconLookup.iconName;\n if (!iconName) return;\n return iconFromMapping(library.definitions, prefix, iconName) || iconFromMapping(namespace.styles, prefix, iconName);\n }\n\n function resolveIcons(next) {\n return function (maybeIconDefinition) {\n var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var iconDefinition = (maybeIconDefinition || {}).icon ? maybeIconDefinition : findIconDefinition(maybeIconDefinition || {});\n var mask = params.mask;\n\n if (mask) {\n mask = (mask || {}).icon ? mask : findIconDefinition(mask || {});\n }\n\n return next(iconDefinition, _objectSpread({}, params, {\n mask: mask\n }));\n };\n }\n\n var library = new Library();\n var noAuto = function noAuto() {\n config.autoReplaceSvg = false;\n config.observeMutations = false;\n disconnect();\n };\n var _cssInserted = false;\n var dom = {\n i2svg: function i2svg() {\n var params = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n\n if (IS_DOM) {\n ensureCss();\n var _params$node = params.node,\n node = _params$node === void 0 ? DOCUMENT : _params$node,\n _params$callback = params.callback,\n callback = _params$callback === void 0 ? function () {} : _params$callback;\n\n if (config.searchPseudoElements) {\n searchPseudoElements(node);\n }\n\n return onTree(node, callback);\n } else {\n return picked.reject('Operation requires a DOM of some kind.');\n }\n },\n css: css,\n insertCss: function insertCss$$1() {\n if (!_cssInserted) {\n insertCss(css());\n\n _cssInserted = true;\n }\n },\n watch: function watch() {\n var params = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n var autoReplaceSvgRoot = params.autoReplaceSvgRoot,\n observeMutationsRoot = params.observeMutationsRoot;\n\n if (config.autoReplaceSvg === false) {\n config.autoReplaceSvg = true;\n }\n\n config.observeMutations = true;\n domready(function () {\n autoReplace({\n autoReplaceSvgRoot: autoReplaceSvgRoot\n });\n observe({\n treeCallback: onTree,\n nodeCallback: onNode,\n pseudoElementsCallback: searchPseudoElements,\n observeMutationsRoot: observeMutationsRoot\n });\n });\n }\n };\n var parse = {\n transform: function transform(transformString) {\n return parseTransformString(transformString);\n }\n };\n var icon = resolveIcons(function (iconDefinition) {\n var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var _params$transform = params.transform,\n transform = _params$transform === void 0 ? meaninglessTransform : _params$transform,\n _params$symbol = params.symbol,\n symbol = _params$symbol === void 0 ? false : _params$symbol,\n _params$mask = params.mask,\n mask = _params$mask === void 0 ? null : _params$mask,\n _params$maskId = params.maskId,\n maskId = _params$maskId === void 0 ? null : _params$maskId,\n _params$title = params.title,\n title = _params$title === void 0 ? null : _params$title,\n _params$titleId = params.titleId,\n titleId = _params$titleId === void 0 ? null : _params$titleId,\n _params$classes = params.classes,\n classes = _params$classes === void 0 ? [] : _params$classes,\n _params$attributes = params.attributes,\n attributes = _params$attributes === void 0 ? {} : _params$attributes,\n _params$styles = params.styles,\n styles = _params$styles === void 0 ? {} : _params$styles;\n if (!iconDefinition) return;\n var prefix = iconDefinition.prefix,\n iconName = iconDefinition.iconName,\n icon = iconDefinition.icon;\n return apiObject(_objectSpread({\n type: 'icon'\n }, iconDefinition), function () {\n ensureCss();\n\n if (config.autoA11y) {\n if (title) {\n attributes['aria-labelledby'] = \"\".concat(config.replacementClass, \"-title-\").concat(titleId || nextUniqueId());\n } else {\n attributes['aria-hidden'] = 'true';\n attributes['focusable'] = 'false';\n }\n }\n\n return makeInlineSvgAbstract({\n icons: {\n main: asFoundIcon(icon),\n mask: mask ? asFoundIcon(mask.icon) : {\n found: false,\n width: null,\n height: null,\n icon: {}\n }\n },\n prefix: prefix,\n iconName: iconName,\n transform: _objectSpread({}, meaninglessTransform, transform),\n symbol: symbol,\n title: title,\n maskId: maskId,\n titleId: titleId,\n extra: {\n attributes: attributes,\n styles: styles,\n classes: classes\n }\n });\n });\n });\n var text = function text(content) {\n var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var _params$transform2 = params.transform,\n transform = _params$transform2 === void 0 ? meaninglessTransform : _params$transform2,\n _params$title2 = params.title,\n title = _params$title2 === void 0 ? null : _params$title2,\n _params$classes2 = params.classes,\n classes = _params$classes2 === void 0 ? [] : _params$classes2,\n _params$attributes2 = params.attributes,\n attributes = _params$attributes2 === void 0 ? {} : _params$attributes2,\n _params$styles2 = params.styles,\n styles = _params$styles2 === void 0 ? {} : _params$styles2;\n return apiObject({\n type: 'text',\n content: content\n }, function () {\n ensureCss();\n return makeLayersTextAbstract({\n content: content,\n transform: _objectSpread({}, meaninglessTransform, transform),\n title: title,\n extra: {\n attributes: attributes,\n styles: styles,\n classes: [\"\".concat(config.familyPrefix, \"-layers-text\")].concat(_toConsumableArray(classes))\n }\n });\n });\n };\n var counter = function counter(content) {\n var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var _params$title3 = params.title,\n title = _params$title3 === void 0 ? null : _params$title3,\n _params$classes3 = params.classes,\n classes = _params$classes3 === void 0 ? [] : _params$classes3,\n _params$attributes3 = params.attributes,\n attributes = _params$attributes3 === void 0 ? {} : _params$attributes3,\n _params$styles3 = params.styles,\n styles = _params$styles3 === void 0 ? {} : _params$styles3;\n return apiObject({\n type: 'counter',\n content: content\n }, function () {\n ensureCss();\n return makeLayersCounterAbstract({\n content: content.toString(),\n title: title,\n extra: {\n attributes: attributes,\n styles: styles,\n classes: [\"\".concat(config.familyPrefix, \"-layers-counter\")].concat(_toConsumableArray(classes))\n }\n });\n });\n };\n var layer = function layer(assembler) {\n var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var _params$classes4 = params.classes,\n classes = _params$classes4 === void 0 ? [] : _params$classes4;\n return apiObject({\n type: 'layer'\n }, function () {\n ensureCss();\n var children = [];\n assembler(function (args) {\n Array.isArray(args) ? args.map(function (a) {\n children = children.concat(a.abstract);\n }) : children = children.concat(args.abstract);\n });\n return [{\n tag: 'span',\n attributes: {\n class: [\"\".concat(config.familyPrefix, \"-layers\")].concat(_toConsumableArray(classes)).join(' ')\n },\n children: children\n }];\n });\n };\n var api = {\n noAuto: noAuto,\n config: config,\n dom: dom,\n library: library,\n parse: parse,\n findIconDefinition: findIconDefinition,\n icon: icon,\n text: text,\n counter: counter,\n layer: layer,\n toHtml: toHtml\n };\n\n var autoReplace = function autoReplace() {\n var params = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n var _params$autoReplaceSv = params.autoReplaceSvgRoot,\n autoReplaceSvgRoot = _params$autoReplaceSv === void 0 ? DOCUMENT : _params$autoReplaceSv;\n if ((Object.keys(namespace.styles).length > 0 || config.autoFetchSvg) && IS_DOM && config.autoReplaceSvg) api.dom.i2svg({\n node: autoReplaceSvgRoot\n });\n };\n\n function bootstrap() {\n if (IS_BROWSER) {\n if (!WINDOW.FontAwesome) {\n WINDOW.FontAwesome = api;\n }\n\n domready(function () {\n autoReplace();\n observe({\n treeCallback: onTree,\n nodeCallback: onNode,\n pseudoElementsCallback: searchPseudoElements\n });\n });\n }\n\n namespace.hooks = _objectSpread({}, namespace.hooks, {\n addPack: function addPack(prefix, icons) {\n namespace.styles[prefix] = _objectSpread({}, namespace.styles[prefix] || {}, icons);\n build();\n autoReplace();\n },\n addShims: function addShims(shims) {\n var _namespace$shims;\n\n (_namespace$shims = namespace.shims).push.apply(_namespace$shims, _toConsumableArray(shims));\n\n build();\n autoReplace();\n }\n });\n }\n\n bunker(bootstrap);\n\n}());\n","/**\n * ==============================\n * Debug\n * ==============================\n */\n\n/* eslint no-console: \"off\" */\n\n/**\n * List of Log Levels available.\n */\nexport const DebugLevel = {\n\tNONE: 0,\n\tERROR: 1,\n\tWARNING: 2,\n\tINFO: 3,\n\tDEBUG: 4,\n\tALL: 5\n};\n\n/**\n * This class acts as a proxy for the console. It shares the same methods as the\n * web console but they are conditioned to a debug level.\n *\n * @class\n */\nexport class Debug {\n\n\t/**\n\t * @static level - Set the log level\n\t *\n\t * @param {DebugLevel} level The debug level to use\n\t *\n\t * @return {void}\n\t */\n\tstatic level (level) {\n\t\tif (typeof level === 'number') {\n\t\t\tthis._level = level;\n\t\t}\n\t\treturn this._level;\n\t}\n\n\t/**\n\t * @static log - Log the given elements.\n\t *\n\t * Logs will only be made if the level is set to DEBUG or above\n\t *\n\t * @param {...any} args\n\t *\n\t * @return {void}\n\t */\n\tstatic log (...args) {\n\t\tif (this.level () >= DebugLevel.DEBUG) {\n\t\t\tconsole.log (...args);\n\t\t}\n\t}\n\n\t/**\n\t * @static debug - Show a debugging log\n\t *\n\t * Logs will only be made if the level is set DEBUG or above\n\t *\n\t * @param {...any} args\n\t *\n\t * @return {void}\n\t */\n\tstatic debug (...args) {\n\t\tif (this.level () >= DebugLevel.DEBUG) {\n\t\t\tconsole.debug (...args);\n\t\t}\n\t}\n\n\t/**\n\t * @static info - Show an info log\n\t *\n\t * Logs will only be made if the level is set to INFO or above\n\t *\n\t * @param {...any} args\n\t *\n\t * @return {void}\n\t */\n\tstatic info (...args) {\n\t\tif (this.level () >= DebugLevel.INFO) {\n\t\t\tconsole.info (...args);\n\t\t}\n\t}\n\n\t/**\n\t * @static error - Show an error log\n\t *\n\t * Logs will only be made if the level is set to ERROR or above\n\t *\n\t * @param {...any} args\n\t *\n\t * @return {void}\n\t */\n\tstatic error (...args) {\n\t\tif (this.level () >= DebugLevel.ERROR) {\n\t\t\tconsole.error (...args);\n\t\t}\n\t}\n\n\t/**\n\t * @static warning - Show an warning log\n\t *\n\t * Logs will only be made if the level is set to WARNING or above\n\t *\n\t * @param {...any} args\n\t *\n\t * @return {void}\n\t */\n\tstatic warning (...args) {\n\t\tif (this.level () >= DebugLevel.WARNING) {\n\t\t\tconsole.warn (...args);\n\t\t}\n\t}\n\n\t/**\n\t * @static table - Show data as a table\n\t *\n\t * Table will only be made if the level is set to DEBUG or above\n\t *\n\t * @param {...any} args\n\t *\n\t * @return {void}\n\t */\n\tstatic table (...args) {\n\t\tif (this.level () >= DebugLevel.DEBUG) {\n\t\t\tconsole.table (...args);\n\t\t}\n\t}\n\n\t/**\n\t * @static group - Start an indented group\n\t *\n\t * @param {...any} args\n\t *\n\t * @return {void}\n\t */\n\tstatic group (...args) {\n\t\tif (this.level () >= DebugLevel.DEBUG) {\n\t\t\tconsole.group (...args);\n\t\t}\n\t}\n\n\t/**\n\t * @static groupCollapsed - Start an indented group collapsed by default\n\t *\n\t * @param {...any} args\n\t *\n\t * @return {void}\n\t */\n\tstatic groupCollapsed (...args) {\n\t\tif (this.level () >= DebugLevel.DEBUG) {\n\t\t\tconsole.groupCollapsed (...args);\n\t\t}\n\t}\n\n\t/**\n\t * @static groupEnd - End a previously started group\n\t *\n\t * @param {...any} args\n\t *\n\t * @return {void}\n\t */\n\tstatic groupEnd (...args) {\n\t\tif (this.level () >= DebugLevel.DEBUG) {\n\t\t\tconsole.groupEnd (...args);\n\t\t}\n\t}\n\n\t/**\n\t * @static time - Start a timer\n\t *\n\t * The timer will only start if the level is set to DEBUG or above\n\t *\n\t * @param {...any} args\n\t *\n\t * @return {void}\n\t */\n\tstatic time (...args) {\n\t\tif (this.level () >= DebugLevel.DEBUG) {\n\t\t\tconsole.time (...args);\n\t\t}\n\t}\n\n\t/**\n\t * @static timeLog - Log the time a timer has been running for\n\t *\n\t * The time will only be logged if the level is set to DEBUG or above\n\t *\n\t * @param {...any} args\n\t *\n\t * @return {void}\n\t */\n\tstatic timeLog (...args) {\n\t\tif (this.level () >= DebugLevel.DEBUG) {\n\t\t\tconsole.timeLog (...args);\n\t\t}\n\t}\n\n\t/**\n\t * @static timeEnd - End a timer\n\t *\n\t * The timer will only be available if the level is set to DEBUG or above\n\t *\n\t * @param {...any} args\n\t *\n\t * @return {void}\n\t */\n\tstatic timeEnd (...args) {\n\t\tif (this.level () >= DebugLevel.DEBUG) {\n\t\t\tconsole.timeEnd (...args);\n\t\t}\n\t}\n\n\t/**\n\t * @static trace - Show the stack trace\n\t *\n\t * The stack trace will only be available if the level is set to DEBUG or above\n\t *\n\t * @param {...any} args\n\t *\n\t * @return {void}\n\t */\n\tstatic trace (...args) {\n\t\tif (this.level () >= DebugLevel.DEBUG) {\n\t\t\tconsole.trace (...args);\n\t\t}\n\t}\n}\n\nDebug._level = DebugLevel.NONE;","/**\n * ==============================\n * DOM\n * ==============================\n */\n\n/**\n * Simple DOM manipulation functions\n *\n * @class\n */\nexport class DOM {\n\n\t/**\n\t * Create a new DOM object\n\t *\n\t * @constructor\n\t * @param {string|Object|array} selector - Selector or DOM element to use\n\t * @return {DOM} - New instance of DOM\n\t */\n\tconstructor (selector) {\n\n\t\tif (selector === null) {\n\t\t\tthis.collection = [];\n\t\t\tthis.length = 0;\n\t\t\treturn;\n\t\t}\n\n\t\tif (typeof selector == 'string') {\n\t\t\tthis.collection = document.querySelectorAll (selector);\n\t\t\tthis.length = this.collection.length;\n\t\t\tthis._selector = selector;\n\t\t} else if (selector instanceof NodeList) {\n\t\t\tthis.collection = selector;\n\t\t\tthis.length = selector.length;\n\t\t\tthis._selector = selector;\n\t\t} else if (selector instanceof DOM) {\n\t\t\tthis.collection = selector.collection;\n\t\t\tthis.length = this.collection.length;\n\t\t\tthis._selector = selector._selector;\n\t\t} else if (selector instanceof HTMLElement) {\n\t\t\tthis.collection = [selector];\n\t\t\tthis.length = this.collection.length;\n\t\t\tthis._selector = selector;\n\t\t} else if (typeof selector == 'object') {\n\t\t\tif (selector.length >= 1) {\n\t\t\t\tthis.collection = selector;\n\t\t\t} else {\n\t\t\t\tthis.collection = [selector];\n\t\t\t}\n\t\t\tthis.length = this.collection.length;\n\t\t\tthis._selector = selector;\n\t\t} else {\n\t\t\treturn undefined;\n\t\t}\n\n\t}\n\n\t/**\n\t * Hide elements by setting their `display` property to 'none'.\n\t */\n\thide () {\n\t\tfor (const element of this.collection) {\n\t\t\telement.style.display = 'none';\n\t\t}\n\t}\n\n\t/**\n\t * Show elements by setting their `display` property to the given value.\n\t *\n\t * @param {string} [display='block'] - Display property to set\n\t */\n\tshow (display = 'block') {\n\t\tfor (const element of this.collection) {\n\t\t\telement.style.display = display;\n\t\t}\n\t}\n\n\t/**\n\t * Add a class to the classList object\n\t *\n\t * @param {string} newClass - Class name to add\n\t */\n\taddClass (newClass) {\n\t\tfor (const element of this.collection) {\n\t\t\telement.classList.add (newClass);\n\t\t}\n\t}\n\n\t/**\n\t * Remove a given class from the classList object\n\t *\n\t * @param {string} [oldClass=null] - Class to remove. If it's empty or null,\n\t * all classes will be removed\n\t */\n\tremoveClass (oldClass = null) {\n\t\tif (oldClass !== null) {\n\t\t\tfor (const element of this.collection) {\n\t\t\t\telement.classList.remove (oldClass);\n\t\t\t}\n\t\t} else {\n\t\t\tfor (const element of this.collection) {\n\t\t\t\twhile (element.classList.length > 0) {\n\t\t\t\t\telement.classList.remove (element.classList.item (0));\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t/**\n\t * Toggle between two classes\n\t *\n\t * @param {string} classes - Space separated class names\n\t */\n\ttoggleClass (classes) {\n\t\tclasses = classes.split (' ');\n\t\tfor (const element of this.collection) {\n\t\t\tfor (let j = 0; j < classes.length; j++) {\n\t\t\t\telement.classList.toggle (classes[j]);\n\t\t\t}\n\t\t}\n\t}\n\n\t/**\n\t * Check if the first element matching the selector has the given class\n\t *\n\t * @param {string} classToCheck - Class name to check for\n\t * @return {boolean} - Whether the class is present or not\n\t */\n\thasClass (classToCheck) {\n\t\tfor (const element of this.collection) {\n\t\t\tif (!element.classList.contains (classToCheck)) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t}\n\t\treturn true;\n\t}\n\n\t/**\n\t * Get or set the value from the first element matching the selector\n\t *\n\t * @param {string} value - Value to set to the element.\n\t * @return {string} - If no value was provided, this returns the value of the\n\t * element instead of setting it\n\t */\n\tvalue (value) {\n\t\tif (typeof value !== 'undefined') {\n\t\t\tfor (const element of this.collection) {\n\t\t\t\telement.value = value;\n\t\t\t}\n\t\t} else {\n\t\t\tif (this.length > 0) {\n\t\t\t\treturn this.collection[0].value;\n\t\t\t}\n\t\t}\n\t}\n\n\t/**\n\t * Focus on the first element matching the selector\n\t */\n\tfocus () {\n\t\tif (this.length > 0) {\n\t\t\tthis.collection[0].focus ();\n\t\t}\n\t}\n\n\t/**\n\t * Add a callback for the 'click' event on every element matching the selector\n\t *\n\t * @param {function} callback - Callback function to run when the event is triggered\n\t */\n\tclick (callback) {\n\t\tfor (const element of this.collection) {\n\t\t\telement.addEventListener ('click', callback, false);\n\t\t}\n\t}\n\n\t/**\n\t * Add a callback for the 'keyup' event on every element matching the selector\n\t *\n\t * @param {function} callback - Callback function to run when the event is triggered\n\t */\n\tkeyup (callback) {\n\t\tfor (const element of this.collection) {\n\t\t\telement.addEventListener ('keyup', callback, false);\n\t\t}\n\t}\n\n\t/**\n\t * Add a callback for the 'keydown' event on every element matching the selector\n\t *\n\t * @param {function} callback - Callback function to run when the event is triggered\n\t */\n\tkeydown (callback) {\n\t\tfor (const element of this.collection) {\n\t\t\telement.addEventListener ('keydown', callback, false);\n\t\t}\n\t}\n\n\t/**\n\t * Add a callback for the 'submit' event on every element matching the selector\n\t *\n\t * @param {function} callback - Callback function to run when the event is triggered\n\t */\n\tsubmit (callback) {\n\t\tfor (const element of this.collection) {\n\t\t\telement.addEventListener ('submit', callback, false);\n\t\t}\n\t}\n\n\t/**\n\t * Add a callback for the 'change' event on every element matching the selector\n\t *\n\t * @param {function} callback - Callback function to run when the event is triggered\n\t */\n\tchange (callback) {\n\t\tfor (const element of this.collection) {\n\t\t\telement.addEventListener ('change', callback, false);\n\t\t}\n\t}\n\n\t/**\n\t * Add a callback for the 'scroll' event on every element matching the selector\n\t *\n\t * @param {function} callback - Callback function to run when the event is triggered\n\t */\n\tscroll (callback) {\n\t\tfor (const element of this.collection) {\n\t\t\telement.addEventListener ('scroll', callback, false);\n\t\t}\n\t}\n\n\t/**\n\t * Add a callback function to a given event\n\t *\n\t * @param {string} event - Event to add the listener to\n\t * @param {string} target - Target element on which to detect the event\n\t * @param {function} callback - Callback function to run when the event is triggered\n\t */\n\ton (event, target, callback) {\n\t\tevent = event.split(' ');\n\t\tfor (const element of this.collection) {\n\t\t\tfor (let j = 0; j < event.length; j++) {\n\n\t\t\t\t// Check if no target was defined and just a function was provided\n\t\t\t\tif (typeof target === 'function') {\n\t\t\t\t\telement.addEventListener(event[j], target, false);\n\t\t\t\t} else if (typeof target === 'string' && typeof callback === 'function') {\n\t\t\t\t\telement.addEventListener(event[j], (e) => {\n\t\t\t\t\t\tif (!e.target) {\n\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tconst targetElement = $_(e.target).closestParent (target, this._selector);\n\n\t\t\t\t\t\tif (targetElement.exists ()) {\n\t\t\t\t\t\t\tcallback.call (targetElement.get (0), e);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t}\n\t\t\t\t\t}, false);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t/**\n\t * Filter from the current collection to only those matching the new selector\n\t *\n\t * @param {string} element - Selector to filter the collection with\n\t * @return {DOM} - New DOM instance with the filtered collection\n\t */\n\tfilter (selector) {\n\t\tif (this.length > 0) {\n\t\t\treturn new DOM (this.collection[0].querySelector (selector));\n\t\t}\n\n\t\treturn new DOM (null);\n\t}\n\n\t/**\n\t * Check if there are any elements that match the selector.\n\t *\n\t * @return {boolean} - Whether elements matching the selector existed or not\n\t */\n\texists () {\n\t\treturn this.length > 0;\n\t}\n\n\t/**\n\t * Get or set a `data` property\n\t *\n\t * @param {string} name - Name of the data property\n\t * @param {string} [value] - Value of the property\n\t * @return {string} - If no value is set, this function returns it's current value\n\t */\n\tdata (name, value) {\n\t\tif (typeof value !== 'undefined') {\n\t\t\tfor (const element of this.collection) {\n\t\t\t\telement.dataset[name] = value;\n\t\t\t}\n\t\t} else {\n\t\t\tif (this.length > 0) {\n\t\t\t\treturn this.collection[0].dataset[name];\n\t\t\t}\n\t\t}\n\t}\n\n\t/**\n\t * Remove a data property from all the elements on the collection given its\n\t * name.\n\t *\n\t * @param {string} name - Name of the data property to remove\n\t *\n\t * @return {void}\n\t */\n\tremoveData (name) {\n\t\tfor (const element of this.collection) {\n\t\t\tdelete element.dataset[name];\n\t\t}\n\t}\n\n\t/**\n\t * Get or set the text of the first element matching the selector\n\t *\n\t * @param {string} [value] - Value to set the text to\n\t * @return {type} - If no value is present, this function returns its the\n\t * element's current text.\n\t */\n\ttext (value) {\n\t\tif (typeof value !== 'undefined') {\n\t\t\tfor (const element of this.collection) {\n\t\t\t\telement.textContent = value;\n\t\t\t}\n\t\t} else {\n\t\t\tif (this.length > 0) {\n\t\t\t\treturn this.collection[0].textContent;\n\t\t\t}\n\t\t}\n\t}\n\n\t/**\n\t * Get or set the inner HTML of the first element matching the selector\n\t *\n\t * @param {string} [value] - Value to set the HTML to\n\t * @return {type} - If no value is present, this function returns its the\n\t * element's current HTML.\n\t */\n\thtml (value) {\n\t\tif (typeof value !== 'undefined') {\n\t\t\tfor (const element of this.collection) {\n\t\t\t\telement.innerHTML = value;\n\t\t\t}\n\t\t} else {\n\t\t\tif (this.length > 0) {\n\t\t\t\treturn this.collection[0].innerHTML;\n\t\t\t}\n\t\t}\n\t}\n\n\t/**\n\t * Append an element to the first element matching the selector\n\t *\n\t * @param {string} element - String representation of the element to add\n\t */\n\tappend (element) {\n\t\tif (this.length > 0) {\n\t\t\tif (typeof element === 'string') {\n\t\t\t\tconst div = document.createElement ('div');\n\t\t\t\tif (typeof element === 'string') {\n\t\t\t\t\tdiv.innerHTML = element.trim ();\n\t\t\t\t} else {\n\t\t\t\t\tdiv.innerHTML = element;\n\t\t\t\t}\n\t\t\t\tthis.collection[0].appendChild (div.firstChild);\n\t\t\t} else {\n\t\t\t\tthis.collection[0].appendChild (element);\n\t\t\t}\n\t\t}\n\t}\n\n\t/**\n\t * Prepend an element to the first element matching the selector\n\t *\n\t * @param {string} element - String representation of the element to add\n\t */\n\tprepend (element) {\n\t\tif (this.length > 0) {\n\t\t\tif (typeof element === 'string') {\n\t\t\t\tconst div = document.createElement ('div');\n\t\t\t\tif (typeof element === 'string') {\n\t\t\t\t\tdiv.innerHTML = element.trim ();\n\t\t\t\t} else {\n\t\t\t\t\tdiv.innerHTML = element;\n\t\t\t\t}\n\t\t\t\tif (this.collection[0].childNodes.length > 0) {\n\t\t\t\t\tthis.collection[0].insertBefore (div.firstChild, this.collection[0].childNodes[0]);\n\t\t\t\t} else {\n\t\t\t\t\tthis.collection[0].appendChild (div.firstChild);\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tif (this.collection[0].childNodes.length > 0) {\n\t\t\t\t\tthis.collection[0].insertBefore (element, this.collection[0].childNodes[0]);\n\t\t\t\t} else {\n\t\t\t\t\tthis.collection[0].appendChild (element);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t/**\n\t * Iterate over the collection of elements matching the selector\n\t *\n\t * @param {function} callback - Callback to run for every element\n\t */\n\teach (callback) {\n\t\tfor (const element of this.collection) {\n\t\t\tcallback (element);\n\t\t}\n\t}\n\n\t/**\n\t * Get an element from the collection given it's index\n\t *\n\t * @param {int} index - Index of the element to retrieve\n\t * @return {HTMLElement} - HTML Element in the position indicated by the index\n\t */\n\tget (index) {\n\t\treturn this.collection[index];\n\t}\n\n\t/**\n\t * Get the first element in the collection\n\t *\n\t * @return {DOM} - DOM instance with the first element\n\t */\n\tfirst () {\n\t\tif (this.length > 0) {\n\t\t\treturn new DOM (this.collection[0]);\n\t\t}\n\n\t\treturn new DOM (null);\n\t}\n\n\t/**\n\t * Get the last element in the collection\n\t *\n\t * @return {DOM} - DOM instance with the last element\n\t */\n\tlast () {\n\t\tif (this.length > 0) {\n\t\t\treturn new DOM (this.collection[this.collection.length - 1]);\n\t\t}\n\n\t\treturn new DOM (null);\n\t}\n\n\t/**\n\t * Check if the elements in the collection are visible by checking their\n\t * display, offsetWidth and offsetHeight properties\n\t *\n\t * @return {boolean} - Whether the elements are visible or not\n\t */\n\tisVisible () {\n\t\tfor (const element of this.collection) {\n\t\t\tif (element.display != 'none' && element.offsetWidth > 0 && element.offsetHeight > 0) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\t\treturn false;\n\t}\n\n\t/**\n\t * Get the parent of the first element matching the selector\n\t *\n\t * @return {DOM} - DOM instance of the parent element\n\t */\n\tparent () {\n\t\tif (this.length > 0) {\n\t\t\treturn new DOM (this.collection[0].parentElement);\n\t\t}\n\n\t\treturn new DOM (null);\n\t}\n\n\t/**\n\t * Find an element that matches the given selector in the first element of the collection\n\t *\n\t * @param {string} selector - Selector to find the element with\n\t * @return {DOM} - Aegis instance with the element if found\n\t */\n\tfind (selector) {\n\t\tif (this.length > 0) {\n\t\t\treturn new DOM (this.collection[0].querySelectorAll (selector));\n\t\t}\n\n\t\treturn new DOM (null);\n\t}\n\n\t/**\n\t * Get the top and left offsets of the first element matching the selector\n\t *\n\t * @return {Object} - Object with `top` and `left` offsets\n\t */\n\toffset () {\n\t\tif (this.length > 0) {\n\t\t\tconst rect = this.collection[0].getBoundingClientRect ();\n\t\t\treturn {\n\t\t\t\ttop: rect.top + document.body.scrollTop,\n\t\t\t\tleft: rect.left + document.body.scrollLeft\n\t\t\t};\n\t\t}\n\t}\n\n\t/**\n\t * Find the closest element matching the given selector. This bubbles up\n\t * from the initial object and then follows to its parents.\n\t *\n\t * @param {string} selector - Selector to match the closest element with\n\t * @return {DOM} - DOM instance with the closest HTML element matching the selector\n\t */\n\tclosest (selector) {\n\t\tlet found = null;\n\t\tlet element = this;\n\t\twhile (element.exists () && found === null) {\n\t\t\t// Check if the current element matches the selector\n\t\t\tconst matches = element.matches (selector);\n\n\t\t\tif (matches === true) {\n\t\t\t\treturn element;\n\t\t\t}\n\n\t\t\tconst search = element.find (selector);\n\t\t\tif (search) {\n\t\t\t\tif (search.length > 0) {\n\t\t\t\t\tfound = search;\n\t\t\t\t}\n\t\t\t}\n\t\t\telement = element.parent ();\n\t\t}\n\n\t\tif (found !== null) {\n\t\t\treturn found;\n\t\t}\n\n\t\treturn element;\n\t}\n\n\tclosestParent (selector, limit) {\n\t\tlet element = this;\n\t\twhile (element.exists ()) {\n\n\t\t\t// Check if the current element matches the selector\n\t\t\tconst matches = element.matches (selector);\n\n\t\t\tif (matches === true) {\n\t\t\t\treturn element;\n\t\t\t}\n\n\t\t\tif (typeof limit === 'string') {\n\t\t\t\tif (element.matches (limit)) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\telement = element.parent ();\n\t\t}\n\n\t\treturn new DOM (null);\n\t}\n\n\t/**\n\t * Get or set the value of a given attribute\n\t *\n\t * @param {string} attribute - Attribute's name\n\t * @param {string|Number} [value] - Value to set the attribute to\n\t * @return {type} - If no value is provided, this function returns the current\n\t * value of the provided attribute\n\t */\n\tattribute (attribute, value) {\n\t\tif (typeof value !== 'undefined') {\n\t\t\tfor (const element of this.collection) {\n\t\t\t\telement.setAttribute (attribute, value);\n\t\t\t}\n\t\t} else {\n\t\t\tif (this.length > 0) {\n\t\t\t\treturn this.collection[0].getAttribute (attribute);\n\t\t\t}\n\t\t}\n\t}\n\n\t/**\n\t * Check whether an element has an attribute or not\n\t *\n\t * @param {string} attribute - The name of the attribute to check existance for\n\t * @returns {boolean} - Whether or not the attribute is present\n\t */\n\thasAttribute (attribute) {\n\t\tfor (const element of this.collection) {\n\t\t\tif (!element.hasAttribute (attribute)) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t}\n\t\treturn true;\n\t}\n\n\t/**\n\t * Insert content to the `after` property of an element\n\t *\n\t * @param {string} content - String representation of the content to add\n\t */\n\tafter (content) {\n\t\tfor (const element of this.collection) {\n\t\t\telement.insertAdjacentHTML ('afterend', content);\n\t\t}\n\t}\n\n\t/**\n\t * Insert content to the `before` property of an element\n\t *\n\t * @param {string} content - String representation of the content to add\n\t */\n\tbefore (content) {\n\t\tfor (const element of this.collection) {\n\t\t\telement.insertAdjacentHTML ('beforebegin', content);\n\t\t}\n\t}\n\n\t/**\n\t * Get or modify the `style` properties of the elements matching the selector\n\t *\n\t * @param {string|Object} properties - Properties to change or get. Can be\n\t * either an individual property or a JSON object with key-value pairs\n\t * @param {string} [value] - Value to set the property to when only changing\n\t * one property\n\t * @return {string} - If a property is given but not a value for it, this\n\t * function will return its current value\n\t */\n\tstyle (properties, value) {\n\t\tfor (let i = 0; i < this.collection.length; i++) {\n\t\t\tif (typeof properties === 'string' && value !== 'undefined') {\n\t\t\t\tthis.collection[i].style[properties] = value;\n\t\t\t} else if (typeof properties === 'string' && value === 'undefined') {\n\t\t\t\treturn this.collection[i].style[properties];\n\t\t\t} else if (typeof properties === 'object') {\n\t\t\t\tfor (const property in properties) {\n\t\t\t\t\tthis.collection[i].style[property] = properties[property];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t/**\n\t * Animate the given `style` properties on all elements in the collection in\n\t * with a given time duration\n\t *\n\t * @param {Object} style - JSON object with the key-value pairs of properties\n\t * to animate\n\t * @param {int} time - Time in milliseconds during which the properties will\n\t * be animated\n\t */\n\tanimate (style, time) {\n\t\tfor (let i = 0; i < this.collection.length; i++) {\n\t\t\tfor (const property in style) {\n\n\t\t\t\tconst start = new Date().getTime();\n\t\t\t\tconst collection = this.collection;\n\t\t\t\tlet timer;\n\t\t\t\tlet initialValue;\n\t\t\t\tif (typeof this.collection[i].style[property] !== 'undefined') {\n\t\t\t\t\tinitialValue = this.collection[i].style[property];\n\n\t\t\t\t\ttimer = setInterval (() => {\n\t\t\t\t\t\tconst step = Math.min (1, (new Date ().getTime () - start) / time);\n\n\t\t\t\t\t\tcollection[i].style[property] = (initialValue + step * (style[property] - initialValue));\n\n\t\t\t\t\t\tif (step == 1) {\n\t\t\t\t\t\t\tclearInterval (timer);\n\t\t\t\t\t\t}\n\t\t\t\t\t}, 25);\n\t\t\t\t\tthis.collection[i].style[property] = initialValue;\n\n\t\t\t\t} else if (typeof (this.collection[i])[property] !== 'undefined') {\n\t\t\t\t\tinitialValue = (this.collection[i])[property];\n\n\t\t\t\t\ttimer = setInterval(() => {\n\t\t\t\t\t\tconst step = Math.min (1, (new Date ().getTime () - start) / time);\n\n\t\t\t\t\t\t(collection[i])[property] = (initialValue + step * (style[property] - initialValue));\n\n\t\t\t\t\t\tif (step == 1) {\n\t\t\t\t\t\t\tclearInterval (timer);\n\t\t\t\t\t\t}\n\t\t\t\t\t}, 25);\n\t\t\t\t\t(this.collection[i])[property] = initialValue;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t/**\n\t * Use a fade in animation i the first element matching the selector\n\t *\n\t * @param {type} [time=400] - Time duration for the animation\n\t * @param {type} callback - Callback function to run once the animation is over\n\t */\n\tfadeIn (time = 400, callback) {\n\t\tif (this.length > 0) {\n\t\t\tconst element = this.collection[0];\n\t\t\telement.style.opacity = 0;\n\n\t\t\tlet last = +new Date();\n\n\t\t\tconst tick = () => {\n\t\t\t\telement.style.opacity = +element.style.opacity + (new Date() - last) / time;\n\t\t\t\tlast = +new Date();\n\n\t\t\t\tif (+element.style.opacity < 1) {\n\t\t\t\t\t(window.requestAnimationFrame && requestAnimationFrame(tick)) || setTimeout(tick, 16);\n\t\t\t\t} else {\n\t\t\t\t\tif (typeof callback === 'function') {\n\t\t\t\t\t\tcallback();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t};\n\n\t\t\ttick();\n\t\t}\n\t}\n\n\t/**\n\t * Use a fade out animation i the first element matching the selector\n\t *\n\t * @param {type} [time=400] - Time duration for the animation\n\t * @param {type} callback - Callback function to run once the animation is over\n\t */\n\tfadeOut (time = 400, callback) {\n\t\tif (this.length > 0) {\n\t\t\tlet last = +new Date ();\n\t\t\tconst element = this.collection[0];\n\t\t\tconst tick = () => {\n\t\t\t\telement.style.opacity = +element.style.opacity - (new Date() - last) / time;\n\t\t\t\tlast = +new Date ();\n\n\t\t\t\tif (+element.style.opacity > 0) {\n\t\t\t\t\t(window.requestAnimationFrame && requestAnimationFrame (tick)) || setTimeout(tick, 16);\n\t\t\t\t} else {\n\t\t\t\t\tif (typeof callback === 'function') {\n\t\t\t\t\t\tcallback ();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t};\n\t\t\ttick ();\n\t\t}\n\t}\n\n\t/**\tCheck if the first element in the collection matches a given selector\n\t *\n\t * @param {string} selector - Selector to match\n\t * @return {boolean} - Whether the element matches the selector or not\n\t */\n\tmatches (selector) {\n\t\tconst check = Element.prototype;\n\t\tconst polyfill = check.matches || check.webkitMatchesSelector || check.mozMatchesSelector || check.msMatchesSelector || function () {\n\t\t\treturn [].indexOf.call (document.querySelectorAll (selector), this) !== -1;\n\t\t};\n\n\t\tif (this.length > 0) {\n\t\t\treturn polyfill.call (this.collection[0], selector);\n\t\t}\n\n\t\treturn false;\n\t}\n\n\t/**\n\t * Remove all elements in the collection\n\t */\n\tremove () {\n\t\tfor (const element of this.collection) {\n\t\t\telement.parentNode.removeChild (element);\n\t\t}\n\t}\n\n\t/**\n\t * Replace the first element in the collection with a new one\n\t */\n\treplaceWith (newElement) {\n\t\tlet replaceElement = newElement;\n\n\t\tif (typeof newElement === 'string') {\n\t\t\tconst div = document.createElement ('div');\n\t\t\tdiv.innerHTML = newElement;\n\t\t\treplaceElement = div.firstChild;\n\t\t}\n\n\t\tfor (const element of this.collection) {\n\t\t\telement.parentElement.replaceChild (replaceElement, element);\n\t\t}\n\t}\n\n\t/**\n\t * Reset every element in the collection\n\t */\n\treset () {\n\t\tfor (const element of this.collection) {\n\t\t\telement.reset ();\n\t\t}\n\t}\n\n\t/**\n\t * Get or set a property for the first element in the collection\n\t *\n\t * @param {string} property - Property name to set or get\n\t * @param {string|Number} [value] - Value to set the property to\n\t * @return {string|Number} - If no value is provided, this function will return the\n\t * current value of the indicated property\n\t */\n\tproperty (property, value) {\n\t\tif (typeof value !== 'undefined') {\n\t\t\tfor (const element of this.collection) {\n\t\t\t\telement[property] = value;\n\t\t\t}\n\t\t} else {\n\t\t\tif (this.length > 0) {\n\t\t\t\treturn this.collection[0][property];\n\t\t\t}\n\t\t}\n\t}\n}\n\n/**\n * Simple wrapper function to use the DOM library\n *\n * @param {string|Object|array} selector - Selector or DOM element to use\n * @return {DOM} - DOM instance or class if no selector is used\n */\nexport function $_ (selector) {\n\tif (typeof selector !== 'undefined') {\n\t\treturn new DOM (selector);\n\t} else {\n\t\treturn DOM;\n\t}\n}\n\n/**\n * Utility function to attach the 'load' listener to the window\n *\n * @param {function} callback - Callback function to run when the window is ready\n */\nexport function $_ready (callback) {\n\twindow.addEventListener ('load', callback);\n}","/**\n* ==============================\n* Request\n* ==============================\n*/\n\n/**\n * Simple Wrapper for the fetch API, providing simple functions to handle requests\n *\n * @class\n */\nexport class Request {\n\n\t/**\n\t * @static serialize - Serialize an object of data into a URI encoded format\n\t *\n\t * @param {Object} data - Key-value object of data to serialize\n\t * @return {string} - Serialized Data\n\t */\n\tstatic serialize (data) {\n\t\treturn Object.keys (data).map ((key) => {\n\t\t\treturn encodeURIComponent (key) + '=' + encodeURIComponent (data[key]);\n\t\t}).join ('&');\n\t}\n\n\t/**\n\t * @static get - Make a GET request to a given URL with the provided data\n\t * parameters and an optional configuration object for the request.\n\t *\n\t * @param {string} url - URL to make the request to\n\t * @param {Object} [data = {}] - Parameters to send in the URL, represented\n\t * as a JSON object. These parameters will be sent as a query in the URL\n\t * @param {Object} [options = {}] - Options object for configurations you want\n\t * to use in the fetch () request made.\n\t * @return {Promise} - Resolves to the response of the request\n\t */\n\tstatic get (url, data = {}, options = {}) {\n\t\tconst query = Request.serialize (data);\n\n\t\t// Check if there is actually any data parameters and join them to the\n\t\t// url as query parameters\n\t\tif (query !== '') {\n\t\t\turl = `${url}?${query}`;\n\t\t}\n\n\t\treturn fetch (url, options);\n\t}\n\n\t/**\n\t * @static post - Make a POST request to a given URL with the provided data\n\t * and an optional configuration object for the request.\n\t *\n\t * @param {string} url - URL to make the request\n\t * @param {Object} [data = {}] - Set of data to send in the URL, represented\n\t * as a JSON object\n \t * @param {Object} [options = {}] - Options object for configurations you want\n\t * to use in the fetch () request made. The Content-Type header is used to\n\t * serialize data in the correct format and defaults to application/x-www-form-urlencoded\n\t * @return {Promise} - Resolves to the response of the request\n\t */\n\tstatic post (url, data, options = {}) {\n\t\tlet formData;\n\n\t\tif (typeof options.headers !== 'undefined') {\n\t\t\tconst contentType = options.headers['Content-Type'];\n\t\t\tif (typeof contentType !== 'undefined') {\n\t\t\t\tif (contentType == 'multipart/form-data') {\n\t\t\t\t\tformData = new FormData ();\n\t\t\t\t\tfor (const value in data) {\n\t\t\t\t\t\tformData.append (value, data[value]);\n\t\t\t\t\t}\n\t\t\t\t} else if (contentType == 'application/json') {\n\t\t\t\t\tformData = JSON.stringify (data);\n\t\t\t\t} else {\n\t\t\t\t\tformData = Request.serialize (data);\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tformData = Request.serialize (data);\n\t\t}\n\n\t\tconst props = Object.assign ({}, {\n\t\t\tmethod: 'POST',\n\t\t\theaders: {\n\t\t\t\t'Content-Type': 'application/x-www-form-urlencoded'\n\t\t\t},\n\t\t\tbody: formData\n\t\t}, options);\n\n\t\t// Delete the explicit multipart/form-data header to allow boundary automatic filling\n\t\tif (typeof props.headers !== 'undefined') {\n\t\t\tif (props.headers['Content-Type'] === 'multipart/form-data') {\n\t\t\t\tdelete props.headers['Content-Type'];\n\t\t\t}\n\t\t}\n\n\t\treturn fetch (url, props);\n\t}\n\n\t/**\n\t * @static put - Make a PUT request to a given URL with the provided data\n\t * and an optional configuration object for the request.\n\t *\n\t * @param {string} url - URL to make the request\n\t * @param {Object} [data = {}] - Set of data to send in the URL, represented\n\t * as a JSON object\n \t * @param {Object} [options = {}] - Options object for configurations you want\n\t * to use in the fetch () request made. The Content-Type header is used to\n\t * serialize data in the correct format and defaults to application/x-www-form-urlencoded\n\t * @return {Promise} - Resolves to the response of the request\n\t */\n\tstatic put (url, data, options = {}) {\n\t\treturn Request.post (url, data, Object.assign ({}, {method: 'PUT'}, options));\n\t}\n\n\t/**\n\t * @static delete - Make a DELETE request to a given URL with the provided data\n\t * and an optional configuration object for the request.\n\t *\n\t * @param {string} url - URL to make the request\n\t * @param {Object} [data = {}] - Parameters to send in the URL, represented\n\t * as a JSON object. These parameters will be sent as a query in the URL\n \t * @param {Object} [options = {}] - Options object for configurations you want\n\t * to use in the fetch () request made. The Content-Type header is used to\n\t * serialize data in the correct format and defaults to application/x-www-form-urlencoded\n\t * @return {Promise} - Resolves to the response of the request\n\t */\n\tstatic delete (url, data, options = {}) {\n\t\treturn Request.get (url, data, Object.assign ({}, {method: 'DELETE'}, options));\n\t}\n\n\t/**\n \t * @static json - Request a JSON object from a given URL through a GET request\n \t *\n \t * @param {string} url - URL to make the request to\n \t * @param {Object} [data = {}] - Parameters to send in the URL, represented\n \t * as a JSON object. These parameters will be sent as a query in the URL\n \t * @param {Object} [options = {}] - Options object for configurations you want\n \t * to use in the fetch () request made.\n \t * @return {Promise} - Resolves to the json object obtained from the request response\n \t */\n\tstatic json (url, data = {}, options = {}) {\n\t\treturn Request.get (url, data, options).then ((response) => {\n\t\t\treturn response.json ();\n\t\t});\n\t}\n\n\t/**\n \t * @static blob - Request a Blob from a given URL through a GET request\n \t *\n \t * @param {string} url - URL to make the request to\n \t * @param {Object} [data = {}] - Parameters to send in the URL, represented\n \t * as a JSON object. These parameters will be sent as a query in the URL\n \t * @param {Object} [options = {}] - Options object for configurations you want\n \t * to use in the fetch () request made.\n \t * @return {Promise} - Resolves to the blob obtained from the request response\n \t */\n\tstatic blob (url, data = {}, options = {}) {\n\t\treturn Request.get (url, data, options).then ((response) => {\n\t\t\treturn response.blob ();\n\t\t});\n\t}\n}","/**\n * ==============================\n * File System\n * ==============================\n */\n\nimport { Request } from './Request';\n\n/**\n * A simple class wrapper for the File and FileReader web API, while this class\n * doesn't actually provide acces to the host file system, it does provide useful\n * utilities for form file inputs and remote content loading.\n *\n * @class\n */\nexport class FileSystem {\n\n\n\t/**\n\t * @static readRemote - Read a file from a remote location given a URL. This\n\t * function will fetch the file blob using the Request class and then use the\n\t * read () function to read the blob in the format required.\n\t *\n\t * @param {type} url - URL to fetch the file from\n\t * @param {type} [type = 'base64'] - Type of data to be read, values can be\n\t * 'text', 'base64' and 'buffer'. This parameter is used for the read () function.\n\t * @param {Object} [props = {}] - Props to send to the Request object\n\t * @return {Promise} - Content of the file. The format\n\t * depends on the type parameter used.\n\t */\n\tstatic readRemote (url, type = 'base64', props = {}) {\n\t\treturn Request.blob (url, {}, props).then ((file) => {\n\t\t\treturn FileSystem.read (file, type);\n\t\t});\n\t}\n\n\t/**\n\t * @static read - Read a given File or Blob object.\n\t *\n\t * @param {File|Blob} file - File to read\n\t * @param {string} [type = 'text'] - Type of data to be read, values can be\n\t * 'text', 'base64' and 'buffer'.\n\t * @return {Promise} - Promise that resolves to\n\t * the Load event and content of the file. The format depends on the type\n\t * parameter used.\n\t */\n\tstatic read (file, type = 'text') {\n\t\treturn new Promise ((resolve, reject) => {\n\t\t\tconst reader = new FileReader ();\n\n\t\t\treader.onload = (event) => {\n\t\t\t\t// Pass down the event object and the content\n\t\t\t\tresolve (event, event.target.result);\n\t\t\t};\n\n\t\t\treader.onerror = (error) => {\n\t\t\t\treject (error);\n\t\t\t};\n\n\t\t\tif (type === 'base64') {\n\t\t\t\treader.readAsDataURL (file);\n\t\t\t} else if (type === 'buffer') {\n\t\t\t\treader.readAsArrayBuffer (file);\n\t\t\t} else {\n\t\t\t\treader.readAsText (file, 'UTF-8');\n\t\t\t}\n\t\t});\n\t}\n\n\t/**\n\t * @static create - Create a new File, this uses the File API and will note\n\t * actually create a file in the user's file system, however using it with\n\t * other features, that may be possible\n\t *\n\t * @param {string} file - Name of the file (Including extension)\n\t * @param {ArrayBuffer|ArrayBufferView|Blob|string} content - Content to save in the file\n\t * @param {string} [type = 'text/plain'] - Mime Type for the file\n\t * @return {Promise}\n\t */\n\tstatic create (name, content, type = 'text/plain') {\n\t\treturn Promise.resolve (new File ([content], name, {type}));\n\t}\n\n\t/**\n\t * @static extension - Returns the extension of a file given its file name.\n\t *\n\t * @param {string} name - Name or full path of the file\n\t * @return {string} - File extension without the leading dot (.)\n\t */\n\tstatic extension (name) {\n\t\treturn name.split ('.').pop ();\n\t}\n\n\t/**\n\t * @static isImage - Check if a file is an image by its extension.\n\t *\n\t * @param {string} name - Name or full path of the file\n\t * @return {boolean}\n\t */\n\tstatic isImage (name) {\n\t\tconst extensions = ['jpg', 'jpeg', 'png', 'gif', 'svg', 'webp', 'bmp'];\n\t\treturn extensions.indexOf (FileSystem.extension (name).toLowerCase ()) > -1;\n\t}\n\n}","/**\n* ==============================\n* Form\n* ==============================\n*/\n\nimport { $_ } from './DOM';\n\n/**\n * Utility class that provides simple function for filling and retrieving values\n * from froms. This class requires the use of the `data-form` attribute.\n *\n * @class\n */\nexport class Form {\n\n\t/**\n\t * @static fill - Fill a form's inputs with the given values. Each key in the\n\t * provided object must match the `name` attribute of the input to fill.\n\t *\n\t * @param {string} name - Form name. Must match the `data-form` attribute of the Form.\n\t * @param {Object} data - JSON object with key-value pairs to fill the inputs.\n\t */\n\tstatic fill (name, data) {\n\t\tfor (const field in data) {\n\t\t\tconst element = $_(`form[data-form='${name}'] [name='${field}']`).get (0);\n\t\t\tif (typeof element != 'undefined') {\n\t\t\t\tswitch (element.type) {\n\n\t\t\t\t\tcase 'file':\n\t\t\t\t\tcase 'file[]':\n\t\t\t\t\t\tbreak;\n\n\t\t\t\t\tdefault:\n\t\t\t\t\t\telement.value = data[field];\n\t\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\n\t\t}\n\t}\n\n\t/**\n\t * @static values - Get all the values from a form's input. The keys are mapped\n\t * using the `name` attribute of each input.\n\t *\n\t * @param {string} name - Form name. Must match the `data-form` attribute of the Form.\n\t * @return {Object} - Key-value JSON object\n\t */\n\tstatic values (name) {\n\t\tconst data = {};\n\t\t$_(`form[data-form='${name}'] [name]`).each ((element) => {\n\t\t\tlet value;\n\t\t\tswitch (element.type) {\n\t\t\t\tcase 'file[]':\n\t\t\t\t\tvalue = element.files;\n\t\t\t\t\tbreak;\n\t\t\t\tcase 'file':\n\t\t\t\t\tvalue = element.files[0];\n\t\t\t\t\tbreak;\n\t\t\t\tdefault:\n\t\t\t\t\tvalue = element.value;\n\t\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\tif (typeof value != 'undefined' && value !== null) {\n\t\t\t\tdata[element.name] = value;\n\t\t\t}\n\t\t});\n\n\t\treturn data;\n\t}\n}","// shim for using process in browser\nvar process = module.exports = {};\n\n// cached from whatever global is present so that test runners that stub it\n// don't break things. But we need to wrap it in a try catch in case it is\n// wrapped in strict mode code which doesn't define any globals. It's inside a\n// function because try/catches deoptimize in certain engines.\n\nvar cachedSetTimeout;\nvar cachedClearTimeout;\n\nfunction defaultSetTimout() {\n throw new Error('setTimeout has not been defined');\n}\nfunction defaultClearTimeout () {\n throw new Error('clearTimeout has not been defined');\n}\n(function () {\n try {\n if (typeof setTimeout === 'function') {\n cachedSetTimeout = setTimeout;\n } else {\n cachedSetTimeout = defaultSetTimout;\n }\n } catch (e) {\n cachedSetTimeout = defaultSetTimout;\n }\n try {\n if (typeof clearTimeout === 'function') {\n cachedClearTimeout = clearTimeout;\n } else {\n cachedClearTimeout = defaultClearTimeout;\n }\n } catch (e) {\n cachedClearTimeout = defaultClearTimeout;\n }\n} ())\nfunction runTimeout(fun) {\n if (cachedSetTimeout === setTimeout) {\n //normal enviroments in sane situations\n return setTimeout(fun, 0);\n }\n // if setTimeout wasn't available but was latter defined\n if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) {\n cachedSetTimeout = setTimeout;\n return setTimeout(fun, 0);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedSetTimeout(fun, 0);\n } catch(e){\n try {\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedSetTimeout.call(null, fun, 0);\n } catch(e){\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error\n return cachedSetTimeout.call(this, fun, 0);\n }\n }\n\n\n}\nfunction runClearTimeout(marker) {\n if (cachedClearTimeout === clearTimeout) {\n //normal enviroments in sane situations\n return clearTimeout(marker);\n }\n // if clearTimeout wasn't available but was latter defined\n if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) {\n cachedClearTimeout = clearTimeout;\n return clearTimeout(marker);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedClearTimeout(marker);\n } catch (e){\n try {\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedClearTimeout.call(null, marker);\n } catch (e){\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error.\n // Some versions of I.E. have different rules for clearTimeout vs setTimeout\n return cachedClearTimeout.call(this, marker);\n }\n }\n\n\n\n}\nvar queue = [];\nvar draining = false;\nvar currentQueue;\nvar queueIndex = -1;\n\nfunction cleanUpNextTick() {\n if (!draining || !currentQueue) {\n return;\n }\n draining = false;\n if (currentQueue.length) {\n queue = currentQueue.concat(queue);\n } else {\n queueIndex = -1;\n }\n if (queue.length) {\n drainQueue();\n }\n}\n\nfunction drainQueue() {\n if (draining) {\n return;\n }\n var timeout = runTimeout(cleanUpNextTick);\n draining = true;\n\n var len = queue.length;\n while(len) {\n currentQueue = queue;\n queue = [];\n while (++queueIndex < len) {\n if (currentQueue) {\n currentQueue[queueIndex].run();\n }\n }\n queueIndex = -1;\n len = queue.length;\n }\n currentQueue = null;\n draining = false;\n runClearTimeout(timeout);\n}\n\nprocess.nextTick = function (fun) {\n var args = new Array(arguments.length - 1);\n if (arguments.length > 1) {\n for (var i = 1; i < arguments.length; i++) {\n args[i - 1] = arguments[i];\n }\n }\n queue.push(new Item(fun, args));\n if (queue.length === 1 && !draining) {\n runTimeout(drainQueue);\n }\n};\n\n// v8 likes predictible objects\nfunction Item(fun, array) {\n this.fun = fun;\n this.array = array;\n}\nItem.prototype.run = function () {\n this.fun.apply(null, this.array);\n};\nprocess.title = 'browser';\nprocess.browser = true;\nprocess.env = {};\nprocess.argv = [];\nprocess.version = ''; // empty string to avoid regexp issues\nprocess.versions = {};\n\nfunction noop() {}\n\nprocess.on = noop;\nprocess.addListener = noop;\nprocess.once = noop;\nprocess.off = noop;\nprocess.removeListener = noop;\nprocess.removeAllListeners = noop;\nprocess.emit = noop;\nprocess.prependListener = noop;\nprocess.prependOnceListener = noop;\n\nprocess.listeners = function (name) { return [] }\n\nprocess.binding = function (name) {\n throw new Error('process.binding is not supported');\n};\n\nprocess.cwd = function () { return '/' };\nprocess.chdir = function (dir) {\n throw new Error('process.chdir is not supported');\n};\nprocess.umask = function() { return 0; };\n","/**\n* ==============================\n* Platform\n* ==============================\n*/\n\n/**\n * General checks for what kind of platform is the being used to run the app.\n * @class\n */\nexport class Platform {\n\n\t/**\n\t * Check if the screen has a retina pixel ratio\n\t * @returns {boolean}\n\t */\n\tstatic retina () {\n\t\treturn window.devicePixelRatio >= 2;\n\t}\n\n\t/**\n\t * Check if the device is on portrait orientation\n\t * @returns {boolean}\n\t */\n\tstatic portrait () {\n\t\treturn window.orientation === 0 || window.orientation === 180;\n\t}\n\n\t/**\n\t * Check if the device is on landscape orientation\n\t * @returns {boolean}\n\t */\n\tstatic landscape () {\n\t\treturn (window.orientation === 90 || window.orientation === -90);\n\t}\n\n\t/**\n\t * Get device Orientation\n\t * @returns {string} portrait | landscape\n\t */\n\tstatic orientation () {\n\t\treturn Platform.portrait () ? 'portrait' : 'landscape';\n\t}\n\n\t/**\n\t * Check if the app is running over Electron\n\t * @returns {boolean}\n\t */\n\tstatic electron () {\n\t\t// Renderer process\n\t\tif (typeof window !== 'undefined' && typeof window.process === 'object' && window.process.type === 'renderer') {\n\t\t\treturn true;\n\t\t}\n\n\t\t// Main process\n\t\tif (typeof process !== 'undefined' && typeof process.versions === 'object' && !!process.versions.electron) {\n\t\t\treturn true;\n\t\t}\n\n\t\t// Detect the user agent when the `nodeIntegration` option is set to true\n\t\tif (typeof navigator === 'object' && typeof navigator.userAgent === 'string' && navigator.userAgent.indexOf('Electron') > -1) {\n\t\t\treturn true;\n\t\t}\n\n\t\treturn false;\n\t}\n\n\t/**\n\t * Check if the app is running over Cordova\n\t * @returns {boolean}\n\t */\n\tstatic cordova () {\n\t\treturn !!window.cordova;\n\t}\n\n\t/**\n\t * Check if the app is running in a desktop platform\n\t * @returns {boolean}\n\t */\n\tstatic desktop (platform = 'Any') {\n\t\tlet match = false;\n\t\tswitch (platform) {\n\t\t\tcase 'Windows':\n\t\t\t\tmatch = navigator.platform.includes ('Win');\n\t\t\t\tbreak;\n\n\t\t\tcase 'macOS':\n\t\t\t\tmatch = navigator.platform.includes ('Mac');\n\t\t\t\tbreak;\n\n\t\t\tcase 'Linux':\n\t\t\t\tmatch = navigator.platform.includes ('Linux');\n\t\t\t\tbreak;\n\n\t\t\tcase 'FreeBSD':\n\t\t\t\tmatch = navigator.platform.includes ('FreeBSD');\n\t\t\t\tbreak;\n\n\t\t\tcase 'webOS':\n\t\t\t\tmatch = navigator.platform.includes ('WebTV');\n\t\t\t\tbreak;\n\n\t\t\tcase 'Any':\n\t\t\tdefault:\n\t\t\t\tmatch = navigator.platform.includes ('Win')\n\t\t\t\t\t\t|| navigator.platform.includes ('Mac')\n\t\t\t\t\t\t|| navigator.platform.includes ('Linux')\n\t\t\t\t\t\t|| navigator.platform.includes ('FreeBSD')\n\t\t\t\t\t\t|| navigator.platform.includes ('WebTV');\n\t\t\t\tbreak;\n\t\t}\n\t\treturn match;\n\t}\n\n\t/**\n\t * Check if the app is running in a mobile platform\n\t * @param {string } [platform='Any'] - Check for a specific mobile platform [Android | iOS | Opera | Windows | BlackBerry | Any]\n\t * @returns {boolean}\n\t */\n\tstatic mobile (platform = 'Any') {\n\t\tlet match = false;\n\t\tswitch (platform) {\n\t\t\tcase 'Android':\n\t\t\t\tmatch = /Android/i.test (navigator.userAgent);\n\t\t\t\tbreak;\n\n\t\t\tcase 'iOS':\n\t\t\t\tmatch = /iPhone|iPad|iPod/i.test (navigator.userAgent);\n\t\t\t\tbreak;\n\n\t\t\tcase 'Opera':\n\t\t\t\tmatch = /Opera Mini/i.test (navigator.userAgent);\n\t\t\t\tbreak;\n\n\t\t\tcase 'Windows':\n\t\t\t\tmatch = /Windows Phone|IEMobile|WPDesktop/i.test (navigator.userAgent);\n\t\t\t\tbreak;\n\n\t\t\tcase 'BlackBerry':\n\t\t\t\tmatch = /BlackBerry|BB10/i.test (navigator.userAgent);\n\t\t\t\tbreak;\n\n\t\t\tcase 'Any':\n\t\t\tdefault:\n\t\t\t\tmatch = /Android|iPhone|iPad|iPod|Windows Phone|IEMobile|WPDesktop|BlackBerry|BB10/i.test (navigator.userAgent);\n\t\t\t\tbreak;\n\t\t}\n\t\treturn match;\n\t}\n\n\t/**\n\t * @static serviceWorkers - Check if the platform allows the use of service\n\t * workers\n\t *\n\t * @return {boolean} - Whether they're supported or not\n\t */\n\tstatic serviceWorkers () {\n\t\tif (typeof navigator !== 'undefined') {\n\t\t\tif ('serviceWorker' in navigator && location.protocol.indexOf ('http') > -1) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\t\treturn false;\n\t}\n}","/**\n * ==============================\n * Preload\n * ==============================\n */\n\nimport { Request } from './Request';\n\n/**\n * A simple class for asset preloading. This class assumes you have a service\n * worker set up that will be caching all requests.\n * @class\n */\nexport class Preload {\n\n\t/**\n\t * @static image - Preload an image file\n\t *\n\t * @param {string} route - Route to the image\n\t * @return {Promise} - Resolves to the image object or gets rejected with\n\t * the rejection event\n\t */\n\tstatic image (route) {\n\t\treturn new Promise((resolve, reject) => {\n\t\t\tconst image = new Image ();\n\n\t\t\timage.onload = () => {\n\t\t\t\tresolve (image);\n\t\t\t};\n\n\t\t\timage.onerror = (e) => {\n\t\t\t\treject (e);\n\t\t\t};\n\n\t\t\timage.src = route;\n\t\t});\n\t}\n\n\t/**\n\t * @static file - Preload any kind of file\n\t *\n\t * @param {string} route - Route to the file\n\t * @return {Promise} - Resolves or rejects depending on request success\n\t */\n\tstatic file (route) {\n\t\treturn Request.blob (route);\n\t}\n}","/**\n* ==============================\n* Local Storage Adapter\n* ==============================\n*/\n\n/**\n * The Local Storage Adapter provides the Space Class the ability to interact\n * with the localStorage api found in most modern browsers.\n *\n * @class\n */\nexport class LocalStorage {\n\n\t/**\n\t * Create a new LocalStorage. If no configuration is provided, the LocalStorage\n\t * global object is used. The LocalStorage Adapter can provide independency\n\t * by store name and space name.\n\t *\n\t * @constructor\n\t * @param {Object} [configuration={name = '', version = '', store = ''}] - Configuration Object for the Adapter\n\t * @param {string} configuration.name - Name of the Space\n\t * @param {string} configuration.version - Version of the Space in Semantic versioning syntax\n\t * @param {string} configuration.store - Name of the Object Store to use\n\t *\n\t */\n\tconstructor ({name = '', version = '', store = ''}) {\n\t\tthis.name = name;\n\t\tthis.version = version;\n\t\tthis.store = store;\n\n\t\tthis.upgrades = {};\n\n\t\tif (this.version === '') {\n\t\t\tthis.numericVersion = 0;\n\t\t} else {\n\t\t\tthis.numericVersion = parseInt (version.replace (/\\./g, ''));\n\t\t}\n\n\t\tif (name !== '' && version !== '' && store !== '') {\n\t\t\tthis.id = `${this.name}::${this.store}::${this.version}_`;\n\t\t} else if (name !== '' && version !== '') {\n\t\t\tthis.id = `${this.name}::${this.version}_`;\n\t\t} else if (name !== '') {\n\t\t\tthis.id = `${this.name}::_`;\n\t\t} else {\n\t\t\tthis.id = '';\n\t\t}\n\t}\n\n\t/**\n\t * Open the Storage Object\n\t *\n\t * @return {Promise}\n\t */\n\topen () {\n\t\tif (typeof this.storage === 'object' && !(this.storage instanceof Promise)) {\n\t\t\treturn Promise.resolve (this);\n\t\t} else if (this.storage instanceof Promise) {\n\t\t\treturn this.storage;\n\t\t} else {\n\t\t\tthis.storage = new Promise ((resolve) => {\n\t\t\t\tlet upgradesToApply = [];\n\n\t\t\t\t// Check if this space is versioned\n\t\t\t\tif (this.version !== '') {\n\t\t\t\t\t// Get the versionless part of the ID to check if an upgrade needs\n\t\t\t\t\t// to ocurr based on the version available on storage and the current\n\t\t\t\t\t// version.\n\t\t\t\t\tlet versionless = '';\n\t\t\t\t\tif (this.name !== '' && this.version !== '' && this.store !== '') {\n\t\t\t\t\t\tversionless = `${this.name}::${this.store}::`;\n\t\t\t\t\t} else if (this.name !== '' && this.version !== '') {\n\t\t\t\t\t\tversionless = `${this.name}::`;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Get all the currently stored keys that contain the versionless\n\t\t\t\t\t// ID, which means they belong to this space\n\t\t\t\t\tconst storedVersions = Object.keys (window.localStorage).filter ((key) => {\n\t\t\t\t\t\treturn key.indexOf (versionless) === 0;\n\t\t\t\t\t}).map ((key) => {\n\t\t\t\t\t\t// Remove the versionless part of the ID and keep only the\n\t\t\t\t\t\t// part of the key belonging to the ID\n\t\t\t\t\t\treturn key.replace (versionless, '').split ('_')[0];\n\t\t\t\t\t}). filter ((key) => {\n\t\t\t\t\t\t// Filter all that didn't match the versionless part fully\n\t\t\t\t\t\treturn key.indexOf ('::') === -1;\n\t\t\t\t\t}).sort ();\n\n\t\t\t\t\tif (storedVersions.length > 0) {\n\t\t\t\t\t\t// We'll only take the lowest one every time\n\t\t\t\t\t\tconst oldVersion = storedVersions[0];\n\t\t\t\t\t\tconst oldVersionNumeric = parseInt (oldVersion.replace (/\\./g, ''));\n\n\t\t\t\t\t\tif (oldVersionNumeric < this.numericVersion) {\n\t\t\t\t\t\t\t// Check what upgrade functions have been declared in their respective order\n\t\t\t\t\t\t\tconst availableUpgrades = Object.keys (this.upgrades).sort ();\n\n\t\t\t\t\t\t\t// Find the first update that needs to be applied to the database given\n\t\t\t\t\t\t\t// the old version it currently has.\n\t\t\t\t\t\t\tconst startFrom = availableUpgrades.findIndex (u => {\n\t\t\t\t\t\t\t\tconst [old, ] = u.split ('::');\n\t\t\t\t\t\t\t\treturn parseInt (old) === oldVersionNumeric;\n\t\t\t\t\t\t\t});\n\n\t\t\t\t\t\t\tif (startFrom > -1) {\n\t\t\t\t\t\t\t\tupgradesToApply = availableUpgrades.slice (startFrom).filter ((u) => {\n\t\t\t\t\t\t\t\t\tconst [old, next] = u.split ('::');\n\t\t\t\t\t\t\t\t\treturn parseInt (old) < this.numericVersion && parseInt (next) <= this.numericVersion;\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t// Get the previous ID using the old version\n\t\t\t\t\t\t\tlet previousId = `${this.name}::${oldVersion}_`;\n\n\t\t\t\t\t\t\tif (this.name !== '' && this.version !== '' && this.store !== '') {\n\t\t\t\t\t\t\t\tpreviousId = `${this.name}::${this.store}::${oldVersion}_`;\n\t\t\t\t\t\t\t} else if (this.name !== '' && this.version !== '') {\n\t\t\t\t\t\t\t\tpreviousId = `${this.name}::${oldVersion}_`;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t// Get all keys from the previous version\n\t\t\t\t\t\t\tconst keys = Object.keys (window.localStorage).filter ((key) => {\n\t\t\t\t\t\t\t\treturn key.indexOf (previousId) === 0;\n\t\t\t\t\t\t\t}).map ((key) => {\n\t\t\t\t\t\t\t\treturn key.replace (previousId, '');\n\t\t\t\t\t\t\t});\n\n\t\t\t\t\t\t\tfor (const key of keys) {\n\t\t\t\t\t\t\t\t// Get the value stored with the previous version\n\t\t\t\t\t\t\t\tconst previous = window.localStorage.getItem (`${previousId}${key}`);\n\n\t\t\t\t\t\t\t\t// Re-insert the value using the new ID as a key\n\t\t\t\t\t\t\t\twindow.localStorage.setItem (this.id + key, previous);\n\n\t\t\t\t\t\t\t\t// Delete the previous value.\n\t\t\t\t\t\t\t\twindow.localStorage.removeItem (`${previousId}${key}`);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tresolve ({ upgrades: upgradesToApply });\n\t\t\t}).then (({ upgrades }) => {\n\t\t\t\tthis.storage = window.localStorage;\n\t\t\t\treturn new Promise ((resolve) => {\n\t\t\t\t\tconst res = () => resolve (this);\n\t\t\t\t\tthis._upgrade (upgrades, res);\n\t\t\t\t});\n\t\t\t});\n\t\t\treturn this.storage;\n\t\t}\n\t}\n\n\t/**\n\t * Store a key-value pair\n\t *\n\t * @param {string} key - Key with which this value will be saved\n\t * @param {Object|string|Number} - Value to save\n\t * @return {Promise<{key, value}>}\n\t */\n\tset (key, value) {\n\t\treturn this.open ().then (() => {\n\n\t\t\tif (typeof value === 'object') {\n\t\t\t\tthis.storage.setItem (this.id + key, JSON.stringify (value));\n\t\t\t} else {\n\t\t\t\tthis.storage.setItem (this.id + key, value);\n\t\t\t}\n\n\t\t\treturn Promise.resolve ({key, value});\n\t\t});\n\t}\n\n\t/**\n\t * Update a key-value pair. In difference with the set () method, the update\n\t * method will use an Object.assign () in the case of objects so no value is\n\t * lost.\n\t *\n\t * @param {string} key - Key with which this value will be saved\n\t * @param {Object|string|Number} - Value to save\n\t * @return {Promise<{key, value}>}\n\t */\n\tupdate (key, value) {\n\t\treturn this.get (key).then ((currentValue) => {\n\t\t\tif (typeof currentValue === 'object') {\n\t\t\t\tif (typeof value === 'object') {\n\t\t\t\t\tvalue = Object.assign ({}, currentValue, value);\n\t\t\t\t}\n\t\t\t\tthis.storage.setItem (this.id + key, JSON.stringify (value));\n\t\t\t} else {\n\t\t\t\tthis.storage.setItem (this.id + key, value);\n\t\t\t}\n\t\t\treturn Promise.resolve ({key, value});\n\t\t}).catch (() => {\n\t\t\treturn this.set (key, value);\n\t\t});\n\t}\n\n\t/**\n\t * Retrieves a value from storage given it's key\n\t *\n\t * @param {string} - Key with which the value was saved\n\t * @return {Promise|Promise|Promise} - Resolves to the retreived value\n\t * or its rejected if it doesn't exist\n\t */\n\tget (key) {\n\t\treturn this.open ().then (() => {\n\t\t\treturn new Promise ((resolve, reject) => {\n\t\t\t\tlet value = null;\n\t\t\t\tvalue = this.storage.getItem (this.id + key);\n\t\t\t\ttry {\n\t\t\t\t\tconst o = JSON.parse (value);\n\t\t\t\t\tif (o && typeof o === 'object') {\n\t\t\t\t\t\tvalue = o;\n\t\t\t\t\t}\n\t\t\t\t} catch (exception) {\n\t\t\t\t\t// Unable to parse to JSON\n\t\t\t\t}\n\n\t\t\t\tif (typeof value !== 'undefined' && value !== null) {\n\t\t\t\t\tresolve (value);\n\t\t\t\t} else {\n\t\t\t\t\treject ();\n\t\t\t\t}\n\n\t\t\t});\n\t\t});\n\t}\n\n\t/**\n\t * Retrieves all the values in the space in a key-value JSON object\n\t *\n\t * @return {Promise} - Resolves to the retreived values\n\t */\n\tgetAll () {\n\t\treturn this.keys ().then ((keys) => {\n\t\t\tconst values = {};\n\t\t\tconst promises = [];\n\t\t\tfor (const key of keys) {\n\t\t\t\tpromises.push (this.get (key).then ((value) => {\n\t\t\t\t\tvalues[key] = value;\n\t\t\t\t}));\n\t\t\t}\n\t\t\treturn Promise.all (promises).then (() => {\n\t\t\t\treturn values;\n\t\t\t});\n\t\t});\n\t}\n\n\t/**\n\t * Check if the space contains a given key.\n\t *\n\t * @param {string} key - Key to look for.\n\t * @return {Promise} Promise gets resolved if it exists and rejected if\n\t * doesn't\n\t */\n\tcontains (key) {\n\t\treturn this.keys ().then ((keys) => {\n\t\t\tif (keys.includes (key)) {\n\t\t\t\tPromise.resolve ();\n\t\t\t} else {\n\t\t\t\treturn Promise.reject ();\n\t\t\t}\n\t\t});\n\t}\n\n\t/**\n\t * Upgrade a Space Version\n\t *\n\t * @param oldVersion {string} - The version of the storage to be upgraded\n\t * @param newVersion {string} - The version to be upgraded to\n\t * @param callback {function} - Function to transform the old stored values to the new version's format\n\t * @returns {Promise}\n\t */\n\tupgrade (oldVersion, newVersion, callback) {\n\t\tthis.upgrades[`${parseInt (oldVersion.replace (/\\./g, ''))}::${parseInt (newVersion.replace (/\\./g, ''))}`] = callback;\n\t\treturn Promise.resolve ();\n\t}\n\n\t// This function acts as a helper for the upgrade progress by executing the\n\t// needed upgrade callbacks in the correct order and sychronously.\n\t_upgrade (upgradesToApply, resolve) {\n\t\t// Check if there are still upgrades to apply\n\t\tif (upgradesToApply.length > 0) {\n\t\t\tthis.upgrades[upgradesToApply[0]].call (this, this).then (() => {\n\t\t\t\tthis._upgrade (upgradesToApply.slice (1), resolve);\n\t\t\t}).catch ((e) => console.error (e));\n\t\t} else {\n\t\t\tresolve ();\n\t\t}\n\t}\n\n\t/**\n\t * Rename a Space\n\t *\n\t * @param {string} name - New name to be used.\n\t * @returns {Promise} - Result of the rename operation\n\t */\n\trename (name) {\n\t\t// Check if the name is different\n\t\tif (this.name !== name) {\n\t\t\treturn this.keys ().then ((keys) => {\n\t\t\t\t// Save the previous Space id\n\t\t\t\tconst oldId = this.id;\n\n\t\t\t\t// Set new object properties with the new name\n\t\t\t\tthis.name = name;\n\n\t\t\t\tif (this.name !== '' && this.version !== '' && this.store !== '') {\n\t\t\t\t\tthis.id = `${this.name}::${this.store}::${this.version}_`;\n\t\t\t\t} else if (this.name !== '' && this.version !== '') {\n\t\t\t\t\tthis.id = `${this.name}::${this.version}_`;\n\t\t\t\t} else if (this.name !== '') {\n\t\t\t\t\tthis.id = `${this.name}::_`;\n\t\t\t\t} else {\n\t\t\t\t\tthis.id = '';\n\t\t\t\t}\n\n\t\t\t\tconst promises = [];\n\t\t\t\tfor (const key of keys) {\n\t\t\t\t\tpromises.push (this.set (key, this.storage.getItem (`${oldId}${key}`)).then (() => {\n\t\t\t\t\t\tthis.storage.removeItem (`${oldId}${key}`);\n\t\t\t\t\t}));\n\t\t\t\t}\n\t\t\t\treturn Promise.all (promises);\n\t\t\t});\n\t\t} else {\n\t\t\treturn Promise.reject ();\n\t\t}\n\t}\n\n\t/**\n\t * Get the key that corresponds to a given index in the storage\n\t *\n\t * @param {Number} index - Index to get the key from\n\t * @param {boolean} [full=false] - Whether to return the full key name including space id or just the key name\n\t * @return {Promise} - Resolves to the key's name\n\t */\n\tkey (index, full = false) {\n\t\treturn this.open ().then (() => {\n\t\t\tif (full === true) {\n\t\t\t\treturn Promise.resolve (this.storage.key (index));\n\t\t\t} else {\n\t\t\t\treturn Promise.resolve (this.storage.key (index).replace (this.id, ''));\n\t\t\t}\n\t\t});\n\t}\n\n\t/**\n\t * Return all keys stored in the space.\n\t *\n\t * @param {boolean} [full=false] - Whether to return the full key name including space id or just the key name\n\t * @return {Promise} - Array of keys\n\t */\n\tkeys (full = false) {\n\t\treturn this.open ().then (() => {\n\t\t\treturn Promise.resolve (Object.keys (this.storage).filter ((key) => {\n\t\t\t\treturn key.indexOf (this.id) === 0;\n\t\t\t}).map ((key) => {\n\t\t\t\tif (full === true) {\n\t\t\t\t\treturn key;\n\t\t\t\t} else {\n\t\t\t\t\treturn key.replace (this.id, '');\n\t\t\t\t}\n\t\t\t}));\n\t\t});\n\t}\n\n\t/**\n\t * Delete a value from the space given its key\n\t *\n\t * @param {string} key - Key of the item to delete\n\t * @return {Promise} - Resolves to the value of the deleted object\n\t */\n\tremove (key) {\n\t\treturn this.get (key).then ((value) => {\n\t\t\tthis.storage.removeItem (this.id + key);\n\t\t\treturn Promise.resolve (value);\n\t\t});\n\t}\n\n\t/**\n\t * Clear the entire space\n\t *\n\t * @return {Promise} - Result of the clear operation\n\t */\n\tclear () {\n\t\treturn this.keys ().then ((keys) => {\n\t\t\tfor (const key of keys) {\n\t\t\t\tthis.remove (key);\n\t\t\t}\n\t\t\treturn Promise.resolve ();\n\t\t});\n\t}\n}","/**\n* ==============================\n* Session Storage Adapter\n* ==============================\n*/\n\nimport { LocalStorage } from './LocalStorage';\n\n/**\n * The Session Storage Adapter provides the Space Class the ability to interact\n * with the sessionStorage api found in most modern browsers. Since this API\n * shares pretty much the same methods to the local storage one, this class\n * inherits from the LocalStorage adapter.\n *\n * @class\n */\nexport class SessionStorage extends LocalStorage {\n\n\t/**\n\t * Create a new SessionStorage. If no configuration is provided, the SessionStorage\n\t * global object is used.The SessionStorage Adapter can provide independency\n\t * by store name and space name.\n\t *\n\t * @constructor\n\t * @param {Object} [configuration={name = '', version = '', store = ''}] - Configuration Object for the Adapter\n\t * @param {string} configuration.name - Name of the Space\n\t * @param {string} configuration.version - Version of the Space in Semantic versioning syntax\n\t * @param {string} configuration.store - Name of the Object Store to use\n\t *\n\t */\n\tconstructor ({name = '', version = '', store = ''}) {\n\t\tsuper ({name, version, store});\n\t}\n\n\t/**\n\t * Open the Storage Object\n\n\t * @return {Promise}\n\t */\n\topen () {\n\t\tif (typeof this.storage === 'undefined') {\n\t\t\tthis.storage = window.sessionStorage;\n\t\t}\n\t\treturn Promise.resolve (this);\n\t}\n}","/**\n* ==============================\n* IndexedDB Adapter\n* ==============================\n*/\n\n/**\n * The IndexedDB Adapter provides the Space Class the ability to interact\n * with the IndexedDB API found in most modern browsers.\n *\n * @class\n */\nexport class IndexedDB {\n\n\t/**\n\t * Create a new IndexedDB. Differently from Local and Session Storages, the\n\t * IndexedDB Adapter requires a mandatory name, version and store name.\n\t *\n\t * @constructor\n\t * @param {Object} [configuration={name = '', version = '', store = '', props = {}, index = {}}] - Configuration Object for the Adapter\n\t * @param {string} configuration.name - Name of the Space\n\t * @param {string} configuration.version - Version of the Space in Semantic versioning syntax\n\t * @param {string} configuration.store - Name of the Object Store to use\n\t * @param {Object} configuration.props - Optional Parameters for the Object Store\n\t * @param {Object} configuration.index - Object of the indexes to declare for\n\t * the Object Store. Each index is a JSON object with the following properties:\n\t * @param {String} configuration.index[...].name - Name for the Index\n\t * @param {String} configuration.index[...].field - Field on the store to apply the index to\n\t * @param {Object} configuration.index[...].props - Index properties object\n\t */\n\tconstructor ({name = '', version = '', store = '', props = {}, index = {}}) {\n\t\tthis.name = name;\n\t\tthis.version = version;\n\t\tthis.store = store;\n\t\tthis.props = props;\n\t\tthis.index = index;\n\n\t\tthis.upgrades = {};\n\n\t\tif (this.version === '') {\n\t\t\tthis.numericVersion = 0;\n\t\t} else {\n\t\t\tthis.numericVersion = parseInt (version.replace (/\\./g, ''));\n\t\t}\n\t}\n\n\t/**\n\t * Open the Storage Object\n\t *\n\t * @return {Promise}\n\t */\n\topen () {\n\n\t\tif (this.name === '') {\n\t\t\tconsole.error ('No name has been defined for IndexedDB space.');\n\t\t\treturn Promise.reject ();\n\t\t}\n\n\t\tif (this.store === '') {\n\t\t\tconsole.error ('No store has been defined for IndexedDB space.');\n\t\t\treturn Promise.reject ();\n\t\t}\n\n\t\tif (this.storage instanceof IDBDatabase) {\n\t\t\treturn Promise.resolve (this);\n\t\t} else if (this.storage instanceof Promise) {\n\t\t\treturn this.storage;\n\t\t} else {\n\t\t\tthis.storage = new Promise ((resolve, reject) => {\n\t\t\t\tlet upgradesToApply = [];\n\t\t\t\tconst storage = window.indexedDB.open (this.name, this.numericVersion);\n\n\t\t\t\tstorage.onerror = (event) => {\n\t\t\t\t\treject (event);\n\t\t\t\t};\n\n\t\t\t\tstorage.onsuccess = (event) => {\n\t\t\t\t\tresolve ({ storage: event.target.result, upgrades: upgradesToApply });\n\t\t\t\t};\n\n\t\t\t\tstorage.onupgradeneeded = (event) => {\n\t\t\t\t\t// If the previous version is less than one, it means that\n\t\t\t\t\t// the database needs to be created first\n\t\t\t\t\tif (event.oldVersion < 1) {\n\t\t\t\t\t\t// Create all the needed Stores\n\t\t\t\t\t\tconst store = event.target.result.createObjectStore (this.store, this.props);\n\t\t\t\t\t\tfor (const index of Object.keys (this.index)) {\n\t\t\t\t\t\t\tstore.createIndex (this.index[index].name, this.index[index].field, this.index[index].props);\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\t// Check what upgrade functions have been declared in their respective order\n\t\t\t\t\t\tconst availableUpgrades = Object.keys (this.upgrades).sort ();\n\t\t\t\t\t\t\n\t\t\t\t\t\t// Find the first update that needs to be applied to the database given\n\t\t\t\t\t\t// the old version it currently has.\n\t\t\t\t\t\tconst startFrom = availableUpgrades.findIndex (u => {\n\t\t\t\t\t\t\tconst [old, ] = u.split ('::');\n\t\t\t\t\t\t\treturn parseInt (old) === event.oldVersion;\n\t\t\t\t\t\t});\n\n\t\t\t\t\t\tif (startFrom > -1) {\n\t\t\t\t\t\t\tupgradesToApply = availableUpgrades.slice (startFrom).filter ((u) => {\n\t\t\t\t\t\t\t\tconst [old, next] = u.split ('::');\n\t\t\t\t\t\t\t\treturn parseInt (old) < this.numericVersion && parseInt (next) <= this.numericVersion;\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Once the transaction is done, resolve the storage object\n\t\t\t\t\tconst transaction = event.target.transaction;\n\t\t\t\t\ttransaction.addEventListener ('success', () => {\n\t\t\t\t\t\tresolve ({ storage: event.target.result, upgrades: upgradesToApply });\n\t\t\t\t\t});\n\t\t\t\t};\n\t\t\t}).then (({ storage, upgrades }) => {\n\t\t\t\tthis.storage = storage;\n\t\t\t\treturn new Promise ((resolve) => {\n\t\t\t\t\tconst res = () => resolve (storage);\n\t\t\t\t\tthis._upgrade (upgrades, res, event);\n\t\t\t\t});\n\t\t\t});\n\t\t\treturn this.storage;\n\t\t}\n\t}\n\n\t/**\n\t * Store a key-value pair. Because of the nature of a IndexedDB Database, the\n\t * stored values must be JSON objects.\n\t *\n\t * @param {string} key - Key with which this value will be saved\n\t * @param {Object} - Value to save\n\t * @return {Promise} - When resolved, a {key, value} object is handed\n\t * down, when it's rejected, the event is handed down.\n\t */\n\tset (key = null, value) {\n\t\treturn this.open ().then (() => {\n\t\t\treturn new Promise ((resolve, reject) => {\n\t\t\t\tconst transaction = this.storage.transaction (this.store, 'readwrite').objectStore (this.store);\n\t\t\t\tlet op;\n\t\t\t\tif (key !== null) {\n\t\t\t\t\top = transaction.put (Object.assign ({}, {id: key}, value));\n\t\t\t\t} else {\n\t\t\t\t\top = transaction.add (value);\n\t\t\t\t}\n\t\t\t\top.addEventListener ('success', (event) => { resolve ({key: event.target.result, value: value});});\n\t\t\t\top.addEventListener ('error', (event) => {reject (event);});\n\t\t\t});\n\t\t});\n\t}\n\n\t/**\n\t * Update a key-value pair. In difference with the set () method, the update\n\t * method will use an Object.assign () in the case of objects so no value is\n\t * lost.\n\t *\n\t * @param {string} key - Key with which this value will be saved\n\t * @param {Object} - Value to save\n\t * @return {Promise} - When resolved, a {key, value} object is handed\n\t * down, when it's rejected, the event is handed down.\n\t */\n\tupdate (key, value) {\n\t\treturn this.get (key).then ((currentValue) => {\n\t\t\t// If this key did not exist on the storage, then create it using the\n\t\t\t// set method\n\t\t\tif (typeof currentValue === 'undefined') {\n\t\t\t\treturn this.set (key, value);\n\t\t\t}\n\t\t\treturn new Promise ((resolve, reject) => {\n\t\t\t\tconst transaction = this.storage.transaction (this.store, 'readwrite').objectStore (this.store);\n\t\t\t\tconst op = transaction.put (Object.assign ({}, currentValue, value));\n\t\t\t\top.addEventListener ('success', (event) => {resolve ({key: event.target.result, value: value});});\n\t\t\t\top.addEventListener ('error', (event) => {reject (event);});\n\t\t\t});\n\t\t});\n\t}\n\n\t/**\n\t * Retrieves a value from storage given it's key\n\t *\n\t * @param {string} - Key with which the value was saved\n\t * @return {Promise} - Resolves to the retreived value or its rejected\n\t * if it doesn't exist\n\t */\n\tget (key) {\n\t\treturn this.open ().then (() => {\n\t\t\treturn new Promise ((resolve, reject) => {\n\t\t\t\tconst transaction = this.storage.transaction (this.store).objectStore (this.store);\n\t\t\t\tconst op = transaction.get (key);\n\n\t\t\t\top.addEventListener ('success', (event) => {resolve (event.target.result);});\n\t\t\t\top.addEventListener ('error', (event) => {reject (event);});\n\t\t\t});\n\t\t});\n\t}\n\n\t/**\n\t * Retrieves all the values in the space in a key-value JSON object\n\t *\n\t * @return {Promise} - Resolves to the retreived values\n\t */\n\tgetAll () {\n\t\treturn this.open ().then (() => {\n\t\t\treturn new Promise ((resolve, reject) => {\n\t\t\t\tconst transaction = this.storage.transaction (this.store).objectStore (this.store);\n\t\t\t\tconst op = transaction.getAll ();\n\n\t\t\t\top.addEventListener ('success', (event) => {resolve (event.target.result);});\n\t\t\t\top.addEventListener ('error', (event) => {reject (event);});\n\t\t\t});\n\t\t});\n\t}\n\n\t/**\n\t * Check if the space contains a given key.\n\t *\n\t * @param {string} key - Key to look for.\n\t * @return {Promise} - Promise gets resolved if it exists and rejected if it\n\t * doesn't\n\t */\n\tcontains (key) {\n\t\treturn this.get (key).then ((keys) => {\n\t\t\tif (keys.includes (key)) {\n\t\t\t\tPromise.resolve ();\n\t\t\t} else {\n\t\t\t\treturn Promise.reject ();\n\t\t\t}\n\t\t});\n\t}\n\n\t/**\n\t * Upgrade a Space Version. Upgrades must be declared before the open ()\n\t * method is executed.\n\t *\n\t * @param {string} oldVersion - The version to be upgraded\n\t * @param {string} newVersion - The version to be upgraded to\n\t * @param {function} callback - Function to transform the old stored values to the new version's format\n\t * @returns {Promise}\n\t */\n\tupgrade (oldVersion, newVersion, callback) {\n\t\tthis.upgrades[`${parseInt (oldVersion.replace (/\\./g, ''))}::${parseInt (newVersion.replace (/\\./g, ''))}`] = callback;\n\t\treturn Promise.resolve ();\n\t}\n\n\t// This function acts as a helper for the upgrade progress by executing the\n\t// needed upgrade callbacks in the correct order and sychronously.\n\t_upgrade (upgradesToApply, resolve, event) {\n\t\t// Check if there are still upgrades to apply\n\t\tif (upgradesToApply.length > 0) {\n\t\t\tthis.upgrades[upgradesToApply[0]].call (this, this, event).then (() => {\n\t\t\t\tthis._upgrade (upgradesToApply.slice (1), resolve, event);\n\t\t\t}).catch ((e) => console.error (e));\n\t\t} else {\n\t\t\tresolve ();\n\t\t}\n\t}\n\n\t/**\n\t * Renaming the space is not possible with the IndexedDB adapter therefore\n\t * this function always gets a rejection.\n\t *\n\t * @returns {Promise} - Result of the rename operation\n\t */\n\trename () {\n\t\treturn Promise.reject ();\n\t}\n\n\t/**\n\t * Getting a key by its index is not possible in this adapter, therefore this\n\t * function always gets rejected.\n\t *\n\t * @return {Promise} - Promise Rejection\n\t */\n\tkey () {\n\t\treturn Promise.reject ();\n\t}\n\n\t/**\n\t * Return all keys stored in the space.\n\t *\n\t * @return {Promise} - Array of keys\n\t */\n\tkeys () {\n\t\treturn this.open ().then (() => {\n\t\t\treturn new Promise ((resolve, reject) => {\n\t\t\t\tconst transaction = this.storage.transaction (this.store, 'readwrite').objectStore (this.store);\n\t\t\t\tconst op = transaction.getAllKeys ();\n\t\t\t\top.addEventListener ('success', (event) => {resolve (event.target.result);}, false);\n\t\t\t\top.addEventListener ('error', (event) => {reject (event);}, false);\n\t\t\t});\n\t\t});\n\t}\n\n\t/**\n\t * Delete a value from the space given its key\n\t *\n\t * @param {string} key - Key of the item to delete\n\t * @return {Promise} - Resolves to the key and value of the deleted object\n\t */\n\tremove (key) {\n\t\treturn this.get (key).then ((value) => {\n\t\t\treturn new Promise ((resolve, reject) => {\n\t\t\t\tconst transaction = this.storage.transaction (this.store, 'readwrite').objectStore (this.store);\n\t\t\t\tconst op = transaction.delete (key);\n\t\t\t\top.addEventListener ('success', () => {resolve (value);}, false);\n\t\t\t\top.addEventListener ('error', (event) => {reject (event);}, false);\n\t\t\t});\n\t\t});\n\t}\n\n\t/**\n\t * Clear the entire space\n\t *\n\t * @return {Promise} - Result of the clear operation\n\t */\n\tclear () {\n\t\treturn this.open ().then (() => {\n\t\t\treturn new Promise ((resolve, reject) => {\n\t\t\t\tconst transaction = this.storage.transaction (this.store, 'readwrite').objectStore (this.store);\n\t\t\t\tconst op = transaction.clear ();\n\t\t\t\top.addEventListener ('success', () => {resolve ();}, false);\n\t\t\t\top.addEventListener ('error', (event) => {reject (event);}, false);\n\t\t\t});\n\t\t});\n\t}\n}","/**\n* ==============================\n* Remote Storage Adapter\n* ==============================\n*/\n\nimport { Request } from './../Request';\n\n/**\n * The Remote Storage Adapter provides the Space Class the ability to interact\n * with a server in order to handle data persistance. The server's implementation\n * is up to the developer but it will need to respond to this adapter's request\n * formatting. This adapter uses the Request class to perfom its tasks.\n *\n * @class\n */\nexport class RemoteStorage {\n\n\t/**\n\t * Create a new Remote Storage. This adapter requires an endpoint url where\n\t * it will make the requests. If a store is defined, the request will be made\n\t * using the store as an URL, for example, let's assume the following endpoint:\n\t *\n\t * https://example.com/api/v1/\n\t *\n\t * If no store is defined, then the requests will be made to that simple route,\n\t * with a store definition, requests will be made to:\n\t *\n\t * https://example.com/api/v1/{myStore}/\n\t *\n\t * The key of each item in this store represents another part of the request\n\t *\n\t * https://example.com/api/v1/{key}/\n\t *\n\t * Or:\n\t *\n\t * https://example.com/api/v1/{myStore}/{key}/\n\t *\n\t * This adapter just as the IndexedDB, works with JSON objects instead of string or\n\t * numeric values.\n\t *\n\t * @constructor\n\t * @param {object} [configuration={name = '', version = '', store = '', endpoint = '', props = {}] - Configuration Object for the Adapter\n\t * @param {string} configuration.name - Name of the Space\n\t * @param {string} configuration.version - Version of the Space in Semantic versioning syntax\n\t * @param {string} configuration.store - Name of the Object Store to use\n\t * @param {string} configuration.endpoint - Endpoint URL where the requests will be made\n\t * @param {string} configuration.props - Properties object to use for the fetch requests\n\t */\n\tconstructor ({name = '', version = '', store = '', endpoint = '', props = {}}) {\n\t\tthis.name = name;\n\t\tthis.version = version;\n\t\tthis.store = store;\n\t\tthis.endpoint = `${endpoint}${store}/`;\n\t\tthis.props = props;\n\t}\n\n\t/**\n\t * Open the Storage Object\n\t *\n\t * @return {Promise}\n\t */\n\topen () {\n\t\tif (typeof this.storage === 'undefined') {\n\t\t\tthis.storage = Request;\n\t\t}\n\t\treturn Promise.resolve (this);\n\t}\n\n\t/**\n\t * Store a key-value pair. This function sends a POST request to the server\n\t *\n\t * @param {string} key - Key with which this value will be saved\n\t * @param {Object} value - Value to save\n\t * @return {Promise}\n\t */\n\tset (key, value) {\n\t\treturn this.open ().then (() => {\n\t\t\treturn this.storage.post (this.endpoint + key, value, this.props);\n\t\t});\n\t}\n\n\t/**\n\t * Update a key-value pair. In difference with the set () method, the update\n\t * method will use an Object.assign () in the case of objects so no value is\n\t * lost. This function sends a PUT request to the server.\n\t *\n\t * @param {string} key - Key with which this value will be saved\n\t * @param {Object} value - Value to save\n\t * @return {Promise}\n\t */\n\tupdate (key, value) {\n\t\treturn this.get (key).then ((currentValue) => {\n\t\t\treturn this.storage.put (this.endpoint + key, Object.assign ({}, currentValue, value), this.props).then ((response) => {\n\t\t\t\treturn response.json ();\n\t\t\t});\n\t\t});\n\t}\n\n\t/**\n\t * Retrieves a value from storage given it's key\n\t *\n\t * @param {string} - Key with which the value was saved\n\t * @return {Promise} - Resolves to the retreived value or its rejected\n\t * if it doesn't exist\n\t */\n\tget (key) {\n\t\treturn this.open ().then (() => {\n\t\t\treturn this.storage.json (this.endpoint + key, {}, this.props);\n\t\t});\n\t}\n\n\t/**\n\t * Retrieves all the values in the space in a key-value JSON object\n\t *\n\t * @return {Promise} - Resolves to the retreived values\n\t */\n\tgetAll () {\n\t\treturn this.open ().then (() => {\n\t\t\treturn this.storage.json (this.endpoint, {}, this.props);\n\t\t});\n\t}\n\n\t/**\n\t * Check if a space contains a given key.\n\t *\n\t * @param {string} key - Key to look for.\n\t * @return {Promise} Promise gets resolved if it exists and rejected if it\n\t * doesn't\n\t */\n\tcontains (key) {\n\t\treturn this.keys ().then ((keys) => {\n\t\t\tif (keys.includes (key)) {\n\t\t\t\tPromise.resolve ();\n\t\t\t} else {\n\t\t\t\treturn Promise.reject ();\n\t\t\t}\n\t\t});\n\t}\n\n\t/**\n\t * Upgrading the Storage must be done on the server side, therefore this function\n\t * always gets rejected.\n\t *\n\t * @returns {Promise}\n\t */\n\tupgrade () {\n\t\treturn Promise.reject ();\n\t}\n\n\t/**\n\t * Renaming the Storage must be done on the server side, therefore this function\n\t * always gets rejected.\n\t *\n\t * @returns {Promise}\n\t */\n\trename () {\n\t\treturn Promise.reject ();\n\t}\n\n\t/**\n\t * Getting a key by its index is not possible in this adapter, therefore this\n\t * function always gets rejected.\n\t *\n\t * @return {Promise} - Promise Rejection\n\t */\n\tkey () {\n\t\treturn Promise.reject ();\n\t}\n\n\t/**\n\t * Return all keys stored in the space. This makes a GET request to the full\n\t * endpoint (the URL of the endpoint and store name) with a keys query\n\t * parameter:\n\t *\n\t * https://example.com/api/v1/?keys=true\n \t *\n\t * Or:\n \t *\n \t * https://example.com/api/v1/{myStore}/?keys=true\n\t *\n\t * @return {Promise} - Array of keys\n\t */\n\tkeys () {\n\t\treturn this.open ().then (() => {\n\t\t\treturn this.storage.json (this.endpoint, {keys: true}, this.props);\n\t\t});\n\t}\n\n\t/**\n\t * Delete a value from the space given it's key. This function sends a DELETE\n\t * request to the server.\n\t *\n\t * @param {string} key - Key of the item to delete\n\t * @return {Promise} - Resolves to the key and value of the deleted object\n\t */\n\tremove (key) {\n\t\treturn this.open ().then (() => {\n\t\t\treturn this.storage.delete (this.endpoint + key, {}, this.props).then ((response) => {\n\t\t\t\treturn Promise.resolve (key, response.json ());\n\t\t\t});\n\t\t});\n\t}\n\n\t/**\n\t * Clear the entire space. This function sends a DELETE request to the server.\n\t * The difference between a clear () and remove () operation is that the clear\n\t * operation does not uses a key in the URL where the request is made.\n\t *\n\t * @return {Promise} - Result of the clear operation\n\t */\n\tclear () {\n\t\treturn this.open ().then (() => {\n\t\t\treturn this.storage.delete (this.endpoint, {}, this.props);\n\t\t});\n\t}\n}","/**\n* ==============================\n* Space\n* ==============================\n*/\n\nimport { LocalStorage } from './SpaceAdapter/LocalStorage';\nimport { SessionStorage } from './SpaceAdapter/SessionStorage';\nimport { IndexedDB } from './SpaceAdapter/IndexedDB';\nimport { RemoteStorage } from './SpaceAdapter/RemoteStorage';\n\n/**\n * List of Adapters Available\n */\nexport const SpaceAdapter = {\n\tLocalStorage,\n\tSessionStorage,\n\tIndexedDB,\n\tRemoteStorage\n};\n\n/**\n * Space provides a simple wrapper for different Storage APIs. It aims to\n * provide data independence through storage namespaces and versioning, allowing\n * transparent data formatting and content modifications through versions.\n *\n * While this class documentation provides some information, specific details may\n * be addressed on the documentation of each adapter.\n *\n * @class\n */\nexport class Space {\n\n\t/**\n\t * Create a new Space Object. If no name and version is defined, the global LocalSpace space is used.\n\t *\n\t * @constructor\n\t * @param {SpaceAdapter} [adapter = SpaceAdapter.LocalStorage] - Space Adapter\n\t * to use. Currently LocalStorage, SessionStorage, IndexedDB and Server are\n\t * available\n\t * @param {Object} [configuration = {}] - Configuration object for the space.\n\t * This configuration may change depending on the adapter used, however all\n\t * adapters have support for a name, version and store properties.\n\t * @param {string} configuration.name - Name of the Space\n\t * @param {string} configuration.version - Version of the Space in Semantic versioning syntax\n\t * @param {string} configuration.store - Name of the Object Store to use\n\t */\n\tconstructor (adapter = SpaceAdapter.LocalStorage, configuration = {}) {\n\t\t// Assign the provided configuration to the default one\n\t\tthis._configuration = Object.assign ({}, {name: '', version: '', store: ''}, configuration);\n\n\t\t// Set up the adapter instance to use\n\t\tthis.adapter = new adapter (this._configuration);\n\n\t\t// This object stores all the callbacks the user can define for the\n\t\t// space operations\n\t\tthis.callbacks = {\n\t\t\t'create': [],\n\t\t\t'update': [],\n\t\t\t'delete': []\n\t\t};\n\n\t\t// A transformation is an object that can contain a set and get functions\n\t\t// every transformation will be applied to the retrieved value or to the\n\t\t// value before storing it.\n\t\tthis.transformations = {\n\n\t\t};\n\t}\n\n\t/**\n\t * Modify the space configuration, it will also be passed down to the adapter\n\t * using its configuration () function.\n\t *\n\t * @param {object} - Configuration object to set up\n\t * @return {object} - Configuration object if no param was passed\n\t */\n\tconfiguration (object = null) {\n\t\tif (object !== null) {\n\t\t\tthis._configuration = Object.assign ({}, this._configuration, object);\n\t\t\tthis.adapter.configuration (object);\n\t\t} else {\n\t\t\treturn this._configuration;\n\t\t}\n\t}\n\n\t/**\n\t * Open the Storage Object to be used depending on the SpaceAdapter\n\t *\n\t * @return {Promise}\n\t */\n\topen () {\n\t\treturn this.adapter.open ().then (() => {\n\t\t\treturn Promise.resolve (this);\n\t\t});\n\t}\n\n\t/**\n\t * Store a key-value pair\n\t *\n\t * @param {string} key - Key with which this value will be saved\n\t * @param {Object|string|Number} - Value to save\n\t * @return {Promise<{key, value}>}\n\t */\n\tset (key, value) {\n\t\t// Apply all set transformations to the value\n\t\tfor (const id of Object.keys (this.transformations)) {\n\t\t\tif (typeof this.transformations[id].set === 'function') {\n\t\t\t\tvalue = this.transformations[id].set.call (null, key, value);\n\t\t\t}\n\t\t}\n\n\t\treturn this.adapter.set (key, value).then (({key, value}) => {\n\t\t\tfor (const callback of this.callbacks.create) {\n\t\t\t\tcallback.call (null, key, value);\n\t\t\t}\n\t\t\treturn Promise.resolve ({key, value});\n\t\t});\n\t}\n\n\t/**\n\t * Update a key-value pair. In difference with the set () method, the update\n\t * method will use an Object.assign () in the case of objects so no value is\n\t * lost.\n\t *\n\t * @param {string} key - Key with which this value will be saved\n\t * @param {Object|string|Number} - Value to save\n\t * @return {Promise<{key, value}>}\n\t */\n\tupdate (key, value) {\n\t\t// Apply all set transformations to the value\n\t\tfor (const id of Object.keys (this.transformations)) {\n\t\t\tif (typeof this.transformations[id].set === 'function') {\n\t\t\t\tvalue = this.transformations[id].set.call (null, key, value);\n\t\t\t}\n\t\t}\n\n\t\treturn this.adapter.update (key, value).then (({key, value}) => {\n\t\t\tfor (const callback of this.callbacks.update) {\n\t\t\t\tcallback.call (null, key, value);\n\t\t\t}\n\t\t\treturn Promise.resolve ({key, value});\n\t\t});\n\t}\n\n\t/**\n\t * Retrieves a value from storage given it's key\n\t *\n\t * @param {string} - Key with which the value was saved\n\t * @return {Promise|Promise|Promise} - Resolves to the retreived value\n\t * or its rejected if it doesn't exist.\n\t */\n\tget (key) {\n\t\treturn this.adapter.get (key).then ((value) => {\n\t\t\t// Apply all get transformations to the value\n\t\t\tfor (const id of Object.keys (this.transformations)) {\n\t\t\t\tif (typeof this.transformations[id].get === 'function') {\n\t\t\t\t\tvalue = this.transformations[id].get.call (null, key, value);\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn value;\n\t\t});\n\t}\n\n\t/**\n\t * Retrieves all the values in the space in a key-value JSON object\n\t *\n\t * @return {Promise} - Resolves to the retreived values\n\t */\n\tgetAll () {\n\t\treturn this.adapter.getAll ().then ((values) => {\n\t\t\t// Apply all get transformations to the value\n\t\t\tfor (const key of Object.keys (values)) {\n\t\t\t\tfor (const id of Object.keys (this.transformations)) {\n\t\t\t\t\tif (typeof this.transformations[id].get === 'function') {\n\t\t\t\t\t\tvalues[key] = this.transformations[id].get.call (null, key, values[key]);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn values;\n\t\t});\n\t}\n\n\t/**\n\t * Iterate over every value in the space\n\t *\n\t * @param {function (key, value)} callback - A callback function receiving the\n\t * key and value of a value. Must return a callback\n\t * @return {Promise} - Resolves when all callbacks have been resolved.\n\t */\n\teach (callback) {\n\t\treturn this.getAll ().then ((values) => {\n\t\t\tconst promises = [];\n\t\t\tfor (const i of Object.keys (values)) {\n\t\t\t\tpromises.push (callback.call (this, i, values[i]));\n\t\t\t}\n\t\t\treturn Promise.all (promises);\n\t\t});\n\t}\n\n\t/**\n\t * Check if a space contains a given key. Not all adapters may give this information\n\t *\n\t * @param {string} key - Key to look for.\n\t * @return {Promise} - Promise gets resolved if it exists and rejected if\n\t * doesn't\n\t */\n\tcontains (key) {\n\t\treturn this.adapter.contains (key);\n\t}\n\n\t/**\n\t * Upgrade a Space Version. Not all adapters may provide this functionality\n\t *\n\t * @param oldVersion {string} - The version of the storage to be upgraded\n\t * @param newVersion {string} - The version to be upgraded to\n\t * @param callback {function} - Function to transform the old stored values to the new version's format\n\t *\n\t * @returns {Promise} - Result of the upgrade operation\n\t */\n\tupgrade (oldVersion, newVersion, callback) {\n\t\treturn this.adapter.upgrade (oldVersion, newVersion, callback).then (() => {\n\t\t\treturn Promise.resolve (this);\n\t\t});\n\t}\n\n\t/**\n\t * Rename a Space. Not all adapters may provide this functionality\n\t *\n\t * @param {string} name - New name to be used.\n\t * @returns {Promise} Result of the rename operation\n\t */\n\trename (name) {\n\t\treturn this.adapter.rename (name);\n\t}\n\n\t/**\n\t * Add a callback function to be run every time a value is created.\n\t *\n\t * @param {function (key, value)} callback - Callback Function. Key and Value pair will be sent as parameters when run.\n\t */\n\tonCreate (callback) {\n\t\tthis.callbacks.create.push (callback);\n\t}\n\n\t/**\n\t * Add a callback function to be run every time a value is updated.\n\t *\n\t * @param {function (key, value)} callback - Callback Function. Key and Value pair will be sent as parameters when run.\n\t */\n\tonUpdate (callback) {\n\t\tthis.callbacks.update.push (callback);\n\t}\n\n\t/**\n\t * Add a callback function to be run every time a value is deleted.\n\t *\n\t * @param {function (key, value)} callback - Callback Function. Key and Value pair will be sent as parameters when run.\n\t */\n\tonDelete (callback) {\n\t\tthis.callbacks.delete.push (callback);\n\t}\n\n\t/**\n\t * Add a transformation function to the space.\n\t *\n\t * @param {string} id - Unique transformation name or identifier\n\t * @param {function (key, value)|null} get - Transformation function to apply to the content before\n\t * returning the value when using the get () function .\n\t * @param {function (key, value)|null} set - Transformation function to apply to the content before\n\t * saving it when using the set () function befo.\n\t */\n\taddTransformation ({id, get, set}) {\n\t\tthis.transformations[id] = {\n\t\t\tid,\n\t\t\tget,\n\t\t\tset\n\t\t};\n\t}\n\n\t/**\n\t * Remove a transformation function given its id\n\t *\n\t * @param {string} id - Name or identifier of the transformation to remove\n\t */\n\tremoveTransformation (id) {\n\t\tdelete this.transformations[id];\n\t}\n\n\t/**\n\t * Get the key that corresponds to a given index in the storage. Not all adapters may provide this functionality\n\t *\n\t * @param {Number} index - Index to get the key from\n\t * @param {boolean} [full = false] - Whether to return the full key name including space id or just the key name\n\t * @return {Promise} - Resolves to the key's name\n\t */\n\tkey (index, full = false) {\n\t\treturn this.adapter.key (index, full);\n\t}\n\n\t/**\n\t * Return all keys stored in the space. Not all adapters may provide this functionality\n\t *\n\t * @param {boolean} [full = false] - Whether to return the full key name including space id or just the key name\n\t * @return {Promise} - Array of keys\n\t */\n\tkeys (full = false) {\n\t\treturn this.adapter.keys (full);\n\t}\n\n\t/**\n\t * Delete a value from the space given it's key\n\t *\n\t * @param {string} key - Key of the item to delete\n\t * @return {Promise} - Resolves to the key and value of the deleted object\n\t */\n\tremove (key) {\n\t\treturn this.adapter.remove (key).then ((value) => {\n\t\t\t// Run the callback for deletions\n\t\t\tfor (const callback of this.callbacks.delete) {\n\t\t\t\tcallback.call (null, key, value);\n\t\t\t}\n\t\t});\n\t}\n\n\t/**\n\t * Clear the entire space\n\t *\n\t * @return {Promise} - Result of the clear operation\n\t */\n\tclear () {\n\t\treturn this.adapter.clear ();\n\t}\n}","/**\n* ==============================\n* Text\n* ==============================\n*/\n\n/**\n * Provides utility functions for texts\n * @class\n */\nexport class Text {\n\n\t/**\n\t * @static capitalize - Capatalizes every word in a string\n\t *\n\t * @param {string} text - Text string to capitalize\n\t * @return {string} - Capitalized string\n\t */\n\tstatic capitalize (text) {\n\t\treturn text.replace (/\\w\\S*/g, (txt) => {\n\t\t\treturn txt.charAt (0).toUpperCase () + txt.substr (1).toLowerCase ();\n\t\t});\n\t}\n\n\t/**\n\t * @static suffix - Gets the suffix of a string given a key\n\t *\n\t * @param {string} key - Key part of the string\n\t * @param {string} text - Full string to extract the suffix from\n\t * @return {string} - Suffix\n\t */\n\tstatic suffix (key, text) {\n\t\tlet suffix = '';\n\t\tlet position = text.indexOf (key);\n\t\tif (position !== -1) {\n\t\t\tposition += key.length;\n\t\t\tsuffix = text.substr (position, text.length - position);\n\t\t}\n\t\treturn suffix;\n\t}\n\n\n\t/**\n\t * @static selection - Get the currently selected text\n\t *\n\t * @return {string} - Text selection\n\t */\n\tstatic selection () {\n\t\tif (window.getSelection) {\n\t\t\treturn window.getSelection ().toString ();\n\t\t} else if (document.selection && document.selection.type != 'Control') {\n\t\t\treturn document.selection.createRange ().text;\n\t\t}\n\t}\n\n\t/**\n\t * @static prefix - Gets the prefix of a string given a key\n\t *\n\t * @param {string} key - Key part of the string\n\t * @param {string} text - Full string to extract the prefix from\n\t * @return {string} - Prefix\n\t */\n\tstatic prefix (key, text) {\n\t\tlet prefix = '';\n\t\tconst position = text.indexOf (key);\n\t\tif (position != -1) {\n\t\t\tprefix = text.substr (0, position);\n\t\t}\n\t\treturn prefix;\n\t}\n\n\t/**\n\t * @static friendly - Transforms a given text into a friendly URL string replacing all special characters\n\t *\n\t * @param {string} text - The text to build the url from\n\t * @return {string} - Friendly URL\n\t */\n\tstatic friendly (text) {\n\t\tconst regex = [\n\t\t\t/[áàâãªä]/,\n\t\t\t/[ÁÀÂÃÄ]/,\n\t\t\t/[ÍÌÎÏ]/,\n\t\t\t/[íìîï]/,\n\t\t\t/[éèêë]/,\n\t\t\t/[ÉÈÊË]/,\n\t\t\t/[óòôõºö]/,\n\t\t\t/[ÓÒÔÕÖ]/,\n\t\t\t/[úùûü]/,\n\t\t\t/[ÚÙÛÜ]/,\n\t\t\t/ç/,\n\t\t\t/Ç/,\n\t\t\t/ñ/,\n\t\t\t/Ñ/,\n\t\t\t/_/,\n\t\t\t/[’‘‹›<>']/,\n\t\t\t/[“”«»„\"]/,\n\t\t\t/[(){}[\\]]/,\n\t\t\t/[?¿!¡#$%&^*´`~/°|]/,\n\t\t\t/[,.:;]/,\n\t\t\t/ /\n\t\t];\n\n\t\tconst replacements = [\n\t\t\t'a',\n\t\t\t'A',\n\t\t\t'I',\n\t\t\t'i',\n\t\t\t'e',\n\t\t\t'E',\n\t\t\t'o',\n\t\t\t'O',\n\t\t\t'u',\n\t\t\t'U',\n\t\t\t'c',\n\t\t\t'C',\n\t\t\t'n',\n\t\t\t'N',\n\t\t\t'-',\n\t\t\t'',\n\t\t\t'',\n\t\t\t'',\n\t\t\t'',\n\t\t\t'',\n\t\t\t'-'\n\t\t];\n\n\t\tfor (const index in regex) {\n\t\t\ttext = text.replace(new RegExp(regex[index], 'g'), replacements[index]);\n\t\t}\n\n\t\treturn text;\n\t}\n}","/**\n* ==============================\n* Util\n* ==============================\n*/\n\n/**\n * Provides diverse utility functions\n * @class\n */\nexport class Util {\n\n\n\t/**\n\t * @static callAsync - Calls any function using promises to keep a standard\n\t * behavior between async and sync functions.\n\t *\n\t * @param {funcion} callable - The function to run\n\t * @param {Object} context - The object `this` will be mapped to\n\t * @param {any} ...args - List of parameters to pass to the function when called\n\t * @return {Promise} - A promise that resolves to the result of the function\n\t */\n\tstatic callAsync (callable, context, ...args) {\n\t\ttry {\n\t\t\t// Call the provided function using the context and arguments given\n\t\t\tconst result = callable.apply (context, args);\n\n\t\t\t// Check if the function returned a simple value or a Promise\n\t\t\tif (result instanceof Promise) {\n\t\t\t\treturn result;\n\t\t\t} else {\n\t\t\t\treturn Promise.resolve (result);\n\t\t\t}\n\t\t} catch (e) {\n\t\t\treturn Promise.reject (e);\n\t\t}\n\t}\n\n\t/**\n\t * @static uuid - Creates a UUID. This UUIDs should not be trusted for uniqueness\n\t *\n\t * @return {string} - Generated UUID\n\t */\n\tstatic uuid () {\n\t\tif (window.crypto) {\n\t\t\treturn ([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g, (c) =>\n\t\t\t\t(c ^ crypto.getRandomValues(new Uint8Array(1))[0] & 15 >> c / 4).toString (16)\n\t\t\t);\n\t\t} else {\n\t\t\tconst generate = () => Math.floor ((1 + Math.random()) * 0x10000).toString (16).substring (1);\n\t\t\treturn generate () + generate () + '-' + generate () + '-' + generate () + '-' +\n\t\t\tgenerate () + '-' + generate () + generate () + generate ();\n\t\t}\n\t}\n}","export * from './src/Debug';\nexport * from './src/DOM';\nexport * from './src/FileSystem';\nexport * from './src/Form';\nexport * from './src/Platform';\nexport * from './src/Preload';\nexport * from './src/Request';\nexport * from './src/Space';\nexport * from './src/Text';\nexport * from './src/Util';","/*!\n * \n * typed.js - A JavaScript Typing Animation Library\n * Author: Matt Boldt \n * Version: v2.0.11\n * Url: https://github.com/mattboldt/typed.js\n * License(s): MIT\n * \n */\n(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"Typed\"] = factory();\n\telse\n\t\troot[\"Typed\"] = factory();\n})(this, function() {\nreturn /******/ (function(modules) { // webpackBootstrap\n/******/ \t// The module cache\n/******/ \tvar installedModules = {};\n/******/\n/******/ \t// The require function\n/******/ \tfunction __webpack_require__(moduleId) {\n/******/\n/******/ \t\t// Check if module is in cache\n/******/ \t\tif(installedModules[moduleId])\n/******/ \t\t\treturn installedModules[moduleId].exports;\n/******/\n/******/ \t\t// Create a new module (and put it into the cache)\n/******/ \t\tvar module = installedModules[moduleId] = {\n/******/ \t\t\texports: {},\n/******/ \t\t\tid: moduleId,\n/******/ \t\t\tloaded: false\n/******/ \t\t};\n/******/\n/******/ \t\t// Execute the module function\n/******/ \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n/******/\n/******/ \t\t// Flag the module as loaded\n/******/ \t\tmodule.loaded = true;\n/******/\n/******/ \t\t// Return the exports of the module\n/******/ \t\treturn module.exports;\n/******/ \t}\n/******/\n/******/\n/******/ \t// expose the modules object (__webpack_modules__)\n/******/ \t__webpack_require__.m = modules;\n/******/\n/******/ \t// expose the module cache\n/******/ \t__webpack_require__.c = installedModules;\n/******/\n/******/ \t// __webpack_public_path__\n/******/ \t__webpack_require__.p = \"\";\n/******/\n/******/ \t// Load entry module and return exports\n/******/ \treturn __webpack_require__(0);\n/******/ })\n/************************************************************************/\n/******/ ([\n/* 0 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t'use strict';\n\t\n\tObject.defineProperty(exports, '__esModule', {\n\t value: true\n\t});\n\t\n\tvar _createClass = (function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ('value' in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; })();\n\t\n\tfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError('Cannot call a class as a function'); } }\n\t\n\tvar _initializerJs = __webpack_require__(1);\n\t\n\tvar _htmlParserJs = __webpack_require__(3);\n\t\n\t/**\n\t * Welcome to Typed.js!\n\t * @param {string} elementId HTML element ID _OR_ HTML element\n\t * @param {object} options options object\n\t * @returns {object} a new Typed object\n\t */\n\t\n\tvar Typed = (function () {\n\t function Typed(elementId, options) {\n\t _classCallCheck(this, Typed);\n\t\n\t // Initialize it up\n\t _initializerJs.initializer.load(this, options, elementId);\n\t // All systems go!\n\t this.begin();\n\t }\n\t\n\t /**\n\t * Toggle start() and stop() of the Typed instance\n\t * @public\n\t */\n\t\n\t _createClass(Typed, [{\n\t key: 'toggle',\n\t value: function toggle() {\n\t this.pause.status ? this.start() : this.stop();\n\t }\n\t\n\t /**\n\t * Stop typing / backspacing and enable cursor blinking\n\t * @public\n\t */\n\t }, {\n\t key: 'stop',\n\t value: function stop() {\n\t if (this.typingComplete) return;\n\t if (this.pause.status) return;\n\t this.toggleBlinking(true);\n\t this.pause.status = true;\n\t this.options.onStop(this.arrayPos, this);\n\t }\n\t\n\t /**\n\t * Start typing / backspacing after being stopped\n\t * @public\n\t */\n\t }, {\n\t key: 'start',\n\t value: function start() {\n\t if (this.typingComplete) return;\n\t if (!this.pause.status) return;\n\t this.pause.status = false;\n\t if (this.pause.typewrite) {\n\t this.typewrite(this.pause.curString, this.pause.curStrPos);\n\t } else {\n\t this.backspace(this.pause.curString, this.pause.curStrPos);\n\t }\n\t this.options.onStart(this.arrayPos, this);\n\t }\n\t\n\t /**\n\t * Destroy this instance of Typed\n\t * @public\n\t */\n\t }, {\n\t key: 'destroy',\n\t value: function destroy() {\n\t this.reset(false);\n\t this.options.onDestroy(this);\n\t }\n\t\n\t /**\n\t * Reset Typed and optionally restarts\n\t * @param {boolean} restart\n\t * @public\n\t */\n\t }, {\n\t key: 'reset',\n\t value: function reset() {\n\t var restart = arguments.length <= 0 || arguments[0] === undefined ? true : arguments[0];\n\t\n\t clearInterval(this.timeout);\n\t this.replaceText('');\n\t if (this.cursor && this.cursor.parentNode) {\n\t this.cursor.parentNode.removeChild(this.cursor);\n\t this.cursor = null;\n\t }\n\t this.strPos = 0;\n\t this.arrayPos = 0;\n\t this.curLoop = 0;\n\t if (restart) {\n\t this.insertCursor();\n\t this.options.onReset(this);\n\t this.begin();\n\t }\n\t }\n\t\n\t /**\n\t * Begins the typing animation\n\t * @private\n\t */\n\t }, {\n\t key: 'begin',\n\t value: function begin() {\n\t var _this = this;\n\t\n\t this.options.onBegin(this);\n\t this.typingComplete = false;\n\t this.shuffleStringsIfNeeded(this);\n\t this.insertCursor();\n\t if (this.bindInputFocusEvents) this.bindFocusEvents();\n\t this.timeout = setTimeout(function () {\n\t // Check if there is some text in the element, if yes start by backspacing the default message\n\t if (!_this.currentElContent || _this.currentElContent.length === 0) {\n\t _this.typewrite(_this.strings[_this.sequence[_this.arrayPos]], _this.strPos);\n\t } else {\n\t // Start typing\n\t _this.backspace(_this.currentElContent, _this.currentElContent.length);\n\t }\n\t }, this.startDelay);\n\t }\n\t\n\t /**\n\t * Called for each character typed\n\t * @param {string} curString the current string in the strings array\n\t * @param {number} curStrPos the current position in the curString\n\t * @private\n\t */\n\t }, {\n\t key: 'typewrite',\n\t value: function typewrite(curString, curStrPos) {\n\t var _this2 = this;\n\t\n\t if (this.fadeOut && this.el.classList.contains(this.fadeOutClass)) {\n\t this.el.classList.remove(this.fadeOutClass);\n\t if (this.cursor) this.cursor.classList.remove(this.fadeOutClass);\n\t }\n\t\n\t var humanize = this.humanizer(this.typeSpeed);\n\t var numChars = 1;\n\t\n\t if (this.pause.status === true) {\n\t this.setPauseStatus(curString, curStrPos, true);\n\t return;\n\t }\n\t\n\t // contain typing function in a timeout humanize'd delay\n\t this.timeout = setTimeout(function () {\n\t // skip over any HTML chars\n\t curStrPos = _htmlParserJs.htmlParser.typeHtmlChars(curString, curStrPos, _this2);\n\t\n\t var pauseTime = 0;\n\t var substr = curString.substr(curStrPos);\n\t // check for an escape character before a pause value\n\t // format: \\{pause:\\d+\\} .. eg: {pause:1000}\n\t if (substr.charAt(0) === '{' && substr.charAt(1) === 'p' && substr.charAt(2) === 'a' && substr.charAt(3) === 'u' && substr.charAt(4) === 's' && substr.charAt(5) === 'e' && substr.charAt(6) === ':') {\n\t if (/^\\{pause:(\\d+)\\}/.test(substr)) {\n\t var skip = 1; // skip at least 1\n\t substr = /\\{pause:(\\d+)\\}/.exec(substr)[0];\n\t skip += substr.length;\n\t pauseTime = parseInt(substr.replace(/\\{pause:(\\d+)\\}/, '$1'));\n\t _this2.temporaryPause = true;\n\t _this2.options.onTypingPaused(_this2.arrayPos, _this2);\n\t // strip out the escape character and pause value so they're not printed\n\t curString = curString.substring(0, curStrPos) + curString.substring(curStrPos + skip);\n\t _this2.toggleBlinking(true);\n\t }\n\t }\n\t\n\t // check for skip characters formatted as\n\t // \"this is a `string to print NOW` ...\"\n\t if (substr.charAt(0) === '`') {\n\t while (curString.substr(curStrPos + numChars).charAt(0) !== '`') {\n\t numChars++;\n\t if (curStrPos + numChars > curString.length) break;\n\t }\n\t // strip out the escape characters and append all the string in between\n\t var stringBeforeSkip = curString.substring(0, curStrPos);\n\t var stringSkipped = curString.substring(stringBeforeSkip.length + 1, curStrPos + numChars);\n\t var stringAfterSkip = curString.substring(curStrPos + numChars + 1);\n\t curString = stringBeforeSkip + stringSkipped + stringAfterSkip;\n\t numChars--;\n\t }\n\t\n\t // timeout for any pause after a character\n\t _this2.timeout = setTimeout(function () {\n\t // Accounts for blinking while paused\n\t _this2.toggleBlinking(false);\n\t\n\t // We're done with this sentence!\n\t if (curStrPos >= curString.length) {\n\t _this2.doneTyping(curString, curStrPos);\n\t } else {\n\t _this2.keepTyping(curString, curStrPos, numChars);\n\t }\n\t // end of character pause\n\t if (_this2.temporaryPause) {\n\t _this2.temporaryPause = false;\n\t _this2.options.onTypingResumed(_this2.arrayPos, _this2);\n\t }\n\t }, pauseTime);\n\t\n\t // humanized value for typing\n\t }, humanize);\n\t }\n\t\n\t /**\n\t * Continue to the next string & begin typing\n\t * @param {string} curString the current string in the strings array\n\t * @param {number} curStrPos the current position in the curString\n\t * @private\n\t */\n\t }, {\n\t key: 'keepTyping',\n\t value: function keepTyping(curString, curStrPos, numChars) {\n\t // call before functions if applicable\n\t if (curStrPos === 0) {\n\t this.toggleBlinking(false);\n\t this.options.preStringTyped(this.arrayPos, this);\n\t }\n\t // start typing each new char into existing string\n\t // curString: arg, this.el.html: original text inside element\n\t curStrPos += numChars;\n\t var nextString = curString.substr(0, curStrPos);\n\t this.replaceText(nextString);\n\t // loop the function\n\t this.typewrite(curString, curStrPos);\n\t }\n\t\n\t /**\n\t * We're done typing the current string\n\t * @param {string} curString the current string in the strings array\n\t * @param {number} curStrPos the current position in the curString\n\t * @private\n\t */\n\t }, {\n\t key: 'doneTyping',\n\t value: function doneTyping(curString, curStrPos) {\n\t var _this3 = this;\n\t\n\t // fires callback function\n\t this.options.onStringTyped(this.arrayPos, this);\n\t this.toggleBlinking(true);\n\t // is this the final string\n\t if (this.arrayPos === this.strings.length - 1) {\n\t // callback that occurs on the last typed string\n\t this.complete();\n\t // quit if we wont loop back\n\t if (this.loop === false || this.curLoop === this.loopCount) {\n\t return;\n\t }\n\t }\n\t this.timeout = setTimeout(function () {\n\t _this3.backspace(curString, curStrPos);\n\t }, this.backDelay);\n\t }\n\t\n\t /**\n\t * Backspaces 1 character at a time\n\t * @param {string} curString the current string in the strings array\n\t * @param {number} curStrPos the current position in the curString\n\t * @private\n\t */\n\t }, {\n\t key: 'backspace',\n\t value: function backspace(curString, curStrPos) {\n\t var _this4 = this;\n\t\n\t if (this.pause.status === true) {\n\t this.setPauseStatus(curString, curStrPos, true);\n\t return;\n\t }\n\t if (this.fadeOut) return this.initFadeOut();\n\t\n\t this.toggleBlinking(false);\n\t var humanize = this.humanizer(this.backSpeed);\n\t\n\t this.timeout = setTimeout(function () {\n\t curStrPos = _htmlParserJs.htmlParser.backSpaceHtmlChars(curString, curStrPos, _this4);\n\t // replace text with base text + typed characters\n\t var curStringAtPosition = curString.substr(0, curStrPos);\n\t _this4.replaceText(curStringAtPosition);\n\t\n\t // if smartBack is enabled\n\t if (_this4.smartBackspace) {\n\t // the remaining part of the current string is equal of the same part of the new string\n\t var nextString = _this4.strings[_this4.arrayPos + 1];\n\t if (nextString && curStringAtPosition === nextString.substr(0, curStrPos)) {\n\t _this4.stopNum = curStrPos;\n\t } else {\n\t _this4.stopNum = 0;\n\t }\n\t }\n\t\n\t // if the number (id of character in current string) is\n\t // less than the stop number, keep going\n\t if (curStrPos > _this4.stopNum) {\n\t // subtract characters one by one\n\t curStrPos--;\n\t // loop the function\n\t _this4.backspace(curString, curStrPos);\n\t } else if (curStrPos <= _this4.stopNum) {\n\t // if the stop number has been reached, increase\n\t // array position to next string\n\t _this4.arrayPos++;\n\t // When looping, begin at the beginning after backspace complete\n\t if (_this4.arrayPos === _this4.strings.length) {\n\t _this4.arrayPos = 0;\n\t _this4.options.onLastStringBackspaced();\n\t _this4.shuffleStringsIfNeeded();\n\t _this4.begin();\n\t } else {\n\t _this4.typewrite(_this4.strings[_this4.sequence[_this4.arrayPos]], curStrPos);\n\t }\n\t }\n\t // humanized value for typing\n\t }, humanize);\n\t }\n\t\n\t /**\n\t * Full animation is complete\n\t * @private\n\t */\n\t }, {\n\t key: 'complete',\n\t value: function complete() {\n\t this.options.onComplete(this);\n\t if (this.loop) {\n\t this.curLoop++;\n\t } else {\n\t this.typingComplete = true;\n\t }\n\t }\n\t\n\t /**\n\t * Has the typing been stopped\n\t * @param {string} curString the current string in the strings array\n\t * @param {number} curStrPos the current position in the curString\n\t * @param {boolean} isTyping\n\t * @private\n\t */\n\t }, {\n\t key: 'setPauseStatus',\n\t value: function setPauseStatus(curString, curStrPos, isTyping) {\n\t this.pause.typewrite = isTyping;\n\t this.pause.curString = curString;\n\t this.pause.curStrPos = curStrPos;\n\t }\n\t\n\t /**\n\t * Toggle the blinking cursor\n\t * @param {boolean} isBlinking\n\t * @private\n\t */\n\t }, {\n\t key: 'toggleBlinking',\n\t value: function toggleBlinking(isBlinking) {\n\t if (!this.cursor) return;\n\t // if in paused state, don't toggle blinking a 2nd time\n\t if (this.pause.status) return;\n\t if (this.cursorBlinking === isBlinking) return;\n\t this.cursorBlinking = isBlinking;\n\t if (isBlinking) {\n\t this.cursor.classList.add('typed-cursor--blink');\n\t } else {\n\t this.cursor.classList.remove('typed-cursor--blink');\n\t }\n\t }\n\t\n\t /**\n\t * Speed in MS to type\n\t * @param {number} speed\n\t * @private\n\t */\n\t }, {\n\t key: 'humanizer',\n\t value: function humanizer(speed) {\n\t return Math.round(Math.random() * speed / 2) + speed;\n\t }\n\t\n\t /**\n\t * Shuffle the sequence of the strings array\n\t * @private\n\t */\n\t }, {\n\t key: 'shuffleStringsIfNeeded',\n\t value: function shuffleStringsIfNeeded() {\n\t if (!this.shuffle) return;\n\t this.sequence = this.sequence.sort(function () {\n\t return Math.random() - 0.5;\n\t });\n\t }\n\t\n\t /**\n\t * Adds a CSS class to fade out current string\n\t * @private\n\t */\n\t }, {\n\t key: 'initFadeOut',\n\t value: function initFadeOut() {\n\t var _this5 = this;\n\t\n\t this.el.className += ' ' + this.fadeOutClass;\n\t if (this.cursor) this.cursor.className += ' ' + this.fadeOutClass;\n\t return setTimeout(function () {\n\t _this5.arrayPos++;\n\t _this5.replaceText('');\n\t\n\t // Resets current string if end of loop reached\n\t if (_this5.strings.length > _this5.arrayPos) {\n\t _this5.typewrite(_this5.strings[_this5.sequence[_this5.arrayPos]], 0);\n\t } else {\n\t _this5.typewrite(_this5.strings[0], 0);\n\t _this5.arrayPos = 0;\n\t }\n\t }, this.fadeOutDelay);\n\t }\n\t\n\t /**\n\t * Replaces current text in the HTML element\n\t * depending on element type\n\t * @param {string} str\n\t * @private\n\t */\n\t }, {\n\t key: 'replaceText',\n\t value: function replaceText(str) {\n\t if (this.attr) {\n\t this.el.setAttribute(this.attr, str);\n\t } else {\n\t if (this.isInput) {\n\t this.el.value = str;\n\t } else if (this.contentType === 'html') {\n\t this.el.innerHTML = str;\n\t } else {\n\t this.el.textContent = str;\n\t }\n\t }\n\t }\n\t\n\t /**\n\t * If using input elements, bind focus in order to\n\t * start and stop the animation\n\t * @private\n\t */\n\t }, {\n\t key: 'bindFocusEvents',\n\t value: function bindFocusEvents() {\n\t var _this6 = this;\n\t\n\t if (!this.isInput) return;\n\t this.el.addEventListener('focus', function (e) {\n\t _this6.stop();\n\t });\n\t this.el.addEventListener('blur', function (e) {\n\t if (_this6.el.value && _this6.el.value.length !== 0) {\n\t return;\n\t }\n\t _this6.start();\n\t });\n\t }\n\t\n\t /**\n\t * On init, insert the cursor element\n\t * @private\n\t */\n\t }, {\n\t key: 'insertCursor',\n\t value: function insertCursor() {\n\t if (!this.showCursor) return;\n\t if (this.cursor) return;\n\t this.cursor = document.createElement('span');\n\t this.cursor.className = 'typed-cursor';\n\t this.cursor.innerHTML = this.cursorChar;\n\t this.el.parentNode && this.el.parentNode.insertBefore(this.cursor, this.el.nextSibling);\n\t }\n\t }]);\n\t\n\t return Typed;\n\t})();\n\t\n\texports['default'] = Typed;\n\tmodule.exports = exports['default'];\n\n/***/ }),\n/* 1 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t'use strict';\n\t\n\tObject.defineProperty(exports, '__esModule', {\n\t value: true\n\t});\n\t\n\tvar _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };\n\t\n\tvar _createClass = (function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ('value' in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; })();\n\t\n\tfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\t\n\tfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError('Cannot call a class as a function'); } }\n\t\n\tvar _defaultsJs = __webpack_require__(2);\n\t\n\tvar _defaultsJs2 = _interopRequireDefault(_defaultsJs);\n\t\n\t/**\n\t * Initialize the Typed object\n\t */\n\t\n\tvar Initializer = (function () {\n\t function Initializer() {\n\t _classCallCheck(this, Initializer);\n\t }\n\t\n\t _createClass(Initializer, [{\n\t key: 'load',\n\t\n\t /**\n\t * Load up defaults & options on the Typed instance\n\t * @param {Typed} self instance of Typed\n\t * @param {object} options options object\n\t * @param {string} elementId HTML element ID _OR_ instance of HTML element\n\t * @private\n\t */\n\t\n\t value: function load(self, options, elementId) {\n\t // chosen element to manipulate text\n\t if (typeof elementId === 'string') {\n\t self.el = document.querySelector(elementId);\n\t } else {\n\t self.el = elementId;\n\t }\n\t\n\t self.options = _extends({}, _defaultsJs2['default'], options);\n\t\n\t // attribute to type into\n\t self.isInput = self.el.tagName.toLowerCase() === 'input';\n\t self.attr = self.options.attr;\n\t self.bindInputFocusEvents = self.options.bindInputFocusEvents;\n\t\n\t // show cursor\n\t self.showCursor = self.isInput ? false : self.options.showCursor;\n\t\n\t // custom cursor\n\t self.cursorChar = self.options.cursorChar;\n\t\n\t // Is the cursor blinking\n\t self.cursorBlinking = true;\n\t\n\t // text content of element\n\t self.elContent = self.attr ? self.el.getAttribute(self.attr) : self.el.textContent;\n\t\n\t // html or plain text\n\t self.contentType = self.options.contentType;\n\t\n\t // typing speed\n\t self.typeSpeed = self.options.typeSpeed;\n\t\n\t // add a delay before typing starts\n\t self.startDelay = self.options.startDelay;\n\t\n\t // backspacing speed\n\t self.backSpeed = self.options.backSpeed;\n\t\n\t // only backspace what doesn't match the previous string\n\t self.smartBackspace = self.options.smartBackspace;\n\t\n\t // amount of time to wait before backspacing\n\t self.backDelay = self.options.backDelay;\n\t\n\t // Fade out instead of backspace\n\t self.fadeOut = self.options.fadeOut;\n\t self.fadeOutClass = self.options.fadeOutClass;\n\t self.fadeOutDelay = self.options.fadeOutDelay;\n\t\n\t // variable to check whether typing is currently paused\n\t self.isPaused = false;\n\t\n\t // input strings of text\n\t self.strings = self.options.strings.map(function (s) {\n\t return s.trim();\n\t });\n\t\n\t // div containing strings\n\t if (typeof self.options.stringsElement === 'string') {\n\t self.stringsElement = document.querySelector(self.options.stringsElement);\n\t } else {\n\t self.stringsElement = self.options.stringsElement;\n\t }\n\t\n\t if (self.stringsElement) {\n\t self.strings = [];\n\t self.stringsElement.style.display = 'none';\n\t var strings = Array.prototype.slice.apply(self.stringsElement.children);\n\t var stringsLength = strings.length;\n\t\n\t if (stringsLength) {\n\t for (var i = 0; i < stringsLength; i += 1) {\n\t var stringEl = strings[i];\n\t self.strings.push(stringEl.innerHTML.trim());\n\t }\n\t }\n\t }\n\t\n\t // character number position of current string\n\t self.strPos = 0;\n\t\n\t // current array position\n\t self.arrayPos = 0;\n\t\n\t // index of string to stop backspacing on\n\t self.stopNum = 0;\n\t\n\t // Looping logic\n\t self.loop = self.options.loop;\n\t self.loopCount = self.options.loopCount;\n\t self.curLoop = 0;\n\t\n\t // shuffle the strings\n\t self.shuffle = self.options.shuffle;\n\t // the order of strings\n\t self.sequence = [];\n\t\n\t self.pause = {\n\t status: false,\n\t typewrite: true,\n\t curString: '',\n\t curStrPos: 0\n\t };\n\t\n\t // When the typing is complete (when not looped)\n\t self.typingComplete = false;\n\t\n\t // Set the order in which the strings are typed\n\t for (var i in self.strings) {\n\t self.sequence[i] = i;\n\t }\n\t\n\t // If there is some text in the element\n\t self.currentElContent = this.getCurrentElContent(self);\n\t\n\t self.autoInsertCss = self.options.autoInsertCss;\n\t\n\t this.appendAnimationCss(self);\n\t }\n\t }, {\n\t key: 'getCurrentElContent',\n\t value: function getCurrentElContent(self) {\n\t var elContent = '';\n\t if (self.attr) {\n\t elContent = self.el.getAttribute(self.attr);\n\t } else if (self.isInput) {\n\t elContent = self.el.value;\n\t } else if (self.contentType === 'html') {\n\t elContent = self.el.innerHTML;\n\t } else {\n\t elContent = self.el.textContent;\n\t }\n\t return elContent;\n\t }\n\t }, {\n\t key: 'appendAnimationCss',\n\t value: function appendAnimationCss(self) {\n\t var cssDataName = 'data-typed-js-css';\n\t if (!self.autoInsertCss) {\n\t return;\n\t }\n\t if (!self.showCursor && !self.fadeOut) {\n\t return;\n\t }\n\t if (document.querySelector('[' + cssDataName + ']')) {\n\t return;\n\t }\n\t\n\t var css = document.createElement('style');\n\t css.type = 'text/css';\n\t css.setAttribute(cssDataName, true);\n\t\n\t var innerCss = '';\n\t if (self.showCursor) {\n\t innerCss += '\\n .typed-cursor{\\n opacity: 1;\\n }\\n .typed-cursor.typed-cursor--blink{\\n animation: typedjsBlink 0.7s infinite;\\n -webkit-animation: typedjsBlink 0.7s infinite;\\n animation: typedjsBlink 0.7s infinite;\\n }\\n @keyframes typedjsBlink{\\n 50% { opacity: 0.0; }\\n }\\n @-webkit-keyframes typedjsBlink{\\n 0% { opacity: 1; }\\n 50% { opacity: 0.0; }\\n 100% { opacity: 1; }\\n }\\n ';\n\t }\n\t if (self.fadeOut) {\n\t innerCss += '\\n .typed-fade-out{\\n opacity: 0;\\n transition: opacity .25s;\\n }\\n .typed-cursor.typed-cursor--blink.typed-fade-out{\\n -webkit-animation: 0;\\n animation: 0;\\n }\\n ';\n\t }\n\t if (css.length === 0) {\n\t return;\n\t }\n\t css.innerHTML = innerCss;\n\t document.body.appendChild(css);\n\t }\n\t }]);\n\t\n\t return Initializer;\n\t})();\n\t\n\texports['default'] = Initializer;\n\tvar initializer = new Initializer();\n\texports.initializer = initializer;\n\n/***/ }),\n/* 2 */\n/***/ (function(module, exports) {\n\n\t/**\n\t * Defaults & options\n\t * @returns {object} Typed defaults & options\n\t * @public\n\t */\n\t\n\t'use strict';\n\t\n\tObject.defineProperty(exports, '__esModule', {\n\t value: true\n\t});\n\tvar defaults = {\n\t /**\n\t * @property {array} strings strings to be typed\n\t * @property {string} stringsElement ID of element containing string children\n\t */\n\t strings: ['These are the default values...', 'You know what you should do?', 'Use your own!', 'Have a great day!'],\n\t stringsElement: null,\n\t\n\t /**\n\t * @property {number} typeSpeed type speed in milliseconds\n\t */\n\t typeSpeed: 0,\n\t\n\t /**\n\t * @property {number} startDelay time before typing starts in milliseconds\n\t */\n\t startDelay: 0,\n\t\n\t /**\n\t * @property {number} backSpeed backspacing speed in milliseconds\n\t */\n\t backSpeed: 0,\n\t\n\t /**\n\t * @property {boolean} smartBackspace only backspace what doesn't match the previous string\n\t */\n\t smartBackspace: true,\n\t\n\t /**\n\t * @property {boolean} shuffle shuffle the strings\n\t */\n\t shuffle: false,\n\t\n\t /**\n\t * @property {number} backDelay time before backspacing in milliseconds\n\t */\n\t backDelay: 700,\n\t\n\t /**\n\t * @property {boolean} fadeOut Fade out instead of backspace\n\t * @property {string} fadeOutClass css class for fade animation\n\t * @property {boolean} fadeOutDelay Fade out delay in milliseconds\n\t */\n\t fadeOut: false,\n\t fadeOutClass: 'typed-fade-out',\n\t fadeOutDelay: 500,\n\t\n\t /**\n\t * @property {boolean} loop loop strings\n\t * @property {number} loopCount amount of loops\n\t */\n\t loop: false,\n\t loopCount: Infinity,\n\t\n\t /**\n\t * @property {boolean} showCursor show cursor\n\t * @property {string} cursorChar character for cursor\n\t * @property {boolean} autoInsertCss insert CSS for cursor and fadeOut into HTML \n\t */\n\t showCursor: true,\n\t cursorChar: '|',\n\t autoInsertCss: true,\n\t\n\t /**\n\t * @property {string} attr attribute for typing\n\t * Ex: input placeholder, value, or just HTML text\n\t */\n\t attr: null,\n\t\n\t /**\n\t * @property {boolean} bindInputFocusEvents bind to focus and blur if el is text input\n\t */\n\t bindInputFocusEvents: false,\n\t\n\t /**\n\t * @property {string} contentType 'html' or 'null' for plaintext\n\t */\n\t contentType: 'html',\n\t\n\t /**\n\t * Before it begins typing\n\t * @param {Typed} self\n\t */\n\t onBegin: function onBegin(self) {},\n\t\n\t /**\n\t * All typing is complete\n\t * @param {Typed} self\n\t */\n\t onComplete: function onComplete(self) {},\n\t\n\t /**\n\t * Before each string is typed\n\t * @param {number} arrayPos\n\t * @param {Typed} self\n\t */\n\t preStringTyped: function preStringTyped(arrayPos, self) {},\n\t\n\t /**\n\t * After each string is typed\n\t * @param {number} arrayPos\n\t * @param {Typed} self\n\t */\n\t onStringTyped: function onStringTyped(arrayPos, self) {},\n\t\n\t /**\n\t * During looping, after last string is typed\n\t * @param {Typed} self\n\t */\n\t onLastStringBackspaced: function onLastStringBackspaced(self) {},\n\t\n\t /**\n\t * Typing has been stopped\n\t * @param {number} arrayPos\n\t * @param {Typed} self\n\t */\n\t onTypingPaused: function onTypingPaused(arrayPos, self) {},\n\t\n\t /**\n\t * Typing has been started after being stopped\n\t * @param {number} arrayPos\n\t * @param {Typed} self\n\t */\n\t onTypingResumed: function onTypingResumed(arrayPos, self) {},\n\t\n\t /**\n\t * After reset\n\t * @param {Typed} self\n\t */\n\t onReset: function onReset(self) {},\n\t\n\t /**\n\t * After stop\n\t * @param {number} arrayPos\n\t * @param {Typed} self\n\t */\n\t onStop: function onStop(arrayPos, self) {},\n\t\n\t /**\n\t * After start\n\t * @param {number} arrayPos\n\t * @param {Typed} self\n\t */\n\t onStart: function onStart(arrayPos, self) {},\n\t\n\t /**\n\t * After destroy\n\t * @param {Typed} self\n\t */\n\t onDestroy: function onDestroy(self) {}\n\t};\n\t\n\texports['default'] = defaults;\n\tmodule.exports = exports['default'];\n\n/***/ }),\n/* 3 */\n/***/ (function(module, exports) {\n\n\t/**\n\t * TODO: These methods can probably be combined somehow\n\t * Parse HTML tags & HTML Characters\n\t */\n\t\n\t'use strict';\n\t\n\tObject.defineProperty(exports, '__esModule', {\n\t value: true\n\t});\n\t\n\tvar _createClass = (function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ('value' in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; })();\n\t\n\tfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError('Cannot call a class as a function'); } }\n\t\n\tvar HTMLParser = (function () {\n\t function HTMLParser() {\n\t _classCallCheck(this, HTMLParser);\n\t }\n\t\n\t _createClass(HTMLParser, [{\n\t key: 'typeHtmlChars',\n\t\n\t /**\n\t * Type HTML tags & HTML Characters\n\t * @param {string} curString Current string\n\t * @param {number} curStrPos Position in current string\n\t * @param {Typed} self instance of Typed\n\t * @returns {number} a new string position\n\t * @private\n\t */\n\t\n\t value: function typeHtmlChars(curString, curStrPos, self) {\n\t if (self.contentType !== 'html') return curStrPos;\n\t var curChar = curString.substr(curStrPos).charAt(0);\n\t if (curChar === '<' || curChar === '&') {\n\t var endTag = '';\n\t if (curChar === '<') {\n\t endTag = '>';\n\t } else {\n\t endTag = ';';\n\t }\n\t while (curString.substr(curStrPos + 1).charAt(0) !== endTag) {\n\t curStrPos++;\n\t if (curStrPos + 1 > curString.length) {\n\t break;\n\t }\n\t }\n\t curStrPos++;\n\t }\n\t return curStrPos;\n\t }\n\t\n\t /**\n\t * Backspace HTML tags and HTML Characters\n\t * @param {string} curString Current string\n\t * @param {number} curStrPos Position in current string\n\t * @param {Typed} self instance of Typed\n\t * @returns {number} a new string position\n\t * @private\n\t */\n\t }, {\n\t key: 'backSpaceHtmlChars',\n\t value: function backSpaceHtmlChars(curString, curStrPos, self) {\n\t if (self.contentType !== 'html') return curStrPos;\n\t var curChar = curString.substr(curStrPos).charAt(0);\n\t if (curChar === '>' || curChar === ';') {\n\t var endTag = '';\n\t if (curChar === '>') {\n\t endTag = '<';\n\t } else {\n\t endTag = '&';\n\t }\n\t while (curString.substr(curStrPos - 1).charAt(0) !== endTag) {\n\t curStrPos--;\n\t if (curStrPos < 0) {\n\t break;\n\t }\n\t }\n\t curStrPos--;\n\t }\n\t return curStrPos;\n\t }\n\t }]);\n\t\n\t return HTMLParser;\n\t})();\n\t\n\texports['default'] = HTMLParser;\n\tvar htmlParser = new HTMLParser();\n\texports.htmlParser = htmlParser;\n\n/***/ })\n/******/ ])\n});\n;","'use strict'\n\nexports.byteLength = byteLength\nexports.toByteArray = toByteArray\nexports.fromByteArray = fromByteArray\n\nvar lookup = []\nvar revLookup = []\nvar Arr = typeof Uint8Array !== 'undefined' ? Uint8Array : Array\n\nvar code = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'\nfor (var i = 0, len = code.length; i < len; ++i) {\n lookup[i] = code[i]\n revLookup[code.charCodeAt(i)] = i\n}\n\n// Support decoding URL-safe base64 strings, as Node.js does.\n// See: https://en.wikipedia.org/wiki/Base64#URL_applications\nrevLookup['-'.charCodeAt(0)] = 62\nrevLookup['_'.charCodeAt(0)] = 63\n\nfunction getLens (b64) {\n var len = b64.length\n\n if (len % 4 > 0) {\n throw new Error('Invalid string. Length must be a multiple of 4')\n }\n\n // Trim off extra bytes after placeholder bytes are found\n // See: https://github.com/beatgammit/base64-js/issues/42\n var validLen = b64.indexOf('=')\n if (validLen === -1) validLen = len\n\n var placeHoldersLen = validLen === len\n ? 0\n : 4 - (validLen % 4)\n\n return [validLen, placeHoldersLen]\n}\n\n// base64 is 4/3 + up to two characters of the original data\nfunction byteLength (b64) {\n var lens = getLens(b64)\n var validLen = lens[0]\n var placeHoldersLen = lens[1]\n return ((validLen + placeHoldersLen) * 3 / 4) - placeHoldersLen\n}\n\nfunction _byteLength (b64, validLen, placeHoldersLen) {\n return ((validLen + placeHoldersLen) * 3 / 4) - placeHoldersLen\n}\n\nfunction toByteArray (b64) {\n var tmp\n var lens = getLens(b64)\n var validLen = lens[0]\n var placeHoldersLen = lens[1]\n\n var arr = new Arr(_byteLength(b64, validLen, placeHoldersLen))\n\n var curByte = 0\n\n // if there are placeholders, only get up to the last complete 4 chars\n var len = placeHoldersLen > 0\n ? validLen - 4\n : validLen\n\n var i\n for (i = 0; i < len; i += 4) {\n tmp =\n (revLookup[b64.charCodeAt(i)] << 18) |\n (revLookup[b64.charCodeAt(i + 1)] << 12) |\n (revLookup[b64.charCodeAt(i + 2)] << 6) |\n revLookup[b64.charCodeAt(i + 3)]\n arr[curByte++] = (tmp >> 16) & 0xFF\n arr[curByte++] = (tmp >> 8) & 0xFF\n arr[curByte++] = tmp & 0xFF\n }\n\n if (placeHoldersLen === 2) {\n tmp =\n (revLookup[b64.charCodeAt(i)] << 2) |\n (revLookup[b64.charCodeAt(i + 1)] >> 4)\n arr[curByte++] = tmp & 0xFF\n }\n\n if (placeHoldersLen === 1) {\n tmp =\n (revLookup[b64.charCodeAt(i)] << 10) |\n (revLookup[b64.charCodeAt(i + 1)] << 4) |\n (revLookup[b64.charCodeAt(i + 2)] >> 2)\n arr[curByte++] = (tmp >> 8) & 0xFF\n arr[curByte++] = tmp & 0xFF\n }\n\n return arr\n}\n\nfunction tripletToBase64 (num) {\n return lookup[num >> 18 & 0x3F] +\n lookup[num >> 12 & 0x3F] +\n lookup[num >> 6 & 0x3F] +\n lookup[num & 0x3F]\n}\n\nfunction encodeChunk (uint8, start, end) {\n var tmp\n var output = []\n for (var i = start; i < end; i += 3) {\n tmp =\n ((uint8[i] << 16) & 0xFF0000) +\n ((uint8[i + 1] << 8) & 0xFF00) +\n (uint8[i + 2] & 0xFF)\n output.push(tripletToBase64(tmp))\n }\n return output.join('')\n}\n\nfunction fromByteArray (uint8) {\n var tmp\n var len = uint8.length\n var extraBytes = len % 3 // if we have 1 byte left, pad 2 bytes\n var parts = []\n var maxChunkLength = 16383 // must be multiple of 3\n\n // go through the array every three bytes, we'll deal with trailing stuff later\n for (var i = 0, len2 = len - extraBytes; i < len2; i += maxChunkLength) {\n parts.push(encodeChunk(\n uint8, i, (i + maxChunkLength) > len2 ? len2 : (i + maxChunkLength)\n ))\n }\n\n // pad the end with zeros, but make sure to not forget the extra bytes\n if (extraBytes === 1) {\n tmp = uint8[len - 1]\n parts.push(\n lookup[tmp >> 2] +\n lookup[(tmp << 4) & 0x3F] +\n '=='\n )\n } else if (extraBytes === 2) {\n tmp = (uint8[len - 2] << 8) + uint8[len - 1]\n parts.push(\n lookup[tmp >> 10] +\n lookup[(tmp >> 4) & 0x3F] +\n lookup[(tmp << 2) & 0x3F] +\n '='\n )\n }\n\n return parts.join('')\n}\n","exports.read = function (buffer, offset, isLE, mLen, nBytes) {\n var e, m\n var eLen = (nBytes * 8) - mLen - 1\n var eMax = (1 << eLen) - 1\n var eBias = eMax >> 1\n var nBits = -7\n var i = isLE ? (nBytes - 1) : 0\n var d = isLE ? -1 : 1\n var s = buffer[offset + i]\n\n i += d\n\n e = s & ((1 << (-nBits)) - 1)\n s >>= (-nBits)\n nBits += eLen\n for (; nBits > 0; e = (e * 256) + buffer[offset + i], i += d, nBits -= 8) {}\n\n m = e & ((1 << (-nBits)) - 1)\n e >>= (-nBits)\n nBits += mLen\n for (; nBits > 0; m = (m * 256) + buffer[offset + i], i += d, nBits -= 8) {}\n\n if (e === 0) {\n e = 1 - eBias\n } else if (e === eMax) {\n return m ? NaN : ((s ? -1 : 1) * Infinity)\n } else {\n m = m + Math.pow(2, mLen)\n e = e - eBias\n }\n return (s ? -1 : 1) * m * Math.pow(2, e - mLen)\n}\n\nexports.write = function (buffer, value, offset, isLE, mLen, nBytes) {\n var e, m, c\n var eLen = (nBytes * 8) - mLen - 1\n var eMax = (1 << eLen) - 1\n var eBias = eMax >> 1\n var rt = (mLen === 23 ? Math.pow(2, -24) - Math.pow(2, -77) : 0)\n var i = isLE ? 0 : (nBytes - 1)\n var d = isLE ? 1 : -1\n var s = value < 0 || (value === 0 && 1 / value < 0) ? 1 : 0\n\n value = Math.abs(value)\n\n if (isNaN(value) || value === Infinity) {\n m = isNaN(value) ? 1 : 0\n e = eMax\n } else {\n e = Math.floor(Math.log(value) / Math.LN2)\n if (value * (c = Math.pow(2, -e)) < 1) {\n e--\n c *= 2\n }\n if (e + eBias >= 1) {\n value += rt / c\n } else {\n value += rt * Math.pow(2, 1 - eBias)\n }\n if (value * c >= 2) {\n e++\n c /= 2\n }\n\n if (e + eBias >= eMax) {\n m = 0\n e = eMax\n } else if (e + eBias >= 1) {\n m = ((value * c) - 1) * Math.pow(2, mLen)\n e = e + eBias\n } else {\n m = value * Math.pow(2, eBias - 1) * Math.pow(2, mLen)\n e = 0\n }\n }\n\n for (; mLen >= 8; buffer[offset + i] = m & 0xff, i += d, m /= 256, mLen -= 8) {}\n\n e = (e << mLen) | m\n eLen += mLen\n for (; eLen > 0; buffer[offset + i] = e & 0xff, i += d, e /= 256, eLen -= 8) {}\n\n buffer[offset + i - d] |= s * 128\n}\n","var toString = {}.toString;\n\nmodule.exports = Array.isArray || function (arr) {\n return toString.call(arr) == '[object Array]';\n};\n","/*!\n * The buffer module from node.js, for the browser.\n *\n * @author Feross Aboukhadijeh \n * @license MIT\n */\n/* eslint-disable no-proto */\n\n'use strict'\n\nvar base64 = require('base64-js')\nvar ieee754 = require('ieee754')\nvar isArray = require('isarray')\n\nexports.Buffer = Buffer\nexports.SlowBuffer = SlowBuffer\nexports.INSPECT_MAX_BYTES = 50\n\n/**\n * If `Buffer.TYPED_ARRAY_SUPPORT`:\n * === true Use Uint8Array implementation (fastest)\n * === false Use Object implementation (most compatible, even IE6)\n *\n * Browsers that support typed arrays are IE 10+, Firefox 4+, Chrome 7+, Safari 5.1+,\n * Opera 11.6+, iOS 4.2+.\n *\n * Due to various browser bugs, sometimes the Object implementation will be used even\n * when the browser supports typed arrays.\n *\n * Note:\n *\n * - Firefox 4-29 lacks support for adding new properties to `Uint8Array` instances,\n * See: https://bugzilla.mozilla.org/show_bug.cgi?id=695438.\n *\n * - Chrome 9-10 is missing the `TypedArray.prototype.subarray` function.\n *\n * - IE10 has a broken `TypedArray.prototype.subarray` function which returns arrays of\n * incorrect length in some situations.\n\n * We detect these buggy browsers and set `Buffer.TYPED_ARRAY_SUPPORT` to `false` so they\n * get the Object implementation, which is slower but behaves correctly.\n */\nBuffer.TYPED_ARRAY_SUPPORT = global.TYPED_ARRAY_SUPPORT !== undefined\n ? global.TYPED_ARRAY_SUPPORT\n : typedArraySupport()\n\n/*\n * Export kMaxLength after typed array support is determined.\n */\nexports.kMaxLength = kMaxLength()\n\nfunction typedArraySupport () {\n try {\n var arr = new Uint8Array(1)\n arr.__proto__ = {__proto__: Uint8Array.prototype, foo: function () { return 42 }}\n return arr.foo() === 42 && // typed array instances can be augmented\n typeof arr.subarray === 'function' && // chrome 9-10 lack `subarray`\n arr.subarray(1, 1).byteLength === 0 // ie10 has broken `subarray`\n } catch (e) {\n return false\n }\n}\n\nfunction kMaxLength () {\n return Buffer.TYPED_ARRAY_SUPPORT\n ? 0x7fffffff\n : 0x3fffffff\n}\n\nfunction createBuffer (that, length) {\n if (kMaxLength() < length) {\n throw new RangeError('Invalid typed array length')\n }\n if (Buffer.TYPED_ARRAY_SUPPORT) {\n // Return an augmented `Uint8Array` instance, for best performance\n that = new Uint8Array(length)\n that.__proto__ = Buffer.prototype\n } else {\n // Fallback: Return an object instance of the Buffer class\n if (that === null) {\n that = new Buffer(length)\n }\n that.length = length\n }\n\n return that\n}\n\n/**\n * The Buffer constructor returns instances of `Uint8Array` that have their\n * prototype changed to `Buffer.prototype`. Furthermore, `Buffer` is a subclass of\n * `Uint8Array`, so the returned instances will have all the node `Buffer` methods\n * and the `Uint8Array` methods. Square bracket notation works as expected -- it\n * returns a single octet.\n *\n * The `Uint8Array` prototype remains unmodified.\n */\n\nfunction Buffer (arg, encodingOrOffset, length) {\n if (!Buffer.TYPED_ARRAY_SUPPORT && !(this instanceof Buffer)) {\n return new Buffer(arg, encodingOrOffset, length)\n }\n\n // Common case.\n if (typeof arg === 'number') {\n if (typeof encodingOrOffset === 'string') {\n throw new Error(\n 'If encoding is specified then the first argument must be a string'\n )\n }\n return allocUnsafe(this, arg)\n }\n return from(this, arg, encodingOrOffset, length)\n}\n\nBuffer.poolSize = 8192 // not used by this implementation\n\n// TODO: Legacy, not needed anymore. Remove in next major version.\nBuffer._augment = function (arr) {\n arr.__proto__ = Buffer.prototype\n return arr\n}\n\nfunction from (that, value, encodingOrOffset, length) {\n if (typeof value === 'number') {\n throw new TypeError('\"value\" argument must not be a number')\n }\n\n if (typeof ArrayBuffer !== 'undefined' && value instanceof ArrayBuffer) {\n return fromArrayBuffer(that, value, encodingOrOffset, length)\n }\n\n if (typeof value === 'string') {\n return fromString(that, value, encodingOrOffset)\n }\n\n return fromObject(that, value)\n}\n\n/**\n * Functionally equivalent to Buffer(arg, encoding) but throws a TypeError\n * if value is a number.\n * Buffer.from(str[, encoding])\n * Buffer.from(array)\n * Buffer.from(buffer)\n * Buffer.from(arrayBuffer[, byteOffset[, length]])\n **/\nBuffer.from = function (value, encodingOrOffset, length) {\n return from(null, value, encodingOrOffset, length)\n}\n\nif (Buffer.TYPED_ARRAY_SUPPORT) {\n Buffer.prototype.__proto__ = Uint8Array.prototype\n Buffer.__proto__ = Uint8Array\n if (typeof Symbol !== 'undefined' && Symbol.species &&\n Buffer[Symbol.species] === Buffer) {\n // Fix subarray() in ES2016. See: https://github.com/feross/buffer/pull/97\n Object.defineProperty(Buffer, Symbol.species, {\n value: null,\n configurable: true\n })\n }\n}\n\nfunction assertSize (size) {\n if (typeof size !== 'number') {\n throw new TypeError('\"size\" argument must be a number')\n } else if (size < 0) {\n throw new RangeError('\"size\" argument must not be negative')\n }\n}\n\nfunction alloc (that, size, fill, encoding) {\n assertSize(size)\n if (size <= 0) {\n return createBuffer(that, size)\n }\n if (fill !== undefined) {\n // Only pay attention to encoding if it's a string. This\n // prevents accidentally sending in a number that would\n // be interpretted as a start offset.\n return typeof encoding === 'string'\n ? createBuffer(that, size).fill(fill, encoding)\n : createBuffer(that, size).fill(fill)\n }\n return createBuffer(that, size)\n}\n\n/**\n * Creates a new filled Buffer instance.\n * alloc(size[, fill[, encoding]])\n **/\nBuffer.alloc = function (size, fill, encoding) {\n return alloc(null, size, fill, encoding)\n}\n\nfunction allocUnsafe (that, size) {\n assertSize(size)\n that = createBuffer(that, size < 0 ? 0 : checked(size) | 0)\n if (!Buffer.TYPED_ARRAY_SUPPORT) {\n for (var i = 0; i < size; ++i) {\n that[i] = 0\n }\n }\n return that\n}\n\n/**\n * Equivalent to Buffer(num), by default creates a non-zero-filled Buffer instance.\n * */\nBuffer.allocUnsafe = function (size) {\n return allocUnsafe(null, size)\n}\n/**\n * Equivalent to SlowBuffer(num), by default creates a non-zero-filled Buffer instance.\n */\nBuffer.allocUnsafeSlow = function (size) {\n return allocUnsafe(null, size)\n}\n\nfunction fromString (that, string, encoding) {\n if (typeof encoding !== 'string' || encoding === '') {\n encoding = 'utf8'\n }\n\n if (!Buffer.isEncoding(encoding)) {\n throw new TypeError('\"encoding\" must be a valid string encoding')\n }\n\n var length = byteLength(string, encoding) | 0\n that = createBuffer(that, length)\n\n var actual = that.write(string, encoding)\n\n if (actual !== length) {\n // Writing a hex string, for example, that contains invalid characters will\n // cause everything after the first invalid character to be ignored. (e.g.\n // 'abxxcd' will be treated as 'ab')\n that = that.slice(0, actual)\n }\n\n return that\n}\n\nfunction fromArrayLike (that, array) {\n var length = array.length < 0 ? 0 : checked(array.length) | 0\n that = createBuffer(that, length)\n for (var i = 0; i < length; i += 1) {\n that[i] = array[i] & 255\n }\n return that\n}\n\nfunction fromArrayBuffer (that, array, byteOffset, length) {\n array.byteLength // this throws if `array` is not a valid ArrayBuffer\n\n if (byteOffset < 0 || array.byteLength < byteOffset) {\n throw new RangeError('\\'offset\\' is out of bounds')\n }\n\n if (array.byteLength < byteOffset + (length || 0)) {\n throw new RangeError('\\'length\\' is out of bounds')\n }\n\n if (byteOffset === undefined && length === undefined) {\n array = new Uint8Array(array)\n } else if (length === undefined) {\n array = new Uint8Array(array, byteOffset)\n } else {\n array = new Uint8Array(array, byteOffset, length)\n }\n\n if (Buffer.TYPED_ARRAY_SUPPORT) {\n // Return an augmented `Uint8Array` instance, for best performance\n that = array\n that.__proto__ = Buffer.prototype\n } else {\n // Fallback: Return an object instance of the Buffer class\n that = fromArrayLike(that, array)\n }\n return that\n}\n\nfunction fromObject (that, obj) {\n if (Buffer.isBuffer(obj)) {\n var len = checked(obj.length) | 0\n that = createBuffer(that, len)\n\n if (that.length === 0) {\n return that\n }\n\n obj.copy(that, 0, 0, len)\n return that\n }\n\n if (obj) {\n if ((typeof ArrayBuffer !== 'undefined' &&\n obj.buffer instanceof ArrayBuffer) || 'length' in obj) {\n if (typeof obj.length !== 'number' || isnan(obj.length)) {\n return createBuffer(that, 0)\n }\n return fromArrayLike(that, obj)\n }\n\n if (obj.type === 'Buffer' && isArray(obj.data)) {\n return fromArrayLike(that, obj.data)\n }\n }\n\n throw new TypeError('First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.')\n}\n\nfunction checked (length) {\n // Note: cannot use `length < kMaxLength()` here because that fails when\n // length is NaN (which is otherwise coerced to zero.)\n if (length >= kMaxLength()) {\n throw new RangeError('Attempt to allocate Buffer larger than maximum ' +\n 'size: 0x' + kMaxLength().toString(16) + ' bytes')\n }\n return length | 0\n}\n\nfunction SlowBuffer (length) {\n if (+length != length) { // eslint-disable-line eqeqeq\n length = 0\n }\n return Buffer.alloc(+length)\n}\n\nBuffer.isBuffer = function isBuffer (b) {\n return !!(b != null && b._isBuffer)\n}\n\nBuffer.compare = function compare (a, b) {\n if (!Buffer.isBuffer(a) || !Buffer.isBuffer(b)) {\n throw new TypeError('Arguments must be Buffers')\n }\n\n if (a === b) return 0\n\n var x = a.length\n var y = b.length\n\n for (var i = 0, len = Math.min(x, y); i < len; ++i) {\n if (a[i] !== b[i]) {\n x = a[i]\n y = b[i]\n break\n }\n }\n\n if (x < y) return -1\n if (y < x) return 1\n return 0\n}\n\nBuffer.isEncoding = function isEncoding (encoding) {\n switch (String(encoding).toLowerCase()) {\n case 'hex':\n case 'utf8':\n case 'utf-8':\n case 'ascii':\n case 'latin1':\n case 'binary':\n case 'base64':\n case 'ucs2':\n case 'ucs-2':\n case 'utf16le':\n case 'utf-16le':\n return true\n default:\n return false\n }\n}\n\nBuffer.concat = function concat (list, length) {\n if (!isArray(list)) {\n throw new TypeError('\"list\" argument must be an Array of Buffers')\n }\n\n if (list.length === 0) {\n return Buffer.alloc(0)\n }\n\n var i\n if (length === undefined) {\n length = 0\n for (i = 0; i < list.length; ++i) {\n length += list[i].length\n }\n }\n\n var buffer = Buffer.allocUnsafe(length)\n var pos = 0\n for (i = 0; i < list.length; ++i) {\n var buf = list[i]\n if (!Buffer.isBuffer(buf)) {\n throw new TypeError('\"list\" argument must be an Array of Buffers')\n }\n buf.copy(buffer, pos)\n pos += buf.length\n }\n return buffer\n}\n\nfunction byteLength (string, encoding) {\n if (Buffer.isBuffer(string)) {\n return string.length\n }\n if (typeof ArrayBuffer !== 'undefined' && typeof ArrayBuffer.isView === 'function' &&\n (ArrayBuffer.isView(string) || string instanceof ArrayBuffer)) {\n return string.byteLength\n }\n if (typeof string !== 'string') {\n string = '' + string\n }\n\n var len = string.length\n if (len === 0) return 0\n\n // Use a for loop to avoid recursion\n var loweredCase = false\n for (;;) {\n switch (encoding) {\n case 'ascii':\n case 'latin1':\n case 'binary':\n return len\n case 'utf8':\n case 'utf-8':\n case undefined:\n return utf8ToBytes(string).length\n case 'ucs2':\n case 'ucs-2':\n case 'utf16le':\n case 'utf-16le':\n return len * 2\n case 'hex':\n return len >>> 1\n case 'base64':\n return base64ToBytes(string).length\n default:\n if (loweredCase) return utf8ToBytes(string).length // assume utf8\n encoding = ('' + encoding).toLowerCase()\n loweredCase = true\n }\n }\n}\nBuffer.byteLength = byteLength\n\nfunction slowToString (encoding, start, end) {\n var loweredCase = false\n\n // No need to verify that \"this.length <= MAX_UINT32\" since it's a read-only\n // property of a typed array.\n\n // This behaves neither like String nor Uint8Array in that we set start/end\n // to their upper/lower bounds if the value passed is out of range.\n // undefined is handled specially as per ECMA-262 6th Edition,\n // Section 13.3.3.7 Runtime Semantics: KeyedBindingInitialization.\n if (start === undefined || start < 0) {\n start = 0\n }\n // Return early if start > this.length. Done here to prevent potential uint32\n // coercion fail below.\n if (start > this.length) {\n return ''\n }\n\n if (end === undefined || end > this.length) {\n end = this.length\n }\n\n if (end <= 0) {\n return ''\n }\n\n // Force coersion to uint32. This will also coerce falsey/NaN values to 0.\n end >>>= 0\n start >>>= 0\n\n if (end <= start) {\n return ''\n }\n\n if (!encoding) encoding = 'utf8'\n\n while (true) {\n switch (encoding) {\n case 'hex':\n return hexSlice(this, start, end)\n\n case 'utf8':\n case 'utf-8':\n return utf8Slice(this, start, end)\n\n case 'ascii':\n return asciiSlice(this, start, end)\n\n case 'latin1':\n case 'binary':\n return latin1Slice(this, start, end)\n\n case 'base64':\n return base64Slice(this, start, end)\n\n case 'ucs2':\n case 'ucs-2':\n case 'utf16le':\n case 'utf-16le':\n return utf16leSlice(this, start, end)\n\n default:\n if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding)\n encoding = (encoding + '').toLowerCase()\n loweredCase = true\n }\n }\n}\n\n// The property is used by `Buffer.isBuffer` and `is-buffer` (in Safari 5-7) to detect\n// Buffer instances.\nBuffer.prototype._isBuffer = true\n\nfunction swap (b, n, m) {\n var i = b[n]\n b[n] = b[m]\n b[m] = i\n}\n\nBuffer.prototype.swap16 = function swap16 () {\n var len = this.length\n if (len % 2 !== 0) {\n throw new RangeError('Buffer size must be a multiple of 16-bits')\n }\n for (var i = 0; i < len; i += 2) {\n swap(this, i, i + 1)\n }\n return this\n}\n\nBuffer.prototype.swap32 = function swap32 () {\n var len = this.length\n if (len % 4 !== 0) {\n throw new RangeError('Buffer size must be a multiple of 32-bits')\n }\n for (var i = 0; i < len; i += 4) {\n swap(this, i, i + 3)\n swap(this, i + 1, i + 2)\n }\n return this\n}\n\nBuffer.prototype.swap64 = function swap64 () {\n var len = this.length\n if (len % 8 !== 0) {\n throw new RangeError('Buffer size must be a multiple of 64-bits')\n }\n for (var i = 0; i < len; i += 8) {\n swap(this, i, i + 7)\n swap(this, i + 1, i + 6)\n swap(this, i + 2, i + 5)\n swap(this, i + 3, i + 4)\n }\n return this\n}\n\nBuffer.prototype.toString = function toString () {\n var length = this.length | 0\n if (length === 0) return ''\n if (arguments.length === 0) return utf8Slice(this, 0, length)\n return slowToString.apply(this, arguments)\n}\n\nBuffer.prototype.equals = function equals (b) {\n if (!Buffer.isBuffer(b)) throw new TypeError('Argument must be a Buffer')\n if (this === b) return true\n return Buffer.compare(this, b) === 0\n}\n\nBuffer.prototype.inspect = function inspect () {\n var str = ''\n var max = exports.INSPECT_MAX_BYTES\n if (this.length > 0) {\n str = this.toString('hex', 0, max).match(/.{2}/g).join(' ')\n if (this.length > max) str += ' ... '\n }\n return ''\n}\n\nBuffer.prototype.compare = function compare (target, start, end, thisStart, thisEnd) {\n if (!Buffer.isBuffer(target)) {\n throw new TypeError('Argument must be a Buffer')\n }\n\n if (start === undefined) {\n start = 0\n }\n if (end === undefined) {\n end = target ? target.length : 0\n }\n if (thisStart === undefined) {\n thisStart = 0\n }\n if (thisEnd === undefined) {\n thisEnd = this.length\n }\n\n if (start < 0 || end > target.length || thisStart < 0 || thisEnd > this.length) {\n throw new RangeError('out of range index')\n }\n\n if (thisStart >= thisEnd && start >= end) {\n return 0\n }\n if (thisStart >= thisEnd) {\n return -1\n }\n if (start >= end) {\n return 1\n }\n\n start >>>= 0\n end >>>= 0\n thisStart >>>= 0\n thisEnd >>>= 0\n\n if (this === target) return 0\n\n var x = thisEnd - thisStart\n var y = end - start\n var len = Math.min(x, y)\n\n var thisCopy = this.slice(thisStart, thisEnd)\n var targetCopy = target.slice(start, end)\n\n for (var i = 0; i < len; ++i) {\n if (thisCopy[i] !== targetCopy[i]) {\n x = thisCopy[i]\n y = targetCopy[i]\n break\n }\n }\n\n if (x < y) return -1\n if (y < x) return 1\n return 0\n}\n\n// Finds either the first index of `val` in `buffer` at offset >= `byteOffset`,\n// OR the last index of `val` in `buffer` at offset <= `byteOffset`.\n//\n// Arguments:\n// - buffer - a Buffer to search\n// - val - a string, Buffer, or number\n// - byteOffset - an index into `buffer`; will be clamped to an int32\n// - encoding - an optional encoding, relevant is val is a string\n// - dir - true for indexOf, false for lastIndexOf\nfunction bidirectionalIndexOf (buffer, val, byteOffset, encoding, dir) {\n // Empty buffer means no match\n if (buffer.length === 0) return -1\n\n // Normalize byteOffset\n if (typeof byteOffset === 'string') {\n encoding = byteOffset\n byteOffset = 0\n } else if (byteOffset > 0x7fffffff) {\n byteOffset = 0x7fffffff\n } else if (byteOffset < -0x80000000) {\n byteOffset = -0x80000000\n }\n byteOffset = +byteOffset // Coerce to Number.\n if (isNaN(byteOffset)) {\n // byteOffset: it it's undefined, null, NaN, \"foo\", etc, search whole buffer\n byteOffset = dir ? 0 : (buffer.length - 1)\n }\n\n // Normalize byteOffset: negative offsets start from the end of the buffer\n if (byteOffset < 0) byteOffset = buffer.length + byteOffset\n if (byteOffset >= buffer.length) {\n if (dir) return -1\n else byteOffset = buffer.length - 1\n } else if (byteOffset < 0) {\n if (dir) byteOffset = 0\n else return -1\n }\n\n // Normalize val\n if (typeof val === 'string') {\n val = Buffer.from(val, encoding)\n }\n\n // Finally, search either indexOf (if dir is true) or lastIndexOf\n if (Buffer.isBuffer(val)) {\n // Special case: looking for empty string/buffer always fails\n if (val.length === 0) {\n return -1\n }\n return arrayIndexOf(buffer, val, byteOffset, encoding, dir)\n } else if (typeof val === 'number') {\n val = val & 0xFF // Search for a byte value [0-255]\n if (Buffer.TYPED_ARRAY_SUPPORT &&\n typeof Uint8Array.prototype.indexOf === 'function') {\n if (dir) {\n return Uint8Array.prototype.indexOf.call(buffer, val, byteOffset)\n } else {\n return Uint8Array.prototype.lastIndexOf.call(buffer, val, byteOffset)\n }\n }\n return arrayIndexOf(buffer, [ val ], byteOffset, encoding, dir)\n }\n\n throw new TypeError('val must be string, number or Buffer')\n}\n\nfunction arrayIndexOf (arr, val, byteOffset, encoding, dir) {\n var indexSize = 1\n var arrLength = arr.length\n var valLength = val.length\n\n if (encoding !== undefined) {\n encoding = String(encoding).toLowerCase()\n if (encoding === 'ucs2' || encoding === 'ucs-2' ||\n encoding === 'utf16le' || encoding === 'utf-16le') {\n if (arr.length < 2 || val.length < 2) {\n return -1\n }\n indexSize = 2\n arrLength /= 2\n valLength /= 2\n byteOffset /= 2\n }\n }\n\n function read (buf, i) {\n if (indexSize === 1) {\n return buf[i]\n } else {\n return buf.readUInt16BE(i * indexSize)\n }\n }\n\n var i\n if (dir) {\n var foundIndex = -1\n for (i = byteOffset; i < arrLength; i++) {\n if (read(arr, i) === read(val, foundIndex === -1 ? 0 : i - foundIndex)) {\n if (foundIndex === -1) foundIndex = i\n if (i - foundIndex + 1 === valLength) return foundIndex * indexSize\n } else {\n if (foundIndex !== -1) i -= i - foundIndex\n foundIndex = -1\n }\n }\n } else {\n if (byteOffset + valLength > arrLength) byteOffset = arrLength - valLength\n for (i = byteOffset; i >= 0; i--) {\n var found = true\n for (var j = 0; j < valLength; j++) {\n if (read(arr, i + j) !== read(val, j)) {\n found = false\n break\n }\n }\n if (found) return i\n }\n }\n\n return -1\n}\n\nBuffer.prototype.includes = function includes (val, byteOffset, encoding) {\n return this.indexOf(val, byteOffset, encoding) !== -1\n}\n\nBuffer.prototype.indexOf = function indexOf (val, byteOffset, encoding) {\n return bidirectionalIndexOf(this, val, byteOffset, encoding, true)\n}\n\nBuffer.prototype.lastIndexOf = function lastIndexOf (val, byteOffset, encoding) {\n return bidirectionalIndexOf(this, val, byteOffset, encoding, false)\n}\n\nfunction hexWrite (buf, string, offset, length) {\n offset = Number(offset) || 0\n var remaining = buf.length - offset\n if (!length) {\n length = remaining\n } else {\n length = Number(length)\n if (length > remaining) {\n length = remaining\n }\n }\n\n // must be an even number of digits\n var strLen = string.length\n if (strLen % 2 !== 0) throw new TypeError('Invalid hex string')\n\n if (length > strLen / 2) {\n length = strLen / 2\n }\n for (var i = 0; i < length; ++i) {\n var parsed = parseInt(string.substr(i * 2, 2), 16)\n if (isNaN(parsed)) return i\n buf[offset + i] = parsed\n }\n return i\n}\n\nfunction utf8Write (buf, string, offset, length) {\n return blitBuffer(utf8ToBytes(string, buf.length - offset), buf, offset, length)\n}\n\nfunction asciiWrite (buf, string, offset, length) {\n return blitBuffer(asciiToBytes(string), buf, offset, length)\n}\n\nfunction latin1Write (buf, string, offset, length) {\n return asciiWrite(buf, string, offset, length)\n}\n\nfunction base64Write (buf, string, offset, length) {\n return blitBuffer(base64ToBytes(string), buf, offset, length)\n}\n\nfunction ucs2Write (buf, string, offset, length) {\n return blitBuffer(utf16leToBytes(string, buf.length - offset), buf, offset, length)\n}\n\nBuffer.prototype.write = function write (string, offset, length, encoding) {\n // Buffer#write(string)\n if (offset === undefined) {\n encoding = 'utf8'\n length = this.length\n offset = 0\n // Buffer#write(string, encoding)\n } else if (length === undefined && typeof offset === 'string') {\n encoding = offset\n length = this.length\n offset = 0\n // Buffer#write(string, offset[, length][, encoding])\n } else if (isFinite(offset)) {\n offset = offset | 0\n if (isFinite(length)) {\n length = length | 0\n if (encoding === undefined) encoding = 'utf8'\n } else {\n encoding = length\n length = undefined\n }\n // legacy write(string, encoding, offset, length) - remove in v0.13\n } else {\n throw new Error(\n 'Buffer.write(string, encoding, offset[, length]) is no longer supported'\n )\n }\n\n var remaining = this.length - offset\n if (length === undefined || length > remaining) length = remaining\n\n if ((string.length > 0 && (length < 0 || offset < 0)) || offset > this.length) {\n throw new RangeError('Attempt to write outside buffer bounds')\n }\n\n if (!encoding) encoding = 'utf8'\n\n var loweredCase = false\n for (;;) {\n switch (encoding) {\n case 'hex':\n return hexWrite(this, string, offset, length)\n\n case 'utf8':\n case 'utf-8':\n return utf8Write(this, string, offset, length)\n\n case 'ascii':\n return asciiWrite(this, string, offset, length)\n\n case 'latin1':\n case 'binary':\n return latin1Write(this, string, offset, length)\n\n case 'base64':\n // Warning: maxLength not taken into account in base64Write\n return base64Write(this, string, offset, length)\n\n case 'ucs2':\n case 'ucs-2':\n case 'utf16le':\n case 'utf-16le':\n return ucs2Write(this, string, offset, length)\n\n default:\n if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding)\n encoding = ('' + encoding).toLowerCase()\n loweredCase = true\n }\n }\n}\n\nBuffer.prototype.toJSON = function toJSON () {\n return {\n type: 'Buffer',\n data: Array.prototype.slice.call(this._arr || this, 0)\n }\n}\n\nfunction base64Slice (buf, start, end) {\n if (start === 0 && end === buf.length) {\n return base64.fromByteArray(buf)\n } else {\n return base64.fromByteArray(buf.slice(start, end))\n }\n}\n\nfunction utf8Slice (buf, start, end) {\n end = Math.min(buf.length, end)\n var res = []\n\n var i = start\n while (i < end) {\n var firstByte = buf[i]\n var codePoint = null\n var bytesPerSequence = (firstByte > 0xEF) ? 4\n : (firstByte > 0xDF) ? 3\n : (firstByte > 0xBF) ? 2\n : 1\n\n if (i + bytesPerSequence <= end) {\n var secondByte, thirdByte, fourthByte, tempCodePoint\n\n switch (bytesPerSequence) {\n case 1:\n if (firstByte < 0x80) {\n codePoint = firstByte\n }\n break\n case 2:\n secondByte = buf[i + 1]\n if ((secondByte & 0xC0) === 0x80) {\n tempCodePoint = (firstByte & 0x1F) << 0x6 | (secondByte & 0x3F)\n if (tempCodePoint > 0x7F) {\n codePoint = tempCodePoint\n }\n }\n break\n case 3:\n secondByte = buf[i + 1]\n thirdByte = buf[i + 2]\n if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80) {\n tempCodePoint = (firstByte & 0xF) << 0xC | (secondByte & 0x3F) << 0x6 | (thirdByte & 0x3F)\n if (tempCodePoint > 0x7FF && (tempCodePoint < 0xD800 || tempCodePoint > 0xDFFF)) {\n codePoint = tempCodePoint\n }\n }\n break\n case 4:\n secondByte = buf[i + 1]\n thirdByte = buf[i + 2]\n fourthByte = buf[i + 3]\n if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80 && (fourthByte & 0xC0) === 0x80) {\n tempCodePoint = (firstByte & 0xF) << 0x12 | (secondByte & 0x3F) << 0xC | (thirdByte & 0x3F) << 0x6 | (fourthByte & 0x3F)\n if (tempCodePoint > 0xFFFF && tempCodePoint < 0x110000) {\n codePoint = tempCodePoint\n }\n }\n }\n }\n\n if (codePoint === null) {\n // we did not generate a valid codePoint so insert a\n // replacement char (U+FFFD) and advance only 1 byte\n codePoint = 0xFFFD\n bytesPerSequence = 1\n } else if (codePoint > 0xFFFF) {\n // encode to utf16 (surrogate pair dance)\n codePoint -= 0x10000\n res.push(codePoint >>> 10 & 0x3FF | 0xD800)\n codePoint = 0xDC00 | codePoint & 0x3FF\n }\n\n res.push(codePoint)\n i += bytesPerSequence\n }\n\n return decodeCodePointsArray(res)\n}\n\n// Based on http://stackoverflow.com/a/22747272/680742, the browser with\n// the lowest limit is Chrome, with 0x10000 args.\n// We go 1 magnitude less, for safety\nvar MAX_ARGUMENTS_LENGTH = 0x1000\n\nfunction decodeCodePointsArray (codePoints) {\n var len = codePoints.length\n if (len <= MAX_ARGUMENTS_LENGTH) {\n return String.fromCharCode.apply(String, codePoints) // avoid extra slice()\n }\n\n // Decode in chunks to avoid \"call stack size exceeded\".\n var res = ''\n var i = 0\n while (i < len) {\n res += String.fromCharCode.apply(\n String,\n codePoints.slice(i, i += MAX_ARGUMENTS_LENGTH)\n )\n }\n return res\n}\n\nfunction asciiSlice (buf, start, end) {\n var ret = ''\n end = Math.min(buf.length, end)\n\n for (var i = start; i < end; ++i) {\n ret += String.fromCharCode(buf[i] & 0x7F)\n }\n return ret\n}\n\nfunction latin1Slice (buf, start, end) {\n var ret = ''\n end = Math.min(buf.length, end)\n\n for (var i = start; i < end; ++i) {\n ret += String.fromCharCode(buf[i])\n }\n return ret\n}\n\nfunction hexSlice (buf, start, end) {\n var len = buf.length\n\n if (!start || start < 0) start = 0\n if (!end || end < 0 || end > len) end = len\n\n var out = ''\n for (var i = start; i < end; ++i) {\n out += toHex(buf[i])\n }\n return out\n}\n\nfunction utf16leSlice (buf, start, end) {\n var bytes = buf.slice(start, end)\n var res = ''\n for (var i = 0; i < bytes.length; i += 2) {\n res += String.fromCharCode(bytes[i] + bytes[i + 1] * 256)\n }\n return res\n}\n\nBuffer.prototype.slice = function slice (start, end) {\n var len = this.length\n start = ~~start\n end = end === undefined ? len : ~~end\n\n if (start < 0) {\n start += len\n if (start < 0) start = 0\n } else if (start > len) {\n start = len\n }\n\n if (end < 0) {\n end += len\n if (end < 0) end = 0\n } else if (end > len) {\n end = len\n }\n\n if (end < start) end = start\n\n var newBuf\n if (Buffer.TYPED_ARRAY_SUPPORT) {\n newBuf = this.subarray(start, end)\n newBuf.__proto__ = Buffer.prototype\n } else {\n var sliceLen = end - start\n newBuf = new Buffer(sliceLen, undefined)\n for (var i = 0; i < sliceLen; ++i) {\n newBuf[i] = this[i + start]\n }\n }\n\n return newBuf\n}\n\n/*\n * Need to make sure that buffer isn't trying to write out of bounds.\n */\nfunction checkOffset (offset, ext, length) {\n if ((offset % 1) !== 0 || offset < 0) throw new RangeError('offset is not uint')\n if (offset + ext > length) throw new RangeError('Trying to access beyond buffer length')\n}\n\nBuffer.prototype.readUIntLE = function readUIntLE (offset, byteLength, noAssert) {\n offset = offset | 0\n byteLength = byteLength | 0\n if (!noAssert) checkOffset(offset, byteLength, this.length)\n\n var val = this[offset]\n var mul = 1\n var i = 0\n while (++i < byteLength && (mul *= 0x100)) {\n val += this[offset + i] * mul\n }\n\n return val\n}\n\nBuffer.prototype.readUIntBE = function readUIntBE (offset, byteLength, noAssert) {\n offset = offset | 0\n byteLength = byteLength | 0\n if (!noAssert) {\n checkOffset(offset, byteLength, this.length)\n }\n\n var val = this[offset + --byteLength]\n var mul = 1\n while (byteLength > 0 && (mul *= 0x100)) {\n val += this[offset + --byteLength] * mul\n }\n\n return val\n}\n\nBuffer.prototype.readUInt8 = function readUInt8 (offset, noAssert) {\n if (!noAssert) checkOffset(offset, 1, this.length)\n return this[offset]\n}\n\nBuffer.prototype.readUInt16LE = function readUInt16LE (offset, noAssert) {\n if (!noAssert) checkOffset(offset, 2, this.length)\n return this[offset] | (this[offset + 1] << 8)\n}\n\nBuffer.prototype.readUInt16BE = function readUInt16BE (offset, noAssert) {\n if (!noAssert) checkOffset(offset, 2, this.length)\n return (this[offset] << 8) | this[offset + 1]\n}\n\nBuffer.prototype.readUInt32LE = function readUInt32LE (offset, noAssert) {\n if (!noAssert) checkOffset(offset, 4, this.length)\n\n return ((this[offset]) |\n (this[offset + 1] << 8) |\n (this[offset + 2] << 16)) +\n (this[offset + 3] * 0x1000000)\n}\n\nBuffer.prototype.readUInt32BE = function readUInt32BE (offset, noAssert) {\n if (!noAssert) checkOffset(offset, 4, this.length)\n\n return (this[offset] * 0x1000000) +\n ((this[offset + 1] << 16) |\n (this[offset + 2] << 8) |\n this[offset + 3])\n}\n\nBuffer.prototype.readIntLE = function readIntLE (offset, byteLength, noAssert) {\n offset = offset | 0\n byteLength = byteLength | 0\n if (!noAssert) checkOffset(offset, byteLength, this.length)\n\n var val = this[offset]\n var mul = 1\n var i = 0\n while (++i < byteLength && (mul *= 0x100)) {\n val += this[offset + i] * mul\n }\n mul *= 0x80\n\n if (val >= mul) val -= Math.pow(2, 8 * byteLength)\n\n return val\n}\n\nBuffer.prototype.readIntBE = function readIntBE (offset, byteLength, noAssert) {\n offset = offset | 0\n byteLength = byteLength | 0\n if (!noAssert) checkOffset(offset, byteLength, this.length)\n\n var i = byteLength\n var mul = 1\n var val = this[offset + --i]\n while (i > 0 && (mul *= 0x100)) {\n val += this[offset + --i] * mul\n }\n mul *= 0x80\n\n if (val >= mul) val -= Math.pow(2, 8 * byteLength)\n\n return val\n}\n\nBuffer.prototype.readInt8 = function readInt8 (offset, noAssert) {\n if (!noAssert) checkOffset(offset, 1, this.length)\n if (!(this[offset] & 0x80)) return (this[offset])\n return ((0xff - this[offset] + 1) * -1)\n}\n\nBuffer.prototype.readInt16LE = function readInt16LE (offset, noAssert) {\n if (!noAssert) checkOffset(offset, 2, this.length)\n var val = this[offset] | (this[offset + 1] << 8)\n return (val & 0x8000) ? val | 0xFFFF0000 : val\n}\n\nBuffer.prototype.readInt16BE = function readInt16BE (offset, noAssert) {\n if (!noAssert) checkOffset(offset, 2, this.length)\n var val = this[offset + 1] | (this[offset] << 8)\n return (val & 0x8000) ? val | 0xFFFF0000 : val\n}\n\nBuffer.prototype.readInt32LE = function readInt32LE (offset, noAssert) {\n if (!noAssert) checkOffset(offset, 4, this.length)\n\n return (this[offset]) |\n (this[offset + 1] << 8) |\n (this[offset + 2] << 16) |\n (this[offset + 3] << 24)\n}\n\nBuffer.prototype.readInt32BE = function readInt32BE (offset, noAssert) {\n if (!noAssert) checkOffset(offset, 4, this.length)\n\n return (this[offset] << 24) |\n (this[offset + 1] << 16) |\n (this[offset + 2] << 8) |\n (this[offset + 3])\n}\n\nBuffer.prototype.readFloatLE = function readFloatLE (offset, noAssert) {\n if (!noAssert) checkOffset(offset, 4, this.length)\n return ieee754.read(this, offset, true, 23, 4)\n}\n\nBuffer.prototype.readFloatBE = function readFloatBE (offset, noAssert) {\n if (!noAssert) checkOffset(offset, 4, this.length)\n return ieee754.read(this, offset, false, 23, 4)\n}\n\nBuffer.prototype.readDoubleLE = function readDoubleLE (offset, noAssert) {\n if (!noAssert) checkOffset(offset, 8, this.length)\n return ieee754.read(this, offset, true, 52, 8)\n}\n\nBuffer.prototype.readDoubleBE = function readDoubleBE (offset, noAssert) {\n if (!noAssert) checkOffset(offset, 8, this.length)\n return ieee754.read(this, offset, false, 52, 8)\n}\n\nfunction checkInt (buf, value, offset, ext, max, min) {\n if (!Buffer.isBuffer(buf)) throw new TypeError('\"buffer\" argument must be a Buffer instance')\n if (value > max || value < min) throw new RangeError('\"value\" argument is out of bounds')\n if (offset + ext > buf.length) throw new RangeError('Index out of range')\n}\n\nBuffer.prototype.writeUIntLE = function writeUIntLE (value, offset, byteLength, noAssert) {\n value = +value\n offset = offset | 0\n byteLength = byteLength | 0\n if (!noAssert) {\n var maxBytes = Math.pow(2, 8 * byteLength) - 1\n checkInt(this, value, offset, byteLength, maxBytes, 0)\n }\n\n var mul = 1\n var i = 0\n this[offset] = value & 0xFF\n while (++i < byteLength && (mul *= 0x100)) {\n this[offset + i] = (value / mul) & 0xFF\n }\n\n return offset + byteLength\n}\n\nBuffer.prototype.writeUIntBE = function writeUIntBE (value, offset, byteLength, noAssert) {\n value = +value\n offset = offset | 0\n byteLength = byteLength | 0\n if (!noAssert) {\n var maxBytes = Math.pow(2, 8 * byteLength) - 1\n checkInt(this, value, offset, byteLength, maxBytes, 0)\n }\n\n var i = byteLength - 1\n var mul = 1\n this[offset + i] = value & 0xFF\n while (--i >= 0 && (mul *= 0x100)) {\n this[offset + i] = (value / mul) & 0xFF\n }\n\n return offset + byteLength\n}\n\nBuffer.prototype.writeUInt8 = function writeUInt8 (value, offset, noAssert) {\n value = +value\n offset = offset | 0\n if (!noAssert) checkInt(this, value, offset, 1, 0xff, 0)\n if (!Buffer.TYPED_ARRAY_SUPPORT) value = Math.floor(value)\n this[offset] = (value & 0xff)\n return offset + 1\n}\n\nfunction objectWriteUInt16 (buf, value, offset, littleEndian) {\n if (value < 0) value = 0xffff + value + 1\n for (var i = 0, j = Math.min(buf.length - offset, 2); i < j; ++i) {\n buf[offset + i] = (value & (0xff << (8 * (littleEndian ? i : 1 - i)))) >>>\n (littleEndian ? i : 1 - i) * 8\n }\n}\n\nBuffer.prototype.writeUInt16LE = function writeUInt16LE (value, offset, noAssert) {\n value = +value\n offset = offset | 0\n if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0)\n if (Buffer.TYPED_ARRAY_SUPPORT) {\n this[offset] = (value & 0xff)\n this[offset + 1] = (value >>> 8)\n } else {\n objectWriteUInt16(this, value, offset, true)\n }\n return offset + 2\n}\n\nBuffer.prototype.writeUInt16BE = function writeUInt16BE (value, offset, noAssert) {\n value = +value\n offset = offset | 0\n if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0)\n if (Buffer.TYPED_ARRAY_SUPPORT) {\n this[offset] = (value >>> 8)\n this[offset + 1] = (value & 0xff)\n } else {\n objectWriteUInt16(this, value, offset, false)\n }\n return offset + 2\n}\n\nfunction objectWriteUInt32 (buf, value, offset, littleEndian) {\n if (value < 0) value = 0xffffffff + value + 1\n for (var i = 0, j = Math.min(buf.length - offset, 4); i < j; ++i) {\n buf[offset + i] = (value >>> (littleEndian ? i : 3 - i) * 8) & 0xff\n }\n}\n\nBuffer.prototype.writeUInt32LE = function writeUInt32LE (value, offset, noAssert) {\n value = +value\n offset = offset | 0\n if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0)\n if (Buffer.TYPED_ARRAY_SUPPORT) {\n this[offset + 3] = (value >>> 24)\n this[offset + 2] = (value >>> 16)\n this[offset + 1] = (value >>> 8)\n this[offset] = (value & 0xff)\n } else {\n objectWriteUInt32(this, value, offset, true)\n }\n return offset + 4\n}\n\nBuffer.prototype.writeUInt32BE = function writeUInt32BE (value, offset, noAssert) {\n value = +value\n offset = offset | 0\n if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0)\n if (Buffer.TYPED_ARRAY_SUPPORT) {\n this[offset] = (value >>> 24)\n this[offset + 1] = (value >>> 16)\n this[offset + 2] = (value >>> 8)\n this[offset + 3] = (value & 0xff)\n } else {\n objectWriteUInt32(this, value, offset, false)\n }\n return offset + 4\n}\n\nBuffer.prototype.writeIntLE = function writeIntLE (value, offset, byteLength, noAssert) {\n value = +value\n offset = offset | 0\n if (!noAssert) {\n var limit = Math.pow(2, 8 * byteLength - 1)\n\n checkInt(this, value, offset, byteLength, limit - 1, -limit)\n }\n\n var i = 0\n var mul = 1\n var sub = 0\n this[offset] = value & 0xFF\n while (++i < byteLength && (mul *= 0x100)) {\n if (value < 0 && sub === 0 && this[offset + i - 1] !== 0) {\n sub = 1\n }\n this[offset + i] = ((value / mul) >> 0) - sub & 0xFF\n }\n\n return offset + byteLength\n}\n\nBuffer.prototype.writeIntBE = function writeIntBE (value, offset, byteLength, noAssert) {\n value = +value\n offset = offset | 0\n if (!noAssert) {\n var limit = Math.pow(2, 8 * byteLength - 1)\n\n checkInt(this, value, offset, byteLength, limit - 1, -limit)\n }\n\n var i = byteLength - 1\n var mul = 1\n var sub = 0\n this[offset + i] = value & 0xFF\n while (--i >= 0 && (mul *= 0x100)) {\n if (value < 0 && sub === 0 && this[offset + i + 1] !== 0) {\n sub = 1\n }\n this[offset + i] = ((value / mul) >> 0) - sub & 0xFF\n }\n\n return offset + byteLength\n}\n\nBuffer.prototype.writeInt8 = function writeInt8 (value, offset, noAssert) {\n value = +value\n offset = offset | 0\n if (!noAssert) checkInt(this, value, offset, 1, 0x7f, -0x80)\n if (!Buffer.TYPED_ARRAY_SUPPORT) value = Math.floor(value)\n if (value < 0) value = 0xff + value + 1\n this[offset] = (value & 0xff)\n return offset + 1\n}\n\nBuffer.prototype.writeInt16LE = function writeInt16LE (value, offset, noAssert) {\n value = +value\n offset = offset | 0\n if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000)\n if (Buffer.TYPED_ARRAY_SUPPORT) {\n this[offset] = (value & 0xff)\n this[offset + 1] = (value >>> 8)\n } else {\n objectWriteUInt16(this, value, offset, true)\n }\n return offset + 2\n}\n\nBuffer.prototype.writeInt16BE = function writeInt16BE (value, offset, noAssert) {\n value = +value\n offset = offset | 0\n if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000)\n if (Buffer.TYPED_ARRAY_SUPPORT) {\n this[offset] = (value >>> 8)\n this[offset + 1] = (value & 0xff)\n } else {\n objectWriteUInt16(this, value, offset, false)\n }\n return offset + 2\n}\n\nBuffer.prototype.writeInt32LE = function writeInt32LE (value, offset, noAssert) {\n value = +value\n offset = offset | 0\n if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000)\n if (Buffer.TYPED_ARRAY_SUPPORT) {\n this[offset] = (value & 0xff)\n this[offset + 1] = (value >>> 8)\n this[offset + 2] = (value >>> 16)\n this[offset + 3] = (value >>> 24)\n } else {\n objectWriteUInt32(this, value, offset, true)\n }\n return offset + 4\n}\n\nBuffer.prototype.writeInt32BE = function writeInt32BE (value, offset, noAssert) {\n value = +value\n offset = offset | 0\n if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000)\n if (value < 0) value = 0xffffffff + value + 1\n if (Buffer.TYPED_ARRAY_SUPPORT) {\n this[offset] = (value >>> 24)\n this[offset + 1] = (value >>> 16)\n this[offset + 2] = (value >>> 8)\n this[offset + 3] = (value & 0xff)\n } else {\n objectWriteUInt32(this, value, offset, false)\n }\n return offset + 4\n}\n\nfunction checkIEEE754 (buf, value, offset, ext, max, min) {\n if (offset + ext > buf.length) throw new RangeError('Index out of range')\n if (offset < 0) throw new RangeError('Index out of range')\n}\n\nfunction writeFloat (buf, value, offset, littleEndian, noAssert) {\n if (!noAssert) {\n checkIEEE754(buf, value, offset, 4, 3.4028234663852886e+38, -3.4028234663852886e+38)\n }\n ieee754.write(buf, value, offset, littleEndian, 23, 4)\n return offset + 4\n}\n\nBuffer.prototype.writeFloatLE = function writeFloatLE (value, offset, noAssert) {\n return writeFloat(this, value, offset, true, noAssert)\n}\n\nBuffer.prototype.writeFloatBE = function writeFloatBE (value, offset, noAssert) {\n return writeFloat(this, value, offset, false, noAssert)\n}\n\nfunction writeDouble (buf, value, offset, littleEndian, noAssert) {\n if (!noAssert) {\n checkIEEE754(buf, value, offset, 8, 1.7976931348623157E+308, -1.7976931348623157E+308)\n }\n ieee754.write(buf, value, offset, littleEndian, 52, 8)\n return offset + 8\n}\n\nBuffer.prototype.writeDoubleLE = function writeDoubleLE (value, offset, noAssert) {\n return writeDouble(this, value, offset, true, noAssert)\n}\n\nBuffer.prototype.writeDoubleBE = function writeDoubleBE (value, offset, noAssert) {\n return writeDouble(this, value, offset, false, noAssert)\n}\n\n// copy(targetBuffer, targetStart=0, sourceStart=0, sourceEnd=buffer.length)\nBuffer.prototype.copy = function copy (target, targetStart, start, end) {\n if (!start) start = 0\n if (!end && end !== 0) end = this.length\n if (targetStart >= target.length) targetStart = target.length\n if (!targetStart) targetStart = 0\n if (end > 0 && end < start) end = start\n\n // Copy 0 bytes; we're done\n if (end === start) return 0\n if (target.length === 0 || this.length === 0) return 0\n\n // Fatal error conditions\n if (targetStart < 0) {\n throw new RangeError('targetStart out of bounds')\n }\n if (start < 0 || start >= this.length) throw new RangeError('sourceStart out of bounds')\n if (end < 0) throw new RangeError('sourceEnd out of bounds')\n\n // Are we oob?\n if (end > this.length) end = this.length\n if (target.length - targetStart < end - start) {\n end = target.length - targetStart + start\n }\n\n var len = end - start\n var i\n\n if (this === target && start < targetStart && targetStart < end) {\n // descending copy from end\n for (i = len - 1; i >= 0; --i) {\n target[i + targetStart] = this[i + start]\n }\n } else if (len < 1000 || !Buffer.TYPED_ARRAY_SUPPORT) {\n // ascending copy from start\n for (i = 0; i < len; ++i) {\n target[i + targetStart] = this[i + start]\n }\n } else {\n Uint8Array.prototype.set.call(\n target,\n this.subarray(start, start + len),\n targetStart\n )\n }\n\n return len\n}\n\n// Usage:\n// buffer.fill(number[, offset[, end]])\n// buffer.fill(buffer[, offset[, end]])\n// buffer.fill(string[, offset[, end]][, encoding])\nBuffer.prototype.fill = function fill (val, start, end, encoding) {\n // Handle string cases:\n if (typeof val === 'string') {\n if (typeof start === 'string') {\n encoding = start\n start = 0\n end = this.length\n } else if (typeof end === 'string') {\n encoding = end\n end = this.length\n }\n if (val.length === 1) {\n var code = val.charCodeAt(0)\n if (code < 256) {\n val = code\n }\n }\n if (encoding !== undefined && typeof encoding !== 'string') {\n throw new TypeError('encoding must be a string')\n }\n if (typeof encoding === 'string' && !Buffer.isEncoding(encoding)) {\n throw new TypeError('Unknown encoding: ' + encoding)\n }\n } else if (typeof val === 'number') {\n val = val & 255\n }\n\n // Invalid ranges are not set to a default, so can range check early.\n if (start < 0 || this.length < start || this.length < end) {\n throw new RangeError('Out of range index')\n }\n\n if (end <= start) {\n return this\n }\n\n start = start >>> 0\n end = end === undefined ? this.length : end >>> 0\n\n if (!val) val = 0\n\n var i\n if (typeof val === 'number') {\n for (i = start; i < end; ++i) {\n this[i] = val\n }\n } else {\n var bytes = Buffer.isBuffer(val)\n ? val\n : utf8ToBytes(new Buffer(val, encoding).toString())\n var len = bytes.length\n for (i = 0; i < end - start; ++i) {\n this[i + start] = bytes[i % len]\n }\n }\n\n return this\n}\n\n// HELPER FUNCTIONS\n// ================\n\nvar INVALID_BASE64_RE = /[^+\\/0-9A-Za-z-_]/g\n\nfunction base64clean (str) {\n // Node strips out invalid characters like \\n and \\t from the string, base64-js does not\n str = stringtrim(str).replace(INVALID_BASE64_RE, '')\n // Node converts strings with length < 2 to ''\n if (str.length < 2) return ''\n // Node allows for non-padded base64 strings (missing trailing ===), base64-js does not\n while (str.length % 4 !== 0) {\n str = str + '='\n }\n return str\n}\n\nfunction stringtrim (str) {\n if (str.trim) return str.trim()\n return str.replace(/^\\s+|\\s+$/g, '')\n}\n\nfunction toHex (n) {\n if (n < 16) return '0' + n.toString(16)\n return n.toString(16)\n}\n\nfunction utf8ToBytes (string, units) {\n units = units || Infinity\n var codePoint\n var length = string.length\n var leadSurrogate = null\n var bytes = []\n\n for (var i = 0; i < length; ++i) {\n codePoint = string.charCodeAt(i)\n\n // is surrogate component\n if (codePoint > 0xD7FF && codePoint < 0xE000) {\n // last char was a lead\n if (!leadSurrogate) {\n // no lead yet\n if (codePoint > 0xDBFF) {\n // unexpected trail\n if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\n continue\n } else if (i + 1 === length) {\n // unpaired lead\n if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\n continue\n }\n\n // valid lead\n leadSurrogate = codePoint\n\n continue\n }\n\n // 2 leads in a row\n if (codePoint < 0xDC00) {\n if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\n leadSurrogate = codePoint\n continue\n }\n\n // valid surrogate pair\n codePoint = (leadSurrogate - 0xD800 << 10 | codePoint - 0xDC00) + 0x10000\n } else if (leadSurrogate) {\n // valid bmp char, but last char was a lead\n if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\n }\n\n leadSurrogate = null\n\n // encode utf8\n if (codePoint < 0x80) {\n if ((units -= 1) < 0) break\n bytes.push(codePoint)\n } else if (codePoint < 0x800) {\n if ((units -= 2) < 0) break\n bytes.push(\n codePoint >> 0x6 | 0xC0,\n codePoint & 0x3F | 0x80\n )\n } else if (codePoint < 0x10000) {\n if ((units -= 3) < 0) break\n bytes.push(\n codePoint >> 0xC | 0xE0,\n codePoint >> 0x6 & 0x3F | 0x80,\n codePoint & 0x3F | 0x80\n )\n } else if (codePoint < 0x110000) {\n if ((units -= 4) < 0) break\n bytes.push(\n codePoint >> 0x12 | 0xF0,\n codePoint >> 0xC & 0x3F | 0x80,\n codePoint >> 0x6 & 0x3F | 0x80,\n codePoint & 0x3F | 0x80\n )\n } else {\n throw new Error('Invalid code point')\n }\n }\n\n return bytes\n}\n\nfunction asciiToBytes (str) {\n var byteArray = []\n for (var i = 0; i < str.length; ++i) {\n // Node's code seems to be doing this and not & 0x7F..\n byteArray.push(str.charCodeAt(i) & 0xFF)\n }\n return byteArray\n}\n\nfunction utf16leToBytes (str, units) {\n var c, hi, lo\n var byteArray = []\n for (var i = 0; i < str.length; ++i) {\n if ((units -= 2) < 0) break\n\n c = str.charCodeAt(i)\n hi = c >> 8\n lo = c % 256\n byteArray.push(lo)\n byteArray.push(hi)\n }\n\n return byteArray\n}\n\nfunction base64ToBytes (str) {\n return base64.toByteArray(base64clean(str))\n}\n\nfunction blitBuffer (src, dst, offset, length) {\n for (var i = 0; i < length; ++i) {\n if ((i + offset >= dst.length) || (i >= src.length)) break\n dst[i + offset] = src[i]\n }\n return i\n}\n\nfunction isnan (val) {\n return val !== val // eslint-disable-line no-self-compare\n}\n","/*! safe-buffer. MIT License. Feross Aboukhadijeh */\n/* eslint-disable node/no-deprecated-api */\nvar buffer = require('buffer')\nvar Buffer = buffer.Buffer\n\n// alternative to using Object.keys for old browsers\nfunction copyProps (src, dst) {\n for (var key in src) {\n dst[key] = src[key]\n }\n}\nif (Buffer.from && Buffer.alloc && Buffer.allocUnsafe && Buffer.allocUnsafeSlow) {\n module.exports = buffer\n} else {\n // Copy properties from require('buffer')\n copyProps(buffer, exports)\n exports.Buffer = SafeBuffer\n}\n\nfunction SafeBuffer (arg, encodingOrOffset, length) {\n return Buffer(arg, encodingOrOffset, length)\n}\n\nSafeBuffer.prototype = Object.create(Buffer.prototype)\n\n// Copy static methods from Buffer\ncopyProps(Buffer, SafeBuffer)\n\nSafeBuffer.from = function (arg, encodingOrOffset, length) {\n if (typeof arg === 'number') {\n throw new TypeError('Argument must not be a number')\n }\n return Buffer(arg, encodingOrOffset, length)\n}\n\nSafeBuffer.alloc = function (size, fill, encoding) {\n if (typeof size !== 'number') {\n throw new TypeError('Argument must be a number')\n }\n var buf = Buffer(size)\n if (fill !== undefined) {\n if (typeof encoding === 'string') {\n buf.fill(fill, encoding)\n } else {\n buf.fill(fill)\n }\n } else {\n buf.fill(0)\n }\n return buf\n}\n\nSafeBuffer.allocUnsafe = function (size) {\n if (typeof size !== 'number') {\n throw new TypeError('Argument must be a number')\n }\n return Buffer(size)\n}\n\nSafeBuffer.allocUnsafeSlow = function (size) {\n if (typeof size !== 'number') {\n throw new TypeError('Argument must be a number')\n }\n return buffer.SlowBuffer(size)\n}\n","'use strict'\n\n// limit of Crypto.getRandomValues()\n// https://developer.mozilla.org/en-US/docs/Web/API/Crypto/getRandomValues\nvar MAX_BYTES = 65536\n\n// Node supports requesting up to this number of bytes\n// https://github.com/nodejs/node/blob/master/lib/internal/crypto/random.js#L48\nvar MAX_UINT32 = 4294967295\n\nfunction oldBrowser () {\n throw new Error('Secure random number generation is not supported by this browser.\\nUse Chrome, Firefox or Internet Explorer 11')\n}\n\nvar Buffer = require('safe-buffer').Buffer\nvar crypto = global.crypto || global.msCrypto\n\nif (crypto && crypto.getRandomValues) {\n module.exports = randomBytes\n} else {\n module.exports = oldBrowser\n}\n\nfunction randomBytes (size, cb) {\n // phantomjs needs to throw\n if (size > MAX_UINT32) throw new RangeError('requested too many random bytes')\n\n var bytes = Buffer.allocUnsafe(size)\n\n if (size > 0) { // getRandomValues fails on IE if size == 0\n if (size > MAX_BYTES) { // this is the max bytes crypto.getRandomValues\n // can do at once see https://developer.mozilla.org/en-US/docs/Web/API/window.crypto.getRandomValues\n for (var generated = 0; generated < size; generated += MAX_BYTES) {\n // buffer.slice automatically checks if the end is past the end of\n // the buffer so we don't have to here\n crypto.getRandomValues(bytes.slice(generated, generated + MAX_BYTES))\n }\n } else {\n crypto.getRandomValues(bytes)\n }\n }\n\n if (typeof cb === 'function') {\n return process.nextTick(function () {\n cb(null, bytes)\n })\n }\n\n return bytes\n}\n","if (typeof Object.create === 'function') {\n // implementation from standard node.js 'util' module\n module.exports = function inherits(ctor, superCtor) {\n if (superCtor) {\n ctor.super_ = superCtor\n ctor.prototype = Object.create(superCtor.prototype, {\n constructor: {\n value: ctor,\n enumerable: false,\n writable: true,\n configurable: true\n }\n })\n }\n };\n} else {\n // old school shim for old browsers\n module.exports = function inherits(ctor, superCtor) {\n if (superCtor) {\n ctor.super_ = superCtor\n var TempCtor = function () {}\n TempCtor.prototype = superCtor.prototype\n ctor.prototype = new TempCtor()\n ctor.prototype.constructor = ctor\n }\n }\n}\n","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n'use strict';\n\nvar R = typeof Reflect === 'object' ? Reflect : null\nvar ReflectApply = R && typeof R.apply === 'function'\n ? R.apply\n : function ReflectApply(target, receiver, args) {\n return Function.prototype.apply.call(target, receiver, args);\n }\n\nvar ReflectOwnKeys\nif (R && typeof R.ownKeys === 'function') {\n ReflectOwnKeys = R.ownKeys\n} else if (Object.getOwnPropertySymbols) {\n ReflectOwnKeys = function ReflectOwnKeys(target) {\n return Object.getOwnPropertyNames(target)\n .concat(Object.getOwnPropertySymbols(target));\n };\n} else {\n ReflectOwnKeys = function ReflectOwnKeys(target) {\n return Object.getOwnPropertyNames(target);\n };\n}\n\nfunction ProcessEmitWarning(warning) {\n if (console && console.warn) console.warn(warning);\n}\n\nvar NumberIsNaN = Number.isNaN || function NumberIsNaN(value) {\n return value !== value;\n}\n\nfunction EventEmitter() {\n EventEmitter.init.call(this);\n}\nmodule.exports = EventEmitter;\n\n// Backwards-compat with node 0.10.x\nEventEmitter.EventEmitter = EventEmitter;\n\nEventEmitter.prototype._events = undefined;\nEventEmitter.prototype._eventsCount = 0;\nEventEmitter.prototype._maxListeners = undefined;\n\n// By default EventEmitters will print a warning if more than 10 listeners are\n// added to it. This is a useful default which helps finding memory leaks.\nvar defaultMaxListeners = 10;\n\nfunction checkListener(listener) {\n if (typeof listener !== 'function') {\n throw new TypeError('The \"listener\" argument must be of type Function. Received type ' + typeof listener);\n }\n}\n\nObject.defineProperty(EventEmitter, 'defaultMaxListeners', {\n enumerable: true,\n get: function() {\n return defaultMaxListeners;\n },\n set: function(arg) {\n if (typeof arg !== 'number' || arg < 0 || NumberIsNaN(arg)) {\n throw new RangeError('The value of \"defaultMaxListeners\" is out of range. It must be a non-negative number. Received ' + arg + '.');\n }\n defaultMaxListeners = arg;\n }\n});\n\nEventEmitter.init = function() {\n\n if (this._events === undefined ||\n this._events === Object.getPrototypeOf(this)._events) {\n this._events = Object.create(null);\n this._eventsCount = 0;\n }\n\n this._maxListeners = this._maxListeners || undefined;\n};\n\n// Obviously not all Emitters should be limited to 10. This function allows\n// that to be increased. Set to zero for unlimited.\nEventEmitter.prototype.setMaxListeners = function setMaxListeners(n) {\n if (typeof n !== 'number' || n < 0 || NumberIsNaN(n)) {\n throw new RangeError('The value of \"n\" is out of range. It must be a non-negative number. Received ' + n + '.');\n }\n this._maxListeners = n;\n return this;\n};\n\nfunction _getMaxListeners(that) {\n if (that._maxListeners === undefined)\n return EventEmitter.defaultMaxListeners;\n return that._maxListeners;\n}\n\nEventEmitter.prototype.getMaxListeners = function getMaxListeners() {\n return _getMaxListeners(this);\n};\n\nEventEmitter.prototype.emit = function emit(type) {\n var args = [];\n for (var i = 1; i < arguments.length; i++) args.push(arguments[i]);\n var doError = (type === 'error');\n\n var events = this._events;\n if (events !== undefined)\n doError = (doError && events.error === undefined);\n else if (!doError)\n return false;\n\n // If there is no 'error' event listener then throw.\n if (doError) {\n var er;\n if (args.length > 0)\n er = args[0];\n if (er instanceof Error) {\n // Note: The comments on the `throw` lines are intentional, they show\n // up in Node's output if this results in an unhandled exception.\n throw er; // Unhandled 'error' event\n }\n // At least give some kind of context to the user\n var err = new Error('Unhandled error.' + (er ? ' (' + er.message + ')' : ''));\n err.context = er;\n throw err; // Unhandled 'error' event\n }\n\n var handler = events[type];\n\n if (handler === undefined)\n return false;\n\n if (typeof handler === 'function') {\n ReflectApply(handler, this, args);\n } else {\n var len = handler.length;\n var listeners = arrayClone(handler, len);\n for (var i = 0; i < len; ++i)\n ReflectApply(listeners[i], this, args);\n }\n\n return true;\n};\n\nfunction _addListener(target, type, listener, prepend) {\n var m;\n var events;\n var existing;\n\n checkListener(listener);\n\n events = target._events;\n if (events === undefined) {\n events = target._events = Object.create(null);\n target._eventsCount = 0;\n } else {\n // To avoid recursion in the case that type === \"newListener\"! Before\n // adding it to the listeners, first emit \"newListener\".\n if (events.newListener !== undefined) {\n target.emit('newListener', type,\n listener.listener ? listener.listener : listener);\n\n // Re-assign `events` because a newListener handler could have caused the\n // this._events to be assigned to a new object\n events = target._events;\n }\n existing = events[type];\n }\n\n if (existing === undefined) {\n // Optimize the case of one listener. Don't need the extra array object.\n existing = events[type] = listener;\n ++target._eventsCount;\n } else {\n if (typeof existing === 'function') {\n // Adding the second element, need to change to array.\n existing = events[type] =\n prepend ? [listener, existing] : [existing, listener];\n // If we've already got an array, just append.\n } else if (prepend) {\n existing.unshift(listener);\n } else {\n existing.push(listener);\n }\n\n // Check for listener leak\n m = _getMaxListeners(target);\n if (m > 0 && existing.length > m && !existing.warned) {\n existing.warned = true;\n // No error code for this since it is a Warning\n // eslint-disable-next-line no-restricted-syntax\n var w = new Error('Possible EventEmitter memory leak detected. ' +\n existing.length + ' ' + String(type) + ' listeners ' +\n 'added. Use emitter.setMaxListeners() to ' +\n 'increase limit');\n w.name = 'MaxListenersExceededWarning';\n w.emitter = target;\n w.type = type;\n w.count = existing.length;\n ProcessEmitWarning(w);\n }\n }\n\n return target;\n}\n\nEventEmitter.prototype.addListener = function addListener(type, listener) {\n return _addListener(this, type, listener, false);\n};\n\nEventEmitter.prototype.on = EventEmitter.prototype.addListener;\n\nEventEmitter.prototype.prependListener =\n function prependListener(type, listener) {\n return _addListener(this, type, listener, true);\n };\n\nfunction onceWrapper() {\n if (!this.fired) {\n this.target.removeListener(this.type, this.wrapFn);\n this.fired = true;\n if (arguments.length === 0)\n return this.listener.call(this.target);\n return this.listener.apply(this.target, arguments);\n }\n}\n\nfunction _onceWrap(target, type, listener) {\n var state = { fired: false, wrapFn: undefined, target: target, type: type, listener: listener };\n var wrapped = onceWrapper.bind(state);\n wrapped.listener = listener;\n state.wrapFn = wrapped;\n return wrapped;\n}\n\nEventEmitter.prototype.once = function once(type, listener) {\n checkListener(listener);\n this.on(type, _onceWrap(this, type, listener));\n return this;\n};\n\nEventEmitter.prototype.prependOnceListener =\n function prependOnceListener(type, listener) {\n checkListener(listener);\n this.prependListener(type, _onceWrap(this, type, listener));\n return this;\n };\n\n// Emits a 'removeListener' event if and only if the listener was removed.\nEventEmitter.prototype.removeListener =\n function removeListener(type, listener) {\n var list, events, position, i, originalListener;\n\n checkListener(listener);\n\n events = this._events;\n if (events === undefined)\n return this;\n\n list = events[type];\n if (list === undefined)\n return this;\n\n if (list === listener || list.listener === listener) {\n if (--this._eventsCount === 0)\n this._events = Object.create(null);\n else {\n delete events[type];\n if (events.removeListener)\n this.emit('removeListener', type, list.listener || listener);\n }\n } else if (typeof list !== 'function') {\n position = -1;\n\n for (i = list.length - 1; i >= 0; i--) {\n if (list[i] === listener || list[i].listener === listener) {\n originalListener = list[i].listener;\n position = i;\n break;\n }\n }\n\n if (position < 0)\n return this;\n\n if (position === 0)\n list.shift();\n else {\n spliceOne(list, position);\n }\n\n if (list.length === 1)\n events[type] = list[0];\n\n if (events.removeListener !== undefined)\n this.emit('removeListener', type, originalListener || listener);\n }\n\n return this;\n };\n\nEventEmitter.prototype.off = EventEmitter.prototype.removeListener;\n\nEventEmitter.prototype.removeAllListeners =\n function removeAllListeners(type) {\n var listeners, events, i;\n\n events = this._events;\n if (events === undefined)\n return this;\n\n // not listening for removeListener, no need to emit\n if (events.removeListener === undefined) {\n if (arguments.length === 0) {\n this._events = Object.create(null);\n this._eventsCount = 0;\n } else if (events[type] !== undefined) {\n if (--this._eventsCount === 0)\n this._events = Object.create(null);\n else\n delete events[type];\n }\n return this;\n }\n\n // emit removeListener for all listeners on all events\n if (arguments.length === 0) {\n var keys = Object.keys(events);\n var key;\n for (i = 0; i < keys.length; ++i) {\n key = keys[i];\n if (key === 'removeListener') continue;\n this.removeAllListeners(key);\n }\n this.removeAllListeners('removeListener');\n this._events = Object.create(null);\n this._eventsCount = 0;\n return this;\n }\n\n listeners = events[type];\n\n if (typeof listeners === 'function') {\n this.removeListener(type, listeners);\n } else if (listeners !== undefined) {\n // LIFO order\n for (i = listeners.length - 1; i >= 0; i--) {\n this.removeListener(type, listeners[i]);\n }\n }\n\n return this;\n };\n\nfunction _listeners(target, type, unwrap) {\n var events = target._events;\n\n if (events === undefined)\n return [];\n\n var evlistener = events[type];\n if (evlistener === undefined)\n return [];\n\n if (typeof evlistener === 'function')\n return unwrap ? [evlistener.listener || evlistener] : [evlistener];\n\n return unwrap ?\n unwrapListeners(evlistener) : arrayClone(evlistener, evlistener.length);\n}\n\nEventEmitter.prototype.listeners = function listeners(type) {\n return _listeners(this, type, true);\n};\n\nEventEmitter.prototype.rawListeners = function rawListeners(type) {\n return _listeners(this, type, false);\n};\n\nEventEmitter.listenerCount = function(emitter, type) {\n if (typeof emitter.listenerCount === 'function') {\n return emitter.listenerCount(type);\n } else {\n return listenerCount.call(emitter, type);\n }\n};\n\nEventEmitter.prototype.listenerCount = listenerCount;\nfunction listenerCount(type) {\n var events = this._events;\n\n if (events !== undefined) {\n var evlistener = events[type];\n\n if (typeof evlistener === 'function') {\n return 1;\n } else if (evlistener !== undefined) {\n return evlistener.length;\n }\n }\n\n return 0;\n}\n\nEventEmitter.prototype.eventNames = function eventNames() {\n return this._eventsCount > 0 ? ReflectOwnKeys(this._events) : [];\n};\n\nfunction arrayClone(arr, n) {\n var copy = new Array(n);\n for (var i = 0; i < n; ++i)\n copy[i] = arr[i];\n return copy;\n}\n\nfunction spliceOne(list, index) {\n for (; index + 1 < list.length; index++)\n list[index] = list[index + 1];\n list.pop();\n}\n\nfunction unwrapListeners(arr) {\n var ret = new Array(arr.length);\n for (var i = 0; i < ret.length; ++i) {\n ret[i] = arr[i].listener || arr[i];\n }\n return ret;\n}\n","module.exports = require('events').EventEmitter;\n","'use strict';\n\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\n\nvar _require = require('buffer'),\n Buffer = _require.Buffer;\n\nvar _require2 = require('util'),\n inspect = _require2.inspect;\n\nvar custom = inspect && inspect.custom || 'inspect';\n\nfunction copyBuffer(src, target, offset) {\n Buffer.prototype.copy.call(src, target, offset);\n}\n\nmodule.exports =\n/*#__PURE__*/\nfunction () {\n function BufferList() {\n _classCallCheck(this, BufferList);\n\n this.head = null;\n this.tail = null;\n this.length = 0;\n }\n\n _createClass(BufferList, [{\n key: \"push\",\n value: function push(v) {\n var entry = {\n data: v,\n next: null\n };\n if (this.length > 0) this.tail.next = entry;else this.head = entry;\n this.tail = entry;\n ++this.length;\n }\n }, {\n key: \"unshift\",\n value: function unshift(v) {\n var entry = {\n data: v,\n next: this.head\n };\n if (this.length === 0) this.tail = entry;\n this.head = entry;\n ++this.length;\n }\n }, {\n key: \"shift\",\n value: function shift() {\n if (this.length === 0) return;\n var ret = this.head.data;\n if (this.length === 1) this.head = this.tail = null;else this.head = this.head.next;\n --this.length;\n return ret;\n }\n }, {\n key: \"clear\",\n value: function clear() {\n this.head = this.tail = null;\n this.length = 0;\n }\n }, {\n key: \"join\",\n value: function join(s) {\n if (this.length === 0) return '';\n var p = this.head;\n var ret = '' + p.data;\n\n while (p = p.next) {\n ret += s + p.data;\n }\n\n return ret;\n }\n }, {\n key: \"concat\",\n value: function concat(n) {\n if (this.length === 0) return Buffer.alloc(0);\n var ret = Buffer.allocUnsafe(n >>> 0);\n var p = this.head;\n var i = 0;\n\n while (p) {\n copyBuffer(p.data, ret, i);\n i += p.data.length;\n p = p.next;\n }\n\n return ret;\n } // Consumes a specified amount of bytes or characters from the buffered data.\n\n }, {\n key: \"consume\",\n value: function consume(n, hasStrings) {\n var ret;\n\n if (n < this.head.data.length) {\n // `slice` is the same for buffers and strings.\n ret = this.head.data.slice(0, n);\n this.head.data = this.head.data.slice(n);\n } else if (n === this.head.data.length) {\n // First chunk is a perfect match.\n ret = this.shift();\n } else {\n // Result spans more than one buffer.\n ret = hasStrings ? this._getString(n) : this._getBuffer(n);\n }\n\n return ret;\n }\n }, {\n key: \"first\",\n value: function first() {\n return this.head.data;\n } // Consumes a specified amount of characters from the buffered data.\n\n }, {\n key: \"_getString\",\n value: function _getString(n) {\n var p = this.head;\n var c = 1;\n var ret = p.data;\n n -= ret.length;\n\n while (p = p.next) {\n var str = p.data;\n var nb = n > str.length ? str.length : n;\n if (nb === str.length) ret += str;else ret += str.slice(0, n);\n n -= nb;\n\n if (n === 0) {\n if (nb === str.length) {\n ++c;\n if (p.next) this.head = p.next;else this.head = this.tail = null;\n } else {\n this.head = p;\n p.data = str.slice(nb);\n }\n\n break;\n }\n\n ++c;\n }\n\n this.length -= c;\n return ret;\n } // Consumes a specified amount of bytes from the buffered data.\n\n }, {\n key: \"_getBuffer\",\n value: function _getBuffer(n) {\n var ret = Buffer.allocUnsafe(n);\n var p = this.head;\n var c = 1;\n p.data.copy(ret);\n n -= p.data.length;\n\n while (p = p.next) {\n var buf = p.data;\n var nb = n > buf.length ? buf.length : n;\n buf.copy(ret, ret.length - n, 0, nb);\n n -= nb;\n\n if (n === 0) {\n if (nb === buf.length) {\n ++c;\n if (p.next) this.head = p.next;else this.head = this.tail = null;\n } else {\n this.head = p;\n p.data = buf.slice(nb);\n }\n\n break;\n }\n\n ++c;\n }\n\n this.length -= c;\n return ret;\n } // Make sure the linked list only shows the minimal necessary information.\n\n }, {\n key: custom,\n value: function value(_, options) {\n return inspect(this, _objectSpread({}, options, {\n // Only inspect one level.\n depth: 0,\n // It should not recurse.\n customInspect: false\n }));\n }\n }]);\n\n return BufferList;\n}();","'use strict'; // undocumented cb() API, needed for core, not for public API\n\nfunction destroy(err, cb) {\n var _this = this;\n\n var readableDestroyed = this._readableState && this._readableState.destroyed;\n var writableDestroyed = this._writableState && this._writableState.destroyed;\n\n if (readableDestroyed || writableDestroyed) {\n if (cb) {\n cb(err);\n } else if (err) {\n if (!this._writableState) {\n process.nextTick(emitErrorNT, this, err);\n } else if (!this._writableState.errorEmitted) {\n this._writableState.errorEmitted = true;\n process.nextTick(emitErrorNT, this, err);\n }\n }\n\n return this;\n } // we set destroyed to true before firing error callbacks in order\n // to make it re-entrance safe in case destroy() is called within callbacks\n\n\n if (this._readableState) {\n this._readableState.destroyed = true;\n } // if this is a duplex stream mark the writable part as destroyed as well\n\n\n if (this._writableState) {\n this._writableState.destroyed = true;\n }\n\n this._destroy(err || null, function (err) {\n if (!cb && err) {\n if (!_this._writableState) {\n process.nextTick(emitErrorAndCloseNT, _this, err);\n } else if (!_this._writableState.errorEmitted) {\n _this._writableState.errorEmitted = true;\n process.nextTick(emitErrorAndCloseNT, _this, err);\n } else {\n process.nextTick(emitCloseNT, _this);\n }\n } else if (cb) {\n process.nextTick(emitCloseNT, _this);\n cb(err);\n } else {\n process.nextTick(emitCloseNT, _this);\n }\n });\n\n return this;\n}\n\nfunction emitErrorAndCloseNT(self, err) {\n emitErrorNT(self, err);\n emitCloseNT(self);\n}\n\nfunction emitCloseNT(self) {\n if (self._writableState && !self._writableState.emitClose) return;\n if (self._readableState && !self._readableState.emitClose) return;\n self.emit('close');\n}\n\nfunction undestroy() {\n if (this._readableState) {\n this._readableState.destroyed = false;\n this._readableState.reading = false;\n this._readableState.ended = false;\n this._readableState.endEmitted = false;\n }\n\n if (this._writableState) {\n this._writableState.destroyed = false;\n this._writableState.ended = false;\n this._writableState.ending = false;\n this._writableState.finalCalled = false;\n this._writableState.prefinished = false;\n this._writableState.finished = false;\n this._writableState.errorEmitted = false;\n }\n}\n\nfunction emitErrorNT(self, err) {\n self.emit('error', err);\n}\n\nfunction errorOrDestroy(stream, err) {\n // We have tests that rely on errors being emitted\n // in the same tick, so changing this is semver major.\n // For now when you opt-in to autoDestroy we allow\n // the error to be emitted nextTick. In a future\n // semver major update we should change the default to this.\n var rState = stream._readableState;\n var wState = stream._writableState;\n if (rState && rState.autoDestroy || wState && wState.autoDestroy) stream.destroy(err);else stream.emit('error', err);\n}\n\nmodule.exports = {\n destroy: destroy,\n undestroy: undestroy,\n errorOrDestroy: errorOrDestroy\n};","'use strict';\n\nfunction _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; }\n\nvar codes = {};\n\nfunction createErrorType(code, message, Base) {\n if (!Base) {\n Base = Error;\n }\n\n function getMessage(arg1, arg2, arg3) {\n if (typeof message === 'string') {\n return message;\n } else {\n return message(arg1, arg2, arg3);\n }\n }\n\n var NodeError =\n /*#__PURE__*/\n function (_Base) {\n _inheritsLoose(NodeError, _Base);\n\n function NodeError(arg1, arg2, arg3) {\n return _Base.call(this, getMessage(arg1, arg2, arg3)) || this;\n }\n\n return NodeError;\n }(Base);\n\n NodeError.prototype.name = Base.name;\n NodeError.prototype.code = code;\n codes[code] = NodeError;\n} // https://github.com/nodejs/node/blob/v10.8.0/lib/internal/errors.js\n\n\nfunction oneOf(expected, thing) {\n if (Array.isArray(expected)) {\n var len = expected.length;\n expected = expected.map(function (i) {\n return String(i);\n });\n\n if (len > 2) {\n return \"one of \".concat(thing, \" \").concat(expected.slice(0, len - 1).join(', '), \", or \") + expected[len - 1];\n } else if (len === 2) {\n return \"one of \".concat(thing, \" \").concat(expected[0], \" or \").concat(expected[1]);\n } else {\n return \"of \".concat(thing, \" \").concat(expected[0]);\n }\n } else {\n return \"of \".concat(thing, \" \").concat(String(expected));\n }\n} // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/startsWith\n\n\nfunction startsWith(str, search, pos) {\n return str.substr(!pos || pos < 0 ? 0 : +pos, search.length) === search;\n} // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/endsWith\n\n\nfunction endsWith(str, search, this_len) {\n if (this_len === undefined || this_len > str.length) {\n this_len = str.length;\n }\n\n return str.substring(this_len - search.length, this_len) === search;\n} // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/includes\n\n\nfunction includes(str, search, start) {\n if (typeof start !== 'number') {\n start = 0;\n }\n\n if (start + search.length > str.length) {\n return false;\n } else {\n return str.indexOf(search, start) !== -1;\n }\n}\n\ncreateErrorType('ERR_INVALID_OPT_VALUE', function (name, value) {\n return 'The value \"' + value + '\" is invalid for option \"' + name + '\"';\n}, TypeError);\ncreateErrorType('ERR_INVALID_ARG_TYPE', function (name, expected, actual) {\n // determiner: 'must be' or 'must not be'\n var determiner;\n\n if (typeof expected === 'string' && startsWith(expected, 'not ')) {\n determiner = 'must not be';\n expected = expected.replace(/^not /, '');\n } else {\n determiner = 'must be';\n }\n\n var msg;\n\n if (endsWith(name, ' argument')) {\n // For cases like 'first argument'\n msg = \"The \".concat(name, \" \").concat(determiner, \" \").concat(oneOf(expected, 'type'));\n } else {\n var type = includes(name, '.') ? 'property' : 'argument';\n msg = \"The \\\"\".concat(name, \"\\\" \").concat(type, \" \").concat(determiner, \" \").concat(oneOf(expected, 'type'));\n }\n\n msg += \". Received type \".concat(typeof actual);\n return msg;\n}, TypeError);\ncreateErrorType('ERR_STREAM_PUSH_AFTER_EOF', 'stream.push() after EOF');\ncreateErrorType('ERR_METHOD_NOT_IMPLEMENTED', function (name) {\n return 'The ' + name + ' method is not implemented';\n});\ncreateErrorType('ERR_STREAM_PREMATURE_CLOSE', 'Premature close');\ncreateErrorType('ERR_STREAM_DESTROYED', function (name) {\n return 'Cannot call ' + name + ' after a stream was destroyed';\n});\ncreateErrorType('ERR_MULTIPLE_CALLBACK', 'Callback called multiple times');\ncreateErrorType('ERR_STREAM_CANNOT_PIPE', 'Cannot pipe, not readable');\ncreateErrorType('ERR_STREAM_WRITE_AFTER_END', 'write after end');\ncreateErrorType('ERR_STREAM_NULL_VALUES', 'May not write null values to stream', TypeError);\ncreateErrorType('ERR_UNKNOWN_ENCODING', function (arg) {\n return 'Unknown encoding: ' + arg;\n}, TypeError);\ncreateErrorType('ERR_STREAM_UNSHIFT_AFTER_END_EVENT', 'stream.unshift() after end event');\nmodule.exports.codes = codes;\n","'use strict';\n\nvar ERR_INVALID_OPT_VALUE = require('../../../errors').codes.ERR_INVALID_OPT_VALUE;\n\nfunction highWaterMarkFrom(options, isDuplex, duplexKey) {\n return options.highWaterMark != null ? options.highWaterMark : isDuplex ? options[duplexKey] : null;\n}\n\nfunction getHighWaterMark(state, options, duplexKey, isDuplex) {\n var hwm = highWaterMarkFrom(options, isDuplex, duplexKey);\n\n if (hwm != null) {\n if (!(isFinite(hwm) && Math.floor(hwm) === hwm) || hwm < 0) {\n var name = isDuplex ? duplexKey : 'highWaterMark';\n throw new ERR_INVALID_OPT_VALUE(name, hwm);\n }\n\n return Math.floor(hwm);\n } // Default value\n\n\n return state.objectMode ? 16 : 16 * 1024;\n}\n\nmodule.exports = {\n getHighWaterMark: getHighWaterMark\n};","\n/**\n * Module exports.\n */\n\nmodule.exports = deprecate;\n\n/**\n * Mark that a method should not be used.\n * Returns a modified function which warns once by default.\n *\n * If `localStorage.noDeprecation = true` is set, then it is a no-op.\n *\n * If `localStorage.throwDeprecation = true` is set, then deprecated functions\n * will throw an Error when invoked.\n *\n * If `localStorage.traceDeprecation = true` is set, then deprecated functions\n * will invoke `console.trace()` instead of `console.error()`.\n *\n * @param {Function} fn - the function to deprecate\n * @param {String} msg - the string to print to the console when `fn` is invoked\n * @returns {Function} a new \"deprecated\" version of `fn`\n * @api public\n */\n\nfunction deprecate (fn, msg) {\n if (config('noDeprecation')) {\n return fn;\n }\n\n var warned = false;\n function deprecated() {\n if (!warned) {\n if (config('throwDeprecation')) {\n throw new Error(msg);\n } else if (config('traceDeprecation')) {\n console.trace(msg);\n } else {\n console.warn(msg);\n }\n warned = true;\n }\n return fn.apply(this, arguments);\n }\n\n return deprecated;\n}\n\n/**\n * Checks `localStorage` for boolean values for the given `name`.\n *\n * @param {String} name\n * @returns {Boolean}\n * @api private\n */\n\nfunction config (name) {\n // accessing global.localStorage can trigger a DOMException in sandboxed iframes\n try {\n if (!global.localStorage) return false;\n } catch (_) {\n return false;\n }\n var val = global.localStorage[name];\n if (null == val) return false;\n return String(val).toLowerCase() === 'true';\n}\n","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n// A bit simpler than readable streams.\n// Implement an async ._write(chunk, encoding, cb), and it'll handle all\n// the drain event emission and buffering.\n'use strict';\n\nmodule.exports = Writable;\n/* */\n\nfunction WriteReq(chunk, encoding, cb) {\n this.chunk = chunk;\n this.encoding = encoding;\n this.callback = cb;\n this.next = null;\n} // It seems a linked list but it is not\n// there will be only 2 of these for each stream\n\n\nfunction CorkedRequest(state) {\n var _this = this;\n\n this.next = null;\n this.entry = null;\n\n this.finish = function () {\n onCorkedFinish(_this, state);\n };\n}\n/* */\n\n/**/\n\n\nvar Duplex;\n/**/\n\nWritable.WritableState = WritableState;\n/**/\n\nvar internalUtil = {\n deprecate: require('util-deprecate')\n};\n/**/\n\n/**/\n\nvar Stream = require('./internal/streams/stream');\n/**/\n\n\nvar Buffer = require('buffer').Buffer;\n\nvar OurUint8Array = global.Uint8Array || function () {};\n\nfunction _uint8ArrayToBuffer(chunk) {\n return Buffer.from(chunk);\n}\n\nfunction _isUint8Array(obj) {\n return Buffer.isBuffer(obj) || obj instanceof OurUint8Array;\n}\n\nvar destroyImpl = require('./internal/streams/destroy');\n\nvar _require = require('./internal/streams/state'),\n getHighWaterMark = _require.getHighWaterMark;\n\nvar _require$codes = require('../errors').codes,\n ERR_INVALID_ARG_TYPE = _require$codes.ERR_INVALID_ARG_TYPE,\n ERR_METHOD_NOT_IMPLEMENTED = _require$codes.ERR_METHOD_NOT_IMPLEMENTED,\n ERR_MULTIPLE_CALLBACK = _require$codes.ERR_MULTIPLE_CALLBACK,\n ERR_STREAM_CANNOT_PIPE = _require$codes.ERR_STREAM_CANNOT_PIPE,\n ERR_STREAM_DESTROYED = _require$codes.ERR_STREAM_DESTROYED,\n ERR_STREAM_NULL_VALUES = _require$codes.ERR_STREAM_NULL_VALUES,\n ERR_STREAM_WRITE_AFTER_END = _require$codes.ERR_STREAM_WRITE_AFTER_END,\n ERR_UNKNOWN_ENCODING = _require$codes.ERR_UNKNOWN_ENCODING;\n\nvar errorOrDestroy = destroyImpl.errorOrDestroy;\n\nrequire('inherits')(Writable, Stream);\n\nfunction nop() {}\n\nfunction WritableState(options, stream, isDuplex) {\n Duplex = Duplex || require('./_stream_duplex');\n options = options || {}; // Duplex streams are both readable and writable, but share\n // the same options object.\n // However, some cases require setting options to different\n // values for the readable and the writable sides of the duplex stream,\n // e.g. options.readableObjectMode vs. options.writableObjectMode, etc.\n\n if (typeof isDuplex !== 'boolean') isDuplex = stream instanceof Duplex; // object stream flag to indicate whether or not this stream\n // contains buffers or objects.\n\n this.objectMode = !!options.objectMode;\n if (isDuplex) this.objectMode = this.objectMode || !!options.writableObjectMode; // the point at which write() starts returning false\n // Note: 0 is a valid value, means that we always return false if\n // the entire buffer is not flushed immediately on write()\n\n this.highWaterMark = getHighWaterMark(this, options, 'writableHighWaterMark', isDuplex); // if _final has been called\n\n this.finalCalled = false; // drain event flag.\n\n this.needDrain = false; // at the start of calling end()\n\n this.ending = false; // when end() has been called, and returned\n\n this.ended = false; // when 'finish' is emitted\n\n this.finished = false; // has it been destroyed\n\n this.destroyed = false; // should we decode strings into buffers before passing to _write?\n // this is here so that some node-core streams can optimize string\n // handling at a lower level.\n\n var noDecode = options.decodeStrings === false;\n this.decodeStrings = !noDecode; // Crypto is kind of old and crusty. Historically, its default string\n // encoding is 'binary' so we have to make this configurable.\n // Everything else in the universe uses 'utf8', though.\n\n this.defaultEncoding = options.defaultEncoding || 'utf8'; // not an actual buffer we keep track of, but a measurement\n // of how much we're waiting to get pushed to some underlying\n // socket or file.\n\n this.length = 0; // a flag to see when we're in the middle of a write.\n\n this.writing = false; // when true all writes will be buffered until .uncork() call\n\n this.corked = 0; // a flag to be able to tell if the onwrite cb is called immediately,\n // or on a later tick. We set this to true at first, because any\n // actions that shouldn't happen until \"later\" should generally also\n // not happen before the first write call.\n\n this.sync = true; // a flag to know if we're processing previously buffered items, which\n // may call the _write() callback in the same tick, so that we don't\n // end up in an overlapped onwrite situation.\n\n this.bufferProcessing = false; // the callback that's passed to _write(chunk,cb)\n\n this.onwrite = function (er) {\n onwrite(stream, er);\n }; // the callback that the user supplies to write(chunk,encoding,cb)\n\n\n this.writecb = null; // the amount that is being written when _write is called.\n\n this.writelen = 0;\n this.bufferedRequest = null;\n this.lastBufferedRequest = null; // number of pending user-supplied write callbacks\n // this must be 0 before 'finish' can be emitted\n\n this.pendingcb = 0; // emit prefinish if the only thing we're waiting for is _write cbs\n // This is relevant for synchronous Transform streams\n\n this.prefinished = false; // True if the error was already emitted and should not be thrown again\n\n this.errorEmitted = false; // Should close be emitted on destroy. Defaults to true.\n\n this.emitClose = options.emitClose !== false; // Should .destroy() be called after 'finish' (and potentially 'end')\n\n this.autoDestroy = !!options.autoDestroy; // count buffered requests\n\n this.bufferedRequestCount = 0; // allocate the first CorkedRequest, there is always\n // one allocated and free to use, and we maintain at most two\n\n this.corkedRequestsFree = new CorkedRequest(this);\n}\n\nWritableState.prototype.getBuffer = function getBuffer() {\n var current = this.bufferedRequest;\n var out = [];\n\n while (current) {\n out.push(current);\n current = current.next;\n }\n\n return out;\n};\n\n(function () {\n try {\n Object.defineProperty(WritableState.prototype, 'buffer', {\n get: internalUtil.deprecate(function writableStateBufferGetter() {\n return this.getBuffer();\n }, '_writableState.buffer is deprecated. Use _writableState.getBuffer ' + 'instead.', 'DEP0003')\n });\n } catch (_) {}\n})(); // Test _writableState for inheritance to account for Duplex streams,\n// whose prototype chain only points to Readable.\n\n\nvar realHasInstance;\n\nif (typeof Symbol === 'function' && Symbol.hasInstance && typeof Function.prototype[Symbol.hasInstance] === 'function') {\n realHasInstance = Function.prototype[Symbol.hasInstance];\n Object.defineProperty(Writable, Symbol.hasInstance, {\n value: function value(object) {\n if (realHasInstance.call(this, object)) return true;\n if (this !== Writable) return false;\n return object && object._writableState instanceof WritableState;\n }\n });\n} else {\n realHasInstance = function realHasInstance(object) {\n return object instanceof this;\n };\n}\n\nfunction Writable(options) {\n Duplex = Duplex || require('./_stream_duplex'); // Writable ctor is applied to Duplexes, too.\n // `realHasInstance` is necessary because using plain `instanceof`\n // would return false, as no `_writableState` property is attached.\n // Trying to use the custom `instanceof` for Writable here will also break the\n // Node.js LazyTransform implementation, which has a non-trivial getter for\n // `_writableState` that would lead to infinite recursion.\n // Checking for a Stream.Duplex instance is faster here instead of inside\n // the WritableState constructor, at least with V8 6.5\n\n var isDuplex = this instanceof Duplex;\n if (!isDuplex && !realHasInstance.call(Writable, this)) return new Writable(options);\n this._writableState = new WritableState(options, this, isDuplex); // legacy.\n\n this.writable = true;\n\n if (options) {\n if (typeof options.write === 'function') this._write = options.write;\n if (typeof options.writev === 'function') this._writev = options.writev;\n if (typeof options.destroy === 'function') this._destroy = options.destroy;\n if (typeof options.final === 'function') this._final = options.final;\n }\n\n Stream.call(this);\n} // Otherwise people can pipe Writable streams, which is just wrong.\n\n\nWritable.prototype.pipe = function () {\n errorOrDestroy(this, new ERR_STREAM_CANNOT_PIPE());\n};\n\nfunction writeAfterEnd(stream, cb) {\n var er = new ERR_STREAM_WRITE_AFTER_END(); // TODO: defer error events consistently everywhere, not just the cb\n\n errorOrDestroy(stream, er);\n process.nextTick(cb, er);\n} // Checks that a user-supplied chunk is valid, especially for the particular\n// mode the stream is in. Currently this means that `null` is never accepted\n// and undefined/non-string values are only allowed in object mode.\n\n\nfunction validChunk(stream, state, chunk, cb) {\n var er;\n\n if (chunk === null) {\n er = new ERR_STREAM_NULL_VALUES();\n } else if (typeof chunk !== 'string' && !state.objectMode) {\n er = new ERR_INVALID_ARG_TYPE('chunk', ['string', 'Buffer'], chunk);\n }\n\n if (er) {\n errorOrDestroy(stream, er);\n process.nextTick(cb, er);\n return false;\n }\n\n return true;\n}\n\nWritable.prototype.write = function (chunk, encoding, cb) {\n var state = this._writableState;\n var ret = false;\n\n var isBuf = !state.objectMode && _isUint8Array(chunk);\n\n if (isBuf && !Buffer.isBuffer(chunk)) {\n chunk = _uint8ArrayToBuffer(chunk);\n }\n\n if (typeof encoding === 'function') {\n cb = encoding;\n encoding = null;\n }\n\n if (isBuf) encoding = 'buffer';else if (!encoding) encoding = state.defaultEncoding;\n if (typeof cb !== 'function') cb = nop;\n if (state.ending) writeAfterEnd(this, cb);else if (isBuf || validChunk(this, state, chunk, cb)) {\n state.pendingcb++;\n ret = writeOrBuffer(this, state, isBuf, chunk, encoding, cb);\n }\n return ret;\n};\n\nWritable.prototype.cork = function () {\n this._writableState.corked++;\n};\n\nWritable.prototype.uncork = function () {\n var state = this._writableState;\n\n if (state.corked) {\n state.corked--;\n if (!state.writing && !state.corked && !state.bufferProcessing && state.bufferedRequest) clearBuffer(this, state);\n }\n};\n\nWritable.prototype.setDefaultEncoding = function setDefaultEncoding(encoding) {\n // node::ParseEncoding() requires lower case.\n if (typeof encoding === 'string') encoding = encoding.toLowerCase();\n if (!(['hex', 'utf8', 'utf-8', 'ascii', 'binary', 'base64', 'ucs2', 'ucs-2', 'utf16le', 'utf-16le', 'raw'].indexOf((encoding + '').toLowerCase()) > -1)) throw new ERR_UNKNOWN_ENCODING(encoding);\n this._writableState.defaultEncoding = encoding;\n return this;\n};\n\nObject.defineProperty(Writable.prototype, 'writableBuffer', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._writableState && this._writableState.getBuffer();\n }\n});\n\nfunction decodeChunk(state, chunk, encoding) {\n if (!state.objectMode && state.decodeStrings !== false && typeof chunk === 'string') {\n chunk = Buffer.from(chunk, encoding);\n }\n\n return chunk;\n}\n\nObject.defineProperty(Writable.prototype, 'writableHighWaterMark', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._writableState.highWaterMark;\n }\n}); // if we're already writing something, then just put this\n// in the queue, and wait our turn. Otherwise, call _write\n// If we return false, then we need a drain event, so set that flag.\n\nfunction writeOrBuffer(stream, state, isBuf, chunk, encoding, cb) {\n if (!isBuf) {\n var newChunk = decodeChunk(state, chunk, encoding);\n\n if (chunk !== newChunk) {\n isBuf = true;\n encoding = 'buffer';\n chunk = newChunk;\n }\n }\n\n var len = state.objectMode ? 1 : chunk.length;\n state.length += len;\n var ret = state.length < state.highWaterMark; // we must ensure that previous needDrain will not be reset to false.\n\n if (!ret) state.needDrain = true;\n\n if (state.writing || state.corked) {\n var last = state.lastBufferedRequest;\n state.lastBufferedRequest = {\n chunk: chunk,\n encoding: encoding,\n isBuf: isBuf,\n callback: cb,\n next: null\n };\n\n if (last) {\n last.next = state.lastBufferedRequest;\n } else {\n state.bufferedRequest = state.lastBufferedRequest;\n }\n\n state.bufferedRequestCount += 1;\n } else {\n doWrite(stream, state, false, len, chunk, encoding, cb);\n }\n\n return ret;\n}\n\nfunction doWrite(stream, state, writev, len, chunk, encoding, cb) {\n state.writelen = len;\n state.writecb = cb;\n state.writing = true;\n state.sync = true;\n if (state.destroyed) state.onwrite(new ERR_STREAM_DESTROYED('write'));else if (writev) stream._writev(chunk, state.onwrite);else stream._write(chunk, encoding, state.onwrite);\n state.sync = false;\n}\n\nfunction onwriteError(stream, state, sync, er, cb) {\n --state.pendingcb;\n\n if (sync) {\n // defer the callback if we are being called synchronously\n // to avoid piling up things on the stack\n process.nextTick(cb, er); // this can emit finish, and it will always happen\n // after error\n\n process.nextTick(finishMaybe, stream, state);\n stream._writableState.errorEmitted = true;\n errorOrDestroy(stream, er);\n } else {\n // the caller expect this to happen before if\n // it is async\n cb(er);\n stream._writableState.errorEmitted = true;\n errorOrDestroy(stream, er); // this can emit finish, but finish must\n // always follow error\n\n finishMaybe(stream, state);\n }\n}\n\nfunction onwriteStateUpdate(state) {\n state.writing = false;\n state.writecb = null;\n state.length -= state.writelen;\n state.writelen = 0;\n}\n\nfunction onwrite(stream, er) {\n var state = stream._writableState;\n var sync = state.sync;\n var cb = state.writecb;\n if (typeof cb !== 'function') throw new ERR_MULTIPLE_CALLBACK();\n onwriteStateUpdate(state);\n if (er) onwriteError(stream, state, sync, er, cb);else {\n // Check if we're actually ready to finish, but don't emit yet\n var finished = needFinish(state) || stream.destroyed;\n\n if (!finished && !state.corked && !state.bufferProcessing && state.bufferedRequest) {\n clearBuffer(stream, state);\n }\n\n if (sync) {\n process.nextTick(afterWrite, stream, state, finished, cb);\n } else {\n afterWrite(stream, state, finished, cb);\n }\n }\n}\n\nfunction afterWrite(stream, state, finished, cb) {\n if (!finished) onwriteDrain(stream, state);\n state.pendingcb--;\n cb();\n finishMaybe(stream, state);\n} // Must force callback to be called on nextTick, so that we don't\n// emit 'drain' before the write() consumer gets the 'false' return\n// value, and has a chance to attach a 'drain' listener.\n\n\nfunction onwriteDrain(stream, state) {\n if (state.length === 0 && state.needDrain) {\n state.needDrain = false;\n stream.emit('drain');\n }\n} // if there's something in the buffer waiting, then process it\n\n\nfunction clearBuffer(stream, state) {\n state.bufferProcessing = true;\n var entry = state.bufferedRequest;\n\n if (stream._writev && entry && entry.next) {\n // Fast case, write everything using _writev()\n var l = state.bufferedRequestCount;\n var buffer = new Array(l);\n var holder = state.corkedRequestsFree;\n holder.entry = entry;\n var count = 0;\n var allBuffers = true;\n\n while (entry) {\n buffer[count] = entry;\n if (!entry.isBuf) allBuffers = false;\n entry = entry.next;\n count += 1;\n }\n\n buffer.allBuffers = allBuffers;\n doWrite(stream, state, true, state.length, buffer, '', holder.finish); // doWrite is almost always async, defer these to save a bit of time\n // as the hot path ends with doWrite\n\n state.pendingcb++;\n state.lastBufferedRequest = null;\n\n if (holder.next) {\n state.corkedRequestsFree = holder.next;\n holder.next = null;\n } else {\n state.corkedRequestsFree = new CorkedRequest(state);\n }\n\n state.bufferedRequestCount = 0;\n } else {\n // Slow case, write chunks one-by-one\n while (entry) {\n var chunk = entry.chunk;\n var encoding = entry.encoding;\n var cb = entry.callback;\n var len = state.objectMode ? 1 : chunk.length;\n doWrite(stream, state, false, len, chunk, encoding, cb);\n entry = entry.next;\n state.bufferedRequestCount--; // if we didn't call the onwrite immediately, then\n // it means that we need to wait until it does.\n // also, that means that the chunk and cb are currently\n // being processed, so move the buffer counter past them.\n\n if (state.writing) {\n break;\n }\n }\n\n if (entry === null) state.lastBufferedRequest = null;\n }\n\n state.bufferedRequest = entry;\n state.bufferProcessing = false;\n}\n\nWritable.prototype._write = function (chunk, encoding, cb) {\n cb(new ERR_METHOD_NOT_IMPLEMENTED('_write()'));\n};\n\nWritable.prototype._writev = null;\n\nWritable.prototype.end = function (chunk, encoding, cb) {\n var state = this._writableState;\n\n if (typeof chunk === 'function') {\n cb = chunk;\n chunk = null;\n encoding = null;\n } else if (typeof encoding === 'function') {\n cb = encoding;\n encoding = null;\n }\n\n if (chunk !== null && chunk !== undefined) this.write(chunk, encoding); // .end() fully uncorks\n\n if (state.corked) {\n state.corked = 1;\n this.uncork();\n } // ignore unnecessary end() calls.\n\n\n if (!state.ending) endWritable(this, state, cb);\n return this;\n};\n\nObject.defineProperty(Writable.prototype, 'writableLength', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._writableState.length;\n }\n});\n\nfunction needFinish(state) {\n return state.ending && state.length === 0 && state.bufferedRequest === null && !state.finished && !state.writing;\n}\n\nfunction callFinal(stream, state) {\n stream._final(function (err) {\n state.pendingcb--;\n\n if (err) {\n errorOrDestroy(stream, err);\n }\n\n state.prefinished = true;\n stream.emit('prefinish');\n finishMaybe(stream, state);\n });\n}\n\nfunction prefinish(stream, state) {\n if (!state.prefinished && !state.finalCalled) {\n if (typeof stream._final === 'function' && !state.destroyed) {\n state.pendingcb++;\n state.finalCalled = true;\n process.nextTick(callFinal, stream, state);\n } else {\n state.prefinished = true;\n stream.emit('prefinish');\n }\n }\n}\n\nfunction finishMaybe(stream, state) {\n var need = needFinish(state);\n\n if (need) {\n prefinish(stream, state);\n\n if (state.pendingcb === 0) {\n state.finished = true;\n stream.emit('finish');\n\n if (state.autoDestroy) {\n // In case of duplex streams we need a way to detect\n // if the readable side is ready for autoDestroy as well\n var rState = stream._readableState;\n\n if (!rState || rState.autoDestroy && rState.endEmitted) {\n stream.destroy();\n }\n }\n }\n }\n\n return need;\n}\n\nfunction endWritable(stream, state, cb) {\n state.ending = true;\n finishMaybe(stream, state);\n\n if (cb) {\n if (state.finished) process.nextTick(cb);else stream.once('finish', cb);\n }\n\n state.ended = true;\n stream.writable = false;\n}\n\nfunction onCorkedFinish(corkReq, state, err) {\n var entry = corkReq.entry;\n corkReq.entry = null;\n\n while (entry) {\n var cb = entry.callback;\n state.pendingcb--;\n cb(err);\n entry = entry.next;\n } // reuse the free corkReq.\n\n\n state.corkedRequestsFree.next = corkReq;\n}\n\nObject.defineProperty(Writable.prototype, 'destroyed', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n if (this._writableState === undefined) {\n return false;\n }\n\n return this._writableState.destroyed;\n },\n set: function set(value) {\n // we ignore the value if the stream\n // has not been initialized yet\n if (!this._writableState) {\n return;\n } // backward compatibility, the user is explicitly\n // managing destroyed\n\n\n this._writableState.destroyed = value;\n }\n});\nWritable.prototype.destroy = destroyImpl.destroy;\nWritable.prototype._undestroy = destroyImpl.undestroy;\n\nWritable.prototype._destroy = function (err, cb) {\n cb(err);\n};","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n// a duplex stream is just a stream that is both readable and writable.\n// Since JS doesn't have multiple prototypal inheritance, this class\n// prototypally inherits from Readable, and then parasitically from\n// Writable.\n'use strict';\n/**/\n\nvar objectKeys = Object.keys || function (obj) {\n var keys = [];\n\n for (var key in obj) {\n keys.push(key);\n }\n\n return keys;\n};\n/**/\n\n\nmodule.exports = Duplex;\n\nvar Readable = require('./_stream_readable');\n\nvar Writable = require('./_stream_writable');\n\nrequire('inherits')(Duplex, Readable);\n\n{\n // Allow the keys array to be GC'ed.\n var keys = objectKeys(Writable.prototype);\n\n for (var v = 0; v < keys.length; v++) {\n var method = keys[v];\n if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method];\n }\n}\n\nfunction Duplex(options) {\n if (!(this instanceof Duplex)) return new Duplex(options);\n Readable.call(this, options);\n Writable.call(this, options);\n this.allowHalfOpen = true;\n\n if (options) {\n if (options.readable === false) this.readable = false;\n if (options.writable === false) this.writable = false;\n\n if (options.allowHalfOpen === false) {\n this.allowHalfOpen = false;\n this.once('end', onend);\n }\n }\n}\n\nObject.defineProperty(Duplex.prototype, 'writableHighWaterMark', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._writableState.highWaterMark;\n }\n});\nObject.defineProperty(Duplex.prototype, 'writableBuffer', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._writableState && this._writableState.getBuffer();\n }\n});\nObject.defineProperty(Duplex.prototype, 'writableLength', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._writableState.length;\n }\n}); // the no-half-open enforcer\n\nfunction onend() {\n // If the writable side ended, then we're ok.\n if (this._writableState.ended) return; // no more data can be written.\n // But allow more writes to happen in this tick.\n\n process.nextTick(onEndNT, this);\n}\n\nfunction onEndNT(self) {\n self.end();\n}\n\nObject.defineProperty(Duplex.prototype, 'destroyed', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n if (this._readableState === undefined || this._writableState === undefined) {\n return false;\n }\n\n return this._readableState.destroyed && this._writableState.destroyed;\n },\n set: function set(value) {\n // we ignore the value if the stream\n // has not been initialized yet\n if (this._readableState === undefined || this._writableState === undefined) {\n return;\n } // backward compatibility, the user is explicitly\n // managing destroyed\n\n\n this._readableState.destroyed = value;\n this._writableState.destroyed = value;\n }\n});","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n'use strict';\n\n/**/\n\nvar Buffer = require('safe-buffer').Buffer;\n/**/\n\nvar isEncoding = Buffer.isEncoding || function (encoding) {\n encoding = '' + encoding;\n switch (encoding && encoding.toLowerCase()) {\n case 'hex':case 'utf8':case 'utf-8':case 'ascii':case 'binary':case 'base64':case 'ucs2':case 'ucs-2':case 'utf16le':case 'utf-16le':case 'raw':\n return true;\n default:\n return false;\n }\n};\n\nfunction _normalizeEncoding(enc) {\n if (!enc) return 'utf8';\n var retried;\n while (true) {\n switch (enc) {\n case 'utf8':\n case 'utf-8':\n return 'utf8';\n case 'ucs2':\n case 'ucs-2':\n case 'utf16le':\n case 'utf-16le':\n return 'utf16le';\n case 'latin1':\n case 'binary':\n return 'latin1';\n case 'base64':\n case 'ascii':\n case 'hex':\n return enc;\n default:\n if (retried) return; // undefined\n enc = ('' + enc).toLowerCase();\n retried = true;\n }\n }\n};\n\n// Do not cache `Buffer.isEncoding` when checking encoding names as some\n// modules monkey-patch it to support additional encodings\nfunction normalizeEncoding(enc) {\n var nenc = _normalizeEncoding(enc);\n if (typeof nenc !== 'string' && (Buffer.isEncoding === isEncoding || !isEncoding(enc))) throw new Error('Unknown encoding: ' + enc);\n return nenc || enc;\n}\n\n// StringDecoder provides an interface for efficiently splitting a series of\n// buffers into a series of JS strings without breaking apart multi-byte\n// characters.\nexports.StringDecoder = StringDecoder;\nfunction StringDecoder(encoding) {\n this.encoding = normalizeEncoding(encoding);\n var nb;\n switch (this.encoding) {\n case 'utf16le':\n this.text = utf16Text;\n this.end = utf16End;\n nb = 4;\n break;\n case 'utf8':\n this.fillLast = utf8FillLast;\n nb = 4;\n break;\n case 'base64':\n this.text = base64Text;\n this.end = base64End;\n nb = 3;\n break;\n default:\n this.write = simpleWrite;\n this.end = simpleEnd;\n return;\n }\n this.lastNeed = 0;\n this.lastTotal = 0;\n this.lastChar = Buffer.allocUnsafe(nb);\n}\n\nStringDecoder.prototype.write = function (buf) {\n if (buf.length === 0) return '';\n var r;\n var i;\n if (this.lastNeed) {\n r = this.fillLast(buf);\n if (r === undefined) return '';\n i = this.lastNeed;\n this.lastNeed = 0;\n } else {\n i = 0;\n }\n if (i < buf.length) return r ? r + this.text(buf, i) : this.text(buf, i);\n return r || '';\n};\n\nStringDecoder.prototype.end = utf8End;\n\n// Returns only complete characters in a Buffer\nStringDecoder.prototype.text = utf8Text;\n\n// Attempts to complete a partial non-UTF-8 character using bytes from a Buffer\nStringDecoder.prototype.fillLast = function (buf) {\n if (this.lastNeed <= buf.length) {\n buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, this.lastNeed);\n return this.lastChar.toString(this.encoding, 0, this.lastTotal);\n }\n buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, buf.length);\n this.lastNeed -= buf.length;\n};\n\n// Checks the type of a UTF-8 byte, whether it's ASCII, a leading byte, or a\n// continuation byte. If an invalid byte is detected, -2 is returned.\nfunction utf8CheckByte(byte) {\n if (byte <= 0x7F) return 0;else if (byte >> 5 === 0x06) return 2;else if (byte >> 4 === 0x0E) return 3;else if (byte >> 3 === 0x1E) return 4;\n return byte >> 6 === 0x02 ? -1 : -2;\n}\n\n// Checks at most 3 bytes at the end of a Buffer in order to detect an\n// incomplete multi-byte UTF-8 character. The total number of bytes (2, 3, or 4)\n// needed to complete the UTF-8 character (if applicable) are returned.\nfunction utf8CheckIncomplete(self, buf, i) {\n var j = buf.length - 1;\n if (j < i) return 0;\n var nb = utf8CheckByte(buf[j]);\n if (nb >= 0) {\n if (nb > 0) self.lastNeed = nb - 1;\n return nb;\n }\n if (--j < i || nb === -2) return 0;\n nb = utf8CheckByte(buf[j]);\n if (nb >= 0) {\n if (nb > 0) self.lastNeed = nb - 2;\n return nb;\n }\n if (--j < i || nb === -2) return 0;\n nb = utf8CheckByte(buf[j]);\n if (nb >= 0) {\n if (nb > 0) {\n if (nb === 2) nb = 0;else self.lastNeed = nb - 3;\n }\n return nb;\n }\n return 0;\n}\n\n// Validates as many continuation bytes for a multi-byte UTF-8 character as\n// needed or are available. If we see a non-continuation byte where we expect\n// one, we \"replace\" the validated continuation bytes we've seen so far with\n// a single UTF-8 replacement character ('\\ufffd'), to match v8's UTF-8 decoding\n// behavior. The continuation byte check is included three times in the case\n// where all of the continuation bytes for a character exist in the same buffer.\n// It is also done this way as a slight performance increase instead of using a\n// loop.\nfunction utf8CheckExtraBytes(self, buf, p) {\n if ((buf[0] & 0xC0) !== 0x80) {\n self.lastNeed = 0;\n return '\\ufffd';\n }\n if (self.lastNeed > 1 && buf.length > 1) {\n if ((buf[1] & 0xC0) !== 0x80) {\n self.lastNeed = 1;\n return '\\ufffd';\n }\n if (self.lastNeed > 2 && buf.length > 2) {\n if ((buf[2] & 0xC0) !== 0x80) {\n self.lastNeed = 2;\n return '\\ufffd';\n }\n }\n }\n}\n\n// Attempts to complete a multi-byte UTF-8 character using bytes from a Buffer.\nfunction utf8FillLast(buf) {\n var p = this.lastTotal - this.lastNeed;\n var r = utf8CheckExtraBytes(this, buf, p);\n if (r !== undefined) return r;\n if (this.lastNeed <= buf.length) {\n buf.copy(this.lastChar, p, 0, this.lastNeed);\n return this.lastChar.toString(this.encoding, 0, this.lastTotal);\n }\n buf.copy(this.lastChar, p, 0, buf.length);\n this.lastNeed -= buf.length;\n}\n\n// Returns all complete UTF-8 characters in a Buffer. If the Buffer ended on a\n// partial character, the character's bytes are buffered until the required\n// number of bytes are available.\nfunction utf8Text(buf, i) {\n var total = utf8CheckIncomplete(this, buf, i);\n if (!this.lastNeed) return buf.toString('utf8', i);\n this.lastTotal = total;\n var end = buf.length - (total - this.lastNeed);\n buf.copy(this.lastChar, 0, end);\n return buf.toString('utf8', i, end);\n}\n\n// For UTF-8, a replacement character is added when ending on a partial\n// character.\nfunction utf8End(buf) {\n var r = buf && buf.length ? this.write(buf) : '';\n if (this.lastNeed) return r + '\\ufffd';\n return r;\n}\n\n// UTF-16LE typically needs two bytes per character, but even if we have an even\n// number of bytes available, we need to check if we end on a leading/high\n// surrogate. In that case, we need to wait for the next two bytes in order to\n// decode the last character properly.\nfunction utf16Text(buf, i) {\n if ((buf.length - i) % 2 === 0) {\n var r = buf.toString('utf16le', i);\n if (r) {\n var c = r.charCodeAt(r.length - 1);\n if (c >= 0xD800 && c <= 0xDBFF) {\n this.lastNeed = 2;\n this.lastTotal = 4;\n this.lastChar[0] = buf[buf.length - 2];\n this.lastChar[1] = buf[buf.length - 1];\n return r.slice(0, -1);\n }\n }\n return r;\n }\n this.lastNeed = 1;\n this.lastTotal = 2;\n this.lastChar[0] = buf[buf.length - 1];\n return buf.toString('utf16le', i, buf.length - 1);\n}\n\n// For UTF-16LE we do not explicitly append special replacement characters if we\n// end on a partial character, we simply let v8 handle that.\nfunction utf16End(buf) {\n var r = buf && buf.length ? this.write(buf) : '';\n if (this.lastNeed) {\n var end = this.lastTotal - this.lastNeed;\n return r + this.lastChar.toString('utf16le', 0, end);\n }\n return r;\n}\n\nfunction base64Text(buf, i) {\n var n = (buf.length - i) % 3;\n if (n === 0) return buf.toString('base64', i);\n this.lastNeed = 3 - n;\n this.lastTotal = 3;\n if (n === 1) {\n this.lastChar[0] = buf[buf.length - 1];\n } else {\n this.lastChar[0] = buf[buf.length - 2];\n this.lastChar[1] = buf[buf.length - 1];\n }\n return buf.toString('base64', i, buf.length - n);\n}\n\nfunction base64End(buf) {\n var r = buf && buf.length ? this.write(buf) : '';\n if (this.lastNeed) return r + this.lastChar.toString('base64', 0, 3 - this.lastNeed);\n return r;\n}\n\n// Pass bytes on through for single-byte encodings (e.g. ascii, latin1, hex)\nfunction simpleWrite(buf) {\n return buf.toString(this.encoding);\n}\n\nfunction simpleEnd(buf) {\n return buf && buf.length ? this.write(buf) : '';\n}","// Ported from https://github.com/mafintosh/end-of-stream with\n// permission from the author, Mathias Buus (@mafintosh).\n'use strict';\n\nvar ERR_STREAM_PREMATURE_CLOSE = require('../../../errors').codes.ERR_STREAM_PREMATURE_CLOSE;\n\nfunction once(callback) {\n var called = false;\n return function () {\n if (called) return;\n called = true;\n\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n callback.apply(this, args);\n };\n}\n\nfunction noop() {}\n\nfunction isRequest(stream) {\n return stream.setHeader && typeof stream.abort === 'function';\n}\n\nfunction eos(stream, opts, callback) {\n if (typeof opts === 'function') return eos(stream, null, opts);\n if (!opts) opts = {};\n callback = once(callback || noop);\n var readable = opts.readable || opts.readable !== false && stream.readable;\n var writable = opts.writable || opts.writable !== false && stream.writable;\n\n var onlegacyfinish = function onlegacyfinish() {\n if (!stream.writable) onfinish();\n };\n\n var writableEnded = stream._writableState && stream._writableState.finished;\n\n var onfinish = function onfinish() {\n writable = false;\n writableEnded = true;\n if (!readable) callback.call(stream);\n };\n\n var readableEnded = stream._readableState && stream._readableState.endEmitted;\n\n var onend = function onend() {\n readable = false;\n readableEnded = true;\n if (!writable) callback.call(stream);\n };\n\n var onerror = function onerror(err) {\n callback.call(stream, err);\n };\n\n var onclose = function onclose() {\n var err;\n\n if (readable && !readableEnded) {\n if (!stream._readableState || !stream._readableState.ended) err = new ERR_STREAM_PREMATURE_CLOSE();\n return callback.call(stream, err);\n }\n\n if (writable && !writableEnded) {\n if (!stream._writableState || !stream._writableState.ended) err = new ERR_STREAM_PREMATURE_CLOSE();\n return callback.call(stream, err);\n }\n };\n\n var onrequest = function onrequest() {\n stream.req.on('finish', onfinish);\n };\n\n if (isRequest(stream)) {\n stream.on('complete', onfinish);\n stream.on('abort', onclose);\n if (stream.req) onrequest();else stream.on('request', onrequest);\n } else if (writable && !stream._writableState) {\n // legacy streams\n stream.on('end', onlegacyfinish);\n stream.on('close', onlegacyfinish);\n }\n\n stream.on('end', onend);\n stream.on('finish', onfinish);\n if (opts.error !== false) stream.on('error', onerror);\n stream.on('close', onclose);\n return function () {\n stream.removeListener('complete', onfinish);\n stream.removeListener('abort', onclose);\n stream.removeListener('request', onrequest);\n if (stream.req) stream.req.removeListener('finish', onfinish);\n stream.removeListener('end', onlegacyfinish);\n stream.removeListener('close', onlegacyfinish);\n stream.removeListener('finish', onfinish);\n stream.removeListener('end', onend);\n stream.removeListener('error', onerror);\n stream.removeListener('close', onclose);\n };\n}\n\nmodule.exports = eos;","'use strict';\n\nvar _Object$setPrototypeO;\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\nvar finished = require('./end-of-stream');\n\nvar kLastResolve = Symbol('lastResolve');\nvar kLastReject = Symbol('lastReject');\nvar kError = Symbol('error');\nvar kEnded = Symbol('ended');\nvar kLastPromise = Symbol('lastPromise');\nvar kHandlePromise = Symbol('handlePromise');\nvar kStream = Symbol('stream');\n\nfunction createIterResult(value, done) {\n return {\n value: value,\n done: done\n };\n}\n\nfunction readAndResolve(iter) {\n var resolve = iter[kLastResolve];\n\n if (resolve !== null) {\n var data = iter[kStream].read(); // we defer if data is null\n // we can be expecting either 'end' or\n // 'error'\n\n if (data !== null) {\n iter[kLastPromise] = null;\n iter[kLastResolve] = null;\n iter[kLastReject] = null;\n resolve(createIterResult(data, false));\n }\n }\n}\n\nfunction onReadable(iter) {\n // we wait for the next tick, because it might\n // emit an error with process.nextTick\n process.nextTick(readAndResolve, iter);\n}\n\nfunction wrapForNext(lastPromise, iter) {\n return function (resolve, reject) {\n lastPromise.then(function () {\n if (iter[kEnded]) {\n resolve(createIterResult(undefined, true));\n return;\n }\n\n iter[kHandlePromise](resolve, reject);\n }, reject);\n };\n}\n\nvar AsyncIteratorPrototype = Object.getPrototypeOf(function () {});\nvar ReadableStreamAsyncIteratorPrototype = Object.setPrototypeOf((_Object$setPrototypeO = {\n get stream() {\n return this[kStream];\n },\n\n next: function next() {\n var _this = this;\n\n // if we have detected an error in the meanwhile\n // reject straight away\n var error = this[kError];\n\n if (error !== null) {\n return Promise.reject(error);\n }\n\n if (this[kEnded]) {\n return Promise.resolve(createIterResult(undefined, true));\n }\n\n if (this[kStream].destroyed) {\n // We need to defer via nextTick because if .destroy(err) is\n // called, the error will be emitted via nextTick, and\n // we cannot guarantee that there is no error lingering around\n // waiting to be emitted.\n return new Promise(function (resolve, reject) {\n process.nextTick(function () {\n if (_this[kError]) {\n reject(_this[kError]);\n } else {\n resolve(createIterResult(undefined, true));\n }\n });\n });\n } // if we have multiple next() calls\n // we will wait for the previous Promise to finish\n // this logic is optimized to support for await loops,\n // where next() is only called once at a time\n\n\n var lastPromise = this[kLastPromise];\n var promise;\n\n if (lastPromise) {\n promise = new Promise(wrapForNext(lastPromise, this));\n } else {\n // fast path needed to support multiple this.push()\n // without triggering the next() queue\n var data = this[kStream].read();\n\n if (data !== null) {\n return Promise.resolve(createIterResult(data, false));\n }\n\n promise = new Promise(this[kHandlePromise]);\n }\n\n this[kLastPromise] = promise;\n return promise;\n }\n}, _defineProperty(_Object$setPrototypeO, Symbol.asyncIterator, function () {\n return this;\n}), _defineProperty(_Object$setPrototypeO, \"return\", function _return() {\n var _this2 = this;\n\n // destroy(err, cb) is a private API\n // we can guarantee we have that here, because we control the\n // Readable class this is attached to\n return new Promise(function (resolve, reject) {\n _this2[kStream].destroy(null, function (err) {\n if (err) {\n reject(err);\n return;\n }\n\n resolve(createIterResult(undefined, true));\n });\n });\n}), _Object$setPrototypeO), AsyncIteratorPrototype);\n\nvar createReadableStreamAsyncIterator = function createReadableStreamAsyncIterator(stream) {\n var _Object$create;\n\n var iterator = Object.create(ReadableStreamAsyncIteratorPrototype, (_Object$create = {}, _defineProperty(_Object$create, kStream, {\n value: stream,\n writable: true\n }), _defineProperty(_Object$create, kLastResolve, {\n value: null,\n writable: true\n }), _defineProperty(_Object$create, kLastReject, {\n value: null,\n writable: true\n }), _defineProperty(_Object$create, kError, {\n value: null,\n writable: true\n }), _defineProperty(_Object$create, kEnded, {\n value: stream._readableState.endEmitted,\n writable: true\n }), _defineProperty(_Object$create, kHandlePromise, {\n value: function value(resolve, reject) {\n var data = iterator[kStream].read();\n\n if (data) {\n iterator[kLastPromise] = null;\n iterator[kLastResolve] = null;\n iterator[kLastReject] = null;\n resolve(createIterResult(data, false));\n } else {\n iterator[kLastResolve] = resolve;\n iterator[kLastReject] = reject;\n }\n },\n writable: true\n }), _Object$create));\n iterator[kLastPromise] = null;\n finished(stream, function (err) {\n if (err && err.code !== 'ERR_STREAM_PREMATURE_CLOSE') {\n var reject = iterator[kLastReject]; // reject if we are waiting for data in the Promise\n // returned by next() and store the error\n\n if (reject !== null) {\n iterator[kLastPromise] = null;\n iterator[kLastResolve] = null;\n iterator[kLastReject] = null;\n reject(err);\n }\n\n iterator[kError] = err;\n return;\n }\n\n var resolve = iterator[kLastResolve];\n\n if (resolve !== null) {\n iterator[kLastPromise] = null;\n iterator[kLastResolve] = null;\n iterator[kLastReject] = null;\n resolve(createIterResult(undefined, true));\n }\n\n iterator[kEnded] = true;\n });\n stream.on('readable', onReadable.bind(null, iterator));\n return iterator;\n};\n\nmodule.exports = createReadableStreamAsyncIterator;","module.exports = function () {\n throw new Error('Readable.from is not available in the browser')\n};\n","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n'use strict';\n\nmodule.exports = Readable;\n/**/\n\nvar Duplex;\n/**/\n\nReadable.ReadableState = ReadableState;\n/**/\n\nvar EE = require('events').EventEmitter;\n\nvar EElistenerCount = function EElistenerCount(emitter, type) {\n return emitter.listeners(type).length;\n};\n/**/\n\n/**/\n\n\nvar Stream = require('./internal/streams/stream');\n/**/\n\n\nvar Buffer = require('buffer').Buffer;\n\nvar OurUint8Array = global.Uint8Array || function () {};\n\nfunction _uint8ArrayToBuffer(chunk) {\n return Buffer.from(chunk);\n}\n\nfunction _isUint8Array(obj) {\n return Buffer.isBuffer(obj) || obj instanceof OurUint8Array;\n}\n/**/\n\n\nvar debugUtil = require('util');\n\nvar debug;\n\nif (debugUtil && debugUtil.debuglog) {\n debug = debugUtil.debuglog('stream');\n} else {\n debug = function debug() {};\n}\n/**/\n\n\nvar BufferList = require('./internal/streams/buffer_list');\n\nvar destroyImpl = require('./internal/streams/destroy');\n\nvar _require = require('./internal/streams/state'),\n getHighWaterMark = _require.getHighWaterMark;\n\nvar _require$codes = require('../errors').codes,\n ERR_INVALID_ARG_TYPE = _require$codes.ERR_INVALID_ARG_TYPE,\n ERR_STREAM_PUSH_AFTER_EOF = _require$codes.ERR_STREAM_PUSH_AFTER_EOF,\n ERR_METHOD_NOT_IMPLEMENTED = _require$codes.ERR_METHOD_NOT_IMPLEMENTED,\n ERR_STREAM_UNSHIFT_AFTER_END_EVENT = _require$codes.ERR_STREAM_UNSHIFT_AFTER_END_EVENT; // Lazy loaded to improve the startup performance.\n\n\nvar StringDecoder;\nvar createReadableStreamAsyncIterator;\nvar from;\n\nrequire('inherits')(Readable, Stream);\n\nvar errorOrDestroy = destroyImpl.errorOrDestroy;\nvar kProxyEvents = ['error', 'close', 'destroy', 'pause', 'resume'];\n\nfunction prependListener(emitter, event, fn) {\n // Sadly this is not cacheable as some libraries bundle their own\n // event emitter implementation with them.\n if (typeof emitter.prependListener === 'function') return emitter.prependListener(event, fn); // This is a hack to make sure that our error handler is attached before any\n // userland ones. NEVER DO THIS. This is here only because this code needs\n // to continue to work with older versions of Node.js that do not include\n // the prependListener() method. The goal is to eventually remove this hack.\n\n if (!emitter._events || !emitter._events[event]) emitter.on(event, fn);else if (Array.isArray(emitter._events[event])) emitter._events[event].unshift(fn);else emitter._events[event] = [fn, emitter._events[event]];\n}\n\nfunction ReadableState(options, stream, isDuplex) {\n Duplex = Duplex || require('./_stream_duplex');\n options = options || {}; // Duplex streams are both readable and writable, but share\n // the same options object.\n // However, some cases require setting options to different\n // values for the readable and the writable sides of the duplex stream.\n // These options can be provided separately as readableXXX and writableXXX.\n\n if (typeof isDuplex !== 'boolean') isDuplex = stream instanceof Duplex; // object stream flag. Used to make read(n) ignore n and to\n // make all the buffer merging and length checks go away\n\n this.objectMode = !!options.objectMode;\n if (isDuplex) this.objectMode = this.objectMode || !!options.readableObjectMode; // the point at which it stops calling _read() to fill the buffer\n // Note: 0 is a valid value, means \"don't call _read preemptively ever\"\n\n this.highWaterMark = getHighWaterMark(this, options, 'readableHighWaterMark', isDuplex); // A linked list is used to store data chunks instead of an array because the\n // linked list can remove elements from the beginning faster than\n // array.shift()\n\n this.buffer = new BufferList();\n this.length = 0;\n this.pipes = null;\n this.pipesCount = 0;\n this.flowing = null;\n this.ended = false;\n this.endEmitted = false;\n this.reading = false; // a flag to be able to tell if the event 'readable'/'data' is emitted\n // immediately, or on a later tick. We set this to true at first, because\n // any actions that shouldn't happen until \"later\" should generally also\n // not happen before the first read call.\n\n this.sync = true; // whenever we return null, then we set a flag to say\n // that we're awaiting a 'readable' event emission.\n\n this.needReadable = false;\n this.emittedReadable = false;\n this.readableListening = false;\n this.resumeScheduled = false;\n this.paused = true; // Should close be emitted on destroy. Defaults to true.\n\n this.emitClose = options.emitClose !== false; // Should .destroy() be called after 'end' (and potentially 'finish')\n\n this.autoDestroy = !!options.autoDestroy; // has it been destroyed\n\n this.destroyed = false; // Crypto is kind of old and crusty. Historically, its default string\n // encoding is 'binary' so we have to make this configurable.\n // Everything else in the universe uses 'utf8', though.\n\n this.defaultEncoding = options.defaultEncoding || 'utf8'; // the number of writers that are awaiting a drain event in .pipe()s\n\n this.awaitDrain = 0; // if true, a maybeReadMore has been scheduled\n\n this.readingMore = false;\n this.decoder = null;\n this.encoding = null;\n\n if (options.encoding) {\n if (!StringDecoder) StringDecoder = require('string_decoder/').StringDecoder;\n this.decoder = new StringDecoder(options.encoding);\n this.encoding = options.encoding;\n }\n}\n\nfunction Readable(options) {\n Duplex = Duplex || require('./_stream_duplex');\n if (!(this instanceof Readable)) return new Readable(options); // Checking for a Stream.Duplex instance is faster here instead of inside\n // the ReadableState constructor, at least with V8 6.5\n\n var isDuplex = this instanceof Duplex;\n this._readableState = new ReadableState(options, this, isDuplex); // legacy\n\n this.readable = true;\n\n if (options) {\n if (typeof options.read === 'function') this._read = options.read;\n if (typeof options.destroy === 'function') this._destroy = options.destroy;\n }\n\n Stream.call(this);\n}\n\nObject.defineProperty(Readable.prototype, 'destroyed', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n if (this._readableState === undefined) {\n return false;\n }\n\n return this._readableState.destroyed;\n },\n set: function set(value) {\n // we ignore the value if the stream\n // has not been initialized yet\n if (!this._readableState) {\n return;\n } // backward compatibility, the user is explicitly\n // managing destroyed\n\n\n this._readableState.destroyed = value;\n }\n});\nReadable.prototype.destroy = destroyImpl.destroy;\nReadable.prototype._undestroy = destroyImpl.undestroy;\n\nReadable.prototype._destroy = function (err, cb) {\n cb(err);\n}; // Manually shove something into the read() buffer.\n// This returns true if the highWaterMark has not been hit yet,\n// similar to how Writable.write() returns true if you should\n// write() some more.\n\n\nReadable.prototype.push = function (chunk, encoding) {\n var state = this._readableState;\n var skipChunkCheck;\n\n if (!state.objectMode) {\n if (typeof chunk === 'string') {\n encoding = encoding || state.defaultEncoding;\n\n if (encoding !== state.encoding) {\n chunk = Buffer.from(chunk, encoding);\n encoding = '';\n }\n\n skipChunkCheck = true;\n }\n } else {\n skipChunkCheck = true;\n }\n\n return readableAddChunk(this, chunk, encoding, false, skipChunkCheck);\n}; // Unshift should *always* be something directly out of read()\n\n\nReadable.prototype.unshift = function (chunk) {\n return readableAddChunk(this, chunk, null, true, false);\n};\n\nfunction readableAddChunk(stream, chunk, encoding, addToFront, skipChunkCheck) {\n debug('readableAddChunk', chunk);\n var state = stream._readableState;\n\n if (chunk === null) {\n state.reading = false;\n onEofChunk(stream, state);\n } else {\n var er;\n if (!skipChunkCheck) er = chunkInvalid(state, chunk);\n\n if (er) {\n errorOrDestroy(stream, er);\n } else if (state.objectMode || chunk && chunk.length > 0) {\n if (typeof chunk !== 'string' && !state.objectMode && Object.getPrototypeOf(chunk) !== Buffer.prototype) {\n chunk = _uint8ArrayToBuffer(chunk);\n }\n\n if (addToFront) {\n if (state.endEmitted) errorOrDestroy(stream, new ERR_STREAM_UNSHIFT_AFTER_END_EVENT());else addChunk(stream, state, chunk, true);\n } else if (state.ended) {\n errorOrDestroy(stream, new ERR_STREAM_PUSH_AFTER_EOF());\n } else if (state.destroyed) {\n return false;\n } else {\n state.reading = false;\n\n if (state.decoder && !encoding) {\n chunk = state.decoder.write(chunk);\n if (state.objectMode || chunk.length !== 0) addChunk(stream, state, chunk, false);else maybeReadMore(stream, state);\n } else {\n addChunk(stream, state, chunk, false);\n }\n }\n } else if (!addToFront) {\n state.reading = false;\n maybeReadMore(stream, state);\n }\n } // We can push more data if we are below the highWaterMark.\n // Also, if we have no data yet, we can stand some more bytes.\n // This is to work around cases where hwm=0, such as the repl.\n\n\n return !state.ended && (state.length < state.highWaterMark || state.length === 0);\n}\n\nfunction addChunk(stream, state, chunk, addToFront) {\n if (state.flowing && state.length === 0 && !state.sync) {\n state.awaitDrain = 0;\n stream.emit('data', chunk);\n } else {\n // update the buffer info.\n state.length += state.objectMode ? 1 : chunk.length;\n if (addToFront) state.buffer.unshift(chunk);else state.buffer.push(chunk);\n if (state.needReadable) emitReadable(stream);\n }\n\n maybeReadMore(stream, state);\n}\n\nfunction chunkInvalid(state, chunk) {\n var er;\n\n if (!_isUint8Array(chunk) && typeof chunk !== 'string' && chunk !== undefined && !state.objectMode) {\n er = new ERR_INVALID_ARG_TYPE('chunk', ['string', 'Buffer', 'Uint8Array'], chunk);\n }\n\n return er;\n}\n\nReadable.prototype.isPaused = function () {\n return this._readableState.flowing === false;\n}; // backwards compatibility.\n\n\nReadable.prototype.setEncoding = function (enc) {\n if (!StringDecoder) StringDecoder = require('string_decoder/').StringDecoder;\n var decoder = new StringDecoder(enc);\n this._readableState.decoder = decoder; // If setEncoding(null), decoder.encoding equals utf8\n\n this._readableState.encoding = this._readableState.decoder.encoding; // Iterate over current buffer to convert already stored Buffers:\n\n var p = this._readableState.buffer.head;\n var content = '';\n\n while (p !== null) {\n content += decoder.write(p.data);\n p = p.next;\n }\n\n this._readableState.buffer.clear();\n\n if (content !== '') this._readableState.buffer.push(content);\n this._readableState.length = content.length;\n return this;\n}; // Don't raise the hwm > 1GB\n\n\nvar MAX_HWM = 0x40000000;\n\nfunction computeNewHighWaterMark(n) {\n if (n >= MAX_HWM) {\n // TODO(ronag): Throw ERR_VALUE_OUT_OF_RANGE.\n n = MAX_HWM;\n } else {\n // Get the next highest power of 2 to prevent increasing hwm excessively in\n // tiny amounts\n n--;\n n |= n >>> 1;\n n |= n >>> 2;\n n |= n >>> 4;\n n |= n >>> 8;\n n |= n >>> 16;\n n++;\n }\n\n return n;\n} // This function is designed to be inlinable, so please take care when making\n// changes to the function body.\n\n\nfunction howMuchToRead(n, state) {\n if (n <= 0 || state.length === 0 && state.ended) return 0;\n if (state.objectMode) return 1;\n\n if (n !== n) {\n // Only flow one buffer at a time\n if (state.flowing && state.length) return state.buffer.head.data.length;else return state.length;\n } // If we're asking for more than the current hwm, then raise the hwm.\n\n\n if (n > state.highWaterMark) state.highWaterMark = computeNewHighWaterMark(n);\n if (n <= state.length) return n; // Don't have enough\n\n if (!state.ended) {\n state.needReadable = true;\n return 0;\n }\n\n return state.length;\n} // you can override either this method, or the async _read(n) below.\n\n\nReadable.prototype.read = function (n) {\n debug('read', n);\n n = parseInt(n, 10);\n var state = this._readableState;\n var nOrig = n;\n if (n !== 0) state.emittedReadable = false; // if we're doing read(0) to trigger a readable event, but we\n // already have a bunch of data in the buffer, then just trigger\n // the 'readable' event and move on.\n\n if (n === 0 && state.needReadable && ((state.highWaterMark !== 0 ? state.length >= state.highWaterMark : state.length > 0) || state.ended)) {\n debug('read: emitReadable', state.length, state.ended);\n if (state.length === 0 && state.ended) endReadable(this);else emitReadable(this);\n return null;\n }\n\n n = howMuchToRead(n, state); // if we've ended, and we're now clear, then finish it up.\n\n if (n === 0 && state.ended) {\n if (state.length === 0) endReadable(this);\n return null;\n } // All the actual chunk generation logic needs to be\n // *below* the call to _read. The reason is that in certain\n // synthetic stream cases, such as passthrough streams, _read\n // may be a completely synchronous operation which may change\n // the state of the read buffer, providing enough data when\n // before there was *not* enough.\n //\n // So, the steps are:\n // 1. Figure out what the state of things will be after we do\n // a read from the buffer.\n //\n // 2. If that resulting state will trigger a _read, then call _read.\n // Note that this may be asynchronous, or synchronous. Yes, it is\n // deeply ugly to write APIs this way, but that still doesn't mean\n // that the Readable class should behave improperly, as streams are\n // designed to be sync/async agnostic.\n // Take note if the _read call is sync or async (ie, if the read call\n // has returned yet), so that we know whether or not it's safe to emit\n // 'readable' etc.\n //\n // 3. Actually pull the requested chunks out of the buffer and return.\n // if we need a readable event, then we need to do some reading.\n\n\n var doRead = state.needReadable;\n debug('need readable', doRead); // if we currently have less than the highWaterMark, then also read some\n\n if (state.length === 0 || state.length - n < state.highWaterMark) {\n doRead = true;\n debug('length less than watermark', doRead);\n } // however, if we've ended, then there's no point, and if we're already\n // reading, then it's unnecessary.\n\n\n if (state.ended || state.reading) {\n doRead = false;\n debug('reading or ended', doRead);\n } else if (doRead) {\n debug('do read');\n state.reading = true;\n state.sync = true; // if the length is currently zero, then we *need* a readable event.\n\n if (state.length === 0) state.needReadable = true; // call internal read method\n\n this._read(state.highWaterMark);\n\n state.sync = false; // If _read pushed data synchronously, then `reading` will be false,\n // and we need to re-evaluate how much data we can return to the user.\n\n if (!state.reading) n = howMuchToRead(nOrig, state);\n }\n\n var ret;\n if (n > 0) ret = fromList(n, state);else ret = null;\n\n if (ret === null) {\n state.needReadable = state.length <= state.highWaterMark;\n n = 0;\n } else {\n state.length -= n;\n state.awaitDrain = 0;\n }\n\n if (state.length === 0) {\n // If we have nothing in the buffer, then we want to know\n // as soon as we *do* get something into the buffer.\n if (!state.ended) state.needReadable = true; // If we tried to read() past the EOF, then emit end on the next tick.\n\n if (nOrig !== n && state.ended) endReadable(this);\n }\n\n if (ret !== null) this.emit('data', ret);\n return ret;\n};\n\nfunction onEofChunk(stream, state) {\n debug('onEofChunk');\n if (state.ended) return;\n\n if (state.decoder) {\n var chunk = state.decoder.end();\n\n if (chunk && chunk.length) {\n state.buffer.push(chunk);\n state.length += state.objectMode ? 1 : chunk.length;\n }\n }\n\n state.ended = true;\n\n if (state.sync) {\n // if we are sync, wait until next tick to emit the data.\n // Otherwise we risk emitting data in the flow()\n // the readable code triggers during a read() call\n emitReadable(stream);\n } else {\n // emit 'readable' now to make sure it gets picked up.\n state.needReadable = false;\n\n if (!state.emittedReadable) {\n state.emittedReadable = true;\n emitReadable_(stream);\n }\n }\n} // Don't emit readable right away in sync mode, because this can trigger\n// another read() call => stack overflow. This way, it might trigger\n// a nextTick recursion warning, but that's not so bad.\n\n\nfunction emitReadable(stream) {\n var state = stream._readableState;\n debug('emitReadable', state.needReadable, state.emittedReadable);\n state.needReadable = false;\n\n if (!state.emittedReadable) {\n debug('emitReadable', state.flowing);\n state.emittedReadable = true;\n process.nextTick(emitReadable_, stream);\n }\n}\n\nfunction emitReadable_(stream) {\n var state = stream._readableState;\n debug('emitReadable_', state.destroyed, state.length, state.ended);\n\n if (!state.destroyed && (state.length || state.ended)) {\n stream.emit('readable');\n state.emittedReadable = false;\n } // The stream needs another readable event if\n // 1. It is not flowing, as the flow mechanism will take\n // care of it.\n // 2. It is not ended.\n // 3. It is below the highWaterMark, so we can schedule\n // another readable later.\n\n\n state.needReadable = !state.flowing && !state.ended && state.length <= state.highWaterMark;\n flow(stream);\n} // at this point, the user has presumably seen the 'readable' event,\n// and called read() to consume some data. that may have triggered\n// in turn another _read(n) call, in which case reading = true if\n// it's in progress.\n// However, if we're not ended, or reading, and the length < hwm,\n// then go ahead and try to read some more preemptively.\n\n\nfunction maybeReadMore(stream, state) {\n if (!state.readingMore) {\n state.readingMore = true;\n process.nextTick(maybeReadMore_, stream, state);\n }\n}\n\nfunction maybeReadMore_(stream, state) {\n // Attempt to read more data if we should.\n //\n // The conditions for reading more data are (one of):\n // - Not enough data buffered (state.length < state.highWaterMark). The loop\n // is responsible for filling the buffer with enough data if such data\n // is available. If highWaterMark is 0 and we are not in the flowing mode\n // we should _not_ attempt to buffer any extra data. We'll get more data\n // when the stream consumer calls read() instead.\n // - No data in the buffer, and the stream is in flowing mode. In this mode\n // the loop below is responsible for ensuring read() is called. Failing to\n // call read here would abort the flow and there's no other mechanism for\n // continuing the flow if the stream consumer has just subscribed to the\n // 'data' event.\n //\n // In addition to the above conditions to keep reading data, the following\n // conditions prevent the data from being read:\n // - The stream has ended (state.ended).\n // - There is already a pending 'read' operation (state.reading). This is a\n // case where the the stream has called the implementation defined _read()\n // method, but they are processing the call asynchronously and have _not_\n // called push() with new data. In this case we skip performing more\n // read()s. The execution ends in this method again after the _read() ends\n // up calling push() with more data.\n while (!state.reading && !state.ended && (state.length < state.highWaterMark || state.flowing && state.length === 0)) {\n var len = state.length;\n debug('maybeReadMore read 0');\n stream.read(0);\n if (len === state.length) // didn't get any data, stop spinning.\n break;\n }\n\n state.readingMore = false;\n} // abstract method. to be overridden in specific implementation classes.\n// call cb(er, data) where data is <= n in length.\n// for virtual (non-string, non-buffer) streams, \"length\" is somewhat\n// arbitrary, and perhaps not very meaningful.\n\n\nReadable.prototype._read = function (n) {\n errorOrDestroy(this, new ERR_METHOD_NOT_IMPLEMENTED('_read()'));\n};\n\nReadable.prototype.pipe = function (dest, pipeOpts) {\n var src = this;\n var state = this._readableState;\n\n switch (state.pipesCount) {\n case 0:\n state.pipes = dest;\n break;\n\n case 1:\n state.pipes = [state.pipes, dest];\n break;\n\n default:\n state.pipes.push(dest);\n break;\n }\n\n state.pipesCount += 1;\n debug('pipe count=%d opts=%j', state.pipesCount, pipeOpts);\n var doEnd = (!pipeOpts || pipeOpts.end !== false) && dest !== process.stdout && dest !== process.stderr;\n var endFn = doEnd ? onend : unpipe;\n if (state.endEmitted) process.nextTick(endFn);else src.once('end', endFn);\n dest.on('unpipe', onunpipe);\n\n function onunpipe(readable, unpipeInfo) {\n debug('onunpipe');\n\n if (readable === src) {\n if (unpipeInfo && unpipeInfo.hasUnpiped === false) {\n unpipeInfo.hasUnpiped = true;\n cleanup();\n }\n }\n }\n\n function onend() {\n debug('onend');\n dest.end();\n } // when the dest drains, it reduces the awaitDrain counter\n // on the source. This would be more elegant with a .once()\n // handler in flow(), but adding and removing repeatedly is\n // too slow.\n\n\n var ondrain = pipeOnDrain(src);\n dest.on('drain', ondrain);\n var cleanedUp = false;\n\n function cleanup() {\n debug('cleanup'); // cleanup event handlers once the pipe is broken\n\n dest.removeListener('close', onclose);\n dest.removeListener('finish', onfinish);\n dest.removeListener('drain', ondrain);\n dest.removeListener('error', onerror);\n dest.removeListener('unpipe', onunpipe);\n src.removeListener('end', onend);\n src.removeListener('end', unpipe);\n src.removeListener('data', ondata);\n cleanedUp = true; // if the reader is waiting for a drain event from this\n // specific writer, then it would cause it to never start\n // flowing again.\n // So, if this is awaiting a drain, then we just call it now.\n // If we don't know, then assume that we are waiting for one.\n\n if (state.awaitDrain && (!dest._writableState || dest._writableState.needDrain)) ondrain();\n }\n\n src.on('data', ondata);\n\n function ondata(chunk) {\n debug('ondata');\n var ret = dest.write(chunk);\n debug('dest.write', ret);\n\n if (ret === false) {\n // If the user unpiped during `dest.write()`, it is possible\n // to get stuck in a permanently paused state if that write\n // also returned false.\n // => Check whether `dest` is still a piping destination.\n if ((state.pipesCount === 1 && state.pipes === dest || state.pipesCount > 1 && indexOf(state.pipes, dest) !== -1) && !cleanedUp) {\n debug('false write response, pause', state.awaitDrain);\n state.awaitDrain++;\n }\n\n src.pause();\n }\n } // if the dest has an error, then stop piping into it.\n // however, don't suppress the throwing behavior for this.\n\n\n function onerror(er) {\n debug('onerror', er);\n unpipe();\n dest.removeListener('error', onerror);\n if (EElistenerCount(dest, 'error') === 0) errorOrDestroy(dest, er);\n } // Make sure our error handler is attached before userland ones.\n\n\n prependListener(dest, 'error', onerror); // Both close and finish should trigger unpipe, but only once.\n\n function onclose() {\n dest.removeListener('finish', onfinish);\n unpipe();\n }\n\n dest.once('close', onclose);\n\n function onfinish() {\n debug('onfinish');\n dest.removeListener('close', onclose);\n unpipe();\n }\n\n dest.once('finish', onfinish);\n\n function unpipe() {\n debug('unpipe');\n src.unpipe(dest);\n } // tell the dest that it's being piped to\n\n\n dest.emit('pipe', src); // start the flow if it hasn't been started already.\n\n if (!state.flowing) {\n debug('pipe resume');\n src.resume();\n }\n\n return dest;\n};\n\nfunction pipeOnDrain(src) {\n return function pipeOnDrainFunctionResult() {\n var state = src._readableState;\n debug('pipeOnDrain', state.awaitDrain);\n if (state.awaitDrain) state.awaitDrain--;\n\n if (state.awaitDrain === 0 && EElistenerCount(src, 'data')) {\n state.flowing = true;\n flow(src);\n }\n };\n}\n\nReadable.prototype.unpipe = function (dest) {\n var state = this._readableState;\n var unpipeInfo = {\n hasUnpiped: false\n }; // if we're not piping anywhere, then do nothing.\n\n if (state.pipesCount === 0) return this; // just one destination. most common case.\n\n if (state.pipesCount === 1) {\n // passed in one, but it's not the right one.\n if (dest && dest !== state.pipes) return this;\n if (!dest) dest = state.pipes; // got a match.\n\n state.pipes = null;\n state.pipesCount = 0;\n state.flowing = false;\n if (dest) dest.emit('unpipe', this, unpipeInfo);\n return this;\n } // slow case. multiple pipe destinations.\n\n\n if (!dest) {\n // remove all.\n var dests = state.pipes;\n var len = state.pipesCount;\n state.pipes = null;\n state.pipesCount = 0;\n state.flowing = false;\n\n for (var i = 0; i < len; i++) {\n dests[i].emit('unpipe', this, {\n hasUnpiped: false\n });\n }\n\n return this;\n } // try to find the right one.\n\n\n var index = indexOf(state.pipes, dest);\n if (index === -1) return this;\n state.pipes.splice(index, 1);\n state.pipesCount -= 1;\n if (state.pipesCount === 1) state.pipes = state.pipes[0];\n dest.emit('unpipe', this, unpipeInfo);\n return this;\n}; // set up data events if they are asked for\n// Ensure readable listeners eventually get something\n\n\nReadable.prototype.on = function (ev, fn) {\n var res = Stream.prototype.on.call(this, ev, fn);\n var state = this._readableState;\n\n if (ev === 'data') {\n // update readableListening so that resume() may be a no-op\n // a few lines down. This is needed to support once('readable').\n state.readableListening = this.listenerCount('readable') > 0; // Try start flowing on next tick if stream isn't explicitly paused\n\n if (state.flowing !== false) this.resume();\n } else if (ev === 'readable') {\n if (!state.endEmitted && !state.readableListening) {\n state.readableListening = state.needReadable = true;\n state.flowing = false;\n state.emittedReadable = false;\n debug('on readable', state.length, state.reading);\n\n if (state.length) {\n emitReadable(this);\n } else if (!state.reading) {\n process.nextTick(nReadingNextTick, this);\n }\n }\n }\n\n return res;\n};\n\nReadable.prototype.addListener = Readable.prototype.on;\n\nReadable.prototype.removeListener = function (ev, fn) {\n var res = Stream.prototype.removeListener.call(this, ev, fn);\n\n if (ev === 'readable') {\n // We need to check if there is someone still listening to\n // readable and reset the state. However this needs to happen\n // after readable has been emitted but before I/O (nextTick) to\n // support once('readable', fn) cycles. This means that calling\n // resume within the same tick will have no\n // effect.\n process.nextTick(updateReadableListening, this);\n }\n\n return res;\n};\n\nReadable.prototype.removeAllListeners = function (ev) {\n var res = Stream.prototype.removeAllListeners.apply(this, arguments);\n\n if (ev === 'readable' || ev === undefined) {\n // We need to check if there is someone still listening to\n // readable and reset the state. However this needs to happen\n // after readable has been emitted but before I/O (nextTick) to\n // support once('readable', fn) cycles. This means that calling\n // resume within the same tick will have no\n // effect.\n process.nextTick(updateReadableListening, this);\n }\n\n return res;\n};\n\nfunction updateReadableListening(self) {\n var state = self._readableState;\n state.readableListening = self.listenerCount('readable') > 0;\n\n if (state.resumeScheduled && !state.paused) {\n // flowing needs to be set to true now, otherwise\n // the upcoming resume will not flow.\n state.flowing = true; // crude way to check if we should resume\n } else if (self.listenerCount('data') > 0) {\n self.resume();\n }\n}\n\nfunction nReadingNextTick(self) {\n debug('readable nexttick read 0');\n self.read(0);\n} // pause() and resume() are remnants of the legacy readable stream API\n// If the user uses them, then switch into old mode.\n\n\nReadable.prototype.resume = function () {\n var state = this._readableState;\n\n if (!state.flowing) {\n debug('resume'); // we flow only if there is no one listening\n // for readable, but we still have to call\n // resume()\n\n state.flowing = !state.readableListening;\n resume(this, state);\n }\n\n state.paused = false;\n return this;\n};\n\nfunction resume(stream, state) {\n if (!state.resumeScheduled) {\n state.resumeScheduled = true;\n process.nextTick(resume_, stream, state);\n }\n}\n\nfunction resume_(stream, state) {\n debug('resume', state.reading);\n\n if (!state.reading) {\n stream.read(0);\n }\n\n state.resumeScheduled = false;\n stream.emit('resume');\n flow(stream);\n if (state.flowing && !state.reading) stream.read(0);\n}\n\nReadable.prototype.pause = function () {\n debug('call pause flowing=%j', this._readableState.flowing);\n\n if (this._readableState.flowing !== false) {\n debug('pause');\n this._readableState.flowing = false;\n this.emit('pause');\n }\n\n this._readableState.paused = true;\n return this;\n};\n\nfunction flow(stream) {\n var state = stream._readableState;\n debug('flow', state.flowing);\n\n while (state.flowing && stream.read() !== null) {\n ;\n }\n} // wrap an old-style stream as the async data source.\n// This is *not* part of the readable stream interface.\n// It is an ugly unfortunate mess of history.\n\n\nReadable.prototype.wrap = function (stream) {\n var _this = this;\n\n var state = this._readableState;\n var paused = false;\n stream.on('end', function () {\n debug('wrapped end');\n\n if (state.decoder && !state.ended) {\n var chunk = state.decoder.end();\n if (chunk && chunk.length) _this.push(chunk);\n }\n\n _this.push(null);\n });\n stream.on('data', function (chunk) {\n debug('wrapped data');\n if (state.decoder) chunk = state.decoder.write(chunk); // don't skip over falsy values in objectMode\n\n if (state.objectMode && (chunk === null || chunk === undefined)) return;else if (!state.objectMode && (!chunk || !chunk.length)) return;\n\n var ret = _this.push(chunk);\n\n if (!ret) {\n paused = true;\n stream.pause();\n }\n }); // proxy all the other methods.\n // important when wrapping filters and duplexes.\n\n for (var i in stream) {\n if (this[i] === undefined && typeof stream[i] === 'function') {\n this[i] = function methodWrap(method) {\n return function methodWrapReturnFunction() {\n return stream[method].apply(stream, arguments);\n };\n }(i);\n }\n } // proxy certain important events.\n\n\n for (var n = 0; n < kProxyEvents.length; n++) {\n stream.on(kProxyEvents[n], this.emit.bind(this, kProxyEvents[n]));\n } // when we try to consume some more bytes, simply unpause the\n // underlying stream.\n\n\n this._read = function (n) {\n debug('wrapped _read', n);\n\n if (paused) {\n paused = false;\n stream.resume();\n }\n };\n\n return this;\n};\n\nif (typeof Symbol === 'function') {\n Readable.prototype[Symbol.asyncIterator] = function () {\n if (createReadableStreamAsyncIterator === undefined) {\n createReadableStreamAsyncIterator = require('./internal/streams/async_iterator');\n }\n\n return createReadableStreamAsyncIterator(this);\n };\n}\n\nObject.defineProperty(Readable.prototype, 'readableHighWaterMark', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._readableState.highWaterMark;\n }\n});\nObject.defineProperty(Readable.prototype, 'readableBuffer', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._readableState && this._readableState.buffer;\n }\n});\nObject.defineProperty(Readable.prototype, 'readableFlowing', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._readableState.flowing;\n },\n set: function set(state) {\n if (this._readableState) {\n this._readableState.flowing = state;\n }\n }\n}); // exposed for testing purposes only.\n\nReadable._fromList = fromList;\nObject.defineProperty(Readable.prototype, 'readableLength', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._readableState.length;\n }\n}); // Pluck off n bytes from an array of buffers.\n// Length is the combined lengths of all the buffers in the list.\n// This function is designed to be inlinable, so please take care when making\n// changes to the function body.\n\nfunction fromList(n, state) {\n // nothing buffered\n if (state.length === 0) return null;\n var ret;\n if (state.objectMode) ret = state.buffer.shift();else if (!n || n >= state.length) {\n // read it all, truncate the list\n if (state.decoder) ret = state.buffer.join('');else if (state.buffer.length === 1) ret = state.buffer.first();else ret = state.buffer.concat(state.length);\n state.buffer.clear();\n } else {\n // read part of list\n ret = state.buffer.consume(n, state.decoder);\n }\n return ret;\n}\n\nfunction endReadable(stream) {\n var state = stream._readableState;\n debug('endReadable', state.endEmitted);\n\n if (!state.endEmitted) {\n state.ended = true;\n process.nextTick(endReadableNT, state, stream);\n }\n}\n\nfunction endReadableNT(state, stream) {\n debug('endReadableNT', state.endEmitted, state.length); // Check that we didn't get one last unshift.\n\n if (!state.endEmitted && state.length === 0) {\n state.endEmitted = true;\n stream.readable = false;\n stream.emit('end');\n\n if (state.autoDestroy) {\n // In case of duplex streams we need a way to detect\n // if the writable side is ready for autoDestroy as well\n var wState = stream._writableState;\n\n if (!wState || wState.autoDestroy && wState.finished) {\n stream.destroy();\n }\n }\n }\n}\n\nif (typeof Symbol === 'function') {\n Readable.from = function (iterable, opts) {\n if (from === undefined) {\n from = require('./internal/streams/from');\n }\n\n return from(Readable, iterable, opts);\n };\n}\n\nfunction indexOf(xs, x) {\n for (var i = 0, l = xs.length; i < l; i++) {\n if (xs[i] === x) return i;\n }\n\n return -1;\n}","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n// a transform stream is a readable/writable stream where you do\n// something with the data. Sometimes it's called a \"filter\",\n// but that's not a great name for it, since that implies a thing where\n// some bits pass through, and others are simply ignored. (That would\n// be a valid example of a transform, of course.)\n//\n// While the output is causally related to the input, it's not a\n// necessarily symmetric or synchronous transformation. For example,\n// a zlib stream might take multiple plain-text writes(), and then\n// emit a single compressed chunk some time in the future.\n//\n// Here's how this works:\n//\n// The Transform stream has all the aspects of the readable and writable\n// stream classes. When you write(chunk), that calls _write(chunk,cb)\n// internally, and returns false if there's a lot of pending writes\n// buffered up. When you call read(), that calls _read(n) until\n// there's enough pending readable data buffered up.\n//\n// In a transform stream, the written data is placed in a buffer. When\n// _read(n) is called, it transforms the queued up data, calling the\n// buffered _write cb's as it consumes chunks. If consuming a single\n// written chunk would result in multiple output chunks, then the first\n// outputted bit calls the readcb, and subsequent chunks just go into\n// the read buffer, and will cause it to emit 'readable' if necessary.\n//\n// This way, back-pressure is actually determined by the reading side,\n// since _read has to be called to start processing a new chunk. However,\n// a pathological inflate type of transform can cause excessive buffering\n// here. For example, imagine a stream where every byte of input is\n// interpreted as an integer from 0-255, and then results in that many\n// bytes of output. Writing the 4 bytes {ff,ff,ff,ff} would result in\n// 1kb of data being output. In this case, you could write a very small\n// amount of input, and end up with a very large amount of output. In\n// such a pathological inflating mechanism, there'd be no way to tell\n// the system to stop doing the transform. A single 4MB write could\n// cause the system to run out of memory.\n//\n// However, even in such a pathological case, only a single written chunk\n// would be consumed, and then the rest would wait (un-transformed) until\n// the results of the previous transformed chunk were consumed.\n'use strict';\n\nmodule.exports = Transform;\n\nvar _require$codes = require('../errors').codes,\n ERR_METHOD_NOT_IMPLEMENTED = _require$codes.ERR_METHOD_NOT_IMPLEMENTED,\n ERR_MULTIPLE_CALLBACK = _require$codes.ERR_MULTIPLE_CALLBACK,\n ERR_TRANSFORM_ALREADY_TRANSFORMING = _require$codes.ERR_TRANSFORM_ALREADY_TRANSFORMING,\n ERR_TRANSFORM_WITH_LENGTH_0 = _require$codes.ERR_TRANSFORM_WITH_LENGTH_0;\n\nvar Duplex = require('./_stream_duplex');\n\nrequire('inherits')(Transform, Duplex);\n\nfunction afterTransform(er, data) {\n var ts = this._transformState;\n ts.transforming = false;\n var cb = ts.writecb;\n\n if (cb === null) {\n return this.emit('error', new ERR_MULTIPLE_CALLBACK());\n }\n\n ts.writechunk = null;\n ts.writecb = null;\n if (data != null) // single equals check for both `null` and `undefined`\n this.push(data);\n cb(er);\n var rs = this._readableState;\n rs.reading = false;\n\n if (rs.needReadable || rs.length < rs.highWaterMark) {\n this._read(rs.highWaterMark);\n }\n}\n\nfunction Transform(options) {\n if (!(this instanceof Transform)) return new Transform(options);\n Duplex.call(this, options);\n this._transformState = {\n afterTransform: afterTransform.bind(this),\n needTransform: false,\n transforming: false,\n writecb: null,\n writechunk: null,\n writeencoding: null\n }; // start out asking for a readable event once data is transformed.\n\n this._readableState.needReadable = true; // we have implemented the _read method, and done the other things\n // that Readable wants before the first _read call, so unset the\n // sync guard flag.\n\n this._readableState.sync = false;\n\n if (options) {\n if (typeof options.transform === 'function') this._transform = options.transform;\n if (typeof options.flush === 'function') this._flush = options.flush;\n } // When the writable side finishes, then flush out anything remaining.\n\n\n this.on('prefinish', prefinish);\n}\n\nfunction prefinish() {\n var _this = this;\n\n if (typeof this._flush === 'function' && !this._readableState.destroyed) {\n this._flush(function (er, data) {\n done(_this, er, data);\n });\n } else {\n done(this, null, null);\n }\n}\n\nTransform.prototype.push = function (chunk, encoding) {\n this._transformState.needTransform = false;\n return Duplex.prototype.push.call(this, chunk, encoding);\n}; // This is the part where you do stuff!\n// override this function in implementation classes.\n// 'chunk' is an input chunk.\n//\n// Call `push(newChunk)` to pass along transformed output\n// to the readable side. You may call 'push' zero or more times.\n//\n// Call `cb(err)` when you are done with this chunk. If you pass\n// an error, then that'll put the hurt on the whole operation. If you\n// never call cb(), then you'll never get another chunk.\n\n\nTransform.prototype._transform = function (chunk, encoding, cb) {\n cb(new ERR_METHOD_NOT_IMPLEMENTED('_transform()'));\n};\n\nTransform.prototype._write = function (chunk, encoding, cb) {\n var ts = this._transformState;\n ts.writecb = cb;\n ts.writechunk = chunk;\n ts.writeencoding = encoding;\n\n if (!ts.transforming) {\n var rs = this._readableState;\n if (ts.needTransform || rs.needReadable || rs.length < rs.highWaterMark) this._read(rs.highWaterMark);\n }\n}; // Doesn't matter what the args are here.\n// _transform does all the work.\n// That we got here means that the readable side wants more data.\n\n\nTransform.prototype._read = function (n) {\n var ts = this._transformState;\n\n if (ts.writechunk !== null && !ts.transforming) {\n ts.transforming = true;\n\n this._transform(ts.writechunk, ts.writeencoding, ts.afterTransform);\n } else {\n // mark that we need a transform, so that any data that comes in\n // will get processed, now that we've asked for it.\n ts.needTransform = true;\n }\n};\n\nTransform.prototype._destroy = function (err, cb) {\n Duplex.prototype._destroy.call(this, err, function (err2) {\n cb(err2);\n });\n};\n\nfunction done(stream, er, data) {\n if (er) return stream.emit('error', er);\n if (data != null) // single equals check for both `null` and `undefined`\n stream.push(data); // TODO(BridgeAR): Write a test for these two error cases\n // if there's nothing in the write buffer, then that means\n // that nothing more will ever be provided\n\n if (stream._writableState.length) throw new ERR_TRANSFORM_WITH_LENGTH_0();\n if (stream._transformState.transforming) throw new ERR_TRANSFORM_ALREADY_TRANSFORMING();\n return stream.push(null);\n}","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n// a passthrough stream.\n// basically just the most minimal sort of Transform stream.\n// Every written chunk gets output as-is.\n'use strict';\n\nmodule.exports = PassThrough;\n\nvar Transform = require('./_stream_transform');\n\nrequire('inherits')(PassThrough, Transform);\n\nfunction PassThrough(options) {\n if (!(this instanceof PassThrough)) return new PassThrough(options);\n Transform.call(this, options);\n}\n\nPassThrough.prototype._transform = function (chunk, encoding, cb) {\n cb(null, chunk);\n};","// Ported from https://github.com/mafintosh/pump with\n// permission from the author, Mathias Buus (@mafintosh).\n'use strict';\n\nvar eos;\n\nfunction once(callback) {\n var called = false;\n return function () {\n if (called) return;\n called = true;\n callback.apply(void 0, arguments);\n };\n}\n\nvar _require$codes = require('../../../errors').codes,\n ERR_MISSING_ARGS = _require$codes.ERR_MISSING_ARGS,\n ERR_STREAM_DESTROYED = _require$codes.ERR_STREAM_DESTROYED;\n\nfunction noop(err) {\n // Rethrow the error if it exists to avoid swallowing it\n if (err) throw err;\n}\n\nfunction isRequest(stream) {\n return stream.setHeader && typeof stream.abort === 'function';\n}\n\nfunction destroyer(stream, reading, writing, callback) {\n callback = once(callback);\n var closed = false;\n stream.on('close', function () {\n closed = true;\n });\n if (eos === undefined) eos = require('./end-of-stream');\n eos(stream, {\n readable: reading,\n writable: writing\n }, function (err) {\n if (err) return callback(err);\n closed = true;\n callback();\n });\n var destroyed = false;\n return function (err) {\n if (closed) return;\n if (destroyed) return;\n destroyed = true; // request.destroy just do .end - .abort is what we want\n\n if (isRequest(stream)) return stream.abort();\n if (typeof stream.destroy === 'function') return stream.destroy();\n callback(err || new ERR_STREAM_DESTROYED('pipe'));\n };\n}\n\nfunction call(fn) {\n fn();\n}\n\nfunction pipe(from, to) {\n return from.pipe(to);\n}\n\nfunction popCallback(streams) {\n if (!streams.length) return noop;\n if (typeof streams[streams.length - 1] !== 'function') return noop;\n return streams.pop();\n}\n\nfunction pipeline() {\n for (var _len = arguments.length, streams = new Array(_len), _key = 0; _key < _len; _key++) {\n streams[_key] = arguments[_key];\n }\n\n var callback = popCallback(streams);\n if (Array.isArray(streams[0])) streams = streams[0];\n\n if (streams.length < 2) {\n throw new ERR_MISSING_ARGS('streams');\n }\n\n var error;\n var destroys = streams.map(function (stream, i) {\n var reading = i < streams.length - 1;\n var writing = i > 0;\n return destroyer(stream, reading, writing, function (err) {\n if (!error) error = err;\n if (err) destroys.forEach(call);\n if (reading) return;\n destroys.forEach(call);\n callback(error);\n });\n });\n return streams.reduce(pipe);\n}\n\nmodule.exports = pipeline;","exports = module.exports = require('./lib/_stream_readable.js');\nexports.Stream = exports;\nexports.Readable = exports;\nexports.Writable = require('./lib/_stream_writable.js');\nexports.Duplex = require('./lib/_stream_duplex.js');\nexports.Transform = require('./lib/_stream_transform.js');\nexports.PassThrough = require('./lib/_stream_passthrough.js');\nexports.finished = require('./lib/internal/streams/end-of-stream.js');\nexports.pipeline = require('./lib/internal/streams/pipeline.js');\n","'use strict'\nvar Buffer = require('safe-buffer').Buffer\nvar Transform = require('readable-stream').Transform\nvar inherits = require('inherits')\n\nfunction throwIfNotStringOrBuffer (val, prefix) {\n if (!Buffer.isBuffer(val) && typeof val !== 'string') {\n throw new TypeError(prefix + ' must be a string or a buffer')\n }\n}\n\nfunction HashBase (blockSize) {\n Transform.call(this)\n\n this._block = Buffer.allocUnsafe(blockSize)\n this._blockSize = blockSize\n this._blockOffset = 0\n this._length = [0, 0, 0, 0]\n\n this._finalized = false\n}\n\ninherits(HashBase, Transform)\n\nHashBase.prototype._transform = function (chunk, encoding, callback) {\n var error = null\n try {\n this.update(chunk, encoding)\n } catch (err) {\n error = err\n }\n\n callback(error)\n}\n\nHashBase.prototype._flush = function (callback) {\n var error = null\n try {\n this.push(this.digest())\n } catch (err) {\n error = err\n }\n\n callback(error)\n}\n\nHashBase.prototype.update = function (data, encoding) {\n throwIfNotStringOrBuffer(data, 'Data')\n if (this._finalized) throw new Error('Digest already called')\n if (!Buffer.isBuffer(data)) data = Buffer.from(data, encoding)\n\n // consume data\n var block = this._block\n var offset = 0\n while (this._blockOffset + data.length - offset >= this._blockSize) {\n for (var i = this._blockOffset; i < this._blockSize;) block[i++] = data[offset++]\n this._update()\n this._blockOffset = 0\n }\n while (offset < data.length) block[this._blockOffset++] = data[offset++]\n\n // update length\n for (var j = 0, carry = data.length * 8; carry > 0; ++j) {\n this._length[j] += carry\n carry = (this._length[j] / 0x0100000000) | 0\n if (carry > 0) this._length[j] -= 0x0100000000 * carry\n }\n\n return this\n}\n\nHashBase.prototype._update = function () {\n throw new Error('_update is not implemented')\n}\n\nHashBase.prototype.digest = function (encoding) {\n if (this._finalized) throw new Error('Digest already called')\n this._finalized = true\n\n var digest = this._digest()\n if (encoding !== undefined) digest = digest.toString(encoding)\n\n // reset state\n this._block.fill(0)\n this._blockOffset = 0\n for (var i = 0; i < 4; ++i) this._length[i] = 0\n\n return digest\n}\n\nHashBase.prototype._digest = function () {\n throw new Error('_digest is not implemented')\n}\n\nmodule.exports = HashBase\n","'use strict'\nvar inherits = require('inherits')\nvar HashBase = require('hash-base')\nvar Buffer = require('safe-buffer').Buffer\n\nvar ARRAY16 = new Array(16)\n\nfunction MD5 () {\n HashBase.call(this, 64)\n\n // state\n this._a = 0x67452301\n this._b = 0xefcdab89\n this._c = 0x98badcfe\n this._d = 0x10325476\n}\n\ninherits(MD5, HashBase)\n\nMD5.prototype._update = function () {\n var M = ARRAY16\n for (var i = 0; i < 16; ++i) M[i] = this._block.readInt32LE(i * 4)\n\n var a = this._a\n var b = this._b\n var c = this._c\n var d = this._d\n\n a = fnF(a, b, c, d, M[0], 0xd76aa478, 7)\n d = fnF(d, a, b, c, M[1], 0xe8c7b756, 12)\n c = fnF(c, d, a, b, M[2], 0x242070db, 17)\n b = fnF(b, c, d, a, M[3], 0xc1bdceee, 22)\n a = fnF(a, b, c, d, M[4], 0xf57c0faf, 7)\n d = fnF(d, a, b, c, M[5], 0x4787c62a, 12)\n c = fnF(c, d, a, b, M[6], 0xa8304613, 17)\n b = fnF(b, c, d, a, M[7], 0xfd469501, 22)\n a = fnF(a, b, c, d, M[8], 0x698098d8, 7)\n d = fnF(d, a, b, c, M[9], 0x8b44f7af, 12)\n c = fnF(c, d, a, b, M[10], 0xffff5bb1, 17)\n b = fnF(b, c, d, a, M[11], 0x895cd7be, 22)\n a = fnF(a, b, c, d, M[12], 0x6b901122, 7)\n d = fnF(d, a, b, c, M[13], 0xfd987193, 12)\n c = fnF(c, d, a, b, M[14], 0xa679438e, 17)\n b = fnF(b, c, d, a, M[15], 0x49b40821, 22)\n\n a = fnG(a, b, c, d, M[1], 0xf61e2562, 5)\n d = fnG(d, a, b, c, M[6], 0xc040b340, 9)\n c = fnG(c, d, a, b, M[11], 0x265e5a51, 14)\n b = fnG(b, c, d, a, M[0], 0xe9b6c7aa, 20)\n a = fnG(a, b, c, d, M[5], 0xd62f105d, 5)\n d = fnG(d, a, b, c, M[10], 0x02441453, 9)\n c = fnG(c, d, a, b, M[15], 0xd8a1e681, 14)\n b = fnG(b, c, d, a, M[4], 0xe7d3fbc8, 20)\n a = fnG(a, b, c, d, M[9], 0x21e1cde6, 5)\n d = fnG(d, a, b, c, M[14], 0xc33707d6, 9)\n c = fnG(c, d, a, b, M[3], 0xf4d50d87, 14)\n b = fnG(b, c, d, a, M[8], 0x455a14ed, 20)\n a = fnG(a, b, c, d, M[13], 0xa9e3e905, 5)\n d = fnG(d, a, b, c, M[2], 0xfcefa3f8, 9)\n c = fnG(c, d, a, b, M[7], 0x676f02d9, 14)\n b = fnG(b, c, d, a, M[12], 0x8d2a4c8a, 20)\n\n a = fnH(a, b, c, d, M[5], 0xfffa3942, 4)\n d = fnH(d, a, b, c, M[8], 0x8771f681, 11)\n c = fnH(c, d, a, b, M[11], 0x6d9d6122, 16)\n b = fnH(b, c, d, a, M[14], 0xfde5380c, 23)\n a = fnH(a, b, c, d, M[1], 0xa4beea44, 4)\n d = fnH(d, a, b, c, M[4], 0x4bdecfa9, 11)\n c = fnH(c, d, a, b, M[7], 0xf6bb4b60, 16)\n b = fnH(b, c, d, a, M[10], 0xbebfbc70, 23)\n a = fnH(a, b, c, d, M[13], 0x289b7ec6, 4)\n d = fnH(d, a, b, c, M[0], 0xeaa127fa, 11)\n c = fnH(c, d, a, b, M[3], 0xd4ef3085, 16)\n b = fnH(b, c, d, a, M[6], 0x04881d05, 23)\n a = fnH(a, b, c, d, M[9], 0xd9d4d039, 4)\n d = fnH(d, a, b, c, M[12], 0xe6db99e5, 11)\n c = fnH(c, d, a, b, M[15], 0x1fa27cf8, 16)\n b = fnH(b, c, d, a, M[2], 0xc4ac5665, 23)\n\n a = fnI(a, b, c, d, M[0], 0xf4292244, 6)\n d = fnI(d, a, b, c, M[7], 0x432aff97, 10)\n c = fnI(c, d, a, b, M[14], 0xab9423a7, 15)\n b = fnI(b, c, d, a, M[5], 0xfc93a039, 21)\n a = fnI(a, b, c, d, M[12], 0x655b59c3, 6)\n d = fnI(d, a, b, c, M[3], 0x8f0ccc92, 10)\n c = fnI(c, d, a, b, M[10], 0xffeff47d, 15)\n b = fnI(b, c, d, a, M[1], 0x85845dd1, 21)\n a = fnI(a, b, c, d, M[8], 0x6fa87e4f, 6)\n d = fnI(d, a, b, c, M[15], 0xfe2ce6e0, 10)\n c = fnI(c, d, a, b, M[6], 0xa3014314, 15)\n b = fnI(b, c, d, a, M[13], 0x4e0811a1, 21)\n a = fnI(a, b, c, d, M[4], 0xf7537e82, 6)\n d = fnI(d, a, b, c, M[11], 0xbd3af235, 10)\n c = fnI(c, d, a, b, M[2], 0x2ad7d2bb, 15)\n b = fnI(b, c, d, a, M[9], 0xeb86d391, 21)\n\n this._a = (this._a + a) | 0\n this._b = (this._b + b) | 0\n this._c = (this._c + c) | 0\n this._d = (this._d + d) | 0\n}\n\nMD5.prototype._digest = function () {\n // create padding and handle blocks\n this._block[this._blockOffset++] = 0x80\n if (this._blockOffset > 56) {\n this._block.fill(0, this._blockOffset, 64)\n this._update()\n this._blockOffset = 0\n }\n\n this._block.fill(0, this._blockOffset, 56)\n this._block.writeUInt32LE(this._length[0], 56)\n this._block.writeUInt32LE(this._length[1], 60)\n this._update()\n\n // produce result\n var buffer = Buffer.allocUnsafe(16)\n buffer.writeInt32LE(this._a, 0)\n buffer.writeInt32LE(this._b, 4)\n buffer.writeInt32LE(this._c, 8)\n buffer.writeInt32LE(this._d, 12)\n return buffer\n}\n\nfunction rotl (x, n) {\n return (x << n) | (x >>> (32 - n))\n}\n\nfunction fnF (a, b, c, d, m, k, s) {\n return (rotl((a + ((b & c) | ((~b) & d)) + m + k) | 0, s) + b) | 0\n}\n\nfunction fnG (a, b, c, d, m, k, s) {\n return (rotl((a + ((b & d) | (c & (~d))) + m + k) | 0, s) + b) | 0\n}\n\nfunction fnH (a, b, c, d, m, k, s) {\n return (rotl((a + (b ^ c ^ d) + m + k) | 0, s) + b) | 0\n}\n\nfunction fnI (a, b, c, d, m, k, s) {\n return (rotl((a + ((c ^ (b | (~d)))) + m + k) | 0, s) + b) | 0\n}\n\nmodule.exports = MD5\n","'use strict'\nvar Buffer = require('buffer').Buffer\nvar inherits = require('inherits')\nvar HashBase = require('hash-base')\n\nvar ARRAY16 = new Array(16)\n\nvar zl = [\n 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15,\n 7, 4, 13, 1, 10, 6, 15, 3, 12, 0, 9, 5, 2, 14, 11, 8,\n 3, 10, 14, 4, 9, 15, 8, 1, 2, 7, 0, 6, 13, 11, 5, 12,\n 1, 9, 11, 10, 0, 8, 12, 4, 13, 3, 7, 15, 14, 5, 6, 2,\n 4, 0, 5, 9, 7, 12, 2, 10, 14, 1, 3, 8, 11, 6, 15, 13\n]\n\nvar zr = [\n 5, 14, 7, 0, 9, 2, 11, 4, 13, 6, 15, 8, 1, 10, 3, 12,\n 6, 11, 3, 7, 0, 13, 5, 10, 14, 15, 8, 12, 4, 9, 1, 2,\n 15, 5, 1, 3, 7, 14, 6, 9, 11, 8, 12, 2, 10, 0, 4, 13,\n 8, 6, 4, 1, 3, 11, 15, 0, 5, 12, 2, 13, 9, 7, 10, 14,\n 12, 15, 10, 4, 1, 5, 8, 7, 6, 2, 13, 14, 0, 3, 9, 11\n]\n\nvar sl = [\n 11, 14, 15, 12, 5, 8, 7, 9, 11, 13, 14, 15, 6, 7, 9, 8,\n 7, 6, 8, 13, 11, 9, 7, 15, 7, 12, 15, 9, 11, 7, 13, 12,\n 11, 13, 6, 7, 14, 9, 13, 15, 14, 8, 13, 6, 5, 12, 7, 5,\n 11, 12, 14, 15, 14, 15, 9, 8, 9, 14, 5, 6, 8, 6, 5, 12,\n 9, 15, 5, 11, 6, 8, 13, 12, 5, 12, 13, 14, 11, 8, 5, 6\n]\n\nvar sr = [\n 8, 9, 9, 11, 13, 15, 15, 5, 7, 7, 8, 11, 14, 14, 12, 6,\n 9, 13, 15, 7, 12, 8, 9, 11, 7, 7, 12, 7, 6, 15, 13, 11,\n 9, 7, 15, 11, 8, 6, 6, 14, 12, 13, 5, 14, 13, 13, 7, 5,\n 15, 5, 8, 11, 14, 14, 6, 14, 6, 9, 12, 9, 12, 5, 15, 8,\n 8, 5, 12, 9, 12, 5, 14, 6, 8, 13, 6, 5, 15, 13, 11, 11\n]\n\nvar hl = [0x00000000, 0x5a827999, 0x6ed9eba1, 0x8f1bbcdc, 0xa953fd4e]\nvar hr = [0x50a28be6, 0x5c4dd124, 0x6d703ef3, 0x7a6d76e9, 0x00000000]\n\nfunction RIPEMD160 () {\n HashBase.call(this, 64)\n\n // state\n this._a = 0x67452301\n this._b = 0xefcdab89\n this._c = 0x98badcfe\n this._d = 0x10325476\n this._e = 0xc3d2e1f0\n}\n\ninherits(RIPEMD160, HashBase)\n\nRIPEMD160.prototype._update = function () {\n var words = ARRAY16\n for (var j = 0; j < 16; ++j) words[j] = this._block.readInt32LE(j * 4)\n\n var al = this._a | 0\n var bl = this._b | 0\n var cl = this._c | 0\n var dl = this._d | 0\n var el = this._e | 0\n\n var ar = this._a | 0\n var br = this._b | 0\n var cr = this._c | 0\n var dr = this._d | 0\n var er = this._e | 0\n\n // computation\n for (var i = 0; i < 80; i += 1) {\n var tl\n var tr\n if (i < 16) {\n tl = fn1(al, bl, cl, dl, el, words[zl[i]], hl[0], sl[i])\n tr = fn5(ar, br, cr, dr, er, words[zr[i]], hr[0], sr[i])\n } else if (i < 32) {\n tl = fn2(al, bl, cl, dl, el, words[zl[i]], hl[1], sl[i])\n tr = fn4(ar, br, cr, dr, er, words[zr[i]], hr[1], sr[i])\n } else if (i < 48) {\n tl = fn3(al, bl, cl, dl, el, words[zl[i]], hl[2], sl[i])\n tr = fn3(ar, br, cr, dr, er, words[zr[i]], hr[2], sr[i])\n } else if (i < 64) {\n tl = fn4(al, bl, cl, dl, el, words[zl[i]], hl[3], sl[i])\n tr = fn2(ar, br, cr, dr, er, words[zr[i]], hr[3], sr[i])\n } else { // if (i<80) {\n tl = fn5(al, bl, cl, dl, el, words[zl[i]], hl[4], sl[i])\n tr = fn1(ar, br, cr, dr, er, words[zr[i]], hr[4], sr[i])\n }\n\n al = el\n el = dl\n dl = rotl(cl, 10)\n cl = bl\n bl = tl\n\n ar = er\n er = dr\n dr = rotl(cr, 10)\n cr = br\n br = tr\n }\n\n // update state\n var t = (this._b + cl + dr) | 0\n this._b = (this._c + dl + er) | 0\n this._c = (this._d + el + ar) | 0\n this._d = (this._e + al + br) | 0\n this._e = (this._a + bl + cr) | 0\n this._a = t\n}\n\nRIPEMD160.prototype._digest = function () {\n // create padding and handle blocks\n this._block[this._blockOffset++] = 0x80\n if (this._blockOffset > 56) {\n this._block.fill(0, this._blockOffset, 64)\n this._update()\n this._blockOffset = 0\n }\n\n this._block.fill(0, this._blockOffset, 56)\n this._block.writeUInt32LE(this._length[0], 56)\n this._block.writeUInt32LE(this._length[1], 60)\n this._update()\n\n // produce result\n var buffer = Buffer.alloc ? Buffer.alloc(20) : new Buffer(20)\n buffer.writeInt32LE(this._a, 0)\n buffer.writeInt32LE(this._b, 4)\n buffer.writeInt32LE(this._c, 8)\n buffer.writeInt32LE(this._d, 12)\n buffer.writeInt32LE(this._e, 16)\n return buffer\n}\n\nfunction rotl (x, n) {\n return (x << n) | (x >>> (32 - n))\n}\n\nfunction fn1 (a, b, c, d, e, m, k, s) {\n return (rotl((a + (b ^ c ^ d) + m + k) | 0, s) + e) | 0\n}\n\nfunction fn2 (a, b, c, d, e, m, k, s) {\n return (rotl((a + ((b & c) | ((~b) & d)) + m + k) | 0, s) + e) | 0\n}\n\nfunction fn3 (a, b, c, d, e, m, k, s) {\n return (rotl((a + ((b | (~c)) ^ d) + m + k) | 0, s) + e) | 0\n}\n\nfunction fn4 (a, b, c, d, e, m, k, s) {\n return (rotl((a + ((b & d) | (c & (~d))) + m + k) | 0, s) + e) | 0\n}\n\nfunction fn5 (a, b, c, d, e, m, k, s) {\n return (rotl((a + (b ^ (c | (~d))) + m + k) | 0, s) + e) | 0\n}\n\nmodule.exports = RIPEMD160\n","var Buffer = require('safe-buffer').Buffer\n\n// prototype class for hash functions\nfunction Hash (blockSize, finalSize) {\n this._block = Buffer.alloc(blockSize)\n this._finalSize = finalSize\n this._blockSize = blockSize\n this._len = 0\n}\n\nHash.prototype.update = function (data, enc) {\n if (typeof data === 'string') {\n enc = enc || 'utf8'\n data = Buffer.from(data, enc)\n }\n\n var block = this._block\n var blockSize = this._blockSize\n var length = data.length\n var accum = this._len\n\n for (var offset = 0; offset < length;) {\n var assigned = accum % blockSize\n var remainder = Math.min(length - offset, blockSize - assigned)\n\n for (var i = 0; i < remainder; i++) {\n block[assigned + i] = data[offset + i]\n }\n\n accum += remainder\n offset += remainder\n\n if ((accum % blockSize) === 0) {\n this._update(block)\n }\n }\n\n this._len += length\n return this\n}\n\nHash.prototype.digest = function (enc) {\n var rem = this._len % this._blockSize\n\n this._block[rem] = 0x80\n\n // zero (rem + 1) trailing bits, where (rem + 1) is the smallest\n // non-negative solution to the equation (length + 1 + (rem + 1)) === finalSize mod blockSize\n this._block.fill(0, rem + 1)\n\n if (rem >= this._finalSize) {\n this._update(this._block)\n this._block.fill(0)\n }\n\n var bits = this._len * 8\n\n // uint32\n if (bits <= 0xffffffff) {\n this._block.writeUInt32BE(bits, this._blockSize - 4)\n\n // uint64\n } else {\n var lowBits = (bits & 0xffffffff) >>> 0\n var highBits = (bits - lowBits) / 0x100000000\n\n this._block.writeUInt32BE(highBits, this._blockSize - 8)\n this._block.writeUInt32BE(lowBits, this._blockSize - 4)\n }\n\n this._update(this._block)\n var hash = this._hash()\n\n return enc ? hash.toString(enc) : hash\n}\n\nHash.prototype._update = function () {\n throw new Error('_update must be implemented by subclass')\n}\n\nmodule.exports = Hash\n","/*\n * A JavaScript implementation of the Secure Hash Algorithm, SHA-0, as defined\n * in FIPS PUB 180-1\n * This source code is derived from sha1.js of the same repository.\n * The difference between SHA-0 and SHA-1 is just a bitwise rotate left\n * operation was added.\n */\n\nvar inherits = require('inherits')\nvar Hash = require('./hash')\nvar Buffer = require('safe-buffer').Buffer\n\nvar K = [\n 0x5a827999, 0x6ed9eba1, 0x8f1bbcdc | 0, 0xca62c1d6 | 0\n]\n\nvar W = new Array(80)\n\nfunction Sha () {\n this.init()\n this._w = W\n\n Hash.call(this, 64, 56)\n}\n\ninherits(Sha, Hash)\n\nSha.prototype.init = function () {\n this._a = 0x67452301\n this._b = 0xefcdab89\n this._c = 0x98badcfe\n this._d = 0x10325476\n this._e = 0xc3d2e1f0\n\n return this\n}\n\nfunction rotl5 (num) {\n return (num << 5) | (num >>> 27)\n}\n\nfunction rotl30 (num) {\n return (num << 30) | (num >>> 2)\n}\n\nfunction ft (s, b, c, d) {\n if (s === 0) return (b & c) | ((~b) & d)\n if (s === 2) return (b & c) | (b & d) | (c & d)\n return b ^ c ^ d\n}\n\nSha.prototype._update = function (M) {\n var W = this._w\n\n var a = this._a | 0\n var b = this._b | 0\n var c = this._c | 0\n var d = this._d | 0\n var e = this._e | 0\n\n for (var i = 0; i < 16; ++i) W[i] = M.readInt32BE(i * 4)\n for (; i < 80; ++i) W[i] = W[i - 3] ^ W[i - 8] ^ W[i - 14] ^ W[i - 16]\n\n for (var j = 0; j < 80; ++j) {\n var s = ~~(j / 20)\n var t = (rotl5(a) + ft(s, b, c, d) + e + W[j] + K[s]) | 0\n\n e = d\n d = c\n c = rotl30(b)\n b = a\n a = t\n }\n\n this._a = (a + this._a) | 0\n this._b = (b + this._b) | 0\n this._c = (c + this._c) | 0\n this._d = (d + this._d) | 0\n this._e = (e + this._e) | 0\n}\n\nSha.prototype._hash = function () {\n var H = Buffer.allocUnsafe(20)\n\n H.writeInt32BE(this._a | 0, 0)\n H.writeInt32BE(this._b | 0, 4)\n H.writeInt32BE(this._c | 0, 8)\n H.writeInt32BE(this._d | 0, 12)\n H.writeInt32BE(this._e | 0, 16)\n\n return H\n}\n\nmodule.exports = Sha\n","/*\n * A JavaScript implementation of the Secure Hash Algorithm, SHA-1, as defined\n * in FIPS PUB 180-1\n * Version 2.1a Copyright Paul Johnston 2000 - 2002.\n * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet\n * Distributed under the BSD License\n * See http://pajhome.org.uk/crypt/md5 for details.\n */\n\nvar inherits = require('inherits')\nvar Hash = require('./hash')\nvar Buffer = require('safe-buffer').Buffer\n\nvar K = [\n 0x5a827999, 0x6ed9eba1, 0x8f1bbcdc | 0, 0xca62c1d6 | 0\n]\n\nvar W = new Array(80)\n\nfunction Sha1 () {\n this.init()\n this._w = W\n\n Hash.call(this, 64, 56)\n}\n\ninherits(Sha1, Hash)\n\nSha1.prototype.init = function () {\n this._a = 0x67452301\n this._b = 0xefcdab89\n this._c = 0x98badcfe\n this._d = 0x10325476\n this._e = 0xc3d2e1f0\n\n return this\n}\n\nfunction rotl1 (num) {\n return (num << 1) | (num >>> 31)\n}\n\nfunction rotl5 (num) {\n return (num << 5) | (num >>> 27)\n}\n\nfunction rotl30 (num) {\n return (num << 30) | (num >>> 2)\n}\n\nfunction ft (s, b, c, d) {\n if (s === 0) return (b & c) | ((~b) & d)\n if (s === 2) return (b & c) | (b & d) | (c & d)\n return b ^ c ^ d\n}\n\nSha1.prototype._update = function (M) {\n var W = this._w\n\n var a = this._a | 0\n var b = this._b | 0\n var c = this._c | 0\n var d = this._d | 0\n var e = this._e | 0\n\n for (var i = 0; i < 16; ++i) W[i] = M.readInt32BE(i * 4)\n for (; i < 80; ++i) W[i] = rotl1(W[i - 3] ^ W[i - 8] ^ W[i - 14] ^ W[i - 16])\n\n for (var j = 0; j < 80; ++j) {\n var s = ~~(j / 20)\n var t = (rotl5(a) + ft(s, b, c, d) + e + W[j] + K[s]) | 0\n\n e = d\n d = c\n c = rotl30(b)\n b = a\n a = t\n }\n\n this._a = (a + this._a) | 0\n this._b = (b + this._b) | 0\n this._c = (c + this._c) | 0\n this._d = (d + this._d) | 0\n this._e = (e + this._e) | 0\n}\n\nSha1.prototype._hash = function () {\n var H = Buffer.allocUnsafe(20)\n\n H.writeInt32BE(this._a | 0, 0)\n H.writeInt32BE(this._b | 0, 4)\n H.writeInt32BE(this._c | 0, 8)\n H.writeInt32BE(this._d | 0, 12)\n H.writeInt32BE(this._e | 0, 16)\n\n return H\n}\n\nmodule.exports = Sha1\n","/**\n * A JavaScript implementation of the Secure Hash Algorithm, SHA-256, as defined\n * in FIPS 180-2\n * Version 2.2-beta Copyright Angel Marin, Paul Johnston 2000 - 2009.\n * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet\n *\n */\n\nvar inherits = require('inherits')\nvar Hash = require('./hash')\nvar Buffer = require('safe-buffer').Buffer\n\nvar K = [\n 0x428A2F98, 0x71374491, 0xB5C0FBCF, 0xE9B5DBA5,\n 0x3956C25B, 0x59F111F1, 0x923F82A4, 0xAB1C5ED5,\n 0xD807AA98, 0x12835B01, 0x243185BE, 0x550C7DC3,\n 0x72BE5D74, 0x80DEB1FE, 0x9BDC06A7, 0xC19BF174,\n 0xE49B69C1, 0xEFBE4786, 0x0FC19DC6, 0x240CA1CC,\n 0x2DE92C6F, 0x4A7484AA, 0x5CB0A9DC, 0x76F988DA,\n 0x983E5152, 0xA831C66D, 0xB00327C8, 0xBF597FC7,\n 0xC6E00BF3, 0xD5A79147, 0x06CA6351, 0x14292967,\n 0x27B70A85, 0x2E1B2138, 0x4D2C6DFC, 0x53380D13,\n 0x650A7354, 0x766A0ABB, 0x81C2C92E, 0x92722C85,\n 0xA2BFE8A1, 0xA81A664B, 0xC24B8B70, 0xC76C51A3,\n 0xD192E819, 0xD6990624, 0xF40E3585, 0x106AA070,\n 0x19A4C116, 0x1E376C08, 0x2748774C, 0x34B0BCB5,\n 0x391C0CB3, 0x4ED8AA4A, 0x5B9CCA4F, 0x682E6FF3,\n 0x748F82EE, 0x78A5636F, 0x84C87814, 0x8CC70208,\n 0x90BEFFFA, 0xA4506CEB, 0xBEF9A3F7, 0xC67178F2\n]\n\nvar W = new Array(64)\n\nfunction Sha256 () {\n this.init()\n\n this._w = W // new Array(64)\n\n Hash.call(this, 64, 56)\n}\n\ninherits(Sha256, Hash)\n\nSha256.prototype.init = function () {\n this._a = 0x6a09e667\n this._b = 0xbb67ae85\n this._c = 0x3c6ef372\n this._d = 0xa54ff53a\n this._e = 0x510e527f\n this._f = 0x9b05688c\n this._g = 0x1f83d9ab\n this._h = 0x5be0cd19\n\n return this\n}\n\nfunction ch (x, y, z) {\n return z ^ (x & (y ^ z))\n}\n\nfunction maj (x, y, z) {\n return (x & y) | (z & (x | y))\n}\n\nfunction sigma0 (x) {\n return (x >>> 2 | x << 30) ^ (x >>> 13 | x << 19) ^ (x >>> 22 | x << 10)\n}\n\nfunction sigma1 (x) {\n return (x >>> 6 | x << 26) ^ (x >>> 11 | x << 21) ^ (x >>> 25 | x << 7)\n}\n\nfunction gamma0 (x) {\n return (x >>> 7 | x << 25) ^ (x >>> 18 | x << 14) ^ (x >>> 3)\n}\n\nfunction gamma1 (x) {\n return (x >>> 17 | x << 15) ^ (x >>> 19 | x << 13) ^ (x >>> 10)\n}\n\nSha256.prototype._update = function (M) {\n var W = this._w\n\n var a = this._a | 0\n var b = this._b | 0\n var c = this._c | 0\n var d = this._d | 0\n var e = this._e | 0\n var f = this._f | 0\n var g = this._g | 0\n var h = this._h | 0\n\n for (var i = 0; i < 16; ++i) W[i] = M.readInt32BE(i * 4)\n for (; i < 64; ++i) W[i] = (gamma1(W[i - 2]) + W[i - 7] + gamma0(W[i - 15]) + W[i - 16]) | 0\n\n for (var j = 0; j < 64; ++j) {\n var T1 = (h + sigma1(e) + ch(e, f, g) + K[j] + W[j]) | 0\n var T2 = (sigma0(a) + maj(a, b, c)) | 0\n\n h = g\n g = f\n f = e\n e = (d + T1) | 0\n d = c\n c = b\n b = a\n a = (T1 + T2) | 0\n }\n\n this._a = (a + this._a) | 0\n this._b = (b + this._b) | 0\n this._c = (c + this._c) | 0\n this._d = (d + this._d) | 0\n this._e = (e + this._e) | 0\n this._f = (f + this._f) | 0\n this._g = (g + this._g) | 0\n this._h = (h + this._h) | 0\n}\n\nSha256.prototype._hash = function () {\n var H = Buffer.allocUnsafe(32)\n\n H.writeInt32BE(this._a, 0)\n H.writeInt32BE(this._b, 4)\n H.writeInt32BE(this._c, 8)\n H.writeInt32BE(this._d, 12)\n H.writeInt32BE(this._e, 16)\n H.writeInt32BE(this._f, 20)\n H.writeInt32BE(this._g, 24)\n H.writeInt32BE(this._h, 28)\n\n return H\n}\n\nmodule.exports = Sha256\n","/**\n * A JavaScript implementation of the Secure Hash Algorithm, SHA-256, as defined\n * in FIPS 180-2\n * Version 2.2-beta Copyright Angel Marin, Paul Johnston 2000 - 2009.\n * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet\n *\n */\n\nvar inherits = require('inherits')\nvar Sha256 = require('./sha256')\nvar Hash = require('./hash')\nvar Buffer = require('safe-buffer').Buffer\n\nvar W = new Array(64)\n\nfunction Sha224 () {\n this.init()\n\n this._w = W // new Array(64)\n\n Hash.call(this, 64, 56)\n}\n\ninherits(Sha224, Sha256)\n\nSha224.prototype.init = function () {\n this._a = 0xc1059ed8\n this._b = 0x367cd507\n this._c = 0x3070dd17\n this._d = 0xf70e5939\n this._e = 0xffc00b31\n this._f = 0x68581511\n this._g = 0x64f98fa7\n this._h = 0xbefa4fa4\n\n return this\n}\n\nSha224.prototype._hash = function () {\n var H = Buffer.allocUnsafe(28)\n\n H.writeInt32BE(this._a, 0)\n H.writeInt32BE(this._b, 4)\n H.writeInt32BE(this._c, 8)\n H.writeInt32BE(this._d, 12)\n H.writeInt32BE(this._e, 16)\n H.writeInt32BE(this._f, 20)\n H.writeInt32BE(this._g, 24)\n\n return H\n}\n\nmodule.exports = Sha224\n","var inherits = require('inherits')\nvar Hash = require('./hash')\nvar Buffer = require('safe-buffer').Buffer\n\nvar K = [\n 0x428a2f98, 0xd728ae22, 0x71374491, 0x23ef65cd,\n 0xb5c0fbcf, 0xec4d3b2f, 0xe9b5dba5, 0x8189dbbc,\n 0x3956c25b, 0xf348b538, 0x59f111f1, 0xb605d019,\n 0x923f82a4, 0xaf194f9b, 0xab1c5ed5, 0xda6d8118,\n 0xd807aa98, 0xa3030242, 0x12835b01, 0x45706fbe,\n 0x243185be, 0x4ee4b28c, 0x550c7dc3, 0xd5ffb4e2,\n 0x72be5d74, 0xf27b896f, 0x80deb1fe, 0x3b1696b1,\n 0x9bdc06a7, 0x25c71235, 0xc19bf174, 0xcf692694,\n 0xe49b69c1, 0x9ef14ad2, 0xefbe4786, 0x384f25e3,\n 0x0fc19dc6, 0x8b8cd5b5, 0x240ca1cc, 0x77ac9c65,\n 0x2de92c6f, 0x592b0275, 0x4a7484aa, 0x6ea6e483,\n 0x5cb0a9dc, 0xbd41fbd4, 0x76f988da, 0x831153b5,\n 0x983e5152, 0xee66dfab, 0xa831c66d, 0x2db43210,\n 0xb00327c8, 0x98fb213f, 0xbf597fc7, 0xbeef0ee4,\n 0xc6e00bf3, 0x3da88fc2, 0xd5a79147, 0x930aa725,\n 0x06ca6351, 0xe003826f, 0x14292967, 0x0a0e6e70,\n 0x27b70a85, 0x46d22ffc, 0x2e1b2138, 0x5c26c926,\n 0x4d2c6dfc, 0x5ac42aed, 0x53380d13, 0x9d95b3df,\n 0x650a7354, 0x8baf63de, 0x766a0abb, 0x3c77b2a8,\n 0x81c2c92e, 0x47edaee6, 0x92722c85, 0x1482353b,\n 0xa2bfe8a1, 0x4cf10364, 0xa81a664b, 0xbc423001,\n 0xc24b8b70, 0xd0f89791, 0xc76c51a3, 0x0654be30,\n 0xd192e819, 0xd6ef5218, 0xd6990624, 0x5565a910,\n 0xf40e3585, 0x5771202a, 0x106aa070, 0x32bbd1b8,\n 0x19a4c116, 0xb8d2d0c8, 0x1e376c08, 0x5141ab53,\n 0x2748774c, 0xdf8eeb99, 0x34b0bcb5, 0xe19b48a8,\n 0x391c0cb3, 0xc5c95a63, 0x4ed8aa4a, 0xe3418acb,\n 0x5b9cca4f, 0x7763e373, 0x682e6ff3, 0xd6b2b8a3,\n 0x748f82ee, 0x5defb2fc, 0x78a5636f, 0x43172f60,\n 0x84c87814, 0xa1f0ab72, 0x8cc70208, 0x1a6439ec,\n 0x90befffa, 0x23631e28, 0xa4506ceb, 0xde82bde9,\n 0xbef9a3f7, 0xb2c67915, 0xc67178f2, 0xe372532b,\n 0xca273ece, 0xea26619c, 0xd186b8c7, 0x21c0c207,\n 0xeada7dd6, 0xcde0eb1e, 0xf57d4f7f, 0xee6ed178,\n 0x06f067aa, 0x72176fba, 0x0a637dc5, 0xa2c898a6,\n 0x113f9804, 0xbef90dae, 0x1b710b35, 0x131c471b,\n 0x28db77f5, 0x23047d84, 0x32caab7b, 0x40c72493,\n 0x3c9ebe0a, 0x15c9bebc, 0x431d67c4, 0x9c100d4c,\n 0x4cc5d4be, 0xcb3e42b6, 0x597f299c, 0xfc657e2a,\n 0x5fcb6fab, 0x3ad6faec, 0x6c44198c, 0x4a475817\n]\n\nvar W = new Array(160)\n\nfunction Sha512 () {\n this.init()\n this._w = W\n\n Hash.call(this, 128, 112)\n}\n\ninherits(Sha512, Hash)\n\nSha512.prototype.init = function () {\n this._ah = 0x6a09e667\n this._bh = 0xbb67ae85\n this._ch = 0x3c6ef372\n this._dh = 0xa54ff53a\n this._eh = 0x510e527f\n this._fh = 0x9b05688c\n this._gh = 0x1f83d9ab\n this._hh = 0x5be0cd19\n\n this._al = 0xf3bcc908\n this._bl = 0x84caa73b\n this._cl = 0xfe94f82b\n this._dl = 0x5f1d36f1\n this._el = 0xade682d1\n this._fl = 0x2b3e6c1f\n this._gl = 0xfb41bd6b\n this._hl = 0x137e2179\n\n return this\n}\n\nfunction Ch (x, y, z) {\n return z ^ (x & (y ^ z))\n}\n\nfunction maj (x, y, z) {\n return (x & y) | (z & (x | y))\n}\n\nfunction sigma0 (x, xl) {\n return (x >>> 28 | xl << 4) ^ (xl >>> 2 | x << 30) ^ (xl >>> 7 | x << 25)\n}\n\nfunction sigma1 (x, xl) {\n return (x >>> 14 | xl << 18) ^ (x >>> 18 | xl << 14) ^ (xl >>> 9 | x << 23)\n}\n\nfunction Gamma0 (x, xl) {\n return (x >>> 1 | xl << 31) ^ (x >>> 8 | xl << 24) ^ (x >>> 7)\n}\n\nfunction Gamma0l (x, xl) {\n return (x >>> 1 | xl << 31) ^ (x >>> 8 | xl << 24) ^ (x >>> 7 | xl << 25)\n}\n\nfunction Gamma1 (x, xl) {\n return (x >>> 19 | xl << 13) ^ (xl >>> 29 | x << 3) ^ (x >>> 6)\n}\n\nfunction Gamma1l (x, xl) {\n return (x >>> 19 | xl << 13) ^ (xl >>> 29 | x << 3) ^ (x >>> 6 | xl << 26)\n}\n\nfunction getCarry (a, b) {\n return (a >>> 0) < (b >>> 0) ? 1 : 0\n}\n\nSha512.prototype._update = function (M) {\n var W = this._w\n\n var ah = this._ah | 0\n var bh = this._bh | 0\n var ch = this._ch | 0\n var dh = this._dh | 0\n var eh = this._eh | 0\n var fh = this._fh | 0\n var gh = this._gh | 0\n var hh = this._hh | 0\n\n var al = this._al | 0\n var bl = this._bl | 0\n var cl = this._cl | 0\n var dl = this._dl | 0\n var el = this._el | 0\n var fl = this._fl | 0\n var gl = this._gl | 0\n var hl = this._hl | 0\n\n for (var i = 0; i < 32; i += 2) {\n W[i] = M.readInt32BE(i * 4)\n W[i + 1] = M.readInt32BE(i * 4 + 4)\n }\n for (; i < 160; i += 2) {\n var xh = W[i - 15 * 2]\n var xl = W[i - 15 * 2 + 1]\n var gamma0 = Gamma0(xh, xl)\n var gamma0l = Gamma0l(xl, xh)\n\n xh = W[i - 2 * 2]\n xl = W[i - 2 * 2 + 1]\n var gamma1 = Gamma1(xh, xl)\n var gamma1l = Gamma1l(xl, xh)\n\n // W[i] = gamma0 + W[i - 7] + gamma1 + W[i - 16]\n var Wi7h = W[i - 7 * 2]\n var Wi7l = W[i - 7 * 2 + 1]\n\n var Wi16h = W[i - 16 * 2]\n var Wi16l = W[i - 16 * 2 + 1]\n\n var Wil = (gamma0l + Wi7l) | 0\n var Wih = (gamma0 + Wi7h + getCarry(Wil, gamma0l)) | 0\n Wil = (Wil + gamma1l) | 0\n Wih = (Wih + gamma1 + getCarry(Wil, gamma1l)) | 0\n Wil = (Wil + Wi16l) | 0\n Wih = (Wih + Wi16h + getCarry(Wil, Wi16l)) | 0\n\n W[i] = Wih\n W[i + 1] = Wil\n }\n\n for (var j = 0; j < 160; j += 2) {\n Wih = W[j]\n Wil = W[j + 1]\n\n var majh = maj(ah, bh, ch)\n var majl = maj(al, bl, cl)\n\n var sigma0h = sigma0(ah, al)\n var sigma0l = sigma0(al, ah)\n var sigma1h = sigma1(eh, el)\n var sigma1l = sigma1(el, eh)\n\n // t1 = h + sigma1 + ch + K[j] + W[j]\n var Kih = K[j]\n var Kil = K[j + 1]\n\n var chh = Ch(eh, fh, gh)\n var chl = Ch(el, fl, gl)\n\n var t1l = (hl + sigma1l) | 0\n var t1h = (hh + sigma1h + getCarry(t1l, hl)) | 0\n t1l = (t1l + chl) | 0\n t1h = (t1h + chh + getCarry(t1l, chl)) | 0\n t1l = (t1l + Kil) | 0\n t1h = (t1h + Kih + getCarry(t1l, Kil)) | 0\n t1l = (t1l + Wil) | 0\n t1h = (t1h + Wih + getCarry(t1l, Wil)) | 0\n\n // t2 = sigma0 + maj\n var t2l = (sigma0l + majl) | 0\n var t2h = (sigma0h + majh + getCarry(t2l, sigma0l)) | 0\n\n hh = gh\n hl = gl\n gh = fh\n gl = fl\n fh = eh\n fl = el\n el = (dl + t1l) | 0\n eh = (dh + t1h + getCarry(el, dl)) | 0\n dh = ch\n dl = cl\n ch = bh\n cl = bl\n bh = ah\n bl = al\n al = (t1l + t2l) | 0\n ah = (t1h + t2h + getCarry(al, t1l)) | 0\n }\n\n this._al = (this._al + al) | 0\n this._bl = (this._bl + bl) | 0\n this._cl = (this._cl + cl) | 0\n this._dl = (this._dl + dl) | 0\n this._el = (this._el + el) | 0\n this._fl = (this._fl + fl) | 0\n this._gl = (this._gl + gl) | 0\n this._hl = (this._hl + hl) | 0\n\n this._ah = (this._ah + ah + getCarry(this._al, al)) | 0\n this._bh = (this._bh + bh + getCarry(this._bl, bl)) | 0\n this._ch = (this._ch + ch + getCarry(this._cl, cl)) | 0\n this._dh = (this._dh + dh + getCarry(this._dl, dl)) | 0\n this._eh = (this._eh + eh + getCarry(this._el, el)) | 0\n this._fh = (this._fh + fh + getCarry(this._fl, fl)) | 0\n this._gh = (this._gh + gh + getCarry(this._gl, gl)) | 0\n this._hh = (this._hh + hh + getCarry(this._hl, hl)) | 0\n}\n\nSha512.prototype._hash = function () {\n var H = Buffer.allocUnsafe(64)\n\n function writeInt64BE (h, l, offset) {\n H.writeInt32BE(h, offset)\n H.writeInt32BE(l, offset + 4)\n }\n\n writeInt64BE(this._ah, this._al, 0)\n writeInt64BE(this._bh, this._bl, 8)\n writeInt64BE(this._ch, this._cl, 16)\n writeInt64BE(this._dh, this._dl, 24)\n writeInt64BE(this._eh, this._el, 32)\n writeInt64BE(this._fh, this._fl, 40)\n writeInt64BE(this._gh, this._gl, 48)\n writeInt64BE(this._hh, this._hl, 56)\n\n return H\n}\n\nmodule.exports = Sha512\n","var inherits = require('inherits')\nvar SHA512 = require('./sha512')\nvar Hash = require('./hash')\nvar Buffer = require('safe-buffer').Buffer\n\nvar W = new Array(160)\n\nfunction Sha384 () {\n this.init()\n this._w = W\n\n Hash.call(this, 128, 112)\n}\n\ninherits(Sha384, SHA512)\n\nSha384.prototype.init = function () {\n this._ah = 0xcbbb9d5d\n this._bh = 0x629a292a\n this._ch = 0x9159015a\n this._dh = 0x152fecd8\n this._eh = 0x67332667\n this._fh = 0x8eb44a87\n this._gh = 0xdb0c2e0d\n this._hh = 0x47b5481d\n\n this._al = 0xc1059ed8\n this._bl = 0x367cd507\n this._cl = 0x3070dd17\n this._dl = 0xf70e5939\n this._el = 0xffc00b31\n this._fl = 0x68581511\n this._gl = 0x64f98fa7\n this._hl = 0xbefa4fa4\n\n return this\n}\n\nSha384.prototype._hash = function () {\n var H = Buffer.allocUnsafe(48)\n\n function writeInt64BE (h, l, offset) {\n H.writeInt32BE(h, offset)\n H.writeInt32BE(l, offset + 4)\n }\n\n writeInt64BE(this._ah, this._al, 0)\n writeInt64BE(this._bh, this._bl, 8)\n writeInt64BE(this._ch, this._cl, 16)\n writeInt64BE(this._dh, this._dl, 24)\n writeInt64BE(this._eh, this._el, 32)\n writeInt64BE(this._fh, this._fl, 40)\n\n return H\n}\n\nmodule.exports = Sha384\n","var exports = module.exports = function SHA (algorithm) {\n algorithm = algorithm.toLowerCase()\n\n var Algorithm = exports[algorithm]\n if (!Algorithm) throw new Error(algorithm + ' is not supported (we accept pull requests)')\n\n return new Algorithm()\n}\n\nexports.sha = require('./sha')\nexports.sha1 = require('./sha1')\nexports.sha224 = require('./sha224')\nexports.sha256 = require('./sha256')\nexports.sha384 = require('./sha384')\nexports.sha512 = require('./sha512')\n","'use strict';\n\nif (typeof process === 'undefined' ||\n !process.version ||\n process.version.indexOf('v0.') === 0 ||\n process.version.indexOf('v1.') === 0 && process.version.indexOf('v1.8.') !== 0) {\n module.exports = { nextTick: nextTick };\n} else {\n module.exports = process\n}\n\nfunction nextTick(fn, arg1, arg2, arg3) {\n if (typeof fn !== 'function') {\n throw new TypeError('\"callback\" argument must be a function');\n }\n var len = arguments.length;\n var args, i;\n switch (len) {\n case 0:\n case 1:\n return process.nextTick(fn);\n case 2:\n return process.nextTick(function afterTickOne() {\n fn.call(null, arg1);\n });\n case 3:\n return process.nextTick(function afterTickTwo() {\n fn.call(null, arg1, arg2);\n });\n case 4:\n return process.nextTick(function afterTickThree() {\n fn.call(null, arg1, arg2, arg3);\n });\n default:\n args = new Array(len - 1);\n i = 0;\n while (i < args.length) {\n args[i++] = arguments[i];\n }\n return process.nextTick(function afterTick() {\n fn.apply(null, args);\n });\n }\n}\n\n","module.exports = require('events').EventEmitter;\n","/* eslint-disable node/no-deprecated-api */\nvar buffer = require('buffer')\nvar Buffer = buffer.Buffer\n\n// alternative to using Object.keys for old browsers\nfunction copyProps (src, dst) {\n for (var key in src) {\n dst[key] = src[key]\n }\n}\nif (Buffer.from && Buffer.alloc && Buffer.allocUnsafe && Buffer.allocUnsafeSlow) {\n module.exports = buffer\n} else {\n // Copy properties from require('buffer')\n copyProps(buffer, exports)\n exports.Buffer = SafeBuffer\n}\n\nfunction SafeBuffer (arg, encodingOrOffset, length) {\n return Buffer(arg, encodingOrOffset, length)\n}\n\n// Copy static methods from Buffer\ncopyProps(Buffer, SafeBuffer)\n\nSafeBuffer.from = function (arg, encodingOrOffset, length) {\n if (typeof arg === 'number') {\n throw new TypeError('Argument must not be a number')\n }\n return Buffer(arg, encodingOrOffset, length)\n}\n\nSafeBuffer.alloc = function (size, fill, encoding) {\n if (typeof size !== 'number') {\n throw new TypeError('Argument must be a number')\n }\n var buf = Buffer(size)\n if (fill !== undefined) {\n if (typeof encoding === 'string') {\n buf.fill(fill, encoding)\n } else {\n buf.fill(fill)\n }\n } else {\n buf.fill(0)\n }\n return buf\n}\n\nSafeBuffer.allocUnsafe = function (size) {\n if (typeof size !== 'number') {\n throw new TypeError('Argument must be a number')\n }\n return Buffer(size)\n}\n\nSafeBuffer.allocUnsafeSlow = function (size) {\n if (typeof size !== 'number') {\n throw new TypeError('Argument must be a number')\n }\n return buffer.SlowBuffer(size)\n}\n","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n// NOTE: These type checking functions intentionally don't use `instanceof`\n// because it is fragile and can be easily faked with `Object.create()`.\n\nfunction isArray(arg) {\n if (Array.isArray) {\n return Array.isArray(arg);\n }\n return objectToString(arg) === '[object Array]';\n}\nexports.isArray = isArray;\n\nfunction isBoolean(arg) {\n return typeof arg === 'boolean';\n}\nexports.isBoolean = isBoolean;\n\nfunction isNull(arg) {\n return arg === null;\n}\nexports.isNull = isNull;\n\nfunction isNullOrUndefined(arg) {\n return arg == null;\n}\nexports.isNullOrUndefined = isNullOrUndefined;\n\nfunction isNumber(arg) {\n return typeof arg === 'number';\n}\nexports.isNumber = isNumber;\n\nfunction isString(arg) {\n return typeof arg === 'string';\n}\nexports.isString = isString;\n\nfunction isSymbol(arg) {\n return typeof arg === 'symbol';\n}\nexports.isSymbol = isSymbol;\n\nfunction isUndefined(arg) {\n return arg === void 0;\n}\nexports.isUndefined = isUndefined;\n\nfunction isRegExp(re) {\n return objectToString(re) === '[object RegExp]';\n}\nexports.isRegExp = isRegExp;\n\nfunction isObject(arg) {\n return typeof arg === 'object' && arg !== null;\n}\nexports.isObject = isObject;\n\nfunction isDate(d) {\n return objectToString(d) === '[object Date]';\n}\nexports.isDate = isDate;\n\nfunction isError(e) {\n return (objectToString(e) === '[object Error]' || e instanceof Error);\n}\nexports.isError = isError;\n\nfunction isFunction(arg) {\n return typeof arg === 'function';\n}\nexports.isFunction = isFunction;\n\nfunction isPrimitive(arg) {\n return arg === null ||\n typeof arg === 'boolean' ||\n typeof arg === 'number' ||\n typeof arg === 'string' ||\n typeof arg === 'symbol' || // ES6 symbol\n typeof arg === 'undefined';\n}\nexports.isPrimitive = isPrimitive;\n\nexports.isBuffer = Buffer.isBuffer;\n\nfunction objectToString(o) {\n return Object.prototype.toString.call(o);\n}\n","'use strict';\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nvar Buffer = require('safe-buffer').Buffer;\nvar util = require('util');\n\nfunction copyBuffer(src, target, offset) {\n src.copy(target, offset);\n}\n\nmodule.exports = function () {\n function BufferList() {\n _classCallCheck(this, BufferList);\n\n this.head = null;\n this.tail = null;\n this.length = 0;\n }\n\n BufferList.prototype.push = function push(v) {\n var entry = { data: v, next: null };\n if (this.length > 0) this.tail.next = entry;else this.head = entry;\n this.tail = entry;\n ++this.length;\n };\n\n BufferList.prototype.unshift = function unshift(v) {\n var entry = { data: v, next: this.head };\n if (this.length === 0) this.tail = entry;\n this.head = entry;\n ++this.length;\n };\n\n BufferList.prototype.shift = function shift() {\n if (this.length === 0) return;\n var ret = this.head.data;\n if (this.length === 1) this.head = this.tail = null;else this.head = this.head.next;\n --this.length;\n return ret;\n };\n\n BufferList.prototype.clear = function clear() {\n this.head = this.tail = null;\n this.length = 0;\n };\n\n BufferList.prototype.join = function join(s) {\n if (this.length === 0) return '';\n var p = this.head;\n var ret = '' + p.data;\n while (p = p.next) {\n ret += s + p.data;\n }return ret;\n };\n\n BufferList.prototype.concat = function concat(n) {\n if (this.length === 0) return Buffer.alloc(0);\n if (this.length === 1) return this.head.data;\n var ret = Buffer.allocUnsafe(n >>> 0);\n var p = this.head;\n var i = 0;\n while (p) {\n copyBuffer(p.data, ret, i);\n i += p.data.length;\n p = p.next;\n }\n return ret;\n };\n\n return BufferList;\n}();\n\nif (util && util.inspect && util.inspect.custom) {\n module.exports.prototype[util.inspect.custom] = function () {\n var obj = util.inspect({ length: this.length });\n return this.constructor.name + ' ' + obj;\n };\n}","'use strict';\n\n/**/\n\nvar pna = require('process-nextick-args');\n/**/\n\n// undocumented cb() API, needed for core, not for public API\nfunction destroy(err, cb) {\n var _this = this;\n\n var readableDestroyed = this._readableState && this._readableState.destroyed;\n var writableDestroyed = this._writableState && this._writableState.destroyed;\n\n if (readableDestroyed || writableDestroyed) {\n if (cb) {\n cb(err);\n } else if (err && (!this._writableState || !this._writableState.errorEmitted)) {\n pna.nextTick(emitErrorNT, this, err);\n }\n return this;\n }\n\n // we set destroyed to true before firing error callbacks in order\n // to make it re-entrance safe in case destroy() is called within callbacks\n\n if (this._readableState) {\n this._readableState.destroyed = true;\n }\n\n // if this is a duplex stream mark the writable part as destroyed as well\n if (this._writableState) {\n this._writableState.destroyed = true;\n }\n\n this._destroy(err || null, function (err) {\n if (!cb && err) {\n pna.nextTick(emitErrorNT, _this, err);\n if (_this._writableState) {\n _this._writableState.errorEmitted = true;\n }\n } else if (cb) {\n cb(err);\n }\n });\n\n return this;\n}\n\nfunction undestroy() {\n if (this._readableState) {\n this._readableState.destroyed = false;\n this._readableState.reading = false;\n this._readableState.ended = false;\n this._readableState.endEmitted = false;\n }\n\n if (this._writableState) {\n this._writableState.destroyed = false;\n this._writableState.ended = false;\n this._writableState.ending = false;\n this._writableState.finished = false;\n this._writableState.errorEmitted = false;\n }\n}\n\nfunction emitErrorNT(self, err) {\n self.emit('error', err);\n}\n\nmodule.exports = {\n destroy: destroy,\n undestroy: undestroy\n};","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n// A bit simpler than readable streams.\n// Implement an async ._write(chunk, encoding, cb), and it'll handle all\n// the drain event emission and buffering.\n\n'use strict';\n\n/**/\n\nvar pna = require('process-nextick-args');\n/**/\n\nmodule.exports = Writable;\n\n/* */\nfunction WriteReq(chunk, encoding, cb) {\n this.chunk = chunk;\n this.encoding = encoding;\n this.callback = cb;\n this.next = null;\n}\n\n// It seems a linked list but it is not\n// there will be only 2 of these for each stream\nfunction CorkedRequest(state) {\n var _this = this;\n\n this.next = null;\n this.entry = null;\n this.finish = function () {\n onCorkedFinish(_this, state);\n };\n}\n/* */\n\n/**/\nvar asyncWrite = !process.browser && ['v0.10', 'v0.9.'].indexOf(process.version.slice(0, 5)) > -1 ? setImmediate : pna.nextTick;\n/**/\n\n/**/\nvar Duplex;\n/**/\n\nWritable.WritableState = WritableState;\n\n/**/\nvar util = Object.create(require('core-util-is'));\nutil.inherits = require('inherits');\n/**/\n\n/**/\nvar internalUtil = {\n deprecate: require('util-deprecate')\n};\n/**/\n\n/**/\nvar Stream = require('./internal/streams/stream');\n/**/\n\n/**/\n\nvar Buffer = require('safe-buffer').Buffer;\nvar OurUint8Array = global.Uint8Array || function () {};\nfunction _uint8ArrayToBuffer(chunk) {\n return Buffer.from(chunk);\n}\nfunction _isUint8Array(obj) {\n return Buffer.isBuffer(obj) || obj instanceof OurUint8Array;\n}\n\n/**/\n\nvar destroyImpl = require('./internal/streams/destroy');\n\nutil.inherits(Writable, Stream);\n\nfunction nop() {}\n\nfunction WritableState(options, stream) {\n Duplex = Duplex || require('./_stream_duplex');\n\n options = options || {};\n\n // Duplex streams are both readable and writable, but share\n // the same options object.\n // However, some cases require setting options to different\n // values for the readable and the writable sides of the duplex stream.\n // These options can be provided separately as readableXXX and writableXXX.\n var isDuplex = stream instanceof Duplex;\n\n // object stream flag to indicate whether or not this stream\n // contains buffers or objects.\n this.objectMode = !!options.objectMode;\n\n if (isDuplex) this.objectMode = this.objectMode || !!options.writableObjectMode;\n\n // the point at which write() starts returning false\n // Note: 0 is a valid value, means that we always return false if\n // the entire buffer is not flushed immediately on write()\n var hwm = options.highWaterMark;\n var writableHwm = options.writableHighWaterMark;\n var defaultHwm = this.objectMode ? 16 : 16 * 1024;\n\n if (hwm || hwm === 0) this.highWaterMark = hwm;else if (isDuplex && (writableHwm || writableHwm === 0)) this.highWaterMark = writableHwm;else this.highWaterMark = defaultHwm;\n\n // cast to ints.\n this.highWaterMark = Math.floor(this.highWaterMark);\n\n // if _final has been called\n this.finalCalled = false;\n\n // drain event flag.\n this.needDrain = false;\n // at the start of calling end()\n this.ending = false;\n // when end() has been called, and returned\n this.ended = false;\n // when 'finish' is emitted\n this.finished = false;\n\n // has it been destroyed\n this.destroyed = false;\n\n // should we decode strings into buffers before passing to _write?\n // this is here so that some node-core streams can optimize string\n // handling at a lower level.\n var noDecode = options.decodeStrings === false;\n this.decodeStrings = !noDecode;\n\n // Crypto is kind of old and crusty. Historically, its default string\n // encoding is 'binary' so we have to make this configurable.\n // Everything else in the universe uses 'utf8', though.\n this.defaultEncoding = options.defaultEncoding || 'utf8';\n\n // not an actual buffer we keep track of, but a measurement\n // of how much we're waiting to get pushed to some underlying\n // socket or file.\n this.length = 0;\n\n // a flag to see when we're in the middle of a write.\n this.writing = false;\n\n // when true all writes will be buffered until .uncork() call\n this.corked = 0;\n\n // a flag to be able to tell if the onwrite cb is called immediately,\n // or on a later tick. We set this to true at first, because any\n // actions that shouldn't happen until \"later\" should generally also\n // not happen before the first write call.\n this.sync = true;\n\n // a flag to know if we're processing previously buffered items, which\n // may call the _write() callback in the same tick, so that we don't\n // end up in an overlapped onwrite situation.\n this.bufferProcessing = false;\n\n // the callback that's passed to _write(chunk,cb)\n this.onwrite = function (er) {\n onwrite(stream, er);\n };\n\n // the callback that the user supplies to write(chunk,encoding,cb)\n this.writecb = null;\n\n // the amount that is being written when _write is called.\n this.writelen = 0;\n\n this.bufferedRequest = null;\n this.lastBufferedRequest = null;\n\n // number of pending user-supplied write callbacks\n // this must be 0 before 'finish' can be emitted\n this.pendingcb = 0;\n\n // emit prefinish if the only thing we're waiting for is _write cbs\n // This is relevant for synchronous Transform streams\n this.prefinished = false;\n\n // True if the error was already emitted and should not be thrown again\n this.errorEmitted = false;\n\n // count buffered requests\n this.bufferedRequestCount = 0;\n\n // allocate the first CorkedRequest, there is always\n // one allocated and free to use, and we maintain at most two\n this.corkedRequestsFree = new CorkedRequest(this);\n}\n\nWritableState.prototype.getBuffer = function getBuffer() {\n var current = this.bufferedRequest;\n var out = [];\n while (current) {\n out.push(current);\n current = current.next;\n }\n return out;\n};\n\n(function () {\n try {\n Object.defineProperty(WritableState.prototype, 'buffer', {\n get: internalUtil.deprecate(function () {\n return this.getBuffer();\n }, '_writableState.buffer is deprecated. Use _writableState.getBuffer ' + 'instead.', 'DEP0003')\n });\n } catch (_) {}\n})();\n\n// Test _writableState for inheritance to account for Duplex streams,\n// whose prototype chain only points to Readable.\nvar realHasInstance;\nif (typeof Symbol === 'function' && Symbol.hasInstance && typeof Function.prototype[Symbol.hasInstance] === 'function') {\n realHasInstance = Function.prototype[Symbol.hasInstance];\n Object.defineProperty(Writable, Symbol.hasInstance, {\n value: function (object) {\n if (realHasInstance.call(this, object)) return true;\n if (this !== Writable) return false;\n\n return object && object._writableState instanceof WritableState;\n }\n });\n} else {\n realHasInstance = function (object) {\n return object instanceof this;\n };\n}\n\nfunction Writable(options) {\n Duplex = Duplex || require('./_stream_duplex');\n\n // Writable ctor is applied to Duplexes, too.\n // `realHasInstance` is necessary because using plain `instanceof`\n // would return false, as no `_writableState` property is attached.\n\n // Trying to use the custom `instanceof` for Writable here will also break the\n // Node.js LazyTransform implementation, which has a non-trivial getter for\n // `_writableState` that would lead to infinite recursion.\n if (!realHasInstance.call(Writable, this) && !(this instanceof Duplex)) {\n return new Writable(options);\n }\n\n this._writableState = new WritableState(options, this);\n\n // legacy.\n this.writable = true;\n\n if (options) {\n if (typeof options.write === 'function') this._write = options.write;\n\n if (typeof options.writev === 'function') this._writev = options.writev;\n\n if (typeof options.destroy === 'function') this._destroy = options.destroy;\n\n if (typeof options.final === 'function') this._final = options.final;\n }\n\n Stream.call(this);\n}\n\n// Otherwise people can pipe Writable streams, which is just wrong.\nWritable.prototype.pipe = function () {\n this.emit('error', new Error('Cannot pipe, not readable'));\n};\n\nfunction writeAfterEnd(stream, cb) {\n var er = new Error('write after end');\n // TODO: defer error events consistently everywhere, not just the cb\n stream.emit('error', er);\n pna.nextTick(cb, er);\n}\n\n// Checks that a user-supplied chunk is valid, especially for the particular\n// mode the stream is in. Currently this means that `null` is never accepted\n// and undefined/non-string values are only allowed in object mode.\nfunction validChunk(stream, state, chunk, cb) {\n var valid = true;\n var er = false;\n\n if (chunk === null) {\n er = new TypeError('May not write null values to stream');\n } else if (typeof chunk !== 'string' && chunk !== undefined && !state.objectMode) {\n er = new TypeError('Invalid non-string/buffer chunk');\n }\n if (er) {\n stream.emit('error', er);\n pna.nextTick(cb, er);\n valid = false;\n }\n return valid;\n}\n\nWritable.prototype.write = function (chunk, encoding, cb) {\n var state = this._writableState;\n var ret = false;\n var isBuf = !state.objectMode && _isUint8Array(chunk);\n\n if (isBuf && !Buffer.isBuffer(chunk)) {\n chunk = _uint8ArrayToBuffer(chunk);\n }\n\n if (typeof encoding === 'function') {\n cb = encoding;\n encoding = null;\n }\n\n if (isBuf) encoding = 'buffer';else if (!encoding) encoding = state.defaultEncoding;\n\n if (typeof cb !== 'function') cb = nop;\n\n if (state.ended) writeAfterEnd(this, cb);else if (isBuf || validChunk(this, state, chunk, cb)) {\n state.pendingcb++;\n ret = writeOrBuffer(this, state, isBuf, chunk, encoding, cb);\n }\n\n return ret;\n};\n\nWritable.prototype.cork = function () {\n var state = this._writableState;\n\n state.corked++;\n};\n\nWritable.prototype.uncork = function () {\n var state = this._writableState;\n\n if (state.corked) {\n state.corked--;\n\n if (!state.writing && !state.corked && !state.finished && !state.bufferProcessing && state.bufferedRequest) clearBuffer(this, state);\n }\n};\n\nWritable.prototype.setDefaultEncoding = function setDefaultEncoding(encoding) {\n // node::ParseEncoding() requires lower case.\n if (typeof encoding === 'string') encoding = encoding.toLowerCase();\n if (!(['hex', 'utf8', 'utf-8', 'ascii', 'binary', 'base64', 'ucs2', 'ucs-2', 'utf16le', 'utf-16le', 'raw'].indexOf((encoding + '').toLowerCase()) > -1)) throw new TypeError('Unknown encoding: ' + encoding);\n this._writableState.defaultEncoding = encoding;\n return this;\n};\n\nfunction decodeChunk(state, chunk, encoding) {\n if (!state.objectMode && state.decodeStrings !== false && typeof chunk === 'string') {\n chunk = Buffer.from(chunk, encoding);\n }\n return chunk;\n}\n\nObject.defineProperty(Writable.prototype, 'writableHighWaterMark', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function () {\n return this._writableState.highWaterMark;\n }\n});\n\n// if we're already writing something, then just put this\n// in the queue, and wait our turn. Otherwise, call _write\n// If we return false, then we need a drain event, so set that flag.\nfunction writeOrBuffer(stream, state, isBuf, chunk, encoding, cb) {\n if (!isBuf) {\n var newChunk = decodeChunk(state, chunk, encoding);\n if (chunk !== newChunk) {\n isBuf = true;\n encoding = 'buffer';\n chunk = newChunk;\n }\n }\n var len = state.objectMode ? 1 : chunk.length;\n\n state.length += len;\n\n var ret = state.length < state.highWaterMark;\n // we must ensure that previous needDrain will not be reset to false.\n if (!ret) state.needDrain = true;\n\n if (state.writing || state.corked) {\n var last = state.lastBufferedRequest;\n state.lastBufferedRequest = {\n chunk: chunk,\n encoding: encoding,\n isBuf: isBuf,\n callback: cb,\n next: null\n };\n if (last) {\n last.next = state.lastBufferedRequest;\n } else {\n state.bufferedRequest = state.lastBufferedRequest;\n }\n state.bufferedRequestCount += 1;\n } else {\n doWrite(stream, state, false, len, chunk, encoding, cb);\n }\n\n return ret;\n}\n\nfunction doWrite(stream, state, writev, len, chunk, encoding, cb) {\n state.writelen = len;\n state.writecb = cb;\n state.writing = true;\n state.sync = true;\n if (writev) stream._writev(chunk, state.onwrite);else stream._write(chunk, encoding, state.onwrite);\n state.sync = false;\n}\n\nfunction onwriteError(stream, state, sync, er, cb) {\n --state.pendingcb;\n\n if (sync) {\n // defer the callback if we are being called synchronously\n // to avoid piling up things on the stack\n pna.nextTick(cb, er);\n // this can emit finish, and it will always happen\n // after error\n pna.nextTick(finishMaybe, stream, state);\n stream._writableState.errorEmitted = true;\n stream.emit('error', er);\n } else {\n // the caller expect this to happen before if\n // it is async\n cb(er);\n stream._writableState.errorEmitted = true;\n stream.emit('error', er);\n // this can emit finish, but finish must\n // always follow error\n finishMaybe(stream, state);\n }\n}\n\nfunction onwriteStateUpdate(state) {\n state.writing = false;\n state.writecb = null;\n state.length -= state.writelen;\n state.writelen = 0;\n}\n\nfunction onwrite(stream, er) {\n var state = stream._writableState;\n var sync = state.sync;\n var cb = state.writecb;\n\n onwriteStateUpdate(state);\n\n if (er) onwriteError(stream, state, sync, er, cb);else {\n // Check if we're actually ready to finish, but don't emit yet\n var finished = needFinish(state);\n\n if (!finished && !state.corked && !state.bufferProcessing && state.bufferedRequest) {\n clearBuffer(stream, state);\n }\n\n if (sync) {\n /**/\n asyncWrite(afterWrite, stream, state, finished, cb);\n /**/\n } else {\n afterWrite(stream, state, finished, cb);\n }\n }\n}\n\nfunction afterWrite(stream, state, finished, cb) {\n if (!finished) onwriteDrain(stream, state);\n state.pendingcb--;\n cb();\n finishMaybe(stream, state);\n}\n\n// Must force callback to be called on nextTick, so that we don't\n// emit 'drain' before the write() consumer gets the 'false' return\n// value, and has a chance to attach a 'drain' listener.\nfunction onwriteDrain(stream, state) {\n if (state.length === 0 && state.needDrain) {\n state.needDrain = false;\n stream.emit('drain');\n }\n}\n\n// if there's something in the buffer waiting, then process it\nfunction clearBuffer(stream, state) {\n state.bufferProcessing = true;\n var entry = state.bufferedRequest;\n\n if (stream._writev && entry && entry.next) {\n // Fast case, write everything using _writev()\n var l = state.bufferedRequestCount;\n var buffer = new Array(l);\n var holder = state.corkedRequestsFree;\n holder.entry = entry;\n\n var count = 0;\n var allBuffers = true;\n while (entry) {\n buffer[count] = entry;\n if (!entry.isBuf) allBuffers = false;\n entry = entry.next;\n count += 1;\n }\n buffer.allBuffers = allBuffers;\n\n doWrite(stream, state, true, state.length, buffer, '', holder.finish);\n\n // doWrite is almost always async, defer these to save a bit of time\n // as the hot path ends with doWrite\n state.pendingcb++;\n state.lastBufferedRequest = null;\n if (holder.next) {\n state.corkedRequestsFree = holder.next;\n holder.next = null;\n } else {\n state.corkedRequestsFree = new CorkedRequest(state);\n }\n state.bufferedRequestCount = 0;\n } else {\n // Slow case, write chunks one-by-one\n while (entry) {\n var chunk = entry.chunk;\n var encoding = entry.encoding;\n var cb = entry.callback;\n var len = state.objectMode ? 1 : chunk.length;\n\n doWrite(stream, state, false, len, chunk, encoding, cb);\n entry = entry.next;\n state.bufferedRequestCount--;\n // if we didn't call the onwrite immediately, then\n // it means that we need to wait until it does.\n // also, that means that the chunk and cb are currently\n // being processed, so move the buffer counter past them.\n if (state.writing) {\n break;\n }\n }\n\n if (entry === null) state.lastBufferedRequest = null;\n }\n\n state.bufferedRequest = entry;\n state.bufferProcessing = false;\n}\n\nWritable.prototype._write = function (chunk, encoding, cb) {\n cb(new Error('_write() is not implemented'));\n};\n\nWritable.prototype._writev = null;\n\nWritable.prototype.end = function (chunk, encoding, cb) {\n var state = this._writableState;\n\n if (typeof chunk === 'function') {\n cb = chunk;\n chunk = null;\n encoding = null;\n } else if (typeof encoding === 'function') {\n cb = encoding;\n encoding = null;\n }\n\n if (chunk !== null && chunk !== undefined) this.write(chunk, encoding);\n\n // .end() fully uncorks\n if (state.corked) {\n state.corked = 1;\n this.uncork();\n }\n\n // ignore unnecessary end() calls.\n if (!state.ending && !state.finished) endWritable(this, state, cb);\n};\n\nfunction needFinish(state) {\n return state.ending && state.length === 0 && state.bufferedRequest === null && !state.finished && !state.writing;\n}\nfunction callFinal(stream, state) {\n stream._final(function (err) {\n state.pendingcb--;\n if (err) {\n stream.emit('error', err);\n }\n state.prefinished = true;\n stream.emit('prefinish');\n finishMaybe(stream, state);\n });\n}\nfunction prefinish(stream, state) {\n if (!state.prefinished && !state.finalCalled) {\n if (typeof stream._final === 'function') {\n state.pendingcb++;\n state.finalCalled = true;\n pna.nextTick(callFinal, stream, state);\n } else {\n state.prefinished = true;\n stream.emit('prefinish');\n }\n }\n}\n\nfunction finishMaybe(stream, state) {\n var need = needFinish(state);\n if (need) {\n prefinish(stream, state);\n if (state.pendingcb === 0) {\n state.finished = true;\n stream.emit('finish');\n }\n }\n return need;\n}\n\nfunction endWritable(stream, state, cb) {\n state.ending = true;\n finishMaybe(stream, state);\n if (cb) {\n if (state.finished) pna.nextTick(cb);else stream.once('finish', cb);\n }\n state.ended = true;\n stream.writable = false;\n}\n\nfunction onCorkedFinish(corkReq, state, err) {\n var entry = corkReq.entry;\n corkReq.entry = null;\n while (entry) {\n var cb = entry.callback;\n state.pendingcb--;\n cb(err);\n entry = entry.next;\n }\n if (state.corkedRequestsFree) {\n state.corkedRequestsFree.next = corkReq;\n } else {\n state.corkedRequestsFree = corkReq;\n }\n}\n\nObject.defineProperty(Writable.prototype, 'destroyed', {\n get: function () {\n if (this._writableState === undefined) {\n return false;\n }\n return this._writableState.destroyed;\n },\n set: function (value) {\n // we ignore the value if the stream\n // has not been initialized yet\n if (!this._writableState) {\n return;\n }\n\n // backward compatibility, the user is explicitly\n // managing destroyed\n this._writableState.destroyed = value;\n }\n});\n\nWritable.prototype.destroy = destroyImpl.destroy;\nWritable.prototype._undestroy = destroyImpl.undestroy;\nWritable.prototype._destroy = function (err, cb) {\n this.end();\n cb(err);\n};","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n// a duplex stream is just a stream that is both readable and writable.\n// Since JS doesn't have multiple prototypal inheritance, this class\n// prototypally inherits from Readable, and then parasitically from\n// Writable.\n\n'use strict';\n\n/**/\n\nvar pna = require('process-nextick-args');\n/**/\n\n/**/\nvar objectKeys = Object.keys || function (obj) {\n var keys = [];\n for (var key in obj) {\n keys.push(key);\n }return keys;\n};\n/**/\n\nmodule.exports = Duplex;\n\n/**/\nvar util = Object.create(require('core-util-is'));\nutil.inherits = require('inherits');\n/**/\n\nvar Readable = require('./_stream_readable');\nvar Writable = require('./_stream_writable');\n\nutil.inherits(Duplex, Readable);\n\n{\n // avoid scope creep, the keys array can then be collected\n var keys = objectKeys(Writable.prototype);\n for (var v = 0; v < keys.length; v++) {\n var method = keys[v];\n if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method];\n }\n}\n\nfunction Duplex(options) {\n if (!(this instanceof Duplex)) return new Duplex(options);\n\n Readable.call(this, options);\n Writable.call(this, options);\n\n if (options && options.readable === false) this.readable = false;\n\n if (options && options.writable === false) this.writable = false;\n\n this.allowHalfOpen = true;\n if (options && options.allowHalfOpen === false) this.allowHalfOpen = false;\n\n this.once('end', onend);\n}\n\nObject.defineProperty(Duplex.prototype, 'writableHighWaterMark', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function () {\n return this._writableState.highWaterMark;\n }\n});\n\n// the no-half-open enforcer\nfunction onend() {\n // if we allow half-open state, or if the writable side ended,\n // then we're ok.\n if (this.allowHalfOpen || this._writableState.ended) return;\n\n // no more data can be written.\n // But allow more writes to happen in this tick.\n pna.nextTick(onEndNT, this);\n}\n\nfunction onEndNT(self) {\n self.end();\n}\n\nObject.defineProperty(Duplex.prototype, 'destroyed', {\n get: function () {\n if (this._readableState === undefined || this._writableState === undefined) {\n return false;\n }\n return this._readableState.destroyed && this._writableState.destroyed;\n },\n set: function (value) {\n // we ignore the value if the stream\n // has not been initialized yet\n if (this._readableState === undefined || this._writableState === undefined) {\n return;\n }\n\n // backward compatibility, the user is explicitly\n // managing destroyed\n this._readableState.destroyed = value;\n this._writableState.destroyed = value;\n }\n});\n\nDuplex.prototype._destroy = function (err, cb) {\n this.push(null);\n this.end();\n\n pna.nextTick(cb, err);\n};","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n'use strict';\n\n/**/\n\nvar Buffer = require('safe-buffer').Buffer;\n/**/\n\nvar isEncoding = Buffer.isEncoding || function (encoding) {\n encoding = '' + encoding;\n switch (encoding && encoding.toLowerCase()) {\n case 'hex':case 'utf8':case 'utf-8':case 'ascii':case 'binary':case 'base64':case 'ucs2':case 'ucs-2':case 'utf16le':case 'utf-16le':case 'raw':\n return true;\n default:\n return false;\n }\n};\n\nfunction _normalizeEncoding(enc) {\n if (!enc) return 'utf8';\n var retried;\n while (true) {\n switch (enc) {\n case 'utf8':\n case 'utf-8':\n return 'utf8';\n case 'ucs2':\n case 'ucs-2':\n case 'utf16le':\n case 'utf-16le':\n return 'utf16le';\n case 'latin1':\n case 'binary':\n return 'latin1';\n case 'base64':\n case 'ascii':\n case 'hex':\n return enc;\n default:\n if (retried) return; // undefined\n enc = ('' + enc).toLowerCase();\n retried = true;\n }\n }\n};\n\n// Do not cache `Buffer.isEncoding` when checking encoding names as some\n// modules monkey-patch it to support additional encodings\nfunction normalizeEncoding(enc) {\n var nenc = _normalizeEncoding(enc);\n if (typeof nenc !== 'string' && (Buffer.isEncoding === isEncoding || !isEncoding(enc))) throw new Error('Unknown encoding: ' + enc);\n return nenc || enc;\n}\n\n// StringDecoder provides an interface for efficiently splitting a series of\n// buffers into a series of JS strings without breaking apart multi-byte\n// characters.\nexports.StringDecoder = StringDecoder;\nfunction StringDecoder(encoding) {\n this.encoding = normalizeEncoding(encoding);\n var nb;\n switch (this.encoding) {\n case 'utf16le':\n this.text = utf16Text;\n this.end = utf16End;\n nb = 4;\n break;\n case 'utf8':\n this.fillLast = utf8FillLast;\n nb = 4;\n break;\n case 'base64':\n this.text = base64Text;\n this.end = base64End;\n nb = 3;\n break;\n default:\n this.write = simpleWrite;\n this.end = simpleEnd;\n return;\n }\n this.lastNeed = 0;\n this.lastTotal = 0;\n this.lastChar = Buffer.allocUnsafe(nb);\n}\n\nStringDecoder.prototype.write = function (buf) {\n if (buf.length === 0) return '';\n var r;\n var i;\n if (this.lastNeed) {\n r = this.fillLast(buf);\n if (r === undefined) return '';\n i = this.lastNeed;\n this.lastNeed = 0;\n } else {\n i = 0;\n }\n if (i < buf.length) return r ? r + this.text(buf, i) : this.text(buf, i);\n return r || '';\n};\n\nStringDecoder.prototype.end = utf8End;\n\n// Returns only complete characters in a Buffer\nStringDecoder.prototype.text = utf8Text;\n\n// Attempts to complete a partial non-UTF-8 character using bytes from a Buffer\nStringDecoder.prototype.fillLast = function (buf) {\n if (this.lastNeed <= buf.length) {\n buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, this.lastNeed);\n return this.lastChar.toString(this.encoding, 0, this.lastTotal);\n }\n buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, buf.length);\n this.lastNeed -= buf.length;\n};\n\n// Checks the type of a UTF-8 byte, whether it's ASCII, a leading byte, or a\n// continuation byte. If an invalid byte is detected, -2 is returned.\nfunction utf8CheckByte(byte) {\n if (byte <= 0x7F) return 0;else if (byte >> 5 === 0x06) return 2;else if (byte >> 4 === 0x0E) return 3;else if (byte >> 3 === 0x1E) return 4;\n return byte >> 6 === 0x02 ? -1 : -2;\n}\n\n// Checks at most 3 bytes at the end of a Buffer in order to detect an\n// incomplete multi-byte UTF-8 character. The total number of bytes (2, 3, or 4)\n// needed to complete the UTF-8 character (if applicable) are returned.\nfunction utf8CheckIncomplete(self, buf, i) {\n var j = buf.length - 1;\n if (j < i) return 0;\n var nb = utf8CheckByte(buf[j]);\n if (nb >= 0) {\n if (nb > 0) self.lastNeed = nb - 1;\n return nb;\n }\n if (--j < i || nb === -2) return 0;\n nb = utf8CheckByte(buf[j]);\n if (nb >= 0) {\n if (nb > 0) self.lastNeed = nb - 2;\n return nb;\n }\n if (--j < i || nb === -2) return 0;\n nb = utf8CheckByte(buf[j]);\n if (nb >= 0) {\n if (nb > 0) {\n if (nb === 2) nb = 0;else self.lastNeed = nb - 3;\n }\n return nb;\n }\n return 0;\n}\n\n// Validates as many continuation bytes for a multi-byte UTF-8 character as\n// needed or are available. If we see a non-continuation byte where we expect\n// one, we \"replace\" the validated continuation bytes we've seen so far with\n// a single UTF-8 replacement character ('\\ufffd'), to match v8's UTF-8 decoding\n// behavior. The continuation byte check is included three times in the case\n// where all of the continuation bytes for a character exist in the same buffer.\n// It is also done this way as a slight performance increase instead of using a\n// loop.\nfunction utf8CheckExtraBytes(self, buf, p) {\n if ((buf[0] & 0xC0) !== 0x80) {\n self.lastNeed = 0;\n return '\\ufffd';\n }\n if (self.lastNeed > 1 && buf.length > 1) {\n if ((buf[1] & 0xC0) !== 0x80) {\n self.lastNeed = 1;\n return '\\ufffd';\n }\n if (self.lastNeed > 2 && buf.length > 2) {\n if ((buf[2] & 0xC0) !== 0x80) {\n self.lastNeed = 2;\n return '\\ufffd';\n }\n }\n }\n}\n\n// Attempts to complete a multi-byte UTF-8 character using bytes from a Buffer.\nfunction utf8FillLast(buf) {\n var p = this.lastTotal - this.lastNeed;\n var r = utf8CheckExtraBytes(this, buf, p);\n if (r !== undefined) return r;\n if (this.lastNeed <= buf.length) {\n buf.copy(this.lastChar, p, 0, this.lastNeed);\n return this.lastChar.toString(this.encoding, 0, this.lastTotal);\n }\n buf.copy(this.lastChar, p, 0, buf.length);\n this.lastNeed -= buf.length;\n}\n\n// Returns all complete UTF-8 characters in a Buffer. If the Buffer ended on a\n// partial character, the character's bytes are buffered until the required\n// number of bytes are available.\nfunction utf8Text(buf, i) {\n var total = utf8CheckIncomplete(this, buf, i);\n if (!this.lastNeed) return buf.toString('utf8', i);\n this.lastTotal = total;\n var end = buf.length - (total - this.lastNeed);\n buf.copy(this.lastChar, 0, end);\n return buf.toString('utf8', i, end);\n}\n\n// For UTF-8, a replacement character is added when ending on a partial\n// character.\nfunction utf8End(buf) {\n var r = buf && buf.length ? this.write(buf) : '';\n if (this.lastNeed) return r + '\\ufffd';\n return r;\n}\n\n// UTF-16LE typically needs two bytes per character, but even if we have an even\n// number of bytes available, we need to check if we end on a leading/high\n// surrogate. In that case, we need to wait for the next two bytes in order to\n// decode the last character properly.\nfunction utf16Text(buf, i) {\n if ((buf.length - i) % 2 === 0) {\n var r = buf.toString('utf16le', i);\n if (r) {\n var c = r.charCodeAt(r.length - 1);\n if (c >= 0xD800 && c <= 0xDBFF) {\n this.lastNeed = 2;\n this.lastTotal = 4;\n this.lastChar[0] = buf[buf.length - 2];\n this.lastChar[1] = buf[buf.length - 1];\n return r.slice(0, -1);\n }\n }\n return r;\n }\n this.lastNeed = 1;\n this.lastTotal = 2;\n this.lastChar[0] = buf[buf.length - 1];\n return buf.toString('utf16le', i, buf.length - 1);\n}\n\n// For UTF-16LE we do not explicitly append special replacement characters if we\n// end on a partial character, we simply let v8 handle that.\nfunction utf16End(buf) {\n var r = buf && buf.length ? this.write(buf) : '';\n if (this.lastNeed) {\n var end = this.lastTotal - this.lastNeed;\n return r + this.lastChar.toString('utf16le', 0, end);\n }\n return r;\n}\n\nfunction base64Text(buf, i) {\n var n = (buf.length - i) % 3;\n if (n === 0) return buf.toString('base64', i);\n this.lastNeed = 3 - n;\n this.lastTotal = 3;\n if (n === 1) {\n this.lastChar[0] = buf[buf.length - 1];\n } else {\n this.lastChar[0] = buf[buf.length - 2];\n this.lastChar[1] = buf[buf.length - 1];\n }\n return buf.toString('base64', i, buf.length - n);\n}\n\nfunction base64End(buf) {\n var r = buf && buf.length ? this.write(buf) : '';\n if (this.lastNeed) return r + this.lastChar.toString('base64', 0, 3 - this.lastNeed);\n return r;\n}\n\n// Pass bytes on through for single-byte encodings (e.g. ascii, latin1, hex)\nfunction simpleWrite(buf) {\n return buf.toString(this.encoding);\n}\n\nfunction simpleEnd(buf) {\n return buf && buf.length ? this.write(buf) : '';\n}","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n'use strict';\n\n/**/\n\nvar pna = require('process-nextick-args');\n/**/\n\nmodule.exports = Readable;\n\n/**/\nvar isArray = require('isarray');\n/**/\n\n/**/\nvar Duplex;\n/**/\n\nReadable.ReadableState = ReadableState;\n\n/**/\nvar EE = require('events').EventEmitter;\n\nvar EElistenerCount = function (emitter, type) {\n return emitter.listeners(type).length;\n};\n/**/\n\n/**/\nvar Stream = require('./internal/streams/stream');\n/**/\n\n/**/\n\nvar Buffer = require('safe-buffer').Buffer;\nvar OurUint8Array = global.Uint8Array || function () {};\nfunction _uint8ArrayToBuffer(chunk) {\n return Buffer.from(chunk);\n}\nfunction _isUint8Array(obj) {\n return Buffer.isBuffer(obj) || obj instanceof OurUint8Array;\n}\n\n/**/\n\n/**/\nvar util = Object.create(require('core-util-is'));\nutil.inherits = require('inherits');\n/**/\n\n/**/\nvar debugUtil = require('util');\nvar debug = void 0;\nif (debugUtil && debugUtil.debuglog) {\n debug = debugUtil.debuglog('stream');\n} else {\n debug = function () {};\n}\n/**/\n\nvar BufferList = require('./internal/streams/BufferList');\nvar destroyImpl = require('./internal/streams/destroy');\nvar StringDecoder;\n\nutil.inherits(Readable, Stream);\n\nvar kProxyEvents = ['error', 'close', 'destroy', 'pause', 'resume'];\n\nfunction prependListener(emitter, event, fn) {\n // Sadly this is not cacheable as some libraries bundle their own\n // event emitter implementation with them.\n if (typeof emitter.prependListener === 'function') return emitter.prependListener(event, fn);\n\n // This is a hack to make sure that our error handler is attached before any\n // userland ones. NEVER DO THIS. This is here only because this code needs\n // to continue to work with older versions of Node.js that do not include\n // the prependListener() method. The goal is to eventually remove this hack.\n if (!emitter._events || !emitter._events[event]) emitter.on(event, fn);else if (isArray(emitter._events[event])) emitter._events[event].unshift(fn);else emitter._events[event] = [fn, emitter._events[event]];\n}\n\nfunction ReadableState(options, stream) {\n Duplex = Duplex || require('./_stream_duplex');\n\n options = options || {};\n\n // Duplex streams are both readable and writable, but share\n // the same options object.\n // However, some cases require setting options to different\n // values for the readable and the writable sides of the duplex stream.\n // These options can be provided separately as readableXXX and writableXXX.\n var isDuplex = stream instanceof Duplex;\n\n // object stream flag. Used to make read(n) ignore n and to\n // make all the buffer merging and length checks go away\n this.objectMode = !!options.objectMode;\n\n if (isDuplex) this.objectMode = this.objectMode || !!options.readableObjectMode;\n\n // the point at which it stops calling _read() to fill the buffer\n // Note: 0 is a valid value, means \"don't call _read preemptively ever\"\n var hwm = options.highWaterMark;\n var readableHwm = options.readableHighWaterMark;\n var defaultHwm = this.objectMode ? 16 : 16 * 1024;\n\n if (hwm || hwm === 0) this.highWaterMark = hwm;else if (isDuplex && (readableHwm || readableHwm === 0)) this.highWaterMark = readableHwm;else this.highWaterMark = defaultHwm;\n\n // cast to ints.\n this.highWaterMark = Math.floor(this.highWaterMark);\n\n // A linked list is used to store data chunks instead of an array because the\n // linked list can remove elements from the beginning faster than\n // array.shift()\n this.buffer = new BufferList();\n this.length = 0;\n this.pipes = null;\n this.pipesCount = 0;\n this.flowing = null;\n this.ended = false;\n this.endEmitted = false;\n this.reading = false;\n\n // a flag to be able to tell if the event 'readable'/'data' is emitted\n // immediately, or on a later tick. We set this to true at first, because\n // any actions that shouldn't happen until \"later\" should generally also\n // not happen before the first read call.\n this.sync = true;\n\n // whenever we return null, then we set a flag to say\n // that we're awaiting a 'readable' event emission.\n this.needReadable = false;\n this.emittedReadable = false;\n this.readableListening = false;\n this.resumeScheduled = false;\n\n // has it been destroyed\n this.destroyed = false;\n\n // Crypto is kind of old and crusty. Historically, its default string\n // encoding is 'binary' so we have to make this configurable.\n // Everything else in the universe uses 'utf8', though.\n this.defaultEncoding = options.defaultEncoding || 'utf8';\n\n // the number of writers that are awaiting a drain event in .pipe()s\n this.awaitDrain = 0;\n\n // if true, a maybeReadMore has been scheduled\n this.readingMore = false;\n\n this.decoder = null;\n this.encoding = null;\n if (options.encoding) {\n if (!StringDecoder) StringDecoder = require('string_decoder/').StringDecoder;\n this.decoder = new StringDecoder(options.encoding);\n this.encoding = options.encoding;\n }\n}\n\nfunction Readable(options) {\n Duplex = Duplex || require('./_stream_duplex');\n\n if (!(this instanceof Readable)) return new Readable(options);\n\n this._readableState = new ReadableState(options, this);\n\n // legacy\n this.readable = true;\n\n if (options) {\n if (typeof options.read === 'function') this._read = options.read;\n\n if (typeof options.destroy === 'function') this._destroy = options.destroy;\n }\n\n Stream.call(this);\n}\n\nObject.defineProperty(Readable.prototype, 'destroyed', {\n get: function () {\n if (this._readableState === undefined) {\n return false;\n }\n return this._readableState.destroyed;\n },\n set: function (value) {\n // we ignore the value if the stream\n // has not been initialized yet\n if (!this._readableState) {\n return;\n }\n\n // backward compatibility, the user is explicitly\n // managing destroyed\n this._readableState.destroyed = value;\n }\n});\n\nReadable.prototype.destroy = destroyImpl.destroy;\nReadable.prototype._undestroy = destroyImpl.undestroy;\nReadable.prototype._destroy = function (err, cb) {\n this.push(null);\n cb(err);\n};\n\n// Manually shove something into the read() buffer.\n// This returns true if the highWaterMark has not been hit yet,\n// similar to how Writable.write() returns true if you should\n// write() some more.\nReadable.prototype.push = function (chunk, encoding) {\n var state = this._readableState;\n var skipChunkCheck;\n\n if (!state.objectMode) {\n if (typeof chunk === 'string') {\n encoding = encoding || state.defaultEncoding;\n if (encoding !== state.encoding) {\n chunk = Buffer.from(chunk, encoding);\n encoding = '';\n }\n skipChunkCheck = true;\n }\n } else {\n skipChunkCheck = true;\n }\n\n return readableAddChunk(this, chunk, encoding, false, skipChunkCheck);\n};\n\n// Unshift should *always* be something directly out of read()\nReadable.prototype.unshift = function (chunk) {\n return readableAddChunk(this, chunk, null, true, false);\n};\n\nfunction readableAddChunk(stream, chunk, encoding, addToFront, skipChunkCheck) {\n var state = stream._readableState;\n if (chunk === null) {\n state.reading = false;\n onEofChunk(stream, state);\n } else {\n var er;\n if (!skipChunkCheck) er = chunkInvalid(state, chunk);\n if (er) {\n stream.emit('error', er);\n } else if (state.objectMode || chunk && chunk.length > 0) {\n if (typeof chunk !== 'string' && !state.objectMode && Object.getPrototypeOf(chunk) !== Buffer.prototype) {\n chunk = _uint8ArrayToBuffer(chunk);\n }\n\n if (addToFront) {\n if (state.endEmitted) stream.emit('error', new Error('stream.unshift() after end event'));else addChunk(stream, state, chunk, true);\n } else if (state.ended) {\n stream.emit('error', new Error('stream.push() after EOF'));\n } else {\n state.reading = false;\n if (state.decoder && !encoding) {\n chunk = state.decoder.write(chunk);\n if (state.objectMode || chunk.length !== 0) addChunk(stream, state, chunk, false);else maybeReadMore(stream, state);\n } else {\n addChunk(stream, state, chunk, false);\n }\n }\n } else if (!addToFront) {\n state.reading = false;\n }\n }\n\n return needMoreData(state);\n}\n\nfunction addChunk(stream, state, chunk, addToFront) {\n if (state.flowing && state.length === 0 && !state.sync) {\n stream.emit('data', chunk);\n stream.read(0);\n } else {\n // update the buffer info.\n state.length += state.objectMode ? 1 : chunk.length;\n if (addToFront) state.buffer.unshift(chunk);else state.buffer.push(chunk);\n\n if (state.needReadable) emitReadable(stream);\n }\n maybeReadMore(stream, state);\n}\n\nfunction chunkInvalid(state, chunk) {\n var er;\n if (!_isUint8Array(chunk) && typeof chunk !== 'string' && chunk !== undefined && !state.objectMode) {\n er = new TypeError('Invalid non-string/buffer chunk');\n }\n return er;\n}\n\n// if it's past the high water mark, we can push in some more.\n// Also, if we have no data yet, we can stand some\n// more bytes. This is to work around cases where hwm=0,\n// such as the repl. Also, if the push() triggered a\n// readable event, and the user called read(largeNumber) such that\n// needReadable was set, then we ought to push more, so that another\n// 'readable' event will be triggered.\nfunction needMoreData(state) {\n return !state.ended && (state.needReadable || state.length < state.highWaterMark || state.length === 0);\n}\n\nReadable.prototype.isPaused = function () {\n return this._readableState.flowing === false;\n};\n\n// backwards compatibility.\nReadable.prototype.setEncoding = function (enc) {\n if (!StringDecoder) StringDecoder = require('string_decoder/').StringDecoder;\n this._readableState.decoder = new StringDecoder(enc);\n this._readableState.encoding = enc;\n return this;\n};\n\n// Don't raise the hwm > 8MB\nvar MAX_HWM = 0x800000;\nfunction computeNewHighWaterMark(n) {\n if (n >= MAX_HWM) {\n n = MAX_HWM;\n } else {\n // Get the next highest power of 2 to prevent increasing hwm excessively in\n // tiny amounts\n n--;\n n |= n >>> 1;\n n |= n >>> 2;\n n |= n >>> 4;\n n |= n >>> 8;\n n |= n >>> 16;\n n++;\n }\n return n;\n}\n\n// This function is designed to be inlinable, so please take care when making\n// changes to the function body.\nfunction howMuchToRead(n, state) {\n if (n <= 0 || state.length === 0 && state.ended) return 0;\n if (state.objectMode) return 1;\n if (n !== n) {\n // Only flow one buffer at a time\n if (state.flowing && state.length) return state.buffer.head.data.length;else return state.length;\n }\n // If we're asking for more than the current hwm, then raise the hwm.\n if (n > state.highWaterMark) state.highWaterMark = computeNewHighWaterMark(n);\n if (n <= state.length) return n;\n // Don't have enough\n if (!state.ended) {\n state.needReadable = true;\n return 0;\n }\n return state.length;\n}\n\n// you can override either this method, or the async _read(n) below.\nReadable.prototype.read = function (n) {\n debug('read', n);\n n = parseInt(n, 10);\n var state = this._readableState;\n var nOrig = n;\n\n if (n !== 0) state.emittedReadable = false;\n\n // if we're doing read(0) to trigger a readable event, but we\n // already have a bunch of data in the buffer, then just trigger\n // the 'readable' event and move on.\n if (n === 0 && state.needReadable && (state.length >= state.highWaterMark || state.ended)) {\n debug('read: emitReadable', state.length, state.ended);\n if (state.length === 0 && state.ended) endReadable(this);else emitReadable(this);\n return null;\n }\n\n n = howMuchToRead(n, state);\n\n // if we've ended, and we're now clear, then finish it up.\n if (n === 0 && state.ended) {\n if (state.length === 0) endReadable(this);\n return null;\n }\n\n // All the actual chunk generation logic needs to be\n // *below* the call to _read. The reason is that in certain\n // synthetic stream cases, such as passthrough streams, _read\n // may be a completely synchronous operation which may change\n // the state of the read buffer, providing enough data when\n // before there was *not* enough.\n //\n // So, the steps are:\n // 1. Figure out what the state of things will be after we do\n // a read from the buffer.\n //\n // 2. If that resulting state will trigger a _read, then call _read.\n // Note that this may be asynchronous, or synchronous. Yes, it is\n // deeply ugly to write APIs this way, but that still doesn't mean\n // that the Readable class should behave improperly, as streams are\n // designed to be sync/async agnostic.\n // Take note if the _read call is sync or async (ie, if the read call\n // has returned yet), so that we know whether or not it's safe to emit\n // 'readable' etc.\n //\n // 3. Actually pull the requested chunks out of the buffer and return.\n\n // if we need a readable event, then we need to do some reading.\n var doRead = state.needReadable;\n debug('need readable', doRead);\n\n // if we currently have less than the highWaterMark, then also read some\n if (state.length === 0 || state.length - n < state.highWaterMark) {\n doRead = true;\n debug('length less than watermark', doRead);\n }\n\n // however, if we've ended, then there's no point, and if we're already\n // reading, then it's unnecessary.\n if (state.ended || state.reading) {\n doRead = false;\n debug('reading or ended', doRead);\n } else if (doRead) {\n debug('do read');\n state.reading = true;\n state.sync = true;\n // if the length is currently zero, then we *need* a readable event.\n if (state.length === 0) state.needReadable = true;\n // call internal read method\n this._read(state.highWaterMark);\n state.sync = false;\n // If _read pushed data synchronously, then `reading` will be false,\n // and we need to re-evaluate how much data we can return to the user.\n if (!state.reading) n = howMuchToRead(nOrig, state);\n }\n\n var ret;\n if (n > 0) ret = fromList(n, state);else ret = null;\n\n if (ret === null) {\n state.needReadable = true;\n n = 0;\n } else {\n state.length -= n;\n }\n\n if (state.length === 0) {\n // If we have nothing in the buffer, then we want to know\n // as soon as we *do* get something into the buffer.\n if (!state.ended) state.needReadable = true;\n\n // If we tried to read() past the EOF, then emit end on the next tick.\n if (nOrig !== n && state.ended) endReadable(this);\n }\n\n if (ret !== null) this.emit('data', ret);\n\n return ret;\n};\n\nfunction onEofChunk(stream, state) {\n if (state.ended) return;\n if (state.decoder) {\n var chunk = state.decoder.end();\n if (chunk && chunk.length) {\n state.buffer.push(chunk);\n state.length += state.objectMode ? 1 : chunk.length;\n }\n }\n state.ended = true;\n\n // emit 'readable' now to make sure it gets picked up.\n emitReadable(stream);\n}\n\n// Don't emit readable right away in sync mode, because this can trigger\n// another read() call => stack overflow. This way, it might trigger\n// a nextTick recursion warning, but that's not so bad.\nfunction emitReadable(stream) {\n var state = stream._readableState;\n state.needReadable = false;\n if (!state.emittedReadable) {\n debug('emitReadable', state.flowing);\n state.emittedReadable = true;\n if (state.sync) pna.nextTick(emitReadable_, stream);else emitReadable_(stream);\n }\n}\n\nfunction emitReadable_(stream) {\n debug('emit readable');\n stream.emit('readable');\n flow(stream);\n}\n\n// at this point, the user has presumably seen the 'readable' event,\n// and called read() to consume some data. that may have triggered\n// in turn another _read(n) call, in which case reading = true if\n// it's in progress.\n// However, if we're not ended, or reading, and the length < hwm,\n// then go ahead and try to read some more preemptively.\nfunction maybeReadMore(stream, state) {\n if (!state.readingMore) {\n state.readingMore = true;\n pna.nextTick(maybeReadMore_, stream, state);\n }\n}\n\nfunction maybeReadMore_(stream, state) {\n var len = state.length;\n while (!state.reading && !state.flowing && !state.ended && state.length < state.highWaterMark) {\n debug('maybeReadMore read 0');\n stream.read(0);\n if (len === state.length)\n // didn't get any data, stop spinning.\n break;else len = state.length;\n }\n state.readingMore = false;\n}\n\n// abstract method. to be overridden in specific implementation classes.\n// call cb(er, data) where data is <= n in length.\n// for virtual (non-string, non-buffer) streams, \"length\" is somewhat\n// arbitrary, and perhaps not very meaningful.\nReadable.prototype._read = function (n) {\n this.emit('error', new Error('_read() is not implemented'));\n};\n\nReadable.prototype.pipe = function (dest, pipeOpts) {\n var src = this;\n var state = this._readableState;\n\n switch (state.pipesCount) {\n case 0:\n state.pipes = dest;\n break;\n case 1:\n state.pipes = [state.pipes, dest];\n break;\n default:\n state.pipes.push(dest);\n break;\n }\n state.pipesCount += 1;\n debug('pipe count=%d opts=%j', state.pipesCount, pipeOpts);\n\n var doEnd = (!pipeOpts || pipeOpts.end !== false) && dest !== process.stdout && dest !== process.stderr;\n\n var endFn = doEnd ? onend : unpipe;\n if (state.endEmitted) pna.nextTick(endFn);else src.once('end', endFn);\n\n dest.on('unpipe', onunpipe);\n function onunpipe(readable, unpipeInfo) {\n debug('onunpipe');\n if (readable === src) {\n if (unpipeInfo && unpipeInfo.hasUnpiped === false) {\n unpipeInfo.hasUnpiped = true;\n cleanup();\n }\n }\n }\n\n function onend() {\n debug('onend');\n dest.end();\n }\n\n // when the dest drains, it reduces the awaitDrain counter\n // on the source. This would be more elegant with a .once()\n // handler in flow(), but adding and removing repeatedly is\n // too slow.\n var ondrain = pipeOnDrain(src);\n dest.on('drain', ondrain);\n\n var cleanedUp = false;\n function cleanup() {\n debug('cleanup');\n // cleanup event handlers once the pipe is broken\n dest.removeListener('close', onclose);\n dest.removeListener('finish', onfinish);\n dest.removeListener('drain', ondrain);\n dest.removeListener('error', onerror);\n dest.removeListener('unpipe', onunpipe);\n src.removeListener('end', onend);\n src.removeListener('end', unpipe);\n src.removeListener('data', ondata);\n\n cleanedUp = true;\n\n // if the reader is waiting for a drain event from this\n // specific writer, then it would cause it to never start\n // flowing again.\n // So, if this is awaiting a drain, then we just call it now.\n // If we don't know, then assume that we are waiting for one.\n if (state.awaitDrain && (!dest._writableState || dest._writableState.needDrain)) ondrain();\n }\n\n // If the user pushes more data while we're writing to dest then we'll end up\n // in ondata again. However, we only want to increase awaitDrain once because\n // dest will only emit one 'drain' event for the multiple writes.\n // => Introduce a guard on increasing awaitDrain.\n var increasedAwaitDrain = false;\n src.on('data', ondata);\n function ondata(chunk) {\n debug('ondata');\n increasedAwaitDrain = false;\n var ret = dest.write(chunk);\n if (false === ret && !increasedAwaitDrain) {\n // If the user unpiped during `dest.write()`, it is possible\n // to get stuck in a permanently paused state if that write\n // also returned false.\n // => Check whether `dest` is still a piping destination.\n if ((state.pipesCount === 1 && state.pipes === dest || state.pipesCount > 1 && indexOf(state.pipes, dest) !== -1) && !cleanedUp) {\n debug('false write response, pause', src._readableState.awaitDrain);\n src._readableState.awaitDrain++;\n increasedAwaitDrain = true;\n }\n src.pause();\n }\n }\n\n // if the dest has an error, then stop piping into it.\n // however, don't suppress the throwing behavior for this.\n function onerror(er) {\n debug('onerror', er);\n unpipe();\n dest.removeListener('error', onerror);\n if (EElistenerCount(dest, 'error') === 0) dest.emit('error', er);\n }\n\n // Make sure our error handler is attached before userland ones.\n prependListener(dest, 'error', onerror);\n\n // Both close and finish should trigger unpipe, but only once.\n function onclose() {\n dest.removeListener('finish', onfinish);\n unpipe();\n }\n dest.once('close', onclose);\n function onfinish() {\n debug('onfinish');\n dest.removeListener('close', onclose);\n unpipe();\n }\n dest.once('finish', onfinish);\n\n function unpipe() {\n debug('unpipe');\n src.unpipe(dest);\n }\n\n // tell the dest that it's being piped to\n dest.emit('pipe', src);\n\n // start the flow if it hasn't been started already.\n if (!state.flowing) {\n debug('pipe resume');\n src.resume();\n }\n\n return dest;\n};\n\nfunction pipeOnDrain(src) {\n return function () {\n var state = src._readableState;\n debug('pipeOnDrain', state.awaitDrain);\n if (state.awaitDrain) state.awaitDrain--;\n if (state.awaitDrain === 0 && EElistenerCount(src, 'data')) {\n state.flowing = true;\n flow(src);\n }\n };\n}\n\nReadable.prototype.unpipe = function (dest) {\n var state = this._readableState;\n var unpipeInfo = { hasUnpiped: false };\n\n // if we're not piping anywhere, then do nothing.\n if (state.pipesCount === 0) return this;\n\n // just one destination. most common case.\n if (state.pipesCount === 1) {\n // passed in one, but it's not the right one.\n if (dest && dest !== state.pipes) return this;\n\n if (!dest) dest = state.pipes;\n\n // got a match.\n state.pipes = null;\n state.pipesCount = 0;\n state.flowing = false;\n if (dest) dest.emit('unpipe', this, unpipeInfo);\n return this;\n }\n\n // slow case. multiple pipe destinations.\n\n if (!dest) {\n // remove all.\n var dests = state.pipes;\n var len = state.pipesCount;\n state.pipes = null;\n state.pipesCount = 0;\n state.flowing = false;\n\n for (var i = 0; i < len; i++) {\n dests[i].emit('unpipe', this, unpipeInfo);\n }return this;\n }\n\n // try to find the right one.\n var index = indexOf(state.pipes, dest);\n if (index === -1) return this;\n\n state.pipes.splice(index, 1);\n state.pipesCount -= 1;\n if (state.pipesCount === 1) state.pipes = state.pipes[0];\n\n dest.emit('unpipe', this, unpipeInfo);\n\n return this;\n};\n\n// set up data events if they are asked for\n// Ensure readable listeners eventually get something\nReadable.prototype.on = function (ev, fn) {\n var res = Stream.prototype.on.call(this, ev, fn);\n\n if (ev === 'data') {\n // Start flowing on next tick if stream isn't explicitly paused\n if (this._readableState.flowing !== false) this.resume();\n } else if (ev === 'readable') {\n var state = this._readableState;\n if (!state.endEmitted && !state.readableListening) {\n state.readableListening = state.needReadable = true;\n state.emittedReadable = false;\n if (!state.reading) {\n pna.nextTick(nReadingNextTick, this);\n } else if (state.length) {\n emitReadable(this);\n }\n }\n }\n\n return res;\n};\nReadable.prototype.addListener = Readable.prototype.on;\n\nfunction nReadingNextTick(self) {\n debug('readable nexttick read 0');\n self.read(0);\n}\n\n// pause() and resume() are remnants of the legacy readable stream API\n// If the user uses them, then switch into old mode.\nReadable.prototype.resume = function () {\n var state = this._readableState;\n if (!state.flowing) {\n debug('resume');\n state.flowing = true;\n resume(this, state);\n }\n return this;\n};\n\nfunction resume(stream, state) {\n if (!state.resumeScheduled) {\n state.resumeScheduled = true;\n pna.nextTick(resume_, stream, state);\n }\n}\n\nfunction resume_(stream, state) {\n if (!state.reading) {\n debug('resume read 0');\n stream.read(0);\n }\n\n state.resumeScheduled = false;\n state.awaitDrain = 0;\n stream.emit('resume');\n flow(stream);\n if (state.flowing && !state.reading) stream.read(0);\n}\n\nReadable.prototype.pause = function () {\n debug('call pause flowing=%j', this._readableState.flowing);\n if (false !== this._readableState.flowing) {\n debug('pause');\n this._readableState.flowing = false;\n this.emit('pause');\n }\n return this;\n};\n\nfunction flow(stream) {\n var state = stream._readableState;\n debug('flow', state.flowing);\n while (state.flowing && stream.read() !== null) {}\n}\n\n// wrap an old-style stream as the async data source.\n// This is *not* part of the readable stream interface.\n// It is an ugly unfortunate mess of history.\nReadable.prototype.wrap = function (stream) {\n var _this = this;\n\n var state = this._readableState;\n var paused = false;\n\n stream.on('end', function () {\n debug('wrapped end');\n if (state.decoder && !state.ended) {\n var chunk = state.decoder.end();\n if (chunk && chunk.length) _this.push(chunk);\n }\n\n _this.push(null);\n });\n\n stream.on('data', function (chunk) {\n debug('wrapped data');\n if (state.decoder) chunk = state.decoder.write(chunk);\n\n // don't skip over falsy values in objectMode\n if (state.objectMode && (chunk === null || chunk === undefined)) return;else if (!state.objectMode && (!chunk || !chunk.length)) return;\n\n var ret = _this.push(chunk);\n if (!ret) {\n paused = true;\n stream.pause();\n }\n });\n\n // proxy all the other methods.\n // important when wrapping filters and duplexes.\n for (var i in stream) {\n if (this[i] === undefined && typeof stream[i] === 'function') {\n this[i] = function (method) {\n return function () {\n return stream[method].apply(stream, arguments);\n };\n }(i);\n }\n }\n\n // proxy certain important events.\n for (var n = 0; n < kProxyEvents.length; n++) {\n stream.on(kProxyEvents[n], this.emit.bind(this, kProxyEvents[n]));\n }\n\n // when we try to consume some more bytes, simply unpause the\n // underlying stream.\n this._read = function (n) {\n debug('wrapped _read', n);\n if (paused) {\n paused = false;\n stream.resume();\n }\n };\n\n return this;\n};\n\nObject.defineProperty(Readable.prototype, 'readableHighWaterMark', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function () {\n return this._readableState.highWaterMark;\n }\n});\n\n// exposed for testing purposes only.\nReadable._fromList = fromList;\n\n// Pluck off n bytes from an array of buffers.\n// Length is the combined lengths of all the buffers in the list.\n// This function is designed to be inlinable, so please take care when making\n// changes to the function body.\nfunction fromList(n, state) {\n // nothing buffered\n if (state.length === 0) return null;\n\n var ret;\n if (state.objectMode) ret = state.buffer.shift();else if (!n || n >= state.length) {\n // read it all, truncate the list\n if (state.decoder) ret = state.buffer.join('');else if (state.buffer.length === 1) ret = state.buffer.head.data;else ret = state.buffer.concat(state.length);\n state.buffer.clear();\n } else {\n // read part of list\n ret = fromListPartial(n, state.buffer, state.decoder);\n }\n\n return ret;\n}\n\n// Extracts only enough buffered data to satisfy the amount requested.\n// This function is designed to be inlinable, so please take care when making\n// changes to the function body.\nfunction fromListPartial(n, list, hasStrings) {\n var ret;\n if (n < list.head.data.length) {\n // slice is the same for buffers and strings\n ret = list.head.data.slice(0, n);\n list.head.data = list.head.data.slice(n);\n } else if (n === list.head.data.length) {\n // first chunk is a perfect match\n ret = list.shift();\n } else {\n // result spans more than one buffer\n ret = hasStrings ? copyFromBufferString(n, list) : copyFromBuffer(n, list);\n }\n return ret;\n}\n\n// Copies a specified amount of characters from the list of buffered data\n// chunks.\n// This function is designed to be inlinable, so please take care when making\n// changes to the function body.\nfunction copyFromBufferString(n, list) {\n var p = list.head;\n var c = 1;\n var ret = p.data;\n n -= ret.length;\n while (p = p.next) {\n var str = p.data;\n var nb = n > str.length ? str.length : n;\n if (nb === str.length) ret += str;else ret += str.slice(0, n);\n n -= nb;\n if (n === 0) {\n if (nb === str.length) {\n ++c;\n if (p.next) list.head = p.next;else list.head = list.tail = null;\n } else {\n list.head = p;\n p.data = str.slice(nb);\n }\n break;\n }\n ++c;\n }\n list.length -= c;\n return ret;\n}\n\n// Copies a specified amount of bytes from the list of buffered data chunks.\n// This function is designed to be inlinable, so please take care when making\n// changes to the function body.\nfunction copyFromBuffer(n, list) {\n var ret = Buffer.allocUnsafe(n);\n var p = list.head;\n var c = 1;\n p.data.copy(ret);\n n -= p.data.length;\n while (p = p.next) {\n var buf = p.data;\n var nb = n > buf.length ? buf.length : n;\n buf.copy(ret, ret.length - n, 0, nb);\n n -= nb;\n if (n === 0) {\n if (nb === buf.length) {\n ++c;\n if (p.next) list.head = p.next;else list.head = list.tail = null;\n } else {\n list.head = p;\n p.data = buf.slice(nb);\n }\n break;\n }\n ++c;\n }\n list.length -= c;\n return ret;\n}\n\nfunction endReadable(stream) {\n var state = stream._readableState;\n\n // If we get here before consuming all the bytes, then that is a\n // bug in node. Should never happen.\n if (state.length > 0) throw new Error('\"endReadable()\" called on non-empty stream');\n\n if (!state.endEmitted) {\n state.ended = true;\n pna.nextTick(endReadableNT, state, stream);\n }\n}\n\nfunction endReadableNT(state, stream) {\n // Check that we didn't get one last unshift.\n if (!state.endEmitted && state.length === 0) {\n state.endEmitted = true;\n stream.readable = false;\n stream.emit('end');\n }\n}\n\nfunction indexOf(xs, x) {\n for (var i = 0, l = xs.length; i < l; i++) {\n if (xs[i] === x) return i;\n }\n return -1;\n}","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n// a transform stream is a readable/writable stream where you do\n// something with the data. Sometimes it's called a \"filter\",\n// but that's not a great name for it, since that implies a thing where\n// some bits pass through, and others are simply ignored. (That would\n// be a valid example of a transform, of course.)\n//\n// While the output is causally related to the input, it's not a\n// necessarily symmetric or synchronous transformation. For example,\n// a zlib stream might take multiple plain-text writes(), and then\n// emit a single compressed chunk some time in the future.\n//\n// Here's how this works:\n//\n// The Transform stream has all the aspects of the readable and writable\n// stream classes. When you write(chunk), that calls _write(chunk,cb)\n// internally, and returns false if there's a lot of pending writes\n// buffered up. When you call read(), that calls _read(n) until\n// there's enough pending readable data buffered up.\n//\n// In a transform stream, the written data is placed in a buffer. When\n// _read(n) is called, it transforms the queued up data, calling the\n// buffered _write cb's as it consumes chunks. If consuming a single\n// written chunk would result in multiple output chunks, then the first\n// outputted bit calls the readcb, and subsequent chunks just go into\n// the read buffer, and will cause it to emit 'readable' if necessary.\n//\n// This way, back-pressure is actually determined by the reading side,\n// since _read has to be called to start processing a new chunk. However,\n// a pathological inflate type of transform can cause excessive buffering\n// here. For example, imagine a stream where every byte of input is\n// interpreted as an integer from 0-255, and then results in that many\n// bytes of output. Writing the 4 bytes {ff,ff,ff,ff} would result in\n// 1kb of data being output. In this case, you could write a very small\n// amount of input, and end up with a very large amount of output. In\n// such a pathological inflating mechanism, there'd be no way to tell\n// the system to stop doing the transform. A single 4MB write could\n// cause the system to run out of memory.\n//\n// However, even in such a pathological case, only a single written chunk\n// would be consumed, and then the rest would wait (un-transformed) until\n// the results of the previous transformed chunk were consumed.\n\n'use strict';\n\nmodule.exports = Transform;\n\nvar Duplex = require('./_stream_duplex');\n\n/**/\nvar util = Object.create(require('core-util-is'));\nutil.inherits = require('inherits');\n/**/\n\nutil.inherits(Transform, Duplex);\n\nfunction afterTransform(er, data) {\n var ts = this._transformState;\n ts.transforming = false;\n\n var cb = ts.writecb;\n\n if (!cb) {\n return this.emit('error', new Error('write callback called multiple times'));\n }\n\n ts.writechunk = null;\n ts.writecb = null;\n\n if (data != null) // single equals check for both `null` and `undefined`\n this.push(data);\n\n cb(er);\n\n var rs = this._readableState;\n rs.reading = false;\n if (rs.needReadable || rs.length < rs.highWaterMark) {\n this._read(rs.highWaterMark);\n }\n}\n\nfunction Transform(options) {\n if (!(this instanceof Transform)) return new Transform(options);\n\n Duplex.call(this, options);\n\n this._transformState = {\n afterTransform: afterTransform.bind(this),\n needTransform: false,\n transforming: false,\n writecb: null,\n writechunk: null,\n writeencoding: null\n };\n\n // start out asking for a readable event once data is transformed.\n this._readableState.needReadable = true;\n\n // we have implemented the _read method, and done the other things\n // that Readable wants before the first _read call, so unset the\n // sync guard flag.\n this._readableState.sync = false;\n\n if (options) {\n if (typeof options.transform === 'function') this._transform = options.transform;\n\n if (typeof options.flush === 'function') this._flush = options.flush;\n }\n\n // When the writable side finishes, then flush out anything remaining.\n this.on('prefinish', prefinish);\n}\n\nfunction prefinish() {\n var _this = this;\n\n if (typeof this._flush === 'function') {\n this._flush(function (er, data) {\n done(_this, er, data);\n });\n } else {\n done(this, null, null);\n }\n}\n\nTransform.prototype.push = function (chunk, encoding) {\n this._transformState.needTransform = false;\n return Duplex.prototype.push.call(this, chunk, encoding);\n};\n\n// This is the part where you do stuff!\n// override this function in implementation classes.\n// 'chunk' is an input chunk.\n//\n// Call `push(newChunk)` to pass along transformed output\n// to the readable side. You may call 'push' zero or more times.\n//\n// Call `cb(err)` when you are done with this chunk. If you pass\n// an error, then that'll put the hurt on the whole operation. If you\n// never call cb(), then you'll never get another chunk.\nTransform.prototype._transform = function (chunk, encoding, cb) {\n throw new Error('_transform() is not implemented');\n};\n\nTransform.prototype._write = function (chunk, encoding, cb) {\n var ts = this._transformState;\n ts.writecb = cb;\n ts.writechunk = chunk;\n ts.writeencoding = encoding;\n if (!ts.transforming) {\n var rs = this._readableState;\n if (ts.needTransform || rs.needReadable || rs.length < rs.highWaterMark) this._read(rs.highWaterMark);\n }\n};\n\n// Doesn't matter what the args are here.\n// _transform does all the work.\n// That we got here means that the readable side wants more data.\nTransform.prototype._read = function (n) {\n var ts = this._transformState;\n\n if (ts.writechunk !== null && ts.writecb && !ts.transforming) {\n ts.transforming = true;\n this._transform(ts.writechunk, ts.writeencoding, ts.afterTransform);\n } else {\n // mark that we need a transform, so that any data that comes in\n // will get processed, now that we've asked for it.\n ts.needTransform = true;\n }\n};\n\nTransform.prototype._destroy = function (err, cb) {\n var _this2 = this;\n\n Duplex.prototype._destroy.call(this, err, function (err2) {\n cb(err2);\n _this2.emit('close');\n });\n};\n\nfunction done(stream, er, data) {\n if (er) return stream.emit('error', er);\n\n if (data != null) // single equals check for both `null` and `undefined`\n stream.push(data);\n\n // if there's nothing in the write buffer, then that means\n // that nothing more will ever be provided\n if (stream._writableState.length) throw new Error('Calling transform done when ws.length != 0');\n\n if (stream._transformState.transforming) throw new Error('Calling transform done when still transforming');\n\n return stream.push(null);\n}","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n// a passthrough stream.\n// basically just the most minimal sort of Transform stream.\n// Every written chunk gets output as-is.\n\n'use strict';\n\nmodule.exports = PassThrough;\n\nvar Transform = require('./_stream_transform');\n\n/**/\nvar util = Object.create(require('core-util-is'));\nutil.inherits = require('inherits');\n/**/\n\nutil.inherits(PassThrough, Transform);\n\nfunction PassThrough(options) {\n if (!(this instanceof PassThrough)) return new PassThrough(options);\n\n Transform.call(this, options);\n}\n\nPassThrough.prototype._transform = function (chunk, encoding, cb) {\n cb(null, chunk);\n};","exports = module.exports = require('./lib/_stream_readable.js');\nexports.Stream = exports;\nexports.Readable = exports;\nexports.Writable = require('./lib/_stream_writable.js');\nexports.Duplex = require('./lib/_stream_duplex.js');\nexports.Transform = require('./lib/_stream_transform.js');\nexports.PassThrough = require('./lib/_stream_passthrough.js');\n","module.exports = require('./lib/_stream_writable.js');\n","module.exports = require('./lib/_stream_duplex.js');\n","module.exports = require('./readable').Transform\n","module.exports = require('./readable').PassThrough\n","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nmodule.exports = Stream;\n\nvar EE = require('events').EventEmitter;\nvar inherits = require('inherits');\n\ninherits(Stream, EE);\nStream.Readable = require('readable-stream/readable.js');\nStream.Writable = require('readable-stream/writable.js');\nStream.Duplex = require('readable-stream/duplex.js');\nStream.Transform = require('readable-stream/transform.js');\nStream.PassThrough = require('readable-stream/passthrough.js');\n\n// Backwards-compat with node 0.4.x\nStream.Stream = Stream;\n\n\n\n// old-style streams. Note that the pipe method (the only relevant\n// part of this class) is overridden in the Readable class.\n\nfunction Stream() {\n EE.call(this);\n}\n\nStream.prototype.pipe = function(dest, options) {\n var source = this;\n\n function ondata(chunk) {\n if (dest.writable) {\n if (false === dest.write(chunk) && source.pause) {\n source.pause();\n }\n }\n }\n\n source.on('data', ondata);\n\n function ondrain() {\n if (source.readable && source.resume) {\n source.resume();\n }\n }\n\n dest.on('drain', ondrain);\n\n // If the 'end' option is not supplied, dest.end() will be called when\n // source gets the 'end' or 'close' events. Only dest.end() once.\n if (!dest._isStdio && (!options || options.end !== false)) {\n source.on('end', onend);\n source.on('close', onclose);\n }\n\n var didOnEnd = false;\n function onend() {\n if (didOnEnd) return;\n didOnEnd = true;\n\n dest.end();\n }\n\n\n function onclose() {\n if (didOnEnd) return;\n didOnEnd = true;\n\n if (typeof dest.destroy === 'function') dest.destroy();\n }\n\n // don't leave dangling pipes when there are errors.\n function onerror(er) {\n cleanup();\n if (EE.listenerCount(this, 'error') === 0) {\n throw er; // Unhandled stream error in pipe.\n }\n }\n\n source.on('error', onerror);\n dest.on('error', onerror);\n\n // remove all the event listeners that were added.\n function cleanup() {\n source.removeListener('data', ondata);\n dest.removeListener('drain', ondrain);\n\n source.removeListener('end', onend);\n source.removeListener('close', onclose);\n\n source.removeListener('error', onerror);\n dest.removeListener('error', onerror);\n\n source.removeListener('end', cleanup);\n source.removeListener('close', cleanup);\n\n dest.removeListener('close', cleanup);\n }\n\n source.on('end', cleanup);\n source.on('close', cleanup);\n\n dest.on('close', cleanup);\n\n dest.emit('pipe', source);\n\n // Allow for unix-like usage: A.pipe(B).pipe(C)\n return dest;\n};\n","var Buffer = require('safe-buffer').Buffer\nvar Transform = require('stream').Transform\nvar StringDecoder = require('string_decoder').StringDecoder\nvar inherits = require('inherits')\n\nfunction CipherBase (hashMode) {\n Transform.call(this)\n this.hashMode = typeof hashMode === 'string'\n if (this.hashMode) {\n this[hashMode] = this._finalOrDigest\n } else {\n this.final = this._finalOrDigest\n }\n if (this._final) {\n this.__final = this._final\n this._final = null\n }\n this._decoder = null\n this._encoding = null\n}\ninherits(CipherBase, Transform)\n\nCipherBase.prototype.update = function (data, inputEnc, outputEnc) {\n if (typeof data === 'string') {\n data = Buffer.from(data, inputEnc)\n }\n\n var outData = this._update(data)\n if (this.hashMode) return this\n\n if (outputEnc) {\n outData = this._toString(outData, outputEnc)\n }\n\n return outData\n}\n\nCipherBase.prototype.setAutoPadding = function () {}\nCipherBase.prototype.getAuthTag = function () {\n throw new Error('trying to get auth tag in unsupported state')\n}\n\nCipherBase.prototype.setAuthTag = function () {\n throw new Error('trying to set auth tag in unsupported state')\n}\n\nCipherBase.prototype.setAAD = function () {\n throw new Error('trying to set aad in unsupported state')\n}\n\nCipherBase.prototype._transform = function (data, _, next) {\n var err\n try {\n if (this.hashMode) {\n this._update(data)\n } else {\n this.push(this._update(data))\n }\n } catch (e) {\n err = e\n } finally {\n next(err)\n }\n}\nCipherBase.prototype._flush = function (done) {\n var err\n try {\n this.push(this.__final())\n } catch (e) {\n err = e\n }\n\n done(err)\n}\nCipherBase.prototype._finalOrDigest = function (outputEnc) {\n var outData = this.__final() || Buffer.alloc(0)\n if (outputEnc) {\n outData = this._toString(outData, outputEnc, true)\n }\n return outData\n}\n\nCipherBase.prototype._toString = function (value, enc, fin) {\n if (!this._decoder) {\n this._decoder = new StringDecoder(enc)\n this._encoding = enc\n }\n\n if (this._encoding !== enc) throw new Error('can\\'t switch encodings')\n\n var out = this._decoder.write(value)\n if (fin) {\n out += this._decoder.end()\n }\n\n return out\n}\n\nmodule.exports = CipherBase\n","'use strict'\nvar inherits = require('inherits')\nvar MD5 = require('md5.js')\nvar RIPEMD160 = require('ripemd160')\nvar sha = require('sha.js')\nvar Base = require('cipher-base')\n\nfunction Hash (hash) {\n Base.call(this, 'digest')\n\n this._hash = hash\n}\n\ninherits(Hash, Base)\n\nHash.prototype._update = function (data) {\n this._hash.update(data)\n}\n\nHash.prototype._final = function () {\n return this._hash.digest()\n}\n\nmodule.exports = function createHash (alg) {\n alg = alg.toLowerCase()\n if (alg === 'md5') return new MD5()\n if (alg === 'rmd160' || alg === 'ripemd160') return new RIPEMD160()\n\n return new Hash(sha(alg))\n}\n","'use strict'\nvar inherits = require('inherits')\nvar Buffer = require('safe-buffer').Buffer\n\nvar Base = require('cipher-base')\n\nvar ZEROS = Buffer.alloc(128)\nvar blocksize = 64\n\nfunction Hmac (alg, key) {\n Base.call(this, 'digest')\n if (typeof key === 'string') {\n key = Buffer.from(key)\n }\n\n this._alg = alg\n this._key = key\n\n if (key.length > blocksize) {\n key = alg(key)\n } else if (key.length < blocksize) {\n key = Buffer.concat([key, ZEROS], blocksize)\n }\n\n var ipad = this._ipad = Buffer.allocUnsafe(blocksize)\n var opad = this._opad = Buffer.allocUnsafe(blocksize)\n\n for (var i = 0; i < blocksize; i++) {\n ipad[i] = key[i] ^ 0x36\n opad[i] = key[i] ^ 0x5C\n }\n\n this._hash = [ipad]\n}\n\ninherits(Hmac, Base)\n\nHmac.prototype._update = function (data) {\n this._hash.push(data)\n}\n\nHmac.prototype._final = function () {\n var h = this._alg(Buffer.concat(this._hash))\n return this._alg(Buffer.concat([this._opad, h]))\n}\nmodule.exports = Hmac\n","var MD5 = require('md5.js')\n\nmodule.exports = function (buffer) {\n return new MD5().update(buffer).digest()\n}\n","'use strict'\nvar inherits = require('inherits')\nvar Legacy = require('./legacy')\nvar Base = require('cipher-base')\nvar Buffer = require('safe-buffer').Buffer\nvar md5 = require('create-hash/md5')\nvar RIPEMD160 = require('ripemd160')\n\nvar sha = require('sha.js')\n\nvar ZEROS = Buffer.alloc(128)\n\nfunction Hmac (alg, key) {\n Base.call(this, 'digest')\n if (typeof key === 'string') {\n key = Buffer.from(key)\n }\n\n var blocksize = (alg === 'sha512' || alg === 'sha384') ? 128 : 64\n\n this._alg = alg\n this._key = key\n if (key.length > blocksize) {\n var hash = alg === 'rmd160' ? new RIPEMD160() : sha(alg)\n key = hash.update(key).digest()\n } else if (key.length < blocksize) {\n key = Buffer.concat([key, ZEROS], blocksize)\n }\n\n var ipad = this._ipad = Buffer.allocUnsafe(blocksize)\n var opad = this._opad = Buffer.allocUnsafe(blocksize)\n\n for (var i = 0; i < blocksize; i++) {\n ipad[i] = key[i] ^ 0x36\n opad[i] = key[i] ^ 0x5C\n }\n this._hash = alg === 'rmd160' ? new RIPEMD160() : sha(alg)\n this._hash.update(ipad)\n}\n\ninherits(Hmac, Base)\n\nHmac.prototype._update = function (data) {\n this._hash.update(data)\n}\n\nHmac.prototype._final = function () {\n var h = this._hash.digest()\n var hash = this._alg === 'rmd160' ? new RIPEMD160() : sha(this._alg)\n return hash.update(this._opad).update(h).digest()\n}\n\nmodule.exports = function createHmac (alg, key) {\n alg = alg.toLowerCase()\n if (alg === 'rmd160' || alg === 'ripemd160') {\n return new Hmac('rmd160', key)\n }\n if (alg === 'md5') {\n return new Legacy(md5, key)\n }\n return new Hmac(alg, key)\n}\n","module.exports={sha224WithRSAEncryption:{sign:\"rsa\",hash:\"sha224\",id:\"302d300d06096086480165030402040500041c\"},\"RSA-SHA224\":{sign:\"ecdsa/rsa\",hash:\"sha224\",id:\"302d300d06096086480165030402040500041c\"},sha256WithRSAEncryption:{sign:\"rsa\",hash:\"sha256\",id:\"3031300d060960864801650304020105000420\"},\"RSA-SHA256\":{sign:\"ecdsa/rsa\",hash:\"sha256\",id:\"3031300d060960864801650304020105000420\"},sha384WithRSAEncryption:{sign:\"rsa\",hash:\"sha384\",id:\"3041300d060960864801650304020205000430\"},\"RSA-SHA384\":{sign:\"ecdsa/rsa\",hash:\"sha384\",id:\"3041300d060960864801650304020205000430\"},sha512WithRSAEncryption:{sign:\"rsa\",hash:\"sha512\",id:\"3051300d060960864801650304020305000440\"},\"RSA-SHA512\":{sign:\"ecdsa/rsa\",hash:\"sha512\",id:\"3051300d060960864801650304020305000440\"},\"RSA-SHA1\":{sign:\"rsa\",hash:\"sha1\",id:\"3021300906052b0e03021a05000414\"},\"ecdsa-with-SHA1\":{sign:\"ecdsa\",hash:\"sha1\",id:\"\"},sha256:{sign:\"ecdsa\",hash:\"sha256\",id:\"\"},sha224:{sign:\"ecdsa\",hash:\"sha224\",id:\"\"},sha384:{sign:\"ecdsa\",hash:\"sha384\",id:\"\"},sha512:{sign:\"ecdsa\",hash:\"sha512\",id:\"\"},\"DSA-SHA\":{sign:\"dsa\",hash:\"sha1\",id:\"\"},\"DSA-SHA1\":{sign:\"dsa\",hash:\"sha1\",id:\"\"},DSA:{sign:\"dsa\",hash:\"sha1\",id:\"\"},\"DSA-WITH-SHA224\":{sign:\"dsa\",hash:\"sha224\",id:\"\"},\"DSA-SHA224\":{sign:\"dsa\",hash:\"sha224\",id:\"\"},\"DSA-WITH-SHA256\":{sign:\"dsa\",hash:\"sha256\",id:\"\"},\"DSA-SHA256\":{sign:\"dsa\",hash:\"sha256\",id:\"\"},\"DSA-WITH-SHA384\":{sign:\"dsa\",hash:\"sha384\",id:\"\"},\"DSA-SHA384\":{sign:\"dsa\",hash:\"sha384\",id:\"\"},\"DSA-WITH-SHA512\":{sign:\"dsa\",hash:\"sha512\",id:\"\"},\"DSA-SHA512\":{sign:\"dsa\",hash:\"sha512\",id:\"\"},\"DSA-RIPEMD160\":{sign:\"dsa\",hash:\"rmd160\",id:\"\"},ripemd160WithRSA:{sign:\"rsa\",hash:\"rmd160\",id:\"3021300906052b2403020105000414\"},\"RSA-RIPEMD160\":{sign:\"rsa\",hash:\"rmd160\",id:\"3021300906052b2403020105000414\"},md5WithRSAEncryption:{sign:\"rsa\",hash:\"md5\",id:\"3020300c06082a864886f70d020505000410\"},\"RSA-MD5\":{sign:\"rsa\",hash:\"md5\",id:\"3020300c06082a864886f70d020505000410\"}};","module.exports = require('./browser/algorithms.json')\n","var MAX_ALLOC = Math.pow(2, 30) - 1 // default in iojs\n\nmodule.exports = function (iterations, keylen) {\n if (typeof iterations !== 'number') {\n throw new TypeError('Iterations not a number')\n }\n\n if (iterations < 0) {\n throw new TypeError('Bad iterations')\n }\n\n if (typeof keylen !== 'number') {\n throw new TypeError('Key length not a number')\n }\n\n if (keylen < 0 || keylen > MAX_ALLOC || keylen !== keylen) { /* eslint no-self-compare: 0 */\n throw new TypeError('Bad key length')\n }\n}\n","var defaultEncoding\n/* istanbul ignore next */\nif (process.browser) {\n defaultEncoding = 'utf-8'\n} else if (process.version) {\n var pVersionMajor = parseInt(process.version.split('.')[0].slice(1), 10)\n\n defaultEncoding = pVersionMajor >= 6 ? 'utf-8' : 'binary'\n} else {\n defaultEncoding = 'utf-8'\n}\nmodule.exports = defaultEncoding\n","var Buffer = require('safe-buffer').Buffer\n\nmodule.exports = function (thing, encoding, name) {\n if (Buffer.isBuffer(thing)) {\n return thing\n } else if (typeof thing === 'string') {\n return Buffer.from(thing, encoding)\n } else if (ArrayBuffer.isView(thing)) {\n return Buffer.from(thing.buffer)\n } else {\n throw new TypeError(name + ' must be a string, a Buffer, a typed array or a DataView')\n }\n}\n","var md5 = require('create-hash/md5')\nvar RIPEMD160 = require('ripemd160')\nvar sha = require('sha.js')\nvar Buffer = require('safe-buffer').Buffer\n\nvar checkParameters = require('./precondition')\nvar defaultEncoding = require('./default-encoding')\nvar toBuffer = require('./to-buffer')\n\nvar ZEROS = Buffer.alloc(128)\nvar sizes = {\n md5: 16,\n sha1: 20,\n sha224: 28,\n sha256: 32,\n sha384: 48,\n sha512: 64,\n rmd160: 20,\n ripemd160: 20\n}\n\nfunction Hmac (alg, key, saltLen) {\n var hash = getDigest(alg)\n var blocksize = (alg === 'sha512' || alg === 'sha384') ? 128 : 64\n\n if (key.length > blocksize) {\n key = hash(key)\n } else if (key.length < blocksize) {\n key = Buffer.concat([key, ZEROS], blocksize)\n }\n\n var ipad = Buffer.allocUnsafe(blocksize + sizes[alg])\n var opad = Buffer.allocUnsafe(blocksize + sizes[alg])\n for (var i = 0; i < blocksize; i++) {\n ipad[i] = key[i] ^ 0x36\n opad[i] = key[i] ^ 0x5C\n }\n\n var ipad1 = Buffer.allocUnsafe(blocksize + saltLen + 4)\n ipad.copy(ipad1, 0, 0, blocksize)\n this.ipad1 = ipad1\n this.ipad2 = ipad\n this.opad = opad\n this.alg = alg\n this.blocksize = blocksize\n this.hash = hash\n this.size = sizes[alg]\n}\n\nHmac.prototype.run = function (data, ipad) {\n data.copy(ipad, this.blocksize)\n var h = this.hash(ipad)\n h.copy(this.opad, this.blocksize)\n return this.hash(this.opad)\n}\n\nfunction getDigest (alg) {\n function shaFunc (data) {\n return sha(alg).update(data).digest()\n }\n function rmd160Func (data) {\n return new RIPEMD160().update(data).digest()\n }\n\n if (alg === 'rmd160' || alg === 'ripemd160') return rmd160Func\n if (alg === 'md5') return md5\n return shaFunc\n}\n\nfunction pbkdf2 (password, salt, iterations, keylen, digest) {\n checkParameters(iterations, keylen)\n password = toBuffer(password, defaultEncoding, 'Password')\n salt = toBuffer(salt, defaultEncoding, 'Salt')\n\n digest = digest || 'sha1'\n\n var hmac = new Hmac(digest, password, salt.length)\n\n var DK = Buffer.allocUnsafe(keylen)\n var block1 = Buffer.allocUnsafe(salt.length + 4)\n salt.copy(block1, 0, 0, salt.length)\n\n var destPos = 0\n var hLen = sizes[digest]\n var l = Math.ceil(keylen / hLen)\n\n for (var i = 1; i <= l; i++) {\n block1.writeUInt32BE(i, salt.length)\n\n var T = hmac.run(block1, hmac.ipad1)\n var U = T\n\n for (var j = 1; j < iterations; j++) {\n U = hmac.run(U, hmac.ipad2)\n for (var k = 0; k < hLen; k++) T[k] ^= U[k]\n }\n\n T.copy(DK, destPos)\n destPos += hLen\n }\n\n return DK\n}\n\nmodule.exports = pbkdf2\n","var Buffer = require('safe-buffer').Buffer\n\nvar checkParameters = require('./precondition')\nvar defaultEncoding = require('./default-encoding')\nvar sync = require('./sync')\nvar toBuffer = require('./to-buffer')\n\nvar ZERO_BUF\nvar subtle = global.crypto && global.crypto.subtle\nvar toBrowser = {\n sha: 'SHA-1',\n 'sha-1': 'SHA-1',\n sha1: 'SHA-1',\n sha256: 'SHA-256',\n 'sha-256': 'SHA-256',\n sha384: 'SHA-384',\n 'sha-384': 'SHA-384',\n 'sha-512': 'SHA-512',\n sha512: 'SHA-512'\n}\nvar checks = []\nfunction checkNative (algo) {\n if (global.process && !global.process.browser) {\n return Promise.resolve(false)\n }\n if (!subtle || !subtle.importKey || !subtle.deriveBits) {\n return Promise.resolve(false)\n }\n if (checks[algo] !== undefined) {\n return checks[algo]\n }\n ZERO_BUF = ZERO_BUF || Buffer.alloc(8)\n var prom = browserPbkdf2(ZERO_BUF, ZERO_BUF, 10, 128, algo)\n .then(function () {\n return true\n }).catch(function () {\n return false\n })\n checks[algo] = prom\n return prom\n}\n\nfunction browserPbkdf2 (password, salt, iterations, length, algo) {\n return subtle.importKey(\n 'raw', password, { name: 'PBKDF2' }, false, ['deriveBits']\n ).then(function (key) {\n return subtle.deriveBits({\n name: 'PBKDF2',\n salt: salt,\n iterations: iterations,\n hash: {\n name: algo\n }\n }, key, length << 3)\n }).then(function (res) {\n return Buffer.from(res)\n })\n}\n\nfunction resolvePromise (promise, callback) {\n promise.then(function (out) {\n process.nextTick(function () {\n callback(null, out)\n })\n }, function (e) {\n process.nextTick(function () {\n callback(e)\n })\n })\n}\nmodule.exports = function (password, salt, iterations, keylen, digest, callback) {\n if (typeof digest === 'function') {\n callback = digest\n digest = undefined\n }\n\n digest = digest || 'sha1'\n var algo = toBrowser[digest.toLowerCase()]\n\n if (!algo || typeof global.Promise !== 'function') {\n return process.nextTick(function () {\n var out\n try {\n out = sync(password, salt, iterations, keylen, digest)\n } catch (e) {\n return callback(e)\n }\n callback(null, out)\n })\n }\n\n checkParameters(iterations, keylen)\n password = toBuffer(password, defaultEncoding, 'Password')\n salt = toBuffer(salt, defaultEncoding, 'Salt')\n if (typeof callback !== 'function') throw new Error('No callback provided to pbkdf2')\n\n resolvePromise(checkNative(algo).then(function (resp) {\n if (resp) return browserPbkdf2(password, salt, iterations, keylen, algo)\n\n return sync(password, salt, iterations, keylen, digest)\n }), callback)\n}\n","exports.pbkdf2 = require('./lib/async')\nexports.pbkdf2Sync = require('./lib/sync')\n","'use strict';\n\nexports.readUInt32BE = function readUInt32BE(bytes, off) {\n var res = (bytes[0 + off] << 24) |\n (bytes[1 + off] << 16) |\n (bytes[2 + off] << 8) |\n bytes[3 + off];\n return res >>> 0;\n};\n\nexports.writeUInt32BE = function writeUInt32BE(bytes, value, off) {\n bytes[0 + off] = value >>> 24;\n bytes[1 + off] = (value >>> 16) & 0xff;\n bytes[2 + off] = (value >>> 8) & 0xff;\n bytes[3 + off] = value & 0xff;\n};\n\nexports.ip = function ip(inL, inR, out, off) {\n var outL = 0;\n var outR = 0;\n\n for (var i = 6; i >= 0; i -= 2) {\n for (var j = 0; j <= 24; j += 8) {\n outL <<= 1;\n outL |= (inR >>> (j + i)) & 1;\n }\n for (var j = 0; j <= 24; j += 8) {\n outL <<= 1;\n outL |= (inL >>> (j + i)) & 1;\n }\n }\n\n for (var i = 6; i >= 0; i -= 2) {\n for (var j = 1; j <= 25; j += 8) {\n outR <<= 1;\n outR |= (inR >>> (j + i)) & 1;\n }\n for (var j = 1; j <= 25; j += 8) {\n outR <<= 1;\n outR |= (inL >>> (j + i)) & 1;\n }\n }\n\n out[off + 0] = outL >>> 0;\n out[off + 1] = outR >>> 0;\n};\n\nexports.rip = function rip(inL, inR, out, off) {\n var outL = 0;\n var outR = 0;\n\n for (var i = 0; i < 4; i++) {\n for (var j = 24; j >= 0; j -= 8) {\n outL <<= 1;\n outL |= (inR >>> (j + i)) & 1;\n outL <<= 1;\n outL |= (inL >>> (j + i)) & 1;\n }\n }\n for (var i = 4; i < 8; i++) {\n for (var j = 24; j >= 0; j -= 8) {\n outR <<= 1;\n outR |= (inR >>> (j + i)) & 1;\n outR <<= 1;\n outR |= (inL >>> (j + i)) & 1;\n }\n }\n\n out[off + 0] = outL >>> 0;\n out[off + 1] = outR >>> 0;\n};\n\nexports.pc1 = function pc1(inL, inR, out, off) {\n var outL = 0;\n var outR = 0;\n\n // 7, 15, 23, 31, 39, 47, 55, 63\n // 6, 14, 22, 30, 39, 47, 55, 63\n // 5, 13, 21, 29, 39, 47, 55, 63\n // 4, 12, 20, 28\n for (var i = 7; i >= 5; i--) {\n for (var j = 0; j <= 24; j += 8) {\n outL <<= 1;\n outL |= (inR >> (j + i)) & 1;\n }\n for (var j = 0; j <= 24; j += 8) {\n outL <<= 1;\n outL |= (inL >> (j + i)) & 1;\n }\n }\n for (var j = 0; j <= 24; j += 8) {\n outL <<= 1;\n outL |= (inR >> (j + i)) & 1;\n }\n\n // 1, 9, 17, 25, 33, 41, 49, 57\n // 2, 10, 18, 26, 34, 42, 50, 58\n // 3, 11, 19, 27, 35, 43, 51, 59\n // 36, 44, 52, 60\n for (var i = 1; i <= 3; i++) {\n for (var j = 0; j <= 24; j += 8) {\n outR <<= 1;\n outR |= (inR >> (j + i)) & 1;\n }\n for (var j = 0; j <= 24; j += 8) {\n outR <<= 1;\n outR |= (inL >> (j + i)) & 1;\n }\n }\n for (var j = 0; j <= 24; j += 8) {\n outR <<= 1;\n outR |= (inL >> (j + i)) & 1;\n }\n\n out[off + 0] = outL >>> 0;\n out[off + 1] = outR >>> 0;\n};\n\nexports.r28shl = function r28shl(num, shift) {\n return ((num << shift) & 0xfffffff) | (num >>> (28 - shift));\n};\n\nvar pc2table = [\n // inL => outL\n 14, 11, 17, 4, 27, 23, 25, 0,\n 13, 22, 7, 18, 5, 9, 16, 24,\n 2, 20, 12, 21, 1, 8, 15, 26,\n\n // inR => outR\n 15, 4, 25, 19, 9, 1, 26, 16,\n 5, 11, 23, 8, 12, 7, 17, 0,\n 22, 3, 10, 14, 6, 20, 27, 24\n];\n\nexports.pc2 = function pc2(inL, inR, out, off) {\n var outL = 0;\n var outR = 0;\n\n var len = pc2table.length >>> 1;\n for (var i = 0; i < len; i++) {\n outL <<= 1;\n outL |= (inL >>> pc2table[i]) & 0x1;\n }\n for (var i = len; i < pc2table.length; i++) {\n outR <<= 1;\n outR |= (inR >>> pc2table[i]) & 0x1;\n }\n\n out[off + 0] = outL >>> 0;\n out[off + 1] = outR >>> 0;\n};\n\nexports.expand = function expand(r, out, off) {\n var outL = 0;\n var outR = 0;\n\n outL = ((r & 1) << 5) | (r >>> 27);\n for (var i = 23; i >= 15; i -= 4) {\n outL <<= 6;\n outL |= (r >>> i) & 0x3f;\n }\n for (var i = 11; i >= 3; i -= 4) {\n outR |= (r >>> i) & 0x3f;\n outR <<= 6;\n }\n outR |= ((r & 0x1f) << 1) | (r >>> 31);\n\n out[off + 0] = outL >>> 0;\n out[off + 1] = outR >>> 0;\n};\n\nvar sTable = [\n 14, 0, 4, 15, 13, 7, 1, 4, 2, 14, 15, 2, 11, 13, 8, 1,\n 3, 10, 10, 6, 6, 12, 12, 11, 5, 9, 9, 5, 0, 3, 7, 8,\n 4, 15, 1, 12, 14, 8, 8, 2, 13, 4, 6, 9, 2, 1, 11, 7,\n 15, 5, 12, 11, 9, 3, 7, 14, 3, 10, 10, 0, 5, 6, 0, 13,\n\n 15, 3, 1, 13, 8, 4, 14, 7, 6, 15, 11, 2, 3, 8, 4, 14,\n 9, 12, 7, 0, 2, 1, 13, 10, 12, 6, 0, 9, 5, 11, 10, 5,\n 0, 13, 14, 8, 7, 10, 11, 1, 10, 3, 4, 15, 13, 4, 1, 2,\n 5, 11, 8, 6, 12, 7, 6, 12, 9, 0, 3, 5, 2, 14, 15, 9,\n\n 10, 13, 0, 7, 9, 0, 14, 9, 6, 3, 3, 4, 15, 6, 5, 10,\n 1, 2, 13, 8, 12, 5, 7, 14, 11, 12, 4, 11, 2, 15, 8, 1,\n 13, 1, 6, 10, 4, 13, 9, 0, 8, 6, 15, 9, 3, 8, 0, 7,\n 11, 4, 1, 15, 2, 14, 12, 3, 5, 11, 10, 5, 14, 2, 7, 12,\n\n 7, 13, 13, 8, 14, 11, 3, 5, 0, 6, 6, 15, 9, 0, 10, 3,\n 1, 4, 2, 7, 8, 2, 5, 12, 11, 1, 12, 10, 4, 14, 15, 9,\n 10, 3, 6, 15, 9, 0, 0, 6, 12, 10, 11, 1, 7, 13, 13, 8,\n 15, 9, 1, 4, 3, 5, 14, 11, 5, 12, 2, 7, 8, 2, 4, 14,\n\n 2, 14, 12, 11, 4, 2, 1, 12, 7, 4, 10, 7, 11, 13, 6, 1,\n 8, 5, 5, 0, 3, 15, 15, 10, 13, 3, 0, 9, 14, 8, 9, 6,\n 4, 11, 2, 8, 1, 12, 11, 7, 10, 1, 13, 14, 7, 2, 8, 13,\n 15, 6, 9, 15, 12, 0, 5, 9, 6, 10, 3, 4, 0, 5, 14, 3,\n\n 12, 10, 1, 15, 10, 4, 15, 2, 9, 7, 2, 12, 6, 9, 8, 5,\n 0, 6, 13, 1, 3, 13, 4, 14, 14, 0, 7, 11, 5, 3, 11, 8,\n 9, 4, 14, 3, 15, 2, 5, 12, 2, 9, 8, 5, 12, 15, 3, 10,\n 7, 11, 0, 14, 4, 1, 10, 7, 1, 6, 13, 0, 11, 8, 6, 13,\n\n 4, 13, 11, 0, 2, 11, 14, 7, 15, 4, 0, 9, 8, 1, 13, 10,\n 3, 14, 12, 3, 9, 5, 7, 12, 5, 2, 10, 15, 6, 8, 1, 6,\n 1, 6, 4, 11, 11, 13, 13, 8, 12, 1, 3, 4, 7, 10, 14, 7,\n 10, 9, 15, 5, 6, 0, 8, 15, 0, 14, 5, 2, 9, 3, 2, 12,\n\n 13, 1, 2, 15, 8, 13, 4, 8, 6, 10, 15, 3, 11, 7, 1, 4,\n 10, 12, 9, 5, 3, 6, 14, 11, 5, 0, 0, 14, 12, 9, 7, 2,\n 7, 2, 11, 1, 4, 14, 1, 7, 9, 4, 12, 10, 14, 8, 2, 13,\n 0, 15, 6, 12, 10, 9, 13, 0, 15, 3, 3, 5, 5, 6, 8, 11\n];\n\nexports.substitute = function substitute(inL, inR) {\n var out = 0;\n for (var i = 0; i < 4; i++) {\n var b = (inL >>> (18 - i * 6)) & 0x3f;\n var sb = sTable[i * 0x40 + b];\n\n out <<= 4;\n out |= sb;\n }\n for (var i = 0; i < 4; i++) {\n var b = (inR >>> (18 - i * 6)) & 0x3f;\n var sb = sTable[4 * 0x40 + i * 0x40 + b];\n\n out <<= 4;\n out |= sb;\n }\n return out >>> 0;\n};\n\nvar permuteTable = [\n 16, 25, 12, 11, 3, 20, 4, 15, 31, 17, 9, 6, 27, 14, 1, 22,\n 30, 24, 8, 18, 0, 5, 29, 23, 13, 19, 2, 26, 10, 21, 28, 7\n];\n\nexports.permute = function permute(num) {\n var out = 0;\n for (var i = 0; i < permuteTable.length; i++) {\n out <<= 1;\n out |= (num >>> permuteTable[i]) & 0x1;\n }\n return out >>> 0;\n};\n\nexports.padSplit = function padSplit(num, size, group) {\n var str = num.toString(2);\n while (str.length < size)\n str = '0' + str;\n\n var out = [];\n for (var i = 0; i < size; i += group)\n out.push(str.slice(i, i + group));\n return out.join(' ');\n};\n","module.exports = assert;\n\nfunction assert(val, msg) {\n if (!val)\n throw new Error(msg || 'Assertion failed');\n}\n\nassert.equal = function assertEqual(l, r, msg) {\n if (l != r)\n throw new Error(msg || ('Assertion failed: ' + l + ' != ' + r));\n};\n","'use strict';\n\nvar assert = require('minimalistic-assert');\n\nfunction Cipher(options) {\n this.options = options;\n\n this.type = this.options.type;\n this.blockSize = 8;\n this._init();\n\n this.buffer = new Array(this.blockSize);\n this.bufferOff = 0;\n}\nmodule.exports = Cipher;\n\nCipher.prototype._init = function _init() {\n // Might be overrided\n};\n\nCipher.prototype.update = function update(data) {\n if (data.length === 0)\n return [];\n\n if (this.type === 'decrypt')\n return this._updateDecrypt(data);\n else\n return this._updateEncrypt(data);\n};\n\nCipher.prototype._buffer = function _buffer(data, off) {\n // Append data to buffer\n var min = Math.min(this.buffer.length - this.bufferOff, data.length - off);\n for (var i = 0; i < min; i++)\n this.buffer[this.bufferOff + i] = data[off + i];\n this.bufferOff += min;\n\n // Shift next\n return min;\n};\n\nCipher.prototype._flushBuffer = function _flushBuffer(out, off) {\n this._update(this.buffer, 0, out, off);\n this.bufferOff = 0;\n return this.blockSize;\n};\n\nCipher.prototype._updateEncrypt = function _updateEncrypt(data) {\n var inputOff = 0;\n var outputOff = 0;\n\n var count = ((this.bufferOff + data.length) / this.blockSize) | 0;\n var out = new Array(count * this.blockSize);\n\n if (this.bufferOff !== 0) {\n inputOff += this._buffer(data, inputOff);\n\n if (this.bufferOff === this.buffer.length)\n outputOff += this._flushBuffer(out, outputOff);\n }\n\n // Write blocks\n var max = data.length - ((data.length - inputOff) % this.blockSize);\n for (; inputOff < max; inputOff += this.blockSize) {\n this._update(data, inputOff, out, outputOff);\n outputOff += this.blockSize;\n }\n\n // Queue rest\n for (; inputOff < data.length; inputOff++, this.bufferOff++)\n this.buffer[this.bufferOff] = data[inputOff];\n\n return out;\n};\n\nCipher.prototype._updateDecrypt = function _updateDecrypt(data) {\n var inputOff = 0;\n var outputOff = 0;\n\n var count = Math.ceil((this.bufferOff + data.length) / this.blockSize) - 1;\n var out = new Array(count * this.blockSize);\n\n // TODO(indutny): optimize it, this is far from optimal\n for (; count > 0; count--) {\n inputOff += this._buffer(data, inputOff);\n outputOff += this._flushBuffer(out, outputOff);\n }\n\n // Buffer rest of the input\n inputOff += this._buffer(data, inputOff);\n\n return out;\n};\n\nCipher.prototype.final = function final(buffer) {\n var first;\n if (buffer)\n first = this.update(buffer);\n\n var last;\n if (this.type === 'encrypt')\n last = this._finalEncrypt();\n else\n last = this._finalDecrypt();\n\n if (first)\n return first.concat(last);\n else\n return last;\n};\n\nCipher.prototype._pad = function _pad(buffer, off) {\n if (off === 0)\n return false;\n\n while (off < buffer.length)\n buffer[off++] = 0;\n\n return true;\n};\n\nCipher.prototype._finalEncrypt = function _finalEncrypt() {\n if (!this._pad(this.buffer, this.bufferOff))\n return [];\n\n var out = new Array(this.blockSize);\n this._update(this.buffer, 0, out, 0);\n return out;\n};\n\nCipher.prototype._unpad = function _unpad(buffer) {\n return buffer;\n};\n\nCipher.prototype._finalDecrypt = function _finalDecrypt() {\n assert.equal(this.bufferOff, this.blockSize, 'Not enough data to decrypt');\n var out = new Array(this.blockSize);\n this._flushBuffer(out, 0);\n\n return this._unpad(out);\n};\n","'use strict';\n\nvar assert = require('minimalistic-assert');\nvar inherits = require('inherits');\n\nvar utils = require('./utils');\nvar Cipher = require('./cipher');\n\nfunction DESState() {\n this.tmp = new Array(2);\n this.keys = null;\n}\n\nfunction DES(options) {\n Cipher.call(this, options);\n\n var state = new DESState();\n this._desState = state;\n\n this.deriveKeys(state, options.key);\n}\ninherits(DES, Cipher);\nmodule.exports = DES;\n\nDES.create = function create(options) {\n return new DES(options);\n};\n\nvar shiftTable = [\n 1, 1, 2, 2, 2, 2, 2, 2,\n 1, 2, 2, 2, 2, 2, 2, 1\n];\n\nDES.prototype.deriveKeys = function deriveKeys(state, key) {\n state.keys = new Array(16 * 2);\n\n assert.equal(key.length, this.blockSize, 'Invalid key length');\n\n var kL = utils.readUInt32BE(key, 0);\n var kR = utils.readUInt32BE(key, 4);\n\n utils.pc1(kL, kR, state.tmp, 0);\n kL = state.tmp[0];\n kR = state.tmp[1];\n for (var i = 0; i < state.keys.length; i += 2) {\n var shift = shiftTable[i >>> 1];\n kL = utils.r28shl(kL, shift);\n kR = utils.r28shl(kR, shift);\n utils.pc2(kL, kR, state.keys, i);\n }\n};\n\nDES.prototype._update = function _update(inp, inOff, out, outOff) {\n var state = this._desState;\n\n var l = utils.readUInt32BE(inp, inOff);\n var r = utils.readUInt32BE(inp, inOff + 4);\n\n // Initial Permutation\n utils.ip(l, r, state.tmp, 0);\n l = state.tmp[0];\n r = state.tmp[1];\n\n if (this.type === 'encrypt')\n this._encrypt(state, l, r, state.tmp, 0);\n else\n this._decrypt(state, l, r, state.tmp, 0);\n\n l = state.tmp[0];\n r = state.tmp[1];\n\n utils.writeUInt32BE(out, l, outOff);\n utils.writeUInt32BE(out, r, outOff + 4);\n};\n\nDES.prototype._pad = function _pad(buffer, off) {\n var value = buffer.length - off;\n for (var i = off; i < buffer.length; i++)\n buffer[i] = value;\n\n return true;\n};\n\nDES.prototype._unpad = function _unpad(buffer) {\n var pad = buffer[buffer.length - 1];\n for (var i = buffer.length - pad; i < buffer.length; i++)\n assert.equal(buffer[i], pad);\n\n return buffer.slice(0, buffer.length - pad);\n};\n\nDES.prototype._encrypt = function _encrypt(state, lStart, rStart, out, off) {\n var l = lStart;\n var r = rStart;\n\n // Apply f() x16 times\n for (var i = 0; i < state.keys.length; i += 2) {\n var keyL = state.keys[i];\n var keyR = state.keys[i + 1];\n\n // f(r, k)\n utils.expand(r, state.tmp, 0);\n\n keyL ^= state.tmp[0];\n keyR ^= state.tmp[1];\n var s = utils.substitute(keyL, keyR);\n var f = utils.permute(s);\n\n var t = r;\n r = (l ^ f) >>> 0;\n l = t;\n }\n\n // Reverse Initial Permutation\n utils.rip(r, l, out, off);\n};\n\nDES.prototype._decrypt = function _decrypt(state, lStart, rStart, out, off) {\n var l = rStart;\n var r = lStart;\n\n // Apply f() x16 times\n for (var i = state.keys.length - 2; i >= 0; i -= 2) {\n var keyL = state.keys[i];\n var keyR = state.keys[i + 1];\n\n // f(r, k)\n utils.expand(l, state.tmp, 0);\n\n keyL ^= state.tmp[0];\n keyR ^= state.tmp[1];\n var s = utils.substitute(keyL, keyR);\n var f = utils.permute(s);\n\n var t = l;\n l = (r ^ f) >>> 0;\n r = t;\n }\n\n // Reverse Initial Permutation\n utils.rip(l, r, out, off);\n};\n","'use strict';\n\nvar assert = require('minimalistic-assert');\nvar inherits = require('inherits');\n\nvar proto = {};\n\nfunction CBCState(iv) {\n assert.equal(iv.length, 8, 'Invalid IV length');\n\n this.iv = new Array(8);\n for (var i = 0; i < this.iv.length; i++)\n this.iv[i] = iv[i];\n}\n\nfunction instantiate(Base) {\n function CBC(options) {\n Base.call(this, options);\n this._cbcInit();\n }\n inherits(CBC, Base);\n\n var keys = Object.keys(proto);\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n CBC.prototype[key] = proto[key];\n }\n\n CBC.create = function create(options) {\n return new CBC(options);\n };\n\n return CBC;\n}\n\nexports.instantiate = instantiate;\n\nproto._cbcInit = function _cbcInit() {\n var state = new CBCState(this.options.iv);\n this._cbcState = state;\n};\n\nproto._update = function _update(inp, inOff, out, outOff) {\n var state = this._cbcState;\n var superProto = this.constructor.super_.prototype;\n\n var iv = state.iv;\n if (this.type === 'encrypt') {\n for (var i = 0; i < this.blockSize; i++)\n iv[i] ^= inp[inOff + i];\n\n superProto._update.call(this, iv, 0, out, outOff);\n\n for (var i = 0; i < this.blockSize; i++)\n iv[i] = out[outOff + i];\n } else {\n superProto._update.call(this, inp, inOff, out, outOff);\n\n for (var i = 0; i < this.blockSize; i++)\n out[outOff + i] ^= iv[i];\n\n for (var i = 0; i < this.blockSize; i++)\n iv[i] = inp[inOff + i];\n }\n};\n","'use strict';\n\nvar assert = require('minimalistic-assert');\nvar inherits = require('inherits');\n\nvar Cipher = require('./cipher');\nvar DES = require('./des');\n\nfunction EDEState(type, key) {\n assert.equal(key.length, 24, 'Invalid key length');\n\n var k1 = key.slice(0, 8);\n var k2 = key.slice(8, 16);\n var k3 = key.slice(16, 24);\n\n if (type === 'encrypt') {\n this.ciphers = [\n DES.create({ type: 'encrypt', key: k1 }),\n DES.create({ type: 'decrypt', key: k2 }),\n DES.create({ type: 'encrypt', key: k3 })\n ];\n } else {\n this.ciphers = [\n DES.create({ type: 'decrypt', key: k3 }),\n DES.create({ type: 'encrypt', key: k2 }),\n DES.create({ type: 'decrypt', key: k1 })\n ];\n }\n}\n\nfunction EDE(options) {\n Cipher.call(this, options);\n\n var state = new EDEState(this.type, this.options.key);\n this._edeState = state;\n}\ninherits(EDE, Cipher);\n\nmodule.exports = EDE;\n\nEDE.create = function create(options) {\n return new EDE(options);\n};\n\nEDE.prototype._update = function _update(inp, inOff, out, outOff) {\n var state = this._edeState;\n\n state.ciphers[0]._update(inp, inOff, out, outOff);\n state.ciphers[1]._update(out, outOff, out, outOff);\n state.ciphers[2]._update(out, outOff, out, outOff);\n};\n\nEDE.prototype._pad = DES.prototype._pad;\nEDE.prototype._unpad = DES.prototype._unpad;\n","'use strict';\n\nexports.utils = require('./des/utils');\nexports.Cipher = require('./des/cipher');\nexports.DES = require('./des/des');\nexports.CBC = require('./des/cbc');\nexports.EDE = require('./des/ede');\n","var CipherBase = require('cipher-base')\nvar des = require('des.js')\nvar inherits = require('inherits')\nvar Buffer = require('safe-buffer').Buffer\n\nvar modes = {\n 'des-ede3-cbc': des.CBC.instantiate(des.EDE),\n 'des-ede3': des.EDE,\n 'des-ede-cbc': des.CBC.instantiate(des.EDE),\n 'des-ede': des.EDE,\n 'des-cbc': des.CBC.instantiate(des.DES),\n 'des-ecb': des.DES\n}\nmodes.des = modes['des-cbc']\nmodes.des3 = modes['des-ede3-cbc']\nmodule.exports = DES\ninherits(DES, CipherBase)\nfunction DES (opts) {\n CipherBase.call(this)\n var modeName = opts.mode.toLowerCase()\n var mode = modes[modeName]\n var type\n if (opts.decrypt) {\n type = 'decrypt'\n } else {\n type = 'encrypt'\n }\n var key = opts.key\n if (!Buffer.isBuffer(key)) {\n key = Buffer.from(key)\n }\n if (modeName === 'des-ede' || modeName === 'des-ede-cbc') {\n key = Buffer.concat([key, key.slice(0, 8)])\n }\n var iv = opts.iv\n if (!Buffer.isBuffer(iv)) {\n iv = Buffer.from(iv)\n }\n this._des = mode.create({\n key: key,\n iv: iv,\n type: type\n })\n}\nDES.prototype._update = function (data) {\n return Buffer.from(this._des.update(data))\n}\nDES.prototype._final = function () {\n return Buffer.from(this._des.final())\n}\n","exports.encrypt = function (self, block) {\n return self._cipher.encryptBlock(block)\n}\n\nexports.decrypt = function (self, block) {\n return self._cipher.decryptBlock(block)\n}\n","module.exports = function xor (a, b) {\n var length = Math.min(a.length, b.length)\n var buffer = new Buffer(length)\n\n for (var i = 0; i < length; ++i) {\n buffer[i] = a[i] ^ b[i]\n }\n\n return buffer\n}\n","var xor = require('buffer-xor')\n\nexports.encrypt = function (self, block) {\n var data = xor(block, self._prev)\n\n self._prev = self._cipher.encryptBlock(data)\n return self._prev\n}\n\nexports.decrypt = function (self, block) {\n var pad = self._prev\n\n self._prev = block\n var out = self._cipher.decryptBlock(block)\n\n return xor(out, pad)\n}\n","var Buffer = require('safe-buffer').Buffer\nvar xor = require('buffer-xor')\n\nfunction encryptStart (self, data, decrypt) {\n var len = data.length\n var out = xor(data, self._cache)\n self._cache = self._cache.slice(len)\n self._prev = Buffer.concat([self._prev, decrypt ? data : out])\n return out\n}\n\nexports.encrypt = function (self, data, decrypt) {\n var out = Buffer.allocUnsafe(0)\n var len\n\n while (data.length) {\n if (self._cache.length === 0) {\n self._cache = self._cipher.encryptBlock(self._prev)\n self._prev = Buffer.allocUnsafe(0)\n }\n\n if (self._cache.length <= data.length) {\n len = self._cache.length\n out = Buffer.concat([out, encryptStart(self, data.slice(0, len), decrypt)])\n data = data.slice(len)\n } else {\n out = Buffer.concat([out, encryptStart(self, data, decrypt)])\n break\n }\n }\n\n return out\n}\n","var Buffer = require('safe-buffer').Buffer\n\nfunction encryptByte (self, byteParam, decrypt) {\n var pad = self._cipher.encryptBlock(self._prev)\n var out = pad[0] ^ byteParam\n\n self._prev = Buffer.concat([\n self._prev.slice(1),\n Buffer.from([decrypt ? byteParam : out])\n ])\n\n return out\n}\n\nexports.encrypt = function (self, chunk, decrypt) {\n var len = chunk.length\n var out = Buffer.allocUnsafe(len)\n var i = -1\n\n while (++i < len) {\n out[i] = encryptByte(self, chunk[i], decrypt)\n }\n\n return out\n}\n","var Buffer = require('safe-buffer').Buffer\n\nfunction encryptByte (self, byteParam, decrypt) {\n var pad\n var i = -1\n var len = 8\n var out = 0\n var bit, value\n while (++i < len) {\n pad = self._cipher.encryptBlock(self._prev)\n bit = (byteParam & (1 << (7 - i))) ? 0x80 : 0\n value = pad[0] ^ bit\n out += ((value & 0x80) >> (i % 8))\n self._prev = shiftIn(self._prev, decrypt ? bit : value)\n }\n return out\n}\n\nfunction shiftIn (buffer, value) {\n var len = buffer.length\n var i = -1\n var out = Buffer.allocUnsafe(buffer.length)\n buffer = Buffer.concat([buffer, Buffer.from([value])])\n\n while (++i < len) {\n out[i] = buffer[i] << 1 | buffer[i + 1] >> (7)\n }\n\n return out\n}\n\nexports.encrypt = function (self, chunk, decrypt) {\n var len = chunk.length\n var out = Buffer.allocUnsafe(len)\n var i = -1\n\n while (++i < len) {\n out[i] = encryptByte(self, chunk[i], decrypt)\n }\n\n return out\n}\n","var xor = require('buffer-xor')\n\nfunction getBlock (self) {\n self._prev = self._cipher.encryptBlock(self._prev)\n return self._prev\n}\n\nexports.encrypt = function (self, chunk) {\n while (self._cache.length < chunk.length) {\n self._cache = Buffer.concat([self._cache, getBlock(self)])\n }\n\n var pad = self._cache.slice(0, chunk.length)\n self._cache = self._cache.slice(chunk.length)\n return xor(chunk, pad)\n}\n","function incr32 (iv) {\n var len = iv.length\n var item\n while (len--) {\n item = iv.readUInt8(len)\n if (item === 255) {\n iv.writeUInt8(0, len)\n } else {\n item++\n iv.writeUInt8(item, len)\n break\n }\n }\n}\nmodule.exports = incr32\n","var xor = require('buffer-xor')\nvar Buffer = require('safe-buffer').Buffer\nvar incr32 = require('../incr32')\n\nfunction getBlock (self) {\n var out = self._cipher.encryptBlockRaw(self._prev)\n incr32(self._prev)\n return out\n}\n\nvar blockSize = 16\nexports.encrypt = function (self, chunk) {\n var chunkNum = Math.ceil(chunk.length / blockSize)\n var start = self._cache.length\n self._cache = Buffer.concat([\n self._cache,\n Buffer.allocUnsafe(chunkNum * blockSize)\n ])\n for (var i = 0; i < chunkNum; i++) {\n var out = getBlock(self)\n var offset = start + i * blockSize\n self._cache.writeUInt32BE(out[0], offset + 0)\n self._cache.writeUInt32BE(out[1], offset + 4)\n self._cache.writeUInt32BE(out[2], offset + 8)\n self._cache.writeUInt32BE(out[3], offset + 12)\n }\n var pad = self._cache.slice(0, chunk.length)\n self._cache = self._cache.slice(chunk.length)\n return xor(chunk, pad)\n}\n","module.exports={\"aes-128-ecb\":{cipher:\"AES\",key:128,iv:0,mode:\"ECB\",type:\"block\"},\"aes-192-ecb\":{cipher:\"AES\",key:192,iv:0,mode:\"ECB\",type:\"block\"},\"aes-256-ecb\":{cipher:\"AES\",key:256,iv:0,mode:\"ECB\",type:\"block\"},\"aes-128-cbc\":{cipher:\"AES\",key:128,iv:16,mode:\"CBC\",type:\"block\"},\"aes-192-cbc\":{cipher:\"AES\",key:192,iv:16,mode:\"CBC\",type:\"block\"},\"aes-256-cbc\":{cipher:\"AES\",key:256,iv:16,mode:\"CBC\",type:\"block\"},aes128:{cipher:\"AES\",key:128,iv:16,mode:\"CBC\",type:\"block\"},aes192:{cipher:\"AES\",key:192,iv:16,mode:\"CBC\",type:\"block\"},aes256:{cipher:\"AES\",key:256,iv:16,mode:\"CBC\",type:\"block\"},\"aes-128-cfb\":{cipher:\"AES\",key:128,iv:16,mode:\"CFB\",type:\"stream\"},\"aes-192-cfb\":{cipher:\"AES\",key:192,iv:16,mode:\"CFB\",type:\"stream\"},\"aes-256-cfb\":{cipher:\"AES\",key:256,iv:16,mode:\"CFB\",type:\"stream\"},\"aes-128-cfb8\":{cipher:\"AES\",key:128,iv:16,mode:\"CFB8\",type:\"stream\"},\"aes-192-cfb8\":{cipher:\"AES\",key:192,iv:16,mode:\"CFB8\",type:\"stream\"},\"aes-256-cfb8\":{cipher:\"AES\",key:256,iv:16,mode:\"CFB8\",type:\"stream\"},\"aes-128-cfb1\":{cipher:\"AES\",key:128,iv:16,mode:\"CFB1\",type:\"stream\"},\"aes-192-cfb1\":{cipher:\"AES\",key:192,iv:16,mode:\"CFB1\",type:\"stream\"},\"aes-256-cfb1\":{cipher:\"AES\",key:256,iv:16,mode:\"CFB1\",type:\"stream\"},\"aes-128-ofb\":{cipher:\"AES\",key:128,iv:16,mode:\"OFB\",type:\"stream\"},\"aes-192-ofb\":{cipher:\"AES\",key:192,iv:16,mode:\"OFB\",type:\"stream\"},\"aes-256-ofb\":{cipher:\"AES\",key:256,iv:16,mode:\"OFB\",type:\"stream\"},\"aes-128-ctr\":{cipher:\"AES\",key:128,iv:16,mode:\"CTR\",type:\"stream\"},\"aes-192-ctr\":{cipher:\"AES\",key:192,iv:16,mode:\"CTR\",type:\"stream\"},\"aes-256-ctr\":{cipher:\"AES\",key:256,iv:16,mode:\"CTR\",type:\"stream\"},\"aes-128-gcm\":{cipher:\"AES\",key:128,iv:12,mode:\"GCM\",type:\"auth\"},\"aes-192-gcm\":{cipher:\"AES\",key:192,iv:12,mode:\"GCM\",type:\"auth\"},\"aes-256-gcm\":{cipher:\"AES\",key:256,iv:12,mode:\"GCM\",type:\"auth\"}};","var modeModules = {\n ECB: require('./ecb'),\n CBC: require('./cbc'),\n CFB: require('./cfb'),\n CFB8: require('./cfb8'),\n CFB1: require('./cfb1'),\n OFB: require('./ofb'),\n CTR: require('./ctr'),\n GCM: require('./ctr')\n}\n\nvar modes = require('./list.json')\n\nfor (var key in modes) {\n modes[key].module = modeModules[modes[key].mode]\n}\n\nmodule.exports = modes\n","// based on the aes implimentation in triple sec\n// https://github.com/keybase/triplesec\n// which is in turn based on the one from crypto-js\n// https://code.google.com/p/crypto-js/\n\nvar Buffer = require('safe-buffer').Buffer\n\nfunction asUInt32Array (buf) {\n if (!Buffer.isBuffer(buf)) buf = Buffer.from(buf)\n\n var len = (buf.length / 4) | 0\n var out = new Array(len)\n\n for (var i = 0; i < len; i++) {\n out[i] = buf.readUInt32BE(i * 4)\n }\n\n return out\n}\n\nfunction scrubVec (v) {\n for (var i = 0; i < v.length; v++) {\n v[i] = 0\n }\n}\n\nfunction cryptBlock (M, keySchedule, SUB_MIX, SBOX, nRounds) {\n var SUB_MIX0 = SUB_MIX[0]\n var SUB_MIX1 = SUB_MIX[1]\n var SUB_MIX2 = SUB_MIX[2]\n var SUB_MIX3 = SUB_MIX[3]\n\n var s0 = M[0] ^ keySchedule[0]\n var s1 = M[1] ^ keySchedule[1]\n var s2 = M[2] ^ keySchedule[2]\n var s3 = M[3] ^ keySchedule[3]\n var t0, t1, t2, t3\n var ksRow = 4\n\n for (var round = 1; round < nRounds; round++) {\n t0 = SUB_MIX0[s0 >>> 24] ^ SUB_MIX1[(s1 >>> 16) & 0xff] ^ SUB_MIX2[(s2 >>> 8) & 0xff] ^ SUB_MIX3[s3 & 0xff] ^ keySchedule[ksRow++]\n t1 = SUB_MIX0[s1 >>> 24] ^ SUB_MIX1[(s2 >>> 16) & 0xff] ^ SUB_MIX2[(s3 >>> 8) & 0xff] ^ SUB_MIX3[s0 & 0xff] ^ keySchedule[ksRow++]\n t2 = SUB_MIX0[s2 >>> 24] ^ SUB_MIX1[(s3 >>> 16) & 0xff] ^ SUB_MIX2[(s0 >>> 8) & 0xff] ^ SUB_MIX3[s1 & 0xff] ^ keySchedule[ksRow++]\n t3 = SUB_MIX0[s3 >>> 24] ^ SUB_MIX1[(s0 >>> 16) & 0xff] ^ SUB_MIX2[(s1 >>> 8) & 0xff] ^ SUB_MIX3[s2 & 0xff] ^ keySchedule[ksRow++]\n s0 = t0\n s1 = t1\n s2 = t2\n s3 = t3\n }\n\n t0 = ((SBOX[s0 >>> 24] << 24) | (SBOX[(s1 >>> 16) & 0xff] << 16) | (SBOX[(s2 >>> 8) & 0xff] << 8) | SBOX[s3 & 0xff]) ^ keySchedule[ksRow++]\n t1 = ((SBOX[s1 >>> 24] << 24) | (SBOX[(s2 >>> 16) & 0xff] << 16) | (SBOX[(s3 >>> 8) & 0xff] << 8) | SBOX[s0 & 0xff]) ^ keySchedule[ksRow++]\n t2 = ((SBOX[s2 >>> 24] << 24) | (SBOX[(s3 >>> 16) & 0xff] << 16) | (SBOX[(s0 >>> 8) & 0xff] << 8) | SBOX[s1 & 0xff]) ^ keySchedule[ksRow++]\n t3 = ((SBOX[s3 >>> 24] << 24) | (SBOX[(s0 >>> 16) & 0xff] << 16) | (SBOX[(s1 >>> 8) & 0xff] << 8) | SBOX[s2 & 0xff]) ^ keySchedule[ksRow++]\n t0 = t0 >>> 0\n t1 = t1 >>> 0\n t2 = t2 >>> 0\n t3 = t3 >>> 0\n\n return [t0, t1, t2, t3]\n}\n\n// AES constants\nvar RCON = [0x00, 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x1b, 0x36]\nvar G = (function () {\n // Compute double table\n var d = new Array(256)\n for (var j = 0; j < 256; j++) {\n if (j < 128) {\n d[j] = j << 1\n } else {\n d[j] = (j << 1) ^ 0x11b\n }\n }\n\n var SBOX = []\n var INV_SBOX = []\n var SUB_MIX = [[], [], [], []]\n var INV_SUB_MIX = [[], [], [], []]\n\n // Walk GF(2^8)\n var x = 0\n var xi = 0\n for (var i = 0; i < 256; ++i) {\n // Compute sbox\n var sx = xi ^ (xi << 1) ^ (xi << 2) ^ (xi << 3) ^ (xi << 4)\n sx = (sx >>> 8) ^ (sx & 0xff) ^ 0x63\n SBOX[x] = sx\n INV_SBOX[sx] = x\n\n // Compute multiplication\n var x2 = d[x]\n var x4 = d[x2]\n var x8 = d[x4]\n\n // Compute sub bytes, mix columns tables\n var t = (d[sx] * 0x101) ^ (sx * 0x1010100)\n SUB_MIX[0][x] = (t << 24) | (t >>> 8)\n SUB_MIX[1][x] = (t << 16) | (t >>> 16)\n SUB_MIX[2][x] = (t << 8) | (t >>> 24)\n SUB_MIX[3][x] = t\n\n // Compute inv sub bytes, inv mix columns tables\n t = (x8 * 0x1010101) ^ (x4 * 0x10001) ^ (x2 * 0x101) ^ (x * 0x1010100)\n INV_SUB_MIX[0][sx] = (t << 24) | (t >>> 8)\n INV_SUB_MIX[1][sx] = (t << 16) | (t >>> 16)\n INV_SUB_MIX[2][sx] = (t << 8) | (t >>> 24)\n INV_SUB_MIX[3][sx] = t\n\n if (x === 0) {\n x = xi = 1\n } else {\n x = x2 ^ d[d[d[x8 ^ x2]]]\n xi ^= d[d[xi]]\n }\n }\n\n return {\n SBOX: SBOX,\n INV_SBOX: INV_SBOX,\n SUB_MIX: SUB_MIX,\n INV_SUB_MIX: INV_SUB_MIX\n }\n})()\n\nfunction AES (key) {\n this._key = asUInt32Array(key)\n this._reset()\n}\n\nAES.blockSize = 4 * 4\nAES.keySize = 256 / 8\nAES.prototype.blockSize = AES.blockSize\nAES.prototype.keySize = AES.keySize\nAES.prototype._reset = function () {\n var keyWords = this._key\n var keySize = keyWords.length\n var nRounds = keySize + 6\n var ksRows = (nRounds + 1) * 4\n\n var keySchedule = []\n for (var k = 0; k < keySize; k++) {\n keySchedule[k] = keyWords[k]\n }\n\n for (k = keySize; k < ksRows; k++) {\n var t = keySchedule[k - 1]\n\n if (k % keySize === 0) {\n t = (t << 8) | (t >>> 24)\n t =\n (G.SBOX[t >>> 24] << 24) |\n (G.SBOX[(t >>> 16) & 0xff] << 16) |\n (G.SBOX[(t >>> 8) & 0xff] << 8) |\n (G.SBOX[t & 0xff])\n\n t ^= RCON[(k / keySize) | 0] << 24\n } else if (keySize > 6 && k % keySize === 4) {\n t =\n (G.SBOX[t >>> 24] << 24) |\n (G.SBOX[(t >>> 16) & 0xff] << 16) |\n (G.SBOX[(t >>> 8) & 0xff] << 8) |\n (G.SBOX[t & 0xff])\n }\n\n keySchedule[k] = keySchedule[k - keySize] ^ t\n }\n\n var invKeySchedule = []\n for (var ik = 0; ik < ksRows; ik++) {\n var ksR = ksRows - ik\n var tt = keySchedule[ksR - (ik % 4 ? 0 : 4)]\n\n if (ik < 4 || ksR <= 4) {\n invKeySchedule[ik] = tt\n } else {\n invKeySchedule[ik] =\n G.INV_SUB_MIX[0][G.SBOX[tt >>> 24]] ^\n G.INV_SUB_MIX[1][G.SBOX[(tt >>> 16) & 0xff]] ^\n G.INV_SUB_MIX[2][G.SBOX[(tt >>> 8) & 0xff]] ^\n G.INV_SUB_MIX[3][G.SBOX[tt & 0xff]]\n }\n }\n\n this._nRounds = nRounds\n this._keySchedule = keySchedule\n this._invKeySchedule = invKeySchedule\n}\n\nAES.prototype.encryptBlockRaw = function (M) {\n M = asUInt32Array(M)\n return cryptBlock(M, this._keySchedule, G.SUB_MIX, G.SBOX, this._nRounds)\n}\n\nAES.prototype.encryptBlock = function (M) {\n var out = this.encryptBlockRaw(M)\n var buf = Buffer.allocUnsafe(16)\n buf.writeUInt32BE(out[0], 0)\n buf.writeUInt32BE(out[1], 4)\n buf.writeUInt32BE(out[2], 8)\n buf.writeUInt32BE(out[3], 12)\n return buf\n}\n\nAES.prototype.decryptBlock = function (M) {\n M = asUInt32Array(M)\n\n // swap\n var m1 = M[1]\n M[1] = M[3]\n M[3] = m1\n\n var out = cryptBlock(M, this._invKeySchedule, G.INV_SUB_MIX, G.INV_SBOX, this._nRounds)\n var buf = Buffer.allocUnsafe(16)\n buf.writeUInt32BE(out[0], 0)\n buf.writeUInt32BE(out[3], 4)\n buf.writeUInt32BE(out[2], 8)\n buf.writeUInt32BE(out[1], 12)\n return buf\n}\n\nAES.prototype.scrub = function () {\n scrubVec(this._keySchedule)\n scrubVec(this._invKeySchedule)\n scrubVec(this._key)\n}\n\nmodule.exports.AES = AES\n","var Buffer = require('safe-buffer').Buffer\nvar ZEROES = Buffer.alloc(16, 0)\n\nfunction toArray (buf) {\n return [\n buf.readUInt32BE(0),\n buf.readUInt32BE(4),\n buf.readUInt32BE(8),\n buf.readUInt32BE(12)\n ]\n}\n\nfunction fromArray (out) {\n var buf = Buffer.allocUnsafe(16)\n buf.writeUInt32BE(out[0] >>> 0, 0)\n buf.writeUInt32BE(out[1] >>> 0, 4)\n buf.writeUInt32BE(out[2] >>> 0, 8)\n buf.writeUInt32BE(out[3] >>> 0, 12)\n return buf\n}\n\nfunction GHASH (key) {\n this.h = key\n this.state = Buffer.alloc(16, 0)\n this.cache = Buffer.allocUnsafe(0)\n}\n\n// from http://bitwiseshiftleft.github.io/sjcl/doc/symbols/src/core_gcm.js.html\n// by Juho Vähä-Herttua\nGHASH.prototype.ghash = function (block) {\n var i = -1\n while (++i < block.length) {\n this.state[i] ^= block[i]\n }\n this._multiply()\n}\n\nGHASH.prototype._multiply = function () {\n var Vi = toArray(this.h)\n var Zi = [0, 0, 0, 0]\n var j, xi, lsbVi\n var i = -1\n while (++i < 128) {\n xi = (this.state[~~(i / 8)] & (1 << (7 - (i % 8)))) !== 0\n if (xi) {\n // Z_i+1 = Z_i ^ V_i\n Zi[0] ^= Vi[0]\n Zi[1] ^= Vi[1]\n Zi[2] ^= Vi[2]\n Zi[3] ^= Vi[3]\n }\n\n // Store the value of LSB(V_i)\n lsbVi = (Vi[3] & 1) !== 0\n\n // V_i+1 = V_i >> 1\n for (j = 3; j > 0; j--) {\n Vi[j] = (Vi[j] >>> 1) | ((Vi[j - 1] & 1) << 31)\n }\n Vi[0] = Vi[0] >>> 1\n\n // If LSB(V_i) is 1, V_i+1 = (V_i >> 1) ^ R\n if (lsbVi) {\n Vi[0] = Vi[0] ^ (0xe1 << 24)\n }\n }\n this.state = fromArray(Zi)\n}\n\nGHASH.prototype.update = function (buf) {\n this.cache = Buffer.concat([this.cache, buf])\n var chunk\n while (this.cache.length >= 16) {\n chunk = this.cache.slice(0, 16)\n this.cache = this.cache.slice(16)\n this.ghash(chunk)\n }\n}\n\nGHASH.prototype.final = function (abl, bl) {\n if (this.cache.length) {\n this.ghash(Buffer.concat([this.cache, ZEROES], 16))\n }\n\n this.ghash(fromArray([0, abl, 0, bl]))\n return this.state\n}\n\nmodule.exports = GHASH\n","var aes = require('./aes')\nvar Buffer = require('safe-buffer').Buffer\nvar Transform = require('cipher-base')\nvar inherits = require('inherits')\nvar GHASH = require('./ghash')\nvar xor = require('buffer-xor')\nvar incr32 = require('./incr32')\n\nfunction xorTest (a, b) {\n var out = 0\n if (a.length !== b.length) out++\n\n var len = Math.min(a.length, b.length)\n for (var i = 0; i < len; ++i) {\n out += (a[i] ^ b[i])\n }\n\n return out\n}\n\nfunction calcIv (self, iv, ck) {\n if (iv.length === 12) {\n self._finID = Buffer.concat([iv, Buffer.from([0, 0, 0, 1])])\n return Buffer.concat([iv, Buffer.from([0, 0, 0, 2])])\n }\n var ghash = new GHASH(ck)\n var len = iv.length\n var toPad = len % 16\n ghash.update(iv)\n if (toPad) {\n toPad = 16 - toPad\n ghash.update(Buffer.alloc(toPad, 0))\n }\n ghash.update(Buffer.alloc(8, 0))\n var ivBits = len * 8\n var tail = Buffer.alloc(8)\n tail.writeUIntBE(ivBits, 0, 8)\n ghash.update(tail)\n self._finID = ghash.state\n var out = Buffer.from(self._finID)\n incr32(out)\n return out\n}\nfunction StreamCipher (mode, key, iv, decrypt) {\n Transform.call(this)\n\n var h = Buffer.alloc(4, 0)\n\n this._cipher = new aes.AES(key)\n var ck = this._cipher.encryptBlock(h)\n this._ghash = new GHASH(ck)\n iv = calcIv(this, iv, ck)\n\n this._prev = Buffer.from(iv)\n this._cache = Buffer.allocUnsafe(0)\n this._secCache = Buffer.allocUnsafe(0)\n this._decrypt = decrypt\n this._alen = 0\n this._len = 0\n this._mode = mode\n\n this._authTag = null\n this._called = false\n}\n\ninherits(StreamCipher, Transform)\n\nStreamCipher.prototype._update = function (chunk) {\n if (!this._called && this._alen) {\n var rump = 16 - (this._alen % 16)\n if (rump < 16) {\n rump = Buffer.alloc(rump, 0)\n this._ghash.update(rump)\n }\n }\n\n this._called = true\n var out = this._mode.encrypt(this, chunk)\n if (this._decrypt) {\n this._ghash.update(chunk)\n } else {\n this._ghash.update(out)\n }\n this._len += chunk.length\n return out\n}\n\nStreamCipher.prototype._final = function () {\n if (this._decrypt && !this._authTag) throw new Error('Unsupported state or unable to authenticate data')\n\n var tag = xor(this._ghash.final(this._alen * 8, this._len * 8), this._cipher.encryptBlock(this._finID))\n if (this._decrypt && xorTest(tag, this._authTag)) throw new Error('Unsupported state or unable to authenticate data')\n\n this._authTag = tag\n this._cipher.scrub()\n}\n\nStreamCipher.prototype.getAuthTag = function getAuthTag () {\n if (this._decrypt || !Buffer.isBuffer(this._authTag)) throw new Error('Attempting to get auth tag in unsupported state')\n\n return this._authTag\n}\n\nStreamCipher.prototype.setAuthTag = function setAuthTag (tag) {\n if (!this._decrypt) throw new Error('Attempting to set auth tag in unsupported state')\n\n this._authTag = tag\n}\n\nStreamCipher.prototype.setAAD = function setAAD (buf) {\n if (this._called) throw new Error('Attempting to set AAD in unsupported state')\n\n this._ghash.update(buf)\n this._alen += buf.length\n}\n\nmodule.exports = StreamCipher\n","var aes = require('./aes')\nvar Buffer = require('safe-buffer').Buffer\nvar Transform = require('cipher-base')\nvar inherits = require('inherits')\n\nfunction StreamCipher (mode, key, iv, decrypt) {\n Transform.call(this)\n\n this._cipher = new aes.AES(key)\n this._prev = Buffer.from(iv)\n this._cache = Buffer.allocUnsafe(0)\n this._secCache = Buffer.allocUnsafe(0)\n this._decrypt = decrypt\n this._mode = mode\n}\n\ninherits(StreamCipher, Transform)\n\nStreamCipher.prototype._update = function (chunk) {\n return this._mode.encrypt(this, chunk, this._decrypt)\n}\n\nStreamCipher.prototype._final = function () {\n this._cipher.scrub()\n}\n\nmodule.exports = StreamCipher\n","var Buffer = require('safe-buffer').Buffer\nvar MD5 = require('md5.js')\n\n/* eslint-disable camelcase */\nfunction EVP_BytesToKey (password, salt, keyBits, ivLen) {\n if (!Buffer.isBuffer(password)) password = Buffer.from(password, 'binary')\n if (salt) {\n if (!Buffer.isBuffer(salt)) salt = Buffer.from(salt, 'binary')\n if (salt.length !== 8) throw new RangeError('salt should be Buffer with 8 byte length')\n }\n\n var keyLen = keyBits / 8\n var key = Buffer.alloc(keyLen)\n var iv = Buffer.alloc(ivLen || 0)\n var tmp = Buffer.alloc(0)\n\n while (keyLen > 0 || ivLen > 0) {\n var hash = new MD5()\n hash.update(tmp)\n hash.update(password)\n if (salt) hash.update(salt)\n tmp = hash.digest()\n\n var used = 0\n\n if (keyLen > 0) {\n var keyStart = key.length - keyLen\n used = Math.min(keyLen, tmp.length)\n tmp.copy(key, keyStart, 0, used)\n keyLen -= used\n }\n\n if (used < tmp.length && ivLen > 0) {\n var ivStart = iv.length - ivLen\n var length = Math.min(ivLen, tmp.length - used)\n tmp.copy(iv, ivStart, used, used + length)\n ivLen -= length\n }\n }\n\n tmp.fill(0)\n return { key: key, iv: iv }\n}\n\nmodule.exports = EVP_BytesToKey\n","var MODES = require('./modes')\nvar AuthCipher = require('./authCipher')\nvar Buffer = require('safe-buffer').Buffer\nvar StreamCipher = require('./streamCipher')\nvar Transform = require('cipher-base')\nvar aes = require('./aes')\nvar ebtk = require('evp_bytestokey')\nvar inherits = require('inherits')\n\nfunction Cipher (mode, key, iv) {\n Transform.call(this)\n\n this._cache = new Splitter()\n this._cipher = new aes.AES(key)\n this._prev = Buffer.from(iv)\n this._mode = mode\n this._autopadding = true\n}\n\ninherits(Cipher, Transform)\n\nCipher.prototype._update = function (data) {\n this._cache.add(data)\n var chunk\n var thing\n var out = []\n\n while ((chunk = this._cache.get())) {\n thing = this._mode.encrypt(this, chunk)\n out.push(thing)\n }\n\n return Buffer.concat(out)\n}\n\nvar PADDING = Buffer.alloc(16, 0x10)\n\nCipher.prototype._final = function () {\n var chunk = this._cache.flush()\n if (this._autopadding) {\n chunk = this._mode.encrypt(this, chunk)\n this._cipher.scrub()\n return chunk\n }\n\n if (!chunk.equals(PADDING)) {\n this._cipher.scrub()\n throw new Error('data not multiple of block length')\n }\n}\n\nCipher.prototype.setAutoPadding = function (setTo) {\n this._autopadding = !!setTo\n return this\n}\n\nfunction Splitter () {\n this.cache = Buffer.allocUnsafe(0)\n}\n\nSplitter.prototype.add = function (data) {\n this.cache = Buffer.concat([this.cache, data])\n}\n\nSplitter.prototype.get = function () {\n if (this.cache.length > 15) {\n var out = this.cache.slice(0, 16)\n this.cache = this.cache.slice(16)\n return out\n }\n return null\n}\n\nSplitter.prototype.flush = function () {\n var len = 16 - this.cache.length\n var padBuff = Buffer.allocUnsafe(len)\n\n var i = -1\n while (++i < len) {\n padBuff.writeUInt8(len, i)\n }\n\n return Buffer.concat([this.cache, padBuff])\n}\n\nfunction createCipheriv (suite, password, iv) {\n var config = MODES[suite.toLowerCase()]\n if (!config) throw new TypeError('invalid suite type')\n\n if (typeof password === 'string') password = Buffer.from(password)\n if (password.length !== config.key / 8) throw new TypeError('invalid key length ' + password.length)\n\n if (typeof iv === 'string') iv = Buffer.from(iv)\n if (config.mode !== 'GCM' && iv.length !== config.iv) throw new TypeError('invalid iv length ' + iv.length)\n\n if (config.type === 'stream') {\n return new StreamCipher(config.module, password, iv)\n } else if (config.type === 'auth') {\n return new AuthCipher(config.module, password, iv)\n }\n\n return new Cipher(config.module, password, iv)\n}\n\nfunction createCipher (suite, password) {\n var config = MODES[suite.toLowerCase()]\n if (!config) throw new TypeError('invalid suite type')\n\n var keys = ebtk(password, false, config.key, config.iv)\n return createCipheriv(suite, keys.key, keys.iv)\n}\n\nexports.createCipheriv = createCipheriv\nexports.createCipher = createCipher\n","var AuthCipher = require('./authCipher')\nvar Buffer = require('safe-buffer').Buffer\nvar MODES = require('./modes')\nvar StreamCipher = require('./streamCipher')\nvar Transform = require('cipher-base')\nvar aes = require('./aes')\nvar ebtk = require('evp_bytestokey')\nvar inherits = require('inherits')\n\nfunction Decipher (mode, key, iv) {\n Transform.call(this)\n\n this._cache = new Splitter()\n this._last = void 0\n this._cipher = new aes.AES(key)\n this._prev = Buffer.from(iv)\n this._mode = mode\n this._autopadding = true\n}\n\ninherits(Decipher, Transform)\n\nDecipher.prototype._update = function (data) {\n this._cache.add(data)\n var chunk\n var thing\n var out = []\n while ((chunk = this._cache.get(this._autopadding))) {\n thing = this._mode.decrypt(this, chunk)\n out.push(thing)\n }\n return Buffer.concat(out)\n}\n\nDecipher.prototype._final = function () {\n var chunk = this._cache.flush()\n if (this._autopadding) {\n return unpad(this._mode.decrypt(this, chunk))\n } else if (chunk) {\n throw new Error('data not multiple of block length')\n }\n}\n\nDecipher.prototype.setAutoPadding = function (setTo) {\n this._autopadding = !!setTo\n return this\n}\n\nfunction Splitter () {\n this.cache = Buffer.allocUnsafe(0)\n}\n\nSplitter.prototype.add = function (data) {\n this.cache = Buffer.concat([this.cache, data])\n}\n\nSplitter.prototype.get = function (autoPadding) {\n var out\n if (autoPadding) {\n if (this.cache.length > 16) {\n out = this.cache.slice(0, 16)\n this.cache = this.cache.slice(16)\n return out\n }\n } else {\n if (this.cache.length >= 16) {\n out = this.cache.slice(0, 16)\n this.cache = this.cache.slice(16)\n return out\n }\n }\n\n return null\n}\n\nSplitter.prototype.flush = function () {\n if (this.cache.length) return this.cache\n}\n\nfunction unpad (last) {\n var padded = last[15]\n if (padded < 1 || padded > 16) {\n throw new Error('unable to decrypt data')\n }\n var i = -1\n while (++i < padded) {\n if (last[(i + (16 - padded))] !== padded) {\n throw new Error('unable to decrypt data')\n }\n }\n if (padded === 16) return\n\n return last.slice(0, 16 - padded)\n}\n\nfunction createDecipheriv (suite, password, iv) {\n var config = MODES[suite.toLowerCase()]\n if (!config) throw new TypeError('invalid suite type')\n\n if (typeof iv === 'string') iv = Buffer.from(iv)\n if (config.mode !== 'GCM' && iv.length !== config.iv) throw new TypeError('invalid iv length ' + iv.length)\n\n if (typeof password === 'string') password = Buffer.from(password)\n if (password.length !== config.key / 8) throw new TypeError('invalid key length ' + password.length)\n\n if (config.type === 'stream') {\n return new StreamCipher(config.module, password, iv, true)\n } else if (config.type === 'auth') {\n return new AuthCipher(config.module, password, iv, true)\n }\n\n return new Decipher(config.module, password, iv)\n}\n\nfunction createDecipher (suite, password) {\n var config = MODES[suite.toLowerCase()]\n if (!config) throw new TypeError('invalid suite type')\n\n var keys = ebtk(password, false, config.key, config.iv)\n return createDecipheriv(suite, keys.key, keys.iv)\n}\n\nexports.createDecipher = createDecipher\nexports.createDecipheriv = createDecipheriv\n","var ciphers = require('./encrypter')\nvar deciphers = require('./decrypter')\nvar modes = require('./modes/list.json')\n\nfunction getCiphers () {\n return Object.keys(modes)\n}\n\nexports.createCipher = exports.Cipher = ciphers.createCipher\nexports.createCipheriv = exports.Cipheriv = ciphers.createCipheriv\nexports.createDecipher = exports.Decipher = deciphers.createDecipher\nexports.createDecipheriv = exports.Decipheriv = deciphers.createDecipheriv\nexports.listCiphers = exports.getCiphers = getCiphers\n","exports['des-ecb'] = {\n key: 8,\n iv: 0\n}\nexports['des-cbc'] = exports.des = {\n key: 8,\n iv: 8\n}\nexports['des-ede3-cbc'] = exports.des3 = {\n key: 24,\n iv: 8\n}\nexports['des-ede3'] = {\n key: 24,\n iv: 0\n}\nexports['des-ede-cbc'] = {\n key: 16,\n iv: 8\n}\nexports['des-ede'] = {\n key: 16,\n iv: 0\n}\n","var DES = require('browserify-des')\nvar aes = require('browserify-aes/browser')\nvar aesModes = require('browserify-aes/modes')\nvar desModes = require('browserify-des/modes')\nvar ebtk = require('evp_bytestokey')\n\nfunction createCipher (suite, password) {\n suite = suite.toLowerCase()\n\n var keyLen, ivLen\n if (aesModes[suite]) {\n keyLen = aesModes[suite].key\n ivLen = aesModes[suite].iv\n } else if (desModes[suite]) {\n keyLen = desModes[suite].key * 8\n ivLen = desModes[suite].iv\n } else {\n throw new TypeError('invalid suite type')\n }\n\n var keys = ebtk(password, false, keyLen, ivLen)\n return createCipheriv(suite, keys.key, keys.iv)\n}\n\nfunction createDecipher (suite, password) {\n suite = suite.toLowerCase()\n\n var keyLen, ivLen\n if (aesModes[suite]) {\n keyLen = aesModes[suite].key\n ivLen = aesModes[suite].iv\n } else if (desModes[suite]) {\n keyLen = desModes[suite].key * 8\n ivLen = desModes[suite].iv\n } else {\n throw new TypeError('invalid suite type')\n }\n\n var keys = ebtk(password, false, keyLen, ivLen)\n return createDecipheriv(suite, keys.key, keys.iv)\n}\n\nfunction createCipheriv (suite, key, iv) {\n suite = suite.toLowerCase()\n if (aesModes[suite]) return aes.createCipheriv(suite, key, iv)\n if (desModes[suite]) return new DES({ key: key, iv: iv, mode: suite })\n\n throw new TypeError('invalid suite type')\n}\n\nfunction createDecipheriv (suite, key, iv) {\n suite = suite.toLowerCase()\n if (aesModes[suite]) return aes.createDecipheriv(suite, key, iv)\n if (desModes[suite]) return new DES({ key: key, iv: iv, mode: suite, decrypt: true })\n\n throw new TypeError('invalid suite type')\n}\n\nfunction getCiphers () {\n return Object.keys(desModes).concat(aes.getCiphers())\n}\n\nexports.createCipher = exports.Cipher = createCipher\nexports.createCipheriv = exports.Cipheriv = createCipheriv\nexports.createDecipher = exports.Decipher = createDecipher\nexports.createDecipheriv = exports.Decipheriv = createDecipheriv\nexports.listCiphers = exports.getCiphers = getCiphers\n","(function (module, exports) {\n 'use strict';\n\n // Utils\n function assert (val, msg) {\n if (!val) throw new Error(msg || 'Assertion failed');\n }\n\n // Could use `inherits` module, but don't want to move from single file\n // architecture yet.\n function inherits (ctor, superCtor) {\n ctor.super_ = superCtor;\n var TempCtor = function () {};\n TempCtor.prototype = superCtor.prototype;\n ctor.prototype = new TempCtor();\n ctor.prototype.constructor = ctor;\n }\n\n // BN\n\n function BN (number, base, endian) {\n if (BN.isBN(number)) {\n return number;\n }\n\n this.negative = 0;\n this.words = null;\n this.length = 0;\n\n // Reduction context\n this.red = null;\n\n if (number !== null) {\n if (base === 'le' || base === 'be') {\n endian = base;\n base = 10;\n }\n\n this._init(number || 0, base || 10, endian || 'be');\n }\n }\n if (typeof module === 'object') {\n module.exports = BN;\n } else {\n exports.BN = BN;\n }\n\n BN.BN = BN;\n BN.wordSize = 26;\n\n var Buffer;\n try {\n Buffer = require('buffer').Buffer;\n } catch (e) {\n }\n\n BN.isBN = function isBN (num) {\n if (num instanceof BN) {\n return true;\n }\n\n return num !== null && typeof num === 'object' &&\n num.constructor.wordSize === BN.wordSize && Array.isArray(num.words);\n };\n\n BN.max = function max (left, right) {\n if (left.cmp(right) > 0) return left;\n return right;\n };\n\n BN.min = function min (left, right) {\n if (left.cmp(right) < 0) return left;\n return right;\n };\n\n BN.prototype._init = function init (number, base, endian) {\n if (typeof number === 'number') {\n return this._initNumber(number, base, endian);\n }\n\n if (typeof number === 'object') {\n return this._initArray(number, base, endian);\n }\n\n if (base === 'hex') {\n base = 16;\n }\n assert(base === (base | 0) && base >= 2 && base <= 36);\n\n number = number.toString().replace(/\\s+/g, '');\n var start = 0;\n if (number[0] === '-') {\n start++;\n }\n\n if (base === 16) {\n this._parseHex(number, start);\n } else {\n this._parseBase(number, base, start);\n }\n\n if (number[0] === '-') {\n this.negative = 1;\n }\n\n this.strip();\n\n if (endian !== 'le') return;\n\n this._initArray(this.toArray(), base, endian);\n };\n\n BN.prototype._initNumber = function _initNumber (number, base, endian) {\n if (number < 0) {\n this.negative = 1;\n number = -number;\n }\n if (number < 0x4000000) {\n this.words = [ number & 0x3ffffff ];\n this.length = 1;\n } else if (number < 0x10000000000000) {\n this.words = [\n number & 0x3ffffff,\n (number / 0x4000000) & 0x3ffffff\n ];\n this.length = 2;\n } else {\n assert(number < 0x20000000000000); // 2 ^ 53 (unsafe)\n this.words = [\n number & 0x3ffffff,\n (number / 0x4000000) & 0x3ffffff,\n 1\n ];\n this.length = 3;\n }\n\n if (endian !== 'le') return;\n\n // Reverse the bytes\n this._initArray(this.toArray(), base, endian);\n };\n\n BN.prototype._initArray = function _initArray (number, base, endian) {\n // Perhaps a Uint8Array\n assert(typeof number.length === 'number');\n if (number.length <= 0) {\n this.words = [ 0 ];\n this.length = 1;\n return this;\n }\n\n this.length = Math.ceil(number.length / 3);\n this.words = new Array(this.length);\n for (var i = 0; i < this.length; i++) {\n this.words[i] = 0;\n }\n\n var j, w;\n var off = 0;\n if (endian === 'be') {\n for (i = number.length - 1, j = 0; i >= 0; i -= 3) {\n w = number[i] | (number[i - 1] << 8) | (number[i - 2] << 16);\n this.words[j] |= (w << off) & 0x3ffffff;\n this.words[j + 1] = (w >>> (26 - off)) & 0x3ffffff;\n off += 24;\n if (off >= 26) {\n off -= 26;\n j++;\n }\n }\n } else if (endian === 'le') {\n for (i = 0, j = 0; i < number.length; i += 3) {\n w = number[i] | (number[i + 1] << 8) | (number[i + 2] << 16);\n this.words[j] |= (w << off) & 0x3ffffff;\n this.words[j + 1] = (w >>> (26 - off)) & 0x3ffffff;\n off += 24;\n if (off >= 26) {\n off -= 26;\n j++;\n }\n }\n }\n return this.strip();\n };\n\n function parseHex (str, start, end) {\n var r = 0;\n var len = Math.min(str.length, end);\n for (var i = start; i < len; i++) {\n var c = str.charCodeAt(i) - 48;\n\n r <<= 4;\n\n // 'a' - 'f'\n if (c >= 49 && c <= 54) {\n r |= c - 49 + 0xa;\n\n // 'A' - 'F'\n } else if (c >= 17 && c <= 22) {\n r |= c - 17 + 0xa;\n\n // '0' - '9'\n } else {\n r |= c & 0xf;\n }\n }\n return r;\n }\n\n BN.prototype._parseHex = function _parseHex (number, start) {\n // Create possibly bigger array to ensure that it fits the number\n this.length = Math.ceil((number.length - start) / 6);\n this.words = new Array(this.length);\n for (var i = 0; i < this.length; i++) {\n this.words[i] = 0;\n }\n\n var j, w;\n // Scan 24-bit chunks and add them to the number\n var off = 0;\n for (i = number.length - 6, j = 0; i >= start; i -= 6) {\n w = parseHex(number, i, i + 6);\n this.words[j] |= (w << off) & 0x3ffffff;\n // NOTE: `0x3fffff` is intentional here, 26bits max shift + 24bit hex limb\n this.words[j + 1] |= w >>> (26 - off) & 0x3fffff;\n off += 24;\n if (off >= 26) {\n off -= 26;\n j++;\n }\n }\n if (i + 6 !== start) {\n w = parseHex(number, start, i + 6);\n this.words[j] |= (w << off) & 0x3ffffff;\n this.words[j + 1] |= w >>> (26 - off) & 0x3fffff;\n }\n this.strip();\n };\n\n function parseBase (str, start, end, mul) {\n var r = 0;\n var len = Math.min(str.length, end);\n for (var i = start; i < len; i++) {\n var c = str.charCodeAt(i) - 48;\n\n r *= mul;\n\n // 'a'\n if (c >= 49) {\n r += c - 49 + 0xa;\n\n // 'A'\n } else if (c >= 17) {\n r += c - 17 + 0xa;\n\n // '0' - '9'\n } else {\n r += c;\n }\n }\n return r;\n }\n\n BN.prototype._parseBase = function _parseBase (number, base, start) {\n // Initialize as zero\n this.words = [ 0 ];\n this.length = 1;\n\n // Find length of limb in base\n for (var limbLen = 0, limbPow = 1; limbPow <= 0x3ffffff; limbPow *= base) {\n limbLen++;\n }\n limbLen--;\n limbPow = (limbPow / base) | 0;\n\n var total = number.length - start;\n var mod = total % limbLen;\n var end = Math.min(total, total - mod) + start;\n\n var word = 0;\n for (var i = start; i < end; i += limbLen) {\n word = parseBase(number, i, i + limbLen, base);\n\n this.imuln(limbPow);\n if (this.words[0] + word < 0x4000000) {\n this.words[0] += word;\n } else {\n this._iaddn(word);\n }\n }\n\n if (mod !== 0) {\n var pow = 1;\n word = parseBase(number, i, number.length, base);\n\n for (i = 0; i < mod; i++) {\n pow *= base;\n }\n\n this.imuln(pow);\n if (this.words[0] + word < 0x4000000) {\n this.words[0] += word;\n } else {\n this._iaddn(word);\n }\n }\n };\n\n BN.prototype.copy = function copy (dest) {\n dest.words = new Array(this.length);\n for (var i = 0; i < this.length; i++) {\n dest.words[i] = this.words[i];\n }\n dest.length = this.length;\n dest.negative = this.negative;\n dest.red = this.red;\n };\n\n BN.prototype.clone = function clone () {\n var r = new BN(null);\n this.copy(r);\n return r;\n };\n\n BN.prototype._expand = function _expand (size) {\n while (this.length < size) {\n this.words[this.length++] = 0;\n }\n return this;\n };\n\n // Remove leading `0` from `this`\n BN.prototype.strip = function strip () {\n while (this.length > 1 && this.words[this.length - 1] === 0) {\n this.length--;\n }\n return this._normSign();\n };\n\n BN.prototype._normSign = function _normSign () {\n // -0 = 0\n if (this.length === 1 && this.words[0] === 0) {\n this.negative = 0;\n }\n return this;\n };\n\n BN.prototype.inspect = function inspect () {\n return (this.red ? '';\n };\n\n /*\n\n var zeros = [];\n var groupSizes = [];\n var groupBases = [];\n\n var s = '';\n var i = -1;\n while (++i < BN.wordSize) {\n zeros[i] = s;\n s += '0';\n }\n groupSizes[0] = 0;\n groupSizes[1] = 0;\n groupBases[0] = 0;\n groupBases[1] = 0;\n var base = 2 - 1;\n while (++base < 36 + 1) {\n var groupSize = 0;\n var groupBase = 1;\n while (groupBase < (1 << BN.wordSize) / base) {\n groupBase *= base;\n groupSize += 1;\n }\n groupSizes[base] = groupSize;\n groupBases[base] = groupBase;\n }\n\n */\n\n var zeros = [\n '',\n '0',\n '00',\n '000',\n '0000',\n '00000',\n '000000',\n '0000000',\n '00000000',\n '000000000',\n '0000000000',\n '00000000000',\n '000000000000',\n '0000000000000',\n '00000000000000',\n '000000000000000',\n '0000000000000000',\n '00000000000000000',\n '000000000000000000',\n '0000000000000000000',\n '00000000000000000000',\n '000000000000000000000',\n '0000000000000000000000',\n '00000000000000000000000',\n '000000000000000000000000',\n '0000000000000000000000000'\n ];\n\n var groupSizes = [\n 0, 0,\n 25, 16, 12, 11, 10, 9, 8,\n 8, 7, 7, 7, 7, 6, 6,\n 6, 6, 6, 6, 6, 5, 5,\n 5, 5, 5, 5, 5, 5, 5,\n 5, 5, 5, 5, 5, 5, 5\n ];\n\n var groupBases = [\n 0, 0,\n 33554432, 43046721, 16777216, 48828125, 60466176, 40353607, 16777216,\n 43046721, 10000000, 19487171, 35831808, 62748517, 7529536, 11390625,\n 16777216, 24137569, 34012224, 47045881, 64000000, 4084101, 5153632,\n 6436343, 7962624, 9765625, 11881376, 14348907, 17210368, 20511149,\n 24300000, 28629151, 33554432, 39135393, 45435424, 52521875, 60466176\n ];\n\n BN.prototype.toString = function toString (base, padding) {\n base = base || 10;\n padding = padding | 0 || 1;\n\n var out;\n if (base === 16 || base === 'hex') {\n out = '';\n var off = 0;\n var carry = 0;\n for (var i = 0; i < this.length; i++) {\n var w = this.words[i];\n var word = (((w << off) | carry) & 0xffffff).toString(16);\n carry = (w >>> (24 - off)) & 0xffffff;\n if (carry !== 0 || i !== this.length - 1) {\n out = zeros[6 - word.length] + word + out;\n } else {\n out = word + out;\n }\n off += 2;\n if (off >= 26) {\n off -= 26;\n i--;\n }\n }\n if (carry !== 0) {\n out = carry.toString(16) + out;\n }\n while (out.length % padding !== 0) {\n out = '0' + out;\n }\n if (this.negative !== 0) {\n out = '-' + out;\n }\n return out;\n }\n\n if (base === (base | 0) && base >= 2 && base <= 36) {\n // var groupSize = Math.floor(BN.wordSize * Math.LN2 / Math.log(base));\n var groupSize = groupSizes[base];\n // var groupBase = Math.pow(base, groupSize);\n var groupBase = groupBases[base];\n out = '';\n var c = this.clone();\n c.negative = 0;\n while (!c.isZero()) {\n var r = c.modn(groupBase).toString(base);\n c = c.idivn(groupBase);\n\n if (!c.isZero()) {\n out = zeros[groupSize - r.length] + r + out;\n } else {\n out = r + out;\n }\n }\n if (this.isZero()) {\n out = '0' + out;\n }\n while (out.length % padding !== 0) {\n out = '0' + out;\n }\n if (this.negative !== 0) {\n out = '-' + out;\n }\n return out;\n }\n\n assert(false, 'Base should be between 2 and 36');\n };\n\n BN.prototype.toNumber = function toNumber () {\n var ret = this.words[0];\n if (this.length === 2) {\n ret += this.words[1] * 0x4000000;\n } else if (this.length === 3 && this.words[2] === 0x01) {\n // NOTE: at this stage it is known that the top bit is set\n ret += 0x10000000000000 + (this.words[1] * 0x4000000);\n } else if (this.length > 2) {\n assert(false, 'Number can only safely store up to 53 bits');\n }\n return (this.negative !== 0) ? -ret : ret;\n };\n\n BN.prototype.toJSON = function toJSON () {\n return this.toString(16);\n };\n\n BN.prototype.toBuffer = function toBuffer (endian, length) {\n assert(typeof Buffer !== 'undefined');\n return this.toArrayLike(Buffer, endian, length);\n };\n\n BN.prototype.toArray = function toArray (endian, length) {\n return this.toArrayLike(Array, endian, length);\n };\n\n BN.prototype.toArrayLike = function toArrayLike (ArrayType, endian, length) {\n var byteLength = this.byteLength();\n var reqLength = length || Math.max(1, byteLength);\n assert(byteLength <= reqLength, 'byte array longer than desired length');\n assert(reqLength > 0, 'Requested array length <= 0');\n\n this.strip();\n var littleEndian = endian === 'le';\n var res = new ArrayType(reqLength);\n\n var b, i;\n var q = this.clone();\n if (!littleEndian) {\n // Assume big-endian\n for (i = 0; i < reqLength - byteLength; i++) {\n res[i] = 0;\n }\n\n for (i = 0; !q.isZero(); i++) {\n b = q.andln(0xff);\n q.iushrn(8);\n\n res[reqLength - i - 1] = b;\n }\n } else {\n for (i = 0; !q.isZero(); i++) {\n b = q.andln(0xff);\n q.iushrn(8);\n\n res[i] = b;\n }\n\n for (; i < reqLength; i++) {\n res[i] = 0;\n }\n }\n\n return res;\n };\n\n if (Math.clz32) {\n BN.prototype._countBits = function _countBits (w) {\n return 32 - Math.clz32(w);\n };\n } else {\n BN.prototype._countBits = function _countBits (w) {\n var t = w;\n var r = 0;\n if (t >= 0x1000) {\n r += 13;\n t >>>= 13;\n }\n if (t >= 0x40) {\n r += 7;\n t >>>= 7;\n }\n if (t >= 0x8) {\n r += 4;\n t >>>= 4;\n }\n if (t >= 0x02) {\n r += 2;\n t >>>= 2;\n }\n return r + t;\n };\n }\n\n BN.prototype._zeroBits = function _zeroBits (w) {\n // Short-cut\n if (w === 0) return 26;\n\n var t = w;\n var r = 0;\n if ((t & 0x1fff) === 0) {\n r += 13;\n t >>>= 13;\n }\n if ((t & 0x7f) === 0) {\n r += 7;\n t >>>= 7;\n }\n if ((t & 0xf) === 0) {\n r += 4;\n t >>>= 4;\n }\n if ((t & 0x3) === 0) {\n r += 2;\n t >>>= 2;\n }\n if ((t & 0x1) === 0) {\n r++;\n }\n return r;\n };\n\n // Return number of used bits in a BN\n BN.prototype.bitLength = function bitLength () {\n var w = this.words[this.length - 1];\n var hi = this._countBits(w);\n return (this.length - 1) * 26 + hi;\n };\n\n function toBitArray (num) {\n var w = new Array(num.bitLength());\n\n for (var bit = 0; bit < w.length; bit++) {\n var off = (bit / 26) | 0;\n var wbit = bit % 26;\n\n w[bit] = (num.words[off] & (1 << wbit)) >>> wbit;\n }\n\n return w;\n }\n\n // Number of trailing zero bits\n BN.prototype.zeroBits = function zeroBits () {\n if (this.isZero()) return 0;\n\n var r = 0;\n for (var i = 0; i < this.length; i++) {\n var b = this._zeroBits(this.words[i]);\n r += b;\n if (b !== 26) break;\n }\n return r;\n };\n\n BN.prototype.byteLength = function byteLength () {\n return Math.ceil(this.bitLength() / 8);\n };\n\n BN.prototype.toTwos = function toTwos (width) {\n if (this.negative !== 0) {\n return this.abs().inotn(width).iaddn(1);\n }\n return this.clone();\n };\n\n BN.prototype.fromTwos = function fromTwos (width) {\n if (this.testn(width - 1)) {\n return this.notn(width).iaddn(1).ineg();\n }\n return this.clone();\n };\n\n BN.prototype.isNeg = function isNeg () {\n return this.negative !== 0;\n };\n\n // Return negative clone of `this`\n BN.prototype.neg = function neg () {\n return this.clone().ineg();\n };\n\n BN.prototype.ineg = function ineg () {\n if (!this.isZero()) {\n this.negative ^= 1;\n }\n\n return this;\n };\n\n // Or `num` with `this` in-place\n BN.prototype.iuor = function iuor (num) {\n while (this.length < num.length) {\n this.words[this.length++] = 0;\n }\n\n for (var i = 0; i < num.length; i++) {\n this.words[i] = this.words[i] | num.words[i];\n }\n\n return this.strip();\n };\n\n BN.prototype.ior = function ior (num) {\n assert((this.negative | num.negative) === 0);\n return this.iuor(num);\n };\n\n // Or `num` with `this`\n BN.prototype.or = function or (num) {\n if (this.length > num.length) return this.clone().ior(num);\n return num.clone().ior(this);\n };\n\n BN.prototype.uor = function uor (num) {\n if (this.length > num.length) return this.clone().iuor(num);\n return num.clone().iuor(this);\n };\n\n // And `num` with `this` in-place\n BN.prototype.iuand = function iuand (num) {\n // b = min-length(num, this)\n var b;\n if (this.length > num.length) {\n b = num;\n } else {\n b = this;\n }\n\n for (var i = 0; i < b.length; i++) {\n this.words[i] = this.words[i] & num.words[i];\n }\n\n this.length = b.length;\n\n return this.strip();\n };\n\n BN.prototype.iand = function iand (num) {\n assert((this.negative | num.negative) === 0);\n return this.iuand(num);\n };\n\n // And `num` with `this`\n BN.prototype.and = function and (num) {\n if (this.length > num.length) return this.clone().iand(num);\n return num.clone().iand(this);\n };\n\n BN.prototype.uand = function uand (num) {\n if (this.length > num.length) return this.clone().iuand(num);\n return num.clone().iuand(this);\n };\n\n // Xor `num` with `this` in-place\n BN.prototype.iuxor = function iuxor (num) {\n // a.length > b.length\n var a;\n var b;\n if (this.length > num.length) {\n a = this;\n b = num;\n } else {\n a = num;\n b = this;\n }\n\n for (var i = 0; i < b.length; i++) {\n this.words[i] = a.words[i] ^ b.words[i];\n }\n\n if (this !== a) {\n for (; i < a.length; i++) {\n this.words[i] = a.words[i];\n }\n }\n\n this.length = a.length;\n\n return this.strip();\n };\n\n BN.prototype.ixor = function ixor (num) {\n assert((this.negative | num.negative) === 0);\n return this.iuxor(num);\n };\n\n // Xor `num` with `this`\n BN.prototype.xor = function xor (num) {\n if (this.length > num.length) return this.clone().ixor(num);\n return num.clone().ixor(this);\n };\n\n BN.prototype.uxor = function uxor (num) {\n if (this.length > num.length) return this.clone().iuxor(num);\n return num.clone().iuxor(this);\n };\n\n // Not ``this`` with ``width`` bitwidth\n BN.prototype.inotn = function inotn (width) {\n assert(typeof width === 'number' && width >= 0);\n\n var bytesNeeded = Math.ceil(width / 26) | 0;\n var bitsLeft = width % 26;\n\n // Extend the buffer with leading zeroes\n this._expand(bytesNeeded);\n\n if (bitsLeft > 0) {\n bytesNeeded--;\n }\n\n // Handle complete words\n for (var i = 0; i < bytesNeeded; i++) {\n this.words[i] = ~this.words[i] & 0x3ffffff;\n }\n\n // Handle the residue\n if (bitsLeft > 0) {\n this.words[i] = ~this.words[i] & (0x3ffffff >> (26 - bitsLeft));\n }\n\n // And remove leading zeroes\n return this.strip();\n };\n\n BN.prototype.notn = function notn (width) {\n return this.clone().inotn(width);\n };\n\n // Set `bit` of `this`\n BN.prototype.setn = function setn (bit, val) {\n assert(typeof bit === 'number' && bit >= 0);\n\n var off = (bit / 26) | 0;\n var wbit = bit % 26;\n\n this._expand(off + 1);\n\n if (val) {\n this.words[off] = this.words[off] | (1 << wbit);\n } else {\n this.words[off] = this.words[off] & ~(1 << wbit);\n }\n\n return this.strip();\n };\n\n // Add `num` to `this` in-place\n BN.prototype.iadd = function iadd (num) {\n var r;\n\n // negative + positive\n if (this.negative !== 0 && num.negative === 0) {\n this.negative = 0;\n r = this.isub(num);\n this.negative ^= 1;\n return this._normSign();\n\n // positive + negative\n } else if (this.negative === 0 && num.negative !== 0) {\n num.negative = 0;\n r = this.isub(num);\n num.negative = 1;\n return r._normSign();\n }\n\n // a.length > b.length\n var a, b;\n if (this.length > num.length) {\n a = this;\n b = num;\n } else {\n a = num;\n b = this;\n }\n\n var carry = 0;\n for (var i = 0; i < b.length; i++) {\n r = (a.words[i] | 0) + (b.words[i] | 0) + carry;\n this.words[i] = r & 0x3ffffff;\n carry = r >>> 26;\n }\n for (; carry !== 0 && i < a.length; i++) {\n r = (a.words[i] | 0) + carry;\n this.words[i] = r & 0x3ffffff;\n carry = r >>> 26;\n }\n\n this.length = a.length;\n if (carry !== 0) {\n this.words[this.length] = carry;\n this.length++;\n // Copy the rest of the words\n } else if (a !== this) {\n for (; i < a.length; i++) {\n this.words[i] = a.words[i];\n }\n }\n\n return this;\n };\n\n // Add `num` to `this`\n BN.prototype.add = function add (num) {\n var res;\n if (num.negative !== 0 && this.negative === 0) {\n num.negative = 0;\n res = this.sub(num);\n num.negative ^= 1;\n return res;\n } else if (num.negative === 0 && this.negative !== 0) {\n this.negative = 0;\n res = num.sub(this);\n this.negative = 1;\n return res;\n }\n\n if (this.length > num.length) return this.clone().iadd(num);\n\n return num.clone().iadd(this);\n };\n\n // Subtract `num` from `this` in-place\n BN.prototype.isub = function isub (num) {\n // this - (-num) = this + num\n if (num.negative !== 0) {\n num.negative = 0;\n var r = this.iadd(num);\n num.negative = 1;\n return r._normSign();\n\n // -this - num = -(this + num)\n } else if (this.negative !== 0) {\n this.negative = 0;\n this.iadd(num);\n this.negative = 1;\n return this._normSign();\n }\n\n // At this point both numbers are positive\n var cmp = this.cmp(num);\n\n // Optimization - zeroify\n if (cmp === 0) {\n this.negative = 0;\n this.length = 1;\n this.words[0] = 0;\n return this;\n }\n\n // a > b\n var a, b;\n if (cmp > 0) {\n a = this;\n b = num;\n } else {\n a = num;\n b = this;\n }\n\n var carry = 0;\n for (var i = 0; i < b.length; i++) {\n r = (a.words[i] | 0) - (b.words[i] | 0) + carry;\n carry = r >> 26;\n this.words[i] = r & 0x3ffffff;\n }\n for (; carry !== 0 && i < a.length; i++) {\n r = (a.words[i] | 0) + carry;\n carry = r >> 26;\n this.words[i] = r & 0x3ffffff;\n }\n\n // Copy rest of the words\n if (carry === 0 && i < a.length && a !== this) {\n for (; i < a.length; i++) {\n this.words[i] = a.words[i];\n }\n }\n\n this.length = Math.max(this.length, i);\n\n if (a !== this) {\n this.negative = 1;\n }\n\n return this.strip();\n };\n\n // Subtract `num` from `this`\n BN.prototype.sub = function sub (num) {\n return this.clone().isub(num);\n };\n\n function smallMulTo (self, num, out) {\n out.negative = num.negative ^ self.negative;\n var len = (self.length + num.length) | 0;\n out.length = len;\n len = (len - 1) | 0;\n\n // Peel one iteration (compiler can't do it, because of code complexity)\n var a = self.words[0] | 0;\n var b = num.words[0] | 0;\n var r = a * b;\n\n var lo = r & 0x3ffffff;\n var carry = (r / 0x4000000) | 0;\n out.words[0] = lo;\n\n for (var k = 1; k < len; k++) {\n // Sum all words with the same `i + j = k` and accumulate `ncarry`,\n // note that ncarry could be >= 0x3ffffff\n var ncarry = carry >>> 26;\n var rword = carry & 0x3ffffff;\n var maxJ = Math.min(k, num.length - 1);\n for (var j = Math.max(0, k - self.length + 1); j <= maxJ; j++) {\n var i = (k - j) | 0;\n a = self.words[i] | 0;\n b = num.words[j] | 0;\n r = a * b + rword;\n ncarry += (r / 0x4000000) | 0;\n rword = r & 0x3ffffff;\n }\n out.words[k] = rword | 0;\n carry = ncarry | 0;\n }\n if (carry !== 0) {\n out.words[k] = carry | 0;\n } else {\n out.length--;\n }\n\n return out.strip();\n }\n\n // TODO(indutny): it may be reasonable to omit it for users who don't need\n // to work with 256-bit numbers, otherwise it gives 20% improvement for 256-bit\n // multiplication (like elliptic secp256k1).\n var comb10MulTo = function comb10MulTo (self, num, out) {\n var a = self.words;\n var b = num.words;\n var o = out.words;\n var c = 0;\n var lo;\n var mid;\n var hi;\n var a0 = a[0] | 0;\n var al0 = a0 & 0x1fff;\n var ah0 = a0 >>> 13;\n var a1 = a[1] | 0;\n var al1 = a1 & 0x1fff;\n var ah1 = a1 >>> 13;\n var a2 = a[2] | 0;\n var al2 = a2 & 0x1fff;\n var ah2 = a2 >>> 13;\n var a3 = a[3] | 0;\n var al3 = a3 & 0x1fff;\n var ah3 = a3 >>> 13;\n var a4 = a[4] | 0;\n var al4 = a4 & 0x1fff;\n var ah4 = a4 >>> 13;\n var a5 = a[5] | 0;\n var al5 = a5 & 0x1fff;\n var ah5 = a5 >>> 13;\n var a6 = a[6] | 0;\n var al6 = a6 & 0x1fff;\n var ah6 = a6 >>> 13;\n var a7 = a[7] | 0;\n var al7 = a7 & 0x1fff;\n var ah7 = a7 >>> 13;\n var a8 = a[8] | 0;\n var al8 = a8 & 0x1fff;\n var ah8 = a8 >>> 13;\n var a9 = a[9] | 0;\n var al9 = a9 & 0x1fff;\n var ah9 = a9 >>> 13;\n var b0 = b[0] | 0;\n var bl0 = b0 & 0x1fff;\n var bh0 = b0 >>> 13;\n var b1 = b[1] | 0;\n var bl1 = b1 & 0x1fff;\n var bh1 = b1 >>> 13;\n var b2 = b[2] | 0;\n var bl2 = b2 & 0x1fff;\n var bh2 = b2 >>> 13;\n var b3 = b[3] | 0;\n var bl3 = b3 & 0x1fff;\n var bh3 = b3 >>> 13;\n var b4 = b[4] | 0;\n var bl4 = b4 & 0x1fff;\n var bh4 = b4 >>> 13;\n var b5 = b[5] | 0;\n var bl5 = b5 & 0x1fff;\n var bh5 = b5 >>> 13;\n var b6 = b[6] | 0;\n var bl6 = b6 & 0x1fff;\n var bh6 = b6 >>> 13;\n var b7 = b[7] | 0;\n var bl7 = b7 & 0x1fff;\n var bh7 = b7 >>> 13;\n var b8 = b[8] | 0;\n var bl8 = b8 & 0x1fff;\n var bh8 = b8 >>> 13;\n var b9 = b[9] | 0;\n var bl9 = b9 & 0x1fff;\n var bh9 = b9 >>> 13;\n\n out.negative = self.negative ^ num.negative;\n out.length = 19;\n /* k = 0 */\n lo = Math.imul(al0, bl0);\n mid = Math.imul(al0, bh0);\n mid = (mid + Math.imul(ah0, bl0)) | 0;\n hi = Math.imul(ah0, bh0);\n var w0 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w0 >>> 26)) | 0;\n w0 &= 0x3ffffff;\n /* k = 1 */\n lo = Math.imul(al1, bl0);\n mid = Math.imul(al1, bh0);\n mid = (mid + Math.imul(ah1, bl0)) | 0;\n hi = Math.imul(ah1, bh0);\n lo = (lo + Math.imul(al0, bl1)) | 0;\n mid = (mid + Math.imul(al0, bh1)) | 0;\n mid = (mid + Math.imul(ah0, bl1)) | 0;\n hi = (hi + Math.imul(ah0, bh1)) | 0;\n var w1 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w1 >>> 26)) | 0;\n w1 &= 0x3ffffff;\n /* k = 2 */\n lo = Math.imul(al2, bl0);\n mid = Math.imul(al2, bh0);\n mid = (mid + Math.imul(ah2, bl0)) | 0;\n hi = Math.imul(ah2, bh0);\n lo = (lo + Math.imul(al1, bl1)) | 0;\n mid = (mid + Math.imul(al1, bh1)) | 0;\n mid = (mid + Math.imul(ah1, bl1)) | 0;\n hi = (hi + Math.imul(ah1, bh1)) | 0;\n lo = (lo + Math.imul(al0, bl2)) | 0;\n mid = (mid + Math.imul(al0, bh2)) | 0;\n mid = (mid + Math.imul(ah0, bl2)) | 0;\n hi = (hi + Math.imul(ah0, bh2)) | 0;\n var w2 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w2 >>> 26)) | 0;\n w2 &= 0x3ffffff;\n /* k = 3 */\n lo = Math.imul(al3, bl0);\n mid = Math.imul(al3, bh0);\n mid = (mid + Math.imul(ah3, bl0)) | 0;\n hi = Math.imul(ah3, bh0);\n lo = (lo + Math.imul(al2, bl1)) | 0;\n mid = (mid + Math.imul(al2, bh1)) | 0;\n mid = (mid + Math.imul(ah2, bl1)) | 0;\n hi = (hi + Math.imul(ah2, bh1)) | 0;\n lo = (lo + Math.imul(al1, bl2)) | 0;\n mid = (mid + Math.imul(al1, bh2)) | 0;\n mid = (mid + Math.imul(ah1, bl2)) | 0;\n hi = (hi + Math.imul(ah1, bh2)) | 0;\n lo = (lo + Math.imul(al0, bl3)) | 0;\n mid = (mid + Math.imul(al0, bh3)) | 0;\n mid = (mid + Math.imul(ah0, bl3)) | 0;\n hi = (hi + Math.imul(ah0, bh3)) | 0;\n var w3 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w3 >>> 26)) | 0;\n w3 &= 0x3ffffff;\n /* k = 4 */\n lo = Math.imul(al4, bl0);\n mid = Math.imul(al4, bh0);\n mid = (mid + Math.imul(ah4, bl0)) | 0;\n hi = Math.imul(ah4, bh0);\n lo = (lo + Math.imul(al3, bl1)) | 0;\n mid = (mid + Math.imul(al3, bh1)) | 0;\n mid = (mid + Math.imul(ah3, bl1)) | 0;\n hi = (hi + Math.imul(ah3, bh1)) | 0;\n lo = (lo + Math.imul(al2, bl2)) | 0;\n mid = (mid + Math.imul(al2, bh2)) | 0;\n mid = (mid + Math.imul(ah2, bl2)) | 0;\n hi = (hi + Math.imul(ah2, bh2)) | 0;\n lo = (lo + Math.imul(al1, bl3)) | 0;\n mid = (mid + Math.imul(al1, bh3)) | 0;\n mid = (mid + Math.imul(ah1, bl3)) | 0;\n hi = (hi + Math.imul(ah1, bh3)) | 0;\n lo = (lo + Math.imul(al0, bl4)) | 0;\n mid = (mid + Math.imul(al0, bh4)) | 0;\n mid = (mid + Math.imul(ah0, bl4)) | 0;\n hi = (hi + Math.imul(ah0, bh4)) | 0;\n var w4 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w4 >>> 26)) | 0;\n w4 &= 0x3ffffff;\n /* k = 5 */\n lo = Math.imul(al5, bl0);\n mid = Math.imul(al5, bh0);\n mid = (mid + Math.imul(ah5, bl0)) | 0;\n hi = Math.imul(ah5, bh0);\n lo = (lo + Math.imul(al4, bl1)) | 0;\n mid = (mid + Math.imul(al4, bh1)) | 0;\n mid = (mid + Math.imul(ah4, bl1)) | 0;\n hi = (hi + Math.imul(ah4, bh1)) | 0;\n lo = (lo + Math.imul(al3, bl2)) | 0;\n mid = (mid + Math.imul(al3, bh2)) | 0;\n mid = (mid + Math.imul(ah3, bl2)) | 0;\n hi = (hi + Math.imul(ah3, bh2)) | 0;\n lo = (lo + Math.imul(al2, bl3)) | 0;\n mid = (mid + Math.imul(al2, bh3)) | 0;\n mid = (mid + Math.imul(ah2, bl3)) | 0;\n hi = (hi + Math.imul(ah2, bh3)) | 0;\n lo = (lo + Math.imul(al1, bl4)) | 0;\n mid = (mid + Math.imul(al1, bh4)) | 0;\n mid = (mid + Math.imul(ah1, bl4)) | 0;\n hi = (hi + Math.imul(ah1, bh4)) | 0;\n lo = (lo + Math.imul(al0, bl5)) | 0;\n mid = (mid + Math.imul(al0, bh5)) | 0;\n mid = (mid + Math.imul(ah0, bl5)) | 0;\n hi = (hi + Math.imul(ah0, bh5)) | 0;\n var w5 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w5 >>> 26)) | 0;\n w5 &= 0x3ffffff;\n /* k = 6 */\n lo = Math.imul(al6, bl0);\n mid = Math.imul(al6, bh0);\n mid = (mid + Math.imul(ah6, bl0)) | 0;\n hi = Math.imul(ah6, bh0);\n lo = (lo + Math.imul(al5, bl1)) | 0;\n mid = (mid + Math.imul(al5, bh1)) | 0;\n mid = (mid + Math.imul(ah5, bl1)) | 0;\n hi = (hi + Math.imul(ah5, bh1)) | 0;\n lo = (lo + Math.imul(al4, bl2)) | 0;\n mid = (mid + Math.imul(al4, bh2)) | 0;\n mid = (mid + Math.imul(ah4, bl2)) | 0;\n hi = (hi + Math.imul(ah4, bh2)) | 0;\n lo = (lo + Math.imul(al3, bl3)) | 0;\n mid = (mid + Math.imul(al3, bh3)) | 0;\n mid = (mid + Math.imul(ah3, bl3)) | 0;\n hi = (hi + Math.imul(ah3, bh3)) | 0;\n lo = (lo + Math.imul(al2, bl4)) | 0;\n mid = (mid + Math.imul(al2, bh4)) | 0;\n mid = (mid + Math.imul(ah2, bl4)) | 0;\n hi = (hi + Math.imul(ah2, bh4)) | 0;\n lo = (lo + Math.imul(al1, bl5)) | 0;\n mid = (mid + Math.imul(al1, bh5)) | 0;\n mid = (mid + Math.imul(ah1, bl5)) | 0;\n hi = (hi + Math.imul(ah1, bh5)) | 0;\n lo = (lo + Math.imul(al0, bl6)) | 0;\n mid = (mid + Math.imul(al0, bh6)) | 0;\n mid = (mid + Math.imul(ah0, bl6)) | 0;\n hi = (hi + Math.imul(ah0, bh6)) | 0;\n var w6 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w6 >>> 26)) | 0;\n w6 &= 0x3ffffff;\n /* k = 7 */\n lo = Math.imul(al7, bl0);\n mid = Math.imul(al7, bh0);\n mid = (mid + Math.imul(ah7, bl0)) | 0;\n hi = Math.imul(ah7, bh0);\n lo = (lo + Math.imul(al6, bl1)) | 0;\n mid = (mid + Math.imul(al6, bh1)) | 0;\n mid = (mid + Math.imul(ah6, bl1)) | 0;\n hi = (hi + Math.imul(ah6, bh1)) | 0;\n lo = (lo + Math.imul(al5, bl2)) | 0;\n mid = (mid + Math.imul(al5, bh2)) | 0;\n mid = (mid + Math.imul(ah5, bl2)) | 0;\n hi = (hi + Math.imul(ah5, bh2)) | 0;\n lo = (lo + Math.imul(al4, bl3)) | 0;\n mid = (mid + Math.imul(al4, bh3)) | 0;\n mid = (mid + Math.imul(ah4, bl3)) | 0;\n hi = (hi + Math.imul(ah4, bh3)) | 0;\n lo = (lo + Math.imul(al3, bl4)) | 0;\n mid = (mid + Math.imul(al3, bh4)) | 0;\n mid = (mid + Math.imul(ah3, bl4)) | 0;\n hi = (hi + Math.imul(ah3, bh4)) | 0;\n lo = (lo + Math.imul(al2, bl5)) | 0;\n mid = (mid + Math.imul(al2, bh5)) | 0;\n mid = (mid + Math.imul(ah2, bl5)) | 0;\n hi = (hi + Math.imul(ah2, bh5)) | 0;\n lo = (lo + Math.imul(al1, bl6)) | 0;\n mid = (mid + Math.imul(al1, bh6)) | 0;\n mid = (mid + Math.imul(ah1, bl6)) | 0;\n hi = (hi + Math.imul(ah1, bh6)) | 0;\n lo = (lo + Math.imul(al0, bl7)) | 0;\n mid = (mid + Math.imul(al0, bh7)) | 0;\n mid = (mid + Math.imul(ah0, bl7)) | 0;\n hi = (hi + Math.imul(ah0, bh7)) | 0;\n var w7 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w7 >>> 26)) | 0;\n w7 &= 0x3ffffff;\n /* k = 8 */\n lo = Math.imul(al8, bl0);\n mid = Math.imul(al8, bh0);\n mid = (mid + Math.imul(ah8, bl0)) | 0;\n hi = Math.imul(ah8, bh0);\n lo = (lo + Math.imul(al7, bl1)) | 0;\n mid = (mid + Math.imul(al7, bh1)) | 0;\n mid = (mid + Math.imul(ah7, bl1)) | 0;\n hi = (hi + Math.imul(ah7, bh1)) | 0;\n lo = (lo + Math.imul(al6, bl2)) | 0;\n mid = (mid + Math.imul(al6, bh2)) | 0;\n mid = (mid + Math.imul(ah6, bl2)) | 0;\n hi = (hi + Math.imul(ah6, bh2)) | 0;\n lo = (lo + Math.imul(al5, bl3)) | 0;\n mid = (mid + Math.imul(al5, bh3)) | 0;\n mid = (mid + Math.imul(ah5, bl3)) | 0;\n hi = (hi + Math.imul(ah5, bh3)) | 0;\n lo = (lo + Math.imul(al4, bl4)) | 0;\n mid = (mid + Math.imul(al4, bh4)) | 0;\n mid = (mid + Math.imul(ah4, bl4)) | 0;\n hi = (hi + Math.imul(ah4, bh4)) | 0;\n lo = (lo + Math.imul(al3, bl5)) | 0;\n mid = (mid + Math.imul(al3, bh5)) | 0;\n mid = (mid + Math.imul(ah3, bl5)) | 0;\n hi = (hi + Math.imul(ah3, bh5)) | 0;\n lo = (lo + Math.imul(al2, bl6)) | 0;\n mid = (mid + Math.imul(al2, bh6)) | 0;\n mid = (mid + Math.imul(ah2, bl6)) | 0;\n hi = (hi + Math.imul(ah2, bh6)) | 0;\n lo = (lo + Math.imul(al1, bl7)) | 0;\n mid = (mid + Math.imul(al1, bh7)) | 0;\n mid = (mid + Math.imul(ah1, bl7)) | 0;\n hi = (hi + Math.imul(ah1, bh7)) | 0;\n lo = (lo + Math.imul(al0, bl8)) | 0;\n mid = (mid + Math.imul(al0, bh8)) | 0;\n mid = (mid + Math.imul(ah0, bl8)) | 0;\n hi = (hi + Math.imul(ah0, bh8)) | 0;\n var w8 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w8 >>> 26)) | 0;\n w8 &= 0x3ffffff;\n /* k = 9 */\n lo = Math.imul(al9, bl0);\n mid = Math.imul(al9, bh0);\n mid = (mid + Math.imul(ah9, bl0)) | 0;\n hi = Math.imul(ah9, bh0);\n lo = (lo + Math.imul(al8, bl1)) | 0;\n mid = (mid + Math.imul(al8, bh1)) | 0;\n mid = (mid + Math.imul(ah8, bl1)) | 0;\n hi = (hi + Math.imul(ah8, bh1)) | 0;\n lo = (lo + Math.imul(al7, bl2)) | 0;\n mid = (mid + Math.imul(al7, bh2)) | 0;\n mid = (mid + Math.imul(ah7, bl2)) | 0;\n hi = (hi + Math.imul(ah7, bh2)) | 0;\n lo = (lo + Math.imul(al6, bl3)) | 0;\n mid = (mid + Math.imul(al6, bh3)) | 0;\n mid = (mid + Math.imul(ah6, bl3)) | 0;\n hi = (hi + Math.imul(ah6, bh3)) | 0;\n lo = (lo + Math.imul(al5, bl4)) | 0;\n mid = (mid + Math.imul(al5, bh4)) | 0;\n mid = (mid + Math.imul(ah5, bl4)) | 0;\n hi = (hi + Math.imul(ah5, bh4)) | 0;\n lo = (lo + Math.imul(al4, bl5)) | 0;\n mid = (mid + Math.imul(al4, bh5)) | 0;\n mid = (mid + Math.imul(ah4, bl5)) | 0;\n hi = (hi + Math.imul(ah4, bh5)) | 0;\n lo = (lo + Math.imul(al3, bl6)) | 0;\n mid = (mid + Math.imul(al3, bh6)) | 0;\n mid = (mid + Math.imul(ah3, bl6)) | 0;\n hi = (hi + Math.imul(ah3, bh6)) | 0;\n lo = (lo + Math.imul(al2, bl7)) | 0;\n mid = (mid + Math.imul(al2, bh7)) | 0;\n mid = (mid + Math.imul(ah2, bl7)) | 0;\n hi = (hi + Math.imul(ah2, bh7)) | 0;\n lo = (lo + Math.imul(al1, bl8)) | 0;\n mid = (mid + Math.imul(al1, bh8)) | 0;\n mid = (mid + Math.imul(ah1, bl8)) | 0;\n hi = (hi + Math.imul(ah1, bh8)) | 0;\n lo = (lo + Math.imul(al0, bl9)) | 0;\n mid = (mid + Math.imul(al0, bh9)) | 0;\n mid = (mid + Math.imul(ah0, bl9)) | 0;\n hi = (hi + Math.imul(ah0, bh9)) | 0;\n var w9 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w9 >>> 26)) | 0;\n w9 &= 0x3ffffff;\n /* k = 10 */\n lo = Math.imul(al9, bl1);\n mid = Math.imul(al9, bh1);\n mid = (mid + Math.imul(ah9, bl1)) | 0;\n hi = Math.imul(ah9, bh1);\n lo = (lo + Math.imul(al8, bl2)) | 0;\n mid = (mid + Math.imul(al8, bh2)) | 0;\n mid = (mid + Math.imul(ah8, bl2)) | 0;\n hi = (hi + Math.imul(ah8, bh2)) | 0;\n lo = (lo + Math.imul(al7, bl3)) | 0;\n mid = (mid + Math.imul(al7, bh3)) | 0;\n mid = (mid + Math.imul(ah7, bl3)) | 0;\n hi = (hi + Math.imul(ah7, bh3)) | 0;\n lo = (lo + Math.imul(al6, bl4)) | 0;\n mid = (mid + Math.imul(al6, bh4)) | 0;\n mid = (mid + Math.imul(ah6, bl4)) | 0;\n hi = (hi + Math.imul(ah6, bh4)) | 0;\n lo = (lo + Math.imul(al5, bl5)) | 0;\n mid = (mid + Math.imul(al5, bh5)) | 0;\n mid = (mid + Math.imul(ah5, bl5)) | 0;\n hi = (hi + Math.imul(ah5, bh5)) | 0;\n lo = (lo + Math.imul(al4, bl6)) | 0;\n mid = (mid + Math.imul(al4, bh6)) | 0;\n mid = (mid + Math.imul(ah4, bl6)) | 0;\n hi = (hi + Math.imul(ah4, bh6)) | 0;\n lo = (lo + Math.imul(al3, bl7)) | 0;\n mid = (mid + Math.imul(al3, bh7)) | 0;\n mid = (mid + Math.imul(ah3, bl7)) | 0;\n hi = (hi + Math.imul(ah3, bh7)) | 0;\n lo = (lo + Math.imul(al2, bl8)) | 0;\n mid = (mid + Math.imul(al2, bh8)) | 0;\n mid = (mid + Math.imul(ah2, bl8)) | 0;\n hi = (hi + Math.imul(ah2, bh8)) | 0;\n lo = (lo + Math.imul(al1, bl9)) | 0;\n mid = (mid + Math.imul(al1, bh9)) | 0;\n mid = (mid + Math.imul(ah1, bl9)) | 0;\n hi = (hi + Math.imul(ah1, bh9)) | 0;\n var w10 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w10 >>> 26)) | 0;\n w10 &= 0x3ffffff;\n /* k = 11 */\n lo = Math.imul(al9, bl2);\n mid = Math.imul(al9, bh2);\n mid = (mid + Math.imul(ah9, bl2)) | 0;\n hi = Math.imul(ah9, bh2);\n lo = (lo + Math.imul(al8, bl3)) | 0;\n mid = (mid + Math.imul(al8, bh3)) | 0;\n mid = (mid + Math.imul(ah8, bl3)) | 0;\n hi = (hi + Math.imul(ah8, bh3)) | 0;\n lo = (lo + Math.imul(al7, bl4)) | 0;\n mid = (mid + Math.imul(al7, bh4)) | 0;\n mid = (mid + Math.imul(ah7, bl4)) | 0;\n hi = (hi + Math.imul(ah7, bh4)) | 0;\n lo = (lo + Math.imul(al6, bl5)) | 0;\n mid = (mid + Math.imul(al6, bh5)) | 0;\n mid = (mid + Math.imul(ah6, bl5)) | 0;\n hi = (hi + Math.imul(ah6, bh5)) | 0;\n lo = (lo + Math.imul(al5, bl6)) | 0;\n mid = (mid + Math.imul(al5, bh6)) | 0;\n mid = (mid + Math.imul(ah5, bl6)) | 0;\n hi = (hi + Math.imul(ah5, bh6)) | 0;\n lo = (lo + Math.imul(al4, bl7)) | 0;\n mid = (mid + Math.imul(al4, bh7)) | 0;\n mid = (mid + Math.imul(ah4, bl7)) | 0;\n hi = (hi + Math.imul(ah4, bh7)) | 0;\n lo = (lo + Math.imul(al3, bl8)) | 0;\n mid = (mid + Math.imul(al3, bh8)) | 0;\n mid = (mid + Math.imul(ah3, bl8)) | 0;\n hi = (hi + Math.imul(ah3, bh8)) | 0;\n lo = (lo + Math.imul(al2, bl9)) | 0;\n mid = (mid + Math.imul(al2, bh9)) | 0;\n mid = (mid + Math.imul(ah2, bl9)) | 0;\n hi = (hi + Math.imul(ah2, bh9)) | 0;\n var w11 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w11 >>> 26)) | 0;\n w11 &= 0x3ffffff;\n /* k = 12 */\n lo = Math.imul(al9, bl3);\n mid = Math.imul(al9, bh3);\n mid = (mid + Math.imul(ah9, bl3)) | 0;\n hi = Math.imul(ah9, bh3);\n lo = (lo + Math.imul(al8, bl4)) | 0;\n mid = (mid + Math.imul(al8, bh4)) | 0;\n mid = (mid + Math.imul(ah8, bl4)) | 0;\n hi = (hi + Math.imul(ah8, bh4)) | 0;\n lo = (lo + Math.imul(al7, bl5)) | 0;\n mid = (mid + Math.imul(al7, bh5)) | 0;\n mid = (mid + Math.imul(ah7, bl5)) | 0;\n hi = (hi + Math.imul(ah7, bh5)) | 0;\n lo = (lo + Math.imul(al6, bl6)) | 0;\n mid = (mid + Math.imul(al6, bh6)) | 0;\n mid = (mid + Math.imul(ah6, bl6)) | 0;\n hi = (hi + Math.imul(ah6, bh6)) | 0;\n lo = (lo + Math.imul(al5, bl7)) | 0;\n mid = (mid + Math.imul(al5, bh7)) | 0;\n mid = (mid + Math.imul(ah5, bl7)) | 0;\n hi = (hi + Math.imul(ah5, bh7)) | 0;\n lo = (lo + Math.imul(al4, bl8)) | 0;\n mid = (mid + Math.imul(al4, bh8)) | 0;\n mid = (mid + Math.imul(ah4, bl8)) | 0;\n hi = (hi + Math.imul(ah4, bh8)) | 0;\n lo = (lo + Math.imul(al3, bl9)) | 0;\n mid = (mid + Math.imul(al3, bh9)) | 0;\n mid = (mid + Math.imul(ah3, bl9)) | 0;\n hi = (hi + Math.imul(ah3, bh9)) | 0;\n var w12 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w12 >>> 26)) | 0;\n w12 &= 0x3ffffff;\n /* k = 13 */\n lo = Math.imul(al9, bl4);\n mid = Math.imul(al9, bh4);\n mid = (mid + Math.imul(ah9, bl4)) | 0;\n hi = Math.imul(ah9, bh4);\n lo = (lo + Math.imul(al8, bl5)) | 0;\n mid = (mid + Math.imul(al8, bh5)) | 0;\n mid = (mid + Math.imul(ah8, bl5)) | 0;\n hi = (hi + Math.imul(ah8, bh5)) | 0;\n lo = (lo + Math.imul(al7, bl6)) | 0;\n mid = (mid + Math.imul(al7, bh6)) | 0;\n mid = (mid + Math.imul(ah7, bl6)) | 0;\n hi = (hi + Math.imul(ah7, bh6)) | 0;\n lo = (lo + Math.imul(al6, bl7)) | 0;\n mid = (mid + Math.imul(al6, bh7)) | 0;\n mid = (mid + Math.imul(ah6, bl7)) | 0;\n hi = (hi + Math.imul(ah6, bh7)) | 0;\n lo = (lo + Math.imul(al5, bl8)) | 0;\n mid = (mid + Math.imul(al5, bh8)) | 0;\n mid = (mid + Math.imul(ah5, bl8)) | 0;\n hi = (hi + Math.imul(ah5, bh8)) | 0;\n lo = (lo + Math.imul(al4, bl9)) | 0;\n mid = (mid + Math.imul(al4, bh9)) | 0;\n mid = (mid + Math.imul(ah4, bl9)) | 0;\n hi = (hi + Math.imul(ah4, bh9)) | 0;\n var w13 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w13 >>> 26)) | 0;\n w13 &= 0x3ffffff;\n /* k = 14 */\n lo = Math.imul(al9, bl5);\n mid = Math.imul(al9, bh5);\n mid = (mid + Math.imul(ah9, bl5)) | 0;\n hi = Math.imul(ah9, bh5);\n lo = (lo + Math.imul(al8, bl6)) | 0;\n mid = (mid + Math.imul(al8, bh6)) | 0;\n mid = (mid + Math.imul(ah8, bl6)) | 0;\n hi = (hi + Math.imul(ah8, bh6)) | 0;\n lo = (lo + Math.imul(al7, bl7)) | 0;\n mid = (mid + Math.imul(al7, bh7)) | 0;\n mid = (mid + Math.imul(ah7, bl7)) | 0;\n hi = (hi + Math.imul(ah7, bh7)) | 0;\n lo = (lo + Math.imul(al6, bl8)) | 0;\n mid = (mid + Math.imul(al6, bh8)) | 0;\n mid = (mid + Math.imul(ah6, bl8)) | 0;\n hi = (hi + Math.imul(ah6, bh8)) | 0;\n lo = (lo + Math.imul(al5, bl9)) | 0;\n mid = (mid + Math.imul(al5, bh9)) | 0;\n mid = (mid + Math.imul(ah5, bl9)) | 0;\n hi = (hi + Math.imul(ah5, bh9)) | 0;\n var w14 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w14 >>> 26)) | 0;\n w14 &= 0x3ffffff;\n /* k = 15 */\n lo = Math.imul(al9, bl6);\n mid = Math.imul(al9, bh6);\n mid = (mid + Math.imul(ah9, bl6)) | 0;\n hi = Math.imul(ah9, bh6);\n lo = (lo + Math.imul(al8, bl7)) | 0;\n mid = (mid + Math.imul(al8, bh7)) | 0;\n mid = (mid + Math.imul(ah8, bl7)) | 0;\n hi = (hi + Math.imul(ah8, bh7)) | 0;\n lo = (lo + Math.imul(al7, bl8)) | 0;\n mid = (mid + Math.imul(al7, bh8)) | 0;\n mid = (mid + Math.imul(ah7, bl8)) | 0;\n hi = (hi + Math.imul(ah7, bh8)) | 0;\n lo = (lo + Math.imul(al6, bl9)) | 0;\n mid = (mid + Math.imul(al6, bh9)) | 0;\n mid = (mid + Math.imul(ah6, bl9)) | 0;\n hi = (hi + Math.imul(ah6, bh9)) | 0;\n var w15 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w15 >>> 26)) | 0;\n w15 &= 0x3ffffff;\n /* k = 16 */\n lo = Math.imul(al9, bl7);\n mid = Math.imul(al9, bh7);\n mid = (mid + Math.imul(ah9, bl7)) | 0;\n hi = Math.imul(ah9, bh7);\n lo = (lo + Math.imul(al8, bl8)) | 0;\n mid = (mid + Math.imul(al8, bh8)) | 0;\n mid = (mid + Math.imul(ah8, bl8)) | 0;\n hi = (hi + Math.imul(ah8, bh8)) | 0;\n lo = (lo + Math.imul(al7, bl9)) | 0;\n mid = (mid + Math.imul(al7, bh9)) | 0;\n mid = (mid + Math.imul(ah7, bl9)) | 0;\n hi = (hi + Math.imul(ah7, bh9)) | 0;\n var w16 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w16 >>> 26)) | 0;\n w16 &= 0x3ffffff;\n /* k = 17 */\n lo = Math.imul(al9, bl8);\n mid = Math.imul(al9, bh8);\n mid = (mid + Math.imul(ah9, bl8)) | 0;\n hi = Math.imul(ah9, bh8);\n lo = (lo + Math.imul(al8, bl9)) | 0;\n mid = (mid + Math.imul(al8, bh9)) | 0;\n mid = (mid + Math.imul(ah8, bl9)) | 0;\n hi = (hi + Math.imul(ah8, bh9)) | 0;\n var w17 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w17 >>> 26)) | 0;\n w17 &= 0x3ffffff;\n /* k = 18 */\n lo = Math.imul(al9, bl9);\n mid = Math.imul(al9, bh9);\n mid = (mid + Math.imul(ah9, bl9)) | 0;\n hi = Math.imul(ah9, bh9);\n var w18 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w18 >>> 26)) | 0;\n w18 &= 0x3ffffff;\n o[0] = w0;\n o[1] = w1;\n o[2] = w2;\n o[3] = w3;\n o[4] = w4;\n o[5] = w5;\n o[6] = w6;\n o[7] = w7;\n o[8] = w8;\n o[9] = w9;\n o[10] = w10;\n o[11] = w11;\n o[12] = w12;\n o[13] = w13;\n o[14] = w14;\n o[15] = w15;\n o[16] = w16;\n o[17] = w17;\n o[18] = w18;\n if (c !== 0) {\n o[19] = c;\n out.length++;\n }\n return out;\n };\n\n // Polyfill comb\n if (!Math.imul) {\n comb10MulTo = smallMulTo;\n }\n\n function bigMulTo (self, num, out) {\n out.negative = num.negative ^ self.negative;\n out.length = self.length + num.length;\n\n var carry = 0;\n var hncarry = 0;\n for (var k = 0; k < out.length - 1; k++) {\n // Sum all words with the same `i + j = k` and accumulate `ncarry`,\n // note that ncarry could be >= 0x3ffffff\n var ncarry = hncarry;\n hncarry = 0;\n var rword = carry & 0x3ffffff;\n var maxJ = Math.min(k, num.length - 1);\n for (var j = Math.max(0, k - self.length + 1); j <= maxJ; j++) {\n var i = k - j;\n var a = self.words[i] | 0;\n var b = num.words[j] | 0;\n var r = a * b;\n\n var lo = r & 0x3ffffff;\n ncarry = (ncarry + ((r / 0x4000000) | 0)) | 0;\n lo = (lo + rword) | 0;\n rword = lo & 0x3ffffff;\n ncarry = (ncarry + (lo >>> 26)) | 0;\n\n hncarry += ncarry >>> 26;\n ncarry &= 0x3ffffff;\n }\n out.words[k] = rword;\n carry = ncarry;\n ncarry = hncarry;\n }\n if (carry !== 0) {\n out.words[k] = carry;\n } else {\n out.length--;\n }\n\n return out.strip();\n }\n\n function jumboMulTo (self, num, out) {\n var fftm = new FFTM();\n return fftm.mulp(self, num, out);\n }\n\n BN.prototype.mulTo = function mulTo (num, out) {\n var res;\n var len = this.length + num.length;\n if (this.length === 10 && num.length === 10) {\n res = comb10MulTo(this, num, out);\n } else if (len < 63) {\n res = smallMulTo(this, num, out);\n } else if (len < 1024) {\n res = bigMulTo(this, num, out);\n } else {\n res = jumboMulTo(this, num, out);\n }\n\n return res;\n };\n\n // Cooley-Tukey algorithm for FFT\n // slightly revisited to rely on looping instead of recursion\n\n function FFTM (x, y) {\n this.x = x;\n this.y = y;\n }\n\n FFTM.prototype.makeRBT = function makeRBT (N) {\n var t = new Array(N);\n var l = BN.prototype._countBits(N) - 1;\n for (var i = 0; i < N; i++) {\n t[i] = this.revBin(i, l, N);\n }\n\n return t;\n };\n\n // Returns binary-reversed representation of `x`\n FFTM.prototype.revBin = function revBin (x, l, N) {\n if (x === 0 || x === N - 1) return x;\n\n var rb = 0;\n for (var i = 0; i < l; i++) {\n rb |= (x & 1) << (l - i - 1);\n x >>= 1;\n }\n\n return rb;\n };\n\n // Performs \"tweedling\" phase, therefore 'emulating'\n // behaviour of the recursive algorithm\n FFTM.prototype.permute = function permute (rbt, rws, iws, rtws, itws, N) {\n for (var i = 0; i < N; i++) {\n rtws[i] = rws[rbt[i]];\n itws[i] = iws[rbt[i]];\n }\n };\n\n FFTM.prototype.transform = function transform (rws, iws, rtws, itws, N, rbt) {\n this.permute(rbt, rws, iws, rtws, itws, N);\n\n for (var s = 1; s < N; s <<= 1) {\n var l = s << 1;\n\n var rtwdf = Math.cos(2 * Math.PI / l);\n var itwdf = Math.sin(2 * Math.PI / l);\n\n for (var p = 0; p < N; p += l) {\n var rtwdf_ = rtwdf;\n var itwdf_ = itwdf;\n\n for (var j = 0; j < s; j++) {\n var re = rtws[p + j];\n var ie = itws[p + j];\n\n var ro = rtws[p + j + s];\n var io = itws[p + j + s];\n\n var rx = rtwdf_ * ro - itwdf_ * io;\n\n io = rtwdf_ * io + itwdf_ * ro;\n ro = rx;\n\n rtws[p + j] = re + ro;\n itws[p + j] = ie + io;\n\n rtws[p + j + s] = re - ro;\n itws[p + j + s] = ie - io;\n\n /* jshint maxdepth : false */\n if (j !== l) {\n rx = rtwdf * rtwdf_ - itwdf * itwdf_;\n\n itwdf_ = rtwdf * itwdf_ + itwdf * rtwdf_;\n rtwdf_ = rx;\n }\n }\n }\n }\n };\n\n FFTM.prototype.guessLen13b = function guessLen13b (n, m) {\n var N = Math.max(m, n) | 1;\n var odd = N & 1;\n var i = 0;\n for (N = N / 2 | 0; N; N = N >>> 1) {\n i++;\n }\n\n return 1 << i + 1 + odd;\n };\n\n FFTM.prototype.conjugate = function conjugate (rws, iws, N) {\n if (N <= 1) return;\n\n for (var i = 0; i < N / 2; i++) {\n var t = rws[i];\n\n rws[i] = rws[N - i - 1];\n rws[N - i - 1] = t;\n\n t = iws[i];\n\n iws[i] = -iws[N - i - 1];\n iws[N - i - 1] = -t;\n }\n };\n\n FFTM.prototype.normalize13b = function normalize13b (ws, N) {\n var carry = 0;\n for (var i = 0; i < N / 2; i++) {\n var w = Math.round(ws[2 * i + 1] / N) * 0x2000 +\n Math.round(ws[2 * i] / N) +\n carry;\n\n ws[i] = w & 0x3ffffff;\n\n if (w < 0x4000000) {\n carry = 0;\n } else {\n carry = w / 0x4000000 | 0;\n }\n }\n\n return ws;\n };\n\n FFTM.prototype.convert13b = function convert13b (ws, len, rws, N) {\n var carry = 0;\n for (var i = 0; i < len; i++) {\n carry = carry + (ws[i] | 0);\n\n rws[2 * i] = carry & 0x1fff; carry = carry >>> 13;\n rws[2 * i + 1] = carry & 0x1fff; carry = carry >>> 13;\n }\n\n // Pad with zeroes\n for (i = 2 * len; i < N; ++i) {\n rws[i] = 0;\n }\n\n assert(carry === 0);\n assert((carry & ~0x1fff) === 0);\n };\n\n FFTM.prototype.stub = function stub (N) {\n var ph = new Array(N);\n for (var i = 0; i < N; i++) {\n ph[i] = 0;\n }\n\n return ph;\n };\n\n FFTM.prototype.mulp = function mulp (x, y, out) {\n var N = 2 * this.guessLen13b(x.length, y.length);\n\n var rbt = this.makeRBT(N);\n\n var _ = this.stub(N);\n\n var rws = new Array(N);\n var rwst = new Array(N);\n var iwst = new Array(N);\n\n var nrws = new Array(N);\n var nrwst = new Array(N);\n var niwst = new Array(N);\n\n var rmws = out.words;\n rmws.length = N;\n\n this.convert13b(x.words, x.length, rws, N);\n this.convert13b(y.words, y.length, nrws, N);\n\n this.transform(rws, _, rwst, iwst, N, rbt);\n this.transform(nrws, _, nrwst, niwst, N, rbt);\n\n for (var i = 0; i < N; i++) {\n var rx = rwst[i] * nrwst[i] - iwst[i] * niwst[i];\n iwst[i] = rwst[i] * niwst[i] + iwst[i] * nrwst[i];\n rwst[i] = rx;\n }\n\n this.conjugate(rwst, iwst, N);\n this.transform(rwst, iwst, rmws, _, N, rbt);\n this.conjugate(rmws, _, N);\n this.normalize13b(rmws, N);\n\n out.negative = x.negative ^ y.negative;\n out.length = x.length + y.length;\n return out.strip();\n };\n\n // Multiply `this` by `num`\n BN.prototype.mul = function mul (num) {\n var out = new BN(null);\n out.words = new Array(this.length + num.length);\n return this.mulTo(num, out);\n };\n\n // Multiply employing FFT\n BN.prototype.mulf = function mulf (num) {\n var out = new BN(null);\n out.words = new Array(this.length + num.length);\n return jumboMulTo(this, num, out);\n };\n\n // In-place Multiplication\n BN.prototype.imul = function imul (num) {\n return this.clone().mulTo(num, this);\n };\n\n BN.prototype.imuln = function imuln (num) {\n assert(typeof num === 'number');\n assert(num < 0x4000000);\n\n // Carry\n var carry = 0;\n for (var i = 0; i < this.length; i++) {\n var w = (this.words[i] | 0) * num;\n var lo = (w & 0x3ffffff) + (carry & 0x3ffffff);\n carry >>= 26;\n carry += (w / 0x4000000) | 0;\n // NOTE: lo is 27bit maximum\n carry += lo >>> 26;\n this.words[i] = lo & 0x3ffffff;\n }\n\n if (carry !== 0) {\n this.words[i] = carry;\n this.length++;\n }\n\n return this;\n };\n\n BN.prototype.muln = function muln (num) {\n return this.clone().imuln(num);\n };\n\n // `this` * `this`\n BN.prototype.sqr = function sqr () {\n return this.mul(this);\n };\n\n // `this` * `this` in-place\n BN.prototype.isqr = function isqr () {\n return this.imul(this.clone());\n };\n\n // Math.pow(`this`, `num`)\n BN.prototype.pow = function pow (num) {\n var w = toBitArray(num);\n if (w.length === 0) return new BN(1);\n\n // Skip leading zeroes\n var res = this;\n for (var i = 0; i < w.length; i++, res = res.sqr()) {\n if (w[i] !== 0) break;\n }\n\n if (++i < w.length) {\n for (var q = res.sqr(); i < w.length; i++, q = q.sqr()) {\n if (w[i] === 0) continue;\n\n res = res.mul(q);\n }\n }\n\n return res;\n };\n\n // Shift-left in-place\n BN.prototype.iushln = function iushln (bits) {\n assert(typeof bits === 'number' && bits >= 0);\n var r = bits % 26;\n var s = (bits - r) / 26;\n var carryMask = (0x3ffffff >>> (26 - r)) << (26 - r);\n var i;\n\n if (r !== 0) {\n var carry = 0;\n\n for (i = 0; i < this.length; i++) {\n var newCarry = this.words[i] & carryMask;\n var c = ((this.words[i] | 0) - newCarry) << r;\n this.words[i] = c | carry;\n carry = newCarry >>> (26 - r);\n }\n\n if (carry) {\n this.words[i] = carry;\n this.length++;\n }\n }\n\n if (s !== 0) {\n for (i = this.length - 1; i >= 0; i--) {\n this.words[i + s] = this.words[i];\n }\n\n for (i = 0; i < s; i++) {\n this.words[i] = 0;\n }\n\n this.length += s;\n }\n\n return this.strip();\n };\n\n BN.prototype.ishln = function ishln (bits) {\n // TODO(indutny): implement me\n assert(this.negative === 0);\n return this.iushln(bits);\n };\n\n // Shift-right in-place\n // NOTE: `hint` is a lowest bit before trailing zeroes\n // NOTE: if `extended` is present - it will be filled with destroyed bits\n BN.prototype.iushrn = function iushrn (bits, hint, extended) {\n assert(typeof bits === 'number' && bits >= 0);\n var h;\n if (hint) {\n h = (hint - (hint % 26)) / 26;\n } else {\n h = 0;\n }\n\n var r = bits % 26;\n var s = Math.min((bits - r) / 26, this.length);\n var mask = 0x3ffffff ^ ((0x3ffffff >>> r) << r);\n var maskedWords = extended;\n\n h -= s;\n h = Math.max(0, h);\n\n // Extended mode, copy masked part\n if (maskedWords) {\n for (var i = 0; i < s; i++) {\n maskedWords.words[i] = this.words[i];\n }\n maskedWords.length = s;\n }\n\n if (s === 0) {\n // No-op, we should not move anything at all\n } else if (this.length > s) {\n this.length -= s;\n for (i = 0; i < this.length; i++) {\n this.words[i] = this.words[i + s];\n }\n } else {\n this.words[0] = 0;\n this.length = 1;\n }\n\n var carry = 0;\n for (i = this.length - 1; i >= 0 && (carry !== 0 || i >= h); i--) {\n var word = this.words[i] | 0;\n this.words[i] = (carry << (26 - r)) | (word >>> r);\n carry = word & mask;\n }\n\n // Push carried bits as a mask\n if (maskedWords && carry !== 0) {\n maskedWords.words[maskedWords.length++] = carry;\n }\n\n if (this.length === 0) {\n this.words[0] = 0;\n this.length = 1;\n }\n\n return this.strip();\n };\n\n BN.prototype.ishrn = function ishrn (bits, hint, extended) {\n // TODO(indutny): implement me\n assert(this.negative === 0);\n return this.iushrn(bits, hint, extended);\n };\n\n // Shift-left\n BN.prototype.shln = function shln (bits) {\n return this.clone().ishln(bits);\n };\n\n BN.prototype.ushln = function ushln (bits) {\n return this.clone().iushln(bits);\n };\n\n // Shift-right\n BN.prototype.shrn = function shrn (bits) {\n return this.clone().ishrn(bits);\n };\n\n BN.prototype.ushrn = function ushrn (bits) {\n return this.clone().iushrn(bits);\n };\n\n // Test if n bit is set\n BN.prototype.testn = function testn (bit) {\n assert(typeof bit === 'number' && bit >= 0);\n var r = bit % 26;\n var s = (bit - r) / 26;\n var q = 1 << r;\n\n // Fast case: bit is much higher than all existing words\n if (this.length <= s) return false;\n\n // Check bit and return\n var w = this.words[s];\n\n return !!(w & q);\n };\n\n // Return only lowers bits of number (in-place)\n BN.prototype.imaskn = function imaskn (bits) {\n assert(typeof bits === 'number' && bits >= 0);\n var r = bits % 26;\n var s = (bits - r) / 26;\n\n assert(this.negative === 0, 'imaskn works only with positive numbers');\n\n if (this.length <= s) {\n return this;\n }\n\n if (r !== 0) {\n s++;\n }\n this.length = Math.min(s, this.length);\n\n if (r !== 0) {\n var mask = 0x3ffffff ^ ((0x3ffffff >>> r) << r);\n this.words[this.length - 1] &= mask;\n }\n\n return this.strip();\n };\n\n // Return only lowers bits of number\n BN.prototype.maskn = function maskn (bits) {\n return this.clone().imaskn(bits);\n };\n\n // Add plain number `num` to `this`\n BN.prototype.iaddn = function iaddn (num) {\n assert(typeof num === 'number');\n assert(num < 0x4000000);\n if (num < 0) return this.isubn(-num);\n\n // Possible sign change\n if (this.negative !== 0) {\n if (this.length === 1 && (this.words[0] | 0) < num) {\n this.words[0] = num - (this.words[0] | 0);\n this.negative = 0;\n return this;\n }\n\n this.negative = 0;\n this.isubn(num);\n this.negative = 1;\n return this;\n }\n\n // Add without checks\n return this._iaddn(num);\n };\n\n BN.prototype._iaddn = function _iaddn (num) {\n this.words[0] += num;\n\n // Carry\n for (var i = 0; i < this.length && this.words[i] >= 0x4000000; i++) {\n this.words[i] -= 0x4000000;\n if (i === this.length - 1) {\n this.words[i + 1] = 1;\n } else {\n this.words[i + 1]++;\n }\n }\n this.length = Math.max(this.length, i + 1);\n\n return this;\n };\n\n // Subtract plain number `num` from `this`\n BN.prototype.isubn = function isubn (num) {\n assert(typeof num === 'number');\n assert(num < 0x4000000);\n if (num < 0) return this.iaddn(-num);\n\n if (this.negative !== 0) {\n this.negative = 0;\n this.iaddn(num);\n this.negative = 1;\n return this;\n }\n\n this.words[0] -= num;\n\n if (this.length === 1 && this.words[0] < 0) {\n this.words[0] = -this.words[0];\n this.negative = 1;\n } else {\n // Carry\n for (var i = 0; i < this.length && this.words[i] < 0; i++) {\n this.words[i] += 0x4000000;\n this.words[i + 1] -= 1;\n }\n }\n\n return this.strip();\n };\n\n BN.prototype.addn = function addn (num) {\n return this.clone().iaddn(num);\n };\n\n BN.prototype.subn = function subn (num) {\n return this.clone().isubn(num);\n };\n\n BN.prototype.iabs = function iabs () {\n this.negative = 0;\n\n return this;\n };\n\n BN.prototype.abs = function abs () {\n return this.clone().iabs();\n };\n\n BN.prototype._ishlnsubmul = function _ishlnsubmul (num, mul, shift) {\n var len = num.length + shift;\n var i;\n\n this._expand(len);\n\n var w;\n var carry = 0;\n for (i = 0; i < num.length; i++) {\n w = (this.words[i + shift] | 0) + carry;\n var right = (num.words[i] | 0) * mul;\n w -= right & 0x3ffffff;\n carry = (w >> 26) - ((right / 0x4000000) | 0);\n this.words[i + shift] = w & 0x3ffffff;\n }\n for (; i < this.length - shift; i++) {\n w = (this.words[i + shift] | 0) + carry;\n carry = w >> 26;\n this.words[i + shift] = w & 0x3ffffff;\n }\n\n if (carry === 0) return this.strip();\n\n // Subtraction overflow\n assert(carry === -1);\n carry = 0;\n for (i = 0; i < this.length; i++) {\n w = -(this.words[i] | 0) + carry;\n carry = w >> 26;\n this.words[i] = w & 0x3ffffff;\n }\n this.negative = 1;\n\n return this.strip();\n };\n\n BN.prototype._wordDiv = function _wordDiv (num, mode) {\n var shift = this.length - num.length;\n\n var a = this.clone();\n var b = num;\n\n // Normalize\n var bhi = b.words[b.length - 1] | 0;\n var bhiBits = this._countBits(bhi);\n shift = 26 - bhiBits;\n if (shift !== 0) {\n b = b.ushln(shift);\n a.iushln(shift);\n bhi = b.words[b.length - 1] | 0;\n }\n\n // Initialize quotient\n var m = a.length - b.length;\n var q;\n\n if (mode !== 'mod') {\n q = new BN(null);\n q.length = m + 1;\n q.words = new Array(q.length);\n for (var i = 0; i < q.length; i++) {\n q.words[i] = 0;\n }\n }\n\n var diff = a.clone()._ishlnsubmul(b, 1, m);\n if (diff.negative === 0) {\n a = diff;\n if (q) {\n q.words[m] = 1;\n }\n }\n\n for (var j = m - 1; j >= 0; j--) {\n var qj = (a.words[b.length + j] | 0) * 0x4000000 +\n (a.words[b.length + j - 1] | 0);\n\n // NOTE: (qj / bhi) is (0x3ffffff * 0x4000000 + 0x3ffffff) / 0x2000000 max\n // (0x7ffffff)\n qj = Math.min((qj / bhi) | 0, 0x3ffffff);\n\n a._ishlnsubmul(b, qj, j);\n while (a.negative !== 0) {\n qj--;\n a.negative = 0;\n a._ishlnsubmul(b, 1, j);\n if (!a.isZero()) {\n a.negative ^= 1;\n }\n }\n if (q) {\n q.words[j] = qj;\n }\n }\n if (q) {\n q.strip();\n }\n a.strip();\n\n // Denormalize\n if (mode !== 'div' && shift !== 0) {\n a.iushrn(shift);\n }\n\n return {\n div: q || null,\n mod: a\n };\n };\n\n // NOTE: 1) `mode` can be set to `mod` to request mod only,\n // to `div` to request div only, or be absent to\n // request both div & mod\n // 2) `positive` is true if unsigned mod is requested\n BN.prototype.divmod = function divmod (num, mode, positive) {\n assert(!num.isZero());\n\n if (this.isZero()) {\n return {\n div: new BN(0),\n mod: new BN(0)\n };\n }\n\n var div, mod, res;\n if (this.negative !== 0 && num.negative === 0) {\n res = this.neg().divmod(num, mode);\n\n if (mode !== 'mod') {\n div = res.div.neg();\n }\n\n if (mode !== 'div') {\n mod = res.mod.neg();\n if (positive && mod.negative !== 0) {\n mod.iadd(num);\n }\n }\n\n return {\n div: div,\n mod: mod\n };\n }\n\n if (this.negative === 0 && num.negative !== 0) {\n res = this.divmod(num.neg(), mode);\n\n if (mode !== 'mod') {\n div = res.div.neg();\n }\n\n return {\n div: div,\n mod: res.mod\n };\n }\n\n if ((this.negative & num.negative) !== 0) {\n res = this.neg().divmod(num.neg(), mode);\n\n if (mode !== 'div') {\n mod = res.mod.neg();\n if (positive && mod.negative !== 0) {\n mod.isub(num);\n }\n }\n\n return {\n div: res.div,\n mod: mod\n };\n }\n\n // Both numbers are positive at this point\n\n // Strip both numbers to approximate shift value\n if (num.length > this.length || this.cmp(num) < 0) {\n return {\n div: new BN(0),\n mod: this\n };\n }\n\n // Very short reduction\n if (num.length === 1) {\n if (mode === 'div') {\n return {\n div: this.divn(num.words[0]),\n mod: null\n };\n }\n\n if (mode === 'mod') {\n return {\n div: null,\n mod: new BN(this.modn(num.words[0]))\n };\n }\n\n return {\n div: this.divn(num.words[0]),\n mod: new BN(this.modn(num.words[0]))\n };\n }\n\n return this._wordDiv(num, mode);\n };\n\n // Find `this` / `num`\n BN.prototype.div = function div (num) {\n return this.divmod(num, 'div', false).div;\n };\n\n // Find `this` % `num`\n BN.prototype.mod = function mod (num) {\n return this.divmod(num, 'mod', false).mod;\n };\n\n BN.prototype.umod = function umod (num) {\n return this.divmod(num, 'mod', true).mod;\n };\n\n // Find Round(`this` / `num`)\n BN.prototype.divRound = function divRound (num) {\n var dm = this.divmod(num);\n\n // Fast case - exact division\n if (dm.mod.isZero()) return dm.div;\n\n var mod = dm.div.negative !== 0 ? dm.mod.isub(num) : dm.mod;\n\n var half = num.ushrn(1);\n var r2 = num.andln(1);\n var cmp = mod.cmp(half);\n\n // Round down\n if (cmp < 0 || r2 === 1 && cmp === 0) return dm.div;\n\n // Round up\n return dm.div.negative !== 0 ? dm.div.isubn(1) : dm.div.iaddn(1);\n };\n\n BN.prototype.modn = function modn (num) {\n assert(num <= 0x3ffffff);\n var p = (1 << 26) % num;\n\n var acc = 0;\n for (var i = this.length - 1; i >= 0; i--) {\n acc = (p * acc + (this.words[i] | 0)) % num;\n }\n\n return acc;\n };\n\n // In-place division by number\n BN.prototype.idivn = function idivn (num) {\n assert(num <= 0x3ffffff);\n\n var carry = 0;\n for (var i = this.length - 1; i >= 0; i--) {\n var w = (this.words[i] | 0) + carry * 0x4000000;\n this.words[i] = (w / num) | 0;\n carry = w % num;\n }\n\n return this.strip();\n };\n\n BN.prototype.divn = function divn (num) {\n return this.clone().idivn(num);\n };\n\n BN.prototype.egcd = function egcd (p) {\n assert(p.negative === 0);\n assert(!p.isZero());\n\n var x = this;\n var y = p.clone();\n\n if (x.negative !== 0) {\n x = x.umod(p);\n } else {\n x = x.clone();\n }\n\n // A * x + B * y = x\n var A = new BN(1);\n var B = new BN(0);\n\n // C * x + D * y = y\n var C = new BN(0);\n var D = new BN(1);\n\n var g = 0;\n\n while (x.isEven() && y.isEven()) {\n x.iushrn(1);\n y.iushrn(1);\n ++g;\n }\n\n var yp = y.clone();\n var xp = x.clone();\n\n while (!x.isZero()) {\n for (var i = 0, im = 1; (x.words[0] & im) === 0 && i < 26; ++i, im <<= 1);\n if (i > 0) {\n x.iushrn(i);\n while (i-- > 0) {\n if (A.isOdd() || B.isOdd()) {\n A.iadd(yp);\n B.isub(xp);\n }\n\n A.iushrn(1);\n B.iushrn(1);\n }\n }\n\n for (var j = 0, jm = 1; (y.words[0] & jm) === 0 && j < 26; ++j, jm <<= 1);\n if (j > 0) {\n y.iushrn(j);\n while (j-- > 0) {\n if (C.isOdd() || D.isOdd()) {\n C.iadd(yp);\n D.isub(xp);\n }\n\n C.iushrn(1);\n D.iushrn(1);\n }\n }\n\n if (x.cmp(y) >= 0) {\n x.isub(y);\n A.isub(C);\n B.isub(D);\n } else {\n y.isub(x);\n C.isub(A);\n D.isub(B);\n }\n }\n\n return {\n a: C,\n b: D,\n gcd: y.iushln(g)\n };\n };\n\n // This is reduced incarnation of the binary EEA\n // above, designated to invert members of the\n // _prime_ fields F(p) at a maximal speed\n BN.prototype._invmp = function _invmp (p) {\n assert(p.negative === 0);\n assert(!p.isZero());\n\n var a = this;\n var b = p.clone();\n\n if (a.negative !== 0) {\n a = a.umod(p);\n } else {\n a = a.clone();\n }\n\n var x1 = new BN(1);\n var x2 = new BN(0);\n\n var delta = b.clone();\n\n while (a.cmpn(1) > 0 && b.cmpn(1) > 0) {\n for (var i = 0, im = 1; (a.words[0] & im) === 0 && i < 26; ++i, im <<= 1);\n if (i > 0) {\n a.iushrn(i);\n while (i-- > 0) {\n if (x1.isOdd()) {\n x1.iadd(delta);\n }\n\n x1.iushrn(1);\n }\n }\n\n for (var j = 0, jm = 1; (b.words[0] & jm) === 0 && j < 26; ++j, jm <<= 1);\n if (j > 0) {\n b.iushrn(j);\n while (j-- > 0) {\n if (x2.isOdd()) {\n x2.iadd(delta);\n }\n\n x2.iushrn(1);\n }\n }\n\n if (a.cmp(b) >= 0) {\n a.isub(b);\n x1.isub(x2);\n } else {\n b.isub(a);\n x2.isub(x1);\n }\n }\n\n var res;\n if (a.cmpn(1) === 0) {\n res = x1;\n } else {\n res = x2;\n }\n\n if (res.cmpn(0) < 0) {\n res.iadd(p);\n }\n\n return res;\n };\n\n BN.prototype.gcd = function gcd (num) {\n if (this.isZero()) return num.abs();\n if (num.isZero()) return this.abs();\n\n var a = this.clone();\n var b = num.clone();\n a.negative = 0;\n b.negative = 0;\n\n // Remove common factor of two\n for (var shift = 0; a.isEven() && b.isEven(); shift++) {\n a.iushrn(1);\n b.iushrn(1);\n }\n\n do {\n while (a.isEven()) {\n a.iushrn(1);\n }\n while (b.isEven()) {\n b.iushrn(1);\n }\n\n var r = a.cmp(b);\n if (r < 0) {\n // Swap `a` and `b` to make `a` always bigger than `b`\n var t = a;\n a = b;\n b = t;\n } else if (r === 0 || b.cmpn(1) === 0) {\n break;\n }\n\n a.isub(b);\n } while (true);\n\n return b.iushln(shift);\n };\n\n // Invert number in the field F(num)\n BN.prototype.invm = function invm (num) {\n return this.egcd(num).a.umod(num);\n };\n\n BN.prototype.isEven = function isEven () {\n return (this.words[0] & 1) === 0;\n };\n\n BN.prototype.isOdd = function isOdd () {\n return (this.words[0] & 1) === 1;\n };\n\n // And first word and num\n BN.prototype.andln = function andln (num) {\n return this.words[0] & num;\n };\n\n // Increment at the bit position in-line\n BN.prototype.bincn = function bincn (bit) {\n assert(typeof bit === 'number');\n var r = bit % 26;\n var s = (bit - r) / 26;\n var q = 1 << r;\n\n // Fast case: bit is much higher than all existing words\n if (this.length <= s) {\n this._expand(s + 1);\n this.words[s] |= q;\n return this;\n }\n\n // Add bit and propagate, if needed\n var carry = q;\n for (var i = s; carry !== 0 && i < this.length; i++) {\n var w = this.words[i] | 0;\n w += carry;\n carry = w >>> 26;\n w &= 0x3ffffff;\n this.words[i] = w;\n }\n if (carry !== 0) {\n this.words[i] = carry;\n this.length++;\n }\n return this;\n };\n\n BN.prototype.isZero = function isZero () {\n return this.length === 1 && this.words[0] === 0;\n };\n\n BN.prototype.cmpn = function cmpn (num) {\n var negative = num < 0;\n\n if (this.negative !== 0 && !negative) return -1;\n if (this.negative === 0 && negative) return 1;\n\n this.strip();\n\n var res;\n if (this.length > 1) {\n res = 1;\n } else {\n if (negative) {\n num = -num;\n }\n\n assert(num <= 0x3ffffff, 'Number is too big');\n\n var w = this.words[0] | 0;\n res = w === num ? 0 : w < num ? -1 : 1;\n }\n if (this.negative !== 0) return -res | 0;\n return res;\n };\n\n // Compare two numbers and return:\n // 1 - if `this` > `num`\n // 0 - if `this` == `num`\n // -1 - if `this` < `num`\n BN.prototype.cmp = function cmp (num) {\n if (this.negative !== 0 && num.negative === 0) return -1;\n if (this.negative === 0 && num.negative !== 0) return 1;\n\n var res = this.ucmp(num);\n if (this.negative !== 0) return -res | 0;\n return res;\n };\n\n // Unsigned comparison\n BN.prototype.ucmp = function ucmp (num) {\n // At this point both numbers have the same sign\n if (this.length > num.length) return 1;\n if (this.length < num.length) return -1;\n\n var res = 0;\n for (var i = this.length - 1; i >= 0; i--) {\n var a = this.words[i] | 0;\n var b = num.words[i] | 0;\n\n if (a === b) continue;\n if (a < b) {\n res = -1;\n } else if (a > b) {\n res = 1;\n }\n break;\n }\n return res;\n };\n\n BN.prototype.gtn = function gtn (num) {\n return this.cmpn(num) === 1;\n };\n\n BN.prototype.gt = function gt (num) {\n return this.cmp(num) === 1;\n };\n\n BN.prototype.gten = function gten (num) {\n return this.cmpn(num) >= 0;\n };\n\n BN.prototype.gte = function gte (num) {\n return this.cmp(num) >= 0;\n };\n\n BN.prototype.ltn = function ltn (num) {\n return this.cmpn(num) === -1;\n };\n\n BN.prototype.lt = function lt (num) {\n return this.cmp(num) === -1;\n };\n\n BN.prototype.lten = function lten (num) {\n return this.cmpn(num) <= 0;\n };\n\n BN.prototype.lte = function lte (num) {\n return this.cmp(num) <= 0;\n };\n\n BN.prototype.eqn = function eqn (num) {\n return this.cmpn(num) === 0;\n };\n\n BN.prototype.eq = function eq (num) {\n return this.cmp(num) === 0;\n };\n\n //\n // A reduce context, could be using montgomery or something better, depending\n // on the `m` itself.\n //\n BN.red = function red (num) {\n return new Red(num);\n };\n\n BN.prototype.toRed = function toRed (ctx) {\n assert(!this.red, 'Already a number in reduction context');\n assert(this.negative === 0, 'red works only with positives');\n return ctx.convertTo(this)._forceRed(ctx);\n };\n\n BN.prototype.fromRed = function fromRed () {\n assert(this.red, 'fromRed works only with numbers in reduction context');\n return this.red.convertFrom(this);\n };\n\n BN.prototype._forceRed = function _forceRed (ctx) {\n this.red = ctx;\n return this;\n };\n\n BN.prototype.forceRed = function forceRed (ctx) {\n assert(!this.red, 'Already a number in reduction context');\n return this._forceRed(ctx);\n };\n\n BN.prototype.redAdd = function redAdd (num) {\n assert(this.red, 'redAdd works only with red numbers');\n return this.red.add(this, num);\n };\n\n BN.prototype.redIAdd = function redIAdd (num) {\n assert(this.red, 'redIAdd works only with red numbers');\n return this.red.iadd(this, num);\n };\n\n BN.prototype.redSub = function redSub (num) {\n assert(this.red, 'redSub works only with red numbers');\n return this.red.sub(this, num);\n };\n\n BN.prototype.redISub = function redISub (num) {\n assert(this.red, 'redISub works only with red numbers');\n return this.red.isub(this, num);\n };\n\n BN.prototype.redShl = function redShl (num) {\n assert(this.red, 'redShl works only with red numbers');\n return this.red.shl(this, num);\n };\n\n BN.prototype.redMul = function redMul (num) {\n assert(this.red, 'redMul works only with red numbers');\n this.red._verify2(this, num);\n return this.red.mul(this, num);\n };\n\n BN.prototype.redIMul = function redIMul (num) {\n assert(this.red, 'redMul works only with red numbers');\n this.red._verify2(this, num);\n return this.red.imul(this, num);\n };\n\n BN.prototype.redSqr = function redSqr () {\n assert(this.red, 'redSqr works only with red numbers');\n this.red._verify1(this);\n return this.red.sqr(this);\n };\n\n BN.prototype.redISqr = function redISqr () {\n assert(this.red, 'redISqr works only with red numbers');\n this.red._verify1(this);\n return this.red.isqr(this);\n };\n\n // Square root over p\n BN.prototype.redSqrt = function redSqrt () {\n assert(this.red, 'redSqrt works only with red numbers');\n this.red._verify1(this);\n return this.red.sqrt(this);\n };\n\n BN.prototype.redInvm = function redInvm () {\n assert(this.red, 'redInvm works only with red numbers');\n this.red._verify1(this);\n return this.red.invm(this);\n };\n\n // Return negative clone of `this` % `red modulo`\n BN.prototype.redNeg = function redNeg () {\n assert(this.red, 'redNeg works only with red numbers');\n this.red._verify1(this);\n return this.red.neg(this);\n };\n\n BN.prototype.redPow = function redPow (num) {\n assert(this.red && !num.red, 'redPow(normalNum)');\n this.red._verify1(this);\n return this.red.pow(this, num);\n };\n\n // Prime numbers with efficient reduction\n var primes = {\n k256: null,\n p224: null,\n p192: null,\n p25519: null\n };\n\n // Pseudo-Mersenne prime\n function MPrime (name, p) {\n // P = 2 ^ N - K\n this.name = name;\n this.p = new BN(p, 16);\n this.n = this.p.bitLength();\n this.k = new BN(1).iushln(this.n).isub(this.p);\n\n this.tmp = this._tmp();\n }\n\n MPrime.prototype._tmp = function _tmp () {\n var tmp = new BN(null);\n tmp.words = new Array(Math.ceil(this.n / 13));\n return tmp;\n };\n\n MPrime.prototype.ireduce = function ireduce (num) {\n // Assumes that `num` is less than `P^2`\n // num = HI * (2 ^ N - K) + HI * K + LO = HI * K + LO (mod P)\n var r = num;\n var rlen;\n\n do {\n this.split(r, this.tmp);\n r = this.imulK(r);\n r = r.iadd(this.tmp);\n rlen = r.bitLength();\n } while (rlen > this.n);\n\n var cmp = rlen < this.n ? -1 : r.ucmp(this.p);\n if (cmp === 0) {\n r.words[0] = 0;\n r.length = 1;\n } else if (cmp > 0) {\n r.isub(this.p);\n } else {\n if (r.strip !== undefined) {\n // r is BN v4 instance\n r.strip();\n } else {\n // r is BN v5 instance\n r._strip();\n }\n }\n\n return r;\n };\n\n MPrime.prototype.split = function split (input, out) {\n input.iushrn(this.n, 0, out);\n };\n\n MPrime.prototype.imulK = function imulK (num) {\n return num.imul(this.k);\n };\n\n function K256 () {\n MPrime.call(\n this,\n 'k256',\n 'ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f');\n }\n inherits(K256, MPrime);\n\n K256.prototype.split = function split (input, output) {\n // 256 = 9 * 26 + 22\n var mask = 0x3fffff;\n\n var outLen = Math.min(input.length, 9);\n for (var i = 0; i < outLen; i++) {\n output.words[i] = input.words[i];\n }\n output.length = outLen;\n\n if (input.length <= 9) {\n input.words[0] = 0;\n input.length = 1;\n return;\n }\n\n // Shift by 9 limbs\n var prev = input.words[9];\n output.words[output.length++] = prev & mask;\n\n for (i = 10; i < input.length; i++) {\n var next = input.words[i] | 0;\n input.words[i - 10] = ((next & mask) << 4) | (prev >>> 22);\n prev = next;\n }\n prev >>>= 22;\n input.words[i - 10] = prev;\n if (prev === 0 && input.length > 10) {\n input.length -= 10;\n } else {\n input.length -= 9;\n }\n };\n\n K256.prototype.imulK = function imulK (num) {\n // K = 0x1000003d1 = [ 0x40, 0x3d1 ]\n num.words[num.length] = 0;\n num.words[num.length + 1] = 0;\n num.length += 2;\n\n // bounded at: 0x40 * 0x3ffffff + 0x3d0 = 0x100000390\n var lo = 0;\n for (var i = 0; i < num.length; i++) {\n var w = num.words[i] | 0;\n lo += w * 0x3d1;\n num.words[i] = lo & 0x3ffffff;\n lo = w * 0x40 + ((lo / 0x4000000) | 0);\n }\n\n // Fast length reduction\n if (num.words[num.length - 1] === 0) {\n num.length--;\n if (num.words[num.length - 1] === 0) {\n num.length--;\n }\n }\n return num;\n };\n\n function P224 () {\n MPrime.call(\n this,\n 'p224',\n 'ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001');\n }\n inherits(P224, MPrime);\n\n function P192 () {\n MPrime.call(\n this,\n 'p192',\n 'ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff');\n }\n inherits(P192, MPrime);\n\n function P25519 () {\n // 2 ^ 255 - 19\n MPrime.call(\n this,\n '25519',\n '7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed');\n }\n inherits(P25519, MPrime);\n\n P25519.prototype.imulK = function imulK (num) {\n // K = 0x13\n var carry = 0;\n for (var i = 0; i < num.length; i++) {\n var hi = (num.words[i] | 0) * 0x13 + carry;\n var lo = hi & 0x3ffffff;\n hi >>>= 26;\n\n num.words[i] = lo;\n carry = hi;\n }\n if (carry !== 0) {\n num.words[num.length++] = carry;\n }\n return num;\n };\n\n // Exported mostly for testing purposes, use plain name instead\n BN._prime = function prime (name) {\n // Cached version of prime\n if (primes[name]) return primes[name];\n\n var prime;\n if (name === 'k256') {\n prime = new K256();\n } else if (name === 'p224') {\n prime = new P224();\n } else if (name === 'p192') {\n prime = new P192();\n } else if (name === 'p25519') {\n prime = new P25519();\n } else {\n throw new Error('Unknown prime ' + name);\n }\n primes[name] = prime;\n\n return prime;\n };\n\n //\n // Base reduction engine\n //\n function Red (m) {\n if (typeof m === 'string') {\n var prime = BN._prime(m);\n this.m = prime.p;\n this.prime = prime;\n } else {\n assert(m.gtn(1), 'modulus must be greater than 1');\n this.m = m;\n this.prime = null;\n }\n }\n\n Red.prototype._verify1 = function _verify1 (a) {\n assert(a.negative === 0, 'red works only with positives');\n assert(a.red, 'red works only with red numbers');\n };\n\n Red.prototype._verify2 = function _verify2 (a, b) {\n assert((a.negative | b.negative) === 0, 'red works only with positives');\n assert(a.red && a.red === b.red,\n 'red works only with red numbers');\n };\n\n Red.prototype.imod = function imod (a) {\n if (this.prime) return this.prime.ireduce(a)._forceRed(this);\n return a.umod(this.m)._forceRed(this);\n };\n\n Red.prototype.neg = function neg (a) {\n if (a.isZero()) {\n return a.clone();\n }\n\n return this.m.sub(a)._forceRed(this);\n };\n\n Red.prototype.add = function add (a, b) {\n this._verify2(a, b);\n\n var res = a.add(b);\n if (res.cmp(this.m) >= 0) {\n res.isub(this.m);\n }\n return res._forceRed(this);\n };\n\n Red.prototype.iadd = function iadd (a, b) {\n this._verify2(a, b);\n\n var res = a.iadd(b);\n if (res.cmp(this.m) >= 0) {\n res.isub(this.m);\n }\n return res;\n };\n\n Red.prototype.sub = function sub (a, b) {\n this._verify2(a, b);\n\n var res = a.sub(b);\n if (res.cmpn(0) < 0) {\n res.iadd(this.m);\n }\n return res._forceRed(this);\n };\n\n Red.prototype.isub = function isub (a, b) {\n this._verify2(a, b);\n\n var res = a.isub(b);\n if (res.cmpn(0) < 0) {\n res.iadd(this.m);\n }\n return res;\n };\n\n Red.prototype.shl = function shl (a, num) {\n this._verify1(a);\n return this.imod(a.ushln(num));\n };\n\n Red.prototype.imul = function imul (a, b) {\n this._verify2(a, b);\n return this.imod(a.imul(b));\n };\n\n Red.prototype.mul = function mul (a, b) {\n this._verify2(a, b);\n return this.imod(a.mul(b));\n };\n\n Red.prototype.isqr = function isqr (a) {\n return this.imul(a, a.clone());\n };\n\n Red.prototype.sqr = function sqr (a) {\n return this.mul(a, a);\n };\n\n Red.prototype.sqrt = function sqrt (a) {\n if (a.isZero()) return a.clone();\n\n var mod3 = this.m.andln(3);\n assert(mod3 % 2 === 1);\n\n // Fast case\n if (mod3 === 3) {\n var pow = this.m.add(new BN(1)).iushrn(2);\n return this.pow(a, pow);\n }\n\n // Tonelli-Shanks algorithm (Totally unoptimized and slow)\n //\n // Find Q and S, that Q * 2 ^ S = (P - 1)\n var q = this.m.subn(1);\n var s = 0;\n while (!q.isZero() && q.andln(1) === 0) {\n s++;\n q.iushrn(1);\n }\n assert(!q.isZero());\n\n var one = new BN(1).toRed(this);\n var nOne = one.redNeg();\n\n // Find quadratic non-residue\n // NOTE: Max is such because of generalized Riemann hypothesis.\n var lpow = this.m.subn(1).iushrn(1);\n var z = this.m.bitLength();\n z = new BN(2 * z * z).toRed(this);\n\n while (this.pow(z, lpow).cmp(nOne) !== 0) {\n z.redIAdd(nOne);\n }\n\n var c = this.pow(z, q);\n var r = this.pow(a, q.addn(1).iushrn(1));\n var t = this.pow(a, q);\n var m = s;\n while (t.cmp(one) !== 0) {\n var tmp = t;\n for (var i = 0; tmp.cmp(one) !== 0; i++) {\n tmp = tmp.redSqr();\n }\n assert(i < m);\n var b = this.pow(c, new BN(1).iushln(m - i - 1));\n\n r = r.redMul(b);\n c = b.redSqr();\n t = t.redMul(c);\n m = i;\n }\n\n return r;\n };\n\n Red.prototype.invm = function invm (a) {\n var inv = a._invmp(this.m);\n if (inv.negative !== 0) {\n inv.negative = 0;\n return this.imod(inv).redNeg();\n } else {\n return this.imod(inv);\n }\n };\n\n Red.prototype.pow = function pow (a, num) {\n if (num.isZero()) return new BN(1).toRed(this);\n if (num.cmpn(1) === 0) return a.clone();\n\n var windowSize = 4;\n var wnd = new Array(1 << windowSize);\n wnd[0] = new BN(1).toRed(this);\n wnd[1] = a;\n for (var i = 2; i < wnd.length; i++) {\n wnd[i] = this.mul(wnd[i - 1], a);\n }\n\n var res = wnd[0];\n var current = 0;\n var currentLen = 0;\n var start = num.bitLength() % 26;\n if (start === 0) {\n start = 26;\n }\n\n for (i = num.length - 1; i >= 0; i--) {\n var word = num.words[i];\n for (var j = start - 1; j >= 0; j--) {\n var bit = (word >> j) & 1;\n if (res !== wnd[0]) {\n res = this.sqr(res);\n }\n\n if (bit === 0 && current === 0) {\n currentLen = 0;\n continue;\n }\n\n current <<= 1;\n current |= bit;\n currentLen++;\n if (currentLen !== windowSize && (i !== 0 || j !== 0)) continue;\n\n res = this.mul(res, wnd[current]);\n currentLen = 0;\n current = 0;\n }\n start = 26;\n }\n\n return res;\n };\n\n Red.prototype.convertTo = function convertTo (num) {\n var r = num.umod(this.m);\n\n return r === num ? r.clone() : r;\n };\n\n Red.prototype.convertFrom = function convertFrom (num) {\n var res = num.clone();\n res.red = null;\n return res;\n };\n\n //\n // Montgomery method engine\n //\n\n BN.mont = function mont (num) {\n return new Mont(num);\n };\n\n function Mont (m) {\n Red.call(this, m);\n\n this.shift = this.m.bitLength();\n if (this.shift % 26 !== 0) {\n this.shift += 26 - (this.shift % 26);\n }\n\n this.r = new BN(1).iushln(this.shift);\n this.r2 = this.imod(this.r.sqr());\n this.rinv = this.r._invmp(this.m);\n\n this.minv = this.rinv.mul(this.r).isubn(1).div(this.m);\n this.minv = this.minv.umod(this.r);\n this.minv = this.r.sub(this.minv);\n }\n inherits(Mont, Red);\n\n Mont.prototype.convertTo = function convertTo (num) {\n return this.imod(num.ushln(this.shift));\n };\n\n Mont.prototype.convertFrom = function convertFrom (num) {\n var r = this.imod(num.mul(this.rinv));\n r.red = null;\n return r;\n };\n\n Mont.prototype.imul = function imul (a, b) {\n if (a.isZero() || b.isZero()) {\n a.words[0] = 0;\n a.length = 1;\n return a;\n }\n\n var t = a.imul(b);\n var c = t.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m);\n var u = t.isub(c).iushrn(this.shift);\n var res = u;\n\n if (u.cmp(this.m) >= 0) {\n res = u.isub(this.m);\n } else if (u.cmpn(0) < 0) {\n res = u.iadd(this.m);\n }\n\n return res._forceRed(this);\n };\n\n Mont.prototype.mul = function mul (a, b) {\n if (a.isZero() || b.isZero()) return new BN(0)._forceRed(this);\n\n var t = a.mul(b);\n var c = t.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m);\n var u = t.isub(c).iushrn(this.shift);\n var res = u;\n if (u.cmp(this.m) >= 0) {\n res = u.isub(this.m);\n } else if (u.cmpn(0) < 0) {\n res = u.iadd(this.m);\n }\n\n return res._forceRed(this);\n };\n\n Mont.prototype.invm = function invm (a) {\n // (AR)^-1 * R^2 = (A^-1 * R^-1) * R^2 = A^-1 * R\n var res = this.imod(a._invmp(this.m).mul(this.r2));\n return res._forceRed(this);\n };\n})(typeof module === 'undefined' || module, this);\n","var r;\n\nmodule.exports = function rand(len) {\n if (!r)\n r = new Rand(null);\n\n return r.generate(len);\n};\n\nfunction Rand(rand) {\n this.rand = rand;\n}\nmodule.exports.Rand = Rand;\n\nRand.prototype.generate = function generate(len) {\n return this._rand(len);\n};\n\n// Emulate crypto API using randy\nRand.prototype._rand = function _rand(n) {\n if (this.rand.getBytes)\n return this.rand.getBytes(n);\n\n var res = new Uint8Array(n);\n for (var i = 0; i < res.length; i++)\n res[i] = this.rand.getByte();\n return res;\n};\n\nif (typeof self === 'object') {\n if (self.crypto && self.crypto.getRandomValues) {\n // Modern browsers\n Rand.prototype._rand = function _rand(n) {\n var arr = new Uint8Array(n);\n self.crypto.getRandomValues(arr);\n return arr;\n };\n } else if (self.msCrypto && self.msCrypto.getRandomValues) {\n // IE\n Rand.prototype._rand = function _rand(n) {\n var arr = new Uint8Array(n);\n self.msCrypto.getRandomValues(arr);\n return arr;\n };\n\n // Safari's WebWorkers do not have `crypto`\n } else if (typeof window === 'object') {\n // Old junk\n Rand.prototype._rand = function() {\n throw new Error('Not implemented yet');\n };\n }\n} else {\n // Node.js or Web worker with no crypto support\n try {\n var crypto = require('crypto');\n if (typeof crypto.randomBytes !== 'function')\n throw new Error('Not supported');\n\n Rand.prototype._rand = function _rand(n) {\n return crypto.randomBytes(n);\n };\n } catch (e) {\n }\n}\n","var bn = require('bn.js');\nvar brorand = require('brorand');\n\nfunction MillerRabin(rand) {\n this.rand = rand || new brorand.Rand();\n}\nmodule.exports = MillerRabin;\n\nMillerRabin.create = function create(rand) {\n return new MillerRabin(rand);\n};\n\nMillerRabin.prototype._randbelow = function _randbelow(n) {\n var len = n.bitLength();\n var min_bytes = Math.ceil(len / 8);\n\n // Generage random bytes until a number less than n is found.\n // This ensures that 0..n-1 have an equal probability of being selected.\n do\n var a = new bn(this.rand.generate(min_bytes));\n while (a.cmp(n) >= 0);\n\n return a;\n};\n\nMillerRabin.prototype._randrange = function _randrange(start, stop) {\n // Generate a random number greater than or equal to start and less than stop.\n var size = stop.sub(start);\n return start.add(this._randbelow(size));\n};\n\nMillerRabin.prototype.test = function test(n, k, cb) {\n var len = n.bitLength();\n var red = bn.mont(n);\n var rone = new bn(1).toRed(red);\n\n if (!k)\n k = Math.max(1, (len / 48) | 0);\n\n // Find d and s, (n - 1) = (2 ^ s) * d;\n var n1 = n.subn(1);\n for (var s = 0; !n1.testn(s); s++) {}\n var d = n.shrn(s);\n\n var rn1 = n1.toRed(red);\n\n var prime = true;\n for (; k > 0; k--) {\n var a = this._randrange(new bn(2), n1);\n if (cb)\n cb(a);\n\n var x = a.toRed(red).redPow(d);\n if (x.cmp(rone) === 0 || x.cmp(rn1) === 0)\n continue;\n\n for (var i = 1; i < s; i++) {\n x = x.redSqr();\n\n if (x.cmp(rone) === 0)\n return false;\n if (x.cmp(rn1) === 0)\n break;\n }\n\n if (i === s)\n return false;\n }\n\n return prime;\n};\n\nMillerRabin.prototype.getDivisor = function getDivisor(n, k) {\n var len = n.bitLength();\n var red = bn.mont(n);\n var rone = new bn(1).toRed(red);\n\n if (!k)\n k = Math.max(1, (len / 48) | 0);\n\n // Find d and s, (n - 1) = (2 ^ s) * d;\n var n1 = n.subn(1);\n for (var s = 0; !n1.testn(s); s++) {}\n var d = n.shrn(s);\n\n var rn1 = n1.toRed(red);\n\n for (; k > 0; k--) {\n var a = this._randrange(new bn(2), n1);\n\n var g = n.gcd(a);\n if (g.cmpn(1) !== 0)\n return g;\n\n var x = a.toRed(red).redPow(d);\n if (x.cmp(rone) === 0 || x.cmp(rn1) === 0)\n continue;\n\n for (var i = 1; i < s; i++) {\n x = x.redSqr();\n\n if (x.cmp(rone) === 0)\n return x.fromRed().subn(1).gcd(n);\n if (x.cmp(rn1) === 0)\n break;\n }\n\n if (i === s) {\n x = x.redSqr();\n return x.fromRed().subn(1).gcd(n);\n }\n }\n\n return false;\n};\n","var randomBytes = require('randombytes');\nmodule.exports = findPrime;\nfindPrime.simpleSieve = simpleSieve;\nfindPrime.fermatTest = fermatTest;\nvar BN = require('bn.js');\nvar TWENTYFOUR = new BN(24);\nvar MillerRabin = require('miller-rabin');\nvar millerRabin = new MillerRabin();\nvar ONE = new BN(1);\nvar TWO = new BN(2);\nvar FIVE = new BN(5);\nvar SIXTEEN = new BN(16);\nvar EIGHT = new BN(8);\nvar TEN = new BN(10);\nvar THREE = new BN(3);\nvar SEVEN = new BN(7);\nvar ELEVEN = new BN(11);\nvar FOUR = new BN(4);\nvar TWELVE = new BN(12);\nvar primes = null;\n\nfunction _getPrimes() {\n if (primes !== null)\n return primes;\n\n var limit = 0x100000;\n var res = [];\n res[0] = 2;\n for (var i = 1, k = 3; k < limit; k += 2) {\n var sqrt = Math.ceil(Math.sqrt(k));\n for (var j = 0; j < i && res[j] <= sqrt; j++)\n if (k % res[j] === 0)\n break;\n\n if (i !== j && res[j] <= sqrt)\n continue;\n\n res[i++] = k;\n }\n primes = res;\n return res;\n}\n\nfunction simpleSieve(p) {\n var primes = _getPrimes();\n\n for (var i = 0; i < primes.length; i++)\n if (p.modn(primes[i]) === 0) {\n if (p.cmpn(primes[i]) === 0) {\n return true;\n } else {\n return false;\n }\n }\n\n return true;\n}\n\nfunction fermatTest(p) {\n var red = BN.mont(p);\n return TWO.toRed(red).redPow(p.subn(1)).fromRed().cmpn(1) === 0;\n}\n\nfunction findPrime(bits, gen) {\n if (bits < 16) {\n // this is what openssl does\n if (gen === 2 || gen === 5) {\n return new BN([0x8c, 0x7b]);\n } else {\n return new BN([0x8c, 0x27]);\n }\n }\n gen = new BN(gen);\n\n var num, n2;\n\n while (true) {\n num = new BN(randomBytes(Math.ceil(bits / 8)));\n while (num.bitLength() > bits) {\n num.ishrn(1);\n }\n if (num.isEven()) {\n num.iadd(ONE);\n }\n if (!num.testn(1)) {\n num.iadd(TWO);\n }\n if (!gen.cmp(TWO)) {\n while (num.mod(TWENTYFOUR).cmp(ELEVEN)) {\n num.iadd(FOUR);\n }\n } else if (!gen.cmp(FIVE)) {\n while (num.mod(TEN).cmp(THREE)) {\n num.iadd(FOUR);\n }\n }\n n2 = num.shrn(1);\n if (simpleSieve(n2) && simpleSieve(num) &&\n fermatTest(n2) && fermatTest(num) &&\n millerRabin.test(n2) && millerRabin.test(num)) {\n return num;\n }\n }\n\n}\n","module.exports={modp1:{gen:\"02\",prime:\"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a63a3620ffffffffffffffff\"},modp2:{gen:\"02\",prime:\"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece65381ffffffffffffffff\"},modp5:{gen:\"02\",prime:\"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca237327ffffffffffffffff\"},modp14:{gen:\"02\",prime:\"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aacaa68ffffffffffffffff\"},modp15:{gen:\"02\",prime:\"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a93ad2caffffffffffffffff\"},modp16:{gen:\"02\",prime:\"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c934063199ffffffffffffffff\"},modp17:{gen:\"02\",prime:\"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c93402849236c3fab4d27c7026c1d4dcb2602646dec9751e763dba37bdf8ff9406ad9e530ee5db382f413001aeb06a53ed9027d831179727b0865a8918da3edbebcf9b14ed44ce6cbaced4bb1bdb7f1447e6cc254b332051512bd7af426fb8f401378cd2bf5983ca01c64b92ecf032ea15d1721d03f482d7ce6e74fef6d55e702f46980c82b5a84031900b1c9e59e7c97fbec7e8f323a97a7e36cc88be0f1d45b7ff585ac54bd407b22b4154aacc8f6d7ebf48e1d814cc5ed20f8037e0a79715eef29be32806a1d58bb7c5da76f550aa3d8a1fbff0eb19ccb1a313d55cda56c9ec2ef29632387fe8d76e3c0468043e8f663f4860ee12bf2d5b0b7474d6e694f91e6dcc4024ffffffffffffffff\"},modp18:{gen:\"02\",prime:\"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c93402849236c3fab4d27c7026c1d4dcb2602646dec9751e763dba37bdf8ff9406ad9e530ee5db382f413001aeb06a53ed9027d831179727b0865a8918da3edbebcf9b14ed44ce6cbaced4bb1bdb7f1447e6cc254b332051512bd7af426fb8f401378cd2bf5983ca01c64b92ecf032ea15d1721d03f482d7ce6e74fef6d55e702f46980c82b5a84031900b1c9e59e7c97fbec7e8f323a97a7e36cc88be0f1d45b7ff585ac54bd407b22b4154aacc8f6d7ebf48e1d814cc5ed20f8037e0a79715eef29be32806a1d58bb7c5da76f550aa3d8a1fbff0eb19ccb1a313d55cda56c9ec2ef29632387fe8d76e3c0468043e8f663f4860ee12bf2d5b0b7474d6e694f91e6dbe115974a3926f12fee5e438777cb6a932df8cd8bec4d073b931ba3bc832b68d9dd300741fa7bf8afc47ed2576f6936ba424663aab639c5ae4f5683423b4742bf1c978238f16cbe39d652de3fdb8befc848ad922222e04a4037c0713eb57a81a23f0c73473fc646cea306b4bcbc8862f8385ddfa9d4b7fa2c087e879683303ed5bdd3a062b3cf5b3a278a66d2a13f83f44f82ddf310ee074ab6a364597e899a0255dc164f31cc50846851df9ab48195ded7ea1b1d510bd7ee74d73faf36bc31ecfa268359046f4eb879f924009438b481c6cd7889a002ed5ee382bc9190da6fc026e479558e4475677e9aa9e3050e2765694dfc81f56e880b96e7160c980dd98edd3dfffffffffffffffff\"}};","var BN = require('bn.js');\nvar MillerRabin = require('miller-rabin');\nvar millerRabin = new MillerRabin();\nvar TWENTYFOUR = new BN(24);\nvar ELEVEN = new BN(11);\nvar TEN = new BN(10);\nvar THREE = new BN(3);\nvar SEVEN = new BN(7);\nvar primes = require('./generatePrime');\nvar randomBytes = require('randombytes');\nmodule.exports = DH;\n\nfunction setPublicKey(pub, enc) {\n enc = enc || 'utf8';\n if (!Buffer.isBuffer(pub)) {\n pub = new Buffer(pub, enc);\n }\n this._pub = new BN(pub);\n return this;\n}\n\nfunction setPrivateKey(priv, enc) {\n enc = enc || 'utf8';\n if (!Buffer.isBuffer(priv)) {\n priv = new Buffer(priv, enc);\n }\n this._priv = new BN(priv);\n return this;\n}\n\nvar primeCache = {};\nfunction checkPrime(prime, generator) {\n var gen = generator.toString('hex');\n var hex = [gen, prime.toString(16)].join('_');\n if (hex in primeCache) {\n return primeCache[hex];\n }\n var error = 0;\n\n if (prime.isEven() ||\n !primes.simpleSieve ||\n !primes.fermatTest(prime) ||\n !millerRabin.test(prime)) {\n //not a prime so +1\n error += 1;\n\n if (gen === '02' || gen === '05') {\n // we'd be able to check the generator\n // it would fail so +8\n error += 8;\n } else {\n //we wouldn't be able to test the generator\n // so +4\n error += 4;\n }\n primeCache[hex] = error;\n return error;\n }\n if (!millerRabin.test(prime.shrn(1))) {\n //not a safe prime\n error += 2;\n }\n var rem;\n switch (gen) {\n case '02':\n if (prime.mod(TWENTYFOUR).cmp(ELEVEN)) {\n // unsuidable generator\n error += 8;\n }\n break;\n case '05':\n rem = prime.mod(TEN);\n if (rem.cmp(THREE) && rem.cmp(SEVEN)) {\n // prime mod 10 needs to equal 3 or 7\n error += 8;\n }\n break;\n default:\n error += 4;\n }\n primeCache[hex] = error;\n return error;\n}\n\nfunction DH(prime, generator, malleable) {\n this.setGenerator(generator);\n this.__prime = new BN(prime);\n this._prime = BN.mont(this.__prime);\n this._primeLen = prime.length;\n this._pub = undefined;\n this._priv = undefined;\n this._primeCode = undefined;\n if (malleable) {\n this.setPublicKey = setPublicKey;\n this.setPrivateKey = setPrivateKey;\n } else {\n this._primeCode = 8;\n }\n}\nObject.defineProperty(DH.prototype, 'verifyError', {\n enumerable: true,\n get: function () {\n if (typeof this._primeCode !== 'number') {\n this._primeCode = checkPrime(this.__prime, this.__gen);\n }\n return this._primeCode;\n }\n});\nDH.prototype.generateKeys = function () {\n if (!this._priv) {\n this._priv = new BN(randomBytes(this._primeLen));\n }\n this._pub = this._gen.toRed(this._prime).redPow(this._priv).fromRed();\n return this.getPublicKey();\n};\n\nDH.prototype.computeSecret = function (other) {\n other = new BN(other);\n other = other.toRed(this._prime);\n var secret = other.redPow(this._priv).fromRed();\n var out = new Buffer(secret.toArray());\n var prime = this.getPrime();\n if (out.length < prime.length) {\n var front = new Buffer(prime.length - out.length);\n front.fill(0);\n out = Buffer.concat([front, out]);\n }\n return out;\n};\n\nDH.prototype.getPublicKey = function getPublicKey(enc) {\n return formatReturnValue(this._pub, enc);\n};\n\nDH.prototype.getPrivateKey = function getPrivateKey(enc) {\n return formatReturnValue(this._priv, enc);\n};\n\nDH.prototype.getPrime = function (enc) {\n return formatReturnValue(this.__prime, enc);\n};\n\nDH.prototype.getGenerator = function (enc) {\n return formatReturnValue(this._gen, enc);\n};\n\nDH.prototype.setGenerator = function (gen, enc) {\n enc = enc || 'utf8';\n if (!Buffer.isBuffer(gen)) {\n gen = new Buffer(gen, enc);\n }\n this.__gen = gen;\n this._gen = new BN(gen);\n return this;\n};\n\nfunction formatReturnValue(bn, enc) {\n var buf = new Buffer(bn.toArray());\n if (!enc) {\n return buf;\n } else {\n return buf.toString(enc);\n }\n}\n","var generatePrime = require('./lib/generatePrime')\nvar primes = require('./lib/primes.json')\n\nvar DH = require('./lib/dh')\n\nfunction getDiffieHellman (mod) {\n var prime = new Buffer(primes[mod].prime, 'hex')\n var gen = new Buffer(primes[mod].gen, 'hex')\n\n return new DH(prime, gen)\n}\n\nvar ENCODINGS = {\n 'binary': true, 'hex': true, 'base64': true\n}\n\nfunction createDiffieHellman (prime, enc, generator, genc) {\n if (Buffer.isBuffer(enc) || ENCODINGS[enc] === undefined) {\n return createDiffieHellman(prime, 'binary', enc, generator)\n }\n\n enc = enc || 'binary'\n genc = genc || 'binary'\n generator = generator || new Buffer([2])\n\n if (!Buffer.isBuffer(generator)) {\n generator = new Buffer(generator, genc)\n }\n\n if (typeof prime === 'number') {\n return new DH(generatePrime(prime, generator), generator, true)\n }\n\n if (!Buffer.isBuffer(prime)) {\n prime = new Buffer(prime, enc)\n }\n\n return new DH(prime, generator, true)\n}\n\nexports.DiffieHellmanGroup = exports.createDiffieHellmanGroup = exports.getDiffieHellman = getDiffieHellman\nexports.createDiffieHellman = exports.DiffieHellman = createDiffieHellman\n","module.exports = require('events').EventEmitter;\n","'use strict';\n\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\n\nvar _require = require('buffer'),\n Buffer = _require.Buffer;\n\nvar _require2 = require('util'),\n inspect = _require2.inspect;\n\nvar custom = inspect && inspect.custom || 'inspect';\n\nfunction copyBuffer(src, target, offset) {\n Buffer.prototype.copy.call(src, target, offset);\n}\n\nmodule.exports =\n/*#__PURE__*/\nfunction () {\n function BufferList() {\n _classCallCheck(this, BufferList);\n\n this.head = null;\n this.tail = null;\n this.length = 0;\n }\n\n _createClass(BufferList, [{\n key: \"push\",\n value: function push(v) {\n var entry = {\n data: v,\n next: null\n };\n if (this.length > 0) this.tail.next = entry;else this.head = entry;\n this.tail = entry;\n ++this.length;\n }\n }, {\n key: \"unshift\",\n value: function unshift(v) {\n var entry = {\n data: v,\n next: this.head\n };\n if (this.length === 0) this.tail = entry;\n this.head = entry;\n ++this.length;\n }\n }, {\n key: \"shift\",\n value: function shift() {\n if (this.length === 0) return;\n var ret = this.head.data;\n if (this.length === 1) this.head = this.tail = null;else this.head = this.head.next;\n --this.length;\n return ret;\n }\n }, {\n key: \"clear\",\n value: function clear() {\n this.head = this.tail = null;\n this.length = 0;\n }\n }, {\n key: \"join\",\n value: function join(s) {\n if (this.length === 0) return '';\n var p = this.head;\n var ret = '' + p.data;\n\n while (p = p.next) {\n ret += s + p.data;\n }\n\n return ret;\n }\n }, {\n key: \"concat\",\n value: function concat(n) {\n if (this.length === 0) return Buffer.alloc(0);\n var ret = Buffer.allocUnsafe(n >>> 0);\n var p = this.head;\n var i = 0;\n\n while (p) {\n copyBuffer(p.data, ret, i);\n i += p.data.length;\n p = p.next;\n }\n\n return ret;\n } // Consumes a specified amount of bytes or characters from the buffered data.\n\n }, {\n key: \"consume\",\n value: function consume(n, hasStrings) {\n var ret;\n\n if (n < this.head.data.length) {\n // `slice` is the same for buffers and strings.\n ret = this.head.data.slice(0, n);\n this.head.data = this.head.data.slice(n);\n } else if (n === this.head.data.length) {\n // First chunk is a perfect match.\n ret = this.shift();\n } else {\n // Result spans more than one buffer.\n ret = hasStrings ? this._getString(n) : this._getBuffer(n);\n }\n\n return ret;\n }\n }, {\n key: \"first\",\n value: function first() {\n return this.head.data;\n } // Consumes a specified amount of characters from the buffered data.\n\n }, {\n key: \"_getString\",\n value: function _getString(n) {\n var p = this.head;\n var c = 1;\n var ret = p.data;\n n -= ret.length;\n\n while (p = p.next) {\n var str = p.data;\n var nb = n > str.length ? str.length : n;\n if (nb === str.length) ret += str;else ret += str.slice(0, n);\n n -= nb;\n\n if (n === 0) {\n if (nb === str.length) {\n ++c;\n if (p.next) this.head = p.next;else this.head = this.tail = null;\n } else {\n this.head = p;\n p.data = str.slice(nb);\n }\n\n break;\n }\n\n ++c;\n }\n\n this.length -= c;\n return ret;\n } // Consumes a specified amount of bytes from the buffered data.\n\n }, {\n key: \"_getBuffer\",\n value: function _getBuffer(n) {\n var ret = Buffer.allocUnsafe(n);\n var p = this.head;\n var c = 1;\n p.data.copy(ret);\n n -= p.data.length;\n\n while (p = p.next) {\n var buf = p.data;\n var nb = n > buf.length ? buf.length : n;\n buf.copy(ret, ret.length - n, 0, nb);\n n -= nb;\n\n if (n === 0) {\n if (nb === buf.length) {\n ++c;\n if (p.next) this.head = p.next;else this.head = this.tail = null;\n } else {\n this.head = p;\n p.data = buf.slice(nb);\n }\n\n break;\n }\n\n ++c;\n }\n\n this.length -= c;\n return ret;\n } // Make sure the linked list only shows the minimal necessary information.\n\n }, {\n key: custom,\n value: function value(_, options) {\n return inspect(this, _objectSpread({}, options, {\n // Only inspect one level.\n depth: 0,\n // It should not recurse.\n customInspect: false\n }));\n }\n }]);\n\n return BufferList;\n}();","'use strict'; // undocumented cb() API, needed for core, not for public API\n\nfunction destroy(err, cb) {\n var _this = this;\n\n var readableDestroyed = this._readableState && this._readableState.destroyed;\n var writableDestroyed = this._writableState && this._writableState.destroyed;\n\n if (readableDestroyed || writableDestroyed) {\n if (cb) {\n cb(err);\n } else if (err) {\n if (!this._writableState) {\n process.nextTick(emitErrorNT, this, err);\n } else if (!this._writableState.errorEmitted) {\n this._writableState.errorEmitted = true;\n process.nextTick(emitErrorNT, this, err);\n }\n }\n\n return this;\n } // we set destroyed to true before firing error callbacks in order\n // to make it re-entrance safe in case destroy() is called within callbacks\n\n\n if (this._readableState) {\n this._readableState.destroyed = true;\n } // if this is a duplex stream mark the writable part as destroyed as well\n\n\n if (this._writableState) {\n this._writableState.destroyed = true;\n }\n\n this._destroy(err || null, function (err) {\n if (!cb && err) {\n if (!_this._writableState) {\n process.nextTick(emitErrorAndCloseNT, _this, err);\n } else if (!_this._writableState.errorEmitted) {\n _this._writableState.errorEmitted = true;\n process.nextTick(emitErrorAndCloseNT, _this, err);\n } else {\n process.nextTick(emitCloseNT, _this);\n }\n } else if (cb) {\n process.nextTick(emitCloseNT, _this);\n cb(err);\n } else {\n process.nextTick(emitCloseNT, _this);\n }\n });\n\n return this;\n}\n\nfunction emitErrorAndCloseNT(self, err) {\n emitErrorNT(self, err);\n emitCloseNT(self);\n}\n\nfunction emitCloseNT(self) {\n if (self._writableState && !self._writableState.emitClose) return;\n if (self._readableState && !self._readableState.emitClose) return;\n self.emit('close');\n}\n\nfunction undestroy() {\n if (this._readableState) {\n this._readableState.destroyed = false;\n this._readableState.reading = false;\n this._readableState.ended = false;\n this._readableState.endEmitted = false;\n }\n\n if (this._writableState) {\n this._writableState.destroyed = false;\n this._writableState.ended = false;\n this._writableState.ending = false;\n this._writableState.finalCalled = false;\n this._writableState.prefinished = false;\n this._writableState.finished = false;\n this._writableState.errorEmitted = false;\n }\n}\n\nfunction emitErrorNT(self, err) {\n self.emit('error', err);\n}\n\nfunction errorOrDestroy(stream, err) {\n // We have tests that rely on errors being emitted\n // in the same tick, so changing this is semver major.\n // For now when you opt-in to autoDestroy we allow\n // the error to be emitted nextTick. In a future\n // semver major update we should change the default to this.\n var rState = stream._readableState;\n var wState = stream._writableState;\n if (rState && rState.autoDestroy || wState && wState.autoDestroy) stream.destroy(err);else stream.emit('error', err);\n}\n\nmodule.exports = {\n destroy: destroy,\n undestroy: undestroy,\n errorOrDestroy: errorOrDestroy\n};","'use strict';\n\nfunction _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; }\n\nvar codes = {};\n\nfunction createErrorType(code, message, Base) {\n if (!Base) {\n Base = Error;\n }\n\n function getMessage(arg1, arg2, arg3) {\n if (typeof message === 'string') {\n return message;\n } else {\n return message(arg1, arg2, arg3);\n }\n }\n\n var NodeError =\n /*#__PURE__*/\n function (_Base) {\n _inheritsLoose(NodeError, _Base);\n\n function NodeError(arg1, arg2, arg3) {\n return _Base.call(this, getMessage(arg1, arg2, arg3)) || this;\n }\n\n return NodeError;\n }(Base);\n\n NodeError.prototype.name = Base.name;\n NodeError.prototype.code = code;\n codes[code] = NodeError;\n} // https://github.com/nodejs/node/blob/v10.8.0/lib/internal/errors.js\n\n\nfunction oneOf(expected, thing) {\n if (Array.isArray(expected)) {\n var len = expected.length;\n expected = expected.map(function (i) {\n return String(i);\n });\n\n if (len > 2) {\n return \"one of \".concat(thing, \" \").concat(expected.slice(0, len - 1).join(', '), \", or \") + expected[len - 1];\n } else if (len === 2) {\n return \"one of \".concat(thing, \" \").concat(expected[0], \" or \").concat(expected[1]);\n } else {\n return \"of \".concat(thing, \" \").concat(expected[0]);\n }\n } else {\n return \"of \".concat(thing, \" \").concat(String(expected));\n }\n} // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/startsWith\n\n\nfunction startsWith(str, search, pos) {\n return str.substr(!pos || pos < 0 ? 0 : +pos, search.length) === search;\n} // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/endsWith\n\n\nfunction endsWith(str, search, this_len) {\n if (this_len === undefined || this_len > str.length) {\n this_len = str.length;\n }\n\n return str.substring(this_len - search.length, this_len) === search;\n} // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/includes\n\n\nfunction includes(str, search, start) {\n if (typeof start !== 'number') {\n start = 0;\n }\n\n if (start + search.length > str.length) {\n return false;\n } else {\n return str.indexOf(search, start) !== -1;\n }\n}\n\ncreateErrorType('ERR_INVALID_OPT_VALUE', function (name, value) {\n return 'The value \"' + value + '\" is invalid for option \"' + name + '\"';\n}, TypeError);\ncreateErrorType('ERR_INVALID_ARG_TYPE', function (name, expected, actual) {\n // determiner: 'must be' or 'must not be'\n var determiner;\n\n if (typeof expected === 'string' && startsWith(expected, 'not ')) {\n determiner = 'must not be';\n expected = expected.replace(/^not /, '');\n } else {\n determiner = 'must be';\n }\n\n var msg;\n\n if (endsWith(name, ' argument')) {\n // For cases like 'first argument'\n msg = \"The \".concat(name, \" \").concat(determiner, \" \").concat(oneOf(expected, 'type'));\n } else {\n var type = includes(name, '.') ? 'property' : 'argument';\n msg = \"The \\\"\".concat(name, \"\\\" \").concat(type, \" \").concat(determiner, \" \").concat(oneOf(expected, 'type'));\n }\n\n msg += \". Received type \".concat(typeof actual);\n return msg;\n}, TypeError);\ncreateErrorType('ERR_STREAM_PUSH_AFTER_EOF', 'stream.push() after EOF');\ncreateErrorType('ERR_METHOD_NOT_IMPLEMENTED', function (name) {\n return 'The ' + name + ' method is not implemented';\n});\ncreateErrorType('ERR_STREAM_PREMATURE_CLOSE', 'Premature close');\ncreateErrorType('ERR_STREAM_DESTROYED', function (name) {\n return 'Cannot call ' + name + ' after a stream was destroyed';\n});\ncreateErrorType('ERR_MULTIPLE_CALLBACK', 'Callback called multiple times');\ncreateErrorType('ERR_STREAM_CANNOT_PIPE', 'Cannot pipe, not readable');\ncreateErrorType('ERR_STREAM_WRITE_AFTER_END', 'write after end');\ncreateErrorType('ERR_STREAM_NULL_VALUES', 'May not write null values to stream', TypeError);\ncreateErrorType('ERR_UNKNOWN_ENCODING', function (arg) {\n return 'Unknown encoding: ' + arg;\n}, TypeError);\ncreateErrorType('ERR_STREAM_UNSHIFT_AFTER_END_EVENT', 'stream.unshift() after end event');\nmodule.exports.codes = codes;\n","'use strict';\n\nvar ERR_INVALID_OPT_VALUE = require('../../../errors').codes.ERR_INVALID_OPT_VALUE;\n\nfunction highWaterMarkFrom(options, isDuplex, duplexKey) {\n return options.highWaterMark != null ? options.highWaterMark : isDuplex ? options[duplexKey] : null;\n}\n\nfunction getHighWaterMark(state, options, duplexKey, isDuplex) {\n var hwm = highWaterMarkFrom(options, isDuplex, duplexKey);\n\n if (hwm != null) {\n if (!(isFinite(hwm) && Math.floor(hwm) === hwm) || hwm < 0) {\n var name = isDuplex ? duplexKey : 'highWaterMark';\n throw new ERR_INVALID_OPT_VALUE(name, hwm);\n }\n\n return Math.floor(hwm);\n } // Default value\n\n\n return state.objectMode ? 16 : 16 * 1024;\n}\n\nmodule.exports = {\n getHighWaterMark: getHighWaterMark\n};","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n// A bit simpler than readable streams.\n// Implement an async ._write(chunk, encoding, cb), and it'll handle all\n// the drain event emission and buffering.\n'use strict';\n\nmodule.exports = Writable;\n/* */\n\nfunction WriteReq(chunk, encoding, cb) {\n this.chunk = chunk;\n this.encoding = encoding;\n this.callback = cb;\n this.next = null;\n} // It seems a linked list but it is not\n// there will be only 2 of these for each stream\n\n\nfunction CorkedRequest(state) {\n var _this = this;\n\n this.next = null;\n this.entry = null;\n\n this.finish = function () {\n onCorkedFinish(_this, state);\n };\n}\n/* */\n\n/**/\n\n\nvar Duplex;\n/**/\n\nWritable.WritableState = WritableState;\n/**/\n\nvar internalUtil = {\n deprecate: require('util-deprecate')\n};\n/**/\n\n/**/\n\nvar Stream = require('./internal/streams/stream');\n/**/\n\n\nvar Buffer = require('buffer').Buffer;\n\nvar OurUint8Array = global.Uint8Array || function () {};\n\nfunction _uint8ArrayToBuffer(chunk) {\n return Buffer.from(chunk);\n}\n\nfunction _isUint8Array(obj) {\n return Buffer.isBuffer(obj) || obj instanceof OurUint8Array;\n}\n\nvar destroyImpl = require('./internal/streams/destroy');\n\nvar _require = require('./internal/streams/state'),\n getHighWaterMark = _require.getHighWaterMark;\n\nvar _require$codes = require('../errors').codes,\n ERR_INVALID_ARG_TYPE = _require$codes.ERR_INVALID_ARG_TYPE,\n ERR_METHOD_NOT_IMPLEMENTED = _require$codes.ERR_METHOD_NOT_IMPLEMENTED,\n ERR_MULTIPLE_CALLBACK = _require$codes.ERR_MULTIPLE_CALLBACK,\n ERR_STREAM_CANNOT_PIPE = _require$codes.ERR_STREAM_CANNOT_PIPE,\n ERR_STREAM_DESTROYED = _require$codes.ERR_STREAM_DESTROYED,\n ERR_STREAM_NULL_VALUES = _require$codes.ERR_STREAM_NULL_VALUES,\n ERR_STREAM_WRITE_AFTER_END = _require$codes.ERR_STREAM_WRITE_AFTER_END,\n ERR_UNKNOWN_ENCODING = _require$codes.ERR_UNKNOWN_ENCODING;\n\nvar errorOrDestroy = destroyImpl.errorOrDestroy;\n\nrequire('inherits')(Writable, Stream);\n\nfunction nop() {}\n\nfunction WritableState(options, stream, isDuplex) {\n Duplex = Duplex || require('./_stream_duplex');\n options = options || {}; // Duplex streams are both readable and writable, but share\n // the same options object.\n // However, some cases require setting options to different\n // values for the readable and the writable sides of the duplex stream,\n // e.g. options.readableObjectMode vs. options.writableObjectMode, etc.\n\n if (typeof isDuplex !== 'boolean') isDuplex = stream instanceof Duplex; // object stream flag to indicate whether or not this stream\n // contains buffers or objects.\n\n this.objectMode = !!options.objectMode;\n if (isDuplex) this.objectMode = this.objectMode || !!options.writableObjectMode; // the point at which write() starts returning false\n // Note: 0 is a valid value, means that we always return false if\n // the entire buffer is not flushed immediately on write()\n\n this.highWaterMark = getHighWaterMark(this, options, 'writableHighWaterMark', isDuplex); // if _final has been called\n\n this.finalCalled = false; // drain event flag.\n\n this.needDrain = false; // at the start of calling end()\n\n this.ending = false; // when end() has been called, and returned\n\n this.ended = false; // when 'finish' is emitted\n\n this.finished = false; // has it been destroyed\n\n this.destroyed = false; // should we decode strings into buffers before passing to _write?\n // this is here so that some node-core streams can optimize string\n // handling at a lower level.\n\n var noDecode = options.decodeStrings === false;\n this.decodeStrings = !noDecode; // Crypto is kind of old and crusty. Historically, its default string\n // encoding is 'binary' so we have to make this configurable.\n // Everything else in the universe uses 'utf8', though.\n\n this.defaultEncoding = options.defaultEncoding || 'utf8'; // not an actual buffer we keep track of, but a measurement\n // of how much we're waiting to get pushed to some underlying\n // socket or file.\n\n this.length = 0; // a flag to see when we're in the middle of a write.\n\n this.writing = false; // when true all writes will be buffered until .uncork() call\n\n this.corked = 0; // a flag to be able to tell if the onwrite cb is called immediately,\n // or on a later tick. We set this to true at first, because any\n // actions that shouldn't happen until \"later\" should generally also\n // not happen before the first write call.\n\n this.sync = true; // a flag to know if we're processing previously buffered items, which\n // may call the _write() callback in the same tick, so that we don't\n // end up in an overlapped onwrite situation.\n\n this.bufferProcessing = false; // the callback that's passed to _write(chunk,cb)\n\n this.onwrite = function (er) {\n onwrite(stream, er);\n }; // the callback that the user supplies to write(chunk,encoding,cb)\n\n\n this.writecb = null; // the amount that is being written when _write is called.\n\n this.writelen = 0;\n this.bufferedRequest = null;\n this.lastBufferedRequest = null; // number of pending user-supplied write callbacks\n // this must be 0 before 'finish' can be emitted\n\n this.pendingcb = 0; // emit prefinish if the only thing we're waiting for is _write cbs\n // This is relevant for synchronous Transform streams\n\n this.prefinished = false; // True if the error was already emitted and should not be thrown again\n\n this.errorEmitted = false; // Should close be emitted on destroy. Defaults to true.\n\n this.emitClose = options.emitClose !== false; // Should .destroy() be called after 'finish' (and potentially 'end')\n\n this.autoDestroy = !!options.autoDestroy; // count buffered requests\n\n this.bufferedRequestCount = 0; // allocate the first CorkedRequest, there is always\n // one allocated and free to use, and we maintain at most two\n\n this.corkedRequestsFree = new CorkedRequest(this);\n}\n\nWritableState.prototype.getBuffer = function getBuffer() {\n var current = this.bufferedRequest;\n var out = [];\n\n while (current) {\n out.push(current);\n current = current.next;\n }\n\n return out;\n};\n\n(function () {\n try {\n Object.defineProperty(WritableState.prototype, 'buffer', {\n get: internalUtil.deprecate(function writableStateBufferGetter() {\n return this.getBuffer();\n }, '_writableState.buffer is deprecated. Use _writableState.getBuffer ' + 'instead.', 'DEP0003')\n });\n } catch (_) {}\n})(); // Test _writableState for inheritance to account for Duplex streams,\n// whose prototype chain only points to Readable.\n\n\nvar realHasInstance;\n\nif (typeof Symbol === 'function' && Symbol.hasInstance && typeof Function.prototype[Symbol.hasInstance] === 'function') {\n realHasInstance = Function.prototype[Symbol.hasInstance];\n Object.defineProperty(Writable, Symbol.hasInstance, {\n value: function value(object) {\n if (realHasInstance.call(this, object)) return true;\n if (this !== Writable) return false;\n return object && object._writableState instanceof WritableState;\n }\n });\n} else {\n realHasInstance = function realHasInstance(object) {\n return object instanceof this;\n };\n}\n\nfunction Writable(options) {\n Duplex = Duplex || require('./_stream_duplex'); // Writable ctor is applied to Duplexes, too.\n // `realHasInstance` is necessary because using plain `instanceof`\n // would return false, as no `_writableState` property is attached.\n // Trying to use the custom `instanceof` for Writable here will also break the\n // Node.js LazyTransform implementation, which has a non-trivial getter for\n // `_writableState` that would lead to infinite recursion.\n // Checking for a Stream.Duplex instance is faster here instead of inside\n // the WritableState constructor, at least with V8 6.5\n\n var isDuplex = this instanceof Duplex;\n if (!isDuplex && !realHasInstance.call(Writable, this)) return new Writable(options);\n this._writableState = new WritableState(options, this, isDuplex); // legacy.\n\n this.writable = true;\n\n if (options) {\n if (typeof options.write === 'function') this._write = options.write;\n if (typeof options.writev === 'function') this._writev = options.writev;\n if (typeof options.destroy === 'function') this._destroy = options.destroy;\n if (typeof options.final === 'function') this._final = options.final;\n }\n\n Stream.call(this);\n} // Otherwise people can pipe Writable streams, which is just wrong.\n\n\nWritable.prototype.pipe = function () {\n errorOrDestroy(this, new ERR_STREAM_CANNOT_PIPE());\n};\n\nfunction writeAfterEnd(stream, cb) {\n var er = new ERR_STREAM_WRITE_AFTER_END(); // TODO: defer error events consistently everywhere, not just the cb\n\n errorOrDestroy(stream, er);\n process.nextTick(cb, er);\n} // Checks that a user-supplied chunk is valid, especially for the particular\n// mode the stream is in. Currently this means that `null` is never accepted\n// and undefined/non-string values are only allowed in object mode.\n\n\nfunction validChunk(stream, state, chunk, cb) {\n var er;\n\n if (chunk === null) {\n er = new ERR_STREAM_NULL_VALUES();\n } else if (typeof chunk !== 'string' && !state.objectMode) {\n er = new ERR_INVALID_ARG_TYPE('chunk', ['string', 'Buffer'], chunk);\n }\n\n if (er) {\n errorOrDestroy(stream, er);\n process.nextTick(cb, er);\n return false;\n }\n\n return true;\n}\n\nWritable.prototype.write = function (chunk, encoding, cb) {\n var state = this._writableState;\n var ret = false;\n\n var isBuf = !state.objectMode && _isUint8Array(chunk);\n\n if (isBuf && !Buffer.isBuffer(chunk)) {\n chunk = _uint8ArrayToBuffer(chunk);\n }\n\n if (typeof encoding === 'function') {\n cb = encoding;\n encoding = null;\n }\n\n if (isBuf) encoding = 'buffer';else if (!encoding) encoding = state.defaultEncoding;\n if (typeof cb !== 'function') cb = nop;\n if (state.ending) writeAfterEnd(this, cb);else if (isBuf || validChunk(this, state, chunk, cb)) {\n state.pendingcb++;\n ret = writeOrBuffer(this, state, isBuf, chunk, encoding, cb);\n }\n return ret;\n};\n\nWritable.prototype.cork = function () {\n this._writableState.corked++;\n};\n\nWritable.prototype.uncork = function () {\n var state = this._writableState;\n\n if (state.corked) {\n state.corked--;\n if (!state.writing && !state.corked && !state.bufferProcessing && state.bufferedRequest) clearBuffer(this, state);\n }\n};\n\nWritable.prototype.setDefaultEncoding = function setDefaultEncoding(encoding) {\n // node::ParseEncoding() requires lower case.\n if (typeof encoding === 'string') encoding = encoding.toLowerCase();\n if (!(['hex', 'utf8', 'utf-8', 'ascii', 'binary', 'base64', 'ucs2', 'ucs-2', 'utf16le', 'utf-16le', 'raw'].indexOf((encoding + '').toLowerCase()) > -1)) throw new ERR_UNKNOWN_ENCODING(encoding);\n this._writableState.defaultEncoding = encoding;\n return this;\n};\n\nObject.defineProperty(Writable.prototype, 'writableBuffer', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._writableState && this._writableState.getBuffer();\n }\n});\n\nfunction decodeChunk(state, chunk, encoding) {\n if (!state.objectMode && state.decodeStrings !== false && typeof chunk === 'string') {\n chunk = Buffer.from(chunk, encoding);\n }\n\n return chunk;\n}\n\nObject.defineProperty(Writable.prototype, 'writableHighWaterMark', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._writableState.highWaterMark;\n }\n}); // if we're already writing something, then just put this\n// in the queue, and wait our turn. Otherwise, call _write\n// If we return false, then we need a drain event, so set that flag.\n\nfunction writeOrBuffer(stream, state, isBuf, chunk, encoding, cb) {\n if (!isBuf) {\n var newChunk = decodeChunk(state, chunk, encoding);\n\n if (chunk !== newChunk) {\n isBuf = true;\n encoding = 'buffer';\n chunk = newChunk;\n }\n }\n\n var len = state.objectMode ? 1 : chunk.length;\n state.length += len;\n var ret = state.length < state.highWaterMark; // we must ensure that previous needDrain will not be reset to false.\n\n if (!ret) state.needDrain = true;\n\n if (state.writing || state.corked) {\n var last = state.lastBufferedRequest;\n state.lastBufferedRequest = {\n chunk: chunk,\n encoding: encoding,\n isBuf: isBuf,\n callback: cb,\n next: null\n };\n\n if (last) {\n last.next = state.lastBufferedRequest;\n } else {\n state.bufferedRequest = state.lastBufferedRequest;\n }\n\n state.bufferedRequestCount += 1;\n } else {\n doWrite(stream, state, false, len, chunk, encoding, cb);\n }\n\n return ret;\n}\n\nfunction doWrite(stream, state, writev, len, chunk, encoding, cb) {\n state.writelen = len;\n state.writecb = cb;\n state.writing = true;\n state.sync = true;\n if (state.destroyed) state.onwrite(new ERR_STREAM_DESTROYED('write'));else if (writev) stream._writev(chunk, state.onwrite);else stream._write(chunk, encoding, state.onwrite);\n state.sync = false;\n}\n\nfunction onwriteError(stream, state, sync, er, cb) {\n --state.pendingcb;\n\n if (sync) {\n // defer the callback if we are being called synchronously\n // to avoid piling up things on the stack\n process.nextTick(cb, er); // this can emit finish, and it will always happen\n // after error\n\n process.nextTick(finishMaybe, stream, state);\n stream._writableState.errorEmitted = true;\n errorOrDestroy(stream, er);\n } else {\n // the caller expect this to happen before if\n // it is async\n cb(er);\n stream._writableState.errorEmitted = true;\n errorOrDestroy(stream, er); // this can emit finish, but finish must\n // always follow error\n\n finishMaybe(stream, state);\n }\n}\n\nfunction onwriteStateUpdate(state) {\n state.writing = false;\n state.writecb = null;\n state.length -= state.writelen;\n state.writelen = 0;\n}\n\nfunction onwrite(stream, er) {\n var state = stream._writableState;\n var sync = state.sync;\n var cb = state.writecb;\n if (typeof cb !== 'function') throw new ERR_MULTIPLE_CALLBACK();\n onwriteStateUpdate(state);\n if (er) onwriteError(stream, state, sync, er, cb);else {\n // Check if we're actually ready to finish, but don't emit yet\n var finished = needFinish(state) || stream.destroyed;\n\n if (!finished && !state.corked && !state.bufferProcessing && state.bufferedRequest) {\n clearBuffer(stream, state);\n }\n\n if (sync) {\n process.nextTick(afterWrite, stream, state, finished, cb);\n } else {\n afterWrite(stream, state, finished, cb);\n }\n }\n}\n\nfunction afterWrite(stream, state, finished, cb) {\n if (!finished) onwriteDrain(stream, state);\n state.pendingcb--;\n cb();\n finishMaybe(stream, state);\n} // Must force callback to be called on nextTick, so that we don't\n// emit 'drain' before the write() consumer gets the 'false' return\n// value, and has a chance to attach a 'drain' listener.\n\n\nfunction onwriteDrain(stream, state) {\n if (state.length === 0 && state.needDrain) {\n state.needDrain = false;\n stream.emit('drain');\n }\n} // if there's something in the buffer waiting, then process it\n\n\nfunction clearBuffer(stream, state) {\n state.bufferProcessing = true;\n var entry = state.bufferedRequest;\n\n if (stream._writev && entry && entry.next) {\n // Fast case, write everything using _writev()\n var l = state.bufferedRequestCount;\n var buffer = new Array(l);\n var holder = state.corkedRequestsFree;\n holder.entry = entry;\n var count = 0;\n var allBuffers = true;\n\n while (entry) {\n buffer[count] = entry;\n if (!entry.isBuf) allBuffers = false;\n entry = entry.next;\n count += 1;\n }\n\n buffer.allBuffers = allBuffers;\n doWrite(stream, state, true, state.length, buffer, '', holder.finish); // doWrite is almost always async, defer these to save a bit of time\n // as the hot path ends with doWrite\n\n state.pendingcb++;\n state.lastBufferedRequest = null;\n\n if (holder.next) {\n state.corkedRequestsFree = holder.next;\n holder.next = null;\n } else {\n state.corkedRequestsFree = new CorkedRequest(state);\n }\n\n state.bufferedRequestCount = 0;\n } else {\n // Slow case, write chunks one-by-one\n while (entry) {\n var chunk = entry.chunk;\n var encoding = entry.encoding;\n var cb = entry.callback;\n var len = state.objectMode ? 1 : chunk.length;\n doWrite(stream, state, false, len, chunk, encoding, cb);\n entry = entry.next;\n state.bufferedRequestCount--; // if we didn't call the onwrite immediately, then\n // it means that we need to wait until it does.\n // also, that means that the chunk and cb are currently\n // being processed, so move the buffer counter past them.\n\n if (state.writing) {\n break;\n }\n }\n\n if (entry === null) state.lastBufferedRequest = null;\n }\n\n state.bufferedRequest = entry;\n state.bufferProcessing = false;\n}\n\nWritable.prototype._write = function (chunk, encoding, cb) {\n cb(new ERR_METHOD_NOT_IMPLEMENTED('_write()'));\n};\n\nWritable.prototype._writev = null;\n\nWritable.prototype.end = function (chunk, encoding, cb) {\n var state = this._writableState;\n\n if (typeof chunk === 'function') {\n cb = chunk;\n chunk = null;\n encoding = null;\n } else if (typeof encoding === 'function') {\n cb = encoding;\n encoding = null;\n }\n\n if (chunk !== null && chunk !== undefined) this.write(chunk, encoding); // .end() fully uncorks\n\n if (state.corked) {\n state.corked = 1;\n this.uncork();\n } // ignore unnecessary end() calls.\n\n\n if (!state.ending) endWritable(this, state, cb);\n return this;\n};\n\nObject.defineProperty(Writable.prototype, 'writableLength', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._writableState.length;\n }\n});\n\nfunction needFinish(state) {\n return state.ending && state.length === 0 && state.bufferedRequest === null && !state.finished && !state.writing;\n}\n\nfunction callFinal(stream, state) {\n stream._final(function (err) {\n state.pendingcb--;\n\n if (err) {\n errorOrDestroy(stream, err);\n }\n\n state.prefinished = true;\n stream.emit('prefinish');\n finishMaybe(stream, state);\n });\n}\n\nfunction prefinish(stream, state) {\n if (!state.prefinished && !state.finalCalled) {\n if (typeof stream._final === 'function' && !state.destroyed) {\n state.pendingcb++;\n state.finalCalled = true;\n process.nextTick(callFinal, stream, state);\n } else {\n state.prefinished = true;\n stream.emit('prefinish');\n }\n }\n}\n\nfunction finishMaybe(stream, state) {\n var need = needFinish(state);\n\n if (need) {\n prefinish(stream, state);\n\n if (state.pendingcb === 0) {\n state.finished = true;\n stream.emit('finish');\n\n if (state.autoDestroy) {\n // In case of duplex streams we need a way to detect\n // if the readable side is ready for autoDestroy as well\n var rState = stream._readableState;\n\n if (!rState || rState.autoDestroy && rState.endEmitted) {\n stream.destroy();\n }\n }\n }\n }\n\n return need;\n}\n\nfunction endWritable(stream, state, cb) {\n state.ending = true;\n finishMaybe(stream, state);\n\n if (cb) {\n if (state.finished) process.nextTick(cb);else stream.once('finish', cb);\n }\n\n state.ended = true;\n stream.writable = false;\n}\n\nfunction onCorkedFinish(corkReq, state, err) {\n var entry = corkReq.entry;\n corkReq.entry = null;\n\n while (entry) {\n var cb = entry.callback;\n state.pendingcb--;\n cb(err);\n entry = entry.next;\n } // reuse the free corkReq.\n\n\n state.corkedRequestsFree.next = corkReq;\n}\n\nObject.defineProperty(Writable.prototype, 'destroyed', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n if (this._writableState === undefined) {\n return false;\n }\n\n return this._writableState.destroyed;\n },\n set: function set(value) {\n // we ignore the value if the stream\n // has not been initialized yet\n if (!this._writableState) {\n return;\n } // backward compatibility, the user is explicitly\n // managing destroyed\n\n\n this._writableState.destroyed = value;\n }\n});\nWritable.prototype.destroy = destroyImpl.destroy;\nWritable.prototype._undestroy = destroyImpl.undestroy;\n\nWritable.prototype._destroy = function (err, cb) {\n cb(err);\n};","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n// a duplex stream is just a stream that is both readable and writable.\n// Since JS doesn't have multiple prototypal inheritance, this class\n// prototypally inherits from Readable, and then parasitically from\n// Writable.\n'use strict';\n/**/\n\nvar objectKeys = Object.keys || function (obj) {\n var keys = [];\n\n for (var key in obj) {\n keys.push(key);\n }\n\n return keys;\n};\n/**/\n\n\nmodule.exports = Duplex;\n\nvar Readable = require('./_stream_readable');\n\nvar Writable = require('./_stream_writable');\n\nrequire('inherits')(Duplex, Readable);\n\n{\n // Allow the keys array to be GC'ed.\n var keys = objectKeys(Writable.prototype);\n\n for (var v = 0; v < keys.length; v++) {\n var method = keys[v];\n if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method];\n }\n}\n\nfunction Duplex(options) {\n if (!(this instanceof Duplex)) return new Duplex(options);\n Readable.call(this, options);\n Writable.call(this, options);\n this.allowHalfOpen = true;\n\n if (options) {\n if (options.readable === false) this.readable = false;\n if (options.writable === false) this.writable = false;\n\n if (options.allowHalfOpen === false) {\n this.allowHalfOpen = false;\n this.once('end', onend);\n }\n }\n}\n\nObject.defineProperty(Duplex.prototype, 'writableHighWaterMark', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._writableState.highWaterMark;\n }\n});\nObject.defineProperty(Duplex.prototype, 'writableBuffer', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._writableState && this._writableState.getBuffer();\n }\n});\nObject.defineProperty(Duplex.prototype, 'writableLength', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._writableState.length;\n }\n}); // the no-half-open enforcer\n\nfunction onend() {\n // If the writable side ended, then we're ok.\n if (this._writableState.ended) return; // no more data can be written.\n // But allow more writes to happen in this tick.\n\n process.nextTick(onEndNT, this);\n}\n\nfunction onEndNT(self) {\n self.end();\n}\n\nObject.defineProperty(Duplex.prototype, 'destroyed', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n if (this._readableState === undefined || this._writableState === undefined) {\n return false;\n }\n\n return this._readableState.destroyed && this._writableState.destroyed;\n },\n set: function set(value) {\n // we ignore the value if the stream\n // has not been initialized yet\n if (this._readableState === undefined || this._writableState === undefined) {\n return;\n } // backward compatibility, the user is explicitly\n // managing destroyed\n\n\n this._readableState.destroyed = value;\n this._writableState.destroyed = value;\n }\n});","// Ported from https://github.com/mafintosh/end-of-stream with\n// permission from the author, Mathias Buus (@mafintosh).\n'use strict';\n\nvar ERR_STREAM_PREMATURE_CLOSE = require('../../../errors').codes.ERR_STREAM_PREMATURE_CLOSE;\n\nfunction once(callback) {\n var called = false;\n return function () {\n if (called) return;\n called = true;\n\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n callback.apply(this, args);\n };\n}\n\nfunction noop() {}\n\nfunction isRequest(stream) {\n return stream.setHeader && typeof stream.abort === 'function';\n}\n\nfunction eos(stream, opts, callback) {\n if (typeof opts === 'function') return eos(stream, null, opts);\n if (!opts) opts = {};\n callback = once(callback || noop);\n var readable = opts.readable || opts.readable !== false && stream.readable;\n var writable = opts.writable || opts.writable !== false && stream.writable;\n\n var onlegacyfinish = function onlegacyfinish() {\n if (!stream.writable) onfinish();\n };\n\n var writableEnded = stream._writableState && stream._writableState.finished;\n\n var onfinish = function onfinish() {\n writable = false;\n writableEnded = true;\n if (!readable) callback.call(stream);\n };\n\n var readableEnded = stream._readableState && stream._readableState.endEmitted;\n\n var onend = function onend() {\n readable = false;\n readableEnded = true;\n if (!writable) callback.call(stream);\n };\n\n var onerror = function onerror(err) {\n callback.call(stream, err);\n };\n\n var onclose = function onclose() {\n var err;\n\n if (readable && !readableEnded) {\n if (!stream._readableState || !stream._readableState.ended) err = new ERR_STREAM_PREMATURE_CLOSE();\n return callback.call(stream, err);\n }\n\n if (writable && !writableEnded) {\n if (!stream._writableState || !stream._writableState.ended) err = new ERR_STREAM_PREMATURE_CLOSE();\n return callback.call(stream, err);\n }\n };\n\n var onrequest = function onrequest() {\n stream.req.on('finish', onfinish);\n };\n\n if (isRequest(stream)) {\n stream.on('complete', onfinish);\n stream.on('abort', onclose);\n if (stream.req) onrequest();else stream.on('request', onrequest);\n } else if (writable && !stream._writableState) {\n // legacy streams\n stream.on('end', onlegacyfinish);\n stream.on('close', onlegacyfinish);\n }\n\n stream.on('end', onend);\n stream.on('finish', onfinish);\n if (opts.error !== false) stream.on('error', onerror);\n stream.on('close', onclose);\n return function () {\n stream.removeListener('complete', onfinish);\n stream.removeListener('abort', onclose);\n stream.removeListener('request', onrequest);\n if (stream.req) stream.req.removeListener('finish', onfinish);\n stream.removeListener('end', onlegacyfinish);\n stream.removeListener('close', onlegacyfinish);\n stream.removeListener('finish', onfinish);\n stream.removeListener('end', onend);\n stream.removeListener('error', onerror);\n stream.removeListener('close', onclose);\n };\n}\n\nmodule.exports = eos;","'use strict';\n\nvar _Object$setPrototypeO;\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\nvar finished = require('./end-of-stream');\n\nvar kLastResolve = Symbol('lastResolve');\nvar kLastReject = Symbol('lastReject');\nvar kError = Symbol('error');\nvar kEnded = Symbol('ended');\nvar kLastPromise = Symbol('lastPromise');\nvar kHandlePromise = Symbol('handlePromise');\nvar kStream = Symbol('stream');\n\nfunction createIterResult(value, done) {\n return {\n value: value,\n done: done\n };\n}\n\nfunction readAndResolve(iter) {\n var resolve = iter[kLastResolve];\n\n if (resolve !== null) {\n var data = iter[kStream].read(); // we defer if data is null\n // we can be expecting either 'end' or\n // 'error'\n\n if (data !== null) {\n iter[kLastPromise] = null;\n iter[kLastResolve] = null;\n iter[kLastReject] = null;\n resolve(createIterResult(data, false));\n }\n }\n}\n\nfunction onReadable(iter) {\n // we wait for the next tick, because it might\n // emit an error with process.nextTick\n process.nextTick(readAndResolve, iter);\n}\n\nfunction wrapForNext(lastPromise, iter) {\n return function (resolve, reject) {\n lastPromise.then(function () {\n if (iter[kEnded]) {\n resolve(createIterResult(undefined, true));\n return;\n }\n\n iter[kHandlePromise](resolve, reject);\n }, reject);\n };\n}\n\nvar AsyncIteratorPrototype = Object.getPrototypeOf(function () {});\nvar ReadableStreamAsyncIteratorPrototype = Object.setPrototypeOf((_Object$setPrototypeO = {\n get stream() {\n return this[kStream];\n },\n\n next: function next() {\n var _this = this;\n\n // if we have detected an error in the meanwhile\n // reject straight away\n var error = this[kError];\n\n if (error !== null) {\n return Promise.reject(error);\n }\n\n if (this[kEnded]) {\n return Promise.resolve(createIterResult(undefined, true));\n }\n\n if (this[kStream].destroyed) {\n // We need to defer via nextTick because if .destroy(err) is\n // called, the error will be emitted via nextTick, and\n // we cannot guarantee that there is no error lingering around\n // waiting to be emitted.\n return new Promise(function (resolve, reject) {\n process.nextTick(function () {\n if (_this[kError]) {\n reject(_this[kError]);\n } else {\n resolve(createIterResult(undefined, true));\n }\n });\n });\n } // if we have multiple next() calls\n // we will wait for the previous Promise to finish\n // this logic is optimized to support for await loops,\n // where next() is only called once at a time\n\n\n var lastPromise = this[kLastPromise];\n var promise;\n\n if (lastPromise) {\n promise = new Promise(wrapForNext(lastPromise, this));\n } else {\n // fast path needed to support multiple this.push()\n // without triggering the next() queue\n var data = this[kStream].read();\n\n if (data !== null) {\n return Promise.resolve(createIterResult(data, false));\n }\n\n promise = new Promise(this[kHandlePromise]);\n }\n\n this[kLastPromise] = promise;\n return promise;\n }\n}, _defineProperty(_Object$setPrototypeO, Symbol.asyncIterator, function () {\n return this;\n}), _defineProperty(_Object$setPrototypeO, \"return\", function _return() {\n var _this2 = this;\n\n // destroy(err, cb) is a private API\n // we can guarantee we have that here, because we control the\n // Readable class this is attached to\n return new Promise(function (resolve, reject) {\n _this2[kStream].destroy(null, function (err) {\n if (err) {\n reject(err);\n return;\n }\n\n resolve(createIterResult(undefined, true));\n });\n });\n}), _Object$setPrototypeO), AsyncIteratorPrototype);\n\nvar createReadableStreamAsyncIterator = function createReadableStreamAsyncIterator(stream) {\n var _Object$create;\n\n var iterator = Object.create(ReadableStreamAsyncIteratorPrototype, (_Object$create = {}, _defineProperty(_Object$create, kStream, {\n value: stream,\n writable: true\n }), _defineProperty(_Object$create, kLastResolve, {\n value: null,\n writable: true\n }), _defineProperty(_Object$create, kLastReject, {\n value: null,\n writable: true\n }), _defineProperty(_Object$create, kError, {\n value: null,\n writable: true\n }), _defineProperty(_Object$create, kEnded, {\n value: stream._readableState.endEmitted,\n writable: true\n }), _defineProperty(_Object$create, kHandlePromise, {\n value: function value(resolve, reject) {\n var data = iterator[kStream].read();\n\n if (data) {\n iterator[kLastPromise] = null;\n iterator[kLastResolve] = null;\n iterator[kLastReject] = null;\n resolve(createIterResult(data, false));\n } else {\n iterator[kLastResolve] = resolve;\n iterator[kLastReject] = reject;\n }\n },\n writable: true\n }), _Object$create));\n iterator[kLastPromise] = null;\n finished(stream, function (err) {\n if (err && err.code !== 'ERR_STREAM_PREMATURE_CLOSE') {\n var reject = iterator[kLastReject]; // reject if we are waiting for data in the Promise\n // returned by next() and store the error\n\n if (reject !== null) {\n iterator[kLastPromise] = null;\n iterator[kLastResolve] = null;\n iterator[kLastReject] = null;\n reject(err);\n }\n\n iterator[kError] = err;\n return;\n }\n\n var resolve = iterator[kLastResolve];\n\n if (resolve !== null) {\n iterator[kLastPromise] = null;\n iterator[kLastResolve] = null;\n iterator[kLastReject] = null;\n resolve(createIterResult(undefined, true));\n }\n\n iterator[kEnded] = true;\n });\n stream.on('readable', onReadable.bind(null, iterator));\n return iterator;\n};\n\nmodule.exports = createReadableStreamAsyncIterator;","module.exports = function () {\n throw new Error('Readable.from is not available in the browser')\n};\n","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n'use strict';\n\nmodule.exports = Readable;\n/**/\n\nvar Duplex;\n/**/\n\nReadable.ReadableState = ReadableState;\n/**/\n\nvar EE = require('events').EventEmitter;\n\nvar EElistenerCount = function EElistenerCount(emitter, type) {\n return emitter.listeners(type).length;\n};\n/**/\n\n/**/\n\n\nvar Stream = require('./internal/streams/stream');\n/**/\n\n\nvar Buffer = require('buffer').Buffer;\n\nvar OurUint8Array = global.Uint8Array || function () {};\n\nfunction _uint8ArrayToBuffer(chunk) {\n return Buffer.from(chunk);\n}\n\nfunction _isUint8Array(obj) {\n return Buffer.isBuffer(obj) || obj instanceof OurUint8Array;\n}\n/**/\n\n\nvar debugUtil = require('util');\n\nvar debug;\n\nif (debugUtil && debugUtil.debuglog) {\n debug = debugUtil.debuglog('stream');\n} else {\n debug = function debug() {};\n}\n/**/\n\n\nvar BufferList = require('./internal/streams/buffer_list');\n\nvar destroyImpl = require('./internal/streams/destroy');\n\nvar _require = require('./internal/streams/state'),\n getHighWaterMark = _require.getHighWaterMark;\n\nvar _require$codes = require('../errors').codes,\n ERR_INVALID_ARG_TYPE = _require$codes.ERR_INVALID_ARG_TYPE,\n ERR_STREAM_PUSH_AFTER_EOF = _require$codes.ERR_STREAM_PUSH_AFTER_EOF,\n ERR_METHOD_NOT_IMPLEMENTED = _require$codes.ERR_METHOD_NOT_IMPLEMENTED,\n ERR_STREAM_UNSHIFT_AFTER_END_EVENT = _require$codes.ERR_STREAM_UNSHIFT_AFTER_END_EVENT; // Lazy loaded to improve the startup performance.\n\n\nvar StringDecoder;\nvar createReadableStreamAsyncIterator;\nvar from;\n\nrequire('inherits')(Readable, Stream);\n\nvar errorOrDestroy = destroyImpl.errorOrDestroy;\nvar kProxyEvents = ['error', 'close', 'destroy', 'pause', 'resume'];\n\nfunction prependListener(emitter, event, fn) {\n // Sadly this is not cacheable as some libraries bundle their own\n // event emitter implementation with them.\n if (typeof emitter.prependListener === 'function') return emitter.prependListener(event, fn); // This is a hack to make sure that our error handler is attached before any\n // userland ones. NEVER DO THIS. This is here only because this code needs\n // to continue to work with older versions of Node.js that do not include\n // the prependListener() method. The goal is to eventually remove this hack.\n\n if (!emitter._events || !emitter._events[event]) emitter.on(event, fn);else if (Array.isArray(emitter._events[event])) emitter._events[event].unshift(fn);else emitter._events[event] = [fn, emitter._events[event]];\n}\n\nfunction ReadableState(options, stream, isDuplex) {\n Duplex = Duplex || require('./_stream_duplex');\n options = options || {}; // Duplex streams are both readable and writable, but share\n // the same options object.\n // However, some cases require setting options to different\n // values for the readable and the writable sides of the duplex stream.\n // These options can be provided separately as readableXXX and writableXXX.\n\n if (typeof isDuplex !== 'boolean') isDuplex = stream instanceof Duplex; // object stream flag. Used to make read(n) ignore n and to\n // make all the buffer merging and length checks go away\n\n this.objectMode = !!options.objectMode;\n if (isDuplex) this.objectMode = this.objectMode || !!options.readableObjectMode; // the point at which it stops calling _read() to fill the buffer\n // Note: 0 is a valid value, means \"don't call _read preemptively ever\"\n\n this.highWaterMark = getHighWaterMark(this, options, 'readableHighWaterMark', isDuplex); // A linked list is used to store data chunks instead of an array because the\n // linked list can remove elements from the beginning faster than\n // array.shift()\n\n this.buffer = new BufferList();\n this.length = 0;\n this.pipes = null;\n this.pipesCount = 0;\n this.flowing = null;\n this.ended = false;\n this.endEmitted = false;\n this.reading = false; // a flag to be able to tell if the event 'readable'/'data' is emitted\n // immediately, or on a later tick. We set this to true at first, because\n // any actions that shouldn't happen until \"later\" should generally also\n // not happen before the first read call.\n\n this.sync = true; // whenever we return null, then we set a flag to say\n // that we're awaiting a 'readable' event emission.\n\n this.needReadable = false;\n this.emittedReadable = false;\n this.readableListening = false;\n this.resumeScheduled = false;\n this.paused = true; // Should close be emitted on destroy. Defaults to true.\n\n this.emitClose = options.emitClose !== false; // Should .destroy() be called after 'end' (and potentially 'finish')\n\n this.autoDestroy = !!options.autoDestroy; // has it been destroyed\n\n this.destroyed = false; // Crypto is kind of old and crusty. Historically, its default string\n // encoding is 'binary' so we have to make this configurable.\n // Everything else in the universe uses 'utf8', though.\n\n this.defaultEncoding = options.defaultEncoding || 'utf8'; // the number of writers that are awaiting a drain event in .pipe()s\n\n this.awaitDrain = 0; // if true, a maybeReadMore has been scheduled\n\n this.readingMore = false;\n this.decoder = null;\n this.encoding = null;\n\n if (options.encoding) {\n if (!StringDecoder) StringDecoder = require('string_decoder/').StringDecoder;\n this.decoder = new StringDecoder(options.encoding);\n this.encoding = options.encoding;\n }\n}\n\nfunction Readable(options) {\n Duplex = Duplex || require('./_stream_duplex');\n if (!(this instanceof Readable)) return new Readable(options); // Checking for a Stream.Duplex instance is faster here instead of inside\n // the ReadableState constructor, at least with V8 6.5\n\n var isDuplex = this instanceof Duplex;\n this._readableState = new ReadableState(options, this, isDuplex); // legacy\n\n this.readable = true;\n\n if (options) {\n if (typeof options.read === 'function') this._read = options.read;\n if (typeof options.destroy === 'function') this._destroy = options.destroy;\n }\n\n Stream.call(this);\n}\n\nObject.defineProperty(Readable.prototype, 'destroyed', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n if (this._readableState === undefined) {\n return false;\n }\n\n return this._readableState.destroyed;\n },\n set: function set(value) {\n // we ignore the value if the stream\n // has not been initialized yet\n if (!this._readableState) {\n return;\n } // backward compatibility, the user is explicitly\n // managing destroyed\n\n\n this._readableState.destroyed = value;\n }\n});\nReadable.prototype.destroy = destroyImpl.destroy;\nReadable.prototype._undestroy = destroyImpl.undestroy;\n\nReadable.prototype._destroy = function (err, cb) {\n cb(err);\n}; // Manually shove something into the read() buffer.\n// This returns true if the highWaterMark has not been hit yet,\n// similar to how Writable.write() returns true if you should\n// write() some more.\n\n\nReadable.prototype.push = function (chunk, encoding) {\n var state = this._readableState;\n var skipChunkCheck;\n\n if (!state.objectMode) {\n if (typeof chunk === 'string') {\n encoding = encoding || state.defaultEncoding;\n\n if (encoding !== state.encoding) {\n chunk = Buffer.from(chunk, encoding);\n encoding = '';\n }\n\n skipChunkCheck = true;\n }\n } else {\n skipChunkCheck = true;\n }\n\n return readableAddChunk(this, chunk, encoding, false, skipChunkCheck);\n}; // Unshift should *always* be something directly out of read()\n\n\nReadable.prototype.unshift = function (chunk) {\n return readableAddChunk(this, chunk, null, true, false);\n};\n\nfunction readableAddChunk(stream, chunk, encoding, addToFront, skipChunkCheck) {\n debug('readableAddChunk', chunk);\n var state = stream._readableState;\n\n if (chunk === null) {\n state.reading = false;\n onEofChunk(stream, state);\n } else {\n var er;\n if (!skipChunkCheck) er = chunkInvalid(state, chunk);\n\n if (er) {\n errorOrDestroy(stream, er);\n } else if (state.objectMode || chunk && chunk.length > 0) {\n if (typeof chunk !== 'string' && !state.objectMode && Object.getPrototypeOf(chunk) !== Buffer.prototype) {\n chunk = _uint8ArrayToBuffer(chunk);\n }\n\n if (addToFront) {\n if (state.endEmitted) errorOrDestroy(stream, new ERR_STREAM_UNSHIFT_AFTER_END_EVENT());else addChunk(stream, state, chunk, true);\n } else if (state.ended) {\n errorOrDestroy(stream, new ERR_STREAM_PUSH_AFTER_EOF());\n } else if (state.destroyed) {\n return false;\n } else {\n state.reading = false;\n\n if (state.decoder && !encoding) {\n chunk = state.decoder.write(chunk);\n if (state.objectMode || chunk.length !== 0) addChunk(stream, state, chunk, false);else maybeReadMore(stream, state);\n } else {\n addChunk(stream, state, chunk, false);\n }\n }\n } else if (!addToFront) {\n state.reading = false;\n maybeReadMore(stream, state);\n }\n } // We can push more data if we are below the highWaterMark.\n // Also, if we have no data yet, we can stand some more bytes.\n // This is to work around cases where hwm=0, such as the repl.\n\n\n return !state.ended && (state.length < state.highWaterMark || state.length === 0);\n}\n\nfunction addChunk(stream, state, chunk, addToFront) {\n if (state.flowing && state.length === 0 && !state.sync) {\n state.awaitDrain = 0;\n stream.emit('data', chunk);\n } else {\n // update the buffer info.\n state.length += state.objectMode ? 1 : chunk.length;\n if (addToFront) state.buffer.unshift(chunk);else state.buffer.push(chunk);\n if (state.needReadable) emitReadable(stream);\n }\n\n maybeReadMore(stream, state);\n}\n\nfunction chunkInvalid(state, chunk) {\n var er;\n\n if (!_isUint8Array(chunk) && typeof chunk !== 'string' && chunk !== undefined && !state.objectMode) {\n er = new ERR_INVALID_ARG_TYPE('chunk', ['string', 'Buffer', 'Uint8Array'], chunk);\n }\n\n return er;\n}\n\nReadable.prototype.isPaused = function () {\n return this._readableState.flowing === false;\n}; // backwards compatibility.\n\n\nReadable.prototype.setEncoding = function (enc) {\n if (!StringDecoder) StringDecoder = require('string_decoder/').StringDecoder;\n var decoder = new StringDecoder(enc);\n this._readableState.decoder = decoder; // If setEncoding(null), decoder.encoding equals utf8\n\n this._readableState.encoding = this._readableState.decoder.encoding; // Iterate over current buffer to convert already stored Buffers:\n\n var p = this._readableState.buffer.head;\n var content = '';\n\n while (p !== null) {\n content += decoder.write(p.data);\n p = p.next;\n }\n\n this._readableState.buffer.clear();\n\n if (content !== '') this._readableState.buffer.push(content);\n this._readableState.length = content.length;\n return this;\n}; // Don't raise the hwm > 1GB\n\n\nvar MAX_HWM = 0x40000000;\n\nfunction computeNewHighWaterMark(n) {\n if (n >= MAX_HWM) {\n // TODO(ronag): Throw ERR_VALUE_OUT_OF_RANGE.\n n = MAX_HWM;\n } else {\n // Get the next highest power of 2 to prevent increasing hwm excessively in\n // tiny amounts\n n--;\n n |= n >>> 1;\n n |= n >>> 2;\n n |= n >>> 4;\n n |= n >>> 8;\n n |= n >>> 16;\n n++;\n }\n\n return n;\n} // This function is designed to be inlinable, so please take care when making\n// changes to the function body.\n\n\nfunction howMuchToRead(n, state) {\n if (n <= 0 || state.length === 0 && state.ended) return 0;\n if (state.objectMode) return 1;\n\n if (n !== n) {\n // Only flow one buffer at a time\n if (state.flowing && state.length) return state.buffer.head.data.length;else return state.length;\n } // If we're asking for more than the current hwm, then raise the hwm.\n\n\n if (n > state.highWaterMark) state.highWaterMark = computeNewHighWaterMark(n);\n if (n <= state.length) return n; // Don't have enough\n\n if (!state.ended) {\n state.needReadable = true;\n return 0;\n }\n\n return state.length;\n} // you can override either this method, or the async _read(n) below.\n\n\nReadable.prototype.read = function (n) {\n debug('read', n);\n n = parseInt(n, 10);\n var state = this._readableState;\n var nOrig = n;\n if (n !== 0) state.emittedReadable = false; // if we're doing read(0) to trigger a readable event, but we\n // already have a bunch of data in the buffer, then just trigger\n // the 'readable' event and move on.\n\n if (n === 0 && state.needReadable && ((state.highWaterMark !== 0 ? state.length >= state.highWaterMark : state.length > 0) || state.ended)) {\n debug('read: emitReadable', state.length, state.ended);\n if (state.length === 0 && state.ended) endReadable(this);else emitReadable(this);\n return null;\n }\n\n n = howMuchToRead(n, state); // if we've ended, and we're now clear, then finish it up.\n\n if (n === 0 && state.ended) {\n if (state.length === 0) endReadable(this);\n return null;\n } // All the actual chunk generation logic needs to be\n // *below* the call to _read. The reason is that in certain\n // synthetic stream cases, such as passthrough streams, _read\n // may be a completely synchronous operation which may change\n // the state of the read buffer, providing enough data when\n // before there was *not* enough.\n //\n // So, the steps are:\n // 1. Figure out what the state of things will be after we do\n // a read from the buffer.\n //\n // 2. If that resulting state will trigger a _read, then call _read.\n // Note that this may be asynchronous, or synchronous. Yes, it is\n // deeply ugly to write APIs this way, but that still doesn't mean\n // that the Readable class should behave improperly, as streams are\n // designed to be sync/async agnostic.\n // Take note if the _read call is sync or async (ie, if the read call\n // has returned yet), so that we know whether or not it's safe to emit\n // 'readable' etc.\n //\n // 3. Actually pull the requested chunks out of the buffer and return.\n // if we need a readable event, then we need to do some reading.\n\n\n var doRead = state.needReadable;\n debug('need readable', doRead); // if we currently have less than the highWaterMark, then also read some\n\n if (state.length === 0 || state.length - n < state.highWaterMark) {\n doRead = true;\n debug('length less than watermark', doRead);\n } // however, if we've ended, then there's no point, and if we're already\n // reading, then it's unnecessary.\n\n\n if (state.ended || state.reading) {\n doRead = false;\n debug('reading or ended', doRead);\n } else if (doRead) {\n debug('do read');\n state.reading = true;\n state.sync = true; // if the length is currently zero, then we *need* a readable event.\n\n if (state.length === 0) state.needReadable = true; // call internal read method\n\n this._read(state.highWaterMark);\n\n state.sync = false; // If _read pushed data synchronously, then `reading` will be false,\n // and we need to re-evaluate how much data we can return to the user.\n\n if (!state.reading) n = howMuchToRead(nOrig, state);\n }\n\n var ret;\n if (n > 0) ret = fromList(n, state);else ret = null;\n\n if (ret === null) {\n state.needReadable = state.length <= state.highWaterMark;\n n = 0;\n } else {\n state.length -= n;\n state.awaitDrain = 0;\n }\n\n if (state.length === 0) {\n // If we have nothing in the buffer, then we want to know\n // as soon as we *do* get something into the buffer.\n if (!state.ended) state.needReadable = true; // If we tried to read() past the EOF, then emit end on the next tick.\n\n if (nOrig !== n && state.ended) endReadable(this);\n }\n\n if (ret !== null) this.emit('data', ret);\n return ret;\n};\n\nfunction onEofChunk(stream, state) {\n debug('onEofChunk');\n if (state.ended) return;\n\n if (state.decoder) {\n var chunk = state.decoder.end();\n\n if (chunk && chunk.length) {\n state.buffer.push(chunk);\n state.length += state.objectMode ? 1 : chunk.length;\n }\n }\n\n state.ended = true;\n\n if (state.sync) {\n // if we are sync, wait until next tick to emit the data.\n // Otherwise we risk emitting data in the flow()\n // the readable code triggers during a read() call\n emitReadable(stream);\n } else {\n // emit 'readable' now to make sure it gets picked up.\n state.needReadable = false;\n\n if (!state.emittedReadable) {\n state.emittedReadable = true;\n emitReadable_(stream);\n }\n }\n} // Don't emit readable right away in sync mode, because this can trigger\n// another read() call => stack overflow. This way, it might trigger\n// a nextTick recursion warning, but that's not so bad.\n\n\nfunction emitReadable(stream) {\n var state = stream._readableState;\n debug('emitReadable', state.needReadable, state.emittedReadable);\n state.needReadable = false;\n\n if (!state.emittedReadable) {\n debug('emitReadable', state.flowing);\n state.emittedReadable = true;\n process.nextTick(emitReadable_, stream);\n }\n}\n\nfunction emitReadable_(stream) {\n var state = stream._readableState;\n debug('emitReadable_', state.destroyed, state.length, state.ended);\n\n if (!state.destroyed && (state.length || state.ended)) {\n stream.emit('readable');\n state.emittedReadable = false;\n } // The stream needs another readable event if\n // 1. It is not flowing, as the flow mechanism will take\n // care of it.\n // 2. It is not ended.\n // 3. It is below the highWaterMark, so we can schedule\n // another readable later.\n\n\n state.needReadable = !state.flowing && !state.ended && state.length <= state.highWaterMark;\n flow(stream);\n} // at this point, the user has presumably seen the 'readable' event,\n// and called read() to consume some data. that may have triggered\n// in turn another _read(n) call, in which case reading = true if\n// it's in progress.\n// However, if we're not ended, or reading, and the length < hwm,\n// then go ahead and try to read some more preemptively.\n\n\nfunction maybeReadMore(stream, state) {\n if (!state.readingMore) {\n state.readingMore = true;\n process.nextTick(maybeReadMore_, stream, state);\n }\n}\n\nfunction maybeReadMore_(stream, state) {\n // Attempt to read more data if we should.\n //\n // The conditions for reading more data are (one of):\n // - Not enough data buffered (state.length < state.highWaterMark). The loop\n // is responsible for filling the buffer with enough data if such data\n // is available. If highWaterMark is 0 and we are not in the flowing mode\n // we should _not_ attempt to buffer any extra data. We'll get more data\n // when the stream consumer calls read() instead.\n // - No data in the buffer, and the stream is in flowing mode. In this mode\n // the loop below is responsible for ensuring read() is called. Failing to\n // call read here would abort the flow and there's no other mechanism for\n // continuing the flow if the stream consumer has just subscribed to the\n // 'data' event.\n //\n // In addition to the above conditions to keep reading data, the following\n // conditions prevent the data from being read:\n // - The stream has ended (state.ended).\n // - There is already a pending 'read' operation (state.reading). This is a\n // case where the the stream has called the implementation defined _read()\n // method, but they are processing the call asynchronously and have _not_\n // called push() with new data. In this case we skip performing more\n // read()s. The execution ends in this method again after the _read() ends\n // up calling push() with more data.\n while (!state.reading && !state.ended && (state.length < state.highWaterMark || state.flowing && state.length === 0)) {\n var len = state.length;\n debug('maybeReadMore read 0');\n stream.read(0);\n if (len === state.length) // didn't get any data, stop spinning.\n break;\n }\n\n state.readingMore = false;\n} // abstract method. to be overridden in specific implementation classes.\n// call cb(er, data) where data is <= n in length.\n// for virtual (non-string, non-buffer) streams, \"length\" is somewhat\n// arbitrary, and perhaps not very meaningful.\n\n\nReadable.prototype._read = function (n) {\n errorOrDestroy(this, new ERR_METHOD_NOT_IMPLEMENTED('_read()'));\n};\n\nReadable.prototype.pipe = function (dest, pipeOpts) {\n var src = this;\n var state = this._readableState;\n\n switch (state.pipesCount) {\n case 0:\n state.pipes = dest;\n break;\n\n case 1:\n state.pipes = [state.pipes, dest];\n break;\n\n default:\n state.pipes.push(dest);\n break;\n }\n\n state.pipesCount += 1;\n debug('pipe count=%d opts=%j', state.pipesCount, pipeOpts);\n var doEnd = (!pipeOpts || pipeOpts.end !== false) && dest !== process.stdout && dest !== process.stderr;\n var endFn = doEnd ? onend : unpipe;\n if (state.endEmitted) process.nextTick(endFn);else src.once('end', endFn);\n dest.on('unpipe', onunpipe);\n\n function onunpipe(readable, unpipeInfo) {\n debug('onunpipe');\n\n if (readable === src) {\n if (unpipeInfo && unpipeInfo.hasUnpiped === false) {\n unpipeInfo.hasUnpiped = true;\n cleanup();\n }\n }\n }\n\n function onend() {\n debug('onend');\n dest.end();\n } // when the dest drains, it reduces the awaitDrain counter\n // on the source. This would be more elegant with a .once()\n // handler in flow(), but adding and removing repeatedly is\n // too slow.\n\n\n var ondrain = pipeOnDrain(src);\n dest.on('drain', ondrain);\n var cleanedUp = false;\n\n function cleanup() {\n debug('cleanup'); // cleanup event handlers once the pipe is broken\n\n dest.removeListener('close', onclose);\n dest.removeListener('finish', onfinish);\n dest.removeListener('drain', ondrain);\n dest.removeListener('error', onerror);\n dest.removeListener('unpipe', onunpipe);\n src.removeListener('end', onend);\n src.removeListener('end', unpipe);\n src.removeListener('data', ondata);\n cleanedUp = true; // if the reader is waiting for a drain event from this\n // specific writer, then it would cause it to never start\n // flowing again.\n // So, if this is awaiting a drain, then we just call it now.\n // If we don't know, then assume that we are waiting for one.\n\n if (state.awaitDrain && (!dest._writableState || dest._writableState.needDrain)) ondrain();\n }\n\n src.on('data', ondata);\n\n function ondata(chunk) {\n debug('ondata');\n var ret = dest.write(chunk);\n debug('dest.write', ret);\n\n if (ret === false) {\n // If the user unpiped during `dest.write()`, it is possible\n // to get stuck in a permanently paused state if that write\n // also returned false.\n // => Check whether `dest` is still a piping destination.\n if ((state.pipesCount === 1 && state.pipes === dest || state.pipesCount > 1 && indexOf(state.pipes, dest) !== -1) && !cleanedUp) {\n debug('false write response, pause', state.awaitDrain);\n state.awaitDrain++;\n }\n\n src.pause();\n }\n } // if the dest has an error, then stop piping into it.\n // however, don't suppress the throwing behavior for this.\n\n\n function onerror(er) {\n debug('onerror', er);\n unpipe();\n dest.removeListener('error', onerror);\n if (EElistenerCount(dest, 'error') === 0) errorOrDestroy(dest, er);\n } // Make sure our error handler is attached before userland ones.\n\n\n prependListener(dest, 'error', onerror); // Both close and finish should trigger unpipe, but only once.\n\n function onclose() {\n dest.removeListener('finish', onfinish);\n unpipe();\n }\n\n dest.once('close', onclose);\n\n function onfinish() {\n debug('onfinish');\n dest.removeListener('close', onclose);\n unpipe();\n }\n\n dest.once('finish', onfinish);\n\n function unpipe() {\n debug('unpipe');\n src.unpipe(dest);\n } // tell the dest that it's being piped to\n\n\n dest.emit('pipe', src); // start the flow if it hasn't been started already.\n\n if (!state.flowing) {\n debug('pipe resume');\n src.resume();\n }\n\n return dest;\n};\n\nfunction pipeOnDrain(src) {\n return function pipeOnDrainFunctionResult() {\n var state = src._readableState;\n debug('pipeOnDrain', state.awaitDrain);\n if (state.awaitDrain) state.awaitDrain--;\n\n if (state.awaitDrain === 0 && EElistenerCount(src, 'data')) {\n state.flowing = true;\n flow(src);\n }\n };\n}\n\nReadable.prototype.unpipe = function (dest) {\n var state = this._readableState;\n var unpipeInfo = {\n hasUnpiped: false\n }; // if we're not piping anywhere, then do nothing.\n\n if (state.pipesCount === 0) return this; // just one destination. most common case.\n\n if (state.pipesCount === 1) {\n // passed in one, but it's not the right one.\n if (dest && dest !== state.pipes) return this;\n if (!dest) dest = state.pipes; // got a match.\n\n state.pipes = null;\n state.pipesCount = 0;\n state.flowing = false;\n if (dest) dest.emit('unpipe', this, unpipeInfo);\n return this;\n } // slow case. multiple pipe destinations.\n\n\n if (!dest) {\n // remove all.\n var dests = state.pipes;\n var len = state.pipesCount;\n state.pipes = null;\n state.pipesCount = 0;\n state.flowing = false;\n\n for (var i = 0; i < len; i++) {\n dests[i].emit('unpipe', this, {\n hasUnpiped: false\n });\n }\n\n return this;\n } // try to find the right one.\n\n\n var index = indexOf(state.pipes, dest);\n if (index === -1) return this;\n state.pipes.splice(index, 1);\n state.pipesCount -= 1;\n if (state.pipesCount === 1) state.pipes = state.pipes[0];\n dest.emit('unpipe', this, unpipeInfo);\n return this;\n}; // set up data events if they are asked for\n// Ensure readable listeners eventually get something\n\n\nReadable.prototype.on = function (ev, fn) {\n var res = Stream.prototype.on.call(this, ev, fn);\n var state = this._readableState;\n\n if (ev === 'data') {\n // update readableListening so that resume() may be a no-op\n // a few lines down. This is needed to support once('readable').\n state.readableListening = this.listenerCount('readable') > 0; // Try start flowing on next tick if stream isn't explicitly paused\n\n if (state.flowing !== false) this.resume();\n } else if (ev === 'readable') {\n if (!state.endEmitted && !state.readableListening) {\n state.readableListening = state.needReadable = true;\n state.flowing = false;\n state.emittedReadable = false;\n debug('on readable', state.length, state.reading);\n\n if (state.length) {\n emitReadable(this);\n } else if (!state.reading) {\n process.nextTick(nReadingNextTick, this);\n }\n }\n }\n\n return res;\n};\n\nReadable.prototype.addListener = Readable.prototype.on;\n\nReadable.prototype.removeListener = function (ev, fn) {\n var res = Stream.prototype.removeListener.call(this, ev, fn);\n\n if (ev === 'readable') {\n // We need to check if there is someone still listening to\n // readable and reset the state. However this needs to happen\n // after readable has been emitted but before I/O (nextTick) to\n // support once('readable', fn) cycles. This means that calling\n // resume within the same tick will have no\n // effect.\n process.nextTick(updateReadableListening, this);\n }\n\n return res;\n};\n\nReadable.prototype.removeAllListeners = function (ev) {\n var res = Stream.prototype.removeAllListeners.apply(this, arguments);\n\n if (ev === 'readable' || ev === undefined) {\n // We need to check if there is someone still listening to\n // readable and reset the state. However this needs to happen\n // after readable has been emitted but before I/O (nextTick) to\n // support once('readable', fn) cycles. This means that calling\n // resume within the same tick will have no\n // effect.\n process.nextTick(updateReadableListening, this);\n }\n\n return res;\n};\n\nfunction updateReadableListening(self) {\n var state = self._readableState;\n state.readableListening = self.listenerCount('readable') > 0;\n\n if (state.resumeScheduled && !state.paused) {\n // flowing needs to be set to true now, otherwise\n // the upcoming resume will not flow.\n state.flowing = true; // crude way to check if we should resume\n } else if (self.listenerCount('data') > 0) {\n self.resume();\n }\n}\n\nfunction nReadingNextTick(self) {\n debug('readable nexttick read 0');\n self.read(0);\n} // pause() and resume() are remnants of the legacy readable stream API\n// If the user uses them, then switch into old mode.\n\n\nReadable.prototype.resume = function () {\n var state = this._readableState;\n\n if (!state.flowing) {\n debug('resume'); // we flow only if there is no one listening\n // for readable, but we still have to call\n // resume()\n\n state.flowing = !state.readableListening;\n resume(this, state);\n }\n\n state.paused = false;\n return this;\n};\n\nfunction resume(stream, state) {\n if (!state.resumeScheduled) {\n state.resumeScheduled = true;\n process.nextTick(resume_, stream, state);\n }\n}\n\nfunction resume_(stream, state) {\n debug('resume', state.reading);\n\n if (!state.reading) {\n stream.read(0);\n }\n\n state.resumeScheduled = false;\n stream.emit('resume');\n flow(stream);\n if (state.flowing && !state.reading) stream.read(0);\n}\n\nReadable.prototype.pause = function () {\n debug('call pause flowing=%j', this._readableState.flowing);\n\n if (this._readableState.flowing !== false) {\n debug('pause');\n this._readableState.flowing = false;\n this.emit('pause');\n }\n\n this._readableState.paused = true;\n return this;\n};\n\nfunction flow(stream) {\n var state = stream._readableState;\n debug('flow', state.flowing);\n\n while (state.flowing && stream.read() !== null) {\n ;\n }\n} // wrap an old-style stream as the async data source.\n// This is *not* part of the readable stream interface.\n// It is an ugly unfortunate mess of history.\n\n\nReadable.prototype.wrap = function (stream) {\n var _this = this;\n\n var state = this._readableState;\n var paused = false;\n stream.on('end', function () {\n debug('wrapped end');\n\n if (state.decoder && !state.ended) {\n var chunk = state.decoder.end();\n if (chunk && chunk.length) _this.push(chunk);\n }\n\n _this.push(null);\n });\n stream.on('data', function (chunk) {\n debug('wrapped data');\n if (state.decoder) chunk = state.decoder.write(chunk); // don't skip over falsy values in objectMode\n\n if (state.objectMode && (chunk === null || chunk === undefined)) return;else if (!state.objectMode && (!chunk || !chunk.length)) return;\n\n var ret = _this.push(chunk);\n\n if (!ret) {\n paused = true;\n stream.pause();\n }\n }); // proxy all the other methods.\n // important when wrapping filters and duplexes.\n\n for (var i in stream) {\n if (this[i] === undefined && typeof stream[i] === 'function') {\n this[i] = function methodWrap(method) {\n return function methodWrapReturnFunction() {\n return stream[method].apply(stream, arguments);\n };\n }(i);\n }\n } // proxy certain important events.\n\n\n for (var n = 0; n < kProxyEvents.length; n++) {\n stream.on(kProxyEvents[n], this.emit.bind(this, kProxyEvents[n]));\n } // when we try to consume some more bytes, simply unpause the\n // underlying stream.\n\n\n this._read = function (n) {\n debug('wrapped _read', n);\n\n if (paused) {\n paused = false;\n stream.resume();\n }\n };\n\n return this;\n};\n\nif (typeof Symbol === 'function') {\n Readable.prototype[Symbol.asyncIterator] = function () {\n if (createReadableStreamAsyncIterator === undefined) {\n createReadableStreamAsyncIterator = require('./internal/streams/async_iterator');\n }\n\n return createReadableStreamAsyncIterator(this);\n };\n}\n\nObject.defineProperty(Readable.prototype, 'readableHighWaterMark', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._readableState.highWaterMark;\n }\n});\nObject.defineProperty(Readable.prototype, 'readableBuffer', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._readableState && this._readableState.buffer;\n }\n});\nObject.defineProperty(Readable.prototype, 'readableFlowing', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._readableState.flowing;\n },\n set: function set(state) {\n if (this._readableState) {\n this._readableState.flowing = state;\n }\n }\n}); // exposed for testing purposes only.\n\nReadable._fromList = fromList;\nObject.defineProperty(Readable.prototype, 'readableLength', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._readableState.length;\n }\n}); // Pluck off n bytes from an array of buffers.\n// Length is the combined lengths of all the buffers in the list.\n// This function is designed to be inlinable, so please take care when making\n// changes to the function body.\n\nfunction fromList(n, state) {\n // nothing buffered\n if (state.length === 0) return null;\n var ret;\n if (state.objectMode) ret = state.buffer.shift();else if (!n || n >= state.length) {\n // read it all, truncate the list\n if (state.decoder) ret = state.buffer.join('');else if (state.buffer.length === 1) ret = state.buffer.first();else ret = state.buffer.concat(state.length);\n state.buffer.clear();\n } else {\n // read part of list\n ret = state.buffer.consume(n, state.decoder);\n }\n return ret;\n}\n\nfunction endReadable(stream) {\n var state = stream._readableState;\n debug('endReadable', state.endEmitted);\n\n if (!state.endEmitted) {\n state.ended = true;\n process.nextTick(endReadableNT, state, stream);\n }\n}\n\nfunction endReadableNT(state, stream) {\n debug('endReadableNT', state.endEmitted, state.length); // Check that we didn't get one last unshift.\n\n if (!state.endEmitted && state.length === 0) {\n state.endEmitted = true;\n stream.readable = false;\n stream.emit('end');\n\n if (state.autoDestroy) {\n // In case of duplex streams we need a way to detect\n // if the writable side is ready for autoDestroy as well\n var wState = stream._writableState;\n\n if (!wState || wState.autoDestroy && wState.finished) {\n stream.destroy();\n }\n }\n }\n}\n\nif (typeof Symbol === 'function') {\n Readable.from = function (iterable, opts) {\n if (from === undefined) {\n from = require('./internal/streams/from');\n }\n\n return from(Readable, iterable, opts);\n };\n}\n\nfunction indexOf(xs, x) {\n for (var i = 0, l = xs.length; i < l; i++) {\n if (xs[i] === x) return i;\n }\n\n return -1;\n}","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n// a transform stream is a readable/writable stream where you do\n// something with the data. Sometimes it's called a \"filter\",\n// but that's not a great name for it, since that implies a thing where\n// some bits pass through, and others are simply ignored. (That would\n// be a valid example of a transform, of course.)\n//\n// While the output is causally related to the input, it's not a\n// necessarily symmetric or synchronous transformation. For example,\n// a zlib stream might take multiple plain-text writes(), and then\n// emit a single compressed chunk some time in the future.\n//\n// Here's how this works:\n//\n// The Transform stream has all the aspects of the readable and writable\n// stream classes. When you write(chunk), that calls _write(chunk,cb)\n// internally, and returns false if there's a lot of pending writes\n// buffered up. When you call read(), that calls _read(n) until\n// there's enough pending readable data buffered up.\n//\n// In a transform stream, the written data is placed in a buffer. When\n// _read(n) is called, it transforms the queued up data, calling the\n// buffered _write cb's as it consumes chunks. If consuming a single\n// written chunk would result in multiple output chunks, then the first\n// outputted bit calls the readcb, and subsequent chunks just go into\n// the read buffer, and will cause it to emit 'readable' if necessary.\n//\n// This way, back-pressure is actually determined by the reading side,\n// since _read has to be called to start processing a new chunk. However,\n// a pathological inflate type of transform can cause excessive buffering\n// here. For example, imagine a stream where every byte of input is\n// interpreted as an integer from 0-255, and then results in that many\n// bytes of output. Writing the 4 bytes {ff,ff,ff,ff} would result in\n// 1kb of data being output. In this case, you could write a very small\n// amount of input, and end up with a very large amount of output. In\n// such a pathological inflating mechanism, there'd be no way to tell\n// the system to stop doing the transform. A single 4MB write could\n// cause the system to run out of memory.\n//\n// However, even in such a pathological case, only a single written chunk\n// would be consumed, and then the rest would wait (un-transformed) until\n// the results of the previous transformed chunk were consumed.\n'use strict';\n\nmodule.exports = Transform;\n\nvar _require$codes = require('../errors').codes,\n ERR_METHOD_NOT_IMPLEMENTED = _require$codes.ERR_METHOD_NOT_IMPLEMENTED,\n ERR_MULTIPLE_CALLBACK = _require$codes.ERR_MULTIPLE_CALLBACK,\n ERR_TRANSFORM_ALREADY_TRANSFORMING = _require$codes.ERR_TRANSFORM_ALREADY_TRANSFORMING,\n ERR_TRANSFORM_WITH_LENGTH_0 = _require$codes.ERR_TRANSFORM_WITH_LENGTH_0;\n\nvar Duplex = require('./_stream_duplex');\n\nrequire('inherits')(Transform, Duplex);\n\nfunction afterTransform(er, data) {\n var ts = this._transformState;\n ts.transforming = false;\n var cb = ts.writecb;\n\n if (cb === null) {\n return this.emit('error', new ERR_MULTIPLE_CALLBACK());\n }\n\n ts.writechunk = null;\n ts.writecb = null;\n if (data != null) // single equals check for both `null` and `undefined`\n this.push(data);\n cb(er);\n var rs = this._readableState;\n rs.reading = false;\n\n if (rs.needReadable || rs.length < rs.highWaterMark) {\n this._read(rs.highWaterMark);\n }\n}\n\nfunction Transform(options) {\n if (!(this instanceof Transform)) return new Transform(options);\n Duplex.call(this, options);\n this._transformState = {\n afterTransform: afterTransform.bind(this),\n needTransform: false,\n transforming: false,\n writecb: null,\n writechunk: null,\n writeencoding: null\n }; // start out asking for a readable event once data is transformed.\n\n this._readableState.needReadable = true; // we have implemented the _read method, and done the other things\n // that Readable wants before the first _read call, so unset the\n // sync guard flag.\n\n this._readableState.sync = false;\n\n if (options) {\n if (typeof options.transform === 'function') this._transform = options.transform;\n if (typeof options.flush === 'function') this._flush = options.flush;\n } // When the writable side finishes, then flush out anything remaining.\n\n\n this.on('prefinish', prefinish);\n}\n\nfunction prefinish() {\n var _this = this;\n\n if (typeof this._flush === 'function' && !this._readableState.destroyed) {\n this._flush(function (er, data) {\n done(_this, er, data);\n });\n } else {\n done(this, null, null);\n }\n}\n\nTransform.prototype.push = function (chunk, encoding) {\n this._transformState.needTransform = false;\n return Duplex.prototype.push.call(this, chunk, encoding);\n}; // This is the part where you do stuff!\n// override this function in implementation classes.\n// 'chunk' is an input chunk.\n//\n// Call `push(newChunk)` to pass along transformed output\n// to the readable side. You may call 'push' zero or more times.\n//\n// Call `cb(err)` when you are done with this chunk. If you pass\n// an error, then that'll put the hurt on the whole operation. If you\n// never call cb(), then you'll never get another chunk.\n\n\nTransform.prototype._transform = function (chunk, encoding, cb) {\n cb(new ERR_METHOD_NOT_IMPLEMENTED('_transform()'));\n};\n\nTransform.prototype._write = function (chunk, encoding, cb) {\n var ts = this._transformState;\n ts.writecb = cb;\n ts.writechunk = chunk;\n ts.writeencoding = encoding;\n\n if (!ts.transforming) {\n var rs = this._readableState;\n if (ts.needTransform || rs.needReadable || rs.length < rs.highWaterMark) this._read(rs.highWaterMark);\n }\n}; // Doesn't matter what the args are here.\n// _transform does all the work.\n// That we got here means that the readable side wants more data.\n\n\nTransform.prototype._read = function (n) {\n var ts = this._transformState;\n\n if (ts.writechunk !== null && !ts.transforming) {\n ts.transforming = true;\n\n this._transform(ts.writechunk, ts.writeencoding, ts.afterTransform);\n } else {\n // mark that we need a transform, so that any data that comes in\n // will get processed, now that we've asked for it.\n ts.needTransform = true;\n }\n};\n\nTransform.prototype._destroy = function (err, cb) {\n Duplex.prototype._destroy.call(this, err, function (err2) {\n cb(err2);\n });\n};\n\nfunction done(stream, er, data) {\n if (er) return stream.emit('error', er);\n if (data != null) // single equals check for both `null` and `undefined`\n stream.push(data); // TODO(BridgeAR): Write a test for these two error cases\n // if there's nothing in the write buffer, then that means\n // that nothing more will ever be provided\n\n if (stream._writableState.length) throw new ERR_TRANSFORM_WITH_LENGTH_0();\n if (stream._transformState.transforming) throw new ERR_TRANSFORM_ALREADY_TRANSFORMING();\n return stream.push(null);\n}","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n// a passthrough stream.\n// basically just the most minimal sort of Transform stream.\n// Every written chunk gets output as-is.\n'use strict';\n\nmodule.exports = PassThrough;\n\nvar Transform = require('./_stream_transform');\n\nrequire('inherits')(PassThrough, Transform);\n\nfunction PassThrough(options) {\n if (!(this instanceof PassThrough)) return new PassThrough(options);\n Transform.call(this, options);\n}\n\nPassThrough.prototype._transform = function (chunk, encoding, cb) {\n cb(null, chunk);\n};","// Ported from https://github.com/mafintosh/pump with\n// permission from the author, Mathias Buus (@mafintosh).\n'use strict';\n\nvar eos;\n\nfunction once(callback) {\n var called = false;\n return function () {\n if (called) return;\n called = true;\n callback.apply(void 0, arguments);\n };\n}\n\nvar _require$codes = require('../../../errors').codes,\n ERR_MISSING_ARGS = _require$codes.ERR_MISSING_ARGS,\n ERR_STREAM_DESTROYED = _require$codes.ERR_STREAM_DESTROYED;\n\nfunction noop(err) {\n // Rethrow the error if it exists to avoid swallowing it\n if (err) throw err;\n}\n\nfunction isRequest(stream) {\n return stream.setHeader && typeof stream.abort === 'function';\n}\n\nfunction destroyer(stream, reading, writing, callback) {\n callback = once(callback);\n var closed = false;\n stream.on('close', function () {\n closed = true;\n });\n if (eos === undefined) eos = require('./end-of-stream');\n eos(stream, {\n readable: reading,\n writable: writing\n }, function (err) {\n if (err) return callback(err);\n closed = true;\n callback();\n });\n var destroyed = false;\n return function (err) {\n if (closed) return;\n if (destroyed) return;\n destroyed = true; // request.destroy just do .end - .abort is what we want\n\n if (isRequest(stream)) return stream.abort();\n if (typeof stream.destroy === 'function') return stream.destroy();\n callback(err || new ERR_STREAM_DESTROYED('pipe'));\n };\n}\n\nfunction call(fn) {\n fn();\n}\n\nfunction pipe(from, to) {\n return from.pipe(to);\n}\n\nfunction popCallback(streams) {\n if (!streams.length) return noop;\n if (typeof streams[streams.length - 1] !== 'function') return noop;\n return streams.pop();\n}\n\nfunction pipeline() {\n for (var _len = arguments.length, streams = new Array(_len), _key = 0; _key < _len; _key++) {\n streams[_key] = arguments[_key];\n }\n\n var callback = popCallback(streams);\n if (Array.isArray(streams[0])) streams = streams[0];\n\n if (streams.length < 2) {\n throw new ERR_MISSING_ARGS('streams');\n }\n\n var error;\n var destroys = streams.map(function (stream, i) {\n var reading = i < streams.length - 1;\n var writing = i > 0;\n return destroyer(stream, reading, writing, function (err) {\n if (!error) error = err;\n if (err) destroys.forEach(call);\n if (reading) return;\n destroys.forEach(call);\n callback(error);\n });\n });\n return streams.reduce(pipe);\n}\n\nmodule.exports = pipeline;","exports = module.exports = require('./lib/_stream_readable.js');\nexports.Stream = exports;\nexports.Readable = exports;\nexports.Writable = require('./lib/_stream_writable.js');\nexports.Duplex = require('./lib/_stream_duplex.js');\nexports.Transform = require('./lib/_stream_transform.js');\nexports.PassThrough = require('./lib/_stream_passthrough.js');\nexports.finished = require('./lib/internal/streams/end-of-stream.js');\nexports.pipeline = require('./lib/internal/streams/pipeline.js');\n","var bn = require('bn.js');\nvar randomBytes = require('randombytes');\nmodule.exports = crt;\nfunction blind(priv) {\n var r = getr(priv);\n var blinder = r.toRed(bn.mont(priv.modulus))\n .redPow(new bn(priv.publicExponent)).fromRed();\n return {\n blinder: blinder,\n unblinder:r.invm(priv.modulus)\n };\n}\nfunction crt(msg, priv) {\n var blinds = blind(priv);\n var len = priv.modulus.byteLength();\n var mod = bn.mont(priv.modulus);\n var blinded = new bn(msg).mul(blinds.blinder).umod(priv.modulus);\n var c1 = blinded.toRed(bn.mont(priv.prime1));\n var c2 = blinded.toRed(bn.mont(priv.prime2));\n var qinv = priv.coefficient;\n var p = priv.prime1;\n var q = priv.prime2;\n var m1 = c1.redPow(priv.exponent1);\n var m2 = c2.redPow(priv.exponent2);\n m1 = m1.fromRed();\n m2 = m2.fromRed();\n var h = m1.isub(m2).imul(qinv).umod(p);\n h.imul(q);\n m2.iadd(h);\n return new Buffer(m2.imul(blinds.unblinder).umod(priv.modulus).toArray(false, len));\n}\ncrt.getr = getr;\nfunction getr(priv) {\n var len = priv.modulus.byteLength();\n var r = new bn(randomBytes(len));\n while (r.cmp(priv.modulus) >= 0 || !r.umod(priv.prime1) || !r.umod(priv.prime2)) {\n r = new bn(randomBytes(len));\n }\n return r;\n}\n","module.exports={name:\"elliptic\",version:\"6.5.3\",description:\"EC cryptography\",main:\"lib/elliptic.js\",files:[\"lib\"],scripts:{jscs:\"jscs benchmarks/*.js lib/*.js lib/**/*.js lib/**/**/*.js test/index.js\",jshint:\"jscs benchmarks/*.js lib/*.js lib/**/*.js lib/**/**/*.js test/index.js\",lint:\"npm run jscs && npm run jshint\",unit:\"istanbul test _mocha --reporter=spec test/index.js\",test:\"npm run lint && npm run unit\",version:\"grunt dist && git add dist/\"},repository:{type:\"git\",url:\"git@github.com:indutny/elliptic\"},keywords:[\"EC\",\"Elliptic\",\"curve\",\"Cryptography\"],author:\"Fedor Indutny \",license:\"MIT\",bugs:{url:\"https://github.com/indutny/elliptic/issues\"},homepage:\"https://github.com/indutny/elliptic\",devDependencies:{brfs:\"^1.4.3\",coveralls:\"^3.0.8\",grunt:\"^1.0.4\",\"grunt-browserify\":\"^5.0.0\",\"grunt-cli\":\"^1.2.0\",\"grunt-contrib-connect\":\"^1.0.0\",\"grunt-contrib-copy\":\"^1.0.0\",\"grunt-contrib-uglify\":\"^1.0.1\",\"grunt-mocha-istanbul\":\"^3.0.1\",\"grunt-saucelabs\":\"^9.0.1\",istanbul:\"^0.4.2\",jscs:\"^3.0.7\",jshint:\"^2.10.3\",mocha:\"^6.2.2\"},dependencies:{\"bn.js\":\"^4.4.0\",brorand:\"^1.0.1\",\"hash.js\":\"^1.0.0\",\"hmac-drbg\":\"^1.0.0\",inherits:\"^2.0.1\",\"minimalistic-assert\":\"^1.0.0\",\"minimalistic-crypto-utils\":\"^1.0.0\"}};","'use strict';\n\nvar utils = exports;\n\nfunction toArray(msg, enc) {\n if (Array.isArray(msg))\n return msg.slice();\n if (!msg)\n return [];\n var res = [];\n if (typeof msg !== 'string') {\n for (var i = 0; i < msg.length; i++)\n res[i] = msg[i] | 0;\n return res;\n }\n if (enc === 'hex') {\n msg = msg.replace(/[^a-z0-9]+/ig, '');\n if (msg.length % 2 !== 0)\n msg = '0' + msg;\n for (var i = 0; i < msg.length; i += 2)\n res.push(parseInt(msg[i] + msg[i + 1], 16));\n } else {\n for (var i = 0; i < msg.length; i++) {\n var c = msg.charCodeAt(i);\n var hi = c >> 8;\n var lo = c & 0xff;\n if (hi)\n res.push(hi, lo);\n else\n res.push(lo);\n }\n }\n return res;\n}\nutils.toArray = toArray;\n\nfunction zero2(word) {\n if (word.length === 1)\n return '0' + word;\n else\n return word;\n}\nutils.zero2 = zero2;\n\nfunction toHex(msg) {\n var res = '';\n for (var i = 0; i < msg.length; i++)\n res += zero2(msg[i].toString(16));\n return res;\n}\nutils.toHex = toHex;\n\nutils.encode = function encode(arr, enc) {\n if (enc === 'hex')\n return toHex(arr);\n else\n return arr;\n};\n","'use strict';\n\nvar utils = exports;\nvar BN = require('bn.js');\nvar minAssert = require('minimalistic-assert');\nvar minUtils = require('minimalistic-crypto-utils');\n\nutils.assert = minAssert;\nutils.toArray = minUtils.toArray;\nutils.zero2 = minUtils.zero2;\nutils.toHex = minUtils.toHex;\nutils.encode = minUtils.encode;\n\n// Represent num in a w-NAF form\nfunction getNAF(num, w, bits) {\n var naf = new Array(Math.max(num.bitLength(), bits) + 1);\n naf.fill(0);\n\n var ws = 1 << (w + 1);\n var k = num.clone();\n\n for (var i = 0; i < naf.length; i++) {\n var z;\n var mod = k.andln(ws - 1);\n if (k.isOdd()) {\n if (mod > (ws >> 1) - 1)\n z = (ws >> 1) - mod;\n else\n z = mod;\n k.isubn(z);\n } else {\n z = 0;\n }\n\n naf[i] = z;\n k.iushrn(1);\n }\n\n return naf;\n}\nutils.getNAF = getNAF;\n\n// Represent k1, k2 in a Joint Sparse Form\nfunction getJSF(k1, k2) {\n var jsf = [\n [],\n []\n ];\n\n k1 = k1.clone();\n k2 = k2.clone();\n var d1 = 0;\n var d2 = 0;\n while (k1.cmpn(-d1) > 0 || k2.cmpn(-d2) > 0) {\n\n // First phase\n var m14 = (k1.andln(3) + d1) & 3;\n var m24 = (k2.andln(3) + d2) & 3;\n if (m14 === 3)\n m14 = -1;\n if (m24 === 3)\n m24 = -1;\n var u1;\n if ((m14 & 1) === 0) {\n u1 = 0;\n } else {\n var m8 = (k1.andln(7) + d1) & 7;\n if ((m8 === 3 || m8 === 5) && m24 === 2)\n u1 = -m14;\n else\n u1 = m14;\n }\n jsf[0].push(u1);\n\n var u2;\n if ((m24 & 1) === 0) {\n u2 = 0;\n } else {\n var m8 = (k2.andln(7) + d2) & 7;\n if ((m8 === 3 || m8 === 5) && m14 === 2)\n u2 = -m24;\n else\n u2 = m24;\n }\n jsf[1].push(u2);\n\n // Second phase\n if (2 * d1 === u1 + 1)\n d1 = 1 - d1;\n if (2 * d2 === u2 + 1)\n d2 = 1 - d2;\n k1.iushrn(1);\n k2.iushrn(1);\n }\n\n return jsf;\n}\nutils.getJSF = getJSF;\n\nfunction cachedProperty(obj, name, computer) {\n var key = '_' + name;\n obj.prototype[name] = function cachedProperty() {\n return this[key] !== undefined ? this[key] :\n this[key] = computer.call(this);\n };\n}\nutils.cachedProperty = cachedProperty;\n\nfunction parseBytes(bytes) {\n return typeof bytes === 'string' ? utils.toArray(bytes, 'hex') :\n bytes;\n}\nutils.parseBytes = parseBytes;\n\nfunction intFromLE(bytes) {\n return new BN(bytes, 'hex', 'le');\n}\nutils.intFromLE = intFromLE;\n\n","'use strict';\n\nvar BN = require('bn.js');\nvar utils = require('../utils');\nvar getNAF = utils.getNAF;\nvar getJSF = utils.getJSF;\nvar assert = utils.assert;\n\nfunction BaseCurve(type, conf) {\n this.type = type;\n this.p = new BN(conf.p, 16);\n\n // Use Montgomery, when there is no fast reduction for the prime\n this.red = conf.prime ? BN.red(conf.prime) : BN.mont(this.p);\n\n // Useful for many curves\n this.zero = new BN(0).toRed(this.red);\n this.one = new BN(1).toRed(this.red);\n this.two = new BN(2).toRed(this.red);\n\n // Curve configuration, optional\n this.n = conf.n && new BN(conf.n, 16);\n this.g = conf.g && this.pointFromJSON(conf.g, conf.gRed);\n\n // Temporary arrays\n this._wnafT1 = new Array(4);\n this._wnafT2 = new Array(4);\n this._wnafT3 = new Array(4);\n this._wnafT4 = new Array(4);\n\n this._bitLength = this.n ? this.n.bitLength() : 0;\n\n // Generalized Greg Maxwell's trick\n var adjustCount = this.n && this.p.div(this.n);\n if (!adjustCount || adjustCount.cmpn(100) > 0) {\n this.redN = null;\n } else {\n this._maxwellTrick = true;\n this.redN = this.n.toRed(this.red);\n }\n}\nmodule.exports = BaseCurve;\n\nBaseCurve.prototype.point = function point() {\n throw new Error('Not implemented');\n};\n\nBaseCurve.prototype.validate = function validate() {\n throw new Error('Not implemented');\n};\n\nBaseCurve.prototype._fixedNafMul = function _fixedNafMul(p, k) {\n assert(p.precomputed);\n var doubles = p._getDoubles();\n\n var naf = getNAF(k, 1, this._bitLength);\n var I = (1 << (doubles.step + 1)) - (doubles.step % 2 === 0 ? 2 : 1);\n I /= 3;\n\n // Translate into more windowed form\n var repr = [];\n for (var j = 0; j < naf.length; j += doubles.step) {\n var nafW = 0;\n for (var k = j + doubles.step - 1; k >= j; k--)\n nafW = (nafW << 1) + naf[k];\n repr.push(nafW);\n }\n\n var a = this.jpoint(null, null, null);\n var b = this.jpoint(null, null, null);\n for (var i = I; i > 0; i--) {\n for (var j = 0; j < repr.length; j++) {\n var nafW = repr[j];\n if (nafW === i)\n b = b.mixedAdd(doubles.points[j]);\n else if (nafW === -i)\n b = b.mixedAdd(doubles.points[j].neg());\n }\n a = a.add(b);\n }\n return a.toP();\n};\n\nBaseCurve.prototype._wnafMul = function _wnafMul(p, k) {\n var w = 4;\n\n // Precompute window\n var nafPoints = p._getNAFPoints(w);\n w = nafPoints.wnd;\n var wnd = nafPoints.points;\n\n // Get NAF form\n var naf = getNAF(k, w, this._bitLength);\n\n // Add `this`*(N+1) for every w-NAF index\n var acc = this.jpoint(null, null, null);\n for (var i = naf.length - 1; i >= 0; i--) {\n // Count zeroes\n for (var k = 0; i >= 0 && naf[i] === 0; i--)\n k++;\n if (i >= 0)\n k++;\n acc = acc.dblp(k);\n\n if (i < 0)\n break;\n var z = naf[i];\n assert(z !== 0);\n if (p.type === 'affine') {\n // J +- P\n if (z > 0)\n acc = acc.mixedAdd(wnd[(z - 1) >> 1]);\n else\n acc = acc.mixedAdd(wnd[(-z - 1) >> 1].neg());\n } else {\n // J +- J\n if (z > 0)\n acc = acc.add(wnd[(z - 1) >> 1]);\n else\n acc = acc.add(wnd[(-z - 1) >> 1].neg());\n }\n }\n return p.type === 'affine' ? acc.toP() : acc;\n};\n\nBaseCurve.prototype._wnafMulAdd = function _wnafMulAdd(defW,\n points,\n coeffs,\n len,\n jacobianResult) {\n var wndWidth = this._wnafT1;\n var wnd = this._wnafT2;\n var naf = this._wnafT3;\n\n // Fill all arrays\n var max = 0;\n for (var i = 0; i < len; i++) {\n var p = points[i];\n var nafPoints = p._getNAFPoints(defW);\n wndWidth[i] = nafPoints.wnd;\n wnd[i] = nafPoints.points;\n }\n\n // Comb small window NAFs\n for (var i = len - 1; i >= 1; i -= 2) {\n var a = i - 1;\n var b = i;\n if (wndWidth[a] !== 1 || wndWidth[b] !== 1) {\n naf[a] = getNAF(coeffs[a], wndWidth[a], this._bitLength);\n naf[b] = getNAF(coeffs[b], wndWidth[b], this._bitLength);\n max = Math.max(naf[a].length, max);\n max = Math.max(naf[b].length, max);\n continue;\n }\n\n var comb = [\n points[a], /* 1 */\n null, /* 3 */\n null, /* 5 */\n points[b] /* 7 */\n ];\n\n // Try to avoid Projective points, if possible\n if (points[a].y.cmp(points[b].y) === 0) {\n comb[1] = points[a].add(points[b]);\n comb[2] = points[a].toJ().mixedAdd(points[b].neg());\n } else if (points[a].y.cmp(points[b].y.redNeg()) === 0) {\n comb[1] = points[a].toJ().mixedAdd(points[b]);\n comb[2] = points[a].add(points[b].neg());\n } else {\n comb[1] = points[a].toJ().mixedAdd(points[b]);\n comb[2] = points[a].toJ().mixedAdd(points[b].neg());\n }\n\n var index = [\n -3, /* -1 -1 */\n -1, /* -1 0 */\n -5, /* -1 1 */\n -7, /* 0 -1 */\n 0, /* 0 0 */\n 7, /* 0 1 */\n 5, /* 1 -1 */\n 1, /* 1 0 */\n 3 /* 1 1 */\n ];\n\n var jsf = getJSF(coeffs[a], coeffs[b]);\n max = Math.max(jsf[0].length, max);\n naf[a] = new Array(max);\n naf[b] = new Array(max);\n for (var j = 0; j < max; j++) {\n var ja = jsf[0][j] | 0;\n var jb = jsf[1][j] | 0;\n\n naf[a][j] = index[(ja + 1) * 3 + (jb + 1)];\n naf[b][j] = 0;\n wnd[a] = comb;\n }\n }\n\n var acc = this.jpoint(null, null, null);\n var tmp = this._wnafT4;\n for (var i = max; i >= 0; i--) {\n var k = 0;\n\n while (i >= 0) {\n var zero = true;\n for (var j = 0; j < len; j++) {\n tmp[j] = naf[j][i] | 0;\n if (tmp[j] !== 0)\n zero = false;\n }\n if (!zero)\n break;\n k++;\n i--;\n }\n if (i >= 0)\n k++;\n acc = acc.dblp(k);\n if (i < 0)\n break;\n\n for (var j = 0; j < len; j++) {\n var z = tmp[j];\n var p;\n if (z === 0)\n continue;\n else if (z > 0)\n p = wnd[j][(z - 1) >> 1];\n else if (z < 0)\n p = wnd[j][(-z - 1) >> 1].neg();\n\n if (p.type === 'affine')\n acc = acc.mixedAdd(p);\n else\n acc = acc.add(p);\n }\n }\n // Zeroify references\n for (var i = 0; i < len; i++)\n wnd[i] = null;\n\n if (jacobianResult)\n return acc;\n else\n return acc.toP();\n};\n\nfunction BasePoint(curve, type) {\n this.curve = curve;\n this.type = type;\n this.precomputed = null;\n}\nBaseCurve.BasePoint = BasePoint;\n\nBasePoint.prototype.eq = function eq(/*other*/) {\n throw new Error('Not implemented');\n};\n\nBasePoint.prototype.validate = function validate() {\n return this.curve.validate(this);\n};\n\nBaseCurve.prototype.decodePoint = function decodePoint(bytes, enc) {\n bytes = utils.toArray(bytes, enc);\n\n var len = this.p.byteLength();\n\n // uncompressed, hybrid-odd, hybrid-even\n if ((bytes[0] === 0x04 || bytes[0] === 0x06 || bytes[0] === 0x07) &&\n bytes.length - 1 === 2 * len) {\n if (bytes[0] === 0x06)\n assert(bytes[bytes.length - 1] % 2 === 0);\n else if (bytes[0] === 0x07)\n assert(bytes[bytes.length - 1] % 2 === 1);\n\n var res = this.point(bytes.slice(1, 1 + len),\n bytes.slice(1 + len, 1 + 2 * len));\n\n return res;\n } else if ((bytes[0] === 0x02 || bytes[0] === 0x03) &&\n bytes.length - 1 === len) {\n return this.pointFromX(bytes.slice(1, 1 + len), bytes[0] === 0x03);\n }\n throw new Error('Unknown point format');\n};\n\nBasePoint.prototype.encodeCompressed = function encodeCompressed(enc) {\n return this.encode(enc, true);\n};\n\nBasePoint.prototype._encode = function _encode(compact) {\n var len = this.curve.p.byteLength();\n var x = this.getX().toArray('be', len);\n\n if (compact)\n return [ this.getY().isEven() ? 0x02 : 0x03 ].concat(x);\n\n return [ 0x04 ].concat(x, this.getY().toArray('be', len)) ;\n};\n\nBasePoint.prototype.encode = function encode(enc, compact) {\n return utils.encode(this._encode(compact), enc);\n};\n\nBasePoint.prototype.precompute = function precompute(power) {\n if (this.precomputed)\n return this;\n\n var precomputed = {\n doubles: null,\n naf: null,\n beta: null\n };\n precomputed.naf = this._getNAFPoints(8);\n precomputed.doubles = this._getDoubles(4, power);\n precomputed.beta = this._getBeta();\n this.precomputed = precomputed;\n\n return this;\n};\n\nBasePoint.prototype._hasDoubles = function _hasDoubles(k) {\n if (!this.precomputed)\n return false;\n\n var doubles = this.precomputed.doubles;\n if (!doubles)\n return false;\n\n return doubles.points.length >= Math.ceil((k.bitLength() + 1) / doubles.step);\n};\n\nBasePoint.prototype._getDoubles = function _getDoubles(step, power) {\n if (this.precomputed && this.precomputed.doubles)\n return this.precomputed.doubles;\n\n var doubles = [ this ];\n var acc = this;\n for (var i = 0; i < power; i += step) {\n for (var j = 0; j < step; j++)\n acc = acc.dbl();\n doubles.push(acc);\n }\n return {\n step: step,\n points: doubles\n };\n};\n\nBasePoint.prototype._getNAFPoints = function _getNAFPoints(wnd) {\n if (this.precomputed && this.precomputed.naf)\n return this.precomputed.naf;\n\n var res = [ this ];\n var max = (1 << wnd) - 1;\n var dbl = max === 1 ? null : this.dbl();\n for (var i = 1; i < max; i++)\n res[i] = res[i - 1].add(dbl);\n return {\n wnd: wnd,\n points: res\n };\n};\n\nBasePoint.prototype._getBeta = function _getBeta() {\n return null;\n};\n\nBasePoint.prototype.dblp = function dblp(k) {\n var r = this;\n for (var i = 0; i < k; i++)\n r = r.dbl();\n return r;\n};\n","'use strict';\n\nvar utils = require('../utils');\nvar BN = require('bn.js');\nvar inherits = require('inherits');\nvar Base = require('./base');\n\nvar assert = utils.assert;\n\nfunction ShortCurve(conf) {\n Base.call(this, 'short', conf);\n\n this.a = new BN(conf.a, 16).toRed(this.red);\n this.b = new BN(conf.b, 16).toRed(this.red);\n this.tinv = this.two.redInvm();\n\n this.zeroA = this.a.fromRed().cmpn(0) === 0;\n this.threeA = this.a.fromRed().sub(this.p).cmpn(-3) === 0;\n\n // If the curve is endomorphic, precalculate beta and lambda\n this.endo = this._getEndomorphism(conf);\n this._endoWnafT1 = new Array(4);\n this._endoWnafT2 = new Array(4);\n}\ninherits(ShortCurve, Base);\nmodule.exports = ShortCurve;\n\nShortCurve.prototype._getEndomorphism = function _getEndomorphism(conf) {\n // No efficient endomorphism\n if (!this.zeroA || !this.g || !this.n || this.p.modn(3) !== 1)\n return;\n\n // Compute beta and lambda, that lambda * P = (beta * Px; Py)\n var beta;\n var lambda;\n if (conf.beta) {\n beta = new BN(conf.beta, 16).toRed(this.red);\n } else {\n var betas = this._getEndoRoots(this.p);\n // Choose the smallest beta\n beta = betas[0].cmp(betas[1]) < 0 ? betas[0] : betas[1];\n beta = beta.toRed(this.red);\n }\n if (conf.lambda) {\n lambda = new BN(conf.lambda, 16);\n } else {\n // Choose the lambda that is matching selected beta\n var lambdas = this._getEndoRoots(this.n);\n if (this.g.mul(lambdas[0]).x.cmp(this.g.x.redMul(beta)) === 0) {\n lambda = lambdas[0];\n } else {\n lambda = lambdas[1];\n assert(this.g.mul(lambda).x.cmp(this.g.x.redMul(beta)) === 0);\n }\n }\n\n // Get basis vectors, used for balanced length-two representation\n var basis;\n if (conf.basis) {\n basis = conf.basis.map(function(vec) {\n return {\n a: new BN(vec.a, 16),\n b: new BN(vec.b, 16)\n };\n });\n } else {\n basis = this._getEndoBasis(lambda);\n }\n\n return {\n beta: beta,\n lambda: lambda,\n basis: basis\n };\n};\n\nShortCurve.prototype._getEndoRoots = function _getEndoRoots(num) {\n // Find roots of for x^2 + x + 1 in F\n // Root = (-1 +- Sqrt(-3)) / 2\n //\n var red = num === this.p ? this.red : BN.mont(num);\n var tinv = new BN(2).toRed(red).redInvm();\n var ntinv = tinv.redNeg();\n\n var s = new BN(3).toRed(red).redNeg().redSqrt().redMul(tinv);\n\n var l1 = ntinv.redAdd(s).fromRed();\n var l2 = ntinv.redSub(s).fromRed();\n return [ l1, l2 ];\n};\n\nShortCurve.prototype._getEndoBasis = function _getEndoBasis(lambda) {\n // aprxSqrt >= sqrt(this.n)\n var aprxSqrt = this.n.ushrn(Math.floor(this.n.bitLength() / 2));\n\n // 3.74\n // Run EGCD, until r(L + 1) < aprxSqrt\n var u = lambda;\n var v = this.n.clone();\n var x1 = new BN(1);\n var y1 = new BN(0);\n var x2 = new BN(0);\n var y2 = new BN(1);\n\n // NOTE: all vectors are roots of: a + b * lambda = 0 (mod n)\n var a0;\n var b0;\n // First vector\n var a1;\n var b1;\n // Second vector\n var a2;\n var b2;\n\n var prevR;\n var i = 0;\n var r;\n var x;\n while (u.cmpn(0) !== 0) {\n var q = v.div(u);\n r = v.sub(q.mul(u));\n x = x2.sub(q.mul(x1));\n var y = y2.sub(q.mul(y1));\n\n if (!a1 && r.cmp(aprxSqrt) < 0) {\n a0 = prevR.neg();\n b0 = x1;\n a1 = r.neg();\n b1 = x;\n } else if (a1 && ++i === 2) {\n break;\n }\n prevR = r;\n\n v = u;\n u = r;\n x2 = x1;\n x1 = x;\n y2 = y1;\n y1 = y;\n }\n a2 = r.neg();\n b2 = x;\n\n var len1 = a1.sqr().add(b1.sqr());\n var len2 = a2.sqr().add(b2.sqr());\n if (len2.cmp(len1) >= 0) {\n a2 = a0;\n b2 = b0;\n }\n\n // Normalize signs\n if (a1.negative) {\n a1 = a1.neg();\n b1 = b1.neg();\n }\n if (a2.negative) {\n a2 = a2.neg();\n b2 = b2.neg();\n }\n\n return [\n { a: a1, b: b1 },\n { a: a2, b: b2 }\n ];\n};\n\nShortCurve.prototype._endoSplit = function _endoSplit(k) {\n var basis = this.endo.basis;\n var v1 = basis[0];\n var v2 = basis[1];\n\n var c1 = v2.b.mul(k).divRound(this.n);\n var c2 = v1.b.neg().mul(k).divRound(this.n);\n\n var p1 = c1.mul(v1.a);\n var p2 = c2.mul(v2.a);\n var q1 = c1.mul(v1.b);\n var q2 = c2.mul(v2.b);\n\n // Calculate answer\n var k1 = k.sub(p1).sub(p2);\n var k2 = q1.add(q2).neg();\n return { k1: k1, k2: k2 };\n};\n\nShortCurve.prototype.pointFromX = function pointFromX(x, odd) {\n x = new BN(x, 16);\n if (!x.red)\n x = x.toRed(this.red);\n\n var y2 = x.redSqr().redMul(x).redIAdd(x.redMul(this.a)).redIAdd(this.b);\n var y = y2.redSqrt();\n if (y.redSqr().redSub(y2).cmp(this.zero) !== 0)\n throw new Error('invalid point');\n\n // XXX Is there any way to tell if the number is odd without converting it\n // to non-red form?\n var isOdd = y.fromRed().isOdd();\n if (odd && !isOdd || !odd && isOdd)\n y = y.redNeg();\n\n return this.point(x, y);\n};\n\nShortCurve.prototype.validate = function validate(point) {\n if (point.inf)\n return true;\n\n var x = point.x;\n var y = point.y;\n\n var ax = this.a.redMul(x);\n var rhs = x.redSqr().redMul(x).redIAdd(ax).redIAdd(this.b);\n return y.redSqr().redISub(rhs).cmpn(0) === 0;\n};\n\nShortCurve.prototype._endoWnafMulAdd =\n function _endoWnafMulAdd(points, coeffs, jacobianResult) {\n var npoints = this._endoWnafT1;\n var ncoeffs = this._endoWnafT2;\n for (var i = 0; i < points.length; i++) {\n var split = this._endoSplit(coeffs[i]);\n var p = points[i];\n var beta = p._getBeta();\n\n if (split.k1.negative) {\n split.k1.ineg();\n p = p.neg(true);\n }\n if (split.k2.negative) {\n split.k2.ineg();\n beta = beta.neg(true);\n }\n\n npoints[i * 2] = p;\n npoints[i * 2 + 1] = beta;\n ncoeffs[i * 2] = split.k1;\n ncoeffs[i * 2 + 1] = split.k2;\n }\n var res = this._wnafMulAdd(1, npoints, ncoeffs, i * 2, jacobianResult);\n\n // Clean-up references to points and coefficients\n for (var j = 0; j < i * 2; j++) {\n npoints[j] = null;\n ncoeffs[j] = null;\n }\n return res;\n};\n\nfunction Point(curve, x, y, isRed) {\n Base.BasePoint.call(this, curve, 'affine');\n if (x === null && y === null) {\n this.x = null;\n this.y = null;\n this.inf = true;\n } else {\n this.x = new BN(x, 16);\n this.y = new BN(y, 16);\n // Force redgomery representation when loading from JSON\n if (isRed) {\n this.x.forceRed(this.curve.red);\n this.y.forceRed(this.curve.red);\n }\n if (!this.x.red)\n this.x = this.x.toRed(this.curve.red);\n if (!this.y.red)\n this.y = this.y.toRed(this.curve.red);\n this.inf = false;\n }\n}\ninherits(Point, Base.BasePoint);\n\nShortCurve.prototype.point = function point(x, y, isRed) {\n return new Point(this, x, y, isRed);\n};\n\nShortCurve.prototype.pointFromJSON = function pointFromJSON(obj, red) {\n return Point.fromJSON(this, obj, red);\n};\n\nPoint.prototype._getBeta = function _getBeta() {\n if (!this.curve.endo)\n return;\n\n var pre = this.precomputed;\n if (pre && pre.beta)\n return pre.beta;\n\n var beta = this.curve.point(this.x.redMul(this.curve.endo.beta), this.y);\n if (pre) {\n var curve = this.curve;\n var endoMul = function(p) {\n return curve.point(p.x.redMul(curve.endo.beta), p.y);\n };\n pre.beta = beta;\n beta.precomputed = {\n beta: null,\n naf: pre.naf && {\n wnd: pre.naf.wnd,\n points: pre.naf.points.map(endoMul)\n },\n doubles: pre.doubles && {\n step: pre.doubles.step,\n points: pre.doubles.points.map(endoMul)\n }\n };\n }\n return beta;\n};\n\nPoint.prototype.toJSON = function toJSON() {\n if (!this.precomputed)\n return [ this.x, this.y ];\n\n return [ this.x, this.y, this.precomputed && {\n doubles: this.precomputed.doubles && {\n step: this.precomputed.doubles.step,\n points: this.precomputed.doubles.points.slice(1)\n },\n naf: this.precomputed.naf && {\n wnd: this.precomputed.naf.wnd,\n points: this.precomputed.naf.points.slice(1)\n }\n } ];\n};\n\nPoint.fromJSON = function fromJSON(curve, obj, red) {\n if (typeof obj === 'string')\n obj = JSON.parse(obj);\n var res = curve.point(obj[0], obj[1], red);\n if (!obj[2])\n return res;\n\n function obj2point(obj) {\n return curve.point(obj[0], obj[1], red);\n }\n\n var pre = obj[2];\n res.precomputed = {\n beta: null,\n doubles: pre.doubles && {\n step: pre.doubles.step,\n points: [ res ].concat(pre.doubles.points.map(obj2point))\n },\n naf: pre.naf && {\n wnd: pre.naf.wnd,\n points: [ res ].concat(pre.naf.points.map(obj2point))\n }\n };\n return res;\n};\n\nPoint.prototype.inspect = function inspect() {\n if (this.isInfinity())\n return '';\n return '';\n};\n\nPoint.prototype.isInfinity = function isInfinity() {\n return this.inf;\n};\n\nPoint.prototype.add = function add(p) {\n // O + P = P\n if (this.inf)\n return p;\n\n // P + O = P\n if (p.inf)\n return this;\n\n // P + P = 2P\n if (this.eq(p))\n return this.dbl();\n\n // P + (-P) = O\n if (this.neg().eq(p))\n return this.curve.point(null, null);\n\n // P + Q = O\n if (this.x.cmp(p.x) === 0)\n return this.curve.point(null, null);\n\n var c = this.y.redSub(p.y);\n if (c.cmpn(0) !== 0)\n c = c.redMul(this.x.redSub(p.x).redInvm());\n var nx = c.redSqr().redISub(this.x).redISub(p.x);\n var ny = c.redMul(this.x.redSub(nx)).redISub(this.y);\n return this.curve.point(nx, ny);\n};\n\nPoint.prototype.dbl = function dbl() {\n if (this.inf)\n return this;\n\n // 2P = O\n var ys1 = this.y.redAdd(this.y);\n if (ys1.cmpn(0) === 0)\n return this.curve.point(null, null);\n\n var a = this.curve.a;\n\n var x2 = this.x.redSqr();\n var dyinv = ys1.redInvm();\n var c = x2.redAdd(x2).redIAdd(x2).redIAdd(a).redMul(dyinv);\n\n var nx = c.redSqr().redISub(this.x.redAdd(this.x));\n var ny = c.redMul(this.x.redSub(nx)).redISub(this.y);\n return this.curve.point(nx, ny);\n};\n\nPoint.prototype.getX = function getX() {\n return this.x.fromRed();\n};\n\nPoint.prototype.getY = function getY() {\n return this.y.fromRed();\n};\n\nPoint.prototype.mul = function mul(k) {\n k = new BN(k, 16);\n if (this.isInfinity())\n return this;\n else if (this._hasDoubles(k))\n return this.curve._fixedNafMul(this, k);\n else if (this.curve.endo)\n return this.curve._endoWnafMulAdd([ this ], [ k ]);\n else\n return this.curve._wnafMul(this, k);\n};\n\nPoint.prototype.mulAdd = function mulAdd(k1, p2, k2) {\n var points = [ this, p2 ];\n var coeffs = [ k1, k2 ];\n if (this.curve.endo)\n return this.curve._endoWnafMulAdd(points, coeffs);\n else\n return this.curve._wnafMulAdd(1, points, coeffs, 2);\n};\n\nPoint.prototype.jmulAdd = function jmulAdd(k1, p2, k2) {\n var points = [ this, p2 ];\n var coeffs = [ k1, k2 ];\n if (this.curve.endo)\n return this.curve._endoWnafMulAdd(points, coeffs, true);\n else\n return this.curve._wnafMulAdd(1, points, coeffs, 2, true);\n};\n\nPoint.prototype.eq = function eq(p) {\n return this === p ||\n this.inf === p.inf &&\n (this.inf || this.x.cmp(p.x) === 0 && this.y.cmp(p.y) === 0);\n};\n\nPoint.prototype.neg = function neg(_precompute) {\n if (this.inf)\n return this;\n\n var res = this.curve.point(this.x, this.y.redNeg());\n if (_precompute && this.precomputed) {\n var pre = this.precomputed;\n var negate = function(p) {\n return p.neg();\n };\n res.precomputed = {\n naf: pre.naf && {\n wnd: pre.naf.wnd,\n points: pre.naf.points.map(negate)\n },\n doubles: pre.doubles && {\n step: pre.doubles.step,\n points: pre.doubles.points.map(negate)\n }\n };\n }\n return res;\n};\n\nPoint.prototype.toJ = function toJ() {\n if (this.inf)\n return this.curve.jpoint(null, null, null);\n\n var res = this.curve.jpoint(this.x, this.y, this.curve.one);\n return res;\n};\n\nfunction JPoint(curve, x, y, z) {\n Base.BasePoint.call(this, curve, 'jacobian');\n if (x === null && y === null && z === null) {\n this.x = this.curve.one;\n this.y = this.curve.one;\n this.z = new BN(0);\n } else {\n this.x = new BN(x, 16);\n this.y = new BN(y, 16);\n this.z = new BN(z, 16);\n }\n if (!this.x.red)\n this.x = this.x.toRed(this.curve.red);\n if (!this.y.red)\n this.y = this.y.toRed(this.curve.red);\n if (!this.z.red)\n this.z = this.z.toRed(this.curve.red);\n\n this.zOne = this.z === this.curve.one;\n}\ninherits(JPoint, Base.BasePoint);\n\nShortCurve.prototype.jpoint = function jpoint(x, y, z) {\n return new JPoint(this, x, y, z);\n};\n\nJPoint.prototype.toP = function toP() {\n if (this.isInfinity())\n return this.curve.point(null, null);\n\n var zinv = this.z.redInvm();\n var zinv2 = zinv.redSqr();\n var ax = this.x.redMul(zinv2);\n var ay = this.y.redMul(zinv2).redMul(zinv);\n\n return this.curve.point(ax, ay);\n};\n\nJPoint.prototype.neg = function neg() {\n return this.curve.jpoint(this.x, this.y.redNeg(), this.z);\n};\n\nJPoint.prototype.add = function add(p) {\n // O + P = P\n if (this.isInfinity())\n return p;\n\n // P + O = P\n if (p.isInfinity())\n return this;\n\n // 12M + 4S + 7A\n var pz2 = p.z.redSqr();\n var z2 = this.z.redSqr();\n var u1 = this.x.redMul(pz2);\n var u2 = p.x.redMul(z2);\n var s1 = this.y.redMul(pz2.redMul(p.z));\n var s2 = p.y.redMul(z2.redMul(this.z));\n\n var h = u1.redSub(u2);\n var r = s1.redSub(s2);\n if (h.cmpn(0) === 0) {\n if (r.cmpn(0) !== 0)\n return this.curve.jpoint(null, null, null);\n else\n return this.dbl();\n }\n\n var h2 = h.redSqr();\n var h3 = h2.redMul(h);\n var v = u1.redMul(h2);\n\n var nx = r.redSqr().redIAdd(h3).redISub(v).redISub(v);\n var ny = r.redMul(v.redISub(nx)).redISub(s1.redMul(h3));\n var nz = this.z.redMul(p.z).redMul(h);\n\n return this.curve.jpoint(nx, ny, nz);\n};\n\nJPoint.prototype.mixedAdd = function mixedAdd(p) {\n // O + P = P\n if (this.isInfinity())\n return p.toJ();\n\n // P + O = P\n if (p.isInfinity())\n return this;\n\n // 8M + 3S + 7A\n var z2 = this.z.redSqr();\n var u1 = this.x;\n var u2 = p.x.redMul(z2);\n var s1 = this.y;\n var s2 = p.y.redMul(z2).redMul(this.z);\n\n var h = u1.redSub(u2);\n var r = s1.redSub(s2);\n if (h.cmpn(0) === 0) {\n if (r.cmpn(0) !== 0)\n return this.curve.jpoint(null, null, null);\n else\n return this.dbl();\n }\n\n var h2 = h.redSqr();\n var h3 = h2.redMul(h);\n var v = u1.redMul(h2);\n\n var nx = r.redSqr().redIAdd(h3).redISub(v).redISub(v);\n var ny = r.redMul(v.redISub(nx)).redISub(s1.redMul(h3));\n var nz = this.z.redMul(h);\n\n return this.curve.jpoint(nx, ny, nz);\n};\n\nJPoint.prototype.dblp = function dblp(pow) {\n if (pow === 0)\n return this;\n if (this.isInfinity())\n return this;\n if (!pow)\n return this.dbl();\n\n if (this.curve.zeroA || this.curve.threeA) {\n var r = this;\n for (var i = 0; i < pow; i++)\n r = r.dbl();\n return r;\n }\n\n // 1M + 2S + 1A + N * (4S + 5M + 8A)\n // N = 1 => 6M + 6S + 9A\n var a = this.curve.a;\n var tinv = this.curve.tinv;\n\n var jx = this.x;\n var jy = this.y;\n var jz = this.z;\n var jz4 = jz.redSqr().redSqr();\n\n // Reuse results\n var jyd = jy.redAdd(jy);\n for (var i = 0; i < pow; i++) {\n var jx2 = jx.redSqr();\n var jyd2 = jyd.redSqr();\n var jyd4 = jyd2.redSqr();\n var c = jx2.redAdd(jx2).redIAdd(jx2).redIAdd(a.redMul(jz4));\n\n var t1 = jx.redMul(jyd2);\n var nx = c.redSqr().redISub(t1.redAdd(t1));\n var t2 = t1.redISub(nx);\n var dny = c.redMul(t2);\n dny = dny.redIAdd(dny).redISub(jyd4);\n var nz = jyd.redMul(jz);\n if (i + 1 < pow)\n jz4 = jz4.redMul(jyd4);\n\n jx = nx;\n jz = nz;\n jyd = dny;\n }\n\n return this.curve.jpoint(jx, jyd.redMul(tinv), jz);\n};\n\nJPoint.prototype.dbl = function dbl() {\n if (this.isInfinity())\n return this;\n\n if (this.curve.zeroA)\n return this._zeroDbl();\n else if (this.curve.threeA)\n return this._threeDbl();\n else\n return this._dbl();\n};\n\nJPoint.prototype._zeroDbl = function _zeroDbl() {\n var nx;\n var ny;\n var nz;\n // Z = 1\n if (this.zOne) {\n // hyperelliptic.org/EFD/g1p/auto-shortw-jacobian-0.html\n // #doubling-mdbl-2007-bl\n // 1M + 5S + 14A\n\n // XX = X1^2\n var xx = this.x.redSqr();\n // YY = Y1^2\n var yy = this.y.redSqr();\n // YYYY = YY^2\n var yyyy = yy.redSqr();\n // S = 2 * ((X1 + YY)^2 - XX - YYYY)\n var s = this.x.redAdd(yy).redSqr().redISub(xx).redISub(yyyy);\n s = s.redIAdd(s);\n // M = 3 * XX + a; a = 0\n var m = xx.redAdd(xx).redIAdd(xx);\n // T = M ^ 2 - 2*S\n var t = m.redSqr().redISub(s).redISub(s);\n\n // 8 * YYYY\n var yyyy8 = yyyy.redIAdd(yyyy);\n yyyy8 = yyyy8.redIAdd(yyyy8);\n yyyy8 = yyyy8.redIAdd(yyyy8);\n\n // X3 = T\n nx = t;\n // Y3 = M * (S - T) - 8 * YYYY\n ny = m.redMul(s.redISub(t)).redISub(yyyy8);\n // Z3 = 2*Y1\n nz = this.y.redAdd(this.y);\n } else {\n // hyperelliptic.org/EFD/g1p/auto-shortw-jacobian-0.html\n // #doubling-dbl-2009-l\n // 2M + 5S + 13A\n\n // A = X1^2\n var a = this.x.redSqr();\n // B = Y1^2\n var b = this.y.redSqr();\n // C = B^2\n var c = b.redSqr();\n // D = 2 * ((X1 + B)^2 - A - C)\n var d = this.x.redAdd(b).redSqr().redISub(a).redISub(c);\n d = d.redIAdd(d);\n // E = 3 * A\n var e = a.redAdd(a).redIAdd(a);\n // F = E^2\n var f = e.redSqr();\n\n // 8 * C\n var c8 = c.redIAdd(c);\n c8 = c8.redIAdd(c8);\n c8 = c8.redIAdd(c8);\n\n // X3 = F - 2 * D\n nx = f.redISub(d).redISub(d);\n // Y3 = E * (D - X3) - 8 * C\n ny = e.redMul(d.redISub(nx)).redISub(c8);\n // Z3 = 2 * Y1 * Z1\n nz = this.y.redMul(this.z);\n nz = nz.redIAdd(nz);\n }\n\n return this.curve.jpoint(nx, ny, nz);\n};\n\nJPoint.prototype._threeDbl = function _threeDbl() {\n var nx;\n var ny;\n var nz;\n // Z = 1\n if (this.zOne) {\n // hyperelliptic.org/EFD/g1p/auto-shortw-jacobian-3.html\n // #doubling-mdbl-2007-bl\n // 1M + 5S + 15A\n\n // XX = X1^2\n var xx = this.x.redSqr();\n // YY = Y1^2\n var yy = this.y.redSqr();\n // YYYY = YY^2\n var yyyy = yy.redSqr();\n // S = 2 * ((X1 + YY)^2 - XX - YYYY)\n var s = this.x.redAdd(yy).redSqr().redISub(xx).redISub(yyyy);\n s = s.redIAdd(s);\n // M = 3 * XX + a\n var m = xx.redAdd(xx).redIAdd(xx).redIAdd(this.curve.a);\n // T = M^2 - 2 * S\n var t = m.redSqr().redISub(s).redISub(s);\n // X3 = T\n nx = t;\n // Y3 = M * (S - T) - 8 * YYYY\n var yyyy8 = yyyy.redIAdd(yyyy);\n yyyy8 = yyyy8.redIAdd(yyyy8);\n yyyy8 = yyyy8.redIAdd(yyyy8);\n ny = m.redMul(s.redISub(t)).redISub(yyyy8);\n // Z3 = 2 * Y1\n nz = this.y.redAdd(this.y);\n } else {\n // hyperelliptic.org/EFD/g1p/auto-shortw-jacobian-3.html#doubling-dbl-2001-b\n // 3M + 5S\n\n // delta = Z1^2\n var delta = this.z.redSqr();\n // gamma = Y1^2\n var gamma = this.y.redSqr();\n // beta = X1 * gamma\n var beta = this.x.redMul(gamma);\n // alpha = 3 * (X1 - delta) * (X1 + delta)\n var alpha = this.x.redSub(delta).redMul(this.x.redAdd(delta));\n alpha = alpha.redAdd(alpha).redIAdd(alpha);\n // X3 = alpha^2 - 8 * beta\n var beta4 = beta.redIAdd(beta);\n beta4 = beta4.redIAdd(beta4);\n var beta8 = beta4.redAdd(beta4);\n nx = alpha.redSqr().redISub(beta8);\n // Z3 = (Y1 + Z1)^2 - gamma - delta\n nz = this.y.redAdd(this.z).redSqr().redISub(gamma).redISub(delta);\n // Y3 = alpha * (4 * beta - X3) - 8 * gamma^2\n var ggamma8 = gamma.redSqr();\n ggamma8 = ggamma8.redIAdd(ggamma8);\n ggamma8 = ggamma8.redIAdd(ggamma8);\n ggamma8 = ggamma8.redIAdd(ggamma8);\n ny = alpha.redMul(beta4.redISub(nx)).redISub(ggamma8);\n }\n\n return this.curve.jpoint(nx, ny, nz);\n};\n\nJPoint.prototype._dbl = function _dbl() {\n var a = this.curve.a;\n\n // 4M + 6S + 10A\n var jx = this.x;\n var jy = this.y;\n var jz = this.z;\n var jz4 = jz.redSqr().redSqr();\n\n var jx2 = jx.redSqr();\n var jy2 = jy.redSqr();\n\n var c = jx2.redAdd(jx2).redIAdd(jx2).redIAdd(a.redMul(jz4));\n\n var jxd4 = jx.redAdd(jx);\n jxd4 = jxd4.redIAdd(jxd4);\n var t1 = jxd4.redMul(jy2);\n var nx = c.redSqr().redISub(t1.redAdd(t1));\n var t2 = t1.redISub(nx);\n\n var jyd8 = jy2.redSqr();\n jyd8 = jyd8.redIAdd(jyd8);\n jyd8 = jyd8.redIAdd(jyd8);\n jyd8 = jyd8.redIAdd(jyd8);\n var ny = c.redMul(t2).redISub(jyd8);\n var nz = jy.redAdd(jy).redMul(jz);\n\n return this.curve.jpoint(nx, ny, nz);\n};\n\nJPoint.prototype.trpl = function trpl() {\n if (!this.curve.zeroA)\n return this.dbl().add(this);\n\n // hyperelliptic.org/EFD/g1p/auto-shortw-jacobian-0.html#tripling-tpl-2007-bl\n // 5M + 10S + ...\n\n // XX = X1^2\n var xx = this.x.redSqr();\n // YY = Y1^2\n var yy = this.y.redSqr();\n // ZZ = Z1^2\n var zz = this.z.redSqr();\n // YYYY = YY^2\n var yyyy = yy.redSqr();\n // M = 3 * XX + a * ZZ2; a = 0\n var m = xx.redAdd(xx).redIAdd(xx);\n // MM = M^2\n var mm = m.redSqr();\n // E = 6 * ((X1 + YY)^2 - XX - YYYY) - MM\n var e = this.x.redAdd(yy).redSqr().redISub(xx).redISub(yyyy);\n e = e.redIAdd(e);\n e = e.redAdd(e).redIAdd(e);\n e = e.redISub(mm);\n // EE = E^2\n var ee = e.redSqr();\n // T = 16*YYYY\n var t = yyyy.redIAdd(yyyy);\n t = t.redIAdd(t);\n t = t.redIAdd(t);\n t = t.redIAdd(t);\n // U = (M + E)^2 - MM - EE - T\n var u = m.redIAdd(e).redSqr().redISub(mm).redISub(ee).redISub(t);\n // X3 = 4 * (X1 * EE - 4 * YY * U)\n var yyu4 = yy.redMul(u);\n yyu4 = yyu4.redIAdd(yyu4);\n yyu4 = yyu4.redIAdd(yyu4);\n var nx = this.x.redMul(ee).redISub(yyu4);\n nx = nx.redIAdd(nx);\n nx = nx.redIAdd(nx);\n // Y3 = 8 * Y1 * (U * (T - U) - E * EE)\n var ny = this.y.redMul(u.redMul(t.redISub(u)).redISub(e.redMul(ee)));\n ny = ny.redIAdd(ny);\n ny = ny.redIAdd(ny);\n ny = ny.redIAdd(ny);\n // Z3 = (Z1 + E)^2 - ZZ - EE\n var nz = this.z.redAdd(e).redSqr().redISub(zz).redISub(ee);\n\n return this.curve.jpoint(nx, ny, nz);\n};\n\nJPoint.prototype.mul = function mul(k, kbase) {\n k = new BN(k, kbase);\n\n return this.curve._wnafMul(this, k);\n};\n\nJPoint.prototype.eq = function eq(p) {\n if (p.type === 'affine')\n return this.eq(p.toJ());\n\n if (this === p)\n return true;\n\n // x1 * z2^2 == x2 * z1^2\n var z2 = this.z.redSqr();\n var pz2 = p.z.redSqr();\n if (this.x.redMul(pz2).redISub(p.x.redMul(z2)).cmpn(0) !== 0)\n return false;\n\n // y1 * z2^3 == y2 * z1^3\n var z3 = z2.redMul(this.z);\n var pz3 = pz2.redMul(p.z);\n return this.y.redMul(pz3).redISub(p.y.redMul(z3)).cmpn(0) === 0;\n};\n\nJPoint.prototype.eqXToP = function eqXToP(x) {\n var zs = this.z.redSqr();\n var rx = x.toRed(this.curve.red).redMul(zs);\n if (this.x.cmp(rx) === 0)\n return true;\n\n var xc = x.clone();\n var t = this.curve.redN.redMul(zs);\n for (;;) {\n xc.iadd(this.curve.n);\n if (xc.cmp(this.curve.p) >= 0)\n return false;\n\n rx.redIAdd(t);\n if (this.x.cmp(rx) === 0)\n return true;\n }\n};\n\nJPoint.prototype.inspect = function inspect() {\n if (this.isInfinity())\n return '';\n return '';\n};\n\nJPoint.prototype.isInfinity = function isInfinity() {\n // XXX This code assumes that zero is always zero in red\n return this.z.cmpn(0) === 0;\n};\n","'use strict';\n\nvar BN = require('bn.js');\nvar inherits = require('inherits');\nvar Base = require('./base');\n\nvar utils = require('../utils');\n\nfunction MontCurve(conf) {\n Base.call(this, 'mont', conf);\n\n this.a = new BN(conf.a, 16).toRed(this.red);\n this.b = new BN(conf.b, 16).toRed(this.red);\n this.i4 = new BN(4).toRed(this.red).redInvm();\n this.two = new BN(2).toRed(this.red);\n this.a24 = this.i4.redMul(this.a.redAdd(this.two));\n}\ninherits(MontCurve, Base);\nmodule.exports = MontCurve;\n\nMontCurve.prototype.validate = function validate(point) {\n var x = point.normalize().x;\n var x2 = x.redSqr();\n var rhs = x2.redMul(x).redAdd(x2.redMul(this.a)).redAdd(x);\n var y = rhs.redSqrt();\n\n return y.redSqr().cmp(rhs) === 0;\n};\n\nfunction Point(curve, x, z) {\n Base.BasePoint.call(this, curve, 'projective');\n if (x === null && z === null) {\n this.x = this.curve.one;\n this.z = this.curve.zero;\n } else {\n this.x = new BN(x, 16);\n this.z = new BN(z, 16);\n if (!this.x.red)\n this.x = this.x.toRed(this.curve.red);\n if (!this.z.red)\n this.z = this.z.toRed(this.curve.red);\n }\n}\ninherits(Point, Base.BasePoint);\n\nMontCurve.prototype.decodePoint = function decodePoint(bytes, enc) {\n return this.point(utils.toArray(bytes, enc), 1);\n};\n\nMontCurve.prototype.point = function point(x, z) {\n return new Point(this, x, z);\n};\n\nMontCurve.prototype.pointFromJSON = function pointFromJSON(obj) {\n return Point.fromJSON(this, obj);\n};\n\nPoint.prototype.precompute = function precompute() {\n // No-op\n};\n\nPoint.prototype._encode = function _encode() {\n return this.getX().toArray('be', this.curve.p.byteLength());\n};\n\nPoint.fromJSON = function fromJSON(curve, obj) {\n return new Point(curve, obj[0], obj[1] || curve.one);\n};\n\nPoint.prototype.inspect = function inspect() {\n if (this.isInfinity())\n return '';\n return '';\n};\n\nPoint.prototype.isInfinity = function isInfinity() {\n // XXX This code assumes that zero is always zero in red\n return this.z.cmpn(0) === 0;\n};\n\nPoint.prototype.dbl = function dbl() {\n // http://hyperelliptic.org/EFD/g1p/auto-montgom-xz.html#doubling-dbl-1987-m-3\n // 2M + 2S + 4A\n\n // A = X1 + Z1\n var a = this.x.redAdd(this.z);\n // AA = A^2\n var aa = a.redSqr();\n // B = X1 - Z1\n var b = this.x.redSub(this.z);\n // BB = B^2\n var bb = b.redSqr();\n // C = AA - BB\n var c = aa.redSub(bb);\n // X3 = AA * BB\n var nx = aa.redMul(bb);\n // Z3 = C * (BB + A24 * C)\n var nz = c.redMul(bb.redAdd(this.curve.a24.redMul(c)));\n return this.curve.point(nx, nz);\n};\n\nPoint.prototype.add = function add() {\n throw new Error('Not supported on Montgomery curve');\n};\n\nPoint.prototype.diffAdd = function diffAdd(p, diff) {\n // http://hyperelliptic.org/EFD/g1p/auto-montgom-xz.html#diffadd-dadd-1987-m-3\n // 4M + 2S + 6A\n\n // A = X2 + Z2\n var a = this.x.redAdd(this.z);\n // B = X2 - Z2\n var b = this.x.redSub(this.z);\n // C = X3 + Z3\n var c = p.x.redAdd(p.z);\n // D = X3 - Z3\n var d = p.x.redSub(p.z);\n // DA = D * A\n var da = d.redMul(a);\n // CB = C * B\n var cb = c.redMul(b);\n // X5 = Z1 * (DA + CB)^2\n var nx = diff.z.redMul(da.redAdd(cb).redSqr());\n // Z5 = X1 * (DA - CB)^2\n var nz = diff.x.redMul(da.redISub(cb).redSqr());\n return this.curve.point(nx, nz);\n};\n\nPoint.prototype.mul = function mul(k) {\n var t = k.clone();\n var a = this; // (N / 2) * Q + Q\n var b = this.curve.point(null, null); // (N / 2) * Q\n var c = this; // Q\n\n for (var bits = []; t.cmpn(0) !== 0; t.iushrn(1))\n bits.push(t.andln(1));\n\n for (var i = bits.length - 1; i >= 0; i--) {\n if (bits[i] === 0) {\n // N * Q + Q = ((N / 2) * Q + Q)) + (N / 2) * Q\n a = a.diffAdd(b, c);\n // N * Q = 2 * ((N / 2) * Q + Q))\n b = b.dbl();\n } else {\n // N * Q = ((N / 2) * Q + Q) + ((N / 2) * Q)\n b = a.diffAdd(b, c);\n // N * Q + Q = 2 * ((N / 2) * Q + Q)\n a = a.dbl();\n }\n }\n return b;\n};\n\nPoint.prototype.mulAdd = function mulAdd() {\n throw new Error('Not supported on Montgomery curve');\n};\n\nPoint.prototype.jumlAdd = function jumlAdd() {\n throw new Error('Not supported on Montgomery curve');\n};\n\nPoint.prototype.eq = function eq(other) {\n return this.getX().cmp(other.getX()) === 0;\n};\n\nPoint.prototype.normalize = function normalize() {\n this.x = this.x.redMul(this.z.redInvm());\n this.z = this.curve.one;\n return this;\n};\n\nPoint.prototype.getX = function getX() {\n // Normalize coordinates\n this.normalize();\n\n return this.x.fromRed();\n};\n","'use strict';\n\nvar utils = require('../utils');\nvar BN = require('bn.js');\nvar inherits = require('inherits');\nvar Base = require('./base');\n\nvar assert = utils.assert;\n\nfunction EdwardsCurve(conf) {\n // NOTE: Important as we are creating point in Base.call()\n this.twisted = (conf.a | 0) !== 1;\n this.mOneA = this.twisted && (conf.a | 0) === -1;\n this.extended = this.mOneA;\n\n Base.call(this, 'edwards', conf);\n\n this.a = new BN(conf.a, 16).umod(this.red.m);\n this.a = this.a.toRed(this.red);\n this.c = new BN(conf.c, 16).toRed(this.red);\n this.c2 = this.c.redSqr();\n this.d = new BN(conf.d, 16).toRed(this.red);\n this.dd = this.d.redAdd(this.d);\n\n assert(!this.twisted || this.c.fromRed().cmpn(1) === 0);\n this.oneC = (conf.c | 0) === 1;\n}\ninherits(EdwardsCurve, Base);\nmodule.exports = EdwardsCurve;\n\nEdwardsCurve.prototype._mulA = function _mulA(num) {\n if (this.mOneA)\n return num.redNeg();\n else\n return this.a.redMul(num);\n};\n\nEdwardsCurve.prototype._mulC = function _mulC(num) {\n if (this.oneC)\n return num;\n else\n return this.c.redMul(num);\n};\n\n// Just for compatibility with Short curve\nEdwardsCurve.prototype.jpoint = function jpoint(x, y, z, t) {\n return this.point(x, y, z, t);\n};\n\nEdwardsCurve.prototype.pointFromX = function pointFromX(x, odd) {\n x = new BN(x, 16);\n if (!x.red)\n x = x.toRed(this.red);\n\n var x2 = x.redSqr();\n var rhs = this.c2.redSub(this.a.redMul(x2));\n var lhs = this.one.redSub(this.c2.redMul(this.d).redMul(x2));\n\n var y2 = rhs.redMul(lhs.redInvm());\n var y = y2.redSqrt();\n if (y.redSqr().redSub(y2).cmp(this.zero) !== 0)\n throw new Error('invalid point');\n\n var isOdd = y.fromRed().isOdd();\n if (odd && !isOdd || !odd && isOdd)\n y = y.redNeg();\n\n return this.point(x, y);\n};\n\nEdwardsCurve.prototype.pointFromY = function pointFromY(y, odd) {\n y = new BN(y, 16);\n if (!y.red)\n y = y.toRed(this.red);\n\n // x^2 = (y^2 - c^2) / (c^2 d y^2 - a)\n var y2 = y.redSqr();\n var lhs = y2.redSub(this.c2);\n var rhs = y2.redMul(this.d).redMul(this.c2).redSub(this.a);\n var x2 = lhs.redMul(rhs.redInvm());\n\n if (x2.cmp(this.zero) === 0) {\n if (odd)\n throw new Error('invalid point');\n else\n return this.point(this.zero, y);\n }\n\n var x = x2.redSqrt();\n if (x.redSqr().redSub(x2).cmp(this.zero) !== 0)\n throw new Error('invalid point');\n\n if (x.fromRed().isOdd() !== odd)\n x = x.redNeg();\n\n return this.point(x, y);\n};\n\nEdwardsCurve.prototype.validate = function validate(point) {\n if (point.isInfinity())\n return true;\n\n // Curve: A * X^2 + Y^2 = C^2 * (1 + D * X^2 * Y^2)\n point.normalize();\n\n var x2 = point.x.redSqr();\n var y2 = point.y.redSqr();\n var lhs = x2.redMul(this.a).redAdd(y2);\n var rhs = this.c2.redMul(this.one.redAdd(this.d.redMul(x2).redMul(y2)));\n\n return lhs.cmp(rhs) === 0;\n};\n\nfunction Point(curve, x, y, z, t) {\n Base.BasePoint.call(this, curve, 'projective');\n if (x === null && y === null && z === null) {\n this.x = this.curve.zero;\n this.y = this.curve.one;\n this.z = this.curve.one;\n this.t = this.curve.zero;\n this.zOne = true;\n } else {\n this.x = new BN(x, 16);\n this.y = new BN(y, 16);\n this.z = z ? new BN(z, 16) : this.curve.one;\n this.t = t && new BN(t, 16);\n if (!this.x.red)\n this.x = this.x.toRed(this.curve.red);\n if (!this.y.red)\n this.y = this.y.toRed(this.curve.red);\n if (!this.z.red)\n this.z = this.z.toRed(this.curve.red);\n if (this.t && !this.t.red)\n this.t = this.t.toRed(this.curve.red);\n this.zOne = this.z === this.curve.one;\n\n // Use extended coordinates\n if (this.curve.extended && !this.t) {\n this.t = this.x.redMul(this.y);\n if (!this.zOne)\n this.t = this.t.redMul(this.z.redInvm());\n }\n }\n}\ninherits(Point, Base.BasePoint);\n\nEdwardsCurve.prototype.pointFromJSON = function pointFromJSON(obj) {\n return Point.fromJSON(this, obj);\n};\n\nEdwardsCurve.prototype.point = function point(x, y, z, t) {\n return new Point(this, x, y, z, t);\n};\n\nPoint.fromJSON = function fromJSON(curve, obj) {\n return new Point(curve, obj[0], obj[1], obj[2]);\n};\n\nPoint.prototype.inspect = function inspect() {\n if (this.isInfinity())\n return '';\n return '';\n};\n\nPoint.prototype.isInfinity = function isInfinity() {\n // XXX This code assumes that zero is always zero in red\n return this.x.cmpn(0) === 0 &&\n (this.y.cmp(this.z) === 0 ||\n (this.zOne && this.y.cmp(this.curve.c) === 0));\n};\n\nPoint.prototype._extDbl = function _extDbl() {\n // hyperelliptic.org/EFD/g1p/auto-twisted-extended-1.html\n // #doubling-dbl-2008-hwcd\n // 4M + 4S\n\n // A = X1^2\n var a = this.x.redSqr();\n // B = Y1^2\n var b = this.y.redSqr();\n // C = 2 * Z1^2\n var c = this.z.redSqr();\n c = c.redIAdd(c);\n // D = a * A\n var d = this.curve._mulA(a);\n // E = (X1 + Y1)^2 - A - B\n var e = this.x.redAdd(this.y).redSqr().redISub(a).redISub(b);\n // G = D + B\n var g = d.redAdd(b);\n // F = G - C\n var f = g.redSub(c);\n // H = D - B\n var h = d.redSub(b);\n // X3 = E * F\n var nx = e.redMul(f);\n // Y3 = G * H\n var ny = g.redMul(h);\n // T3 = E * H\n var nt = e.redMul(h);\n // Z3 = F * G\n var nz = f.redMul(g);\n return this.curve.point(nx, ny, nz, nt);\n};\n\nPoint.prototype._projDbl = function _projDbl() {\n // hyperelliptic.org/EFD/g1p/auto-twisted-projective.html\n // #doubling-dbl-2008-bbjlp\n // #doubling-dbl-2007-bl\n // and others\n // Generally 3M + 4S or 2M + 4S\n\n // B = (X1 + Y1)^2\n var b = this.x.redAdd(this.y).redSqr();\n // C = X1^2\n var c = this.x.redSqr();\n // D = Y1^2\n var d = this.y.redSqr();\n\n var nx;\n var ny;\n var nz;\n if (this.curve.twisted) {\n // E = a * C\n var e = this.curve._mulA(c);\n // F = E + D\n var f = e.redAdd(d);\n if (this.zOne) {\n // X3 = (B - C - D) * (F - 2)\n nx = b.redSub(c).redSub(d).redMul(f.redSub(this.curve.two));\n // Y3 = F * (E - D)\n ny = f.redMul(e.redSub(d));\n // Z3 = F^2 - 2 * F\n nz = f.redSqr().redSub(f).redSub(f);\n } else {\n // H = Z1^2\n var h = this.z.redSqr();\n // J = F - 2 * H\n var j = f.redSub(h).redISub(h);\n // X3 = (B-C-D)*J\n nx = b.redSub(c).redISub(d).redMul(j);\n // Y3 = F * (E - D)\n ny = f.redMul(e.redSub(d));\n // Z3 = F * J\n nz = f.redMul(j);\n }\n } else {\n // E = C + D\n var e = c.redAdd(d);\n // H = (c * Z1)^2\n var h = this.curve._mulC(this.z).redSqr();\n // J = E - 2 * H\n var j = e.redSub(h).redSub(h);\n // X3 = c * (B - E) * J\n nx = this.curve._mulC(b.redISub(e)).redMul(j);\n // Y3 = c * E * (C - D)\n ny = this.curve._mulC(e).redMul(c.redISub(d));\n // Z3 = E * J\n nz = e.redMul(j);\n }\n return this.curve.point(nx, ny, nz);\n};\n\nPoint.prototype.dbl = function dbl() {\n if (this.isInfinity())\n return this;\n\n // Double in extended coordinates\n if (this.curve.extended)\n return this._extDbl();\n else\n return this._projDbl();\n};\n\nPoint.prototype._extAdd = function _extAdd(p) {\n // hyperelliptic.org/EFD/g1p/auto-twisted-extended-1.html\n // #addition-add-2008-hwcd-3\n // 8M\n\n // A = (Y1 - X1) * (Y2 - X2)\n var a = this.y.redSub(this.x).redMul(p.y.redSub(p.x));\n // B = (Y1 + X1) * (Y2 + X2)\n var b = this.y.redAdd(this.x).redMul(p.y.redAdd(p.x));\n // C = T1 * k * T2\n var c = this.t.redMul(this.curve.dd).redMul(p.t);\n // D = Z1 * 2 * Z2\n var d = this.z.redMul(p.z.redAdd(p.z));\n // E = B - A\n var e = b.redSub(a);\n // F = D - C\n var f = d.redSub(c);\n // G = D + C\n var g = d.redAdd(c);\n // H = B + A\n var h = b.redAdd(a);\n // X3 = E * F\n var nx = e.redMul(f);\n // Y3 = G * H\n var ny = g.redMul(h);\n // T3 = E * H\n var nt = e.redMul(h);\n // Z3 = F * G\n var nz = f.redMul(g);\n return this.curve.point(nx, ny, nz, nt);\n};\n\nPoint.prototype._projAdd = function _projAdd(p) {\n // hyperelliptic.org/EFD/g1p/auto-twisted-projective.html\n // #addition-add-2008-bbjlp\n // #addition-add-2007-bl\n // 10M + 1S\n\n // A = Z1 * Z2\n var a = this.z.redMul(p.z);\n // B = A^2\n var b = a.redSqr();\n // C = X1 * X2\n var c = this.x.redMul(p.x);\n // D = Y1 * Y2\n var d = this.y.redMul(p.y);\n // E = d * C * D\n var e = this.curve.d.redMul(c).redMul(d);\n // F = B - E\n var f = b.redSub(e);\n // G = B + E\n var g = b.redAdd(e);\n // X3 = A * F * ((X1 + Y1) * (X2 + Y2) - C - D)\n var tmp = this.x.redAdd(this.y).redMul(p.x.redAdd(p.y)).redISub(c).redISub(d);\n var nx = a.redMul(f).redMul(tmp);\n var ny;\n var nz;\n if (this.curve.twisted) {\n // Y3 = A * G * (D - a * C)\n ny = a.redMul(g).redMul(d.redSub(this.curve._mulA(c)));\n // Z3 = F * G\n nz = f.redMul(g);\n } else {\n // Y3 = A * G * (D - C)\n ny = a.redMul(g).redMul(d.redSub(c));\n // Z3 = c * F * G\n nz = this.curve._mulC(f).redMul(g);\n }\n return this.curve.point(nx, ny, nz);\n};\n\nPoint.prototype.add = function add(p) {\n if (this.isInfinity())\n return p;\n if (p.isInfinity())\n return this;\n\n if (this.curve.extended)\n return this._extAdd(p);\n else\n return this._projAdd(p);\n};\n\nPoint.prototype.mul = function mul(k) {\n if (this._hasDoubles(k))\n return this.curve._fixedNafMul(this, k);\n else\n return this.curve._wnafMul(this, k);\n};\n\nPoint.prototype.mulAdd = function mulAdd(k1, p, k2) {\n return this.curve._wnafMulAdd(1, [ this, p ], [ k1, k2 ], 2, false);\n};\n\nPoint.prototype.jmulAdd = function jmulAdd(k1, p, k2) {\n return this.curve._wnafMulAdd(1, [ this, p ], [ k1, k2 ], 2, true);\n};\n\nPoint.prototype.normalize = function normalize() {\n if (this.zOne)\n return this;\n\n // Normalize coordinates\n var zi = this.z.redInvm();\n this.x = this.x.redMul(zi);\n this.y = this.y.redMul(zi);\n if (this.t)\n this.t = this.t.redMul(zi);\n this.z = this.curve.one;\n this.zOne = true;\n return this;\n};\n\nPoint.prototype.neg = function neg() {\n return this.curve.point(this.x.redNeg(),\n this.y,\n this.z,\n this.t && this.t.redNeg());\n};\n\nPoint.prototype.getX = function getX() {\n this.normalize();\n return this.x.fromRed();\n};\n\nPoint.prototype.getY = function getY() {\n this.normalize();\n return this.y.fromRed();\n};\n\nPoint.prototype.eq = function eq(other) {\n return this === other ||\n this.getX().cmp(other.getX()) === 0 &&\n this.getY().cmp(other.getY()) === 0;\n};\n\nPoint.prototype.eqXToP = function eqXToP(x) {\n var rx = x.toRed(this.curve.red).redMul(this.z);\n if (this.x.cmp(rx) === 0)\n return true;\n\n var xc = x.clone();\n var t = this.curve.redN.redMul(this.z);\n for (;;) {\n xc.iadd(this.curve.n);\n if (xc.cmp(this.curve.p) >= 0)\n return false;\n\n rx.redIAdd(t);\n if (this.x.cmp(rx) === 0)\n return true;\n }\n};\n\n// Compatibility with BaseCurve\nPoint.prototype.toP = Point.prototype.normalize;\nPoint.prototype.mixedAdd = Point.prototype.add;\n","'use strict';\n\nvar curve = exports;\n\ncurve.base = require('./base');\ncurve.short = require('./short');\ncurve.mont = require('./mont');\ncurve.edwards = require('./edwards');\n","'use strict';\n\nvar assert = require('minimalistic-assert');\nvar inherits = require('inherits');\n\nexports.inherits = inherits;\n\nfunction isSurrogatePair(msg, i) {\n if ((msg.charCodeAt(i) & 0xFC00) !== 0xD800) {\n return false;\n }\n if (i < 0 || i + 1 >= msg.length) {\n return false;\n }\n return (msg.charCodeAt(i + 1) & 0xFC00) === 0xDC00;\n}\n\nfunction toArray(msg, enc) {\n if (Array.isArray(msg))\n return msg.slice();\n if (!msg)\n return [];\n var res = [];\n if (typeof msg === 'string') {\n if (!enc) {\n // Inspired by stringToUtf8ByteArray() in closure-library by Google\n // https://github.com/google/closure-library/blob/8598d87242af59aac233270742c8984e2b2bdbe0/closure/goog/crypt/crypt.js#L117-L143\n // Apache License 2.0\n // https://github.com/google/closure-library/blob/master/LICENSE\n var p = 0;\n for (var i = 0; i < msg.length; i++) {\n var c = msg.charCodeAt(i);\n if (c < 128) {\n res[p++] = c;\n } else if (c < 2048) {\n res[p++] = (c >> 6) | 192;\n res[p++] = (c & 63) | 128;\n } else if (isSurrogatePair(msg, i)) {\n c = 0x10000 + ((c & 0x03FF) << 10) + (msg.charCodeAt(++i) & 0x03FF);\n res[p++] = (c >> 18) | 240;\n res[p++] = ((c >> 12) & 63) | 128;\n res[p++] = ((c >> 6) & 63) | 128;\n res[p++] = (c & 63) | 128;\n } else {\n res[p++] = (c >> 12) | 224;\n res[p++] = ((c >> 6) & 63) | 128;\n res[p++] = (c & 63) | 128;\n }\n }\n } else if (enc === 'hex') {\n msg = msg.replace(/[^a-z0-9]+/ig, '');\n if (msg.length % 2 !== 0)\n msg = '0' + msg;\n for (i = 0; i < msg.length; i += 2)\n res.push(parseInt(msg[i] + msg[i + 1], 16));\n }\n } else {\n for (i = 0; i < msg.length; i++)\n res[i] = msg[i] | 0;\n }\n return res;\n}\nexports.toArray = toArray;\n\nfunction toHex(msg) {\n var res = '';\n for (var i = 0; i < msg.length; i++)\n res += zero2(msg[i].toString(16));\n return res;\n}\nexports.toHex = toHex;\n\nfunction htonl(w) {\n var res = (w >>> 24) |\n ((w >>> 8) & 0xff00) |\n ((w << 8) & 0xff0000) |\n ((w & 0xff) << 24);\n return res >>> 0;\n}\nexports.htonl = htonl;\n\nfunction toHex32(msg, endian) {\n var res = '';\n for (var i = 0; i < msg.length; i++) {\n var w = msg[i];\n if (endian === 'little')\n w = htonl(w);\n res += zero8(w.toString(16));\n }\n return res;\n}\nexports.toHex32 = toHex32;\n\nfunction zero2(word) {\n if (word.length === 1)\n return '0' + word;\n else\n return word;\n}\nexports.zero2 = zero2;\n\nfunction zero8(word) {\n if (word.length === 7)\n return '0' + word;\n else if (word.length === 6)\n return '00' + word;\n else if (word.length === 5)\n return '000' + word;\n else if (word.length === 4)\n return '0000' + word;\n else if (word.length === 3)\n return '00000' + word;\n else if (word.length === 2)\n return '000000' + word;\n else if (word.length === 1)\n return '0000000' + word;\n else\n return word;\n}\nexports.zero8 = zero8;\n\nfunction join32(msg, start, end, endian) {\n var len = end - start;\n assert(len % 4 === 0);\n var res = new Array(len / 4);\n for (var i = 0, k = start; i < res.length; i++, k += 4) {\n var w;\n if (endian === 'big')\n w = (msg[k] << 24) | (msg[k + 1] << 16) | (msg[k + 2] << 8) | msg[k + 3];\n else\n w = (msg[k + 3] << 24) | (msg[k + 2] << 16) | (msg[k + 1] << 8) | msg[k];\n res[i] = w >>> 0;\n }\n return res;\n}\nexports.join32 = join32;\n\nfunction split32(msg, endian) {\n var res = new Array(msg.length * 4);\n for (var i = 0, k = 0; i < msg.length; i++, k += 4) {\n var m = msg[i];\n if (endian === 'big') {\n res[k] = m >>> 24;\n res[k + 1] = (m >>> 16) & 0xff;\n res[k + 2] = (m >>> 8) & 0xff;\n res[k + 3] = m & 0xff;\n } else {\n res[k + 3] = m >>> 24;\n res[k + 2] = (m >>> 16) & 0xff;\n res[k + 1] = (m >>> 8) & 0xff;\n res[k] = m & 0xff;\n }\n }\n return res;\n}\nexports.split32 = split32;\n\nfunction rotr32(w, b) {\n return (w >>> b) | (w << (32 - b));\n}\nexports.rotr32 = rotr32;\n\nfunction rotl32(w, b) {\n return (w << b) | (w >>> (32 - b));\n}\nexports.rotl32 = rotl32;\n\nfunction sum32(a, b) {\n return (a + b) >>> 0;\n}\nexports.sum32 = sum32;\n\nfunction sum32_3(a, b, c) {\n return (a + b + c) >>> 0;\n}\nexports.sum32_3 = sum32_3;\n\nfunction sum32_4(a, b, c, d) {\n return (a + b + c + d) >>> 0;\n}\nexports.sum32_4 = sum32_4;\n\nfunction sum32_5(a, b, c, d, e) {\n return (a + b + c + d + e) >>> 0;\n}\nexports.sum32_5 = sum32_5;\n\nfunction sum64(buf, pos, ah, al) {\n var bh = buf[pos];\n var bl = buf[pos + 1];\n\n var lo = (al + bl) >>> 0;\n var hi = (lo < al ? 1 : 0) + ah + bh;\n buf[pos] = hi >>> 0;\n buf[pos + 1] = lo;\n}\nexports.sum64 = sum64;\n\nfunction sum64_hi(ah, al, bh, bl) {\n var lo = (al + bl) >>> 0;\n var hi = (lo < al ? 1 : 0) + ah + bh;\n return hi >>> 0;\n}\nexports.sum64_hi = sum64_hi;\n\nfunction sum64_lo(ah, al, bh, bl) {\n var lo = al + bl;\n return lo >>> 0;\n}\nexports.sum64_lo = sum64_lo;\n\nfunction sum64_4_hi(ah, al, bh, bl, ch, cl, dh, dl) {\n var carry = 0;\n var lo = al;\n lo = (lo + bl) >>> 0;\n carry += lo < al ? 1 : 0;\n lo = (lo + cl) >>> 0;\n carry += lo < cl ? 1 : 0;\n lo = (lo + dl) >>> 0;\n carry += lo < dl ? 1 : 0;\n\n var hi = ah + bh + ch + dh + carry;\n return hi >>> 0;\n}\nexports.sum64_4_hi = sum64_4_hi;\n\nfunction sum64_4_lo(ah, al, bh, bl, ch, cl, dh, dl) {\n var lo = al + bl + cl + dl;\n return lo >>> 0;\n}\nexports.sum64_4_lo = sum64_4_lo;\n\nfunction sum64_5_hi(ah, al, bh, bl, ch, cl, dh, dl, eh, el) {\n var carry = 0;\n var lo = al;\n lo = (lo + bl) >>> 0;\n carry += lo < al ? 1 : 0;\n lo = (lo + cl) >>> 0;\n carry += lo < cl ? 1 : 0;\n lo = (lo + dl) >>> 0;\n carry += lo < dl ? 1 : 0;\n lo = (lo + el) >>> 0;\n carry += lo < el ? 1 : 0;\n\n var hi = ah + bh + ch + dh + eh + carry;\n return hi >>> 0;\n}\nexports.sum64_5_hi = sum64_5_hi;\n\nfunction sum64_5_lo(ah, al, bh, bl, ch, cl, dh, dl, eh, el) {\n var lo = al + bl + cl + dl + el;\n\n return lo >>> 0;\n}\nexports.sum64_5_lo = sum64_5_lo;\n\nfunction rotr64_hi(ah, al, num) {\n var r = (al << (32 - num)) | (ah >>> num);\n return r >>> 0;\n}\nexports.rotr64_hi = rotr64_hi;\n\nfunction rotr64_lo(ah, al, num) {\n var r = (ah << (32 - num)) | (al >>> num);\n return r >>> 0;\n}\nexports.rotr64_lo = rotr64_lo;\n\nfunction shr64_hi(ah, al, num) {\n return ah >>> num;\n}\nexports.shr64_hi = shr64_hi;\n\nfunction shr64_lo(ah, al, num) {\n var r = (ah << (32 - num)) | (al >>> num);\n return r >>> 0;\n}\nexports.shr64_lo = shr64_lo;\n","'use strict';\n\nvar utils = require('./utils');\nvar assert = require('minimalistic-assert');\n\nfunction BlockHash() {\n this.pending = null;\n this.pendingTotal = 0;\n this.blockSize = this.constructor.blockSize;\n this.outSize = this.constructor.outSize;\n this.hmacStrength = this.constructor.hmacStrength;\n this.padLength = this.constructor.padLength / 8;\n this.endian = 'big';\n\n this._delta8 = this.blockSize / 8;\n this._delta32 = this.blockSize / 32;\n}\nexports.BlockHash = BlockHash;\n\nBlockHash.prototype.update = function update(msg, enc) {\n // Convert message to array, pad it, and join into 32bit blocks\n msg = utils.toArray(msg, enc);\n if (!this.pending)\n this.pending = msg;\n else\n this.pending = this.pending.concat(msg);\n this.pendingTotal += msg.length;\n\n // Enough data, try updating\n if (this.pending.length >= this._delta8) {\n msg = this.pending;\n\n // Process pending data in blocks\n var r = msg.length % this._delta8;\n this.pending = msg.slice(msg.length - r, msg.length);\n if (this.pending.length === 0)\n this.pending = null;\n\n msg = utils.join32(msg, 0, msg.length - r, this.endian);\n for (var i = 0; i < msg.length; i += this._delta32)\n this._update(msg, i, i + this._delta32);\n }\n\n return this;\n};\n\nBlockHash.prototype.digest = function digest(enc) {\n this.update(this._pad());\n assert(this.pending === null);\n\n return this._digest(enc);\n};\n\nBlockHash.prototype._pad = function pad() {\n var len = this.pendingTotal;\n var bytes = this._delta8;\n var k = bytes - ((len + this.padLength) % bytes);\n var res = new Array(k + this.padLength);\n res[0] = 0x80;\n for (var i = 1; i < k; i++)\n res[i] = 0;\n\n // Append length\n len <<= 3;\n if (this.endian === 'big') {\n for (var t = 8; t < this.padLength; t++)\n res[i++] = 0;\n\n res[i++] = 0;\n res[i++] = 0;\n res[i++] = 0;\n res[i++] = 0;\n res[i++] = (len >>> 24) & 0xff;\n res[i++] = (len >>> 16) & 0xff;\n res[i++] = (len >>> 8) & 0xff;\n res[i++] = len & 0xff;\n } else {\n res[i++] = len & 0xff;\n res[i++] = (len >>> 8) & 0xff;\n res[i++] = (len >>> 16) & 0xff;\n res[i++] = (len >>> 24) & 0xff;\n res[i++] = 0;\n res[i++] = 0;\n res[i++] = 0;\n res[i++] = 0;\n\n for (t = 8; t < this.padLength; t++)\n res[i++] = 0;\n }\n\n return res;\n};\n","'use strict';\n\nvar utils = require('../utils');\nvar rotr32 = utils.rotr32;\n\nfunction ft_1(s, x, y, z) {\n if (s === 0)\n return ch32(x, y, z);\n if (s === 1 || s === 3)\n return p32(x, y, z);\n if (s === 2)\n return maj32(x, y, z);\n}\nexports.ft_1 = ft_1;\n\nfunction ch32(x, y, z) {\n return (x & y) ^ ((~x) & z);\n}\nexports.ch32 = ch32;\n\nfunction maj32(x, y, z) {\n return (x & y) ^ (x & z) ^ (y & z);\n}\nexports.maj32 = maj32;\n\nfunction p32(x, y, z) {\n return x ^ y ^ z;\n}\nexports.p32 = p32;\n\nfunction s0_256(x) {\n return rotr32(x, 2) ^ rotr32(x, 13) ^ rotr32(x, 22);\n}\nexports.s0_256 = s0_256;\n\nfunction s1_256(x) {\n return rotr32(x, 6) ^ rotr32(x, 11) ^ rotr32(x, 25);\n}\nexports.s1_256 = s1_256;\n\nfunction g0_256(x) {\n return rotr32(x, 7) ^ rotr32(x, 18) ^ (x >>> 3);\n}\nexports.g0_256 = g0_256;\n\nfunction g1_256(x) {\n return rotr32(x, 17) ^ rotr32(x, 19) ^ (x >>> 10);\n}\nexports.g1_256 = g1_256;\n","'use strict';\n\nvar utils = require('../utils');\nvar common = require('../common');\nvar shaCommon = require('./common');\n\nvar rotl32 = utils.rotl32;\nvar sum32 = utils.sum32;\nvar sum32_5 = utils.sum32_5;\nvar ft_1 = shaCommon.ft_1;\nvar BlockHash = common.BlockHash;\n\nvar sha1_K = [\n 0x5A827999, 0x6ED9EBA1,\n 0x8F1BBCDC, 0xCA62C1D6\n];\n\nfunction SHA1() {\n if (!(this instanceof SHA1))\n return new SHA1();\n\n BlockHash.call(this);\n this.h = [\n 0x67452301, 0xefcdab89, 0x98badcfe,\n 0x10325476, 0xc3d2e1f0 ];\n this.W = new Array(80);\n}\n\nutils.inherits(SHA1, BlockHash);\nmodule.exports = SHA1;\n\nSHA1.blockSize = 512;\nSHA1.outSize = 160;\nSHA1.hmacStrength = 80;\nSHA1.padLength = 64;\n\nSHA1.prototype._update = function _update(msg, start) {\n var W = this.W;\n\n for (var i = 0; i < 16; i++)\n W[i] = msg[start + i];\n\n for(; i < W.length; i++)\n W[i] = rotl32(W[i - 3] ^ W[i - 8] ^ W[i - 14] ^ W[i - 16], 1);\n\n var a = this.h[0];\n var b = this.h[1];\n var c = this.h[2];\n var d = this.h[3];\n var e = this.h[4];\n\n for (i = 0; i < W.length; i++) {\n var s = ~~(i / 20);\n var t = sum32_5(rotl32(a, 5), ft_1(s, b, c, d), e, W[i], sha1_K[s]);\n e = d;\n d = c;\n c = rotl32(b, 30);\n b = a;\n a = t;\n }\n\n this.h[0] = sum32(this.h[0], a);\n this.h[1] = sum32(this.h[1], b);\n this.h[2] = sum32(this.h[2], c);\n this.h[3] = sum32(this.h[3], d);\n this.h[4] = sum32(this.h[4], e);\n};\n\nSHA1.prototype._digest = function digest(enc) {\n if (enc === 'hex')\n return utils.toHex32(this.h, 'big');\n else\n return utils.split32(this.h, 'big');\n};\n","'use strict';\n\nvar utils = require('../utils');\nvar common = require('../common');\nvar shaCommon = require('./common');\nvar assert = require('minimalistic-assert');\n\nvar sum32 = utils.sum32;\nvar sum32_4 = utils.sum32_4;\nvar sum32_5 = utils.sum32_5;\nvar ch32 = shaCommon.ch32;\nvar maj32 = shaCommon.maj32;\nvar s0_256 = shaCommon.s0_256;\nvar s1_256 = shaCommon.s1_256;\nvar g0_256 = shaCommon.g0_256;\nvar g1_256 = shaCommon.g1_256;\n\nvar BlockHash = common.BlockHash;\n\nvar sha256_K = [\n 0x428a2f98, 0x71374491, 0xb5c0fbcf, 0xe9b5dba5,\n 0x3956c25b, 0x59f111f1, 0x923f82a4, 0xab1c5ed5,\n 0xd807aa98, 0x12835b01, 0x243185be, 0x550c7dc3,\n 0x72be5d74, 0x80deb1fe, 0x9bdc06a7, 0xc19bf174,\n 0xe49b69c1, 0xefbe4786, 0x0fc19dc6, 0x240ca1cc,\n 0x2de92c6f, 0x4a7484aa, 0x5cb0a9dc, 0x76f988da,\n 0x983e5152, 0xa831c66d, 0xb00327c8, 0xbf597fc7,\n 0xc6e00bf3, 0xd5a79147, 0x06ca6351, 0x14292967,\n 0x27b70a85, 0x2e1b2138, 0x4d2c6dfc, 0x53380d13,\n 0x650a7354, 0x766a0abb, 0x81c2c92e, 0x92722c85,\n 0xa2bfe8a1, 0xa81a664b, 0xc24b8b70, 0xc76c51a3,\n 0xd192e819, 0xd6990624, 0xf40e3585, 0x106aa070,\n 0x19a4c116, 0x1e376c08, 0x2748774c, 0x34b0bcb5,\n 0x391c0cb3, 0x4ed8aa4a, 0x5b9cca4f, 0x682e6ff3,\n 0x748f82ee, 0x78a5636f, 0x84c87814, 0x8cc70208,\n 0x90befffa, 0xa4506ceb, 0xbef9a3f7, 0xc67178f2\n];\n\nfunction SHA256() {\n if (!(this instanceof SHA256))\n return new SHA256();\n\n BlockHash.call(this);\n this.h = [\n 0x6a09e667, 0xbb67ae85, 0x3c6ef372, 0xa54ff53a,\n 0x510e527f, 0x9b05688c, 0x1f83d9ab, 0x5be0cd19\n ];\n this.k = sha256_K;\n this.W = new Array(64);\n}\nutils.inherits(SHA256, BlockHash);\nmodule.exports = SHA256;\n\nSHA256.blockSize = 512;\nSHA256.outSize = 256;\nSHA256.hmacStrength = 192;\nSHA256.padLength = 64;\n\nSHA256.prototype._update = function _update(msg, start) {\n var W = this.W;\n\n for (var i = 0; i < 16; i++)\n W[i] = msg[start + i];\n for (; i < W.length; i++)\n W[i] = sum32_4(g1_256(W[i - 2]), W[i - 7], g0_256(W[i - 15]), W[i - 16]);\n\n var a = this.h[0];\n var b = this.h[1];\n var c = this.h[2];\n var d = this.h[3];\n var e = this.h[4];\n var f = this.h[5];\n var g = this.h[6];\n var h = this.h[7];\n\n assert(this.k.length === W.length);\n for (i = 0; i < W.length; i++) {\n var T1 = sum32_5(h, s1_256(e), ch32(e, f, g), this.k[i], W[i]);\n var T2 = sum32(s0_256(a), maj32(a, b, c));\n h = g;\n g = f;\n f = e;\n e = sum32(d, T1);\n d = c;\n c = b;\n b = a;\n a = sum32(T1, T2);\n }\n\n this.h[0] = sum32(this.h[0], a);\n this.h[1] = sum32(this.h[1], b);\n this.h[2] = sum32(this.h[2], c);\n this.h[3] = sum32(this.h[3], d);\n this.h[4] = sum32(this.h[4], e);\n this.h[5] = sum32(this.h[5], f);\n this.h[6] = sum32(this.h[6], g);\n this.h[7] = sum32(this.h[7], h);\n};\n\nSHA256.prototype._digest = function digest(enc) {\n if (enc === 'hex')\n return utils.toHex32(this.h, 'big');\n else\n return utils.split32(this.h, 'big');\n};\n","'use strict';\n\nvar utils = require('../utils');\nvar SHA256 = require('./256');\n\nfunction SHA224() {\n if (!(this instanceof SHA224))\n return new SHA224();\n\n SHA256.call(this);\n this.h = [\n 0xc1059ed8, 0x367cd507, 0x3070dd17, 0xf70e5939,\n 0xffc00b31, 0x68581511, 0x64f98fa7, 0xbefa4fa4 ];\n}\nutils.inherits(SHA224, SHA256);\nmodule.exports = SHA224;\n\nSHA224.blockSize = 512;\nSHA224.outSize = 224;\nSHA224.hmacStrength = 192;\nSHA224.padLength = 64;\n\nSHA224.prototype._digest = function digest(enc) {\n // Just truncate output\n if (enc === 'hex')\n return utils.toHex32(this.h.slice(0, 7), 'big');\n else\n return utils.split32(this.h.slice(0, 7), 'big');\n};\n\n","'use strict';\n\nvar utils = require('../utils');\nvar common = require('../common');\nvar assert = require('minimalistic-assert');\n\nvar rotr64_hi = utils.rotr64_hi;\nvar rotr64_lo = utils.rotr64_lo;\nvar shr64_hi = utils.shr64_hi;\nvar shr64_lo = utils.shr64_lo;\nvar sum64 = utils.sum64;\nvar sum64_hi = utils.sum64_hi;\nvar sum64_lo = utils.sum64_lo;\nvar sum64_4_hi = utils.sum64_4_hi;\nvar sum64_4_lo = utils.sum64_4_lo;\nvar sum64_5_hi = utils.sum64_5_hi;\nvar sum64_5_lo = utils.sum64_5_lo;\n\nvar BlockHash = common.BlockHash;\n\nvar sha512_K = [\n 0x428a2f98, 0xd728ae22, 0x71374491, 0x23ef65cd,\n 0xb5c0fbcf, 0xec4d3b2f, 0xe9b5dba5, 0x8189dbbc,\n 0x3956c25b, 0xf348b538, 0x59f111f1, 0xb605d019,\n 0x923f82a4, 0xaf194f9b, 0xab1c5ed5, 0xda6d8118,\n 0xd807aa98, 0xa3030242, 0x12835b01, 0x45706fbe,\n 0x243185be, 0x4ee4b28c, 0x550c7dc3, 0xd5ffb4e2,\n 0x72be5d74, 0xf27b896f, 0x80deb1fe, 0x3b1696b1,\n 0x9bdc06a7, 0x25c71235, 0xc19bf174, 0xcf692694,\n 0xe49b69c1, 0x9ef14ad2, 0xefbe4786, 0x384f25e3,\n 0x0fc19dc6, 0x8b8cd5b5, 0x240ca1cc, 0x77ac9c65,\n 0x2de92c6f, 0x592b0275, 0x4a7484aa, 0x6ea6e483,\n 0x5cb0a9dc, 0xbd41fbd4, 0x76f988da, 0x831153b5,\n 0x983e5152, 0xee66dfab, 0xa831c66d, 0x2db43210,\n 0xb00327c8, 0x98fb213f, 0xbf597fc7, 0xbeef0ee4,\n 0xc6e00bf3, 0x3da88fc2, 0xd5a79147, 0x930aa725,\n 0x06ca6351, 0xe003826f, 0x14292967, 0x0a0e6e70,\n 0x27b70a85, 0x46d22ffc, 0x2e1b2138, 0x5c26c926,\n 0x4d2c6dfc, 0x5ac42aed, 0x53380d13, 0x9d95b3df,\n 0x650a7354, 0x8baf63de, 0x766a0abb, 0x3c77b2a8,\n 0x81c2c92e, 0x47edaee6, 0x92722c85, 0x1482353b,\n 0xa2bfe8a1, 0x4cf10364, 0xa81a664b, 0xbc423001,\n 0xc24b8b70, 0xd0f89791, 0xc76c51a3, 0x0654be30,\n 0xd192e819, 0xd6ef5218, 0xd6990624, 0x5565a910,\n 0xf40e3585, 0x5771202a, 0x106aa070, 0x32bbd1b8,\n 0x19a4c116, 0xb8d2d0c8, 0x1e376c08, 0x5141ab53,\n 0x2748774c, 0xdf8eeb99, 0x34b0bcb5, 0xe19b48a8,\n 0x391c0cb3, 0xc5c95a63, 0x4ed8aa4a, 0xe3418acb,\n 0x5b9cca4f, 0x7763e373, 0x682e6ff3, 0xd6b2b8a3,\n 0x748f82ee, 0x5defb2fc, 0x78a5636f, 0x43172f60,\n 0x84c87814, 0xa1f0ab72, 0x8cc70208, 0x1a6439ec,\n 0x90befffa, 0x23631e28, 0xa4506ceb, 0xde82bde9,\n 0xbef9a3f7, 0xb2c67915, 0xc67178f2, 0xe372532b,\n 0xca273ece, 0xea26619c, 0xd186b8c7, 0x21c0c207,\n 0xeada7dd6, 0xcde0eb1e, 0xf57d4f7f, 0xee6ed178,\n 0x06f067aa, 0x72176fba, 0x0a637dc5, 0xa2c898a6,\n 0x113f9804, 0xbef90dae, 0x1b710b35, 0x131c471b,\n 0x28db77f5, 0x23047d84, 0x32caab7b, 0x40c72493,\n 0x3c9ebe0a, 0x15c9bebc, 0x431d67c4, 0x9c100d4c,\n 0x4cc5d4be, 0xcb3e42b6, 0x597f299c, 0xfc657e2a,\n 0x5fcb6fab, 0x3ad6faec, 0x6c44198c, 0x4a475817\n];\n\nfunction SHA512() {\n if (!(this instanceof SHA512))\n return new SHA512();\n\n BlockHash.call(this);\n this.h = [\n 0x6a09e667, 0xf3bcc908,\n 0xbb67ae85, 0x84caa73b,\n 0x3c6ef372, 0xfe94f82b,\n 0xa54ff53a, 0x5f1d36f1,\n 0x510e527f, 0xade682d1,\n 0x9b05688c, 0x2b3e6c1f,\n 0x1f83d9ab, 0xfb41bd6b,\n 0x5be0cd19, 0x137e2179 ];\n this.k = sha512_K;\n this.W = new Array(160);\n}\nutils.inherits(SHA512, BlockHash);\nmodule.exports = SHA512;\n\nSHA512.blockSize = 1024;\nSHA512.outSize = 512;\nSHA512.hmacStrength = 192;\nSHA512.padLength = 128;\n\nSHA512.prototype._prepareBlock = function _prepareBlock(msg, start) {\n var W = this.W;\n\n // 32 x 32bit words\n for (var i = 0; i < 32; i++)\n W[i] = msg[start + i];\n for (; i < W.length; i += 2) {\n var c0_hi = g1_512_hi(W[i - 4], W[i - 3]); // i - 2\n var c0_lo = g1_512_lo(W[i - 4], W[i - 3]);\n var c1_hi = W[i - 14]; // i - 7\n var c1_lo = W[i - 13];\n var c2_hi = g0_512_hi(W[i - 30], W[i - 29]); // i - 15\n var c2_lo = g0_512_lo(W[i - 30], W[i - 29]);\n var c3_hi = W[i - 32]; // i - 16\n var c3_lo = W[i - 31];\n\n W[i] = sum64_4_hi(\n c0_hi, c0_lo,\n c1_hi, c1_lo,\n c2_hi, c2_lo,\n c3_hi, c3_lo);\n W[i + 1] = sum64_4_lo(\n c0_hi, c0_lo,\n c1_hi, c1_lo,\n c2_hi, c2_lo,\n c3_hi, c3_lo);\n }\n};\n\nSHA512.prototype._update = function _update(msg, start) {\n this._prepareBlock(msg, start);\n\n var W = this.W;\n\n var ah = this.h[0];\n var al = this.h[1];\n var bh = this.h[2];\n var bl = this.h[3];\n var ch = this.h[4];\n var cl = this.h[5];\n var dh = this.h[6];\n var dl = this.h[7];\n var eh = this.h[8];\n var el = this.h[9];\n var fh = this.h[10];\n var fl = this.h[11];\n var gh = this.h[12];\n var gl = this.h[13];\n var hh = this.h[14];\n var hl = this.h[15];\n\n assert(this.k.length === W.length);\n for (var i = 0; i < W.length; i += 2) {\n var c0_hi = hh;\n var c0_lo = hl;\n var c1_hi = s1_512_hi(eh, el);\n var c1_lo = s1_512_lo(eh, el);\n var c2_hi = ch64_hi(eh, el, fh, fl, gh, gl);\n var c2_lo = ch64_lo(eh, el, fh, fl, gh, gl);\n var c3_hi = this.k[i];\n var c3_lo = this.k[i + 1];\n var c4_hi = W[i];\n var c4_lo = W[i + 1];\n\n var T1_hi = sum64_5_hi(\n c0_hi, c0_lo,\n c1_hi, c1_lo,\n c2_hi, c2_lo,\n c3_hi, c3_lo,\n c4_hi, c4_lo);\n var T1_lo = sum64_5_lo(\n c0_hi, c0_lo,\n c1_hi, c1_lo,\n c2_hi, c2_lo,\n c3_hi, c3_lo,\n c4_hi, c4_lo);\n\n c0_hi = s0_512_hi(ah, al);\n c0_lo = s0_512_lo(ah, al);\n c1_hi = maj64_hi(ah, al, bh, bl, ch, cl);\n c1_lo = maj64_lo(ah, al, bh, bl, ch, cl);\n\n var T2_hi = sum64_hi(c0_hi, c0_lo, c1_hi, c1_lo);\n var T2_lo = sum64_lo(c0_hi, c0_lo, c1_hi, c1_lo);\n\n hh = gh;\n hl = gl;\n\n gh = fh;\n gl = fl;\n\n fh = eh;\n fl = el;\n\n eh = sum64_hi(dh, dl, T1_hi, T1_lo);\n el = sum64_lo(dl, dl, T1_hi, T1_lo);\n\n dh = ch;\n dl = cl;\n\n ch = bh;\n cl = bl;\n\n bh = ah;\n bl = al;\n\n ah = sum64_hi(T1_hi, T1_lo, T2_hi, T2_lo);\n al = sum64_lo(T1_hi, T1_lo, T2_hi, T2_lo);\n }\n\n sum64(this.h, 0, ah, al);\n sum64(this.h, 2, bh, bl);\n sum64(this.h, 4, ch, cl);\n sum64(this.h, 6, dh, dl);\n sum64(this.h, 8, eh, el);\n sum64(this.h, 10, fh, fl);\n sum64(this.h, 12, gh, gl);\n sum64(this.h, 14, hh, hl);\n};\n\nSHA512.prototype._digest = function digest(enc) {\n if (enc === 'hex')\n return utils.toHex32(this.h, 'big');\n else\n return utils.split32(this.h, 'big');\n};\n\nfunction ch64_hi(xh, xl, yh, yl, zh) {\n var r = (xh & yh) ^ ((~xh) & zh);\n if (r < 0)\n r += 0x100000000;\n return r;\n}\n\nfunction ch64_lo(xh, xl, yh, yl, zh, zl) {\n var r = (xl & yl) ^ ((~xl) & zl);\n if (r < 0)\n r += 0x100000000;\n return r;\n}\n\nfunction maj64_hi(xh, xl, yh, yl, zh) {\n var r = (xh & yh) ^ (xh & zh) ^ (yh & zh);\n if (r < 0)\n r += 0x100000000;\n return r;\n}\n\nfunction maj64_lo(xh, xl, yh, yl, zh, zl) {\n var r = (xl & yl) ^ (xl & zl) ^ (yl & zl);\n if (r < 0)\n r += 0x100000000;\n return r;\n}\n\nfunction s0_512_hi(xh, xl) {\n var c0_hi = rotr64_hi(xh, xl, 28);\n var c1_hi = rotr64_hi(xl, xh, 2); // 34\n var c2_hi = rotr64_hi(xl, xh, 7); // 39\n\n var r = c0_hi ^ c1_hi ^ c2_hi;\n if (r < 0)\n r += 0x100000000;\n return r;\n}\n\nfunction s0_512_lo(xh, xl) {\n var c0_lo = rotr64_lo(xh, xl, 28);\n var c1_lo = rotr64_lo(xl, xh, 2); // 34\n var c2_lo = rotr64_lo(xl, xh, 7); // 39\n\n var r = c0_lo ^ c1_lo ^ c2_lo;\n if (r < 0)\n r += 0x100000000;\n return r;\n}\n\nfunction s1_512_hi(xh, xl) {\n var c0_hi = rotr64_hi(xh, xl, 14);\n var c1_hi = rotr64_hi(xh, xl, 18);\n var c2_hi = rotr64_hi(xl, xh, 9); // 41\n\n var r = c0_hi ^ c1_hi ^ c2_hi;\n if (r < 0)\n r += 0x100000000;\n return r;\n}\n\nfunction s1_512_lo(xh, xl) {\n var c0_lo = rotr64_lo(xh, xl, 14);\n var c1_lo = rotr64_lo(xh, xl, 18);\n var c2_lo = rotr64_lo(xl, xh, 9); // 41\n\n var r = c0_lo ^ c1_lo ^ c2_lo;\n if (r < 0)\n r += 0x100000000;\n return r;\n}\n\nfunction g0_512_hi(xh, xl) {\n var c0_hi = rotr64_hi(xh, xl, 1);\n var c1_hi = rotr64_hi(xh, xl, 8);\n var c2_hi = shr64_hi(xh, xl, 7);\n\n var r = c0_hi ^ c1_hi ^ c2_hi;\n if (r < 0)\n r += 0x100000000;\n return r;\n}\n\nfunction g0_512_lo(xh, xl) {\n var c0_lo = rotr64_lo(xh, xl, 1);\n var c1_lo = rotr64_lo(xh, xl, 8);\n var c2_lo = shr64_lo(xh, xl, 7);\n\n var r = c0_lo ^ c1_lo ^ c2_lo;\n if (r < 0)\n r += 0x100000000;\n return r;\n}\n\nfunction g1_512_hi(xh, xl) {\n var c0_hi = rotr64_hi(xh, xl, 19);\n var c1_hi = rotr64_hi(xl, xh, 29); // 61\n var c2_hi = shr64_hi(xh, xl, 6);\n\n var r = c0_hi ^ c1_hi ^ c2_hi;\n if (r < 0)\n r += 0x100000000;\n return r;\n}\n\nfunction g1_512_lo(xh, xl) {\n var c0_lo = rotr64_lo(xh, xl, 19);\n var c1_lo = rotr64_lo(xl, xh, 29); // 61\n var c2_lo = shr64_lo(xh, xl, 6);\n\n var r = c0_lo ^ c1_lo ^ c2_lo;\n if (r < 0)\n r += 0x100000000;\n return r;\n}\n","'use strict';\n\nvar utils = require('../utils');\n\nvar SHA512 = require('./512');\n\nfunction SHA384() {\n if (!(this instanceof SHA384))\n return new SHA384();\n\n SHA512.call(this);\n this.h = [\n 0xcbbb9d5d, 0xc1059ed8,\n 0x629a292a, 0x367cd507,\n 0x9159015a, 0x3070dd17,\n 0x152fecd8, 0xf70e5939,\n 0x67332667, 0xffc00b31,\n 0x8eb44a87, 0x68581511,\n 0xdb0c2e0d, 0x64f98fa7,\n 0x47b5481d, 0xbefa4fa4 ];\n}\nutils.inherits(SHA384, SHA512);\nmodule.exports = SHA384;\n\nSHA384.blockSize = 1024;\nSHA384.outSize = 384;\nSHA384.hmacStrength = 192;\nSHA384.padLength = 128;\n\nSHA384.prototype._digest = function digest(enc) {\n if (enc === 'hex')\n return utils.toHex32(this.h.slice(0, 12), 'big');\n else\n return utils.split32(this.h.slice(0, 12), 'big');\n};\n","'use strict';\n\nexports.sha1 = require('./sha/1');\nexports.sha224 = require('./sha/224');\nexports.sha256 = require('./sha/256');\nexports.sha384 = require('./sha/384');\nexports.sha512 = require('./sha/512');\n","'use strict';\n\nvar utils = require('./utils');\nvar common = require('./common');\n\nvar rotl32 = utils.rotl32;\nvar sum32 = utils.sum32;\nvar sum32_3 = utils.sum32_3;\nvar sum32_4 = utils.sum32_4;\nvar BlockHash = common.BlockHash;\n\nfunction RIPEMD160() {\n if (!(this instanceof RIPEMD160))\n return new RIPEMD160();\n\n BlockHash.call(this);\n\n this.h = [ 0x67452301, 0xefcdab89, 0x98badcfe, 0x10325476, 0xc3d2e1f0 ];\n this.endian = 'little';\n}\nutils.inherits(RIPEMD160, BlockHash);\nexports.ripemd160 = RIPEMD160;\n\nRIPEMD160.blockSize = 512;\nRIPEMD160.outSize = 160;\nRIPEMD160.hmacStrength = 192;\nRIPEMD160.padLength = 64;\n\nRIPEMD160.prototype._update = function update(msg, start) {\n var A = this.h[0];\n var B = this.h[1];\n var C = this.h[2];\n var D = this.h[3];\n var E = this.h[4];\n var Ah = A;\n var Bh = B;\n var Ch = C;\n var Dh = D;\n var Eh = E;\n for (var j = 0; j < 80; j++) {\n var T = sum32(\n rotl32(\n sum32_4(A, f(j, B, C, D), msg[r[j] + start], K(j)),\n s[j]),\n E);\n A = E;\n E = D;\n D = rotl32(C, 10);\n C = B;\n B = T;\n T = sum32(\n rotl32(\n sum32_4(Ah, f(79 - j, Bh, Ch, Dh), msg[rh[j] + start], Kh(j)),\n sh[j]),\n Eh);\n Ah = Eh;\n Eh = Dh;\n Dh = rotl32(Ch, 10);\n Ch = Bh;\n Bh = T;\n }\n T = sum32_3(this.h[1], C, Dh);\n this.h[1] = sum32_3(this.h[2], D, Eh);\n this.h[2] = sum32_3(this.h[3], E, Ah);\n this.h[3] = sum32_3(this.h[4], A, Bh);\n this.h[4] = sum32_3(this.h[0], B, Ch);\n this.h[0] = T;\n};\n\nRIPEMD160.prototype._digest = function digest(enc) {\n if (enc === 'hex')\n return utils.toHex32(this.h, 'little');\n else\n return utils.split32(this.h, 'little');\n};\n\nfunction f(j, x, y, z) {\n if (j <= 15)\n return x ^ y ^ z;\n else if (j <= 31)\n return (x & y) | ((~x) & z);\n else if (j <= 47)\n return (x | (~y)) ^ z;\n else if (j <= 63)\n return (x & z) | (y & (~z));\n else\n return x ^ (y | (~z));\n}\n\nfunction K(j) {\n if (j <= 15)\n return 0x00000000;\n else if (j <= 31)\n return 0x5a827999;\n else if (j <= 47)\n return 0x6ed9eba1;\n else if (j <= 63)\n return 0x8f1bbcdc;\n else\n return 0xa953fd4e;\n}\n\nfunction Kh(j) {\n if (j <= 15)\n return 0x50a28be6;\n else if (j <= 31)\n return 0x5c4dd124;\n else if (j <= 47)\n return 0x6d703ef3;\n else if (j <= 63)\n return 0x7a6d76e9;\n else\n return 0x00000000;\n}\n\nvar r = [\n 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15,\n 7, 4, 13, 1, 10, 6, 15, 3, 12, 0, 9, 5, 2, 14, 11, 8,\n 3, 10, 14, 4, 9, 15, 8, 1, 2, 7, 0, 6, 13, 11, 5, 12,\n 1, 9, 11, 10, 0, 8, 12, 4, 13, 3, 7, 15, 14, 5, 6, 2,\n 4, 0, 5, 9, 7, 12, 2, 10, 14, 1, 3, 8, 11, 6, 15, 13\n];\n\nvar rh = [\n 5, 14, 7, 0, 9, 2, 11, 4, 13, 6, 15, 8, 1, 10, 3, 12,\n 6, 11, 3, 7, 0, 13, 5, 10, 14, 15, 8, 12, 4, 9, 1, 2,\n 15, 5, 1, 3, 7, 14, 6, 9, 11, 8, 12, 2, 10, 0, 4, 13,\n 8, 6, 4, 1, 3, 11, 15, 0, 5, 12, 2, 13, 9, 7, 10, 14,\n 12, 15, 10, 4, 1, 5, 8, 7, 6, 2, 13, 14, 0, 3, 9, 11\n];\n\nvar s = [\n 11, 14, 15, 12, 5, 8, 7, 9, 11, 13, 14, 15, 6, 7, 9, 8,\n 7, 6, 8, 13, 11, 9, 7, 15, 7, 12, 15, 9, 11, 7, 13, 12,\n 11, 13, 6, 7, 14, 9, 13, 15, 14, 8, 13, 6, 5, 12, 7, 5,\n 11, 12, 14, 15, 14, 15, 9, 8, 9, 14, 5, 6, 8, 6, 5, 12,\n 9, 15, 5, 11, 6, 8, 13, 12, 5, 12, 13, 14, 11, 8, 5, 6\n];\n\nvar sh = [\n 8, 9, 9, 11, 13, 15, 15, 5, 7, 7, 8, 11, 14, 14, 12, 6,\n 9, 13, 15, 7, 12, 8, 9, 11, 7, 7, 12, 7, 6, 15, 13, 11,\n 9, 7, 15, 11, 8, 6, 6, 14, 12, 13, 5, 14, 13, 13, 7, 5,\n 15, 5, 8, 11, 14, 14, 6, 14, 6, 9, 12, 9, 12, 5, 15, 8,\n 8, 5, 12, 9, 12, 5, 14, 6, 8, 13, 6, 5, 15, 13, 11, 11\n];\n","'use strict';\n\nvar utils = require('./utils');\nvar assert = require('minimalistic-assert');\n\nfunction Hmac(hash, key, enc) {\n if (!(this instanceof Hmac))\n return new Hmac(hash, key, enc);\n this.Hash = hash;\n this.blockSize = hash.blockSize / 8;\n this.outSize = hash.outSize / 8;\n this.inner = null;\n this.outer = null;\n\n this._init(utils.toArray(key, enc));\n}\nmodule.exports = Hmac;\n\nHmac.prototype._init = function init(key) {\n // Shorten key, if needed\n if (key.length > this.blockSize)\n key = new this.Hash().update(key).digest();\n assert(key.length <= this.blockSize);\n\n // Add padding to key\n for (var i = key.length; i < this.blockSize; i++)\n key.push(0);\n\n for (i = 0; i < key.length; i++)\n key[i] ^= 0x36;\n this.inner = new this.Hash().update(key);\n\n // 0x36 ^ 0x5c = 0x6a\n for (i = 0; i < key.length; i++)\n key[i] ^= 0x6a;\n this.outer = new this.Hash().update(key);\n};\n\nHmac.prototype.update = function update(msg, enc) {\n this.inner.update(msg, enc);\n return this;\n};\n\nHmac.prototype.digest = function digest(enc) {\n this.outer.update(this.inner.digest());\n return this.outer.digest(enc);\n};\n","var hash = exports;\n\nhash.utils = require('./hash/utils');\nhash.common = require('./hash/common');\nhash.sha = require('./hash/sha');\nhash.ripemd = require('./hash/ripemd');\nhash.hmac = require('./hash/hmac');\n\n// Proxy hash functions to the main object\nhash.sha1 = hash.sha.sha1;\nhash.sha256 = hash.sha.sha256;\nhash.sha224 = hash.sha.sha224;\nhash.sha384 = hash.sha.sha384;\nhash.sha512 = hash.sha.sha512;\nhash.ripemd160 = hash.ripemd.ripemd160;\n","module.exports = {\n doubles: {\n step: 4,\n points: [\n [\n 'e60fce93b59e9ec53011aabc21c23e97b2a31369b87a5ae9c44ee89e2a6dec0a',\n 'f7e3507399e595929db99f34f57937101296891e44d23f0be1f32cce69616821'\n ],\n [\n '8282263212c609d9ea2a6e3e172de238d8c39cabd5ac1ca10646e23fd5f51508',\n '11f8a8098557dfe45e8256e830b60ace62d613ac2f7b17bed31b6eaff6e26caf'\n ],\n [\n '175e159f728b865a72f99cc6c6fc846de0b93833fd2222ed73fce5b551e5b739',\n 'd3506e0d9e3c79eba4ef97a51ff71f5eacb5955add24345c6efa6ffee9fed695'\n ],\n [\n '363d90d447b00c9c99ceac05b6262ee053441c7e55552ffe526bad8f83ff4640',\n '4e273adfc732221953b445397f3363145b9a89008199ecb62003c7f3bee9de9'\n ],\n [\n '8b4b5f165df3c2be8c6244b5b745638843e4a781a15bcd1b69f79a55dffdf80c',\n '4aad0a6f68d308b4b3fbd7813ab0da04f9e336546162ee56b3eff0c65fd4fd36'\n ],\n [\n '723cbaa6e5db996d6bf771c00bd548c7b700dbffa6c0e77bcb6115925232fcda',\n '96e867b5595cc498a921137488824d6e2660a0653779494801dc069d9eb39f5f'\n ],\n [\n 'eebfa4d493bebf98ba5feec812c2d3b50947961237a919839a533eca0e7dd7fa',\n '5d9a8ca3970ef0f269ee7edaf178089d9ae4cdc3a711f712ddfd4fdae1de8999'\n ],\n [\n '100f44da696e71672791d0a09b7bde459f1215a29b3c03bfefd7835b39a48db0',\n 'cdd9e13192a00b772ec8f3300c090666b7ff4a18ff5195ac0fbd5cd62bc65a09'\n ],\n [\n 'e1031be262c7ed1b1dc9227a4a04c017a77f8d4464f3b3852c8acde6e534fd2d',\n '9d7061928940405e6bb6a4176597535af292dd419e1ced79a44f18f29456a00d'\n ],\n [\n 'feea6cae46d55b530ac2839f143bd7ec5cf8b266a41d6af52d5e688d9094696d',\n 'e57c6b6c97dce1bab06e4e12bf3ecd5c981c8957cc41442d3155debf18090088'\n ],\n [\n 'da67a91d91049cdcb367be4be6ffca3cfeed657d808583de33fa978bc1ec6cb1',\n '9bacaa35481642bc41f463f7ec9780e5dec7adc508f740a17e9ea8e27a68be1d'\n ],\n [\n '53904faa0b334cdda6e000935ef22151ec08d0f7bb11069f57545ccc1a37b7c0',\n '5bc087d0bc80106d88c9eccac20d3c1c13999981e14434699dcb096b022771c8'\n ],\n [\n '8e7bcd0bd35983a7719cca7764ca906779b53a043a9b8bcaeff959f43ad86047',\n '10b7770b2a3da4b3940310420ca9514579e88e2e47fd68b3ea10047e8460372a'\n ],\n [\n '385eed34c1cdff21e6d0818689b81bde71a7f4f18397e6690a841e1599c43862',\n '283bebc3e8ea23f56701de19e9ebf4576b304eec2086dc8cc0458fe5542e5453'\n ],\n [\n '6f9d9b803ecf191637c73a4413dfa180fddf84a5947fbc9c606ed86c3fac3a7',\n '7c80c68e603059ba69b8e2a30e45c4d47ea4dd2f5c281002d86890603a842160'\n ],\n [\n '3322d401243c4e2582a2147c104d6ecbf774d163db0f5e5313b7e0e742d0e6bd',\n '56e70797e9664ef5bfb019bc4ddaf9b72805f63ea2873af624f3a2e96c28b2a0'\n ],\n [\n '85672c7d2de0b7da2bd1770d89665868741b3f9af7643397721d74d28134ab83',\n '7c481b9b5b43b2eb6374049bfa62c2e5e77f17fcc5298f44c8e3094f790313a6'\n ],\n [\n '948bf809b1988a46b06c9f1919413b10f9226c60f668832ffd959af60c82a0a',\n '53a562856dcb6646dc6b74c5d1c3418c6d4dff08c97cd2bed4cb7f88d8c8e589'\n ],\n [\n '6260ce7f461801c34f067ce0f02873a8f1b0e44dfc69752accecd819f38fd8e8',\n 'bc2da82b6fa5b571a7f09049776a1ef7ecd292238051c198c1a84e95b2b4ae17'\n ],\n [\n 'e5037de0afc1d8d43d8348414bbf4103043ec8f575bfdc432953cc8d2037fa2d',\n '4571534baa94d3b5f9f98d09fb990bddbd5f5b03ec481f10e0e5dc841d755bda'\n ],\n [\n 'e06372b0f4a207adf5ea905e8f1771b4e7e8dbd1c6a6c5b725866a0ae4fce725',\n '7a908974bce18cfe12a27bb2ad5a488cd7484a7787104870b27034f94eee31dd'\n ],\n [\n '213c7a715cd5d45358d0bbf9dc0ce02204b10bdde2a3f58540ad6908d0559754',\n '4b6dad0b5ae462507013ad06245ba190bb4850f5f36a7eeddff2c27534b458f2'\n ],\n [\n '4e7c272a7af4b34e8dbb9352a5419a87e2838c70adc62cddf0cc3a3b08fbd53c',\n '17749c766c9d0b18e16fd09f6def681b530b9614bff7dd33e0b3941817dcaae6'\n ],\n [\n 'fea74e3dbe778b1b10f238ad61686aa5c76e3db2be43057632427e2840fb27b6',\n '6e0568db9b0b13297cf674deccb6af93126b596b973f7b77701d3db7f23cb96f'\n ],\n [\n '76e64113f677cf0e10a2570d599968d31544e179b760432952c02a4417bdde39',\n 'c90ddf8dee4e95cf577066d70681f0d35e2a33d2b56d2032b4b1752d1901ac01'\n ],\n [\n 'c738c56b03b2abe1e8281baa743f8f9a8f7cc643df26cbee3ab150242bcbb891',\n '893fb578951ad2537f718f2eacbfbbbb82314eef7880cfe917e735d9699a84c3'\n ],\n [\n 'd895626548b65b81e264c7637c972877d1d72e5f3a925014372e9f6588f6c14b',\n 'febfaa38f2bc7eae728ec60818c340eb03428d632bb067e179363ed75d7d991f'\n ],\n [\n 'b8da94032a957518eb0f6433571e8761ceffc73693e84edd49150a564f676e03',\n '2804dfa44805a1e4d7c99cc9762808b092cc584d95ff3b511488e4e74efdf6e7'\n ],\n [\n 'e80fea14441fb33a7d8adab9475d7fab2019effb5156a792f1a11778e3c0df5d',\n 'eed1de7f638e00771e89768ca3ca94472d155e80af322ea9fcb4291b6ac9ec78'\n ],\n [\n 'a301697bdfcd704313ba48e51d567543f2a182031efd6915ddc07bbcc4e16070',\n '7370f91cfb67e4f5081809fa25d40f9b1735dbf7c0a11a130c0d1a041e177ea1'\n ],\n [\n '90ad85b389d6b936463f9d0512678de208cc330b11307fffab7ac63e3fb04ed4',\n 'e507a3620a38261affdcbd9427222b839aefabe1582894d991d4d48cb6ef150'\n ],\n [\n '8f68b9d2f63b5f339239c1ad981f162ee88c5678723ea3351b7b444c9ec4c0da',\n '662a9f2dba063986de1d90c2b6be215dbbea2cfe95510bfdf23cbf79501fff82'\n ],\n [\n 'e4f3fb0176af85d65ff99ff9198c36091f48e86503681e3e6686fd5053231e11',\n '1e63633ad0ef4f1c1661a6d0ea02b7286cc7e74ec951d1c9822c38576feb73bc'\n ],\n [\n '8c00fa9b18ebf331eb961537a45a4266c7034f2f0d4e1d0716fb6eae20eae29e',\n 'efa47267fea521a1a9dc343a3736c974c2fadafa81e36c54e7d2a4c66702414b'\n ],\n [\n 'e7a26ce69dd4829f3e10cec0a9e98ed3143d084f308b92c0997fddfc60cb3e41',\n '2a758e300fa7984b471b006a1aafbb18d0a6b2c0420e83e20e8a9421cf2cfd51'\n ],\n [\n 'b6459e0ee3662ec8d23540c223bcbdc571cbcb967d79424f3cf29eb3de6b80ef',\n '67c876d06f3e06de1dadf16e5661db3c4b3ae6d48e35b2ff30bf0b61a71ba45'\n ],\n [\n 'd68a80c8280bb840793234aa118f06231d6f1fc67e73c5a5deda0f5b496943e8',\n 'db8ba9fff4b586d00c4b1f9177b0e28b5b0e7b8f7845295a294c84266b133120'\n ],\n [\n '324aed7df65c804252dc0270907a30b09612aeb973449cea4095980fc28d3d5d',\n '648a365774b61f2ff130c0c35aec1f4f19213b0c7e332843967224af96ab7c84'\n ],\n [\n '4df9c14919cde61f6d51dfdbe5fee5dceec4143ba8d1ca888e8bd373fd054c96',\n '35ec51092d8728050974c23a1d85d4b5d506cdc288490192ebac06cad10d5d'\n ],\n [\n '9c3919a84a474870faed8a9c1cc66021523489054d7f0308cbfc99c8ac1f98cd',\n 'ddb84f0f4a4ddd57584f044bf260e641905326f76c64c8e6be7e5e03d4fc599d'\n ],\n [\n '6057170b1dd12fdf8de05f281d8e06bb91e1493a8b91d4cc5a21382120a959e5',\n '9a1af0b26a6a4807add9a2daf71df262465152bc3ee24c65e899be932385a2a8'\n ],\n [\n 'a576df8e23a08411421439a4518da31880cef0fba7d4df12b1a6973eecb94266',\n '40a6bf20e76640b2c92b97afe58cd82c432e10a7f514d9f3ee8be11ae1b28ec8'\n ],\n [\n '7778a78c28dec3e30a05fe9629de8c38bb30d1f5cf9a3a208f763889be58ad71',\n '34626d9ab5a5b22ff7098e12f2ff580087b38411ff24ac563b513fc1fd9f43ac'\n ],\n [\n '928955ee637a84463729fd30e7afd2ed5f96274e5ad7e5cb09eda9c06d903ac',\n 'c25621003d3f42a827b78a13093a95eeac3d26efa8a8d83fc5180e935bcd091f'\n ],\n [\n '85d0fef3ec6db109399064f3a0e3b2855645b4a907ad354527aae75163d82751',\n '1f03648413a38c0be29d496e582cf5663e8751e96877331582c237a24eb1f962'\n ],\n [\n 'ff2b0dce97eece97c1c9b6041798b85dfdfb6d8882da20308f5404824526087e',\n '493d13fef524ba188af4c4dc54d07936c7b7ed6fb90e2ceb2c951e01f0c29907'\n ],\n [\n '827fbbe4b1e880ea9ed2b2e6301b212b57f1ee148cd6dd28780e5e2cf856e241',\n 'c60f9c923c727b0b71bef2c67d1d12687ff7a63186903166d605b68baec293ec'\n ],\n [\n 'eaa649f21f51bdbae7be4ae34ce6e5217a58fdce7f47f9aa7f3b58fa2120e2b3',\n 'be3279ed5bbbb03ac69a80f89879aa5a01a6b965f13f7e59d47a5305ba5ad93d'\n ],\n [\n 'e4a42d43c5cf169d9391df6decf42ee541b6d8f0c9a137401e23632dda34d24f',\n '4d9f92e716d1c73526fc99ccfb8ad34ce886eedfa8d8e4f13a7f7131deba9414'\n ],\n [\n '1ec80fef360cbdd954160fadab352b6b92b53576a88fea4947173b9d4300bf19',\n 'aeefe93756b5340d2f3a4958a7abbf5e0146e77f6295a07b671cdc1cc107cefd'\n ],\n [\n '146a778c04670c2f91b00af4680dfa8bce3490717d58ba889ddb5928366642be',\n 'b318e0ec3354028add669827f9d4b2870aaa971d2f7e5ed1d0b297483d83efd0'\n ],\n [\n 'fa50c0f61d22e5f07e3acebb1aa07b128d0012209a28b9776d76a8793180eef9',\n '6b84c6922397eba9b72cd2872281a68a5e683293a57a213b38cd8d7d3f4f2811'\n ],\n [\n 'da1d61d0ca721a11b1a5bf6b7d88e8421a288ab5d5bba5220e53d32b5f067ec2',\n '8157f55a7c99306c79c0766161c91e2966a73899d279b48a655fba0f1ad836f1'\n ],\n [\n 'a8e282ff0c9706907215ff98e8fd416615311de0446f1e062a73b0610d064e13',\n '7f97355b8db81c09abfb7f3c5b2515888b679a3e50dd6bd6cef7c73111f4cc0c'\n ],\n [\n '174a53b9c9a285872d39e56e6913cab15d59b1fa512508c022f382de8319497c',\n 'ccc9dc37abfc9c1657b4155f2c47f9e6646b3a1d8cb9854383da13ac079afa73'\n ],\n [\n '959396981943785c3d3e57edf5018cdbe039e730e4918b3d884fdff09475b7ba',\n '2e7e552888c331dd8ba0386a4b9cd6849c653f64c8709385e9b8abf87524f2fd'\n ],\n [\n 'd2a63a50ae401e56d645a1153b109a8fcca0a43d561fba2dbb51340c9d82b151',\n 'e82d86fb6443fcb7565aee58b2948220a70f750af484ca52d4142174dcf89405'\n ],\n [\n '64587e2335471eb890ee7896d7cfdc866bacbdbd3839317b3436f9b45617e073',\n 'd99fcdd5bf6902e2ae96dd6447c299a185b90a39133aeab358299e5e9faf6589'\n ],\n [\n '8481bde0e4e4d885b3a546d3e549de042f0aa6cea250e7fd358d6c86dd45e458',\n '38ee7b8cba5404dd84a25bf39cecb2ca900a79c42b262e556d64b1b59779057e'\n ],\n [\n '13464a57a78102aa62b6979ae817f4637ffcfed3c4b1ce30bcd6303f6caf666b',\n '69be159004614580ef7e433453ccb0ca48f300a81d0942e13f495a907f6ecc27'\n ],\n [\n 'bc4a9df5b713fe2e9aef430bcc1dc97a0cd9ccede2f28588cada3a0d2d83f366',\n 'd3a81ca6e785c06383937adf4b798caa6e8a9fbfa547b16d758d666581f33c1'\n ],\n [\n '8c28a97bf8298bc0d23d8c749452a32e694b65e30a9472a3954ab30fe5324caa',\n '40a30463a3305193378fedf31f7cc0eb7ae784f0451cb9459e71dc73cbef9482'\n ],\n [\n '8ea9666139527a8c1dd94ce4f071fd23c8b350c5a4bb33748c4ba111faccae0',\n '620efabbc8ee2782e24e7c0cfb95c5d735b783be9cf0f8e955af34a30e62b945'\n ],\n [\n 'dd3625faef5ba06074669716bbd3788d89bdde815959968092f76cc4eb9a9787',\n '7a188fa3520e30d461da2501045731ca941461982883395937f68d00c644a573'\n ],\n [\n 'f710d79d9eb962297e4f6232b40e8f7feb2bc63814614d692c12de752408221e',\n 'ea98e67232d3b3295d3b535532115ccac8612c721851617526ae47a9c77bfc82'\n ]\n ]\n },\n naf: {\n wnd: 7,\n points: [\n [\n 'f9308a019258c31049344f85f89d5229b531c845836f99b08601f113bce036f9',\n '388f7b0f632de8140fe337e62a37f3566500a99934c2231b6cb9fd7584b8e672'\n ],\n [\n '2f8bde4d1a07209355b4a7250a5c5128e88b84bddc619ab7cba8d569b240efe4',\n 'd8ac222636e5e3d6d4dba9dda6c9c426f788271bab0d6840dca87d3aa6ac62d6'\n ],\n [\n '5cbdf0646e5db4eaa398f365f2ea7a0e3d419b7e0330e39ce92bddedcac4f9bc',\n '6aebca40ba255960a3178d6d861a54dba813d0b813fde7b5a5082628087264da'\n ],\n [\n 'acd484e2f0c7f65309ad178a9f559abde09796974c57e714c35f110dfc27ccbe',\n 'cc338921b0a7d9fd64380971763b61e9add888a4375f8e0f05cc262ac64f9c37'\n ],\n [\n '774ae7f858a9411e5ef4246b70c65aac5649980be5c17891bbec17895da008cb',\n 'd984a032eb6b5e190243dd56d7b7b365372db1e2dff9d6a8301d74c9c953c61b'\n ],\n [\n 'f28773c2d975288bc7d1d205c3748651b075fbc6610e58cddeeddf8f19405aa8',\n 'ab0902e8d880a89758212eb65cdaf473a1a06da521fa91f29b5cb52db03ed81'\n ],\n [\n 'd7924d4f7d43ea965a465ae3095ff41131e5946f3c85f79e44adbcf8e27e080e',\n '581e2872a86c72a683842ec228cc6defea40af2bd896d3a5c504dc9ff6a26b58'\n ],\n [\n 'defdea4cdb677750a420fee807eacf21eb9898ae79b9768766e4faa04a2d4a34',\n '4211ab0694635168e997b0ead2a93daeced1f4a04a95c0f6cfb199f69e56eb77'\n ],\n [\n '2b4ea0a797a443d293ef5cff444f4979f06acfebd7e86d277475656138385b6c',\n '85e89bc037945d93b343083b5a1c86131a01f60c50269763b570c854e5c09b7a'\n ],\n [\n '352bbf4a4cdd12564f93fa332ce333301d9ad40271f8107181340aef25be59d5',\n '321eb4075348f534d59c18259dda3e1f4a1b3b2e71b1039c67bd3d8bcf81998c'\n ],\n [\n '2fa2104d6b38d11b0230010559879124e42ab8dfeff5ff29dc9cdadd4ecacc3f',\n '2de1068295dd865b64569335bd5dd80181d70ecfc882648423ba76b532b7d67'\n ],\n [\n '9248279b09b4d68dab21a9b066edda83263c3d84e09572e269ca0cd7f5453714',\n '73016f7bf234aade5d1aa71bdea2b1ff3fc0de2a887912ffe54a32ce97cb3402'\n ],\n [\n 'daed4f2be3a8bf278e70132fb0beb7522f570e144bf615c07e996d443dee8729',\n 'a69dce4a7d6c98e8d4a1aca87ef8d7003f83c230f3afa726ab40e52290be1c55'\n ],\n [\n 'c44d12c7065d812e8acf28d7cbb19f9011ecd9e9fdf281b0e6a3b5e87d22e7db',\n '2119a460ce326cdc76c45926c982fdac0e106e861edf61c5a039063f0e0e6482'\n ],\n [\n '6a245bf6dc698504c89a20cfded60853152b695336c28063b61c65cbd269e6b4',\n 'e022cf42c2bd4a708b3f5126f16a24ad8b33ba48d0423b6efd5e6348100d8a82'\n ],\n [\n '1697ffa6fd9de627c077e3d2fe541084ce13300b0bec1146f95ae57f0d0bd6a5',\n 'b9c398f186806f5d27561506e4557433a2cf15009e498ae7adee9d63d01b2396'\n ],\n [\n '605bdb019981718b986d0f07e834cb0d9deb8360ffb7f61df982345ef27a7479',\n '2972d2de4f8d20681a78d93ec96fe23c26bfae84fb14db43b01e1e9056b8c49'\n ],\n [\n '62d14dab4150bf497402fdc45a215e10dcb01c354959b10cfe31c7e9d87ff33d',\n '80fc06bd8cc5b01098088a1950eed0db01aa132967ab472235f5642483b25eaf'\n ],\n [\n '80c60ad0040f27dade5b4b06c408e56b2c50e9f56b9b8b425e555c2f86308b6f',\n '1c38303f1cc5c30f26e66bad7fe72f70a65eed4cbe7024eb1aa01f56430bd57a'\n ],\n [\n '7a9375ad6167ad54aa74c6348cc54d344cc5dc9487d847049d5eabb0fa03c8fb',\n 'd0e3fa9eca8726909559e0d79269046bdc59ea10c70ce2b02d499ec224dc7f7'\n ],\n [\n 'd528ecd9b696b54c907a9ed045447a79bb408ec39b68df504bb51f459bc3ffc9',\n 'eecf41253136e5f99966f21881fd656ebc4345405c520dbc063465b521409933'\n ],\n [\n '49370a4b5f43412ea25f514e8ecdad05266115e4a7ecb1387231808f8b45963',\n '758f3f41afd6ed428b3081b0512fd62a54c3f3afbb5b6764b653052a12949c9a'\n ],\n [\n '77f230936ee88cbbd73df930d64702ef881d811e0e1498e2f1c13eb1fc345d74',\n '958ef42a7886b6400a08266e9ba1b37896c95330d97077cbbe8eb3c7671c60d6'\n ],\n [\n 'f2dac991cc4ce4b9ea44887e5c7c0bce58c80074ab9d4dbaeb28531b7739f530',\n 'e0dedc9b3b2f8dad4da1f32dec2531df9eb5fbeb0598e4fd1a117dba703a3c37'\n ],\n [\n '463b3d9f662621fb1b4be8fbbe2520125a216cdfc9dae3debcba4850c690d45b',\n '5ed430d78c296c3543114306dd8622d7c622e27c970a1de31cb377b01af7307e'\n ],\n [\n 'f16f804244e46e2a09232d4aff3b59976b98fac14328a2d1a32496b49998f247',\n 'cedabd9b82203f7e13d206fcdf4e33d92a6c53c26e5cce26d6579962c4e31df6'\n ],\n [\n 'caf754272dc84563b0352b7a14311af55d245315ace27c65369e15f7151d41d1',\n 'cb474660ef35f5f2a41b643fa5e460575f4fa9b7962232a5c32f908318a04476'\n ],\n [\n '2600ca4b282cb986f85d0f1709979d8b44a09c07cb86d7c124497bc86f082120',\n '4119b88753c15bd6a693b03fcddbb45d5ac6be74ab5f0ef44b0be9475a7e4b40'\n ],\n [\n '7635ca72d7e8432c338ec53cd12220bc01c48685e24f7dc8c602a7746998e435',\n '91b649609489d613d1d5e590f78e6d74ecfc061d57048bad9e76f302c5b9c61'\n ],\n [\n '754e3239f325570cdbbf4a87deee8a66b7f2b33479d468fbc1a50743bf56cc18',\n '673fb86e5bda30fb3cd0ed304ea49a023ee33d0197a695d0c5d98093c536683'\n ],\n [\n 'e3e6bd1071a1e96aff57859c82d570f0330800661d1c952f9fe2694691d9b9e8',\n '59c9e0bba394e76f40c0aa58379a3cb6a5a2283993e90c4167002af4920e37f5'\n ],\n [\n '186b483d056a033826ae73d88f732985c4ccb1f32ba35f4b4cc47fdcf04aa6eb',\n '3b952d32c67cf77e2e17446e204180ab21fb8090895138b4a4a797f86e80888b'\n ],\n [\n 'df9d70a6b9876ce544c98561f4be4f725442e6d2b737d9c91a8321724ce0963f',\n '55eb2dafd84d6ccd5f862b785dc39d4ab157222720ef9da217b8c45cf2ba2417'\n ],\n [\n '5edd5cc23c51e87a497ca815d5dce0f8ab52554f849ed8995de64c5f34ce7143',\n 'efae9c8dbc14130661e8cec030c89ad0c13c66c0d17a2905cdc706ab7399a868'\n ],\n [\n '290798c2b6476830da12fe02287e9e777aa3fba1c355b17a722d362f84614fba',\n 'e38da76dcd440621988d00bcf79af25d5b29c094db2a23146d003afd41943e7a'\n ],\n [\n 'af3c423a95d9f5b3054754efa150ac39cd29552fe360257362dfdecef4053b45',\n 'f98a3fd831eb2b749a93b0e6f35cfb40c8cd5aa667a15581bc2feded498fd9c6'\n ],\n [\n '766dbb24d134e745cccaa28c99bf274906bb66b26dcf98df8d2fed50d884249a',\n '744b1152eacbe5e38dcc887980da38b897584a65fa06cedd2c924f97cbac5996'\n ],\n [\n '59dbf46f8c94759ba21277c33784f41645f7b44f6c596a58ce92e666191abe3e',\n 'c534ad44175fbc300f4ea6ce648309a042ce739a7919798cd85e216c4a307f6e'\n ],\n [\n 'f13ada95103c4537305e691e74e9a4a8dd647e711a95e73cb62dc6018cfd87b8',\n 'e13817b44ee14de663bf4bc808341f326949e21a6a75c2570778419bdaf5733d'\n ],\n [\n '7754b4fa0e8aced06d4167a2c59cca4cda1869c06ebadfb6488550015a88522c',\n '30e93e864e669d82224b967c3020b8fa8d1e4e350b6cbcc537a48b57841163a2'\n ],\n [\n '948dcadf5990e048aa3874d46abef9d701858f95de8041d2a6828c99e2262519',\n 'e491a42537f6e597d5d28a3224b1bc25df9154efbd2ef1d2cbba2cae5347d57e'\n ],\n [\n '7962414450c76c1689c7b48f8202ec37fb224cf5ac0bfa1570328a8a3d7c77ab',\n '100b610ec4ffb4760d5c1fc133ef6f6b12507a051f04ac5760afa5b29db83437'\n ],\n [\n '3514087834964b54b15b160644d915485a16977225b8847bb0dd085137ec47ca',\n 'ef0afbb2056205448e1652c48e8127fc6039e77c15c2378b7e7d15a0de293311'\n ],\n [\n 'd3cc30ad6b483e4bc79ce2c9dd8bc54993e947eb8df787b442943d3f7b527eaf',\n '8b378a22d827278d89c5e9be8f9508ae3c2ad46290358630afb34db04eede0a4'\n ],\n [\n '1624d84780732860ce1c78fcbfefe08b2b29823db913f6493975ba0ff4847610',\n '68651cf9b6da903e0914448c6cd9d4ca896878f5282be4c8cc06e2a404078575'\n ],\n [\n '733ce80da955a8a26902c95633e62a985192474b5af207da6df7b4fd5fc61cd4',\n 'f5435a2bd2badf7d485a4d8b8db9fcce3e1ef8e0201e4578c54673bc1dc5ea1d'\n ],\n [\n '15d9441254945064cf1a1c33bbd3b49f8966c5092171e699ef258dfab81c045c',\n 'd56eb30b69463e7234f5137b73b84177434800bacebfc685fc37bbe9efe4070d'\n ],\n [\n 'a1d0fcf2ec9de675b612136e5ce70d271c21417c9d2b8aaaac138599d0717940',\n 'edd77f50bcb5a3cab2e90737309667f2641462a54070f3d519212d39c197a629'\n ],\n [\n 'e22fbe15c0af8ccc5780c0735f84dbe9a790badee8245c06c7ca37331cb36980',\n 'a855babad5cd60c88b430a69f53a1a7a38289154964799be43d06d77d31da06'\n ],\n [\n '311091dd9860e8e20ee13473c1155f5f69635e394704eaa74009452246cfa9b3',\n '66db656f87d1f04fffd1f04788c06830871ec5a64feee685bd80f0b1286d8374'\n ],\n [\n '34c1fd04d301be89b31c0442d3e6ac24883928b45a9340781867d4232ec2dbdf',\n '9414685e97b1b5954bd46f730174136d57f1ceeb487443dc5321857ba73abee'\n ],\n [\n 'f219ea5d6b54701c1c14de5b557eb42a8d13f3abbcd08affcc2a5e6b049b8d63',\n '4cb95957e83d40b0f73af4544cccf6b1f4b08d3c07b27fb8d8c2962a400766d1'\n ],\n [\n 'd7b8740f74a8fbaab1f683db8f45de26543a5490bca627087236912469a0b448',\n 'fa77968128d9c92ee1010f337ad4717eff15db5ed3c049b3411e0315eaa4593b'\n ],\n [\n '32d31c222f8f6f0ef86f7c98d3a3335ead5bcd32abdd94289fe4d3091aa824bf',\n '5f3032f5892156e39ccd3d7915b9e1da2e6dac9e6f26e961118d14b8462e1661'\n ],\n [\n '7461f371914ab32671045a155d9831ea8793d77cd59592c4340f86cbc18347b5',\n '8ec0ba238b96bec0cbdddcae0aa442542eee1ff50c986ea6b39847b3cc092ff6'\n ],\n [\n 'ee079adb1df1860074356a25aa38206a6d716b2c3e67453d287698bad7b2b2d6',\n '8dc2412aafe3be5c4c5f37e0ecc5f9f6a446989af04c4e25ebaac479ec1c8c1e'\n ],\n [\n '16ec93e447ec83f0467b18302ee620f7e65de331874c9dc72bfd8616ba9da6b5',\n '5e4631150e62fb40d0e8c2a7ca5804a39d58186a50e497139626778e25b0674d'\n ],\n [\n 'eaa5f980c245f6f038978290afa70b6bd8855897f98b6aa485b96065d537bd99',\n 'f65f5d3e292c2e0819a528391c994624d784869d7e6ea67fb18041024edc07dc'\n ],\n [\n '78c9407544ac132692ee1910a02439958ae04877151342ea96c4b6b35a49f51',\n 'f3e0319169eb9b85d5404795539a5e68fa1fbd583c064d2462b675f194a3ddb4'\n ],\n [\n '494f4be219a1a77016dcd838431aea0001cdc8ae7a6fc688726578d9702857a5',\n '42242a969283a5f339ba7f075e36ba2af925ce30d767ed6e55f4b031880d562c'\n ],\n [\n 'a598a8030da6d86c6bc7f2f5144ea549d28211ea58faa70ebf4c1e665c1fe9b5',\n '204b5d6f84822c307e4b4a7140737aec23fc63b65b35f86a10026dbd2d864e6b'\n ],\n [\n 'c41916365abb2b5d09192f5f2dbeafec208f020f12570a184dbadc3e58595997',\n '4f14351d0087efa49d245b328984989d5caf9450f34bfc0ed16e96b58fa9913'\n ],\n [\n '841d6063a586fa475a724604da03bc5b92a2e0d2e0a36acfe4c73a5514742881',\n '73867f59c0659e81904f9a1c7543698e62562d6744c169ce7a36de01a8d6154'\n ],\n [\n '5e95bb399a6971d376026947f89bde2f282b33810928be4ded112ac4d70e20d5',\n '39f23f366809085beebfc71181313775a99c9aed7d8ba38b161384c746012865'\n ],\n [\n '36e4641a53948fd476c39f8a99fd974e5ec07564b5315d8bf99471bca0ef2f66',\n 'd2424b1b1abe4eb8164227b085c9aa9456ea13493fd563e06fd51cf5694c78fc'\n ],\n [\n '336581ea7bfbbb290c191a2f507a41cf5643842170e914faeab27c2c579f726',\n 'ead12168595fe1be99252129b6e56b3391f7ab1410cd1e0ef3dcdcabd2fda224'\n ],\n [\n '8ab89816dadfd6b6a1f2634fcf00ec8403781025ed6890c4849742706bd43ede',\n '6fdcef09f2f6d0a044e654aef624136f503d459c3e89845858a47a9129cdd24e'\n ],\n [\n '1e33f1a746c9c5778133344d9299fcaa20b0938e8acff2544bb40284b8c5fb94',\n '60660257dd11b3aa9c8ed618d24edff2306d320f1d03010e33a7d2057f3b3b6'\n ],\n [\n '85b7c1dcb3cec1b7ee7f30ded79dd20a0ed1f4cc18cbcfcfa410361fd8f08f31',\n '3d98a9cdd026dd43f39048f25a8847f4fcafad1895d7a633c6fed3c35e999511'\n ],\n [\n '29df9fbd8d9e46509275f4b125d6d45d7fbe9a3b878a7af872a2800661ac5f51',\n 'b4c4fe99c775a606e2d8862179139ffda61dc861c019e55cd2876eb2a27d84b'\n ],\n [\n 'a0b1cae06b0a847a3fea6e671aaf8adfdfe58ca2f768105c8082b2e449fce252',\n 'ae434102edde0958ec4b19d917a6a28e6b72da1834aff0e650f049503a296cf2'\n ],\n [\n '4e8ceafb9b3e9a136dc7ff67e840295b499dfb3b2133e4ba113f2e4c0e121e5',\n 'cf2174118c8b6d7a4b48f6d534ce5c79422c086a63460502b827ce62a326683c'\n ],\n [\n 'd24a44e047e19b6f5afb81c7ca2f69080a5076689a010919f42725c2b789a33b',\n '6fb8d5591b466f8fc63db50f1c0f1c69013f996887b8244d2cdec417afea8fa3'\n ],\n [\n 'ea01606a7a6c9cdd249fdfcfacb99584001edd28abbab77b5104e98e8e3b35d4',\n '322af4908c7312b0cfbfe369f7a7b3cdb7d4494bc2823700cfd652188a3ea98d'\n ],\n [\n 'af8addbf2b661c8a6c6328655eb96651252007d8c5ea31be4ad196de8ce2131f',\n '6749e67c029b85f52a034eafd096836b2520818680e26ac8f3dfbcdb71749700'\n ],\n [\n 'e3ae1974566ca06cc516d47e0fb165a674a3dabcfca15e722f0e3450f45889',\n '2aeabe7e4531510116217f07bf4d07300de97e4874f81f533420a72eeb0bd6a4'\n ],\n [\n '591ee355313d99721cf6993ffed1e3e301993ff3ed258802075ea8ced397e246',\n 'b0ea558a113c30bea60fc4775460c7901ff0b053d25ca2bdeee98f1a4be5d196'\n ],\n [\n '11396d55fda54c49f19aa97318d8da61fa8584e47b084945077cf03255b52984',\n '998c74a8cd45ac01289d5833a7beb4744ff536b01b257be4c5767bea93ea57a4'\n ],\n [\n '3c5d2a1ba39c5a1790000738c9e0c40b8dcdfd5468754b6405540157e017aa7a',\n 'b2284279995a34e2f9d4de7396fc18b80f9b8b9fdd270f6661f79ca4c81bd257'\n ],\n [\n 'cc8704b8a60a0defa3a99a7299f2e9c3fbc395afb04ac078425ef8a1793cc030',\n 'bdd46039feed17881d1e0862db347f8cf395b74fc4bcdc4e940b74e3ac1f1b13'\n ],\n [\n 'c533e4f7ea8555aacd9777ac5cad29b97dd4defccc53ee7ea204119b2889b197',\n '6f0a256bc5efdf429a2fb6242f1a43a2d9b925bb4a4b3a26bb8e0f45eb596096'\n ],\n [\n 'c14f8f2ccb27d6f109f6d08d03cc96a69ba8c34eec07bbcf566d48e33da6593',\n 'c359d6923bb398f7fd4473e16fe1c28475b740dd098075e6c0e8649113dc3a38'\n ],\n [\n 'a6cbc3046bc6a450bac24789fa17115a4c9739ed75f8f21ce441f72e0b90e6ef',\n '21ae7f4680e889bb130619e2c0f95a360ceb573c70603139862afd617fa9b9f'\n ],\n [\n '347d6d9a02c48927ebfb86c1359b1caf130a3c0267d11ce6344b39f99d43cc38',\n '60ea7f61a353524d1c987f6ecec92f086d565ab687870cb12689ff1e31c74448'\n ],\n [\n 'da6545d2181db8d983f7dcb375ef5866d47c67b1bf31c8cf855ef7437b72656a',\n '49b96715ab6878a79e78f07ce5680c5d6673051b4935bd897fea824b77dc208a'\n ],\n [\n 'c40747cc9d012cb1a13b8148309c6de7ec25d6945d657146b9d5994b8feb1111',\n '5ca560753be2a12fc6de6caf2cb489565db936156b9514e1bb5e83037e0fa2d4'\n ],\n [\n '4e42c8ec82c99798ccf3a610be870e78338c7f713348bd34c8203ef4037f3502',\n '7571d74ee5e0fb92a7a8b33a07783341a5492144cc54bcc40a94473693606437'\n ],\n [\n '3775ab7089bc6af823aba2e1af70b236d251cadb0c86743287522a1b3b0dedea',\n 'be52d107bcfa09d8bcb9736a828cfa7fac8db17bf7a76a2c42ad961409018cf7'\n ],\n [\n 'cee31cbf7e34ec379d94fb814d3d775ad954595d1314ba8846959e3e82f74e26',\n '8fd64a14c06b589c26b947ae2bcf6bfa0149ef0be14ed4d80f448a01c43b1c6d'\n ],\n [\n 'b4f9eaea09b6917619f6ea6a4eb5464efddb58fd45b1ebefcdc1a01d08b47986',\n '39e5c9925b5a54b07433a4f18c61726f8bb131c012ca542eb24a8ac07200682a'\n ],\n [\n 'd4263dfc3d2df923a0179a48966d30ce84e2515afc3dccc1b77907792ebcc60e',\n '62dfaf07a0f78feb30e30d6295853ce189e127760ad6cf7fae164e122a208d54'\n ],\n [\n '48457524820fa65a4f8d35eb6930857c0032acc0a4a2de422233eeda897612c4',\n '25a748ab367979d98733c38a1fa1c2e7dc6cc07db2d60a9ae7a76aaa49bd0f77'\n ],\n [\n 'dfeeef1881101f2cb11644f3a2afdfc2045e19919152923f367a1767c11cceda',\n 'ecfb7056cf1de042f9420bab396793c0c390bde74b4bbdff16a83ae09a9a7517'\n ],\n [\n '6d7ef6b17543f8373c573f44e1f389835d89bcbc6062ced36c82df83b8fae859',\n 'cd450ec335438986dfefa10c57fea9bcc521a0959b2d80bbf74b190dca712d10'\n ],\n [\n 'e75605d59102a5a2684500d3b991f2e3f3c88b93225547035af25af66e04541f',\n 'f5c54754a8f71ee540b9b48728473e314f729ac5308b06938360990e2bfad125'\n ],\n [\n 'eb98660f4c4dfaa06a2be453d5020bc99a0c2e60abe388457dd43fefb1ed620c',\n '6cb9a8876d9cb8520609af3add26cd20a0a7cd8a9411131ce85f44100099223e'\n ],\n [\n '13e87b027d8514d35939f2e6892b19922154596941888336dc3563e3b8dba942',\n 'fef5a3c68059a6dec5d624114bf1e91aac2b9da568d6abeb2570d55646b8adf1'\n ],\n [\n 'ee163026e9fd6fe017c38f06a5be6fc125424b371ce2708e7bf4491691e5764a',\n '1acb250f255dd61c43d94ccc670d0f58f49ae3fa15b96623e5430da0ad6c62b2'\n ],\n [\n 'b268f5ef9ad51e4d78de3a750c2dc89b1e626d43505867999932e5db33af3d80',\n '5f310d4b3c99b9ebb19f77d41c1dee018cf0d34fd4191614003e945a1216e423'\n ],\n [\n 'ff07f3118a9df035e9fad85eb6c7bfe42b02f01ca99ceea3bf7ffdba93c4750d',\n '438136d603e858a3a5c440c38eccbaddc1d2942114e2eddd4740d098ced1f0d8'\n ],\n [\n '8d8b9855c7c052a34146fd20ffb658bea4b9f69e0d825ebec16e8c3ce2b526a1',\n 'cdb559eedc2d79f926baf44fb84ea4d44bcf50fee51d7ceb30e2e7f463036758'\n ],\n [\n '52db0b5384dfbf05bfa9d472d7ae26dfe4b851ceca91b1eba54263180da32b63',\n 'c3b997d050ee5d423ebaf66a6db9f57b3180c902875679de924b69d84a7b375'\n ],\n [\n 'e62f9490d3d51da6395efd24e80919cc7d0f29c3f3fa48c6fff543becbd43352',\n '6d89ad7ba4876b0b22c2ca280c682862f342c8591f1daf5170e07bfd9ccafa7d'\n ],\n [\n '7f30ea2476b399b4957509c88f77d0191afa2ff5cb7b14fd6d8e7d65aaab1193',\n 'ca5ef7d4b231c94c3b15389a5f6311e9daff7bb67b103e9880ef4bff637acaec'\n ],\n [\n '5098ff1e1d9f14fb46a210fada6c903fef0fb7b4a1dd1d9ac60a0361800b7a00',\n '9731141d81fc8f8084d37c6e7542006b3ee1b40d60dfe5362a5b132fd17ddc0'\n ],\n [\n '32b78c7de9ee512a72895be6b9cbefa6e2f3c4ccce445c96b9f2c81e2778ad58',\n 'ee1849f513df71e32efc3896ee28260c73bb80547ae2275ba497237794c8753c'\n ],\n [\n 'e2cb74fddc8e9fbcd076eef2a7c72b0ce37d50f08269dfc074b581550547a4f7',\n 'd3aa2ed71c9dd2247a62df062736eb0baddea9e36122d2be8641abcb005cc4a4'\n ],\n [\n '8438447566d4d7bedadc299496ab357426009a35f235cb141be0d99cd10ae3a8',\n 'c4e1020916980a4da5d01ac5e6ad330734ef0d7906631c4f2390426b2edd791f'\n ],\n [\n '4162d488b89402039b584c6fc6c308870587d9c46f660b878ab65c82c711d67e',\n '67163e903236289f776f22c25fb8a3afc1732f2b84b4e95dbda47ae5a0852649'\n ],\n [\n '3fad3fa84caf0f34f0f89bfd2dcf54fc175d767aec3e50684f3ba4a4bf5f683d',\n 'cd1bc7cb6cc407bb2f0ca647c718a730cf71872e7d0d2a53fa20efcdfe61826'\n ],\n [\n '674f2600a3007a00568c1a7ce05d0816c1fb84bf1370798f1c69532faeb1a86b',\n '299d21f9413f33b3edf43b257004580b70db57da0b182259e09eecc69e0d38a5'\n ],\n [\n 'd32f4da54ade74abb81b815ad1fb3b263d82d6c692714bcff87d29bd5ee9f08f',\n 'f9429e738b8e53b968e99016c059707782e14f4535359d582fc416910b3eea87'\n ],\n [\n '30e4e670435385556e593657135845d36fbb6931f72b08cb1ed954f1e3ce3ff6',\n '462f9bce619898638499350113bbc9b10a878d35da70740dc695a559eb88db7b'\n ],\n [\n 'be2062003c51cc3004682904330e4dee7f3dcd10b01e580bf1971b04d4cad297',\n '62188bc49d61e5428573d48a74e1c655b1c61090905682a0d5558ed72dccb9bc'\n ],\n [\n '93144423ace3451ed29e0fb9ac2af211cb6e84a601df5993c419859fff5df04a',\n '7c10dfb164c3425f5c71a3f9d7992038f1065224f72bb9d1d902a6d13037b47c'\n ],\n [\n 'b015f8044f5fcbdcf21ca26d6c34fb8197829205c7b7d2a7cb66418c157b112c',\n 'ab8c1e086d04e813744a655b2df8d5f83b3cdc6faa3088c1d3aea1454e3a1d5f'\n ],\n [\n 'd5e9e1da649d97d89e4868117a465a3a4f8a18de57a140d36b3f2af341a21b52',\n '4cb04437f391ed73111a13cc1d4dd0db1693465c2240480d8955e8592f27447a'\n ],\n [\n 'd3ae41047dd7ca065dbf8ed77b992439983005cd72e16d6f996a5316d36966bb',\n 'bd1aeb21ad22ebb22a10f0303417c6d964f8cdd7df0aca614b10dc14d125ac46'\n ],\n [\n '463e2763d885f958fc66cdd22800f0a487197d0a82e377b49f80af87c897b065',\n 'bfefacdb0e5d0fd7df3a311a94de062b26b80c61fbc97508b79992671ef7ca7f'\n ],\n [\n '7985fdfd127c0567c6f53ec1bb63ec3158e597c40bfe747c83cddfc910641917',\n '603c12daf3d9862ef2b25fe1de289aed24ed291e0ec6708703a5bd567f32ed03'\n ],\n [\n '74a1ad6b5f76e39db2dd249410eac7f99e74c59cb83d2d0ed5ff1543da7703e9',\n 'cc6157ef18c9c63cd6193d83631bbea0093e0968942e8c33d5737fd790e0db08'\n ],\n [\n '30682a50703375f602d416664ba19b7fc9bab42c72747463a71d0896b22f6da3',\n '553e04f6b018b4fa6c8f39e7f311d3176290d0e0f19ca73f17714d9977a22ff8'\n ],\n [\n '9e2158f0d7c0d5f26c3791efefa79597654e7a2b2464f52b1ee6c1347769ef57',\n '712fcdd1b9053f09003a3481fa7762e9ffd7c8ef35a38509e2fbf2629008373'\n ],\n [\n '176e26989a43c9cfeba4029c202538c28172e566e3c4fce7322857f3be327d66',\n 'ed8cc9d04b29eb877d270b4878dc43c19aefd31f4eee09ee7b47834c1fa4b1c3'\n ],\n [\n '75d46efea3771e6e68abb89a13ad747ecf1892393dfc4f1b7004788c50374da8',\n '9852390a99507679fd0b86fd2b39a868d7efc22151346e1a3ca4726586a6bed8'\n ],\n [\n '809a20c67d64900ffb698c4c825f6d5f2310fb0451c869345b7319f645605721',\n '9e994980d9917e22b76b061927fa04143d096ccc54963e6a5ebfa5f3f8e286c1'\n ],\n [\n '1b38903a43f7f114ed4500b4eac7083fdefece1cf29c63528d563446f972c180',\n '4036edc931a60ae889353f77fd53de4a2708b26b6f5da72ad3394119daf408f9'\n ]\n ]\n }\n};\n","'use strict';\n\nvar curves = exports;\n\nvar hash = require('hash.js');\nvar curve = require('./curve');\nvar utils = require('./utils');\n\nvar assert = utils.assert;\n\nfunction PresetCurve(options) {\n if (options.type === 'short')\n this.curve = new curve.short(options);\n else if (options.type === 'edwards')\n this.curve = new curve.edwards(options);\n else\n this.curve = new curve.mont(options);\n this.g = this.curve.g;\n this.n = this.curve.n;\n this.hash = options.hash;\n\n assert(this.g.validate(), 'Invalid curve');\n assert(this.g.mul(this.n).isInfinity(), 'Invalid curve, G*N != O');\n}\ncurves.PresetCurve = PresetCurve;\n\nfunction defineCurve(name, options) {\n Object.defineProperty(curves, name, {\n configurable: true,\n enumerable: true,\n get: function() {\n var curve = new PresetCurve(options);\n Object.defineProperty(curves, name, {\n configurable: true,\n enumerable: true,\n value: curve\n });\n return curve;\n }\n });\n}\n\ndefineCurve('p192', {\n type: 'short',\n prime: 'p192',\n p: 'ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff',\n a: 'ffffffff ffffffff ffffffff fffffffe ffffffff fffffffc',\n b: '64210519 e59c80e7 0fa7e9ab 72243049 feb8deec c146b9b1',\n n: 'ffffffff ffffffff ffffffff 99def836 146bc9b1 b4d22831',\n hash: hash.sha256,\n gRed: false,\n g: [\n '188da80e b03090f6 7cbf20eb 43a18800 f4ff0afd 82ff1012',\n '07192b95 ffc8da78 631011ed 6b24cdd5 73f977a1 1e794811'\n ]\n});\n\ndefineCurve('p224', {\n type: 'short',\n prime: 'p224',\n p: 'ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001',\n a: 'ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff fffffffe',\n b: 'b4050a85 0c04b3ab f5413256 5044b0b7 d7bfd8ba 270b3943 2355ffb4',\n n: 'ffffffff ffffffff ffffffff ffff16a2 e0b8f03e 13dd2945 5c5c2a3d',\n hash: hash.sha256,\n gRed: false,\n g: [\n 'b70e0cbd 6bb4bf7f 321390b9 4a03c1d3 56c21122 343280d6 115c1d21',\n 'bd376388 b5f723fb 4c22dfe6 cd4375a0 5a074764 44d58199 85007e34'\n ]\n});\n\ndefineCurve('p256', {\n type: 'short',\n prime: null,\n p: 'ffffffff 00000001 00000000 00000000 00000000 ffffffff ffffffff ffffffff',\n a: 'ffffffff 00000001 00000000 00000000 00000000 ffffffff ffffffff fffffffc',\n b: '5ac635d8 aa3a93e7 b3ebbd55 769886bc 651d06b0 cc53b0f6 3bce3c3e 27d2604b',\n n: 'ffffffff 00000000 ffffffff ffffffff bce6faad a7179e84 f3b9cac2 fc632551',\n hash: hash.sha256,\n gRed: false,\n g: [\n '6b17d1f2 e12c4247 f8bce6e5 63a440f2 77037d81 2deb33a0 f4a13945 d898c296',\n '4fe342e2 fe1a7f9b 8ee7eb4a 7c0f9e16 2bce3357 6b315ece cbb64068 37bf51f5'\n ]\n});\n\ndefineCurve('p384', {\n type: 'short',\n prime: null,\n p: 'ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ' +\n 'fffffffe ffffffff 00000000 00000000 ffffffff',\n a: 'ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ' +\n 'fffffffe ffffffff 00000000 00000000 fffffffc',\n b: 'b3312fa7 e23ee7e4 988e056b e3f82d19 181d9c6e fe814112 0314088f ' +\n '5013875a c656398d 8a2ed19d 2a85c8ed d3ec2aef',\n n: 'ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff c7634d81 ' +\n 'f4372ddf 581a0db2 48b0a77a ecec196a ccc52973',\n hash: hash.sha384,\n gRed: false,\n g: [\n 'aa87ca22 be8b0537 8eb1c71e f320ad74 6e1d3b62 8ba79b98 59f741e0 82542a38 ' +\n '5502f25d bf55296c 3a545e38 72760ab7',\n '3617de4a 96262c6f 5d9e98bf 9292dc29 f8f41dbd 289a147c e9da3113 b5f0b8c0 ' +\n '0a60b1ce 1d7e819d 7a431d7c 90ea0e5f'\n ]\n});\n\ndefineCurve('p521', {\n type: 'short',\n prime: null,\n p: '000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ' +\n 'ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ' +\n 'ffffffff ffffffff ffffffff ffffffff ffffffff',\n a: '000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ' +\n 'ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ' +\n 'ffffffff ffffffff ffffffff ffffffff fffffffc',\n b: '00000051 953eb961 8e1c9a1f 929a21a0 b68540ee a2da725b ' +\n '99b315f3 b8b48991 8ef109e1 56193951 ec7e937b 1652c0bd ' +\n '3bb1bf07 3573df88 3d2c34f1 ef451fd4 6b503f00',\n n: '000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ' +\n 'ffffffff ffffffff fffffffa 51868783 bf2f966b 7fcc0148 ' +\n 'f709a5d0 3bb5c9b8 899c47ae bb6fb71e 91386409',\n hash: hash.sha512,\n gRed: false,\n g: [\n '000000c6 858e06b7 0404e9cd 9e3ecb66 2395b442 9c648139 ' +\n '053fb521 f828af60 6b4d3dba a14b5e77 efe75928 fe1dc127 ' +\n 'a2ffa8de 3348b3c1 856a429b f97e7e31 c2e5bd66',\n '00000118 39296a78 9a3bc004 5c8a5fb4 2c7d1bd9 98f54449 ' +\n '579b4468 17afbd17 273e662c 97ee7299 5ef42640 c550b901 ' +\n '3fad0761 353c7086 a272c240 88be9476 9fd16650'\n ]\n});\n\ndefineCurve('curve25519', {\n type: 'mont',\n prime: 'p25519',\n p: '7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed',\n a: '76d06',\n b: '1',\n n: '1000000000000000 0000000000000000 14def9dea2f79cd6 5812631a5cf5d3ed',\n hash: hash.sha256,\n gRed: false,\n g: [\n '9'\n ]\n});\n\ndefineCurve('ed25519', {\n type: 'edwards',\n prime: 'p25519',\n p: '7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed',\n a: '-1',\n c: '1',\n // -121665 * (121666^(-1)) (mod P)\n d: '52036cee2b6ffe73 8cc740797779e898 00700a4d4141d8ab 75eb4dca135978a3',\n n: '1000000000000000 0000000000000000 14def9dea2f79cd6 5812631a5cf5d3ed',\n hash: hash.sha256,\n gRed: false,\n g: [\n '216936d3cd6e53fec0a4e231fdd6dc5c692cc7609525a7b2c9562d608f25d51a',\n\n // 4/5\n '6666666666666666666666666666666666666666666666666666666666666658'\n ]\n});\n\nvar pre;\ntry {\n pre = require('./precomputed/secp256k1');\n} catch (e) {\n pre = undefined;\n}\n\ndefineCurve('secp256k1', {\n type: 'short',\n prime: 'k256',\n p: 'ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f',\n a: '0',\n b: '7',\n n: 'ffffffff ffffffff ffffffff fffffffe baaedce6 af48a03b bfd25e8c d0364141',\n h: '1',\n hash: hash.sha256,\n\n // Precomputed endomorphism\n beta: '7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee',\n lambda: '5363ad4cc05c30e0a5261c028812645a122e22ea20816678df02967c1b23bd72',\n basis: [\n {\n a: '3086d221a7d46bcde86c90e49284eb15',\n b: '-e4437ed6010e88286f547fa90abfe4c3'\n },\n {\n a: '114ca50f7a8e2f3f657c1108d9d44cfd8',\n b: '3086d221a7d46bcde86c90e49284eb15'\n }\n ],\n\n gRed: false,\n g: [\n '79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798',\n '483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8',\n pre\n ]\n});\n","'use strict';\n\nvar hash = require('hash.js');\nvar utils = require('minimalistic-crypto-utils');\nvar assert = require('minimalistic-assert');\n\nfunction HmacDRBG(options) {\n if (!(this instanceof HmacDRBG))\n return new HmacDRBG(options);\n this.hash = options.hash;\n this.predResist = !!options.predResist;\n\n this.outLen = this.hash.outSize;\n this.minEntropy = options.minEntropy || this.hash.hmacStrength;\n\n this._reseed = null;\n this.reseedInterval = null;\n this.K = null;\n this.V = null;\n\n var entropy = utils.toArray(options.entropy, options.entropyEnc || 'hex');\n var nonce = utils.toArray(options.nonce, options.nonceEnc || 'hex');\n var pers = utils.toArray(options.pers, options.persEnc || 'hex');\n assert(entropy.length >= (this.minEntropy / 8),\n 'Not enough entropy. Minimum is: ' + this.minEntropy + ' bits');\n this._init(entropy, nonce, pers);\n}\nmodule.exports = HmacDRBG;\n\nHmacDRBG.prototype._init = function init(entropy, nonce, pers) {\n var seed = entropy.concat(nonce).concat(pers);\n\n this.K = new Array(this.outLen / 8);\n this.V = new Array(this.outLen / 8);\n for (var i = 0; i < this.V.length; i++) {\n this.K[i] = 0x00;\n this.V[i] = 0x01;\n }\n\n this._update(seed);\n this._reseed = 1;\n this.reseedInterval = 0x1000000000000; // 2^48\n};\n\nHmacDRBG.prototype._hmac = function hmac() {\n return new hash.hmac(this.hash, this.K);\n};\n\nHmacDRBG.prototype._update = function update(seed) {\n var kmac = this._hmac()\n .update(this.V)\n .update([ 0x00 ]);\n if (seed)\n kmac = kmac.update(seed);\n this.K = kmac.digest();\n this.V = this._hmac().update(this.V).digest();\n if (!seed)\n return;\n\n this.K = this._hmac()\n .update(this.V)\n .update([ 0x01 ])\n .update(seed)\n .digest();\n this.V = this._hmac().update(this.V).digest();\n};\n\nHmacDRBG.prototype.reseed = function reseed(entropy, entropyEnc, add, addEnc) {\n // Optional entropy enc\n if (typeof entropyEnc !== 'string') {\n addEnc = add;\n add = entropyEnc;\n entropyEnc = null;\n }\n\n entropy = utils.toArray(entropy, entropyEnc);\n add = utils.toArray(add, addEnc);\n\n assert(entropy.length >= (this.minEntropy / 8),\n 'Not enough entropy. Minimum is: ' + this.minEntropy + ' bits');\n\n this._update(entropy.concat(add || []));\n this._reseed = 1;\n};\n\nHmacDRBG.prototype.generate = function generate(len, enc, add, addEnc) {\n if (this._reseed > this.reseedInterval)\n throw new Error('Reseed is required');\n\n // Optional encoding\n if (typeof enc !== 'string') {\n addEnc = add;\n add = enc;\n enc = null;\n }\n\n // Optional additional data\n if (add) {\n add = utils.toArray(add, addEnc || 'hex');\n this._update(add);\n }\n\n var temp = [];\n while (temp.length < len) {\n this.V = this._hmac().update(this.V).digest();\n temp = temp.concat(this.V);\n }\n\n var res = temp.slice(0, len);\n this._update(add);\n this._reseed++;\n return utils.encode(res, enc);\n};\n","'use strict';\n\nvar BN = require('bn.js');\nvar utils = require('../utils');\nvar assert = utils.assert;\n\nfunction KeyPair(ec, options) {\n this.ec = ec;\n this.priv = null;\n this.pub = null;\n\n // KeyPair(ec, { priv: ..., pub: ... })\n if (options.priv)\n this._importPrivate(options.priv, options.privEnc);\n if (options.pub)\n this._importPublic(options.pub, options.pubEnc);\n}\nmodule.exports = KeyPair;\n\nKeyPair.fromPublic = function fromPublic(ec, pub, enc) {\n if (pub instanceof KeyPair)\n return pub;\n\n return new KeyPair(ec, {\n pub: pub,\n pubEnc: enc\n });\n};\n\nKeyPair.fromPrivate = function fromPrivate(ec, priv, enc) {\n if (priv instanceof KeyPair)\n return priv;\n\n return new KeyPair(ec, {\n priv: priv,\n privEnc: enc\n });\n};\n\nKeyPair.prototype.validate = function validate() {\n var pub = this.getPublic();\n\n if (pub.isInfinity())\n return { result: false, reason: 'Invalid public key' };\n if (!pub.validate())\n return { result: false, reason: 'Public key is not a point' };\n if (!pub.mul(this.ec.curve.n).isInfinity())\n return { result: false, reason: 'Public key * N != O' };\n\n return { result: true, reason: null };\n};\n\nKeyPair.prototype.getPublic = function getPublic(compact, enc) {\n // compact is optional argument\n if (typeof compact === 'string') {\n enc = compact;\n compact = null;\n }\n\n if (!this.pub)\n this.pub = this.ec.g.mul(this.priv);\n\n if (!enc)\n return this.pub;\n\n return this.pub.encode(enc, compact);\n};\n\nKeyPair.prototype.getPrivate = function getPrivate(enc) {\n if (enc === 'hex')\n return this.priv.toString(16, 2);\n else\n return this.priv;\n};\n\nKeyPair.prototype._importPrivate = function _importPrivate(key, enc) {\n this.priv = new BN(key, enc || 16);\n\n // Ensure that the priv won't be bigger than n, otherwise we may fail\n // in fixed multiplication method\n this.priv = this.priv.umod(this.ec.curve.n);\n};\n\nKeyPair.prototype._importPublic = function _importPublic(key, enc) {\n if (key.x || key.y) {\n // Montgomery points only have an `x` coordinate.\n // Weierstrass/Edwards points on the other hand have both `x` and\n // `y` coordinates.\n if (this.ec.curve.type === 'mont') {\n assert(key.x, 'Need x coordinate');\n } else if (this.ec.curve.type === 'short' ||\n this.ec.curve.type === 'edwards') {\n assert(key.x && key.y, 'Need both x and y coordinate');\n }\n this.pub = this.ec.curve.point(key.x, key.y);\n return;\n }\n this.pub = this.ec.curve.decodePoint(key, enc);\n};\n\n// ECDH\nKeyPair.prototype.derive = function derive(pub) {\n return pub.mul(this.priv).getX();\n};\n\n// ECDSA\nKeyPair.prototype.sign = function sign(msg, enc, options) {\n return this.ec.sign(msg, this, enc, options);\n};\n\nKeyPair.prototype.verify = function verify(msg, signature) {\n return this.ec.verify(msg, signature, this);\n};\n\nKeyPair.prototype.inspect = function inspect() {\n return '';\n};\n","'use strict';\n\nvar BN = require('bn.js');\n\nvar utils = require('../utils');\nvar assert = utils.assert;\n\nfunction Signature(options, enc) {\n if (options instanceof Signature)\n return options;\n\n if (this._importDER(options, enc))\n return;\n\n assert(options.r && options.s, 'Signature without r or s');\n this.r = new BN(options.r, 16);\n this.s = new BN(options.s, 16);\n if (options.recoveryParam === undefined)\n this.recoveryParam = null;\n else\n this.recoveryParam = options.recoveryParam;\n}\nmodule.exports = Signature;\n\nfunction Position() {\n this.place = 0;\n}\n\nfunction getLength(buf, p) {\n var initial = buf[p.place++];\n if (!(initial & 0x80)) {\n return initial;\n }\n var octetLen = initial & 0xf;\n\n // Indefinite length or overflow\n if (octetLen === 0 || octetLen > 4) {\n return false;\n }\n\n var val = 0;\n for (var i = 0, off = p.place; i < octetLen; i++, off++) {\n val <<= 8;\n val |= buf[off];\n val >>>= 0;\n }\n\n // Leading zeroes\n if (val <= 0x7f) {\n return false;\n }\n\n p.place = off;\n return val;\n}\n\nfunction rmPadding(buf) {\n var i = 0;\n var len = buf.length - 1;\n while (!buf[i] && !(buf[i + 1] & 0x80) && i < len) {\n i++;\n }\n if (i === 0) {\n return buf;\n }\n return buf.slice(i);\n}\n\nSignature.prototype._importDER = function _importDER(data, enc) {\n data = utils.toArray(data, enc);\n var p = new Position();\n if (data[p.place++] !== 0x30) {\n return false;\n }\n var len = getLength(data, p);\n if (len === false) {\n return false;\n }\n if ((len + p.place) !== data.length) {\n return false;\n }\n if (data[p.place++] !== 0x02) {\n return false;\n }\n var rlen = getLength(data, p);\n if (rlen === false) {\n return false;\n }\n var r = data.slice(p.place, rlen + p.place);\n p.place += rlen;\n if (data[p.place++] !== 0x02) {\n return false;\n }\n var slen = getLength(data, p);\n if (slen === false) {\n return false;\n }\n if (data.length !== slen + p.place) {\n return false;\n }\n var s = data.slice(p.place, slen + p.place);\n if (r[0] === 0) {\n if (r[1] & 0x80) {\n r = r.slice(1);\n } else {\n // Leading zeroes\n return false;\n }\n }\n if (s[0] === 0) {\n if (s[1] & 0x80) {\n s = s.slice(1);\n } else {\n // Leading zeroes\n return false;\n }\n }\n\n this.r = new BN(r);\n this.s = new BN(s);\n this.recoveryParam = null;\n\n return true;\n};\n\nfunction constructLength(arr, len) {\n if (len < 0x80) {\n arr.push(len);\n return;\n }\n var octets = 1 + (Math.log(len) / Math.LN2 >>> 3);\n arr.push(octets | 0x80);\n while (--octets) {\n arr.push((len >>> (octets << 3)) & 0xff);\n }\n arr.push(len);\n}\n\nSignature.prototype.toDER = function toDER(enc) {\n var r = this.r.toArray();\n var s = this.s.toArray();\n\n // Pad values\n if (r[0] & 0x80)\n r = [ 0 ].concat(r);\n // Pad values\n if (s[0] & 0x80)\n s = [ 0 ].concat(s);\n\n r = rmPadding(r);\n s = rmPadding(s);\n\n while (!s[0] && !(s[1] & 0x80)) {\n s = s.slice(1);\n }\n var arr = [ 0x02 ];\n constructLength(arr, r.length);\n arr = arr.concat(r);\n arr.push(0x02);\n constructLength(arr, s.length);\n var backHalf = arr.concat(s);\n var res = [ 0x30 ];\n constructLength(res, backHalf.length);\n res = res.concat(backHalf);\n return utils.encode(res, enc);\n};\n","'use strict';\n\nvar BN = require('bn.js');\nvar HmacDRBG = require('hmac-drbg');\nvar utils = require('../utils');\nvar curves = require('../curves');\nvar rand = require('brorand');\nvar assert = utils.assert;\n\nvar KeyPair = require('./key');\nvar Signature = require('./signature');\n\nfunction EC(options) {\n if (!(this instanceof EC))\n return new EC(options);\n\n // Shortcut `elliptic.ec(curve-name)`\n if (typeof options === 'string') {\n assert(curves.hasOwnProperty(options), 'Unknown curve ' + options);\n\n options = curves[options];\n }\n\n // Shortcut for `elliptic.ec(elliptic.curves.curveName)`\n if (options instanceof curves.PresetCurve)\n options = { curve: options };\n\n this.curve = options.curve.curve;\n this.n = this.curve.n;\n this.nh = this.n.ushrn(1);\n this.g = this.curve.g;\n\n // Point on curve\n this.g = options.curve.g;\n this.g.precompute(options.curve.n.bitLength() + 1);\n\n // Hash for function for DRBG\n this.hash = options.hash || options.curve.hash;\n}\nmodule.exports = EC;\n\nEC.prototype.keyPair = function keyPair(options) {\n return new KeyPair(this, options);\n};\n\nEC.prototype.keyFromPrivate = function keyFromPrivate(priv, enc) {\n return KeyPair.fromPrivate(this, priv, enc);\n};\n\nEC.prototype.keyFromPublic = function keyFromPublic(pub, enc) {\n return KeyPair.fromPublic(this, pub, enc);\n};\n\nEC.prototype.genKeyPair = function genKeyPair(options) {\n if (!options)\n options = {};\n\n // Instantiate Hmac_DRBG\n var drbg = new HmacDRBG({\n hash: this.hash,\n pers: options.pers,\n persEnc: options.persEnc || 'utf8',\n entropy: options.entropy || rand(this.hash.hmacStrength),\n entropyEnc: options.entropy && options.entropyEnc || 'utf8',\n nonce: this.n.toArray()\n });\n\n var bytes = this.n.byteLength();\n var ns2 = this.n.sub(new BN(2));\n do {\n var priv = new BN(drbg.generate(bytes));\n if (priv.cmp(ns2) > 0)\n continue;\n\n priv.iaddn(1);\n return this.keyFromPrivate(priv);\n } while (true);\n};\n\nEC.prototype._truncateToN = function truncateToN(msg, truncOnly) {\n var delta = msg.byteLength() * 8 - this.n.bitLength();\n if (delta > 0)\n msg = msg.ushrn(delta);\n if (!truncOnly && msg.cmp(this.n) >= 0)\n return msg.sub(this.n);\n else\n return msg;\n};\n\nEC.prototype.sign = function sign(msg, key, enc, options) {\n if (typeof enc === 'object') {\n options = enc;\n enc = null;\n }\n if (!options)\n options = {};\n\n key = this.keyFromPrivate(key, enc);\n msg = this._truncateToN(new BN(msg, 16));\n\n // Zero-extend key to provide enough entropy\n var bytes = this.n.byteLength();\n var bkey = key.getPrivate().toArray('be', bytes);\n\n // Zero-extend nonce to have the same byte size as N\n var nonce = msg.toArray('be', bytes);\n\n // Instantiate Hmac_DRBG\n var drbg = new HmacDRBG({\n hash: this.hash,\n entropy: bkey,\n nonce: nonce,\n pers: options.pers,\n persEnc: options.persEnc || 'utf8'\n });\n\n // Number of bytes to generate\n var ns1 = this.n.sub(new BN(1));\n\n for (var iter = 0; true; iter++) {\n var k = options.k ?\n options.k(iter) :\n new BN(drbg.generate(this.n.byteLength()));\n k = this._truncateToN(k, true);\n if (k.cmpn(1) <= 0 || k.cmp(ns1) >= 0)\n continue;\n\n var kp = this.g.mul(k);\n if (kp.isInfinity())\n continue;\n\n var kpX = kp.getX();\n var r = kpX.umod(this.n);\n if (r.cmpn(0) === 0)\n continue;\n\n var s = k.invm(this.n).mul(r.mul(key.getPrivate()).iadd(msg));\n s = s.umod(this.n);\n if (s.cmpn(0) === 0)\n continue;\n\n var recoveryParam = (kp.getY().isOdd() ? 1 : 0) |\n (kpX.cmp(r) !== 0 ? 2 : 0);\n\n // Use complement of `s`, if it is > `n / 2`\n if (options.canonical && s.cmp(this.nh) > 0) {\n s = this.n.sub(s);\n recoveryParam ^= 1;\n }\n\n return new Signature({ r: r, s: s, recoveryParam: recoveryParam });\n }\n};\n\nEC.prototype.verify = function verify(msg, signature, key, enc) {\n msg = this._truncateToN(new BN(msg, 16));\n key = this.keyFromPublic(key, enc);\n signature = new Signature(signature, 'hex');\n\n // Perform primitive values validation\n var r = signature.r;\n var s = signature.s;\n if (r.cmpn(1) < 0 || r.cmp(this.n) >= 0)\n return false;\n if (s.cmpn(1) < 0 || s.cmp(this.n) >= 0)\n return false;\n\n // Validate signature\n var sinv = s.invm(this.n);\n var u1 = sinv.mul(msg).umod(this.n);\n var u2 = sinv.mul(r).umod(this.n);\n\n if (!this.curve._maxwellTrick) {\n var p = this.g.mulAdd(u1, key.getPublic(), u2);\n if (p.isInfinity())\n return false;\n\n return p.getX().umod(this.n).cmp(r) === 0;\n }\n\n // NOTE: Greg Maxwell's trick, inspired by:\n // https://git.io/vad3K\n\n var p = this.g.jmulAdd(u1, key.getPublic(), u2);\n if (p.isInfinity())\n return false;\n\n // Compare `p.x` of Jacobian point with `r`,\n // this will do `p.x == r * p.z^2` instead of multiplying `p.x` by the\n // inverse of `p.z^2`\n return p.eqXToP(r);\n};\n\nEC.prototype.recoverPubKey = function(msg, signature, j, enc) {\n assert((3 & j) === j, 'The recovery param is more than two bits');\n signature = new Signature(signature, enc);\n\n var n = this.n;\n var e = new BN(msg);\n var r = signature.r;\n var s = signature.s;\n\n // A set LSB signifies that the y-coordinate is odd\n var isYOdd = j & 1;\n var isSecondKey = j >> 1;\n if (r.cmp(this.curve.p.umod(this.curve.n)) >= 0 && isSecondKey)\n throw new Error('Unable to find sencond key candinate');\n\n // 1.1. Let x = r + jn.\n if (isSecondKey)\n r = this.curve.pointFromX(r.add(this.curve.n), isYOdd);\n else\n r = this.curve.pointFromX(r, isYOdd);\n\n var rInv = signature.r.invm(n);\n var s1 = n.sub(e).mul(rInv).umod(n);\n var s2 = s.mul(rInv).umod(n);\n\n // 1.6.1 Compute Q = r^-1 (sR - eG)\n // Q = r^-1 (sR + -eG)\n return this.g.mulAdd(s1, r, s2);\n};\n\nEC.prototype.getKeyRecoveryParam = function(e, signature, Q, enc) {\n signature = new Signature(signature, enc);\n if (signature.recoveryParam !== null)\n return signature.recoveryParam;\n\n for (var i = 0; i < 4; i++) {\n var Qprime;\n try {\n Qprime = this.recoverPubKey(e, signature, i);\n } catch (e) {\n continue;\n }\n\n if (Qprime.eq(Q))\n return i;\n }\n throw new Error('Unable to find valid recovery factor');\n};\n","'use strict';\n\nvar utils = require('../utils');\nvar assert = utils.assert;\nvar parseBytes = utils.parseBytes;\nvar cachedProperty = utils.cachedProperty;\n\n/**\n* @param {EDDSA} eddsa - instance\n* @param {Object} params - public/private key parameters\n*\n* @param {Array} [params.secret] - secret seed bytes\n* @param {Point} [params.pub] - public key point (aka `A` in eddsa terms)\n* @param {Array} [params.pub] - public key point encoded as bytes\n*\n*/\nfunction KeyPair(eddsa, params) {\n this.eddsa = eddsa;\n this._secret = parseBytes(params.secret);\n if (eddsa.isPoint(params.pub))\n this._pub = params.pub;\n else\n this._pubBytes = parseBytes(params.pub);\n}\n\nKeyPair.fromPublic = function fromPublic(eddsa, pub) {\n if (pub instanceof KeyPair)\n return pub;\n return new KeyPair(eddsa, { pub: pub });\n};\n\nKeyPair.fromSecret = function fromSecret(eddsa, secret) {\n if (secret instanceof KeyPair)\n return secret;\n return new KeyPair(eddsa, { secret: secret });\n};\n\nKeyPair.prototype.secret = function secret() {\n return this._secret;\n};\n\ncachedProperty(KeyPair, 'pubBytes', function pubBytes() {\n return this.eddsa.encodePoint(this.pub());\n});\n\ncachedProperty(KeyPair, 'pub', function pub() {\n if (this._pubBytes)\n return this.eddsa.decodePoint(this._pubBytes);\n return this.eddsa.g.mul(this.priv());\n});\n\ncachedProperty(KeyPair, 'privBytes', function privBytes() {\n var eddsa = this.eddsa;\n var hash = this.hash();\n var lastIx = eddsa.encodingLength - 1;\n\n var a = hash.slice(0, eddsa.encodingLength);\n a[0] &= 248;\n a[lastIx] &= 127;\n a[lastIx] |= 64;\n\n return a;\n});\n\ncachedProperty(KeyPair, 'priv', function priv() {\n return this.eddsa.decodeInt(this.privBytes());\n});\n\ncachedProperty(KeyPair, 'hash', function hash() {\n return this.eddsa.hash().update(this.secret()).digest();\n});\n\ncachedProperty(KeyPair, 'messagePrefix', function messagePrefix() {\n return this.hash().slice(this.eddsa.encodingLength);\n});\n\nKeyPair.prototype.sign = function sign(message) {\n assert(this._secret, 'KeyPair can only verify');\n return this.eddsa.sign(message, this);\n};\n\nKeyPair.prototype.verify = function verify(message, sig) {\n return this.eddsa.verify(message, sig, this);\n};\n\nKeyPair.prototype.getSecret = function getSecret(enc) {\n assert(this._secret, 'KeyPair is public only');\n return utils.encode(this.secret(), enc);\n};\n\nKeyPair.prototype.getPublic = function getPublic(enc) {\n return utils.encode(this.pubBytes(), enc);\n};\n\nmodule.exports = KeyPair;\n","'use strict';\n\nvar BN = require('bn.js');\nvar utils = require('../utils');\nvar assert = utils.assert;\nvar cachedProperty = utils.cachedProperty;\nvar parseBytes = utils.parseBytes;\n\n/**\n* @param {EDDSA} eddsa - eddsa instance\n* @param {Array|Object} sig -\n* @param {Array|Point} [sig.R] - R point as Point or bytes\n* @param {Array|bn} [sig.S] - S scalar as bn or bytes\n* @param {Array} [sig.Rencoded] - R point encoded\n* @param {Array} [sig.Sencoded] - S scalar encoded\n*/\nfunction Signature(eddsa, sig) {\n this.eddsa = eddsa;\n\n if (typeof sig !== 'object')\n sig = parseBytes(sig);\n\n if (Array.isArray(sig)) {\n sig = {\n R: sig.slice(0, eddsa.encodingLength),\n S: sig.slice(eddsa.encodingLength)\n };\n }\n\n assert(sig.R && sig.S, 'Signature without R or S');\n\n if (eddsa.isPoint(sig.R))\n this._R = sig.R;\n if (sig.S instanceof BN)\n this._S = sig.S;\n\n this._Rencoded = Array.isArray(sig.R) ? sig.R : sig.Rencoded;\n this._Sencoded = Array.isArray(sig.S) ? sig.S : sig.Sencoded;\n}\n\ncachedProperty(Signature, 'S', function S() {\n return this.eddsa.decodeInt(this.Sencoded());\n});\n\ncachedProperty(Signature, 'R', function R() {\n return this.eddsa.decodePoint(this.Rencoded());\n});\n\ncachedProperty(Signature, 'Rencoded', function Rencoded() {\n return this.eddsa.encodePoint(this.R());\n});\n\ncachedProperty(Signature, 'Sencoded', function Sencoded() {\n return this.eddsa.encodeInt(this.S());\n});\n\nSignature.prototype.toBytes = function toBytes() {\n return this.Rencoded().concat(this.Sencoded());\n};\n\nSignature.prototype.toHex = function toHex() {\n return utils.encode(this.toBytes(), 'hex').toUpperCase();\n};\n\nmodule.exports = Signature;\n","'use strict';\n\nvar hash = require('hash.js');\nvar curves = require('../curves');\nvar utils = require('../utils');\nvar assert = utils.assert;\nvar parseBytes = utils.parseBytes;\nvar KeyPair = require('./key');\nvar Signature = require('./signature');\n\nfunction EDDSA(curve) {\n assert(curve === 'ed25519', 'only tested with ed25519 so far');\n\n if (!(this instanceof EDDSA))\n return new EDDSA(curve);\n\n var curve = curves[curve].curve;\n this.curve = curve;\n this.g = curve.g;\n this.g.precompute(curve.n.bitLength() + 1);\n\n this.pointClass = curve.point().constructor;\n this.encodingLength = Math.ceil(curve.n.bitLength() / 8);\n this.hash = hash.sha512;\n}\n\nmodule.exports = EDDSA;\n\n/**\n* @param {Array|String} message - message bytes\n* @param {Array|String|KeyPair} secret - secret bytes or a keypair\n* @returns {Signature} - signature\n*/\nEDDSA.prototype.sign = function sign(message, secret) {\n message = parseBytes(message);\n var key = this.keyFromSecret(secret);\n var r = this.hashInt(key.messagePrefix(), message);\n var R = this.g.mul(r);\n var Rencoded = this.encodePoint(R);\n var s_ = this.hashInt(Rencoded, key.pubBytes(), message)\n .mul(key.priv());\n var S = r.add(s_).umod(this.curve.n);\n return this.makeSignature({ R: R, S: S, Rencoded: Rencoded });\n};\n\n/**\n* @param {Array} message - message bytes\n* @param {Array|String|Signature} sig - sig bytes\n* @param {Array|String|Point|KeyPair} pub - public key\n* @returns {Boolean} - true if public key matches sig of message\n*/\nEDDSA.prototype.verify = function verify(message, sig, pub) {\n message = parseBytes(message);\n sig = this.makeSignature(sig);\n var key = this.keyFromPublic(pub);\n var h = this.hashInt(sig.Rencoded(), key.pubBytes(), message);\n var SG = this.g.mul(sig.S());\n var RplusAh = sig.R().add(key.pub().mul(h));\n return RplusAh.eq(SG);\n};\n\nEDDSA.prototype.hashInt = function hashInt() {\n var hash = this.hash();\n for (var i = 0; i < arguments.length; i++)\n hash.update(arguments[i]);\n return utils.intFromLE(hash.digest()).umod(this.curve.n);\n};\n\nEDDSA.prototype.keyFromPublic = function keyFromPublic(pub) {\n return KeyPair.fromPublic(this, pub);\n};\n\nEDDSA.prototype.keyFromSecret = function keyFromSecret(secret) {\n return KeyPair.fromSecret(this, secret);\n};\n\nEDDSA.prototype.makeSignature = function makeSignature(sig) {\n if (sig instanceof Signature)\n return sig;\n return new Signature(this, sig);\n};\n\n/**\n* * https://tools.ietf.org/html/draft-josefsson-eddsa-ed25519-03#section-5.2\n*\n* EDDSA defines methods for encoding and decoding points and integers. These are\n* helper convenience methods, that pass along to utility functions implied\n* parameters.\n*\n*/\nEDDSA.prototype.encodePoint = function encodePoint(point) {\n var enc = point.getY().toArray('le', this.encodingLength);\n enc[this.encodingLength - 1] |= point.getX().isOdd() ? 0x80 : 0;\n return enc;\n};\n\nEDDSA.prototype.decodePoint = function decodePoint(bytes) {\n bytes = utils.parseBytes(bytes);\n\n var lastIx = bytes.length - 1;\n var normed = bytes.slice(0, lastIx).concat(bytes[lastIx] & ~0x80);\n var xIsOdd = (bytes[lastIx] & 0x80) !== 0;\n\n var y = utils.intFromLE(normed);\n return this.curve.pointFromY(y, xIsOdd);\n};\n\nEDDSA.prototype.encodeInt = function encodeInt(num) {\n return num.toArray('le', this.encodingLength);\n};\n\nEDDSA.prototype.decodeInt = function decodeInt(bytes) {\n return utils.intFromLE(bytes);\n};\n\nEDDSA.prototype.isPoint = function isPoint(val) {\n return val instanceof this.pointClass;\n};\n","'use strict';\n\nvar elliptic = exports;\n\nelliptic.version = require('../package.json').version;\nelliptic.utils = require('./elliptic/utils');\nelliptic.rand = require('brorand');\nelliptic.curve = require('./elliptic/curve');\nelliptic.curves = require('./elliptic/curves');\n\n// Protocols\nelliptic.ec = require('./elliptic/ec');\nelliptic.eddsa = require('./elliptic/eddsa');\n","(function (module, exports) {\n 'use strict';\n\n // Utils\n function assert (val, msg) {\n if (!val) throw new Error(msg || 'Assertion failed');\n }\n\n // Could use `inherits` module, but don't want to move from single file\n // architecture yet.\n function inherits (ctor, superCtor) {\n ctor.super_ = superCtor;\n var TempCtor = function () {};\n TempCtor.prototype = superCtor.prototype;\n ctor.prototype = new TempCtor();\n ctor.prototype.constructor = ctor;\n }\n\n // BN\n\n function BN (number, base, endian) {\n if (BN.isBN(number)) {\n return number;\n }\n\n this.negative = 0;\n this.words = null;\n this.length = 0;\n\n // Reduction context\n this.red = null;\n\n if (number !== null) {\n if (base === 'le' || base === 'be') {\n endian = base;\n base = 10;\n }\n\n this._init(number || 0, base || 10, endian || 'be');\n }\n }\n if (typeof module === 'object') {\n module.exports = BN;\n } else {\n exports.BN = BN;\n }\n\n BN.BN = BN;\n BN.wordSize = 26;\n\n var Buffer;\n try {\n Buffer = require('buffer').Buffer;\n } catch (e) {\n }\n\n BN.isBN = function isBN (num) {\n if (num instanceof BN) {\n return true;\n }\n\n return num !== null && typeof num === 'object' &&\n num.constructor.wordSize === BN.wordSize && Array.isArray(num.words);\n };\n\n BN.max = function max (left, right) {\n if (left.cmp(right) > 0) return left;\n return right;\n };\n\n BN.min = function min (left, right) {\n if (left.cmp(right) < 0) return left;\n return right;\n };\n\n BN.prototype._init = function init (number, base, endian) {\n if (typeof number === 'number') {\n return this._initNumber(number, base, endian);\n }\n\n if (typeof number === 'object') {\n return this._initArray(number, base, endian);\n }\n\n if (base === 'hex') {\n base = 16;\n }\n assert(base === (base | 0) && base >= 2 && base <= 36);\n\n number = number.toString().replace(/\\s+/g, '');\n var start = 0;\n if (number[0] === '-') {\n start++;\n }\n\n if (base === 16) {\n this._parseHex(number, start);\n } else {\n this._parseBase(number, base, start);\n }\n\n if (number[0] === '-') {\n this.negative = 1;\n }\n\n this._strip();\n\n if (endian !== 'le') return;\n\n this._initArray(this.toArray(), base, endian);\n };\n\n BN.prototype._initNumber = function _initNumber (number, base, endian) {\n if (number < 0) {\n this.negative = 1;\n number = -number;\n }\n if (number < 0x4000000) {\n this.words = [number & 0x3ffffff];\n this.length = 1;\n } else if (number < 0x10000000000000) {\n this.words = [\n number & 0x3ffffff,\n (number / 0x4000000) & 0x3ffffff\n ];\n this.length = 2;\n } else {\n assert(number < 0x20000000000000); // 2 ^ 53 (unsafe)\n this.words = [\n number & 0x3ffffff,\n (number / 0x4000000) & 0x3ffffff,\n 1\n ];\n this.length = 3;\n }\n\n if (endian !== 'le') return;\n\n // Reverse the bytes\n this._initArray(this.toArray(), base, endian);\n };\n\n BN.prototype._initArray = function _initArray (number, base, endian) {\n // Perhaps a Uint8Array\n assert(typeof number.length === 'number');\n if (number.length <= 0) {\n this.words = [0];\n this.length = 1;\n return this;\n }\n\n this.length = Math.ceil(number.length / 3);\n this.words = new Array(this.length);\n for (var i = 0; i < this.length; i++) {\n this.words[i] = 0;\n }\n\n var j, w;\n var off = 0;\n if (endian === 'be') {\n for (i = number.length - 1, j = 0; i >= 0; i -= 3) {\n w = number[i] | (number[i - 1] << 8) | (number[i - 2] << 16);\n this.words[j] |= (w << off) & 0x3ffffff;\n this.words[j + 1] = (w >>> (26 - off)) & 0x3ffffff;\n off += 24;\n if (off >= 26) {\n off -= 26;\n j++;\n }\n }\n } else if (endian === 'le') {\n for (i = 0, j = 0; i < number.length; i += 3) {\n w = number[i] | (number[i + 1] << 8) | (number[i + 2] << 16);\n this.words[j] |= (w << off) & 0x3ffffff;\n this.words[j + 1] = (w >>> (26 - off)) & 0x3ffffff;\n off += 24;\n if (off >= 26) {\n off -= 26;\n j++;\n }\n }\n }\n return this._strip();\n };\n\n function parseHex (str, start, end) {\n var r = 0;\n var len = Math.min(str.length, end);\n var z = 0;\n for (var i = start; i < len; i++) {\n var c = str.charCodeAt(i) - 48;\n\n r <<= 4;\n\n var b;\n\n // 'a' - 'f'\n if (c >= 49 && c <= 54) {\n b = c - 49 + 0xa;\n\n // 'A' - 'F'\n } else if (c >= 17 && c <= 22) {\n b = c - 17 + 0xa;\n\n // '0' - '9'\n } else {\n b = c;\n }\n\n r |= b;\n z |= b;\n }\n\n assert(!(z & 0xf0), 'Invalid character in ' + str);\n return r;\n }\n\n BN.prototype._parseHex = function _parseHex (number, start) {\n // Create possibly bigger array to ensure that it fits the number\n this.length = Math.ceil((number.length - start) / 6);\n this.words = new Array(this.length);\n for (var i = 0; i < this.length; i++) {\n this.words[i] = 0;\n }\n\n var j, w;\n // Scan 24-bit chunks and add them to the number\n var off = 0;\n for (i = number.length - 6, j = 0; i >= start; i -= 6) {\n w = parseHex(number, i, i + 6);\n this.words[j] |= (w << off) & 0x3ffffff;\n // NOTE: `0x3fffff` is intentional here, 26bits max shift + 24bit hex limb\n this.words[j + 1] |= w >>> (26 - off) & 0x3fffff;\n off += 24;\n if (off >= 26) {\n off -= 26;\n j++;\n }\n }\n if (i + 6 !== start) {\n w = parseHex(number, start, i + 6);\n this.words[j] |= (w << off) & 0x3ffffff;\n this.words[j + 1] |= w >>> (26 - off) & 0x3fffff;\n }\n this._strip();\n };\n\n function parseBase (str, start, end, mul) {\n var r = 0;\n var b = 0;\n var len = Math.min(str.length, end);\n for (var i = start; i < len; i++) {\n var c = str.charCodeAt(i) - 48;\n\n r *= mul;\n\n // 'a'\n if (c >= 49) {\n b = c - 49 + 0xa;\n\n // 'A'\n } else if (c >= 17) {\n b = c - 17 + 0xa;\n\n // '0' - '9'\n } else {\n b = c;\n }\n assert(c >= 0 && b < mul, 'Invalid character');\n r += b;\n }\n return r;\n }\n\n BN.prototype._parseBase = function _parseBase (number, base, start) {\n // Initialize as zero\n this.words = [0];\n this.length = 1;\n\n // Find length of limb in base\n for (var limbLen = 0, limbPow = 1; limbPow <= 0x3ffffff; limbPow *= base) {\n limbLen++;\n }\n limbLen--;\n limbPow = (limbPow / base) | 0;\n\n var total = number.length - start;\n var mod = total % limbLen;\n var end = Math.min(total, total - mod) + start;\n\n var word = 0;\n for (var i = start; i < end; i += limbLen) {\n word = parseBase(number, i, i + limbLen, base);\n\n this.imuln(limbPow);\n if (this.words[0] + word < 0x4000000) {\n this.words[0] += word;\n } else {\n this._iaddn(word);\n }\n }\n\n if (mod !== 0) {\n var pow = 1;\n word = parseBase(number, i, number.length, base);\n\n for (i = 0; i < mod; i++) {\n pow *= base;\n }\n\n this.imuln(pow);\n if (this.words[0] + word < 0x4000000) {\n this.words[0] += word;\n } else {\n this._iaddn(word);\n }\n }\n };\n\n BN.prototype.copy = function copy (dest) {\n dest.words = new Array(this.length);\n for (var i = 0; i < this.length; i++) {\n dest.words[i] = this.words[i];\n }\n dest.length = this.length;\n dest.negative = this.negative;\n dest.red = this.red;\n };\n\n function move (dest, src) {\n dest.words = src.words;\n dest.length = src.length;\n dest.negative = src.negative;\n dest.red = src.red;\n }\n\n BN.prototype._move = function _move (dest) {\n move(dest, this);\n };\n\n BN.prototype.clone = function clone () {\n var r = new BN(null);\n this.copy(r);\n return r;\n };\n\n BN.prototype._expand = function _expand (size) {\n while (this.length < size) {\n this.words[this.length++] = 0;\n }\n return this;\n };\n\n // Remove leading `0` from `this`\n BN.prototype._strip = function strip () {\n while (this.length > 1 && this.words[this.length - 1] === 0) {\n this.length--;\n }\n return this._normSign();\n };\n\n BN.prototype._normSign = function _normSign () {\n // -0 = 0\n if (this.length === 1 && this.words[0] === 0) {\n this.negative = 0;\n }\n return this;\n };\n\n // Check Symbol.for because not everywhere where Symbol defined\n // See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol#Browser_compatibility\n if (typeof Symbol !== 'undefined' && typeof Symbol.for === 'function') {\n BN.prototype[Symbol.for('nodejs.util.inspect.custom')] = inspect;\n } else {\n BN.prototype.inspect = inspect;\n }\n\n function inspect () {\n return (this.red ? '';\n }\n\n /*\n\n var zeros = [];\n var groupSizes = [];\n var groupBases = [];\n\n var s = '';\n var i = -1;\n while (++i < BN.wordSize) {\n zeros[i] = s;\n s += '0';\n }\n groupSizes[0] = 0;\n groupSizes[1] = 0;\n groupBases[0] = 0;\n groupBases[1] = 0;\n var base = 2 - 1;\n while (++base < 36 + 1) {\n var groupSize = 0;\n var groupBase = 1;\n while (groupBase < (1 << BN.wordSize) / base) {\n groupBase *= base;\n groupSize += 1;\n }\n groupSizes[base] = groupSize;\n groupBases[base] = groupBase;\n }\n\n */\n\n var zeros = [\n '',\n '0',\n '00',\n '000',\n '0000',\n '00000',\n '000000',\n '0000000',\n '00000000',\n '000000000',\n '0000000000',\n '00000000000',\n '000000000000',\n '0000000000000',\n '00000000000000',\n '000000000000000',\n '0000000000000000',\n '00000000000000000',\n '000000000000000000',\n '0000000000000000000',\n '00000000000000000000',\n '000000000000000000000',\n '0000000000000000000000',\n '00000000000000000000000',\n '000000000000000000000000',\n '0000000000000000000000000'\n ];\n\n var groupSizes = [\n 0, 0,\n 25, 16, 12, 11, 10, 9, 8,\n 8, 7, 7, 7, 7, 6, 6,\n 6, 6, 6, 6, 6, 5, 5,\n 5, 5, 5, 5, 5, 5, 5,\n 5, 5, 5, 5, 5, 5, 5\n ];\n\n var groupBases = [\n 0, 0,\n 33554432, 43046721, 16777216, 48828125, 60466176, 40353607, 16777216,\n 43046721, 10000000, 19487171, 35831808, 62748517, 7529536, 11390625,\n 16777216, 24137569, 34012224, 47045881, 64000000, 4084101, 5153632,\n 6436343, 7962624, 9765625, 11881376, 14348907, 17210368, 20511149,\n 24300000, 28629151, 33554432, 39135393, 45435424, 52521875, 60466176\n ];\n\n BN.prototype.toString = function toString (base, padding) {\n base = base || 10;\n padding = padding | 0 || 1;\n\n var out;\n if (base === 16 || base === 'hex') {\n out = '';\n var off = 0;\n var carry = 0;\n for (var i = 0; i < this.length; i++) {\n var w = this.words[i];\n var word = (((w << off) | carry) & 0xffffff).toString(16);\n carry = (w >>> (24 - off)) & 0xffffff;\n if (carry !== 0 || i !== this.length - 1) {\n out = zeros[6 - word.length] + word + out;\n } else {\n out = word + out;\n }\n off += 2;\n if (off >= 26) {\n off -= 26;\n i--;\n }\n }\n if (carry !== 0) {\n out = carry.toString(16) + out;\n }\n while (out.length % padding !== 0) {\n out = '0' + out;\n }\n if (this.negative !== 0) {\n out = '-' + out;\n }\n return out;\n }\n\n if (base === (base | 0) && base >= 2 && base <= 36) {\n // var groupSize = Math.floor(BN.wordSize * Math.LN2 / Math.log(base));\n var groupSize = groupSizes[base];\n // var groupBase = Math.pow(base, groupSize);\n var groupBase = groupBases[base];\n out = '';\n var c = this.clone();\n c.negative = 0;\n while (!c.isZero()) {\n var r = c.modrn(groupBase).toString(base);\n c = c.idivn(groupBase);\n\n if (!c.isZero()) {\n out = zeros[groupSize - r.length] + r + out;\n } else {\n out = r + out;\n }\n }\n if (this.isZero()) {\n out = '0' + out;\n }\n while (out.length % padding !== 0) {\n out = '0' + out;\n }\n if (this.negative !== 0) {\n out = '-' + out;\n }\n return out;\n }\n\n assert(false, 'Base should be between 2 and 36');\n };\n\n BN.prototype.toNumber = function toNumber () {\n var ret = this.words[0];\n if (this.length === 2) {\n ret += this.words[1] * 0x4000000;\n } else if (this.length === 3 && this.words[2] === 0x01) {\n // NOTE: at this stage it is known that the top bit is set\n ret += 0x10000000000000 + (this.words[1] * 0x4000000);\n } else if (this.length > 2) {\n assert(false, 'Number can only safely store up to 53 bits');\n }\n return (this.negative !== 0) ? -ret : ret;\n };\n\n BN.prototype.toJSON = function toJSON () {\n return this.toString(16, 2);\n };\n\n if (Buffer) {\n BN.prototype.toBuffer = function toBuffer (endian, length) {\n return this.toArrayLike(Buffer, endian, length);\n };\n }\n\n BN.prototype.toArray = function toArray (endian, length) {\n return this.toArrayLike(Array, endian, length);\n };\n\n var allocate = function allocate (ArrayType, size) {\n if (ArrayType.allocUnsafe) {\n return ArrayType.allocUnsafe(size);\n }\n return new ArrayType(size);\n };\n\n BN.prototype.toArrayLike = function toArrayLike (ArrayType, endian, length) {\n this._strip();\n\n var byteLength = this.byteLength();\n var reqLength = length || Math.max(1, byteLength);\n assert(byteLength <= reqLength, 'byte array longer than desired length');\n assert(reqLength > 0, 'Requested array length <= 0');\n\n var res = allocate(ArrayType, reqLength);\n var postfix = endian === 'le' ? 'LE' : 'BE';\n this['_toArrayLike' + postfix](res, byteLength);\n return res;\n };\n\n BN.prototype._toArrayLikeLE = function _toArrayLikeLE (res, byteLength) {\n var position = 0;\n var carry = 0;\n\n for (var i = 0, shift = 0; i < this.length; i++) {\n var word = (this.words[i] << shift) | carry;\n\n res[position++] = word & 0xff;\n if (position < res.length) {\n res[position++] = (word >> 8) & 0xff;\n }\n if (position < res.length) {\n res[position++] = (word >> 16) & 0xff;\n }\n\n if (shift === 6) {\n if (position < res.length) {\n res[position++] = (word >> 24) & 0xff;\n }\n carry = 0;\n shift = 0;\n } else {\n carry = word >>> 24;\n shift += 2;\n }\n }\n\n if (position < res.length) {\n res[position++] = carry;\n\n while (position < res.length) {\n res[position++] = 0;\n }\n }\n };\n\n BN.prototype._toArrayLikeBE = function _toArrayLikeBE (res, byteLength) {\n var position = res.length - 1;\n var carry = 0;\n\n for (var i = 0, shift = 0; i < this.length; i++) {\n var word = (this.words[i] << shift) | carry;\n\n res[position--] = word & 0xff;\n if (position >= 0) {\n res[position--] = (word >> 8) & 0xff;\n }\n if (position >= 0) {\n res[position--] = (word >> 16) & 0xff;\n }\n\n if (shift === 6) {\n if (position >= 0) {\n res[position--] = (word >> 24) & 0xff;\n }\n carry = 0;\n shift = 0;\n } else {\n carry = word >>> 24;\n shift += 2;\n }\n }\n\n if (position >= 0) {\n res[position--] = carry;\n\n while (position >= 0) {\n res[position--] = 0;\n }\n }\n };\n\n if (Math.clz32) {\n BN.prototype._countBits = function _countBits (w) {\n return 32 - Math.clz32(w);\n };\n } else {\n BN.prototype._countBits = function _countBits (w) {\n var t = w;\n var r = 0;\n if (t >= 0x1000) {\n r += 13;\n t >>>= 13;\n }\n if (t >= 0x40) {\n r += 7;\n t >>>= 7;\n }\n if (t >= 0x8) {\n r += 4;\n t >>>= 4;\n }\n if (t >= 0x02) {\n r += 2;\n t >>>= 2;\n }\n return r + t;\n };\n }\n\n BN.prototype._zeroBits = function _zeroBits (w) {\n // Short-cut\n if (w === 0) return 26;\n\n var t = w;\n var r = 0;\n if ((t & 0x1fff) === 0) {\n r += 13;\n t >>>= 13;\n }\n if ((t & 0x7f) === 0) {\n r += 7;\n t >>>= 7;\n }\n if ((t & 0xf) === 0) {\n r += 4;\n t >>>= 4;\n }\n if ((t & 0x3) === 0) {\n r += 2;\n t >>>= 2;\n }\n if ((t & 0x1) === 0) {\n r++;\n }\n return r;\n };\n\n // Return number of used bits in a BN\n BN.prototype.bitLength = function bitLength () {\n var w = this.words[this.length - 1];\n var hi = this._countBits(w);\n return (this.length - 1) * 26 + hi;\n };\n\n function toBitArray (num) {\n var w = new Array(num.bitLength());\n\n for (var bit = 0; bit < w.length; bit++) {\n var off = (bit / 26) | 0;\n var wbit = bit % 26;\n\n w[bit] = (num.words[off] >>> wbit) & 0x01;\n }\n\n return w;\n }\n\n // Number of trailing zero bits\n BN.prototype.zeroBits = function zeroBits () {\n if (this.isZero()) return 0;\n\n var r = 0;\n for (var i = 0; i < this.length; i++) {\n var b = this._zeroBits(this.words[i]);\n r += b;\n if (b !== 26) break;\n }\n return r;\n };\n\n BN.prototype.byteLength = function byteLength () {\n return Math.ceil(this.bitLength() / 8);\n };\n\n BN.prototype.toTwos = function toTwos (width) {\n if (this.negative !== 0) {\n return this.abs().inotn(width).iaddn(1);\n }\n return this.clone();\n };\n\n BN.prototype.fromTwos = function fromTwos (width) {\n if (this.testn(width - 1)) {\n return this.notn(width).iaddn(1).ineg();\n }\n return this.clone();\n };\n\n BN.prototype.isNeg = function isNeg () {\n return this.negative !== 0;\n };\n\n // Return negative clone of `this`\n BN.prototype.neg = function neg () {\n return this.clone().ineg();\n };\n\n BN.prototype.ineg = function ineg () {\n if (!this.isZero()) {\n this.negative ^= 1;\n }\n\n return this;\n };\n\n // Or `num` with `this` in-place\n BN.prototype.iuor = function iuor (num) {\n while (this.length < num.length) {\n this.words[this.length++] = 0;\n }\n\n for (var i = 0; i < num.length; i++) {\n this.words[i] = this.words[i] | num.words[i];\n }\n\n return this._strip();\n };\n\n BN.prototype.ior = function ior (num) {\n assert((this.negative | num.negative) === 0);\n return this.iuor(num);\n };\n\n // Or `num` with `this`\n BN.prototype.or = function or (num) {\n if (this.length > num.length) return this.clone().ior(num);\n return num.clone().ior(this);\n };\n\n BN.prototype.uor = function uor (num) {\n if (this.length > num.length) return this.clone().iuor(num);\n return num.clone().iuor(this);\n };\n\n // And `num` with `this` in-place\n BN.prototype.iuand = function iuand (num) {\n // b = min-length(num, this)\n var b;\n if (this.length > num.length) {\n b = num;\n } else {\n b = this;\n }\n\n for (var i = 0; i < b.length; i++) {\n this.words[i] = this.words[i] & num.words[i];\n }\n\n this.length = b.length;\n\n return this._strip();\n };\n\n BN.prototype.iand = function iand (num) {\n assert((this.negative | num.negative) === 0);\n return this.iuand(num);\n };\n\n // And `num` with `this`\n BN.prototype.and = function and (num) {\n if (this.length > num.length) return this.clone().iand(num);\n return num.clone().iand(this);\n };\n\n BN.prototype.uand = function uand (num) {\n if (this.length > num.length) return this.clone().iuand(num);\n return num.clone().iuand(this);\n };\n\n // Xor `num` with `this` in-place\n BN.prototype.iuxor = function iuxor (num) {\n // a.length > b.length\n var a;\n var b;\n if (this.length > num.length) {\n a = this;\n b = num;\n } else {\n a = num;\n b = this;\n }\n\n for (var i = 0; i < b.length; i++) {\n this.words[i] = a.words[i] ^ b.words[i];\n }\n\n if (this !== a) {\n for (; i < a.length; i++) {\n this.words[i] = a.words[i];\n }\n }\n\n this.length = a.length;\n\n return this._strip();\n };\n\n BN.prototype.ixor = function ixor (num) {\n assert((this.negative | num.negative) === 0);\n return this.iuxor(num);\n };\n\n // Xor `num` with `this`\n BN.prototype.xor = function xor (num) {\n if (this.length > num.length) return this.clone().ixor(num);\n return num.clone().ixor(this);\n };\n\n BN.prototype.uxor = function uxor (num) {\n if (this.length > num.length) return this.clone().iuxor(num);\n return num.clone().iuxor(this);\n };\n\n // Not ``this`` with ``width`` bitwidth\n BN.prototype.inotn = function inotn (width) {\n assert(typeof width === 'number' && width >= 0);\n\n var bytesNeeded = Math.ceil(width / 26) | 0;\n var bitsLeft = width % 26;\n\n // Extend the buffer with leading zeroes\n this._expand(bytesNeeded);\n\n if (bitsLeft > 0) {\n bytesNeeded--;\n }\n\n // Handle complete words\n for (var i = 0; i < bytesNeeded; i++) {\n this.words[i] = ~this.words[i] & 0x3ffffff;\n }\n\n // Handle the residue\n if (bitsLeft > 0) {\n this.words[i] = ~this.words[i] & (0x3ffffff >> (26 - bitsLeft));\n }\n\n // And remove leading zeroes\n return this._strip();\n };\n\n BN.prototype.notn = function notn (width) {\n return this.clone().inotn(width);\n };\n\n // Set `bit` of `this`\n BN.prototype.setn = function setn (bit, val) {\n assert(typeof bit === 'number' && bit >= 0);\n\n var off = (bit / 26) | 0;\n var wbit = bit % 26;\n\n this._expand(off + 1);\n\n if (val) {\n this.words[off] = this.words[off] | (1 << wbit);\n } else {\n this.words[off] = this.words[off] & ~(1 << wbit);\n }\n\n return this._strip();\n };\n\n // Add `num` to `this` in-place\n BN.prototype.iadd = function iadd (num) {\n var r;\n\n // negative + positive\n if (this.negative !== 0 && num.negative === 0) {\n this.negative = 0;\n r = this.isub(num);\n this.negative ^= 1;\n return this._normSign();\n\n // positive + negative\n } else if (this.negative === 0 && num.negative !== 0) {\n num.negative = 0;\n r = this.isub(num);\n num.negative = 1;\n return r._normSign();\n }\n\n // a.length > b.length\n var a, b;\n if (this.length > num.length) {\n a = this;\n b = num;\n } else {\n a = num;\n b = this;\n }\n\n var carry = 0;\n for (var i = 0; i < b.length; i++) {\n r = (a.words[i] | 0) + (b.words[i] | 0) + carry;\n this.words[i] = r & 0x3ffffff;\n carry = r >>> 26;\n }\n for (; carry !== 0 && i < a.length; i++) {\n r = (a.words[i] | 0) + carry;\n this.words[i] = r & 0x3ffffff;\n carry = r >>> 26;\n }\n\n this.length = a.length;\n if (carry !== 0) {\n this.words[this.length] = carry;\n this.length++;\n // Copy the rest of the words\n } else if (a !== this) {\n for (; i < a.length; i++) {\n this.words[i] = a.words[i];\n }\n }\n\n return this;\n };\n\n // Add `num` to `this`\n BN.prototype.add = function add (num) {\n var res;\n if (num.negative !== 0 && this.negative === 0) {\n num.negative = 0;\n res = this.sub(num);\n num.negative ^= 1;\n return res;\n } else if (num.negative === 0 && this.negative !== 0) {\n this.negative = 0;\n res = num.sub(this);\n this.negative = 1;\n return res;\n }\n\n if (this.length > num.length) return this.clone().iadd(num);\n\n return num.clone().iadd(this);\n };\n\n // Subtract `num` from `this` in-place\n BN.prototype.isub = function isub (num) {\n // this - (-num) = this + num\n if (num.negative !== 0) {\n num.negative = 0;\n var r = this.iadd(num);\n num.negative = 1;\n return r._normSign();\n\n // -this - num = -(this + num)\n } else if (this.negative !== 0) {\n this.negative = 0;\n this.iadd(num);\n this.negative = 1;\n return this._normSign();\n }\n\n // At this point both numbers are positive\n var cmp = this.cmp(num);\n\n // Optimization - zeroify\n if (cmp === 0) {\n this.negative = 0;\n this.length = 1;\n this.words[0] = 0;\n return this;\n }\n\n // a > b\n var a, b;\n if (cmp > 0) {\n a = this;\n b = num;\n } else {\n a = num;\n b = this;\n }\n\n var carry = 0;\n for (var i = 0; i < b.length; i++) {\n r = (a.words[i] | 0) - (b.words[i] | 0) + carry;\n carry = r >> 26;\n this.words[i] = r & 0x3ffffff;\n }\n for (; carry !== 0 && i < a.length; i++) {\n r = (a.words[i] | 0) + carry;\n carry = r >> 26;\n this.words[i] = r & 0x3ffffff;\n }\n\n // Copy rest of the words\n if (carry === 0 && i < a.length && a !== this) {\n for (; i < a.length; i++) {\n this.words[i] = a.words[i];\n }\n }\n\n this.length = Math.max(this.length, i);\n\n if (a !== this) {\n this.negative = 1;\n }\n\n return this._strip();\n };\n\n // Subtract `num` from `this`\n BN.prototype.sub = function sub (num) {\n return this.clone().isub(num);\n };\n\n function smallMulTo (self, num, out) {\n out.negative = num.negative ^ self.negative;\n var len = (self.length + num.length) | 0;\n out.length = len;\n len = (len - 1) | 0;\n\n // Peel one iteration (compiler can't do it, because of code complexity)\n var a = self.words[0] | 0;\n var b = num.words[0] | 0;\n var r = a * b;\n\n var lo = r & 0x3ffffff;\n var carry = (r / 0x4000000) | 0;\n out.words[0] = lo;\n\n for (var k = 1; k < len; k++) {\n // Sum all words with the same `i + j = k` and accumulate `ncarry`,\n // note that ncarry could be >= 0x3ffffff\n var ncarry = carry >>> 26;\n var rword = carry & 0x3ffffff;\n var maxJ = Math.min(k, num.length - 1);\n for (var j = Math.max(0, k - self.length + 1); j <= maxJ; j++) {\n var i = (k - j) | 0;\n a = self.words[i] | 0;\n b = num.words[j] | 0;\n r = a * b + rword;\n ncarry += (r / 0x4000000) | 0;\n rword = r & 0x3ffffff;\n }\n out.words[k] = rword | 0;\n carry = ncarry | 0;\n }\n if (carry !== 0) {\n out.words[k] = carry | 0;\n } else {\n out.length--;\n }\n\n return out._strip();\n }\n\n // TODO(indutny): it may be reasonable to omit it for users who don't need\n // to work with 256-bit numbers, otherwise it gives 20% improvement for 256-bit\n // multiplication (like elliptic secp256k1).\n var comb10MulTo = function comb10MulTo (self, num, out) {\n var a = self.words;\n var b = num.words;\n var o = out.words;\n var c = 0;\n var lo;\n var mid;\n var hi;\n var a0 = a[0] | 0;\n var al0 = a0 & 0x1fff;\n var ah0 = a0 >>> 13;\n var a1 = a[1] | 0;\n var al1 = a1 & 0x1fff;\n var ah1 = a1 >>> 13;\n var a2 = a[2] | 0;\n var al2 = a2 & 0x1fff;\n var ah2 = a2 >>> 13;\n var a3 = a[3] | 0;\n var al3 = a3 & 0x1fff;\n var ah3 = a3 >>> 13;\n var a4 = a[4] | 0;\n var al4 = a4 & 0x1fff;\n var ah4 = a4 >>> 13;\n var a5 = a[5] | 0;\n var al5 = a5 & 0x1fff;\n var ah5 = a5 >>> 13;\n var a6 = a[6] | 0;\n var al6 = a6 & 0x1fff;\n var ah6 = a6 >>> 13;\n var a7 = a[7] | 0;\n var al7 = a7 & 0x1fff;\n var ah7 = a7 >>> 13;\n var a8 = a[8] | 0;\n var al8 = a8 & 0x1fff;\n var ah8 = a8 >>> 13;\n var a9 = a[9] | 0;\n var al9 = a9 & 0x1fff;\n var ah9 = a9 >>> 13;\n var b0 = b[0] | 0;\n var bl0 = b0 & 0x1fff;\n var bh0 = b0 >>> 13;\n var b1 = b[1] | 0;\n var bl1 = b1 & 0x1fff;\n var bh1 = b1 >>> 13;\n var b2 = b[2] | 0;\n var bl2 = b2 & 0x1fff;\n var bh2 = b2 >>> 13;\n var b3 = b[3] | 0;\n var bl3 = b3 & 0x1fff;\n var bh3 = b3 >>> 13;\n var b4 = b[4] | 0;\n var bl4 = b4 & 0x1fff;\n var bh4 = b4 >>> 13;\n var b5 = b[5] | 0;\n var bl5 = b5 & 0x1fff;\n var bh5 = b5 >>> 13;\n var b6 = b[6] | 0;\n var bl6 = b6 & 0x1fff;\n var bh6 = b6 >>> 13;\n var b7 = b[7] | 0;\n var bl7 = b7 & 0x1fff;\n var bh7 = b7 >>> 13;\n var b8 = b[8] | 0;\n var bl8 = b8 & 0x1fff;\n var bh8 = b8 >>> 13;\n var b9 = b[9] | 0;\n var bl9 = b9 & 0x1fff;\n var bh9 = b9 >>> 13;\n\n out.negative = self.negative ^ num.negative;\n out.length = 19;\n /* k = 0 */\n lo = Math.imul(al0, bl0);\n mid = Math.imul(al0, bh0);\n mid = (mid + Math.imul(ah0, bl0)) | 0;\n hi = Math.imul(ah0, bh0);\n var w0 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w0 >>> 26)) | 0;\n w0 &= 0x3ffffff;\n /* k = 1 */\n lo = Math.imul(al1, bl0);\n mid = Math.imul(al1, bh0);\n mid = (mid + Math.imul(ah1, bl0)) | 0;\n hi = Math.imul(ah1, bh0);\n lo = (lo + Math.imul(al0, bl1)) | 0;\n mid = (mid + Math.imul(al0, bh1)) | 0;\n mid = (mid + Math.imul(ah0, bl1)) | 0;\n hi = (hi + Math.imul(ah0, bh1)) | 0;\n var w1 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w1 >>> 26)) | 0;\n w1 &= 0x3ffffff;\n /* k = 2 */\n lo = Math.imul(al2, bl0);\n mid = Math.imul(al2, bh0);\n mid = (mid + Math.imul(ah2, bl0)) | 0;\n hi = Math.imul(ah2, bh0);\n lo = (lo + Math.imul(al1, bl1)) | 0;\n mid = (mid + Math.imul(al1, bh1)) | 0;\n mid = (mid + Math.imul(ah1, bl1)) | 0;\n hi = (hi + Math.imul(ah1, bh1)) | 0;\n lo = (lo + Math.imul(al0, bl2)) | 0;\n mid = (mid + Math.imul(al0, bh2)) | 0;\n mid = (mid + Math.imul(ah0, bl2)) | 0;\n hi = (hi + Math.imul(ah0, bh2)) | 0;\n var w2 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w2 >>> 26)) | 0;\n w2 &= 0x3ffffff;\n /* k = 3 */\n lo = Math.imul(al3, bl0);\n mid = Math.imul(al3, bh0);\n mid = (mid + Math.imul(ah3, bl0)) | 0;\n hi = Math.imul(ah3, bh0);\n lo = (lo + Math.imul(al2, bl1)) | 0;\n mid = (mid + Math.imul(al2, bh1)) | 0;\n mid = (mid + Math.imul(ah2, bl1)) | 0;\n hi = (hi + Math.imul(ah2, bh1)) | 0;\n lo = (lo + Math.imul(al1, bl2)) | 0;\n mid = (mid + Math.imul(al1, bh2)) | 0;\n mid = (mid + Math.imul(ah1, bl2)) | 0;\n hi = (hi + Math.imul(ah1, bh2)) | 0;\n lo = (lo + Math.imul(al0, bl3)) | 0;\n mid = (mid + Math.imul(al0, bh3)) | 0;\n mid = (mid + Math.imul(ah0, bl3)) | 0;\n hi = (hi + Math.imul(ah0, bh3)) | 0;\n var w3 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w3 >>> 26)) | 0;\n w3 &= 0x3ffffff;\n /* k = 4 */\n lo = Math.imul(al4, bl0);\n mid = Math.imul(al4, bh0);\n mid = (mid + Math.imul(ah4, bl0)) | 0;\n hi = Math.imul(ah4, bh0);\n lo = (lo + Math.imul(al3, bl1)) | 0;\n mid = (mid + Math.imul(al3, bh1)) | 0;\n mid = (mid + Math.imul(ah3, bl1)) | 0;\n hi = (hi + Math.imul(ah3, bh1)) | 0;\n lo = (lo + Math.imul(al2, bl2)) | 0;\n mid = (mid + Math.imul(al2, bh2)) | 0;\n mid = (mid + Math.imul(ah2, bl2)) | 0;\n hi = (hi + Math.imul(ah2, bh2)) | 0;\n lo = (lo + Math.imul(al1, bl3)) | 0;\n mid = (mid + Math.imul(al1, bh3)) | 0;\n mid = (mid + Math.imul(ah1, bl3)) | 0;\n hi = (hi + Math.imul(ah1, bh3)) | 0;\n lo = (lo + Math.imul(al0, bl4)) | 0;\n mid = (mid + Math.imul(al0, bh4)) | 0;\n mid = (mid + Math.imul(ah0, bl4)) | 0;\n hi = (hi + Math.imul(ah0, bh4)) | 0;\n var w4 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w4 >>> 26)) | 0;\n w4 &= 0x3ffffff;\n /* k = 5 */\n lo = Math.imul(al5, bl0);\n mid = Math.imul(al5, bh0);\n mid = (mid + Math.imul(ah5, bl0)) | 0;\n hi = Math.imul(ah5, bh0);\n lo = (lo + Math.imul(al4, bl1)) | 0;\n mid = (mid + Math.imul(al4, bh1)) | 0;\n mid = (mid + Math.imul(ah4, bl1)) | 0;\n hi = (hi + Math.imul(ah4, bh1)) | 0;\n lo = (lo + Math.imul(al3, bl2)) | 0;\n mid = (mid + Math.imul(al3, bh2)) | 0;\n mid = (mid + Math.imul(ah3, bl2)) | 0;\n hi = (hi + Math.imul(ah3, bh2)) | 0;\n lo = (lo + Math.imul(al2, bl3)) | 0;\n mid = (mid + Math.imul(al2, bh3)) | 0;\n mid = (mid + Math.imul(ah2, bl3)) | 0;\n hi = (hi + Math.imul(ah2, bh3)) | 0;\n lo = (lo + Math.imul(al1, bl4)) | 0;\n mid = (mid + Math.imul(al1, bh4)) | 0;\n mid = (mid + Math.imul(ah1, bl4)) | 0;\n hi = (hi + Math.imul(ah1, bh4)) | 0;\n lo = (lo + Math.imul(al0, bl5)) | 0;\n mid = (mid + Math.imul(al0, bh5)) | 0;\n mid = (mid + Math.imul(ah0, bl5)) | 0;\n hi = (hi + Math.imul(ah0, bh5)) | 0;\n var w5 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w5 >>> 26)) | 0;\n w5 &= 0x3ffffff;\n /* k = 6 */\n lo = Math.imul(al6, bl0);\n mid = Math.imul(al6, bh0);\n mid = (mid + Math.imul(ah6, bl0)) | 0;\n hi = Math.imul(ah6, bh0);\n lo = (lo + Math.imul(al5, bl1)) | 0;\n mid = (mid + Math.imul(al5, bh1)) | 0;\n mid = (mid + Math.imul(ah5, bl1)) | 0;\n hi = (hi + Math.imul(ah5, bh1)) | 0;\n lo = (lo + Math.imul(al4, bl2)) | 0;\n mid = (mid + Math.imul(al4, bh2)) | 0;\n mid = (mid + Math.imul(ah4, bl2)) | 0;\n hi = (hi + Math.imul(ah4, bh2)) | 0;\n lo = (lo + Math.imul(al3, bl3)) | 0;\n mid = (mid + Math.imul(al3, bh3)) | 0;\n mid = (mid + Math.imul(ah3, bl3)) | 0;\n hi = (hi + Math.imul(ah3, bh3)) | 0;\n lo = (lo + Math.imul(al2, bl4)) | 0;\n mid = (mid + Math.imul(al2, bh4)) | 0;\n mid = (mid + Math.imul(ah2, bl4)) | 0;\n hi = (hi + Math.imul(ah2, bh4)) | 0;\n lo = (lo + Math.imul(al1, bl5)) | 0;\n mid = (mid + Math.imul(al1, bh5)) | 0;\n mid = (mid + Math.imul(ah1, bl5)) | 0;\n hi = (hi + Math.imul(ah1, bh5)) | 0;\n lo = (lo + Math.imul(al0, bl6)) | 0;\n mid = (mid + Math.imul(al0, bh6)) | 0;\n mid = (mid + Math.imul(ah0, bl6)) | 0;\n hi = (hi + Math.imul(ah0, bh6)) | 0;\n var w6 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w6 >>> 26)) | 0;\n w6 &= 0x3ffffff;\n /* k = 7 */\n lo = Math.imul(al7, bl0);\n mid = Math.imul(al7, bh0);\n mid = (mid + Math.imul(ah7, bl0)) | 0;\n hi = Math.imul(ah7, bh0);\n lo = (lo + Math.imul(al6, bl1)) | 0;\n mid = (mid + Math.imul(al6, bh1)) | 0;\n mid = (mid + Math.imul(ah6, bl1)) | 0;\n hi = (hi + Math.imul(ah6, bh1)) | 0;\n lo = (lo + Math.imul(al5, bl2)) | 0;\n mid = (mid + Math.imul(al5, bh2)) | 0;\n mid = (mid + Math.imul(ah5, bl2)) | 0;\n hi = (hi + Math.imul(ah5, bh2)) | 0;\n lo = (lo + Math.imul(al4, bl3)) | 0;\n mid = (mid + Math.imul(al4, bh3)) | 0;\n mid = (mid + Math.imul(ah4, bl3)) | 0;\n hi = (hi + Math.imul(ah4, bh3)) | 0;\n lo = (lo + Math.imul(al3, bl4)) | 0;\n mid = (mid + Math.imul(al3, bh4)) | 0;\n mid = (mid + Math.imul(ah3, bl4)) | 0;\n hi = (hi + Math.imul(ah3, bh4)) | 0;\n lo = (lo + Math.imul(al2, bl5)) | 0;\n mid = (mid + Math.imul(al2, bh5)) | 0;\n mid = (mid + Math.imul(ah2, bl5)) | 0;\n hi = (hi + Math.imul(ah2, bh5)) | 0;\n lo = (lo + Math.imul(al1, bl6)) | 0;\n mid = (mid + Math.imul(al1, bh6)) | 0;\n mid = (mid + Math.imul(ah1, bl6)) | 0;\n hi = (hi + Math.imul(ah1, bh6)) | 0;\n lo = (lo + Math.imul(al0, bl7)) | 0;\n mid = (mid + Math.imul(al0, bh7)) | 0;\n mid = (mid + Math.imul(ah0, bl7)) | 0;\n hi = (hi + Math.imul(ah0, bh7)) | 0;\n var w7 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w7 >>> 26)) | 0;\n w7 &= 0x3ffffff;\n /* k = 8 */\n lo = Math.imul(al8, bl0);\n mid = Math.imul(al8, bh0);\n mid = (mid + Math.imul(ah8, bl0)) | 0;\n hi = Math.imul(ah8, bh0);\n lo = (lo + Math.imul(al7, bl1)) | 0;\n mid = (mid + Math.imul(al7, bh1)) | 0;\n mid = (mid + Math.imul(ah7, bl1)) | 0;\n hi = (hi + Math.imul(ah7, bh1)) | 0;\n lo = (lo + Math.imul(al6, bl2)) | 0;\n mid = (mid + Math.imul(al6, bh2)) | 0;\n mid = (mid + Math.imul(ah6, bl2)) | 0;\n hi = (hi + Math.imul(ah6, bh2)) | 0;\n lo = (lo + Math.imul(al5, bl3)) | 0;\n mid = (mid + Math.imul(al5, bh3)) | 0;\n mid = (mid + Math.imul(ah5, bl3)) | 0;\n hi = (hi + Math.imul(ah5, bh3)) | 0;\n lo = (lo + Math.imul(al4, bl4)) | 0;\n mid = (mid + Math.imul(al4, bh4)) | 0;\n mid = (mid + Math.imul(ah4, bl4)) | 0;\n hi = (hi + Math.imul(ah4, bh4)) | 0;\n lo = (lo + Math.imul(al3, bl5)) | 0;\n mid = (mid + Math.imul(al3, bh5)) | 0;\n mid = (mid + Math.imul(ah3, bl5)) | 0;\n hi = (hi + Math.imul(ah3, bh5)) | 0;\n lo = (lo + Math.imul(al2, bl6)) | 0;\n mid = (mid + Math.imul(al2, bh6)) | 0;\n mid = (mid + Math.imul(ah2, bl6)) | 0;\n hi = (hi + Math.imul(ah2, bh6)) | 0;\n lo = (lo + Math.imul(al1, bl7)) | 0;\n mid = (mid + Math.imul(al1, bh7)) | 0;\n mid = (mid + Math.imul(ah1, bl7)) | 0;\n hi = (hi + Math.imul(ah1, bh7)) | 0;\n lo = (lo + Math.imul(al0, bl8)) | 0;\n mid = (mid + Math.imul(al0, bh8)) | 0;\n mid = (mid + Math.imul(ah0, bl8)) | 0;\n hi = (hi + Math.imul(ah0, bh8)) | 0;\n var w8 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w8 >>> 26)) | 0;\n w8 &= 0x3ffffff;\n /* k = 9 */\n lo = Math.imul(al9, bl0);\n mid = Math.imul(al9, bh0);\n mid = (mid + Math.imul(ah9, bl0)) | 0;\n hi = Math.imul(ah9, bh0);\n lo = (lo + Math.imul(al8, bl1)) | 0;\n mid = (mid + Math.imul(al8, bh1)) | 0;\n mid = (mid + Math.imul(ah8, bl1)) | 0;\n hi = (hi + Math.imul(ah8, bh1)) | 0;\n lo = (lo + Math.imul(al7, bl2)) | 0;\n mid = (mid + Math.imul(al7, bh2)) | 0;\n mid = (mid + Math.imul(ah7, bl2)) | 0;\n hi = (hi + Math.imul(ah7, bh2)) | 0;\n lo = (lo + Math.imul(al6, bl3)) | 0;\n mid = (mid + Math.imul(al6, bh3)) | 0;\n mid = (mid + Math.imul(ah6, bl3)) | 0;\n hi = (hi + Math.imul(ah6, bh3)) | 0;\n lo = (lo + Math.imul(al5, bl4)) | 0;\n mid = (mid + Math.imul(al5, bh4)) | 0;\n mid = (mid + Math.imul(ah5, bl4)) | 0;\n hi = (hi + Math.imul(ah5, bh4)) | 0;\n lo = (lo + Math.imul(al4, bl5)) | 0;\n mid = (mid + Math.imul(al4, bh5)) | 0;\n mid = (mid + Math.imul(ah4, bl5)) | 0;\n hi = (hi + Math.imul(ah4, bh5)) | 0;\n lo = (lo + Math.imul(al3, bl6)) | 0;\n mid = (mid + Math.imul(al3, bh6)) | 0;\n mid = (mid + Math.imul(ah3, bl6)) | 0;\n hi = (hi + Math.imul(ah3, bh6)) | 0;\n lo = (lo + Math.imul(al2, bl7)) | 0;\n mid = (mid + Math.imul(al2, bh7)) | 0;\n mid = (mid + Math.imul(ah2, bl7)) | 0;\n hi = (hi + Math.imul(ah2, bh7)) | 0;\n lo = (lo + Math.imul(al1, bl8)) | 0;\n mid = (mid + Math.imul(al1, bh8)) | 0;\n mid = (mid + Math.imul(ah1, bl8)) | 0;\n hi = (hi + Math.imul(ah1, bh8)) | 0;\n lo = (lo + Math.imul(al0, bl9)) | 0;\n mid = (mid + Math.imul(al0, bh9)) | 0;\n mid = (mid + Math.imul(ah0, bl9)) | 0;\n hi = (hi + Math.imul(ah0, bh9)) | 0;\n var w9 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w9 >>> 26)) | 0;\n w9 &= 0x3ffffff;\n /* k = 10 */\n lo = Math.imul(al9, bl1);\n mid = Math.imul(al9, bh1);\n mid = (mid + Math.imul(ah9, bl1)) | 0;\n hi = Math.imul(ah9, bh1);\n lo = (lo + Math.imul(al8, bl2)) | 0;\n mid = (mid + Math.imul(al8, bh2)) | 0;\n mid = (mid + Math.imul(ah8, bl2)) | 0;\n hi = (hi + Math.imul(ah8, bh2)) | 0;\n lo = (lo + Math.imul(al7, bl3)) | 0;\n mid = (mid + Math.imul(al7, bh3)) | 0;\n mid = (mid + Math.imul(ah7, bl3)) | 0;\n hi = (hi + Math.imul(ah7, bh3)) | 0;\n lo = (lo + Math.imul(al6, bl4)) | 0;\n mid = (mid + Math.imul(al6, bh4)) | 0;\n mid = (mid + Math.imul(ah6, bl4)) | 0;\n hi = (hi + Math.imul(ah6, bh4)) | 0;\n lo = (lo + Math.imul(al5, bl5)) | 0;\n mid = (mid + Math.imul(al5, bh5)) | 0;\n mid = (mid + Math.imul(ah5, bl5)) | 0;\n hi = (hi + Math.imul(ah5, bh5)) | 0;\n lo = (lo + Math.imul(al4, bl6)) | 0;\n mid = (mid + Math.imul(al4, bh6)) | 0;\n mid = (mid + Math.imul(ah4, bl6)) | 0;\n hi = (hi + Math.imul(ah4, bh6)) | 0;\n lo = (lo + Math.imul(al3, bl7)) | 0;\n mid = (mid + Math.imul(al3, bh7)) | 0;\n mid = (mid + Math.imul(ah3, bl7)) | 0;\n hi = (hi + Math.imul(ah3, bh7)) | 0;\n lo = (lo + Math.imul(al2, bl8)) | 0;\n mid = (mid + Math.imul(al2, bh8)) | 0;\n mid = (mid + Math.imul(ah2, bl8)) | 0;\n hi = (hi + Math.imul(ah2, bh8)) | 0;\n lo = (lo + Math.imul(al1, bl9)) | 0;\n mid = (mid + Math.imul(al1, bh9)) | 0;\n mid = (mid + Math.imul(ah1, bl9)) | 0;\n hi = (hi + Math.imul(ah1, bh9)) | 0;\n var w10 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w10 >>> 26)) | 0;\n w10 &= 0x3ffffff;\n /* k = 11 */\n lo = Math.imul(al9, bl2);\n mid = Math.imul(al9, bh2);\n mid = (mid + Math.imul(ah9, bl2)) | 0;\n hi = Math.imul(ah9, bh2);\n lo = (lo + Math.imul(al8, bl3)) | 0;\n mid = (mid + Math.imul(al8, bh3)) | 0;\n mid = (mid + Math.imul(ah8, bl3)) | 0;\n hi = (hi + Math.imul(ah8, bh3)) | 0;\n lo = (lo + Math.imul(al7, bl4)) | 0;\n mid = (mid + Math.imul(al7, bh4)) | 0;\n mid = (mid + Math.imul(ah7, bl4)) | 0;\n hi = (hi + Math.imul(ah7, bh4)) | 0;\n lo = (lo + Math.imul(al6, bl5)) | 0;\n mid = (mid + Math.imul(al6, bh5)) | 0;\n mid = (mid + Math.imul(ah6, bl5)) | 0;\n hi = (hi + Math.imul(ah6, bh5)) | 0;\n lo = (lo + Math.imul(al5, bl6)) | 0;\n mid = (mid + Math.imul(al5, bh6)) | 0;\n mid = (mid + Math.imul(ah5, bl6)) | 0;\n hi = (hi + Math.imul(ah5, bh6)) | 0;\n lo = (lo + Math.imul(al4, bl7)) | 0;\n mid = (mid + Math.imul(al4, bh7)) | 0;\n mid = (mid + Math.imul(ah4, bl7)) | 0;\n hi = (hi + Math.imul(ah4, bh7)) | 0;\n lo = (lo + Math.imul(al3, bl8)) | 0;\n mid = (mid + Math.imul(al3, bh8)) | 0;\n mid = (mid + Math.imul(ah3, bl8)) | 0;\n hi = (hi + Math.imul(ah3, bh8)) | 0;\n lo = (lo + Math.imul(al2, bl9)) | 0;\n mid = (mid + Math.imul(al2, bh9)) | 0;\n mid = (mid + Math.imul(ah2, bl9)) | 0;\n hi = (hi + Math.imul(ah2, bh9)) | 0;\n var w11 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w11 >>> 26)) | 0;\n w11 &= 0x3ffffff;\n /* k = 12 */\n lo = Math.imul(al9, bl3);\n mid = Math.imul(al9, bh3);\n mid = (mid + Math.imul(ah9, bl3)) | 0;\n hi = Math.imul(ah9, bh3);\n lo = (lo + Math.imul(al8, bl4)) | 0;\n mid = (mid + Math.imul(al8, bh4)) | 0;\n mid = (mid + Math.imul(ah8, bl4)) | 0;\n hi = (hi + Math.imul(ah8, bh4)) | 0;\n lo = (lo + Math.imul(al7, bl5)) | 0;\n mid = (mid + Math.imul(al7, bh5)) | 0;\n mid = (mid + Math.imul(ah7, bl5)) | 0;\n hi = (hi + Math.imul(ah7, bh5)) | 0;\n lo = (lo + Math.imul(al6, bl6)) | 0;\n mid = (mid + Math.imul(al6, bh6)) | 0;\n mid = (mid + Math.imul(ah6, bl6)) | 0;\n hi = (hi + Math.imul(ah6, bh6)) | 0;\n lo = (lo + Math.imul(al5, bl7)) | 0;\n mid = (mid + Math.imul(al5, bh7)) | 0;\n mid = (mid + Math.imul(ah5, bl7)) | 0;\n hi = (hi + Math.imul(ah5, bh7)) | 0;\n lo = (lo + Math.imul(al4, bl8)) | 0;\n mid = (mid + Math.imul(al4, bh8)) | 0;\n mid = (mid + Math.imul(ah4, bl8)) | 0;\n hi = (hi + Math.imul(ah4, bh8)) | 0;\n lo = (lo + Math.imul(al3, bl9)) | 0;\n mid = (mid + Math.imul(al3, bh9)) | 0;\n mid = (mid + Math.imul(ah3, bl9)) | 0;\n hi = (hi + Math.imul(ah3, bh9)) | 0;\n var w12 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w12 >>> 26)) | 0;\n w12 &= 0x3ffffff;\n /* k = 13 */\n lo = Math.imul(al9, bl4);\n mid = Math.imul(al9, bh4);\n mid = (mid + Math.imul(ah9, bl4)) | 0;\n hi = Math.imul(ah9, bh4);\n lo = (lo + Math.imul(al8, bl5)) | 0;\n mid = (mid + Math.imul(al8, bh5)) | 0;\n mid = (mid + Math.imul(ah8, bl5)) | 0;\n hi = (hi + Math.imul(ah8, bh5)) | 0;\n lo = (lo + Math.imul(al7, bl6)) | 0;\n mid = (mid + Math.imul(al7, bh6)) | 0;\n mid = (mid + Math.imul(ah7, bl6)) | 0;\n hi = (hi + Math.imul(ah7, bh6)) | 0;\n lo = (lo + Math.imul(al6, bl7)) | 0;\n mid = (mid + Math.imul(al6, bh7)) | 0;\n mid = (mid + Math.imul(ah6, bl7)) | 0;\n hi = (hi + Math.imul(ah6, bh7)) | 0;\n lo = (lo + Math.imul(al5, bl8)) | 0;\n mid = (mid + Math.imul(al5, bh8)) | 0;\n mid = (mid + Math.imul(ah5, bl8)) | 0;\n hi = (hi + Math.imul(ah5, bh8)) | 0;\n lo = (lo + Math.imul(al4, bl9)) | 0;\n mid = (mid + Math.imul(al4, bh9)) | 0;\n mid = (mid + Math.imul(ah4, bl9)) | 0;\n hi = (hi + Math.imul(ah4, bh9)) | 0;\n var w13 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w13 >>> 26)) | 0;\n w13 &= 0x3ffffff;\n /* k = 14 */\n lo = Math.imul(al9, bl5);\n mid = Math.imul(al9, bh5);\n mid = (mid + Math.imul(ah9, bl5)) | 0;\n hi = Math.imul(ah9, bh5);\n lo = (lo + Math.imul(al8, bl6)) | 0;\n mid = (mid + Math.imul(al8, bh6)) | 0;\n mid = (mid + Math.imul(ah8, bl6)) | 0;\n hi = (hi + Math.imul(ah8, bh6)) | 0;\n lo = (lo + Math.imul(al7, bl7)) | 0;\n mid = (mid + Math.imul(al7, bh7)) | 0;\n mid = (mid + Math.imul(ah7, bl7)) | 0;\n hi = (hi + Math.imul(ah7, bh7)) | 0;\n lo = (lo + Math.imul(al6, bl8)) | 0;\n mid = (mid + Math.imul(al6, bh8)) | 0;\n mid = (mid + Math.imul(ah6, bl8)) | 0;\n hi = (hi + Math.imul(ah6, bh8)) | 0;\n lo = (lo + Math.imul(al5, bl9)) | 0;\n mid = (mid + Math.imul(al5, bh9)) | 0;\n mid = (mid + Math.imul(ah5, bl9)) | 0;\n hi = (hi + Math.imul(ah5, bh9)) | 0;\n var w14 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w14 >>> 26)) | 0;\n w14 &= 0x3ffffff;\n /* k = 15 */\n lo = Math.imul(al9, bl6);\n mid = Math.imul(al9, bh6);\n mid = (mid + Math.imul(ah9, bl6)) | 0;\n hi = Math.imul(ah9, bh6);\n lo = (lo + Math.imul(al8, bl7)) | 0;\n mid = (mid + Math.imul(al8, bh7)) | 0;\n mid = (mid + Math.imul(ah8, bl7)) | 0;\n hi = (hi + Math.imul(ah8, bh7)) | 0;\n lo = (lo + Math.imul(al7, bl8)) | 0;\n mid = (mid + Math.imul(al7, bh8)) | 0;\n mid = (mid + Math.imul(ah7, bl8)) | 0;\n hi = (hi + Math.imul(ah7, bh8)) | 0;\n lo = (lo + Math.imul(al6, bl9)) | 0;\n mid = (mid + Math.imul(al6, bh9)) | 0;\n mid = (mid + Math.imul(ah6, bl9)) | 0;\n hi = (hi + Math.imul(ah6, bh9)) | 0;\n var w15 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w15 >>> 26)) | 0;\n w15 &= 0x3ffffff;\n /* k = 16 */\n lo = Math.imul(al9, bl7);\n mid = Math.imul(al9, bh7);\n mid = (mid + Math.imul(ah9, bl7)) | 0;\n hi = Math.imul(ah9, bh7);\n lo = (lo + Math.imul(al8, bl8)) | 0;\n mid = (mid + Math.imul(al8, bh8)) | 0;\n mid = (mid + Math.imul(ah8, bl8)) | 0;\n hi = (hi + Math.imul(ah8, bh8)) | 0;\n lo = (lo + Math.imul(al7, bl9)) | 0;\n mid = (mid + Math.imul(al7, bh9)) | 0;\n mid = (mid + Math.imul(ah7, bl9)) | 0;\n hi = (hi + Math.imul(ah7, bh9)) | 0;\n var w16 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w16 >>> 26)) | 0;\n w16 &= 0x3ffffff;\n /* k = 17 */\n lo = Math.imul(al9, bl8);\n mid = Math.imul(al9, bh8);\n mid = (mid + Math.imul(ah9, bl8)) | 0;\n hi = Math.imul(ah9, bh8);\n lo = (lo + Math.imul(al8, bl9)) | 0;\n mid = (mid + Math.imul(al8, bh9)) | 0;\n mid = (mid + Math.imul(ah8, bl9)) | 0;\n hi = (hi + Math.imul(ah8, bh9)) | 0;\n var w17 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w17 >>> 26)) | 0;\n w17 &= 0x3ffffff;\n /* k = 18 */\n lo = Math.imul(al9, bl9);\n mid = Math.imul(al9, bh9);\n mid = (mid + Math.imul(ah9, bl9)) | 0;\n hi = Math.imul(ah9, bh9);\n var w18 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w18 >>> 26)) | 0;\n w18 &= 0x3ffffff;\n o[0] = w0;\n o[1] = w1;\n o[2] = w2;\n o[3] = w3;\n o[4] = w4;\n o[5] = w5;\n o[6] = w6;\n o[7] = w7;\n o[8] = w8;\n o[9] = w9;\n o[10] = w10;\n o[11] = w11;\n o[12] = w12;\n o[13] = w13;\n o[14] = w14;\n o[15] = w15;\n o[16] = w16;\n o[17] = w17;\n o[18] = w18;\n if (c !== 0) {\n o[19] = c;\n out.length++;\n }\n return out;\n };\n\n // Polyfill comb\n if (!Math.imul) {\n comb10MulTo = smallMulTo;\n }\n\n function bigMulTo (self, num, out) {\n out.negative = num.negative ^ self.negative;\n out.length = self.length + num.length;\n\n var carry = 0;\n var hncarry = 0;\n for (var k = 0; k < out.length - 1; k++) {\n // Sum all words with the same `i + j = k` and accumulate `ncarry`,\n // note that ncarry could be >= 0x3ffffff\n var ncarry = hncarry;\n hncarry = 0;\n var rword = carry & 0x3ffffff;\n var maxJ = Math.min(k, num.length - 1);\n for (var j = Math.max(0, k - self.length + 1); j <= maxJ; j++) {\n var i = k - j;\n var a = self.words[i] | 0;\n var b = num.words[j] | 0;\n var r = a * b;\n\n var lo = r & 0x3ffffff;\n ncarry = (ncarry + ((r / 0x4000000) | 0)) | 0;\n lo = (lo + rword) | 0;\n rword = lo & 0x3ffffff;\n ncarry = (ncarry + (lo >>> 26)) | 0;\n\n hncarry += ncarry >>> 26;\n ncarry &= 0x3ffffff;\n }\n out.words[k] = rword;\n carry = ncarry;\n ncarry = hncarry;\n }\n if (carry !== 0) {\n out.words[k] = carry;\n } else {\n out.length--;\n }\n\n return out._strip();\n }\n\n function jumboMulTo (self, num, out) {\n // Temporary disable, see https://github.com/indutny/bn.js/issues/211\n // var fftm = new FFTM();\n // return fftm.mulp(self, num, out);\n return bigMulTo(self, num, out);\n }\n\n BN.prototype.mulTo = function mulTo (num, out) {\n var res;\n var len = this.length + num.length;\n if (this.length === 10 && num.length === 10) {\n res = comb10MulTo(this, num, out);\n } else if (len < 63) {\n res = smallMulTo(this, num, out);\n } else if (len < 1024) {\n res = bigMulTo(this, num, out);\n } else {\n res = jumboMulTo(this, num, out);\n }\n\n return res;\n };\n\n // Cooley-Tukey algorithm for FFT\n // slightly revisited to rely on looping instead of recursion\n\n function FFTM (x, y) {\n this.x = x;\n this.y = y;\n }\n\n FFTM.prototype.makeRBT = function makeRBT (N) {\n var t = new Array(N);\n var l = BN.prototype._countBits(N) - 1;\n for (var i = 0; i < N; i++) {\n t[i] = this.revBin(i, l, N);\n }\n\n return t;\n };\n\n // Returns binary-reversed representation of `x`\n FFTM.prototype.revBin = function revBin (x, l, N) {\n if (x === 0 || x === N - 1) return x;\n\n var rb = 0;\n for (var i = 0; i < l; i++) {\n rb |= (x & 1) << (l - i - 1);\n x >>= 1;\n }\n\n return rb;\n };\n\n // Performs \"tweedling\" phase, therefore 'emulating'\n // behaviour of the recursive algorithm\n FFTM.prototype.permute = function permute (rbt, rws, iws, rtws, itws, N) {\n for (var i = 0; i < N; i++) {\n rtws[i] = rws[rbt[i]];\n itws[i] = iws[rbt[i]];\n }\n };\n\n FFTM.prototype.transform = function transform (rws, iws, rtws, itws, N, rbt) {\n this.permute(rbt, rws, iws, rtws, itws, N);\n\n for (var s = 1; s < N; s <<= 1) {\n var l = s << 1;\n\n var rtwdf = Math.cos(2 * Math.PI / l);\n var itwdf = Math.sin(2 * Math.PI / l);\n\n for (var p = 0; p < N; p += l) {\n var rtwdf_ = rtwdf;\n var itwdf_ = itwdf;\n\n for (var j = 0; j < s; j++) {\n var re = rtws[p + j];\n var ie = itws[p + j];\n\n var ro = rtws[p + j + s];\n var io = itws[p + j + s];\n\n var rx = rtwdf_ * ro - itwdf_ * io;\n\n io = rtwdf_ * io + itwdf_ * ro;\n ro = rx;\n\n rtws[p + j] = re + ro;\n itws[p + j] = ie + io;\n\n rtws[p + j + s] = re - ro;\n itws[p + j + s] = ie - io;\n\n /* jshint maxdepth : false */\n if (j !== l) {\n rx = rtwdf * rtwdf_ - itwdf * itwdf_;\n\n itwdf_ = rtwdf * itwdf_ + itwdf * rtwdf_;\n rtwdf_ = rx;\n }\n }\n }\n }\n };\n\n FFTM.prototype.guessLen13b = function guessLen13b (n, m) {\n var N = Math.max(m, n) | 1;\n var odd = N & 1;\n var i = 0;\n for (N = N / 2 | 0; N; N = N >>> 1) {\n i++;\n }\n\n return 1 << i + 1 + odd;\n };\n\n FFTM.prototype.conjugate = function conjugate (rws, iws, N) {\n if (N <= 1) return;\n\n for (var i = 0; i < N / 2; i++) {\n var t = rws[i];\n\n rws[i] = rws[N - i - 1];\n rws[N - i - 1] = t;\n\n t = iws[i];\n\n iws[i] = -iws[N - i - 1];\n iws[N - i - 1] = -t;\n }\n };\n\n FFTM.prototype.normalize13b = function normalize13b (ws, N) {\n var carry = 0;\n for (var i = 0; i < N / 2; i++) {\n var w = Math.round(ws[2 * i + 1] / N) * 0x2000 +\n Math.round(ws[2 * i] / N) +\n carry;\n\n ws[i] = w & 0x3ffffff;\n\n if (w < 0x4000000) {\n carry = 0;\n } else {\n carry = w / 0x4000000 | 0;\n }\n }\n\n return ws;\n };\n\n FFTM.prototype.convert13b = function convert13b (ws, len, rws, N) {\n var carry = 0;\n for (var i = 0; i < len; i++) {\n carry = carry + (ws[i] | 0);\n\n rws[2 * i] = carry & 0x1fff; carry = carry >>> 13;\n rws[2 * i + 1] = carry & 0x1fff; carry = carry >>> 13;\n }\n\n // Pad with zeroes\n for (i = 2 * len; i < N; ++i) {\n rws[i] = 0;\n }\n\n assert(carry === 0);\n assert((carry & ~0x1fff) === 0);\n };\n\n FFTM.prototype.stub = function stub (N) {\n var ph = new Array(N);\n for (var i = 0; i < N; i++) {\n ph[i] = 0;\n }\n\n return ph;\n };\n\n FFTM.prototype.mulp = function mulp (x, y, out) {\n var N = 2 * this.guessLen13b(x.length, y.length);\n\n var rbt = this.makeRBT(N);\n\n var _ = this.stub(N);\n\n var rws = new Array(N);\n var rwst = new Array(N);\n var iwst = new Array(N);\n\n var nrws = new Array(N);\n var nrwst = new Array(N);\n var niwst = new Array(N);\n\n var rmws = out.words;\n rmws.length = N;\n\n this.convert13b(x.words, x.length, rws, N);\n this.convert13b(y.words, y.length, nrws, N);\n\n this.transform(rws, _, rwst, iwst, N, rbt);\n this.transform(nrws, _, nrwst, niwst, N, rbt);\n\n for (var i = 0; i < N; i++) {\n var rx = rwst[i] * nrwst[i] - iwst[i] * niwst[i];\n iwst[i] = rwst[i] * niwst[i] + iwst[i] * nrwst[i];\n rwst[i] = rx;\n }\n\n this.conjugate(rwst, iwst, N);\n this.transform(rwst, iwst, rmws, _, N, rbt);\n this.conjugate(rmws, _, N);\n this.normalize13b(rmws, N);\n\n out.negative = x.negative ^ y.negative;\n out.length = x.length + y.length;\n return out._strip();\n };\n\n // Multiply `this` by `num`\n BN.prototype.mul = function mul (num) {\n var out = new BN(null);\n out.words = new Array(this.length + num.length);\n return this.mulTo(num, out);\n };\n\n // Multiply employing FFT\n BN.prototype.mulf = function mulf (num) {\n var out = new BN(null);\n out.words = new Array(this.length + num.length);\n return jumboMulTo(this, num, out);\n };\n\n // In-place Multiplication\n BN.prototype.imul = function imul (num) {\n return this.clone().mulTo(num, this);\n };\n\n BN.prototype.imuln = function imuln (num) {\n var isNegNum = num < 0;\n if (isNegNum) num = -num;\n\n assert(typeof num === 'number');\n assert(num < 0x4000000);\n\n // Carry\n var carry = 0;\n for (var i = 0; i < this.length; i++) {\n var w = (this.words[i] | 0) * num;\n var lo = (w & 0x3ffffff) + (carry & 0x3ffffff);\n carry >>= 26;\n carry += (w / 0x4000000) | 0;\n // NOTE: lo is 27bit maximum\n carry += lo >>> 26;\n this.words[i] = lo & 0x3ffffff;\n }\n\n if (carry !== 0) {\n this.words[i] = carry;\n this.length++;\n }\n\n return isNegNum ? this.ineg() : this;\n };\n\n BN.prototype.muln = function muln (num) {\n return this.clone().imuln(num);\n };\n\n // `this` * `this`\n BN.prototype.sqr = function sqr () {\n return this.mul(this);\n };\n\n // `this` * `this` in-place\n BN.prototype.isqr = function isqr () {\n return this.imul(this.clone());\n };\n\n // Math.pow(`this`, `num`)\n BN.prototype.pow = function pow (num) {\n var w = toBitArray(num);\n if (w.length === 0) return new BN(1);\n\n // Skip leading zeroes\n var res = this;\n for (var i = 0; i < w.length; i++, res = res.sqr()) {\n if (w[i] !== 0) break;\n }\n\n if (++i < w.length) {\n for (var q = res.sqr(); i < w.length; i++, q = q.sqr()) {\n if (w[i] === 0) continue;\n\n res = res.mul(q);\n }\n }\n\n return res;\n };\n\n // Shift-left in-place\n BN.prototype.iushln = function iushln (bits) {\n assert(typeof bits === 'number' && bits >= 0);\n var r = bits % 26;\n var s = (bits - r) / 26;\n var carryMask = (0x3ffffff >>> (26 - r)) << (26 - r);\n var i;\n\n if (r !== 0) {\n var carry = 0;\n\n for (i = 0; i < this.length; i++) {\n var newCarry = this.words[i] & carryMask;\n var c = ((this.words[i] | 0) - newCarry) << r;\n this.words[i] = c | carry;\n carry = newCarry >>> (26 - r);\n }\n\n if (carry) {\n this.words[i] = carry;\n this.length++;\n }\n }\n\n if (s !== 0) {\n for (i = this.length - 1; i >= 0; i--) {\n this.words[i + s] = this.words[i];\n }\n\n for (i = 0; i < s; i++) {\n this.words[i] = 0;\n }\n\n this.length += s;\n }\n\n return this._strip();\n };\n\n BN.prototype.ishln = function ishln (bits) {\n // TODO(indutny): implement me\n assert(this.negative === 0);\n return this.iushln(bits);\n };\n\n // Shift-right in-place\n // NOTE: `hint` is a lowest bit before trailing zeroes\n // NOTE: if `extended` is present - it will be filled with destroyed bits\n BN.prototype.iushrn = function iushrn (bits, hint, extended) {\n assert(typeof bits === 'number' && bits >= 0);\n var h;\n if (hint) {\n h = (hint - (hint % 26)) / 26;\n } else {\n h = 0;\n }\n\n var r = bits % 26;\n var s = Math.min((bits - r) / 26, this.length);\n var mask = 0x3ffffff ^ ((0x3ffffff >>> r) << r);\n var maskedWords = extended;\n\n h -= s;\n h = Math.max(0, h);\n\n // Extended mode, copy masked part\n if (maskedWords) {\n for (var i = 0; i < s; i++) {\n maskedWords.words[i] = this.words[i];\n }\n maskedWords.length = s;\n }\n\n if (s === 0) {\n // No-op, we should not move anything at all\n } else if (this.length > s) {\n this.length -= s;\n for (i = 0; i < this.length; i++) {\n this.words[i] = this.words[i + s];\n }\n } else {\n this.words[0] = 0;\n this.length = 1;\n }\n\n var carry = 0;\n for (i = this.length - 1; i >= 0 && (carry !== 0 || i >= h); i--) {\n var word = this.words[i] | 0;\n this.words[i] = (carry << (26 - r)) | (word >>> r);\n carry = word & mask;\n }\n\n // Push carried bits as a mask\n if (maskedWords && carry !== 0) {\n maskedWords.words[maskedWords.length++] = carry;\n }\n\n if (this.length === 0) {\n this.words[0] = 0;\n this.length = 1;\n }\n\n return this._strip();\n };\n\n BN.prototype.ishrn = function ishrn (bits, hint, extended) {\n // TODO(indutny): implement me\n assert(this.negative === 0);\n return this.iushrn(bits, hint, extended);\n };\n\n // Shift-left\n BN.prototype.shln = function shln (bits) {\n return this.clone().ishln(bits);\n };\n\n BN.prototype.ushln = function ushln (bits) {\n return this.clone().iushln(bits);\n };\n\n // Shift-right\n BN.prototype.shrn = function shrn (bits) {\n return this.clone().ishrn(bits);\n };\n\n BN.prototype.ushrn = function ushrn (bits) {\n return this.clone().iushrn(bits);\n };\n\n // Test if n bit is set\n BN.prototype.testn = function testn (bit) {\n assert(typeof bit === 'number' && bit >= 0);\n var r = bit % 26;\n var s = (bit - r) / 26;\n var q = 1 << r;\n\n // Fast case: bit is much higher than all existing words\n if (this.length <= s) return false;\n\n // Check bit and return\n var w = this.words[s];\n\n return !!(w & q);\n };\n\n // Return only lowers bits of number (in-place)\n BN.prototype.imaskn = function imaskn (bits) {\n assert(typeof bits === 'number' && bits >= 0);\n var r = bits % 26;\n var s = (bits - r) / 26;\n\n assert(this.negative === 0, 'imaskn works only with positive numbers');\n\n if (this.length <= s) {\n return this;\n }\n\n if (r !== 0) {\n s++;\n }\n this.length = Math.min(s, this.length);\n\n if (r !== 0) {\n var mask = 0x3ffffff ^ ((0x3ffffff >>> r) << r);\n this.words[this.length - 1] &= mask;\n }\n\n return this._strip();\n };\n\n // Return only lowers bits of number\n BN.prototype.maskn = function maskn (bits) {\n return this.clone().imaskn(bits);\n };\n\n // Add plain number `num` to `this`\n BN.prototype.iaddn = function iaddn (num) {\n assert(typeof num === 'number');\n assert(num < 0x4000000);\n if (num < 0) return this.isubn(-num);\n\n // Possible sign change\n if (this.negative !== 0) {\n if (this.length === 1 && (this.words[0] | 0) <= num) {\n this.words[0] = num - (this.words[0] | 0);\n this.negative = 0;\n return this;\n }\n\n this.negative = 0;\n this.isubn(num);\n this.negative = 1;\n return this;\n }\n\n // Add without checks\n return this._iaddn(num);\n };\n\n BN.prototype._iaddn = function _iaddn (num) {\n this.words[0] += num;\n\n // Carry\n for (var i = 0; i < this.length && this.words[i] >= 0x4000000; i++) {\n this.words[i] -= 0x4000000;\n if (i === this.length - 1) {\n this.words[i + 1] = 1;\n } else {\n this.words[i + 1]++;\n }\n }\n this.length = Math.max(this.length, i + 1);\n\n return this;\n };\n\n // Subtract plain number `num` from `this`\n BN.prototype.isubn = function isubn (num) {\n assert(typeof num === 'number');\n assert(num < 0x4000000);\n if (num < 0) return this.iaddn(-num);\n\n if (this.negative !== 0) {\n this.negative = 0;\n this.iaddn(num);\n this.negative = 1;\n return this;\n }\n\n this.words[0] -= num;\n\n if (this.length === 1 && this.words[0] < 0) {\n this.words[0] = -this.words[0];\n this.negative = 1;\n } else {\n // Carry\n for (var i = 0; i < this.length && this.words[i] < 0; i++) {\n this.words[i] += 0x4000000;\n this.words[i + 1] -= 1;\n }\n }\n\n return this._strip();\n };\n\n BN.prototype.addn = function addn (num) {\n return this.clone().iaddn(num);\n };\n\n BN.prototype.subn = function subn (num) {\n return this.clone().isubn(num);\n };\n\n BN.prototype.iabs = function iabs () {\n this.negative = 0;\n\n return this;\n };\n\n BN.prototype.abs = function abs () {\n return this.clone().iabs();\n };\n\n BN.prototype._ishlnsubmul = function _ishlnsubmul (num, mul, shift) {\n var len = num.length + shift;\n var i;\n\n this._expand(len);\n\n var w;\n var carry = 0;\n for (i = 0; i < num.length; i++) {\n w = (this.words[i + shift] | 0) + carry;\n var right = (num.words[i] | 0) * mul;\n w -= right & 0x3ffffff;\n carry = (w >> 26) - ((right / 0x4000000) | 0);\n this.words[i + shift] = w & 0x3ffffff;\n }\n for (; i < this.length - shift; i++) {\n w = (this.words[i + shift] | 0) + carry;\n carry = w >> 26;\n this.words[i + shift] = w & 0x3ffffff;\n }\n\n if (carry === 0) return this._strip();\n\n // Subtraction overflow\n assert(carry === -1);\n carry = 0;\n for (i = 0; i < this.length; i++) {\n w = -(this.words[i] | 0) + carry;\n carry = w >> 26;\n this.words[i] = w & 0x3ffffff;\n }\n this.negative = 1;\n\n return this._strip();\n };\n\n BN.prototype._wordDiv = function _wordDiv (num, mode) {\n var shift = this.length - num.length;\n\n var a = this.clone();\n var b = num;\n\n // Normalize\n var bhi = b.words[b.length - 1] | 0;\n var bhiBits = this._countBits(bhi);\n shift = 26 - bhiBits;\n if (shift !== 0) {\n b = b.ushln(shift);\n a.iushln(shift);\n bhi = b.words[b.length - 1] | 0;\n }\n\n // Initialize quotient\n var m = a.length - b.length;\n var q;\n\n if (mode !== 'mod') {\n q = new BN(null);\n q.length = m + 1;\n q.words = new Array(q.length);\n for (var i = 0; i < q.length; i++) {\n q.words[i] = 0;\n }\n }\n\n var diff = a.clone()._ishlnsubmul(b, 1, m);\n if (diff.negative === 0) {\n a = diff;\n if (q) {\n q.words[m] = 1;\n }\n }\n\n for (var j = m - 1; j >= 0; j--) {\n var qj = (a.words[b.length + j] | 0) * 0x4000000 +\n (a.words[b.length + j - 1] | 0);\n\n // NOTE: (qj / bhi) is (0x3ffffff * 0x4000000 + 0x3ffffff) / 0x2000000 max\n // (0x7ffffff)\n qj = Math.min((qj / bhi) | 0, 0x3ffffff);\n\n a._ishlnsubmul(b, qj, j);\n while (a.negative !== 0) {\n qj--;\n a.negative = 0;\n a._ishlnsubmul(b, 1, j);\n if (!a.isZero()) {\n a.negative ^= 1;\n }\n }\n if (q) {\n q.words[j] = qj;\n }\n }\n if (q) {\n q._strip();\n }\n a._strip();\n\n // Denormalize\n if (mode !== 'div' && shift !== 0) {\n a.iushrn(shift);\n }\n\n return {\n div: q || null,\n mod: a\n };\n };\n\n // NOTE: 1) `mode` can be set to `mod` to request mod only,\n // to `div` to request div only, or be absent to\n // request both div & mod\n // 2) `positive` is true if unsigned mod is requested\n BN.prototype.divmod = function divmod (num, mode, positive) {\n assert(!num.isZero());\n\n if (this.isZero()) {\n return {\n div: new BN(0),\n mod: new BN(0)\n };\n }\n\n var div, mod, res;\n if (this.negative !== 0 && num.negative === 0) {\n res = this.neg().divmod(num, mode);\n\n if (mode !== 'mod') {\n div = res.div.neg();\n }\n\n if (mode !== 'div') {\n mod = res.mod.neg();\n if (positive && mod.negative !== 0) {\n mod.iadd(num);\n }\n }\n\n return {\n div: div,\n mod: mod\n };\n }\n\n if (this.negative === 0 && num.negative !== 0) {\n res = this.divmod(num.neg(), mode);\n\n if (mode !== 'mod') {\n div = res.div.neg();\n }\n\n return {\n div: div,\n mod: res.mod\n };\n }\n\n if ((this.negative & num.negative) !== 0) {\n res = this.neg().divmod(num.neg(), mode);\n\n if (mode !== 'div') {\n mod = res.mod.neg();\n if (positive && mod.negative !== 0) {\n mod.isub(num);\n }\n }\n\n return {\n div: res.div,\n mod: mod\n };\n }\n\n // Both numbers are positive at this point\n\n // Strip both numbers to approximate shift value\n if (num.length > this.length || this.cmp(num) < 0) {\n return {\n div: new BN(0),\n mod: this\n };\n }\n\n // Very short reduction\n if (num.length === 1) {\n if (mode === 'div') {\n return {\n div: this.divn(num.words[0]),\n mod: null\n };\n }\n\n if (mode === 'mod') {\n return {\n div: null,\n mod: new BN(this.modrn(num.words[0]))\n };\n }\n\n return {\n div: this.divn(num.words[0]),\n mod: new BN(this.modrn(num.words[0]))\n };\n }\n\n return this._wordDiv(num, mode);\n };\n\n // Find `this` / `num`\n BN.prototype.div = function div (num) {\n return this.divmod(num, 'div', false).div;\n };\n\n // Find `this` % `num`\n BN.prototype.mod = function mod (num) {\n return this.divmod(num, 'mod', false).mod;\n };\n\n BN.prototype.umod = function umod (num) {\n return this.divmod(num, 'mod', true).mod;\n };\n\n // Find Round(`this` / `num`)\n BN.prototype.divRound = function divRound (num) {\n var dm = this.divmod(num);\n\n // Fast case - exact division\n if (dm.mod.isZero()) return dm.div;\n\n var mod = dm.div.negative !== 0 ? dm.mod.isub(num) : dm.mod;\n\n var half = num.ushrn(1);\n var r2 = num.andln(1);\n var cmp = mod.cmp(half);\n\n // Round down\n if (cmp < 0 || (r2 === 1 && cmp === 0)) return dm.div;\n\n // Round up\n return dm.div.negative !== 0 ? dm.div.isubn(1) : dm.div.iaddn(1);\n };\n\n BN.prototype.modrn = function modrn (num) {\n var isNegNum = num < 0;\n if (isNegNum) num = -num;\n\n assert(num <= 0x3ffffff);\n var p = (1 << 26) % num;\n\n var acc = 0;\n for (var i = this.length - 1; i >= 0; i--) {\n acc = (p * acc + (this.words[i] | 0)) % num;\n }\n\n return isNegNum ? -acc : acc;\n };\n\n // WARNING: DEPRECATED\n BN.prototype.modn = function modn (num) {\n return this.modrn(num);\n };\n\n // In-place division by number\n BN.prototype.idivn = function idivn (num) {\n var isNegNum = num < 0;\n if (isNegNum) num = -num;\n\n assert(num <= 0x3ffffff);\n\n var carry = 0;\n for (var i = this.length - 1; i >= 0; i--) {\n var w = (this.words[i] | 0) + carry * 0x4000000;\n this.words[i] = (w / num) | 0;\n carry = w % num;\n }\n\n this._strip();\n return isNegNum ? this.ineg() : this;\n };\n\n BN.prototype.divn = function divn (num) {\n return this.clone().idivn(num);\n };\n\n BN.prototype.egcd = function egcd (p) {\n assert(p.negative === 0);\n assert(!p.isZero());\n\n var x = this;\n var y = p.clone();\n\n if (x.negative !== 0) {\n x = x.umod(p);\n } else {\n x = x.clone();\n }\n\n // A * x + B * y = x\n var A = new BN(1);\n var B = new BN(0);\n\n // C * x + D * y = y\n var C = new BN(0);\n var D = new BN(1);\n\n var g = 0;\n\n while (x.isEven() && y.isEven()) {\n x.iushrn(1);\n y.iushrn(1);\n ++g;\n }\n\n var yp = y.clone();\n var xp = x.clone();\n\n while (!x.isZero()) {\n for (var i = 0, im = 1; (x.words[0] & im) === 0 && i < 26; ++i, im <<= 1);\n if (i > 0) {\n x.iushrn(i);\n while (i-- > 0) {\n if (A.isOdd() || B.isOdd()) {\n A.iadd(yp);\n B.isub(xp);\n }\n\n A.iushrn(1);\n B.iushrn(1);\n }\n }\n\n for (var j = 0, jm = 1; (y.words[0] & jm) === 0 && j < 26; ++j, jm <<= 1);\n if (j > 0) {\n y.iushrn(j);\n while (j-- > 0) {\n if (C.isOdd() || D.isOdd()) {\n C.iadd(yp);\n D.isub(xp);\n }\n\n C.iushrn(1);\n D.iushrn(1);\n }\n }\n\n if (x.cmp(y) >= 0) {\n x.isub(y);\n A.isub(C);\n B.isub(D);\n } else {\n y.isub(x);\n C.isub(A);\n D.isub(B);\n }\n }\n\n return {\n a: C,\n b: D,\n gcd: y.iushln(g)\n };\n };\n\n // This is reduced incarnation of the binary EEA\n // above, designated to invert members of the\n // _prime_ fields F(p) at a maximal speed\n BN.prototype._invmp = function _invmp (p) {\n assert(p.negative === 0);\n assert(!p.isZero());\n\n var a = this;\n var b = p.clone();\n\n if (a.negative !== 0) {\n a = a.umod(p);\n } else {\n a = a.clone();\n }\n\n var x1 = new BN(1);\n var x2 = new BN(0);\n\n var delta = b.clone();\n\n while (a.cmpn(1) > 0 && b.cmpn(1) > 0) {\n for (var i = 0, im = 1; (a.words[0] & im) === 0 && i < 26; ++i, im <<= 1);\n if (i > 0) {\n a.iushrn(i);\n while (i-- > 0) {\n if (x1.isOdd()) {\n x1.iadd(delta);\n }\n\n x1.iushrn(1);\n }\n }\n\n for (var j = 0, jm = 1; (b.words[0] & jm) === 0 && j < 26; ++j, jm <<= 1);\n if (j > 0) {\n b.iushrn(j);\n while (j-- > 0) {\n if (x2.isOdd()) {\n x2.iadd(delta);\n }\n\n x2.iushrn(1);\n }\n }\n\n if (a.cmp(b) >= 0) {\n a.isub(b);\n x1.isub(x2);\n } else {\n b.isub(a);\n x2.isub(x1);\n }\n }\n\n var res;\n if (a.cmpn(1) === 0) {\n res = x1;\n } else {\n res = x2;\n }\n\n if (res.cmpn(0) < 0) {\n res.iadd(p);\n }\n\n return res;\n };\n\n BN.prototype.gcd = function gcd (num) {\n if (this.isZero()) return num.abs();\n if (num.isZero()) return this.abs();\n\n var a = this.clone();\n var b = num.clone();\n a.negative = 0;\n b.negative = 0;\n\n // Remove common factor of two\n for (var shift = 0; a.isEven() && b.isEven(); shift++) {\n a.iushrn(1);\n b.iushrn(1);\n }\n\n do {\n while (a.isEven()) {\n a.iushrn(1);\n }\n while (b.isEven()) {\n b.iushrn(1);\n }\n\n var r = a.cmp(b);\n if (r < 0) {\n // Swap `a` and `b` to make `a` always bigger than `b`\n var t = a;\n a = b;\n b = t;\n } else if (r === 0 || b.cmpn(1) === 0) {\n break;\n }\n\n a.isub(b);\n } while (true);\n\n return b.iushln(shift);\n };\n\n // Invert number in the field F(num)\n BN.prototype.invm = function invm (num) {\n return this.egcd(num).a.umod(num);\n };\n\n BN.prototype.isEven = function isEven () {\n return (this.words[0] & 1) === 0;\n };\n\n BN.prototype.isOdd = function isOdd () {\n return (this.words[0] & 1) === 1;\n };\n\n // And first word and num\n BN.prototype.andln = function andln (num) {\n return this.words[0] & num;\n };\n\n // Increment at the bit position in-line\n BN.prototype.bincn = function bincn (bit) {\n assert(typeof bit === 'number');\n var r = bit % 26;\n var s = (bit - r) / 26;\n var q = 1 << r;\n\n // Fast case: bit is much higher than all existing words\n if (this.length <= s) {\n this._expand(s + 1);\n this.words[s] |= q;\n return this;\n }\n\n // Add bit and propagate, if needed\n var carry = q;\n for (var i = s; carry !== 0 && i < this.length; i++) {\n var w = this.words[i] | 0;\n w += carry;\n carry = w >>> 26;\n w &= 0x3ffffff;\n this.words[i] = w;\n }\n if (carry !== 0) {\n this.words[i] = carry;\n this.length++;\n }\n return this;\n };\n\n BN.prototype.isZero = function isZero () {\n return this.length === 1 && this.words[0] === 0;\n };\n\n BN.prototype.cmpn = function cmpn (num) {\n var negative = num < 0;\n\n if (this.negative !== 0 && !negative) return -1;\n if (this.negative === 0 && negative) return 1;\n\n this._strip();\n\n var res;\n if (this.length > 1) {\n res = 1;\n } else {\n if (negative) {\n num = -num;\n }\n\n assert(num <= 0x3ffffff, 'Number is too big');\n\n var w = this.words[0] | 0;\n res = w === num ? 0 : w < num ? -1 : 1;\n }\n if (this.negative !== 0) return -res | 0;\n return res;\n };\n\n // Compare two numbers and return:\n // 1 - if `this` > `num`\n // 0 - if `this` == `num`\n // -1 - if `this` < `num`\n BN.prototype.cmp = function cmp (num) {\n if (this.negative !== 0 && num.negative === 0) return -1;\n if (this.negative === 0 && num.negative !== 0) return 1;\n\n var res = this.ucmp(num);\n if (this.negative !== 0) return -res | 0;\n return res;\n };\n\n // Unsigned comparison\n BN.prototype.ucmp = function ucmp (num) {\n // At this point both numbers have the same sign\n if (this.length > num.length) return 1;\n if (this.length < num.length) return -1;\n\n var res = 0;\n for (var i = this.length - 1; i >= 0; i--) {\n var a = this.words[i] | 0;\n var b = num.words[i] | 0;\n\n if (a === b) continue;\n if (a < b) {\n res = -1;\n } else if (a > b) {\n res = 1;\n }\n break;\n }\n return res;\n };\n\n BN.prototype.gtn = function gtn (num) {\n return this.cmpn(num) === 1;\n };\n\n BN.prototype.gt = function gt (num) {\n return this.cmp(num) === 1;\n };\n\n BN.prototype.gten = function gten (num) {\n return this.cmpn(num) >= 0;\n };\n\n BN.prototype.gte = function gte (num) {\n return this.cmp(num) >= 0;\n };\n\n BN.prototype.ltn = function ltn (num) {\n return this.cmpn(num) === -1;\n };\n\n BN.prototype.lt = function lt (num) {\n return this.cmp(num) === -1;\n };\n\n BN.prototype.lten = function lten (num) {\n return this.cmpn(num) <= 0;\n };\n\n BN.prototype.lte = function lte (num) {\n return this.cmp(num) <= 0;\n };\n\n BN.prototype.eqn = function eqn (num) {\n return this.cmpn(num) === 0;\n };\n\n BN.prototype.eq = function eq (num) {\n return this.cmp(num) === 0;\n };\n\n //\n // A reduce context, could be using montgomery or something better, depending\n // on the `m` itself.\n //\n BN.red = function red (num) {\n return new Red(num);\n };\n\n BN.prototype.toRed = function toRed (ctx) {\n assert(!this.red, 'Already a number in reduction context');\n assert(this.negative === 0, 'red works only with positives');\n return ctx.convertTo(this)._forceRed(ctx);\n };\n\n BN.prototype.fromRed = function fromRed () {\n assert(this.red, 'fromRed works only with numbers in reduction context');\n return this.red.convertFrom(this);\n };\n\n BN.prototype._forceRed = function _forceRed (ctx) {\n this.red = ctx;\n return this;\n };\n\n BN.prototype.forceRed = function forceRed (ctx) {\n assert(!this.red, 'Already a number in reduction context');\n return this._forceRed(ctx);\n };\n\n BN.prototype.redAdd = function redAdd (num) {\n assert(this.red, 'redAdd works only with red numbers');\n return this.red.add(this, num);\n };\n\n BN.prototype.redIAdd = function redIAdd (num) {\n assert(this.red, 'redIAdd works only with red numbers');\n return this.red.iadd(this, num);\n };\n\n BN.prototype.redSub = function redSub (num) {\n assert(this.red, 'redSub works only with red numbers');\n return this.red.sub(this, num);\n };\n\n BN.prototype.redISub = function redISub (num) {\n assert(this.red, 'redISub works only with red numbers');\n return this.red.isub(this, num);\n };\n\n BN.prototype.redShl = function redShl (num) {\n assert(this.red, 'redShl works only with red numbers');\n return this.red.shl(this, num);\n };\n\n BN.prototype.redMul = function redMul (num) {\n assert(this.red, 'redMul works only with red numbers');\n this.red._verify2(this, num);\n return this.red.mul(this, num);\n };\n\n BN.prototype.redIMul = function redIMul (num) {\n assert(this.red, 'redMul works only with red numbers');\n this.red._verify2(this, num);\n return this.red.imul(this, num);\n };\n\n BN.prototype.redSqr = function redSqr () {\n assert(this.red, 'redSqr works only with red numbers');\n this.red._verify1(this);\n return this.red.sqr(this);\n };\n\n BN.prototype.redISqr = function redISqr () {\n assert(this.red, 'redISqr works only with red numbers');\n this.red._verify1(this);\n return this.red.isqr(this);\n };\n\n // Square root over p\n BN.prototype.redSqrt = function redSqrt () {\n assert(this.red, 'redSqrt works only with red numbers');\n this.red._verify1(this);\n return this.red.sqrt(this);\n };\n\n BN.prototype.redInvm = function redInvm () {\n assert(this.red, 'redInvm works only with red numbers');\n this.red._verify1(this);\n return this.red.invm(this);\n };\n\n // Return negative clone of `this` % `red modulo`\n BN.prototype.redNeg = function redNeg () {\n assert(this.red, 'redNeg works only with red numbers');\n this.red._verify1(this);\n return this.red.neg(this);\n };\n\n BN.prototype.redPow = function redPow (num) {\n assert(this.red && !num.red, 'redPow(normalNum)');\n this.red._verify1(this);\n return this.red.pow(this, num);\n };\n\n // Prime numbers with efficient reduction\n var primes = {\n k256: null,\n p224: null,\n p192: null,\n p25519: null\n };\n\n // Pseudo-Mersenne prime\n function MPrime (name, p) {\n // P = 2 ^ N - K\n this.name = name;\n this.p = new BN(p, 16);\n this.n = this.p.bitLength();\n this.k = new BN(1).iushln(this.n).isub(this.p);\n\n this.tmp = this._tmp();\n }\n\n MPrime.prototype._tmp = function _tmp () {\n var tmp = new BN(null);\n tmp.words = new Array(Math.ceil(this.n / 13));\n return tmp;\n };\n\n MPrime.prototype.ireduce = function ireduce (num) {\n // Assumes that `num` is less than `P^2`\n // num = HI * (2 ^ N - K) + HI * K + LO = HI * K + LO (mod P)\n var r = num;\n var rlen;\n\n do {\n this.split(r, this.tmp);\n r = this.imulK(r);\n r = r.iadd(this.tmp);\n rlen = r.bitLength();\n } while (rlen > this.n);\n\n var cmp = rlen < this.n ? -1 : r.ucmp(this.p);\n if (cmp === 0) {\n r.words[0] = 0;\n r.length = 1;\n } else if (cmp > 0) {\n r.isub(this.p);\n } else {\n if (r.strip !== undefined) {\n // r is a BN v4 instance\n r.strip();\n } else {\n // r is a BN v5 instance\n r._strip();\n }\n }\n\n return r;\n };\n\n MPrime.prototype.split = function split (input, out) {\n input.iushrn(this.n, 0, out);\n };\n\n MPrime.prototype.imulK = function imulK (num) {\n return num.imul(this.k);\n };\n\n function K256 () {\n MPrime.call(\n this,\n 'k256',\n 'ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f');\n }\n inherits(K256, MPrime);\n\n K256.prototype.split = function split (input, output) {\n // 256 = 9 * 26 + 22\n var mask = 0x3fffff;\n\n var outLen = Math.min(input.length, 9);\n for (var i = 0; i < outLen; i++) {\n output.words[i] = input.words[i];\n }\n output.length = outLen;\n\n if (input.length <= 9) {\n input.words[0] = 0;\n input.length = 1;\n return;\n }\n\n // Shift by 9 limbs\n var prev = input.words[9];\n output.words[output.length++] = prev & mask;\n\n for (i = 10; i < input.length; i++) {\n var next = input.words[i] | 0;\n input.words[i - 10] = ((next & mask) << 4) | (prev >>> 22);\n prev = next;\n }\n prev >>>= 22;\n input.words[i - 10] = prev;\n if (prev === 0 && input.length > 10) {\n input.length -= 10;\n } else {\n input.length -= 9;\n }\n };\n\n K256.prototype.imulK = function imulK (num) {\n // K = 0x1000003d1 = [ 0x40, 0x3d1 ]\n num.words[num.length] = 0;\n num.words[num.length + 1] = 0;\n num.length += 2;\n\n // bounded at: 0x40 * 0x3ffffff + 0x3d0 = 0x100000390\n var lo = 0;\n for (var i = 0; i < num.length; i++) {\n var w = num.words[i] | 0;\n lo += w * 0x3d1;\n num.words[i] = lo & 0x3ffffff;\n lo = w * 0x40 + ((lo / 0x4000000) | 0);\n }\n\n // Fast length reduction\n if (num.words[num.length - 1] === 0) {\n num.length--;\n if (num.words[num.length - 1] === 0) {\n num.length--;\n }\n }\n return num;\n };\n\n function P224 () {\n MPrime.call(\n this,\n 'p224',\n 'ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001');\n }\n inherits(P224, MPrime);\n\n function P192 () {\n MPrime.call(\n this,\n 'p192',\n 'ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff');\n }\n inherits(P192, MPrime);\n\n function P25519 () {\n // 2 ^ 255 - 19\n MPrime.call(\n this,\n '25519',\n '7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed');\n }\n inherits(P25519, MPrime);\n\n P25519.prototype.imulK = function imulK (num) {\n // K = 0x13\n var carry = 0;\n for (var i = 0; i < num.length; i++) {\n var hi = (num.words[i] | 0) * 0x13 + carry;\n var lo = hi & 0x3ffffff;\n hi >>>= 26;\n\n num.words[i] = lo;\n carry = hi;\n }\n if (carry !== 0) {\n num.words[num.length++] = carry;\n }\n return num;\n };\n\n // Exported mostly for testing purposes, use plain name instead\n BN._prime = function prime (name) {\n // Cached version of prime\n if (primes[name]) return primes[name];\n\n var prime;\n if (name === 'k256') {\n prime = new K256();\n } else if (name === 'p224') {\n prime = new P224();\n } else if (name === 'p192') {\n prime = new P192();\n } else if (name === 'p25519') {\n prime = new P25519();\n } else {\n throw new Error('Unknown prime ' + name);\n }\n primes[name] = prime;\n\n return prime;\n };\n\n //\n // Base reduction engine\n //\n function Red (m) {\n if (typeof m === 'string') {\n var prime = BN._prime(m);\n this.m = prime.p;\n this.prime = prime;\n } else {\n assert(m.gtn(1), 'modulus must be greater than 1');\n this.m = m;\n this.prime = null;\n }\n }\n\n Red.prototype._verify1 = function _verify1 (a) {\n assert(a.negative === 0, 'red works only with positives');\n assert(a.red, 'red works only with red numbers');\n };\n\n Red.prototype._verify2 = function _verify2 (a, b) {\n assert((a.negative | b.negative) === 0, 'red works only with positives');\n assert(a.red && a.red === b.red,\n 'red works only with red numbers');\n };\n\n Red.prototype.imod = function imod (a) {\n if (this.prime) return this.prime.ireduce(a)._forceRed(this);\n\n move(a, a.umod(this.m)._forceRed(this));\n return a;\n };\n\n Red.prototype.neg = function neg (a) {\n if (a.isZero()) {\n return a.clone();\n }\n\n return this.m.sub(a)._forceRed(this);\n };\n\n Red.prototype.add = function add (a, b) {\n this._verify2(a, b);\n\n var res = a.add(b);\n if (res.cmp(this.m) >= 0) {\n res.isub(this.m);\n }\n return res._forceRed(this);\n };\n\n Red.prototype.iadd = function iadd (a, b) {\n this._verify2(a, b);\n\n var res = a.iadd(b);\n if (res.cmp(this.m) >= 0) {\n res.isub(this.m);\n }\n return res;\n };\n\n Red.prototype.sub = function sub (a, b) {\n this._verify2(a, b);\n\n var res = a.sub(b);\n if (res.cmpn(0) < 0) {\n res.iadd(this.m);\n }\n return res._forceRed(this);\n };\n\n Red.prototype.isub = function isub (a, b) {\n this._verify2(a, b);\n\n var res = a.isub(b);\n if (res.cmpn(0) < 0) {\n res.iadd(this.m);\n }\n return res;\n };\n\n Red.prototype.shl = function shl (a, num) {\n this._verify1(a);\n return this.imod(a.ushln(num));\n };\n\n Red.prototype.imul = function imul (a, b) {\n this._verify2(a, b);\n return this.imod(a.imul(b));\n };\n\n Red.prototype.mul = function mul (a, b) {\n this._verify2(a, b);\n return this.imod(a.mul(b));\n };\n\n Red.prototype.isqr = function isqr (a) {\n return this.imul(a, a.clone());\n };\n\n Red.prototype.sqr = function sqr (a) {\n return this.mul(a, a);\n };\n\n Red.prototype.sqrt = function sqrt (a) {\n if (a.isZero()) return a.clone();\n\n var mod3 = this.m.andln(3);\n assert(mod3 % 2 === 1);\n\n // Fast case\n if (mod3 === 3) {\n var pow = this.m.add(new BN(1)).iushrn(2);\n return this.pow(a, pow);\n }\n\n // Tonelli-Shanks algorithm (Totally unoptimized and slow)\n //\n // Find Q and S, that Q * 2 ^ S = (P - 1)\n var q = this.m.subn(1);\n var s = 0;\n while (!q.isZero() && q.andln(1) === 0) {\n s++;\n q.iushrn(1);\n }\n assert(!q.isZero());\n\n var one = new BN(1).toRed(this);\n var nOne = one.redNeg();\n\n // Find quadratic non-residue\n // NOTE: Max is such because of generalized Riemann hypothesis.\n var lpow = this.m.subn(1).iushrn(1);\n var z = this.m.bitLength();\n z = new BN(2 * z * z).toRed(this);\n\n while (this.pow(z, lpow).cmp(nOne) !== 0) {\n z.redIAdd(nOne);\n }\n\n var c = this.pow(z, q);\n var r = this.pow(a, q.addn(1).iushrn(1));\n var t = this.pow(a, q);\n var m = s;\n while (t.cmp(one) !== 0) {\n var tmp = t;\n for (var i = 0; tmp.cmp(one) !== 0; i++) {\n tmp = tmp.redSqr();\n }\n assert(i < m);\n var b = this.pow(c, new BN(1).iushln(m - i - 1));\n\n r = r.redMul(b);\n c = b.redSqr();\n t = t.redMul(c);\n m = i;\n }\n\n return r;\n };\n\n Red.prototype.invm = function invm (a) {\n var inv = a._invmp(this.m);\n if (inv.negative !== 0) {\n inv.negative = 0;\n return this.imod(inv).redNeg();\n } else {\n return this.imod(inv);\n }\n };\n\n Red.prototype.pow = function pow (a, num) {\n if (num.isZero()) return new BN(1).toRed(this);\n if (num.cmpn(1) === 0) return a.clone();\n\n var windowSize = 4;\n var wnd = new Array(1 << windowSize);\n wnd[0] = new BN(1).toRed(this);\n wnd[1] = a;\n for (var i = 2; i < wnd.length; i++) {\n wnd[i] = this.mul(wnd[i - 1], a);\n }\n\n var res = wnd[0];\n var current = 0;\n var currentLen = 0;\n var start = num.bitLength() % 26;\n if (start === 0) {\n start = 26;\n }\n\n for (i = num.length - 1; i >= 0; i--) {\n var word = num.words[i];\n for (var j = start - 1; j >= 0; j--) {\n var bit = (word >> j) & 1;\n if (res !== wnd[0]) {\n res = this.sqr(res);\n }\n\n if (bit === 0 && current === 0) {\n currentLen = 0;\n continue;\n }\n\n current <<= 1;\n current |= bit;\n currentLen++;\n if (currentLen !== windowSize && (i !== 0 || j !== 0)) continue;\n\n res = this.mul(res, wnd[current]);\n currentLen = 0;\n current = 0;\n }\n start = 26;\n }\n\n return res;\n };\n\n Red.prototype.convertTo = function convertTo (num) {\n var r = num.umod(this.m);\n\n return r === num ? r.clone() : r;\n };\n\n Red.prototype.convertFrom = function convertFrom (num) {\n var res = num.clone();\n res.red = null;\n return res;\n };\n\n //\n // Montgomery method engine\n //\n\n BN.mont = function mont (num) {\n return new Mont(num);\n };\n\n function Mont (m) {\n Red.call(this, m);\n\n this.shift = this.m.bitLength();\n if (this.shift % 26 !== 0) {\n this.shift += 26 - (this.shift % 26);\n }\n\n this.r = new BN(1).iushln(this.shift);\n this.r2 = this.imod(this.r.sqr());\n this.rinv = this.r._invmp(this.m);\n\n this.minv = this.rinv.mul(this.r).isubn(1).div(this.m);\n this.minv = this.minv.umod(this.r);\n this.minv = this.r.sub(this.minv);\n }\n inherits(Mont, Red);\n\n Mont.prototype.convertTo = function convertTo (num) {\n return this.imod(num.ushln(this.shift));\n };\n\n Mont.prototype.convertFrom = function convertFrom (num) {\n var r = this.imod(num.mul(this.rinv));\n r.red = null;\n return r;\n };\n\n Mont.prototype.imul = function imul (a, b) {\n if (a.isZero() || b.isZero()) {\n a.words[0] = 0;\n a.length = 1;\n return a;\n }\n\n var t = a.imul(b);\n var c = t.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m);\n var u = t.isub(c).iushrn(this.shift);\n var res = u;\n\n if (u.cmp(this.m) >= 0) {\n res = u.isub(this.m);\n } else if (u.cmpn(0) < 0) {\n res = u.iadd(this.m);\n }\n\n return res._forceRed(this);\n };\n\n Mont.prototype.mul = function mul (a, b) {\n if (a.isZero() || b.isZero()) return new BN(0)._forceRed(this);\n\n var t = a.mul(b);\n var c = t.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m);\n var u = t.isub(c).iushrn(this.shift);\n var res = u;\n if (u.cmp(this.m) >= 0) {\n res = u.isub(this.m);\n } else if (u.cmpn(0) < 0) {\n res = u.iadd(this.m);\n }\n\n return res._forceRed(this);\n };\n\n Mont.prototype.invm = function invm (a) {\n // (AR)^-1 * R^2 = (A^-1 * R^-1) * R^2 = A^-1 * R\n var res = this.imod(a._invmp(this.m).mul(this.r2));\n return res._forceRed(this);\n };\n})(typeof module === 'undefined' || module, this);\n","var indexOf = function (xs, item) {\n if (xs.indexOf) return xs.indexOf(item);\n else for (var i = 0; i < xs.length; i++) {\n if (xs[i] === item) return i;\n }\n return -1;\n};\nvar Object_keys = function (obj) {\n if (Object.keys) return Object.keys(obj)\n else {\n var res = [];\n for (var key in obj) res.push(key)\n return res;\n }\n};\n\nvar forEach = function (xs, fn) {\n if (xs.forEach) return xs.forEach(fn)\n else for (var i = 0; i < xs.length; i++) {\n fn(xs[i], i, xs);\n }\n};\n\nvar defineProp = (function() {\n try {\n Object.defineProperty({}, '_', {});\n return function(obj, name, value) {\n Object.defineProperty(obj, name, {\n writable: true,\n enumerable: false,\n configurable: true,\n value: value\n })\n };\n } catch(e) {\n return function(obj, name, value) {\n obj[name] = value;\n };\n }\n}());\n\nvar globals = ['Array', 'Boolean', 'Date', 'Error', 'EvalError', 'Function',\n'Infinity', 'JSON', 'Math', 'NaN', 'Number', 'Object', 'RangeError',\n'ReferenceError', 'RegExp', 'String', 'SyntaxError', 'TypeError', 'URIError',\n'decodeURI', 'decodeURIComponent', 'encodeURI', 'encodeURIComponent', 'escape',\n'eval', 'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'undefined', 'unescape'];\n\nfunction Context() {}\nContext.prototype = {};\n\nvar Script = exports.Script = function NodeScript (code) {\n if (!(this instanceof Script)) return new Script(code);\n this.code = code;\n};\n\nScript.prototype.runInContext = function (context) {\n if (!(context instanceof Context)) {\n throw new TypeError(\"needs a 'context' argument.\");\n }\n \n var iframe = document.createElement('iframe');\n if (!iframe.style) iframe.style = {};\n iframe.style.display = 'none';\n \n document.body.appendChild(iframe);\n \n var win = iframe.contentWindow;\n var wEval = win.eval, wExecScript = win.execScript;\n\n if (!wEval && wExecScript) {\n // win.eval() magically appears when this is called in IE:\n wExecScript.call(win, 'null');\n wEval = win.eval;\n }\n \n forEach(Object_keys(context), function (key) {\n win[key] = context[key];\n });\n forEach(globals, function (key) {\n if (context[key]) {\n win[key] = context[key];\n }\n });\n \n var winKeys = Object_keys(win);\n\n var res = wEval.call(win, this.code);\n \n forEach(Object_keys(win), function (key) {\n // Avoid copying circular objects like `top` and `window` by only\n // updating existing context properties or new properties in the `win`\n // that was only introduced after the eval.\n if (key in context || indexOf(winKeys, key) === -1) {\n context[key] = win[key];\n }\n });\n\n forEach(globals, function (key) {\n if (!(key in context)) {\n defineProp(context, key, win[key]);\n }\n });\n \n document.body.removeChild(iframe);\n \n return res;\n};\n\nScript.prototype.runInThisContext = function () {\n return eval(this.code); // maybe...\n};\n\nScript.prototype.runInNewContext = function (context) {\n var ctx = Script.createContext(context);\n var res = this.runInContext(ctx);\n\n if (context) {\n forEach(Object_keys(ctx), function (key) {\n context[key] = ctx[key];\n });\n }\n\n return res;\n};\n\nforEach(Object_keys(Script.prototype), function (name) {\n exports[name] = Script[name] = function (code) {\n var s = Script(code);\n return s[name].apply(s, [].slice.call(arguments, 1));\n };\n});\n\nexports.isContext = function (context) {\n return context instanceof Context;\n};\n\nexports.createScript = function (code) {\n return exports.Script(code);\n};\n\nexports.createContext = Script.createContext = function (context) {\n var copy = new Context();\n if(typeof context === 'object') {\n forEach(Object_keys(context), function (key) {\n copy[key] = context[key];\n });\n }\n return copy;\n};\n","var asn1 = require('../asn1');\nvar inherits = require('inherits');\n\nvar api = exports;\n\napi.define = function define(name, body) {\n return new Entity(name, body);\n};\n\nfunction Entity(name, body) {\n this.name = name;\n this.body = body;\n\n this.decoders = {};\n this.encoders = {};\n};\n\nEntity.prototype._createNamed = function createNamed(base) {\n var named;\n try {\n named = require('vm').runInThisContext(\n '(function ' + this.name + '(entity) {\\n' +\n ' this._initNamed(entity);\\n' +\n '})'\n );\n } catch (e) {\n named = function (entity) {\n this._initNamed(entity);\n };\n }\n inherits(named, base);\n named.prototype._initNamed = function initnamed(entity) {\n base.call(this, entity);\n };\n\n return new named(this);\n};\n\nEntity.prototype._getDecoder = function _getDecoder(enc) {\n enc = enc || 'der';\n // Lazily create decoder\n if (!this.decoders.hasOwnProperty(enc))\n this.decoders[enc] = this._createNamed(asn1.decoders[enc]);\n return this.decoders[enc];\n};\n\nEntity.prototype.decode = function decode(data, enc, options) {\n return this._getDecoder(enc).decode(data, options);\n};\n\nEntity.prototype._getEncoder = function _getEncoder(enc) {\n enc = enc || 'der';\n // Lazily create encoder\n if (!this.encoders.hasOwnProperty(enc))\n this.encoders[enc] = this._createNamed(asn1.encoders[enc]);\n return this.encoders[enc];\n};\n\nEntity.prototype.encode = function encode(data, enc, /* internal */ reporter) {\n return this._getEncoder(enc).encode(data, reporter);\n};\n","var inherits = require('inherits');\n\nfunction Reporter(options) {\n this._reporterState = {\n obj: null,\n path: [],\n options: options || {},\n errors: []\n };\n}\nexports.Reporter = Reporter;\n\nReporter.prototype.isError = function isError(obj) {\n return obj instanceof ReporterError;\n};\n\nReporter.prototype.save = function save() {\n var state = this._reporterState;\n\n return { obj: state.obj, pathLen: state.path.length };\n};\n\nReporter.prototype.restore = function restore(data) {\n var state = this._reporterState;\n\n state.obj = data.obj;\n state.path = state.path.slice(0, data.pathLen);\n};\n\nReporter.prototype.enterKey = function enterKey(key) {\n return this._reporterState.path.push(key);\n};\n\nReporter.prototype.exitKey = function exitKey(index) {\n var state = this._reporterState;\n\n state.path = state.path.slice(0, index - 1);\n};\n\nReporter.prototype.leaveKey = function leaveKey(index, key, value) {\n var state = this._reporterState;\n\n this.exitKey(index);\n if (state.obj !== null)\n state.obj[key] = value;\n};\n\nReporter.prototype.path = function path() {\n return this._reporterState.path.join('/');\n};\n\nReporter.prototype.enterObject = function enterObject() {\n var state = this._reporterState;\n\n var prev = state.obj;\n state.obj = {};\n return prev;\n};\n\nReporter.prototype.leaveObject = function leaveObject(prev) {\n var state = this._reporterState;\n\n var now = state.obj;\n state.obj = prev;\n return now;\n};\n\nReporter.prototype.error = function error(msg) {\n var err;\n var state = this._reporterState;\n\n var inherited = msg instanceof ReporterError;\n if (inherited) {\n err = msg;\n } else {\n err = new ReporterError(state.path.map(function(elem) {\n return '[' + JSON.stringify(elem) + ']';\n }).join(''), msg.message || msg, msg.stack);\n }\n\n if (!state.options.partial)\n throw err;\n\n if (!inherited)\n state.errors.push(err);\n\n return err;\n};\n\nReporter.prototype.wrapResult = function wrapResult(result) {\n var state = this._reporterState;\n if (!state.options.partial)\n return result;\n\n return {\n result: this.isError(result) ? null : result,\n errors: state.errors\n };\n};\n\nfunction ReporterError(path, msg) {\n this.path = path;\n this.rethrow(msg);\n};\ninherits(ReporterError, Error);\n\nReporterError.prototype.rethrow = function rethrow(msg) {\n this.message = msg + ' at: ' + (this.path || '(shallow)');\n if (Error.captureStackTrace)\n Error.captureStackTrace(this, ReporterError);\n\n if (!this.stack) {\n try {\n // IE only adds stack when thrown\n throw new Error(this.message);\n } catch (e) {\n this.stack = e.stack;\n }\n }\n return this;\n};\n","var inherits = require('inherits');\nvar Reporter = require('../base').Reporter;\nvar Buffer = require('buffer').Buffer;\n\nfunction DecoderBuffer(base, options) {\n Reporter.call(this, options);\n if (!Buffer.isBuffer(base)) {\n this.error('Input not Buffer');\n return;\n }\n\n this.base = base;\n this.offset = 0;\n this.length = base.length;\n}\ninherits(DecoderBuffer, Reporter);\nexports.DecoderBuffer = DecoderBuffer;\n\nDecoderBuffer.prototype.save = function save() {\n return { offset: this.offset, reporter: Reporter.prototype.save.call(this) };\n};\n\nDecoderBuffer.prototype.restore = function restore(save) {\n // Return skipped data\n var res = new DecoderBuffer(this.base);\n res.offset = save.offset;\n res.length = this.offset;\n\n this.offset = save.offset;\n Reporter.prototype.restore.call(this, save.reporter);\n\n return res;\n};\n\nDecoderBuffer.prototype.isEmpty = function isEmpty() {\n return this.offset === this.length;\n};\n\nDecoderBuffer.prototype.readUInt8 = function readUInt8(fail) {\n if (this.offset + 1 <= this.length)\n return this.base.readUInt8(this.offset++, true);\n else\n return this.error(fail || 'DecoderBuffer overrun');\n}\n\nDecoderBuffer.prototype.skip = function skip(bytes, fail) {\n if (!(this.offset + bytes <= this.length))\n return this.error(fail || 'DecoderBuffer overrun');\n\n var res = new DecoderBuffer(this.base);\n\n // Share reporter state\n res._reporterState = this._reporterState;\n\n res.offset = this.offset;\n res.length = this.offset + bytes;\n this.offset += bytes;\n return res;\n}\n\nDecoderBuffer.prototype.raw = function raw(save) {\n return this.base.slice(save ? save.offset : this.offset, this.length);\n}\n\nfunction EncoderBuffer(value, reporter) {\n if (Array.isArray(value)) {\n this.length = 0;\n this.value = value.map(function(item) {\n if (!(item instanceof EncoderBuffer))\n item = new EncoderBuffer(item, reporter);\n this.length += item.length;\n return item;\n }, this);\n } else if (typeof value === 'number') {\n if (!(0 <= value && value <= 0xff))\n return reporter.error('non-byte EncoderBuffer value');\n this.value = value;\n this.length = 1;\n } else if (typeof value === 'string') {\n this.value = value;\n this.length = Buffer.byteLength(value);\n } else if (Buffer.isBuffer(value)) {\n this.value = value;\n this.length = value.length;\n } else {\n return reporter.error('Unsupported type: ' + typeof value);\n }\n}\nexports.EncoderBuffer = EncoderBuffer;\n\nEncoderBuffer.prototype.join = function join(out, offset) {\n if (!out)\n out = new Buffer(this.length);\n if (!offset)\n offset = 0;\n\n if (this.length === 0)\n return out;\n\n if (Array.isArray(this.value)) {\n this.value.forEach(function(item) {\n item.join(out, offset);\n offset += item.length;\n });\n } else {\n if (typeof this.value === 'number')\n out[offset] = this.value;\n else if (typeof this.value === 'string')\n out.write(this.value, offset);\n else if (Buffer.isBuffer(this.value))\n this.value.copy(out, offset);\n offset += this.length;\n }\n\n return out;\n};\n","var Reporter = require('../base').Reporter;\nvar EncoderBuffer = require('../base').EncoderBuffer;\nvar DecoderBuffer = require('../base').DecoderBuffer;\nvar assert = require('minimalistic-assert');\n\n// Supported tags\nvar tags = [\n 'seq', 'seqof', 'set', 'setof', 'objid', 'bool',\n 'gentime', 'utctime', 'null_', 'enum', 'int', 'objDesc',\n 'bitstr', 'bmpstr', 'charstr', 'genstr', 'graphstr', 'ia5str', 'iso646str',\n 'numstr', 'octstr', 'printstr', 't61str', 'unistr', 'utf8str', 'videostr'\n];\n\n// Public methods list\nvar methods = [\n 'key', 'obj', 'use', 'optional', 'explicit', 'implicit', 'def', 'choice',\n 'any', 'contains'\n].concat(tags);\n\n// Overrided methods list\nvar overrided = [\n '_peekTag', '_decodeTag', '_use',\n '_decodeStr', '_decodeObjid', '_decodeTime',\n '_decodeNull', '_decodeInt', '_decodeBool', '_decodeList',\n\n '_encodeComposite', '_encodeStr', '_encodeObjid', '_encodeTime',\n '_encodeNull', '_encodeInt', '_encodeBool'\n];\n\nfunction Node(enc, parent) {\n var state = {};\n this._baseState = state;\n\n state.enc = enc;\n\n state.parent = parent || null;\n state.children = null;\n\n // State\n state.tag = null;\n state.args = null;\n state.reverseArgs = null;\n state.choice = null;\n state.optional = false;\n state.any = false;\n state.obj = false;\n state.use = null;\n state.useDecoder = null;\n state.key = null;\n state['default'] = null;\n state.explicit = null;\n state.implicit = null;\n state.contains = null;\n\n // Should create new instance on each method\n if (!state.parent) {\n state.children = [];\n this._wrap();\n }\n}\nmodule.exports = Node;\n\nvar stateProps = [\n 'enc', 'parent', 'children', 'tag', 'args', 'reverseArgs', 'choice',\n 'optional', 'any', 'obj', 'use', 'alteredUse', 'key', 'default', 'explicit',\n 'implicit', 'contains'\n];\n\nNode.prototype.clone = function clone() {\n var state = this._baseState;\n var cstate = {};\n stateProps.forEach(function(prop) {\n cstate[prop] = state[prop];\n });\n var res = new this.constructor(cstate.parent);\n res._baseState = cstate;\n return res;\n};\n\nNode.prototype._wrap = function wrap() {\n var state = this._baseState;\n methods.forEach(function(method) {\n this[method] = function _wrappedMethod() {\n var clone = new this.constructor(this);\n state.children.push(clone);\n return clone[method].apply(clone, arguments);\n };\n }, this);\n};\n\nNode.prototype._init = function init(body) {\n var state = this._baseState;\n\n assert(state.parent === null);\n body.call(this);\n\n // Filter children\n state.children = state.children.filter(function(child) {\n return child._baseState.parent === this;\n }, this);\n assert.equal(state.children.length, 1, 'Root node can have only one child');\n};\n\nNode.prototype._useArgs = function useArgs(args) {\n var state = this._baseState;\n\n // Filter children and args\n var children = args.filter(function(arg) {\n return arg instanceof this.constructor;\n }, this);\n args = args.filter(function(arg) {\n return !(arg instanceof this.constructor);\n }, this);\n\n if (children.length !== 0) {\n assert(state.children === null);\n state.children = children;\n\n // Replace parent to maintain backward link\n children.forEach(function(child) {\n child._baseState.parent = this;\n }, this);\n }\n if (args.length !== 0) {\n assert(state.args === null);\n state.args = args;\n state.reverseArgs = args.map(function(arg) {\n if (typeof arg !== 'object' || arg.constructor !== Object)\n return arg;\n\n var res = {};\n Object.keys(arg).forEach(function(key) {\n if (key == (key | 0))\n key |= 0;\n var value = arg[key];\n res[value] = key;\n });\n return res;\n });\n }\n};\n\n//\n// Overrided methods\n//\n\noverrided.forEach(function(method) {\n Node.prototype[method] = function _overrided() {\n var state = this._baseState;\n throw new Error(method + ' not implemented for encoding: ' + state.enc);\n };\n});\n\n//\n// Public methods\n//\n\ntags.forEach(function(tag) {\n Node.prototype[tag] = function _tagMethod() {\n var state = this._baseState;\n var args = Array.prototype.slice.call(arguments);\n\n assert(state.tag === null);\n state.tag = tag;\n\n this._useArgs(args);\n\n return this;\n };\n});\n\nNode.prototype.use = function use(item) {\n assert(item);\n var state = this._baseState;\n\n assert(state.use === null);\n state.use = item;\n\n return this;\n};\n\nNode.prototype.optional = function optional() {\n var state = this._baseState;\n\n state.optional = true;\n\n return this;\n};\n\nNode.prototype.def = function def(val) {\n var state = this._baseState;\n\n assert(state['default'] === null);\n state['default'] = val;\n state.optional = true;\n\n return this;\n};\n\nNode.prototype.explicit = function explicit(num) {\n var state = this._baseState;\n\n assert(state.explicit === null && state.implicit === null);\n state.explicit = num;\n\n return this;\n};\n\nNode.prototype.implicit = function implicit(num) {\n var state = this._baseState;\n\n assert(state.explicit === null && state.implicit === null);\n state.implicit = num;\n\n return this;\n};\n\nNode.prototype.obj = function obj() {\n var state = this._baseState;\n var args = Array.prototype.slice.call(arguments);\n\n state.obj = true;\n\n if (args.length !== 0)\n this._useArgs(args);\n\n return this;\n};\n\nNode.prototype.key = function key(newKey) {\n var state = this._baseState;\n\n assert(state.key === null);\n state.key = newKey;\n\n return this;\n};\n\nNode.prototype.any = function any() {\n var state = this._baseState;\n\n state.any = true;\n\n return this;\n};\n\nNode.prototype.choice = function choice(obj) {\n var state = this._baseState;\n\n assert(state.choice === null);\n state.choice = obj;\n this._useArgs(Object.keys(obj).map(function(key) {\n return obj[key];\n }));\n\n return this;\n};\n\nNode.prototype.contains = function contains(item) {\n var state = this._baseState;\n\n assert(state.use === null);\n state.contains = item;\n\n return this;\n};\n\n//\n// Decoding\n//\n\nNode.prototype._decode = function decode(input, options) {\n var state = this._baseState;\n\n // Decode root node\n if (state.parent === null)\n return input.wrapResult(state.children[0]._decode(input, options));\n\n var result = state['default'];\n var present = true;\n\n var prevKey = null;\n if (state.key !== null)\n prevKey = input.enterKey(state.key);\n\n // Check if tag is there\n if (state.optional) {\n var tag = null;\n if (state.explicit !== null)\n tag = state.explicit;\n else if (state.implicit !== null)\n tag = state.implicit;\n else if (state.tag !== null)\n tag = state.tag;\n\n if (tag === null && !state.any) {\n // Trial and Error\n var save = input.save();\n try {\n if (state.choice === null)\n this._decodeGeneric(state.tag, input, options);\n else\n this._decodeChoice(input, options);\n present = true;\n } catch (e) {\n present = false;\n }\n input.restore(save);\n } else {\n present = this._peekTag(input, tag, state.any);\n\n if (input.isError(present))\n return present;\n }\n }\n\n // Push object on stack\n var prevObj;\n if (state.obj && present)\n prevObj = input.enterObject();\n\n if (present) {\n // Unwrap explicit values\n if (state.explicit !== null) {\n var explicit = this._decodeTag(input, state.explicit);\n if (input.isError(explicit))\n return explicit;\n input = explicit;\n }\n\n var start = input.offset;\n\n // Unwrap implicit and normal values\n if (state.use === null && state.choice === null) {\n if (state.any)\n var save = input.save();\n var body = this._decodeTag(\n input,\n state.implicit !== null ? state.implicit : state.tag,\n state.any\n );\n if (input.isError(body))\n return body;\n\n if (state.any)\n result = input.raw(save);\n else\n input = body;\n }\n\n if (options && options.track && state.tag !== null)\n options.track(input.path(), start, input.length, 'tagged');\n\n if (options && options.track && state.tag !== null)\n options.track(input.path(), input.offset, input.length, 'content');\n\n // Select proper method for tag\n if (state.any)\n result = result;\n else if (state.choice === null)\n result = this._decodeGeneric(state.tag, input, options);\n else\n result = this._decodeChoice(input, options);\n\n if (input.isError(result))\n return result;\n\n // Decode children\n if (!state.any && state.choice === null && state.children !== null) {\n state.children.forEach(function decodeChildren(child) {\n // NOTE: We are ignoring errors here, to let parser continue with other\n // parts of encoded data\n child._decode(input, options);\n });\n }\n\n // Decode contained/encoded by schema, only in bit or octet strings\n if (state.contains && (state.tag === 'octstr' || state.tag === 'bitstr')) {\n var data = new DecoderBuffer(result);\n result = this._getUse(state.contains, input._reporterState.obj)\n ._decode(data, options);\n }\n }\n\n // Pop object\n if (state.obj && present)\n result = input.leaveObject(prevObj);\n\n // Set key\n if (state.key !== null && (result !== null || present === true))\n input.leaveKey(prevKey, state.key, result);\n else if (prevKey !== null)\n input.exitKey(prevKey);\n\n return result;\n};\n\nNode.prototype._decodeGeneric = function decodeGeneric(tag, input, options) {\n var state = this._baseState;\n\n if (tag === 'seq' || tag === 'set')\n return null;\n if (tag === 'seqof' || tag === 'setof')\n return this._decodeList(input, tag, state.args[0], options);\n else if (/str$/.test(tag))\n return this._decodeStr(input, tag, options);\n else if (tag === 'objid' && state.args)\n return this._decodeObjid(input, state.args[0], state.args[1], options);\n else if (tag === 'objid')\n return this._decodeObjid(input, null, null, options);\n else if (tag === 'gentime' || tag === 'utctime')\n return this._decodeTime(input, tag, options);\n else if (tag === 'null_')\n return this._decodeNull(input, options);\n else if (tag === 'bool')\n return this._decodeBool(input, options);\n else if (tag === 'objDesc')\n return this._decodeStr(input, tag, options);\n else if (tag === 'int' || tag === 'enum')\n return this._decodeInt(input, state.args && state.args[0], options);\n\n if (state.use !== null) {\n return this._getUse(state.use, input._reporterState.obj)\n ._decode(input, options);\n } else {\n return input.error('unknown tag: ' + tag);\n }\n};\n\nNode.prototype._getUse = function _getUse(entity, obj) {\n\n var state = this._baseState;\n // Create altered use decoder if implicit is set\n state.useDecoder = this._use(entity, obj);\n assert(state.useDecoder._baseState.parent === null);\n state.useDecoder = state.useDecoder._baseState.children[0];\n if (state.implicit !== state.useDecoder._baseState.implicit) {\n state.useDecoder = state.useDecoder.clone();\n state.useDecoder._baseState.implicit = state.implicit;\n }\n return state.useDecoder;\n};\n\nNode.prototype._decodeChoice = function decodeChoice(input, options) {\n var state = this._baseState;\n var result = null;\n var match = false;\n\n Object.keys(state.choice).some(function(key) {\n var save = input.save();\n var node = state.choice[key];\n try {\n var value = node._decode(input, options);\n if (input.isError(value))\n return false;\n\n result = { type: key, value: value };\n match = true;\n } catch (e) {\n input.restore(save);\n return false;\n }\n return true;\n }, this);\n\n if (!match)\n return input.error('Choice not matched');\n\n return result;\n};\n\n//\n// Encoding\n//\n\nNode.prototype._createEncoderBuffer = function createEncoderBuffer(data) {\n return new EncoderBuffer(data, this.reporter);\n};\n\nNode.prototype._encode = function encode(data, reporter, parent) {\n var state = this._baseState;\n if (state['default'] !== null && state['default'] === data)\n return;\n\n var result = this._encodeValue(data, reporter, parent);\n if (result === undefined)\n return;\n\n if (this._skipDefault(result, reporter, parent))\n return;\n\n return result;\n};\n\nNode.prototype._encodeValue = function encode(data, reporter, parent) {\n var state = this._baseState;\n\n // Decode root node\n if (state.parent === null)\n return state.children[0]._encode(data, reporter || new Reporter());\n\n var result = null;\n\n // Set reporter to share it with a child class\n this.reporter = reporter;\n\n // Check if data is there\n if (state.optional && data === undefined) {\n if (state['default'] !== null)\n data = state['default']\n else\n return;\n }\n\n // Encode children first\n var content = null;\n var primitive = false;\n if (state.any) {\n // Anything that was given is translated to buffer\n result = this._createEncoderBuffer(data);\n } else if (state.choice) {\n result = this._encodeChoice(data, reporter);\n } else if (state.contains) {\n content = this._getUse(state.contains, parent)._encode(data, reporter);\n primitive = true;\n } else if (state.children) {\n content = state.children.map(function(child) {\n if (child._baseState.tag === 'null_')\n return child._encode(null, reporter, data);\n\n if (child._baseState.key === null)\n return reporter.error('Child should have a key');\n var prevKey = reporter.enterKey(child._baseState.key);\n\n if (typeof data !== 'object')\n return reporter.error('Child expected, but input is not object');\n\n var res = child._encode(data[child._baseState.key], reporter, data);\n reporter.leaveKey(prevKey);\n\n return res;\n }, this).filter(function(child) {\n return child;\n });\n content = this._createEncoderBuffer(content);\n } else {\n if (state.tag === 'seqof' || state.tag === 'setof') {\n // TODO(indutny): this should be thrown on DSL level\n if (!(state.args && state.args.length === 1))\n return reporter.error('Too many args for : ' + state.tag);\n\n if (!Array.isArray(data))\n return reporter.error('seqof/setof, but data is not Array');\n\n var child = this.clone();\n child._baseState.implicit = null;\n content = this._createEncoderBuffer(data.map(function(item) {\n var state = this._baseState;\n\n return this._getUse(state.args[0], data)._encode(item, reporter);\n }, child));\n } else if (state.use !== null) {\n result = this._getUse(state.use, parent)._encode(data, reporter);\n } else {\n content = this._encodePrimitive(state.tag, data);\n primitive = true;\n }\n }\n\n // Encode data itself\n var result;\n if (!state.any && state.choice === null) {\n var tag = state.implicit !== null ? state.implicit : state.tag;\n var cls = state.implicit === null ? 'universal' : 'context';\n\n if (tag === null) {\n if (state.use === null)\n reporter.error('Tag could be omitted only for .use()');\n } else {\n if (state.use === null)\n result = this._encodeComposite(tag, primitive, cls, content);\n }\n }\n\n // Wrap in explicit\n if (state.explicit !== null)\n result = this._encodeComposite(state.explicit, false, 'context', result);\n\n return result;\n};\n\nNode.prototype._encodeChoice = function encodeChoice(data, reporter) {\n var state = this._baseState;\n\n var node = state.choice[data.type];\n if (!node) {\n assert(\n false,\n data.type + ' not found in ' +\n JSON.stringify(Object.keys(state.choice)));\n }\n return node._encode(data.value, reporter);\n};\n\nNode.prototype._encodePrimitive = function encodePrimitive(tag, data) {\n var state = this._baseState;\n\n if (/str$/.test(tag))\n return this._encodeStr(data, tag);\n else if (tag === 'objid' && state.args)\n return this._encodeObjid(data, state.reverseArgs[0], state.args[1]);\n else if (tag === 'objid')\n return this._encodeObjid(data, null, null);\n else if (tag === 'gentime' || tag === 'utctime')\n return this._encodeTime(data, tag);\n else if (tag === 'null_')\n return this._encodeNull();\n else if (tag === 'int' || tag === 'enum')\n return this._encodeInt(data, state.args && state.reverseArgs[0]);\n else if (tag === 'bool')\n return this._encodeBool(data);\n else if (tag === 'objDesc')\n return this._encodeStr(data, tag);\n else\n throw new Error('Unsupported tag: ' + tag);\n};\n\nNode.prototype._isNumstr = function isNumstr(str) {\n return /^[0-9 ]*$/.test(str);\n};\n\nNode.prototype._isPrintstr = function isPrintstr(str) {\n return /^[A-Za-z0-9 '\\(\\)\\+,\\-\\.\\/:=\\?]*$/.test(str);\n};\n","var base = exports;\n\nbase.Reporter = require('./reporter').Reporter;\nbase.DecoderBuffer = require('./buffer').DecoderBuffer;\nbase.EncoderBuffer = require('./buffer').EncoderBuffer;\nbase.Node = require('./node');\n","var constants = require('../constants');\n\nexports.tagClass = {\n 0: 'universal',\n 1: 'application',\n 2: 'context',\n 3: 'private'\n};\nexports.tagClassByName = constants._reverse(exports.tagClass);\n\nexports.tag = {\n 0x00: 'end',\n 0x01: 'bool',\n 0x02: 'int',\n 0x03: 'bitstr',\n 0x04: 'octstr',\n 0x05: 'null_',\n 0x06: 'objid',\n 0x07: 'objDesc',\n 0x08: 'external',\n 0x09: 'real',\n 0x0a: 'enum',\n 0x0b: 'embed',\n 0x0c: 'utf8str',\n 0x0d: 'relativeOid',\n 0x10: 'seq',\n 0x11: 'set',\n 0x12: 'numstr',\n 0x13: 'printstr',\n 0x14: 't61str',\n 0x15: 'videostr',\n 0x16: 'ia5str',\n 0x17: 'utctime',\n 0x18: 'gentime',\n 0x19: 'graphstr',\n 0x1a: 'iso646str',\n 0x1b: 'genstr',\n 0x1c: 'unistr',\n 0x1d: 'charstr',\n 0x1e: 'bmpstr'\n};\nexports.tagByName = constants._reverse(exports.tag);\n","var constants = exports;\n\n// Helper\nconstants._reverse = function reverse(map) {\n var res = {};\n\n Object.keys(map).forEach(function(key) {\n // Convert key to integer if it is stringified\n if ((key | 0) == key)\n key = key | 0;\n\n var value = map[key];\n res[value] = key;\n });\n\n return res;\n};\n\nconstants.der = require('./der');\n","var inherits = require('inherits');\n\nvar asn1 = require('../../asn1');\nvar base = asn1.base;\nvar bignum = asn1.bignum;\n\n// Import DER constants\nvar der = asn1.constants.der;\n\nfunction DERDecoder(entity) {\n this.enc = 'der';\n this.name = entity.name;\n this.entity = entity;\n\n // Construct base tree\n this.tree = new DERNode();\n this.tree._init(entity.body);\n};\nmodule.exports = DERDecoder;\n\nDERDecoder.prototype.decode = function decode(data, options) {\n if (!(data instanceof base.DecoderBuffer))\n data = new base.DecoderBuffer(data, options);\n\n return this.tree._decode(data, options);\n};\n\n// Tree methods\n\nfunction DERNode(parent) {\n base.Node.call(this, 'der', parent);\n}\ninherits(DERNode, base.Node);\n\nDERNode.prototype._peekTag = function peekTag(buffer, tag, any) {\n if (buffer.isEmpty())\n return false;\n\n var state = buffer.save();\n var decodedTag = derDecodeTag(buffer, 'Failed to peek tag: \"' + tag + '\"');\n if (buffer.isError(decodedTag))\n return decodedTag;\n\n buffer.restore(state);\n\n return decodedTag.tag === tag || decodedTag.tagStr === tag ||\n (decodedTag.tagStr + 'of') === tag || any;\n};\n\nDERNode.prototype._decodeTag = function decodeTag(buffer, tag, any) {\n var decodedTag = derDecodeTag(buffer,\n 'Failed to decode tag of \"' + tag + '\"');\n if (buffer.isError(decodedTag))\n return decodedTag;\n\n var len = derDecodeLen(buffer,\n decodedTag.primitive,\n 'Failed to get length of \"' + tag + '\"');\n\n // Failure\n if (buffer.isError(len))\n return len;\n\n if (!any &&\n decodedTag.tag !== tag &&\n decodedTag.tagStr !== tag &&\n decodedTag.tagStr + 'of' !== tag) {\n return buffer.error('Failed to match tag: \"' + tag + '\"');\n }\n\n if (decodedTag.primitive || len !== null)\n return buffer.skip(len, 'Failed to match body of: \"' + tag + '\"');\n\n // Indefinite length... find END tag\n var state = buffer.save();\n var res = this._skipUntilEnd(\n buffer,\n 'Failed to skip indefinite length body: \"' + this.tag + '\"');\n if (buffer.isError(res))\n return res;\n\n len = buffer.offset - state.offset;\n buffer.restore(state);\n return buffer.skip(len, 'Failed to match body of: \"' + tag + '\"');\n};\n\nDERNode.prototype._skipUntilEnd = function skipUntilEnd(buffer, fail) {\n while (true) {\n var tag = derDecodeTag(buffer, fail);\n if (buffer.isError(tag))\n return tag;\n var len = derDecodeLen(buffer, tag.primitive, fail);\n if (buffer.isError(len))\n return len;\n\n var res;\n if (tag.primitive || len !== null)\n res = buffer.skip(len)\n else\n res = this._skipUntilEnd(buffer, fail);\n\n // Failure\n if (buffer.isError(res))\n return res;\n\n if (tag.tagStr === 'end')\n break;\n }\n};\n\nDERNode.prototype._decodeList = function decodeList(buffer, tag, decoder,\n options) {\n var result = [];\n while (!buffer.isEmpty()) {\n var possibleEnd = this._peekTag(buffer, 'end');\n if (buffer.isError(possibleEnd))\n return possibleEnd;\n\n var res = decoder.decode(buffer, 'der', options);\n if (buffer.isError(res) && possibleEnd)\n break;\n result.push(res);\n }\n return result;\n};\n\nDERNode.prototype._decodeStr = function decodeStr(buffer, tag) {\n if (tag === 'bitstr') {\n var unused = buffer.readUInt8();\n if (buffer.isError(unused))\n return unused;\n return { unused: unused, data: buffer.raw() };\n } else if (tag === 'bmpstr') {\n var raw = buffer.raw();\n if (raw.length % 2 === 1)\n return buffer.error('Decoding of string type: bmpstr length mismatch');\n\n var str = '';\n for (var i = 0; i < raw.length / 2; i++) {\n str += String.fromCharCode(raw.readUInt16BE(i * 2));\n }\n return str;\n } else if (tag === 'numstr') {\n var numstr = buffer.raw().toString('ascii');\n if (!this._isNumstr(numstr)) {\n return buffer.error('Decoding of string type: ' +\n 'numstr unsupported characters');\n }\n return numstr;\n } else if (tag === 'octstr') {\n return buffer.raw();\n } else if (tag === 'objDesc') {\n return buffer.raw();\n } else if (tag === 'printstr') {\n var printstr = buffer.raw().toString('ascii');\n if (!this._isPrintstr(printstr)) {\n return buffer.error('Decoding of string type: ' +\n 'printstr unsupported characters');\n }\n return printstr;\n } else if (/str$/.test(tag)) {\n return buffer.raw().toString();\n } else {\n return buffer.error('Decoding of string type: ' + tag + ' unsupported');\n }\n};\n\nDERNode.prototype._decodeObjid = function decodeObjid(buffer, values, relative) {\n var result;\n var identifiers = [];\n var ident = 0;\n while (!buffer.isEmpty()) {\n var subident = buffer.readUInt8();\n ident <<= 7;\n ident |= subident & 0x7f;\n if ((subident & 0x80) === 0) {\n identifiers.push(ident);\n ident = 0;\n }\n }\n if (subident & 0x80)\n identifiers.push(ident);\n\n var first = (identifiers[0] / 40) | 0;\n var second = identifiers[0] % 40;\n\n if (relative)\n result = identifiers;\n else\n result = [first, second].concat(identifiers.slice(1));\n\n if (values) {\n var tmp = values[result.join(' ')];\n if (tmp === undefined)\n tmp = values[result.join('.')];\n if (tmp !== undefined)\n result = tmp;\n }\n\n return result;\n};\n\nDERNode.prototype._decodeTime = function decodeTime(buffer, tag) {\n var str = buffer.raw().toString();\n if (tag === 'gentime') {\n var year = str.slice(0, 4) | 0;\n var mon = str.slice(4, 6) | 0;\n var day = str.slice(6, 8) | 0;\n var hour = str.slice(8, 10) | 0;\n var min = str.slice(10, 12) | 0;\n var sec = str.slice(12, 14) | 0;\n } else if (tag === 'utctime') {\n var year = str.slice(0, 2) | 0;\n var mon = str.slice(2, 4) | 0;\n var day = str.slice(4, 6) | 0;\n var hour = str.slice(6, 8) | 0;\n var min = str.slice(8, 10) | 0;\n var sec = str.slice(10, 12) | 0;\n if (year < 70)\n year = 2000 + year;\n else\n year = 1900 + year;\n } else {\n return buffer.error('Decoding ' + tag + ' time is not supported yet');\n }\n\n return Date.UTC(year, mon - 1, day, hour, min, sec, 0);\n};\n\nDERNode.prototype._decodeNull = function decodeNull(buffer) {\n return null;\n};\n\nDERNode.prototype._decodeBool = function decodeBool(buffer) {\n var res = buffer.readUInt8();\n if (buffer.isError(res))\n return res;\n else\n return res !== 0;\n};\n\nDERNode.prototype._decodeInt = function decodeInt(buffer, values) {\n // Bigint, return as it is (assume big endian)\n var raw = buffer.raw();\n var res = new bignum(raw);\n\n if (values)\n res = values[res.toString(10)] || res;\n\n return res;\n};\n\nDERNode.prototype._use = function use(entity, obj) {\n if (typeof entity === 'function')\n entity = entity(obj);\n return entity._getDecoder('der').tree;\n};\n\n// Utility methods\n\nfunction derDecodeTag(buf, fail) {\n var tag = buf.readUInt8(fail);\n if (buf.isError(tag))\n return tag;\n\n var cls = der.tagClass[tag >> 6];\n var primitive = (tag & 0x20) === 0;\n\n // Multi-octet tag - load\n if ((tag & 0x1f) === 0x1f) {\n var oct = tag;\n tag = 0;\n while ((oct & 0x80) === 0x80) {\n oct = buf.readUInt8(fail);\n if (buf.isError(oct))\n return oct;\n\n tag <<= 7;\n tag |= oct & 0x7f;\n }\n } else {\n tag &= 0x1f;\n }\n var tagStr = der.tag[tag];\n\n return {\n cls: cls,\n primitive: primitive,\n tag: tag,\n tagStr: tagStr\n };\n}\n\nfunction derDecodeLen(buf, primitive, fail) {\n var len = buf.readUInt8(fail);\n if (buf.isError(len))\n return len;\n\n // Indefinite form\n if (!primitive && len === 0x80)\n return null;\n\n // Definite form\n if ((len & 0x80) === 0) {\n // Short form\n return len;\n }\n\n // Long form\n var num = len & 0x7f;\n if (num > 4)\n return buf.error('length octect is too long');\n\n len = 0;\n for (var i = 0; i < num; i++) {\n len <<= 8;\n var j = buf.readUInt8(fail);\n if (buf.isError(j))\n return j;\n len |= j;\n }\n\n return len;\n}\n","var inherits = require('inherits');\nvar Buffer = require('buffer').Buffer;\n\nvar DERDecoder = require('./der');\n\nfunction PEMDecoder(entity) {\n DERDecoder.call(this, entity);\n this.enc = 'pem';\n};\ninherits(PEMDecoder, DERDecoder);\nmodule.exports = PEMDecoder;\n\nPEMDecoder.prototype.decode = function decode(data, options) {\n var lines = data.toString().split(/[\\r\\n]+/g);\n\n var label = options.label.toUpperCase();\n\n var re = /^-----(BEGIN|END) ([^-]+)-----$/;\n var start = -1;\n var end = -1;\n for (var i = 0; i < lines.length; i++) {\n var match = lines[i].match(re);\n if (match === null)\n continue;\n\n if (match[2] !== label)\n continue;\n\n if (start === -1) {\n if (match[1] !== 'BEGIN')\n break;\n start = i;\n } else {\n if (match[1] !== 'END')\n break;\n end = i;\n break;\n }\n }\n if (start === -1 || end === -1)\n throw new Error('PEM section not found for: ' + label);\n\n var base64 = lines.slice(start + 1, end).join('');\n // Remove excessive symbols\n base64.replace(/[^a-z0-9\\+\\/=]+/gi, '');\n\n var input = new Buffer(base64, 'base64');\n return DERDecoder.prototype.decode.call(this, input, options);\n};\n","var decoders = exports;\n\ndecoders.der = require('./der');\ndecoders.pem = require('./pem');\n","var inherits = require('inherits');\nvar Buffer = require('buffer').Buffer;\n\nvar asn1 = require('../../asn1');\nvar base = asn1.base;\n\n// Import DER constants\nvar der = asn1.constants.der;\n\nfunction DEREncoder(entity) {\n this.enc = 'der';\n this.name = entity.name;\n this.entity = entity;\n\n // Construct base tree\n this.tree = new DERNode();\n this.tree._init(entity.body);\n};\nmodule.exports = DEREncoder;\n\nDEREncoder.prototype.encode = function encode(data, reporter) {\n return this.tree._encode(data, reporter).join();\n};\n\n// Tree methods\n\nfunction DERNode(parent) {\n base.Node.call(this, 'der', parent);\n}\ninherits(DERNode, base.Node);\n\nDERNode.prototype._encodeComposite = function encodeComposite(tag,\n primitive,\n cls,\n content) {\n var encodedTag = encodeTag(tag, primitive, cls, this.reporter);\n\n // Short form\n if (content.length < 0x80) {\n var header = new Buffer(2);\n header[0] = encodedTag;\n header[1] = content.length;\n return this._createEncoderBuffer([ header, content ]);\n }\n\n // Long form\n // Count octets required to store length\n var lenOctets = 1;\n for (var i = content.length; i >= 0x100; i >>= 8)\n lenOctets++;\n\n var header = new Buffer(1 + 1 + lenOctets);\n header[0] = encodedTag;\n header[1] = 0x80 | lenOctets;\n\n for (var i = 1 + lenOctets, j = content.length; j > 0; i--, j >>= 8)\n header[i] = j & 0xff;\n\n return this._createEncoderBuffer([ header, content ]);\n};\n\nDERNode.prototype._encodeStr = function encodeStr(str, tag) {\n if (tag === 'bitstr') {\n return this._createEncoderBuffer([ str.unused | 0, str.data ]);\n } else if (tag === 'bmpstr') {\n var buf = new Buffer(str.length * 2);\n for (var i = 0; i < str.length; i++) {\n buf.writeUInt16BE(str.charCodeAt(i), i * 2);\n }\n return this._createEncoderBuffer(buf);\n } else if (tag === 'numstr') {\n if (!this._isNumstr(str)) {\n return this.reporter.error('Encoding of string type: numstr supports ' +\n 'only digits and space');\n }\n return this._createEncoderBuffer(str);\n } else if (tag === 'printstr') {\n if (!this._isPrintstr(str)) {\n return this.reporter.error('Encoding of string type: printstr supports ' +\n 'only latin upper and lower case letters, ' +\n 'digits, space, apostrophe, left and rigth ' +\n 'parenthesis, plus sign, comma, hyphen, ' +\n 'dot, slash, colon, equal sign, ' +\n 'question mark');\n }\n return this._createEncoderBuffer(str);\n } else if (/str$/.test(tag)) {\n return this._createEncoderBuffer(str);\n } else if (tag === 'objDesc') {\n return this._createEncoderBuffer(str);\n } else {\n return this.reporter.error('Encoding of string type: ' + tag +\n ' unsupported');\n }\n};\n\nDERNode.prototype._encodeObjid = function encodeObjid(id, values, relative) {\n if (typeof id === 'string') {\n if (!values)\n return this.reporter.error('string objid given, but no values map found');\n if (!values.hasOwnProperty(id))\n return this.reporter.error('objid not found in values map');\n id = values[id].split(/[\\s\\.]+/g);\n for (var i = 0; i < id.length; i++)\n id[i] |= 0;\n } else if (Array.isArray(id)) {\n id = id.slice();\n for (var i = 0; i < id.length; i++)\n id[i] |= 0;\n }\n\n if (!Array.isArray(id)) {\n return this.reporter.error('objid() should be either array or string, ' +\n 'got: ' + JSON.stringify(id));\n }\n\n if (!relative) {\n if (id[1] >= 40)\n return this.reporter.error('Second objid identifier OOB');\n id.splice(0, 2, id[0] * 40 + id[1]);\n }\n\n // Count number of octets\n var size = 0;\n for (var i = 0; i < id.length; i++) {\n var ident = id[i];\n for (size++; ident >= 0x80; ident >>= 7)\n size++;\n }\n\n var objid = new Buffer(size);\n var offset = objid.length - 1;\n for (var i = id.length - 1; i >= 0; i--) {\n var ident = id[i];\n objid[offset--] = ident & 0x7f;\n while ((ident >>= 7) > 0)\n objid[offset--] = 0x80 | (ident & 0x7f);\n }\n\n return this._createEncoderBuffer(objid);\n};\n\nfunction two(num) {\n if (num < 10)\n return '0' + num;\n else\n return num;\n}\n\nDERNode.prototype._encodeTime = function encodeTime(time, tag) {\n var str;\n var date = new Date(time);\n\n if (tag === 'gentime') {\n str = [\n two(date.getFullYear()),\n two(date.getUTCMonth() + 1),\n two(date.getUTCDate()),\n two(date.getUTCHours()),\n two(date.getUTCMinutes()),\n two(date.getUTCSeconds()),\n 'Z'\n ].join('');\n } else if (tag === 'utctime') {\n str = [\n two(date.getFullYear() % 100),\n two(date.getUTCMonth() + 1),\n two(date.getUTCDate()),\n two(date.getUTCHours()),\n two(date.getUTCMinutes()),\n two(date.getUTCSeconds()),\n 'Z'\n ].join('');\n } else {\n this.reporter.error('Encoding ' + tag + ' time is not supported yet');\n }\n\n return this._encodeStr(str, 'octstr');\n};\n\nDERNode.prototype._encodeNull = function encodeNull() {\n return this._createEncoderBuffer('');\n};\n\nDERNode.prototype._encodeInt = function encodeInt(num, values) {\n if (typeof num === 'string') {\n if (!values)\n return this.reporter.error('String int or enum given, but no values map');\n if (!values.hasOwnProperty(num)) {\n return this.reporter.error('Values map doesn\\'t contain: ' +\n JSON.stringify(num));\n }\n num = values[num];\n }\n\n // Bignum, assume big endian\n if (typeof num !== 'number' && !Buffer.isBuffer(num)) {\n var numArray = num.toArray();\n if (!num.sign && numArray[0] & 0x80) {\n numArray.unshift(0);\n }\n num = new Buffer(numArray);\n }\n\n if (Buffer.isBuffer(num)) {\n var size = num.length;\n if (num.length === 0)\n size++;\n\n var out = new Buffer(size);\n num.copy(out);\n if (num.length === 0)\n out[0] = 0\n return this._createEncoderBuffer(out);\n }\n\n if (num < 0x80)\n return this._createEncoderBuffer(num);\n\n if (num < 0x100)\n return this._createEncoderBuffer([0, num]);\n\n var size = 1;\n for (var i = num; i >= 0x100; i >>= 8)\n size++;\n\n var out = new Array(size);\n for (var i = out.length - 1; i >= 0; i--) {\n out[i] = num & 0xff;\n num >>= 8;\n }\n if(out[0] & 0x80) {\n out.unshift(0);\n }\n\n return this._createEncoderBuffer(new Buffer(out));\n};\n\nDERNode.prototype._encodeBool = function encodeBool(value) {\n return this._createEncoderBuffer(value ? 0xff : 0);\n};\n\nDERNode.prototype._use = function use(entity, obj) {\n if (typeof entity === 'function')\n entity = entity(obj);\n return entity._getEncoder('der').tree;\n};\n\nDERNode.prototype._skipDefault = function skipDefault(dataBuffer, reporter, parent) {\n var state = this._baseState;\n var i;\n if (state['default'] === null)\n return false;\n\n var data = dataBuffer.join();\n if (state.defaultBuffer === undefined)\n state.defaultBuffer = this._encodeValue(state['default'], reporter, parent).join();\n\n if (data.length !== state.defaultBuffer.length)\n return false;\n\n for (i=0; i < data.length; i++)\n if (data[i] !== state.defaultBuffer[i])\n return false;\n\n return true;\n};\n\n// Utility methods\n\nfunction encodeTag(tag, primitive, cls, reporter) {\n var res;\n\n if (tag === 'seqof')\n tag = 'seq';\n else if (tag === 'setof')\n tag = 'set';\n\n if (der.tagByName.hasOwnProperty(tag))\n res = der.tagByName[tag];\n else if (typeof tag === 'number' && (tag | 0) === tag)\n res = tag;\n else\n return reporter.error('Unknown tag: ' + tag);\n\n if (res >= 0x1f)\n return reporter.error('Multi-octet tag encoding unsupported');\n\n if (!primitive)\n res |= 0x20;\n\n res |= (der.tagClassByName[cls || 'universal'] << 6);\n\n return res;\n}\n","var inherits = require('inherits');\n\nvar DEREncoder = require('./der');\n\nfunction PEMEncoder(entity) {\n DEREncoder.call(this, entity);\n this.enc = 'pem';\n};\ninherits(PEMEncoder, DEREncoder);\nmodule.exports = PEMEncoder;\n\nPEMEncoder.prototype.encode = function encode(data, options) {\n var buf = DEREncoder.prototype.encode.call(this, data);\n\n var p = buf.toString('base64');\n var out = [ '-----BEGIN ' + options.label + '-----' ];\n for (var i = 0; i < p.length; i += 64)\n out.push(p.slice(i, i + 64));\n out.push('-----END ' + options.label + '-----');\n return out.join('\\n');\n};\n","var encoders = exports;\n\nencoders.der = require('./der');\nencoders.pem = require('./pem');\n","var asn1 = exports;\n\nasn1.bignum = require('bn.js');\n\nasn1.define = require('./asn1/api').define;\nasn1.base = require('./asn1/base');\nasn1.constants = require('./asn1/constants');\nasn1.decoders = require('./asn1/decoders');\nasn1.encoders = require('./asn1/encoders');\n","// from https://github.com/Rantanen/node-dtls/blob/25a7dc861bda38cfeac93a723500eea4f0ac2e86/Certificate.js\n// thanks to @Rantanen\n\n'use strict'\n\nvar asn = require('asn1.js')\n\nvar Time = asn.define('Time', function () {\n this.choice({\n utcTime: this.utctime(),\n generalTime: this.gentime()\n })\n})\n\nvar AttributeTypeValue = asn.define('AttributeTypeValue', function () {\n this.seq().obj(\n this.key('type').objid(),\n this.key('value').any()\n )\n})\n\nvar AlgorithmIdentifier = asn.define('AlgorithmIdentifier', function () {\n this.seq().obj(\n this.key('algorithm').objid(),\n this.key('parameters').optional(),\n this.key('curve').objid().optional()\n )\n})\n\nvar SubjectPublicKeyInfo = asn.define('SubjectPublicKeyInfo', function () {\n this.seq().obj(\n this.key('algorithm').use(AlgorithmIdentifier),\n this.key('subjectPublicKey').bitstr()\n )\n})\n\nvar RelativeDistinguishedName = asn.define('RelativeDistinguishedName', function () {\n this.setof(AttributeTypeValue)\n})\n\nvar RDNSequence = asn.define('RDNSequence', function () {\n this.seqof(RelativeDistinguishedName)\n})\n\nvar Name = asn.define('Name', function () {\n this.choice({\n rdnSequence: this.use(RDNSequence)\n })\n})\n\nvar Validity = asn.define('Validity', function () {\n this.seq().obj(\n this.key('notBefore').use(Time),\n this.key('notAfter').use(Time)\n )\n})\n\nvar Extension = asn.define('Extension', function () {\n this.seq().obj(\n this.key('extnID').objid(),\n this.key('critical').bool().def(false),\n this.key('extnValue').octstr()\n )\n})\n\nvar TBSCertificate = asn.define('TBSCertificate', function () {\n this.seq().obj(\n this.key('version').explicit(0).int().optional(),\n this.key('serialNumber').int(),\n this.key('signature').use(AlgorithmIdentifier),\n this.key('issuer').use(Name),\n this.key('validity').use(Validity),\n this.key('subject').use(Name),\n this.key('subjectPublicKeyInfo').use(SubjectPublicKeyInfo),\n this.key('issuerUniqueID').implicit(1).bitstr().optional(),\n this.key('subjectUniqueID').implicit(2).bitstr().optional(),\n this.key('extensions').explicit(3).seqof(Extension).optional()\n )\n})\n\nvar X509Certificate = asn.define('X509Certificate', function () {\n this.seq().obj(\n this.key('tbsCertificate').use(TBSCertificate),\n this.key('signatureAlgorithm').use(AlgorithmIdentifier),\n this.key('signatureValue').bitstr()\n )\n})\n\nmodule.exports = X509Certificate\n","// from https://github.com/indutny/self-signed/blob/gh-pages/lib/asn1.js\n// Fedor, you are amazing.\n'use strict'\n\nvar asn1 = require('asn1.js')\n\nexports.certificate = require('./certificate')\n\nvar RSAPrivateKey = asn1.define('RSAPrivateKey', function () {\n this.seq().obj(\n this.key('version').int(),\n this.key('modulus').int(),\n this.key('publicExponent').int(),\n this.key('privateExponent').int(),\n this.key('prime1').int(),\n this.key('prime2').int(),\n this.key('exponent1').int(),\n this.key('exponent2').int(),\n this.key('coefficient').int()\n )\n})\nexports.RSAPrivateKey = RSAPrivateKey\n\nvar RSAPublicKey = asn1.define('RSAPublicKey', function () {\n this.seq().obj(\n this.key('modulus').int(),\n this.key('publicExponent').int()\n )\n})\nexports.RSAPublicKey = RSAPublicKey\n\nvar PublicKey = asn1.define('SubjectPublicKeyInfo', function () {\n this.seq().obj(\n this.key('algorithm').use(AlgorithmIdentifier),\n this.key('subjectPublicKey').bitstr()\n )\n})\nexports.PublicKey = PublicKey\n\nvar AlgorithmIdentifier = asn1.define('AlgorithmIdentifier', function () {\n this.seq().obj(\n this.key('algorithm').objid(),\n this.key('none').null_().optional(),\n this.key('curve').objid().optional(),\n this.key('params').seq().obj(\n this.key('p').int(),\n this.key('q').int(),\n this.key('g').int()\n ).optional()\n )\n})\n\nvar PrivateKeyInfo = asn1.define('PrivateKeyInfo', function () {\n this.seq().obj(\n this.key('version').int(),\n this.key('algorithm').use(AlgorithmIdentifier),\n this.key('subjectPrivateKey').octstr()\n )\n})\nexports.PrivateKey = PrivateKeyInfo\nvar EncryptedPrivateKeyInfo = asn1.define('EncryptedPrivateKeyInfo', function () {\n this.seq().obj(\n this.key('algorithm').seq().obj(\n this.key('id').objid(),\n this.key('decrypt').seq().obj(\n this.key('kde').seq().obj(\n this.key('id').objid(),\n this.key('kdeparams').seq().obj(\n this.key('salt').octstr(),\n this.key('iters').int()\n )\n ),\n this.key('cipher').seq().obj(\n this.key('algo').objid(),\n this.key('iv').octstr()\n )\n )\n ),\n this.key('subjectPrivateKey').octstr()\n )\n})\n\nexports.EncryptedPrivateKey = EncryptedPrivateKeyInfo\n\nvar DSAPrivateKey = asn1.define('DSAPrivateKey', function () {\n this.seq().obj(\n this.key('version').int(),\n this.key('p').int(),\n this.key('q').int(),\n this.key('g').int(),\n this.key('pub_key').int(),\n this.key('priv_key').int()\n )\n})\nexports.DSAPrivateKey = DSAPrivateKey\n\nexports.DSAparam = asn1.define('DSAparam', function () {\n this.int()\n})\n\nvar ECPrivateKey = asn1.define('ECPrivateKey', function () {\n this.seq().obj(\n this.key('version').int(),\n this.key('privateKey').octstr(),\n this.key('parameters').optional().explicit(0).use(ECParameters),\n this.key('publicKey').optional().explicit(1).bitstr()\n )\n})\nexports.ECPrivateKey = ECPrivateKey\n\nvar ECParameters = asn1.define('ECParameters', function () {\n this.choice({\n namedCurve: this.objid()\n })\n})\n\nexports.signature = asn1.define('signature', function () {\n this.seq().obj(\n this.key('r').int(),\n this.key('s').int()\n )\n})\n","module.exports={\"2.16.840.1.101.3.4.1.1\":\"aes-128-ecb\",\"2.16.840.1.101.3.4.1.2\":\"aes-128-cbc\",\"2.16.840.1.101.3.4.1.3\":\"aes-128-ofb\",\"2.16.840.1.101.3.4.1.4\":\"aes-128-cfb\",\"2.16.840.1.101.3.4.1.21\":\"aes-192-ecb\",\"2.16.840.1.101.3.4.1.22\":\"aes-192-cbc\",\"2.16.840.1.101.3.4.1.23\":\"aes-192-ofb\",\"2.16.840.1.101.3.4.1.24\":\"aes-192-cfb\",\"2.16.840.1.101.3.4.1.41\":\"aes-256-ecb\",\"2.16.840.1.101.3.4.1.42\":\"aes-256-cbc\",\"2.16.840.1.101.3.4.1.43\":\"aes-256-ofb\",\"2.16.840.1.101.3.4.1.44\":\"aes-256-cfb\"};","// adapted from https://github.com/apatil/pemstrip\nvar findProc = /Proc-Type: 4,ENCRYPTED[\\n\\r]+DEK-Info: AES-((?:128)|(?:192)|(?:256))-CBC,([0-9A-H]+)[\\n\\r]+([0-9A-z\\n\\r\\+\\/\\=]+)[\\n\\r]+/m\nvar startRegex = /^-----BEGIN ((?:.*? KEY)|CERTIFICATE)-----/m\nvar fullRegex = /^-----BEGIN ((?:.*? KEY)|CERTIFICATE)-----([0-9A-z\\n\\r\\+\\/\\=]+)-----END \\1-----$/m\nvar evp = require('evp_bytestokey')\nvar ciphers = require('browserify-aes')\nvar Buffer = require('safe-buffer').Buffer\nmodule.exports = function (okey, password) {\n var key = okey.toString()\n var match = key.match(findProc)\n var decrypted\n if (!match) {\n var match2 = key.match(fullRegex)\n decrypted = new Buffer(match2[2].replace(/[\\r\\n]/g, ''), 'base64')\n } else {\n var suite = 'aes' + match[1]\n var iv = Buffer.from(match[2], 'hex')\n var cipherText = Buffer.from(match[3].replace(/[\\r\\n]/g, ''), 'base64')\n var cipherKey = evp(password, iv.slice(0, 8), parseInt(match[1], 10)).key\n var out = []\n var cipher = ciphers.createDecipheriv(suite, cipherKey, iv)\n out.push(cipher.update(cipherText))\n out.push(cipher.final())\n decrypted = Buffer.concat(out)\n }\n var tag = key.match(startRegex)[1]\n return {\n tag: tag,\n data: decrypted\n }\n}\n","var asn1 = require('./asn1')\nvar aesid = require('./aesid.json')\nvar fixProc = require('./fixProc')\nvar ciphers = require('browserify-aes')\nvar compat = require('pbkdf2')\nvar Buffer = require('safe-buffer').Buffer\nmodule.exports = parseKeys\n\nfunction parseKeys (buffer) {\n var password\n if (typeof buffer === 'object' && !Buffer.isBuffer(buffer)) {\n password = buffer.passphrase\n buffer = buffer.key\n }\n if (typeof buffer === 'string') {\n buffer = Buffer.from(buffer)\n }\n\n var stripped = fixProc(buffer, password)\n\n var type = stripped.tag\n var data = stripped.data\n var subtype, ndata\n switch (type) {\n case 'CERTIFICATE':\n ndata = asn1.certificate.decode(data, 'der').tbsCertificate.subjectPublicKeyInfo\n // falls through\n case 'PUBLIC KEY':\n if (!ndata) {\n ndata = asn1.PublicKey.decode(data, 'der')\n }\n subtype = ndata.algorithm.algorithm.join('.')\n switch (subtype) {\n case '1.2.840.113549.1.1.1':\n return asn1.RSAPublicKey.decode(ndata.subjectPublicKey.data, 'der')\n case '1.2.840.10045.2.1':\n ndata.subjectPrivateKey = ndata.subjectPublicKey\n return {\n type: 'ec',\n data: ndata\n }\n case '1.2.840.10040.4.1':\n ndata.algorithm.params.pub_key = asn1.DSAparam.decode(ndata.subjectPublicKey.data, 'der')\n return {\n type: 'dsa',\n data: ndata.algorithm.params\n }\n default: throw new Error('unknown key id ' + subtype)\n }\n throw new Error('unknown key type ' + type)\n case 'ENCRYPTED PRIVATE KEY':\n data = asn1.EncryptedPrivateKey.decode(data, 'der')\n data = decrypt(data, password)\n // falls through\n case 'PRIVATE KEY':\n ndata = asn1.PrivateKey.decode(data, 'der')\n subtype = ndata.algorithm.algorithm.join('.')\n switch (subtype) {\n case '1.2.840.113549.1.1.1':\n return asn1.RSAPrivateKey.decode(ndata.subjectPrivateKey, 'der')\n case '1.2.840.10045.2.1':\n return {\n curve: ndata.algorithm.curve,\n privateKey: asn1.ECPrivateKey.decode(ndata.subjectPrivateKey, 'der').privateKey\n }\n case '1.2.840.10040.4.1':\n ndata.algorithm.params.priv_key = asn1.DSAparam.decode(ndata.subjectPrivateKey, 'der')\n return {\n type: 'dsa',\n params: ndata.algorithm.params\n }\n default: throw new Error('unknown key id ' + subtype)\n }\n throw new Error('unknown key type ' + type)\n case 'RSA PUBLIC KEY':\n return asn1.RSAPublicKey.decode(data, 'der')\n case 'RSA PRIVATE KEY':\n return asn1.RSAPrivateKey.decode(data, 'der')\n case 'DSA PRIVATE KEY':\n return {\n type: 'dsa',\n params: asn1.DSAPrivateKey.decode(data, 'der')\n }\n case 'EC PRIVATE KEY':\n data = asn1.ECPrivateKey.decode(data, 'der')\n return {\n curve: data.parameters.value,\n privateKey: data.privateKey\n }\n default: throw new Error('unknown key type ' + type)\n }\n}\nparseKeys.signature = asn1.signature\nfunction decrypt (data, password) {\n var salt = data.algorithm.decrypt.kde.kdeparams.salt\n var iters = parseInt(data.algorithm.decrypt.kde.kdeparams.iters.toString(), 10)\n var algo = aesid[data.algorithm.decrypt.cipher.algo.join('.')]\n var iv = data.algorithm.decrypt.cipher.iv\n var cipherText = data.subjectPrivateKey\n var keylen = parseInt(algo.split('-')[1], 10) / 8\n var key = compat.pbkdf2Sync(password, salt, iters, keylen, 'sha1')\n var cipher = ciphers.createDecipheriv(algo, key, iv)\n var out = []\n out.push(cipher.update(cipherText))\n out.push(cipher.final())\n return Buffer.concat(out)\n}\n","module.exports={\"1.3.132.0.10\":\"secp256k1\",\"1.3.132.0.33\":\"p224\",\"1.2.840.10045.3.1.1\":\"p192\",\"1.2.840.10045.3.1.7\":\"p256\",\"1.3.132.0.34\":\"p384\",\"1.3.132.0.35\":\"p521\"};","// much of this based on https://github.com/indutny/self-signed/blob/gh-pages/lib/rsa.js\nvar Buffer = require('safe-buffer').Buffer\nvar createHmac = require('create-hmac')\nvar crt = require('browserify-rsa')\nvar EC = require('elliptic').ec\nvar BN = require('bn.js')\nvar parseKeys = require('parse-asn1')\nvar curves = require('./curves.json')\n\nfunction sign (hash, key, hashType, signType, tag) {\n var priv = parseKeys(key)\n if (priv.curve) {\n // rsa keys can be interpreted as ecdsa ones in openssl\n if (signType !== 'ecdsa' && signType !== 'ecdsa/rsa') throw new Error('wrong private key type')\n return ecSign(hash, priv)\n } else if (priv.type === 'dsa') {\n if (signType !== 'dsa') throw new Error('wrong private key type')\n return dsaSign(hash, priv, hashType)\n } else {\n if (signType !== 'rsa' && signType !== 'ecdsa/rsa') throw new Error('wrong private key type')\n }\n hash = Buffer.concat([tag, hash])\n var len = priv.modulus.byteLength()\n var pad = [0, 1]\n while (hash.length + pad.length + 1 < len) pad.push(0xff)\n pad.push(0x00)\n var i = -1\n while (++i < hash.length) pad.push(hash[i])\n\n var out = crt(pad, priv)\n return out\n}\n\nfunction ecSign (hash, priv) {\n var curveId = curves[priv.curve.join('.')]\n if (!curveId) throw new Error('unknown curve ' + priv.curve.join('.'))\n\n var curve = new EC(curveId)\n var key = curve.keyFromPrivate(priv.privateKey)\n var out = key.sign(hash)\n\n return Buffer.from(out.toDER())\n}\n\nfunction dsaSign (hash, priv, algo) {\n var x = priv.params.priv_key\n var p = priv.params.p\n var q = priv.params.q\n var g = priv.params.g\n var r = new BN(0)\n var k\n var H = bits2int(hash, q).mod(q)\n var s = false\n var kv = getKey(x, q, hash, algo)\n while (s === false) {\n k = makeKey(q, kv, algo)\n r = makeR(g, k, p, q)\n s = k.invm(q).imul(H.add(x.mul(r))).mod(q)\n if (s.cmpn(0) === 0) {\n s = false\n r = new BN(0)\n }\n }\n return toDER(r, s)\n}\n\nfunction toDER (r, s) {\n r = r.toArray()\n s = s.toArray()\n\n // Pad values\n if (r[0] & 0x80) r = [0].concat(r)\n if (s[0] & 0x80) s = [0].concat(s)\n\n var total = r.length + s.length + 4\n var res = [0x30, total, 0x02, r.length]\n res = res.concat(r, [0x02, s.length], s)\n return Buffer.from(res)\n}\n\nfunction getKey (x, q, hash, algo) {\n x = Buffer.from(x.toArray())\n if (x.length < q.byteLength()) {\n var zeros = Buffer.alloc(q.byteLength() - x.length)\n x = Buffer.concat([zeros, x])\n }\n var hlen = hash.length\n var hbits = bits2octets(hash, q)\n var v = Buffer.alloc(hlen)\n v.fill(1)\n var k = Buffer.alloc(hlen)\n k = createHmac(algo, k).update(v).update(Buffer.from([0])).update(x).update(hbits).digest()\n v = createHmac(algo, k).update(v).digest()\n k = createHmac(algo, k).update(v).update(Buffer.from([1])).update(x).update(hbits).digest()\n v = createHmac(algo, k).update(v).digest()\n return { k: k, v: v }\n}\n\nfunction bits2int (obits, q) {\n var bits = new BN(obits)\n var shift = (obits.length << 3) - q.bitLength()\n if (shift > 0) bits.ishrn(shift)\n return bits\n}\n\nfunction bits2octets (bits, q) {\n bits = bits2int(bits, q)\n bits = bits.mod(q)\n var out = Buffer.from(bits.toArray())\n if (out.length < q.byteLength()) {\n var zeros = Buffer.alloc(q.byteLength() - out.length)\n out = Buffer.concat([zeros, out])\n }\n return out\n}\n\nfunction makeKey (q, kv, algo) {\n var t\n var k\n\n do {\n t = Buffer.alloc(0)\n\n while (t.length * 8 < q.bitLength()) {\n kv.v = createHmac(algo, kv.k).update(kv.v).digest()\n t = Buffer.concat([t, kv.v])\n }\n\n k = bits2int(t, q)\n kv.k = createHmac(algo, kv.k).update(kv.v).update(Buffer.from([0])).digest()\n kv.v = createHmac(algo, kv.k).update(kv.v).digest()\n } while (k.cmp(q) !== -1)\n\n return k\n}\n\nfunction makeR (g, k, p, q) {\n return g.toRed(BN.mont(p)).redPow(k).fromRed().mod(q)\n}\n\nmodule.exports = sign\nmodule.exports.getKey = getKey\nmodule.exports.makeKey = makeKey\n","// much of this based on https://github.com/indutny/self-signed/blob/gh-pages/lib/rsa.js\nvar Buffer = require('safe-buffer').Buffer\nvar BN = require('bn.js')\nvar EC = require('elliptic').ec\nvar parseKeys = require('parse-asn1')\nvar curves = require('./curves.json')\n\nfunction verify (sig, hash, key, signType, tag) {\n var pub = parseKeys(key)\n if (pub.type === 'ec') {\n // rsa keys can be interpreted as ecdsa ones in openssl\n if (signType !== 'ecdsa' && signType !== 'ecdsa/rsa') throw new Error('wrong public key type')\n return ecVerify(sig, hash, pub)\n } else if (pub.type === 'dsa') {\n if (signType !== 'dsa') throw new Error('wrong public key type')\n return dsaVerify(sig, hash, pub)\n } else {\n if (signType !== 'rsa' && signType !== 'ecdsa/rsa') throw new Error('wrong public key type')\n }\n hash = Buffer.concat([tag, hash])\n var len = pub.modulus.byteLength()\n var pad = [1]\n var padNum = 0\n while (hash.length + pad.length + 2 < len) {\n pad.push(0xff)\n padNum++\n }\n pad.push(0x00)\n var i = -1\n while (++i < hash.length) {\n pad.push(hash[i])\n }\n pad = Buffer.from(pad)\n var red = BN.mont(pub.modulus)\n sig = new BN(sig).toRed(red)\n\n sig = sig.redPow(new BN(pub.publicExponent))\n sig = Buffer.from(sig.fromRed().toArray())\n var out = padNum < 8 ? 1 : 0\n len = Math.min(sig.length, pad.length)\n if (sig.length !== pad.length) out = 1\n\n i = -1\n while (++i < len) out |= sig[i] ^ pad[i]\n return out === 0\n}\n\nfunction ecVerify (sig, hash, pub) {\n var curveId = curves[pub.data.algorithm.curve.join('.')]\n if (!curveId) throw new Error('unknown curve ' + pub.data.algorithm.curve.join('.'))\n\n var curve = new EC(curveId)\n var pubkey = pub.data.subjectPrivateKey.data\n\n return curve.verify(hash, sig, pubkey)\n}\n\nfunction dsaVerify (sig, hash, pub) {\n var p = pub.data.p\n var q = pub.data.q\n var g = pub.data.g\n var y = pub.data.pub_key\n var unpacked = parseKeys.signature.decode(sig, 'der')\n var s = unpacked.s\n var r = unpacked.r\n checkValue(s, q)\n checkValue(r, q)\n var montp = BN.mont(p)\n var w = s.invm(q)\n var v = g.toRed(montp)\n .redPow(new BN(hash).mul(w).mod(q))\n .fromRed()\n .mul(y.toRed(montp).redPow(r.mul(w).mod(q)).fromRed())\n .mod(p)\n .mod(q)\n return v.cmp(r) === 0\n}\n\nfunction checkValue (b, q) {\n if (b.cmpn(0) <= 0) throw new Error('invalid sig')\n if (b.cmp(q) >= q) throw new Error('invalid sig')\n}\n\nmodule.exports = verify\n","var Buffer = require('safe-buffer').Buffer\nvar createHash = require('create-hash')\nvar stream = require('readable-stream')\nvar inherits = require('inherits')\nvar sign = require('./sign')\nvar verify = require('./verify')\n\nvar algorithms = require('./algorithms.json')\nObject.keys(algorithms).forEach(function (key) {\n algorithms[key].id = Buffer.from(algorithms[key].id, 'hex')\n algorithms[key.toLowerCase()] = algorithms[key]\n})\n\nfunction Sign (algorithm) {\n stream.Writable.call(this)\n\n var data = algorithms[algorithm]\n if (!data) throw new Error('Unknown message digest')\n\n this._hashType = data.hash\n this._hash = createHash(data.hash)\n this._tag = data.id\n this._signType = data.sign\n}\ninherits(Sign, stream.Writable)\n\nSign.prototype._write = function _write (data, _, done) {\n this._hash.update(data)\n done()\n}\n\nSign.prototype.update = function update (data, enc) {\n if (typeof data === 'string') data = Buffer.from(data, enc)\n\n this._hash.update(data)\n return this\n}\n\nSign.prototype.sign = function signMethod (key, enc) {\n this.end()\n var hash = this._hash.digest()\n var sig = sign(hash, key, this._hashType, this._signType, this._tag)\n\n return enc ? sig.toString(enc) : sig\n}\n\nfunction Verify (algorithm) {\n stream.Writable.call(this)\n\n var data = algorithms[algorithm]\n if (!data) throw new Error('Unknown message digest')\n\n this._hash = createHash(data.hash)\n this._tag = data.id\n this._signType = data.sign\n}\ninherits(Verify, stream.Writable)\n\nVerify.prototype._write = function _write (data, _, done) {\n this._hash.update(data)\n done()\n}\n\nVerify.prototype.update = function update (data, enc) {\n if (typeof data === 'string') data = Buffer.from(data, enc)\n\n this._hash.update(data)\n return this\n}\n\nVerify.prototype.verify = function verifyMethod (key, sig, enc) {\n if (typeof sig === 'string') sig = Buffer.from(sig, enc)\n\n this.end()\n var hash = this._hash.digest()\n return verify(sig, hash, key, this._signType, this._tag)\n}\n\nfunction createSign (algorithm) {\n return new Sign(algorithm)\n}\n\nfunction createVerify (algorithm) {\n return new Verify(algorithm)\n}\n\nmodule.exports = {\n Sign: createSign,\n Verify: createVerify,\n createSign: createSign,\n createVerify: createVerify\n}\n","var elliptic = require('elliptic')\nvar BN = require('bn.js')\n\nmodule.exports = function createECDH (curve) {\n return new ECDH(curve)\n}\n\nvar aliases = {\n secp256k1: {\n name: 'secp256k1',\n byteLength: 32\n },\n secp224r1: {\n name: 'p224',\n byteLength: 28\n },\n prime256v1: {\n name: 'p256',\n byteLength: 32\n },\n prime192v1: {\n name: 'p192',\n byteLength: 24\n },\n ed25519: {\n name: 'ed25519',\n byteLength: 32\n },\n secp384r1: {\n name: 'p384',\n byteLength: 48\n },\n secp521r1: {\n name: 'p521',\n byteLength: 66\n }\n}\n\naliases.p224 = aliases.secp224r1\naliases.p256 = aliases.secp256r1 = aliases.prime256v1\naliases.p192 = aliases.secp192r1 = aliases.prime192v1\naliases.p384 = aliases.secp384r1\naliases.p521 = aliases.secp521r1\n\nfunction ECDH (curve) {\n this.curveType = aliases[curve]\n if (!this.curveType) {\n this.curveType = {\n name: curve\n }\n }\n this.curve = new elliptic.ec(this.curveType.name) // eslint-disable-line new-cap\n this.keys = void 0\n}\n\nECDH.prototype.generateKeys = function (enc, format) {\n this.keys = this.curve.genKeyPair()\n return this.getPublicKey(enc, format)\n}\n\nECDH.prototype.computeSecret = function (other, inenc, enc) {\n inenc = inenc || 'utf8'\n if (!Buffer.isBuffer(other)) {\n other = new Buffer(other, inenc)\n }\n var otherPub = this.curve.keyFromPublic(other).getPublic()\n var out = otherPub.mul(this.keys.getPrivate()).getX()\n return formatReturnValue(out, enc, this.curveType.byteLength)\n}\n\nECDH.prototype.getPublicKey = function (enc, format) {\n var key = this.keys.getPublic(format === 'compressed', true)\n if (format === 'hybrid') {\n if (key[key.length - 1] % 2) {\n key[0] = 7\n } else {\n key[0] = 6\n }\n }\n return formatReturnValue(key, enc)\n}\n\nECDH.prototype.getPrivateKey = function (enc) {\n return formatReturnValue(this.keys.getPrivate(), enc)\n}\n\nECDH.prototype.setPublicKey = function (pub, enc) {\n enc = enc || 'utf8'\n if (!Buffer.isBuffer(pub)) {\n pub = new Buffer(pub, enc)\n }\n this.keys._importPublic(pub)\n return this\n}\n\nECDH.prototype.setPrivateKey = function (priv, enc) {\n enc = enc || 'utf8'\n if (!Buffer.isBuffer(priv)) {\n priv = new Buffer(priv, enc)\n }\n\n var _priv = new BN(priv)\n _priv = _priv.toString(16)\n this.keys = this.curve.genKeyPair()\n this.keys._importPrivate(_priv)\n return this\n}\n\nfunction formatReturnValue (bn, enc, len) {\n if (!Array.isArray(bn)) {\n bn = bn.toArray()\n }\n var buf = new Buffer(bn)\n if (len && buf.length < len) {\n var zeros = new Buffer(len - buf.length)\n zeros.fill(0)\n buf = Buffer.concat([zeros, buf])\n }\n if (!enc) {\n return buf\n } else {\n return buf.toString(enc)\n }\n}\n","var createHash = require('create-hash')\nvar Buffer = require('safe-buffer').Buffer\n\nmodule.exports = function (seed, len) {\n var t = Buffer.alloc(0)\n var i = 0\n var c\n while (t.length < len) {\n c = i2ops(i++)\n t = Buffer.concat([t, createHash('sha1').update(seed).update(c).digest()])\n }\n return t.slice(0, len)\n}\n\nfunction i2ops (c) {\n var out = Buffer.allocUnsafe(4)\n out.writeUInt32BE(c, 0)\n return out\n}\n","module.exports = function xor (a, b) {\n var len = a.length\n var i = -1\n while (++i < len) {\n a[i] ^= b[i]\n }\n return a\n}\n","var BN = require('bn.js')\nvar Buffer = require('safe-buffer').Buffer\n\nfunction withPublic (paddedMsg, key) {\n return Buffer.from(paddedMsg\n .toRed(BN.mont(key.modulus))\n .redPow(new BN(key.publicExponent))\n .fromRed()\n .toArray())\n}\n\nmodule.exports = withPublic\n","var parseKeys = require('parse-asn1')\nvar randomBytes = require('randombytes')\nvar createHash = require('create-hash')\nvar mgf = require('./mgf')\nvar xor = require('./xor')\nvar BN = require('bn.js')\nvar withPublic = require('./withPublic')\nvar crt = require('browserify-rsa')\nvar Buffer = require('safe-buffer').Buffer\n\nmodule.exports = function publicEncrypt (publicKey, msg, reverse) {\n var padding\n if (publicKey.padding) {\n padding = publicKey.padding\n } else if (reverse) {\n padding = 1\n } else {\n padding = 4\n }\n var key = parseKeys(publicKey)\n var paddedMsg\n if (padding === 4) {\n paddedMsg = oaep(key, msg)\n } else if (padding === 1) {\n paddedMsg = pkcs1(key, msg, reverse)\n } else if (padding === 3) {\n paddedMsg = new BN(msg)\n if (paddedMsg.cmp(key.modulus) >= 0) {\n throw new Error('data too long for modulus')\n }\n } else {\n throw new Error('unknown padding')\n }\n if (reverse) {\n return crt(paddedMsg, key)\n } else {\n return withPublic(paddedMsg, key)\n }\n}\n\nfunction oaep (key, msg) {\n var k = key.modulus.byteLength()\n var mLen = msg.length\n var iHash = createHash('sha1').update(Buffer.alloc(0)).digest()\n var hLen = iHash.length\n var hLen2 = 2 * hLen\n if (mLen > k - hLen2 - 2) {\n throw new Error('message too long')\n }\n var ps = Buffer.alloc(k - mLen - hLen2 - 2)\n var dblen = k - hLen - 1\n var seed = randomBytes(hLen)\n var maskedDb = xor(Buffer.concat([iHash, ps, Buffer.alloc(1, 1), msg], dblen), mgf(seed, dblen))\n var maskedSeed = xor(seed, mgf(maskedDb, hLen))\n return new BN(Buffer.concat([Buffer.alloc(1), maskedSeed, maskedDb], k))\n}\nfunction pkcs1 (key, msg, reverse) {\n var mLen = msg.length\n var k = key.modulus.byteLength()\n if (mLen > k - 11) {\n throw new Error('message too long')\n }\n var ps\n if (reverse) {\n ps = Buffer.alloc(k - mLen - 3, 0xff)\n } else {\n ps = nonZero(k - mLen - 3)\n }\n return new BN(Buffer.concat([Buffer.from([0, reverse ? 1 : 2]), ps, Buffer.alloc(1), msg], k))\n}\nfunction nonZero (len) {\n var out = Buffer.allocUnsafe(len)\n var i = 0\n var cache = randomBytes(len * 2)\n var cur = 0\n var num\n while (i < len) {\n if (cur === cache.length) {\n cache = randomBytes(len * 2)\n cur = 0\n }\n num = cache[cur++]\n if (num) {\n out[i++] = num\n }\n }\n return out\n}\n","var parseKeys = require('parse-asn1')\nvar mgf = require('./mgf')\nvar xor = require('./xor')\nvar BN = require('bn.js')\nvar crt = require('browserify-rsa')\nvar createHash = require('create-hash')\nvar withPublic = require('./withPublic')\nvar Buffer = require('safe-buffer').Buffer\n\nmodule.exports = function privateDecrypt (privateKey, enc, reverse) {\n var padding\n if (privateKey.padding) {\n padding = privateKey.padding\n } else if (reverse) {\n padding = 1\n } else {\n padding = 4\n }\n\n var key = parseKeys(privateKey)\n var k = key.modulus.byteLength()\n if (enc.length > k || new BN(enc).cmp(key.modulus) >= 0) {\n throw new Error('decryption error')\n }\n var msg\n if (reverse) {\n msg = withPublic(new BN(enc), key)\n } else {\n msg = crt(enc, key)\n }\n var zBuffer = Buffer.alloc(k - msg.length)\n msg = Buffer.concat([zBuffer, msg], k)\n if (padding === 4) {\n return oaep(key, msg)\n } else if (padding === 1) {\n return pkcs1(key, msg, reverse)\n } else if (padding === 3) {\n return msg\n } else {\n throw new Error('unknown padding')\n }\n}\n\nfunction oaep (key, msg) {\n var k = key.modulus.byteLength()\n var iHash = createHash('sha1').update(Buffer.alloc(0)).digest()\n var hLen = iHash.length\n if (msg[0] !== 0) {\n throw new Error('decryption error')\n }\n var maskedSeed = msg.slice(1, hLen + 1)\n var maskedDb = msg.slice(hLen + 1)\n var seed = xor(maskedSeed, mgf(maskedDb, hLen))\n var db = xor(maskedDb, mgf(seed, k - hLen - 1))\n if (compare(iHash, db.slice(0, hLen))) {\n throw new Error('decryption error')\n }\n var i = hLen\n while (db[i] === 0) {\n i++\n }\n if (db[i++] !== 1) {\n throw new Error('decryption error')\n }\n return db.slice(i)\n}\n\nfunction pkcs1 (key, msg, reverse) {\n var p1 = msg.slice(0, 2)\n var i = 2\n var status = 0\n while (msg[i++] !== 0) {\n if (i >= msg.length) {\n status++\n break\n }\n }\n var ps = msg.slice(2, i - 1)\n\n if ((p1.toString('hex') !== '0002' && !reverse) || (p1.toString('hex') !== '0001' && reverse)) {\n status++\n }\n if (ps.length < 8) {\n status++\n }\n if (status) {\n throw new Error('decryption error')\n }\n return msg.slice(i)\n}\nfunction compare (a, b) {\n a = Buffer.from(a)\n b = Buffer.from(b)\n var dif = 0\n var len = a.length\n if (a.length !== b.length) {\n dif++\n len = Math.min(a.length, b.length)\n }\n var i = -1\n while (++i < len) {\n dif += (a[i] ^ b[i])\n }\n return dif\n}\n","exports.publicEncrypt = require('./publicEncrypt')\nexports.privateDecrypt = require('./privateDecrypt')\n\nexports.privateEncrypt = function privateEncrypt (key, buf) {\n return exports.publicEncrypt(key, buf, true)\n}\n\nexports.publicDecrypt = function publicDecrypt (key, buf) {\n return exports.privateDecrypt(key, buf, true)\n}\n","'use strict'\n\nfunction oldBrowser () {\n throw new Error('secure random number generation not supported by this browser\\nuse chrome, FireFox or Internet Explorer 11')\n}\nvar safeBuffer = require('safe-buffer')\nvar randombytes = require('randombytes')\nvar Buffer = safeBuffer.Buffer\nvar kBufferMaxLength = safeBuffer.kMaxLength\nvar crypto = global.crypto || global.msCrypto\nvar kMaxUint32 = Math.pow(2, 32) - 1\nfunction assertOffset (offset, length) {\n if (typeof offset !== 'number' || offset !== offset) { // eslint-disable-line no-self-compare\n throw new TypeError('offset must be a number')\n }\n\n if (offset > kMaxUint32 || offset < 0) {\n throw new TypeError('offset must be a uint32')\n }\n\n if (offset > kBufferMaxLength || offset > length) {\n throw new RangeError('offset out of range')\n }\n}\n\nfunction assertSize (size, offset, length) {\n if (typeof size !== 'number' || size !== size) { // eslint-disable-line no-self-compare\n throw new TypeError('size must be a number')\n }\n\n if (size > kMaxUint32 || size < 0) {\n throw new TypeError('size must be a uint32')\n }\n\n if (size + offset > length || size > kBufferMaxLength) {\n throw new RangeError('buffer too small')\n }\n}\nif ((crypto && crypto.getRandomValues) || !process.browser) {\n exports.randomFill = randomFill\n exports.randomFillSync = randomFillSync\n} else {\n exports.randomFill = oldBrowser\n exports.randomFillSync = oldBrowser\n}\nfunction randomFill (buf, offset, size, cb) {\n if (!Buffer.isBuffer(buf) && !(buf instanceof global.Uint8Array)) {\n throw new TypeError('\"buf\" argument must be a Buffer or Uint8Array')\n }\n\n if (typeof offset === 'function') {\n cb = offset\n offset = 0\n size = buf.length\n } else if (typeof size === 'function') {\n cb = size\n size = buf.length - offset\n } else if (typeof cb !== 'function') {\n throw new TypeError('\"cb\" argument must be a function')\n }\n assertOffset(offset, buf.length)\n assertSize(size, offset, buf.length)\n return actualFill(buf, offset, size, cb)\n}\n\nfunction actualFill (buf, offset, size, cb) {\n if (process.browser) {\n var ourBuf = buf.buffer\n var uint = new Uint8Array(ourBuf, offset, size)\n crypto.getRandomValues(uint)\n if (cb) {\n process.nextTick(function () {\n cb(null, buf)\n })\n return\n }\n return buf\n }\n if (cb) {\n randombytes(size, function (err, bytes) {\n if (err) {\n return cb(err)\n }\n bytes.copy(buf, offset)\n cb(null, buf)\n })\n return\n }\n var bytes = randombytes(size)\n bytes.copy(buf, offset)\n return buf\n}\nfunction randomFillSync (buf, offset, size) {\n if (typeof offset === 'undefined') {\n offset = 0\n }\n if (!Buffer.isBuffer(buf) && !(buf instanceof global.Uint8Array)) {\n throw new TypeError('\"buf\" argument must be a Buffer or Uint8Array')\n }\n\n assertOffset(offset, buf.length)\n\n if (size === undefined) size = buf.length - offset\n\n assertSize(size, offset, buf.length)\n\n return actualFill(buf, offset, size)\n}\n","'use strict'\n\nexports.randomBytes = exports.rng = exports.pseudoRandomBytes = exports.prng = require('randombytes')\nexports.createHash = exports.Hash = require('create-hash')\nexports.createHmac = exports.Hmac = require('create-hmac')\n\nvar algos = require('browserify-sign/algos')\nvar algoKeys = Object.keys(algos)\nvar hashes = ['sha1', 'sha224', 'sha256', 'sha384', 'sha512', 'md5', 'rmd160'].concat(algoKeys)\nexports.getHashes = function () {\n return hashes\n}\n\nvar p = require('pbkdf2')\nexports.pbkdf2 = p.pbkdf2\nexports.pbkdf2Sync = p.pbkdf2Sync\n\nvar aes = require('browserify-cipher')\n\nexports.Cipher = aes.Cipher\nexports.createCipher = aes.createCipher\nexports.Cipheriv = aes.Cipheriv\nexports.createCipheriv = aes.createCipheriv\nexports.Decipher = aes.Decipher\nexports.createDecipher = aes.createDecipher\nexports.Decipheriv = aes.Decipheriv\nexports.createDecipheriv = aes.createDecipheriv\nexports.getCiphers = aes.getCiphers\nexports.listCiphers = aes.listCiphers\n\nvar dh = require('diffie-hellman')\n\nexports.DiffieHellmanGroup = dh.DiffieHellmanGroup\nexports.createDiffieHellmanGroup = dh.createDiffieHellmanGroup\nexports.getDiffieHellman = dh.getDiffieHellman\nexports.createDiffieHellman = dh.createDiffieHellman\nexports.DiffieHellman = dh.DiffieHellman\n\nvar sign = require('browserify-sign')\n\nexports.createSign = sign.createSign\nexports.Sign = sign.Sign\nexports.createVerify = sign.createVerify\nexports.Verify = sign.Verify\n\nexports.createECDH = require('create-ecdh')\n\nvar publicEncrypt = require('public-encrypt')\n\nexports.publicEncrypt = publicEncrypt.publicEncrypt\nexports.privateEncrypt = publicEncrypt.privateEncrypt\nexports.publicDecrypt = publicEncrypt.publicDecrypt\nexports.privateDecrypt = publicEncrypt.privateDecrypt\n\n// the least I can do is make error messages for the rest of the node.js/crypto api.\n// ;[\n// 'createCredentials'\n// ].forEach(function (name) {\n// exports[name] = function () {\n// throw new Error([\n// 'sorry, ' + name + ' is not implemented yet',\n// 'we accept pull requests',\n// 'https://github.com/crypto-browserify/crypto-browserify'\n// ].join('\\n'))\n// }\n// })\n\nvar rf = require('randomfill')\n\nexports.randomFill = rf.randomFill\nexports.randomFillSync = rf.randomFillSync\n\nexports.createCredentials = function () {\n throw new Error([\n 'sorry, createCredentials is not implemented yet',\n 'we accept pull requests',\n 'https://github.com/crypto-browserify/crypto-browserify'\n ].join('\\n'))\n}\n\nexports.constants = {\n 'DH_CHECK_P_NOT_SAFE_PRIME': 2,\n 'DH_CHECK_P_NOT_PRIME': 1,\n 'DH_UNABLE_TO_CHECK_GENERATOR': 4,\n 'DH_NOT_SUITABLE_GENERATOR': 8,\n 'NPN_ENABLED': 1,\n 'ALPN_ENABLED': 1,\n 'RSA_PKCS1_PADDING': 1,\n 'RSA_SSLV23_PADDING': 2,\n 'RSA_NO_PADDING': 3,\n 'RSA_PKCS1_OAEP_PADDING': 4,\n 'RSA_X931_PADDING': 5,\n 'RSA_PKCS1_PSS_PADDING': 6,\n 'POINT_CONVERSION_COMPRESSED': 2,\n 'POINT_CONVERSION_UNCOMPRESSED': 4,\n 'POINT_CONVERSION_HYBRID': 6\n}\n","import { Distribution } from \"../types\";\nimport { sliceArray } from \"../utils/sliceArray\";\nimport { integer } from \"./integer\";\n\n/**\n * Returns a Distribution to random value within the provided `source`\n * within the sliced bounds of `begin` and `end`.\n * @param source an array of items to pick from\n * @param begin the beginning slice index (defaults to `0`)\n * @param end the ending slice index (defaults to `source.length`)\n */\nexport function picker(\n source: ArrayLike,\n begin?: number,\n end?: number\n): Distribution {\n const clone = sliceArray.call(source, begin, end);\n if (clone.length === 0) {\n throw new RangeError(`Cannot pick from a source with no items`);\n }\n const distribution = integer(0, clone.length - 1);\n return engine => clone[distribution(engine)];\n}\n","export const SMALLEST_UNSAFE_INTEGER = 0x20000000000000;\nexport const LARGEST_SAFE_INTEGER = SMALLEST_UNSAFE_INTEGER - 1;\nexport const UINT32_MAX = -1 >>> 0;\nexport const UINT32_SIZE = UINT32_MAX + 1;\nexport const INT32_SIZE = UINT32_SIZE / 2;\nexport const INT32_MAX = INT32_SIZE - 1;\nexport const UINT21_SIZE = 1 << 21;\nexport const UINT21_MAX = UINT21_SIZE - 1;\n","import { Engine } from \"../types\";\n\n/**\n * Returns a value within [-0x80000000, 0x7fffffff]\n */\nexport function int32(engine: Engine): number {\n return engine.next() | 0;\n}\n","import { Distribution } from \"../types\";\n\nexport function add(distribution: Distribution, addend: number): Distribution {\n if (addend === 0) {\n return distribution;\n } else {\n return engine => distribution(engine) + addend;\n }\n}\n","import { Engine } from \"../types\";\nimport {\n SMALLEST_UNSAFE_INTEGER,\n UINT21_MAX,\n UINT21_SIZE,\n UINT32_SIZE\n} from \"../utils/constants\";\n\n/**\n * Returns a value within [-0x20000000000000, 0x1fffffffffffff]\n */\nexport function int53(engine: Engine): number {\n const high = engine.next() | 0;\n const low = engine.next() >>> 0;\n return (\n (high & UINT21_MAX) * UINT32_SIZE +\n low +\n (high & UINT21_SIZE ? -SMALLEST_UNSAFE_INTEGER : 0)\n );\n}\n","import { Engine } from \"../types\";\nimport {\n SMALLEST_UNSAFE_INTEGER,\n UINT21_MAX,\n UINT21_SIZE,\n UINT32_SIZE\n} from \"../utils/constants\";\n\n/**\n * Returns a value within [-0x20000000000000, 0x20000000000000]\n */\nexport function int53Full(engine: Engine): number {\n while (true) {\n const high = engine.next() | 0;\n if (high & 0x400000) {\n if ((high & 0x7fffff) === 0x400000 && (engine.next() | 0) === 0) {\n return SMALLEST_UNSAFE_INTEGER;\n }\n } else {\n const low = engine.next() >>> 0;\n return (\n (high & UINT21_MAX) * UINT32_SIZE +\n low +\n (high & UINT21_SIZE ? -SMALLEST_UNSAFE_INTEGER : 0)\n );\n }\n }\n}\n","import { Engine } from \"../types\";\n\n/**\n * Returns a value within [0, 0xffffffff]\n */\nexport function uint32(engine: Engine): number {\n return engine.next() >>> 0;\n}\n","import { Engine } from \"../types\";\nimport { UINT21_MAX, UINT32_SIZE } from \"../utils/constants\";\n\n/**\n * Returns a value within [0, 0x1fffffffffffff]\n */\nexport function uint53(engine: Engine): number {\n const high = engine.next() & UINT21_MAX;\n const low = engine.next() >>> 0;\n return high * UINT32_SIZE + low;\n}\n","import { Engine } from \"../types\";\nimport {\n SMALLEST_UNSAFE_INTEGER,\n UINT21_MAX,\n UINT21_SIZE,\n UINT32_SIZE\n} from \"../utils/constants\";\n\n/**\n * Returns a value within [0, 0x20000000000000]\n */\nexport function uint53Full(engine: Engine): number {\n while (true) {\n const high = engine.next() | 0;\n if (high & UINT21_SIZE) {\n if ((high & UINT21_MAX) === 0 && (engine.next() | 0) === 0) {\n return SMALLEST_UNSAFE_INTEGER;\n }\n } else {\n const low = engine.next() >>> 0;\n return (high & UINT21_MAX) * UINT32_SIZE + low;\n }\n }\n}\n","import { Distribution, Engine } from \"../types\";\nimport { add } from \"../utils/add\";\nimport {\n INT32_SIZE,\n LARGEST_SAFE_INTEGER,\n SMALLEST_UNSAFE_INTEGER,\n UINT21_MAX,\n UINT21_SIZE,\n UINT32_MAX,\n UINT32_SIZE\n} from \"../utils/constants\";\nimport { int32 } from \"./int32\";\nimport { int53 } from \"./int53\";\nimport { int53Full } from \"./int53Full\";\nimport { uint32 } from \"./uint32\";\nimport { uint53 } from \"./uint53\";\nimport { uint53Full } from \"./uint53Full\";\n\nfunction isPowerOfTwoMinusOne(value: number): boolean {\n return ((value + 1) & value) === 0;\n}\n\nfunction bitmask(masking: number): Distribution {\n return (engine: Engine) => engine.next() & masking;\n}\n\nfunction downscaleToLoopCheckedRange(range: number): Distribution {\n const extendedRange = range + 1;\n const maximum = extendedRange * Math.floor(UINT32_SIZE / extendedRange);\n return engine => {\n let value = 0;\n do {\n value = engine.next() >>> 0;\n } while (value >= maximum);\n return value % extendedRange;\n };\n}\n\nfunction downscaleToRange(range: number): Distribution {\n if (isPowerOfTwoMinusOne(range)) {\n return bitmask(range);\n } else {\n return downscaleToLoopCheckedRange(range);\n }\n}\n\nfunction isEvenlyDivisibleByMaxInt32(value: number): boolean {\n return (value | 0) === 0;\n}\n\nfunction upscaleWithHighMasking(masking: number): Distribution {\n return engine => {\n const high = engine.next() & masking;\n const low = engine.next() >>> 0;\n return high * UINT32_SIZE + low;\n };\n}\n\nfunction upscaleToLoopCheckedRange(extendedRange: number): Distribution {\n const maximum =\n extendedRange * Math.floor(SMALLEST_UNSAFE_INTEGER / extendedRange);\n return engine => {\n let ret = 0;\n do {\n const high = engine.next() & UINT21_MAX;\n const low = engine.next() >>> 0;\n ret = high * UINT32_SIZE + low;\n } while (ret >= maximum);\n return ret % extendedRange;\n };\n}\n\nfunction upscaleWithinU53(range: number): Distribution {\n const extendedRange = range + 1;\n if (isEvenlyDivisibleByMaxInt32(extendedRange)) {\n const highRange = ((extendedRange / UINT32_SIZE) | 0) - 1;\n if (isPowerOfTwoMinusOne(highRange)) {\n return upscaleWithHighMasking(highRange);\n }\n }\n return upscaleToLoopCheckedRange(extendedRange);\n}\n\nfunction upscaleWithinI53AndLoopCheck(min: number, max: number): Distribution {\n return engine => {\n let ret = 0;\n do {\n const high = engine.next() | 0;\n const low = engine.next() >>> 0;\n ret =\n (high & UINT21_MAX) * UINT32_SIZE +\n low +\n (high & UINT21_SIZE ? -SMALLEST_UNSAFE_INTEGER : 0);\n } while (ret < min || ret > max);\n return ret;\n };\n}\n\n/**\n * Returns a Distribution to return a value within [min, max]\n * @param min The minimum integer value, inclusive. No less than -0x20000000000000.\n * @param max The maximum integer value, inclusive. No greater than 0x20000000000000.\n */\nexport function integer(min: number, max: number): Distribution {\n min = Math.floor(min);\n max = Math.floor(max);\n if (min < -SMALLEST_UNSAFE_INTEGER || !isFinite(min)) {\n throw new RangeError(\n `Expected min to be at least ${-SMALLEST_UNSAFE_INTEGER}`\n );\n } else if (max > SMALLEST_UNSAFE_INTEGER || !isFinite(max)) {\n throw new RangeError(\n `Expected max to be at most ${SMALLEST_UNSAFE_INTEGER}`\n );\n }\n\n const range = max - min;\n if (range <= 0 || !isFinite(range)) {\n return () => min;\n } else if (range === UINT32_MAX) {\n if (min === 0) {\n return uint32;\n } else {\n return add(int32, min + INT32_SIZE);\n }\n } else if (range < UINT32_MAX) {\n return add(downscaleToRange(range), min);\n } else if (range === LARGEST_SAFE_INTEGER) {\n return add(uint53, min);\n } else if (range < LARGEST_SAFE_INTEGER) {\n return add(upscaleWithinU53(range), min);\n } else if (max - 1 - min === LARGEST_SAFE_INTEGER) {\n return add(uint53Full, min);\n } else if (\n min === -SMALLEST_UNSAFE_INTEGER &&\n max === SMALLEST_UNSAFE_INTEGER\n ) {\n return int53Full;\n } else if (min === -SMALLEST_UNSAFE_INTEGER && max === LARGEST_SAFE_INTEGER) {\n return int53;\n } else if (min === -LARGEST_SAFE_INTEGER && max === SMALLEST_UNSAFE_INTEGER) {\n return add(int53, 1);\n } else if (max === SMALLEST_UNSAFE_INTEGER) {\n return add(upscaleWithinI53AndLoopCheck(min - 1, max - 1), 1);\n } else {\n return upscaleWithinI53AndLoopCheck(min, max);\n }\n}\n","import { Distribution, Engine } from \"../types\";\nimport { INT32_SIZE, SMALLEST_UNSAFE_INTEGER, UINT32_SIZE } from \"../utils/constants\";\nimport { int32 } from \"./int32\";\nimport { integer } from \"./integer\";\nimport { uint53 } from \"./uint53\";\n\nfunction isLeastBitTrue(engine: Engine) {\n return (engine.next() & 1) === 1;\n}\n\nfunction lessThan(\n distribution: Distribution,\n value: number\n): Distribution {\n return engine => distribution(engine) < value;\n}\n\nfunction probability(percentage: number) {\n if (percentage <= 0) {\n return () => false;\n } else if (percentage >= 1) {\n return () => true;\n } else {\n const scaled = percentage * UINT32_SIZE;\n if (scaled % 1 === 0) {\n return lessThan(int32, (scaled - INT32_SIZE) | 0);\n } else {\n return lessThan(uint53, Math.round(percentage * SMALLEST_UNSAFE_INTEGER));\n }\n }\n}\n\n// tslint:disable:unified-signatures\n\n/**\n * Returns a boolean Distribution with 50% probability of being true or false\n */\nexport function bool(): Distribution;\n/**\n * Returns a boolean Distribution with the provided `percentage` of being true\n * @param percentage A number within [0, 1] of how often the result should be `true`\n */\nexport function bool(percentage: number): Distribution;\n/**\n * Returns a boolean Distribution with a probability of\n * `numerator` divided by `denominator` of being true\n * @param numerator The numerator of the probability\n * @param denominator The denominator of the probability\n */\nexport function bool(\n numerator: number,\n denominator: number\n): Distribution;\nexport function bool(\n numerator?: number,\n denominator?: number\n): Distribution {\n if (denominator == null) {\n if (numerator == null) {\n return isLeastBitTrue;\n }\n return probability(numerator);\n } else {\n if (numerator! <= 0) {\n return () => false;\n } else if (numerator! >= denominator) {\n return () => true;\n }\n return lessThan(integer(0, denominator - 1), numerator!);\n }\n}\n","import { Distribution } from \"../types\";\nimport { integer } from \"./integer\";\n\n/**\n * Returns a Distribution that returns a random `Date` within the inclusive\n * range of [`start`, `end`].\n * @param start The minimum `Date`\n * @param end The maximum `Date`\n */\nexport function date(start: Date, end: Date): Distribution {\n const distribution = integer(+start, +end);\n return engine => new Date(distribution(engine));\n}\n","import { Distribution } from \"../types\";\nimport { integer } from \"./integer\";\n\n/**\n * Returns a Distribution to return a value within [1, sideCount]\n * @param sideCount The number of sides of the die\n */\nexport function die(sideCount: number): Distribution {\n return integer(1, sideCount);\n}\n","import { Distribution } from \"../types\";\nimport { die } from \"./die\";\n\n/**\n * Returns a distribution that returns an array of length `dieCount` of values\n * within [1, `sideCount`]\n * @param sideCount The number of sides of each die\n * @param dieCount The number of dice\n */\nexport function dice(\n sideCount: number,\n dieCount: number\n): Distribution {\n const distribution = die(sideCount);\n return engine => {\n const result = [];\n for (let i = 0; i < dieCount; ++i) {\n result.push(distribution(engine));\n }\n return result;\n };\n}\n","import { StringDistribution } from \"../types\";\nimport { integer } from \"./integer\";\n\n// tslint:disable:unified-signatures\n\n// has 2**x chars, for faster uniform distribution\nconst DEFAULT_STRING_POOL =\n \"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_-\";\n\n/**\n * Returns a distribution that returns a random string using numbers,\n * uppercase and lowercase letters, `_`, and `-` of length `length`.\n * @param length Length of the result string\n */\nexport function string(): StringDistribution;\n/**\n * Returns a distribution that returns a random string using the provided\n * string pool as the possible characters to choose from of length `length`.\n * @param length Length of the result string\n */\nexport function string(pool: string): StringDistribution;\nexport function string(pool: string = DEFAULT_STRING_POOL): StringDistribution {\n const poolLength = pool.length;\n if (!poolLength) {\n throw new Error(\"Expected pool not to be an empty string\");\n }\n\n const distribution = integer(0, poolLength - 1);\n return (engine, length) => {\n let result = \"\";\n for (let i = 0; i < length; ++i) {\n const j = distribution(engine);\n result += pool.charAt(j);\n }\n return result;\n };\n}\n","import { StringDistribution } from \"../types\";\nimport { string } from \"./string\";\n\nconst LOWER_HEX_POOL = \"0123456789abcdef\";\nconst lowerHex = string(LOWER_HEX_POOL);\nconst upperHex = string(LOWER_HEX_POOL.toUpperCase());\n\n/**\n * Returns a Distribution that returns a random string comprised of numbers\n * or the characters `abcdef` (or `ABCDEF`) of length `length`.\n * @param length Length of the result string\n * @param uppercase Whether the string should use `ABCDEF` instead of `abcdef`\n */\nexport function hex(uppercase?: boolean): StringDistribution {\n if (uppercase) {\n return upperHex;\n } else {\n return lowerHex;\n }\n}\n","export function convertSliceArgument(value: number, length: number): number {\n if (value < 0) {\n return Math.max(value + length, 0);\n } else {\n return Math.min(value, length);\n }\n}\n","export function toInteger(value: number) {\n const num = +value;\n if (num < 0) {\n return Math.ceil(num);\n } else {\n return Math.floor(num);\n }\n}\n","import { Engine } from \"../types\";\nimport { convertSliceArgument } from \"../utils/convertSliceArgument\";\nimport { toInteger } from \"../utils/toInteger\";\nimport { integer } from \"./integer\";\n\n/**\n * Returns a random value within the provided `source` within the sliced\n * bounds of `begin` and `end`.\n * @param source an array of items to pick from\n * @param begin the beginning slice index (defaults to `0`)\n * @param end the ending slice index (defaults to `source.length`)\n */\nexport function pick(\n engine: Engine,\n source: ArrayLike,\n begin?: number,\n end?: number\n): T {\n const length = source.length;\n if (length === 0) {\n throw new RangeError(\"Cannot pick from an empty array\");\n }\n const start =\n begin == null ? 0 : convertSliceArgument(toInteger(begin), length);\n const finish =\n end === void 0 ? length : convertSliceArgument(toInteger(end), length);\n if (start >= finish) {\n throw new RangeError(`Cannot pick between bounds ${start} and ${finish}`);\n }\n const distribution = integer(start, finish - 1);\n return source[distribution(engine)];\n}\n","import { Distribution } from \"../types\";\n\nexport function multiply(\n distribution: Distribution,\n multiplier: number\n): Distribution {\n if (multiplier === 1) {\n return distribution;\n } else if (multiplier === 0) {\n return () => 0;\n } else {\n return engine => distribution(engine) * multiplier;\n }\n}\n","import { Engine } from \"../types\";\nimport { SMALLEST_UNSAFE_INTEGER } from \"../utils/constants\";\nimport { uint53 } from \"./uint53\";\n\n/**\n * Returns a floating-point value within [0.0, 1.0)\n */\nexport function realZeroToOneExclusive(engine: Engine): number {\n return uint53(engine) / SMALLEST_UNSAFE_INTEGER;\n}\n","import { Engine } from \"../types\";\nimport { SMALLEST_UNSAFE_INTEGER } from \"../utils/constants\";\nimport { uint53Full } from \"./uint53Full\";\n\n/**\n * Returns a floating-point value within [0.0, 1.0]\n */\nexport function realZeroToOneInclusive(engine: Engine): number {\n return uint53Full(engine) / SMALLEST_UNSAFE_INTEGER;\n}\n","import { Distribution } from \"../types\";\nimport { add } from \"../utils/add\";\nimport { multiply } from \"../utils/multiply\";\nimport { realZeroToOneExclusive } from \"./realZeroToOneExclusive\";\nimport { realZeroToOneInclusive } from \"./realZeroToOneInclusive\";\n\n/**\n * Returns a floating-point value within [min, max) or [min, max]\n * @param min The minimum floating-point value, inclusive.\n * @param max The maximum floating-point value.\n * @param inclusive If true, `max` will be inclusive.\n */\nexport function real(\n min: number,\n max: number,\n inclusive: boolean = false\n): Distribution {\n if (!isFinite(min)) {\n throw new RangeError(\"Expected min to be a finite number\");\n } else if (!isFinite(max)) {\n throw new RangeError(\"Expected max to be a finite number\");\n }\n return add(\n multiply(\n inclusive ? realZeroToOneInclusive : realZeroToOneExclusive,\n max - min\n ),\n min\n );\n}\n","export const sliceArray = Array.prototype.slice;\n","import { Engine } from \"../types\";\nimport { integer } from \"./integer\";\n\n/**\n * Shuffles an array in-place\n * @param engine The Engine to use when choosing random values\n * @param array The array to shuffle\n * @param downTo minimum index to shuffle. Only used internally.\n */\nexport function shuffle(\n engine: Engine,\n array: T[],\n downTo: number = 0\n): T[] {\n const length = array.length;\n if (length) {\n for (let i = (length - 1) >>> 0; i > downTo; --i) {\n const distribution = integer(0, i);\n const j = distribution(engine);\n if (i !== j) {\n const tmp = array[i];\n array[i] = array[j];\n array[j] = tmp;\n }\n }\n }\n return array;\n}\n","import { Engine } from \"../types\";\nimport { sliceArray } from \"../utils/sliceArray\";\nimport { shuffle } from \"./shuffle\";\n\n/**\n * From the population array, produce an array with sampleSize elements that\n * are randomly chosen without repeats.\n * @param engine The Engine to use when choosing random values\n * @param population An array that has items to choose a sample from\n * @param sampleSize The size of the result array\n */\nexport function sample(\n engine: Engine,\n population: ArrayLike,\n sampleSize: number\n): T[] {\n if (\n sampleSize < 0 ||\n sampleSize > population.length ||\n !isFinite(sampleSize)\n ) {\n throw new RangeError(\n \"Expected sampleSize to be within 0 and the length of the population\"\n );\n }\n\n if (sampleSize === 0) {\n return [];\n }\n\n const clone = sliceArray.call(population);\n const length = clone.length;\n if (length === sampleSize) {\n return shuffle(engine, clone, 0);\n }\n const tailLength = length - sampleSize;\n return shuffle(engine, clone, tailLength - 1).slice(tailLength);\n}\n","export const stringRepeat = (() => {\n try {\n if ((\"x\" as any).repeat(3) === \"xxx\") {\n return (pattern: string, count: number): string =>\n (pattern as any).repeat(count);\n }\n } catch (_) {\n // nothing to do here\n }\n return (pattern: string, count: number): string => {\n let result = \"\";\n while (count > 0) {\n if (count & 1) {\n result += pattern;\n }\n count >>= 1;\n pattern += pattern;\n }\n return result;\n };\n})();\n","import { Engine } from \"../types\";\nimport { stringRepeat } from \"../utils/stringRepeat\";\n\nfunction zeroPad(text: string, zeroCount: number) {\n return stringRepeat(\"0\", zeroCount - text.length) + text;\n}\n\n/**\n * Returns a Universally Unique Identifier Version 4.\n *\n * See http://en.wikipedia.org/wiki/Universally_unique_identifier\n */\nexport function uuid4(engine: Engine) {\n const a = engine.next() >>> 0;\n const b = engine.next() | 0;\n const c = engine.next() | 0;\n const d = engine.next() >>> 0;\n\n return (\n zeroPad(a.toString(16), 8) +\n \"-\" +\n zeroPad((b & 0xffff).toString(16), 4) +\n \"-\" +\n zeroPad((((b >> 4) & 0x0fff) | 0x4000).toString(16), 4) +\n \"-\" +\n zeroPad(((c & 0x3fff) | 0x8000).toString(16), 4) +\n \"-\" +\n zeroPad(((c >> 4) & 0xffff).toString(16), 4) +\n zeroPad(d.toString(16), 8)\n );\n}\n","import { Engine } from \"../types\";\nimport { UINT32_SIZE } from \"../utils/constants\";\n\n/**\n * An int32-producing Engine that uses `Math.random()`\n */\nexport const nativeMath: Engine = {\n next() {\n return (Math.random() * UINT32_SIZE) | 0;\n }\n};\n","import { bool } from \"./distribution/bool\";\nimport { date } from \"./distribution/date\";\nimport { dice } from \"./distribution/dice\";\nimport { die } from \"./distribution/die\";\nimport { hex } from \"./distribution/hex\";\nimport { int32 } from \"./distribution/int32\";\nimport { int53 } from \"./distribution/int53\";\nimport { int53Full } from \"./distribution/int53Full\";\nimport { integer } from \"./distribution/integer\";\nimport { pick } from \"./distribution/pick\";\nimport { real } from \"./distribution/real\";\nimport { realZeroToOneExclusive } from \"./distribution/realZeroToOneExclusive\";\nimport { realZeroToOneInclusive } from \"./distribution/realZeroToOneInclusive\";\nimport { sample } from \"./distribution/sample\";\nimport { shuffle } from \"./distribution/shuffle\";\nimport { string } from \"./distribution/string\";\nimport { uint32 } from \"./distribution/uint32\";\nimport { uint53 } from \"./distribution/uint53\";\nimport { uint53Full } from \"./distribution/uint53Full\";\nimport { uuid4 } from \"./distribution/uuid4\";\nimport { nativeMath } from \"./engine/nativeMath\";\nimport { Engine } from \"./types\";\n\n// tslint:disable:unified-signatures\n\n/**\n * A wrapper around an Engine that provides easy-to-use methods for\n * producing values based on known distributions\n */\nexport class Random {\n private readonly engine: Engine;\n\n /**\n * Creates a new Random wrapper\n * @param engine The engine to use (defaults to a `Math.random`-based implementation)\n */\n constructor(engine: Engine = nativeMath) {\n this.engine = engine;\n }\n\n /**\n * Returns a value within [-0x80000000, 0x7fffffff]\n */\n public int32(): number {\n return int32(this.engine);\n }\n\n /**\n * Returns a value within [0, 0xffffffff]\n */\n public uint32(): number {\n return uint32(this.engine);\n }\n\n /**\n * Returns a value within [0, 0x1fffffffffffff]\n */\n public uint53(): number {\n return uint53(this.engine);\n }\n\n /**\n * Returns a value within [0, 0x20000000000000]\n */\n public uint53Full(): number {\n return uint53Full(this.engine);\n }\n\n /**\n * Returns a value within [-0x20000000000000, 0x1fffffffffffff]\n */\n public int53(): number {\n return int53(this.engine);\n }\n\n /**\n * Returns a value within [-0x20000000000000, 0x20000000000000]\n */\n public int53Full(): number {\n return int53Full(this.engine);\n }\n\n /**\n * Returns a value within [min, max]\n * @param min The minimum integer value, inclusive. No less than -0x20000000000000.\n * @param max The maximum integer value, inclusive. No greater than 0x20000000000000.\n */\n public integer(min: number, max: number): number {\n return integer(min, max)(this.engine);\n }\n\n /**\n * Returns a floating-point value within [0.0, 1.0]\n */\n public realZeroToOneInclusive(): number {\n return realZeroToOneInclusive(this.engine);\n }\n\n /**\n * Returns a floating-point value within [0.0, 1.0)\n */\n public realZeroToOneExclusive(): number {\n return realZeroToOneExclusive(this.engine);\n }\n\n /**\n * Returns a floating-point value within [min, max) or [min, max]\n * @param min The minimum floating-point value, inclusive.\n * @param max The maximum floating-point value.\n * @param inclusive If true, `max` will be inclusive.\n */\n public real(min: number, max: number, inclusive: boolean = false): number {\n return real(min, max, inclusive)(this.engine);\n }\n\n /**\n * Returns a boolean with 50% probability of being true or false\n */\n public bool(): boolean;\n /**\n * Returns a boolean with the provided `percentage` of being true\n * @param percentage A number within [0, 1] of how often the result should be `true`\n */\n public bool(percentage: number): boolean;\n /**\n * Returns a boolean with a probability of `numerator`/`denominator` of being true\n * @param numerator The numerator of the probability\n * @param denominator The denominator of the probability\n */\n public bool(numerator: number, denominator: number): boolean;\n public bool(numerator?: number, denominator?: number): boolean {\n return bool(numerator!, denominator!)(this.engine);\n }\n\n /**\n * Return a random value within the provided `source` within the sliced\n * bounds of `begin` and `end`.\n * @param source an array of items to pick from\n * @param begin the beginning slice index (defaults to `0`)\n * @param end the ending slice index (defaults to `source.length`)\n */\n public pick(source: ArrayLike, begin?: number, end?: number): T {\n return pick(this.engine, source, begin, end);\n }\n\n /**\n * Shuffles an array in-place\n * @param array The array to shuffle\n */\n public shuffle(array: T[]): T[] {\n return shuffle(this.engine, array);\n }\n\n /**\n * From the population array, returns an array with sampleSize elements that\n * are randomly chosen without repeats.\n * @param population An array that has items to choose a sample from\n * @param sampleSize The size of the result array\n */\n public sample(population: ArrayLike, sampleSize: number): T[] {\n return sample(this.engine, population, sampleSize);\n }\n\n /**\n * Returns a value within [1, sideCount]\n * @param sideCount The number of sides of the die\n */\n public die(sideCount: number): number {\n return die(sideCount)(this.engine);\n }\n\n /**\n * Returns an array of length `dieCount` of values within [1, sideCount]\n * @param sideCount The number of sides of each die\n * @param dieCount The number of dice\n */\n public dice(sideCount: number, dieCount: number): number[] {\n return dice(sideCount, dieCount)(this.engine);\n }\n\n /**\n * Returns a Universally Unique Identifier Version 4.\n *\n * See http://en.wikipedia.org/wiki/Universally_unique_identifier\n */\n public uuid4(): string {\n return uuid4(this.engine);\n }\n\n /**\n * Returns a random string using numbers, uppercase and lowercase letters,\n * `_`, and `-` of length `length`.\n * @param length Length of the result string\n */\n public string(length: number): string;\n /**\n * Returns a random string using the provided string pool as the possible\n * characters to choose from of length `length`.\n * @param length Length of the result string\n */\n public string(length: number, pool: string): string;\n public string(length: number, pool?: string): string {\n return string(pool!)(this.engine, length);\n }\n\n /**\n * Returns a random string comprised of numbers or the characters `abcdef`\n * (or `ABCDEF`) of length `length`.\n * @param length Length of the result string\n * @param uppercase Whether the string should use `ABCDEF` instead of `abcdef`\n */\n public hex(length: number, uppercase?: boolean): string {\n return hex(uppercase)(this.engine, length);\n }\n\n /**\n * Returns a random `Date` within the inclusive range of [`start`, `end`].\n * @param start The minimum `Date`\n * @param end The maximum `Date`\n */\n public date(start: Date, end: Date): Date {\n return date(start, end)(this.engine);\n }\n}\n","import { INT32_SIZE } from \"./constants\";\n\n/**\n * See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Int32Array\n */\nconst I32Array: typeof Int32Array = (() => {\n try {\n const buffer = new ArrayBuffer(4);\n const view = new Int32Array(buffer);\n view[0] = INT32_SIZE;\n if (view[0] === -INT32_SIZE) {\n return Int32Array;\n }\n } catch (_) {\n // nothing to do here\n }\n return (Array as unknown) as typeof Int32Array;\n})();\nexport { I32Array as Int32Array };\n","import { Engine } from \"../types\";\nimport { Int32Array } from \"../utils/Int32Array\";\n\nlet data: Int32Array | null = null;\nconst COUNT = 128;\nlet index = COUNT;\n\n/**\n * An Engine that relies on the globally-available `crypto.getRandomValues`,\n * which is typically available in modern browsers.\n *\n * See https://developer.mozilla.org/en-US/docs/Web/API/Crypto/getRandomValues\n *\n * If unavailable or otherwise non-functioning, then `browserCrypto` will\n * likely `throw` on the first call to `next()`.\n */\nexport const browserCrypto: Engine = {\n next() {\n if (index >= COUNT) {\n if (data === null) {\n data = new Int32Array(COUNT);\n }\n crypto.getRandomValues(data);\n index = 0;\n }\n return data![index++] | 0;\n }\n};\n","import { nativeMath } from \"../engine/nativeMath\";\nimport { Engine } from \"../types\";\n\n/**\n * Returns an array of random int32 values, based on current time\n * and a random number engine\n *\n * @param engine an Engine to pull random values from, default `nativeMath`\n * @param length the length of the Array, minimum 1, default 16\n */\nexport function createEntropy(\n engine: Engine = nativeMath,\n length: number = 16\n): number[] {\n const array: number[] = [];\n array.push(new Date().getTime() | 0);\n for (let i = 1; i < length; ++i) {\n array[i] = engine.next() | 0;\n }\n return array;\n}\n","import { UINT32_MAX } from \"./constants\";\n\n/**\n * See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/imul\n */\nexport const imul: (a: number, b: number) => number = (() => {\n try {\n if ((Math as any).imul(UINT32_MAX, 5) === -5) {\n return (Math as any).imul;\n }\n } catch (_) {\n // nothing to do here\n }\n const UINT16_MAX = 0xffff;\n return (a: number, b: number) => {\n const ah = (a >>> 16) & UINT16_MAX;\n const al = a & UINT16_MAX;\n const bh = (b >>> 16) & UINT16_MAX;\n const bl = b & UINT16_MAX;\n // the shift by 0 fixes the sign on the high part\n // the final |0 converts the unsigned value into a signed value\n return (al * bl + (((ah * bl + al * bh) << 16) >>> 0)) | 0;\n };\n})();\n","import { Engine } from \"../types\";\nimport { INT32_MAX, INT32_SIZE } from \"../utils/constants\";\nimport { createEntropy } from \"../utils/createEntropy\";\nimport { imul } from \"../utils/imul\";\nimport { Int32Array } from \"../utils/Int32Array\";\n\nconst ARRAY_SIZE = 624;\nconst ARRAY_MAX = ARRAY_SIZE - 1;\nconst M = 397;\nconst ARRAY_SIZE_MINUS_M = ARRAY_SIZE - M;\nconst A = 0x9908b0df;\n\n/**\n * An Engine that is a pseudorandom number generator using the Mersenne\n * Twister algorithm based on the prime 2**19937 − 1\n *\n * See http://en.wikipedia.org/wiki/Mersenne_twister\n */\nexport class MersenneTwister19937 implements Engine {\n /**\n * Returns a MersenneTwister19937 seeded with an initial int32 value\n * @param initial the initial seed value\n */\n public static seed(initial: number): MersenneTwister19937 {\n return new MersenneTwister19937().seed(initial);\n }\n\n /**\n * Returns a MersenneTwister19937 seeded with zero or more int32 values\n * @param source A series of int32 values\n */\n public static seedWithArray(source: ArrayLike): MersenneTwister19937 {\n return new MersenneTwister19937().seedWithArray(source);\n }\n\n /**\n * Returns a MersenneTwister19937 seeded with the current time and\n * a series of natively-generated random values\n */\n public static autoSeed(): MersenneTwister19937 {\n return MersenneTwister19937.seedWithArray(createEntropy());\n }\n\n private readonly data = new Int32Array(ARRAY_SIZE);\n private index = 0; // integer within [0, 624]\n private uses = 0;\n\n /**\n * MersenneTwister19937 should not be instantiated directly.\n * Instead, use the static methods `seed`, `seedWithArray`, or `autoSeed`.\n */\n private constructor() {}\n\n /**\n * Returns the next int32 value of the sequence\n */\n public next(): number {\n if ((this.index | 0) >= ARRAY_SIZE) {\n refreshData(this.data);\n this.index = 0;\n }\n\n const value = this.data[this.index];\n this.index = (this.index + 1) | 0;\n this.uses += 1;\n return temper(value) | 0;\n }\n\n /**\n * Returns the number of times that the Engine has been used.\n *\n * This can be provided to an unused MersenneTwister19937 with the same\n * seed, bringing it to the exact point that was left off.\n */\n public getUseCount(): number {\n return this.uses;\n }\n\n /**\n * Discards one or more items from the engine\n * @param count The count of items to discard\n */\n public discard(count: number): this {\n if (count <= 0) {\n return this;\n }\n this.uses += count;\n if ((this.index | 0) >= ARRAY_SIZE) {\n refreshData(this.data);\n this.index = 0;\n }\n while (count + this.index > ARRAY_SIZE) {\n count -= ARRAY_SIZE - this.index;\n refreshData(this.data);\n this.index = 0;\n }\n this.index = (this.index + count) | 0;\n return this;\n }\n\n private seed(initial: number): this {\n let previous = 0;\n this.data[0] = previous = initial | 0;\n\n for (let i = 1; i < ARRAY_SIZE; i = (i + 1) | 0) {\n this.data[i] = previous =\n (imul(previous ^ (previous >>> 30), 0x6c078965) + i) | 0;\n }\n this.index = ARRAY_SIZE;\n this.uses = 0;\n return this;\n }\n\n private seedWithArray(source: ArrayLike): this {\n this.seed(0x012bd6aa);\n seedWithArray(this.data, source);\n return this;\n }\n}\n\nfunction refreshData(data: Int32Array) {\n let k = 0;\n let tmp = 0;\n for (; (k | 0) < ARRAY_SIZE_MINUS_M; k = (k + 1) | 0) {\n tmp = (data[k] & INT32_SIZE) | (data[(k + 1) | 0] & INT32_MAX);\n data[k] = data[(k + M) | 0] ^ (tmp >>> 1) ^ (tmp & 0x1 ? A : 0);\n }\n\n for (; (k | 0) < ARRAY_MAX; k = (k + 1) | 0) {\n tmp = (data[k] & INT32_SIZE) | (data[(k + 1) | 0] & INT32_MAX);\n data[k] =\n data[(k - ARRAY_SIZE_MINUS_M) | 0] ^ (tmp >>> 1) ^ (tmp & 0x1 ? A : 0);\n }\n\n tmp = (data[ARRAY_MAX] & INT32_SIZE) | (data[0] & INT32_MAX);\n data[ARRAY_MAX] = data[M - 1] ^ (tmp >>> 1) ^ (tmp & 0x1 ? A : 0);\n}\n\nfunction temper(value: number) {\n value ^= value >>> 11;\n value ^= (value << 7) & 0x9d2c5680;\n value ^= (value << 15) & 0xefc60000;\n return value ^ (value >>> 18);\n}\n\nfunction seedWithArray(data: Int32Array, source: ArrayLike) {\n let i = 1;\n let j = 0;\n const sourceLength = source.length;\n let k = Math.max(sourceLength, ARRAY_SIZE) | 0;\n let previous = data[0] | 0;\n for (; (k | 0) > 0; --k) {\n data[i] = previous =\n ((data[i] ^ imul(previous ^ (previous >>> 30), 0x0019660d)) +\n (source[j] | 0) +\n (j | 0)) |\n 0;\n i = (i + 1) | 0;\n ++j;\n if ((i | 0) > ARRAY_MAX) {\n data[0] = data[ARRAY_MAX];\n i = 1;\n }\n if (j >= sourceLength) {\n j = 0;\n }\n }\n for (k = ARRAY_MAX; (k | 0) > 0; --k) {\n data[i] = previous =\n ((data[i] ^ imul(previous ^ (previous >>> 30), 0x5d588b65)) - i) | 0;\n i = (i + 1) | 0;\n if ((i | 0) > ARRAY_MAX) {\n data[0] = data[ARRAY_MAX];\n i = 1;\n }\n }\n data[0] = INT32_SIZE;\n}\n","import { Engine } from \"../types\";\n\nlet data: Int32Array | null = null;\nconst COUNT = 128;\nlet index = COUNT;\n\n/**\n * An Engine that relies on the node-available\n * `require('crypto').randomBytes`, which has been available since 0.58.\n *\n * See https://nodejs.org/api/crypto.html#crypto_crypto_randombytes_size_callback\n *\n * If unavailable or otherwise non-functioning, then `nodeCrypto` will\n * likely `throw` on the first call to `next()`.\n */\nexport const nodeCrypto: Engine = {\n next() {\n if (index >= COUNT) {\n data = new Int32Array(\n new Int8Array(require(\"crypto\").randomBytes(4 * COUNT)).buffer\n );\n index = 0;\n }\n return data![index++] | 0;\n }\n};\n","/* -----------------------------------------------\n/* Author : Vincent Garreau - vincentgarreau.com\n/* MIT license: http://opensource.org/licenses/MIT\n/* Demo / Generator : vincentgarreau.com/particles.js\n/* GitHub : github.com/VincentGarreau/particles.js\n/* How to use? : Check the GitHub README\n/* v2.0.0\n/* ----------------------------------------------- */\n\nvar pJS = function(tag_id, params){\n\n var canvas_el = document.querySelector('#'+tag_id+' > .particles-js-canvas-el');\n\n /* particles.js variables with default values */\n this.pJS = {\n canvas: {\n el: canvas_el,\n w: canvas_el.offsetWidth,\n h: canvas_el.offsetHeight\n },\n particles: {\n number: {\n value: 400,\n density: {\n enable: true,\n value_area: 800\n }\n },\n color: {\n value: '#fff'\n },\n shape: {\n type: 'circle',\n stroke: {\n width: 0,\n color: '#ff0000'\n },\n polygon: {\n nb_sides: 5\n },\n image: {\n src: '',\n width: 100,\n height: 100\n }\n },\n opacity: {\n value: 1,\n random: false,\n anim: {\n enable: false,\n speed: 2,\n opacity_min: 0,\n sync: false\n }\n },\n size: {\n value: 20,\n random: false,\n anim: {\n enable: false,\n speed: 20,\n size_min: 0,\n sync: false\n }\n },\n line_linked: {\n enable: true,\n distance: 100,\n color: '#fff',\n opacity: 1,\n width: 1\n },\n move: {\n enable: true,\n speed: 2,\n direction: 'none',\n random: false,\n straight: false,\n out_mode: 'out',\n bounce: false,\n attract: {\n enable: false,\n rotateX: 3000,\n rotateY: 3000\n }\n },\n array: []\n },\n interactivity: {\n detect_on: 'canvas',\n events: {\n onhover: {\n enable: true,\n mode: 'grab'\n },\n onclick: {\n enable: true,\n mode: 'push'\n },\n resize: true\n },\n modes: {\n grab:{\n distance: 100,\n line_linked:{\n opacity: 1\n }\n },\n bubble:{\n distance: 200,\n size: 80,\n duration: 0.4\n },\n repulse:{\n distance: 200,\n duration: 0.4\n },\n push:{\n particles_nb: 4\n },\n remove:{\n particles_nb: 2\n }\n },\n mouse:{}\n },\n retina_detect: false,\n fn: {\n interact: {},\n modes: {},\n vendors:{}\n },\n tmp: {}\n };\n\n var pJS = this.pJS;\n\n /* params settings */\n if(params){\n Object.deepExtend(pJS, params);\n }\n\n pJS.tmp.obj = {\n size_value: pJS.particles.size.value,\n size_anim_speed: pJS.particles.size.anim.speed,\n move_speed: pJS.particles.move.speed,\n line_linked_distance: pJS.particles.line_linked.distance,\n line_linked_width: pJS.particles.line_linked.width,\n mode_grab_distance: pJS.interactivity.modes.grab.distance,\n mode_bubble_distance: pJS.interactivity.modes.bubble.distance,\n mode_bubble_size: pJS.interactivity.modes.bubble.size,\n mode_repulse_distance: pJS.interactivity.modes.repulse.distance\n };\n\n\n pJS.fn.retinaInit = function(){\n\n if(pJS.retina_detect && window.devicePixelRatio > 1){\n pJS.canvas.pxratio = window.devicePixelRatio; \n pJS.tmp.retina = true;\n } \n else{\n pJS.canvas.pxratio = 1;\n pJS.tmp.retina = false;\n }\n\n pJS.canvas.w = pJS.canvas.el.offsetWidth * pJS.canvas.pxratio;\n pJS.canvas.h = pJS.canvas.el.offsetHeight * pJS.canvas.pxratio;\n\n pJS.particles.size.value = pJS.tmp.obj.size_value * pJS.canvas.pxratio;\n pJS.particles.size.anim.speed = pJS.tmp.obj.size_anim_speed * pJS.canvas.pxratio;\n pJS.particles.move.speed = pJS.tmp.obj.move_speed * pJS.canvas.pxratio;\n pJS.particles.line_linked.distance = pJS.tmp.obj.line_linked_distance * pJS.canvas.pxratio;\n pJS.interactivity.modes.grab.distance = pJS.tmp.obj.mode_grab_distance * pJS.canvas.pxratio;\n pJS.interactivity.modes.bubble.distance = pJS.tmp.obj.mode_bubble_distance * pJS.canvas.pxratio;\n pJS.particles.line_linked.width = pJS.tmp.obj.line_linked_width * pJS.canvas.pxratio;\n pJS.interactivity.modes.bubble.size = pJS.tmp.obj.mode_bubble_size * pJS.canvas.pxratio;\n pJS.interactivity.modes.repulse.distance = pJS.tmp.obj.mode_repulse_distance * pJS.canvas.pxratio;\n\n };\n\n\n\n /* ---------- pJS functions - canvas ------------ */\n\n pJS.fn.canvasInit = function(){\n pJS.canvas.ctx = pJS.canvas.el.getContext('2d');\n };\n\n pJS.fn.canvasSize = function(){\n\n pJS.canvas.el.width = pJS.canvas.w;\n pJS.canvas.el.height = pJS.canvas.h;\n\n if(pJS && pJS.interactivity.events.resize){\n\n window.addEventListener('resize', function(){\n\n pJS.canvas.w = pJS.canvas.el.offsetWidth;\n pJS.canvas.h = pJS.canvas.el.offsetHeight;\n\n /* resize canvas */\n if(pJS.tmp.retina){\n pJS.canvas.w *= pJS.canvas.pxratio;\n pJS.canvas.h *= pJS.canvas.pxratio;\n }\n\n pJS.canvas.el.width = pJS.canvas.w;\n pJS.canvas.el.height = pJS.canvas.h;\n\n /* repaint canvas on anim disabled */\n if(!pJS.particles.move.enable){\n pJS.fn.particlesEmpty();\n pJS.fn.particlesCreate();\n pJS.fn.particlesDraw();\n pJS.fn.vendors.densityAutoParticles();\n }\n\n /* density particles enabled */\n pJS.fn.vendors.densityAutoParticles();\n\n });\n\n }\n\n };\n\n\n pJS.fn.canvasPaint = function(){\n pJS.canvas.ctx.fillRect(0, 0, pJS.canvas.w, pJS.canvas.h);\n };\n\n pJS.fn.canvasClear = function(){\n pJS.canvas.ctx.clearRect(0, 0, pJS.canvas.w, pJS.canvas.h);\n };\n\n\n /* --------- pJS functions - particles ----------- */\n\n pJS.fn.particle = function(color, opacity, position){\n\n /* size */\n this.radius = (pJS.particles.size.random ? Math.random() : 1) * pJS.particles.size.value;\n if(pJS.particles.size.anim.enable){\n this.size_status = false;\n this.vs = pJS.particles.size.anim.speed / 100;\n if(!pJS.particles.size.anim.sync){\n this.vs = this.vs * Math.random();\n }\n }\n\n /* position */\n this.x = position ? position.x : Math.random() * pJS.canvas.w;\n this.y = position ? position.y : Math.random() * pJS.canvas.h;\n\n /* check position - into the canvas */\n if(this.x > pJS.canvas.w - this.radius*2) this.x = this.x - this.radius;\n else if(this.x < this.radius*2) this.x = this.x + this.radius;\n if(this.y > pJS.canvas.h - this.radius*2) this.y = this.y - this.radius;\n else if(this.y < this.radius*2) this.y = this.y + this.radius;\n\n /* check position - avoid overlap */\n if(pJS.particles.move.bounce){\n pJS.fn.vendors.checkOverlap(this, position);\n }\n\n /* color */\n this.color = {};\n if(typeof(color.value) == 'object'){\n\n if(color.value instanceof Array){\n var color_selected = color.value[Math.floor(Math.random() * pJS.particles.color.value.length)];\n this.color.rgb = hexToRgb(color_selected);\n }else{\n if(color.value.r != undefined && color.value.g != undefined && color.value.b != undefined){\n this.color.rgb = {\n r: color.value.r,\n g: color.value.g,\n b: color.value.b\n }\n }\n if(color.value.h != undefined && color.value.s != undefined && color.value.l != undefined){\n this.color.hsl = {\n h: color.value.h,\n s: color.value.s,\n l: color.value.l\n }\n }\n }\n\n }\n else if(color.value == 'random'){\n this.color.rgb = {\n r: (Math.floor(Math.random() * (255 - 0 + 1)) + 0),\n g: (Math.floor(Math.random() * (255 - 0 + 1)) + 0),\n b: (Math.floor(Math.random() * (255 - 0 + 1)) + 0)\n }\n }\n else if(typeof(color.value) == 'string'){\n this.color = color;\n this.color.rgb = hexToRgb(this.color.value);\n }\n\n /* opacity */\n this.opacity = (pJS.particles.opacity.random ? Math.random() : 1) * pJS.particles.opacity.value;\n if(pJS.particles.opacity.anim.enable){\n this.opacity_status = false;\n this.vo = pJS.particles.opacity.anim.speed / 100;\n if(!pJS.particles.opacity.anim.sync){\n this.vo = this.vo * Math.random();\n }\n }\n\n /* animation - velocity for speed */\n var velbase = {}\n switch(pJS.particles.move.direction){\n case 'top':\n velbase = { x:0, y:-1 };\n break;\n case 'top-right':\n velbase = { x:0.5, y:-0.5 };\n break;\n case 'right':\n velbase = { x:1, y:-0 };\n break;\n case 'bottom-right':\n velbase = { x:0.5, y:0.5 };\n break;\n case 'bottom':\n velbase = { x:0, y:1 };\n break;\n case 'bottom-left':\n velbase = { x:-0.5, y:1 };\n break;\n case 'left':\n velbase = { x:-1, y:0 };\n break;\n case 'top-left':\n velbase = { x:-0.5, y:-0.5 };\n break;\n default:\n velbase = { x:0, y:0 };\n break;\n }\n\n if(pJS.particles.move.straight){\n this.vx = velbase.x;\n this.vy = velbase.y;\n if(pJS.particles.move.random){\n this.vx = this.vx * (Math.random());\n this.vy = this.vy * (Math.random());\n }\n }else{\n this.vx = velbase.x + Math.random()-0.5;\n this.vy = velbase.y + Math.random()-0.5;\n }\n\n // var theta = 2.0 * Math.PI * Math.random();\n // this.vx = Math.cos(theta);\n // this.vy = Math.sin(theta);\n\n this.vx_i = this.vx;\n this.vy_i = this.vy;\n\n \n\n /* if shape is image */\n\n var shape_type = pJS.particles.shape.type;\n if(typeof(shape_type) == 'object'){\n if(shape_type instanceof Array){\n var shape_selected = shape_type[Math.floor(Math.random() * shape_type.length)];\n this.shape = shape_selected;\n }\n }else{\n this.shape = shape_type;\n }\n\n if(this.shape == 'image'){\n var sh = pJS.particles.shape;\n this.img = {\n src: sh.image.src,\n ratio: sh.image.width / sh.image.height\n }\n if(!this.img.ratio) this.img.ratio = 1;\n if(pJS.tmp.img_type == 'svg' && pJS.tmp.source_svg != undefined){\n pJS.fn.vendors.createSvgImg(this);\n if(pJS.tmp.pushing){\n this.img.loaded = false;\n }\n }\n }\n\n \n\n };\n\n\n pJS.fn.particle.prototype.draw = function() {\n\n var p = this;\n\n if(p.radius_bubble != undefined){\n var radius = p.radius_bubble; \n }else{\n var radius = p.radius;\n }\n\n if(p.opacity_bubble != undefined){\n var opacity = p.opacity_bubble;\n }else{\n var opacity = p.opacity;\n }\n\n if(p.color.rgb){\n var color_value = 'rgba('+p.color.rgb.r+','+p.color.rgb.g+','+p.color.rgb.b+','+opacity+')';\n }else{\n var color_value = 'hsla('+p.color.hsl.h+','+p.color.hsl.s+'%,'+p.color.hsl.l+'%,'+opacity+')';\n }\n\n pJS.canvas.ctx.fillStyle = color_value;\n pJS.canvas.ctx.beginPath();\n\n switch(p.shape){\n\n case 'circle':\n pJS.canvas.ctx.arc(p.x, p.y, radius, 0, Math.PI * 2, false);\n break;\n\n case 'edge':\n pJS.canvas.ctx.rect(p.x-radius, p.y-radius, radius*2, radius*2);\n break;\n\n case 'triangle':\n pJS.fn.vendors.drawShape(pJS.canvas.ctx, p.x-radius, p.y+radius / 1.66, radius*2, 3, 2);\n break;\n\n case 'polygon':\n pJS.fn.vendors.drawShape(\n pJS.canvas.ctx,\n p.x - radius / (pJS.particles.shape.polygon.nb_sides/3.5), // startX\n p.y - radius / (2.66/3.5), // startY\n radius*2.66 / (pJS.particles.shape.polygon.nb_sides/3), // sideLength\n pJS.particles.shape.polygon.nb_sides, // sideCountNumerator\n 1 // sideCountDenominator\n );\n break;\n\n case 'star':\n pJS.fn.vendors.drawShape(\n pJS.canvas.ctx,\n p.x - radius*2 / (pJS.particles.shape.polygon.nb_sides/4), // startX\n p.y - radius / (2*2.66/3.5), // startY\n radius*2*2.66 / (pJS.particles.shape.polygon.nb_sides/3), // sideLength\n pJS.particles.shape.polygon.nb_sides, // sideCountNumerator\n 2 // sideCountDenominator\n );\n break;\n\n case 'image':\n\n function draw(){\n pJS.canvas.ctx.drawImage(\n img_obj,\n p.x-radius,\n p.y-radius,\n radius*2,\n radius*2 / p.img.ratio\n );\n }\n\n if(pJS.tmp.img_type == 'svg'){\n var img_obj = p.img.obj;\n }else{\n var img_obj = pJS.tmp.img_obj;\n }\n\n if(img_obj){\n draw();\n }\n\n break;\n\n }\n\n pJS.canvas.ctx.closePath();\n\n if(pJS.particles.shape.stroke.width > 0){\n pJS.canvas.ctx.strokeStyle = pJS.particles.shape.stroke.color;\n pJS.canvas.ctx.lineWidth = pJS.particles.shape.stroke.width;\n pJS.canvas.ctx.stroke();\n }\n \n pJS.canvas.ctx.fill();\n \n };\n\n\n pJS.fn.particlesCreate = function(){\n for(var i = 0; i < pJS.particles.number.value; i++) {\n pJS.particles.array.push(new pJS.fn.particle(pJS.particles.color, pJS.particles.opacity.value));\n }\n };\n\n pJS.fn.particlesUpdate = function(){\n\n for(var i = 0; i < pJS.particles.array.length; i++){\n\n /* the particle */\n var p = pJS.particles.array[i];\n\n // var d = ( dx = pJS.interactivity.mouse.click_pos_x - p.x ) * dx + ( dy = pJS.interactivity.mouse.click_pos_y - p.y ) * dy;\n // var f = -BANG_SIZE / d;\n // if ( d < BANG_SIZE ) {\n // var t = Math.atan2( dy, dx );\n // p.vx = f * Math.cos(t);\n // p.vy = f * Math.sin(t);\n // }\n\n /* move the particle */\n if(pJS.particles.move.enable){\n var ms = pJS.particles.move.speed/2;\n p.x += p.vx * ms;\n p.y += p.vy * ms;\n }\n\n /* change opacity status */\n if(pJS.particles.opacity.anim.enable) {\n if(p.opacity_status == true) {\n if(p.opacity >= pJS.particles.opacity.value) p.opacity_status = false;\n p.opacity += p.vo;\n }else {\n if(p.opacity <= pJS.particles.opacity.anim.opacity_min) p.opacity_status = true;\n p.opacity -= p.vo;\n }\n if(p.opacity < 0) p.opacity = 0;\n }\n\n /* change size */\n if(pJS.particles.size.anim.enable){\n if(p.size_status == true){\n if(p.radius >= pJS.particles.size.value) p.size_status = false;\n p.radius += p.vs;\n }else{\n if(p.radius <= pJS.particles.size.anim.size_min) p.size_status = true;\n p.radius -= p.vs;\n }\n if(p.radius < 0) p.radius = 0;\n }\n\n /* change particle position if it is out of canvas */\n if(pJS.particles.move.out_mode == 'bounce'){\n var new_pos = {\n x_left: p.radius,\n x_right: pJS.canvas.w,\n y_top: p.radius,\n y_bottom: pJS.canvas.h\n }\n }else{\n var new_pos = {\n x_left: -p.radius,\n x_right: pJS.canvas.w + p.radius,\n y_top: -p.radius,\n y_bottom: pJS.canvas.h + p.radius\n }\n }\n\n if(p.x - p.radius > pJS.canvas.w){\n p.x = new_pos.x_left;\n p.y = Math.random() * pJS.canvas.h;\n }\n else if(p.x + p.radius < 0){\n p.x = new_pos.x_right;\n p.y = Math.random() * pJS.canvas.h;\n }\n if(p.y - p.radius > pJS.canvas.h){\n p.y = new_pos.y_top;\n p.x = Math.random() * pJS.canvas.w;\n }\n else if(p.y + p.radius < 0){\n p.y = new_pos.y_bottom;\n p.x = Math.random() * pJS.canvas.w;\n }\n\n /* out of canvas modes */\n switch(pJS.particles.move.out_mode){\n case 'bounce':\n if (p.x + p.radius > pJS.canvas.w) p.vx = -p.vx;\n else if (p.x - p.radius < 0) p.vx = -p.vx;\n if (p.y + p.radius > pJS.canvas.h) p.vy = -p.vy;\n else if (p.y - p.radius < 0) p.vy = -p.vy;\n break;\n }\n\n /* events */\n if(isInArray('grab', pJS.interactivity.events.onhover.mode)){\n pJS.fn.modes.grabParticle(p);\n }\n\n if(isInArray('bubble', pJS.interactivity.events.onhover.mode) || isInArray('bubble', pJS.interactivity.events.onclick.mode)){\n pJS.fn.modes.bubbleParticle(p);\n }\n\n if(isInArray('repulse', pJS.interactivity.events.onhover.mode) || isInArray('repulse', pJS.interactivity.events.onclick.mode)){\n pJS.fn.modes.repulseParticle(p);\n }\n\n /* interaction auto between particles */\n if(pJS.particles.line_linked.enable || pJS.particles.move.attract.enable){\n for(var j = i + 1; j < pJS.particles.array.length; j++){\n var p2 = pJS.particles.array[j];\n\n /* link particles */\n if(pJS.particles.line_linked.enable){\n pJS.fn.interact.linkParticles(p,p2);\n }\n\n /* attract particles */\n if(pJS.particles.move.attract.enable){\n pJS.fn.interact.attractParticles(p,p2);\n }\n\n /* bounce particles */\n if(pJS.particles.move.bounce){\n pJS.fn.interact.bounceParticles(p,p2);\n }\n\n }\n }\n\n\n }\n\n };\n\n pJS.fn.particlesDraw = function(){\n\n /* clear canvas */\n pJS.canvas.ctx.clearRect(0, 0, pJS.canvas.w, pJS.canvas.h);\n\n /* update each particles param */\n pJS.fn.particlesUpdate();\n\n /* draw each particle */\n for(var i = 0; i < pJS.particles.array.length; i++){\n var p = pJS.particles.array[i];\n p.draw();\n }\n\n };\n\n pJS.fn.particlesEmpty = function(){\n pJS.particles.array = [];\n };\n\n pJS.fn.particlesRefresh = function(){\n\n /* init all */\n cancelRequestAnimFrame(pJS.fn.checkAnimFrame);\n cancelRequestAnimFrame(pJS.fn.drawAnimFrame);\n pJS.tmp.source_svg = undefined;\n pJS.tmp.img_obj = undefined;\n pJS.tmp.count_svg = 0;\n pJS.fn.particlesEmpty();\n pJS.fn.canvasClear();\n \n /* restart */\n pJS.fn.vendors.start();\n\n };\n\n\n /* ---------- pJS functions - particles interaction ------------ */\n\n pJS.fn.interact.linkParticles = function(p1, p2){\n\n var dx = p1.x - p2.x,\n dy = p1.y - p2.y,\n dist = Math.sqrt(dx*dx + dy*dy);\n\n /* draw a line between p1 and p2 if the distance between them is under the config distance */\n if(dist <= pJS.particles.line_linked.distance){\n\n var opacity_line = pJS.particles.line_linked.opacity - (dist / (1/pJS.particles.line_linked.opacity)) / pJS.particles.line_linked.distance;\n\n if(opacity_line > 0){ \n \n /* style */\n var color_line = pJS.particles.line_linked.color_rgb_line;\n pJS.canvas.ctx.strokeStyle = 'rgba('+color_line.r+','+color_line.g+','+color_line.b+','+opacity_line+')';\n pJS.canvas.ctx.lineWidth = pJS.particles.line_linked.width;\n //pJS.canvas.ctx.lineCap = 'round'; /* performance issue */\n \n /* path */\n pJS.canvas.ctx.beginPath();\n pJS.canvas.ctx.moveTo(p1.x, p1.y);\n pJS.canvas.ctx.lineTo(p2.x, p2.y);\n pJS.canvas.ctx.stroke();\n pJS.canvas.ctx.closePath();\n\n }\n\n }\n\n };\n\n\n pJS.fn.interact.attractParticles = function(p1, p2){\n\n /* condensed particles */\n var dx = p1.x - p2.x,\n dy = p1.y - p2.y,\n dist = Math.sqrt(dx*dx + dy*dy);\n\n if(dist <= pJS.particles.line_linked.distance){\n\n var ax = dx/(pJS.particles.move.attract.rotateX*1000),\n ay = dy/(pJS.particles.move.attract.rotateY*1000);\n\n p1.vx -= ax;\n p1.vy -= ay;\n\n p2.vx += ax;\n p2.vy += ay;\n\n }\n \n\n }\n\n\n pJS.fn.interact.bounceParticles = function(p1, p2){\n\n var dx = p1.x - p2.x,\n dy = p1.y - p2.y,\n dist = Math.sqrt(dx*dx + dy*dy),\n dist_p = p1.radius+p2.radius;\n\n if(dist <= dist_p){\n p1.vx = -p1.vx;\n p1.vy = -p1.vy;\n\n p2.vx = -p2.vx;\n p2.vy = -p2.vy;\n }\n\n }\n\n\n /* ---------- pJS functions - modes events ------------ */\n\n pJS.fn.modes.pushParticles = function(nb, pos){\n\n pJS.tmp.pushing = true;\n\n for(var i = 0; i < nb; i++){\n pJS.particles.array.push(\n new pJS.fn.particle(\n pJS.particles.color,\n pJS.particles.opacity.value,\n {\n 'x': pos ? pos.pos_x : Math.random() * pJS.canvas.w,\n 'y': pos ? pos.pos_y : Math.random() * pJS.canvas.h\n }\n )\n )\n if(i == nb-1){\n if(!pJS.particles.move.enable){\n pJS.fn.particlesDraw();\n }\n pJS.tmp.pushing = false;\n }\n }\n\n };\n\n\n pJS.fn.modes.removeParticles = function(nb){\n\n pJS.particles.array.splice(0, nb);\n if(!pJS.particles.move.enable){\n pJS.fn.particlesDraw();\n }\n\n };\n\n\n pJS.fn.modes.bubbleParticle = function(p){\n\n /* on hover event */\n if(pJS.interactivity.events.onhover.enable && isInArray('bubble', pJS.interactivity.events.onhover.mode)){\n\n var dx_mouse = p.x - pJS.interactivity.mouse.pos_x,\n dy_mouse = p.y - pJS.interactivity.mouse.pos_y,\n dist_mouse = Math.sqrt(dx_mouse*dx_mouse + dy_mouse*dy_mouse),\n ratio = 1 - dist_mouse / pJS.interactivity.modes.bubble.distance;\n\n function init(){\n p.opacity_bubble = p.opacity;\n p.radius_bubble = p.radius;\n }\n\n /* mousemove - check ratio */\n if(dist_mouse <= pJS.interactivity.modes.bubble.distance){\n\n if(ratio >= 0 && pJS.interactivity.status == 'mousemove'){\n \n /* size */\n if(pJS.interactivity.modes.bubble.size != pJS.particles.size.value){\n\n if(pJS.interactivity.modes.bubble.size > pJS.particles.size.value){\n var size = p.radius + (pJS.interactivity.modes.bubble.size*ratio);\n if(size >= 0){\n p.radius_bubble = size;\n }\n }else{\n var dif = p.radius - pJS.interactivity.modes.bubble.size,\n size = p.radius - (dif*ratio);\n if(size > 0){\n p.radius_bubble = size;\n }else{\n p.radius_bubble = 0;\n }\n }\n\n }\n\n /* opacity */\n if(pJS.interactivity.modes.bubble.opacity != pJS.particles.opacity.value){\n\n if(pJS.interactivity.modes.bubble.opacity > pJS.particles.opacity.value){\n var opacity = pJS.interactivity.modes.bubble.opacity*ratio;\n if(opacity > p.opacity && opacity <= pJS.interactivity.modes.bubble.opacity){\n p.opacity_bubble = opacity;\n }\n }else{\n var opacity = p.opacity - (pJS.particles.opacity.value-pJS.interactivity.modes.bubble.opacity)*ratio;\n if(opacity < p.opacity && opacity >= pJS.interactivity.modes.bubble.opacity){\n p.opacity_bubble = opacity;\n }\n }\n\n }\n\n }\n\n }else{\n init();\n }\n\n\n /* mouseleave */\n if(pJS.interactivity.status == 'mouseleave'){\n init();\n }\n \n }\n\n /* on click event */\n else if(pJS.interactivity.events.onclick.enable && isInArray('bubble', pJS.interactivity.events.onclick.mode)){\n\n\n if(pJS.tmp.bubble_clicking){\n var dx_mouse = p.x - pJS.interactivity.mouse.click_pos_x,\n dy_mouse = p.y - pJS.interactivity.mouse.click_pos_y,\n dist_mouse = Math.sqrt(dx_mouse*dx_mouse + dy_mouse*dy_mouse),\n time_spent = (new Date().getTime() - pJS.interactivity.mouse.click_time)/1000;\n\n if(time_spent > pJS.interactivity.modes.bubble.duration){\n pJS.tmp.bubble_duration_end = true;\n }\n\n if(time_spent > pJS.interactivity.modes.bubble.duration*2){\n pJS.tmp.bubble_clicking = false;\n pJS.tmp.bubble_duration_end = false;\n }\n }\n\n\n function process(bubble_param, particles_param, p_obj_bubble, p_obj, id){\n\n if(bubble_param != particles_param){\n\n if(!pJS.tmp.bubble_duration_end){\n if(dist_mouse <= pJS.interactivity.modes.bubble.distance){\n if(p_obj_bubble != undefined) var obj = p_obj_bubble;\n else var obj = p_obj;\n if(obj != bubble_param){\n var value = p_obj - (time_spent * (p_obj - bubble_param) / pJS.interactivity.modes.bubble.duration);\n if(id == 'size') p.radius_bubble = value;\n if(id == 'opacity') p.opacity_bubble = value;\n }\n }else{\n if(id == 'size') p.radius_bubble = undefined;\n if(id == 'opacity') p.opacity_bubble = undefined;\n }\n }else{\n if(p_obj_bubble != undefined){\n var value_tmp = p_obj - (time_spent * (p_obj - bubble_param) / pJS.interactivity.modes.bubble.duration),\n dif = bubble_param - value_tmp;\n value = bubble_param + dif;\n if(id == 'size') p.radius_bubble = value;\n if(id == 'opacity') p.opacity_bubble = value;\n }\n }\n\n }\n\n }\n\n if(pJS.tmp.bubble_clicking){\n /* size */\n process(pJS.interactivity.modes.bubble.size, pJS.particles.size.value, p.radius_bubble, p.radius, 'size');\n /* opacity */\n process(pJS.interactivity.modes.bubble.opacity, pJS.particles.opacity.value, p.opacity_bubble, p.opacity, 'opacity');\n }\n\n }\n\n };\n\n\n pJS.fn.modes.repulseParticle = function(p){\n\n if(pJS.interactivity.events.onhover.enable && isInArray('repulse', pJS.interactivity.events.onhover.mode) && pJS.interactivity.status == 'mousemove') {\n\n var dx_mouse = p.x - pJS.interactivity.mouse.pos_x,\n dy_mouse = p.y - pJS.interactivity.mouse.pos_y,\n dist_mouse = Math.sqrt(dx_mouse*dx_mouse + dy_mouse*dy_mouse);\n\n var normVec = {x: dx_mouse/dist_mouse, y: dy_mouse/dist_mouse},\n repulseRadius = pJS.interactivity.modes.repulse.distance,\n velocity = 100,\n repulseFactor = clamp((1/repulseRadius)*(-1*Math.pow(dist_mouse/repulseRadius,2)+1)*repulseRadius*velocity, 0, 50);\n \n var pos = {\n x: p.x + normVec.x * repulseFactor,\n y: p.y + normVec.y * repulseFactor\n }\n\n if(pJS.particles.move.out_mode == 'bounce'){\n if(pos.x - p.radius > 0 && pos.x + p.radius < pJS.canvas.w) p.x = pos.x;\n if(pos.y - p.radius > 0 && pos.y + p.radius < pJS.canvas.h) p.y = pos.y;\n }else{\n p.x = pos.x;\n p.y = pos.y;\n }\n \n }\n\n\n else if(pJS.interactivity.events.onclick.enable && isInArray('repulse', pJS.interactivity.events.onclick.mode)) {\n\n if(!pJS.tmp.repulse_finish){\n pJS.tmp.repulse_count++;\n if(pJS.tmp.repulse_count == pJS.particles.array.length){\n pJS.tmp.repulse_finish = true;\n }\n }\n\n if(pJS.tmp.repulse_clicking){\n\n var repulseRadius = Math.pow(pJS.interactivity.modes.repulse.distance/6, 3);\n\n var dx = pJS.interactivity.mouse.click_pos_x - p.x,\n dy = pJS.interactivity.mouse.click_pos_y - p.y,\n d = dx*dx + dy*dy;\n\n var force = -repulseRadius / d * 1;\n\n function process(){\n\n var f = Math.atan2(dy,dx);\n p.vx = force * Math.cos(f);\n p.vy = force * Math.sin(f);\n\n if(pJS.particles.move.out_mode == 'bounce'){\n var pos = {\n x: p.x + p.vx,\n y: p.y + p.vy\n }\n if (pos.x + p.radius > pJS.canvas.w) p.vx = -p.vx;\n else if (pos.x - p.radius < 0) p.vx = -p.vx;\n if (pos.y + p.radius > pJS.canvas.h) p.vy = -p.vy;\n else if (pos.y - p.radius < 0) p.vy = -p.vy;\n }\n\n }\n\n // default\n if(d <= repulseRadius){\n process();\n }\n\n // bang - slow motion mode\n // if(!pJS.tmp.repulse_finish){\n // if(d <= repulseRadius){\n // process();\n // }\n // }else{\n // process();\n // }\n \n\n }else{\n\n if(pJS.tmp.repulse_clicking == false){\n\n p.vx = p.vx_i;\n p.vy = p.vy_i;\n \n }\n\n }\n\n }\n\n }\n\n\n pJS.fn.modes.grabParticle = function(p){\n\n if(pJS.interactivity.events.onhover.enable && pJS.interactivity.status == 'mousemove'){\n\n var dx_mouse = p.x - pJS.interactivity.mouse.pos_x,\n dy_mouse = p.y - pJS.interactivity.mouse.pos_y,\n dist_mouse = Math.sqrt(dx_mouse*dx_mouse + dy_mouse*dy_mouse);\n\n /* draw a line between the cursor and the particle if the distance between them is under the config distance */\n if(dist_mouse <= pJS.interactivity.modes.grab.distance){\n\n var opacity_line = pJS.interactivity.modes.grab.line_linked.opacity - (dist_mouse / (1/pJS.interactivity.modes.grab.line_linked.opacity)) / pJS.interactivity.modes.grab.distance;\n\n if(opacity_line > 0){\n\n /* style */\n var color_line = pJS.particles.line_linked.color_rgb_line;\n pJS.canvas.ctx.strokeStyle = 'rgba('+color_line.r+','+color_line.g+','+color_line.b+','+opacity_line+')';\n pJS.canvas.ctx.lineWidth = pJS.particles.line_linked.width;\n //pJS.canvas.ctx.lineCap = 'round'; /* performance issue */\n \n /* path */\n pJS.canvas.ctx.beginPath();\n pJS.canvas.ctx.moveTo(p.x, p.y);\n pJS.canvas.ctx.lineTo(pJS.interactivity.mouse.pos_x, pJS.interactivity.mouse.pos_y);\n pJS.canvas.ctx.stroke();\n pJS.canvas.ctx.closePath();\n\n }\n\n }\n\n }\n\n };\n\n\n\n /* ---------- pJS functions - vendors ------------ */\n\n pJS.fn.vendors.eventsListeners = function(){\n\n /* events target element */\n if(pJS.interactivity.detect_on == 'window'){\n pJS.interactivity.el = window;\n }else{\n pJS.interactivity.el = pJS.canvas.el;\n }\n\n\n /* detect mouse pos - on hover / click event */\n if(pJS.interactivity.events.onhover.enable || pJS.interactivity.events.onclick.enable){\n\n /* el on mousemove */\n pJS.interactivity.el.addEventListener('mousemove', function(e){\n\n if(pJS.interactivity.el == window){\n var pos_x = e.clientX,\n pos_y = e.clientY;\n }\n else{\n var pos_x = e.offsetX || e.clientX,\n pos_y = e.offsetY || e.clientY;\n }\n\n pJS.interactivity.mouse.pos_x = pos_x;\n pJS.interactivity.mouse.pos_y = pos_y;\n\n if(pJS.tmp.retina){\n pJS.interactivity.mouse.pos_x *= pJS.canvas.pxratio;\n pJS.interactivity.mouse.pos_y *= pJS.canvas.pxratio;\n }\n\n pJS.interactivity.status = 'mousemove';\n\n });\n\n /* el on onmouseleave */\n pJS.interactivity.el.addEventListener('mouseleave', function(e){\n\n pJS.interactivity.mouse.pos_x = null;\n pJS.interactivity.mouse.pos_y = null;\n pJS.interactivity.status = 'mouseleave';\n\n });\n\n }\n\n /* on click event */\n if(pJS.interactivity.events.onclick.enable){\n\n pJS.interactivity.el.addEventListener('click', function(){\n\n pJS.interactivity.mouse.click_pos_x = pJS.interactivity.mouse.pos_x;\n pJS.interactivity.mouse.click_pos_y = pJS.interactivity.mouse.pos_y;\n pJS.interactivity.mouse.click_time = new Date().getTime();\n\n if(pJS.interactivity.events.onclick.enable){\n\n switch(pJS.interactivity.events.onclick.mode){\n\n case 'push':\n if(pJS.particles.move.enable){\n pJS.fn.modes.pushParticles(pJS.interactivity.modes.push.particles_nb, pJS.interactivity.mouse);\n }else{\n if(pJS.interactivity.modes.push.particles_nb == 1){\n pJS.fn.modes.pushParticles(pJS.interactivity.modes.push.particles_nb, pJS.interactivity.mouse);\n }\n else if(pJS.interactivity.modes.push.particles_nb > 1){\n pJS.fn.modes.pushParticles(pJS.interactivity.modes.push.particles_nb);\n }\n }\n break;\n\n case 'remove':\n pJS.fn.modes.removeParticles(pJS.interactivity.modes.remove.particles_nb);\n break;\n\n case 'bubble':\n pJS.tmp.bubble_clicking = true;\n break;\n\n case 'repulse':\n pJS.tmp.repulse_clicking = true;\n pJS.tmp.repulse_count = 0;\n pJS.tmp.repulse_finish = false;\n setTimeout(function(){\n pJS.tmp.repulse_clicking = false;\n }, pJS.interactivity.modes.repulse.duration*1000)\n break;\n\n }\n\n }\n\n });\n \n }\n\n\n };\n\n pJS.fn.vendors.densityAutoParticles = function(){\n\n if(pJS.particles.number.density.enable){\n\n /* calc area */\n var area = pJS.canvas.el.width * pJS.canvas.el.height / 1000;\n if(pJS.tmp.retina){\n area = area/(pJS.canvas.pxratio*2);\n }\n\n /* calc number of particles based on density area */\n var nb_particles = area * pJS.particles.number.value / pJS.particles.number.density.value_area;\n\n /* add or remove X particles */\n var missing_particles = pJS.particles.array.length - nb_particles;\n if(missing_particles < 0) pJS.fn.modes.pushParticles(Math.abs(missing_particles));\n else pJS.fn.modes.removeParticles(missing_particles);\n\n }\n\n };\n\n\n pJS.fn.vendors.checkOverlap = function(p1, position){\n for(var i = 0; i < pJS.particles.array.length; i++){\n var p2 = pJS.particles.array[i];\n\n var dx = p1.x - p2.x,\n dy = p1.y - p2.y,\n dist = Math.sqrt(dx*dx + dy*dy);\n\n if(dist <= p1.radius + p2.radius){\n p1.x = position ? position.x : Math.random() * pJS.canvas.w;\n p1.y = position ? position.y : Math.random() * pJS.canvas.h;\n pJS.fn.vendors.checkOverlap(p1);\n }\n }\n };\n\n\n pJS.fn.vendors.createSvgImg = function(p){\n\n /* set color to svg element */\n var svgXml = pJS.tmp.source_svg,\n rgbHex = /#([0-9A-F]{3,6})/gi,\n coloredSvgXml = svgXml.replace(rgbHex, function (m, r, g, b) {\n if(p.color.rgb){\n var color_value = 'rgba('+p.color.rgb.r+','+p.color.rgb.g+','+p.color.rgb.b+','+p.opacity+')';\n }else{\n var color_value = 'hsla('+p.color.hsl.h+','+p.color.hsl.s+'%,'+p.color.hsl.l+'%,'+p.opacity+')';\n }\n return color_value;\n });\n\n /* prepare to create img with colored svg */\n var svg = new Blob([coloredSvgXml], {type: 'image/svg+xml;charset=utf-8'}),\n DOMURL = window.URL || window.webkitURL || window,\n url = DOMURL.createObjectURL(svg);\n\n /* create particle img obj */\n var img = new Image();\n img.addEventListener('load', function(){\n p.img.obj = img;\n p.img.loaded = true;\n DOMURL.revokeObjectURL(url);\n pJS.tmp.count_svg++;\n });\n img.src = url;\n\n };\n\n\n pJS.fn.vendors.destroypJS = function(){\n cancelAnimationFrame(pJS.fn.drawAnimFrame);\n canvas_el.remove();\n pJSDom = null;\n };\n\n\n pJS.fn.vendors.drawShape = function(c, startX, startY, sideLength, sideCountNumerator, sideCountDenominator){\n\n // By Programming Thomas - https://programmingthomas.wordpress.com/2013/04/03/n-sided-shapes/\n var sideCount = sideCountNumerator * sideCountDenominator;\n var decimalSides = sideCountNumerator / sideCountDenominator;\n var interiorAngleDegrees = (180 * (decimalSides - 2)) / decimalSides;\n var interiorAngle = Math.PI - Math.PI * interiorAngleDegrees / 180; // convert to radians\n c.save();\n c.beginPath();\n c.translate(startX, startY);\n c.moveTo(0,0);\n for (var i = 0; i < sideCount; i++) {\n c.lineTo(sideLength,0);\n c.translate(sideLength,0);\n c.rotate(interiorAngle);\n }\n //c.stroke();\n c.fill();\n c.restore();\n\n };\n\n pJS.fn.vendors.exportImg = function(){\n window.open(pJS.canvas.el.toDataURL('image/png'), '_blank');\n };\n\n\n pJS.fn.vendors.loadImg = function(type){\n\n pJS.tmp.img_error = undefined;\n\n if(pJS.particles.shape.image.src != ''){\n\n if(type == 'svg'){\n\n var xhr = new XMLHttpRequest();\n xhr.open('GET', pJS.particles.shape.image.src);\n xhr.onreadystatechange = function (data) {\n if(xhr.readyState == 4){\n if(xhr.status == 200){\n pJS.tmp.source_svg = data.currentTarget.response;\n pJS.fn.vendors.checkBeforeDraw();\n }else{\n console.log('Error pJS - Image not found');\n pJS.tmp.img_error = true;\n }\n }\n }\n xhr.send();\n\n }else{\n\n var img = new Image();\n img.addEventListener('load', function(){\n pJS.tmp.img_obj = img;\n pJS.fn.vendors.checkBeforeDraw();\n });\n img.src = pJS.particles.shape.image.src;\n\n }\n\n }else{\n console.log('Error pJS - No image.src');\n pJS.tmp.img_error = true;\n }\n\n };\n\n\n pJS.fn.vendors.draw = function(){\n\n if(pJS.particles.shape.type == 'image'){\n\n if(pJS.tmp.img_type == 'svg'){\n\n if(pJS.tmp.count_svg >= pJS.particles.number.value){\n pJS.fn.particlesDraw();\n if(!pJS.particles.move.enable) cancelRequestAnimFrame(pJS.fn.drawAnimFrame);\n else pJS.fn.drawAnimFrame = requestAnimFrame(pJS.fn.vendors.draw);\n }else{\n //console.log('still loading...');\n if(!pJS.tmp.img_error) pJS.fn.drawAnimFrame = requestAnimFrame(pJS.fn.vendors.draw);\n }\n\n }else{\n\n if(pJS.tmp.img_obj != undefined){\n pJS.fn.particlesDraw();\n if(!pJS.particles.move.enable) cancelRequestAnimFrame(pJS.fn.drawAnimFrame);\n else pJS.fn.drawAnimFrame = requestAnimFrame(pJS.fn.vendors.draw);\n }else{\n if(!pJS.tmp.img_error) pJS.fn.drawAnimFrame = requestAnimFrame(pJS.fn.vendors.draw);\n }\n\n }\n\n }else{\n pJS.fn.particlesDraw();\n if(!pJS.particles.move.enable) cancelRequestAnimFrame(pJS.fn.drawAnimFrame);\n else pJS.fn.drawAnimFrame = requestAnimFrame(pJS.fn.vendors.draw);\n }\n\n };\n\n\n pJS.fn.vendors.checkBeforeDraw = function(){\n\n // if shape is image\n if(pJS.particles.shape.type == 'image'){\n\n if(pJS.tmp.img_type == 'svg' && pJS.tmp.source_svg == undefined){\n pJS.tmp.checkAnimFrame = requestAnimFrame(check);\n }else{\n //console.log('images loaded! cancel check');\n cancelRequestAnimFrame(pJS.tmp.checkAnimFrame);\n if(!pJS.tmp.img_error){\n pJS.fn.vendors.init();\n pJS.fn.vendors.draw();\n }\n \n }\n\n }else{\n pJS.fn.vendors.init();\n pJS.fn.vendors.draw();\n }\n\n };\n\n\n pJS.fn.vendors.init = function(){\n\n /* init canvas + particles */\n pJS.fn.retinaInit();\n pJS.fn.canvasInit();\n pJS.fn.canvasSize();\n pJS.fn.canvasPaint();\n pJS.fn.particlesCreate();\n pJS.fn.vendors.densityAutoParticles();\n\n /* particles.line_linked - convert hex colors to rgb */\n pJS.particles.line_linked.color_rgb_line = hexToRgb(pJS.particles.line_linked.color);\n\n };\n\n\n pJS.fn.vendors.start = function(){\n\n if(isInArray('image', pJS.particles.shape.type)){\n pJS.tmp.img_type = pJS.particles.shape.image.src.substr(pJS.particles.shape.image.src.length - 3);\n pJS.fn.vendors.loadImg(pJS.tmp.img_type);\n }else{\n pJS.fn.vendors.checkBeforeDraw();\n }\n\n };\n\n\n\n\n /* ---------- pJS - start ------------ */\n\n\n pJS.fn.vendors.eventsListeners();\n\n pJS.fn.vendors.start();\n \n\n\n};\n\n/* ---------- global functions - vendors ------------ */\n\nObject.deepExtend = function(destination, source) {\n for (var property in source) {\n if (source[property] && source[property].constructor &&\n source[property].constructor === Object) {\n destination[property] = destination[property] || {};\n arguments.callee(destination[property], source[property]);\n } else {\n destination[property] = source[property];\n }\n }\n return destination;\n};\n\nwindow.requestAnimFrame = (function(){\n return window.requestAnimationFrame ||\n window.webkitRequestAnimationFrame ||\n window.mozRequestAnimationFrame ||\n window.oRequestAnimationFrame ||\n window.msRequestAnimationFrame ||\n function(callback){\n window.setTimeout(callback, 1000 / 60);\n };\n})();\n\nwindow.cancelRequestAnimFrame = ( function() {\n return window.cancelAnimationFrame ||\n window.webkitCancelRequestAnimationFrame ||\n window.mozCancelRequestAnimationFrame ||\n window.oCancelRequestAnimationFrame ||\n window.msCancelRequestAnimationFrame ||\n clearTimeout\n} )();\n\nfunction hexToRgb(hex){\n // By Tim Down - http://stackoverflow.com/a/5624139/3493650\n // Expand shorthand form (e.g. \"03F\") to full form (e.g. \"0033FF\")\n var shorthandRegex = /^#?([a-f\\d])([a-f\\d])([a-f\\d])$/i;\n hex = hex.replace(shorthandRegex, function(m, r, g, b) {\n return r + r + g + g + b + b;\n });\n var result = /^#?([a-f\\d]{2})([a-f\\d]{2})([a-f\\d]{2})$/i.exec(hex);\n return result ? {\n r: parseInt(result[1], 16),\n g: parseInt(result[2], 16),\n b: parseInt(result[3], 16)\n } : null;\n};\n\nfunction clamp(number, min, max) {\n return Math.min(Math.max(number, min), max);\n};\n\nfunction isInArray(value, array) {\n return array.indexOf(value) > -1;\n}\n\n\n/* ---------- particles.js functions - start ------------ */\n\nwindow.pJSDom = [];\n\nwindow.particlesJS = function(tag_id, params){\n\n //console.log(params);\n\n /* no string id? so it's object params, and set the id with default id */\n if(typeof(tag_id) != 'string'){\n params = tag_id;\n tag_id = 'particles-js';\n }\n\n /* no id? set the id to default id */\n if(!tag_id){\n tag_id = 'particles-js';\n }\n\n /* pJS elements */\n var pJS_tag = document.getElementById(tag_id),\n pJS_canvas_class = 'particles-js-canvas-el',\n exist_canvas = pJS_tag.getElementsByClassName(pJS_canvas_class);\n\n /* remove canvas if exists into the pJS target tag */\n if(exist_canvas.length){\n while(exist_canvas.length > 0){\n pJS_tag.removeChild(exist_canvas[0]);\n }\n }\n\n /* create canvas element */\n var canvas_el = document.createElement('canvas');\n canvas_el.className = pJS_canvas_class;\n\n /* set size canvas */\n canvas_el.style.width = \"100%\";\n canvas_el.style.height = \"100%\";\n\n /* append canvas */\n var canvas = document.getElementById(tag_id).appendChild(canvas_el);\n\n /* launch particle.js */\n if(canvas != null){\n pJSDom.push(new pJS(tag_id, params));\n }\n\n};\n\nwindow.particlesJS.load = function(tag_id, path_config_json, callback){\n\n /* load json config */\n var xhr = new XMLHttpRequest();\n xhr.open('GET', path_config_json);\n xhr.onreadystatechange = function (data) {\n if(xhr.readyState == 4){\n if(xhr.status == 200){\n var params = JSON.parse(data.currentTarget.response);\n window.particlesJS(tag_id, params);\n if(callback) callback();\n }else{\n console.log('Error pJS - XMLHttpRequest status: '+xhr.status);\n console.log('Error pJS - File config not found');\n }\n }\n };\n xhr.send();\n\n};",";(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :\n typeof define === 'function' && define.amd ? define(factory) :\n global.moment = factory()\n}(this, (function () { 'use strict';\n\n var hookCallback;\n\n function hooks() {\n return hookCallback.apply(null, arguments);\n }\n\n // This is done to register the method called with moment()\n // without creating circular dependencies.\n function setHookCallback(callback) {\n hookCallback = callback;\n }\n\n function isArray(input) {\n return (\n input instanceof Array ||\n Object.prototype.toString.call(input) === '[object Array]'\n );\n }\n\n function isObject(input) {\n // IE8 will treat undefined and null as object if it wasn't for\n // input != null\n return (\n input != null &&\n Object.prototype.toString.call(input) === '[object Object]'\n );\n }\n\n function hasOwnProp(a, b) {\n return Object.prototype.hasOwnProperty.call(a, b);\n }\n\n function isObjectEmpty(obj) {\n if (Object.getOwnPropertyNames) {\n return Object.getOwnPropertyNames(obj).length === 0;\n } else {\n var k;\n for (k in obj) {\n if (hasOwnProp(obj, k)) {\n return false;\n }\n }\n return true;\n }\n }\n\n function isUndefined(input) {\n return input === void 0;\n }\n\n function isNumber(input) {\n return (\n typeof input === 'number' ||\n Object.prototype.toString.call(input) === '[object Number]'\n );\n }\n\n function isDate(input) {\n return (\n input instanceof Date ||\n Object.prototype.toString.call(input) === '[object Date]'\n );\n }\n\n function map(arr, fn) {\n var res = [],\n i;\n for (i = 0; i < arr.length; ++i) {\n res.push(fn(arr[i], i));\n }\n return res;\n }\n\n function extend(a, b) {\n for (var i in b) {\n if (hasOwnProp(b, i)) {\n a[i] = b[i];\n }\n }\n\n if (hasOwnProp(b, 'toString')) {\n a.toString = b.toString;\n }\n\n if (hasOwnProp(b, 'valueOf')) {\n a.valueOf = b.valueOf;\n }\n\n return a;\n }\n\n function createUTC(input, format, locale, strict) {\n return createLocalOrUTC(input, format, locale, strict, true).utc();\n }\n\n function defaultParsingFlags() {\n // We need to deep clone this object.\n return {\n empty: false,\n unusedTokens: [],\n unusedInput: [],\n overflow: -2,\n charsLeftOver: 0,\n nullInput: false,\n invalidEra: null,\n invalidMonth: null,\n invalidFormat: false,\n userInvalidated: false,\n iso: false,\n parsedDateParts: [],\n era: null,\n meridiem: null,\n rfc2822: false,\n weekdayMismatch: false,\n };\n }\n\n function getParsingFlags(m) {\n if (m._pf == null) {\n m._pf = defaultParsingFlags();\n }\n return m._pf;\n }\n\n var some;\n if (Array.prototype.some) {\n some = Array.prototype.some;\n } else {\n some = function (fun) {\n var t = Object(this),\n len = t.length >>> 0,\n i;\n\n for (i = 0; i < len; i++) {\n if (i in t && fun.call(this, t[i], i, t)) {\n return true;\n }\n }\n\n return false;\n };\n }\n\n function isValid(m) {\n if (m._isValid == null) {\n var flags = getParsingFlags(m),\n parsedParts = some.call(flags.parsedDateParts, function (i) {\n return i != null;\n }),\n isNowValid =\n !isNaN(m._d.getTime()) &&\n flags.overflow < 0 &&\n !flags.empty &&\n !flags.invalidEra &&\n !flags.invalidMonth &&\n !flags.invalidWeekday &&\n !flags.weekdayMismatch &&\n !flags.nullInput &&\n !flags.invalidFormat &&\n !flags.userInvalidated &&\n (!flags.meridiem || (flags.meridiem && parsedParts));\n\n if (m._strict) {\n isNowValid =\n isNowValid &&\n flags.charsLeftOver === 0 &&\n flags.unusedTokens.length === 0 &&\n flags.bigHour === undefined;\n }\n\n if (Object.isFrozen == null || !Object.isFrozen(m)) {\n m._isValid = isNowValid;\n } else {\n return isNowValid;\n }\n }\n return m._isValid;\n }\n\n function createInvalid(flags) {\n var m = createUTC(NaN);\n if (flags != null) {\n extend(getParsingFlags(m), flags);\n } else {\n getParsingFlags(m).userInvalidated = true;\n }\n\n return m;\n }\n\n // Plugins that add properties should also add the key here (null value),\n // so we can properly clone ourselves.\n var momentProperties = (hooks.momentProperties = []),\n updateInProgress = false;\n\n function copyConfig(to, from) {\n var i, prop, val;\n\n if (!isUndefined(from._isAMomentObject)) {\n to._isAMomentObject = from._isAMomentObject;\n }\n if (!isUndefined(from._i)) {\n to._i = from._i;\n }\n if (!isUndefined(from._f)) {\n to._f = from._f;\n }\n if (!isUndefined(from._l)) {\n to._l = from._l;\n }\n if (!isUndefined(from._strict)) {\n to._strict = from._strict;\n }\n if (!isUndefined(from._tzm)) {\n to._tzm = from._tzm;\n }\n if (!isUndefined(from._isUTC)) {\n to._isUTC = from._isUTC;\n }\n if (!isUndefined(from._offset)) {\n to._offset = from._offset;\n }\n if (!isUndefined(from._pf)) {\n to._pf = getParsingFlags(from);\n }\n if (!isUndefined(from._locale)) {\n to._locale = from._locale;\n }\n\n if (momentProperties.length > 0) {\n for (i = 0; i < momentProperties.length; i++) {\n prop = momentProperties[i];\n val = from[prop];\n if (!isUndefined(val)) {\n to[prop] = val;\n }\n }\n }\n\n return to;\n }\n\n // Moment prototype object\n function Moment(config) {\n copyConfig(this, config);\n this._d = new Date(config._d != null ? config._d.getTime() : NaN);\n if (!this.isValid()) {\n this._d = new Date(NaN);\n }\n // Prevent infinite loop in case updateOffset creates new moment\n // objects.\n if (updateInProgress === false) {\n updateInProgress = true;\n hooks.updateOffset(this);\n updateInProgress = false;\n }\n }\n\n function isMoment(obj) {\n return (\n obj instanceof Moment || (obj != null && obj._isAMomentObject != null)\n );\n }\n\n function warn(msg) {\n if (\n hooks.suppressDeprecationWarnings === false &&\n typeof console !== 'undefined' &&\n console.warn\n ) {\n console.warn('Deprecation warning: ' + msg);\n }\n }\n\n function deprecate(msg, fn) {\n var firstTime = true;\n\n return extend(function () {\n if (hooks.deprecationHandler != null) {\n hooks.deprecationHandler(null, msg);\n }\n if (firstTime) {\n var args = [],\n arg,\n i,\n key;\n for (i = 0; i < arguments.length; i++) {\n arg = '';\n if (typeof arguments[i] === 'object') {\n arg += '\\n[' + i + '] ';\n for (key in arguments[0]) {\n if (hasOwnProp(arguments[0], key)) {\n arg += key + ': ' + arguments[0][key] + ', ';\n }\n }\n arg = arg.slice(0, -2); // Remove trailing comma and space\n } else {\n arg = arguments[i];\n }\n args.push(arg);\n }\n warn(\n msg +\n '\\nArguments: ' +\n Array.prototype.slice.call(args).join('') +\n '\\n' +\n new Error().stack\n );\n firstTime = false;\n }\n return fn.apply(this, arguments);\n }, fn);\n }\n\n var deprecations = {};\n\n function deprecateSimple(name, msg) {\n if (hooks.deprecationHandler != null) {\n hooks.deprecationHandler(name, msg);\n }\n if (!deprecations[name]) {\n warn(msg);\n deprecations[name] = true;\n }\n }\n\n hooks.suppressDeprecationWarnings = false;\n hooks.deprecationHandler = null;\n\n function isFunction(input) {\n return (\n (typeof Function !== 'undefined' && input instanceof Function) ||\n Object.prototype.toString.call(input) === '[object Function]'\n );\n }\n\n function set(config) {\n var prop, i;\n for (i in config) {\n if (hasOwnProp(config, i)) {\n prop = config[i];\n if (isFunction(prop)) {\n this[i] = prop;\n } else {\n this['_' + i] = prop;\n }\n }\n }\n this._config = config;\n // Lenient ordinal parsing accepts just a number in addition to\n // number + (possibly) stuff coming from _dayOfMonthOrdinalParse.\n // TODO: Remove \"ordinalParse\" fallback in next major release.\n this._dayOfMonthOrdinalParseLenient = new RegExp(\n (this._dayOfMonthOrdinalParse.source || this._ordinalParse.source) +\n '|' +\n /\\d{1,2}/.source\n );\n }\n\n function mergeConfigs(parentConfig, childConfig) {\n var res = extend({}, parentConfig),\n prop;\n for (prop in childConfig) {\n if (hasOwnProp(childConfig, prop)) {\n if (isObject(parentConfig[prop]) && isObject(childConfig[prop])) {\n res[prop] = {};\n extend(res[prop], parentConfig[prop]);\n extend(res[prop], childConfig[prop]);\n } else if (childConfig[prop] != null) {\n res[prop] = childConfig[prop];\n } else {\n delete res[prop];\n }\n }\n }\n for (prop in parentConfig) {\n if (\n hasOwnProp(parentConfig, prop) &&\n !hasOwnProp(childConfig, prop) &&\n isObject(parentConfig[prop])\n ) {\n // make sure changes to properties don't modify parent config\n res[prop] = extend({}, res[prop]);\n }\n }\n return res;\n }\n\n function Locale(config) {\n if (config != null) {\n this.set(config);\n }\n }\n\n var keys;\n\n if (Object.keys) {\n keys = Object.keys;\n } else {\n keys = function (obj) {\n var i,\n res = [];\n for (i in obj) {\n if (hasOwnProp(obj, i)) {\n res.push(i);\n }\n }\n return res;\n };\n }\n\n var defaultCalendar = {\n sameDay: '[Today at] LT',\n nextDay: '[Tomorrow at] LT',\n nextWeek: 'dddd [at] LT',\n lastDay: '[Yesterday at] LT',\n lastWeek: '[Last] dddd [at] LT',\n sameElse: 'L',\n };\n\n function calendar(key, mom, now) {\n var output = this._calendar[key] || this._calendar['sameElse'];\n return isFunction(output) ? output.call(mom, now) : output;\n }\n\n function zeroFill(number, targetLength, forceSign) {\n var absNumber = '' + Math.abs(number),\n zerosToFill = targetLength - absNumber.length,\n sign = number >= 0;\n return (\n (sign ? (forceSign ? '+' : '') : '-') +\n Math.pow(10, Math.max(0, zerosToFill)).toString().substr(1) +\n absNumber\n );\n }\n\n var formattingTokens = /(\\[[^\\[]*\\])|(\\\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,\n localFormattingTokens = /(\\[[^\\[]*\\])|(\\\\)?(LTS|LT|LL?L?L?|l{1,4})/g,\n formatFunctions = {},\n formatTokenFunctions = {};\n\n // token: 'M'\n // padded: ['MM', 2]\n // ordinal: 'Mo'\n // callback: function () { this.month() + 1 }\n function addFormatToken(token, padded, ordinal, callback) {\n var func = callback;\n if (typeof callback === 'string') {\n func = function () {\n return this[callback]();\n };\n }\n if (token) {\n formatTokenFunctions[token] = func;\n }\n if (padded) {\n formatTokenFunctions[padded[0]] = function () {\n return zeroFill(func.apply(this, arguments), padded[1], padded[2]);\n };\n }\n if (ordinal) {\n formatTokenFunctions[ordinal] = function () {\n return this.localeData().ordinal(\n func.apply(this, arguments),\n token\n );\n };\n }\n }\n\n function removeFormattingTokens(input) {\n if (input.match(/\\[[\\s\\S]/)) {\n return input.replace(/^\\[|\\]$/g, '');\n }\n return input.replace(/\\\\/g, '');\n }\n\n function makeFormatFunction(format) {\n var array = format.match(formattingTokens),\n i,\n length;\n\n for (i = 0, length = array.length; i < length; i++) {\n if (formatTokenFunctions[array[i]]) {\n array[i] = formatTokenFunctions[array[i]];\n } else {\n array[i] = removeFormattingTokens(array[i]);\n }\n }\n\n return function (mom) {\n var output = '',\n i;\n for (i = 0; i < length; i++) {\n output += isFunction(array[i])\n ? array[i].call(mom, format)\n : array[i];\n }\n return output;\n };\n }\n\n // format date using native date object\n function formatMoment(m, format) {\n if (!m.isValid()) {\n return m.localeData().invalidDate();\n }\n\n format = expandFormat(format, m.localeData());\n formatFunctions[format] =\n formatFunctions[format] || makeFormatFunction(format);\n\n return formatFunctions[format](m);\n }\n\n function expandFormat(format, locale) {\n var i = 5;\n\n function replaceLongDateFormatTokens(input) {\n return locale.longDateFormat(input) || input;\n }\n\n localFormattingTokens.lastIndex = 0;\n while (i >= 0 && localFormattingTokens.test(format)) {\n format = format.replace(\n localFormattingTokens,\n replaceLongDateFormatTokens\n );\n localFormattingTokens.lastIndex = 0;\n i -= 1;\n }\n\n return format;\n }\n\n var defaultLongDateFormat = {\n LTS: 'h:mm:ss A',\n LT: 'h:mm A',\n L: 'MM/DD/YYYY',\n LL: 'MMMM D, YYYY',\n LLL: 'MMMM D, YYYY h:mm A',\n LLLL: 'dddd, MMMM D, YYYY h:mm A',\n };\n\n function longDateFormat(key) {\n var format = this._longDateFormat[key],\n formatUpper = this._longDateFormat[key.toUpperCase()];\n\n if (format || !formatUpper) {\n return format;\n }\n\n this._longDateFormat[key] = formatUpper\n .match(formattingTokens)\n .map(function (tok) {\n if (\n tok === 'MMMM' ||\n tok === 'MM' ||\n tok === 'DD' ||\n tok === 'dddd'\n ) {\n return tok.slice(1);\n }\n return tok;\n })\n .join('');\n\n return this._longDateFormat[key];\n }\n\n var defaultInvalidDate = 'Invalid date';\n\n function invalidDate() {\n return this._invalidDate;\n }\n\n var defaultOrdinal = '%d',\n defaultDayOfMonthOrdinalParse = /\\d{1,2}/;\n\n function ordinal(number) {\n return this._ordinal.replace('%d', number);\n }\n\n var defaultRelativeTime = {\n future: 'in %s',\n past: '%s ago',\n s: 'a few seconds',\n ss: '%d seconds',\n m: 'a minute',\n mm: '%d minutes',\n h: 'an hour',\n hh: '%d hours',\n d: 'a day',\n dd: '%d days',\n w: 'a week',\n ww: '%d weeks',\n M: 'a month',\n MM: '%d months',\n y: 'a year',\n yy: '%d years',\n };\n\n function relativeTime(number, withoutSuffix, string, isFuture) {\n var output = this._relativeTime[string];\n return isFunction(output)\n ? output(number, withoutSuffix, string, isFuture)\n : output.replace(/%d/i, number);\n }\n\n function pastFuture(diff, output) {\n var format = this._relativeTime[diff > 0 ? 'future' : 'past'];\n return isFunction(format) ? format(output) : format.replace(/%s/i, output);\n }\n\n var aliases = {};\n\n function addUnitAlias(unit, shorthand) {\n var lowerCase = unit.toLowerCase();\n aliases[lowerCase] = aliases[lowerCase + 's'] = aliases[shorthand] = unit;\n }\n\n function normalizeUnits(units) {\n return typeof units === 'string'\n ? aliases[units] || aliases[units.toLowerCase()]\n : undefined;\n }\n\n function normalizeObjectUnits(inputObject) {\n var normalizedInput = {},\n normalizedProp,\n prop;\n\n for (prop in inputObject) {\n if (hasOwnProp(inputObject, prop)) {\n normalizedProp = normalizeUnits(prop);\n if (normalizedProp) {\n normalizedInput[normalizedProp] = inputObject[prop];\n }\n }\n }\n\n return normalizedInput;\n }\n\n var priorities = {};\n\n function addUnitPriority(unit, priority) {\n priorities[unit] = priority;\n }\n\n function getPrioritizedUnits(unitsObj) {\n var units = [],\n u;\n for (u in unitsObj) {\n if (hasOwnProp(unitsObj, u)) {\n units.push({ unit: u, priority: priorities[u] });\n }\n }\n units.sort(function (a, b) {\n return a.priority - b.priority;\n });\n return units;\n }\n\n function isLeapYear(year) {\n return (year % 4 === 0 && year % 100 !== 0) || year % 400 === 0;\n }\n\n function absFloor(number) {\n if (number < 0) {\n // -0 -> 0\n return Math.ceil(number) || 0;\n } else {\n return Math.floor(number);\n }\n }\n\n function toInt(argumentForCoercion) {\n var coercedNumber = +argumentForCoercion,\n value = 0;\n\n if (coercedNumber !== 0 && isFinite(coercedNumber)) {\n value = absFloor(coercedNumber);\n }\n\n return value;\n }\n\n function makeGetSet(unit, keepTime) {\n return function (value) {\n if (value != null) {\n set$1(this, unit, value);\n hooks.updateOffset(this, keepTime);\n return this;\n } else {\n return get(this, unit);\n }\n };\n }\n\n function get(mom, unit) {\n return mom.isValid()\n ? mom._d['get' + (mom._isUTC ? 'UTC' : '') + unit]()\n : NaN;\n }\n\n function set$1(mom, unit, value) {\n if (mom.isValid() && !isNaN(value)) {\n if (\n unit === 'FullYear' &&\n isLeapYear(mom.year()) &&\n mom.month() === 1 &&\n mom.date() === 29\n ) {\n value = toInt(value);\n mom._d['set' + (mom._isUTC ? 'UTC' : '') + unit](\n value,\n mom.month(),\n daysInMonth(value, mom.month())\n );\n } else {\n mom._d['set' + (mom._isUTC ? 'UTC' : '') + unit](value);\n }\n }\n }\n\n // MOMENTS\n\n function stringGet(units) {\n units = normalizeUnits(units);\n if (isFunction(this[units])) {\n return this[units]();\n }\n return this;\n }\n\n function stringSet(units, value) {\n if (typeof units === 'object') {\n units = normalizeObjectUnits(units);\n var prioritized = getPrioritizedUnits(units),\n i;\n for (i = 0; i < prioritized.length; i++) {\n this[prioritized[i].unit](units[prioritized[i].unit]);\n }\n } else {\n units = normalizeUnits(units);\n if (isFunction(this[units])) {\n return this[units](value);\n }\n }\n return this;\n }\n\n var match1 = /\\d/, // 0 - 9\n match2 = /\\d\\d/, // 00 - 99\n match3 = /\\d{3}/, // 000 - 999\n match4 = /\\d{4}/, // 0000 - 9999\n match6 = /[+-]?\\d{6}/, // -999999 - 999999\n match1to2 = /\\d\\d?/, // 0 - 99\n match3to4 = /\\d\\d\\d\\d?/, // 999 - 9999\n match5to6 = /\\d\\d\\d\\d\\d\\d?/, // 99999 - 999999\n match1to3 = /\\d{1,3}/, // 0 - 999\n match1to4 = /\\d{1,4}/, // 0 - 9999\n match1to6 = /[+-]?\\d{1,6}/, // -999999 - 999999\n matchUnsigned = /\\d+/, // 0 - inf\n matchSigned = /[+-]?\\d+/, // -inf - inf\n matchOffset = /Z|[+-]\\d\\d:?\\d\\d/gi, // +00:00 -00:00 +0000 -0000 or Z\n matchShortOffset = /Z|[+-]\\d\\d(?::?\\d\\d)?/gi, // +00 -00 +00:00 -00:00 +0000 -0000 or Z\n matchTimestamp = /[+-]?\\d+(\\.\\d{1,3})?/, // 123456789 123456789.123\n // any word (or two) characters or numbers including two/three word month in arabic.\n // includes scottish gaelic two word and hyphenated months\n matchWord = /[0-9]{0,256}['a-z\\u00A0-\\u05FF\\u0700-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFF07\\uFF10-\\uFFEF]{1,256}|[\\u0600-\\u06FF\\/]{1,256}(\\s*?[\\u0600-\\u06FF]{1,256}){1,2}/i,\n regexes;\n\n regexes = {};\n\n function addRegexToken(token, regex, strictRegex) {\n regexes[token] = isFunction(regex)\n ? regex\n : function (isStrict, localeData) {\n return isStrict && strictRegex ? strictRegex : regex;\n };\n }\n\n function getParseRegexForToken(token, config) {\n if (!hasOwnProp(regexes, token)) {\n return new RegExp(unescapeFormat(token));\n }\n\n return regexes[token](config._strict, config._locale);\n }\n\n // Code from http://stackoverflow.com/questions/3561493/is-there-a-regexp-escape-function-in-javascript\n function unescapeFormat(s) {\n return regexEscape(\n s\n .replace('\\\\', '')\n .replace(/\\\\(\\[)|\\\\(\\])|\\[([^\\]\\[]*)\\]|\\\\(.)/g, function (\n matched,\n p1,\n p2,\n p3,\n p4\n ) {\n return p1 || p2 || p3 || p4;\n })\n );\n }\n\n function regexEscape(s) {\n return s.replace(/[-\\/\\\\^$*+?.()|[\\]{}]/g, '\\\\$&');\n }\n\n var tokens = {};\n\n function addParseToken(token, callback) {\n var i,\n func = callback;\n if (typeof token === 'string') {\n token = [token];\n }\n if (isNumber(callback)) {\n func = function (input, array) {\n array[callback] = toInt(input);\n };\n }\n for (i = 0; i < token.length; i++) {\n tokens[token[i]] = func;\n }\n }\n\n function addWeekParseToken(token, callback) {\n addParseToken(token, function (input, array, config, token) {\n config._w = config._w || {};\n callback(input, config._w, config, token);\n });\n }\n\n function addTimeToArrayFromToken(token, input, config) {\n if (input != null && hasOwnProp(tokens, token)) {\n tokens[token](input, config._a, config, token);\n }\n }\n\n var YEAR = 0,\n MONTH = 1,\n DATE = 2,\n HOUR = 3,\n MINUTE = 4,\n SECOND = 5,\n MILLISECOND = 6,\n WEEK = 7,\n WEEKDAY = 8;\n\n function mod(n, x) {\n return ((n % x) + x) % x;\n }\n\n var indexOf;\n\n if (Array.prototype.indexOf) {\n indexOf = Array.prototype.indexOf;\n } else {\n indexOf = function (o) {\n // I know\n var i;\n for (i = 0; i < this.length; ++i) {\n if (this[i] === o) {\n return i;\n }\n }\n return -1;\n };\n }\n\n function daysInMonth(year, month) {\n if (isNaN(year) || isNaN(month)) {\n return NaN;\n }\n var modMonth = mod(month, 12);\n year += (month - modMonth) / 12;\n return modMonth === 1\n ? isLeapYear(year)\n ? 29\n : 28\n : 31 - ((modMonth % 7) % 2);\n }\n\n // FORMATTING\n\n addFormatToken('M', ['MM', 2], 'Mo', function () {\n return this.month() + 1;\n });\n\n addFormatToken('MMM', 0, 0, function (format) {\n return this.localeData().monthsShort(this, format);\n });\n\n addFormatToken('MMMM', 0, 0, function (format) {\n return this.localeData().months(this, format);\n });\n\n // ALIASES\n\n addUnitAlias('month', 'M');\n\n // PRIORITY\n\n addUnitPriority('month', 8);\n\n // PARSING\n\n addRegexToken('M', match1to2);\n addRegexToken('MM', match1to2, match2);\n addRegexToken('MMM', function (isStrict, locale) {\n return locale.monthsShortRegex(isStrict);\n });\n addRegexToken('MMMM', function (isStrict, locale) {\n return locale.monthsRegex(isStrict);\n });\n\n addParseToken(['M', 'MM'], function (input, array) {\n array[MONTH] = toInt(input) - 1;\n });\n\n addParseToken(['MMM', 'MMMM'], function (input, array, config, token) {\n var month = config._locale.monthsParse(input, token, config._strict);\n // if we didn't find a month name, mark the date as invalid.\n if (month != null) {\n array[MONTH] = month;\n } else {\n getParsingFlags(config).invalidMonth = input;\n }\n });\n\n // LOCALES\n\n var defaultLocaleMonths = 'January_February_March_April_May_June_July_August_September_October_November_December'.split(\n '_'\n ),\n defaultLocaleMonthsShort = 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split(\n '_'\n ),\n MONTHS_IN_FORMAT = /D[oD]?(\\[[^\\[\\]]*\\]|\\s)+MMMM?/,\n defaultMonthsShortRegex = matchWord,\n defaultMonthsRegex = matchWord;\n\n function localeMonths(m, format) {\n if (!m) {\n return isArray(this._months)\n ? this._months\n : this._months['standalone'];\n }\n return isArray(this._months)\n ? this._months[m.month()]\n : this._months[\n (this._months.isFormat || MONTHS_IN_FORMAT).test(format)\n ? 'format'\n : 'standalone'\n ][m.month()];\n }\n\n function localeMonthsShort(m, format) {\n if (!m) {\n return isArray(this._monthsShort)\n ? this._monthsShort\n : this._monthsShort['standalone'];\n }\n return isArray(this._monthsShort)\n ? this._monthsShort[m.month()]\n : this._monthsShort[\n MONTHS_IN_FORMAT.test(format) ? 'format' : 'standalone'\n ][m.month()];\n }\n\n function handleStrictParse(monthName, format, strict) {\n var i,\n ii,\n mom,\n llc = monthName.toLocaleLowerCase();\n if (!this._monthsParse) {\n // this is not used\n this._monthsParse = [];\n this._longMonthsParse = [];\n this._shortMonthsParse = [];\n for (i = 0; i < 12; ++i) {\n mom = createUTC([2000, i]);\n this._shortMonthsParse[i] = this.monthsShort(\n mom,\n ''\n ).toLocaleLowerCase();\n this._longMonthsParse[i] = this.months(mom, '').toLocaleLowerCase();\n }\n }\n\n if (strict) {\n if (format === 'MMM') {\n ii = indexOf.call(this._shortMonthsParse, llc);\n return ii !== -1 ? ii : null;\n } else {\n ii = indexOf.call(this._longMonthsParse, llc);\n return ii !== -1 ? ii : null;\n }\n } else {\n if (format === 'MMM') {\n ii = indexOf.call(this._shortMonthsParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._longMonthsParse, llc);\n return ii !== -1 ? ii : null;\n } else {\n ii = indexOf.call(this._longMonthsParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._shortMonthsParse, llc);\n return ii !== -1 ? ii : null;\n }\n }\n }\n\n function localeMonthsParse(monthName, format, strict) {\n var i, mom, regex;\n\n if (this._monthsParseExact) {\n return handleStrictParse.call(this, monthName, format, strict);\n }\n\n if (!this._monthsParse) {\n this._monthsParse = [];\n this._longMonthsParse = [];\n this._shortMonthsParse = [];\n }\n\n // TODO: add sorting\n // Sorting makes sure if one month (or abbr) is a prefix of another\n // see sorting in computeMonthsParse\n for (i = 0; i < 12; i++) {\n // make the regex if we don't have it already\n mom = createUTC([2000, i]);\n if (strict && !this._longMonthsParse[i]) {\n this._longMonthsParse[i] = new RegExp(\n '^' + this.months(mom, '').replace('.', '') + '$',\n 'i'\n );\n this._shortMonthsParse[i] = new RegExp(\n '^' + this.monthsShort(mom, '').replace('.', '') + '$',\n 'i'\n );\n }\n if (!strict && !this._monthsParse[i]) {\n regex =\n '^' + this.months(mom, '') + '|^' + this.monthsShort(mom, '');\n this._monthsParse[i] = new RegExp(regex.replace('.', ''), 'i');\n }\n // test the regex\n if (\n strict &&\n format === 'MMMM' &&\n this._longMonthsParse[i].test(monthName)\n ) {\n return i;\n } else if (\n strict &&\n format === 'MMM' &&\n this._shortMonthsParse[i].test(monthName)\n ) {\n return i;\n } else if (!strict && this._monthsParse[i].test(monthName)) {\n return i;\n }\n }\n }\n\n // MOMENTS\n\n function setMonth(mom, value) {\n var dayOfMonth;\n\n if (!mom.isValid()) {\n // No op\n return mom;\n }\n\n if (typeof value === 'string') {\n if (/^\\d+$/.test(value)) {\n value = toInt(value);\n } else {\n value = mom.localeData().monthsParse(value);\n // TODO: Another silent failure?\n if (!isNumber(value)) {\n return mom;\n }\n }\n }\n\n dayOfMonth = Math.min(mom.date(), daysInMonth(mom.year(), value));\n mom._d['set' + (mom._isUTC ? 'UTC' : '') + 'Month'](value, dayOfMonth);\n return mom;\n }\n\n function getSetMonth(value) {\n if (value != null) {\n setMonth(this, value);\n hooks.updateOffset(this, true);\n return this;\n } else {\n return get(this, 'Month');\n }\n }\n\n function getDaysInMonth() {\n return daysInMonth(this.year(), this.month());\n }\n\n function monthsShortRegex(isStrict) {\n if (this._monthsParseExact) {\n if (!hasOwnProp(this, '_monthsRegex')) {\n computeMonthsParse.call(this);\n }\n if (isStrict) {\n return this._monthsShortStrictRegex;\n } else {\n return this._monthsShortRegex;\n }\n } else {\n if (!hasOwnProp(this, '_monthsShortRegex')) {\n this._monthsShortRegex = defaultMonthsShortRegex;\n }\n return this._monthsShortStrictRegex && isStrict\n ? this._monthsShortStrictRegex\n : this._monthsShortRegex;\n }\n }\n\n function monthsRegex(isStrict) {\n if (this._monthsParseExact) {\n if (!hasOwnProp(this, '_monthsRegex')) {\n computeMonthsParse.call(this);\n }\n if (isStrict) {\n return this._monthsStrictRegex;\n } else {\n return this._monthsRegex;\n }\n } else {\n if (!hasOwnProp(this, '_monthsRegex')) {\n this._monthsRegex = defaultMonthsRegex;\n }\n return this._monthsStrictRegex && isStrict\n ? this._monthsStrictRegex\n : this._monthsRegex;\n }\n }\n\n function computeMonthsParse() {\n function cmpLenRev(a, b) {\n return b.length - a.length;\n }\n\n var shortPieces = [],\n longPieces = [],\n mixedPieces = [],\n i,\n mom;\n for (i = 0; i < 12; i++) {\n // make the regex if we don't have it already\n mom = createUTC([2000, i]);\n shortPieces.push(this.monthsShort(mom, ''));\n longPieces.push(this.months(mom, ''));\n mixedPieces.push(this.months(mom, ''));\n mixedPieces.push(this.monthsShort(mom, ''));\n }\n // Sorting makes sure if one month (or abbr) is a prefix of another it\n // will match the longer piece.\n shortPieces.sort(cmpLenRev);\n longPieces.sort(cmpLenRev);\n mixedPieces.sort(cmpLenRev);\n for (i = 0; i < 12; i++) {\n shortPieces[i] = regexEscape(shortPieces[i]);\n longPieces[i] = regexEscape(longPieces[i]);\n }\n for (i = 0; i < 24; i++) {\n mixedPieces[i] = regexEscape(mixedPieces[i]);\n }\n\n this._monthsRegex = new RegExp('^(' + mixedPieces.join('|') + ')', 'i');\n this._monthsShortRegex = this._monthsRegex;\n this._monthsStrictRegex = new RegExp(\n '^(' + longPieces.join('|') + ')',\n 'i'\n );\n this._monthsShortStrictRegex = new RegExp(\n '^(' + shortPieces.join('|') + ')',\n 'i'\n );\n }\n\n // FORMATTING\n\n addFormatToken('Y', 0, 0, function () {\n var y = this.year();\n return y <= 9999 ? zeroFill(y, 4) : '+' + y;\n });\n\n addFormatToken(0, ['YY', 2], 0, function () {\n return this.year() % 100;\n });\n\n addFormatToken(0, ['YYYY', 4], 0, 'year');\n addFormatToken(0, ['YYYYY', 5], 0, 'year');\n addFormatToken(0, ['YYYYYY', 6, true], 0, 'year');\n\n // ALIASES\n\n addUnitAlias('year', 'y');\n\n // PRIORITIES\n\n addUnitPriority('year', 1);\n\n // PARSING\n\n addRegexToken('Y', matchSigned);\n addRegexToken('YY', match1to2, match2);\n addRegexToken('YYYY', match1to4, match4);\n addRegexToken('YYYYY', match1to6, match6);\n addRegexToken('YYYYYY', match1to6, match6);\n\n addParseToken(['YYYYY', 'YYYYYY'], YEAR);\n addParseToken('YYYY', function (input, array) {\n array[YEAR] =\n input.length === 2 ? hooks.parseTwoDigitYear(input) : toInt(input);\n });\n addParseToken('YY', function (input, array) {\n array[YEAR] = hooks.parseTwoDigitYear(input);\n });\n addParseToken('Y', function (input, array) {\n array[YEAR] = parseInt(input, 10);\n });\n\n // HELPERS\n\n function daysInYear(year) {\n return isLeapYear(year) ? 366 : 365;\n }\n\n // HOOKS\n\n hooks.parseTwoDigitYear = function (input) {\n return toInt(input) + (toInt(input) > 68 ? 1900 : 2000);\n };\n\n // MOMENTS\n\n var getSetYear = makeGetSet('FullYear', true);\n\n function getIsLeapYear() {\n return isLeapYear(this.year());\n }\n\n function createDate(y, m, d, h, M, s, ms) {\n // can't just apply() to create a date:\n // https://stackoverflow.com/q/181348\n var date;\n // the date constructor remaps years 0-99 to 1900-1999\n if (y < 100 && y >= 0) {\n // preserve leap years using a full 400 year cycle, then reset\n date = new Date(y + 400, m, d, h, M, s, ms);\n if (isFinite(date.getFullYear())) {\n date.setFullYear(y);\n }\n } else {\n date = new Date(y, m, d, h, M, s, ms);\n }\n\n return date;\n }\n\n function createUTCDate(y) {\n var date, args;\n // the Date.UTC function remaps years 0-99 to 1900-1999\n if (y < 100 && y >= 0) {\n args = Array.prototype.slice.call(arguments);\n // preserve leap years using a full 400 year cycle, then reset\n args[0] = y + 400;\n date = new Date(Date.UTC.apply(null, args));\n if (isFinite(date.getUTCFullYear())) {\n date.setUTCFullYear(y);\n }\n } else {\n date = new Date(Date.UTC.apply(null, arguments));\n }\n\n return date;\n }\n\n // start-of-first-week - start-of-year\n function firstWeekOffset(year, dow, doy) {\n var // first-week day -- which january is always in the first week (4 for iso, 1 for other)\n fwd = 7 + dow - doy,\n // first-week day local weekday -- which local weekday is fwd\n fwdlw = (7 + createUTCDate(year, 0, fwd).getUTCDay() - dow) % 7;\n\n return -fwdlw + fwd - 1;\n }\n\n // https://en.wikipedia.org/wiki/ISO_week_date#Calculating_a_date_given_the_year.2C_week_number_and_weekday\n function dayOfYearFromWeeks(year, week, weekday, dow, doy) {\n var localWeekday = (7 + weekday - dow) % 7,\n weekOffset = firstWeekOffset(year, dow, doy),\n dayOfYear = 1 + 7 * (week - 1) + localWeekday + weekOffset,\n resYear,\n resDayOfYear;\n\n if (dayOfYear <= 0) {\n resYear = year - 1;\n resDayOfYear = daysInYear(resYear) + dayOfYear;\n } else if (dayOfYear > daysInYear(year)) {\n resYear = year + 1;\n resDayOfYear = dayOfYear - daysInYear(year);\n } else {\n resYear = year;\n resDayOfYear = dayOfYear;\n }\n\n return {\n year: resYear,\n dayOfYear: resDayOfYear,\n };\n }\n\n function weekOfYear(mom, dow, doy) {\n var weekOffset = firstWeekOffset(mom.year(), dow, doy),\n week = Math.floor((mom.dayOfYear() - weekOffset - 1) / 7) + 1,\n resWeek,\n resYear;\n\n if (week < 1) {\n resYear = mom.year() - 1;\n resWeek = week + weeksInYear(resYear, dow, doy);\n } else if (week > weeksInYear(mom.year(), dow, doy)) {\n resWeek = week - weeksInYear(mom.year(), dow, doy);\n resYear = mom.year() + 1;\n } else {\n resYear = mom.year();\n resWeek = week;\n }\n\n return {\n week: resWeek,\n year: resYear,\n };\n }\n\n function weeksInYear(year, dow, doy) {\n var weekOffset = firstWeekOffset(year, dow, doy),\n weekOffsetNext = firstWeekOffset(year + 1, dow, doy);\n return (daysInYear(year) - weekOffset + weekOffsetNext) / 7;\n }\n\n // FORMATTING\n\n addFormatToken('w', ['ww', 2], 'wo', 'week');\n addFormatToken('W', ['WW', 2], 'Wo', 'isoWeek');\n\n // ALIASES\n\n addUnitAlias('week', 'w');\n addUnitAlias('isoWeek', 'W');\n\n // PRIORITIES\n\n addUnitPriority('week', 5);\n addUnitPriority('isoWeek', 5);\n\n // PARSING\n\n addRegexToken('w', match1to2);\n addRegexToken('ww', match1to2, match2);\n addRegexToken('W', match1to2);\n addRegexToken('WW', match1to2, match2);\n\n addWeekParseToken(['w', 'ww', 'W', 'WW'], function (\n input,\n week,\n config,\n token\n ) {\n week[token.substr(0, 1)] = toInt(input);\n });\n\n // HELPERS\n\n // LOCALES\n\n function localeWeek(mom) {\n return weekOfYear(mom, this._week.dow, this._week.doy).week;\n }\n\n var defaultLocaleWeek = {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n };\n\n function localeFirstDayOfWeek() {\n return this._week.dow;\n }\n\n function localeFirstDayOfYear() {\n return this._week.doy;\n }\n\n // MOMENTS\n\n function getSetWeek(input) {\n var week = this.localeData().week(this);\n return input == null ? week : this.add((input - week) * 7, 'd');\n }\n\n function getSetISOWeek(input) {\n var week = weekOfYear(this, 1, 4).week;\n return input == null ? week : this.add((input - week) * 7, 'd');\n }\n\n // FORMATTING\n\n addFormatToken('d', 0, 'do', 'day');\n\n addFormatToken('dd', 0, 0, function (format) {\n return this.localeData().weekdaysMin(this, format);\n });\n\n addFormatToken('ddd', 0, 0, function (format) {\n return this.localeData().weekdaysShort(this, format);\n });\n\n addFormatToken('dddd', 0, 0, function (format) {\n return this.localeData().weekdays(this, format);\n });\n\n addFormatToken('e', 0, 0, 'weekday');\n addFormatToken('E', 0, 0, 'isoWeekday');\n\n // ALIASES\n\n addUnitAlias('day', 'd');\n addUnitAlias('weekday', 'e');\n addUnitAlias('isoWeekday', 'E');\n\n // PRIORITY\n addUnitPriority('day', 11);\n addUnitPriority('weekday', 11);\n addUnitPriority('isoWeekday', 11);\n\n // PARSING\n\n addRegexToken('d', match1to2);\n addRegexToken('e', match1to2);\n addRegexToken('E', match1to2);\n addRegexToken('dd', function (isStrict, locale) {\n return locale.weekdaysMinRegex(isStrict);\n });\n addRegexToken('ddd', function (isStrict, locale) {\n return locale.weekdaysShortRegex(isStrict);\n });\n addRegexToken('dddd', function (isStrict, locale) {\n return locale.weekdaysRegex(isStrict);\n });\n\n addWeekParseToken(['dd', 'ddd', 'dddd'], function (input, week, config, token) {\n var weekday = config._locale.weekdaysParse(input, token, config._strict);\n // if we didn't get a weekday name, mark the date as invalid\n if (weekday != null) {\n week.d = weekday;\n } else {\n getParsingFlags(config).invalidWeekday = input;\n }\n });\n\n addWeekParseToken(['d', 'e', 'E'], function (input, week, config, token) {\n week[token] = toInt(input);\n });\n\n // HELPERS\n\n function parseWeekday(input, locale) {\n if (typeof input !== 'string') {\n return input;\n }\n\n if (!isNaN(input)) {\n return parseInt(input, 10);\n }\n\n input = locale.weekdaysParse(input);\n if (typeof input === 'number') {\n return input;\n }\n\n return null;\n }\n\n function parseIsoWeekday(input, locale) {\n if (typeof input === 'string') {\n return locale.weekdaysParse(input) % 7 || 7;\n }\n return isNaN(input) ? null : input;\n }\n\n // LOCALES\n function shiftWeekdays(ws, n) {\n return ws.slice(n, 7).concat(ws.slice(0, n));\n }\n\n var defaultLocaleWeekdays = 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split(\n '_'\n ),\n defaultLocaleWeekdaysShort = 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n defaultLocaleWeekdaysMin = 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n defaultWeekdaysRegex = matchWord,\n defaultWeekdaysShortRegex = matchWord,\n defaultWeekdaysMinRegex = matchWord;\n\n function localeWeekdays(m, format) {\n var weekdays = isArray(this._weekdays)\n ? this._weekdays\n : this._weekdays[\n m && m !== true && this._weekdays.isFormat.test(format)\n ? 'format'\n : 'standalone'\n ];\n return m === true\n ? shiftWeekdays(weekdays, this._week.dow)\n : m\n ? weekdays[m.day()]\n : weekdays;\n }\n\n function localeWeekdaysShort(m) {\n return m === true\n ? shiftWeekdays(this._weekdaysShort, this._week.dow)\n : m\n ? this._weekdaysShort[m.day()]\n : this._weekdaysShort;\n }\n\n function localeWeekdaysMin(m) {\n return m === true\n ? shiftWeekdays(this._weekdaysMin, this._week.dow)\n : m\n ? this._weekdaysMin[m.day()]\n : this._weekdaysMin;\n }\n\n function handleStrictParse$1(weekdayName, format, strict) {\n var i,\n ii,\n mom,\n llc = weekdayName.toLocaleLowerCase();\n if (!this._weekdaysParse) {\n this._weekdaysParse = [];\n this._shortWeekdaysParse = [];\n this._minWeekdaysParse = [];\n\n for (i = 0; i < 7; ++i) {\n mom = createUTC([2000, 1]).day(i);\n this._minWeekdaysParse[i] = this.weekdaysMin(\n mom,\n ''\n ).toLocaleLowerCase();\n this._shortWeekdaysParse[i] = this.weekdaysShort(\n mom,\n ''\n ).toLocaleLowerCase();\n this._weekdaysParse[i] = this.weekdays(mom, '').toLocaleLowerCase();\n }\n }\n\n if (strict) {\n if (format === 'dddd') {\n ii = indexOf.call(this._weekdaysParse, llc);\n return ii !== -1 ? ii : null;\n } else if (format === 'ddd') {\n ii = indexOf.call(this._shortWeekdaysParse, llc);\n return ii !== -1 ? ii : null;\n } else {\n ii = indexOf.call(this._minWeekdaysParse, llc);\n return ii !== -1 ? ii : null;\n }\n } else {\n if (format === 'dddd') {\n ii = indexOf.call(this._weekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._shortWeekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._minWeekdaysParse, llc);\n return ii !== -1 ? ii : null;\n } else if (format === 'ddd') {\n ii = indexOf.call(this._shortWeekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._weekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._minWeekdaysParse, llc);\n return ii !== -1 ? ii : null;\n } else {\n ii = indexOf.call(this._minWeekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._weekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._shortWeekdaysParse, llc);\n return ii !== -1 ? ii : null;\n }\n }\n }\n\n function localeWeekdaysParse(weekdayName, format, strict) {\n var i, mom, regex;\n\n if (this._weekdaysParseExact) {\n return handleStrictParse$1.call(this, weekdayName, format, strict);\n }\n\n if (!this._weekdaysParse) {\n this._weekdaysParse = [];\n this._minWeekdaysParse = [];\n this._shortWeekdaysParse = [];\n this._fullWeekdaysParse = [];\n }\n\n for (i = 0; i < 7; i++) {\n // make the regex if we don't have it already\n\n mom = createUTC([2000, 1]).day(i);\n if (strict && !this._fullWeekdaysParse[i]) {\n this._fullWeekdaysParse[i] = new RegExp(\n '^' + this.weekdays(mom, '').replace('.', '\\\\.?') + '$',\n 'i'\n );\n this._shortWeekdaysParse[i] = new RegExp(\n '^' + this.weekdaysShort(mom, '').replace('.', '\\\\.?') + '$',\n 'i'\n );\n this._minWeekdaysParse[i] = new RegExp(\n '^' + this.weekdaysMin(mom, '').replace('.', '\\\\.?') + '$',\n 'i'\n );\n }\n if (!this._weekdaysParse[i]) {\n regex =\n '^' +\n this.weekdays(mom, '') +\n '|^' +\n this.weekdaysShort(mom, '') +\n '|^' +\n this.weekdaysMin(mom, '');\n this._weekdaysParse[i] = new RegExp(regex.replace('.', ''), 'i');\n }\n // test the regex\n if (\n strict &&\n format === 'dddd' &&\n this._fullWeekdaysParse[i].test(weekdayName)\n ) {\n return i;\n } else if (\n strict &&\n format === 'ddd' &&\n this._shortWeekdaysParse[i].test(weekdayName)\n ) {\n return i;\n } else if (\n strict &&\n format === 'dd' &&\n this._minWeekdaysParse[i].test(weekdayName)\n ) {\n return i;\n } else if (!strict && this._weekdaysParse[i].test(weekdayName)) {\n return i;\n }\n }\n }\n\n // MOMENTS\n\n function getSetDayOfWeek(input) {\n if (!this.isValid()) {\n return input != null ? this : NaN;\n }\n var day = this._isUTC ? this._d.getUTCDay() : this._d.getDay();\n if (input != null) {\n input = parseWeekday(input, this.localeData());\n return this.add(input - day, 'd');\n } else {\n return day;\n }\n }\n\n function getSetLocaleDayOfWeek(input) {\n if (!this.isValid()) {\n return input != null ? this : NaN;\n }\n var weekday = (this.day() + 7 - this.localeData()._week.dow) % 7;\n return input == null ? weekday : this.add(input - weekday, 'd');\n }\n\n function getSetISODayOfWeek(input) {\n if (!this.isValid()) {\n return input != null ? this : NaN;\n }\n\n // behaves the same as moment#day except\n // as a getter, returns 7 instead of 0 (1-7 range instead of 0-6)\n // as a setter, sunday should belong to the previous week.\n\n if (input != null) {\n var weekday = parseIsoWeekday(input, this.localeData());\n return this.day(this.day() % 7 ? weekday : weekday - 7);\n } else {\n return this.day() || 7;\n }\n }\n\n function weekdaysRegex(isStrict) {\n if (this._weekdaysParseExact) {\n if (!hasOwnProp(this, '_weekdaysRegex')) {\n computeWeekdaysParse.call(this);\n }\n if (isStrict) {\n return this._weekdaysStrictRegex;\n } else {\n return this._weekdaysRegex;\n }\n } else {\n if (!hasOwnProp(this, '_weekdaysRegex')) {\n this._weekdaysRegex = defaultWeekdaysRegex;\n }\n return this._weekdaysStrictRegex && isStrict\n ? this._weekdaysStrictRegex\n : this._weekdaysRegex;\n }\n }\n\n function weekdaysShortRegex(isStrict) {\n if (this._weekdaysParseExact) {\n if (!hasOwnProp(this, '_weekdaysRegex')) {\n computeWeekdaysParse.call(this);\n }\n if (isStrict) {\n return this._weekdaysShortStrictRegex;\n } else {\n return this._weekdaysShortRegex;\n }\n } else {\n if (!hasOwnProp(this, '_weekdaysShortRegex')) {\n this._weekdaysShortRegex = defaultWeekdaysShortRegex;\n }\n return this._weekdaysShortStrictRegex && isStrict\n ? this._weekdaysShortStrictRegex\n : this._weekdaysShortRegex;\n }\n }\n\n function weekdaysMinRegex(isStrict) {\n if (this._weekdaysParseExact) {\n if (!hasOwnProp(this, '_weekdaysRegex')) {\n computeWeekdaysParse.call(this);\n }\n if (isStrict) {\n return this._weekdaysMinStrictRegex;\n } else {\n return this._weekdaysMinRegex;\n }\n } else {\n if (!hasOwnProp(this, '_weekdaysMinRegex')) {\n this._weekdaysMinRegex = defaultWeekdaysMinRegex;\n }\n return this._weekdaysMinStrictRegex && isStrict\n ? this._weekdaysMinStrictRegex\n : this._weekdaysMinRegex;\n }\n }\n\n function computeWeekdaysParse() {\n function cmpLenRev(a, b) {\n return b.length - a.length;\n }\n\n var minPieces = [],\n shortPieces = [],\n longPieces = [],\n mixedPieces = [],\n i,\n mom,\n minp,\n shortp,\n longp;\n for (i = 0; i < 7; i++) {\n // make the regex if we don't have it already\n mom = createUTC([2000, 1]).day(i);\n minp = regexEscape(this.weekdaysMin(mom, ''));\n shortp = regexEscape(this.weekdaysShort(mom, ''));\n longp = regexEscape(this.weekdays(mom, ''));\n minPieces.push(minp);\n shortPieces.push(shortp);\n longPieces.push(longp);\n mixedPieces.push(minp);\n mixedPieces.push(shortp);\n mixedPieces.push(longp);\n }\n // Sorting makes sure if one weekday (or abbr) is a prefix of another it\n // will match the longer piece.\n minPieces.sort(cmpLenRev);\n shortPieces.sort(cmpLenRev);\n longPieces.sort(cmpLenRev);\n mixedPieces.sort(cmpLenRev);\n\n this._weekdaysRegex = new RegExp('^(' + mixedPieces.join('|') + ')', 'i');\n this._weekdaysShortRegex = this._weekdaysRegex;\n this._weekdaysMinRegex = this._weekdaysRegex;\n\n this._weekdaysStrictRegex = new RegExp(\n '^(' + longPieces.join('|') + ')',\n 'i'\n );\n this._weekdaysShortStrictRegex = new RegExp(\n '^(' + shortPieces.join('|') + ')',\n 'i'\n );\n this._weekdaysMinStrictRegex = new RegExp(\n '^(' + minPieces.join('|') + ')',\n 'i'\n );\n }\n\n // FORMATTING\n\n function hFormat() {\n return this.hours() % 12 || 12;\n }\n\n function kFormat() {\n return this.hours() || 24;\n }\n\n addFormatToken('H', ['HH', 2], 0, 'hour');\n addFormatToken('h', ['hh', 2], 0, hFormat);\n addFormatToken('k', ['kk', 2], 0, kFormat);\n\n addFormatToken('hmm', 0, 0, function () {\n return '' + hFormat.apply(this) + zeroFill(this.minutes(), 2);\n });\n\n addFormatToken('hmmss', 0, 0, function () {\n return (\n '' +\n hFormat.apply(this) +\n zeroFill(this.minutes(), 2) +\n zeroFill(this.seconds(), 2)\n );\n });\n\n addFormatToken('Hmm', 0, 0, function () {\n return '' + this.hours() + zeroFill(this.minutes(), 2);\n });\n\n addFormatToken('Hmmss', 0, 0, function () {\n return (\n '' +\n this.hours() +\n zeroFill(this.minutes(), 2) +\n zeroFill(this.seconds(), 2)\n );\n });\n\n function meridiem(token, lowercase) {\n addFormatToken(token, 0, 0, function () {\n return this.localeData().meridiem(\n this.hours(),\n this.minutes(),\n lowercase\n );\n });\n }\n\n meridiem('a', true);\n meridiem('A', false);\n\n // ALIASES\n\n addUnitAlias('hour', 'h');\n\n // PRIORITY\n addUnitPriority('hour', 13);\n\n // PARSING\n\n function matchMeridiem(isStrict, locale) {\n return locale._meridiemParse;\n }\n\n addRegexToken('a', matchMeridiem);\n addRegexToken('A', matchMeridiem);\n addRegexToken('H', match1to2);\n addRegexToken('h', match1to2);\n addRegexToken('k', match1to2);\n addRegexToken('HH', match1to2, match2);\n addRegexToken('hh', match1to2, match2);\n addRegexToken('kk', match1to2, match2);\n\n addRegexToken('hmm', match3to4);\n addRegexToken('hmmss', match5to6);\n addRegexToken('Hmm', match3to4);\n addRegexToken('Hmmss', match5to6);\n\n addParseToken(['H', 'HH'], HOUR);\n addParseToken(['k', 'kk'], function (input, array, config) {\n var kInput = toInt(input);\n array[HOUR] = kInput === 24 ? 0 : kInput;\n });\n addParseToken(['a', 'A'], function (input, array, config) {\n config._isPm = config._locale.isPM(input);\n config._meridiem = input;\n });\n addParseToken(['h', 'hh'], function (input, array, config) {\n array[HOUR] = toInt(input);\n getParsingFlags(config).bigHour = true;\n });\n addParseToken('hmm', function (input, array, config) {\n var pos = input.length - 2;\n array[HOUR] = toInt(input.substr(0, pos));\n array[MINUTE] = toInt(input.substr(pos));\n getParsingFlags(config).bigHour = true;\n });\n addParseToken('hmmss', function (input, array, config) {\n var pos1 = input.length - 4,\n pos2 = input.length - 2;\n array[HOUR] = toInt(input.substr(0, pos1));\n array[MINUTE] = toInt(input.substr(pos1, 2));\n array[SECOND] = toInt(input.substr(pos2));\n getParsingFlags(config).bigHour = true;\n });\n addParseToken('Hmm', function (input, array, config) {\n var pos = input.length - 2;\n array[HOUR] = toInt(input.substr(0, pos));\n array[MINUTE] = toInt(input.substr(pos));\n });\n addParseToken('Hmmss', function (input, array, config) {\n var pos1 = input.length - 4,\n pos2 = input.length - 2;\n array[HOUR] = toInt(input.substr(0, pos1));\n array[MINUTE] = toInt(input.substr(pos1, 2));\n array[SECOND] = toInt(input.substr(pos2));\n });\n\n // LOCALES\n\n function localeIsPM(input) {\n // IE8 Quirks Mode & IE7 Standards Mode do not allow accessing strings like arrays\n // Using charAt should be more compatible.\n return (input + '').toLowerCase().charAt(0) === 'p';\n }\n\n var defaultLocaleMeridiemParse = /[ap]\\.?m?\\.?/i,\n // Setting the hour should keep the time, because the user explicitly\n // specified which hour they want. So trying to maintain the same hour (in\n // a new timezone) makes sense. Adding/subtracting hours does not follow\n // this rule.\n getSetHour = makeGetSet('Hours', true);\n\n function localeMeridiem(hours, minutes, isLower) {\n if (hours > 11) {\n return isLower ? 'pm' : 'PM';\n } else {\n return isLower ? 'am' : 'AM';\n }\n }\n\n var baseConfig = {\n calendar: defaultCalendar,\n longDateFormat: defaultLongDateFormat,\n invalidDate: defaultInvalidDate,\n ordinal: defaultOrdinal,\n dayOfMonthOrdinalParse: defaultDayOfMonthOrdinalParse,\n relativeTime: defaultRelativeTime,\n\n months: defaultLocaleMonths,\n monthsShort: defaultLocaleMonthsShort,\n\n week: defaultLocaleWeek,\n\n weekdays: defaultLocaleWeekdays,\n weekdaysMin: defaultLocaleWeekdaysMin,\n weekdaysShort: defaultLocaleWeekdaysShort,\n\n meridiemParse: defaultLocaleMeridiemParse,\n };\n\n // internal storage for locale config files\n var locales = {},\n localeFamilies = {},\n globalLocale;\n\n function commonPrefix(arr1, arr2) {\n var i,\n minl = Math.min(arr1.length, arr2.length);\n for (i = 0; i < minl; i += 1) {\n if (arr1[i] !== arr2[i]) {\n return i;\n }\n }\n return minl;\n }\n\n function normalizeLocale(key) {\n return key ? key.toLowerCase().replace('_', '-') : key;\n }\n\n // pick the locale from the array\n // try ['en-au', 'en-gb'] as 'en-au', 'en-gb', 'en', as in move through the list trying each\n // substring from most specific to least, but move to the next array item if it's a more specific variant than the current root\n function chooseLocale(names) {\n var i = 0,\n j,\n next,\n locale,\n split;\n\n while (i < names.length) {\n split = normalizeLocale(names[i]).split('-');\n j = split.length;\n next = normalizeLocale(names[i + 1]);\n next = next ? next.split('-') : null;\n while (j > 0) {\n locale = loadLocale(split.slice(0, j).join('-'));\n if (locale) {\n return locale;\n }\n if (\n next &&\n next.length >= j &&\n commonPrefix(split, next) >= j - 1\n ) {\n //the next array item is better than a shallower substring of this one\n break;\n }\n j--;\n }\n i++;\n }\n return globalLocale;\n }\n\n function loadLocale(name) {\n var oldLocale = null,\n aliasedRequire;\n // TODO: Find a better way to register and load all the locales in Node\n if (\n locales[name] === undefined &&\n typeof module !== 'undefined' &&\n module &&\n module.exports\n ) {\n try {\n oldLocale = globalLocale._abbr;\n aliasedRequire = require;\n aliasedRequire('./locale/' + name);\n getSetGlobalLocale(oldLocale);\n } catch (e) {\n // mark as not found to avoid repeating expensive file require call causing high CPU\n // when trying to find en-US, en_US, en-us for every format call\n locales[name] = null; // null means not found\n }\n }\n return locales[name];\n }\n\n // This function will load locale and then set the global locale. If\n // no arguments are passed in, it will simply return the current global\n // locale key.\n function getSetGlobalLocale(key, values) {\n var data;\n if (key) {\n if (isUndefined(values)) {\n data = getLocale(key);\n } else {\n data = defineLocale(key, values);\n }\n\n if (data) {\n // moment.duration._locale = moment._locale = data;\n globalLocale = data;\n } else {\n if (typeof console !== 'undefined' && console.warn) {\n //warn user if arguments are passed but the locale could not be set\n console.warn(\n 'Locale ' + key + ' not found. Did you forget to load it?'\n );\n }\n }\n }\n\n return globalLocale._abbr;\n }\n\n function defineLocale(name, config) {\n if (config !== null) {\n var locale,\n parentConfig = baseConfig;\n config.abbr = name;\n if (locales[name] != null) {\n deprecateSimple(\n 'defineLocaleOverride',\n 'use moment.updateLocale(localeName, config) to change ' +\n 'an existing locale. moment.defineLocale(localeName, ' +\n 'config) should only be used for creating a new locale ' +\n 'See http://momentjs.com/guides/#/warnings/define-locale/ for more info.'\n );\n parentConfig = locales[name]._config;\n } else if (config.parentLocale != null) {\n if (locales[config.parentLocale] != null) {\n parentConfig = locales[config.parentLocale]._config;\n } else {\n locale = loadLocale(config.parentLocale);\n if (locale != null) {\n parentConfig = locale._config;\n } else {\n if (!localeFamilies[config.parentLocale]) {\n localeFamilies[config.parentLocale] = [];\n }\n localeFamilies[config.parentLocale].push({\n name: name,\n config: config,\n });\n return null;\n }\n }\n }\n locales[name] = new Locale(mergeConfigs(parentConfig, config));\n\n if (localeFamilies[name]) {\n localeFamilies[name].forEach(function (x) {\n defineLocale(x.name, x.config);\n });\n }\n\n // backwards compat for now: also set the locale\n // make sure we set the locale AFTER all child locales have been\n // created, so we won't end up with the child locale set.\n getSetGlobalLocale(name);\n\n return locales[name];\n } else {\n // useful for testing\n delete locales[name];\n return null;\n }\n }\n\n function updateLocale(name, config) {\n if (config != null) {\n var locale,\n tmpLocale,\n parentConfig = baseConfig;\n\n if (locales[name] != null && locales[name].parentLocale != null) {\n // Update existing child locale in-place to avoid memory-leaks\n locales[name].set(mergeConfigs(locales[name]._config, config));\n } else {\n // MERGE\n tmpLocale = loadLocale(name);\n if (tmpLocale != null) {\n parentConfig = tmpLocale._config;\n }\n config = mergeConfigs(parentConfig, config);\n if (tmpLocale == null) {\n // updateLocale is called for creating a new locale\n // Set abbr so it will have a name (getters return\n // undefined otherwise).\n config.abbr = name;\n }\n locale = new Locale(config);\n locale.parentLocale = locales[name];\n locales[name] = locale;\n }\n\n // backwards compat for now: also set the locale\n getSetGlobalLocale(name);\n } else {\n // pass null for config to unupdate, useful for tests\n if (locales[name] != null) {\n if (locales[name].parentLocale != null) {\n locales[name] = locales[name].parentLocale;\n if (name === getSetGlobalLocale()) {\n getSetGlobalLocale(name);\n }\n } else if (locales[name] != null) {\n delete locales[name];\n }\n }\n }\n return locales[name];\n }\n\n // returns locale data\n function getLocale(key) {\n var locale;\n\n if (key && key._locale && key._locale._abbr) {\n key = key._locale._abbr;\n }\n\n if (!key) {\n return globalLocale;\n }\n\n if (!isArray(key)) {\n //short-circuit everything else\n locale = loadLocale(key);\n if (locale) {\n return locale;\n }\n key = [key];\n }\n\n return chooseLocale(key);\n }\n\n function listLocales() {\n return keys(locales);\n }\n\n function checkOverflow(m) {\n var overflow,\n a = m._a;\n\n if (a && getParsingFlags(m).overflow === -2) {\n overflow =\n a[MONTH] < 0 || a[MONTH] > 11\n ? MONTH\n : a[DATE] < 1 || a[DATE] > daysInMonth(a[YEAR], a[MONTH])\n ? DATE\n : a[HOUR] < 0 ||\n a[HOUR] > 24 ||\n (a[HOUR] === 24 &&\n (a[MINUTE] !== 0 ||\n a[SECOND] !== 0 ||\n a[MILLISECOND] !== 0))\n ? HOUR\n : a[MINUTE] < 0 || a[MINUTE] > 59\n ? MINUTE\n : a[SECOND] < 0 || a[SECOND] > 59\n ? SECOND\n : a[MILLISECOND] < 0 || a[MILLISECOND] > 999\n ? MILLISECOND\n : -1;\n\n if (\n getParsingFlags(m)._overflowDayOfYear &&\n (overflow < YEAR || overflow > DATE)\n ) {\n overflow = DATE;\n }\n if (getParsingFlags(m)._overflowWeeks && overflow === -1) {\n overflow = WEEK;\n }\n if (getParsingFlags(m)._overflowWeekday && overflow === -1) {\n overflow = WEEKDAY;\n }\n\n getParsingFlags(m).overflow = overflow;\n }\n\n return m;\n }\n\n // iso 8601 regex\n // 0000-00-00 0000-W00 or 0000-W00-0 + T + 00 or 00:00 or 00:00:00 or 00:00:00.000 + +00:00 or +0000 or +00)\n var extendedIsoRegex = /^\\s*((?:[+-]\\d{6}|\\d{4})-(?:\\d\\d-\\d\\d|W\\d\\d-\\d|W\\d\\d|\\d\\d\\d|\\d\\d))(?:(T| )(\\d\\d(?::\\d\\d(?::\\d\\d(?:[.,]\\d+)?)?)?)([+-]\\d\\d(?::?\\d\\d)?|\\s*Z)?)?$/,\n basicIsoRegex = /^\\s*((?:[+-]\\d{6}|\\d{4})(?:\\d\\d\\d\\d|W\\d\\d\\d|W\\d\\d|\\d\\d\\d|\\d\\d|))(?:(T| )(\\d\\d(?:\\d\\d(?:\\d\\d(?:[.,]\\d+)?)?)?)([+-]\\d\\d(?::?\\d\\d)?|\\s*Z)?)?$/,\n tzRegex = /Z|[+-]\\d\\d(?::?\\d\\d)?/,\n isoDates = [\n ['YYYYYY-MM-DD', /[+-]\\d{6}-\\d\\d-\\d\\d/],\n ['YYYY-MM-DD', /\\d{4}-\\d\\d-\\d\\d/],\n ['GGGG-[W]WW-E', /\\d{4}-W\\d\\d-\\d/],\n ['GGGG-[W]WW', /\\d{4}-W\\d\\d/, false],\n ['YYYY-DDD', /\\d{4}-\\d{3}/],\n ['YYYY-MM', /\\d{4}-\\d\\d/, false],\n ['YYYYYYMMDD', /[+-]\\d{10}/],\n ['YYYYMMDD', /\\d{8}/],\n ['GGGG[W]WWE', /\\d{4}W\\d{3}/],\n ['GGGG[W]WW', /\\d{4}W\\d{2}/, false],\n ['YYYYDDD', /\\d{7}/],\n ['YYYYMM', /\\d{6}/, false],\n ['YYYY', /\\d{4}/, false],\n ],\n // iso time formats and regexes\n isoTimes = [\n ['HH:mm:ss.SSSS', /\\d\\d:\\d\\d:\\d\\d\\.\\d+/],\n ['HH:mm:ss,SSSS', /\\d\\d:\\d\\d:\\d\\d,\\d+/],\n ['HH:mm:ss', /\\d\\d:\\d\\d:\\d\\d/],\n ['HH:mm', /\\d\\d:\\d\\d/],\n ['HHmmss.SSSS', /\\d\\d\\d\\d\\d\\d\\.\\d+/],\n ['HHmmss,SSSS', /\\d\\d\\d\\d\\d\\d,\\d+/],\n ['HHmmss', /\\d\\d\\d\\d\\d\\d/],\n ['HHmm', /\\d\\d\\d\\d/],\n ['HH', /\\d\\d/],\n ],\n aspNetJsonRegex = /^\\/?Date\\((-?\\d+)/i,\n // RFC 2822 regex: For details see https://tools.ietf.org/html/rfc2822#section-3.3\n rfc2822 = /^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\\s)?(\\d{1,2})\\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\\s(\\d{2,4})\\s(\\d\\d):(\\d\\d)(?::(\\d\\d))?\\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\\d{4}))$/,\n obsOffsets = {\n UT: 0,\n GMT: 0,\n EDT: -4 * 60,\n EST: -5 * 60,\n CDT: -5 * 60,\n CST: -6 * 60,\n MDT: -6 * 60,\n MST: -7 * 60,\n PDT: -7 * 60,\n PST: -8 * 60,\n };\n\n // date from iso format\n function configFromISO(config) {\n var i,\n l,\n string = config._i,\n match = extendedIsoRegex.exec(string) || basicIsoRegex.exec(string),\n allowTime,\n dateFormat,\n timeFormat,\n tzFormat;\n\n if (match) {\n getParsingFlags(config).iso = true;\n\n for (i = 0, l = isoDates.length; i < l; i++) {\n if (isoDates[i][1].exec(match[1])) {\n dateFormat = isoDates[i][0];\n allowTime = isoDates[i][2] !== false;\n break;\n }\n }\n if (dateFormat == null) {\n config._isValid = false;\n return;\n }\n if (match[3]) {\n for (i = 0, l = isoTimes.length; i < l; i++) {\n if (isoTimes[i][1].exec(match[3])) {\n // match[2] should be 'T' or space\n timeFormat = (match[2] || ' ') + isoTimes[i][0];\n break;\n }\n }\n if (timeFormat == null) {\n config._isValid = false;\n return;\n }\n }\n if (!allowTime && timeFormat != null) {\n config._isValid = false;\n return;\n }\n if (match[4]) {\n if (tzRegex.exec(match[4])) {\n tzFormat = 'Z';\n } else {\n config._isValid = false;\n return;\n }\n }\n config._f = dateFormat + (timeFormat || '') + (tzFormat || '');\n configFromStringAndFormat(config);\n } else {\n config._isValid = false;\n }\n }\n\n function extractFromRFC2822Strings(\n yearStr,\n monthStr,\n dayStr,\n hourStr,\n minuteStr,\n secondStr\n ) {\n var result = [\n untruncateYear(yearStr),\n defaultLocaleMonthsShort.indexOf(monthStr),\n parseInt(dayStr, 10),\n parseInt(hourStr, 10),\n parseInt(minuteStr, 10),\n ];\n\n if (secondStr) {\n result.push(parseInt(secondStr, 10));\n }\n\n return result;\n }\n\n function untruncateYear(yearStr) {\n var year = parseInt(yearStr, 10);\n if (year <= 49) {\n return 2000 + year;\n } else if (year <= 999) {\n return 1900 + year;\n }\n return year;\n }\n\n function preprocessRFC2822(s) {\n // Remove comments and folding whitespace and replace multiple-spaces with a single space\n return s\n .replace(/\\([^)]*\\)|[\\n\\t]/g, ' ')\n .replace(/(\\s\\s+)/g, ' ')\n .replace(/^\\s\\s*/, '')\n .replace(/\\s\\s*$/, '');\n }\n\n function checkWeekday(weekdayStr, parsedInput, config) {\n if (weekdayStr) {\n // TODO: Replace the vanilla JS Date object with an independent day-of-week check.\n var weekdayProvided = defaultLocaleWeekdaysShort.indexOf(weekdayStr),\n weekdayActual = new Date(\n parsedInput[0],\n parsedInput[1],\n parsedInput[2]\n ).getDay();\n if (weekdayProvided !== weekdayActual) {\n getParsingFlags(config).weekdayMismatch = true;\n config._isValid = false;\n return false;\n }\n }\n return true;\n }\n\n function calculateOffset(obsOffset, militaryOffset, numOffset) {\n if (obsOffset) {\n return obsOffsets[obsOffset];\n } else if (militaryOffset) {\n // the only allowed military tz is Z\n return 0;\n } else {\n var hm = parseInt(numOffset, 10),\n m = hm % 100,\n h = (hm - m) / 100;\n return h * 60 + m;\n }\n }\n\n // date and time from ref 2822 format\n function configFromRFC2822(config) {\n var match = rfc2822.exec(preprocessRFC2822(config._i)),\n parsedArray;\n if (match) {\n parsedArray = extractFromRFC2822Strings(\n match[4],\n match[3],\n match[2],\n match[5],\n match[6],\n match[7]\n );\n if (!checkWeekday(match[1], parsedArray, config)) {\n return;\n }\n\n config._a = parsedArray;\n config._tzm = calculateOffset(match[8], match[9], match[10]);\n\n config._d = createUTCDate.apply(null, config._a);\n config._d.setUTCMinutes(config._d.getUTCMinutes() - config._tzm);\n\n getParsingFlags(config).rfc2822 = true;\n } else {\n config._isValid = false;\n }\n }\n\n // date from 1) ASP.NET, 2) ISO, 3) RFC 2822 formats, or 4) optional fallback if parsing isn't strict\n function configFromString(config) {\n var matched = aspNetJsonRegex.exec(config._i);\n if (matched !== null) {\n config._d = new Date(+matched[1]);\n return;\n }\n\n configFromISO(config);\n if (config._isValid === false) {\n delete config._isValid;\n } else {\n return;\n }\n\n configFromRFC2822(config);\n if (config._isValid === false) {\n delete config._isValid;\n } else {\n return;\n }\n\n if (config._strict) {\n config._isValid = false;\n } else {\n // Final attempt, use Input Fallback\n hooks.createFromInputFallback(config);\n }\n }\n\n hooks.createFromInputFallback = deprecate(\n 'value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), ' +\n 'which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are ' +\n 'discouraged and will be removed in an upcoming major release. Please refer to ' +\n 'http://momentjs.com/guides/#/warnings/js-date/ for more info.',\n function (config) {\n config._d = new Date(config._i + (config._useUTC ? ' UTC' : ''));\n }\n );\n\n // Pick the first defined of two or three arguments.\n function defaults(a, b, c) {\n if (a != null) {\n return a;\n }\n if (b != null) {\n return b;\n }\n return c;\n }\n\n function currentDateArray(config) {\n // hooks is actually the exported moment object\n var nowValue = new Date(hooks.now());\n if (config._useUTC) {\n return [\n nowValue.getUTCFullYear(),\n nowValue.getUTCMonth(),\n nowValue.getUTCDate(),\n ];\n }\n return [nowValue.getFullYear(), nowValue.getMonth(), nowValue.getDate()];\n }\n\n // convert an array to a date.\n // the array should mirror the parameters below\n // note: all values past the year are optional and will default to the lowest possible value.\n // [year, month, day , hour, minute, second, millisecond]\n function configFromArray(config) {\n var i,\n date,\n input = [],\n currentDate,\n expectedWeekday,\n yearToUse;\n\n if (config._d) {\n return;\n }\n\n currentDate = currentDateArray(config);\n\n //compute day of the year from weeks and weekdays\n if (config._w && config._a[DATE] == null && config._a[MONTH] == null) {\n dayOfYearFromWeekInfo(config);\n }\n\n //if the day of the year is set, figure out what it is\n if (config._dayOfYear != null) {\n yearToUse = defaults(config._a[YEAR], currentDate[YEAR]);\n\n if (\n config._dayOfYear > daysInYear(yearToUse) ||\n config._dayOfYear === 0\n ) {\n getParsingFlags(config)._overflowDayOfYear = true;\n }\n\n date = createUTCDate(yearToUse, 0, config._dayOfYear);\n config._a[MONTH] = date.getUTCMonth();\n config._a[DATE] = date.getUTCDate();\n }\n\n // Default to current date.\n // * if no year, month, day of month are given, default to today\n // * if day of month is given, default month and year\n // * if month is given, default only year\n // * if year is given, don't default anything\n for (i = 0; i < 3 && config._a[i] == null; ++i) {\n config._a[i] = input[i] = currentDate[i];\n }\n\n // Zero out whatever was not defaulted, including time\n for (; i < 7; i++) {\n config._a[i] = input[i] =\n config._a[i] == null ? (i === 2 ? 1 : 0) : config._a[i];\n }\n\n // Check for 24:00:00.000\n if (\n config._a[HOUR] === 24 &&\n config._a[MINUTE] === 0 &&\n config._a[SECOND] === 0 &&\n config._a[MILLISECOND] === 0\n ) {\n config._nextDay = true;\n config._a[HOUR] = 0;\n }\n\n config._d = (config._useUTC ? createUTCDate : createDate).apply(\n null,\n input\n );\n expectedWeekday = config._useUTC\n ? config._d.getUTCDay()\n : config._d.getDay();\n\n // Apply timezone offset from input. The actual utcOffset can be changed\n // with parseZone.\n if (config._tzm != null) {\n config._d.setUTCMinutes(config._d.getUTCMinutes() - config._tzm);\n }\n\n if (config._nextDay) {\n config._a[HOUR] = 24;\n }\n\n // check for mismatching day of week\n if (\n config._w &&\n typeof config._w.d !== 'undefined' &&\n config._w.d !== expectedWeekday\n ) {\n getParsingFlags(config).weekdayMismatch = true;\n }\n }\n\n function dayOfYearFromWeekInfo(config) {\n var w, weekYear, week, weekday, dow, doy, temp, weekdayOverflow, curWeek;\n\n w = config._w;\n if (w.GG != null || w.W != null || w.E != null) {\n dow = 1;\n doy = 4;\n\n // TODO: We need to take the current isoWeekYear, but that depends on\n // how we interpret now (local, utc, fixed offset). So create\n // a now version of current config (take local/utc/offset flags, and\n // create now).\n weekYear = defaults(\n w.GG,\n config._a[YEAR],\n weekOfYear(createLocal(), 1, 4).year\n );\n week = defaults(w.W, 1);\n weekday = defaults(w.E, 1);\n if (weekday < 1 || weekday > 7) {\n weekdayOverflow = true;\n }\n } else {\n dow = config._locale._week.dow;\n doy = config._locale._week.doy;\n\n curWeek = weekOfYear(createLocal(), dow, doy);\n\n weekYear = defaults(w.gg, config._a[YEAR], curWeek.year);\n\n // Default to current week.\n week = defaults(w.w, curWeek.week);\n\n if (w.d != null) {\n // weekday -- low day numbers are considered next week\n weekday = w.d;\n if (weekday < 0 || weekday > 6) {\n weekdayOverflow = true;\n }\n } else if (w.e != null) {\n // local weekday -- counting starts from beginning of week\n weekday = w.e + dow;\n if (w.e < 0 || w.e > 6) {\n weekdayOverflow = true;\n }\n } else {\n // default to beginning of week\n weekday = dow;\n }\n }\n if (week < 1 || week > weeksInYear(weekYear, dow, doy)) {\n getParsingFlags(config)._overflowWeeks = true;\n } else if (weekdayOverflow != null) {\n getParsingFlags(config)._overflowWeekday = true;\n } else {\n temp = dayOfYearFromWeeks(weekYear, week, weekday, dow, doy);\n config._a[YEAR] = temp.year;\n config._dayOfYear = temp.dayOfYear;\n }\n }\n\n // constant that refers to the ISO standard\n hooks.ISO_8601 = function () {};\n\n // constant that refers to the RFC 2822 form\n hooks.RFC_2822 = function () {};\n\n // date from string and format string\n function configFromStringAndFormat(config) {\n // TODO: Move this to another part of the creation flow to prevent circular deps\n if (config._f === hooks.ISO_8601) {\n configFromISO(config);\n return;\n }\n if (config._f === hooks.RFC_2822) {\n configFromRFC2822(config);\n return;\n }\n config._a = [];\n getParsingFlags(config).empty = true;\n\n // This array is used to make a Date, either with `new Date` or `Date.UTC`\n var string = '' + config._i,\n i,\n parsedInput,\n tokens,\n token,\n skipped,\n stringLength = string.length,\n totalParsedInputLength = 0,\n era;\n\n tokens =\n expandFormat(config._f, config._locale).match(formattingTokens) || [];\n\n for (i = 0; i < tokens.length; i++) {\n token = tokens[i];\n parsedInput = (string.match(getParseRegexForToken(token, config)) ||\n [])[0];\n if (parsedInput) {\n skipped = string.substr(0, string.indexOf(parsedInput));\n if (skipped.length > 0) {\n getParsingFlags(config).unusedInput.push(skipped);\n }\n string = string.slice(\n string.indexOf(parsedInput) + parsedInput.length\n );\n totalParsedInputLength += parsedInput.length;\n }\n // don't parse if it's not a known token\n if (formatTokenFunctions[token]) {\n if (parsedInput) {\n getParsingFlags(config).empty = false;\n } else {\n getParsingFlags(config).unusedTokens.push(token);\n }\n addTimeToArrayFromToken(token, parsedInput, config);\n } else if (config._strict && !parsedInput) {\n getParsingFlags(config).unusedTokens.push(token);\n }\n }\n\n // add remaining unparsed input length to the string\n getParsingFlags(config).charsLeftOver =\n stringLength - totalParsedInputLength;\n if (string.length > 0) {\n getParsingFlags(config).unusedInput.push(string);\n }\n\n // clear _12h flag if hour is <= 12\n if (\n config._a[HOUR] <= 12 &&\n getParsingFlags(config).bigHour === true &&\n config._a[HOUR] > 0\n ) {\n getParsingFlags(config).bigHour = undefined;\n }\n\n getParsingFlags(config).parsedDateParts = config._a.slice(0);\n getParsingFlags(config).meridiem = config._meridiem;\n // handle meridiem\n config._a[HOUR] = meridiemFixWrap(\n config._locale,\n config._a[HOUR],\n config._meridiem\n );\n\n // handle era\n era = getParsingFlags(config).era;\n if (era !== null) {\n config._a[YEAR] = config._locale.erasConvertYear(era, config._a[YEAR]);\n }\n\n configFromArray(config);\n checkOverflow(config);\n }\n\n function meridiemFixWrap(locale, hour, meridiem) {\n var isPm;\n\n if (meridiem == null) {\n // nothing to do\n return hour;\n }\n if (locale.meridiemHour != null) {\n return locale.meridiemHour(hour, meridiem);\n } else if (locale.isPM != null) {\n // Fallback\n isPm = locale.isPM(meridiem);\n if (isPm && hour < 12) {\n hour += 12;\n }\n if (!isPm && hour === 12) {\n hour = 0;\n }\n return hour;\n } else {\n // this is not supposed to happen\n return hour;\n }\n }\n\n // date from string and array of format strings\n function configFromStringAndArray(config) {\n var tempConfig,\n bestMoment,\n scoreToBeat,\n i,\n currentScore,\n validFormatFound,\n bestFormatIsValid = false;\n\n if (config._f.length === 0) {\n getParsingFlags(config).invalidFormat = true;\n config._d = new Date(NaN);\n return;\n }\n\n for (i = 0; i < config._f.length; i++) {\n currentScore = 0;\n validFormatFound = false;\n tempConfig = copyConfig({}, config);\n if (config._useUTC != null) {\n tempConfig._useUTC = config._useUTC;\n }\n tempConfig._f = config._f[i];\n configFromStringAndFormat(tempConfig);\n\n if (isValid(tempConfig)) {\n validFormatFound = true;\n }\n\n // if there is any input that was not parsed add a penalty for that format\n currentScore += getParsingFlags(tempConfig).charsLeftOver;\n\n //or tokens\n currentScore += getParsingFlags(tempConfig).unusedTokens.length * 10;\n\n getParsingFlags(tempConfig).score = currentScore;\n\n if (!bestFormatIsValid) {\n if (\n scoreToBeat == null ||\n currentScore < scoreToBeat ||\n validFormatFound\n ) {\n scoreToBeat = currentScore;\n bestMoment = tempConfig;\n if (validFormatFound) {\n bestFormatIsValid = true;\n }\n }\n } else {\n if (currentScore < scoreToBeat) {\n scoreToBeat = currentScore;\n bestMoment = tempConfig;\n }\n }\n }\n\n extend(config, bestMoment || tempConfig);\n }\n\n function configFromObject(config) {\n if (config._d) {\n return;\n }\n\n var i = normalizeObjectUnits(config._i),\n dayOrDate = i.day === undefined ? i.date : i.day;\n config._a = map(\n [i.year, i.month, dayOrDate, i.hour, i.minute, i.second, i.millisecond],\n function (obj) {\n return obj && parseInt(obj, 10);\n }\n );\n\n configFromArray(config);\n }\n\n function createFromConfig(config) {\n var res = new Moment(checkOverflow(prepareConfig(config)));\n if (res._nextDay) {\n // Adding is smart enough around DST\n res.add(1, 'd');\n res._nextDay = undefined;\n }\n\n return res;\n }\n\n function prepareConfig(config) {\n var input = config._i,\n format = config._f;\n\n config._locale = config._locale || getLocale(config._l);\n\n if (input === null || (format === undefined && input === '')) {\n return createInvalid({ nullInput: true });\n }\n\n if (typeof input === 'string') {\n config._i = input = config._locale.preparse(input);\n }\n\n if (isMoment(input)) {\n return new Moment(checkOverflow(input));\n } else if (isDate(input)) {\n config._d = input;\n } else if (isArray(format)) {\n configFromStringAndArray(config);\n } else if (format) {\n configFromStringAndFormat(config);\n } else {\n configFromInput(config);\n }\n\n if (!isValid(config)) {\n config._d = null;\n }\n\n return config;\n }\n\n function configFromInput(config) {\n var input = config._i;\n if (isUndefined(input)) {\n config._d = new Date(hooks.now());\n } else if (isDate(input)) {\n config._d = new Date(input.valueOf());\n } else if (typeof input === 'string') {\n configFromString(config);\n } else if (isArray(input)) {\n config._a = map(input.slice(0), function (obj) {\n return parseInt(obj, 10);\n });\n configFromArray(config);\n } else if (isObject(input)) {\n configFromObject(config);\n } else if (isNumber(input)) {\n // from milliseconds\n config._d = new Date(input);\n } else {\n hooks.createFromInputFallback(config);\n }\n }\n\n function createLocalOrUTC(input, format, locale, strict, isUTC) {\n var c = {};\n\n if (format === true || format === false) {\n strict = format;\n format = undefined;\n }\n\n if (locale === true || locale === false) {\n strict = locale;\n locale = undefined;\n }\n\n if (\n (isObject(input) && isObjectEmpty(input)) ||\n (isArray(input) && input.length === 0)\n ) {\n input = undefined;\n }\n // object construction must be done this way.\n // https://github.com/moment/moment/issues/1423\n c._isAMomentObject = true;\n c._useUTC = c._isUTC = isUTC;\n c._l = locale;\n c._i = input;\n c._f = format;\n c._strict = strict;\n\n return createFromConfig(c);\n }\n\n function createLocal(input, format, locale, strict) {\n return createLocalOrUTC(input, format, locale, strict, false);\n }\n\n var prototypeMin = deprecate(\n 'moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/',\n function () {\n var other = createLocal.apply(null, arguments);\n if (this.isValid() && other.isValid()) {\n return other < this ? this : other;\n } else {\n return createInvalid();\n }\n }\n ),\n prototypeMax = deprecate(\n 'moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/',\n function () {\n var other = createLocal.apply(null, arguments);\n if (this.isValid() && other.isValid()) {\n return other > this ? this : other;\n } else {\n return createInvalid();\n }\n }\n );\n\n // Pick a moment m from moments so that m[fn](other) is true for all\n // other. This relies on the function fn to be transitive.\n //\n // moments should either be an array of moment objects or an array, whose\n // first element is an array of moment objects.\n function pickBy(fn, moments) {\n var res, i;\n if (moments.length === 1 && isArray(moments[0])) {\n moments = moments[0];\n }\n if (!moments.length) {\n return createLocal();\n }\n res = moments[0];\n for (i = 1; i < moments.length; ++i) {\n if (!moments[i].isValid() || moments[i][fn](res)) {\n res = moments[i];\n }\n }\n return res;\n }\n\n // TODO: Use [].sort instead?\n function min() {\n var args = [].slice.call(arguments, 0);\n\n return pickBy('isBefore', args);\n }\n\n function max() {\n var args = [].slice.call(arguments, 0);\n\n return pickBy('isAfter', args);\n }\n\n var now = function () {\n return Date.now ? Date.now() : +new Date();\n };\n\n var ordering = [\n 'year',\n 'quarter',\n 'month',\n 'week',\n 'day',\n 'hour',\n 'minute',\n 'second',\n 'millisecond',\n ];\n\n function isDurationValid(m) {\n var key,\n unitHasDecimal = false,\n i;\n for (key in m) {\n if (\n hasOwnProp(m, key) &&\n !(\n indexOf.call(ordering, key) !== -1 &&\n (m[key] == null || !isNaN(m[key]))\n )\n ) {\n return false;\n }\n }\n\n for (i = 0; i < ordering.length; ++i) {\n if (m[ordering[i]]) {\n if (unitHasDecimal) {\n return false; // only allow non-integers for smallest unit\n }\n if (parseFloat(m[ordering[i]]) !== toInt(m[ordering[i]])) {\n unitHasDecimal = true;\n }\n }\n }\n\n return true;\n }\n\n function isValid$1() {\n return this._isValid;\n }\n\n function createInvalid$1() {\n return createDuration(NaN);\n }\n\n function Duration(duration) {\n var normalizedInput = normalizeObjectUnits(duration),\n years = normalizedInput.year || 0,\n quarters = normalizedInput.quarter || 0,\n months = normalizedInput.month || 0,\n weeks = normalizedInput.week || normalizedInput.isoWeek || 0,\n days = normalizedInput.day || 0,\n hours = normalizedInput.hour || 0,\n minutes = normalizedInput.minute || 0,\n seconds = normalizedInput.second || 0,\n milliseconds = normalizedInput.millisecond || 0;\n\n this._isValid = isDurationValid(normalizedInput);\n\n // representation for dateAddRemove\n this._milliseconds =\n +milliseconds +\n seconds * 1e3 + // 1000\n minutes * 6e4 + // 1000 * 60\n hours * 1000 * 60 * 60; //using 1000 * 60 * 60 instead of 36e5 to avoid floating point rounding errors https://github.com/moment/moment/issues/2978\n // Because of dateAddRemove treats 24 hours as different from a\n // day when working around DST, we need to store them separately\n this._days = +days + weeks * 7;\n // It is impossible to translate months into days without knowing\n // which months you are are talking about, so we have to store\n // it separately.\n this._months = +months + quarters * 3 + years * 12;\n\n this._data = {};\n\n this._locale = getLocale();\n\n this._bubble();\n }\n\n function isDuration(obj) {\n return obj instanceof Duration;\n }\n\n function absRound(number) {\n if (number < 0) {\n return Math.round(-1 * number) * -1;\n } else {\n return Math.round(number);\n }\n }\n\n // compare two arrays, return the number of differences\n function compareArrays(array1, array2, dontConvert) {\n var len = Math.min(array1.length, array2.length),\n lengthDiff = Math.abs(array1.length - array2.length),\n diffs = 0,\n i;\n for (i = 0; i < len; i++) {\n if (\n (dontConvert && array1[i] !== array2[i]) ||\n (!dontConvert && toInt(array1[i]) !== toInt(array2[i]))\n ) {\n diffs++;\n }\n }\n return diffs + lengthDiff;\n }\n\n // FORMATTING\n\n function offset(token, separator) {\n addFormatToken(token, 0, 0, function () {\n var offset = this.utcOffset(),\n sign = '+';\n if (offset < 0) {\n offset = -offset;\n sign = '-';\n }\n return (\n sign +\n zeroFill(~~(offset / 60), 2) +\n separator +\n zeroFill(~~offset % 60, 2)\n );\n });\n }\n\n offset('Z', ':');\n offset('ZZ', '');\n\n // PARSING\n\n addRegexToken('Z', matchShortOffset);\n addRegexToken('ZZ', matchShortOffset);\n addParseToken(['Z', 'ZZ'], function (input, array, config) {\n config._useUTC = true;\n config._tzm = offsetFromString(matchShortOffset, input);\n });\n\n // HELPERS\n\n // timezone chunker\n // '+10:00' > ['10', '00']\n // '-1530' > ['-15', '30']\n var chunkOffset = /([\\+\\-]|\\d\\d)/gi;\n\n function offsetFromString(matcher, string) {\n var matches = (string || '').match(matcher),\n chunk,\n parts,\n minutes;\n\n if (matches === null) {\n return null;\n }\n\n chunk = matches[matches.length - 1] || [];\n parts = (chunk + '').match(chunkOffset) || ['-', 0, 0];\n minutes = +(parts[1] * 60) + toInt(parts[2]);\n\n return minutes === 0 ? 0 : parts[0] === '+' ? minutes : -minutes;\n }\n\n // Return a moment from input, that is local/utc/zone equivalent to model.\n function cloneWithOffset(input, model) {\n var res, diff;\n if (model._isUTC) {\n res = model.clone();\n diff =\n (isMoment(input) || isDate(input)\n ? input.valueOf()\n : createLocal(input).valueOf()) - res.valueOf();\n // Use low-level api, because this fn is low-level api.\n res._d.setTime(res._d.valueOf() + diff);\n hooks.updateOffset(res, false);\n return res;\n } else {\n return createLocal(input).local();\n }\n }\n\n function getDateOffset(m) {\n // On Firefox.24 Date#getTimezoneOffset returns a floating point.\n // https://github.com/moment/moment/pull/1871\n return -Math.round(m._d.getTimezoneOffset());\n }\n\n // HOOKS\n\n // This function will be called whenever a moment is mutated.\n // It is intended to keep the offset in sync with the timezone.\n hooks.updateOffset = function () {};\n\n // MOMENTS\n\n // keepLocalTime = true means only change the timezone, without\n // affecting the local hour. So 5:31:26 +0300 --[utcOffset(2, true)]-->\n // 5:31:26 +0200 It is possible that 5:31:26 doesn't exist with offset\n // +0200, so we adjust the time as needed, to be valid.\n //\n // Keeping the time actually adds/subtracts (one hour)\n // from the actual represented time. That is why we call updateOffset\n // a second time. In case it wants us to change the offset again\n // _changeInProgress == true case, then we have to adjust, because\n // there is no such time in the given timezone.\n function getSetOffset(input, keepLocalTime, keepMinutes) {\n var offset = this._offset || 0,\n localAdjust;\n if (!this.isValid()) {\n return input != null ? this : NaN;\n }\n if (input != null) {\n if (typeof input === 'string') {\n input = offsetFromString(matchShortOffset, input);\n if (input === null) {\n return this;\n }\n } else if (Math.abs(input) < 16 && !keepMinutes) {\n input = input * 60;\n }\n if (!this._isUTC && keepLocalTime) {\n localAdjust = getDateOffset(this);\n }\n this._offset = input;\n this._isUTC = true;\n if (localAdjust != null) {\n this.add(localAdjust, 'm');\n }\n if (offset !== input) {\n if (!keepLocalTime || this._changeInProgress) {\n addSubtract(\n this,\n createDuration(input - offset, 'm'),\n 1,\n false\n );\n } else if (!this._changeInProgress) {\n this._changeInProgress = true;\n hooks.updateOffset(this, true);\n this._changeInProgress = null;\n }\n }\n return this;\n } else {\n return this._isUTC ? offset : getDateOffset(this);\n }\n }\n\n function getSetZone(input, keepLocalTime) {\n if (input != null) {\n if (typeof input !== 'string') {\n input = -input;\n }\n\n this.utcOffset(input, keepLocalTime);\n\n return this;\n } else {\n return -this.utcOffset();\n }\n }\n\n function setOffsetToUTC(keepLocalTime) {\n return this.utcOffset(0, keepLocalTime);\n }\n\n function setOffsetToLocal(keepLocalTime) {\n if (this._isUTC) {\n this.utcOffset(0, keepLocalTime);\n this._isUTC = false;\n\n if (keepLocalTime) {\n this.subtract(getDateOffset(this), 'm');\n }\n }\n return this;\n }\n\n function setOffsetToParsedOffset() {\n if (this._tzm != null) {\n this.utcOffset(this._tzm, false, true);\n } else if (typeof this._i === 'string') {\n var tZone = offsetFromString(matchOffset, this._i);\n if (tZone != null) {\n this.utcOffset(tZone);\n } else {\n this.utcOffset(0, true);\n }\n }\n return this;\n }\n\n function hasAlignedHourOffset(input) {\n if (!this.isValid()) {\n return false;\n }\n input = input ? createLocal(input).utcOffset() : 0;\n\n return (this.utcOffset() - input) % 60 === 0;\n }\n\n function isDaylightSavingTime() {\n return (\n this.utcOffset() > this.clone().month(0).utcOffset() ||\n this.utcOffset() > this.clone().month(5).utcOffset()\n );\n }\n\n function isDaylightSavingTimeShifted() {\n if (!isUndefined(this._isDSTShifted)) {\n return this._isDSTShifted;\n }\n\n var c = {},\n other;\n\n copyConfig(c, this);\n c = prepareConfig(c);\n\n if (c._a) {\n other = c._isUTC ? createUTC(c._a) : createLocal(c._a);\n this._isDSTShifted =\n this.isValid() && compareArrays(c._a, other.toArray()) > 0;\n } else {\n this._isDSTShifted = false;\n }\n\n return this._isDSTShifted;\n }\n\n function isLocal() {\n return this.isValid() ? !this._isUTC : false;\n }\n\n function isUtcOffset() {\n return this.isValid() ? this._isUTC : false;\n }\n\n function isUtc() {\n return this.isValid() ? this._isUTC && this._offset === 0 : false;\n }\n\n // ASP.NET json date format regex\n var aspNetRegex = /^(-|\\+)?(?:(\\d*)[. ])?(\\d+):(\\d+)(?::(\\d+)(\\.\\d*)?)?$/,\n // from http://docs.closure-library.googlecode.com/git/closure_goog_date_date.js.source.html\n // somewhat more in line with 4.4.3.2 2004 spec, but allows decimal anywhere\n // and further modified to allow for strings containing both week and day\n isoRegex = /^(-|\\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;\n\n function createDuration(input, key) {\n var duration = input,\n // matching against regexp is expensive, do it on demand\n match = null,\n sign,\n ret,\n diffRes;\n\n if (isDuration(input)) {\n duration = {\n ms: input._milliseconds,\n d: input._days,\n M: input._months,\n };\n } else if (isNumber(input) || !isNaN(+input)) {\n duration = {};\n if (key) {\n duration[key] = +input;\n } else {\n duration.milliseconds = +input;\n }\n } else if ((match = aspNetRegex.exec(input))) {\n sign = match[1] === '-' ? -1 : 1;\n duration = {\n y: 0,\n d: toInt(match[DATE]) * sign,\n h: toInt(match[HOUR]) * sign,\n m: toInt(match[MINUTE]) * sign,\n s: toInt(match[SECOND]) * sign,\n ms: toInt(absRound(match[MILLISECOND] * 1000)) * sign, // the millisecond decimal point is included in the match\n };\n } else if ((match = isoRegex.exec(input))) {\n sign = match[1] === '-' ? -1 : 1;\n duration = {\n y: parseIso(match[2], sign),\n M: parseIso(match[3], sign),\n w: parseIso(match[4], sign),\n d: parseIso(match[5], sign),\n h: parseIso(match[6], sign),\n m: parseIso(match[7], sign),\n s: parseIso(match[8], sign),\n };\n } else if (duration == null) {\n // checks for null or undefined\n duration = {};\n } else if (\n typeof duration === 'object' &&\n ('from' in duration || 'to' in duration)\n ) {\n diffRes = momentsDifference(\n createLocal(duration.from),\n createLocal(duration.to)\n );\n\n duration = {};\n duration.ms = diffRes.milliseconds;\n duration.M = diffRes.months;\n }\n\n ret = new Duration(duration);\n\n if (isDuration(input) && hasOwnProp(input, '_locale')) {\n ret._locale = input._locale;\n }\n\n if (isDuration(input) && hasOwnProp(input, '_isValid')) {\n ret._isValid = input._isValid;\n }\n\n return ret;\n }\n\n createDuration.fn = Duration.prototype;\n createDuration.invalid = createInvalid$1;\n\n function parseIso(inp, sign) {\n // We'd normally use ~~inp for this, but unfortunately it also\n // converts floats to ints.\n // inp may be undefined, so careful calling replace on it.\n var res = inp && parseFloat(inp.replace(',', '.'));\n // apply sign while we're at it\n return (isNaN(res) ? 0 : res) * sign;\n }\n\n function positiveMomentsDifference(base, other) {\n var res = {};\n\n res.months =\n other.month() - base.month() + (other.year() - base.year()) * 12;\n if (base.clone().add(res.months, 'M').isAfter(other)) {\n --res.months;\n }\n\n res.milliseconds = +other - +base.clone().add(res.months, 'M');\n\n return res;\n }\n\n function momentsDifference(base, other) {\n var res;\n if (!(base.isValid() && other.isValid())) {\n return { milliseconds: 0, months: 0 };\n }\n\n other = cloneWithOffset(other, base);\n if (base.isBefore(other)) {\n res = positiveMomentsDifference(base, other);\n } else {\n res = positiveMomentsDifference(other, base);\n res.milliseconds = -res.milliseconds;\n res.months = -res.months;\n }\n\n return res;\n }\n\n // TODO: remove 'name' arg after deprecation is removed\n function createAdder(direction, name) {\n return function (val, period) {\n var dur, tmp;\n //invert the arguments, but complain about it\n if (period !== null && !isNaN(+period)) {\n deprecateSimple(\n name,\n 'moment().' +\n name +\n '(period, number) is deprecated. Please use moment().' +\n name +\n '(number, period). ' +\n 'See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info.'\n );\n tmp = val;\n val = period;\n period = tmp;\n }\n\n dur = createDuration(val, period);\n addSubtract(this, dur, direction);\n return this;\n };\n }\n\n function addSubtract(mom, duration, isAdding, updateOffset) {\n var milliseconds = duration._milliseconds,\n days = absRound(duration._days),\n months = absRound(duration._months);\n\n if (!mom.isValid()) {\n // No op\n return;\n }\n\n updateOffset = updateOffset == null ? true : updateOffset;\n\n if (months) {\n setMonth(mom, get(mom, 'Month') + months * isAdding);\n }\n if (days) {\n set$1(mom, 'Date', get(mom, 'Date') + days * isAdding);\n }\n if (milliseconds) {\n mom._d.setTime(mom._d.valueOf() + milliseconds * isAdding);\n }\n if (updateOffset) {\n hooks.updateOffset(mom, days || months);\n }\n }\n\n var add = createAdder(1, 'add'),\n subtract = createAdder(-1, 'subtract');\n\n function isString(input) {\n return typeof input === 'string' || input instanceof String;\n }\n\n // type MomentInput = Moment | Date | string | number | (number | string)[] | MomentInputObject | void; // null | undefined\n function isMomentInput(input) {\n return (\n isMoment(input) ||\n isDate(input) ||\n isString(input) ||\n isNumber(input) ||\n isNumberOrStringArray(input) ||\n isMomentInputObject(input) ||\n input === null ||\n input === undefined\n );\n }\n\n function isMomentInputObject(input) {\n var objectTest = isObject(input) && !isObjectEmpty(input),\n propertyTest = false,\n properties = [\n 'years',\n 'year',\n 'y',\n 'months',\n 'month',\n 'M',\n 'days',\n 'day',\n 'd',\n 'dates',\n 'date',\n 'D',\n 'hours',\n 'hour',\n 'h',\n 'minutes',\n 'minute',\n 'm',\n 'seconds',\n 'second',\n 's',\n 'milliseconds',\n 'millisecond',\n 'ms',\n ],\n i,\n property;\n\n for (i = 0; i < properties.length; i += 1) {\n property = properties[i];\n propertyTest = propertyTest || hasOwnProp(input, property);\n }\n\n return objectTest && propertyTest;\n }\n\n function isNumberOrStringArray(input) {\n var arrayTest = isArray(input),\n dataTypeTest = false;\n if (arrayTest) {\n dataTypeTest =\n input.filter(function (item) {\n return !isNumber(item) && isString(input);\n }).length === 0;\n }\n return arrayTest && dataTypeTest;\n }\n\n function isCalendarSpec(input) {\n var objectTest = isObject(input) && !isObjectEmpty(input),\n propertyTest = false,\n properties = [\n 'sameDay',\n 'nextDay',\n 'lastDay',\n 'nextWeek',\n 'lastWeek',\n 'sameElse',\n ],\n i,\n property;\n\n for (i = 0; i < properties.length; i += 1) {\n property = properties[i];\n propertyTest = propertyTest || hasOwnProp(input, property);\n }\n\n return objectTest && propertyTest;\n }\n\n function getCalendarFormat(myMoment, now) {\n var diff = myMoment.diff(now, 'days', true);\n return diff < -6\n ? 'sameElse'\n : diff < -1\n ? 'lastWeek'\n : diff < 0\n ? 'lastDay'\n : diff < 1\n ? 'sameDay'\n : diff < 2\n ? 'nextDay'\n : diff < 7\n ? 'nextWeek'\n : 'sameElse';\n }\n\n function calendar$1(time, formats) {\n // Support for single parameter, formats only overload to the calendar function\n if (arguments.length === 1) {\n if (isMomentInput(arguments[0])) {\n time = arguments[0];\n formats = undefined;\n } else if (isCalendarSpec(arguments[0])) {\n formats = arguments[0];\n time = undefined;\n }\n }\n // We want to compare the start of today, vs this.\n // Getting start-of-today depends on whether we're local/utc/offset or not.\n var now = time || createLocal(),\n sod = cloneWithOffset(now, this).startOf('day'),\n format = hooks.calendarFormat(this, sod) || 'sameElse',\n output =\n formats &&\n (isFunction(formats[format])\n ? formats[format].call(this, now)\n : formats[format]);\n\n return this.format(\n output || this.localeData().calendar(format, this, createLocal(now))\n );\n }\n\n function clone() {\n return new Moment(this);\n }\n\n function isAfter(input, units) {\n var localInput = isMoment(input) ? input : createLocal(input);\n if (!(this.isValid() && localInput.isValid())) {\n return false;\n }\n units = normalizeUnits(units) || 'millisecond';\n if (units === 'millisecond') {\n return this.valueOf() > localInput.valueOf();\n } else {\n return localInput.valueOf() < this.clone().startOf(units).valueOf();\n }\n }\n\n function isBefore(input, units) {\n var localInput = isMoment(input) ? input : createLocal(input);\n if (!(this.isValid() && localInput.isValid())) {\n return false;\n }\n units = normalizeUnits(units) || 'millisecond';\n if (units === 'millisecond') {\n return this.valueOf() < localInput.valueOf();\n } else {\n return this.clone().endOf(units).valueOf() < localInput.valueOf();\n }\n }\n\n function isBetween(from, to, units, inclusivity) {\n var localFrom = isMoment(from) ? from : createLocal(from),\n localTo = isMoment(to) ? to : createLocal(to);\n if (!(this.isValid() && localFrom.isValid() && localTo.isValid())) {\n return false;\n }\n inclusivity = inclusivity || '()';\n return (\n (inclusivity[0] === '('\n ? this.isAfter(localFrom, units)\n : !this.isBefore(localFrom, units)) &&\n (inclusivity[1] === ')'\n ? this.isBefore(localTo, units)\n : !this.isAfter(localTo, units))\n );\n }\n\n function isSame(input, units) {\n var localInput = isMoment(input) ? input : createLocal(input),\n inputMs;\n if (!(this.isValid() && localInput.isValid())) {\n return false;\n }\n units = normalizeUnits(units) || 'millisecond';\n if (units === 'millisecond') {\n return this.valueOf() === localInput.valueOf();\n } else {\n inputMs = localInput.valueOf();\n return (\n this.clone().startOf(units).valueOf() <= inputMs &&\n inputMs <= this.clone().endOf(units).valueOf()\n );\n }\n }\n\n function isSameOrAfter(input, units) {\n return this.isSame(input, units) || this.isAfter(input, units);\n }\n\n function isSameOrBefore(input, units) {\n return this.isSame(input, units) || this.isBefore(input, units);\n }\n\n function diff(input, units, asFloat) {\n var that, zoneDelta, output;\n\n if (!this.isValid()) {\n return NaN;\n }\n\n that = cloneWithOffset(input, this);\n\n if (!that.isValid()) {\n return NaN;\n }\n\n zoneDelta = (that.utcOffset() - this.utcOffset()) * 6e4;\n\n units = normalizeUnits(units);\n\n switch (units) {\n case 'year':\n output = monthDiff(this, that) / 12;\n break;\n case 'month':\n output = monthDiff(this, that);\n break;\n case 'quarter':\n output = monthDiff(this, that) / 3;\n break;\n case 'second':\n output = (this - that) / 1e3;\n break; // 1000\n case 'minute':\n output = (this - that) / 6e4;\n break; // 1000 * 60\n case 'hour':\n output = (this - that) / 36e5;\n break; // 1000 * 60 * 60\n case 'day':\n output = (this - that - zoneDelta) / 864e5;\n break; // 1000 * 60 * 60 * 24, negate dst\n case 'week':\n output = (this - that - zoneDelta) / 6048e5;\n break; // 1000 * 60 * 60 * 24 * 7, negate dst\n default:\n output = this - that;\n }\n\n return asFloat ? output : absFloor(output);\n }\n\n function monthDiff(a, b) {\n if (a.date() < b.date()) {\n // end-of-month calculations work correct when the start month has more\n // days than the end month.\n return -monthDiff(b, a);\n }\n // difference in months\n var wholeMonthDiff = (b.year() - a.year()) * 12 + (b.month() - a.month()),\n // b is in (anchor - 1 month, anchor + 1 month)\n anchor = a.clone().add(wholeMonthDiff, 'months'),\n anchor2,\n adjust;\n\n if (b - anchor < 0) {\n anchor2 = a.clone().add(wholeMonthDiff - 1, 'months');\n // linear across the month\n adjust = (b - anchor) / (anchor - anchor2);\n } else {\n anchor2 = a.clone().add(wholeMonthDiff + 1, 'months');\n // linear across the month\n adjust = (b - anchor) / (anchor2 - anchor);\n }\n\n //check for negative zero, return zero if negative zero\n return -(wholeMonthDiff + adjust) || 0;\n }\n\n hooks.defaultFormat = 'YYYY-MM-DDTHH:mm:ssZ';\n hooks.defaultFormatUtc = 'YYYY-MM-DDTHH:mm:ss[Z]';\n\n function toString() {\n return this.clone().locale('en').format('ddd MMM DD YYYY HH:mm:ss [GMT]ZZ');\n }\n\n function toISOString(keepOffset) {\n if (!this.isValid()) {\n return null;\n }\n var utc = keepOffset !== true,\n m = utc ? this.clone().utc() : this;\n if (m.year() < 0 || m.year() > 9999) {\n return formatMoment(\n m,\n utc\n ? 'YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]'\n : 'YYYYYY-MM-DD[T]HH:mm:ss.SSSZ'\n );\n }\n if (isFunction(Date.prototype.toISOString)) {\n // native implementation is ~50x faster, use it when we can\n if (utc) {\n return this.toDate().toISOString();\n } else {\n return new Date(this.valueOf() + this.utcOffset() * 60 * 1000)\n .toISOString()\n .replace('Z', formatMoment(m, 'Z'));\n }\n }\n return formatMoment(\n m,\n utc ? 'YYYY-MM-DD[T]HH:mm:ss.SSS[Z]' : 'YYYY-MM-DD[T]HH:mm:ss.SSSZ'\n );\n }\n\n /**\n * Return a human readable representation of a moment that can\n * also be evaluated to get a new moment which is the same\n *\n * @link https://nodejs.org/dist/latest/docs/api/util.html#util_custom_inspect_function_on_objects\n */\n function inspect() {\n if (!this.isValid()) {\n return 'moment.invalid(/* ' + this._i + ' */)';\n }\n var func = 'moment',\n zone = '',\n prefix,\n year,\n datetime,\n suffix;\n if (!this.isLocal()) {\n func = this.utcOffset() === 0 ? 'moment.utc' : 'moment.parseZone';\n zone = 'Z';\n }\n prefix = '[' + func + '(\"]';\n year = 0 <= this.year() && this.year() <= 9999 ? 'YYYY' : 'YYYYYY';\n datetime = '-MM-DD[T]HH:mm:ss.SSS';\n suffix = zone + '[\")]';\n\n return this.format(prefix + year + datetime + suffix);\n }\n\n function format(inputString) {\n if (!inputString) {\n inputString = this.isUtc()\n ? hooks.defaultFormatUtc\n : hooks.defaultFormat;\n }\n var output = formatMoment(this, inputString);\n return this.localeData().postformat(output);\n }\n\n function from(time, withoutSuffix) {\n if (\n this.isValid() &&\n ((isMoment(time) && time.isValid()) || createLocal(time).isValid())\n ) {\n return createDuration({ to: this, from: time })\n .locale(this.locale())\n .humanize(!withoutSuffix);\n } else {\n return this.localeData().invalidDate();\n }\n }\n\n function fromNow(withoutSuffix) {\n return this.from(createLocal(), withoutSuffix);\n }\n\n function to(time, withoutSuffix) {\n if (\n this.isValid() &&\n ((isMoment(time) && time.isValid()) || createLocal(time).isValid())\n ) {\n return createDuration({ from: this, to: time })\n .locale(this.locale())\n .humanize(!withoutSuffix);\n } else {\n return this.localeData().invalidDate();\n }\n }\n\n function toNow(withoutSuffix) {\n return this.to(createLocal(), withoutSuffix);\n }\n\n // If passed a locale key, it will set the locale for this\n // instance. Otherwise, it will return the locale configuration\n // variables for this instance.\n function locale(key) {\n var newLocaleData;\n\n if (key === undefined) {\n return this._locale._abbr;\n } else {\n newLocaleData = getLocale(key);\n if (newLocaleData != null) {\n this._locale = newLocaleData;\n }\n return this;\n }\n }\n\n var lang = deprecate(\n 'moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.',\n function (key) {\n if (key === undefined) {\n return this.localeData();\n } else {\n return this.locale(key);\n }\n }\n );\n\n function localeData() {\n return this._locale;\n }\n\n var MS_PER_SECOND = 1000,\n MS_PER_MINUTE = 60 * MS_PER_SECOND,\n MS_PER_HOUR = 60 * MS_PER_MINUTE,\n MS_PER_400_YEARS = (365 * 400 + 97) * 24 * MS_PER_HOUR;\n\n // actual modulo - handles negative numbers (for dates before 1970):\n function mod$1(dividend, divisor) {\n return ((dividend % divisor) + divisor) % divisor;\n }\n\n function localStartOfDate(y, m, d) {\n // the date constructor remaps years 0-99 to 1900-1999\n if (y < 100 && y >= 0) {\n // preserve leap years using a full 400 year cycle, then reset\n return new Date(y + 400, m, d) - MS_PER_400_YEARS;\n } else {\n return new Date(y, m, d).valueOf();\n }\n }\n\n function utcStartOfDate(y, m, d) {\n // Date.UTC remaps years 0-99 to 1900-1999\n if (y < 100 && y >= 0) {\n // preserve leap years using a full 400 year cycle, then reset\n return Date.UTC(y + 400, m, d) - MS_PER_400_YEARS;\n } else {\n return Date.UTC(y, m, d);\n }\n }\n\n function startOf(units) {\n var time, startOfDate;\n units = normalizeUnits(units);\n if (units === undefined || units === 'millisecond' || !this.isValid()) {\n return this;\n }\n\n startOfDate = this._isUTC ? utcStartOfDate : localStartOfDate;\n\n switch (units) {\n case 'year':\n time = startOfDate(this.year(), 0, 1);\n break;\n case 'quarter':\n time = startOfDate(\n this.year(),\n this.month() - (this.month() % 3),\n 1\n );\n break;\n case 'month':\n time = startOfDate(this.year(), this.month(), 1);\n break;\n case 'week':\n time = startOfDate(\n this.year(),\n this.month(),\n this.date() - this.weekday()\n );\n break;\n case 'isoWeek':\n time = startOfDate(\n this.year(),\n this.month(),\n this.date() - (this.isoWeekday() - 1)\n );\n break;\n case 'day':\n case 'date':\n time = startOfDate(this.year(), this.month(), this.date());\n break;\n case 'hour':\n time = this._d.valueOf();\n time -= mod$1(\n time + (this._isUTC ? 0 : this.utcOffset() * MS_PER_MINUTE),\n MS_PER_HOUR\n );\n break;\n case 'minute':\n time = this._d.valueOf();\n time -= mod$1(time, MS_PER_MINUTE);\n break;\n case 'second':\n time = this._d.valueOf();\n time -= mod$1(time, MS_PER_SECOND);\n break;\n }\n\n this._d.setTime(time);\n hooks.updateOffset(this, true);\n return this;\n }\n\n function endOf(units) {\n var time, startOfDate;\n units = normalizeUnits(units);\n if (units === undefined || units === 'millisecond' || !this.isValid()) {\n return this;\n }\n\n startOfDate = this._isUTC ? utcStartOfDate : localStartOfDate;\n\n switch (units) {\n case 'year':\n time = startOfDate(this.year() + 1, 0, 1) - 1;\n break;\n case 'quarter':\n time =\n startOfDate(\n this.year(),\n this.month() - (this.month() % 3) + 3,\n 1\n ) - 1;\n break;\n case 'month':\n time = startOfDate(this.year(), this.month() + 1, 1) - 1;\n break;\n case 'week':\n time =\n startOfDate(\n this.year(),\n this.month(),\n this.date() - this.weekday() + 7\n ) - 1;\n break;\n case 'isoWeek':\n time =\n startOfDate(\n this.year(),\n this.month(),\n this.date() - (this.isoWeekday() - 1) + 7\n ) - 1;\n break;\n case 'day':\n case 'date':\n time = startOfDate(this.year(), this.month(), this.date() + 1) - 1;\n break;\n case 'hour':\n time = this._d.valueOf();\n time +=\n MS_PER_HOUR -\n mod$1(\n time + (this._isUTC ? 0 : this.utcOffset() * MS_PER_MINUTE),\n MS_PER_HOUR\n ) -\n 1;\n break;\n case 'minute':\n time = this._d.valueOf();\n time += MS_PER_MINUTE - mod$1(time, MS_PER_MINUTE) - 1;\n break;\n case 'second':\n time = this._d.valueOf();\n time += MS_PER_SECOND - mod$1(time, MS_PER_SECOND) - 1;\n break;\n }\n\n this._d.setTime(time);\n hooks.updateOffset(this, true);\n return this;\n }\n\n function valueOf() {\n return this._d.valueOf() - (this._offset || 0) * 60000;\n }\n\n function unix() {\n return Math.floor(this.valueOf() / 1000);\n }\n\n function toDate() {\n return new Date(this.valueOf());\n }\n\n function toArray() {\n var m = this;\n return [\n m.year(),\n m.month(),\n m.date(),\n m.hour(),\n m.minute(),\n m.second(),\n m.millisecond(),\n ];\n }\n\n function toObject() {\n var m = this;\n return {\n years: m.year(),\n months: m.month(),\n date: m.date(),\n hours: m.hours(),\n minutes: m.minutes(),\n seconds: m.seconds(),\n milliseconds: m.milliseconds(),\n };\n }\n\n function toJSON() {\n // new Date(NaN).toJSON() === null\n return this.isValid() ? this.toISOString() : null;\n }\n\n function isValid$2() {\n return isValid(this);\n }\n\n function parsingFlags() {\n return extend({}, getParsingFlags(this));\n }\n\n function invalidAt() {\n return getParsingFlags(this).overflow;\n }\n\n function creationData() {\n return {\n input: this._i,\n format: this._f,\n locale: this._locale,\n isUTC: this._isUTC,\n strict: this._strict,\n };\n }\n\n addFormatToken('N', 0, 0, 'eraAbbr');\n addFormatToken('NN', 0, 0, 'eraAbbr');\n addFormatToken('NNN', 0, 0, 'eraAbbr');\n addFormatToken('NNNN', 0, 0, 'eraName');\n addFormatToken('NNNNN', 0, 0, 'eraNarrow');\n\n addFormatToken('y', ['y', 1], 'yo', 'eraYear');\n addFormatToken('y', ['yy', 2], 0, 'eraYear');\n addFormatToken('y', ['yyy', 3], 0, 'eraYear');\n addFormatToken('y', ['yyyy', 4], 0, 'eraYear');\n\n addRegexToken('N', matchEraAbbr);\n addRegexToken('NN', matchEraAbbr);\n addRegexToken('NNN', matchEraAbbr);\n addRegexToken('NNNN', matchEraName);\n addRegexToken('NNNNN', matchEraNarrow);\n\n addParseToken(['N', 'NN', 'NNN', 'NNNN', 'NNNNN'], function (\n input,\n array,\n config,\n token\n ) {\n var era = config._locale.erasParse(input, token, config._strict);\n if (era) {\n getParsingFlags(config).era = era;\n } else {\n getParsingFlags(config).invalidEra = input;\n }\n });\n\n addRegexToken('y', matchUnsigned);\n addRegexToken('yy', matchUnsigned);\n addRegexToken('yyy', matchUnsigned);\n addRegexToken('yyyy', matchUnsigned);\n addRegexToken('yo', matchEraYearOrdinal);\n\n addParseToken(['y', 'yy', 'yyy', 'yyyy'], YEAR);\n addParseToken(['yo'], function (input, array, config, token) {\n var match;\n if (config._locale._eraYearOrdinalRegex) {\n match = input.match(config._locale._eraYearOrdinalRegex);\n }\n\n if (config._locale.eraYearOrdinalParse) {\n array[YEAR] = config._locale.eraYearOrdinalParse(input, match);\n } else {\n array[YEAR] = parseInt(input, 10);\n }\n });\n\n function localeEras(m, format) {\n var i,\n l,\n date,\n eras = this._eras || getLocale('en')._eras;\n for (i = 0, l = eras.length; i < l; ++i) {\n switch (typeof eras[i].since) {\n case 'string':\n // truncate time\n date = hooks(eras[i].since).startOf('day');\n eras[i].since = date.valueOf();\n break;\n }\n\n switch (typeof eras[i].until) {\n case 'undefined':\n eras[i].until = +Infinity;\n break;\n case 'string':\n // truncate time\n date = hooks(eras[i].until).startOf('day').valueOf();\n eras[i].until = date.valueOf();\n break;\n }\n }\n return eras;\n }\n\n function localeErasParse(eraName, format, strict) {\n var i,\n l,\n eras = this.eras(),\n name,\n abbr,\n narrow;\n eraName = eraName.toUpperCase();\n\n for (i = 0, l = eras.length; i < l; ++i) {\n name = eras[i].name.toUpperCase();\n abbr = eras[i].abbr.toUpperCase();\n narrow = eras[i].narrow.toUpperCase();\n\n if (strict) {\n switch (format) {\n case 'N':\n case 'NN':\n case 'NNN':\n if (abbr === eraName) {\n return eras[i];\n }\n break;\n\n case 'NNNN':\n if (name === eraName) {\n return eras[i];\n }\n break;\n\n case 'NNNNN':\n if (narrow === eraName) {\n return eras[i];\n }\n break;\n }\n } else if ([name, abbr, narrow].indexOf(eraName) >= 0) {\n return eras[i];\n }\n }\n }\n\n function localeErasConvertYear(era, year) {\n var dir = era.since <= era.until ? +1 : -1;\n if (year === undefined) {\n return hooks(era.since).year();\n } else {\n return hooks(era.since).year() + (year - era.offset) * dir;\n }\n }\n\n function getEraName() {\n var i,\n l,\n val,\n eras = this.localeData().eras();\n for (i = 0, l = eras.length; i < l; ++i) {\n // truncate time\n val = this.startOf('day').valueOf();\n\n if (eras[i].since <= val && val <= eras[i].until) {\n return eras[i].name;\n }\n if (eras[i].until <= val && val <= eras[i].since) {\n return eras[i].name;\n }\n }\n\n return '';\n }\n\n function getEraNarrow() {\n var i,\n l,\n val,\n eras = this.localeData().eras();\n for (i = 0, l = eras.length; i < l; ++i) {\n // truncate time\n val = this.startOf('day').valueOf();\n\n if (eras[i].since <= val && val <= eras[i].until) {\n return eras[i].narrow;\n }\n if (eras[i].until <= val && val <= eras[i].since) {\n return eras[i].narrow;\n }\n }\n\n return '';\n }\n\n function getEraAbbr() {\n var i,\n l,\n val,\n eras = this.localeData().eras();\n for (i = 0, l = eras.length; i < l; ++i) {\n // truncate time\n val = this.startOf('day').valueOf();\n\n if (eras[i].since <= val && val <= eras[i].until) {\n return eras[i].abbr;\n }\n if (eras[i].until <= val && val <= eras[i].since) {\n return eras[i].abbr;\n }\n }\n\n return '';\n }\n\n function getEraYear() {\n var i,\n l,\n dir,\n val,\n eras = this.localeData().eras();\n for (i = 0, l = eras.length; i < l; ++i) {\n dir = eras[i].since <= eras[i].until ? +1 : -1;\n\n // truncate time\n val = this.startOf('day').valueOf();\n\n if (\n (eras[i].since <= val && val <= eras[i].until) ||\n (eras[i].until <= val && val <= eras[i].since)\n ) {\n return (\n (this.year() - hooks(eras[i].since).year()) * dir +\n eras[i].offset\n );\n }\n }\n\n return this.year();\n }\n\n function erasNameRegex(isStrict) {\n if (!hasOwnProp(this, '_erasNameRegex')) {\n computeErasParse.call(this);\n }\n return isStrict ? this._erasNameRegex : this._erasRegex;\n }\n\n function erasAbbrRegex(isStrict) {\n if (!hasOwnProp(this, '_erasAbbrRegex')) {\n computeErasParse.call(this);\n }\n return isStrict ? this._erasAbbrRegex : this._erasRegex;\n }\n\n function erasNarrowRegex(isStrict) {\n if (!hasOwnProp(this, '_erasNarrowRegex')) {\n computeErasParse.call(this);\n }\n return isStrict ? this._erasNarrowRegex : this._erasRegex;\n }\n\n function matchEraAbbr(isStrict, locale) {\n return locale.erasAbbrRegex(isStrict);\n }\n\n function matchEraName(isStrict, locale) {\n return locale.erasNameRegex(isStrict);\n }\n\n function matchEraNarrow(isStrict, locale) {\n return locale.erasNarrowRegex(isStrict);\n }\n\n function matchEraYearOrdinal(isStrict, locale) {\n return locale._eraYearOrdinalRegex || matchUnsigned;\n }\n\n function computeErasParse() {\n var abbrPieces = [],\n namePieces = [],\n narrowPieces = [],\n mixedPieces = [],\n i,\n l,\n eras = this.eras();\n\n for (i = 0, l = eras.length; i < l; ++i) {\n namePieces.push(regexEscape(eras[i].name));\n abbrPieces.push(regexEscape(eras[i].abbr));\n narrowPieces.push(regexEscape(eras[i].narrow));\n\n mixedPieces.push(regexEscape(eras[i].name));\n mixedPieces.push(regexEscape(eras[i].abbr));\n mixedPieces.push(regexEscape(eras[i].narrow));\n }\n\n this._erasRegex = new RegExp('^(' + mixedPieces.join('|') + ')', 'i');\n this._erasNameRegex = new RegExp('^(' + namePieces.join('|') + ')', 'i');\n this._erasAbbrRegex = new RegExp('^(' + abbrPieces.join('|') + ')', 'i');\n this._erasNarrowRegex = new RegExp(\n '^(' + narrowPieces.join('|') + ')',\n 'i'\n );\n }\n\n // FORMATTING\n\n addFormatToken(0, ['gg', 2], 0, function () {\n return this.weekYear() % 100;\n });\n\n addFormatToken(0, ['GG', 2], 0, function () {\n return this.isoWeekYear() % 100;\n });\n\n function addWeekYearFormatToken(token, getter) {\n addFormatToken(0, [token, token.length], 0, getter);\n }\n\n addWeekYearFormatToken('gggg', 'weekYear');\n addWeekYearFormatToken('ggggg', 'weekYear');\n addWeekYearFormatToken('GGGG', 'isoWeekYear');\n addWeekYearFormatToken('GGGGG', 'isoWeekYear');\n\n // ALIASES\n\n addUnitAlias('weekYear', 'gg');\n addUnitAlias('isoWeekYear', 'GG');\n\n // PRIORITY\n\n addUnitPriority('weekYear', 1);\n addUnitPriority('isoWeekYear', 1);\n\n // PARSING\n\n addRegexToken('G', matchSigned);\n addRegexToken('g', matchSigned);\n addRegexToken('GG', match1to2, match2);\n addRegexToken('gg', match1to2, match2);\n addRegexToken('GGGG', match1to4, match4);\n addRegexToken('gggg', match1to4, match4);\n addRegexToken('GGGGG', match1to6, match6);\n addRegexToken('ggggg', match1to6, match6);\n\n addWeekParseToken(['gggg', 'ggggg', 'GGGG', 'GGGGG'], function (\n input,\n week,\n config,\n token\n ) {\n week[token.substr(0, 2)] = toInt(input);\n });\n\n addWeekParseToken(['gg', 'GG'], function (input, week, config, token) {\n week[token] = hooks.parseTwoDigitYear(input);\n });\n\n // MOMENTS\n\n function getSetWeekYear(input) {\n return getSetWeekYearHelper.call(\n this,\n input,\n this.week(),\n this.weekday(),\n this.localeData()._week.dow,\n this.localeData()._week.doy\n );\n }\n\n function getSetISOWeekYear(input) {\n return getSetWeekYearHelper.call(\n this,\n input,\n this.isoWeek(),\n this.isoWeekday(),\n 1,\n 4\n );\n }\n\n function getISOWeeksInYear() {\n return weeksInYear(this.year(), 1, 4);\n }\n\n function getISOWeeksInISOWeekYear() {\n return weeksInYear(this.isoWeekYear(), 1, 4);\n }\n\n function getWeeksInYear() {\n var weekInfo = this.localeData()._week;\n return weeksInYear(this.year(), weekInfo.dow, weekInfo.doy);\n }\n\n function getWeeksInWeekYear() {\n var weekInfo = this.localeData()._week;\n return weeksInYear(this.weekYear(), weekInfo.dow, weekInfo.doy);\n }\n\n function getSetWeekYearHelper(input, week, weekday, dow, doy) {\n var weeksTarget;\n if (input == null) {\n return weekOfYear(this, dow, doy).year;\n } else {\n weeksTarget = weeksInYear(input, dow, doy);\n if (week > weeksTarget) {\n week = weeksTarget;\n }\n return setWeekAll.call(this, input, week, weekday, dow, doy);\n }\n }\n\n function setWeekAll(weekYear, week, weekday, dow, doy) {\n var dayOfYearData = dayOfYearFromWeeks(weekYear, week, weekday, dow, doy),\n date = createUTCDate(dayOfYearData.year, 0, dayOfYearData.dayOfYear);\n\n this.year(date.getUTCFullYear());\n this.month(date.getUTCMonth());\n this.date(date.getUTCDate());\n return this;\n }\n\n // FORMATTING\n\n addFormatToken('Q', 0, 'Qo', 'quarter');\n\n // ALIASES\n\n addUnitAlias('quarter', 'Q');\n\n // PRIORITY\n\n addUnitPriority('quarter', 7);\n\n // PARSING\n\n addRegexToken('Q', match1);\n addParseToken('Q', function (input, array) {\n array[MONTH] = (toInt(input) - 1) * 3;\n });\n\n // MOMENTS\n\n function getSetQuarter(input) {\n return input == null\n ? Math.ceil((this.month() + 1) / 3)\n : this.month((input - 1) * 3 + (this.month() % 3));\n }\n\n // FORMATTING\n\n addFormatToken('D', ['DD', 2], 'Do', 'date');\n\n // ALIASES\n\n addUnitAlias('date', 'D');\n\n // PRIORITY\n addUnitPriority('date', 9);\n\n // PARSING\n\n addRegexToken('D', match1to2);\n addRegexToken('DD', match1to2, match2);\n addRegexToken('Do', function (isStrict, locale) {\n // TODO: Remove \"ordinalParse\" fallback in next major release.\n return isStrict\n ? locale._dayOfMonthOrdinalParse || locale._ordinalParse\n : locale._dayOfMonthOrdinalParseLenient;\n });\n\n addParseToken(['D', 'DD'], DATE);\n addParseToken('Do', function (input, array) {\n array[DATE] = toInt(input.match(match1to2)[0]);\n });\n\n // MOMENTS\n\n var getSetDayOfMonth = makeGetSet('Date', true);\n\n // FORMATTING\n\n addFormatToken('DDD', ['DDDD', 3], 'DDDo', 'dayOfYear');\n\n // ALIASES\n\n addUnitAlias('dayOfYear', 'DDD');\n\n // PRIORITY\n addUnitPriority('dayOfYear', 4);\n\n // PARSING\n\n addRegexToken('DDD', match1to3);\n addRegexToken('DDDD', match3);\n addParseToken(['DDD', 'DDDD'], function (input, array, config) {\n config._dayOfYear = toInt(input);\n });\n\n // HELPERS\n\n // MOMENTS\n\n function getSetDayOfYear(input) {\n var dayOfYear =\n Math.round(\n (this.clone().startOf('day') - this.clone().startOf('year')) / 864e5\n ) + 1;\n return input == null ? dayOfYear : this.add(input - dayOfYear, 'd');\n }\n\n // FORMATTING\n\n addFormatToken('m', ['mm', 2], 0, 'minute');\n\n // ALIASES\n\n addUnitAlias('minute', 'm');\n\n // PRIORITY\n\n addUnitPriority('minute', 14);\n\n // PARSING\n\n addRegexToken('m', match1to2);\n addRegexToken('mm', match1to2, match2);\n addParseToken(['m', 'mm'], MINUTE);\n\n // MOMENTS\n\n var getSetMinute = makeGetSet('Minutes', false);\n\n // FORMATTING\n\n addFormatToken('s', ['ss', 2], 0, 'second');\n\n // ALIASES\n\n addUnitAlias('second', 's');\n\n // PRIORITY\n\n addUnitPriority('second', 15);\n\n // PARSING\n\n addRegexToken('s', match1to2);\n addRegexToken('ss', match1to2, match2);\n addParseToken(['s', 'ss'], SECOND);\n\n // MOMENTS\n\n var getSetSecond = makeGetSet('Seconds', false);\n\n // FORMATTING\n\n addFormatToken('S', 0, 0, function () {\n return ~~(this.millisecond() / 100);\n });\n\n addFormatToken(0, ['SS', 2], 0, function () {\n return ~~(this.millisecond() / 10);\n });\n\n addFormatToken(0, ['SSS', 3], 0, 'millisecond');\n addFormatToken(0, ['SSSS', 4], 0, function () {\n return this.millisecond() * 10;\n });\n addFormatToken(0, ['SSSSS', 5], 0, function () {\n return this.millisecond() * 100;\n });\n addFormatToken(0, ['SSSSSS', 6], 0, function () {\n return this.millisecond() * 1000;\n });\n addFormatToken(0, ['SSSSSSS', 7], 0, function () {\n return this.millisecond() * 10000;\n });\n addFormatToken(0, ['SSSSSSSS', 8], 0, function () {\n return this.millisecond() * 100000;\n });\n addFormatToken(0, ['SSSSSSSSS', 9], 0, function () {\n return this.millisecond() * 1000000;\n });\n\n // ALIASES\n\n addUnitAlias('millisecond', 'ms');\n\n // PRIORITY\n\n addUnitPriority('millisecond', 16);\n\n // PARSING\n\n addRegexToken('S', match1to3, match1);\n addRegexToken('SS', match1to3, match2);\n addRegexToken('SSS', match1to3, match3);\n\n var token, getSetMillisecond;\n for (token = 'SSSS'; token.length <= 9; token += 'S') {\n addRegexToken(token, matchUnsigned);\n }\n\n function parseMs(input, array) {\n array[MILLISECOND] = toInt(('0.' + input) * 1000);\n }\n\n for (token = 'S'; token.length <= 9; token += 'S') {\n addParseToken(token, parseMs);\n }\n\n getSetMillisecond = makeGetSet('Milliseconds', false);\n\n // FORMATTING\n\n addFormatToken('z', 0, 0, 'zoneAbbr');\n addFormatToken('zz', 0, 0, 'zoneName');\n\n // MOMENTS\n\n function getZoneAbbr() {\n return this._isUTC ? 'UTC' : '';\n }\n\n function getZoneName() {\n return this._isUTC ? 'Coordinated Universal Time' : '';\n }\n\n var proto = Moment.prototype;\n\n proto.add = add;\n proto.calendar = calendar$1;\n proto.clone = clone;\n proto.diff = diff;\n proto.endOf = endOf;\n proto.format = format;\n proto.from = from;\n proto.fromNow = fromNow;\n proto.to = to;\n proto.toNow = toNow;\n proto.get = stringGet;\n proto.invalidAt = invalidAt;\n proto.isAfter = isAfter;\n proto.isBefore = isBefore;\n proto.isBetween = isBetween;\n proto.isSame = isSame;\n proto.isSameOrAfter = isSameOrAfter;\n proto.isSameOrBefore = isSameOrBefore;\n proto.isValid = isValid$2;\n proto.lang = lang;\n proto.locale = locale;\n proto.localeData = localeData;\n proto.max = prototypeMax;\n proto.min = prototypeMin;\n proto.parsingFlags = parsingFlags;\n proto.set = stringSet;\n proto.startOf = startOf;\n proto.subtract = subtract;\n proto.toArray = toArray;\n proto.toObject = toObject;\n proto.toDate = toDate;\n proto.toISOString = toISOString;\n proto.inspect = inspect;\n if (typeof Symbol !== 'undefined' && Symbol.for != null) {\n proto[Symbol.for('nodejs.util.inspect.custom')] = function () {\n return 'Moment<' + this.format() + '>';\n };\n }\n proto.toJSON = toJSON;\n proto.toString = toString;\n proto.unix = unix;\n proto.valueOf = valueOf;\n proto.creationData = creationData;\n proto.eraName = getEraName;\n proto.eraNarrow = getEraNarrow;\n proto.eraAbbr = getEraAbbr;\n proto.eraYear = getEraYear;\n proto.year = getSetYear;\n proto.isLeapYear = getIsLeapYear;\n proto.weekYear = getSetWeekYear;\n proto.isoWeekYear = getSetISOWeekYear;\n proto.quarter = proto.quarters = getSetQuarter;\n proto.month = getSetMonth;\n proto.daysInMonth = getDaysInMonth;\n proto.week = proto.weeks = getSetWeek;\n proto.isoWeek = proto.isoWeeks = getSetISOWeek;\n proto.weeksInYear = getWeeksInYear;\n proto.weeksInWeekYear = getWeeksInWeekYear;\n proto.isoWeeksInYear = getISOWeeksInYear;\n proto.isoWeeksInISOWeekYear = getISOWeeksInISOWeekYear;\n proto.date = getSetDayOfMonth;\n proto.day = proto.days = getSetDayOfWeek;\n proto.weekday = getSetLocaleDayOfWeek;\n proto.isoWeekday = getSetISODayOfWeek;\n proto.dayOfYear = getSetDayOfYear;\n proto.hour = proto.hours = getSetHour;\n proto.minute = proto.minutes = getSetMinute;\n proto.second = proto.seconds = getSetSecond;\n proto.millisecond = proto.milliseconds = getSetMillisecond;\n proto.utcOffset = getSetOffset;\n proto.utc = setOffsetToUTC;\n proto.local = setOffsetToLocal;\n proto.parseZone = setOffsetToParsedOffset;\n proto.hasAlignedHourOffset = hasAlignedHourOffset;\n proto.isDST = isDaylightSavingTime;\n proto.isLocal = isLocal;\n proto.isUtcOffset = isUtcOffset;\n proto.isUtc = isUtc;\n proto.isUTC = isUtc;\n proto.zoneAbbr = getZoneAbbr;\n proto.zoneName = getZoneName;\n proto.dates = deprecate(\n 'dates accessor is deprecated. Use date instead.',\n getSetDayOfMonth\n );\n proto.months = deprecate(\n 'months accessor is deprecated. Use month instead',\n getSetMonth\n );\n proto.years = deprecate(\n 'years accessor is deprecated. Use year instead',\n getSetYear\n );\n proto.zone = deprecate(\n 'moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/',\n getSetZone\n );\n proto.isDSTShifted = deprecate(\n 'isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information',\n isDaylightSavingTimeShifted\n );\n\n function createUnix(input) {\n return createLocal(input * 1000);\n }\n\n function createInZone() {\n return createLocal.apply(null, arguments).parseZone();\n }\n\n function preParsePostFormat(string) {\n return string;\n }\n\n var proto$1 = Locale.prototype;\n\n proto$1.calendar = calendar;\n proto$1.longDateFormat = longDateFormat;\n proto$1.invalidDate = invalidDate;\n proto$1.ordinal = ordinal;\n proto$1.preparse = preParsePostFormat;\n proto$1.postformat = preParsePostFormat;\n proto$1.relativeTime = relativeTime;\n proto$1.pastFuture = pastFuture;\n proto$1.set = set;\n proto$1.eras = localeEras;\n proto$1.erasParse = localeErasParse;\n proto$1.erasConvertYear = localeErasConvertYear;\n proto$1.erasAbbrRegex = erasAbbrRegex;\n proto$1.erasNameRegex = erasNameRegex;\n proto$1.erasNarrowRegex = erasNarrowRegex;\n\n proto$1.months = localeMonths;\n proto$1.monthsShort = localeMonthsShort;\n proto$1.monthsParse = localeMonthsParse;\n proto$1.monthsRegex = monthsRegex;\n proto$1.monthsShortRegex = monthsShortRegex;\n proto$1.week = localeWeek;\n proto$1.firstDayOfYear = localeFirstDayOfYear;\n proto$1.firstDayOfWeek = localeFirstDayOfWeek;\n\n proto$1.weekdays = localeWeekdays;\n proto$1.weekdaysMin = localeWeekdaysMin;\n proto$1.weekdaysShort = localeWeekdaysShort;\n proto$1.weekdaysParse = localeWeekdaysParse;\n\n proto$1.weekdaysRegex = weekdaysRegex;\n proto$1.weekdaysShortRegex = weekdaysShortRegex;\n proto$1.weekdaysMinRegex = weekdaysMinRegex;\n\n proto$1.isPM = localeIsPM;\n proto$1.meridiem = localeMeridiem;\n\n function get$1(format, index, field, setter) {\n var locale = getLocale(),\n utc = createUTC().set(setter, index);\n return locale[field](utc, format);\n }\n\n function listMonthsImpl(format, index, field) {\n if (isNumber(format)) {\n index = format;\n format = undefined;\n }\n\n format = format || '';\n\n if (index != null) {\n return get$1(format, index, field, 'month');\n }\n\n var i,\n out = [];\n for (i = 0; i < 12; i++) {\n out[i] = get$1(format, i, field, 'month');\n }\n return out;\n }\n\n // ()\n // (5)\n // (fmt, 5)\n // (fmt)\n // (true)\n // (true, 5)\n // (true, fmt, 5)\n // (true, fmt)\n function listWeekdaysImpl(localeSorted, format, index, field) {\n if (typeof localeSorted === 'boolean') {\n if (isNumber(format)) {\n index = format;\n format = undefined;\n }\n\n format = format || '';\n } else {\n format = localeSorted;\n index = format;\n localeSorted = false;\n\n if (isNumber(format)) {\n index = format;\n format = undefined;\n }\n\n format = format || '';\n }\n\n var locale = getLocale(),\n shift = localeSorted ? locale._week.dow : 0,\n i,\n out = [];\n\n if (index != null) {\n return get$1(format, (index + shift) % 7, field, 'day');\n }\n\n for (i = 0; i < 7; i++) {\n out[i] = get$1(format, (i + shift) % 7, field, 'day');\n }\n return out;\n }\n\n function listMonths(format, index) {\n return listMonthsImpl(format, index, 'months');\n }\n\n function listMonthsShort(format, index) {\n return listMonthsImpl(format, index, 'monthsShort');\n }\n\n function listWeekdays(localeSorted, format, index) {\n return listWeekdaysImpl(localeSorted, format, index, 'weekdays');\n }\n\n function listWeekdaysShort(localeSorted, format, index) {\n return listWeekdaysImpl(localeSorted, format, index, 'weekdaysShort');\n }\n\n function listWeekdaysMin(localeSorted, format, index) {\n return listWeekdaysImpl(localeSorted, format, index, 'weekdaysMin');\n }\n\n getSetGlobalLocale('en', {\n eras: [\n {\n since: '0001-01-01',\n until: +Infinity,\n offset: 1,\n name: 'Anno Domini',\n narrow: 'AD',\n abbr: 'AD',\n },\n {\n since: '0000-12-31',\n until: -Infinity,\n offset: 1,\n name: 'Before Christ',\n narrow: 'BC',\n abbr: 'BC',\n },\n ],\n dayOfMonthOrdinalParse: /\\d{1,2}(th|st|nd|rd)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n toInt((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n });\n\n // Side effect imports\n\n hooks.lang = deprecate(\n 'moment.lang is deprecated. Use moment.locale instead.',\n getSetGlobalLocale\n );\n hooks.langData = deprecate(\n 'moment.langData is deprecated. Use moment.localeData instead.',\n getLocale\n );\n\n var mathAbs = Math.abs;\n\n function abs() {\n var data = this._data;\n\n this._milliseconds = mathAbs(this._milliseconds);\n this._days = mathAbs(this._days);\n this._months = mathAbs(this._months);\n\n data.milliseconds = mathAbs(data.milliseconds);\n data.seconds = mathAbs(data.seconds);\n data.minutes = mathAbs(data.minutes);\n data.hours = mathAbs(data.hours);\n data.months = mathAbs(data.months);\n data.years = mathAbs(data.years);\n\n return this;\n }\n\n function addSubtract$1(duration, input, value, direction) {\n var other = createDuration(input, value);\n\n duration._milliseconds += direction * other._milliseconds;\n duration._days += direction * other._days;\n duration._months += direction * other._months;\n\n return duration._bubble();\n }\n\n // supports only 2.0-style add(1, 's') or add(duration)\n function add$1(input, value) {\n return addSubtract$1(this, input, value, 1);\n }\n\n // supports only 2.0-style subtract(1, 's') or subtract(duration)\n function subtract$1(input, value) {\n return addSubtract$1(this, input, value, -1);\n }\n\n function absCeil(number) {\n if (number < 0) {\n return Math.floor(number);\n } else {\n return Math.ceil(number);\n }\n }\n\n function bubble() {\n var milliseconds = this._milliseconds,\n days = this._days,\n months = this._months,\n data = this._data,\n seconds,\n minutes,\n hours,\n years,\n monthsFromDays;\n\n // if we have a mix of positive and negative values, bubble down first\n // check: https://github.com/moment/moment/issues/2166\n if (\n !(\n (milliseconds >= 0 && days >= 0 && months >= 0) ||\n (milliseconds <= 0 && days <= 0 && months <= 0)\n )\n ) {\n milliseconds += absCeil(monthsToDays(months) + days) * 864e5;\n days = 0;\n months = 0;\n }\n\n // The following code bubbles up values, see the tests for\n // examples of what that means.\n data.milliseconds = milliseconds % 1000;\n\n seconds = absFloor(milliseconds / 1000);\n data.seconds = seconds % 60;\n\n minutes = absFloor(seconds / 60);\n data.minutes = minutes % 60;\n\n hours = absFloor(minutes / 60);\n data.hours = hours % 24;\n\n days += absFloor(hours / 24);\n\n // convert days to months\n monthsFromDays = absFloor(daysToMonths(days));\n months += monthsFromDays;\n days -= absCeil(monthsToDays(monthsFromDays));\n\n // 12 months -> 1 year\n years = absFloor(months / 12);\n months %= 12;\n\n data.days = days;\n data.months = months;\n data.years = years;\n\n return this;\n }\n\n function daysToMonths(days) {\n // 400 years have 146097 days (taking into account leap year rules)\n // 400 years have 12 months === 4800\n return (days * 4800) / 146097;\n }\n\n function monthsToDays(months) {\n // the reverse of daysToMonths\n return (months * 146097) / 4800;\n }\n\n function as(units) {\n if (!this.isValid()) {\n return NaN;\n }\n var days,\n months,\n milliseconds = this._milliseconds;\n\n units = normalizeUnits(units);\n\n if (units === 'month' || units === 'quarter' || units === 'year') {\n days = this._days + milliseconds / 864e5;\n months = this._months + daysToMonths(days);\n switch (units) {\n case 'month':\n return months;\n case 'quarter':\n return months / 3;\n case 'year':\n return months / 12;\n }\n } else {\n // handle milliseconds separately because of floating point math errors (issue #1867)\n days = this._days + Math.round(monthsToDays(this._months));\n switch (units) {\n case 'week':\n return days / 7 + milliseconds / 6048e5;\n case 'day':\n return days + milliseconds / 864e5;\n case 'hour':\n return days * 24 + milliseconds / 36e5;\n case 'minute':\n return days * 1440 + milliseconds / 6e4;\n case 'second':\n return days * 86400 + milliseconds / 1000;\n // Math.floor prevents floating point math errors here\n case 'millisecond':\n return Math.floor(days * 864e5) + milliseconds;\n default:\n throw new Error('Unknown unit ' + units);\n }\n }\n }\n\n // TODO: Use this.as('ms')?\n function valueOf$1() {\n if (!this.isValid()) {\n return NaN;\n }\n return (\n this._milliseconds +\n this._days * 864e5 +\n (this._months % 12) * 2592e6 +\n toInt(this._months / 12) * 31536e6\n );\n }\n\n function makeAs(alias) {\n return function () {\n return this.as(alias);\n };\n }\n\n var asMilliseconds = makeAs('ms'),\n asSeconds = makeAs('s'),\n asMinutes = makeAs('m'),\n asHours = makeAs('h'),\n asDays = makeAs('d'),\n asWeeks = makeAs('w'),\n asMonths = makeAs('M'),\n asQuarters = makeAs('Q'),\n asYears = makeAs('y');\n\n function clone$1() {\n return createDuration(this);\n }\n\n function get$2(units) {\n units = normalizeUnits(units);\n return this.isValid() ? this[units + 's']() : NaN;\n }\n\n function makeGetter(name) {\n return function () {\n return this.isValid() ? this._data[name] : NaN;\n };\n }\n\n var milliseconds = makeGetter('milliseconds'),\n seconds = makeGetter('seconds'),\n minutes = makeGetter('minutes'),\n hours = makeGetter('hours'),\n days = makeGetter('days'),\n months = makeGetter('months'),\n years = makeGetter('years');\n\n function weeks() {\n return absFloor(this.days() / 7);\n }\n\n var round = Math.round,\n thresholds = {\n ss: 44, // a few seconds to seconds\n s: 45, // seconds to minute\n m: 45, // minutes to hour\n h: 22, // hours to day\n d: 26, // days to month/week\n w: null, // weeks to month\n M: 11, // months to year\n };\n\n // helper function for moment.fn.from, moment.fn.fromNow, and moment.duration.fn.humanize\n function substituteTimeAgo(string, number, withoutSuffix, isFuture, locale) {\n return locale.relativeTime(number || 1, !!withoutSuffix, string, isFuture);\n }\n\n function relativeTime$1(posNegDuration, withoutSuffix, thresholds, locale) {\n var duration = createDuration(posNegDuration).abs(),\n seconds = round(duration.as('s')),\n minutes = round(duration.as('m')),\n hours = round(duration.as('h')),\n days = round(duration.as('d')),\n months = round(duration.as('M')),\n weeks = round(duration.as('w')),\n years = round(duration.as('y')),\n a =\n (seconds <= thresholds.ss && ['s', seconds]) ||\n (seconds < thresholds.s && ['ss', seconds]) ||\n (minutes <= 1 && ['m']) ||\n (minutes < thresholds.m && ['mm', minutes]) ||\n (hours <= 1 && ['h']) ||\n (hours < thresholds.h && ['hh', hours]) ||\n (days <= 1 && ['d']) ||\n (days < thresholds.d && ['dd', days]);\n\n if (thresholds.w != null) {\n a =\n a ||\n (weeks <= 1 && ['w']) ||\n (weeks < thresholds.w && ['ww', weeks]);\n }\n a = a ||\n (months <= 1 && ['M']) ||\n (months < thresholds.M && ['MM', months]) ||\n (years <= 1 && ['y']) || ['yy', years];\n\n a[2] = withoutSuffix;\n a[3] = +posNegDuration > 0;\n a[4] = locale;\n return substituteTimeAgo.apply(null, a);\n }\n\n // This function allows you to set the rounding function for relative time strings\n function getSetRelativeTimeRounding(roundingFunction) {\n if (roundingFunction === undefined) {\n return round;\n }\n if (typeof roundingFunction === 'function') {\n round = roundingFunction;\n return true;\n }\n return false;\n }\n\n // This function allows you to set a threshold for relative time strings\n function getSetRelativeTimeThreshold(threshold, limit) {\n if (thresholds[threshold] === undefined) {\n return false;\n }\n if (limit === undefined) {\n return thresholds[threshold];\n }\n thresholds[threshold] = limit;\n if (threshold === 's') {\n thresholds.ss = limit - 1;\n }\n return true;\n }\n\n function humanize(argWithSuffix, argThresholds) {\n if (!this.isValid()) {\n return this.localeData().invalidDate();\n }\n\n var withSuffix = false,\n th = thresholds,\n locale,\n output;\n\n if (typeof argWithSuffix === 'object') {\n argThresholds = argWithSuffix;\n argWithSuffix = false;\n }\n if (typeof argWithSuffix === 'boolean') {\n withSuffix = argWithSuffix;\n }\n if (typeof argThresholds === 'object') {\n th = Object.assign({}, thresholds, argThresholds);\n if (argThresholds.s != null && argThresholds.ss == null) {\n th.ss = argThresholds.s - 1;\n }\n }\n\n locale = this.localeData();\n output = relativeTime$1(this, !withSuffix, th, locale);\n\n if (withSuffix) {\n output = locale.pastFuture(+this, output);\n }\n\n return locale.postformat(output);\n }\n\n var abs$1 = Math.abs;\n\n function sign(x) {\n return (x > 0) - (x < 0) || +x;\n }\n\n function toISOString$1() {\n // for ISO strings we do not use the normal bubbling rules:\n // * milliseconds bubble up until they become hours\n // * days do not bubble at all\n // * months bubble up until they become years\n // This is because there is no context-free conversion between hours and days\n // (think of clock changes)\n // and also not between days and months (28-31 days per month)\n if (!this.isValid()) {\n return this.localeData().invalidDate();\n }\n\n var seconds = abs$1(this._milliseconds) / 1000,\n days = abs$1(this._days),\n months = abs$1(this._months),\n minutes,\n hours,\n years,\n s,\n total = this.asSeconds(),\n totalSign,\n ymSign,\n daysSign,\n hmsSign;\n\n if (!total) {\n // this is the same as C#'s (Noda) and python (isodate)...\n // but not other JS (goog.date)\n return 'P0D';\n }\n\n // 3600 seconds -> 60 minutes -> 1 hour\n minutes = absFloor(seconds / 60);\n hours = absFloor(minutes / 60);\n seconds %= 60;\n minutes %= 60;\n\n // 12 months -> 1 year\n years = absFloor(months / 12);\n months %= 12;\n\n // inspired by https://github.com/dordille/moment-isoduration/blob/master/moment.isoduration.js\n s = seconds ? seconds.toFixed(3).replace(/\\.?0+$/, '') : '';\n\n totalSign = total < 0 ? '-' : '';\n ymSign = sign(this._months) !== sign(total) ? '-' : '';\n daysSign = sign(this._days) !== sign(total) ? '-' : '';\n hmsSign = sign(this._milliseconds) !== sign(total) ? '-' : '';\n\n return (\n totalSign +\n 'P' +\n (years ? ymSign + years + 'Y' : '') +\n (months ? ymSign + months + 'M' : '') +\n (days ? daysSign + days + 'D' : '') +\n (hours || minutes || seconds ? 'T' : '') +\n (hours ? hmsSign + hours + 'H' : '') +\n (minutes ? hmsSign + minutes + 'M' : '') +\n (seconds ? hmsSign + s + 'S' : '')\n );\n }\n\n var proto$2 = Duration.prototype;\n\n proto$2.isValid = isValid$1;\n proto$2.abs = abs;\n proto$2.add = add$1;\n proto$2.subtract = subtract$1;\n proto$2.as = as;\n proto$2.asMilliseconds = asMilliseconds;\n proto$2.asSeconds = asSeconds;\n proto$2.asMinutes = asMinutes;\n proto$2.asHours = asHours;\n proto$2.asDays = asDays;\n proto$2.asWeeks = asWeeks;\n proto$2.asMonths = asMonths;\n proto$2.asQuarters = asQuarters;\n proto$2.asYears = asYears;\n proto$2.valueOf = valueOf$1;\n proto$2._bubble = bubble;\n proto$2.clone = clone$1;\n proto$2.get = get$2;\n proto$2.milliseconds = milliseconds;\n proto$2.seconds = seconds;\n proto$2.minutes = minutes;\n proto$2.hours = hours;\n proto$2.days = days;\n proto$2.weeks = weeks;\n proto$2.months = months;\n proto$2.years = years;\n proto$2.humanize = humanize;\n proto$2.toISOString = toISOString$1;\n proto$2.toString = toISOString$1;\n proto$2.toJSON = toISOString$1;\n proto$2.locale = locale;\n proto$2.localeData = localeData;\n\n proto$2.toIsoString = deprecate(\n 'toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)',\n toISOString$1\n );\n proto$2.lang = lang;\n\n // FORMATTING\n\n addFormatToken('X', 0, 0, 'unix');\n addFormatToken('x', 0, 0, 'valueOf');\n\n // PARSING\n\n addRegexToken('x', matchSigned);\n addRegexToken('X', matchTimestamp);\n addParseToken('X', function (input, array, config) {\n config._d = new Date(parseFloat(input) * 1000);\n });\n addParseToken('x', function (input, array, config) {\n config._d = new Date(toInt(input));\n });\n\n //! moment.js\n\n hooks.version = '2.27.0';\n\n setHookCallback(createLocal);\n\n hooks.fn = proto;\n hooks.min = min;\n hooks.max = max;\n hooks.now = now;\n hooks.utc = createUTC;\n hooks.unix = createUnix;\n hooks.months = listMonths;\n hooks.isDate = isDate;\n hooks.locale = getSetGlobalLocale;\n hooks.invalid = createInvalid;\n hooks.duration = createDuration;\n hooks.isMoment = isMoment;\n hooks.weekdays = listWeekdays;\n hooks.parseZone = createInZone;\n hooks.localeData = getLocale;\n hooks.isDuration = isDuration;\n hooks.monthsShort = listMonthsShort;\n hooks.weekdaysMin = listWeekdaysMin;\n hooks.defineLocale = defineLocale;\n hooks.updateLocale = updateLocale;\n hooks.locales = listLocales;\n hooks.weekdaysShort = listWeekdaysShort;\n hooks.normalizeUnits = normalizeUnits;\n hooks.relativeTimeRounding = getSetRelativeTimeRounding;\n hooks.relativeTimeThreshold = getSetRelativeTimeThreshold;\n hooks.calendarFormat = getCalendarFormat;\n hooks.prototype = proto;\n\n // currently HTML5 input type only supports 24-hour formats\n hooks.HTML5_FMT = {\n DATETIME_LOCAL: 'YYYY-MM-DDTHH:mm', // \n DATETIME_LOCAL_SECONDS: 'YYYY-MM-DDTHH:mm:ss', // \n DATETIME_LOCAL_MS: 'YYYY-MM-DDTHH:mm:ss.SSS', // \n DATE: 'YYYY-MM-DD', // \n TIME: 'HH:mm', // \n TIME_SECONDS: 'HH:mm:ss', // \n TIME_MS: 'HH:mm:ss.SSS', // \n WEEK: 'GGGG-[W]WW', // \n MONTH: 'YYYY-MM', // \n };\n\n //! moment.js locale configuration\n\n hooks.defineLocale('af', {\n months: 'Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mrt_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des'.split('_'),\n weekdays: 'Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag'.split(\n '_'\n ),\n weekdaysShort: 'Son_Maa_Din_Woe_Don_Vry_Sat'.split('_'),\n weekdaysMin: 'So_Ma_Di_Wo_Do_Vr_Sa'.split('_'),\n meridiemParse: /vm|nm/i,\n isPM: function (input) {\n return /^nm$/i.test(input);\n },\n meridiem: function (hours, minutes, isLower) {\n if (hours < 12) {\n return isLower ? 'vm' : 'VM';\n } else {\n return isLower ? 'nm' : 'NM';\n }\n },\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Vandag om] LT',\n nextDay: '[Môre om] LT',\n nextWeek: 'dddd [om] LT',\n lastDay: '[Gister om] LT',\n lastWeek: '[Laas] dddd [om] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'oor %s',\n past: '%s gelede',\n s: \"'n paar sekondes\",\n ss: '%d sekondes',\n m: \"'n minuut\",\n mm: '%d minute',\n h: \"'n uur\",\n hh: '%d ure',\n d: \"'n dag\",\n dd: '%d dae',\n M: \"'n maand\",\n MM: '%d maande',\n y: \"'n jaar\",\n yy: '%d jaar',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(ste|de)/,\n ordinal: function (number) {\n return (\n number +\n (number === 1 || number === 8 || number >= 20 ? 'ste' : 'de')\n ); // Thanks to Joris Röling : https://github.com/jjupiter\n },\n week: {\n dow: 1, // Maandag is die eerste dag van die week.\n doy: 4, // Die week wat die 4de Januarie bevat is die eerste week van die jaar.\n },\n });\n\n //! moment.js locale configuration\n\n var pluralForm = function (n) {\n return n === 0\n ? 0\n : n === 1\n ? 1\n : n === 2\n ? 2\n : n % 100 >= 3 && n % 100 <= 10\n ? 3\n : n % 100 >= 11\n ? 4\n : 5;\n },\n plurals = {\n s: [\n 'أقل من ثانية',\n 'ثانية واحدة',\n ['ثانيتان', 'ثانيتين'],\n '%d ثوان',\n '%d ثانية',\n '%d ثانية',\n ],\n m: [\n 'أقل من دقيقة',\n 'دقيقة واحدة',\n ['دقيقتان', 'دقيقتين'],\n '%d دقائق',\n '%d دقيقة',\n '%d دقيقة',\n ],\n h: [\n 'أقل من ساعة',\n 'ساعة واحدة',\n ['ساعتان', 'ساعتين'],\n '%d ساعات',\n '%d ساعة',\n '%d ساعة',\n ],\n d: [\n 'أقل من يوم',\n 'يوم واحد',\n ['يومان', 'يومين'],\n '%d أيام',\n '%d يومًا',\n '%d يوم',\n ],\n M: [\n 'أقل من شهر',\n 'شهر واحد',\n ['شهران', 'شهرين'],\n '%d أشهر',\n '%d شهرا',\n '%d شهر',\n ],\n y: [\n 'أقل من عام',\n 'عام واحد',\n ['عامان', 'عامين'],\n '%d أعوام',\n '%d عامًا',\n '%d عام',\n ],\n },\n pluralize = function (u) {\n return function (number, withoutSuffix, string, isFuture) {\n var f = pluralForm(number),\n str = plurals[u][pluralForm(number)];\n if (f === 2) {\n str = str[withoutSuffix ? 0 : 1];\n }\n return str.replace(/%d/i, number);\n };\n },\n months$1 = [\n 'جانفي',\n 'فيفري',\n 'مارس',\n 'أفريل',\n 'ماي',\n 'جوان',\n 'جويلية',\n 'أوت',\n 'سبتمبر',\n 'أكتوبر',\n 'نوفمبر',\n 'ديسمبر',\n ];\n\n hooks.defineLocale('ar-dz', {\n months: months$1,\n monthsShort: months$1,\n weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort: 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'D/\\u200FM/\\u200FYYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n meridiemParse: /ص|م/,\n isPM: function (input) {\n return 'م' === input;\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ص';\n } else {\n return 'م';\n }\n },\n calendar: {\n sameDay: '[اليوم عند الساعة] LT',\n nextDay: '[غدًا عند الساعة] LT',\n nextWeek: 'dddd [عند الساعة] LT',\n lastDay: '[أمس عند الساعة] LT',\n lastWeek: 'dddd [عند الساعة] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'بعد %s',\n past: 'منذ %s',\n s: pluralize('s'),\n ss: pluralize('s'),\n m: pluralize('m'),\n mm: pluralize('m'),\n h: pluralize('h'),\n hh: pluralize('h'),\n d: pluralize('d'),\n dd: pluralize('d'),\n M: pluralize('M'),\n MM: pluralize('M'),\n y: pluralize('y'),\n yy: pluralize('y'),\n },\n postformat: function (string) {\n return string.replace(/,/g, '،');\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('ar-kw', {\n months: 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split(\n '_'\n ),\n monthsShort: 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split(\n '_'\n ),\n weekdays: 'الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort: 'احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[اليوم على الساعة] LT',\n nextDay: '[غدا على الساعة] LT',\n nextWeek: 'dddd [على الساعة] LT',\n lastDay: '[أمس على الساعة] LT',\n lastWeek: 'dddd [على الساعة] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'في %s',\n past: 'منذ %s',\n s: 'ثوان',\n ss: '%d ثانية',\n m: 'دقيقة',\n mm: '%d دقائق',\n h: 'ساعة',\n hh: '%d ساعات',\n d: 'يوم',\n dd: '%d أيام',\n M: 'شهر',\n MM: '%d أشهر',\n y: 'سنة',\n yy: '%d سنوات',\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 12, // The week that contains Jan 12th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var symbolMap = {\n '1': '1',\n '2': '2',\n '3': '3',\n '4': '4',\n '5': '5',\n '6': '6',\n '7': '7',\n '8': '8',\n '9': '9',\n '0': '0',\n },\n pluralForm$1 = function (n) {\n return n === 0\n ? 0\n : n === 1\n ? 1\n : n === 2\n ? 2\n : n % 100 >= 3 && n % 100 <= 10\n ? 3\n : n % 100 >= 11\n ? 4\n : 5;\n },\n plurals$1 = {\n s: [\n 'أقل من ثانية',\n 'ثانية واحدة',\n ['ثانيتان', 'ثانيتين'],\n '%d ثوان',\n '%d ثانية',\n '%d ثانية',\n ],\n m: [\n 'أقل من دقيقة',\n 'دقيقة واحدة',\n ['دقيقتان', 'دقيقتين'],\n '%d دقائق',\n '%d دقيقة',\n '%d دقيقة',\n ],\n h: [\n 'أقل من ساعة',\n 'ساعة واحدة',\n ['ساعتان', 'ساعتين'],\n '%d ساعات',\n '%d ساعة',\n '%d ساعة',\n ],\n d: [\n 'أقل من يوم',\n 'يوم واحد',\n ['يومان', 'يومين'],\n '%d أيام',\n '%d يومًا',\n '%d يوم',\n ],\n M: [\n 'أقل من شهر',\n 'شهر واحد',\n ['شهران', 'شهرين'],\n '%d أشهر',\n '%d شهرا',\n '%d شهر',\n ],\n y: [\n 'أقل من عام',\n 'عام واحد',\n ['عامان', 'عامين'],\n '%d أعوام',\n '%d عامًا',\n '%d عام',\n ],\n },\n pluralize$1 = function (u) {\n return function (number, withoutSuffix, string, isFuture) {\n var f = pluralForm$1(number),\n str = plurals$1[u][pluralForm$1(number)];\n if (f === 2) {\n str = str[withoutSuffix ? 0 : 1];\n }\n return str.replace(/%d/i, number);\n };\n },\n months$2 = [\n 'يناير',\n 'فبراير',\n 'مارس',\n 'أبريل',\n 'مايو',\n 'يونيو',\n 'يوليو',\n 'أغسطس',\n 'سبتمبر',\n 'أكتوبر',\n 'نوفمبر',\n 'ديسمبر',\n ];\n\n hooks.defineLocale('ar-ly', {\n months: months$2,\n monthsShort: months$2,\n weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort: 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'D/\\u200FM/\\u200FYYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n meridiemParse: /ص|م/,\n isPM: function (input) {\n return 'م' === input;\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ص';\n } else {\n return 'م';\n }\n },\n calendar: {\n sameDay: '[اليوم عند الساعة] LT',\n nextDay: '[غدًا عند الساعة] LT',\n nextWeek: 'dddd [عند الساعة] LT',\n lastDay: '[أمس عند الساعة] LT',\n lastWeek: 'dddd [عند الساعة] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'بعد %s',\n past: 'منذ %s',\n s: pluralize$1('s'),\n ss: pluralize$1('s'),\n m: pluralize$1('m'),\n mm: pluralize$1('m'),\n h: pluralize$1('h'),\n hh: pluralize$1('h'),\n d: pluralize$1('d'),\n dd: pluralize$1('d'),\n M: pluralize$1('M'),\n MM: pluralize$1('M'),\n y: pluralize$1('y'),\n yy: pluralize$1('y'),\n },\n preparse: function (string) {\n return string.replace(/،/g, ',');\n },\n postformat: function (string) {\n return string\n .replace(/\\d/g, function (match) {\n return symbolMap[match];\n })\n .replace(/,/g, '،');\n },\n week: {\n dow: 6, // Saturday is the first day of the week.\n doy: 12, // The week that contains Jan 12th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('ar-ma', {\n months: 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split(\n '_'\n ),\n monthsShort: 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split(\n '_'\n ),\n weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort: 'احد_اثنين_ثلاثاء_اربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[اليوم على الساعة] LT',\n nextDay: '[غدا على الساعة] LT',\n nextWeek: 'dddd [على الساعة] LT',\n lastDay: '[أمس على الساعة] LT',\n lastWeek: 'dddd [على الساعة] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'في %s',\n past: 'منذ %s',\n s: 'ثوان',\n ss: '%d ثانية',\n m: 'دقيقة',\n mm: '%d دقائق',\n h: 'ساعة',\n hh: '%d ساعات',\n d: 'يوم',\n dd: '%d أيام',\n M: 'شهر',\n MM: '%d أشهر',\n y: 'سنة',\n yy: '%d سنوات',\n },\n week: {\n dow: 6, // Saturday is the first day of the week.\n doy: 12, // The week that contains Jan 12th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var symbolMap$1 = {\n '1': '١',\n '2': '٢',\n '3': '٣',\n '4': '٤',\n '5': '٥',\n '6': '٦',\n '7': '٧',\n '8': '٨',\n '9': '٩',\n '0': '٠',\n },\n numberMap = {\n '١': '1',\n '٢': '2',\n '٣': '3',\n '٤': '4',\n '٥': '5',\n '٦': '6',\n '٧': '7',\n '٨': '8',\n '٩': '9',\n '٠': '0',\n };\n\n hooks.defineLocale('ar-sa', {\n months: 'يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split(\n '_'\n ),\n monthsShort: 'يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split(\n '_'\n ),\n weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort: 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n meridiemParse: /ص|م/,\n isPM: function (input) {\n return 'م' === input;\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ص';\n } else {\n return 'م';\n }\n },\n calendar: {\n sameDay: '[اليوم على الساعة] LT',\n nextDay: '[غدا على الساعة] LT',\n nextWeek: 'dddd [على الساعة] LT',\n lastDay: '[أمس على الساعة] LT',\n lastWeek: 'dddd [على الساعة] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'في %s',\n past: 'منذ %s',\n s: 'ثوان',\n ss: '%d ثانية',\n m: 'دقيقة',\n mm: '%d دقائق',\n h: 'ساعة',\n hh: '%d ساعات',\n d: 'يوم',\n dd: '%d أيام',\n M: 'شهر',\n MM: '%d أشهر',\n y: 'سنة',\n yy: '%d سنوات',\n },\n preparse: function (string) {\n return string\n .replace(/[١٢٣٤٥٦٧٨٩٠]/g, function (match) {\n return numberMap[match];\n })\n .replace(/،/g, ',');\n },\n postformat: function (string) {\n return string\n .replace(/\\d/g, function (match) {\n return symbolMap$1[match];\n })\n .replace(/,/g, '،');\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('ar-tn', {\n months: 'جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split(\n '_'\n ),\n monthsShort: 'جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split(\n '_'\n ),\n weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort: 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[اليوم على الساعة] LT',\n nextDay: '[غدا على الساعة] LT',\n nextWeek: 'dddd [على الساعة] LT',\n lastDay: '[أمس على الساعة] LT',\n lastWeek: 'dddd [على الساعة] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'في %s',\n past: 'منذ %s',\n s: 'ثوان',\n ss: '%d ثانية',\n m: 'دقيقة',\n mm: '%d دقائق',\n h: 'ساعة',\n hh: '%d ساعات',\n d: 'يوم',\n dd: '%d أيام',\n M: 'شهر',\n MM: '%d أشهر',\n y: 'سنة',\n yy: '%d سنوات',\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var symbolMap$2 = {\n '1': '١',\n '2': '٢',\n '3': '٣',\n '4': '٤',\n '5': '٥',\n '6': '٦',\n '7': '٧',\n '8': '٨',\n '9': '٩',\n '0': '٠',\n },\n numberMap$1 = {\n '١': '1',\n '٢': '2',\n '٣': '3',\n '٤': '4',\n '٥': '5',\n '٦': '6',\n '٧': '7',\n '٨': '8',\n '٩': '9',\n '٠': '0',\n },\n pluralForm$2 = function (n) {\n return n === 0\n ? 0\n : n === 1\n ? 1\n : n === 2\n ? 2\n : n % 100 >= 3 && n % 100 <= 10\n ? 3\n : n % 100 >= 11\n ? 4\n : 5;\n },\n plurals$2 = {\n s: [\n 'أقل من ثانية',\n 'ثانية واحدة',\n ['ثانيتان', 'ثانيتين'],\n '%d ثوان',\n '%d ثانية',\n '%d ثانية',\n ],\n m: [\n 'أقل من دقيقة',\n 'دقيقة واحدة',\n ['دقيقتان', 'دقيقتين'],\n '%d دقائق',\n '%d دقيقة',\n '%d دقيقة',\n ],\n h: [\n 'أقل من ساعة',\n 'ساعة واحدة',\n ['ساعتان', 'ساعتين'],\n '%d ساعات',\n '%d ساعة',\n '%d ساعة',\n ],\n d: [\n 'أقل من يوم',\n 'يوم واحد',\n ['يومان', 'يومين'],\n '%d أيام',\n '%d يومًا',\n '%d يوم',\n ],\n M: [\n 'أقل من شهر',\n 'شهر واحد',\n ['شهران', 'شهرين'],\n '%d أشهر',\n '%d شهرا',\n '%d شهر',\n ],\n y: [\n 'أقل من عام',\n 'عام واحد',\n ['عامان', 'عامين'],\n '%d أعوام',\n '%d عامًا',\n '%d عام',\n ],\n },\n pluralize$2 = function (u) {\n return function (number, withoutSuffix, string, isFuture) {\n var f = pluralForm$2(number),\n str = plurals$2[u][pluralForm$2(number)];\n if (f === 2) {\n str = str[withoutSuffix ? 0 : 1];\n }\n return str.replace(/%d/i, number);\n };\n },\n months$3 = [\n 'يناير',\n 'فبراير',\n 'مارس',\n 'أبريل',\n 'مايو',\n 'يونيو',\n 'يوليو',\n 'أغسطس',\n 'سبتمبر',\n 'أكتوبر',\n 'نوفمبر',\n 'ديسمبر',\n ];\n\n hooks.defineLocale('ar', {\n months: months$3,\n monthsShort: months$3,\n weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort: 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'D/\\u200FM/\\u200FYYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n meridiemParse: /ص|م/,\n isPM: function (input) {\n return 'م' === input;\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ص';\n } else {\n return 'م';\n }\n },\n calendar: {\n sameDay: '[اليوم عند الساعة] LT',\n nextDay: '[غدًا عند الساعة] LT',\n nextWeek: 'dddd [عند الساعة] LT',\n lastDay: '[أمس عند الساعة] LT',\n lastWeek: 'dddd [عند الساعة] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'بعد %s',\n past: 'منذ %s',\n s: pluralize$2('s'),\n ss: pluralize$2('s'),\n m: pluralize$2('m'),\n mm: pluralize$2('m'),\n h: pluralize$2('h'),\n hh: pluralize$2('h'),\n d: pluralize$2('d'),\n dd: pluralize$2('d'),\n M: pluralize$2('M'),\n MM: pluralize$2('M'),\n y: pluralize$2('y'),\n yy: pluralize$2('y'),\n },\n preparse: function (string) {\n return string\n .replace(/[١٢٣٤٥٦٧٨٩٠]/g, function (match) {\n return numberMap$1[match];\n })\n .replace(/،/g, ',');\n },\n postformat: function (string) {\n return string\n .replace(/\\d/g, function (match) {\n return symbolMap$2[match];\n })\n .replace(/,/g, '،');\n },\n week: {\n dow: 6, // Saturday is the first day of the week.\n doy: 12, // The week that contains Jan 12th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var suffixes = {\n 1: '-inci',\n 5: '-inci',\n 8: '-inci',\n 70: '-inci',\n 80: '-inci',\n 2: '-nci',\n 7: '-nci',\n 20: '-nci',\n 50: '-nci',\n 3: '-üncü',\n 4: '-üncü',\n 100: '-üncü',\n 6: '-ncı',\n 9: '-uncu',\n 10: '-uncu',\n 30: '-uncu',\n 60: '-ıncı',\n 90: '-ıncı',\n };\n\n hooks.defineLocale('az', {\n months: 'yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr'.split(\n '_'\n ),\n monthsShort: 'yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek'.split('_'),\n weekdays: 'Bazar_Bazar ertəsi_Çərşənbə axşamı_Çərşənbə_Cümə axşamı_Cümə_Şənbə'.split(\n '_'\n ),\n weekdaysShort: 'Baz_BzE_ÇAx_Çər_CAx_Cüm_Şən'.split('_'),\n weekdaysMin: 'Bz_BE_ÇA_Çə_CA_Cü_Şə'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[bugün saat] LT',\n nextDay: '[sabah saat] LT',\n nextWeek: '[gələn həftə] dddd [saat] LT',\n lastDay: '[dünən] LT',\n lastWeek: '[keçən həftə] dddd [saat] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s sonra',\n past: '%s əvvəl',\n s: 'birneçə saniyə',\n ss: '%d saniyə',\n m: 'bir dəqiqə',\n mm: '%d dəqiqə',\n h: 'bir saat',\n hh: '%d saat',\n d: 'bir gün',\n dd: '%d gün',\n M: 'bir ay',\n MM: '%d ay',\n y: 'bir il',\n yy: '%d il',\n },\n meridiemParse: /gecə|səhər|gündüz|axşam/,\n isPM: function (input) {\n return /^(gündüz|axşam)$/.test(input);\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'gecə';\n } else if (hour < 12) {\n return 'səhər';\n } else if (hour < 17) {\n return 'gündüz';\n } else {\n return 'axşam';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(ıncı|inci|nci|üncü|ncı|uncu)/,\n ordinal: function (number) {\n if (number === 0) {\n // special case for zero\n return number + '-ıncı';\n }\n var a = number % 10,\n b = (number % 100) - a,\n c = number >= 100 ? 100 : null;\n return number + (suffixes[a] || suffixes[b] || suffixes[c]);\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n function plural(word, num) {\n var forms = word.split('_');\n return num % 10 === 1 && num % 100 !== 11\n ? forms[0]\n : num % 10 >= 2 && num % 10 <= 4 && (num % 100 < 10 || num % 100 >= 20)\n ? forms[1]\n : forms[2];\n }\n function relativeTimeWithPlural(number, withoutSuffix, key) {\n var format = {\n ss: withoutSuffix ? 'секунда_секунды_секунд' : 'секунду_секунды_секунд',\n mm: withoutSuffix ? 'хвіліна_хвіліны_хвілін' : 'хвіліну_хвіліны_хвілін',\n hh: withoutSuffix ? 'гадзіна_гадзіны_гадзін' : 'гадзіну_гадзіны_гадзін',\n dd: 'дзень_дні_дзён',\n MM: 'месяц_месяцы_месяцаў',\n yy: 'год_гады_гадоў',\n };\n if (key === 'm') {\n return withoutSuffix ? 'хвіліна' : 'хвіліну';\n } else if (key === 'h') {\n return withoutSuffix ? 'гадзіна' : 'гадзіну';\n } else {\n return number + ' ' + plural(format[key], +number);\n }\n }\n\n hooks.defineLocale('be', {\n months: {\n format: 'студзеня_лютага_сакавіка_красавіка_траўня_чэрвеня_ліпеня_жніўня_верасня_кастрычніка_лістапада_снежня'.split(\n '_'\n ),\n standalone: 'студзень_люты_сакавік_красавік_травень_чэрвень_ліпень_жнівень_верасень_кастрычнік_лістапад_снежань'.split(\n '_'\n ),\n },\n monthsShort: 'студ_лют_сак_крас_трав_чэрв_ліп_жнів_вер_каст_ліст_снеж'.split(\n '_'\n ),\n weekdays: {\n format: 'нядзелю_панядзелак_аўторак_сераду_чацвер_пятніцу_суботу'.split(\n '_'\n ),\n standalone: 'нядзеля_панядзелак_аўторак_серада_чацвер_пятніца_субота'.split(\n '_'\n ),\n isFormat: /\\[ ?[Ууў] ?(?:мінулую|наступную)? ?\\] ?dddd/,\n },\n weekdaysShort: 'нд_пн_ат_ср_чц_пт_сб'.split('_'),\n weekdaysMin: 'нд_пн_ат_ср_чц_пт_сб'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY г.',\n LLL: 'D MMMM YYYY г., HH:mm',\n LLLL: 'dddd, D MMMM YYYY г., HH:mm',\n },\n calendar: {\n sameDay: '[Сёння ў] LT',\n nextDay: '[Заўтра ў] LT',\n lastDay: '[Учора ў] LT',\n nextWeek: function () {\n return '[У] dddd [ў] LT';\n },\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n case 3:\n case 5:\n case 6:\n return '[У мінулую] dddd [ў] LT';\n case 1:\n case 2:\n case 4:\n return '[У мінулы] dddd [ў] LT';\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'праз %s',\n past: '%s таму',\n s: 'некалькі секунд',\n m: relativeTimeWithPlural,\n mm: relativeTimeWithPlural,\n h: relativeTimeWithPlural,\n hh: relativeTimeWithPlural,\n d: 'дзень',\n dd: relativeTimeWithPlural,\n M: 'месяц',\n MM: relativeTimeWithPlural,\n y: 'год',\n yy: relativeTimeWithPlural,\n },\n meridiemParse: /ночы|раніцы|дня|вечара/,\n isPM: function (input) {\n return /^(дня|вечара)$/.test(input);\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'ночы';\n } else if (hour < 12) {\n return 'раніцы';\n } else if (hour < 17) {\n return 'дня';\n } else {\n return 'вечара';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(і|ы|га)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'M':\n case 'd':\n case 'DDD':\n case 'w':\n case 'W':\n return (number % 10 === 2 || number % 10 === 3) &&\n number % 100 !== 12 &&\n number % 100 !== 13\n ? number + '-і'\n : number + '-ы';\n case 'D':\n return number + '-га';\n default:\n return number;\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('bg', {\n months: 'януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември'.split(\n '_'\n ),\n monthsShort: 'яну_фев_мар_апр_май_юни_юли_авг_сеп_окт_ное_дек'.split('_'),\n weekdays: 'неделя_понеделник_вторник_сряда_четвъртък_петък_събота'.split(\n '_'\n ),\n weekdaysShort: 'нед_пон_вто_сря_чет_пет_съб'.split('_'),\n weekdaysMin: 'нд_пн_вт_ср_чт_пт_сб'.split('_'),\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'D.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY H:mm',\n LLLL: 'dddd, D MMMM YYYY H:mm',\n },\n calendar: {\n sameDay: '[Днес в] LT',\n nextDay: '[Утре в] LT',\n nextWeek: 'dddd [в] LT',\n lastDay: '[Вчера в] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n case 3:\n case 6:\n return '[Миналата] dddd [в] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[Миналия] dddd [в] LT';\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'след %s',\n past: 'преди %s',\n s: 'няколко секунди',\n ss: '%d секунди',\n m: 'минута',\n mm: '%d минути',\n h: 'час',\n hh: '%d часа',\n d: 'ден',\n dd: '%d дена',\n M: 'месец',\n MM: '%d месеца',\n y: 'година',\n yy: '%d години',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(ев|ен|ти|ви|ри|ми)/,\n ordinal: function (number) {\n var lastDigit = number % 10,\n last2Digits = number % 100;\n if (number === 0) {\n return number + '-ев';\n } else if (last2Digits === 0) {\n return number + '-ен';\n } else if (last2Digits > 10 && last2Digits < 20) {\n return number + '-ти';\n } else if (lastDigit === 1) {\n return number + '-ви';\n } else if (lastDigit === 2) {\n return number + '-ри';\n } else if (lastDigit === 7 || lastDigit === 8) {\n return number + '-ми';\n } else {\n return number + '-ти';\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('bm', {\n months: 'Zanwuyekalo_Fewuruyekalo_Marisikalo_Awirilikalo_Mɛkalo_Zuwɛnkalo_Zuluyekalo_Utikalo_Sɛtanburukalo_ɔkutɔburukalo_Nowanburukalo_Desanburukalo'.split(\n '_'\n ),\n monthsShort: 'Zan_Few_Mar_Awi_Mɛ_Zuw_Zul_Uti_Sɛt_ɔku_Now_Des'.split('_'),\n weekdays: 'Kari_Ntɛnɛn_Tarata_Araba_Alamisa_Juma_Sibiri'.split('_'),\n weekdaysShort: 'Kar_Ntɛ_Tar_Ara_Ala_Jum_Sib'.split('_'),\n weekdaysMin: 'Ka_Nt_Ta_Ar_Al_Ju_Si'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'MMMM [tile] D [san] YYYY',\n LLL: 'MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm',\n LLLL: 'dddd MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm',\n },\n calendar: {\n sameDay: '[Bi lɛrɛ] LT',\n nextDay: '[Sini lɛrɛ] LT',\n nextWeek: 'dddd [don lɛrɛ] LT',\n lastDay: '[Kunu lɛrɛ] LT',\n lastWeek: 'dddd [tɛmɛnen lɛrɛ] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s kɔnɔ',\n past: 'a bɛ %s bɔ',\n s: 'sanga dama dama',\n ss: 'sekondi %d',\n m: 'miniti kelen',\n mm: 'miniti %d',\n h: 'lɛrɛ kelen',\n hh: 'lɛrɛ %d',\n d: 'tile kelen',\n dd: 'tile %d',\n M: 'kalo kelen',\n MM: 'kalo %d',\n y: 'san kelen',\n yy: 'san %d',\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var symbolMap$3 = {\n '1': '১',\n '2': '২',\n '3': '৩',\n '4': '৪',\n '5': '৫',\n '6': '৬',\n '7': '৭',\n '8': '৮',\n '9': '৯',\n '0': '০',\n },\n numberMap$2 = {\n '১': '1',\n '২': '2',\n '৩': '3',\n '৪': '4',\n '৫': '5',\n '৬': '6',\n '৭': '7',\n '৮': '8',\n '৯': '9',\n '০': '0',\n };\n\n hooks.defineLocale('bn', {\n months: 'জানুয়ারি_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর'.split(\n '_'\n ),\n monthsShort: 'জানু_ফেব্রু_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্ট_অক্টো_নভে_ডিসে'.split(\n '_'\n ),\n weekdays: 'রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার'.split(\n '_'\n ),\n weekdaysShort: 'রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি'.split('_'),\n weekdaysMin: 'রবি_সোম_মঙ্গল_বুধ_বৃহ_শুক্র_শনি'.split('_'),\n longDateFormat: {\n LT: 'A h:mm সময়',\n LTS: 'A h:mm:ss সময়',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm সময়',\n LLLL: 'dddd, D MMMM YYYY, A h:mm সময়',\n },\n calendar: {\n sameDay: '[আজ] LT',\n nextDay: '[আগামীকাল] LT',\n nextWeek: 'dddd, LT',\n lastDay: '[গতকাল] LT',\n lastWeek: '[গত] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s পরে',\n past: '%s আগে',\n s: 'কয়েক সেকেন্ড',\n ss: '%d সেকেন্ড',\n m: 'এক মিনিট',\n mm: '%d মিনিট',\n h: 'এক ঘন্টা',\n hh: '%d ঘন্টা',\n d: 'এক দিন',\n dd: '%d দিন',\n M: 'এক মাস',\n MM: '%d মাস',\n y: 'এক বছর',\n yy: '%d বছর',\n },\n preparse: function (string) {\n return string.replace(/[১২৩৪৫৬৭৮৯০]/g, function (match) {\n return numberMap$2[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap$3[match];\n });\n },\n meridiemParse: /রাত|সকাল|দুপুর|বিকাল|রাত/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (\n (meridiem === 'রাত' && hour >= 4) ||\n (meridiem === 'দুপুর' && hour < 5) ||\n meridiem === 'বিকাল'\n ) {\n return hour + 12;\n } else {\n return hour;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'রাত';\n } else if (hour < 10) {\n return 'সকাল';\n } else if (hour < 17) {\n return 'দুপুর';\n } else if (hour < 20) {\n return 'বিকাল';\n } else {\n return 'রাত';\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var symbolMap$4 = {\n '1': '༡',\n '2': '༢',\n '3': '༣',\n '4': '༤',\n '5': '༥',\n '6': '༦',\n '7': '༧',\n '8': '༨',\n '9': '༩',\n '0': '༠',\n },\n numberMap$3 = {\n '༡': '1',\n '༢': '2',\n '༣': '3',\n '༤': '4',\n '༥': '5',\n '༦': '6',\n '༧': '7',\n '༨': '8',\n '༩': '9',\n '༠': '0',\n };\n\n hooks.defineLocale('bo', {\n months: 'ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ'.split(\n '_'\n ),\n monthsShort: 'ཟླ་1_ཟླ་2_ཟླ་3_ཟླ་4_ཟླ་5_ཟླ་6_ཟླ་7_ཟླ་8_ཟླ་9_ཟླ་10_ཟླ་11_ཟླ་12'.split(\n '_'\n ),\n monthsShortRegex: /^(ཟླ་\\d{1,2})/,\n monthsParseExact: true,\n weekdays: 'གཟའ་ཉི་མ་_གཟའ་ཟླ་བ་_གཟའ་མིག་དམར་_གཟའ་ལྷག་པ་_གཟའ་ཕུར་བུ_གཟའ་པ་སངས་_གཟའ་སྤེན་པ་'.split(\n '_'\n ),\n weekdaysShort: 'ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་'.split(\n '_'\n ),\n weekdaysMin: 'ཉི_ཟླ_མིག_ལྷག_ཕུར_སངས_སྤེན'.split('_'),\n longDateFormat: {\n LT: 'A h:mm',\n LTS: 'A h:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm',\n LLLL: 'dddd, D MMMM YYYY, A h:mm',\n },\n calendar: {\n sameDay: '[དི་རིང] LT',\n nextDay: '[སང་ཉིན] LT',\n nextWeek: '[བདུན་ཕྲག་རྗེས་མ], LT',\n lastDay: '[ཁ་སང] LT',\n lastWeek: '[བདུན་ཕྲག་མཐའ་མ] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s ལ་',\n past: '%s སྔན་ལ',\n s: 'ལམ་སང',\n ss: '%d སྐར་ཆ།',\n m: 'སྐར་མ་གཅིག',\n mm: '%d སྐར་མ',\n h: 'ཆུ་ཚོད་གཅིག',\n hh: '%d ཆུ་ཚོད',\n d: 'ཉིན་གཅིག',\n dd: '%d ཉིན་',\n M: 'ཟླ་བ་གཅིག',\n MM: '%d ཟླ་བ',\n y: 'ལོ་གཅིག',\n yy: '%d ལོ',\n },\n preparse: function (string) {\n return string.replace(/[༡༢༣༤༥༦༧༨༩༠]/g, function (match) {\n return numberMap$3[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap$4[match];\n });\n },\n meridiemParse: /མཚན་མོ|ཞོགས་ཀས|ཉིན་གུང|དགོང་དག|མཚན་མོ/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (\n (meridiem === 'མཚན་མོ' && hour >= 4) ||\n (meridiem === 'ཉིན་གུང' && hour < 5) ||\n meridiem === 'དགོང་དག'\n ) {\n return hour + 12;\n } else {\n return hour;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'མཚན་མོ';\n } else if (hour < 10) {\n return 'ཞོགས་ཀས';\n } else if (hour < 17) {\n return 'ཉིན་གུང';\n } else if (hour < 20) {\n return 'དགོང་དག';\n } else {\n return 'མཚན་མོ';\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n function relativeTimeWithMutation(number, withoutSuffix, key) {\n var format = {\n mm: 'munutenn',\n MM: 'miz',\n dd: 'devezh',\n };\n return number + ' ' + mutation(format[key], number);\n }\n function specialMutationForYears(number) {\n switch (lastNumber(number)) {\n case 1:\n case 3:\n case 4:\n case 5:\n case 9:\n return number + ' bloaz';\n default:\n return number + ' vloaz';\n }\n }\n function lastNumber(number) {\n if (number > 9) {\n return lastNumber(number % 10);\n }\n return number;\n }\n function mutation(text, number) {\n if (number === 2) {\n return softMutation(text);\n }\n return text;\n }\n function softMutation(text) {\n var mutationTable = {\n m: 'v',\n b: 'v',\n d: 'z',\n };\n if (mutationTable[text.charAt(0)] === undefined) {\n return text;\n }\n return mutationTable[text.charAt(0)] + text.substring(1);\n }\n\n var monthsParse = [\n /^gen/i,\n /^c[ʼ\\']hwe/i,\n /^meu/i,\n /^ebr/i,\n /^mae/i,\n /^(mez|eve)/i,\n /^gou/i,\n /^eos/i,\n /^gwe/i,\n /^her/i,\n /^du/i,\n /^ker/i,\n ],\n monthsRegex$1 = /^(genver|c[ʼ\\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu|gen|c[ʼ\\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i,\n monthsStrictRegex = /^(genver|c[ʼ\\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu)/i,\n monthsShortStrictRegex = /^(gen|c[ʼ\\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i,\n fullWeekdaysParse = [\n /^sul/i,\n /^lun/i,\n /^meurzh/i,\n /^merc[ʼ\\']her/i,\n /^yaou/i,\n /^gwener/i,\n /^sadorn/i,\n ],\n shortWeekdaysParse = [\n /^Sul/i,\n /^Lun/i,\n /^Meu/i,\n /^Mer/i,\n /^Yao/i,\n /^Gwe/i,\n /^Sad/i,\n ],\n minWeekdaysParse = [\n /^Su/i,\n /^Lu/i,\n /^Me([^r]|$)/i,\n /^Mer/i,\n /^Ya/i,\n /^Gw/i,\n /^Sa/i,\n ];\n\n hooks.defineLocale('br', {\n months: 'Genver_Cʼhwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu'.split(\n '_'\n ),\n monthsShort: 'Gen_Cʼhwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker'.split('_'),\n weekdays: 'Sul_Lun_Meurzh_Mercʼher_Yaou_Gwener_Sadorn'.split('_'),\n weekdaysShort: 'Sul_Lun_Meu_Mer_Yao_Gwe_Sad'.split('_'),\n weekdaysMin: 'Su_Lu_Me_Mer_Ya_Gw_Sa'.split('_'),\n weekdaysParse: minWeekdaysParse,\n fullWeekdaysParse: fullWeekdaysParse,\n shortWeekdaysParse: shortWeekdaysParse,\n minWeekdaysParse: minWeekdaysParse,\n\n monthsRegex: monthsRegex$1,\n monthsShortRegex: monthsRegex$1,\n monthsStrictRegex: monthsStrictRegex,\n monthsShortStrictRegex: monthsShortStrictRegex,\n monthsParse: monthsParse,\n longMonthsParse: monthsParse,\n shortMonthsParse: monthsParse,\n\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D [a viz] MMMM YYYY',\n LLL: 'D [a viz] MMMM YYYY HH:mm',\n LLLL: 'dddd, D [a viz] MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Hiziv da] LT',\n nextDay: '[Warcʼhoazh da] LT',\n nextWeek: 'dddd [da] LT',\n lastDay: '[Decʼh da] LT',\n lastWeek: 'dddd [paset da] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'a-benn %s',\n past: '%s ʼzo',\n s: 'un nebeud segondennoù',\n ss: '%d eilenn',\n m: 'ur vunutenn',\n mm: relativeTimeWithMutation,\n h: 'un eur',\n hh: '%d eur',\n d: 'un devezh',\n dd: relativeTimeWithMutation,\n M: 'ur miz',\n MM: relativeTimeWithMutation,\n y: 'ur bloaz',\n yy: specialMutationForYears,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(añ|vet)/,\n ordinal: function (number) {\n var output = number === 1 ? 'añ' : 'vet';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n meridiemParse: /a.m.|g.m./, // goude merenn | a-raok merenn\n isPM: function (token) {\n return token === 'g.m.';\n },\n meridiem: function (hour, minute, isLower) {\n return hour < 12 ? 'a.m.' : 'g.m.';\n },\n });\n\n //! moment.js locale configuration\n\n function translate(number, withoutSuffix, key) {\n var result = number + ' ';\n switch (key) {\n case 'ss':\n if (number === 1) {\n result += 'sekunda';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'sekunde';\n } else {\n result += 'sekundi';\n }\n return result;\n case 'm':\n return withoutSuffix ? 'jedna minuta' : 'jedne minute';\n case 'mm':\n if (number === 1) {\n result += 'minuta';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'minute';\n } else {\n result += 'minuta';\n }\n return result;\n case 'h':\n return withoutSuffix ? 'jedan sat' : 'jednog sata';\n case 'hh':\n if (number === 1) {\n result += 'sat';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'sata';\n } else {\n result += 'sati';\n }\n return result;\n case 'dd':\n if (number === 1) {\n result += 'dan';\n } else {\n result += 'dana';\n }\n return result;\n case 'MM':\n if (number === 1) {\n result += 'mjesec';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'mjeseca';\n } else {\n result += 'mjeseci';\n }\n return result;\n case 'yy':\n if (number === 1) {\n result += 'godina';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'godine';\n } else {\n result += 'godina';\n }\n return result;\n }\n }\n\n hooks.defineLocale('bs', {\n months: 'januar_februar_mart_april_maj_juni_juli_august_septembar_oktobar_novembar_decembar'.split(\n '_'\n ),\n monthsShort: 'jan._feb._mar._apr._maj._jun._jul._aug._sep._okt._nov._dec.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota'.split(\n '_'\n ),\n weekdaysShort: 'ned._pon._uto._sri._čet._pet._sub.'.split('_'),\n weekdaysMin: 'ne_po_ut_sr_če_pe_su'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm',\n LLLL: 'dddd, D. MMMM YYYY H:mm',\n },\n calendar: {\n sameDay: '[danas u] LT',\n nextDay: '[sutra u] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[u] [nedjelju] [u] LT';\n case 3:\n return '[u] [srijedu] [u] LT';\n case 6:\n return '[u] [subotu] [u] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[u] dddd [u] LT';\n }\n },\n lastDay: '[jučer u] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n case 3:\n return '[prošlu] dddd [u] LT';\n case 6:\n return '[prošle] [subote] [u] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[prošli] dddd [u] LT';\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'za %s',\n past: 'prije %s',\n s: 'par sekundi',\n ss: translate,\n m: translate,\n mm: translate,\n h: translate,\n hh: translate,\n d: 'dan',\n dd: translate,\n M: 'mjesec',\n MM: translate,\n y: 'godinu',\n yy: translate,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('ca', {\n months: {\n standalone: 'gener_febrer_març_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre'.split(\n '_'\n ),\n format: \"de gener_de febrer_de març_d'abril_de maig_de juny_de juliol_d'agost_de setembre_d'octubre_de novembre_de desembre\".split(\n '_'\n ),\n isFormat: /D[oD]?(\\s)+MMMM/,\n },\n monthsShort: 'gen._febr._març_abr._maig_juny_jul._ag._set._oct._nov._des.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte'.split(\n '_'\n ),\n weekdaysShort: 'dg._dl._dt._dc._dj._dv._ds.'.split('_'),\n weekdaysMin: 'dg_dl_dt_dc_dj_dv_ds'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM [de] YYYY',\n ll: 'D MMM YYYY',\n LLL: 'D MMMM [de] YYYY [a les] H:mm',\n lll: 'D MMM YYYY, H:mm',\n LLLL: 'dddd D MMMM [de] YYYY [a les] H:mm',\n llll: 'ddd D MMM YYYY, H:mm',\n },\n calendar: {\n sameDay: function () {\n return '[avui a ' + (this.hours() !== 1 ? 'les' : 'la') + '] LT';\n },\n nextDay: function () {\n return '[demà a ' + (this.hours() !== 1 ? 'les' : 'la') + '] LT';\n },\n nextWeek: function () {\n return 'dddd [a ' + (this.hours() !== 1 ? 'les' : 'la') + '] LT';\n },\n lastDay: function () {\n return '[ahir a ' + (this.hours() !== 1 ? 'les' : 'la') + '] LT';\n },\n lastWeek: function () {\n return (\n '[el] dddd [passat a ' +\n (this.hours() !== 1 ? 'les' : 'la') +\n '] LT'\n );\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: \"d'aquí %s\",\n past: 'fa %s',\n s: 'uns segons',\n ss: '%d segons',\n m: 'un minut',\n mm: '%d minuts',\n h: 'una hora',\n hh: '%d hores',\n d: 'un dia',\n dd: '%d dies',\n M: 'un mes',\n MM: '%d mesos',\n y: 'un any',\n yy: '%d anys',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(r|n|t|è|a)/,\n ordinal: function (number, period) {\n var output =\n number === 1\n ? 'r'\n : number === 2\n ? 'n'\n : number === 3\n ? 'r'\n : number === 4\n ? 't'\n : 'è';\n if (period === 'w' || period === 'W') {\n output = 'a';\n }\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var months$4 = 'leden_únor_březen_duben_květen_červen_červenec_srpen_září_říjen_listopad_prosinec'.split(\n '_'\n ),\n monthsShort = 'led_úno_bře_dub_kvě_čvn_čvc_srp_zář_říj_lis_pro'.split('_'),\n monthsParse$1 = [\n /^led/i,\n /^úno/i,\n /^bře/i,\n /^dub/i,\n /^kvě/i,\n /^(čvn|červen$|června)/i,\n /^(čvc|červenec|července)/i,\n /^srp/i,\n /^zář/i,\n /^říj/i,\n /^lis/i,\n /^pro/i,\n ],\n // NOTE: 'červen' is substring of 'červenec'; therefore 'červenec' must precede 'červen' in the regex to be fully matched.\n // Otherwise parser matches '1. červenec' as '1. červen' + 'ec'.\n monthsRegex$2 = /^(leden|únor|březen|duben|květen|červenec|července|červen|června|srpen|září|říjen|listopad|prosinec|led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i;\n\n function plural$1(n) {\n return n > 1 && n < 5 && ~~(n / 10) !== 1;\n }\n function translate$1(number, withoutSuffix, key, isFuture) {\n var result = number + ' ';\n switch (key) {\n case 's': // a few seconds / in a few seconds / a few seconds ago\n return withoutSuffix || isFuture ? 'pár sekund' : 'pár sekundami';\n case 'ss': // 9 seconds / in 9 seconds / 9 seconds ago\n if (withoutSuffix || isFuture) {\n return result + (plural$1(number) ? 'sekundy' : 'sekund');\n } else {\n return result + 'sekundami';\n }\n case 'm': // a minute / in a minute / a minute ago\n return withoutSuffix ? 'minuta' : isFuture ? 'minutu' : 'minutou';\n case 'mm': // 9 minutes / in 9 minutes / 9 minutes ago\n if (withoutSuffix || isFuture) {\n return result + (plural$1(number) ? 'minuty' : 'minut');\n } else {\n return result + 'minutami';\n }\n case 'h': // an hour / in an hour / an hour ago\n return withoutSuffix ? 'hodina' : isFuture ? 'hodinu' : 'hodinou';\n case 'hh': // 9 hours / in 9 hours / 9 hours ago\n if (withoutSuffix || isFuture) {\n return result + (plural$1(number) ? 'hodiny' : 'hodin');\n } else {\n return result + 'hodinami';\n }\n case 'd': // a day / in a day / a day ago\n return withoutSuffix || isFuture ? 'den' : 'dnem';\n case 'dd': // 9 days / in 9 days / 9 days ago\n if (withoutSuffix || isFuture) {\n return result + (plural$1(number) ? 'dny' : 'dní');\n } else {\n return result + 'dny';\n }\n case 'M': // a month / in a month / a month ago\n return withoutSuffix || isFuture ? 'měsíc' : 'měsícem';\n case 'MM': // 9 months / in 9 months / 9 months ago\n if (withoutSuffix || isFuture) {\n return result + (plural$1(number) ? 'měsíce' : 'měsíců');\n } else {\n return result + 'měsíci';\n }\n case 'y': // a year / in a year / a year ago\n return withoutSuffix || isFuture ? 'rok' : 'rokem';\n case 'yy': // 9 years / in 9 years / 9 years ago\n if (withoutSuffix || isFuture) {\n return result + (plural$1(number) ? 'roky' : 'let');\n } else {\n return result + 'lety';\n }\n }\n }\n\n hooks.defineLocale('cs', {\n months: months$4,\n monthsShort: monthsShort,\n monthsRegex: monthsRegex$2,\n monthsShortRegex: monthsRegex$2,\n // NOTE: 'červen' is substring of 'červenec'; therefore 'červenec' must precede 'červen' in the regex to be fully matched.\n // Otherwise parser matches '1. červenec' as '1. červen' + 'ec'.\n monthsStrictRegex: /^(leden|ledna|února|únor|březen|března|duben|dubna|květen|května|červenec|července|červen|června|srpen|srpna|září|říjen|října|listopadu|listopad|prosinec|prosince)/i,\n monthsShortStrictRegex: /^(led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i,\n monthsParse: monthsParse$1,\n longMonthsParse: monthsParse$1,\n shortMonthsParse: monthsParse$1,\n weekdays: 'neděle_pondělí_úterý_středa_čtvrtek_pátek_sobota'.split('_'),\n weekdaysShort: 'ne_po_út_st_čt_pá_so'.split('_'),\n weekdaysMin: 'ne_po_út_st_čt_pá_so'.split('_'),\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm',\n LLLL: 'dddd D. MMMM YYYY H:mm',\n l: 'D. M. YYYY',\n },\n calendar: {\n sameDay: '[dnes v] LT',\n nextDay: '[zítra v] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[v neděli v] LT';\n case 1:\n case 2:\n return '[v] dddd [v] LT';\n case 3:\n return '[ve středu v] LT';\n case 4:\n return '[ve čtvrtek v] LT';\n case 5:\n return '[v pátek v] LT';\n case 6:\n return '[v sobotu v] LT';\n }\n },\n lastDay: '[včera v] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return '[minulou neděli v] LT';\n case 1:\n case 2:\n return '[minulé] dddd [v] LT';\n case 3:\n return '[minulou středu v] LT';\n case 4:\n case 5:\n return '[minulý] dddd [v] LT';\n case 6:\n return '[minulou sobotu v] LT';\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'za %s',\n past: 'před %s',\n s: translate$1,\n ss: translate$1,\n m: translate$1,\n mm: translate$1,\n h: translate$1,\n hh: translate$1,\n d: translate$1,\n dd: translate$1,\n M: translate$1,\n MM: translate$1,\n y: translate$1,\n yy: translate$1,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('cv', {\n months: 'кӑрлач_нарӑс_пуш_ака_май_ҫӗртме_утӑ_ҫурла_авӑн_юпа_чӳк_раштав'.split(\n '_'\n ),\n monthsShort: 'кӑр_нар_пуш_ака_май_ҫӗр_утӑ_ҫур_авн_юпа_чӳк_раш'.split('_'),\n weekdays: 'вырсарникун_тунтикун_ытларикун_юнкун_кӗҫнерникун_эрнекун_шӑматкун'.split(\n '_'\n ),\n weekdaysShort: 'выр_тун_ытл_юн_кӗҫ_эрн_шӑм'.split('_'),\n weekdaysMin: 'вр_тн_ыт_юн_кҫ_эр_шм'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD-MM-YYYY',\n LL: 'YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ]',\n LLL: 'YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm',\n LLLL: 'dddd, YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm',\n },\n calendar: {\n sameDay: '[Паян] LT [сехетре]',\n nextDay: '[Ыран] LT [сехетре]',\n lastDay: '[Ӗнер] LT [сехетре]',\n nextWeek: '[Ҫитес] dddd LT [сехетре]',\n lastWeek: '[Иртнӗ] dddd LT [сехетре]',\n sameElse: 'L',\n },\n relativeTime: {\n future: function (output) {\n var affix = /сехет$/i.exec(output)\n ? 'рен'\n : /ҫул$/i.exec(output)\n ? 'тан'\n : 'ран';\n return output + affix;\n },\n past: '%s каялла',\n s: 'пӗр-ик ҫеккунт',\n ss: '%d ҫеккунт',\n m: 'пӗр минут',\n mm: '%d минут',\n h: 'пӗр сехет',\n hh: '%d сехет',\n d: 'пӗр кун',\n dd: '%d кун',\n M: 'пӗр уйӑх',\n MM: '%d уйӑх',\n y: 'пӗр ҫул',\n yy: '%d ҫул',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-мӗш/,\n ordinal: '%d-мӗш',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('cy', {\n months: 'Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr'.split(\n '_'\n ),\n monthsShort: 'Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag'.split(\n '_'\n ),\n weekdays: 'Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn'.split(\n '_'\n ),\n weekdaysShort: 'Sul_Llun_Maw_Mer_Iau_Gwe_Sad'.split('_'),\n weekdaysMin: 'Su_Ll_Ma_Me_Ia_Gw_Sa'.split('_'),\n weekdaysParseExact: true,\n // time formats are the same as en-gb\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Heddiw am] LT',\n nextDay: '[Yfory am] LT',\n nextWeek: 'dddd [am] LT',\n lastDay: '[Ddoe am] LT',\n lastWeek: 'dddd [diwethaf am] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'mewn %s',\n past: '%s yn ôl',\n s: 'ychydig eiliadau',\n ss: '%d eiliad',\n m: 'munud',\n mm: '%d munud',\n h: 'awr',\n hh: '%d awr',\n d: 'diwrnod',\n dd: '%d diwrnod',\n M: 'mis',\n MM: '%d mis',\n y: 'blwyddyn',\n yy: '%d flynedd',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(fed|ain|af|il|ydd|ed|eg)/,\n // traditional ordinal numbers above 31 are not commonly used in colloquial Welsh\n ordinal: function (number) {\n var b = number,\n output = '',\n lookup = [\n '',\n 'af',\n 'il',\n 'ydd',\n 'ydd',\n 'ed',\n 'ed',\n 'ed',\n 'fed',\n 'fed',\n 'fed', // 1af to 10fed\n 'eg',\n 'fed',\n 'eg',\n 'eg',\n 'fed',\n 'eg',\n 'eg',\n 'fed',\n 'eg',\n 'fed', // 11eg to 20fed\n ];\n if (b > 20) {\n if (b === 40 || b === 50 || b === 60 || b === 80 || b === 100) {\n output = 'fed'; // not 30ain, 70ain or 90ain\n } else {\n output = 'ain';\n }\n } else if (b > 0) {\n output = lookup[b];\n }\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('da', {\n months: 'januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december'.split(\n '_'\n ),\n monthsShort: 'jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec'.split('_'),\n weekdays: 'søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag'.split('_'),\n weekdaysShort: 'søn_man_tir_ons_tor_fre_lør'.split('_'),\n weekdaysMin: 'sø_ma_ti_on_to_fr_lø'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY HH:mm',\n LLLL: 'dddd [d.] D. MMMM YYYY [kl.] HH:mm',\n },\n calendar: {\n sameDay: '[i dag kl.] LT',\n nextDay: '[i morgen kl.] LT',\n nextWeek: 'på dddd [kl.] LT',\n lastDay: '[i går kl.] LT',\n lastWeek: '[i] dddd[s kl.] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'om %s',\n past: '%s siden',\n s: 'få sekunder',\n ss: '%d sekunder',\n m: 'et minut',\n mm: '%d minutter',\n h: 'en time',\n hh: '%d timer',\n d: 'en dag',\n dd: '%d dage',\n M: 'en måned',\n MM: '%d måneder',\n y: 'et år',\n yy: '%d år',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var format = {\n m: ['eine Minute', 'einer Minute'],\n h: ['eine Stunde', 'einer Stunde'],\n d: ['ein Tag', 'einem Tag'],\n dd: [number + ' Tage', number + ' Tagen'],\n w: ['eine Woche', 'einer Woche'],\n M: ['ein Monat', 'einem Monat'],\n MM: [number + ' Monate', number + ' Monaten'],\n y: ['ein Jahr', 'einem Jahr'],\n yy: [number + ' Jahre', number + ' Jahren'],\n };\n return withoutSuffix ? format[key][0] : format[key][1];\n }\n\n hooks.defineLocale('de-at', {\n months: 'Jänner_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember'.split(\n '_'\n ),\n monthsShort: 'Jän._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag'.split(\n '_'\n ),\n weekdaysShort: 'So._Mo._Di._Mi._Do._Fr._Sa.'.split('_'),\n weekdaysMin: 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY HH:mm',\n LLLL: 'dddd, D. MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[heute um] LT [Uhr]',\n sameElse: 'L',\n nextDay: '[morgen um] LT [Uhr]',\n nextWeek: 'dddd [um] LT [Uhr]',\n lastDay: '[gestern um] LT [Uhr]',\n lastWeek: '[letzten] dddd [um] LT [Uhr]',\n },\n relativeTime: {\n future: 'in %s',\n past: 'vor %s',\n s: 'ein paar Sekunden',\n ss: '%d Sekunden',\n m: processRelativeTime,\n mm: '%d Minuten',\n h: processRelativeTime,\n hh: '%d Stunden',\n d: processRelativeTime,\n dd: processRelativeTime,\n w: processRelativeTime,\n ww: '%d Wochen',\n M: processRelativeTime,\n MM: processRelativeTime,\n y: processRelativeTime,\n yy: processRelativeTime,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n function processRelativeTime$1(number, withoutSuffix, key, isFuture) {\n var format = {\n m: ['eine Minute', 'einer Minute'],\n h: ['eine Stunde', 'einer Stunde'],\n d: ['ein Tag', 'einem Tag'],\n dd: [number + ' Tage', number + ' Tagen'],\n w: ['eine Woche', 'einer Woche'],\n M: ['ein Monat', 'einem Monat'],\n MM: [number + ' Monate', number + ' Monaten'],\n y: ['ein Jahr', 'einem Jahr'],\n yy: [number + ' Jahre', number + ' Jahren'],\n };\n return withoutSuffix ? format[key][0] : format[key][1];\n }\n\n hooks.defineLocale('de-ch', {\n months: 'Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember'.split(\n '_'\n ),\n monthsShort: 'Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag'.split(\n '_'\n ),\n weekdaysShort: 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'),\n weekdaysMin: 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY HH:mm',\n LLLL: 'dddd, D. MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[heute um] LT [Uhr]',\n sameElse: 'L',\n nextDay: '[morgen um] LT [Uhr]',\n nextWeek: 'dddd [um] LT [Uhr]',\n lastDay: '[gestern um] LT [Uhr]',\n lastWeek: '[letzten] dddd [um] LT [Uhr]',\n },\n relativeTime: {\n future: 'in %s',\n past: 'vor %s',\n s: 'ein paar Sekunden',\n ss: '%d Sekunden',\n m: processRelativeTime$1,\n mm: '%d Minuten',\n h: processRelativeTime$1,\n hh: '%d Stunden',\n d: processRelativeTime$1,\n dd: processRelativeTime$1,\n w: processRelativeTime$1,\n ww: '%d Wochen',\n M: processRelativeTime$1,\n MM: processRelativeTime$1,\n y: processRelativeTime$1,\n yy: processRelativeTime$1,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n function processRelativeTime$2(number, withoutSuffix, key, isFuture) {\n var format = {\n m: ['eine Minute', 'einer Minute'],\n h: ['eine Stunde', 'einer Stunde'],\n d: ['ein Tag', 'einem Tag'],\n dd: [number + ' Tage', number + ' Tagen'],\n w: ['eine Woche', 'einer Woche'],\n M: ['ein Monat', 'einem Monat'],\n MM: [number + ' Monate', number + ' Monaten'],\n y: ['ein Jahr', 'einem Jahr'],\n yy: [number + ' Jahre', number + ' Jahren'],\n };\n return withoutSuffix ? format[key][0] : format[key][1];\n }\n\n hooks.defineLocale('de', {\n months: 'Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember'.split(\n '_'\n ),\n monthsShort: 'Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag'.split(\n '_'\n ),\n weekdaysShort: 'So._Mo._Di._Mi._Do._Fr._Sa.'.split('_'),\n weekdaysMin: 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY HH:mm',\n LLLL: 'dddd, D. MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[heute um] LT [Uhr]',\n sameElse: 'L',\n nextDay: '[morgen um] LT [Uhr]',\n nextWeek: 'dddd [um] LT [Uhr]',\n lastDay: '[gestern um] LT [Uhr]',\n lastWeek: '[letzten] dddd [um] LT [Uhr]',\n },\n relativeTime: {\n future: 'in %s',\n past: 'vor %s',\n s: 'ein paar Sekunden',\n ss: '%d Sekunden',\n m: processRelativeTime$2,\n mm: '%d Minuten',\n h: processRelativeTime$2,\n hh: '%d Stunden',\n d: processRelativeTime$2,\n dd: processRelativeTime$2,\n w: processRelativeTime$2,\n ww: '%d Wochen',\n M: processRelativeTime$2,\n MM: processRelativeTime$2,\n y: processRelativeTime$2,\n yy: processRelativeTime$2,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var months$5 = [\n 'ޖެނުއަރީ',\n 'ފެބްރުއަރީ',\n 'މާރިޗު',\n 'އޭޕްރީލު',\n 'މޭ',\n 'ޖޫން',\n 'ޖުލައި',\n 'އޯގަސްޓު',\n 'ސެޕްޓެމްބަރު',\n 'އޮކްޓޯބަރު',\n 'ނޮވެމްބަރު',\n 'ޑިސެމްބަރު',\n ],\n weekdays = [\n 'އާދިއްތަ',\n 'ހޯމަ',\n 'އަންގާރަ',\n 'ބުދަ',\n 'ބުރާސްފަތި',\n 'ހުކުރު',\n 'ހޮނިހިރު',\n ];\n\n hooks.defineLocale('dv', {\n months: months$5,\n monthsShort: months$5,\n weekdays: weekdays,\n weekdaysShort: weekdays,\n weekdaysMin: 'އާދި_ހޯމަ_އަން_ބުދަ_ބުރާ_ހުކު_ހޮނި'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'D/M/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n meridiemParse: /މކ|މފ/,\n isPM: function (input) {\n return 'މފ' === input;\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'މކ';\n } else {\n return 'މފ';\n }\n },\n calendar: {\n sameDay: '[މިއަދު] LT',\n nextDay: '[މާދަމާ] LT',\n nextWeek: 'dddd LT',\n lastDay: '[އިއްޔެ] LT',\n lastWeek: '[ފާއިތުވި] dddd LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'ތެރޭގައި %s',\n past: 'ކުރިން %s',\n s: 'ސިކުންތުކޮޅެއް',\n ss: 'd% ސިކުންތު',\n m: 'މިނިޓެއް',\n mm: 'މިނިޓު %d',\n h: 'ގަޑިއިރެއް',\n hh: 'ގަޑިއިރު %d',\n d: 'ދުވަހެއް',\n dd: 'ދުވަސް %d',\n M: 'މަހެއް',\n MM: 'މަސް %d',\n y: 'އަހަރެއް',\n yy: 'އަހަރު %d',\n },\n preparse: function (string) {\n return string.replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/,/g, '،');\n },\n week: {\n dow: 7, // Sunday is the first day of the week.\n doy: 12, // The week that contains Jan 12th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n function isFunction$1(input) {\n return (\n (typeof Function !== 'undefined' && input instanceof Function) ||\n Object.prototype.toString.call(input) === '[object Function]'\n );\n }\n\n hooks.defineLocale('el', {\n monthsNominativeEl: 'Ιανουάριος_Φεβρουάριος_Μάρτιος_Απρίλιος_Μάιος_Ιούνιος_Ιούλιος_Αύγουστος_Σεπτέμβριος_Οκτώβριος_Νοέμβριος_Δεκέμβριος'.split(\n '_'\n ),\n monthsGenitiveEl: 'Ιανουαρίου_Φεβρουαρίου_Μαρτίου_Απριλίου_Μαΐου_Ιουνίου_Ιουλίου_Αυγούστου_Σεπτεμβρίου_Οκτωβρίου_Νοεμβρίου_Δεκεμβρίου'.split(\n '_'\n ),\n months: function (momentToFormat, format) {\n if (!momentToFormat) {\n return this._monthsNominativeEl;\n } else if (\n typeof format === 'string' &&\n /D/.test(format.substring(0, format.indexOf('MMMM')))\n ) {\n // if there is a day number before 'MMMM'\n return this._monthsGenitiveEl[momentToFormat.month()];\n } else {\n return this._monthsNominativeEl[momentToFormat.month()];\n }\n },\n monthsShort: 'Ιαν_Φεβ_Μαρ_Απρ_Μαϊ_Ιουν_Ιουλ_Αυγ_Σεπ_Οκτ_Νοε_Δεκ'.split('_'),\n weekdays: 'Κυριακή_Δευτέρα_Τρίτη_Τετάρτη_Πέμπτη_Παρασκευή_Σάββατο'.split(\n '_'\n ),\n weekdaysShort: 'Κυρ_Δευ_Τρι_Τετ_Πεμ_Παρ_Σαβ'.split('_'),\n weekdaysMin: 'Κυ_Δε_Τρ_Τε_Πε_Πα_Σα'.split('_'),\n meridiem: function (hours, minutes, isLower) {\n if (hours > 11) {\n return isLower ? 'μμ' : 'ΜΜ';\n } else {\n return isLower ? 'πμ' : 'ΠΜ';\n }\n },\n isPM: function (input) {\n return (input + '').toLowerCase()[0] === 'μ';\n },\n meridiemParse: /[ΠΜ]\\.?Μ?\\.?/i,\n longDateFormat: {\n LT: 'h:mm A',\n LTS: 'h:mm:ss A',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY h:mm A',\n LLLL: 'dddd, D MMMM YYYY h:mm A',\n },\n calendarEl: {\n sameDay: '[Σήμερα {}] LT',\n nextDay: '[Αύριο {}] LT',\n nextWeek: 'dddd [{}] LT',\n lastDay: '[Χθες {}] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 6:\n return '[το προηγούμενο] dddd [{}] LT';\n default:\n return '[την προηγούμενη] dddd [{}] LT';\n }\n },\n sameElse: 'L',\n },\n calendar: function (key, mom) {\n var output = this._calendarEl[key],\n hours = mom && mom.hours();\n if (isFunction$1(output)) {\n output = output.apply(mom);\n }\n return output.replace('{}', hours % 12 === 1 ? 'στη' : 'στις');\n },\n relativeTime: {\n future: 'σε %s',\n past: '%s πριν',\n s: 'λίγα δευτερόλεπτα',\n ss: '%d δευτερόλεπτα',\n m: 'ένα λεπτό',\n mm: '%d λεπτά',\n h: 'μία ώρα',\n hh: '%d ώρες',\n d: 'μία μέρα',\n dd: '%d μέρες',\n M: 'ένας μήνας',\n MM: '%d μήνες',\n y: 'ένας χρόνος',\n yy: '%d χρόνια',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}η/,\n ordinal: '%dη',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4st is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('en-au', {\n months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split(\n '_'\n ),\n weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat: {\n LT: 'h:mm A',\n LTS: 'h:mm:ss A',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY h:mm A',\n LLLL: 'dddd, D MMMM YYYY h:mm A',\n },\n calendar: {\n sameDay: '[Today at] LT',\n nextDay: '[Tomorrow at] LT',\n nextWeek: 'dddd [at] LT',\n lastDay: '[Yesterday at] LT',\n lastWeek: '[Last] dddd [at] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'in %s',\n past: '%s ago',\n s: 'a few seconds',\n ss: '%d seconds',\n m: 'a minute',\n mm: '%d minutes',\n h: 'an hour',\n hh: '%d hours',\n d: 'a day',\n dd: '%d days',\n M: 'a month',\n MM: '%d months',\n y: 'a year',\n yy: '%d years',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('en-ca', {\n months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split(\n '_'\n ),\n weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat: {\n LT: 'h:mm A',\n LTS: 'h:mm:ss A',\n L: 'YYYY-MM-DD',\n LL: 'MMMM D, YYYY',\n LLL: 'MMMM D, YYYY h:mm A',\n LLLL: 'dddd, MMMM D, YYYY h:mm A',\n },\n calendar: {\n sameDay: '[Today at] LT',\n nextDay: '[Tomorrow at] LT',\n nextWeek: 'dddd [at] LT',\n lastDay: '[Yesterday at] LT',\n lastWeek: '[Last] dddd [at] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'in %s',\n past: '%s ago',\n s: 'a few seconds',\n ss: '%d seconds',\n m: 'a minute',\n mm: '%d minutes',\n h: 'an hour',\n hh: '%d hours',\n d: 'a day',\n dd: '%d days',\n M: 'a month',\n MM: '%d months',\n y: 'a year',\n yy: '%d years',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('en-gb', {\n months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split(\n '_'\n ),\n weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Today at] LT',\n nextDay: '[Tomorrow at] LT',\n nextWeek: 'dddd [at] LT',\n lastDay: '[Yesterday at] LT',\n lastWeek: '[Last] dddd [at] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'in %s',\n past: '%s ago',\n s: 'a few seconds',\n ss: '%d seconds',\n m: 'a minute',\n mm: '%d minutes',\n h: 'an hour',\n hh: '%d hours',\n d: 'a day',\n dd: '%d days',\n M: 'a month',\n MM: '%d months',\n y: 'a year',\n yy: '%d years',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('en-ie', {\n months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split(\n '_'\n ),\n weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Today at] LT',\n nextDay: '[Tomorrow at] LT',\n nextWeek: 'dddd [at] LT',\n lastDay: '[Yesterday at] LT',\n lastWeek: '[Last] dddd [at] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'in %s',\n past: '%s ago',\n s: 'a few seconds',\n ss: '%d seconds',\n m: 'a minute',\n mm: '%d minutes',\n h: 'an hour',\n hh: '%d hours',\n d: 'a day',\n dd: '%d days',\n M: 'a month',\n MM: '%d months',\n y: 'a year',\n yy: '%d years',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('en-il', {\n months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split(\n '_'\n ),\n weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Today at] LT',\n nextDay: '[Tomorrow at] LT',\n nextWeek: 'dddd [at] LT',\n lastDay: '[Yesterday at] LT',\n lastWeek: '[Last] dddd [at] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'in %s',\n past: '%s ago',\n s: 'a few seconds',\n ss: '%d seconds',\n m: 'a minute',\n mm: '%d minutes',\n h: 'an hour',\n hh: '%d hours',\n d: 'a day',\n dd: '%d days',\n M: 'a month',\n MM: '%d months',\n y: 'a year',\n yy: '%d years',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('en-in', {\n months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split(\n '_'\n ),\n weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat: {\n LT: 'h:mm A',\n LTS: 'h:mm:ss A',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY h:mm A',\n LLLL: 'dddd, D MMMM YYYY h:mm A',\n },\n calendar: {\n sameDay: '[Today at] LT',\n nextDay: '[Tomorrow at] LT',\n nextWeek: 'dddd [at] LT',\n lastDay: '[Yesterday at] LT',\n lastWeek: '[Last] dddd [at] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'in %s',\n past: '%s ago',\n s: 'a few seconds',\n ss: '%d seconds',\n m: 'a minute',\n mm: '%d minutes',\n h: 'an hour',\n hh: '%d hours',\n d: 'a day',\n dd: '%d days',\n M: 'a month',\n MM: '%d months',\n y: 'a year',\n yy: '%d years',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 1st is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('en-nz', {\n months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split(\n '_'\n ),\n weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat: {\n LT: 'h:mm A',\n LTS: 'h:mm:ss A',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY h:mm A',\n LLLL: 'dddd, D MMMM YYYY h:mm A',\n },\n calendar: {\n sameDay: '[Today at] LT',\n nextDay: '[Tomorrow at] LT',\n nextWeek: 'dddd [at] LT',\n lastDay: '[Yesterday at] LT',\n lastWeek: '[Last] dddd [at] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'in %s',\n past: '%s ago',\n s: 'a few seconds',\n ss: '%d seconds',\n m: 'a minute',\n mm: '%d minutes',\n h: 'an hour',\n hh: '%d hours',\n d: 'a day',\n dd: '%d days',\n M: 'a month',\n MM: '%d months',\n y: 'a year',\n yy: '%d years',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('en-sg', {\n months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split(\n '_'\n ),\n weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Today at] LT',\n nextDay: '[Tomorrow at] LT',\n nextWeek: 'dddd [at] LT',\n lastDay: '[Yesterday at] LT',\n lastWeek: '[Last] dddd [at] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'in %s',\n past: '%s ago',\n s: 'a few seconds',\n ss: '%d seconds',\n m: 'a minute',\n mm: '%d minutes',\n h: 'an hour',\n hh: '%d hours',\n d: 'a day',\n dd: '%d days',\n M: 'a month',\n MM: '%d months',\n y: 'a year',\n yy: '%d years',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('eo', {\n months: 'januaro_februaro_marto_aprilo_majo_junio_julio_aŭgusto_septembro_oktobro_novembro_decembro'.split(\n '_'\n ),\n monthsShort: 'jan_feb_mart_apr_maj_jun_jul_aŭg_sept_okt_nov_dec'.split('_'),\n weekdays: 'dimanĉo_lundo_mardo_merkredo_ĵaŭdo_vendredo_sabato'.split('_'),\n weekdaysShort: 'dim_lun_mard_merk_ĵaŭ_ven_sab'.split('_'),\n weekdaysMin: 'di_lu_ma_me_ĵa_ve_sa'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY-MM-DD',\n LL: '[la] D[-an de] MMMM, YYYY',\n LLL: '[la] D[-an de] MMMM, YYYY HH:mm',\n LLLL: 'dddd[n], [la] D[-an de] MMMM, YYYY HH:mm',\n llll: 'ddd, [la] D[-an de] MMM, YYYY HH:mm',\n },\n meridiemParse: /[ap]\\.t\\.m/i,\n isPM: function (input) {\n return input.charAt(0).toLowerCase() === 'p';\n },\n meridiem: function (hours, minutes, isLower) {\n if (hours > 11) {\n return isLower ? 'p.t.m.' : 'P.T.M.';\n } else {\n return isLower ? 'a.t.m.' : 'A.T.M.';\n }\n },\n calendar: {\n sameDay: '[Hodiaŭ je] LT',\n nextDay: '[Morgaŭ je] LT',\n nextWeek: 'dddd[n je] LT',\n lastDay: '[Hieraŭ je] LT',\n lastWeek: '[pasintan] dddd[n je] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'post %s',\n past: 'antaŭ %s',\n s: 'kelkaj sekundoj',\n ss: '%d sekundoj',\n m: 'unu minuto',\n mm: '%d minutoj',\n h: 'unu horo',\n hh: '%d horoj',\n d: 'unu tago', //ne 'diurno', ĉar estas uzita por proksimumo\n dd: '%d tagoj',\n M: 'unu monato',\n MM: '%d monatoj',\n y: 'unu jaro',\n yy: '%d jaroj',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}a/,\n ordinal: '%da',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var monthsShortDot = 'ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.'.split(\n '_'\n ),\n monthsShort$1 = 'ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic'.split('_'),\n monthsParse$2 = [\n /^ene/i,\n /^feb/i,\n /^mar/i,\n /^abr/i,\n /^may/i,\n /^jun/i,\n /^jul/i,\n /^ago/i,\n /^sep/i,\n /^oct/i,\n /^nov/i,\n /^dic/i,\n ],\n monthsRegex$3 = /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i;\n\n hooks.defineLocale('es-do', {\n months: 'enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre'.split(\n '_'\n ),\n monthsShort: function (m, format) {\n if (!m) {\n return monthsShortDot;\n } else if (/-MMM-/.test(format)) {\n return monthsShort$1[m.month()];\n } else {\n return monthsShortDot[m.month()];\n }\n },\n monthsRegex: monthsRegex$3,\n monthsShortRegex: monthsRegex$3,\n monthsStrictRegex: /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,\n monthsShortStrictRegex: /^(ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i,\n monthsParse: monthsParse$2,\n longMonthsParse: monthsParse$2,\n shortMonthsParse: monthsParse$2,\n weekdays: 'domingo_lunes_martes_miércoles_jueves_viernes_sábado'.split('_'),\n weekdaysShort: 'dom._lun._mar._mié._jue._vie._sáb.'.split('_'),\n weekdaysMin: 'do_lu_ma_mi_ju_vi_sá'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'h:mm A',\n LTS: 'h:mm:ss A',\n L: 'DD/MM/YYYY',\n LL: 'D [de] MMMM [de] YYYY',\n LLL: 'D [de] MMMM [de] YYYY h:mm A',\n LLLL: 'dddd, D [de] MMMM [de] YYYY h:mm A',\n },\n calendar: {\n sameDay: function () {\n return '[hoy a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n nextDay: function () {\n return '[mañana a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n nextWeek: function () {\n return 'dddd [a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n lastDay: function () {\n return '[ayer a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n lastWeek: function () {\n return (\n '[el] dddd [pasado a la' +\n (this.hours() !== 1 ? 's' : '') +\n '] LT'\n );\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'en %s',\n past: 'hace %s',\n s: 'unos segundos',\n ss: '%d segundos',\n m: 'un minuto',\n mm: '%d minutos',\n h: 'una hora',\n hh: '%d horas',\n d: 'un día',\n dd: '%d días',\n M: 'un mes',\n MM: '%d meses',\n y: 'un año',\n yy: '%d años',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var monthsShortDot$1 = 'ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.'.split(\n '_'\n ),\n monthsShort$2 = 'ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic'.split('_'),\n monthsParse$3 = [\n /^ene/i,\n /^feb/i,\n /^mar/i,\n /^abr/i,\n /^may/i,\n /^jun/i,\n /^jul/i,\n /^ago/i,\n /^sep/i,\n /^oct/i,\n /^nov/i,\n /^dic/i,\n ],\n monthsRegex$4 = /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i;\n\n hooks.defineLocale('es-us', {\n months: 'enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre'.split(\n '_'\n ),\n monthsShort: function (m, format) {\n if (!m) {\n return monthsShortDot$1;\n } else if (/-MMM-/.test(format)) {\n return monthsShort$2[m.month()];\n } else {\n return monthsShortDot$1[m.month()];\n }\n },\n monthsRegex: monthsRegex$4,\n monthsShortRegex: monthsRegex$4,\n monthsStrictRegex: /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,\n monthsShortStrictRegex: /^(ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i,\n monthsParse: monthsParse$3,\n longMonthsParse: monthsParse$3,\n shortMonthsParse: monthsParse$3,\n weekdays: 'domingo_lunes_martes_miércoles_jueves_viernes_sábado'.split('_'),\n weekdaysShort: 'dom._lun._mar._mié._jue._vie._sáb.'.split('_'),\n weekdaysMin: 'do_lu_ma_mi_ju_vi_sá'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'h:mm A',\n LTS: 'h:mm:ss A',\n L: 'MM/DD/YYYY',\n LL: 'D [de] MMMM [de] YYYY',\n LLL: 'D [de] MMMM [de] YYYY h:mm A',\n LLLL: 'dddd, D [de] MMMM [de] YYYY h:mm A',\n },\n calendar: {\n sameDay: function () {\n return '[hoy a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n nextDay: function () {\n return '[mañana a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n nextWeek: function () {\n return 'dddd [a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n lastDay: function () {\n return '[ayer a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n lastWeek: function () {\n return (\n '[el] dddd [pasado a la' +\n (this.hours() !== 1 ? 's' : '') +\n '] LT'\n );\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'en %s',\n past: 'hace %s',\n s: 'unos segundos',\n ss: '%d segundos',\n m: 'un minuto',\n mm: '%d minutos',\n h: 'una hora',\n hh: '%d horas',\n d: 'un día',\n dd: '%d días',\n M: 'un mes',\n MM: '%d meses',\n y: 'un año',\n yy: '%d años',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var monthsShortDot$2 = 'ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.'.split(\n '_'\n ),\n monthsShort$3 = 'ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic'.split('_'),\n monthsParse$4 = [\n /^ene/i,\n /^feb/i,\n /^mar/i,\n /^abr/i,\n /^may/i,\n /^jun/i,\n /^jul/i,\n /^ago/i,\n /^sep/i,\n /^oct/i,\n /^nov/i,\n /^dic/i,\n ],\n monthsRegex$5 = /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i;\n\n hooks.defineLocale('es', {\n months: 'enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre'.split(\n '_'\n ),\n monthsShort: function (m, format) {\n if (!m) {\n return monthsShortDot$2;\n } else if (/-MMM-/.test(format)) {\n return monthsShort$3[m.month()];\n } else {\n return monthsShortDot$2[m.month()];\n }\n },\n monthsRegex: monthsRegex$5,\n monthsShortRegex: monthsRegex$5,\n monthsStrictRegex: /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,\n monthsShortStrictRegex: /^(ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i,\n monthsParse: monthsParse$4,\n longMonthsParse: monthsParse$4,\n shortMonthsParse: monthsParse$4,\n weekdays: 'domingo_lunes_martes_miércoles_jueves_viernes_sábado'.split('_'),\n weekdaysShort: 'dom._lun._mar._mié._jue._vie._sáb.'.split('_'),\n weekdaysMin: 'do_lu_ma_mi_ju_vi_sá'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D [de] MMMM [de] YYYY',\n LLL: 'D [de] MMMM [de] YYYY H:mm',\n LLLL: 'dddd, D [de] MMMM [de] YYYY H:mm',\n },\n calendar: {\n sameDay: function () {\n return '[hoy a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n nextDay: function () {\n return '[mañana a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n nextWeek: function () {\n return 'dddd [a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n lastDay: function () {\n return '[ayer a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n lastWeek: function () {\n return (\n '[el] dddd [pasado a la' +\n (this.hours() !== 1 ? 's' : '') +\n '] LT'\n );\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'en %s',\n past: 'hace %s',\n s: 'unos segundos',\n ss: '%d segundos',\n m: 'un minuto',\n mm: '%d minutos',\n h: 'una hora',\n hh: '%d horas',\n d: 'un día',\n dd: '%d días',\n M: 'un mes',\n MM: '%d meses',\n y: 'un año',\n yy: '%d años',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n invalidDate: 'Fecha invalida',\n });\n\n //! moment.js locale configuration\n\n function processRelativeTime$3(number, withoutSuffix, key, isFuture) {\n var format = {\n s: ['mõne sekundi', 'mõni sekund', 'paar sekundit'],\n ss: [number + 'sekundi', number + 'sekundit'],\n m: ['ühe minuti', 'üks minut'],\n mm: [number + ' minuti', number + ' minutit'],\n h: ['ühe tunni', 'tund aega', 'üks tund'],\n hh: [number + ' tunni', number + ' tundi'],\n d: ['ühe päeva', 'üks päev'],\n M: ['kuu aja', 'kuu aega', 'üks kuu'],\n MM: [number + ' kuu', number + ' kuud'],\n y: ['ühe aasta', 'aasta', 'üks aasta'],\n yy: [number + ' aasta', number + ' aastat'],\n };\n if (withoutSuffix) {\n return format[key][2] ? format[key][2] : format[key][1];\n }\n return isFuture ? format[key][0] : format[key][1];\n }\n\n hooks.defineLocale('et', {\n months: 'jaanuar_veebruar_märts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember'.split(\n '_'\n ),\n monthsShort: 'jaan_veebr_märts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets'.split(\n '_'\n ),\n weekdays: 'pühapäev_esmaspäev_teisipäev_kolmapäev_neljapäev_reede_laupäev'.split(\n '_'\n ),\n weekdaysShort: 'P_E_T_K_N_R_L'.split('_'),\n weekdaysMin: 'P_E_T_K_N_R_L'.split('_'),\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm',\n LLLL: 'dddd, D. MMMM YYYY H:mm',\n },\n calendar: {\n sameDay: '[Täna,] LT',\n nextDay: '[Homme,] LT',\n nextWeek: '[Järgmine] dddd LT',\n lastDay: '[Eile,] LT',\n lastWeek: '[Eelmine] dddd LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s pärast',\n past: '%s tagasi',\n s: processRelativeTime$3,\n ss: processRelativeTime$3,\n m: processRelativeTime$3,\n mm: processRelativeTime$3,\n h: processRelativeTime$3,\n hh: processRelativeTime$3,\n d: processRelativeTime$3,\n dd: '%d päeva',\n M: processRelativeTime$3,\n MM: processRelativeTime$3,\n y: processRelativeTime$3,\n yy: processRelativeTime$3,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('eu', {\n months: 'urtarrila_otsaila_martxoa_apirila_maiatza_ekaina_uztaila_abuztua_iraila_urria_azaroa_abendua'.split(\n '_'\n ),\n monthsShort: 'urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'igandea_astelehena_asteartea_asteazkena_osteguna_ostirala_larunbata'.split(\n '_'\n ),\n weekdaysShort: 'ig._al._ar._az._og._ol._lr.'.split('_'),\n weekdaysMin: 'ig_al_ar_az_og_ol_lr'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY-MM-DD',\n LL: 'YYYY[ko] MMMM[ren] D[a]',\n LLL: 'YYYY[ko] MMMM[ren] D[a] HH:mm',\n LLLL: 'dddd, YYYY[ko] MMMM[ren] D[a] HH:mm',\n l: 'YYYY-M-D',\n ll: 'YYYY[ko] MMM D[a]',\n lll: 'YYYY[ko] MMM D[a] HH:mm',\n llll: 'ddd, YYYY[ko] MMM D[a] HH:mm',\n },\n calendar: {\n sameDay: '[gaur] LT[etan]',\n nextDay: '[bihar] LT[etan]',\n nextWeek: 'dddd LT[etan]',\n lastDay: '[atzo] LT[etan]',\n lastWeek: '[aurreko] dddd LT[etan]',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s barru',\n past: 'duela %s',\n s: 'segundo batzuk',\n ss: '%d segundo',\n m: 'minutu bat',\n mm: '%d minutu',\n h: 'ordu bat',\n hh: '%d ordu',\n d: 'egun bat',\n dd: '%d egun',\n M: 'hilabete bat',\n MM: '%d hilabete',\n y: 'urte bat',\n yy: '%d urte',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var symbolMap$5 = {\n '1': '۱',\n '2': '۲',\n '3': '۳',\n '4': '۴',\n '5': '۵',\n '6': '۶',\n '7': '۷',\n '8': '۸',\n '9': '۹',\n '0': '۰',\n },\n numberMap$4 = {\n '۱': '1',\n '۲': '2',\n '۳': '3',\n '۴': '4',\n '۵': '5',\n '۶': '6',\n '۷': '7',\n '۸': '8',\n '۹': '9',\n '۰': '0',\n };\n\n hooks.defineLocale('fa', {\n months: 'ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر'.split(\n '_'\n ),\n monthsShort: 'ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر'.split(\n '_'\n ),\n weekdays: 'یک\\u200cشنبه_دوشنبه_سه\\u200cشنبه_چهارشنبه_پنج\\u200cشنبه_جمعه_شنبه'.split(\n '_'\n ),\n weekdaysShort: 'یک\\u200cشنبه_دوشنبه_سه\\u200cشنبه_چهارشنبه_پنج\\u200cشنبه_جمعه_شنبه'.split(\n '_'\n ),\n weekdaysMin: 'ی_د_س_چ_پ_ج_ش'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n meridiemParse: /قبل از ظهر|بعد از ظهر/,\n isPM: function (input) {\n return /بعد از ظهر/.test(input);\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'قبل از ظهر';\n } else {\n return 'بعد از ظهر';\n }\n },\n calendar: {\n sameDay: '[امروز ساعت] LT',\n nextDay: '[فردا ساعت] LT',\n nextWeek: 'dddd [ساعت] LT',\n lastDay: '[دیروز ساعت] LT',\n lastWeek: 'dddd [پیش] [ساعت] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'در %s',\n past: '%s پیش',\n s: 'چند ثانیه',\n ss: '%d ثانیه',\n m: 'یک دقیقه',\n mm: '%d دقیقه',\n h: 'یک ساعت',\n hh: '%d ساعت',\n d: 'یک روز',\n dd: '%d روز',\n M: 'یک ماه',\n MM: '%d ماه',\n y: 'یک سال',\n yy: '%d سال',\n },\n preparse: function (string) {\n return string\n .replace(/[۰-۹]/g, function (match) {\n return numberMap$4[match];\n })\n .replace(/،/g, ',');\n },\n postformat: function (string) {\n return string\n .replace(/\\d/g, function (match) {\n return symbolMap$5[match];\n })\n .replace(/,/g, '،');\n },\n dayOfMonthOrdinalParse: /\\d{1,2}م/,\n ordinal: '%dم',\n week: {\n dow: 6, // Saturday is the first day of the week.\n doy: 12, // The week that contains Jan 12th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var numbersPast = 'nolla yksi kaksi kolme neljä viisi kuusi seitsemän kahdeksan yhdeksän'.split(\n ' '\n ),\n numbersFuture = [\n 'nolla',\n 'yhden',\n 'kahden',\n 'kolmen',\n 'neljän',\n 'viiden',\n 'kuuden',\n numbersPast[7],\n numbersPast[8],\n numbersPast[9],\n ];\n function translate$2(number, withoutSuffix, key, isFuture) {\n var result = '';\n switch (key) {\n case 's':\n return isFuture ? 'muutaman sekunnin' : 'muutama sekunti';\n case 'ss':\n result = isFuture ? 'sekunnin' : 'sekuntia';\n break;\n case 'm':\n return isFuture ? 'minuutin' : 'minuutti';\n case 'mm':\n result = isFuture ? 'minuutin' : 'minuuttia';\n break;\n case 'h':\n return isFuture ? 'tunnin' : 'tunti';\n case 'hh':\n result = isFuture ? 'tunnin' : 'tuntia';\n break;\n case 'd':\n return isFuture ? 'päivän' : 'päivä';\n case 'dd':\n result = isFuture ? 'päivän' : 'päivää';\n break;\n case 'M':\n return isFuture ? 'kuukauden' : 'kuukausi';\n case 'MM':\n result = isFuture ? 'kuukauden' : 'kuukautta';\n break;\n case 'y':\n return isFuture ? 'vuoden' : 'vuosi';\n case 'yy':\n result = isFuture ? 'vuoden' : 'vuotta';\n break;\n }\n result = verbalNumber(number, isFuture) + ' ' + result;\n return result;\n }\n function verbalNumber(number, isFuture) {\n return number < 10\n ? isFuture\n ? numbersFuture[number]\n : numbersPast[number]\n : number;\n }\n\n hooks.defineLocale('fi', {\n months: 'tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kesäkuu_heinäkuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu'.split(\n '_'\n ),\n monthsShort: 'tammi_helmi_maalis_huhti_touko_kesä_heinä_elo_syys_loka_marras_joulu'.split(\n '_'\n ),\n weekdays: 'sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai'.split(\n '_'\n ),\n weekdaysShort: 'su_ma_ti_ke_to_pe_la'.split('_'),\n weekdaysMin: 'su_ma_ti_ke_to_pe_la'.split('_'),\n longDateFormat: {\n LT: 'HH.mm',\n LTS: 'HH.mm.ss',\n L: 'DD.MM.YYYY',\n LL: 'Do MMMM[ta] YYYY',\n LLL: 'Do MMMM[ta] YYYY, [klo] HH.mm',\n LLLL: 'dddd, Do MMMM[ta] YYYY, [klo] HH.mm',\n l: 'D.M.YYYY',\n ll: 'Do MMM YYYY',\n lll: 'Do MMM YYYY, [klo] HH.mm',\n llll: 'ddd, Do MMM YYYY, [klo] HH.mm',\n },\n calendar: {\n sameDay: '[tänään] [klo] LT',\n nextDay: '[huomenna] [klo] LT',\n nextWeek: 'dddd [klo] LT',\n lastDay: '[eilen] [klo] LT',\n lastWeek: '[viime] dddd[na] [klo] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s päästä',\n past: '%s sitten',\n s: translate$2,\n ss: translate$2,\n m: translate$2,\n mm: translate$2,\n h: translate$2,\n hh: translate$2,\n d: translate$2,\n dd: translate$2,\n M: translate$2,\n MM: translate$2,\n y: translate$2,\n yy: translate$2,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('fil', {\n months: 'Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre'.split(\n '_'\n ),\n monthsShort: 'Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis'.split('_'),\n weekdays: 'Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado'.split(\n '_'\n ),\n weekdaysShort: 'Lin_Lun_Mar_Miy_Huw_Biy_Sab'.split('_'),\n weekdaysMin: 'Li_Lu_Ma_Mi_Hu_Bi_Sab'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'MM/D/YYYY',\n LL: 'MMMM D, YYYY',\n LLL: 'MMMM D, YYYY HH:mm',\n LLLL: 'dddd, MMMM DD, YYYY HH:mm',\n },\n calendar: {\n sameDay: 'LT [ngayong araw]',\n nextDay: '[Bukas ng] LT',\n nextWeek: 'LT [sa susunod na] dddd',\n lastDay: 'LT [kahapon]',\n lastWeek: 'LT [noong nakaraang] dddd',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'sa loob ng %s',\n past: '%s ang nakalipas',\n s: 'ilang segundo',\n ss: '%d segundo',\n m: 'isang minuto',\n mm: '%d minuto',\n h: 'isang oras',\n hh: '%d oras',\n d: 'isang araw',\n dd: '%d araw',\n M: 'isang buwan',\n MM: '%d buwan',\n y: 'isang taon',\n yy: '%d taon',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}/,\n ordinal: function (number) {\n return number;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('fo', {\n months: 'januar_februar_mars_apríl_mai_juni_juli_august_september_oktober_november_desember'.split(\n '_'\n ),\n monthsShort: 'jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des'.split('_'),\n weekdays: 'sunnudagur_mánadagur_týsdagur_mikudagur_hósdagur_fríggjadagur_leygardagur'.split(\n '_'\n ),\n weekdaysShort: 'sun_mán_týs_mik_hós_frí_ley'.split('_'),\n weekdaysMin: 'su_má_tý_mi_hó_fr_le'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D. MMMM, YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Í dag kl.] LT',\n nextDay: '[Í morgin kl.] LT',\n nextWeek: 'dddd [kl.] LT',\n lastDay: '[Í gjár kl.] LT',\n lastWeek: '[síðstu] dddd [kl] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'um %s',\n past: '%s síðani',\n s: 'fá sekund',\n ss: '%d sekundir',\n m: 'ein minuttur',\n mm: '%d minuttir',\n h: 'ein tími',\n hh: '%d tímar',\n d: 'ein dagur',\n dd: '%d dagar',\n M: 'ein mánaður',\n MM: '%d mánaðir',\n y: 'eitt ár',\n yy: '%d ár',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('fr-ca', {\n months: 'janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre'.split(\n '_'\n ),\n monthsShort: 'janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi'.split('_'),\n weekdaysShort: 'dim._lun._mar._mer._jeu._ven._sam.'.split('_'),\n weekdaysMin: 'di_lu_ma_me_je_ve_sa'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY-MM-DD',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Aujourd’hui à] LT',\n nextDay: '[Demain à] LT',\n nextWeek: 'dddd [à] LT',\n lastDay: '[Hier à] LT',\n lastWeek: 'dddd [dernier à] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'dans %s',\n past: 'il y a %s',\n s: 'quelques secondes',\n ss: '%d secondes',\n m: 'une minute',\n mm: '%d minutes',\n h: 'une heure',\n hh: '%d heures',\n d: 'un jour',\n dd: '%d jours',\n M: 'un mois',\n MM: '%d mois',\n y: 'un an',\n yy: '%d ans',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(er|e)/,\n ordinal: function (number, period) {\n switch (period) {\n // Words with masculine grammatical gender: mois, trimestre, jour\n default:\n case 'M':\n case 'Q':\n case 'D':\n case 'DDD':\n case 'd':\n return number + (number === 1 ? 'er' : 'e');\n\n // Words with feminine grammatical gender: semaine\n case 'w':\n case 'W':\n return number + (number === 1 ? 're' : 'e');\n }\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('fr-ch', {\n months: 'janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre'.split(\n '_'\n ),\n monthsShort: 'janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi'.split('_'),\n weekdaysShort: 'dim._lun._mar._mer._jeu._ven._sam.'.split('_'),\n weekdaysMin: 'di_lu_ma_me_je_ve_sa'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Aujourd’hui à] LT',\n nextDay: '[Demain à] LT',\n nextWeek: 'dddd [à] LT',\n lastDay: '[Hier à] LT',\n lastWeek: 'dddd [dernier à] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'dans %s',\n past: 'il y a %s',\n s: 'quelques secondes',\n ss: '%d secondes',\n m: 'une minute',\n mm: '%d minutes',\n h: 'une heure',\n hh: '%d heures',\n d: 'un jour',\n dd: '%d jours',\n M: 'un mois',\n MM: '%d mois',\n y: 'un an',\n yy: '%d ans',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(er|e)/,\n ordinal: function (number, period) {\n switch (period) {\n // Words with masculine grammatical gender: mois, trimestre, jour\n default:\n case 'M':\n case 'Q':\n case 'D':\n case 'DDD':\n case 'd':\n return number + (number === 1 ? 'er' : 'e');\n\n // Words with feminine grammatical gender: semaine\n case 'w':\n case 'W':\n return number + (number === 1 ? 're' : 'e');\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var monthsStrictRegex$1 = /^(janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,\n monthsShortStrictRegex$1 = /(janv\\.?|févr\\.?|mars|avr\\.?|mai|juin|juil\\.?|août|sept\\.?|oct\\.?|nov\\.?|déc\\.?)/i,\n monthsRegex$6 = /(janv\\.?|févr\\.?|mars|avr\\.?|mai|juin|juil\\.?|août|sept\\.?|oct\\.?|nov\\.?|déc\\.?|janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,\n monthsParse$5 = [\n /^janv/i,\n /^févr/i,\n /^mars/i,\n /^avr/i,\n /^mai/i,\n /^juin/i,\n /^juil/i,\n /^août/i,\n /^sept/i,\n /^oct/i,\n /^nov/i,\n /^déc/i,\n ];\n\n hooks.defineLocale('fr', {\n months: 'janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre'.split(\n '_'\n ),\n monthsShort: 'janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.'.split(\n '_'\n ),\n monthsRegex: monthsRegex$6,\n monthsShortRegex: monthsRegex$6,\n monthsStrictRegex: monthsStrictRegex$1,\n monthsShortStrictRegex: monthsShortStrictRegex$1,\n monthsParse: monthsParse$5,\n longMonthsParse: monthsParse$5,\n shortMonthsParse: monthsParse$5,\n weekdays: 'dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi'.split('_'),\n weekdaysShort: 'dim._lun._mar._mer._jeu._ven._sam.'.split('_'),\n weekdaysMin: 'di_lu_ma_me_je_ve_sa'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Aujourd’hui à] LT',\n nextDay: '[Demain à] LT',\n nextWeek: 'dddd [à] LT',\n lastDay: '[Hier à] LT',\n lastWeek: 'dddd [dernier à] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'dans %s',\n past: 'il y a %s',\n s: 'quelques secondes',\n ss: '%d secondes',\n m: 'une minute',\n mm: '%d minutes',\n h: 'une heure',\n hh: '%d heures',\n d: 'un jour',\n dd: '%d jours',\n M: 'un mois',\n MM: '%d mois',\n y: 'un an',\n yy: '%d ans',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(er|)/,\n ordinal: function (number, period) {\n switch (period) {\n // TODO: Return 'e' when day of month > 1. Move this case inside\n // block for masculine words below.\n // See https://github.com/moment/moment/issues/3375\n case 'D':\n return number + (number === 1 ? 'er' : '');\n\n // Words with masculine grammatical gender: mois, trimestre, jour\n default:\n case 'M':\n case 'Q':\n case 'DDD':\n case 'd':\n return number + (number === 1 ? 'er' : 'e');\n\n // Words with feminine grammatical gender: semaine\n case 'w':\n case 'W':\n return number + (number === 1 ? 're' : 'e');\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var monthsShortWithDots = 'jan._feb._mrt._apr._mai_jun._jul._aug._sep._okt._nov._des.'.split(\n '_'\n ),\n monthsShortWithoutDots = 'jan_feb_mrt_apr_mai_jun_jul_aug_sep_okt_nov_des'.split(\n '_'\n );\n\n hooks.defineLocale('fy', {\n months: 'jannewaris_febrewaris_maart_april_maaie_juny_july_augustus_septimber_oktober_novimber_desimber'.split(\n '_'\n ),\n monthsShort: function (m, format) {\n if (!m) {\n return monthsShortWithDots;\n } else if (/-MMM-/.test(format)) {\n return monthsShortWithoutDots[m.month()];\n } else {\n return monthsShortWithDots[m.month()];\n }\n },\n monthsParseExact: true,\n weekdays: 'snein_moandei_tiisdei_woansdei_tongersdei_freed_sneon'.split(\n '_'\n ),\n weekdaysShort: 'si._mo._ti._wo._to._fr._so.'.split('_'),\n weekdaysMin: 'Si_Mo_Ti_Wo_To_Fr_So'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD-MM-YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[hjoed om] LT',\n nextDay: '[moarn om] LT',\n nextWeek: 'dddd [om] LT',\n lastDay: '[juster om] LT',\n lastWeek: '[ôfrûne] dddd [om] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'oer %s',\n past: '%s lyn',\n s: 'in pear sekonden',\n ss: '%d sekonden',\n m: 'ien minút',\n mm: '%d minuten',\n h: 'ien oere',\n hh: '%d oeren',\n d: 'ien dei',\n dd: '%d dagen',\n M: 'ien moanne',\n MM: '%d moannen',\n y: 'ien jier',\n yy: '%d jierren',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(ste|de)/,\n ordinal: function (number) {\n return (\n number +\n (number === 1 || number === 8 || number >= 20 ? 'ste' : 'de')\n );\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var months$6 = [\n 'Eanáir',\n 'Feabhra',\n 'Márta',\n 'Aibreán',\n 'Bealtaine',\n 'Meitheamh',\n 'Iúil',\n 'Lúnasa',\n 'Meán Fómhair',\n 'Deireadh Fómhair',\n 'Samhain',\n 'Nollaig',\n ],\n monthsShort$4 = [\n 'Ean',\n 'Feabh',\n 'Márt',\n 'Aib',\n 'Beal',\n 'Meith',\n 'Iúil',\n 'Lún',\n 'M.F.',\n 'D.F.',\n 'Samh',\n 'Noll',\n ],\n weekdays$1 = [\n 'Dé Domhnaigh',\n 'Dé Luain',\n 'Dé Máirt',\n 'Dé Céadaoin',\n 'Déardaoin',\n 'Dé hAoine',\n 'Dé Sathairn',\n ],\n weekdaysShort = ['Domh', 'Luan', 'Máirt', 'Céad', 'Déar', 'Aoine', 'Sath'],\n weekdaysMin = ['Do', 'Lu', 'Má', 'Cé', 'Dé', 'A', 'Sa'];\n\n hooks.defineLocale('ga', {\n months: months$6,\n monthsShort: monthsShort$4,\n monthsParseExact: true,\n weekdays: weekdays$1,\n weekdaysShort: weekdaysShort,\n weekdaysMin: weekdaysMin,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Inniu ag] LT',\n nextDay: '[Amárach ag] LT',\n nextWeek: 'dddd [ag] LT',\n lastDay: '[Inné ag] LT',\n lastWeek: 'dddd [seo caite] [ag] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'i %s',\n past: '%s ó shin',\n s: 'cúpla soicind',\n ss: '%d soicind',\n m: 'nóiméad',\n mm: '%d nóiméad',\n h: 'uair an chloig',\n hh: '%d uair an chloig',\n d: 'lá',\n dd: '%d lá',\n M: 'mí',\n MM: '%d míonna',\n y: 'bliain',\n yy: '%d bliain',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(d|na|mh)/,\n ordinal: function (number) {\n var output = number === 1 ? 'd' : number % 10 === 2 ? 'na' : 'mh';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var months$7 = [\n 'Am Faoilleach',\n 'An Gearran',\n 'Am Màrt',\n 'An Giblean',\n 'An Cèitean',\n 'An t-Ògmhios',\n 'An t-Iuchar',\n 'An Lùnastal',\n 'An t-Sultain',\n 'An Dàmhair',\n 'An t-Samhain',\n 'An Dùbhlachd',\n ],\n monthsShort$5 = [\n 'Faoi',\n 'Gear',\n 'Màrt',\n 'Gibl',\n 'Cèit',\n 'Ògmh',\n 'Iuch',\n 'Lùn',\n 'Sult',\n 'Dàmh',\n 'Samh',\n 'Dùbh',\n ],\n weekdays$2 = [\n 'Didòmhnaich',\n 'Diluain',\n 'Dimàirt',\n 'Diciadain',\n 'Diardaoin',\n 'Dihaoine',\n 'Disathairne',\n ],\n weekdaysShort$1 = ['Did', 'Dil', 'Dim', 'Dic', 'Dia', 'Dih', 'Dis'],\n weekdaysMin$1 = ['Dò', 'Lu', 'Mà', 'Ci', 'Ar', 'Ha', 'Sa'];\n\n hooks.defineLocale('gd', {\n months: months$7,\n monthsShort: monthsShort$5,\n monthsParseExact: true,\n weekdays: weekdays$2,\n weekdaysShort: weekdaysShort$1,\n weekdaysMin: weekdaysMin$1,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[An-diugh aig] LT',\n nextDay: '[A-màireach aig] LT',\n nextWeek: 'dddd [aig] LT',\n lastDay: '[An-dè aig] LT',\n lastWeek: 'dddd [seo chaidh] [aig] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'ann an %s',\n past: 'bho chionn %s',\n s: 'beagan diogan',\n ss: '%d diogan',\n m: 'mionaid',\n mm: '%d mionaidean',\n h: 'uair',\n hh: '%d uairean',\n d: 'latha',\n dd: '%d latha',\n M: 'mìos',\n MM: '%d mìosan',\n y: 'bliadhna',\n yy: '%d bliadhna',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(d|na|mh)/,\n ordinal: function (number) {\n var output = number === 1 ? 'd' : number % 10 === 2 ? 'na' : 'mh';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('gl', {\n months: 'xaneiro_febreiro_marzo_abril_maio_xuño_xullo_agosto_setembro_outubro_novembro_decembro'.split(\n '_'\n ),\n monthsShort: 'xan._feb._mar._abr._mai._xuñ._xul._ago._set._out._nov._dec.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'domingo_luns_martes_mércores_xoves_venres_sábado'.split('_'),\n weekdaysShort: 'dom._lun._mar._mér._xov._ven._sáb.'.split('_'),\n weekdaysMin: 'do_lu_ma_mé_xo_ve_sá'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D [de] MMMM [de] YYYY',\n LLL: 'D [de] MMMM [de] YYYY H:mm',\n LLLL: 'dddd, D [de] MMMM [de] YYYY H:mm',\n },\n calendar: {\n sameDay: function () {\n return '[hoxe ' + (this.hours() !== 1 ? 'ás' : 'á') + '] LT';\n },\n nextDay: function () {\n return '[mañá ' + (this.hours() !== 1 ? 'ás' : 'á') + '] LT';\n },\n nextWeek: function () {\n return 'dddd [' + (this.hours() !== 1 ? 'ás' : 'a') + '] LT';\n },\n lastDay: function () {\n return '[onte ' + (this.hours() !== 1 ? 'á' : 'a') + '] LT';\n },\n lastWeek: function () {\n return (\n '[o] dddd [pasado ' + (this.hours() !== 1 ? 'ás' : 'a') + '] LT'\n );\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: function (str) {\n if (str.indexOf('un') === 0) {\n return 'n' + str;\n }\n return 'en ' + str;\n },\n past: 'hai %s',\n s: 'uns segundos',\n ss: '%d segundos',\n m: 'un minuto',\n mm: '%d minutos',\n h: 'unha hora',\n hh: '%d horas',\n d: 'un día',\n dd: '%d días',\n M: 'un mes',\n MM: '%d meses',\n y: 'un ano',\n yy: '%d anos',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n function processRelativeTime$4(number, withoutSuffix, key, isFuture) {\n var format = {\n s: ['थोडया सॅकंडांनी', 'थोडे सॅकंड'],\n ss: [number + ' सॅकंडांनी', number + ' सॅकंड'],\n m: ['एका मिणटान', 'एक मिनूट'],\n mm: [number + ' मिणटांनी', number + ' मिणटां'],\n h: ['एका वरान', 'एक वर'],\n hh: [number + ' वरांनी', number + ' वरां'],\n d: ['एका दिसान', 'एक दीस'],\n dd: [number + ' दिसांनी', number + ' दीस'],\n M: ['एका म्हयन्यान', 'एक म्हयनो'],\n MM: [number + ' म्हयन्यानी', number + ' म्हयने'],\n y: ['एका वर्सान', 'एक वर्स'],\n yy: [number + ' वर्सांनी', number + ' वर्सां'],\n };\n return isFuture ? format[key][0] : format[key][1];\n }\n\n hooks.defineLocale('gom-deva', {\n months: {\n standalone: 'जानेवारी_फेब्रुवारी_मार्च_एप्रील_मे_जून_जुलय_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर'.split(\n '_'\n ),\n format: 'जानेवारीच्या_फेब्रुवारीच्या_मार्चाच्या_एप्रीलाच्या_मेयाच्या_जूनाच्या_जुलयाच्या_ऑगस्टाच्या_सप्टेंबराच्या_ऑक्टोबराच्या_नोव्हेंबराच्या_डिसेंबराच्या'.split(\n '_'\n ),\n isFormat: /MMMM(\\s)+D[oD]?/,\n },\n monthsShort: 'जाने._फेब्रु._मार्च_एप्री._मे_जून_जुल._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'आयतार_सोमार_मंगळार_बुधवार_बिरेस्तार_सुक्रार_शेनवार'.split('_'),\n weekdaysShort: 'आयत._सोम._मंगळ._बुध._ब्रेस्त._सुक्र._शेन.'.split('_'),\n weekdaysMin: 'आ_सो_मं_बु_ब्रे_सु_शे'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'A h:mm [वाजतां]',\n LTS: 'A h:mm:ss [वाजतां]',\n L: 'DD-MM-YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY A h:mm [वाजतां]',\n LLLL: 'dddd, MMMM Do, YYYY, A h:mm [वाजतां]',\n llll: 'ddd, D MMM YYYY, A h:mm [वाजतां]',\n },\n calendar: {\n sameDay: '[आयज] LT',\n nextDay: '[फाल्यां] LT',\n nextWeek: '[फुडलो] dddd[,] LT',\n lastDay: '[काल] LT',\n lastWeek: '[फाटलो] dddd[,] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s',\n past: '%s आदीं',\n s: processRelativeTime$4,\n ss: processRelativeTime$4,\n m: processRelativeTime$4,\n mm: processRelativeTime$4,\n h: processRelativeTime$4,\n hh: processRelativeTime$4,\n d: processRelativeTime$4,\n dd: processRelativeTime$4,\n M: processRelativeTime$4,\n MM: processRelativeTime$4,\n y: processRelativeTime$4,\n yy: processRelativeTime$4,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(वेर)/,\n ordinal: function (number, period) {\n switch (period) {\n // the ordinal 'वेर' only applies to day of the month\n case 'D':\n return number + 'वेर';\n default:\n case 'M':\n case 'Q':\n case 'DDD':\n case 'd':\n case 'w':\n case 'W':\n return number;\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n meridiemParse: /राती|सकाळीं|दनपारां|सांजे/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'राती') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'सकाळीं') {\n return hour;\n } else if (meridiem === 'दनपारां') {\n return hour > 12 ? hour : hour + 12;\n } else if (meridiem === 'सांजे') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'राती';\n } else if (hour < 12) {\n return 'सकाळीं';\n } else if (hour < 16) {\n return 'दनपारां';\n } else if (hour < 20) {\n return 'सांजे';\n } else {\n return 'राती';\n }\n },\n });\n\n //! moment.js locale configuration\n\n function processRelativeTime$5(number, withoutSuffix, key, isFuture) {\n var format = {\n s: ['thoddea sekondamni', 'thodde sekond'],\n ss: [number + ' sekondamni', number + ' sekond'],\n m: ['eka mintan', 'ek minut'],\n mm: [number + ' mintamni', number + ' mintam'],\n h: ['eka voran', 'ek vor'],\n hh: [number + ' voramni', number + ' voram'],\n d: ['eka disan', 'ek dis'],\n dd: [number + ' disamni', number + ' dis'],\n M: ['eka mhoinean', 'ek mhoino'],\n MM: [number + ' mhoineamni', number + ' mhoine'],\n y: ['eka vorsan', 'ek voros'],\n yy: [number + ' vorsamni', number + ' vorsam'],\n };\n return isFuture ? format[key][0] : format[key][1];\n }\n\n hooks.defineLocale('gom-latn', {\n months: {\n standalone: 'Janer_Febrer_Mars_Abril_Mai_Jun_Julai_Agost_Setembr_Otubr_Novembr_Dezembr'.split(\n '_'\n ),\n format: 'Janerachea_Febrerachea_Marsachea_Abrilachea_Maiachea_Junachea_Julaiachea_Agostachea_Setembrachea_Otubrachea_Novembrachea_Dezembrachea'.split(\n '_'\n ),\n isFormat: /MMMM(\\s)+D[oD]?/,\n },\n monthsShort: 'Jan._Feb._Mars_Abr._Mai_Jun_Jul._Ago._Set._Otu._Nov._Dez.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: \"Aitar_Somar_Mongllar_Budhvar_Birestar_Sukrar_Son'var\".split('_'),\n weekdaysShort: 'Ait._Som._Mon._Bud._Bre._Suk._Son.'.split('_'),\n weekdaysMin: 'Ai_Sm_Mo_Bu_Br_Su_Sn'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'A h:mm [vazta]',\n LTS: 'A h:mm:ss [vazta]',\n L: 'DD-MM-YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY A h:mm [vazta]',\n LLLL: 'dddd, MMMM Do, YYYY, A h:mm [vazta]',\n llll: 'ddd, D MMM YYYY, A h:mm [vazta]',\n },\n calendar: {\n sameDay: '[Aiz] LT',\n nextDay: '[Faleam] LT',\n nextWeek: '[Fuddlo] dddd[,] LT',\n lastDay: '[Kal] LT',\n lastWeek: '[Fattlo] dddd[,] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s',\n past: '%s adim',\n s: processRelativeTime$5,\n ss: processRelativeTime$5,\n m: processRelativeTime$5,\n mm: processRelativeTime$5,\n h: processRelativeTime$5,\n hh: processRelativeTime$5,\n d: processRelativeTime$5,\n dd: processRelativeTime$5,\n M: processRelativeTime$5,\n MM: processRelativeTime$5,\n y: processRelativeTime$5,\n yy: processRelativeTime$5,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(er)/,\n ordinal: function (number, period) {\n switch (period) {\n // the ordinal 'er' only applies to day of the month\n case 'D':\n return number + 'er';\n default:\n case 'M':\n case 'Q':\n case 'DDD':\n case 'd':\n case 'w':\n case 'W':\n return number;\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n meridiemParse: /rati|sokallim|donparam|sanje/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'rati') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'sokallim') {\n return hour;\n } else if (meridiem === 'donparam') {\n return hour > 12 ? hour : hour + 12;\n } else if (meridiem === 'sanje') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'rati';\n } else if (hour < 12) {\n return 'sokallim';\n } else if (hour < 16) {\n return 'donparam';\n } else if (hour < 20) {\n return 'sanje';\n } else {\n return 'rati';\n }\n },\n });\n\n //! moment.js locale configuration\n\n var symbolMap$6 = {\n '1': '૧',\n '2': '૨',\n '3': '૩',\n '4': '૪',\n '5': '૫',\n '6': '૬',\n '7': '૭',\n '8': '૮',\n '9': '૯',\n '0': '૦',\n },\n numberMap$5 = {\n '૧': '1',\n '૨': '2',\n '૩': '3',\n '૪': '4',\n '૫': '5',\n '૬': '6',\n '૭': '7',\n '૮': '8',\n '૯': '9',\n '૦': '0',\n };\n\n hooks.defineLocale('gu', {\n months: 'જાન્યુઆરી_ફેબ્રુઆરી_માર્ચ_એપ્રિલ_મે_જૂન_જુલાઈ_ઑગસ્ટ_સપ્ટેમ્બર_ઑક્ટ્બર_નવેમ્બર_ડિસેમ્બર'.split(\n '_'\n ),\n monthsShort: 'જાન્યુ._ફેબ્રુ._માર્ચ_એપ્રિ._મે_જૂન_જુલા._ઑગ._સપ્ટે._ઑક્ટ્._નવે._ડિસે.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'રવિવાર_સોમવાર_મંગળવાર_બુધ્વાર_ગુરુવાર_શુક્રવાર_શનિવાર'.split(\n '_'\n ),\n weekdaysShort: 'રવિ_સોમ_મંગળ_બુધ્_ગુરુ_શુક્ર_શનિ'.split('_'),\n weekdaysMin: 'ર_સો_મં_બુ_ગુ_શુ_શ'.split('_'),\n longDateFormat: {\n LT: 'A h:mm વાગ્યે',\n LTS: 'A h:mm:ss વાગ્યે',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm વાગ્યે',\n LLLL: 'dddd, D MMMM YYYY, A h:mm વાગ્યે',\n },\n calendar: {\n sameDay: '[આજ] LT',\n nextDay: '[કાલે] LT',\n nextWeek: 'dddd, LT',\n lastDay: '[ગઇકાલે] LT',\n lastWeek: '[પાછલા] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s મા',\n past: '%s પહેલા',\n s: 'અમુક પળો',\n ss: '%d સેકંડ',\n m: 'એક મિનિટ',\n mm: '%d મિનિટ',\n h: 'એક કલાક',\n hh: '%d કલાક',\n d: 'એક દિવસ',\n dd: '%d દિવસ',\n M: 'એક મહિનો',\n MM: '%d મહિનો',\n y: 'એક વર્ષ',\n yy: '%d વર્ષ',\n },\n preparse: function (string) {\n return string.replace(/[૧૨૩૪૫૬૭૮૯૦]/g, function (match) {\n return numberMap$5[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap$6[match];\n });\n },\n // Gujarati notation for meridiems are quite fuzzy in practice. While there exists\n // a rigid notion of a 'Pahar' it is not used as rigidly in modern Gujarati.\n meridiemParse: /રાત|બપોર|સવાર|સાંજ/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'રાત') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'સવાર') {\n return hour;\n } else if (meridiem === 'બપોર') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'સાંજ') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'રાત';\n } else if (hour < 10) {\n return 'સવાર';\n } else if (hour < 17) {\n return 'બપોર';\n } else if (hour < 20) {\n return 'સાંજ';\n } else {\n return 'રાત';\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('he', {\n months: 'ינואר_פברואר_מרץ_אפריל_מאי_יוני_יולי_אוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר'.split(\n '_'\n ),\n monthsShort: 'ינו׳_פבר׳_מרץ_אפר׳_מאי_יוני_יולי_אוג׳_ספט׳_אוק׳_נוב׳_דצמ׳'.split(\n '_'\n ),\n weekdays: 'ראשון_שני_שלישי_רביעי_חמישי_שישי_שבת'.split('_'),\n weekdaysShort: 'א׳_ב׳_ג׳_ד׳_ה׳_ו׳_ש׳'.split('_'),\n weekdaysMin: 'א_ב_ג_ד_ה_ו_ש'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D [ב]MMMM YYYY',\n LLL: 'D [ב]MMMM YYYY HH:mm',\n LLLL: 'dddd, D [ב]MMMM YYYY HH:mm',\n l: 'D/M/YYYY',\n ll: 'D MMM YYYY',\n lll: 'D MMM YYYY HH:mm',\n llll: 'ddd, D MMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[היום ב־]LT',\n nextDay: '[מחר ב־]LT',\n nextWeek: 'dddd [בשעה] LT',\n lastDay: '[אתמול ב־]LT',\n lastWeek: '[ביום] dddd [האחרון בשעה] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'בעוד %s',\n past: 'לפני %s',\n s: 'מספר שניות',\n ss: '%d שניות',\n m: 'דקה',\n mm: '%d דקות',\n h: 'שעה',\n hh: function (number) {\n if (number === 2) {\n return 'שעתיים';\n }\n return number + ' שעות';\n },\n d: 'יום',\n dd: function (number) {\n if (number === 2) {\n return 'יומיים';\n }\n return number + ' ימים';\n },\n M: 'חודש',\n MM: function (number) {\n if (number === 2) {\n return 'חודשיים';\n }\n return number + ' חודשים';\n },\n y: 'שנה',\n yy: function (number) {\n if (number === 2) {\n return 'שנתיים';\n } else if (number % 10 === 0 && number !== 10) {\n return number + ' שנה';\n }\n return number + ' שנים';\n },\n },\n meridiemParse: /אחה\"צ|לפנה\"צ|אחרי הצהריים|לפני הצהריים|לפנות בוקר|בבוקר|בערב/i,\n isPM: function (input) {\n return /^(אחה\"צ|אחרי הצהריים|בערב)$/.test(input);\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 5) {\n return 'לפנות בוקר';\n } else if (hour < 10) {\n return 'בבוקר';\n } else if (hour < 12) {\n return isLower ? 'לפנה\"צ' : 'לפני הצהריים';\n } else if (hour < 18) {\n return isLower ? 'אחה\"צ' : 'אחרי הצהריים';\n } else {\n return 'בערב';\n }\n },\n });\n\n //! moment.js locale configuration\n\n var symbolMap$7 = {\n '1': '१',\n '2': '२',\n '3': '३',\n '4': '४',\n '5': '५',\n '6': '६',\n '7': '७',\n '8': '८',\n '9': '९',\n '0': '०',\n },\n numberMap$6 = {\n '१': '1',\n '२': '2',\n '३': '3',\n '४': '4',\n '५': '5',\n '६': '6',\n '७': '7',\n '८': '8',\n '९': '9',\n '०': '0',\n };\n\n hooks.defineLocale('hi', {\n months: 'जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर'.split(\n '_'\n ),\n monthsShort: 'जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार'.split('_'),\n weekdaysShort: 'रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि'.split('_'),\n weekdaysMin: 'र_सो_मं_बु_गु_शु_श'.split('_'),\n longDateFormat: {\n LT: 'A h:mm बजे',\n LTS: 'A h:mm:ss बजे',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm बजे',\n LLLL: 'dddd, D MMMM YYYY, A h:mm बजे',\n },\n calendar: {\n sameDay: '[आज] LT',\n nextDay: '[कल] LT',\n nextWeek: 'dddd, LT',\n lastDay: '[कल] LT',\n lastWeek: '[पिछले] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s में',\n past: '%s पहले',\n s: 'कुछ ही क्षण',\n ss: '%d सेकंड',\n m: 'एक मिनट',\n mm: '%d मिनट',\n h: 'एक घंटा',\n hh: '%d घंटे',\n d: 'एक दिन',\n dd: '%d दिन',\n M: 'एक महीने',\n MM: '%d महीने',\n y: 'एक वर्ष',\n yy: '%d वर्ष',\n },\n preparse: function (string) {\n return string.replace(/[१२३४५६७८९०]/g, function (match) {\n return numberMap$6[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap$7[match];\n });\n },\n // Hindi notation for meridiems are quite fuzzy in practice. While there exists\n // a rigid notion of a 'Pahar' it is not used as rigidly in modern Hindi.\n meridiemParse: /रात|सुबह|दोपहर|शाम/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'रात') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'सुबह') {\n return hour;\n } else if (meridiem === 'दोपहर') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'शाम') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'रात';\n } else if (hour < 10) {\n return 'सुबह';\n } else if (hour < 17) {\n return 'दोपहर';\n } else if (hour < 20) {\n return 'शाम';\n } else {\n return 'रात';\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n function translate$3(number, withoutSuffix, key) {\n var result = number + ' ';\n switch (key) {\n case 'ss':\n if (number === 1) {\n result += 'sekunda';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'sekunde';\n } else {\n result += 'sekundi';\n }\n return result;\n case 'm':\n return withoutSuffix ? 'jedna minuta' : 'jedne minute';\n case 'mm':\n if (number === 1) {\n result += 'minuta';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'minute';\n } else {\n result += 'minuta';\n }\n return result;\n case 'h':\n return withoutSuffix ? 'jedan sat' : 'jednog sata';\n case 'hh':\n if (number === 1) {\n result += 'sat';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'sata';\n } else {\n result += 'sati';\n }\n return result;\n case 'dd':\n if (number === 1) {\n result += 'dan';\n } else {\n result += 'dana';\n }\n return result;\n case 'MM':\n if (number === 1) {\n result += 'mjesec';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'mjeseca';\n } else {\n result += 'mjeseci';\n }\n return result;\n case 'yy':\n if (number === 1) {\n result += 'godina';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'godine';\n } else {\n result += 'godina';\n }\n return result;\n }\n }\n\n hooks.defineLocale('hr', {\n months: {\n format: 'siječnja_veljače_ožujka_travnja_svibnja_lipnja_srpnja_kolovoza_rujna_listopada_studenoga_prosinca'.split(\n '_'\n ),\n standalone: 'siječanj_veljača_ožujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac'.split(\n '_'\n ),\n },\n monthsShort: 'sij._velj._ožu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota'.split(\n '_'\n ),\n weekdaysShort: 'ned._pon._uto._sri._čet._pet._sub.'.split('_'),\n weekdaysMin: 'ne_po_ut_sr_če_pe_su'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'Do MMMM YYYY',\n LLL: 'Do MMMM YYYY H:mm',\n LLLL: 'dddd, Do MMMM YYYY H:mm',\n },\n calendar: {\n sameDay: '[danas u] LT',\n nextDay: '[sutra u] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[u] [nedjelju] [u] LT';\n case 3:\n return '[u] [srijedu] [u] LT';\n case 6:\n return '[u] [subotu] [u] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[u] dddd [u] LT';\n }\n },\n lastDay: '[jučer u] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return '[prošlu] [nedjelju] [u] LT';\n case 3:\n return '[prošlu] [srijedu] [u] LT';\n case 6:\n return '[prošle] [subote] [u] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[prošli] dddd [u] LT';\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'za %s',\n past: 'prije %s',\n s: 'par sekundi',\n ss: translate$3,\n m: translate$3,\n mm: translate$3,\n h: translate$3,\n hh: translate$3,\n d: 'dan',\n dd: translate$3,\n M: 'mjesec',\n MM: translate$3,\n y: 'godinu',\n yy: translate$3,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var weekEndings = 'vasárnap hétfőn kedden szerdán csütörtökön pénteken szombaton'.split(\n ' '\n );\n function translate$4(number, withoutSuffix, key, isFuture) {\n var num = number;\n switch (key) {\n case 's':\n return isFuture || withoutSuffix\n ? 'néhány másodperc'\n : 'néhány másodperce';\n case 'ss':\n return num + (isFuture || withoutSuffix)\n ? ' másodperc'\n : ' másodperce';\n case 'm':\n return 'egy' + (isFuture || withoutSuffix ? ' perc' : ' perce');\n case 'mm':\n return num + (isFuture || withoutSuffix ? ' perc' : ' perce');\n case 'h':\n return 'egy' + (isFuture || withoutSuffix ? ' óra' : ' órája');\n case 'hh':\n return num + (isFuture || withoutSuffix ? ' óra' : ' órája');\n case 'd':\n return 'egy' + (isFuture || withoutSuffix ? ' nap' : ' napja');\n case 'dd':\n return num + (isFuture || withoutSuffix ? ' nap' : ' napja');\n case 'M':\n return 'egy' + (isFuture || withoutSuffix ? ' hónap' : ' hónapja');\n case 'MM':\n return num + (isFuture || withoutSuffix ? ' hónap' : ' hónapja');\n case 'y':\n return 'egy' + (isFuture || withoutSuffix ? ' év' : ' éve');\n case 'yy':\n return num + (isFuture || withoutSuffix ? ' év' : ' éve');\n }\n return '';\n }\n function week(isFuture) {\n return (\n (isFuture ? '' : '[múlt] ') +\n '[' +\n weekEndings[this.day()] +\n '] LT[-kor]'\n );\n }\n\n hooks.defineLocale('hu', {\n months: 'január_február_március_április_május_június_július_augusztus_szeptember_október_november_december'.split(\n '_'\n ),\n monthsShort: 'jan_feb_márc_ápr_máj_jún_júl_aug_szept_okt_nov_dec'.split(\n '_'\n ),\n weekdays: 'vasárnap_hétfő_kedd_szerda_csütörtök_péntek_szombat'.split('_'),\n weekdaysShort: 'vas_hét_kedd_sze_csüt_pén_szo'.split('_'),\n weekdaysMin: 'v_h_k_sze_cs_p_szo'.split('_'),\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'YYYY.MM.DD.',\n LL: 'YYYY. MMMM D.',\n LLL: 'YYYY. MMMM D. H:mm',\n LLLL: 'YYYY. MMMM D., dddd H:mm',\n },\n meridiemParse: /de|du/i,\n isPM: function (input) {\n return input.charAt(1).toLowerCase() === 'u';\n },\n meridiem: function (hours, minutes, isLower) {\n if (hours < 12) {\n return isLower === true ? 'de' : 'DE';\n } else {\n return isLower === true ? 'du' : 'DU';\n }\n },\n calendar: {\n sameDay: '[ma] LT[-kor]',\n nextDay: '[holnap] LT[-kor]',\n nextWeek: function () {\n return week.call(this, true);\n },\n lastDay: '[tegnap] LT[-kor]',\n lastWeek: function () {\n return week.call(this, false);\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s múlva',\n past: '%s',\n s: translate$4,\n ss: translate$4,\n m: translate$4,\n mm: translate$4,\n h: translate$4,\n hh: translate$4,\n d: translate$4,\n dd: translate$4,\n M: translate$4,\n MM: translate$4,\n y: translate$4,\n yy: translate$4,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('hy-am', {\n months: {\n format: 'հունվարի_փետրվարի_մարտի_ապրիլի_մայիսի_հունիսի_հուլիսի_օգոստոսի_սեպտեմբերի_հոկտեմբերի_նոյեմբերի_դեկտեմբերի'.split(\n '_'\n ),\n standalone: 'հունվար_փետրվար_մարտ_ապրիլ_մայիս_հունիս_հուլիս_օգոստոս_սեպտեմբեր_հոկտեմբեր_նոյեմբեր_դեկտեմբեր'.split(\n '_'\n ),\n },\n monthsShort: 'հնվ_փտր_մրտ_ապր_մյս_հնս_հլս_օգս_սպտ_հկտ_նմբ_դկտ'.split('_'),\n weekdays: 'կիրակի_երկուշաբթի_երեքշաբթի_չորեքշաբթի_հինգշաբթի_ուրբաթ_շաբաթ'.split(\n '_'\n ),\n weekdaysShort: 'կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ'.split('_'),\n weekdaysMin: 'կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY թ.',\n LLL: 'D MMMM YYYY թ., HH:mm',\n LLLL: 'dddd, D MMMM YYYY թ., HH:mm',\n },\n calendar: {\n sameDay: '[այսօր] LT',\n nextDay: '[վաղը] LT',\n lastDay: '[երեկ] LT',\n nextWeek: function () {\n return 'dddd [օրը ժամը] LT';\n },\n lastWeek: function () {\n return '[անցած] dddd [օրը ժամը] LT';\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s հետո',\n past: '%s առաջ',\n s: 'մի քանի վայրկյան',\n ss: '%d վայրկյան',\n m: 'րոպե',\n mm: '%d րոպե',\n h: 'ժամ',\n hh: '%d ժամ',\n d: 'օր',\n dd: '%d օր',\n M: 'ամիս',\n MM: '%d ամիս',\n y: 'տարի',\n yy: '%d տարի',\n },\n meridiemParse: /գիշերվա|առավոտվա|ցերեկվա|երեկոյան/,\n isPM: function (input) {\n return /^(ցերեկվա|երեկոյան)$/.test(input);\n },\n meridiem: function (hour) {\n if (hour < 4) {\n return 'գիշերվա';\n } else if (hour < 12) {\n return 'առավոտվա';\n } else if (hour < 17) {\n return 'ցերեկվա';\n } else {\n return 'երեկոյան';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}|\\d{1,2}-(ին|րդ)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'DDD':\n case 'w':\n case 'W':\n case 'DDDo':\n if (number === 1) {\n return number + '-ին';\n }\n return number + '-րդ';\n default:\n return number;\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('id', {\n months: 'Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mar_Apr_Mei_Jun_Jul_Agt_Sep_Okt_Nov_Des'.split('_'),\n weekdays: 'Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu'.split('_'),\n weekdaysShort: 'Min_Sen_Sel_Rab_Kam_Jum_Sab'.split('_'),\n weekdaysMin: 'Mg_Sn_Sl_Rb_Km_Jm_Sb'.split('_'),\n longDateFormat: {\n LT: 'HH.mm',\n LTS: 'HH.mm.ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY [pukul] HH.mm',\n LLLL: 'dddd, D MMMM YYYY [pukul] HH.mm',\n },\n meridiemParse: /pagi|siang|sore|malam/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'pagi') {\n return hour;\n } else if (meridiem === 'siang') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'sore' || meridiem === 'malam') {\n return hour + 12;\n }\n },\n meridiem: function (hours, minutes, isLower) {\n if (hours < 11) {\n return 'pagi';\n } else if (hours < 15) {\n return 'siang';\n } else if (hours < 19) {\n return 'sore';\n } else {\n return 'malam';\n }\n },\n calendar: {\n sameDay: '[Hari ini pukul] LT',\n nextDay: '[Besok pukul] LT',\n nextWeek: 'dddd [pukul] LT',\n lastDay: '[Kemarin pukul] LT',\n lastWeek: 'dddd [lalu pukul] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'dalam %s',\n past: '%s yang lalu',\n s: 'beberapa detik',\n ss: '%d detik',\n m: 'semenit',\n mm: '%d menit',\n h: 'sejam',\n hh: '%d jam',\n d: 'sehari',\n dd: '%d hari',\n M: 'sebulan',\n MM: '%d bulan',\n y: 'setahun',\n yy: '%d tahun',\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n function plural$2(n) {\n if (n % 100 === 11) {\n return true;\n } else if (n % 10 === 1) {\n return false;\n }\n return true;\n }\n function translate$5(number, withoutSuffix, key, isFuture) {\n var result = number + ' ';\n switch (key) {\n case 's':\n return withoutSuffix || isFuture\n ? 'nokkrar sekúndur'\n : 'nokkrum sekúndum';\n case 'ss':\n if (plural$2(number)) {\n return (\n result +\n (withoutSuffix || isFuture ? 'sekúndur' : 'sekúndum')\n );\n }\n return result + 'sekúnda';\n case 'm':\n return withoutSuffix ? 'mínúta' : 'mínútu';\n case 'mm':\n if (plural$2(number)) {\n return (\n result + (withoutSuffix || isFuture ? 'mínútur' : 'mínútum')\n );\n } else if (withoutSuffix) {\n return result + 'mínúta';\n }\n return result + 'mínútu';\n case 'hh':\n if (plural$2(number)) {\n return (\n result +\n (withoutSuffix || isFuture\n ? 'klukkustundir'\n : 'klukkustundum')\n );\n }\n return result + 'klukkustund';\n case 'd':\n if (withoutSuffix) {\n return 'dagur';\n }\n return isFuture ? 'dag' : 'degi';\n case 'dd':\n if (plural$2(number)) {\n if (withoutSuffix) {\n return result + 'dagar';\n }\n return result + (isFuture ? 'daga' : 'dögum');\n } else if (withoutSuffix) {\n return result + 'dagur';\n }\n return result + (isFuture ? 'dag' : 'degi');\n case 'M':\n if (withoutSuffix) {\n return 'mánuður';\n }\n return isFuture ? 'mánuð' : 'mánuði';\n case 'MM':\n if (plural$2(number)) {\n if (withoutSuffix) {\n return result + 'mánuðir';\n }\n return result + (isFuture ? 'mánuði' : 'mánuðum');\n } else if (withoutSuffix) {\n return result + 'mánuður';\n }\n return result + (isFuture ? 'mánuð' : 'mánuði');\n case 'y':\n return withoutSuffix || isFuture ? 'ár' : 'ári';\n case 'yy':\n if (plural$2(number)) {\n return result + (withoutSuffix || isFuture ? 'ár' : 'árum');\n }\n return result + (withoutSuffix || isFuture ? 'ár' : 'ári');\n }\n }\n\n hooks.defineLocale('is', {\n months: 'janúar_febrúar_mars_apríl_maí_júní_júlí_ágúst_september_október_nóvember_desember'.split(\n '_'\n ),\n monthsShort: 'jan_feb_mar_apr_maí_jún_júl_ágú_sep_okt_nóv_des'.split('_'),\n weekdays: 'sunnudagur_mánudagur_þriðjudagur_miðvikudagur_fimmtudagur_föstudagur_laugardagur'.split(\n '_'\n ),\n weekdaysShort: 'sun_mán_þri_mið_fim_fös_lau'.split('_'),\n weekdaysMin: 'Su_Má_Þr_Mi_Fi_Fö_La'.split('_'),\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY [kl.] H:mm',\n LLLL: 'dddd, D. MMMM YYYY [kl.] H:mm',\n },\n calendar: {\n sameDay: '[í dag kl.] LT',\n nextDay: '[á morgun kl.] LT',\n nextWeek: 'dddd [kl.] LT',\n lastDay: '[í gær kl.] LT',\n lastWeek: '[síðasta] dddd [kl.] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'eftir %s',\n past: 'fyrir %s síðan',\n s: translate$5,\n ss: translate$5,\n m: translate$5,\n mm: translate$5,\n h: 'klukkustund',\n hh: translate$5,\n d: translate$5,\n dd: translate$5,\n M: translate$5,\n MM: translate$5,\n y: translate$5,\n yy: translate$5,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('it-ch', {\n months: 'gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre'.split(\n '_'\n ),\n monthsShort: 'gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic'.split('_'),\n weekdays: 'domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato'.split(\n '_'\n ),\n weekdaysShort: 'dom_lun_mar_mer_gio_ven_sab'.split('_'),\n weekdaysMin: 'do_lu_ma_me_gi_ve_sa'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Oggi alle] LT',\n nextDay: '[Domani alle] LT',\n nextWeek: 'dddd [alle] LT',\n lastDay: '[Ieri alle] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return '[la scorsa] dddd [alle] LT';\n default:\n return '[lo scorso] dddd [alle] LT';\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: function (s) {\n return (/^[0-9].+$/.test(s) ? 'tra' : 'in') + ' ' + s;\n },\n past: '%s fa',\n s: 'alcuni secondi',\n ss: '%d secondi',\n m: 'un minuto',\n mm: '%d minuti',\n h: \"un'ora\",\n hh: '%d ore',\n d: 'un giorno',\n dd: '%d giorni',\n M: 'un mese',\n MM: '%d mesi',\n y: 'un anno',\n yy: '%d anni',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('it', {\n months: 'gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre'.split(\n '_'\n ),\n monthsShort: 'gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic'.split('_'),\n weekdays: 'domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato'.split(\n '_'\n ),\n weekdaysShort: 'dom_lun_mar_mer_gio_ven_sab'.split('_'),\n weekdaysMin: 'do_lu_ma_me_gi_ve_sa'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: function () {\n return (\n '[Oggi a' +\n (this.hours() > 1 ? 'lle ' : this.hours() === 0 ? ' ' : \"ll'\") +\n ']LT'\n );\n },\n nextDay: function () {\n return (\n '[Domani a' +\n (this.hours() > 1 ? 'lle ' : this.hours() === 0 ? ' ' : \"ll'\") +\n ']LT'\n );\n },\n nextWeek: function () {\n return (\n 'dddd [a' +\n (this.hours() > 1 ? 'lle ' : this.hours() === 0 ? ' ' : \"ll'\") +\n ']LT'\n );\n },\n lastDay: function () {\n return (\n '[Ieri a' +\n (this.hours() > 1 ? 'lle ' : this.hours() === 0 ? ' ' : \"ll'\") +\n ']LT'\n );\n },\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return (\n '[La scorsa] dddd [a' +\n (this.hours() > 1\n ? 'lle '\n : this.hours() === 0\n ? ' '\n : \"ll'\") +\n ']LT'\n );\n default:\n return (\n '[Lo scorso] dddd [a' +\n (this.hours() > 1\n ? 'lle '\n : this.hours() === 0\n ? ' '\n : \"ll'\") +\n ']LT'\n );\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'tra %s',\n past: '%s fa',\n s: 'alcuni secondi',\n ss: '%d secondi',\n m: 'un minuto',\n mm: '%d minuti',\n h: \"un'ora\",\n hh: '%d ore',\n d: 'un giorno',\n dd: '%d giorni',\n M: 'un mese',\n MM: '%d mesi',\n y: 'un anno',\n yy: '%d anni',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('ja', {\n eras: [\n {\n since: '2019-05-01',\n offset: 1,\n name: '令和',\n narrow: '㋿',\n abbr: 'R',\n },\n {\n since: '1989-01-08',\n until: '2019-04-30',\n offset: 1,\n name: '平成',\n narrow: '㍻',\n abbr: 'H',\n },\n {\n since: '1926-12-25',\n until: '1989-01-07',\n offset: 1,\n name: '昭和',\n narrow: '㍼',\n abbr: 'S',\n },\n {\n since: '1912-07-30',\n until: '1926-12-24',\n offset: 1,\n name: '大正',\n narrow: '㍽',\n abbr: 'T',\n },\n {\n since: '1873-01-01',\n until: '1912-07-29',\n offset: 6,\n name: '明治',\n narrow: '㍾',\n abbr: 'M',\n },\n {\n since: '0001-01-01',\n until: '1873-12-31',\n offset: 1,\n name: '西暦',\n narrow: 'AD',\n abbr: 'AD',\n },\n {\n since: '0000-12-31',\n until: -Infinity,\n offset: 1,\n name: '紀元前',\n narrow: 'BC',\n abbr: 'BC',\n },\n ],\n eraYearOrdinalRegex: /(元|\\d+)年/,\n eraYearOrdinalParse: function (input, match) {\n return match[1] === '元' ? 1 : parseInt(match[1] || input, 10);\n },\n months: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split('_'),\n monthsShort: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split(\n '_'\n ),\n weekdays: '日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日'.split('_'),\n weekdaysShort: '日_月_火_水_木_金_土'.split('_'),\n weekdaysMin: '日_月_火_水_木_金_土'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY/MM/DD',\n LL: 'YYYY年M月D日',\n LLL: 'YYYY年M月D日 HH:mm',\n LLLL: 'YYYY年M月D日 dddd HH:mm',\n l: 'YYYY/MM/DD',\n ll: 'YYYY年M月D日',\n lll: 'YYYY年M月D日 HH:mm',\n llll: 'YYYY年M月D日(ddd) HH:mm',\n },\n meridiemParse: /午前|午後/i,\n isPM: function (input) {\n return input === '午後';\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return '午前';\n } else {\n return '午後';\n }\n },\n calendar: {\n sameDay: '[今日] LT',\n nextDay: '[明日] LT',\n nextWeek: function (now) {\n if (now.week() !== this.week()) {\n return '[来週]dddd LT';\n } else {\n return 'dddd LT';\n }\n },\n lastDay: '[昨日] LT',\n lastWeek: function (now) {\n if (this.week() !== now.week()) {\n return '[先週]dddd LT';\n } else {\n return 'dddd LT';\n }\n },\n sameElse: 'L',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}日/,\n ordinal: function (number, period) {\n switch (period) {\n case 'y':\n return number === 1 ? '元年' : number + '年';\n case 'd':\n case 'D':\n case 'DDD':\n return number + '日';\n default:\n return number;\n }\n },\n relativeTime: {\n future: '%s後',\n past: '%s前',\n s: '数秒',\n ss: '%d秒',\n m: '1分',\n mm: '%d分',\n h: '1時間',\n hh: '%d時間',\n d: '1日',\n dd: '%d日',\n M: '1ヶ月',\n MM: '%dヶ月',\n y: '1年',\n yy: '%d年',\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('jv', {\n months: 'Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_Nopember_Desember'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nop_Des'.split('_'),\n weekdays: 'Minggu_Senen_Seloso_Rebu_Kemis_Jemuwah_Septu'.split('_'),\n weekdaysShort: 'Min_Sen_Sel_Reb_Kem_Jem_Sep'.split('_'),\n weekdaysMin: 'Mg_Sn_Sl_Rb_Km_Jm_Sp'.split('_'),\n longDateFormat: {\n LT: 'HH.mm',\n LTS: 'HH.mm.ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY [pukul] HH.mm',\n LLLL: 'dddd, D MMMM YYYY [pukul] HH.mm',\n },\n meridiemParse: /enjing|siyang|sonten|ndalu/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'enjing') {\n return hour;\n } else if (meridiem === 'siyang') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'sonten' || meridiem === 'ndalu') {\n return hour + 12;\n }\n },\n meridiem: function (hours, minutes, isLower) {\n if (hours < 11) {\n return 'enjing';\n } else if (hours < 15) {\n return 'siyang';\n } else if (hours < 19) {\n return 'sonten';\n } else {\n return 'ndalu';\n }\n },\n calendar: {\n sameDay: '[Dinten puniko pukul] LT',\n nextDay: '[Mbenjang pukul] LT',\n nextWeek: 'dddd [pukul] LT',\n lastDay: '[Kala wingi pukul] LT',\n lastWeek: 'dddd [kepengker pukul] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'wonten ing %s',\n past: '%s ingkang kepengker',\n s: 'sawetawis detik',\n ss: '%d detik',\n m: 'setunggal menit',\n mm: '%d menit',\n h: 'setunggal jam',\n hh: '%d jam',\n d: 'sedinten',\n dd: '%d dinten',\n M: 'sewulan',\n MM: '%d wulan',\n y: 'setaun',\n yy: '%d taun',\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('ka', {\n months: 'იანვარი_თებერვალი_მარტი_აპრილი_მაისი_ივნისი_ივლისი_აგვისტო_სექტემბერი_ოქტომბერი_ნოემბერი_დეკემბერი'.split(\n '_'\n ),\n monthsShort: 'იან_თებ_მარ_აპრ_მაი_ივნ_ივლ_აგვ_სექ_ოქტ_ნოე_დეკ'.split('_'),\n weekdays: {\n standalone: 'კვირა_ორშაბათი_სამშაბათი_ოთხშაბათი_ხუთშაბათი_პარასკევი_შაბათი'.split(\n '_'\n ),\n format: 'კვირას_ორშაბათს_სამშაბათს_ოთხშაბათს_ხუთშაბათს_პარასკევს_შაბათს'.split(\n '_'\n ),\n isFormat: /(წინა|შემდეგ)/,\n },\n weekdaysShort: 'კვი_ორშ_სამ_ოთხ_ხუთ_პარ_შაბ'.split('_'),\n weekdaysMin: 'კვ_ორ_სა_ოთ_ხუ_პა_შა'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[დღეს] LT[-ზე]',\n nextDay: '[ხვალ] LT[-ზე]',\n lastDay: '[გუშინ] LT[-ზე]',\n nextWeek: '[შემდეგ] dddd LT[-ზე]',\n lastWeek: '[წინა] dddd LT-ზე',\n sameElse: 'L',\n },\n relativeTime: {\n future: function (s) {\n return s.replace(/(წამ|წუთ|საათ|წელ|დღ|თვ)(ი|ე)/, function (\n $0,\n $1,\n $2\n ) {\n return $2 === 'ი' ? $1 + 'ში' : $1 + $2 + 'ში';\n });\n },\n past: function (s) {\n if (/(წამი|წუთი|საათი|დღე|თვე)/.test(s)) {\n return s.replace(/(ი|ე)$/, 'ის წინ');\n }\n if (/წელი/.test(s)) {\n return s.replace(/წელი$/, 'წლის წინ');\n }\n return s;\n },\n s: 'რამდენიმე წამი',\n ss: '%d წამი',\n m: 'წუთი',\n mm: '%d წუთი',\n h: 'საათი',\n hh: '%d საათი',\n d: 'დღე',\n dd: '%d დღე',\n M: 'თვე',\n MM: '%d თვე',\n y: 'წელი',\n yy: '%d წელი',\n },\n dayOfMonthOrdinalParse: /0|1-ლი|მე-\\d{1,2}|\\d{1,2}-ე/,\n ordinal: function (number) {\n if (number === 0) {\n return number;\n }\n if (number === 1) {\n return number + '-ლი';\n }\n if (\n number < 20 ||\n (number <= 100 && number % 20 === 0) ||\n number % 100 === 0\n ) {\n return 'მე-' + number;\n }\n return number + '-ე';\n },\n week: {\n dow: 1,\n doy: 7,\n },\n });\n\n //! moment.js locale configuration\n\n var suffixes$1 = {\n 0: '-ші',\n 1: '-ші',\n 2: '-ші',\n 3: '-ші',\n 4: '-ші',\n 5: '-ші',\n 6: '-шы',\n 7: '-ші',\n 8: '-ші',\n 9: '-шы',\n 10: '-шы',\n 20: '-шы',\n 30: '-шы',\n 40: '-шы',\n 50: '-ші',\n 60: '-шы',\n 70: '-ші',\n 80: '-ші',\n 90: '-шы',\n 100: '-ші',\n };\n\n hooks.defineLocale('kk', {\n months: 'қаңтар_ақпан_наурыз_сәуір_мамыр_маусым_шілде_тамыз_қыркүйек_қазан_қараша_желтоқсан'.split(\n '_'\n ),\n monthsShort: 'қаң_ақп_нау_сәу_мам_мау_шіл_там_қыр_қаз_қар_жел'.split('_'),\n weekdays: 'жексенбі_дүйсенбі_сейсенбі_сәрсенбі_бейсенбі_жұма_сенбі'.split(\n '_'\n ),\n weekdaysShort: 'жек_дүй_сей_сәр_бей_жұм_сен'.split('_'),\n weekdaysMin: 'жк_дй_сй_ср_бй_жм_сн'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Бүгін сағат] LT',\n nextDay: '[Ертең сағат] LT',\n nextWeek: 'dddd [сағат] LT',\n lastDay: '[Кеше сағат] LT',\n lastWeek: '[Өткен аптаның] dddd [сағат] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s ішінде',\n past: '%s бұрын',\n s: 'бірнеше секунд',\n ss: '%d секунд',\n m: 'бір минут',\n mm: '%d минут',\n h: 'бір сағат',\n hh: '%d сағат',\n d: 'бір күн',\n dd: '%d күн',\n M: 'бір ай',\n MM: '%d ай',\n y: 'бір жыл',\n yy: '%d жыл',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(ші|шы)/,\n ordinal: function (number) {\n var a = number % 10,\n b = number >= 100 ? 100 : null;\n return number + (suffixes$1[number] || suffixes$1[a] || suffixes$1[b]);\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var symbolMap$8 = {\n '1': '១',\n '2': '២',\n '3': '៣',\n '4': '៤',\n '5': '៥',\n '6': '៦',\n '7': '៧',\n '8': '៨',\n '9': '៩',\n '0': '០',\n },\n numberMap$7 = {\n '១': '1',\n '២': '2',\n '៣': '3',\n '៤': '4',\n '៥': '5',\n '៦': '6',\n '៧': '7',\n '៨': '8',\n '៩': '9',\n '០': '0',\n };\n\n hooks.defineLocale('km', {\n months: 'មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ'.split(\n '_'\n ),\n monthsShort: 'មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ'.split(\n '_'\n ),\n weekdays: 'អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍'.split('_'),\n weekdaysShort: 'អា_ច_អ_ព_ព្រ_សុ_ស'.split('_'),\n weekdaysMin: 'អា_ច_អ_ព_ព្រ_សុ_ស'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n meridiemParse: /ព្រឹក|ល្ងាច/,\n isPM: function (input) {\n return input === 'ល្ងាច';\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ព្រឹក';\n } else {\n return 'ល្ងាច';\n }\n },\n calendar: {\n sameDay: '[ថ្ងៃនេះ ម៉ោង] LT',\n nextDay: '[ស្អែក ម៉ោង] LT',\n nextWeek: 'dddd [ម៉ោង] LT',\n lastDay: '[ម្សិលមិញ ម៉ោង] LT',\n lastWeek: 'dddd [សប្តាហ៍មុន] [ម៉ោង] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%sទៀត',\n past: '%sមុន',\n s: 'ប៉ុន្មានវិនាទី',\n ss: '%d វិនាទី',\n m: 'មួយនាទី',\n mm: '%d នាទី',\n h: 'មួយម៉ោង',\n hh: '%d ម៉ោង',\n d: 'មួយថ្ងៃ',\n dd: '%d ថ្ងៃ',\n M: 'មួយខែ',\n MM: '%d ខែ',\n y: 'មួយឆ្នាំ',\n yy: '%d ឆ្នាំ',\n },\n dayOfMonthOrdinalParse: /ទី\\d{1,2}/,\n ordinal: 'ទី%d',\n preparse: function (string) {\n return string.replace(/[១២៣៤៥៦៧៨៩០]/g, function (match) {\n return numberMap$7[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap$8[match];\n });\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var symbolMap$9 = {\n '1': '೧',\n '2': '೨',\n '3': '೩',\n '4': '೪',\n '5': '೫',\n '6': '೬',\n '7': '೭',\n '8': '೮',\n '9': '೯',\n '0': '೦',\n },\n numberMap$8 = {\n '೧': '1',\n '೨': '2',\n '೩': '3',\n '೪': '4',\n '೫': '5',\n '೬': '6',\n '೭': '7',\n '೮': '8',\n '೯': '9',\n '೦': '0',\n };\n\n hooks.defineLocale('kn', {\n months: 'ಜನವರಿ_ಫೆಬ್ರವರಿ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂಬರ್_ಅಕ್ಟೋಬರ್_ನವೆಂಬರ್_ಡಿಸೆಂಬರ್'.split(\n '_'\n ),\n monthsShort: 'ಜನ_ಫೆಬ್ರ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂ_ಅಕ್ಟೋ_ನವೆಂ_ಡಿಸೆಂ'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'ಭಾನುವಾರ_ಸೋಮವಾರ_ಮಂಗಳವಾರ_ಬುಧವಾರ_ಗುರುವಾರ_ಶುಕ್ರವಾರ_ಶನಿವಾರ'.split(\n '_'\n ),\n weekdaysShort: 'ಭಾನು_ಸೋಮ_ಮಂಗಳ_ಬುಧ_ಗುರು_ಶುಕ್ರ_ಶನಿ'.split('_'),\n weekdaysMin: 'ಭಾ_ಸೋ_ಮಂ_ಬು_ಗು_ಶು_ಶ'.split('_'),\n longDateFormat: {\n LT: 'A h:mm',\n LTS: 'A h:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm',\n LLLL: 'dddd, D MMMM YYYY, A h:mm',\n },\n calendar: {\n sameDay: '[ಇಂದು] LT',\n nextDay: '[ನಾಳೆ] LT',\n nextWeek: 'dddd, LT',\n lastDay: '[ನಿನ್ನೆ] LT',\n lastWeek: '[ಕೊನೆಯ] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s ನಂತರ',\n past: '%s ಹಿಂದೆ',\n s: 'ಕೆಲವು ಕ್ಷಣಗಳು',\n ss: '%d ಸೆಕೆಂಡುಗಳು',\n m: 'ಒಂದು ನಿಮಿಷ',\n mm: '%d ನಿಮಿಷ',\n h: 'ಒಂದು ಗಂಟೆ',\n hh: '%d ಗಂಟೆ',\n d: 'ಒಂದು ದಿನ',\n dd: '%d ದಿನ',\n M: 'ಒಂದು ತಿಂಗಳು',\n MM: '%d ತಿಂಗಳು',\n y: 'ಒಂದು ವರ್ಷ',\n yy: '%d ವರ್ಷ',\n },\n preparse: function (string) {\n return string.replace(/[೧೨೩೪೫೬೭೮೯೦]/g, function (match) {\n return numberMap$8[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap$9[match];\n });\n },\n meridiemParse: /ರಾತ್ರಿ|ಬೆಳಿಗ್ಗೆ|ಮಧ್ಯಾಹ್ನ|ಸಂಜೆ/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'ರಾತ್ರಿ') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'ಬೆಳಿಗ್ಗೆ') {\n return hour;\n } else if (meridiem === 'ಮಧ್ಯಾಹ್ನ') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'ಸಂಜೆ') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'ರಾತ್ರಿ';\n } else if (hour < 10) {\n return 'ಬೆಳಿಗ್ಗೆ';\n } else if (hour < 17) {\n return 'ಮಧ್ಯಾಹ್ನ';\n } else if (hour < 20) {\n return 'ಸಂಜೆ';\n } else {\n return 'ರಾತ್ರಿ';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(ನೇ)/,\n ordinal: function (number) {\n return number + 'ನೇ';\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('ko', {\n months: '1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월'.split('_'),\n monthsShort: '1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월'.split(\n '_'\n ),\n weekdays: '일요일_월요일_화요일_수요일_목요일_금요일_토요일'.split('_'),\n weekdaysShort: '일_월_화_수_목_금_토'.split('_'),\n weekdaysMin: '일_월_화_수_목_금_토'.split('_'),\n longDateFormat: {\n LT: 'A h:mm',\n LTS: 'A h:mm:ss',\n L: 'YYYY.MM.DD.',\n LL: 'YYYY년 MMMM D일',\n LLL: 'YYYY년 MMMM D일 A h:mm',\n LLLL: 'YYYY년 MMMM D일 dddd A h:mm',\n l: 'YYYY.MM.DD.',\n ll: 'YYYY년 MMMM D일',\n lll: 'YYYY년 MMMM D일 A h:mm',\n llll: 'YYYY년 MMMM D일 dddd A h:mm',\n },\n calendar: {\n sameDay: '오늘 LT',\n nextDay: '내일 LT',\n nextWeek: 'dddd LT',\n lastDay: '어제 LT',\n lastWeek: '지난주 dddd LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s 후',\n past: '%s 전',\n s: '몇 초',\n ss: '%d초',\n m: '1분',\n mm: '%d분',\n h: '한 시간',\n hh: '%d시간',\n d: '하루',\n dd: '%d일',\n M: '한 달',\n MM: '%d달',\n y: '일 년',\n yy: '%d년',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(일|월|주)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + '일';\n case 'M':\n return number + '월';\n case 'w':\n case 'W':\n return number + '주';\n default:\n return number;\n }\n },\n meridiemParse: /오전|오후/,\n isPM: function (token) {\n return token === '오후';\n },\n meridiem: function (hour, minute, isUpper) {\n return hour < 12 ? '오전' : '오후';\n },\n });\n\n //! moment.js locale configuration\n\n var symbolMap$a = {\n '1': '١',\n '2': '٢',\n '3': '٣',\n '4': '٤',\n '5': '٥',\n '6': '٦',\n '7': '٧',\n '8': '٨',\n '9': '٩',\n '0': '٠',\n },\n numberMap$9 = {\n '١': '1',\n '٢': '2',\n '٣': '3',\n '٤': '4',\n '٥': '5',\n '٦': '6',\n '٧': '7',\n '٨': '8',\n '٩': '9',\n '٠': '0',\n },\n months$8 = [\n 'کانونی دووەم',\n 'شوبات',\n 'ئازار',\n 'نیسان',\n 'ئایار',\n 'حوزەیران',\n 'تەمموز',\n 'ئاب',\n 'ئەیلوول',\n 'تشرینی یەكەم',\n 'تشرینی دووەم',\n 'كانونی یەکەم',\n ];\n\n hooks.defineLocale('ku', {\n months: months$8,\n monthsShort: months$8,\n weekdays: 'یه‌كشه‌ممه‌_دووشه‌ممه‌_سێشه‌ممه‌_چوارشه‌ممه‌_پێنجشه‌ممه‌_هه‌ینی_شه‌ممه‌'.split(\n '_'\n ),\n weekdaysShort: 'یه‌كشه‌م_دووشه‌م_سێشه‌م_چوارشه‌م_پێنجشه‌م_هه‌ینی_شه‌ممه‌'.split(\n '_'\n ),\n weekdaysMin: 'ی_د_س_چ_پ_ه_ش'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n meridiemParse: /ئێواره‌|به‌یانی/,\n isPM: function (input) {\n return /ئێواره‌/.test(input);\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'به‌یانی';\n } else {\n return 'ئێواره‌';\n }\n },\n calendar: {\n sameDay: '[ئه‌مرۆ كاتژمێر] LT',\n nextDay: '[به‌یانی كاتژمێر] LT',\n nextWeek: 'dddd [كاتژمێر] LT',\n lastDay: '[دوێنێ كاتژمێر] LT',\n lastWeek: 'dddd [كاتژمێر] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'له‌ %s',\n past: '%s',\n s: 'چه‌ند چركه‌یه‌ك',\n ss: 'چركه‌ %d',\n m: 'یه‌ك خوله‌ك',\n mm: '%d خوله‌ك',\n h: 'یه‌ك كاتژمێر',\n hh: '%d كاتژمێر',\n d: 'یه‌ك ڕۆژ',\n dd: '%d ڕۆژ',\n M: 'یه‌ك مانگ',\n MM: '%d مانگ',\n y: 'یه‌ك ساڵ',\n yy: '%d ساڵ',\n },\n preparse: function (string) {\n return string\n .replace(/[١٢٣٤٥٦٧٨٩٠]/g, function (match) {\n return numberMap$9[match];\n })\n .replace(/،/g, ',');\n },\n postformat: function (string) {\n return string\n .replace(/\\d/g, function (match) {\n return symbolMap$a[match];\n })\n .replace(/,/g, '،');\n },\n week: {\n dow: 6, // Saturday is the first day of the week.\n doy: 12, // The week that contains Jan 12th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var suffixes$2 = {\n 0: '-чү',\n 1: '-чи',\n 2: '-чи',\n 3: '-чү',\n 4: '-чү',\n 5: '-чи',\n 6: '-чы',\n 7: '-чи',\n 8: '-чи',\n 9: '-чу',\n 10: '-чу',\n 20: '-чы',\n 30: '-чу',\n 40: '-чы',\n 50: '-чү',\n 60: '-чы',\n 70: '-чи',\n 80: '-чи',\n 90: '-чу',\n 100: '-чү',\n };\n\n hooks.defineLocale('ky', {\n months: 'январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь'.split(\n '_'\n ),\n monthsShort: 'янв_фев_март_апр_май_июнь_июль_авг_сен_окт_ноя_дек'.split(\n '_'\n ),\n weekdays: 'Жекшемби_Дүйшөмбү_Шейшемби_Шаршемби_Бейшемби_Жума_Ишемби'.split(\n '_'\n ),\n weekdaysShort: 'Жек_Дүй_Шей_Шар_Бей_Жум_Ише'.split('_'),\n weekdaysMin: 'Жк_Дй_Шй_Шр_Бй_Жм_Иш'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Бүгүн саат] LT',\n nextDay: '[Эртең саат] LT',\n nextWeek: 'dddd [саат] LT',\n lastDay: '[Кечээ саат] LT',\n lastWeek: '[Өткөн аптанын] dddd [күнү] [саат] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s ичинде',\n past: '%s мурун',\n s: 'бирнече секунд',\n ss: '%d секунд',\n m: 'бир мүнөт',\n mm: '%d мүнөт',\n h: 'бир саат',\n hh: '%d саат',\n d: 'бир күн',\n dd: '%d күн',\n M: 'бир ай',\n MM: '%d ай',\n y: 'бир жыл',\n yy: '%d жыл',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(чи|чы|чү|чу)/,\n ordinal: function (number) {\n var a = number % 10,\n b = number >= 100 ? 100 : null;\n return number + (suffixes$2[number] || suffixes$2[a] || suffixes$2[b]);\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n function processRelativeTime$6(number, withoutSuffix, key, isFuture) {\n var format = {\n m: ['eng Minutt', 'enger Minutt'],\n h: ['eng Stonn', 'enger Stonn'],\n d: ['een Dag', 'engem Dag'],\n M: ['ee Mount', 'engem Mount'],\n y: ['ee Joer', 'engem Joer'],\n };\n return withoutSuffix ? format[key][0] : format[key][1];\n }\n function processFutureTime(string) {\n var number = string.substr(0, string.indexOf(' '));\n if (eifelerRegelAppliesToNumber(number)) {\n return 'a ' + string;\n }\n return 'an ' + string;\n }\n function processPastTime(string) {\n var number = string.substr(0, string.indexOf(' '));\n if (eifelerRegelAppliesToNumber(number)) {\n return 'viru ' + string;\n }\n return 'virun ' + string;\n }\n /**\n * Returns true if the word before the given number loses the '-n' ending.\n * e.g. 'an 10 Deeg' but 'a 5 Deeg'\n *\n * @param number {integer}\n * @returns {boolean}\n */\n function eifelerRegelAppliesToNumber(number) {\n number = parseInt(number, 10);\n if (isNaN(number)) {\n return false;\n }\n if (number < 0) {\n // Negative Number --> always true\n return true;\n } else if (number < 10) {\n // Only 1 digit\n if (4 <= number && number <= 7) {\n return true;\n }\n return false;\n } else if (number < 100) {\n // 2 digits\n var lastDigit = number % 10,\n firstDigit = number / 10;\n if (lastDigit === 0) {\n return eifelerRegelAppliesToNumber(firstDigit);\n }\n return eifelerRegelAppliesToNumber(lastDigit);\n } else if (number < 10000) {\n // 3 or 4 digits --> recursively check first digit\n while (number >= 10) {\n number = number / 10;\n }\n return eifelerRegelAppliesToNumber(number);\n } else {\n // Anything larger than 4 digits: recursively check first n-3 digits\n number = number / 1000;\n return eifelerRegelAppliesToNumber(number);\n }\n }\n\n hooks.defineLocale('lb', {\n months: 'Januar_Februar_Mäerz_Abrëll_Mee_Juni_Juli_August_September_Oktober_November_Dezember'.split(\n '_'\n ),\n monthsShort: 'Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'Sonndeg_Méindeg_Dënschdeg_Mëttwoch_Donneschdeg_Freideg_Samschdeg'.split(\n '_'\n ),\n weekdaysShort: 'So._Mé._Dë._Më._Do._Fr._Sa.'.split('_'),\n weekdaysMin: 'So_Mé_Dë_Më_Do_Fr_Sa'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm [Auer]',\n LTS: 'H:mm:ss [Auer]',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm [Auer]',\n LLLL: 'dddd, D. MMMM YYYY H:mm [Auer]',\n },\n calendar: {\n sameDay: '[Haut um] LT',\n sameElse: 'L',\n nextDay: '[Muer um] LT',\n nextWeek: 'dddd [um] LT',\n lastDay: '[Gëschter um] LT',\n lastWeek: function () {\n // Different date string for 'Dënschdeg' (Tuesday) and 'Donneschdeg' (Thursday) due to phonological rule\n switch (this.day()) {\n case 2:\n case 4:\n return '[Leschten] dddd [um] LT';\n default:\n return '[Leschte] dddd [um] LT';\n }\n },\n },\n relativeTime: {\n future: processFutureTime,\n past: processPastTime,\n s: 'e puer Sekonnen',\n ss: '%d Sekonnen',\n m: processRelativeTime$6,\n mm: '%d Minutten',\n h: processRelativeTime$6,\n hh: '%d Stonnen',\n d: processRelativeTime$6,\n dd: '%d Deeg',\n M: processRelativeTime$6,\n MM: '%d Méint',\n y: processRelativeTime$6,\n yy: '%d Joer',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('lo', {\n months: 'ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ'.split(\n '_'\n ),\n monthsShort: 'ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ'.split(\n '_'\n ),\n weekdays: 'ອາທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ'.split('_'),\n weekdaysShort: 'ທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ'.split('_'),\n weekdaysMin: 'ທ_ຈ_ອຄ_ພ_ພຫ_ສກ_ສ'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'ວັນdddd D MMMM YYYY HH:mm',\n },\n meridiemParse: /ຕອນເຊົ້າ|ຕອນແລງ/,\n isPM: function (input) {\n return input === 'ຕອນແລງ';\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ຕອນເຊົ້າ';\n } else {\n return 'ຕອນແລງ';\n }\n },\n calendar: {\n sameDay: '[ມື້ນີ້ເວລາ] LT',\n nextDay: '[ມື້ອື່ນເວລາ] LT',\n nextWeek: '[ວັນ]dddd[ໜ້າເວລາ] LT',\n lastDay: '[ມື້ວານນີ້ເວລາ] LT',\n lastWeek: '[ວັນ]dddd[ແລ້ວນີ້ເວລາ] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'ອີກ %s',\n past: '%sຜ່ານມາ',\n s: 'ບໍ່ເທົ່າໃດວິນາທີ',\n ss: '%d ວິນາທີ',\n m: '1 ນາທີ',\n mm: '%d ນາທີ',\n h: '1 ຊົ່ວໂມງ',\n hh: '%d ຊົ່ວໂມງ',\n d: '1 ມື້',\n dd: '%d ມື້',\n M: '1 ເດືອນ',\n MM: '%d ເດືອນ',\n y: '1 ປີ',\n yy: '%d ປີ',\n },\n dayOfMonthOrdinalParse: /(ທີ່)\\d{1,2}/,\n ordinal: function (number) {\n return 'ທີ່' + number;\n },\n });\n\n //! moment.js locale configuration\n\n var units = {\n ss: 'sekundė_sekundžių_sekundes',\n m: 'minutė_minutės_minutę',\n mm: 'minutės_minučių_minutes',\n h: 'valanda_valandos_valandą',\n hh: 'valandos_valandų_valandas',\n d: 'diena_dienos_dieną',\n dd: 'dienos_dienų_dienas',\n M: 'mėnuo_mėnesio_mėnesį',\n MM: 'mėnesiai_mėnesių_mėnesius',\n y: 'metai_metų_metus',\n yy: 'metai_metų_metus',\n };\n function translateSeconds(number, withoutSuffix, key, isFuture) {\n if (withoutSuffix) {\n return 'kelios sekundės';\n } else {\n return isFuture ? 'kelių sekundžių' : 'kelias sekundes';\n }\n }\n function translateSingular(number, withoutSuffix, key, isFuture) {\n return withoutSuffix\n ? forms(key)[0]\n : isFuture\n ? forms(key)[1]\n : forms(key)[2];\n }\n function special(number) {\n return number % 10 === 0 || (number > 10 && number < 20);\n }\n function forms(key) {\n return units[key].split('_');\n }\n function translate$6(number, withoutSuffix, key, isFuture) {\n var result = number + ' ';\n if (number === 1) {\n return (\n result + translateSingular(number, withoutSuffix, key[0], isFuture)\n );\n } else if (withoutSuffix) {\n return result + (special(number) ? forms(key)[1] : forms(key)[0]);\n } else {\n if (isFuture) {\n return result + forms(key)[1];\n } else {\n return result + (special(number) ? forms(key)[1] : forms(key)[2]);\n }\n }\n }\n hooks.defineLocale('lt', {\n months: {\n format: 'sausio_vasario_kovo_balandžio_gegužės_birželio_liepos_rugpjūčio_rugsėjo_spalio_lapkričio_gruodžio'.split(\n '_'\n ),\n standalone: 'sausis_vasaris_kovas_balandis_gegužė_birželis_liepa_rugpjūtis_rugsėjis_spalis_lapkritis_gruodis'.split(\n '_'\n ),\n isFormat: /D[oD]?(\\[[^\\[\\]]*\\]|\\s)+MMMM?|MMMM?(\\[[^\\[\\]]*\\]|\\s)+D[oD]?/,\n },\n monthsShort: 'sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd'.split('_'),\n weekdays: {\n format: 'sekmadienį_pirmadienį_antradienį_trečiadienį_ketvirtadienį_penktadienį_šeštadienį'.split(\n '_'\n ),\n standalone: 'sekmadienis_pirmadienis_antradienis_trečiadienis_ketvirtadienis_penktadienis_šeštadienis'.split(\n '_'\n ),\n isFormat: /dddd HH:mm/,\n },\n weekdaysShort: 'Sek_Pir_Ant_Tre_Ket_Pen_Šeš'.split('_'),\n weekdaysMin: 'S_P_A_T_K_Pn_Š'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY-MM-DD',\n LL: 'YYYY [m.] MMMM D [d.]',\n LLL: 'YYYY [m.] MMMM D [d.], HH:mm [val.]',\n LLLL: 'YYYY [m.] MMMM D [d.], dddd, HH:mm [val.]',\n l: 'YYYY-MM-DD',\n ll: 'YYYY [m.] MMMM D [d.]',\n lll: 'YYYY [m.] MMMM D [d.], HH:mm [val.]',\n llll: 'YYYY [m.] MMMM D [d.], ddd, HH:mm [val.]',\n },\n calendar: {\n sameDay: '[Šiandien] LT',\n nextDay: '[Rytoj] LT',\n nextWeek: 'dddd LT',\n lastDay: '[Vakar] LT',\n lastWeek: '[Praėjusį] dddd LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'po %s',\n past: 'prieš %s',\n s: translateSeconds,\n ss: translate$6,\n m: translateSingular,\n mm: translate$6,\n h: translateSingular,\n hh: translate$6,\n d: translateSingular,\n dd: translate$6,\n M: translateSingular,\n MM: translate$6,\n y: translateSingular,\n yy: translate$6,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-oji/,\n ordinal: function (number) {\n return number + '-oji';\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var units$1 = {\n ss: 'sekundes_sekundēm_sekunde_sekundes'.split('_'),\n m: 'minūtes_minūtēm_minūte_minūtes'.split('_'),\n mm: 'minūtes_minūtēm_minūte_minūtes'.split('_'),\n h: 'stundas_stundām_stunda_stundas'.split('_'),\n hh: 'stundas_stundām_stunda_stundas'.split('_'),\n d: 'dienas_dienām_diena_dienas'.split('_'),\n dd: 'dienas_dienām_diena_dienas'.split('_'),\n M: 'mēneša_mēnešiem_mēnesis_mēneši'.split('_'),\n MM: 'mēneša_mēnešiem_mēnesis_mēneši'.split('_'),\n y: 'gada_gadiem_gads_gadi'.split('_'),\n yy: 'gada_gadiem_gads_gadi'.split('_'),\n };\n /**\n * @param withoutSuffix boolean true = a length of time; false = before/after a period of time.\n */\n function format$1(forms, number, withoutSuffix) {\n if (withoutSuffix) {\n // E.g. \"21 minūte\", \"3 minūtes\".\n return number % 10 === 1 && number % 100 !== 11 ? forms[2] : forms[3];\n } else {\n // E.g. \"21 minūtes\" as in \"pēc 21 minūtes\".\n // E.g. \"3 minūtēm\" as in \"pēc 3 minūtēm\".\n return number % 10 === 1 && number % 100 !== 11 ? forms[0] : forms[1];\n }\n }\n function relativeTimeWithPlural$1(number, withoutSuffix, key) {\n return number + ' ' + format$1(units$1[key], number, withoutSuffix);\n }\n function relativeTimeWithSingular(number, withoutSuffix, key) {\n return format$1(units$1[key], number, withoutSuffix);\n }\n function relativeSeconds(number, withoutSuffix) {\n return withoutSuffix ? 'dažas sekundes' : 'dažām sekundēm';\n }\n\n hooks.defineLocale('lv', {\n months: 'janvāris_februāris_marts_aprīlis_maijs_jūnijs_jūlijs_augusts_septembris_oktobris_novembris_decembris'.split(\n '_'\n ),\n monthsShort: 'jan_feb_mar_apr_mai_jūn_jūl_aug_sep_okt_nov_dec'.split('_'),\n weekdays: 'svētdiena_pirmdiena_otrdiena_trešdiena_ceturtdiena_piektdiena_sestdiena'.split(\n '_'\n ),\n weekdaysShort: 'Sv_P_O_T_C_Pk_S'.split('_'),\n weekdaysMin: 'Sv_P_O_T_C_Pk_S'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY.',\n LL: 'YYYY. [gada] D. MMMM',\n LLL: 'YYYY. [gada] D. MMMM, HH:mm',\n LLLL: 'YYYY. [gada] D. MMMM, dddd, HH:mm',\n },\n calendar: {\n sameDay: '[Šodien pulksten] LT',\n nextDay: '[Rīt pulksten] LT',\n nextWeek: 'dddd [pulksten] LT',\n lastDay: '[Vakar pulksten] LT',\n lastWeek: '[Pagājušā] dddd [pulksten] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'pēc %s',\n past: 'pirms %s',\n s: relativeSeconds,\n ss: relativeTimeWithPlural$1,\n m: relativeTimeWithSingular,\n mm: relativeTimeWithPlural$1,\n h: relativeTimeWithSingular,\n hh: relativeTimeWithPlural$1,\n d: relativeTimeWithSingular,\n dd: relativeTimeWithPlural$1,\n M: relativeTimeWithSingular,\n MM: relativeTimeWithPlural$1,\n y: relativeTimeWithSingular,\n yy: relativeTimeWithPlural$1,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var translator = {\n words: {\n //Different grammatical cases\n ss: ['sekund', 'sekunda', 'sekundi'],\n m: ['jedan minut', 'jednog minuta'],\n mm: ['minut', 'minuta', 'minuta'],\n h: ['jedan sat', 'jednog sata'],\n hh: ['sat', 'sata', 'sati'],\n dd: ['dan', 'dana', 'dana'],\n MM: ['mjesec', 'mjeseca', 'mjeseci'],\n yy: ['godina', 'godine', 'godina'],\n },\n correctGrammaticalCase: function (number, wordKey) {\n return number === 1\n ? wordKey[0]\n : number >= 2 && number <= 4\n ? wordKey[1]\n : wordKey[2];\n },\n translate: function (number, withoutSuffix, key) {\n var wordKey = translator.words[key];\n if (key.length === 1) {\n return withoutSuffix ? wordKey[0] : wordKey[1];\n } else {\n return (\n number +\n ' ' +\n translator.correctGrammaticalCase(number, wordKey)\n );\n }\n },\n };\n\n hooks.defineLocale('me', {\n months: 'januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar'.split(\n '_'\n ),\n monthsShort: 'jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota'.split(\n '_'\n ),\n weekdaysShort: 'ned._pon._uto._sri._čet._pet._sub.'.split('_'),\n weekdaysMin: 'ne_po_ut_sr_če_pe_su'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm',\n LLLL: 'dddd, D. MMMM YYYY H:mm',\n },\n calendar: {\n sameDay: '[danas u] LT',\n nextDay: '[sjutra u] LT',\n\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[u] [nedjelju] [u] LT';\n case 3:\n return '[u] [srijedu] [u] LT';\n case 6:\n return '[u] [subotu] [u] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[u] dddd [u] LT';\n }\n },\n lastDay: '[juče u] LT',\n lastWeek: function () {\n var lastWeekDays = [\n '[prošle] [nedjelje] [u] LT',\n '[prošlog] [ponedjeljka] [u] LT',\n '[prošlog] [utorka] [u] LT',\n '[prošle] [srijede] [u] LT',\n '[prošlog] [četvrtka] [u] LT',\n '[prošlog] [petka] [u] LT',\n '[prošle] [subote] [u] LT',\n ];\n return lastWeekDays[this.day()];\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'za %s',\n past: 'prije %s',\n s: 'nekoliko sekundi',\n ss: translator.translate,\n m: translator.translate,\n mm: translator.translate,\n h: translator.translate,\n hh: translator.translate,\n d: 'dan',\n dd: translator.translate,\n M: 'mjesec',\n MM: translator.translate,\n y: 'godinu',\n yy: translator.translate,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('mi', {\n months: 'Kohi-tāte_Hui-tanguru_Poutū-te-rangi_Paenga-whāwhā_Haratua_Pipiri_Hōngoingoi_Here-turi-kōkā_Mahuru_Whiringa-ā-nuku_Whiringa-ā-rangi_Hakihea'.split(\n '_'\n ),\n monthsShort: 'Kohi_Hui_Pou_Pae_Hara_Pipi_Hōngoi_Here_Mahu_Whi-nu_Whi-ra_Haki'.split(\n '_'\n ),\n monthsRegex: /(?:['a-z\\u0101\\u014D\\u016B]+\\-?){1,3}/i,\n monthsStrictRegex: /(?:['a-z\\u0101\\u014D\\u016B]+\\-?){1,3}/i,\n monthsShortRegex: /(?:['a-z\\u0101\\u014D\\u016B]+\\-?){1,3}/i,\n monthsShortStrictRegex: /(?:['a-z\\u0101\\u014D\\u016B]+\\-?){1,2}/i,\n weekdays: 'Rātapu_Mane_Tūrei_Wenerei_Tāite_Paraire_Hātarei'.split('_'),\n weekdaysShort: 'Ta_Ma_Tū_We_Tāi_Pa_Hā'.split('_'),\n weekdaysMin: 'Ta_Ma_Tū_We_Tāi_Pa_Hā'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY [i] HH:mm',\n LLLL: 'dddd, D MMMM YYYY [i] HH:mm',\n },\n calendar: {\n sameDay: '[i teie mahana, i] LT',\n nextDay: '[apopo i] LT',\n nextWeek: 'dddd [i] LT',\n lastDay: '[inanahi i] LT',\n lastWeek: 'dddd [whakamutunga i] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'i roto i %s',\n past: '%s i mua',\n s: 'te hēkona ruarua',\n ss: '%d hēkona',\n m: 'he meneti',\n mm: '%d meneti',\n h: 'te haora',\n hh: '%d haora',\n d: 'he ra',\n dd: '%d ra',\n M: 'he marama',\n MM: '%d marama',\n y: 'he tau',\n yy: '%d tau',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('mk', {\n months: 'јануари_февруари_март_април_мај_јуни_јули_август_септември_октомври_ноември_декември'.split(\n '_'\n ),\n monthsShort: 'јан_фев_мар_апр_мај_јун_јул_авг_сеп_окт_ное_дек'.split('_'),\n weekdays: 'недела_понеделник_вторник_среда_четврток_петок_сабота'.split(\n '_'\n ),\n weekdaysShort: 'нед_пон_вто_сре_чет_пет_саб'.split('_'),\n weekdaysMin: 'нe_пo_вт_ср_че_пе_сa'.split('_'),\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'D.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY H:mm',\n LLLL: 'dddd, D MMMM YYYY H:mm',\n },\n calendar: {\n sameDay: '[Денес во] LT',\n nextDay: '[Утре во] LT',\n nextWeek: '[Во] dddd [во] LT',\n lastDay: '[Вчера во] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n case 3:\n case 6:\n return '[Изминатата] dddd [во] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[Изминатиот] dddd [во] LT';\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'за %s',\n past: 'пред %s',\n s: 'неколку секунди',\n ss: '%d секунди',\n m: 'една минута',\n mm: '%d минути',\n h: 'еден час',\n hh: '%d часа',\n d: 'еден ден',\n dd: '%d дена',\n M: 'еден месец',\n MM: '%d месеци',\n y: 'една година',\n yy: '%d години',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(ев|ен|ти|ви|ри|ми)/,\n ordinal: function (number) {\n var lastDigit = number % 10,\n last2Digits = number % 100;\n if (number === 0) {\n return number + '-ев';\n } else if (last2Digits === 0) {\n return number + '-ен';\n } else if (last2Digits > 10 && last2Digits < 20) {\n return number + '-ти';\n } else if (lastDigit === 1) {\n return number + '-ви';\n } else if (lastDigit === 2) {\n return number + '-ри';\n } else if (lastDigit === 7 || lastDigit === 8) {\n return number + '-ми';\n } else {\n return number + '-ти';\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('ml', {\n months: 'ജനുവരി_ഫെബ്രുവരി_മാർച്ച്_ഏപ്രിൽ_മേയ്_ജൂൺ_ജൂലൈ_ഓഗസ്റ്റ്_സെപ്റ്റംബർ_ഒക്ടോബർ_നവംബർ_ഡിസംബർ'.split(\n '_'\n ),\n monthsShort: 'ജനു._ഫെബ്രു._മാർ._ഏപ്രി._മേയ്_ജൂൺ_ജൂലൈ._ഓഗ._സെപ്റ്റ._ഒക്ടോ._നവം._ഡിസം.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'ഞായറാഴ്ച_തിങ്കളാഴ്ച_ചൊവ്വാഴ്ച_ബുധനാഴ്ച_വ്യാഴാഴ്ച_വെള്ളിയാഴ്ച_ശനിയാഴ്ച'.split(\n '_'\n ),\n weekdaysShort: 'ഞായർ_തിങ്കൾ_ചൊവ്വ_ബുധൻ_വ്യാഴം_വെള്ളി_ശനി'.split('_'),\n weekdaysMin: 'ഞാ_തി_ചൊ_ബു_വ്യാ_വെ_ശ'.split('_'),\n longDateFormat: {\n LT: 'A h:mm -നു',\n LTS: 'A h:mm:ss -നു',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm -നു',\n LLLL: 'dddd, D MMMM YYYY, A h:mm -നു',\n },\n calendar: {\n sameDay: '[ഇന്ന്] LT',\n nextDay: '[നാളെ] LT',\n nextWeek: 'dddd, LT',\n lastDay: '[ഇന്നലെ] LT',\n lastWeek: '[കഴിഞ്ഞ] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s കഴിഞ്ഞ്',\n past: '%s മുൻപ്',\n s: 'അൽപ നിമിഷങ്ങൾ',\n ss: '%d സെക്കൻഡ്',\n m: 'ഒരു മിനിറ്റ്',\n mm: '%d മിനിറ്റ്',\n h: 'ഒരു മണിക്കൂർ',\n hh: '%d മണിക്കൂർ',\n d: 'ഒരു ദിവസം',\n dd: '%d ദിവസം',\n M: 'ഒരു മാസം',\n MM: '%d മാസം',\n y: 'ഒരു വർഷം',\n yy: '%d വർഷം',\n },\n meridiemParse: /രാത്രി|രാവിലെ|ഉച്ച കഴിഞ്ഞ്|വൈകുന്നേരം|രാത്രി/i,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (\n (meridiem === 'രാത്രി' && hour >= 4) ||\n meridiem === 'ഉച്ച കഴിഞ്ഞ്' ||\n meridiem === 'വൈകുന്നേരം'\n ) {\n return hour + 12;\n } else {\n return hour;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'രാത്രി';\n } else if (hour < 12) {\n return 'രാവിലെ';\n } else if (hour < 17) {\n return 'ഉച്ച കഴിഞ്ഞ്';\n } else if (hour < 20) {\n return 'വൈകുന്നേരം';\n } else {\n return 'രാത്രി';\n }\n },\n });\n\n //! moment.js locale configuration\n\n function translate$7(number, withoutSuffix, key, isFuture) {\n switch (key) {\n case 's':\n return withoutSuffix ? 'хэдхэн секунд' : 'хэдхэн секундын';\n case 'ss':\n return number + (withoutSuffix ? ' секунд' : ' секундын');\n case 'm':\n case 'mm':\n return number + (withoutSuffix ? ' минут' : ' минутын');\n case 'h':\n case 'hh':\n return number + (withoutSuffix ? ' цаг' : ' цагийн');\n case 'd':\n case 'dd':\n return number + (withoutSuffix ? ' өдөр' : ' өдрийн');\n case 'M':\n case 'MM':\n return number + (withoutSuffix ? ' сар' : ' сарын');\n case 'y':\n case 'yy':\n return number + (withoutSuffix ? ' жил' : ' жилийн');\n default:\n return number;\n }\n }\n\n hooks.defineLocale('mn', {\n months: 'Нэгдүгээр сар_Хоёрдугаар сар_Гуравдугаар сар_Дөрөвдүгээр сар_Тавдугаар сар_Зургадугаар сар_Долдугаар сар_Наймдугаар сар_Есдүгээр сар_Аравдугаар сар_Арван нэгдүгээр сар_Арван хоёрдугаар сар'.split(\n '_'\n ),\n monthsShort: '1 сар_2 сар_3 сар_4 сар_5 сар_6 сар_7 сар_8 сар_9 сар_10 сар_11 сар_12 сар'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'Ням_Даваа_Мягмар_Лхагва_Пүрэв_Баасан_Бямба'.split('_'),\n weekdaysShort: 'Ням_Дав_Мяг_Лха_Пүр_Баа_Бям'.split('_'),\n weekdaysMin: 'Ня_Да_Мя_Лх_Пү_Ба_Бя'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY-MM-DD',\n LL: 'YYYY оны MMMMын D',\n LLL: 'YYYY оны MMMMын D HH:mm',\n LLLL: 'dddd, YYYY оны MMMMын D HH:mm',\n },\n meridiemParse: /ҮӨ|ҮХ/i,\n isPM: function (input) {\n return input === 'ҮХ';\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ҮӨ';\n } else {\n return 'ҮХ';\n }\n },\n calendar: {\n sameDay: '[Өнөөдөр] LT',\n nextDay: '[Маргааш] LT',\n nextWeek: '[Ирэх] dddd LT',\n lastDay: '[Өчигдөр] LT',\n lastWeek: '[Өнгөрсөн] dddd LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s дараа',\n past: '%s өмнө',\n s: translate$7,\n ss: translate$7,\n m: translate$7,\n mm: translate$7,\n h: translate$7,\n hh: translate$7,\n d: translate$7,\n dd: translate$7,\n M: translate$7,\n MM: translate$7,\n y: translate$7,\n yy: translate$7,\n },\n dayOfMonthOrdinalParse: /\\d{1,2} өдөр/,\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + ' өдөр';\n default:\n return number;\n }\n },\n });\n\n //! moment.js locale configuration\n\n var symbolMap$b = {\n '1': '१',\n '2': '२',\n '3': '३',\n '4': '४',\n '5': '५',\n '6': '६',\n '7': '७',\n '8': '८',\n '9': '९',\n '0': '०',\n },\n numberMap$a = {\n '१': '1',\n '२': '2',\n '३': '3',\n '४': '4',\n '५': '5',\n '६': '6',\n '७': '7',\n '८': '8',\n '९': '9',\n '०': '0',\n };\n\n function relativeTimeMr(number, withoutSuffix, string, isFuture) {\n var output = '';\n if (withoutSuffix) {\n switch (string) {\n case 's':\n output = 'काही सेकंद';\n break;\n case 'ss':\n output = '%d सेकंद';\n break;\n case 'm':\n output = 'एक मिनिट';\n break;\n case 'mm':\n output = '%d मिनिटे';\n break;\n case 'h':\n output = 'एक तास';\n break;\n case 'hh':\n output = '%d तास';\n break;\n case 'd':\n output = 'एक दिवस';\n break;\n case 'dd':\n output = '%d दिवस';\n break;\n case 'M':\n output = 'एक महिना';\n break;\n case 'MM':\n output = '%d महिने';\n break;\n case 'y':\n output = 'एक वर्ष';\n break;\n case 'yy':\n output = '%d वर्षे';\n break;\n }\n } else {\n switch (string) {\n case 's':\n output = 'काही सेकंदां';\n break;\n case 'ss':\n output = '%d सेकंदां';\n break;\n case 'm':\n output = 'एका मिनिटा';\n break;\n case 'mm':\n output = '%d मिनिटां';\n break;\n case 'h':\n output = 'एका तासा';\n break;\n case 'hh':\n output = '%d तासां';\n break;\n case 'd':\n output = 'एका दिवसा';\n break;\n case 'dd':\n output = '%d दिवसां';\n break;\n case 'M':\n output = 'एका महिन्या';\n break;\n case 'MM':\n output = '%d महिन्यां';\n break;\n case 'y':\n output = 'एका वर्षा';\n break;\n case 'yy':\n output = '%d वर्षां';\n break;\n }\n }\n return output.replace(/%d/i, number);\n }\n\n hooks.defineLocale('mr', {\n months: 'जानेवारी_फेब्रुवारी_मार्च_एप्रिल_मे_जून_जुलै_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर'.split(\n '_'\n ),\n monthsShort: 'जाने._फेब्रु._मार्च._एप्रि._मे._जून._जुलै._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'रविवार_सोमवार_मंगळवार_बुधवार_गुरूवार_शुक्रवार_शनिवार'.split('_'),\n weekdaysShort: 'रवि_सोम_मंगळ_बुध_गुरू_शुक्र_शनि'.split('_'),\n weekdaysMin: 'र_सो_मं_बु_गु_शु_श'.split('_'),\n longDateFormat: {\n LT: 'A h:mm वाजता',\n LTS: 'A h:mm:ss वाजता',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm वाजता',\n LLLL: 'dddd, D MMMM YYYY, A h:mm वाजता',\n },\n calendar: {\n sameDay: '[आज] LT',\n nextDay: '[उद्या] LT',\n nextWeek: 'dddd, LT',\n lastDay: '[काल] LT',\n lastWeek: '[मागील] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%sमध्ये',\n past: '%sपूर्वी',\n s: relativeTimeMr,\n ss: relativeTimeMr,\n m: relativeTimeMr,\n mm: relativeTimeMr,\n h: relativeTimeMr,\n hh: relativeTimeMr,\n d: relativeTimeMr,\n dd: relativeTimeMr,\n M: relativeTimeMr,\n MM: relativeTimeMr,\n y: relativeTimeMr,\n yy: relativeTimeMr,\n },\n preparse: function (string) {\n return string.replace(/[१२३४५६७८९०]/g, function (match) {\n return numberMap$a[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap$b[match];\n });\n },\n meridiemParse: /पहाटे|सकाळी|दुपारी|सायंकाळी|रात्री/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'पहाटे' || meridiem === 'सकाळी') {\n return hour;\n } else if (\n meridiem === 'दुपारी' ||\n meridiem === 'सायंकाळी' ||\n meridiem === 'रात्री'\n ) {\n return hour >= 12 ? hour : hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour >= 0 && hour < 6) {\n return 'पहाटे';\n } else if (hour < 12) {\n return 'सकाळी';\n } else if (hour < 17) {\n return 'दुपारी';\n } else if (hour < 20) {\n return 'सायंकाळी';\n } else {\n return 'रात्री';\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('ms-my', {\n months: 'Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis'.split('_'),\n weekdays: 'Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu'.split('_'),\n weekdaysShort: 'Ahd_Isn_Sel_Rab_Kha_Jum_Sab'.split('_'),\n weekdaysMin: 'Ah_Is_Sl_Rb_Km_Jm_Sb'.split('_'),\n longDateFormat: {\n LT: 'HH.mm',\n LTS: 'HH.mm.ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY [pukul] HH.mm',\n LLLL: 'dddd, D MMMM YYYY [pukul] HH.mm',\n },\n meridiemParse: /pagi|tengahari|petang|malam/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'pagi') {\n return hour;\n } else if (meridiem === 'tengahari') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'petang' || meridiem === 'malam') {\n return hour + 12;\n }\n },\n meridiem: function (hours, minutes, isLower) {\n if (hours < 11) {\n return 'pagi';\n } else if (hours < 15) {\n return 'tengahari';\n } else if (hours < 19) {\n return 'petang';\n } else {\n return 'malam';\n }\n },\n calendar: {\n sameDay: '[Hari ini pukul] LT',\n nextDay: '[Esok pukul] LT',\n nextWeek: 'dddd [pukul] LT',\n lastDay: '[Kelmarin pukul] LT',\n lastWeek: 'dddd [lepas pukul] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'dalam %s',\n past: '%s yang lepas',\n s: 'beberapa saat',\n ss: '%d saat',\n m: 'seminit',\n mm: '%d minit',\n h: 'sejam',\n hh: '%d jam',\n d: 'sehari',\n dd: '%d hari',\n M: 'sebulan',\n MM: '%d bulan',\n y: 'setahun',\n yy: '%d tahun',\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('ms', {\n months: 'Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis'.split('_'),\n weekdays: 'Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu'.split('_'),\n weekdaysShort: 'Ahd_Isn_Sel_Rab_Kha_Jum_Sab'.split('_'),\n weekdaysMin: 'Ah_Is_Sl_Rb_Km_Jm_Sb'.split('_'),\n longDateFormat: {\n LT: 'HH.mm',\n LTS: 'HH.mm.ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY [pukul] HH.mm',\n LLLL: 'dddd, D MMMM YYYY [pukul] HH.mm',\n },\n meridiemParse: /pagi|tengahari|petang|malam/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'pagi') {\n return hour;\n } else if (meridiem === 'tengahari') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'petang' || meridiem === 'malam') {\n return hour + 12;\n }\n },\n meridiem: function (hours, minutes, isLower) {\n if (hours < 11) {\n return 'pagi';\n } else if (hours < 15) {\n return 'tengahari';\n } else if (hours < 19) {\n return 'petang';\n } else {\n return 'malam';\n }\n },\n calendar: {\n sameDay: '[Hari ini pukul] LT',\n nextDay: '[Esok pukul] LT',\n nextWeek: 'dddd [pukul] LT',\n lastDay: '[Kelmarin pukul] LT',\n lastWeek: 'dddd [lepas pukul] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'dalam %s',\n past: '%s yang lepas',\n s: 'beberapa saat',\n ss: '%d saat',\n m: 'seminit',\n mm: '%d minit',\n h: 'sejam',\n hh: '%d jam',\n d: 'sehari',\n dd: '%d hari',\n M: 'sebulan',\n MM: '%d bulan',\n y: 'setahun',\n yy: '%d tahun',\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('mt', {\n months: 'Jannar_Frar_Marzu_April_Mejju_Ġunju_Lulju_Awwissu_Settembru_Ottubru_Novembru_Diċembru'.split(\n '_'\n ),\n monthsShort: 'Jan_Fra_Mar_Apr_Mej_Ġun_Lul_Aww_Set_Ott_Nov_Diċ'.split('_'),\n weekdays: 'Il-Ħadd_It-Tnejn_It-Tlieta_L-Erbgħa_Il-Ħamis_Il-Ġimgħa_Is-Sibt'.split(\n '_'\n ),\n weekdaysShort: 'Ħad_Tne_Tli_Erb_Ħam_Ġim_Sib'.split('_'),\n weekdaysMin: 'Ħa_Tn_Tl_Er_Ħa_Ġi_Si'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Illum fil-]LT',\n nextDay: '[Għada fil-]LT',\n nextWeek: 'dddd [fil-]LT',\n lastDay: '[Il-bieraħ fil-]LT',\n lastWeek: 'dddd [li għadda] [fil-]LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'f’ %s',\n past: '%s ilu',\n s: 'ftit sekondi',\n ss: '%d sekondi',\n m: 'minuta',\n mm: '%d minuti',\n h: 'siegħa',\n hh: '%d siegħat',\n d: 'ġurnata',\n dd: '%d ġranet',\n M: 'xahar',\n MM: '%d xhur',\n y: 'sena',\n yy: '%d sni',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var symbolMap$c = {\n '1': '၁',\n '2': '၂',\n '3': '၃',\n '4': '၄',\n '5': '၅',\n '6': '၆',\n '7': '၇',\n '8': '၈',\n '9': '၉',\n '0': '၀',\n },\n numberMap$b = {\n '၁': '1',\n '၂': '2',\n '၃': '3',\n '၄': '4',\n '၅': '5',\n '၆': '6',\n '၇': '7',\n '၈': '8',\n '၉': '9',\n '၀': '0',\n };\n\n hooks.defineLocale('my', {\n months: 'ဇန်နဝါရီ_ဖေဖော်ဝါရီ_မတ်_ဧပြီ_မေ_ဇွန်_ဇူလိုင်_သြဂုတ်_စက်တင်ဘာ_အောက်တိုဘာ_နိုဝင်ဘာ_ဒီဇင်ဘာ'.split(\n '_'\n ),\n monthsShort: 'ဇန်_ဖေ_မတ်_ပြီ_မေ_ဇွန်_လိုင်_သြ_စက်_အောက်_နို_ဒီ'.split('_'),\n weekdays: 'တနင်္ဂနွေ_တနင်္လာ_အင်္ဂါ_ဗုဒ္ဓဟူး_ကြာသပတေး_သောကြာ_စနေ'.split(\n '_'\n ),\n weekdaysShort: 'နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ'.split('_'),\n weekdaysMin: 'နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ'.split('_'),\n\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[ယနေ.] LT [မှာ]',\n nextDay: '[မနက်ဖြန်] LT [မှာ]',\n nextWeek: 'dddd LT [မှာ]',\n lastDay: '[မနေ.က] LT [မှာ]',\n lastWeek: '[ပြီးခဲ့သော] dddd LT [မှာ]',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'လာမည့် %s မှာ',\n past: 'လွန်ခဲ့သော %s က',\n s: 'စက္ကန်.အနည်းငယ်',\n ss: '%d စက္ကန့်',\n m: 'တစ်မိနစ်',\n mm: '%d မိနစ်',\n h: 'တစ်နာရီ',\n hh: '%d နာရီ',\n d: 'တစ်ရက်',\n dd: '%d ရက်',\n M: 'တစ်လ',\n MM: '%d လ',\n y: 'တစ်နှစ်',\n yy: '%d နှစ်',\n },\n preparse: function (string) {\n return string.replace(/[၁၂၃၄၅၆၇၈၉၀]/g, function (match) {\n return numberMap$b[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap$c[match];\n });\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('nb', {\n months: 'januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember'.split(\n '_'\n ),\n monthsShort: 'jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag'.split('_'),\n weekdaysShort: 'sø._ma._ti._on._to._fr._lø.'.split('_'),\n weekdaysMin: 'sø_ma_ti_on_to_fr_lø'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY [kl.] HH:mm',\n LLLL: 'dddd D. MMMM YYYY [kl.] HH:mm',\n },\n calendar: {\n sameDay: '[i dag kl.] LT',\n nextDay: '[i morgen kl.] LT',\n nextWeek: 'dddd [kl.] LT',\n lastDay: '[i går kl.] LT',\n lastWeek: '[forrige] dddd [kl.] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'om %s',\n past: '%s siden',\n s: 'noen sekunder',\n ss: '%d sekunder',\n m: 'ett minutt',\n mm: '%d minutter',\n h: 'en time',\n hh: '%d timer',\n d: 'en dag',\n dd: '%d dager',\n M: 'en måned',\n MM: '%d måneder',\n y: 'ett år',\n yy: '%d år',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var symbolMap$d = {\n '1': '१',\n '2': '२',\n '3': '३',\n '4': '४',\n '5': '५',\n '6': '६',\n '7': '७',\n '8': '८',\n '9': '९',\n '0': '०',\n },\n numberMap$c = {\n '१': '1',\n '२': '2',\n '३': '3',\n '४': '4',\n '५': '5',\n '६': '6',\n '७': '7',\n '८': '8',\n '९': '9',\n '०': '0',\n };\n\n hooks.defineLocale('ne', {\n months: 'जनवरी_फेब्रुवरी_मार्च_अप्रिल_मई_जुन_जुलाई_अगष्ट_सेप्टेम्बर_अक्टोबर_नोभेम्बर_डिसेम्बर'.split(\n '_'\n ),\n monthsShort: 'जन._फेब्रु._मार्च_अप्रि._मई_जुन_जुलाई._अग._सेप्ट._अक्टो._नोभे._डिसे.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'आइतबार_सोमबार_मङ्गलबार_बुधबार_बिहिबार_शुक्रबार_शनिबार'.split(\n '_'\n ),\n weekdaysShort: 'आइत._सोम._मङ्गल._बुध._बिहि._शुक्र._शनि.'.split('_'),\n weekdaysMin: 'आ._सो._मं._बु._बि._शु._श.'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'Aको h:mm बजे',\n LTS: 'Aको h:mm:ss बजे',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, Aको h:mm बजे',\n LLLL: 'dddd, D MMMM YYYY, Aको h:mm बजे',\n },\n preparse: function (string) {\n return string.replace(/[१२३४५६७८९०]/g, function (match) {\n return numberMap$c[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap$d[match];\n });\n },\n meridiemParse: /राति|बिहान|दिउँसो|साँझ/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'राति') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'बिहान') {\n return hour;\n } else if (meridiem === 'दिउँसो') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'साँझ') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 3) {\n return 'राति';\n } else if (hour < 12) {\n return 'बिहान';\n } else if (hour < 16) {\n return 'दिउँसो';\n } else if (hour < 20) {\n return 'साँझ';\n } else {\n return 'राति';\n }\n },\n calendar: {\n sameDay: '[आज] LT',\n nextDay: '[भोलि] LT',\n nextWeek: '[आउँदो] dddd[,] LT',\n lastDay: '[हिजो] LT',\n lastWeek: '[गएको] dddd[,] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%sमा',\n past: '%s अगाडि',\n s: 'केही क्षण',\n ss: '%d सेकेण्ड',\n m: 'एक मिनेट',\n mm: '%d मिनेट',\n h: 'एक घण्टा',\n hh: '%d घण्टा',\n d: 'एक दिन',\n dd: '%d दिन',\n M: 'एक महिना',\n MM: '%d महिना',\n y: 'एक बर्ष',\n yy: '%d बर्ष',\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var monthsShortWithDots$1 = 'jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.'.split(\n '_'\n ),\n monthsShortWithoutDots$1 = 'jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec'.split(\n '_'\n ),\n monthsParse$6 = [\n /^jan/i,\n /^feb/i,\n /^maart|mrt.?$/i,\n /^apr/i,\n /^mei$/i,\n /^jun[i.]?$/i,\n /^jul[i.]?$/i,\n /^aug/i,\n /^sep/i,\n /^okt/i,\n /^nov/i,\n /^dec/i,\n ],\n monthsRegex$7 = /^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\\.?|feb\\.?|mrt\\.?|apr\\.?|ju[nl]\\.?|aug\\.?|sep\\.?|okt\\.?|nov\\.?|dec\\.?)/i;\n\n hooks.defineLocale('nl-be', {\n months: 'januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december'.split(\n '_'\n ),\n monthsShort: function (m, format) {\n if (!m) {\n return monthsShortWithDots$1;\n } else if (/-MMM-/.test(format)) {\n return monthsShortWithoutDots$1[m.month()];\n } else {\n return monthsShortWithDots$1[m.month()];\n }\n },\n\n monthsRegex: monthsRegex$7,\n monthsShortRegex: monthsRegex$7,\n monthsStrictRegex: /^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,\n monthsShortStrictRegex: /^(jan\\.?|feb\\.?|mrt\\.?|apr\\.?|mei|ju[nl]\\.?|aug\\.?|sep\\.?|okt\\.?|nov\\.?|dec\\.?)/i,\n\n monthsParse: monthsParse$6,\n longMonthsParse: monthsParse$6,\n shortMonthsParse: monthsParse$6,\n\n weekdays: 'zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag'.split(\n '_'\n ),\n weekdaysShort: 'zo._ma._di._wo._do._vr._za.'.split('_'),\n weekdaysMin: 'zo_ma_di_wo_do_vr_za'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[vandaag om] LT',\n nextDay: '[morgen om] LT',\n nextWeek: 'dddd [om] LT',\n lastDay: '[gisteren om] LT',\n lastWeek: '[afgelopen] dddd [om] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'over %s',\n past: '%s geleden',\n s: 'een paar seconden',\n ss: '%d seconden',\n m: 'één minuut',\n mm: '%d minuten',\n h: 'één uur',\n hh: '%d uur',\n d: 'één dag',\n dd: '%d dagen',\n M: 'één maand',\n MM: '%d maanden',\n y: 'één jaar',\n yy: '%d jaar',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(ste|de)/,\n ordinal: function (number) {\n return (\n number +\n (number === 1 || number === 8 || number >= 20 ? 'ste' : 'de')\n );\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var monthsShortWithDots$2 = 'jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.'.split(\n '_'\n ),\n monthsShortWithoutDots$2 = 'jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec'.split(\n '_'\n ),\n monthsParse$7 = [\n /^jan/i,\n /^feb/i,\n /^maart|mrt.?$/i,\n /^apr/i,\n /^mei$/i,\n /^jun[i.]?$/i,\n /^jul[i.]?$/i,\n /^aug/i,\n /^sep/i,\n /^okt/i,\n /^nov/i,\n /^dec/i,\n ],\n monthsRegex$8 = /^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\\.?|feb\\.?|mrt\\.?|apr\\.?|ju[nl]\\.?|aug\\.?|sep\\.?|okt\\.?|nov\\.?|dec\\.?)/i;\n\n hooks.defineLocale('nl', {\n months: 'januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december'.split(\n '_'\n ),\n monthsShort: function (m, format) {\n if (!m) {\n return monthsShortWithDots$2;\n } else if (/-MMM-/.test(format)) {\n return monthsShortWithoutDots$2[m.month()];\n } else {\n return monthsShortWithDots$2[m.month()];\n }\n },\n\n monthsRegex: monthsRegex$8,\n monthsShortRegex: monthsRegex$8,\n monthsStrictRegex: /^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,\n monthsShortStrictRegex: /^(jan\\.?|feb\\.?|mrt\\.?|apr\\.?|mei|ju[nl]\\.?|aug\\.?|sep\\.?|okt\\.?|nov\\.?|dec\\.?)/i,\n\n monthsParse: monthsParse$7,\n longMonthsParse: monthsParse$7,\n shortMonthsParse: monthsParse$7,\n\n weekdays: 'zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag'.split(\n '_'\n ),\n weekdaysShort: 'zo._ma._di._wo._do._vr._za.'.split('_'),\n weekdaysMin: 'zo_ma_di_wo_do_vr_za'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD-MM-YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[vandaag om] LT',\n nextDay: '[morgen om] LT',\n nextWeek: 'dddd [om] LT',\n lastDay: '[gisteren om] LT',\n lastWeek: '[afgelopen] dddd [om] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'over %s',\n past: '%s geleden',\n s: 'een paar seconden',\n ss: '%d seconden',\n m: 'één minuut',\n mm: '%d minuten',\n h: 'één uur',\n hh: '%d uur',\n d: 'één dag',\n dd: '%d dagen',\n M: 'één maand',\n MM: '%d maanden',\n y: 'één jaar',\n yy: '%d jaar',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(ste|de)/,\n ordinal: function (number) {\n return (\n number +\n (number === 1 || number === 8 || number >= 20 ? 'ste' : 'de')\n );\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('nn', {\n months: 'januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember'.split(\n '_'\n ),\n monthsShort: 'jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'sundag_måndag_tysdag_onsdag_torsdag_fredag_laurdag'.split('_'),\n weekdaysShort: 'su._må._ty._on._to._fr._lau.'.split('_'),\n weekdaysMin: 'su_må_ty_on_to_fr_la'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY [kl.] H:mm',\n LLLL: 'dddd D. MMMM YYYY [kl.] HH:mm',\n },\n calendar: {\n sameDay: '[I dag klokka] LT',\n nextDay: '[I morgon klokka] LT',\n nextWeek: 'dddd [klokka] LT',\n lastDay: '[I går klokka] LT',\n lastWeek: '[Føregåande] dddd [klokka] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'om %s',\n past: '%s sidan',\n s: 'nokre sekund',\n ss: '%d sekund',\n m: 'eit minutt',\n mm: '%d minutt',\n h: 'ein time',\n hh: '%d timar',\n d: 'ein dag',\n dd: '%d dagar',\n M: 'ein månad',\n MM: '%d månader',\n y: 'eit år',\n yy: '%d år',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('oc-lnc', {\n months: {\n standalone: 'genièr_febrièr_març_abril_mai_junh_julhet_agost_setembre_octòbre_novembre_decembre'.split(\n '_'\n ),\n format: \"de genièr_de febrièr_de març_d'abril_de mai_de junh_de julhet_d'agost_de setembre_d'octòbre_de novembre_de decembre\".split(\n '_'\n ),\n isFormat: /D[oD]?(\\s)+MMMM/,\n },\n monthsShort: 'gen._febr._març_abr._mai_junh_julh._ago._set._oct._nov._dec.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'dimenge_diluns_dimars_dimècres_dijòus_divendres_dissabte'.split(\n '_'\n ),\n weekdaysShort: 'dg._dl._dm._dc._dj._dv._ds.'.split('_'),\n weekdaysMin: 'dg_dl_dm_dc_dj_dv_ds'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM [de] YYYY',\n ll: 'D MMM YYYY',\n LLL: 'D MMMM [de] YYYY [a] H:mm',\n lll: 'D MMM YYYY, H:mm',\n LLLL: 'dddd D MMMM [de] YYYY [a] H:mm',\n llll: 'ddd D MMM YYYY, H:mm',\n },\n calendar: {\n sameDay: '[uèi a] LT',\n nextDay: '[deman a] LT',\n nextWeek: 'dddd [a] LT',\n lastDay: '[ièr a] LT',\n lastWeek: 'dddd [passat a] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: \"d'aquí %s\",\n past: 'fa %s',\n s: 'unas segondas',\n ss: '%d segondas',\n m: 'una minuta',\n mm: '%d minutas',\n h: 'una ora',\n hh: '%d oras',\n d: 'un jorn',\n dd: '%d jorns',\n M: 'un mes',\n MM: '%d meses',\n y: 'un an',\n yy: '%d ans',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(r|n|t|è|a)/,\n ordinal: function (number, period) {\n var output =\n number === 1\n ? 'r'\n : number === 2\n ? 'n'\n : number === 3\n ? 'r'\n : number === 4\n ? 't'\n : 'è';\n if (period === 'w' || period === 'W') {\n output = 'a';\n }\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4,\n },\n });\n\n //! moment.js locale configuration\n\n var symbolMap$e = {\n '1': '੧',\n '2': '੨',\n '3': '੩',\n '4': '੪',\n '5': '੫',\n '6': '੬',\n '7': '੭',\n '8': '੮',\n '9': '੯',\n '0': '੦',\n },\n numberMap$d = {\n '੧': '1',\n '੨': '2',\n '੩': '3',\n '੪': '4',\n '੫': '5',\n '੬': '6',\n '੭': '7',\n '੮': '8',\n '੯': '9',\n '੦': '0',\n };\n\n hooks.defineLocale('pa-in', {\n // There are months name as per Nanakshahi Calendar but they are not used as rigidly in modern Punjabi.\n months: 'ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ'.split(\n '_'\n ),\n monthsShort: 'ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ'.split(\n '_'\n ),\n weekdays: 'ਐਤਵਾਰ_ਸੋਮਵਾਰ_ਮੰਗਲਵਾਰ_ਬੁਧਵਾਰ_ਵੀਰਵਾਰ_ਸ਼ੁੱਕਰਵਾਰ_ਸ਼ਨੀਚਰਵਾਰ'.split(\n '_'\n ),\n weekdaysShort: 'ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ'.split('_'),\n weekdaysMin: 'ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ'.split('_'),\n longDateFormat: {\n LT: 'A h:mm ਵਜੇ',\n LTS: 'A h:mm:ss ਵਜੇ',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm ਵਜੇ',\n LLLL: 'dddd, D MMMM YYYY, A h:mm ਵਜੇ',\n },\n calendar: {\n sameDay: '[ਅਜ] LT',\n nextDay: '[ਕਲ] LT',\n nextWeek: '[ਅਗਲਾ] dddd, LT',\n lastDay: '[ਕਲ] LT',\n lastWeek: '[ਪਿਛਲੇ] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s ਵਿੱਚ',\n past: '%s ਪਿਛਲੇ',\n s: 'ਕੁਝ ਸਕਿੰਟ',\n ss: '%d ਸਕਿੰਟ',\n m: 'ਇਕ ਮਿੰਟ',\n mm: '%d ਮਿੰਟ',\n h: 'ਇੱਕ ਘੰਟਾ',\n hh: '%d ਘੰਟੇ',\n d: 'ਇੱਕ ਦਿਨ',\n dd: '%d ਦਿਨ',\n M: 'ਇੱਕ ਮਹੀਨਾ',\n MM: '%d ਮਹੀਨੇ',\n y: 'ਇੱਕ ਸਾਲ',\n yy: '%d ਸਾਲ',\n },\n preparse: function (string) {\n return string.replace(/[੧੨੩੪੫੬੭੮੯੦]/g, function (match) {\n return numberMap$d[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap$e[match];\n });\n },\n // Punjabi notation for meridiems are quite fuzzy in practice. While there exists\n // a rigid notion of a 'Pahar' it is not used as rigidly in modern Punjabi.\n meridiemParse: /ਰਾਤ|ਸਵੇਰ|ਦੁਪਹਿਰ|ਸ਼ਾਮ/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'ਰਾਤ') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'ਸਵੇਰ') {\n return hour;\n } else if (meridiem === 'ਦੁਪਹਿਰ') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'ਸ਼ਾਮ') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'ਰਾਤ';\n } else if (hour < 10) {\n return 'ਸਵੇਰ';\n } else if (hour < 17) {\n return 'ਦੁਪਹਿਰ';\n } else if (hour < 20) {\n return 'ਸ਼ਾਮ';\n } else {\n return 'ਰਾਤ';\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var monthsNominative = 'styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień'.split(\n '_'\n ),\n monthsSubjective = 'stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia'.split(\n '_'\n );\n function plural$3(n) {\n return n % 10 < 5 && n % 10 > 1 && ~~(n / 10) % 10 !== 1;\n }\n function translate$8(number, withoutSuffix, key) {\n var result = number + ' ';\n switch (key) {\n case 'ss':\n return result + (plural$3(number) ? 'sekundy' : 'sekund');\n case 'm':\n return withoutSuffix ? 'minuta' : 'minutę';\n case 'mm':\n return result + (plural$3(number) ? 'minuty' : 'minut');\n case 'h':\n return withoutSuffix ? 'godzina' : 'godzinę';\n case 'hh':\n return result + (plural$3(number) ? 'godziny' : 'godzin');\n case 'MM':\n return result + (plural$3(number) ? 'miesiące' : 'miesięcy');\n case 'yy':\n return result + (plural$3(number) ? 'lata' : 'lat');\n }\n }\n\n hooks.defineLocale('pl', {\n months: function (momentToFormat, format) {\n if (!momentToFormat) {\n return monthsNominative;\n } else if (format === '') {\n // Hack: if format empty we know this is used to generate\n // RegExp by moment. Give then back both valid forms of months\n // in RegExp ready format.\n return (\n '(' +\n monthsSubjective[momentToFormat.month()] +\n '|' +\n monthsNominative[momentToFormat.month()] +\n ')'\n );\n } else if (/D MMMM/.test(format)) {\n return monthsSubjective[momentToFormat.month()];\n } else {\n return monthsNominative[momentToFormat.month()];\n }\n },\n monthsShort: 'sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru'.split('_'),\n weekdays: 'niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota'.split(\n '_'\n ),\n weekdaysShort: 'ndz_pon_wt_śr_czw_pt_sob'.split('_'),\n weekdaysMin: 'Nd_Pn_Wt_Śr_Cz_Pt_So'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Dziś o] LT',\n nextDay: '[Jutro o] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[W niedzielę o] LT';\n\n case 2:\n return '[We wtorek o] LT';\n\n case 3:\n return '[W środę o] LT';\n\n case 6:\n return '[W sobotę o] LT';\n\n default:\n return '[W] dddd [o] LT';\n }\n },\n lastDay: '[Wczoraj o] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return '[W zeszłą niedzielę o] LT';\n case 3:\n return '[W zeszłą środę o] LT';\n case 6:\n return '[W zeszłą sobotę o] LT';\n default:\n return '[W zeszły] dddd [o] LT';\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'za %s',\n past: '%s temu',\n s: 'kilka sekund',\n ss: translate$8,\n m: translate$8,\n mm: translate$8,\n h: translate$8,\n hh: translate$8,\n d: '1 dzień',\n dd: '%d dni',\n M: 'miesiąc',\n MM: translate$8,\n y: 'rok',\n yy: translate$8,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('pt-br', {\n months: 'janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro'.split(\n '_'\n ),\n monthsShort: 'jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez'.split('_'),\n weekdays: 'domingo_segunda-feira_terça-feira_quarta-feira_quinta-feira_sexta-feira_sábado'.split(\n '_'\n ),\n weekdaysShort: 'dom_seg_ter_qua_qui_sex_sáb'.split('_'),\n weekdaysMin: 'do_2ª_3ª_4ª_5ª_6ª_sá'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D [de] MMMM [de] YYYY',\n LLL: 'D [de] MMMM [de] YYYY [às] HH:mm',\n LLLL: 'dddd, D [de] MMMM [de] YYYY [às] HH:mm',\n },\n calendar: {\n sameDay: '[Hoje às] LT',\n nextDay: '[Amanhã às] LT',\n nextWeek: 'dddd [às] LT',\n lastDay: '[Ontem às] LT',\n lastWeek: function () {\n return this.day() === 0 || this.day() === 6\n ? '[Último] dddd [às] LT' // Saturday + Sunday\n : '[Última] dddd [às] LT'; // Monday - Friday\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'em %s',\n past: 'há %s',\n s: 'poucos segundos',\n ss: '%d segundos',\n m: 'um minuto',\n mm: '%d minutos',\n h: 'uma hora',\n hh: '%d horas',\n d: 'um dia',\n dd: '%d dias',\n M: 'um mês',\n MM: '%d meses',\n y: 'um ano',\n yy: '%d anos',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('pt', {\n months: 'janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro'.split(\n '_'\n ),\n monthsShort: 'jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez'.split('_'),\n weekdays: 'Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado'.split(\n '_'\n ),\n weekdaysShort: 'Dom_Seg_Ter_Qua_Qui_Sex_Sáb'.split('_'),\n weekdaysMin: 'Do_2ª_3ª_4ª_5ª_6ª_Sá'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D [de] MMMM [de] YYYY',\n LLL: 'D [de] MMMM [de] YYYY HH:mm',\n LLLL: 'dddd, D [de] MMMM [de] YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Hoje às] LT',\n nextDay: '[Amanhã às] LT',\n nextWeek: 'dddd [às] LT',\n lastDay: '[Ontem às] LT',\n lastWeek: function () {\n return this.day() === 0 || this.day() === 6\n ? '[Último] dddd [às] LT' // Saturday + Sunday\n : '[Última] dddd [às] LT'; // Monday - Friday\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'em %s',\n past: 'há %s',\n s: 'segundos',\n ss: '%d segundos',\n m: 'um minuto',\n mm: '%d minutos',\n h: 'uma hora',\n hh: '%d horas',\n d: 'um dia',\n dd: '%d dias',\n M: 'um mês',\n MM: '%d meses',\n y: 'um ano',\n yy: '%d anos',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n function relativeTimeWithPlural$2(number, withoutSuffix, key) {\n var format = {\n ss: 'secunde',\n mm: 'minute',\n hh: 'ore',\n dd: 'zile',\n MM: 'luni',\n yy: 'ani',\n },\n separator = ' ';\n if (number % 100 >= 20 || (number >= 100 && number % 100 === 0)) {\n separator = ' de ';\n }\n return number + separator + format[key];\n }\n\n hooks.defineLocale('ro', {\n months: 'ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie'.split(\n '_'\n ),\n monthsShort: 'ian._feb._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'duminică_luni_marți_miercuri_joi_vineri_sâmbătă'.split('_'),\n weekdaysShort: 'Dum_Lun_Mar_Mie_Joi_Vin_Sâm'.split('_'),\n weekdaysMin: 'Du_Lu_Ma_Mi_Jo_Vi_Sâ'.split('_'),\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY H:mm',\n LLLL: 'dddd, D MMMM YYYY H:mm',\n },\n calendar: {\n sameDay: '[azi la] LT',\n nextDay: '[mâine la] LT',\n nextWeek: 'dddd [la] LT',\n lastDay: '[ieri la] LT',\n lastWeek: '[fosta] dddd [la] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'peste %s',\n past: '%s în urmă',\n s: 'câteva secunde',\n ss: relativeTimeWithPlural$2,\n m: 'un minut',\n mm: relativeTimeWithPlural$2,\n h: 'o oră',\n hh: relativeTimeWithPlural$2,\n d: 'o zi',\n dd: relativeTimeWithPlural$2,\n M: 'o lună',\n MM: relativeTimeWithPlural$2,\n y: 'un an',\n yy: relativeTimeWithPlural$2,\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n function plural$4(word, num) {\n var forms = word.split('_');\n return num % 10 === 1 && num % 100 !== 11\n ? forms[0]\n : num % 10 >= 2 && num % 10 <= 4 && (num % 100 < 10 || num % 100 >= 20)\n ? forms[1]\n : forms[2];\n }\n function relativeTimeWithPlural$3(number, withoutSuffix, key) {\n var format = {\n ss: withoutSuffix ? 'секунда_секунды_секунд' : 'секунду_секунды_секунд',\n mm: withoutSuffix ? 'минута_минуты_минут' : 'минуту_минуты_минут',\n hh: 'час_часа_часов',\n dd: 'день_дня_дней',\n MM: 'месяц_месяца_месяцев',\n yy: 'год_года_лет',\n };\n if (key === 'm') {\n return withoutSuffix ? 'минута' : 'минуту';\n } else {\n return number + ' ' + plural$4(format[key], +number);\n }\n }\n var monthsParse$8 = [\n /^янв/i,\n /^фев/i,\n /^мар/i,\n /^апр/i,\n /^ма[йя]/i,\n /^июн/i,\n /^июл/i,\n /^авг/i,\n /^сен/i,\n /^окт/i,\n /^ноя/i,\n /^дек/i,\n ];\n\n // http://new.gramota.ru/spravka/rules/139-prop : § 103\n // Сокращения месяцев: http://new.gramota.ru/spravka/buro/search-answer?s=242637\n // CLDR data: http://www.unicode.org/cldr/charts/28/summary/ru.html#1753\n hooks.defineLocale('ru', {\n months: {\n format: 'января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря'.split(\n '_'\n ),\n standalone: 'январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь'.split(\n '_'\n ),\n },\n monthsShort: {\n // по CLDR именно \"июл.\" и \"июн.\", но какой смысл менять букву на точку?\n format: 'янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.'.split(\n '_'\n ),\n standalone: 'янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.'.split(\n '_'\n ),\n },\n weekdays: {\n standalone: 'воскресенье_понедельник_вторник_среда_четверг_пятница_суббота'.split(\n '_'\n ),\n format: 'воскресенье_понедельник_вторник_среду_четверг_пятницу_субботу'.split(\n '_'\n ),\n isFormat: /\\[ ?[Вв] ?(?:прошлую|следующую|эту)? ?] ?dddd/,\n },\n weekdaysShort: 'вс_пн_вт_ср_чт_пт_сб'.split('_'),\n weekdaysMin: 'вс_пн_вт_ср_чт_пт_сб'.split('_'),\n monthsParse: monthsParse$8,\n longMonthsParse: monthsParse$8,\n shortMonthsParse: monthsParse$8,\n\n // полные названия с падежами, по три буквы, для некоторых, по 4 буквы, сокращения с точкой и без точки\n monthsRegex: /^(январ[ья]|янв\\.?|феврал[ья]|февр?\\.?|марта?|мар\\.?|апрел[ья]|апр\\.?|ма[йя]|июн[ья]|июн\\.?|июл[ья]|июл\\.?|августа?|авг\\.?|сентябр[ья]|сент?\\.?|октябр[ья]|окт\\.?|ноябр[ья]|нояб?\\.?|декабр[ья]|дек\\.?)/i,\n\n // копия предыдущего\n monthsShortRegex: /^(январ[ья]|янв\\.?|феврал[ья]|февр?\\.?|марта?|мар\\.?|апрел[ья]|апр\\.?|ма[йя]|июн[ья]|июн\\.?|июл[ья]|июл\\.?|августа?|авг\\.?|сентябр[ья]|сент?\\.?|октябр[ья]|окт\\.?|ноябр[ья]|нояб?\\.?|декабр[ья]|дек\\.?)/i,\n\n // полные названия с падежами\n monthsStrictRegex: /^(январ[яь]|феврал[яь]|марта?|апрел[яь]|ма[яй]|июн[яь]|июл[яь]|августа?|сентябр[яь]|октябр[яь]|ноябр[яь]|декабр[яь])/i,\n\n // Выражение, которое соответствует только сокращённым формам\n monthsShortStrictRegex: /^(янв\\.|февр?\\.|мар[т.]|апр\\.|ма[яй]|июн[ья.]|июл[ья.]|авг\\.|сент?\\.|окт\\.|нояб?\\.|дек\\.)/i,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY г.',\n LLL: 'D MMMM YYYY г., H:mm',\n LLLL: 'dddd, D MMMM YYYY г., H:mm',\n },\n calendar: {\n sameDay: '[Сегодня, в] LT',\n nextDay: '[Завтра, в] LT',\n lastDay: '[Вчера, в] LT',\n nextWeek: function (now) {\n if (now.week() !== this.week()) {\n switch (this.day()) {\n case 0:\n return '[В следующее] dddd, [в] LT';\n case 1:\n case 2:\n case 4:\n return '[В следующий] dddd, [в] LT';\n case 3:\n case 5:\n case 6:\n return '[В следующую] dddd, [в] LT';\n }\n } else {\n if (this.day() === 2) {\n return '[Во] dddd, [в] LT';\n } else {\n return '[В] dddd, [в] LT';\n }\n }\n },\n lastWeek: function (now) {\n if (now.week() !== this.week()) {\n switch (this.day()) {\n case 0:\n return '[В прошлое] dddd, [в] LT';\n case 1:\n case 2:\n case 4:\n return '[В прошлый] dddd, [в] LT';\n case 3:\n case 5:\n case 6:\n return '[В прошлую] dddd, [в] LT';\n }\n } else {\n if (this.day() === 2) {\n return '[Во] dddd, [в] LT';\n } else {\n return '[В] dddd, [в] LT';\n }\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'через %s',\n past: '%s назад',\n s: 'несколько секунд',\n ss: relativeTimeWithPlural$3,\n m: relativeTimeWithPlural$3,\n mm: relativeTimeWithPlural$3,\n h: 'час',\n hh: relativeTimeWithPlural$3,\n d: 'день',\n dd: relativeTimeWithPlural$3,\n M: 'месяц',\n MM: relativeTimeWithPlural$3,\n y: 'год',\n yy: relativeTimeWithPlural$3,\n },\n meridiemParse: /ночи|утра|дня|вечера/i,\n isPM: function (input) {\n return /^(дня|вечера)$/.test(input);\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'ночи';\n } else if (hour < 12) {\n return 'утра';\n } else if (hour < 17) {\n return 'дня';\n } else {\n return 'вечера';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(й|го|я)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'M':\n case 'd':\n case 'DDD':\n return number + '-й';\n case 'D':\n return number + '-го';\n case 'w':\n case 'W':\n return number + '-я';\n default:\n return number;\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var months$9 = [\n 'جنوري',\n 'فيبروري',\n 'مارچ',\n 'اپريل',\n 'مئي',\n 'جون',\n 'جولاءِ',\n 'آگسٽ',\n 'سيپٽمبر',\n 'آڪٽوبر',\n 'نومبر',\n 'ڊسمبر',\n ],\n days$1 = ['آچر', 'سومر', 'اڱارو', 'اربع', 'خميس', 'جمع', 'ڇنڇر'];\n\n hooks.defineLocale('sd', {\n months: months$9,\n monthsShort: months$9,\n weekdays: days$1,\n weekdaysShort: days$1,\n weekdaysMin: days$1,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd، D MMMM YYYY HH:mm',\n },\n meridiemParse: /صبح|شام/,\n isPM: function (input) {\n return 'شام' === input;\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'صبح';\n }\n return 'شام';\n },\n calendar: {\n sameDay: '[اڄ] LT',\n nextDay: '[سڀاڻي] LT',\n nextWeek: 'dddd [اڳين هفتي تي] LT',\n lastDay: '[ڪالهه] LT',\n lastWeek: '[گزريل هفتي] dddd [تي] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s پوء',\n past: '%s اڳ',\n s: 'چند سيڪنڊ',\n ss: '%d سيڪنڊ',\n m: 'هڪ منٽ',\n mm: '%d منٽ',\n h: 'هڪ ڪلاڪ',\n hh: '%d ڪلاڪ',\n d: 'هڪ ڏينهن',\n dd: '%d ڏينهن',\n M: 'هڪ مهينو',\n MM: '%d مهينا',\n y: 'هڪ سال',\n yy: '%d سال',\n },\n preparse: function (string) {\n return string.replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/,/g, '،');\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('se', {\n months: 'ođđajagemánnu_guovvamánnu_njukčamánnu_cuoŋománnu_miessemánnu_geassemánnu_suoidnemánnu_borgemánnu_čakčamánnu_golggotmánnu_skábmamánnu_juovlamánnu'.split(\n '_'\n ),\n monthsShort: 'ođđj_guov_njuk_cuo_mies_geas_suoi_borg_čakč_golg_skáb_juov'.split(\n '_'\n ),\n weekdays: 'sotnabeaivi_vuossárga_maŋŋebárga_gaskavahkku_duorastat_bearjadat_lávvardat'.split(\n '_'\n ),\n weekdaysShort: 'sotn_vuos_maŋ_gask_duor_bear_láv'.split('_'),\n weekdaysMin: 's_v_m_g_d_b_L'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'MMMM D. [b.] YYYY',\n LLL: 'MMMM D. [b.] YYYY [ti.] HH:mm',\n LLLL: 'dddd, MMMM D. [b.] YYYY [ti.] HH:mm',\n },\n calendar: {\n sameDay: '[otne ti] LT',\n nextDay: '[ihttin ti] LT',\n nextWeek: 'dddd [ti] LT',\n lastDay: '[ikte ti] LT',\n lastWeek: '[ovddit] dddd [ti] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s geažes',\n past: 'maŋit %s',\n s: 'moadde sekunddat',\n ss: '%d sekunddat',\n m: 'okta minuhta',\n mm: '%d minuhtat',\n h: 'okta diimmu',\n hh: '%d diimmut',\n d: 'okta beaivi',\n dd: '%d beaivvit',\n M: 'okta mánnu',\n MM: '%d mánut',\n y: 'okta jahki',\n yy: '%d jagit',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n /*jshint -W100*/\n hooks.defineLocale('si', {\n months: 'ජනවාරි_පෙබරවාරි_මාර්තු_අප්‍රේල්_මැයි_ජූනි_ජූලි_අගෝස්තු_සැප්තැම්බර්_ඔක්තෝබර්_නොවැම්බර්_දෙසැම්බර්'.split(\n '_'\n ),\n monthsShort: 'ජන_පෙබ_මාර්_අප්_මැයි_ජූනි_ජූලි_අගෝ_සැප්_ඔක්_නොවැ_දෙසැ'.split(\n '_'\n ),\n weekdays: 'ඉරිදා_සඳුදා_අඟහරුවාදා_බදාදා_බ්‍රහස්පතින්දා_සිකුරාදා_සෙනසුරාදා'.split(\n '_'\n ),\n weekdaysShort: 'ඉරි_සඳු_අඟ_බදා_බ්‍රහ_සිකු_සෙන'.split('_'),\n weekdaysMin: 'ඉ_ස_අ_බ_බ්‍ර_සි_සෙ'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'a h:mm',\n LTS: 'a h:mm:ss',\n L: 'YYYY/MM/DD',\n LL: 'YYYY MMMM D',\n LLL: 'YYYY MMMM D, a h:mm',\n LLLL: 'YYYY MMMM D [වැනි] dddd, a h:mm:ss',\n },\n calendar: {\n sameDay: '[අද] LT[ට]',\n nextDay: '[හෙට] LT[ට]',\n nextWeek: 'dddd LT[ට]',\n lastDay: '[ඊයේ] LT[ට]',\n lastWeek: '[පසුගිය] dddd LT[ට]',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%sකින්',\n past: '%sකට පෙර',\n s: 'තත්පර කිහිපය',\n ss: 'තත්පර %d',\n m: 'මිනිත්තුව',\n mm: 'මිනිත්තු %d',\n h: 'පැය',\n hh: 'පැය %d',\n d: 'දිනය',\n dd: 'දින %d',\n M: 'මාසය',\n MM: 'මාස %d',\n y: 'වසර',\n yy: 'වසර %d',\n },\n dayOfMonthOrdinalParse: /\\d{1,2} වැනි/,\n ordinal: function (number) {\n return number + ' වැනි';\n },\n meridiemParse: /පෙර වරු|පස් වරු|පෙ.ව|ප.ව./,\n isPM: function (input) {\n return input === 'ප.ව.' || input === 'පස් වරු';\n },\n meridiem: function (hours, minutes, isLower) {\n if (hours > 11) {\n return isLower ? 'ප.ව.' : 'පස් වරු';\n } else {\n return isLower ? 'පෙ.ව.' : 'පෙර වරු';\n }\n },\n });\n\n //! moment.js locale configuration\n\n var months$a = 'január_február_marec_apríl_máj_jún_júl_august_september_október_november_december'.split(\n '_'\n ),\n monthsShort$6 = 'jan_feb_mar_apr_máj_jún_júl_aug_sep_okt_nov_dec'.split('_');\n function plural$5(n) {\n return n > 1 && n < 5;\n }\n function translate$9(number, withoutSuffix, key, isFuture) {\n var result = number + ' ';\n switch (key) {\n case 's': // a few seconds / in a few seconds / a few seconds ago\n return withoutSuffix || isFuture ? 'pár sekúnd' : 'pár sekundami';\n case 'ss': // 9 seconds / in 9 seconds / 9 seconds ago\n if (withoutSuffix || isFuture) {\n return result + (plural$5(number) ? 'sekundy' : 'sekúnd');\n } else {\n return result + 'sekundami';\n }\n case 'm': // a minute / in a minute / a minute ago\n return withoutSuffix ? 'minúta' : isFuture ? 'minútu' : 'minútou';\n case 'mm': // 9 minutes / in 9 minutes / 9 minutes ago\n if (withoutSuffix || isFuture) {\n return result + (plural$5(number) ? 'minúty' : 'minút');\n } else {\n return result + 'minútami';\n }\n case 'h': // an hour / in an hour / an hour ago\n return withoutSuffix ? 'hodina' : isFuture ? 'hodinu' : 'hodinou';\n case 'hh': // 9 hours / in 9 hours / 9 hours ago\n if (withoutSuffix || isFuture) {\n return result + (plural$5(number) ? 'hodiny' : 'hodín');\n } else {\n return result + 'hodinami';\n }\n case 'd': // a day / in a day / a day ago\n return withoutSuffix || isFuture ? 'deň' : 'dňom';\n case 'dd': // 9 days / in 9 days / 9 days ago\n if (withoutSuffix || isFuture) {\n return result + (plural$5(number) ? 'dni' : 'dní');\n } else {\n return result + 'dňami';\n }\n case 'M': // a month / in a month / a month ago\n return withoutSuffix || isFuture ? 'mesiac' : 'mesiacom';\n case 'MM': // 9 months / in 9 months / 9 months ago\n if (withoutSuffix || isFuture) {\n return result + (plural$5(number) ? 'mesiace' : 'mesiacov');\n } else {\n return result + 'mesiacmi';\n }\n case 'y': // a year / in a year / a year ago\n return withoutSuffix || isFuture ? 'rok' : 'rokom';\n case 'yy': // 9 years / in 9 years / 9 years ago\n if (withoutSuffix || isFuture) {\n return result + (plural$5(number) ? 'roky' : 'rokov');\n } else {\n return result + 'rokmi';\n }\n }\n }\n\n hooks.defineLocale('sk', {\n months: months$a,\n monthsShort: monthsShort$6,\n weekdays: 'nedeľa_pondelok_utorok_streda_štvrtok_piatok_sobota'.split('_'),\n weekdaysShort: 'ne_po_ut_st_št_pi_so'.split('_'),\n weekdaysMin: 'ne_po_ut_st_št_pi_so'.split('_'),\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm',\n LLLL: 'dddd D. MMMM YYYY H:mm',\n },\n calendar: {\n sameDay: '[dnes o] LT',\n nextDay: '[zajtra o] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[v nedeľu o] LT';\n case 1:\n case 2:\n return '[v] dddd [o] LT';\n case 3:\n return '[v stredu o] LT';\n case 4:\n return '[vo štvrtok o] LT';\n case 5:\n return '[v piatok o] LT';\n case 6:\n return '[v sobotu o] LT';\n }\n },\n lastDay: '[včera o] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return '[minulú nedeľu o] LT';\n case 1:\n case 2:\n return '[minulý] dddd [o] LT';\n case 3:\n return '[minulú stredu o] LT';\n case 4:\n case 5:\n return '[minulý] dddd [o] LT';\n case 6:\n return '[minulú sobotu o] LT';\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'za %s',\n past: 'pred %s',\n s: translate$9,\n ss: translate$9,\n m: translate$9,\n mm: translate$9,\n h: translate$9,\n hh: translate$9,\n d: translate$9,\n dd: translate$9,\n M: translate$9,\n MM: translate$9,\n y: translate$9,\n yy: translate$9,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n function processRelativeTime$7(number, withoutSuffix, key, isFuture) {\n var result = number + ' ';\n switch (key) {\n case 's':\n return withoutSuffix || isFuture\n ? 'nekaj sekund'\n : 'nekaj sekundami';\n case 'ss':\n if (number === 1) {\n result += withoutSuffix ? 'sekundo' : 'sekundi';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'sekundi' : 'sekundah';\n } else if (number < 5) {\n result += withoutSuffix || isFuture ? 'sekunde' : 'sekundah';\n } else {\n result += 'sekund';\n }\n return result;\n case 'm':\n return withoutSuffix ? 'ena minuta' : 'eno minuto';\n case 'mm':\n if (number === 1) {\n result += withoutSuffix ? 'minuta' : 'minuto';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'minuti' : 'minutama';\n } else if (number < 5) {\n result += withoutSuffix || isFuture ? 'minute' : 'minutami';\n } else {\n result += withoutSuffix || isFuture ? 'minut' : 'minutami';\n }\n return result;\n case 'h':\n return withoutSuffix ? 'ena ura' : 'eno uro';\n case 'hh':\n if (number === 1) {\n result += withoutSuffix ? 'ura' : 'uro';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'uri' : 'urama';\n } else if (number < 5) {\n result += withoutSuffix || isFuture ? 'ure' : 'urami';\n } else {\n result += withoutSuffix || isFuture ? 'ur' : 'urami';\n }\n return result;\n case 'd':\n return withoutSuffix || isFuture ? 'en dan' : 'enim dnem';\n case 'dd':\n if (number === 1) {\n result += withoutSuffix || isFuture ? 'dan' : 'dnem';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'dni' : 'dnevoma';\n } else {\n result += withoutSuffix || isFuture ? 'dni' : 'dnevi';\n }\n return result;\n case 'M':\n return withoutSuffix || isFuture ? 'en mesec' : 'enim mesecem';\n case 'MM':\n if (number === 1) {\n result += withoutSuffix || isFuture ? 'mesec' : 'mesecem';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'meseca' : 'mesecema';\n } else if (number < 5) {\n result += withoutSuffix || isFuture ? 'mesece' : 'meseci';\n } else {\n result += withoutSuffix || isFuture ? 'mesecev' : 'meseci';\n }\n return result;\n case 'y':\n return withoutSuffix || isFuture ? 'eno leto' : 'enim letom';\n case 'yy':\n if (number === 1) {\n result += withoutSuffix || isFuture ? 'leto' : 'letom';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'leti' : 'letoma';\n } else if (number < 5) {\n result += withoutSuffix || isFuture ? 'leta' : 'leti';\n } else {\n result += withoutSuffix || isFuture ? 'let' : 'leti';\n }\n return result;\n }\n }\n\n hooks.defineLocale('sl', {\n months: 'januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december'.split(\n '_'\n ),\n monthsShort: 'jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota'.split('_'),\n weekdaysShort: 'ned._pon._tor._sre._čet._pet._sob.'.split('_'),\n weekdaysMin: 'ne_po_to_sr_če_pe_so'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD. MM. YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm',\n LLLL: 'dddd, D. MMMM YYYY H:mm',\n },\n calendar: {\n sameDay: '[danes ob] LT',\n nextDay: '[jutri ob] LT',\n\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[v] [nedeljo] [ob] LT';\n case 3:\n return '[v] [sredo] [ob] LT';\n case 6:\n return '[v] [soboto] [ob] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[v] dddd [ob] LT';\n }\n },\n lastDay: '[včeraj ob] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return '[prejšnjo] [nedeljo] [ob] LT';\n case 3:\n return '[prejšnjo] [sredo] [ob] LT';\n case 6:\n return '[prejšnjo] [soboto] [ob] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[prejšnji] dddd [ob] LT';\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'čez %s',\n past: 'pred %s',\n s: processRelativeTime$7,\n ss: processRelativeTime$7,\n m: processRelativeTime$7,\n mm: processRelativeTime$7,\n h: processRelativeTime$7,\n hh: processRelativeTime$7,\n d: processRelativeTime$7,\n dd: processRelativeTime$7,\n M: processRelativeTime$7,\n MM: processRelativeTime$7,\n y: processRelativeTime$7,\n yy: processRelativeTime$7,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('sq', {\n months: 'Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_Nëntor_Dhjetor'.split(\n '_'\n ),\n monthsShort: 'Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_Nën_Dhj'.split('_'),\n weekdays: 'E Diel_E Hënë_E Martë_E Mërkurë_E Enjte_E Premte_E Shtunë'.split(\n '_'\n ),\n weekdaysShort: 'Die_Hën_Mar_Mër_Enj_Pre_Sht'.split('_'),\n weekdaysMin: 'D_H_Ma_Më_E_P_Sh'.split('_'),\n weekdaysParseExact: true,\n meridiemParse: /PD|MD/,\n isPM: function (input) {\n return input.charAt(0) === 'M';\n },\n meridiem: function (hours, minutes, isLower) {\n return hours < 12 ? 'PD' : 'MD';\n },\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Sot në] LT',\n nextDay: '[Nesër në] LT',\n nextWeek: 'dddd [në] LT',\n lastDay: '[Dje në] LT',\n lastWeek: 'dddd [e kaluar në] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'në %s',\n past: '%s më parë',\n s: 'disa sekonda',\n ss: '%d sekonda',\n m: 'një minutë',\n mm: '%d minuta',\n h: 'një orë',\n hh: '%d orë',\n d: 'një ditë',\n dd: '%d ditë',\n M: 'një muaj',\n MM: '%d muaj',\n y: 'një vit',\n yy: '%d vite',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var translator$1 = {\n words: {\n //Different grammatical cases\n ss: ['секунда', 'секунде', 'секунди'],\n m: ['један минут', 'једне минуте'],\n mm: ['минут', 'минуте', 'минута'],\n h: ['један сат', 'једног сата'],\n hh: ['сат', 'сата', 'сати'],\n dd: ['дан', 'дана', 'дана'],\n MM: ['месец', 'месеца', 'месеци'],\n yy: ['година', 'године', 'година'],\n },\n correctGrammaticalCase: function (number, wordKey) {\n return number === 1\n ? wordKey[0]\n : number >= 2 && number <= 4\n ? wordKey[1]\n : wordKey[2];\n },\n translate: function (number, withoutSuffix, key) {\n var wordKey = translator$1.words[key];\n if (key.length === 1) {\n return withoutSuffix ? wordKey[0] : wordKey[1];\n } else {\n return (\n number +\n ' ' +\n translator$1.correctGrammaticalCase(number, wordKey)\n );\n }\n },\n };\n\n hooks.defineLocale('sr-cyrl', {\n months: 'јануар_фебруар_март_април_мај_јун_јул_август_септембар_октобар_новембар_децембар'.split(\n '_'\n ),\n monthsShort: 'јан._феб._мар._апр._мај_јун_јул_авг._сеп._окт._нов._дец.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'недеља_понедељак_уторак_среда_четвртак_петак_субота'.split('_'),\n weekdaysShort: 'нед._пон._уто._сре._чет._пет._суб.'.split('_'),\n weekdaysMin: 'не_по_ут_ср_че_пе_су'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm',\n LLLL: 'dddd, D. MMMM YYYY H:mm',\n },\n calendar: {\n sameDay: '[данас у] LT',\n nextDay: '[сутра у] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[у] [недељу] [у] LT';\n case 3:\n return '[у] [среду] [у] LT';\n case 6:\n return '[у] [суботу] [у] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[у] dddd [у] LT';\n }\n },\n lastDay: '[јуче у] LT',\n lastWeek: function () {\n var lastWeekDays = [\n '[прошле] [недеље] [у] LT',\n '[прошлог] [понедељка] [у] LT',\n '[прошлог] [уторка] [у] LT',\n '[прошле] [среде] [у] LT',\n '[прошлог] [четвртка] [у] LT',\n '[прошлог] [петка] [у] LT',\n '[прошле] [суботе] [у] LT',\n ];\n return lastWeekDays[this.day()];\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'за %s',\n past: 'пре %s',\n s: 'неколико секунди',\n ss: translator$1.translate,\n m: translator$1.translate,\n mm: translator$1.translate,\n h: translator$1.translate,\n hh: translator$1.translate,\n d: 'дан',\n dd: translator$1.translate,\n M: 'месец',\n MM: translator$1.translate,\n y: 'годину',\n yy: translator$1.translate,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var translator$2 = {\n words: {\n //Different grammatical cases\n ss: ['sekunda', 'sekunde', 'sekundi'],\n m: ['jedan minut', 'jedne minute'],\n mm: ['minut', 'minute', 'minuta'],\n h: ['jedan sat', 'jednog sata'],\n hh: ['sat', 'sata', 'sati'],\n dd: ['dan', 'dana', 'dana'],\n MM: ['mesec', 'meseca', 'meseci'],\n yy: ['godina', 'godine', 'godina'],\n },\n correctGrammaticalCase: function (number, wordKey) {\n return number === 1\n ? wordKey[0]\n : number >= 2 && number <= 4\n ? wordKey[1]\n : wordKey[2];\n },\n translate: function (number, withoutSuffix, key) {\n var wordKey = translator$2.words[key];\n if (key.length === 1) {\n return withoutSuffix ? wordKey[0] : wordKey[1];\n } else {\n return (\n number +\n ' ' +\n translator$2.correctGrammaticalCase(number, wordKey)\n );\n }\n },\n };\n\n hooks.defineLocale('sr', {\n months: 'januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar'.split(\n '_'\n ),\n monthsShort: 'jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'nedelja_ponedeljak_utorak_sreda_četvrtak_petak_subota'.split(\n '_'\n ),\n weekdaysShort: 'ned._pon._uto._sre._čet._pet._sub.'.split('_'),\n weekdaysMin: 'ne_po_ut_sr_če_pe_su'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm',\n LLLL: 'dddd, D. MMMM YYYY H:mm',\n },\n calendar: {\n sameDay: '[danas u] LT',\n nextDay: '[sutra u] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[u] [nedelju] [u] LT';\n case 3:\n return '[u] [sredu] [u] LT';\n case 6:\n return '[u] [subotu] [u] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[u] dddd [u] LT';\n }\n },\n lastDay: '[juče u] LT',\n lastWeek: function () {\n var lastWeekDays = [\n '[prošle] [nedelje] [u] LT',\n '[prošlog] [ponedeljka] [u] LT',\n '[prošlog] [utorka] [u] LT',\n '[prošle] [srede] [u] LT',\n '[prošlog] [četvrtka] [u] LT',\n '[prošlog] [petka] [u] LT',\n '[prošle] [subote] [u] LT',\n ];\n return lastWeekDays[this.day()];\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'za %s',\n past: 'pre %s',\n s: 'nekoliko sekundi',\n ss: translator$2.translate,\n m: translator$2.translate,\n mm: translator$2.translate,\n h: translator$2.translate,\n hh: translator$2.translate,\n d: 'dan',\n dd: translator$2.translate,\n M: 'mesec',\n MM: translator$2.translate,\n y: 'godinu',\n yy: translator$2.translate,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('ss', {\n months: \"Bhimbidvwane_Indlovana_Indlov'lenkhulu_Mabasa_Inkhwekhweti_Inhlaba_Kholwane_Ingci_Inyoni_Imphala_Lweti_Ingongoni\".split(\n '_'\n ),\n monthsShort: 'Bhi_Ina_Inu_Mab_Ink_Inh_Kho_Igc_Iny_Imp_Lwe_Igo'.split('_'),\n weekdays: 'Lisontfo_Umsombuluko_Lesibili_Lesitsatfu_Lesine_Lesihlanu_Umgcibelo'.split(\n '_'\n ),\n weekdaysShort: 'Lis_Umb_Lsb_Les_Lsi_Lsh_Umg'.split('_'),\n weekdaysMin: 'Li_Us_Lb_Lt_Ls_Lh_Ug'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'h:mm A',\n LTS: 'h:mm:ss A',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY h:mm A',\n LLLL: 'dddd, D MMMM YYYY h:mm A',\n },\n calendar: {\n sameDay: '[Namuhla nga] LT',\n nextDay: '[Kusasa nga] LT',\n nextWeek: 'dddd [nga] LT',\n lastDay: '[Itolo nga] LT',\n lastWeek: 'dddd [leliphelile] [nga] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'nga %s',\n past: 'wenteka nga %s',\n s: 'emizuzwana lomcane',\n ss: '%d mzuzwana',\n m: 'umzuzu',\n mm: '%d emizuzu',\n h: 'lihora',\n hh: '%d emahora',\n d: 'lilanga',\n dd: '%d emalanga',\n M: 'inyanga',\n MM: '%d tinyanga',\n y: 'umnyaka',\n yy: '%d iminyaka',\n },\n meridiemParse: /ekuseni|emini|entsambama|ebusuku/,\n meridiem: function (hours, minutes, isLower) {\n if (hours < 11) {\n return 'ekuseni';\n } else if (hours < 15) {\n return 'emini';\n } else if (hours < 19) {\n return 'entsambama';\n } else {\n return 'ebusuku';\n }\n },\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'ekuseni') {\n return hour;\n } else if (meridiem === 'emini') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'entsambama' || meridiem === 'ebusuku') {\n if (hour === 0) {\n return 0;\n }\n return hour + 12;\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}/,\n ordinal: '%d',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('sv', {\n months: 'januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december'.split(\n '_'\n ),\n monthsShort: 'jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec'.split('_'),\n weekdays: 'söndag_måndag_tisdag_onsdag_torsdag_fredag_lördag'.split('_'),\n weekdaysShort: 'sön_mån_tis_ons_tor_fre_lör'.split('_'),\n weekdaysMin: 'sö_må_ti_on_to_fr_lö'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY-MM-DD',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY [kl.] HH:mm',\n LLLL: 'dddd D MMMM YYYY [kl.] HH:mm',\n lll: 'D MMM YYYY HH:mm',\n llll: 'ddd D MMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Idag] LT',\n nextDay: '[Imorgon] LT',\n lastDay: '[Igår] LT',\n nextWeek: '[På] dddd LT',\n lastWeek: '[I] dddd[s] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'om %s',\n past: 'för %s sedan',\n s: 'några sekunder',\n ss: '%d sekunder',\n m: 'en minut',\n mm: '%d minuter',\n h: 'en timme',\n hh: '%d timmar',\n d: 'en dag',\n dd: '%d dagar',\n M: 'en månad',\n MM: '%d månader',\n y: 'ett år',\n yy: '%d år',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(\\:e|\\:a)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? ':e'\n : b === 1\n ? ':a'\n : b === 2\n ? ':a'\n : b === 3\n ? ':e'\n : ':e';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('sw', {\n months: 'Januari_Februari_Machi_Aprili_Mei_Juni_Julai_Agosti_Septemba_Oktoba_Novemba_Desemba'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ago_Sep_Okt_Nov_Des'.split('_'),\n weekdays: 'Jumapili_Jumatatu_Jumanne_Jumatano_Alhamisi_Ijumaa_Jumamosi'.split(\n '_'\n ),\n weekdaysShort: 'Jpl_Jtat_Jnne_Jtan_Alh_Ijm_Jmos'.split('_'),\n weekdaysMin: 'J2_J3_J4_J5_Al_Ij_J1'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'hh:mm A',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[leo saa] LT',\n nextDay: '[kesho saa] LT',\n nextWeek: '[wiki ijayo] dddd [saat] LT',\n lastDay: '[jana] LT',\n lastWeek: '[wiki iliyopita] dddd [saat] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s baadaye',\n past: 'tokea %s',\n s: 'hivi punde',\n ss: 'sekunde %d',\n m: 'dakika moja',\n mm: 'dakika %d',\n h: 'saa limoja',\n hh: 'masaa %d',\n d: 'siku moja',\n dd: 'siku %d',\n M: 'mwezi mmoja',\n MM: 'miezi %d',\n y: 'mwaka mmoja',\n yy: 'miaka %d',\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var symbolMap$f = {\n '1': '௧',\n '2': '௨',\n '3': '௩',\n '4': '௪',\n '5': '௫',\n '6': '௬',\n '7': '௭',\n '8': '௮',\n '9': '௯',\n '0': '௦',\n },\n numberMap$e = {\n '௧': '1',\n '௨': '2',\n '௩': '3',\n '௪': '4',\n '௫': '5',\n '௬': '6',\n '௭': '7',\n '௮': '8',\n '௯': '9',\n '௦': '0',\n };\n\n hooks.defineLocale('ta', {\n months: 'ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்'.split(\n '_'\n ),\n monthsShort: 'ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்'.split(\n '_'\n ),\n weekdays: 'ஞாயிற்றுக்கிழமை_திங்கட்கிழமை_செவ்வாய்கிழமை_புதன்கிழமை_வியாழக்கிழமை_வெள்ளிக்கிழமை_சனிக்கிழமை'.split(\n '_'\n ),\n weekdaysShort: 'ஞாயிறு_திங்கள்_செவ்வாய்_புதன்_வியாழன்_வெள்ளி_சனி'.split(\n '_'\n ),\n weekdaysMin: 'ஞா_தி_செ_பு_வி_வெ_ச'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, HH:mm',\n LLLL: 'dddd, D MMMM YYYY, HH:mm',\n },\n calendar: {\n sameDay: '[இன்று] LT',\n nextDay: '[நாளை] LT',\n nextWeek: 'dddd, LT',\n lastDay: '[நேற்று] LT',\n lastWeek: '[கடந்த வாரம்] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s இல்',\n past: '%s முன்',\n s: 'ஒரு சில விநாடிகள்',\n ss: '%d விநாடிகள்',\n m: 'ஒரு நிமிடம்',\n mm: '%d நிமிடங்கள்',\n h: 'ஒரு மணி நேரம்',\n hh: '%d மணி நேரம்',\n d: 'ஒரு நாள்',\n dd: '%d நாட்கள்',\n M: 'ஒரு மாதம்',\n MM: '%d மாதங்கள்',\n y: 'ஒரு வருடம்',\n yy: '%d ஆண்டுகள்',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}வது/,\n ordinal: function (number) {\n return number + 'வது';\n },\n preparse: function (string) {\n return string.replace(/[௧௨௩௪௫௬௭௮௯௦]/g, function (match) {\n return numberMap$e[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap$f[match];\n });\n },\n // refer http://ta.wikipedia.org/s/1er1\n meridiemParse: /யாமம்|வைகறை|காலை|நண்பகல்|எற்பாடு|மாலை/,\n meridiem: function (hour, minute, isLower) {\n if (hour < 2) {\n return ' யாமம்';\n } else if (hour < 6) {\n return ' வைகறை'; // வைகறை\n } else if (hour < 10) {\n return ' காலை'; // காலை\n } else if (hour < 14) {\n return ' நண்பகல்'; // நண்பகல்\n } else if (hour < 18) {\n return ' எற்பாடு'; // எற்பாடு\n } else if (hour < 22) {\n return ' மாலை'; // மாலை\n } else {\n return ' யாமம்';\n }\n },\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'யாமம்') {\n return hour < 2 ? hour : hour + 12;\n } else if (meridiem === 'வைகறை' || meridiem === 'காலை') {\n return hour;\n } else if (meridiem === 'நண்பகல்') {\n return hour >= 10 ? hour : hour + 12;\n } else {\n return hour + 12;\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('te', {\n months: 'జనవరి_ఫిబ్రవరి_మార్చి_ఏప్రిల్_మే_జూన్_జులై_ఆగస్టు_సెప్టెంబర్_అక్టోబర్_నవంబర్_డిసెంబర్'.split(\n '_'\n ),\n monthsShort: 'జన._ఫిబ్ర._మార్చి_ఏప్రి._మే_జూన్_జులై_ఆగ._సెప్._అక్టో._నవ._డిసె.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'ఆదివారం_సోమవారం_మంగళవారం_బుధవారం_గురువారం_శుక్రవారం_శనివారం'.split(\n '_'\n ),\n weekdaysShort: 'ఆది_సోమ_మంగళ_బుధ_గురు_శుక్ర_శని'.split('_'),\n weekdaysMin: 'ఆ_సో_మం_బు_గు_శు_శ'.split('_'),\n longDateFormat: {\n LT: 'A h:mm',\n LTS: 'A h:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm',\n LLLL: 'dddd, D MMMM YYYY, A h:mm',\n },\n calendar: {\n sameDay: '[నేడు] LT',\n nextDay: '[రేపు] LT',\n nextWeek: 'dddd, LT',\n lastDay: '[నిన్న] LT',\n lastWeek: '[గత] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s లో',\n past: '%s క్రితం',\n s: 'కొన్ని క్షణాలు',\n ss: '%d సెకన్లు',\n m: 'ఒక నిమిషం',\n mm: '%d నిమిషాలు',\n h: 'ఒక గంట',\n hh: '%d గంటలు',\n d: 'ఒక రోజు',\n dd: '%d రోజులు',\n M: 'ఒక నెల',\n MM: '%d నెలలు',\n y: 'ఒక సంవత్సరం',\n yy: '%d సంవత్సరాలు',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}వ/,\n ordinal: '%dవ',\n meridiemParse: /రాత్రి|ఉదయం|మధ్యాహ్నం|సాయంత్రం/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'రాత్రి') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'ఉదయం') {\n return hour;\n } else if (meridiem === 'మధ్యాహ్నం') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'సాయంత్రం') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'రాత్రి';\n } else if (hour < 10) {\n return 'ఉదయం';\n } else if (hour < 17) {\n return 'మధ్యాహ్నం';\n } else if (hour < 20) {\n return 'సాయంత్రం';\n } else {\n return 'రాత్రి';\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('tet', {\n months: 'Janeiru_Fevereiru_Marsu_Abril_Maiu_Juñu_Jullu_Agustu_Setembru_Outubru_Novembru_Dezembru'.split(\n '_'\n ),\n monthsShort: 'Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez'.split('_'),\n weekdays: 'Domingu_Segunda_Tersa_Kuarta_Kinta_Sesta_Sabadu'.split('_'),\n weekdaysShort: 'Dom_Seg_Ters_Kua_Kint_Sest_Sab'.split('_'),\n weekdaysMin: 'Do_Seg_Te_Ku_Ki_Ses_Sa'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Ohin iha] LT',\n nextDay: '[Aban iha] LT',\n nextWeek: 'dddd [iha] LT',\n lastDay: '[Horiseik iha] LT',\n lastWeek: 'dddd [semana kotuk] [iha] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'iha %s',\n past: '%s liuba',\n s: 'segundu balun',\n ss: 'segundu %d',\n m: 'minutu ida',\n mm: 'minutu %d',\n h: 'oras ida',\n hh: 'oras %d',\n d: 'loron ida',\n dd: 'loron %d',\n M: 'fulan ida',\n MM: 'fulan %d',\n y: 'tinan ida',\n yy: 'tinan %d',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var suffixes$3 = {\n 0: '-ум',\n 1: '-ум',\n 2: '-юм',\n 3: '-юм',\n 4: '-ум',\n 5: '-ум',\n 6: '-ум',\n 7: '-ум',\n 8: '-ум',\n 9: '-ум',\n 10: '-ум',\n 12: '-ум',\n 13: '-ум',\n 20: '-ум',\n 30: '-юм',\n 40: '-ум',\n 50: '-ум',\n 60: '-ум',\n 70: '-ум',\n 80: '-ум',\n 90: '-ум',\n 100: '-ум',\n };\n\n hooks.defineLocale('tg', {\n months: 'январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр'.split(\n '_'\n ),\n monthsShort: 'янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек'.split('_'),\n weekdays: 'якшанбе_душанбе_сешанбе_чоршанбе_панҷшанбе_ҷумъа_шанбе'.split(\n '_'\n ),\n weekdaysShort: 'яшб_дшб_сшб_чшб_пшб_ҷум_шнб'.split('_'),\n weekdaysMin: 'яш_дш_сш_чш_пш_ҷм_шб'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Имрӯз соати] LT',\n nextDay: '[Пагоҳ соати] LT',\n lastDay: '[Дирӯз соати] LT',\n nextWeek: 'dddd[и] [ҳафтаи оянда соати] LT',\n lastWeek: 'dddd[и] [ҳафтаи гузашта соати] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'баъди %s',\n past: '%s пеш',\n s: 'якчанд сония',\n m: 'як дақиқа',\n mm: '%d дақиқа',\n h: 'як соат',\n hh: '%d соат',\n d: 'як рӯз',\n dd: '%d рӯз',\n M: 'як моҳ',\n MM: '%d моҳ',\n y: 'як сол',\n yy: '%d сол',\n },\n meridiemParse: /шаб|субҳ|рӯз|бегоҳ/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'шаб') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'субҳ') {\n return hour;\n } else if (meridiem === 'рӯз') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'бегоҳ') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'шаб';\n } else if (hour < 11) {\n return 'субҳ';\n } else if (hour < 16) {\n return 'рӯз';\n } else if (hour < 19) {\n return 'бегоҳ';\n } else {\n return 'шаб';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(ум|юм)/,\n ordinal: function (number) {\n var a = number % 10,\n b = number >= 100 ? 100 : null;\n return number + (suffixes$3[number] || suffixes$3[a] || suffixes$3[b]);\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 1th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('th', {\n months: 'มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม'.split(\n '_'\n ),\n monthsShort: 'ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์'.split('_'),\n weekdaysShort: 'อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์'.split('_'), // yes, three characters difference\n weekdaysMin: 'อา._จ._อ._พ._พฤ._ศ._ส.'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY เวลา H:mm',\n LLLL: 'วันddddที่ D MMMM YYYY เวลา H:mm',\n },\n meridiemParse: /ก่อนเที่ยง|หลังเที่ยง/,\n isPM: function (input) {\n return input === 'หลังเที่ยง';\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ก่อนเที่ยง';\n } else {\n return 'หลังเที่ยง';\n }\n },\n calendar: {\n sameDay: '[วันนี้ เวลา] LT',\n nextDay: '[พรุ่งนี้ เวลา] LT',\n nextWeek: 'dddd[หน้า เวลา] LT',\n lastDay: '[เมื่อวานนี้ เวลา] LT',\n lastWeek: '[วัน]dddd[ที่แล้ว เวลา] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'อีก %s',\n past: '%sที่แล้ว',\n s: 'ไม่กี่วินาที',\n ss: '%d วินาที',\n m: '1 นาที',\n mm: '%d นาที',\n h: '1 ชั่วโมง',\n hh: '%d ชั่วโมง',\n d: '1 วัน',\n dd: '%d วัน',\n M: '1 เดือน',\n MM: '%d เดือน',\n y: '1 ปี',\n yy: '%d ปี',\n },\n });\n\n //! moment.js locale configuration\n\n var suffixes$4 = {\n 1: \"'inji\",\n 5: \"'inji\",\n 8: \"'inji\",\n 70: \"'inji\",\n 80: \"'inji\",\n 2: \"'nji\",\n 7: \"'nji\",\n 20: \"'nji\",\n 50: \"'nji\",\n 3: \"'ünji\",\n 4: \"'ünji\",\n 100: \"'ünji\",\n 6: \"'njy\",\n 9: \"'unjy\",\n 10: \"'unjy\",\n 30: \"'unjy\",\n 60: \"'ynjy\",\n 90: \"'ynjy\",\n };\n\n hooks.defineLocale('tk', {\n months: 'Ýanwar_Fewral_Mart_Aprel_Maý_Iýun_Iýul_Awgust_Sentýabr_Oktýabr_Noýabr_Dekabr'.split(\n '_'\n ),\n monthsShort: 'Ýan_Few_Mar_Apr_Maý_Iýn_Iýl_Awg_Sen_Okt_Noý_Dek'.split('_'),\n weekdays: 'Ýekşenbe_Duşenbe_Sişenbe_Çarşenbe_Penşenbe_Anna_Şenbe'.split(\n '_'\n ),\n weekdaysShort: 'Ýek_Duş_Siş_Çar_Pen_Ann_Şen'.split('_'),\n weekdaysMin: 'Ýk_Dş_Sş_Çr_Pn_An_Şn'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[bugün sagat] LT',\n nextDay: '[ertir sagat] LT',\n nextWeek: '[indiki] dddd [sagat] LT',\n lastDay: '[düýn] LT',\n lastWeek: '[geçen] dddd [sagat] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s soň',\n past: '%s öň',\n s: 'birnäçe sekunt',\n m: 'bir minut',\n mm: '%d minut',\n h: 'bir sagat',\n hh: '%d sagat',\n d: 'bir gün',\n dd: '%d gün',\n M: 'bir aý',\n MM: '%d aý',\n y: 'bir ýyl',\n yy: '%d ýyl',\n },\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'Do':\n case 'DD':\n return number;\n default:\n if (number === 0) {\n // special case for zero\n return number + \"'unjy\";\n }\n var a = number % 10,\n b = (number % 100) - a,\n c = number >= 100 ? 100 : null;\n return number + (suffixes$4[a] || suffixes$4[b] || suffixes$4[c]);\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('tl-ph', {\n months: 'Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre'.split(\n '_'\n ),\n monthsShort: 'Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis'.split('_'),\n weekdays: 'Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado'.split(\n '_'\n ),\n weekdaysShort: 'Lin_Lun_Mar_Miy_Huw_Biy_Sab'.split('_'),\n weekdaysMin: 'Li_Lu_Ma_Mi_Hu_Bi_Sab'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'MM/D/YYYY',\n LL: 'MMMM D, YYYY',\n LLL: 'MMMM D, YYYY HH:mm',\n LLLL: 'dddd, MMMM DD, YYYY HH:mm',\n },\n calendar: {\n sameDay: 'LT [ngayong araw]',\n nextDay: '[Bukas ng] LT',\n nextWeek: 'LT [sa susunod na] dddd',\n lastDay: 'LT [kahapon]',\n lastWeek: 'LT [noong nakaraang] dddd',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'sa loob ng %s',\n past: '%s ang nakalipas',\n s: 'ilang segundo',\n ss: '%d segundo',\n m: 'isang minuto',\n mm: '%d minuto',\n h: 'isang oras',\n hh: '%d oras',\n d: 'isang araw',\n dd: '%d araw',\n M: 'isang buwan',\n MM: '%d buwan',\n y: 'isang taon',\n yy: '%d taon',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}/,\n ordinal: function (number) {\n return number;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var numbersNouns = 'pagh_wa’_cha’_wej_loS_vagh_jav_Soch_chorgh_Hut'.split('_');\n\n function translateFuture(output) {\n var time = output;\n time =\n output.indexOf('jaj') !== -1\n ? time.slice(0, -3) + 'leS'\n : output.indexOf('jar') !== -1\n ? time.slice(0, -3) + 'waQ'\n : output.indexOf('DIS') !== -1\n ? time.slice(0, -3) + 'nem'\n : time + ' pIq';\n return time;\n }\n\n function translatePast(output) {\n var time = output;\n time =\n output.indexOf('jaj') !== -1\n ? time.slice(0, -3) + 'Hu’'\n : output.indexOf('jar') !== -1\n ? time.slice(0, -3) + 'wen'\n : output.indexOf('DIS') !== -1\n ? time.slice(0, -3) + 'ben'\n : time + ' ret';\n return time;\n }\n\n function translate$a(number, withoutSuffix, string, isFuture) {\n var numberNoun = numberAsNoun(number);\n switch (string) {\n case 'ss':\n return numberNoun + ' lup';\n case 'mm':\n return numberNoun + ' tup';\n case 'hh':\n return numberNoun + ' rep';\n case 'dd':\n return numberNoun + ' jaj';\n case 'MM':\n return numberNoun + ' jar';\n case 'yy':\n return numberNoun + ' DIS';\n }\n }\n\n function numberAsNoun(number) {\n var hundred = Math.floor((number % 1000) / 100),\n ten = Math.floor((number % 100) / 10),\n one = number % 10,\n word = '';\n if (hundred > 0) {\n word += numbersNouns[hundred] + 'vatlh';\n }\n if (ten > 0) {\n word += (word !== '' ? ' ' : '') + numbersNouns[ten] + 'maH';\n }\n if (one > 0) {\n word += (word !== '' ? ' ' : '') + numbersNouns[one];\n }\n return word === '' ? 'pagh' : word;\n }\n\n hooks.defineLocale('tlh', {\n months: 'tera’ jar wa’_tera’ jar cha’_tera’ jar wej_tera’ jar loS_tera’ jar vagh_tera’ jar jav_tera’ jar Soch_tera’ jar chorgh_tera’ jar Hut_tera’ jar wa’maH_tera’ jar wa’maH wa’_tera’ jar wa’maH cha’'.split(\n '_'\n ),\n monthsShort: 'jar wa’_jar cha’_jar wej_jar loS_jar vagh_jar jav_jar Soch_jar chorgh_jar Hut_jar wa’maH_jar wa’maH wa’_jar wa’maH cha’'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj'.split(\n '_'\n ),\n weekdaysShort: 'lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj'.split(\n '_'\n ),\n weekdaysMin: 'lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj'.split(\n '_'\n ),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[DaHjaj] LT',\n nextDay: '[wa’leS] LT',\n nextWeek: 'LLL',\n lastDay: '[wa’Hu’] LT',\n lastWeek: 'LLL',\n sameElse: 'L',\n },\n relativeTime: {\n future: translateFuture,\n past: translatePast,\n s: 'puS lup',\n ss: translate$a,\n m: 'wa’ tup',\n mm: translate$a,\n h: 'wa’ rep',\n hh: translate$a,\n d: 'wa’ jaj',\n dd: translate$a,\n M: 'wa’ jar',\n MM: translate$a,\n y: 'wa’ DIS',\n yy: translate$a,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var suffixes$5 = {\n 1: \"'inci\",\n 5: \"'inci\",\n 8: \"'inci\",\n 70: \"'inci\",\n 80: \"'inci\",\n 2: \"'nci\",\n 7: \"'nci\",\n 20: \"'nci\",\n 50: \"'nci\",\n 3: \"'üncü\",\n 4: \"'üncü\",\n 100: \"'üncü\",\n 6: \"'ncı\",\n 9: \"'uncu\",\n 10: \"'uncu\",\n 30: \"'uncu\",\n 60: \"'ıncı\",\n 90: \"'ıncı\",\n };\n\n hooks.defineLocale('tr', {\n months: 'Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık'.split(\n '_'\n ),\n monthsShort: 'Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara'.split('_'),\n weekdays: 'Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi'.split(\n '_'\n ),\n weekdaysShort: 'Paz_Pts_Sal_Çar_Per_Cum_Cts'.split('_'),\n weekdaysMin: 'Pz_Pt_Sa_Ça_Pe_Cu_Ct'.split('_'),\n meridiem: function (hours, minutes, isLower) {\n if (hours < 12) {\n return isLower ? 'öö' : 'ÖÖ';\n } else {\n return isLower ? 'ös' : 'ÖS';\n }\n },\n meridiemParse: /öö|ÖÖ|ös|ÖS/,\n isPM: function (input) {\n return input === 'ös' || input === 'ÖS';\n },\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[bugün saat] LT',\n nextDay: '[yarın saat] LT',\n nextWeek: '[gelecek] dddd [saat] LT',\n lastDay: '[dün] LT',\n lastWeek: '[geçen] dddd [saat] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s sonra',\n past: '%s önce',\n s: 'birkaç saniye',\n ss: '%d saniye',\n m: 'bir dakika',\n mm: '%d dakika',\n h: 'bir saat',\n hh: '%d saat',\n d: 'bir gün',\n dd: '%d gün',\n M: 'bir ay',\n MM: '%d ay',\n y: 'bir yıl',\n yy: '%d yıl',\n },\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'Do':\n case 'DD':\n return number;\n default:\n if (number === 0) {\n // special case for zero\n return number + \"'ıncı\";\n }\n var a = number % 10,\n b = (number % 100) - a,\n c = number >= 100 ? 100 : null;\n return number + (suffixes$5[a] || suffixes$5[b] || suffixes$5[c]);\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n // After the year there should be a slash and the amount of years since December 26, 1979 in Roman numerals.\n // This is currently too difficult (maybe even impossible) to add.\n hooks.defineLocale('tzl', {\n months: 'Januar_Fevraglh_Març_Avrïu_Mai_Gün_Julia_Guscht_Setemvar_Listopäts_Noemvar_Zecemvar'.split(\n '_'\n ),\n monthsShort: 'Jan_Fev_Mar_Avr_Mai_Gün_Jul_Gus_Set_Lis_Noe_Zec'.split('_'),\n weekdays: 'Súladi_Lúneçi_Maitzi_Márcuri_Xhúadi_Viénerçi_Sáturi'.split('_'),\n weekdaysShort: 'Súl_Lún_Mai_Már_Xhú_Vié_Sát'.split('_'),\n weekdaysMin: 'Sú_Lú_Ma_Má_Xh_Vi_Sá'.split('_'),\n longDateFormat: {\n LT: 'HH.mm',\n LTS: 'HH.mm.ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM [dallas] YYYY',\n LLL: 'D. MMMM [dallas] YYYY HH.mm',\n LLLL: 'dddd, [li] D. MMMM [dallas] YYYY HH.mm',\n },\n meridiemParse: /d\\'o|d\\'a/i,\n isPM: function (input) {\n return \"d'o\" === input.toLowerCase();\n },\n meridiem: function (hours, minutes, isLower) {\n if (hours > 11) {\n return isLower ? \"d'o\" : \"D'O\";\n } else {\n return isLower ? \"d'a\" : \"D'A\";\n }\n },\n calendar: {\n sameDay: '[oxhi à] LT',\n nextDay: '[demà à] LT',\n nextWeek: 'dddd [à] LT',\n lastDay: '[ieiri à] LT',\n lastWeek: '[sür el] dddd [lasteu à] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'osprei %s',\n past: 'ja%s',\n s: processRelativeTime$8,\n ss: processRelativeTime$8,\n m: processRelativeTime$8,\n mm: processRelativeTime$8,\n h: processRelativeTime$8,\n hh: processRelativeTime$8,\n d: processRelativeTime$8,\n dd: processRelativeTime$8,\n M: processRelativeTime$8,\n MM: processRelativeTime$8,\n y: processRelativeTime$8,\n yy: processRelativeTime$8,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n function processRelativeTime$8(number, withoutSuffix, key, isFuture) {\n var format = {\n s: ['viensas secunds', \"'iensas secunds\"],\n ss: [number + ' secunds', '' + number + ' secunds'],\n m: [\"'n míut\", \"'iens míut\"],\n mm: [number + ' míuts', '' + number + ' míuts'],\n h: [\"'n þora\", \"'iensa þora\"],\n hh: [number + ' þoras', '' + number + ' þoras'],\n d: [\"'n ziua\", \"'iensa ziua\"],\n dd: [number + ' ziuas', '' + number + ' ziuas'],\n M: [\"'n mes\", \"'iens mes\"],\n MM: [number + ' mesen', '' + number + ' mesen'],\n y: [\"'n ar\", \"'iens ar\"],\n yy: [number + ' ars', '' + number + ' ars'],\n };\n return isFuture\n ? format[key][0]\n : withoutSuffix\n ? format[key][0]\n : format[key][1];\n }\n\n //! moment.js locale configuration\n\n hooks.defineLocale('tzm-latn', {\n months: 'innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir'.split(\n '_'\n ),\n monthsShort: 'innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir'.split(\n '_'\n ),\n weekdays: 'asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas'.split('_'),\n weekdaysShort: 'asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas'.split('_'),\n weekdaysMin: 'asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[asdkh g] LT',\n nextDay: '[aska g] LT',\n nextWeek: 'dddd [g] LT',\n lastDay: '[assant g] LT',\n lastWeek: 'dddd [g] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'dadkh s yan %s',\n past: 'yan %s',\n s: 'imik',\n ss: '%d imik',\n m: 'minuḍ',\n mm: '%d minuḍ',\n h: 'saɛa',\n hh: '%d tassaɛin',\n d: 'ass',\n dd: '%d ossan',\n M: 'ayowr',\n MM: '%d iyyirn',\n y: 'asgas',\n yy: '%d isgasn',\n },\n week: {\n dow: 6, // Saturday is the first day of the week.\n doy: 12, // The week that contains Jan 12th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('tzm', {\n months: 'ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ'.split(\n '_'\n ),\n monthsShort: 'ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ'.split(\n '_'\n ),\n weekdays: 'ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ'.split('_'),\n weekdaysShort: 'ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ'.split('_'),\n weekdaysMin: 'ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[ⴰⵙⴷⵅ ⴴ] LT',\n nextDay: '[ⴰⵙⴽⴰ ⴴ] LT',\n nextWeek: 'dddd [ⴴ] LT',\n lastDay: '[ⴰⵚⴰⵏⵜ ⴴ] LT',\n lastWeek: 'dddd [ⴴ] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'ⴷⴰⴷⵅ ⵙ ⵢⴰⵏ %s',\n past: 'ⵢⴰⵏ %s',\n s: 'ⵉⵎⵉⴽ',\n ss: '%d ⵉⵎⵉⴽ',\n m: 'ⵎⵉⵏⵓⴺ',\n mm: '%d ⵎⵉⵏⵓⴺ',\n h: 'ⵙⴰⵄⴰ',\n hh: '%d ⵜⴰⵙⵙⴰⵄⵉⵏ',\n d: 'ⴰⵙⵙ',\n dd: '%d oⵙⵙⴰⵏ',\n M: 'ⴰⵢoⵓⵔ',\n MM: '%d ⵉⵢⵢⵉⵔⵏ',\n y: 'ⴰⵙⴳⴰⵙ',\n yy: '%d ⵉⵙⴳⴰⵙⵏ',\n },\n week: {\n dow: 6, // Saturday is the first day of the week.\n doy: 12, // The week that contains Jan 12th is the first week of the year.\n },\n });\n\n //! moment.js language configuration\n\n hooks.defineLocale('ug-cn', {\n months: 'يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر'.split(\n '_'\n ),\n monthsShort: 'يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر'.split(\n '_'\n ),\n weekdays: 'يەكشەنبە_دۈشەنبە_سەيشەنبە_چارشەنبە_پەيشەنبە_جۈمە_شەنبە'.split(\n '_'\n ),\n weekdaysShort: 'يە_دۈ_سە_چا_پە_جۈ_شە'.split('_'),\n weekdaysMin: 'يە_دۈ_سە_چا_پە_جۈ_شە'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY-MM-DD',\n LL: 'YYYY-يىلىM-ئاينىڭD-كۈنى',\n LLL: 'YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm',\n LLLL: 'dddd، YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm',\n },\n meridiemParse: /يېرىم كېچە|سەھەر|چۈشتىن بۇرۇن|چۈش|چۈشتىن كېيىن|كەچ/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (\n meridiem === 'يېرىم كېچە' ||\n meridiem === 'سەھەر' ||\n meridiem === 'چۈشتىن بۇرۇن'\n ) {\n return hour;\n } else if (meridiem === 'چۈشتىن كېيىن' || meridiem === 'كەچ') {\n return hour + 12;\n } else {\n return hour >= 11 ? hour : hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n var hm = hour * 100 + minute;\n if (hm < 600) {\n return 'يېرىم كېچە';\n } else if (hm < 900) {\n return 'سەھەر';\n } else if (hm < 1130) {\n return 'چۈشتىن بۇرۇن';\n } else if (hm < 1230) {\n return 'چۈش';\n } else if (hm < 1800) {\n return 'چۈشتىن كېيىن';\n } else {\n return 'كەچ';\n }\n },\n calendar: {\n sameDay: '[بۈگۈن سائەت] LT',\n nextDay: '[ئەتە سائەت] LT',\n nextWeek: '[كېلەركى] dddd [سائەت] LT',\n lastDay: '[تۆنۈگۈن] LT',\n lastWeek: '[ئالدىنقى] dddd [سائەت] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s كېيىن',\n past: '%s بۇرۇن',\n s: 'نەچچە سېكونت',\n ss: '%d سېكونت',\n m: 'بىر مىنۇت',\n mm: '%d مىنۇت',\n h: 'بىر سائەت',\n hh: '%d سائەت',\n d: 'بىر كۈن',\n dd: '%d كۈن',\n M: 'بىر ئاي',\n MM: '%d ئاي',\n y: 'بىر يىل',\n yy: '%d يىل',\n },\n\n dayOfMonthOrdinalParse: /\\d{1,2}(-كۈنى|-ئاي|-ھەپتە)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + '-كۈنى';\n case 'w':\n case 'W':\n return number + '-ھەپتە';\n default:\n return number;\n }\n },\n preparse: function (string) {\n return string.replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/,/g, '،');\n },\n week: {\n // GB/T 7408-1994《数据元和交换格式·信息交换·日期和时间表示法》与ISO 8601:1988等效\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 1st is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n function plural$6(word, num) {\n var forms = word.split('_');\n return num % 10 === 1 && num % 100 !== 11\n ? forms[0]\n : num % 10 >= 2 && num % 10 <= 4 && (num % 100 < 10 || num % 100 >= 20)\n ? forms[1]\n : forms[2];\n }\n function relativeTimeWithPlural$4(number, withoutSuffix, key) {\n var format = {\n ss: withoutSuffix ? 'секунда_секунди_секунд' : 'секунду_секунди_секунд',\n mm: withoutSuffix ? 'хвилина_хвилини_хвилин' : 'хвилину_хвилини_хвилин',\n hh: withoutSuffix ? 'година_години_годин' : 'годину_години_годин',\n dd: 'день_дні_днів',\n MM: 'місяць_місяці_місяців',\n yy: 'рік_роки_років',\n };\n if (key === 'm') {\n return withoutSuffix ? 'хвилина' : 'хвилину';\n } else if (key === 'h') {\n return withoutSuffix ? 'година' : 'годину';\n } else {\n return number + ' ' + plural$6(format[key], +number);\n }\n }\n function weekdaysCaseReplace(m, format) {\n var weekdays = {\n nominative: 'неділя_понеділок_вівторок_середа_четвер_п’ятниця_субота'.split(\n '_'\n ),\n accusative: 'неділю_понеділок_вівторок_середу_четвер_п’ятницю_суботу'.split(\n '_'\n ),\n genitive: 'неділі_понеділка_вівторка_середи_четверга_п’ятниці_суботи'.split(\n '_'\n ),\n },\n nounCase;\n\n if (m === true) {\n return weekdays['nominative']\n .slice(1, 7)\n .concat(weekdays['nominative'].slice(0, 1));\n }\n if (!m) {\n return weekdays['nominative'];\n }\n\n nounCase = /(\\[[ВвУу]\\]) ?dddd/.test(format)\n ? 'accusative'\n : /\\[?(?:минулої|наступної)? ?\\] ?dddd/.test(format)\n ? 'genitive'\n : 'nominative';\n return weekdays[nounCase][m.day()];\n }\n function processHoursFunction(str) {\n return function () {\n return str + 'о' + (this.hours() === 11 ? 'б' : '') + '] LT';\n };\n }\n\n hooks.defineLocale('uk', {\n months: {\n format: 'січня_лютого_березня_квітня_травня_червня_липня_серпня_вересня_жовтня_листопада_грудня'.split(\n '_'\n ),\n standalone: 'січень_лютий_березень_квітень_травень_червень_липень_серпень_вересень_жовтень_листопад_грудень'.split(\n '_'\n ),\n },\n monthsShort: 'січ_лют_бер_квіт_трав_черв_лип_серп_вер_жовт_лист_груд'.split(\n '_'\n ),\n weekdays: weekdaysCaseReplace,\n weekdaysShort: 'нд_пн_вт_ср_чт_пт_сб'.split('_'),\n weekdaysMin: 'нд_пн_вт_ср_чт_пт_сб'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY р.',\n LLL: 'D MMMM YYYY р., HH:mm',\n LLLL: 'dddd, D MMMM YYYY р., HH:mm',\n },\n calendar: {\n sameDay: processHoursFunction('[Сьогодні '),\n nextDay: processHoursFunction('[Завтра '),\n lastDay: processHoursFunction('[Вчора '),\n nextWeek: processHoursFunction('[У] dddd ['),\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n case 3:\n case 5:\n case 6:\n return processHoursFunction('[Минулої] dddd [').call(this);\n case 1:\n case 2:\n case 4:\n return processHoursFunction('[Минулого] dddd [').call(this);\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'за %s',\n past: '%s тому',\n s: 'декілька секунд',\n ss: relativeTimeWithPlural$4,\n m: relativeTimeWithPlural$4,\n mm: relativeTimeWithPlural$4,\n h: 'годину',\n hh: relativeTimeWithPlural$4,\n d: 'день',\n dd: relativeTimeWithPlural$4,\n M: 'місяць',\n MM: relativeTimeWithPlural$4,\n y: 'рік',\n yy: relativeTimeWithPlural$4,\n },\n // M. E.: those two are virtually unused but a user might want to implement them for his/her website for some reason\n meridiemParse: /ночі|ранку|дня|вечора/,\n isPM: function (input) {\n return /^(дня|вечора)$/.test(input);\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'ночі';\n } else if (hour < 12) {\n return 'ранку';\n } else if (hour < 17) {\n return 'дня';\n } else {\n return 'вечора';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(й|го)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'M':\n case 'd':\n case 'DDD':\n case 'w':\n case 'W':\n return number + '-й';\n case 'D':\n return number + '-го';\n default:\n return number;\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var months$b = [\n 'جنوری',\n 'فروری',\n 'مارچ',\n 'اپریل',\n 'مئی',\n 'جون',\n 'جولائی',\n 'اگست',\n 'ستمبر',\n 'اکتوبر',\n 'نومبر',\n 'دسمبر',\n ],\n days$2 = ['اتوار', 'پیر', 'منگل', 'بدھ', 'جمعرات', 'جمعہ', 'ہفتہ'];\n\n hooks.defineLocale('ur', {\n months: months$b,\n monthsShort: months$b,\n weekdays: days$2,\n weekdaysShort: days$2,\n weekdaysMin: days$2,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd، D MMMM YYYY HH:mm',\n },\n meridiemParse: /صبح|شام/,\n isPM: function (input) {\n return 'شام' === input;\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'صبح';\n }\n return 'شام';\n },\n calendar: {\n sameDay: '[آج بوقت] LT',\n nextDay: '[کل بوقت] LT',\n nextWeek: 'dddd [بوقت] LT',\n lastDay: '[گذشتہ روز بوقت] LT',\n lastWeek: '[گذشتہ] dddd [بوقت] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s بعد',\n past: '%s قبل',\n s: 'چند سیکنڈ',\n ss: '%d سیکنڈ',\n m: 'ایک منٹ',\n mm: '%d منٹ',\n h: 'ایک گھنٹہ',\n hh: '%d گھنٹے',\n d: 'ایک دن',\n dd: '%d دن',\n M: 'ایک ماہ',\n MM: '%d ماہ',\n y: 'ایک سال',\n yy: '%d سال',\n },\n preparse: function (string) {\n return string.replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/,/g, '،');\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('uz-latn', {\n months: 'Yanvar_Fevral_Mart_Aprel_May_Iyun_Iyul_Avgust_Sentabr_Oktabr_Noyabr_Dekabr'.split(\n '_'\n ),\n monthsShort: 'Yan_Fev_Mar_Apr_May_Iyun_Iyul_Avg_Sen_Okt_Noy_Dek'.split('_'),\n weekdays: 'Yakshanba_Dushanba_Seshanba_Chorshanba_Payshanba_Juma_Shanba'.split(\n '_'\n ),\n weekdaysShort: 'Yak_Dush_Sesh_Chor_Pay_Jum_Shan'.split('_'),\n weekdaysMin: 'Ya_Du_Se_Cho_Pa_Ju_Sha'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'D MMMM YYYY, dddd HH:mm',\n },\n calendar: {\n sameDay: '[Bugun soat] LT [da]',\n nextDay: '[Ertaga] LT [da]',\n nextWeek: 'dddd [kuni soat] LT [da]',\n lastDay: '[Kecha soat] LT [da]',\n lastWeek: \"[O'tgan] dddd [kuni soat] LT [da]\",\n sameElse: 'L',\n },\n relativeTime: {\n future: 'Yaqin %s ichida',\n past: 'Bir necha %s oldin',\n s: 'soniya',\n ss: '%d soniya',\n m: 'bir daqiqa',\n mm: '%d daqiqa',\n h: 'bir soat',\n hh: '%d soat',\n d: 'bir kun',\n dd: '%d kun',\n M: 'bir oy',\n MM: '%d oy',\n y: 'bir yil',\n yy: '%d yil',\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('uz', {\n months: 'январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр'.split(\n '_'\n ),\n monthsShort: 'янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек'.split('_'),\n weekdays: 'Якшанба_Душанба_Сешанба_Чоршанба_Пайшанба_Жума_Шанба'.split('_'),\n weekdaysShort: 'Якш_Душ_Сеш_Чор_Пай_Жум_Шан'.split('_'),\n weekdaysMin: 'Як_Ду_Се_Чо_Па_Жу_Ша'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'D MMMM YYYY, dddd HH:mm',\n },\n calendar: {\n sameDay: '[Бугун соат] LT [да]',\n nextDay: '[Эртага] LT [да]',\n nextWeek: 'dddd [куни соат] LT [да]',\n lastDay: '[Кеча соат] LT [да]',\n lastWeek: '[Утган] dddd [куни соат] LT [да]',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'Якин %s ичида',\n past: 'Бир неча %s олдин',\n s: 'фурсат',\n ss: '%d фурсат',\n m: 'бир дакика',\n mm: '%d дакика',\n h: 'бир соат',\n hh: '%d соат',\n d: 'бир кун',\n dd: '%d кун',\n M: 'бир ой',\n MM: '%d ой',\n y: 'бир йил',\n yy: '%d йил',\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('vi', {\n months: 'tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12'.split(\n '_'\n ),\n monthsShort: 'Thg 01_Thg 02_Thg 03_Thg 04_Thg 05_Thg 06_Thg 07_Thg 08_Thg 09_Thg 10_Thg 11_Thg 12'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy'.split(\n '_'\n ),\n weekdaysShort: 'CN_T2_T3_T4_T5_T6_T7'.split('_'),\n weekdaysMin: 'CN_T2_T3_T4_T5_T6_T7'.split('_'),\n weekdaysParseExact: true,\n meridiemParse: /sa|ch/i,\n isPM: function (input) {\n return /^ch$/i.test(input);\n },\n meridiem: function (hours, minutes, isLower) {\n if (hours < 12) {\n return isLower ? 'sa' : 'SA';\n } else {\n return isLower ? 'ch' : 'CH';\n }\n },\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM [năm] YYYY',\n LLL: 'D MMMM [năm] YYYY HH:mm',\n LLLL: 'dddd, D MMMM [năm] YYYY HH:mm',\n l: 'DD/M/YYYY',\n ll: 'D MMM YYYY',\n lll: 'D MMM YYYY HH:mm',\n llll: 'ddd, D MMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Hôm nay lúc] LT',\n nextDay: '[Ngày mai lúc] LT',\n nextWeek: 'dddd [tuần tới lúc] LT',\n lastDay: '[Hôm qua lúc] LT',\n lastWeek: 'dddd [tuần trước lúc] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s tới',\n past: '%s trước',\n s: 'vài giây',\n ss: '%d giây',\n m: 'một phút',\n mm: '%d phút',\n h: 'một giờ',\n hh: '%d giờ',\n d: 'một ngày',\n dd: '%d ngày',\n M: 'một tháng',\n MM: '%d tháng',\n y: 'một năm',\n yy: '%d năm',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}/,\n ordinal: function (number) {\n return number;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('x-pseudo', {\n months: 'J~áñúá~rý_F~ébrú~árý_~Márc~h_Áp~ríl_~Máý_~Júñé~_Júl~ý_Áú~gúst~_Sép~témb~ér_Ó~ctób~ér_Ñ~óvém~bér_~Décé~mbér'.split(\n '_'\n ),\n monthsShort: 'J~áñ_~Féb_~Már_~Ápr_~Máý_~Júñ_~Júl_~Áúg_~Sép_~Óct_~Ñóv_~Déc'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'S~úñdá~ý_Mó~ñdáý~_Túé~sdáý~_Wéd~ñésd~áý_T~húrs~dáý_~Fríd~áý_S~átúr~dáý'.split(\n '_'\n ),\n weekdaysShort: 'S~úñ_~Móñ_~Túé_~Wéd_~Thú_~Frí_~Sát'.split('_'),\n weekdaysMin: 'S~ú_Mó~_Tú_~Wé_T~h_Fr~_Sá'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[T~ódá~ý át] LT',\n nextDay: '[T~ómó~rró~w át] LT',\n nextWeek: 'dddd [át] LT',\n lastDay: '[Ý~ést~érdá~ý át] LT',\n lastWeek: '[L~ást] dddd [át] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'í~ñ %s',\n past: '%s á~gó',\n s: 'á ~féw ~sécó~ñds',\n ss: '%d s~écóñ~ds',\n m: 'á ~míñ~úté',\n mm: '%d m~íñú~tés',\n h: 'á~ñ hó~úr',\n hh: '%d h~óúrs',\n d: 'á ~dáý',\n dd: '%d d~áýs',\n M: 'á ~móñ~th',\n MM: '%d m~óñt~hs',\n y: 'á ~ýéár',\n yy: '%d ý~éárs',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(th|st|nd|rd)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('yo', {\n months: 'Sẹ́rẹ́_Èrèlè_Ẹrẹ̀nà_Ìgbé_Èbibi_Òkùdu_Agẹmo_Ògún_Owewe_Ọ̀wàrà_Bélú_Ọ̀pẹ̀̀'.split(\n '_'\n ),\n monthsShort: 'Sẹ́r_Èrl_Ẹrn_Ìgb_Èbi_Òkù_Agẹ_Ògú_Owe_Ọ̀wà_Bél_Ọ̀pẹ̀̀'.split('_'),\n weekdays: 'Àìkú_Ajé_Ìsẹ́gun_Ọjọ́rú_Ọjọ́bọ_Ẹtì_Àbámẹ́ta'.split('_'),\n weekdaysShort: 'Àìk_Ajé_Ìsẹ́_Ọjr_Ọjb_Ẹtì_Àbá'.split('_'),\n weekdaysMin: 'Àì_Aj_Ìs_Ọr_Ọb_Ẹt_Àb'.split('_'),\n longDateFormat: {\n LT: 'h:mm A',\n LTS: 'h:mm:ss A',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY h:mm A',\n LLLL: 'dddd, D MMMM YYYY h:mm A',\n },\n calendar: {\n sameDay: '[Ònì ni] LT',\n nextDay: '[Ọ̀la ni] LT',\n nextWeek: \"dddd [Ọsẹ̀ tón'bọ] [ni] LT\",\n lastDay: '[Àna ni] LT',\n lastWeek: 'dddd [Ọsẹ̀ tólọ́] [ni] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'ní %s',\n past: '%s kọjá',\n s: 'ìsẹjú aayá die',\n ss: 'aayá %d',\n m: 'ìsẹjú kan',\n mm: 'ìsẹjú %d',\n h: 'wákati kan',\n hh: 'wákati %d',\n d: 'ọjọ́ kan',\n dd: 'ọjọ́ %d',\n M: 'osù kan',\n MM: 'osù %d',\n y: 'ọdún kan',\n yy: 'ọdún %d',\n },\n dayOfMonthOrdinalParse: /ọjọ́\\s\\d{1,2}/,\n ordinal: 'ọjọ́ %d',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('zh-cn', {\n months: '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split(\n '_'\n ),\n monthsShort: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split(\n '_'\n ),\n weekdays: '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'),\n weekdaysShort: '周日_周一_周二_周三_周四_周五_周六'.split('_'),\n weekdaysMin: '日_一_二_三_四_五_六'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY/MM/DD',\n LL: 'YYYY年M月D日',\n LLL: 'YYYY年M月D日Ah点mm分',\n LLLL: 'YYYY年M月D日ddddAh点mm分',\n l: 'YYYY/M/D',\n ll: 'YYYY年M月D日',\n lll: 'YYYY年M月D日 HH:mm',\n llll: 'YYYY年M月D日dddd HH:mm',\n },\n meridiemParse: /凌晨|早上|上午|中午|下午|晚上/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === '凌晨' || meridiem === '早上' || meridiem === '上午') {\n return hour;\n } else if (meridiem === '下午' || meridiem === '晚上') {\n return hour + 12;\n } else {\n // '中午'\n return hour >= 11 ? hour : hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n var hm = hour * 100 + minute;\n if (hm < 600) {\n return '凌晨';\n } else if (hm < 900) {\n return '早上';\n } else if (hm < 1130) {\n return '上午';\n } else if (hm < 1230) {\n return '中午';\n } else if (hm < 1800) {\n return '下午';\n } else {\n return '晚上';\n }\n },\n calendar: {\n sameDay: '[今天]LT',\n nextDay: '[明天]LT',\n nextWeek: function (now) {\n if (now.week() !== this.week()) {\n return '[下]dddLT';\n } else {\n return '[本]dddLT';\n }\n },\n lastDay: '[昨天]LT',\n lastWeek: function (now) {\n if (this.week() !== now.week()) {\n return '[上]dddLT';\n } else {\n return '[本]dddLT';\n }\n },\n sameElse: 'L',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(日|月|周)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + '日';\n case 'M':\n return number + '月';\n case 'w':\n case 'W':\n return number + '周';\n default:\n return number;\n }\n },\n relativeTime: {\n future: '%s后',\n past: '%s前',\n s: '几秒',\n ss: '%d 秒',\n m: '1 分钟',\n mm: '%d 分钟',\n h: '1 小时',\n hh: '%d 小时',\n d: '1 天',\n dd: '%d 天',\n M: '1 个月',\n MM: '%d 个月',\n y: '1 年',\n yy: '%d 年',\n },\n week: {\n // GB/T 7408-1994《数据元和交换格式·信息交换·日期和时间表示法》与ISO 8601:1988等效\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('zh-hk', {\n months: '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split(\n '_'\n ),\n monthsShort: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split(\n '_'\n ),\n weekdays: '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'),\n weekdaysShort: '週日_週一_週二_週三_週四_週五_週六'.split('_'),\n weekdaysMin: '日_一_二_三_四_五_六'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY/MM/DD',\n LL: 'YYYY年M月D日',\n LLL: 'YYYY年M月D日 HH:mm',\n LLLL: 'YYYY年M月D日dddd HH:mm',\n l: 'YYYY/M/D',\n ll: 'YYYY年M月D日',\n lll: 'YYYY年M月D日 HH:mm',\n llll: 'YYYY年M月D日dddd HH:mm',\n },\n meridiemParse: /凌晨|早上|上午|中午|下午|晚上/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === '凌晨' || meridiem === '早上' || meridiem === '上午') {\n return hour;\n } else if (meridiem === '中午') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === '下午' || meridiem === '晚上') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n var hm = hour * 100 + minute;\n if (hm < 600) {\n return '凌晨';\n } else if (hm < 900) {\n return '早上';\n } else if (hm < 1200) {\n return '上午';\n } else if (hm === 1200) {\n return '中午';\n } else if (hm < 1800) {\n return '下午';\n } else {\n return '晚上';\n }\n },\n calendar: {\n sameDay: '[今天]LT',\n nextDay: '[明天]LT',\n nextWeek: '[下]ddddLT',\n lastDay: '[昨天]LT',\n lastWeek: '[上]ddddLT',\n sameElse: 'L',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(日|月|週)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + '日';\n case 'M':\n return number + '月';\n case 'w':\n case 'W':\n return number + '週';\n default:\n return number;\n }\n },\n relativeTime: {\n future: '%s後',\n past: '%s前',\n s: '幾秒',\n ss: '%d 秒',\n m: '1 分鐘',\n mm: '%d 分鐘',\n h: '1 小時',\n hh: '%d 小時',\n d: '1 天',\n dd: '%d 天',\n M: '1 個月',\n MM: '%d 個月',\n y: '1 年',\n yy: '%d 年',\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('zh-mo', {\n months: '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split(\n '_'\n ),\n monthsShort: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split(\n '_'\n ),\n weekdays: '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'),\n weekdaysShort: '週日_週一_週二_週三_週四_週五_週六'.split('_'),\n weekdaysMin: '日_一_二_三_四_五_六'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'YYYY年M月D日',\n LLL: 'YYYY年M月D日 HH:mm',\n LLLL: 'YYYY年M月D日dddd HH:mm',\n l: 'D/M/YYYY',\n ll: 'YYYY年M月D日',\n lll: 'YYYY年M月D日 HH:mm',\n llll: 'YYYY年M月D日dddd HH:mm',\n },\n meridiemParse: /凌晨|早上|上午|中午|下午|晚上/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === '凌晨' || meridiem === '早上' || meridiem === '上午') {\n return hour;\n } else if (meridiem === '中午') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === '下午' || meridiem === '晚上') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n var hm = hour * 100 + minute;\n if (hm < 600) {\n return '凌晨';\n } else if (hm < 900) {\n return '早上';\n } else if (hm < 1130) {\n return '上午';\n } else if (hm < 1230) {\n return '中午';\n } else if (hm < 1800) {\n return '下午';\n } else {\n return '晚上';\n }\n },\n calendar: {\n sameDay: '[今天] LT',\n nextDay: '[明天] LT',\n nextWeek: '[下]dddd LT',\n lastDay: '[昨天] LT',\n lastWeek: '[上]dddd LT',\n sameElse: 'L',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(日|月|週)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + '日';\n case 'M':\n return number + '月';\n case 'w':\n case 'W':\n return number + '週';\n default:\n return number;\n }\n },\n relativeTime: {\n future: '%s內',\n past: '%s前',\n s: '幾秒',\n ss: '%d 秒',\n m: '1 分鐘',\n mm: '%d 分鐘',\n h: '1 小時',\n hh: '%d 小時',\n d: '1 天',\n dd: '%d 天',\n M: '1 個月',\n MM: '%d 個月',\n y: '1 年',\n yy: '%d 年',\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('zh-tw', {\n months: '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split(\n '_'\n ),\n monthsShort: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split(\n '_'\n ),\n weekdays: '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'),\n weekdaysShort: '週日_週一_週二_週三_週四_週五_週六'.split('_'),\n weekdaysMin: '日_一_二_三_四_五_六'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY/MM/DD',\n LL: 'YYYY年M月D日',\n LLL: 'YYYY年M月D日 HH:mm',\n LLLL: 'YYYY年M月D日dddd HH:mm',\n l: 'YYYY/M/D',\n ll: 'YYYY年M月D日',\n lll: 'YYYY年M月D日 HH:mm',\n llll: 'YYYY年M月D日dddd HH:mm',\n },\n meridiemParse: /凌晨|早上|上午|中午|下午|晚上/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === '凌晨' || meridiem === '早上' || meridiem === '上午') {\n return hour;\n } else if (meridiem === '中午') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === '下午' || meridiem === '晚上') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n var hm = hour * 100 + minute;\n if (hm < 600) {\n return '凌晨';\n } else if (hm < 900) {\n return '早上';\n } else if (hm < 1130) {\n return '上午';\n } else if (hm < 1230) {\n return '中午';\n } else if (hm < 1800) {\n return '下午';\n } else {\n return '晚上';\n }\n },\n calendar: {\n sameDay: '[今天] LT',\n nextDay: '[明天] LT',\n nextWeek: '[下]dddd LT',\n lastDay: '[昨天] LT',\n lastWeek: '[上]dddd LT',\n sameElse: 'L',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(日|月|週)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + '日';\n case 'M':\n return number + '月';\n case 'w':\n case 'W':\n return number + '週';\n default:\n return number;\n }\n },\n relativeTime: {\n future: '%s後',\n past: '%s前',\n s: '幾秒',\n ss: '%d 秒',\n m: '1 分鐘',\n mm: '%d 分鐘',\n h: '1 小時',\n hh: '%d 小時',\n d: '1 天',\n dd: '%d 天',\n M: '1 個月',\n MM: '%d 個月',\n y: '1 年',\n yy: '%d 年',\n },\n });\n\n hooks.locale('en');\n\n return hooks;\n\n})));\n","/*global define:false */\n/**\n * Copyright 2012-2017 Craig Campbell\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n *\n * Mousetrap is a simple keyboard shortcut library for Javascript with\n * no external dependencies\n *\n * @version 1.6.5\n * @url craig.is/killing/mice\n */\n(function(window, document, undefined) {\n\n // Check if mousetrap is used inside browser, if not, return\n if (!window) {\n return;\n }\n\n /**\n * mapping of special keycodes to their corresponding keys\n *\n * everything in this dictionary cannot use keypress events\n * so it has to be here to map to the correct keycodes for\n * keyup/keydown events\n *\n * @type {Object}\n */\n var _MAP = {\n 8: 'backspace',\n 9: 'tab',\n 13: 'enter',\n 16: 'shift',\n 17: 'ctrl',\n 18: 'alt',\n 20: 'capslock',\n 27: 'esc',\n 32: 'space',\n 33: 'pageup',\n 34: 'pagedown',\n 35: 'end',\n 36: 'home',\n 37: 'left',\n 38: 'up',\n 39: 'right',\n 40: 'down',\n 45: 'ins',\n 46: 'del',\n 91: 'meta',\n 93: 'meta',\n 224: 'meta'\n };\n\n /**\n * mapping for special characters so they can support\n *\n * this dictionary is only used incase you want to bind a\n * keyup or keydown event to one of these keys\n *\n * @type {Object}\n */\n var _KEYCODE_MAP = {\n 106: '*',\n 107: '+',\n 109: '-',\n 110: '.',\n 111 : '/',\n 186: ';',\n 187: '=',\n 188: ',',\n 189: '-',\n 190: '.',\n 191: '/',\n 192: '`',\n 219: '[',\n 220: '\\\\',\n 221: ']',\n 222: '\\''\n };\n\n /**\n * this is a mapping of keys that require shift on a US keypad\n * back to the non shift equivelents\n *\n * this is so you can use keyup events with these keys\n *\n * note that this will only work reliably on US keyboards\n *\n * @type {Object}\n */\n var _SHIFT_MAP = {\n '~': '`',\n '!': '1',\n '@': '2',\n '#': '3',\n '$': '4',\n '%': '5',\n '^': '6',\n '&': '7',\n '*': '8',\n '(': '9',\n ')': '0',\n '_': '-',\n '+': '=',\n ':': ';',\n '\\\"': '\\'',\n '<': ',',\n '>': '.',\n '?': '/',\n '|': '\\\\'\n };\n\n /**\n * this is a list of special strings you can use to map\n * to modifier keys when you specify your keyboard shortcuts\n *\n * @type {Object}\n */\n var _SPECIAL_ALIASES = {\n 'option': 'alt',\n 'command': 'meta',\n 'return': 'enter',\n 'escape': 'esc',\n 'plus': '+',\n 'mod': /Mac|iPod|iPhone|iPad/.test(navigator.platform) ? 'meta' : 'ctrl'\n };\n\n /**\n * variable to store the flipped version of _MAP from above\n * needed to check if we should use keypress or not when no action\n * is specified\n *\n * @type {Object|undefined}\n */\n var _REVERSE_MAP;\n\n /**\n * loop through the f keys, f1 to f19 and add them to the map\n * programatically\n */\n for (var i = 1; i < 20; ++i) {\n _MAP[111 + i] = 'f' + i;\n }\n\n /**\n * loop through to map numbers on the numeric keypad\n */\n for (i = 0; i <= 9; ++i) {\n\n // This needs to use a string cause otherwise since 0 is falsey\n // mousetrap will never fire for numpad 0 pressed as part of a keydown\n // event.\n //\n // @see https://github.com/ccampbell/mousetrap/pull/258\n _MAP[i + 96] = i.toString();\n }\n\n /**\n * cross browser add event method\n *\n * @param {Element|HTMLDocument} object\n * @param {string} type\n * @param {Function} callback\n * @returns void\n */\n function _addEvent(object, type, callback) {\n if (object.addEventListener) {\n object.addEventListener(type, callback, false);\n return;\n }\n\n object.attachEvent('on' + type, callback);\n }\n\n /**\n * takes the event and returns the key character\n *\n * @param {Event} e\n * @return {string}\n */\n function _characterFromEvent(e) {\n\n // for keypress events we should return the character as is\n if (e.type == 'keypress') {\n var character = String.fromCharCode(e.which);\n\n // if the shift key is not pressed then it is safe to assume\n // that we want the character to be lowercase. this means if\n // you accidentally have caps lock on then your key bindings\n // will continue to work\n //\n // the only side effect that might not be desired is if you\n // bind something like 'A' cause you want to trigger an\n // event when capital A is pressed caps lock will no longer\n // trigger the event. shift+a will though.\n if (!e.shiftKey) {\n character = character.toLowerCase();\n }\n\n return character;\n }\n\n // for non keypress events the special maps are needed\n if (_MAP[e.which]) {\n return _MAP[e.which];\n }\n\n if (_KEYCODE_MAP[e.which]) {\n return _KEYCODE_MAP[e.which];\n }\n\n // if it is not in the special map\n\n // with keydown and keyup events the character seems to always\n // come in as an uppercase character whether you are pressing shift\n // or not. we should make sure it is always lowercase for comparisons\n return String.fromCharCode(e.which).toLowerCase();\n }\n\n /**\n * checks if two arrays are equal\n *\n * @param {Array} modifiers1\n * @param {Array} modifiers2\n * @returns {boolean}\n */\n function _modifiersMatch(modifiers1, modifiers2) {\n return modifiers1.sort().join(',') === modifiers2.sort().join(',');\n }\n\n /**\n * takes a key event and figures out what the modifiers are\n *\n * @param {Event} e\n * @returns {Array}\n */\n function _eventModifiers(e) {\n var modifiers = [];\n\n if (e.shiftKey) {\n modifiers.push('shift');\n }\n\n if (e.altKey) {\n modifiers.push('alt');\n }\n\n if (e.ctrlKey) {\n modifiers.push('ctrl');\n }\n\n if (e.metaKey) {\n modifiers.push('meta');\n }\n\n return modifiers;\n }\n\n /**\n * prevents default for this event\n *\n * @param {Event} e\n * @returns void\n */\n function _preventDefault(e) {\n if (e.preventDefault) {\n e.preventDefault();\n return;\n }\n\n e.returnValue = false;\n }\n\n /**\n * stops propogation for this event\n *\n * @param {Event} e\n * @returns void\n */\n function _stopPropagation(e) {\n if (e.stopPropagation) {\n e.stopPropagation();\n return;\n }\n\n e.cancelBubble = true;\n }\n\n /**\n * determines if the keycode specified is a modifier key or not\n *\n * @param {string} key\n * @returns {boolean}\n */\n function _isModifier(key) {\n return key == 'shift' || key == 'ctrl' || key == 'alt' || key == 'meta';\n }\n\n /**\n * reverses the map lookup so that we can look for specific keys\n * to see what can and can't use keypress\n *\n * @return {Object}\n */\n function _getReverseMap() {\n if (!_REVERSE_MAP) {\n _REVERSE_MAP = {};\n for (var key in _MAP) {\n\n // pull out the numeric keypad from here cause keypress should\n // be able to detect the keys from the character\n if (key > 95 && key < 112) {\n continue;\n }\n\n if (_MAP.hasOwnProperty(key)) {\n _REVERSE_MAP[_MAP[key]] = key;\n }\n }\n }\n return _REVERSE_MAP;\n }\n\n /**\n * picks the best action based on the key combination\n *\n * @param {string} key - character for key\n * @param {Array} modifiers\n * @param {string=} action passed in\n */\n function _pickBestAction(key, modifiers, action) {\n\n // if no action was picked in we should try to pick the one\n // that we think would work best for this key\n if (!action) {\n action = _getReverseMap()[key] ? 'keydown' : 'keypress';\n }\n\n // modifier keys don't work as expected with keypress,\n // switch to keydown\n if (action == 'keypress' && modifiers.length) {\n action = 'keydown';\n }\n\n return action;\n }\n\n /**\n * Converts from a string key combination to an array\n *\n * @param {string} combination like \"command+shift+l\"\n * @return {Array}\n */\n function _keysFromString(combination) {\n if (combination === '+') {\n return ['+'];\n }\n\n combination = combination.replace(/\\+{2}/g, '+plus');\n return combination.split('+');\n }\n\n /**\n * Gets info for a specific key combination\n *\n * @param {string} combination key combination (\"command+s\" or \"a\" or \"*\")\n * @param {string=} action\n * @returns {Object}\n */\n function _getKeyInfo(combination, action) {\n var keys;\n var key;\n var i;\n var modifiers = [];\n\n // take the keys from this pattern and figure out what the actual\n // pattern is all about\n keys = _keysFromString(combination);\n\n for (i = 0; i < keys.length; ++i) {\n key = keys[i];\n\n // normalize key names\n if (_SPECIAL_ALIASES[key]) {\n key = _SPECIAL_ALIASES[key];\n }\n\n // if this is not a keypress event then we should\n // be smart about using shift keys\n // this will only work for US keyboards however\n if (action && action != 'keypress' && _SHIFT_MAP[key]) {\n key = _SHIFT_MAP[key];\n modifiers.push('shift');\n }\n\n // if this key is a modifier then add it to the list of modifiers\n if (_isModifier(key)) {\n modifiers.push(key);\n }\n }\n\n // depending on what the key combination is\n // we will try to pick the best event for it\n action = _pickBestAction(key, modifiers, action);\n\n return {\n key: key,\n modifiers: modifiers,\n action: action\n };\n }\n\n function _belongsTo(element, ancestor) {\n if (element === null || element === document) {\n return false;\n }\n\n if (element === ancestor) {\n return true;\n }\n\n return _belongsTo(element.parentNode, ancestor);\n }\n\n function Mousetrap(targetElement) {\n var self = this;\n\n targetElement = targetElement || document;\n\n if (!(self instanceof Mousetrap)) {\n return new Mousetrap(targetElement);\n }\n\n /**\n * element to attach key events to\n *\n * @type {Element}\n */\n self.target = targetElement;\n\n /**\n * a list of all the callbacks setup via Mousetrap.bind()\n *\n * @type {Object}\n */\n self._callbacks = {};\n\n /**\n * direct map of string combinations to callbacks used for trigger()\n *\n * @type {Object}\n */\n self._directMap = {};\n\n /**\n * keeps track of what level each sequence is at since multiple\n * sequences can start out with the same sequence\n *\n * @type {Object}\n */\n var _sequenceLevels = {};\n\n /**\n * variable to store the setTimeout call\n *\n * @type {null|number}\n */\n var _resetTimer;\n\n /**\n * temporary state where we will ignore the next keyup\n *\n * @type {boolean|string}\n */\n var _ignoreNextKeyup = false;\n\n /**\n * temporary state where we will ignore the next keypress\n *\n * @type {boolean}\n */\n var _ignoreNextKeypress = false;\n\n /**\n * are we currently inside of a sequence?\n * type of action (\"keyup\" or \"keydown\" or \"keypress\") or false\n *\n * @type {boolean|string}\n */\n var _nextExpectedAction = false;\n\n /**\n * resets all sequence counters except for the ones passed in\n *\n * @param {Object} doNotReset\n * @returns void\n */\n function _resetSequences(doNotReset) {\n doNotReset = doNotReset || {};\n\n var activeSequences = false,\n key;\n\n for (key in _sequenceLevels) {\n if (doNotReset[key]) {\n activeSequences = true;\n continue;\n }\n _sequenceLevels[key] = 0;\n }\n\n if (!activeSequences) {\n _nextExpectedAction = false;\n }\n }\n\n /**\n * finds all callbacks that match based on the keycode, modifiers,\n * and action\n *\n * @param {string} character\n * @param {Array} modifiers\n * @param {Event|Object} e\n * @param {string=} sequenceName - name of the sequence we are looking for\n * @param {string=} combination\n * @param {number=} level\n * @returns {Array}\n */\n function _getMatches(character, modifiers, e, sequenceName, combination, level) {\n var i;\n var callback;\n var matches = [];\n var action = e.type;\n\n // if there are no events related to this keycode\n if (!self._callbacks[character]) {\n return [];\n }\n\n // if a modifier key is coming up on its own we should allow it\n if (action == 'keyup' && _isModifier(character)) {\n modifiers = [character];\n }\n\n // loop through all callbacks for the key that was pressed\n // and see if any of them match\n for (i = 0; i < self._callbacks[character].length; ++i) {\n callback = self._callbacks[character][i];\n\n // if a sequence name is not specified, but this is a sequence at\n // the wrong level then move onto the next match\n if (!sequenceName && callback.seq && _sequenceLevels[callback.seq] != callback.level) {\n continue;\n }\n\n // if the action we are looking for doesn't match the action we got\n // then we should keep going\n if (action != callback.action) {\n continue;\n }\n\n // if this is a keypress event and the meta key and control key\n // are not pressed that means that we need to only look at the\n // character, otherwise check the modifiers as well\n //\n // chrome will not fire a keypress if meta or control is down\n // safari will fire a keypress if meta or meta+shift is down\n // firefox will fire a keypress if meta or control is down\n if ((action == 'keypress' && !e.metaKey && !e.ctrlKey) || _modifiersMatch(modifiers, callback.modifiers)) {\n\n // when you bind a combination or sequence a second time it\n // should overwrite the first one. if a sequenceName or\n // combination is specified in this call it does just that\n //\n // @todo make deleting its own method?\n var deleteCombo = !sequenceName && callback.combo == combination;\n var deleteSequence = sequenceName && callback.seq == sequenceName && callback.level == level;\n if (deleteCombo || deleteSequence) {\n self._callbacks[character].splice(i, 1);\n }\n\n matches.push(callback);\n }\n }\n\n return matches;\n }\n\n /**\n * actually calls the callback function\n *\n * if your callback function returns false this will use the jquery\n * convention - prevent default and stop propogation on the event\n *\n * @param {Function} callback\n * @param {Event} e\n * @returns void\n */\n function _fireCallback(callback, e, combo, sequence) {\n\n // if this event should not happen stop here\n if (self.stopCallback(e, e.target || e.srcElement, combo, sequence)) {\n return;\n }\n\n if (callback(e, combo) === false) {\n _preventDefault(e);\n _stopPropagation(e);\n }\n }\n\n /**\n * handles a character key event\n *\n * @param {string} character\n * @param {Array} modifiers\n * @param {Event} e\n * @returns void\n */\n self._handleKey = function(character, modifiers, e) {\n var callbacks = _getMatches(character, modifiers, e);\n var i;\n var doNotReset = {};\n var maxLevel = 0;\n var processedSequenceCallback = false;\n\n // Calculate the maxLevel for sequences so we can only execute the longest callback sequence\n for (i = 0; i < callbacks.length; ++i) {\n if (callbacks[i].seq) {\n maxLevel = Math.max(maxLevel, callbacks[i].level);\n }\n }\n\n // loop through matching callbacks for this key event\n for (i = 0; i < callbacks.length; ++i) {\n\n // fire for all sequence callbacks\n // this is because if for example you have multiple sequences\n // bound such as \"g i\" and \"g t\" they both need to fire the\n // callback for matching g cause otherwise you can only ever\n // match the first one\n if (callbacks[i].seq) {\n\n // only fire callbacks for the maxLevel to prevent\n // subsequences from also firing\n //\n // for example 'a option b' should not cause 'option b' to fire\n // even though 'option b' is part of the other sequence\n //\n // any sequences that do not match here will be discarded\n // below by the _resetSequences call\n if (callbacks[i].level != maxLevel) {\n continue;\n }\n\n processedSequenceCallback = true;\n\n // keep a list of which sequences were matches for later\n doNotReset[callbacks[i].seq] = 1;\n _fireCallback(callbacks[i].callback, e, callbacks[i].combo, callbacks[i].seq);\n continue;\n }\n\n // if there were no sequence matches but we are still here\n // that means this is a regular match so we should fire that\n if (!processedSequenceCallback) {\n _fireCallback(callbacks[i].callback, e, callbacks[i].combo);\n }\n }\n\n // if the key you pressed matches the type of sequence without\n // being a modifier (ie \"keyup\" or \"keypress\") then we should\n // reset all sequences that were not matched by this event\n //\n // this is so, for example, if you have the sequence \"h a t\" and you\n // type \"h e a r t\" it does not match. in this case the \"e\" will\n // cause the sequence to reset\n //\n // modifier keys are ignored because you can have a sequence\n // that contains modifiers such as \"enter ctrl+space\" and in most\n // cases the modifier key will be pressed before the next key\n //\n // also if you have a sequence such as \"ctrl+b a\" then pressing the\n // \"b\" key will trigger a \"keypress\" and a \"keydown\"\n //\n // the \"keydown\" is expected when there is a modifier, but the\n // \"keypress\" ends up matching the _nextExpectedAction since it occurs\n // after and that causes the sequence to reset\n //\n // we ignore keypresses in a sequence that directly follow a keydown\n // for the same character\n var ignoreThisKeypress = e.type == 'keypress' && _ignoreNextKeypress;\n if (e.type == _nextExpectedAction && !_isModifier(character) && !ignoreThisKeypress) {\n _resetSequences(doNotReset);\n }\n\n _ignoreNextKeypress = processedSequenceCallback && e.type == 'keydown';\n };\n\n /**\n * handles a keydown event\n *\n * @param {Event} e\n * @returns void\n */\n function _handleKeyEvent(e) {\n\n // normalize e.which for key events\n // @see http://stackoverflow.com/questions/4285627/javascript-keycode-vs-charcode-utter-confusion\n if (typeof e.which !== 'number') {\n e.which = e.keyCode;\n }\n\n var character = _characterFromEvent(e);\n\n // no character found then stop\n if (!character) {\n return;\n }\n\n // need to use === for the character check because the character can be 0\n if (e.type == 'keyup' && _ignoreNextKeyup === character) {\n _ignoreNextKeyup = false;\n return;\n }\n\n self.handleKey(character, _eventModifiers(e), e);\n }\n\n /**\n * called to set a 1 second timeout on the specified sequence\n *\n * this is so after each key press in the sequence you have 1 second\n * to press the next key before you have to start over\n *\n * @returns void\n */\n function _resetSequenceTimer() {\n clearTimeout(_resetTimer);\n _resetTimer = setTimeout(_resetSequences, 1000);\n }\n\n /**\n * binds a key sequence to an event\n *\n * @param {string} combo - combo specified in bind call\n * @param {Array} keys\n * @param {Function} callback\n * @param {string=} action\n * @returns void\n */\n function _bindSequence(combo, keys, callback, action) {\n\n // start off by adding a sequence level record for this combination\n // and setting the level to 0\n _sequenceLevels[combo] = 0;\n\n /**\n * callback to increase the sequence level for this sequence and reset\n * all other sequences that were active\n *\n * @param {string} nextAction\n * @returns {Function}\n */\n function _increaseSequence(nextAction) {\n return function() {\n _nextExpectedAction = nextAction;\n ++_sequenceLevels[combo];\n _resetSequenceTimer();\n };\n }\n\n /**\n * wraps the specified callback inside of another function in order\n * to reset all sequence counters as soon as this sequence is done\n *\n * @param {Event} e\n * @returns void\n */\n function _callbackAndReset(e) {\n _fireCallback(callback, e, combo);\n\n // we should ignore the next key up if the action is key down\n // or keypress. this is so if you finish a sequence and\n // release the key the final key will not trigger a keyup\n if (action !== 'keyup') {\n _ignoreNextKeyup = _characterFromEvent(e);\n }\n\n // weird race condition if a sequence ends with the key\n // another sequence begins with\n setTimeout(_resetSequences, 10);\n }\n\n // loop through keys one at a time and bind the appropriate callback\n // function. for any key leading up to the final one it should\n // increase the sequence. after the final, it should reset all sequences\n //\n // if an action is specified in the original bind call then that will\n // be used throughout. otherwise we will pass the action that the\n // next key in the sequence should match. this allows a sequence\n // to mix and match keypress and keydown events depending on which\n // ones are better suited to the key provided\n for (var i = 0; i < keys.length; ++i) {\n var isFinal = i + 1 === keys.length;\n var wrappedCallback = isFinal ? _callbackAndReset : _increaseSequence(action || _getKeyInfo(keys[i + 1]).action);\n _bindSingle(keys[i], wrappedCallback, action, combo, i);\n }\n }\n\n /**\n * binds a single keyboard combination\n *\n * @param {string} combination\n * @param {Function} callback\n * @param {string=} action\n * @param {string=} sequenceName - name of sequence if part of sequence\n * @param {number=} level - what part of the sequence the command is\n * @returns void\n */\n function _bindSingle(combination, callback, action, sequenceName, level) {\n\n // store a direct mapped reference for use with Mousetrap.trigger\n self._directMap[combination + ':' + action] = callback;\n\n // make sure multiple spaces in a row become a single space\n combination = combination.replace(/\\s+/g, ' ');\n\n var sequence = combination.split(' ');\n var info;\n\n // if this pattern is a sequence of keys then run through this method\n // to reprocess each pattern one key at a time\n if (sequence.length > 1) {\n _bindSequence(combination, sequence, callback, action);\n return;\n }\n\n info = _getKeyInfo(combination, action);\n\n // make sure to initialize array if this is the first time\n // a callback is added for this key\n self._callbacks[info.key] = self._callbacks[info.key] || [];\n\n // remove an existing match if there is one\n _getMatches(info.key, info.modifiers, {type: info.action}, sequenceName, combination, level);\n\n // add this call back to the array\n // if it is a sequence put it at the beginning\n // if not put it at the end\n //\n // this is important because the way these are processed expects\n // the sequence ones to come first\n self._callbacks[info.key][sequenceName ? 'unshift' : 'push']({\n callback: callback,\n modifiers: info.modifiers,\n action: info.action,\n seq: sequenceName,\n level: level,\n combo: combination\n });\n }\n\n /**\n * binds multiple combinations to the same callback\n *\n * @param {Array} combinations\n * @param {Function} callback\n * @param {string|undefined} action\n * @returns void\n */\n self._bindMultiple = function(combinations, callback, action) {\n for (var i = 0; i < combinations.length; ++i) {\n _bindSingle(combinations[i], callback, action);\n }\n };\n\n // start!\n _addEvent(targetElement, 'keypress', _handleKeyEvent);\n _addEvent(targetElement, 'keydown', _handleKeyEvent);\n _addEvent(targetElement, 'keyup', _handleKeyEvent);\n }\n\n /**\n * binds an event to mousetrap\n *\n * can be a single key, a combination of keys separated with +,\n * an array of keys, or a sequence of keys separated by spaces\n *\n * be sure to list the modifier keys first to make sure that the\n * correct key ends up getting bound (the last key in the pattern)\n *\n * @param {string|Array} keys\n * @param {Function} callback\n * @param {string=} action - 'keypress', 'keydown', or 'keyup'\n * @returns void\n */\n Mousetrap.prototype.bind = function(keys, callback, action) {\n var self = this;\n keys = keys instanceof Array ? keys : [keys];\n self._bindMultiple.call(self, keys, callback, action);\n return self;\n };\n\n /**\n * unbinds an event to mousetrap\n *\n * the unbinding sets the callback function of the specified key combo\n * to an empty function and deletes the corresponding key in the\n * _directMap dict.\n *\n * TODO: actually remove this from the _callbacks dictionary instead\n * of binding an empty function\n *\n * the keycombo+action has to be exactly the same as\n * it was defined in the bind method\n *\n * @param {string|Array} keys\n * @param {string} action\n * @returns void\n */\n Mousetrap.prototype.unbind = function(keys, action) {\n var self = this;\n return self.bind.call(self, keys, function() {}, action);\n };\n\n /**\n * triggers an event that has already been bound\n *\n * @param {string} keys\n * @param {string=} action\n * @returns void\n */\n Mousetrap.prototype.trigger = function(keys, action) {\n var self = this;\n if (self._directMap[keys + ':' + action]) {\n self._directMap[keys + ':' + action]({}, keys);\n }\n return self;\n };\n\n /**\n * resets the library back to its initial state. this is useful\n * if you want to clear out the current keyboard shortcuts and bind\n * new ones - for example if you switch to another page\n *\n * @returns void\n */\n Mousetrap.prototype.reset = function() {\n var self = this;\n self._callbacks = {};\n self._directMap = {};\n return self;\n };\n\n /**\n * should we stop this event before firing off callbacks\n *\n * @param {Event} e\n * @param {Element} element\n * @return {boolean}\n */\n Mousetrap.prototype.stopCallback = function(e, element) {\n var self = this;\n\n // if the element has the class \"mousetrap\" then no need to stop\n if ((' ' + element.className + ' ').indexOf(' mousetrap ') > -1) {\n return false;\n }\n\n if (_belongsTo(element, self.target)) {\n return false;\n }\n\n // Events originating from a shadow DOM are re-targetted and `e.target` is the shadow host,\n // not the initial event target in the shadow tree. Note that not all events cross the\n // shadow boundary.\n // For shadow trees with `mode: 'open'`, the initial event target is the first element in\n // the event’s composed path. For shadow trees with `mode: 'closed'`, the initial event\n // target cannot be obtained.\n if ('composedPath' in e && typeof e.composedPath === 'function') {\n // For open shadow trees, update `element` so that the following check works.\n var initialEventTarget = e.composedPath()[0];\n if (initialEventTarget !== e.target) {\n element = initialEventTarget;\n }\n }\n\n // stop for input, select, and textarea\n return element.tagName == 'INPUT' || element.tagName == 'SELECT' || element.tagName == 'TEXTAREA' || element.isContentEditable;\n };\n\n /**\n * exposes _handleKey publicly so it can be overwritten by extensions\n */\n Mousetrap.prototype.handleKey = function() {\n var self = this;\n return self._handleKey.apply(self, arguments);\n };\n\n /**\n * allow custom key mappings\n */\n Mousetrap.addKeycodes = function(object) {\n for (var key in object) {\n if (object.hasOwnProperty(key)) {\n _MAP[key] = object[key];\n }\n }\n _REVERSE_MAP = null;\n };\n\n /**\n * Init the global mousetrap functions\n *\n * This method is needed to allow the global mousetrap functions to work\n * now that mousetrap is a constructor function.\n */\n Mousetrap.init = function() {\n var documentMousetrap = Mousetrap(document);\n for (var method in documentMousetrap) {\n if (method.charAt(0) !== '_') {\n Mousetrap[method] = (function(method) {\n return function() {\n return documentMousetrap[method].apply(documentMousetrap, arguments);\n };\n } (method));\n }\n }\n };\n\n Mousetrap.init();\n\n // expose mousetrap to the global object\n window.Mousetrap = Mousetrap;\n\n // expose as a common js module\n if (typeof module !== 'undefined' && module.exports) {\n module.exports = Mousetrap;\n }\n\n // expose mousetrap as an AMD module\n if (typeof define === 'function' && define.amd) {\n define(function() {\n return Mousetrap;\n });\n }\n}) (typeof window !== 'undefined' ? window : null, typeof window !== 'undefined' ? document : null);\n","import { $_, Text, Util, $_ready } from '@aegis-framework/artemis';\n/* global Prism */\n\nexport class FancyError {\n\n\tstatic init () {\n\n\t}\n\n\tstatic pop () {\n\t\tif ((window.location.protocol.indexOf ('file') === 0 || window.location.host === 'localhost') && typeof Prism !== 'undefined') {\n\t\t\tif (FancyError.queue.length > 0) {\n\t\t\t\tconst object = FancyError.queue.pop ();\n\n\t\t\t\t$_('body').prepend (`\n\t\t\t\t\t\n\t\t\t\t`);\n\n\t\t\t\t$_(`[data-error=\"${object.id}\"] button`).click (function () {\n\t\t\t\t\t$_(`[data-error=\"${object.id}\"]`).remove ();\n\t\t\t\t\tFancyError.pop ();\n\t\t\t\t});\n\t\t\t\tPrism.highlightAll ();\n\t\t\t}\n\t\t}\n\t}\n\n\tstatic show (title = 'Error', message = 'An error has ocurred! Please check the console so you get more insight.', props = {}) {\n\t\tif (typeof MonogatariDebug === 'object') {\n\t\t\tconst id = Util.uuid ();\n\n\t\t\tconst object = {\n\t\t\t\tid,\n\t\t\t\ttitle,\n\t\t\t\tmessage,\n\t\t\t\tprops\n\t\t\t};\n\n\n\t\t\tif ($_('[data-error]').isVisible ()) {\n\t\t\t\tFancyError.queue.unshift (object);\n\t\t\t} else {\n\t\t\t\tif ($_('body').length > 0) {\n\t\t\t\t\t$_('body').prepend (`\n\t\t\t\t\t\t\n\t\t\t\t\t`);\n\n\t\t\t\t\t$_(`[data-error=\"${id}\"] button`).click (function () {\n\t\t\t\t\t\t$_(`[data-error=\"${id}\"]`).remove ();\n\t\t\t\t\t\tFancyError.pop ();\n\t\t\t\t\t});\n\t\t\t\t\tPrism.highlightAll ();\n\t\t\t\t} else {\n\t\t\t\t\t$_ready (() => {\n\t\t\t\t\t\t$_('body').prepend (`\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t`);\n\n\t\t\t\t\t\t$_(`[data-error=\"${id}\"] button`).click (function () {\n\t\t\t\t\t\t\t$_(`[data-error=\"${id}\"]`).remove ();\n\t\t\t\t\t\t\tFancyError.pop ();\n\t\t\t\t\t\t});\n\t\t\t\t\t\tPrism.highlightAll ();\n\t\t\t\t\t});\n\t\t\t\t}\n\n\t\t\t}\n\t\t}\n\t}\n\n\tstatic render (props = {}) {\n\t\tlet html = '
';\n\t\tfor (const key of Object.keys (props)) {\n\t\t\tif (typeof props[key] === 'string' || typeof props[key] === 'number') {\n\t\t\t\thtml += `

${key}: ${props[key]}

`;\n\t\t\t} else if (props[key] instanceof Array) {\n\t\t\t\thtml += `
${key}:
    `;\n\t\t\t\tfor (const item of props[key]) {\n\t\t\t\t\thtml += `
  • ${item}
  • `;\n\t\t\t\t}\n\t\t\t\thtml += '

';\n\t\t\t} else if (props[key] instanceof NodeList) {\n\t\t\t\thtml += `

${key}:

`;\n\t\t\t\tfor (const item of props[key]) {\n\t\t\t\t\thtml += `${item.outerHTML.replace(/&/g, '&').replace(//g, '>').replace(/\"/g, '"')}`;\n\t\t\t\t}\n\t\t\t\thtml += '

';\n\t\t\t}\n\t\t}\n\t\thtml += '
';\n\n\t\tfor (const key of Object.keys (props)) {\n\t\t\tif (typeof props[key] === 'object' && !(props[key] instanceof Array) && !(props[key] instanceof NodeList)) {\n\t\t\t\thtml += `

${Text.capitalize (key)}

`;\n\t\t\t\tfor (const property of Object.keys (props[key])) {\n\t\t\t\t\tif (property.indexOf ('_') === 0) {\n\t\t\t\t\t\thtml += `

${props[key][property]}

`;\n\t\t\t\t\t} else {\n\t\t\t\t\t\tif (typeof props[key][property] === 'string' || typeof props[key][property] === 'number') {\n\t\t\t\t\t\t\thtml += `

${property}: ${props[key][property]}

`;\n\t\t\t\t\t\t} else if (props[key][property] instanceof Array) {\n\t\t\t\t\t\t\thtml += `
${key}:
    `;\n\t\t\t\t\t\t\tfor (const item of props[key]) {\n\t\t\t\t\t\t\t\thtml += `
  • ${item}
  • `;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\thtml += '

';\n\t\t\t\t\t\t} else if (props[key][property] instanceof NodeList) {\n\t\t\t\t\t\t\thtml += `

${property}:

`;\n\t\t\t\t\t\t\tfor (const item of props[key][property]) {\n\t\t\t\t\t\t\t\thtml += `${item.outerHTML.replace(/&/g, '&').replace(//g, '>').replace(/\"/g, '"')}`;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\thtml += '

';\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\thtml += '
';\n\t\t\t}\n\t\t}\n\t\treturn html;\n\t}\n\n\n}\n\nFancyError.queue = [];","// list of available flags\nmodule.exports =\n{\n // allow (original) unsafe behavior of merge all properties, including ones like `__proto__`\n allowDangerousObjectKeys: 'deeply:allowDangerousObjectKeys:' + Math.random(),\n\n // to prevent (reduce chance of) accidental leaking of the global variables into runtime flags\n useCustomAdapters: 'deeply:useCustomAdapters:' + Math.random(),\n useCustomTypeOf: 'deeply:useCustomTypeOf:' + Math.random()\n};\n","// Public API\nmodule.exports = arrayAdapter;\n\n/**\n * Adapter to merge arrays\n *\n * Note: resets target value\n *\n * @param {array} to - target array to update\n * @param {array} from - array to clone\n * @param {function} merge - iterator to merge sub elements\n * @returns {array} - modified target object\n */\nfunction arrayAdapter(to, from, merge)\n{\n // reset target array\n to.splice(0);\n\n // transfer actual values\n from.reduce(function(target, value, index)\n {\n // use `undefined` as always-override value\n target[index] = merge(undefined, value);\n\n return target;\n }, to);\n\n return to;\n}\n","// Public API\nmodule.exports = dateAdapter;\n\n/**\n * Custom `initialValue` method\n * used when default approach of creating\n * initial value for the target object\n * isn't good enough\n *\n * @returns {object.Date} - new Date object\n */\nmodule.exports.initialValue = function()\n{\n return new Date();\n};\n\n/**\n * Adapter to merge Date objects\n *\n * @param {object.Date} to - target object to update\n * @param {object.Date} from - Date object to clone\n * @returns {object.Date} - modified target object\n */\nfunction dateAdapter(to, from)\n{\n // transfer actual value\n to.setTime(from.valueOf());\n\n return to;\n}\n","var behaviors = require('../flags.js');\n\n// Public API\nmodule.exports = reduceObject;\n\n/**\n * Iterates over own properties of the provided object\n * and copies then over to the target object.\n * While recursively running merge on the elements.\n *\n * @param {mixed} target - target object to modify\n * @param {mixed} source - source object to read from\n * @param {function} merge - iterator to merge sub elements\n * @returns {mixed} - modified target object\n */\nfunction reduceObject(target, source, merge)\n{\n var context = this;\n\n // clone exposed properties\n Object.keys(source).reduce(function(acc, key)\n {\n if (context.allowDangerousObjectKeys !== behaviors.allowDangerousObjectKeys && isUnsafeKey(key))\n {\n return acc;\n }\n\n acc[key] = merge(acc[key], source[key]);\n\n return acc;\n }, target);\n\n return target;\n}\n\n\n/**\n * Checks if provide key is unsafe to use within object\n *\n * @param {string} key - object key to check against\n * @returns {boolean} - `true` if key is unsafe to use (e.g. __proto__), `false` otherwise\n */\nfunction isUnsafeKey(key) {\n return ['__proto__'].indexOf(key) != -1;\n}\n","var reduceObject = require('../lib/reduce_object.js');\n\n// Public API\nmodule.exports = objectAdapter;\n\n/**\n * Adapter to merge regular (user land) objects\n *\n * Note: overrides target value\n * if it's not a regular object\n *\n * @param {object} to - target object to update\n * @param {object} from - object to clone\n * @param {function} merge - iterator to merge sub elements\n * @returns {object} - modified target object\n */\nfunction objectAdapter(to, from, merge)\n{\n // transfer source values\n // pass context down the line, to allow behavior overrides\n reduceObject.call(this, to, from, merge);\n\n return to;\n}\n","// Public API\nmodule.exports = arraysCombineAdapter;\n\n/**\n * Adapter to merge arrays\n * by combining/merging it's elements\n *\n * @param {array} to - target array to update\n * @param {array} from - array to clone\n * @param {function} merge - iterator to merge sub elements\n * @returns {array} - modified target object\n */\nfunction arraysCombineAdapter(to, from, merge)\n{\n // transfer actual values\n from.reduce(function(target, value, index)\n {\n // combine elements index to index\n target[index] = merge(target[index], value);\n\n return target;\n }, to);\n\n return to;\n}\n","// Public API\nmodule.exports = arraysAppendAdapter;\n\n/**\n * Adapter to merge arrays\n * by appending cloned elements\n * of the second array to the first\n *\n * @param {array} to - target array to update\n * @param {array} from - array to clone\n * @param {function} merge - iterator to merge sub elements\n * @returns {array} - modified target object\n */\nfunction arraysAppendAdapter(to, from, merge)\n{\n // transfer actual values\n from.reduce(function(target, value)\n {\n target.push(merge(undefined, value));\n\n return target;\n }, to);\n\n return to;\n}\n","// Public API\nmodule.exports = arraysAppendUniqueAdapter;\n\n/**\n * Adapter to merge arrays\n * by appending cloned elements\n * of the second array to the first\n * unless they already exist in the target array\n *\n * @param {array} to - target array to update\n * @param {array} from - array to clone\n * @param {function} merge - iterator to merge sub elements\n * @returns {array} - modified target object\n */\nfunction arraysAppendUniqueAdapter(to, from, merge)\n{\n // transfer actual values\n from.reduce(function(target, value)\n {\n // append only if new element isn't present yet\n if (target.indexOf(value) == -1)\n {\n target.push(merge(undefined, value));\n }\n\n return target;\n }, to);\n\n return to;\n}\n","// Public API\nmodule.exports = fulcon;\n\n/**\n * Creates wrapper function with the same signature\n *\n * @param {function} source - function to clone\n * @returns {function} - wrapped function\n */\nfunction fulcon(source)\n{\n // makes \"clone\" look and smell the same\n // strip `bound ` prefix from the function name\n return Function('source', 'return function ' + source.name.replace(/^bound /, '') + '(' + Array(source.length + 1).join('a').split('').join(',') + '){ return source.apply(this, arguments); }')(source);\n}\n","var cloneFunction = require('fulcon')\n , reduceObject = require('../lib/reduce_object.js')\n ;\n\n// Public API\nmodule.exports = functionsCloneAdapter;\n\n/**\n * Clones provided source function and replaces\n * target function with the clone.\n * Also cloning the prototype tree.\n *\n * @param {function} to - target function to ignore\n * @param {function} from - function to clone\n * @param {function} merge - iterator to merge sub elements\n * @returns {function} - cloned source function\n */\nfunction functionsCloneAdapter(to, from, merge)\n{\n var copy = cloneFunction(from);\n\n // to fully stand up to Ludicrous name\n // let's clone prototype chain\n copy.prototype = merge(undefined, from.prototype);\n\n // duplicate function's properties\n reduceObject(copy, from, merge);\n\n return copy;\n}\n","var cloneFunction = require('fulcon')\n , reduceObject = require('../lib/reduce_object.js')\n ;\n\n// Public API\nmodule.exports = functionsExtendAdapter;\n\n/**\n * Clones provided source function and replaces\n * target function with the clone.\n * While keeping original prototype in the prototype chain.\n *\n * @param {function} to - target function to ignore\n * @param {function} from - function to clone\n * @param {function} merge - iterator to merge sub elements\n * @returns {function} - cloned source function\n */\nfunction functionsExtendAdapter(to, from, merge)\n{\n var copy = cloneFunction(from);\n\n // keep from.prototype in the prototype chain\n copy.prototype = from.prototype;\n\n // duplicate function's properties\n reduceObject(copy, from, merge);\n\n return copy;\n}\n","// collect available adapters\nmodule.exports =\n{\n 'array' : require('./adapters/array.js'),\n 'date' : require('./adapters/date.js'),\n 'object': require('./adapters/object.js'),\n\n // extra adapters\n arraysCombine : require('./extra/arrays_combine.js'),\n arraysAppend : require('./extra/arrays_append.js'),\n arraysAppendUnique: require('./extra/arrays_append_unique.js'),\n functionsClone : require('./extra/functions_clone.js'),\n functionsExtend : require('./extra/functions_extend.js')\n};\n","'use strict';\n\n// Public API\nmodule.exports = preciseTypeOf;\n\n/**\n * Detects real type of the objects like 'Array()', `new Number(1)`, `new Boolean(true)`, etc\n *\n * @param {mixed} obj - object to get type of\n * @param {object} [options] - object to get type of\n * @returns {string} precise type\n */\nfunction preciseTypeOf(obj, options)\n{\n var type, stamp = Object.prototype.toString.call(obj);\n\n options = options || {};\n\n if (!type && obj === undefined) type = 'undefined';\n if (!type && obj === null) type = 'null';\n\n if (!type && obj.constructor && typeof obj.constructor.isBuffer == 'function' && obj.constructor.isBuffer(obj)) type = 'buffer';\n\n if (!type && typeof window == 'object' && obj === window) type = 'global';\n if (!type && typeof global == 'object' && obj === global) type = 'global';\n\n if (!type && typeof obj == 'number' && isNaN(obj)) type = 'nan';\n if (!type && typeof obj == 'object' && stamp == '[object Number]' && isNaN(obj)) type = 'nan';\n\n if (!type && typeof obj == 'object' && stamp.substr(-6) == 'Event]') type = 'event';\n if (!type && stamp.substr(0, 12) == '[object HTML') type = 'html';\n if (!type && stamp.substr(0, 12) == '[object Node') type = 'html';\n\n // last resort\n if (!type) type = stamp.match(/\\[object\\s*([^\\]]+)\\]/)[1].toLowerCase();\n\n // be even more precise by reporting \"instance of\" names\n // Note: only check objects that were created by constructors\n if (type == 'object' && options.pojoOnly && obj.constructor) {\n // some constructors don't have names\n type = obj.constructor.name || 'unknown';\n\n // preserve `object` response for POJOs\n if (type == 'Object') type = 'object';\n }\n\n return type;\n}\n","var preciseTypeOf = require('precise-typeof')\n , adapters = require('./adapters.js')\n , behaviors = require('./flags.js')\n ;\n\n// Public API\nmodule.exports = merge;\n\n/**\n * Merges provided values, utilizing available adapters\n * if no adapter found, reference to the same object\n * will be returned, considering it as primitive value\n *\n * @param {mixed} to - value to merge into\n * @param {mixed} from - value to merge\n * @returns {mixed} - result of the merge\n */\nfunction merge(to, from)\n{\n // if no suitable adapters found\n // just return overriding value\n var result = from\n , typeOf = getTypeOfAdapter.call(this)\n , type = typeOf(from)\n , adapter = getMergeByTypeAdapter.call(this, type)\n ;\n\n // if target object isn't the same type as the source object,\n // then override with new instance of the same type\n if (typeOf(to) != type)\n {\n to = getInitialValue(type, adapter);\n }\n\n // bind merge callback to the current context\n // so not to loose runtime flags\n result = adapter.call(this, to, from, merge.bind(this));\n\n return result;\n}\n\n/**\n * Returns typeof adapter, either default one or custom one if provided\n *\n * @returns {function} - typeof custom adapter or default one\n */\nfunction getTypeOfAdapter()\n{\n var adapter = preciseTypeOf;\n\n // only if usage of custom adapters is authorized\n // to prevent global context leaking in\n if (this.useCustomTypeOf === behaviors.useCustomTypeOf)\n {\n adapter = this['typeof'];\n }\n\n return adapter;\n}\n\n/**\n * Returns merge adapter for the requested type\n * either default one or custom one if provided\n *\n * @param {string} type - hook type to look for\n * @returns {function} - merge adapter or pass-thru function, if not adapter found\n */\nfunction getMergeByTypeAdapter(type)\n{\n var adapter = adapters[type] || passThru;\n\n // only if usage of custom adapters is authorized\n // to prevent global context leaking in\n if (this.useCustomAdapters === behaviors.useCustomAdapters\n && typeof this[type] == 'function'\n )\n {\n adapter = this[type];\n }\n\n return adapter;\n}\n\n/**\n * Creates initial value for the provided type\n *\n * @param {string} type - type to create new value of\n * @param {function} adapter - adapter function with custom `initialValue` method\n * @returns {mixed} - new value of the requested type\n */\nfunction getInitialValue(type, adapter)\n{\n var value\n // should be either `window` or `global`\n , glob = typeof window == 'object' ? window : global\n // capitalize the first letter to make object constructor\n , objectType = type[0].toUpperCase() + type.substr(1)\n ;\n\n if (typeof adapter.initialValue == 'function')\n {\n value = adapter.initialValue();\n }\n else if (objectType in glob)\n {\n // create new type object and get it's actual value\n // e.g. `new String().valueOf() // -> ''`\n value = new glob[objectType]().valueOf();\n }\n\n // set initial value as `undefined` if no initialValue method found\n return value;\n}\n\n/**\n * Returns provided `from` value\n *\n * @param {mixed} to - value to ignore\n * @param {mixed} from - value to pass back\n * @returns {mixed} - passed `from` value\n */\nfunction passThru(to, from)\n{\n return from;\n}\n","var merge = require('./merge.js');\n\n// Public API\nmodule.exports = mutable;\n\n/**\n * Deeply merges properties of the provided objects, into the first object.\n *\n * @param {...mixed} value - values to merge\n * @returns {mixed} first value with merged in properties from other values\n */\nfunction mutable(/* a[, b[, ...]] */)\n{\n var args = Array.prototype.slice.call(arguments)\n , result = args.shift()\n ;\n\n while (args.length)\n {\n result = merge.call(this, result, args.shift());\n }\n\n return result;\n}\n","var mutable = require('./mutable.js');\n\n// Public API\nmodule.exports = immutable;\n\n/**\n * Creates untangled copy (deep clone) of the provided value,\n * and deeply merges rest of the provided values.\n *\n * @param {...mixed} value - value(s) to merge/clone\n * @returns {mixed} - deep merged copy of all the provided values\n */\nfunction immutable(/* a[, b[, ...]] */)\n{\n // invoke mutable with new object as first argument\n var args = Array.prototype.slice.call(arguments, 0);\n // use `undefined` as always-override value\n return mutable.apply(this, [undefined].concat(args));\n}\n","var behaviors = require('./flags.js')\n , adapters = require('./adapters.js')\n , mutable = require('./mutable.js')\n , immutable = require('./immutable.js')\n ;\n\n// Public API\n// keep immutable behavior as default\nmodule.exports = immutable;\n// expose both variants\nmodule.exports.mutable = mutable;\nmodule.exports.immutable = immutable;\n// expose behavior flags\nmodule.exports.behaviors = behaviors;\n// expose available adapters\nmodule.exports.adapters = adapters;\n","module.exports={name:\"@monogatari/core\",version:\"2.0.0-beta.12\",main:\"./dist/engine/core/monogatari.js\",module:\"./dist/engine/core/monogatari.js\",description:\"Monogatari is a simple web visual novel engine created to bring Visual Novels to the web.\",repository:{type:\"git\",url:\"https://github.com/Monogatari/Monogatari.git\"},author:\"Diego Islas Ocampo\",license:\"MIT\",bugs:{url:\"https://github.com/Monogatari/Monogatari/issues\"},homepage:\"https://monogatari.io\",scripts:{start:\"yarn parcel serve index.html --open --no-cache\",build:\"yarn parcel build ./src/index.html\",\"build:core\":\"yarn run build:js && yarn build:css\",\"build:js\":\"yarn parcel build ./src/index.js --global Monogatari --out-file monogatari.js --out-dir dist/engine/core --no-cache --public-url .\",\"build:debug\":\"yarn parcel build ./debug/index.js --global MonogatariDebug --out-file debug.js --out-dir dist/engine/debug --no-cache --public-url .\",\"build:css\":\"yarn parcel build ./src/index.css --out-file monogatari.css --out-dir dist/engine/core --no-cache --no-source-maps\",\"watch:js\":\"yarn parcel watch ./src/index.js --global Monogatari --out-file monogatari.js --out-dir dist/engine/core --no-cache --public-url .\",\"watch:css\":\"yarn parcel watch ./src/index.css --out-file monogatari.css --out-dir dist/engine/core --no-cache --no-source-maps\",\"lint:html\":\"yarn htmlhint ./dist/index.html\",\"lint:js\":\"yarn eslint ./src --ext .js --ignore-pattern *.min.js && yarn eslint ./dist/js --ext .js --ignore-pattern *.min.js && yarn eslint ./dist/engine/electron --ext .js && yarn eslint ./dist/service-worker.js\",\"lint:css\":\"yarn stylelint ./src/**/*.css ./dist/style/**/*.css --ignore-pattern *.min.css\",lint:\"yarn lint:html && yarn lint:js && yarn lint:css\",test:\"yarn run cypress\"},devDependencies:{\"@babel/core\":\"^7.10.4\",\"@babel/plugin-proposal-class-properties\":\"^7.10.4\",\"@babel/plugin-syntax-object-rest-spread\":\"^7.8.3\",\"@babel/preset-env\":\"^7.10.4\",autoprefixer:\"^9.8.5\",\"babel-eslint\":\"^10.1.0\",\"core-js\":\"^3.6.5\",cypress:\"^4.10.0\",dotenv:\"^8.2.0\",\"electron-notarize\":\"^1.0.0\",eslint:\"^7.4.0\",htmlhint:\"^0.14.1\",jsdoc:\"^3.6.4\",parcel:\"^1.12.4\",\"postcss-calc\":\"^7.0.2\",precss:\"^4.0.0\",stylelint:\"^13.6.1\",\"stylelint-config-standard\":\"^20.0.0\"},dependencies:{\"@aegis-framework/artemis\":\"^0.3.23\",\"@aegis-framework/kayros.css\":\"^0.4.5\",\"@aegis-framework/pandora\":\"^0.1.6\",\"@fortawesome/fontawesome-free\":\"^5.13.1\",\"animate.css\":\"^4.1.0\",deeply:\"^3.1.0\",electron:\"^9.1.0\",\"mixins.css\":\"^1.0.0\",moment:\"^2.27.0\",mousetrap:\"^1.6.5\",\"particles.js\":\"^2.0.0\",\"random-js\":\"^2.1.0\"},files:[\"README.md\",\"LICENSE\",\"package.json\",\"src/*\",\"dist/engine/*\"]};","import { $_, $_ready, Space, SpaceAdapter, Platform, Preload, Util, FileSystem, Text, Debug } from '@aegis-framework/artemis';\nimport moment from 'moment/min/moment-with-locales';\nimport mousetrap from 'mousetrap';\nimport { FancyError } from './lib/FancyError';\nimport merge from 'deeply';\nimport * as package_json from './../package.json';\nimport { Random, browserCrypto } from 'random-js';\n\n/**\n * Every Monogatari Game is composed mainly of the following items:\n *\n * Actions: The list of capabilities a Monogatari script can run.\n *\n * Components: The list of screens and other HTML elements available in the game.\n *\n * State: The current state of the game, this simple object contains the current\n * label and step as well as the things being shown or played by every action.\n *\n * History: Every action and even components may keep a history on what statements\n *\t\t\thave been applied. The history is\n *\n * Assets: The list of different assets declared by the developer to use in throughout\n * \t\t the game.\n *\n * Script: All the labels and statements that make up the story and game play.\n *\n * Characters: The list of characters that participate in the script of the game.\n *\n * Monogatari follows a 3-step life cycle:\n *\n * 1. Setup - All needed elements are added to the DOM and all variables get\n * \t\t\t initialized. This first step is all about preparing all the needed\n * \t\t\t elements.\n *\n * 2. Bind - Once the game has been setup, its time to bind all the necessary\n * event listeners or perform more operations on the DOM.\n *\n * 3. Init - Finally, once the game was setup and it performed all the needed\n * bindings, it may declare or modify variables that needed the HTML to\n * be setup first or perform any other needed final operations. In this\n * \t\t\t step, all needed elements will now be shown and the game will begin.\n *\n * @class Monogatari\n */\nclass Monogatari {\n\n\t/**\n\t * @static onStart - This is the main onStart function, it acts as an event\n\t * listener when the game is started. This function will call its action\n\t * counterparts.\n\t *\n\t * @return {Promise} - The promise is resolved if all action's onStart function\n\t * was resolved and is rejected if any were rejected.\n\t */\n\tstatic onStart () {\n\t\tconst promises = [];\n\n\t\tfor (const component of this.components ()) {\n\t\t\tpromises.push (component.onStart ());\n\t\t}\n\n\t\tfor (const action of this.actions ()) {\n\t\t\tpromises.push (action.onStart ());\n\t\t}\n\n\t\treturn Promise.all (promises);\n\t}\n\n\t/**\n\t * @static onLoad - This is the main onStart function, it acts as an event\n\t * listener when a game is loaded. This function will call its action\n\t * counterparts so that each action is able to run any operations needed\n\t * when a game is loaded such as restoring their state.\n\t *\n\t * @return {Promise} - The promise is resolved is all action's onLoad function\n\t * was resolved and is rejected if any were rejected.\n\t */\n\tstatic onLoad () {\n\t\tconst promises = [];\n\n\t\tthis.global ('_restoring_state', true);\n\n\t\tfor (const action of this.actions ()) {\n\t\t\tpromises.push (action.onLoad ());\n\t\t}\n\n\t\tfor (const component of this.components ()) {\n\t\t\tpromises.push (component.onLoad ());\n\t\t}\n\n\t\treturn Promise.all (promises).then ((promises) => {\n\t\t\tthis.global ('_restoring_state', false);\n\t\t\treturn Promise.resolve (promises);\n\t\t});\n\t}\n\n\t/**\n\t * @static width - Determines the real width of the Monogatari element, pretty\n\t * useful when dealing with canvas or other things that require specific measurements.\n\t *\n\t * @return {number} - Computed Width of the element\n\t */\n\tstatic width () {\n\t\treturn parseInt (getComputedStyle(this.element (true)).width.replace ('px', ''));\n\t}\n\n\t/**\n\t * @static height - Determines the real height of the Monogatari element, pretty\n\t * useful when dealing with canvas or other things that require specific measurements.\n\t *\n\t * @return {number} - Computed Width of the element\n\t */\n\tstatic height () {\n\t\treturn getComputedStyle(this.element (true)).height.replace ('px', '');\n\t}\n\n\t/**\n\t * @static debug - If the Monogatari debug file is present, this function\n\t * will give access to the debug tools that are a replacement for the console\n\t * log functions.\n\t *\n\t * @return {Proxy } - Proxy to the Artemis Debug Class\n\t */\n\tstatic get debug () {\n\t\treturn new Proxy (Debug, {\n\t\t\tapply (target, receiver, args) {\n\t\t\t\tif (typeof MonogatariDebug === 'object') {\n\t\t\t\t\treturn Reflect.apply (target, receiver, args);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n\n\tstatic set debug (value) {\n\t\tthrow new Error ('Debug reference cannot be overriden.');\n\t}\n\n\t/**\n\t * @static string - Gets the translation of a string. This is of course limited\n\t * to the translations defined for each language using the translation\n\t * function.\n\t *\n\t * @param {string} key - The key of the string whose translation is needed\n\t *\n\t * @return {string} - String translation in the current language given the\n\t * user's preferences.\n\t */\n\tstatic string (key) {\n\t\tif (typeof this._translations[this.preference ('Language')] !== 'undefined') {\n\t\t\tif (typeof this._translations[this.preference ('Language')][key] !== 'undefined') {\n\t\t\t\treturn this._translations[this.preference ('Language')][key];\n\t\t\t} else {\n\t\t\t\tFancyError.show (\n\t\t\t\t\t`Translation for string \"${key}\" could not be found`,\n\t\t\t\t\t'Monogatari attempted to find a translation for the current language set in the preferences but there was none.',\n\t\t\t\t\t{\n\t\t\t\t\t\t'String Not Found': key,\n\t\t\t\t\t\t'Language': this.preference ('Language'),\n\t\t\t\t\t\t'Found in these elements': $_(`[data-string=\"${key}\"]`).collection,\n\t\t\t\t\t\t'You may have meant one of these': Object.keys (this._translations[this.preference ('Language')]),\n\t\t\t\t\t\t'Help': {\n\t\t\t\t\t\t\t'_': 'Please check that this string has been correctly defined in your translations. A translation is defined as follows:',\n\t\t\t\t\t\t\t'_1': `\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\tmonogatari.translation (\"YourLanguage\", {\n\t\t\t\t\t\t\t\t\t\t\"SomeString\": \"Your Translation\"\n\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t`,\n\t\t\t\t\t\t\t'_2': 'You may also want to check if the [data-string] property of the HTML elements above is correct or if they have a typo.',\n\t\t\t\t\t\t\t'Documentation': 'Internationalization'\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t);\n\t\t\t}\n\t\t} else {\n\t\t\tFancyError.show (\n\t\t\t\t'Language could not be found',\n\t\t\t\t`Monogatari attempted to translate the UI using the current language set in the preferences but no translations could be found\n\t\t\t\tfor it.`,\n\t\t\t\t{\n\t\t\t\t\t'Problematic Language': this.preference ('Language'),\n\t\t\t\t\t'You may have meant one of these': Object.keys (this._translations),\n\t\t\t\t\t'Help': {\n\t\t\t\t\t\t'_': 'Please check if you have defined correctly the translations for this language, translations are defined as follows:',\n\t\t\t\t\t\t'_1': `\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tmonogatari.translation (\"YourLanguage\", {\n\t\t\t\t\t\t\t\t\t\"SomeString\": \"Your Translation\"\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t`,\n\t\t\t\t\t\t'_2': 'You may also want to check if the value of your language selector is right:',\n\t\t\t\t\t\t'_3': `\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t${$_('[data-action=\"set-language\"]').value ()}\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t`,\n\t\t\t\t\t\t'Documentation': 'Internationalization'\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t);\n\t\t}\n\t}\n\n\t/**\n\t * @static history - Simple function to access, create and modify history\n\t * objects. Each history is a simple array.\n\t *\n\t * @param {Object|string} [object = null] - Object with which current\n\t * history object will be updated with (i.e. Object.assign) or a string to access\n\t * a specific history. If a string is given and that history does not exists,\n\t * this method will create it for us.\n\t *\n\t * @return {type} - If the parameter passed was a string, this function will\n\t * return the history associated with that name. If no argument was passed,\n\t * it will return the whole history object containing all histories.\n\t */\n\tstatic history (object = null) {\n\t\tif (object !== null) {\n\t\t\tif (typeof object === 'string') {\n\t\t\t\tif (typeof this._history[object] === 'undefined') {\n\t\t\t\t\tthis._history[object] = [];\n\t\t\t\t}\n\t\t\t\treturn this._history[object];\n\t\t\t} else {\n\t\t\t\tthis._history = Object.assign ({}, this._history, object);\n\t\t\t}\n\t\t} else {\n\t\t\treturn this._history;\n\t\t}\n\t}\n\n\t/**\n\t * @static state - Simple function to access, create and state variables.\n\t *\n\t * @param {Object|string} [object = null] - Object with which current\n\t * state object will be updated with (i.e. Object.assign) or a string to access\n\t * a specific state variable.\n\t *\n\t * @return {type} - If the parameter passed was a string, this function will\n\t * return the variable associated with that name. If no argument was passed,\n\t * it will return the whole state object containing all variables.\n\t */\n\tstatic state (object = null) {\n\t\tif (object !== null) {\n\t\t\tif (typeof object === 'string') {\n\t\t\t\treturn this._state[object];\n\t\t\t} else {\n\t\t\t\tconst oldState = Object.assign ({}, this._state);\n\t\t\t\tconst newState = merge (this._state, object);\n\n\t\t\t\tthis.trigger ('willUpdateState', {\n\t\t\t\t\toldState,\n\t\t\t\t\tnewState\n\t\t\t\t});\n\n\t\t\t\tthis._state = newState;\n\n\t\t\t\tthis.trigger ('didUpdateState', {\n\t\t\t\t\toldState,\n\t\t\t\t\tnewState: this._state\n\t\t\t\t});\n\t\t\t}\n\t\t} else {\n\t\t\treturn this._state;\n\t\t}\n\t}\n\n\t/**\n\t * @static registerAction - Register an Action to the actions list. All actions\n\t * should be registered before calling the init () method so their Mounting\n\t * cycle is done correctly.\n\t *\n\t * @param {Action} action - Action to register. Remember each action must\n\t * have an unique ID.\n\t */\n\tstatic registerAction (action, naturalPosition = false) {\n\t\taction.engine = this;\n\t\tif (naturalPosition) {\n\t\t\tthis._actions.push (action);\n\t\t} else {\n\t\t\tthis._actions.unshift (action);\n\t\t}\n\t}\n\n\t/**\n\t * @static unregisterAction - Removes an action from the actions list. Any\n\t * action you want to remove should be removed before calling the init ()\n\t * method so that their Mounting cycle is not executed.\n\t *\n\t * @param {string} action - ID of the Action to unregister. Remember each action must\n\t * have an unique ID.\n\t */\n\tstatic unregisterAction (action) {\n\t\tthis._actions = this._actions.filter ((a) => a.id.toLowerCase () !== action.toLowerCase ());\n\t}\n\n\t/**\n\t * @static actions - Returns the list of registered Actions.\n\t *\n\t * @return {Action[]} - List of registered Actions\n\t */\n\tstatic actions () {\n\t\treturn this._actions;\n\t}\n\n\t/**\n\t * @static action - Access to an specific action class\n\t *\n\t * @param {string} id - ID of the action you want to access to.\n\t * @return {Action} - Returns the action that matches the given ID\n\t */\n\tstatic action (id) {\n\t\treturn this._actions.find ((a) => a.id.toLowerCase () === id.toLowerCase ());\n\t}\n\n\t/**\n\t * @static registerComponent - Register a Component to the components list.\n\t * All components should be registered before calling the init () method so\n\t * their Mounting cycle is done correctly.\n\t *\n\t * @param {Component} component - Component to register. Remember each\n\t * component must have an unique ID.\n\t */\n\tstatic registerComponent (component) {\n\t\tconst alreadyRegistered = this._components.findIndex (c => c.tag === component.tag) > -1;\n\n\t\tif (typeof window.customElements.get (component.tag) !== 'undefined') {\n\t\t\tFancyError.show (\n\t\t\t\t`Unable to register component \"${component.tag}\"`,\n\t\t\t\t'Monogatari attempted to register a component but another component had already been registered for the same tag.',\n\t\t\t\t{\n\t\t\t\t\t'Component / Tag': component,\n\t\t\t\t\t'Help': {\n\t\t\t\t\t\t'_': 'Once a component for a tag has been registered and the setup has completed, it can not be replaced or removed. Try removing the conflicting component first:',\n\t\t\t\t\t\t'_1': `\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\tmonogatari.unregisterComponent ('${component.tag}')\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t`,\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t);\n\t\t}\n\n\t\tcomponent.engine = this;\n\n\t\tif (alreadyRegistered && !this.global ('_didSetup')) {\n\t\t\t// Remove the previous one\n\t\t\tthis.unregisterComponent (component.tag);\n\t\t} else if (!alreadyRegistered && this.global ('_didSetup')) {\n\t\t\twindow.customElements.define (component.tag, component);\n\t\t}\n\n\t\tthis._components.push (component);\n\t}\n\n\t/**\n\t * @static unregisterComponent - Removes a component from the components list.\n\t * Any component you want to remove should be removed before calling the\n\t * init () method so that their Mounting cycle is not executed.\n\t *\n\t * @param {string} component - ID of the Component to unregister. Remember\n\t * each component must have an unique ID.\n\t */\n\tstatic unregisterComponent (component) {\n\t\tif (!this.global ('_didSetup')) {\n\t\t\tthis._components = this._components.filter ((c) => c.tag.toLowerCase() !== component.toLowerCase());\n\t\t} else {\n\t\t\tFancyError.show (\n\t\t\t\t`Unable to unregister component \"${component}\"`,\n\t\t\t\t'Monogatari attempted to unregister a component but the setup had already happened.',\n\t\t\t\t{\n\t\t\t\t\t'Component': component,\n\t\t\t\t\t'Help': {\n\t\t\t\t\t\t'_': 'Components can only be unregistered before the setup step is completed.',\n\t\t\t\t\t\t'_1': 'Try performing this action before the monogatari.init () function is called.'\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t);\n\t\t}\n\t}\n\n\t/**\n\t * @static components - Returns the list of registered Components.\n\t *\n\t * @return {Component[]} - List of registered Components\n\t */\n\tstatic components () {\n\t\treturn this._components;\n\t}\n\n\t/**\n\t * @static component - Access to an specific component class\n\t *\n\t * @param {string} id - ID of the component you want to access to.\n\t *\n\t * @return {Component} - Returns the component class that matches the ID\n\t */\n\tstatic component (id) {\n\t\tconst normalizedId = id.toLowerCase ();\n\n\t\treturn this.components ().find ((c) => c.tag === normalizedId);\n\t}\n\n\t/**\n\t * @static assets - Simple function to modify and access the assets object,\n\t * all declared assets such as audio, videos and images should be registered\n\t * in these objects.\n\t *\n\t * @param {string} [type = null] - The type of asset you are referring to\n\t * @param {Object} [object = null] - The key/value object to assign to that asset type\n\t *\n\t * @return {Object} - If this function is called with no arguments, the whole\n\t * assets object will be returned.\n\t */\n\tstatic assets (type = null, object = null) {\n\t\tif (type !== null && object !== null) {\n\t\t\tif (typeof this._assets[type] !== 'undefined') {\n\t\t\t\tthis._assets[type] = Object.assign ({}, this._assets[type], object);\n\t\t\t} else {\n\t\t\t\tthis._assets[type] = object;\n\t\t\t}\n\t\t} else if (type !== null) {\n\t\t\tif (typeof type === 'string') {\n\t\t\t\treturn this._assets[type];\n\t\t\t} else if (typeof type === 'object') {\n\t\t\t\tthis._assets = Object.assign ({}, this._assets, object);\n\t\t\t}\n\t\t} else {\n\t\t\treturn this._assets;\n\t\t}\n\t}\n\n\t/**\n\t * @static asset - Simple function to modify and access an specific asset\n\t * given its type and name\n\t *\n\t * @param {string} type - The type of asset you are referring to\n\t * @param {Object} name - The name or identifier of the asset you are trying\n\t * to access\n\t * @param {Object} [value = null] - The key/value object to assign to that\n\t * asset type\n\t *\n\t * @return {Object} - If this function is called with no arguments, the whole\n\t * assets object will be returned.\n\t */\n\tstatic asset (type, name, value = null) {\n\t\tif (typeof this._assets[type] !== 'undefined') {\n\t\t\tif (value !== null) {\n\t\t\t\tthis._assets[type][name] = value;\n\t\t\t} else {\n\t\t\t\treturn this._assets[type][name];\n\t\t\t}\n\t\t} else {\n\t\t\tconsole.error (`Tried to interact with a non-existing asset type ${type}.`);\n\t\t}\n\t}\n\n\tstatic characters (object = null) {\n\t\tif (object !== null) {\n\t\t\t// const identifiers = Object.keys (object);\n\t\t\t// for (const id of identifiers) {\n\t\t\t// \tthis.character (id, object[id]);\n\t\t\t// }\n\t\t\tthis._characters = merge (this._characters, object);\n\t\t} else {\n\t\t\treturn this._characters;\n\t\t}\n\t}\n\n\tstatic character (id, object = null) {\n\t\tif (object !== null) {\n\t\t\tif (typeof this._characters[id] !== 'undefined') {\n\t\t\t\tthis._characters[id] = merge (this._characters[id], object);\n\t\t\t} else {\n\t\t\t\tthis._characters[id] = object;\n\t\t\t}\n\t\t} else {\n\t\t\tconst character = this._characters[id];\n\n\t\t\t// Translate the old character properties into the new ones\n\t\t\tif (typeof character !== 'undefined') {\n\t\t\t\tif (typeof character.Images === 'object') {\n\t\t\t\t\tcharacter.sprites = merge ({}, character.Images);\n\t\t\t\t\tdelete character.Images;\n\t\t\t\t}\n\n\t\t\t\tif (typeof character.Directory === 'string') {\n\t\t\t\t\tcharacter.directory = character.Directory;\n\t\t\t\t\tdelete character.Directory;\n\t\t\t\t}\n\n\t\t\t\tif (typeof character.Color === 'string') {\n\t\t\t\t\tcharacter.color = character.Color;\n\t\t\t\t\tdelete character.Color;\n\t\t\t\t}\n\n\t\t\t\tif (typeof character.Name === 'string') {\n\t\t\t\t\tcharacter.name = character.Name;\n\t\t\t\t\tdelete character.Nme;\n\t\t\t\t}\n\n\t\t\t\tif (typeof character.Face === 'string') {\n\t\t\t\t\tcharacter.default_expression = character.Face;\n\t\t\t\t\tdelete character.Face;\n\t\t\t\t}\n\n\t\t\t\tif (typeof character.Side === 'object') {\n\t\t\t\t\tcharacter.expressions = character.Side;\n\t\t\t\t\tdelete character.Side;\n\t\t\t\t}\n\n\t\t\t\tif (typeof character.TypeAnimation === 'object') {\n\t\t\t\t\tcharacter.type_animation = character.TypeAnimation;\n\t\t\t\t\tdelete character.TypeAnimation;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\treturn character;\n\t\t}\n\t}\n\n\tstatic translations (object = null) {\n\t\tif (object !== null) {\n\t\t\tif (typeof object === 'string') {\n\t\t\t\treturn this._translations[object];\n\t\t\t} else {\n\t\t\t\tthis._translations = Object.assign ({}, this._translations, object);\n\t\t\t}\n\t\t} else {\n\t\t\treturn this._translations;\n\t\t}\n\t}\n\n\tstatic translation (language, strings) {\n\t\tif (typeof strings !== 'undefined') {\n\t\t\tif (typeof this._translations[language] !== 'undefined') {\n\t\t\t\tthis._translations[language] = Object.assign ({}, this._translations[language], strings);\n\t\t\t} else {\n\t\t\t\tthis._translations[language] = strings;\n\t\t\t}\n\t\t}\n\t\treturn this._translations[language];\n\t}\n\n\tstatic setting (key, value = null) {\n\t\tif (value !== null) {\n\t\t\tthis._settings[key] = value;\n\t\t} else {\n\t\t\tif (typeof this._settings[key] !== 'undefined') {\n\t\t\t\treturn this._settings[key];\n\t\t\t} else {\n\t\t\t\tthrow new Error (`Tried to access non existent setting with name '${key}'.`);\n\t\t\t}\n\t\t}\n\t}\n\n\tstatic settings (object = null) {\n\t\tif (object !== null) {\n\t\t\tthis._settings = merge (this._settings, object);\n\t\t} else {\n\t\t\treturn this._settings;\n\t\t}\n\t}\n\n\tstatic preference (key, value = null) {\n\t\tif (value !== null) {\n\t\t\tthis._preferences[key] = value;\n\t\t\tthis.Storage.update ('Settings', this._preferences);\n\t\t} else {\n\t\t\tif (typeof this._preferences[key] !== 'undefined') {\n\t\t\t\treturn this._preferences[key];\n\t\t\t} else {\n\t\t\t\tthrow new Error (`Tried to access non existent preference with name '${key}'.`);\n\t\t\t}\n\t\t}\n\t}\n\n\tstatic preferences (object = null, save = false) {\n\t\tif (object !== null) {\n\n\t\t\tthis._preferences = merge (this._preferences, object);\n\n\t\t\tif (this.Storage.configuration ().name === '') {\n\t\t\t\tthis.setupStorage ();\n\t\t\t}\n\n\t\t\tif (save === true) {\n\t\t\t\tthis.Storage.update ('Settings', this._preferences);\n\t\t\t}\n\t\t} else {\n\t\t\treturn this._preferences;\n\t\t}\n\t}\n\n\t/**\n\t * Get or set the configuration.\n\t *\n\t * @param {string|object} key\n\t * @param {object} object\n\t */\n\tstatic configuration (key, object) {\n\t\tif (typeof key === 'string') {\n\t\t\tif (typeof object !== 'undefined') {\n\t\t\t\tthis.trigger ('configurationElementWillUpdate');\n\n\t\t\t\tthis.trigger (`configurationElementUpdate::${key}`, {\n\t\t\t\t\tnewConfiguration: object,\n\t\t\t\t\toldConfiguration: this._configuration[key]\n\t\t\t\t});\n\n\t\t\t\tif (typeof this._configuration[key] !== 'object' || this._configuration[key] === null) {\n\t\t\t\t\tthis._configuration[key] = {};\n\t\t\t\t}\n\n\t\t\t\tthis._configuration[key] = merge (this._configuration[key], object);\n\n\t\t\t\tthis.trigger ('configurationElementDidUpdate');\n\t\t\t}\n\t\t\treturn this._configuration[key];\n\t\t} else if (typeof key === 'object') {\n\t\t\tthis.trigger ('configurationWillUpdate');\n\t\t\tthis._configuration = merge (this._configuration, object);\n\t\t\tthis.trigger ('configurationDidUpdate');\n\t\t\treturn this._configuration;\n\t\t} else if (typeof key === 'undefined') {\n\t\t\treturn this._configuration;\n\t\t}\n\t}\n\n\tstatic status (object = null) {\n\t\tif (object !== null) {\n\t\t\tthis._status = Object.assign ({}, this._status, object);\n\t\t} else {\n\t\t\treturn this._status;\n\t\t}\n\t}\n\n\tstatic storage (object = null) {\n\t\tif (object !== null) {\n\t\t\tif (typeof object === 'string') {\n\t\t\t\treturn this._storage[object];\n\t\t\t} else {\n\t\t\t\tthis._storage = merge (this._storage, object);\n\t\t\t}\n\t\t} else {\n\t\t\treturn this._storage;\n\t\t}\n\t}\n\n\tstatic script (object = null) {\n\n\t\tif (typeof object === 'object' && object !== null) {\n\t\t\tthis._script = Object.assign ({}, this._script, object);\n\t\t} else {\n\t\t\tlet script = this._script;\n\n\t\t\tif (this.setting ('MultiLanguage') === true) {\n\t\t\t\tif (!Object.keys (script).includes (this.preference ('Language'))) {\n\t\t\t\t\t// First check if the label exists in the current script\n\t\t\t\t\tFancyError.show (\n\t\t\t\t\t\t`Script Language \"${this.preference ('Language')}\" Was Not Found`,\n\t\t\t\t\t\t'Monogatari attempted to retrieve the script for this language but it does not exists',\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t'Language Not Found': this.preference ('Language'),\n\t\t\t\t\t\t\t'MultiLanguage Setting': 'The Multilanguage Setting is set to '+ this.setting ('MultiLanguage'),\n\t\t\t\t\t\t\t'You may have meant one of these': Object.keys (script),\n\t\t\t\t\t\t\t'Help': {\n\t\t\t\t\t\t\t\t'_': 'If your game is not a multilanguage game, change the setting on your options.js file',\n\t\t\t\t\t\t\t\t'_1': `\n\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"MultiLanguage\": false,\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t`,\n\t\t\t\t\t\t\t\t'_2': 'If your game is a multilanguage game, please check that the language label is correctly written on your script. Remember a multilanguage script looks like this:',\n\t\t\t\t\t\t\t\t'_3': `\n\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tmonogatari.script ({\n\t\t\t\t\t\t\t\t\t\t\t'English': {\n\t\t\t\t\t\t\t\t\t\t\t\t'Start': [\n\t\t\t\t\t\t\t\t\t\t\t\t\t'Hi, welcome to your first Visual Novel with Monogatari.'\n\t\t\t\t\t\t\t\t\t\t\t\t]\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t'Español': {\n\t\t\t\t\t\t\t\t\t\t\t\t'Start': [\n\t\t\t\t\t\t\t\t\t\t\t\t\t'Hola, bienvenido a tu primer Novela Visual con Monogatari'\n\t\t\t\t\t\t\t\t\t\t\t\t]\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t`,\n\t\t\t\t\t\t\t\t'Documentation': 'Internationalization',\n\t\t\t\t\t\t\t\t'_4': `If ${this.preference ('Language')} should not be the default language, you can change that preference on your options.js file.`,\n\t\t\t\t\t\t\t\t'_5': `\n\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t'Language': 'English',\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t`,\n\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t);\n\t\t\t\t} else {\n\t\t\t\t\tscript = script[this.preference ('Language')];\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif (typeof object === 'string') {\n\t\t\t\tscript = script[object];\n\t\t\t}\n\n\t\t\treturn script;\n\t\t}\n\t}\n\n\tstatic label (key = null, language = null, value = null) {\n\t\tif (typeof language === 'string' && value !== null) {\n\t\t\tif (typeof this._script[language] !== 'object') {\n\t\t\t\tthis._script[language] = {};\n\t\t\t}\n\t\t\tthis._script[language][key] = value;\n\t\t} else if (typeof language === 'object' && language !== null && value === null) {\n\t\t\tif (typeof this._script[key] !== 'object') {\n\t\t\t\tthis._script[key] = [];\n\t\t\t}\n\t\t\tthis._script[key] = language;\n\t\t} else if (typeof language === 'string' && value === null) {\n\t\t\treturn this._script[language][key];\n\t\t} else if (key !== null) {\n\t\t\treturn this.script (key);\n\t\t} else {\n\t\t\treturn this.script (this.state ('label'));\n\t\t}\n\t}\n\n\tstatic fn (name, { apply = () => true, revert = () => true }) {\n\t\tif (typeof apply !== 'function' && typeof revert !== 'function') {\n\t\t\treturn this._functions [name];\n\t\t} else {\n\t\t\tthis._functions [name] = {\n\t\t\t\tapply,\n\t\t\t\trevert\n\t\t\t};\n\t\t}\n\t}\n\n\t/**\n\t * Placeholders. Saves up an action (any kind of action) for later use within\n\t * the game in a key-value manner.\n\t *\n\t * @param {string} name - The name with which the action will be saved and later used\n\t * @param {any} value - The value (an action) to save up\n\t *\n\t * @returns {(any|void)} - The value of an action given its name, the whole\n\t * object if both params are missing and void if used for assigning the value.\n\t *\n\t */\n\tstatic $ (name, value) {\n\t\tif (typeof name === 'string') {\n\t\t\tif (typeof value !== 'undefined') {\n\t\t\t\tthis._$[name] = value;\n\t\t\t} else {\n\t\t\t\treturn this._$[name];\n\t\t\t}\n\t\t} else if (typeof name === 'object') {\n\t\t\tthis._$ = Object.assign ({}, this._$, name);\n\t\t} else if (typeof name === 'undefined') {\n\t\t\treturn this._$;\n\t\t}\n\t}\n\n\tstatic globals (object = null) {\n\t\tif (object !== null) {\n\t\t\tthis._globals = merge (this._globals, object);\n\t\t} else {\n\t\t\treturn this._globals;\n\t\t}\n\t}\n\n\tstatic global (key, value) {\n\t\tif (typeof value !== 'undefined') {\n\t\t\tthis._globals[key] = value;\n\t\t} else {\n\t\t\treturn this._globals[key];\n\t\t}\n\t}\n\n\tstatic template (key, value) {\n\t\tif (typeof value !== 'undefined') {\n\t\t\tthis._templates[key] = value;\n\t\t} else {\n\t\t\treturn this._templates[key];\n\t\t}\n\t}\n\n\tstatic mediaPlayers (key, object = false) {\n\t\tif (typeof key === 'string') {\n\t\t\tif (object) {\n\t\t\t\treturn this._mediaPlayers[key];\n\t\t\t} else {\n\t\t\t\treturn Object.values (this._mediaPlayers[key]);\n\t\t\t}\n\t\t}\n\t\treturn this._mediaPlayers;\n\t}\n\n\tstatic mediaPlayer (type, key, value) {\n\t\tif (typeof value === 'undefined') {\n\t\t\treturn this.mediaPlayers (type, true)[key];\n\t\t} else {\n\t\t\tvalue.dataset.type = type;\n\t\t\tvalue.dataset.key = key;\n\t\t\tthis._mediaPlayers[type][key] = value;\n\t\t\treturn this._mediaPlayers[type][key];\n\t\t}\n\t}\n\n\tstatic removeMediaPlayer (type, key) {\n\t\tif (typeof key === 'undefined') {\n\t\t\tfor (const mediaKey of Object.keys (this.mediaPlayers (type, true))) {\n\t\t\t\tthis._mediaPlayers[type][mediaKey].pause ();\n\t\t\t\tthis._mediaPlayers[type][mediaKey].setAttribute ('src', '');\n\t\t\t\tthis._mediaPlayers[type][mediaKey].currentTime = 0;\n\t\t\t\tdelete this._mediaPlayers[type][mediaKey];\n\t\t\t}\n\t\t} else {\n\t\t\tif (typeof this._mediaPlayers[type][key] !== 'undefined') {\n\t\t\t\tthis._mediaPlayers[type][key].pause ();\n\t\t\t\tthis._mediaPlayers[type][key].setAttribute ('src', '');\n\t\t\t\tthis._mediaPlayers[type][key].currentTime = 0;\n\t\t\t\tdelete this._mediaPlayers[type][key];\n\t\t\t}\n\n\t\t}\n\t}\n\n\tstatic temp (key, value) {\n\t\tif (typeof value !== 'undefined') {\n\t\t\tthis._temp[key] = value;\n\t\t} else {\n\t\t\tconst value = this._temp[key];\n\t\t\tdelete this._temp[key];\n\t\t\treturn value;\n\t\t}\n\t}\n\n\t/**\n\t * Localize every element with a data-string property using the translations\n\t * available. If no translation is found for the current language, the current\n\t * text of the element will be kept.\n\t */\n\tstatic localize () {\n\t\tthis.trigger ('willLocalize');\n\n\t\t// Setup the correct locale for the momentjs dates\n\t\tmoment.locale (this._languageCodes[this.preference ('Language')]);\n\n\t\tthis.element ().find ('[data-string]').each ((element) => {\n\t\t\tconst string_translation = this.string ($_(element).data ('string'));\n\n\t\t\t// Check if the translation actually exists and is not empty before\n\t\t\t// replacing the text.\n\t\t\tif (typeof string_translation !== 'undefined' && string_translation !== '') {\n\t\t\t\t$_(element).text (string_translation);\n\t\t\t}\n\t\t});\n\t\tthis.trigger ('didLocalize');\n\t}\n\n\t/**\n\t * Preload game assets\n\t */\n\tstatic preload () {\n\t\tconst promises = [];\n\n\t\t// Check if asset preloading is enabled. Preloading will not be done in\n\t\t// electron or cordova since the assets are expected to be available\n\t\t// locally.\n\t\tif (this.setting ('Preload') && !Platform.electron () && !Platform.cordova () && location.protocol.indexOf ('file') < 0) {\n\t\t\tthis.trigger ('willPreloadAssets');\n\n\t\t\t// Iterate over every asset category: music, videos, scenes etc.\n\t\t\tfor (const category of Object.keys (this.assets ())) {\n\t\t\t\t// Iterate over every key on each category\n\t\t\t\tfor (const asset of Object.values (this.assets (category))) {\n\t\t\t\t\tif (typeof asset !== 'string') {\n\t\t\t\t\t\tcontinue;\n\t\t\t\t\t}\n\t\t\t\t\t// Get the directory from where to load this asset\n\t\t\t\t\tconst directory = `${this.setting ('AssetsPath').root}/${this.setting ('AssetsPath')[category]}`;\n\n\t\t\t\t\tif (FileSystem.isImage (asset)) {\n\n\t\t\t\t\t\tpromises.push (Preload.image (`${directory}/${asset}`).then (() => {\n\t\t\t\t\t\t\tthis.trigger ('assetLoaded', {\n\t\t\t\t\t\t\t\tname: asset,\n\t\t\t\t\t\t\t\ttype: 'image',\n\t\t\t\t\t\t\t\tcategory\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t}));\n\t\t\t\t\t} else {\n\t\t\t\t\t\tpromises.push (Preload.file (`${directory}/${asset}`).then (() => {\n\t\t\t\t\t\t\tthis.trigger ('assetLoaded', {\n\t\t\t\t\t\t\t\tname: asset,\n\t\t\t\t\t\t\t\ttype: 'file',\n\t\t\t\t\t\t\t\tcategory\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t}));\n\t\t\t\t\t}\n\n\t\t\t\t\tthis.trigger ('assetQueued');\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tfor (const key in this.characters ()) {\n\t\t\t\tconst character = this.character (key);\n\t\t\t\tlet directory = '';\n\n\t\t\t\t// Check if the character has a directory defined where its images\n\t\t\t\t// are located\n\t\t\t\tif (typeof character.directory !== 'undefined') {\n\t\t\t\t\tdirectory = character.directory + '/';\n\t\t\t\t}\n\t\t\t\tdirectory = `${this.setting ('AssetsPath').root}/${this.setting ('AssetsPath').characters}/${directory}`;\n\n\t\t\t\tif (typeof character.sprites !== 'undefined') {\n\t\t\t\t\tfor (const image of Object.values (character.sprites)) {\n\t\t\t\t\t\tif (typeof image !== 'string') {\n\t\t\t\t\t\t\tcontinue;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tpromises.push (Preload.image (`${directory}${image}`).then (() => {\n\t\t\t\t\t\t\tthis.trigger ('assetLoaded', {\n\t\t\t\t\t\t\t\tname: image,\n\t\t\t\t\t\t\t\ttype: 'image',\n\t\t\t\t\t\t\t\tcategory: 'characters'\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t}));\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tif (typeof character.expressions !== 'undefined') {\n\t\t\t\t\tfor (const image of Object.values (character.expressions)) {\n\t\t\t\t\t\tif (typeof image !== 'string') {\n\t\t\t\t\t\t\tcontinue;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tpromises.push (Preload.image (`${directory}${image}`).then (() => {\n\t\t\t\t\t\t\tthis.trigger ('assetLoaded', {\n\t\t\t\t\t\t\t\tname: image,\n\t\t\t\t\t\t\t\ttype: 'image',\n\t\t\t\t\t\t\t\tcategory: 'characters'\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t}));\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tif (typeof character.default_expression === 'string') {\n\t\t\t\t\tpromises.push (Preload.image (`${directory}${character.default_expression}`).then (() => {\n\t\t\t\t\t\tthis.trigger ('assetLoaded', {\n\t\t\t\t\t\t\tname: character.default_expression,\n\t\t\t\t\t\t\ttype: 'image',\n\t\t\t\t\t\t\tcategory: 'characters'\n\t\t\t\t\t\t});\n\t\t\t\t\t}));\n\t\t\t\t}\n\n\t\t\t\tthis.trigger ('assetQueued');\n\t\t\t}\n\n\t\t\treturn Promise.all (promises).then (() => {\n\t\t\t\tthis.trigger ('didPreloadAssets');\n\t\t\t\treturn Promise.resolve ();\n\t\t\t});\n\t\t} else {\n\t\t\treturn Promise.resolve ();\n\t\t}\n\t}\n\n\t/**\n\t * @static translate - This method will try to translate parts of a string\n\t * using the translation strings available. Any string containing a format\n\t * like this one: \"_(SomeKey)\" will get that replaced with the translated\n\t * string of that key.\n\t *\n\t * @param {string} statement - String to translate.\n\t *\n\t * @returns {string} - The translated string\n\t */\n\tstatic translate (statement) {\n\t\t// Find all elements in the string that match the \"_(key)\" format\n\t\tconst matches = statement.match (/_\\(\\S+\\)/g);\n\n\t\t// Check if any matches were found, if not then no translation is needed\n\t\tif (matches !== null) {\n\t\t\t// Go through all the found matches so we can get the string it maps to\n\t\t\tfor (const match of matches) {\n\t\t\t\t// Remove the _() from the key\n\t\t\t\tconst path = match.replace ('_(', '').replace (')', '').split ('.');\n\n\t\t\t\t// Retrieve the string from the translations using the given key\n\t\t\t\tlet data = this.translations (this.preference ('Language'))[path[0]];\n\n\t\t\t\tfor (let j = 1; j < path.length; j++) {\n\t\t\t\t\tdata = data[path[j]];\n\t\t\t\t}\n\t\t\t\tstatement = statement.replace (match, data);\n\t\t\t}\n\t\t}\n\t\treturn statement;\n\t}\n\n\t/**\n\t * @static replaceVariables - Recursively replace all occurrences of\n\t * {{variable_name}} with the actual value for that variable name on the\n\t * storage object.\n\t *\n\t * @param {string} statement - The text where to interpolate the variables\n\t *\n\t * @returns {string} - The text with the interpolated variables\n\t */\n\tstatic replaceVariables (statement) {\n\t\tstatement = this.translate (statement);\n\t\tconst matches = statement.match (/{{\\S+?}}/g);\n\t\tif (matches !== null) {\n\t\t\tfor (const match of matches) {\n\t\t\t\tconst path = match.replace ('{{', '').replace ('}}', '').split ('.');\n\n\t\t\t\tlet data = this.storage ();\n\n\t\t\t\tfor (let j = 0; j < path.length; j++) {\n\t\t\t\t\tconst name = path[j];\n\t\t\t\t\tif (name in data) {\n\t\t\t\t\t\tdata = data[name];\n\t\t\t\t\t} else {\n\t\t\t\t\t\tFancyError.show (\n\t\t\t\t\t\t\t`Variable \"${match}\" does not exists in your storage`,\n\t\t\t\t\t\t\t'Monogatari attempted to interpolate a variable from your storage but it doesn\\'t exists.',\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t'Script Statement': statement,\n\t\t\t\t\t\t\t\t'Part Not Found': name,\n\t\t\t\t\t\t\t\t'Variables Available in Storage': Object.keys (data),\n\t\t\t\t\t\t\t\t'Help': {\n\t\t\t\t\t\t\t\t\t'_': 'Please check your storage object and make sure the variable you are using exists.',\n\t\t\t\t\t\t\t\t\t'_1': 'You should also make sure that there is no typo in your script and that the variable names in your script and storage match.',\n\t\t\t\t\t\t\t\t\t'Documentation': 'Storage'\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t);\n\t\t\t\t\t\treturn '';\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tstatement = statement.replace (match, data);\n\t\t\t}\n\t\t\treturn this.replaceVariables (statement);\n\t\t}\n\t\treturn statement;\n\t}\n\n\t/**\n\t * @static getMaxSlotId - Get the highest ID currently assigned to a slot on\n\t * the storage.\n\t *\n\t * Each slot identifier has two parts i.e SaveLabel_{number}, it's label,\n\t * defined by the 'SaveLabel' and 'AutoSaveLabel' configuration variables and\n\t * a number similar to an auto-incrementing ID on a database. This function\n\t * is used to retrieve the highest number assigned to a slot, given its\n\t * label prefix.\n\t *\n\t * @param {string} prefix - The Slot prefix from where to retrieve the numeric ID,\n\t * should be the value of either the 'SaveLabel' or 'AutoSaveLabel' configuration\n\t * variables.\n\t *\n\t * @returns {int} - Highest available ID number\n\t */\n\tstatic getMaxSlotId (prefix = 'SaveLabel') {\n\t\treturn this.Storage.keys ().then ((keys) => {\n\t\t\tlet max = 1;\n\t\t\tfor (const saveKey of keys) {\n\t\t\t\tif (saveKey.indexOf (this.setting (prefix)) === 0) {\n\t\t\t\t\tconst number = parseInt(saveKey.split (this.setting (prefix) + '_')[1]);\n\t\t\t\t\tif (number > max) {\n\t\t\t\t\t\tmax = number;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn max;\n\t\t});\n\t}\n\n\t/**\n\t * @static saveTo - Save the current game state into a given Slot\n\t *\n\t * @param {string} [prefix = 'SaveLabel'] - The prefix label to be used for the\n\t * slot. Should be either 'SaveLabel' or 'AutoSaveLabel'.\n\t * @param {int} [id = null] - The numeric ID to be used for the slot. If none\n\t * is given, it will be determined using the getMaxSlotId function and upping\n\t * it by 1\n\t * @param {string} [name = null] - The name given by the player to the slot. If none is\n\t * given, the current date will be used\n\t *\n\t * @returns {Promise} - The promise of the save operation\n\t */\n\tstatic saveTo (prefix = 'SaveLabel', id = null, name = null) {\n\t\t// Check if the player is actually playing\n\t\tif (this.global ('playing')) {\n\t\t\tconst date = moment ().format ();\n\n\t\t\tif (name === null || name.trim () === '') {\n\t\t\t\tname = date;\n\t\t\t}\n\n\t\t\t// We have to get the last ID available for the slots\n\t\t\treturn this.getMaxSlotId (prefix).then ((max) => {\n\n\t\t\t\t// Make it the next one to the max\n\t\t\t\tif (id === null) {\n\t\t\t\t\tid = max + 1;\n\t\t\t\t}\n\n\t\t\t\tlet image = '';\n\n\t\t\t\tif (this.state ('scene')) {\n\t\t\t\t\timage = this.state ('scene').split (' ')[2];\n\t\t\t\t} else if (this.state ('background')) {\n\t\t\t\t\timage = this.state ('background').split (' ')[2];\n\t\t\t\t}\n\n\t\t\t\treturn this.Storage.set (`${this.setting (prefix)}_${id}`, {\n\t\t\t\t\tname,\n\t\t\t\t\tdate,\n\t\t\t\t\timage,\n\t\t\t\t\tgame: this.object ()\n\t\t\t\t});\n\t\t\t});\n\t\t}\n\t}\n\n\t/**\n\t * @static assertAsync - This function will run any function asynchronously\n\t * regardless of if the function to be run is async or not.\n\t *\n\t * @param {function} callable - The function to run\n\t * @param {Object} [self=null] - The reference to `this` in the function\n\t * @param {any[]} [args=null] - The arguments with which to call the function\n\t *\n\t * @returns {Promise} - Resolves if the function returned true and rejects if\n\t * the function returned false.\n\t */\n\tstatic assertAsync (callable, self = null, args = null) {\n\t\tconst originalBlockValue = this.global ('block');\n\n\t\tthis.global ('block', true);\n\t\treturn new Promise (function (resolve, reject) {\n\t\t\tconst result = callable.apply(self, args);\n\t\t\t// Check if the function returned a simple boolean\n\t\t\t// if the return value is true, the game will continue\n\t\t\tif (typeof result === 'boolean') {\n\t\t\t\tif (result) {\n\t\t\t\t\tresolve ();\n\t\t\t\t} else {\n\t\t\t\t\treject ();\n\t\t\t\t}\n\t\t\t} else if (typeof result === 'object') {\n\t\t\t\t// Check if the result was a promise\n\t\t\t\tif (typeof result.then != 'undefined') {\n\n\t\t\t\t\tresult.then(function (value) {\n\t\t\t\t\t\tif (typeof value === 'boolean') {\n\t\t\t\t\t\t\tif (value) {\n\t\t\t\t\t\t\t\tresolve ();\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\treject ();\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\t\t\t} else {\n\t\t\t\t\tresolve ();\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\treject ();\n\t\t\t}\n\t\t}).finally (() => {\n\t\t\tthis.global ('block', originalBlockValue);\n\t\t});\n\t}\n\n\t/**\n\t * @static next - Advance to the next statement on the script\n\t *\n\t * @returns {void}\n\t */\n\tstatic next () {\n\t\t// Advance 1 step\n\t\tthis.state ({\n\t\t\tstep: this.state ('step') + 1\n\t\t});\n\n\t\treturn new Promise ((resolve, reject) => {\n\t\t\t// Clear the Stack using a Time Out instead of calling the function\n\t\t\t// directly, preventing an Overflow\n\t\t\tsetTimeout ((...params) => {\n\t\t\t\tthis.run.call (Monogatari, ...params).then (() => {\n\t\t\t\t\tthis.global ('_engine_block', false);\n\t\t\t\t\tresolve ();\n\t\t\t\t}).catch (() => {\n\t\t\t\t\tresolve ();\n\t\t\t\t});\n\t\t\t}, 0, this.label ()[this.state ('step')]);\n\t\t});\n\t}\n\n\t/**\n\t * @static revert - Revert to the previous statement on the script\n\t *\n\t * @returns {void}\n\t */\n\tstatic previous () {\n\t\treturn new Promise ((resolve, reject) => {\n\t\t\tsetTimeout (() => {\n\t\t\t\tthis.revert.call (Monogatari). then (() => {\n\t\t\t\t\tthis.global ('_engine_block', false);\n\t\t\t\t\tresolve ();\n\t\t\t\t}).catch (() => {\n\t\t\t\t\tthis.global ('_engine_block', false);\n\t\t\t\t\t// The game could not be reverted, either because an\n\t\t\t\t\t// action prevented it or because there are no statements\n\t\t\t\t\t// left to revert to.\n\n\t\t\t\t\tif (this.state ('step') > 0) {\n\t\t\t\t\t\tthis.state ({\n\t\t\t\t\t\t\tstep: this.state ('step') - 1\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\n\t\t\t\t\tthis.proceed ().then (() => {\n\t\t\t\t\t\tresolve ();\n\t\t\t\t\t});\n\t\t\t\t});\n\t\t\t}, 0);\n\t\t});\n\t\t// return Promise.resolve ();\n\t}\n\n\tstatic resetGame () {\n\n\t\t// Stop autoplay\n\t\tthis.autoPlay (false);\n\t\tif (this.setting ('Skip') > 0) {\n\t\t\tthis.skip (false);\n\t\t}\n\n\t\t// Reset Storage\n\t\tthis.storage (JSON.parse(this.global ('storageStructure')));\n\n\t\t// Reset Conditions\n\t\tthis.state ({\n\t\t\tstep: 0,\n\t\t\tlabel: this.setting ('Label')\n\t\t});\n\n\t\tthis.global ('block', false);\n\n\t\t// Reset History\n\t\tfor (const history of Object.keys (this._history)) {\n\t\t\tthis._history[history] = [];\n\t\t}\n\n\t\t// Run the reset method of all the actions so each of them can reset\n\t\t// their own elements correctly\n\t\tconst promises = [];\n\n\t\tfor (const action of this.actions ()) {\n\t\t\tpromises.push (action.reset ());\n\t\t}\n\n\t\tfor (const component of this.components ()) {\n\t\t\tpromises.push (component.onReset ());\n\t\t}\n\n\t\treturn Promise.all (promises);\n\t}\n\n\t/**\n\t * @static keyBoardShortcut - Register a new callback for a custom keyboard\n\t * shortcut\n\t *\n\t * @param {string|Array} shortcut - Sequence of keys that represent\n\t * the shortcut\n\t * @param {function} callback - The function to run when that sequence of keys\n\t * is pressed\n\t *\n\t * @returns {void}\n\t */\n\tstatic keyboardShortcut (shortcut, callback) {\n\t\tmousetrap.bind (shortcut, (event) => {\n\t\t\tif (event.target.tagName.toLowerCase () != 'input') {\n\t\t\t\tevent.preventDefault ();\n\t\t\t\tcallback.call (null, event);\n\t\t\t}\n\t\t});\n\t}\n\n\tstatic upgrade (oldVersion, newVersion, callbacks) {\n\t\tthis._upgrade[`${oldVersion}::${newVersion}`] = callbacks;\n\t}\n\n\tstatic setupStorage () {\n\t\t// Check if an Adapter has been set or else, the global local storage\n\t\t// object will be used\n\t\tif (this.setting ('Storage').Adapter.trim () !== '') {\n\t\t\tlet adapter;\n\n\t\t\tswitch (this.setting ('Storage').Adapter) {\n\t\t\t\tcase 'LocalStorage':\n\t\t\t\t\tadapter = SpaceAdapter.LocalStorage;\n\t\t\t\t\tbreak;\n\n\t\t\t\tcase 'SessionStorage':\n\t\t\t\t\tadapter = SpaceAdapter.SessionStorage;\n\t\t\t\t\tbreak;\n\n\t\t\t\tcase 'IndexedDB':\n\t\t\t\t\tadapter = SpaceAdapter.IndexedDB;\n\t\t\t\t\tbreak;\n\n\t\t\t\tcase 'RemoteStorage':\n\t\t\t\t\tadapter = SpaceAdapter.RemoteStorage;\n\t\t\t\t\tbreak;\n\n\t\t\t\tdefault:\n\t\t\t\t\tadapter = SpaceAdapter.LocalStorage;\n\t\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\tthis.Storage = new Space (adapter, {\n\t\t\t\tname: Text.friendly (this.setting ('Name')),\n\t\t\t\tversion: this.setting ('Version'),\n\t\t\t\tstore: this.setting ('Storage').Store,\n\t\t\t\tendpoint: this.setting ('Storage').Endpoint,\n\t\t\t\tprops: {\n\t\t\t\t\tkeyPath: 'id'\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\n\t\t// Setup all the upgrade functions\n\t\tfor (const upgrade of Object.keys (this._upgrade)) {\n\t\t\tconst [oldVersion, newVersion] = upgrade.split ('::');\n\t\t\tconst callback = this._upgrade[upgrade].storage;\n\n\t\t\tthis.Storage.upgrade (oldVersion, newVersion, callback);\n\t\t}\n\t}\n\n\tstatic registerListener (name, listener, replace = false) {\n\t\tlistener.name = name;\n\t\tif (replace === true) {\n\t\t\tconst index = this._listeners.findIndex (listener => listener.name === name);\n\n\t\t\tif (index > -1) {\n\t\t\t\tthis._listeners[index] = listener;\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\t\tthis._listeners.push (listener);\n\t}\n\n\tstatic unregisterListener (name) {\n\t\tconst listener = this._listeners.find((l) => l.name.toLowerCase () === name.toLowerCase ());\n\n\t\tif (listener) {\n\t\t\tif (listener.keys) {\n\t\t\t\tmousetrap.unbind (listener.keys);\n\t\t\t}\n\t\t\tthis._listeners = this._listeners.filter((l) => l.name.toLowerCase () !== name.toLowerCase ());\n\t\t}\n\t}\n\n\tstatic runListener (name, element, event) {\n\t\tconst promises = [];\n\n\t\t// Check if the click event happened on a path of an icon.\n\t\t// This fixes a bug with font-awesome icons being clicked but the\n\t\t// click being registered at an inner path instead of the svg element\n\t\t// that holds the data information\n\t\tif (element.matches ('path')) {\n\t\t\telement = element.closest ('[data-action]');\n\n\t\t\tif (element.length > 0) {\n\t\t\t\tname = element.data ('action');\n\t\t\t}\n\t\t}\n\n\t\tfor (const listener of this._listeners) {\n\t\t\tif (listener.name === name) {\n\t\t\t\tpromises.push (Util.callAsync (listener.callback , Monogatari, element, event).then ((data) => {\n\t\t\t\t\tif (data) {\n\t\t\t\t\t\treturn Promise.resolve ();\n\t\t\t\t\t}\n\t\t\t\t\treturn Promise.reject ();\n\t\t\t\t}));\n\t\t\t\tthis.debug.debug ('Running Listener', name);\n\t\t\t}\n\t\t}\n\n\t\tPromise.all (promises).catch ((e) => {\n\t\t\tevent.stopImmediatePropagation ();\n\t\t\tevent.stopPropagation ();\n\t\t\tevent.preventDefault ();\n\t\t\tthis.debug.debug ('Listener Event Propagation Stopped', e);\n\t\t});\n\t}\n\n\t/**\n\t * @static object - Get all the relevant information of the game state\n\t *\n\t * @returns {Object} - An object containing the current histories, state and\n\t * storage variables.\n\t * @returns {Object} history - The full history object\n\t * @returns {Object} state - The full state object\n\t * @returns {Object} storage- The full storage object\n\t */\n\tstatic object () {\n\t\treturn {\n\t\t\thistory: this.history (),\n\t\t\tstate: this.state (),\n\t\t\tstorage: this.storage ()\n\t\t};\n\t}\n\n\t/**\n\t * @static revert - This is the function that allows to go back in the game\n\t * by reverting the statements played.\n\t *\n\t * @returns {Promise} - Whether the game was able to go back or not\n\t */\n\tstatic revert (statement = null, shouldAdvance = true, shouldStepBack = true) {\n\n\t\tconst before = [];\n\n\t\tfor (const action of this.actions ()) {\n\t\t\tbefore.push (action.beforeRevert ({ advance: shouldAdvance, step: shouldStepBack }));\n\t\t}\n\n\t\treturn Promise.all (before).then (() => {\n\t\t\tthis.debug.groupCollapsed ('Revert Cycle');\n\n\t\t\t// Check if we have steps behind us to revert to. If there aren't, then\n\t\t\t// we can't revert since we are already at the first statement.\n\t\t\tlet actionToRevert = null;\n\n\t\t\tif (statement !== null) {\n\t\t\t\tactionToRevert = statement;\n\t\t\t} else if (this.state ('step') >= 1) {\n\t\t\t\tactionToRevert = this.label ()[this.state ('step') - 1];\n\t\t\t} else {\n\t\t\t\tconst jump = [...this.history ('jump')].reverse ().find (o => {\n\t\t\t\t\treturn o.destination.label === this.state ('label') && o.destination.step === 0;\n\t\t\t\t});\n\n\t\t\t\tif (typeof jump !== 'undefined') {\n\t\t\t\t\tthis.state ({\n\t\t\t\t\t\tlabel: jump.source.label,\n\t\t\t\t\t\tstep: jump.source.step\n\t\t\t\t\t});\n\t\t\t\t\tactionToRevert = this.label ()[this.state ('step')];\n\t\t\t\t\tthis.debug.debug ('Will revert to previous label.');\n\t\t\t\t} else {\n\t\t\t\t\tthis.debug.debug ('Will not revert since this is the beginning of the game.');\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tthis.debug.debug ('Reverting Action', actionToRevert);\n\n\t\t\tif (actionToRevert !== null) {\n\n\t\t\t\tlet interpolatedStatement = null;\n\n\t\t\t\tif (typeof actionToRevert === 'string') {\n\t\t\t\t\tinterpolatedStatement = this.replaceVariables (actionToRevert).split (' ');\n\t\t\t\t}\n\n\t\t\t\t// Iterate over all the registered actions to find one that matches with\n\t\t\t\t// the statement to revert.\n\t\t\t\tfor (const action of this.actions ()) {\n\t\t\t\t\tlet actionStatement = actionToRevert;\n\t\t\t\t\tlet matches = false;\n\n\t\t\t\t\t// Use the correct matching function (matchString or matchObject)\n\t\t\t\t\t// depending on the type of the current statement. If the statement\n\t\t\t\t\t// is a pure js function, it won't be reverted since we don't\n\t\t\t\t\t// know what to do to revert it.\n\t\t\t\t\tif (typeof actionStatement === 'string') {\n\n\t\t\t\t\t\t// Split the statement into an array using the space separations\n\t\t\t\t\t\tactionStatement = interpolatedStatement;\n\n\t\t\t\t\t\t// Check if it matches using the matchString method\n\t\t\t\t\t\tmatches = action.matchString (actionStatement);\n\t\t\t\t\t} else if (typeof actionStatement === 'object' && actionStatement !== null) {\n\t\t\t\t\t\t// Check if it matches using the matchObject method\n\t\t\t\t\t\tmatches = action.matchObject (actionStatement);\n\t\t\t\t\t}\n\n\t\t\t\t\t// Check if the statement matched any of the registered actions\n\t\t\t\t\tif (matches === true) {\n\t\t\t\t\t\t// Create an instance of the action and initialize it with the\n\t\t\t\t\t\t// current statement\n\t\t\t\t\t\tconst act = new action (actionStatement);\n\n\t\t\t\t\t\t// The original statement is set just in case the action needs\n\t\t\t\t\t\t// access to it\n\t\t\t\t\t\tact._setStatement (actionToRevert);\n\n\t\t\t\t\t\t// The current cycle is also set just in case the action needs to\n\t\t\t\t\t\t// know what cycle it's currently being performed.\n\t\t\t\t\t\tact._setCycle ('Revert');\n\n\t\t\t\t\t\t// Monogatari is set as the context of the action so that it can\n\t\t\t\t\t\t// access all its functionalities\n\t\t\t\t\t\tact.setContext (Monogatari);\n\n\t\t\t\t\t\tthis.trigger ('willRevertAction', {\n\t\t\t\t\t\t\taction: act\n\t\t\t\t\t\t});\n\n\t\t\t\t\t\t// Run the willRevert method of the action first. This method\n\t\t\t\t\t\t// is usually used to tell whether an action can be reverted\n\t\t\t\t\t\t// or not.\n\t\t\t\t\t\treturn act.willRevert ().then (() => {\n\t\t\t\t\t\t\tthis.debug.debug ('Action Will Revert');\n\t\t\t\t\t\t\t// If it can be reverted, then run the revert method\n\t\t\t\t\t\t\treturn act.revert ().then (() => {\n\t\t\t\t\t\t\t\tthis.debug.debug ('Action Reverting');\n\t\t\t\t\t\t\t\t// If the reversion was successful, run the didRevert\n\t\t\t\t\t\t\t\t// function. The action will return a boolean (shouldContinue)\n\t\t\t\t\t\t\t\t// specifying if the game should go ahead and revert\n\t\t\t\t\t\t\t\t// the previous statement as well or if it should\n\t\t\t\t\t\t\t\t// wait instead\n\t\t\t\t\t\t\t\treturn act.didRevert ().then (({ advance, step }) => {\n\t\t\t\t\t\t\t\t\tthis.debug.debug ('Action Did Revert');\n\n\t\t\t\t\t\t\t\t\tthis.trigger ('didRevertAction', {\n\t\t\t\t\t\t\t\t\t\taction: act\n\t\t\t\t\t\t\t\t\t});\n\n\t\t\t\t\t\t\t\t\tconst promises = [];\n\n\t\t\t\t\t\t\t\t\tfor (const action of this.actions ()) {\n\t\t\t\t\t\t\t\t\t\tpromises.push (action.afterRevert ({ advance, step }));\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\treturn Promise.all (promises).then (() => {\n\t\t\t\t\t\t\t\t\t\t// Since we reverted correctly, the step should\n\t\t\t\t\t\t\t\t\t\t// go back.\n\t\t\t\t\t\t\t\t\t\tif (step === true && shouldStepBack === true) {\n\t\t\t\t\t\t\t\t\t\t\tthis.state ({\n\t\t\t\t\t\t\t\t\t\t\t\tstep: this.state ('step') - 1\n\t\t\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t// Revert the previous statement if the action\n\t\t\t\t\t\t\t\t\t\t// told us to.\n\t\t\t\t\t\t\t\t\t\tif (advance === true && shouldAdvance === true) {\n\t\t\t\t\t\t\t\t\t\t\t// Clear the Stack using a Time Out instead\n\t\t\t\t\t\t\t\t\t\t\t// of calling the function directly, preventing\n\t\t\t\t\t\t\t\t\t\t\t// an Overflow\n\t\t\t\t\t\t\t\t\t\t\tsetTimeout ((...params) => {\n\t\t\t\t\t\t\t\t\t\t\t\tthis.revert.call (Monogatari, ...params);\n\t\t\t\t\t\t\t\t\t\t\t}, 0);\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\tthis.debug.trace ();\n\t\t\t\t\t\t\t\t\t\tthis.debug.groupEnd ();\n\t\t\t\t\t\t\t\t\t\treturn Promise.resolve ({ advance, step });\n\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t}).catch ((e) => {\n\t\t\t\t\t\t\tif (typeof e === 'object' || typeof e === 'string') {\n\t\t\t\t\t\t\t\tconsole.error (e);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t// Clear the Stack using a Time Out instead of calling\n\t\t\t\t\t\t\t// the function directly, preventing an Overflow\n\t\t\t\t\t\t\tsetTimeout ((...params) => {\n\t\t\t\t\t\t\t\tthis.run.call (Monogatari, ...params);\n\t\t\t\t\t\t\t}, 0, this.label ()[this.state ('step')]);\n\n\t\t\t\t\t\t\tthis.debug.trace ();\n\t\t\t\t\t\t\tthis.debug.groupEnd ();\n\n\t\t\t\t\t\t\treturn Promise.resolve ();\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\t// Clear the Stack using a Time Out instead of calling\n\t\t\t\t// the function directly, preventing an Overflow\n\t\t\t\tsetTimeout ((...params) => {\n\t\t\t\t\tthis.run.call (Monogatari, ...params);\n\t\t\t\t}, 0, this.label ()[this.state ('step')]);\n\t\t\t\tthis.debug.trace ();\n\t\t\t\tthis.debug.groupEnd ();\n\n\t\t\t\treturn Promise.resolve ();\n\t\t\t}\n\t\t\tthis.debug.trace ();\n\t\t\tthis.debug.groupEnd ();\n\t\t\treturn Promise.reject ();\n\t\t});\n\t}\n\n\t/**\n\t * @static run - Run a specified statement.\n\t *\n\t * @param {string|Object|function} statement - The Monogatari statement to run\n\t * @param {boolean} advance - Whether the game should advance or wait for user\n\t * interaction. This parameter is mainly used to prevent the game from advancing\n\t * when loading the game or performing some actions and we don't want them to\n\t * affect the game flow.\n\t *\n\t * @returns {Promise} - Resolves if the statement was run correctly or rejects\n\t * if it couldn't be run correctly.\n\t */\n\tstatic run (statement, shouldAdvance = true) {\n\n\t\tconst before = [];\n\n\t\tfor (const action of this.actions ()) {\n\t\t\tbefore.push (action.beforeRun ({ advance: shouldAdvance }));\n\t\t}\n\n\t\treturn Promise.all (before).then (() => {\n\t\t\tthis.debug.groupCollapsed ('Run Cycle');\n\n\t\t\t// Don't allow null as a valid statement\n\t\t\tif (statement === null) {\n\t\t\t\tthis.debug.trace ();\n\t\t\t\tthis.debug.groupEnd ();\n\t\t\t\treturn Promise.reject ('Statement was null.');\n\t\t\t}\n\n\t\t\tthis.debug.debug ('Running Action', statement);\n\n\t\t\tlet interpolatedStatement = null;\n\n\t\t\tif (typeof statement === 'string') {\n\t\t\t\tinterpolatedStatement = this.replaceVariables (statement).split (' ');\n\t\t\t}\n\n\t\t\t// Iterate over all the registered actions to find one that matches with\n\t\t\t// the statement to run.\n\t\t\tfor (const action of this.actions ()) {\n\t\t\t\tlet actionStatement = statement;\n\t\t\t\tlet matches = false;\n\n\t\t\t\t// Use the correct matching function (matchString or matchObject)\n\t\t\t\t// depending on the type of the current statement. If the statement\n\t\t\t\t// is a function, it will simply be run.\n\t\t\t\tif (typeof statement === 'string') {\n\t\t\t\t\t// Split the statement into an array using the space separations\n\t\t\t\t\tactionStatement = interpolatedStatement;\n\n\t\t\t\t\t// Check if it matches using the matchString method\n\t\t\t\t\tmatches = action.matchString (actionStatement);\n\t\t\t\t} else if (typeof statement === 'object') {\n\t\t\t\t\t// Check if it matches using the matchObject method\n\t\t\t\t\tmatches = action.matchObject (statement);\n\t\t\t\t} else if (typeof actionStatement === 'function') {\n\t\t\t\t\t// Block the game while the function is being run\n\t\t\t\t\tthis.global ('block', true);\n\n\t\t\t\t\t// Run the function asynchronously and after it has run, unblock\n\t\t\t\t\t// the game so it can continue.\n\t\t\t\t\treturn Util.callAsync (actionStatement, Monogatari).then ((returnValue) => {\n\t\t\t\t\t\tthis.global ('block', false);\n\t\t\t\t\t\tif (shouldAdvance && returnValue !== false) {\n\t\t\t\t\t\t\tthis.debug.trace ();\n\t\t\t\t\t\t\tthis.debug.groupEnd ();\n\t\t\t\t\t\t\treturn this.next ();\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\treturn Promise.resolve ({ advance: false });\n\t\t\t\t\t}).catch((e) => {\n\t\t\t\t\t\tlet error = {\n\t\t\t\t\t\t\t'Label': this.state ('label'),\n\t\t\t\t\t\t\t'Step': this.state ('step'),\n\t\t\t\t\t\t\t'Help': {\n\t\t\t\t\t\t\t\t'_': 'Check the code for your function, there may be additional information in the console.',\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t};\n\n\t\t\t\t\t\tif (typeof e === 'object') {\n\t\t\t\t\t\t\terror = Object.assign (error, {\n\t\t\t\t\t\t\t\t'Error Message': e.message,\n\t\t\t\t\t\t\t\t'File Name': e.fileName,\n\t\t\t\t\t\t\t\t'Line Number': e.lineNumber\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t} else if (typeof e === 'string') {\n\t\t\t\t\t\t\terror['Error Message'] = e;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tFancyError.show (\n\t\t\t\t\t\t\t'An error occurred while trying to run a Function.',\n\t\t\t\t\t\t\t'Monogatari attempted to run a function on the script but an error occurred.',\n\t\t\t\t\t\t\terror\n\t\t\t\t\t\t);\n\t\t\t\t\t});\n\t\t\t\t}\n\n\t\t\t\t// Check if the statement matched any of the registered actions\n\t\t\t\tif (matches === true) {\n\t\t\t\t\t// Create an instance of the action and initialize it with the\n\t\t\t\t\t// current statement\n\t\t\t\t\tconst act = new action (actionStatement);\n\n\t\t\t\t\t// The original statement is set just in case the action needs\n\t\t\t\t\t// access to it\n\t\t\t\t\tact._setStatement (statement);\n\n\t\t\t\t\t// The current cycle is also set just in case the action needs to\n\t\t\t\t\t// know what cycle it's currently being performed.\n\t\t\t\t\tact._setCycle ('Application');\n\n\t\t\t\t\t// Monogatari is set as the context of the action so that it can\n\t\t\t\t\t// access all its functionalities\n\t\t\t\t\tact.setContext (Monogatari);\n\n\t\t\t\t\tthis.trigger ('willRunAction', {\n\t\t\t\t\t\taction: act\n\t\t\t\t\t});\n\n\t\t\t\t\t// Run the willApply method of the action first\n\t\t\t\t\treturn act.willApply ().then (() => {\n\t\t\t\t\t\tthis.debug.debug ('Action Will Apply');\n\n\t\t\t\t\t\t// Run the apply method\n\t\t\t\t\t\treturn act.apply (shouldAdvance).then (() => {\n\t\t\t\t\t\t\tthis.debug.debug ('Action Applying');\n\n\t\t\t\t\t\t\t// If everything has been run correctly, then run the\n\t\t\t\t\t\t\t// didApply method. The action will return a boolean\n\t\t\t\t\t\t\t// (shouldContinue) specifying if the game should run the\n\t\t\t\t\t\t\t// next statement right away or if it should wait instead\n\t\t\t\t\t\t\treturn act.didApply ().then (({ advance }) => {\n\t\t\t\t\t\t\t\tthis.debug.debug ('Action Did Apply');\n\n\t\t\t\t\t\t\t\tthis.trigger ('didRunAction', {\n\t\t\t\t\t\t\t\t\taction: act\n\t\t\t\t\t\t\t\t});\n\n\t\t\t\t\t\t\t\tconst promises = [];\n\n\t\t\t\t\t\t\t\tfor (const action of this.actions ()) {\n\t\t\t\t\t\t\t\t\tpromises.push (action.afterRun ({ advance }));\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\treturn Promise.all (promises).then (() => {\n\t\t\t\t\t\t\t\t\tif (advance === true && shouldAdvance === true) {\n\t\t\t\t\t\t\t\t\t\tthis.debug.debug ('Next action will be run right away');\n\t\t\t\t\t\t\t\t\t\tthis.next ();\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tthis.debug.trace ();\n\t\t\t\t\t\t\t\t\tthis.debug.groupEnd ();\n\t\t\t\t\t\t\t\t\treturn Promise.resolve ({ advance });\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t}).catch ((e) => {\n\t\t\t\t\t\t\t\tthis.debug.debug (`Did Apply Failed.\\nReason: ${e}`);\n\t\t\t\t\t\t\t\treturn Promise.reject (e);\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t}).catch ((e) => {\n\t\t\t\t\t\t\tconsole.error(e);\n\t\t\t\t\t\t\tthis.debug.debug (`Application Failed.\\nReason: ${e}`);\n\t\t\t\t\t\t\treturn Promise.reject (e);\n\t\t\t\t\t\t});\n\t\t\t\t\t}).catch ((e) => {\n\t\t\t\t\t\tconsole.error(e);\n\t\t\t\t\t\tthis.debug.debug (`Will Apply Failed.\\nReason: ${e}`);\n\t\t\t\t\t\tthis.debug.trace ();\n\t\t\t\t\t\tthis.debug.groupEnd ();\n\t\t\t\t\t\treturn Promise.reject (e);\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t}\n\t\t\tthis.debug.trace ();\n\t\t\tthis.debug.groupEnd ();\n\t\t});\n\t}\n\n\tstatic alert (id, options) {\n\t\tconst alert = document.createElement ('alert-modal');\n\t\talert.setProps (options);\n\t\tthis.element ().prepend (alert);\n\t}\n\n\tstatic dismissAlert (id = null) {\n\t\t// if (typeof id === 'string') {\n\t\t// \tthis.component ('alert-modal').instance (id).remove ();\n\t\t// } else {\n\t\tthis.element ().find ('alert-modal').remove ();\n\t\t// }\n\t}\n\n\t/**\n\t * @static loadFromSlot - Load a slot from the storage. This will recover the\n\t * state of the game from what was saved in it.\n\t *\n\t * @param {string} slot - The key with which the slot was saved on the storage\n\t */\n\tstatic loadFromSlot (slot) {\n\t\tdocument.body.style.cursor = 'wait';\n\t\tthis.global ('playing', true);\n\n\t\tthis.trigger ('willLoadGame');\n\n\t\treturn this.resetGame ().then (() => {\n\t\t\tthis.hideScreens ();\n\n\t\t\treturn this.Storage.get (slot).then ((data) => {\n\t\t\t\t// Check if an older save format was used so we can transform\n\t\t\t\t// that information into the new format\n\t\t\t\tif (typeof data.Engine !== 'undefined') {\n\n\t\t\t\t\t// Set the game state\n\t\t\t\t\tthis.state ({\n\t\t\t\t\t\tstep: data.Engine.Step,\n\t\t\t\t\t\tlabel: data.Engine.Label,\n\t\t\t\t\t\tscene: `show scene ${data.Engine.Scene}`,\n\t\t\t\t\t});\n\n\t\t\t\t\t// Retrieve if a song was playing so we can set it to the state\n\t\t\t\t\tif (data.Engine.Song !== '' && typeof data.Engine.Song !== 'undefined') {\n\t\t\t\t\t\tthis.state ({\n\t\t\t\t\t\t\tmusic: [data.Engine.Song],\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\n\t\t\t\t\t// Retrieve if a sound was playing so we can set it to the state\n\t\t\t\t\tif (data.Engine.Sound !== '' && typeof data.Engine.Sound !== 'undefined') {\n\t\t\t\t\t\tthis.state ({\n\t\t\t\t\t\t\tsound: [data.Engine.Sound],\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\n\t\t\t\t\t// Retrieve if particles were shown so we can set it to the state\n\t\t\t\t\tif (data.Engine.Particles !== '' && typeof data.Engine.Particles !== 'undefined') {\n\t\t\t\t\t\tthis.state ({\n\t\t\t\t\t\t\tparticles: `show particles ${data.Engine.Particles}`\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\n\t\t\t\t\t// Check if there are images to be shown\n\t\t\t\t\tif (data.Show !== '' && typeof data.Show !== 'undefined') {\n\t\t\t\t\t\tconst show = data.Show.split (',');\n\n\t\t\t\t\t\t// For every image saved, add their element to the game\n\t\t\t\t\t\tfor (const element of show) {\n\t\t\t\t\t\t\tif (element.trim () !== '') {\n\t\t\t\t\t\t\t\tconst div = document.createElement ('div');\n\t\t\t\t\t\t\t\tdiv.innerHTML = element.replace ('img/', 'assets/');\n\t\t\t\t\t\t\t\tconst item = $_(div.firstChild);\n\t\t\t\t\t\t\t\tif (element.indexOf ('data-character') > -1) {\n\t\t\t\t\t\t\t\t\tthis.state ('characters').push (`show character ${item.data ('character')} ${item.data ('sprite')} ${item.get (0).className}`);\n\t\t\t\t\t\t\t\t} else if (element.indexOf ('data-image') > -1) {\n\t\t\t\t\t\t\t\t\tthis.state ('characters').push (`show image ${item.data ('image')} ${item.get (0).className}`);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tconst sceneElements = data.Engine.SceneElementsHistory.map ((elements) => {\n\t\t\t\t\t\treturn elements.map (element => element.replace ('img/', 'assets/'));\n\t\t\t\t\t});\n\n\t\t\t\t\t// Set all the history variables with the ones from the old\n\t\t\t\t\t// format\n\t\t\t\t\tthis.history ({\n\t\t\t\t\t\tmusic: data.Engine.MusicHistory,\n\t\t\t\t\t\tsound: data.Engine.SoundHistory,\n\t\t\t\t\t\timage: data.Engine.ImageHistory,\n\t\t\t\t\t\tcharacter: data.Engine.CharacterHistory.map ((character) => {\n\t\t\t\t\t\t\tconst div = document.createElement ('div');\n\t\t\t\t\t\t\tdiv.innerHTML = character.replace ('img/', 'assets/');\n\t\t\t\t\t\t\tconst item = $_(div.firstChild);\n\t\t\t\t\t\t\tconst classes = item.get (0).classList;\n\t\t\t\t\t\t\tclasses.remove ('animated');\n\t\t\t\t\t\t\treturn `show character ${item.data ('character')} ${item.data ('sprite')} with ${classes.toString ()}`;\n\t\t\t\t\t\t}),\n\t\t\t\t\t\tscene: data.Engine.SceneHistory.map ((scene) => {\n\t\t\t\t\t\t\treturn `show scene ${scene}`;\n\t\t\t\t\t\t}),\n\t\t\t\t\t\tsceneElements: sceneElements,\n\t\t\t\t\t\tsceneState: sceneElements.map ((elements) => {\n\t\t\t\t\t\t\tif (elements.length > 0) {\n\t\t\t\t\t\t\t\treturn {\n\t\t\t\t\t\t\t\t\tcharacters: elements.filter(element => element.indexOf ('data-character=') > -1).map ((element) => {\n\t\t\t\t\t\t\t\t\t\tconst div = document.createElement ('div');\n\t\t\t\t\t\t\t\t\t\tdiv.innerHTML = element;\n\t\t\t\t\t\t\t\t\t\tconst image = $_(div.firstChild);\n\t\t\t\t\t\t\t\t\t\tconst classes = image.get(0).classList.toString ().replace ('animated', '').trim ();\n\t\t\t\t\t\t\t\t\t\treturn `show character ${image.data('character')} ${image.data('sprite')}${ classes.length > 0 ? ` with ${classes}`: ''}`;\n\t\t\t\t\t\t\t\t\t}),\n\t\t\t\t\t\t\t\t\timages: elements.filter(element => element.indexOf ('data-image=') > -1).map ((element) => {\n\t\t\t\t\t\t\t\t\t\tconst div = document.createElement ('div');\n\t\t\t\t\t\t\t\t\t\tdiv.innerHTML = element;\n\t\t\t\t\t\t\t\t\t\tconst image = $_(div.firstChild);\n\t\t\t\t\t\t\t\t\t\tconst classes = image.get(0).classList.toString ().replace ('animated', '').trim ();\n\t\t\t\t\t\t\t\t\t\treturn `show image ${image.data('image')}${ classes.length > 0 ? ` with ${classes}`: ''}`;\n\t\t\t\t\t\t\t\t\t}),\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\treturn {\n\t\t\t\t\t\t\t\tcharacters: [],\n\t\t\t\t\t\t\t\timages: []\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t}),\n\t\t\t\t\t\tparticle: data.Engine.ParticlesHistory.map ((particles) => {\n\t\t\t\t\t\t\treturn `show particles ${particles}`;\n\t\t\t\t\t\t}),\n\t\t\t\t\t});\n\t\t\t\t\tthis.storage (data.Storage);\n\n\t\t\t\t} else {\n\t\t\t\t\t// If the new format is being used, things are a lot more simple\n\t\t\t\t\tconst { state, history, storage } = data.game;\n\t\t\t\t\tthis.state (state);\n\t\t\t\t\tthis.history (history);\n\t\t\t\t\tthis.storage (storage);\n\t\t\t\t}\n\n\n\t\t\t\tif (this.state ('step') > this.label ().length - 1) {\n\t\t\t\t\twhile (this.state ('step') > this.label ().length - 1) {\n\t\t\t\t\t\tconst step = this.state ('step') - 1;\n\t\t\t\t\t\tthis.state ({ step });\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tthis.onLoad ().then (() => {\n\t\t\t\t\t// Finally show the game and start playing\n\t\t\t\t\tthis.showScreen ('game');\n\t\t\t\t\tdocument.body.style.cursor = 'auto';\n\t\t\t\t\tthis.trigger ('didLoadGame');\n\t\t\t\t\treturn Promise.resolve ();\n\t\t\t\t});\n\t\t\t});\n\t\t});\n\t}\n\n\tstatic proceed ({ userInitiated = false, skip = false }) {\n\t\treturn this.shouldProceed ({ userInitiated, skip }).then (() => {\n\t\t\tthis.global ('_engine_block', true);\n\t\t\treturn this.willProceed ().then (() => {\n\t\t\t\treturn this.next ();\n\t\t\t});\n\t\t});\n\t}\n\n\tstatic rollback () {\n\t\treturn this.shouldRollback ().then (() => {\n\t\t\tthis.global ('_engine_block', true);\n\t\t\treturn this.willRollback ().then (() => {\n\t\t\t\treturn this.previous ().then (() => {\n\t\t\t\t});\n\t\t\t});\n\t\t});\n\t}\n\n\t/**\n\t * @static shouldProceed - Check if the game can proceed\n\t *\n\t * @returns {Promise} - Resolves if the game can proceed or reject if it\n\t * can't proceed right now.\n\t */\n\tstatic shouldProceed ({ userInitiated = false, skip = false }) {\n\n\t\t// Check if the game is visible, if it's not, then it probably is not\n\t\t// playing or is looking at some menu and thus the game should not\n\t\t// proceed. The game will not proceed if it's blocked or if the distraction\n\t\t// free mode is enabled.\n\n\t\tif (!$_('.modal').isVisible ()\n\t\t\t&& !this.global ('distraction_free')\n\t\t\t&& !this.global ('block')\n\t\t\t&& (!this.global ('_engine_block') || this.global ('_executing_sub_action'))) {\n\t\t\tconst promises = [];\n\n\t\t\tthis.debug.groupCollapsed ('shouldProceed Check');\n\t\t\ttry {\n\n\t\t\t\tthis.debug.debug ('Checking Actions');\n\n\t\t\t\t// Check action by action if they will allow the game to proceed\n\t\t\t\tfor (const action of this.actions ()) {\n\t\t\t\t\tpromises.push (action.shouldProceed ({ userInitiated, skip }).then (() => {\n\t\t\t\t\t\tthis.debug.debug (`OK ${action.id}`);\n\t\t\t\t\t}).catch ((e) => {\n\t\t\t\t\t\tthis.debug.debug (`FAIL ${action.id}\\nReason: ${e}`);\n\t\t\t\t\t\treturn Promise.reject (e);\n\t\t\t\t\t}));\n\t\t\t\t}\n\n\t\t\t\tthis.debug.debug ('Checking Components');\n\n\t\t\t\t// Check component by component if they will allow the game to proceed\n\t\t\t\tfor (const component of this.components ()) {\n\t\t\t\t\tpromises.push (component.shouldProceed ({ userInitiated, skip }).then (() => {\n\t\t\t\t\t\tthis.debug.debug (`OK ${component.tag}`);\n\t\t\t\t\t}).catch ((e) => {\n\t\t\t\t\t\tthis.debug.debug (`FAIL ${component.tag}\\nReason: ${e}`);\n\t\t\t\t\t\treturn Promise.reject (e);\n\t\t\t\t\t}));\n\t\t\t\t}\n\t\t\t} catch (e) {\n\t\t\t\tconsole.error (e);\n\t\t\t\tFancyError.show (\n\t\t\t\t\t'An error ocurred while trying to execute a shouldProceed function.',\n\t\t\t\t\t'Monogatari attempted to execute the function but an error ocurred.',\n\t\t\t\t\t{\n\t\t\t\t\t\t'Error Message': e.message,\n\t\t\t\t\t\t'Help': {\n\t\t\t\t\t\t\t'_': 'More details should be available at the console.',\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t);\n\t\t\t}\n\n\t\t\tthis.debug.debug ('Checking Extra Conditions');\n\n\t\t\treturn Promise.all (promises).then ((...args) => {\n\t\t\t\tthis.debug.groupEnd ();\n\t\t\t\treturn Promise.resolve (...args);\n\t\t\t}).catch ((e) => {\n\t\t\t\tthis.debug.groupEnd ();\n\t\t\t\treturn Promise.reject (e);\n\t\t\t});\n\t\t} else {\n\t\t\treturn Promise.reject ('Extra condition check failed.');\n\t\t}\n\t}\n\n\tstatic willProceed () {\n\n\t\tconst promises = [];\n\t\tthis.debug.groupCollapsed ('Can proceed check passed, game will proceed.');\n\t\ttry {\n\t\t\t// Check action by action if they will allow the game to proceed\n\t\t\tfor (const action of this.actions ()) {\n\t\t\t\tpromises.push (action.willProceed ().then (() => {\n\t\t\t\t\tthis.debug.debug (`OK ${action.id}`);\n\t\t\t\t}).catch ((e) => {\n\t\t\t\t\tthis.debug.debug (`FAIL ${action.id}\\nReason: ${e}`);\n\t\t\t\t\treturn Promise.reject (e);\n\t\t\t\t}));\n\t\t\t}\n\n\t\t\t// Check component by component if they will allow the game to proceed\n\t\t\tfor (const component of this.components ()) {\n\t\t\t\tpromises.push (component.willProceed ().then (() => {\n\t\t\t\t\tthis.debug.debug (`OK ${component.tag}`);\n\t\t\t\t}).catch ((e) => {\n\t\t\t\t\tthis.debug.debug (`FAIL ${component.tag}\\nReason: ${e}`);\n\t\t\t\t\treturn Promise.reject (e);\n\t\t\t\t}));\n\t\t\t}\n\t\t} catch (e) {\n\t\t\tconsole.error (e);\n\t\t\tFancyError.show (\n\t\t\t\t'An error ocurred while trying to execute a willProceed function.',\n\t\t\t\t'Monogatari attempted to execute the function but an error ocurred.',\n\t\t\t\t{\n\t\t\t\t\t'Error Message': e.message,\n\t\t\t\t\t'Help': {\n\t\t\t\t\t\t'_': 'More details should be available at the console.',\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t);\n\t\t}\n\n\t\treturn Promise.all (promises).then ((...args) => {\n\t\t\tthis.debug.groupEnd ();\n\t\t\treturn Promise.resolve (...args);\n\t\t}).catch ((e) => {\n\t\t\tthis.debug.groupEnd ();\n\t\t\treturn Promise.reject (e);\n\t\t});\n\t}\n\n\t/**\n\t * @static shouldRollback - Check if the game can revert\n\t *\n\t * @returns {Promise} - Resolves if the game can be reverted or reject if it\n\t * can't be reverted right now.\n\t */\n\tstatic shouldRollback () {\n\t\t// Check if the game is visible, if it's not, then it probably is not\n\t\t// playing or is looking at some menu and thus the game should not\n\t\t// revert. The game will not revert if it's blocked or if the distraction\n\t\t// free mode is enabled.\n\t\tif (!this.global ('distraction_free')\n\t\t\t&& !this.global ('block')\n\t\t\t&& (!this.global ('_engine_block') || this.global ('_executing_sub_action'))) {\n\t\t\tconst promises = [];\n\n\t\t\tthis.debug.groupCollapsed ('shouldRollback Check');\n\t\t\ttry {\n\t\t\t\t// Check action by action if they will allow the game to revert\n\t\t\t\tfor (const action of this.actions ()) {\n\t\t\t\t\tpromises.push (action.shouldRollback ().then (() => {\n\t\t\t\t\t\tthis.debug.debug (`OK ${action.id}`);\n\t\t\t\t\t}).catch ((e) => {\n\t\t\t\t\t\tthis.debug.debug (`FAIL ${action.id}\\nReason: ${e}`);\n\t\t\t\t\t\treturn Promise.reject (e);\n\t\t\t\t\t}));\n\t\t\t\t}\n\n\t\t\t\t// Check component by component if they will allow the game to revert\n\t\t\t\tfor (const component of this.components ()) {\n\t\t\t\t\tpromises.push (component.shouldRollback ().then (() => {\n\t\t\t\t\t\tthis.debug.debug (`OK ${component.tag}`);\n\t\t\t\t\t}).catch ((e) => {\n\t\t\t\t\t\tthis.debug.debug (`FAIL ${component.tag}\\nReason: ${e}`);\n\t\t\t\t\t\treturn Promise.reject (e);\n\t\t\t\t\t}));\n\t\t\t\t}\n\t\t\t} catch (e) {\n\t\t\t\tconsole.error (e);\n\t\t\t\tFancyError.show (\n\t\t\t\t\t'An error ocurred while trying to execute a shouldRollback function.',\n\t\t\t\t\t'Monogatari attempted to execute the function but an error ocurred.',\n\t\t\t\t\t{\n\t\t\t\t\t\t'Error Message': e.message,\n\t\t\t\t\t\t'Help': {\n\t\t\t\t\t\t\t'_': 'More details should be available at the console.',\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t);\n\t\t\t}\n\n\t\t\treturn Promise.all (promises).then ((...args) => {\n\t\t\t\tthis.debug.groupEnd ();\n\t\t\t\treturn Promise.resolve (...args);\n\t\t\t}).catch ((e) => {\n\t\t\t\tthis.debug.groupEnd ();\n\t\t\t\treturn Promise.reject (e);\n\t\t\t});\n\t\t} else {\n\t\t\treturn Promise.reject ('Extra condition check failed.');\n\t\t}\n\t}\n\n\tstatic willRollback () {\n\t\tconst promises = [];\n\n\t\tthis.debug.groupCollapsed ('Should Rollback Check passed, game will roll back.');\n\n\t\ttry {\n\t\t\t// Check action by action if they will allow the game to revert\n\t\t\tfor (const action of this.actions ()) {\n\t\t\t\tpromises.push (action.willRollback ().then (() => {\n\t\t\t\t\tthis.debug.debug (`OK ${action.id}`);\n\t\t\t\t}).catch ((e) => {\n\t\t\t\t\tthis.debug.debug (`FAIL ${action.id}\\nReason: ${e}`);\n\t\t\t\t\treturn Promise.reject (e);\n\t\t\t\t}));\n\t\t\t}\n\n\t\t\t// Check component by component if they will allow the game to revert\n\t\t\tfor (const component of this.components ()) {\n\t\t\t\tpromises.push (component.willRollback ().then (() => {\n\t\t\t\t\tthis.debug.debug (`OK ${component.tag}`);\n\t\t\t\t}).catch ((e) => {\n\t\t\t\t\tthis.debug.debug (`FAIL ${component.tag}\\nReason: ${e}`);\n\t\t\t\t\treturn Promise.reject (e);\n\t\t\t\t}));\n\t\t\t}\n\t\t} catch (e) {\n\t\t\tconsole.error (e);\n\t\t\tFancyError.show (\n\t\t\t\t'An error ocurred while trying to execute a willRollback function.',\n\t\t\t\t'Monogatari attempted to execute the function but an error ocurred.',\n\t\t\t\t{\n\t\t\t\t\t'Error Message': e.message,\n\t\t\t\t\t'Help': {\n\t\t\t\t\t\t'_': 'More details should be available at the console.',\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t);\n\t\t}\n\n\t\treturn Promise.all (promises).then ((...args) => {\n\t\t\tthis.debug.groupEnd ();\n\t\t\treturn Promise.resolve (...args);\n\t\t}).catch ((e) => {\n\t\t\tthis.debug.groupEnd ();\n\t\t\treturn Promise.reject (e);\n\t\t});\n\t}\n\n\t/**\n\t * @static playAmbient - Play the main menu music using the key defined in the\n\t * 'MainScreenMusic' property of the game settings.\n\t */\n\tstatic playAmbient () {\n\t\t// Check if a menu music was defined\n\t\tif (this.setting ('MainScreenMusic') !== '') {\n\n\t\t\t// Make the ambient player loop\n\t\t\tthis.ambientPlayer.loop = true;\n\n\t\t\t// Check if the music was defined in the music assets object\n\t\t\tif (typeof this.asset ('music', this.setting ('MainScreenMusic')) !== 'undefined') {\n\n\t\t\t\t// Check if the player is already playing music\n\t\t\t\tif (!this.ambientPlayer.paused && !this.ambientPlayer.ended) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\t// Get the full path to the asset and set the src to the ambient player\n\t\t\t\tthis.ambientPlayer.src = `${this.setting ('AssetsPath').root}/${this.setting ('AssetsPath').music}/${this.asset ('music', this.setting ('MainScreenMusic'))}`;\n\n\t\t\t\t// Play the music but catch any errors. Error catching is necessary\n\t\t\t\t// since some browsers like chrome, have added some protections to\n\t\t\t\t// avoid media from being autoplayed. Because of these protections,\n\t\t\t\t// the user needs to interact with the page first before the media\n\t\t\t\t// is able to play.\n\t\t\t\tthis.ambientPlayer.play ().catch ((e) => {\n\t\t\t\t\tconsole.warn(e);\n\t\t\t\t\t// Create a broadcast message\n\t\t\t\t\tconst element = `\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t

${this.string ('AllowPlayback')}.

\n\t\t\t\t\t\t
\n\t\t\t\t\t`;\n\n\t\t\t\t\t// Add it to the main menu and game screens\n\t\t\t\t\tthis.element ().prepend (element);\n\n\t\t\t\t\t// Try to play the media again once the element has been clicked\n\t\t\t\t\t// and remove it.\n\t\t\t\t\tthis.element ().on ('click', '[data-ui=\"broadcast\"][data-content=\"allow-playback\"]', () => {\n\t\t\t\t\t\tthis.playAmbient ();\n\t\t\t\t\t\tthis.element ().find ('[data-ui=\"broadcast\"][data-content=\"allow-playback\"]').remove ();\n\t\t\t\t\t});\n\t\t\t\t});\n\t\t\t} else {\n\t\t\t\tFancyError.show (\n\t\t\t\t\t`The music \"${this.setting ('MainScreenMusic')}\" is not defined.`,\n\t\t\t\t\t'Monogatari attempted to find a definition of a music asset but there was none.',\n\t\t\t\t\t{\n\t\t\t\t\t\t'Music Not Found': this.setting ('MainScreenMusic'),\n\t\t\t\t\t\t'You may have meant one of these': Object.keys (this.assets ('music')),\n\t\t\t\t\t\t'Help': {\n\t\t\t\t\t\t\t'_': 'Please check that you have correctly defined this music asset and wrote its name correctly in the `MainScreenMusic` variable',\n\t\t\t\t\t\t\t'_1': `\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t'MainScreenMusic': 'TheKeyToYourMusicAsset'\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t`,\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t);\n\t\t\t}\n\t\t}\n\t}\n\n\t// Stop the main menu's music\n\tstatic stopAmbient () {\n\t\tif (!this.ambientPlayer.paused) {\n\t\t\tthis.ambientPlayer.pause ();\n\t\t}\n\t}\n\n\t// Start game automatically without going trough the main menu\n\tstatic showMainScreen () {\n\t\tthis.global ('on_splash_screen', false);\n\n\t\tif (!this.setting ('ShowMainScreen')) {\n\t\t\tthis.global ('playing', true);\n\t\t\tthis.showScreen ('game');\n\t\t\tthis.run (this.label ()[this.state ('step')]);\n\t\t} else {\n\t\t\tthis.showScreen ('main');\n\t\t}\n\t}\n\n\tstatic showSplashScreen () {\n\t\tconst labelName = this.setting ('SplashScreenLabel');\n\t\tif (typeof labelName === 'string' && labelName !== '') {\n\t\t\tconst label = this.label (labelName);\n\t\t\tif (typeof label !== 'undefined') {\n\t\t\t\tthis.global ('on_splash_screen', true);\n\n\t\t\t\tthis.state ({\n\t\t\t\t\tlabel: labelName\n\t\t\t\t});\n\n\t\t\t\tthis.element ().find ('[data-component=\"game-screen\"]').addClass ('splash-screen');\n\n\t\t\t\tthis.element ().find ('[data-component=\"quick-menu\"]').addClass ('splash-screen');\n\n\t\t\t\tthis.showScreen ('game');\n\n\t\t\t\tthis.run (this.label ()[this.state ('step')]);\n\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\t\tthis.showMainScreen ();\n\t}\n\n\t/**\n\t * @static autoPlay - Enable or disable the autoplay feature which allows the\n\t * game to play itself (of sorts), it will go through the dialogs alone but\n\t * will wait when user interaction is needed.\n\t *\n\t * @param {boolean} enable - Wether the auto play feature will be enabled (true)\n\t * or disabled (false);\n\t */\n\tstatic autoPlay (enable) {\n\t\tif (enable === true) {\n\t\t\t// The interval for autoplay speed is measured in minutes\n\t\t\tconst interval = this.preference ('AutoPlaySpeed') * 1000;\n\t\t\tlet expected = Date.now () + interval;\n\n\t\t\tthis.global ('_auto_play_timer', () => {\n\t\t\t\tconst now = Date.now () - expected; // the drift (positive for overshooting)\n\t\t\t\tif (now > interval) {\n\t\t\t\t\t// something really bad happened. Maybe the browser (tab) was inactive?\n\t\t\t\t\t// possibly special handling to avoid futile \"catch up\" run\n\t\t\t\t}\n\t\t\t\tthis.proceed ().then (() => {\n\t\t\t\t\texpected += interval;\n\t\t\t\t\tsetTimeout (this.global ('_auto_play_timer'), Math.max (0, interval - now)); // take into account drift\n\t\t\t\t}).catch (() => {\n\t\t\t\t\t// An action waiting for user interaction or something else\n\t\t\t\t\t// is blocking the game.\n\t\t\t\t});\n\t\t\t});\n\t\t\tsetTimeout (this.global ('_auto_play_timer'), interval);\n\t\t\tthis.element ().find ('[data-component=\"quick-menu\"] [data-action=\"auto-play\"] [data-string]').text (this.string ('Stop'));\n\t\t\tthis.element ().find ('[data-component=\"quick-menu\"] [data-action=\"auto-play\"] [data-icon]').replaceWith ('');\n\t\t} else {\n\t\t\tclearTimeout (this.global ('_auto_play_timer'));\n\t\t\tthis.global ('_auto_play_timer', null);\n\t\t\tthis.element ().find ('[data-component=\"quick-menu\"] [data-action=\"auto-play\"] [data-string]').text (this.string ('AutoPlay'));\n\t\t\tthis.element ().find ('[data-component=\"quick-menu\"] [data-action=\"auto-play\"] [data-icon]').replaceWith ('');\n\t\t}\n\t}\n\n\t/**\n\t * @static distractionFree - Enable or disable the distraction free mode\n\t * where the dialog box is hidden so that the player can look at the characters\n\t * and background with no other elements on the way. A 'transparent' class\n\t * is added to the quick menu when this mode is enabled.\n\t */\n\tstatic distractionFree () {\n\t\tif (this.global ('playing')) {\n\t\t\t// Check if the distraction free is currently enabled\n\t\t\tif (this.global ('distraction_free') === true) {\n\t\t\t\tthis.element ().find ('[data-component=\"quick-menu\"] [data-action=\"distraction-free\"] [data-string]').text (this.string ('Hide'));\n\t\t\t\tthis.element ().find ('[data-component=\"quick-menu\"] [data-action=\"distraction-free\"] [data-icon]').replaceWith ('');\n\t\t\t\tthis.element ().find ('[data-component=\"quick-menu\"]').removeClass ('transparent');\n\t\t\t\tthis.element ().find ('[data-component=\"text-box\"]').show ();\n\t\t\t\tthis.global ('distraction_free', false);\n\t\t\t} else {\n\t\t\t\tthis.element ().find ('[data-component=\"quick-menu\"] [data-action=\"distraction-free\"] [data-string]').text (this.string ('Show'));\n\t\t\t\tthis.element ().find ('[data-component=\"quick-menu\"] [data-action=\"distraction-free\"] [data-icon]').replaceWith ('');\n\t\t\t\tthis.element ().find ('[data-component=\"quick-menu\"]').addClass ('transparent');\n\t\t\t\tthis.element ().find ('[data-component=\"text-box\"]').hide();\n\t\t\t\tthis.global ('distraction_free', true);\n\t\t\t}\n\t\t}\n\t}\n\n\tstatic setup (selector) {\n\n\t\t// Set the initial settings if they don't exist or load them from the\n\t\t// Storage if they do.\n\t\tthis.Storage.get ('Settings').then ((local_settings) => {\n\t\t\tthis._preferences = merge (this._preferences, local_settings);\n\t\t}).catch ((e) => {\n\t\t\tconsole.warn ('There was no settings saved. This may be the first time this game was opened, we\\'ll create them now.', e);\n\t\t\tthis.Storage.set ('Settings', this._preferences);\n\t\t});\n\n\t\t// Define all the components that were registered to this point\n\t\tfor (const component of this._components) {\n\t\t\tif (typeof window.customElements.get (component.tag) === 'undefined') {\n\t\t\t\tcomponent.engine = this;\n\t\t\t\twindow.customElements.define (component.tag, component);\n\t\t\t} else {\n\t\t\t\tFancyError.show (\n\t\t\t\t\t`Unable to register component \"${component.tag}\"`,\n\t\t\t\t\t'Monogatari attempted to register a component but another component had already been registered for the same tag.',\n\t\t\t\t\t{\n\t\t\t\t\t\t'Component / Tag': component,\n\t\t\t\t\t\t'Help': {\n\t\t\t\t\t\t\t'_': 'Once a component for a tag has been registered and the setup has completed, it can not be replaced or removed. Try removing the conflicting component first:',\n\t\t\t\t\t\t\t'_1': `\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tmonogatari.unregisterComponent ('${component.tag}')\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t`,\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t);\n\t\t\t}\n\t\t}\n\n\t\t// Register service worker. The service worker will save all requests into\n\t\t// the cache so the game loads more quickly and we can play offline. The\n\t\t// service worker will only be used if it was allowed by the settings and\n\t\t// if we are not running in a local platform such as electron or cordova\n\t\t// where the assets are expected to be available locally and thus don't\n\t\t// require being cached.\n\t\tif (this.setting ('ServiceWorkers')) {\n\t\t\tif (!Platform.electron () && !Platform.cordova () && Platform.serviceWorkers ()) {\n\t\t\t\t// TODO: There's a place in hell for this quick fix, the splitting\n\t\t\t\t// of the sw file is just preventing parcel from trying to bundle it\n\t\t\t\t// when building the core libraries.\n\t\t\t\tnavigator.serviceWorker.register ('service-worker' + '.js').then ((registration) => {\n\n\t\t\t\t\t// Check if an update to the service worker was found\n\t\t\t\t\tregistration.onupdatefound = () => {\n\t\t\t\t\t\tconst worker = registration.installing;\n\t\t\t\t\t\tworker.onstatechange = () => {\n\t\t\t\t\t\t\t// Once the updated service worker has been installed,\n\t\t\t\t\t\t\t// show a notice to the players so that they reload the\n\t\t\t\t\t\t\t// page and get the latest content.\n\t\t\t\t\t\t\tif (worker.state === 'installed') {\n\t\t\t\t\t\t\t\tif (navigator.serviceWorker.controller) {\n\t\t\t\t\t\t\t\t\tconst element = `\n\t\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\t\t

${this.string ('NewContent')}.

\n\t\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t`;\n\t\t\t\t\t\t\t\t\tthis.element ().prepend (element);\n\t\t\t\t\t\t\t\t\tthis.element ().on ('click', '[data-ui=\"broadcast\"][data-content=\"new-content\"]', () => {\n\t\t\t\t\t\t\t\t\t\tthis.element ().find ('[data-ui=\"broadcast\"][data-content=\"new-content\"]').remove ();\n\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t};\n\t\t\t\t\t};\n\t\t\t\t});\n\t\t\t} else {\n\t\t\t\tconsole.warn ('Service Workers are not available in this browser or have been disabled in the engine configuration. Service Workers are available only when serving your files through a server, once you upload your game this warning will go away. You can also try using a simple server like this one for development: https://chrome.google.com/webstore/detail/web-server-for-chrome/ofhbbkphhbklhfoeikjpcbhemlocgigb/');\n\t\t\t}\n\t\t}\n\n\t\t// Save the structure of the storage variable. The structure is saved as\n\t\t// a string so that we have a reference to how the storage was originally\n\t\t// and we can reset the storage when the game ends.\n\t\tthis.global ('storageStructure', JSON.stringify (this.storage ()));\n\n\t\t// The open-screen action does exactly what it says, it takes the\n\t\t// data-screen property of the object it's in and then opens that\n\t\t// menu, meaning it hides everything else and shows that one.\n\t\tthis.registerListener ('open-screen', {\n\t\t\tcallback: (element) => {\n\t\t\t\tthis.element ().find ('[data-screen]').each ((screen) => {\n\t\t\t\t\tscreen.setState ({ open: false });\n\t\t\t\t});\n\t\t\t\tthis.element ().find (`[data-screen=\"${element.data('open')}\"]`).get (0).setState ({ open: true });\n\t\t\t}\n\t\t});\n\n\t\t// The start action starts the game so it shows the game screen\n\t\t// and the game starts\n\t\tthis.registerListener ('start', {\n\t\t\tcallback: () => {\n\t\t\t\tthis.global ('playing', true);\n\n\t\t\t\t// Remove the play main menu audio broadcast message if it's present\n\t\t\t\tthis.element ().find ('[data-ui=\"broadcast\"][data-content=\"allow-playback\"]').remove ();\n\n\t\t\t\tthis.onStart ().then (() => {\n\t\t\t\t\tthis.element ().find ('[data-screen]').each ((screen) => {\n\t\t\t\t\t\tscreen.setState ({ open: false });\n\t\t\t\t\t});\n\n\t\t\t\t\tthis.element ().find ('[data-screen=\"game\"]').get (0).setState ({ open: true });\n\n\t\t\t\t\t// Check if the initial label exists\n\t\t\t\t\tif (this.label ()) {\n\t\t\t\t\t\tthis.run (this.label ()[this.state ('step')]);\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t}\n\t\t});\n\n\t\tthis.registerListener ('dismiss-alert', {\n\t\t\tcallback: () => {\n\t\t\t\tthis.dismissAlert ();\n\t\t\t}\n\t\t});\n\n\t\tthis.registerListener ('distraction-free', {\n\t\t\tkeys: 'h',\n\t\t\tcallback: () => {\n\t\t\t\tthis.distractionFree ();\n\t\t\t}\n\t\t});\n\n\t\tthis.registerListener ('skip', {\n\t\t\tkeys: 's',\n\t\t\tcallback: () => {\n\t\t\t\tif (this.global ('playing')) {\n\t\t\t\t\tif (this.global ('skip') !== null) {\n\t\t\t\t\t\tthis.skip (false);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tthis.skip (true);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\n\t\t// Add listener to the auto-play buttons, activating or deactivating the\n\t\t// auto-play feature\n\t\tthis.registerListener ('auto-play', {\n\t\t\tcallback: () => {\n\t\t\t\tthis.autoPlay (this.global ('_auto_play_timer') === null);\n\t\t\t}\n\t\t});\n\n\t\tconst promises = [];\n\n\t\tfor (const component of this.components ()) {\n\t\t\tcomponent.engine = this;\n\t\t\tpromises.push (component.setup (selector));\n\t\t}\n\n\t\tfor (const action of this.actions ()) {\n\t\t\taction.engine = this;\n\t\t\tpromises.push (action.setup (selector));\n\t\t}\n\t\treturn Promise.all (promises).then (() => {\n\t\t\tthis.global ('_didSetup', true);\n\t\t\treturn Promise.resolve ();\n\t\t});\n\t}\n\t/**\n\t * @static skip - Enable or disable the skip mode which is similar to auto\n\t * play but simply skips fast through the game.\n\t *\n\t * @param {boolean} enable - Wether it should be enabled (true) or disabled (false)\n\t */\n\tstatic skip (enable) {\n\t\tif (enable === true) {\n\t\t\t// Check if Skip was enabled on the settings, if it has a value greater\n\t\t\t// than 0, it represents the speed with which the game will skip through\n\t\t\t// statements. If it's lesser or equal to 0 then it's disabled.\n\t\t\tif (this.setting ('Skip') > 0) {\n\n\t\t\t\tconst button = this.element ().find ('[data-component=\"quick-menu\"] [data-action=\"skip\"] [data-icon]');\n\n\t\t\t\tif (button.data ('icon') !== 'play-circle') {\n\t\t\t\t\tbutton.replaceWith ('');\n\t\t\t\t}\n\n\t\t\t\t// Start the timeout with the time specified on the settings. We\n\t\t\t\t// save it on a global variable so that we can disable later.\n\t\t\t\tthis.global ('skip', setTimeout (() => {\n\t\t\t\t\tif (this.element ().find ('[data-screen=\"game\"]').isVisible () && this.global ('playing') === true) {\n\t\t\t\t\t\tthis.proceed ({ skip: true }).then (() => {\n\t\t\t\t\t\t\t// Nothing to do here\n\t\t\t\t\t\t}).catch (() => {\n\t\t\t\t\t\t\t// An action waiting for user interaction or something else\n\t\t\t\t\t\t\t// is blocking the game.\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\t\t\t\t\t// Start all over again\n\t\t\t\t\tthis.skip (true);\n\t\t\t\t}, this.setting ('Skip')));\n\t\t\t}\n\t\t} else {\n\t\t\tclearTimeout (this.global ('skip'));\n\t\t\tthis.global ('skip', null);\n\t\t\tconst button = this.element ().find ('[data-component=\"quick-menu\"] [data-action=\"skip\"] [data-icon]');\n\n\t\t\tif (button.data ('icon') !== 'fast-forward') {\n\t\t\t\tbutton.replaceWith ('');\n\t\t\t}\n\t\t}\n\t}\n\n\tstatic showScreen (screen) {\n\t\tthis.hideScreens ();\n\n\t\tthis.element ().find (`[data-screen=\"${screen}\"]`).get (0).setState ({\n\t\t\topen: true\n\t\t});\n\t}\n\n\tstatic hideScreens () {\n\t\tthis.element ().find ('[data-screen]').each ((screen) => {\n\t\t\tscreen.setState ({ open: false });\n\t\t});\n\t}\n\n\tstatic resize (element, proportionWidth, proportionHeight) {\n\t\tconst mainElement = $_('body').get (0);\n\n\t\tconst mainWidth = mainElement.offsetWidth;\n\t\tconst mainHeight = mainElement.offsetHeight;\n\n\t\tconst h = Math.floor (mainWidth * (proportionHeight / proportionWidth));\n\n\t\tlet widthCss = '100%';\n\t\tlet heightCss = '100%';\n\t\tlet marginTopCss = 0;\n\n\t\tif (h <= mainHeight) {\n\t\t\tconst marginTop = Math.floor ((mainHeight - h)/2);\n\t\t\tmarginTopCss = marginTop + 'px';\n\t\t\theightCss = h + 'px';\n\n\t\t} else {\n\t\t\tconst w = Math.floor (mainHeight * (proportionWidth/proportionHeight));\n\t\t\twidthCss = w + 'px';\n\t\t}\n\n\t\t$_('.forceAspectRatio').style ({\n\t\t\twidth: widthCss,\n\t\t\theight: heightCss,\n\t\t\tmarginTop: marginTopCss\n\t\t});\n\t}\n\n\t/**\n\t * Every event listener should be binded in this function.\n\t */\n\tstatic bind (selector) {\n\n\n\t\t// Add the orientation checker in case that a specific orientation was\n\t\t// defined.\n\t\tif (this.setting ('Orientation') !== 'any' && Platform.mobile ()) {\n\n\t\t\t// Set the event listener for device orientation so we can display a message\n\t\t\twindow.addEventListener ('orientationchange', () => {\n\n\t\t\t\t// Display or remove the device orientation notice depending on the\n\t\t\t\t// current device orientation\n\t\t\t\tif (Platform.orientation () !== this.setting ('Orientation')) {\n\t\t\t\t\tthis.alert ('orientation-warning', {\n\t\t\t\t\t\tmessage: 'OrientationWarning'\n\t\t\t\t\t});\n\t\t\t\t} else {\n\t\t\t\t\tthis.dismissAlert ('orientation-warning');\n\t\t\t\t}\n\t\t\t}, false);\n\t\t}\n\n\t\t// Add event listener for back buttons. If the player is playing, the back\n\t\t// button will return to the game, if its not playing, then it'll return\n\t\t// to the main menu.\n\t\tthis.on ('click', '[data-screen]:not([data-screen=\"game\"]) [data-action=\"back\"]', (event) => {\n\n\t\t\tif (!$_(`${selector} [data-screen=\"game\"]`).isVisible ()) {\n\t\t\t\tthis.debug.debug ('Registered Back Listener on Non-Game Screen');\n\t\t\t\tevent.stopImmediatePropagation();\n\t\t\t\tevent.stopPropagation();\n\t\t\t\tevent.preventDefault();\n\t\t\t\tthis.element ().find ('[data-screen]').each ((screen) => {\n\t\t\t\t\tscreen.setState ({ open: false });\n\t\t\t\t});\n\n\t\t\t\tif (this.global ('playing') || this.global ('on_splash_screen')) {\n\t\t\t\t\tthis.element ().find ('[data-screen=\"game\"]').get (0).setState ({ open: true });\n\t\t\t\t} else {\n\t\t\t\t\tthis.element ().find ('[data-screen=\"main\"]').get (0).setState ({ open: true });\n\t\t\t\t}\n\t\t\t}\n\n\t\t});\n\n\t\tconst self = this;\n\n\t\t// Add listeners for the data-action properties\n\t\tthis.on ('click', '[data-action]', function (event) {\n\t\t\tconst element = $_(this);\n\n\t\t\tconst action = element.data ('action');\n\n\t\t\tif (action) {\n\t\t\t\tself.runListener (action, element, event);\n\t\t\t}\n\n\t\t\treturn false;\n\t\t});\n\n\t\tthis.keyboardShortcut (['right', 'space'], () => {\n\t\t\tthis.proceed ({ userInitiated: true }).then (() => {\n\t\t\t\t// Nothing to do here\n\t\t\t}).catch (() => {\n\t\t\t\t// An action waiting for user interaction or something else\n\t\t\t\t// is blocking the game.\n\t\t\t});\n\t\t});\n\n\t\tthis.keyboardShortcut ('esc', () => {\n\t\t\tif ($_(`${selector} [data-screen=\"game\"]`).isVisible () && this.global ('playing')) {\n\t\t\t\tthis.showScreen ('settings');\n\t\t\t} else if ($_(`${selector} [data-screen=\"settings\"]`).isVisible () && this.global ('playing')) {\n\t\t\t\tthis.showScreen ('game');\n\t\t\t}\n\t\t});\n\n\t\tthis.keyboardShortcut ('shift+s', () => {\n\t\t\tif (this.global ('playing')) {\n\t\t\t\tthis.showScreen ('save');\n\t\t\t}\n\t\t});\n\n\t\tthis.keyboardShortcut ('shift+l', () => {\n\t\t\tif (this.global ('playing')) {\n\t\t\t\tthis.showScreen ('load');\n\t\t\t}\n\t\t});\n\n\t\tconst forceAspectRatio = this.setting ('ForceAspectRatio');\n\t\tlet forceAspectRatioFlag = true;\n\n\t\tswitch (forceAspectRatio) {\n\t\t\tcase 'Visuals':\n\t\t\t\t$_('[data-content=\"visuals\"]').addClass('forceAspectRatio');\n\t\t\t\tbreak;\n\n\t\t\tcase 'Global':\n\t\t\t\tthis.element ().parent ().addClass('forceAspectRatio');\n\t\t\t\tbreak;\n\n\t\t\tdefault:\n\t\t\t\tforceAspectRatioFlag = false;\n\t\t}\n\n\t\tif (forceAspectRatioFlag) {\n\t\t\tconst [w, h] = this.setting ('AspectRatio').split (':');\n\t\t\tconst proportionWidth = parseInt(w);\n\t\t\tconst proportionHeight = parseInt(h);\n\t\t\tif (!(Platform.electron () && forceAspectRatio === 'Global')) {\n\t\t\t\tthis.resize (null, proportionWidth, proportionHeight);\n\t\t\t\t$_(window).on ('resize', () => this.resize (null, proportionWidth, proportionHeight));\n\t\t\t}\n\t\t}\n\n\t\tconst promises = [];\n\n\t\tfor (const component of this.components ()) {\n\t\t\tpromises.push (component.bind (selector));\n\t\t}\n\n\t\tfor (const action of this.actions ()) {\n\t\t\tpromises.push (action.bind (selector));\n\t\t}\n\t\treturn Promise.all (promises).then (() => {\n\t\t\tfor (const listener of this._listeners) {\n\t\t\t\tconst { keys, callback } = listener;\n\t\t\t\tif (typeof keys !== 'undefined') {\n\t\t\t\t\tthis.keyboardShortcut (keys, callback);\n\t\t\t\t}\n\t\t\t}\n\t\t\tthis.global ('_didBind', true);\n\t\t\treturn Promise.resolve ();\n\t\t});\n\t}\n\n\t/**\n\t * @static element - Get the main visual-novel element\n\t *\n\t * @param {boolean} pure - Wether to get an Artemis DOM instance of the element\n\t * or a pure HTML element\n\t * @param {boolean} handled - Wether the case of the element not existing is\n\t * being handled in some way or not. If it doesn't exist and it is not being\n\t * handled, an error will be shown.\n\t *\n\t * @returns {DOM | HTMLElement}\n\t */\n\tstatic element (pure = false, handled = false) {\n\t\tlet element = null;\n\t\tlet exists = false;\n\n\t\tif (pure === true) {\n\t\t\telement = document.querySelector ('visual-novel');\n\t\t\texists = element !== null;\n\t\t} else {\n\t\t\telement = $_('visual-novel');\n\t\t\texists = element.length > 0;\n\t\t}\n\n\t\t// In some cases, the user might be trying to execute an action using the\n\t\t// main element when the DOM has not been loaded yet, thus causing an\n\t\t// error since the element does not exists yet.\n\t\tif (exists === false && handled === false) {\n\t\t\tFancyError.show (\n\t\t\t\t'Main element is not ready yet',\n\t\t\t\t'Monogatari attempted to execute a function when the main element was not fully loaded yet.',\n\t\t\t\t{\n\t\t\t\t\t'Trace': 'You should be able to see an error with the order in which functions were executed in your browser\\'s console (Ctrl + Shift + i). The last one should be part of your code and that\\'s the one that needs to be changed.',\n\t\t\t\t\t'Help': {\n\t\t\t\t\t\t'_': 'Please wrap or move your code into a $_ready () function block to wait for the page to be fully loaded before executing it.',\n\t\t\t\t\t\t'_1': `\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$_ready (() => {\n\t\t\t\t\t\t\t\t\t// Your code should go here\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t`\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t);\n\t\t}\n\t\treturn element;\n\t}\n\n\tstatic on (event, target, callback) {\n\t\treturn this.element ().on (event, target, callback);\n\t}\n\n\tstatic parentElement () {\n\t\treturn $_(this._selector);\n\t}\n\n\t/**\n\t * @static trigger - Trigger a custom element with custom details data\n\t *\n\t * @param {string} name - The name of the event to trigger\n\t * @param {Object} [details = {}] - A key/value object with additional details\n\t * for the event\n\t *\n\t * @returns {void}\n\t */\n\tstatic trigger (name, details = {}) {\n\t\tconst event = new CustomEvent (name, { bubbles: false, detail: details });\n\n\t\tconst element = this.element (true, true);\n\n\t\tif (element) {\n\t\t\telement.dispatchEvent (event);\n\t\t} else {\n\t\t\t$_ready (() => dispatchEvent (event));\n\t\t}\n\t}\n\n\tstatic init (selector = '#monogatari') {\n\t\tthis._selector = selector;\n\n\t\tthis.trigger ('willInit');\n\n\t\tif (this.Storage.configuration ().name === '') {\n\t\t\tthis.setupStorage ();\n\t\t}\n\n\t\tFancyError.init ();\n\n\t\tthis.trigger ('willSetup');\n\n\t\treturn this.setup (selector).then (() => {\n\n\t\t\tthis.trigger ('didSetup');\n\n\t\t\tthis.trigger ('willBind');\n\n\t\t\treturn this.bind (selector).then (() => {\n\n\t\t\t\tthis.trigger ('didBind');\n\n\t\t\t\tthis.ambientPlayer = new Audio ();\n\n\t\t\t\t// Set the initial language translations\n\t\t\t\tthis.localize ();\n\n\t\t\t\t// Set the label in which the game will start\n\t\t\t\tthis.state ({\n\t\t\t\t\tlabel: this.setting ('Label')\n\t\t\t\t});\n\n\t\t\t\t// Check if the orientation is correct, if it's not, show the warning\n\t\t\t\t// message so the player will rotate its device.\n\t\t\t\tif (this.setting ('Orientation') !== 'any') {\n\t\t\t\t\tif (Platform.mobile () && Platform.orientation () !== this.setting ('Orientation')) {\n\t\t\t\t\t\tthis.alert ('orientation-warning', {\n\t\t\t\t\t\t\tmessage: 'OrientationWarning'\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Preload all the game assets\n\t\t\t\tthis.preload ().then (() => {\n\n\t\t\t\t}).catch ((e) => {\n\t\t\t\t\tconsole.error (e);\n\t\t\t\t}).finally (() => {\n\t\t\t\t\tif (this.label ()) {\n\t\t\t\t\t\tthis.showSplashScreen ();\n\t\t\t\t\t} else {\n\t\t\t\t\t\tFancyError.show (\n\t\t\t\t\t\t\t`\"${this.setting ('Label')}\" Label was not found`,\n\t\t\t\t\t\t\t'Monogatari tried to get your start label but it couldn\\'t find it in your script.',\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t'Start Label on your Settings': this.setting ('Label'),\n\t\t\t\t\t\t\t\t'Labels Available': Object.keys (this.script ()),\n\t\t\t\t\t\t\t\t'Help': {\n\t\t\t\t\t\t\t\t\t'_': 'Please check that the label exists in your script.'\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t);\n\t\t\t\t\t}\n\t\t\t\t});\n\n\t\t\t\tconst init = [];\n\n\t\t\t\tfor (const component of this.components ()) {\n\t\t\t\t\tinit.push (component.init (selector));\n\t\t\t\t}\n\n\t\t\t\tfor (const action of this.actions ()) {\n\t\t\t\t\tinit.push (action.init (selector));\n\t\t\t\t}\n\n\t\t\t\tif (this.setting ('AutoSave') != 0 && typeof this.setting ('AutoSave') === 'number') {\n\t\t\t\t\tthis.debug.debug ('Automatic save is enabled, setting up timeout');\n\t\t\t\t\tthis.global ('_auto_save_interval', setInterval(() => {\n\t\t\t\t\t\tthis.debug.groupCollapsed ('Automatic Save');\n\t\t\t\t\t\tconst id = this.global ('current_auto_save_slot');\n\n\t\t\t\t\t\tthis.debug.debug ('Saving data to slot', id);\n\n\t\t\t\t\t\tthis.saveTo ('AutoSaveLabel', id);\n\n\t\t\t\t\t\tif (this.global ('current_auto_save_slot') === this.setting ('Slots')) {\n\t\t\t\t\t\t\tthis.global ('current_auto_save_slot', 1);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tthis.global ('current_auto_save_slot', this.global ('current_auto_save_slot') + 1);\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tthis.debug.groupEnd ('Automatic Save');\n\n\t\t\t\t\t}, this.setting ('AutoSave') * 60000));\n\t\t\t\t} else {\n\t\t\t\t\tthis.debug.debug ('Automatic save is disabled. Section will be hidden from Load Screen');\n\t\t\t\t\tthis.element ().find ('[data-screen=\"load\"] [data-ui=\"autoSaveSlots\"]').hide ();\n\t\t\t\t}\n\n\t\t\t\treturn Promise.all (init).then (() => {\n\t\t\t\t\tthis.global ('_didInit', true);\n\t\t\t\t\tthis.trigger ('didInit');\n\t\t\t\t});\n\t\t\t});\n\t\t});\n\t}\n\n\tstatic random (min, max) {\n\t\ttry {\n\t\t\treturn new Random (browserCrypto).integer (min, max);\n\t\t} catch (e) {\n\t\t\tconsole.error (e);\n\t\t\treturn new Random ().integer (min, max);\n\t\t}\n\t}\n}\n\nMonogatari._events = {\n\n};\n\nMonogatari._selector = '#monogatari';\n\nMonogatari._actions = [];\nMonogatari._components = [];\nMonogatari._translations = {};\nMonogatari._script = {};\nMonogatari._characters = {};\nMonogatari._storage = {};\n\nMonogatari.Storage = new Space ();\n\nMonogatari._mediaPlayers = {\n\tmusic: {},\n\tsound: {},\n\tvoice: {},\n\tvideo: {}\n};\n\nMonogatari._state = {\n\tstep: 0,\n\tlabel: 'Start'\n};\n\nMonogatari._history = {\n\timage: [],\n\tcharacter: [],\n\tscene: [],\n\tlabel: []\n};\n\nMonogatari._globals = {\n\n};\n\nMonogatari._functions = {\n\n};\n\nMonogatari._$ = {\n\n};\n\nMonogatari._status = {\n\tblock: false,\n\tplaying: false,\n\tfinished_typing: true\n};\n\nMonogatari._assets = {\n\tmusic: {},\n\tvoices: {},\n\tsounds: {},\n\tvideos: {},\n\timages: {},\n\tscenes: {},\n\tgallery: {}\n};\n\n// These are the default settings and they are overwritten by the user's settings\n// New elements here will no conflict with the user's settings and allows a better\n// update experience\nMonogatari._settings = {\n\n\t// The name of your game, this will be used to store all the data so once\n\t// you've released a game using one name, it shouldn't change. Please use the\n\t// Version Setting to indicate a new release of your game!\n\t'Name': 'My Visual Novel',\n\n\t// The version of your game in semantic versioning (https://semver.org/).\n\t'Version': '0.1.0',\n\n\t// Initial Label *\n\t'Label': 'Start',\n\n\t// Number of AutoSave Slots\n\t'Slots': 10,\n\n\t// Change to true for a MultiLanguage GameScreen.\n\t'MultiLanguage': false,\n\n\t// Music for the Main Menu.\n\t'MainScreenMusic': '',\n\n\t// Prefix for the Save Slots in Local Storage.\n\t'SaveLabel': 'Save',\n\t'AutoSaveLabel': 'AutoSave',\n\n\t// Turn main menu on/off; Default: true *\n\t'ShowMainScreen': true,\n\n\t// Turn image preloading on/off, Default: true\n\t'Preload': true,\n\n\t// Time interval between autosaves (In Minutes). Default: 0 (Off)\n\t'AutoSave': 0,\n\n\t// Enable service workers; Default: true *\n\t'ServiceWorkers': true,\n\n\t// The Aspect Ratio your background images are on. This has no effect on\n\t// web deployed novels.\n\t'AspectRatio': '16:9',\n\n\t// Force aspect ratio, it will make all images to comply with aspect ratio.\n\t// Values: 'None' (don't force), 'Visuals' (force only visuals)\n\t// or 'Global' (force all game)\n\t'ForceAspectRatio': 'None',\n\n\t// Enables or disables the typing text animation for the whole game.\n\t'TypeAnimation': true,\n\n\t// Enables or disables the typing text animation in NVL dialogs for the\n\t// whole game.\n\t'NVLTypeAnimation': true,\n\n\t// Enables or disables the typing animation for the narrator.\n\t// If the previous property was set to false, the narrator won't shown\n\t// the animation even if this is set to true.\n\t'NarratorTypeAnimation': true,\n\n\t// Enables or disables the typing animation for the special centered\n\t// character. If the TypeAnimation property was set to false, the centered\n\t// character won't shown the animation even if this is set to true.\n\t'CenteredTypeAnimation': true,\n\n\t// Force some orientation on mobile devices. If this setting is set either\n\t// to portrait or landscape, a warning message will be displayed so the\n\t// player rotates its device.\n\t// Possible values: any, portrait or landscape.\n\t'Orientation': 'any',\n\n\t// Allow players to skip through the game. Similar to the auto play feature,\n\t// skipping will allow players to go through the game really fast.\n\t// If this value is set to 0, no skipping will be allowed but if it's set\n\t// to a higher number, skipping will be allowed and that value will be taken\n\t// as the speed in milliseconds with which the game will skip through the script\n\t'Skip': 0,\n\n\t// Define the directories where the assets are located. The root directory is\n\t// the holder for the other asset specific directories, this directories are\n\t// used when retrieving the files on the game.\n\t'AssetsPath': {\n\t\t'root': 'assets',\n\t\t'characters': 'characters',\n\t\t'icons': 'icons',\n\t\t'images': 'images',\n\t\t'music': 'music',\n\t\t'scenes': 'scenes',\n\t\t'sounds': 'sounds',\n\t\t'ui': 'ui',\n\t\t'videos': 'videos',\n\t\t'voices': 'voices',\n\t\t'gallery': 'gallery'\n\t},\n\n\t// Name of the Splash Screen Label. If a name is given and a label with that\n\t// name exists on the game's script, it will be used to show a splash screen\n\t// right after the loading screen.\n\t'SplashScreenLabel': '_SplashScreen',\n\n\t// Define what storage engine should be used to save the game data. *\n\t// Adapters Available:\n\t// - LocalStorage: This one is used by default\n\t// - SessionStorage: Same as LocalStorage but will be cleared when the page\n\t// \t\t\t\t\t is closed.\n\t// - IndexedDB: The information is saved using the IndexedDB web API\n\t// - RemoteStorage: The information will be sent and retrieved from a given\n\t//\t\t\t\t\tURL Endpoint providing a REST API.\n\t'Storage': {\n\t\t'Adapter': 'LocalStorage',\n\t\t'Store': 'GameData',\n\t\t'Endpoint': ''\n\t}\n};\n\nMonogatari._preferences = {\n\n\t// Initial Language for Multilanguage Games or for the Default GUI Language.\n\t'Language': 'English',\n\n\t// Initial Volumes from 0.0 to 1.\n\t'Volume': {\n\t\t'Music': 1,\n\t\t'Voice': 1,\n\t\t'Sound': 1,\n\t\t'Video': 1\n\t},\n\n\t// Initial resolution used for Electron, it must match the settings inside\n\t// the electron.js file. This has no effect on web deployed novels.\n\t'Resolution': '800x600',\n\n\t// Speed at which dialog text will appear\n\t'TextSpeed': 20,\n\n\t// Speed at which the Auto Play feature will show the next statement\n\t// It is measured in seconds and starts counting after the text is\n\t// completely displayed.\n\t'AutoPlaySpeed': 5\n};\n\nMonogatari.globals ({\n\tdistraction_free: false,\n\tdelete_slot: null,\n\toverwrite_slot: null,\n\tblock: false,\n\tplaying: false,\n\tcurrent_auto_save_slot: 1,\n\t_auto_play_timer: null,\n\tskip: null,\n\t_log: [],\n\t_auto_save_interval: null,\n\t_engine_block: false,\n\t_executing_sub_action: false,\n\t_restoring_state: false,\n\ton_splash_screen: false,\n\t_didSetup: false,\n\t_didBind: false,\n\t_didInit: false,\n});\n\nMonogatari._listeners = [];\n\nMonogatari._configuration = {\n\t'main-menu': {\n\t\tbuttons: [\n\t\t\t{\n\t\t\t\tstring: 'Start',\n\t\t\t\tdata: {\n\t\t\t\t\taction: 'start'\n\t\t\t\t}\n\t\t\t},\n\t\t\t{\n\t\t\t\tstring: 'Load',\n\t\t\t\tdata: {\n\t\t\t\t\taction: 'open-screen',\n\t\t\t\t\topen: 'load'\n\t\t\t\t}\n\t\t\t},\n\t\t\t{\n\t\t\t\tstring: 'Settings',\n\t\t\t\tdata: {\n\t\t\t\t\taction: 'open-screen',\n\t\t\t\t\topen: 'settings'\n\t\t\t\t}\n\t\t\t},\n\t\t\t{\n\t\t\t\tstring: 'Help',\n\t\t\t\tdata: {\n\t\t\t\t\taction: 'open-screen',\n\t\t\t\t\topen: 'help'\n\t\t\t\t}\n\t\t\t}\n\t\t]\n\t},\n\t'quick-menu': {\n\t\tbuttons: [\n\t\t\t{\n\t\t\t\tstring: 'Back',\n\t\t\t\ticon: 'fas fa-arrow-left',\n\t\t\t\tlink: '#',\n\t\t\t\tdata: {\n\t\t\t\t\taction: 'back'\n\t\t\t\t}\n\t\t\t},\n\t\t\t{\n\t\t\t\tstring: 'Hide',\n\t\t\t\ticon: 'fas fa-eye',\n\t\t\t\tdata: {\n\t\t\t\t\taction: 'distraction-free'\n\t\t\t\t}\n\t\t\t},\n\t\t\t{\n\t\t\t\tstring: 'AutoPlay',\n\t\t\t\ticon: 'fas fa-play-circle',\n\t\t\t\tdata: {\n\t\t\t\t\taction: 'auto-play'\n\t\t\t\t}\n\t\t\t},\n\t\t\t{\n\t\t\t\tstring: 'Skip',\n\t\t\t\ticon: 'fas fa-fast-forward',\n\t\t\t\tdata: {\n\t\t\t\t\taction: 'skip'\n\t\t\t\t}\n\t\t\t},\n\t\t\t{\n\t\t\t\tstring: 'Save',\n\t\t\t\ticon: 'fas fa-save',\n\t\t\t\tdata: {\n\t\t\t\t\taction: 'open-screen',\n\t\t\t\t\topen: 'save'\n\t\t\t\t}\n\t\t\t},\n\t\t\t{\n\t\t\t\tstring: 'Load',\n\t\t\t\ticon: 'fas fa-undo',\n\t\t\t\tdata: {\n\t\t\t\t\taction: 'open-screen',\n\t\t\t\t\topen: 'load'\n\t\t\t\t}\n\t\t\t},\n\t\t\t{\n\t\t\t\tstring: 'Settings',\n\t\t\t\ticon: 'fas fa-cog',\n\t\t\t\tdata: {\n\t\t\t\t\taction: 'open-screen',\n\t\t\t\t\topen: 'settings'\n\t\t\t\t}\n\t\t\t},\n\t\t\t{\n\t\t\t\tstring: 'Quit',\n\t\t\t\ticon: 'fas fa-times-circle',\n\t\t\t\tdata: {\n\t\t\t\t\taction: 'end'\n\t\t\t\t}\n\t\t\t}\n\t\t]\n\t},\n\tcredits: {}\n};\n\nMonogatari._templates = {};\n\nMonogatari._upgrade = {};\n\nMonogatari._temp = {};\n\nMonogatari.Storage = new Space ();\n\nMonogatari.version = package_json.version;\n\nMonogatari._id = 'visual-novel';\n\nexport default Monogatari;","/**\n * ============================================================\n * Arabic\n * ============================================================\n *\n * Translators:\n *\n * Ren \n */\n\n\n\nexport default {\n\t'AdvanceHelp': 'للتقدم في القصة انقز بزر الفأره الأيسر او المس الشاشه في اي مكان او اضغط زر المسافة',\n\t'AllowPlayback': 'أضغط هنا لتفعيل امكانية تشغيل الصوت',\n\t'Audio': 'الأصوات',\n\t'AutoPlay': 'تلقائي',\n\t'AutoPlayButton': 'تفعيل التشغيل التلقائي',\n\t'AutoPlaySpeed': 'سرعة التشغيل التلقائي',\n\n\t'Back': 'تراجع',\n\t'BackButton': 'العودة',\n\n\t'Cancel': 'الغاء',\n\t'Close': 'اغلاق',\n\t'Confirm': 'هل ترغب بالخروج؟',\n\t'Credits': 'العاملين على المشروع',\n\n\t'Delete': 'حذف',\n\t'DialogLogButton': 'اظهار زر الحوار',\n\n\t'FullScreen': 'ملء الشاشة',\n\n\t'Gallery': 'معرض الصور',\n\n\t'Help': 'مساعده',\n\t'Hide': 'اخفاء',\n\t'HideButton': 'اخفاء صندوق الحوار',\n\n\t'iOSAudioWarning': 'اعدادات الصوت غير مدعومه على أنظمة iOS',\n\n\t'KeyboardShortcuts': 'إختصارات لوحة المفاتيح',\n\n\t'Language': 'اللغة',\n\t'Load': 'استرجاع',\n\t'LoadAutoSaveSlots': 'خانات الحفظ التلقائي',\n\t'LoadButton': 'فتح شاشة الحفظ والاسترجاع',\n\t'Loading': 'يتم الاسترجاع',\n\t'LoadingMessage': 'يرجى الانتظار ريثما يتم تحميل الملفات',\n\t'LoadSlots': 'خانات الحفظ',\n\t'LocalStorageWarning': 'الحفظ المحلي غير مدعوم على هذا المتصفح',\n\t'Log': 'سجل',\n\n\t'Music': 'صوت الموسيقى',\n\n\t'NewContent': 'توجد محتويات جديده يرجى تنشيط الصفحة لمشاهدتها',\n\t'NoSavedGames': 'لا توجد ملفات حفظ',\n\t'NoAutoSavedGames': 'لا توجد خانات حفظ تلقائي',\n\t'NoDialogsAvailable': 'لا توجد حوارات. ستظهر الحوارات هنا عندما يتم كتابتها',\n\n\t'OK': 'موافق',\n\t'OrientationWarning': 'الرجاء وضع الجهاز على الجانب الآخر لتستطيع اللعب',\n\t'Overwrite': 'الاستبدال',\n\n\t'QuickButtons': 'ازرار خانات الحفظ السريع',\n\t'QuickMenu': 'القائمة السريعة',\n\t'Quit': 'خروج',\n\t'QuitButton': 'انهاء اللعبه',\n\n\t'Resolution': 'عرض الشاشة',\n\n\t'Save': 'حفظ',\n\t'SaveButton': 'يفتح شاشة حفظ اللعبة',\n\t'SaveInSlot': 'حفظ في خانة',\n\t'Settings': 'إعدادات',\n\t'SettingsButton': 'يفتح صفحة الإعدادات',\n\t'Show': 'عرض',\n\t'Skip': 'تخطي',\n\t'SkipButton': 'بدء وضع التخطي',\n\t'SlotDeletion': 'هل أنت متأكد من رغبتك في حذف هذه الخانة؟',\n\t'SlotOverwrite': 'هل أنت متأكد من رغبتك في استبدال هذه الخانة؟',\n\t'Sound': 'مقدار صوت الاصوات',\n\t'Start': 'بدء',\n\t'Stop': 'توقف',\n\n\t'TextSpeed': 'سرعة النص',\n\n\t'Video': 'مقدار صوت الفيديو',\n\t'Voice': 'مقدار صوت الكلام المنطوق',\n\n\t'Windowed': 'نافذة'\n};\n","/**\n * ============================================================\n * Belarusian\n * ============================================================\n *\n * Translators:\n *\n * Yakauleu \"Wiedy Mi\" Uladzislau \n */\n\nexport default {\n\t'AdvanceHelp': 'Каб гуляць, націсніце на прабел або леваю кнопку мышы',\n\t'AllowPlayback': 'Націсніце тут, каб дазволіць прайграванне аўдыя',\n\t'Audio': 'Аўдыя',\n\t'AutoPlay': 'Аўта',\n\t'AutoPlayButton': 'Уключыць аўтапрайграванне',\n\t'AutoPlaySpeed': 'Хуткасць аўтапрайгравання',\n\n\t'Back': 'Назад',\n\t'BackButton': 'Перайсці назад',\n\n\t'Cancel': 'Скасаваць',\n\t'Close': 'Закрыць',\n\t'Confirm': 'Выйсці?',\n\t'Credits': 'Цітры',\n\n\t'Delete': 'Выдаліць',\n\t'DialogLogButton': 'Паказаць журнал дыялогаў',\n\n\t'FullScreen': 'Поўны экран',\n\n\t'Gallery': 'Галерэя',\n\n\t'Help': 'Дапамога',\n\t'Hide': 'Схаваць',\n\t'HideButton': 'Схаваць тэкставае поле',\n\n\t'iOSAudioWarning': 'Налады аўдыя не падтрымліваюцца на iOS',\n\n\t'KeyboardShortcuts': 'Хуткія клавішы',\n\n\t'Language': 'Мова',\n\t'Load': 'Загрузіць',\n\t'LoadAutoSaveSlots': 'Аўтазахаваныя гульні',\n\t'LoadButton': 'Адкрыць меню загрузкі',\n\t'Loading': 'Загрузка',\n\t'LoadingMessage': 'Пачакайце поўнай загрузкі рэсурсаў',\n\t'LoadSlots': 'Захаваныя гульні',\n\t'LocalStorageWarning': 'Лакальнае сховішча недаступна ў гэтым браўзеры',\n\t'Log': 'Журнал',\n\n\t'Music': 'Хучнасць музыкі',\n\n\t'NewContent': 'Даступна новае змесціва, перазагрузіце старонку, каб атрымаць апошнюю версію',\n\t'NoSavedGames': 'Няма захаваных гульняў',\n\t'NoAutoSavedGames': 'Няма аўтазахаваных гульняў',\n\t'NoDialogsAvailable': 'Няма даступных дыялогаў. Дыялогі будуць з\\'яўляцца тут па меры праходжання гульні',\n\n\t'OK': 'ОК',\n\t'OrientationWarning': 'Каб гуляць, павярніце вашу прыладу',\n\t'Overwrite': 'Перазапісаць',\n\n\t'QuickButtons': 'Кнопкі хуткага меню',\n\t'QuickMenu': 'Хуткае меню',\n\t'Quit': 'Выйсці',\n\t'QuitButton': 'Выйсці з гульні',\n\n\t'Resolution': 'Разрознасць',\n\n\t'Save': 'Захаваць',\n\t'SaveButton': 'Адкрыць меню захавання',\n\t'SaveInSlot': 'Захаваць у слот',\n\t'Settings': 'Налады',\n\t'SettingsButton': 'Адкрыць меню налад',\n\t'Show': 'Паказаць',\n\t'Skip': 'Прапусціць',\n\t'SkipButton': 'Аўтапераход',\n\t'SlotDeletion': 'Вы ўпэўнены, што хочаце выдаліць гэты слот?',\n\t'SlotOverwrite': 'Вы ўпэўнены, што хочаце перазапісаць гэты слот?',\n\t'Sound': 'Гучнасць гукаў',\n\t'Start': 'Пачаць',\n\t'Stop': 'Спыніць',\n\n\t'TextSpeed': 'Хуткасць тэксту',\n\n\t'Video': 'Гучнасць відэа',\n\t'Voice': 'Гучнасць голасу',\n\n\t'Windowed': 'Аконны рэжым'\n};","/**\n * ============================================================\n * 简体中文 (Simplified Chinese)\n * ============================================================\n *\n * Translators:\n *\n * RuolinZheng08\n */\n\nexport default {\n\t'AdvanceHelp': '按下空格键或点击屏幕以继续',\n\t'AllowPlayback': '点击这里以启用语音回放',\n\t'Audio': '音效',\n\t'AutoPlay': '自动',\n\t'AutoPlayButton': 'Enable auto play',\n\t'AutoPlaySpeed': '自动播放速度',\n\n\t'Back': '后退',\n\t'BackButton': '后退',\n\n\t'Cancel': '取消',\n\t'Close': '关闭',\n\t'Confirm': '确定要退出吗?',\n\t'Credits': 'Credits',\n\n\t'Delete': '删除',\n\t'DialogLogButton': 'Show the dialog log',\n\n\t'FullScreen': '全屏显示',\n\n\t'Gallery': 'Gallery',\n\n\t'Help': '帮助',\n\t'Hide': '隐藏',\n\t'HideButton': '隐藏文字',\n\n\t'iOSAudioWarning': 'iOS暂不支持音效设定',\n\n\t'KeyboardShortcuts': 'Keyboard Shortcuts',\n\n\t'Language': '语言',\n\t'Load': '读取',\n\t'LoadAutoSaveSlots': '自动存储的游戏进度',\n\t'LoadButton': '显示读取界面',\n\t'Loading': '加载中',\n\t'LoadingMessage': '等待素材加载中',\n\t'LoadSlots': '存储的游戏进度',\n\t'LocalStorageWarning': '该浏览器暂不支持本地存储功能',\n\t'Log': 'Log',\n\n\t'Music': '音乐音量',\n\n\t'NoSavedGames': '没有存储的游戏进度',\n\t'NoAutoSavedGames': '没有自动存储的游戏进度',\n\t'NewContent': '有新的内容可供使用,重新加载页面以获取最新版本',\n\t'NoDialogsAvailable': 'No dialogs available. Dialogs will appear here as they show up',\n\n\t'OK': '確定',\n\t'OrientationWarning': '请将设备旋转以体验游戏内容',\n\t'Overwrite': '覆盖',\n\n\t'QuickButtons': '快捷菜单按钮',\n\t'QuickMenu': 'Quick Menu',\n\t'Quit': '退出',\n\t'QuitButton': '退出游戏',\n\n\t'Resolution': '分辨率',\n\n\t'Save': '存档',\n\t'SaveButton': '显示存档界面',\n\t'SaveInSlot': '写入存档槽位',\n\t'Settings': '环境设定',\n\t'SettingsButton': '显示环境设定界面',\n\t'Show': '显示',\n\t'Skip': 'Skip',\n\t'SkipButton': 'Enter skip mode',\n\t'SlotDeletion': '确定要删除这个存档槽位吗?',\n\t'SlotOverwrite': '确定要覆盖这个存档槽位吗?',\n\t'Sound': '音效音量',\n\t'Start': '开始',\n\t'Stop': '停止',\n\n\t'TextSpeed': '文字显示速度',\n\n\t'Video': 'Video Volume',\n\t'Voice': '语音音量',\n\n\t'Windowed': '窗口'\n};\n","/**\n * ============================================================\n * Nederlands\n * ============================================================\n *\n * Translators:\n *\n * Natsukeep\n */\n\nexport default {\n\t'AdvanceHelp': 'Gebruik de spatiebalk of linker muisknop om te spelen',\n\t'AllowPlayback': 'Click here to allow audio playback',\n\t'Audio': 'Audio',\n\t'AutoPlay': 'Auto',\n\t'AutoPlayButton': 'Enable auto play',\n\t'AutoPlaySpeed': 'Autoplay snelheid',\n\n\t'Back': 'Terug',\n\t'BackButton': 'Terug',\n\n\t'Cancel': 'Stop',\n\t'Close': 'Sluit',\n\t'Confirm': 'Ben je zeker dat je wilt stoppen?',\n\t'Credits': 'Credits',\n\n\t'Delete': 'Delete',\n\t'DialogLogButton': 'Show the dialog log',\n\n\t'FullScreen': 'Volledig scherm',\n\n\t'Gallery': 'Gallery',\n\n\t'Help': 'Help',\n\t'Hide': 'Verberg',\n\t'HideButton': 'Verberg tekst',\n\n\t'KeyboardShortcuts': 'Keyboard Shortcuts',\n\n\t'iOSAudioWarning': 'Audio instellingen worden niet ondersteund door iOS',\n\n\t'Language': 'Taal',\n\t'Load': 'Laad',\n\t'LoadAutoSaveSlots': 'Automatisch opgeslagen spellen',\n\t'LoadButton': 'Open het laadscherm',\n\t'Loading': 'Laden',\n\t'LoadingMessage': 'Wacht tot de onderdelen zijn geladen',\n\t'LoadSlots': 'Opgeslagen spellen',\n\t'LocalStorageWarning': 'Locale Opslag is niet mogelijk in deze Browser',\n\t'Log': 'Log',\n\n\t'Music': 'Muziek Volume',\n\n\t'NewContent': 'There is new content available, reload the page to get the latest version',\n\t'NoSavedGames': 'Geen opgeslagen spellen',\n\t'NoAutoSavedGames': 'Geen automatsch opgeslagen spellen',\n\t'NoDialogsAvailable': 'No dialogs available. Dialogs will appear here as they show up',\n\n\t'OK': 'OK',\n\t'OrientationWarning': 'Please rotate your device to play',\n\t'Overwrite': 'Overschrijven',\n\n\t'QuickButtons': 'Snelmenu knoppen',\n\t'QuickMenu': 'Quick Menu',\n\t'Quit': 'sluit',\n\t'QuitButton': 'Sluit spel',\n\n\t'Resolution': 'Resolutie',\n\n\t'Save': 'Opslaan',\n\t'SaveButton': 'Open de Save Screen',\n\t'SaveInSlot': 'Sla op in slot',\n\t'Settings': 'Instellingen',\n\t'SettingsButton': 'Open de instellingen',\n\t'Show': 'Tonen',\n\t'Skip': 'Skip',\n\t'SkipButton': 'Enter skip mode',\n\t'SlotDeletion': 'Weet u zeker dat u dit slot verwijderen?',\n\t'SlotOverwrite': 'Weet u zeker dat u dit slot overschrijven?',\n\t'Sound': 'Geluids volume',\n\t'Start': 'Start',\n\t'Stop': 'Stop',\n\n\t'TextSpeed': 'Tekst snelheid',\n\n\t'Video': 'Video Volume',\n\t'Voice': 'Stem Volume',\n\n\t'Windowed': 'Window modus'\n};","/**\n * ============================================================\n * English\n * ============================================================\n *\n * Translators:\n *\n * Hyuchia \n */\n\n\n\nexport default {\n\t'AdvanceHelp': 'To advance through the game, left-click or tap anywhere on the game screen or press the space key',\n\t'AllowPlayback': 'Click here to allow audio playback',\n\t'Audio': 'Audio',\n\t'AutoPlay': 'Auto',\n\t'AutoPlayButton': 'Enable auto play',\n\t'AutoPlaySpeed': 'Autoplay Speed',\n\n\t'Back': 'Back',\n\t'BackButton': 'Go back',\n\n\t'Cancel': 'Cancel',\n\t'Close': 'Close',\n\t'Confirm': 'Do you want to quit?',\n\t'Credits': 'Credits',\n\n\t'Delete': 'Delete',\n\t'DialogLogButton': 'Show the dialog log',\n\n\t'FullScreen': 'Full Screen',\n\n\t'Gallery': 'Gallery',\n\n\t'Help': 'Help',\n\t'Hide': 'Hide',\n\t'HideButton': 'Hide the text box',\n\n\t'iOSAudioWarning': 'Audio settings are not supported on iOS',\n\n\t'KeyboardShortcuts': 'Keyboard Shortcuts',\n\n\t'Language': 'Language',\n\t'Load': 'Load',\n\t'LoadAutoSaveSlots': 'Auto Saved Games',\n\t'LoadButton': 'Open the Load Screen',\n\t'Loading': 'Loading',\n\t'LoadingMessage': 'Wait while the assets are loaded',\n\t'LoadSlots': 'Saved Games',\n\t'LocalStorageWarning': 'Local Storage is not available in this browser',\n\t'Log': 'Log',\n\n\t'Music': 'Music Volume',\n\n\t'NewContent': 'There is new content available, reload the page to get the latest version',\n\t'NoSavedGames': 'No saved games',\n\t'NoAutoSavedGames': 'No automatically saved games',\n\t'NoDialogsAvailable': 'No dialogs available. Dialogs will appear here as they show up',\n\n\t'OK': 'OK',\n\t'OrientationWarning': 'Please rotate your device to play',\n\t'Overwrite': 'Overwrite',\n\n\t'QuickButtons': 'Quick Menu Buttons',\n\t'QuickMenu': 'Quick Menu',\n\t'Quit': 'Quit',\n\t'QuitButton': 'Quit Game',\n\n\t'Resolution': 'Resolution',\n\n\t'Save': 'Save',\n\t'SaveButton': 'Open the Save Screen',\n\t'SaveInSlot': 'Save in slot',\n\t'Settings': 'Settings',\n\t'SettingsButton': 'Open the Settings Screen',\n\t'Show': 'Show',\n\t'Skip': 'Skip',\n\t'SkipButton': 'Enter skip mode',\n\t'SlotDeletion': 'Are you sure you want to delete this slot?',\n\t'SlotOverwrite': 'Are you sure you want to overwrite this slot?',\n\t'Sound': 'Sound Volume',\n\t'Start': 'Start',\n\t'Stop': 'Stop',\n\n\t'TextSpeed': 'Text Speed',\n\n\t'Video': 'Video Volume',\n\t'Voice': 'Voice Volume',\n\n\t'Windowed': 'Windowed'\n};","/**\n * ============================================================\n * Français\n * ============================================================\n *\n * Translators:\n *\n * BakaKiller, LoganTann (ShinProg)\n */\n\nexport default {\n\t'AdvanceHelp': 'Pour avancer dans le jeu, appuyez sur la touche espace ou cliquez',\n\t'AllowPlayback': 'Cliquez ici pour autoriser la musique de fond',\n\t'Audio': 'Audio',\n\t'AutoPlay': 'Auto',\n\t'AutoPlayButton': 'Activer la lecture automatique',\n\t'AutoPlaySpeed': 'Vitesse de lecture automatique',\n\n\t'Back': 'Retour',\n\t'BackButton': 'Retour',\n\n\t'Cancel': 'Annuler',\n\t'Close': 'Fermer',\n\t'Confirm': 'Voulez-vous vraiment quitter?',\n\t'Credits': 'Crédits',\n\n\t'Delete': 'Supprimer',\n\t'DialogLogButton': 'Afficher le journal de dialogues',\n\n\t'FullScreen': 'Plein Écran',\n\n\t'Gallery': 'Gallerie',\n\n\t'Help': 'Aide',\n\t'Hide': 'Cacher',\n\t'HideButton': 'Cacher le Texte',\n\n\t'iOSAudioWarning': 'Les paramètres audio ne sont pas pris en charge par iOS',\n\n\t'KeyboardShortcuts': 'Raccourcis claviers',\n\n\t'Language': 'Langue',\n\t'Load': 'Charger',\n\t'LoadAutoSaveSlots': 'Parties enregistrées automatiquement',\n\t'LoadButton': 'Ouvrir l’écran de chargement',\n\t'Loading': 'Chargement',\n\t'LoadingMessage': 'Veuillez patienter pendant le chargement des données du jeu',\n\t'LoadSlots': 'Parties Sauvegardées',\n\t'LocalStorageWarning': 'Le stockage local n’est pas disponible sur ce navigateur !',\n\t'Log': 'Journal',\n\n\t'Music': 'Volume de la Musique',\n\n\t'NewContent': 'Un nouveau contenu est disponible, rechargez la page pour obtenir la dernière version',\n\t'NoSavedGames': 'Pas de parties sauvegardées',\n\t'NoAutoSavedGames': 'Aucune partie enregistrée automatiquement',\n\t'NoDialogsAvailable': 'Aucun dialogue disponible. Les boîtes de dialogue apparaîtront ici au fur et à mesure qu\\'elles s\\'afficheront.',\n\n\t'OK': 'OK',\n\t'OrientationWarning': 'Changez l\\'orientation de votre appareil pour jouer.',\n\t'Overwrite': 'Écraser',\n\n\t'QuickButtons': 'Boutons du Menu rapide',\n\t'QuickMenu': 'Menu rapide',\n\t'Quit': 'Quitter',\n\t'QuitButton': 'Quitter le Jeu',\n\n\t'Resolution': 'Résolution',\n\n\t'Save': 'Sauvegarder',\n\t'SaveButton': 'Ouvrir l’écran de Sauvegarde',\n\t'SaveInSlot': 'Enregistrer à l’emplacement',\n\t'Settings': 'Préférences',\n\t'SettingsButton': 'Ouvrir l’écran des Préférences',\n\t'Show': 'Monter',\n\t'Skip': 'Passer',\n\t'SkipButton': 'Skip mode',\n\t'SlotDeletion': 'Êtes-vous sûr de vouloir supprimer cet emplacement ?',\n\t'SlotOverwrite': 'Êtes vous sûr de vouloir remplacer cet emplacement ?',\n\t'Sound': 'Volume des Sons',\n\t'Start': 'Démarrer',\n\t'Stop': 'Arrêter',\n\n\t'TextSpeed': 'Vitesse du Texte',\n\n\t'Video': 'Volume des vidéos',\n\t'Voice': 'Volume de la Voix',\n\n\t'Windowed': 'Fenêtré'\n};\n","/**\n * ============================================================\n * Deutsch\n * ============================================================\n *\n * Translators:\n *\n * increpare \n * KazutoSensei\n */\n\nexport default {\n\t'AdvanceHelp': 'Um dich durch das Spiel zu navigieren, drücke die Leertaste oder klicke',\n\t'AllowPlayback': 'Click here to allow audio playback',\n\t'Audio': 'Audio',\n\t'AutoPlay': 'Auto',\n\t'AutoPlayButton': 'Enable auto play',\n\t'AutoPlaySpeed': 'AutoPlay-Geschwindigkeit',\n\n\t'Back': 'Zurück',\n\t'BackButton': 'Zurück',\n\n\t'Cancel': 'Abbrechen',\n\t'Close': 'Schließen',\n\t'Confirm': 'Möchtest Du das Spiel verlassen?',\n\t'Credits': 'Credits',\n\n\t'Delete': 'Löschen',\n\t'DialogLogButton': 'Show the dialog log',\n\n\t'FullScreen': 'Vollbildmodus',\n\n\t'Gallery': 'Gallery',\n\n\t'Help': 'Hilfe',\n\t'Hide': 'Verbergen',\n\t'HideButton': 'Text verbergen',\n\n\t'iOSAudioWarning': 'Audioeinstellungen werden unter iOS nicht unterstützt',\n\n\t'KeyboardShortcuts': 'Keyboard Shortcuts',\n\n\t'Language': 'Sprache',\n\t'Load': 'Laden',\n\t'LoadAutoSaveSlots': 'Automatisch gespeicherte Spiele',\n\t'LoadButton': 'Öffne den Ladebildschirm',\n\t'Loading': 'Lädt',\n\t'LoadingMessage': 'Bitte warte, während die Assets geladen werden',\n\t'LoadSlots': 'Gespeicherte Spiele',\n\t'LocalStorageWarning': 'Lokaler Speicher ist in diesem Browser nicht verfügbar',\n\t'Log': 'Log',\n\n\t'Music': 'Musik-Lautstärke',\n\n\t'NewContent': 'There is new content available, reload the page to get the latest version',\n\t'NoSavedGames': 'Keine gespeicherten Spiele',\n\t'NoAutoSavedGames': 'Keine automatisch gespeicherten Spiele',\n\t'NoDialogsAvailable': 'No dialogs available. Dialogs will appear here as they show up',\n\n\t'OK': 'OK',\n\t'OrientationWarning': 'Um das Spiel zu spielen, Bitte drehen sie Ihr Gerät',\n\t'Overwrite': 'Überschreiben',\n\n\t'QuickButtons': 'Schnellmenü Schaltflächen',\n\t'QuickMenu': 'Quick Menu',\n\t'Quit': 'Verlassen',\n\t'QuitButton': 'Spiel verlassen',\n\n\t'Resolution': 'Auflösung',\n\n\t'Save': 'Speichern',\n\t'SaveButton': 'Öffne den Speicherbildschirm',\n\t'SaveInSlot': 'In Slot speichern',\n\t'Settings': 'Optionen',\n\t'SettingsButton': 'Öffne die Optionen',\n\t'Show': 'Einblenden',\n\t'Skip': 'Skip',\n\t'SkipButton': 'Enter skip mode',\n\t'SlotDeletion': 'Bist Du sicher, dass Du diesen Slot löschen möchtest?',\n\t'SlotOverwrite': 'Bist Du sicher, dass Du diesen Slot überschreiben möchtest?',\n\t'Sound': 'Sound-Lautstärke',\n\t'Start': 'Start',\n\t'Stop': 'Stop',\n\n\t'TextSpeed': 'Textgeschwindigkeit',\n\n\t'Video': 'Video Volume',\n\t'Voice': 'Stimmen-Lautstärke',\n\n\t'Windowed': 'Fenstermodus'\n};","/**\n * ============================================================\n * 日本語\n * ============================================================\n *\n * Translators:\n *\n *\n */\n\nexport default {\n\t'AdvanceHelp': 'ゲームを進めるためには、スペースキーを押すかクリックします',\n\t'AllowPlayback': 'Click here to allow audio playback',\n\t'Audio': 'オーディオ',\n\t'AutoPlay': '自動',\n\t'AutoPlayButton': 'Enable auto play',\n\t'AutoPlaySpeed': '自動再生速度',\n\n\t'Back': '巻き戻し',\n\t'BackButton': '巻き戻し',\n\n\t'Cancel': 'キャンセル',\n\t'Close': '閉めて',\n\t'Confirm': '終了しますか?',\n\t'Credits': 'Credits',\n\n\t'Delete': 'Delete',\n\t'DialogLogButton': 'Show the dialog log',\n\n\t'FullScreen': '全画面表示',\n\n\t'Gallery': 'Gallery',\n\n\t'Help': 'ヘルプ',\n\t'Hide': '「非表示」',\n\t'HideButton': 'テキストを隠します',\n\n\t'iOSAudioWarning': 'iOSではオーディオ設定がサポートされていません',\n\n\t'KeyboardShortcuts': 'Keyboard Shortcuts',\n\n\t'Language': '言語',\n\t'Load': 'ロード',\n\t'LoadAutoSaveSlots': '自動的に保存されたゲーム',\n\t'LoadButton': 'ロード画面を開きます',\n\t'Loading': '読み込み中',\n\t'LoadingMessage': 'ファイルがロードされるのを待ちます',\n\t'LoadSlots': '保存されたゲーム',\n\t'LocalStorageWarning': 'このブラウザではローカルストレージは使用できません',\n\t'Log': 'Log',\n\n\t'Music': '音楽の音量',\n\n\t'NewContent': 'There is new content available, reload the page to get the latest version',\n\t'NoSavedGames': '保存されたゲームはありません',\n\t'NoAutoSavedGames': '自動的に保存されたゲームはありません',\n\t'NoDialogsAvailable': 'No dialogs available. Dialogs will appear here as they show up',\n\n\t'OK': 'OK',\n\t'OrientationWarning': 'Please rotate your device to play',\n\t'Overwrite': '上書き',\n\n\t'QuickButtons': 'クイックメニューボタン',\n\t'QuickMenu': 'Quick Menu',\n\t'Quit': '終了する',\n\t'QuitButton': 'ゲームを終了します',\n\n\t'Resolution': '解像度',\n\n\t'Save': 'セーブ',\n\t'SaveButton': '保存画面を開きます',\n\t'SaveInSlot': 'スロットにセーブする',\n\t'Settings': '環境設定',\n\t'SettingsButton': '設定画面を開きます',\n\t'Show': 'ショー',\n\t'Skip': 'Skip',\n\t'SkipButton': 'Enter skip mode',\n\t'SlotDeletion': '本当にこのスロットを削除しますか?',\n\t'SlotOverwrite': '本当にこのスロットを上書きしますか?',\n\t'Sound': '効果音の音量',\n\t'Start': 'スタート',\n\t'Stop': '停止',\n\n\t'TextSpeed': 'テキストスピード',\n\n\t'Video': 'Video Volume',\n\t'Voice': 'ボイスの音量',\n\n\t'Windowed': '窓'\n};","/**\n * ============================================================\n * 한국어\n * ============================================================\n *\n * Translators:\n *\n * Lee Yunseok \n */\n\n\n\nexport default {\n\t'AdvanceHelp': '게임을 진행하려면 게임 화면을 좌클릭 또는 탭하거나 스페이스 키를 누르세요',\n\t'AllowPlayback': '오디오 재생을 허용하려면 여기를 클릭하세요',\n\t'Audio': '오디오',\n\t'AutoPlay': '자동재생',\n\t'AutoPlayButton': '자동재생단추',\n\t'AutoPlaySpeed': '자동재생 속도',\n\n\t'Back': '되감기',\n\t'BackButton': '이전 지문 보기',\n\n\t'Cancel': '취소',\n\t'Close': '닫기',\n\t'Confirm': '종료하시겠어요?',\n\t'Credits': '만든이',\n\n\t'Delete': '삭제',\n\t'DialogLogButton': '대사록 보기',\n\n\t'FullScreen': '전체화면',\n\n\t'Gallery': '갤러리',\n\n\t'Help': '도움말',\n\t'Hide': '숨기기',\n\t'HideButton': '지문 창을 숨깁니다',\n\n\t'iOSAudioWarning': '오디오 설정은 iOS에서 지원되지 않습니다',\n\n\t'KeyboardShortcuts': '키보드 단축키',\n\n\t'Language': '언어',\n\t'Load': '불러오기',\n\t'LoadAutoSaveSlots': '자동저장된 게임',\n\t'LoadButton': '불러오기 화면 열기',\n\t'Loading': '불러오는 중',\n\t'LoadingMessage': '자산을 불러오는 동안 기다려주세요',\n\t'LoadSlots': '저장된 게임',\n\t'LocalStorageWarning': '로컬 저장소는 이 브라우저에서 사용 불가능합니다',\n\t'Log': '대사록',\n\n\t'Music': '음악 음량',\n\n\t'NewContent': '페이지를 새로고침하는 것으로 최신 버전의 새로운 콘텐츠를 사용 가능할 수 있습니다',\n\t'NoSavedGames': '저장된 게임이 없습니다',\n\t'NoAutoSavedGames': '자동으로 저장된 게임이 없습니다',\n\t'NoDialogsAvailable': '대화 상자를 사용할 수 없습니다. 사용할 수 있게 되면 여기에 대화 상자가 나타납니다',\n\n\t'OK': '확인',\n\t'OrientationWarning': '플레이를 위해 기기를 회전해주세요',\n\t'Overwrite': '덮어쓰기',\n\n\t'QuickButtons': '빠른 메뉴 단추',\n\t'QuickMenu': '빠른 메뉴',\n\t'Quit': '종료',\n\t'QuitButton': '게임 종료',\n\n\t'Resolution': '해상도',\n\n\t'Save': '저장하기',\n\t'SaveButton': '저장 화면을 엽니다',\n\t'SaveInSlot': '슬롯에 저장',\n\t'Settings': '설정',\n\t'SettingsButton': '설정 화면을 엽니다',\n\t'Show': '보이기',\n\t'Skip': '넘기기',\n\t'SkipButton': '넘기기 모드 사용',\n\t'SlotDeletion': '이 슬롯을 삭제하시겠어요?',\n\t'SlotOverwrite': '이 슬롯에 덮어쓰시겠어요?',\n\t'Sound': '음향 음량',\n\t'Start': '시작',\n\t'Stop': '중지',\n\n\t'TextSpeed': '글자 속도',\n\n\t'Video': '비디오 음량',\n\t'Voice': '음성 음량',\n\n\t'Windowed': '창 화면'\n};","/**\n * ============================================================\n * Português\n * ============================================================\n *\n * Translators:\n *\n * fsvieira \n */\n\nexport default {\n\t'AdvanceHelp': 'Pode avançar no jogo usando o botão esquerdo do rato, tocar em qualquer sitío do ecrã de jogo ou carregar na barra de espaço.',\n\t'AllowPlayback': 'Clique aqui para permitir a reprodução de áudio',\n\t'Audio': 'Áudio',\n\t'AutoPlay': 'Auto',\n\t'AutoPlayButton': 'Ativar reprodução automática',\n\t'AutoPlaySpeed': 'Velocidade de reprodução automática',\n\n\t'Back': 'Voltar',\n\t'BackButton': 'Voltar',\n\n\t'Cancel': 'Cancelar',\n\t'Close': 'Fechar',\n\t'Confirm': 'Deseja sair?',\n\t'Credits': 'Créditos',\n\n\t'Delete': 'Apagar',\n\t'DialogLogButton': 'Mostrar registos de diálogo',\n\n\t'FullScreen': 'Ecrã Inteiro',\n\n\t'Gallery': 'Galeria',\n\n\t'Help': 'Ajuda',\n\t'Hide': 'Esconder',\n\t'HideButton': 'Esconder caixa de texto',\n\n\t'iOSAudioWarning': 'As configurações de áudio não são suportadas no iOS',\n\n\t'KeyboardShortcuts': 'Atalhos de Teclado',\n\n\t'Language': 'Língua',\n\t'Load': 'Carregar',\n\t'LoadAutoSaveSlots': 'Jogos Salvos Automaticamente',\n\t'LoadButton': 'Abrir Ecrã de Carregamento',\n\t'Loading': 'A Carregar',\n\t'LoadingMessage': 'Aguarde enquanto os recursos são carregados',\n\t'LoadSlots': 'Jogos Salvos',\n\t'LocalStorageWarning': 'O armazenamento local não está disponível neste navegador',\n\t'Log': 'Registo',\n\n\t'Music': 'Volume de Música',\n\n\t'NewContent': 'Há novo conteúdo disponível, recarregue a página para obter a versão mais recente',\n\t'NoSavedGames': 'Nenhum jogo salvo',\n\t'NoAutoSavedGames': 'Nenhum jogo salvo automaticamente',\n\t'NoDialogsAvailable': 'Não há diálogos disponíveis. Os diálogos aparecerão aqui quando ocorrerem no jogo',\n\n\t'OK': 'OK',\n\t'OrientationWarning': 'Por favor rode o seu dispositivo para jogar',\n\t'Overwrite': 'Substituir',\n\n\t'QuickButtons': 'Botões de acesso rápido',\n\t'QuickMenu': 'Menu de acesso rápido',\n\t'Quit': 'Sair',\n\t'QuitButton': 'Sair do Jogo',\n\n\t'Resolution': 'Resolução',\n\n\t'Save': 'Salvar',\n\t'SaveButton': 'Abrir ecrã de salvar.',\n\t'SaveInSlot': 'Salvar em ranhura',\n\t'Settings': 'Configurações',\n\t'SettingsButton': 'Abrir o Ecrã de Configurações',\n\t'Show': 'Mostrar',\n\t'Skip': 'Ignorar',\n\t'SkipButton': 'Entrar em modo de ignorar',\n\t'SlotDeletion': 'Tem a certeza de que deseja eliminar este jogo?',\n\t'SlotOverwrite': 'Tem a certeza de que deseja substituir este jogo?',\n\t'Sound': 'Volume de Som',\n\t'Start': 'Início',\n\t'Stop': 'Parar',\n\n\t'TextSpeed': 'Velocidade de Texto',\n\n\t'Video': 'Video Volume',\n\t'Voice': 'Volume de Voz',\n\n\t'Windowed': 'Em Janela'\n};","/**\n * ============================================================\n * Russian\n * ============================================================\n *\n * Translators:\n *\n * Sergey Kuznetsov \n * Patience Daur \n */\n\nexport default {\n\t'AdvanceHelp': 'Чтобы играть, нажимайте на пробел или на левую кнопку мыши.',\n\t'AllowPlayback': 'Включить звуковое сопровождение',\n\t'Audio': 'Звук',\n\t'AutoPlay': 'Авто',\n\t'AutoPlayButton': 'Включить авточтение',\n\t'AutoPlaySpeed': 'Скорость авточтения',\n\n\t'Back': 'Назад',\n\t'BackButton': 'Вернуться назад',\n\n\t'Cancel': 'Отмена',\n\t'Close': 'Закрыть',\n\t'Confirm': 'Вы действительно хотите выйти?',\n\t'Credits': 'Авторы',\n\n\t'Delete': 'Удалить',\n\t'DialogLogButton': 'Показать журнал диалогов',\n\n\t'FullScreen': 'Полный экран',\n\n\t'Gallery': 'Галерея',\n\n\t'Help': 'Помощь',\n\t'Hide': 'Скрыть',\n\t'HideButton': 'Скрыть текст',\n\n\t'iOSAudioWarning': 'Настройки звука не поддерживаются на iOS.',\n\n\t'KeyboardShortcuts': 'Горячие клавиши',\n\n\t'Language': 'Язык',\n\t'Load': 'Загрузить',\n\t'LoadAutoSaveSlots': 'Автосохранённые игры',\n\t'LoadButton': 'Открыть меню загрузки',\n\t'Loading': 'Загрузка',\n\t'LoadingMessage': 'Подождите, пожалуйста, игра загружается',\n\t'LoadSlots': 'Сохранённые игры',\n\t'LocalStorageWarning': 'Локальное хранилище недоступно в этом браузере.',\n\t'Log': 'Журнал',\n\n\t'Music': 'Громкость музыки',\n\n\t'NewContent': 'Доступно обновление, перезагрузите страницу',\n\t'NoSavedGames': 'Нет сохранённых игр',\n\t'NoAutoSavedGames': 'Нет автосохранённых игр',\n\t'NoDialogsAvailable': 'Нет диалогов. Диалоги будут появляться здесь по мере прохождения игры',\n\n\t'OK': 'ОК',\t\n\t'OrientationWarning': 'Чтобы играть, пожалуйста, поверните Ваше устройство',\n\t'Overwrite': 'Перезаписать',\n\n\t'QuickButtons': 'Кнопки быстрого меню',\n\t'QuickMenu': 'Быстрое меню',\n\t'Quit': 'Выйти',\n\t'QuitButton': 'Выйти из игры',\n\n\t'Resolution': 'Разрешение',\n\n\t'Save': 'Сохранить',\n\t'SaveButton': 'Открыть меню сохранения',\n\t'SaveInSlot': 'Сохранить',\n\t'Settings': 'Настройки',\n\t'SettingsButton': 'Открыть меню настроек',\n\t'Show': 'Показать',\n\t'Skip': 'Пропустить',\n\t'SkipButton': 'Автопереход',\n\t'SlotDeletion': 'Вы действительно хотите удалить это сохранение?',\n\t'SlotOverwrite': 'Вы действительно хотите перезаписать это сохранение?',\n\t'Sound': 'Громкость эффектов',\n\t'Start': 'Начать игру',\n\t'Stop': 'Стоп',\n\n\t'TextSpeed': 'Скорость текста',\n\n\t'Video': 'Громкость видео',\n\t'Voice': 'Громкость голоса',\n\n\t'Windowed': 'Оконный режим'\n};","/**\n * ============================================================\n * Español\n * ============================================================\n *\n * Translators:\n *\n * Hyuchia \n */\n\nexport default {\n\t'AdvanceHelp': 'Para avanzar en el juego, presiona espacio o haz click',\n\t'AllowPlayback': 'Click here to allow audio playback',\n\t'Audio': 'Audio',\n\t'AutoPlay': 'Auto',\n\t'AutoPlayButton': 'Activar juego automático',\n\t'AutoPlaySpeed': 'Velocidad de Juego Automático',\n\n\t'Back': 'Atrás',\n\t'BackButton': 'Atrás',\n\n\t'Cancel': 'Cancelar',\n\t'Close': 'Cerrar',\n\t'Confirm': '¿Deseas salir?',\n\t'Credits': 'Créditos',\n\n\t'Delete': 'Eliminar',\n\t'DialogLogButton': 'Mostrar el historial de dialogos',\n\n\t'FullScreen': 'Pantalla Completa',\n\n\t'Gallery': 'Galería',\n\n\t'Help': 'Ayuda',\n\t'Hide': 'Ocultar',\n\t'HideButton': 'Esconder el Texto',\n\n\t'iOSAudioWarning': 'Las configuraciones de Audio no están disponibles en iOS',\n\n\t'KeyboardShortcuts': 'Atajos de Teclado',\n\n\t'Language': 'Lenguaje',\n\t'Load': 'Cargar',\n\t'LoadAutoSaveSlots': 'Juegos Guardados Automaticamente',\n\t'LoadButton': 'Abrir la Pantalla de Cargar',\n\t'Loading': 'Cargando',\n\t'LoadingMessage': 'Espere mientras se cargan los archivos',\n\t'LoadSlots': 'Juegos Guardados',\n\t'LocalStorageWarning': 'El Almacenaje Local no está disponible en este navegador',\n\t'Log': 'Historial',\n\n\t'Music': 'Volumen de la Música',\n\n\t'NewContent': 'Un nuevo contenido está disponible, recarga la página para obtener la versión más nueva',\n\t'NoSavedGames': 'No hay juegos guardados',\n\t'NoAutoSavedGames': 'No hay juegos guardados automaticamente',\n\t'NoDialogsAvailable': 'No hay dialogos disponibles. Los dialogos aparecerán aqui una vez que ocurran en el juego',\n\n\t'OK': 'Aceptar',\n\t'OrientationWarning': 'Por favor rota tu dispositivo para jugar',\n\t'Overwrite': 'Sobreescribir',\n\n\t'QuickButtons': 'Botones del Menú Rápido',\n\t'QuickMenu': 'Menú Rápido',\n\t'Quit': 'Salir',\n\t'QuitButton': 'Salir del Juego',\n\n\t'Resolution': 'Resolución',\n\n\t'Save': 'Guardar',\n\t'SaveButton': 'Abrir la Pantalla de Guardar',\n\t'SaveInSlot': 'Guardar en ranura',\n\t'Settings': 'Configuración',\n\t'SettingsButton': 'Abrir la Pantalla de Configuración',\n\t'Show': 'Mostrar',\n\t'Skip': 'Saltar',\n\t'SkipButton': 'Entrar al modo de salto',\n\t'SlotDeletion': '¿Está seguro de querer eliminar este juego?',\n\t'SlotOverwrite': '¿Está seguro de querer Sobreescribir este juego?',\n\t'Sound': 'Volumen de los Sonidos',\n\t'Start': 'Comenzar',\n\t'Stop': 'Detener',\n\n\t'TextSpeed': 'Velocidad del Texto',\n\n\t'Video': 'Volumen de los Videos',\n\t'Voice': 'Volumen de la Voz',\n\n\t'Windowed': 'Ventana'\n};","/**\n * ============================================================\n * Toki Pona\n * ============================================================\n *\n * Translators:\n *\n * jan Inkepa \n */\n\n\n\nexport default {\n\t'AdvanceHelp': 'sina ken musi e musi ni kepeken ilo luka anu nena palisa pi ilo sitelen.',\n\t'AllowPlayback': 'sina wile kute e musi ni la o luka e mi.',\n\t'Audio': 'kalama',\n\t'AutoPlay': 'luka ala',\n\t'AutoPlayButton': 'o open e pali musi kepeken luka ala.',\n\t'AutoPlaySpeed': 'tenpo tawa pi luka ala',\n\n\t'Back': 'tenpo pini',\n\t'BackButton': 'o tawa tenpo pini.',\n\n\t'Cancel': 'ala',\n\t'Close': 'pini',\n\t'Confirm': 'sina wile ala wile pini e musi?',\n\t'Credits': 'pona tawa',\n\n\t'Delete': 'weka',\n\t'DialogLogButton': 'mi wile lukin e lipu pi toki jan.',\n\n\t'FullScreen': 'ma ale pi ilo lukin',\n\n\t'Gallery': 'ma sitelen',\n\n\t'Help': 'kama sona',\n\t'Hide': 'weka',\n\t'HideButton': 'o weka e palisa nena.',\n\n\t'iOSAudioWarning': 'sina ken ala ante e kalama lon ilo iOS',\n\n\t'KeyboardShortcuts': 'pali pi ilo sitelen',\n\n\t'Language': 'toki',\n\t'Load': 'awen musi',\n\t'LoadAutoSaveSlots': 'musi li awen e musi',\n\t'LoadButton': 'lipu awen pi tenpo pini.',\n\t'Loading': 'musi li kama...',\n\t'LoadingMessage': 'pali e awen',\n\t'LoadSlots': 'lipu awen',\n\t'LocalStorageWarning': 'mi ken ala kepeken e ken Local Storage lon ilo ni',\n\t'Log': 'lipu toki',\n\n\t'Music': 'kalama musi',\n\n\t'NewContent': 'musi ni li kama sin! sina wile musi e musi sin, la o kama sin tawa lipu ni.',\n\t'NoSavedGames': 'awen musi pi tenpo pina li lon ala.',\n\t'NoAutoSavedGames': 'awen musi pi tenpo pina li lon ala.',\n\t'NoDialogsAvailable': 'tenpo pini la toki jan li lon ala. jan li toki, la sina ken lukin ni lon lipu ni.',\n\n\t'OK' : 'pona',\n\t'OrientationWarning': 'sina wile musi, la o sike e ilo sona sina.',\n\t'Overwrite': 'ante',\n\n\t'QuickButtons': 'nena pi pali wawa',\n\t'QuickMenu': 'palisa nena',\n\t'Quit': 'pini',\n\t'QuitButton': 'o pini e musi.',\n\n\t'Resolution': 'suli musi tawa ilo sitelen',\n\n\t'Save': 'o awen e musi',\n\t'SaveButton': 'o lukin e lipu pi awen musi.',\n\t'SaveInSlot': 'o awen e musi lon ma.',\n\t'Settings': 'ante',\n\t'SettingsButton': 'o ante e musi.',\n\t'Show': 'open',\n\t'Skip': 'tawa tenpo kama',\n\t'SkipButton': 'o tawa tenpo kama.',\n\t'SlotDeletion': 'sina wile ala wile weka e awen musi ni?',\n\t'SlotOverwrite': 'sina wile ala wile ante e awen musi ni?',\n\t'Sound': 'kalama ijo',\n\t'Start': 'musi sin',\n\t'Stop': 'pini',\n\n\t'TextSpeed': 'tenpo kama pi sitelen toki',\n\n\t'Video': 'kalama pi sitelen tawa',\n\t'Voice': 'kalama toki',\n\n\t'Windowed': 'ma lili pi ilo lukin',\n};\n","export * from './src/Component';\nexport * from './src/ShadowComponent';","/**\n *\n * @param {*} callable\n * @param {*} context\n * @param {...any} args\n */\nexport function callAsync (callable, context, ...args) {\n\ttry {\n\t\t// Call the provided function using the context and arguments given\n\t\tconst result = callable.apply (context, args);\n\n\t\t// Check if the function returned a simple value or a Promise\n\t\tif (result instanceof Promise) {\n\t\t\treturn result;\n\t\t} else {\n\t\t\treturn Promise.resolve (result);\n\t\t}\n\t} catch (e) {\n\t\treturn Promise.reject (e);\n\t}\n}\n\n/**\n *\n * @param {*} object\n * @param {*} encapsulation\n * @param {*} level\n */\nexport function deserializeCSS (object, encapsulation = '', level = 0, ) {\n\tconst keys = Object.keys (object);\n\n\tlet css = '';\n\n\tfor (const key of keys) {\n\t\tif (typeof object[key] === 'object') {\n\t\t\tif (encapsulation) {\n\t\t\t\tif (key.indexOf ('&') === 0) {\n\t\t\t\t\tcss += `${key.replace(/&/g, encapsulation)} {\\n`;\n\t\t\t\t} else {\n\t\t\t\t\tcss += `${encapsulation} ${key} {\\n`;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tcss += `${key} {\\n`;\n\t\t\t}\n\n\t\t\tconst properties = Object.keys (object[key]);\n\t\t\tfor (const property of properties) {\n\t\t\t\tcss += '\\t'.repeat (level);\n\t\t\t\tif (typeof object[key][property] === 'object') {\n\t\t\t\t\tconst temp = {};\n\t\t\t\t\ttemp[property] = object[key][property];\n\n\t\t\t\t\tcss += deserializeCSS (temp, encapsulation, level + 1);\n\t\t\t\t} else {\n\t\t\t\t\tcss += `\\t${property}: ${object[key][property]};\\n`;\n\t\t\t\t}\n\t\t\t}\n\t\t\tcss += '}\\n';\n\t\t} else {\n\t\t\tcss += '\\t'.repeat (level);\n\t\t\tcss += `\\t${key}: ${object[key]};\\n`;\n\t\t}\n\t}\n\n\treturn css;\n}\n","import { callAsync, deserializeCSS } from './Util';\n\n/**\n * A component represents a custom HTML element, and has all of its functionality\n * as well as its general structure and representation self contained on it.\n *\n * @class Component\n */\nexport class Component extends HTMLElement {\n\n\t/**\n\t * _tag {String} - The tag name for the component\n\t *\n\t * @static\n\t */\n\tstatic _tag;\n\n\tstatic get tag () {\n\t\tif (typeof this._tag === 'undefined') {\n\t\t\tlet tag = this.name;\n\t\t\tconst matches = tag.match (/([A-Z])/g);\n\t\t\tif (matches !== null) {\n\t\t\t\tfor (const match of matches) {\n\t\t\t\t\ttag = tag.replace (match, `-${match}`.toLowerCase ())\n\t\t\t\t}\n\t\t\t}\n\t\t\tthis._tag = tag.slice (1);\n\t\t}\n\t\treturn this._tag;\n\t};\n\n\tstatic set tag (value) {\n\t\tthis._tag = value;\n\t}\n\n\t/**\n\t * These are the types that can be set as properties on the HTML code of the\n\t * element.\n\t */\n\tstatic _explicitPropTypes = ['boolean', 'string', 'number'];\n\n\t/**\n\t *\n\t *\n\t * @static\n\t */\n\tstatic _template = undefined;\n\n\tstatic template (html = null, context = null) {\n\t\tif (html !== null) {\n\t\t\tthis._template = html;\n\t\t\tdocument.querySelectorAll(this.tag).forEach((instance) => {\n\t\t\t\tif (instance._isReady) {\n\t\t\t\t\tinstance.forceRender ();\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\n\t\t\t// Check if no parameters were set but the HTML is still a function to be called\n\t\t\tif (typeof this._template === 'function') {\n\t\t\t\treturn this._template.call (context);\n\t\t\t}\n\n\t\t\t// If this is reached, the HTML was just a string\n\t\t\treturn this._template;\n\t\t}\n\t}\n\n\tconstructor () {\n\t\tsuper ();\n\t\tthis._children = this.innerHTML.trim ();\n\n\t\t// State Object for the component\n\t\tthis._state = {};\n\n\t\t// Props Object for the component\n\t\tthis._props = {};\n\n\t\t// List of callbacks to run once the component has been mounted successfully\n\t\tthis._ready = [];\n\n\t\tthis._connected = false;\n\t\tthis._isReady = false;\n\n\t\tthis._style = {};\n\n\t\tthis._styleElement = null;\n\t}\n\n\t/**\n\t * width - Determines the real (computed) width of the element\n\t *\n\t * @return {int} - Computed Width of the element on pixels\n\t */\n\tget width () {\n\t\treturn parseInt (getComputedStyle (this).width.replace ('px', ''));\n\t}\n\n\tset width (value) {\n\t\tthis.style.width = value;\n\t}\n\n\t/**\n\t * height - Determines the real (computed) height of the element\n\t *\n\t * @return {int} - Computed height of the element on pixels\n\t */\n\tget height () {\n\t\treturn parseInt (getComputedStyle(this).height.replace ('px', ''));\n\t}\n\n\tset height (value) {\n\t\tthis.style.height = value;\n\t}\n\n\tget static () {\n\t\treturn new Proxy (this.constructor, {});\n\t}\n\n\tset static (value) {\n\t\tthrow new Error ('Component static properties cannot be reassigned.');\n\t}\n\n\tget props () {\n\t\treturn new Proxy (this, {\n\t\t\tget: (target, key) => {\n\t\t\t\tif (this.hasAttribute (key)) {\n\t\t\t\t\tlet value = this.getAttribute (key);\n\t\t\t\t\tif (typeof value === 'string') {\n\t\t\t\t\t\tif (value === 'false') {\n\t\t\t\t\t\t\tvalue = false;\n\t\t\t\t\t\t} else if (value === 'true' || value === '') {\n\t\t\t\t\t\t\tvalue = true;\n\t\t\t\t\t\t} else if (!isNaN (value)) {\n\t\t\t\t\t\t\tif (value.indexOf ('.') > 0) {\n\t\t\t\t\t\t\t\tvalue = parseFloat (value);\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvalue = parseInt (value);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\treturn value;\n\t\t\t\t} else if (key in this._props) {\n\t\t\t\t\treturn this._props[key];\n\t\t\t\t}\n\t\t\t\treturn null;\n\t\t\t},\n\t\t\tset: (target, key, value) => {\n\t\t\t\tthrow new Error ('Component props should be set using the `setProps` function.');\n\t\t\t}\n\t\t});\n\t}\n\n\tset props (value) {\n\t\tif (this._connected === false) {\n\t\t\tthis._props = Object.assign ({}, this._props, value);\n\t\t} else {\n\t\t\tthrow new Error ('Component props cannot be directly assigned. Use the `setProps` function instead.');\n\t\t}\n\t}\n\n\tget state () {\n\t\treturn new Proxy (this._state, {\n\t\t\tget: (target, key) => {\n\t\t\t\treturn target[key];\n\t\t\t},\n\t\t\tset: (target, key, value) => {\n\t\t\t\tif (this._connected === false) {\n\t\t\t\t\treturn target[key] = value;\n\t\t\t\t} else {\n\t\t\t\t\tthrow new Error ('Component state should be set using the `setState` function instead.');\n\t\t\t\t}\n\n\t\t\t}\n\t\t});\n\t}\n\n\tset state (value) {\n\t\tif (this._connected === false) {\n\t\t\tthis._state = Object.assign ({}, this._state, value);\n\t\t} else {\n\t\t\tthrow new Error ('Component state should be set using the `setState` function instead.');\n\t\t}\n\t}\n\n\tget dom () {\n\t\treturn this;\n\t}\n\n\tset dom (value) {\n\t\tthrow new Error ('Component DOM can not be overwritten.');\n\t}\n\n\t/**\n\t * register - Register the component as a custom HTML element\n\t * using the component's tag as the actual element tag.\n\t *\n\t * This action cannot be reverted nor the controller class for\n\t * the element can be changed.\n\t */\n\tstatic register () {\n\t\twindow.customElements.define (this.tag, this);\n\t}\n\n\t/**\n\t * template - A simple function providing access to the basic HTML\n\t * structure of the component.\n\t *\n\t * @param {function|string} html - A string or function that renders the\n\t * component into a valid HTML structure.\n\t *\n\t * @returns {void|string} - Void or the HTML structure in a string\n\t */\n\ttemplate (html = null) {\n\t\treturn this.static.template (html, this);\n\t}\n\n\t_createStyleElement () {\n\t\tconst sharedStyle = document.body.querySelector (`style#${this.static.tag}`);\n\n\t\tif (sharedStyle !== null) {\n\t\t\tthis._styleElement = sharedStyle;\n\t\t}\n\n\t\tif (!(this._styleElement instanceof HTMLStyleElement)) {\n\t\t\tthis._styleElement = document.createElement ('style');\n\t\t\tthis._styleElement.id = this.static.tag;\n\t\t\tdocument.body.prepend (this._styleElement);\n\t\t}\n\t}\n\n\tsetStyle (style, reset = false) {\n\t\tthis._createStyleElement ();\n\n\t\tif (typeof style === 'object') {\n\t\t\tif (reset === false) {\n\t\t\t\tthis._style = Object.assign ({}, this._style, style);\n\t\t\t} else {\n\t\t\t\tthis._style = Object.assign ({}, style);\n\t\t\t}\n\t\t\tthis._styleElement.innerHTML = deserializeCSS (this._style, this.static.tag);\n\t\t} else if (typeof style === 'string') {\n\t\t\tif (reset === false) {\n\t\t\t\tthis._styleElement.innerHTML += style;\n\t\t\t} else {\n\t\t\t\tthis._styleElement.innerHTML = style;\n\t\t\t}\n\t\t}\n\n\t\treturn this._style;\n\t}\n\n\tsetState (state) {\n\t\tif (typeof state === 'object') {\n\t\t\tconst oldState = Object.assign ({}, this._state);\n\n\t\t\tthis._state = Object.assign ({}, this._state, state);\n\n\t\t\tfor (const key of Object.keys (state)) {\n\t\t\t\tthis.updateCallback (key, oldState[key], this._state[key], 'state', oldState, this._state);\n\t\t\t}\n\t\t} else {\n\t\t\tthrow new TypeError(`A state must be an object. Received ${typeof state}.`)\n\t\t}\n\t}\n\n\tsetProps (props) {\n\t\tif (typeof props === 'object') {\n\t\t\tconst oldProps = Object.assign ({}, this._props);\n\n\t\t\tthis._props = Object.assign ({}, this._props, props);\n\n\t\t\tfor (const key of Object.keys (props)) {\n\t\t\t\tthis.updateCallback (key, oldProps[key], this._props[key], 'props', oldProps, this._props);\n\t\t\t}\n\t\t\tthis._setPropAttributes (true);\n\t\t} else {\n\t\t\tthrow new TypeError(`Props must be an object. Received ${typeof state}.`)\n\t\t}\n\t}\n\n\t_setPropAttributes (update = false) {\n\t\tfor (const key of Object.keys (this._props)) {\n\t\t\tconst value = this._props[key];\n\t\t\tif (this.static._explicitPropTypes.indexOf (typeof value) > -1) {\n\t\t\t\tif (update === true) {\n\t\t\t\t\tthis.setAttribute (key, this._props[key]);\n\t\t\t\t} else {\n\t\t\t\t\tthis._props[key] = this.props[key];\n\t\t\t\t\tthis.setAttribute (key, this.props[key]);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t/*\n\t * =========================\n\t * Update Cycle\n\t * =========================\n */\n\n\twillUpdate (origin, property, oldValue, newValue, oldObject, newObject) {\n\t\treturn Promise.resolve ();\n\t}\n\n\tupdate (origin, property, oldValue, newValue, oldObject, newObject) {\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidUpdate (origin, property, oldValue, newValue, oldObject, newObject) {\n\t\treturn Promise.resolve ();\n\t}\n\n\tonStateUpdate (property, oldValue, newValue, oldObject, newObject) {\n\t\treturn Promise.resolve ();\n\t}\n\n\tonPropsUpdate (property, oldValue, newValue, oldObject, newObject) {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/*\n\t * =========================\n\t * Mount Cycle\n\t * =========================\n */\n\n\twillMount () {\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidMount () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/*\n\t * =========================\n\t * Unmount Cycle\n\t * =========================\n */\n\n\twillUnmount () {\n\t\treturn Promise.resolve ();\n\t}\n\n\tunmount () {\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidUnmount () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/*\n\t * =========================\n\t * Render Cycle\n\t * =========================\n */\n\n\t/**\n\t * Forces the component to be rendered again.\n\t *\n\t * @returns {string|Promise} - The HTML to render on the component\n\t */\n\tforceRender () {\n\t\treturn this._render ();\n\t}\n\n\t/**\n\t * This function is the one that defines the HTML that will be rendered\n\t * inside the component. Since some content may need to be loaded before the\n\t * component is rendered, this function can also return a promise.\n\t *\n\t * @returns {string|Promise} - The HTML to render on the component\n\t */\n\trender () {\n\t\treturn '';\n\t}\n\n\t_render () {\n\t\tlet render = this.render;\n\n\t\t// Check if a template has been set to this component, and if that's the\n\t\t// case, use that instead of the render function to render the component's\n\t\t// HTML code.\n\t\tif (this.static._template !== null) {\n\t\t\trender = this.template;\n\t\t}\n\n\t\t// Call the render function asynchronously and set the HTML from it to the\n\t\t// component.\n\t\treturn callAsync (render, this).then ((html) => {\n\t\t\tconst slot = this.dom.querySelector ('slot');\n\n\t\t\tif (typeof html === 'string') {\n\t\t\t\thtml = html.trim ();\n\n\t\t\t\tif (html === '') {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif (html === null || typeof html === 'undefined') {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif (slot !== null) {\n\t\t\t\tslot.replaceWith (html);\n\t\t\t} else {\n\t\t\t\tthis.innerHTML = html;\n\n\t\t\t\tif (this._children !== '' && html.indexOf(this._children) === -1) {\n\t\t\t\t\tthis.innerHTML += this._children;\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n\n\tconnectedCallback () {\n\t\t// Set the state as connected\n\t\tthis._connected = true;\n\n\t\t// Add a data property with the tag of the component\n\t\tthis.dataset.component = this.static.tag;\n\n\t\t// Check if a template for this component was set. The contents on this\n\t\t// if block will only be run once.\n\t\tif (typeof this.static._template === 'undefined') {\n\n\t\t\t// Check if there is an HTML template for this component\n\t\t\tconst template = document.querySelector (`template#${this.static.tag}`);\n\n\t\t\tif (template !== null) {\n\t\t\t\t// If there is, set is as the template for the component\n\t\t\t\tthis.template (template.innerHTML);\n\t\t\t} else {\n\t\t\t\t// If not, set is as null\n\t\t\t\tthis.static._template = null;\n\t\t\t}\n\t\t}\n\n\t\t// Set the initial prop attributes for the component using the given\n\t\t// props\n\t\tthis._setPropAttributes ();\n\n\t\t// Start the Mount Cycle\n\t\treturn this.willMount ().then (() => {\n\n\t\t\treturn this._render ().then (() => {\n\t\t\t\treturn this.didMount ().then (() => {\n\n\t\t\t\t\tthis._isReady = true;\n\t\t\t\t\tfor (const callback of this._ready) {\n\t\t\t\t\t\tcallback.call (this);\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t});\n\t\t});\n\t}\n\n\t/**\n\t * Adds a callback to be run once the component has been mounted successfully\n\t *\n\t * @param {function} callback - Callback to run once the component is ready\n\t */\n\tready (callback) {\n\t\tthis._ready.push (callback);\n\t}\n\n\n\tdisconnectedCallback () {\n\t\treturn this.willUnmount ().then (() => {\n\t\t\treturn this.unmount ().then (() => {\n\t\t\t\treturn this.didUnmount ();\n\t\t\t});\n\t\t});\n\t}\n\n\tupdateCallback (property, oldValue, newValue, origin = 'props', oldObject = {}, newObject = {}) {\n\t\treturn this.willUpdate (origin, property, oldValue, newValue, oldObject, newObject).then (() => {\n\t\t\treturn this.update (origin, property, oldValue, newValue, oldObject, newObject).then (() => {\n\t\t\t\tlet promise;\n\t\t\t\tif (origin === 'state') {\n\t\t\t\t\tpromise = this.onStateUpdate (property, oldValue, newValue, oldObject, newObject);\n\t\t\t\t} else {\n\t\t\t\t\tpromise = this.onPropsUpdate (property, oldValue, newValue, oldObject, newObject);\n\t\t\t\t}\n\t\t\t\treturn promise.then (() => {\n\t\t\t\t\treturn this.didUpdate (origin, property, oldValue, newValue, oldObject, newObject);\n\t\t\t\t});\n\t\t\t});\n\t\t}).catch ((e) => {\n\t\t\tconsole.error (e);\n\t\t\t// Component should not update\n\t\t});\n\t}\n\n\tattributeChangedCallback (property, oldValue, newValue) {\n\n\t}\n}\n","import { Component } from './Component';\nimport { callAsync } from './Util';\n\n/**\n * @class ShadowComponent\n */\nexport class ShadowComponent extends Component {\n\tconstructor (...props) {\n\t\tsuper (...props);\n\n\t\tthis._shadowDOM = this.attachShadow ({ mode: 'open' });\n\t}\n\n\t_createStyleElement () {\n\t\tif (!(this._styleElement instanceof HTMLStyleElement)) {\n\t\t\tthis._styleElement = document.createElement ('style');\n\t\t\tthis.dom.appendChild (this._styleElement);\n\t\t}\n\t}\n\n\t_render () {\n\t\tlet render = this.render;\n\n\t\t// Check if a template has been set to this component, and if that's the\n\t\t// case, use that instead of the render function to render the component's\n\t\t// HTML code.\n\t\tif (this.static._template !== null) {\n\t\t\trender = this.template;\n\t\t}\n\n\t\t// Call the render function asynchronously and set the HTML from it to the\n\t\t// component.\n\t\treturn callAsync (render, this).then ((html) => {\n\t\t\tthis._shadowDOM.innerHTML = '';\n\t\t\tthis._shadowDOM.appendChild (this._styleElement);\n\t\t\tthis._shadowDOM.innerHTML += html;\n\t\t});\n\t}\n\n\tget dom () {\n\t\treturn this._shadowDOM;\n\t}\n\n\n}\n","import { $_ } from '@aegis-framework/artemis';\nimport { Component as PandoraComponent } from '@aegis-framework/pandora';\n\n/**\n * A component represents an object or content in the game such as screens, menus\n * and all other visual or structural elements.\n *\n * The life cycle of an component follows the Mounting cycle for actions.\n *\n * The mounting cycle has 3 steps:\n *\n * 1. Setup - Here the action needs to set up everything it will need for working\n * generally, in this section a component will generally add its HTML\n * content to the global Monogatari object and will set up any needed\n * configuration or state variables.\n *\n * 2. Bind - Once the component has been setup, its time to bind all the necessary\n * event listeners or perform more operations on the DOM once all elements\n * have been setup. Components will generally bind all the listeners needed\n * for their inner elements to work correctly.\n *\n * 3. Init - Finally, once the component was setup and it performed all the needed\n * bindings, it may start performing its operations and perform all\n * further needed operations.\n *\n * @class Component\n */\nclass Component extends PandoraComponent {\n\n\tstatic _priority = 0;\n\n\tstatic all () {\n\t\treturn $_(this.tag);\n\t}\n\n\tstatic get (id) {\n\t\treturn $_(`${this.tag} [data-instance=\"${id}\"]`);\n\t}\n\n\t/**\n\t * @static onStart - This function acts as an event listener for when the game\n\t * starts. If the component needs to do any particular activities when the game\n\t * starts, then this function should be implemented and it will be automatically\n\t * called once the player starts the game.\n\t *\n\t * @return {Promise}\n\t */\n\tstatic onStart () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * @static onLoad - This function acts as an event listener for when a game\n\t * is loaded. If the component needs to perform any particular actions such as\n\t * restoring some state (i.e. showing images, playing media, etc.) when a game\n\t * is loaded, this function must be implemented and it will be automatically\n\t * called when a game is loaded.\n\t *\n\t * @return {Promise} description\n\t */\n\tstatic onLoad () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * @static setup - The setup is the first step of the Mounting cycle, all\n\t * operations required for the component's setup should be implemented here.\n\t *\n\t * @return {Promise} - Result of the setup operation\n\t */\n\tstatic setup () {\n\t\treturn Promise.resolve ();\n\t}\n\n\n\t/**\n\t * @static shouldProceed - Either when the user clicks in the game to proceed or\n\t * the autoPlay feature is ready to go on, Monogatari will first check with\n\t * all actions if it's ok to proceed. Every action should implement its own\n\t * logic for it according to its requirements.\n\t *\n\t * @return {Promise} - Resolved if proceeding is alright or rejected if its not\n\t */\n\tstatic shouldProceed () {\n\t\tconst promises = [];\n\t\tthis.instances ((instance) => {\n\t\t\tpromises.push (instance.shouldProceed ());\n\t\t});\n\t\treturn Promise.all (promises);\n\t}\n\n\t/**\n\t * @static willProceed - Once the shouldProceed check is passed, each action\n\t * should implement its own logic according to its requirements to respond to\n\t * the game proceeding.\n\t *\n\t * @return {Promise}\n\t */\n\tstatic willProceed () {\n\t\tconst promises = [];\n\t\tthis.instances ((instance) => {\n\t\t\tpromises.push (instance.willProceed ());\n\t\t});\n\t\treturn Promise.all (promises);\n\t}\n\n\t/**\n\t * @static shouldRollback - Similarly to the shouldProceed () function, this one takes\n\t * action when the player tries to go back in the game.Monogatari will first\n\t * check with all actions if it's ok to go back. Every action should implement\n\t * its own logic for it according to its requirements.\n\t *\n\t * @return {Promise} - Resolved if going back is alright or rejected if its not\n\t */\n\tstatic shouldRollback () {\n\t\tconst promises = [];\n\t\tthis.instances ((instance) => {\n\t\t\tpromises.push (instance.shouldRollback ());\n\t\t});\n\t\treturn Promise.all (promises);\n\t}\n\n\t/**\n\t * @static willRollback - Once the shouldRollback check is passed, each action\n\t * should implement its own logic according to its requirements to respond to\n\t * the game reverting the previous action\n\t *\n\t * @return {Promise}\n\t */\n\tstatic willRollback () {\n\t\tconst promises = [];\n\t\tthis.instances ((instance) => {\n\t\t\tpromises.push (instance.willRollback ());\n\t\t});\n\t\treturn Promise.all (promises);\n\t}\n\n\t/**\n\t * @static bind - The binding is the second step of the Mounting cycle, all\n\t * operations related to event bindings or other sort of binding with the\n\t * HTML content generated in the setup phase should be implemented here.\n\t *\n\t * @param {string} selector - The CSS selector with which Monogatari has been\n\t * initialized\n\t * @return {Promise} - Result of the binding operation\n\t */\n\tstatic bind () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * @static init - The initialization is the last step of the Mounting cycle,\n\t * all final operations should be implemented here.\n\t *\n\t * @param {string} selector - The CSS selector with which Monogatari has been\n\t * initialized\n\t * @return {Promise} - Result of the initialization operation\n\t */\n\tstatic init () {\n\t\treturn Promise.resolve ();\n\t}\n\n\n\t/**\n\t * @static onSave - This function acts as an event listener for when a game\n\t * is saved. If the component needs to perform any particular actions when that\n\t * happens, this function must be implemented and it will be automatically\n\t * called when a game is saved.\n\t *\n\t * @param {Object} slot - The slot object that has just been saved.\n\t * @param {string} slot.key - The key used to save the slot in the local storage\n\t * @param {Object} slot.value - The actual value saved\n\t *\n\t * @return {Promise} description\n\t */\n\tstatic onSave () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * @static reset - When a game ends using the 'end' statement or before a game\n\t * is loaded, Monogatari will perform a reset on all its components. If the component\n\t * needs to reset a state or any other variables/elements to an initial state\n\t * once a game is over or a new one is loaded, the logic for it must be implemented\n\t * here and the function will be automatically called when needed.\n\t *\n\t * @return {Promise} - Result of the reset operation\n\t */\n\tstatic onReset () {\n\t\tconst promises = [];\n\n\t\tthis.instances ((instance) => {\n\t\t\tpromises.push (instance.onReset ());\n\t\t});\n\n\t\treturn Promise.all (promises);\n\t}\n\n\n\tonReset () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * @static element - Returns this component's element as an Artemis DOM\n\t * instance, using the result of the `selector ()` function as the selector\n\t *\n\t * @returns {DOM} - Artemis DOM instance\n\t */\n\telement () {\n\t\treturn $_(this);\n\t}\n\n\tremove () {\n\t\tthis.parentNode.removeChild (this);\n\t}\n\n\tstatic instances (callback = null) {\n\t\tif (typeof callback === 'function') {\n\t\t\treturn $_(this.tag).each (callback);\n\t\t}\n\t\treturn $_(this.tag);\n\t}\n\n\n\tinstance (id) {\n\t\treturn $_(`${this.constructor.tag}[data-${this.constructor.name.toLowerCase ()}=\"${id}\"`);\n\t}\n\n\t/**\n\t * @static content - Attempts to find a content element inside of this\n\t * component or its children\n\t *\n\t * @param {string} name - Name of the content element to find\n\t *\n\t * @returns {DOM} - An Artemis DOM instance with the found elements\n\t */\n\tcontent (name) {\n\t\treturn this.element ().find (`[data-content=\"${name}\"]`);\n\t}\n\n\tparent (component) {\n\t\tif (typeof component !== 'undefined') {\n\t\t\tthis._parent = component;\n\t\t} else {\n\t\t\treturn this._parent;\n\t\t}\n\t}\n\n\tget engine () {\n\t\treturn this.constructor.engine;\n\t}\n\n\tset engine (value) {\n\t\tthrow new Error ('Component engine reference is hold at static level and cannot be modified.');\n\t}\n\n\tshouldProceed () {\n\t\treturn Promise.resolve ();\n\t}\n\n\twillProceed () {\n\t\treturn Promise.resolve ();\n\t}\n\n\tshouldRollback () {\n\t\treturn Promise.resolve ();\n\t}\n\n\twillRollback () {\n\t\treturn Promise.resolve ();\n\t}\n\n\tconnectedCallback () {\n\t\t// Always add the animated class for all the components\n\t\tthis.classList.add ('animated');\n\n\t\treturn super.connectedCallback ();\n\t}\n}\n\nexport { Component };","import { Component } from '../../lib/Component';\n\nclass AlertDialog extends Component {\n\n\tconstructor () {\n\t\tsuper ();\n\n\t\tthis.props = {\n\t\t\tactive: true,\n\t\t\tmessage: '',\n\t\t\tcontext: null,\n\t\t\teditable: false,\n\t\t\tactions: []\n\t\t};\n\t}\n\n\tonPropsUpdate (property, oldValue, newValue) {\n\t\tif (property === 'active') {\n\t\t\tif (newValue === true) {\n\t\t\t\tthis.classList.toggle ('modal--active');\n\t\t\t}\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\twillMount () {\n\t\tthis.classList.add ('modal', 'modal--active');\n\t\treturn Promise.resolve ();\n\t}\n\n\trender () {\n\t\tconst { message, context, editable, actions } = this.props;\n\t\treturn `\n\t\t\t
\n\t\t\t\t

${this.engine.string(message)}

\n\t\t\t\t${context ? `${context}` : ''}\n\t\t\t\t${actions ? `
\n\t\t\t\t\t${actions.map (action => ``).join('')}\n\t\t\t\t
` : ''}\n\t\t\t
\n\t\t`;\n\t}\n}\n\n\nAlertDialog.tag = 'alert-modal';\n\n\nexport default AlertDialog;","import { Component } from './../../lib/Component';\n\nclass CenteredDialog extends Component {\n\n\tconstructor () {\n\t\tsuper ();\n\t}\n\n\twillRollback () {\n\t\t// If a choice is visible right now, we can simply remove it and let the\n\t\t// game revert to the previous statement.\n\t\tthis.remove ();\n\t\treturn Promise.resolve ();\n\t}\n\n\tonReset () {\n\t\tthis.remove ();\n\t\treturn Promise.resolve ();\n\t}\n\n\twillMount () {\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidMount () {\n\t\treturn Promise.resolve ();\n\t}\n\n\trender () {\n\t\treturn `\n\t\t\t
\n\t\t`;\n\t}\n}\n\nCenteredDialog.tag = 'centered-dialog';\n\n\n\nexport default CenteredDialog;","import { Component } from './../../lib/Component';\n\nclass ChoiceContainer extends Component {\n\n\tconstructor () {\n\t\tsuper ();\n\n\t\tthis.props = {\n\t\t\tchoices: [],\n\t\t\tclasses: ''\n\t\t};\n\t}\n\n\tshouldProceed () {\n\t\t// If a choice is currently being displayed, the player should not be able\n\t\t// to advance until one is chosen.\n\t\treturn Promise.reject ('Choice Container awaiting for user input.');\n\t}\n\n\twillRollback () {\n\t\t// If a choice is visible right now, we can simply remove it and let the\n\t\t// game revert to the previous statement.\n\t\tthis.remove ();\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tonReset () {\n\t\tthis.remove ();\n\t\treturn Promise.resolve ();\n\t}\n\n\twillMount () {\n\t\t// Check if a list of classes has been defined and if the list is not empty\n\t\tif (typeof this.props.classes === 'string' && this.props.classes !== '') {\n\t\t\tthis.props.classes.split (' ').forEach ((className) => {\n\t\t\t\tif (className) {\n\t\t\t\t\tthis.classList.add (className);\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidMount () {\n\t\treturn Promise.resolve ();\n\t}\n\n\trender () {\n\t\tconst choices = this.props.choices.map ((choice) => {\n\t\t\tconst choiceText = this.engine.replaceVariables (choice.Text);\n\n\t\t\tif (typeof choice.Clickable === 'function') {\n\t\t\t\treturn new Promise ((resolve, reject) => {\n\t\t\t\t\tthis.engine.assertAsync (choice.Clickable, this.engine).then (() => {\n\t\t\t\t\t\tresolve (``);\n\t\t\t\t\t}).catch (() => {\n\t\t\t\t\t\tresolve (``);\n\t\t\t\t\t});\n\n\t\t\t\t});\n\t\t\t}\n\t\t\treturn Promise.resolve (``);\n\t\t});\n\n\t\treturn Promise.all (choices).then ((choices) => `\n\t\t\t
\n\t\t\t\t${ choices.join('') }\n\t\t\t
\n\t\t`);\n\t}\n}\n\nChoiceContainer.tag = 'choice-container';\n\n\n\nexport default ChoiceContainer;","import { Component } from './Component';\n\nclass ScreenComponent extends Component {\n\n\tconstructor () {\n\t\tsuper();\n\n\t\tthis.state = {\n\t\t\topen: false\n\t\t};\n\t}\n\n\twillMount () {\n\t\tthis.dataset.screen = this.constructor.tag.replace ('-screen', '');\n\t\treturn Promise.resolve ();\n\t}\n\n\tonStateUpdate (property, oldValue, newValue) {\n\t\tif (property === 'open') {\n\t\t\tif (newValue === true) {\n\t\t\t\tthis.classList.add ('active');\n\t\t\t} else {\n\t\t\t\tthis.classList.remove ('active');\n\t\t\t}\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\trender () {\n\t\treturn '';\n\t}\n}\n\nexport { ScreenComponent };","import { ScreenComponent } from './../../lib/ScreenComponent';\n\nclass CreditsScreen extends ScreenComponent {\n\n\tstatic init () {\n\t\tif (Object.keys (this.engine.configuration ('credits')).length > 0) {\n\t\t\tthis.engine.component ('main-menu').addButton ({\n\t\t\t\tstring: 'Credits',\n\t\t\t\tdata: {\n\t\t\t\t\taction: 'open-screen',\n\t\t\t\t\topen: 'credits'\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\tconstructor () {\n\t\tsuper ();\n\n\t\tthis.props = {\n\t\t\tcredits: {}\n\t\t};\n\t}\n\n\twillMount () {\n\t\tsuper.willMount ();\n\t\tthis.setProps ({\n\t\t\tcredits: this.engine.configuration ('credits')\n\t\t});\n\t\treturn Promise.resolve ();\n\t}\n\n\trender () {\n\t\tconst items = Object.keys (this.props.credits).map ((section) => {\n\t\t\tlet html = `

${this.engine.replaceVariables (section)}

`;\n\t\t\tconst content = this.props.credits[section];\n\n\t\t\tif (typeof content === 'string') {\n\t\t\t\treturn `\n\t\t\t\t\t

\n\t\t\t\t\t\t${content}\n\t\t\t\t\t

`;\n\t\t\t}\n\n\t\t\tfor (const key of Object.keys (content)) {\n\t\t\t\tconst title = this.engine.replaceVariables (key);\n\t\t\t\tlet value = content[key];\n\n\t\t\t\tif (value instanceof Array) {\n\t\t\t\t\tvalue = value.join (', ');\n\t\t\t\t}\n\n\t\t\t\tif (typeof value === 'string') {\n\t\t\t\t\tvalue = this.engine.replaceVariables (value);\n\t\t\t\t}\n\n\t\t\t\tif (title.indexOf ('_') === 0) {\n\t\t\t\t\thtml += `

\n\t\t\t\t\t\t\t\t${value}\n\t\t\t\t\t\t\t

`;\n\t\t\t\t} else {\n\t\t\t\t\thtml += `

\n\t\t\t\t\t\t\t\t${title}\n\t\t\t\t\t\t\t\t${value}\n\t\t\t\t\t\t\t

`;\n\t\t\t\t}\n\n\t\t\t}\n\t\t\thtml += '
';\n\n\t\t\treturn html;\n\t\t});\n\n\t\treturn `\n\t\t\t\n\t\t\t

Credits

\n\t\t\t
\n\t\t\t\t${items}\n\t\t\t
\n\t\t`;\n\t}\n}\n\nCreditsScreen.tag = 'credits-screen';\n\n\nexport default CreditsScreen;","import { Component } from './../../lib/Component';\n\nclass DialogLog extends Component {\n\n\tstatic setup () {\n\t\tthis.engine.component ('quick-menu').addButtonAfter ('Hide', {\n\t\t\tstring: 'Log',\n\t\t\ticon: 'far fa-comments',\n\t\t\tdata: {\n\t\t\t\taction: 'dialog-log'\n\t\t\t}\n\t\t});\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic bind () {\n\t\tthis.engine.registerListener ('dialog-log', {\n\t\t\tcallback: () => {\n\t\t\t\tthis.instances ((element) => {\n\t\t\t\t\tconst active = element.state.active;\n\t\t\t\t\telement.setState ({\n\t\t\t\t\t\tactive: !active\n\t\t\t\t\t});\n\t\t\t\t});\n\t\t\t}\n\t\t});\n\t\treturn Promise.resolve ();\n\t}\n\n\tonReset () {\n\t\tthis.content ('log').html ('
No dialogs available. Dialogs will appear here as they show up.
');\n\t\treturn Promise.resolve ();\n\t}\n\n\twrite ({ id, character, dialog }) {\n\t\tthis.content ('placeholder').remove ();\n\t\tif (id !== 'narrator' && id !== 'centered') {\n\t\t\tconst { name, color } = character;\n\t\t\tthis.content ('log').append (`\n\t\t\t\t
\n\t\t\t\t\t${this.engine.replaceVariables (name)} \n\t\t\t\t\t

${dialog}

\n\t\t\t\t
\n\t\t\t`);\n\t\t} else {\n\t\t\tthis.content ('log').append (`

${dialog}

`);\n\t\t}\n\t}\n\n\tpop () {\n\t\tconst last = this.content ('log').find ('[data-spoke]').last ();\n\t\tlast.remove ();\n\t}\n\n\tconstructor () {\n\t\tsuper ();\n\n\t\tthis.state = {\n\t\t\tactive: false\n\t\t};\n\t}\n\n\tonStateUpdate (property, oldValue, newValue) {\n\t\tif (property === 'active') {\n\t\t\tthis.classList.toggle ('modal--active');\n\n\t\t\tif (newValue === true) {\n\t\t\t\tthis.scrollTop = this.scrollHeight;\n\t\t\t}\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\twillMount () {\n\t\tthis.classList.add ('modal');\n\t\treturn Promise.resolve ();\n\t}\n\n\trender () {\n\t\treturn `\n\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t
No dialogs available. Dialogs will appear here as they show up.
\n\t\t\t\t
\n\t\t\t\t\n\t\t\t
\n\t\t`;\n\t}\n}\n\nDialogLog.tag = 'dialog-log';\n\n\n\nexport default DialogLog;","import { ScreenComponent } from '../../lib/ScreenComponent';\nimport { $_ } from '@aegis-framework/artemis';\n\nclass GalleryScreen extends ScreenComponent {\n\n\tstatic bind (selector) {\n\n\t\t// Now lets make it so that when a player clicks on one of the Images\n\t\t// of the gallery, the image gets shown. For that purpose, we'll use\n\t\t// create a function showImage (). You may notice we are not using a simple\n\t\t// $_().click function, instead we are using the 'on' function, this is\n\t\t// due to the images being generated automatically, we can't simply\n\t\t// attach the listerner to them so we attach it to their parent (the\n\t\t// gallery) and then check if the click was actually on an image.\n\t\tconst self = this;\n\t\tthis.instances ().on ('click', '[data-image]', function () {\n\t\t\tconst image = $_(this).closest ('[data-image]').data ('image');\n\t\t\tself.showImage (image);\n\t\t});\n\n\t\t// This listener will make it so that any click on the image viewer\n\t\t// closes it\n\t\tthis.instances ().on ('click', '[data-ui=\"image-viewer\"]', () => {\n\t\t\tthis.instances ().find ('[data-ui=\"image-viewer\"]').removeClass ('modal--active');\n\t\t\tthis.instances ().find ('[data-ui=\"image-viewer\"] figure').style ('background-image', '');\n\t\t});\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic init (selector) {\n\t\tif (Object.keys (this.engine.assets ('gallery')).length > 0) {\n\t\t\tthis.engine.component ('main-menu').addButton ({\n\t\t\t\tstring: 'Gallery',\n\t\t\t\tdata: {\n\t\t\t\t\taction: 'open-screen',\n\t\t\t\t\topen: 'gallery'\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\t// Hide Gallery if there are no images defined.\n\t\t\tthis.instances ().remove ();\n\t\t}\n\n\t\treturn Promise.resolve ();\n\t}\n\n\t// A simple function to show an image, this will activate the image viewer\n\t// and set the image as a background for it.\n\tstatic showImage (image) {\n\t\tconst directory = `${this.engine.setting ('AssetsPath').root}/${this.engine.setting ('AssetsPath').gallery}/`;\n\t\tthis.instances ().find ('[data-ui=\"image-viewer\"] figure').style ('background-image', `url('${directory}${this.engine.asset ('gallery', image)}')`);\n\t\tthis.instances ().find ('[data-ui=\"image-viewer\"]').addClass ('modal--active');\n\t}\n\n\tconstructor () {\n\t\tsuper ();\n\n\t\tthis.state = {\n\t\t\tunlocked: []\n\t\t};\n\t}\n\n\twillMount () {\n\t\tsuper.willMount ();\n\t\treturn this.engine.Storage.get ('gallery').then ((data) => {\n\t\t\tthis.setState ({\n\t\t\t\tunlocked: data.unlocked\n\t\t\t});\n\t\t\treturn Promise.resolve ();\n\t\t}).catch (() => {\n\t\t\treturn Promise.resolve ();\n\t\t});\n\t}\n\n\tonStateUpdate (property, oldValue, newValue) {\n\t\tsuper.onStateUpdate (property, oldValue, newValue);\n\n\t\tthis.engine.Storage.set ('gallery', {\n\t\t\tunlocked: this.state.unlocked\n\t\t});\n\n\t\t// Update the gallery when an image gets unlocked or locked\n\t\tthis.forceRender ();\n\n\t\treturn Promise.resolve ();\n\t}\n\n\trender () {\n\t\tconst images = Object.keys (this.engine.assets ('gallery')).map ((image) => {\n\t\t\tconst directory = `${this.engine.setting ('AssetsPath').root}/${this.engine.setting ('AssetsPath').gallery}/`;\n\n\t\t\t// Check if the image has been unlocked or not, if it hasn't then a\n\t\t\t// lock will be shown instead of the image.\n\t\t\tif (this.state.unlocked.includes (image)) {\n\t\t\t\treturn `
`;\n\t\t\t} else {\n\t\t\t\treturn '
';\n\t\t\t}\n\t\t}).join ('');\n\n\t\treturn `\n\t\t\t\n\t\t\t\n\t\t\t

Gallery

\n\t\t\t
\n\t\t\t\t${images}\n\t\t\t
\n\t\t`;\n\t}\n}\n\nGalleryScreen.tag = 'gallery-screen';\n\n\nexport default GalleryScreen;","import { ScreenComponent } from './../../lib/ScreenComponent';\n\nclass GameScreen extends ScreenComponent {\n\n\tstatic shouldProceed () {\n\t\tif (this.engine.element ().find ('[data-screen=\"game\"]').isVisible ()) {\n\t\t\treturn Promise.resolve ();\n\t\t}\n\t\treturn Promise.reject ('Game screen is not visible.');\n\t}\n\n\tstatic bind (selector) {\n\t\tconst self = this;\n\n\t\tthis.engine.on ('click', '[data-screen=\"game\"] *:not([data-choice])', function () {\n\t\t\tself.engine.debug.debug ('Next Statement Listener');\n\t\t\tself.engine.proceed ({ userInitiated: true }).then (() => {\n\t\t\t\t// Nothing to do here\n\t\t\t}).catch (() => {\n\t\t\t\t// An action waiting for user interaction or something else\n\t\t\t\t// is blocking the game.\n\t\t\t});\n\t\t});\n\n\t\tthis.engine.registerListener ('back', {\n\t\t\tkeys: 'left',\n\t\t\tcallback: () => {\n\t\t\t\tthis.engine.global ('block', false);\n\t\t\t\tthis.engine.rollback ().then (() => {\n\t\t\t\t\t// Nothing to do here\n\t\t\t\t}).catch ((e) => {\n\t\t\t\t\t// An action waiting for user interaction or something else\n\t\t\t\t\t// is blocking the game.\n\t\t\t\t});\n\t\t\t}\n\t\t});\n\n\t\treturn Promise.resolve ();\n\t}\n\n\n\tdidMount () {\n\t\tthis.engine.on ('didUpdateState', ({ detail: {newState: { label }}}) => {\n\t\t\tif (label) {\n\t\t\t\tthis.element ().data ('label', label);\n\t\t\t}\n\t\t});\n\n\t\treturn Promise.resolve ();\n\t}\n\n\trender () {\n\t\treturn `\n\t\t\t
\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t
\n\t\t`;\n\t}\n\n}\n\nGameScreen.tag = 'game-screen';\n\n\nexport default GameScreen;","import { ScreenComponent } from './../../lib/ScreenComponent';\n\nclass HelpScreen extends ScreenComponent {\n\n\trender () {\n\t\treturn `\n\t\t\t\n\t\t\t

Help

\n\t\t\t
\n\t\t\t\t

To advance through the game, left-click or tap anywhere on the game screen or press the space key

\n\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t

Quick Menu

\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\tGo back\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\tHide the text box\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\tShow the dialog log\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\tEnable auto play\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\tEnter skip mode\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\tOpen the Save Screen\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\tOpen the Load Screen\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\tOpen the Settings Screen\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\tQuit Game\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t

Keyboard Shortcuts

\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\tGo Back\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\tH\n\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\tHide the text box\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\tA\n\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\tEnable auto play\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\tS\n\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\tEnter skip mode\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t⇧ S\n\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\tOpen the Save Screen\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t⇧ L\n\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\tOpen the Load Screen\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\tESC\n\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\tOpen the Settings Screen.\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t⇧ Q\n\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\tQuit Game\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t
\n\t\t\t
\n\t\t`;\n\t}\n}\n\nHelpScreen.tag = 'help-screen';\n\n\n\nexport default HelpScreen;","import { ScreenComponent } from './../../lib/ScreenComponent';\n\nclass LoadScreen extends ScreenComponent {\n\n\trender () {\n\t\tconst autoSaveEnabled = this.engine.setting ('AutoSave') != 0 && typeof this.engine.setting ('AutoSave') === 'number';\n\n\t\treturn `\n\t\t\t\n\t\t\t

Load

\n\t\t\t
\n\t\t\t\t

Saved Games

\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t
\n\t\t\t${ autoSaveEnabled ? `
\n\t\t\t\t

Auto Saved Games

\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t
` : ''}\n\t\t`;\n\t}\n}\n\nLoadScreen.tag = 'load-screen';\n\n\nexport default LoadScreen;","import { ScreenComponent } from './../../lib/ScreenComponent';\n\nclass LoadingScreen extends ScreenComponent {\n\n\tconstructor () {\n\t\tsuper ();\n\n\t\tthis.props = {\n\t\t\tmax: 0\n\t\t};\n\n\t\tthis.state = {\n\t\t\tprogress: 0\n\t\t};\n\t}\n\n\tdidMount () {\n\t\tthis.engine.on ('willPreloadAssets', () => {\n\t\t\tthis.setState ({\n\t\t\t\topen: true\n\t\t\t});\n\t\t});\n\n\t\tthis.engine.on ('assetQueued', () => {\n\t\t\tconst max = this.props.max;\n\t\t\tthis.setProps ({\n\t\t\t\tmax: max + 1\n\t\t\t});\n\t\t});\n\n\t\tthis.engine.on ('didPreloadAssets', () => {\n\t\t\tthis.setState ({\n\t\t\t\topen: false\n\t\t\t});\n\t\t});\n\n\t\tthis.engine.on ('assetLoaded', (event) => {\n\t\t\tconst progress = this.state.progress;\n\t\t\tthis.setState ({\n\t\t\t\tprogress: progress + 1\n\t\t\t});\n\t\t});\n\t\treturn Promise.resolve ();\n\t}\n\n\tonStateUpdate (property, oldValue, newValue) {\n\t\tsuper.onStateUpdate (property, oldValue, newValue);\n\t\tif (property === 'progress') {\n\t\t\tthis.content ('progress').value (newValue);\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\tonPropsUpdate (property, oldValue, newValue) {\n\t\tsuper.onPropsUpdate (property, oldValue, newValue);\n\t\tif (property === 'max') {\n\t\t\tthis.content ('progress').attribute ('max', newValue);\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\trender () {\n\t\treturn `\n\t\t\t
\n\t\t\t\t

Loading

\n\t\t\t\t\n\t\t\t\tWait while the assets are loaded.\n\t\t\t
\n\t\t`;\n\t}\n}\n\nLoadingScreen.tag = 'loading-screen';\n\n\nexport default LoadingScreen;","import { Component } from './Component';\n\nclass MenuComponent extends Component {\n\n\tstatic addButton (button) {\n\t\tthis.engine.configuration (this.tag, {\n\t\t\tbuttons: [...this.buttons (), button]\n\t\t});\n\n\t\tthis.onConfigurationUpdate ();\n\t}\n\n\tstatic addButtonAfter (after, button) {\n\t\tconst index = this.buttons ().findIndex (b => b.string === after);\n\t\tconst buttons = [...this.buttons ()];\n\n\t\tif (index > -1) {\n\t\t\tbuttons.splice (index + 1, 0, button);\n\n\t\t\tthis.engine.configuration (this.tag, {\n\t\t\t\tbuttons\n\t\t\t});\n\n\t\t\tthis.onConfigurationUpdate ();\n\t\t}\n\t}\n\n\tstatic addButtonBefore (before, button) {\n\t\tconst index = this.buttons ().findIndex (b => b.string === before);\n\t\tconst buttons = [...this.buttons ()];\n\n\t\tif (index > -1) {\n\t\t\tbuttons.splice (index + 1, 0, button);\n\n\t\t\tthis.engine.configuration (this.tag, {\n\t\t\t\tbuttons\n\t\t\t});\n\n\t\t\tthis.onConfigurationUpdate ();\n\t\t}\n\t}\n\n\tstatic removeButton (string) {\n\t\tthis.engine.configuration (this.tag, {\n\t\t\tbuttons: this.buttons ().filter ((button) => button.string !== string)\n\t\t});\n\n\t\tthis.onConfigurationUpdate ();\n\t}\n\n\tstatic buttons () {\n\t\treturn this.engine.configuration (this.tag).buttons;\n\t}\n\n\tstatic button (string) {\n\t\treturn this.buttons ().find ((button) => button.string === string);\n\t}\n\n\tstatic onConfigurationUpdate () {\n\t\tconst elements = document.querySelectorAll (this.tag);\n\n\t\tfor (const element of elements) {\n\t\t\tif (element instanceof Component) {\n\t\t\t\telement.innerHTML = element.render ();\n\t\t\t}\n\t\t}\n\n\t\treturn Promise.resolve ();\n\t}\n\n\trender () {\n\t\treturn this.static.buttons ().map ((button) => {\n\t\t\t// A user could create a custom element to display all or specific\n\t\t\t// buttons. If no element was set on the button's definition, we'll\n\t\t\t// assume it to be a simple button.\n\t\t\tif (typeof button.element !== 'string') {\n\t\t\t\tbutton.element = 'button';\n\t\t\t}\n\n\t\t\tconst element = document.createElement (button.element);\n\n\t\t\tif (typeof button.data === 'object') {\n\t\t\t\tfor (const key of Object.keys (button.data)) {\n\t\t\t\t\telement.dataset[key] = button.data[key];\n\t\t\t\t}\n\t\t\t}\n\n\t\t\telement.setAttribute ('icon', button.icon);\n\t\t\telement.setAttribute ('string', button.string);\n\n\t\t\treturn element.outerHTML;\n\t\t}).join (' ');\n\t}\n}\n\nMenuComponent.tag = 'lib-menu-component';\n\nexport { MenuComponent };","import { MenuComponent } from './../../lib/MenuComponent';\n\nclass MainMenu extends MenuComponent {\n\n\tstatic shouldRollback () {\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic willRollback () {\n\t\treturn Promise.resolve ();\n\t}\n\n\trender () {\n\t\treturn this.static.buttons ().map ((button) => {\n\t\t\t// A user could create a custom element to display all or specific\n\t\t\t// buttons. If no element was set on the button's definition, we'll\n\t\t\t// assume it to be a simple button.\n\t\t\tif (typeof button.element !== 'string') {\n\t\t\t\tbutton.element = 'button';\n\t\t\t}\n\n\t\t\tconst element = document.createElement (button.element);\n\n\t\t\tif (typeof button.data === 'object') {\n\t\t\t\tfor (const key of Object.keys (button.data)) {\n\t\t\t\t\telement.dataset[key] = button.data[key];\n\t\t\t\t}\n\t\t\t}\n\n\t\t\telement.setAttribute ('icon', button.icon);\n\t\t\telement.setAttribute ('string', button.string);\n\n\t\t\telement.innerHTML = `\n\t\t\t\t\n\t\t\t\t${this.engine.string (button.string)}\n\t\t\t`;\n\n\t\t\treturn element.outerHTML;\n\t\t}).join (' ');\n\t}\n\n}\n\nMainMenu.tag = 'main-menu';\n\n\nexport default MainMenu;","import { ScreenComponent } from './../../lib/ScreenComponent';\n\nclass MainScreen extends ScreenComponent {\n\tonStateUpdate (property, oldValue, newValue) {\n\t\tif (property === 'open') {\n\t\t\tif (newValue === true) {\n\t\t\t\tthis.engine.playAmbient ();\n\t\t\t} else {\n\t\t\t\tif (this.engine.global ('playing') === true) {\n\t\t\t\t\tthis.engine.stopAmbient ();\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn super.onStateUpdate(property, oldValue, newValue);\n\t}\n}\n\nMainScreen.tag = 'main-screen';\n\n\nexport default MainScreen;","import { Component } from './../../lib/Component';\n\nclass MessageModal extends Component {\n\n\tconstructor () {\n\t\tsuper ();\n\n\t\tthis.props = {\n\t\t\ttitle: null,\n\t\t\tsubtitle: null,\n\t\t\tbody: '',\n\t\t\tactionString: 'Close'\n\t\t};\n\t}\n\n\tshouldProceed () {\n\t\treturn Promise.reject ('Message Modal awaiting for user to close the modal window.');\n\t}\n\n\twillProceed () {\n\t\tthis.remove ();\n\t\treturn Promise.resolve ();\n\t}\n\n\twillRollback () {\n\t\t// If a choice is visible right now, we can simply remove it and let the\n\t\t// game revert to the previous statement.\n\t\tthis.remove ();\n\t\treturn Promise.resolve ();\n\t}\n\n\tonReset () {\n\t\tthis.remove ();\n\t\treturn Promise.resolve ();\n\t}\n\n\twillMount () {\n\t\tthis.classList.add ('modal', 'modal--active');\n\t\treturn Promise.resolve ();\n\t}\n\n\trender () {\n\t\tconst { title, subtitle, body } = this.props;\n\t\treturn `\n\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t${ typeof title === 'string' && title ? `

${title}

` : '' }\n\t\t\t\t\t${ typeof subtitle === 'string' && subtitle ? `

${subtitle}

` : '' }\n\t\t\t\t\t${ typeof body === 'string' && body ? `

${body}

` : '' }\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t
\n\t\t`;\n\t}\n}\n\nMessageModal.tag = 'message-modal';\n\n\n\nexport default MessageModal;","import { MenuComponent } from './../../lib/MenuComponent';\n\nclass QuickMenu extends MenuComponent {\n\n\tstatic init () {\n\t\t// Remove the Skip text button if it has been disabled on the game settings\n\t\tif (!(this.engine.setting ('Skip') > 0)) {\n\t\t\tthis.removeButton ('Skip');\n\t\t}\n\t}\n\n\trender () {\n\t\treturn this.static.buttons ().map ((button) => {\n\t\t\t// A user could create a custom element to display all or specific\n\t\t\t// buttons. If no element was set on the button's definition, we'll\n\t\t\t// assume it to be a simple button.\n\t\t\tif (typeof button.element !== 'string') {\n\t\t\t\tbutton.element = 'button';\n\t\t\t}\n\n\t\t\tconst element = document.createElement (button.element);\n\n\t\t\tif (typeof button.data === 'object') {\n\t\t\t\tfor (const key of Object.keys (button.data)) {\n\t\t\t\t\telement.dataset[key] = button.data[key];\n\t\t\t\t}\n\t\t\t}\n\n\t\t\telement.setAttribute ('icon', button.icon);\n\t\t\telement.setAttribute ('string', button.string);\n\n\t\t\telement.innerHTML = `\n\t\t\t\t\n\t\t\t\t${this.engine.string (button.string)}\n\t\t\t`;\n\n\t\t\treturn element.outerHTML;\n\t\t}).join (' ');\n\t}\n\n}\n\nQuickMenu.tag = 'quick-menu';\n\n\nexport default QuickMenu;","import { ScreenComponent } from './../../lib/ScreenComponent';\nimport moment from 'moment/min/moment-with-locales';\n\nclass SaveScreen extends ScreenComponent {\n\n\tstatic bind (selector) {\n\t\tthis.instances ().on ('click', '[data-action=\"save\"]', () => {\n\t\t\tconst slotName = this.instances ().find ('[data-content=\"slot-name\"]').value ().trim ();\n\t\t\tif (slotName !== '') {\n\t\t\t\tthis.engine.saveTo ('SaveLabel', null, slotName);\n\t\t\t}\n\t\t});\n\t\treturn Promise.resolve ();\n\t}\n\n\tonStateUpdate (property, oldValue, newValue) {\n\t\tsuper.onStateUpdate (property, oldValue, newValue);\n\t\tif (property === 'open' && newValue === true) {\n\t\t\tthis.content ('slot-name').value (moment ().format ('LL LTS'));\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\trender () {\n\t\treturn `\n\t\t\t\n\t\t\t
\n\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t
\n\t\t\t\n\t\t\t
\n\t\t`;\n\t}\n}\n\nSaveScreen.tag = 'save-screen';\n\n\nexport default SaveScreen;","import { Component } from './../../lib/Component';\nimport { Text } from '@aegis-framework/artemis';\nimport moment from 'moment/min/moment-with-locales';\n\nclass SaveSlot extends Component {\n\n\tstatic shouldRollback () {\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic willRollback () {\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic bind (selector) {\n\n\t\tthis.engine.registerListener ('delete-slot', {\n\t\t\tcallback: () => {\n\t\t\t\tconst target = this.engine.global ('delete_slot');\n\n\t\t\t\t// Delete the slot from the storage\n\t\t\t\tthis.engine.Storage.remove (target);\n\n\t\t\t\t// Reset the temporal delete slot variable\n\t\t\t\tthis.engine.global ('delete_slot', null);\n\t\t\t\tthis.engine.dismissAlert ('slot-deletion');\n\n\t\t\t\tthis.engine.instances ().remove ();\n\t\t\t}\n\t\t});\n\n\t\tconst engine = this.engine;\n\n\t\tthis.engine.on ('click', '[data-component=\"slot-container\"] [data-delete]', function (event) {\n\t\t\tengine.debug.debug ('Registered Click on Slot Delete Button');\n\t\t\tevent.stopImmediatePropagation ();\n\t\t\tevent.stopPropagation ();\n\t\t\tevent.preventDefault ();\n\n\t\t\tengine.global ('delete_slot', this.dataset.delete);\n\t\t\tengine.Storage.get (engine.global ('delete_slot')).then ((data) => {\n\t\t\t\tengine.alert ('slot-deletion', {\n\t\t\t\t\tmessage: 'SlotDeletion',\n\t\t\t\t\tcontext: typeof data.name !== 'undefined' ? data.name : data.date,\n\t\t\t\t\tactions: [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tlabel: 'Delete',\n\t\t\t\t\t\t\tlistener: 'delete-slot'\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tlabel: 'Cancel',\n\t\t\t\t\t\t\tlistener: 'dismiss-alert'\n\t\t\t\t\t\t}\n\t\t\t\t\t]\n\t\t\t\t});\n\t\t\t});\n\t\t});\n\t\treturn Promise.resolve ();\n\t}\n\n\tconstructor () {\n\t\tsuper ();\n\t\tthis.props = {\n\t\t\tslot: '',\n\t\t\tname: '',\n\t\t\tdate: '',\n\t\t\tscreenshot: '',\n\t\t\timage: ''\n\t\t};\n\n\t\tthis.data = null;\n\t}\n\n\twillMount () {\n\t\tthis.classList.add ('row__column', 'row_column--6', 'row__column--tablet--4', 'row__column--desktop--3', 'row__column--desktop-large--2');\n\n\t\treturn this.engine.Storage.get (this.slot).then ((data) => {\n\t\t\tthis.data = data;\n\n\t\t\tif (typeof data.Engine !== 'undefined') {\n\t\t\t\tdata.name = data.Name;\n\t\t\t\tdata.date = data.Date;\n\t\t\t\tdata.image = data.Engine.Scene;\n\t\t\t}\n\n\t\t\tthis.setProps ({\n\t\t\t\tname: data.name,\n\t\t\t\tdate: data.date,\n\t\t\t\timage: data.image\n\t\t\t});\n\t\t});\n\t}\n\n\trender () {\n\t\tlet background = '';\n\n\t\tconst hasImage = this.props.image && this.engine.asset ('scenes', this.props.image);\n\n\t\tif (hasImage) {\n\t\t\tbackground = `url(${this.engine.setting ('AssetsPath').root}/${this.engine.setting ('AssetsPath').scenes}/${this.engine.asset ('scenes', this.props.image)})`;\n\t\t} else if (this.data.game.state.scene) {\n\t\t\tbackground = this.data.game.state.scene;\n\n\t\t\tif (background.indexOf (' with ') > -1) {\n\t\t\t\tbackground = Text.prefix (' with ', background);\n\t\t\t}\n\n\t\t\tbackground = Text.suffix ('show scene', background);\n\n\t\t} else if (this.data.game.state.background) {\n\t\t\tbackground = this.data.game.state.background;\n\n\t\t\tif (background.indexOf (' with ') > -1) {\n\t\t\t\tbackground = Text.prefix (' with ', background);\n\t\t\t}\n\n\t\t\tbackground = Text.suffix ('show background', background);\n\t\t}\n\t\treturn `\n\t\t\t\n\t\t\t${this.props.name}\n\t\t\t
\n\t\t\t
${moment (this.props.date).format ('LL LTS')}
\n\t\t`;\n\t}\n}\n\nSaveSlot.tag = 'save-slot';\n\n\nexport default SaveSlot;","import { ScreenComponent } from './../../lib/ScreenComponent';\nimport { Platform, Text } from '@aegis-framework/artemis';\n\nclass SettingsScreen extends ScreenComponent {\n\n\tstatic bind () {\n\t\t// Fix for select labels\n\t\tthis.engine.on ('click', '[data-select]', () => {\n\t\t\tconst e = document.createEvent ('MouseEvents');\n\t\t\te.initMouseEvent ('mousedown');\n\t\t\tthis.engine.element ().find (`[data-action='${this.dataset.select}']`).first ().dispatchEvent (e);\n\t\t});\n\n\t\treturn Promise.resolve ();\n\t}\n\n\telectron (selector) {\n\t\tthis.element ().find ('[data-action=\"set-resolution\"]').value (this.engine.preference ('Resolution'));\n\n\t\twindow.onbeforeunload = (event) => {\n\t\t\tevent.preventDefault ();\n\t\t\tthis.engine.alert ('quit-warning', {\n\t\t\t\tmessage: 'Confirm',\n\t\t\t\tactions: [\n\t\t\t\t\t{\n\t\t\t\t\t\tlabel: 'Quit',\n\t\t\t\t\t\tlistener: 'quit'\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tlabel: 'Cancel',\n\t\t\t\t\t\tlistener: 'dismiss-alert'\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t});\n\t\t\treturn false;\n\t\t};\n\n\t\twindow.ipcRendererSend ('window-info-request', {\n\t\t\ttitle: this.engine.setting ('Name'),\n\t\t\tresizable: this.engine.setting ('ForceAspectRatio') !== 'Global'\n\t\t});\n\n\t\twindow.ipcRendererReceive ('window-info-reply', (event, args) => {\n\t\t\tconst { resizable, minWidth, maxWidth, minHeight, maxHeight } = args;\n\n\t\t\tif (!resizable) {\n\t\t\t\tconst aspectRatio = this.engine.setting ('AspectRatio').split (':');\n\t\t\t\tconst aspectRatioWidth = parseInt (aspectRatio[0]);\n\t\t\t\tconst aspectRatioHeight = parseInt (aspectRatio[1]);\n\n\t\t\t\tfor (let i = 0; i < 488; i += 8) {\n\t\t\t\t\tconst calculatedWidth = aspectRatioWidth * i;\n\t\t\t\t\tconst calculatedHeight = aspectRatioHeight * i;\n\n\t\t\t\t\tif (calculatedWidth >= minWidth && calculatedHeight >= minHeight && calculatedWidth <= maxWidth && calculatedHeight <= maxHeight) {\n\t\t\t\t\t\tthis.element ().find ('[data-action=\"set-resolution\"]').append(``);\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tthis.element ().find ('[data-action=\"set-resolution\"]').append(``);\n\n\t\t\t\tthis.changeWindowResolution (this.engine.preference ('Resolution'));\n\t\t\t\tthis.element ().find ('[data-action=\"set-resolution\"]').change ((event) => {\n\t\t\t\t\tconst size = event.target.value;\n\t\t\t\t\tthis.changeWindowResolution (size);\n\t\t\t\t});\n\n\t\t\t\tthis.element ().find ('[data-action=\"set-resolution\"]').value (this.engine.preference ('Resolution'));\n\n\t\t\t} else {\n\t\t\t\tthis.element ().find ('[data-settings=\"resolution\"]').hide ();\n\t\t\t}\n\t\t});\n\n\t\twindow.ipcRendererReceive ('resize-reply', (event, args) => {\n\t\t\tconst { width, height, fullscreen } = args;\n\n\t\t\tif (fullscreen) {\n\t\t\t\tthis.engine.preference ('Resolution', 'fullscreen');\n\t\t\t} else {\n\t\t\t\tthis.engine.preference ('Resolution', `${width}x${height}`);\n\t\t\t}\n\t\t});\n\t}\n\n\tchangeWindowResolution (resolution) {\n\t\tif (resolution) {\n\t\t\tif (resolution == 'fullscreen') {\n\t\t\t\twindow.ipcRendererSend ('resize-request', {\n\t\t\t\t\tfullscreen: true\n\t\t\t\t});\n\t\t\t} else if (resolution.indexOf ('x') > -1) {\n\t\t\t\tconst [ width, height ] = resolution.split ('x');\n\t\t\t\twindow.ipcRendererSend ('resize-request', {\n\t\t\t\t\twidth: parseInt (width),\n\t\t\t\t\theight: parseInt (height),\n\t\t\t\t\tfullscreen: false\n\t\t\t\t});\n\t\t\t}\n\t\t}\n\t}\n\n\tdidMount () {\n\t\tthis.engine.on ('didInit', () => {\n\t\t\tif (this.engine.setting ('MultiLanguage') === true) {\n\t\t\t\tthis.content ('wrapper').html (`\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t`);\n\t\t\t\tthis.content ('language-selector').value (this.engine.preference ('Language'));\n\n\t\t\t\t// Bind Language select so that every time a language is selected, the\n\t\t\t\t// ui and game get correctly localized.\n\t\t\t\tthis.content ('language-selector').change (() => {\n\t\t\t\t\tthis.engine.preference ('Language', this.content ('language-selector').value ());\n\t\t\t\t\tthis.engine.localize ();\n\t\t\t\t});\n\t\t\t} else {\n\t\t\t\tthis.content ('language-settings').remove ();\n\t\t\t}\n\n\t\t\tfor (const mediaType of Object.keys (this.engine.mediaPlayers ())) {\n\t\t\t\tthis.content (`${mediaType}-audio-controller`).value ('value', this.engine.preference ('Volume')[Text.capitalize (mediaType)]);\n\t\t\t}\n\n\t\t\t// Set the electron quit handler.\n\t\t\tif (Platform.electron () && (typeof window.ipcRendererReceive === 'function' && typeof window.ipcRendererSend === 'function')) {\n\t\t\t\tthis.electron ();\n\t\t\t} else {\n\t\t\t\tthis.element ().find ('[data-platform=\"electron\"]').remove ();\n\t\t\t}\n\n\t\t\tthis.element ().find ('[data-action=\"set-text-speed\"]').value (this.engine.setting ('maxTextSpeed') - this.engine.preference ('TextSpeed'));\n\t\t});\n\n\t\t// Disable audio settings in iOS since they are not supported\n\t\tif (Platform.mobile ('iOS')) {\n\t\t\t// iOS handles the volume using the system volume, therefore there is now way to\n\t\t\t// handle each of the sound sources individually and as such, this is disabled.\n\t\t\tthis.content ('audio-settings').html (`

${this.engine.string ('iOSAudioWarning')}

`);\n\t\t}\n\n\t\tconst engine = this.engine;\n\t\tthis.content ('auto-play-speed-controller').on ('change mouseover', function () {\n\t\t\tconst value = engine.setting ('MaxAutoPlaySpeed') - parseInt(this.value);\n\t\t\tengine.preference ('AutoPlaySpeed', value);\n\t\t});\n\n\t\tthis.engine.setting ('MaxAutoPlaySpeed', parseInt (this.content ('auto-play-speed-controller').property ('max')));\n\t\tthis.content ('auto-play-speed-controller').value (this.engine.preference ('AutoPlaySpeed'));\n\n\t\treturn Promise.resolve ();\n\t}\n\n\trender () {\n\t\treturn `\n\t\t\t\n\t\t\t

Settings

\n\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t

Audio

\n\t\t\t\t\t\tMusic Volume:\n\t\t\t\t\t\t\n\t\t\t\t\t\tSound Volume:\n\t\t\t\t\t\t\n\t\t\t\t\t\tVoice Volume:\n\t\t\t\t\t\t\n\t\t\t\t\t\tVideo Volume:\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t
\n\n\t\t\t\t
\n\n\t\t\t\t\t
\n\t\t\t\t\t\t

Text Speed

\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\n\t\t\t\t\t
\n\t\t\t\t\t\t

Auto Play Speed

\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\n\t\t\t\t\t
\n\t\t\t\t\t\t

Language

\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\n\t\t\t\t\t
\n\t\t\t\t\t\t

Resolution

\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t
\n\t\t\t
\n\t\t`;\n\t}\n}\n\nSettingsScreen.tag = 'settings-screen';\n\n\n\nexport default SettingsScreen;","import { Component } from './../../lib/Component';\nimport { $_ } from '@aegis-framework/artemis';\n\nclass SlotContainer extends Component {\n\n\tstatic shouldRollback () {\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic willRollback () {\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic bind () {\n\t\tthis.engine.registerListener ('overwrite-slot', {\n\t\t\tcallback: (element) => {\n\t\t\t\tconst customName = $_(element).closest ('[data-content=\"context\"]').text ().trim ();\n\t\t\t\tif (customName !== '') {\n\t\t\t\t\tthis.engine.saveTo ('SaveLabel', this.engine.global ('overwrite_slot'), customName);\n\n\t\t\t\t\tthis.engine.global ('overwrite_slot', null);\n\t\t\t\t\tthis.engine.dismissAlert ('slot-overwrite');\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t\treturn Promise.resolve();\n\t}\n\n\tconstructor () {\n\t\tsuper();\n\n\t\tthis.props = {\n\t\t\ttype: 'load',\n\t\t\tlabel: ''\n\t\t};\n\n\t\tthis.state = {\n\t\t\tslots: []\n\t\t};\n\t}\n\n\twillMount () {\n\t\tthis.classList.add('row', 'row--spaced');\n\t\treturn this.engine.Storage.keys().then((keys) => {\n\t\t\tconst fullLabel = `${this.props.label}_`;\n\n\t\t\tconst savedData = keys.filter((key) => {\n\t\t\t\treturn key.indexOf(fullLabel) === 0;\n\t\t\t}).sort((a, b) => {\n\n\t\t\t\tconst aNumber = parseInt(a.split(fullLabel)[1]);\n\t\t\t\tconst bNumber = parseInt(b.split(fullLabel)[1]);\n\n\t\t\t\tif (aNumber > bNumber) {\n\t\t\t\t\treturn 1;\n\t\t\t\t} else if (aNumber < bNumber) {\n\t\t\t\t\treturn -1;\n\t\t\t\t} else {\n\t\t\t\t\treturn 0;\n\t\t\t\t}\n\t\t\t});\n\n\t\t\tthis.setState({\n\t\t\t\tslots: savedData\n\t\t\t});\n\t\t});\n\t}\n\n\tdidMount () {\n\t\tconst engine = this.engine;\n\n\t\tif (this.props.type === 'load') {\n\t\t\t// Load a saved game slot when it is pressed\n\t\t\tthis.element().on ('click', '[data-component=\"save-slot\"]', function (event) {\n\t\t\t\tconst isDeleteButton = $_(event.target).closestParent ('[data-delete]', '[data-component=\"save-slot\"]').exists ();\n\t\t\t\tif (!isDeleteButton) {\n\t\t\t\t\tengine.loadFromSlot($_(this).attribute ('slot')).then (() => {\n\t\t\t\t\t\tengine.run (engine.label ()[engine.state ('step')]);\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t});\n\t\t} else if (this.props.type === 'save') {\n\n\t\t\tconst self = this;\n\t\t\t// Save to slot when a slot is pressed.\n\t\t\tthis.element().on('click', '[data-component=\"save-slot\"]', function (event) {\n\t\t\t\tconst isDeleteButton = $_(event.target).closestParent ('[data-delete]', '[data-component=\"save-slot\"]').exists ();\n\n\t\t\t\tif (!isDeleteButton) {\n\t\t\t\t\tengine.debug.debug('Registered Click on Slot');\n\n\t\t\t\t\tevent.stopImmediatePropagation();\n\t\t\t\t\tevent.stopPropagation();\n\t\t\t\t\tevent.preventDefault();\n\n\t\t\t\t\tengine.global('overwrite_slot', $_(this).attribute ('slot').split ('_').pop ());\n\t\t\t\t\tengine.Storage.get (self.props.label + '_' + engine.global('overwrite_slot')).then((data) => {\n\t\t\t\t\t\tengine.alert('slot-overwrite', {\n\t\t\t\t\t\t\tmessage: 'SlotOverwrite',\n\t\t\t\t\t\t\tcontext: typeof data.name !== 'undefined' ? data.name : data.date,\n\t\t\t\t\t\t\teditable: true,\n\t\t\t\t\t\t\tactions: [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tlabel: 'Overwrite',\n\t\t\t\t\t\t\t\t\tlistener: 'overwrite-slot'\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tlabel: 'Cancel',\n\t\t\t\t\t\t\t\t\tlistener: 'dismiss-alert'\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t});\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\n\t\tthis.engine.Storage.onCreate ((key, value) => {\n\t\t\tif (key.indexOf (`${this.props.label}_`) === 0) {\n\t\t\t\tthis.setState ({\n\t\t\t\t\tslots: [...new Set([...this.state.slots, key])]\n\t\t\t\t});\n\t\t\t}\n\t\t});\n\n\t\tthis.engine.Storage.onUpdate ((key, value) => {\n\t\t\tif (key.indexOf (`${this.props.label}_`) === 0) {\n\t\t\t\tthis.element ().find (`[slot=\"${key}\"]`).get (0).setProps (value);\n\t\t\t}\n\t\t});\n\n\t\tthis.engine.Storage.onDelete ((key, value) => {\n\t\t\tif (key.indexOf (`${this.props.label}_`) === 0) {\n\t\t\t\tthis.setState ({\n\t\t\t\t\tslots: this.state.slots.filter (s => s !== key)\n\t\t\t\t});\n\t\t\t}\n\t\t});\n\n\t\tthis.engine.on ('didLocalize', () => {\n\t\t\tthis.forceRender ();\n\t\t});\n\n\t\treturn Promise.resolve();\n\t}\n\n\tonStateUpdate (property, oldValue, newValue) {\n\t\tif (property === 'slots') {\n\t\t\tthis.forceRender ();\n\t\t}\n\t\treturn Promise.resolve();\n\t}\n\n\trender () {\n\t\tconst slots = this.state.slots.map(slot => ``).join('');\n\n\t\tif (slots !== '') {\n\t\t\treturn slots;\n\t\t}\n\n\t\treturn `

${this.engine.string('NoSavedGames')}

`;\n\t}\n}\n\nSlotContainer.tag = 'slot-container';\n\n\nexport default SlotContainer;","import { Component } from './../../lib/Component';\n\nclass TextBox extends Component {\n\n\t/**\n\t * checkUnread - This function is used to add the unread class to the\n\t * text box if new contents (dialogs) were added to it causing it to overflow\n\t * but are not visible on screen right now so the player knows there is more\n\t * and scrolls the element.\n\t */\n\tcheckUnread () {\n\t\tif ((this.clientHeight + this.scrollTop) < this.scrollHeight) {\n\t\t\tthis.classList.add ('unread');\n\t\t} else {\n\t\t\tthis.classList.remove ('unread');\n\t\t}\n\t}\n\n\trender () {\n\t\treturn `\n\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t\"\"\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t

\n\t\t\t\t
\n\t\t\t
\n\n\t\t`;\n\t}\n}\n\nTextBox.tag = 'text-box';\n\n\nexport default TextBox;","import { Component } from './../../lib/Component';\n\nclass TextInput extends Component {\n\n\tconstructor () {\n\t\tsuper ();\n\n\t\tthis.state = {\n\t\t\tactive: true,\n\t\t};\n\n\t\tthis.props = {\n\t\t\ttext: '',\n\t\t\twarning: '',\n\t\t\tactionString: 'OK',\n\t\t\tonSubmit: () => {},\n\t\t\tvalidate: () => {},\n\t\t\tcallback: () => {},\n\t\t\tclasses: ''\n\t\t};\n\t}\n\n\tshouldProceed () {\n\t\treturn Promise.reject ('Text Input is awaiting user input.');\n\t}\n\n\twillRollback () {\n\t\tthis.remove ();\n\t\treturn Promise.resolve ();\n\t}\n\n\tonStateUpdate (property, oldValue, newValue) {\n\t\tif (property === 'active') {\n\t\t\tif (newValue === true) {\n\t\t\t\tthis.classList.toggle ('modal--active');\n\t\t\t}\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\twillMount () {\n\t\tthis.classList.add ('modal', 'modal--active');\n\n\t\t// Check if a list of classes has been defined and if the list is not empty\n\t\tif (typeof this.props.classes === 'string' && this.props.classes !== '') {\n\t\t\tthis.props.classes.split (' ').forEach ((className) => {\n\t\t\t\tif (className) {\n\t\t\t\t\tthis.classList.add (className);\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidMount () {\n\t\tthis.addEventListener ('submit', (event) => {\n\t\t\tevent.stopPropagation ();\n\t\t\tevent.preventDefault ();\n\n\t\t\t// Retrieve the value submitted\n\t\t\tconst inputValue = this.content ('field').value ();\n\n\t\t\t// Run the validation function asynchronously. If it returns false,\n\t\t\t// it means the input is invalid and we have to show the warning message.\n\t\t\tthis.engine.assertAsync (this.props.validate, this.engine, [inputValue]).then (() => {\n\n\t\t\t\t// Once validation was done, we run the Save function where usually,\n\t\t\t\t// the input received will be saved on the storage or used for other\n\t\t\t\t// actions.\n\t\t\t\tthis.engine.assertAsync (this.props.onSubmit, this.engine, [inputValue]).then (() => {\n\t\t\t\t\t// Nothing to do here\n\t\t\t\t}).catch (() => {\n\t\t\t\t\t// Nothing to do here\n\t\t\t\t}).finally (() => {\n\t\t\t\t\tthis.remove ();\n\t\t\t\t\tthis.props.callback ();\n\t\t\t\t});\n\t\t\t}).catch (() => {\n\t\t\t\t// Show the warning message since the input was invalid\n\t\t\t\tthis.content ('warning').text (this.props.warning);\n\t\t\t});\n\t\t});\n\n\t\tthis.content ('field').get (0).focus ();\n\t\treturn Promise.resolve ();\n\t}\n\n\trender () {\n\t\treturn `\n\t\t\t
\n\t\t\t\t

${this.props.text}

\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\n\t\t`;\n\t}\n}\n\n\nTextInput.tag = 'text-input';\n\n\nexport default TextInput;","import { Component } from './../../lib/Component';\nimport { Util } from '@aegis-framework/artemis';\n\nclass TimerDisplay extends Component {\n\n\tconstructor (...args) {\n\t\tsuper (...args);\n\n\t\tthis.props = {\n\t\t\tcallback: () => {},\n\t\t\ttime: 0,\n\t\t\tstep: 0,\n\t\t\ttimer: null,\n\t\t\ttick: null\n\t\t};\n\n\t\tthis.state = {\n\t\t\telapsed: 0,\n\t\t\tremaining: 0,\n\t\t\tvalue: 100\n\t\t};\n\t}\n\n\twillMount () {\n\t\tthis.setProps ({\n\t\t\tstep: this.props.time / 100\n\t\t});\n\n\t\tthis.setState ({\n\t\t\tremaining: this.props.time\n\t\t});\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidMount () {\n\t\tthis.setProps ({\n\t\t\ttick: () => {\n\t\t\t\tthis.setProps({\n\t\t\t\t\ttimer: setTimeout (() => {\n\t\t\t\t\t\tif (this.state.elapsed >= this.props.time) {\n\t\t\t\t\t\t\tUtil.callAsync (this.props.callback, this.engine).then (() => {\n\t\t\t\t\t\t\t\tclearTimeout (this.props.timer);\n\t\t\t\t\t\t\t\tif (this.parentNode) {\n\t\t\t\t\t\t\t\t\tthis.element ().remove ();\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tthis.setState ({\n\t\t\t\t\t\t\t\telapsed: this.state.elapsed + this.props.step,\n\t\t\t\t\t\t\t\tremaining: this.state.remaining - this.props.step,\n\t\t\t\t\t\t\t\tvalue: (1 - (this.state.elapsed / this.props.time)) * 100\n\t\t\t\t\t\t\t});\n\n\t\t\t\t\t\t\tthis.forceRender ();\n\t\t\t\t\t\t\tthis.props.tick ();\n\t\t\t\t\t\t}\n\n\n\t\t\t\t\t}, this.props.step)\n\t\t\t\t});\n\t\t\t}\n\t\t});\n\n\t\tthis.props.tick ();\n\n\t\treturn Promise.resolve ();\n\t}\n\n\trender () {\n\t\treturn `\n\t\t\t
\n\t\t`;\n\t}\n}\n\nTimerDisplay.tag = 'timer-display';\n\n\nexport default TimerDisplay;","import { Component } from './../../lib/Component';\n\nclass VisualNovel extends Component {\n\n\tstatic shouldRollback () {\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic willRollback () {\n\t\treturn Promise.resolve ();\n\t}\n\n\trender () {\n\t\treturn '';\n\t}\n\n}\n\nVisualNovel.tag = 'visual-novel';\n\n\nexport default VisualNovel;","\n/**\n * An action describes the functionality for a Monogatari statement, when Monogatari\n * reads a part of the script (a statement), it will look for an action that matches\n * the statement and run it.\n *\n * The life cycle of an action is divided in three parts: Mounting, Application\n * and Reverting.\n *\n * The mounting cycle has 3 steps:\n *\n * 1. Setup - Here the action needs to set up everything it will need for working\n * generally, in this section an action will register the variables it\n * needs such as object histories and state variables or even add the\n * HTML contents to the document.\n *\n * 2. Bind - Once the action has been setup, its time to bind all the necessary\n * event listeners or perfom more operations on the DOM once all elements\n * have been setup.\n *\n * 3. Init - Finally, once the action was setup and it performed all the needed\n * bindings, it may declare or modify variables that needed the HTML to\n * be setup first or perform any other needed final operations.\n *\n * As noted, the Mounting cycle is mostly about getting everything setup for a\n * correct operation of the action. Thr Application and Reverting cycles are used\n * for the actual workings of an action in a game.\n *\n * Before executing an action Monogatari will check if the current statement matches\n * with the action, therefore the Action must implement a matching function. If\n * the statement to match should be a String, the action must implement the\n * matchString () method, if it should be an Object, the action must implement\n * the matchObject () method. Both should return a boolean on whether the action\n * matches the given statement or not.\n *\n *\n * The Application cycle refers to the cycle of an Action when it is run because of\n * a statement in the script.\n *\n * The Application Cycle has 3 steps as well:\n *\n * 1. Will Apply - Executed when the action will be applied, if any operations\n * need to be done before its application, this is the place.\n *\n * 2. Apply - The application itself, this is where all the logic regarding the\n * action must be applied. Of course every action will implement its\n * own logic depending on what it has to do.\n *\n * 3. Did Apply - Executed after the action was applied, this function is great\n * for cleanup operations or any other thing that needs to be done\n * after the action was applied.\n *\n * While the Application clycle is all about executing the action, the Revert\n * cycle is the opposite and it reverts the things the Application cycle does.\n * Reverting is used when the player goes back in the game and has equivalent\n * steps to the Application Cycle:\n *\n * 1. Will Revert - Executed when the action will be reverted, if any operations\n * need to be done before its revertion such as checking for history\n * elements or any other check, this is the place.\n *\n * 2. Revert - The reversion of the action, its common that the actions revert to\n * previous states or revert other changes done by the application of\n * an action. Every action will implement its own logic depending on\n * what it has to do.\n *\n * 3. Did Revert - Executed after the action was reverted, this function is great\n * for cleanup operations or any other thing that needs to be done\n * after the action was reverted.\n *\n * @class Action\n */\nclass Action {\n\n\t/**\n\t * If needed, every action should declare its configuration as follows. This\n\t * configuration object should be used to store action-specific settings as well\n\t * as other objects/assets used by the action. If any specific object needs\n\t * recurrent access such as the declarations in the script.js file, provinding\n\t * a static function for that specific object could be great.\n\t */\n\tstatic _configuration = {};\n\n\t/**\n\t * All actions must have an ID, with this ID the developers will be able to\n\t * access the action classes, remove actions or register new ones. They must also\n\t * be unique.\n\t */\n\tstatic id = 'Action';\n\n\t/**\n\t * @static configuration - A simple function providing access to the configuration\n\t * object of the function. If the action has a configuration object it must\n\t * also include this method.\n\t *\n\t * @param {Object|string} [object = null] - Object with which current\n\t * configuration will be updated with (i.e. Object.assign) or a string to access\n\t * a property.\n\t *\n\t * @return {any} - If the parameter sent was a string, the function will\n\t * return the value of the property whose name matches the parameter. If no\n\t * parameter was sent, then the function will return the whole configuration\n\t * object.\n\t */\n\tstatic configuration (object = null) {\n\t\tif (object !== null) {\n\t\t\tif (typeof object === 'string') {\n\t\t\t\treturn this._configuration[object];\n\t\t\t} else {\n\t\t\t\tthis._configuration = Object.assign ({}, this._configuration, object);\n\t\t\t}\n\t\t} else {\n\t\t\treturn this._configuration;\n\t\t}\n\t}\n\n\t/**\n\t * @static shouldProceed - Either when the user clicks in the game to proceed or\n\t * the autoPlay feature is ready to go on, Monogatari will first check with\n\t * all actions if it's ok to proceed. Every action should implement its own\n\t * logic for it according to its requirements.\n\t *\n\t * @return {Promise} - Resolved if proceeding is alright or rejected if its not\n\t */\n\tstatic shouldProceed () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * @static willProceed - Once the shouldProceed check is passed, each action\n\t * should implement its own logic according to its requirements to respond to\n\t * the game proceeding.\n\t *\n\t * @return {Promise}\n\t */\n\tstatic willProceed () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * @static shouldRollback - Similarly to the shouldProceed () function, this one takes\n\t * action when the player tries to go back in the game.Monogatari will first\n\t * check with all actions if it's ok to go back. Every action should implement\n\t * its own logic for it according to its requirements.\n\t *\n\t * @return {Promise} - Resolved if going back is alright or rejected if its not\n\t */\n\tstatic shouldRollback () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * @static willRollback - Once the shouldRollback check is passed, each action\n\t * should implement its own logic according to its requirements to respond to\n\t * the game reverting the previous action\n\t *\n\t * @return {Promise}\n\t */\n\tstatic willRollback () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * @static onStart - This function acts as an event listener for when the game\n\t * starts. If the action needs to do any particular activities when the game\n\t * starts, then this function should be implemented and it will be automatically\n\t * called once the player starts the game.\n\t *\n\t * @return {Promise}\n\t */\n\tstatic onStart () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * @static onLoad - This function acts as an event listener for when a game\n\t * is loaded. If the action needs to perform any particular actions such as\n\t * restoring some state (i.e. showing images, playing media, etc.) when a game\n\t * is loaded, this function must be implemented and it will be automatically\n\t * called when a game is loaded.\n\t *\n\t * @return {Promise} description\n\t */\n\tstatic onLoad () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * @static onSave - This function acts as an event listener for when a game\n\t * is saved. If the action needs to perform any particular actions when that\n\t * happens, this function must be implemented and it will be automatically\n\t * called when a game is saved.\n\t *\n\t * @param {Object} slot - The slot object that has just been saved.\n\t * @param {string} slot.key - The key used to save the slot in the local storage\n\t * @param {Object} slot.value - The actual value saved\n\t *\n\t * @return {Promise} description\n\t */\n\tstatic onSave () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * @static reset - When a game ends using the 'end' statement or before a game\n\t * is loaded, Monogatari will perform a reset on all its actions. If the action\n\t * needs to reset a state or any other variables/elements to an initial state\n\t * once a game is over or a new one is loaded, the logic for it must be implemented\n\t * here and the function will be automatically called when needed.\n\t *\n\t * @return {Promise} - Result of the reset operation\n\t */\n\tstatic reset () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * @static setup - The setup is the first step of the Mounting cycle, all\n\t * operations required for the action's setup should be implemented here.\n\t *\n\t * @param {string} selector - The CSS selector with which Monogatari has been\n\t * initialized\n\t * @return {Promise} - Result of the setup operation\n\t */\n\tstatic setup (selector) {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * @static bind - The binding is the second step of the Mounting cycle, all\n\t * operations related to event bindings or other sort of binding with the\n\t * HTML content generated in the setup phase should be implemented here.\n\t *\n\t * @param {string} selector - The CSS selector with which Monogatari has been\n\t * initialized\n\t * @return {Promise} - Result of the binding operation\n\t */\n\tstatic bind (selector) {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * @static init - The initialization is the last step of the Mounting cycle,\n\t * all final operations should be implemented here.\n\t *\n\t * @param {string} selector - The CSS selector with which Monogatari has been\n\t * initialized\n\t * @return {Promise} - Result of the initialization operation\n\t */\n\tstatic init (selector) {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * @static match - Currently this function is saved up for future uses.\n\t *\n\t * @param {any} - Statement to match\n\t *\n\t * @return {type} - Whether the action matches the statement or not\n\t */\n\tstatic match (statement) {\n\t\treturn false;\n\t}\n\n\t/**\n\t * @static matchString - When Monogatari goes through a string statement, it\n\t * will use this function to find which action it corresponds to.\n\t *\n\t * @param {string[]} statement - The statement to match, splitted into an array by spaces\n\t * @return {boolean} - Whether the action matches the statement or not\n\t */\n\tstatic matchString (statement) {\n\t\treturn false;\n\t}\n\n\t/**\n\t * @static matchObject - Similarly to its string counterpart, this function\n\t * is used when Monogatari goes through an Object (generally JSON) statement\n\t * to find which action the statement corresponds to.\n\t *\n\t * @param {Object} statement - The statement to match,\n\t * @return {boolean} - Whether the action matches the statement or not\n\t */\n\tstatic matchObject (statement) {\n\t\treturn false;\n\t}\n\n\tstatic beforeRun ({ advance }) {\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic beforeRevert ({ advance, step }) {\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic afterRun ({ advance }) {\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic afterRevert ({ advance, step }) {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * constuctor - Once the action has been matched through one of the match\n\t * functions, an instance of the action is created with the statement it\n\t * matched as argument. As in the match functions, the string statements will\n\t * actually be received as arrays of words splitted by spaces.\n\t *\n\t * @param {string[]|Object} statement - The statement it matched\n\t */\n\tconstuctor (statement) {\n\n\t}\n\n\t/**\n\t * The engine to which this action registered to.\n\t *\n\t * @type {Monogatari}\n\t */\n\tget engine () {\n\t\treturn this.constructor.engine;\n\t}\n\n\tset engine (value) {\n\t\tthrow new Error ('Component engine reference is hold at static level and cannot be modified.');\n\t}\n\n\t/**\n\t * setContext - This is a built in function in every action, the context of\n\t * the action will always be the Monogatari class. This is mainly used for\n\t * cases where the action can't import or reference directly the Monogatari\n\t * class so it can simply use this.context instead.\n\t *\n\t * @param {Monogatari} context - The Monogatari Class\n\t */\n\tsetContext (context) {\n\t\tthis.context = context;\n\t}\n\n\t/**\n\t * _setStatement - Since the original statement used to match an action tends\n\t * to be transformed by monogatari (i.e. by splitting it or other things),\n\t * this action built-in function is automatically used by Monogatari to\n\t * set the original statement to the action once it has been instantiated.\n\t * Because of this function, you can always refere to the original statement\n\t * in the Application and Reverting cycles with this._statement;\n\t *\n\t * @param {string|Object|function} statement - The statement with which the action was run\n\t */\n\t_setStatement (statement) {\n\t\tthis._statement = statement;\n\t}\n\n\t/**\n\t * _setCycle - This simple method is used to set what cycle the action is\n\t * currently performing. This is useful to know on those actions that may\n\t * use the apply or revert methods on any situation but that have slight\n\t * differences on the logic.\n\t *\n\t * @param {string} cycle - 'Application' if the action is running the application\n\t * cycle or 'Revert' if it's running the revert cycle.\n\t */\n\t_setCycle (cycle) {\n\t\tthis._cycle = cycle;\n\t}\n\n\t/**\n\t * willApply - Method called before the application of an action\n\t *\n\t * @return {Promise} - Result of the willApply operation, if this function\n\t * returns a rejected promise, the cycle will be interrupted and the action\n\t * will not be applied.\n\t */\n\twillApply () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * apply - Method for the actual application of an action, this is where\n\t * the core operations of an action must be done.\n\t *\n\t * @return {Promise} - Result of the application operation\n\t */\n\tapply () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * didApply - If the cycle has reached this far, it means the action has\n\t * correctly gone through the willApply and apply functions. Now that it has\n\t * been applied, we can perform any cleanup operations.\n\t *\n\t * @return {Promise} - Result of the didApply operation. When resolved,\n\t * it should resolve to a boolean value, true if the game should go to the\n\t * next statement right away, false if it should wait for user's interaction.\n\t */\n\tdidApply () {\n\t\treturn Promise.resolve ({\n\t\t\tadvance: false\n\t\t});\n\t}\n\n\t/**\n\t * interrupt - Currently saved for future purposes, the interrupt function\n\t * would be used to interrupt a function when its still doing something, like\n\t * when the typing animation of dialogs is interrupted if you click again.\n\t *\n\t * @return {Promsie} - Result of the interruption\n\t */\n\tinterrupt () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * willRevert - Method called before an action is reverted\n\t *\n\t * @return {Promise} - Result of the willRevert operation, if this function\n\t * returns a rejected promise, the cycle will be interrupted and the action\n\t * will not be reverted.\n\t */\n\twillRevert () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * revert - Method called for the actual reversion of an action, this is where\n\t * the core operations needed to revert an action must be done.\n\t *\n\t * @return {Promise} - Result of the reversion operation\n\t */\n\trevert () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * didApply - If the cycle has reached this far, it means the action has\n\t * correctly gone through the willRevert and revert functions. Now that it has\n\t * been reverted, we can perform any cleanup operations.\n\t *\n\t * @return {Promise} - Result of the didRevert operation. When resolved,\n\t * it should resolve to a boolean value, true if the game should go to the\n\t * previous statement right away, false if it should wait for user's interaction.\n\t */\n\tdidRevert () {\n\t\treturn Promise.resolve ({\n\t\t\tadvance: false,\n\t\t\tstep: true\n\t\t});\n\t}\n}\n\nexport { Action };","import { Action } from '../lib/Action';\nimport { Util } from '@aegis-framework/artemis';\n\nexport class Canvas extends Action {\n\n\tstatic configuration (object = null) {\n\t\tif (object !== null) {\n\t\t\tif (typeof object === 'string') {\n\t\t\t\treturn Canvas._configuration[object];\n\t\t\t} else {\n\t\t\t\tCanvas._configuration = Object.assign ({}, Canvas._configuration, object);\n\t\t\t}\n\t\t} else {\n\t\t\treturn Canvas._configuration;\n\t\t}\n\t}\n\n\tstatic onLoad () {\n\t\tif (this.engine.state ('canvas').length > 0) {\n\t\t\tfor (const canvas of this.engine.state ('canvas')) {\n\t\t\t\tconst promise = this.engine.run (canvas, false);\n\t\t\t\t// TODO: Find a way to prevent the histories from filling up on loading\n\t\t\t\t// So there's no need for this pop.\n\t\t\t\tthis.engine.history ('canvas').pop ();\n\t\t\t\tthis.engine.state ('canvas').pop ();\n\n\t\t\t\treturn promise;\n\t\t\t}\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic setup () {\n\t\tthis.engine.history ('canvas');\n\t\tthis.engine.state ({\n\t\t\tcanvas: []\n\t\t});\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic reset () {\n\t\tconst promises = [];\n\n\t\t// Go through each canvas element being shown so it can be properly\n\t\t// stopped and then removed.\n\t\tthis.engine.element ().find ('[data-canvas]').each ((element) => {\n\t\t\tconst name = element.dataset.canvas;\n\t\t\tpromises.push (Util.callAsync (Canvas.objects (name).stop, this.engine).then (() => {\n\t\t\t\tthis.engine.element ().find (`[data-canvas=\"${this.name}\"]`).remove ();\n\t\t\t}));\n\t\t});\n\t\tthis.engine.history ({\n\t\t\tcanvas: []\n\t\t});\n\t\tthis.engine.state ({\n\t\t\tcanvas: []\n\t\t});\n\t\treturn Promise.all (promises);\n\t}\n\n\tstatic matchString ([ show, type ]) {\n\t\treturn show === 'show' && type === 'canvas';\n\t}\n\n\tstatic objects (object = null) {\n\t\tif (object !== null) {\n\t\t\tif (typeof object === 'string') {\n\t\t\t\treturn Canvas._configuration.objects[object];\n\t\t\t} else {\n\t\t\t\tCanvas._configuration.objects = Object.assign ({}, Canvas._configuration.objects, object);\n\t\t\t}\n\t\t} else {\n\t\t\treturn Canvas._configuration.objects;\n\t\t}\n\t}\n\n\t/**\n\t * Creates an instance of a Canvas Action\n\t *\n\t * @param {string[]} parameters - List of parameters received from the script statement.\n\t * @param {string} parameters.action - In this case, action will always be 'canvas'\n\t * @param {string} [parameters.mode='displayable'] - Mode in which the canvas element will be shown (displayable, background, full-screen, immersive)\n\t * @param {string} parameters.mode\n\t */\n\tconstructor ([ show, type, mode = 'displayable', name, separator, ...classes ]) {\n\t\tsuper ();\n\t\tthis.mode = mode;\n\t\tthis.name = name;\n\n\t\tthis.object = Canvas.objects (name);\n\n\t\tif (typeof classes !== 'undefined') {\n\t\t\tthis.classes = classes;\n\t\t} else {\n\t\t\tthis.classes = [];\n\t\t}\n\t}\n\n\tshow (mode) {\n\t\t// TODO: Find a way to remove the resize listeners once the canvas is stopped\n\t\tif (mode === 'background') {\n\t\t\tthis.engine.element ().find ('[data-ui=\"background\"]').append (`\n\t\t\t\t\n\t\t\t`);\n\n\t\t\tthis.engine.element ().find (`[data-canvas=\"${this.name}\"]`).get (0).width = this.engine.width ();\n\t\t\tthis.engine.element ().find (`[data-canvas=\"${this.name}\"]`).get (0).height = this.engine.height ();\n\t\t\twindow.addEventListener ('resize', () => {\n\t\t\t\tthis.engine.element ().find (`[data-canvas=\"${this.name}\"].background`).each ((canvas) => {\n\t\t\t\t\tcanvas.width = this.engine.width ();\n\t\t\t\t\tcanvas.height = this.engine.height ();\n\t\t\t\t\tif (typeof this.object.resize === 'function') {\n\t\t\t\t\t\tUtil.callAsync (this.object.resize, this.engine, this.engine.element ().find (`[data-canvas=\"${this.name}\"]`), `[data-canvas=\"${this.name}\"]`);\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t});\n\t\t\treturn Util.callAsync (this.object.start, this.engine, this.engine.element ().find (`[data-canvas=\"${this.name}\"]`), `[data-canvas=\"${this.name}\"]`);\n\t\t} else if (mode === 'immersive') {\n\t\t\tthis.engine.element ().find ('[data-screen=\"game\"]').prepend (`\n\t\t\t\t\n\t\t\t`);\n\n\t\t\tthis.engine.element ().find (`[data-canvas=\"${this.name}\"]`).get (0).width = this.engine.width ();\n\t\t\tthis.engine.element ().find (`[data-canvas=\"${this.name}\"]`).get (0).height = this.engine.height ();\n\t\t\twindow.addEventListener ('resize', () => {\n\t\t\t\tthis.engine.element ().find (`[data-canvas=\"${this.name}\"].background`).each ((canvas) => {\n\t\t\t\t\tcanvas.width = this.engine.width ();\n\t\t\t\t\tcanvas.height = this.engine.height ();\n\t\t\t\t\tif (typeof this.object.resize === 'function') {\n\t\t\t\t\t\tUtil.callAsync (this.object.resize, this.engine, this.engine.element ().find (`[data-canvas=\"${this.name}\"]`), `[data-canvas=\"${this.name}\"]`);\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t});\n\t\t\treturn Util.callAsync (this.object.start, this.engine, this.engine.element ().find (`[data-canvas=\"${this.name}\"]`), `[data-canvas=\"${this.name}\"]`);\n\t\t} else if (mode === 'displayable') {\n\t\t\tthis.engine.element ().find ('[data-screen=\"game\"]').append (`\n\t\t\t\t\n\t\t\t`);\n\t\t\treturn Util.callAsync (this.object.start, this.engine, this.engine.element ().find (`[data-canvas=\"${this.name}\"]`), `[data-canvas=\"${this.name}\"]`);\n\t\t} else if (mode === 'character') {\n\t\t\tthis.engine.element ().find ('[data-screen=\"game\"]').append (`\n\t\t\t\t\n\t\t\t`);\n\t\t\treturn Util.callAsync (this.object.start, this.engine, this.engine.element ().find (`[data-canvas=\"${this.name}\"]`), `[data-canvas=\"${this.name}\"]`);\n\t\t}\n\t}\n\n\twillApply () {\n\t\tif (typeof this.object !== 'undefined') {\n\t\t\treturn Promise.resolve ();\n\t\t}\n\t\treturn Promise.reject ();\n\t}\n\n\tapply () {\n\t\treturn this.show (this.mode);\n\t}\n\n\tdidApply () {\n\t\tthis.engine.history ('canvas').push (this._statement);\n\t\tthis.engine.state ('canvas').push (this._statement);\n\t\treturn Promise.resolve ({ advance: true });\n\t}\n\n\trevert () {\n\t\treturn Util.callAsync (this.object.stop, this.engine).then (() => {\n\t\t\tthis.engine.element ().find (`[data-canvas=\"${this.name}\"]`).remove ();\n\t\t});\n\t}\n\n\tdidRevert () {\n\t\tfor (let i = this.engine.state ('canvas').length - 1; i >= 0; i--) {\n\t\t\tconst last = this.engine.state ('canvas')[i];\n\t\t\tconst [show, canvas, mode, name] = last.split (' ');\n\t\t\tif (name === this.name) {\n\t\t\t\tthis.engine.state ('canvas').splice (i, 1);\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t\tfor (let i = this.engine.history ('canvas').length - 1; i >= 0; i--) {\n\t\t\tconst last = this.engine.history ('canvas')[i];\n\t\t\tconst [show, canvas, mode, name] = last.split (' ');\n\t\t\tif (name === this.name) {\n\t\t\t\tthis.engine.history ('canvas').splice (i, 1);\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\treturn Promise.resolve ({ advance: true, step: true });\n\t}\n}\n\nCanvas.id = 'Canvas';\nCanvas._configuration = {\n\tobjects: {\n\n\t}\n};\n\nexport default Canvas;","import { Action } from '../lib/Action';\nimport { Util } from '@aegis-framework/artemis';\n\nexport class Choice extends Action {\n\n\tstatic setup () {\n\t\tthis.engine.global ('_CurrentChoice', []);\n\t\tthis.engine.global ('_ChoiceTimer', []);\n\n\t\tthis.engine.history ('choice');\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic bind () {\n\t\tconst engine = this.engine;\n\t\t// Bind the click event on data-do elements. This property is used for\n\t\t// every choice button.\n\t\tthis.engine.on ('click', '[data-choice]:not([disabled])', function (event) {\n\t\t\tengine.debug.debug ('Registered Click on Choice Button');\n\t\t\tevent.stopImmediatePropagation ();\n\t\t\tevent.stopPropagation ();\n\t\t\tevent.preventDefault ();\n\n\t\t\tengine.global ('block', false);\n\n\t\t\tlet doAction = this.dataset.do;\n\n\t\t\t// Check that the data property was not created with\n\t\t\t// a null property\n\t\t\tif (doAction != 'null') {\n\n\t\t\t\t// Remove all the choices\n\t\t\t\tengine.element ().find ('choice-container').remove ();\n\n\t\t\t\tconst choice = this.dataset.choice;\n\n\t\t\t\tconst current = engine.global ('_CurrentChoice').pop().Choice;\n\n\t\t\t\tif (typeof current.Timer !== 'undefined') {\n\t\t\t\t\tconst timer = engine.global ('_ChoiceTimer').pop ();\n\t\t\t\t\tif (typeof timer !== 'undefined') {\n\t\t\t\t\t\tclearTimeout (timer.props.timer);\n\t\t\t\t\t\tif (timer.parentNode !== null) {\n\t\t\t\t\t\t\ttimer.element ().remove ();\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tif (current) {\n\t\t\t\t\tdoAction = current[choice].Do;\n\t\t\t\t}\n\n\t\t\t\tconst run = () => {\n\t\t\t\t\tengine.global ('_executing_sub_action', true);\n\t\t\t\t\tengine.run (doAction).then ((result) => {\n\t\t\t\t\t\tengine.global ('_executing_sub_action', false);\n\t\t\t\t\t\tengine.history ('choice').push (choice);\n\n\t\t\t\t\t\treturn Promise.resolve (result);\n\t\t\t\t\t});\n\t\t\t\t};\n\n\t\t\t\t// Remove the reference to the current choice object\n\t\t\t\tif (current) {\n\t\t\t\t\tif (current[choice] !== 'undefined') {\n\t\t\t\t\t\tif (typeof current[choice].onChosen === 'function') {\n\t\t\t\t\t\t\treturn Util.callAsync (current[choice].onChosen, engine).then (() => {\n\t\t\t\t\t\t\t\trun ();\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\trun ();\n\t\t\t}\n\t\t});\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic reset () {\n\t\tthis.engine.global ('_CurrentChoice', []);\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic matchObject (statement) {\n\t\treturn typeof statement.Choice !== 'undefined';\n\t}\n\n\tconstructor (statement) {\n\t\tsuper ();\n\n\t\tthis.statement = statement.Choice;\n\n\t\tthis.result = { advance: false, step: false };\n\t}\n\n\tapply () {\n\t\tthis.engine.global ('block', true);\n\n\t\t// Save a reference to the choice object globally. Since the choice buttons\n\t\t// are set a data-do property to know what the choice should do, it is\n\t\t// limited to a string and thus object or function actions would not be\n\t\t// able to be used in choices.\n\t\tthis.engine.global ('_CurrentChoice').push (this._statement);\n\n\t\tconst promises = [];\n\n\t\t// Go over all the objects defined in the choice object which should be\n\t\t// call the options to chose from or the string to show as dialog\n\t\tfor (const i in this.statement) {\n\t\t\tconst choice = this.statement[i];\n\n\t\t\t// Check if the option is an object (a option to choose from) or\n\t\t\t// if it's text (dialog to be shown)\n\t\t\tif (typeof choice == 'object') {\n\t\t\t\tif (i === 'Timer') {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\tthis.statement[i]._key = i;\n\n\t\t\t\t// Check if the current option has a condition to be shown\n\t\t\t\tif (typeof choice.Condition !== 'undefined' && choice.Condition !== '') {\n\t\t\t\t\tpromises.push (\n\t\t\t\t\t\tnew Promise ((resolve) => {\n\t\t\t\t\t\t\t// First check if the condition is met before we add the button\n\t\t\t\t\t\t\tthis.engine.assertAsync (this.statement[i].Condition, this.engine).then (() => {\n\t\t\t\t\t\t\t\tresolve (this.statement[i]);\n\t\t\t\t\t\t\t}).catch (() => {\n\t\t\t\t\t\t\t\tresolve ();\n\t\t\t\t\t\t\t}).finally (() => {\n\t\t\t\t\t\t\t\t//this.engine.global ('block', false);\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t})\n\t\t\t\t\t);\n\t\t\t\t} else {\n\t\t\t\t\tpromises.push (Promise.resolve (this.statement[i]));\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn Promise.all (promises).then ((choices) => {\n\t\t\tconst element = document.createElement ('choice-container');\n\n\t\t\t// Check if the choice object defined a list of class names\n\t\t\tconst classes = typeof this.statement.Class === 'string' ? this.statement.Class.trim () : '';\n\n\t\t\telement.setProps ({\n\t\t\t\tchoices: choices.filter(c => typeof c !== 'undefined'),\n\t\t\t\tclasses\n\t\t\t});\n\n\t\t\tconst dialog = this.statement.Dialog;\n\t\t\tconst timer = this.statement.Timer;\n\n\t\t\tif (typeof dialog === 'string') {\n\t\t\t\t// If there's a dialog, we'll wait until showing that up to show\n\t\t\t\t// the choices, in order to avoid showing the choices in an incorrect\n\t\t\t\t// format if the dialog was NVL or not\n\t\t\t\treturn this.engine.run (dialog, false).then (() => {\n\t\t\t\t\tif (this.engine.element ().find ('[data-component=\"text-box\"]').hasClass ('nvl')) {\n\t\t\t\t\t\tthis.engine.element ().find ('[data-component=\"text-box\"]').get (0).content ('text').append (element);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tthis.engine.element ().find ('[data-screen=\"game\"]').append (element);\n\t\t\t\t\t}\n\n\t\t\t\t\tif (typeof timer === 'object') {\n\t\t\t\t\t\tconst timer_display = document.createElement ('timer-display');\n\t\t\t\t\t\ttimer_display.setProps (timer);\n\t\t\t\t\t\tthis.engine.global ('_ChoiceTimer').push(timer_display);\n\t\t\t\t\t\tthis.engine.element ().find ('[data-screen=\"game\"]').prepend (timer_display);\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t} else {\n\t\t\t\t// If there's no dialog, we can just show the choices right away\n\t\t\t\tif (this.engine.element ().find ('[data-component=\"text-box\"]').hasClass ('nvl')) {\n\t\t\t\t\tthis.engine.element ().find ('[data-component=\"text-box\"]').get (0).content ('text').append (element);\n\t\t\t\t} else {\n\t\t\t\t\tthis.engine.element ().find ('[data-screen=\"game\"]').append (element);\n\t\t\t\t}\n\n\t\t\t\tif (typeof timer === 'object') {\n\t\t\t\t\tconst timer_display = document.createElement ('timer-display');\n\t\t\t\t\ttimer_display.setProps (timer);\n\t\t\t\t\tthis.engine.global ('_ChoiceTimer').push(timer_display);\n\t\t\t\t\tthis.engine.element ().find ('[data-screen=\"game\"]').prepend (timer_display);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n\n\twillRevert () {\n\t\tif (this.engine.history ('choice').length > 0) {\n\t\t\tconst choice = this.engine.history ('choice')[this.engine.history ('choice').length - 1];\n\t\t\tif (this.statement[choice] !== 'undefined') {\n\n\t\t\t\t// Check if the choice had an onChosen function with it's matching\n\t\t\t\t// onRevert functionality, or if no onChosen function was provided\n\t\t\t\t// which are the only cases where it can be reverted.\n\t\t\t\tconst functionReversible = (typeof this.statement[choice].onRevert === 'function' && typeof this.statement[choice].onChosen === 'function') || typeof this.statement[choice].onChosen !== 'function';\n\n\t\t\t\tif (functionReversible) {\n\t\t\t\t\treturn Promise.resolve ();\n\t\t\t\t} else {\n\t\t\t\t\treturn Promise.reject ('The choice taken is not reversible because it did not defined a `onRevert` function.');\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn Promise.reject ('Choice history was empty');\n\t}\n\n\trevert () {\n\t\tconst choice = this.engine.history ('choice')[this.engine.history ('choice').length - 1];\n\n\t\treturn this.engine.revert (this.statement[choice].Do, false).then (() => {\n\t\t\tif (typeof this.statement[choice].onRevert === 'function') {\n\t\t\t\treturn Util.callAsync (this.statement[choice].onRevert, this.engine);\n\t\t\t}\n\t\t\treturn Promise.resolve ();\n\t\t}).then (() => {\n\t\t\treturn this.engine.run (this._statement, false);\n\t\t});\n\t}\n\n\tdidRevert () {\n\t\tthis.engine.history ('choice').pop ();\n\t\treturn Promise.resolve ({ advance: false, step: false });\n\t}\n}\n\nChoice.id = 'Choice';\n\nexport default Choice;","import { Action } from './../lib/Action';\n\nexport class Clear extends Action {\n\n\tstatic matchString ([ action ]) {\n\t\treturn action === 'clear';\n\t}\n\n\tapply () {\n\t\tthis.engine.action ('Dialog').reset ({ keepNVL: true });\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidApply () {\n\t\treturn Promise.resolve ({ advance: true });\n\t}\n\n\twillRevert () {\n\t\treturn Promise.reject ('Clear is not reversible.');\n\t}\n}\n\nClear.id = 'Clear';\n\nexport default Clear;","import { Action } from '../lib/Action';\nimport { Util } from '@aegis-framework/artemis';\nimport { FancyError } from '../lib/FancyError';\n\nexport class Conditional extends Action {\n\n\tstatic setup () {\n\t\t// In here we'll save up what branch was taken every time we execute a\n\t\t// conditional.\n\t\tthis.engine.history ('conditional');\n\n\t\t// Whether a conditional that was run is pending rollback on the next time\n\t\t// a revert is issued.\n\t\tthis.engine.global ('_conditional_pending_rollback', []);\n\n\t\t// Whether a conditional was just reverted\n\t\tthis.engine.global ('_conditional_just_rolled_back', []);\n\n\t\treturn Promise.resolve();\n\t}\n\n\tstatic reset () {\n\t\t// Whether a conditional that was run is pending rollback on the next time\n\t\t// a revert is issued.\n\t\tthis.engine.global ('_conditional_pending_rollback', []);\n\n\t\t// Whether a conditional was just reverted\n\t\tthis.engine.global ('_conditional_just_rolled_back', []);\n\n\t\treturn Promise.resolve();\n\t}\n\n\tstatic matchObject (statement) {\n\t\treturn typeof statement.Conditional !== 'undefined';\n\t}\n\n\tstatic afterRevert ({ advance, step }) {\n\t\t// Prevent modifying the history if the action that was just reverted was\n\t\t// this conditional\n\t\tif (this.engine.global ('_conditional_just_rolled_back').pop ()) {\n\t\t\treturn Promise.resolve ();\n\t\t}\n\n\t\twhile (this.engine.global ('_conditional_pending_rollback').pop ()) {\n\t\t\tconst currentStatement = this.engine.label () [this.engine.state ('step')];\n\t\t\tif (typeof currentStatement !== 'undefined') {\n\t\t\t\tif (typeof currentStatement.Conditional === 'object') {\n\t\t\t\t\tthis.engine.history ('conditional').pop ();\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic beforeRun () {\n\t\t// const restoringState = this.engine.global ('_restoring_state');\n\n\t\t// if (!restoringState) {\n\t\tthis.engine.global ('_conditional_pending_rollback').pop ();\n\t\t// }\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tconstructor (statement) {\n\t\tsuper ();\n\t\tthis.statement = statement.Conditional;\n\t\tthis.branch = '';\n\t\tthis.result = { advance: true, step: false };\n\t}\n\n\tapply () {\n\t\treturn new Promise ((resolve, reject) => {\n\n\t\t\t// Call the condition function. Since the function might use a\n\t\t\t// Promise.reject () to return as false, we also define a catch\n\t\t\t// block to run the False branch of the condition.\n\t\t\tUtil.callAsync (this.statement.Condition, this.engine).then ((returnValue) => {\n\t\t\t\tthis.engine.global ('_executing_sub_action', true);\n\n\t\t\t\tif (typeof returnValue === 'number') {\n\t\t\t\t\tif (returnValue < 0) {\n\t\t\t\t\t\tFancyError.show (\n\t\t\t\t\t\t\t`Conditional condition returned a negative numer \"${returnValue}\".`,\n\t\t\t\t\t\t\t`The \\`Condition\\` function returned \"${returnValue}\" and only positive numbers are allowed for numeric values.`,\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t'Problematic Value': returnValue,\n\t\t\t\t\t\t\t\t'You may have meant one of these': Object.keys(this.statement).filter (b => b !== 'Condition')\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t);\n\t\t\t\t\t\treject ('Invalid negative value');\n\t\t\t\t\t}\n\n\t\t\t\t\tif (!Number.isInteger(returnValue)) {\n\t\t\t\t\t\tFancyError.show (\n\t\t\t\t\t\t\t`Conditional condition returned a non-integer value \"${returnValue}\".`,\n\t\t\t\t\t\t\t`The \\`Condition\\` function returned \"${returnValue}\" and only integer numbers are allowed for numeric values.`,\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t'Problematic Value': returnValue,\n\t\t\t\t\t\t\t\t'You may have meant one of these': Object.keys(this.statement).filter (b => b !== 'Condition')\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t);\n\t\t\t\t\t\treject ('Invalid non-integer value');\n\t\t\t\t\t}\n\n\t\t\t\t\treturnValue = `${returnValue}`;\n\t\t\t\t}\n\n\t\t\t\t// Check if the function returned true so we run the True branch\n\t\t\t\t// of the conditional. If false is returned, we run the False\n\t\t\t\t// branch of the conditional and if a string is returned, we use\n\t\t\t\t// it as a key so we run the branch that has that key\n\t\t\t\tif (returnValue === true) {\n\t\t\t\t\tthis.branch = 'True';\n\t\t\t\t\tresolve (this.engine.run (this.statement.True).then ((result) => {\n\t\t\t\t\t\tthis.engine.global ('_executing_sub_action', false);\n\t\t\t\t\t\tthis.result = result;\n\t\t\t\t\t\treturn Promise.resolve (result);\n\t\t\t\t\t}));\n\t\t\t\t} else if (typeof returnValue === 'string') {\n\t\t\t\t\tconst branch = this.statement[returnValue];\n\n\t\t\t\t\tif (typeof branch === 'undefined') {\n\t\t\t\t\t\tFancyError.show (\n\t\t\t\t\t\t\t`Conditional attempted to execute a non existent branch \"${returnValue}\"`,\n\t\t\t\t\t\t\t`The \\`Condition\\` function returned \"${returnValue}\" as the branch to execute but it does not exist.`,\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t'Problematic Branch': returnValue,\n\t\t\t\t\t\t\t\t'You may have meant one of these': Object.keys(this.statement).filter (b => b !== 'Condition')\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t);\n\t\t\t\t\t\treject ('Non existent branch');\n\t\t\t\t\t}\n\n\t\t\t\t\tthis.branch = returnValue;\n\t\t\t\t\tresolve (this.engine.run (branch).then ((result) => {\n\t\t\t\t\t\tthis.engine.global ('_executing_sub_action', false);\n\t\t\t\t\t\tthis.result = result;\n\t\t\t\t\t\treturn Promise.resolve (result);\n\t\t\t\t\t}));\n\t\t\t\t} else {\n\t\t\t\t\tthis.branch = 'False';\n\t\t\t\t\tresolve (this.engine.run (this.statement.False).then ((result) => {\n\t\t\t\t\t\tthis.engine.global ('_executing_sub_action', false);\n\t\t\t\t\t\tthis.result = result;\n\t\t\t\t\t\treturn Promise.resolve (result);\n\t\t\t\t\t}));\n\t\t\t\t}\n\t\t\t}).catch (() => {\n\t\t\t\tthis.branch = 'False';\n\t\t\t\tresolve (this.engine.run (this.statement.False).then ((result) => {\n\t\t\t\t\tthis.engine.global ('_executing_sub_action', false);\n\t\t\t\t\tthis.result = result;\n\t\t\t\t\treturn Promise.resolve (result);\n\t\t\t\t}));\n\t\t\t});\n\t\t});\n\t}\n\n\tdidApply () {\n\t\t// const restoringState = this.engine.global ('_restoring_state');\n\n\t\t// if (!restoringState) {\n\t\tif (!this.result.advance) {\n\t\t\tthis.engine.global ('_conditional_pending_rollback').push (true);\n\t\t}\n\n\t\tthis.engine.history ('conditional').push (this.branch);\n\t\t// }\n\n\t\tthis.engine.global ('_executing_sub_action', false);\n\n\t\treturn Promise.resolve ({ advance: false });\n\t}\n\n\twillRevert () {\n\t\tif (this.engine.history ('conditional').length > 0) {\n\t\t\tconst conditional = this.engine.history ('conditional')[this.engine.history ('conditional').length - 1];\n\t\t\tif (this.statement[conditional] !== 'undefined') {\n\t\t\t\treturn Promise.resolve ();\n\t\t\t}\n\t\t}\n\t\treturn Promise.reject ('Conditional history was empty.');\n\t}\n\n\trevert () {\n\t\tconst conditional = this.engine.history ('conditional')[this.engine.history ('conditional').length - 1];\n\t\tthis.engine.global ('_executing_sub_action', true);\n\t\treturn this.engine.revert (this.statement[conditional]).then ((result) => {\n\t\t\tthis.engine.global ('_executing_sub_action', false);\n\t\t\tthis.result = result;\n\t\t\treturn Promise.resolve (result);\n\t\t});\n\t}\n\n\tdidRevert () {\n\t\tthis.engine.global ('_conditional_pending_rollback').push (true);\n\t\tthis.engine.global ('_conditional_just_rolled_back').push (true);\n\t\treturn Promise.resolve ({ advance: false, step: false });\n\t}\n}\n\nConditional.id = 'Conditional';\n\nexport default Conditional;","import { Action } from './../lib/Action';\nimport Typed from './../lib/vendor/typed.min.js';\nimport { $_ } from '@aegis-framework/artemis';\n\nexport class Dialog extends Action {\n\n\tstatic shouldProceed () {\n\t\t// Check if the type animation has finished and the Typed object still exists\n\t\tif (!this.engine.global ('finished_typing') && this.engine.global ('textObject') !== null) {\n\n\t\t\t// Get the string it was typing\n\t\t\tconst str = this.engine.global ('textObject').strings [0];\n\n\t\t\t// Get the element it was typing to\n\t\t\tconst element = this.engine.global ('textObject').el;\n\n\t\t\tthis.engine.global ('textObject').destroy ();\n\n\t\t\telement.innerHTML = str.replace (/\\{pause:(\\d+)\\}/g, '');\n\n\t\t\tthis.engine.global ('finished_typing', true);\n\n\t\t\tthis.engine.trigger ('didFinishTyping');\n\n\t\t\treturn Promise.reject ('TypeWriter effect has not finished.');\n\t\t}\n\n\t\treturn Promise.resolve (this.engine.global ('finished_typing'));\n\t}\n\n\tstatic willProceed () {\n\t\tconst centeredDialog = this.engine.element ().find ('[data-component=\"centered-dialog\"]');\n\t\tif (centeredDialog.isVisible ()) {\n\t\t\tcenteredDialog.remove ();\n\t\t}\n\t\treturn Promise.resolve (this.engine.global ('finished_typing'));\n\t}\n\n\tstatic willRollback () {\n\t\tif (this.engine.global ('textObject') !== null) {\n\t\t\tthis.engine.global ('textObject').destroy ();\n\t\t}\n\n\t\tthis.engine.global ('finished_typing', true);\n\n\t\t// this.engine.global ('_CurrentChoice');\n\n\t\tthis.engine.element ().find ('[data-component=\"text-box\"]').show ('flex');\n\n\t\tconst dialogLog = this.engine.component ('dialog-log');\n\n\t\tconst centeredDialog = this.engine.element ().find ('[data-component=\"centered-dialog\"]');\n\t\tif (centeredDialog.isVisible ()) {\n\t\t\tcenteredDialog.remove ();\n\t\t\tthis.engine.element ().find ('[data-component=\"text-box\"]').show ('flex');\n\t\t}\n\n\t\tdocument.querySelector ('[data-ui=\"who\"]').innerHTML = '';\n\n\t\tif (typeof dialogLog !== 'undefined') {\n\t\t\tdialogLog.instances (instance => instance.pop ());\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic setup () {\n\t\tthis.engine.globals ({\n\t\t\ttextObject: null,\n\t\t\tfinished_typing: false,\n\t\t\ttypedConfiguration: {\n\t\t\t\tstrings: [],\n\t\t\t\ttypeSpeed: this.engine.preference ('TextSpeed'),\n\t\t\t\tfadeOut: true,\n\t\t\t\tloop: false,\n\t\t\t\tshowCursor: false,\n\t\t\t\tcontentType: 'html',\n\t\t\t\tpreStringTyped: () => {\n\t\t\t\t\tthis.engine.global ('finished_typing', false);\n\t\t\t\t},\n\t\t\t\tonStringTyped: () => {\n\t\t\t\t\tthis.engine.global ('finished_typing', true);\n\t\t\t\t\tthis.engine.trigger ('didFinishTyping');\n\t\t\t\t},\n\t\t\t\tonDestroy: () => {\n\t\t\t\t\tthis.engine.global ('finished_typing', true);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\n\t\t// The NVL mode has its own history so that when going back, all dialogs\n\t\t// that were shown on screen can be shown again instead of just showing\n\t\t// the last one.\n\t\tthis.engine.history ('nvl');\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic bind (selector) {\n\t\tconst self = this;\n\n\t\t// Add listener for the text speed setting\n\t\t$_(`${selector} [data-action=\"set-text-speed\"]`).on ('change mouseover', function () {\n\t\t\tconst value = self.engine.setting ('maxTextSpeed') - parseInt(this.value);\n\t\t\tself.engine.global ('typedConfiguration').typeSpeed = value;\n\t\t\tself.engine.preference ('TextSpeed', value);\n\t\t});\n\n\t\t// Detect scroll on the text element to remove the unread class used when\n\t\t// there's text not being shown in NVL mode.\n\t\t$_(`${selector} [data-component=\"text-box\"]`).on ('scroll', () => {\n\t\t\tconst text_box = this.engine.element ().find ('[data-component=\"text-box\"]');\n\t\t\tif (text_box.exists ()) {\n\t\t\t\tif (typeof text_box.get (0).checkUnread === 'function') {\n\t\t\t\t\ttext_box.get (0).checkUnread ();\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic init (selector) {\n\t\t// Remove the Text Speed setting if the type animation was disabled\n\t\tif (this.engine.setting ('TypeAnimation') === false) {\n\t\t\t$_(`${selector} [data-settings=\"text-speed\"]`).hide ();\n\t\t}\n\n\t\tthis.engine.setting ('maxTextSpeed', parseInt ($_(`${selector} [data-action=\"set-text-speed\"]`).property ('max')));\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic reset ({ keepNVL = false } = {}) {\n\n\t\tif (this.engine.global ('textObject') !== null) {\n\t\t\tthis.engine.global ('textObject').destroy ();\n\t\t}\n\n\t\tif (keepNVL !== true) {\n\t\t\tthis.engine.element ().find ('[data-component=\"text-box\"]').removeClass ('nvl');\n\t\t}\n\n\t\tthis.engine.element ().find ('[data-component=\"text-box\"]').data ('speaking', '');\n\n\t\tthis.engine.element ().find ('[data-ui=\"who\"]').style ('color', '');\n\n\t\tthis.engine.element ().find ('[data-ui=\"who\"]').html ('');\n\t\tthis.engine.element ().find ('[data-ui=\"say\"]').html ('');\n\n\t\tthis.engine.element ().find ('[data-ui=\"face\"]').attribute ('src', '');\n\t\tthis.engine.element ().find ('[data-ui=\"face\"]').hide ();\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic matchString () {\n\t\treturn true;\n\t}\n\n\tconstructor ([ character, ...dialog ]) {\n\t\tsuper ();\n\n\t\tconst [ id, expression ] = character.split (':');\n\n\t\tthis.dialog = dialog.join (' ');\n\t\tthis.clearDialog = this.dialog.replace (/\\{pause:(\\d+)\\}/g, '');\n\n\t\tthis.nvl = false;\n\n\t\tif (typeof this.engine.character (id) !== 'undefined') {\n\t\t\tthis.character = this.engine.character (id);\n\t\t\tthis.id = id;\n\n\t\t\tif (typeof this.character.nvl !== 'undefined') {\n\t\t\t\tthis.nvl = this.character.nvl;\n\t\t\t}\n\n\t\t\tif (typeof expression !== 'undefined') {\n\t\t\t\tif (typeof this.character.expressions !== 'undefined') {\n\t\t\t\t\tthis.image = this.character.expressions[expression];\n\t\t\t\t\tthis.expression = expression;\n\t\t\t\t}\n\n\t\t\t} else if (typeof this.character.default_expression !== 'undefined') {\n\t\t\t\tthis.image = this.character.default_expression;\n\t\t\t\tthis.expression = 'default';\n\t\t\t}\n\t\t} else if (id === 'centered') {\n\t\t\tthis.id = 'centered';\n\t\t} else {\n\t\t\tthis.id = 'narrator';\n\t\t\tif (id === 'nvl') {\n\t\t\t\tthis.nvl = true;\n\t\t\t} else {\n\t\t\t\tthis.dialog = `${character} ${this.dialog}`;\n\t\t\t\tthis.clearDialog = `${character} ${this.clearDialog}`;\n\t\t\t}\n\t\t}\n\t}\n\n\twillApply () {\n\t\tthis.engine.element ().find ('[data-character]').removeClass ('focus');\n\t\tthis.engine.element ().find ('[data-ui=\"face\"]').hide ();\n\n\t\tdocument.querySelector ('[data-ui=\"who\"]').innerHTML = '';\n\n\t\tthis.engine.element ().find ('[data-component=\"text-box\"]').removeData ('expression');\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tdisplayCenteredDialog (dialog, clearDialog, character, animation) {\n\t\tconst element = document.createElement ('centered-dialog');\n\t\tthis.engine.element ().find ('[data-component=\"text-box\"]').hide ();\n\t\tthis.engine.element ().find ('[data-screen=\"game\"]').append (element);\n\n\t\telement.ready (() => {\n\t\t\tif (animation && this.engine.setting ('TypeAnimation') === true) {\n\t\t\t\tthis.engine.global ('typedConfiguration').strings = [dialog];\n\t\t\t\tthis.engine.global ('finished_typing', false);\n\t\t\t\tthis.engine.global ('textObject', new Typed (element.content ('wrapper').get (0), this.engine.global ('typedConfiguration')));\n\t\t\t} else {\n\t\t\t\telement.content ('wrapper').html (clearDialog);\n\t\t\t\tthis.engine.global ('finished_typing', true);\n\t\t\t\tthis.engine.trigger ('didFinishTyping');\n\t\t\t}\n\t\t});\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tdisplayNvlDialog (dialog, clearDialog, character, animation) {\n\t\tif (!this.engine.element ().find ('[data-component=\"text-box\"]').hasClass ('nvl')) {\n\t\t\tDialog.reset ();\n\t\t\tthis.engine.element ().find ('[data-component=\"text-box\"]').addClass ('nvl');\n\t\t}\n\n\t\t// Remove contents from the dialog area.\n\t\tconst previous = this.engine.element ().find ('[data-component=\"text-box\"]').data ('speaking');\n\t\tthis.engine.element ().find ('[data-component=\"text-box\"]').data ('speaking', character);\n\n\t\t// Check if the typing animation flag is set to true in order to show it\n\t\tif (animation === true && this.engine.setting ('TypeAnimation') === true && this.engine.setting ('NVLTypeAnimation') === true) {\n\n\t\t\t// If the property is set to true, the animation will be shown\n\t\t\t// if it is set to false, even if the flag was set to true,\n\t\t\t// no animation will be shown in the game.\n\t\t\tif (character !== 'narrator') {\n\t\t\t\tif (previous !== character) {\n\t\t\t\t\tthis.engine.element ().find ('[data-ui=\"say\"] [data-spoke]').last().addClass ('nvl-dialog-footer');\n\t\t\t\t\tthis.engine.element ().find ('[data-ui=\"say\"]').append (`
${this.engine.replaceVariables (this.engine.character (character).name)}:

`);\n\t\t\t\t} else {\n\t\t\t\t\tthis.engine.element ().find ('[data-ui=\"say\"]').append (`

`);\n\t\t\t\t}\n\n\t\t\t} else {\n\t\t\t\tif (previous !== character) {\n\t\t\t\t\tthis.engine.element ().find ('[data-ui=\"say\"] [data-spoke]').last().addClass ('nvl-dialog-footer');\n\t\t\t\t}\n\t\t\t\tthis.engine.element ().find ('[data-ui=\"say\"]').append (`

`);\n\t\t\t}\n\n\t\t\tconst elements = $_('[data-ui=\"say\"] [data-spoke] p');\n\t\t\tconst last = elements.last ().get (0);\n\n\t\t\tthis.engine.global ('typedConfiguration').strings = [dialog];\n\t\t\tthis.engine.global ('finished_typing', false);\n\t\t\tthis.engine.global ('textObject', new Typed (last, this.engine.global ('typedConfiguration')));\n\n\t\t} else {\n\t\t\tif (character !== 'narrator') {\n\t\t\t\tif (previous !== character) {\n\t\t\t\t\tthis.engine.element ().find ('[data-ui=\"say\"] [data-spoke]').last().addClass ('nvl-dialog-footer');\n\t\t\t\t\tthis.engine.element ().find ('[data-ui=\"say\"]').append (`
${this.engine.replaceVariables (this.engine.character (character).name)}:

${clearDialog}

`);\n\t\t\t\t} else {\n\t\t\t\t\tthis.engine.element ().find ('[data-ui=\"say\"]').append (`

${dialog}

`);\n\t\t\t\t}\n\n\t\t\t} else {\n\t\t\t\tif (previous !== character) {\n\t\t\t\t\tthis.engine.element ().find ('[data-ui=\"say\"] [data-spoke]').last().addClass ('nvl-dialog-footer');\n\t\t\t\t}\n\t\t\t\tthis.engine.element ().find ('[data-ui=\"say\"]').append (`

${clearDialog}

`);\n\t\t\t}\n\t\t\tthis.engine.global ('finished_typing', true);\n\t\t\tthis.engine.trigger ('didFinishTyping');\n\t\t}\n\n\t\tconst text_box = this.engine.element ().find ('[data-component=\"text-box\"]');\n\t\tif (text_box.exists ()) {\n\t\t\tif (typeof text_box.get (0).checkUnread === 'function') {\n\t\t\t\ttext_box.get (0).checkUnread ();\n\t\t\t}\n\t\t}\n\n\t}\n\n\tdisplayDialog (dialog, clearDialog, character, animation) {\n\t\tif (this.nvl === false) {\n\t\t\tif (this.engine.element ().find ('[data-component=\"text-box\"]').hasClass ('nvl') && this._cycle === 'Application') {\n\t\t\t\tthis.engine.history ('nvl').push (this.engine.element ().find ('text-box [data-ui=\"say\"]').html ());\n\t\t\t}\n\t\t\tthis.engine.element ().find ('[data-component=\"text-box\"]').removeClass ('nvl');\n\n\t\t\t// Destroy the previous textObject so the text is rewritten.\n\t\t\t// If not destroyed, the text would be appended instead of replaced.\n\t\t\tif (this.engine.global ('textObject') !== null) {\n\t\t\t\tthis.engine.global ('textObject').destroy ();\n\t\t\t}\n\n\t\t\t// Remove contents from the dialog area.\n\t\t\tthis.engine.element ().find ('[data-ui=\"say\"]').html ('');\n\t\t\tthis.engine.element ().find ('[data-component=\"text-box\"]').data ('speaking', character);\n\n\t\t\t// Check if the typing animation flag is set to true in order to show it\n\t\t\tif (animation === true && this.engine.setting ('TypeAnimation') === true) {\n\n\t\t\t\t// If the property is set to true, the animation will be shown\n\t\t\t\t// if it is set to false, even if the flag was set to true,\n\t\t\t\t// no animation will be shown in the game.\n\t\t\t\tthis.engine.global ('typedConfiguration').strings = [dialog];\n\t\t\t\tthis.engine.global ('finished_typing', false);\n\t\t\t\tthis.engine.global ('textObject', new Typed ('[data-ui=\"say\"]', this.engine.global ('typedConfiguration')));\n\t\t\t} else {\n\t\t\t\tthis.engine.element ().find ('[data-ui=\"say\"]').html (clearDialog);\n\t\t\t\tthis.engine.global ('finished_typing', true);\n\t\t\t\tthis.engine.trigger ('didFinishTyping');\n\t\t\t}\n\t\t} else {\n\t\t\tthis.displayNvlDialog (dialog, clearDialog, character, animation);\n\t\t}\n\n\t\treturn Promise.resolve ();\n\t}\n\n\n\tcharacterDialog () {\n\t\t// Check if the character has a name to show\n\t\tif (typeof this.character.name !== 'undefined' && !this.nvl) {\n\t\t\tthis.engine.element ().find ('[data-ui=\"who\"]').html (this.engine.replaceVariables (this.character.name));\n\t\t}\n\n\t\tlet directory = this.character.directory;\n\n\t\tif (typeof directory == 'undefined') {\n\t\t\tdirectory = '';\n\t\t} else {\n\t\t\tdirectory += '/';\n\t\t}\n\n\t\t// Focus the character's sprite and colorize it's name with the defined\n\t\t// color on its declaration\n\t\tthis.engine.element ().find (`[data-character=\"${this.id}\"]`).addClass ('focus');\n\t\tthis.engine.element ().find ('[data-ui=\"who\"]').style ('color', this.character.color);\n\n\t\t// Check if an expression or face image was used and if it exists and\n\t\t// display it\n\t\tif (typeof this.image !== 'undefined' && !this.nvl) {\n\t\t\t`${this.engine.setting ('AssetsPath').root}/${this.engine.setting ('AssetsPath').characters}/${directory}${this.image}`;\n\t\t\tthis.engine.element ().find ('[data-ui=\"face\"]').attribute ('src', `${this.engine.setting ('AssetsPath').root}/${this.engine.setting ('AssetsPath').characters}/${directory}${this.image}`);\n\t\t\tthis.engine.element ().find ('[data-ui=\"face\"]').show ();\n\t\t\tthis.engine.element ().find ('[data-component=\"text-box\"]').data ('expression', this.expression);\n\t\t}\n\n\t\t// Check if the character object defines if the type animation should be used.\n\t\tif (typeof this.character.type_animation !== 'undefined') {\n\t\t\treturn this.displayDialog (this.dialog, this.clearDialog, this.id, this.character.type_animation);\n\t\t} else {\n\t\t\treturn this.displayDialog (this.dialog, this.clearDialog, this.id, true);\n\t\t}\n\t}\n\n\tapply () {\n\t\ttry {\n\t\t\tconst dialogLog = this.engine.component ('dialog-log');\n\t\t\tif (typeof dialogLog !== 'undefined') {\n\t\t\t\tif (this._cycle === 'Application') {\n\t\t\t\t\tdialogLog.instances (instance => instance.write ({\n\t\t\t\t\t\tid: this.id,\n\t\t\t\t\t\tcharacter: this.character,\n\t\t\t\t\t\tdialog: this.clearDialog\n\t\t\t\t\t}));\n\t\t\t\t} else {\n\t\t\t\t\tdialogLog.instances (instance => instance.pop ());\n\t\t\t\t}\n\t\t\t}\n\t\t} catch (e) {\n\t\t\tthis.engine.debug.error (e);\n\t\t}\n\n\t\tif (typeof this.character !== 'undefined') {\n\t\t\tthis.engine.element ().find ('[data-component=\"text-box\"]').show ('flex');\n\t\t\treturn this.characterDialog ();\n\t\t} else if (this.id === 'centered') {\n\t\t\treturn this.displayCenteredDialog (this.dialog, this.clearDialog, this.id, this.engine.setting ('CenteredTypeAnimation'));\n\t\t} else {\n\t\t\tthis.engine.element ().find ('[data-component=\"text-box\"]').show ('flex');\n\t\t\treturn this.displayDialog (this.dialog, this.clearDialog, 'narrator', this.engine.setting ('NarratorTypeAnimation'));\n\t\t}\n\t}\n\n\twillRevert () {\n\t\tthis.engine.element ().find ('[data-character]').removeClass ('focus');\n\t\tthis.engine.element ().find ('[data-ui=\"face\"]').hide ();\n\t\tdocument.querySelector ('[data-ui=\"who\"]').innerHTML = '';\n\t\treturn Promise.resolve ();\n\t}\n\n\trevert () {\n\t\t// Check if the dialog to replay is a NVL one or not\n\t\tif (this.nvl === true) {\n\t\t\t// Check if the NVL screen is currently being shown\n\t\t\tif (this.engine.element ().find ('[data-component=\"text-box\"]').hasClass ('nvl')) {\n\t\t\t\t// If it is being shown, then to go back, we need to remove the last dialog from it\n\t\t\t\tthis.engine.element ().find ('text-box [data-ui=\"say\"] [data-spoke]').last ().remove ();\n\t\t\t\treturn Promise.resolve ();\n\t\t\t} else {\n\t\t\t\t// If it is not shown right now, then we need to recover the dialogs\n\t\t\t\t// that were being shown the last time we hid it\n\t\t\t\tif (this.engine.history ('nvl').length > 0) {\n\t\t\t\t\tthis.engine.element ().find ('[data-component=\"text-box\"]').addClass ('nvl');\n\t\t\t\t\tthis.engine.element ().find ('text-box [data-ui=\"say\"]').html (this.engine.history ('nvl').pop ());\n\t\t\t\t\treturn Promise.resolve ();\n\t\t\t\t}\n\t\t\t\treturn Promise.reject ('No more dialogs on history from where to recover previous state.');\n\t\t\t}\n\t\t} else {\n\t\t\t// If the dialog was not NVL, we can simply show it as if we were\n\t\t\t// doing a simple application\n\t\t\treturn this.apply ();\n\t\t}\n\t}\n\n\tdidRevert () {\n\t\treturn Promise.resolve ({ advance: false, step: true });\n\t}\n\n}\n\nDialog.id = 'Dialog';\n\nexport default Dialog;","import { Action } from './../lib/Action';\n\nexport class End extends Action {\n\n\tstatic bind () {\n\n\t\tthis.engine.registerListener ('end', {\n\t\t\tkeys: 'shift+q',\n\t\t\tcallback: () => {\n\t\t\t\tif (this.engine.global ('playing')) {\n\t\t\t\t\tthis.engine.alert ('quit-warning', {\n\t\t\t\t\t\tmessage: 'Confirm',\n\t\t\t\t\t\tactions: [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tlabel: 'Quit',\n\t\t\t\t\t\t\t\tlistener: 'quit'\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tlabel: 'Cancel',\n\t\t\t\t\t\t\t\tlistener: 'dismiss-alert'\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t]\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\n\t\tthis.engine.registerListener ('quit', {\n\t\t\tcallback: () => {\n\t\t\t\tthis.engine.dismissAlert ('quit-warning');\n\n\t\t\t\tif (this.engine.global ('playing') === true) {\n\t\t\t\t\tthis.engine.run ('end');\n\t\t\t\t} else {\n\t\t\t\t\tif (typeof window.ipcRendererReceive === 'function' && typeof window.ipcRendererSend === 'function') {\n\t\t\t\t\t\twindow.ipcRendererSend ('quit-request');\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic matchString ([ action ]) {\n\t\treturn action === 'end';\n\t}\n\n\twillApply () {\n\t\tthis.engine.hideScreens ();\n\t\treturn Promise.resolve ();\n\t}\n\n\tapply () {\n\t\tthis.engine.global ('playing', false);\n\n\t\tthis.engine.resetGame ();\n\t\tthis.engine.showMainScreen ();\n\n\t\tthis.engine.element ().find ('[data-component=\"quick-menu\"]').removeClass ('splash-screen');\n\t\tthis.engine.element ().find ('[data-component=\"game-screen\"]').removeClass ('splash-screen');\n\n\t\treturn Promise.resolve ();\n\t}\n\n\twillRevert () {\n\t\treturn Promise.reject ('End is not reversible');\n\t}\n}\n\nEnd.id = 'End';\n\nexport default End;","import { Action } from './../lib/Action';\nimport { Util } from '@aegis-framework/artemis';\nimport { FancyError } from '../lib/FancyError';\n\nexport class ReversibleFunction extends Action {\n\n\tstatic matchObject ({ Function: fn }) {\n\t\treturn typeof fn !== 'undefined';\n\t}\n\n\tconstructor ({ Function: fn }) {\n\t\tsuper ();\n\t\tthis.statement = fn;\n\t\tthis.shouldContinue = true;\n\t}\n\n\tapply () {\n\t\t// The function will be run asynchronously (No matter if its code isn't)\n\t\t// if the function returns false, the next statement will not be run\n\t\t// automatically and the game will wait for user interaction or some other\n\t\t// code inside the function to keep going. Any other returnValue will\n\t\t// allow the game to keep going right away.\n\t\treturn Util.callAsync (this.statement.Apply, this.engine).then ((returnValue) => {\n\t\t\tthis.engine.global ('block', false);\n\t\t\tif (returnValue === false) {\n\t\t\t\tthis.shouldContinue = false;\n\t\t\t}\n\t\t}).catch ((e) => {\n\t\t\tlet error = {\n\t\t\t\t'Label': this.engine.state ('label'),\n\t\t\t\t'Step': this.engine.state ('step'),\n\t\t\t\t'Help': {\n\t\t\t\t\t'_': 'Check the code for your function, there may be additional information in the console.',\n\t\t\t\t}\n\t\t\t};\n\n\t\t\tif (typeof e === 'object') {\n\t\t\t\terror = Object.assign (error, {\n\t\t\t\t\t'Error Message': e.message,\n\t\t\t\t\t'File Name': e.fileName,\n\t\t\t\t\t'Line Number': e.lineNumber\n\t\t\t\t});\n\t\t\t} else if (typeof e === 'string') {\n\t\t\t\terror['Error Message'] = e;\n\t\t\t}\n\n\t\t\tFancyError.show (\n\t\t\t\t'An error occurred while trying to revert a Reversible Function.',\n\t\t\t\t'Monogatari attempted to run the `Apply` method of a Reversible Function but an error occurred.',\n\t\t\t\terror\n\t\t\t);\n\t\t});\n\t}\n\n\tdidApply () {\n\t\treturn Promise.resolve ({ advance: this.shouldContinue });\n\t}\n\n\trevert () {\n\t\t// The function will be run asynchronously (No matter if its code isn't)\n\t\t// if the function returns false, the previous statement will not be run\n\t\t// automatically and the game will wait for user interaction or some other\n\t\t// code inside the function to keep going. Any other returnValue will\n\t\t// allow the game to keep going right away.\n\t\treturn Util.callAsync (this.statement.Reverse, this.engine).then ((returnValue) => {\n\t\t\tthis.engine.global ('block', false);\n\t\t\tif (returnValue === false) {\n\t\t\t\tthis.shouldContinue = false;\n\t\t\t}\n\t\t}).catch ((e) => {\n\t\t\tlet error = {\n\t\t\t\t'Label': this.engine.state ('label'),\n\t\t\t\t'Step': this.engine.state ('step'),\n\t\t\t\t'Help': {\n\t\t\t\t\t'_': 'Check the code for your function, there may be additional information in the console.',\n\t\t\t\t}\n\t\t\t};\n\n\t\t\tif (typeof e === 'object') {\n\t\t\t\terror = Object.assign (error, {\n\t\t\t\t\t'Error Message': e.message,\n\t\t\t\t\t'File Name': e.fileName,\n\t\t\t\t\t'Line Number': e.lineNumber\n\t\t\t\t});\n\t\t\t} else if (typeof e === 'string') {\n\t\t\t\terror['Error Message'] = e;\n\t\t\t}\n\n\t\t\tFancyError.show (\n\t\t\t\t'An error occurred while trying to revert a Reversible Function.',\n\t\t\t\t'Monogatari attempted to run the `Revert` method of a Reversible Function but an error occurred.',\n\t\t\t\terror\n\t\t\t);\n\t\t});\n\t}\n\n\tdidRevert () {\n\t\treturn Promise.resolve ({ advance: this.shouldContinue, step: true });\n\t}\n}\n\nReversibleFunction.id = 'Function';\n\nexport default ReversibleFunction;","import { Action } from './../lib/Action';\n\nexport class Gallery extends Action {\n\n\tstatic matchString ([ action ]) {\n\t\treturn action === 'gallery';\n\t}\n\n\tconstructor ([ action, mode, asset ]) {\n\t\tsuper ();\n\t\tthis.mode = mode;\n\t\tthis.asset = asset;\n\t}\n\n\tapply () {\n\t\tif (this.mode === 'unlock') {\n\n\t\t\tthis.engine.component ('gallery-screen').instances ((instance) => {\n\t\t\t\tconst unlocked = [...instance.state.unlocked, this.asset];\n\t\t\t\tinstance.setState ({\n\t\t\t\t\tunlocked\n\t\t\t\t});\n\t\t\t});\n\n\n\t\t} else if (this.mode === 'lock') {\n\t\t\tthis.engine.component ('gallery-screen').instances ((instance) => {\n\t\t\t\tconst unlocked = instance.state.unlocked.filter ((item) => item !== this.asset);\n\t\t\t\tinstance.setState ({\n\t\t\t\t\tunlocked\n\t\t\t\t});\n\t\t\t});\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidApply () {\n\t\treturn Promise.resolve ({ advance: true });\n\t}\n\n\trevert () {\n\t\tif (this.mode === 'lock') {\n\t\t\tthis.mode = 'unlock';\n\t\t\treturn this.apply ();\n\t\t} else if (this.mode === 'unlock') {\n\t\t\tthis.mode = 'lock';\n\t\t\treturn this.apply ();\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidRevert () {\n\t\treturn Promise.resolve ({ advance: true, step: true });\n\t}\n}\n\nGallery.id = 'Gallery';\n\nexport default Gallery;","import { Action } from './../lib/Action';\nimport { Util } from '@aegis-framework/artemis';\n\nexport class HideCanvas extends Action {\n\n\n\tstatic matchString ([ hide, type ]) {\n\t\treturn hide === 'hide' && type === 'canvas';\n\t}\n\n\tconstructor ([ hide, type, name, separator, ...classes ]) {\n\t\tsuper ();\n\t\tthis.name = name;\n\t\tthis.object = this.engine.action ('Canvas').objects (name);\n\t\tif (typeof classes !== 'undefined') {\n\t\t\tthis.classes = classes;\n\t\t} else {\n\t\t\tthis.classes = [];\n\t\t}\n\t}\n\n\tapply () {\n\t\treturn Util.callAsync (this.object.stop, this.engine).then (() => {\n\t\t\tif (this.classes.length > 0) {\n\t\t\t\tthis.engine.element ().find (`[data-canvas=\"${this.name}\"]`).addClass ('animated');\n\t\t\t\tfor (const newClass of this.classes) {\n\t\t\t\t\tthis.engine.element ().find (`[data-canvas=\"${this.name}\"]`).addClass (newClass);\n\t\t\t\t}\n\n\t\t\t\t// Remove item after a while to prevent it from showing randomly\n\t\t\t\t// when coming from a menu to the game because of its animation\n\t\t\t\tsetTimeout (() => {\n\t\t\t\t\tthis.engine.element ().find (`[data-canvas=\"${this.name}\"]`).remove ();\n\t\t\t\t}, 10000);\n\t\t\t} else {\n\t\t\t\tthis.engine.element ().find (`[data-canvas=\"${this.name}\"]`).remove ();\n\t\t\t}\n\t\t});\n\t}\n\n\tdidApply () {\n\t\tfor (let i = this.engine.state ('canvas').length - 1; i >= 0; i--) {\n\t\t\tconst last = this.engine.state ('canvas')[i];\n\t\t\tconst [show, type, mode, name] = last.split (' ');\n\t\t\tif (name === this.name) {\n\t\t\t\tthis.engine.state ('canvas').splice (i, 1);\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\treturn Promise.resolve ({ advance: true });\n\t}\n\n\trevert () {\n\t\tfor (let i = this.engine.history ('canvas').length - 1; i >= 0; i--) {\n\t\t\tconst last = this.engine.history ('canvas')[i];\n\t\t\tconst [show, canvas, mode, name] = last.split (' ');\n\t\t\tif (name === this.name) {\n\t\t\t\tthis.engine.history ('canvas').splice (i, 1);\n\t\t\t\treturn this.engine.run (last, false);\n\n\t\t\t}\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidRevert () {\n\t\treturn Promise.resolve ({ advance: true, step: true });\n\t}\n}\n\nHideCanvas.id = 'Hide::Canvas';\n\nexport default HideCanvas;","import { Action } from './../lib/Action';\nimport { FancyError } from './../lib/FancyError';\n\nexport class HideCharacter extends Action {\n\n\tstatic matchString ([ hide, type ]) {\n\t\treturn hide === 'hide' && type === 'character';\n\t}\n\n\tconstructor ([ hide, type, asset, ...classes ]) {\n\t\tsuper ();\n\t\tthis.asset = asset;\n\n\t\tif (typeof this.engine.character (this.asset) !== 'undefined') {\n\t\t\tthis.element = this.engine.element ().find (`[data-character=\"${this.asset}\"]`).last ();\n\t\t} else {\n\t\t\tFancyError.show (\n\t\t\t\t`The character \"${this.asset}\" does not exist`,\n\t\t\t\t`Monogatari attempted to get information about the character \"${this.asset}\" but it wasn't found on the characters object.`,\n\t\t\t\t{\n\t\t\t\t\t'Missing Character': this.asset,\n\t\t\t\t\t'You may have meant one of these': Object.keys (this.engine.characters ()),\n\t\t\t\t\t'Statement': `\"${this._statement}\"`,\n\t\t\t\t\t'Label': this.engine.state ('label'),\n\t\t\t\t\t'Step': this.engine.state ('step'),\n\t\t\t\t\t'Help': {\n\t\t\t\t\t\t'_': 'Check your characters object and your script to make sure the character exists and that it does not have a typo in it.'\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t);\n\t\t}\n\n\t\tif (typeof classes !== 'undefined') {\n\t\t\tthis.classes = classes;\n\t\t} else {\n\t\t\tthis.classes = [];\n\t\t}\n\t\tthis.classes = this.classes.filter ((c) => (c !== 'at' && c !== 'with'));\n\t}\n\n\twillApply () {\n\n\t\tif (!this.element.exists ()) {\n\t\t\tFancyError.show (\n\t\t\t\t`The character \"${this.asset}\" can't hide because it's not being shown`,\n\t\t\t\t`Monogatari attempted to hide the character \"${this.asset}\" but it was not being shown.`,\n\t\t\t\t{\n\t\t\t\t\t'Missing Character': this.asset,\n\t\t\t\t\t'You may have meant one of these': Object.keys (this.engine.characters ()),\n\t\t\t\t\t'Statement': `\"${this._statement}\"`,\n\t\t\t\t\t'Label': this.engine.state ('label'),\n\t\t\t\t\t'Step': this.engine.state ('step'),\n\t\t\t\t\t'Help': {\n\t\t\t\t\t\t'_': 'Check that before this hide action you have a show action that shows the character you want to hide.'\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t);\n\t\t\treturn Promise.reject ('Attempted to hide a character that was not being shown.');\n\t\t}\n\n\t\treturn Promise.resolve ();\n\t}\n\n\n\tapply () {\n\t\tconst oldClasses = [...this.element.get (0).classList];\n\n\t\tfor (const oldClass of oldClasses) {\n\t\t\tthis.element.removeClass (oldClass);\n\t\t}\n\n\t\tthis.element.addClass ('animated');\n\n\t\t// Check if there is any end-animation, here's what this matches:\n\t\t// 'end-fadeIn'.match (/end-([A-Za-z]+)/) => [ \"end-fadeIn\", \"fadeIn\" ]\n\t\tconst endAnimation = oldClasses.find(c => c.match (/end-([A-Za-z]+)/) !== null);\n\n\t\tif (typeof endAnimation !== 'undefined') {\n\t\t\tconst [end, animation] = endAnimation.split('-');\n\t\t\tthis.element.addClass (animation);\n\t\t}\n\n\t\tconst durationPosition = this.classes.indexOf ('duration');\n\n\t\tif (durationPosition > -1) {\n\t\t\tthis.element.style ('animation-duration', this.classes[durationPosition + 1]);\n\t\t} else {\n\t\t\tthis.element.style ('animation-duration', '');\n\t\t}\n\n\t\tif (this.classes.length > 0) {\n\t\t\tfor (const className of this.classes) {\n\t\t\t\tif (className) {\n\t\t\t\t\tthis.element.addClass (className);\n\t\t\t\t}\n\t\t\t}\n\t\t\tthis.element.data ('visibility', 'invisible');\n\n\t\t\tthis.element.on ('animationend', (e) => {\n\t\t\t\tif (e.target.dataset.visibility === 'invisible') {\n\t\t\t\t\t// Remove only if the animation ends while the element is not visible\n\t\t\t\t\te.target.remove ();\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tthis.element.remove ();\n\t\t}\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidApply () {\n\t\tconst show = this.engine.state ('characters').filter ((item) => {\n\t\t\tconst [ show, type, asset, ] = item.split (' ');\n\t\t\treturn asset !== this.asset;\n\t\t});\n\n\t\tthis.engine.state ({ characters: show });\n\t\treturn Promise.resolve ({ advance: true });\n\t}\n\n\twillRevert () {\n\t\tif (this.engine.history ('character').length <= 0) {\n\t\t\treturn Promise.reject ();\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\trevert () {\n\t\tfor (let i = this.engine.history ('character').length - 1; i >= 0; i--) {\n\t\t\tconst last = this.engine.history ('character')[i];\n\t\t\tconst [show, character, asset, name] = last.split (' ');\n\n\t\t\tif (asset === this.asset) {\n\t\t\t\treturn this.engine.run (last, false);\n\t\t\t}\n\t\t}\n\t\treturn Promise.reject ();\n\t}\n\n\tdidRevert () {\n\t\treturn Promise.resolve ({ advance: true, step: true });\n\t}\n}\n\nHideCharacter.id = 'Hide::Character';\n\nexport default HideCharacter;\n","import { Action } from './../lib/Action';\n\nexport class HideImage extends Action {\n\n\tstatic matchString ([ hide, type ]) {\n\t\treturn hide === 'hide' && type === 'image';\n\t}\n\n\tconstructor ([ hide, type, asset, ...classes ]) {\n\t\tsuper ();\n\t\tthis.asset = asset;\n\n\t\tthis.element = this.engine.element ().find (`[data-image=\"${this.asset}\"]`);\n\n\t\tif (typeof classes !== 'undefined') {\n\t\t\tthis.classes = classes;\n\t\t} else {\n\t\t\tthis.classes = [];\n\t\t}\n\t\tthis.classes = this.classes.filter ((c) => (c !== 'at' && c !== 'with'));\n\t}\n\n\tapply () {\n\t\tthis.element.removeClass ();\n\t\tthis.element.addClass ('animated');\n\t\tconst durationPosition = this.classes.indexOf ('duration');\n\n\t\tif (durationPosition > -1) {\n\t\t\tthis.element.style ('animation-duration', this.classes[durationPosition + 1]);\n\t\t} else {\n\t\t\tthis.element.style ('animation-duration', '');\n\t\t}\n\n\t\tif (this.classes.length > 0) {\n\t\t\tfor (const newClass of this.classes) {\n\t\t\t\tthis.element.addClass (newClass);\n\t\t\t}\n\t\t\tthis.element.data ('visibility', 'invisible');\n\t\t} else {\n\t\t\tthis.element.remove ();\n\t\t}\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidApply () {\n\t\tconst show = this.engine.state ('images').filter ((item) => {\n\t\t\tconst [ show, type, asset, ] = item.split (' ');\n\t\t\treturn asset !== this.asset;\n\t\t});\n\n\t\tthis.engine.state ({ images: show });\n\t\treturn Promise.resolve ({ advance: true });\n\t}\n\n\twillRevert () {\n\t\tif (this.engine.history ('image').length <= 0) {\n\t\t\treturn Promise.reject ('Image history was empty.');\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\trevert () {\n\t\tthis.engine.run (this.engine.history ('image').pop (), false);\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidRevert () {\n\t\treturn Promise.resolve ({ advance: true, step: true });\n\t}\n}\n\nHideImage.id = 'Hide::Image';\n\nexport default HideImage;","import { Action } from './../lib/Action';\n\nexport class HideParticles extends Action {\n\n\tstatic matchString ([ hide, type ]) {\n\t\treturn hide === 'hide' && type === 'particles';\n\t}\n\n\tconstructor ([ hide, type ]) {\n\t\tsuper ();\n\t}\n\n\tapply () {\n\t\tthis.engine.action ('Particles').stop ();\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidApply () {\n\t\treturn Promise.resolve ({ advance: true });\n\t}\n\n\trevert () {\n\t\tif (this.engine.history ('particle').length > 0) {\n\t\t\tconst last = this.engine.history ('particle').pop ();\n\t\t\treturn this.engine.run (last, false);\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidRevert () {\n\t\treturn Promise.resolve ({ advance: true, step: true });\n\t}\n}\n\nHideParticles.id = 'Hide::Particles';\n\nexport default HideParticles;","import { Action } from './../lib/Action';\n\nexport class HideVideo extends Action {\n\n\n\tstatic matchString ([ hide, type ]) {\n\t\treturn hide === 'hide' && type === 'video';\n\t}\n\n\tconstructor ([ hide, type, name, separator, ...classes ]) {\n\t\tsuper ();\n\t\tthis.name = name;\n\t\tif (typeof classes !== 'undefined') {\n\t\t\tthis.classes = classes;\n\t\t} else {\n\t\t\tthis.classes = [];\n\t\t}\n\t}\n\n\tapply () {\n\n\t\tif (this.classes.length > 0) {\n\t\t\tthis.engine.element ().find (`[data-video=\"${this.name}\"]`).addClass ('animated');\n\t\t\tfor (const newClass of this.classes) {\n\t\t\t\tthis.engine.element ().find (`[data-video=\"${this.name}\"]`).addClass (newClass);\n\t\t\t}\n\n\t\t\t// Remove item after a while to prevent it from showing randomly\n\t\t\t// when coming from a menu to the game because of its animation\n\t\t\tsetTimeout (() => {\n\t\t\t\tthis.engine.element ().find (`[data-video=\"${this.name}\"]`).remove ();\n\t\t\t}, 10000);\n\t\t} else {\n\t\t\tthis.engine.element ().find (`[data-video=\"${this.name}\"]`).remove ();\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidApply () {\n\t\tfor (let i = this.engine.state ('videos').length - 1; i >= 0; i--) {\n\t\t\tconst last = this.engine.state ('videos')[i];\n\t\t\tconst [show, video, name, mode] = last.split (' ');\n\t\t\tif (name === this.name) {\n\t\t\t\tthis.engine.state ('videos').splice (i, 1);\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\treturn Promise.resolve ({ advance: true });\n\t}\n\n\trevert () {\n\t\tfor (let i = this.engine.history ('video').length - 1; i >= 0; i--) {\n\t\t\tconst last = this.engine.history ('video')[i];\n\t\t\tconst [show, video, name, mode] = last.split (' ');\n\t\t\tif (name === this.name) {\n\t\t\t\tthis.engine.history ('video').splice (i, 1);\n\t\t\t\treturn this.engine.run (last, false);\n\n\t\t\t}\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidRevert () {\n\t\treturn Promise.resolve ({ advance: true, step: true });\n\t}\n}\n\nHideVideo.id = 'Hide::Video';\n\nexport default HideVideo;","import { Action } from './../lib/Action';\nimport { Util } from '@aegis-framework/artemis';\n\nexport class InputModal extends Action {\n\n\tstatic matchObject ({ Input }) {\n\t\treturn typeof Input !== 'undefined';\n\t}\n\n\tconstructor ({ Input }) {\n\t\tsuper ();\n\t\tthis.statement = Input;\n\n\t\tif (typeof this.statement.Validation !== 'function') {\n\t\t\tthis.statement.Validation = () => true;\n\t\t}\n\n\t\tif (typeof this.statement.Save !== 'function') {\n\t\t\tthis.statement.Save = () => true;\n\t\t}\n\n\t\tif (typeof this.statement.Warning !== 'string') {\n\t\t\tthis.statement.Warning = '';\n\t\t}\n\n\t\tif (typeof this.statement.actionString !== 'string') {\n\t\t\tthis.statement.actionString = 'OK';\n\t\t}\n\n\t\tif (typeof this.statement.Class !== 'string') {\n\t\t\tthis.statement.Class = '';\n\t\t}\n\t}\n\n\tapply () {\n\t\tthis.engine.global ('block', true);\n\n\t\tconst input = document.createElement ('text-input');\n\n\t\tconst { Text, Warning, Save, Validation, actionString, Class } = this.statement;\n\n\t\tinput.setProps ({\n\t\t\ttext: this.engine.replaceVariables (Text),\n\t\t\twarning: Warning,\n\t\t\tonSubmit: Save,\n\t\t\tvalidate: Validation,\n\t\t\tactionString,\n\t\t\tcallback: () => {\n\t\t\t\tthis.engine.global ('block', false);\n\t\t\t\tthis.engine.proceed ();\n\t\t\t},\n\t\t\tclasses: Class.trim ()\n\t\t});\n\n\t\tthis.engine.element ().find ('[data-screen=\"game\"]').append (input);\n\t\treturn Promise.resolve ();\n\t}\n\n\twillRevert () {\n\t\tif (typeof this.statement.Revert === 'function') {\n\t\t\treturn Promise.resolve ();\n\t\t}\n\t\treturn Promise.reject ();\n\t}\n\n\trevert () {\n\t\treturn Util.callAsync (this.statement.Revert, this.engine).then (() => {\n\t\t\treturn this.apply ();\n\t\t});\n\t}\n\n\tdidRevert () {\n\t\treturn Promise.resolve ({ advance: false, step: true });\n\t}\n}\n\nInputModal.id = 'Input';\n\nexport default InputModal;","import { Action } from './../lib/Action';\nimport { FancyError } from '../lib/FancyError';\n\nexport class Jump extends Action {\n\n\tstatic setup () {\n\t\tthis.engine.history ('label');\n\t\tthis.engine.history ('jump');\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic bind (selector) {\n\t\tthis.engine.registerListener ('jump', {\n\t\t\tcallback: (element) => {\n\t\t\t\tthis.engine.run (`jump ${element.data('jump')}`, false);\n\t\t\t}\n\t\t});\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic matchString ([ action ]) {\n\t\treturn action === 'jump';\n\t}\n\n\tconstructor ([ action, label ]) {\n\t\tsuper ();\n\t\tthis.label = label;\n\t}\n\n\twillApply () {\n\t\tif (typeof this.engine.script (this.label) !== 'undefined') {\n\t\t\tthis.engine.stopAmbient ();\n\t\t\tthis.engine.showScreen ('game');\n\t\t\treturn Promise.resolve ();\n\t\t}\n\n\t\tFancyError.show (\n\t\t\t`The label \"${this.label}\" does not exist`,\n\t\t\t`Monogatari attempted to jump to the label named \"${this.label}\" but it wasn't found on the script.`,\n\t\t\t{\n\t\t\t\t'Missing Label': this.label,\n\t\t\t\t'You may have meant one of these': Object.keys (this.engine.script ()),\n\t\t\t\t'Statement': `\"${this._statement}\"`,\n\t\t\t\t'Label': this.engine.state ('label'),\n\t\t\t\t'Step': this.engine.state ('step'),\n\t\t\t\t'Help': {\n\t\t\t\t\t'_': 'Check if the label in your jump statement is correct and that you have also defined it correctly.'\n\t\t\t\t}\n\t\t\t}\n\t\t);\n\n\t\treturn Promise.reject ('Label does not exist.');\n\t}\n\n\tapply () {\n\t\tthis.engine.history ('jump').push ({\n\t\t\tsource: {\n\t\t\t\tlabel: this.engine.state ('label'),\n\t\t\t\tstep: this.engine.state ('step')\n\t\t\t},\n\t\t\tdestination: {\n\t\t\t\tlabel: this.label,\n\t\t\t\tstep: 0\n\t\t\t}\n\t\t});\n\t\tthis.engine.state ({\n\t\t\tstep: 0,\n\t\t\tlabel: this.label\n\t\t});\n\n\t\tif (!this.engine.element ().find ('[data-component=\"text-box\"]').hasClass ('nvl')) {\n\t\t\tthis.engine.action ('Dialog').reset ();\n\t\t}\n\n\t\tthis.engine.run (this.engine.label ()[this.engine.state ('step')]);\n\t\tthis.engine.history ('label').push (this.label);\n\n\t\treturn Promise.resolve ();\n\t}\n\n\t// Jump is right now not reversible due to complications with the logic for it\n\twillRevert () {\n\t\tif (this.engine.history ('jump').length > 0) {\n\t\t\treturn Promise.resolve ();\n\t\t}\n\t\treturn Promise.reject ('No elements in history available.');\n\t}\n\n\trevert () {\n\t\tconst last = this.engine.history ('jump')[this.engine.history ('jump').length - 1];\n\t\tif (typeof last !== 'undefined') {\n\t\t\tthis.engine.state ({\n\t\t\t\tstep: last.source.step,\n\t\t\t\tlabel: last.source.label\n\t\t\t});\n\t\t\treturn Promise.resolve ();\n\t\t}\n\t\treturn Promise.reject ('No elements in history available.');\n\t}\n\n\tdidRevert () {\n\t\tthis.engine.history ('jump').pop ();\n\t\tthis.engine.history ('label').pop ();\n\t\treturn Promise.resolve ({ advance: true, step: false });\n\t}\n}\n\nJump.id = 'Jump';\n\nexport default Jump;","import { Action } from './../lib/Action';\nimport { FancyError } from './../lib/FancyError';\n\n\nexport class Message extends Action {\n\n\tstatic bind () {\n\t\t// The close action removes the active class from the element it\n\t\t// points to.\n\t\tthis.engine.on ('click', '[data-component=\"message-modal\"] [data-action=\"close\"]', () => {\n\t\t\tthis.engine.global ('block', false);\n\t\t\tthis.engine.element ().find ('[data-component=\"message-modal\"]').remove ();\n\t\t\tthis.engine.proceed ();\n\t\t});\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic matchString ([ show, type ]) {\n\t\treturn show === 'show' && type === 'message';\n\t}\n\n\tstatic messages (object = null) {\n\t\tif (object !== null) {\n\t\t\tif (typeof object === 'string') {\n\t\t\t\treturn Message._configuration.messages[object];\n\t\t\t} else {\n\t\t\t\tMessage._configuration.messages = Object.assign ({}, Message._configuration.messages, object);\n\t\t\t}\n\t\t} else {\n\t\t\treturn Message._configuration.messages;\n\t\t}\n\t}\n\n\tconstructor ([ show, type, message, ...classes ]) {\n\t\tsuper ();\n\t\tthis.id = message;\n\t\tthis.message = this.constructor.messages (message);\n\t\tthis.classes = classes;\n\t}\n\n\twillApply () {\n\t\tif (typeof this.message !== 'undefined') {\n\t\t\t// Check if the old format is being use and translate it to the new one\n\t\t\tif (this.message.Title && this.message.Subtitle && this.message.Message) {\n\t\t\t\tthis.message.title = this.message.Title;\n\t\t\t\tthis.message.subtitle = this.message.Subtitle;\n\t\t\t\tthis.message.body = this.message.Message;\n\t\t\t}\n\t\t\treturn Promise.resolve ();\n\t\t} else {\n\t\t\tFancyError.show (\n\t\t\t\t`The message \"${this.id}\" was not found`,\n\t\t\t\t`Monogatari attempted to retrieve a message named \"${this.id}\" but it didn't exist in the messages object.`,\n\t\t\t\t{\n\t\t\t\t\t'Message': this.id,\n\t\t\t\t\t'You may have meant': Object.keys (Message.messages ()),\n\t\t\t\t\t'Label': this.engine.state ('label'),\n\t\t\t\t\t'Step': this.engine.state ('step'),\n\t\t\t\t\t'Help': {\n\t\t\t\t\t\t'_': 'Check the message name is correct and that you have defined it previously. A Message is defined as follows:',\n\t\t\t\t\t\t'_1':`\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\tthis.engine.action ('message').mesages ({\n\t\t\t\t\t\t\t\t\t\t'Welcome': {\n\t\t\t\t\t\t\t\t\t\t\ttitle: 'Welcome!',\n\t\t\t\t\t\t\t\t\t\t\tsubtitle: 'This is the Monogatari VN Engine',\n\t\t\t\t\t\t\t\t\t\t\tbody: 'This is where the magic gets done!'\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t`,\n\t\t\t\t\t\t'_2': 'Notice the message defined uses a name or an id, in this case it was set to \"Welcome\" and to show it, you must use that exact name:',\n\t\t\t\t\t\t'_3':`\n\t\t\t\t\t\t\t
\"show message Welcome\"
\n\t\t\t\t\t\t`\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t);\n\t\t}\n\n\t\treturn Promise.reject ();\n\t}\n\n\tapply () {\n\n\t\tthis.engine.global ('block', true);\n\n\t\tconst element = document.createElement ('message-modal');\n\n\t\tif (typeof this.message.title === 'string') {\n\t\t\telement.setProps ({\n\t\t\t\ttitle: this.engine.replaceVariables (this.message.title)\n\t\t\t});\n\t\t}\n\n\t\tif (typeof this.message.subtitle === 'string') {\n\t\t\telement.setProps ({\n\t\t\t\tsubtitle: this.engine.replaceVariables (this.message.subtitle)\n\t\t\t});\n\t\t}\n\n\t\tif (typeof this.message.body === 'string') {\n\t\t\telement.setProps ({\n\t\t\t\tbody: this.engine.replaceVariables (this.message.body)\n\t\t\t});\n\t\t}\n\n\t\tif (typeof this.message.actionString === 'string') {\n\t\t\telement.setProps ({\n\t\t\t\tactionString: this.engine.replaceVariables (this.message.actionString)\n\t\t\t});\n\t\t}\n\n\t\tfor (const newClass of this.classes) {\n\t\t\tif (newClass) {\n\t\t\t\telement.classList.add (newClass);\n\t\t\t}\n\t\t}\n\n\t\tthis.engine.element ().find ('[data-screen=\"game\"]').append (element);\n\n\n\t\treturn Promise.resolve ();\n\t}\n\n\trevert () {\n\t\tthis.engine.component ('message-modal').instances ().remove ();\n\t\treturn this.apply ();\n\t}\n\n\tdidRevert () {\n\t\treturn Promise.resolve ({ advance: false, step: true });\n\t}\n}\n\nMessage.id = 'Message';\nMessage._configuration = {\n\tmessages: {}\n};\n\nexport default Message;","import { Action } from './../lib/Action';\n\nexport class Next extends Action {\n\n\tstatic matchString ([ action ]) {\n\t\treturn action === 'next';\n\t}\n\n\tdidApply () {\n\t\treturn Promise.resolve ({ advance: true });\n\t}\n\n\tdidRevert () {\n\t\treturn Promise.resolve ({ advance: true, step: true });\n\t}\n}\n\nNext.id = 'Next';\n\nexport default Next;","import { Action } from './../lib/Action';\nimport { FancyError } from './../lib/FancyError';\n\nexport class Notify extends Action {\n\n\tstatic matchString ([ show, type ]) {\n\t\treturn show === 'show' && type === 'notification';\n\t}\n\n\tstatic notifications (object = null) {\n\t\tif (object !== null) {\n\t\t\tif (typeof object === 'string') {\n\t\t\t\treturn Notify._configuration.notifications[object];\n\t\t\t} else {\n\t\t\t\tNotify._configuration.notifications = Object.assign ({}, Notify._configuration.notifications, object);\n\t\t\t}\n\t\t} else {\n\t\t\treturn Notify._configuration.notifications;\n\t\t}\n\t}\n\n\tconstructor ([ show, type, name, time ]) {\n\t\tsuper ();\n\n\t\t// First check if HTML5 notifications are available\n\t\tif ('Notification' in window) {\n\n\t\t\t// Finally check if the given notification exists in the object\n\t\t\tif (typeof Notify.notifications (name) !== 'undefined') {\n\t\t\t\tthis.notification = Object.assign ({}, Notify.notifications (name));\n\n\t\t\t\tif (typeof time !== 'undefined') {\n\t\t\t\t\tif (!isNaN (time)) {\n\t\t\t\t\t\tthis.time = parseInt (time);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tFancyError.show (\n\t\t\t\t\t\t\t'The specified time was not an integer',\n\t\t\t\t\t\t\t'Monogatari attempted to transform the given time into an integer value but failed.',\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t'Specified time': time,\n\t\t\t\t\t\t\t\t'Statement': `\"${this._statement}\"`,\n\t\t\t\t\t\t\t\t'Label': this.engine.state ('label'),\n\t\t\t\t\t\t\t\t'Step': this.engine.state ('step'),\n\t\t\t\t\t\t\t\t'Help': {\n\t\t\t\t\t\t\t\t\t'_': 'Check if the value you provided is actually an integer (whole number). Remember the value used must be given in milliseconds and must not be mixed with characters other than numbers.',\n\t\t\t\t\t\t\t\t\t'_1': 'For example, the following statement would make a notification go away after 5 seconds:',\n\t\t\t\t\t\t\t\t\t'_3':`\n\t\t\t\t\t\t\t\t\t\t
\"show notification Welcome 5000\"
\n\t\t\t\t\t\t\t\t\t`\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tFancyError.show (\n\t\t\t\t\t`The notification \"${name}\" was not found`,\n\t\t\t\t\t`Monogatari attempted to retrieve a notification named \"${name}\" but it didn't exist in the notifications object.`,\n\t\t\t\t\t{\n\t\t\t\t\t\t'Notification': name,\n\t\t\t\t\t\t'You may have meant': Object.keys (Notify.notifications ()),\n\t\t\t\t\t\t'Label': this.engine.state ('label'),\n\t\t\t\t\t\t'Step': this.engine.state ('step'),\n\t\t\t\t\t\t'Help': {\n\t\t\t\t\t\t\t'_': 'Check the notification\\'s name is correct and that you have defined it previously. A Notification is defined as follows:',\n\t\t\t\t\t\t\t'_1':`\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tthis.engine.action ('notify').notifications ({\n\t\t\t\t\t\t\t\t\t\t\t'Welcome': {\n\t\t\t\t\t\t\t\t\t\t\t\ttitle: 'Welcome!',\n\t\t\t\t\t\t\t\t\t\t\t\tbody: 'This is the Monogatari VN Engine',\n\t\t\t\t\t\t\t\t\t\t\t\ticon: ''\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t`,\n\t\t\t\t\t\t\t'_2': 'Notice the notification defined uses a name or an id, in this case it was set to \"Welcome\" and to show it, you must use that exact name:',\n\t\t\t\t\t\t\t'_3':`\n\t\t\t\t\t\t\t\t
\"show notification Welcome\"
\n\t\t\t\t\t\t\t`\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t);\n\t\t\t}\n\t\t} else {\n\t\t\tconsole.warn ('Notifications are not supported in this platform.');\n\t\t}\n\t}\n\n\twillApply () {\n\t\tif (typeof this.notification !== 'undefined') {\n\t\t\treturn new Promise ((resolve, reject) => {\n\t\t\t\t// Let's check whether notification permissions have already been granted\n\t\t\t\tif (Notification.permission === 'granted') {\n\t\t\t\t\tresolve ();\n\t\t\t\t} else if (Notification.permission !== 'denied') {\n\t\t\t\t\tNotification.requestPermission((permission) => {\n\t\t\t\t\t\t// If the user accepts, let's create a notification\n\t\t\t\t\t\tif (permission === 'granted') {\n\t\t\t\t\t\t\tresolve ();\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tconsole.warn ('User denied notifications permission, none will be shown.');\n\t\t\t\t\t\t\tresolve ();\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\t\t\t} else {\n\t\t\t\t\treject ('The permission to display notifications was denied by the user.');\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tapply () {\n\t\tfor (const key of Object.keys (this.notification)) {\n\t\t\tif (typeof this.notification[key] === 'string') {\n\t\t\t\tthis.notification[key] = this.engine.replaceVariables (this.notification[key]);\n\t\t\t}\n\t\t}\n\n\t\tconst notification = new Notification (this.notification.title, this.notification);\n\n\t\tif (typeof this.time !== 'undefined') {\n\t\t\tsetTimeout(() => {\n\t\t\t\tnotification.close ();\n\t\t\t}, this.time);\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidApply () {\n\t\t// Advance the game instead of waiting for another click\n\t\treturn Promise.resolve ({ advance: true });\n\t}\n\n\tdidRevert () {\n\t\treturn Promise.resolve ({ advance: true, step: true });\n\t}\n}\n\nNotify.id = 'Notification';\nNotify._configuration = {\n\tnotifications: {}\n};\n\nexport default Notify;","import { Action } from '../lib/Action';\n\n/* global particlesJS, pJSDom */\n\nexport class Particles extends Action {\n\n\tstatic stop () {\n\t\ttry {\n\t\t\tif (typeof pJSDom === 'object') {\n\t\t\t\tif (pJSDom.length > 0) {\n\t\t\t\t\tfor (let i = 0; i < pJSDom.length; i++) {\n\t\t\t\t\t\tif (typeof pJSDom[i].pJS !== 'undefined') {\n\t\t\t\t\t\t\t// Cancel all the animation frame requests to prevent\n\t\t\t\t\t\t\t// memory from being used even then the element\n\t\t\t\t\t\t\t// has been destroyed.\n\t\t\t\t\t\t\tcancelAnimationFrame (pJSDom[i].pJS.fn.drawAnimFrame);\n\t\t\t\t\t\t\tpJSDom.shift ();\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t} catch (e) {\n\t\t\tconsole.error ('An error ocurred while trying to stop particle system.');\n\t\t}\n\n\t\tthis.engine.state ({\n\t\t\tparticles: ''\n\t\t});\n\t\tthis.engine.element ().find ('#particles-js').html ('');\n\t}\n\n\n\tstatic setup () {\n\t\tthis.engine.history ('particle');\n\t\tthis.engine.state ({\n\t\t\tparticles: ''\n\t\t});\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic reset () {\n\t\tthis.engine.state ({\n\t\t\tparticles: ''\n\t\t});\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic onLoad () {\n\t\tconst { particles } = this.engine.state ();\n\t\tif (particles !== '') {\n\t\t\tconst promise = this.engine.run (particles, false);\n\t\t\t// TODO: Find a way to prevent the histories from filling up on loading\n\t\t\t// So there's no need for this pop.\n\t\t\tthis.engine.history ('particle').pop ();\n\n\t\t\treturn promise;\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic matchString ([ show, type ]) {\n\t\treturn show === 'show' && type === 'particles';\n\t}\n\n\tstatic particles (object = null) {\n\t\tif (object !== null) {\n\t\t\tif (typeof object === 'string') {\n\t\t\t\treturn Particles._configuration.particles[object];\n\t\t\t} else {\n\t\t\t\tParticles._configuration.particles = Object.assign ({}, Particles._configuration.particles, object);\n\t\t\t}\n\t\t} else {\n\t\t\treturn Particles._configuration.particles;\n\t\t}\n\t}\n\n\tconstructor ([ show, type, name ]) {\n\t\tsuper ();\n\t\tif (typeof Particles.particles (name) !== 'undefined') {\n\t\t\tthis.particles = Particles.particles (name);\n\t\t\tthis.name = name;\n\t\t} else {\n\t\t\tconsole.error (`The Particles ${name} could not be shown because it doesn't exist in the particles object.`);\n\t\t}\n\t}\n\n\twillApply () {\n\t\tif (typeof this.particles !== 'undefined') {\n\t\t\treturn Promise.resolve ();\n\t\t} else {\n\t\t\treturn Promise.reject ('Particle system object does not exist.');\n\t\t}\n\t}\n\n\tapply () {\n\t\tparticlesJS (this.particles);\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidApply () {\n\t\tthis.engine.history ('particle').push (this._statement);\n\t\tthis.engine.state ({\n\t\t\tparticles: this._statement\n\t\t});\n\t\treturn Promise.resolve ({ advance: true });\n\t}\n\n\trevert () {\n\t\tParticles.stop ();\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidRevert () {\n\t\tthis.engine.history ('particle').pop ();\n\t\treturn Promise.resolve ({ advance: true, step: true });\n\t}\n}\n\nParticles.id = 'Particles';\nParticles._configuration = {\n\tparticles: {}\n};\n\nexport default Particles;","import { Action } from './../lib/Action';\n\nexport class Pause extends Action {\n\n\tstatic matchString ([ action ]) {\n\t\treturn action === 'pause';\n\t}\n\n\tconstructor ([ action, type, media ]) {\n\t\tsuper ();\n\n\t\tthis.type = type;\n\t\tthis.media = media;\n\n\t\tif (typeof media === 'undefined') {\n\t\t\tthis.player = this.engine.mediaPlayers (type);\n\t\t} else {\n\t\t\tthis.player = this.engine.mediaPlayer (type, media);\n\t\t}\n\t}\n\n\tapply () {\n\t\tif (this.player) {\n\t\t\tif (this.player instanceof Array) {\n\t\t\t\tfor (const player of this.player) {\n\t\t\t\t\tplayer.pause ();\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tthis.player.pause ();\n\t\t\t}\n\t\t\treturn Promise.resolve ();\n\t\t}\n\t\treturn Promise.reject ();\n\t}\n\n\tdidApply () {\n\t\treturn Promise.resolve ({ advance: true });\n\t}\n\n\trevert () {\n\t\tif (this.player instanceof Array) {\n\t\t\tconst promises = [];\n\t\t\tfor (const player of this.player) {\n\t\t\t\tpromises.push (player.play ());\n\t\t\t}\n\t\t\treturn Promise.all (promises);\n\t\t} else {\n\t\t\treturn this.player.play ();\n\t\t}\n\t}\n\n\tdidRevert () {\n\t\treturn Promise.resolve ({ advance: true, step: true });\n\t}\n}\n\nPause.id = 'Pause';\n\nexport default Pause;","import { Action } from './../lib/Action';\nimport { Util } from '@aegis-framework/artemis';\n\nexport class Placeholder extends Action {\n\n\tstatic matchString ([ action ]) {\n\t\treturn action === '$';\n\t}\n\n\tconstructor ([action, name]) {\n\t\tsuper ();\n\n\t\tthis.name = name;\n\t\tthis.action = this.engine.$ (name);\n\t}\n\n\twillApply () {\n\t\tif (this.name.indexOf ('_') === 0) {\n\t\t\treturn Util.callAsync (this.action, this.engine).then ((action) => {\n\t\t\t\tthis.action = action;\n\t\t\t\treturn Promise.resolve ();\n\t\t\t});\n\t\t}\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tapply () {\n\t\treturn this.engine.run (this.action);\n\t}\n\n\trevert () {\n\t\treturn this.engine.revert (this.action);\n\t}\n}\n\nPlaceholder.id = 'Placeholder';\n\nexport default Placeholder;\n","import { Action } from './../lib/Action';\nimport { $_, Text } from '@aegis-framework/artemis';\n\nexport class Play extends Action {\n\n\tstatic shouldProceed ({ userInitiated, skip }) {\n\t\tif (userInitiated === false && skip === false) {\n\t\t\tconst voicePlayers = this.engine.mediaPlayers ('voice');\n\n\t\t\tfor (const player of voicePlayers) {\n\t\t\t\tif (!player.ended) {\n\t\t\t\t\treturn Promise.reject('Voice player still playing.');\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic willProceed () {\n\t\tPlay.shutUp ();\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic willRollback () {\n\t\tPlay.shutUp ();\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic setup () {\n\t\tthis.engine.history ('music');\n\t\tthis.engine.history ('sound');\n\t\tthis.engine.history ('voice');\n\t\tthis.engine.state ({\n\t\t\tmusic: [],\n\t\t\tsound: [],\n\t\t\tvoice: []\n\t\t});\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic init (selector) {\n\n\t\tconst mediaPlayers = Object.keys (this.engine.mediaPlayers ());\n\t\t// Set the volume of all the media components on the settings screen\n\t\tfor (const mediaType of mediaPlayers) {\n\t\t\tconst element = document.querySelector (`${selector} [data-target=\"${mediaType}\"]`);\n\t\t\tif (element !== null) {\n\t\t\t\telement.value = this.engine.preference ('Volume')[Text.capitalize (mediaType)];\n\t\t\t}\n\t\t}\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic bind (selector) {\n\t\tconst engine = this.engine;\n\n\t\t// Volume bars listeners\n\t\t$_(`${selector} [data-action=\"set-volume\"]`).on ('change mouseover', function () {\n\t\t\tconst target = this.dataset.target;\n\t\t\tconst value = this.value;\n\n\t\t\tif (target === 'video') {\n\t\t\t\t$_('[data-video]').each ((element) => {\n\t\t\t\t\telement.volume = value;\n\t\t\t\t});\n\t\t\t} else {\n\t\t\t\tconst players = engine.mediaPlayers (target);\n\n\t\t\t\tfor (const player of players) {\n\t\t\t\t\tplayer.volume = value;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tengine.preference ('Volume')[Text.capitalize (target)] = value;\n\n\t\t\tengine.preferences (engine.preferences (), true);\n\t\t});\n\n\t\tthis.engine.state ({\n\t\t\tmusic: [],\n\t\t\tsound: [],\n\t\t\tvoice: [],\n\t\t});\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic onLoad () {\n\t\tconst mediaPlayers = Object.keys (this.engine.mediaPlayers ());\n\t\tconst promises = [];\n\n\t\tfor (const mediaType of mediaPlayers) {\n\t\t\tconst state = this.engine.state (mediaType);\n\n\t\t\tif (typeof state !== 'undefined') {\n\t\t\t\tif (state.length > 0) {\n\t\t\t\t\tfor (const statement of state) {\n\t\t\t\t\t\tpromises.push (this.engine.run (statement, false));\n\t\t\t\t\t\t// TODO: Find a way to prevent the histories from filling up on loading\n\t\t\t\t\t\t// So there's no need for this pop.\n\t\t\t\t\t\tthis.engine.history (mediaType).pop ();\n\t\t\t\t\t\tthis.engine.state (mediaType).pop ();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif (promises.length > 0) {\n\t\t\treturn Promise.all (promises);\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic reset () {\n\n\t\tconst players = this.engine.mediaPlayers ();\n\n\t\t// Stop and remove all the media players\n\t\tfor (const playerType of Object.keys (players)) {\n\t\t\tthis.engine.removeMediaPlayer (playerType);\n\t\t}\n\n\t\tthis.engine.state ({\n\t\t\tmusic: [],\n\t\t\tsound: [],\n\t\t\tvoice: []\n\t\t});\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic matchString ([ action ]) {\n\t\treturn action === 'play';\n\t}\n\n\t// Stop the voice player\n\tstatic shutUp () {\n\t\tconst players = this.engine.mediaPlayers ('voice', true);\n\t\tfor (const media of Object.keys (players)) {\n\t\t\tthis.engine.removeMediaPlayer ('voice', media);\n\t\t}\n\n\t\tthis.engine.state ({ voice : [] });\n\t}\n\n\t/**\n\t * Prepare the needed values to run the fade function on the given player\n\t *\n\t * @param {string} fadeTime - The time it will take the audio to reach it's maximum audio\n\t * @param {Audio} player - The Audio object to modify\n\t *\n\t * @return {Promise} - This promise will resolve once the fadeIn has ended\n\t */\n\tstatic fadeIn (fadeTime, player) {\n\t\tconst time = parseFloat (fadeTime.match (/\\d*(\\.\\d*)?/));\n\t\tconst increments = time / 0.1;\n\t\tconst maxVolume = player.volume * 100;\n\n\t\tconst volume = (maxVolume / increments) / maxVolume;\n\n\t\tconst interval = (1000 * time) / increments;\n\n\t\tconst expected = Date.now () + interval;\n\n\t\tplayer.volume = 0;\n\n\t\tplayer.dataset.fade = 'in';\n\t\tplayer.dataset.maxVolume = maxVolume;\n\n\t\treturn new Promise ((resolve, reject) => {\n\t\t\tsetTimeout (() => {\n\t\t\t\tPlay.fade (player, volume, interval, expected, resolve);\n\t\t\t}, interval);\n\t\t});\n\t}\n\n\t/**\n\t * Fade the player's audio on small iterations until it reaches the maximum value for it\n\t *\n\t * @param {Audio} player The Audio player to which the audio will fadeIn\n\t * @param {number} volume The amount to increase the volume on each iteration\n\t * @param {number} interval The time in milliseconds between each iteration\n\t * @param {Date} expected The expected time the next iteration will happen\n\t * @param {function} resolve The resolve function of the promise returned by the fadeIn function\n\t *\n\t * @return {void}\n\t */\n\tstatic fade (player, volume, interval, expected, resolve) {\n\t\tconst now = Date.now () - expected; // the drift (positive for overshooting)\n\n\t\tif (now > interval) {\n\t\t\t// something really bad happened. Maybe the browser (tab) was inactive?\n\t\t\t// possibly special handling to avoid futile \"catch up\" run\n\t\t}\n\n\t\tif (player.volume !== 1 && player.dataset.fade === 'in') {\n\t\t\tif (player.volume + volume > 1) {\n\t\t\t\tplayer.volume = 1;\n\t\t\t\tdelete player.dataset.fade;\n\t\t\t\tresolve ();\n\t\t\t} else {\n\t\t\t\tplayer.volume += volume;\n\t\t\t\texpected += interval;\n\t\t\t\tsetTimeout (() => {\n\t\t\t\t\tPlay.fade (player, volume, interval, expected, resolve);\n\t\t\t\t}, Math.max (0, interval - now)); // take into account drift\n\t\t\t}\n\t\t}\n\t}\n\n\tconstructor ([ action, type, media, ...props ]) {\n\t\tsuper ();\n\t\tthis.type = type;\n\n\t\tif (this.type === 'music') {\n\t\t\tthis.directory = this.type;\n\t\t} else {\n\t\t\t// Directories are always plural so we need to add an \"s\"\n\t\t\tthis.directory = this.type + 's';\n\t\t}\n\n\t\tthis.mediaKey = media;\n\t\tthis.props = props;\n\n\t\tthis.mediaVolume = this.engine.preference ('Volume')[Text.capitalize (this.type)];\n\n\t\t// Check if a media was defined or just a `play music` was stated\n\t\tif (typeof media !== 'undefined' && media !== 'with') {\n\t\t\tif (typeof this.engine.asset (this.directory, media) !== 'undefined') {\n\t\t\t\tthis.media = this.engine.asset (this.directory, media);\n\t\t\t} else {\n\t\t\t\tthis.media = media;\n\t\t\t}\n\n\t\t\tlet player = this.engine.mediaPlayer (this.type, this.mediaKey);\n\t\t\tif (typeof player === 'undefined') {\n\t\t\t\tplayer = new Audio ();\n\t\t\t\tplayer.volume = this.mediaVolume;\n\t\t\t\tthis.player = this.engine.mediaPlayer (this.type, this.mediaKey, player);\n\t\t\t} else {\n\t\t\t\tthis.player = player;\n\t\t\t}\n\t\t} else {\n\t\t\tthis.player = this.engine.mediaPlayer (this.type);\n\t\t}\n\t}\n\n\twillApply () {\n\t\tif (this.player instanceof Audio) {\n\t\t\tthis.player.loop = false;\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\tapply () {\n\t\tif (this.player) {\n\t\t\t// Check if the audio should have a fade time\n\t\t\tconst fadePosition = this.props.indexOf ('fade');\n\n\t\t\tif (this.player instanceof Audio) {\n\t\t\t\t// Make the audio loop if it was provided as a prop\n\t\t\t\tif (this.props.indexOf ('loop') > -1) {\n\t\t\t\t\tthis.player.loop = true;\n\t\t\t\t}\n\n\t\t\t\tif (this.props.indexOf ('volume') > -1) {\n\t\t\t\t\tthis.player.volume = (parseInt (this.props[this.props.indexOf ('volume') + 1]) * this.mediaVolume) / 100;\n\t\t\t\t}\n\n\t\t\t\tthis.player.src = `${this.engine.setting ('AssetsPath').root}/${this.engine.setting('AssetsPath')[this.directory]}/${this.media}`;\n\n\t\t\t\tthis.engine.history (this.type).push (this._statement);\n\n\t\t\t\tconst state = {};\n\t\t\t\tstate[this.type] = [...this.engine.state (this.type), this._statement];\n\t\t\t\tthis.engine.state (state);\n\n\t\t\t\tthis.player.onended = () => {\n\t\t\t\t\tconst endState = {};\n\t\t\t\t\tendState[this.type] = this.engine.state (this.type).filter ((s) => s !== this._statement);\n\t\t\t\t\tthis.engine.state (endState);\n\t\t\t\t\tthis.engine.removeMediaPlayer (this.type, this.mediaKey);\n\t\t\t\t};\n\n\t\t\t\tif (fadePosition > -1) {\n\t\t\t\t\tPlay.fadeIn (this.props[fadePosition + 1], this.player);\n\t\t\t\t}\n\n\t\t\t\treturn this.player.play ();\n\t\t\t} else if (this.player instanceof Array) {\n\t\t\t\tconst promises = [];\n\t\t\t\tfor (const player of this.player) {\n\t\t\t\t\tif (player.paused && !player.ended) {\n\t\t\t\t\t\tif (fadePosition > -1) {\n\t\t\t\t\t\t\tPlay.fadeIn (this.props[fadePosition + 1], player);\n\t\t\t\t\t\t}\n\t\t\t\t\t\tpromises.push (player.play ());\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn Promise.all (promises);\n\t\t\t}\n\t\t}\n\t\treturn Promise.reject('An error occurred, you probably have a typo on the media you want to play.');\n\t}\n\n\tdidApply () {\n\t\treturn Promise.resolve ({ advance: true });\n\t}\n\n\trevert () {\n\t\tif (typeof this.mediaKey !== 'undefined') {\n\t\t\tthis.engine.removeMediaPlayer (this.type, this.mediaKey);\n\n\t\t\tthis.engine.history (this.type).pop ();\n\n\t\t\tconst state = {};\n\t\t\tstate[this.type] = this.engine.state (this.type).filter ((m) => m !== this._statement);\n\t\t\tthis.engine.state (state);\n\t\t} else {\n\t\t\tfor (const player of this.player) {\n\t\t\t\tif (!player.paused && !player.ended) {\n\t\t\t\t\tplayer.pause ();\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidRevert () {\n\t\treturn Promise.resolve ({ advance: true, step: true });\n\t}\n}\n\nPlay.id = 'Play';\n\nexport default Play;","import { $_ } from '@aegis-framework/artemis';\nimport { Action } from './../lib/Action';\n\nexport class Scene extends Action {\n\n\tstatic setup () {\n\t\tthis.engine.history ('scene');\n\t\tthis.engine.history ('sceneElements');\n\t\tthis.engine.history ('sceneState');\n\n\t\tthis.engine.state ({\n\t\t\tscene: ''\n\t\t});\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic onLoad () {\n\t\tconst sceneState = this.engine.history ('sceneState');\n\t\tconst sceneElements = this.engine.history ('sceneElements');\n\n\t\tif (sceneState.length !== sceneElements.length) {\n\t\t\tconst states = sceneElements.map ((elements) => {\n\t\t\t\tif (elements.length > 0) {\n\t\t\t\t\treturn {\n\t\t\t\t\t\tcharacters: elements.filter(element => element.indexOf ('data-character=') > -1).map ((element) => {\n\t\t\t\t\t\t\tconst div = document.createElement ('div');\n\t\t\t\t\t\t\tdiv.innerHTML = element;\n\t\t\t\t\t\t\tconst image = $_(div.firstChild);\n\t\t\t\t\t\t\tconst classes = image.get(0).classList.toString ().replace ('animated', '').trim ();\n\t\t\t\t\t\t\treturn `show character ${image.data('character')} ${image.data('sprite')}${ classes.length > 0 ? ` with ${classes}`: ''}`;\n\t\t\t\t\t\t}),\n\t\t\t\t\t\timages: elements.filter(element => element.indexOf ('data-image=') > -1).map ((element) => {\n\t\t\t\t\t\t\tconst div = document.createElement ('div');\n\t\t\t\t\t\t\tdiv.innerHTML = element;\n\t\t\t\t\t\t\tconst image = $_(div.firstChild);\n\t\t\t\t\t\t\tconst classes = image.get(0).classList.toString ().replace ('animated', '').trim ();\n\t\t\t\t\t\t\treturn `show image ${image.data('image')}${ classes.length > 0 ? ` with ${classes}`: ''}`;\n\t\t\t\t\t\t}),\n\t\t\t\t\t};\n\t\t\t\t}\n\n\t\t\t\treturn {\n\t\t\t\t\tcharacters: [],\n\t\t\t\t\timages: []\n\t\t\t\t};\n\t\t\t});\n\n\t\t\tfor (const state of states) {\n\t\t\t\tthis.engine.history ('sceneState').push (state);\n\t\t\t}\n\t\t}\n\n\t\tconst { scene } = this.engine.state ();\n\t\tif (scene !== '') {\n\t\t\tconst promise = this.engine.run (scene, false);\n\t\t\t// TODO: Find a way to prevent the histories from filling up on loading\n\t\t\t// So there's no need for this pop.\n\t\t\tthis.engine.history ('scene').pop ();\n\n\t\t\treturn promise;\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic reset () {\n\t\tthis.engine.state ({\n\t\t\tscene: ''\n\t\t});\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic matchString ([ show, type ]) {\n\t\treturn show === 'show' && type === 'scene';\n\t}\n\n\tconstructor ([ show, type, scene, ...classes ]) {\n\t\tsuper ();\n\t\tthis.scene = scene;\n\t}\n\n\twillApply () {\n\t\treturn Promise.resolve ();\n\t}\n\n\tapply () {\n\t\tconst scene_elements = [];\n\n\t\tthis.engine.element ().find ('[data-screen=\"game\"] img:not([data-ui=\"face\"]):not([data-visibility=\"invisible\"])').each ((element) => {\n\t\t\tscene_elements.push (element.outerHTML);\n\t\t});\n\n\t\tconst restoringState = this.engine.global ('_restoring_state');\n\n\t\treturn this.engine.run (this._statement.replace('show scene', 'show background'), false).then(() => {\n\t\t\t// Check if the engine is no loading a save file, since loading a file applies the actions on that state\n\t\t\t// asynchronously, there's a chance this would run after a show image/character action and would remove them\n\t\t\t// from the scene, which is something we don't want\n\t\t\tif (restoringState === false) {\n\t\t\t\tthis.engine.history ('sceneElements').push (scene_elements);\n\n\t\t\t\tthis.engine.history ('sceneState').push ({\n\t\t\t\t\tcharacters: this.engine.state ('characters'),\n\t\t\t\t\timages: this.engine.state ('images')\n\t\t\t\t});\n\n\t\t\t\tthis.engine.state ({\n\t\t\t\t\tcharacters: [],\n\t\t\t\t\timages: []\n\t\t\t\t});\n\n\t\t\t\tthis.engine.element ().find ('[data-character]').remove ();\n\t\t\t\tthis.engine.element ().find ('[data-image]').remove ();\n\t\t\t}\n\n\t\t\treturn Promise.resolve ();\n\t\t});\n\t}\n\n\tdidApply () {\n\n\t\tthis.engine.state ({\n\t\t\tscene: this._statement\n\t\t});\n\n\t\tthis.engine.history ('scene').push (this._statement);\n\n\n\t\tif (this.engine.global ('_restoring_state') === false) {\n\t\t\tthis.engine.action ('Dialog').reset ();\n\t\t}\n\n\t\treturn Promise.resolve ({ advance: true });\n\t}\n\n\twillRevert () {\n\t\tthis.engine.element ().find ('[data-character]').remove ();\n\t\tthis.engine.element ().find ('[data-image]').remove ();\n\t\treturn Promise.resolve ();\n\t}\n\n\trevert () {\n\t\treturn this.engine.revert (this._statement.replace('show scene', 'show background'), false, false).then(() => {\n\t\t\t//this.engine.history ('scene').pop ();\n\n\t\t\tif (this.engine.history ('scene').length > 0) {\n\t\t\t\tconst last = this.engine.history ('scene')[this.engine.history ('scene').length - 1];\n\n\t\t\t\tthis.engine.state ({\n\t\t\t\t\tscene: last\n\t\t\t\t});\n\n\t\t\t\tif (this.engine.history ('sceneElements').length > 0) {\n\t\t\t\t\tconst scene_elements = this.engine.history ('sceneElements').pop ();\n\n\t\t\t\t\tif (typeof scene_elements === 'object') {\n\t\t\t\t\t\tfor (const element of scene_elements) {\n\t\t\t\t\t\t\tthis.engine.element ().find ('[data-screen=\"game\"]').append (element);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tif (this.engine.history ('sceneState').length > 0) {\n\t\t\t\t\tconst scene_state = this.engine.history ('sceneState').pop ();\n\n\t\t\t\t\tif (typeof scene_state === 'object') {\n\t\t\t\t\t\tthis.engine.state (scene_state);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn this.engine.action ('Dialog').reset ();\n\t\t\t}\n\t\t});\n\t}\n\n\tdidRevert () {\n\t\treturn Promise.resolve ({ advance: true, step: true });\n\t}\n}\n\nScene.id = 'Scene';\n\nexport default Scene;","import { Action } from './../lib/Action';\nimport { Text } from '@aegis-framework/artemis';\n\nexport class ShowBackground extends Action {\n\n\tstatic setup () {\n\t\tthis.engine.history ('background');\n\n\t\tthis.engine.state ({\n\t\t\tbackground: ''\n\t\t});\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic onLoad () {\n\t\tconst { background, scene } = this.engine.state ();\n\t\tif (background !== '' && scene === '') {\n\t\t\tconst promise = this.engine.run (background, false);\n\t\t\t// TODO: Find a way to prevent the histories from filling up on loading\n\t\t\t// So there's no need for this pop.\n\t\t\tthis.engine.history ('background').pop ();\n\n\t\t\treturn promise;\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic reset () {\n\t\tconst background = this.engine.element ().find ('[data-ui=\"background\"]');\n\n\t\tbackground.style ('background-image', 'initial');\n\t\tbackground.style ('background-color', 'initial');\n\n\t\tthis.engine.state ({\n\t\t\tbackground: ''\n\t\t});\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic matchString ([ show, type ]) {\n\t\treturn show === 'show' && type === 'background';\n\t}\n\n\tconstructor ([ show, type, background, ...classes ]) {\n\t\tsuper ();\n\t\tthis.background = background;\n\t\tthis.property = 'background-image';\n\t\tif (typeof this.engine.asset ('scenes', background) !== 'undefined') {\n\t\t\tthis.value = `url(${this.engine.setting ('AssetsPath').root}/${this.engine.setting ('AssetsPath').scenes}/${this.engine.asset ('scenes', background)})`;\n\t\t} else {\n\t\t\tconst rest = [background, ...classes].join (' ');\n\t\t\tif (classes.indexOf ('with') > -1) {\n\t\t\t\tthis.value = Text.prefix ('with', rest);\n\t\t\t} else {\n\t\t\t\tthis.value = rest;\n\t\t\t}\n\n\t\t\tconst isColorProperty = ['#', 'rgb', 'hsl'].findIndex ((color) => {\n\t\t\t\treturn this.value.indexOf (color) === 0;\n\t\t\t}) > -1;\n\n\t\t\tconst isNamed = this.value.indexOf (' ') > -1 ? false : new RegExp(/\\w+/).test (this.value) && !(new RegExp (/(url|gradient)\\(/).test (this.value));\n\n\t\t\tif (isColorProperty === true || isNamed === true) {\n\t\t\t\tthis.property = 'background-color';\n\t\t\t}\n\t\t}\n\n\t\tif (typeof classes !== 'undefined') {\n\t\t\tthis.classes = ['animated', ...classes];\n\t\t} else {\n\t\t\tthis.classes = [];\n\t\t}\n\t}\n\n\twillApply () {\n\t\tconst background = this.engine.element ().find ('[data-ui=\"background\"]');\n\n\t\tbackground.removeClass ();\n\t\tvoid background.get (0).offsetWidth;\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tapply () {\n\t\tconst background = this.engine.element ().find ('[data-ui=\"background\"]');\n\n\t\tthis.engine.element ().find ('[data-ui=\"background\"]').style ('background-image', 'initial');\n\t\tthis.engine.element ().find ('[data-ui=\"background\"]').style ('background-color', 'initial');\n\t\tthis.engine.element ().find ('[data-ui=\"background\"]').style ('animation-duration', '');\n\n\t\tthis.engine.element ().find ('[data-ui=\"background\"]').style (this.property, this.value);\n\n\t\tconst durationPosition = this.classes.indexOf ('duration');\n\n\t\tif (durationPosition > -1) {\n\t\t\tbackground.style ('animation-duration', this.classes[durationPosition + 1]);\n\t\t}\n\n\t\tfor (const newClass of this.classes) {\n\t\t\tbackground.addClass (newClass);\n\t\t}\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidApply () {\n\t\tthis.engine.state ({\n\t\t\tbackground: this._statement\n\t\t});\n\t\tthis.engine.history ('background').push (this._statement);\n\n\t\treturn Promise.resolve ({ advance: true });\n\t}\n\n\twillRevert () {\n\t\tthis.engine.element ().find ('[data-ui=\"background\"]').removeClass ();\n\t\treturn Promise.resolve ();\n\t}\n\n\trevert () {\n\t\tlet history = this.engine.history ('background');\n\n\t\thistory.pop ();\n\n\t\tif (history.length === 0) {\n\t\t\thistory = this.engine.history ('scene');\n\t\t\thistory.pop ();\n\t\t}\n\n\t\tif (history.length > 0) {\n\t\t\tconst background = this.engine.element ().find ('[data-ui=\"background\"]');\n\t\t\tconst last = history[history.length - 1].replace ('show scene', 'show background');\n\t\t\tthis.constructor (last.split (' '));\n\n\t\t\tbackground.style ('background-image', 'initial');\n\t\t\tbackground.style ('background-color', 'initial');\n\t\t\tbackground.style (this.property, this.value);\n\n\t\t\tfor (const newClass of this.classes) {\n\t\t\t\tbackground.addClass (newClass);\n\t\t\t}\n\n\t\t\tthis.engine.state ({\n\t\t\t\tbackground: last\n\t\t\t});\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidRevert () {\n\t\treturn Promise.resolve ({ advance: true, step: true });\n\t}\n}\n\nShowBackground.id = 'Show::Background';\n\nexport default ShowBackground;","import { Action } from './../lib/Action';\nimport { $_ } from '@aegis-framework/artemis';\n\nexport class ShowCharacter extends Action {\n\n\tstatic setup () {\n\t\t// The character history saves what characters have been displayed\n\t\tthis.engine.history ('character');\n\n\t\t// The characters state variable holds what characters are being shown\n\t\t// right now\n\t\tthis.engine.state ({\n\t\t\tcharacters: []\n\t\t});\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic reset () {\n\t\tthis.engine.element ().find ('[data-screen=\"game\"] [data-character]').remove ();\n\n\t\tthis.engine.state ({\n\t\t\tcharacters: []\n\t\t});\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic onLoad () {\n\t\tconst { characters } = this.engine.state ();\n\t\tconst promises = [];\n\n\t\tfor (const item of characters) {\n\t\t\tpromises.push (this.engine.run (item, false));\n\t\t\t// TODO: Find a way to prevent the histories from filling up on loading\n\t\t\t// So there's no need for this pop.\n\t\t\tthis.engine.history ('character').pop ();\n\t\t}\n\n\t\tif (promises.length > 0) {\n\t\t\treturn Promise.all (promises);\n\t\t}\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic matchString ([ show, type ]) {\n\t\treturn show === 'show' && type === 'character';\n\t}\n\n\tconstructor ([ show, type, asset, sprite, ...classes ]) {\n\t\tsuper ();\n\t\tthis.asset = asset;\n\n\t\tif (typeof this.engine.character (asset) !== 'undefined') {\n\t\t\t// show [character] [expression] at [position] with [animation] [infinite]\n\t\t\tthis.sprite = sprite;\n\n\t\t\tthis.character = this.engine.character (asset);\n\t\t\tthis.image = this.character.sprites[this.sprite];\n\n\t\t\tif (typeof classes !== 'undefined') {\n\t\t\t\tthis.classes = ['animated', ...classes.filter ((item) => item !== 'at' && item !== 'with')];\n\t\t\t} else {\n\t\t\t\tthis.classes = [];\n\t\t\t}\n\n\t\t} else {\n\t\t\t// TODO: Add Fancy Error when the specified character does not exist\n\t\t}\n\t}\n\n\tapply () {\n\n\t\t// show [character] [expression] at [position] with [animation] [infinite]\n\t\t// 0 1 2 3 4 5 6 7\n\n\t\t// show [character] [expression] with [animation] [infinite]\n\t\t// 0 1 2 3 4 5\n\n\t\t// show [character] [expression]\n\t\t// 0 1 2\n\n\t\tlet directory = this.character.directory;\n\t\tif (typeof directory == 'undefined') {\n\t\t\tdirectory = '';\n\t\t} else {\n\t\t\tdirectory += '/';\n\t\t}\n\n\t\tlet oneSpriteOnly = true;\n\n\t\tconst imgSrc = `${this.engine.setting ('AssetsPath').root}/${this.engine.setting ('AssetsPath').characters}/${directory}${this.image}`;\n\t\tconst sprite = this.engine.element ().find (`[data-character=\"${this.asset}\"]`);\n\n\t\tif (sprite.isVisible ()) {\n\t\t\tconst oldClasses = [...sprite.get(0).classList];\n\n\t\t\t// Check if there is any end-animation, here's what this matches:\n\t\t\t// 'end-fadeIn'.match (/end-([A-Za-z]+)/) => [ \"end-fadeIn\", \"fadeIn\" ]\n\t\t\tconst endAnimation = oldClasses.find(c => c.match (/end-([A-Za-z]+)/) !== null);\n\n\t\t\tif (typeof endAnimation !== 'undefined') {\n\t\t\t\t// If there was, get the animation-only part\n\t\t\t\tconst [end, animation] = endAnimation.split('-');\n\t\t\t\tconst watchAnimation = oldClasses[oldClasses.indexOf(endAnimation) - 1];\n\t\t\t\tsprite.removeClass (watchAnimation);\n\t\t\t\tsprite.addClass (animation);\n\t\t\t\tsprite.on ('animationend', (e) => {\n\t\t\t\t\te.target.remove ();\n\t\t\t\t});\n\n\t\t\t\toneSpriteOnly = false;\n\t\t\t}\n\n\t\t\tfor (const oldClass of oldClasses) {\n\t\t\t\tif (this.classes.indexOf (oldClass) === -1) {\n\t\t\t\t\tsprite.removeClass (oldClass);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif (oneSpriteOnly && sprite.isVisible ()) {\n\t\t\tsprite.attribute ('src', imgSrc);\n\t\t\tsprite.data ('sprite', this.sprite);\n\n\t\t\tfor (const className of this.classes) {\n\t\t\t\tif (className) {\n\t\t\t\t\tsprite.addClass (className);\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tconst durationPosition = this.classes.indexOf ('duration');\n\t\t\tif (durationPosition > -1) {\n\t\t\t\tsprite.style ('animation-duration', this.classes[durationPosition + 1]);\n\t\t\t} else {\n\t\t\t\tsprite.style ('animation-duration', '');\n\t\t\t}\n\n\t\t\tconst transitionPosition = this.classes.indexOf ('transition');\n\n\t\t\tif (transitionPosition > -1) {\n\t\t\t\tsprite.style ('transition-duration', this.classes[transitionPosition + 1]);\n\t\t\t} else {\n\t\t\t\tsprite.style ('transition-duration', '');\n\t\t\t}\n\n\t\t\tsprite.data ('sprite', this.sprite);\n\t\t} else {\n\t\t\tconst image = document.createElement ('img');\n\t\t\t$_(image).attribute ('src', imgSrc);\n\t\t\t$_(image).addClass ('animated');\n\t\t\t$_(image).data ('character', this.asset);\n\t\t\t$_(image).data ('sprite', this.sprite);\n\n\t\t\tfor (const className of this.classes) {\n\t\t\t\tif (className) {\n\t\t\t\t\timage.classList.add (className);\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tconst durationPosition = this.classes.indexOf ('duration');\n\t\t\tif (durationPosition > -1) {\n\t\t\t\t$_(image).style ('animation-duration', this.classes[durationPosition + 1]);\n\t\t\t}\n\n\t\t\tthis.engine.element ().find ('[data-screen=\"game\"] [data-content=\"visuals\"]').append (image);\n\t\t}\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidApply () {\n\t\tthis.engine.history ('character').push (this._statement);\n\t\tthis.engine.state ({\n\t\t\tcharacters: [\n\t\t\t\t...this.engine.state ('characters').filter ((item) => {\n\t\t\t\t\tif (item !== null && typeof item !== 'undefined') {\n\t\t\t\t\t\tconst [show, character, asset, sprite] = item.split (' ');\n\t\t\t\t\t\treturn asset !== this.asset;\n\t\t\t\t\t}\n\t\t\t\t\treturn false;\n\t\t\t\t}),\n\t\t\t\tthis._statement\n\t\t\t]\n\t\t});\n\t\treturn Promise.resolve ({ advance: true });\n\t}\n\n\trevert () {\n\t\tthis.engine.element ().find (`[data-character=\"${this.asset}\"]`).remove ();\n\n\t\tfor (let i = this.engine.history ('character').length - 1; i >= 0; i--) {\n\t\t\tconst last = this.engine.history ('character')[i];\n\t\t\tconst [show, character, asset, name] = last.split (' ');\n\t\t\tif (asset === this.asset) {\n\t\t\t\tthis.engine.history ('character').splice (i, 1);\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t\tfor (let i = this.engine.history ('character').length - 1; i >= 0; i--) {\n\t\t\tconst last = this.engine.history ('character')[i];\n\t\t\tconst [show, character, asset, name] = last.split (' ');\n\n\t\t\tif (asset === this.asset) {\n\t\t\t\tthis.constructor (last.split (' '));\n\t\t\t\tthis.apply ();\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidRevert () {\n\t\treturn Promise.resolve ({ advance: true, step: true });\n\t}\n}\n\nShowCharacter.id = 'Show::Character';\n\nexport default ShowCharacter;\n","import { Action } from './../lib/Action';\nimport { $_ } from '@aegis-framework/artemis';\n\nexport class ShowImage extends Action {\n\n\tstatic setup () {\n\t\tthis.engine.history ('image');\n\t\tthis.engine.state ({\n\t\t\timages: []\n\t\t});\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic reset () {\n\t\tthis.engine.element ().find ('[data-screen=\"game\"] [data-image]').remove ();\n\n\t\tthis.engine.state ({\n\t\t\timages: []\n\t\t});\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic onLoad () {\n\t\tconst { images } = this.engine.state ();\n\t\tconst promises = [];\n\n\t\tfor (const item of images) {\n\t\t\tpromises.push (this.engine.run (item, false));\n\t\t\t// TODO: Find a way to prevent the histories from filling up on loading\n\t\t\t// So there's no need for this pop.\n\t\t\tthis.engine.history ('image').pop ();\n\t\t\tthis.engine.state ('images').shift ();\n\t\t}\n\n\t\tif (promises.length > 0) {\n\t\t\treturn Promise.all (promises);\n\t\t}\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic matchString ([ show, type ]) {\n\t\treturn show === 'show' && type === 'image';\n\t}\n\n\tconstructor ([ show, type, asset, ...props ]) {\n\t\tsuper ();\n\t\tthis.asset = asset;\n\n\t\tthis.classes = (' ' + props.join (' ')).replace(' at ', ' ').replace (' with ', ' ').trim ().split (' ');\n\n\t\tif (typeof this.engine.asset ('images', asset) !== 'undefined') {\n\t\t\tthis.image = this.engine.asset ('images', asset);\n\t\t} else {\n\t\t\tthis.image = asset;\n\t\t}\n\t}\n\n\tapply () {\n\n\t\tconst image = document.createElement ('img');\n\t\t$_(image).attribute ('src', `${this.engine.setting ('AssetsPath').root}/${this.engine.setting ('AssetsPath').images}/${this.image}`);\n\t\t$_(image).addClass ('animated');\n\t\t$_(image).data ('image', this.asset);\n\n\t\tfor (const className of this.classes) {\n\t\t\tif (className) {\n\t\t\t\t$_(image).addClass (className);\n\t\t\t}\n\t\t}\n\n\t\tconst durationPosition = this.classes.indexOf ('duration');\n\n\t\tif (durationPosition > -1) {\n\t\t\t$_(image).style ('animation-duration', this.classes[durationPosition + 1]);\n\t\t}\n\n\t\tthis.engine.element ().find ('[data-screen=\"game\"] [data-content=\"visuals\"]').append (image.outerHTML);\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidApply () {\n\t\tthis.engine.history ('image').push (this._statement);\n\t\tthis.engine.state ({\n\t\t\timages: [this._statement, ...this.engine.state ('images')]\n\t\t});\n\t\treturn Promise.resolve ({ advance: true });\n\t}\n\n\trevert () {\n\t\tthis.engine.element ().find (`[data-image=\"${this.asset}\"]`).remove ();\n\t\tthis.engine.history ('image').pop ();\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidRevert () {\n\t\treturn Promise.resolve ({ advance: true, step: true });\n\t}\n}\n\nShowImage.id = 'Show::Image';\n\nexport default ShowImage;","import { Action } from './../lib/Action';\n\nexport class Stop extends Action {\n\n\tstatic matchString ([ action ]) {\n\t\treturn action === 'stop';\n\t}\n\n\t/**\n\t * Prepare the needed values to run the fade function on the given player\n\t *\n\t * @param {string} fadeTime - The time it will take the audio to reach 0\n\t * @param {Audio} player - The Audio object to modify\n\t *\n\t * @return {Promise} - This promise will resolve once the fadeOut has ended\n\t */\n\tstatic fadeOut (fadeTime, player) {\n\t\tconst time = parseFloat (fadeTime.match (/\\d*(\\.\\d*)?/));\n\n\t\tconst increments = time / 0.1;\n\t\tlet maxVolume = parseFloat (player.dataset.maxVolume);\n\n\t\tif (isNaN(maxVolume)) {\n\t\t\tmaxVolume = player.volume * 100;\n\t\t}\n\n\t\tconst volume = (maxVolume / increments) / maxVolume;\n\n\t\tconst interval = (1000 * time) / increments;\n\n\t\tconst expected = Date.now () + interval;\n\n\t\tplayer.dataset.fade = 'out';\n\n\t\treturn new Promise ((resolve, reject) => {\n\t\t\tsetTimeout (() => {\n\t\t\t\tStop.fade (player, volume, interval, expected, resolve);\n\t\t\t}, interval);\n\t\t});\n\t}\n\n\t/**\n\t * Fade the player's audio on small iterations until it reaches 0\n\t *\n\t * @param {Audio} player The Audio player to which the audio will fadeOut\n\t * @param {number} volume The amount to decrease the volume on each iteration\n\t * @param {number} interval The time in milliseconds between each iteration\n\t * @param {Date} expected The expected time the next iteration will happen\n\t * @param {function} resolve The resolve function of the promise returned by the fadeOut function\n\t *\n\t * @return {void}\n\t */\n\tstatic fade (player, volume, interval, expected, resolve) {\n\t\tconst now = Date.now () - expected; // the drift (positive for overshooting)\n\n\t\tif (now > interval) {\n\t\t\t// something really bad happened. Maybe the browser (tab) was inactive?\n\t\t\t// possibly special handling to avoid futile \"catch up\" run\n\t\t}\n\n\t\tif (player.volume !== 0 && player.dataset.fade === 'out') {\n\t\t\tif ((player.volume - volume) < 0) {\n\t\t\t\tresolve ();\n\t\t\t} else {\n\t\t\t\tplayer.volume -= volume;\n\t\t\t\texpected += interval;\n\t\t\t\tsetTimeout (() => {\n\t\t\t\t\tStop.fade (player, volume, interval, expected, resolve);\n\t\t\t\t}, Math.max (0, interval - now)); // take into account drift\n\t\t\t}\n\t\t}\n\t}\n\n\tconstructor ([ action, type, media, ...props ]) {\n\t\tsuper ();\n\n\t\tthis.type = type;\n\t\tthis.media = media;\n\t\tthis.props = props;\n\n\t\tif (typeof media === 'undefined' || media === 'with') {\n\t\t\tthis.player = this.engine.mediaPlayers (type);\n\t\t} else {\n\t\t\tthis.player = this.engine.mediaPlayer (type, media);\n\t\t}\n\t}\n\n\twillApply () {\n\t\tif (this.player) {\n\t\t\tif (typeof this.player === 'object' && !(this.player instanceof Audio)) {\n\t\t\t\tfor (const player of Object.values (this.player)) {\n\t\t\t\t\tplayer.loop = false;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tthis.player.loop = false;\n\t\t\t}\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\tapply () {\n\t\tif (this.player) {\n\t\t\t// Check if the audio should have a fade time\n\t\t\tconst fadePosition = this.props.indexOf ('fade');\n\n\t\t\tif (typeof this.player === 'object' && !(this.player instanceof Audio)) {\n\t\t\t\tif (fadePosition > -1) {\n\t\t\t\t\tfor (const player of this.player) {\n\t\t\t\t\t\tStop.fadeOut (this.props[fadePosition + 1], player).then (() => {\n\t\t\t\t\t\t\tthis.engine.removeMediaPlayer (this.type, player.dataset.key);\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\tthis.engine.removeMediaPlayer (this.type);\n\t\t\t\t}\n\t\t\t} else {\n\n\t\t\t\tif (fadePosition > -1) {\n\t\t\t\t\tStop.fadeOut (this.props[fadePosition + 1], this.player).then (() => {\n\t\t\t\t\t\tthis.engine.removeMediaPlayer (this.type, this.media);\n\t\t\t\t\t});\n\t\t\t\t} else {\n\t\t\t\t\tthis.engine.removeMediaPlayer (this.type, this.mediaKey);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidApply () {\n\t\tconst state = {};\n\n\t\tif (typeof this.media !== 'undefined') {\n\t\t\tstate[this.type] = this.engine.state (this.type).filter ((m) => m.indexOf (`play ${this.type} ${this.media}`) <= -1);\n\t\t} else {\n\t\t\tthis.engine.history (this.type).push (this.engine.state (this.type));\n\t\t\tstate[this.type] = [];\n\t\t}\n\n\t\tthis.engine.state (state);\n\n\t\treturn Promise.resolve ({ advance: true });\n\t}\n\n\trevert () {\n\t\tif (typeof this.media !== 'undefined') {\n\t\t\tconst last = [...this.engine.history (this.type)].reverse ().find ((m) => m.indexOf (`play ${this.type} ${this.media}`) > -1);\n\n\t\t\tif (typeof last !== 'undefined') {\n\t\t\t\tconst promise = this.engine.run (last, false).then (() => {\n\t\t\t\t\tthis.engine.history (this.type).pop ();\n\t\t\t\t\treturn Promise.resolve ();\n\t\t\t\t});\n\n\t\t\t\treturn promise;\n\t\t\t}\n\n\t\t} else {\n\t\t\tconst statements = this.engine.history (this.type).pop ();\n\n\t\t\tconst promises = [];\n\t\t\tfor (const statement of statements) {\n\t\t\t\tpromises.push (this.engine.run (statement, false).then (() => {\n\t\t\t\t\tthis.engine.history (this.type).pop ();\n\t\t\t\t\treturn Promise.resolve ();\n\t\t\t\t}));\n\t\t\t}\n\t\t\treturn Promise.all (promises);\n\t\t}\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidRevert () {\n\t\treturn Promise.resolve ({ advance: true, step: true });\n\t}\n}\n\nStop.id = 'Stop';\n\nexport default Stop;","import { Action } from './../lib/Action';\nimport { FancyError } from './../lib/FancyError';\n\nexport class Vibrate extends Action {\n\n\tstatic matchString ([ action ]) {\n\t\treturn action === 'vibrate';\n\t}\n\n\tconstructor ([ action, ...time ]) {\n\t\tsuper ();\n\n\t\t// First check if vibration is available available\n\t\tif (navigator) {\n\t\t\tif (navigator.vibrate) {\n\t\t\t\t// Since time can be a pattern made of different lengths, we have\n\t\t\t\t// to use an array\n\t\t\t\tthis.time = [];\n\t\t\t\tfor (const i in time) {\n\t\t\t\t\t// Check if all times are valid integers\n\t\t\t\t\tif (!isNaN (time[i])) {\n\t\t\t\t\t\tthis.time[i] = parseInt (time[i]);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tFancyError.show (\n\t\t\t\t\t\t\t'The specified time was not an integer',\n\t\t\t\t\t\t\t'Monogatari attempted to transform the given time into an integer value but failed.',\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t'Specified time': time[i],\n\t\t\t\t\t\t\t\t'Statement': `\"${this._statement}\"`,\n\t\t\t\t\t\t\t\t'Label': this.engine.state ('label'),\n\t\t\t\t\t\t\t\t'Step': this.engine.state ('step'),\n\t\t\t\t\t\t\t\t'Help': {\n\t\t\t\t\t\t\t\t\t'_': 'Check if the value you provided is actually an integer (whole number). Remember the value used must be given in milliseconds and must not be mixed with characters other than numbers.',\n\t\t\t\t\t\t\t\t\t'_1': 'For example, the following statement would make the device vibrate for 5 seconds:',\n\t\t\t\t\t\t\t\t\t'_3':`\n\t\t\t\t\t\t\t\t\t\t
\"vibrate 5000\"
\n\t\t\t\t\t\t\t\t\t`,\n\t\t\t\t\t\t\t\t\t'_4': 'If you wanted to make the device vibrate on a pattern, this is a correct syntax:',\n\t\t\t\t\t\t\t\t\t'_5':`\n\t\t\t\t\t\t\t\t\t\t
\"vibrate 5000 100 4000 200 3000\"
\n\t\t\t\t\t\t\t\t\t`\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tconsole.warn ('Vibration is not supported in this platform.');\n\t\t\t}\n\t\t} else {\n\t\t\tconsole.warn ('Vibration is not supported in this platform.');\n\t\t}\n\t}\n\n\twillApply () {\n\t\tif (typeof this.time !== 'undefined') {\n\t\t\treturn Promise.resolve ();\n\t\t}\n\t\treturn Promise.reject ('Time for vibration was not provided');\n\t}\n\n\tapply () {\n\t\tnavigator.vibrate (0);\n\t\tnavigator.vibrate (this.time);\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidApply () {\n\t\treturn Promise.resolve ({ advance: true });\n\t}\n\n\tdidRevert () {\n\t\treturn Promise.resolve ({ advance: true, step: true });\n\t}\n}\n\nVibrate.id = 'Vibrate';\n\nexport default Vibrate;","import { Action } from './../lib/Action';\nimport { $_ } from '@aegis-framework/artemis';\n\nexport class Video extends Action {\n\n\tstatic shouldProceed () {\n\t\treturn new Promise ((resolve, reject) => {\n\t\t\t$_('[data-video]').each ((element) => {\n\t\t\t\tif (element.ended !== true && element.dataset.mode !== 'background' && element.dataset.mode !== 'displayable') {\n\t\t\t\t\treject ('Playing video must end before proceeding.');\n\t\t\t\t}\n\t\t\t});\n\n\t\t\tresolve ();\n\t\t});\n\t}\n\n\tstatic onLoad () {\n\t\tif (this.engine.state ('videos').length > 0) {\n\t\t\tconst promises = [];\n\n\t\t\tfor (const video of this.engine.state ('videos')) {\n\t\t\t\tpromises.push (this.engine.run (video, false));\n\t\t\t\t// TODO: Find a way to prevent the histories from filling up on loading\n\t\t\t\t// So there's no need for this pop.\n\t\t\t\tthis.engine.history ('video').pop ();\n\t\t\t\tthis.engine.state ('videos').pop ();\n\t\t\t}\n\n\t\t\tif (promises.length > 0) {\n\t\t\t\treturn Promise.all (promises);\n\t\t\t}\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic setup () {\n\t\tthis.engine.history ('video');\n\t\tthis.engine.state ({\n\t\t\tvideos: []\n\t\t});\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic reset () {\n\t\tthis.engine.element ().find ('[data-video]').remove ();\n\n\t\tthis.engine.history ({\n\t\t\tvideo: []\n\t\t});\n\n\t\tthis.engine.state ({\n\t\t\tvideos: []\n\t\t});\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic matchString ([ show, type ]) {\n\t\treturn show === 'show' && type === 'video';\n\t}\n\n\t/**\n\t * Creates an instance of a Video Action\n\t *\n\t * @param {string[]} parameters - List of parameters received from the script statement.\n\t * @param {string} parameters.action - In this case, action will always be 'video'\n\t * @param {string} [parameters.mode='modal'] - Mode in which the video element will be shown (modal, displayable, background, immersive, full-screen)\n\t * @param {string} parameters.name\n\t * @param {string} parameters.props\n\t */\n\tconstructor ([ show, type, name, mode = 'modal', ...props]) {\n\t\tsuper ();\n\t\tthis.mode = mode;\n\t\tthis.name = name;\n\t\tthis.props = props;\n\n\t\tif (typeof this.engine.asset ('videos', name) !== 'undefined') {\n\t\t\tthis.src = this.engine.asset ('videos', name);\n\t\t}\n\n\t\tif (typeof props !== 'undefined') {\n\t\t\tthis.classes = ['animated', ...props.filter((item) => item !== 'with')];\n\t\t} else {\n\t\t\tthis.classes = [];\n\t\t}\n\t}\n\n\tapply () {\n\t\t// TODO: Find a way to remove the resize listeners once the video is stopped\n\t\tconst element = document.createElement ('video');\n\n\t\telement.volume = this.engine.preference ('Volume').Video;\n\n\t\telement.dataset.video = this.name;\n\t\telement.dataset.mode = this.mode;\n\n\t\tfor (const newClass of this.classes) {\n\t\t\telement.classList.add (newClass);\n\t\t}\n\n\t\t$_(element).attribute ('src', `${this.engine.setting ('AssetsPath').root}/${this.engine.setting ('AssetsPath').videos}/${this.src}`);\n\n\t\tif (this.props.indexOf ('close') > -1) {\n\t\t\telement.onended = () => {\n\t\t\t\tthis.engine.element ().find (`[data-video=\"${this.name}\"]`).remove ();\n\t\t\t\tif (this.mode === 'immersive') {\n\t\t\t\t\tthis.engine.state ('videos').pop ();\n\t\t\t\t\tthis.engine.global ('block', false);\n\t\t\t\t\tthis.engine.proceed ();\n\t\t\t\t}\n\t\t\t};\n\t\t}\n\n\t\tif (this.props.indexOf ('loop') > -1) {\n\t\t\t$_(element).attribute ('loop', '');\n\t\t}\n\n\t\tif (this.props.indexOf ('controls') > -1) {\n\t\t\t$_(element).attribute ('controls', '');\n\t\t}\n\n\t\tif (this.mode === 'background') {\n\t\t\tthis.engine.element ().find ('[data-ui=\"background\"]').append (element);\n\t\t} else if (this.mode === 'immersive') {\n\t\t\tthis.engine.global ('block', true);\n\t\t\tthis.engine.element ().find ('[data-screen=\"game\"]').prepend (element);\n\t\t} else if (this.mode === 'fullscreen') {\n\t\t\tif (element.requestFullscreen) {\n\t\t\t\tthis.engine.element ().find ('[data-screen=\"game\"]').append (element);\n\t\t\t\telement.requestFullscreen ();\n\t\t\t} else {\n\t\t\t\tthis.engine.global ('block', true);\n\t\t\t\t$_(element).data ('mode','immersive');\n\t\t\t\tthis.engine.element ().find ('[data-screen=\"game\"]').prepend (element);\n\t\t\t}\n\t\t} else if (this.mode === 'displayable') {\n\t\t\tthis.engine.element ().find ('[data-screen=\"game\"]').append (element);\n\t\t} else {\n\t\t\tthis.engine.element ().find ('[data-screen=\"game\"]').append (element);\n\t\t}\n\n\t\telement.play ();\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidApply () {\n\t\tthis.engine.state ('videos').push (this._statement);\n\t\tthis.engine.history ('video').push (this._statement);\n\n\t\tif (this.mode === 'background' || this.mode === 'modal' || this.mode === 'displayable') {\n\t\t\treturn Promise.resolve ({ advance: true });\n\t\t}\n\n\t\treturn Promise.resolve ({ advance: false });\n\t}\n\n\trevert () {\n\t\tthis.engine.element ().find (`[data-video=\"${this.name}\"]`).remove ();\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidRevert () {\n\t\tfor (let i = this.engine.state ('videos').length - 1; i >= 0; i--) {\n\t\t\tconst last = this.engine.state ('videos')[i];\n\t\t\tconst [show, video, mode, name] = last.split (' ');\n\t\t\tif (name === this.name) {\n\t\t\t\tthis.engine.state ('videos').splice (i, 1);\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t\tfor (let i = this.engine.history ('video').length - 1; i >= 0; i--) {\n\t\t\tconst last = this.engine.history ('video')[i];\n\t\t\tconst [show, video, mode, name] = last.split (' ');\n\t\t\tif (name === this.name) {\n\t\t\t\tthis.engine.history ('video').splice (i, 1);\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\treturn Promise.resolve ({ advance: true, step: true });\n\t}\n}\n\nVideo.id = 'Video';\nVideo._configuration = {\n\tobjects: {\n\n\t}\n};\n\nexport default Video;","import { Action } from './../lib/Action';\nimport { FancyError } from './../lib/FancyError';\n\nexport class Wait extends Action {\n\n\tstatic matchString ([ action ]) {\n\t\treturn action === 'wait';\n\t}\n\n\tconstructor ([ action, time ]) {\n\t\tsuper ();\n\t\t// Check if the provided time is a valid integer\n\t\tif (!isNaN (time)) {\n\t\t\tthis.time = parseInt (time);\n\t\t} else {\n\t\t\tFancyError.show (\n\t\t\t\t'The specified time was not an integer',\n\t\t\t\t'Monogatari attempted to transform the given time into an integer value but failed.',\n\t\t\t\t{\n\t\t\t\t\t'Specified time': time,\n\t\t\t\t\t'Statement': `\"${this._statement}\"`,\n\t\t\t\t\t'Label': this.engine.state ('label'),\n\t\t\t\t\t'Step': this.engine.state ('step'),\n\t\t\t\t\t'Help': {\n\t\t\t\t\t\t'_': 'Check if the value you provided is actually an integer (whole number). Remember the value used must be given in milliseconds and must not be mixed with characters other than numbers.',\n\t\t\t\t\t\t'_1': 'For example, the following statement would make the game wait for 5 seconds:',\n\t\t\t\t\t\t'_3':`\n\t\t\t\t\t\t\t
\"wait 5000\"
\n\t\t\t\t\t\t`\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t);\n\t\t}\n\t}\n\n\tapply () {\n\t\treturn new Promise ((resolve) => {\n\t\t\t// Block the game so the player can't advance\n\t\t\tthis.engine.global ('block', true);\n\n\t\t\t// Set the timeout for the specified time\n\t\t\tsetTimeout (() => {\n\t\t\t\t// Unlock the game when the timeout ends.\n\t\t\t\tthis.engine.global ('block', false);\n\t\t\t\tresolve ();\n\t\t\t}, this.time);\n\t\t});\n\t}\n\n\tdidApply () {\n\t\treturn Promise.resolve ({ advance: true });\n\t}\n\n\tdidRevert () {\n\t\treturn Promise.resolve ({ advance: true, step: true });\n\t}\n}\n\nWait.id = 'Wait';\n\nexport default Wait;","import { $_ } from '@aegis-framework/artemis';\nimport { ShadowComponent as PandoraShadowComponent } from '@aegis-framework/pandora';\n\n/**\n * A component represents an object or content in the game such as screens, menus\n * and all other visual or structural elements.\n *\n * The life cycle of an component follows the Mounting cycle for actions.\n *\n * The mounting cycle has 3 steps:\n *\n * 1. Setup - Here the action needs to set up everything it will need for working\n * generally, in this section a component will generally add its HTML\n * content to the global Monogatari object and will set up any needed\n * configuration or state variables.\n *\n * 2. Bind - Once the component has been setup, its time to bind all the necessary\n * event listeners or perform more operations on the DOM once all elements\n * have been setup. Components will generally bind all the listeners needed\n * for their inner elements to work correctly.\n *\n * 3. Init - Finally, once the component was setup and it performed all the needed\n * bindings, it may start performing its operations and perform all\n * further needed operations.\n *\n * @class Component\n */\nclass ShadowComponent extends PandoraShadowComponent {\n\n\tstatic _priority = 0;\n\n\tstatic all () {\n\t\treturn $_(this.tag);\n\t}\n\n\tstatic get (id) {\n\t\treturn $_(`${this.tag} [data-instance=\"${id}\"]`);\n\t}\n\n\t/**\n\t * @static onStart - This function acts as an event listener for when the game\n\t * starts. If the component needs to do any particular activities when the game\n\t * starts, then this function should be implemented and it will be automatically\n\t * called once the player starts the game.\n\t *\n\t * @return {Promise}\n\t */\n\tstatic onStart () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * @static onLoad - This function acts as an event listener for when a game\n\t * is loaded. If the component needs to perform any particular actions such as\n\t * restoring some state (i.e. showing images, playing media, etc.) when a game\n\t * is loaded, this function must be implemented and it will be automatically\n\t * called when a game is loaded.\n\t *\n\t * @return {Promise} description\n\t */\n\tstatic onLoad () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * @static setup - The setup is the first step of the Mounting cycle, all\n\t * operations required for the component's setup should be implemented here.\n\t *\n\t * @return {Promise} - Result of the setup operation\n\t */\n\tstatic setup () {\n\t\treturn Promise.resolve ();\n\t}\n\n\n\t/**\n\t * @static shouldProceed - Either when the user clicks in the game to proceed or\n\t * the autoPlay feature is ready to go on, Monogatari will first check with\n\t * all actions if it's ok to proceed. Every action should implement its own\n\t * logic for it according to its requirements.\n\t *\n\t * @return {Promise} - Resolved if proceeding is alright or rejected if its not\n\t */\n\tstatic shouldProceed () {\n\t\tconst promises = [];\n\t\tthis.instances ((instance) => {\n\t\t\tpromises.push (instance.shouldProceed ());\n\t\t});\n\t\treturn Promise.all (promises);\n\t}\n\n\t/**\n\t * @static willProceed - Once the shouldProceed check is passed, each action\n\t * should implement its own logic according to its requirements to respond to\n\t * the game proceeding.\n\t *\n\t * @return {Promise}\n\t */\n\tstatic willProceed () {\n\t\tconst promises = [];\n\t\tthis.instances ((instance) => {\n\t\t\tpromises.push (instance.willProceed ());\n\t\t});\n\t\treturn Promise.all (promises);\n\t}\n\n\t/**\n\t * @static shouldRollback - Similarly to the shouldProceed () function, this one takes\n\t * action when the player tries to go back in the game.Monogatari will first\n\t * check with all actions if it's ok to go back. Every action should implement\n\t * its own logic for it according to its requirements.\n\t *\n\t * @return {Promise} - Resolved if going back is alright or rejected if its not\n\t */\n\tstatic shouldRollback () {\n\t\tconst promises = [];\n\t\tthis.instances ((instance) => {\n\t\t\tpromises.push (instance.shouldRollback ());\n\t\t});\n\t\treturn Promise.all (promises);\n\t}\n\n\t/**\n\t * @static willRollback - Once the shouldRollback check is passed, each action\n\t * should implement its own logic according to its requirements to respond to\n\t * the game reverting the previous action\n\t *\n\t * @return {Promise}\n\t */\n\tstatic willRollback () {\n\t\tconst promises = [];\n\t\tthis.instances ((instance) => {\n\t\t\tpromises.push (instance.willRollback ());\n\t\t});\n\t\treturn Promise.all (promises);\n\t}\n\n\t/**\n\t * @static bind - The binding is the second step of the Mounting cycle, all\n\t * operations related to event bindings or other sort of binding with the\n\t * HTML content generated in the setup phase should be implemented here.\n\t *\n\t * @param {string} selector - The CSS selector with which Monogatari has been\n\t * initialized\n\t * @return {Promise} - Result of the binding operation\n\t */\n\tstatic bind () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * @static init - The initialization is the last step of the Mounting cycle,\n\t * all final operations should be implemented here.\n\t *\n\t * @param {string} selector - The CSS selector with which Monogatari has been\n\t * initialized\n\t * @return {Promise} - Result of the initialization operation\n\t */\n\tstatic init () {\n\t\treturn Promise.resolve ();\n\t}\n\n\n\t/**\n\t * @static onSave - This function acts as an event listener for when a game\n\t * is saved. If the component needs to perform any particular actions when that\n\t * happens, this function must be implemented and it will be automatically\n\t * called when a game is saved.\n\t *\n\t * @param {Object} slot - The slot object that has just been saved.\n\t * @param {string} slot.key - The key used to save the slot in the local storage\n\t * @param {Object} slot.value - The actual value saved\n\t *\n\t * @return {Promise} description\n\t */\n\tstatic onSave () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * @static reset - When a game ends using the 'end' statement or before a game\n\t * is loaded, Monogatari will perform a reset on all its components. If the component\n\t * needs to reset a state or any other variables/elements to an initial state\n\t * once a game is over or a new one is loaded, the logic for it must be implemented\n\t * here and the function will be automatically called when needed.\n\t *\n\t * @return {Promise} - Result of the reset operation\n\t */\n\tstatic onReset () {\n\t\tconst promises = [];\n\n\t\tthis.instances ((instance) => {\n\t\t\tpromises.push (instance.onReset ());\n\t\t});\n\n\t\treturn Promise.all (promises);\n\t}\n\n\n\tonReset () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * @static element - Returns this component's element as an Artemis DOM\n\t * instance, using the result of the `selector ()` function as the selector\n\t *\n\t * @returns {DOM} - Artemis DOM instance\n\t */\n\telement () {\n\t\treturn $_(this);\n\t}\n\n\tremove () {\n\t\tthis.parentNode.removeChild (this);\n\t}\n\n\tstatic instances (callback = null) {\n\t\tif (typeof callback === 'function') {\n\t\t\treturn $_(this.tag).each (callback);\n\t\t}\n\t\treturn $_(this.tag);\n\t}\n\n\n\tinstance (id) {\n\t\treturn $_(`${this.constructor.tag}[data-${this.constructor.name.toLowerCase ()}=\"${id}\"`);\n\t}\n\n\t/**\n\t * @static content - Attempts to find a content element inside of this\n\t * component or its children\n\t *\n\t * @param {string} name - Name of the content element to find\n\t *\n\t * @returns {DOM} - An Artemis DOM instance with the found elements\n\t */\n\tcontent (name) {\n\t\treturn this.element ().find (`[data-content=\"${name}\"]`);\n\t}\n\n\tparent (component) {\n\t\tif (typeof component !== 'undefined') {\n\t\t\tthis._parent = component;\n\t\t} else {\n\t\t\treturn this._parent;\n\t\t}\n\t}\n\n\tget engine () {\n\t\treturn this.constructor.engine;\n\t}\n\n\tset engine (value) {\n\t\tthrow new Error ('Component engine reference is hold at static level and cannot be modified.');\n\t}\n\n\tshouldProceed () {\n\t\treturn Promise.resolve ();\n\t}\n\n\twillProceed () {\n\t\treturn Promise.resolve ();\n\t}\n\n\tshouldRollback () {\n\t\treturn Promise.resolve ();\n\t}\n\n\twillRollback () {\n\t\treturn Promise.resolve ();\n\t}\n\n\tconnectedCallback () {\n\t\t// Always add the animated class for all the components\n\t\tthis.classList.add ('animated');\n\n\t\treturn super.connectedCallback ();\n\t}\n}\n\nexport { ShadowComponent };"]} \ No newline at end of file +{"version":3,"sources":["../node_modules/core-js/internals/global.js","../node_modules/core-js/internals/fails.js","../node_modules/core-js/internals/descriptors.js","../node_modules/core-js/internals/object-property-is-enumerable.js","../node_modules/core-js/internals/create-property-descriptor.js","../node_modules/core-js/internals/classof-raw.js","../node_modules/core-js/internals/indexed-object.js","../node_modules/core-js/internals/require-object-coercible.js","../node_modules/core-js/internals/to-indexed-object.js","../node_modules/core-js/internals/is-object.js","../node_modules/core-js/internals/to-primitive.js","../node_modules/core-js/internals/has.js","../node_modules/core-js/internals/document-create-element.js","../node_modules/core-js/internals/ie8-dom-define.js","../node_modules/core-js/internals/object-get-own-property-descriptor.js","../node_modules/core-js/internals/an-object.js","../node_modules/core-js/internals/object-define-property.js","../node_modules/core-js/internals/create-non-enumerable-property.js","../node_modules/core-js/internals/set-global.js","../node_modules/core-js/internals/shared-store.js","../node_modules/core-js/internals/inspect-source.js","../node_modules/core-js/internals/native-weak-map.js","../node_modules/core-js/internals/is-pure.js","../node_modules/core-js/internals/shared.js","../node_modules/core-js/internals/uid.js","../node_modules/core-js/internals/shared-key.js","../node_modules/core-js/internals/hidden-keys.js","../node_modules/core-js/internals/internal-state.js","../node_modules/core-js/internals/redefine.js","../node_modules/core-js/internals/path.js","../node_modules/core-js/internals/get-built-in.js","../node_modules/core-js/internals/to-integer.js","../node_modules/core-js/internals/to-length.js","../node_modules/core-js/internals/to-absolute-index.js","../node_modules/core-js/internals/array-includes.js","../node_modules/core-js/internals/object-keys-internal.js","../node_modules/core-js/internals/enum-bug-keys.js","../node_modules/core-js/internals/object-get-own-property-names.js","../node_modules/core-js/internals/object-get-own-property-symbols.js","../node_modules/core-js/internals/own-keys.js","../node_modules/core-js/internals/copy-constructor-properties.js","../node_modules/core-js/internals/is-forced.js","../node_modules/core-js/internals/export.js","../node_modules/core-js/internals/native-symbol.js","../node_modules/core-js/internals/use-symbol-as-uid.js","../node_modules/core-js/internals/is-array.js","../node_modules/core-js/internals/to-object.js","../node_modules/core-js/internals/object-keys.js","../node_modules/core-js/internals/object-define-properties.js","../node_modules/core-js/internals/html.js","../node_modules/core-js/internals/object-create.js","../node_modules/core-js/internals/object-get-own-property-names-external.js","../node_modules/core-js/internals/well-known-symbol.js","../node_modules/core-js/internals/well-known-symbol-wrapped.js","../node_modules/core-js/internals/define-well-known-symbol.js","../node_modules/core-js/internals/set-to-string-tag.js","../node_modules/core-js/internals/a-function.js","../node_modules/core-js/internals/function-bind-context.js","../node_modules/core-js/internals/array-species-create.js","../node_modules/core-js/internals/array-iteration.js","../node_modules/core-js/modules/es.symbol.js","../node_modules/core-js/modules/es.symbol.async-iterator.js","../node_modules/core-js/modules/es.symbol.description.js","../node_modules/core-js/modules/es.symbol.has-instance.js","../node_modules/core-js/modules/es.symbol.is-concat-spreadable.js","../node_modules/core-js/modules/es.symbol.iterator.js","../node_modules/core-js/modules/es.symbol.match.js","../node_modules/core-js/modules/es.symbol.match-all.js","../node_modules/core-js/modules/es.symbol.replace.js","../node_modules/core-js/modules/es.symbol.search.js","../node_modules/core-js/modules/es.symbol.species.js","../node_modules/core-js/modules/es.symbol.split.js","../node_modules/core-js/modules/es.symbol.to-primitive.js","../node_modules/core-js/modules/es.symbol.to-string-tag.js","../node_modules/core-js/modules/es.symbol.unscopables.js","../node_modules/core-js/internals/object-assign.js","../node_modules/core-js/modules/es.object.assign.js","../node_modules/core-js/modules/es.object.create.js","../node_modules/core-js/modules/es.object.define-property.js","../node_modules/core-js/modules/es.object.define-properties.js","../node_modules/core-js/internals/object-to-array.js","../node_modules/core-js/modules/es.object.entries.js","../node_modules/core-js/internals/freezing.js","../node_modules/core-js/internals/internal-metadata.js","../node_modules/core-js/modules/es.object.freeze.js","../node_modules/core-js/internals/iterators.js","../node_modules/core-js/internals/is-array-iterator-method.js","../node_modules/core-js/internals/to-string-tag-support.js","../node_modules/core-js/internals/classof.js","../node_modules/core-js/internals/get-iterator-method.js","../node_modules/core-js/internals/call-with-safe-iteration-closing.js","../node_modules/core-js/internals/iterate.js","../node_modules/core-js/internals/create-property.js","../node_modules/core-js/modules/es.object.from-entries.js","../node_modules/core-js/modules/es.object.get-own-property-descriptor.js","../node_modules/core-js/modules/es.object.get-own-property-descriptors.js","../node_modules/core-js/modules/es.object.get-own-property-names.js","../node_modules/core-js/internals/correct-prototype-getter.js","../node_modules/core-js/internals/object-get-prototype-of.js","../node_modules/core-js/modules/es.object.get-prototype-of.js","../node_modules/core-js/internals/same-value.js","../node_modules/core-js/modules/es.object.is.js","../node_modules/core-js/modules/es.object.is-extensible.js","../node_modules/core-js/modules/es.object.is-frozen.js","../node_modules/core-js/modules/es.object.is-sealed.js","../node_modules/core-js/modules/es.object.keys.js","../node_modules/core-js/modules/es.object.prevent-extensions.js","../node_modules/core-js/modules/es.object.seal.js","../node_modules/core-js/internals/a-possible-prototype.js","../node_modules/core-js/internals/object-set-prototype-of.js","../node_modules/core-js/modules/es.object.set-prototype-of.js","../node_modules/core-js/modules/es.object.values.js","../node_modules/core-js/internals/object-to-string.js","../node_modules/core-js/modules/es.object.to-string.js","../node_modules/core-js/internals/object-prototype-accessors-forced.js","../node_modules/core-js/modules/es.object.define-getter.js","../node_modules/core-js/modules/es.object.define-setter.js","../node_modules/core-js/modules/es.object.lookup-getter.js","../node_modules/core-js/modules/es.object.lookup-setter.js","../node_modules/core-js/internals/function-bind.js","../node_modules/core-js/modules/es.function.bind.js","../node_modules/core-js/modules/es.function.name.js","../node_modules/core-js/modules/es.function.has-instance.js","../node_modules/core-js/modules/es.global-this.js","../node_modules/core-js/internals/array-from.js","../node_modules/core-js/internals/check-correctness-of-iteration.js","../node_modules/core-js/modules/es.array.from.js","../node_modules/core-js/modules/es.array.is-array.js","../node_modules/core-js/modules/es.array.of.js","../node_modules/core-js/internals/engine-user-agent.js","../node_modules/core-js/internals/engine-v8-version.js","../node_modules/core-js/internals/array-method-has-species-support.js","../node_modules/core-js/modules/es.array.concat.js","../node_modules/core-js/internals/array-copy-within.js","../node_modules/core-js/internals/add-to-unscopables.js","../node_modules/core-js/modules/es.array.copy-within.js","../node_modules/core-js/internals/array-method-is-strict.js","../node_modules/core-js/internals/array-method-uses-to-length.js","../node_modules/core-js/modules/es.array.every.js","../node_modules/core-js/internals/array-fill.js","../node_modules/core-js/modules/es.array.fill.js","../node_modules/core-js/modules/es.array.filter.js","../node_modules/core-js/modules/es.array.find.js","../node_modules/core-js/modules/es.array.find-index.js","../node_modules/core-js/internals/flatten-into-array.js","../node_modules/core-js/modules/es.array.flat.js","../node_modules/core-js/modules/es.array.flat-map.js","../node_modules/core-js/internals/array-for-each.js","../node_modules/core-js/modules/es.array.for-each.js","../node_modules/core-js/modules/es.array.includes.js","../node_modules/core-js/modules/es.array.index-of.js","../node_modules/core-js/modules/es.array.join.js","../node_modules/core-js/internals/array-last-index-of.js","../node_modules/core-js/modules/es.array.last-index-of.js","../node_modules/core-js/modules/es.array.map.js","../node_modules/core-js/internals/array-reduce.js","../node_modules/core-js/modules/es.array.reduce.js","../node_modules/core-js/modules/es.array.reduce-right.js","../node_modules/core-js/modules/es.array.reverse.js","../node_modules/core-js/modules/es.array.slice.js","../node_modules/core-js/modules/es.array.some.js","../node_modules/core-js/modules/es.array.sort.js","../node_modules/core-js/modules/es.array.splice.js","../node_modules/core-js/internals/set-species.js","../node_modules/core-js/modules/es.array.species.js","../node_modules/core-js/modules/es.array.unscopables.flat.js","../node_modules/core-js/modules/es.array.unscopables.flat-map.js","../node_modules/core-js/internals/iterators-core.js","../node_modules/core-js/internals/create-iterator-constructor.js","../node_modules/core-js/internals/define-iterator.js","../node_modules/core-js/modules/es.array.iterator.js","../node_modules/core-js/modules/es.string.from-code-point.js","../node_modules/core-js/modules/es.string.raw.js","../node_modules/core-js/internals/string-multibyte.js","../node_modules/core-js/modules/es.string.code-point-at.js","../node_modules/core-js/internals/is-regexp.js","../node_modules/core-js/internals/not-a-regexp.js","../node_modules/core-js/internals/correct-is-regexp-logic.js","../node_modules/core-js/modules/es.string.ends-with.js","../node_modules/core-js/modules/es.string.includes.js","../node_modules/core-js/internals/regexp-flags.js","../node_modules/core-js/internals/regexp-sticky-helpers.js","../node_modules/core-js/internals/regexp-exec.js","../node_modules/core-js/modules/es.regexp.exec.js","../node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js","../node_modules/core-js/internals/advance-string-index.js","../node_modules/core-js/internals/regexp-exec-abstract.js","../node_modules/core-js/modules/es.string.match.js","../node_modules/core-js/internals/species-constructor.js","../node_modules/core-js/modules/es.string.match-all.js","../node_modules/core-js/internals/string-repeat.js","../node_modules/core-js/internals/string-pad.js","../node_modules/core-js/internals/string-pad-webkit-bug.js","../node_modules/core-js/modules/es.string.pad-end.js","../node_modules/core-js/modules/es.string.pad-start.js","../node_modules/core-js/modules/es.string.repeat.js","../node_modules/core-js/modules/es.string.replace.js","../node_modules/core-js/modules/es.string.search.js","../node_modules/core-js/modules/es.string.split.js","../node_modules/core-js/modules/es.string.starts-with.js","../node_modules/core-js/internals/whitespaces.js","../node_modules/core-js/internals/string-trim.js","../node_modules/core-js/internals/string-trim-forced.js","../node_modules/core-js/modules/es.string.trim.js","../node_modules/core-js/modules/es.string.trim-start.js","../node_modules/core-js/modules/es.string.trim-end.js","../node_modules/core-js/modules/es.string.iterator.js","../node_modules/core-js/internals/create-html.js","../node_modules/core-js/internals/string-html-forced.js","../node_modules/core-js/modules/es.string.anchor.js","../node_modules/core-js/modules/es.string.big.js","../node_modules/core-js/modules/es.string.blink.js","../node_modules/core-js/modules/es.string.bold.js","../node_modules/core-js/modules/es.string.fixed.js","../node_modules/core-js/modules/es.string.fontcolor.js","../node_modules/core-js/modules/es.string.fontsize.js","../node_modules/core-js/modules/es.string.italics.js","../node_modules/core-js/modules/es.string.link.js","../node_modules/core-js/modules/es.string.small.js","../node_modules/core-js/modules/es.string.strike.js","../node_modules/core-js/modules/es.string.sub.js","../node_modules/core-js/modules/es.string.sup.js","../node_modules/core-js/internals/inherit-if-required.js","../node_modules/core-js/modules/es.regexp.constructor.js","../node_modules/core-js/modules/es.regexp.flags.js","../node_modules/core-js/modules/es.regexp.sticky.js","../node_modules/core-js/modules/es.regexp.test.js","../node_modules/core-js/modules/es.regexp.to-string.js","../node_modules/core-js/internals/number-parse-int.js","../node_modules/core-js/modules/es.parse-int.js","../node_modules/core-js/internals/number-parse-float.js","../node_modules/core-js/modules/es.parse-float.js","../node_modules/core-js/modules/es.number.constructor.js","../node_modules/core-js/modules/es.number.epsilon.js","../node_modules/core-js/internals/number-is-finite.js","../node_modules/core-js/modules/es.number.is-finite.js","../node_modules/core-js/internals/is-integer.js","../node_modules/core-js/modules/es.number.is-integer.js","../node_modules/core-js/modules/es.number.is-nan.js","../node_modules/core-js/modules/es.number.is-safe-integer.js","../node_modules/core-js/modules/es.number.max-safe-integer.js","../node_modules/core-js/modules/es.number.min-safe-integer.js","../node_modules/core-js/modules/es.number.parse-float.js","../node_modules/core-js/modules/es.number.parse-int.js","../node_modules/core-js/internals/this-number-value.js","../node_modules/core-js/modules/es.number.to-fixed.js","../node_modules/core-js/modules/es.number.to-precision.js","../node_modules/core-js/internals/math-log1p.js","../node_modules/core-js/modules/es.math.acosh.js","../node_modules/core-js/modules/es.math.asinh.js","../node_modules/core-js/modules/es.math.atanh.js","../node_modules/core-js/internals/math-sign.js","../node_modules/core-js/modules/es.math.cbrt.js","../node_modules/core-js/modules/es.math.clz32.js","../node_modules/core-js/internals/math-expm1.js","../node_modules/core-js/modules/es.math.cosh.js","../node_modules/core-js/modules/es.math.expm1.js","../node_modules/core-js/internals/math-fround.js","../node_modules/core-js/modules/es.math.fround.js","../node_modules/core-js/modules/es.math.hypot.js","../node_modules/core-js/modules/es.math.imul.js","../node_modules/core-js/modules/es.math.log10.js","../node_modules/core-js/modules/es.math.log1p.js","../node_modules/core-js/modules/es.math.log2.js","../node_modules/core-js/modules/es.math.sign.js","../node_modules/core-js/modules/es.math.sinh.js","../node_modules/core-js/modules/es.math.tanh.js","../node_modules/core-js/modules/es.math.to-string-tag.js","../node_modules/core-js/modules/es.math.trunc.js","../node_modules/core-js/modules/es.date.now.js","../node_modules/core-js/modules/es.date.to-json.js","../node_modules/core-js/internals/date-to-iso-string.js","../node_modules/core-js/modules/es.date.to-iso-string.js","../node_modules/core-js/modules/es.date.to-string.js","../node_modules/core-js/internals/date-to-primitive.js","../node_modules/core-js/modules/es.date.to-primitive.js","../node_modules/core-js/modules/es.json.stringify.js","../node_modules/core-js/modules/es.json.to-string-tag.js","../node_modules/core-js/internals/native-promise-constructor.js","../node_modules/core-js/internals/redefine-all.js","../node_modules/core-js/internals/an-instance.js","../node_modules/core-js/internals/engine-is-ios.js","../node_modules/core-js/internals/task.js","../node_modules/core-js/internals/microtask.js","../node_modules/core-js/internals/new-promise-capability.js","../node_modules/core-js/internals/promise-resolve.js","../node_modules/core-js/internals/host-report-errors.js","../node_modules/core-js/internals/perform.js","../node_modules/core-js/modules/es.promise.js","../node_modules/core-js/modules/es.promise.all-settled.js","../node_modules/core-js/modules/es.promise.finally.js","../node_modules/core-js/internals/collection.js","../node_modules/core-js/internals/collection-strong.js","../node_modules/core-js/modules/es.map.js","../node_modules/core-js/modules/es.set.js","../node_modules/core-js/internals/collection-weak.js","../node_modules/core-js/modules/es.weak-map.js","../node_modules/core-js/modules/es.weak-set.js","../node_modules/core-js/internals/array-buffer-native.js","../node_modules/core-js/internals/to-index.js","../node_modules/core-js/internals/ieee754.js","../node_modules/core-js/internals/array-buffer.js","../node_modules/core-js/modules/es.array-buffer.constructor.js","../node_modules/core-js/internals/array-buffer-view-core.js","../node_modules/core-js/modules/es.array-buffer.is-view.js","../node_modules/core-js/modules/es.array-buffer.slice.js","../node_modules/core-js/modules/es.data-view.js","../node_modules/core-js/internals/typed-array-constructors-require-wrappers.js","../node_modules/core-js/internals/to-positive-integer.js","../node_modules/core-js/internals/to-offset.js","../node_modules/core-js/internals/typed-array-from.js","../node_modules/core-js/internals/typed-array-constructor.js","../node_modules/core-js/modules/es.typed-array.int8-array.js","../node_modules/core-js/modules/es.typed-array.uint8-array.js","../node_modules/core-js/modules/es.typed-array.uint8-clamped-array.js","../node_modules/core-js/modules/es.typed-array.int16-array.js","../node_modules/core-js/modules/es.typed-array.uint16-array.js","../node_modules/core-js/modules/es.typed-array.int32-array.js","../node_modules/core-js/modules/es.typed-array.uint32-array.js","../node_modules/core-js/modules/es.typed-array.float32-array.js","../node_modules/core-js/modules/es.typed-array.float64-array.js","../node_modules/core-js/modules/es.typed-array.from.js","../node_modules/core-js/modules/es.typed-array.of.js","../node_modules/core-js/modules/es.typed-array.copy-within.js","../node_modules/core-js/modules/es.typed-array.every.js","../node_modules/core-js/modules/es.typed-array.fill.js","../node_modules/core-js/modules/es.typed-array.filter.js","../node_modules/core-js/modules/es.typed-array.find.js","../node_modules/core-js/modules/es.typed-array.find-index.js","../node_modules/core-js/modules/es.typed-array.for-each.js","../node_modules/core-js/modules/es.typed-array.includes.js","../node_modules/core-js/modules/es.typed-array.index-of.js","../node_modules/core-js/modules/es.typed-array.iterator.js","../node_modules/core-js/modules/es.typed-array.join.js","../node_modules/core-js/modules/es.typed-array.last-index-of.js","../node_modules/core-js/modules/es.typed-array.map.js","../node_modules/core-js/modules/es.typed-array.reduce.js","../node_modules/core-js/modules/es.typed-array.reduce-right.js","../node_modules/core-js/modules/es.typed-array.reverse.js","../node_modules/core-js/modules/es.typed-array.set.js","../node_modules/core-js/modules/es.typed-array.slice.js","../node_modules/core-js/modules/es.typed-array.some.js","../node_modules/core-js/modules/es.typed-array.sort.js","../node_modules/core-js/modules/es.typed-array.subarray.js","../node_modules/core-js/modules/es.typed-array.to-locale-string.js","../node_modules/core-js/modules/es.typed-array.to-string.js","../node_modules/core-js/modules/es.reflect.apply.js","../node_modules/core-js/modules/es.reflect.construct.js","../node_modules/core-js/modules/es.reflect.define-property.js","../node_modules/core-js/modules/es.reflect.delete-property.js","../node_modules/core-js/modules/es.reflect.get.js","../node_modules/core-js/modules/es.reflect.get-own-property-descriptor.js","../node_modules/core-js/modules/es.reflect.get-prototype-of.js","../node_modules/core-js/modules/es.reflect.has.js","../node_modules/core-js/modules/es.reflect.is-extensible.js","../node_modules/core-js/modules/es.reflect.own-keys.js","../node_modules/core-js/modules/es.reflect.prevent-extensions.js","../node_modules/core-js/modules/es.reflect.set.js","../node_modules/core-js/modules/es.reflect.set-prototype-of.js","../node_modules/core-js/es/index.js","../node_modules/core-js/internals/dom-iterables.js","../node_modules/core-js/modules/web.dom-collections.for-each.js","../node_modules/core-js/modules/web.dom-collections.iterator.js","../node_modules/core-js/modules/web.immediate.js","../node_modules/core-js/modules/web.queue-microtask.js","../node_modules/core-js/modules/web.timers.js","../node_modules/core-js/internals/native-url.js","../node_modules/core-js/internals/string-punycode-to-ascii.js","../node_modules/core-js/internals/get-iterator.js","../node_modules/core-js/modules/web.url-search-params.js","../node_modules/core-js/modules/web.url.js","../node_modules/core-js/modules/web.url.to-json.js","../node_modules/core-js/web/index.js","../node_modules/core-js/stable/index.js","../node_modules/regenerator-runtime/runtime.js","../node_modules/@fortawesome/fontawesome-free/js/all.js","../node_modules/@aegis-framework/artemis/src/Debug.js","../node_modules/@aegis-framework/artemis/src/DOM.js","../node_modules/@aegis-framework/artemis/src/Request.js","../node_modules/@aegis-framework/artemis/src/FileSystem.js","../node_modules/@aegis-framework/artemis/src/Form.js","../node_modules/process/browser.js","../node_modules/@aegis-framework/artemis/src/Platform.js","../node_modules/@aegis-framework/artemis/src/Preload.js","../node_modules/@aegis-framework/artemis/src/SpaceAdapter/LocalStorage.js","../node_modules/@aegis-framework/artemis/src/SpaceAdapter/SessionStorage.js","../node_modules/@aegis-framework/artemis/src/SpaceAdapter/IndexedDB.js","../node_modules/@aegis-framework/artemis/src/SpaceAdapter/RemoteStorage.js","../node_modules/@aegis-framework/artemis/src/Space.js","../node_modules/@aegis-framework/artemis/src/Text.js","../node_modules/@aegis-framework/artemis/src/Util.js","../node_modules/@aegis-framework/artemis/index.js","typed.js","../node_modules/base64-js/index.js","../node_modules/ieee754/index.js","../node_modules/isarray/index.js","../node_modules/buffer/index.js","../node_modules/safe-buffer/index.js","../node_modules/randombytes/browser.js","../node_modules/inherits/inherits_browser.js","../node_modules/events/events.js","../node_modules/hash-base/node_modules/readable-stream/lib/internal/streams/stream-browser.js","../node_modules/hash-base/node_modules/readable-stream/lib/internal/streams/buffer_list.js","../node_modules/hash-base/node_modules/readable-stream/lib/internal/streams/destroy.js","../node_modules/hash-base/node_modules/readable-stream/errors-browser.js","../node_modules/hash-base/node_modules/readable-stream/lib/internal/streams/state.js","../node_modules/util-deprecate/browser.js","../node_modules/hash-base/node_modules/readable-stream/lib/_stream_writable.js","../node_modules/hash-base/node_modules/readable-stream/lib/_stream_duplex.js","../node_modules/string_decoder/lib/string_decoder.js","../node_modules/hash-base/node_modules/readable-stream/lib/internal/streams/end-of-stream.js","../node_modules/hash-base/node_modules/readable-stream/lib/internal/streams/async_iterator.js","../node_modules/hash-base/node_modules/readable-stream/lib/internal/streams/from-browser.js","../node_modules/hash-base/node_modules/readable-stream/lib/_stream_readable.js","../node_modules/hash-base/node_modules/readable-stream/lib/_stream_transform.js","../node_modules/hash-base/node_modules/readable-stream/lib/_stream_passthrough.js","../node_modules/hash-base/node_modules/readable-stream/lib/internal/streams/pipeline.js","../node_modules/hash-base/node_modules/readable-stream/readable-browser.js","../node_modules/hash-base/index.js","../node_modules/md5.js/index.js","../node_modules/ripemd160/index.js","../node_modules/sha.js/hash.js","../node_modules/sha.js/sha.js","../node_modules/sha.js/sha1.js","../node_modules/sha.js/sha256.js","../node_modules/sha.js/sha224.js","../node_modules/sha.js/sha512.js","../node_modules/sha.js/sha384.js","../node_modules/sha.js/index.js","../node_modules/process-nextick-args/index.js","../node_modules/readable-stream/lib/internal/streams/stream-browser.js","../node_modules/readable-stream/node_modules/safe-buffer/index.js","../node_modules/core-util-is/lib/util.js","../node_modules/readable-stream/lib/internal/streams/BufferList.js","../node_modules/readable-stream/lib/internal/streams/destroy.js","../node_modules/readable-stream/lib/_stream_writable.js","../node_modules/readable-stream/lib/_stream_duplex.js","../node_modules/readable-stream/node_modules/string_decoder/lib/string_decoder.js","../node_modules/readable-stream/lib/_stream_readable.js","../node_modules/readable-stream/lib/_stream_transform.js","../node_modules/readable-stream/lib/_stream_passthrough.js","../node_modules/readable-stream/readable-browser.js","../node_modules/readable-stream/writable-browser.js","../node_modules/readable-stream/duplex-browser.js","../node_modules/readable-stream/transform.js","../node_modules/readable-stream/passthrough.js","../node_modules/stream-browserify/index.js","../node_modules/cipher-base/index.js","../node_modules/create-hash/browser.js","../node_modules/create-hmac/legacy.js","../node_modules/create-hash/md5.js","../node_modules/create-hmac/browser.js","../node_modules/browserify-sign/browser/algorithms.json","../node_modules/browserify-sign/algos.js","../node_modules/pbkdf2/lib/precondition.js","../node_modules/pbkdf2/lib/default-encoding.js","../node_modules/pbkdf2/lib/to-buffer.js","../node_modules/pbkdf2/lib/sync-browser.js","../node_modules/pbkdf2/lib/async.js","../node_modules/pbkdf2/browser.js","../node_modules/des.js/lib/des/utils.js","../node_modules/minimalistic-assert/index.js","../node_modules/des.js/lib/des/cipher.js","../node_modules/des.js/lib/des/des.js","../node_modules/des.js/lib/des/cbc.js","../node_modules/des.js/lib/des/ede.js","../node_modules/des.js/lib/des.js","../node_modules/browserify-des/index.js","../node_modules/browserify-aes/modes/ecb.js","../node_modules/buffer-xor/index.js","../node_modules/browserify-aes/modes/cbc.js","../node_modules/browserify-aes/modes/cfb.js","../node_modules/browserify-aes/modes/cfb8.js","../node_modules/browserify-aes/modes/cfb1.js","../node_modules/browserify-aes/modes/ofb.js","../node_modules/browserify-aes/incr32.js","../node_modules/browserify-aes/modes/ctr.js","../node_modules/browserify-aes/modes/list.json","../node_modules/browserify-aes/modes/index.js","../node_modules/browserify-aes/aes.js","../node_modules/browserify-aes/ghash.js","../node_modules/browserify-aes/authCipher.js","../node_modules/browserify-aes/streamCipher.js","../node_modules/evp_bytestokey/index.js","../node_modules/browserify-aes/encrypter.js","../node_modules/browserify-aes/decrypter.js","../node_modules/browserify-aes/browser.js","../node_modules/browserify-des/modes.js","../node_modules/browserify-cipher/browser.js","../node_modules/bn.js/lib/bn.js","../node_modules/brorand/index.js","../node_modules/miller-rabin/lib/mr.js","../node_modules/diffie-hellman/lib/generatePrime.js","../node_modules/diffie-hellman/lib/primes.json","../node_modules/diffie-hellman/lib/dh.js","../node_modules/diffie-hellman/browser.js","../node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/stream-browser.js","../node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/buffer_list.js","../node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/destroy.js","../node_modules/browserify-sign/node_modules/readable-stream/errors-browser.js","../node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/state.js","../node_modules/browserify-sign/node_modules/readable-stream/lib/_stream_writable.js","../node_modules/browserify-sign/node_modules/readable-stream/lib/_stream_duplex.js","../node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/end-of-stream.js","../node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/async_iterator.js","../node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/from-browser.js","../node_modules/browserify-sign/node_modules/readable-stream/lib/_stream_readable.js","../node_modules/browserify-sign/node_modules/readable-stream/lib/_stream_transform.js","../node_modules/browserify-sign/node_modules/readable-stream/lib/_stream_passthrough.js","../node_modules/browserify-sign/node_modules/readable-stream/lib/internal/streams/pipeline.js","../node_modules/browserify-sign/node_modules/readable-stream/readable-browser.js","../node_modules/browserify-rsa/index.js","../node_modules/elliptic/package.json","../node_modules/minimalistic-crypto-utils/lib/utils.js","../node_modules/elliptic/lib/elliptic/utils.js","../node_modules/elliptic/lib/elliptic/curve/base.js","../node_modules/elliptic/lib/elliptic/curve/short.js","../node_modules/elliptic/lib/elliptic/curve/mont.js","../node_modules/elliptic/lib/elliptic/curve/edwards.js","../node_modules/elliptic/lib/elliptic/curve/index.js","../node_modules/hash.js/lib/hash/utils.js","../node_modules/hash.js/lib/hash/common.js","../node_modules/hash.js/lib/hash/sha/common.js","../node_modules/hash.js/lib/hash/sha/1.js","../node_modules/hash.js/lib/hash/sha/256.js","../node_modules/hash.js/lib/hash/sha/224.js","../node_modules/hash.js/lib/hash/sha/512.js","../node_modules/hash.js/lib/hash/sha/384.js","../node_modules/hash.js/lib/hash/sha.js","../node_modules/hash.js/lib/hash/ripemd.js","../node_modules/hash.js/lib/hash/hmac.js","../node_modules/hash.js/lib/hash.js","../node_modules/elliptic/lib/elliptic/precomputed/secp256k1.js","../node_modules/elliptic/lib/elliptic/curves.js","../node_modules/hmac-drbg/lib/hmac-drbg.js","../node_modules/elliptic/lib/elliptic/ec/key.js","../node_modules/elliptic/lib/elliptic/ec/signature.js","../node_modules/elliptic/lib/elliptic/ec/index.js","../node_modules/elliptic/lib/elliptic/eddsa/key.js","../node_modules/elliptic/lib/elliptic/eddsa/signature.js","../node_modules/elliptic/lib/elliptic/eddsa/index.js","../node_modules/elliptic/lib/elliptic.js","../node_modules/browserify-sign/node_modules/bn.js/lib/bn.js","../node_modules/vm-browserify/index.js","../node_modules/asn1.js/lib/asn1/api.js","../node_modules/asn1.js/lib/asn1/base/reporter.js","../node_modules/asn1.js/lib/asn1/base/buffer.js","../node_modules/asn1.js/lib/asn1/base/node.js","../node_modules/asn1.js/lib/asn1/base/index.js","../node_modules/asn1.js/lib/asn1/constants/der.js","../node_modules/asn1.js/lib/asn1/constants/index.js","../node_modules/asn1.js/lib/asn1/decoders/der.js","../node_modules/asn1.js/lib/asn1/decoders/pem.js","../node_modules/asn1.js/lib/asn1/decoders/index.js","../node_modules/asn1.js/lib/asn1/encoders/der.js","../node_modules/asn1.js/lib/asn1/encoders/pem.js","../node_modules/asn1.js/lib/asn1/encoders/index.js","../node_modules/asn1.js/lib/asn1.js","../node_modules/parse-asn1/certificate.js","../node_modules/parse-asn1/asn1.js","../node_modules/parse-asn1/aesid.json","../node_modules/parse-asn1/fixProc.js","../node_modules/parse-asn1/index.js","../node_modules/browserify-sign/browser/curves.json","../node_modules/browserify-sign/browser/sign.js","../node_modules/browserify-sign/browser/verify.js","../node_modules/browserify-sign/browser/index.js","../node_modules/create-ecdh/browser.js","../node_modules/public-encrypt/mgf.js","../node_modules/public-encrypt/xor.js","../node_modules/public-encrypt/withPublic.js","../node_modules/public-encrypt/publicEncrypt.js","../node_modules/public-encrypt/privateDecrypt.js","../node_modules/public-encrypt/browser.js","../node_modules/randomfill/browser.js","../node_modules/crypto-browserify/index.js","../src/utils/constants.ts","../src/distribution/int32.ts","../src/utils/add.ts","../src/distribution/int53.ts","../src/distribution/int53Full.ts","../src/distribution/uint32.ts","../src/distribution/uint53.ts","../src/distribution/uint53Full.ts","../src/distribution/integer.ts","../src/distribution/bool.ts","../src/distribution/date.ts","../src/distribution/die.ts","../src/distribution/dice.ts","../src/distribution/string.ts","../src/distribution/hex.ts","../src/utils/convertSliceArgument.ts","../src/utils/toInteger.ts","../src/distribution/pick.ts","../src/utils/multiply.ts","../src/distribution/realZeroToOneExclusive.ts","../src/distribution/realZeroToOneInclusive.ts","../src/distribution/real.ts","../src/utils/sliceArray.ts","../src/distribution/shuffle.ts","../src/distribution/sample.ts","../src/utils/stringRepeat.ts","../src/distribution/uuid4.ts","../src/engine/nativeMath.ts","../src/Random.ts","../src/utils/Int32Array.ts","../src/engine/browserCrypto.ts","../src/utils/createEntropy.ts","../src/utils/imul.ts","../src/engine/MersenneTwister19937.ts","../src/engine/nodeCrypto.ts","../src/distribution/picker.ts","../node_modules/particles.js/particles.js","../node_modules/moment/min/moment-with-locales.js","../node_modules/mousetrap/mousetrap.js","lib/FancyError.js","../node_modules/deeply/flags.js","../node_modules/deeply/adapters/array.js","../node_modules/deeply/adapters/date.js","../node_modules/deeply/lib/reduce_object.js","../node_modules/deeply/adapters/object.js","../node_modules/deeply/extra/arrays_combine.js","../node_modules/deeply/extra/arrays_append.js","../node_modules/deeply/extra/arrays_append_unique.js","../node_modules/fulcon/index.js","../node_modules/deeply/extra/functions_clone.js","../node_modules/deeply/extra/functions_extend.js","../node_modules/deeply/adapters.js","../node_modules/precise-typeof/index.js","../node_modules/deeply/merge.js","../node_modules/deeply/mutable.js","../node_modules/deeply/immutable.js","../node_modules/deeply/index.js","../package.json","monogatari.js","translations/العربية.js","translations/Беларуская.js","translations/简体中文.js","translations/Nederlands.js","translations/English.js","translations/Français.js","translations/Deutsch.js","translations/日本語.js","translations/한국어.js","translations/Português.js","translations/Russian.js","translations/Español.js","translations/tokipona.js","src/Util.js","src/Component.js","src/ShadowComponent.js","index.js","lib/Component.js","components/alert-modal/index.js","components/centered-dialog/index.js","components/character-sprite/index.js","components/choice-container/index.js","lib/ScreenComponent.js","components/credits-screen/index.js","components/dialog-log/index.js","components/gallery-screen/index.js","components/game-screen/index.js","components/help-screen/index.js","components/load-screen/index.js","components/loading-screen/index.js","lib/MenuComponent.js","components/main-menu/index.js","components/main-screen/index.js","components/message-modal/index.js","components/quick-menu/index.js","components/save-screen/index.js","components/save-slot/index.js","components/settings-screen/index.js","components/slot-container/index.js","components/text-box/index.js","components/text-input/index.js","components/timer-display/index.js","components/visual-novel/index.js","lib/Action.js","actions/Canvas.js","actions/Choice.js","actions/Clear.js","actions/Conditional.js","actions/Dialog.js","actions/End.js","actions/Function.js","actions/Gallery.js","actions/HideCanvas.js","actions/HideCharacter.js","actions/HideImage.js","actions/HideParticles.js","actions/HideVideo.js","actions/InputModal.js","actions/Jump.js","actions/Message.js","actions/Next.js","actions/Notify.js","actions/Particles.js","actions/Pause.js","actions/Placeholder.js","actions/Play.js","actions/Scene.js","actions/ShowBackground.js","actions/ShowCharacter.js","actions/ShowImage.js","actions/Stop.js","actions/Vibrate.js","actions/Video.js","actions/Wait.js","lib/ShadowComponent.js"],"names":["_WINDOW","_DOCUMENT","window","document","e","_ref","navigator","_ref$userAgent","userAgent","WINDOW","DOCUMENT","IS_BROWSER","IS_DOM","documentElement","head","addEventListener","createElement","IS_IE","indexOf","NAMESPACE_IDENTIFIER","PRODUCTION","bunker","fn","_defineProperty","obj","key","value","Object","defineProperty","enumerable","configurable","writable","_objectSpread","target","i","arguments","length","source","ownKeys","keys","getOwnPropertySymbols","concat","filter","sym","getOwnPropertyDescriptor","forEach","w","styles","hooks","shims","namespace","defineIcons","prefix","icons","params","undefined","_params$skipHooks","skipHooks","normalized","reduce","acc","iconName","icon","expanded","addPack","_typeof","Symbol","iterator","constructor","prototype","_classCallCheck","instance","Constructor","TypeError","_defineProperties","props","descriptor","_createClass","protoProps","staticProps","_slicedToArray","arr","_arrayWithHoles","_iterableToArrayLimit","_nonIterableRest","_toConsumableArray","_arrayWithoutHoles","_iterableToArray","_nonIterableSpread","Array","isArray","arr2","iter","toString","call","from","_arr","_n","_d","_e","_i","_s","next","done","push","err","noop","_MUTATION_OBSERVER","_PERFORMANCE","mark","measure","MutationObserver","performance","MUTATION_OBSERVER","PERFORMANCE","UNITS_IN_GRID","DEFAULT_FAMILY_PREFIX","DEFAULT_REPLACEMENT_CLASS","DATA_FA_I2SVG","DATA_FA_PSEUDO_ELEMENT","DATA_FA_PSEUDO_ELEMENT_PENDING","DATA_PREFIX","DATA_ICON","HTML_CLASS_I2SVG_BASE_CLASS","MUTATION_APPROACH_ASYNC","TAGNAMES_TO_SKIP_FOR_PSEUDOELEMENTS","PREFIX_TO_STYLE","STYLE_TO_PREFIX","LAYERS_TEXT_CLASSNAME","FONT_FAMILY_PATTERN","FONT_WEIGHT_TO_PREFIX","oneToTen","oneToTwenty","ATTRIBUTES_WATCHED_FOR_MUTATION","DUOTONE_CLASSES","GROUP","SWAP_OPACITY","PRIMARY","SECONDARY","RESERVED_CLASSES","map","n","initial","FontAwesomeConfig","getAttrConfig","attr","element","querySelector","getAttribute","coerce","val","attrs","_ref2","_default","familyPrefix","replacementClass","autoReplaceSvg","autoAddCss","autoA11y","searchPseudoElements","observeMutations","mutateApproach","keepOriginalSource","measurePerformance","showMissingIcons","_config","config","functions","listener","removeEventListener","loaded","doScroll","test","readyState","domready","setTimeout","PENDING","SETTLED","FULFILLED","REJECTED","NOOP","isNode","global","process","emit","asyncSetTimer","setImmediate","asyncQueue","asyncTimer","asyncFlush","asyncCall","callback","arg","invokeResolver","resolver","promise","resolvePromise","resolve","rejectPromise","reason","reject","invokeCallback","subscriber","owner","settled","_state","_data","then","handleThenable","resolved","fulfill","publishFulfillment","publishRejection","publish","_then","_handled","notifyRejectionHandled","P","onFulfillment","onRejection","fulfilled","rejected","catch","_catch","all","promises","results","remaining","index","race","picked","Promise","d","meaninglessTransform","size","x","y","rotate","flipX","flipY","isReserved","name","insertCss","css","style","setAttribute","innerHTML","headChildren","childNodes","beforeChild","child","tagName","toUpperCase","insertBefore","idPool","nextUniqueId","id","Math","random","toArray","array","classArray","node","classList","split","getIconName","cls","parts","slice","join","htmlEscape","str","replace","joinAttributes","attributes","attributeName","trim","joinStyles","styleName","transformIsMeaningful","transform","transformForSvg","containerWidth","iconWidth","outer","innerTranslate","innerScale","innerRotate","inner","path","transformForCss","_ref2$width","width","_ref2$height","height","_ref2$startCentered","startCentered","ALL_SPACE","fillBlack","abstract","force","fill","deGroup","tag","children","makeIconMasking","main","mask","explicitMaskId","maskId","mainWidth","mainPath","maskWidth","maskPath","trans","maskRect","maskInnerGroupChildrenMixin","maskInnerGroup","maskOuterGroup","clipId","maskTag","maskUnits","maskContentUnits","defs","makeIconStandard","styleString","asIcon","found","offset","asSymbol","symbol","makeInlineSvgAbstract","_params$icons","title","titleId","extra","_params$watchable","watchable","widthClass","ceil","attrClass","c","classes","content","role","args","makeLayersTextAbstract","_params$watchable2","class","makeLayersCounterAbstract","noop$1","p","preamble","begin","end","perf","bindInternal4","func","thisContext","a","b","fastReduceObject","subject","initialValue","result","toHex","unicode","hex","charCodeAt","_byUnicode","_byLigature","_byOldName","build","lookup","reducer","o","ligatures","ligature","hasRegular","shim","oldName","byUnicode","byLigature","byOldName","styles$1","emptyCanonicalIcon","rest","getCanonicalIcon","values","autoFetchSvg","iconFromMapping","mapping","toHtml","abstractNodes","_abstractNodes$attrib","_abstractNodes$childr","noop$2","isWatched","i2svg","getMutator","mutators","mutator","mutation","newOuterHTML","parentNode","outerHTML","toLowerCase","newNode","replaceChild","nest","forSvg","RegExp","splitClasses","match","toSvg","toNode","newInnerHTML","performOperationSync","op","perform","mutations","callbackFunction","frame","requestAnimationFrame","disabled","disableObservation","enableObservation","mo","observe","options","treeCallback","nodeCallback","pseudoElementsCallback","_options$observeMutat","observeMutationsRoot","objects","mutationRecord","type","addedNodes","_getCanonicalIcon","childList","characterData","subtree","disconnect","styleParser","prop","classParser","existingPrefix","existingIconName","innerText","parseTransformString","transformString","first","parseFloat","isNaN","transformParser","symbolParser","attributesParser","extraAttributes","maskParser","blankMeta","parseMeta","_classParser","extraClasses","extraStyles","MissingIcon","error","message","stack","Error","create","FILL","ANIMATION_BASE","attributeType","repeatCount","dur","RING","OPACITY_ANIMATE","DOT","cx","cy","r","QUESTION","opacity","EXCLAMATION","missing","styles$2","asFoundIcon","_icon$slice","_icon$slice2","vectorData","findIcon","headers","FontAwesomeKitConfig","token","styles$3","generateSvgReplacementMutation","nodeMeta","generateLayersText","computedFontSize","parseInt","getComputedStyle","fontSize","boundingClientRect","getBoundingClientRect","generateMutation","onTree","root","htmlClassList","hclAdd","suffix","add","hclRemove","remove","prefixes","prefixesDomQuery","candidates","querySelectorAll","console","resolvedMutations","onNode","replaceForPosition","position","pendingAttribute","alreadyProcessedPseudoElement","fontFamily","getPropertyValue","fontWeight","removeChild","hexValue","substr","iconIdentifier","meta","firstChild","appendChild","removeAttribute","processable","operations","baseStyles","dfp","drc","fp","rc","s","dPatt","customPropPatt","rPatt","Library","definitions","_this","_len","_key","additions","_pullDefinitions","reset","definition","_normalized$key","ensureCss","_cssInserted","apiObject","abstractCreator","get","container","html","findIconDefinition","iconLookup","_iconLookup$prefix","library","resolveIcons","maybeIconDefinition","iconDefinition","noAuto","dom","_params$node","_params$callback","insertCss$$1","watch","autoReplaceSvgRoot","autoReplace","parse","_params$transform","_params$symbol","_params$mask","_params$maskId","_params$title","_params$titleId","_params$classes","_params$attributes","_params$styles","text","_params$transform2","_params$title2","_params$classes2","_params$attributes2","_params$styles2","counter","_params$title3","_params$classes3","_params$attributes3","_params$styles3","layer","assembler","_params$classes4","api","_params$autoReplaceSv","bootstrap","FontAwesome","addShims","_namespace$shims","apply","DebugLevel","NONE","ERROR","WARNING","INFO","DEBUG","ALL","Debug","level","_level","log","debug","info","warn","table","group","groupCollapsed","groupEnd","time","timeLog","timeEnd","trace","DOM","selector","collection","_selector","NodeList","HTMLElement","display","newClass","oldClass","item","j","toggle","classToCheck","contains","focus","event","targetElement","$_","closestParent","exists","dataset","textContent","div","offsetWidth","offsetHeight","parentElement","rect","top","body","scrollTop","left","scrollLeft","matches","search","find","parent","limit","attribute","hasAttribute","insertAdjacentHTML","properties","property","start","Date","getTime","timer","setInterval","step","min","clearInterval","last","tick","check","Element","polyfill","webkitMatchesSelector","mozMatchesSelector","msMatchesSelector","newElement","replaceElement","$_ready","Request","data","encodeURIComponent","url","query","serialize","fetch","formData","contentType","FormData","append","JSON","stringify","assign","method","post","response","json","blob","FileSystem","file","read","reader","FileReader","onload","onerror","readAsDataURL","readAsArrayBuffer","readAsText","File","pop","extensions","extension","Form","field","each","files","module","exports","cachedSetTimeout","cachedClearTimeout","defaultSetTimout","defaultClearTimeout","clearTimeout","runTimeout","fun","runClearTimeout","marker","queue","draining","currentQueue","queueIndex","cleanUpNextTick","drainQueue","timeout","len","run","nextTick","Item","env","argv","version","versions","on","addListener","once","off","removeListener","removeAllListeners","prependListener","prependOnceListener","listeners","binding","cwd","chdir","dir","umask","Platform","devicePixelRatio","orientation","portrait","electron","cordova","platform","includes","location","protocol","Preload","route","image","Image","src","LocalStorage","store","upgrades","numericVersion","storage","upgradesToApply","versionless","storedVersions","localStorage","sort","oldVersion","oldVersionNumeric","availableUpgrades","startFrom","findIndex","u","old","previousId","previous","getItem","setItem","removeItem","res","_upgrade","open","currentValue","set","exception","newVersion","oldId","full","SessionStorage","sessionStorage","IndexedDB","IDBDatabase","indexedDB","onsuccess","onupgradeneeded","createObjectStore","createIndex","transaction","objectStore","put","getAll","getAllKeys","delete","clear","RemoteStorage","endpoint","SpaceAdapter","Space","adapter","configuration","_configuration","callbacks","transformations","object","update","upgrade","rename","Text","txt","charAt","getSelection","selection","createRange","regex","replacements","Util","callable","context","crypto","getRandomValues","Uint8Array","generate","floor","substring","factory","define","amd","this","modules","__webpack_require__","moduleId","installedModules","m","defineProperties","_initializerJs","_htmlParserJs","Typed","elementId","initializer","load","inlineSpeed","typeSpeed","pause","status","stop","typingComplete","toggleBlinking","onStop","arrayPos","typewrite","curString","curStrPos","backspace","onStart","onDestroy","restart","replaceText","cursor","strPos","curLoop","insertCursor","onReset","onBegin","shuffleStringsIfNeeded","bindInputFocusEvents","bindFocusEvents","currentElContent","strings","sequence","startDelay","_this2","fadeOut","el","fadeOutClass","humanize","humanizer","numChars","setPauseStatus","htmlParser","typeHtmlChars","pauseTime","skip","exec","temporaryPause","onTypingPaused","percentage","calculatedSpeed","stringBeforeSkip","stringSkipped","stringAfterSkip","doneTyping","keepTyping","onTypingResumed","preStringTyped","nextString","_this3","onStringTyped","complete","loop","loopCount","backDelay","_this4","initFadeOut","backSpeed","backSpaceHtmlChars","curStringAtPosition","smartBackspace","stopNum","onLastStringBackspaced","onComplete","isTyping","isBlinking","cursorBlinking","speed","round","shuffle","_this5","className","fadeOutDelay","isInput","_this6","showCursor","cursorChar","nextSibling","_interopRequireDefault","__esModule","default","_extends","hasOwnProperty","_defaultsJs","_defaultsJs2","Initializer","self","elContent","isPaused","stringsElement","stringsLength","stringEl","getCurrentElContent","autoInsertCss","appendAnimationCss","cssDataName","innerCss","defaults","Infinity","HTMLParser","curChar","endTag","R","Reflect","ReflectApply","receiver","Function","ReflectOwnKeys","getOwnPropertyNames","ProcessEmitWarning","warning","NumberIsNaN","Number","EventEmitter","init","_events","_eventsCount","_maxListeners","defaultMaxListeners","checkListener","RangeError","getPrototypeOf","setMaxListeners","_getMaxListeners","that","getMaxListeners","doError","events","er","handler","arrayClone","_addListener","prepend","existing","newListener","unshift","warned","String","emitter","count","onceWrapper","fired","wrapFn","_onceWrap","state","wrapped","bind","list","originalListener","shift","spliceOne","_listeners","unwrap","evlistener","unwrapListeners","rawListeners","listenerCount","eventNames","copy","ret","require","enumerableOnly","symbols","getOwnPropertyDescriptors","_require","Buffer","_require2","inspect","custom","copyBuffer","BufferList","tail","v","entry","alloc","allocUnsafe","consume","hasStrings","_getString","_getBuffer","nb","buf","_","depth","customInspect","destroy","cb","readableDestroyed","_readableState","destroyed","writableDestroyed","_writableState","emitErrorNT","errorEmitted","_destroy","emitErrorAndCloseNT","emitCloseNT","emitClose","undestroy","reading","ended","endEmitted","ending","finalCalled","prefinished","finished","errorOrDestroy","stream","rState","wState","autoDestroy","_inheritsLoose","subClass","superClass","__proto__","codes","createErrorType","code","Base","getMessage","arg1","arg2","arg3","NodeError","_Base","oneOf","expected","thing","startsWith","pos","endsWith","this_len","actual","determiner","msg","ERR_INVALID_OPT_VALUE","highWaterMarkFrom","isDuplex","duplexKey","highWaterMark","getHighWaterMark","hwm","isFinite","objectMode","Writable","WriteReq","chunk","encoding","CorkedRequest","finish","onCorkedFinish","Duplex","WritableState","internalUtil","deprecate","Stream","OurUint8Array","_uint8ArrayToBuffer","_isUint8Array","isBuffer","destroyImpl","_require$codes","ERR_INVALID_ARG_TYPE","ERR_METHOD_NOT_IMPLEMENTED","ERR_MULTIPLE_CALLBACK","ERR_STREAM_CANNOT_PIPE","ERR_STREAM_DESTROYED","ERR_STREAM_NULL_VALUES","ERR_STREAM_WRITE_AFTER_END","ERR_UNKNOWN_ENCODING","nop","writableObjectMode","needDrain","noDecode","decodeStrings","defaultEncoding","writing","corked","sync","bufferProcessing","onwrite","writecb","writelen","bufferedRequest","lastBufferedRequest","pendingcb","bufferedRequestCount","corkedRequestsFree","getBuffer","current","out","writableStateBufferGetter","realHasInstance","hasInstance","write","_write","writev","_writev","final","_final","pipe","writeAfterEnd","validChunk","isBuf","writeOrBuffer","cork","uncork","clearBuffer","setDefaultEncoding","decodeChunk","newChunk","doWrite","onwriteError","finishMaybe","onwriteStateUpdate","needFinish","afterWrite","onwriteDrain","l","buffer","holder","allBuffers","endWritable","callFinal","prefinish","need","corkReq","_undestroy","objectKeys","Readable","allowHalfOpen","readable","onend","onEndNT","ERR_STREAM_PREMATURE_CLOSE","called","isRequest","setHeader","abort","eos","opts","onlegacyfinish","onfinish","writableEnded","readableEnded","onclose","onrequest","req","_Object$setPrototypeO","kLastResolve","kLastReject","kError","kEnded","kLastPromise","kHandlePromise","kStream","createIterResult","readAndResolve","onReadable","wrapForNext","lastPromise","AsyncIteratorPrototype","ReadableStreamAsyncIteratorPrototype","setPrototypeOf","asyncIterator","_return","createReadableStreamAsyncIterator","_Object$create","ReadableState","EE","EElistenerCount","debugUtil","debuglog","ERR_STREAM_PUSH_AFTER_EOF","ERR_STREAM_UNSHIFT_AFTER_END_EVENT","StringDecoder","kProxyEvents","readableObjectMode","pipes","pipesCount","flowing","needReadable","emittedReadable","readableListening","resumeScheduled","paused","awaitDrain","readingMore","decoder","_read","skipChunkCheck","readableAddChunk","addToFront","onEofChunk","chunkInvalid","addChunk","maybeReadMore","emitReadable","setEncoding","enc","MAX_HWM","computeNewHighWaterMark","howMuchToRead","nOrig","endReadable","doRead","fromList","emitReadable_","flow","maybeReadMore_","dest","pipeOpts","doEnd","stdout","stderr","endFn","unpipe","onunpipe","unpipeInfo","hasUnpiped","cleanup","ondrain","pipeOnDrain","cleanedUp","ondata","resume","pipeOnDrainFunctionResult","dests","splice","ev","nReadingNextTick","updateReadableListening","resume_","wrap","methodWrap","methodWrapReturnFunction","_fromList","endReadableNT","iterable","xs","Transform","ERR_TRANSFORM_ALREADY_TRANSFORMING","ERR_TRANSFORM_WITH_LENGTH_0","afterTransform","ts","_transformState","transforming","writechunk","rs","needTransform","writeencoding","_transform","flush","_flush","err2","PassThrough","ERR_MISSING_ARGS","destroyer","closed","to","popCallback","streams","pipeline","destroys","inherits","throwIfNotStringOrBuffer","HashBase","blockSize","_block","_blockSize","_blockOffset","_length","_finalized","digest","block","_update","carry","_digest","pna","asyncWrite","util","writableHwm","writableHighWaterMark","defaultHwm","valid","MAX_ALLOC","pow","iterations","keylen","pVersionMajor","ArrayBuffer","isView","md5","RIPEMD160","sha","checkParameters","toBuffer","ZEROS","sizes","sha1","sha224","sha256","sha384","sha512","rmd160","ripemd160","Hmac","alg","saltLen","hash","getDigest","blocksize","ipad","opad","ipad1","ipad2","h","shaFunc","rmd160Func","pbkdf2","password","salt","hmac","DK","block1","destPos","hLen","writeUInt32BE","T","U","k","ZERO_BUF","subtle","toBrowser","checks","checkNative","algo","browser","importKey","deriveBits","prom","browserPbkdf2","resp","pbkdf2Sync","oldBrowser","safeBuffer","randombytes","kBufferMaxLength","kMaxLength","msCrypto","kMaxUint32","assertOffset","assertSize","randomFill","randomFillSync","actualFill","ourBuf","uint","bytes","Int32Array","COUNT","FancyError","host","Prism","render","click","highlightAll","MonogatariDebug","uuid","isVisible","capitalize","allowDangerousObjectKeys","useCustomAdapters","useCustomTypeOf","arrayAdapter","merge","dateAdapter","setTime","valueOf","behaviors","reduceObject","isUnsafeKey","objectAdapter","arraysCombineAdapter","arraysAppendAdapter","arraysAppendUniqueAdapter","fulcon","cloneFunction","functionsCloneAdapter","functionsExtendAdapter","arraysCombine","arraysAppend","arraysAppendUnique","functionsClone","functionsExtend","preciseTypeOf","stamp","pojoOnly","adapters","typeOf","getTypeOfAdapter","getMergeByTypeAdapter","getInitialValue","passThru","glob","objectType","mutable","immutable","Monogatari","components","component","actions","action","onLoad","_translations","preference","show","_history","oldState","newState","trigger","naturalPosition","engine","_actions","alreadyRegistered","_components","customElements","unregisterComponent","normalizedId","_assets","_characters","character","Images","sprites","Directory","directory","Color","color","Name","Nme","Face","default_expression","Side","expressions","TypeAnimation","type_animation","language","_settings","_preferences","Storage","save","setupStorage","newConfiguration","oldConfiguration","_status","_storage","_script","script","setting","revert","_functions","_$","_globals","_templates","_mediaPlayers","mediaPlayers","mediaKey","currentTime","_temp","moment","locale","_languageCodes","string_translation","string","category","asset","isImage","assets","characters","statement","translations","translate","replaceVariables","max","saveKey","number","date","format","getMaxSlotId","game","originalBlockValue","finally","label","proceed","autoPlay","history","shortcut","mousetrap","preventDefault","Adapter","friendly","Store","Endpoint","keyPath","unbind","closest","callAsync","stopImmediatePropagation","stopPropagation","shouldAdvance","shouldStepBack","before","beforeRevert","advance","actionToRevert","jump","reverse","destination","interpolatedStatement","actionStatement","matchString","matchObject","act","_setStatement","_setCycle","setContext","willRevert","didRevert","afterRevert","beforeRun","returnValue","fileName","lineNumber","willApply","didApply","afterRun","alert","setProps","slot","resetGame","hideScreens","Engine","Step","Label","scene","Scene","Song","music","Sound","sound","Particles","particles","Show","sceneElements","SceneElementsHistory","elements","MusicHistory","SoundHistory","ImageHistory","CharacterHistory","SceneHistory","sceneState","images","particle","ParticlesHistory","showScreen","userInitiated","shouldProceed","willProceed","shouldRollback","willRollback","ambientPlayer","play","playAmbient","labelName","addClass","showMainScreen","enable","interval","now","replaceWith","removeClass","hide","local_settings","serviceWorkers","serviceWorker","register","registration","onupdatefound","worker","installing","onstatechange","controller","registerListener","screen","setState","dismissAlert","distractionFree","setup","button","proportionWidth","proportionHeight","mainElement","mainHeight","widthCss","heightCss","marginTopCss","marginTop","mobile","runListener","keyboardShortcut","forceAspectRatio","forceAspectRatioFlag","resize","pure","handled","details","CustomEvent","bubbles","detail","dispatchEvent","Audio","localize","preload","showSplashScreen","saveTo","Random","browserCrypto","integer","Proxy","voice","video","playing","finished_typing","voices","sounds","videos","scenes","gallery","globals","distraction_free","delete_slot","overwrite_slot","current_auto_save_slot","_auto_play_timer","_log","_auto_save_interval","_engine_block","_executing_sub_action","_restoring_state","on_splash_screen","_didSetup","_didBind","_didInit","buttons","link","credits","package_json","_id","deserializeCSS","encapsulation","repeat","temp","Component","_template","_isReady","forceRender","_tag","_children","_props","_ready","_connected","_style","_styleElement","static","template","sharedStyle","HTMLStyleElement","_createStyleElement","updateCallback","oldProps","_setPropAttributes","_explicitPropTypes","origin","oldValue","newValue","oldObject","newObject","_render","willMount","didMount","willUnmount","unmount","didUnmount","willUpdate","onStateUpdate","onPropsUpdate","didUpdate","ShadowComponent","_shadowDOM","attachShadow","mode","_parent","instances","PandoraComponent","AlertDialog","active","editable","CenteredDialog","CharacterSprite","layers","wrapper","heightRatio","widthRatio","maxHeight","innerHeight","naturalHeight","naturalWidth","ChoiceContainer","choices","choice","choiceText","Clickable","assertAsync","Do","Class","ScreenComponent","CreditsScreen","addButton","items","section","DialogLog","dialog","addButtonAfter","scrollHeight","GalleryScreen","showImage","unlocked","GameScreen","rollback","HelpScreen","LoadScreen","autoSaveEnabled","LoadingScreen","progress","MenuComponent","onConfigurationUpdate","after","MainMenu","MainScreen","stopAmbient","MessageModal","subtitle","actionString","QuickMenu","removeButton","SaveScreen","slotName","SaveSlot","screenshot","background","hasImage","SettingsScreen","onbeforeunload","ipcRendererSend","resizable","ipcRendererReceive","minWidth","maxWidth","minHeight","aspectRatio","aspectRatioWidth","aspectRatioHeight","calculatedWidth","calculatedHeight","changeWindowResolution","change","fullscreen","resolution","mediaType","createEvent","initMouseEvent","select","SlotContainer","customName","slots","fullLabel","savedData","aNumber","bNumber","isDeleteButton","loadFromSlot","onCreate","Set","onUpdate","onDelete","TextBox","clientHeight","TextInput","onSubmit","validate","inputValue","TimerDisplay","elapsed","VisualNovel","Action","_statement","cycle","_cycle","Canvas","canvas","separator","Choice","doAction","do","Timer","onChosen","Condition","Dialog","hasClass","timer_display","functionReversible","onRevert","Clear","keepNVL","Conditional","currentStatement","branch","isInteger","True","False","conditional","centeredDialog","dialogLog","textObject","typedConfiguration","text_box","checkUnread","expression","clearDialog","nvl","removeData","animation","ready","displayNvlDialog","displayDialog","characterDialog","displayCenteredDialog","End","ReversibleFunction","shouldContinue","Apply","Reverse","Gallery","HideCanvas","HideCharacter","oldClasses","endAnimation","durationPosition","visibility","HideImage","HideParticles","HideVideo","InputModal","Input","Validation","Save","Warning","input","Revert","Jump","Message","messages","Title","Subtitle","Next","Notify","notifications","notification","Notification","permission","requestPermission","close","pJSDom","pJS","cancelAnimationFrame","drawAnimFrame","particlesJS","Pause","media","player","mediaPlayer","Placeholder","$","Play","voicePlayers","shutUp","volume","players","preferences","playerType","removeMediaPlayer","fadeTime","increments","maxVolume","fade","mediaVolume","fadePosition","onended","endState","fadeIn","states","scene_elements","restoringState","scene_state","ShowBackground","isColorProperty","isNamed","ShowCharacter","sprite","oneSpriteOnly","watchAnimation","imgSrc","transitionPosition","ShowImage","Stop","statements","Vibrate","vibrate","Video","requestFullscreen","Wait","PandoraShadowComponent","belarusian","german","english","spanish","french","dutch","portuguese","russian","arabic","korean","japanese","chinese","tokipona","AlertModal"],"mappings":"A6iBAA,AbAA,AIAA,ADAA,AFAA,AIAA,ACAA,ACAA,AEAA,AGAA,ADAA,AlKAA,AiGAA,AJAA,AXAA,ALAA,AFAA,AUAA,ADAA,AWAA,ADAA,AlCAA,ADAA,A+GAA,AhEAA,ASAA,ADAA,AJAA,AEAA0tB,AIAA,ATAA,AJAAA,AcAAC,AvJAA,A/SAA,AoDAA,A0BAA,AmDAA,A+FAA,AzQAA,A2RAA,ArKAA,AMAA,AQAA,AvBAA,A1FAA,AyBAA,A6FAA,ArBAA,AKAA,ACAA,AkBAA,AjGAA,AgCAA,AmCAA,AxHAA,AmFAA,AhDAA,AyIAA,AhFAA,A8GAA,AvCAA,AvJAA,AbAA,AwFAA,AmLAA,AGAA,AzGAA,AnHAA,ApDAA,AsWAA,A/EAA,AxJAA,A7FAA,AnCAA,AuLAA,AxCAA,A9DAA,AzBAA,A8DAA,A9BAA,AuRAA,ArWAA,AeAA,AuBAA,ApCAA,A+RAA,AtSAA,AwNAA,A1MAA,A+DAA,AGAA,AzCAA,AJAA,AmMAA,AnOAA,AaAA,AyJAA,ApFAA,A4EAA,AlFAA,AyKAA,AGAA,AVAA,AIAA,AhNAA,AmUAA,AlFAA,A5GAA,ArGAA,AzBAA,AFAA,AhCAA,AFAA,AqCAA,AdAA,ACAA,A4DAA,A/DAA,AYAA,A5CAA,A0GAA,A7BAA,AgCAA,AzEAA,AwPAA,AFAA,ANAA,A7FAA,AJAA,AFAA,ACAA,A9KAA,A6FAA,A+DAA,A5GAA,A9BAA,AFAA,AqKAA,AoBAA,AnCAA,AmBAA,ADAA,AgLAA,AjLAA,AYAA,ADAA,A2CAA,AnNAA,A0QAA,AnSAA,AuBAA,ACAA,AcAA,AuQAA,ADAA,A1SAA,A6EAA,A+NAA,A9RAA,AoBAA,ASAA,AmJAA,AwGAA,ACAA,A7KAA,AGAA,AGAA,AEAA,ACAA,AEAA,ADAA,AIAA,ADAA,AGAA,AtBAA,AuBAA,ACAA,AvBAA,A2CAA,AnBAA,AEAA,ACAA,A1BAA,A6BAA,ADAA,AEAA,ACAA,ACAA,ACAA,AGAA,AFAA,AIAA,ADAA,A6IAA,ArCAA,AGAA,AFAA,AKAA,AFAA,AzJAA,AEAA,ADAA,A2JAA,AiBAA,A7CAA,ACAA,ACAA,AEAA,ACAA,AEAA,ACAA,AEAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,AnCAA,AEAA,AEAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,AEAA,ACAA,A1KAA,ACAA,AsCAA,ApCAA,ADAA,AsCAA,AnCAA,AGAA,ASAA,ACAA,ACAA,ACAA,AGAA,AGAA,ACAA,ACAA,AHAA,AIAA,AYAA,ACAA,AZAA,ACAA,AGAA,AGAA,AFAA,AwHAA,AFAA,A4DAA,ACAA,AwDAA,ACAA,ACAA,ACAA,AEAA,ACAA,AFAA,AGAA,ACAA,ACAA,ACAA,AEAA,ADAA,A9KAA,AyCAA,ACAA,ACAA,ACAA,AmEAA,ArFAA,ACAA,ACAA,ACAA,AtCAA,AIAA,AmCAA,ACAA,ACAA,A5CAA,AQAA,AqCAA,AVAA,AWAA,A9BAA,AMAA,ACAA,AtBAA,AuBAA,AEAA,AqBAA,ApBAA,ACAA,AoBAA,ACAA,ACAA,AhBAA,ADAA,ADAA,A9IAA,AEAA,ACAA,ACAA,AEAA,ADAA,AEAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,AyPAA,ACAA,ACAA,ACAA,AEAA,ADAA,ARAA,ACAA,ASAA,ARAA,ASAA,ACAA,AhBAA,AEAA,ALAA,AqBAA,ACAA,ACAA,AbAA,AeAA,ADAA,AEAA,ACAA,ACAA,ACAA,ACAA,ACAA,A3BAA,AEAA,ALAA,ACAA,AjBAA,AwEAA,AEAA,AEAA,ADAA,A4EAA,AEAA,A6HAA,AoDAA,AVAA,ACAA,AEAA,AEAA,ACAA,AFAA,AIAA,ACAA,AVAA,AeAA,ACAA,AbAA,AWAA,ApKAA,AFAA,AFAA,ACAA,AEAA,ALAA,AgCAA,ACAA,AgDAA,A1BAA,AGAA,ACAA,AFAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHAA,AgOAA,A5NAA,AWAA,ADAA,AJAA,AEAAD,AIAA,AXAA,AJAAA,AgBAAC,AkHAA,AVAA,ASAA,ADAA,ADAA,ALAA,AEAA,ADAA,AGAA,ADAA,AJAA,AFAA,AcAA,A5IAA,AKAA,AJAA,AgGAA,A9BAA,AoDAA,A+CAA,ADAA,ADAA,AnGAAA,ALAA,AuHAA,AJAA,A9HAA,APAA,AIAA,ADAA,ALAA,AJAA,AeAA,AJAA,AGAA,AFAA,ApEAA,AsDAA,AkBAA,AiGAA,A0FAAD,IbAI8tB,AKAAO,ACAAA,AKAAmB,ACAA3B,AbAAA,AWAAJ,AhLAA1F,EmDAE,ATAA,ApFAA,AXAA,AwOAA,ChIAC9nB,ATAAA,AcAA,AlGAAA,AXAAA,AgBAA,A0CAA,A8KAAA,C9KACgqB,C2KAC,CxHACjqB,A7FAAA,CsNAC,CDAC0T,CEAC,AbAA,ArKAA,CmDAb,ATAA,AuIAcA,A3NAd,AXAA,A0DAA,A8KAA,E3HAgB,A8GAA,AYAAA,AbAAA,A1MAA,AqCAAnxB,CmDAC,ATAAmxB,AcAAzT,AmHAA,ACAA,AtNAA,AXAAyT,AgBAAzT,A0CAAyT,A8KAA,EbAGA,AUAD,CLACA,ACAAA,AIAA,AhLAA,CiLAC,AjLAAsU,CiLAC,CCAC,AbAA,C3HAC,AcAd,A0HAc,AbAA,A1NAA,AgBAd,A0CAc,ALAR,C0CAS,A/FAA,A0DAA,ALAA,CsKAE,AtKAX,CwDAWtU,A8GAC,AKAD,ACAA,AjNAAA,CgNAC,ACAA,A5KAA,CmDAC,A7FAA,C0CAb,EgLAG,CtIAK,AsIAxB,ArOAwB,C+FAP,AcAiB,A7GAjB,AgBAiB,AqCAA,C0CAC/C,AcAA,AwHEnC,ArOFmCA,AgBAA,AqCAnC,C2KA2B,ACAA,AKAN,ACAE,CPAvB,ACAA,AKAA,ACAA,AbAuB,ArKAa,CqKApC,AhKAwB,C4KExB,A5KFA,CgKEA,O3HFA,A/FAA,K2NA2B,CAA3B,EAEA,O9GFkC,A7FAA,C6FAlC,A7FAA;A4ICA,AbAA,AEDA,AECA,ADAA,AFAA,AIAA,ACAA,ACAA,AEAA,ADDA,AEAA,AECA,ADAA,AlKAA,AgGDA,ACCA,AXDA,AEAA,AKCA,ADDA,ADAA,AJAA,ALCA,ALAA,ACDA,AEAA,ADAA,AIAA,ARCA,AUAA,ADAA,AHDA,AQAA,AMCA,ArBDA,AoBCA,AwBDA,A1DCA,ADAA,A+GAA,AGDA,AFAA,ACAA,AvBAA,AxCAA,AMCA,ADAA,AHDA,APAA,ACAA,AKCA,AEAE,AIAF,ACAA1Q,AzCDA,AtBAA,AxFCA,A/SAA,AoDAA,A0BAA,AmDAA,A+FAA,AzQAA,A2RAA,AKDA,AFAA,AxKCA,AMAA,AQAA,AvBAA,A1FAA,AyBAA,A6FAA,ArBAA,AKAA,ACAA,AkBAA,AjGAA,AgCAA,AmCAA,AxHAA,AmFAA,A4MDA,AGAA,AJAA,A3PCA,AyIAA,AhFAA,A8GAA,AvCAA,AvJAA,AbAA,AwFAA,AmLAA,AGAA,AzGAA,AnHAA,ApDAA,AUDA,A4VCA,A/EAA,AxJAA,A7FAA,AMDA,AzCCA,AuLAA,AxCAA,A9DAA,AzBAA,A8DAA,AzFDA,A2DCA,AuRAA,AhXDA,AWCA,AeAA,AoQDA,A7OCA,ApCAA,A+RAA,AtSAA,AwNAA,A1MAA,A+DAA,AxDDA,A2DCA,AzCAA,AJAA,AmMAA,AnOAA,AaAA,AyJAA,ApFAA,A4EAA,AlFAA,AyKAA,AGAA,AVAA,AIAA,A2BDA,A3OCA,AmUAA,AzVDA,AuQCA,A5GAA,A0DDA,AJAA,AFAA,AzJCA,AzBAA,AFAA,AhCAA,AFAA,AqCAA,AdAA,ACAA,A4DAA,A/DAA,AYAA,A5CAA,A+GDA,ALCA,A7BAA,AgCAA,AzEAA,AVDA,AkQCA,AFAA,ANAA,A3PDA,A8JCA,AJAA,AFAA,ACAA,A9KAA,A6FAA,AlFDA,AiJCA,A5GAA,A9BAA,ANDA,AICA,AqKAA,AoBAA,AnCAA,AmBAA,ADAA,AgLAA,AjLAA,AYAA,ADAA,A2CAA,AnNAA,A0QAA,AnSAA,AuBAA,ACAA,AcAA,AuQAA,ADAA,A1SAA,A6EAA,AgODA,AJAA,AGCA,A9RAA,AoBAA,ASAA,ADDA,AoJCA,AsGDA,AECA,ACAA,A7KAA,AGAA,AGAA,AEAA,ACAA,AEAA,ADAA,AIAA,ADAA,AGAA,AtBAA,AuBAA,ACAA,AvBAA,A2CAA,AnBAA,AEAA,ACAA,A1BAA,A6BAA,ADAA,AEAA,ACAA,ACAA,ACAA,AGAA,AFAA,AIAA,ADAA,A6IAA,ArCAA,AGAA,AFAA,AKAA,AFAA,AzJAA,AEAA,ADAA,AEDA,AyJCA,ACDA,AgBCA,A7CAA,ACAA,ACAA,AEAA,ACAA,AEAA,ACAA,AEAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ApCDA,ACCA,AEAA,AEAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,AEAA,ACAA,A1KAA,ACAA,AsCAA,ApCAA,ADAA,AsCAA,AnCAA,AGAA,ASAA,ACAA,ACAA,ACAA,AGAA,AGAA,ACAA,ACAA,AHAA,AIAA,AYAA,ACAA,AZAA,ACAA,AGAA,AGAA,AFAA,AwHAA,AFAA,A4DAA,ACAA,AwDAA,ACAA,ACAA,ACAA,AEAA,ACAA,AFAA,AGAA,ACAA,ACAA,ACAA,AEAA,ADAA,AtIDA,AxCCA,AyCAA,ACAA,ACAA,ACAA,AmEAA,ArFAA,ACAA,ACAA,ACAA,AtCAA,AIAA,AmCAA,ACAA,ACAA,A5CAA,AQAA,AqCAA,AVAA,AWAA,A5BDA,AFCA,AMAA,ACAA,AtBAA,AuBAA,ACDA,ACCA,AqBAA,ApBAA,ACAA,AoBAA,ACAA,ACAA,AhBAA,ADAA,ADAA,A9IAA,ACDA,ACCA,ACAA,ACAA,ALDA,AOCA,ADAA,AEAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,AyPAA,ACAA,ACAA,ACAA,AEAA,ADAA,ARAA,ACAA,ASAA,ARAA,ASAA,ACAA,AhBAA,AEAA,ALAA,AoBDA,ACCA,ACAA,ACAA,AbAA,AeAA,ADAA,AEAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACDA,ACAA,A7BCA,AEAA,ALAA,ACAA,AlBDA,ACCA,AgEDA,ACAA,ACAA,AEAA,AICA,ACDA,ACCA,AEAA,ADAA,A4DDA,AuIAA,AvHCA,AEAA,ACDA,AFAA,A8HCA,AoDAAD,AVAAA,ACAAA,AIAAA,ACAAA,AFAAA,AIDA,ACAA,AVCAA,AgBDA,AtKCA,AFAA,AFAA,ACAA,AEAA,ALAA,AmCDA,ADAA,AFCA,ACAA,AgDAA,A1BAA,AGAA,ACAA,AFAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHAA,AmFDA,A6ICAA,A9MDA,AVAA,AOCA,ADAA,AHDA,ATAA,ACAA,AOCA,AEAE,AIAF,ACAAC,AkHAA,AVAA,ASAA,ADAA,ADAA,ALAA,AEAA,ADAA,AGAA,ADAA,AJAA,AFAA,AcAA,A5IAA,AKAA,AJAA,AwBDA,AwECA,A9BAA,AoDAA,AqGDA,AtDCA,ADAA,ADAA,AGDA,ACAA,AkDAA,AzJCAA,AJDA,AEAA,ADAA,A4KAA,AvMAA,AhDAA,AgMCA,ALDA,AIAA,ADAA,ADAA,ADCA,A9HAA,APAA,AIAA,ADAA,ANDA,ACCA,AJAA,ACDA,AMAA,AQCA,AJAA,AGAA,AFAA,ApEAA,A8CDA,AvBAA,AwBAA,AOCA,ANDA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAC,IRAG6tB,ACAAA,AMAAkB,AjLDAnU,AEAAyN,ADAAvU,E2KCE,AVAA,ACAA,AIAA,ACAA,AFAA,ALAA,AQAA,ClHAC,AqHAA9T,AVAAA,ACAAA,AIAAA,ACAAA,AFAAA,ALAAA,AQAAA,A/MAA,A0CAA,AFDA,CgDCC,AKAAwZ,AlGAA,AKAAA,A0CAAgS,EFDE/X,ADAA,AiLCD,EhIAG/jB,A+HAA,A5NAAA,C4CDC+jB,C0CAC,AYCd,AqHAA,AVAA,ACAA,AIAA,ACAA,AFAA,ALAA,AQAA,A7NDc,AcCd,AmNCA,CIDgBA,CPAA,ACAA,CzHAR,AKASzT,AqHCjB,AVDiButB,ACAAE,AIAAQ,ACAAC,AFAAF,ALCjB,AQDiBG,ApNAT,AKASnuB,AwCDA,CgDCC,A7FAA,A+CAlB,AFDkB,CwKCEyT,ACAAA,A3KDpB,CCAoB,CGCCA,AHDA,CgLCE,CAAC,ARAxB,ClHAA,A7FAA,EgNA2B,ACAA,CDAC,ACAA,CRA5B,A/JA4B,A8KDX,ChBCjB,A9JA6B,KHDT,CCAH,ADAJ,CsKCb,ArKDA,ADAoCK,CqKCpC,CWAuB,CADvB,E7KC4B,CoKA5B,ApKAA,AHDA,UyKC2B,ACAA,CDD3B,ACAA,EDIA,ACAA,UzHHQ,A7FAA,C6FAN,A7FAA;AiJCF,AbAA,AEDA,AECA,ADAA,AFAA,AIAA,ACAA,ACAA,AEAA,ADDA,AEAA,AECA,ADAA,AlKAA,AgGDA,ACCA,AXDA,AEAA,AKCA,ADDA,ADAA,AJAA,ALCA,ALAA,ACDA,AEAA,ADAA,AIAA,ARCA,AUAA,ADAA,AHDA,AQAA,AMCA,ArBDA,AoBCA,AwBDA,A3DCA,A+GAA,AGDA,AFAA,ACAA,AvBAA,AxCAA,AMCA,ADAA,AJAA,AEAC,AIAD,ATAA,AUAA9T,AzCDA,AzEDA,AmDCA,AxFCA,A/SAA,AoDAA,A0BAA,AmDAA,A+FAA,AzQAA,AgSDA,AFAA,AxKCA,AMAA,AQAA,AvBAA,A1FAA,AyBAA,A6FAA,ArBAA,AKAA,ACAA,AkBAA,AjGAA,AgCAA,AmCAA,AxHAA,AmFAA,A4MDA,AGAA,AJAA,A3PCA,AyIAA,AhFAA,A8GAA,AvCAA,AvJAA,AbAA,AwFAA,AmLAA,AGAA,AzGAA,AnHAA,ApDAA,AUDA,A4VCA,A/EAA,AxJAA,ACFA,A9FEA,AMDA,AzCCA,AuLAA,AxCAA,A9DAA,AzBAA,A8DAA,AzFDA,A2DCA,AuRAA,AhXDA,AWCA,AmRDA,A7OCA,ApCAA,A+RAA,AtSAA,AwNAA,A1MAA,A+DAA,AxDDA,A2DCA,AzCAA,AJAA,AmMAA,AnOAA,AsKAA,ApFAA,A4EAA,AuFAA,AGAA,AVAA,AIAA,AgCFA,ALCA,A3OCA,AmUAA,AzVDA,AuQCA,A5GAA,A0DDA,AJAA,AFAA,AzJCA,AzBAA,AFAA,AhCAA,AFAA,AqCAA,AdAA,A6DAA,A/DAA,AYAA,A5CAA,A+GDA,ALCA,A7BAA,AgCAA,AzEAA,AVDA,AkQCA,AFAA,ANAA,A3PDA,A8JCA,AJAA,AFAA,ACAA,A9KAA,A6FAA,AlFDA,AiJCA,A5GAA,A9BAA,ANDA,AICA,AqKAA,AoBAA,AnCAA,AmBAA,ADAA,AgLAA,AjLAA,AYAA,ADAA,AiFFA,AtCEA,AnNAA,A0QAA,AnSAA,AuBAA,ACAA,AcAA,AuQAA,ADAA,A1SAA,A6EAA,AgODA,AJAA,AGCA,A9RAA,AoBAA,ASAA,ADDA,AoJCA,AsGDA,AECA,ACAA,A7KAA,AGAA,AGAA,AEAA,ACAA,AEAA,ADAA,AIAA,ADAA,AGAA,AtBAA,AuBAA,ACAA,AvBAA,A2CAA,AnBAA,AEAA,ACAA,A1BAA,A6BAA,ADAA,AEAA,ACAA,ACAA,ACAA,AGAA,AFAA,AIAA,ADAA,A6IAA,ArCAA,AGAA,AFAA,AKAA,AFAA,AzJAA,AEAA,ADAA,AEDA,AyJCA,ACDA,AgBCA,A7CAA,ACAA,ACAA,AEAA,ACAA,AEAA,ACAA,AEAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ApCDA,ACCA,AEAA,AEAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,AEAA,ACAA,A1KAA,ACAA,AsCAA,ApCAA,ADAA,AsCAA,AnCAA,AGAA,ASAA,ACAA,ACAA,ACAA,AGAA,AGAA,ACAA,ACAA,AHAA,AIAA,AYAA,ACAA,AZAA,ACAA,AGAA,AGAA,AFAA,AwHAA,AFAA,A4DAA,ACAA,AFFA,A0DEA,ACAA,ACAA,ACAA,AEAA,ACAA,AFAA,AGAA,ACAA,ACAA,ACAA,AEAA,ADAA,AtIDA,AxCCA,AyCAA,ACAA,ACAA,ACAA,AmEAA,ArFAA,ACAA,ACAA,ACAA,AtCAA,AIAA,AmCAA,ACAA,ACAA,A5CAA,AQAA,AqCAA,AVAA,AWAA,A5BDA,AFCA,AMAA,ACAA,AtBAA,AuBAA,ACDA,ACCA,AqBAA,ApBAA,ACAA,AoBAA,ACAA,ACAA,AhBAA,ADAA,ADAA,A9IAA,ACDA,ACCA,ACAA,ACAA,ALDA,AOCA,ADAA,AEAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,AyPAA,ACAA,ACAA,ACAA,AEAA,ADAA,ARAA,ACAA,ASAA,ARAA,ASAA,ACAA,AhBAA,AEAA,ALAA,AoBDA,ACCA,ACAA,ACAA,AbAA,AeAA,ADAA,AEAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACDA,ACAA,A7BCA,AEAA,ALAA,ACAA,AlBDA,ACCA,AgEDA,ACAA,ACAA,ACDA,ACCA,AICA,ACDA,ACCA,AEAA,ADAA,A4DDA,AuIAA,AvHCA,AEAA,ACDA,AFAA,A8HCA,AoDCE,AVAF,ACAA,AIAA,ACAA,AFAA,ALAE,AgBHF,AtKEA,AFAA,AFAA,ACAA,AEAA,ALAA,AmCDA,ADAA,AFCA,ACAA,AgDAA,A1BAA,AGAA,ACAA,AFAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHAA,AmFDA,A6IEA,AxNFA,AOCA,ADAA,AJAA,AEAC,AIAD,AXAA,AYAAA,AkHAA,AVAA,ASAA,ADAA,ADAA,ALAA,AEAA,ADAA,AGAA,ADAA,AJAA,AFAA,AcAA,A5IAA,AKAA,AJAA,AwBDA,AwECA,A9BAA,AoDAA,AoGFA,ACCA,AtDCA,ADAA,ADAA,AGDA,ACAA,AkDAA,A7JAA,ADCAD,AzBDA,AhDAA,AgMCA,ALDA,AIAA,ADAA,ADAA,ADCA,ArIAA,AIAA,ADAA,ANDA,ACCA,AHDA,AMAA,AICA,AnEAA,A8CDA,AvBAA,AwBAA,AOCA,ANDA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAC,ChIFD,A7FAA,GwFEIqY,AoIAAmX,AnOAAnX,AxBDAx6B,EyECE,CwDAC,A7FAA,AqCAAoiB,CwDACke,A7FAAA,GkNCIzK,AKDD,A3PDA,E4PCC,CDAIA,AlLAhB,AzEDc1T,EiICd,A7FAA,CqCAiB,C6KCE,CrHDAC,AqHCC,AlNDDA,CpCDC,C2PCG,A3PDFA,C2PCG,GpIAC,A/FAA,CyGAzB,A7FAA,CqCA2BgoB,C8CACvU,A/FAAA,AxBDd,A4PDG,G5PCc,EAA/B,EuHCmC,A/FAA,AxBCnC,CuHDoC,AoIAb,AnOAa,CmOFpC,AlLEiB,EAAsBwU,C6KCpB,CADnB,I7KAiB,EAA8B,M8CAZ,A/FAA,C+FAP,A/FAA,C+FA2BjR,A/FAAA,K+FA3B,A/FAA,C+FAiCoB,A/FAAA,qB+FA7D,A/FAA;A9BFA,AsLGA,AbAA,AEDA,AECA,ADAA,AFAA,AIAA,ACAA,ACAA,AEAA,ADDA,AEAA,AECA,ADAA,AlKAA,AgGDA,ACCA,AXDA,AEAA,AKCA,ADDA,ADAA,AJAA,ALCA,ALAA,ACDA,AEAA,ADAA,AIAA,ARCA,AUAA,ADAA,AHDA,AQAA,AMCA,ArBDA,AoBCA,AwBDA,A3DCA,A+GAA,AGDA,AFAA,ACAA,AvBAA,AxCAA,AMCA,AFHA,ACGA,ANHA,AGEA,APAA,ACAA,AYCApY,AzCDA,AzEDA,AmDCA,AxFCA,A/SAA,AoDAA,A0BAA,AmDAA,A+FAA,AzQAA,AgSDA,AFAA,AxKCA,AMAA,AQAA,AvBAA,A1FAA,AyBAA,A6FAA,ArBAA,AKAA,ACAA,AkBAA,AjGAA,AgCAA,AmCAA,AxHAA,AmFAA,A4MDA,AGAA,AJAA,A3PCA,AyIAA,AhFAA,A8GAA,AvCAA,AvJAA,AbAA,AwFAA,AmLAA,AGAA,AzGAA,AnHAA,ApDAA,AUDA,A4VCA,A/EAA,AxJAA,ACFA,A9FEA,AMDA,AzCCA,AuLAA,AxCAA,A9DAA,AzBAA,A8DAA,AzFDA,A2DCA,AuRAA,AhXDA,AWCA,AmRDA,A7OCA,ApCAA,A+RAA,AtSAA,AwNAA,A1MAA,A+DAA,AxDDA,A2DCA,AzCAA,AJAA,AmMAA,AnOAA,AsKAA,ApFAA,A4EAA,AuFAA,AGAA,AVAA,AIAA,AgCFA,ALCA,A3OCA,AmUAA,AzVDA,AuQCA,A5GAA,A0DDA,AJAA,AFAA,AzJCA,AzBAA,AFAA,AhCAA,AFAA,AqCAA,AdAA,A6DAA,A/DAA,AYAA,A5CAA,A+GDA,ALCA,A7BAA,AgCAA,AzEAA,AVDA,AkQCA,AFAA,ANAA,A3PDA,A8JCA,AJAA,AFAA,ACAA,A9KAA,A6FAA,AlFDA,AiJCA,A5GAA,A9BAA,ANDA,AICA,AqKAA,AoBAA,AnCAA,AmBAA,ADAA,AgLAA,AjLAA,AYAA,ADAA,AiFFA,AtCEA,AnNAA,A0QAA,AnSAA,AuBAA,ACAA,AcAA,AuQAA,ADAA,A1SAA,A6EAA,AgODA,AJAA,AGCA,A9RAA,AoBAA,ASAA,ADDA,AoJCA,AsGDA,AECA,ACAA,A7KAA,AGAA,AGAA,AEAA,ACAA,AEAA,ADAA,AIAA,ADAA,AGAA,AtBAA,AuBAA,ACAA,AvBAA,A2CAA,AnBAA,AEAA,ACAA,A1BAA,A6BAA,ADAA,AEAA,ACAA,ACAA,ACAA,AGAA,AFAA,AIAA,ADAA,A6IAA,ArCAA,AGAA,AFAA,AKAA,AFAA,AzJAA,AEAA,ADAA,AEDA,AyJCA,ACDA,AgBCA,A7CAA,ACAA,ACAA,AEAA,ACAA,AEAA,ACAA,AEAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ApCDA,ACCA,AEAA,AEAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,AEAA,ACAA,A1KAA,ACAA,AsCAA,ApCAA,ADAA,AsCAA,AnCAA,AGAA,ASAA,ACAA,ACAA,ACAA,AGAA,AGAA,ACAA,ACAA,AHAA,AIAA,AYAA,ACAA,AZAA,ACAA,AGAA,AGAA,AFAA,AwHAA,AFAA,A4DAA,ACAA,AFFA,A0DEA,ACAA,ACAA,ACAA,AEAA,ACAA,AFAA,AGAA,ACAA,ACAA,ACAA,AEAA,ADAA,AtIDA,AxCCA,AyCAA,ACAA,ACAA,ACAA,AmEAA,ArFAA,ACAA,ACAA,ACAA,AtCAA,AIAA,AmCAA,ACAA,ACAA,A5CAA,AQAA,AqCAA,AVAA,AWAA,A5BDA,AFCA,AMAA,ACAA,AtBAA,AuBAA,ACDA,ACCA,AqBAA,ApBAA,ACAA,AoBAA,ACAA,ACAA,AhBAA,ADAA,ADAA,A9IAA,ACDA,ACCA,ACAA,ACAA,ALDA,AOCA,ADAA,AEAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,AyPAA,ACAA,ACAA,ACAA,AEAA,ADAA,ARAA,ACAA,ASAA,ARAA,ASAA,ACAA,AhBAA,AEAA,ALAA,AoBDA,ACCA,ACAA,ACAA,AbAA,AeAA,ADAA,AEAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACDA,ACAA,A7BCA,AEAA,ALAA,ACAA,AlBDA,ACCA,AgEDA,ACAA,ACAA,ACDA,ACCA,AICA,ACDA,ACCA,AEAA,ADAA,A4DDA,AuIAA,AvHCA,AEAA,ACDA,AFAA,A8HCA,AoDCE,APDFD,AJCEqtB,AeDFrtB,ACHA,AbGAA,AUHA,ACGAA,ApKAA,AFAA,AFAA,ACAA,AEAA,ALAA,AmCDA,ADAA,AFCA,ACAA,AgDAA,A1BAA,AGAA,ACAA,AFAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHAA,AmFDA,AjEDA,AVCA,AOCA,AFHA,ACGA,APHA,AIEA,ATAA,ACAA,AcCAC,AkHAA,AVAA,ASAA,ADAA,ADAA,ALAA,AEAA,ADAA,AGAA,ADAA,AJAA,AFAA,AcAA,A5IAA,AKAA,AJAA,AwBDA,AwECA,A9BAA,AoDAA,AoGFA,ACCA,AtDCA,ADAA,ADAA,AGDA,ACAA,AkDAA,A1JFA,AJGE,AGFF,ADCAD,A3BAA,AhDEA,AgMDA,ALDA,AIAA,ADAA,ADAA,ADCA,A3KHA,AgLAA,A1IGA,AIAA,AFHA,ACGA,AJHA,AFEA,ACCA,AHDA,AMAA,AICA,AnEAA,A8CDA,AvBAA,AwBAA,AOCA,ANDA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAC,EjBCCqtB,EhHFE/N,AgICAmQ,AHHAZ,AnNCA9a,APCAuL,A+CFAvL,ADCAwU,EmKEE,AWAA,AZAA,AWAA,AhLAA,AEDA,CsDCC,A8GAAtoB,AWAAA,AZAAA,AWAAA,ArNAA,AuCDAA,CsDCC6Y,A7FAAA,CgFDClkC,ACAAugC,AhGAAvgC,ACAAugC,CgOEGzB,AjNHF,AwCDA,A+KGD,GDAI,AtNFAA,AwCDAA,AJGAuU,AGFA,CmKEb,AWAA,AZAA,AWAA,A9KDA,EyCAA,ACAA,AYCA,A0HAgBvU,AtODhB,ACAA,AcCA,AwCFgBA,CwCCC3M,ACAAhuB,AiIEE,APDFi1C,AWAAyB,AZAA3B,AUHA,ACGA0B,ApODAzoB,ACAAhuB,AqDAA,C2KEG,CrHDD26B,A7FAAA,CiFDnB,AmIFoBA,AnNCA,AfCpB,AuDFoB,CxCCC,AwCDA,CwCEC0B,A/FAAA,C8FAtB,AuICuB,AtODvB,AoDCM,AGFiB,CyCCvB,AsICwB,AFAxB,AnODA,AsDDwB,C+CCxB,APAyBzB,AtFAzB,ATAyBA,CgGAC,AYCA,A0GCA,AeD1B,ApOD0B,AcCA,C6FAC,AuHHA,ApNGA,AuCDAkE,CgKEC,AaJA,A/KGA,CqKA5B,CCAA,EpKDiB,EtCDG,AwCDA,AFEcoB,CtCDrB,AwCDA,ADCU,CvCAalF,AwCDAA,AJGlC,AGFF,E0KGmB,A7KDmB,C2CDtC,AkIAA,AjOAA,CsOCuB,CvIDkB,AuIFzC,AtOEyC,CgBDzC,AwCDA,AFEiB,CgLIjB,CHN2B,A7KEiBxyB,AiLF3B,CJAjB,G7KEiB,EAAiC,IsDCxB,A7FAA,C6FA1B,A7FAA,UuMCiEgB,IAAI,CAACC,MAAL,EAFjE;A3DEA,AbAA,AEDA,AECA,ADAA,AFAA,AIAA,ACAA,ACAA,AEAA,ADDA,AEAA,AECA,ADAA,AlKAA,AgGDA,ACCA,AXDA,AEAA,AKCA,ADDA,ADAA,AJAA,ALCA,ALAA,ACDA,AEAA,ADAA,AIAA,ARCA,AUAA,ADAA,AHDA,AQAA,AMCA,ArBDA,AoBCA,AwBDA,A3DCA,A+GAA,AGDA,AFAA,ACAA,AvBAA,A3CDA,AGCA,AMCA,AFHA,ACGA,ANHA,AJC2C,ACCzC,AKCF,AMAA,ATAA,AUAAyd,AzCDA,AzEDA,AmDCA,AxFCA,A/SAA,AoDAA,A0BAA,AmDAA,A+FAA,AzQAA,AgSDA,AFAA,AxKCA,AMAA,AQAA,AvBAA,A1FAA,AyBAA,A6FAA,ArBAA,AKAA,ACAA,AkBAA,AjGAA,AgCAA,AmCAA,AxHAA,AmFAA,A4MDA,AGAA,AJAA,A3PCA,AyIAA,AhFAA,A8GAA,AvCAA,AvJAA,AbAA,AwFAA,AmLAA,AGAA,AzGAA,AnHAA,ApDAA,AUDA,A4VCA,AtOFA,A9FEA,AMDA,AzCCA,AuLAA,AxCAA,A9DAA,AzBAA,A8DAA,AzFDA,A2DCA,AuRAA,AhXDA,AWCA,AmRDA,AjRCA,A+RAA,AtSAA,AwNAA,A1MAA,A+DAA,AxDDA,A2DCA,AzCAA,AJAA,AmMAA,A7DAA,ApFAA,A4EAA,AuFAA,AGAA,AVAA,AIAA,AgCFA,ALCA,A3OCA,AmUAA,AzVDA,AuQCA,A5GAA,A0DDA,AJAA,AFAA,AzJCA,AzBAA,AFAA,AhCAA,AFAA,AqCAA,AdAA,A6DAA,A/DAA,AYAA,A5CAA,A+GDA,ALCA,A7BAA,AgCAA,AzEAA,AVDA,AkQCA,AFAA,ANAA,A3PDA,A8JCA,AJAA,AFAA,ACAA,A9KAA,A6FAA,AlFDA,AiJCA,A5GAA,A9BAA,ANDA,AICA,AqKAA,AoBAA,AnCAA,AmBAA,ADAA,AgLAA,AjLAA,AYAA,ADAA,AiFFA,AtCEA,AnNAA,A0QAA,AnSAA,AuBAA,ACAA,AcAA,AuQAA,ADAA,A1SAA,A6EAA,AgODA,AJAA,AGCA,A9RAA,AoBAA,AQDA,A0PAA,AECA,ACAA,A7KAA,AGAA,AGAA,AEAA,ACAA,AEAA,ADAA,AIAA,ADAA,AGAA,AtBAA,AuBAA,ACAA,AvBAA,A2CAA,AnBAA,AEAA,ACAA,A1BAA,A6BAA,ADAA,AEAA,ACAA,ACAA,ACAA,AGAA,AFAA,AIAA,ADAA,A6IAA,ArCAA,AGAA,AFAA,AKAA,AFAA,AzJAA,AEAA,ADAA,AEDA,AyJCA,ACDA,AgBCA,A7CAA,ACAA,ACAA,AEAA,ACAA,AEAA,ACAA,AEAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ApCDA,ACCA,AEAA,AEAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,AEAA,ACAA,A1KAA,ACAA,AsCAA,ApCAA,ADAA,AsCAA,AnCAA,AGAA,ASAA,ACAA,ACAA,ACAA,AGAA,AGAA,ACAA,ACAA,AHAA,AIAA,AYAA,ACAA,AZAA,ACAA,AGAA,AGAA,AFAA,AwHAA,AFAA,A4DAA,ACAA,AFFA,A0DEA,ACAA,ACAA,ACAA,AEAA,ACAA,AFAA,AGAA,ACAA,ACAA,ACAA,AEAA,ADAA,AtIDA,AxCCA,AyCAA,ACAA,ACAA,ACAA,AmEAA,ArFAA,ACAA,ACAA,ACAA,AtCAA,AIAA,AmCAA,ACAA,ACAA,A5CAA,AQAA,AqCAA,AVAA,AWAA,A5BDA,AFCA,AMAA,ACAA,AtBAA,AuBAA,ACDA,ACCA,AqBAA,ApBAA,ACAA,AoBAA,ACAA,ACAA,AhBAA,ADAA,ADAA,A9IAA,ACDA,ACCA,ACAA,ACAA,ALDA,AOCA,ADAA,AEAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,AyPAA,ACAA,ACAA,ACAA,AEAA,ADAA,ARAA,ACAA,ASAA,ARAA,ASAA,ACAA,AhBAA,AEAA,ALAA,AoBDA,ACCA,ACAA,ACAA,AbAA,AeAA,ADAA,AEAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACDA,ACAA,A7BCA,AEAA,ALAA,ACAA,AlBDA,ACCA,AgEDA,ACAA,ACAA,ACDA,ACCA,AICA,ACDA,ACCA,AEAA,ADAA,A4DDA,AuIAA,AvHCA,AEAA,ACDA,AFAA,A8HCA,AoDCE,APAF,AKAAD,ACAAA,AVCE,AeDF,ACEA,AbFA,AULA,ACKA,ApKDA,AFAA,AFAA,ACAA,AEAA,ALAA,AmCDA,ADAA,AFCA,ACAA,AgDAA,A1BAA,AGAA,ACAA,AFAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHAA,AmFDA,A/EDA,AICA,AOCA,AFHA,ACGA,APHA,ALC2C,ACCzC,AOCF,AMAA,AXAA,AYAAC,AkHAA,AVAA,ASAA,ADAA,ADAA,ALAA,AEAA,ADAA,AGAA,ADAA,AJAA,AFAA,AcAA,A5IAA,AKAA,AJAA,AwBDA,AwECA,A9BAA,AoDAA,AoGFA,ACCA,AtDCA,ADAA,ADAA,AGDA,ACAA,AkDAA,A7JDA,ADEI,AEDF,A3BAF,AhDEA,AgMDA,ALDA,AIAA,ADAA,ADAA,ADCA,A3KHA,AsCGA,AIAA,AFHA,ACGA,AJHA,AFEA,ACCA,AHDA,AMAA,AICA,AnEAA,A8CDA,AvBAA,AwBAA,AOCA,ANDA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAC,IlIAGue,AMAAK,AwHHAmQ,A3NGAxQ,AMAAK,EiFF2ChqC,ACCzC8f,A+HEA,ACAA,AhOHyC9f,ACCzC8f,AqDAAof,CqDCN,ACAO,AmHCA9T,ACAAA,AlNDP,ACAO,C6FACoZ,A7FAAA,CkFFCxC,ACEAyB,AhGFAzB,ACEAyB,C4FF0C,A/FAA,AqDA9B,ADEX,C4CDC,A/FAA,CgOEC5E,AEJA,A7KEA,AiLCD,CxIF2Cz/B,A/FAAA,AsDCzC4lC,C0CAC,AYCd,AmHCA,ACAA,A/NFc,AcCd,AqCAc9iC,C+KHM28B,EvHGHA,AmHCA4a,ACAAC,AjNDA7a,CiFDf,A/FAA,C8FD0D,AkIGzC,AjOHyC,C+FAC7+B,AkIGzC,AjOHyCA,CsDCvD,C6KFqB,A7KELgjC,C2CDtB,AkID4B,AjOC5B,AkDEU,C6CFcf,AFA8B,AaE9B,A1GFAA,AFA8B,AeE9B,AqCAA,C2CF0C/P,AaEzC,A5GFyCA,AeEzC,CmFAzB,A/FAA,C+FA2B5Z,A/FAAA,AmDDrB,CAAJ,E+CC4B,A7FAA,A8CDA,CyCDwB,A/FAA,CiGAtD,AFA2C,A7FA3C,AFA2C,CqGEVumB,A7FAAA,CyFFCqD,ACElC,AhGFkCA,ACElC,E+FAoCwB,A/FAAA,E4NCpC,AIJ2B,CHI3B,AGLA,C9HIwC,A7FAA,C6FAC,A7FAA,CyNCtB,CAHnB,ChIAA,ACEA,AhGFA,ACEA,E8FF8C,ACEAC,AhGFA,ACEAA,AoOJ7B,GnLIP,CwDAc,A7FAA,AqCApB,CwDAJ,A7FAA,ImFAA,A/FAA,E+FAyD,A/FAA,CkGAjB,A7FAA,C6FAP,A7FAA,C6FA2BvB,A7FAAA,K6FA3B,A7FAA,C6FAiCuH,A7FAAA,0B6FAlE,A7FAA;AmJCA,AbAA,AEDA,AECA,ADAA,AFAA,AIAA,ACAA,ACAA,ACDA,AEAA,ACCA,AlKAA,AgGDA,ACCA,AXDA,AEAA,AKCA,ADDA,ADAA,AJAA,ALCA,ALAA,ACDA,AEAA,ADAA,AIAA,ARCA,AUAA,ADAA,AHDA,AQAA,AMCA,ArBDA,AoBCA,AwBDA,A3DCA,A+GAA,AGDA,AFAA,ACAA,AvBAA,A3CFgD1H,AGEhD,AMCA,AFHA,ACGA,ANHA,AGEA,AJCE,AUAF7W,AzCDA,AzEDA,AmDCA,AxFCA,A/SAA,AoDAA,A0BAA,AmDAA,A+FAA,AzQAA,AgSDA,AFAA,AxKCA,AMAA,AQAA,AvBAA,A1FAA,AyBAA,A6FAA,ArBAA,AKAA,ACAA,AkBAA,AjGAA,AgCAA,AmCAA,AxHAA,AmFAA,A4MDA,AGAA,AJAA,A3PCA,AyIAA,AhFAA,A8GAA,AvCAA,AvJAA,AbAA,AwFAA,AmLAA,AGAA,AzGAA,AnHAA,ApDAA,AUDA,A4VCA,AtOFA,A9FEA,AMDA,AzCCA,AuLAA,AxCAA,A9DAA,AzBAA,A8DAA,AzFDA,A2DCA,AuRAA,AhXDA,AWCA,AmRDA,AjRCA,A+RAA,AtSAA,AwNAA,A1MAA,A+DAA,AxDDA,A2DCA,AzCAA,AJAA,AmMAA,A7DAA,ApFAA,A4EAA,AuFAA,AGAA,AVAA,AIAA,AgCFA,AhPEA,AmUAA,AzVDA,AuQCA,A5GAA,A0DDA,AJAA,AFAA,AzJCA,AzBAA,AFAA,AhCAA,AFAA,AqCAA,AdAA,A6DAA,A/DAA,AYAA,A5CAA,A+GDA,ALCA,A7BAA,AgCAA,AzEAA,AwPAA,AFAA,ANAA,A3PDA,A8JCA,AJAA,AFAA,ACAA,A9KAA,A6FAA,AlFDA,AiJCA,A5GAA,A9BAA,ANDA,AICA,AqKAA,AoBAA,AnCAA,AmBAA,ADAA,AgLAA,AjLAA,AYAA,ADAA,AiFFA,AtCEA,AnNAA,A0QAA,AnSAA,AuBAA,ACAA,AcAA,AuQAA,ADAA,A1SAA,A6EAA,AgODA,AJAA,AGCA,A9RAA,AoBAA,AQDA,A0PAA,AECA,ACAA,A7KAA,AGAA,AGAA,AEAA,ACAA,AEAA,ADAA,AIAA,ADAA,AGAA,AtBAA,AuBAA,ACAA,AvBAA,A2CAA,AnBAA,AEAA,ACAA,A1BAA,A6BAA,ADAA,AEAA,ACAA,ACAA,ACAA,AGAA,AFAA,AIAA,ADAA,A6IAA,ArCAA,AGAA,AFAA,AKAA,AFAA,AzJAA,AEAA,ADAA,AEDA,AyJCA,ACDA,AgBCA,A7CAA,ACAA,ACAA,AEAA,ACAA,AEAA,ACAA,AEAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ApCDA,ACCA,AEAA,AEAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,AEAA,ACAA,A1KAA,ACAA,AsCAA,ApCAA,ADAA,AsCAA,AnCAA,AGAA,ASAA,ACAA,ACAA,ACAA,AGAA,AGAA,ACAA,ACAA,AHAA,AIAA,AYAA,ACAA,AZAA,ACAA,AGAA,AGAA,AFAA,AwHAA,AFAA,A4DAA,ACAA,AFFA,A0DEA,ACAA,ACAA,ACAA,AEAA,ACAA,AFAA,AGAA,ACAA,ACAA,ACAA,AEAA,ADAA,AtIDA,AxCCA,AyCAA,ACAA,ACAA,ACAA,AmEAA,ArFAA,ACAA,ACAA,ACAA,AtCAA,AIAA,AmCAA,ACAA,ACAA,A5CAA,AQAA,AqCAA,AVAA,AWAA,A5BDA,AFCA,AMAA,ACAA,AtBAA,AuBAA,ACDA,ACCA,AqBAA,ApBAA,ACAA,AoBAA,ACAA,ACAA,AhBAA,ADAA,ADAA,A9IAA,ACDA,ACCA,ACAA,ACAA,ALDA,AMCA,AEAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,AyPAA,ACAA,ACAA,ACAA,AEAA,ADAA,ARAA,ACAA,ASAA,ARAA,ASAA,ACAA,AhBAA,AEAA,ALAA,AoBDA,ACCA,ACAA,ACAA,AbAA,AeAA,ADAA,AEAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACDA,ACAA,A7BCA,AEAA,ALAA,ACAA,AlBDA,ACCA,AgEDA,ACAA,ACAA,ACDA,ACCA,AICA,ACDA,ACCA,AEAA,ADAA,A4DDA,AuIAA,AvHCA,AEAA,ACDA,AFAA,A8HCA,AoDEE,AFAF,ACAA,AVAEqtB,AaPF,AnKKA,AFAA,AFAA,ACAA,AEAA,ALAA,AmCDA,ADAA,AFCA,ACAA,AgDAA,A1BAA,AGAA,ACAA,AFAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHAA,AmFDA,AjEFA,AdAgDxW,AIEhD,AOCA,AFHA,ACGA,APHA,AIEA,ANCE,AYAF7W,AkHAA,AVAA,ASAA,ADAA,ADAA,ALAA,AEAA,ADAA,AGAA,ADAA,AJAA,AFAA,AcAA,A5IAA,AKAA,AJAA,AwBDA,AwECA,A9BAA,AoDAA,AoGFA,ACCA,AtDCA,ADAA,ADAA,AGDA,ACAA,AkDAA,A1JFA,AHCE4a,ADEC,AGHH,ADEI,A4KDJ7a,AvMCA,AhDEA,AgMDA,ALDA,AIAA,ADAA,ADAA,ADCA,A3KHA,AgLAA,A1IGA,AIAA,AFHA,ACGA,AJHA,AFEA,ACCA,AHDA,AMAA,AICA,AnEAA,A8CDA,AvBAA,AwBAA,AOCA,ANDA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAC,EtIH+C8W,AqHK9CwW,ApNL8CxW,AmDC9C+D,E8KDEgT,AnNAA3I,AwCAAuD,ADAAD,E2KCE,CtHEC,A7FAA,AwCHA,A2KCAvoB,CtHECilB,A7FAAA,CuFDCrxC,AJCAsZ,AzFDAtZ,ANCAsZ,AyKHAu+B,C3EA+C,A/FAA,AqDA9ChY,C0CA+C/8B,A/FAAA,AoDE9CkhC,E6KFE,AnNAA,CkNCb,EhIEgB,AiIHInE,AnNAJA,AbGA,AmDDZ,C4CCa+E,AUAjB,AzGAiBA,AYAjB,AsCFiB,AEDA,A2KCAoW,AKED,ChLHE,C+JKC,A9JLA,AoHAnB,C3EAgD,AWG5Bnb,A1GH4B,AaG5BA,AsCFA,CiKIC,C9JLCA,AoHAC,C3EA8Cz/B,AkIA1C,AnNAJ,AdA8CA,CoGErE,A6HF4B,AnNAJ,APExB,C6FAyBH,A7FAAA,C8CFR,CqDGU,A7FAA,AsCFzB,AEDF,C+CEA,AMC4B,AnGD5B,AMC4B,CkFH+C,A/FAA,AsDA9C,CyCA+C8b,AKE9C7b,AJCrB,AhGHmE6b,AOE9C7b,ANCrB,AqDHqB,A0KC9B,G5HCA,A7FAA,CyFCkC,A/FAA,CmGDCC,A7FAAA,CwFFkC,AkIA1C,AjOA0C,C+FAc+iC,AkIFnF,AjOEmFA,CgGG1E,A/FAA,CgOAT,C7HDA,A7FAA,CyFCyC5pB,AlFHlB,AbGkBA,CmGDC,AtFF1B,APE0B,COFC+3B,GwCAd,CyCAgE,A/FAA,AsDA7F,CyCA8FvuC,ACG9C,AhGH8CA,ACG9C,C+FAC8hC,A/FAAA,EmNEEl2B,CtMLnD,GsMKuD,C1GF5B,A0GE6BC,AvMF7B,CkFH0C,AWGrE,A1GHqE,AaGrE,CkFHgD,A/FAA,IgGGvC,AoHE0C,AnNF1C,EmNHT,CpHGiE+1B,A/FAAA,Q+FAQ,A/FAA,G+FAGprB,A/FAAA,O+FAO,A/FAA,C+FACqrB,A/FAAA,S+FAD,A/FAA,C+FAV,A/FAA,G+FAwB,A/FAA,I+FA/F,A/FAA,OoOLe;AlPAjB,AsKMA,AbAA,AEDA,AECA,ADAA,AFAA,AIAA,ACAA,ACAA,ACDA,AEAA,ACCA,AlKAA,AgGDA,ACCA,AXDA,AEAA,AKCA,ADDA,ADAA,AJAA,ALCA,ALAA,ACDA,AEAA,ADAA,AIAA,ARCA,AUAA,ADAA,AHDA,AQAA,AMCA,ArBDA,AoBCA,AwBDA,A3DCA,A+GAA,AGDA,AFAA,ACAA,AvBAA,A3CH0G1B,AGG1G,AMCA,AFHA,ACGA,ANHA,AGC4C,APF+B,ACGzE,AKCF,AMAA,ATAC,AUAD7W,AzCDA,AzEDA,AmDCA,AxFCA,A3PAA,A0BAA,AmDAA,A1KAA,AgSDA,AFAA,AxKCA,AMAA,AQAA,AvBAA,A1FAA,AyBAA,A6FAA,ArBAA,AKAA,ACAA,AkBAA,AjGAA,AgCAA,AmCAA,ArCAA,A4MDA,AGAA,AJAA,A3PCA,AyIAA,AhFAA,A8GAA,AvCAA,AvJAA,AbAA,AwFAA,AmLAA,AGAA,AzGAA,AnHAA,ApDAA,AUDA,A4VCA,AtOFA,A9FEA,AMDA,AzCCA,AuLAA,AxCAA,AvFAA,A8DAA,AzFDA,A2DCA,AuRAA,AhXDA,A8RAA,AjRCA,A+RAA,AtSAA,AwNAA,A1MAA,A+DAA,AxDDA,A2DCA,AzCAA,AJAA,AmMAA,A7DAA,ApFAA,A4EAA,AuFAA,AGAA,AVAA,AIAA,AgCFA,AhPEA,AmUAA,AzVDA,AuQCA,A5GAA,A0DDA,AJAA,AFAA,AzJCA,AzBAA,AFAA,AhCAA,AFAA,AqCAA,AdAA,A6DAA,A/DAA,AYAA,A5CAA,A+GDA,ALCA,A7BAA,AgCAA,AzEAA,AwPAA,AFAA,ANAA,A3PDA,A8JCA,AJAA,AFAA,ACAA,A9KAA,A6FAA,AlFDA,AiJCA,A5GAA,A9BAA,ANDA,AICA,AqKAA,AoBAA,AnCAA,AkBAA,AgLAA,AjLAA,AYAA,ADAA,AiFFA,AtCEA,AnNAA,A0QAA,AnSAA,AuBAA,ACAA,AcAA,AuQAA,ADAA,A1SAA,A6EAA,AgODA,AJAA,AGCA,A9RAA,AoBAA,AQDA,A0PAA,AECA,ACAA,A7KAA,AGAA,AGAA,AEAA,ACAA,AEAA,ADAA,AIAA,ADAA,AGAA,AtBAA,AuBAA,ACAA,AvBAA,A2CAA,AnBAA,AEAA,ACAA,A1BAA,A6BAA,ADAA,AEAA,ACAA,ACAA,ACAA,ACAA,AgJAA,ArCAA,AGAA,AFAA,AKAA,AFAA,AzJAA,AEAA,ADAA,AEDA,AyJCA,ACDA,AgBCA,A7CAA,ACAA,ACAA,AEAA,ACAA,AEAA,ACAA,AEAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,AEAA,ApCDA,ACCA,AEAA,AEAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,AEAA,ACAA,A1KAA,ACAA,AsCAA,ApCAA,ADAA,AsCAA,AnCAA,AGAA,ASAA,ACAA,ACAA,ACAA,AGAA,AGAA,ACAA,ACAA,AHAA,AIAA,AYAA,ACAA,AZAA,ACAA,AGAA,AGAA,AFAA,AwHAA,AFAA,A4DAA,ACAA,AFFA,A0DEA,ACAA,ACAA,ACAA,AEAA,ACAA,AFAA,AGAA,ACAA,ACAA,ACAA,AEAA,ADAA,AtIDA,AxCCA,AyCAA,ACAA,ACAA,ACAA,AmEAA,ArFAA,ACAA,ACAA,ACAA,AtCAA,AIAA,AmCAA,ACAA,ACAA,A5CAA,AQAA,AqCAA,AVAA,AWAA,A5BDA,AFCA,AMAA,ACAA,AtBAA,AuBAA,ACDA,ACCA,AqBAA,ApBAA,ACAA,AoBAA,ACAA,ACAA,AhBAA,ADAA,ADAA,A7IDA,AFAA,AuQCA,ACAA,ACAA,ACAA,AEAA,ADAA,ARAA,ACAA,ASAA,ARAA,ASAA,ACAA,AhBAA,AEAA,ALAA,AoBDA,ACCA,ACAA,ACAA,AbAA,AeAA,ADAA,AEAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACDA,ACAA,A7BCA,AEAA,ALAA,ACAA,AlBDA,ACCA,AgEDA,ACAA,ACAA,ACDA,ACCA,AICA,ACDA,ACCA,ACAA,A4DDA,AuIAA,AvHCA,AGDA,AFAA,A8HCA,AoDEEuuB,AXAAjB,AtJFF,AFAA,AFAA,ACAA,AEAA,ALAA,AmCDA,ADAA,AFCA,ACAA,AgDAA,A1BAA,AGAA,ACAA,AFAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHAA,AmFDA,A/EH0GzW,AIG1G,AOCA,AFHA,ACGA,APHA,AIC4C,ATF+B,ACGzE,AOCF,AMAA,AXAC,AYAD7W,AkHAA,AVAA,ASAA,ADAA,ADAA,ALAA,AEAA,ADAA,AGAA,ADAA,AJAA,AFAA,AcAA,A5IAA,AKAA,AoBDA,AwECA,A9BAA,AoDAA,AoGFA,ACCA,AtDCA,ADAA,ADAA,AGDA,ACAA,AkDAA,A7JDC,ACCE,A4KAH,AvMAA,AgJCA,ALDA,AIAA,ADAA,ADAA,ADCA,A3KHA,AgLAE,A1IGF,AIAA,AFHA,ACGA,AJHA,AFEA,ACCA,AHDA,AMAA,AICA,AnEAA,A8CDA,AvBAA,AwBAA,AOCA,ANDA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAC,ClLJD,C4CA0G6W,AgIMxG0X,AXAAjB,ApNNwGzW,CoDCxG,GgDC8C/iC,APF+BE,ACGzEohC,AvFD0CthC,ATF+BE,ACGzEohC,C2GCC,A7FAA,AsCFA,CuDEC4Q,A7FAAA,A6JHA,CtEC2C,ADE1CrkB,AMAAA,AlGF0C,ADE1CA,AMAAA,AwCDA,C2CHyG,A/FAA,C+FACjrB,A/FAAA,AmDExGkH,C0CF0E,A/FAA,A4KCzE8R,CtEC2C7b,APF+BgB,AMItF,AMAA,AlGFuDhB,ATF+BgB,AQItF,AMAA,AwCDa,C+CCCuJ,AMAAA,AnGAAA,AMAAA,CmNEC,C3HJ6B,A7FAA,A8NE7B,CNEOq1B,AXAL,A1CLT,CtECoD,A7FAA,A4CA1C,AuHDA,ChEGlB,A0GEmB,AvMFnB,AsCFmBlS,C4CFuF,A/FAA,AoDGtFqW,C2CHyGnhC,A/FAAA,CmGI7H,AMAA,ACAsBg9B,ApGAtB,AMAA,ACAsBA,CiFDC,A/FAA,CoGCC,AMAA,AsHEK,AzNFL,AMAA,CmNEM,A3KHjB,C0CAa,A/FAA,AoDDnB,EAAqB,CuDEC,A7FAA,C6FAC,A7FAA,AuCDA,C0CAC4B,A/FAAA,CgGH2E,A/FAA,E6FA/B,A/FAA,CiGAgEwB,A/FAAA,C6FA9B,A/FAA,EsDGpG,EAA+B,G2CHkE,A/FAA,E8FGhF,A/FAA,EqNGqBv0B,EtHHE,A/FAA,EqNGE,CWAtB,AXAuBC,CWNpD,CjIGsD8yB,A/FAAA,IqNGP,E1GFlB,A7FAA,C6FA7B,A7FAA,OiFDiD,A/FAA,C+FAoBC,A/FAAA,S+FAnE,A/FAA,gD2KFM,CAAN;AnMGF,ACAA,AGAA,AKAA,ADAA,AFAA,AVFC,AsLGD,AbAA,AEDA,ACCA,AFAA,AIAA,ACAA,ACAA,ACDA,AEAA,ACCA,AlKAA,AgGDA,ACCA,AXDA,AEAA,AKCA,ADDA,ADAA,AJAA,ALCA,ALAA,ACDA,AEAA,ADAA,AIAA,ARCA,AUAA,ADAA,AHDA,AQAA,AMCA,ArBDA,AoBCA,AwBDA,A3DCA,A+GAA,AGDA,AFAA,ACAA,AvBAA,A3CJqJuB,AGIrJ,AMCA,AFHA,ACGA,ANHA,AGA8D7iC,APFiD,ACI7G,AKCA,AMAA,ACAFgsB,AzCDA,AzEDA,AmDCA,AxFCA,A3PAA,A0BAA,AmDAA,A1KAA,AgSDA,AFAA,AxKCA,AMAA,AQAA,AvBAA,A1FAA,AyBAA,A6FAA,ArBAA,AKAA,ACAA,AkBAA,AjGAA,AgCAA,AmCAA,ArCAA,A4MDA,AGAA,AJAA,A3PCA,AyIAA,AhFAA,A8GAA,AvCAA,AvJAA,AbAA,AwFAA,AmLAA,AGAA,AzGAA,AnHAA,A1CDA,A4VCA,AtOFA,A9FEA,AMDA,AzCCA,AuLAA,AxCAA,AvFAA,A8DAA,AzFDA,A2DCA,AuRAA,AhXDA,A8RAA,AjRCA,A+RAA,AtSAA,AwNAA,A1MAA,A+DAA,AxDDA,A2DCA,AzCAA,AJAA,AmMAA,A7DAA,ApFAA,A4EAA,AuFAA,AGAA,AVAA,AoCFA,AhPEA,AmUAA,AzVDA,AuQCA,A5GAA,A0DDA,AJAA,AFAA,AzJCA,AzBAA,AFAA,AhCAA,AFAA,AqCAA,AdAA,A6DAA,A/DAA,AYAA,A5CAA,A+GDA,ALCA,A7BAA,AgCAA,AzEAA,AwPAA,AFAA,AjQDA,A8JCA,AJAA,AFAA,ACAA,AnKDA,AiJCA,A5GAA,A9BAA,ANDA,AICA,AqKAA,AoBAA,AnCAA,AkBAA,AgLAA,AjLAA,AYAA,ADAA,AiFFA,AtCEA,AnNAA,A0QAA,AnSAA,AuBAA,ACAA,AcAA,AuQAA,ADAA,A1SAA,A6EAA,AgODA,AJAA,AGCA,A1QAA,AQDA,A0PAA,AECA,ACAA,A7KAA,AGAA,AGAA,AEAA,ACAA,AEAA,ADAA,AIAA,ADAA,AGAA,AtBAA,AuBAA,ACAA,AvBAA,A2CAA,AnBAA,AEAA,ACAA,A1BAA,A6BAA,ADAA,AEAA,ACAA,ACAA,ACAA,ACAA,AgJAA,ArCAA,AGAA,AFAA,AKAA,AFAA,AzJAA,AEAA,ADAA,AEDA,AyJCA,ACDA,AgBCA,A7CAA,ACAA,ACAA,AEAA,ACAA,AEAA,AIAA,ACAA,ACAA,AEAA,ACAA,ACAA,ACAA,AEAA,ApCDA,ACCA,AIAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,AEAA,ACAA,A1KAA,ACAA,AsCAA,ApCAA,ADAA,AsCAA,AnCAA,AGAA,ASAA,ACAA,ACAA,ACAA,AGAA,AGAA,ACAA,ACAA,AHAA,AIAA,AYAA,ACAA,AZAA,ACAA,AGAA,AGAA,AFAA,AwHAA,AFAA,A4DAA,ACAA,AFFA,A0DEA,ACAA,ACAA,ACAA,AEAA,ACAA,AFAA,AGAA,ACAA,ACAA,ACAA,AEAA,ADAA,AtIDA,AxCCA,AyCAA,ACAA,ACAA,ACAA,AmEAA,ArFAA,ACAA,ACAA,ACAA,AtCAA,AIAA,AmCAA,ACAA,ACAA,A5CAA,AQAA,AqCAA,AVAA,AWAA,A5BDA,AFCA,AMAA,ACAA,AtBAA,AuBAA,ACDA,ACCA,AqBAA,ApBAA,ACAA,AoBAA,ACAA,ACAA,AhBAA,ADAA,ADAA,A7IDA,AFAA,AuQCA,ACAA,ACAA,ACAA,AEAA,ADAA,ARAA,ACAA,ASAA,ARAA,ASAA,ACAA,AhBAA,AEAA,ALAA,AoBDA,ACCA,ACAA,ACAA,AbAA,AeAA,ADAA,AEAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACDA,ACAA,A7BCA,AEAA,ALAA,ACAA,AlBDA,ACCA,AgEDA,ACAA,ACAA,ACDA,ACCA,AICA,ACDA,ACCA,ACAA,A4DDA,AuIAA,AvHCA,AGDA,AFAA,A8HCA,AoDEEwuB,AXPF,AgBMAzuB,AtKDA,AFAA,AFAA,ACAA,AEAA,ALAA,AmCDA,ADAA,AFCA,ACAA,AgDAA,A1BAA,AGAA,ACAA,AFAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHAA,AmFDA,AjEHA,AdDqJ8W,AIIrJ,AOCA,AFHA,ACGA,APHA,AIA8D7iC,ATFiD,ACI7G,AOCA,AMAA,ACAFgsB,AkHAA,AVAA,ASAA,ADAA,ADAA,ALAA,AEAA,ADAA,AGAA,ADAA,AJAA,AFAA,AcAA,A5IAA,AKAA,AoBDA,AwECA,A9BAA,AoDAA,AoGFA,ACCA,AtDCA,ADAA,ADAA,AGDA,ACAA,AkDAA,A1JHA,AHEE,ADEA,AGJF,ADGI,A3BAJ,AhDEA,AgMDA,ALDA,AIAA,ADAA,ADAA,ADCA,A3KHA,AgLAC,A1IGD,AIAA,AFHA,ACGA,AJHA,AFEA,ACCA,AHDA,AMAA,AICA,AnEAA,A8CDA,AvBAA,AwBAA,AOCA,ANDA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,A8CPF,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,AvDAA,ACAA,ACAA,ACAA,AEAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,AEAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACAA,AzBAA,ArCAA,AkDAA,ARAA,AoDAA,A3EAA,AOAA,AFAA,AOAA,ANAA,AFAA,AMAA,ACAA,AEAA,AXAA,ADAA,AOAA,ALAA,AMAA,C3BCA,CrHCqJ6W,AgIOnJ2X,A/NPmJ3X,EoGEvF7iC,AtFD1DyyC,APC0DzyC,A+CD1D4mC,ADAA9G,A5EKA7T,EqHFEsV,AKCAiJ,AMAAA,A2HCA,ArOFAjJ,AOCAiJ,AMAAA,AuCFA0J,ADEAF,CwDAC,A0HCAhoB,AvNDA,CgFL4G2T,AaK3G2C,A5GL2G3C,AeK3G2C,EkFLqJ,AKEzF,ApGFyF,AOEzF,A8CD1D,C0CDoJS,AKEzF9iC,ApGFyF8iC,AOEzF9iC,A6CE1D6/B,C+CCC,AMAA,A3FJA,ARIA,AMAA,AyNAF,ClQHG,AkFDAL,C0KMC,AKDd,CvIN0H,AMK3G,AMAA,A3FJAA,AhBD2G,AQK3G,AMAA,C8FAf,AqHEsBA,AlNFtB,AqCAgB,CkLCC+b,AhLFA,AiLAF,CxIJ8Gx7C,A/FAAA,AsDI3GoE,CsDCCq7B,A7FAAA,AyCJA,AHEA,ADEA,C6CLkI,AIKnJ,AMAA,AzGLmJ,AMKnJ,AMAA,AsCAA,AGJkB,A5EKpB,C4ELqB,CvCAC,AwCAAA,AHEAhiB,ADEA,AEDX,C2CJ+JqlB,ADInJ,AiIGM,AjNNN,AdDmJA,ADInJ,AqDAAc,CyCJ4G,AkIOrG,AjOPqG,CsGErE,APFsE/iC,AtFEtE,ATFsEA,CsGEhDhB,ANE1D,AYCA,A0HC1B,A7NJoFA,ARE1D,AcCA,C6FAC,A7FAA,CuNE3B,AhLHW,CgDFmD,A7FAA,A+CDjC,CAAC,AHEA,ACCAmlC,CgDF2DllC,ANE1D0hC,AvFF0D1hC,ARE1D0hC,AoDDA53B,E4CHsH,AjFC/H,AdD+H,CoGEvF,AtFD9D,APC8D,A8CD1C,CAAP,C+CCiF,A7FAA,A8CD1Dk2B,EFEE,ACC3B,CDD4BvS,ACCnC,GCHJ,GyCG0B,A/FAA,C8FJmG,A/FAA,AqDG9F,C0CH2HuF,A/FAAA,AqDG3GjkB,E2CCE,A/FAA,CgOGpB,AzKNA,CyKD7B,AzKCA,CHE+B,C0CH8F,A/FAA,AqDGxE,C0CH0D,ACIzD2yB,AhGJyD,ACIzDA,EoDDvB,EAA2B,CAA3B,EAA8BvyB,KAA9B,CAAoC,C2CClB,AYCvB,A3GDuB,AcCvB,AsCFK,C2CCsCqyB,AYCrE,A3GDqEA,AcCrE,AsCF8B,EAAyC,EAAzC,CAA5B,I2CCA,A/FAA;AZNF,AhBKE,AsLGF,AbAA,AEDA,ACCA,AFAA,AIAA,ACAA,ACAA,ACDA,AEAA,ACCA,AlKAA,AgGDA,ACCA,AXDA,AEAA,AKCA,ADDA,ADAA,AJAA,ALCA,ALAA,ACDA,AEAA,ADAA,AIAA,AECA,ADAA,AHDA,AQAA,AMCA,ArBDA,AoBCA,AwBDA,A3DCA,A+GAA,AGDA,AFAA,ACAA,AvBAA,A3CLuL,AGKvL,AMCA,AFHA,ACGA,ANHA,AGDgGvhC,APFmE,AMMjK,AMAA,ATAF,AUAAisB,AzCDA,AzEDA,AmDCA,AxFCA,AjOAA,AmDAA,AsHDA,AFAA,AxKCA,AMAA,AQAA,AvBAA,A1FAA,AyBAA,A6FAA,ArBAA,AKAA,ACAA,AkBAA,AjGAA,AgCAA,AmCAA,ArCAA,A4MDA,AGAA,AJAA,A3PCA,AyIAA,A8BAA,AvCAA,AvJAA,AbAA,AwFAA,AmLAA,AGAA,AzGAA,AnHAA,A1CDA,A4VCA,AtOFA,A9FEA,AMDA,A8ICA,AxCAA,AvFAA,A8DAA,AzFDA,A2DCA,AuRAA,AhXDA,A8RAA,AjRCA,A+RAA,AtSAA,AwNAA,A1MAA,A+DAA,AxDDA,A2DCA,A7CAA,AmMAA,A7DAA,ApFAA,A4EAA,AuFAA,AGAA,A0BFA,AmFEA,AlFAA,AlDDA,AJAA,AFAA,AzJCA,AzBAA,AFAA,AhCAA,AFAA,AqCAA,AdAA,A6DAA,A/DAA,AYAA,A5CAA,A+GDA,ALCA,A7BAA,AgCAA,AzEAA,AsPAA,AjQDA,A8JCA,AJAA,AFAA,ACAA,AnKDA,AiJCA,A5GAA,A9BAA,ANDA,AICA,AqKAA,AoBAA,AnCAA,AkBAA,AgLAA,AjLAA,AYAA,ADAA,AiFFA,AtCEA,AnNAA,A0QAA,A5QAA,ACAA,AtBAA,A6EAA,AgODA,AJAA,AGCA,AlQDA,A0PAA,AECA,ACAA,A7KAA,AGAA,AGAA,AEAA,ACAA,AEAA,ADAA,AIAA,ADAA,AGAA,AtBAA,AuBAA,ACAA,AvBAA,A2CAA,AnBAA,AEAA,ACAA,A1BAA,A6BAA,ADAA,AEAA,ACAA,ACAA,ACAA,ACAA,AgJAA,ArCAA,AGAA,AFAA,AKAA,AFAA,AzJAA,AEAA,ADAA,AEDA,AyJCA,AiBAA,A7CAA,ACAA,ACAA,AEAA,ACAA,AEAA,AIAA,ACAA,ACAA,AEAA,ACAA,ACAA,ACAA,AEAA,ApCDA,AKCA,ACAA,ACAA,AGAA,ACAA,AEAA,ACAA,A1KAA,ACAA,AsCAA,ApCAA,ADAA,AsCAA,AnCAA,AGAA,ASAA,ACAA,ACAA,ACAA,AGAA,AGAA,ACAA,ACAA,AHAA,AIAA,AYAA,ACAA,AZAA,ACAA,AGAA,AGAA,AFAA,AwHAA,AFAA,A4DAA,ACAA,AFFA,A0DEA,ACAA,ACAA,ACAA,AEAA,ACAA,AFAA,AGAA,ACAA,ACAA,ACAA,AEAA,ADAA,AtIDA,ACCA,ACAA,ACAA,ACAA,AmEAA,ArFAA,ACAA,ACAA,ACAA,AtCAA,AIAA,AmCAA,ACAA,ACAA,A5CAA,AQAA,AqCAA,AVAA,AWAA,A5BDA,AFCA,AMAA,ACAA,AtBAA,AuBAA,ACDA,ACCA,AqBAA,ApBAA,ACAA,AoBAA,ACAA,ACAA,AhBAA,ADAA,ADAA,A7IDA,AFAA,AuQCA,ACAA,ACAA,ACAA,AEAA,ADAA,ARAA,ACAA,ASAA,ARAA,ASAA,ACAA,AhBAA,AEAA,ALAA,AoBDA,ACCA,ACAA,ACAA,AbAA,AeAA,ADAA,AEAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACDA,ACAA,A7BCA,AEAA,ALAA,ACAA,AlBDA,ACCA,AgEDA,ACAA,ACAA,ACDA,ACCA,AICA,ACDA,ACCA,ACAA,A4DDA,AuIAA,AvHCA,AGDA,AFAA,A8HCA,AoDEEyuB,AEJF1uB,ArKEA,AFAA,ACAA,AEAA,ALAA,AmCDA,ADAA,AFCA,ACAA,AgDAA,A1BAA,AGAA,ACAA,AFAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHAA,AmFDA,A/ELuL,AIKvL,AOCA,AFHA,ACGA,APHA,AIDgGhsB,ATFmE,AQMjK,AMAA,AXAF,AYAAisB,AkHAA,AVAA,ASAA,ADAA,ANAA,AEAA,ADAA,AGAA,ADAA,AJAA,AFAA,AcAA,A5IAA,AKAA,AoBDA,AwECA,A9BAA,AoDAA,AoGFA,ACCA,AtDCA,ADAA,ADAA,AGDA,ACAA,AkDAA,A7JAE4a,ADCE,AEDD,A3BAH,AhDEA,AgMDA,ALDA,AIAA,ADAA,ADAA,ADCA,A3KHA,AsCGA,AIAA,AFHA,ACGA,AJHA,AFEA,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,AOCA,ANDA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,AkBSF,ExBPE6T,A5KHA7T,CCFO,C3EIL1a,E2HL4FnsB,A6HE1F,A1NF0FA,CmGIzF,AuHFAisB,ApNEA,CgFNgK0T,AaM/J6S,A5GN+J7S,AeM/J6S,CsFAC,AMAA,ATAA9N,A1FAA,AMAA,AXAAA,AmDDA,CFCC,CkDJ2F,A7FAA,A8NI5F,EjIJ8F1kC,A7FAAA,A6CG1Fo0C,C6KDb,A/KEcrxC,EwDAd,A7FAA,CoNFiB02C,A9KCA,CiDH6E,A7FAA,CmGI3E/Z,A7FAAA,CkNEC,A5KHAyU,CgDCC,AMAA,AnGAA,AMAA,CiFN8I,AkIQ7IzU,AEJtB,AnOJmK,ArBOnK,CyEDU,C2CN6KE,A/FAAA,AoDM/J,AEDA,C4CCxB,A/FAA,AmDDyByU,C4CCC3V,AUAA,AzGAAA,AYAA,C6FAC,A7FAA,EkNEE,CAAC,ClIRgK,AGM9L,AlGN8L,AGM9L,AmDDa,CAAmBmF,C4CCC1qB,A/FAAA,AkDDA,C0CLgKymB,A/FAAA,GqDK5J,ACAxB,CDAO,ACAX,E4CCT,A/FAA,AiDAU,AED8B,CyCLgK,A/FAA,AqDK/J,ADCrC,C2CNqM5+B,AGM/JwjC,AlGN+JxjC,AGM/JwjC,M4FNuJ,A/FAA,AqDK7K,C0CL4L,A/FAA,EkGMhN,A/FAA,AkDDmD,E6CCED,A/FAAA,M4FNqKtjC,A/FAAA,AqDKxN,E6CCF,A/FAA,C4FNgN,A/FAA,CkGMjJ,AUArC,AqHEG,A9NFkC,AYArC,CgFNqM,AaM/N,AqHNA,AjOA+N,AeM/N;A1BRA,AHOA,AyKEA,AbAA,AEDA,ACCA,AFAA,AIAA,ACAA,ACAA,ACDA,AEAA,ACCA,AlKAA,AgGDA,ACCA,AXDA,AEAA,AKCA,ADDA,ADAA,AJAA,ALCA,ALAA,ACDA,AEAA,ADAA,AIAA,AECA,ADAA,AHDA,AQAA,AMCA,ArBDA,AoBCA,AwBDA,A3DCA,AkHDA,AFAA,ACAA,AvBAA,AxCAA,AMCA,AFHA,ACGA,ANHA,AGF8Gd,APFmH,ACM/N,AKCE,AMAA,ATAF,A/BDF,AzEDA,AmDCA,AxFCA,AjOAA,AyKDA,AFAA,AxKCA,AMAA,AQAA,AvBAA,A1FAA,AyBAA,A6FAA,ArBAA,AKAA,ACAA,AkBAA,AjGAA,AgCAA,AmCAA,ArCAA,A4MDA,AGAA,AJAA,A3PCA,AyIAA,A8BAA,AvCAA,AvJAA,A2EAA,AmLAA,AGAA,AzGAA,AnHAA,A1CDA,A4VCA,AtOFA,A9FEA,AMDA,A8ICA,AxCAA,AvFAA,A8DAA,AzFDA,A2DCA,AuRAA,AhXDA,A8RAA,AjRCA,A+RAA,AtSAA,AwNAA,A1MAA,A+DAA,AxDDA,A2DCA,A7CAA,AmMAA,A7DAA,ApFAA,A4EAA,AuFAA,AGAA,A0BFA,AmFEA,AlFAA,AlDDA,AJAA,AFAA,AzJCA,AzBAA,AFAA,AhCAA,AFAA,AqCAA,AdAA,A6DAA,A/DAA,AhCAA,A+GDA,ALCA,A7BAA,AgCAA,AzEAA,AsPAA,AjQDA,A8JCA,AJAA,AFAA,ACAA,AnKDA,AiJCA,A5GAA,AhCAA,AqKAA,AoBAA,AnCAA,AkBAA,AgLAA,AjLAA,AYAA,ADAA,AiFFA,AtCEA,AnNAA,A0QAA,A3QAA,AtBAA,A6SDA,AJAA,AGCA,AlQDA,A0PAA,AECA,ACAA,A7KAA,AGAA,AGAA,AEAA,ACAA,AEAA,ADAA,AIAA,ADAA,AGAA,AtBAA,AuBAA,ACAA,AoBAA,AnBAA,AGAA,A1BAA,A6BAA,ADAA,AEAA,ACAA,ACAA,ACAA,ACAA,AgJAA,ArCAA,AGAA,AFAA,AKAA,AFAA,AvJAA,ADAA,AEDA,AyJCA,AiBAA,A7CAA,ACAA,ACAA,AEAA,ACAA,AEAA,AIAA,ACAA,ACAA,AEAA,AEAA,ACAA,AEAA,ApCDA,AMCA,ACAA,AMAA,ACAA,AzKAA,AsCAA,ApCAA,ADAA,AsCAA,AnCAA,AGAA,ASAA,ACAA,ACAA,ACAA,AGAA,AGAA,ACAA,ACAA,ACAA,AYAA,ACAA,AZAA,ACAA,AMAA,AFAA,AkLAA,ACAA,AFFA,A0DEA,ACAA,ACAA,ACAA,AEAA,ACAA,AFAA,AGAA,ACAA,AEAA,AEAA,ADAA,AtIDA,ACCA,ACAA,ACAA,ACAA,AmEAA,ArFAA,ACAA,ACAA,ACAA,AtCAA,AIAA,AmCAA,ACAA,ACAA,A5CAA,AQAA,AqCAA,AVAA,AWAA,A5BDA,AFCA,AMAA,ACAA,AtBAA,AwBDA,ACCA,AqBAA,ApBAA,ACAA,AoBAA,ACAA,ACAA,AhBAA,ADAA,ADAA,A7IDA,AFAA,AuQCA,ACAA,ACAA,ACAA,AEAA,ADAA,ARAA,ACAA,ASAA,ACAA,ACAA,AhBAA,AEAA,ALAA,AoBDA,ACCA,ACAA,ACAA,AbAA,AeAA,ADAA,AEAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACDA,ACAA,A7BCA,AEAA,ALAA,ACAA,AlBDA,ACCA,AgEDA,ACAA,ACAA,ACDA,ACCA,AICA,ACDA,ACCA,ACAA,A4DDA,AuIAA,AvHCA,AGDA,AFAA,A8HCA,AoDEEw6C,AKDF3uB,AHFA,ArKCA,AFAA,ACAA,AEAA,ALAA,AmCDA,ADAA,AFCA,ACAA,AgDAA,A1BAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHAA,AmFDA,A6ICA,A9MJA,AVGA,AOCA,AFHA,ACGA,APHA,AIF8G7rB,ATFmH,ACM/N,AOCE,AMAA,AXAF,A8HAF,AVAA,ASAA,ADAA,ANAA,AEAA,ADAA,AGAA,ADAA,AJAA,AFAA,AcAA,A5IAA,AKAA,AoBDA,AwECA,A9BAA,AoDAA,AoGFA,ACCA,AtDCA,ADAA,ADAA,AGDA,ACAA,AkDAA,A1JJA,AHIC,ADCE,AGJH,ADGI,A3BAJ,AgJCA,ALDA,AIAA,ADAA,ADAA,A5KFA,AgLDA,A1IIA,AIAA,AFHA,ACGA,AJHA,AFEA,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,AOCA,ANDA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FHe,A8CLf,ACAA,AEAA,ACAA,AEAA,AEAA,ACAA,AIAA,ACAA,ACAA,AEAA,AGAA,ACAA,ACAA,ACAA,ACAA,ACAA,AEAA,ACAA,ACAA,AhDAA,AUAA,ACAA,ACAA,ACAA,AGAA,AxBAA,AyDAA,A3EAA,CnLGO,C4KOLw6C,CMXe,C/KIb3T,ADCAyN,AqHAAkD,EtED0Gx3C,ANIxGkhC,AECAsD,AoICA,A7NNwGxkC,ARIxGkhC,AECAsD,CmOCC1Y,AjLFA,CgDCCwe,AMAAA,AnGAAA,AMAAA,A0CLA,C0CKC,A4HAA2P,A9MJAzH,AbIA,EqDLEjT,AFIAK,C4CCCuE,A/FAAA,C4FP4NrkC,A/FAAA,CqGOpO,AMAA,A2HCJ,A9NDI,AMAA,A8JJU,C0DKCu7C,ARDf,CxHLwH,ADKxG,AMAA,AsHEA,AHFA76C,ArNLwG,ADKxG,AMAA,CwCDC,AsHHA++B,CtEDyG,A2HOpGA,AxNPoG,A+CAxG,AFIAr7B,CyCN4N,A/FAA,AwDE3N,ADCA,CwCH4NnD,A/FAAA,EsGEjJ,AgIM9F,ARDA,ArNL8F,A8CCxEw+B,ADGX,C0CAY,A/FAA,AqDAAmE,CwKEvB,AlDLwB,CqDMK,AKDF2X,A1DLF,CqDMK,CjIHHha,A/FAAA,AuDJT,CAAlB,AFI4B,C4CCC,A/FAA,AoDJA,ADGAiI,C4CCCtwB,A/FAAA,AoDJA,E+KK9B,CtNLA,CAAmCvR,CsCGxB,CAAP,C4CCyB,AlFJ7B,AbI6B,CyKJL,C1EIe28B,AlFJC7iC,AbID6iC,AyKJvC,K7EHwO,ACMtO,AhGNsO,ACMtO,C8FNsQxR,A/EGxQ,AhBHwQA,CgGM1N,A/FAA,AsDHjB,C2CIA,AlFJmB,AbInB,AoDJ7B,E2CIiDyR,A/FAAA,E4FPuL,A/FAA,E+FAwCvjC,A/FAAA,CiOSnP,CAT7B,ClIAwO,A/FAA,E+FA6Cd,AGOxP,AlGPwPA,AGOxP,C+FA3B,A/FAA,S4FP+N,A/FAA;AXFjO,AhBOE,AyKGF,AEDA,ACCA,AFAA,AIAA,ACAA,ACAA,ACDA,AEAA,ACCA,AlKAA,AgGDA,ACCA,AXDA,AEAA,AKCA,ADDA,ADAA,AJAA,ALCA,ALAA,ACDA,AEAA,ADAA,AIAA,AECA,ADAA,AHDA,AQAA,AMCA,ArBDA,AoBCA,AwBDA,A3DCA,AkHDA,AFAA,ACAA,AvBAA,A3CLA,AGKA,AMCA,AFHA,ACGA,ANHA,AGHgIC,APFkK,ACO9R,AKCAqqC,AMAAA,AxCDJ,AzEDA,AmDCA,AxFCA,AjOAA,AyKDA,AFAA,AxKCA,AMAA,AQAA,AvBAA,A1FAA,AyBAA,A6FAA,ArBAA,AKAA,ACAA,AkBAA,AjGAA,AgCAA,AmCAA,ArCAA,A4MDA,AGAA,AJAA,A3PCA,AyIAA,A8BAA,AvCAA,AvJAA,A2EAA,AmLAA,AtGAA,AnHAA,A1CDA,A4VCA,AtOFA,A9FEA,AMDA,A8ICA,AxCAA,AvFAA,A8DAA,AzFDA,A2DCA,AzFDA,AaCA,A+RAA,AtSAA,AwNAA,A1MAA,A+DAA,AxDDA,A2DCA,A7CAA,AsIAA,ApFAA,A4EAA,AuFAA,AGAA,A0BFA,AmFEA,AlFAA,AlDDA,AJAA,AFAA,AzJCA,AzBAA,AFAA,AhCAA,AFAA,AqCAA,AdAA,A6DAA,A/DAA,AhCAA,A+GDA,ALCA,A7BAA,AzCAA,AsPAA,AjQDA,A8JCA,AJAA,AFAA,ACAA,AnKDA,AiJCA,A5GAA,AhCAA,AqKAA,AoBAA,AnCAA,AkBAA,AgLAA,AjLAA,AYAA,ADAA,AiFFA,AtCEA,AnNAA,A0QAA,AjSAA,A6SDA,AJAA,AGCA,AlQDA,A0PAA,AECA,ACAA,A7KAA,AGAA,AGAA,AEAA,ACAA,AEAA,ADAA,AIAA,ADAA,AnBAA,AuBAA,ACAA,AoBAA,AnBAA,AGAA,A1BAA,A6BAA,ADAA,AEAA,ACAA,ACAA,ACAA,ACAA,A4GAA,AKAA,AFAA,AvJAA,ADAA,A2JAA,A5BAA,ACAA,ACAA,AEAA,ACAA,AEAA,AIAA,ACAA,ACAA,AEAA,AEAA,ACAA,AEAA,ApCDA,AMCA,ACAA,AMAA,ACAA,AnIAA,ACAA,AnCAA,AGAA,ASAA,ACAA,ACAA,ACAA,AGAA,AGAA,ACAA,ACAA,ACAA,AYAA,ACAA,AZAA,ACAA,AIAA,AkLAA,ACAA,AFFA,A0DEA,ACAA,ACAA,ACAA,AEAA,ACAA,AFAA,AIAA,AEAA,AEAA,ADAA,AtIDA,ACCA,ACAA,ACAA,ACAA,AlBAA,ACAA,ACAA,ACAA,AtCAA,AIAA,AmCAA,ACAA,ACAA,A5CAA,AQAA,AqCAA,AVAA,AWAA,A5BDA,AFCA,AMAA,ACAA,AtBAA,AwBDA,ACCA,AqBAA,ApBAA,ACAA,AoBAA,ACAA,ACAA,AhBAA,ADAA,ADAA,A7IDA,AFAA,AuQCA,ACAA,ACAA,ACAA,AEAA,ADAA,AEAA,ACAA,ACAA,ACDA,ACCA,ACAA,ACAA,AbAA,AeAA,ADAA,AEAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACDA,ACAA,AjDAA,AiEAA,ACAA,ACAA,ACDA,ACCA,AICA,ACDA,ACCA,ACAA,A4DDA,AuIAA,AvHCA,AGDA,AFAA,A8HCA,AoDEEmQ,AKDF5uB,AxKDA,AFAA,ACAA,AEAA,ALAA,AmCDA,ADAA,AFCA,ACAA,AgDAA,A1BAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHAA,AmFDA,A6IEE,A9MLA,AdFF,AIKA,AOCA,AFHA,ACGA,APHA,AIHgI5rB,ATFkK,ACO9R,AOCAqqC,AMAAA,AmHAJ,AVAA,ASAA,ADAA,ANAA,AEAA,ADAA,AGAA,ADAA,AJAA,AFAA,AcAA,A5IAA,AKAA,AoBDA,AwECA,A9BAA,AoDAA,AoGFA,ACCA,AtDCA,ADAA,ADAA,AGDA,ACAA,AkDAA,A7JAE5D,ACAC,A3BAH,AhDEA,AgMDA,ALDA,AIAA,ADAA,ADAA,A5KFA,AsCGA,AIAA,AFHA,ACGA,AJHA,AFEA,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,AOCA,ANDA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAC,AkBQD,ExBNE+T,A5KHA/T,CCFO,C2CHL5D,AIMAwH,AMAAA,AzGNAxH,AMMAwH,AMAAA,CiFR6L,A/FAA,C3BK3LnsC,AiIH0H8B,APFuD,AuISjL,AtNLA,APF0HA,ATFuD,CsOShL6rB,AtNLA8T,CgFGCqB,A/FAAA,CgGLC,A/FAA,AoDKA,A3EEAhV,CqHFL,AKCM,AMAA,A1GDN,AOCM,AMAA,EmFNE,ADKA,A9FLA,ADKA,AsOCD,ClQHE,AgIGA,AMAA,A3FJA,ARIA,AMAA,CmFNb,AqIOA,AtNLcyZ,AdFd,CoOOe4V,CjQJC,CgIGZ,AMAA,AsHEa,AzNFb,AMAA,AuCDa,ChFFf,AiIH0I,A7FAA,CwNQtH/b,C3HRwH,A7FAA,A4CK1H,ErCHb,CAAgB93B,CsFFuE,AgIO9F,A7NP8F,C9BO9F,CsPC6B,AjNNtB,CiNMuB,AKDH6zC,AtNLrB,AqCGJ,C1EE0B,GqCLG,CuNNd,IDWjB,EACA,AtNNsC7zC,GAAP,KAAe,QAA5C,EiNM2B,AjNN2B;A3BNxD,AHQA,AbAE,AyKGF,AEDA,ACCA,AFAA,AIAA,ACAA,ACAA,ACDA,AEAA,ACCA,AlKAA,AgGDA,ACCA,AXDA,AEAA,AKCA,ADDA,ADAA,AJAA,ALCA,ALAA,ACDA,AEAA,ADAA,AIAA,AECA,ADAA,AHDA,AQAA,AMCA,ArBDA,AoBCA,AwBDA,A3DCA,AkHDA,AFAA,ACAA,AvBAA,AxCAA,AMCA,AFHA,ACGA,ANHA,AGJoJvH,APFiJQ,ACQ/RugC,AWCF/2B,ATAF,A/BDF,AzEDA,AmDCA,AxFCA,AjOAA,AyKDA,AFAA,AxKCA,AMAA,AQAA,AvBAA,A1FAA,AyBAA,A6FAA,ArBAA,AMAA,AkBAA,AjGAA,AgCAA,AmCAA,ArCAA,A4MDA,AGAA,AJAA,A3PCA,AyIAA,A8BAA,AvCAA,AuGAA,AtGAA,AnHAA,A1CDA,A4VCA,AtOFA,AxFCA,A8ICA,AxCAA,AvFAA,A8DAA,AzFDA,A2DCA,AzFDA,A4SCA,AtSAA,AwNAA,A1MAA,A+DAA,AxDDA,AcCA,AsIAA,ApFAA,A4EAA,AuFAA,AGAA,A0BFA,AmFEA,AlFAA,AtDDA,AFAA,AzJCA,AzBAA,AFAA,AhCAA,AFAA,AqCAA,A+CAA,A/DAA,AhCAA,A+GDA,ALCA,A7BAA,AzCAA,AsPAA,AjQDA,A8JCA,AJAA,AFAA,ACAA,AnKDA,AiJCA,A5GAA,AqIAA,AfAA,AkBAA,AgLAA,AjLAA,AYAA,ADAA,AiFFA,AzPEA,A0QAA,AjSAA,A6SDA,AJAA,AGCA,AlQDA,A0PAA,AGCA,A7KAA,AGAA,AGAA,AEAA,ACAA,AEAA,ADAA,AIAA,ADAA,AnBAA,AuBAA,ACAA,AoBAA,AnBAA,AGAA,A1BAA,A6BAA,ADAA,AEAA,ACAA,ACAA,ACAA,ACAA,A4GAA,AKAA,AFAA,AvJAA,ADAA,A2JAA,A5BAA,ACAA,ACAA,AEAA,ACAA,AEAA,AIAA,ACAA,ACAA,AEAA,AEAA,ACAA,AEAA,ApCDA,AOCA,AMAA,ACAA,AnIAA,ACAA,AhCAA,ASAA,ACAA,ACAA,ACAA,AGAA,AGAA,ACAA,ACAA,ACAA,AYAA,ACAA,AZAA,ACAA,AsLAA,ACAA,AFFA,A0DEA,ACAA,ACAA,ACAA,AEAA,ACAA,AFAA,AIAA,AEAA,AEAA,ADAA,AtIDA,ACCA,ACAA,ACAA,ACAA,AlBAA,ACAA,ACAA,ACAA,AtCAA,AIAA,AmCAA,ACAA,ACAA,A5CAA,AQAA,AqCAA,AVAA,AWAA,A5BDA,AFCA,AMAA,ACAA,AtBAA,AwBDA,ACCA,AqBAA,ApBAA,ACAA,AoBAA,ACAA,ACAA,AhBAA,ADAA,ADAA,A7IDA,AFAA,AuQCA,ACAA,ACAA,ACAA,AEAA,ADAA,AEAA,ACAA,ACAA,ACDA,ACCA,ACAA,ACAA,AbAA,AeAA,ADAA,AEAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACDA,ACAA,AjDAA,AiEAA,ACAA,ACAA,ACDA,ACCA,AICA,ACDA,AECA,A4DDA,AuIAA,AvHCA,AGDA,AFAA,A8HCA,AoDTA,ATSA2hB,AYAA,AtKAA,AFAA,ACAA,AEAA,ALAA,AmCDA,ADAA,AFCA,ACAA,AgDAA,A1BAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHAA,AmFDA,A6IEE,A9MLE,AVGJ,AOCA,AFHA,ACGA,APHA,AIJoJ3rB,ATFiJQ,ACQ/RugC,AaCF/2B,AXAF,A8HAF,AVAA,ASAA,ADAA,ANAA,AEAA,ADAA,AGAA,ADAA,AJAA,AFAA,AcAA,A5IAA,AKAA,AoBDA,AwECA,A9BAA,AoDAA,AoGFA,ACCA,AtDCA,ADAA,ADAA,AGDA,ACAA,AkDAA,A1JLA,AHKC,ADCC,AGLF,ADII,A3BAJ,AhDEI,A2LFJ,AIAA,ADAA,ADAA,A5KFA,AgLFA,A1IKA,AIAA,AFHA,ACGA,AJHA,AFEA,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,AOCA,ANDA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAC,AiDTD,ACAA,AEAA,AdAA,ArCAA,CPDA,GlICqSxJ,AYSjSwJ,A3GTiSxJ,AcSjSwJ,A0CNAqqC,ADCA7N,AqHAA+Q,EvMEEr5C,AiIJ8I8B,ANM9I+gC,AECAuD,AsHAA,A/MP8ItkC,ARM9I+gC,AECAuD,AiDAA,CoKAC1Y,CzHTkS,ACQjS,AhGRiS,ACQjS,AtBEE,CoHVgSnnB,ACQjSC,AECA,AkIAAy2C,ApOTiS12C,ACQjSC,AECA,CaJC,AsCGA,E0CAF,AWCI,A1GDJ,AaCI,A0CNA,A7EOE4W,CoHVuR,ACQ/R,AWCO4I,ATAA,AlGTwR,ACQ/R,AaCOA,AXAA,AiDAA2vB,AmLAD,CjIPgJ,APFmJ3vB,AyHS/S,AxMJcxhB,APH8I,ATFmJwhB,AsDQjSxhB,CjFFC,AmPGAkS,AhKNAyqB,AoHCA,CtEF+I,A8HO9J,A3NP8J,CyFO5J,A/FAA,AxBCQ,CNJQ,AsIGd,A7FAA,AnCCgB,AiMNFA,A2DND,CxIEoR,AYSlR,ATAA,AlGTkR,AcSlR,AXAA,AiDAb,AGLa,ClFEjB,A0HNmT7+B,A/FAAA,EwDG/R,ADCA6+B,CvCCZ,AwCFa,AFKb,CyCR2R,AYS7Q,A3FJAh+B,AhBL6Q,AcS7Q,AsCAA,AEDA6L,CqDCpB,A7FAA,A8JLqB,C7EJkSqyB,A/FAAA,A4KIjS,CjEKCn/B,A6GA3B,A1MA2BA,CwCDC,CCJC,CiKKC,AxMJA,AuCDA,CDIC,CFC7B,C2CTmS,A/EKpQ,AhBLoQ,CoDSnQ,EuDA9B,A7FAA,A0CNkB,CAAtB,EoHCyB,CAAzB,E4CMA,QjKN6B,CAA7B,A5EMU,CAAN,YqCLM,CAAN,wBsCGM,CAAN;AjEVJ,AyJYA,AEDA,ACCA,AFAA,AIAA,ACAA,ACAA,ACDA,AEAA,ACCA,AlKAA,AgGDA,ACCA,AXDA,AEAA,AKCA,ADDA,ADAA,AJAA,ALCA,ALAA,ACDA,AEAA,ADAA,AIAA,AECA,ADAA,AHDA,AQAA,AMCA,ArBDA,AoBCA,AwBDA,A3DCA,AkHDA,AFAA,ACAA,AvBAA,A3CLA,AGKA,AMCA,AFHA,ACGA,ANHA,AGL8F,APFwO,ACSjU,AKCD,AMAD,ATAC,AxGFJ,AmDCA,AxFCA,AjOAA,AyKDA,AFAA,AxKCA,AMAA,AQAA,AvBAA,A1FAA,AyBAA,A6FAA,ArBAA,AMAA,AkBAA,AjGAA,AgCAA,AmCAA,ArCAA,A4MDA,AGAA,AJAA,A3PCA,AyIAA,A8BAA,AvCAA,AuGAA,AtGAA,A+LAA,AtOFA,AxFCA,A8ICA,AxCAA,AvFAA,A8DAA,AzFDA,A9BAA,A4SCA,AtSAA,AwNAA,A1MAA,A+DAA,AxDDA,AcCA,AsIAA,ApFAA,A4EAA,AuFAA,AGAA,A0BFA,AmFEA,AlFAA,AtDDA,AFAA,AzJCA,AzBAA,AFAA,AhCAA,AFAA,AqCAA,A+CAA,A/DAA,AhCAA,A+GDA,ALCA,A7BAA,A6MAA,AjQDA,A8JCA,AJAA,AFAA,ACAA,AlBAA,AyBAA,AfAA,AkBAA,AgLAA,AjLAA,AYAA,ADAA,AiFFA,AzPEA,A0QAA,AjSAA,A6SDA,AJAA,AGCA,AlQDA,A0PAA,AGCA,A7KAA,AGAA,AGAA,AEAA,ACAA,AEAA,ADAA,AIAA,ADAA,AnBAA,AuBAA,ACAA,AoBAA,AnBAA,AGAA,A1BAA,A6BAA,ADAA,AEAA,ACAA,ACAA,ACAA,ACAA,A4GAA,AKAA,AFAA,AvJAA,ADAA,A2JAA,A5BAA,ACAA,ACAA,AEAA,ACAA,AEAA,AIAA,ACAA,ACAA,AEAA,AEAA,ACAA,AEAA,ApCDA,AOCA,AMAA,ACAA,AnIAA,ACAA,AhCAA,ASAA,ACAA,ACAA,AIAA,AGAA,ACAA,ACAA,ACAA,AYAA,ACAA,AZAA,ACAA,AsLAA,ACAA,AFFA,A0DEA,ACAA,ACAA,ACAA,AEAA,ACAA,AFAA,AIAA,AEAA,AEAA,ADAA,AtIDA,ACCA,ACAA,ACAA,ACAA,AlBAA,ACAA,ACAA,ACAA,AlCAA,AmCAA,ACAA,ACAA,A5CAA,AQAA,AqCAA,AVAA,AWAA,A5BDA,AFCA,AMAA,ACAA,AtBAA,AwBDA,ACCA,AqBAA,ApBAA,ACAA,AoBAA,ACAA,ACAA,AhBAA,ADAA,ADAA,A7IDA,AFAA,AuQCA,ACAA,ACAA,ACAA,AEAA,ADAA,AEAA,ACAA,ACAA,ACDA,ACCA,ACAA,ACAA,AbAA,AeAA,ADAA,AEAA,ACAA,ACAA,ACAA,ACAA,ACAA,ACDA,ACAA,AjDAA,AiEAA,ACAA,ACAA,ACDA,ACCA,AICA,ACDA,A8DAA,AuIAA,AvHCA,AGDA,AFAA,A8HCA,A2CCE,AGDF,AUAA,ACCAurB,AFFiB,AtKCjB,AFAA,ACAA,AEAA,ALAA,AmCDA,ADAA,AFCA,ACAA,AgDAA,A1BAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHAA,AmFDA,A6IEE,A9MLC,AdFH,AIKA,AOCA,AFHA,ACGA,APHA,AIL8F,ATFwO,ACSjU,AOCD,AMAD,AXAC,A8HAJ,AVAA,ASAA,ADAA,ANAA,AEAA,ADAA,AGAA,ADAA,AJAA,AFAA,AcAA,A5IAA,AKAA,AoBDA,AwECA,AsBAA,AoGFA,ACCA,AtDCA,ADAA,ADAA,AGDA,ACAA,AkDAA,A9JCI,AEDD,A3BAH,AhDEC,A2LFD,AIAA,ADAA,ADAA,A5KFA,AsCGA,AIAA,AFHA,ACGA,AJHA,AFEA,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,AOCA,ANDA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAC,AkBSD,CnQZA,EqHDE,A7FAA,EwFJ4D,ANK1D,AvFL0D,ARK1D,CqOIE,CAACC,CpIDC,A/FAA,C8FNCiX,AIMA,AmHCA,AGDA+W,AUAAwB,APCArf,A5NPA8G,AMMA,C0FAC0B,A/FAAA,AiDAA,AmLAD,CvIDE,A/FAA,AXFgC3mB,CAA3C,C+GGa2C,AmHCA6H,AhNDA7H,C8NCb,AlLDc7d,A9DHmCqxB,C0GElCrvB,AsIEA80C,ArOFA90C,AXFf,E+GGiB,AmHCR,AMAQ,AtNDA,AlBHgCqvB,C0GEtC,AECO,AmIAlB,APCkB,A7NFP,AECO,C+FACuQ,AsHCjB,ArNDiBA,C6FDC,AKCAlkC,ApGDA,AOCAA,E0FAF,A/FAA,C+FAR,A/FAA,AiDAA,C6CNV,AqIOA,ApOPA,AkDMwB,C6CNC0iC,A/FAAA,C4NOR,C5HDU50B,AoICAsrC,AnODAtrC,C2NCC,C7HP5B,AIM6B,AsHA7B,AzNNA,AMM6B,C6FAC7N,AsHAA2xC,AnNAA3xC,CyFNC+a,ACMA,AhGNAA,ACMA,C+FACyY,AyHAhC,AxNAgCA,EwNAE7vB,EtHAzB,AiICT,A9NDS,C0FAkB,A/FAA,C8FN3B,AIMsC0P,AHAA4wB,AyHAtC,AWEA,ApORA,AMMsC5wB,ALAA4wB,E8FNEvB,A0HMAqW,AzNNArW,CgGMb,A/FAA,CkGAe,A7FAA,EyFN1C,A/FAA,CmGM6C,AsHA7C,AnNA6C,CyFNC,A/FAA,CgGMCuB,AyHC/C,AxND+CA,EkGAE5gC,AyHCApD,AtNDAoD,A4CAvC,C8CAF,A/FAA,AiDAJ,IiDAyC,A7FAA,C6FAU6c,AHAA+jB,A4HCA,AtNDA/jB,ALAA+jB,C2NCCp3B,E5HDE,A/FAA,CkGAb,A7FAA,C6FApC,AyHCwC,AtNDxC,C0FAoD,A4HCA+B,A3NDA,CkGACuR,AHA1D,A1FA0DA,ALA1D,E+FA4D,A/FAA,EkGAE,A7FAA,EsNCjB,CzHDoB,AyHCA,AtNDA,C6FAjE,A7FAA,E6FAoEA,A7FAAA,I6FAI,A7FAA,EsNC3B,CzHD8BD,A7FAAA,CsNCC,EAA/B,CzHD7C,AyHCwB,AtNDxB,E6FAiFC,A7FAAA,CsNCC,GzHDG,AyHC7D,AtND6D,E6FArF,A7FAA,CsNCwF9c,CzHDC,A7FAA,IsNCI,CAACpD,MAAM,CAACD,MAAP,GAAgB,CAAjB,CAAL,CAAyByO,IAAzB,CAA8B,GAA9B,EAAmCL,KAAnC,CAAyC,EAAzC,EAA6CK,IAA7C,CAAkD,GAAlD,CAAhE,GAAyH,4CAApI,CAAR,CAA0LxO,MAA1L,CAAP;AzObF,AfAA,AEAA,AUSA,ACTA,ACAA,AfUE,AyKGF,AEDA,ACCA,AFAA,AIAA,ACAA,ACAA,ACDA,AEAA,ACCA,AlKAA,AgGDA,ACCA,AXDA,AEAA,AKCA,ADDA,ADAA,AJAA,ALCA,ALAA,ACDA,AEAA,ADAA,AIAA,AECA,ADAA,AHDA,AQAA,AMCA,ArBDA,AoBCA,AwBDA,A3DCA,AkHDA,AFAA,ACAA,AvBAA,A3CLE,AGKF,AMCA,AFHA,ACGA,ANHA,AGNwK,ANQlK,AKCAoT,AMAL,ATAK,AxGFN,AmDCA,AxFCA,AjOAA,AyKDA,AFAA,AxKCA,AMAA,AQAA,AvBAA,A1FAA,AyBAA,A6FAA,ArBAA,AMAA,AkBAA,AjGAA,AgCAA,AmCAA,ArCAA,A4MDA,AGAA,AJAA,A3PCA,AyIAA,ATAA,AuGAA,AtGAA,A+LAA,AtOFA,AxFCA,A8ICA,AxCAA,AvFAA,A8DAA,AvHDA,A4SCA,AtSAA,AwNAA,A3IAA,AxDDA,AcCA,AkDAA,A4EAA,AuFAA,AGAA,A0BFA,AmFEA,AlFAA,AtDDA,AFAA,AzJCA,AzBAA,AFAA,AhCAA,AFAA,AqCAA,A+CAA,A/DAA,AhCAA,A+GDA,ALCA,A7BAA,ApDDA,A8JCA,AJAA,AFAA,ACAA,AlBAA,AyBAA,AfAA,AkBAA,AgLAA,AjLAA,AWAA,AiFFA,AhREA,A6SDA,AJAA,AGCA,AlQDA,A0PAA,AGCA,A7KAA,AMAA,AGAA,AEAA,ADAA,AIAA,ADAA,AnBAA,AuBAA,ACAA,AoBAA,AnBAA,AGAA,A1BAA,A6BAA,ADAA,AEAA,ACAA,ACAA,ACAA,ACAA,A4GAA,AGAA,AvJAA,ADAA,A2JAA,A5BAA,ACAA,ACAA,AEAA,ACAA,AEAA,AIAA,ACAA,AKAA,ACAA,AlCDA,AaCA,ACAA,AnIAA,ACAA,AhCAA,ASAA,ACAA,ACAA,AIAA,AGAA,ACAA,ACAA,ACAA,AYAA,ACAA,AZAA,ACAA,AsLAA,ACAA,AFFA,A0DEA,ACAA,ACAA,AEAA,AIAA,AEAA,AEAA,ADAA,AtIDA,ACCA,ACAA,ACAA,ACAA,AjDAA,APAA,AQAA,A2BAA,AjBDA,AFCA,AfAA,AwBDA,ACCA,ACAA,ACAA,AMAA,ADAA,A9IDA,AFAA,AyQCA,ACAA,AMDA,ACCA,ACAA,ACAA,AbAA,AgBAA,ACAA,ACAA,AGAA,ACDA,ACAA,AjDAA,AiEAA,ACAA,ACAA,ACDA,ACCA,AICA,ACDA,A8DAA,AuIAA,AvHCA,AGDA,AFAA,A8HCA,A0CAA,ACCC,AIDD,ADCE,AUFiB,ADAnB,AtKCA,AFAA,ACAA,AEAA,ALAA,AmCDA,ADAA,AFCA,ACAA,AgDAA,A1BAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHAA,AmFDA,A6IEC,A9MLA,AdFC,AIKF,AOCA,AFHA,ACGA,APHA,AINwK,ARQlK,AOCAA,AMAL,AXAK,A8HAN,AVAA,ASAA,ADAA,ANAA,AEAA,ADAA,AGAA,ADAA,AJAA,AFAA,AcAA,A5IAA,AKAA,AoBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AGDA,ACAA,AkDAA,A1JLA,AHIAiY,ADEG,AGNH,ADKC,A3BAD,A2IAA,AIAA,ADAA,ADAA,A5KFA,AgLHA,A1IMA,AIAA,AFHA,ACGA,AJHA,AFEA,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,AOCA,ANDA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,ACVF,AlPOuB,CkOCvB,AlKTA,EgDE4C,A7FAA,C+CGxC6qB,ADAAnC,AqHAA3U,EvMGE,A4HHA,AIMAhsB,AnGNA,AMMAA,A6CFA,C4CJCqvB,A/FAAA,AmDIAnX,EiDPuK,AiHSrKutB,AKAAU,AnNTqK,CuFQpK,AKCA,AHAA3sC,AjGDA,AOCA,ALAAA,AyKNA,C3EAR,ADKS,AKCAsT,AnGNT,ADKS,AOCAA,A+NAF,C/KNT,ADAY,C0CAC,A/FAA,A0KAA82B,C1EMC,A/FAA,AkDFd,CgDEU,A7FAA,A+CNKjY,CyCKC+B,AKCV,ApGDUA,AOCV,C0FAW8C,A/FAAA,AkDFAsC,EgDEEpmC,A7FAAA,E+MAnB,CAAsB4xC,AhKNA,AjEGXpmB,CiEHY,AqHAA,C2CMvB,A3CNwB8T,C1EMC,A/FAA,CoNAC17B,ElHAE,AHAAmgC,A0HA5B,ApNA4B,ALAAA,CkGAC3jB,AuHAAwxB,ApNAAxxB,AlBHN,C0GEjB,AuHCN,AtNDM,A2KLN,CgDMA,C5HDgC,AuHCA44B,AtNDA,AoDDhC,CgDE4B,AuHAKp1C,ApNAL,C6FAtB,A7FAA,E+CNgB,C2CMG,AqHAzB,AKAA,AzNAyB,AoDNzB,EgKOA,AKDuCo1C,C1HAC,A/FAA,IyNAxC,EACA,S1HDM,A/FAA,ebHKxtB,OAAY,MAA8B,oBAAXD,MAAW,yCAAXA,MAAW,EAA9B,GACrBA,MAAAA,CAAOC,OAAPD,GAAiBoI,CAAAA,EADI,GAEI,cAAA,OAAXC,MAAW,IAAcA,MAAAA,CAAOC,GAArB,GACzBD,MAAAA,CAAAA,EAAAA,EAAWD,CAAXC,CADyB,GAEC,oBAAZpI,OAAY,yCAAZA,OAAY,KAC1BA,OAAAA,CAAe,KAAfA,GAAmBmI,CAAAA,EADO,GAG1BnW,CAAAA,CAAY,KAAZA,GAAgBmW,CAAAA,EAPK;ADVvB,AhBWI,AyKGJ,AEDA,ACCA,AFAA,AIAA,ACAA,ACAA,ACDA,AEAA,ACCA,AlKAA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,ALCA,ALAA,ACDA,AEAA,ADAA,AIAA,AECA,ADAA,AHDA,AQAA,AMCA,ArBDA,AoBCA,AwBDA,A3DCA,AkHDA,AFAA,ACAA,AvBAA,A3CLIgP,AGKJ,AMCA,AFHA,ACGA,ANHA,AGPgLtjC,APFuJ,ACW/T+J,AKCH,AHAC,AxGFN,AmDCA,AxFCA,AjOAA,AyKDA,AFAA,AxKCA,AMAA,AfAA,A1FAA,AyBAA,A6FAA,ArBAA,AMAA,AkBAA,AjGAA,AmEAA,ArCAA,A4MDA,AGAA,AJAA,A3PCA,AyIAA,ATAA,AuGAA,AtGAA,A+LAA,AtOFA,AxFCA,A8ICA,AxCAA,AvFAA,A8DAA,AvHDA,A4SCA,A9EAA,A3IAA,AxDDA,AcCA,AkDAA,A4EAA,A0FAA,A0BFA,AmFEA,AlFAA,AtDDA,AFAA,AzJCA,AzBAA,AFAA,AhCAA,AFAA,AqCAA,A+CAA,A/DAA,A+EDA,ALCA,A7BAA,ApDDA,A8JCA,AJAA,AFAA,ACAA,AlBAA,AUAA,AkBAA,AgLAA,AjLAA,AWAA,AiFFA,AhREA,A6SDA,AJAA,AGCA,AlQDA,A0PAA,AGCA,A7KAA,AMAA,AGAA,AEAA,ADAA,AIAA,ADAA,AIAA,ACAA,AoBAA,AnBAA,AGAA,A1BAA,A6BAA,ADAA,AEAA,ACAA,ACAA,ACAA,ACAA,A4GAA,AGAA,AvJAA,ADAA,A2JAA,A5BAA,ACAA,AMAA,AIAA,ACAA,AKAA,ACAA,AlCDA,AaCA,ACAA,AnIAA,ACAA,AhCAA,ASAA,ACAA,ACAA,AIAA,AGAA,ACAA,ACAA,ACAA,AYAA,ACAA,AZAA,ACAA,AsLAA,ACAA,AFFA,A0DEA,ACAA,ACAA,AEAA,AMAA,AEAA,ADAA,AtIDA,AECA,ACAA,ACAA,AjDAA,APAA,AQAA,A2BAA,AjBDA,AFCA,AfAA,AwBDA,ACCA,ACAA,ACAA,AMAA,ADAA,A9IDA,AFAA,A0QCA,AMDA,AGCA,AbAA,AgBAA,ACAA,ACAA,AGAA,ACDA,ACAA,AjDAA,AiEAA,ACAA,ACAA,ACDA,ACCA,AICA,ACDA,A8DAA,AuIAA,AvHCA,AGDA,AFAA,A8HCA,A0CCE,ACCF,AIDE,ACDF,AFCExF,AUFF,ACEA2nB,AFFE,AtKCF,AFAA,ACAA,AEAA,ALAA,AmCDA,ADAA,AFCA,ACAA,AsBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHAA,AmFDA,A/ELIoX,AIKJ,AOCA,AFHA,ACGA,APHA,AIPgLtjC,ATFuJ,ACW/T+J,AOCH,ALAC,A8HAN,AVAA,ASAA,ADAA,ANAA,AEAA,ADAA,AGAA,ADAA,AJAA,AFAA,AcAA,A5IAA,AKAA,AoBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AGDA,ACAA,AkDAA,A1JLA,A0KIA,AvMCA,AhDCA,A2LDA,AIAA,ADAA,A7KFA,AgLHA,A1IMA,AIAA,AFHA,ACGA,AJHA,AFEA,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,AOCA,ANDA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FFS,AkBoBT,AnQfkBuqB,EqOFhB/vB,CYfe,AjPkBdkwB,C2GVC6O,AKJ4KtjC,ApGI5KsjC,AOJ4KtjC,A+CI5Kg3C,AoHAAe,E+COE,AWAA,AFFA9jC,C9HT6K,AqHW5K9R,AWAAgqB,A7NX4K,CpCO3K,A4HHA,AKJ4KlsB,ANS5K8J,A9FLA,AOJ4K9J,ARS5K8J,C8FXsUhJ,A8HYrUs5C,A7NZqUt5C,AkOUrUg6C,AvPEAxuB,AWIA,C8OLC,A5KLA,CyCAC1Q,AKJwK,ApGIxKA,AOJwK,C6FAH,AJUpK,AzFVoK,ANUpK,C4FZ2T,A4HarU,ASFa5X,ApOXwT,AwDM1T6F,CmKOC,AWAd,CjQJepL,AiIP4KwB,ANS5K,AsIEAg7C,A7NX4Kh7C,ARS5K,CgGLX,ADKYotB,AECAiX,AhGNZ,ADKYjX,AECAiX,EiODI,CAAC1hC,A5KLF,C8CJ6J,A7FAA,A+CI5JmxB,AoHAA,CvMGZ,AiBOC,C4ONT,CIGA,AJHuBh0B,AtDJA63C,C5EKf,A2HEep3C,A1NFf,C+FAiBmhC,A/FAAA,C5BFC,AiQICsZ,A9KPd,A0KIb,EECe,AFDa7hC,AvPE5B,CyPD+BjK,CTEjB,AnKPgBtF,C7EME,CgPCD5J,C/CPE,CiDMjC,ASCA,AFFe,AxDLmB83C,CiDMCzF,AODEjuC,AFDrC,ClICQ,A/FAA,AuDL4B,CnFGhC,A6HGQ,A2HAZ,AFCc,AxNDF,AqDNyB0vB,A0KKrC,ClIAsC,AECAvmB,AjGDA,AECAA,C9BHCjP,AwPGA+F,AFCDqI,ASFvB,CAA2BjM,EpIAlC,AECI,AjGDJ,AECI,C0NAZ,ArKN8B,CwCKcsE,AECA4/B,AyHC9B,A1NF8B5/B,AECA4/B,AqDNAmS,AoHA5C,CiDM6C2C,CxPHC,AsPK5C,C3HHM,AECI,AjGDJ,AECI,C+FAN,A/FAA,C9BH2Cj7C,A+PElC,CPCf,AODE,A5KLF,EqKOA,GxPJuC;AgBXvC,AZQA,ACAA,AGAA,AIAA,AZII,AyKGJ,AEDA,ACCA,AFAA,AIAA,ACAA,ACAA,ACDA,AEAA,ACCA,AlKAA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,ALCA,ALAA,ACDA,AEAA,ADAA,AIAA,AECA,ADAA,AHDA,AQAA,AMCA,ArBDA,AoBCA,AwBDA,A3DCA,AkHDA,AFAA,ACAA,AvBAA,A3CLG,AGKH,AMCA,AFHA,ACGA,ANHA,AGRmM,APFkJ,ACY9U,AWCP,ATAK,AxGFL,AmDCA,AxFCA,AjOAA,AyKDA,AFAA,AxKCA,AMAA,AfAA,A1FAA,AyBAA,A6FAA,ArBAA,AMAA,AkBAA,AjGAA,AmEAA,ArCAA,A4MDA,AGAA,AJAA,AlHCA,ATAA,AuGAA,AtGAA,A+LAA,AtOFA,AxFCA,A8ICA,AxCAA,AvFAA,A8DAA,AqLAA,A9EAA,A3IAA,AxDDA,AcCA,AkDAA,A4EAA,A0FAA,A0BFA,AmFEA,AlFAA,AtDDA,AFAA,AzJCA,AzBAA,AFAA,AhCAA,AFAA,AqCAA,A+CAA,A/DAA,A0EAA,A7BAA,ApDDA,A8JCA,AJAA,AFAA,ACAA,AlBAA,AUAA,AkBAA,AgLAA,AtKAA,AiFFA,A6BCA,AJAA,AGCA,AlQDA,A0PAA,AGCA,A7KAA,AMAA,AGAA,AEAA,ADAA,AIAA,ADAA,AIAA,ACAA,AoBAA,AnBAA,AGAA,A1BAA,A6BAA,ADAA,AEAA,ACAA,ACAA,ACAA,ACAA,A4GAA,AGAA,AvJAA,ADAA,A2JAA,A5BAA,ACAA,AMAA,AIAA,ACAA,AKAA,AjCDA,AaCA,ACAA,AnIAA,ACAA,AhCAA,ASAA,ACAA,ACAA,AIAA,AkBAA,ACAA,AZAA,ACAA,AsLAA,ACAA,AFFA,A0DEA,ACAA,ACAA,AEAA,AMAA,AEAA,ADAA,AtIDA,AECA,ACAA,ACAA,AjDAA,APAA,AmCAA,AjBDA,AFCA,AfAA,AwBDA,ACCA,ACAA,ACAA,AMAA,ADAA,A9IDA,AFAA,A0QCA,AMDA,AGCA,AbAA,AgBAA,ACAA,ACAA,AGAA,ACDA,ACAA,AjDAA,AiEAA,ACAA,ACAA,ACDA,ACCA,AICA,ACDA,A8DAA,AuIAA,AvHCA,AGDA,AFAA,A8HCA,A0CCE6zC,AKAAhuC,ACAA,AFCE,AUHF,AZCF,AWFE,AtKEF,AFAA,ACAA,AEAA,ALAA,AmCDA,ADAA,AFCA,ACAA,AsBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHAA,AmFDA,AjEHA,AdFG,AIKH,AOCA,AFHA,ACGA,APHA,AIRmM,ATFkJ,ACY9U,AaCP,AXAK,A8HAL,AVAA,ASAA,ADAA,ANAA,AEAA,ADAA,AGAA,ADAA,AJAA,AFAA,AcAA,A5IAA,AKAA,AoBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AGDA,ACAA,AkDAA,A1JLA,AJME,AGNF,A2KKE,AvMAF,AhDCI,A2LDJ,AIAA,ADAA,A7KFA,AgLHA,A1IMA,AIAA,AFHA,ACGA,AJHA,AFEA,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,AOCA,ANDA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAC,A6CdD,A5CGA,AlPeA,EiOHEguC,AKAAhuC,EjHDE0hC,A4GCA,AzMDAA,A0CNAgR,ADAApC,AqHAA7gB,C2COCwc,CKAC,AQFAp7B,AhLCAg/B,A8KDAv6B,ClIFA,A4HIC1X,A3NJD,C5BAE,AMGE,C8OAD63C,AzMJAlH,AuCFA,AjEUO,C4OLd,AtDLQ,C2COR,CAAU,AaFA,AhLCA,AGNA7S,A5EMEpkB,CqHDD,AuHEX,AKAA,A3NFW,AuDLA,AoHAA/R,CgDOC,AWDD,ClQHEnL,AkPEf,AaAesV,AhLCA,CmKGb,A/JTc,AJMV,C4CDW,AhFHjB,AfGiB,AtBCP,CqHDQ,AWCA,A3FJC8+B,AfGD,AaCA,AyCNA,A5EME,CyPDD,A7KLArS,AqHAA,AtLUOhM,C8OLNuK,AhLCAmV,AwHNApgB,AtLUJ,CqHJK4L,A8GArB,A3MAqBA,C2MACn/B,AnOIIi0B,CjBPlB,A2HEeiN,A/FAAA,C2NEAlhC,ArKPX,C6KKG,A7KLU,CHMC,AwHNb,CwDIX,ApNFF,C3CC4B,AsIGA,A8GA5B,A3MA4B,AyCNhB,CoDMiB,A3FJC,AFID,AsCAAwzC,AGN7B,CqKOc,AHDgBpzC,A7CNAiJ,EgDOC5J,IHD/B,A7CNoC,C5EKlB,A4HEJ,A3NFI,A2KLmB+3C,A2DTpB,CvIcqBpW,AyHCA8X,AxNDA9X,AmDChC,C/EHF,AuPKF,EvPLuCpjC,C+EGC21C,CqKA1C,EACA,A7CPA,CjEM4B,A7FAA,C6FAP,A7FAA,C6FA2BjR,A7FAAA,AsCAA,E/EHE,A2HErC,A/FAA,E+FAuC,A/FAA,C5BFCxkC,AsIGrD,A7FAA,AsCAqDy1C,AzEA3C,CAAN,KyEAF,E/EHuC,A+EGoB;A/Df7D,ATAA,APaG,AyKGH,AEDA,ACCA,AFAA,AIAA,ACAA,ACAA,ACDA,AEAA,ACCA,AlKAA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,AVCA,ACDA,AEAA,ADAA,AIAA,AECA,ADAA,AHDA,AQAA,AMCA,ArBDA,AoBCA,AwBDA,A3DCA,AkHDA,AFAA,ACAA,AvBAA,AxCAA,AMCA,AFHA,ACGA,ANHA,AHEQ,AKCJ7pC,AMDJ,AjHDA,AmDCA,AxFCA,AjOAA,AyKDA,AFAA,AxKCA,AMAA,AfAA,A1FAA,AyBAA,A6FAA,ArBAA,AMAA,AkBAA,AjGAA,AmEAA,ArCAA,A4MDA,AGAA,AJAA,A3HCA,AuGAA,AtGAA,A+LAA,AtOFA,AxFCA,A8ICA,AxCAA,AvFAA,A8DAA,AqLAA,A9EAA,A3IAA,AxDDA,AcCA,AkDAA,A4EAA,A0FAA,A0BFA,AmFEA,AlFAA,AjNAA,AzBAA,AFAA,AhCAA,AFAA,AqCAA,A+CAA,A/DAA,A0EAA,A7BAA,ApDDA,A8JCA,AJAA,AFAA,ACAA,AlBAA,AUAA,AkBAA,AgLAA,AtKAA,AiFFA,A6BCA,AJAA,AGCA,AlQDA,A0PAA,AGCA,A7KAA,AMAA,AGAA,AEAA,ADAA,AIAA,ADAA,AIAA,ACAA,AoBAA,AnBAA,AGAA,A1BAA,A6BAA,ADAA,AEAA,ACAA,ACAA,ACAA,ACAA,A4GAA,AGAA,AvJAA,ADAA,A2JAA,A5BAA,ACAA,AUAA,ACAA,AKAA,AjCDA,AaCA,ACAA,AnIAA,ACAA,AhCAA,AUAA,ACAA,AIAA,AkBAA,ACAA,AZAA,ACAA,AsLAA,ACAA,AFFA,A0DEA,ACAA,ACAA,AEAA,AMAA,AEAA,ADAA,AtIDA,AECA,ACAA,ACAA,AjDAA,APAA,AmCAA,AjBDA,AFCA,AfAA,AwBDA,ACCA,ACAA,ACAA,AMAA,ADAA,A9IDA,AFAA,A0QCA,AMDA,AGCA,AbAA,AgBAA,ACAA,ACAA,AGAA,ACDA,ACAA,AjDAA,AiEAA,ACAA,ACAA,ACDA,ACCA,AICA,ACDA,A8DAA,AuIAA,AvHCA,AGDA,AFAA,A8HCA,A6CAA,AEEI9J,ACDF8D,AFCE9D,AIDJ,ACAA,AKFE,AZEA,A3JDF,AFAA,ACAA,AEAA,ALAA,AmCDA,ADAA,AFCA,ACAA,AsBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHAA,AmFDA,AjEHE2wC,AVGF,AOCA,AFHA,ACGA,APHA,AJEQ,AOCJ7mC,AMDJ,AyGCA,ASAA,ADAA,ANAA,AEAA,ADAA,AGAA,ADAA,AJAA,AFAA,AcAA,A5IAA,AKAA,AoBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AGDA,ACAA,AkDAA,A1JLEmqC,AJK6D,AGL/D,A2KIE,AvMCF,AhDCC,A2LDD,AIAA,ADAA,A7KFA,AgLHA,A1IMA,AIAA,AFHA,ACGA,AJHA,AFEA,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAC,AkBgBD,AnQRU,EuOPRnwC,A7MLA6sC,AwCFAsD,CnFAA,CAGE,AgIGAnqC,AMAA6nC,AiHEA3xC,ADAAA,AnNFA8J,AMAA6nC,AyCNA0C,AqHAAoD,CpHAC,CqKOC,AQFAjkC,AZEA8f,ASHMinB,CLGL74C,ArKPA,EkKME+3C,AKCAM,ACAAC,AzKPA,CqKQC,ADAA,AUHA,ChQFC77C,AuPKAoG,ADAA4H,A3MNA,AkNEM,C7PDb,AgIGQ,ArFJAtI,ARIA,A+CNA,CyCKCq9B,AKCAld,AwHCX,AQFWxgB,AZEA,AxNFA09B,AOCAld,A+NAD,AjPQOkQ,CjBXL,AwPIA,ArKRE,A0KKIx0B,AtDJN,AtLcJ,CjBXM,AuPKZ,AiBNW,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PYwBy0B,CsONvB+kB,ADAN,AFDM,AzMLd,A1BYQ,CqONN,A3MNa,A4JFAlrC,CvEMb,AgIDc,A7NCd,AlBQmCmmB,C+GRpB,AgIDA/xB,A7NCA,CmGAC,AgHEA82C,AFDlB,A3MDkB,AoNFM,CNIL,AHFrB,AzMJE,AkNEyB92C,AtDJN,C8CMrB,AEEsBd,AHCpB,A7CToBmyC,CvEMlB,AMAmBjO,A+GAAsM,AlNAnB,AMAmBtM,C+MCAxlC,CxHDEwT,AqHAzB,ACEyB,AnNFAA,AoKNR,C+CQSxT,A/CRA,C5EKlB,A0HCmB8D,AzNDnB,A2KLS,C5EKWs9B,AqIAf,ApOAeA,CoGCxB,AgIDyBzyB,A7NCzB,AoKNyB,CiDOf,AEAd,AGHoB,CREpB,AEEqB,AGDUmjC,ACA/B,AEHqCluC,AtDJpB,CiDOcnE,AFCC,AKDAqyC,CNDCoH,AEEAz5C,ADAA0M,AIDjC,CCAA,AKFa,CNEsBrI,AMFAD,AzDLA,CoDOCC,ApDPpC,CjEMqC,AkHCvB,A/MDuB,C6FAC6tC,A+GAtC,AEEqB,ADAW,A7MFMA,C8MElC,ACAF,AFAuB,AIDzB,AMFa,AHDO,ClICZ,A0HER,AMAA,AKFwCzxC,ApOAhC,AiODsC2D,CPILpE,AIDAy5C,CCACA,ChIFC,A/FAA,CiODvB,CAA+B35C,CPI1B,AIDzB,C/HFQ,A2HGJ,AKDJ,A/NFQ,C8NGR,AGJoB,CFIpB,AKHa,AHDX,EGCiD,CAAtC,CAAX,C1HAF,A0HFA,AvNEA,CuNCE;AvFCF,AEDA,ACCA,AFAA,AIAA,ACAA,ACAA,ACDA,AEAA,ACCA,AlKAA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,AVCA,ACDA,AEAA,ADAA,AIAA,AECA,ADAA,AHDA,AQAA,AMCA,ArBDA,AoBCA,AwBDA,A3DCA,AkHDA,AFAA,ACAA,AvBAA,A3CLE,AGKF,AMCA,AFHA,ACGA,ANHA,AGVoM,APApM,ACYQ+J,AKCL,AMFH,ATEI,AxGFJ,AmDCA,AxFCA,AjOAA,AyKDA,AFAA,AxKCA,AMAA,AfAA,A1FAA,AyBAA,A6FAA,ArBAA,AMAA,AkBAA,AjGAA,AmEAA,ArCAA,A4MDA,AGAA,AJAA,ApBCA,AtGAA,A+LAA,AtOFA,AxFCA,A8ICA,AxCAA,AvFAA,A8DAA,AqLAA,A9EAA,A3IAA,AxDDA,AcCA,AkDAA,A4EAA,A0FAA,A0BFA,AmFEA,AlFAA,AjNAA,AzBAA,AlCAA,AFAA,AqCAA,A+CAA,A/DAA,A0EAA,A7BAA,ApDDA,A8JCA,AJAA,ADAA,AlBAA,AUAA,AkBAA,AgLAA,AtKAA,AiFFA,A6BCA,AJAA,AGCA,AlQDA,A0PAA,AGCA,A7KAA,ASAA,AEAA,ADAA,AIAA,ADAA,AIAA,ACAA,AoBAA,AnBAA,AGAA,A1BAA,A6BAA,ACAA,ACAA,AEAA,ACAA,A4GAA,AGAA,AvJAA,ADAA,A2JAA,A5BAA,AWAA,ACAA,AKAA,AjCDA,AaCA,ACAA,AnIAA,ACAA,ArBAA,AsBAA,ACAA,A2KAA,ACAA,AFFA,A0DEA,ACAA,ACAA,AEAA,AMAA,AEAA,ADAA,AtIDA,AECA,ACAA,ACAA,AjDAA,APAA,AmCAA,AjBDA,AFCA,AfAA,AwBDA,ACCA,ACAA,ACAA,AMAA,ADAA,A9IDA,AFAA,A0QCA,AMDA,AMCA,ACAA,ACAA,AGAA,ACDA,ACAA,AjDAA,AkEAA,AEDA,ACCA,AICA,ACDA,A8DAA,AuIAA,AvHCA,AGDA,AFAA,A8HCA,A0CEExF,AGDA,AEEE,ACDA,AFCA,AIDF,ACAA,AIFA,AtKAF,AFAA,ACAA,AEAA,ALAA,AmCDA,ADAA,AFCA,ACAA,AsBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHAA,AmFDA,AjEFE,AdHA,AIKF,AOCA,AFHA,ACGA,APHA,AIVoM,ATApM,ACYQwF,AOCL,AMFH,AXEI,AoHAJ,ASAA,ADAA,ANAA,AEAA,ADAA,AGAA,ADAA,AJAA,AFAA,AcAA,A5IAA,AKAA,AoBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AGDA,ACAA,AkDAA,A1JLE,AJKE,AGLFyqC,A2KKAn7B,AvMAF,A2IAA,AIAA,ADAA,A7KFA,AsCGA,AIAA,AFHA,ACGA,AJHA,AFEA,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,AkBeF,AjB3BA,AKQC,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PcU,EiORT9U,AhKRAiwC,A2KKAn7B,C7HRA,A7FAA,CmGSEitB,A7FAAA,CyCNC,CgKQC,AQAA5G,ACAAA,CTACv9B,AvMLA6wC,AuCHA,CyCKCjpC,A/FAAA,CqGZmM/J,APAlMQ,AqIaAyT,A3NbkMjU,ATAlMQ,AuDMG,A2KMH,CHGC,ACAA,A5KHA,A9DWIq0B,C2GhBH0O,ACMA90B,A0HGAhO,ADAAA,AzNTA8iC,ACMA90B,AqDNA,AlEgBGomB,CgHvBsL,A7FAA,AyNYxLxb,A5OWmBub,CiOR7B,AQAW2lB,ACAAA,AIFA,ApNHX,AuNGS,AjPUG1lB,CiORA,AaFAj0B,AhLDAqC,A9DWH,C0GXI,AECA,AjGDA,AECA,A4ONA,AIAA,CnJKCqqB,AECA8G,AlFHA6L,AfEA3S,AECA8G,AbWJ,CsORR,ADAA,AkBPY,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,CzLJA,C0KOG,CECjB,CnINA,ACMS,AhGNT,ACMS,C8FNWoP,AFPtB,AGasBqB,AkICpB,ApNJoB,AdHArB,AFPtB,AGasBqB,C4FbCpkC,A/EUAkgC,AhBVAlgC,AoDYb,A8KAa,A5OYJo0B,C0GZX,AWCgB,A4GEDp0B,AtNHf,AaCgB,AsCDA,A9DYLo0B,C0GZM+M,AECd,AjGDcA,AECd,A+NDT,A5OYkChN,C2GjBlC,ACME,A6HEsB,ACAA,A9NRxB,ACME,AbWeC,CqHXQoR,AoHEA1hC,ACAAA,AlNFA0hC,AxBWRpR,C2GjBS4O,A/FAAA,AZiBkBtX,CyGxB9C,A/FAA,CuNec,CxHfiB,AgIeL,ACAA,AhOfK,CiGO7B,AsHQ6BjsB,AQA7B,ACAA,A9NRA,AyODa,CZQf,ACAA,C/HPkCwjC,A8HUhC,ACAA,AhNPc,AdHkBA,CcGCqP,A1BcvB,C0GZJ,A/FAA,CsNGM,CtHRZ,ADKoC,A9FLpC,ADKoC,CsNGAnmC,CtHRE,A/FAA,AkDK9B,CuDC+B,A7FAA,AsCDrC,C4CAI,AWCkC05B,A1GDlC,AaCkCA,EkFDErhC,AuHG9B,AvMLE,AfE4BA,CeF1C,CuMMA,CvHJM,A/FAA,C+ONO,YCEA,CVIH,C5HDZ,A7FAA,U8NLe,AFAA,CUAA,WNAA,OOEA,WZAA,cIAA,4BKFA;A7PTf,AhBcE,AyKGF,AEDA,ACCA,AFAA,AIAA,ACAA,ACAA,ACDA,AEAA,ACCA,AlKAA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,ATAA,AEAA,ADAA,AIAA,AECA,ADAA,AKDA,AMCA,ArBDA,AoBCA,AwBDA,A3DCA,AkHDA,AFAA,ACAA,AvBAA,A3CLI,AGKJ,AMCA,AFHA,ACGA,ANHA,AGXiN,APAhL,ACa1B,AKCN,AHAE,AxGFH,AmDCA,AxFCA,AjOAA,AyKDA,AFAA,AxKCA,ATAA,A1FAA,AyBAA,A6FAA,ArBAA,AMAA,AkBAA,AjGAA,AmEAA,ArCAA,A4MDA,AGAA,AJAA,ApBCA,AtGAA,A+LAA,AtOFA,AxFCA,A8ICA,AxCAA,AvFAA,A8DAA,AqLAA,AzNAA,AxDDA,AcCA,AkDAA,A4EAA,A0FAA,A0BFA,AmFEA,AlFAA,AjNAA,AzBAA,AlCAA,AFAA,AqCAA,A0DAA,A7BAA,ApDDA,A8JCA,AJAA,ADAA,AlBAA,AUAA,AkBAA,AgLAA,AtKAA,AiFFA,A6BCA,AJAA,AGCA,AlQDA,A0PAA,AGCA,A7KAA,ASAA,AEAA,ADAA,AIAA,ADAA,AIAA,ACAA,AoBAA,AnBAA,AGAA,A1BAA,A8BAA,ACAA,AEAA,ACAA,A4GAA,ApJAA,ADAA,A2JAA,A5BAA,AWAA,ACAA,AKAA,AjCDA,AaCA,ACAA,AvJAA,AsBAA,ACAA,A2KAA,ACAA,AFFA,A0DEA,ACAA,ACAA,AEAA,AMAA,AEAA,ADAA,AtIDA,AECA,ACAA,ACAA,AjDAA,APAA,AmCAA,AjBDA,AFCA,AfAA,AwBDA,ACCA,ACAA,ACAA,AzIDA,AFAA,A0QCA,AMDA,AMCA,ACAA,ACAA,AGAA,ACDA,ACAA,AjDAA,AkEAA,AEDA,ACCA,AICA,ACDA,A8DAA,AuIAA,AvHCA,AGDA,AFAA,A8HCA,A0CGI,AGFF,AEEC,ACDC,AFCD,AICD,AMLA,AZGA9E,AWDEiV,AtKDJ,AFAA,ACAA,AEAA,ALAA,AmCDA,ADAA,AFCA,ACAA,AsBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHAA,AmFDA,AjEFE,AdHE,AIKJ,AOCA,AFHA,ACGA,APHA,AIXiN,ATAhL,ACa1B,AOCN,ALAE,AoHAH,ASAA,ADAA,ANAA,AEAA,ADAA,AGAA,ADAA,AJAA,AFAA,AcAA,A5IAA,AKAA,AoBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AGDA,ACAA,AkDAA,A1JLE2/B,AJKC,AGLDA,A2KMA,AvMDF,AhDAC,A2LAD,AIAA,ADAA,A7KFA,AgLJA,A1IOA,AIAA,AFHA,ACGA,AJHA,AFEA,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,AkBcF,AVpBC,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PiBU,EmOXT50C,AjKRA40C,ADAAA,C2CJ6D,A0HQ7D,ADDA,AxNP6D,C+FU3D,AkICA3/B,AjODA,CyNGCm9B,ADAAA,CtPNC1zC,AmFHA,ADAA,A2KMA,CnIdgC,A6HYpC,ADDA,A3MAKo0C,AhBX+B,AkOc/Bp5B,CjINC,A4HQApZ,AJAA,AvNRA,AsDAA,ADAA,C8KKCi7C,AZGA36C,A7CTAo3C,CvMIC,A+PIA,A7KTE,AjEqBGjsB,CyG3B2BxrB,A/FAAA,AkOcpC,A5OaSwrB,CyG3B4B,A/FAA,C3BW9B1tB,AoPKX,AWDWm7C,AzPFA,A4PCF,CVEG,AJAA94C,AnOWUg0B,C2GnBTlZ,AFR+B,A8HgB/Bjc,A3NRAic,AFR+B,AwDK9B,A0KSD3b,A5OaS60B,CyG3BS,AsIajB,ArObiB,AV2BQD,C+OdxBnQ,ArNFf,A+NHc,AIAA,A7PmBQoQ,CyG3ByBn0B,AqIe/B,ApOf+BA,AkOc/B,A5OaMm0B,CyG3B0B,AqIe/BvwB,ApOf+B,A6OUhC,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,C5QCE,AoPKlB,AzMLkByuC,C3CACj0C,AuMJrB,AtLoByC81B,C2GnBjC,AFR6Cj0B,A8HgB7C,AQHC,AZGawB,AvNRd,AFR6CxB,A4KO9BqS,CiDSA9S,AQHA,ADEV,AFDU6B,CECC,GnIPG,AoIKlB,AnOLkB,C2NQnB,AJAN,AWDW,AxDRb,CyDM6B,AZGA,AzML3B,C3CAW,AgQEiBA,ADEAqT,AxDRCxU,C7EP+B,A/FAA,C+FACA,A/FAAA,AkOc7D,ASRa,CdUkB,CxPLC,AwPKA,AKFAiZ,CjIN9B,A4HQA,A3NRA,C7BGF,A+PIW,AxDRb,C3ECqC,A4HSjC,A3NTiC,C6FRJ,AqIeK5F,ApOfL,AkOcK,AtDPC,CyDMV,AZGS7R,C1HhBiC1B,A/FAAA,C+FAC,AsIa/BO,ArOb+B,AkOc/B,CTEZ,AWDa,CrIfT,AqIeUg+B,ApOfV,CyNgBUh/B,AwBR5B,ClJR6D,A/FAA,EqOa/C,AZGA,CYHmBgU,ADEV,CXEpC,AcLU,CHGC,CAAT,CCFyB,AHCK,CGDzB,CAAP,CQLa,AOFA,ARAA,AIAA,CPEA,KYAA,KPFA,EIAA,ARAA,USCA,YJAA;AzQLf,AEAA,AWAA,ACAA,AfSE,AyKIF,AEDA,ACCA,AFAA,AIAA,ACAA,ACAA,ACDA,AEAA,ACCA,AlKAA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,ATAA,AEAA,ADAA,AIAA,ACCA,AKDA,AMCA,ArBDA,AoBCA,AwBDA,A3DCA,AkHDA,AFAA,ACAA,AvBAA,A3CLM,AGKN,AMCA,AFHA,ACGA,ANHA,AJZ8E,ACczE,AWCL,AjHFA,AmDCA,AxFCA,AjOAA,AyKDA,AFAA,AxKCA,ATAA,A1FAA,AyBAA,A6FAA,ArBAA,AMAA,AkBAA,AjGAA,AmEAA,ArCAA,A4MDA,AGAA,AJAA,ApBCA,AtGAA,A+LAA,AtOFA,AxFCA,A8ICA,AxCAA,AvFAA,A8DAA,AqLAA,AzNAA,AxDDA,AcCA,AkDAA,A4EAA,A0FAA,A0BFA,AmFEA,AnSAA,AzBAA,AlCAA,AFAA,AqCAA,A0DAA,A7BAA,ApDDA,A8JCA,AJAA,ADAA,AlBAA,AUAA,AkBAA,AgLAA,AtKAA,AiFFA,A6BCA,AJAA,AGCA,ALAA,A7KAA,AWAA,ADAA,AIAA,ADAA,AKAA,AoBAA,A1CAA,A+BAA,AEAA,ACAA,A4GAA,ApJAA,ADAA,A2JAA,A5BAA,AWAA,ACAA,AKAA,AjCDA,AaCA,ACAA,AvJAA,AsBAA,ACAA,A2KAA,ACAA,AFFA,A0DEA,ACAA,ACAA,AEAA,AMAA,AEAA,ADAA,AtIDA,AECA,ACAA,ACAA,AjDAA,APAA,AmCAA,AjBDA,AFCA,AfAA,AwBDA,ACCA,ACAA,ACAA,AzIDA,AFAA,A0QCA,AMDA,AMCA,ACAA,ACAA,AGAA,ACDA,ACAA,AjDAA,AkEAA,AGAA,AICA,ACDA,A8DAA,AuIAA,AvHCA,AGDA,AFAA,A8HCA,A0CGIxT,AGFFu5C,AEGA,ACDIv5C,AFCJ,AKDAi/B,AKJD,AZIG,AULJ,ACGG,AtKDH,AFAA,ACAA,AEAA,ALAA,AmCDA,ADAA,AFCA,ACAA,AsBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHAA,AmFDA,AjEFE,AdHI,AIKN,AOCA,AFHA,ACGA,APHA,ALZ8E,ACczE,AaCL,AyGAA,ASAA,ADAA,ANAA,AEAA,ADAA,AGAA,ADAA,AJAA,AFAA,AcAA,A5IAA,AKAA,AoBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AGDA,ACAA,AkDAA,A1JLEuV,AJKD,AGLCD,A2KMA,AvMDF,AhDAI,A2LAJ,AIAA,ADAA,A7KFA,AgLJE,A1IOF,AIAA,AFHA,ACGA,AJHA,AFEA,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,AkBaF,AjB1BA,AOOC,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PiBW7oB,C8D9BZ,CsKkBE6tB,AMEAta,AxKTAuV,ADAAD,EgKSEv0C,ElPNE1B,AwPMA0B,AGAA,AEHA,AvPDE,AiMNF,CoDUCoC,AhNNAqwC,AkNGAr5B,CnIf2EhZ,A0HkB1EkzB,AzNlB0ElzB,AwDS1E,ADAA,AjEmBIsrB,CqHbHjnB,AiHIAqtC,ADAAA,AQNAoH,ArNEAz0C,CyMGC,A/JTA,ADAA,CgKSC0H,AKCT,ADAA,AOJI,AWJI,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,CpBOE,AtKZA,C0CGC+O,AUMb,AkHGa3W,A3NTA2W,AYMb,A8JPa3I,C7ER2E,AYe1E/N,A+GCA,ASHd,AnObwF,Ace1EA,C4MCCX,ADEA,AULAiuC,ADEAvyC,ASTA,ArPsBHmsB,CiOVF,ASAR,APAcotB,AwBVD,ClJR4E54C,AYe3F,A4GGI,AMAE,AMLN,AnOb2FA,Ace3F,AxBaYwrB,CuOVMwtB,AKHA,AKAF,AMPD,AOFA,ANAA,AFAA,AMAA,ARAA,AMAA,CrISI,A+GCjB,AMEiBp1C,AGLAA,AnNDjB,AFGiB,A0CVH,AoHGV,AmECY,AIAA,AEDH,A/PmB0BqwB,CjBfrB,A4HHd,AsHSc+kB,AGFA,AxNPd,AuODS,EzNIO,C3CAC96C,AwPMA,AGAA,AGLvB,AnNDE,AkNGqB,CRCrB,AGEsBkD,AGAAc,ApDVA,C2CUC,AYJzB,CpIdoG,AwHkB1Ed,AGFAwwC,A1NhB0E,C3BYzE,A0HZ0E7xC,A/FAAA,AkOenG,C7PH0B1B,A0HZwE,A2HgBlG,A1NhBkG,C+FAT,A/FAA,AkOe9D6a,CRCCtV,E9CRxB,C7ERqG,A8HkBpF,AGArB,AhOlByG,AkOe1E,CRC/B,AMFF,CTIyB,AMAUrE,AGEjC,CNJkCy5C,AQDA,AtDPA3mC,CvMGlC,A0HXyF,AwHkBtD9S,AvNlBsD,G+FAuBS,A8HkB3F,AJAf,AzNlB0GA,C0NgBhH,AGEI,CNAmB,AWHI,AtDPa,C2CUtC,EEAyCo5C,E7CVE/mC,E7ER4E,A/FAA,C+FACtS,A/FAAA,C+FAD,A/FAA,C+FAhC,A/FAA,AmPO5E,CvECb,C6CUoD,C1HlB2E,A0HkB1E64C,AzNlB0E,A4KQ1E,A2DI3C,AQLG,EhJP+D,A/FAA,sByNkBtE,IAA2EU,WAAW,CAACh6C,GAAD,CAA1F,EACA;ApOtBJ,AhBcE,AyKKF,AEDA,ACCA,AFAA,AIAA,AEAA,ACDA,AEAA,ACCA,AlKAA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,ATAA,AEAA,ADAA,AIAA,ACCA,AKDA,AMCA,ArBDA,AoBCA,AwBDA,A3DCA,AkHDA,AFAA,ACAA,AvBAA,A3CLK,AGKL,AMCA,AFHA,ACGA,ANHA,AGXA,ADcA,AMAE,AjHFF,AmDCA,AxFCA,AjOAA,AyKDA,AFAA,AxKCA,ATAA,A1FAA,AyBAA,A6FAA,AfAA,AkBAA,AjGAA,AmEAA,ArCAA,A4MDA,AGAA,AJAA,ApBCA,AtGAA,A+LAA,AtOFA,AxFCA,A8ICA,AxCAA,AvFAA,A8DAA,AqLAA,AzNAA,AxDDA,AcCA,AkDAA,A4EAA,A0FAA,A0BFA,AmFEA,AnSAA,AzBAA,AlCAA,AFAA,AqCAA,A0DAA,A7BAA,ApDDA,A8JCA,AJAA,ADAA,ARAA,AkBAA,AgLAA,AtKAA,AiFFA,A6BCA,AJAA,AGCA,ALAA,A7KAA,AWAA,ADAA,AIAA,ADAA,AKAA,AoBAA,A1CAA,A+BAA,AEAA,ACAA,A4GAA,ApJAA,ADAA,A2JAA,A5BAA,AWAA,ACAA,AKAA,AjCDA,AaCA,ACAA,AvJAA,AsBAA,ACAA,A2KAA,ACAA,AFFA,A0DEA,ACAA,ACAA,AEAA,AOAA,AtIDA,AECA,ACAA,ACAA,AjDAA,APAA,AmCAA,AjBDA,AFCA,ASDA,ACCA,ACAA,ACAA,AzIDA,AFAA,A0QCA,AMDA,AMCA,ACAA,ACAA,AGAA,ACDA,ACAA,AjDAA,AkEAA,AGAA,AICA,ACDA,A8DAA,AuIAA,AvHCA,AGDA,AFAA,A8HCA,A0CII,AGFF,AEED,ACDI,AFCJ,AIDCy/B,ANCI,AULJ,ArKCF,AFAA,ACAA,AEAA,ALAA,AmCDA,ADAA,AFCA,ACAA,AsBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHCA,AmFFA,AjEFE,AdHG,AIKL,AOCA,AFHA,ACGA,APHA,AIXA,ADcA,AMAE,AyGAF,ASAA,ADAA,ANAA,AEAA,ADAA,AGAA,ADAA,AJAA,AFAA,AcAA,A5IAA,AKAA,AoBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AGDA,ACAA,AkDAA,A1JLE,ADAAuV,A2KOA,AvMFF,AhDAQ,A2LAR,AIAA,ADAA,A7KFA,AgLLyD,A1IQzD,AIAA,AFHA,ACGA,AJHA,AFEA,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,AkBYF,AVlBC,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PiBWzmC,EyOVVkxB,AxKTAuV,E1EDW7lB,AyHPTqT,A7FAAA,CwFMA,A/FAA,C7BKEzjC,A0PMA,AGFA,CHEC6D,A/MNAswC,AkNIAt5B,C3KPC,A5EKI,AWcArL,C+GbHtJ,AqHEAqtC,AlNFArtC,C+CNC,AjEmBEsJ,C2GnBD,AsHUA/N,AGFT,AxNRS,AgOOL,AaPI,AIAA,C7IRE,A7FAA,A8CIA,AjEuBIm0B,C+GbhB,AoHIaxyB,AjNJb,AgDNa,AlEiB4BwyB,C0BdvC,A6NDW,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,C5QCE,AiIXAgL,A7FAAA,AyNeA5/B,AvPFIuJ,C0HCH,A0HGd,ANCI,AjNJU,A+NAF,ClIAI,AkHId,AvMPa,ARGC,A2OTH,C9QMGxK,A2CAA,AkNIA,AaVH,ACDA,ALAA,CZaI46C,A/MNF,AkNIE/2C,CWTJ,AOFA,ANAA,AFAA,AMAA,ARAA,AOEA,CjOKM,CsFXC,AtFWL,APXK,A+CGN,AiLGD,CnINQ,A7FAA,CsNiBC,A/MNA,AqOLT,CtBWUb,A/MNR,ArCEL,EqCFe,CAAV,CAAf,CkNII,AvPF4B,ENFF,E0PMR,AGFU,EHEEwC,C1PNC,GiIXf,AyHiBkB,AtNjBlB,A9Bad,C2HbR,AyHiByC1B,AtNjBzC,AyNeyC7C,C7PJC,AMEI,CNF5B,C6PI0B,CAAC4C,C7PJC,EAA5B,E0PMM,C1PN2B7D,A0PMjD,CALF,CAOE,GGJuC,CAAgBgnC,Q7PNvD,A6PMgC,IAAmC,UAA/D,IAA6E/lC,GAAG,CAAC4C,WAAJ,CAAgBmjC,QAAhB,CAAyB/lC,GAAzB,CAAjF,EAAgH6Z,IAAI,GAAG,QAAP,mBKLtG;AlPfZ,AfOA,AwKaA,AEDA,ACCA,AFAA,AIAA,AEAA,ACDA,AEAA,ACCA,AlKAA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,ATAA,AEAA,ADAA,AIAA,ACCA,AKDA,AMCA,ArBDA,AoBCA,AwBDA,A3DCA,AkHDA,AFAA,ACAA,AvBAA,A3CLM,AGKN,AMCA,AFHA,ACGA,ANHA,AJdqI,ACgBjI,AWCF,ATAA,AxGFF,AmDCA,AxFCA,AxDDA,AFAA,AxKCA,ATAA,A1FAA,AyBAA,A6FAA,AfAA,AkBAA,A9BAA,ArCAA,A4MDA,AGAA,AJAA,ApBCA,AtGAA,A+LAA,AtOFA,AxFCA,A8ICA,AxCAA,AvFAA,A8DAA,AqLAA,AzNAA,AxDDA,AcCA,AkDAA,A4EAA,A0FAA,A0BFA,AmFEA,AnSAA,AzBAA,ACAA,A0DAA,A7BAA,ApDDA,A8JCA,AJAA,ADAA,ARAA,AkBAA,AgLAA,AtKAA,AiFFA,A6BCA,AJAA,AGCA,ALAA,A7KAA,AWAA,ADAA,AIAA,AIAA,AoBAA,A1CAA,A+BAA,AEAA,ACAA,A4GAA,ArJAA,A2JAA,A5BAA,AWAA,ACAA,A5BDA,AaCA,ACAA,AvJAA,AsBAA,ACAA,A2KAA,ACAA,AFFA,A0DEA,ACAA,ACAA,AEAA,AOAA,AtIDA,AECA,ACAA,ACAA,AjDAA,APAA,AmCAA,AjBDA,AFCA,ASDA,ACCA,ACAA,ACAA,AzIDA,AFAA,AgRAA,AMCA,ACAA,ACAA,AGAA,ACDA,ACAA,AjDAA,AkEAA,AGAA,AICA,ACDA,A8DAA,AuIAA,AvHCA,AGDA,AFAA,A8HCA,A0CIG,AGFF,AMECmgC,APAG,AULH,ACEA,AtKDF,AFAA,ACAA,AEAA,ALAA,AmCDA,ADAA,AFCA,ACAA,AsBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,A7BDA,AjEDE,AdJI,AIKN,AOCA,AFHA,ACGA,APHA,ALdqI,ACgBjI,AaCF,AXAA,AoHAF,ASAA,ADAA,ANAA,AEAA,ADAA,AGAA,ADAA,AJAA,AFAA,AcAA,A5IAA,AKAA,AoBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AGDA,ACAA,AkDAA,A1JLE9E,ADAAA,A2KQA,AvMHF,AhDAY9oB,A+LAZ,ADAA,A7KFA,AgLLI,A1IQJ,AIAA,AFHA,ACGA,AJHA,AFEA,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,AkBWF,AVjBC,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PiBWljB,E0OTV8wC,AxKVA9E,ADAAA,CgKIA,C7OLWppB,C6OWRymB,C5GJCttC,A7FAAA,AoNEA,AvPHMmnB,C4ODV,AvMAKgnB,AkNIAv5B,CnInBkInZ,A/FAAA,AwDWjI,ADAA,AjEmBIwI,CyG9B8H,AYiBxI,ATAO01B,AkICAxpB,ApOlBiI,AciBxI,AXAOwpB,CqDNC,ADAA,AqHFA,C5EOC,AWCA,A1GDA,AaCA,AoNEL,CnInBuI,A/FAA,AuDMjI,C0CKCjjB,AFXwH,A7FWxHA,AFXwH,CkGiBvH,A8HIA,A7NJA,AyKRA1Y,AmEED,AIAA,A7PmBDiG,CyG9BoI,ACgB5I,AECW67B,A8HIArF,AIHb,ApOlB8I,ACgB5I,AECWqF,A+NEA,C5OWH77B,CqHbKjE,A3FFf,AFEeA,AxBaG,E0OTN,AxKhBE,A+KYC,CtING,AUMT,A3FFS,AdJA,AYMT,AiOVI,AFMI,AOFA,ANAA,AFAA,AMAA,ACJJ,AEMI,AXFA,ADEA,AOFA,ALAA,AMEA,ChJFEu+B,A+HUAj/B,A9NVAi/B,CvBKO,CuPGN9kC,AtDVZ,CAAc,C3EEJ,ACMX,A8HIK,AhNNZ,AdJkB,ACMX,AxBDsB6K,EsHLJk6B,A+HUAkW,A9NVAlW,CgGMC,A/FAA,A8OTb,CfWA,ChIFN,A/FAA,C8FNW,A/FAA,C8NUN,C/HVmBC,ACMA,A8HI/B,A9NV+BA,ACMA,ExBDrB,EsHLQ,A/FAA,C+FAd,ACMgC,AhGNhC,ACMgC,A0OTvB,ADFA,AIAA,ALAA,IzIWb,A/FAA,EsOTa,EWFA,CVAA,E9DGL,CAAN,AsEHW,EJAA,MOEA,YnBWOhlC,MAAP,MAAiB,QAA1B,IAAsCsB,GAAG,KAAKtB,MAAlD,EAA0Dmb,IAAI,GAAG,QAAP,6BKPhD;AlPfZ,ATKA,APaE,AyKGF,AEDA,ACCA,AFAA,AIAA,AEAA,ACDA,AEAA,AjKCA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,ATAA,AEAA,ADAA,AIAA,ACCA,AKDA,AMCA,ArBDA,AoBCA,AwBDA,A3DCA,AkHDA,AFAA,ACAA,AvBAA,A3CLK,AGKL,AMCA,AFHA,ACGA,ANHA,AGXA,APJkJ/Y,ACiB/I,AKCH,AMAC,ATAA,AxGFD,AmDCA,AxFCA,AxDDA,AFAA,AxKCA,ATAA,A1FAA,AyBAA,A6FAA,AfAA,AkBAA,A9BAA,ArCAA,A4MDA,AGAA,AJAA,ApBCA,AtGAA,A+LAA,AtOFA,AxFCA,A8ICA,AxCAA,AvFAA,A8DAA,AqLAA,AzNAA,AxDDA,AgECA,A4EAA,A0FAA,A0BFA,AmFEA,AnSAA,AzBAA,ACAA,A0DAA,A7BAA,ApDDA,A8JCA,AJAA,ADAA,ARAA,AkBAA,AgLAA,AtKAA,AiFFA,A6BCA,AJAA,AGCA,ALAA,A7KAA,AWAA,ADAA,AQAA,AoBAA,A1CAA,A+BAA,AEAA,ACAA,AzCAA,A2JAA,A5BAA,AWAA,ACAA,A5BDA,AaCA,ACAA,AvJAA,AsBAA,ACAA,A2KAA,ACAA,AFFA,A0DEA,ACAA,ACAA,AEAA,AOAA,AtIDA,AGCA,ACAA,AjDAA,APAA,AmCAA,AjBDA,AFCA,ASDA,ACCA,ACAA,ACAA,AzIDA,AFAA,AgRAA,AOCA,ACAA,AIDA,ACAA,AjDAA,AkEAA,AGAA,AICA,ACDA,A8DAA,AuIAA,AvHCA,AGDA,AFAA,A8HCA,A0CKE,AMFE,AECFk5C,ACCA,AGNA,ACED,AtKDD,AFAA,ACAA,AEAA,ALAA,AmCDA,ADAA,AFCA,ACAA,AsBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHCA,AmFFA,AjEDC,AdJI,AIKL,AOCA,AFHA,ACGA,APHA,AIXA,ATJkJl5C,ACiB/I,AOCH,AMAC,AXAA,AoHAD,ASAA,ADAA,ANAA,AEAA,ADAA,AGAA,ADAA,AJAA,AFAA,AcAA,A5IAA,AKAA,AoBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AGDA,ACAA,AkDAA,A1JLE,ADAAq0C,A2KQA,AvMHF,AhDAS,A+LAT,ADAA,A7KFA,AgLLG,A1IQH,AIAA,AFHA,ACGA,AJHA,AFEA,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,AkBUF,AVhBC,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PawCvgB,EyOLvColB,AxKVA7E,CyCdwB,A/FAA,CxBabnqB,A6HPTygB,ANaA,AlGEAvP,AWfAuP,ARaA,CHEC,AnBJG,CNAFxsC,A0Hf4I6B,AoIiB5IsU,AnOjB4ItU,AkOoB5I,CAAC+Y,A5OOI,CQRH,AyDPA,C8CMC+wB,AkHKA2H,ASAA7S,AxNLAkL,C+CNC,CgKWR,AMFSnqC,AKDL,AvPHS,CNFH,A8PEA,A5KXA,CwCN6I,AiIuBvJ,AhOvBuJ,AwDY5I,CuCZ6IN,AgIsB5I,A/NtB4IA,C3Be3I3B,A0POAkhC,AILCn7B,ArOED43B,AoOCA,C5HhBC,A7FAA,CoNiBZ,AUHW,ClIAf,A7FAA,C8FdmBz5B,ADcAigC,A0HIL,AILZ,A1NbiBjgC,ADcAigC,AqOJD,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,ClJd8I,A/FAA,A+OY7I,AIAA,CpJZ8I9hC,AgIsB5I0D,A/NtB4I1D,C3Be/J,AyBIM,A0DdQ,C0KeMiJ,E5HhBG,ADczB,A0HIc,AtNlBW,ADczB,C8Fd0B,A7FAA,CsFJsI,AMkBrI,A0HIA6vC,AjOHA,AEnBqI,AQkBrI,AwOZZ,ALAA,C5IN0I,A/FAA,AiPQ1I,CfYA,CnIpB2J,A/FAA,E+NsB5J,CAAZ,ChItBuJ,A/FAA,C+FAP,AjGmB1I,AEnB0I,A6OQnI,C9IRiKt4C,A/FAAA,EFmB1I86B,AiPZvB,AHDA,CtIFU,A7FAA,C6FAzB,A7FAA,C0OGe,CVCA,C1IRmI,A/FAA,AqPQnI,CtJRyK,A/FAA,CFmBhL,C4ObO,E5OaiC,EsPbjC,CNAA,ChPaf,EiGnBkMl8B,A/FAAA,EkPMnL,CnJNyK,A/FAA,E+FAe,A/FAA,WkOoBjL6J,MAAP,MAAiB,QAA1B,IAAsC9J,GAAG,KAAK8J,MAAlD,EAA0D+P,IAAI,GAAG,QAAP,QKRhD;AlPfZ,AdDA,AFoBE,AyKGF,AEDA,ACCA,AFAA,AIAA,AEAA,ACDA,AEAA,AjKCA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,ATAA,AEAA,ADAA,AIAA,ACCA,AKDA,AMCA,ArBDA,AoBCA,AwBDA,A3DCA,AkHDA,AFAA,ACAA,AvBAA,A3CLG,AGKH,AMCA,AFHA,ACGA,ANHA,AGXA,APLyM9Z,ACkBvM,AKCA,A3GFF,AmDCA,AxFCA,AxDDA,AFAA,AxKCA,ATAA,A1FAA,AyBAA,A6FAA,AfAA,AkBAA,A9BAA,ArCAA,A4MDA,AGAA,AJAA,ApBCA,AtGAA,A+LAA,A9TDA,A8ICA,AxCAA,AvFAA,A8DAA,AqLAA,AzNAA,AxDDA,AgECA,A4EAA,A0FAA,A0BFA,AmFEA,AnSAA,AzBAA,A2DAA,A7BAA,ApDDA,A0JCA,ADAA,ARAA,AkBAA,AgLAA,AtKAA,AiFFA,A6BCA,AJAA,AGCA,ALAA,A7KAA,AWAA,ADAA,A4BAA,A1CAA,A+BAA,AEAA,ACAA,AkHAA,A5BAA,AWAA,A3BDA,AaCA,ACAA,AvJAA,AsBAA,ACAA,A2KAA,ACAA,AFFA,A0DEA,ACAA,ACAA,AEAA,AOAA,AtIDA,AGCA,ACAA,AjDAA,APAA,AmCAA,AjBDA,AFCA,ASDA,ACCA,ACAA,ACAA,AzIDA,AFAA,AgRAA,AOCA,ACAA,AIDA,AhDAA,AkEAA,AGAA,AICA,ACDA,A8DAA,AuIAA,AvHCA,AGDA,AFAA,A8HCA,A0CKC,ACLD,AKGG,AEED,ACAD,APDGqC,AUNF,ArKEF,AFAA,ACAA,AEAA,ALAA,AmCDA,ADAA,AFCA,ACAA,AsBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHCA,AmFFA,A/ELG,AIKH,AOCA,AFHA,ACGA,APHA,AIXA,ATLyMrC,ACkBvM,AOCA,A+GAF,ASAA,ADAA,ANAA,AEAA,ADAA,AGAA,ADAA,AJAA,AFAA,AcAA,A5IAA,AKAA,AoBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AGDA,ACAA,AkDAA,A1JLE,ADAAq1C,A2KSA,AvMJF,AhDAYhpB,A+LAZ,ADAA,A7KFA,AsCGA,AIAA,AFHA,ACGA,AJFA,AFCA,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,AkBSF,ApC/BA,A0BgBC,AFGA,AOFA,ANAA,AFAA,AMAA,ACDA,AEGA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PwBU,EiE3BTgpB,CsKAA,C5ODW5iB,AENAa,ACAAQ,AkHDT6X,AmHkBAtpC,A3NHAg6B,AWfAsP,CoNiBC6G,CxPNCrzC,A8PEAi8C,ADIA,AvPJM/uB,CkPLV,AJUK,ASDAvS,CnItBkM9Z,A0HuBjME,AzNvBiMF,AuDajM,C8CMC4iC,AmHAAiX,AOKAla,AvNLAiD,C+CNC,AsLGD,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,CxBOF,ASDD,CTCF,AULQ,A5KZA,CwKkBV,AvKXW,AlEqBFjO,CjBlBG,AsQVC,ArP4BJA,CgH7BI,ADcA,AoHIAilB,AULCyB,A1NbD,ADcA,A0NGA,AedA,A3P0BIxmB,C+GfHiW,AvGCA,AUDAA,A+NAF,AMXC,AGFA,A1P4BJnW,CjBlBMj2B,A+QVF,ARAA,AFAA,ADEA,AnP0BJi2B,CgH7BOhyB,A7FAAA,AqOCH,AIAA,A5P4Bc4B,CQdV43B,AiPPD,AIAA,C3BMlB,ACIoB,A3NHA,C0NDCqW,ACIAnwC,CjKlBL,A0KiBMpC,AvPJM,A0QVb,A/P0BJ00B,CyGlC6M,AyHmBxN,AxNnBwN,AVkCtLxI,CgH7BV,APLiMzrB,A0HuBjM,A3NHA,AWfA,ATLiMA,AVkCvLyrB,CgH7BT,ADchB,AmHAgB3nB,ACIAtE,AhNlBA,ADchB,A0NGM,AvPJgBqsB,AWgBUH,CjBlBvC,EoPOsB,CpHJK,AmHA7B,ACIoB,AjNJS,A0NGA,CnItB2L,A/FAA,CwNoBxN,ACG+BtrB,AULC,ArOEDq7B,CiGpBkMj8B,AoIkBhMqE,ArOED,AEpBiMrE,AVkCtNy0B,CQdsBjQ,CRciByH,CyGlCsK,A/FAA,AVkC7MwI,C+GfyBiO,A8HDpB,A3NCoBA,C8FdZ,APL8M9hC,A0HuBjM,AULC,A1Nbd,ATL8MA,AkOsBhO,A5OYoDqrB,CgH7B1D,AmHkBsCjsB,A3NHd,AWfxB,AnB6B0DisB,CAAOC,C6P3BlD,C1BgBsB,AULrB,ADIyBrR,AvPJ7B,C0HC8B,AoHItB,AUNlB,A3NEwC,CuFnBkM,AMmBjMgwB,AoHIvC,A3NHuC,AEpBiM,AQmBjMA,CuFnBkM7qC,A/FAAA,C+OO9N,Cbe+B,A5OYnCy0B,CyGlCiO,A/FAA,AkOsB7L10B,CnItByK,AMmB3L,ArGnB2L,AQmB3L,AlBe6C20B,CyGlC+H,A/FAA,AVkC9LD,C4OZmC,CAA5C,C5OeSxI,C+GlB0C,AvGClC,AUDkC,A0NGArS,A5Oe1CqS,CAAOhjB,EQhBdgzB,CAAC,AoOCoD,CpODnDzX,EoOCsD,A5OejDyH,G+GlBT,AvGCiB,AUDjB,AlBkBgBhjB,CAAS,C4Of0B,A5OY1CwrB,CQZP,CRkBcxI,CAAAA,CAAOC,MQlBZiQ,CRkBF,WQlBP,CAAsB37B,MAAtB,EAA8B47B,QAA9B,EAAwCpoB,IAAxC,EAA8C,oCyOVtC;AlPfZ,AfUO,AWON,AZGC,AyKGF,AEDA,ACCA,AFAA,AIAA,AEAA,ACDA,AEAA,AjKCA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,ATAA,AEAA,ADAA,AIAA,ACCA,AKDA,AMCA,ArBDA,AoBCA,AwBDA,A3DCA,AkHDA,AFAA,ACAA,AvBAA,AxCAA,AKCA,ANHA,AGXA,APNqP,AMoBpP,AMAD,ATAAiY,AxGFA,AmDCA,AxFCA,AxDDA,AFAA,AxKCA,ATAA,A1FAA,AyBAA,A6FAA,AfAA,AkBAA,A9BAA,ArCAA,A4MDA,AGAA,AJAA,ApBCA,AtGAA,A+LAA,A9TDA,A8ICA,AxCAA,AvFAA,A8DAA,AqLAA,AzNAA,AxDDA,AgECA,A4EAA,A0FAA,A0BFA,AmFEA,AnSAA,AzBAA,A2DAA,A7BAA,ApDDA,A0JCA,ATAA,AkBAA,AgLAA,AtKAA,AiFFA,A6BCA,ADCA,ALAA,A7KAA,AWAA,ADAA,A4BAA,AXAA,AEAA,ACAA,AkHAA,AjBAA,A3BDA,AaCA,ACAA,AvJAA,AkMAA,ACAA,AFFA,A0DEA,ACAA,ACAA,AEAA,AOAA,AtIDA,AGCA,ACAA,AjDAA,APAA,AmCAA,AjBDA,AFCA,ASDA,ACCA,ACAA,ACAA,AzIDA,AFAA,AgRAA,AOCA,ACAA,AIDA,AhDAA,AkEAA,AGAA,AICA,ACDA,A8DAA,AuIAA,AvHCA,AGDA,AFAA,A8HCA,A2CCE,AKGA,AECD,ANAG,AURF,ArKGF,AFAA,ACAA,AEAA,ALAA,AmCDA,ADAA,AFCA,ACAA,AsBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHGI,AmFJJ,AjEDA0mB,AVCA,AMCA,APHA,AIXA,ATNqP,AQoBpP,AMAD,AXAA1mB,AoHAA,ASAA,ADAA,ANAA,AEAA,ADAA,AGAA,ADAA,AJAA,AFAA,AcAA,A5IAA,AKAA,AoBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AGDA,ACAA,AkDAA,A1JLEipB,ADAAE,A2KSA,AvMJF,AhDAS,A+LAT,ADAA,A7KFA,AgLLE,A1IQF,AIAA,AFHA,ACGA,AJFA,AFCA,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,AkBQF,AVbC,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PAS,EkEHRF,ADAAE,EjFPW3wB,AEAAmF,A8HDT8hB,A7FAAA,A4MPSkN,EhPkBP15C,A6HGA,AiIDA0a,AhOCA,A+NGA,AtDXA7G,C7EZ4I,AGoB3ImZ,AlGpB2I,AGoB3IA,A+NGAtS,ClNLC,AwCJA,CmDMC+wB,AkHIA2H,A/NDEjW,AkBLFwW,AFEAlI,CwFdC,A6HaA,A1NbA,A+CQA,AuLCD,AIAA,CtBSP,AJCSxoC,AlKXA,A2KSL,CtDXM,CtENCM,A6HaGy4C,A1NbHz4C,A8CQA,CjFPU,A4HavB,AuHKI,AtNLJ,C+NGe,AtDXAw1C,CvMKC,AwQAD,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,C3QVW,A4HaT,ApGGE,AkBLX,AbES,AoOAF,AYbA,CxIaf,A7GGoBr1C,AgBHpB,AiObe,C1QUI,AiIXA,AKcA8/B,AwHDG,AnNDHyO,APZA,AKcAzO,CzCHC,AiIXA,A6HaGp+B,A1NbH,AkOAL,CtQWMtF,C2QXN,CdiBOe,AkBjBP,ARAA,CTaO,AWbP,AIAA,ATEA,C9HYf,AwHHE,ArNGF,A8JRM,AiEJS,CXeA,AefA,C5QSY,AiIXR,AKcQ,A7GGhB,AWjBQ,AKcQ,CzCHCrB,AiIX5B,AxGiB8B8lB,AkBLtB,APZR,COYA,A4JN6BzR,EsDWA,CQjBd,C5OiBJ,CAAyB1O,C8KXD,CvMKjC,AgRTa,EvPeJ,A8KX2B,C9KWG7D,AoOAnC,AtDXJ,EAAuC,EsDWAu6C,EpOA9B,EAAsC3e,CoOAH,IAAI,GpOAvC,EAAgDpoB,IAAhD,CAAP,OoOAE,IAAiE6G,KAAK,CAAC9a,GAAD,CAA1E,EAAiF6Z,IAAI,GAAG,KAAP,oCKXvE;AlPfZ,AfWC8K,AUZD,AXsBE,AyKGF,AEDA,ACCA,AFAA,AIAA,AEAA,ACDA,AEAA,AjKCA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,ATAA,AEAA,ADAA,AIAA,ACCA,AKDA,AMCA,ArBDA,A4CAA,A3DCA,AkHDA,AFAA,ACAA,AvBAA,A3CLE,AGKF,AMCAuH,AFHAA,ACGA,ANHA,AGXA,APPyP,AYqBvP,ATAA0Y,AxGFF,AmDCA,AxFCA,AxDDA,AFAA,AxKCA,ATAA,A1FAA,AyBAA,A6FAA,AfAA,AkBAA,A9BAA,ArCAA,A4MDA,AGAA,AJAA,ApBCA,AtGAA,A+LAA,A9TDA,A8ICA,AxCAA,AzBAA,AqLAA,AzNAA,AxDDA,AgECA,A4EAA,A0FAA,A0BFA,AmFEA,AnSAA,AzBAA,A8BAA,ApDDA,A0JCA,ATAA,AkBAA,AgLAA,AtKAA,AiFFA,A6BCA,ADCA,ALAA,A7KAA,AsCAA,AXAA,AEAA,ACAA,AkHAA,AjBAA,A3BDA,AaCA,A4CAA,ACAA,AFFA,A0DEA,ACAA,ACAA,ASAA,AtIDA,AGCA,ACAA,AjDAA,APAA,AmCAA,AjBDA,AFCA,ASDA,ACCA,ACAA,ACAA,AzIDA,AFAA,AgRAA,AOCA,ACAA,AIDA,AhDAA,AkEAA,AGAA,AICA,ACDA,A8DAA,AuIAA,AvHCA,AGDA,AFAA,A8HCA,A2CCE2N,AKGD,AJCE,AUTD,ArKIF,AFAA,ACAA,AEAA,ALAA,AmCDA,ADAA,AFCA,ACAA,AsBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHGG,AmFJH,A/ELE,AIKF,AOCArmB,AFHAA,ACGA,APHA,AIXA,ATPyP,AcqBvP,AXAA0Y,AoHAF,ASAA,ADAA,ANAA,AEAA,ADAA,AGAA,ADAA,AJAA,AFAA,AcAA,A5IAA,AKAA,AoBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AGDA,ACAA,AkDAA,A1JfgB,ADCJ,A2KmBV,AvMLF,AhDAK,A+LAL,ADAA,A7KFA,AgLLI,A1IQJ,AIAA,AFHA,ACGA,AJFA,AFCA,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,AkBOF,AVZC,AFGA,AOFA,ANAA,AFAA,AMAA,ACDA,AEGA,AXFA,ADEA,AOFA,ALAA,AMEA,CnPCD,A0DfA,ADCA,CjFECjgB,A4HaCigB,AsHCA2N,ArNDA3N,CsNLA,A9OFE,C2HPAgH,AkHeA,A/MfAA,A9BaE,CoHpB+H,AyHsBhIiO,ACIAp5C,AzN1BgI,C1BQhI,ADUCrB,A4HHAukC,ASMA,AFHA,A2HEA/Q,AjOLA+Q,AWMA,AFHA,AuNOA,CxHJCxX,AFHAA,A3FGAA,AFHAA,AuNOAtS,C5PjBA,CADmB,AqIcjB8oB,A7FAAA,CwFdC,A7FAA,AmKMA,C7EbqP,A0HgB7P,AzNhB6P,AkOyBzP,AvPLO/jC,CNFD,AmPIV,A7OFI,AkQDK,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,C3IZE8D,AkHeA6B,AWFA,A1NbA7B,CiGcb,AFHA,A3FGA,AFHA,AhCEgB,AiMPFO,CvMKC,A4HHA,AFfoP9C,AYqBpP,AzGNA,AFfoPA,AcqBpP,AoNIA,C7PPC,AsIGA0qC,AwHDAwQ,ArNCAxQ,AiOLD,AIAA,ARVA,AMEA,C5QUE3rC,AqIGAizC,AFHA9H,AgHIA,A3MDA8H,AFHA9H,A4NGF,AcbA,CpJQb,ACKgB,AsHCAyP,AtNNhB,ACKgB,AyOfH,CtICI,A7FAA,AgOCJ,AOFA,C1ICK,AJcAlV,AzFdA,ANcAA,A0ObL,C9IR0P,A/FAA,A8OM1P,C/IN2P7E,A/FAAA,AoPM3P,AFAA,ChBmBO//B,AtDZZ,A8DPK,C9DOS,AmENT,C1QWU,AmIAzB,AGGS,A6GCI,A7MJb,AGGS,CzCHiBX,A6POX,C5HlBI,AkHejB,A/MfiB,CiGcnB,AJdA,AzFcA,AJdA,CkGc6B,A7FAA,EmFJ3B,A/FAA,AgOQ2B,EiBlBd,GxIcqBsjC,A7FAAA,CqNDC,CAACr+B,CDKhC,E7PPS,A4HDHs/B,A/FAAA,CyGI8B,AwHD1B,ArNC0B,C6FACkH,AwHDA,ArNCAA,AoNIFkQ,E7PPI,CAAC,A4HD5C,A/FAA,C7BC6C97C,A0HlBgN,AoIoB/O,AnOpB+O,CiGiB5O,AUIU,AzGJV,AYIU,AoNIiB,CnIzBuP,AoIoBpP2a,AnOpBoP,AkOyBtP6F,AtDZrC,CAAN,A2DDQ,G5HSyC,AwHDrC,ArNCqC,CqNJnD,C9PCqD,A8PJvD,ADWyC,C7PPepgB,A8PKtD,ADEoD,CAAC,CAAd,E7PP1B,GsIGb,A7FAA,AoNI2D,C7PPG,OAAOJ,A6POrE,EAAqE2a,IAAI,E7PPI,CAACta,A6POF,OAAP,S7PPP,KAAqC,UAAtF,IAAoG,OAAOL,QAAQ,CAACM,aAAhB,KAAkC,UAAnJ;AgBrBF,AfYColB,ADUC,AyKGF,AEDA,ACCA,AFAA,AIAA,AEAA,ACDA,AEAA,AjKCA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,ATAA,AEAA,ADAA,AIAA,ACCA,AKDA,AMCA,ArBDA,A4CAA,A3DCA,AkHDA,AFAA,ACAA,AvBAA,A3CHIme,AGGJ,AIFA,ACGA,ANHA,AGXA,APRuS5iC,ACqBrS,AKCF,AMAC,ATFgB,AxGAjB,AmDCA,AxFCA,AxDDA,AFAA,AxKCA,ATAA,A1FAA,AyBAA,A6FAA,AfAA,AkBAA,A9BAA,ArCAA,A4MDA,AGAA,AJAA,ApBCA,AtGAA,A+LAA,A9TDA,A8ICA,AxCAA,AzBAA,AqLAA,AzNAA,AxDDA,AgECA,A4EAA,A0FAA,A0BFA,AmFEA,AnSAA,AzBAA,A8BAA,ApDDA,A0JCA,ATAA,AkBAA,AgLAA,AtKAA,AiFFA,A6BCA,ADCA,ALAA,A7KAA,AsCAA,AXAA,AEAA,ACAA,AkHAA,AjBAA,A3BDA,AaCA,A4CAA,ACAA,AFFA,A2DEA,ACAA,ASAA,AtIDA,AGCA,AhDAA,APAA,AmCAA,AjBDA,AFCA,ASDA,ACCA,ACAA,ACAA,AzIDA,AFAA,AgRAA,AOCA,ACAA,AIDA,AhDAA,AkEAA,AGAA,AICA,ACDA,A8DAA,AuIAA,AvHCA,AGDA,AFAA,A8HCA,A2CEE,ACIA,AUJA,ArKFF,AFAA,ACAA,AEAA,ALAA,AmCDA,ADAA,AFCA,ACAA,AsBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHIA,AmFLA,AjEDA2yC,AdFI/P,AIGJ,AKFA,ACGA,APHA,AIXA,ATRuS5iC,ACqBrS,AOCF,AMAC,AXFgB,AoHEjB,ASAA,ADAA,ANAA,AEAA,ADAA,AGAA,ADAA,AJAA,AFAA,AcAA,A5IAA,AKAA,AoBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AGDA,ACAA,AkDAA,A1JLA,A0KUE,AvMLF,AhDAQisB,A+LAR,ADAA,A7KFA,AgLLG,A1IQH,AIAA,AFHA,ACGA,AJDA,AFAA,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,AQJD,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PHS,C4GGV,A/FAA,C7BXCxH,EMHY8J,AqHYTqU,AKVA8I,AxGkBAtP,AIRAwG,AOVA8I,A+CQAqL,A7EKI9qB,ENFF3sB,A0HnBiSU,ACqBjS,AhGrBiSA,ACqBjS,AiOKA,C5PjBA,A4PiBC0Z,ClNNC,A1BHMgb,ChBRN,A+HaCkW,AmHEAwH,ACIA9xC,AzMRAoC,AREAkoC,AlBLKlW,ChBVY,AkFShB,CnFGC,A2HEA2M,AwHGT,AvNHSA,AiOKL,AWNI,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,ClJpBmS,AMsB7S,ArGtB6S,AQsB7S,AuOJW,AIAA,A7PDG3M,CyGjBgSE,AMsBjS4N,ArGtBiS5N,AQsBjS4N,AgDNA,CnFGC,AiBFJ,CjBEK3jC,AoPSb,AjKZF,A0KUeg8C,AKJF,AIhBE,AMEA,C3IAC,A7FAA,AuOFD,CKEA,CpJUG,AnGQlB,AkBNA,AdFkB,A2OVH,ADFA,AHEA,CxIUIrX,AKVAjhC,ADcnB,ArFFmBqvC,AdFApO,AOVAjhC,ADcnB,A4OhBe,ANAA,AIAA,ChBoBK,AvPLI,AwQdT,ATDA,CrIgBMsoC,A7FAAA,A0NIAtrB,EvPLM4M,AoQdZ,C1QYS,CAAC5sB,AiIXA,ANavB,AKCF,A5FdyB,ARavB,AOCF,C8Fd0B,A7FAA,CuFaC,AKCA6K,ApGDA,AOCAA,A0NIZ,CjIRG,A/FAA,AgOQU,CnI1B2Q,A/EoBvS,AhBpBuS,AkO0BxR,CjIReq5B,AFlBiSnjC,A7FkBjSmjC,AFlBiSnjC,CkO0BhS,C7PPhB,A2CCiB,C3CDC,A6POlB,EjIRG,AIIlB,AnGJkB,AMIlB,CyFJI,AFlBmS,A7FkBnS,AFlBmS,CqGsBlQ,A7FAA,CuFtBkSN,A/FAAA,AkO0BjS,C7PPvB,AiIXU,A7FAA,A9BajB,CNFM,AiIXd,A7FAA,EOY0C+kC,E3CDE,A0HnBiS,A/FAA,C3BmBhSlmC,A0HnBiS+gC,A/FAAA,EgBoB9S,EAAiBoF,GkNM/C,E7PPoD,A6POAtrB,C7PPCna,E2CCvB,CkNM0B,ClNNC6K,EkNME,C7PPhB,CAAkB,I2CC/B,AkNMsB,ElNNe,C+EpBkQ,A/FAA,C+FAiC1J,A/FAAA,E3BmB3T,CAA3C,G0HnBqU,A/FAA,C+FAhC,A/FAA,8IuOY3R;AlPfZ,AfaCgkB,AYHD,AbcE,AyKEF,AEDA,ACCA,AFAA,AIAA,AEAA,ACDA,AEAA,AjKCA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,ATAA,AEAA,AGAA,ACCA,AKDA,AMCA,ArBDA,A4CAA,A3DCA,AkHDA,AFAA,ACAA,AvBAA,AlCCA,ADAA,AHdA,APTmX,ACsB/W,AKCF,A3GFF,AmDCA,AxFCA,AxDDA,AFAA,AxKCA,ATAA,A1FAA,AyBAA,A6FAA,AfAA,AkBAA,A9BAA,AuKDA,AGAA,AJAA,ApBCA,AtGAA,A+LAA,A9TDA,A8ICA,AxCAA,AzBAA,AqLAA,AzNAA,AxDDA,AgECA,A4EAA,AoHFA,AmFEA,AnSAA,AzBAA,A8BAA,ApDDA,A0JCA,ATAA,AkBAA,AgLAA,AtKAA,AiFFA,A6BCA,ADCA,ALAA,A7KAA,AsCAA,AXAA,AEAA,ACAA,AkHAA,AjBAA,A3BDA,AaCA,A4CAA,ACAA,AFFA,A2DEA,ACAA,ASAA,AtIDA,AGCA,AhDAA,APAA,AmCAA,AjBDA,AFCA,ASDA,ACCA,ACAA,ACAA,AzIDA,AFAA,AgRAA,AOCA,AKDA,AhDAA,AkEAA,AGAA,AICA,ACDA,A8DAA,AuIAA,AvHCA,AGDA,AFAA,A8HCA,A2CEC,ACIA,A3JND,AFAA,ACAA,AEAA,ALAA,AmCDA,ADAA,AFCA,ACAA,AsBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,A7BDA,AjEDE,AHEF,ADAA,AHdA,ATTmX,ACsB/W,AOCF,A+GAF,ASAA,ADAA,ANAA,AEAA,ADAA,AGAA,ADAA,AJAA,AFAA,AcAA,A5IAA,AKAA,AoBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AGDA,ACAA,AkDAA,A3JLA,A2KUE,AvMLF,AhDAK,A+LAL,ADAA,A7KFA,AsCGA,AIAA,AFHA,ACGA,AJAA,AFDA,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,AkBMF,AVVC,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PiCS,EhB5CTA,EoIaGusB,AJdAtF,AzFcAsF,AJdAtF,CsFT2P,A/FAA,C3BqBzPnsC,AgIEA,ArFFA+b,AREA,A0NIA,CAAC7B,E5PjBC,A0HYC2nB,A/FAAA,AsDLA8T,EjFPC,AyHV+W,A/EqB9W,AhBrB8W,AkO2BnX,AaRI,AIAA,A7P0BA3gB,ChBtCgB,AgBsChBA,CoHtBG,ALAAqW,AxFAA,ALAAA,A+CNb,AsLIY,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PwBkBlW,C0BxBhB,AuCJCygB,AjE4BL5gB,C4OlBKqmB,CxHJCpb,A7FAAA,A0NAF,ClIAR,A7FAA,A+CNN,AjE4BkClL,CgHpChB,AtFYhB,APZgB,AnBoCRC,CiE5BU10B,C2KUA,AiBpBL,A7PyCL00B,CgHvCWjyB,A7FAAA,AyNkBAgd,A5OqBXiV,C+GzBY,A7FAA,A+CNtB,AwLVe,ALDA,AMAA,ALAA,ArP0Ce9gB,CoHzBP,AVDnB,AnFCmB,AZDnB,AgPdW,A3PwCL8gB,CoHzBc,AVDA8M,AnFCA,AZDAA,AsDLC+T,ElFIC,AiB2BQ3gB,CgHvCP,A7FAA,AyNkBZ,AgBrBA,A5PuCLF,CgHpCkB,A7FAA,AyNkBA,C7PNC,A6PMd,AkBrBA,A9P6CLA,CAAAA,CiElCV,A2KU+B,AOnBhB,AnP2CepgB,C+G5B5B,A7FAA,AlB4BQogB,C0G7BN,A/FAA,AsDL8B,A2KUnB,C7HJmB,A7FAA,CqOfnB,AvP2CmB,C0G7BE,A/FAA,CXuB1BA,C4OlB4B,C5O2BrBA,C0GhCb,A/FAA,AXgCaA,C+G/BwBoW,A7FAAA,AlB+BJ,CAApBpW,CgH7CU,A7FAA,AnB6CjB,CgH7CV,ADc4C,A5Fd5C,ADc4C,AsOjB7B,CpIiBQ,ALAsBgO,AxFAtB,ALAsBA,CkGA7C,A7FAA,AwOfe,ETFA,CvQeb,EgIE0C,A7FAA,C0NI1C,C7HJmD,A7FAA,C0NIC9oB,G7HJV,A7FAA,C0NIc,C7HJCmxB,A7FAAA,E0NIE,E7HJjB,A7FAA,C6FAV,A7FAA,G0NIoB,CAlBtD,CAoBE,2BKjBU;AlPfZ,AfcClmB,AOAA,AiKaD,AEDA,ACCA,AFAA,AIAA,AEAA,ACDA,AEAA,AjKCA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,ATAA,AEAA,AGAA,ACCA,AKDA,AMCA,ArBDA,A4CAA,A3DCA,AkHDA,AFAA,ACAA,AvBAA,A3CHI,AGGJ,AIFA,ACGA,ANHAoH,AGXA,APV2XprB,ACuBxX,AKCD,AMAF,AjHFA,AmDCA,AxFCA,AxDDA,AFAA,AxKCA,ATAA,A1FAA,AyBAA,A6FAA,AGAA,A9BAA,AuKDA,AGAA,AJAA,ApBCA,AtGAA,A+LAA,A9TDA,A8ICA,AxCAA,A4JAA,AzNAA,AxDDA,AgECA,A4EAA,AoHFA,AmFEA,AnSAA,AzBAA,A8BAA,ApDDA,A0JCA,ASAA,AgLAA,AtKAA,AiFFA,A6BCA,ADCA,ALAA,A7KAA,AsCAA,AXAA,AEAA,ACAA,AkHAA,AjBAA,A3BDA,AaCA,A4CAA,ACAA,AFFA,A2DEA,ACAA,ASAA,AtIDA,AGCA,AhDAA,A4BAA,AjBDA,AFCA,ASDA,ACCA,ACAA,ACAA,AzIDA,AFAA,AgRAA,AYAA,AhDAA,AkEAA,AGAA,AICA,ACDA,A8DAA,AuIAA,AvHCA,AGDA,AFAA,A8HCA,A4CQA,AUPE,ArKDF,AFAA,ACAA,AEAA,ALAA,AmCDA,ADAA,AFCA,ACAA,AsBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHGA,AmFJA,A/EHI,AIGJ,AKFA,ACGA,APHAorB,AIXA,ATV2XprB,ACuBxX,AOCD,AMAF,AyGAA,ASAA,ADAA,ANAA,AEAA,ADAA,AGAA,ADAA,AJAA,AFAA,AcAA,A5IAA,AyBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AGDA,ACAA,AkDAA,A1JNA,ADCE,A5BKF,A+IAA,ADAA,A7KFA,AgLLE,A1IQF,AIAA,AFHA,ACGA,ANDA,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,AzD5BK,AiEwBN,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PgCoC,EhB3CpCgkB,C0HbyB,A/FAA,AXiBV,C8GQZslB,AIFA7E,AFXAwG,ANaA,AlGIA7P,AQJAkO,AKFA7E,AFXAwG,ARaA,AX+BiC,CQ3BhC,ARgCC,ChBhDD,A6HUC,AJrBqXjrC,AMwBrX,A8HCAq6C,A9NJA,ALrBqXr6C,AQwBrX,A+CNA20C,AqHFAziC,AEpBO,C3EyBNmZ,AEGA6e,AhGHA7e,AGGA6e,ClCbA,CAJmB,AqIiBjBqH,A7GGA,AgBHAA,A0CPA8E,CgDIT,A7FAA,A4CHU,C+CRC,ADcT,A5FdS,ADcT,C2NCU,AvDTA,A2DQF,CtIJGxT,AFpBqX,AMwBrXqH,A8HCAuH,AjOLA5O,AFpBqX,AQwBrXqH,A+CNA0K,AwLED,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,C7ICE,ADFd,AGXchzC,APVqXvC,AzFuBrX,ADFd,AIXcuC,ATVqXvC,CmOyBvX,AvDTG43C,AtL2CC7rB,C6OlCV,ArOEUgQ,ARgCV,C8GpCW/7B,ADFA6kC,AEGA,AvGGA,AQJA7kC,ADFA6kC,AGGA,CmGAjB,A7GGkBlkC,AgBHlB,AmOhBe,A3PmDSqrB,CqHnCLwW,A7FAAA,AxBmCb,CgHjDc,APVqX,AMwBrX,A8HCA9oB,A1NfA,ATVqX,AQwBrX,AgDPpB,AkLXe,CpIIM,APVqXhZ,AtFUrX,ATVqXA,AwDiBpXu2C,AlE0CWziB,C2GvC7B,AIIS,AnGJT,AMIS,A+CNS,AsLVP,ACFA,AFAA,AIAA,ALAA,ArPqDT,C2GvCiB6O,AGGA,AlGHAA,AIGA,AiDLA+R,A6LZR,AFAA,C9IiBSx0C,A+HEtB,A7NFsBA,A+OfT,A/PmDkB4zB,C6GtCjC,AQGA,A7GGS,AONT,ASGA,A0CPA,C2KSE,A5KRoB,C0CElB,AFpBqY,AYwB9WwN,AzGJvB,AFpBqY,AcwB9WA,A0CPC,ADC1B,C6CKe,ALvBiX,AzFuBjX,ANvBiX,CiGoBrWsB,AKVT,APVuW,A7FoB9VA,AOVT,ATVuW,A8KJvV,CxEcpC,APVmZpiC,AjG2BrX,AWjB9B,ATVmZA,C4KgB7Y,CxEO0B,A9FAA,AwK3BO,C7EwBnC,A/FAA,CyGIJ,A7FAA,CmFJmCqiC,A/FAAA,A0KJA1wB,A6DRpB,C9HgBqBg0B,A7FAAA,CiFxBuV,A/FAA,C+FAgC,A/FAA,CiGoBvZ,A/FAA,CJOJ,CmGPyC,A/FAA,A0KJA,CxEOChnC,AtGIA,AQJAA,CqGC1C,A7FAA,C8JR4CY,CxEOZ,AOCa2J,ArGDb,AQCaA,AqOjB9B,E/IgBgC,A9FAA,AyOhBhC,ChJPsZtK,A/FAAA,A8KJ9Z,EFoBL,C7EhByZ,A/FAA,C4KgBvW,C7EhBsX,AYwB1a,A3GxB0a,AcwB1a,E6FAuD,A7FAA,MyNZ3C;AhQVZ,ADUC8kB,AIAA,AIhBD,AT0BE,AyKGF,AEDA,ACCA,AFAA,AIAA,AEAA,ACDA,AEAA,AjKCA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,ATAA,AEAA,AGAA,ACCA,AWAA,ArBDA,A4CAA,A3DCA,AkHDA,AFAA,ACAA,AvBAA,A3CHM,AGGJ,AMCF6a,AFHA,ACGA,ANHA,AJtB4az/B,AMyB1aoK,AMAAA,AjHFF,AmDCA,AxFCA,AxDDA,AFAA,AxKCA,ATAA,A1FAA,AyBAA,AgGAA,A9BAA,AuKDA,AGAA,AJAA,ApBCA,AtGAA,A+LAA,A9TDA,A8ICA,AxCAA,A4JAA,AzNAA,AxDDA,AgECA,A4EAA,AoHFA,AmFEA,AnSAA,AzBAA,A8BAA,ApDDA,A0JCA,ASAA,AgLAA,ArFFA,A6BCA,ADCA,ALAA,A7KAA,AsCAA,AXAA,AEAA,ACAA,AkHAA,AjBAA,A3BDA,AaCA,A4CAA,ACAA,AFFA,A2DEA,AUAA,AtIDA,AGCA,AhDAA,A4BAA,AjBDA,AFCA,ASDA,ACCA,ACAA,ACAA,AzIDA,AFAA,AgRAA,ApCAA,AkEAA,AGAA,AICA,ACDA,A8DAA,AuIAA,AvHCA,AGDA,AFAA,A8HCA,AsDEIgoC,ArKFJ,AFAA,ACAA,AEAA,ALAA,AmCDA,ADAA,AFCA,ACAA,AsBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHGEhW,AmFJF,AjEFE,AdDI,AIGJ,AOCFqD,AFHA,ACGA,APHA,ALtB4az/B,AQyB1aoK,AMAAA,AyGAF,ASAA,ADAA,ANAA,AEAA,ADAA,AGAA,ADAA,AJAA,AFAA,AcAA,A5IAA,AyBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AGDA,ACAA,AkDAA,A1JNE,ADCA,A2KWA,AvMNF,AhDDI,A+LCJ,ADAA,A7KFA,AgLLI,A1IQJ,AIAA,AFHA,ACGA,AJAA,AFDA,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,AzD5BF,A2EgCA,AVRC,AFGA,AOFA,ANAA,AFAA,AMAA,ACDA,AEGA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PqCA,EhBjDAwa,A+HaCxa,AMAAA,A7GGAgyB,AUHAhyB,AMAAA,EqNEEgoC,AlMFAmB,E5DHE9zC,A+HEAmB,A+HGA,AnNLA,AVEAA,AkDNA+I,ADCA6rC,A2KWA,AvPPE,AmM1BK,CxMeP,AoIaC,A7FAA,AqNKA97B,AjMLA,CyEAC,AXzBoa1Z,AlFyBpa,AbzBoaA,C1BYpa,A6PeCm7C,C7PpBiB,A8HiBhB,ACCA,AMAA,ArGDA,AECA,AMAA,A8JRA,A3IQA1b,CiMKR,C1KZU,A+KOF,AMDC,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,ChJHEgE,AGGA,ACCA9V,AMAAA,AzGJA8V,AIGA,AECA9V,AMAAA,A0CPA/jB,A0KYA8P,AaTD,AIAA,CpJrBsa,A/FAA,A4KiBpaujB,CxEOZ,ALxBibh9B,AzFwBjb,ANxBibA,AuDmBpa,ClFGC,AyBMA,A6OtBD,AMEA,C5IiBE,AMAA,AnGAA,AMAA,AoNKA,AjMLA,AwMjBF,CxIaG,ASIX,ALAWmK,AMAAA,AzGJA,AWIX,ALAWA,AMAAA,AyCNCgrC,AtBMD,AoNjBH,ChRcI,A4HDAjxC,ASInB,A5GGmB43B,AIPA53B,AWInB,C6FAoB6tC,A5GGA,AeHAA,A2CPd,A0KYc6I,AWtBL,ADFA,AMAA,AFAA,ClPsBMl6C,AyDTC,A4LZP,CJAA,AKDA,AVAA,CzIeF,A/FAA,A4OfE,C7IeS,AkIMA,AjONA,AsDHA,AoHDd,CuDUe+Y,A3KTA/P,A0KYA,AtDbA,CvEQC,AMAT,AnGAS,AMAT,AyCNU,A2KWDuO,ApDjCO,CnE4B/B,A7FAA,CmFJW,AnGOX,AIPW,C6FrB+Z,AoI2BpZ,AnO3BoZ,A8KHxY,C7EwBNkrB,AFrBoa9iC,AMyBpayE,AnGJAq+B,AFrBoa9iC,AQyBpayE,CnCHC,AqIG/B,AyHE+B0tB,AtNF/B,A2CP+B,A0KYX,C1KZY7oB,A0KYA,CxHLCqnC,A7FAAA,CwFAhB,A7FAA,A+CNE,C8CMjB,A7FAA,CuFzB0a,A/FAA,E+FA8BnxC,AoI2Blb,AnO3BkbA,AuDmBnas1C,C4KQnC,A3KTqB,CyCGe,A/FAA,AsDHA8B,AvBOvB,CgEJwB7T,AFrBmY,A7FqBnYA,AFrBmY,AuDmBlY,AtBM1C,CyEAA,A7FAA,CkFzB+crjC,A/FAAA,EiGqBva,A/FAA,CqDFO,AqHFrC,C3EIqCsjC,A/FAAA,AsDH7C,AoHDE,E7EjBid,A/FAA,AwDkBpa,CuClBqariC,A/FAAA,CiGqB9a,A/FAA,C4KxBmB,C7EwBNsiC,A/FAAA,CqDFnC,C2KWE,ApDjC0C,CAA9D,C7EwBwC,A/FAA,AqDFmB,A2KWF,CjIT5C,A/FAA,AgOSO,E3KXF,A2KW0C5rB,GjITG,A/FAA,AqDFE,EAA/D,E0CEI,A/FAA,IgOSc,EAAP,CnI9Bkc,A/FAA,AkOS/c,CnIT+ejX,A/FAAA,AkOgC7e,MnIhC6c,A/FAA,E+FAwCZ,A/FAAA,G+FAxC,A/FAA,C+FAnC,A/FAA;AXF5a,AfeC+kB,AGCA,ASJM,AbaH,AyKGJ,AEDA,ACCA,AFAA,AIAA,AEAA,ACDA,AEAA,AjKCA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,ATAA,AEAA,AGAA,ACCA,AWAA,ArBDA,A4CAA,A3DCA,AkHDA,AFAA,ACAA,AvBAA,A3CHK,AQIL,AHdA,APZ+f,AM0B7f,AMAA,AjHFF,AmDCA,AxFCA,AxDDA,AFAA,AjLCA,A1FAA,AyBAA,AgGAA,A9BAA,AuKDA,AGAA,AJAA,ApBCA,AtGAA,A+LAA,A9TDA,A8ICA,AxCAA,A4JAA,AzNAA,AxDDA,AgECA,A4EAA,AoHFA,AmFEA,AnSAA,AzBAA,A8BAA,ApDDA,A0JCA,ASAA,AgLAA,ArFFA,A6BCA,ADCA,ALAA,A7KAA,AsCAA,AXAA,AEAA,ACAA,AkHAA,AjBAA,A3BDA,AaCA,A4CAA,ACAA,AFFA,A2DEA,AUAA,AtIDA,AGCA,AhDAA,AWDA,AFCA,ASDA,ACCA,ACAA,ACAA,AzIDA,AFAA,AgRAA,ApCAA,AkEAA,AOCA,ACDA,A8DAA,AuIAA,AvHCA,AGDA,AFAA,A8HCA,AsDEG,ArKFH,AFAA,ACAA,AEAA,ALAA,AmCDA,ADAA,AFCA,ACAA,AsBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHGC,AmFJD,AjEFI,AdDC,AUIL,AHdA,ATZ+f,AQ0B7f,AMAA,AyGAF,ASAA,ADAA,ANAA,AEAA,ADAA,AGAA,ADAA,AJAA,AFAA,AcAA,A5IAA,AyBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AGDA,ACAA,AkDAA,A1JNI,A0KcF,AvMRF,AhDDQ,A+LCR,ADAA,A7KFA,AgLLG,A1IQH,AIAA,AFHA,ACGA,AJAA,AFDA,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FdY,AzDdZ,A2E+BA,AVNC,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,CnPED,CxBdCA,C6PCD,AIlBiB,CrPcJ0N,AiPoBX,C7PjBE,C+HaE6X,AMAA+H,AnGAA/H,AMAA+H,AgK5BO,CxMeP,AyHbqX,AjG6BpX,AE7BoX,C3BuBnX,AMCI,C2HZHtG,AtFWA9Y,APXA8Y,EXiBE7rC,A0DVA4M,CmDOC,A7FAA,AiOHD,AIAA,E9IGG,A7FAA,CmGAC,A3FHX,AFGW,AnCFIyf,COdM,A8BaT0Y,A8JzBO,CzE4BN8F,AvGGA,AUHAA,CVGChqC,A0DVA,CtETU,AsEST6J,AsHrBO,CnE4BxB,A7FAA,AgK5ByB,CzE4BN,ArFHjB,ARGiB,AsK5BK,AiESX,AFkBK,AOFA,ANAA,AFAA,AMAA,AChBL,AEkBK,AXFA,ADEA,AOFA,ALAA,AMEA,C5ICE0/B,A7FAAA,CQHCpF,EsFXvB,A7FAA,C6FA0BjlC,A7FAAA,A+COf,AsHrBsB,CtHqBN,A7EKf,AmM1BZ,EmEUe,C5IkBE,A7FAA,C8FdjB,AtFWI,APXJ,C+COW,A7EKyB,C2HZH6E,A7FAAA,A+CO7B,C6CO8BimC,A7FAAA,G8FdlC,A7FAA,C4FcsC,A7FAA,AiOlBvB,CnIIwB,ADcAT,AvGGhC,AWjBgC,ADcAA,EVGE,CnBLjC,AkQhBO,ADFA,AIAA,ALAA,EhQkBiC,G0HEd,A7FAA,AkOpBnB,GQAA,E7IoBqC,A7FAA,G4OpBrC,ANAA,COEA,ChJkBmB,A7FAA,I6FA2B5H,A7FAAA,M6FAM,A7FAA,C6FAC4H,A7FAAA,Q6FAlE,A7FAA;AlCnBwB,AYIzB9a,AFTD,ADEA,AIIC,ACCA,AfeK,AyKGN,AEDA,ACCA,AFAA,AIAA,AEAA,ACDA,AEAA,AjKCA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,ATAA,AEAA,AGAA,ACCA,AWAA,ArBDA,A4CAA,A3DCA,AkHDA,AFAA,ACAA,AvBAA,AxCAE,AMCF,AFHA4a,ACGA,ANHA,AGXE,APbigB,AC0BjgB,AKCA,AMAA1H,AjHFF,AmDCA,AxFCA,AxDDA,AFAA,AjLCA,A1FAA,AyBAA,AgGAA,A9BAA,AuKDA,AGAA,AJAA,ApBCA,AtGAA,A+LAA,A9TDA,A8ICA,AxCAA,A4JAA,AzNAA,AxDDA,AgECA,A4EAA,AoHFA,AmFEA,AnSAA,AzBAA,A8BAA,ApDDA,A0JCA,ASAA,AgLAA,ArFFA,A6BCA,ADCA,ALAA,A7KAA,AsCAA,AXAA,AEAA,ACAA,AkHAA,AjBAA,A3BDA,AaCA,A4CAA,ACAA,AFFA,A2DEA,AUAA,AtIDA,A7CCA,AWDA,AFCA,ASDA,ACCA,ACAA,ACAA,AzIDA,AFAA,AgRAA,ApCAA,AkEAA,AOCA,ACDA,A8DAA,AuIAA,ApHAA,AFAA,A8HCA,AsDIE,ArKJF,AFAA,ACAA,AEAA,ALAA,AmCDA,ADAA,AFCA,ACAA,AsBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHGEpG,AmFJF,AjEFG,AVED,AOCF,AFHA8N,ACGA,APHA,AIXE,ATbigB,AC0BjgB,AOCA,AMAA1H,AyGAF,ASAA,ADAA,ANAA,ACAA,AGAA,ADAA,AJAA,AFAA,AcAA,A5IAA,AyBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AGDA,ACAA,AkDAA,A1JNG,ADCD,A5BKF,AhDDYtW,A+LCZ,ADAA,A7KFA,AgLLC,A1IQD,AIAA,AFHA,ACGA,ANDA,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAC,AzD5BD,A2E8BA,AVLC,AFGA,AOFA,ANAA,AFAA,AMAA,ACDA,AEGA,AXFA,ADEA,AOFA,ALAA,AMEA,A3P0CA,ChB9DM,CYINoD,AyHgBCkT,A7GGApG,AgBHAoG,CELA,CAEE,A2O1BE0rB,ACAAG,AEAAU,AGAAa,AEAAO,ACAAE,ACAAC,AGAAO,AEAAG,ACAAG,AKAA0C,ACAAE,AEAAM,ApBAA9E,E/J4BA,AKCAnvD,ApGDA,AOCAA,A+CNAN,A5EIMosB,AmM1BC,C1E2BN,A9FAA,CkGFC,AGGA,AhGHA,AGGA,C4FAC8lB,AFHAvF,ALAA3H,AGXA,AKcArX,A9FAAukB,AFHAvF,ANAA3H,AIXA,AKcArX,AyCNA,CAAChtB,C6CKCX,AJAA0hC,AWCT,A3FHS18B,AVEAhF,ALAA0hC,AaCT,C6FAU,A7FAA,CzCHC,AiB6CH7+B,CJ1DG,AkHeX,ACCY,ArFHV,AVEF,AECY,AlB0Cb,CAAyBC,CJ1DzB0sB,AYmBe,AkBNA,AuCHV,AsLMS,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3P0Cd,C6G7CD,AEGiBub,AhGHjB,AGGiBA,AsK5BO,C1E2BNhrC,ADFAklC,A7FEAllC,ADFAklC,Af6CkBliC,CqH1ClC,A7GGiB,AgBHjB,AyCNiB2yC,AjEgDlB,CoH1CD,A7FAA,AiK5B2B,C1E2BzB,AMCmBt8B,ALAA,AMAA,ArGDnB,AOCmBA,ALAA,AMAA,AyNAD,AQHA,AIAA,A7P6CgBrW,CkH7CpC,AHGsBzC,A1FHtB,AHGsBA,AmOrBP,AMEA,C7IkBQ,ADFvB,A7FEuB,ADFvB,A2OlBe,CrQmBe,C6HDLqsC,ALAAzH,AHEvB,ArFFuByH,ANAAzH,AJEvB,E+FAyB,A/FAA,AtBDM3Y,A0OxBjB,C3G0BhB,A5GG4B+P,AeH5B,A0CNE,A8JlBA,AoBKa,CIAA,ACFA,AJAA,CrQkBe,AqIGA,ALAb,AxFAa,ALAb,A+CNa,AuHtBO,AoEOtB,G/IkBf,AQGiC,AtGHjC,ASGiC,AgK5BO,A8DOzB,CvIqBmByO,A7FAAA,AsK5BlC,C3EyBmC1J,A9FAAA,A+OlBpB,EjJkBf,A9FAA,AgPhBe,C7IgBf,AHGsC,A1FHtC,AHGsC,C2FHC,AEGA/gC,AhGHA,AGGAA,A7BF3B,GOfgB,AbctB,AyBMa,AiPvBJ,CjPuB4BE,IuGHT,A7FAA,A2OpBnB,ErPuBI,EAAgC,CuGHC,A7FAA,K6FAlB,A7FAA,I6FA2BkiC,A7FAAA,M6FAM,A7FAA,C6FACpiC,A7FAAA,Q6FAlE,A7FAA;AnB7BF,AfkBA,AEPC,AUGAixB,AbaI,AyKGL,AEDA,ACCA,AFAA,AIAA,AEAA,ACDA,AEAA,AjKCA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,ATAA,AEAA,AICA,AWAA,ArBDA,A4CAA,A3DCA,AkHDA,AFAA,ACAA,AvBAA,A3CHI,AGGAzwB,AMCF,AFHF,ACGA,ANHE,AGXEb,APdigB,AC2BjgB,AWCAoyC,AjHFJ,AmDCA,AxFCA,AxDDA,AFAA,AjLCA,A1FAA,AyBAA,AgGAA,A9BAA,AuKDA,AGAA,AJAA,A1HCA,A+LAA,A9TDA,A8ICA,AxCAA,A4JAA,AzNAA,AxDDA,AgECA,A4EAA,AoHFA,AmFEA,AnSAA,AzBAA,A8BAA,ApDDA,A0JCA,AyLAA,ArFFA,A6BCA,ADCA,ALAA,A7KAA,AsCAA,AXAA,AEAA,ACAA,AkHAA,AjBAA,A3BDA,AaCA,A4CAA,ACAA,AFFA,A2DEA,AUAA,AtIDA,A7CCA,AWDA,AFCA,ASDA,ACCA,ACAA,ACAA,AzIDA,AFAA,AgRAA,ApCAA,AkEAA,AOCA,ACDA,A8DAA,AuIAA,ApHAA,AFAA,A8HCA,A/GAA,AFAA,ACAA,AEAA,ALAA,AmCDA,ADAA,AFCA,ACAA,AsBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHGI,AmFJJ,AjEFI52B,AdDA,AIGA3a,AOCF,AFHF,ACGA,APHE,AIXEb,ATdigB,AC2BjgB,AaCAoyC,AyGAJ,ASAA,ADAA,ANAA,ACAA,AGAA,ADAA,AJAA,AFAA,AcAA,A5IAA,AyBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AGDA,ACAA,AkDAA,A3JLIryC,A2KYF,AvMPF,AhDDS,A+LCT,ADAA,A7KFA,AsCGA,AIAA,AFHA,ACGA,ANDA,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,AzD5BF,A2E6BA,AVHC,AFGA,AOFA,ANAA,AFAA,AMAA,ACDA,AEGA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PwCkD,EJzDlDuxB,EkHeGzwB,AEbAb,AKcAoyC,A3FHA52B,AVEA3a,AGbAb,AKcAoyC,AyCNAryC,ClFCA,AMCI,CNCF,AqIGA,A7FAA,AqNMA4Z,ApDlCO,C3EyBNqrB,A9FAAA,AkDHA,C6CKC,AMCA,ApGDA,AOCA,CuFDClgC,AEbA,ANaA28B,AhFFA,AVEA38B,AGbA,ARaA28B,C0GCC,A7FAA,AyCNA8T,A2KYA,A5OmCyC,C2G7CxC9R,AKVAzjC,AxGiBAC,AIPAwjC,AOVAzjC,A9BYI,CwHDb,AnFAU+E,AXAV,Af4CuDlC,CjB5C5CnE,A+HET,AOCS,ArGDT,AQCS,A+NCD,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PwC6CmE,CjB5CnD,A+HEQ9C,A9FAAA,AiDLA,A2KYA,C/HTCilC,AnFAX,AXAWA,AkDHAjlC,CrEVA,AbaC,AiIZP,A7FAA,AqKbc,AiE0BR,AIAA,C/ICX,AOCA,A7GGa,AQJb,AQCA,C5BhBHuxB,AYmBiBgL,AyDTJ,A0LdC,C1LcX,AgLMa,AzD5BS,C7EwBtB,AECF,AjGDE,AGCF,E6NSI,AW1BS,AOFA,ARAA,AMAA,ARAA,AMAA,ALAA,C3IqBX,A/FAA,A6OrBW,CpIsBS2V,AVDA1Q,AnFCA0Q,AZDA1Q,CoPnBT,AZAA,AnP6D8Dz+B,C4OnCnDqW,A5OmCyB,CAAA,CiP1C/B,CjP0CyE,CwLrExD,AqEOtB,CJAA,E/IoBX,A/FAA,AiOO6B,ApDlCO,CoDkCN4hC,ApDlClC,CpE4BM,A7FAA,AvByC6F,CoHzCjG,AVDkC,AnFClC,AZDkC,CHIzB,C4GH2B,A5GGAx6C,AeHA,CvByCiEwC,C0G1CnG,A/FAA,EiOOE,EpOHK,C4GHkC,A7FAA,CfItChC,AoOEuCjB,EhPxBlB,AI2DuE,CoHzClDmyC,A7FAAA,AqNMA,A5OmCgE,C4OnC/DvvC,EpOHvC,CACGzC,MAAM,C4GJyB,A5GIxBa,AeJwB,C6FAgBqY,A7FAAA,AqNM3D,EAA6D,KxHNlB,A7FAA,C6FAP,A7FAA,YfIxB,CAA6B5Y,ERqCwD,CAAN,GQrC/E,CADH,CAAP;ATjCJ,AHeCixB,AbaK,AyKGN,AEDA,ACCA,AFAA,AIAA,AEAA,ACDA,AEAA,AjKCA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,ATAA,AEAA,AICA,AWAA,ArBDA,A4CAA,A3DCA,AkHDA,AFAA,ACAA,AvBAA,A3CHG,AGGA,AMCD0f,ADAF,ANHE,AGXErsC,ANaD,AKCD,AMAC,AjHFH,AmDCA,AxFCA,AxDDA,AFAA,AjLCA,AjEAA,AgGAA,A9BAA,AuKDA,AGAA,AJAA,A1HCA,A+LAA,A9TDA,A8ICA,AoHAA,AzNAA,AxDDA,AgECA,A4EAA,AoHFA,AmFEA,AnSAA,AzBAA,AtBDA,A0JCA,AyLAA,ArFFA,A6BCA,ANCA,A7KAA,AsCAA,AXAA,AGAA,AiGAA,A3BDA,AaCA,A4CAA,ACAA,AFFA,A2DEA,AUAA,AtIDA,A7CCA,AWDA,AFCA,ASDA,ACCA,ACAA,AxIDA,AFAA,AgRAA,ApCAA,AkEAA,AOCA,ACDA,A8DAA,AuIAA,ApHAA,AFAA,A8HCA,A/GAA,AFAA,ACAA,AEAA,ALAA,AmCDA,ADAA,AFCA,ACAA,AsBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHIG,AmFLH,AjEFG,AdDA,AIGA,AOCDqsC,ADAF,APHE,AIXErsC,ARaD,AOCD,AMAC,AyGAH,ASAA,ADAA,ANAA,ACAA,AGAA,ADAA,AJAA,AFAA,AcAA,A5IAA,AyBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JPE,ADEC,A2KYC,AvMPJ,AhDDYsnB,A+LCZ,ADAA,A7KFA,AgLLA,A1IQA,AIAA,AFHA,ACGA,AJDAH,AFAA,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,AzD5BF,A2E4BA,AVDC,AFGA,AOFA,ANAA,AFAA,AMAA,ACDA,AEGA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PgCA/rB,EJlDAuxB,AwHgBC0f,A7FAAA,CoFZA,AUUA,A7GGA,AIbA,AYUA,AyCNA,C0CIE9N,AKVAv+B,ApGUAu+B,AOVAv+B,A6QhBSiwD,AYAAmD,AhBAP7D,E7K8BArpB,A7FAAA,AgDRA,A7EMM5e,AsDCN,A6I3BO,C3EyBN8Y,A9FAAA,AmDLA6R,AvBOA7qB,CgEXL,AKFM,ApGEN,AOFM,CwFAN,A/FAA,AqDQO,AqHFAisB,CtENCrzC,A7FAAA,AoOgBD,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,C/PlBC,AwHgBC,A7FAA,C6FACT,A7FAAA,C3BhBXotB,AbaY,AmFLP,ADEOzxB,AwLKD,AIAA,ClNAZ,A0MtBe,CxIoBb,A9FAA,AyKzBoB,AkEKP,ACEA,CvIqBb,A7FAA,A0CNc,AsLfD,ACFA,AFAA,ClIuBE,A7FAA,A2CRA,ADEAW,AtBKAokC,AmNtBF,AFAA,C7QoBT,A8HAYG,A9FAAA,AmDLA6R,AsHpBO,A2DOV,C7Daf,CvEQoB,A7FAA,AoKRC9pC,A8DfN,ChIuBb,A7FAA,AwOrBa,CNDA,AIAA,CzIsBQmM,ALAA,AxFAAA,ALAA,A+CNV,CCFW,A7EMM,AiMN9B,CpHAyBi+B,AvBOzB,CkEFE,A9FAA,AkDHwB3B,AqHFC3iC,CjMMMuZ,CmM1BE,EpE4BjC,A7FAA,CiK5BoC,CzE4BN0e,A7FAAA,AoKRhC,AEpBA,C5LS4B,CsEWtB,AoHA6BrqC,CrHE1B,EAA4B,CCFC,CAACo2C,CoHAvC,EAA2C,GpHAE,C6CQtB,A7FAA,AgDRuBO,A7EMlC,C4PEiC,ElIAI,A7FAA,OgDR/C,A+KMkB,E/KNsC;AnEvB1D,ATUC,AMMA/kB,AbaI,AyKGL,AEDA,ACCA,AFAA,AIAA,AEAA,ACDA,AEAA,AjKCA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,ATAA,AEAA,AICA,AWAA,ArBDA,A4CAA,A3DCA,AkHDA,AFAA,ACAA,AvBAA,AlCCC,AFHD,ACGA,ANHE,AGdO,APb6f,AM8BlgB,AMAF,AjHFF,AmDCA,AxFCA,AxDDA,AFAA,AjLCA,AjEAA,AgGAA,A9BAA,AuKDA,AGAA,AJAA,A1HCA,A+LAA,A9TDA,A8ICA,AoHAA,AzNAA,AxDDA,AgECA,A4EAA,AoHFA,AhNEA,AzBAA,AtBDA,A0JCA,AyLAA,ArFFA,A6BCA,ANCA,A7KAA,AsCAA,AXAA,AGAA,AsEDA,AaCA,A4CAA,ACAA,AFFA,A2DEA,AUAA,AtIDA,A7CCA,AWDA,AFCA,ASDA,ACCA,ACAA,AxIDA,AFAA,AgRAA,ApCAA,AkEAA,AOCA,ACDA,A8DAA,AuIAA,ApHAA,AFAA,A8HCA,AsDEEpd,ArKFF,AFAA,ACAA,AEAA,ALAA,AmCDA,ADAA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHIC,AmFLD,ApECC,AFHD,ACGA,APHE,AIdO,ATb6f,AQ8BlgB,AMAF,AyGAF,ASAA,ADAA,ANAA,ACAA,AGAA,ADAA,AJAA,AFAA,AcAA,A5IAA,AyBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JPI,ADEAnV,A2KYA4Z,AvMPJ,AhDDS,A+LCT,ADAA,A7KFA,AgLLE,A1IQF,AIAA,AFHA,ACGA,AJAA,AFDA,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,AzD5BF,A2E2BA,AVCC,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,CnPHM,CZfN2Y,AiPkBCpd,C7HnBA,A7FAA,ClCNW4Q,AiIoBT6mB,A7FAAA,A4CHA5sC,A2KYA4Z,E1HTE,AGGAkxB,AhGHA,AGGAA,A8JRA,AEpBO,C3EyBNxgC,ArGOA,AOPAA,AkDHA,C8CMC,A8HEA,A3NFA,A0NMA,C1HTCq1B,AT3BogBn/B,AM8BpgBkiC,AMAA,AhGHA/C,AX3BogBn/B,AQ8BpgBkiC,AMAA,CyCNC1C,AwLMD,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,CdAErN,A3KVA7lB,A0KcA/M,EtDdEkN,CjEQCnL,A7FAAA,AoNMA,AS9BC,CzPQD,AiHaZ,AJ3BogB,AM8Bvf,AhGHb,AL3BogB,AQ8Bvf,A0NMAa,Ae5BA,CzImBC,AHGArC,A1FHA,AHGAA,A+CNA,AsLhBD,AQAA,CnQMdiyB,AsHagB,A7FAA,A4CHAvxB,AqHFX,AEpBkB,AiEKT,ANCA,AOFA,C7IqBGqgC,AgIKA,A9NLAA,AmDLA,AsLhBH,AKCA,ChByBIh9B,A3KVAuG,A4LhBJ,ARAA,AFAA,CvIqBb,A9FAA,AyKzByB,AoEIZ,EtEgBO,CjEQpB,AwHES,ArNFT,AyCNQ,C8CMN,A8HEoB,A3NFpB,A+CNoB,CiDGR,AGGSkgC,AhGHT,AGGSA,AyCNA9qC,AuHtBO,CtEyBvB,AHGiBirC,A1FHjB,AHGiBA,AgDRf,A0KcA,Ab/BI,C7GsBYrO,A7FAAA,A6CLA,A0KcApvB,ApDlC3B,CnE4B4B,AwHEjB,ArNFiB,AyCNJ,E4KQM8kC,A5KRAsC,AqHFxB,CjEQyBjV,A7FAAA,AoNMpB,CCJA,A3KVA,CAAP,C6CQ8B,A8HEAr7B,A3NFA,AoKRA2I,CrHEV,A2KYW,C3KZzB,EoDM4B,AwHE3B,ArNF2B,AyCNAyoC,AqHFA,CpEKtC,AGGuC,AhGHvC,AGGuC,CqNECgE,GvDVGzsC,CsDcvC,CCJyC,ADEkB,CCFjB4xB,ADM1C,C3KdM,AqHFR,A2DQ2C,ChLNzC,CqHF6C,CuDUT,CAAW,IAAX,AILpB,C5HGkB,AwHE3B,ArNF2B,C6FAb,AwHEvB,ArNFuB;AzBhCzB,AdWC,AWC2B,AJR5B,AT0BG,AyKGH,AEDA,ACCA,AFAA,AIAA,AEAA,ACDA,AEAA,AjKCA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,APAA,AICA,AWAA,ArBDA,A4CAA,A3DCA,AkHDA,AFAA,ACAA,AvBAA,A3CHE6E,AGGA,AKCF,ANHE,AGXD,APjBqhB,AC8BphB,AKCC,AMADoH,AjHFF,AmDCA,AxFCA,AxDDA,AFAA,AjLCA,AjEAA,AgGAA,A9BAA,AuKDA,AGAA,AJAA,A1HCA,A+LAA,A9TDA,A8ICA,AoHAA,AzNAA,AxDDA,AgECA,A4EAA,AoHFA,AhNEA,AzBAA,AtBDA,A0JCA,AyLAA,ArFFA,A6BCA,ANCA,A7KAA,AsCAA,AXAA,AGAA,AsEDA,AaCA,A4CAA,ACAA,AFFA,A2DEA,AUAA,AtIDA,AlCAA,AFCA,ASDA,AECA,AxIDA,AFAA,AgRAA,ApCAA,AyECA,ACDA,A8DAA,AuIAA,ApHAA,AFAA,A8HCA,AsDGE,ArKHF,AFAA,ACAA,AEAA,ALAA,AmCDA,ADAA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHIExO,AmFLF,AjEFEhyB,AdDAo5B,AIGA,AMCF,APHE,AIXD,ATjBqhB,AC8BphB,AOCC,AMADoH,AyGAF,ASAA,ADAA,ANAA,ACAA,AGAA,ADAA,AJAA,AFAA,AcAA,A5IAA,AyBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JPG,ADEA,A5BKH,AhDDK,A+LCL,ADAA,A7KFA,AgLNmD,A1ISnD,AIAA,AFHA,ACGA,ANDA,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,AzD5BF,A2E0BA,ApCvBE,A0ByBD,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3P8BA5qC,CJrDM,C+GiBLwjC,AUIAoH,A7GIAxO,AkBPAhyB,AdDAo5B,AYIAoH,CzCTiB,AgIOjB,A7FAA,A7BNE,CAME,A6S7BO8qB,AGAAwB,A3BFP1H,AMAAgB,AGAAM,AnRiEL9wD,CjBzCC,AsISG,A7FAA,C6FACwiC,A7FAAA,AgK5BO,C3EyBN79B,AHEAg9B,A3FFAh9B,AJEAg9B,EmGAE/gC,A+HIAqU,A7NJArU,CUFC,AqMtBJ,A0ByBG,AIAA,A7PgCRZ,C2GpCU,AECT,AnFASub,AdDA,AGCT,A1BCW9c,A0OvBNF,A/NyDC0B,C2GpCIyC,AUIP,AzGJOA,AYIP,AnCFC,CyHCJ,A9FAA,C6FFY,AQGA,AtGHA,ASGA,AnCFE,CqHCd,AmIIA,AlOJA,C+FAcoC,AlGKA,AkBPN,AfEMA,A6K3BO,A+D8BR,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,CjOLb,AqMtBW,ClHsBX,A9FAA,AgNtBYiqB,A8BCC,CnJuBI,AlGKA,AGLA,A6K3BO,E7EwBxB,A/FAA,A6OpBa,C9IoBOzhB,A/FAAA,AyOrBP,C3IwBQ,A/FAA,EsOCA,AjPgCtBtN,CT7CckvB,AoHSb,A/FAA,AmNrBK,A/NyDgBlD,C0GjCrB,A/FAA,AoNxBqBgD,A2BAR,A1PyDdhvB,CQ5B2Bo8B,AmP3Bb,ChJmBc+G,ADGA,A9FHAA,ADGA,AXiCG,CwL5DK,C8DGtB,E/PYO,AoHSW,A/FAA,A4KxBO,AgEGzB,C7IqBmB71B,A/FAAA,AqOAd,AzDxBpB,CuCGO,AwBEQ,AOFA,C/BAiB/N,AoBEjB,ExImBb,A/FAA,C8FGqCuF,A/FAAA,AoPtBxB,CXFA,CQAA,A5PyDd9E,C0GjC4B,AlGKV,AGLU,CHKcM,AuN7BpC,A/NyDyB,C0GjCY,A/FAA,AoNxBH,KvN6BtB,CuN7BZ,CvN6B4C,KuN7BE,CAA9C,IAAmD/B,MAAM,CAACwwB,QAAP,CAAgB4pB,IAAhB,KAAyB,WAA7E,KAA6F,OAAOC,KAAP,KAAiB,WAAlH,EAA+H;AhORjI,ARqBE,AKFF,A4JeA,AEDA,ACCA,AFAA,AIAA,AEAA,ACDA,AEAA,AjKCA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,APAA,AICA,AWAA,ArBDA,A4CAA,A3DCA,AkHDA,AFAA,ACAA,AvBAA,A3CHEpV,AGGD,AMCDwO,AFHA,ACGA,ANHC,AHEG,AWCA5H,AjHFJ,AmDCA,AxFCA,AxDDA,AFAA,AjLCA,AjEAA,AgGAA,A9BAA,AuKDA,AGAA,AJAA,A1HCA,A/HDA,A8ICA,AoHAA,AzNAA,AxDDA,AgECA,A4EAA,AoHFA,AhNEA,AzBAA,AoIAA,AyLAA,ArFFA,A6BCA,ANCA,A7KAA,AsCAA,AXAA,AGAA,AsEDA,AaCA,A4CAA,ACAA,AFFA,A2DEA,AUAA,AtIDA,AlCAA,AFCA,ASDA,AECA,AxIDA,AFAA,AgRAA,ApCAA,AyECA,ACDA,A8DAA,AuIAA,ApHAA,AFAA,A8HCA,A4CMA,AUHC,ArKHD,AFAA,ACAA,AEAA,ALAA,AmCDA,ADAA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHII,AmFLJ,AjEFC,AdDC5G,AIGD,AOCDwO,AFHA,ACGA,APHC,AJEG,AaCA5H,AyGAJ,ASAA,ADAA,ANAA,ACAA,AEAA,AJAA,AFAA,AcAA,A5IAA,AyBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,AgBQI,AvMRJ,AhDDQle,A+LCR,ADAA,A7KFA,AgLNI,A1ISJ,AIAA,AFHA,ACGA,AJDA,AFAA,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,AxDlCF,A4EEC,ACAA,AEAA,AYAA,AOAA,AxB6BD,ApCtBG,A0CPF,AhBgCA,AFGA,AOFA,ANAA,AFAA,AMAA,ACDA,AEGA,AXFA,ADEA,AOFA,ALAA,AMEA,A3P6BEnsB,C8GzCH,ApFHA,AVGA,C2FKEyjC,AECA,AjGDAA,AGCA,EmGAEmJ,AGGAvC,AhGHAuC,AGGAvC,AnCFIle,EWkCLnsB,E0GjCK,A/FAA,AiOQA2Z,ClIRCynB,AyHOA2Y,AxNPA3Y,AgCAA2D,C2IRC,C3EKC,ASIA,AVDH,AlGKG9kC,AIRA,AWIA,AZDH,AXiCLD,C2GpCS2C,ASIAA,ACAA,AzGJAA,AWIAA,ACAA,AoNOA,AbhCLg2C,CxOYE,AS6CN34C,CqHhCWiiC,A7FAAA,A8JTAl/B,AtLyCJ,C0GjCKgC,A/FAAA,CiOQC,AaPD,AIAA,CtQbF8H,AiBiBI,AmCLjB,C+DAI,AlGKcyvB,AGLd,AgCAc0I,CuEFC,A7FAA,CqFEC,AyHOpB,AxNPoB,AsOCF,CtIJhB,ASIF,ACDc,A8GOOjlC,AvNVnB,AWIF,ACDc,A+NIM,AOFA,ANAA,AIAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,ChJPEojC,ASIA0O,AFHA,AtGDA1O,AWIA0O,AFHA,AhCCI,A0OvBT,CzCgBP,A3IQV,AgP/BgB,A5DOEllB,AuB0BI,C/Pdb,A4OmBT,ASCI,AtDhBoB,ClMJVpf,AGAO,AFWQ8e,AsDCJ4Y,A0N/BT,C1J4Bd,AwHUwB,AvNVxB,AgOWwBtrB,AwCvCV,EnC2BI,AqB3BJ,AvCOT,CpHqBsBwpB,A/FAAA,A4P5Bb,AzCOQziC,A0CPR,C7BuCc,AiBhCf,CzQYKkpB,A8HUWgjB,A7FAAA,C+FG/B,A7FAA,AkOzBe,C9IqBb,A/FAA,AgOW+B,AjMRjC,C0MzBe,C9PaOjiC,A6Haa,A7FAA,AoBDAy2B,AoLxB5B,E3OYmB,AoBiBf,AmCLX,CnCKsC7gC,AuN7BL,CpLwBM,AoLxBpC,EagCuB,AbhCU,CxOYf,C+PbN,C/PagBuK,AiBiBpB,AnBNH,C+HEqCk6B,A5GIzC,AeJyCA,C2FHvB,A7FAA,AsOrBP,CzIqBgC5G,A7FAAA,AiKNrC,AoEjBK,CpEiBX,E/LJiB,A6Hac,A7FAA,EhCbO,A6HaU6G,A7FAAA,E2FH9B,A7FAA,E6FAkCtrB,A7FAAA,I+FGrB,AFHb,A3FGa,AFHb,C0OrBP,AXFA,ADEA,C/HwB+CynB,AFHA,A3FGAA,AFHA,AkOrB/C,EnIwBoB,A7FAA,E6FA+B,A7FAA,QqO1BnD,IJAA,CMAA;A/PRf,AXsBE,AGAC,ARUD,AyKGF,AEDA,ACCA,AFAA,AIAA,AEAA,ACDA,AEAA,AjKCA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,APAA,AICA,AWAA,ArBDA,A4CAA,A3DCA,AkHDA,AFAA,ACAA,AvBAA,A3CHE6B,AGGF,AMCE7B,AFHA,ACGF,ANHA,AGXA,APjBA,AC8BM,AKCJ,AMAE/gC,AjHFJ,AmDCA,AxFCA,AxDDA,AFAA,AjLCA,AjEAA,AgGAA,A9BAA,AuKDA,AGAA,AJAA,A1HCA,A/HDA,A8ICA,AoHAA,AzNAA,AxDDA,AgECA,A4EAA,AoHFA,AhNEA,AzBAA,AoIAA,AyLAA,ArFFA,A6BCA,AnLCA,AsCAA,AXAA,AGAA,AsEDA,AaCA,A4CAA,ADFA,A2DEA,AUAA,AtIDA,AlCAA,AFCA,ASDA,AECA,AxIDA,AFAA,AgRAA,ApCAA,AyECA,ACDA,A8DAA,AuIAA,ApHAA,AFAA,A8HCA,A4CME,AUFF,ArKJA,AFAA,ACAA,AEAA,ALAA,AmCDA,ADAA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHIG,AmFLH,A/EHE4iC,AIGF,AOCE7B,AFHA,ACGF,APHA,AIXA,ATjBA,AC8BM,AOCJ,AMAE/gC,AyGAJ,ASAA,ADAA,ANAA,ACAA,AEAA,AJAA,AFAA,AcAA,A5IAA,AyBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JRE,ADGA,A2KaC,AvMRH,AhDDK,A+LCL,ADAA,A7KFA,AgLNG,A1ISH,AIAA,AFHA,ACGA,AJDE,AFAF,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,AoBjCc,ACAA,AEAA,AYAA,AOAA,AxB6BhB,ApCrBI,A0CRY,AhBkCf,AFGA,AOFA,ANAA,AFAA,AMAA,ACDA,AEGA,AXFA,ADEA,AOFA,ALAA,AMEA,A3P0B+B,E2GlC9B4iC,ASIA7B,AxGJA6B,AWIA7B,CfEA,Cd3BW5P,A0HyBT,ACAAnxB,A9FAA,ACAAA,A+OnCEkuD,AKCA0B,AWCAuB,CnKiCD,A7FAA,AvB8BJvxD,C+G9BKgrC,A7FAAA,AgDTA+L,ADGAtB,C0CEC,A/FAA,A+BGA1Q,CgEHC7B,A/FAAA,CwGIJ,AFHK/E,AFXA2N,APjBAlsC,A0HqCA,A5MNL,AFHKu+B,AFXA2N,ATjBAlsC,CgG8BC,AyHOA,AxNPA,AsDLA,C7EPH,ALUIF,AqIGAqlC,AVDArkB,AnFCAqkB,AZDArkB,CpBZFyO,AoHSF,AUIK,AzGJL,AYIK,A0CTA,AvBQV,CgEHA,A/FAA,AsDLW8nB,ADGAnX,CoDMC+G,A7FAAA,AuMzBJ/T,C3OYGlH,AuDYEmZ,CgEHCvB,ASIZ,AFHY,AREA,A9FHAA,AWIZ,AFHY,AVEA,CpBZF,ARUZ,AqIGA,AFHevV,AREAuT,AnFCf,AFHevT,AVEAuT,AuDRL,CnFMM7hC,AmFNZ,C6CSa,A7FAA,A+CNA,C7EPjB,AGAe,ARUf,AkFHkB6gC,AtBKlB,AsMCgB,AlBzBF,CI+BP,AsBLW,AHCA,AODA,C9QJE,AgIGAgC,A7FAAA,C8FdtB,AmHoBuBjjC,AhNpBvB,A+CKuBqC,A6JhBJ82C,AwB6BG,AOFA,ANAA,AIAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,CvQjBA/uB,AGADyF,AyHDGnrB,APjBxB,AtFiBwBA,ATjBxB,CiG2BE,AF3BuBpE,A7F2BvB,AF3BuBA,CwG4BhB,A7FAA,C6FAkB6Z,A7FAAA,CjCVzB,A4HDF,APjBA,AM+B4B,A5Fd5B,ATjBA,AQ+B4B,C3BbX,AwHaY8nB,A7FAAA,A+NNT,C7PPQ,A4HDE,APjBA1hC,A0HqCrB,AhNpBqB,ATjBAA,CnBkB3B,AMNiBojB,AqHgBX,AREH,AyHOyBpjB,A9MTtB,AVEH,AsDLO,CCHX,ADG8B01C,A0LnBjB,CzIsBkB/0C,AT5BjC,AC8BiC,ArFFAA,AX5BjC,AC8BiC,AoNxBJ,CI+BpB,AjKfyB,A6JhBJisB,CtHNK3sB,A/FAAA,EbYT,EqHgBxB,AiHSqC,A9MTrC,A0MtBiB,AqBFJ,C3IJf,A0HqCwC,AzNrCxC,AqNMoCyrB,CI+BlC,AlKZuC,CwCzBC,A/FAA,AoPI3B,C/I2BO,A7FAA,A6MzBH,AwBAJ,AKFA,AFAA,ALAA,CpLqB6BmpB,AuLrB7B,AOEA,ChCAX,EhHyB2CnS,A7FAAA,AiOzBhC,ElLmBkC,CAAC4S,G8CMG,A7FAA,A+CNJ,C8CMK5T,A7FAAA,A+CNzC,CAAX,S4LpBa,I9I0BgC,A7FAA,C6FAsBc,A7FAAA,KoO3BtD,EGCA,C1I0Bb,A7FAA;AnBnCF,AXuBG,AMXF,AGKC,AdgBE,AyKGJ,AEDA,ACCA,AFAA,AIAA,AEAA,ACDA,AEAA,AjKCA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,APAA,AICA,AWAA,ArBDA,A4CAA,A3DCA,AkHDA,AFAA,ACAA,AvBAA,A3CHC,ASIA,AFHA,ACGD,AHdE,APlB0C,AC+BpC14B,AWFM,AjHCd,AmDCA,AxFCA,AxDDA,AFAA,AjLCA,AjEAA,AgGAA,A9BAA,AuKDA,AGAA,AJAA,A1HCA,A/HDA,A8ICA,AoHAA,AzNAA,AxDDA,AgECA,AgMFA,AhNEA,AzBAA,AoIAA,AyLAA,ArFFA,A6BCA,AnLCA,AsCAA,AXAA,AGAA,AsEDA,AaCA,A4CAA,ADFA,A2DEA,AUAA,AtIDA,AlCAA,AFCA,ASDA,AECA,AxIDA,AFAA,AgRAA,ApCAA,AyECA,ACDA,A8DAA,AuIAA,ApHAA,AFAA,A8HCA,A4CMC,A3JND,AFAA,ACAA,AEAA,ALAA,AmCDA,ADAA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHIC,AmFLD,AjEFA+oC,AdDC,AWIA,AFHA,ACGD,AHdE,ATlB0C,AC+BpC/oC,AaFM,AyGGd,ASAA,ADAA,ANAA,ACAA,AEAA,AJAA,AFAA,AcAA,A5IAA,AyBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JRI,ADGF,A5BKF,AhDDC,A+LCD,ADAA,A7KFA,AsCGA,AIAA,AFHA,ACGA,AJDE,AFAF,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,A2CjCD,AzB4BD,ApCnBI,A0B0BH,AFGA,AOFA,ANAA,AFAA,AMAA,ACDA,AEGA,AXFA,ADEA,AOFA,ALAA,AMEA,CvIPD,AFHA,A3FGA,AFHA,AhChBC,CsHiBC,A/FAA,CyGCG,A7FAA,CnClBL,CgIqBK,A7FAA,CwFdCc,APlB0C5K,AtFkB1C4K,ATlB0C5K,AuD0B1C41C,CtBKC1Q,C5DFC,A2HEAp7B,AhFFA,AfEAA,C8F/B2C,A/E6B1ClH,AhB7B0C,CuD0BzC,CCHCq0C,C9EJFxvC,CSNA2b,AmHKI,APlB0CrjB,AtFkB1C,ATlB0CA,AuD0B1CigC,CsLWA,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,CjJNE,AWCAh7B,A1GDA,AaCAA,AmBDb,AsMCW,CjIdGb,APlB4B,AC+B5BkpB,AvFbAlpB,ATlB4B,AC+B5BkpB,CdlBH,AqEUI,CrEVH9d,A4Gb8C,AYgCvD,A3FHL,AhB7B4D,AcgCvD,A0CTa4nC,AvBQAjS,A+M3BH,ALAA,AMEA,CvQaC,AsCUG8M,AuCHA,C+CRC,AKcA,AlGdA,AKcA,AyCNAtR,AqLtBL,ASEA,AXFA,CpIcM8K,A7FAAA,AgOZN,C/PaI,A8EIF,AsLnBF,AIAA,C1LmBX,A+KEgB,AQSE,AIAA,CnJHd,A/FAA,A4OzBO,AOFA,CjQSN,A6GkBgB1J,AhFFzB,AfEyBA,CdlBF,A8CkBrB,AiPhCqB,C7DShB,CrMqBqB,CpCnBV,CJGCjY,AyRUP,C1MGC,CAAmB6rB,C+CRZ,A7FAA,A4MVhB,ClOKK,AmHKP,A7FAA,C4MVa3X,C7OKU,AWAQ,E6BgBKzzB,EmOxBvB,C5LqB0B,C8JlBrC,C0BHW,C/I0BP,A/FAA,AsDLoCuqC,EpEbVxhB,A6GkBYzS,AhFFlB,AfEkBA,EeFE,C7BhBf,AoEagB,CAAC00B,CpEbR,A6GkBlC,A/FAA,E+FA6CtwC,A/FAAA,AsDLJ,CAApC,CAAX,CyCKM,A/FAA,KvBZiCwI,IAAtB,uBAAuCse,KAAvC,SAAkDtK,GAAlD,CAAuD,CAAvD,CAAhB,c2OV6DwR,MAAM,CAACzkB,EADnE,6EAGSykB,MAAM,CAAC5f,KAHhB,qCAIQ4f,MAAM,CAACtX,OAJf,qHAOMk9B,UAAU,CAACG,MAAX,CAAmB/lB,MAAM,CAAC9vB,KAA1B,CAPN;AhOZJ,ATeE,ACSCmsB,ALND,AWAC,AdgBGxvB,AyKGN,AEDA,ACCA,AFAA,AIAA,AEAA,ACDA,AEAA,AjKCA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,APAA,AICA,AWAA,ArBDA,A4CAA,A3DCA,AkHDA,AFAA,ACAA,AvBAA,ApCFA,ACGA,AVjC8DK,ACgCvD,AKCL,AMAE,AjHFJ,AmDCA,AxFCA,AxDDA,AFAA,AjLCA,AjEAA,AgGAA,AyIDA,AGAA,AJAA,A1HCA,A/HDA,A8ICA,AoHAA,AzNAA,AxDDA,AgECA,AgMFA,AhNEA,AzBAA,AoIAA,AyLAA,ArFFA,A6BCA,AnLCA,AsCAA,AXAA,AGAA,AsEDA,AaCA,A4CAA,ADFA,A2DEA,AUAA,AtIDA,AlCAA,AFCA,ASDA,AECA,AxIDA,AFAA,AgRAA,ApCAA,AyECA,ACDA,A8DAA,AuIAA,ApHAA,AFAA,A8HCA,A/GAA,AFAA,ACAA,AEAA,ALAA,AmCDA,ADAA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,A7BDA,AjEFE,ALAF,ACGA,AZjC8DA,ACgCvD,AOCL,AMAE,AyGAJ,ASAA,ADAA,ANAA,ACAA,AEAA,AJAA,AFAA,AcAA,A5IAA,AyBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JRG,A0KgBD,AvMRF,A+IAA,ADAA,A7KFA,AgLNE,A1ISF,AIAA,AFHA,ACGA,AJDE,AFAF,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,AoBnCc,ACAA,AEAA,AG0Bd,AS1Bc,AOAA,ACCO,AxBFvB,ArCmCI,A0ClCY,AoDDhB,ApEuCC,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3P2BA,IPvDYqxB,AgHViDrxB,A/FAAA,A4QHxDqxD,EvSiCA1xD,AgIGAorC,ArFHAxvB,ARGAwvB,AoKTAh+B,C5EMA,A/FAA,AgCEC3C,CpDZJ+kB,ARUK,AsIGArqB,A7FAAA,AxBgCH5B,C4OzBIwW,A5OyBJxW,CyGjE+D,A/FAA,A4KwB1D,AiEcD,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,ClJtC4DjD,AYiCjE,A3FHO,AhB9B0DA,AciCjE,AmPTG2T,C3QyCa,CVtDXrV,ACSD,ALNCyB,AwHkBI,AWCA,A1GDA,AaCA,AoNOX,AtDhBW+3C,C/LJJ7sB,AwHaK,ArFHA,ARGA,AuOGD,AIAA,ARhCE,CxPULiI,A8CkBR,AsMCW,AS7BE,CHEA,ADFA,AKEA,CjJ0BE,AKCA,ApGDA,AOCA,CrBnBJ,A6GkBKzS,AhFFhB,AfEgBA,AgCAAygB,AgORhB,AbpBa,CxQOA,AJGA,AWAD/N,A8QUE,AnBpBD,ALEA,C7PKC5E,ACSb,ALNa5tB,AmImBIwJ,A7FAAA,AmBDlB,AiN5Ba,ACCA,CECA,AXFA,E7PgBG,AmHYK,A/FAA,A2KRjB,AmEnBS,CvQSN,AwHkBeo3B,A/FAAA,AsOPJ,A0BDlB,A3QyCkB,CdnDE7X,AWAZ,A4GdoD,A/FAA,CbcxC,A4Gd8D9pB,AMiC1DkrC,ArGjC0DlrC,AQiC1DkrC,AyPTHvpB,C9QVb,AyLUiBzU,CjESC,A7FAA,CtCnBnB,AWAgBkB,A4GdqC,AYiCjCnJ,A3GjCiC,AciCjCA,CmPT3B,CzRV0BmC,AuHd6DnH,A/FAAA,A4KwB1D,AqFAF,CtJSD,A7FAA,C6FAf,A7FAA,CtCnBJ,AuHdqD,AMiC7C,ArGjC6C,AQiC7C,AoKTiB,C/LJV,ALNS,AoMU/B,ChMbO,AmHXqF,A/FAA,CqGiCzD,A7FAA,AoKTA,C5EQnB,A/FAA,C+FAqB4hC,A/FAAA,CrBrBH,AOG1B,CPHR,IJGgC5hC,AWAQqzB,GXAT,AWAY,CAAC5T,CXAJ,CwHkB7B,A/FAA,AoNAUuT,ErHA8B,A/FAA,EdlBX,CAAY,CAAZ,AkOkBb,CAACzkB,ClOlB2BsJ,CkOkBrD,UlOlBsC,EAAvC,KkOkB0CmhC,KAAzC,CAAgD,YAAY,oG4CR9D;A5Q5BF,AXwBG,AERD,ACSEpuC,ALND,AWAA,AdgBE,AyKGL,AEDA,ACCA,AFAA,AIAA,AEAA,ACDA,AEAA,AjKCA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,APAA,AICA,AWAA,ArBDA,A4CAA,A3DCA,AkHDA,AFAA,ACAA,AvBAA,AxCAAqhB,AKCA,ANHA,AGXE,APpB8FhsB,ACiCxF2gB,AKCJtgB,AMAA+xC,AjHFJ,AmDCA,AxFCA,AxDDA,AFAA,AjLCA,AjEAA,AgGAA,AyIDA,AGAA,AJAA,A1HCA,A/HDA,A8ICA,AoHAA,AzNAA,AxDDA,AgECA,AgMFA,AhNEA,AzBAA,AoIAA,AyLAA,ArFFA,A6BCA,AnLCA,AsCAA,AXAA,AGAA,AsEDA,AaCA,A4CAA,ADFA,A2DEA,AUAA,AtIDA,AlCAA,AFCA,ASDA,AECA,AxIDA,AFAA,A4OAA,AyECA,ACDA,A8DAA,AuIAA,ApHAA,AFAA,A8HCA,A/GAA,AFAA,ACAA,AEAA,ALAA,AmCDA,ADAA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHIA,AmFLA,A3EAApmB,AMCA,APHA,AIXE,ATpB8FhsB,ACiCxF2gB,AOCJtgB,AMAA+xC,AyGAJ,ASAA,ADAA,ANAA,ACAA,AEAA,AJAA,AFAA,AcAA,A5IAA,AyBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A3JNE,A2KcD,AvMRD,AhDFA,A+LEA,ADAA,A7KFA,AgLNI,A1ISJ,AIAA,AFHA,ACGA,AJDE,AFAF,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,AxDnCF,A6ECE,AKyBA,AK3BD,Ab8BD,ApCKK,A0BIJ,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3P0BkC,I+G/B/B/xC,AMAA+xC,AnGAA/xC,AMAA+xC,CzCLA,CAEE,A+HEA,AEbAznC,APpB0F3K,AzFiC1F,AGbA2K,ATpB0F3K,CbavF,AiHoBFisB,A9FAAA,AiDNA,AtBMArnB,C9CpBL,A6GoBM+b,A/FAAA,CkGFCukB,ArGOA3I,AOPA2I,A1BAA3Y,AoMhCO,ClMsBZ5hB,A8HaM,A7FAA,A8JTA,AmEYD,AIAA,CpJrC4F,A/FAA,AuD2B1FnK,AtBMT,CvDbK,A2HcK,A7FAA,A+CPA,ClFIC9B,AiIXA,APpB0FsB,ACiC1F,AWCA,AlGdA,ATpB0FA,ACiC1F,AaCA,AmPTJ6M,C5RMH,A+HEN,AJAc40B,A1FAd,ALAcA,A2KRA1+B,A3IQA,AsMCF,AxDnCZ,CvMgBU8mB,A6HmBK,A7FAA,A+CPA,AwH5BO,AzLkEsBgL,CjBlC5B,AkFJd,AjEsCiC,CT5CxB,AuHYMwQ,AOCb,ArGDaA,AQCb,AiO7BW,AzP4D8C9kC,CT5ChD6uB,AyHDK,APpB4E,AtFoB5E,ATpB4E,AuD2B5E5uB,AtBMhB,A3CgCiC,CZ7CrBgH,A6EOK,A5EInB,C0HGI,A7FAA,A7BHgBglB,AsRNJ,A3QwCqDvpB,CyLlErE,AkF0BiB0H,AdpBF,A7P4DoB,C6GlCnC,AGXE,AjGWF,AIXE,A8COoB8qC,AgLFF,C1PJT,AuHYX,ADFuB/W,A7FEvB,ADFuBA,A1BAvB,AiMNU,AG1B0B,A8DwCd,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3P0B+Cz7B,CT5CjE,AyHDoB,A7FAA,AmKKA,CjMMC,CDXlB,CoBkBP,AwQxCgB,CnKiChB,AHEQ,AlGKoBu5B,AOP5B,AJEQ,AqRlCS,ArB0BR,CjKQoBmF,A/FAAA,CvBbJ,AUJN/N,A+GeW,A9FAA,A4PN5B,C1MEA,E/EZ0B,A+EYKpzB,A0LrBlB,CzQSeT,A+EYI,AoLvBnB,C7OkCf,CyDXE,C/EZ0B,AsBuBS,AkPlCtB,CxQWL,A+EY4B,A2O5BN,E9SiBH8zB,CVI1B,AFLkC,AwHkB7B,A/FAA,A4O3BO,EnQcuB,CFL5B,AwHkBkC,A/FAA,AoP3B7B,CXFA,ADEA,EjQS4BhK,AoMUjC,C5EQF,A/FAA,A2KRJ,CxLT2C,IiOiBvBkJ,A6B7BT,ENAA,EQAA,E/B6Be,CAACzkB,CyB7BhB,CzB6BV,G7OlBwD,CAAEsb,IAAI,CAAC7pB,C6OkB7Bwe,E7OlB4B,CAAN,CAA1D,E6OkBE;A3OZD,AEPH,ACQG,ALND,AWAD,ACCA,AfeI,AyKGN,AEDA,ACCA,AFAA,AIAA,AEAA,ACDA,AEAA,AjKCA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,APAA,AICA,AWAA,ArBDA,A4CAA,A3DCA,AkHDA,AFAA,ACAA,AvBAA,A3CHA,AOCA,ACGA,ANHE,AGXE,APrB0Gpe,ACkCtG0J,AKCJohC,AMAA5gC,AjHFJ,AmDCA,AxFCA,AxDDA,AFAA,AjLCA,AjEAA,AyODA,AGAA,AJAA,A1HCA,A/HDA,A8ICA,AoHAA,AzNAA,AxDDA,AgECA,AgMFA,AhNEA,AzBAA,AoIAA,AyLAA,ArFFA,A6BCA,AnLCA,AsCAA,AXAA,AGAA,AsEDA,AaCA,A4CAA,ADFA,A2DEA,AUAA,AtIDA,AlCAA,AFCA,ASDA,AECA,AxIDA,AFAA,A4OAA,AyECA,ACDA,A8DAA,AuIAA,ApHAA,AFAA,A8HCA,A/GAA,AFAA,ACAA,AEAA,ALAA,AmCDA,ADAA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHIE,AmFLF,AjEHE,AdAF,ASCA,ACGA,APHE,AIXE,ATrB0GlK,ACkCtG0J,AOCJohC,AMAA5gC,AyGAJ,ASAA,ADAA,ANAA,ACAA,AEAA,AJAA,AFAA,AcAA,A5IAA,AyBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JTEwsC,ADGEnB,A5BMJ,AhDFI,A+LEJ,ADAA,A7KFA,AgLNG,A1ISH,AIAA,AFHA,ACGA,AJDC,AFAD,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,AxDnCA,AuGAA,AYD8B,AvCA9B,AGAA,AG2BA,AK5Bc,AICd,AOAA,ACAqB,A7DmClBiD,A0CnCH,AhBuCD,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PyB6E,EkExC5E9B,AvBWF,E3DhBa9xB,AQdAwK,AuH6BT0b,AMAA5gC,AnGAA4gC,AMAA5gC,AyCPAqrC,E4CIE/0B,AJhCwGxgB,AjGuCxGye,AkBRA,AXCA+B,ALhCwGxgB,ArBgCtG+rB,CHlBC,C8HODtC,ANaA/f,AvFbA+f,ARaA/f,AsDNA,C1ERL,ALJEsF,AyHeIw0B,A/FAAA,AqDHAnjC,AwH5BA,C3LiBH,AfeI,AmFPA,ADGF,A2O7Be03D,C7TiCZx4D,A8HAA,A9FAA,AkDJP,A+N5BG88C,ChLqBK,AKcA,AlGdA,AKcA,AuMDP7D,C7OpBI,AsByBI,A0DdA9B,AlEwCsE,CdjDxE,AyHeX,AECc,AjGDd,AGCc,AkDJA92C,C0CGC6jC,AKVA1/B,ANaA,A9FHA0/B,AOVA1/B,ARaA,A8KlCA,AmHDiB,CnMCwF,ACkCxGkpB,AhGlCwG,ACkCxGA,A8KlCA,A8DwCD,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,CzQ1BN,A6HqBQ,AvGIAxO,AUJA,A+CPA,A+N5Bf,AhSiEqFpe,CZ5C3EgH,AFPV,A2HkBA,AJhCwH,A1FgCxH,ALhCwH,AuD4BxGhH,A+N5BJoJ,AhSiEyEpJ,CgH5CpE,A7FAA,A8COF,C+CPGqrC,ADcA,A5FdAA,ADcA,A+CPN,AwH5BL,C1MgCH,AmFPe,AlEwCsE,CyGjEG,A/FAA,ArBgCtE,A0OET,A/N+B+D,CjBjCvD,A4HDvB,A/FAA,AqDHuB,A2O7BAqsB,A7EmCPzsC,A0BIM,AIAA,CnJJd,AKCJ,AvGIoB,AGLhB,AOCJ,A8QnCF,A3CIa,ArP6D+EjrB,CZ5C3E,AuHUMqjC,ADGAhC,AlGKAxc,AIRAwe,ADGAhC,AuDTA9B,A+KUF,AxDnCE,AuGAH,AhSiEwEv/B,CZ5C1EmZ,AqMrBlB,AsCkCG,C/Gbc,A7FAA,A8COf,A5EIyBtQ,C2HXd,A7FAA,AyRtBiB,AlDKjB,ACEA,A3P2DmFpG,CgH5CrE+nB,AxGkB3B,AWlB2BA,AnB4CqE/nB,CZ5C9F,AuHUJ,A/FAA,AZkCwGvC,CQ1BzEke,A0DdA,CyCMC,A/FAA,AsDNA4hB,C8CJjB,A7FAA,A8NIK,EjIJhB,A7FAA,C6FDoB,A7FAA,AnB6CsD,CgH5CzC,A7FAA,A+CIZ,A7EOrB,AiQ5BW,C9OmCuB,A0DdA,AqLnBvB,AvP2DiGhgC,CQ1BzE6kB,A0Ddd,A7EOgB,A+P5B1B,ApP6DiG7kB,CkExC9G,C8NzBA,AhSiE4E,C+P3D/D,CvPiCgB,AwRvCS,A7CMzB,AnP2DsG,C0G/B7G,AlGKoCg8B,AGLpC,AiP9BO,CoCJb,AlCIa,ADCA,CnJ6B+B7b,A/FAAA,A6O9B/B,K9I8BP,AlGKuB,AGLvB,E+FA6C5b,A/FAAA,G+FA7C,A/FAA,A8O7BO;A1PRf,AdiBC,AGSI,AFNH,AMTD,AKUA,ACDK,AfgBE,AyKGR,AEDA,ACCA,AFAA,AIAA,AEAA,ACDA,AEAA,AjKCA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,APAA,AICA,AWAA,ArBDA,AfCA,AkHDA,AFAA,ACAA,AvBAA,A3CHE,AGGF,AKCA,AHdI,APtB4H3E,ACmCzH,AKCH,AMAD,AjHFH,AmDCA,AxFCA,AxDDA,AFAA,AlPCA,AyODA,AGAA,AJAA,A1HCA,A/HDA,A8ICA,AoHAA,AzNAA,AxDDA,AgECA,AgMFA,AhNEA,AzBAA,AoIAA,AyLAA,ArFFA,A6BCA,AnLCA,AsCAA,AXAA,AGAA,AsEDA,AaCA,A4CAA,ADFA,A2DEA,AUAA,AtIDA,AlCAA,AFCA,ASDA,AECA,AxIDA,AFAA,A4OAA,AyECA,ACDA,A8DAA,AuIAA,ApHAA,AFAA,A8HCA,A/GAA,AFAA,ACAA,AEAA,ALAA,AmCDA,ADAA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHIC,AmFLD,AjEHI,AdAF,AIGF,AMCA,AHdI,ATtB4HA,ACmCzH,AOCH,AMAD,AyGAH,ASAA,ADAA,ANAA,ACAA,AEAA,AJAA,AFAA,AcAA,A5IAA,AyBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JTE,ADGEu1C,A5BMJ,AhDFQ,A+LER,ADAA,A7KFA,AsCGA,AIAA,AFHA,ACGA,AJCA,AFFA,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,AxDnCD,AuGAC,AYDA,AvCCA,AEHD,ACGC,AYAA,AOAA,AxB2BF,ApCOK,A0ClCH,AhBsCD,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PwBsH,GqHpClH,A7FAA,CsFMDxL,AONF,ArGMEA,AQNF,AyCAEwL,E0CGE5xC,AFhC0H3D,A7FgC1H2D,AFhC0H3D,AwD0B1Hk3C,CwCMO,A/FAA,CoGIL,A7FAA,A+CPA,C8COCjN,ArFJAvlC,ARIAulC,A+CPA7pC,CCHC,ADGF,AoM5BDyC,AGAAA,AYAAA,AOAAy7B,AlBAAA,C9J+BI,A/FAA,AqDHP,A+N5BG8d,AjE+BH,CpHAQx4C,AGGA,AlGHAA,AIGA,C0FAC,AhFHT,AfGS,AuDTAuzC,A0O1BJ,ArDyCG,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,C5QRE74C,A2CDA,AuCHAqB,AgLOF,AjP6B+GmD,CfnD7G6iB,AFmBN,A+HEO2Z,A9FAAA,AqPlCb,AGAA,AYAA,AOAA,AlBAA,AzQgEyHx8B,CyP1B5G,AIAA,CzQhBL,A2HaN,A7FAA,A+CPa,A+N5Bf,CvLD0I,A/FAA,AuD6B1H1C,A+N5BJoJ,A3BAC,AGAA,AYAA,AOAA,AlBAA,ApBGA,ArP6DyH3G,C2GjClI,AIIaoH,ArFJA8oC,AdAb,AMIa9oC,A+CPF,AjEoCuHpH,C2GjCpH2gC,AFhC0H,A7FgC1HA,AFhC0H,AuD6BhI,A2O7BEs0B,AtDID,AIAA,A1P6D+H13D,C2P3D/H,A3P2DyHyC,C8G9BlH,A9FAA,AiOVF,AMnBL,AvP2DwG,CfnDtH,AGSI,A0HYkB,A9FAA,AiDNA,A6LzBR,AVAA,C3IJ+E,A/FAA,AsRC5F,C/SasB,AyCkBV,AsQ/BQ,AYDb,ApDIM,AIAA,C1LsBW,C6CUC,ArFJvB,ARIuB,AgDVA4zC,ADGvB,AyM/BY,C/JkCV,AIIsBzyC,AnGJtB,AMIsBA,AgRpCX,A/CMF,CxI0Bb,A/FAA,A2PlCc,CqCEU,A7CMX,C5QkBK0lB,AwHQW,A/FAA,CmGIZ,A7FAA,C6FAc2Y,A7FAAA,EgDVP,C/EF4B,C+EEjBoU,CmO1BE,CtLoCpB,A7FAA,A8QnCjB,AnCIa,EmCJuB,AYDpC,C9SgBuC9iC,A2PX1B,C3I8BO,A9FAA,AgRlCpB,ClLkCF,A9FAA,CkDT0B,CpETpB,CoESyC,EAArB,EAAyB,GAAzB,EAA8BmjC,IAA9B,CAAb,CACR7rC,IADQ,CACH,YAAY;AjFbE,AEU8B,ACAjD,AGAF+jB,ALLF,AYHwCrb,AfkBlC,AyKGP,AEDA,ACCA,AFAA,AMAA,ACDA,AEAA,AjKCA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,APAA,AICA,AWAA,ArBDA,AfCA,AkHDA,AFAA,ACAA,AvBAA,A3CHI,AQIJ,ANHE,AGXE,APvBgJ1T,ACoC5IwJ,AKCL,AMAD,AjHFF,AmDCA,AxFCA,AxDDA,AFAA,AlPCA,AyODA,AGAA,AJAA,A1HCA,A/HDA,A8ICA,AoHAA,AzNAA,AxDDA,AgECA,AgMFA,AhNEA,AzBAA,AoIAA,AyLAA,ArFFA,A6BCA,AnLCA,AsCAA,AXAA,AGAA,AsEDA,AaCA,A4CAA,ADFA,A2DEA,AUAA,AtIDA,AlCAA,AFCA,ASDA,AECA,AxIDA,AFAA,A4OAA,AyECA,ACDA,A8DAA,AuIAA,ApHAA,AFAA,A8HCA,A/GAA,AFAA,ACAA,AEAA,ALAA,AmCDA,ADAA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,A7BDA,AjEHG,AdAC,AUIJ,APHE,AIXE,ATvBgJxJ,ACoC5IwJ,AOCL,AMAD,AyGAF,ASAA,ADAA,ANAA,ACAA,AEAA,AJAA,AFAA,AcAA,A5IAA,AyBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JRM,ADEH,A5BMH,AhDFQ,A+LER,ADAA,A7KFA,AgLNE,A1ISF,AIAA,AFHA,ACGA,ANDA,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,A+ClCA,AEFA,AGDqC,AOCrC,AKLF,A5CMGukD,AEJa,ACIba,AEHD,AMDc,AIIb97C,AOAAi7C,ACHoB,AzB6BvB,ApCQIvV,A0ClCD9nB,AhBsCF,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PuBiJ7tB,G+GhChJ,ArFFA,AREA,CQAE,AuQrCSuyD,AGAAyB,AMAAa,AKAAc,EtMIuIx4D,AYqC9IkhC,A3GrC8IlhC,AcqC9IkhC,A8JTAv0B,A+E1BHohD,AGAAa,AYAA97C,AOAAi7C,AlBAAr9B,C5JgCInsB,A9FAAA,CxBVJwqB,AoHSKlC,ADGArjB,A9FHAqjB,ADGArjB,ExBZiB8P,AWRgB5F,AwLY/B,A+G5BuBnU,A3BD3BK,A3CqCF44C,A0ClCG,AzQ+D2I31C,C2GhCvI,AECT,AnFDS6B,AdAA,AGCT,AmDNW,A7EMEsE,A2S/BRmzC,AZDC,ApR+D0It5C,CqSjE3G,AhCE9B,AsBAA,AlBAA,AzQ+DoJ/C,CTzCrJ,A+LIK2S,AkF1BH,AYAA,A3BsCE,AIAA,C1QhB0C,AIA7CsY,AOPH,A6GgBQwY,AECA,AJlC8I,A/EiCxJ,AdAUA,AGCA,ALlC8I,A2PEjJ,AsBAA,CjLkCI,AWCA,A1GDA,AaCA,A0CTT,AsM1BM,AzCkCH,CtHpCqJ,ACoC9IxW,AhFHA,AhBjC8I,ACoC9IA,AsOCF,AyBtCF,A3CqCF4rB,C3OZA,A4SrBR,AxBFa,AEFFn4C,AUEE,CvKiCb,AQGgB,AtGHhB,ASGgB,AwQlCJogD,A3BFC,C/E2BT,AmEvBS,C4CLQ7kB,A9C0CJ,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,CpQlBhB,AFUsB,AqRnCnB,C/JkCgB,A/FAA,AvBCI5P,AiMNJ9rB,AoF7BH,A1QkE+HwC,C2GhC3HxC,AUIrB,AzGJqBA,AYIrB,AqOhCa,CtQmBI,AmHYX,A/FAA,CvBZH,AsHYoBohC,A/FAAA,AtBFA,A4PTL,A+CtBlB,AhS8DwK5+B,CgS9DnJ,AhS8DmJA,CX/B3I,AqRnCPs5C,A1QkE6Jr8C,CX/B5J,AiMNnB,A+G5BiC,AtEoCnC,CpHHA,A/FAA,AvBCI,AgQ9BO,G/DwBiB6M,CoF7Bb,AXOJ,CxQkBKtO,AySrBlB,AtBJ6Bi0B,CnRyBZ,CmHYX,A/FAA,A2KR4B,C/LJV,ASyCgJzvB,C0G7BpIyd,A/FAAA,AiRrCrB5M,CtG6BsB8jC,AoExBxB,CCEA,C3P2DsK13C,C4RlE9J,A5RkE4K,C0G7B3L,A/FAA,AX6B0I+C,EAAwDA,CAAAA,C0QlEvL,A1QkEkM9C,C0QlEvK,MnBO/B,CjEsBb,C8DxBa,C9DwB0C,AoF7BtC,CAAb,ApBKS,CHEA,AnP2D2L8C,C0QlEhJxC,AZK3C,E9P6DsMN,CAAe,CAAlF8C,C4P7DnI,CcLT,A1QkEwO,G0QlE3K,CAAjE,EAAoE,K1QkEmLA,CAAX,GwP7D/N,ExP6DsPA,CAAAA,CbzCrO,AayCgP7C,QbzC1N,AayC+M6C,GAAW7C,CAAW,CAA7C,CAA5F6C,EAA+IjD,MAAAA,CAAOC,cAAPD,CAAsBM,CAAtBN,EAA8BiD,CAAAA,CAAWnD,GAAzCE,EAA8CiD,CAA9CjD,CAA/IiD;ADpElJ,AZ2BsD,ACChD,AGAF4H,AEbH,AKKK,AfkBD,AyKGL,AEDA,ACCA,AFAA,AMAA,ACDA,AEAA,AjKCA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,AHCA,AWAA,ArBDA,AfCA,AkHDA,AFAA,ACAA,AvBAA,A3CHI84B,AGGJ,AIFA,ACGA,ANHE,AJnC4F,ACqCvF,AWCL,AjHFF,AmDCA,AxFCA,AxDDA,AFAA,AlPCA,AyODA,AGAA,AJAA,A1HCA,A/HDA,A8ICA,AoHAA,AzNAA,AxDDA,AgQDA,AhNEA,AzBAA,AoIAA,AyLAA,ArFFA,A6BCA,AnLCA,AsCAA,AXAA,AGAA,AsEDA,AaCA,A2CFA,A2DEA,AUAA,AtIDA,AlCAA,AFCA,ASDA,AECA,AxIDA,AFAA,A4OAA,AyECA,ACDA,A8DAA,AuIAA,ApHAA,AFAA,A8HCA,AsDEA,ArKFA,AFAA,ACAA,AEAA,ALAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHIA,AmFLA,AjEHIpoB,AdAAooB,AIGJ,AKFA,ACGA,APHE,ALnC4F,ACqCvF,AaCL,AyGAF,ASAA,ADAA,ANAA,ACAA,AEAA,AJAA,AFAA,AcAA,A5IAA,AyBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JRK,A7BQL,AhDFK,A+LEL,ADAA,A7KFA,AgLNI,A1ISJ,AIAA,AFHA,ACGA,ANDA,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,A+CjCA,AEHA,AGDA,AhCECnoB,AGAA7H,AEHA,AUGAs9C,AOFY,ACFEn9C,AzB6BjB,ApCSI,A0CpCW,AhBwCd,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PsB8U7Q,GkEvClU,A7EKY,CsHGrB0gC,AGGAkB,AIFAW,A1GOAhJ,AkBRAjhB,AdAAooB,AIGAkB,AKFAW,AhCCA,A4TtCS+e,CxMEiD,A/FAA,AwD6BvDp4C,AyN5BL,AlBAA,CJECqP,AGAA7H,AYAAs9C,AQJcn9C,C/KoCVwsB,A9FAAA,EsGGE,AwHEA2a,AnNNA,AFIA,AkK1CO,CvM4B0Bj4C,AICtC6H,A2HUM,A7FAA,A6CTG,AoHGH,AsG9Ba,C1N8BV,CyCKD,AGGA,ADFV,AnFDU/F,AdAA,AIGA,ADFV,CmGAW26B,A7FAAA,A4NGF,AvD1CS,AsGSX7yB,AKJA,AhCEC,AGAA,AEHF2vC,CpF6BMtf,A8F1BH,CjSqB2C,AwHUvC0G,AGGAlE,ADFA,ArGOA,AkBRX,AdAWkE,AIGAlE,ADFA,AsPhCH,AGAA,AjBwCE,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,CpQlBJ,A6RtBG,C7RsBDhhC,A8QxBG,C9QwBL,AiBiBQg+B,CjBjBd,AsHUF,AQGiB33B,AtGHjB,ASGiBA,AkPtChB,CxJmCiB,A7FAA,A2Q9BJ,AKJAnF,A3BDDg8C,AUCA,A3BwCI,AIAA,C3INE,A7FAA,A4NVD,A+CpBHjxC,ClLgCK,AOCb,ArGDa,AQCb,A6QrCA,C1LiCc,AGGA,AlGHA,AIGA,AkDRE,AyLvBV,ChJ4BSzD,AUIA,A7GIA,AIRAA,AYIA,A8JTd,A+DzBK,CRoCf,ArOEyB0T,A8KbA,AsF9BXmL,AlBKC,CKEA,CpJ4BA,A/FAA,A8KtCiC,A2GKzB,C1LiCK,AkIO5B,AjOP4B,AoR7BnB,AzCCM,AJAA,CuBNZ,AIFQ,ACAA,AGQA,AGDA,AQCA,AjCFI,CpPsCG,AwRrChB,AtBLwB,CGmCb,CFPsB,CbxBpB,AVAA,C5OsCmB,CkL9C4B,A4EM7C,AMHO,AtBKT,EiCJW,A/BIX,C7I8BuBvlB,A/FAAA,AyRjCpC,C1LiC0B,A/FAA,E+FAa,A/FAA,A8PlCtC,E5JqCmB,AtGKqBi8B,AQLrB,AsKRZ,AoF7B6BizB,C5JqCvC,A9FAA,AsKRI,IpEMgB,A7FAA,C6FApB,A7FAA,GqPnCG,CAA+C,ClQ0ChB,CAAqB1vD,KAArB,CqPrCnB,CrPqC+C,MiPrC/C,kBtQmBmC,EAAI;AY3BtD,AdmBE,AESA,AICE,ARUD,AyKGH,AEDA,ACCA,AFAA,AMAA,ACDA,AEAA,AjKCA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,AHCA,AWAA,ArBDA,AfCA,AkHDA,AFAA,ACAA,AvBAA,A3CHM,AOCN,ACGA,AHdI,APzBoK,ACsCnK,AKCH,AMAE,AjHFJ,AmDCA,AxFCA,AxDDA,AFAA,AlPCA,AyODA,AGAA,AJAA,A1HCA,A/HDA,A8ICA,AoHAA,AzNAA,AxDDA,AgQDA,AhNEA,AzBAA,AoIAA,AyLAA,ArFFA,A6BCA,AnLCA,AsCAA,AXAA,AGAA,AsEDA,AaCA,A2CFA,A2DEA,AUAA,AtIDA,AlCAA,AOAA,AECA,AxIDA,AFAA,A4OAA,AyECA,ACDA,A8DAA,AuIAA,ApHAA,AFAA,A8HCA,AsDGE,ArKHF,AFAA,ACAA,AEAA,ALAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHIE,AmFLF,AjEHG,AdAG,ASCN,ACGA,AHdI,ATzBoK,ACsCnK,AOCH,AMAE,AyGAJ,ASAA,ADAA,ANAA,ACAA,AEAA,AJAA,AFAA,AcAA,A5IAA,AyBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JRM,ADEJ,A5BMF,A+IAA,ADAA,A7KFA,AgLNG,A1ISH,AIAA,AFHA,ACGA,AJDA,AFAA,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,AvD1CA,AsGSA,AEHA,AGDA,AhCEC6zB,ACDD,ACLc,ACGD,AEAX8rB,AC2B+B,AC7BX,ACoCX,ACpCX,ACAA,ACAA,AEOS,AEFRj4B,ACCQ,AEJT,AGHD,ACOC,ACNqB,ACQrB,A1BqBF,ApCUG,A0CxCa,AhB4Cf,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PqB+V,GyGjEpT,A/FAA,CmSH/B8wC,AGAAM,AEDAY,ACCAI,ASAAuC,ApCAPzK,ACAAqB,ARDAtC,CvKiCF,A/FAA,A6P5BF,CzJsCIzlB,A8HGAxY,A3NHAwY,A+CPA0K,AyHnCA,A2EOH/hB,AeAAnM,EnSYG3B,A+HSE6D,AKcAwoB,AlGdAxoB,AKcAwoB,CjCfL,AkHxB2K,AjG2CrKpyC,AE3CqK,AiCsCrKklC,C+NrCLya,AC2BMrxC,AI7BFkiD,AKKD,AOCAvtD,CjLiCI,A/FAA,AuDRE,ADEF,AiO7BJu5C,ClLsBK,A7FAA,AuK5BA,AiF+BuB,ASxB1B,CjSqBA7yB,AwHUIwU,AkIOA,AjOPAA,AyP/BH,AkBHDtxB,AMMA,CxKgCL,A7GIU,AgBJV,AyCPUkzB,AgLOF,AmCtCG,C1KqCAqB,A/FAAA,A0PlCH,AsBCV,AEEA,ApCmCY,AIAA,C5Q1BA,AoIuBE,AwHGAyZ,ArNHA,A0CTV,AwM7BI,C1JwBO,ANaN,AvFbM,ARaN,A+KzCM,AwGMf,CxGNA,AwGMYoG,AxBFF,AiBIG,ChL8BI,ADGA,AKCA,AvGIAjhD,AIRA,ADGA,AOCA,AmPtCJ,C1JkCKQ,A/FAAA,AqDHA,AyHnCA,AiF+BV8N,AY3BM,CtSeG,A0HmBA,AKVf,ApGUe,AOVf,A8COiBmyB,AsN/BJ91B,C5KkCX,AIIgB83B,AnGJhB,AMIgBA,AyBDtB,AgOVmC,C3JHZ,A7FAA,AwBaA/D,AsMbH,CzOkBlB,CvB3BA,AiTbA,AnBJqB,AxB6CC,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,CuCzCD,CjTaE,AyRhByB,C3JuCtB,A7FAA,AyBD5B,AoOvC0B,AQEjB,CxKsCoB4C,A8HG3B,A3NH2BA,C/BdZzW,A0PgBjB,AlMH8B,A4OrC5B,C1C2CA,C5KZY,CAAmB4qB,A8MjCF+G,AlBMhB,C1QoBN,CAAc1yB,CsQpBR,EtQoBN,C+StBP,AnBJwB,C5R0BE,A4R1BU80B,CmBCrB,A7CIF,ClQqBN,A8EOiC,AiO3BxC,CnLkCoB,A7FAA,C/BdU37C,C8EOaqyC,E8COE7S,A7FAAA,A6PxCrB,CAAqB,C5R0BtC,EAA8Bp3B,C8EON,AyL5BlB,C3ImCsC,A7FAA,AyOjCtC,C5IiCuCi2B,A7FAAA,C/Bd7C,A8EO8C,C9EPV,A8EO/B,CAAZ,C8MjCwB,KAAoC,CAApC,C5BOX,ChQmB+BvW,E4HcC,A7FAA,A6PxCoB,ChKwCEoX,A7FAAA,C/BdxB,EAAU,CoQnBxC,ADFA,AFAA,E2BL2D,ChBO3D,GhJiCb,A7FAA,C6PxC6Eqa,GjBKhE,CFAA,CJAA,CuBL2D,CAAYoC,OAAZ,CAAqB,UAArB,CAAP,KAA4C,QAA7G;AhRFF,AdoBG,AESA,ACCE,AUTF,A0JsBH,AEDA,ACCA,AFAA,AMAA,ACDA,AEAA,AjKCA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,AHCA,AWAA,ArBDA,AfCA,AkHDA,AFAA,ACAA,AvBAA,A3CHK,AGGLlf,AKCA,ANHE,AGXIx7B,AP1B0KpE,ACuC1K+J,AWCF,AjHFJ,AmDCA,AxFCA,AxDDA,AFAA,AlPCA,AyODA,AGAA,AJAA,A1HCA,A/HDA,A8ICA,AoHAA,AzNAA,AxDDA,AgQDA,AhNEA,AzBAA,AoIAA,AyLAA,ArFFA,A6BCA,AnLCA,AsCAA,AXAA,AGAA,AsEDA,AaCA,A2CFA,A2DEA,A5HDA,AlCAA,AOAA,AECA,AxIDA,AFAA,A4OAA,AyECA,ACDA,A8DAA,AuIAA,ApHAA,AFAA,A8HCA,AsDKE,ArKLF,AFAA,ACAA,AEAA,ALAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHIC,AmFLD,A/EHK,AIGL61B,AMCA,APHE,AIXIx7B,AT1B0KpE,ACuC1K+J,AaCF,AyGAJ,ASAA,ADAA,ANAA,ACAA,AEAA,AJAA,AFAA,AcAA,A5IAA,AyBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JRK,ADEH6rC,A5BMF,A+IAA,ADAA,A7KFA,AgLNC,A1ISD,AIAA,AFHA,ACGA,AJDE,AFAF,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,AvD1CE,AwGQF,AUHD,AvCEE2Y,ACDD,AENc,AEIZzkC,AC0B+B,AG4HjC,ACvJA,ACAA,AIICunC,AGHD,AIIChuC,AEED,A1BoBF,ApCWE,A0CnCA,AhBuCD,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,CnPHD,CyDTEuyB,CCPW,CuC1BmK51C,A/FAAA,AwD0B9K,CyCQa,A/FAA,C+FAX,AKREoE,ANaA2F,A9FLF,AORE3F,ARaA2F,AsDNA,AtBMA8W,A0NlCH0tC,AeAA8C,AOCAhuC,C7KiCI,ADFAgiB,AJrC4K,AzFuC5K,ADFAA,ALrC4K,AuDiC5K3F,C6CMC,ALvC4Kz/B,AYwC5KwhC,ArGDA,ANvC4KxhC,AcwC5KwhC,C+NKA,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,C3InBE,A7FAA,AuPxBN3X,AC0BUqzB,AK3BPh6C,AWKA,C1SWC+iB,A+HSG2lB,AP1BwK,AtF0BxKA,AT1BwK,AuDiCjL,AtBMS,A+IzCA,CjFEqK,A/FAA,AuDiCpKiK,A0N3BH,C9K+BP,AHEW,A3FFX,AJEW,C+FACxoB,A/FAAA,AgCAA,A0NlCH,AKHH,AiBGO,ApCCA,ADFA,AHEA,AOFA,ALAA,AMEA,CxQoBLtC,AsH1BiL9qB,A/FAAA,AsQCzL,CnKoCc,A9FAA,AsPhCH,AKHH,CrJsCN,A7FAA,AyCPF,AmL7Ba,CtImCR,A9FAA,A2BAL,AqOtCa,AIIA,A5BDA,AIAA,C9ImCf,AOCmB,ArGDnB,AQCmB,AyCPA,A0MLgB,C7JWfqlC,ALvC4J,AzFuC5JA,ANvC4J,AuDiC9K,AgLOgB,AmCnCD,AtBDF,ACEA,C9QWZ,AoRhBY,C3JsCT,A/FAA,AsDNgB,C+CPZ,ANaavD,AvFbb,ARaaA,AsDNrB,AyHnCE,CzMmBiB,A+HSf,A7FAA,ChCAc,A8EOK2T,AwLUD,AIAA,C5Q1BrB,AESkBzqB,A2HarB,A9FAA,CgGb2B,A7FAA,AwPEbiyB,C7JWc9S,ADFA,A7FEAA,ADFA,AkOZR,C2DtBK,CzTuBf,CAAiBpf,A6HArB,A7FAA,GuFaA,A/FAA,AsDNJ,C9EPQ,C2HaV,AJAoCpK,A1FApC,ALAoCA,AgQXD,CxRFFhH,IAAvB,AuHaJ,A/FAA,CxBbH,gC0QrBY,OJAA,oQsBEe,KAAK6iC,MAAL,CAAYoC,OAAZ,CAAqB,WAArB,CAN5B,qFASI4R,eAAe,8OAGS,KAAKhU,MAAL,CAAYoC,OAAZ,CAAqB,eAArB,CAHT,wEAKR,EAdX;AhRJF,AdqBG,AESA,ACCGp3C,AGAH4nB,AOTA,AfmBD,AyKGF,AEDA,ACCA,AFAA,AMAA,ACDA,AEAA,AjKCA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,AHCA,AWAA,ArBDA,AfCA,AkHDA,AFAA,ACAA,AvBAA,AnCCA,ANHIgW,AGXElhC,AP3B6L,ACwC7Lk9B,AKCJ,AMAEG,AjHFJ,AmDCA,AxFCA,AxDDA,AFAA,AlPCA,AyODA,AGAA,AJAA,A1HCA,A/HDA,A8ICA,AoHAA,AzNAA,AxDDA,AgQDA,AhNEA,AzBAA,AoIAA,AyLAA,ArFFA,A6BCA,AnLCA,AsCAA,AXAA,AGAA,AsEDA,AaCA,A2CFA,A2DEA,A5HDA,AlCAA,AOAA,AECA,AxIDA,AFAA,A4OAA,AyECA,ACDA,A8DAA,AuIAA,ApHAA,AFAA,A8HCA,A/GAA,AFAA,ACAA,AEAA,ALAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,A9FJEl3B,AJIF,APHI+6B,AIXElhC,AT3B6L,ACwC7Lk9B,AOCJ,AMAEG,AyGAJ,ASAA,ADAA,ANAA,ACAA,AEAA,AJAA,AFAA,AcAA,A5IAA,AyBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JREyV,ADEA,A5EGE,A+LGJ,ADAA,A7KFA,AsCGA,AEHA,ACGA,ANDA,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,AvD1CC,AkHIsB,AvCGtB6E,ACDD,ACNA,ACMA,AEFGC,ACyB8B,AC3BjC,ACmCA,AEnBA,ACfCuE,AEKD,AENa,ACKb,AMCC7jB,ACPD,AzB4BF,AVgBC,AFGA,AOFA,ANAA,AFAA,AMAA,ACDA,AEGA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PkB+V,E0B5B9VnyB,AwCLA2sC,CwHnCA,C7EyCE5R,AQGA7D,AtGHA6D,ASGA7D,C4PxCF,CpK0BIr9B,ANaAk9B,AKCAkJ,A5FdApmC,ARaAk9B,AOCAkJ,A7BJE,AgR/BLuR,AWJAwE,AWKA7jB,CxSkBM,A8ESFoZ,A5EGE1pB,CFZP,AIGCkD,AmHYK,A/FAA,AuDRA,CwCQCrqB,A/FAAA,AuDRAmyC,AwHjCA,AsFGH,AvB0CE,AIAA,C7IjBE,AtFUA,APVA,AwPCe4Y,C1RVjBpvD,AFoBGb,AiIXA0rC,ADcA,ArFJA/vB,APVA+vB,ADcA,AoPpCJhtB,AO+BAi+B,AGlCC,AzB6CE,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,C7P5BDtnC,A4GqBD,A/FAA,AsDNN,AyM/BG4mC,CnRyBG,AmHYF,AWCO,A1GDP,AaCO,A0CTL,AmM1BE,AaCD,AGDA,AMCC,A3R0D6V,CZrCjWt0C,AGAG8nB,AwHaK,A7FAA,AgDTZ,A+KSU,AQpCG,CxL6BAsmB,AoM5BH,AsBCA,CtKkCI,A3FJN,AFIM,AmPbmB,C1RVhC,AMUA,AmCSD,AwCLe0B,AoM3Bf,AO+BA,Ac/Ba,A9BAA,ARDA,CvPeA,A+GmBG,A9FAA,A2PnCP,AGiCG5pB,AK7BA0+B,AGDAA,A3BFC,ACEA,C9IgCIzrC,A9FAAA,C9BpBF,AMUFwO,A8HaX,A7FAA,AyCPF,AyM/BW,AGiCX,C5RlBC,AGUU,AUTKyE,AuHmBM,A7FAA,A0CNtB,A2MIgB,CzRRJ5zB,AiIaQ,A7FAA,AyNhBF,CjIEV,ADcasqC,A5Fdb,ADcaA,A7BJE,AW4BwVxnC,C6G3B/V,AGXZ,AjGWY,AIXZ,AwPCmBgtD,AOrBhB,AGDA,AtBAM,A/P2DwV,CTrCpW,A2RrBkB9E,AGDAA,A9BAN,AJAA,CpQgCb,A8HAwBtsB,A9FAAA,AuOlCX,AtP6D+Wt7B,CZrCxX,ALUqBtD,AiIXA,A7FAA,AnBsC4U,C+GxBzV,A7FAA,A7BJgBssB,A+PjCf,CtPeW,A8PfX,A5P6D2X/oB,CZrCpXumB,AUTKrF,AfmBzB,A4RViC,A3QqCoU,C6G3BrV,AGXZ,ADcyB,AhGHb,AIXZ,ADcyB,CnCHCxkB,A8HA5B,A9FAA,AmQ/BK,AGDA,ArR2DiYsD,C0Q/DhY,AZEK,ANAA,CpQwBW,CAACwoB,AUTT,AfmBhB,AmS/B8B3kB,AGDAA,CvRaE2sB,CfmBG7zB,A8RFnC,CK7BO,AGDA,CR8B2B,AK7BC,AGDA,CjSsBX,CAApB,CLUJ,CenBgB,CfmB0B,AMDnC,CSlBkC+T,GTkBO,CSlBhC,ATkBiCmY,A6R9Bbu7B,AGDAA,CvRanC,CAFG,CAIH,A8RrBS1zC,GfoC8D,AK7BrC,AGDA,CONnC,CVO+C,AGDA,QhS+BzC,KAAgE1K,UAApE,EAAgF;AUxCpF,AdsBG,AESD,ACCI,AGAH,ARUC,AyKGJ,AEDA,ACCA,AFAA,AMAA,ACDA,AEAA,AjKCA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,AHCA,AWAA,ArBDA,AfCA,AkHDA,AFAA,ACAA,AvBAA,A3CHI,AGGJ,AIFA,ACGA,ANHG,AGXGnF,ANaD,AKCDmmC,A3GFJ,AmDCA,AxFCA,AxDDA,AFAA,AlPCA,AyODA,AGAA,AJAA,A1HCA,A/HDA,A8ICA,AoHAA,AzNAA,AxDDA,AgQDA,AhNEA,AzBAA,AoIAA,AyLAA,ArFFA,A6BCA,AnLCA,AsCAA,AXAA,AGAA,AsEDA,AaCA,A2CFA,A2DEA,A5HDA,AlCAA,AOAA,AECA,AxIDA,AFAA,A4OAA,AyECA,ACDA,A8DAA,AuIAA,ApHAA,A4HCA,AsDIE,ArKJF,AFAA,ACAA,AEAA,ALAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHIA,AkBRC,AdAG,AIGJ,AKFA,ACGA,APHG,AIXGnmC,ARaD,AOCDmmC,A+GAJ,AQAA,ANAA,ACAA,AEAA,AJAA,AFAA,AcAA,A5IAA,AyBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JRE,ADEA,A5EGMne,A+LGR,ADAA,A7KFA,AgLPA,A1IUA,AEHA,ACGA,AJDE,AFAF,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,AvD1CE,AwGOF,AGHD,AhCHc,ACKb,ACLA,AGGG6E,ACyBH,AC3BA,ACkCwE,AGnC3D,AEOZ,AEVa,ACSb,AMCAogC,ACND,AzB0BF,AVkBC,AFGA,AOFA,ANAA,AFAA,AMAA,ACDA,AEGA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PgB0hB,C0BpC3hB,EmFQE,A9FAA,CmGEEpxB,AHGAsK,A1FHAtK,AHGAsK,A7BJIne,AiMNH4H,C5EMM,A/FAA,A0PrCT,AWAA,ChK2BI5vB,A6HkBA,A1NlBAA,AwQpBHitD,CpSSM,A0EkBFtb,AtBMAjxC,CpDxBL,ARsBM7E,A4HDAmtB,A/FAAA,CJQCyP,A0DbA2a,CgDMC,AFXA,A3FWA,AFXA,AmKIC,AiF/BJr0C,AqBCAA,C7SqCI,A4HDA,AKVAuoC,ANaA,AmIKA+N,AjORA,AOVA/N,ARaA,AgCAT,A+IzCS,AwGOJgR,AvBsBA3oC,AlBiBG,AIAA,C9IJE,A7FAA,A+CPV,AyM/BGkd,AGgCuD+vB,C3JG/CphB,A7FAAA,A6CNX,AoM3BO7yB,C3JgCK,A/FAA,A0KNCinB,A3ISD,C5DFCh0B,A4HDX,AIIW,AnGJX,AMIW,A+CPA41C,AsMlCb,AqBCA,A5R+D2ZtyC,C0Q7DpZ,AnB6CM,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ACEA,A3PgB8YA,C2G3B5Y,A/FAA,AqOIF,AvD1CE,AwGOf,ArB6BwE,C9RGtE,A4DEF,AuPlCYwG,A3BNC,AGGJ,ACyBT,AgBrBa,ACNA,AvC6CE,CpLZf,A0MNc,C5RUI,AmIAA,AHGhB,A1FHgB,AHGhB,A7BJoB,AiMNH,AgF1BL,AqBEC,A3RyDwZirB,CkH1BpZ,A1GOrB,AaPqB,AiKPCd,AIhCD,A4EMJppB,AtQ2DwZkqB,CgHrC/Z,A7FAA,AnBqCgb/xB,CgHrCpb,A7FAA,A9BUqBuG,AW2B+ZvG,CQnBla,A0RvCtB,APFa,A3R4DubH,CkS1Dhb,ArB6BiBkmD,C7JRb,A6HkBpB,A1NlBoB,A8NHN,C+CjBJ,C1BFP,CpJiCW,A7FAA,AoOlCL,AIAA,ARDA,CnImCF,AFXP,A3FWO,AFXP,AmPtBJ,ChRYkB,A4HqBW9oB,A2HOA8Z,AxNPA9Z,AwPH2C,CFPxE,AEO8Csc,CxRExC,AqMtCyB,A1LiEwYxnB,C0LjEvY,AiF6BHtW,AQhCfgK,CnRoEicnlB,CsLjC7c,AtLiCqayxB,CkH1Bza,A7FAA,AgRnCgC,ArS6D6XzxB,EAAqEC,C6OnB1b,AvDdE,AIhCT,AiF6B/B,AEOwE,A7Q6BwZA,C6OnBzbk2C,AnD9CpB,AmFoCuCuH,GnFpChB,AyFHlBgM,AnRoEqdj4B,CsLjC/e,AtLiC+eA,C6Q7Bra,A7Q6Bsb/xB,CsLjCpc,AtLiCmb+xB,EAA8BxxB,C0LjEzgB,A1LiE2ewxB,CAAlFzxB,EAAqIN,CmRpE9fiqD,AnRoEuf,E6OnBzhB,AqDvCA,ErDwCA,AqDxCqD,EAArD,EAPe,CASf,AvCHa,CwBT+B,AhCS/B,2BIAA,ADFA,AIAA,EKEA,CXFA,KQAA,IJAA,EMAA;A/PPf,AduBG,ADEF,AGQA,ACTG,AEFF,ACWA,AORC,AfkBG9sD,AyKGN,AEDA,ACCA,AFAA,AMAA,ACDA,AEAA,AjKCA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,AHCA,AWAA,ArBDA,AfCA,AkHDA,AFAA,ACAA,AvBAA,A3CHM,AGGJ,AKCF,ANHC,AGXK0K,AP7B8L,AC0C9Ld,AKCFqhC,AMAA,AjHFJ,AmDCA,AxFCA,AxDDA,AFAA,AlPCA,AyODA,AGAA,AJAA,A1HCA,A/HDA,A8ICA,AoHAA,AzNAA,AxDDA,AgQDA,AhNEA,AzBAA,AoIAA,AyLAA,ArFFA,A6BCA,AnLCA,AsCAA,AXAA,AGAA,AsEDA,AaCA,A2CFA,A2DEA,A5HDA,AlCAA,AOAA,AECA,AxIDA,AFAA,A4OAA,AyECA,ACDA,A8DAA,AuIAA,ApHAA,A4HCA,AsDKIxY,ArKLJ,AFAA,ACAA,AEAA,ALAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHIEiK,AIRI,AIGJ,AMCF,APHC,AIXKhyB,AT7B8L,AC0C9Ld,AOCFqhC,AMAA,AyGAJ,AQAA,ANAA,ACAA,AEAA,AJAA,AFAA,AcAA,A5IAA,AyBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JRC,ADEC,A5EGM,A+LGR,ADAA,A7KFA,AgLPEjf,A1IUF,AEHA,ACGA,AJDE,AFAF,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,AvD1CC,AsGQD,AKL8B,AODP,AvCLT,ACSd,ACLCuiC,AGAO,AECR,AIEA,AEIC,ACXD,ACSA,ACCC,AMCAyF,ACNA5pD,AzByBH,AVoBC,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PeiiBvH,EQlBhiB65B,A8KdA1Q,E1LRWwG,AmHkBTyY,A8HKAxY,A3NLAwY,AuR/CS4sB,AEAAE,AeCAiE,E3U2CPh8D,AiIXA0K,ANaAd,AvFbAc,ARaAd,A4PxCH2kD,AoBOAyF,ACNA5pD,C3NiCIsrC,AtBMApV,A3CuByV,CqHtBxVmK,A7FAAA,AoRxCQwtB,CnMH2Lp4D,A/FAAA,A4KiClM,CAACq4C,A0GxBFqE,AhBJD9d,AGPDnW,CtCkDK,A5KZT,A5EGalf,CSjBR6L,AfkBK,A0HxCwL,A/FAA,AiC0ClM,A4NxCO,CjRiBA1W,APqBI0B,A4HDA,AKVA,ANaA,A9FHA,AOVA,ARaA,AiSvCY,C5L0BX4rC,ANaA1e,AmIMA,ArODA,AWlBA0e,ARaA1e,AsDNAuoB,AsMlCH,AoBOA,ACNA,CpR4CI/Y,AmCLA,AqOrCb,CgBIY,AzBRC,AoBQF,ACNA,AnC6CE,AIAA,C9ILE,AMAA,AnGAA,AMAA,C1BrBJ,AuHqBK6F,A7FAAA,AyCPhB,A+M/Ba,AGPD,A5BoDG,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ACEA,CrQ/BF,AuP6BI,ArODjB,AmCLA,AqPjCe,C1SUD/T,AyHwBI,AvGIAtqB,AUJA,AoKVlB,CjMMuB,CqHGnB,A/FAA,AtBHoBooB,AuTpCV0rC,AvD6CK,C1ITEn3D,ADGA+gC,A9FHA/gC,ADGA+gC,A2KTAqW,A6FnCJ,CpK6Cf,AMAa,A7GIf,AUJE,AMAa,AwQlCKqE,C3KkClB,A7GIqB,AgBJrB,AnCJqB,ENCnB,AsIGqB,AwHKb,ArNLa,AnCJI,AuTpCN,A7EsCuG,ChPDpG18C,A8PQxB,AxPTqB,CsHAZ,AnGQX,AIRW,AvBAL,A8RzCN,CrRwBuB+M,A6GiBKg3B,AKVA,ApGUAA,AOVA,A6QpB5B,C1SUO,APqBH,AiIXyBja,A7FAAA,A6QrBf,AbVW,CaYzB,ArCJa,C5QkCkB7pB,AuMP/B,A2DU6B,CvIDzB,AWC4B0iC,A1GD5B,AaC4BA,A+NrCnB,AGFA,C/ImCF,AKViB,ApGUjB,AOViB,AoQzBN,AlCAT,C/PeiB,APqB1B,A2HE8B9hB,A/FAAA,AgRjCjB,ACNA,CtSgBV,AQGN,A6GiBkC,AKVA,ApGUA,AOVA,AwQpBhB,ACNA,ACLK,AjCMX,ATEA,CpQkCuB,A4SnCvB,ACHA,C9RoBmB,C6GiBrB,AUI2B,AzGJ3B,AYI2B,ClCxBHniB,AoHuB/B,AWCmCosC,A1GDnC,AaCmCA,CmFJC7pC,AKVZ,ApGUYA,AOVZ,AiOzBf,CpIyBF,A7FAA,A2OzBE,ARAA,CtIyBT,A7FAA,EkGc4B,A7FAA,ClCxBS,AkQf5B,ClQe6B2tB,AqHoB/B,AUIc,AzGJd,AYIc,CmFJsBkV,A/FAAA,MmPjClC,EpJiC0C,A/FAA,C+FAC10B,A/FAAA,CtBpBrB,EuQdtB,ElJkCkC,A/FAA,CtBpBW,AqHoBI,A/FAA,C+FAf,A/FAA,EtBpB/C,AqHoBiEge,A/FAAA,G+FAG,A/FAA,G+FAG,A/FAA,C+FAxB,A/FAA,E+FA2B/d,A/FAAA,I+FA3B,A/FAA,C+FAgC,A/FAA,I+FAhC,A/FAA,C+FApC,A/FAA,E+FA2E,A/FAA,G6OlCzE,I9IkCF,A/FAA,I+FAsFy0B,A/FAAA,Q+FAQ,A/FAA,C+FAC1W,A/FAAA,G+FAG,A/FAA,G+FAG,A/FAA,C+FAP,A/FAA,C+FArG,A/FAA;Ab1CN,AXkCI,AEXF,ACYD,AKLA,AEJG,AfkBIltB,AyKGR,AEDA,ACCA,AFAA,AMAA,ACDA,AEAA,AjKCA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,AHCA,AWAA,ArBDA,AfCA,AkHDA,AFAA,ACAA,AvBAA,A3CHK,AGGH,AIFF,ACGA,ANHA,AGXK,AP9B4M,AC2C5M,AKCD,AMAA,AjHFJ,AmDCA,AxFCA,AxDDA,AFAA,AlPCA,AyODA,AGAA,AJAA,A1HCA,A/HDA,A8ICA,AoHAA,AzNAA,AxDDA,AgQDA,AhNEA,AzBAA,AoIAA,AyLAA,ArFFA,A6BCA,AnLCA,AsCAA,ARAA,AsEDA,AaCA,A2CFA,A2DEA,A5HDA,AlCAA,AOAA,AECA,AxIDA,AFAA,A4OAA,AyECA,ACDA,A8DAA,AuIAA,ApHAA,A4HCA,AsDKG,ArKLH,AFAA,ACAA,AEAA,ALAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHIC,AkBRD4yC,AdAK,AIGH,AKFF,ACGA,APHA,AIXK,AT9B4M,AC2C5M,AOCD,AMAA,AyGAJ,AQAA,ANAA,ACAA,AEAA,ANAA,AcAA,A5IAA,AyBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A3JNE,A5EGG,A+LGL,ADAA,A7KFA,AgLPE3mB,A1IUF,AEHA,ACGA,ANDA,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FnBoB,AvDvBnB,AsGSC,AEDA,A7BFA,AELCqD,AGH+C,AC8BhD,AC1BA,ACiCC,AG/BAohC,AEIA,ACXA,AEUA,AEJD,AIKCwD,ACNAxuC,ACLD,A1B6BF,ApCagI,A0BQ/H,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PciiB5iB,EsL/BhiBmpB,AwFtCuBujC,C7BFR,C/H+Cb9pB,A7FAAA,CsFHA,A/FAA,AZ2BgB,C8GtBd7kC,A9FAAA,AuPxCHyuB,ASGAohC,AWIAwD,ACNAxuC,C3NiCI2vB,AjE4BN,CjBxBOr1C,AgIGA,AMAA,A3FJA,ARIA,AMAA,CuFACK,ArFJAsC,ARIAtC,AoKVA,AiF/BH,AGHH,C5J2CO,A9FAA,AiDNR,AqHHQ+3C,AqFJJ9pC,AiB1BC,A7DqCO6E,CpHDH,A/FAA,AsR9BJqpC,A3BPC,CI2BA,AEODsE,AMtCAiM,ASKE,C7SqCI,A+HEA7iB,A9FAAA,AiDNAmL,AsMpCE,AgBINxoC,AKHM,ACHNA,CbOE,AWIA,C5S+BI7M,A4HDAktB,AUIAuV,AzGJAvV,AYIAuV,AuMHiH,C9JJ9H,A+M/BW,AWIA,AtCuCE,CvP1BJvtB,AoHkBM,AHGb,A1FHa,AHGb,AgRlCF,AvBoBW,AEOV,ClKGe,AjFAlB,AdAkB,AsR9BJtL,AzCuCG,AIAA,C9ILES,ArFJA2oB,ARIA3oB,A2PPL,C9RGwB,AmIClBT,A7FAAA,A8P1CL,AIMC,AMNA,CxK6CK,A7FAA,A+PvCJe,AMNAA,CxK6CKw2B,A7FAAA,A+NOD,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ACEA,C7P5BjB,A6GiBmB,AGGA,AlGHA,AIGA,C2FHZ,AGGa2D,AlGHb,AIGaA,AsKTtB,A4GxBA,CxQ8BF,AwQ9BsB,AfXF,CxKyCM,AOCA,AtGDA,ASCA,C6FAC9Q,AHGA,A1FHAA,AHGA,AoKVAokB,AqFJrB,C5JcsBh0C,ArFJA,ARIAA,AqQvCnB,AMNA,CxK6CD,A7FAA,A2P7CL,CIMD,AMNA,ClB+ByBkK,AQ/BD,CrK4CM,ACCb,A/FDa,AECb,AuPtCL,C3JqCmB3L,ACCA8/B,A/FDA9/B,AECA8/B,AyPdJ,CtJcK,A7FAA,EmQlCf,CzK+BC,A7FAA,AsQ/BC,CjQ8BiB7Y,AgR1CD,A/BgCH,AgBzBnB,C5KuCI,A7FAA,A2OvCJ,E3IoC0B,A7FAA,AiKPvC,A+D9Ba,AMEA,C7IqCQ,ApFHK,AVGL,A0OvCR,C5IuCb,A9FAA,CqGCE,A3FJwCqb,AFIxC,E6FA0C,A7FAA,AiOvC/B,EkByBb,AxBxBa,EwBwB+B,AvB1B/B,E1NoCa,A6NlCb,CrImCsC,AGGAxC,AhGHA,AGGAA,C0FHE,AxFDD,ALCC,C6FAvD,A7FAA,C6Q/BE,CtCNa,CsCMwC,A5CNxC,CjIwC4C,A7FAA,AuOtC5C,C1IsC6CtB,A7FAAA,A0QlC1D,GpCNa,ENAA,EnIwCsC,A7FAA,E6FAP,A7FAA,iBuMHxB,OAA0G;AhO5ChI,AdyBE,AGWC,AEXF,AQEG,AfkBIhhC,AyKGR,AEDA,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,AHCA,AWAA,ArBDA,AfCA,AkHDA,AFAA,ACAA,AvBAA,A3CHM,AQIN,AHdG,ANaA,AKCA,AMACkK,AjHFJ,AmDCA,AxFCA,AxDDA,AFAA,AlPCA,AyODA,AGAA,AJAA,A1HCA,A/HDA,A8ICA,AoHAA,AzNAA,AxDDA,AgQDA,AhNEA,AzBAA,AoIAA,AyLAA,ArFFA,A6BCA,AnLCA,AsCAA,ARAA,AsEDA,AaCA,A2CFA,A2DEA,A5HDA,AlCAA,AOAA,AECA,AxIDA,AFAA,A4OAA,AyECA,ACDA,A8DAA,AuIAA,ApHAA,A4HCA,A/GAA,AFAA,ACAA,AEAA,ALAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,A9FJEsoC,AdAI,AUIN,AHdG,ARaA,AOCA,AMACtoC,AyGAJ,AQAA,ANAA,ACAA,AEAA,ANAA,AcAA,A5IAA,AyBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JRA,ADEE,AmHMF,ADAA,A7KFA,AgLPC,A1IUD,AEHA,ACGA,AJFE,AFCF,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAC,AtD3CD,AuGUE,AGR8B,AKNK,AEKZ,ArCCtBgzC,AGGA,ACuB2C,ACzB5C,ACiCE,AGjCW,AEMZ,ACXC,AEUD,AEJD,AIKChzC,ACNAwe,ACLD,A1B4BF,ApCagI,A0ClC9H,AhB2CD,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PaA,CsLjCD,C5JSE8pB,AqP7CuB6c,CrKgCvB,AKaA,ApGbA,AOaA,CmGIEnlD,A7FAAA,AuQhDSsqD,AODA4C,ACCAC,AOCAiB,AODAtU,CrCQX,CTDC9G,AoBOAhzC,ACNAwe,C3NiCI4sB,AqHHA,A3IQAtQ,C1DrBD,AFoBEhlC,AsTtCkBP,ArSiErBk1B,CF/CF,AoEcMyiB,AlEiCJziB,CqSjE2B,AxBkC5B,AejCG,A7DoCwBrZ,C0ClCxByL,CpJsCK,A7FAA,AmPdD3Z,AOpBJ,AGDA,AOLE,A5RgEaknB,C2G5BT,AUIA1vB,AzGJA,AYIAA,AmBFX,AuP/BO8H,ANVM,A5RmEO4nB,C2R1DX,A3R0D+B,Cf/C7B1O,AaEH,AyQpBE,AMkCJ,AMtCCy2B,AnRqEa/nB,CqHxBN,A7FAA,AyCPd,AtBKc,AgOb8B,AEQrCjtB,Ac3BI,A3RsDZ,CuQ7Da,AxCqCkH,ChPC9G,AkQGD,AwBtCf,CxM+BiBiuC,AoOlCHrZ,A1B2BW6gB,AOpBbwK,AGDAA,AZHCL,C1RmCK,AsIGA,A7FAA,A0QjCJ,CAACz8C,AfZb,CjNoCJ,AiNpCgBo7C,A1BkDK,AIAA,C5Q5Bf,A0HmBiBhlD,A/FAAA,AsDLCm1C,A2MEpB,C9REkC,AsIKd9P,A7FAAA,A+NOD,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,CuBzCH,AGDA,AZHlB,C/OkCwB,AmPHNxc,AK3BCpiB,AGDAA,CpSYI,AyCmBEoiB,A2QrCK,AYJhB,ChPsCd,AtBK0B,AuP/BnB,AvBkBqC,AFvBtB,C9JkCX,A/FAA,A+PVFrc,ChKUmBs2B,A/FAAA,AsR7B5B,ArB0BE,CnPGsB,AwCL1B,A2ME0B,EnPGO,AwCLCsS,AyMNY,AOnBvC,ACXH,AEUG,AZHsBzzC,CiBHb,CzSkBd,A0HmBW,A/FAA,C4PlCK,AmBIC,C1SWgB,A0HmBE,A/FAA,AsDLrC,AyNzBqB,Cd2BjB,AK3B6B,AGDA,AMLlB,CjQoCW,AwCLcuxC,CyCK3B,AjFAX,AdAW,AiQHsB6M,ElKGO//C,A/FAAA,EyGItB,A7FAA,AiPtCI,CpJsCqB,A7FAA,AqPPzC,AJ/BqCsQ,CSItC,AGDA,CxBLY,ClJoCF,A/FAA,AsQ9B8B,AGDA,AZHnB,C9JkCyBuyB,A/FAAA,AsDLjD,AuM7B6Ct0B,EpJsCzB,A7FAA,A0CTgC5O,CmDSxC,A7FAA,C6FAR,A7FAA,GiPtCoB,C9JkCiC,A/FAA,AsDLzD,AuM7BsD,C9JkCI,A/FAA,C+FAD,A/FAA,AsDLGw2C,CyCK/C,A/FAA,E+FAiD,A/FAA,A6OpC/C,CvL+Bf,EAAkE,CuM7B1C,E9JkCX,A/FAA,A6PlCoD,E9JkCKn2C,A/FAAA,A6PlC9C,CAAtB,EdDa,GhJmCF,A/FAA,C+FAgE6iC,A/FAAA,CuOnC9D,OxImCsE,A/FAA,C+FAC,A/FAA,C+FAD,A/FAA,C+FAxE,A/FAA,AmNA4B,AwBnC1B,ADFA,AIAA,ALAA,C1IqCT,A/FAA,kBgPrCS,AGEA,AXFA,QUAA,sBNAA,wBzBqCiH;AhO5ChI,Ad0BG,AGWD,AUTE,AfkBIxjC,AyKGR,AEDA,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,AHCA,AWAA,ApCAA,AkHDA,AFAA,ACAA,AvBAA,A3CHK,AGGH,AIFF,ACGA,ANHA,AGXC,AP9BD,AY4CG,AjHFH,AmDCA,AxFCA,AxDDA,AFAA,AlPCA,AyODA,AGAA,AJAA,A1HCA,A/HDA,A8ICA,AoHAA,AzNAA,AxDDA,AgQDA,AhNEA,AzBAA,AoIAA,AyLAA,ArFFA,A6BCA,AnLCA,AsCAA,ARAA,AsEDA,AaCA,A2CFA,AjECA,AlCAA,AOAA,AECA,A1IDA,A4OAA,AyECA,ACDA,A8DAA,AuIAA,ApHAA,A4HCA,AsDKE,ArKLF,AFAA,ACAA,AEAA,ALAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHGA4rB,AkBPE,AdAG,AIGH,AKFF,ACGA,APHA,AIXC,AT9BD,Ac4CG,AyGAH,AQAA,ANAA,ACAA,AEAA,ANAA,AcAA,A5IAA,AyBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JRE,ADEA,A5EEE,A+LIJ,ADAA,A7KFA,AgLPEC,A1IUF,AEHA,ACGA,AJFImZ,AFCJ,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,A+ClCA,AECA,AQfmC,AOGnC,A1CAa,ACOb,AGsB4C,ACxB5C,ACiCE,ACoHJkrB,AE7JgB,AEcZ7I,ACXA,AEUAA,AKNF,ACOC7zC,ACNA+U,A7DmC6H,A0CjC9H,AhB2CD,AFGA,AOFA,ANAA,AFAA,AMAA,ACDA,AEGA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PWA,EsL7BCsD,CjEEA,A7FAA,CmBMEmZ,CgEJO,A/FAA,A2PvCT,C/PgDI,AkBPA,ArCDE,AsS7BLxxB,ACNA+U,C9KuCI,AtGIAsD,AQJA,AiDNAspB,ClFICn1C,AwQWD,AOFA,ANAA,AFAA,AMAA,AGEC,AXFD,ADEA,AOFA,ALAA,AMEA,A3PiBF20B,CkH5BI4Q,ATzCA/iC,AoIiDA8vB,AxNRAiT,AXzCA/iC,AwDmCAk0C,AoHDA,A6FrCN,AnRwEE/hB,CsLnCKojB,AoHtCaqO,AOGjB,AnC0JI,AI/INiB,AGDAA,AKNG,A3DoC6GxkD,C9OlB5G+iB,A0HmBG,AGGAsa,ApFHA4S,AdAA,AIGA5S,AiDNT,A+N3BKkc,AlB+IInrC,AcrJH,C9KuCI,A9FAA,A2PdKksC,ApBzBF,ACFA,AFAA,AMAA,ARAA,AMAA,ALAA,AMEA,A3PiEM9oB,C2R3DX,ACNA,AnBED5nB,AzQ+DY4nB,CQtBrB,AyDVc8gB,AyOzCuB,A5B6JrC,AfrJe,A/PiE0B,C8G1B1B,A9FAA,AkDRA,AiNpCL,AOIEwe,ACOA,A5D6BoH,AoBnCjH,AnPiEMt/B,C8G1BnB,A+HMA,A7NNA,AkDRc2iB,AgNzBN,AGDA,ArRsDT,CFxCUvqC,AUwBM8vB,AwRrCf,ArBkB4C,AG6H7B,AI/INn1B,AGDAA,AOTI,A9BEA,ChJyCG84B,A9FAAA,AiDNhB,AtBKgB,AqPhCJ5S,ClLiCK,A9FAA,A2BDA/M,C5DDC,AuMPlB,A0GxBA,ArBmByBs8B,AFvBX,CxReb,AyCmBD,AsQ9BgB,AvBJDtyC,C1RmCK,A+HEA9J,A9FAAA,CUHC,A4JNA62C,CrMbFj5C,AaEH,A2GvBlB,A/FAA,AiC0CkB,AuOhCd,AGDA,A5BwCmB,AIAA,C/P1BJkM,A2GvBM9H,A/FAAA,AwDmChB,CnFG6B,A+HKZ,A9FAA,AkDPtB,AvBMsB67B,C9CnBV3+B,AiHoBWW,A9FAAA,AkQjCN,AGDA,AKNd,CxKsCP,A7FAA,A2Q/BE,Aabe,ApCSR,CvJmCoBskC,A1GM7B,AkBP6B,ALCAA,AsPbiB,CqBlBnB,A1BHf,AKsBKuY,AG4HjB,AYtJ2B,AjBGzB,CjQ2CF,A0DdS,AvBOS,C1DrBW,AYERp6B,ACAV,A6CmBP,AsME0B,ChQvBAxE,AaEFzJ,AgHoB1B,AL3CF,A/EwCiCyG,AVG/B,AN3CF,AwDoCWu6B,AoHFT,CpEOF,A7FAA,AiQlCgB3tB,CxKoCmB+X,AL3CAx9B,AzF2CAw9B,AN3CAx9B,AiQ4BW,AOlB1C,AGDA,AKN4B6kB,C5KwCI,AIFA,AlGEA,AKFA,CoQ5CV,C5R0BC,AiHoBzB,ApFH2B,AVG3B,AgS9CmC,AEDJ,ACCA,ASAA,C9T0BtB,A4BiB4B,C5BjBnC,AgHoBoC,A9FAA,CkDR/B,A+KQQ,E/KPI,CoN7BKmlC,AIJpB,EjLHN,A/FAA,CgRG6C,CjLHG,A/FAA,CzBqB3B,CAA2B/mC,EySlBEiqC,EJIdjD,IrScf,CAAlB,E+SXD,CtQ8B2B,CAAN,AsQ9BqC,CVHd,AIJ5C,EAA8D,OMOMlmC,KAAV,EAAiB,MjE6B+C,EAAI,A0BpCjH,OIAA;A5QmBZ,AGYF,ASVC,ACAE,AfkBIxmB,AyKGR,AEDA,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,AHCA,AWAA,ApCAA,AkHDA,AFAA,ACAA,AvBAA,A3CHM,AGGF,AIFF,ACGF,AV7CkD,AC4ChD,AKCA,AMAD,AjHFD,AmDCA,AxFCA,AxDDA,AFAA,AlPCA,AyODA,AGAA,AJAA,A1HCA,A/HDA,A8ICA,AoHAA,AzNAA,AxDDA,AgQDA,AzOEA,AoIAA,AyLAA,ArFFA,A6BCA,AnLCA,AsCAA,ARAA,AsEDA,AaCA,A2CFA,AjECA,AlCAA,AOAA,AECA,A1IDA,A4OAA,AyECA,ACDA,A8DAA,AuIAA,ApHAA,A4HCA,AsDKC,ArKLD,AFAA,ACAA,AEAA,ALAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,A9FJE,AdAI,AIGF,AKFF,ACGF,AZ7CkD,AC4ChD,AOCA,AMAD,AyGAD,AQAA,ANAA,ACAA,AEAA,ANAA,AcAA,A5IAA,AyBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JRuBkN,ADErB,A5EEM,A+LIR,ADAA,A7KFA,AgLPE0e,A1IUF,AEHA,ACGA,AJFG,AFCH,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,A+ClCCuwB,AKT6B,AKNK,AEMnC,ACJA,AGDmC,ACGlC,ACJ8B,ACCA,ASAA,AtDW/B,ACHA,ACEA,AEDA,ACwBC,ACzBD,ACiCC,AEpBH+T,ACZE,AEKE,ACXA,AEUA,ACFF,AGVA,ACMC,ACDY,ACEZtnC,AzBuBH,AMrBE,AhB4CD,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PUA,EsL5BCgD,C3IMA,CuBLqB1e,AiOxCV6nD,CROX,ClLHoD,AM6ChDhqC,ArFJA,AhBzCgD,AQ6ChDA,A0QxCHnC,ClQoCI8W,AuCHA/yB,A4MJL,C9RQM3M,A+HEAoqB,AL5CgD5nB,AzF4ChD4nB,AN5CgD5nB,AwDoC7B,A8NzBxB25C,AvCwCI,AIAA,A7P2BFxnB,CkHpCI+K,AREA,ArFFAA,AVEA,A2KTA,AtL2CJ/K,CHtDC5W,AqEYuB,AoHDnBg6B,AoHvCmBz+B,AnCStB+kB,AQaG,AabH,C3SiBCh+B,AgFgBN,A4OxCK87C,AvCUAj+B,ASUIlN,CkClBJ,ArBKE,AnCFM,AIAA,A7P2EF,C2GrCA,ADGX,AKCW,ArFJA,AdAA,ADGX,AOCW,AwPvCJxE,ACwBDgH,AchCChH,ACMDgC,C5KwCM,ApFHAg3B,AVGA,AiDNA+O,A+N3BL,AUf4B,A3BsBrC,AIlBQ,CjK0CO,A7FAA,A2Q/BLzvB,AzBNR,AOwJamrC,CjRrIH,AdkBI,AmIAAjsD,AT1CgD,AM6ChD,A1FHAA,AX1CgD,AQ6ChD,CjCvBb,A6HsBcxD,A9FAAA,A6R9Cf,AvCUA,ASUe,ChSwBC,A8T5CJogD,AtCOC,C1QmBA,A8GiBIlgD,A/FAAA,AqDHA,AkNtCNy7C,ClSsBI,AiIoBR,A7FAA,A4CJWnH,A+N3BjB,AiBXWgkB,AvCME,ACwBb,AchCa,C5R0Bd,AiHoBmB,AIFAr0B,AlGEA,AKFAA,A2Q/BL7f,AtBLCxa,ACwBA,AchCAA,C3K8CK21B,ApFHf,AVGeA,A0QxCnB,C5KwCkB,ApFHE1W,AVGF,AiDNF,AyNlCDvL,C5KwCd,A9FAA,AiDNF,AqHHA,AiEkBqB,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PyBV,CfxDS2H,A0HmBT,AIIYoF,AnGJZ,AMIYA,A2R/CvB,A1BEM,CxKyCkByY,AOCjB,AtGDiBA,ASCjB,A2Q/BN,AaboB,AIEhB,AtC8BJ,AQ9BiBj6B,AOIjB,CxKsCD,AxFDK,ALCL,AiKPyB8tC,A0GxBJ,ANPA,CjLJqD50C,A/EyC1E,AhBzC0EA,AgQMnE,ACwBeunB,AchCf,E/P2CqBT,AgPnC5B,AKYF,AUpBE,C9K2CW,A/FAA,CmGIG,A7FAA,AiQ7CR,CxKyCyB,AIIA7kB,AnGJA,AMIAA,A2R/C/B,A1BE0B,CzPyCM,AiPX/B,C1RRc,AgQuBgB,AyCzC9B,CzSkB8BrE,A0HmBpB,AIIG,AnGJH,AMIG,AkQtCE,C1PkCmBq/B,A4JNnC,C3EMoCh/B,AIIA,AnGJAA,AMIA,CuF7CgB,A/FAA,A2OEvC,C5IFmC,A/FAA,EzBsB/C,AwHtBuF,A/FAA,AyQAlF,CzPyCmC,AuNE1B,CtIFJ,AjFA+BsD,AdA/B,A+OrCE,ChJqC8Bu/B,A/FAAA,GcAR,AyPzCM,CzPyCMha,GyPzC7C,CxKyCiD,AjFAhB,AdAgB,C+FAC,A/FAA,AuQzCL,CxKyCI,AjFAEqb,AdAF,C+FAxC,A/FAA,C+FAP,A/FAA,E2OrCS,ADFA,AIAA,CNAA,E4CSZ,CtQ8BkC,CAAP,CAHwB,CAKpD,AoOzCa,CmDFDo0B,ClDIC,CHFA,IqDFR,AtC+BgB/qD,CxB3BR,CwB0BZ,GnB5BY,EyDFU,I3BQFia,I2BRpB,EAAgC,E3BQjC,EAA+BukC,QAA/B,EAAyCC,QAAzC,2BXwBwBxP,KAFvB,iBAEkC,KAAKf,MAAL,CAAY4D,gBAAZ,CAA8B7yC,IAA9B,CAFlC,oCAGOuiD,MAHP;A5QlCH,Ad2BG,ASDF,AFJA,AKOC,ACAC,AfamC,AyKQtC,AEDA,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,AHCA,AWAA,ApCAA,AkHDA,AFAA,ACAA,AvBAA,A3CHK,AGGD,AIFH,ACGD,AHdA,APhC4F,AC6C3F,AKCGzlD,A3GFJ,AmDCA,AxFCA,AxDDA,AFAA,AlPCA,AyODA,AGAA,AJAA,A1HCA,A/HDA,A8ICA,AoHAA,AzNAA,AxDDA,AgQDA,AzOEA,AoIAA,AyLAA,ArFFA,A6BCA,AnLCA,A8BAA,AsEDA,AaCA,A2CFA,AjECA,AlCAA,AOAA,AECA,A1IDA,A4OAA,AyECA,ACDA,A8DAA,AuIAA,ApHAA,A4HCA,AsDMA,ArKNA,AFAA,ACAA,AEAA,ALAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHIAsyB,AIRK,AIGD,AKFH,ACGD,AHdA,AThC4F,AC6C3F,AOCGtyB,A+GAJ,AQAA,ANAA,ACAA,AEAA,ANAA,AcAA,A5IAA,AyBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JTqB,ADGpB,A5EEO,A+LIR,ADAA,AGTC,A1IUD,AEHA,ACGA,AJFC,AFCD,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,AEAA,ADAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,A+ClCCwc,AYTD,ACJA,AGFmC,ACIjC,ACL6B,ACCA,ASAA,AtDY/B,ACHC2nC,ACED,AEDA,AC6BC,AC9BD,ACkCA,AMvCG,ACOH,AKTA,ACMC,ACTa,ACID,A7DwCb,A0BYD,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PyBE,GkE5CM,C6CWLnkD,A7FAAA,CgDVqC,A0NpCvC,CrBMCmkD,CzQSD,AfuBI,A4RVJ,AezBA,C5RsBE,AgHoBI,A9FAA,AgRjCL3nC,ClLiCMwe,AEbA2G,AhGaA3G,AGbA2G,CtBPHhtB,A4GzB4F,A/FAA,AwDmCzF,A0OhCFihC,AINgB/D,AEDAJ,ACCAA,ASAAA,AhDSf9gB,A7CkCF,C9OjBE/U,AIkBOiG,AwT1CRswB,C9L+CK,AvGIA,AUJA,AgDVoC,AqM9BvC,CxJwCIp4C,AvGIAu4B,AUJAv4B,AgDVoC,A8NxBzC,A1BHCyI,AEDAA,AG4BA,AEIAA,AOhCAA,AMHA,CjLL6F9J,A/FAAA,AsRY7F8+C,AgBf4B,ACI7BwX,A1CKG,AKAC,C9QmBD36D,AgHoBI,A9FAA,A+PxBA6xD,AxBiCD,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PyBFv7B,CFtDR,AgHoBYryB,A9FAAA,AkSjDiB,ACCA,ASAA,A5TkF9B,C+GjCC,A7FAA,A2R/CF,AjCOa,AOLL65C,AnR8EQvnB,CHtDJ,ACAA,AiHqBIwN,A7FAAA,A2R/CJwe,A9EyCDhI,A/NuCV,CgH/CH,A7FAA,AyR7BE,AvDDa,CpQqBZ,A+HSiB/0C,A7FAAA,A8R/BN,A3CQE,AEDA,AKgCA,AOhCA,A1BND,A1P6EciV,CHtDZgK,AoTxBFziB,A3CQEiK,AEDAG,AIFf,ACkCeH,AOhCAG,ArBJF,AJAA,A3P2EZ,C4S5EgBotD,C3ToBCnyC,AwHvB8E,A/FAA,AyQC7F,AnR8EwB5M,CgH/C7B,APhCgH,AM8C5G,A5FdJ,AThCgH,AQ8C5G,AiQ7Ca63C,A1BmDM,ADlDR,AKkDQ,ChQ3BF,AiHoBZ,AtGKT,AQLS,AkDTuC,A2OrC9C,AtBOYjrC,C1RmBQvmB,AiHoBIirB,AEbA,ADcA1lB,A/FDA0lB,AGbA,ADcA1lB,AgDXjB,A2OpCc,AtDKR,AJAA,CzPkB8D,ALmB9C,AuTtC7B,AKFM,AzCOC,AYAA,AxBNM,CpPgDa43B,A0DbxBtxB,A7EI4BmhB,AiRhCvB,AEDgB,AKgChB,AOhCgB,CrKsCrB,A7FAA,AkO5CW,C5PgBsC,AyTjB7B,A3CQtB,AO+BA,AftCa,ARAA,CrQqBZ,AIkB4B,A4TxC3B,CnM4CK,A9FAA,AkDVA,A+KWqB,A4D/C5B,ChT0Be,AiHoBb,A9FAA,AkDRK,A7EI4B,A4TxCV,AlFuCrB,ClOfyBzsB,ARgBA,AgRjCfwoB,CvJqCmB8c,A9FAAA,A3BJ3B,A8RxCH,AIKmB,AMNA,EhSyBP,CAAf,AmSbC,ExRsCH,AyOPiB,CnIEwB,A9FAA,C8FAC1iC,A9FAAA,CkDRvB5C,CmM7BO+sD,EnM6BjB,EAAe,G4CQW,A9FAA,C8FAiBriC,A9FAAA,EqPrChBsiC,IvJqCD,A9FAA,CyF7C+D,A/FAA,C+FAN,A/FAA,EoG6C9BjoB,A9FAAA,EqPrChB,MvJqCwB,A9FAA,C8FACniC,A9FAAA,AwPrC9D,CAAP,EzCgCWs2C,G0BrCE,AIAA,G/I0C+C,A9FAA,C8FAmBxuB,A9FAAA,M8FAnB,A9FAA,C8FA3B,A9FAA,AoQrC1B,CAAP,ArDgCI,OAA2B,QAA/B,EAAyC;A9OhBxC,ASF0E,AFJxB,AGuBpD,AGfE,AfkBE,AyKGL,AEDA,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,AHCA,AWAA,ApCAA,AkHDA,AFAA,ACAA,AvBAA,A3CHG,AGGA,AKCH,ANHA,AGXE,APjCqJ,AM+CpJ,AMAH,AjHFA,AmDCA,AxFCA,AxDDA,AFAA,AlPCA,AyODA,AGAA,AJAA,A1HCA,A/HDA,A8ICA,AoHAA,AzNAA,AxDDA,AgQDA,AzOEA,AoIAA,AyLAA,ArFFA,A6BCA,AnLCA,A8BAA,AsEDA,AaCA,A2CFA,AjECA,AlCAA,AOAA,AECA,A1IDA,A4OAA,AyECA,ACDA,A8DAA,AuIAA,ApHAA,A4HCA,A/GAA,AFAA,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHKAkS,AkBRE,AdDC,AIGA,AMCH,APHA,AIXE,ATjCqJ,AQ+CpJ,AMAH,AyGAA,AQAA,ANAA,ACAA,AEAA,ANAA,AcAA,A5IAA,AyBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JRI,A7EIC,A+LIL,ADAA,AvICA,AEHA,ACGA,AJFA,AFCA,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,ACAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,A+ClCC9V,AKVD,AKNA,AGGA,AGHmC,ACKhC,A5COH,ACCA,ACLa,ACIb,AG4BC,AC9BD,ACkCA,AK5BC,ACXE,ACOH,ACGC,ACHD,ACHsB,AGArB,ACMD,ACJA,ACPA,A1B6BF,ApCWG,A0BYF,AFGA,AOFA,ANAA,AFAA,AMAA,ACDA,AEGA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PwBIjkB,G2GlDH,AIeA,AnGfA,AMeA,A7BNE,CwHKAyiC,A9FAAA,A1BFE,AoUhDO02B,CxU0BX,AFiBE,AwRhCF,C7OuCI3oB,EsQ/BHvsB,AhSmEEjkB,C2GrCI,AUIAwB,AzGJA,AYIAA,AxBiCJxB,C6GpCL,A9FAA,AiS/C6B+W,A3CYvB4O,AiBAAA,AMDCmW,A5RwEcnK,CfxDZ,AFoBE,A2CAA,AwCNAuiB,A7EICp4C,AuRnCLuvD,CpQ6CK,AnBVN,A6R7BGzmD,AGDAA,AtD6BA8G,C1GMT,A7GKa3L,AgBLb,AwQlCQ,AUhBC6jD,AGGA35C,AlCqCDgH,Ae/BAhF,AGLChC,CxK8CKjN,A3FHA,AFGAA,AnCLA,A2S7BLkiD,AgBhB4B,AjF4C1B,A/NuCNl/C,CfxDQmjB,AaEHlZ,A8RlBR,AnC6CY,AIAA,CxINd,A7FAA,AxBiC2BmoB,CkE1CV,AwOzCJ,AOKH,AlFuCIrB,A/NuCT/wB,CqHjCa,A7FAA,A0CTAy0C,AmM7BJ,AiBAA,AMDC,ArCgDE,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PwBZz0C,C0BpCckwC,AwP/BH,AGDA,CwBZA,AlCqCb,AC9BD,AiBNc,A7RkFXhe,C6SnFYnqB,AIEHnK,AtCmCG,AkBpCAmK,A7RkFZmqB,CFzDY,AU0BjB,AkSvDkB,AOKH,A/BWIr2B,AGDAA,AKNhB,A1R6EiBy2B,Cf3DC,AaEHpqB,AU0BK+xB,A6P3CJ,AOFCnP,AUED,AIHDnP,EhSgBHhR,AFJAA,AkC0Bb,AuR1CgB,ArCKhB,CqCLG,AtCmCF,AC9BqB,AvBLT,EnLoCJ,AgOzBM,AQhBR,AGGA,AIEY/M,AtCmCG6pB,AkBpCf,AlCGM,CjQkB8D,AFJxB,AMQ3C,AoEYmB,A8NzB1B,AiBXmB,A3BOhB,AIHH,A7BHY,C/PuBW3rB,AU0B1B,AqSpDE,A3BayB,AGDA,AKND,AGLxB,ApCEa,C9PsCiE,AGftE,AuQjBR,AaI0BY,AGDAA,AtD6BT45C,A2BvCJ,C5PwBZ,A4S7ByBv/B,AOKH0/C,CzSkDQx3D,A6P3CJ,AOF3B,AUE2BkrD,AtR0ExBj4B,C2Q9CF,A3Q8C6BK,Cf3DCjP,A2RjBA,A7CkCnB,C2E5CkB,ApDKjB,CL6CoB,AlBNhC,AgCrCY,CkDFgB,AvBI5B,AnCFY,AvP+EV4O,CiTjF2Bp0B,A7DAjB,ApPiFsB6zB,E0StFA,ApBYA,C9Q2CrC,AgPlDe,CvQsBN,A6QtBM,AFAA,A5PiFVO,CkRtEc,AGDA,AlCRJ,ClQoB4B,AgUtBtC,A/BWsC2yB,AGDAA,ArRuEAtuC,CiPxC1B,AqClCyB,AtR0ErC2b,CiTjFmCt0B,CAAC,AjTiFWy0B,C4Q5ElD,A5Q4EGH,CiTjFA,A3BOH,AtRuEGlyB,C4QzE4C,AMMA,AGDA,CqBf/C,AOK2C,A/BWK4E,AGDAA,ACHF,AtR4E3C+sB,KAAKhgB,EkRxES,AGDA,CHChB,AGDA,ErRyEEggB,C2QhD+CjmB,AC9BS,C5QyExD1L,C2Q3CF,C3QkDE2xB,KAAKa,WAALb,GAAmBA,KAAKc,SAPxBzyB,G2Q3CyEktD,MAA3E;A5QzCH,Ad6BG,ASH0E,AFJxB,AGuB2B,AFnB/E,AIIC,ACCC,AfkBGhwD,AyKGN,AEDA,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,AHCA,AWAA,ApCAA,AkHDA,AFAA,ACAA,AvBAA,A3CHI,AGGH,AIFD,ACGA,ANHA,AGXE,APlCuJ,AC+CzJ,AWCEF,AjHFF,AmDCA,AxFCA,AxDDA,AFAA,AlPCA,AyODA,AGAA,AJAA,A1HCA,AeAA,AoHAA,AzNAA,AxDDA,AgQDA,AzOEA,AoIAA,AyLAA,ArFFA,A6BCA,AnLCA,A8BAA,AsEDA,AaCA,A2CFA,AjECA,AlCAA,AOAA,AECA,A1IDA,A4OAA,AyECA,ACDA,A8DAA,AuIAA,ApHAA,A4HCA,A/GAA,AFAA,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHKA+8B,AkBRE,AdDE,AIGH,AKFD,ACGA,APHA,AIXE,ATlCuJ,AC+CzJ,AaCE/8B,AyGAF,AQAA,ANAA,ACAA,AEAA,ANAA,AcAA,A5IAA,AyBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JRM2N,ADEN6nC,A5EEQ,A+LIR,ADAA,AGVA,A1IWA,AEHA,ACGA,ANDA,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,ACAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,AtD7CF,AqGWGvuB,AEAD,AGVA,AKNA,AEOA,ACJA,AIEI,ACNJ,ACCA,ASAA,AvDYC,AEda,AI0Cb,AC9BA,AOLC,AGOD,AIHA,AEEAwtC,ACPD,ApCqDD,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3P4fE,EqHrgBDz0D,A7FAAA,E6FAE,A7FAA,AyCPA,CAAC+C,ClFIC7C,A2CAAgT,AwCNAvF,A0N9BH8mD,ElSaY9mD,AFJAA,AHyBH,A2S7BTsZ,AYTG,C7TwCG,AmIAA+e,AREA/D,ArFFA+D,AVEA/D,A2KVAsW,AKlCO,C9LuBVn5B,AdmBIjf,AmFNA,AmOnCHkgD,CpTqBCj6B,A0HmBG,A/FAA,ClBtBkE,AFJxB,AgBmCzC,AkBRA,AwCNA,AmM7BL+mC,AOFE39B,C7RqCA,AyBQIzsB,AwRvCL,AkBjBCm5C,ACCAA,ASAAA,AtCYDjoC,AMDE,C7SoCJ,AkFJN,A0HtCA,AqGWSutC,CtQ+BM,AuCJAj0B,A0HtCO,AiHET,AhBID,ArCgDE,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,CjOZZ,AkQrCa,C7SqCEntB,A4HDAe,A/FAAA,AgQpCH,C/QkBA,AoEed,AgPtCU,AxDoDO,AIAA,CvElBjB,A2DWiB,AoD5Cf,AaPa,ACCA,ASAA,C1PwCc,AoHDRggC,A+E3BN,AOFE,AUEd,CrSeA,AgFgBkB,A0HtCrB,AiHEkBkf,AtBKD,CvSmCX,AmIAN,A1GQA,AaRA,AgRzCmBrgD,A1CAJ,C9PsBI,A8GkBR,AOCYE,A1GQAg9B,AITZ,ASCYh9B,AiKRvB,AKlCoC,C1MsBfimB,AYCD,A8GkBI8d,A/FAAA,AyRxCtB,AaPkB,ACCA,ASAA,CjU2CLt2B,AEfb,AyLWwBuF,A2HlCTumD,A5COG,CrRiBLr0C,AkIkBf,A7FAA,CxBnBuB,AoPiBN,AkE7Cf,A5DMa,ADFA,AIAA,ALAA,CnI2Ca,ARE5B,ArFF4B,AVE5B,AqRjCG,ACdO,AnCEK,ANAA,AOEA,AXFA,CzPuCiE,AgHGrE,ADGkBgW,A9FHlB,ADGkBA,A0PrC1B,CuCLU,AgBPX,CjN8C6B,A/FAA,AqDHApR,AqHJ/B,AsHhC4BuuC,AGLf,AEGU,ACNrB,A7CawB,CpRevB,AQHkD,A2SkBvC,AarCU33D,A3BOrB,AnCNY,CzI2Cf,A/FAA,A2KVkCwM,A2HlCX,CjUwBD,A2HiBX,A/FAA,AqSzCM,A3BOahN,AbDduoB,C/JsCmBxjB,AlGMnC,AGNmCA,AsDNd,AgPtCMu0D,CtMyCSv4D,A/FAAA,CqDHC20C,AqHJrC,AsF7BoB,ClRcE,AFJA,AkH6BtB,AlGMsC,AGNtC,A8RnDqC,AECA,AMM3B,ASNuB,A9DKlB,CpPmDf,A8KhBwCtU,AgG3BrC,C5RY0E,AFJxB,AkH6Bb,A/FAA,A2QrCH,AzBPtB,C5LsCM,AqHJrB,AsHhCM,AhCGW,CjKoCN,A/FAA,C+FAgCjD,A/FAAA,AqDHA,AqHJC,A2HlCT,ArCKTwjB,CHCAmL,ChBNX,CmDE4B,GjMuCM,A/FAA,C+FAClpB,A/FAAA,AgQpCjC,CAAkB,GqCL7B,AxCM8BmpB,EmCJlC,AKF8C,EtMyCC,A/FAA,AgSvCM,CjMuC5C,A/FAA,C+FAP,A/FAA,I6PnC0C,CGD7B,EAAkCnjC,IAAlC,CAAwC,EUEV62B,KVF9B,CAAd,AUEkC,CAAkB,QAAlB,CAAlC;AvRdH,Ad8BG,ADED,AUN2E,AFJxB,AGuB2B,AFnB3B,AIKlDzhC,ACCD,AfkBG,AyKGL,AEDA,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,AHCA,AWAA,ApCAA,AkHDA,AFAA,ACAA,AvBAA,A3CHG,AOCD,ACGF,AHdEnV,ANaA63B,AKCA,AMAD,AjHFD,AmDCA,AxFCA,AxDDA,AFAA,AlPCA,AyODA,AGAA,AJAA,A1HCA,AeAA,AoHAA,AzNAA,AxDDA,AgQDA,AzOEA,AoIAA,AyLAA,ArFFA,A6BCA,AnLCA,A8BAA,AsEDA,AaCA,A2CFA,AjECA,AlCAA,AOAA,AECA,A1IDA,A4OAA,AyECA,ACDA,A8DAA,AuIAA,ApHAA,A4HCA,A/GAA,AFAA,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHKA/E,AITG,ASCD,ACGF,AHdE9yB,ARaA63B,AOCA,AMAD,AyGAD,AQAA,ANAA,ACAA,AEAA,ANAA,AcAA,A5IAA,AyBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JRMyU,ADEJvsB,A5EEU,A+LIZ,ADAA,AGVE,A1IWF,AEHA,ACGA,AJFA,AFCA,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,ACAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,AtD7CA,AqGYC4yB,ACfD,ACcA,AE0BA,ACpCA,AITmC,AECA,ACSlC,AGLD,ACHA,ACMK,ACNL,ACCA,AOF+B,AEE/B,AvDYE,AEHF,AGCD,AC8BC,AC9BCxhB,AMMA,ACXA,AEUA,ACHA,ACHD,AGAA,AEECvuB,AzB8BH,ApCGG,A0CjCD,AvBVF,AOwDC,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,E3IvBC5C,ANaA63B,AvFbA73B,ARaA63B,AsDNA9X,EuO/CW6tC,AYAAuC,AEAAqB,ACAAG,ACAAM,AGAAK,E5MsDPhxB,A7FAAA,AgDTAgL,ADEA,AqHJA,AsG5BH1pC,C3NgCI+yB,AqHJAO,C3LGQxyB,AEdZyR,A8LvBK,AqGYLw9B,ApBPAxhB,C1JqCM+E,AFXA,A3FWAA,AFXA,CnCPH,AgIOI3S,A7FAAA,A+CKA,AmOnCHgqC,A5BKD7uC,AlBgDG,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,C1QhCD7nB,AgFgBN,AgOzCK87C,AGwCAA,AbjCAA,C5RiCyE,AaapE,A0DdArG,ADEAT,A0HtCA,AiHEJuK,AhCGD,AMMA,AGDA,AtD6BEltB,CrHKI,AKCA,AvGKApwB,AGNA,AOCA,AoKXA,AyHrCJkK,ACHAqvC,ApCWDgU,ClKuCMl1B,A/FAAA,A2KVA6K,A2DWF,A+CjCH,A3CdM,AMEA,CzI0CA,A7FAA,AsK1CA,AqGYLj8B,A3BLDiF,AuBDG,AnC8CE,AIAA,ChQ7BH,AqHmBKg3B,AHGA,A1FHAA,AHGA,AgDXa,ADI3B,AsLtCa,AKFA,AGEA,AZAA,AOFA,CzQwBZ,ADEU7gB,AiT3BX,AGwCA,AY3CW,AzBUX,AKEY,A9BRC,ARAA,CtIiCb,ANaW,AvFbX,ARaW,AsDNK,AgOzCJ82B,AGwCAgI,AbjCAqD,AKAC,A7DmCA,A0CjCD,ArBRC,CpIiCIpb,A7FAAA,AqOjCJ,CvQwBEhmB,AYCFhmB,A6GqBKgF,A/FAAA,AoS/CJ,A7BcF0iD,AGDAA,C1FVO,AqGYlB,AYVA,AGLc98C,AhF0CC,CvNWlB,A8KhBO,A2DKU,AtDvCK,AqGYJ,AYVAwtD,AIRA,ApCWf,C5RmBG,AaDY,A6GqBL,AlGMUp7B,AGNV,AsDNU0Y,AqHJA1U,AsF7BJ3R,AHCA,CvRkBNtF,AWDMppB,AqHmBV,AREP,ArFFO,AVEP,AsR/CA,AIIA,AhCME,C5QWW6M,AyHwBUzN,AHGAqrC,A1FHArrC,AHGAqrC,A+QhDH,A5BUH1kB,C/E2BZ,AKlCQ,AuFWK,AGDA,C/FwBd,A+GjCkB,A3BIR,AQMKmD,AGDAA,A5BXN,CxQuBU,ADEF,AUNG4D,AFJAA,A0H4BjB,A7FAA,A0R7CA,ACHA,ApCWN,C3RiBuB9sB,ACEiB,AONU,AuSNlD,AIyBD,AWxCwB,AtCSxB,AZPa,ChQwBZ,CyLW4B,AKlCA,AqGYJ,AKXzB,AhCME,AWHS,AEON,AGDA,AZJoB,C1JuCX,A7FAA,A+CPd,A0HtCA,AiHEC,AIRyBiZ,A3CaD,CnJmCM7Z,AFX/B,A3FW+BA,AFX/B,AmKG+BihC,A2GrC/B,CVOA,CtSkBC,ASJ0E,AFJxB,AwHiBlB78B,ADcA,A5FdAA,ADcA,A+QhDH8c,AWKD,ArBEC,AEPR,CzS2BtB,AkIkBkC,A1GQpC,AaRoC,AiKRA,A0GtBjC,AgBlB6B,C9BiBF,AGDA,CrScG,AWaX,CqHNpB,AxGmBqCnf,AWnBrC,CxBM8E,AsSxC9E,CAAqC,AeHF,I9BiBlC,AGDA,EhBHC,AaIoC,AGDA,CnKgCQ6jC,A1GQhD,AaRgDA,AiKRA97B,AiG9B9C,E/QgDF,A+QhD+C,IjG8BO,CAACoqB,A0HxCrD,M9LgDA,A7FAA,IiKR6B,CAA7B,EAAkE;AvL1CpE,Ad+BG,ADEA,AEDwC,AQNkC,AFJxB,AGuB2B,AFnB3B,AIMlD5V,ACEF,A0JoBD,AEDA,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,AHCA,AWAA,ApCAA,AkHDA,AFAA,ACAA,AvBAA,A3CHC,AGGD,AIFC,ACGD,ANHA0mB,AGXC,APlCD,AC+CEhD,AKCE,A3GFJ,AmDCA,AxFCA,AxDDA,AFAA,AlPCA,AyODA,AGAA,AJAA,A1HCA,AeAA,AoHAA,AzNAA,AxDDA,AgQDA,AzOEA,AoIAA,AyLAA,ArFFA,A6BCA,AnLCA,A8BAA,AsEDA,AaCA,A2CFA,AjECA,AlCAA,AOAA,AECA,A1IDA,A4OAA,AyECA,ACDA,A8DAA,AuIAA,ApHAA,A4HCA,A/GAA,AFAA,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AFAA,AhHOA,AkBXE,AdAD,AIGD,AKFC,ACGD,APHAgD,AIXC,ATlCD,AC+CEhD,AOCE,A+GAJ,AQAA,ANAA,ACAA,AEAA,ANAA,AcAA,A5IAA,AyBDA,AwECA,AsBAA,AoGFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JRMmS,ADEJ,A5EEU,A+LIZ,ADAA,AGVI,A1IWJ,AEHA,ACGA,ANDA,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,ACAA,AGAA,ADAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,AtD7CA,AqGaC,ACjBsCyhB,ACevC,AE0BA,ACxC8B,AINK,AECA,ACSN,AGLHvT,ACF1B,ACMK,ASR0B,ArDe7B,AKHY,AECb,AIFU,AEQT,AGDA,AEND93C,AEPD,AGSCrK,A7DiCCsO,A0CjCD,AhB8CF,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3P0fE,E2GvgBD,ADGAwzB,A9FHA,ADGAA,IuDRImS,ADEA6B,A2NhCH91C,C3NgCI,A2MpCL,ClRewBwtB,AFJAA,ACIXjgB,AIMZ6Q,AgHmBK,AEGArZ,AhGHA,AGGAA,AyK7CA,AsGJiC2wD,AcAbvT,AxBQzB93C,CzKwCMg7B,ADFAC,AJ7CAtiC,A/E4CA,AVGAqiC,ADFAC,AL7CAtiC,AkQLe,C1R+BN4mB,A+EeR,AqHJA,AmH3Ca48B,AECAA,AeAA1K,A9CerB,A7CgCExtC,A0BaK,AIAA,C5Q9BD2X,A8HuBJ,A7FAA,AyK7CO,AuGWJu2B,ANLC,CnSW6C,AuSJ9CuY,AjE0BD,A0CjCChI,CzRkBC9nC,A0HoBK,A/FAA,AtBJMiH,A+SHVrf,AXxCAA,AGSC,A5RoFP1J,CdnEwC,AWAlC,A6GqBK63B,AhFHAgY,AfGAhY,A2KVAj4B,AKlCA,A8GTuB,AECA,A5E+CjCuL,A/NmDDnL,CNzE0E,AFJxB,AsH+BrD,A9FAA,AiDNeoyC,AgO1CiC,AWKX,AGLF,A/S8FnBvgB,C8G9CA7b,A9FAAA,AkDRA,A+KSF,AyErDmB,AnCYtB,AxDkCO,AwBgBH,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PoCZhW,CHnESggB,AoS3BsC,ACehD,AafmC,AlDEtB,CnJ8CF,A/FAA,AuDRK8wB,AgOzBJrqC,AXPD,AvRsFGorB,ChBlEb,A0HoBD,A/FAA,AsDNQ,A2OrCqB,A5SyFfA,CfpEb,AgFgBiB0gB,A0HtCA,AqGaL,AIwBC,AXxCA,AhBSD,C5QiBC,A8LvBK,AyGqCJ/qC,AXxCAA,AhCCF,CzQ0BEqa,AaDAxF,AgHmBjB,A9FAA,AsO7Ce,CpQyBKuG,A6HsBpB,A9FAA,AsKVU,A0GrBQ,ArCdH,C1LuCL,AqHJc,A2DIP,AiD3Bf,CpLiCuB,ADFAuf,A7FEA,ADFAA,AkDJvB,A0HtCY,AuGWQ,AzBLF,ChKTpB,A/E4CS,AhB5CT,C+FA2B/kC,A/FAAA,AoSJX,AvDMD,AGFA,C1Q2BZ,AWYuBitB,AEbd,AqEUiB,A8NpBNtG,AIwBd,AiB7CQ,A5BKR,AnCAM,CzP0BUlI,A6BkBI4K,ArCDM,AwRFxB,AWnCA7D,APsDA,ARnDR,CpRkCiC3hB,A+SHlC,AXxCA,A7BAa,ATEA,ClQuBZ,AwRhBuB,CnRaL,AqMnBW,A2EOlB,AdVC,AOEA,CtJFf,A/E4CiC,AhB5CjC,AiLGE,AmEHa,AVAA,C1N4CmB1D,ArCDf,A+RlCH,CzR8BgE,A8GvC7CuC,A/FAAA,ArB2CM,A2S3BvB,AxBPD,CuBdqB,ACqBP+xD,CnSUnB,CJNU,AoHyBtB,A9FAA,AiR7BG,AMtB8B,ACEI,AhBWlB,C1RmBgB7xC,ARiBhB,A2SnC0D,ARFxD,C/RcgC,AgHpBrD,A/E4CS,AhB5CT,AsRkBG,C3SyB4CqJ,CoH3CL,A/FAA,AwQcpBvsB,AGDAA,CxRaiB,A6BkBI6S,ChCxBP,AFJA,AKUIpS,ARiBrB,EKvB0D,AFJxB,AH2BD,CAAjC,CAAP,A6R7BgB,AGDA,C3P+BnB,AwP9BoBG,AGDAA,CxRaM,GAAcme,A6BkBI,AwP9B/B,AGDA,CHCayoC,AGDAA,EaCjC,ExQ8BwD1U,AwQ9BH,EAArD,AhBAuC,AGDA,CxRa7B,AqRZ8BnpB,AGDAA,CxRavC,AqSfc,CAKf,EhBFoB,AGDA,CHClB,AGDA,E3P+BF,EAAoE,C4JP5D,CAAN,apMXqB,EAAkB,agSZM,AGDA;AtRnBjD,AdgCG,ADEA,AMLD,AJGyC,AQNkC,AFJxB,AGuB2B,AFnB3B,AIOlD,AdmBC,AyKGJ,AEDA,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,AHCA,AWAA,ApCAA,AkHDA,AFAA,ACAA,AvBAA,AxCAE,AIFF,ACGA,ANHA,AJ9C4C,ACgD3C,AWCD,AjHFA,AmDCA,AxFCA,AxDDA,AFAA,AlPCA,AyODA,AGAA,AJAA,A1HCA,AeAA,AoHAA,AzNAA,AxDDA,AgQDA,AzOEA,AoIAA,AyLAA,ArFFA,A6BCA,AnLCA,A8BAA,AsEDA,AaCA,A2CFA,AjECA,AlCAA,AOAA,AECA,A1IDA,A4OAA,AyECA,ACDA,A8DAA,AuIAA,ApHAA,A4HCA,A/GAA,AFAA,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AhGJI,AVGF,AKFF,ACGA,APHA,AL9C4C,ACgD3C,AaCD,AyGAA,AQAA,ANAA,ACAA,AEAA,ANAA,AcAA,A5IAA,AyBDA,AwECA,A0HFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JRM2rB,ADEJO,A5EEO,A+LIT,ADAA,AGVG,A1IWH,AEHA,ACGA,ANDA,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,ACAA,AEAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,AtD7CA,AoGToC,ACwBnC,ACpBoC,AG0CrC,ACrCA,ACV+B,ACEI,AEFA,ACIpC,ACHoC,ACSN,AERf,ACGU,AEKnB,AIRL,AhDeC,ACAD,AEDA,AICA,AC+BA,AK5BO,ACXP,ACOA,ACGO,ACHP,ACFE,ACFiB,ACLnB,AGKa,AzBiCf,ApCII3iC,AkDkBF,ARnDE,AhB8CH,AFGA,AOFA,ANAA,AFAA,AMAA,ACDA,AEGA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PmCIpT,EiEpDH+1C,CAAC,CAACtW,ChFpBK,AImBD,AuSnCN,C9K0CI,A9FAA,AkDRA+V,A7EII,CoH5CuC,A/FAA,AuRD/C,AWKC,AGLM,CpTwCiB/nB,AmHSlB,A9FAA,AiDNN,A8O3CA,A/S+FGztB,CqH7CIuoC,A3FJA,AFIAA,AyCPA,A0HrCL,CzMqByBnvB,AgFcnB,AyHnCL,AoGVkB4Z,AUDMpZ,AECAA,A5EgDzBxG,C9OjBK,AFoBErT,A0H9C0CU,A/FAAA,A2SJ9Cg8C,AjCcAj+B,ApRoFFxe,CyG9FiD,A/FAA,AwDwC1C,C5EjBFvB,A+H0BV,A3FJagC,AFIb,AnCLgB9B,AiRjCPmO,AgBDAA,ALmDA,AjRiCC,CjBhDN,AsIGUxI,A3FJA,AFIAA,AyCPAsxC,A5EEJ,AsMvCD,A8GX4B,AECA,ApBa3Bp1C,CtSkBGwlB,AUamE,A8GvCvB,A/FAA,AqN2ChD,A0CjCAlX,ChKVmC,A/FAA,ArB4C1B,A0SjDoB,AbmBvB9O,AGDAA,A5B2CA,AFGA,AOFA,ANAA,AFAA,AMAA,ACDA,AEGA,AXFA,ADEA,AOFA,ALAA,AMEA,CzQjC4B,AwCmB1B,AiKxCL,A0HTV,AjCcA,ArDiCEoT,CtH3CwD3S,AYiD5D,A3GjD4DA,AciD5D,AyCPE,AgLOc,AoErDFygD,ApCiEAmL,C3RtCE,AmHvB6C,A/FAA,AwQc3C,AGDA,C/RUD19B,A+H0BG2jB,A7FAAA,AyCPA,AqM/BJ,AgBDA,ACFA,CjBGC1nC,AgBDAA,A5BVF,ALAA,AMEA,A3P2FCqqB,CyG7FgD/xB,AYiDhE,A3FJsB+vC,AhB7C0C/vC,AciDhE,AuMRkB,C9OfG,AsSlBF,CzKwCKoiC,AOCA,ArGDAA,AQCA,AyPYf,ARnDL,ClRwBUlW,A0EQWsmB,A4OzCX1vB,AQLZ,ApCiEmBilC,ARnDF3sC,C/QUqBmR,AFJAA,AyPyBvB,AoE7CM,C5MI8C,A/FAA,AiLKjE,A2DLW,AMAA,CnQoBWhC,AgHpB4C9sB,A/FAAA,A4PW7D,AgBDA,AbAL,AlBRW,AOFA,ANAA,ALEA,CoCMQ,AdEC,ArBVT,CtIgDT,A9FAA,AsPrCJ,AgBDA,ACFsB87C,CjSed,AIHmE,AFJxB,AsHgCnD,A9FAA,A2K3CwB,AkEJX,CtQiCM,AmTpCS,AzB+DrB,CnKbwB,A9FAA,AqSpD/B,A5DKa,ChJD6B,A/E6CxC,AhB7CwC,AuD0C1C,ChFhB+B12B,AQNoB,AoTnB7B,A5B4DQ5e,C3RtCC,AmHvB6C1G,A/E6C1CA,AhB7C0CA,A6QQ3D,AIID,ClLZ6D,A/E6C1C,AhB7C0C,A6QQhDoJ,AdE3B,CxRgBK,AKHC,A4RTD,AGDA,AJgDA,CxK7DmC,A/FAA,AuQ6DP,ChSnCC,A6HsBE,ApFHA,AVGA,CyFhD2C,A/FAA,CpBuB5CpL,AqMlBnC,C4FGe,C5R+BiB,AmHSQ6mC,A9FAAA,AuQxCL,AxBNxB,CrO2C8B0N,AiKvCzC,ChMiC4E,ELhBnC,AqMlBzC,CrMkB0CrkB,A2RsCR+4B,CnKbE,A9FAA,C8FAWtuC,A9FAAA,C2KzC9C,GjKsCD,AuPgBiC,CtFtD5B,C4FCU,ANqD8B,CnKbT,ApFHkBi6B,AVGlB,AuQxCpC,CzKwC6B,A9FAA,A2KzCrB,A4FAO,CjSgBoB,AiSbnC,G7PmC2D,CAAC5yC,CpCtBF,AoCsBG,CpCtBF,CoCsBA,CpCtB7D,AoCsBwD,EiKtCrD,CjKsCkEopB,EiKtC7C,CAAC,CjKsCgD,CAAC9W,MAAM,EAAP,CAAjB,EqQlD1B,C7S+BO,EAAI,C6S/BL,AZQTyV,MxFIxB,EwFJH,CxFImD,CAFjD,AwFFmCukC,CxFCrC,OwFDA,EAA+CC,QAA/C;ApRTF,AdiCG,AKHD,ACWA,ALRA,AQP2E,AFJxB,AGuB2B,AFnB3B,AV2BlD,AyKGH,AEDA,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,AHCA,AWAA,ApCAA,AkHDA,AFAA,ACAA,AvBAA,AxCAE5iB,AKCF,AHdA,APpCqF,AMkDjF,AMAF,AjHFF,AmDCA,AxFCA,AxDDA,AFAA,AlPCA,AyODA,AGAA,AJAA,A1HCA,AeAA,AoHAA,AzNAA,AxDDA,AgQDA,AzOEA,AoIAA,AyLAA,ArFFA,A6BCA,AnLCA,A8BAA,AsEDA,AaCA,A2CFA,AjECA,AlCAA,AOAA,AECA,A1IDA,A4OAA,AyECA,ACDA,A8DAA,AuIAA,ApHAA,A4HCA,A/GAA,AFAA,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AlHMA,AQPEA,AMCF,AHdA,ATpCqF,AQkDjF,AMAF,AyGAF,AQAA,ANAA,ACAA,AEAA,ANAA,AcAA,A5IAA,AyBDA,AwECA,A0HFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JRQ58B,ADEN,A5EEU,A+LIZ,ADAA,AvICA,AEHA,ACGA,AJJA,AFGA,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,ACAA,AEAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,AtDzCD,AsGTC,ACiBA,AIvB+B,ACEI,AGEP,AEO3B,ACJqB,AEDtB,AEKKgsD,ACPN,ACCA,AEFC,AKDA,AEGD,AtDaC,AEDA,AEJc,AGyCd,AGzCA,AEQG/xD,ACXH,ACOA,ACGGA,ACHH,AKEA,AClBqB,A7DiDnBiU,AkDkBD,ARnDC,AhB+CH,AFGA,AOFA,ANAA,AFAA,AMAA,ACDA,AEGA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PkCIzb,E8G9CHmqC,A9FAAA,A6QzDwBshB,ErRgEtBzuB,AmCVAyW,IjD1BoCjkB,AFJAA,ACIdhC,AgHpB+DtqB,AMkDjFmnC,ArGlDiFnnC,AQkDjFmnC,AgDTA98B,AlEsDHvN,CgH3DIisC,AKcA5nC,AlGdA4nC,AKcA5nC,AyCPA,AwMlCN,CvRkBK0lB,A4HsBE,A9FAA,AsRvDa+xB,ACEA0K,AxEgDnB/qC,AwBiBK,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,C1QlCDuK,A6HsBG5hB,A9FAAA,AkRhCJo4C,AmBpBAA,ArCUAA,C9MkCK,AgN1BPh1C,AGDAA,C9RqBImiB,AGfoE,AFJxB,A6HkCxC,A7FAA,AyQlDJ9c,AyBJAivC,AtCeAjvC,AOEAA,A3RkFJ7M,CqH7CSsoC,A7FAAA,A0CTA4O,ADEA3B,AtBGA,AsMIF,AsDtDyB,AlDItB,CnQ2BF,AOPwC,AqH6BnD,A9FAA,AyPtCQ,AtBTK,AOFA,A1P+FH,C8G9CI,ACCA,A/FDA,AECA,AoRxDiB,AWW1BgkB,AxDqDQ,AFxDA,AMwDA,AFxDA,ChN4CE,AuP7Bf,AmBpBA,ArCUA,AjDqCS,C7OjBK5vC,AuH3BmF,AYkD1F,A3GlD0F,AckD1F,AyCPA,AiO1BK/f,AmBpBAq3C,ArCUAvzB,ApBPC,CvIkDI2kB,A7FAAA,AyCPA,AyP/CJ,AxCmBH,AGDA,AtD8BR52B,A+B5CW,ARAA,CxIiDb,AEbF,ADcoB,A/FDlB,AGbF,ADcoB,A+QlDJ,AjBOd,AEQWyL,AEJG,ACGHA,AMDG,AvCbD,CnQ2BZ,A+HSkBglB,APpCiFjpC,AMkDjFioC,AMAZ,AlGdYgB,ATpCiFjpC,AQkDjFioC,AMAZ,AyQlDQvgC,AjBOC,AIIDA,AOEAG,C7KoCKqO,AOCpB,ArGDoBA,AQCpB,ChBMqB,AyOfN,A2E1Ce,ApECjB,CvQ2BM4M,AgFgBG4vB,AiO1BtB,AgBnBqC,AQFnB,CxU+BG,AgTVD,AmBpBpB,AtDKa,C7QyBS3rB,ASYgBwF,A8GvCmE,AjGwDjF,AExDiF,AiC8CtE,A0QjDd,A1C0Cf,A5CEU,CtHzC0FhvB,A/FAAA,AiC8CtE,AuO/BjC,AGDA,AMDI,AlCZM,ChJD4F,AjGwD3G,AExD2G,AuD2ClG,AgO3CA,AfeYT,AEJZ,ACGYA,AMDI,A9BZV,C/IgDb,ALjDmF,AzFiDnF,ANjDmF,AuD2CnF,AyNnCS,CnS2BM8qB,A0SnCf,AkBD4B,A/BY5B,CzR4B8E,AuRxB3E,AGDA,CpSawB,A+HS7B,A7FAA,AnB2DY,CfpEkB7E,AyU/B5B,CnUuCO,AyHCyB9hB,ADc9B,A5Fd8BA,ADc9B,AyBJiC,CpDXdirB,ALRP,AgSZYs4B,AGDAA,CnSaO79B,A6HuBC,A7FAA,AyBJW,AwPlDtB,AcSE,CAAEyvC,CjM+B7B,A7FAA,E5BDS,ALRO,AQPgC,AFJA,AwHoBR,A7FAA,A6P7BtC,CzR4BA,ALRA,AmU9BA,AnCkBgC,AGDA,CnSYS,AQNkC,AFJxB,AwRTd,AEQJzvC,AGDAA,CpSahC,ACED,AyDiBmC,AsQzCF,CxTeC,AwTfAppB,CtQyCoBhB,AsQzCrB,CxTekB,AwTfxB,A/BUD,AGDA,C4BTW85D,A/BUCv5D,AGDAA,G4BTX,A/BUD,AGDA,C4BTeH,A/BUtC,AGDA,C1OgCgC,CAA2BiK,AsQzCnC,CAAiB2vD,AjCED,EkBU3C,EAAqD,EvP6BgB,AuP7BrE,CvP6BsEhsC,GgPjC/D,CAAP,EsBRyB,CtQyCqC,AsQzCzD,CtQyCyEte,KAAhB,CAAsB,CAAtB,EAAyB,CAAzB,CAA3B,IAA0D,CAAC,CAA/E,GAAmFlF,YAAnF,GAAkGwpC,GAAG,CAACpmB,QAAvH;A5CpDA,AdkCG,ADCD,AMHD,ACUC,ALNA,AQV2E,ACmBG,AFnB3B,AIQnD,A2JuBF,AEDA,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,AHCA,AWAA,ApCAA,AkHDA,AFAA,ACAA,AvBAA,A3CHA,AGGE0X,AKCF,ANHA,AGXE,APrC8G5hC,ACkDhH,AKCM,AMAL,AjHFD,AmDCA,AxFCA,AxDDA,AFAA,AlPCA,AyODA,AGAA,AJAA,A1HCA,AeAA,AoHAA,AzNAA,AxDDA,AgQDA,AzOEA,AoIAA,AyLAA,ArFFA,A6BCA,ArJCA,AsEDA,AaCA,A2CFA,AjECA,AlCAA,AOAA,AECA,A1IDA,A4OAA,AyECA,ACDA,A8DAA,AuIAA,ApHAA,A4HCA,A/GAA,AFAA,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AhGLI,AdCJ,AIGE4hC,AMCF,APHA,AIXE,ATrC8G5hC,ACkDhH,AOCM,AMAL,AyGAD,AQAA,ANAA,ACAA,AEAA,ANAA,AcAA,A5IAA,AyBDA,AwECA,A0HFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JVY,ADIX,A5EEW,A+LIZ,ADAA,AGVE,A1IWF,AEHA,ACGA,AJJA,AFGA,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,ACAA,AEAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,ArDrDF,AmGFE,ACwBC,ACnBD,ACkBA,ACtBA,AIDmC,AEDnC,ACG4B,ACF5B,AGCA,AGSKm2D,ACRgC,ACCT,AED5B,AKDA,AEE8B,AvDa9B,AGAA,AG4BA,AC5BA,AIJC,AEQE,AEJH,ACGG,AGRH,AEEA,ACKA,ACHA,AzB6BF,ApCKIp2D,AkDkBD,ARnDC,AhBgDH,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PkCMsxB,CiEzDP,C6CWEuQ,A9FAAA,E6FFES,AJhD4GriC,A1FgD5GqiC,ALhD4GriC,E4KwC1G,E3LDkCssB,A+SzCxBg3B,A1BUb,CrKuCM1iB,AKVA,ANaAhC,AhFJAuR,AdCAvP,AOVA,ARaAhC,CmGAC,ACCA,A/FDA,AECA,A6QvDJ/O,AQAuBpZ,A5B4CrBqP,A5CKJ/lB,A0BeK,AIAA,C5QhCDvC,A6HsBG0D,ACCAq+B,A/FDAr+B,AECAq+B,AmSrDJ+Z,A7CcAj+B,AIAA0vC,AYLAzmD,CQaAutD,AUtBuB,C1T+BrB,AWUuE,AEXvE32C,ARkBU8N,AiMNNpZ,A4GrBJjG,AOxBA25C,AECAA,AtCgBA35C,C5JZiH,A/FAA,A6RJrF,A5B4CzB,AKhCL,ClK0CL,ALlDyH1M,AzFkDzH,ANlDyHA,AsQQnHknD,AjDqCC,A0CjCAx4C,AzQoFGymB,C8G9CI,ADFA,AnFFZ,AVIY,ADFA,AgRpDJ,AkBUL+jC,A1DwDQ,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,C1QlCZ,A8HuBc,A7FAA,A+NAF,AwDxDF,AECA,AUEX,A7CcA,AG4Ba,A5CKXp2D,C/OhBUgiB,A+HsBIqc,A7FAAA,AmSrDJ2f,A7BSZ,C3RqBA,A8GmBF,AECmB,AGXAt2C,ApGUnB,AGCmB,AIXAA,AmKGb,CrMZW,A0HmBG0E,AGGlB,AJAF,A9FHoBA,AIGlB,ALAF,AqR9Be,AEDC,A7BPA,AOAd,A5QoFKklB,C0G9CcyG,A/FAAA,AoRtDJ,AGuBArwB,A7BPAA,AmBLCqd,A/BNH,AIAA,A7P+FGuN,C8G9CIpc,A9FAAA,AyRvDJ,AECA,AMUL,AtCkCOtF,ChKOpB,A/FAA,AqSzCckrB,ArCMMrR,AIJjB,ChSqBD,AsMWsB,A0GpBL,AhBZD,APId,ApBZW,CpQ4BO1H,A0HmBG+B,AF/CuF,ACkDhH,A9FHyBA,AF/CuF,ACkDhH,AsOTiB,A8C7Cf,AsBEA,AzCcA,AYLA,AfKiBxJ,C/QQiCtb,ADAZusB,AuHiB/B,A7FAA,AkSvCc,AzCcC,AYLA,C9K2CG,A/FAA,AoRtDJ,ArCIR,A1PgGR+E,CgH3DqBzpB,APrC4G5H,AtFqC5G4H,ATrC4G5H,AwRmB/H,AOxBA,AECA,AMUF,A5CME,AVVM,C7IgDb,A9FAA,A3BJiC,AsRNpB,CtRMqBkB,A2S1BjC,AEDD,A7BPA,AM4B2B,A3QwDFmwB,CN5EkD,ADAxB,AkH2BrD,A/FAA,A6PnCI,C1JuCM,A7FAA,A8Q/BiB,ASzBC5a,AECAA,AlCgBD,C9JmCMoqB,A/FAAA,AgQnC/B,C5JyBO,A7FAA,A9BSU,AiMNjB,AiFhCcxb,CtRoBC,AIkBwB,AsRN1B,AC5BkB,A5QoFDC,CfpEC9nB,A0HmBjC,AKVoC,ADcA,AnGJpC,AOVoC,ADcA,AoKXA,AmH7CJ,AECA,AKGM,CjMoDD+hC,A7FAAA,AyPXDza,ArBxCrB,C3I+CuB,AF/C4G,A7F+C5G,AF/C4G,A2SFhJ,A9DIa,AJAA,C1IFoI7nB,A/FAAA,ArB8ChI,AuQ9CJ,CjQuCiC,A8Q3B5C,ArBZW,ApPgGYo0B,CXlDoB/H,AoTnDV,AECA,AhC4CtB,C1RZZ,AUW6E,AgRCtC,A3QwDnC+H,C+G7CoC,A7FAA,C6FAC+M,A7FAAA,A7BLzB,AkRtCOwrB,CvQwFgBv4B,CXlDU,AyQ9CrC,ANAA,AOEA,C1Q4CI,CAAP,AoTnDV,AECA,ClMIsI,A/FAA,CVgGzFiB,GyGhGkH,A/FAA,C6PQ7Hu3B,AvQwFMx4B,E2QxD3B,A3QwDRA,EyGhGyG,AMmD3E,ArGnD2E,AQmD3E,AyPXqBvL,AajCxD,CzK4CyDkZ,A7FAAA,CsQ5CDliC,CZKxD,CD4Ba,CC5B8C,C7JuCvD,A7FAA,AqP3CwC,AIgC5C,CajCA,CzK4CgE+E,A7FAAA,AsQ5CD,GzK4CI,A7FAA,EsQ5CCy3C,CzK4CE,A7FAA,G0PvCL,C7JuCShS,A7FAAA,CsQ5CX,CAAYyR,UAAZ,CAAwB,YAAxB,CzK4CO,A7FAA,AsQ5CtE,EzK4CgE,A7FAA;AnBzDlE,AdmCG,ADCD,AUV2E,AFJxB,AGuB2B,AFnB3B,AISnD,AdoBA,A2KEF,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,AHCA,AWAA,ApCAA,AkHDA,AFAA,ACAA,AvBAA,A3CHE,AGGA,AIFF,ALAEzW,AGXE0G,APtCoKhpC,ACmDtK,AKCI,A3GFN,AmDCA,AxFCA,AxDDA,AFAA,AlPCA,AyODA,AGAA,AJAA,A1HCA,AeAA,AoHAA,AjRDA,AgQDA,AzOEA,AoIAA,AyLAA,ArFFA,A6BCA,ArJCA,AsEDA,AaCA,A2CFA,AjECA,AlCAA,AOAA,AECA,A1IDA,A4OAA,AyECA,ACDA,A8DAA,AuIAA,ApHAA,A4HCA,A/GAA,AFAA,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AlHMA,AIVE,AIGA,AKFF,ANAEsiC,AIXE0G,ATtCoKhpC,ACmDtK,AOCI,A+GAN,AQAA,ANAA,ACAA,AEAA,ANAA,AcAA,A5IAA,AyBDA,AwECA,A0HFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1Jf6B,A7EWpB,A+LIT,ADAA,AGVIk+B,A1IWJ,AEHA,ACGA,ANDA,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,ACAA,AEAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,A8CvDC,ACyBC,AEFF,ACtBA,AGHA,AGCA,ACE4B,ACD5B,ACUA,ACLA,ACJA,AECoC,ACQ/B,AIPL,AhDaA,AEJA,ACKA,AENA,ACiCApY,AC5BC,AIJC+H,AEQA,AGDA,AELA,AGUF,AGbFujC,A9DiCkB,AkDuBf,ARnDC,AhBgDH,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PiC8C9+B,E6G/C7CgQ,A9FAAA,EmGAEqH,AFXAX,APtCoKhpC,ApFiDpK2pC,AFXAX,ATtCoKhpC,A4KyCpKk+B,CpHLO,CwCeLpG,A/FAAA,A2KVA,AqFAJhS,C7JUKohB,A9FAAA,AkDRArqC,CxEvB6CkD,ADAZusB,AiTtBlB7V,AEShB,AhCMH,CjKmCMtK,AnGUA4tB,AIVA5tB,A0KPAyD,AyCAN,CrHUO,A/FAA,AuDfC,AiOtCL,AaCiBigB,ArC0CjB,AKhCFhC,AOEA,CtSkBI9K,AFoBG3lB,A8HAA,AHEAmhC,A3FFA,AJEAA,AwRrDJ,AUIA+a,AQFAA,A1CyCAj+B,AkBjCI,ClLwCC,A/FAA,AsDLA7d,A6N9CL,AWCuB,AbUlB2Q,CnSYiE,ADAxB,AkH4BxCmO,AOCA,ALAAkgB,AEGAr1B,AnGJAmV,ASCA,ANAAkgB,AGGAr1B,AoRzDJyxC,A/BcAjvC,ACKAA,C/JdyK,A/FAA,AkQa3K,AIJC,ChK6BO,APtCoKzM,AtFsCpK,ATtCoKA,A4KyC/K,AsHlCS,AhCML6tD,AiBLR,C3KyCgBvuB,AFXAr0B,A3FWAq0B,AFXAr0B,AgRxCJmxC,AaC0B,AhCU5B,AOEF,A9BkDO,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,CkD7Db,AQFA,A1CyCA,AY9BOA,CrNgCS,A2OzCJ2K,AQFAzoB,AxBQI,ClLwCT,A/FAA,AmRnDK3L,AOFC,CrTkCZ,A0HmBiB,AGGlB,ADFkB,AGXhB,ApGUgB,AIGlB,ADFkB,AIXhB,A8Ncc,AsB3CF,ACKA,C7JkCKgR,AECA,AGXA,ADcA,AnGJAA,AGCA,AIXA,ADcA,A0R7CHkc,ArCEDt1C,ACKAA,CzJsCKvG,AvGMtB,AUNsBA,AgDTA,AiO7Cf,ClT+Ba2hB,A6HsBG,AIFA,A1GSAjd,AQPA,AKFA,A6CbZ,AiOtCQc,AkBEjB,A9BWE,CxSsCF,A4HDkB,AOCI,AtGDJ,ASCI,A6CbpB,AoOzCgB,AeKC,AzCalB,AWFau0C,AlCXD,AMEA,CxQkCDpzB,AJaWxqB,A2HEnB,A/FAA,AoRtDC,ChLuDM,A7FAA,C4FDX,ALnDsK,AMoD7IkiC,A/FDzB,ANnDsK,AQoD7IA,A0PvCNza,AaVL,C9K6CY+b,A/FAAA,AqOPX,AmDEP,A7BlCD,ACKA,AddM,C/PuCqCxR,A+GYvB,A/FAA,AwRrDtB,AhDIQ,CjI+CQ,ATjD2K,ACmDpKyI,ArFFP,AXjD2K,ACmDpKA,AoRtDL,AICE,ASSd,ArCEX,ACKA,AjBZa,CtQ2Ba,AEOO,AJajC,A4HD6B,AOC/B,A1GSA,AIV+B,ASC/B,AuR1C4Bo9B,AhCMzB,AWFC,CtSkByBnyC,A2RhBF,AWFH1H,AMHxB,AvCRe,CvQiDkB,AiIXA,ADcpB,AvGMoB,AWpBA,ADcpB,AoRzDX,AlDKa,CzIgDmB,AFhDsI,ACmDtI,A9FHA,AFhDsI,ACmDtI,AkSjDhC,ClM8CkB,ADGekjB,AKCA18B,AnGJf,ADGe08B,AOCA18B,A0R7C7B,ACL0B,A/CFjB,AFAA,EjQuCiE,AkHU5D,A9FAA,C4FDkB,AIIzB,AnGJyB,AMIzB,A6QvDV,A0BH8B,AlCiB7B,C5KqCgB,AIId,AnGJc,AMId,AqQzC0BxE,AxBTjB,CrQkB6C,ADAZ,AsSvBb,AaUE,C3TsBlC,A4T3BD,AhDDa,CnQmB8D,ADAxB,AkH4BX,A/FAA,C+FACwjC,A/FAAA,AiS9CH,EtBSpC,A/BXW,C7IgDN,A/FAA,A6O/CM,C0CHR,AZSY,C5KyC6Bhc,A/FAAA,AuRlD1C,AZeF,C7KsC0B,A/FAA,C+FAoBga,A/FAAA,AiS5ChD,ETT+C,ASSA,EjMyCK,A/FAA,C+FACrhC,A/FAAA,EuRlDD87C,CvBenD,ClKsCD,A/FAA,CiQtCqD+J,CjKmC9C,ADGoD,A9FHpD,ADGoD,EwRrDZ,CAAY38C,GxLkDMme,A/FAAA,GuRlDlB,CAAoB,AvBelE,CAAiE,CjKmClE,A/FAA,UuRlD+C,IaCjB,ApCc7B,EuBfoF,EaCjD,EbDpC,EAA2F;ApSJ7F,AdoCG,ADEF,AGIkC,ADLjC,AQX2E,ACmBG,AEP/E,AdkBG,A2KEJ,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,AHCA,AWAA,ApCAA,AkHDA,AFAA,ACAA,AvBAA,A3CHC,AQIDiE,ANLmB,AGTb,APvCkM,ACoDtM,AKCG,AMAL,AjHFA,AmDCA,AxFCA,AxDDA,AFAA,AlPCA,AyODA,AGAA,AJAA,A1HCA,AeAA,AoHAA,AjBFA,AzOEA,AoIAA,AyLAA,ArFFA,A6BCA,ArJCA,AsEDA,AaCA,A2CFA,AjECA,AlCAA,AOAA,AECA,A1IDA,A4OAA,AyECA,ACDA,A8DAA,AuIAA,ApHAA,A4HCA,AsDIA,ArKJA,AFAA,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AlHME,AkBZE,AdEH,AUIDA,APLmB,AITb,ATvCkM,ACoDtM,AOCG,AMAL,AyGAA,AQAA,ANAA,ACAA,AEAA,ANAA,AcAA,A5IAA,AyBDA,AwECA,A0HFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JRG,ADEH,A5EEK,A+LIL,ADAA,AGVIlZ,A1IWJ,AEHA,ACGA,AJJA,AFGA,ACCA,AHDA,AMAA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,ACAA,AEAA,AoBCA,ArCDA,AHAA,AyICA,A0FAE,A8CvDE,ACyBA0pC,AGvBD,AC4CD,AEhDA,ACCA,AKWC,ACLAnyC,ACJD,AGSI,ACViC,ACCT,AEE3B65C,AIP8B,AGKD,ArDW9B,ACKA,AELA,ACgCA,AKlCgB,AQChB1lD,ACNc,AtBsChB,AcwBG,ARnDA,AhBgDF,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3P6Bew2B,C6G7ChB,A9FAA,C4FCE,A/FAA,CsDhBO,CoHSLliB,A8EzBE24C,AyDAAmC,C5USG,AiFkBJviD,CiDSC,ATDA2vB,AlGOA,AcNA,AXDAA,A6Q3CJx8B,CrK4CKytB,A7FAAA,AtBwCS+I,CLtDoCzC,A8GvCwJ,A/FAA,AmSGzMloB,AQFA65C,CtUiDM,AsIGA5R,AwHIA6I,AnNVAnI,AFMAV,A0CpBA,ADaAkD,A+MtCN,AhRwF4ChgB,Cb5D3B7b,ADLdoQ,A8HQI7lB,ANaA,AvFbAA,ARaA,AuDRA,AoHFA,A0GnBNs4C,AtBbGv5C,CzRoBE,AyHsBEq+B,A/FAAA,AyRRJkb,AU7CAA,CFSCyD,ApBCA,APwDD,ClSfMz/C,AyBSAsI,A8KjBA,AiH7CJ09C,AcID,A7BQCqL,CrS2B0B,AJcrB,AoIGd,AHdc,A1Fcd,AHdc,AmKGV,AiEsBS,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,C1QlCA9rC,ACCF,A8HQI2lB,A7FAAA,AkStCL,A3CSR,AmBCa4oB,ClS4BiE,AqShBtE,AapBC,ApD2DI,AIAA,C9QZE,AoIGApjB,A7FAAA,A2NAF,A8CvDJyjB,ACyBAntD,AIqBT,AG/CW,AOEX,C/TmDE,AkFJJ,AmOFcoC,ASzCD,ACJC8jB,ApCWC,AfRA,ClJFwMxqB,A/FAAA,AuD8CnMmyC,AgNmBNoS,C/RlCE,AHmBIjnD,AsIGpB,A7FAA,A0CToBqwB,A4O7ClB,A/CGa,ALFA,ALAA,CtQkDM,AiIXP,AKcO0hB,A7GMf,AkBZF,APRU,AKcOA,AoR7ClB,AETe,C5TgChB,A8HQI,A7FAA,A8CON,AsOjDkB,AKWA6lB,AxDRH,CnQ8BM,AiFcX,A6N9CO,A5CIF,CjQ6BK,AHmBI33D,AiIXA,AtFQA,APRA,A8COC,A8NhDPmyB,ACyBd,AIqBF,A7C1Ca,C7IkDT,AhFLF,AfKE,AuDRmB,AkOAH,AnBqBF,CvR7C4ClmB,AyHiChE,A3GM0B,AcN1B,AsR7CG,A3ByDkBlF,C7R1BL+F,A4ShBMya,ARdpB,AhCTa,AKCA,CxIoDf,A7FAA,A6Q/CU,AETD,AOEP,AxDCa,C7IAyL,ACoD3K,AhGpD2K,ACoD3K,AiS5CJ,AtBKd,AxBbI,AFAA,ClJoDegT,AWCA,AwHI9B,AlOL8BA,AaCA,AsRtDH,AtBUD,C9RWmD,A+GpBsJ93B,AoIyDpMyW,AnOzDoMzW,AsRuB/N,A1BTS,C0BSe,AO1BAyW,AQKd,C3TqCQ,ALWW,AkSe1B,ClSf2BjZ,A2HEA,A/FAA,AyRRhC,CnTd+BylB,AyHsBEmb,AmIKnC,AlOLmCA,A8OnDpB,CjP0Db,A4Rf+B,AG/CD,AMMlB95B,AhCTW,ChCgEzB,CrOCsC,AuR7D3B,AdmEsB,CcnEAurB,ChToD7B,AySzCuBlM,C/KTkN,A/FAA,A0R4C3O,AG/CmC,CxTqDKrmB,A0HlDoMH,A/FAAA,C3BkDnM,A8T/C9B,E9T+CT,AgTpDO,AcKe,ArBMA,CvSqBjB,AUSsD,AoSzC3D,AdmED,ClSf4C,AySzCV,CvSqBS,AUSkC,AsR0BrC,CvKbb,A/FAA,A4RvD5B,C9LGiO,ACoDjL0hC,AhGpDiL,ACoDjLA,AqR7B9C,EAA4CxjB,CvLvByM,A/FAA,I+FAtB,A/FAA,CsRuB/N,CtL6BF,A/FAA,E+FA2D,A/FAA,wBxBhBlC,C2TrCzB,EAAmF,G3TqClD,S2TrCwD;A/SL3F,AdqCG,AEMD,ACGA,AFRCuL,AUKF,AFjB4E,AFH3E,AGsB8E,AFnB3B,AV+B/C,A2KEN,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,AHCA,AWAA,ApCAA,AkHDA,AFAA,ACAA,AvBAA,AxCAE,AIFF,ALAA,AGXQnf,APxCuP1K,ACqD7P+6B,AWCA,AjHFF,AmDCA,AxFCA,AxDDA,AFAA,AlPCA,AyODA,AGAA,AJAA,A1HCA,AeAA,AoHAA,AjBFA,AzOEA,AoIAA,AyLAA,ArFFA,A6BCA,ArJCA,AsEDA,AaCA,A2CFA,AjECA,AlCAA,AOAA,AECA,A1IDA,A4OAA,AyECA,ACDA,A8DAA,AuIAA,AQCA,AsDKE,ArKLF,AFAA,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AlHMI,AkBZD,AVKD,AKFF,ANAA,AIXQrwB,ATxCuP1K,ACqD7P+6B,AaCA,AyGAF,AQAA,ANAA,ACAA,AEAA,ANAA,AcAA,A5IAA,AyBDA,AwECA,A0HFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JRI,ADEF,A5EID,A+LED,ADAA,AGVIhuB,A1IWJ,AEHA,ACGA,ANDA,ACCA,AGDA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,ACAA,AEAA,AoBCA,ArCDA,AHAA,AyICA,A0FbiB,A8C1Cb,AC0BA,AGxBD,AC6CD,ACxCQ,AERR,AGA4B,AEUL,ACJrB,ACJD,ACGD,ACHA,ACSG,ACXkC,ACCT,AECT,AINY,ACKhC,AEA+B,AtDgB9B,AIJCk+C,AEGA,ACnBD,AGgBC,AEQA1jD,AGDAA,ACJD,AEJCqf,AzDuCA,AkDiBC4gC,AxBHH,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PuCI1nD,E0GnDHi7B,A/FAAA,AwQ7DuBw0B,ClCFR,C/H6DbrqC,ATnD2PllB,ApFmD3PklB,AXnD2PllB,A4K2C3P+M,ExEUEmM,AJAA,AWCA,AwHKAuZ,A7NNAvZ,ALAA,AaCA,AkP3CH+xC,ChK0CIphD,AWCAyoC,A1GDAzoC,AaCAyoC,A6RtDL,ArCOA,C9RyBCzoB,AQZ6Dpd,AsHoBxD/B,A7FAAA,AmKGA,AwH3CL,AIFamxC,ACCDA,ASACA,AhDeb,AMKAt0C,AGDAA,AGRAqf,AxR8FE9mB,CRvFEwN,A0HkCP,A7FAA,A0QtDG,C3S2CKqc,ALWEjpB,A0HnD2P,AjG4D3P,AE5D2P,AmSIjQ,AGJEoyB,ASNiB+oB,A5CCjB,AIuEF2L,ChSnCIzhC,ACCF,AuHhCgQ9lB,ACqDpQ,AhGrDoQA,ACqDpQ,AuDRS6/B,ADEAgW,AqHJAhV,A8GGJyb,ApS0DFz8C,C0GnDO,A/FAA,AwRpDHsP,ApEgDF,C5OZE,AOjBoE,AFH3E,AsHoCA,A+HMW,A7NNX,A+RlDOxC,AzCYAA,AIJC,AcDF,AxR8FE,CZhEE,AiIcE,A7GMA9J,AgBNA,A8JXA,A0GlBJmsD,AczBH,AIFgC,ACCT,ASAE,AhDezB,AYJE9N,A/BqDI,AIAA,C/IVE,AEbA,AKcA1gD,ArGDA,AGbA,AKcAA,A8JXAA,AyG5CL,AIEE,ASOmB,AERvB87C,ApCWI,AEGJyR,ACnBGzR,AKwBD,AGDA,C7RDIjvC,ATkCE,AiIXAu+B,A6HmBAkP,A1NnBAlP,A0RpCR,AGJI,ASNqB,AvCyBtBn+B,AGDAA,AJgDD,C9R7BGd,ACGE,A8EKE,AkOCf,AS1CO2vC,A5B8DEh1C,C/MrBOnD,ADEhB,AkO9Ca,AC6CDw/C,ChTNZ,AQHqE,AbcpDpjD,A2HEjB,A/FAA,AsDNkBmpB,A2OvCK,A5SwFsB4L,CR/E7C,AwSQc,AetBA,AzCYA,AfkDG,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,C1QlChB,AoIuBD,A7FAA,A8JXE,AwH3CD,ACGc7qB,ACHA,A1CeAA,AOpBX,C3MkDK,A4O7CIf,AjCLGpC,CxJ2DK,A7GMb,AgBNa,A0CTAqpB,ADErB,A+NtBiB,AGxBC2rB,AUGhB,C5T2BiB,AEMZ,ADLG1yB,A2P2BY,ArOCA,AqSxDRqD,AjCUb,AKoDC,AxBjEW,CxQ8BOpH,AEMA,AsHrCyO,AoI2DtOpM,AnO3DsO,AuD+CrO,A+O/CxB,AnDCa,ClQsCoD1W,A8GvCkN1C,A/FAAA,AwD6C1Q,AwP9CwB,CxUiC7B,AgFaF,AkOCF,AS1CE,AGJmB,ApCcFynB,AKoDA,ClSfO,AiT1BJd,AczBrB,ACGM,AORQ,ACAA,ACAA,AlDoBR,AYIN,AGDA,AGRA,CzSyC0B1mB,A8PQL,AsD1DT,AWDQ,ACGG,AlCRpB,AKwBmB,AGDA,AtD+Bf,ChPEkB,AsIGEwE,AwHKd,ArNLcA,A2QrDH4E,A7BczB,AjBfa,C1PuCiE,AZY7D,AkThDN,ArBWV,AlBdY,C1IwCiB,APxC+N,AtFwC/N,ATxC+N,AkQcpO,ACnBEoe,AlBOd,C1Q6BM,A+HSYnmB,A7FAAA,ClCT9B,AwH/B0RqB,AYsDtQ,AwHKWm4C,AnO3D2Pn4C,AcsDtQ,CrCjBAyH,AJcY,AiT1BhB,AdNhB,AELc,ACId,AMFc,AVkDb,CezC4BukD,AGxBjB,AWDZ,AaLsB,A9CAnB,AdOS,CoCDoB,AtBNA,AKwBFzH,AGDAA,CmBvBI,AMKL,C/TmDb,CW/BqD,A0TzBxB,AhEKjC,ClQgCI19B,AiQ9BJ,ChQmCO,AOjBuD,AX+BnCtpB,AiIXV,A6HmB9B,A1NnB8B,A6Qf5B,A1CzBW,CT0Df,AgEtD6B+G,ACJ1B,A5BmBoC,AGDA,AtD+BhC,C5OZyBsD,A6HGY,APxC2P,AoI6DrS,A1NrB0C,ATxC2P,AwQmB/P1I,AGDAA,C5KlBgQrC,A/FAAA,AqNiD9Qo5C,C7OjBpB,AqQ9BS,CrQ8BZ,C8HQ6B,APxC+N,AtFwC/N,ATxC+N,AwQmB5P,AGDA,CrKsBY,A7FAA,AgRvCA,ChToCO,A6HGd,APxCqSj2C,AtFwCrS,ATxCqSA,AmSIzQ,C9T+Ce,AoTlDF6zB,AUGZnN,AjDJtB,CzQqC4B,AJcSppB,AyQnDrC,CzQmDoC,CAAhC,AgPFZ,C8E7CsB,CAAa,A9E6CvC,A+BjDY,C/QmD0C,CoTlD1C,ApEgDyB,ChPElC,AoTlDoD,AtBNpD,CpKKyP,A/FAA,AyRChP,CAAZ,AtBNwD24C,CsBGkC,AUMhE,CVD1B,AUCC,EjCUD,CiCVkD,CjCUSzrC,GCnBxD,CgCSF,CjCUD,ACnBD,CDmBmE,CCnBI,iBDmBtE,EpQ8C0F,AoQ9CJ,EAAtF,KpQ8CiG5E,QAA1F,CAAN,wX8QvCuB,KAAK0zC,MAAL,CAAYoC,OAAZ,CAAqB,WAArB,CAPzB;ArSkBC,AEMA,ACGD,AFRC,AUIoE,AJnBrE,AGqB8E,AZa1E,A2KEN,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,ACCA,AXDA,AEAA,AIAA,ADAA,AJAA,AHCA,AWAA,ApCAA,AkHDA,AFAA,ACAA,AvBAA,AxCAI,AKCJ,AHdQ,APzCmT,ACsD1T,AKCG,AMAF,AjHFF,AmDCA,AxFCA,AxDDA,AFAA,AlPCA,AyODA,AGAA,AJAA,A1HCA,AeAA,AoHAA,AjBFA,AzOEA,AoIAA,AyLAA,ArFFA,A6BCA,ArJCA,AsEDA,AaCA,A2CFA,AjECA,AlCAA,AOAA,AECA,A1IDA,A4OAA,AyECA,ACDA,A8DAA,AuIAA,AQCA,AsDOE,ArKPF,AFAA,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ACAA,APAA,AlBAA,AlHMG,AQPC,AMCJ,AHdQ,ATzCmT,ACsD1T,AOCG,AMAF,AyGAF,AQAA,ANAA,ACAA,AEAA,ANAA,AcAA,A5IAA,AyBDA,AwECA,A0HFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JRG,ADEC,AmHMJ,ADAA,AGVG,A1IWH,AEHA,ACGA,AJLA,AFIA,ACCA,AGDA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,ACAA,AEAA,AoBCA,ArCDA,AHAA,AyICA,A0FAC,A8CvDG+V,AC2BA,ACvBF,AG2CA,AIpDmC,ACGpC,AECA,ACSwB,ACHrB,AEFwBxS,ACFzB,ACSC,ACZmC,ACCT,ACJkB,ACS9C,ACRA,ACAA,ACAA,AEGiC,ACHjC,ACG8B,AtDiB9B,AINa,AEKZ,ACnBA,AGiBD,AEOC36C,AELD,ACICA,ACKD,ACVE,AEVF,AEaA,AxByBF,ApCQImxC,AkDiBA,ARpDF,AhBiDD,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PuCI34C,GkExEI,AoHOP,CnEeE+lC,A7FAAA,A4CtBF,AvBiBEV,C+NxCF,CrJ6CI,A7FAA,CoR/CH,AhCID,ChRyBY3S,ADEqDzvB,AmHe3DkW,ACCA9Y,A/FDA8Y,AECA9Y,A6RpDoB8hD,AGLJxoC,ACCDpM,ASACmY,A1CqBrBle,AGDAA,ArRsFExH,CRvFEwtB,A8L0BE,CvMQC5sB,A4DFV,AoPlDI+zD,AqBLqBnP,A7BmBrB,AxDoCA7M,AwBgBK,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,C1QlCDj4C,AgFgBG8zC,AgLOD,AmDRHgI,AkBnDAA,AEAAA,AxCiBAA,ASTAA,AEaAj+B,CxSqBE0M,A8PkBP,A+DvDK,AEHgC,ACCT,ASAE,CjUwCgD,A0HgBnEsnB,A7FAAA,A8JXA,A2GxCJ1lC,AoBAAA,AMRA,AlDmBAA,AzQ0FJ7M,CiEzDS,A+NrBJ2nC,A3C3BK,CzPqCwD,AkHiBxD,A9FAA,AiDNA0N,A8O7CoB,AlCPzBxoC,AKwBA,AGDA,AlCjBK,AOFA,ACEA,A3PuGH,CRvFV,AsHoCcw9B,ACCA,A/FDAA,AECA,A6QvDN,AboBC18B,AGDAA,AELH,AhCZO,AQAA,C9Q8BZ,AFoBc,AgTpDNilB,AK+CT,AW5CmC,AOPnC,AEAA,AGAW/lB,A3CiBX,AOCO2vC,AEVP,AEaA,ArCjBa,CnQsCA,AgIiBG,A7FAA,A2CPJ,AmODA0J,AkBnDAjF,AEAAA,AxCiBAvzB,ASTAy5B,AjCJC,ChQkBE35B,AyE8BN,A+O/CGuF,AlDDC,AFAA,C3QgCE,AFoBG9yB,AgIGA,AMAA,AnGAA,AMAA,AyCPA+yB,AqHJAhmB,A2GxCJ,AoBAA,ArCSd,AjDqCY,A0CnCE,AhBiDG,AIAA,AThEJ,CjQsCG,AgIiBG0yB,AJAAuL,AMAAsH,A/FAA7S,AJAAuL,AMAAsH,AwQ5BJ,ACvBA5nC,AcDS,AMCTA,ArCSC,AjDqCHgiB,A0CnCEhiB,CInBA,C5B2DP,AmE5DsC,AvCC9BA,AUkBd,CzKwCI,A9FAA,AsKVK,A0GjBO6xC,A2B/BX,ApCkBO5yC,CtSkBMoc,AEMAkF,A8PmBpB,A+DxDK,AMLL,AEAA,AGAoB,CnUsBpB,ATkCwB,AkFJf,AqPpDY,AEAA,AzFsDnB,ChPEuBrqB,AkFJA+oB,A8JENqU,C5GKO,AEAA,A/FAA,AEAA,AyQnDnB,AQNwC,AECU,AUKlD,AnCgBN,AGDA,AZJM,C3JuCoB,AKCA,AEAAv9B,ArGDA,AMCA,AEAAA,A8JXA,A2GxCH,AfgBD,AGDA,CWQC,AgB1BD,AKGvB,AxCRQ,AUkBN,AdCF,C1RqCkB,AkFJT,A8NhDP,AC2BuBkJ,AoBhCF47C,A7BmBD,CxSsCQ7kD,AmT9BXs/C,AEyBnB,A/BhCY,AQnBX,AeiBW,A5R4FF,CiEzDqB9M,AuPpD/B,C1M0DE,ACCA,A/FDA,AECA,A+NAM,A8CvDkBlzC,Afa1B,ASTA,A1D8CE,C9OlBa,AEMC,AkIiBG,A7FAA,AmS3DE0K,AlCQS,A1D8CFooB,C9OlBGryB,A6HsBG,ACCA,A/FDA,AECA,A+NGlC,A+B7C+B,C7RyB9B,A6SXiB,AdPjB,AGDA,CtSiCiB,AsIGkB,A7FAA,AwQ5BH,AgB1BhC,AMLD,CvUwDI,AsIGc,A7FAA,AyCPT,AqHJF,A4FxB0B+mD,AGDAA,C1RoBwC,AwHgB/C,AEAtB,A/FAsB,AEAtB,AuQvD4B,AiBCC,AvDApB,C3IqD0Bpd,AKCpB,AnGDoBA,AMCpB,A2CPjB,AqHJqC,AyG5CN7f,AhEkD/B,C9OlBD,AUO6E,AwHgBtCyY,A7FAAA,AqS3DpB,CzB0BU,ArCrBjB,CuDNiC,AOChBn4B,ApCkB5B,CnS2BoByC,AiIcqB,A7FAA,A0PnCJ,AGDA,CHCCoyC,AGDAA,AELH,CpKyCvC,A7FAA,AyQvD4B,CAAe,AfaJ,C5R4BrC,A0HakC,A9FAA,CiOC1B,A8CvDkB,A4BJN,ApCkBlB,CEVF,C3KkDkD,A9FAA,AiOKlD,A8C3D6CgV,A4BJJ,AzCwBxC,AGDA,CIf+C,COuB9B,C3K4BlB,A7FAA,CwQ5BmDlpC,ClL2BjB,AOCqB,ArGDrB,AQCqB,CuQvDJ,C9CuD3C,A8CvD4CmH,AC2BlC,E/CiClB,C+CjCyDkiC,E3K4BK9vD,A7FAAA,CpCdvB8mB,GiIcgB,A7FAA,AwQ5BrD,C5ScF,CAA6C,G2SzCnB,EAA0CiH,C9CuD5D,I7PdsCvrB,C2SzCpB,CAAxB,InSqCoBgrB,CRIuB,EAAa,SQJxB,CAACjD,YAAkC;AG1CvE,AdsCG,AGSA,AQLoE,AFjBM,AFD3E,ACCmD,AiKmCrD,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,AJAA,AHCA,AWAA,ApCAA,AkHDA,AFAA,ACAA,AvBAA,A3CHA,AGGI,AIFJ,ACEA,ANFA,AGXO,AP1CsT,AMwDvT,AMAJ,AjHFF,AmDCA,AxFCA,AxDDA,AFAA,ATAA,AGAA,AJAA,A1HCA,AeAA,AoHAA,AjBFA,AzOEA,AoIAA,AyLAA,ArFFA,A6BCA,ArJCA,AsEDA,AaCA,A2CFA,AjECA,AlCAA,AOAA,AECA,A1IDA,A4OAA,AyECA,ACDA,A8DAA,AuIAA,AQCA,AjHAA,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ANAA,AlBAA,AlHMC,AkBbC,AdGF,AIGI,AKFJ,ACEA,APFA,AIXO,AT1CsT,AQwDvT,AMAJ,AyGAF,AQAA,ANAA,ACAA,AEAA,ANAA,AcAA,A5IAA,AyBDA,AwECA,A0HFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JRC,ADEE,A5EGH,A+LGA,ADAA,AGVI6R,A1IWJ,AEHA,ACGA,AJLA,AFIA,ACCA,AGDA,A/DCA,A8CDA,AvBAA,AwBAA,ACAA,ACAA,ACAA,AEAA,AoBCA,ArCDA,AHAA,AyICA,A0FlEiB,ArDWjB,AmGAI,AEGwB+gB,ACmB1B,ACnBC,AC6CD,AC1CA,ACTD,AEHoC,ACGY,ACAnB,ACC6B,ACUxD,ACPqC,ACDrC,ACEwCt5B,ACDvC,ACSD,ACboC,AEHS,ACU9C,ACPA,ACDA,ACAA,ACFA,AEEC,AtDmBD,AKTc,AESd,ACnBC,AGiBA,AEQArhB,ACfHupD,ACSE,ACKCvpD,AGVA,ACNA6C,AEaD,ACJA,A7DqCE,A0CnCF,AhBiDD,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PuCUkqB,CiPpHX,CyCEsBk3B,ExK6DlB5e,ACGA5G,A9FHA4G,ACGA5G,AgKXA7E,EAAE,CuH3CJ,AILA,CrTwCiDzO,AkHkB3CxZ,A9FAAA,AiRnDoBgpC,AaHzB,ACEwCt5B,AEQvC,ACb0B8wC,AhCwB3BnyD,AGDAA,AGVA,ACNA6C,CjScImlB,AmHiCEwU,AUIAuO,A3FPAz/B,AdGAkxB,AYIAuO,AnCJA9lB,AiMPAzf,AM5CO,AmCgDb,ChHOO,A7FAA,AsR7Daw5C,AYAiB3uB,AjCY9B,A1B0DD,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,C1QlCD5R,A8HuBGwc,A7FAAA,AkRPJ+Z,AkBnDAA,ACDAA,ACAAA,AnDmBA3tC,AcTIwC,ASOJsyC,CxS4BA3jD,A+StCEwH,AYDsC,A/BWtC64C,C9JuCI,A7FAA,AiKRT,A4GtBK,AgBzB8B,AOH9BvE,A7CqBAjvC,AYLF,AGOEA,CnSCP,AgTxBmC,AMM9B,ACE0C,AKRD,AjCYhD,AKIQ2vC,C1K4CO,ApFNA,AVMA,AiRnDoB,AaH3BA,AGUG99C,AjCGC,AEQF,AGDA,AtD8BA,A4BjDK,A3PwGC+2B,C8GnDAp1B,AOCA,ArGDAA,AQCA,AyR7CZ,A/BWOuN,AGDAA,AIhBA,AlCHI,ADFA,AHEA,AOFA,ALAA,CjQ0CZ,AIvBY4hB,AmHiCf,AOCiBqd,AHGA,AMAAphB,AzGJjB,ASCiBohB,AHGA,AMAAphB,AyQpDoB,AG6CnC,AY/CSqtC,AMJT,ACDA,ACAA,ArCUe,CxK6CCzpD,AIIAoyB,ArFPA7X,AdGAva,AMIAoyB,A0KvDlB,AwGgDcj6B,AatCA,AKbAk3B,ACDAuiB,ACAAviB,AxCiBC,ASTF,A3BLE,ANAA,C5DCW,AuGGV,AsBTD,A7BmBb,AhCda,C3QiCZ,AoIuBM,A7FAA,A0QjCOuhB,A7BPd,AOAc,AYLb,AGOa,ACJC,A/BbF,CjQoCwD,A+GevE,A/FAA,AkSnDG,AzCec5hC,AOAA1T,AYLF+4C,AGOE/4C,CnSCf,A6HqCA,A3FPoB,AFOpB,A2QpDiB,AWHJnD,AMNyBqwB,A3DMzB,ALDA,CnQiCK9R,A0HmBGgC,AjFHArnB,AdGAqnB,AoSlDN,AMJf,AEDA,C1M0DM,A9FAA,A3BHR,A2TlDkB6K,AMJG,AEDA,ACFD,ApDqBlB,AWFiB,C3RsCMlG,AuMnDzB,AwGgDE,AmBpDA,AIAI,AtDmBgB,AWFFzpB,AEQjB,AGDA,CnKgCuB,A7FAA,AiRvDa,AcHS,AGEzB,A/BcpB,C1RsBa,AoHoBW6pC,A7FAAA,AuKpDa,AuGGhB0P,AXOF,AzBTP,CqC+CUx0B,AzBvDR,ACsBR,AeEA,ClSGA,AkH+BT,AGG6B,ApFN3B,AdGF,AIG6B,AkRhCJ,AYtBtB,A9SyGQuM,CmHlDmB,A7FAA,A4QjCJohC,AuB5BxB,AjDsBU,AIDV,AIFa,AGPf,AQWE,C1SeC,A0HmB4B1xB,AjFHAmP,AdGAnP,AvBA/B,A2RtC0Boc,CjK0ChB,A7FAA,AkRPR,AUhDwBr4B,AzCexB,ClJwC+B+d,A7FAAA,AjCJA,A8ShDd,AC6CY,ApS0DpBxR,C8GpDP,A9FAA,AmRnD2B3qB,A9BYA,AEJf2e,ASEb,C9JuCH,A7FAA,CyFEoC,ACCA,ArFPA,AVMA,AECA,A4RvDjC,ArBIW/gB,CvKgDuB,AHGAi7B,ArFPA,ALIA,AHGAA,A4RvDL,ASJ9B,CPKS,AhTyGKnN,C2GvDhB,A/FAA,AoSlDiCyjC,AOPhB,AIEd,CxBOgB,AoBLjB,C5MqDuC,AGGA14D,AlGHA,AIGAA,AkRhChC,ACnB8B,AwBPjByrB,AnCcnB,C9PsCuCknB,CqFOC,A7FAA,AsQ7CL,ACNzB,AzRsGFze,C+GnDiCkN,A7FAAA,AqP5ClBqrB,AvQ+FJv3B,C2T9GnB,AlCQuB,CSkBgB,AyB1Bd,CxM2DmB,A7FAA,C6FAC0Q,A7FAAA,CwFDZ,A9FAA,AqPvClC,CrQ0FS1R,E8GnDyC,A9FAA,AgSrDzC,CbEQ,AaF4BxB,CtR+CV,A6OrCDg6B,C4BRiB31B,AnSwG9C7C,C0B3D6B,AiSpDP/sB,C7M0DO,ApFNL,AVMK,AkRhClC,ACnBC,CpLoDkC,A7FAA,C6FAsB06B,A7FAAA,A8RtDhD,CtR+CiDtY,AsR/CxD,AhT0GQ8L,EkRrFO+xB,AGDAA,CsCzBS,C5M2DtB,ArFP0D,ARO1D,AkRPJ,A7BrC4C,C7OqCmB30C,AiSpDxB,C5M2DyB/N,A7FAAA,AkRPFwhD,ElB1BvC,AGDA,CtKkC4C,A7FAA,AgQjC3CnkD,AGDAA,E3P2B6C,AoRhDpE,C/LuDqE,A7FAA,CQPR,AoRhDImc,A5BqBjE,AGDA,ClKkCH,AzFN+B,AJM/B,AtBqDOgW,C0BxE+C,A1BwE1CmB,C+GpDgE8U,ArFL1E,ARK0EA,AlBoDjD,CoS3DzB,ApS2DKjW,CoS3DsE,CUhD1E,C9S4GIA,KAAKe,KAALf,CAAWgB,CJxEiD,CwSYjE,CxSZqE,GIwEhEhB,GAAWgB,CAAS,C+GrD6C,A7FAA,AlBoDjEhB,E+GpD2D,A7FAA,AlBsD3DA,KAAKpb,OAALob,CAAaoB,MAAbpB,CAAoBA,EkRtFFkzB,AGDAA,GrRuFO7xB,GkRtFD,AGDA,CHCC+pB,AGDAA,IrRuFzBprB,EkRxFJ,AGDA,ArRyFuCA,IAAnCA,CAJIA,WkRlFgC,AGDA,KHCI,AGDA,CHCCioB,AGDAA,MHCL,AGDA,CHCYmD,AGDAA,MHCZ,AGDA,CHCoB8H,AGDAA,MHCM,AGDA,CHCC9H,AGDAA,MHC3B,AGDA,CHDxC,AGDA;ApSaA,AEMA10B,ADLD,AMdA,AGkB8E,AFlBtE1d,AKaR,AfoBI,A2KEN,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,AJAA,AHCA,AWAA,ApCAA,AkHDA,AFAA,ACAA,AvBAA,A3CHE,AOCA4X,ACCF,ATCA,AKCM,AMAL,AjHFD,AmDCA,AxFCA,AxDDA,AFAA,ATAA,AGAA,AJAA,A1HCA,AeAA,AoHAA,AjBFA,AzOEA,AoIAA,AyLAA,ArFFA,A6BCA,ArJCA,AsEDA,AaCA,A2CFA,AjECA,AlCAA,AOAA,AECA,A1IDA,A4OAA,AyECA,ACDA,A8DAA,AuIAA,AQCA,AsDME,AvKNF,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ANAA,AlBAA,A9GJE,ASCAA,ACCF,AXCA,AOCM,AMAL,AyGAD,AQAA,ANAA,ACAA,AEAA,ANAA,AcAA,A5IAA,AyBDA,AwECA,A0HFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,AvOHI,A+LGJ,ADAA,AGVInY,A1IWJ,AEHA,ACGA,ANDA,ACCA,AGDA,A/DCA,A8CDA,ACAA,ACAA,ACAA,ACAA,AEAA,AoBCA,ArCDA,AHAA,AyICA,AqCvDE,AmGAC,AC2BC,ACzBsB,ACoBxB,AClBC,AC4CD,AC1CA,ACVqC,ACEtC,ACLoC,AEKnC,AGOA,AEJwB,ACAtB,ACSD4R,AEb2B,AGA3B8yC,ACCD,ACFCtM,ACFD,ACGiC,ACD/B,ACC4B,AvDkB9B,AEJA,ACKA,AELA,AClBA,ACsBA,AMUC,AEVD,ACSC,AEXC,ACHA3pC,ACNA,AEaF,ACJCoN,AzB4BH,ApCSI,AkDiBD,AxBHF,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3P0CyC0L,EkHxDxCpP,A7FAAA,E8FGE+gB,A7FAAA,AgKXAl5B,CrMhBK,CQTCO,AkHgCJ02B,AkIUA,AjOVAA,AvBAE9X,C6HCD,A7FAA,A0Q1DL,AEQO,AcDA,C5TqCNlB,AmMMK,A2G1CN,AcDA,AESCrM,AKbA8yC,AEDAtM,A5BiBAv8B,CpSMI4G,AkHmCEuS,A/FAAA,AiLtDA,AoHDN,CvToBW,AKaRxjC,AfoBI,AmIAAquC,A7FAAA,AmR3DmBlzB,AjCkBvB4O,AgBEF,ACHA9M,A/BsDK,AIAA,C5QhCA,A4P6BE69B,AvDjBAvY,A8GIJyb,A5BhCAj+B,AGvBAi+B,ASsBAj+B,C3RIGhR,AmSNH,AXsDE/F,C/RlCAyiB,A6HsBI5f,A7FAAA,A0KvDX,AmGAO,AIIDmyC,AUCC3vC,AxCUAA,ClRuBA,AwHaK,A/FAA,A0KPA,A0GjBN,AQlC6B,AgBG5B,AGADrF,AlCQE0rD,AGSD,A7DqCD,C9OlBK,AEMH/nC,AmMMKzqB,AM5CA,AoHCL,ACSA,A/BeA8G,ACjBKupD,AEgBLvpD,C5RLD,AKaG,AmTtBDgU,AOdA,AjCiBH,A9BdO,AFmEA,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,CnQ/Cb,AMaWsY,AfoBI7zB,AqTJf,A5BhCA,AGvBA,ASsBA,AGFOu8C,ACHE,CtSuBG,AwHqBd,A/FAA,AyRNch1C,AkBnDD,A/CcC,AIlBAo0C,CzRwCE9xB,AyHkBGjoB,AOCA,AtGDAA,ASCA,A8QhDhB,AXMU,AIGCoB,AXsDE,CzRhDE,A0HiCE6pC,A7FAAA,A8QhDLljC,AUCC,ASRD,AjDkBC,ClRuBb,AuHgBkB,AKCA,ApGDA,AOCA,AoKXV,A0GjBI+9B,AatBEh9B,AIKd,AUdY,AtDmBEA,CnRkBH,AMdZ,AuHoCoBvG,A7FAAA,A+R7CJ,AUdF89B,AzC6BC,AGDA,AJ2CEzjC,ApBpEJ,C5QiCKsnB,AaAlB,AfoBqB,AwRzCJ,AWcDpO,AGDAA,AEXd,CpSyBe,ADLEwB,AHmBGrY,AMDE,AiMPFgS,AiG/BRw0C,AETI,AGSX,C9RmBY,AqHuBI,A7FAA,A8QPvB,ARnCkB5hC,C7K0CP,A7FAA,AiRnDV,CpLmDwB+c,A7FAAA,AiRnDJ,AwBRf,AhDHN,AcWqB,AjCNR,AGEA,ChJmDT,AOCI,ACGkBsD,A0HMtB,AjOVA,ASCI,ACGkBA,A0Q5BN,AIqBG/d,AS3ChB,AxCUA,AEJP,AIlBuB,AagBa,CtK2CT,A7FAA,AhCDEsE,A2SxBR2oC,AO7BoC,AXelD,AxCfM,C9D8CX,AuHvCF,AxCUA,AEJwB,AUwDC,ChSnCd,ACCC,A6OiBH,AkDiBiB31D,C/RlC1B,AyHkB8B2kC,A/FAAA,AwRH9B,AuBpDwB,AzC6BvB,AGDA,AOXwB,AzCbZ,CpIuDF,A8HMoB4V,A3NNpB,AkRPkB,A7ChDhB,ADFA,AIAA,ALAA,ClQwCKhzB,A6SXZ,CjL4B2B9hB,A7FAAA,CjCvBH,A0UpCxB,ApCiBJ,AxBbW,C7IoDL,A7FAA,AkQvCoB,AxDqCtB,C7GEN,AHGW,A1FHX,AHGW,C/BjBM,A4HiBb,A7FAA,A8Q5B2B,AGvB9B,ApE8CgBrE,CpHCqB,A/FAA,A+SvDN8G,AhDHhC,CxR6C4B,AEa1B,A8S/CiC25B,ArCNtB,C3IyD2B,A0HMA,AvNNA,AqP9DH4uB,ChK0DI1gD,AQIA62B,A0HMAoT,AjOVAjqC,AUIA62B,AjCJE,AuQrD9B,C3QkCN,AwS5BiB1+B,AR+DP,ClSfT,AgPFF,AkDiBmCigD,ChSnCD,A0HmBI,A/FAA,C+FAC/mD,A/FAAA,A+SvDN,CxBQtC,AwBRuCwmB,A5FsDd,CAAxB,ChPE8C,AiTzB9C,CPvBmB,A1D8CQ,AkDiBkB,CexCH,ATd1C,ANsD8C1f,CtKhBhD,A/FAA,A6Q/CiCm6C,E9K+CoB,A/FAA,A+SvDrB,CAAgBoM,AhDHhD,CAAqD,EM0EpC,ClSfb,A8PSA,A8EjE4B,AlCQX,AR+DpB,CQ/DyC,C1SgDkB,C4R3D5D,CxJ4DF,A0HSK,AvNTL,C8QLE,AuBpDyD,AhDHI,EyBuDExH,IvDcrD,KAAK5sC,C8ElET,CvBoDN,AatCC,CbsC2E,CvDclE,CAAP,A8ElEsEnS,I9EkEjD,E4C1DH,CkCR2D,CAAC0f,AlCQX/D,IAAjD,CW4CrB,CvDaA,C8EjEyE,AlCQKzT,C5C4D9E,A8EpEyFq+C,GlCQpE,CkCRoD,ClCQvE,IkCRgG,aAAhG,EAA+G;A5THnH,AdwCG,AEMC,ACED,AFPD,AUCqE,AFhBrE,ADAcvgC,AKcb,AfoBK5sB,A2KER,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,AJAA,AHCA,AzBAA,AkHDA,AFAA,ACAA,AvBAA,A3CHIqjC,AGGA,AIFH,ACAD,ANAA,AGXM//B,AP1CN,ACuDE,AKCG,A3GFL,AmDCA,AxFCA,AxDDA,AFAA,ATAA,AGAA,AJAA,A1HCA,AeAA,AoHAA,AjBFA,AzOEA,AoIAA,AyLAA,ArFFA,A6BCA,ArJCA,AsEDA,AaCA,A2CFA,AjECA,AlCAA,AOAA,AECA,A1IDA,A4OAA,AyECA,ACDA,A8DAA,AuIAA,AQCA,AsDSIwuB,AvKTJ,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ANAA,AlBAA,AlHMAzyB,AIVIgkC,AIGA,AKFH,ACAD,APAA,AIXM//B,AT1CN,ACuDE,AOCG,A+GAL,AQAA,ANAA,ACAA,AEAA,ANAA,AcAA,A5IAA,AyBDA,AwECA,A0HFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JRA,ADCE,A5EIM,A+LGR,ADAA,AGVG,A1IWH,AEHA,ACGA,AJLA4gC,AFIA,ACCA,AGDA,A/DCA,A8CDA,ACAA,ACAA,ACAA,ACAA,AEAA,AoBCA,ArCDA,AHAA,AyICA,AqCvDI,AmGAD,AC2BE,ACzBH,AEGCt9B,AC4CD,AC3CA,AETyD,AEFV,AECU,ACYzD,ACHA,ACNC,ACED,ACAEsxD,ACSD,ACfoC,AEFrC,AEEmB,AEDA,ACCpB,ACCkC,ACA9BhuD,AtDmBH,AEJC,ACKD,AGvBC60C,AEED,AGiBC,AEaA,AEVD,ACSC,AGdC9D,AEWJiY,AEViB,A7DuCZ,A0BcJ,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3P2B8Ct+B,CkH3C/C,A7FAA,EiKTS,C3EULyO,AQIAkN,ANHA1L,AgIYA/S,AjObAuR,AUIAkN,APHA1L,EtBlCYjY,AuHuBVtpB,ANaA,AlGOA,AWpBAA,ARaA,CuGFC,A1GSAhE,AaTA,AiSzDL,AEDA,AtCMO,AGDA,AKsBF,AEVL,A5R+Ec80B,CjBtCRp0B,A+HEAuY,A9FAAA,A2BJA,AwP7CL3R,ASGG,AETH,AYHas0C,A/CHb6D,AKmBA,AUSKtuC,ChSHD9D,A+GnBEpK,A/FAAA,AwD+CAuH,AoHFA,A3IMA46B,AuOzBJn2B,AGDAA,ArRmFqColB,Cf3EnCxO,A4HoBG,AGXA,AjGWA,AIXA,AyKzCA,AoHCN+yC,AIREtT,A5BiBF3J,CxK+BOjQ,ANaAtK,AmIUA,A1NvBAsK,ARaAtK,AsDPA0U,AyN1BX,C/K8BY,A/FAA,A+SvDPlrC,CjUsBH,ADAqB,AoHkCV40B,A9FAAA,AuKRA,A8GKJ7yB,A7BtCDrF,ACKCqF,AKrBAA,AKKA,AEeAA,AChBA,CxCiEK,AjDhEA,AkHDP,AYH4B,A/CH1B,AKmBF,AEaI,AGDA,AKHG,CjSHE2gB,AKcN,AfoBK,A4HDAne,AGGA,AlGHAA,AIGA,A+QtDLslD,AIKA,ASGG,AETLnY,A9BaAmH,C5R4BGn8C,AMtBG+F,AIcH,AgHsBK68B,A9FAAA,AgR3BLzhB,AGtBA/a,AaJD,ArCRC,AlBuEI,AIAA,C/PhCH,A8LhCK,AoHCNglB,A9BDF,AGDA,AGWE,CvSsBI,AFoBGhyB,A4HDA,A/FAA,A+SvDP,AzCIT,AGDA,A9BmEe,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,C1QlCDF,A0HmBGA,AkIaAiZ,AjObAjZ,A+SvDN,AnCcA,C9RQX,AIcS,A+GoBS,A9FAA,AuKRA0gC,A8GKJ,A7BtCb,ACKa,AKrBA,AOoBA,AIJX,C3KyCgB,AJrDrB,AjG8DA,AOTqB,ALrDrB,AuDgDE,A8N/Cc,AC2BA,AIsBCz2B,AQzCCs1C,AETf,AtCiBct1C,AGxB8C,AEG9CG,AOoBAH,C3RGR,AgHnBa7H,AjG8DA65B,AE9DA75B,AuDgDC8mB,AqHHV,A3IMb,AoPlDiBgJ,AeDFmuB,C1TyCG,AyPwBJ,A3KlBd,A0H9CuB,AwHPJ,A7CkBA/4B,ASChB,C5R4BgBrO,AURF,A+OgCb,A3KlBqBlP,A0H9CD,AoG2BL+xC,AhBfD,AUSlB,CzSWO,AaAW,AfoBO,A4HDrB,AKVM,ANaR,A9FHE,AOVM,ARaR,AgCJuBlX,AwP7CtB,AbbWvf,CvS4DYhlB,AiIXpB,A7FAA,A8CMJ,C+CNyB4J,ANaA,AvFbAA,ARaA,A2KVA,AiFjCxB,AMhBM,CzR6CN,AURQ,AmEekB,A2H/CZ,AuGKM0E,AC4Cd,AgBxDe,A7CkBC,ACKhB,AKrBgB,AOoBhB,CnSiBiB,A6HsBlB,A9FAA,A8RvDL,AxCgBQ,AvCmCH,A8BpDO,C5QkCZ,A+SLsB,AIsBvB,AQzCW,ApCQX,AYDA,CtRiBoB,AoEctB,A8NnB0BzF,AGtBA,ASGEyuD,AIPxB,C/T+ByB,AaAN,AfoBL,AoT/CS/oD,AaJDypD,CjUmDO94D,A0HrDjC,A/FAA,AwD+CkCoK,A0H9CD,AwHP3B,A7CkBH,AdbY,AJDA,C/P8BQ,AwH2BW,AEb5B,AxGoBN,AQPkC,AGb5B,AyKzCF,A+DDW,C7PiCJ,A2GjCwBjH,A/FAAA,A6PYHuK,AenBR,AvD0DnB,C/GT+B7C,AxGoBA,AWpBAA,A4QzCjC,CzG4CM,A0GjBU,AoBlCc+sB,ArFyDjBiG,A2BrDD,C5PmCY,AqHuBW,A7FAA,AqBLtC,AqPvBkC,AYnB5B,C9SwBsB,AfoBW,A+HEnC,A9FAA,AsKVmC,A6GvChB,CpT+CiBh9B,AoT/CJ,CrLiDK,AKCAilC,AnGDA,AMCAA,A4CTzC,AkPrDqC,CtTuC1B,AkHSL,A7FAA,C+CKsC,A0OtCJ,C7E0CnC,CjOlB2B,A2GjChC,A/FAA,AsSEI,ClT+B6B,AsTvCS,C3MMK1iC,A/FAAA,A6PY5C,C1JyCiB,A9FAA,AiSnDsBpD,AzCUI,C1JyC9C,A9FAA,CjBpBU,C8SxBR,AQfA,CtTuCqCqP,AkSLpB,CYnB+B,AQfD,A7CkB9C,CyBgB+Cmc,AgB1BF,C7LsDO,A7FAA,A0RtDNjB,AzCUIuiC,CpJ4CG5b,A7FAAA,CdMxD,AwRlCmB,AnBhCV,CpKIT,A/FAA,AyRMuB,AtBVrB,C/QqCQ,AU6BiD,AwRlCtD,AjC5BU,CjQiCgC,A2GjCa,A/FAA,AyRMJ,A7CRzC,AHEA,CpQqDkB,AiUnDS,CjUmDoBxwC,AoT/CvC,AaJkC,AWL9C,ApEGI,CoEHV,ApDeF,ATdY,AVAA,C+CQ6C2O,AaJlB,EAAmBwpD,CpDJ9C,C9PmCL,AfoBuB,EepBwB,AfoBa93D,CoT/C/C,CAA8C,AaJF,AxDJpD,CwDIqD4xB,GjUmDnC,CAA4C,GepBnBjf,CAAD,MfoB8B1S,AiUnD1B,CAAsB83D,EjUmDN,AoIA7E,A7FAA,A6Q/CuB,EpT+CqE,AoT/CH,EAAlE,CAApB,MaJuC,EAAwDhmC,MAAxD,CAAtC,gBjFkD6DzkB,EAD5D,iFAGS6E,KAHT,uCAIQsI,OAJR,2HAOMk9B,UAAU,CAACG,MAAX,CAAmB71C,KAAnB,CAPN;AhO1DL,AdyCI,AEMA0H,ACEA,AEbF,AJOD,AQhBC,AFCA,AGiBA,AFnBuB6kB,AKcgC,AfqB/C,A2KEV,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,AJAA,AHCA,AzBAA,AkHDA,AFAA,ACAA,AvBAA,A3CHG,AGGG,AIFJrK,ACDF,ANCA,AGXK,AP3CyD,ACwD1D,AKCD,AMAH,AjHFA,AmDCA,AxFCA,AxDDA,AFAA,ATAA,AGAA,AJAA,A1HCA,AeAA,AoHAA,AjBFA,AzOEA,AoIAA,AyLAA,ArFFA,A6BCA,ArJCA,AsEDA,AaCA,A2CFA,AjECA,AlCAA,AOAA,AECA,A1IDA,AqTCA,ACDA,A8DAA,AuIAA,AQCA,AsDSG,AvKTH,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ANAA,AlBAA,AlHMEhlB,AkBbA,AdGC,AIGG,AKFJglB,ACDF,APCA,AIXK,AT3CyD,ACwD1D,AOCD,AMAH,AyGAA,AQAA,ANAA,ACAA,AEAA,ANAA,AcAA,A5IAA,AyBDA,AwECA,A0HFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JRE1a,ADCE,A5EII,A+LGR,ADAA,AGVI,A1IWJ,AEHA,ACGA,AJJA,AFGA,ACCA,AGDA,A/DCA,A8CDA,ACAA,ACAA,ACAA,ACAA,AEAA,AoBCA,ArCDA,AsICA,AwIvDG,AIMA,AC2CD,AC3CA,ACZqC,AEFrC,ACE+C,AECU,ACaxD,AETA,AEEC,AGLF,ACHC,AEID,ACAA,ACDA,AEDiC,ACC9B,ACAH,AtDmBA,ACJC,ACKD,AGvBCrI,AEED,AGiBEi+C,AEaF,AEVA,ACSA,ACjCsB,ACsBpB,ACFES,ACRF,AGWF,AzB0BF,ApCiCK,AkDNF,AxBHF,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PgDI/gD,EkH9DHolB,A1GSAhlB,AaTAglB,A6CNA1a,C6CHA,A7FAA,CiGYE2mC,A7FAAA,C0FrBA,A7FAA,C1BjBqB5hB,AgHnByCpsB,A/FAAA,CwGsD3D,AFXA0H,AtFOA,ALIA,AFXAA,A2R9CL,CtTwBI,AiTzBU07C,AECAA,AeAW9gC,A/CFxBtjB,A3QyHErC,CNhGEytB,ACkBAjgB,A+GkBE+zB,AWCAkR,A1GDAlR,AaCAkR,A0CTA,C/ERL7nC,A+HcM,A7FAA,A6CNAU,AoHFA,A0FhCNg1C,AOCA,C9RI0B,AqHqCnBjW,ApFNA5jB,AVMA4jB,AiDPA,A5EII9d,AkUtDRkwB,A3BiBA6K,A5RoGFtnD,CQrDO,AkBbA,A+QtDqC,AECU,ACanDkgD,AQfCga,AME0B,A/CF5B,AakBDnZ,APwDC,ChSnCE96B,AKLAwI,AEREhB,AGiBT,AFnBuBgC,AuHiBrB,A7FAA,AgR5BIgtB,AKdCgK,AcKA35C,AEDAA,AxCgBF,AhRsGG,CQrDI,A0DfZ,AoHFY9J,AqFnDL,AcUDmwD,CrSqCC,AsCQM,AwCFA,ADCA3e,A+MnCN8L,AUWMyT,ChSLb,ACkBYvmD,A8GtCgD,A/EkDvD,AhBlDuD,A6QetD,CpSyBG,AWNP,AfoBatN,AsIGjB,A7FAA,AgR/Da,AeKX,AhCgBOu8C,ACFE,CrS2BE31B,AWNRlT,A2GlCyE3Q,AjG8DnB,AkBZzCswC,AhBlD4DtwC,A6SDhE07B,AvCeF,AvBoDK,AIAA,CnQ9CAlR,AIcX,AoHoBarI,A7FAAA,A8Q9ChB,AXKU,AIGX,ArCoDgB,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,CnQ/CZ,AGiBJ,A0HmBkB,A7FAA,A2QjDLvb,AmBTC,AEDA,A5BkBC,AXqDH69C,AjRuC4BlzB,CV/EzB,AsTnBd,AUXc5pB,AEDAA,AxCgBF,C1ReGgkB,AQKTmF,A0SxCS,AIgBAukC,C3TwBd,AEMO,ACEP,ALYmB,A2HEnB,AhFNmB,AfMnB,AtBHuB,AiMPjB,AiI/CR,AhCgBE,CxSuCoBn3D,A+HElB,AIFI,AREcqgC,A1FAlB,AKFI,AVEcA,AsDPb,A5EIiB7U,AiMPJ,A8HnDH,AGIA,AhCgBLuhC,AEVE,CtSmCEpnC,AKnBG,A0E2BE+gB,AsNpCpB,CvSsBiB7hB,ASdpB,AgC8BwB6D,AyQ1CvB,AlB6DiB,CzRhDlB,AsHmCyB,AIFA,AlGEA,AKFA,A4CLAoJ,AkOzCJ,AiBbC,AnC0EHpJ,CnRnCN,AoHoBc,A7FAA,A6CNd,AsOtDN,AcKA,AEDA,ChUuBkB,AMaXmK,AoHoBd,A7FAA,AuR5CC,ASLe,A5BAK,AhBWZ,CtRwBc,AGXhB,AoCqBqB,AwCFA,A7EKH,AiUtDzB,AEDA,AID8B,CzU2CNxzB,AgIiBK,AzFPAG,AJOA,AjCJvB,AuUtDN,AjDN6D,AcY3D,ARgEG,CnKbD,A9FAA,AwR9DsBiZ,AIgBA,AQfC6iC,C1M6DzB,A/FAA,AsDPO,AsNlCP,AEVuB,CxS6BvB,AkIuB8BzW,A7FAAA,A2CRAnc,A2OvC/B,AvDZY,C/P+BiB,AmH7B+D,A/FAA,AiPAhF,ClJAiF9mB,ACwD5D,AhGxD4DA,ACwD5D,A6R9DJ,AjBqBHyb,CpSyBT,AuCUM,AuPmBI,C9R7BGrJ,A8EStB,AmPtDa,CAAYiqC,A1DGrB,ChOoDyB,AuCDAhM,CyCOpC,AhFNF,AfME,A6R9DiC,CjBqBjC,C7PmCuCG,CvCVhC,AWNF,AqS1BN,ChTgCC,AGXK,AQKuB,AmRmC7B,ChNpBQ,AkOzC+B,C1LRiE,A/FAA,AuQqEnE,C3RxCK,APyB5B,AoIG+B,AVzD4D3wC,A/EkD5D,AJOA,AZzD4DA,AuDiDxG,CnEfgCqxB,AfoBarzB,AoIGAywC,A7FAAA,C6QjD9C,CzQ0CgD,A0RvD3B,C1RuDtB,A8QxDA,AYCgD,CrFgF1B9iC,CrMzB8B,C3CIrC,AgPqBZ,CrMzBmDkY,C3CICvlB,A0HtDsC,A/EkD7F,AhBlD6F,C4K8CrF,ChMjBR,AQK8B,A2GlCuFmC,A/EkD5D,AhBlD4DA,A4K8CnH,A8HnDoB,CtTuCuB,AfoB9B,AqU3Dd,ArDKY,CjQkCiB,CAAvB,AfoBqDjD,CuQxD/C,CxPoCoC,CAA1C,AqPlCM,CIAA,CMDA,CTDA,CtPoCyC,A2GlCuC,A/FAA,AoPFhF,CrJE+D,A/FAA,AkPF/D,E7QwDL,AgPqB6B44C,C0B5ExB,ADDA,E1PoC+CplC,CAAC,AqHmB/D,A7FAA,CyMsBK,CAAyC,CjOzCoB,CAA9D,EAAiExP,QAAjE,AiOyCsD,CjOzCqB,EAA3E,CADqD;ACxCzD,Ad0CI,AEMA,ACECnE,AEbH,AMMA,AFfA,AFCC,AGiBD,AFpBO,AKcgD,AfsBhD,A2KET,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,AJAA,AHCA,AzBAA,AkHDA,AFAA,ACAA,AvBAA,AxCAM,AIFL,AFXE,AP5CiI,ACyDhI,AWCF,AjHFF,AmDCA,AxFCA,AxDDA,AFAA,ATAA,AGAA,AJAA,A1HCA,AeAA,AoHAA,AjBFA,AzOEA,AoIAA,AyLAA,ArFFA,A6BCA,ArJCA,AsEDA,AaCA,A2CFA,AjECA,AlCAA,AOAA,AECA,A1IDA,AqTCA,ACDA,A8DAA,AuIAA,AQCA,AjHAA,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ANAA,AlBAA,AlHMEuhB,AkBbE,AVME,AKFL,AFXE,AT5CiI,ACyDhI,AaCF,AyGAF,AQAA,ANAA,ACAA,AEAA,ANAA,AcAA,A5IAA,AyBDA,AwECA,A0HFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JRI1X,ADCD,A5EIE,A+LGL,ADAA,AGVG,A1IWH,AEHA,ACGA,ANDA,ACCA,AGDA,A/DCA,A8CDA,ACAA,ACAA,ACAA,ACAA,AEAA,AoBCA,ArCDA,AsICA,AqCxDI,AmGCF,AC0BG,AGnBF,AEDD,ACbqC,ACEoB,ACHzD,ACC+C,AECU,ACcxD,AETD,AEEC,ACSD,AChBA,ACGA,AEMA,ACNA,ACACm2C,ACDD,AGAE,ArDqBF,AKxBCp2B,AKiBe,AOGd,ACFE9gB,ACRD,AGWF2D,A7D2DG,AkDNF,ARrDF,AhBkDD,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PgDIzM,EQrDHuhB,CwG7BA,A7FAA,A9Be+B,C6ED7B1X,A7EMA,CIrCiD,Ae8ChD,CiGhEmIxG,A/FAAA,CzBiCrI,AoIyBI,A7GMA,AgBNA,AwR5DL,CpHIM,A0GNQy4C,AGAMniC,AECAA,AYGnBqmC,A5CJAp2B,AiBqBAnd,A5RoGEzM,Cb/EF,AOjBIwvB,ACkBAhC,AGNG,AfoBuB,A2HIxB8T,AhFNA2R,AfMA3R,AgT9DN,A3CkBA,ClRoBA,AfoBe,AoUrDX/zB,AEMC43C,C7TgBAz1B,AT+BA,A+HIG9B,AOCAhN,ArGDAgN,AQCAhN,A0CTA,A+OpCJ47B,A1DwDG,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,CvQ1BLx8C,A8EMOotB,A0H/CA,A6GNqC,AECU,AhCDpD,AakBDtkB,ACRD,CxS6BK,AkTzBF0zC,AWRC3vC,AEEA,AvCaA,AzQoGJ7M,CNhGH,A4SzBqC,AaIrC,AxCJO,C7J6DH,AOCS,ArGDT,AQCS,AoKxDA,A6Eeb,AzQoGU,CL9EV,AmHkBc,ApFNZ,AVMY,AgR5BP,C5ScC,AMtBKwvB,A+GrBqH,A/EmDnHhJ,AhBnDmH,AuSalI,AEbYjZ,AvBiBF,AvCnBG,ChI4DG9M,A3FPd,AFOcA,AyR7CJi+B,AMbD,A9BMJ,A9BNM,ChQuCElR,A8GvCoIxqB,AjGgEnI,AEhEmIA,AyRUlJ,AVJOw5C,AGWI,AnCkDI,AIAA,AHrEH,CtQ6CFh1C,A8EMT,AiOvCW80C,AWRC,AOIE,AENH,A/BcD,C1K2CR,A9FAA,AkDRe,A4O/CJ3xC,AKFf,CzTqBA,A8RPc,C1K2CO2/B,AJAnB,AhFNmBgJ,AVMAhJ,ALAnB,AiLvDA,AoG2BY3hB,AiBhBd,AIPmB,AtDNN,CrJyDSsZ,A/FAAA,AsS5CH,ArBIFh/B,CpSKhB,AoMpBsB,AgFeX8iB,AaXT,AlCNU,C5PuCb,A8RjCeojC,A7BRF,CxQ6CK,AiIeO,A7FAA,A2QhDxB,A7CZY,AFAA,ChQ6CMp9B,AIrBI,AsHmCnB,AOCsBrrB,A3FPxB,AVME,AQCsBA,AwQ7BnB,AGnBe,AWRf,AOIiB87C,A7DRX,ChQwBZ,AoSLW,CkBfZ,AlBeuB92B,AzCjBV,CzIyDX,A/FAA,C8QnDC,AzR+GO,CZ1EP,A8EM4B,A8NpBP,APvBD,C/KmDS,AWC3B,A1GD2B,AaC3B,A6RpDc,A1BaL6C,C0BbiB04B,AzCWT,AdnBT,CrJEuJ,AY0DlI1O,A3G1DkI,Ac0DlIA,CiF1DmIzvC,A/FAAA,CwRwB/H,CxLiCpC,A/FAA,G0SnDiB,ApCgEC7C,C5JZqB,A7FAA,A6RpDD,CrBuBrC,APvBA,AEaqB6sD,CQTvB,C9KgD2C,A7FAA,AwQ7BP,APvBD,EhLNgI,A/FAA,AuQsE1I,CAACjsD,CxKtEuJwC,AY0DlIU,A3G1DkIV,Ac0DlIU,EiQpDR,CAACy4C,ARgErB,CUnDcuQ,AVmDDtF,C5JZW,A7FAA,A6RpDzB,AtFsEIn5C,C1GlB+BsS,A7FAAA,A6RpDtD,CtFsEI,E0DtEgC,CpKoDQ,A7FAA,AiQpDIhX,ARgET,CxKtE6H,AY0D/J,A3G1D+J,Ac0D/J,AyPYmCggB,CxKtE2G,A/FAA,C2G0DtF/I,A7FAAA,CmQvCjB,CVmDxB,CQhEgB,ARgElC,C5JZ+D,A7FAA,AiQpDT,A1DsEzBtC,G1GlBqC,A7FAA,C6FApE,A7FAA,E6FAuEsC,A7FAAA,AuMkBnE,A8B7ES,IxI2D8D,A7FAA,G6FAGD,A7FAAA,AiO3DjE,GgCOuB,CpKoDpC,A7FAA,AiQpDG,EpKoDiFC,A7FAAA,AiQpDTqyC,IpKoDa,A7FAA,E6FAxF,A7FAA,E6FA4F,A7FAA,EiQpDzF,IRgE4C;AlR7EjD,Ad2CI,AGQC,AEZJ,AMKC,AFfA,AFCC,AGiBD,AFpBA,AKgBC,AfoBI,A2KEP,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,AJAA,AHCA,AzBAA,AkHDA,AFAA,ACAA,AvBAA,A3CHE,AGGG,AIFL,ACGA,AHdC,AP7CiM,AC0D9L,AKCF,AMAE3gB,AjHFJ,AmDCA,AxFCA,AxDDA,AFAA,ATAA,AGAA,AJAA,A1HCA,AeAA,AoHAA,AjBFA,AzOEA,AoIAA,AyLAA,ArFFA,A6BCA,A/EAA,AaCA,A2CFA,AjECA,AlCAA,AOAA,AECA,A1IDA,AqTCA,ACDA,A8DAA,AuIAA,AQCA,AsDSE,AvKTF,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ANAA,AlBAA,AlHMI,AkBbAe,AdGF,AIGG,AKFL,ACGA,AHdC,AT7CiM,AC0D9L,AOCF,AMAEf,AyGAJ,AQAA,ANAA,ACAA,AEAA,ANAA,AcAA,A5IAA,AyBDA,AwECA,A0HFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JRMloC,AkHQN,ADAA,AvICA,AEHA,ACGA,AJLA,AFIA,ACCA,AGDA,A/DCA,A8CDA,ACAA,ACAA,ACAA,ACAA,AEAA,AoBCA,ArCDA,AsICA,AqCxDM,AoG2BAiiB,AENkC,ACZrC,AEFD,ACdqC,ACEoB,AEFV,AECU,AGMzD,AEEC,ACSAm4B,ACfD,ACEA,ACP+C,ACa/C,AERmB,AGFc,ACIhC95C,ACDD,ArDcA,AIjBEmxC,ACqBF,AIFC,AMtBD,ACU6C,ACQ1C,AGQH,ACJe,AzB2BjB,ApCkCMnD,AkDPG,ARpDP,AhBkDD,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PgDUpkB,ImH3DP8Q,AEAAkN,A3FPAe,AJOAjO,AEAAkN,AmBLAmB,CnDjCF,CuHsCItI,A7FAAA,AgDTA/gC,CpElBJ,AyTjCA,AvCYA,AOPA,AKYA,CjPsCM,A2P1DgB0jD,ACERvH,AEFY3G,AECAtyC,AMiBzBk3C,AUbA95C,ACDG,ChUqCCioB,AFfA3vB,ACkBAusB,AgHeEngB,AFvDgMvM,AC0DhMw+B,AmIUA5O,AnNhBA,AdGArjB,AFvDgMvM,AC0DhMw+B,AiT1DF1mB,CzM2DG,A7FAA,AsKxDA,AsGqBaunC,AgBzBhBxoC,ACEAmiC,AEMC6I,A1CVJ7I,ACqBE77C,AeEAsoB,CnSGG,A6HoCE,A7GMAyU,AgBNA,AmBLA/8B,AiJnDA,A0FTJguD,AEiBM,A/ByDH,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,ChJfE,AUIAptC,A3FPC,AdGD,AYIAA,A8Q/D2B,ACEoB,AIDA,C1TuClDmF,AaAA,A6GmBImO,AQIAuL,AvGJAvL,AUIAuL,A+QjDJ/L,AIdwC,AlCkBxC9mB,AiBEJ,C9RMH,ACkBA,AuEUY,A8NpBRyf,AkB/BJ,AUCU,A7F6ENqsB,ChHlBS,A7FAA,AgDTA,A0H/CA,AuGSL9rC,AaPAisD,AWJA,ACDIpzC,AvEFC,AMEA,A3PsHC+P,CqH3DL,AwHST,ArNTS,A2R1DT,AxCJQ,ACqBE,AKoDG11B,A9BtEA,CzPsBAkD,ACkBAusB,A0HmBX,A3FPcyjB,AFOd,AmBLa,AuP9BuB,AeV5B,ACfEt5B,AtCmBD9Y,AlBpBE,C3I6DG,A7FAA,AyBLA+a,AiJnDA,A+ENN,AgBuBE,ApCpBC,ADFA,CpLoDD,A+OpCA,AEbE,ASDJ,A3CsEM,ArBxEH,ARAA,CjI6DK,AV3D8K,AY2D9Knb,A/FAA,AZ3D8K,Ac2D9KA,AoS3DlB,ArDcc,AepBd,CnKiEmB,A7FAA,A4CTAmnC,A8O7CL,AENd,A3Ceej9B,AKIX,AdpBS,ANAA,AOEA,CrQsBb,ACkBA,AgHeO,A/FAA,AuR3CQ,AaPAioB,AYLI,AhDkBF,C3RkBf,AWCF,A+GkBqBqR,ADGnB,A9FHmBA,ADGnB,AwR9Ccn5B,AkBLG,A/BbD4iB,AK0BD,CjLsCKwU,AhFNX,AfMWA,AuDRV,AvBIH,AoLuBK,CrMzBU1b,AwCFpB,AvBImBkZ,AuP9BFyiB,AiBvBF3F,A7BPnB,AvDmFe/wB,C9OzCK,AWCExrB,A8BeX,AkKjDH,AoG2BQ,AqBvBM,A/BbA,CrS0CD8lB,A8HuBIqlB,A7FAAA,A8Q7BPziB,AKpBNi5B,AzBQUpF,C8BlBd,AnCcD,AxC+DH,CrHnBF,AWCyB,A1GDzB,AaCyB,A2Q/CnB,A9BMC,AZnBI,AzPuHJjoB,CqH3DmB1T,A7GM1B,AkBb2B,AFODA,A2Q/CJ,A5BExB,C5JyC6B,A/FAA,AuStDf,AEMa27B,A1Ba3B,A9BrBa,CjQsCe,ACFT,A6GuBW,A/FAA,AgCJA,AiJnDA,AoG2BP,AENe,AiBvBZud,AzCYd,C9QwBiBvvC,A+CiBE,AqPxBPvnB,ACzBX,AkBJC,AvCiBG,AUxBjB,AK0B2B,A3RmGjBsxB,C2GhEsBxM,AUIL,AzGJKA,AYIL,A2R1DExa,AvCiBAwyC,C3RkBT,AoIuBlB,A7FAA,A8PjE6B,CrS0C7B,A8HuBc,A7FAA,AmRjDT,AWLC,CtMqDN,A/FAA,A0RhDqB,AWLOgZ,AKER,CrBuBJ,AatBa,AEhBA,AISjB,AEMoB9X,ApC+D3B,AjRiDQ3rB,CJlFO,AuHsBJ,AJAmB,AzFAnB,AJAmB,A8Q7BP3M,AmB7B9B,CvToCqC,A+GkBC,AQIxC,AvGJwC,AUIxC,AsKxDU,AgFeS,CjKqCsBjoB,A/FAAA,AgQrCF,ChRmBf,A8BeZ,A2Q1CkBu/C,CrS6GlB1rB,CJlF+B,AgMlCC,AoG2B1B,AhSyFKgB,C0BnEwB,AkKjDF,AoG2BvC,AqBvBkB,C3R6CpB,A2R7CyC,C1MgDpC,A/FAA,A+BDuB,CAArB,CgECsC0O,A/FAAA,A+BDjD,CqQjDG,ApCagB,A5QqGP1P,C4LpHuC,AyGO1B,AebD0lC,AxCqBlB,ChFf8C,AyGOZ5C,CzBQW32D,E5QsG5C6zB,C4LrHsC,CjFoDpC,A/FAA,AyR7CA,AfhBP,EegB6C,AzBQzC,AUxBmD,CtR8H7Ce,C4LrHiD,AyHIrC,CzHJoB,AyHI1C,AzCW0D,CjKqCGvN,A/FAAA,AwS7Dd,AxCwB/C,CyBRkDy0B,CzBQW,A5QsGxDjoB,CAAWgB,CmS5GR,CvGT0D,AuGSjE,CxL2CD,A/FAA,AgLpDI,CyGOG,CzGP8D,A0FTR,CegBHlqB,ArS8GrDkpB,GAAWgB,CqS9GT,ArS8GkB,CqS9GuC,ArS8G3DhB,EACIA,KAAKe,GqS/GmD8tB,ErS+GxD7uB,CAAWsB,QqS/G4C,CrS+GvDtB,CqS/GwE,ErSgH1EA,KAAKsB,SAALtB,CAAeA,KAAKe,KAALf,CAAWuB,SAA1BvB,EAAqCA,KAAKe,KAALf,CAAWwB,SAAhDxB,CADEA,GAGFA,KAAKyB,SAALzB,CAAeA,KAAKe,KAALf,CAAWuB,SAA1BvB,EAAqCA,KAAKe,KAALf,CAAWwB,SAAhDxB,CAJFA,EAMAA,KAAKpb,OAALob,CAAa0B,OAAb1B,CAAqBA,KAAKqB,QAA1BrB,EAAoCA,IAApCA,CAPKA,CADDA;AD7HX,Ad4CI,AEMDtJ,ASNyC1d,AFd1C,AFCC,AGiBD,AFnBD,AIcC,ACCC,A4JsBH,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,AJAA,AHCA,AzBAA,AkHDA,AFAA,ACAA,AvBAA,A3CHC,AGGE,ADFH,AJzDuN,AC2DnN,AKCAk1B,AMAD,AjHFH,AmDCA,AxFCA,AxDDA,AFAA,ATAA,AGAA,AJAA,A1HCA,AeAA,AoHAA,AjBFA,AzOEA,AoIAA,AyLAA,ArFFA,A6BCA,A/EAA,AaCA,A2CFA,AjECA,AlCAA,AOAA,AECA,A1IDA,AqTCA,ACDA,A8DAA,AuIAA,AQCA,AsDSC,AvKTD,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ANAA,AlBAA,AlHMG,AkBbC,AdGH,AIGE,ADFH,ALzDuN,AC2DnN,AOCAA,AMAD,AyGAH,AQAA,ANAA,ACAA,AEAA,ANAA,AcAA,A5IAA,AyBDA,AwECA,A0HFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JRK,ADCH,AmHOF,ADAA,AGXEwV,A1IYF,AEHA,ACGA,AJLAvE,AFIA,ACCA,AGDA,A/DCA,A8CDA,ACAA,ACAA,ACAA,ACAA,AEAA,AoBCA,ArCDA,AsICA,AqCxDQ,AqGEN,ACkBsC,ACXrC,AEFA,ACfoC,ACEoB,AEFV,ACK/C,ACJyD,ACgBzD,ACL+B,AEhBA,ACc9B,ACOkB,ACbnB,ACH4B,ACHmB,AGQ/C,AIAC,ACDA,AvDiBQ,AEHT,AGDA,AClBO,ACuBN,AIDD,AMvBC,ACwBD,ACFIoN,ACTD,AEaF,ACDD,A7D0DI,AkDPDt5C,AxBFJ,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PuD0C+sB,E2GtEzC,A/FAA,A0KRA0jB,C9KcyD,CqGLvDlY,AEGA0C,AhGHA1C,AGGA0C,AyBLA,CuBNA,AvBMCiQ,C/ClBuCnlC,AqEetC8nC,CgPvCJ,AUnBO,CxUiDNpqB,AuCUKqoB,A2Q1CL,ACf2BuM,ACERlmC,AEFgB/F,AECJihD,ACgB5B,AenBJ,CjU6BKnoD,ACkBA6lB,A+GkBE+O,A/FAAA,AsDPA,CrEfuC,ACD1C9iC,AgHqBI,AEGA,AhGHA,AGGA,AgRpCsBqqB,AgBxBzB8wC,A3BmBCnd,AhCoDC,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,CnQ/CD9sB,AuHoCG2b,A7FAAA,AwR3DJmR,A1BiBAA,AvBmDG,AIAA,CjQhCwC,AEAzCvoB,AySvCkD,AqBGnDvO,AtCNC6rC,AEsBHzQ,ACTD,AEaEiM,AVkDFvlD,CpKdQk4B,AnFJA,AXIAA,A4BFb,AsPjDS7yB,AKV8B,AiBM9BA,A3CiBD2vC,AgBCC3vC,A7DuDJ,C5OhCI,ASNkC,AFdzC,AqHqCE,A7FAA,A+CRU,AqHJA,A4GxB0B,AGbjC,A3CbQ,ALAA,AMEA,CxQ2CLue,A4HiBKsC,A7FAAA,AoKZA5a,AM5CA,AyGOP0pC,AIfyC,AGiBpC,AMbX,CrToCU,A6BiBI,AiBEA9c,AiRtDb,ArCkBW,AhCnBC,ADFA,ASEA,AZAA,CzPuBAhzB,ACkBb,AELW4mB,AkHwBT,ArFPA,AROA,AwR3DF,ACJyD,A3BqBzD,AQDS,A5BnBI,C7I8DG,A7FAA,AwR3DJwoB,AQDC6d,AlCkBDjsC,ASVL,AhCTM,C/NsDI,AkSpDJhQ,AhDkBZ,AWAc,ACFJ,ACTH8+B,AR+DE,AnBzEG,ANAA,AJAA,CtPuCE,A+GoBG,A9FAA,AkRnDJ,AsBJA,A3CiBDZ,AIDb,AMvBe,AK0BF,ACDC,AXmDH10B,CpKdQ,A9FAA,AuKTP,A2G1CGpc,AIKd,AOEem1C,AWXDt1C,AvCgBC,AYEDA,CzSuBd,AOpBD,AuE6BI,AiO5B0Bke,AGbjBjf,CvS0BK,A4GsBhB,A/FAA,A2KXmBm3B,A3IOA,AuQvDrB,A5BLkB,C5KgEIoB,AhFNA8Q,AfMA9Q,AgCJA,A+PtDtB,AnBkBoBqa,A1BpBP,C1Q4CK,AKnBjB,AkTvBmB,A7BFRz2B,AYST,AEae,C5KuChB,A7FAA,A+CRsBsvB,AqHJA,A4GxBc,AThBvBzrC,CnGwCUlJ,A2G1ClB,A2BLc,AvCTP,AGwBX,APuDA,CzR/CoBgd,AuHoCGstB,A7FAAA,A+QtDH,AIKtB,AkBTM,AKDgBtlB,AtCND,AMyBf,AXmDY3lB,CpRnCnB,AgHqBkB,A9FAA,AkDLS,AoOzCN,AzBQpB,AUxBsBkuD,AK0BtB,ChSoBkB17B,AkHgBR,A9FAA,A6R5CA,AWXX,A3CiBwB,AQAd,AGAV,AKCA,C/RgByB,AgHqBIwN,AnFJZ,AXIYA,A6R5CHoxB,AjBQF,AVkDrB,CnRlCIl9B,A4BgBuBzN,AkSpDT,ApDmBT,AiBZT,C/P6Cc,A4JLL,A8GKC,AwBpDZ,AnCOsB,C/KmDrB,A/FAA,AsDP8B,AqHJhC,A3IOqB,CxDZFhL,AwDYrB,AkOxDwB,AIwEIisC,CzR/CK,AuHoC7B,A7FAA,AmRjDD,AKVD,ClTuBiCj6B,AqHiCnC,AHEqC,A3FFrC,AJEqC,AuQnEX,CvRiDxB,A+BYoC,AkKjD9B,AyGOwB,AKVGgI,ApBNf,CNuBlB,C7RyBkB,AWNA,C8QlBjB,AIDmC,AMvBAxN,AL4EJ,C9R5BH,AuHgB3B,A/FAA,A+R1DF,AzBsEiC4B,CoB5DhC,AOEG,AhCMiC8lC,CpRKG,CAACpgD,AyE4BzC,AqNzDkB,CAAwB,AL4EhB,CtR9BIkgB,AsEWe,AgNmBPzvB,C2B1DK,CnBLxC,CR+DuB,CQ/De,AR+DtC,CzR/C8B,AGiBjC,AiRtBC,CpRKiD,AkC6BCuzC,AkPlCH,AIDN,C/MkCU0C,AgO9C7C,CAAP,AREG,CmBKH,EpTWiC,AkC6BhB,AkRxCoC,EpTWI,EAAxB,CAAF,CAA9B,AyE4B4C,UqNzD3B,EAAsDh2C,KAAtD,GAA+D0P,IAA/D,EAAjB;AvRFH,AZmDI5E,ACCA,AQRkD0iB,AFZpD,AFAC,AGiBD,AELC,ACAiB,AfqBd5sB,A2KEN,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,AJAA,AHCA,AzBAA,AkHDA,AFAA,ACAA,AvBAA,AxCAC,AKCD8+B,AHdA,ANaG,AKCA,A3GFH,AmDCA,AxFCA,AxDDA,AFAA,ATAA,AGAA,AJAA,A1HCA,AeAA,AoHAA,AjBFA,AzOEA,AoIAA,AyLAA,ArFFA,A6BCA,A/EAA,AaCA,A2CFA,AjECA,AlCAA,AOAA,AECA,A1IDA,AqTCA,ACDA,A8DAA,AuIAA,AQCA,AsDUA,AvKVA,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ANAA,AlBAA,AlHMEzO,AkBbC,AVMF,AMCDyO,AHdA,ARaG,AOCA,A+GAH,AQAA,ANAA,ACAA,AEAA,ANAA,AcAA,A5IAA,AyBDA,AwECA,A0HFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JRG,ADCD,A5EGE,A+LIJ,ADAA,AGXEwY,A1IYF,AEHA,ACGA,AJLA,AFIA,ACCA,AGDA,A/DCA,A8CDA,ACAA,ACAA,ACAA,ACAA,AEAA,AoBCA,ArCDA,AsICA,AqCxDO,AoG0BD,ACxBJ,AG+CA,AGxDyD,ACD1D,AEKC,ACLyD,ACiBxD,ACN8B,AEhBA,ACe/B,ACSA,AEdA,AEOA,AENA,AGLA,ACKA,ACDC,ApDkBW,AG3BiD,AC2B3DyH,ACrBoB,AGoBrB,AE1BD,AE2BA,AC3BA,AE4BA,ACHI72C,AGIF,ACDF,AzBuBF,ApCmCK+vC,AkDPA,AxBFJ,AFGA,AOFA,ANAA,AFAA,AMAA,ACDA,AEGA,AXFA,ADEA,AOFA,ALAA,AMEA,A3PmCyCtkB,EQzCxCtD,A8KlBAinB,CvEUA,A7FAA,AgDXA,C8CDE/L,A7FAAA,CXoBC,A0DfA,A0PpDH,ChUqCoD3e,AbqBhD5sB,AkFLAy0C,A5EGE,C8HKD,A3GMA,AcNA,AjCLElpB,AsR/DP,A3QkGc6I,CmH9BR,A7FAA,AiR/DoBznB,AIDoBqG,A3BsB7C,CtRMI6b,ACiBAxsB,AsEWE,AjEyEkCsxB,CblFvCzpB,A0TpCmBgxC,AEhBAA,AMiBjBqJ,AzCWFxF,AnBkDK,AIAA,CoDtDFnD,AWdE,AxCkBFj+B,AGCAi+B,CjG4BK,AiHnD+C,AKgBnDyD,ApBIFn3C,AzD6DD+vC,CnO1CwD,AbqBhD,AuMTA7rC,A8GKJH,AMpDAA,AxBTAA,CvRiDP,AZgBY1L,AkFLA,A+MlCP,C5R0BE,AQRsD,ACArD3C,AqEeKE,AyOvD4C,A3BsBnD2oD,AWGCx4C,ApCmDK,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,CxQ7BJ,A+EQL,A2O5C4B,AEhBA,AnC4BvB,AnBrBK,AIAA,C1Q6CH2M,ASP+B,AFZzC,ACiBavY,AGLWsL,AU8BVjE,A8KlBJ,A2HjCV,A7BIA,AGCA,AxD0DQ,C5GlBH,A7FAA,A4CTW,A8NrBRqe,AiBfInhB,ArCIF,AWCEkmB,AxD0DHsrB,C5GlBX,A7FAA,A2CRE,AqHJiBlmC,C5LxBD,AyHoCEo+B,A3GMb,AcNaA,A8QPJ,AMpDA,AWOA,AnChBA,AK4Bd,ACHY,CpS2BV,ASRY,ACAc,AfqBxB,AkFLe,AmOCJpmC,AMpDAH,AEYd,ASLcjK,AnChBAiK,AK4BC,CpSuBR,AOnBR,ACiBA,AELe2oB,ACAcY,AfqBT,AyBSD,AoSrDHi9B,ApBIF,A7BlBD,CxQ4CX,A6SbW,AhBZZ,A3BrBY,C2CiCCz5C,AhBZE,AWGd,CtSkCuB,AiMPf,A2HjCV,AtBMiB+O,AjCxBJ,C1IiDW,A7FAA,AgO/CX,CrPqCW,AwLYCsa,A8GKlB,AiB7CH,AzCU4C,ArBnBnC,CzPqCuB,AmEgBVuT,AmOCH,AMpDhB,AOcgBtsB,AOfR,AtCRR,AK4BP,CzRgBqC,AqHwBvC,AHd6B/nB,A1Fc7B,AHd6BA,A4Q1CX,AuBHA,CjUsDcosB,AiMPF,AoH/C5B,AgBLiC,AxCJjC,AK4ByB,AxD0DtB,C5GlB0BgZ,A7FAAA,A2CRV,AqHJU3kC,AoIjD7B,A/BsBE,ArCxBW,CvQ4DiBX,AyT7DiB,ASmB/C,AIP0B4kD,A1BaD,AvCxBZ,CtPuC4Bp2C,AmTrBZ,AzDlBhB,C3PuCL,AmSNA,AYjBP,C7T4CmB,AiIXa,A7FAA,C6FAC4uB,A7FAAA,A2OjDrB,AFAA,C/PuCkBh5B,ACAc,AfqBV,AoIGrC,A7FAA,AgKZY,AsHnCqB,C9SuBeqK,AwLY9C,C0GlB6B,EYjB5B,EZiBG,AjC/BS,CjQqC4B,CDAjC,AmSN2B,AqBtBI,CvT4BH,AuT5BI9N,CxT4BvC,A8RfC,CsBNF,C5TwCO,CSnBmD,AkHU/B,A7FAA,A8R/BmB+gB,CjM+BG,A7FAA,AiRO1C,CAAP,AiB7CA,ChU+CqD,CAAC0K,A4TxCtD,AIPgD,CJOI,EnTqB5B,AmTrBxB,EnTqBmEhoB,IkHUN,A7FAA,C6FAE,A7FAA,C6FApC,A7FAA,C6FA7B,A7FAA,CrBV0B,CAAqD,EAArD,EAAyDgwB,ATmB3E,KAAuE7H,EkSnC7E,EzRgBwB,AyRhBoD,CzRgBgB,CAApE,CAAN,KTmBhB,EAAyF,AkSnCLzF,KAAV,EAAiB;AxR5B/F,Ad6CG,AEOC,ACCC7mB,AQT8DwvB,ADMjE,AELC,ACDiB,AfsBZ3vB,A2KER,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,AJAA,AHCA,AzBAA,AkHDA,AFAA,ACAA,AvBAA,ApCFA,ALAA,AGXA,AP9CA,AY4DE,AjHFF,AmDCA,AxFCA,AxDDA,AFAA,ATAA,AGAA,AJAA,A1HCA,AeAA,AoHAA,AjBFA,AzOEA,AoIAA,AyLAA,ArFFA,A6BCA,A/EAA,AaCA,A2CFA,AjECA,AlCAA,AOAA,AECA,A1IDA,AqTCA,ACDA,A8DAA,AuIAA,AQCA,AjHAA,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ANAA,AlBAA,AlHMI,AaTJ,ANAA,AIXA,AT9CA,Ac4DE,AyGAF,AQAA,ANAA,ACAA,AEAA,ANAA,AcAA,A5IAA,AyBDA,AwECA,A0HFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JRIgK,ADCF,A5EGMsiB,A+LIR,ADAA,AGXE,A1IYF,AEHA,ACGA,ANDA,AIAA,A/DCA,A8CDA,ACAA,ACAA,ACAA,ACAA,AEAA,AoBCA,ArCDA,AsICA,AqCxDK,AmGAH,AC0BKxD,AEPL,ACVA,ACwCA,AC3CC,AChBoC,ACEoB,ACDV,ACDA,ACO/C,AEYC,AKED,ACfA,AER+C,ACgB9C,ACRe,AEAhB,AICCgwB,AvDeQ,AKHT,ACfA,ACqBE/uB,AIDAmH,AE1BF,AE2BA,AC3BA,ACEC,AC0BAyrB,ACNE,ACPA,AEcD,A5DyDC,AkDPD,AxBDH,AFGA,AOFA,ANAA,AFAA,AMAA,ACDA,AEGA,AXFA,ADEA,AOFA,ALAA,AMEA,A3P2DIz8C,EsQhJwB0rD,EpJqEzBrrB,ALAAsF,AGXA0G,AP9CAtM,ApFyDAM,ANAAsF,AIXA0G,AT9CAtM,AwDmDAj2B,A7EIIsiB,CuMvDJ,ChMmC+DqD,AyHyB7DnlB,A7FAAA,C3B1BJ,CduBMxK,AyBSA,A+RtE0Bg1D,AWI5B,A3BoBHrY,AvRgHEz8C,Cb3FF,AWNA,AmEiBMg2C,AqHJAsC,CyG5CH,AnBeFzuB,AIDAmH,AK1BE,CpS4CErwB,AWDgE,AsEgB7D,A0H/CA,A4HJJ87C,A9CaAmH,AcJM,AzDuCT,AwByBM,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3P2DL5jD,CZxFAC,AqH5CO,A/FAA,AwDmDAotB,AmOzCLg2B,AgBFE6X,AhChBD,ACED1J,AGaF,C7R4BqE,ACCjE,AsSvBA1kD,AxBfAA,ASqBAA,ApRiHC,CkH3EI,AGGA,AhGHA,AGGA,AoPzCN,AIDA,AOEC,C9KpBM6yB,AjGkEAp1B,AElEAo1B,AqRIJ8c,AmBJEmd,A3BoBHx0C,A9BkDI,AIAA,C5LlBZ,A+NtBKwD,ApBXG,AIDA,C/RkBP,AGQO,ASRGlqB,AqHqBIihC,ALAA,AQGA4S,AhGHA5S,ANAA,ASGA4S,A+QhE0C,AiBIzD,AnCRWkK,AtDsFF,CvNZH,A6S1DO,AGRDh1C,A/BOL,CnGyCU,AoFnCjB,AeNQg1C,A9BTK,C1QsCE,AGQJh1C,AyHaOoC,A9FAAA,AmDNhB,AoHHgBm3B,A6GnCJ,AebV,AxCaW,ACfD,ASqBA,AEzBD,AC0BZ,CrN+BkB,A6N/Cf,AC0BM,AGjBKp2B,AkBLCg6C,A1CVDh6C,ASqBAA,AGCDwa,C9KpBM,A/FAA,ArBuDI,A0SnDRuZ,AC0BLl3B,AhS8F8B+sB,CjBnEpB,A0HzDA,AjGkEA,AElEA,A4KgDJ,A+GtCD,AhBlBV,CtSiEgBh0B,AmIAA,A7FAA,AgPxC0B,AgBzB9Bq+C,CpS4CE54B,AYAD,AqHqBI,A7FAA,AhCFIsG,AiMPJxZ,A4HhDF,AMArB,AlCNkB,AGaf,AlCTU,ADFA,AMAA,AFAA,ALAA,CxPwCOygB,AgHqBI,A9FAA,AwQrCvB,AEbc+zB,CrSqCG,AyHaOtzB,A9FAAA,AgRrDrB,ATVH,AC0BoB,AnCxBR,ChQgDMjI,AiIgBO,A7FAA,AuQxDH,AIShB,AEHc,AmBVE/D,A7CFhB,ASqBA,C/JyCoBuqB,A7FAAA,AwQ9BtB,AGjBmB,AyBZZ2J,AvDgByCj5C,AiBvB/B,CvS+DD,A4R3DrB,ASqBA,A5BvBa,ALEA,C1IEO,AjGkEd,AElEc,A4KgDH,AgI/Ca,AjCTxB,CtSiEwBlD,A0HzDhC,A/FAA,AsR8BwBwe,AwB9BtB,AnCR2B,AxBKd,CzQ+CF,A8EOoB,AoHHAvR,A+GtC9B,AmBV4B,AIC5B,CxU2CwB,A+S/BIwvC,AkBLA,AON3B,AvDcO,APpBI,C7QwCE,AGQJ,ASRA,AdqBU,AyBSYlyC,A6RxDL,AgBFEpD,AtDVjB,C9QsCkBxG,AGQ5B,AiIgBuB,A7FAA,AuQxDtB,AmBJJ,AICmC87C,A7DJtB,C1Q4DsB77C,A8HAjB,AQGlB,AtGHkB,ASGlB,AnCLM,AiMPW,C9KkBmB,AuR9DHD,AC0B5B,Ac3B8B,AIHD,AGQlB,AhChBV,AIeH,C5R6B8BjC,AyLYI2iC,A+HxCF,A5BDN,CzKuCS,A7FAA,AgRjCd,CtL4Ce,ArGSA,AOTA,AuKTtB,A6GnCmBx3B,ClTuBnC,AuB8BK,A8KlBN,AgI/C8B,AjCTO,CtSiEI,AiIXA3J,A7FAAA,AmS7CCy+B,AjCTtC,CtSiEsC3+B,AgTrDtC,AVZJ,E7Q0E4C08B,A6Q1EH,CxR4CA,AdqBA,AgTrDC,AISlB,CtSuBkBlJ,AdqBrB,AgTrDrB,AIS4C,AmBZd,CvUwDxB,AiIXyC,A7FAA,AkStCXsxB,CrMsCYxY,A7FAAA,A4Q1CH,AuBJ7B,GzMyDmC,A9FAA,C8FAE,A9FAA,C8FAvD,A9FAA,A0QlDK,E5R6B8B,AqHqBX,A1GSiC,AaTjC,AgSjDa,CxT4BiB1yB,AqHqBtD,A1GS0DrP,AaT1D,CgSjDmD,E7S0DM,CX9BtB,AW8B/B,EwGpBuC,AxGoBqB,AWpBrB,CgRjCjB,CtSuBoC,AmHUIghC,A7FAAA,AgRjCzD,CAAP,AZOC,CiCpBD,EAAkE/sB,GICjE,E/TmCM,A+TjCL,CJHF,C3ToCuE,UmHUc,A7FAA,G6FAG,A7FAA,qEyS7CvF,EAGC;A7TbJ,Ad8CG,AGQE,AQVsC,AFVzC,AFAA,AGkBD,AENE,AdqBI,A2KEP,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,AJAA,AHCA,AzBAA,AkHDA,AFAA,ACAA,AvBAA,A3CHA,AGGAte,AKCA,AHdE,AP/CF,AC4DE,AKCA,AMAA,AjHFF,AmDCA,AxFCA,AxDDA,AFAA,ATAA,AGAA,AJAA,A1HCA,AeAA,AoHAA,AjBFA,AzOEA,AoIAA,AyLAA,ArFFA,A6BCA,A/EAA,AaCA,A2CFA,AjECA,AlCAA,AOAA,AECA,A1IDA,AqTCA,ACDA,A8DAA,AuIAA,AQCA,AjHAA,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ANAA,AlBAA,AlHMM,AkBbJ,AdGF,AIGAA,AMCA,AHdE,AT/CF,AC4DE,AOCA,AMAA,AyGAF,AQAA,ALAA,AEAA,ANAA,AcAA,A5IAA,AyBDA,AwECA,A0HFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JRMoK,ADCL,A5EGO,A+LIR,ADAA,AGXC,A1IYD,AEHA,ACGA,AJLA,AFIA,AIAA,A/DCA,A8CDA,ACAA,ACAA,ACAA,ACAA,AEAA,AoBCA,ArCDA,AsICA,AqCxDM,AmGDyC,AC2BxC,AEPL,ACVA,AEHE,AEfuD,AIDA,AEYzD,ACJmC,ACZnC,AGUC,AENA,ACcC,ACTc,AEEhB,AEHA,AEMG,AvDWM,AGGT,AELC6gD,ACfD,ACqBGpP,ACtBH,AGmBgB,AIGhB,AC3BC,ACEC,AC0BDj1B,ACdmC,ACCjC,AEcF,AxBqBH,ApCoCK,A0BPJ,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,A3P2DI7mB,EyQjJyByrD,EhKa1B1rB,A/FAAA,CdkCoB,CkHyBlB,AEbA0C,ANaA,AKCAiI,AMAA3mC,ArGDA,AGbA0+B,ARaA,AOCAiI,AMAA3mC,A0CTAsG,CtEjByEsoB,AbqBzE,A+HICzyB,A9FAAA,CtBnCD,AFAAqN,A+S7B0CqG,AmBG1ChV,AhDeHssD,AaOArkC,AvRgHE7mB,C2G5EI+uB,AQIAsiB,AzFPA,AdGAtiB,AUIAsiB,A0P5CN,AQVA,C/KNO,A/FAA,A2RUN,AiBVMqgB,AjDgBAj2C,AQnBFuf,ASHJ,CrS0CI/U,AyHuBGwb,AWCA,A1GDAA,AaCA,AnCLInV,AmUtDRkwB,A/DsEG,AFEA,AOFA,ANAA,AFAA,AMAA,ACAA,AEEA,AXFA,ADEA,AOFA,ALAA,AMEA,CnQjDA,AwHsBR,AKcUx4C,A7GMA,AWpBV,AKcUA,AoKxDA,AsHJJ41D,AtCmBH9d,ClRKMtuB,A+GxBEsS,A/EqDX,AhBrDWA,AmSMJgc,AEhBAA,A1BEDuV,AE4BA,AvRgHHrxD,CkEjFS,AmP3CN6kD,AxCXI,AUuBHhD,C1RgBCpjD,AmHUK,ADcA,A5FdA,ADcA,AgDTAC,A0H/CA,A2GT4C,A7BkBjD,AYnBF,AtR0II,C+GxEI+jC,AvGMAvF,AUNAuF,AgDTF,AmOzCN,AfhBC+Z,C9R8BM,AmHgCf,A/FAA,AsDLM,AmOzCG4a,AmBTP,AEHA,ArDiBS,AKFC,AGhBG,AxBFA,C1I6DG/nD,A/FAAA,AgLpDA,AsHJf,AMCWqvB,A5CkBH,AjBtBI,CnQ2BT,A6HoCA,A7FAA,AqRtDS,AEhBA,AWQE,AhEHF,CzQyCZ,AWFqB,AFVlB,A2HoCc6T,A7FAAA,A8R7DF,A1CoBL,ChReX,A+GsBF,AGGA,AL3DqB,A7FwDrB,AIGA,AN3DqB,AwSAJ,ArCHf,CjRmCqE,AkH2BjDlN,AL3DAtF,AM4DP,A/FDOsF,AN3DAtF,AQ4DP,AmSpDC,A3CKCyc,AYnBb,CrS0CgBz2B,AWAlB,AJZmByH,AKYH,A8GoBKzF,AQIvB,AJAE,AnGJqBA,AUIvB,AJAE,A7BLyB,AgU/CVrnB,AGPf,AlCPcyoD,CzR0CG51B,AsHwBKmK,A7FAAA,AjCLIhR,AuMnDJ,AiHEJ,AEhBA,ASWC,AlENN,ASEA,CrQ2BQ,AgHmCrB,AKCuB,ApGDvB,AOCuB,A0KxDA,AyFZtB,A5BIY,AFCA,CvQuCO,AmIwBtB,A3GMY,AcNZ,AsSxDuBhH,AvCZD,AzBGP,ClQ6Bb,AgHmCyB,AWCA,A7GMA,AGPA,AaCA,A0R5DL82B,CpM2DM,AKCA5yB,AV7D5B,AY6D4B,ArGDA,AMCAA,AZ7D5B,Ac6D4B,AkP/ChB,AbjBG,ATDA,C1P6BY,AiHgC3B,AGG6BjnB,AOCF,AzGJ3B,AIG6BA,AQCF,AoKxDT,AyHIV,A3CKgBgwB,AYnBpB,C9R8BwB,A6HoCtB,A7FAA,AnCLqB,AwTjDzB,AEhBA,AaaE,AtCToB,AxBCT,ANAA,CvQyCZ,A0HoB4BnK,AUI7B,AzGJ6BA,AYI7B,AnCLM,AgT7CJ,ClLkDJ,A7FAA,A+RpD0B,AhDQhB/M,AEFI,ActBX,ArR4IS,CHhGF,AwHwBuB82B,A7FAAA,A0R5DhB,AGQb,AzCUM,C/QkBmB/e,AsHwBK,A7FAA,A+QlDR,AaVG2rB,AnF8Ef,CvOtDmB,A6ThBJ,C1MgD7B,A/FAA,AgLpDoC,CpMoB9B,AoMpBA,AuDPS,CxI2DuB,AGGtC,AlGHsC,AIGtC,AuQvCG,CcVC,AhCKO,CvJ4C6B,AOCA,ArGDA,AQCA,ChCpCD3vB,A8R9BnC,CgCMMkiC,A5CaE,CrJ+C+Bnf,A7FAAA,AkP/CJ,AYnBF,EzR0C3B,CLZkC,A0TxB3B,AnF8EG,CmF9EuB54B,A5BNvC,CzR0CwCwJ,CyR1CDouC,CjKkEO,A7FAA,ChCpCD,A6HoCE,A7FAA,AuQxD3B,AmBJP,CrToCd,AwHwB+C,A7FAA,A0R5D/C,AIDe,A5CcN,ClRWV,A6HoC+B,A7FAA,EhCpCoB,CuSpBxB/U,CTVzB,KSUoB,AqBVc,CtMiEtC,A9FAA,A+QvDoC9d,EjLuD6B,A9FAA,G+QvDzC,CAAmB,QAAnB,CADuB,iDvR+DgFp0B,GAApG,GAA0G,GAAzH,CAAN;AT5EN,Ad+CG,ADAD,AGOC,AOnBA,AFAA,AKYA,ACFA,AfuBE,A2KEL,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,AJAA,AHCA,AzBAA,AkHDA,AFAA,ACAA,AvBAA,A3CHE,AGGA,AIFF,ACGE,ANHF,AGXI,ANaA,AKCAm4B,A3GFJ,AmDCA,AxFCA,AxDDA,AFAA,ATAA,AGAA,AJAA,A1HCA,AeAA,AoHAA,AjBFA,AzOEA,AoIAA,AyLAA,ArFFA,A6BCA,A/EAA,AaCA,A2CFA,AjECA,AlCAA,AOAA,AECA,A1IDA,AqTCA,ACDA,A8DAA,AuIAA,AQCA,AjHAA,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ANAA,AlBAA,AlHMK,AkBbJ,AdGC,AIGA,AKFF,ACGE,APHF,AIXI,ARaA,AOCAA,A+GAJ,AQAA,ALAA,AEAA,ANAA,AcAA,A5IAA,AyBDA,AwECA,A0HFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JRK,A7EIA,A+LIL,ADAA,AvICA,AEHA,ACGA,ANDA,AIAA,A/DCA,A8CDA,ACAA,ACAA,ACAA,ACAA,AEAA,AoBCA,ArCDA,AsICA,AqCxDM,AmGFyC,AC4BzC,AEPJ,AGbE,ACjBF,AEA+C,ACA/C,AGoBA,ACPA,ACLmC,ACXnC,ACeD,AELE,AEPmC,ACejC,ACVa,AEGf2iB,AEHA,AEME,AvDUM,ACKXkJ,ACLE,ACIA,AEPe,AEQZv9B,ACrBH,AGoBC,AK1BA,ACEC,AC0BDlK,AEbC,A1DuEE,AkDPHrf,AxBAF,AFGA,AOFA,ANAA,AFAA,AMAA,ACDA,AEGA,AXFA,ADEA,AOFA,ALAA,AMEA,A3P0DM+sB,C0BtGP,GwF2BIuR,AHGArD,A1FHAqD,AHGArD,CjChCK,AiFqBL,AgPnDF,CvM0DI,AQIA6O,AvGJA,AUIAA,CoPjDJ,AMGA,C7J8CM,A7FAA,AsR/CF,AYZH8T,AjCmBAv+B,ANmDArf,CpKdMm+B,AHEAlE,A3FFAkE,AJEAlE,C3BvBH,A+HwBI,A7FAA,AgRrCJ,AYtBiBya,AQFDgI,AIDftlD,ArDiBYi1B,AGGb,CvRkBG,ASZDnE,AFAAphB,A2HoCG,AHdA,ADcAof,AzFAA,AHdA,ADcAA,AgS5DF,ArCFF8uB,ApByEG,AIAA,C1Q5BH7iC,AyRxBFoX,CpRKF,AmHgCUvI,AIIT,AnGJSA,AMIT,A0KvDI,A2ESC3b,AgBMD,CxKwCM,A7FAA,A0KvDL,AkHJ4B,AUA5B,AlDkBK,AiBCLi1C,AhCsDI,AOFA,ANAA,AFAA,AMAA,AGEA,AXFA,ADEA,AOFA,ALAA,AMEA,C3QtCF98B,AcFDiP,AoHuBK,A7FAA,A6QlCJuoB,AUVE,AUfK,AhDqBHnrC,AWoDL,AjR6DE2P,CbzFD,AgIiBKuwB,AHdA1F,A1FcA0F,AHdA1F,AiSrDF+tB,AIQH,A5CkBF,AKoDEjsD,CZzDA,AGIE,AKpBX,ClK0DI,AOCY+xB,AtGDZ,ASCYA,AuKpDL,A0Ecb,AMAW,ACrBGhS,CwCUF,AKVI,C1UsCV,A0UtCWwuC,AnDgBD,AMhBd,A7QsIK3nC,CbzFS,AyMtCA,AsGkBV,AUVY0rB,AtCMG,ACLJt1C,AMhBC,A7QsINqW,CkS7GMpX,AkB9BoB,A5CyBpB3G,AxQkHA,CFlGA,A6GsBK,AKVZ,ANaP,A9FHmB,AOVZ,ARaP,AXyEGsxB,CgHtFH,ANaoBgN,AKCpB,A5FdA,ARaoBA,AOCpB,CxBpCD,AwHiCsB,A7FAA,A2RpDiB,ChU+BnB/c,AQZP,A0HiCU,AHGAwmB,A1FHA,AHGAA,AlByEnBzW,C0TvIJ,AlDoBU,C9QMY,AIUDN,A+GuBxB,A9FAA,AmRlCM,AqBtBW,AhDaR,ACIergB,AKpBtB,AIyEC,C9R5BA,AOnBA,AmHiC0BoxB,A9FAAA,AmRlCH,AwBzBA,ACGR,ApCmBf,ANmDsB,ApB5EV,C+CkBF,ArCCX,AMhByB,ATyLf,AyDAA,C1U5Ic,AKnBLz3B,AmHgCnB,AQIA,AvGJA,AUIA,AsKvDM,AgHQoBgiD,AhBMf,A7D2DJ,A0BnFM,AzP0IHp2C,CqQtHO0a,C1JyCc,ADG7B,A9FH6B,ADG7B,CkGFJ,AEGI,AhGHJ,AGGI,C1BpCD,AoMnB2B,A4EaxB,ASqDH,CjSnC8B,AcFD,A+GuBI,AHEA,A3FFA,AJEA,AiS9C9B,C5TuB4BhP,AsUrCZq/B,AvF+EhB,AkDP2BuD,CnRrCvB,AmS9CuB,A3B+BjC,AtQkHOlzB,CqQvHI,AtCgEMuJ,A/NuDG5H,CwQnHgB,C1QgBE,A4GyBlC,A/FAA,AiS9CkC,C5TuBpC,AsUtCgB,CrCyEqB,CjSnCE,AcF/B,AmRqC8B9zB,ErFlEhC,AmCyEF,CjO5CsC6xB,C0QhBtC,ASqDH,AjR8DIM,C4L/HC,AgHON,A5SwH4BA,CR7GA,CoTXkB,ChHRxC,A4EawC,CxQmHzCA,CkH5EkB,A7FAA,ArB2ElBA,CR5G4B/E,AMUiB,AoHuBpD,A7FAA,CuKlDS,C9L2BC,A0QhB2CvsB,GhRMlD,AMUuD,A8L3B7C,AsGgBP,EAAqDwoB,A1BLX,C1QgBtC,A8L3BM,A4EW2C7X,E0BKrD,CpSW0DqgB,CoSX9D,A0BnBsD,E1BmBW,C1BLnB,GoDdaugC,A/CN3D,C/QoCsE,A8L3B/D,CpMiBoC,AgRN0B,AKpBC,C/QoC9D,C8L3BoB,A4EW5B,C5EX6B,C9L2B+C,A0QhBH,ChRMzBhnC,EMUxC,C8T9BL,E9T+BFyG,ENXA,AqR1BiF,M/QqCzE,EADD,E8ThCN,C9TiCa,GADP,A8L3BD,G9L4BcA,A8L5BkC,CAFjD,CADF,M9L+ByB,EADrB,GAC2BA,QAAQ,EADnC,GACyCA,AiO4Ce3lB,EAD5D,MjO3CqD,EADxD,6EiO+CY6E,KAHT,yCAIQsI,OAJR,iIAOMk9B,UAAU,CAACG,MAAX,CAAmB71C,KAAnB,CAPN;A9OzCH,ADDsC,AGQrCgoB,ACAA,AQRF,AFXC,AFAA,AKYD,ACDC,A4JwBH,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,AJAA,AHCA,AzBAA,AkHDA,AFAA,ACAA,AvBAA,A3CHIzC,AGGF,AKCA8oB,ANHA,AGXC,AP9CH,AC2DI,AKCA7O,AMAF,AjHFF,AmDCA,AxFCA,AxDDA,AFAA,ATAA,AGAA,AJAA,A1HCA,AeAA,AoHAA,AjBFA,AzOEA,AoIAA,AyLAA,ArFFA,A6BCA,A/EAA,AaCA,A2CFA,AjECA,AlCAA,AOAA,AECA,A1IDA,AqTCA,ACDA,A8DAA,AuIAA,AQCA,AjHAA,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ANAA,AlBAA,A9GJIja,AIGF,AMCA8oB,APHA,AIXC,AT9CH,AC2DI,AOCA7O,AMAF,AyGAF,AQAA,ALAA,AEAA,ANAA,AcAA,A5IAA,AyBDA,AwECA,A0HFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JRG,ADCH,AmHOA,ADAA,AGXA,A1IYA,AEHA,ACGA,AJNA,AFKA,AIAA,A/DCA,A8CDA,ACAA,ACAA,ACAA,ACAA,AEAA,AoBCA,ArCDA,AsICA,AqCpDK,AoGsBA,AC3C4B,ACoC9B,AGbA,ACjBD,ACAyD,ACDV,ACC/C,AEAA,ACoBC,AEbkC,AEIK,AEJvC,AGQGud,AEPJ,ACFmB,AEDjB,ACGF,ACGG,AvDSM,AECT,ACIC,AELD,AEGQ,AClBPhlB,AGqBD,AK3BA,ACEC,AC0BAnU,ACHA,ACpB+C,AEuBhD,ACFW,AzBuBb,AC8IE,ArClFI,AkD9BHrf,A4CgHD,ApE/GD,AF7Ec,AOFA,ANAA,AFAA,AMAA,AC+Ed,AE7Ec,AXFA,ADEA,AOFA,ALAA,AMEA,A3PyIe+sB,EmHxE5B+c,A7FAAA,C0FjBwF,A7FAA,A+CAxF,CyCaE9oB,AQIA,AV5DAwX,AM4DAyC,AnGJAja,AUIA,AZ5DAwX,AQ4DAyC,AyBNA8C,CjDhCF,AFAA,A2HsCGiM,A7FAAA,C+FACe,A7FAAA,C6QvDG,AmBNP,AlCVA,AGQA,CeLciU,A3BMbxrB,AUsBAnU,ANmDArf,CrRpCIkrB,A+GqBE,AECAqN,AHEA0B,A9FHA,AGCA1B,AJEA0B,AsDPAwU,AqHJAoC,A+GtCJjsC,ClTiCD6e,A4HiBM,A7FAA,AoRnEH8iC,AGAAlO,AKOsBlmC,AaCvB,AtDasB00C,C3QUnB,AFAA,AuHoCE3gC,A7FAAA,AqS3DJ8uB,AvCkBAA,CrKqCK,A/FAA,A4RhEqC,AIqBzCyD,AMbA2Z,ArCFD,C5RsCG/3D,A0HoBN,AFxDS,AM4DT,AMAS,AzGJT,AFxDS,AQ4DT,AMAS,AgP1CLoB,AELC4J,AGfD2vC,AUsBA,AIAC3vC,AvBmKAA,AyDAAA,C9M3HK,AMAAnM,AnGAA,AMAAA,A6QvDL,ACZP,AQOmC,AOQ/Bs/C,A9BYGoB,A9BoDI,AIAA,CrQhDA7zC,AqHiCE,A9FAA,AkDLf,AiO7BUV,AGbE,AIjBV,AkBQS2vC,ArDqBI8R,AkBLL,APsDA,C9R5BA,ASRR,AiHsBcjqD,AJzDAq7B,A1FyDAr7B,ALzDAq7B,AuDoDCwW,AtBED,AsOiBLvoC,C9R5BA0d,AgIiBT,A7FAA,AgRnEY0iC,AiBQZ,AKGY,A5CeZ,CyB1BalO,ASOZ,AKCWr4C,AlDYH,AGKR,AQCWkmB,CpRgBG,AJXA,A8LwBjB,A3IMmB,A6NpCL9Z,AKpBX,C1J8DiB,ANHX,AQGH,A/FAc,APHX,ASGH,A8JZemtB,AoFnCL,AGfD5b,AGqBb,AQFC,AGGa,AvBmKA,AyDAA,ChN9HK6f,AEGjB,AhGHiBA,AGGjB,AoRnEF,AMoBC,AMbc,ASCX,AjDYWr6B,AMMC,AWCDA,AvBmKAA,AyDAAA,C5UnJd,AiTbc,AUVC4kD,AeZA7wB,C/TkCGhM,A6GnCE,AC2DnB,AKCmByY,AMAA,A3G5DA,AC2DnB,AOCmBA,AMAA,A8JZvB,A4GzBkBxgC,AO9BhB,AmBWiB6xC,CpUoBG,AiHxBE,AC2DAta,AWCtB,A3G5DsB,AC2DAA,AaCtB,AyCRF,AoP5CgB,ClMoDd,A7FAA,AgKZwBpvB,A+GtCbpU,AkBTX,A1CHC,CrR0BU,AqHiCJ,AQGiB,AtGHjB,ASGiB,AyCRCy3C,AoO1Cf,AgBFM0O,A7CUf,AKpBkB1/B,ChK2DnB,A9FAA,AqRtEc,AQ0Bb,AMbmBq3B,ASChB,AnDiBgB1tC,C6BRH,AYKF,AMdQkZ,AIAA,AjDYhB,AaON,AIAM,AvBmKA,AahHN,A4CgHM,CnN5HL,A/FAA,AiTvDU,A3CmEW,C9R5BrB,ASRa,AJXWwF,AiHxBL,AM4DnB,ArG5DmB,AQ4DnB,A+CRJ,AiO7BU,AUVgB,AgBTAkR,AlDSxB,AiBOA,AvBmKA,AyDAA,C1U5IwB3T,ASRI,A6GnC9B,A/FAA,A4KgDA,AoHhDa,A7BFV,CnK6D6B,A/FAA,AsDPCkpB,AiO7B9B,AUVA,AOdW,AIEZ,A/CiBC,AKpByB,CvFkDMjnC,A4HhDjB,AKCc,AlDaHqhD,AGIC,C0ClBAwL,AGQH,ArCWxB,C7RwBE,AkUnCuB74D,AOJb,A1CbU,CtR4CW4xB,A+TlC7B,ACG2B,ApDc9B,AQC8B,CxRKE,AkHmC/B,A/FAA,A2KXJ,A2FuBG,C0CtEgClyB,AnDiBDS,ClF8BMigC,A2FuBLqmB,E3FvBnC,A+HxCkB,AhDKP,C7QW6B,AyE4BxC,AoP5CkC,C/HwCU,AsI5C9B,CpUoBL,AyE4BoCvT,A0PnDvC,ACAF,CVDa,A1CkBd,ASqDsC,CzR/CG,A0TxBFv6B,A1CkBC,AQCTkN,ACoDQ84B,C0CtEE,CAA1C,E/TkCe,AqEiBjB,AiPpDiB,ASC8B,C/TkC7C,AoRhB+B,CpRWsC,AqEsBlBxM,AiPpDLwmB,AGQdnyD,ApC+D/B,CrRlCD,AoRlB0C,EjDkFnB8G,CyCnFmB2rB,C0ClB3B,ArCFd,A9CuGG,C9JjDN,AiPpDG,CGQsC,CpP4CoB,KuMlClB,EAAe,K+CjBxD,EAAsE1b,AxFoGhCw6B,KAAlC,CwFpGJ,AxFoG6C,YAAY;AhOhH3D,AdgDG,AEOC,ACAC/4C,AQNH,AFbC,AFAA,AKaF,ACFC,AfsBE,A2KEJ,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,AJAA,AHCA,AzBAA,AkHDA,AFAA,ACAA,AvBAA,A3CHG,AGGD,AIFF,ACGE,ANHD,AJ1DD,AC4DI,AKCA,AMAA,AjHFJ,AmDCA,AxFCA,AxDDA,AFAA,ATAA,AGAA,AJAA,A1HCA,AeAA,AoHAA,AjBFA,AzOEA,AoIAA,AyLAA,ArFFA,A6BCA,A/EAA,AaCA,A2CFA,AjECA,AlCAA,AOAA,AECA,A1IDA,AqTCA,ACDA,A8DAA,AuIAA,AQCA,AjHAA,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ANAA,AlBAA,AlHKIg9B,AkBZJ4V,AdGG,AIGD,AKFF,ACGE,APHD,AL1DD,AC4DI,AOCA,AMAA,AyGAJ,AQAA,ALAA,AEAA,ANAA,AcAA,A5IAA,AyBDA,AwECA,A0HFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JRC,ADCC6B,A5EEE,A+LKJ,ADAA,AGXE,A1IYF,AEHA,ACGA,AJNEjP,AFKF,AIAA,A/DCA,A8CDA,ACAA,ACAA,ACAA,ACAA,AEAA,AoBCA,ArCDA,AsICA,AqCpDG,AmGR4C,AEdd,ACqC9B,AErCa,ACwBb,ACjBD,AEF+C,ACG/C,ACMA,ACPA,ACoBC,AKED,ACfC,ACFW,ACNV,ACeqC,ACTvC,ACIA,ACAA,AEJE,ACGD,ACGE,AvDQM,AGMP,AELF,AEAgD,ACf/CxK,AGqBA,AE5BD,AIGA,AC2BCwhB,ACJA,ACVD,AEaA,AvBmKA,ArClFK,AkD7BJ,A4C+GD,ApE9La,AIAA,A7P+H4BjoB,EiEpEzCkgB,AtBEAjP,EuEGE1F,ATzDAG,AjGiEAjD,AaRA8C,AXzDAG,EyG4DEmB,A7FAAA,AjCNE,CmSrDN,AxRoFcpM,CmHzBR,AJAAyN,ArFPA,AJOA,AJAAA,AsRrEc9oB,A3BOnBqhB,AUuBAwhB,CpSoBA,AuHkBM/a,AhFNA9+B,AfMA8+B,AiQ9CN,A5QsH2BlN,CqHvEpB,A7FAA,AyQ1EaunB,AKOhB+D,AGCAr4C,AEDA+F,AWKDmkD,AjDegC7V,C3QW9BnsB,AFAAphB,ATiCG/N,AoIGA+wC,AV5DA,AnF4DAA,AZ5DA,AiCsDA,AsQvCJkL,AMbAA,CnUyCFx8C,A8HcO,A7FAA,AiKTW,A+GtChBwb,AGnB0C,AmBUxCjP,A9CHF,AGqBEmkD,CxRKN,A2HoCU,A7FAA,AqBNAhxB,A+PtDJ7yB,AcEAA,A3CJD2vC,AKPC3vC,AIGAA,AGaAA,CtKqDKs6B,AV5DAnH,AM4DA,AMAAkS,A/FAA/K,AZ5DAnH,AQ4DA,AMAAkS,AmRnEZ,AnCyBMjY,AeGC,CpSsBC,A+HcKyF,AHGA2L,A1FHA3L,AHGA2L,AoRnEb,Af4BQzhC,ANmDApC,CgBtFuB,AmBMzB,AQYK,CxUuCH,ALcN,AkFLa,AoO1CL,AIhBV,AEDY+F,AMsBZ,AGvBOqsD,AGUP,AlDUS,CtJgDP,ArFPJ,AROI,A+CRc3lB,AqO3DH4L,AWsBDoB,AMbAviB,CpUyCA/kB,AuCUK05B,AmPvDhB,CzR6CU7rC,A2HiBO4jC,A7FAAA,AyBNA,A0P5CL,AIhBE,ACMD,AYFA,AEIA,AGDC,A9CHF2V,AGqBE,AE5BD,AIGA,AGaA,CtKqDd,A7FAA,AqBNmB,A+PtDJp2C,ACPf,AaSeA,AtCXAA,AIGAA,AC2Bd,AEdcA,CvKkDK,A7FAA,AuSrDJ6xC,ArCiBA,ANmDD,C9R7BC,A+HcK,ATzDA,AC2DnB,AlGMmB,AaRA,AXzDA,AC2DnB,A2RlEF,AcDa,ACe8Bh1C,AEL3C,AIDkB,AnDiBhB,AQCgB,ACqDFmQ,CxKxEMsoB,AC2DAmC,AhG3DAnC,AC2DAmC,AySnERF,AGUK,C7TsBlB,AuTTD,AKjBmB,AKGlB,AnDiBgB,ChRMH,AgByCU53B,AkBZ1B,A+Q3DsBkyC,AQqBC,C7T4BH,AkU7Cd,A3CDU,AECb,C1R6CoB,ACAFx8C,AMnBI0d,AuE4BR,AyOpDR,AcEA,AIEI,A/CNW,AKPf,AIGA,AGaA,C1KqDoB,AvGKzB,AkBZyB,AROA,AwR5DH,AURtB,AQYqBghB,A5CeD,CtKwCpB,AWCM,A1GDN,AaCM,AyCRoBwV,AoP7CsB,AGLlD,AxCiBuBxV,AE5BvB,AIGA,AGaA,CnSuBkB,AENCnxB,AiHzBrB,AY6D+B,A3G7D/B,Ac6D+B,A4RpER,ACe8B/N,ACT1B0kD,CvM8DvB,A7FAA,AuRlEa,ApCmBqBrI,AeKxB,AHsDX,C7R7BE,AsHgB4B,A/FAA,A8RjEJr0C,CNkBN,AyBRV,CpUoBV,AoUpB6B,A5CeZ,AOEjB,CpSsBO,AOnBuB,AuE4BhB,AgPrCf,AKjB8B,AtCqBDkpD,CtRKIljC,AqHoCEiV,A7FAAA,A+CRnC,AtBEkB,A4OjCa,CpSsBA,AuHgB7B,A/FAA,A0SpDyC,CAAiB,AhDKnD,ChJgDD,A7FAA,AiRlEO,CpLkEb,A3FPqC,AFOrC,A8R9DiC,AMMxB,CAJT,ArCqBkCvb,CxKuCK,A7FAA,AuRlEHc,AaItC,C5T0BwC,AqHoCE0F,A7FAAA,A8PzCzC,CtRKwCpe,A4T1BF,CvM8DJ,A7FAA,C6FAU,A7FAA,AuRlE9B,EvL+DK,A7FAA,AkQpCW,C/RGH,A0HiC9B,A7FAA,AkQpC8C8iB,E7RGX,CAAiB,EFAjB5E,CuHoCE,A7FAA,AmSrDQ,A9Bc1C,CxDgFuBlf,CrO7ES,AqHoCuB88B,A7FAAA,C6MyCnD,CrO7EoD,A2TjBwB,CAAC,C3TiBjD,AFAhC,A6TjBsC,C3TiBR,CAA9B,GqHoCkC,A7FAA,E6MyCH7sB,G0E3G4B,G1E2GvD,G0E3G4DshC,KAAlD,SAAf;AxT4CA,ADHC,AGSC50B,ACAC,AEbH,AINC,AFAA,ATiCA,A2KEH,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,AJAA,AHCA,AzBAA,AkHDA,AFAA,ACAA,AvBAA,AxCAE9qB,AIHF,AFVEyE,ANaE,AKCD,AMAA,AjHFH,AmDCA,AxFCA,AxDDA,AFAA,ATAA,AGAA,AJAA,A1HCA,AeAA,AoHAA,AjBFA,ArGEA,AyLAA,ArFFA,A6BCA,A/EAA,AaCA,A2CFA,AjECA,AlCAA,AOAA,AECA,A1IDA,AqTCA,ACDA,A8DAA,AuIAA,AQCA,AjHAA,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ANAA,AlBAA,AlHKG,AkBZD,AVMAzE,AKHF,AFVEyE,ARaE,AOCD,AMAA,AyGAH,AQAA,ALAA,AEAA,ANAA,AcAA,A5IAA,AyBDA,AwECA,A0HFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A3JPEsxC,A5EEM,A+LKR,ADAA,AGXI,A1IYJ,AEHA,ACGA,AJRmB,AFOnB,AIAA,A/DCA,A8CDA,ACAA,ACAA,ACAA,ACAA,AEAA,AoBCA,ArCDA,AsICA,AqCpDC,AmGRE,AC8BC,AGlBF,AEFE,ACrBmC,ACGrC,ACF+C,AESrBiM,AGM3B,ACNC,AEGwC,ACaxC,AGvBG,ACcoC,ACRtC,ACIAnC,ACAD,AEJE,AEMC,AvDSH,AGKG,AGtBW,ACuBb,ACtBuBwF,AKNxB,AE2BA,AExBA,AC2BChJ,AEdD,AGUA,AzBuBF,ACgJC,ArCnFM7D,AkD7BJ,A4CgHF,A7T7CI54C,C2CvFL,CmEOEI,AEbAyE,AhGaAzE,AGbAyE,A8CMAsxC,C8CIA,A7FAA,CgGCExR,A7FAAA,C7BnCK,CwHwBH,A7FAA,CyPnCJ,AKyCO,CjKND,AtFOA,APPA,AmKEA4T,AkH1DoBuH,AESAsC,AaGzBnC,AhCmBAxD,AvRsHEz8C,C0GhFI0hC,AKCA,ApGDAA,AOCA,A+PYJtyB,C9R7BD8b,A8ESM,AkOxCFirC,AtBfkB1Q,CrR2BjB,AyTTFhJ,A7BGA3tC,AQDA80C,A5R0HF5jD,C8GhFO,ApFNA4b,AVMA,AsS7DHlR,A9CoBJ,CzJ0CQpK,A7FAAA,A+CRAq0C,AuO9DoC,AMSxCwH,AlCoBA,AKiCA,AjRuFC,C8GhFI,A9FAA,AsKXA,A0GlBNvU,A0BhCCjiB,AnCuBA,ANmDE,CzRhDEnY,AkTzBsB,AWOjB,A9BeR4wC,CpSsBA,AyUvCG,A7FiGNxF,C5O1DIrtB,A6HGM1mB,AtFOT,APPSA,AmKEAm8B,AoHjDoB,AIAxB,AGgBX,AITqF75B,ApC8C9E,CvPCS,AuRtCJw3B,AMbD,AGJT,AlDoBK,ASkCP,CzR5Be,AsH+BgD,A9FAA,AqR7CpD,AiBZG,A9CoBN7vB,AoBDR,C5SiBC+P,AkIuBiB,A7FAA,AiKTA,A+H1CF,AEJH,AnCgBb,AQDe,A5RiHa2V,CgHpFtB,ADca,A5Fdb,ADca,A+CRA,AqHJAkV,A0GlBjB,AoBtCQ58B,ACcgF,AKR5E,AtCoBCwR,CnNkCK63B,A6OrDJ,AQDC,A/BuBhB,CrKoCoBpW,AREnB,ArFFmBA,AVEnB,AqR7Ba,AazBgB,AIU/B,ASjBE,A7CDmC,AUwBrBve,C/RGI,AwHsBE,ANaA8gB,AvFbA,ARaAA,AwR/CF,AcGD,A7BGnB,CrK0CuB,A7FAA,AmRlDR,AxBbwB,AOqBnB,C5RMb,AuHoCiBI,A7FAAA,AmRlDR+Z,AdWf,AxDgFc,C/OnEP,AsMcN,A6GpCqB,AmBdDA,A/BuBDA,AxDgFL/wB,CvO7EQ,AsTzBjB,AMPU,AKKF+uC,AjDqBZ,CxRgBMt1C,AoU1CSpa,A5C0BAuT,CvMkCC,A8JiDd,C7G5CwB,A7FAA,AgSnD8D7W,CrU4B1F,AkIuB6Bk9B,AHGA,A1FHAA,AHGA,A+CRAmC,AkOxCF2V,AEFjB,ASXe7iC,AtCmBvB,AYAH,CrK0C+B8nB,A7FAAA,AmRlDR/C,AiBZN,A9CoBMzE,AeGI,CpSsBzB,AmU7C2B9M,AlCoBA,AGGDvjB,CpSsBAmhB,AuHgB1B,A/FAA,AySnEQ,CNOoB,AMPL,CEMR,C5M6DmB,A/FAA,AwR/Cb,AEFZ,AgBJ+E,ACRxD2mC,AGDTkI,CtU8CvB,AgT/BiCpyD,AEFL,CgBJyE,A9BelF,CuBtBc,AvBsBC,CfHjC,C9JyCD,A/FAA,GeNI,AyQzCiB,AEFZ,AoBbsB,C1M+D1B,ArFPP,AROO,A+CRY,AoO3CN,CnL+Cf,A7FAA,AiS1DmB,CvM8D8B,A7FAA,A+CRA,AkOxCDwgB,AfM9C,C0BnBA,AQD8C,GnBcvB,CAA6B,AZS/B,C+BvBJ,A/BuBhB,C+BvBA,CADsC,A/BwBa3c,C+BtBnD,CrPqDkB,CAAnB,CsN/BC,CQrBmD,ARqBM,G6B7BhD,CAAP,M7B6BwDue,IAAD,EAAU,YYT7C,CAAvB,sB9BGoBnO,OAFpB,yCAEuD,KAAK+gC,MAAL,CAAYmD,MAAZ,CAAmBlkC,OAAnB,CAFvD,2BAGIoY,OAAO,6CAAoCw6B,QAAQ,GAAG,wBAAH,GAA8B,EAA1E,cAAgFx6B,OAAhF,gBAAoG,EAH/G,uBAIIgoB,OAAO,uDACNA,OAAO,CAAC30C,GAAR,CAAa,UAAA40C,MAAM;AtQ/B1B,AdoDC,ADJE,AGSC,ACVD,AEHD,AMMA,AFZA,AFAC,AkKmCH,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,AJAA,AHCA,AzBAA,AkHDA,AFAA,ACAA,AvBAA,A3CHE,AGGAv6B,AKCA,ANHF,AGXI,AP9CJ,AC2DI,AKCA,A3GFJ,AmDCA,AxFCA,AxDDA,AFAA,ATAA,AGAA,AJAA,A1HCA,AeAA,AoHAA,AjBFA,ArGEA,AyLAA,ArFFA,A6BCA,AlECA,A2CFA,AjECA,AlCAA,AOAA,AECA,A1IDA,AqTCA,ACDA,A8DAA,AuIAA,AQCA,AjHAA,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ANAA,AlBAA,AlHN2D,AkBD1D,AdGC,AIGAA,AMCA,APHF,AIXI,AT9CJ,AC2DI,AOCA,A+GAJ,AQAA,ALAA,AEAA,ANAA,AcAA,A5IAA,AyBDA,AwECA,A0HFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JTAyK,ADEEmqB,A5EEM,A+LKR,ADAA,AGXI,A1IYJ,AEHA,ACGA,AJNA,AEKA,A/DCA,A8CDA,ACAA,ACAA,ACAA,ACAA,AEAA,AoBCA,ArCDA,AsICA,AsC9EA,AkGiBsD,AC+BjD4e,AC7CH,ACsCA,AErCA,ACwBE,AClBF,ACAA,ACH+C,ACK/C,ACIwB,ACNxB,ACHuB,ACeQ,ACL/B,AEEwC,ACcvCtQ,AC3BoC,ACSrC,ACLG,ACcE,ACPJ,ACCkB,AEHnB,AEC6C,ACMzC,AvDaoB,AGCrB,AICF,ACvBqB,AGsBrB,AIAD,AGGEjI,ACJFh+C,AIACyqB,A7DoFI,AkD7BL,AjRmEGjpB,CQrFL,AkBHA,CoFQEuhB,A9FAAA,AiDPA40B,A8OtEwBoe,EtMkBtBr0B,A/FAAA,CoG2DC,A9FAA,C2FHC1X,AQIA4Y,AvGJA5Y,AUIA4Y,A4CVA,ADEA,AuNnCJ5iC,C1K0CK,A9FAA,AkDTAytB,AwOpDE,AaEP,CpM4DM,AHdAtL,A1FcA,AHdAA,AmKEA43B,AkH3D8B3kC,ACKhC,ACIJ,ACNI,AKSUsoC,ACcbuI,AjCGA,AYDAx7B,A5R0HEjpB,CblGK,ASLH6yB,AiHqBE+S,AHEAnE,A3FFAmE,AJEAnE,AsDPAiT,A4MxDN,CvRkCG,AmH9BI,A/FAA,A6RRHnnC,AYKD,AMAEmY,AlCwBJ82B,C/RGIluC,AmHgCG,A/FAA,AvBFI6d,A+SpERqwB,AvBU0CnxC,CvFoDrC,A0GlBP0pD,AgB7BqC,AxBgBlC,AIAD,CpSOJ,A2HoCU,AHdA,AP9CA90B,AnF4DA,AHdA,AT9CAA,AuRfJ6b,ACsCA,AdLAjvC,AIDAilD,AxR0HJ9xD,C2GnFS+nB,A/FAAA,AsDNd,AqO1DE,AkBKU,AzCqBL,AYDE,CzS0BC,AmMKK,AkH3DkC,ACKpCnU,AEFAA,AQKFrG,ASOA,A/CRR,AGsBK85C,AjDgFF,A/NyCM,C8GhFI9lC,AEbA,AhGaAA,AGbA,A4Q/CFqzC,AlBHyC,AUyB7C,CjSSGp2D,A6H8BX,A7FAA,A4CVe,ADEA,AmOlEf,AGMY+O,AUuBF,AQlBGoN,AlCwBJ+oC,C3ReT,AqEgBgBvN,AiO7BJqG,AErCA2K,ACwBF,CvLiDL,AKCY,AnGDZ,AMCY,AgKZAnzB,A2G/DJ,AgB8BD,AElBR,CxM2Dc,AKVhB,AP9CgB,A7FwDA,AOVhB,AT9CgB,AsR8BP,AmBjCGx0B,AESH4nB,AjCYG,CxRkBG,A+GoBE1mB,AKXG,ApGWHA,AOXG,AoRrDtB,AnB0BeiK,CtKyCK,ADFtB,AGTI,AhGWkB,ADFtB,AITI,A8CIa,A8NrDqC,AULhD,AEFA,ApB6BF,CjSSE,AuH2BiB7K,AHEnB,A3FFmBA,AJEnB,AqR7BY6nC,AqBxBA,ArCYb,AOGe,C9KrBM1H,AC2DAqC,AhG3DArC,AC2DAqC,AsDPAuE,AgOnEJ,ACsCX,AGbO,ArBQE,CkBKGj9B,AGbJ4yC,C7ScD,AqHiChB,A9FAA,AsSnDmB/9C,C5TaV,AkHqCH,A/FAA,AsDNqBy3C,AuOxDF,AEFA,AQKnB,AMAmB,CnUiCD,AuH2BI,A9FAA,AoS5DH,AMAEskB,A5CDkC,AOsBpD,AIDP,CnSqC+B,AiMNlB,AuFnDX,AWoBsB,C7KuCInrD,A/FAAA,AvBFIqd,AiMNJ4rB,A0GlBP,AZZrB,AQDa,CpSOM/qC,AiHxBU,A/FAA,AsR8BP2hD,AC7CtB,ACsCO,AGbG,AcbN,A5CgBO,C9JbmBhvB,A/FAAA,AwRuBH,AGbLxB,ArSiIZ,C2GnFqB,A/FAA,C+FACh+B,A/FAAA,AwRtEhC,AiBoByB,C7TkBxB,AkHmCC,A/FAA,AuDTa,AkOhEe,AiBoBJpB,ChUgDK,AiMNlB,AmInDoB,CvPqDE62C,A7EI7B,A2SxBe,AKpBX,AcbsB,AMAEh+B,ChNGvB,AC2DyB,AhG3DzB,AC2DyB,A2KXArF,A0GlBtB,AKpBe,AIhB7B,AEFA,AQKA,A5BwBE,CjSSE,A2EsBW,A+NtBew8C,CrL0B9B,A/FAA,AwRtEA,AKQoC,AEFA,AQKD,A5BwBF,CrN6BlB,ADEwB,A+NtBpC,CrL0BqC,AFxDA,A7FwDA,AFxDA,A0RdH,AqBWZ,CnUiCY,AoH6BnC,A/FAA,AuDTuCrb,AuPrDA,CnImD5B,A+GtCH,CAFG,C/GwC+BjnC,CrHI7B,AoMnCqC8uC,CpMmCpD,AoP9CiB,CAAwB,C/H0C5B,AkG/Bb,ClSa4Ct9C,AmH9B9C,A/FAA,A4KgDI,AqI/CmB,CnCgB0B,CtNiChC,AmMjC2C,CgDXzC,AhDW0CsK,CnMiCNorC,AmP5ChD,CIToB,AEICsI,CrU6BwB,AmUjC3B,CnUiC4B3yC,AmUjCnD,GvPqDe,CyPjDM,AtDgBG,CnMiCqCspC,AgO3BtD,AyBtB0BzU,ErU6BI,A4SPuBjT,GAArD,AyBtBc,CzPiDN,AyPjDyB,CzBsBxC,C5SO+D,A4EoBMphB,CgO3BD,KyBtB/C,CAHwB,CrUgCzC,A4EoBW,EAAgE,E5EpBJ7L,MAAM,CAACqL,E+QbGiyC,K/QaV,CAAeniC,A+QbC,CAACmnC,G/QajB,E+QbnD,G/Qa2E,UAAnG,EAA+G,C+QbT,MAAI,CAACtE,MAAL,CAAYmD,MAAZ,CAAmB7D,MAAM,CAACgF,KAA1B,CAA9E,6CuDdb;A7TjBb,AfiDE,AGSE71B,AGbD,AMMA,AFXF,AFDE,ACLD,AVsCA,A2KEF,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,AJAA,AHCA,AzBAA,AkHDA,AFAA,ACAA,AvBAA,A3CHI,AGGA,AIFJ,ACGI,ANHF,AGTE,ANWA,AKCAwX,AMAF,AjHFF,AmDCA,AxFCA,AxDDA,AFAA,ATAA,AGAA,AJAA,A1HCA,AeAA,AoHAA,AtHAA,AyLAA,ArFFA,A6BCA,AlECA,A2CFA,AjECA,AlCAA,AOAA,AECA,A1IDA,AqTCA,ACDA,A8DAA,AuIAA,AQCA,AjHAA,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ANAA,AlBAA,A9GJI,AIGA,AKFJ,ACGI,APHF,AITE,ARWA,AOCAA,AMAF,AyGAF,AQAA,ALAA,AEAA,ANAA,AcAA,A5IAA,AyBDA,AwECA,A0HFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JTE,ADGA0Q,A5ECG,A+LKL,ADAA,AGXIrf,A1IYJ,AEHA,ACGA,AFDA,A/DCA,A8CDA,ACAA,ACAA,ACAA,ACAA,AEAA,AoBCA,ArCDA,AsICA,AwI7DI,AC+BC,AC7CH,ACsCC,ACZD,ACzBCjzB,ACwBC,AElBF,AEEC,ACID,ACNC,ACmBD,AIXwC,ACarB,ACfnB,ACDC,ACLC,ACcGumB,AEHL,AELA,ACDE,ACA2C,ACOzC,AvDYoB,AEHxB5oB,ACKE,AGvBF,ACwBC,ACtBC,AGqBAkyD,AIAF,AGGGj1C,ACJFtI,AIAC,AzBsBJ,ApC8DM0lC,A/NsCC,EiEtFL1F,AoNxEsBwd,ChSsEpB,C6HMA5qB,AHGAtD,A1FHAsD,AHGAtD,A7BNE,AiMNF3O,C9L1BK,CTmCH1yB,AsIGAoa,A7FAAA,A0CVA,AqMrCJhd,CxR4CK,AkU5CL,A5CGK,CpMqCC,AmOnELqC,AYcmB8Y,AxBiBnBxG,C3KwCM4sB,AHEA0B,A3FFA1B,AJEA0B,A0P3C4ItyB,AGFlJ,AKnBA,C1RgDC8b,AMxBE,AVsCIlsB,AgIGA,A7FAA,AoKZA,A6GrCJm3D,AInBCnjC,AkBMC0nC,AzCoBJ/J,AYDA,CpSOK,AmHgCE,AGGA,AKCA,AJAAhjC,AMAT,AzGJS,AIGA,AMCA,AJAAA,AMAT,AyCPSylB,A5ECEz0C,AiMNFq1B,AqFrDJyoB,AEEDpwC,CxRyDA,A6S/BGwpD,AErCF,AKQChiD,AEFAA,AKQkC,AzCalC,AgBQH6H,CxKuCD,A7FAA,AgDVS03B,AqP/CJtmC,AGNA,ArDmBF,AEHExN,AKMD4uD,AYFA,CzK2CM,A7FAA,A7BNC,A+SpEN,A/B8BiJ,AtCqFpJpV,A/NsCK1iB,CV7GD,AuH2BK,A9FAA,AoS5DLxC,A3BoBA,AxR0HCwC,CbhGD,ASPG,AbqBG,A4HDZ,AGGYsL,AKCA33B,ANHA+7B,AjGDZ,AIGYpE,AMCA33B,APHA+7B,AgR1DNp7B,AQPR,AccK2c,AOFK,AvDYL,AQrBJ,AesBK,CzS0BGmE,AMxBE,AwEkCI,AyPxDF/qB,ArDkBF,AMpBX,AEEW,AeoBJmjD,ChSkBU,AsHsBD,A7FAA,AgR/CN,AqBbR,A/CFUwD,AKuBF,AhRyHS1mD,CV7GlB,AyH8BC,A7FAA,AgDVE,AqO1DU,AEEb,AEFA,AUcO,A9BeE,AxDgFD,ChP5CS,AoIGT,A7FAA,A+RtDAmN,AEHK,AELE,AzCoBJ8iD,AQDClU,AzDoFHxD,C7G5CStZ,ACGA,AJAAqL,A1FHArL,ACGA,AJAAqL,A+CPA,AsPlDJpgC,AhCkBH,C9RFIglB,AVsChB,A0T/DgB/b,AEFAA,AeKE8R,A9CsBjB,ClKwCC,A/FAA,AoR5Da,AKdsB,AqBalBA,C5M2DZ,AHEe6c,A3FFf,AJEeA,AuDTA,AiOvCJ,CtL8CKziC,A9FAAA,AoR9CJq5C,AInBAqD,A3B2BAj+B,AgBFjB,CtG+BA,AyGjDgB,A2BFhB,AlCoBM,AIAQ,CzS0Bd,A8EUF,AqHLyBg6B,AmIlDF,AjCmBHqG,AxR0HDn+C,CbhGEsqB,A+HcK,ACGjB,ANHF,AxFAmB,ACGjB,APHF,AmRlCgB,AqBpBhB,AGNiB,A1CqBJ,AhRyHSrqB,CPxHzB,AyHsCuB,A7FAA,AoR/D1B,AEFA,AQKYkhD,AESR,A9COL,AGDS,AGfQ,C/J8DR,AKCmB,AnGDnB,AMCmB,AiSzD5B,AEL0B,AlDeF,AMftB,C/J6D2Bnd,A9FAAA,AsKX3B,AyGjDqB+X,AGwBG,AK/BZ,A3B2Bb,AIDsB,C7RyBrB,AuHgBA,A/FAA,A4RnEwBV,AccJt0C,A1BaV,A5DkFR,ClH5C2B1H,A9FAAA,A0S3D/B,CtU6C2B,AMxBC,A0HyCIomC,A7FAAA,A4CVhC,AiOvCI,AxBhBJ,AasBQ,AxR0HWzlC,C0GhFc,AKC/B,ApGD+B,AOC/B,AyPjE4B,AYyBG,ACHJ,C3KwCK,A9FAA,AmDPA,AgO3BH+7C,ACZ/B,CJZkB,CAAYrvB,AIYG,AInBnB,AYKN,A5CgBR,AvQ8HuC,CuSnJL,AYKV,AESnB,ArTqIc1sB,CkHlFO,ARExB,ArFFwB,AVExB,A4P9CgC,CpR8BhC,A+HciB,A7FAA,A0Q1DD,A1BkBN,AmBAJ,CtKwCgCwiC,A7FAAA,A0Q1DL2xB,AGwBT,AVPqB,CUOT9T,A7BZtC,ArQgI6Dj/C,C8GhF3D,A9FAA,AmS9D2Bi6C,C1TsB7B,EAAyC,AyHsC3C,A7FAA,AkRjEgB,A5BGd,C9J8D8CpW,A9FAAA,AgR1D5B,AGwBQ,AlSoHmC7jC,CuSnJjB4X,A5BGA,A3QgJiB5X,C+R5IlB,AoBFnC,CjB0BwC,CiB1BX,A5CgBG,CAEvC,CAFD,AvQ8H4CpB,CmH/EhB,A7FAA,AyQ7DV,CAAhB,AGwBmD+7C,AK/BvC,CpLoEL,A7FAA,AyQ9D2C,AQNCjvC,AYKXivC,ChM+DxC,A7FAA,AyQ5DA,GlLyDF,A9FAA,AwRjEc,CL+BkC,AK/BhD,CL+B4D9d,AiB1BpD,AnT8IoCj+B,CAAU,CmT9IJ4K,AnT8IN5K,CAAzBA,EkSpH6B,CAAmB,AiB1B3D,CAAgD,AnT8IwBA,KkSpHhC,CAAtB,CAAzB,ElSoH+EA,CmT9IvBq7C,AnT8IiC,CAAVr7C,CAA3E,ImT9ImD,EAAY,MSKzD;A7TjBb,AfmDC,AGQG,ACAD,AEbA,AMMA,AJZA,ACLA,AVsCD,A2KEF,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,AJAA,AHCA,AzBAA,AkHDA,AFAA,ACAA,AvBAA,A3CHG,AGGA,AIHH,ACIG,ANHF,AJzDD,AC2DI,AKCAgiC,AMAF,AjHFF,AmDCA,AxFCA,AxDDA,AFAA,ATAA,AGAA,AJAA,A1HCA,AeAA,AoHAA,AtHAA,AyLAA,ArFFA,A6BCA,AlECA,A2CFA,AjECA,AlCAA,AOAA,AECA,A1IDA,AqTCA,ACDA,A8DAA,AuIAA,AQCA,AsDQA,AvKRA,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ANAA,AlBAA,AlHKA9F,AkBZAiW,AdGG,AIGA,AKHH,ACIG,APHF,ALzDD,AC2DI,AOCAnQ,AMAF,AyGAF,AQAA,ALAA,AEAA,ANAA,AcAA,A5IAA,AyBDA,AwECA,A0HFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JTIp4B,ADIF,A5EAM,A+LKR,ADAA,AvICA,AEHA,ACGA,AJNA,AEKA,A/DCA,A8CDA,ACAA,ACAA,ACAA,ACAA,AEAA,AoBCA,ArCDA,AsICA,AwI5DI,AIWD6rD,ACzBA7rD,ACwBE,AGvB4C,ACO9C,AEFA,AEU8B,AGHS,ACgBxC,AElBE,ACb6C,ACsB1C,ACRJ,ACKD,AELA,ACDG,AEOC,AvDeJ,AEJA,ACGC,AEPQ,AChBRA,ACwBA,ACrBC,AGkBc,AOKbwpB,ACJFk+B,ACXF,AEYa,ACDTppC,A7DoFC,A/NuCCI,G2GtFL,A/FAA,CsGGEid,AHGAvD,A1FHAuD,AHGAvD,AgDVAp4B,CuO1DF,AEFA,C5TmEI,AsIGAooC,A7FAAA,AyCNA2D,C3E5Bc,AP+Bbh1C,COzBL,APyBM,A2CJA,ArCCI,A8S3CT80D,ACzBA7rD,AYayBkD,ArCJzBlD,AasBA0nD,CzSwCMtyD,A4HDA,AFxDA0gC,AC2DAsB,AmISA2Z,AnNfAz4C,AdGA,AFxDAw9B,AC2DAsB,AqQ3CN,CjK4CO,A7FAA,A+CNA,AkPzDN,AMCEi5B,AzT8IC3xC,CRpHCza,AuHoCGof,A7FAAA,AuRlEF,AEFA,CvTmDF,AoBsBK,A0DfA,A8OnD8B,AzBsBrCmG,AKJAlL,CpSOF,ACLKgH,AsHyCJ,AvGKSiN,AULT,A+CNS,AgPvCJ/vB,AKjBD2vC,A/CiBC3vC,AxCwDJ,ChHXS,AMAA,AnGAA,AMAA,C0CVCsmC,CtEdF,AJZA,A4StCF,AeWH,AxCFG,CtJiEMZ,A7GKjB,AgBLiBA,AyCNA6C,AoO5CP,AcbD0G,A3BoBG,AIAF,ChSiBS,AJVhB,AkC6BH,A0QnEa,AzBSA,CvRgDC97C,AqH3Cd,A/EqDmBmzC,AhBrDnB,A4SFG,AGAY,AlCuBH,ACJE,AIAF9pC,CnSET,AgHnBiBimB,AjGiEA,AEjEAA,AuSeJ,AITHF,ACRE6xB,A/CiBC,CxJ6CZ,A7FAA,AgDVA,ADIS,AgPvCIt2C,A1CAAA,AgBMH,CtNiCQwoC,AkO3CL,AsBbCx4B,ChUqBAnc,AgHnBlB,AC2DI,AKCmBusC,ArG5DvB,AC2DI,AOCmBA,AiRjDLxsB,AgBdd,AnT+IGwK,CZjGA,A8HciB,AREA4Y,AWCA,AwHQxB,AxNXwB,AVEAA,AaCA,AgQ3CL6a,AxR2HEjoB,CyG5IIh0B,AY4DA2G,AwHQAyS,AnNfzB,AhBrDyBpZ,Ac4DA2G,A6RtDP,CFTA40C,CjM4DS/V,A7FAAA,AiS3DxB,A7BQa,CrSqCO,AiIiBN,A3FPW,AFOX,AyCNJ,AgPvCJ,AITY,ACRG,A/CiBf,AgBMYnc,C9RFG,AVsChB,AsIGqB,AwHQ7B,ArNR6B,A2QjD1B,AqBVe,A5BgBI,A5R2HIqD,CPzHDsE,AVsCvB,AkFH4B2kB,AgPvC5B,A1CAA,AiBEY,AIAU,CnLjBxB,AoIoE+BxjB,AnOpE/B,A8QiB0BksB,CzSwCMx9C,AyBQD,A2SpE3B,AMCwB,AlCuBH,CxSoCQ,A0HzDA0R,A/FAAA,A+SFH8mD,AlCuBJrsD,CxSoCQ9N,E2HE9B,A/FAA,AXiFGspB,C+GhFH,A7FAA,AqQvCU,AvRuHPA,C6OxEP,AnNfsCkc,AuCCzB,AmOpEM,AzBSA,AasBL,CpS0BP,AqH3CP,AC2DuC,AWCAxC,A3G5DvC,AC2DuC,AaCAA,AiS9DH,AjCmBD,AxR4H5BlO,C6OxEP,A5KfwC4hB,AqPxDrC,AGAkCjvB,CvM2DI,ATzDA,ApFyDA,AXzDA,CwGyDC8e,A7FAAA,AiS3DJva,A/BuBH,AKJL,CxS0BQzrB,CKxBnC,AiHwCC,A/FAA,AsDLwC,AjEuFhCo2B,CqHjFiB,A7FAA,AyCNgB11B,AoPhDrB0mB,ACRrB,C5RuDyB,C2FOmB5mB,A7FAAA,AiS9DjB,CrU6Ca,AiIiBd,A3FPmB,AFOnB,A6RtDF,AIRkBk6D,CJQjB/6C,ChMsDsB,A7FAA,CyCNrC,CAAX,C7EX8C,AmStBlC,CxSoCmB,CAAD,AiBoFzB4U,CuRxH0C3K,AvRwHzB,CZlGrB,AqU7CyB,AjCmBd,CzSwC4C,A0U3DxD,AzT+IK2K,CZlG+C,AiUrCjC,ArTsIdxL,CjBnFyB,AsUnDzB,A9Be8C,CAACxb,AvRyH3CgnB,CkHtFX,A7FAA,CmQvC2D,EDI7C,CvRyHE8B,EuRzH6CzM,IAAI,AvRyHtD2K,CuRzHuDisB,GvRyHxCjsB,CuR3HS,IvR2HJ8B,MAAL9B,CAAY7c,UAA3B6c,KACFA,KAAK8B,MAAL9B,CAAY7c,UAAZ6c,CAAuBjV,WAAvBiV,CAAmCA,KAAK8B,MAAxC9B,GACAA,KAAK8B,MAAL9B,GAAc,IAFZA,CAFJxL,EAMAwL,KAAK+B,MAAL/B,GAAc,CANdxL,EAOAwL,KAAKqB,QAALrB,GAAgB,CAPhBxL,EAQAwL,KAAKgC,OAALhC,GAAe,CARfxL,EASIoN,CAAAA,KACF5B,KAAKiC,YAALjC,IACAA,KAAKpb,OAALob,CAAakC,OAAblC,CAAqBA,IAArBA,CADAA,EAEAA,KAAKhgB,KAALggB,EAHE4B,CATJpN;AD5JP,AZ4DG,ACACa,AQPD,AJZA,ACLA,AVsCD,A2KEF,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,AJAA,AHCA,AzBAA,AkHDA,AFAA,ACAA,AvBAA,A3CHI,AGL6D,AIIjE,ATvDEmW,AC2DC,AKCA,AMAC,AjHFJ,AmDCA,AxFCA,AxDDA,AFAA,ATAA,AGAA,AJAA,A1HCA,AeAA,AoHAA,AtHAA,AyLAA,ArFFA,A6BCA,AlECA,A2CFA,AjECA,AlCAA,AOAA,AECA,A1IDA,AqTCA,ACDA,A8DAA,AuIAA,AQCA,AsDSE,AvKTF,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ANAA,AlBAA,AlHME,AkBbA,AdGE,AIL6D,AKIjE,AXvDEA,AC2DC,AOCA,AMAC,AyGAJ,AQAA,ALAA,AEAA,ANAA,AcAA,A5IAA,AyBDA,AwECA,A0HFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JTIoT,ADKF,A5EDU,A+LKZ,ADAA,AGZI,A1IaJ,AEHA,ACGA,AFDA,A/DCA,A8CDA,AEAA,ACAA,ACAA,AEAA,AoBCA,ArCDA,AsICA,AyI9BI,AERD,ACXA,ACzBC,ACsBQ,AEjBV,AEGC,AEFA,AES8B,AEPjC0lB,ACI0C,ACiBxC,AElBE,ACd6C,ACuB1C,ACPJ,AECe,AEHb,ACF0C,ACKlC,ArDeX,AIpBE,AEGA,AGoBD,AKCHzH,AEEKvV,ACP4C,ACTjC,AGYV,AzBgEN,ApCoBK,A/NkDStnC,C8GpGd,A9FAA,CyFnDEwrB,A/FAAA,AwQrBqB4wB,AICEnB,EpK6ErBziB,A7FAAA,A6CPAoG,A6OxDA,CAAC7kC,ChU+DC,A8PYAtO,ArOHA,AkBbA,AuCEAq2C,C9E/BG,AJiCFj1C,AgU/DP,A/BmBE,AQCA,CrSUA,AJiCM,A0HzDA,AY4DA6gC,A3G5DA,Ac4DAA,AyCLA,AqHRAb,AiHxDF,AMUU0a,AGHkBp2B,CjU2DzBjmB,A0HzDAkD,A/FAAA,AmQPN,AQ0BM,CjSwBLinB,A8EOM,AoHHN,AyHrDM,ApCCN,AUwBMvY,C1KqCChC,AkIaT,ArOHSwtB,AkBbAqW,AdGA7jC,AqDDA0wB,C4KeP,AvDvBQ,A4GzBL,AO5BCnsB,AEFAA,AKMkC,AzBuBrCioC,CrN6BQh6C,AmN/Bb,CjSwBQ,AuHaM,A/FAA,AoR1BJsrB,AI5CF,ASeyB,AaJxB,CtU8CA3lB,AuHaMhI,AUIA,AzGJAA,AYIA,A+QrEFoU,AeQHnJ,AIFAmQ,C9TuCG,AmT1Cb,ApCCQ,AUwBQ,CpNoCC,A+NzBJ,AmBjCF/N,AxCFFohD,ClKKP,AY4DgBztD,A7GMZ,AElEJ,Ac4DgBA,AyCLAigC,A2NtCR,CnLjBSjB,AY4DA,A3G5DAA,Ac4DA,A0QtCLo2B,AEpCF,AKQT,AEFA,ApB6BS,CSSI,AI5CHpZ,AiBoBA5oC,AKTE,ChSwDb,AgSxDe8R,AnCwBH,CnSsBE,AuHaL,AUIW6sB,AzGJX,AYIWA,A0CVlB,AqO3DE,AEGY,AEFA,AWOf,A/BuBG,CnSqBWhlC,AuHaMwa,AFxDrB,AjGkEqBlmB,AkBbA,AdGAkmB,AFxDrB,C+FAsB3jB,A/FAAA,A+RNrB,AEFA,AQKe,AvBoBJ,CuBpBKuG,AOAE,A9BoBN+zB,CQ/BP,AsBWcl+B,A/CFlB,CvRgDI,AgTzDYoJ,AGKK,AceL,AKTC,A/CFD,CvRgDhB,AqH3CF,A/FAA,AgTHa,ArCsBf,CtSsCQ,A4HDG,AOCkB,ATzDA0lB,AY4DA,A3FPA,AdGlB,ASCkB,AXzDAA,Ac4DA,AyCLlB,A+NzBDnC,A0BjCL,C3U4DE,AsIGuBzsB,A7FAAA,AyCLAwzC,AoPjDP9kB,AzBWb,AXpCSq4B,C7R8DMznD,ALcMqB,A4HDAmnB,A/FAAA,AkS1DE,AUGZ,AEJM,A9BoBN6rC,C1KwCWtuB,ATzD9B,AjGkEI,AaT0BA,AXzD9B,AsR8Bc,AmBjCL,CzRwDsBpqB,A0QnEzB,C3Lc0Bpb,A/FAAA,A0RdN,AeWxB,CnBiCkB,AERf,AmBhBqB,CjUqCxB,AuHaO,AUIW,A7GOhB,AIXK,AYIW,AyCLX,AoPjDkBghB,AGLHi7B,CzUwDxB,AkFFA,A0M5DmBh1C,CjP0DQ,A6Q9D3B,AX0BQ,AXpCiB,ClS4EYpG,AsIGA,A3FPA,AFOA,A6RtDhB,CtUmDiB,A0HzDtC,AY4DE,A3G5DF,Ac4DE,A0QtC+B,AK/BG,AceL,CtUmDQ3B,AyBU9Bo9B,A6S7DY,C1MkDmB,AFxDA/pB,A7FwDA,AFxDAA,A8SCrB,A5BgBW,CjLuCW,A/FAA,AwRtEnC,AiBoB4BjE,AGLH6vB,C7MuD7B,A/FAA,AwRtEA,AzBSgB,EzJ8D0B,A7FAA,A+QvEN,AzBSP,CzJ8DcqO,A7FAAA,CoFzD7C,AjGmEI,AEnEJ,A8SCmB,A5BgBe,CAAC9pC,C4BjBnB,CtBsBf,CmBhBoB,C7S6DAhD,A0R7CyB,AmBhBFkE,CzBWd,CAAWuhB,IpRkDd,AoRlDvB,CpRkDwByX,CzBVU,AsUnDjB,AzBW0B,C7SwCV,A2CJV,C3CIkC97B,A2CJxC,C2R/CmCiO,KtUmDnB,EsUnDhB,CtUmDiD,AmIFxE,A7FAA,AgSjDmE,EtUmD5B,AyBUhB,CAAsB,IAAtB,EAA4ButB,C6S7D5B,EAAwD,EAAxD,E7S4DrB,A6S5DiFntB,E7S6DvB,E6S7DrC,EAAhB;AtTvBP,AZ6DE,ACAE,AQXe,AJRjB,ATiCA,A2KEF,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,AJAA,AHCA,AzBAA,AkHDA,AFAA,ACAA,AvBAA,A3CHG,AGGHzP,AILA,ACMEqxC,ANHF,AGXI,AP9CH,AC2DA,AWCG,AjHFJ,AmDCA,AxFCA,AxDDA,AFAA,ATAA,AGAA,AJAA,A1HCA,AeAA,AoHAA,AtHAA,AyLAA,ArFFA,A6BCA,AlECA,A2CFA,AjECA,AlCAA,AOAA,AECA,A1IDA,AqTCA,ACDA,A8DAA,AuIAA,AQCA,AsDQE,AvKRF,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ANAA,AlBAA,AlHOI,AkBdF,AdGC,AIGHrxC,AKLA,ACMEqxC,APHF,AIXI,AT9CH,AC2DA,AaCG,AyGAJ,AQAA,ALAA,AEAA,ANAA,AcAA,A5IAA,AyBDA,AwECA,A0HFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JTG,ADKD,A5EDU,A+LKZ,ADAA,AGZMznC,A1IaN,AEHA,ACGA,AJPA,AEMA,A/DCA,A8CDA,AEAA,ACAA,ACAA,AEAA,AoBCA,ArCDA,AsICA,AwI7DI,AC+BC2yC,AERD,AEpCC,ACkBU,AEbZ,ACLD,ACQC,AEFA,AEQ8B,ACHA,AKA7B,ACf6C,ACwB1C,ACPJ,AEAe,ACDhB,ACDI,ACAH,ACHC,ApDuBF,AEPA,ACfG,ACwBH,ACrBC,AGoBD,AOIKsE,ACJLtiD,AGDA,ACAKm1B,A7DqFH,AkDzHF,AjRgJ4BY,EmHjE5B+c,A7FAAA,E4FHErL,ACGA,ANHAH,AxFAAG,ACGA,APHAH,A4BJAL,C/CrBF,AuH4BGgM,A7FAAA,C1BrCkE,AbkCjE,A+HEA,A9FAA,AiDJA6E,AqHRAzsC,AkG7BJrL,C5RoBA,AbmBK4C,A+HEAlB,ApFNAgzC,AVMAhzC,A4SpEJ,A/CDD,A7QyFc80B,CjBtBR,AiIXAxZ,AKcAsrB,AlGdAtrB,AKcAsrB,AqR5DgBga,C9TyDfrhD,AyBUAo9B,A6R/DN,AcVO,AnT4JItoB,C2CjGJ,AmQxDQwe,AKHf,AKMOqyB,ACFJxqC,A/CYE+0C,CiBOD9gD,AVpCA2tC,ChN0EK,A+NzBPA,AI5CA,AGKG5oC,Af2BA,CxK4BK,A7FAA,A9BQMuY,AiMPN,A3IMAuT,AkQrDoB,ArCiBxB7yB,AIEAA,AIDAA,AQAAmlD,ClG6BK5kC,A4GzBN,AXAD0zB,CpKsCL,ANHa,AQGA,A/FAb,APHa,ASGA,AyCLA/gB,A8O5DA84B,AUGJ,A/CYE,AWWEzH,CrKyBC,AxGqBZ,AWrBY,A2RjDiB,AUEf,ACDNsJ,A9CHDtM,CjP0DT,AqQtDO5R,AKbA,AnBLP,C9J+EgB,ANHA9c,AQGAl/B,A/FAA,APHAk/B,ASGAl/B,AwQ9BP,AI5CDg8C,AsBWC92B,AhDaKzlB,AO7BF0yB,C5J+EK,A7GOA1yB,AgBPA,AwQ9BP2J,AOvCT,AhB+BS,C7P+BQ,AiBAA,A6NpCJ,AIEA,AIDA,AWDd,C7K0CF,AEbqB6hC,AhGarB,AGbqBA,A8CSA,AtBFA,A6NpCJ9gC,AIEAA,AIDAA,AOIH,AILG0T,C7K0CKgnB,AKCpB,AEAoB,ArGDAA,AMCpB,AEAoB,AyCLA5E,AqHRhB,A4GzBSm1B,AK/BGhiD,AmBMZ,A/CFW,CtJiEb,A7FAA,A8JbmB,AyGhDnB,A2BFYpT,ChSwDd,AqQtDcygD,AKbX,AsBWC,AhDagB,AiBOpB,CzSmBYn3B,A2HqBW,ArGUA,AOVA,AiR3BpB,AI5CY45B,AqBYN,A/CYY7iD,ACfH2G,AgBsBE,C9KwCI,ArGUAoU,AOVA,AiR3BN,AyBhClB,C9TwCO,AqHQO,A7FAA,C2FaY,AEbxB,AhGawB,AGbxB,AmRxDM,AmBQc,ACDH8B,AlDoBZ,AIEA,AIDA,CjSuCD,A+HEqB/a,A9FAAA,AuRpE1B,AGMQ,AhCaK,AUOL,AGIL,CrSeainB,AHqBZ,AmIAuB,A7FAA,A+QvEzB,A5B+BH,AEP2B,AES3B,AIDA,AYDUg4B,C7SwCmBtgD,AMHM,A0SvDjC,AKboB,AZgCtB,APrCA,CzQsFiB,AnBbmB8C,A0SvDb,ApBJE,AauBE,AGD3B,AVpC2B,C/J4EI2hC,A1GUA,AaVAA,A4CFlB,A0M5DarH,C1M4DMyX,A0NtCH,CrG8BI,AoFrCDlzC,CxR0BK,AHqBrC,AMHiB,AqUzDU,ClTsEV,AnBbwB,AqUzDZyiB,AzChBGrU,ClS4EIjQ,A+HEtC,AtGQI,AQRJ,AiDJsC,AiOjCP,AsBtBrBgkD,A7CLU,C5R8DmB,AkFFA1kD,AiOjCPi1D,AvB3BEvH,AiBsB3B,C7SwCiC3uD,A+HEA,A9FAA,A+Q5DpC,ArBWyB,AkBON,AXpCrB,C5RyEiB,AqUzDgB,AhDaKyrD,CqBXLz/B,A2BFCjrB,AzChBG,C5RyEUksB,AqUzDd,CFEjB,AEFW,CzP0DK,A8NxD9B,AKbC,AsBWC,A/CFD,CiBsBsB,C1KwCoB,A7FAA,A+QvEP,AR+BZzpB,C1KwCoBgjC,A7FAAA,A4CFA,AtBF5B,A0Q/CY7W,A3CIhB,CzM6CD,A5EDI,AsDDnB,AqPvBK,ALbH,C1NsCA,A5EDU,A6ShCJ,AxBZyCloB,CsBoBJ,ARZ3C,AGFY,CAGZ,ACFqB,CyBXc,A3CIrB,AcQkC,AIDhBmD,C/KwCT,A9FAA,AsSnDauf,A3CIgB,C7J+CtD,A9FAA,AiR3BK,ClL6BL,A9FAA,AkRrCgD,EpLqCU,A9FAA,AqSrD1B,CAAW,CtUmDJ,CAAD,A6SxC/B,C7SwCuDtoB,A4U5DT,CnCqBFulB,AIDP,CMKxC,AxBZmD+oC,EwBYG,CnTmCpB,CySvCY,CIDF,C7SwCsB,AsUnDtC,A7BY0B77C,AIDTyoC,CyBX1C,A3CI+C,C3R+ChB,C2R/C6B,CxJ4CnE,A7FAA,AmQpCkD,EAAiB,AID5D,EAAkDnxC,IAAlD,CAAwD,EyBXJ+jB,EPThC,GOSqC,CPT/B,AOSgCxF,IAAN,AzBWU,CyBXC,QAAX,CAApD,SAA4EhW,OAAO,CAAClT,MAAR,GAAiB,CAAjB,mBAA8BkT,OAA9B,IAAyC,EAArH;AtTxBP,AZ+DC,ACDE,AEbD,AJKqC,AUGrC,AJbD,AGaC,AFpBA,AVuCA,A2KEF,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,AJAA,AHCA,AzBAA,AkHDA,AFAA,ACAA,AvBAA,A3CHC,AGGC,AINF,ACOE09B,AJAA7O,AMAE,AjHFJ,AmDCA,AxFCA,AxDDA,AFAA,ATAA,AGAA,AJAA,A1HCA,AeAA,AoHAA,AtHAA,AyLAA,ArFFA,A6BCA,AlECA,A2CFA,AjECA,AlCAA,AOAA,AECA,A1IDA,AqTCA,ACDA,A8DAA,AuIAA,AQCA,AsDOE,AvKPF,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ANAA,AlBAA,AlHOI,AIXH,AIGC,AKNF,ACOE6O,AJAA7O,AMAE,AyGAJ,AQAA,ALAA,AEAA,ANAA,AcAA,AnHDA,AwECA,A0HFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A3JJE0T,A5EDO,A+LKT,ADAA,AGZQ/U,A1IaR,AEHA,ACGA,AJPA,AEMA,A/DCA,A8CDA,AEAA,ACAA,ACAA,AEAA,AoBCA,ArCDA,AsICA,AsChFA,AkGmBI,AC+BCob,AERA,ACZH,ACxBI/gC,AEGI,ACEP,ACLD,AEWA,AMDwC,AGCvC,AChB8C,ACyB1C,AIRJi/C,ACDG,ACD+C,ACWlD,ApDUD,AEPC,ACfElzD,ACwBH,ACpBA,AGmBA,AEAFspD,AEFW,AEJXQ,ACUOxoD,ACL4D,ACdnD,AGcRwjB,AzB+DR,ApCsBG,AkDzHA0+B,AjRiLEjrD,EmHlGHuxC,AJAA7O,AzFAA6O,AJAA7O,A+CLA0T,AgO9EyBoe,E/KgFvBvnB,ACGA,A9FHAA,ACGA,C6FAC7F,A7FAAA,AjCTG,AkT9DN,CxToEI,A8PYAmU,A5KdA,A5EDI,AuRjCT,CxRKC,AL+BKl6C,AkFFAo+B,ClFEC,AgIGA,A7FAA,AoKbA4B,AmIjDLs5B,AvCoBK,ADrCL1P,AjRiLEjrD,CjBrGIN,AgIGAiuB,AvGOAoP,AUPApP,A2KhFO,AqFsCPrc,C5RYH,AJKmB8H,ASGnB,AkP+BI,AvDtBA,AkH7DH0mC,AEWD,ApBeI,CvKgDR,AMAS1N,AnGAT,AMASA,AyCLT,AqHRS,AiHxDF,AmBIJ,A7CIEqK,ASaInrC,AtRkJNtR,CmHlGH,AJAU,AzFAV,AJAU,A+CLAu2C,A+NzBPkG,AtBpBE/6B,ACfFja,AOuBL,AMAWuqD,C/RAFllD,AoPmDU,AxPfFnO,A8S5CRmO,AnSoJC,CXxGA,A+SpEJ4O,Ad0BN,ACUO3S,CpKsCQ,A7FAA,AgKbL,AOnEV,A2GME,AEWS0zC,AWGO,AnCkBH,ADrCL,C5RyES,AwM1EI,AwHmBX,AMHEiN,AjDcH,CpRoBE5/C,AJK0B,ASG1B,AoHsBX,A7FAA,AoKbek3B,AyGhDRyb,AGuBCA,AuBxBE,ACDA,A7CEV,ASae,CrN2Cf,A+NzBS,AQ5CIqD,A3BaDsH,AekBN76B,CzK2CN,AJAiBge,AzFAjB,AJAiBA,A8Q9BPnd,ArBnCA,ClRuBI,A4H0CI,A7FAA,AyCLA,AqHRV,A6GrCM,AsBZDysC,A9CHFvS,A3Q0JC9yC,CPnIG5J,A4H0CI83B,AwHSKjkC,ArOFtB,AgBPiBikC,AyCLnB,AqHRM,A6GrCS93B,ACxBJ,AMWP,AiBD+C,AnCqBc,C7RqBjDglB,AkM1DlB,AmGkDK,AUjCasxB,AnByBH,CtNiCQ,A8NxDnB,AC+Ba8T,AERZ,AEpCU,AIAb,ClT4CI,AyH8BJ,AvGOsB,AUPtB,A+CLA,A4H3EmC,AkGmBrBr2B,AGuBCuiB,AdLmB,AGKnB,ACJkDltC,ChRiD/D,CyDZsBoiC,AwPzDL,AvCoBrB,C7J0CoB,AwHSD,ArNTC,AiS9DEgkB,ChUoBb,A0SRA,ASDC,AMbA,AvCDL,AasB8D,ClSa1C,AKQnB,AFpBoB,AVuClB,AsIGqBl4B,A7FAAA,AuQ7DzB,AIWsB,AObpB,AaKY,A5CPK,ASsBkBh/B,AIC9B8uD,CzSuCJ,AkFFuB,A8NxDP,AWFI,ApBe3B,AMKoB,C7SwCWxwD,AkFFAb,A+NzB1B,AERA,ANLiB,CMKI,AErCc,C3SiC/B,AuSYkB2K,AyBhCZ,A/CYM,C/Q4BS,AFpB5B,A0SR6BmxC,AtBX7B,AOiBS,CPjBqB,C9R0D9B,AsIGkB,A7FAA,AiS9DW,CxPyD7B,A+NzBG,AJbqB,C7SwCYp7C,AmIAA,AGGA0lC,AhGHA,AGGAA,AuQ7DlC,AC+B6B,ARbkC,AIAxC7jC,C7SwCY,A0U3DpC,A/CYsB,CpRoBnB,AP2BkCxD,AgT1DPgsB,AIWP,AObpB,AhCaoB+wB,CxJ+CezW,A7FAAA,A8Q/CHn8B,AtBXpC,C6BFqClJ,CXEnC,AlBAoC,AekBlB,CtSakB,AsSbPioB,CjSqB/B,A0HsBkB,A7FAA,A0QtCf,CxBZgB,AO7BL,CtRyD2B,A0HsBI,A7FAA,A0QtCN8C,ACZf,AzBAO20B,CsBoBClrC,AGpBY,AObxC,CdoBc,CMKf,ANLG,CcpBwC,AzBhB3B81C,C3RiD0BnhD,AoTjC7C,EViC+B,AUjCkB,CxL4DI,A7FAA,C6FACmjC,A7FAAA,A2Q3BX,C3K8BYjoC,A7FAAA,CyP/EzC,C3RiDsC,CAAC0oB,AP2BhB,AsIGQ,A7FAA,AyP/ErC,ClS4E4B,CAAwBlsB,AsIGA,A7FAA,CkPlDzC,CAA8BquD,AO7BlBnI,CkB6BP,CAAjB,CpT+C6B,AoT/CpC,C7SoBsC,AuPuCdjpD,E9PZ4C,AkS5E5D,CP6BW,C3R+CiB,A2R/C3B,EpRoByD,AuPuCjD,MAAiB,EvPvC9B,IAA0E,CAAC,AoRpB9E,CpRoB+EqL,AJK/C,A2PkChB,E3PlCoB,AgIkBvC,A7FAA,CwNgB+CrL,C3HZ6C,A7FAA,G/B3BH,CAACivB,CuPuCvE,GAAqC7jB,IvPvC0B,CAAiBglB,CuPqCjG,CAGE,MvPxCF,EAA2G;ASjD7G,AXgEE,AEdC,AJKD,AUGA,ADAC,AFpBD,AVuCA,A2KEF,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,AJAA,AHCA,AzBAA,AkHDA,AFAA,AtBAA,AxCAE,AKCA,ANHF,AGXI,AP9CJ5C,AC2DA,AKCEyW,AMAI,AjHFN,AmDCA,AxFCA,AxDDA,AFAA,ATAA,AGAA,AJAA,A1HCA,AeAA,AoHAA,AtHAA,AyLAA,ArFFA,A6BCA,AlECA,A2CFA,AnGCA,AOAA,AECA,A1IDA,AqTCA,ACDA,A8DAA,AuIAA,AQCA,AsDME,AvKNF,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ANAA,AlBAA,AlHOG,AkBdD,AVMA,AMCA,APHF,AIXI,AT9CJzW,AC2DA,AOCEyW,AMAI,AyGAN,AQAA,ALAA,AEAA,ANAA,AcAA,AnHDA,AwECA,A0HFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JTE0Q,ADMA,A5EFU,A+LKZ,ADAA,AGZO,A1IaP,AEHA,ACGA,AFDA,A/DCA,A8CDA,AEAA,ACAA,ACAA,AEAA,AoBCA,ArCDA,AsICA,AsChFE,AkGoBE,AC8BEqJ,AERD,ACZH,ACxBIX,ACwBH,AEnBA,AEED,ACIC,ACdwD,ACyBjD,ACVuB,ACF/B,AIAA,AEhB+C,AC0B3CuJ,ACRJ,ACGgB,ACFhB,ACDC,ACDGzM,ACDFpsC,AjDcD,ACfG6hD,AC0BL,ACtBEvtD,AOgBQ,AGIL,ACH6D,AGEjE,A5DoFA,AkD3HqC,AjRmLlCb,E+GlGHyiC,A7FAAA,AgDVA0Q,AmM1EwBsY,ExJiFtB3rB,A9FAAA,A+QXEy0B,E/SWA/yD,AoIGAooB,AV5DA,A/EqDAupB,AJOAvpB,AZ5DA,AuDwDA2sB,CwCxDCtqB,A/FAAA,A4K6CD,A2FlEJ,CjKmEMzQ,ADcA,A5FdAA,ADcA,AgDVA,A2MnDL3a,A7Q+JEb,C0GnGI0hC,AKCAhU,ApGDAgU,AOCAhU,A2KhFA,C3MuDHxD,AiIyBI,AEAA,A/FAA,AEAA,AiRnEHtW,AKGDmf,AIAA,AMGExmB,ApCiBE4G,AOEJ,C5K0CJ,AMASqI,AnGAT,AMASA,A0CVA23B,C2COC,AEGA,ArFPA,AXIA,AGGA,AmRlDL,AEnBCv/B,AGMCoV,AiBDLzc,AjDcKsH,AGXF,AWkBeo+C,CpS2BbroC,AOND+F,AqHQK,A7FAA,A8CUA,AqP1DJ9iB,A/BoBK,AvR4IT7M,CmHlGS,AV5Dd,AnF4Dc,AZ5Dd,AsR8BMw8C,AI5CAX,AiBoBAuJ,A1CXAgJ,AEIG,CvR+BC,AP2BK,A8HAA1uB,AnFJA,AXIAA,A8K7EA,AqHgBJk6B,AhCwBI9I,AELJ,AEDIQ,ACST,AvRuIM,CqHlGN,A7FAA,AyCJU,A4H5EA,A6GiBH,AIDD,C1TgDV,AqH3CF,A/FAA,AwDiDiB,ADMf,AwO/DA,AdyBW,CzSiBX,AHsBgBlwD,AoIGhB,AHdgB,AKcAoa,A/FAhB,AHdgB,AKcAA,AgS7DF,ClU+Bb,AP2BgB,AgTzDR/Q,AQTR,AGMa,AhCaA,C/Q4Bb,AZmBiBhL,AoIGA,ATDpB,AKCE,ArFPkB8zC,AJOA,AXDpB,AOCE,A2KhFO,AmGkDG,AKpBE70C,AIjBG,AYaL,ACRI,AKFJ,AhDDA,AEG4B,AWkB2B,C9K2C9Cs8B,A/FAAA,AuDTA,A8NpBRpxB,AI5CA,ACwBN,ASdU,AIAf,AIEee,AECE,AGHN7F,C9M6DS,AGXlB,ADckBkmC,AhGHA,AIXlB,ADckBA,AqRrEJ,AceJ6Z,A3CIK,ACfL,AgBuBI5hD,ChSoBA0mB,AkHmBK,AQGA,AtGHA,ASGA,A4Q1ER,AcUI,AMGjB,A7CJaykC,AasBoDr6C,CxK6B3C,A7FAA,AiR3DjB,AGIJ,AGMkByoC,ChM8DrB,A/FAA,AmS/DE,AaAE,CtMgEsBz3C,A7FAAA,AuQ5DtB,AUPkB6O,AkBGH,CjN+DQ7O,AhFNZ,AfMYA,AuDTzB,A2HtEyB,AmGkDrB,AKpBc,ASdG,AtBoB4C,AGEtD,C9FtCX,AmGkDmB,AiBhBJ,AKhBR,A5CYc,AcODktD,AGCEr+C,CtK0CN,A3FPhB,AFOgB,A+O9CP,AGJa3Q,CjKRxB,ACyDA,AKCE,ArG1DF,ACyDA,AOCE,AwR/Dc,AWSM,ACRpB,AlCkBQkQ,CsBnBkB8tC,AWSLjgD,AEJE,AINDw7C,CjN+DQ,A/FAA,AXmGpB,CySrKK,CAAax7C,A/BiBX,C2BAhB,AqBbck7C,AhDaagP,AUKnB,AOGL,C4BhBwB1O,A/BcqC,CaNrC,AgBJhB,AMVK,CjBCH,AWSc,AMVCrvB,ChU0C5B,A+SzCkC,AgBA/B,C3U4Da,A0ThEF,AiBKV,A/BoB6B,C5SuClC,A0ThEoC,AkBGnB,ClNMP,A/FAA,A6SAa,AINWs8B,AjDcjB,C6CRkB/qB,A7CQCkxB,IiDdnB,CNUWpoD,AEJL,A5BgBnB,C9KuCgB,A9FAA,A2R5DN,AiBD2B,C9M6D3C,A9FAA,AwSxDkB,A7CSC,CsBoBb,ASrCiCmM,ACIU8X,AhCa9C,C+BjBmC,AdyBU,CKYF,CUjC9B,AiBDG,CNUkB,AMVjC,CjBCD,CiBFkD,AhCuBAxoB,CKY/C,A2BjCF,IhCqB4C,CAAW2Q,OAAX,KAAuB,EAArE,E+BrBI,A/BqBqE,E+BnBpE,oFAFD,EAGC;A3TpBP,AXiEE,AEdC,AKQA,A+JqBH,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,AJAA,AHCA,AzBAA,AkHDA,AFAA,AtBAA,A3CHAsvB,AGGE,AKCE,ANJJ,AGVM,AP5CJ,ACyDAlI,AKCA,AMAI,AjHFN,AmDCA,AxFCA,AxDDA,AFAA,ATAA,AGAA,AJAA,A1HCA,AeAA,AoHAA,AtHAA,AyLAA,ArFFA,A6BCA,AlECA,A2CFA,AnGCA,AOAA,AECA,A1IDA,AqTCA,ACDA,A8DAA,AuIAA,AQCA,AsDKE,AvKLF,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ANAA,AlBAA,A9GJAkI,AIGE,AMCE,APJJ,AIVM,AT5CJ,ACyDAlI,AOCA,AMAI,AyGAN,AQAA,ALAA,AEAA,ANAA,AcAA,AnHDA,AwECA,A0HFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JTE,ADMA,A5EFU,A+LKZ,ADAA,AGZM,A1IaN,AEHA,ACGA,AJPA,AEMA,A/DCA,A8CDA,AEAA,ACAA,ACAA,AEAA,AoBCA,ArCDA,AsICA,AsChFC,AkGoBG,AC8BEwhB,AERF,AEnCIsE,ACuBJtlC,ACtBF,ACGC,ACLD,ACMoC,ACKnC,ACPD,AGMC,AEDD,ACmBA,AClBC,ACCD,ACVC,ACkBkC,ACPnC,ACEgB,AGAV,ACHJ,ACf4B,ArD+BrB,AIpBY,AEMpBnR,AOeQ,AGSJy2C,ACR4D,ACbjE,AEgBC,ACFK,AzB+DR,AcjGE,AjRgLK,E0GnGL9lB,A/FAAA,EkGFE0J,A9FAAA,E2FEE,AKCAoG,A8HSAyQ,AlOVA,AOCAzQ,AgDVAoM,ADMAV,C3EnCc,AoHsCb1sC,A/FAAA,CrB3BL,AkT9CI,A3BaHO,C1J6DMvF,A7FAAA,CyFAC,AMAAC,AnGAA,AMAAA,A0CVA,ADMA,AoO9CNyW,ACtBE,AiBaIwkC,AnCcOkR,C3KbN9wB,ACyDT,AKCS5kB,ArG1DA4kB,ACyDT,AOCS5kB,A+R9CJghC,AhChCAoU,CvK6EK,A/FAA,AmS/DL,AIAA,A1BoByBsB,CrK4C5B,AHdSrlD,AKcP,A/FAF,AHdSA,AKcP,A0CVOkqC,ADMAnC,AwOhEiCjhC,AUKrC9G,AxCJJ,AgByBG5J,CxK0CM2mB,A7FAAA,A0Q9BR4yB,AStCyC,AlB+BxCsE,AvRuIIngC,C2GtGI,AUIA8xB,AzGJA,AYIAA,A6QlDN,ACtBEsb,AEFE,AEWH,A1SiKCptC,C2GtGK,AIIV,A8HSU,AjObA,AMIV,AkRzEEmgC,AvBYG,CoCeT,AClBU8Y,C/LgER,A7FAA,A2CJc,AoO9CN35D,AYIEy+B,ApCfD,AOeF,AOIR,A3R4IgBnK,C0GnGjB,AmIUiB5a,AlOVjB,AsDHiBw5B,AqOpEb,AGI8C,AKItCpgB,AvB2BF,AILEnf,C9KuCM,AGXA,AjGWA,AIXA,A6QhBR,AUjCG4oC,ASAC,AIGE,A/BeiD,CxK+B9C1xC,AP5CnB,ACyDmB/F,AKCA,A5FdA+F,AT5CnB,ACyDmB/F,AOCA,A8Q9BRk8C,AI3CA,AIDKzE,AWWD7xC,A5B0BH,CrN2BQ,A0NlCV,A5R8IL,C6GrGgBm1B,AQGA,AwHSA,A9NZAA,ASGA,A0CVAqT,AkO/DR,AKK+B,AQsB5C,AClBK,AGSkC3rC,A7BW0BuM,C/Kd3C,ACyDtB,AWCsB5S,AwHSA,AnOnEA,ACyDtB,AaCsBA,A6QlDN,ACtBE,AW0BC,CpEuDE,A5KbL,AoO9CCqpB,ASdZ,C/LgEL,A8HSiB,A3NTjB,A+CJA,AyO3DQ,AfqBP,C1SgBM,A+HYI,A6HuBctc,A1NvBd,AqR5DA,ACM+CyF,ACKtCwZ,AlBkB6C,AGG7Cre,C3K4BM0M,ADcAinB,A5FdAjnB,ADcAinB,A8Q9BtB,AQ5CmBwa,ACMoC,AUKpD,A3BmBuBiV,AIAhB,C1NkCa,A8NpBP,AI5Cf,AboCD,AKNWx6C,C1NkCaE,AwOrDpB,AIDe,AEFiB,AGGxC,AEQ8C,CxMoDjB,AQGhB,AtGHgB,ASGhB,A6QlDH,AKbeoR,AMAzB,AKQ+CxpB,CxMoDjBklC,AQGAtgC,AtGHAsgC,ASGAtgC,A6QlDLoX,ACtBzB,AoBYwBkK,A/BkBvB,AVpCD,CjKgEW,A7FAA,AsRtDqD,ArBuBjDwrC,AOGY,C3K4BvB,ADc4B,A5Fd5B,ADc4B,AoRxEJ,CvLwEKxjC,A7FAAA,AwR/DzB,AQDoB3pB,C7LgEf,A7FAA,AkS5De,AlCeqC,AGGhE,C5K0CyB,A7FAA,A8Q9BtB,AKpBM,AGxBC,AEWoB,AgBGFvD,C3M4DO,A8HSnB,A3NTmB,AsR1EF,AMUjC,AOSsC,AKLX,A7CDX,AcmBeW,ChLsCnB,A/FAA,AoR1BiB2D,AKpBE,AIlBI,AYaoB,AKNnD,A9BiBC,CkBpB2B,AIAhC,CvM4DsC,A/FAA,AsDNlB,AkNpCZ,AQEkB,CcnBnB,AQD2B,AKK3Bk7C,C1EoEiCrmC,A3KnBrB,A8NpBhB,AUjCH,CxOqDD,A8NpBoCu1C,AQ5CGrP,CzL0Eb,A7FAA,AyQ1CzB,CAAwC,C5K0CIz0B,A8HSA,A3NTAA,C2FJ/C,AgIagD5L,A9NbhD,CyRtEa,CR4CP,AQ5CA,C7LsE6CjS,A/FAAA,CySnDV,AELvB,ExM4DU,A8HSe,A3NTf,CyFJa,AkIac,AjObd,A4RtEW,C3DmFT,AwEhEgC,A1Ba/B0sB,ChLsCaj6B,AkISvD,AjOTuDA,AySnDmB,CAAvC,I1MmDI,A/FAA,E+FAuB,A/FAA,C+QtCrB,CahCzC,CbgCwD,CahCO;AzSPjE,AduDS,ACEP,AUEA,AboBA,A2KEF,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,AJAA,AHCA,AzBAA,AkHDA,AFAA,AtBAA,A3CHE,AGGAG,AIFF,ACGEihC,AHdG,AP5CDx+B,ACyDH,AKCC6/B,AMAI,AjHFN,AmDCA,AxFCA,AxDDA,AFAA,ATAA,AGAA,AJAA,A1HCA,AeAA,AoHAA,AmEAA,ArFFA,A6BCA,AlECA,A2CFA,AnGCA,AOAA,AECA,A1IDA,AqTCA,ACDA,A8DAA,AuIAA,AQCA,AjHAA,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ANAA,AlBAA,AlHOE,AkBfA,AdIA,AIGAtiC,AKFF,ACGEihC,AHdG,AT5CDx+B,ACyDH,AOCC6/B,AMAI,AyGAN,AQAA,ALAA,AEAA,ANAA,AcAA,AnHDA,AwECA,A0HFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A3JHE,A5EFU,A+LKZ,ADAA,AGZK,A1IaL,AEHA,ACGA,AFDA,A/DCA,A8CDA,AEAA,ACAA,ACAA,AEAA,AoBCA,ArCDA,AsICA,AuCrFA,AiGe+C,ACyCzC,ACrCNgzB,AC4BG,AEnCK3sD,ACuBH,ACrBF,AEHA,ACKmC,ACMnC,AEUD,ACVA,ACDE,AGkBD27C,ACnBkC,ACEnC,AEOmC,AGTnB,ACGhB,ACEM,AEKN,AvDYF0J,AKPG,ACfE,AEID,AOcO,AGUJrlD,ACT4D,ACXjE,AEeE,ACFK,AXlCP,AjRiLKyrB,E8GpGLp0B,AKCAihC,AJAAqB,A/FDAtiC,AMCAihC,AJAAqB,EgGHEwK,ACGA,AV1DArqC,ApFuDAqqC,ACGA,AZ1DArqC,CyG0DC86B,A7FAAA,A2QlEA,AQHY,C/Q6DXuH,AuCIAuE,AgO9DAl7B,AQHJ,CtLqEE,A3GOGyuB,AcPH,A2CJG,CkDIL,AJAM,AzFAN,AJAM,A+QlER,AgBoBG0nB,CrTuBI3xB,A+GmBE,AIIApF,AnGJA,AMIAA,ChCzBH,AmIyBIuU,A7FAAA,AyCJA1zB,AwP1DF4rD,A5CCJ,AOeuBzyC,AKXpBzkB,C1SsDIxB,AgIGT,A7FAA,A+QlES,AWaJ+6C,AvCUI,AM3BP,C7JqEQ,ACCA,A/FDA,AECA,AsR1EJh1C,AnC+BI6J,AKPL,AcKmC8gD,CnSuCvBhmC,AiTjEXqwB,CxLsEM,ApFPA,AVOA,AiDHA,AmN3CH,AGUJ1zC,AILCmxB,C1NsCOxmB,AoPpDD,AhDad,AoBdE,AzR4JU0F,CoS5KJrQ,AqBWM,A5CCN,C3RoCKqQ,AgIsBb,AGGM,AhGHN,AGGM,AoRrDJ,AEXSs/C,AGkBC,AIVmEvxD,AxCLtEs1C,CoBLT,AWac5yC,AvCUI,AoBdH,C3KoD2C,ALrDvC,AM0DjB,AMAiB,A3FRA/H,AVGuC,ANrDvC,AQ0DjB,AMAiB,AyCJT,AqOnEP,AEHA,AS4BW,AQhBI64D,A/CYJ7mD,CjKRM,AjGiElB,AEjEkB,AuDsDAqgC,AqOnEL0H,AeeD,AzBYL,C7K4CYzQ,A7FAAA,A8Q7BRt+B,AqB3BuE,A7BUjB,CzS2CjE,AyTvEgB,AjBqCH,AvRwIR0nB,CjBtGgB7yB,AyBUA,AqQpEnB,AcmBA,A3R6IgBg1B,Cd5HA,AUElB,A6GnCiB,A/FAA,A0RfH,AQoBd,AEXgB,AjCGF9sB,AUwBC,ACRkDmK,CtSoB9CmJ,AyHqBIld,A/FAAA,AgSjDH,AEXH4yB,AnBsBA,ClLhBOwN,A/FAAA,AuDsDA,AmOrER,A1BuBX,AkBMM,ChSqBY,ACHTrgC,A+RlBFyH,C7K4CZ,AvGO0Bu1B,AkBf1B,ARQA,A8Q7BkB,AQ7CGyf,AiBYI,AjCgBwC,C5RuBjE,AboBA,AkFD2BhG,A+NzBR7rC,AKrBCjM,ACrBnB,AlByBwBgpB,AICeyqC,C7KyCjC,AjFJqBhf,AdIrB,AyR9Cc,ACrBG,AzBUtB,ATsLQ,AyDAA,A7TtBL5e,CjBtGwB5yB,AMHM,AgT5Cb8Z,AgBN6DjU,AINvDizD,ApDmB9B,AGDa,AENa,AGXF,A7QgKIlmC,Cd5HtB,AWDepR,ARoBiB/e,AuT/CpC,CjMiD+B,A/FAA,AqDAvB,AmN3CC,CnN2CT,AuOtEgB,AIqBa,A5BUfmkB,AYDP,CY9BqB/gB,AxS6KvB+sB,CjBtGL,A0HvDiB,A/EkDiB,AhBlDjB,ArBoDA,A2SvBN,C9SIoB,AuHjC7B,A/FAA,ArBoDuC,A2SvBbrf,AJfLqJ,C/RkBE,AduBW,AsThDJ,AOFhC,ASHkF,AxCLhF,AWe+D,AxRkJ5DgW,C0B5GgC4e,AoRxD5B,ApCcR,CoCd+BulB,AOQ+D,AxCLhE,CrQoEV,AnBbJ,AoUxDF,A/CYmB,C8BxBlB,CnToE+BhsC,A2SvBpC,AJfJ,A5RgJG+I,CgSjIN,AyBjCsCilC,AzCmBlB5N,CxQkDmBjrD,AkBfA,A8QlEJmmB,A3BarC,CnPqD0C7jB,A4Q/D3C,EpT8CD,AoT9C0C8pD,AQOjC,C7TsCa,AIoBL,AmTpED,AMUyBl7B,AUGtBqyB,CtUoCyB,AGmBlC,G6T1Da,AOEvB,CxUoC2Bp/B,AuBiC3B,AkBfqC,AsPnCH+mC,CtPmCmB9nB,AoRxD5C,AUDO,CVCd,CRPD,AtS2KI1Q,CsS3KgD,AYOzBqlC,EvM4DrB,A/FAA,AZwGGnkC,CAAiB,CADtBlB,C2GvGwDhnB,AjFJxB,AdIwBA,C3BvBtD,AyCmBqB,AwRzDO,AlCsBS,AhRgJvCgnB,C0BlHyC,CAO9C,CiFEO,A/FAA,C0RnE+C1xB,CtS4K5C8zB,C2GzG0D,A/FAA,G+FApE,A/FAA,A8SxDyD,GpBXJ,EAAc,AEHF,CkBcH69B,KlBdQ3U,KAAtD,AkBcV,E1TiKDtrB,CAA4BA,IAA5BA,CAFAA,EwS7K4EvL,AxSgL5EuL,IwShLW,AkBYX,C1ToKKiC,CwShLT,WxSgLIjC,EAHAA,EAIIA,KAAKqC,oBAALrC,IAA2BA,KAAKsC,eAALtC,EAJ/BA,EAKAA,KAAKtH,OAALsH,GAAelrB,UAAAA,CAAW,YAAA;AfnIxB,ACGN,AUID,ADFA,AEHA,AduBE,A2KEJ,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,AJAA,AHCA,AzBAA,AkHDA,AFAA,AtBAA,A3CHC,AGGCkY,AIFF,ACGE,ANHF,AEGE,AMAIkxB,AjHFN,AmDCA,AxFCA,AxDDA,AFAA,ATAA,AGAA,AJAA,A1HCA,AeAA,AuLAA,ArFFA,A6BCA,AlECA,A2CFA,AnGCA,AOAA,AECA,A1IDA,AqTCA,ACDA,A8DAA,AuIAA,AQCA,AsDUE,AvKVF,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ANAA,AlBAA,AlHOC,AIXA,AIGClxB,AKFF,ACGE,APHF,AGGE,AMAIkxB,AyGAN,AQAA,ALAA,AEAA,ANAA,AcAA,AnHDA,AwECA,A0HFA,ACCA,AvDCA,ADAA,AIDA,AkDAA,A1JTE,A7EIO,A+LKT,ADAA,AvICA,AEHA,ACGA,AFDA,A/DCA,A8CDA,AEAA,ACAA,ACAA,AEAA,AoBCA,ArCDA,AsICA,AwIvE+C,AC0CzC,AI/CC,AC0BF,ACrBD,ACRuD,ACKxD,ACP8C,AG6B/C,ACXA,ACDE,AEAF,ACgBmB,AClBgB,AEPnC,ACiBK,AEJL,ACNgB,ACKhB,ACCM,ACJJ,ApDgBF,ACIA,AENE,ACfA,AKsBF,AIHA,AGMI,ACP6D,ACVhE94B,AEeE,ACFI,AzB8DT,ACuGE,AyDAA,A7ThBYgH,C2G/GC,AnGIf,AIJe,CkGKbY,A9FAAA,C2FHCxe,AnGaH,AIbGA,CsGCCypC,ALAAzG,AxFAAyG,ANAAzG,C+FEC,A9FAA,AwR3EH,CrL4EI2L,AEAAe,AwHUA,AvNVAf,AEAAe,A0CVA,AuN/CH94B,C3KwDI,A9FAA,AkDTAu9B,A+OtCL,ClU6CMt1C,AoIGA,A7FAA,A0RhEF,CjMgEG,A7FAA,A4RlEN,CjTwCGF,A+S1BE42D,ACXDxX,AUGCv0C,AEDA65C,AlDaA75C,AkBTD,CtKyDI,A7FAA,A4CVL,AsOhEG,CtTiDA4d,AyHmBM,A/FAA,A4QxCsCykC,ACX5C,AEeJ,A3RmJSjuC,CLhIL9T,AgHiBT,AkIgBa6lB,AjOhBb,AoR5BK,AoBvCI7lB,A5C6BAA,AeDK,AnBsKL,AyDAA,A7ThBK8T,CjB5GA,AsIGA,A7FAA,A8QvEJwvC,AtSgLUr5B,CqHzGL31B,A7FAAA,A0CVA,A+NvDAs0D,AGZA,AQyBF,ACXX,ACDQ,AzCuBKtH,CxQeH,AiHyBI5sC,AKCA+f,AnGDA/f,AMCA+f,CvCHC7gC,AqTrEV,AuBQE+7C,C9M6DS,A9FAA,A6RjDF/9C,ACXDqiD,AUGC,AEDA,AlDaA,AkBVD,AEgBN,C9RgBM,AiHyBR,A9FAA,A2QzCGjyC,ChSmBM,AkPiCI,AuEnFJ,ACiBHuY,A7CYG,C7QqBCzc,AEHf,AgHuBmB+0B,AEGA,A8HUAzqB,A9NbAyqB,AGGA,AkSzEJ/0B,AGaE,AEDC,AlDaD,ACIFA,AgBHkD,C1K8C7C,AOChB,ArGDgB,AQChB,A0CVgBf,AoO7DJ,CpT8CE,AmIyBGxF,A7FAAA,AqR/DrB,AQOc,AEJd,AGAe,ACJb,ApDgBF,CoDhBc68C,AnCkBmDltC,CaJjDrV,CnTyBKya,AHsBG,AsT/CP,AOFK,AIZA3a,AKQLC,CtUqDQiC,AsIGrB,A7FAA,A6QlDc2iD,AOFK/jD,CjT6BhB,AkHoBmB,A9FAA,AmDPA,AkP/DnB,AKYkBomB,AjDiBlB,AgBH0D,AGK9D,ChSmBqB,AkHoBG,A9FAA,AmDPA7Y,AwPlDP2vC,AlCc+BoS,AGIjCvwC,A5DmFQ,C5GzC1B,A7FAA,A8RzEA,A5C6BA,AJqKU,AyDAA,A7ThBEsC,C2TzKV,CXAF,ASGiB,AEHM,AhCsBpB,CzSiByB,ASErB,AZoBQ,A8PaX,A8CpDmBsZ,CzSiBM/c,ASE7B,AqTzC8B,AKQL,AjDiLlB,AyDAA,A7ThBiE,CmS5JlD,AEDU,AgBJN5d,AILOm7D,ACClB,AtDqLf,AyDAA,C9U5HkC,AmFPrB,AwPlDc/7B,C3UyDZ,AmIAjB,A2HaqC,AxNbrC,CmQ5CmE,CmCjB/D,C9M6DwB,A9FAA,A6RjDZ,A5S6JwB/d,CdlIjB,AHsBkBlgB,A8HApB,A9FAA,AmDPoB,A0O1CD,AcRvB,ACJiBgrB,A3TyKM9K,CdlID,A2HsBGsiB,A9FAAA,A2SzDN,A/BkB/B,A3RmJyCnM,E2TzK1C,CFGF,E5M0DF,AgIaE,A9NbF,CsSrDmB,CxEmEjB,AwEnEyC,AKJ1B,C3UyDiC,A2U5D3C,C3U4D4C,AmFPjD,CnFOgD,CAAT,AmFPY,A0O1CrC,CNnBSj0B,AMmBvB,ASJiB,CAAZ,CnU+BgB,CAApB,CHsBuDhB,AiB4GlB8e,CAAuBjgB,GsShL9B,CAACg+B,EtSgLpB/d,EjB5GG,CuTpEQ,AtSoLdA,CsSpL6BwvC,AtSoL7BxvC,CjBhH2DlgB,AiBgHrDu1B,OsSpLC,EvToE6D,AiBgHpErV,CjBhHqE,AiBgHrDA,CjBhHoD,AuTpE7B,AtSoLvBA,CjBhHV,AiBgHgBmW,GjBhHoD,EAAjF,AuTpEkD,AtB4B/BvO,CsB5BgCs3B,KAArC,EAAd,AtB4BF,EAA+BiN,ChRwJtBnsC,EAAwCA,CAAAA,CAAMmW,GgRxJvD,EAAyCi2B,QAAzC,EIAM,CpRwJ2CpsC,CAAuBjgB,KoRxJ3DyS,CpRwJJwN,CAJGA,GoRpJN,ApRqJGA,CAAAA,C0Q1J8C9M,A1Q0JxCgiB,GoRrJQ,IVPrB,E1Q4JOlV,CAAgBA,CoRrJnB,ApRqJmBA,CAAMoW,GoRrJI5jB,IpRqJVwN,CoRrJnB,ApRqJiCA,CAAAA,CAAMqW,QAANrW,CAAeA,CAAAA,CAAMiV,QAArBjV,CAAdA,CAAhBA,EAA+DA,CAAAA,CAAM2V,MAArE3V,CADGA,MoRpJ2DxN,KAAjE,aAAgF,EAHtF,yBAIM,OAAO+9C,QAAP,KAAoB,QAApB,IAAgCA,QAAhC,0CAAyEA,QAAzE,YAA0F,EAJhG,yBAKM,OAAOxpC,IAAP,KAAgB,QAAhB,IAA4BA,IAA5B,sCAA6DA,IAA7D,YAA0E,EALhF,wMAQgF,KAAK80B,MAAL,CAAYmD,MAAZ,CAAoB,KAAK18C,KAAL,CAAWkuD,YAA/B,CARhF;ArRpCF,ATqDE,AMUD,ADHC,AEHA,AduBE,A2KEJ,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,AJAA,AHCA,AzBAA,AkHDA,AFAA,AtBAA,A3CHAjuB,AGGI,AIFJ,ACGEwO,ANJF,AGVI,AP5CA,ACyDJ,AKCIjP,AMAEp4B,AjHFN,AmDCA,AxFCA,AxDDA,AFAA,ATAA,AGAA,AJAA,A1HCA,AeAA,AuLAA,ArFFA,A6BCA,AlECA,A2CFA,AnGCA,AOAA,AECA,A1IDA,AqTCA,ACDA,A8DAA,AuIAA,AQCA,AsDWIrK,AvKXJ,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ANAA,AlBAA,AlHSA,AkBhBE,AdGFkjC,AIGI,AKFJ,ACGEwO,APJF,AIVI,AT5CA,ACyDJ,AOCIjP,AMAEp4B,AyGAN,AQAA,ALAA,AEAA,ANAA,AcAA,AnHDA,AwECA,A0HFA,ACCA,AvDCA,AGDA,AkDAA,A1JTI,ADMF,A5EFG,A+LKL,AEbI,A1IcJ,AEHA,ACGA,AJRA,AEOA,A/DCA,A8CDA,AEAA,ACAA,ACAA,AEAA,AoBCA,ArCDA,AsICA,AwIxE+C,AC2C1C,AETH,ACbA,ACrBMy2C,ACsBH,ACrBDj+C,ACAF,ACHC81C,ACID,ACMA,AEQQ,ACVuB,ACE7B8f,AECD,ACiBD,AG3BA,ACiBKrxC,AIJL,ACAM,ACJJ,ApDgBF,ACIA,AEHE,AC3B0C,AEY1C,AO2BF,AGdiC,AERhC05B,AEeE,ACFG,AxBqKN,ArCjF0B,A8FiF1B,A7ThB8ExqB,EPnL5C/G,A0H0ElCmiB,A7FAAA,E4FHErtC,ACGA,ANHA2hC,AEGAvD,A8HWAziC,AxNdAqE,ACGA,APHA2hC,AGGAvD,AyBRA1C,CwEQCkC,A7FAAA,C+FAC53B,A7FAAA,AiQzDHy2C,C/PkDIhO,AuCGA,A0MtEL,C5RuEMhxC,AmIAR,AFXQ,A3FWR,AFXQ,CsF5CC1C,ACyDAojC,AmIYA,AnOrEApjC,ACyDAojC,CrB7BH,AOIExjB,AkH0BE,A7FAA,AyBRA,AwP3CJ,AGpBFnc,AQOA41D,AWII70B,AlDYA5I,AMdJ,A9CsGY/3B,CjHzCL,ACCA6qB,A/FDA,AECAA,AgDVAjkB,ADMArJ,AqHVAugC,A0GvBP,ATZA,AERI,AzR+Jc13B,CmHtGpB,A0HWUqpB,AvNXV,A2CJU,A+NxDe,ChL8CdgZ,AP5CT,A/EmDF,APPWA,AT5CT,AiCkDShM,AqPnBT,AEXK7yB,AQ1BAA,AOkBAA,AxBXC,AzRuKA0nB,CqH9GI,A3FPApjB,AFOA,A8JdV,AiFlCQ,C5J4CG,AQIA,AEAAqK,AzGJA,AUIA,AEAAA,AyCJA,AkO/CJghC,ApE2FiB,CpH5CZ,AGGA/a,ALzDA,A7FsDA,AIGAA,ANzDA,AuDsDd,AmOpEMqf,AiBgBD15B,AxCNC,CiCFG,AaAFo1B,ApDgBM,AMdNA,AeaF,CtSmBM59C,AOIG,A6BmBd,AwCHgB,ADMA4B,AqOnEN,AQOAoyB,AWII,AzT0KDqE,CgH5HP,A6HyBW,AnNlBA,APPX,A+CIW7J,ADMA,AqOnENi6B,AeeH,ClMwDR,AHdE,AP5CA,AY0DU,AwHWMpyC,AnNlBlB,AJOA,AHdE,AT5CA,Ac0DU,AmBRM,AuP9BJ,AQ1BA,AOkBA,AIVLrH,CxT8BQuV,AwH0Bb,A7FAA,AmBRe,AuP9BJxY,ACbX,ACrBO,AMQIA,AOkBAA,AQdE8d,AlDYjB,CvJkCoB,A7FAA,AgRrCJ7e,AuBTF,ChN2DhB,A/FAA,AsDHuB4/B,AmOpER,AuBQX,A9CEA,ChK2DoB,AHEA/G,A3FFA,AJEAA,AsDHtB,A0P5Dc/D,A9CEA2xB,ChRoCO,AduBE,AgIGrB,A7FAA,AuS5DmB,C5TkCC7wD,AkH0BE,A7FAA,A+CJAgB,AwPxDF6lD,CnU8BlB,AITG,AmHoCkBtgB,A9FAAA,AmDPhB,ADMgB,AoO9CPrnC,ACrBhB,CvToEwBkD,AmFPA,AgO5BnB,ACbH,AECe,ACrBE,AIOd,AEa0D,AKK1D,AKjBQ,AIGI46C,A1TkKCnzC,CiE1GpB,AkO/CwB,AECJi6C,AGxBRpH,AakBP,AIJY,AEJf,A3TiKG3nB,C8GlGI,AJAX,A1FAW,ALAX,AuRrCE,AQ1BA,AOkBA,AUlBqB,A/CsBJnF,C3MsCY,AmOrExB,C1LwEyBrqB,AmIYpB,AlOZoBA,AmS/D5B,AOQoByC,AxCNpB,ChRoCe,A2ShDhB,AIuBqEy4C,AEb7CyY,CjTsCM34D,AduBC,A+HEA,A+HY9B,A7NZ8B,A2BPd,A8QpDaqmD,ACAjB,C3UyDmBrkD,A2HEnC,A/FAA,AgCPa,A+QpDe28B,A7CFArzB,C9J8DxB,A7FAA,AyBRgC00B,C9ClBjB,A6GyBkB,A/FAA,AiQzCX,C/QgBxB,A8GsBa,AIIuBiL,AnGJvB,AMIuBA,AyShElC,C7M+DmCvJ,A9FAAA,AqSvDhC,AxCNH,ClK0DoC,A/FAA,AsDNA,AwPlDxB,ACJiBhW,A9CEC,ChK2DO,A9FAA,AoRhDnC,AWbF,AYI+B,C7MyDOua,A9FAAA,A4BL1C,AiQhDU,AaJR,CEJE,C5U6DA,A+T7DkC/lC,E/LgElC,A7FAA,CiRnDwC,AuBT5B,CAJT,E/M4D2CsN,A/FAAA,AkS5DN,CXa1C,AWb2Cid,CjCEL,C/J6DN,A9FAA,AmRlDgB,AtBV7C,ClKyDmC,AGGckd,AlGHd,AIGcA,E2FHE9D,A/FAAA,CkS5DlB,CAAe,ENT/B,AMSgB,EjM4DtC,A9FAA,A+R5DyD60B,ChM+DvB,A9FAA,C2FHM,A/FAA,CkGGpC,A9FAA,C2FH8Dv0B,A/FAAA,A4RrEvC2b,ElT2CdjhD,CwTlCmD,CAACg0B,CNV9D,C7LsEqC,A/FAA,E+FAkC,A/FAA,GtB1BpE,OAAqB,AwTlC8B,CAAuB8lC,C/EwGxD,EAAI,IzOtEtB,CwTlCgC,EAAoD3lC,CxTkCnD,KwTlCD,CAAlC,CxTkC0Cn0B,SAAS,CAACE,SAAjB,KAA+B,QAAhE,IAA4EF,SAAS,CAACE,SAAV,CAAoBU,OAApB,CAA4B,AkT1C1C,MAAKqgD,IlT0CS,CkT5C/E,GlT4CyH,CAAC,CAA3H,EAA8H,gDkTzC5H;AvT0CK,AKAN,AJIA,AQdM,ACkBR,AZkBG,A2KGJ,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,APCA,AzBAA,AkHDA,AFAA,AtBAA,A3CHE,AGGC,ADJH,AGTM,AP5CF,ACyDF,AKCEpd,AMAC,AjHFL,AmDCA,AxFCA,AxDDA,AFAA,ATAA,AGAA,AJAA,A3GCA,AuLAA,ArFFA,A6BCA,AlECA,A2CFA,AnGCA,AOAA,AECA,A1IDA,AqTCA,ACDA,A8DAA,AuIAA,AQCA,AsDWG,AvKXH,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ANAA,AlBAA,A9GJE,AIGC,ADJH,AITM,AT5CF,ACyDF,AOCEA,AMAC,AyGAL,AQAA,ALAA,AEAA,ANAA,AcAA,AnHDA,AwECA,A0HFA,ACCA,AvDCA,AGDA,AkDAA,A1JTM,ADMF6T,A5ECH,A+LED,AEbG,A1IcH,AEHA,ACGA,AFDA,A/DCA,A8CDA,AEAA,ACAA,ACAA,AEAA,AoBCA,ArCDA,AsICA,AwIzE+C,AGmC7C,ACbC,ACrBKxtC,ACkB0B,ACjB7BqnD,AEAA,AEOH,AEOQ,ACPR,ACAE,AECD,ACiBD,ACtBmC,AGY9B,ACPL,ACDgB,ACJA,ACShByJ,ACDM,ACJJ,AhDDF,ACuBA,ACnBG,AGiBH,AOQE,ACVD,ACdY,AEkBX,ACFG,AzB6DP,ApCuBE,A/NqEa3iC,G6OrGb,ChIXEgP,AEGAxD,AhGHAwD,AGGAxD,A+CJA6T,CoDFgB,A7FAA,AiQtDlB,CpKsDE,A7FAA,AiSrDFsjB,E1UwDM73D,C0HvDCs+B,AoIsEF,AnOtEEA,A6QON,AIKA,C5K8CO,A7FAA,AgDVAuH,ADMA,A2OhDAzU,AIXH,AMACu+B,A1CqBArU,AIFF90B,AjDoFA9G,ChHxCKqM,A7FAAA,A+CJA2oB,AoOlDC,AxBTR,C3RqCG,AmT5BH,ACjBC0Z,AmBYG,AjCaD,CxKgCMtjD,AP5CT,AoIsEO0uC,A1N1BE1uC,AT5CT,AwDgDE,AiOzCE2vC,AsBRCt1B,A9CNAra,AEIFT,AWeC2lD,CoBXE,A7EiGA,CzOtEA,AsSrBJ,CnLPU,A/FAA,A0RdRjpD,CrTqES,AiU5DHgwD,AjFuGD,C8CvGT,AGmBU,C1RcX,AJIW3uC,AiTzBX,AvBSc,ACnBH,C9R0DMroB,AiIXA,AP5ChB,AtF4CgB,AT5ChB,AyROW8H,AGpBF,AeeAwlB,ACPK,AGIhB,A9CNc,C3JmDKzkB,A7FAAA,AsS7CJgwD,A9CNAhwD,AiBqBJ,CU3BRwlD,AoBWW,AlCcb,C3C0DkB,AmE3ED,AMAC,AtCmBF,C/MwCf,AmOpEY,AYSK4I,AxBiBF,CzK8Cf,A7FAA,A+CJqBv4D,AoPpDP,AIHhB,C1M2DwB,A7FAA,A+CJtB,AkO/CD,ACrBe,CvDoFO86C,AsD/DF,CnLqCV,A7FAA,A8CUenF,A0OpElB,AQQA,AEQW,ACPKqG,AGIF,A9CNf,C3JmDoB1Q,A7FAAA,AqRzDH,A3BUXptC,C3RmCR,A2HuBuB,A9FAA,A4P9D5B,AEIY,ChCyEP,C5KhByB,A2MtCT,ACnBF,ChK0DYqnC,AEG7B,A8HaF,A9NhB+BA,AGG7B,A+CJ6BrlC,A2OhDvByyB,AaPR,A5CDG,AGgBH,CsCnBmB,CpUqCS,A6H0BKgY,A7FAAA,AsRvEJ0U,AcQEr4C,AtCmBF,ACnCPqpD,ElS4Ea,A6TtD3B,AINI,ApCqBcrU,CoCrBQjvC,C/O2DhC,AkO/CD,CKrBC,CLqBiC4zB,CpTgDK,AgIGtC,A7FAA,A8R/DU,AMAO,ArChBUsmB,C+BgBxB,ApCqBgB,CAAY7I,C5J4BU,A7FAA,AkS1CrBx3B,ACPoBY,CpUqCzC,A8HY2CnmB,A7FAAA,A4MsD5C,ChP3C6C,A8HAA,A9FAA,C7BvBJ,AHuBvB,A8HA4BokC,A9FAAA,AoRhD7C,AaZ2C,AKOnB,CAACtmB,ACPP,ACGAqgC,CDH6B,ArChBX,ClS4EY,A6RvC5B,CAAqB,G5J4BC,A7FAA,CpCWzB,CiIXqC,A7FAA,EpCWEl+C,AiU5DxD,AKOkB,AERH,CFQX,CrM0CsC,A7FAA,A6RjDc,ChMiD9C,A7FAA,C6FAP,A7FAA,CyP5BiB,EAAmCmc,IAAzC,I/JqCjB,A9FAA,AuS1DqB,CAAnB,CvU2DE,Q6RtC8D,KAAKu+B,MAAL,CAAYoC,OAAZ,CAAqB,YAArB,EAAmCoL,OAApF,MAAf;A7Q1CF,AduDE,AKAC,AJIC,AWDF,AdwBE,A2KEJ,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,APCA,AzBAA,AkHDA,AFAA,AtBAA,A3CHE,AGLwD,AIM1DtqB,ACGE,ANNF,AGRK,AP5CD,ACyDF,AKCE+C,AMAD,AjHFH,AmDCA,AxFCA,AxDDA,AFAA,ATAA,AGAA,AJAA,A3GCA,AuLAA,ArFFA,A6BCA,AlECA,A2CFA,AnGCA,AOAA,AECA,A1IDA,AqTCA,ACDA,A8DAA,AuIAA,AQCA,AsDaI,AvKbJ,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ANAA,AlBAA,AhGRE,AdIA,AILwD,AKM1D/C,ACGE,APNF,AIRK,AT5CD,ACyDF,AOCE+C,AMAD,AyGAH,AQAA,ALAA,AEAA,ANAA,AcAA,AnHDA,AwECA,A0HFA,ACCA,AvDCA,AGDA,AkDAA,A3JFI,AmHEJ,AxICA,AEHA,ACGA,AJTA,AEQA,A/DCA,A8CDA,AEAA,ACAA,ACAA,AEAA,AoBCA,ArCDA,AsICA,AwI1E+C,AIuB5C,ACxBI,ACyBH,ACvBmB,AEElB,AGFK,ACeA,AENP,AECC,AELA,ACIF,AEQK,ACNLivB,ACHgB,ACAhB,ACOA,ACFO,ACdsC,ApDsBpC,AGKR,AClBD,ACuBA,AClBG,AGgBF,AOQA,ACVC,ACVF,AEcC,ACFI,AXnCL,AjRiKYn9C,C8G3Fd,A9FAA,EqGDiB,A7FAA,CqFOb2xB,AEGAzD,AMVF,AtGOEyD,AGGAzD,AMVF,AmBCEiD,EgEKEvB,AQIAuN,AvGJAvN,AUIAuN,AgS9DJggB,CpM2DK,AxFLA1e,ALKA,AyRnEL,AvBWA,AvRsEche,CjBdRhzB,AmIAA,ACGA,A9FHA,ACGA,A2CHA00C,CkDGCnJ,AV1DA7sC,AnF0DA6sC,AZ1DA7sC,AuDuDA,AoOrDN,ArSoKYu2B,CHvITjY,AkH2BI,A7FAA,A0RrDMq5C,AnBHT35B,ARvBChyB,ClK+EGohB,A7FAAA,AoRzEP,A1B+BGmgC,C3MuCK7X,C6O7DH,AKAA,AMMA,AzCcDviC,C9RkBAsW,A8TrCC6uC,AxBiBC5G,C/KZN,A/FAA,A0RtBW,AC8BL,AZNR,ARvBW,CtK2EX,A/FAA,AqDCc,AqP3DJ,A1BkBL,C3NyCUjlC,AtBNA,AiQjDP,AUJGzf,AGIAb,C5T+BC,AdwBI,AmIAX,ATvDW,ApFuDX,AXvDW,AySNJ2vC,A1BQC,ARvBC,C/J4EhB,ATvDI,A/EkDF,ALKF,AXvDI,A2RQU,CnL+CMrS,A7FAAA,A4CAR,AtBNQvgC,A0Q/CPgK,AzCcX,AIFC,CjSyCkB3T,AoIGf,A7FAA,A2CHeq2C,AyPzDP,A1CgBG,CnRiBC,A6BmBI,A4RtDpB,A1BkBS,C/RiBQ,A6BmBjB,A4RtDkB,A1CoBAtuB,AgBFRq/B,AXnCS2D,CpRoDnB,AsTrCO,AMMA,CvUgCU,AiI0BMtZ,ANHA,AEGrB,AzFAqBA,APHA,AGGrB,AiShEiBvkB,AMMC,AjCYD,C3RmBC,AkH2BI,A7FAA,AyBTA,A0PzCLzuB,AWbjB,CjU4DuB,AoIGA,A7FAA,A2CHf,AtBNes1B,A0PzCb,AgBNM,AzCclB,C7RuC0BnzB,AmIA5B,ACG4BH,ANHAqlC,AxFA5B,ACG4BrlC,APHAqlC,AoS7DnB,ASOC,AhDegB,AYJF,CtSoBD,A+EuBMqQ,A+O5DLn2C,AGDE,CjM6DIwlC,A7FAAA,AgSrDPrW,ApCvBP,CDmCb,AYAI,C7SyCc,AsT/CM,ATML,C7SyCWztB,AkFAA,A+MzCJ3B,AQFD,APjCIqwB,C9J+EP,A7FAA,A2CHSulB,AkP7DHkG,A3BkBFU,CzK8CzB,A7FAA,A8R/D0B,AKOF,AIFL7xC,CvMuDvB,A7FAA,AuRlDgB0tD,AIVe7tC,AKOFjJ,ClMwDQmwB,AJAAtG,AzFAAsG,AJAAtG,AyBTjB,C5DMC,AiSzClB,C7J4CoC,A7FAA,A2CH3B,AoPrDW,ArCYa2hB,CjSyCI9qD,AoIGAwiC,A7FAAA,A2CHpC,AoO/CM,AcdD,AEQwB,A3CSZxkC,AcCG,C7OqCiB,AwQvDvC,AEQqB,ACNrB,A9BgBkC2+C,C3K2CM,A9FAA,AsR/CL,AWbb,ASKF,AxCrBN,CpK4E2B1Y,A9FAAA,AyRpEHjmC,AIa9B,AIL6B,AKOH4O,ACNI,ArCjBG,CwCqBX/D,CTLR,CjU4DH,AgIGjB,A7FAA,AwP/CuB,C3R4CoB,AiU5DJguD,AtCgBfj4D,AMGzB,CQFqB,CgBzBsB,AjCsBxB,AiBGuB,CtSoBzC,AsT7C2CA,AiBazB,C/CWD,CxRqByB,AmU9BvB,ACNrB,AGIyC,A/CWTgT,CvJ+ChC,A7FAA,AqBTmD,AqQtDJ,AKOH1P,ApCvBH2Q,CtOsEY,A6P9Df,AQQUikD,AzCcvB91D,AU9BiB,C9J+EW,A7FAA,AqBTvD,A6P9DqD,EzToEIf,EwR9CnC,AGED,CzRiBoB,AF2BM,AyU9DlB,AjDgBIssD,AGE9B,C8BxBuDhS,AaenC,AzCcrB,C7RuC4Dr6C,AyS3CtC,CZIqCuL,C/JoC7D,A9FAA,AmS9DsC,AGYoB4B,A7BUER,EjBNjD,CiCnB0C,AQQV,CRRsBkxC,AQQAzyC,ApCqB/D,CAAkE,AYJ5C,CzS2CuB,AyS3CoB,C6BV5C,CtUqDiD,AiU5D7B,AKOwB,CLP3C,AxBiBA,CwBjBpB,AxBiBA,IgBzBiD,EAAb,CAFpC,CaiBmB,EAAwD,EAAxD,CzCcrB,CyCdiFmC,IAA5D,EAAhB,A3CSqC,UEKoD2tC,SAA9F,SAA0G,KAAKb,MAAL,CAAYqD,KAAZ,CAAmB,SAAnB,EAA8BzwB,KAA9B,CAA1G,gD8CnBc;A3TxBhB,AduDyC,ACKpClF,AQdH,AGaCxoB,AdwBG,A2KEN,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,APCA,AzBAA,AkHDA,AFAA,AtBAA,AxCAAzB,AKCI,ANPJ,AJnDG,ACyDD,AKCE,AMAF,AjHFF,AmDCA,AxFCA,AxDDA,AFAA,ATAA,AGAA,AJAA,A3GCA,AuLAA,ArFFA,A6BCA,AlECA,A2CFA,AnGCA,AOAA,AECA,A1IDA,AqTCA,ACDA,A8DAA,AuIAA,AQCA,AsDaI,AvKbJ,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ANAA,AlBAA,AlHOA08B,AQRA18B,AMCI,APPJ,ALnDG,ACyDD,AOCE,AMAF,AiHAF,ALAA,AEAA,ANAA,AcAA,AnHDA,AwECA,A0HFA,ACCA,AvDCA,AGDA,AkDAA,A1JVM,ADQF,A5EDJ,A+LGA,AEdE,A1IeF,AEHA,ACGA,AFDA,A/DCA,A8CDA,AEAA,ACAA,ACAA,AEAA,AoBCA,ArCDA,AsICA,AuCvFA,AiGsBG,ACoCC,AItDoC,ACiCpCub,ACrBA,AEAC,AIYK,AELP,AILmC,ACKpC,AEQK,ACNLk2C,AEJ2B,ACQ1BroD,ACFM,ACfsC,ACiBrC,ArDKC,AGKH,AEMN,AClBG,AGgBF,AOQD,AEpBC8pD,AGYKkB,AzB4DR,ApCuBE,AkDvH0C,AjRqMvCt0D,I6GxHDomC,A9FAAA,A1BDAxZ,A6P7CE+uB,EpIgDA,A9FAA,AsKdAta,AgI/CJswB,A7BMCyB,C3KuDIjzD,A9FAAA,CnB1BJwB,AkH2BK+gC,A7FAAA,A+CHAkU,AqHZN,AmI3CCttC,AzT+KEtJ,CmHrHIguC,AEAAwE,A/FAAxE,AEAAwE,AyCHA,A5EDA,AyMnFO,AwGWb,C5SoCG,AXqCInwC,AmFRA,AoHJA,A+GnCNoZ,AOJqB48C,ChCYlBnK,ACvBH,AYSI,AzR6KHluD,Cd/IAmqB,AsBiCO,AyDVAwsB,A5EDA,CmBWC/zC,AyDVT,AmOhFC,Ab+CIkK,AEpBC,AzR6KA,CfpJGrF,AYIJ,AdwBK,AoIGV,AJAU,AzFAV,AJAU,A7BJd,A2SzBQmgC,AY9BE,AYPGphB,A9CkBCxmB,ChRQHwN,AyHwCImkC,AJAArG,AzFAAqG,AJAArG,A4KvFf,AuGqCS,ASdCotB,A7BhBsC3jD,C5JgFhC,A7FAA,AsKvFO,AuGqCb,AiBZE,ArClBqC,CpRqDrCqO,AdwBKxhB,AoIGA,AEAAM,A/FAA,AEAAA,A8R9DJyL,A5CcI,AOhCiCiyC,C9JgFhClb,AJAd,AzFAcA,AJAd,AgSrEWm1B,AMGc,ACQhB,A7BcLvF,ClSIF,A+TlBS,CvUgCF,A6H0BO5xB,A7FAAA,A0P1ClB,AWMc,CtSKyB,AYIzB,AiH0BhB,A9FAA,AgR5BI,ATPa93B,C1RSA6U,AdwBK,A+HEA6lB,AtGQtB,AQRsBA,A8KtFtB,AgHuBiB,AQEf,AIEa,CxUkCC,AHuBOljC,AsIGd,A7GOci7B,AgBPd,AwQ7BQ,AcnCCxK,AQEE,A1CoBA5K,AKtC4B,CvRwC5B,A2HwCIsgB,A7FAAA,AsKvFa,AoHkBC,AlTgLvBrR,C4RvJA,ClSIb,AmHqCwB,AEGA,AhGHA,AGGA,ChC1BN7M,A6H0BOihB,A7FAAA,A0P1CzB,AgBFe,ClSIO,AGaZ,AiH0BgB,AOCnB,ArGDmB,AQCnB,AoP1CiB,AWMjB,AN5CoDwlB,CpRqDpC,AiH0BIluD,ADFAojC,AQG3B,ArGD2BpjC,ADFAojC,ASG3B,AgP7CS,AJqKA,AyDAA,ChUnJC,AkH2BQ,A7FAA,AqQpClB,CxSiCoB,AoIGlB,AJA2BjY,AzFA3B,AJA2BA,AmRlDtB,AoBRY,C5T+BO9O,AdwBtB,AsT/CF,COJqBo5C,AhBUJ,AXpCuB,CmCMrB,AxB8BD15B,C1SkBN,AmTxBahgC,CAAzB,A3BEI,CxRsBH,A0TjCK,AELA,ChM+DV,AtGQA,AQRA,A8R/DiCg6D,A/EuGbz4D,C6DnFH,C/RiBL,AiH0B4B,A9FAA,A4Q3CZo0D,C/RiBzB,AWkCsC,A8SrEvC,EzM2DyC,A9FAA,AuS3DH,CzM2DIluB,A9FAAA,AsSrDhB/W,AtF+FF,ChHvCN,A7FAA,A6MuCOvuB,ChHvCmB,A7FAA,A4RhE3C,ClBoBc,EyBZgB,AtF+Fb,CvNhC8Bu8B,A6S/DhBxT,AzBYI,A7DmFL3mB,EuFrG/B,EvM8DkB,A7FAA,AmSxDQ,AzCc1B,CyCdqC,AtF+FnB,CjHxCpB,ACCwD+nC,A/FDxD,AECwDA,A0P1CFib,AgBFZ,A7DmFxC,C6DnFyChjD,C9K2Ce,A9FAA,IqSvD9B,AzBYU,CyBZ/B,AzBY0C4lB,C7K4C7B,A7FAA,A0P1ClB,CpQiDuC,AoQjDuB,C/JmChE,ArGckE1hB,AOdlE,CPcyC,AgS9Ee,AZ0BlC,EpRoD+C,G6S/DlByM,CbfU4gD,MaeH,CAAC9zD,AzCczD,G4B7BG,Gae8C,GAAiB,CAAjB,AtF+FV,OyEjHrC,QkBYY,ILMiEkT,OAA9B,IAAyC,EAArF;AtT9BP,AdwDGpM,AKCD,AIVCoX,AGaA,AdwBG,A2KEN,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,APCA,AzBAA,AgHDA,AtBAA,A3CHE,AGGA,AIFF,ACGG,ANRH,AGNI,ANaF,AKCE6jB,AMAH,AjHFD,AmDCA,AxFCA,AxDDA,AFAA,ATAA,AGAA,AJAA,A3GCA,AuLAA,ArFFA,A6BCA,AlECA,A2CFA,AnGCA,AOAA,AECA,A1IDA,AqTCA,ACDA,A8DAA,AuIAA,AQCA,AsDaIziC,AvKbJ,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ANAA,AlBAA,AlHOE,AkBhBA,AdKA,AIGA,AKFF,ACGG,APRH,AINI,ARaF,AOCEyiC,AMAH,AiHAD,ALAA,AEAA,ANAA,AcAA,AnHDA,AwECA,A0HFA,ACCA,AvDCA,AGDA,AkDAA,A1JVQmF,A7EOR,A+LGA,AEdIgQ,A1IeJ,AEHA,ACGA,AJVA,AESA,A/DCA,A8CDA,AEAA,ACAA,ACAA,AEAA,AoBCA,ArCDA,AsICA,AuCvFE,AkG0DG,AGtBH,ACpBG,ACqBD,ACnBD,AEFE,AGFH,ACaQ,AEJP,AECC,AENCgiB,AELHI,ACkBK,ACLL,ACNgB,ACCfztD,ACQCwvD,ACFK,AChBsC,AnD8BpC,AIIT,AClBE,AUwBF,ACXE,ACXW,AEeb,ACDMtvD,AE6PP,A1BzFC,ArClFK,AkDvHqC,A4CyM1C,A7THGzM,EoRjNsByrD,ElKyFvBjpB,ALAA4D,AEGA3D,A8HaAziC,AxNhBAwiC,ANAA4D,AGGA3D,A7BJA7V,AiMXAgrB,CmG3CF,C9KsDI,AnGWA,AIXA,AwStEJoiB,C1RiEK,A4QtEL,ArBFc,CvRyCbp7C,AsH0BK,A7FAA,A+CGAgpB,A4H5EA,AmFMN,AjRsMG5nC,C6OxGI,AlMvBA2lC,C1DrBNn+B,AF4BOnF,AgIGA,A7FAA,AyRzEJ,ACkByB81D,AQnBzB,AIQH5rD,ACQCwvD,C1M0DOjuC,ArFTAttB,ARSAstB,AgDXA,AiOxCJ0uB,AiBvBA0d,AEaA1d,AlDqLA9kC,AyDAAA,ChF3GK,AnNtBA,ArCKA,AyMnFA,AkHwBJ,AjFqGK3X,CzOpEJ,AqH0BI6jC,AKVAiI,AxGqBA1kC,AIXAy8B,AOVAiI,AmRvDJ,AX0BAh/B,A3RgKJ7M,CQ9GC,A0DlBQgnC,AgP1DT4yB,AOWG,AjCWEvH,C9ROA,AgC+BK,ArCKA,AiMXA,AQxEA,A6GcJz+C,AUWG,AIIL+mD,A1FgGO,A/N+EJ,CN7JDn/C,AmPqDK8/B,AnNtBd,A4JNctuC,A0GdP26B,C/SFC,AkTpBR,AGlBW,AEFC,AYHZ,AEaA,CrU8BSj6B,AKCT,AP2BgB,AmIAA,AxFNAlN,ALMA,A6CRA,AiOxCJoJ,AmBVA80B,AELH,A5BsBHjyB,CpRmDW,AkBhBA,AwCFAypC,A8OpDJxwB,AQHH5gB,ACQR,CzM4CI,A6H2BY,A1N3BZ,A9BUR,AiMXe,AsH7CL,AMTC,AOWI80D,A9BeC,CjSGb,AXqCkB,A4HDf,AOCe9zB,A2HgBAyV,AjOjBf,ASCezV,AyKpFA,AoHkBTxQ,AvB0BK3qB,AvBmKf,AyDAA,CnUhKgB,AXqCI,AiIXA42B,AtFKA,APLAA,AmKDA,AQxEA,AwGkBJwsB,AKJZ,AvCiMYzuC,AyDAAA,C5UvJf,AF4BoBld,A2CNrB,AsQpBc,AQ1CGo6C,AGFA97C,AKUX,AMEN,AELC,CvUmCc0lB,A4H4BO,A9FAA,AiR1BP8oC,AGtBf,AmBVmB,AELH,CzMkEd,ArFTqB,ARSrB,AiRnDkB,CxL+CI,AIIA,AnGJA,AMIA,A4KvFX,AwGkBF,AYAR,AOWD,CjUmBK,AToCkB,A8HAAnpB,ArGUrB,AkBhBqBvlC,AXMAulC,AmDRT,A0NjCD,C5SgBO,ADyBI3jC,A2CN1B,AiBDF,A4P/DU,AECA,AOSc,ASKD+3D,A9Bed,CzNgCoBhkB,AvBCAnR,A6P7Df,AGFR,AM0BY,AOnBKwX,A5BsBJ,ClQmCW,AsQpBd,AQ1CU9d,AhBwBA,AGIxB,A3RgK6B5I,CfpJ5B,A+HiBC,ADcA,A8HagB,ArONW3uB,AWrB3B,ADcA,A4KvF2B,AkG0DtB,AMxCkB,AtS0Lf,CjBxHN,AmIA0B,A2HgBpB,ArONoB,AaVA,AiKZApC,A4GxBX,AQ1BP,ACRc,CzLsEKy9B,AFXA,ADcAuI,A1FHAvI,AFXA,ADcAuI,AgDXf,AyO9DhB,AnB0B2BrtB,ApBuK3B,AyDAA,A7THwCqY,CfpJf,A0H2BrB,A/FAA,A+BNN,A8QhDI,ArDkL2B,ArClFxB,A8FkFwB,A7THnB,C6OxGuB6jB,ArONA,AkBhBA3G,AwCFAgB,AoHJb,AkHxDR,AGFiB,AaOb,A5BsBK,CpRmDjB,AmCjB8B,AqPnBP,AQ1CI,AgBKH9mB,ACQCi5B,A7BcP1nB,A5RiKkB3I,CsLpILyiB,AgHtD5B,C3LiE6B1U,A/FAAA,AwP4HpC,AyDAA,CvB7LiC,AMcJq0B,AIR3B,AQHc,CvUmCf,AuBsCqC17B,AgTzELlW,C3M+DM,A9FAA,A+KpFvC,AkHwBmC,AxBgBA,AIGlB,C/KyCuB6f,AgIgB9B,AnNtBkB,AXMYA,AuKZpB,A6GpCpB,AXIqCgsB,AIGT3lD,ClQmCajM,A8Q9D7B,C3DoFV,AnNtB0B,A4JNc,A6GpCH,AKxBrC,AgBSc,ACQd,CvP+Cc,CsPvDuB,ACQAojC,CvMuDzC,AHGI,A1FHJ,AHGI,AgDX2CsQ,A8NlB1C,CrLyB2C,AjFLA,AdKA,AuR/C9C,CxL+C+CtQ,AjFLnB,AdKmBA,AoRzBP,AY/BhC,CTIc,C3R+D2B,A2RxDjD,AqBjBgB,A5BsBC,CpRmDiCz8B,AgTzEjD,ChTyEgD,A0DlBjC,AsNpCgC,ChRsDhD,AgT1E2B,ACSzB,AjCW+C,AIGT,C1NiCagsC,AsPtDpD,AhCkB+C,ChRsDM,AiTjELxoC,AjCWd,C7K2CW,A/FAA,A4Q3C5C,E7K2CuD,A/FAA,CgRxCb,C1NiC5B,A0NjC6B1H,C/KoC/C,A9FAA,AmDHQ,CuP/CJ,E9MsD4C,A/FAA,C+FA9C,A/FAA,AgRxCwC,CAAW4lB,CjLwCe,A/FAA,ClBpCjE,EkSNmB,+D8BjBN;A3TxBhB,AdyDG,ADGD,AMFA,AJGG,AQbF,AFAM,AkKuCT,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,APCA,AzBAA,AgHDA,AtBAA,A3CHIsb,AGGF,AIFF,ACGC,ANTD,AGLM,AP5CJhhC,ACyDA,AKCEs/B,A3GFJ,AmDCA,AxFCA,AxDDA,AFAA,ATAA,AGAA,AJAA,A3GCA,AuLAA,ArFFA,A6BCA,AlECA,A2CFA,AnGCA,AOAA,AECA,A1IDA,AqTCA,ACDA,A8DAA,AuIAA,AQCA,AsDaG,AvKbH,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,AFAA,ANAA,AlBAA,AlHOI,AIXA0B,AIGF,AKFF,ACGC,APTD,AILM,AT5CJhhC,ACyDA,AOCEs/B,AuHAJ,ALAA,AEAA,ANAA,AcAA,AnHDA,AwECA,A0HFA,ACCA,AvDCA,AGDA,AkDAA,A1JVO,ADQH,A5EDJ,A+LGA,AEdM,A1IeN,AEHA,ACGA,AJVE,AESF,A/DCA,A8CDA,AEAA,ACAA,ACAA,AEAA,AoBCA,ArCDA,AsICA,AuCvFE,AiGqBA,ACqCI,AEVJ,AEhCE,AEED,ACLO,ACGL,ACDH,ACOA,ACRC,ACYO,AEHR,AECG,ACea,ACrBb,AELH,ACGU,ACUTivB,ACHD,ACDC,ACOC,ACAK,ACnBsC,ACkB7C,ArDIS,AGMP,ACQH,AE9BuC,AG0BtC,AQFE,ACpBY,AEwBd,ACDM1xD,AzB2DR,ACyGE,AyDAA,A7THK,EyG/KLmD,A/FAAA,CmOsDF,ClIAIghC,AOCA+I,ALAA7G,AEGA5D,A8HeF,AjOnBE0B,ASCA+I,ANAA7G,AGGA5D,A7BJA5V,G6ETE,A2M1DJ,C3M4DM,A4H5EA,AwH0BL6kC,CrP0DM,AtBPA3xB,A8QlDI,CzUgCP,A+H4BI,AvGOA,AUPA,AoKfAh7B,AsHzCiCosD,C7LwDhCrjC,A7FAAA,A4KvFA,A2GeJtmB,AgBcD4+C,ExPuDO5/B,AqHZP,AyGnDG3Z,AOHD2vC,AIIC3vC,ACRD2vC,ASDC3vC,ACGJ,AOYI,A5CcAA,CrKyCK,AFtDA,AjGiEAqwB,AIXA,AFtDA,AuDuDA,A6HpFA,AkHwBL,AtCcC/pB,AcEAm/C,AxRoKCp7B,ChBjJAlS,AUZDnY,A+GlBKuzB,A/FAAA,AwD+CA1hC,AoHJA,A3IKA,AqQrDLkc,AhToLCsc,CkHxHK,A7FAA,A6CRR,A7EOR,AsDNgB7yB,A6P7DH,CtT4CH,AyHuBO,A/FAA,AqDCA,A2PxDJwI,C1PgDK,ADQd,A+N1BM,AS3CR,AaWW,A1BiBL7M,A5RiKYu0B,CkHxHD,A7FAA,AiRlEhB,AGHYgyB,AEDZ,AcaU,A/CWE,C1RqBT,AkIyBc,A7FAA,A4CAA//B,AtBPX,AmJ7EW,AiGqBJ,AOHDo1B,AIIC,ACRDp0C,AKUA,AIXC,AEaD,AGCZ,AzCea,C9RkBAxH,A+EwBK,AtBPAglC,AmJ7EA,AiGqBJr6B,AWCAA,AMEA+a,AIXA/a,ApC6BAA,CtRKA,A8S/BC6xC,AIUR,AcGK,AhDSG,A1QsKX,CN7JW1xC,AiRDF,AiBHH,CpRmDH,AyDVcmpC,A2PxDf,CnNCK,AM0DV,AvGOqB,AEjEX,AQ0DV,A4KvFU,AkG0DGtM,AgBlCF,AYIO,AhCeP,C5SgBQnjB,AEClB,A2HwBqB,AEGA,AhGHA,AGGA,AyBVjB,AqQrDJ,ApBmBW,C1KyCG,ATvDQ,ApFuDR,AXvDQ,AiCgDzB,AgQ/DC,ClMeyB,A/FAA,AqRRnB,ASLI,AEMJ,AMEe,AIXf,A1CyBa,AMIb,CtRKC,AwHqCmB,ALAAuhB,AxFAA,ANAAA,AuRlE1B,AEFsBrH,AEMC,AhCgBH8d,CxRsBE5yB,AyHuBrB,A/FAA,AmR9DF,AOHwB,AGHxB,AEDwB5B,ASDxB,ApC6BA,AYCmB,ClSIlB,AuTPqB,AzBAG,C1FxCK,AkG0DR,AarCV,C9LkEV,A7FAA,A4KvFF,AkG0DuBknC,C9SEpB,A+EwBD,AuOpES,AGFV,AnB0B2BxxC,CzK+CKqtB,A7FAAA,AsRvEH,AoBYTpgC,AlDUL,C1RqBe,AECF,AgIwBZ,A7FAA,A4CAiB6b,AgP5CPg2B,AvCFC4D,AkBKL,C5SgBSv7B,AiFyBG,A2NzCX6Z,C1KyCY,A7FAA,C4CAlC,A+N1BoB,CAAP,C/N0BwB,A+N1BRw2B,AQ1CpB,AIe8B/D,C5T4BzC,AwThDE,AS6BoB,AWZF,ApCYgB,AIGjB,C/KyCsB,A9FAA,AkS5CPzyB,AzBAI0zB,AIGRiC,C5SgBS,A6HyBGhuB,A9FAAA,A6SxDT,EtBVhC,CpLkEgB,A7FAA,CiRlEyB4nB,AWsBpB,C/L4CyB,AHG7C,A1FH6C,AHG7C,A8Q7BM,CiBnBQ,ArBIG,ElBLH,CkCZR,AlCYsCluD,AkBKN,CIeI,ARlBK,CAAC,CtK4CjC,A7FAA,AqP9CD,AcEiC,CctBhD,A5BoBC,AcEkC,CtK4CoB,A7FAA,AiRlEH,AdsBnD,CmB1B4C,Af6BF,C2BpBb,A3BoBckD,IIezC,AW5C+CsK,Cf6BX,C1KyCvB,ALNnB,AxFMmB,ANNnB,AiRpB0D,AJfLmY,C1KyCrD,A7FAA,CiRlEwD7iB,AKJrD,Ef6BY,IAA+C,EUzBP,EAAc,AKJNojD,QAA5D,CAAsE,UAAtE,OeSa,GlTuE2F9+C,CAAlF,GAAsF,GAArG,CAAN;AT/FJ,AdsDS,ADMgC,AMAxC,AJEK+iB,AQbH,AGYD,AdyBI,A2KEN,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,APCA,AzBAA,AgHDA,AtBAA,A3CHI0Z,AGGF,ADTF,AGJM,AP5CF7jC,ACyDF,AKCE0iC,AMAJzW,AjHFA,AmDCA,AxFCA,AxDDA,AFAA,ATAA,AGAA,AJAA,A3GCA,AuLAA,ArFFA,A6BCA,AlECA,A2CFA,AnGCA,AOAA,AECA,A1IDA,AqTCA,ACDA,A8DAA,AuIAA,AQCA,AjHAA,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,ARAA,AlBAA,AlHOG,AkBhBD,AdKE4X,AIGF,ADTF,AIJM,AT5CF7jC,ACyDF,AOCE0iC,AMAJzW,AiHAA,ALAA,AEAA,ANAA,AcAA,AnHDA,AwECA,A0HFA,ACCA,AvDCA,AGDA,AkDAA,A1JVQ,ADQF2qB,A5EDN,A+LGA,AEdQ,A1IeR,AEHA,ACGA,AJVC,AESD,A/DCA,A8CDA,AGAA,ACAA,AEAA,AoBCA,ArCDA,AsICA,AuCvFE,AiGqBA,ACqCK,AETL,ACXA,ACzCqC,ACwCpCgC,ACnBC,AEFC,ACDH,ACM0BwJ,AEIlB,ACJR,AGGI,ACcY,ACxBmB,AEDnC,ACkBG,ACPgB,ACFY,AEO9B,ACAM,ACpBsC,ACmB5C,ArDGQ,ACST,AGKc,AEjBd,AGcA,AIOF8O,AKnBE,AGSoB,A7DqFnB,AkDvHD,AjRwMS18B,I2G1HPqP,AECA0C,AJvDAvmC,AM0DA0iC,AnGJAmB,AGCA0C,ALvDAvmC,AQ0DA0iC,A7BJA3V,EqHGE4V,AWCA,A1GDAA,AaCA,AyCHAiU,CwCvDC,AY0DA1qB,A3G1DA,Ac0DAA,AyCHA,AmOvFL,AkB2BA,AGCO,CfJmBk2B,AeI1B,ChNIO,A/EiDAhP,AhBjDA,AoL7BA,C/MoFC9wC,AgIGA,A7FAA,A+CHA+zC,A2OtD+CmZ,ACTnD,AIkBI9K,AzCCFwK,ASnCAjE,ClKkFGl9B,A7FAAA,AiRjDJ0uB,AMvBAh1C,C9LoEK,ADGA,A9FHA,ADGA,AyQrCA,ArD2EL,ClOjEE9F,AiM3DI,A+E4BJmL,AOqBIwE,ClSWP6Y,AmI2BN,A7FAA,AyCHc,A5EDA,AiTjEJimC,AiBIG5pC,C5M6DEqd,AFvDa,AC0DbnB,AhFRb,AdKamB,AFvDa,AC0DbnB,AuDVAp4B,ADQA8iB,AqHZAiU,AoHnDoB,AEIzB,A5SoLMjK,C8L7MA,A0GgBH,ApBiCb,C/JsCiBqb,A7FAAA,AnCJA,AiMXA,A6GlCf,AOjBmC,AGAxB,ArCmBE,AoBDR,AXlCQ,ClS+ET,AkFAI,A5EDQ,AiMXAztC,A6GlCJyC,AMvBZ,AOSSke,AOFsB,C1TqC/B,AoEyBiBixB,A5EDnB,AoTpEesP,AQuBG,A7BWC,ArD2ELhjD,ChPxCM,AkFAV,AuM5CQ,AKZF,CnK0DK,A/FAA,A2KdJ,AoHnDS,A7BOT0H,C3RgCH,AwH0BQ22B,A/FAAA,AsDFA8U,AqHZd,AgHtDU,AOGAoG,AGGZ,AhTqLKjoB,CdjJIlK,AyHuBQ,A/FAA,AsDPA,A8NlBTsJ,CrLyBUrkB,A/FAAA,AsDPA5Q,A6JgDL,ChHrCf,AMAJ,AnGAI,AMAJ,A0CXuB,AiOtCrB,AGpBmBmE,AUMH6a,AxCgBKza,AzCoFHlD,ChHrCM,A7FAA,AgDXlB,ADQkB,AjEyHCw0B,CiEzHAshB,A6HpFlB,A2GeP,CNuBuB7tB,AMvBA,AIMZ,AhCOJ,A9CgGU,C7OhEb,A2TvCmB22B,AMCd,ApFsGJ,C7OhEgB3+C,A2HwBO,A9FAA,A+KpFA,A0EwCZ,AKZhB,ClKuDa,A/FAA,AyR9CDk8C,A7BGe+S,AxQqKG73B,C2G1HA,A/FAA,AqDCtB,AkO9CR,CtL8C+B2O,A9FAAA,AkDA3B,A6HpFJ,AqGsC6B,AGpBF,AUMH,AhTqLCxR,C+GtHvB,A7FAA,AoRrE0BmK,AMY2B6wB,AIN7B7pC,A5ByB5B,ArD2E6B,A/NiFM7W,CdjJ7B,AmTvBH,AQhBU,CnMiEX,AKCkCm8B,ApGDlC,AOCkCA,AmRjDhC,AQjB6B,C3TuCHphB,A8SFXg4B,CS3CjB,AOSwB,AxCgBR,C7J2CH,A/FAA,A0RjEM,AMOX,AIDJ,AxCgB+B16C,ASnCf,CqBacipD,CpT0CF,AyHuBO,A/FAA,AiS9DHrP,AIkB5B2D,C/TqByBzkD,AsRpBjB,AzCoFX,CpHzCQ,A/FAA,A4P3C2B,AxQqKfu0B,C2G1HvB,AIIA,AnGJA,AMIA,A+PlFuBy2B,AjRwMkBrkC,EgSnJ/B,AarCD,A9EuG4B,C7OhEP,A2HwBa,A9FAA,AiR1BjBghB,AarCxB,C3TuCA,A2HwB0CrB,A9FAAA,AuRlE3B,CAAwBtlC,CWoB3B,ChCjCI,C4BgB2B,A7SwLtBuzB,CwQrKgB26B,AzCoFKjsD,AkDvHjC,AjRwMuCsxB,CgSnJjB,AfrDnC,CeqDoC26B,AMxCjB,CAAgC,EvE0GA,A/NiFM73B,CwQrKjB,AzCoFYt3B,EiElEjB,AxBlBiB,CwBkBxB,AGpB5B,ApEsFmD,CiElEPm1D,AarC5C,A9EuGuC,CoEtFqBhZ,CUjBA,CPHR31B,EHoBpD,ApEsF6D,CoEtFK,CGpBf,AtS2L1BgO,CgSnJb,AhSmJHA,EgSnJ6CioB,CnLmBxD,A9FAA,CoRvCE,CpEsFC,A/NkFMjoB,E+NlFgE,CiElE3D,EAAkDlpB,AhSoJlD+rB,EAAL7C,CAAQ1lB,CgSpJH,CAAwD,OhSoJ7D0lB,CAAkBhW,IgSpJiD,EhSoJnEgW,CqSzKN,ArSyK+BA,EqSvK9B,GrSuKmC8C,YAA9B9C,GACIA,KAAK8B,MAAL9B,IAAaA,KAAK8B,MAAL9B,CAAY1lB,SAAZ0lB,CAAsBhW,MAAtBgW,CAA6BA,KAAK8C,YAAlC9C,CAFfA,gBqSxKR,EAGC/Y,KAHD;AtSvCH,AdsDS,ACSH,AMdJ,AKaA,AdyBMtZ,A2KER,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,APCA,AzBAA,AgHDA,AtBAA,A3CHG,AGGD/B,AIFF,ACGA,ANXA,AGHM,AP5CFH,ACyDF,AKCEyiC,A3GFJ,AmDCA,AxFCA,AxDDA,AFAA,ATAA,AGAA,AJAA,A3GCA,AuLAA,ArFFA,A6BCA,AlECA,A2CFA,AnGCA,AOAA,AECA,A1IDA,AqTCA,ACDA,A8DAA,AuIAA,AQCA,AjHAA,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,ARAA,AlBAA,AhGTC,AdKE,AIGDtiC,AKFF,ACGA,APXA,AIHM,AT5CFH,ACyDF,AOCEyiC,AuHAJ,ALAA,AEAA,ANAA,AcAA,AnHDA,AwECA,A0HFA,ACCA,AvDCA,AGDA,AkDAA,A1JVO,AkHUP,AEdO,A1IeP,AEHA,ACGA,AFDA,A/DCA,A8CDA,AGAA,ACAA,AEAA,AoBCA,ArCDA,AsICA,AuCvFC,AkG0DOtV,AETN,ACVA,ACtBA,ACwBC,ACxBkD,ACLnD,ACII,ACDJ,ACKyCtE,ACTZ,ACoB7ByvC,ACVC,AGGG,AEX+B,ACSnC,AGKA,ACLC/rD,ACDA,ACQD,ACRc,AEOb,ArDEQ,ACUR,AEHC,AEOH,AChBC,AUsBD,ACVG,ArB6DJ,ApCuBIkV,A/NqFG,C0BhJP,CoFqBEthB,A9FAAA,C2FNA,A/FAA,CiGIEomC,AJvDAvmC,AM0DAyiC,AhGHA8D,ALvDAvmC,AQ0DAyiC,EwFDEE,A/FAAA,AiSvDJ21B,CPnBO,CtTwEDp2D,AsTxEN,AKQyC2mB,AkBQxC,CjNuDM,AOCAmF,ACGAkjB,AV1DA,A7FsDA,ASCAljB,ACGAkjB,AZ1DA,ClBiBH,AuHyCI,A7FAA,AiRhDFilB,AMxBAyB,AcOLrrD,AxFsGCkV,ChPxCO,A0HvDA,AM0DAqM,ArG1DA,AQ0DAA,AgRtCJ0uB,AEhCAA,AQcA,AITF,CjU8DOp6C,A+HEA,AJAA,A1FAA,ALAA,A+RlEmC,AEWvCuhD,ApCSCwL,C+B5BAx7B,AMSD6oB,AMCC,AGKA3vC,CxM2DK,A9FAA,A0RlEmC,AkBQ1C,ArDKMiX,AGIL9jB,A3CuFA,A/NqFGs3B,C0G3HImL,A/FAAA,A6RtEJ,AgBKH+Z,AIOAA,AxCwBOyU,AIZN,AxRyKE35B,CjB7HK,CAACn1B,AmTnCf,AEhCA,AYOU,CxTsBC,A2HyCb,A7FAA,A0Q7BQgrB,AETMvjB,AEhCAu9C,AeKA3K,AIAH,AvT2LWjoB,C8G/HoC,AKKvCpb,AnGLuC,AMKvCA,A6QhDF,AGtB8CoN,AOI5D,AUCSzhB,AhDQD,AGOE,AcGAtE,C/KXOsE,A/FAAA,AkSElB,ACVaksD,ASMC,A9BaF,C9K8CO,A/FAA,AqR5BV,AY3BO,AUJDrmD,AENd,AIOA,ClN0DmB82B,A/FAAA,AwR/CF,AqBlBLwf,AIOAr3C,ApDYI,AEHHiK,AaaA,C/RJE8b,A8S7BiD,AiBKhE,A/BkBc,AxRyKU4H,CkH7H3B,ALAwB,AJvDb,ApFuDX,ANAwB,ALvDb,AwRoBT,AiB3BO,AIAS,A/BkBd,CzS4CO,AmIAc6G,ATvDAkC,AM0DrB,A1FHqBlC,AXvDAkC,AQ0DrB,AgRtCkB,AiB3BDue,A3CkBC,CzR4Cd,AoIGR,AV1DW,AM0De,AzFA1B,AZ1DW,AQ0De,AuRxEF,AjByBJr+C,C3K4COulC,A9FAAA,AoR7CFyW,AI3BXoF,A3BgCE,AYJK,CrK+CO,AV1DA,AnF0DA,AZ1DA,A4RZ4C,AgBU/D,AMCN,C7UwD0Bx/C,A0TrEF,AcOJo6C,ACDpB,AIOoB,AlDSA,ClRSjB,A8TnBJ,AENsB,A9CgBAz8C,AcGA,CzK+CpB,A7FAA,A2RlED,AMCM,A3CkBiB,CtJ4C1B,A7FAA,A8R9D6B,A3CkBFy8C,AxQyKLjoB,CjB7HW,AgIGA+V,A7FAAA,AiRhDb,AzBFG,AcGnB,AxRyKiC/V,CjB7HHnyB,AmIAAykB,A7FAAA,A8Q7CF+0B,ACtB9B,AEA0E,AGF5ChoC,A/BsB5B,A3CuFiB7T,CqE3GW,AEA6C8/C,AiBK3D,A/BkBWr/C,ChSMC,AkHwC5B,A/FAA,A4R1EO,AgBUqB2sB,AKM3B,ApCY2B,Ce5BL,AYUS2uB,AKD/B,AzFuGK,ChPxCA,AgIGJ,A7FAA,A0S3D4B,ApDYV,AxQyKoB1mB,CkH7H1C,A7FAA,AkS9DkB,ACDe3J,AhDmBC20B,C8BvBmB,AiBKlB75B,A/BkBD,CtK4CO3mB,ALAA,AxFAAA,ANAA,AqRnEvC,AKFyB,AjByBvB,C3K4CsC2mC,A9FAAA,AwRxEZxT,AEGUvzB,AeMrC,AIOA,C1MwDH,A7FAA,A8Q7CoB,ACtBoB,AeK/B,A3BkB4B,ChSM/B,A2SPqC,AgBjBzC,AIAgB,AKIiB,C1M0DU,A7FAA,AuStD1C,CLRsC,E/TwBC,A+SlCjB,CAAYg2B,AEGV,AzSkMLjB,CRnKsB,AiT/BK,AzSkM1C,C2SpMmB,AYSR,CAAf,ChBVM,CgBSwB,C/TyBgB5E,A+SlCN,AgBWxC,A/CiBmB,C0BSpB,ACVkB,AQ1BW/b,AnC2BqBs7C,AzCoFnBjsD,CoErF/B,CDUqDwoB,EKrCP+wB,AEGrB,CPkCzB,AOlCA,A1E6GoC,CvO9EM,AqH8B5C,A9FAA,AyPpC0D,AzCoFnBz8C,C4EjHR,AnC6B4BozB,C0BKtC,CAKnB,AnE0EoC,CwEhH7B,AxEgHD,CyCpFc,C+B5BkC9nB,A/B4BrD,I+B5BM,CAAqD,C/SkCMwB,CuO8EhE,MvO9EsC,CAAxC,EAA4E,C+SlCV;AxSfpE,AdsDS,ADON,AEGE,AQbH,AFDC,AKcF,AdwBM,A2KEP,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,APCA,AzBAA,AgHDA,AtBAA,A3CHIs3B,AGGF5iB,AIFA,ACGA,AHdI,AP5CA,ACyDJ,AKCEkhB,A3GFJ,AmDCA,AxFCA,AxDDA,AFAA,ATAA,AGAA,AJAA,A3GCA,AuLAA,ArFFA,A6BCA,AlECA,A2CFA,AnGCA,AOAA,AECA,A1IDA,AqTCA,ACDA,A8DAA,AuIAA,A8DcE,AvKbF,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,ARAA,AlBAA,AlHME,AIVE0B,AIGF5iB,AKFA,ACGA,AHdI,AT5CA,ACyDJ,AOCEkhB,AuHAJ,ALAA,AEAA,ANAA,AcAA,AnHDA,AwECA,A0HFA,ACCA,AvDCA,AGDA,AkDAA,A3JHM,A5EAN,A+LGA,AxICA,AEHA,ACGA,AJXA,AEUA,A/DCA,A8CDA,AGAA,ACAA,AEAA,AoBCA,ArCDA,AsICA,AwC1FA,AiG6DQ,AGlBN,ACvBCp4B,ACwBD,ACzBmD,ACJlD,ACEU,AEKa,ACTK,ACqB5B8Y,ACVA,ACCF,AEEKw1B,ACcJ,AC1BmC,ACUnC,AESE,ACJF,ACJC,ACFA,ACSF,ACfM,ACGJ,ApDeApsC,AIUa,ACAA,AWMA,ACTX,AIGE,A7DiFH,AkDvHF,AjR2MK,E8G1HLgV,A9FAAA,E2FHE4iB,AIIA1B,AnGJA0B,AMIA1B,C4FDC,A9FAA,CmGCC,ATDAC,ApFCA,AXDAA,C5BJA,A+HIC,AtGOA3F,AQPA,A0RnEE,CvLoED,A7FAA,A8QtEL1yB,AMED,AEYC8Y,C/DqEMnjB,AxPjBA+sB,AsDPA6Y,AoL8CN,CrO3EG,A+GlBIrF,AM0DA,ArG1DAA,AQ0DA,AiR/CF21B,AcFFzR,A1CLHl4C,AU5BGG,C/RkDF,A6HgCOohB,A7FAAA,A+CJA,AqOnEU,C5LsET,A/FAA,A2RtER,ACJG,AKmBA,AebAvhB,C5UkEM,A8T/DLiwC,AaTF,C/MuEQ,AkIiBZ,AjOjBY,AgSpDL,A5SkLEhlB,CNlKAhI,AFDD3iB,AiHjBK,A/FAA,AuDsDA+pC,AuP9DP4F,AzFuGE,AkDvHC,AjR4MAhlB,C8G3HKjW,AJAAmhB,A1FAAnhB,ALAAmhB,AsDHA,AmOlEL,AZuBA6vB,AIGJ,C1SiBI,AyHuBM,A/FAA,AoR3BH,AqBzBH,C5MFO,A/FAA,AsR2BX,AIvCM,AGLF,AhCqBA,AU5BG,AjR4MQ,C8G3Hf,A9FAA,AiDHY,AsOvEP3+C,AKmBE4oC,ACVX,AIiBY,A1CLH13C,AxC2FE7B,AkDvHC,AjR2MR,CNjKD,Ac8CJ,AyDVI,A4O9DSsiD,AcHA,A1Cbb,CjSoDC3mC,AEGYuL,AsUvCZ,AGHazpB,CnU4BC,AsHwCK,AJAA,A1FAA,ALAA,AsDHAk2C,AtBPtB,A6QvDelY,A5BsBJ,AXtCO,CzRyCA/zB,AkHwCKi4B,AlGOAz7B,AGPAy7B,AsDHA,AtBPA9iC,A4N3CpB,AqBUS8rD,CzK4CY1a,A3GMtB,AcNsBA,AjCJxB,A8S3CsB,AcFF,A1CLH,AxC2FE,CrO7EE,AqHwCjB,A7FAA,A0RxDK,A7E6FWnxC,CpHzChB,AIIsB,AnGJtB,AMIsB,A+CJAy2C,AtBP1B,A4PhEO,AKmBc4J,AET8B,AGgBjD,C9T8Bc7yC,AOrBd,ALoCyB,A8S3CF,AI5BL7M,AiBSjB,AGHI,C3UuCG,A2DmBkB,AsQtCJ,AOjBF,AjDYDmM,AxC2FF,CrO7EM,A0QuKdyB,ArC1FG,A8F0FHA,C7U7JA6W,AQXD,AyEqCJ,A4O9DH,AcHsB,CnU4BE,AqTzBA,AcHxB,AnCsBuB,AGGb,CzSiBa,A+EuBMyxB,AkO3CF4F,ChT4BR3oC,AgImBhB,AJAF,AzFAE,AJAF,A+CJ6B,AsOvE1B,AoBMqB,AvDoMb,AyDAA,C1M/Hb,ATDI,ApFCJ,AXDI,A6Q9CuBw+C,AIGtB,C5ScJ,AQXO,AuHyCyBjnC,A7FAAA,A+CJ7B,A+O3DW8wB,AzCSA,CrR2Ba,AMd3B,A2HyCiC,A7FAA,AiR3EP,AiBS1B,AjDY0B,CtMkDQxF,AsOvElC,AMSA,CnMiEmC/T,A/FAAA,AsDHA,AkO3Cb,ACvBN,AoBIa5D,CvP8DO6X,AkO3CFpvC,AI5BL,ASY1B,C/O2DgC,A+O1D/B,C/O0D8B,A8JyCDzD,C5OxDgB,A4HmBhD,A7FAA,A0RxDK,CzLwDkC,A7FAA,AsRxDJovB,AYVpC,C9MiEyC,A/FAA,CsDHCwjB,CAAC,AkO3CrB,A5BPKhsC,AxC2FpB,C5GrCqCumC,A7FAAA,A2CJA0F,A2OpDtC,ClMuDuCjU,A/FAAA,AsDHF,A2OrD5B,A7E8FyB,C9JzCN,AkO3CW3a,CXAH,GWApB,A5BPI,AiBOmBxnB,CtSoBrC,AwH0B2C,A/FAA,AwR9CA,AXAjD,C9K8CkDoiC,A/FAAA,A4PrDhB93B,CrR2BW,AiI2BP,A7FAA,C6FAcqO,A7FAAA,IiPtD5B,EAAqB,CpJsDP,A7FAA,C6FAP,A7FAA,CoFDlC,A/FAA,E+FAkEspB,A/FAAA,M+FAM,A/FAA,C+FACtB,A/FAAA,IqS9DrE,EAEC,CtM4D6D,A/FAA,C+FAep8B,A/FAAA,G+FAf,A/FAA,E+FAlE,A/FAA,EwR9CuB,CAAvB,EzL8C2F09B,A/FAAA,M+FAM,A/FAA,C+FAC34B,A/FAAA,I+FAP,A/FAA,C+FAY,A/FAA,O+FAZ,A/FAA,E+FAqB/E,A/FAAA,G+FArB,A/FAA,gDqS9DvF,EAGC;AjT/BP,AdsDS,ADQN,AGUiD,ADP/CmlB,AQbFtL,AFDA,ATsCK1c,A2KER,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,APCA,AzBAA,AgHDA,AtBAA,A3CHG,AGGC,AIFF,ACGAmjC,ANHF,AGXM,AP5CEzb,ACyDP,AKCG6Y,A3GFJ,AmDCA,AxFCA,AxDDA,AFAA,ATAA,AGAA,AJAA,A3GCA,AuLAA,ArFFA,A6BCA,AlECA,A2CFA,AnGCA,AOAA,AECA,A1IDA,AqTCA,ACDA,A8DAA,AuIAA,A8DcC,AvKbD,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,ARAA,AlBAA,AlHME,AkBfFmQ,AdKG,AIGC,AKFF,ACGAvN,APHF,AIXM,AT5CEzb,ACyDP,AOCG6Y,AuHAJ,ALAA,AEAA,ANAA,AcAA,AnHDA,AwECA,A0HFA,ACCA,AvDCA,AGDA,AkDAA,A1JXMp4B,ADQD,A5EAD,A+LGJ,AEfMmuC,A1IgBN,AEHA,ACGA,AJXE,AEUF,A/DCA,A8CDA,AGAA,ACAA,AEAA,AoBCA,ArCDA,AsICA,AyI7BO,AERL,AEjCE,AEDA31C,ACJA,ACLA,ACQF,ACIA,AEYC25B,ACVA,ACAgD,AEM3C,ACWL,AC3BkC,AGoBhCwjB,AGVF,AEWG,ACdF,ApDeA,ACOD,AEHC,AcGC,AGEQ,AxB0Db,ACkHE,ArC1FEv+B,AkDvHDupC,A4CiND,A7TJK,EmH3HL3lB,A7FAAA,EuFHE7C,AEGAC,AhGHAD,AGGAC,EgDZEp4B,A7EQE,AiMZFmuC,C9L3BJ,AHuCO5rB,AmT/EN,C9S2CAhO,AXqCK1c,AoIGA,AV1DA0nB,A/EiDA,AJSA,AZ1DAA,AkSEL4S,A3B1BAwuB,C9JkFM5mD,A3GMA,AkBfAzB,AJSAyB,AqBXA27B,CxDTsBpmB,A4HoBrB,A7FAA,AkRtEN,AEDA9W,ACJA,AEGE+0D,A1E6GFn2C,ChPxCO,A+HEA,ACCAqM,A/FDA,AECAA,AoKhBA,CpMXN5D,AHwBO/nB,A0HvDA,A/FAA,A4K0CAq9B,A2HjCH/0B,AIPJu1C,A7CSE,ChRME,A2HyCP,AHdW,AxGoBX,AcNA,AHdW,A+QvBJnzC,A9BoKA,AyDAA,C1UnJ2C,AgIoBtC,AV1DAyzB,AnF0DA,AZ1DAA,AwD8CA,AwMtCNtgC,A3CuFA,CrO7EE,A+GnBQ,A/FAA,AwD+CH,A7EQP,AsDPO,AyP3DP,AQcE,ACVA6M,A5BhBA,CvR0CC2O,AoHuCKimB,A9FAAA,AsKfV,A3IKUoE,AyP3DP2W,AGLD,AhCqBEptB,AiBOCojC,APnCAliB,CzRyCE,AwH2BIzjC,A7FAAA,AmKFAk0B,AiH3DRyb,AKmBG6b,AebDxrD,A3TgMA0nB,CmH3HT,ANHgB,AnFNlB,AJSE,APHgB,AuRpEN,C5Q8DOgf,AwCHL,A7EQO,AiTnER8T,AWsBG,AzCEF6H,AEHD,CxRuBA,AHwBF,AoIGS/1C,A7FAAA,AjCJE0T,AiMZhB,A4GrBU,CxSHb,AXqCK,A8HAaiZ,A9FAAA,AmDTA8B,AgOzBJj9B,A3BjBF,C7QcG,AFDAglB,A8LyBI7c,A8GtDlB,ASIa,AIiBE,AIPJ,ApC1BZ,AjR6MawiB,CdtJAhL,AkT3CAg9B,AGLZ,AMSc38C,A5BhBC+B,ClS+EKtK,AiIXX,A7FAA,A+CEC,AvBCL,A4PhEOoF,AKiBE,ASED,AMbC,ApDeA,CvJwCO,ADcrB,A5FdqB,ADcrB,AgDZE,AvBCmB1H,AgR1DNwM,AnDsBC,CzJ+CM,ArFT1B,ARS0B,AuRxEJ,AYeX,A7CUU8iD,CtRoBD,AiI2BlB,A7FAA,AgRvEE,AWsBoB5S,AjT4KbjoB,CdtJUhK,AHwBb,AuMbF,A3IKG,AoPxDQ,AG8BR,AIlCc,AqBEZ,ApDeW8E,AU5BE,AjR6MFkG,CRpKT,AkCgCgB,A+Q/DJ,AkBGDhpB,C7MoEb,A9FAA,AkRpCT,AOnCwB,AIMhB,C/LiEqB7L,A9FAAA,AuR1E3B,AEGF,A/BsBuBqD,AOhCE,CpK+EK,A9FAA,A1BD5B,AwT9DD,AGMuB2hB,AxBaC,APnCxB,CpK+E8B8c,AEG7B,AhGH6BA,AGG7B,AyBX6B1iC,A8P7DJ,AQuBV,A1CLD,ClRkDkB,AkTvETkoB,AU0BImF,AjCGf5E,ACpCc,AjR6MnBgM,CgHzIwB5pB,ADcAwgC,A5FdAxgC,ADcAwgC,AkRtE/B,AgBLoB,A7CqBpB,ACOG,AgBAuBmnB,APnC3B,CtOuEiC,AyP3DN,AYSvB,AtCWH,CxRuBY,A4H0BZ,A9FAA,AiShDe,AUpBR,A1CbsB7K,C/RuDD79B,AqThD5B,AU0BgC66B,AUpBhC,AjDmB4B,C1Q6KVlvB,CwQ1Ka,AJ8KpB,AyDAA,A7TJkB,CRpKI1oB,AkCgCI,A1BoI9B0nB,CdtJK,A8HaS,ADcrB,A5FdqB,ADcrB,ChC3BC,A+RvDF,CjKoEyCzpB,A7FAAA,A6PhClBgiD,AhRyKO,CoQIbpqD,AyDAAA,EhNlIpB,A9FAA,AkS9CmB,CzTQV,AmD8BuCgjC,CsQtCD,AjT6KtCnR,CRrKqC,AwH2BrB,A7FAA,AiRxDrB,A5BuBD,ExJiCiD,A7FAA,AqPjCL,AgBAA,EyBF5B,AjCGiBw4B,AjDmFKhtD,A/NuF3B03B,CiT7KX,AzBE+Cj3B,CyBH1B,AzBGnB,ApB8KU,AyDAA,CZ/KZ,A7C+K6B6Q,ArC1FxB,A8F0FwBA,GzDAvB,AyDAA,ClR1IP,G4PhEgD,AvB6BJ,IhR0KrCkjB,CAAoBuB,CNpK1B,A6SnCmD,AvSuM7CvB,CuSvM8ChnB,CvSuMfwoB,CAA/BxB,EuSvML,AvSuMoCwB,CAAW,CAA1CxB,CADEA,CoQIiC,AyDAA,E9F1FxC,A/NuF+C,GoQGF7xB,AyDAAA,C1UnJX,AoTvD2BujD,EvS4M1D1xB,KAAKtH,CuS5MR,CAAuE,CnC0M/B,AyDAA,CzDAiB1f,AyDAAA,C1UnJT,EaqJ7CgnB,CoQFqC,AyDAA,CzDAsB3c,AyDAAA,C7TE5CvO,EuS5MlB,QnC0MwC,AyDAA,A7TEtBA,CAAW,CoQFxB,AyDAA,W7TEwB,KoQFoDiF,AyDAAA,EzDA5E,AyDAA,QzDAP,AyDAA;A9T3NF,AdsDS,ADSP,AGUA,ADPG,AQbF,AFDA,ATsCI,A2KEP,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,APCA,AzBAA,AgHDA,AtBAA,AxCAG,AIFD,ACGA,AHdMzE,AP5CAjF,AM0DL,A3GFH,AmDCA,AxFCA,AxDDA,AFAA,ATAA,AGAA,AJAA,A3GCA,AuLAA,ArFFA,A6BCA,AlECA,A2CFA,AnGCA,AOAA,AECA,A1IDA,AqTCA,ACDA,A8DAA,AuIAA,A8DeA,AvKdA,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,ARAA,AlBAA,AlHMC,AkBfC,AVQC,AKFD,ACGA,AHdMiF,AT5CAjF,AQ0DL,AuHAH,ALAA,AEAA,ANAA,AcAA,AnHDA,AwECA,A0HFA,ACCA,AvDCA,AGDA,AkDAA,A1JXK,A7EQG,A+LGR,AEfMw8B,A1IgBN,AEHA,ACGA,AJXC,AEUD,A/DCA,A8CDA,AGAA,ACAA,AEAA,AoBCA,ArCDA,AsICA,AwInEE,ACsCI,AERJ,ACXA,AGvBG+uB,AECF,ACFA,AEP4B,ACuB5B8D,ACVA,AGMK,ACYL,AC7BkC,AEEnC+F,ACmBG5U,AETF,ACZe,AEsBb,ACdD,ACUD/7C,ArDKC+lB,ACOA,AEHCpvB,ACKH,ACDc,AIAd,AOMc,AKLT,AxB4KL,AahNC,A4CgND,A7TGO+1B,CQlIT,EuGXE,A7FAA,EgDTS,CgDiBL,A7FAA,A6CjBF,AoHIEqL,A8H3DJ44B,CjM2EKzoB,A7FAAA,C0FdC1nC,AP5CAjF,A/EiDA,APLAiF,AT5CAjF,A4K0CA,AsHxCLqvD,AgBHA5qD,CtI2CM,C6GhCH6sD,AiB3BA,ClU8CK,A6StCJ1Z,AqBRA0d,C3MiBK,A/EiDAv+C,AhBjDA,A4RbPw0C,AeeA/K,A9CEDh2B,AGICpvB,A1QoLI+1B,CbtJAlpB,A+HiBIuxB,A7FAAA,AiKbL,AmHxDA52B,AxBTAg1C,AjRmNCzmB,CyG5LK,A/FAA,ChBkBJlpB,AFDA,AwH2BK,A7FAA,AmKFAk0B,AiIjDPyb,CvMmDQpvB,A7FAAA,AyR1CL,AhBWJ,A5R+Kc2H,Cd7JV,AwCkBH,AqQ1DN,AqBRA,A7CqBO,ACOE,AEHD,A1QoLWA,C0B3IH,A4JPV,AyGnDMksB,AaWDmX,ASAF,AOHE,ArDKH9oC,AvQwLyBoI,CsLlJ7B,AsI3CS,A3CtBZ,C9R6Da,AKrBD/H,A0HsCK,A7FAA,AiRpEP,AGDV,AYgBU,A3CMA3vB,AO/BE2yB,C9R6DEhoB,A+HiBIqjB,A7FAAA,AoRrELtgB,AcOb,AhDWC,ACOWb,C9QOE,AyHwCf,A7FAA,AgRvEGsjD,AMYa,AWNHlP,A3BoBJ,ClSKOn2C,AkSLN7H,C5K+BJ,A7FAA,AgRlCY,ChLgDK,AHdA,A1FcA,AHdA,A4QrDvB,AImBmBk2C,AzBFH,CqBjBK,AULpB,A/BsBgBhqC,ClRShB,AiT/BoB,CtToDd,AqR3BE,AoBEJ,A5R+Kc4lB,CbtJK,AOpBhB,A6TzBP,A/CkBqB,AoBEN9L,A5R+K4B0O,CuTnMtB,A7CeX,ChRUV,AkUnBkB,AlDSI,CeTX,CtSuCgBnM,AySzBvB,AXpCJ,CccD,AImBI,A5BNa,AU3BW,CP+BjB,CxJ+CP,A7FAA,A8Q7CJ,AzBFG,CvR8BqB,A6HMW,A7FAA,ChCND,AgT5BD,ChT4BE3X,AqR3BZlJ,ASlCU0G,CV2BZ,CrJmDkB,A7FAA,AkS9DtC,AhDWqBpO,CU3BrB,AjRmNkB8xB,CuTnMgBtJ,AvTmMuBqK,CiRnNpB,AjRmNnBf,EbtJe,AuCW5B,A6RxDL,AhDWgB,ACOK,AxQiL+CgB,CbtJ7C,AuCWxB,A+Q/DC,AlCkB2BsnB,AvQwLTtoB,CwQjLajqB,CrR2BayC,AsTpDF,AzS0MqC2pB,CAA7DnC,CkHrInB,A7FAA,ArBqIOgB,EbtJiB,A+HiB2B,A7FAA,CoRrEHniB,AjCyB1B,CrR2B6B,CoRlCjD,ACOyC,ItJ4CewqB,A7FAAA,CoRrEf,CAAaw5B,GlCkBhB,ErJmDyB,A7FAA,C6FAC5pC,A7FAAA,GkPnDtB,CAAC0Q,CyCNY,IzCMjB,CkClBgC,AlCkBrB8vB,CyCNWgG,EPZa,CAAhC,CvLqEe,A7FAA,AoRrEzD,CvLqEiF3tC,A7FAAA,AkPnD1C,CAAkB/C,ESQrCyE,E9J2CqC,A7FAA,A2RzDpD,CzCMkC,CrJmDiD3oB,A7FAAA,AkPnDvF,ErJmDwD,A7FAA,C6FAP,A7FAA,C6FHR,A7FAA,A2PxC3C,C9J2C8F,A7FAA,C2P3C/DktD,MgChB1B,EhCgBL,EAAyCC,QAAzC;A/RWA,ADOD,AGQqDpzC,ADNjDuQ,AQbF,AFDA,AkKwCH,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,APCA,AzBAA,AgHDA,AtBAA,A3CHE,AGLwD,AIMxD,ACGEmnB,ANHJ3R,AGXU,AP/CQ,AC4DlB1T,AKCC,A3GFD,ArCEA,AxDDA,AFAA,ATAA,AGAA,A/GCA,AuLAA,ArFFA,A6BCA,AlECA,A2CFA,AnGCA,AOAA,AECA,A1IDA,AqTCA,ACDA,A8DAA,AuIAA,AzGCA,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,ARAA,AlBAA,AhGTC,AdKC,AILwD,AKMxD,ACGEqlB,APHJ3R,AIXU,AT/CQ,AC4DlB1T,AOCC,AuHAD,ALAA,AEAA,ANAA,AcAA,AnHDA,AwECA,A0HFA,ACCA,AvDCA,AGDA,AkDAA,A1JXG,ADQC0qB,A5EAC,A+LGL,AEfK,A1IgBL,AEHA,ACGA,AJVA,AESA,A/DCA,A8CDA,AIAA,AEAA,AoBCA,ArCDA,AsICA,AwInEE,ACsCG,AGnBFwf,ACtBC,AEHmB,ACLS,AEM7B,AENA,ACsBAhC,AEZgD,AEQ3C,AEdJ,AEDF,ACgBS,AENR,ACbe,AEuBd,ACdD,ACUC,ApDYC,AEHA,ACMH,AaHG,ACbS,AEcZ,ACCK,AzByDP,ACoHC,ArC9F0C,AkDnHvClJ,A4CiNH,A3EvLA,AlP0LQ,C8G5IT,ApFFA,AVEA,C6P1FyBwE,E/JkGrB,AKCAne,AnGDA,AMCAA,A2CJAqF,CAAC,AqHlBU,C3EkBTtS,ADGA,A9FHAA,ADGA,AsDHA5E,AqHlBF,C9LrBK,AqHwCF,AJ1DD,AC4DCvT,A3FFA,AL1DD,AC4DCA,A8RzEL,AiBbC,CvUkEmDtS,A0HkB9C,A9FAA,AoR7CLu8C,ASRAhC,CjMoDD,A/FAA,AsS1EC,CjP0EC,A0MxCGx1B,AMrCHssB,ChN6EO3U,A8N/DJmG,AONH,AecA,A1BaGn9C,CxSyBmD,ADNrD6qB,AsRpBA,ChRMI,AyEqCL,AwOpEK,AWHArd,AMoBC,CvUkC4C8M,A6HOxCgH,ANad,AvFbcA,ARad,AyRrEQ,CnOkEO41B,AiPtEL,AvC8BR,CiCZS,ApBSFgc,AxRkLI36B,C0GpII,A/FAA,AoRlEf,AddS,AjRoNEA,CmHnIK,ANHX,AvFGW,APHX,AgRhEO8G,AaWDy5B,ApCSJ,AGGM,C9JyCf,AGXmB,AjGWnB,AIXmB,AiRxDP,A5BuBF3b,ASlCNwO,C/RsDS,AiI2BO3Z,ANHAvM,AGXA2G,A1FcA4F,APHAvM,AIXA2G,AiRxDP+Q,AgBLG,ApT8MS,CoT9MR7xC,ApT8MR,CiEvIL,AkO5Ca,CjTqBDgf,A6SxCd,AImBgBpL,AaZD,CrTmCXxe,AoS1Ce,CvBoBhB,CxJiCc,A7FAA,AiRxDX,A5BuBSsvD,CxJiCP,A7FAA,AiRxDUzlD,ATwBlB,C9K2CF,A9FAA,A6RzDkB,AQfT,AzB6BgB,ChSqBd5J,AqHWkB,A7FAA,AgRlC1B,AaZmBw8C,C9TiCC,A2HwBO/W,A9FAAA,AqSxE5B,ClUgDsBzb,AmTpBX,AbAW,EYvBhB,CjLsE0B,A7FAA,A8QtEN,CjLsEO4U,A7FAAA,A0R5DlB,AxBaWqzB,C5RuBG,ADDb,AkHsBlB,A9FAA,AiSzD6BvzB,ArBc3B,CnBDG,C8CdgC,A9CcPwwB,AmBCK,CxK8Cf,A7FAA,CpC3BJ,AiI2BwB,A7FAA,CpC3BLtlC,A8TjClB,CAAmB,CZV5B,AZuBC,CrK+CW,A7FAA,AkP/CgB,CtRoBpB,AiI0BS,A7FAA,AkP9CYwlC,CtRoBhC,CsSpBmCoD,CGCJ3rC,CSxBO,AYU1B,CAHV,GZPH,AGNuB,AZ8BQ,A5DkFZ5jB,CyCnFlB,C4BvB4C,ATwBH,CnBDE,EzCmFpB,CwEhHG,AxEgHFlD,CwEhHG6T,EIFQ,AnC+BY,AzCmFxB,CyCnFyB4oC,AgBAG,AzDiFb,IwEhHX,Af+B4B2V,EhBAvD,EAAwD9mD,IAAxD,CAA8D,AgBA1D,IAAgEknD,QhBAA,OgBAe,IAAIL,QAAnF,IAA+FM,gBAAgB,IAAI5D,SAAvH,EAAkI;AzR9CvI,Ad2DC,AEaoD,ADLhD,AUE0B,AJhB5B,AGee,AZuBZ,A2KEN,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,APCA,AzBAA,AgHDA,AtBAA,ApCFE,ACGEjd,AHdQ7mC,AP5CN,ACyDJq2B,AtGDF,ArCEA,AxDDA,AFAA,ATAA,AGAA,A/GCA,AuLAA,ArFFA,A6BCA,AlECA,A2CFA,AnGCA,AOAA,AECA,A1IDA,AqTCA,ACDA,A8DAA,AuIAA,AzGCA,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,ARAA,AlBAA,AlHMA,AaTE,ACGEwQ,AHdQ7mC,AT5CN,ACyDJq2B,A8HCF,ALAA,AEAA,ANAA,AcAA,AnHDA,AwECA,A0HFA,ACCA,AvDCA,AGDA,AkDAA,A3JHIoV,AmHGJ,AEfI,A1IgBJ,AEHA,ACGA,AFDA,A/DCA,A8CDA,AIAA,AEAA,AoBCA,ArCDA,AsICA,AwInEGqe,AImBA,ACtBE,ACuBH,ACxBE,ACR4B,ACS9B,ACFC,AEPqC,ACuBrCzD,ACVDxY,ACHiD,AES3C,ACWL,ACzBC,AEDF,ACmBE,ACNiC,ACbnB,ACJA,AEwBd/5B,AEJA,ArDIAwQ,ACQEzkB,AGGHyjD,ACHD,AIAA,AOMA,ACNI,AGCHvnC,ACGG,A7D4EqC,AkDpHH,AjRqN/B,E0GnIPsa,A/FAAA,AwSlG+BozB,EhMmG7B5iB,A7FAAA,A2CJA4E,E0MxCD6X,CxRsBuB,CAAjB,A4S7CNwG,ASHG,AIcHzD,AEbajV,AYcZt9B,A/BSDiI,CxSwBD,AuHqBO,AlGOAwW,AGPA,A2R3EN,AeJe,ApCHf,CrR0DatK,A6GjCN,A/FAA,A2StBP,AOqBC,A5CYExK,CtK8CK4Y,A/FAAA,AsDHA,C+CVCr2B,A7FAAA,AiRxDP,AUC8C,AvCc/CskB,AIWK,CnRGDO,ATsCKztB,AoT7CLs6C,AECC3vC,AIzBDrF,AQuBAg1C,AtBGA,ACjBc,CGJb,AvBoBH7xC,AGGK,AaHL,AGCGm3C,ClLZMphD,A/FAAA,AuDsDA81C,AuOlEF5iC,AUJJgmD,AQmBE,A9BYH,ChSkBuB,AbsBzB,AgThEK,AYZGvzC,AewBFhB,AEJJ,A5T8LK7F,CmHnII,A7FAA,A8QtER,AwBWAg9B,ArDIA,AvQ0LIh9B,CgHjJK,ANYD,AvFZC,ARYD,AyRpEPg9B,A7BeArxB,ASQI,C7J+CK,AHdAxK,A1FcA,AHdAA,A8CUf,AkO5CD,AcDA,AzBEO,ChSMP,A2SPYnZ,AECC,AIzBb,AGgBY,AKOAy5C,ASNX,AlCQOz5C,AxRkLWsuB,CyG7LZ,A/FAA,A2RWOnrB,AIzBD+C,ASFZ,AQmBc,AlDQL,AoBID,A5R8KUooB,CwSzMhB,AIcHq7B,AIJa,AEdA77B,AtB+BHryB,A5R8KmBuc,CR5Kd,AoUlBd,A5CYe,C7J6CM,AHZD,AP5CA,AnFwDC,AHZD,AT5CA,A0RZnB,AOTmC,AiBoBxB5V,ArDIZ,CvJyCqB6hC,AP5CnB,AjGgEN,AWpByBA,AT5CnB,A0RZWte,C5R4ESmQ,AiS9EvB,CjT+BmBzwB,AiHjBK,A/FAA,AyRUxB,AKtBsB,ACFF,AQuBpB,ACzBC,A3CmBe,AiBQb,AIIE,CQ3BH,ACuBI,AWbY2vC,ACWG,AjCEtB,AYIiB3zB,A5R8KGiN,CoSzMA,ACuBI,AQnBbomB,AlBoBV,A3RiLoCnmB,CQ7HvC,A2RtD0B/N,AyBXtB,A5CYsB,AQAJA,AxRkLA8N,CgHjJE,A7FAA,AyS7CA,A9B4QXmqB,A9R/EJ,CgHhJS,AP5Cc5f,AjGgEA,AWpBd,AT5CcA,AkRLV,C5KiDV,A7FAA,A0RpDV,CrTyBgB,A2SPf,ACtBE,AQSa,AICF,AxBaV,ChSMyB,A2SPC,AaZJ3B,AxBaA,C/KXD,A/FAA,C+FAU95B,A/FAAA,C8RZnC,ASqBC,AWVC,CrDI2B,CiCfO,AQUtB,ACWoB6mB,AWVH,CnNCN,A/FAA,AsSFQ,ClB6QX,CmBlQrB,AnBoQD,CrL7Q0C8U,A/FAAA,ClBiBZ51B,AoUlB5B,EnBbD,AOYa,CAJT,CvMMoB,A/FAA,A+RdkB,ChMcvC,A/FAA,A8PW6BukD,CiCzBhC,CjT+B4B,EAAa,CiHjBW,A/FAA,CmSPtC,ArCkBwB,CAACI,EAA7B,C/JX+ClwD,A/FAAA,CmSPtC0hD,GpMOiC,A/FAA,AyRUpD,EAA4D5E,AUlB7D,CpMQiE3b,A/FAAA,AgTG/D,AlCQE,EAAwDlW,CWD3D,CAAkE,C1LVd,A/FAA,G8PWL6kC,AgBA5C,EWDH,I3BCqD,CAACK,K5QsBhC,A4QtByB,I5QsBnB,W4RtBwDgD,MhBAZrD,MAAM,CAACK,EgBA5E,GhBA4C,UAA0C,CgBAciD,ChBA7F,egBAP,GqBjBiD,KAAK1R,KAF1D,ArCmB6GoO,GgBAgB,GhBAV,CAACruC,CgBAa,CAAC27B,EhBAvH,IgBAkH,CAAYmD,MAAZ,CAAoB,IhBApBwP,MgBAA,CAAzH,GhBAO,OqChBV,IrBgB+JoD,IhBA5J,WgBAA,cAA+KC,gBAA/K;ArS0BJ,ADLE,AQbF,AFDE,ATsCC,A2KEL,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,APCA,AzBAA,AgHDA,AtBAA,A3CHE,AGGF,AIFE,ACGEhhB,ANHJ,AGXW,AP5CL,ACyDJxP,AKCFhW,A3GFA,ArCEA,AxDDA,AFAA,ATAA,AGAA,A/GCA,AuLAA,ArFFA,A6BCA,AlECA,A2CFA,AnGCA,AOAA,AECA,A1IDA,AqTCA,ACDA,A8DAA,AuIAA,AzGCA,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,ARAA,AlBAA,AlHME,AkBfFA,AdKE,AIGF,AKFE,ACGEwlB,APHJ,AIXW,AT5CL,ACyDJxP,AOCFhW,AuHAA,ALAA,AEAA,ANAA,AcAA,AnHDA,AwECA,A0HFA,ACCA,AvDCA,AGDA,AkDAA,A1JXEyoB,ADQC,A5EDC7nB,A+LIJ,AEfG,A1IgBH,AEHA,ACGA,AFDA,A/DCA,A8CDA,AIAA,AEAA,AoBCA,ArCDA,AsICA,AwC5FA,AgGuBqB,ACuCjBO,AERH,ACVE,ACtBE,ACsBuBg1B,ACvBzB,AECA,ACFA,AEPC,ACuBD93C,ACPC,ACP+C,AEU3C,ACYL,AC1BC,AIWiC,ACbnB,ACJA,AEyBd,ACfF,ApDeGM,ACQC,AEHF,ACIW,ACAb,ACKFylD,AGNG,AOMD,ACNI,ACdJ,AEeCvpC,ACnBe,AzB4ElB,A2ByMC,AbpSE,EvK+EDmb,A/FAAA,AuDXAyS,A7EOE7nB,AqThG+B2nC,EvLqG/B/iB,A7FAAA,CvCdiB,A4RhCnB,ChK0CIxN,AIIA,AvGMA1G,AkBfA,AdKA0G,AMIA,CnCHC,AgIGA/X,ArFTAA,ARSAA,A6QrEL,CMqB0Bk2B,AORzB93C,AEdmBsP,AnBwBnBkN,C5SgCkB,A+HaZyjB,ADFA9D,A7FEA8D,ADFA9D,AgLzFO,CrMoDV,AX0BF,AyBoBM,AnBXE,A2SzBRrZ,AsBjCmB+uB,A1CiBhBxd,ACKG,AUAHz7B,CvKyBG,AP1CCo9B,ACyDA,AlGOAtD,AWtBD,AT1CCsD,ACyDA,AyRvEP,AvB+BOhvB,AYpBJxC,AGJH,C/K8DJ,A9FAA,AyRnEQ+E,AMA2C,CpMqEtCouB,A/FAAA,AtBJE,A2SzBR,A2BxCEn1B,AnDqBJ,AQEGgH,AWCA,AVlCA+8C,CzRuCAhhC,AmHqCM,AGGd,ACCA,ArFTA,AdKc,AIGd,AECA,AoS/DqC,A/CQhCjlB,AGKG,AGSR,AcLSy2C,CjSMEzxB,AiHoCIpiB,AECA,AJvDT,A7FsDSA,AGCA,ALvDT,A2RU6B,AYAzB9C,AzCCF2B,AICN,AWKA,CpKyCc,ANHC,AvFGD,APHC,A6RrDN,C9LuDM,AEbA,ADcAy+B,ArFTA+H,AVQA,AGbA,ADcA/H,AgDZA,AkO1DN,ACsB0B,AM/B5B2R,A9BsCQ,C1JyCC,AV1DAjc,AnF0DA,AZ1DAA,AwD8CA0T,A7EOd,AuTnDS,AhCUE,AWKA,C5KqCD,A/FAA,AmLxFd,AyGsBG,CzLsEH,A7FAA,A6K5F2B,A4HsBX,AnDqBX,AQEF,ASdD,C9KyDmB,A/FAA,A+SlEJtpC,ApDeL,ACQG,AEHA3K,AMGE,ASdAqe,C/RqBX,AgHqCW,A/FAA,A0R7CyB+4C,AGtBxBxjD,AQUF,ACYb,A1CPU,CpJoDY,AVvDnB,AnFuDmB,AZvDnB,AwRoBQqsC,ASzCV,CnSqFE,AmSrFUz4C,AlBkBd,C/PoDF,AmRtDqB,ApBEA,C1F/BrB,AwEqCY,AGKJ,CHLH,CrM2CY,A6HhFwB,A4HsBhC,AhCwBN,CnSKoB,AgB+CM3F,AgS5E1B,ClTsCgB,A4EoBWqyC,A2OnDJ4M,AcPxB,A9C6BF,AYpBE,CkBlBE,AjC6BqB,AMGtB,AWD2C,CnSOpB,AmHqCZ,A/FAA,AsRlCb,ATvB2B,AEiBzB,ChLwCD,A/FAA,A4P3CmB,AQAQ34B,CtROCsJ,AFD1B,A0SGqB,ASzCEzJ,A1BDxB,CzRsCyC,AmHsCT,A/FAA,AiS5DhC,CrTyBC,A0E2Ba,CAAf,C1DkBA,AmSrFE,ACuBe,ClCMf,ClQyDA,CkQzD+B,CMGhC,CAAqC,EtROtC,A+RrBA,E/RqByC,Ac+ChC2U,CwQtDR,EAA4CowB,QAA5C,CxQsDoB,CAAC/vB,GmStFyB,KAAKzvB,IAAlD,OnSsFA,GmStF4D04C,QAA5D,CAAsE5/B,QAAtE;A5ShBJ,AZ2EC,AGXC,AJKC,AUCD,AFdC,ACaD,A+J0BF,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,APCA,AzBAA,AgHDA,AtBAA,A3CHI,AGGF,AKCE8gB,AHdQx8B,AP5CN,ACyDJ63B,AtGDF,ArCEA,AxDDA,AFAA,ATAA,AGAA,A/GCA,AuLAA,ArFFA,A6BCA,AlECA,A2CFA,AnGCA,AOAA,AECA,A1IDA,AqTCA,ACDA,A8DAA,AuIAA,AzGCA,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,ARAA,AlBAA,AlHOE,AIXE,AIGF,AMCE2E,AHdQx8B,AT5CN,ACyDJ63B,A8HCF,ALAA,AEAA,ANAA,AcAA,AnHDA,AwECA,A0HFA,ACCA,AvDCA,AGDA,AkDAA,A1JXE0T,AkHWF,AxICA,AEHA,ACGA,AJXA,AEUA,A/DCA,A8CDA,AIAA,AEAA,AoBCA,ArCDA,AsICA,AwC5FE,AgGyBA,ACqCE,AETqB,AE/BpB,ACqBqB,AEhCM,ACW7B,AGTC,ACuBA,ACPA,ACR+C,AEW1C,ACYN,AInC+C,ACmBb,ACbnB,ACJA,AE0Bf,ACfD,ACUEvrC,ArDKC,ACQCA,AEHD3K,ACAW,ACIbmwD,AIDA,AOMAvM,ACNE,ACdH,AGkBE,A7D0EuC,AkD/GxC,AjRoNM,E0GrIPphB,A/FAAA,AuDXA0T,EiDYE/O,A7FAAA,AqBXArB,C6P7DF,AkBnBA,C9C6CCqqB,AWKAvM,CrSAD,AmTRO,C5LTD,A/FAA,A2RSN,AStB0BnoC,CtS8EnB6hB,AuLnGA,CnMkEHvK,AsEcI,A0O5CN,AURyBpZ,AMIzBhP,ArCmBG,CpKyCI,A7FAA,AkRtEF,AGbsB,Ae4BtB,C1MyCGA,A7FAAA,AwR/DT,AjC2BE3K,AaSI,CjSSA,AJKA,ASAA,AwH2BI,AV1DAU,AjGiEA,AcPA,AZ1DAA,AwD8CAg0C,A6HhFX,AgGyBO7nC,AxBUL,AkBJK,CnS6BC,AkBuCIkwB,A8SvEuB,A9CiB/BpyB,AICK,AWII,CjSUJnM,AIRDqO,AiD6BK,AoJjFA,A+GqBoC,AjCgCpCujD,CjRaH,A8GyBI,A/FAA,AyRrEP,AQcD,AhCUK,A5QkLqB,CmHxIT,A7FAA,AsRpDhB5T,AgBJE,AlDUD,C/QuBIzrB,A+G0BIyR,A/FAAA,AgCVA9C,A8OlDJ8c,CzK+CK,AP5Cb,AtF4Ca,AT5Cb,CsG4Cc1Q,A7FAAA,A4QrDJ,ArBiBH,CpRkBI,AMMA,AsEcI,A6NvDJnhC,AiBOH,AxCaD,ClReKkkB,AIRD,ACaR,AuEeaqnB,CxE5BJvrC,A0S9BFnM,AQcZ,CAAYoL,AnBLP,AzRiMI4V,CJ9JX,ADDoBnU,AgDgBG,A8OlDJ8yC,AzRiMR3+B,C2C/Ia,A+NvCT,A1QsLG6T,CJ9JG,AYiCrB,AkQzDgBmpB,CqBjBT,CzSmCP,AKKO,AyS3Ca,C1S8BZ,ACakB,AuEeP,A6NvDnB,AKHqBwV,AQcnB,ClTgBuB,AkThBH,C1O4CQnrB,AuNjDvB,AzRiMIrnB,C0QtLA,AeXgB3e,AzRiMF,C0QtLFu/C,A1QsLZ5gC,CN5KH,AM4KwB,CN5K/B,AsH0BiC,A7FAA,C6FAC3d,A7FAAA,AsQ/C5B,CmBKL,C5S4L0D,C4S5L7B,AnBLGwJ,E9RkCF,CkTpCKpL,CpBE9B,CmBKL,AnBLqC,CzK+CL,A7FAA,C+CEf,AlEgJoBuf,CgHlJO,A7FAA,AiRxDvC,ApS0MgCA,CkEhJQ,A2OnDJ,A7SmMG6T,C6SnMFxyB,ArCgBXquD,AEHtB,C2CNU+L,A3CMoBj7D,C1JoCP,A7FAA,C6FAjB,A7FAA,AiRxD2B,CpLwDlC,A7FAA,AwBGa,AkQpDc,ClQoDvC,AkQpDoD,ApBEVa,AzRiMD2e,CwQnLA,AEH5B,A1QsL0C,CqTvNL,A7CoCR8vC,AEHrC,A1QsLoC9vC,CAAP,CkEhJb,AsMnCR,AiBd4B,CvNiDvC,A2OnDuDg9B,CpBEN,CzRiMuC,CoS1MjF,GSO2C,CTPQ,ASOImC,G7SmMKn/B,CAAAA,CAAO6T,C6SnMxB,CTPe70B,CSO5B,ArCgBW0wD,CqClB/C,E7SqMkE1vC,CAAc,CoS1MV,ApS0MJA,CoS1MKsyC,A5BuBlB,AxQmLtB,CwQnLuBvC,GxQmL6D,EwQnLpE,MxQmL+C/vC,CAAAA,CAAO6T,CoS1M5C,KAAkC,ApS0MG7T,CAAc,CAAdA,CAA/D,IwQnLyC0vC,AxQmLuE,GoS1M7I,EAAqG,C5BuBzB,CAACK,CxQmL2C/vC,CAAAA,CAAO6T,EwQnLlF,IxQmL2E7T,CAAc,CAAdA,CAA3F,GwQnL0D,CxQmLkF,CwQnLjK,OxQmL4IA,CAAAA,CAAO6T,MAAP7T,CAAc,CAAdA,CAAvH,IAAwK,MwQnL3F0vC,ExQmLsE1vC,CAAAA,CAAO6T,EwQnLvE,CAACxS,GxQmL+DrB,CwQnLxK,AxQmLsL,CAAdA,CAAnJ,IACnB,mBwQpLyH2vC,AxQoLtGjmD,IAAnB,CAAwBsW,CAAxB,CADN,EgTjMO,AhTkMgC,CwQpLnC,eAAP;AzQjDN,ATiEE,AJKC0K,AUCA,AFdA,AFAC,AGaD,AZwBC,A2KEJ,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,APCA,AzBAA,AgHDA,AtBAA,A3CHIka,AGGF,AIFA,ACGEqN,ANHJ,AGXW,AP5CN,ACqDY,AtGGjB,ArCEA,AxDDA,AFAA,ATAA,AGAA,A/GCA,AuLAA,ArFFA,A6BCA,AlECA,A2CFA,AnGCA,AOAA,AECA,A1IDA,AqTCA,ACDA,A8DAA,AuIAA,AzGCA,ACAA,AHAA,AkCDA,AFCA,AuBAA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,ARAA,AlBAA,AlHOC,AIXGrN,AIGF,AKFA,ACGEqN,APHJ,AIXW,AT5CN,ACqDY,A8HKjB,ALAA,AEAA,ANAA,AcAA,AnHDA,AwECA,A0HFA,ACCA,AvDCA,AGDA,AkDAA,A1JXE0E,ADQA,A5EFE,A+LKJ,AEhBE,A1IiBF,AEHA,ACGA,AFDA,A/DCA,A8CDA,AIAA,AEAA,AoBCA,ArCDA,AsICA,AwC5FI,AgGyBF,ACqCC,AGlBD13C,ACtBID,ACqBJ,ACvBA,ACRE,ACUD,ACFD,AELC,AEcC,ACT+C,AEY1C,AEfN,ACMHs7D,AEfkD,AEMhC,AGuBfl7C,AELC,ArDKA,ACQE,AEHD,ACKH,ACHa,AWOZrR,AEpBA,AEgBA,ACxBc,AzB+EjB,ApCsBI,AkDhHF,AjRqNW,C0G1Ib,A/FAA,CuDPE4oC,EyCQE/R,AQIAqN,AvGJArN,AUIAqN,CsPhDF,C9J+CI,AIFA,AlGEA,AKFA,A6CTA,A7EME5kB,AiMXF2rB,A6G/BJ/5C,AuBPCmgB,AnCcArR,C7RDD,AiHsCK,AOCA6wB,AtGDA,ASCAA,A2QpFL,AJkBA,C1S0CClU,AHwBK,A+TrEgCtW,CjMqE/B0xB,A9FAAA,AmDTAoP,ADQA2B,A2P5DI,CjN4DH,A/FAA,AmLxFA,A0GoBJ,AlB+BC,CzKwCI5U,A9FAAA,AiDHT,AqHbS,A6HpDA,ASSL,ArDDW,CiCTT7tB,AWCItF,A5CQT,AgBoBM,AEpBA8kD,AEgBAe,C/RmBDvhC,AFdC,A4ShCA/lB,AoBiBC,AlDIL,ChRWG,A0HqCM,ACGA,A9FHA,ACGA,AgKjBA+qC,AS3EA,AoG4CJ,ACtBJp5C,AeCN,AOcW6mB,AnCYI,C5RgBL,AZwBK7jB,AmIAAq7B,A7FAAA,A8Q7CJp1B,AMxBAmM,AKAwC,AIHzC/G,ChUgDC,AiI2BK,A7FAA,C5BxCH,AiHoCI9L,A/FAAA,AsDRA,A6HhFA,AoHuBA,ASSP,C1PgDQo1C,A7EME,AqUjDjB,AELQzwB,A5TiMMmS,CdhKHlO,AMbF,AHkCSjpB,AmThElB,AkBec,A1T4LAm3B,CR7KJrK,AGaC,AwHsBW,A7FAA,A8QjEb,AEFI,C3S6CDmC,AyS3CFmiC,AEFInnD,AbWC,C/RqBAglB,AwHqCZ,ALAN,AxFAM,ANAN,AmDTiB,AsO1DC,ACFZ,AOYS,AEfE,AUWJ,AjCmBM,A3RkLK,C2GzId,AECaxW,AjGDb,AGCaA,AgLzFA,A0GoBJzY,ASHDiK,AUWf,A5TqMU,CjBxIW,A4HDA4C,A/FAAA,AsDRAs5B,A6HhFA,AyGsBrB,CzTmEsBvlC,A+HEnB,A9FAA,A3BLF,AiMXqB,AqG5BH,CzSkBD,A4H0BK4gC,AIFA,AlGEAA,AKFA,AiKdAl1B,CpMVJgd,AUCnB,AJdK,A0HqCmBoU,A7FAAA,AhCHE,CMrBnB,AgHuBA,A/FAA,AmLxFO,AoG4Cf,AGxBO,AcJQ,C1ToCJ,ACaU1T,AwSrBG,AMxBpB,C7S8CmBzqB,AbuBV,A4HDe,AEC9B,AjGD8B,AGC9B,AuKdyB,AgHvDvB,AYHQ,ACMV,CpUkE+BqC,A+HE7B,A9FAA,AsKhBA,AqG5BwB,CnSKD,AqHqCOmgC,A9FAAA,A0RrEJ,ASHzB,AvB8BwB5uB,ChSkBjB,AgHuBA,AGGuB,AlGHvB,AIGuB,A+K3FA,A0GoB/B,CjTgCE,AGayB,AuHwBK,A7FAA,A0KzF9B,A0F+BoB,C9KyDW9S,AOCA87B,AtGDA97B,ASCA87B,AoRrEJ,CvT6CjB,AUCiB,AJdF,A4S9BvB,ClT2C2BjT,AUCDY,AwS5CF,CrTmEtB,A8HAR,A9FAA,CpBxBiC,AuEehB,AyNjCK,ChSkBY+H,AmHwBjB,ADAuBgS,A7FAvB,ADAuBA,A0Q1DZ,AEgBQ,CzSkBtB,AQbuB13B,AiHoC3B,AGG+B,AlGH/B,AIG+B,AkDXA,AuNjDZ5J,CvSkC1B,AyHuBuCkhC,AOCf,AtGDeA,ASCf,CzBvBF,AbuBkB,AmIAAtd,A7FAAA,CzBvBH,EAAf,AuStBvB,AVbsB,CvNiDP,AuNjDkBi6B,AEgBb,C/RmBsB,AFdnC,ACaoB,AuHwBF,ALA3B,AxFA2B,ANA3B,AmDTE,AiOpC2ClzC,CjL6C3C,A7FAA,AsQ1C2C5N,CjSKC,AmHqCI,A9FAA,CpBxBLD,AuHwBMq+B,A7FAAA,A+QnE7C,CzLkEI,A/FAA,A6QzDQ,C7RmC+BxL,AbuBzC,CYxBE,AgHuB4C,A/FAA,A+QzChC,EhSkB4B5yB,AgSlB/C,C5S0CsD,A4HD/C,A/FAA,AuR5CR,ARF4C,C5S+CY+B,AmIAA,A7FAA,AoQ1DvD,AEkBA,ChLuCwDhB,AOCA2sB,AtGDA3sB,ASCA2sB,C8Q7CF,CxSqB/C,AuHwByC,A7FAA,C6FAW7G,A7FAAA,A8Q7C5D,CxSqBuD,C4SrDhB,AxEgHN,CpHpCzB,A/FAA,A8SnDP,C/MmD+D8c,A/FAAA,ChBtBzC,AbuBrB,AmIA+C,A7FAA,AwR5DI,ClToCM,CCCI5Q,ADDH9vB,AZwBO,AmIAArD,A7FAAA,EsFDE,AOCpB,AtGDoB,ASCpB,CsFDqBgkC,A/FAAA,AiS3DZ4wB,C3L4D1D,A7FAA,C1BxBQ,CCCe,ADDtB,CCCA,EsHuB2E,A7FAA,EsFDP,A/FAA,E+FAW,AOCAzwD,AtGDA,ASCAA,AwR5D9E,K3L4DmF,A7FAA,CsFDhB,AOCiBC,AtGDjB,ASCiBA,CsFD9E,A/FAA,C+FAN,A/FAA,KsGC8E,A7FAA,C6FAco6B,A7FAAA,AwR/D7F,O3L+DoG,A7FAA,C6FACvB,A7FAAA,O6FAR,A7FAA,A2R3DhF,C9L2DgGhW,A7FAAA,K6FAhB,A7FAA,C6FAd,A7FAA,C6FAJ,A7FAA,E6FA2CuX,A7FAAA,O6FAO,A7FAA,C6FACvB,A7FAAA,O6FAR,A7FAA,C6FAgBhW,A7FAAA,K6FAhB,A7FAA,E6FAuBoX,A7FAAA,O6FAvB,A7FAA,C6FA+Br+B,A7FAAA,E6FA/B,A7FAA,E6FA3C,A7FAA,K6FAmFw+B,A7FAAA,O6FAO,A7FAA,C6FACvB,A7FAAA,O6FAR,A7FAA,C6FAgBhW,A7FAAA,K6FAhB,A7FAA,I6FAyB,A7FAA,C6FACjnB,A7FAAA,E6FAD,A7FAA,E6FAKw+B,A7FAAA,O6FAO,A7FAA,C6FACvB,A7FAAA,O6FAR,A7FAA,C6FAgBhW,A7FAAA,K6FAhB,A7FAA,C6FAL,A7FAA,C6FAzB,A7FAA;AtB9FjK,ATmEC,AJIE,AUCA,AFdA,AFAE,AGaF,AZwBGrlB,A2KEN,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,APCA,AzBAA,AgHDA,AtBAA,A3CHG,AGGD,AIFD,ACGGowC,ANHFvM,AGXO,APvDmB,ArGmE5B,ArCEA,AxDDA,AFAA,ATAA,AGAA,A/GCA,AuLAA,ArFFA,A6BCA,AlECA,A2CFA,AnGCA,AOAA,AECA,A1IDA,AqTCA,ACDA,A8DAA,AuIAA,AzGCA,ACAA,AHAA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,ARAA,AlBAA,A9GJG,AIGD,AKFD,ACGGuM,APHFvM,AIXO,ATvDmB,A+HqE5B,AHAA,ANAA,AcAA,AnHDA,AwECA,A0HFA,ACCA,AvDCA,AGDA,AkDAA,A1JXE,ADQD,A5EFO1Y,A+LKR,AEhBE6rB,A1IiBF,AEHA,ACGA,AJXA9E,AEUA,A/DCA,A8CDA,AIAA,AEAA,AoBCA,ArCDA,AsICA,AyI9BE,AEXuB,AE7BnB,AEFJ,ACTuC,ACWtC,ACH4B,ACC/BqkB,AEeI,ACNA,AGGK,ACWP,AC1BC,AEDD,AEWA,ACdgB,ACQhB,AEgBC,AELA,ArDNQ,ACoBN,AINW,AIId,AOOCvX,ACNC,ACbD,AEiBA,ACCD,A7DyEiC,A/NsGtBhhC,E6GxIX6lB,A9FAAA,AuKdAmT,C3EUA,AF9DyB,A7F8DzB,AF9DyB,CyGqEvB5G,A7FAAA,AjCNIjlB,AsDLJ,C8D/CC,A/FAA,AiC+CA+lB,C5DQClxC,AmFTA,AqN7BHg/C,C5RYM,A2LYF,AsIrDE,CjUyCP,AkH0BM,A9FAA,AuKdAhhB,AsIrDN,CjNkEO,AKhBD,ApGgBC,AOhBD,A9BcK,CuTnDT,AYdEjzB,AjC8BC,ACNH,C3K4CO84B,A9FAAA,AqSzEJmX,A5CuBI,AoBWJv5C,CvSoCS4pB,AiMXd,AkFpCE,AeYK,AEnBAwmC,C7RkCD3gC,AsEcKroB,AoHLA02B,A3IMb,AqPnBSl0B,AU1CI,AOuBJA,AKhBAqvC,AtCiBArvC,CrOqCKi4B,A+P7DAx2B,AnB4BC,AvRiLFkR,CN7KH,AXqCK,AoUjEAs6C,A3BqBP,AxRoLKt6C,CjBxIGle,AuMdd,AoHvDF,AEeQ,ApBUCkG,AIKP,CzK0Ce,ANHA,AvFGA,APHA,A6RtDRg1C,ACNI,AObX,AEWW,A1BuBAvzB,CtGyBKnW,AiHhEHuT,AaKD46B,AIKA,AzFsGC16B,A/NsGO,CmHrIH,A7FAA,AoRxEA,AcCJ7lB,C5T6CZ,AFdYivB,AsSUC,AiBnBA,AjCCA,CpRsBAgD,AbuBV,A8HAe+M,A9FAAA,AmDTf,A8NlBW/0B,AiBnBAA,AjCCAA,ASZC,AGkBhB,C7SuCoBrI,A4DRtB,AkQpDkBk6C,ASFA,AvFgGiB,C6ExF/B,ApBUA,CnSyCwB,AiMX1B,A3IMsB/W,AiQ9CRsb,AnBHKlgD,CpSsDQE,A+TtE3B,AIKI,CtP2DoB,AqOrEe,AaKlB,A5B6BHinB,C9ROjB,CmHqCyB,A9FAA,AiR3BnB,AajCI,AIcJ,AKhBA,AENe,AxCuBf,ASZgB,C1SyDnB,A8HAuB,A9FAA,A8R5DJ0W,AWRvB,A/BWwB19B,C1SyDIU,A4DR9B,AqPnBE,AiBnBA,AjCCA,AQCE,CnSyCY,AuTnDZ,AYduB,AhCwBD,CnSyCUirB,AiU3DRhT,CFX1B,CxTkDC,AiTrCU,CjTqCkBoZ,AiTrCC,ApBGX,C1SyDf,AmFTJ,AwO5DF,AYOgC,A7BKC,AzRiMO+E,CX3IxB,CNGsB91B,AmFTA,A7EM9B,EW2Ic,CJ/JnB,A0TvCkC,AtTsMQwd,C6SpMhC,A7SoMS,C6SxMnB,C3OuDyC,AlEiJS,CAA/B,CyRjMYzf,AzRiMrByf,C6GxIe,A9FAA,ChCAtB,A8HAJ,A9FAA,AmDT8C7D,AlEkJnCkc,CyRlMoB,AzRkMpBA,EyS9Ma,AhBYgB,EvNgDE,AoPrD1C,AtTuMmBrY,CkElJiC,AlEkJjCA,CAAO9e,CyS9MGkT,KzS6MlB4L,EyS9MkB,AjB0B3B,AxRsLSoY,CAAAA,CwRtL+CvN,ExRsLnC3M,IwRtLrB,IxRsLqBA,CAAS8B,CAAAA,CAAOlQ,OAAPkQ,CkEnJU,AlEmJK,CkEnJX,gBlEmJJA,EAAkC,IAAlCA,CAAT9B,CwRtLwE,AxRoLpF8B,EAGA0X,CAAAA,CAAOa,CwRvLiF,CAACykB,MAAL,CAAYmD,KxRuLhGzoB,CwRvLoF,CAAoB,CxRuLjGa,CAAiB,CAHxBvY,EAIA0X,CAAAA,CAAO/d,KwRxL6E,CAA7F,CxRwLS+d,CAAec,cAAfd,CAA8BA,CAAAA,CAAOtB,QAArCsB,EAA+CA,CAA/CA,CAJA1X,EAMAsW,CAAAA,GAAYA,CAAAA,CAAU3B,SAAV2B,CAAoB,CAApBA,EAAuBC,CAAvBD,IAAoCA,CAAAA,CAAU3B,SAAV2B,CAAoBC,CAAAA,GAAY8B,CAAhC/B,CANhDtW,EAOA0X,CAAAA,CAAOxB,cAAPwB,CAAOxB,CAAe,CAAtBwB,CAPA1X;ADvOb,AHyEG,AFdA,AFAE,AGaH,AZwBG,A2KEL,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,APCA,AzBAA,AgHDA,AtBAA,A3CHI,AQHqB,ANIvBrG,AGXK,AP5CHpZ,ArGwDJ,ArCEA,AxDDA,AFAA,ATAA,AGAA,A/GCA,AuLAA,ArFFA,A6BCA,AlECA,A2CFA,AnGCA,AOAA,AECA,A1IDA,AqTCA,ACDA,A8DAA,AuIAA,AzGCA,ACAA,AHAA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,ARAA,AlBAA,AlHOA48B,AIXI,AUHqB,APIvBxjB,AIXK,AT5CHpZ,A+H0DJ,AHAA,ANAA,AcAA,AnHDA,AwECA,A0HFA,ACCA,AvDCA,AGDA,AkDAA,A1JVE2K,A7EKG,AiMXH,A1IiBF,AEHA,ACGA,AFDA,A/DCA,A8CDA,AIAA,AEAA,AoBCA,ArCDA,AsICA,AwC7FI,AiG+DF,AGlBA,ACtBG,AKJ0B,AEZA,AC6B3B,ACNA,ACX+C,AEUnC,ACed,AG3BA,ACVgD,ACqBhD,AENC,AIWD,ApDcE,AEJA,AEGF,AIDA,AOOC+mD,AEnBC,AGmBF,AzBkDF,ApCsBKhwC,A/NgHI,E6GlJPtI,A9FAAA,AmDRAzO,CiDIA,A7FAA,AjCDE,C8HFwB,AVhDxB3K,AnFgDwB,AZhDxBA,C3BqDA,AoIKC,A7FAA,CiQzCF0xD,C3RYD,AFbO,AsHoBI,APpCN,AtFoCM,ATpCN,CiGsDC93C,AKlBF,ApGkBEA,AOlBF,A4KvEE,ClF0FC,AJvDA,A1FuDA,ALvDA,ArBoDE,AiMXFonB,AsHjDS,CTkBZ,CpT6CK,AqUzEJyb,CzMwEK,AECArjC,ArGUA,AIXA,AGCAA,AuKdV,AS5EU,CnMmEH,AFdA,Ac+CIxW,AoRhDJkK,ClBTDsG,A3CiFHsO,CpHnCUsN,A/FAAA,AmLzFA,A2GsBAgpC,AcALlrD,CtP4DM,A2OpDJ,AtBsBC,CrN8BIoqC,AiOrCJkf,AiB5BX,A3BgBSp2D,ChLCN,A/FAA,A0SjBSkhD,A7BmCC,AxDwEN,ClHlCU,A9FAA,A2P/CN,CAACzhD,AaKC,AEfD,AGmBE,CiBtBCg9C,ApBGFh9C,AGmBEmL,CpRgDjB,AgT9EiB,C7MmEM,AECA,ArGUA4yB,AIXA,AGCA,AySpELjxB,C7MmEMiB,A/FAAA,CiGCtB,A9FAA,AqSzEA,CvMuEgD,A9FAA,AgLxF9C,AoG6CE,AiB5BiB,AIKb,C3MoEiB,A9FAA,A8R5Df,AWRWhB,A9CqBf,C/J8Ce,A/FAA,AsDPK,A6HlFA,A8G8BJmyB,AcRP,AjDqBM,AeVZ,AGmBF,C/RWSvb,AqEmBW+zB,AuNjDNkc,C9KwDO,A/FAA,AgRrC5B,COPyB,AzBFnB,E/J8Ce,A/FAA,AsDPK,A2OpDhB,AObV,CzMwEa,A/FAA,AsDPE,A2OpDc,ChTiCP,AqEmBW/nD,AsP5DzB,CAAP,AzFsGiBkb,CpHnCiB,A/FAA,A8P9CL,ClQyDhC,AkQzDI,AeVO,CvNiDM,CAAuB,A2OpD5B,AnCauB,A3CiF1B,CvNxBgC,AqS3EtC,CVoBD,EAAsC,AVZF,CAAlC,E9KwDW,A/FAA,G+FAmC,AnGWAgX,AIXA,AsDPAia,A6J0C7C,I7J1CmC,EAAgB,IyCOpD,A/FAA,KJWqC,GAA2B;AT1GpE,AbyEE,AUCC,AFdA,AFAE,AGcJ,AEJC,Ad2BIh2C,A2KEN,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,APCA,AzBAA,AgHDA,AtBAA,A3CHI4iC,AGGFv6B,AIFF,ALAE,AGXG,AP5CD7J,ArGwDJ,ArCEA,AxDDA,AFAA,ATAA,AGAA,A/GCA,AuLAA,ArFFA,A6BCA,AlECA,A2CFA,AnGCA,AOAA,AECA,A1IDA,AqTCA,ACDA,A8DAA,AuIAA,AzGCA,ACAA,AHAA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,ARAA,AlBAA,AlHOE,AIXEokC,AIGFv6B,AKFF,ANAE,AIXG,AT5CD7J,A+H0DJ,AHAA,ANAA,AcAA,AnHDA,AwECA,A0HFA,ACCA,AvDCA,AGDA,AkDAA,A1JVI,ADOJgsB,A5EFQc,AiMXP,A1IiBD,AEHA,ACGA,AJXA,AEUA,A/DCA,A8CDA,AIAA,AEAA,AoBCA,ArCDA,AsICA,AwC7FM,AmGmDJ,ACNCqpC,ACtBC,AGZC,ACWH,AGhB6B,AC8B5BviD,ACNC,AGPG,AENL,AEAA,ACgBC,AEVD,ACDC,AE5BgC,AC4BjC,ApDMA,AGeG6N,AaSF2N,ACNC,ACbA,AGmBF,A7DwEG,EjHhCHvlB,A9FAAA,E2FHEu6B,AFtDApkC,A7FsDAokC,AFtDApkC,ArBoDI8sB,C2HrCgB,A7FAA,CpCwClBtrB,AiIXA,A7FAA,A8CUA,AsNrCH4tB,C5KqCI,A/FAA,AqDAAnD,CCPCurB,AiOrCL2e,ASTAviD,C9LwDM,AIFA84B,ATvDA,AjGiEArP,AQRA,AKFAqP,AXvDA,AiC+CAlG,A8OnDY,CvSmCbvjC,AWHAwwB,A8G0BE,AGGArG,AlGHA,AIGAA,A+K5FA,AyGsBHxZ,AeCDrH,A/BuBF,C/KXO,A/FAA,AqLnCA,AqHiBJiwC,AOKAA,ApC8BC,AEnBFxsB,CvNiDF,AvBAJ,A+NvCKvO,ChRUGkO,AsTjCF,AEHG9iB,A3BmCC,CrN8BI,ADOd,A5EFkB,AkT5Eb,CrTuDQ,AUCH,ACJG,Ad2BE,A4DRA,AoJlFA,A6GoCL,ApBUF,ACfa,C1S2DLxL,A4DRC,AkQpDL,AnCaH,AcGAoxD,ACbE,CxNwDMxc,A5EFI,A8S1CT,AKvBV,AIcUsZ,AQnBV,AOKA,CzU4CctvD,AWHA,AiH6Bd,A9FAA,A3BLoB,A0MvFJ,AoG6CLguD,AiB5BChN,AGMA,AIDAA,C9T0CX,A8GyBgBlgD,AGGAwpC,AlGHAxpC,AIGAwpC,A3BLX,AkUhEO7pC,C3T4CAkyB,AFdZ,A+GlBiBqL,A/FAAA,A6RxBX,ACWQ,AULD,ChPiEKsZ,AqOvEXiF,AWMO1xC,CnUyEX,AmIAN,A7FAA,AuRtDiB,ClTiBC,AXqCKpJ,AmIAAyX,A7FAAA,A4CDvB,A2OrDkBzJ,C1T8BI,CAAC8a,AyHuBb,AnGWe,AIXf,AwSxER,AGMI,AIDJ,ChNmEwBjd,AGGxB,AtGQwB,AIXAA,AIGxB,AwRtEoBqG,AYLC,AOKA,AlCWXiB,C/RoBUhI,A+GlBX,A/FAA,AyRUR,AIlCE,AKyBO,AMnBH,AzBgBE,C3K2DiB,ALzDAyzB,AzFyDA,ANzDAA,AqLnClB,AgGyBO,AIoBO,AIlCP94B,AgBYO,C1TwCR,Ad2BV,A0HvDK,A/FAA,A2RQA,Aa1BT,AKMA,A9BUasN,C9KwDL,AOCV,A1GUyB,AIXf,ASCV,AoQzDW,CvSiCK,AWDb,A4G9B4B,AjGiE7B,AEjE6B,A6SZJ,CrU2CI,AyHuBC,AGG9B,AIF8B2tB,AtGDA,AIG9B,AKF8BA,AoQzDX,C1SyDYniC,AyTpEhB,AYLf,AOKA,CzU4Cc,AUCb,AFde,AwE6BgB,A6HlFA,AyGsBJU,C9S+BC,AwE6BIk1C,A6HlFzB,AwGWL,CrTuD8B,A+RtDV+L,CtK6Ef,A/FAA,CsGCV,A7FAA,A8Q7CwBp/C,AIlCImlB,AfmCxB,C7K2CmCjnB,A/FAAA,AmLzFA,AyF8CN,C3RiBjB,AqH2BwBwjC,A7FAAA,A0K1FA,AyGsBvB,CAAqB,C3S4CnC,A0SvDE,CrOuE6B,CsNpCG,APlCJkjB,CvRyCD98C,AiHoCtB,A/FAA,AsDPmCwrC,AsNpCPqG,CzS4CQ,A4HDA7iC,A/FAAA,AmLzFA,AoG6Cd,CpT6Ce,AgN1FA,C7E0F/C,A7FAA,CtCA8C,AmFRZ,CrEnBlB,A8G0BN,AOCwC,AtGDxC,ASCwC,CtCACnY,AmFRAyyC,A6HlFX,AyGsBDtgC,AhBwBN,C9ROF,AGc5B,A8GsBiD,A/FAA,A4RnEd,AhBwBOsoC,APlCJ,EvRyCAnxC,CiHoC/B,A/FAA,CmLzF8C,CpFyFC/J,A/FAAA,AmLzFlB,GrMqDR,AGUf,Ad2B4C,AwR9DnB,CxR8DoBM,AmFR3B,CxE7BkB,AGejD,AwTnC4B,A7BaE,C7K2CvB,A/FAA,AsDPqD6yC,A6HlFA,AyF8CN,C7K2CO/P,A/FAAA,AmLzF1D,EAA4D,ChN0Ff,CAAiBziC,AwT/EjB,CrOuEjB,CrEnBlB,CqEmBuDw1C,CrEbpE,EdqBgD,A4HDzC,A/FAA,A2R9E6C,CrOuErB,AqOvEsB3pC,AfmCvB,C7K2C2C,A/FAA,AsDP9D,AsNpCV,GzS4C2E,A4HDrE,A/FAA,A2R9EL,C1SoDW,Cd2B8B,A4HDmCxM,A/FAAA,CfnB9E,CdoBgFiB,I4HDzE,A/FAA,C+FA8E2hC,A/FAAA,C2R9EtBsiB,G1SoDlD,Cd2B8B,A4HD+C,A/FAA,CflB1F,AdmBG,A4HDwFriB,A/FAAA,G2R9EzF,CAAuEvd,I5L8EiB,A/FAA,Cf1B7E,C8G0BwF,A/FAA,CfjBrG,C0S7DE,I5L8EwF,A/FAA,C+FAnF,A/FAA,C+FAN,A/FAA,Cf1BY,EAUb,QAVa,EAWb,C6Q9BwDrmB,E7QmB3C,EAYb,C6QhCM,E7QoBO,EAab,GAba,EAcb,GAda,EAeb,GAfa,EAgBb,WAhBa,EAiBb,A6QrCE,U7QoBW,EAkBb,WAlBa,EAmBb,oBAnBa,EAoBb,QApBa,EAqBb,GArBa,CAAd;AEtEF,Ab0EGyqB,AUCA,AFdC,AFAC,AKiCH,AdIG,A2KEL,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,APCA,AzBAA,AgHDA,AtBAA,A3CHG,AGGF,AIFC4a,ACGA,ANHA,AGXE,AP5CE,ArGwDN,ArCEA,AxDDA,AFAA,ATAA,AGAA,A/GCA,AuLAA,ArFFA,A6BCA,AlECA,A2CFA,AnGCA,AOAA,AECA,A1IDA,AqTCA,ACDA,AqMAA,A8DaA,AvKZA,ACAA,AHAA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,ARAA,AlBAA,AlHOC,AIXE,AIGF,AKFCA,ACGA,APHA,AIXE,AT5CE,A+H0DN,AHAA,ANAA,AcAA,AnHDA,AwECA,A0HFA,ACCA,AvDCA,AqDDA,A1JTI,A7EIC,AuDML,AEHA,ACGA,AFDA,A/DCA,A8CDA,AIAA,AEAA,AoBCA,ArCDA,AsICA,AwC7FQ,AgGwBS,AG2Bf,ACP8B,ACjCQ,AC+B7B,AE/BN,ACUiC,ACJP,AEZA,ACoBb,ACKb,ACZH,AEkBI,AEnBJ,AEAA,ACe6B,AET5B,AGaD,ACdA,ApDKuC,ACmBtC,AEDE,AaCU,AEZX,AEcD,AxBqDH,ApCkB2C,AkD3GzC,AjR8NO,CQxIT,C0GREA,A7FAAA,GkQ5CA,EpK+CK/D,A7FAAA,A8QlFL,AQcA,C1TyCC7W,AgIwBK,A7FAA,AsQ1CL,C9CyDM4wB,ChPnBD3nB,A4GnDE6M,A/FAAA,AwRgBH0f,AjBvCCvzC,C/J8EG24B,A7FAAA,A6CPA2B,AkPlEJwV,AOKAA,AjDmBH,E6BlC4B,ACcc7oC,CtT6CrC,AQbDic,A6SxCJ,ACQ2C,AfarC0jC,AEcH,ClLbQ,A/FAA,AwDgDA,A6HnFA,A8G8BL,AUPAzmD,A/CuBAA,AmBEF2vC,AVpCK,C/RsDF,AMbF3sB,A0E8BOqmB,AmPnDFxX,ArT0MoB,CkHhJjB,A2HejB,AxNfiB,A8Q9CmB77B,AiB3BlC,AOKA,AjDuBS,CjKVO,AoIsEAwvC,AnOtEA,A0SlBJ3T,AOKAA,A1CVE,CiBuCd,AM9BkD,C3DoFpD,C3HfqBgB,ACGnB,A9FHmBA,ACGnB,A+R7D6B,A5BEd,AEcd,CzSiBgC,AWqBf,AsHOE6N,A0HYAlpC,AvNZAkpC,A4Q1CH0S,AqB5BF,A/CuBA,AmBEFoP,Ca3B+B,AYJ5C,AGMgB/iD,AIDhB,AnDwBgB3B,ASlCGqgD,C/MuEN,AkPlEM,AOKA,AlCYDttC,AzRwMP8B,CHpJU,AsS1CqB,AnS8L/BA,CHnJV,AgPkBH,A3KtB0B22B,AiOvCmB1qB,AoBrBnC,AvTmNU4H,CRrLA,AgThCwC1f,AeErCpH,CrMmEK,A2HgB5B,AxNhB4B,AmRrEiC,C9SgCtC,AGiCA,AqHIM,A7FAA,A8Q9CO,C3SSb,A0E8BR,AsMrCL,ASlCM,A/B0BG,CrPkDhB,AqSrCyB,ACPI,AGxBnB,C5SiCa,AFArB,A0E8B2B0nC,AgOhCH0hB,ATjBD,AzRwMfn2C,CwSrNqD,AfarC3K,AEc1B,AVpC6Bwb,AjR8NL,CNrLvB,AGiCmB,AsHOrB,A7FAA,AqP/Cc9H,AcZc,AEcF,A3R0Lf/I,CuTnNH,A9BWqB1Q,AzRwMG,CHjJ/B,A0TlEA,CpMsEkC,A7FAA,CyK7F7B,ClMsFe,A2SjEe,AxSqNwB,CyRxMjC,AEcG,C9R0C7B,AsHGD,A7FAA,AmQ3DmCskD,AEcJnwD,CxKiCL,A7FAA,A4CEb,A+MvEC,C9JiF2B,A7FAA,A4Q1CzC,AjBvCyC,CpR0EpB,AqEHqBixC,AyMrClB4Y,E9Q6CvB,A8R3CyB,CzK0CA,A7FAA,AsQ1CWoH,A3R0LE10C,CkHhJvC,A7FAA,ArBgJuCA,CHpJlB,AGoJyB6T,CkEvJjC,AuNjDc,C5R0D1B,CqETiD8f,AuNjDJ,CAAnB,ARtBcr+B,CpR0EpB,A8QxCai4C,AcZR,ARtBgB,CQsBxC,AEcD,A3R0LsCvtC,CH7ItC,AG6IoD,C2R1LN,A3R0LRA,CkEvJ1B,AlEuJmB,CHpJX,AqEHnB,AsMrC2C0vC,E3QgD5C,CG4IuF,C2R1LrC,C9RsC9B,A8QxCuB,AgBEQ1S,CnBFD,C3QiDlD,A2QjDmD8S,EAA5C,C3QwCa,C8RtCpB,A3R0LkE9vC,CH1IlE,AG0IkEA,C2R1LP,A3R0Lc6T,C2R1Lb8gC,C9RsCxC,EAWpB,EGyIkE30C,CHpJ9C,AGoJ4D,CAAdA,CHxIlE,AGwI+B,E2R1L4B,C9RsCvC,A2QxCuC0vC,AmBE3D,C3R0LmH,CHvInH,A8RnDyE7jD,G9RsCrD,C2QxC6C,AmBEjE,C9RoDA,A2QtDkEkkD,AmBEa,E3R0Le/vC,CHpJ1E,AGoJ0EA,CAAO6T,CHrIrG,A2QvD2D,G3QwCvC,EAgBpB,AGoI8F7T,CAAc,CHpJxF,A8RtCiE,A3R0LSA,CAA/D,CHnI/B,EAjBoB,CGoJ2H,CHlI/I,EAlBoB,EAmBpB,EAnBoB,CGoJsGA,CHhI1H,A2Q5DoF0vC,AxQ4LsC1vC,CAAO6T,CHpJ7G,EAqBpB,E2Q7D0F,C3QwCtE,A2QxCuEk8B,AxQ4L+B/vC,CHpJ3H,AGoJyI,CAAdA,CAA3F,EwQ5L4B,ExQ4LgH,QwQ5LtE,AxQ4LiDA,CAAAA,CwQ5L/I,AxQ4LsJ6T,MAAP7T,CAAc,CAAdA,CAAvH,IAAwK,QAArBA,CAAAA,CAAO6T,KwQ5LjE67B,CxQ4L0D1vC,CAAc,CAAdA,CAAnJ,EwQ5L+F,CAACqB,CxQ6LnH,GwQ7LL,gBAAiIsuC,AxQ6LzGjmD,IAAnB,CAAwBsW,CAAxB,CADN,EACuC,CwQ7LtC,eAAP;AzQtDH,Ab2EGtC,AUCD,AFdE,AXqCA,A2KEJ,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,APCA,AzBAA,AgHDA,AtBAA,ApCFE/D,ACGA,ANHA,AGXE,AP5CIyQ,ArGwDR,ArCEA,AxDDA,AFAA,ATAA,AGAA,A/GCA,AuLAA,AxDDA,AlECA,A2CFA,AnGCA,AOAA,AECA,A1IDA,AqTCA,ACDA,AqMAA,A8DcE,AvKbF,ACAA,AHAA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,ARAA,AlBAA,ArGHEzQ,ACGA,APHA,AIXE,AT5CIyQ,A+H0DR,AHAA,ANAA,AcAA,AnHDA,AwECA,A0HFA,ACCA,AvDCA,AqDDA,A1JTG,AoHRH,A1IkBA,AEHA,ACGA,AJXA,AEUA,A/DCA,A8CDA,AIAA,AEAA,AoBCA,ArCDA,AsICA,AwC7FO,AmGmDL,ACR8B,ACnB9B,AEJA,ACPE,ACOkC,ACHnC,AEb4B,ACiC7B,ACTU,ACVV,AEkBG,AInBFy6B,ACeC,ACLH,ACJE,ACDD,AGACyF,ApDYA,ACYA,AEDEroC,ACCH,AYOA,ACRE,ACXA,AEeA,A5DqEuC,AkD3GC,A/B2B1C,AlPqMW,EkHjJXtI,A7FAAA,C6CXe,CAAD,CsO3DC,CtO+DX9O,AsO/DJ,ChCYgB,CtRkCf6S,AuH/BK0M,A/FAAA,A0SlBLy6B,AOKAyF,AnDUD,CtJ0DO,A2HgBAzlD,AxNhBA,AiKfA+zC,A3IOA9S,AwPvCN,CDQIuwB,AYjCAvnD,AnC4BDia,AYOCqB,ACRH,AtCPIrd,C0DDDiwC,C1LqDKrjC,ATvDA,ApFuDAA,AXvDA,AoSjBV,ApC2BGsI,C7B6DH,AuDlFO5U,AEJAA,AcHD,AIKCA,C9T+BC8iB,A+GlBI2Q,A/FAAA,AwD4CE,AyPzDP,ApC+BP,AEnBQizB,CvSgCA,AuHhCQ,A/FAA,AwD6ChB,A4O7DU93C,AMDF,A5B4BF,APlCwC3G,CiBwC9C,AyB7BS,AjDuBF,AcAAtN,APlCwC,C/RuDrC,A0T7BV,AQrBmB,ACgBZg1C,A9BqBK,AN1CoCmD,C2B0BpCn4C,AjCSA,AzBRE,AlPqMCqwB,CkHjJE,A7FAA,A6QvCH,AlSwLCA,CoSnND,AEJA,AkBEA,C9T+BC,AwSFf,AE3BeltB,AEJAA,AkBEAA,AjC+Bf,AEnBe,AvCIE,CvM4CnB,AmQhEE,A9SyNsB,CkHjJD,A7FAA,AiKfvB,A3IOuBwO,A0QlDnB,A1Cce,AaDf,APlC4C,A/B2B9C,AlPqMW,CNtLO3a,A4LsBKuiC,A+H3CTkgB,A5BEIvjC,CvKwDlB,A7FAA,AuRrDA,C1LmDgD,A7FAA,AmQ3C9BsK,CvSUM,AiImCC,A7FAA,AiKf3B,C0GbiB,AItCR,AEJA,AMiBgBA,AYfhB,AvCXoDi6B,C3FgE/BnvC,AgHvDJ,AtBwBf,CtRSe,AiD6B1B,AyP1DE,AoBFA,AhCuBE,C9RQuB4e,A2TrBvB,AOAS,AjDcX,AaDwB,C7OqCM+Q,AiQ7C9B,ASLuB,A5BEG,CmBGG,AUVuB,A3CmBzB,AcZA3tB,CAAC,ARvBc,C3FgE5C,AmGzC+BhG,EnGyCO9B,C3IOtC,AsQvCqC,EvTUjB,AiD6BoB,A8OhDX,C/RmBQ+jB,A4LsBrC,AmGzCqCqiC,EnGyCO,C+H3CxC,C3TqBgB,CAAuB,A2TrBJtuD,IAAnC,A5BEyB,C/RmBkB,A2TrBF45B,C3TqBGnxB,A+RnBA,CAAnB,CAAD,CmBG1B,AnBHE,C/RmBgB,A2TrBhB,CTKmD8c,ClTgBD,I+SpCd,C/SoCkB,AkThBxD,ApBQE,C9RQuDqF,AkThBI4oC,CpBQH5F,IoBR1D,EpBQE,CAAgE,M9RQhD,CAAhB,G8RRiE7rC,KAAD,EAAW,iCdCxB1T,KAD9C,qFAEiDnT,KAFjD,gCAAJ;A3QtDL,AdgE0B,ACYtB,AUEH,AJhBI,AKwDH,A6JhBF,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,APCA,AzBAA,AgHDA,AtBAA,A3CHEokC,AGGF,AIFE,ACGA,ANHA,AGXE,AP5CIx/B,ArGwDR,ArCEA,AxDDA,AFAA,ATAA,AGAA,A/GCA,AuLAA,AxDDA,AlECA,A2CFA,A5FCA,AECA,A1IDA,AqTCA,ACDA,AqMAA,A8DcC,AvKbD,ACAA,AHAA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,ARAA,AlBAA,AlHOA+3B,AIXEyH,AIGF,AKFE,ACGA,APHA,AIXE,AT5CIx/B,A+H0DR,AHAA,ANAA,AcAA,AnHDA,AwECA,A0HFA,ACCA,AvDCA,AqDDA,A1JTC,A7EGG,AiMXF,A1IkBF,AEHA,ACGA,AJXEygC,AEUF,A/DCA,A8CDA,AIAA,AEAA,AoBCA,ArCDA,AsICA,AwC7FK,AgGuBH,ACuCA,AEXA,ACRC,ACnBD,ACiBA,ACtB0B8c,AE5BqB,ACyBT,AEbT,ACkC7B,AChBC,ACHD,AEkBE,ACMiC,AGzBlCoC,ACeC,ACNkD,AEJpD,AGFmB,ACYnB,ArDVS,ACyBT,AECG,ACFF,AKFD,AOFc,ACGX,AGID,AxBmDJ,ApCiB2C,AkD3GC,AjRiO/B/kC,CkEvLb,CyCqCE4kB,A/FAAA,A+BPAiB,GgEOG,A/FAA,AmL7FD,C1M0FI1Y,AiMXF,CuHzDJ,AGRC,AWUD,A1CVc,CxKyBR/nB,A/FAAA,AiC+CA,A2P/DoBu9C,AcFzBoC,AnCPD,CtK+EO,AGGAha,AlGHA,AIGAA,C/BtCFnkB,A8S/BC7Z,AG4BD2I,AYjCAuG,CjT0FA,ARtBM,AsDJF4pB,AoJlFA,AiG8DJmX,CvL3BK,AjGiEA,AEjEA,ArBmDE97C,CmBcDiC,A8KzBAmQ,AsHtCJjG,AIDC,AInBF,AQeCA,ApDeAA,AGDDgC,ClKXM,A/FAA,AVwMD2Q,CH/HA9S,AySzFsB,AcFzB,ApT0NG8S,CRvLJ,AsHwCT,A9FAA,AkRzCE,AOnCY6G,AjB6BHrZ,CvSSe,A6HsCTguB,A9FAAA,A2BVA,AqPpBf,AM3CmC,AQDnC,AMHmB,C/TuEjB,A0S/DY,ACuCFpxB,AhS6KQ,CyGxMHxK,A/FAAA,A4KwCb,A4GxBU,CrSyDd,ARtBoB,AuTjDN,AEnBC,AccD,ApDeA,AgBFD,ChSOF,AsHwCb,A9FAA,A2BVqBsgC,AoP3DF,AacF/0B,AgBLAA,ApDeA2B,ChRKHiB,AgBgDd,AmQtDG,C7J8CoB,AtGQAzD,AQRA,A+QrErB,ApBuBgB2c,AaDAI,C3R+DI4M,AyLjCE,AyGrDP,ACwCf,AS9CsC,AjC+B/B,CuBtBP,ACqCoB,AxBfAw7B,CtRmBF,AMdX,AsTlCavsD,CtSkFtB,CmGX4B3B,A/FAAA,A+BPA,AiQ7CnB,AgBLA,ApCac,C3R+DrB,A8C1B2B,AiRlDH,AjDcvB,AaDqBR,AIMb,CpRiDmB,AoS/D5B,AjCSwB,CnRMH,AKwDM,C2Q7DpB,AIHK,CpRQL,CmHqCA,A/FAA,A4P1CsB8K,ClF4B7B,AkG9BgB,CAAarL,AxR8LS83B,CRvLX,A8LuBQ,AwHzDpB,CAAiB4gC,AtC6BzB,ChQqD8B5uD,AgQrDF,CxQ4Lf,CgS7KpB,ARjBG,AxR8LwC0V,CRvLZ,AQuLX,CRvLYgO,AmHqCQ0W,AnGWZ,AIXYA,AoR3BF,CxRsCIvqB,ARuIS,CgS7KnD,ArBhBC,A3Q6LmB,C8SzNL,A9SyNJ6F,C2CzJe,AmQhEgB/D,CtSkFd,AmClB5B,A3C0JWoc,C2GnJJ,A/FAA,A4P1C6Bo3B,AxQ6LzBp3B,CRxLgB,AgBgDqB,CmGXhD,A/FAA,EZmJmBrY,C8S1NJ,A9S0NIA,CRxLyB,AsTlC5C,A9S0N0B9e,CwQ7LS,ChRK5B,IAA2C,AQuLvC8e,KRvL2C,CAACgQ,KAAL,KAAe,EAA9D,EAAkE,OPEtD,OAAS;AchE1B,Ab2EY,AQXRG,AFDEE,AKwDH1M,A6JhBH,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,APCA,AzBAA,AgHDA,AtBAA,A3CHE,AGGA6X,AIFA,AT1DgB,ArG2DlB,ArCEA,AxDDA,AFAA,ATAA,AGAA,A/GCA,AuLAA,AxDDA,AlECA,A2CFA,A5FCA,AECA,A1IDA,AqTCA,ACDA,AqMAA,AzGCA,ACAA,AHAA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,ARAA,AlBAA,AlHOE,AIXA,AIGAA,AKFA,AX1DgB,A+H6DlB,AHAA,ANAA,AcAA,AnHDA,AwECA,A0HFA,ACCA,AvDCA,AqDDA,AvONQhO,AiMXJla,A1IkBJ,AEHA,ACGA,AJVEqG,AESF,A/DCA,A8CDA,AIAA,AEAA,AoBCA,ArCDA,AsICA,AwC7FM,AgGyBJ,ACqCA,AEZgBgpC,AGThB,ACvBwB,ACdM,ACe9B,ACHE,AGqBF,AEnBA,AEkBExJ,ACKiC,AGxBlC6Q,ACf+C,AEqBhD,AIDA,ACS0BrH,ArDVjB,ACyB0B,AEGjC,AENU,AIOZ,AOEA,AElBE,AEeA,ACEF,AEkQD,A/DjM0C,AmBjFxB,AlPyMN,E8GhJXnnB,A9FAAA,A2BTA7hB,EtDGM6T,AiMXJla,ExEiBE,AtGQAiB,AQRA,AkR1CYouC,CpL0CX3tC,AL5DD,AzF4DCA,AN5DD,A4RdG,CzS0FN2O,AyS1FD,AcDCqmC,AQcyBrH,C1U+BO,AyH2B1B/d,A/FAAA,A+BNA,CjD9BLzU,AoHuCF,AtGQQ,AQRR,AsKjBQ,AwHzDH/b,AGuBgBsoC,EpTmEhB,A8GnBL,A/FAA,A+BNU/iC,AoJnFA,CvLoGC,A8KzBA,A0GbJtM,AEZgB,AkBjCjB,AGMCA,AIDAA,CnU8BHgjB,AHkCY,AiMXd,A2HlCiC,AxBP7ByjC,C5R0EEnwC,AWRR,AuLpGa,AmGkDY,AkBjCjB,AQcyB,ElUsBxB,A+SrCF3b,AKEP,AcamC,ClUsBzB4jB,AqMrDM,A/L4OD6M,CHhIH,A8CzBK,AuPjCH,AlS0LCA,CHhIF3oB,AmS9CC,Ac5CCsE,ASKD,AIDA,C3BwCCjJ,AuBvCAA,AIDAA,AlCYF,CzR0Me+S,C2CzJP,CoJnFC,A0GgBpB,AhBkBc61C,C/RmBd,AFDa,AmD+Bf,AoJnFuB,A0GgBRtN,AgBiBH2T,C9Q+C0B,C9C4B9B,A8CvBR,AmQnEA,CpTmCoB,AGuDC,AmS9Cd,AuBvCA,AIDA,AvDoMCrsD,AyDAAA,C9H1NQ,CiG8DhB,AuBvCA,AIDA,A3TsN4BmQ,CgTxMfw+B,AEpBF,AzBkBT,AzR0MmC18B,CHhIZvH,AGgIYuH,CyS5NnC,AgBiBkB26C,AhCCK,AzR0MmB7qD,CyS5NnB+W,ArC0MX,AyDAA,CbtLZ,CjHpCgC,CAA9B,CrMqDiBQ,AFDA,AKwDA,CAAW4M,CGgIKjU,CyT3MT4mC,AzT2MwB,CyS5NlD,C/SqCkB,AFDK,CAAC74C,AKwDW,CHvDN,AGuDOb,GLxDvB,C0PdS,CrPsEa,CAAhB,A4T3EiBk3B,A7BmBhB,E/RwDwB,CqPtEjB+X,ErPsER,A+RxDMjd,C/RwDnB,CGgI6Blf,CHhIekU,CGgImB,CyT3MvB/oB,A7BmB1B,CAAW3K,CpSAE,C0PdX,AlPsMawf,CgTvMbjS,AhTuMImQ,CkPzMX,AlPyMN,C4RzLX,CpSCuC,CAAC8R,AwThBtC,CSHuD,C5T2EO,CAAC9iB,C2Q5D5DuiD,ChRIU,GKwDiD,CAAxD,CAAP,C2Q5DW,ChRIR,AgRJS9/C,IAAR,CAAa,EAAb,CAF8B,qEwCR0B5B,IAF3D,0DAGC;A/TcqB,ACcvBma,AQbE5c,AFDC,AKwDH,A6JhBH,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,APCA,AzBAA,AgHDA,AtBAA,A3CHC,AGGA,AIFC,ACGA,ANHA,AJvDI,ArGwDN,ArCEA,AxDDA,AFAA,ATAA,AGAA,A/GCA,AuLAA,AxDDA,AlECA,A2CFA,A5FCA,AECA,A1IDA,AqTCA,ACDA,AqMAA,AzGCA,ACAA,AHAA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,ARAA,AlBAA,A9GJC,AIGA,AKFC,ACGA,APHA,ALvDI,A+H0DN,AHAA,ANAA,AcAA,AnHDA,AwECA,A0HFA,ACCA,AvDCA,AqDDA,AvONK,AiMXF,A1IkBH,AEHA,ACGA,AJRE,AEOF,A/DCA,A8CDA,AIAA,AEAA,AoBCA,ArCDA,AsICA,AwC7FM,AiG8DJ,AEb+B+d,ACP/B,AEDA,ACvBA,ACf8B,AEa5B,AEPDxf,AEsBD,AClBiD,AE0B7C,ACC+B,ACxBnC,AEHmB,ACZ6B,ACuBI,ACDpD,AEUA,AEXA,ACQwB,ArDVf,ACyB0B,AGClC,AaFE,ACVA,AEeD,ACIF,AzB8CF,ACuHE,ArCvGyC,AkD1GzC,A4CiNA,A3ExLiB,AlPyMN,C2GzKE,A/FAA,E+FuBZtG,A/FAAA,GiGCG,A9FAA,AmRzC2B8lB,C/K4C1ByY,A7FAAA,A8RhFL,AQiBO,ApDeA,CtRqBN5Z,AyTzDAre,AiBqBD,ApDeA,E/JVQ,A/FAA,AwRc2B,AeTRsQ,AQPrB0sC,A9BgBJ,AVxCI2E,E/RyDD,AQbFlgD,AiHaU,A/FAA,AsRjBwB,AvBHhCiiD,AaFF,ChSMA,AmHgBL,AEwBaxoB,AjGxBb,AGwBaA,AgL1FA,AoG0CJ13B,AUXAA,AKfAA,AOiBE,ArDyLF,AyDAA,C3UxJAqd,A6MlEK,AkHwCuB,CxMLtBxpB,A/FAAA,C+SFD+nB,A9BgBN,CHLC,AGKA+zB,AVxCM,CvR4CJ,AqMrDO,A4GSL,AnBmCHiW,ApB8KIjrD,AyDAAA,A7TkBG0wB,CNvLJrR,AFDD,AmT3CG,AlByBH,AzR0MKqR,CmSlMD,AUXA,AKfA,AOiBE,A9CaH,AcZV,CtK2DH,ANHI,AJvDI,AnF0DR,APHI,ALvDI,AqLnCW,AoG0CJvtB,AUXAG,AKfAH,AOiBE07C,CtM4DGrf,A7FAAA,AtB+Iaz4B,CRxLnB,AmSHZ,CjSIO,A+TpBG,A9BgBE8gD,CjSIX,AiRPe,AP4KX,AyDAA,C1M7HP,ANHwB,AJvDA,AnF0DxB,APHwB,ALvDA,AsSIJ9hD,AhTqMagB,ChB/KZ,AyH1BjB,A/FAA,AmSJG,A7S6M+B2lB,CRxLpB,A2SVX,AUXgB,AKfhB,A9C0MgBlM,AyDAAA,CrUtKJza,A2HyCQ,AV1DA,AnF0DA,AZ1DA,AwSnBH,AOiBEq2B,A9CazB,CxRuBgBr2B,AGVgB,A6SjBjC,AaJG,CjHtCQ,A4GSQ,AhCqCK,C+CZZ,AtDwLL,AyDAA,A7TkB0BgB,CRxLnB,AQwLiD,CmH/I/D,AV1DgC8xB,AnF0DhC,AZ1DgCA,CmGuDhC,A9FAA,AgL1FiC,A4FiD/B,CxSoBqB,AwSpBI,C9KyCQkE,A9FAAA,A0SzDnC,CjUmB4B,AiHjBD,A/FAA,A+SH8B,CACrB,AxCxBhB,AjRmOwBrN,CRxL9B,AgSRX,AxRgMyCA,CyGzMLqJ,A/FAAA,A8QSPvzB,AxRgMmBqoB,C2R3LpB,CAACpyB,CnSGE,AyR3CT+nD,CpKiFkB,A9FAA,AyQ9CxC,C/KTwB,A/FAA,AqLnChB,ElF0FmCvoB,A9FAAA,A4QzCnB,CnSGW,AuMpDS,A4FiDTwxB,C1SIhB,AODiBzmC,AQwLwB,C6S7MxD,A5BtBa,ClFThB,A8G+BJ,C5BtBa,AjRmOwDyK,C6GlJjB,A9FAA,AkQjFpD,AjRmOiC1pB,CfvLNyX,AesLhB,ERvLuB,AmSHhC,EAA8C,AvByKDzY,AyDAAA,GrUtKI,C4QsK5C,AyDAA,CrUtKG,CPAc,A0SH4B,CnSGG,AqHsCS83B,A9FAAA,A4QzCXmX,M9KyClB,A9FAA,A4QzCjC,AvByKF,AyDAA,ChNxIgD,A9FAA,C8FQwB,A9FAA,A4QzCX,CAAC2X,UAAD,CAA3D,EAAyE9oD,IAAzE,CAA+E,YAAM,CACpF;A5R7DL,Ad+D0B,ADUxB,AGQA,AGXiC,AJEA,AQP9B,AFDCwkB,AkKwCN,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,APCA,AzBAA,AgHDA,AtBAA,A3CHAqT,AOCE,ALAA,AGXE,AP5CE,ArGwDN,ArCEA,AxDDA,AFAA,ATAA,AGAA,A/GCA,AuLAA,AxDDA,AlECA,A2CFA,A5FCA,AECA,A1IDA,AqTCA,ACDA,AqMAA,AzGCA,ACAA,AHAA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,ARAA,AlBAA,AlHME,AIVFA,ASCE,ANAA,AIXE,AT5CE,A+H0DN,AHAA,ANAA,ArGDA,AwECA,A0HFA,ACCA,AvDCA,AqDDA,AvONC,AuDOD,AEHA,ACGA,AJRE,AEOF,A/DCA,A8CDA,AIAA,AEAA,AoBCA,ArCDA,AsICA,AwC7FK,AgGwBH,AGwBc,ACNd,AEDA,AEvC8B,AEUD,AEH3B,AEsBF,ACdA,AEsBI,AExBsBif,AEE1B,ACjBgD,ACuBI,AIWpD,AEJA,ArDXS,AC8BT,AEDC1gC,ACFC,ACJF,AYEG,ACVA,AEgBA,AvBwKH,AyDAA,A7TkBWyV,KkS5LX,EhTYc,AsBuCT,CwGpBCgV,A7FAAA,A+RhEoBiW,AIQZjG,A5CyBbz6B,CxRkBEtI,CFLC,AMHW2V,AqTjDb,AeyBE,ChUiBF,A+GhBO1vB,AjGgEAoB,AEhEApB,AqRXJo9C,APiBH,ACTA,AEgBA,CnRmDQ,A8S5E0C,A5CyB/C,CvRqBEjvC,AiUpDAV,AzBiCFT,CnSEDyjB,AQwLOqH,ChB/KFlS,A2H4BI,AFtDT,AjGgES,AIVA,AFtDT,AwSpB6B,AvC+B1B2C,A3Q8LIuP,CdhLG,AyH6BA,AnGUd,AIVc,A+RhFR,AjCuCG,A1Q4LS9B,CbvKP,ADTX,A6SpCA,AYfOonB,AOM4B,AQmBxB,AjCAF,CtSmCG1tC,AGXqB,AJnBI,AuHJrByxB,AjGgEA//B,AEhEA+/B,AqRXJ/4B,AJwBV,CzSoBF,A8HWiB,AxGoBA,AWpBA,AwQ7BL,C3SWR,AoU5CU,CAACmD,A3BiBF2oD,CzK6CO,AxGoBA7yD,AWpBA,AuS7CJilB,CvUmCT,AsHlCH,A/FAA,AiS1BF,CxT4DiB,AwT5DLle,AjCuCb,ACFC,CnRMa,AuS5Bf,C/SqCqBgd,A0U3BjB,CvUmCG,A6HUkBmnB,A7FAAA,AwPjCN,A3Q8LRzU,C+RpNYlP,AqBPhB,A3BiBa,CtSmCIyD,CiUpDxB,ApT2NgCyM,CQzIH,AmS1F3B,AeyBuB,AjCAFq7B,AEgBL,A3R0Lcr7B,CbvKzB,AqB8BuBx3B,AuR3E9B,AiBe0BT,ArCOF+vD,AgBKrB,CI3B0B,C5S6C7B,AwT5DyBhoC,A3SmOyB,CAAlBkQ,ChB/KD,CAACtT,CQTX,AgB+CrB,A4R5E+B,AOd7B,AK8B8B,AQlBG,A/Ba1B,AzR0M6CsT,CgH7JlC,A7FAA,A6RxCar3B,AhTqMDq3B,CgH7J9B,AxGoBoC13B,AWpBpC,AsQ7C8B,CzS2BhC,AwBsCuC,CkTjEvC,A1T0MwE,ChB/KlC,AQTb,AmHqCZ,AnGUb,AIVa,AoSlDa,AhTqMf02B,CRxLe3pB,AwTbaurD,AULD,A/CYpC,ChK2CyC,AnGUA/kD,AIVA,AZsJhC+hB,CAAAA,ER3LI,AuS5Bf,CvR2E+C,AR4IxBA,CQ5IyBhxB,AuR3EFgnB,AiBeD,AhTwMtBgK,CgTxMuBijC,AhTwMb5kC,GQ5IU,AuR3E3C,CvS4BI,AgB+CiD1zB,AuR3ED,K/RuN7Bq1B,CAAoB,CAApBA,C2StOwB,CnS0Fe,AwS5DvB,AhTwMOC,CQ5IiBv1B,AuR3EVgH,A/RuN9BsuB,CQ5IuC,AwS5DpC,CxS4DiB,AwS9DxC,EL5BgD,A3SsOQA,C2GtJ9C,A/FAA,A+RhFuCvoB,A3SsOOuoB,C2GtJ7D,A/FAA,AZsJuE3B,C+RvNjB,EAAa,AYf/D,M3SsOyD2B,CAAoBC,CAAAA,E2StOjBxX,C3SsO6BsZ,CAAhC/B,CAHhDoB,EVlLe,CqTjDxB,IrTiD+B;ANGK,AGStC,AGXA,AENI,AKwDJ,A6JhBF,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ADAA,APCA,AzBAA,AgHDA,AtBAA,A3CHAgM,AGGAjjC,AKCE,AHdE,AP5CE,ArGwDN,ArCEA,AxDDA,AFAA,ATAA,AGAA,A/GCA,AuLAA,AxDDA,AlECA,A2CFA,A5FCA,AECA,A1IDA,AqTCA,ACDA,AqMAA,AzGCA,ACAA,AHAA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,ARAA,AlBAA,A9GJAijC,AIGAjjC,AMCE,AHdE,AT5CE,A+H0DN,AHAA,ANAA,ArGDA,AwECA,A0HFA,ACCA,AvDCA,AqDDA,AtClBE,A1ImBF,AEHA,ACGA,AJRE,AEOF,A/DCA,A8CDA,AIAA,AEAA,AoBCA,ArCDA,AsICA,AwC7FG,AgGwBA,AGmBsB,AErBQ,ACmB/B,AExC8B,AEUD,AEF3B,AK8BE,ACAJ,ACzBwB,AEGxB,AClBgD,ACuBI,AEFjB,ACanC,ACCC,AnDhBQ,AG+BR,ACHC,AcZC,AEiBA,AxB+CL,ApCoBIwhB,AkD7GF,A/BuBiB,AlPoNV,M8GxJH,AKCAtI,AnGDA,AMCAA,AgKnBA,CxEkBCjZ,A9FAAA,AsKlBA6/B,A4H5DE,ClMiEDt1B,AP5CA,AtF4CAA,AT5CA,AwSrBN,AIQoBkP,CXfT,CrTmDPxB,AmUzBAkuC,A1FqFF5kC,AkD7GE/U,C0BAA,AhBsCF,CIvBKa,AuBF6C,C9TqBzB,AKiEpB4V,AsHfP,AV1DWziB,AnF0DX,AZ1DWA,A4KuCA,A2HnCJw7C,AQNA,A9BkBF2E,CnSGF,A8LoBShb,AyC4CN,CzO5DG,AqH+BI,AQIA,AHdX,ApGUW,AUIA,AHdX,AuS7CMh5B,AhDeA4U,AOxCC,CtKgFK,A/FAA,AmRjEH,AYjBA,Ac0BD2kC,C5T2EV,A8SrGC,AMgCU,C3TmBC,AyO4DF,AkD7GE,CxK0BR,A/FAA,AqRXU5+C,AiBeD,AtCUZ,AefS,ARzBG,CQyBF,AEaT,AVtCF,CnKmFF,A9FAA,AyQ1DK,AEiBW,C7KyCM69B,A9FAAA,AsKlBf,A2HnCW,ASLD,AzCzBC,C3RiDhB,AgMgBqBtE,AoIxCLp2B,CDDhB,CTMkB6xC,C1HmCb,AyGlDgB,A0BSD,CnIyChB,AyGlDkBt1B,A0BUrB,C3M0DyB,A9FAA,AiSrDnB,CnMqDoBvkB,A9FAAA,C0S1DnB,CpIwCqB,A0HnChB,CAAY+7B,ACAC/kB,ASLzB,CpIwC8BonB,AsHtClB,AjBeO,CI3BN,CAAgB6zB,CzGkDI,A2HnCJ,CDAjB,ClMqDf,A9FAA,AgSrDkC,CjF+E9B,CjH1BoC,A9FAA,C+QpErC,AkBekC,GtMkDtB,A/FAA,CoSlDA,CrMkD+B,A/FAA,AoSrDzC,E1HsC2ChrD,GxEkBhD,A9FAA,CiSrDE,CnMqDmD,A9FAA,CsKlBC,CAACoqB,C3EeCzmB,A/FAAA,I+FAV,A/FAA,E+FAgB,A/FAA,G0Kf/B,CAA7B,EAAkE;AvLvFpE,Ad+D0B,AEqBzB,ADHC,AQdEoiB,AFCC,AKsDH,A6JhBF,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ARCA,AzBAA,AgHDA,AtBAA,A3CHE,AGGA,AIFA,ACGE,ANHF,AJvDG,ArGwDL,ArCEA,AxDDA,AFAA,ATAA,AGAA,A/GCA,AuLAA,AxDDA,AlECA,A2CFA,A5FCA,AECA,A1IDA,AqTCA,ACDA,AqMAA,AzGCA,ACAA,AHAA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,ARAA,AlBAA,AlHKE,AITA,AIGA,AKFA,ACGE,APHF,ALvDG,A+H0DL,AHAA,ANAA,ArGDA,AkMDA,ACCA,AvDCA,AqDDA,AvONA,AiMZI,A1ImBJ,AEHA,ACGA,AJRE,AEOF,A/DCA,A8CDA,AIAA,AEAA,AoBCA,ArCDA,AsICA,AwC7FC,AgGwBEpjB,AGuBD,AE1B+B,ACoB/B,AEzC8B,AEUD,AED5B,AC2BD,AIGI,ACAJ,ACzBA,AGhBgD,ACuBI,AEFjB,ACelC,ACAA,AhDeA,ACHA,ACLD,AYGE,ACVC,AEiBA,A5DmED,AkD7GDy+C,A/ByBD,E8BvD0BwE,I9J+GtB,A1GQAhyB,AaRA,CwFACqH,A9FAAA,A4R5FL,AjCac,CvJkFR,A7FAA,AyQrELt4B,AuBHyBmlD,A5CV1B,AOFC1G,CtKgFM,A/FAA,AvBHAh+B,A0O0BC,C7O7CJ,AQdF2C,A4LqBM,A8GrDamsB,AQejB,AYjBiBI,AhCyBnB,CCZO,CEmBN,CzKuCQ3X,A1GQA,AaRAA,AgRjDJ5Q,AMhCA,A/BgCA,CtFiCK5wB,AkIvDuB,CrM0EtBoW,A7FAAA,AkQjDP,AzD0EE,AkD7GA,CzQyFOQ,AuR1EN,AKHsB,AZuBxBnS,APnCE8oC,C/R0DErtC,AQdF,AmHqCT,A9FAA,AgRlEU6B,AaYC,AnBFF,C/RmBC6sB,AiHoCMpkB,A/FAAA,AoSlDJ,AMlBwC,A1CoBxCivC,AeUL,CtSmCT,AsSnCUj+B,A5DmEItb,ClH5BM,ArGQC,AORD,CmGAd,ALAe,AxFAf,ANAe,AgRlElB,C7S2Ce,AyHsBT,AQIa,ANHAkW,AjGDb,AUIa,APHAA,A1BJA,A0S9DJwa,AaYAssB,A3B3Bf,C/R0DgB/iC,AiI0BIpN,A7FAAA,AgKnBb,AkG9BN,APnCepD,C3FiEK,A0HnCL8vC,ApCEV,A7C6EU,CpH7BM,AnGSC,AITD,AgQhDJ2B,AeUhB,A5DmEep+C,C7G5BM,A7FAA,AmQ9CNioB,C9RShB,A2SZU45B,CsBpBG,A5FiGE,AkD7GK,CpKiFK,A9FAA,AuRzElB,AvEqGG,C7OnDR,AQdkB,AmHqCM/c,A9FAAA,AiSnDhB,AxBKV,CoBRS,AIGanG,AxBKA,APnCC,C9JoFnB,A3GKN,AcLM,A0QhCauhB,AQ5CP,AImBcsY,AhCKnB,AWSK,ANzCX,CLgC0Bh3C,CKhCC,C/R0DC,AgIuB7B,A7FAA,A4PjFC,CceoBqgC,AMiBd,AWFK,ApCEL,C1JiD4Brd,ACGA,A9FHAA,ACGA,A+QpDZ,AWFQ,ApCEC,AKhCDkjB,C2B2B3B,AWd+B,E7T+BZ5gC,AmHqCvB,A9FAA,CgN4BkCX,CsE7EN+5B,CLoBE,AYzBO,AIGzB,A/B9BX,C+B0BE,CtTkBmB,AwHqCqB,A7FAA,A0QlE3B,C7S2ChB,A6S3CgC0U,AnBiBzB,ClRY0B,AyHwC/B,A7FAA,CpC1BwC,AgIuBIlyB,A7FAAA,AuPjDHp3B,CzJoDI,A7FAA,AyMyBvC,EsE7Ee,AtE6EqB,CgE9FN,AMiBAisD,AzBA/B,CjKgDP,A/FAA,AmRjEuC79C,AaYvC,AhCKiD,C1JiDG,ACGAo4B,A9FHA,ACGAA,CsRzDH,IPK1C,CNjByB,A7CUY,C6CVItkC,AMiBD,EzBAGqc,AYGhD,CrKiD6C,A7FAA,CyQrEf,APoB0B5pB,CtK8CMqlC,A7FAAA,AgRjDZmX,ClLoDarjC,A7FAAA,AyQrEXqc,AnBiBL,EAAU,CYGzD,ClG8BM,AyGlDQ,APoBiD,CtK8C9B,A7FAA,AiKhBjC,A+GjCK,CnLyCyC,A7FAA,A0Q1DY,C7KkEY,ACGA,A9FHA,ACGA,A+QpDZnqB,ClLoDayE,A7FAAA,CkQjDJ,CAAC0sC,CaH/D,CNjByD,AMiBE,CNjBDA,GPoBA,CrKiDlB,A7FAA,AkQjD8BP,EOpB7D,EAAyD5wC,CMiBN+3C,GNjBnD,CAA+D,CPoBd,CAAwB,KaHvB,EAAiB,GNjBE,EPoBpB,CAA/D;AzR1DJ,AdgEE,ADUC,AMFD,AJUC,AQdEz4C,AgKuCL,ACCA,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ARCA,AzBAA,AgHDA,AtBAA,A3CHC,AGGC,AIFA,ACGE,ANHF,AGXE,APvDC,ArGmEL,ArCEA,AxDDA,AFAA,ATAA,AGAA,A/GCA,AuLAA,AxDDA,AlECA,A2CFA,A5FCA,AECA,A1IDA,AqTCA,ACDA,AqMAA,AzGCA,ACAA,AHAA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,ARAA,AlBAA,AlHME,AIVD,AIGC,AKFA,ACGE,APHF,AIXE,ATvDC,A+HqEL,AHAA,ANAA,ArGDA,AkMDA,ACCA,AvDCA,AqDDA,AvONI,AiMZD,A1ImBH,AEHA,ACGA,AFDA,A/DCA,A8CDA,AIAA,AEAA,AoBCA,ArCDA,AsICA,AwIrEI,ACqCF,AKpBC,ACxBD,AECA,ACT6B,AEA5B,AC2BA,AIGG,AKZH,ACPmD,ACCjB,ACHA,ACgBlC,AEbD,ApDOA,AGsBA,AETC,AWQW,ACJV,ACXC,AtB+DL,ApCqBI8W,AkD5GD,A/BuB2C,AlPiNrC,C2G3JM,A/FAA,C+FAf,A/FAA,AgR5G2BgqC,CnLkCA,A/FAA,E+FsBtB,A/FAA,CmGuDClnB,ArGSA9G,AOTA8G,A1BJE3X,E8HOA,AHdAsf,A1FcA,AHdAA,AkRtCL,AiBrBwCt4B,A1CqBxC,CYpBA,COGC,AOPE,AECA,AgBAuB+F,AzFoGzB8H,CyEpGG,AmBGA+6B,CzU8CAv5C,AQdF0H,Ac8CO,CwRtCH,AWpDD6xC,ApCmBC3vC,AUlBD2vC,C3R+CE1tB,AuHiCR,A9FAA,A1BJE,AgT7CG,AmBvB8B,A5CuB9B,A7C6EC,AmBrFK8sB,C/H4DEziC,A3GMA,AcNAA,A+QpDPqjC,ACxBGuR,AMmBDlhD,AUhB4C,A1CqB9Cw6C,AYIE,C3K6CM,A9FAA,A1BJE,A0S9DV,ASNI7/C,AxSgOsB,Cd/KtB,A6S3CHg1C,A4BHP,CzU8CWt/B,A8T5BC,AWlBA1V,CjUgCF,AsH0BR,A7FAA,AmR9DE,AKRH,AlByBS,ARxBT,CvR2CW,Ac8CMq1B,AwRtCJojB,AWpDDz4C,ApCmBC,AkBMX,ARxBUmrB,CjSiDZ/T,A6H+BkBimB,AGXA,AjGWAA,AIXA,AkRtClB,A9Bbcv4B,CjR6Bf,A6HoCoB,A7FAA,A+QpDP1C,AOLE,CzLyDMkoC,A7FAAA,AyQrEnB,ASNG,AIkBWnnC,AhCKf,A1BR2C,C6CT9BnD,AOPI,AECAyf,AjCUX,AKaS,A5QyMLzH,Cd/KN,AyU9CL,ApDOmBjT,AvQsNRiT,Cd/KQ,Ac+KD6T,CQ/IlB,AmS1FC,AvCgNMuoB,AyDAAA,C7U9JC,AmIkCF,A7FAA,A6QpDS,AEAd,AQXO,AcTe5zB,C3BwCA,AKpBF,CrTkBZ5C,AgTEe0vC,AM5CxB,AECK,AGTmB9sC,AC2BhB,C/LsDM,A9FAA,AgRlEZ,COPwB,AEC1B,AIkBC,AefD,ACQY,A5TqNDxI,CmHrJoB,A7FAA,AqSxEF,ApDOtB,AUlBN,AjRwOwB,ChBvLxB,A6H+B+B,A9FAA,AgRlEPwI,ASNI,AGT5B,A5E6GkBjoB,AkD5GS,AjRwOjByf,CuQtNkBnU,AvQsNtB,CgSrLA,AKpBN,CtE6EK,A/N4H+B,C+R1NnC,AMiB4B,AjCgLZ,AyDAA,ChN/HmBw5B,A9FAAA,AwP9D9B,AUlB0BxzB,C/RyD5B,AqRvC8B,CyBiCA,CfnDlC,C9JmFC,A7FAA,A+QpDD,CpB/BqC,C9JmFK,A7FAA,CpC1BJ,CyU9CvC,E9MqEgC,A9FAA,A4SrEakN,CxMwEGwzB,A7FAAA,AiPjEZqT,EyBiCpC,CnL6BmD,A9FAA,C8FAC,A9FAA,C8FACjsC,A9FAAA,A4SrErD,CxMwE2C,A7FAA,AiPjER,AxC0FjC,EwC1F6C,CpJiEUA,A7FAAA,AqRpFX,G9LiFc,A9FAA,C9BzCrB,A4HyCsBstB,A9FAAA,CgRlEb,AYfGl5B,ExLoFa,A7FAA,CpC1B/D,AiI0BgEukC,A7FAAA,CqRpFhE,CzT0D6D,C6S3CV,CAACvkC,C5KqEV,A7FAA,GyQrEzC,GYf2DgR,G9LiF/C,A9FAA,C8FZkC,A9FAA,C8FYiC,A9FAA,C4RjFhF,CZe8DA,MAA7D,0JrB8BEoxC,KAJJ;A3QjEF,AdgEyC,ADWtC,AMFA,AJUC,AQfYhgC,AXsCZ,A4KGJ,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AEAA,AIAA,ARCA,AzBAA,AgHDA,AtBAA,A3CHAuT,AGGE,AKCC,ANHD,AGXIz4B,AP5CF1K,ArGwDJ,ArCEA,AxDDA,AFAA,ATAA,AGAA,A/GCA,AuLAA,AxDDA,AlECA,A2CFA,A5FCA,AECA,A1IDA,AqTCA,ACDA,AqMAA,AzGCA,ACAA,AHAA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,AFAA,ACAA,AIAA,ARAA,AlBAA,AlHME,AIVFmjC,AIGE,AMCC,APHD,AIXIz4B,AT5CF1K,A+H0DJ,AHAA,ANAA,ArGDA,AkMDA,ACCA,AvDCA,AqDDA,AvONQ,AuDOR,AEHA,ACGA,AJTE,AEQF,A/DCA,A8CDA,AIAA,AEAA,AoBCA,ArCDA,AsICA,AyCpGA,A+F+BI,ACqCF,AGrBe,ACpBf,AEHC,ACXCsJ,ACYDsvC,ACV4B,AEC5B,AC2BA,ACND,AGSK,AOnB8B,AGanC,ACXA,ACOA,ArDDC,AG4BD,ACXA,ACJEwX,AIMJM,AQFI,ACXC,AEgBA,AvBuKH,Aa/MEzF,A4C+MF,A3ExLCz+C,AlPiNQ,EwQzQmBk/C,CrJ+FF,A7FAA,C6FqBxB,AV1DA1rD,AnF0DA,AZ1DAA,EsG4CE0K,AxGoBAgzB,AWpBAhzB,AwBKA85B,C8DjDC,A/FAA,C3BuDC7iC,C0HvDC,A/FAA,AsL1CA,A+F6BS,CAAf,AQhBC2H,AgBcmB6yC,A3CqBnBiU,AYIA,ApB4KE,Aa/MFnF,A4C+ME,A3ExLHz+C,C2DHIiwC,AcRAA,CnT6EK,AmRjDP,CrSOG,A0HsBK,A7FAA,AiR3DJV,AEHDiS,AoBgBClhD,AEJAA,AjDgBAA,AKEI,C/RCArF,ASIGmoB,AXsCF,A4DNA,A4QhEuB,AvC2BvBte,CrK0CC,A/FAA,A2P7DL,AiBiBF,C7K4CQ,AKVA,AP7CX,A7FuDW,AOVA,AT7CX,A8QWI7J,CtSsBEvE,AsBgCMpB,AmCfA4gC,A2PnEd,AOaD,AGSU,AWjBV,A3CyBF,AZ0KamZ,Aa/MF,A4C+MEA,ChB3LCqF,AcRAA,A/CmBF,AeSH,AzCjBE,CnQyDQ,AqTtEJ,A7BQDp0C,AoBsBJ5J,AVxCN+nD,A/BuBQlmD,ClI8CQ+H,A7FAAA,AmR9DL,ACXD,AmB2BE,AEJA,AjDgBA,ACJF+c,AIMM,C/RCqB,ASIlB,A6S9CP,AmB2BC9e,AEJAH,AjDgBAA,A3QqMsD,CVzLpE,AJUa,CAACuS,AQfQ2J,AiDgCF,A6OvCnB,AtCZD,CnQyDC,AqTtEgB,AxBqBF,AeSb,AzCjBa+0B,C2DHhB,AOdY71B,AOMZ,A/CmBiBoqC,AeSH9lD,C5SwCU,AyBSxB,AqSrEqB,AcRA,ApDMb,AiBiBU2d,ApB4Kd,AyDAA,C7M1IU,A7FAA,AuS9CP,AnDLa,C7QwBQ,AsH2BFikB,AxGqBxBzO,AWrBwByO,AmR9DzB,AoBgBsB,AEJhB,AjDgBA,CjROsB1rC,AsM3D/B,AoG2BE,AwBSwB,A5TqNRu1B,Cd/KP,A8M1EmB,A2EoD5B,AaAE,AxRqMcA,Cd/KO,AsTjDXomB,AhB2BY,ApB4KC,AyDAA,A7TyBC18B,C6SpN1B,ACfY,CPTQ,AZ4CjB,AzCjBsB,C2DHI1a,A3DGHmxB,CxPmBH,AcgDd,AmChBwBoP,AqJ3FnC,AwGyBG,AYFqB,C1ToCcnwB,AsRLtC,ChFtD2C,AuEmCpBvK,AvQsNLmrB,CQ9IH0H,AqStEb,A7SoNiCzH,CgHnKI,A7FAA,A0RjDF,A7SoNFA,CgHnKKmW,A7FAAA,CwBKtC,AuMnDgB,CxPmBJ,AiDsB0B,AyN+ItC,AyDAA,A7TyB6C1U,C2C5J7C,AuMrDC,AlPiNe1B,C2GzJH,A/FAA,A2P7DO,AH6LkB,AyDAA,C3UtJ7B,AsBiCW,AR8ImCzC,Cd/KrD,AyHsB0C,A/FAA,A2P7DdvoB,G/PwEN2yB,EwGrBa,A7FAA,AnBmKrB3H,CuQtNI,AvQsN0C,CgHnKX,A7FAA,AnBmKnCA,CuQtNyB,AvQsN4B,CQ9IvC,CAACta,CwGrBM,A7FAA,C6FAvB,A7FAA,C6FAV,A7FAA,AnBoKOgc,CAAAA,CQ/Ia,AgRvDtB,CgB1BkB,C7LsEP,A/FAA,A4Q5C2CgvB,C7K4C1D,A/FAA,AZ0JahvB,C0TlNJ,ClTmEkC31B,AkTnEzC,A1TmNek0B,CwSjOU8pB,AhB0BvB,AxRuMa9pB,GAAYyB,CAAZzB,CwSlOd,ExSkOqCD,CQhJpC,ARgJoCA,CQjJtC,ARiJgDp1B,KQ/I3C,CR8IM82B,CAD0D,CAA5D,CQ7IA,CAACgG,OAAL,EACH,OAAO,KAAP,CAT8C,CAWhD,8BwSlEY,qCRlBqC,KAAKqiB,KAFrD,qCAGC;AzSrCJ,AdiEGr4C,ADWD,AMFE2Q,AJUA,AQhB0CsX,AFCzC,ATsCChuB,A4KGN,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AMAA,ARCA,AzBAA,AgHDA,AtBAA,A3CHAyhC,AGGE/iC,AIFA,ALAA,AGXG,AP5CDH,ArGwDJ,ArCEA,AxDDA,AFAA,ATAA,AGAA,A/GCA,AuLAA,AxDDA,AlECA,A2CFA,A5FCA,AECA,A1IDA,AqTCA,ACDA,AqMAA,AzGCA,ACAA,AHAA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,AlBAA,A9GJAkjC,AIGE/iC,AKFA,ANAA,AIXG,AT5CDH,A+H0DJ,AHAA,ANAA,ArGDA,AkMDA,ACCA,AvDCA,AqDDA,AvONK,AiMZHi4C,A1ImBF,AEHA,ACGA,AJPE,AEMF,A/DCA,A8CDA,AIAA,AEAA,AoBCA,ArCDA,AsICA,AyCpGE,A+F+BC,AKJD,ACoBC,ACvBA,ACXE,ACeA,AKSFt3C,ACfD,AEwBK,AItBL,AC1BgB,AC2BoC,ACCjB,ACFnC,ACiBA,ACDA,ACXC8oD,ACMyBtH,ArDAxB,AIiBF,ACNgB,AWShB,ACHE,ACXA,AEgBC,ACALiS,AzB8CA,ACyHG,ArCtG2C,AkD3GN,A4CiNrC,A3ExLA,AlPkN+C1zD,E8GvJhDP,A9FAAA,AsKlBA83C,E7EvCEj4C,A/FAAA,CsG0CA,A7FAA,CpCaEyB,CmIACojC,A7FAAA,A0QvEL,CcWClkC,AcRA8oD,ACMyBtH,CnNOnB,A/FAA,AsL1CA,A4E8CN,AanBkB,ARZlB,ChSwCA36C,AKSC2Q,A0MhEO,A8GsBL,AMEEgnC,AGEqBxlC,AEevBigD,AhCdH,CzK2DQ,AP5CA,AtF4CA,AT5CA,A6QaJ/qD,AILH,C7KiDQ,A9FAA,AqRpDLu0C,AElCF,AX4CO,C4BjCHlH,AGKD,A/B4BK7qC,AxBuKL28C,AyDAAA,CnUtKsCv+B,AoHyChC,A9FAA,AsKlBA,AuH5CL,AUX4B,AhDS3Bg/B,CjR6BD,AqHgCM,A/FAA,A0KfA37C,AUjFC,AsGwBN,AqBKA,ACMyB,A5CqBpB29C,CxRGJ3gC,AmHqCK,A/FAA,AiS3DL,AYIC,A7BgBZ,C3SFU,AF0CO,AmIAf,A7FAA,AyR3EW,AUEA,ACiBAqqC,AGNwB,C3UoB1BzsD,AKSC9O,APiCM,AiNjGC,AuGaV,CzLkF4C,A9FAA,AgL/F3C,AuGaA49C,AX4CS,C1KwCC,ATvDAzd,ApFuDA,AXvDAA,A4RlBLxa,Af+Bb,AnByKC,AyDAA,C3M/HkB,A7FAA,AiKhBP,AsI9CY,ArDAT,AgBoBAlG,C7RGqC,AXuCrC,AmIAKlF,A7FAAA,A2KjGE,A8GsBNsC,AMEE,AIAF,CvU+Bf,AqM0BoBslB,A+GlCL,AoBNZ,ArDuLY6a,AyDAAA,C5UzKDx1B,ASGuCwJ,AXuChCjuB,AwR9DJlD,AgBoBlB,C9KbS,A/FAA,A4RlBD,ACXL,AaWkBwB,A7B+BD,CjG0BI,AiHpETuH,CjTmDI,AMQZ,A0LSkB9G,AUjFlB,AsGwBN,ChTwCmBouB,AmHtBM,A/FAA,A2RKL,AmBvBd,ACiBe,C1UwDP,AmIAY,A7FAA,AyR3EvB,AIFK,AOqBL,CjUkBmB,ATsCnB,AmIAwB+V,A7FAAA,CpC1C3B,AuT3BuB,AYJG,ACUT,CJWc,AGrBJhkC,AIAF8Y,AjDWA,AH6LzB,AyDAA,CrUrKyB1Z,A8LsBd,AUjFqB,AqG+ChC,AElCE,AkB4BwB25D,AlDNAt6D,CtRoBF8mB,AqM0BzB,AUjFA,A8GsB4B,AlBmC9B,CSV8B,C/SiBlB,AiTnDgB4B,ACeG63B,AYJR,ACUErD,AGVO,ClUwCDztB,A8TxCK,CzMwErB,A/FAA,A2QzCb,C/RIgC,AiUlBC,CjUkBAluB,AmHqCK,AOCtC,AtGDsC,ASCtC,AkRpFG,AkB4B+BqmB,AlCcC,CtSAlC,AuT5BC,AgBHiC,CJAIs1B,ACUrB,CAAY9d,C7TyBJ,CFKhB,AEL6BlgC,AsTrCvC,CxT0CuC,AiR7BrB,CuCbuB,AWmBd,AlDNc,C6CXP,ACUhB,AGVlB,ACiB0Cm8D,CLjBIxb,CzMwEE5xC,A/FAAA,AySlGhC,C/TkEN,AELmC,CFK3C,AEL4CwiB,AiUlBnB,AlDNT,CAAhB,C5J6DoC,A/FAA,AmN4BjB9sB,CwDrErB,C5KyCsD,A/FAA,C6SvDH,AlCcC,ExDqE1B,CAAClD,CqFpGO,CKiBlC,CLjBqB,ArFoGK,CvOjEA,A4TnC1B,AKiB0D,A1FiFd,CqFpGtB,C5TqCsCiB,A+S9CX,AaYjD,M5TkC0B,A+S9C2B,C/S8Ce,A+S9CduM,IAAnD,IhB0CH,E/RIqExN,A+RJS,G/RIV,C+S9CJwe,C/S8Ca,K+S9C1E,ehB0CH,EAAyG,+BAAzG,kUyBXY;AjTtDd,AdkEG,ADYF,AMHG,AJUD,AUHM,AFdK,AFER,ATsCD,A4KGL,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AMAA,ARCA,AzBAA,AgHDA,AtBAA,A3CHE,AGGAgD,AIFA,AFXI,AP5CA,ArGwDN,ArCEA,AxDDA,AFAA,ATAA,AGAA,A/GCA,AuLAA,AxDDA,AlECA,A2CFA,A5FCA,AECA,A1IDA,AqTCA,ACDA,AqMAA,AzGCA,ACAA,AHAA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,ApIUE,AIdA,AIGAA,AKFA,AFXI,AT5CA,A+H0DN,AHAA,ANAA,ArGDA,AkMDA,ACCA,AvDCA,AqDDA,AtCjBE,A1IkBF,AEHA,ACGA,AFDA,A/DCA,A8CDA,AIAA,AEAA,AoBCA,ArCDA,AsICA,AyCpGC,A+F+BC,AIeA,AECE,ACvBD,ACXE,ACeA,ACXF,AEFD,AC2BA,ACLEu/B,ACfD,AEoCI,ACd2B,ACxBhC,AGvBgB,AG2BhB,ACiBC,AEdoB,ACOoBj4B,ArDCvC4lC,ACkBJO,AeGE,ACJC,AGKC,AvBuKD,ArCvG2C,AkDvG3C,A4C8MA,A3E9LgB,AlPqNR,E8GpJTztC,A9FAAA,G8FAG,A9FAA,CkGFCgjB,A1GaA/G,AabA+G,AiKfAv3B,CxEiBC,A9FAA,AsR9EL,AqBMA,AnCLA,ApBwMA,AyDAA,CD5LyC6b,CjN8DlC,A/FAA,A+QpDN,ClLFO,A/FAA,A4KwCA,A+GnCN,AQVAi4B,AIOe/tB,ACxBb,AGaImxB,A9CENuK,CwBJGjS,AIeAA,AInCO,AZ8CRpwC,C8BhBEwtD,AGPuC,ClUuBnC,AcqDV,A8RtFO,ACXF,AEICpyD,AEFCqF,AC2BAA,ArBcA,AnBwKA,Aa9MD+jD,A4C8MC,CnUvKJ,AwHwCH,A7FAA,AuS/D+C,CnNQlClwD,AjGoEA,AEpEAA,A4KwCAmB,AuH7CN,AKjBE+3D,AGvBO,A7CwDH,AoBMAxF,C9KwCC7yC,AIFA,AlGEAA,AKFA,AgRlDR,AYH0B,AzCSlBlQ,AmBTb,CIbD,AIeA,AECO+lD,ACvBI,AOaF,AtCFA,AoBsBE,CI1BCnW,AIeAgJ,AInCA,AS+CD,ASjBC,AlDNF/iC,AgBqBEs1B,CzK2CP,A9FAA,AuRxFH,AkB8BW2d,AjDYf,CiCpCG,AEFa,AC2BA,CpTiBHp6D,A0HsCQ8kC,ATvDX,ApFuDWA,AXvDX,A+RzBMjb,AEFCjf,AC2BAG,AMtBX,CpM+EgB,A9FAA,AsR3EJijD,AOaFvR,ArCgBM,EhRMN,A8LuBd,AiG1BO,C/RGQh9C,AuS5Bf,AIeA,AM7BC,AgBwBK,AlDNJ,AgBqBiB2+C,C5KwCK5wC,AFtDA,A7FsDAA,AFtDA,A4KwCAP,AyGnDH,AIeA,AGtBV,AGPS,AlCkBF6G,C5QoCX9T,A8G7BH,A/FAA,AkSAG,CVUC,ASrCD,AEsBE,AYIao6D,ChNCK,A/FAA,AkSA3B,ACLqBz7B,AlBoBJ,ChLuCV,A/FAA,A0KdqB,AqHnE5B,CzLkFc,A7FAA,AgRlDZ,ACvBuB,ARoSd7K,CtSjQA,AGYC7zB,A4RfL,C/RGiB6vB,AmHqCO,A/FAA,A0KdAkR,A4H9DJh9B,A3CezB,AgBqByBwd,CrKyCK,A7FAA,AgRlDR,AQVf,AYIJ,AxCvBJ,C4BmB2B,CvH6CM,AiF/CN,AgBqBrB,CjG0B4B7gB,A+HjD3BwjD,AIQwB,AlCeA,CkBvC/B,ASGD,AOqBC,C9T8BkB,AuH0BkBrf,A7FAAA,AgRlDnC,ACvBK,CGP2B,ASGA,AOqBC,AjDYrC,AsBuQsB,CQpSe,COa1B,AQxCO,A9B2DqB+e,CjG0BN,AuH9CtB,CrTuBE,CgT/B2B3jD,AjCOpC,CjF+C0C6S,AiG1BrC,EAAoCzH,CrKyCX,A7FAA,C7BtCS,CAArC,AgT/BwC,ACX3C,CnHiEuB,AkHtDqBxK,AjB4BtC,CrKyC4C,A7FAA,AkQzCF,CrKyCG,A7FAA,C6FACsY,A7FAAA,CmRrEf,CAAa,KtLqES,A7FAA,AmRrEJqjC,CtLqEKrP,A7FAAA,AkQzCXvjB,C5KwClD,A/FAA,G2QxCiD,CiB5BE,CAAYo2B,AjB4BJ,UiB5BR,EtLqErC,A7FAA,AmRrEwB,CtLyDU,A7FAA,AmR3D9C,CtLuE+E,A7FAA,I4RrDvD,IAAM,iEDDpB;AjTtDd,Ad+D0B,ASMrB,AFEC,AGWe,AZ2BlB,A4KGH,AFAA,AMAA,AGDA,AjKCA,AgGDA,AVAA,AMAA,ARCA,AzBAA,AgHDA,AtBAA,A3CHC,AGGG,AIFF,ACGA,ANHA,AGXI,AP5CA,ArGwDN,ArCEA,AxDDA,AFAA,ATAA,AGAA,A/GCA,AuLAA,AxDDA,AlECA,A2CFA,A5FCA,AECA,A1IDA,AqTCA,ACDA,AqMAA,AzGCA,ACAA,AHAA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,ApIUI,AIdH,AIGG,AKFF,ACGA,APHA,AIXI,AT5CA,A+H0DN,AHAA,ANAA,ArGDA,AkMDA,ACCA,AvDCA,AqDDA,AvOPI,AiMTF9H,A1IiBF,AEHA,ACGA,AJRE,AEOF,A/DCA,A8CDA,AIAA,AEAA,AoBCA,ArCDA,AsICA,AwIrEG0c,ACoCF,AEhBS,ACLPwB,AECC,ACvBD,ACXC,ACeC,ACXF,AEFD,AC2BA,ACLEvtC,ACfD,AEoCI,AEtCJ,AEID,AEAA,ACCA,AEgBEle,AEXF,ACGwB,ArDEtB,AKYD,AWSA,ACHDnM,ACZC,AEgBC,AxB6CJ,A2BsNE,A1B5FC,Aa9MA,A4C8MA,A3E/LgB,CvI6DJ,A/FAA,C+FAf,A/FAA,A0KXE05C,IjMSMjrB,AmSvCNzuB,CrK+CKkvB,ANHA+W,AvFGA/W,APHA+W,A4BLAI,A8PhFL,AmBqBO,C9MkED,AtGWAnH,AQXA,A+QpELk3B,AIeAwB,AyBbD,ArCuBC,AEfA,CtK2DD,A7FAA,AiRlGC,CpLkGO,AV1DA32B,AjGoEN,AcVM,AZ1DAA,AmSLN5W,AYIAle,C/TcA,AiUzBG6xC,A7B8RA3oB,CxGzOK,AwH7DL,AIFEtnB,A1BiCD,ChSIoB,AsH0Cf+0B,ALzDA,AzFyDAA,ANzDA,ArBkDE,AiMTFt0B,AgH3DL+gD,AGPC,AcQA7R,A/B4BA8V,COtBA,AcMD,AtCFAtD,AgBqBD,AEfA,CjSkBCxnD,A+S9CE,A/B2CK8nD,AITLniD,AWSF+c,AEfAy9B,ArBuLE,AyDAA,CpNtLM,A/FAA,ArBkDE96B,A0S7DP,AcMD,CvH8CE,A3ISV,A2PpEC,AQFS9Q,ASGC,AEgBF,AEXT,CnU2B0B,AwSUdwkC,AGrBD,AwBhBCvhB,A7B8RZ,CtSjQW,A8LwBM5rB,AiG3BhB,C1KyCD,A9FAA,A4BLkB,AwP9CL,AGtBA,AYJE,A9C4MFk7C,AyDAAA,C1M5Hb,AV1DmB5uD,AnF0DnB,AZ1DmBA,AiCkDA,AkQvDNo9C,AfuRE3oB,CnPhOK1a,A4QnEJ,A3CsBD,AWSFyQ,CpK4CQkgB,ANHApF,AvFGAoF,APHApF,AmS7EH,ASUlB,A/CiBgB/5B,AaNf,CUIoB,AWvBhB,AaQc,AlCWJ,ChLCD,A/FAA,A4KyCJ,AwH7DQguD,AIFjB,A3CegB,C9JOO/uC,A/FAAA,ArBkDE,AiTpEzB,AfgCA,CzK2CK,A9FAA,A3BPqBmD,AiMTFgU,A0GhB1B,Aa9BS,AzC2LP,AyDAA,ChB3LmBrC,AUZb,AhDUa,AuByRpB,CtSjQY3+B,AmDiCe,AqPzBJ,AzBhCrB,C9JOE,A/FAA,A4KyCwB,A3ISA8kC,AmQtEvB,AlCyBG,CtFoCqBnkC,AkG9B7B,ChSMW,AsHwCmBmB,AKC9B,AnGD8BA,AMC9B,AiS3E0B8X,A3CsBzB,AYM0B,CqBhBnB,CrTsBY,AqTtBO,ACfA,ESGG,CjI0DpB,CAAV,CzEcqC,A9FAA,A+R3EL8B,AMER0jC,CvMyEc,A9FAA,A4BLtC,AkQvDQ,C/L8DF,A9FAA,AuS1E6B,ClUmET,CAAxB,CwHKmC,A9FAA,C+FEM,A9FAA,C6FFChmC,A9FAAA,A+R3EjB,AtB+B3B,CsB/BwCy/C,CtB+BG,E1K8CKn3B,A9FAAA,CoS3EhD,CGCA,C1MwEqC,A9FAA,E8FAgB,A9FAA,A+R3EhD,GtB+BuC5a,CsB/BQ,ItB+BT,C1K8CA,A9FAA,A8R7EcpL,CtB+BN1H,I1K8CgBlS,A9FAAA,AwRvEb,AhByBX,EsB/BS,AtB+BQ,CsB/BK42D,ENMNjE,I1LuEzD,ADFmC,A7FEnC,ADFmC,C+R3EpC,ChM6E6E,ADFAjwB,A7FEA,ADFAA,C+R3EJ,GNMvE,EYJmC,EvMyED,A9FAA,C8FArC,A9FAA,C8FhBgD,A9FAA,C8FgByC,A9FAA,OyRxEvF;AzSrCJ,Ad+D0B,AKcvB,AJUD,AUJA,AJXI,AmKyCN,AIAA,AGDA,AjKCA,AgGDA,AVAA,AMAA,ARCA,AzBAA,AgHDA,AtBAA,A3CHArB,AGGM,AKCL,AHdK,AP5CA,ArGwDN,ArCEA,AxDDA,AFAA,ATAA,AGAA,A/GCA,AuLAA,AxDDA,AlECA,A2CFA,A5FCA,AECA,A1IDA,AqTCA,ACDA,AqMAA,AzGCA,ACAA,AHAA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,ApIUI,AIdJA,AIGM,AMCL,AHdK,AT5CA,A+H0DN,AHAA,ANAA,ArGDA,AkMDA,ACCA,AvDCA,AqDDA,AvOPItW,AiMRF,A1IgBF,AEHA,ACGA,AJPE,AEMF,A/DCA,A8CDA,AIAA,AEAA,AoBCA,ArCDA,AsICA,AyCpGA,A+F6BuB,ACqCE,AGpBtB+8B,AECA,ACvBA,ACXC,ACeC,ACXF,AIiBQ,ACZP,AEmBU,ACEZ,AGpBK,ACSL,ACRA,ACCA,AEgBE,AEXDG,ACGD,ArDEE,AKYD,AYK2D,ACX1DqJ,AEgBA,AGmQF,A1B5FC,ArCzG2C,AkDrG5C,A4C8MC,A3EhMgB,AlP0NR,EX9JPvmC,AqRhHwB4iC,I/NiHtBjrB,CoPhEJ,AMaO,AzBAA,CpQoEDxwB,A2RhEL41C,AwBhBAG,CrIsDMzR,AUpFA,AqG+CJjsC,AQdgC,AYMlC,A7CQEA,C5JuCKwd,AP5CA,AtF4CAA,AT5CA,ArBkDE,AkT/ER,AU8BEmJ,AIXAmxB,ACRCwN,A7BiBHyB,AEgBA,EnRqDQ,A4SvFCN,A5B8BFniD,ClSWH,AJUCuZ,AUJA,AkH6BI,AtGWAvpB,AQXA,A3BPE,AoT3EP8G,CzLqEM,A7FAA,AwBOZ,A0PnDO,AsBZA,ApDKDmnD,AKOC,CjKsDM,AFtDAjuD,A7FsDA,AFtDAA,A2RKH,ACvBF,AQFD+a,AOUE,AISD,A7CME,AaNH,C9KuDO,A/FAA,A+BHA,AqJ7FhB,AuGaQ,AU8BI,AUbD,AhC2BH,C3K6BS,A7FAA,A9BMb,A2M5Fa,AuGaR+gC,AfuCqD,ACXnD6W,AEgBFx/C,CzSiBK,AUJA6e,AkH6BR,A9FAA,AhBuJSyF,CdhLCrO,AsBoCR,A8K1BW,AkHxDL,AxS8NCqO,CV1LZ,AgMoBiB4I,AgH5DLxc,AGPZ,AYea,ACRd,A9B6BuCxQ,C/KX/B,A/FAA,AiCmDW8wB,A8P5ELtmB,AQ0BC,AGpBK,ClUmDR,A8HYQstB,AxGwBA,AWxBAA,A2RhElB,AOUF,ArT0NgC/V,CQ5I9B,A8K1Be,A6GtCD,AIjCd,AOSa3iB,AQEGu+C,AtTkOc57B,CdhLb7yB,A8M1ErB,AuGagBuE,ACeGg1C,AaIC,A9CGF,AiBiB4C,AGK1D,A3RiMwCroB,CJpLnC,AYyCHuJ,A8K3BmB5qB,A6GtCL,AECPpU,ACvBH,AWmBR,AzBUSgS,AGIO,C/RaIqgB,A6G5BI,A/FAA,AsL1CM,AqG+CpB,C5LLN,AjGqEE,AErEF,A4RlBH,AGPA,AQ0BoB,A1CRF,AKYH,CyBAC,ASzBf,AYiBM,AnDJN,CrRuCU,A8HYG,AP5CY,AtF4CZ,AT5CY,CxBgC3B,AUJO,AYyCEhd,A2RnEY,AKhBT,AhBwBgD,CxKkC/BiX,A7FAAA,AmKFZ,A3ISH,A4PhFZ,ACesB0T,AMND,CnC6BX,C/QmBgBrzB,A0LcG2B,AgI5D/B,AtTkOgC8oB,CyGhNA12B,AjGqEnB,AErEmBA,AiCmDA,A4PhFP4oB,AZ4CvB,A3RiMkD,CgHpKrC,AxGyBD,AWzBC,AnBoKiB8N,CQ3InB,AgSnFD,AMNgBra,AnBmCD0H,C/RapB,AoHgBH,AxGyBA,AWzBA,AmKFa,AkHxDc,AxS8NwB4S,CJpLrB,A6G5BP,A/FAA,A4K0C3B,AiHvEE,AvS6O8BD,C2G1JnB,A/FAA,A+BHwB+O,A3C6J5B,C2RjMP,ChLuCqC,AFtDA,A7FsDA,AFtDA,A0SnBlC,AzBkC4B,EmBnCV,CNMX,AMNwB8zB,CNElC,C/LkB0Ct4B,A/FAAA,CiReP,CAACp9B,ChPoCN,AmQvE9B,ClTgDsC,A6G5BD,A/FAA,G+FAY,A/FAA,AiCmDA,AgPpClB,ChPoCmB,AgPpCRu5B,ChPoCSrjB,E8DnD1B,A/FAA,C+FAvB,A/FAA,GiReF,ChPoC0D,C8DnDC,A/FAA,AiCmDAstB,C4PhFb,I9L6BkBrnC,A/FAAA,E6R7Bd,CAACmO,C9L6BQ,A/FAA,CiGsDhD,A/FAA,C+FAf,A/FAA,C6FtD2E,A/FAA,A6R7BvE,K9L6B4EnO,A/FAAA,CiCmDhE,CAhBwB,CAkBtC,C8DrDyE,A/FAA,C+FAUwF,A/FAAA,A6R7BpB2Z,I9L6BF,A/FAA,E6R7B3D;AxS1BJ,Ad+D0B,AKetBpG,AJUF,AUJC,AFbCwX,AFEE,AGUJ,AZ4BA,A4KGF,AIAA,AGDA,AjKCA,AgGDA,AVAA,AMAA,ARCA,AzBAA,AgHDA,AtBAA,A3CHAuT,AGGK,AIFH,ALAA,AJvDI,ArGwDN,ArCEA,AxDDA,AFAA,ATAA,A5GCA,AuLAA,AxDDA,AlECA,A2CFA,A5FCA,AECA,A1IDA,AqTCA,ACDA,AqMAA,AzGCA,ACAA,AHAA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,AhIJAA,AIGK,AKFH,ANAA,ALvDI,A+H0DN,AHAA,ANAA,ArGDA,AkMDA,ACCA,AFAA,AvONI,AiMTH,A1IgBD,AEHA,ACGA,AJLE,AEIF,A/DCA,A8CDA,AIAA,AEAA,AoBCA,ArCDA,AsICA,AyCpGE,A+F+BA,AGmBA,ACJCmzB,AECA,ACvBA,ACXC,ACeC,ACXF,AIoBA9T,ACfC,AEaC,ACQF,AC1BiC,AEMjC,ACSA,ACRD,AEDD,ACkBGqX,ACFFh7D,ACXmB,AhDuBnB,ACJC,AWSA,ACL2D,ACZ7C,AEkBb,AxB4CJ,A2BwNC,A1B7FC,ArCxGE,A8FwGF,A3EjMiB,AlP0NR,EoS9Qc21D,IrTsHnB5yD,AMJEurB,AqUtDNtuB,CxM0DK6lC,ALAApC,AxFAAoC,ANAApC,A4SrEL,ClNcM,A/FAA,AyRILg0B,AUTA9T,CxTwDQ,A2M7FD,AgHgCN,AvBOD,AEEA,CrSuBCpqC,AIPAwX,A4TjCGpH,AGiBHqxC,C1UwDO,AgTlEJpd,ApBoBA3tC,CtR0CO8d,AgT9CPnR,AYJA,AGpBEhU,ACSAiD,A9BwBF,ACJWmG,C7RiBT,A8G3BIlQ,A/FAAA,AwRQJ,CnT+CK,COjCL,AMMCmM,A+G0BK,A/FAA,AoLhGN,A8GsBA4O,AYiBE,A9CQD5O,CjKiDM,A/FAA,A6SvDN,ACFEqvD,ChUkBD,ALoCQ,A0S9DjB,AGmBWrvD,AGHD,AoBNDstD,CnUuBCv7D,AIPAgzB,ACYErQ,AkH4BZ,A9FAA,A1BJkB7gB,A0S9DNg+B,ASHD,AcJX,A9B2B4D,AxRuM/CtG,CyGhNT,A/FAA,AsL1CuB,A6GqCf,AIMArF,AGpBE,ACSA,A9BwBFnJ,AvRkMCwO,CkHzJb,A7FAA,AgRlDa,A1BIb,ChRkBO,AkH4BY,A9FAA,A8R5DL,ASbE,A3C2BD/Z,AaCwBtK,C5RkBxB,ADDEhU,AmT/Cf,AMCetB,ACSA,AzCeF,A5Q2Mcq3B,CJpLbnrB,AsH2BK+5B,A7FAAA,A0QlErB,ASHgB8X,AMND0U,AWmBb,ACFF,A9CQgBvmD,AWSA,AvRkMamrB,CX7J3B,A0S9DiB,AGmBZ,AwBXY,A/CYnB,AYKiBiuB,AvRkMsB5vB,CLrLhC,AqMrE0B,AkGkDb,AePf,ASJL,A/CYoB,AaAwC,C3K8C5D,A9FAA,AiLjGkC,AmG8Cf,AXMHvjB,ClSYG,AKKGvF,AkHU0B,A9FAA,AsS/C1BmxC,AISH2d,CnUuBCrrC,AuHiCM,A9FAA,AoRnDL,AqBvBwB,ChBKlC,C5S0CH,AoMtEmB,AwG4BJ4P,ASeA,AGpBE,AxCwBjB,AWSH,C3RcoB,ADDlB,AmT/CL,AMCwBj3B,CzT8CE,AgRlB5B,ACJC,AYI2D,C9RM1D,A2TzBe,AISf,AzTiN2BquB,C8SpOH,AOUG3I,ArT0NoBgL,CgM1PN,AkGkDtBxtB,AMtBV,AjB4BiB,AvRkMqBwtB,CV1LvC,AMMF,AFboB,A8S7BE,AxS8NoCz3B,CV1LrCquB,AMM5B,AyTtCgB,CJWhB,AIXiCm1B,CnMiEG,A7FAA,AyR3ENzoC,AQE/B,C3MwEa,AOCyB,AtGDzB,ASCyB,A4RtDL,EtT0BJuV,AgH2BW,A/FAA,AoLhGxC,AkGkDoB,AMtBT,AxS8NsCmH,CwSnO/C,AaSe,CnMiEoB,A7FAA,A6Q/CPrtB,AkB3Bb,C9TyCP,A+ThC+B,ArT0NkC,CV1LpC,AIPV+b,AwHwCe1N,A7FAAA,AyR3ElB,AvBkCzB,AvRkM4B2c,C8SpOU8iC,CvBkCE,AvRkMqC7iC,CAAAA,CkSxM1D,AmBlBH,C/TgCP,AIPkB,A2TzB3B,C/TgCC,A4SduC,AgB/BnB,AGYJ,ArT2NwEyB,CNjMnD,AwHwCF,A7FAA,AgShEpC,ArTyN4B1B,CLrLD,AKoLnB,CkHxJ4C,A7FAA,AyR3EnD,AMC0C/P,CzT8CE,CuTlDnB6zC,MAFO,AEMjB,IrFiGgB,EpHxBpB,A/FAA,C+FAf,A/FAA,QsGCuC,A7FAA,E6FAyCr1B,A7FAAA,Q6FAzC,A7FAA,C6FArC,A7FAA,C6FfgD,A7FAA,C6FeyC,A7FAA,C+R1EnBsuB,SAArD,SAAhB;ArTrCH,Ad+D0B,AKgBtB,AJWH,AULE,AFbE,AFEC,AGUH,AZ4BC,A4KGJ,AIAA,AGDA,AjKCA,AgGDA,AVAA,AMAA,ARCA,AzBAA,AgHDA,AtBAA,A3CHA3vB,AOCE,ACGF,AHdM,AP5CA,ArGwDN,ArCEA,AxDDA,AFAA,ATAA,A5GCA,AuLAA,AxDDA,AlECA,A2CFA,A5FCA,AECA,A1IDA,AqTCA,ACDA,AqMAA,AzGCA,ACAA,AHAA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,ApIUI,AIdJA,ASCE,ACGF,AHdM,AT5CA,A+H0DN,AHAA,ANAA,ArGDA,AkMDA,ACCA,AFAA,AhLCA,AEHA,ACGA,AJLE,AEIF,A/DCA,A8CDA,AIAA,AEAA,AoBCA,ArCDA,AsICA,AyCpGC,A+F+BE0xB,ACiCsB,AEbtB,ACLC79B,AECA,AElCD,ACeE,AKSD+pB,ACfA,AEuCA,AClBA,AC3BgC,AGiBjC,AGX4C,ACmB3Cld,ACFFhlC,ACRA,ApDGE,AG0BJ6wD,ACTE,ACJC,AWSC7lC,ACN0D,ACT3D,AEgBA,A5D8DgC,AmBzFhB,AlP0NR,M0TjNThrB,C9T6BO,A2StEA,A3B0CA,AarBA,AEYP,C/RqCA,AY0CM8+B,AuR/ELk3B,AQjCD,A3B0CA,AarBA,CtKiFO9qB,A7FAAA,C0FdClgB,AxGwBA,AWxBAA,AgRxCNmN,AUTA+pB,AYIAld,AlCeAha,ECLsB+oC,CzS8Cb,A0HvDAlzB,A/FAAA,AiTXJ5yB,AjD6BI,ACTJA,C5R8CK,AiIXA,A7FAA,A4QvDL,ArB6BKwE,AaJN,C5RaE,AgH2BK,A/FAA,AiS3DN,ACfAoK,AYiBE,AnDLF,AgBsBAlO,C5KwCO,AFtDV,A7FsDU,AFtDV,AqRXK,A2BQC2uD,C3U0DC,AoTnDF,AUTA,AIMA1X,AvCiBX,CvJwCA,A7FAA,AkRxEa,AiBaD,A1F8EGj+B,A/NmIA8R,CjBzJI,AiIXA,A7FAA,AgRxCN,AECA,A9BbE3rB,AgBsBX,AvRkMW2rB,C2T3NC,AjD6BI,ACTJ,CnRQHt4B,AGUC,AwH+BO,A7FAA,A6QvDE,AwBdN4K,AhDoBAA,ChRkBFglB,AZ4BF,AyBaShU,AqSzENmlC,ACfZ,AWmBYsF,AlCeAx8B,ACN8C,AxRwM7BkM,CgHpK3B,A7FAA,A2RhEWpO,AYiBf,A3FgFiC,A/NmIFoO,CR/LjB,ATsCQ,A2U1DH,AnDLjB,AvQwNuC3B,CR/L1B7kB,AwH2BQ,A7FAA,AkRvCR,AbIwByE,CzS8C5B,AsTlDKyoC,AYJE,A1BaA,C/QsDhB,AqS1EY,ACdZ,AGqBiB5pB,A1BaA4qB,CxSyCO,A4UlEnB,ApDGe4H,AIiBf,ChRkBC,AayCmB,AoSrElB,AcFe1/B,AlCWoC,C7RmBvCuM,AmT/CC,AWmBpB,AEVF,AhDoBA,AaAwB0gC,CmBrCb,ApB0CT,C/RGS,A6SZA,C7SYa9iC,AGUhB,A0StBe6O,AqBRvB,A1TmN+B5I,CLrLL,AZ4Bf,AwR/DT,AvQwNiDC,C8SpOxBta,A9SoOwBsa,CjBzJjB,AwR/DJ,AG0BhC,E2Bba,ArS2MoDyB,CqS3MjC,ArS2MqBzB,CLrLrB,A6RnB8B,C7RmB7BxD,AsT1BtB,CHrBa,AGqBYkyB,AjT+MwC,C8SpOvCgU,A9SoOJ3iC,CR/LpB,AmHqCE,A/FAA,AZwJJ,ER7L4B,AmHqCO,A/FAA,AyRjDjC,CADE,C7SaF,CGUe,CHVehnB,AsTrCvC,CGqBO,CtT0BiC/O,AsT1BEgzB,GzTgBjC,AGUH,CHVwC,CGUD9yB,CsT1BtC,CzTgBE,AyThBT,EzTgBmD,CAA1C,CAAP,AGUiD,AgH2BxC,A/FAA,CjB3ByCuqB,AgH2BxD,A/FAA,MjB3BiD,CAAe,EAAf,EAAmBwG,YAAnB,EAAiChxB,KAAjC,CAAvC,EAAgF,MAAI,CAACiD,KAArF,EAA4FoI,IAA5F,CAAkG,UAACsf,QAAD,EAAc,2iCZ4B7G,CADC;AEhDY,AWuBxB,AFbG,AFEC,AGUF,AZ4BA,A4KGJ,AIAA,AGDA,AjKCA,AgGDA,AVAA,AMAA,ARCA,AzBAA,AgHDA,AtBAA,A3CHAuY,AGGI,AIFF,ACGA,ANHA,AGXM,AP5CH,ArGwDL,ArCEA,AxDDA,AFAA,ATAA,A5GCA,AuLAA,AxDDA,AlECA,A2CFA,A5FCA,AECA,A1IDA,AqTCA,ACDA,AqMAA,AzGCA,ACAA,AHAA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,ApIUM,AIdNA,AIGI,AKFF,ACGA,APHA,AIXM,AT5CH,A+H0DL,AHAA,ANAA,ArGDA,AkMDA,ACCA,AFAA,AvOPI,AuDQJ,AEHA,ACGA,AFDA,A/DCA,A8CDA,AIAA,AEAA,AoBCA,ArCDA,AsICA,AwIvEqB,AGsBlB,ACLC7N,AECA,ACxBF,ACVA,ACeI,ACXJ,AEHA,AC0BS,ACHPxM,ACfA,AEuCD,AClBC,AGrBD,AECD,ACCD,AEiBGxf,ACFF,ACRA,ApDGG,AIiBH,ACJA,AWSEugB,AEfF,AEiBA,AxB0CF,ApCmBKnI,A/NmIMqU,KgT1PT,C7LoGInV,A7FAAA,CuFHC+lB,A9FAAA,AgRpEL,CuBNI,CjUqEIxZ,A4TnDP,CdKCmI,AUTAxM,AYIAxf,AlCeAugB,CzK2CO,AKCA,AnGDA,AMCA,AqRtFJ,AK+CE,ArBHF/V,CtSkCH,A+TtEGrM,C5T+BqB,A8S9BnBqF,AGNAA,AiBsBAA,CvM6DK,A7FAA,AjCRC,AwTvDP,AtBmBA,AxD+DH4U,A/NmIMqU,CR/LF90B,AmHqCM,AKVA6L,ApGUA,AOVAA,AwRxEJrM,AM6BD,AKpBG,A5CuCEivD,AaNNjP,AvRkME1qB,C2G1JK,AGGAwL,ADFd,AjGDc,AIGAA,ADFd,A4RnFU,AEuBF,AtCHClS,C5QmCAzE,A6SzCA,CrLwET,A7FAA,A+QrDU,AVWV,A5D6DO,A/NmIcwN,C6GzJJ,A9FAA,AoRnDN,AQhCE,ASQD,A7BkCV,AIEY,A3RgMOA,CsSnOP,AGNA,AgBwBF,ACFE,ClUcY,A2SPb,AGvBExtB,AGNAA,AaMC6xC,AGkBF,ACFC7xC,AnDLD,C/QyBC,AwH2BK,A7FAA,AoQ9BNif,AvRkM0BwO,CjBzJnB,AiIXAztB,A7FAAA,AnBoKAwtB,CjBzJC,A8HAtB,A9FAA,AsRlDc,AMjCIqkB,ASQD,A7CYA4I,C5QmCA,AkHQ+B,A9FAA,AsR9BjC5I,C1SsBG5xB,AkH4BM,A9FAA,AoRnDN4xB,AZUA,AIElB,A3RgMwDnkB,CjBzJnC,AuU1EV,A/BiCQ5P,AvRkMVqN,CbhLMvoB,AmTnDR,AGNA,AWKN,AECsBsyC,AIgBhB,A/BmBgBt+B,C5SuCI,AiB0JlBiW,CLtLA,AmH8BA,AEbI,AhGaJ,AGbI,AmR/Db,AGNA,AEHa,ASQU,AMiBvB,AnDLuB,AvQyNdA,C8GxJoB+J,AEbAuK,AhGaAvK,AGbAuK,AkRvCnB,AMjCepN,ApCoBDhyB,AgBsBtB,AIEF,CnSCgB3M,AGUd,AZ4BmB,AoTnDR,AECS2+B,AkBvBiC,A5BkC3B,A3RgMnB5I,CmS5MgBmmB,AmBvBd,AGkBS,A9BiBpB,AVzCoB0D,C9RyDC,AJuBW,AuU1EF,C9ToCf,AmSDgB/4B,C5SuCV,A4TnFR,ApCoBU,C/QyBC,A6SZd,AMjCsB,ApCoB7B,CxR+DiC,AsTlDP,E1LiDhB,AGGJ,AlGHI,AIGJ,A2QzCT,CVzC4B,CtK+EY,A/FAA,A0SzE7B,CnBuBE,CpTmDQ,A+HEqB,A9FAA,AmRrDL,AEC3B,AiBxB8B8qC,CjBsB3B,AM/BA,C5TmF+B,CiIXC,A7FAA,AwRxEHhxD,C3LwEIkpB,A7FAAA,C2FaC6X,A9FAAA,GgGbF,A7FAA,CwRxEhC,C3LwEuC,A7FAA,AmS/DzC,CnBuBE,AmBvBT,CnBqBiB,AQ9B8B,CAAnD,E3LwE6C,A7FAA,AwRxESjhC,C3LwEzC,A7FAA,AwRxE0C,AWSC,CtM+DlD,A7FAA,C4MiCsC+lB,CjHpBF,A9FAA,C8FAoBgb,A9FAAA,A2RrFH,CAA3D,EAA8D/gC,A5EyGd,C4EzGe,A5EyGdmX,E4EzGjD,CWSA,CXTmE,C7LqFjE,A9FAA,AsS5EmE,IvFgGzB,CAAerI,CpHvB9C,A/FAA,E+FAkEvM,A/FAAA,ImNuBnC,CAAuB,IpHvBtD,A/FAA,AmNuB+B,CpHvB9C,A/FAA,CmNuB2E,OAA7B,EAAsCuM,OAAtC,CAA8C,IAA9C,EAAoD,MAApD,EAA4DA,OAA5D,CAAoE,IAApE,EAA0E,MAA1E,EAAkFA,OAAlF,CAA0F,IAA1F,EAAgG,QAAhG,CAArC,YAAJ,mjBhPtBkB,CAFT;AE5CZ,AEwBA,AGVC,AMOF,AFdI,AFEC,AGUF,AZ4BA,A4KGJ,AIAA,AGDA,AjKCA,AgGDA,AVAA,AFCA,AzBAA,AgHDA,AtBAA,A3CHA4zB,AGGG,AEbI,APrDF,ArGiEL,ArCEA,AxDDA,AFAA,ATAA,A2ECA,AxDDA,AlECA,A2CFA,A5FCA,AECA,A1IDA,AqTCA,ACDA,A4FCA,ACAA,AHAA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,ApIUM,AIdNA,AIGG,AGbI,ATrDF,A+HmEL,AHAA,ANAA,ArGDA,AkMDA,ACCA,AFAA,AvOPQrW,AuDQR,AEHA,ACGA,AJNE,AEKF,A/DCA,A8CDA,AIAA,AEAA,AoBCA,ArCDA,AsICA,AyCpGA,A+F+BE,ACgCA,AEZC,ACLCsK,ACFJ+/B,ACGI,ACxBF,AEGW,ACTX,AEHC,AEoBa,AG2Bbt4C,AClBC4lC,AC7BgC,AEQhCh9C,ACUD,ACTA,ACAsD,ACHV,ACqB1Cu0D,ACFH,AnCiBEnyC,ACLD,AGOD,A5D6DG,AkDtGH,A/BWiB,AlPkOVsN,E4TrRiBq9B,C9M+G2B,AL7E1B,AzF6E0B,AN7E1B,A0RiCxB,C/SgDK1nC,A+ShDJve,C3LFC,A/FAA,CiCoDCq2B,AyPlDN,AYiBG/lB,GrTMO,AgD2BD,AqJ9FA,AoG4CA,CjT8BD8M,AQPL,AwSrBCyL,AcHAqtB,AGrBAh9C,A7BkCAoiB,CNvCG4yB,CtO6EKrjC,AgQhFH6P,AWSDhpB,AGkBH+7D,AjCUEpJ,ClSaC,AySjCC9lD,AiB8BC,AK7BF2vC,A1B0BC3vC,CSdT,AYiBWwY,AzBLH,C5KwCO,A/FAA,A2QxCN+J,C7RCAvI,AXwCO,A4HDA,A/FAA,AvBJI,AsT9EP,Ac2BJ,C1UwDQ,AoTnDN,AiBxBA,AECR,AGkBO8zC,AxCxBR,CoB8BU,AWcT,AIvCS36D,AnCLE2yB,C5R2EShG,AsDEJ,AwPhDN,AQhCG,AK+CC,AClBJ,AIXV,ClU0Ce,AGVf,APiCa,A4DHI8X,AoP/DJ,AkBYF7R,AIXCquB,A9BwBX,AIEY,CjSDF,AqS1BG30C,A0BUZ,A9BiBY3B,CjSDFslB,AXwCO,A0UxDN2pC,AjCUb,CrSuBkB,AgT/BE,AiBrBnB,A7BkCahwC,CpSkBK,AEkBd,A0S7DC,AYjBY4yB,AnBqCF,CzS8CH,AgTlEMjwC,CqBTF,CrU2EO,AsUjExB,A9BwBkB,C8BxBG,AISnB,AlCeiBw3C,AIEb,CxSgBY,AJuBL,C4TnFA,Ac2BQoW,A9BiBtB,CxSgB2B,AJuBE,A4TnFHz7B,ASQH8d,AnCLvB,CvRwCO,AuRxCoB,CtO6E3B,AoP/DO,CAAP,AkBYE,AKpBmB,A/BiCN,C7RCW,AuTdCiI,AIX1B,A9BwB0BN,C7RCxB,AsMzDL,A2GcgB,Ac2BX,ArD8La,AyDAA,C1U7JG,AJuBL,AiNjGqB,A2GcF,ASQf,ACUa14B,ApCfCpa,CvRwCH,AiHuChB,A/FAA,AwS1EiB4qC,AKmBAmK,CtUiCK,AJuBE,C4HDC,A/FAA,AyShErC,ACTyB5J,A/BiCxB,ANvCF,EjFjBF,AiFiBuC,E9RyDlB,A6M1E6B,AiH2C9C,CN7BY,CxT4D4B,AmUnDrB,AGkBlB,Cd3BwCh8C,AM6BJP,AKpBN2+C,CXTnB,ASQI,AKmBsBhb,Cd3BvC,ASQyC,CzM0EMt5B,A/FAAA,AsO7D3B,C/PuCF,EAA8B,AwHsBX,A/FAA,AqSrDO,CAACkgB,AKpBzB,C3MyEgC,A/FAA,A0SzEX,ApEYhBqxB,CuEMvB,CLnBe,CjUoDC,AsUjC+BlxC,CLnBEwoB,CjUoDI,A8T/BjB,CAAe,C/DRjC,C+DQkB,C/DftB,C+DeyCqxB,AQFvD,CtUiCgB,CmUnDE,CnUmD2C,CmUnDRvmC,CNsCvD,G7TakB,AiUpDsCm7B,AECxD,CnUmDD,A8T/BmE,CAACxmB,QGrBhB,CAAiBigC,GECL,ELoBN,CAAyBpO,GGrB/B,AECiBjI,CFDnD,CAAhB,IHqBqC,AKpByB,CAAYoC,CLoBkB7rB,MAAvD,AKpByB,CLoB9D,AKpBmF,YAArB,EAAmCg3B,MAAlG,cAA4G,MAAKvN,MAAL,CAAYqD,KAAZ,CAAmB,QAAnB,EAA6B6R,UAA7B,CAA5G,unBvU0Ea,CAHF;AE1Cb,AEuBC,AGVEv5C,AIPE,AFEA,AGUH,AZ4BC,A4KGJ,AIAA,AGDA,AjKCA,AgGDA,AVAA,AFCA,AzBAA,AgHDA,AtBAA,A3CHE,AGGA8Y,AIFA,ACGA,ANHA,AJvDElxB,ArGwDJ,ArCEA,AxDDA,AFAA,ATAA,A2ECA,AxDDA,AvBDA,A5FCA,AECA,A1IDA,AqTCA,ACDA,A4FCA,ACAA,AHAA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,ApIUM,AIdJ,AIGAkxB,AKFA,ACGA,APHA,ALvDElxB,A+H0DJ,AHAA,ANAA,ArGDA,AkMDA,ACCA,AFAA,AvOPQ4sB,AuDQR,AEHA,ACGA,AJNE,AEKF,A/DCA,A8CDA,AIAA,AEAA,AoBCA,ArCDA,AsICA,AyCpGE,A+F+BA,ACiCA,AEbCgH,ACLCmF,AECC,AG5BD,AIoBF,ACXmC,ACPlC,AEwCA,AClBC,AC5BD,AEOC,ACWD,ACVA,AEJ4C,ACsB1C,AlDPA,AgBsBD,ACLA,AGOF,AxByCF,ACoIE,ArCrH4C,AkDjG3CkyB,A4CsND,A3E5MiB,EpIwEjB/5B,A9FAAA,EyFzDElxB,A/FAAA,ArBkDI4sB,CyHOH,A9FAA,AsS9EH,CnM+EI,A7FAA,AqBNAgnB,ChD7BG,AmHkCF,AIFAlK,ALAArH,AJvDA,AzFyDA,AKFAqH,ANAArH,ALvDA,AmSdL,ClTqCA,AqMjEM,AwHmBQ8Z,AvCFb8O,CtK+EM,AFtDA,A7FsDA,AFtDA,ArBkDI,AmT5EV,ClTgDC7yC,A0SAG8nC,AGlBHnnB,AXKA,C8B5BK,AGgBK,CjTuEF4E,AnBlBI,AmUzE+B,CrUuDtChS,A+HuBP,ACGW,ANHX,AxFAA,ACGW,APHX,A6R1DOiI,AaEFplB,ArD8LE1B,AyDAAA,CrTzHH,AnBlBE,A8S9CA,C7SkBC,AkB2CoB,A4R9DdqqD,AUxBLrqD,AOYApC,A7BkBF,APlCE,CnKkFMwmB,AIFA,ALAA,AJxDX,AjGqEW,AQXAA,AKFA,ANAA,ALxDX,AyRKK,A5BZDvkB,AiBiBA8vC,C7O2CQ,A0P/CP,AoBNC,AxCxBC,C3R+CA59C,A6HoCMmzC,A7FAAA,AmS3DNsO,C3M0DL,A9FAA,AgRnCL,ClLmCkBrgD,AIFAogC,AlGEApgC,AKFAogC,AsBHAjnB,AyNyIJ,AyDAA,CrU5KHpZ,AqHsCX,A9FAA,AiLjGmB,AmG0CE,AsBDhB,AlDPO,AHqMG4K,AyDAAA,ChN5JiC,A9FAA,AiRX/Bs1C,AEbX2B,AY9BS,AOYd,AIQc,AjCUb,APlCaoJ,C9RyDE,A0HuBI,A9FAA,A+R5ELrgD,AWoBX,AjCUSsxC,CrSuBIz8C,AKfJ,A2HyCV,A7FAA,A0KpGkB,CxM2DPA,AsHwCV,A9FAA,AyS1Da4mD,AlDPF,CAAb,CjR8BgB,AwHmCM,A9FAA,A2BLA,AiQvDbxE,CtTyBQ9yB,AqD8BM8kB,A4N5DP,AHqMZ,AyDAA,C1MnIoB,A7FAA,A0KpGA,AiFiBjB,C/JgFI,A7FAA,AyR5EN,A1CkNR,AyDAA,C1U7JO,A6SVmB,AEbzB,C/SuB0B9oB,AKfhB,AmHqCmBxgB,AOC9B,AtGD8BA,ASC9B,A2KjG8B,AgGgEHwqD,AEbV,AY9BhB,A7BJyB9zD,CzR0CF,ATsCO,AiNjG/B,AyHyC0B,AjCUxB,CzS8C8B,AyS9CN,C7K6C1B,A/FAA,CtBhCU,AsTzBH,AaEsBqlD,CnUuBAt3B,AELlB,ATsCoB,A6T1DR,CZyBvB,AEbqB,AjBlCX,ClSgF2B,AoIGjC,A7FAA,A4QjDkBkxB,AuBVjB,AxCxB6B,CwCsBtB,CAAV,CtUmCmC,AJuBN,A6T1DHA,AaHpB,CtUsC8Bt0B,AKfJ,A2HyCO,A7FAA,AmS3DL,CjUkBD,ATsCO,AoIGA,A7FAA,ChCpChC,AELN,CFKmC,APiCR,AyS9C7B,EzS8C4C,AmT9C7B,AVAuB,CrKiDO2V,A7FAAA,AqBN/C,AuP3CgC6zB,AjBlCG1N,E2BsBZ,CzTmCI,AyTnCW8Q,CzTmCWhrD,AGVvC,CAAR,APiC6B,CkShFG,ClSgFoB,CIvB3B,C+SvB1B,AUZM,CzTmCgDqK,C+SvBZ,AUZG,ApBY5C,GrKiDwC,A7FAA,C6FAoB2pB,A7FAAA,CsR7DXib,AMxBhB,ChBoCY,CAACA,G/SuBrB,CyTnCpB,CzTmCA,CgI0BP,A7FAA,A4QjDC,AUZ0DnxC,EzL6Dc,A7FAA,A4QjDjBA,C/SuBiB,CAAC,AyTnCnE,CzTmCP,AyTnCiE,CVYhE,CAA6D,UAAC+3C,AUZQ,WVYT,EAAiB,kvCnT8ChD,CAJnB;AIlBZ,AGVE,AIPE,AFEA,AGUJ,AZ4BE,A4KGJ,AIAA,AGDA,AjKCA,AgGDA,AVAA,AFCA,AzBAA,AgHDA,AtBAA,A3CHC,AGGG,AIFF,ACGE,AHdE34C,AP5CFzK,ArGwDJ,ArCEA,AxDDA,AFAA,ATAA,A2ECA,AxDDA,AvBDA,A5FCA,AECA,A1IDA,AqTCA,ACDA,A4FCA,ACAA,AHAA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,ApIUK,AIdJ,AIGG,AKFF,ACGE,AHdEyK,AT5CFzK,A+H0DJ,AHAA,ANAA,ArGDA,AkMDA,ACCA,AFAA,AhLCA,AEHA,ACGA,AJNE,AEKF,A/DCA,A8CDA,AIAA,AEAA,AjBAA,AsICA,AyCpGE,AgGiEA,AEdE,ACLAq6B,AEDQ,AMlCyD,AC4BlE,ACFD,AChBC,AGsBA,AC7BkC,AEQlC,ACWA,ACVA,ACFsD,ACHV,ACuB3C,AlDPE,AiBiBF,ApBoLF,ArCtH4C,AkDjGV,A4CuNlC,A7TqBOnD,C2G9JM,A/FAA,E+FEZn0B,A/FAAA,C6FtDC/C,A/FAAA,CF4DW,CwGhBTyK,AxGyBF,AWzBEA,AwBQAopC,CuEGCnzC,A7FAAA,AyRpFL,AGwBA,CjHrCM,AwHkBciZ,CrMkFbo4B,AV1DA,AnF0DAA,AZ1DA,A8QON,CQgBI78B,AEdH,ACLAmlB,AmBvBK7jB,CvU0EE,A0HvDA,A/FAA,AmSLJgmC,C9T4DK,A4HHG,A/FAA,A4S5EgC,AxT0OtCtlB,CR1MmB,AmH4C5B,AOGE,AFXW,ApGQb,ASGE,AFXW,A2RjEJ,AGsBA,AjTiNAA,CsTrOI,AtTqOGjK,CRjMR+C,ATsCG,AoIGP,A7FAA,A0KpGW,A4GuCL,ApBYA,CtK8CM,ACGA,AHdA,A3FWA,ACGA,AHdA,AwBQA,AqP7Bd,AEdM,AgBrCM4pC,CnUmFG,AmIAf,A7FAA,A6Q9COpd,AWdP,ASdc,ArCPgCiL,CvRyCpCj4B,AsMzDM,A6GqCJkP,ASdGgzB,A/CWL9C,C/QgBgB,AmD4CT,AqP7BH,CjTgCL,AiIXS/hD,AP5CAwlB,AtF4CAxlB,AT5CAwlB,AyRIN,C3SIT,AoTXS,A5SqNL6E,CjB3Ja,AoTnDN,ASPD3S,AMzBsB,CxT2CpB,AwSNb,AWdF,A5BrBoD,ClSiF3C,A4DHasgB,AuP3CRj7B,AWdK,A5BrBkC+1C,AjR4O7Bt2C,CyGlNf,A/FAA,ChBeSwd,AXwCM,AoIGA6W,A7FAAA,AqRvFW1U,C3LyErB,A7FAA,AgR7CO,ASFb,ArCLW,CpJkEL,AHdY,AP5CA,AnF0DZ,AHdY,AT5CA,A4SnBZ,CVgBb,AjCWQ,CxJkDmBY,A7FAAA,A4QjD1B,AStCqC,ApCqBhBprB,AUlBuB,CvRyCvB,AsMzDM,AkGmDP,AKvCX,AIC6BsQ,AlB2B7B,C/RiBavO,AXwCf,CiIXsBqrC,A7FAAA,CpCWC,AoIGlB,A7FAA,AqBNG,AqJ9Fe,A4E8ClBrjB,A5Q8MUlf,CiR5OwCs2C,AjR4O7B,CmHxJD,A7FAA,AqRvFC,ApCqBN,C5N4DM,AgQjFY,ApCqBjBkP,C7QuBZ,AsMzDkB,A2H8BD,CjU2BJ35C,AiDqCd,AqJ9FoB,C2GaF,CAFgC,A1BKjC,CtO8EM,EqJ9FR,A4E8CR43C,ClRWN,AsMzDyB,CtMyDLj7B,CsH6BZ,A7FAA,AwBQmB,A3C8JV,CgHtKrB,A7FAA,AoPpDS,CvJoDnB,A7FAA,EwBQJ,A4N5D4C,G2BiB1C,AtBLgCk7B,CLZ9B,CvElCkD,AkGmDP,AoB5BjBn5C,GtHvB2B,CkGmDvD,GxSMgB,A4TlCJ,C5TkC2C,AkRXb,E0CvBLzE,G5TkCsB,CAACqgB,A4TlChD,CAA+B,CtHvBb,CAAhC,CsHuBc,C5TkCI,A4TlCjB,E5TkCoE,KAAI,CAACvsB,KAAxD,CAAd,sIXwCK,CALG;AYrBb,AZ2BG,A4KGJ,AIAA,AGDA,AjKCA,AgGDA,AVAA,AFCA,AzBAA,AgHDA,AtBAA,A3CHAigC,AGGI,AIFF,ACGIr+B,ANHJ,AGXG,AP5CC,ArGwDN,ArCEA,AxDDA,AFAA,ATAA,A2ECA,AxDDA,AvBDA,A5FCA,AECA,A1IDA,AqTCA,ACDA,A4FCA,ACAA,AHAA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,AhIJAq+B,AIGI,AKFF,ACGIr+B,APHJ,AIXG,AT5CC,A+H0DN,AHAA,ANAA,ArGDA,AkMDA,ACCA,AFAA,AvORQ,AuDSR,AEHA,ACGA,AJLE,AEIF,A/DCA,A8CDA,AIAA,AEAA,AjBAA,AsICA,AyCpGE,AgGgEgBs9C,AGlBdh4B,AELW,AE7Bb,ACgBC,AGlBkE,AC6BlE,ACFAtB,AChBA8vB,AE7BuC,ACmDvC,AC7BCpsC,AKMqD,ACHV,ACwB5C,AEZkC,ACArC8vD,ArDKM3N,AIgBJ,ACJA,AWUC,ACLC,ACZS,AtB+Fb,ApCtB8C,AkDjGV,A/BUjB,AlPoORx3B,I4ThOP,CAAC5oB,CzMuECzJ,A7FAAA,AqBLA8/B,AqP/BYwd,C9KiCX/U,ALAAlL,AxFAAkL,ANAAlL,A6R5DE,AgBRT,ChBQE,ACACrZ,AUjBaqzB,ACHY2D,AjCuCzB,C5OuCM,AqJ/FA,AqGyCN,ApB1BS,C9JqFF,A7FAA,A6QtDN11B,AyBjBM,ApCsBN,CrKiDOxJ,AV1DAvhB,AnF0DAuhB,AZ1DAvhB,ArBiDI,AkT/ER,CrLqFL,ALAA,AxFAA,ANAA,A8R5DK,AKvBHmN,AKMqD,CxU6E5C,AMNIugB,AsDIJ6X,AqP/BY,AwB/CsB,CzUgFjC,A8T5DL,AtCHH+pB,AgBsBC,AvRqMIx3B,C2G7JI,AOCA,ALAA,AJvDT,A7FsDS,ASCA,ANAA,ALvDT,AsL1CS,AgGgEY,AOpDhB12B,ACgBDqM,AKQW,AIOX23C,A1BaFb,ACLA,AxR0MGzsB,C2G7JK,AQIN,AvGJM,AUIN,AqBLM,A4PnFJ,AqBiBZ,ApCsBSslB,AxR0MS9mB,CjB5JL,CoIGKgI,AV1DA,AnF0DAA,AZ1DA,C3BuDC,AmIAjB,A7FAA,A2KjGa,AuGYA,CpLwFL,ANHR,AvFGQ,APHR,AiRjCc,AkBlDJ,CrM2DsC,A9FAA,A4BsB7B,AwPjDN,AehCF54B,CnUmFA,AoIGS8kB,ANHA,AvFGAA,APHA,A4BFpB,A6PnEe,AhBuBb,C/KTmByW,A/FAAA,ArBiDR,A8S7CE,AKlBCv1B,AjB4Bf,ACLamxC,CzS8CQ,A4DFA,A4PnFJO,AU+BD,A1BaD,C0BbE5pB,AC7BhB,A3CoBa,CxR+DJ,AoIGH,A7FAA,AjCToB1F,A6T7EX0sC,C/LsFb,AV1DY,AnF0DZ,AZ1DY,C3BuDU,AwR/DRxqC,ClRyDZ,AsDIqBqV,AwPvDN,AKZb,C/LcoB,A/FAA,A6R9Bf,ACgBW,AxSiOfvN,CXlKwB,AkT/ERwH,AEId,AKKCwd,AYiBD,A1TuNKxmB,CsSvOJ,AYRW,AlT+OQ,CkT/OPowB,A3CoBD,AiBiBrB,AxR0MO5uB,CjB5JE,A0HvDP,A/FAA,A6PRoB43B,AiBiBE,CsB9BzB,C/T4EiC,AwTrFrB,AvSoPA/4B,CuSpPmB,AWEf,AlTkPJA,EiTrNL,AC7BN,CD6B+B0uB,CjTqNP3uB,C2CjKJ,A3CiKIA,CAAUp1B,E2CjKOikC,A4PnF9B,CfuCX,CevCwCjkC,AhCsBxB,C5N6DI,CAAtB,AsQpDC,AjTqNYq1B,CuQ9N2B64B,E5J8D3B,A/FAA,AZiKF13B,CuSrPE,AvSqPFA,C2GjKyC,A/FAA,A+BDA,A3CkKlCoB,EuSrPiC,CAAnD,C5PmFwDiM,A6O5Cb7zB,CevCWlQ,AhCsBpC,CgCtBqC,AOUrC,EvCYkCouD,CiBiBlD,CevCyD,AvSqPhD13B,CuSrPX,AOUuB5oB,A9S2OMwnB,C2ClKmC,A3CkKrDoB,CuSrPmD12B,AOS7D,CPT8D,AvSqPvBu1B,CAA7BmB,CuSrPX,AvSoPanB,C2CjKwD4d,A4N7DR,CgCtBM,CvSuPxDzc,CuQjOqD9H,AvQiOrD8H,CAAOqB,EwRhNkC3nB,EjBjBiB,CAACk+C,E5N6DU,C6O5C9E,ExRgNS53B,C2CpKyEyc,A3CoKvD7d,CwSvOrB,A5BkBavN,A5QqNV2O,C2GnKE,A/FAA,A4RpEZ,C7LoEH,A/FAA,AZmK0CnB,CAA7BmB,EAAwCM,CuQjOjC,AvQiOPN,CANFA,C4Q/MT,CLZsF,AvQoOzEA,C2CvKkF,A4N7D3F,AKY2B41B,A5QwNlB51B,CAAOa,I2CvKgF,CAApC,CAAZ,CiOjDpD,CjOiDwG,CiOjD/Dg1B,IjOiDoEtoB,C3CuKhGvN,G4QxNb,E5QyNWA,CAAAA,CAAOa,K2CxKsF,GAAqB4b,M3CwKlHzc,GAAOa,CAAiB,C2CxKqE,A3CwK7Fb,C2CxKyC,C3CyKzCA,CAAAA,CAAO/d,E2CzK4H,C5DEnI,CANC,G4DIuIsrB,A3CyKxIvN,CAAesB,C8SjP6B,KAAKlqB,EAF3D,InQ0E6I,GAAqBulC,A3CyKxJ3c,CAA+BA,CAAAA,CAAOtB,O2CzK6F,CAzBxG,A3CkM3BsB,C2CvKX,C3CuK2DA,CAAhDA,CAFEA,CATJA,8B8SrOP;AxTyCD,AIRG,AFGD,ATsCD,A4KGJ,AIAA,AGDA,AjKCA,AgGDA,AVAA,AFCA,AzBAA,AgHDA,AtBAA,A3CHAlL,AGGI,AIFF,ACGG,AV1DC,ArGwDN,ArCEA,AxDDA,AFAA,ATAA,A2ECA,AxDDA,AvBDA,A5FCA,AECA,A1IDA,AqTCA,ACDA,A4FCA,ACAA,AHAA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,AhIJAA,AIGI,AKFF,ACGG,AZ1DC,A+H0DN,AHAA,ANAA,ArGDA,AkMDA,ACCA,AFAA,AvORY,AuDSZ,AEHA,ACGA,AFDA,A/DCA,A8CDA,AIAA,AEAA,AjBAA,AsICA,AyCpGI,AgG+D8BnD,AEZ9B,ACLA4P,AGxBF,ACVC,ACgBA,ACbU,AENwD,AC8BnE,ACFCqoB,ACbE,AEmCH,AChBC,AC7BC,AEQF,ACUA,ACVC,ACHsD,ACHV,ACyB7C,ACHA,ACVmC,ApDO/B6N,AIsBJ,AYDEphD,ACLA,AzD4D0C,AkDlGP,A/BkBrC,AlPwO2D2pB,KmHrKzD,A7FAA,CqFFE,A/FAA,AoRjC4BrO,CrLiC3BoD,AOCAohB,AtGDAphB,ASCAohB,A4PpFL,CnKsFM,A9FAA,AgLnGA,A6GqCLyT,AUlBmBnnC,ACHgB1W,EnU2EtB4pB,A2S5BsB,AGjBlC4L,AmBxBG7kB,AKMgBsoC,ApC4BnB3uC,C9KdO7M,A/FAAA,CsRqB6B,AOnD/BsoB,AIDCkzB,AYQ+C,CjU6CjD,AwHmCK5a,A9FAAA,AgLnGA,AsGsBJz0B,AOeD,AOfCA,ACUAA,AGhBsC,AEsBtCA,A1ToNiBxD,C2G1J1B,A/FAA,AsR7CQ,AyBvB6B,ApDO/BslD,AgBqBE,C5KwCO1rB,A/FAAA,AiS3DL,AePKo5B,A5T2OHzkC,CR9MH9H,ATsCO,AiNjGA,AuGYH,AIHwD,ApB+C3DlG,AvRkMgBvgB,CjBzJT,AmIAf,ATvDI,ApFuDJ,AXvDI,AsL1CF,AsHsBU,AtToOL6tB,CsTpOM13B,CfVC,CxTqFA,A4HDhB,AOCoB,ATvDA,A7FsDpB,ASCoB,AXvDA,A4RpBJ,AOeDshD,AOfC,ACUA,AKMA,AnCkBF,CrKyCZ,ATvDI,ApFuDJ,AXvDI,AwRSSsC,AI7BEz4C,AQED,AMFCA,ACUAA,AKMAA,AnCkBF4C,CjSQZ,APiCmB,AMNV,CsHKW01B,A/FAAA,CvBLO,A8S7CZ,AIlCGuZ,AhCuBL,CxR8DA,AuU3ET,A/BiCW,CYTE,AWtBCluC,AQFG,CvU2EG,A+HEnB,A9FAA,AuPhEW8gB,C5J6DnB,A/FAA,A0R1ES,AQCL,AMDK,ACUA,AKMA,C3U2DO,AuT3EU,AoBgBA,A/BmBf,CnSEY,A+S/CP,AaUd,ACUA,C7T2BsB1uB,ATsCO,AwTrFHg+B,CzLuFI78B,A9FAAA,AkRhDxB,AoB7BD,A/CaiB,CAACktD,GgCvBT,AeUkB,C9TqCzB,ATsCO,AmT9Ce,AKvCI,AeUA,CvBQE,AuBRlC,CvU2EoC,CStCN,A8TrCK,C9TqCjC,AsHwCG,A9FAA,ExBxC4B,EsHwCS,A9FAA,AkRhDzC,AKvCY,AhCuBG,C7QqBO9uD,CwSLe,AKvCIO,CAA7B,AhCuBwB4uB,CgCvBrC,CzLuF+CqS,A9FAAA,EtB3ClB,AySVN,CzSUO5gC,A6QrBY,CAACiuD,G7QqBpB,CAAa,KAAI,AwPzBH,CxPyBIpiD,AoH2CC,A9FAA,GuPhEvC,E7QqBoB,AoH2C2C7K,A9FAAA,CtB3C/D,QoH2CF,A9FAA,E8FA4E,A9FAA,wBtB3C5B,2oCXyCpC,CAPF;AOzBVsW,AITO,AFIL,ATsCF,A4KGJ,AIAA,AGDA,AjKCA,AgGDA,AVAA,AFCA,AzBAA,AgHDA,AtBAA,AxCAM,AIFJ,ACGC,ANHD,AGXE,AP5CC,ArGwDL,ArCEA,AxDDA,AFAA,ATAA,A2ECA,AxDDA,AvBDA,A5FCA,AECA,A1IDA,AqTCA,ACDA,A4FCA,ACAA,AHAA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,ApISI,AQVE,AKFJ,ACGC,APHD,AIXE,AT5CC,A+H0DL,AHAA,ANAA,ArGDA,AkMDA,ACCA,AFAA,AvORgB0U,AyDMhB,ACGA,AJJE,AEGF,A/DCA,A8CDA,AIAA,AEAA,AjBAA,AsICA,AwIvEqC,ACiCrB,AEXX,ACLA,AECF,AC1ByBs1B,AKbyC,AE0BhD,ACVhB,AGmBH,AClCkC,AEalC,ACUA,ACVE,ACJqD,AGmB7BA,ACVS,ApDS/BvjC,AKUJ,AWUE4hC,ACLD,ACbD,AEmBA,AxB4EF,ApCvB8C,AkD9F5C,A/BcsC,AlP0O5B5oB,GmHxKV,A7FAA,E0QlCA,E9KmCK0V,ALAA/K,AxFAA+K,ANAA/K,A4BDAkC,AkQ9DL,ArBSA,ChRkEM1/B,AnBlBQ8nB,AiTtEYs1B,AiBHAtC,AGmBAsC,CvM+DnB,AHdAxW,A1FcA,AHdAA,C7BtBLxzB,AqUrCyBwB,ApC6BzB6mC,AElBIhE,CjRuEG,AoQ/DJA,AK9BAoU,AjRqLevnD,CmSvJjB,AECE,AMrCSogD,CYQyC,AvTyP/CnyB,CkH1KR,A1GYY,AaZZ,AiS3EOt3B,AKK4B,ApDS/B4e,AgBoBE,ArC1BKk9B,AlPuKSzyC,CVrIb,AuHiCP,A9FAA,AuR5EiC,AoBgBA,A1T2JgB,CkS7I1C+5C,AXKCx5B,AElBI,AzRyJP,CkH9FU,A7FAA,AiR5EoB,AKbgC,Ae6BhC,A9CSnC,CtRkBUhrB,AuHiCM,ArGYA+c,AOZA,AoRnDT,AvBAKwiC,CuBAJ3B,AmBxBN,A7BgBa,C/RiBA9vC,ALoCW,AsDK1B,A0PjDYhO,AdSA,ArC1B0B,ChImEtC,AFXE,A3FWF,AFXE,A9BKyBouB,AgT5CtB,AC1BmB,A/Beb,AgBoBE0zB,CxSyCO,AuU3ELrtB,A/CcHjO,CxR6DS,A8HArB,ArGYY,AOZZ,A4BDqB3W,CkEzB2B,ArGsC1B,AOtC0B,A0QjC5BiuC,C/RiBA,AmH0CG,AGXA/xC,AjGWA,AIXAA,AgRxCpB,A5BVC,AKUJ,AWQgB,CxS2CI,AoTnDLb,A5BVC+kD,AKUI19B,CtRkBD,AqDgCM,AuP7CP,AGJA,C/SiBEnC,APiCM,A4DDAoF,CiOlD1B,CsBKqB,AtBLI,AaRzB,C1S2DoB,AMNM,A6SxCvB,ClLmCD,A7FAA,A9BKY,A8S7CX,AWtBsBj0B,A7BRzB,ClSiF+B,AMNQktB,AsDKlB,AuP7CG,ACLD,CxPkDS,AyNsIlB,AyDAA,C9UrIM,AsTlDnB,C/SiBS,AD2BI,AiUrEMzrB,A/CchB,CjR4ByBqtB,APiCM,AsTlDP,CSvBG,CnQwEM0V,AmQxEL5jC,AlCsBhC,EAAoC,C0CxBrB,CvU2EK,A+TzEK,AQFG,C5TiCnB,AoT/B6B43D,CxTwC5B,APiCiC,COjCJ,AkB6CK/6B,EAAE,C8SvF/B,CnBwBZ,C3R+D8C,AsSrFJ,AQFTlnB,C3Q0Ef,AwPlDqB,AWtBIkiD,CnQwE9C,CA5BsC,CrDJ5B,AqDkCV,A2Q5Ee,ChU0Cb,AgU1CA,CnBwBC,C3R+DqDh7B,EAAE,AsSrFpB,CtSqFqBjiB,CsSrFlC,CAFvB,KtSuF+C,GAAoB,GAAvB,GAA6B,EAArD,CAAV,CAAV,oBmRlD6B,KAAKxY,KAAL,CAAWkgB,IAF1C,0LAM2B,KAAKq5B,MAAL,CAAYmD,MAAZ,CAAoB,KAAK18C,KAAL,CAAWkuD,YAA/B,CAN3B,0B5SwCoB,CARR;AOxBV,AITG3hC,AFID,ATsCF,A4KGJ,AIAA,AGDA,AjKCA,AgGDA,AVAA,AFCA,AzBAA,AgHDA,AtBAA,AxCAK,AIFH,ACGE3qB,AHdA,APlDC,ArG8DL,ArCEA,AxDDA,AFAA,ATAA,A2ECA,AxDDA,AvBDA,A5FCA,AECA,A1IDA,AqTCA,ACDA,A4FCA,ACAA,AHAA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,ApISIE,AQVC,AKFH,ACGEF,AHdA,ATlDC,A+HgEL,AHAA,ANAA,ArGDA,AkMDA,ACCA,AFAA,AvORa,AyDMb,ACGA,AFDA,A/DCA,A8CDA,AIAA,AEAA,AjBAA,AsICA,AyCrGI,A+F6BiC,AC4BZ,AELnB8zC,ACLD,AECDn9B,AC3BuCqN,ACX0B,ACmBnE,ACdA,AEPmE,AGiBhE,AIhB+B,AIchC,ACLqD,ACHV,AEsBrB,AnDCpBuG,AKSH+gC,AWUC/gC,ACLF,AGeA,AvBoKA,AatNA,A4CsNA,A3ExMC7iB,AlP4OO+qB,GyGrQiB,A/FAA,CyG+FvBzyB,A3GSAE,AcTAF,CwFNuB,ALpDtB,AzFoDsB,ANpDtB,CoGyDC,A9FAA,CkGFCq9B,A1GYA,AaZAA,A2KlGA,AsHqBJ,AIgBM,CvMgED,A3GSArO,AcTA,AgRhFmChL,AiBHR4yC,AGmBjC,A9CUCtL,CzJsDM,A7FAA,CyQxEcjU,AMmBnB1gC,AIjCI0gC,AlB0CJ9sB,ArC1BD7iB,ClIwDQ9B,A7FAAA,AgRjDY,CjL4DrB,A7FAA,AiR7E6C,AKXxB8C,CxL2Ff,A7FAA,AkRxECV,AcNC,AlDgNDA,AyDAAA,C9UrIK,AgTrEuB,AORY,AGNrC,AcG6C,AhDoBnDuiB,CxR4DS,AmIAA,ACGA,A3GSX,AaZW,ACGA,A+QrDN,AdSA,C7RDFI,AiThD8D,A/BuC1D,C6BhCI,AlB0CJ5F,C/RGCqG,ATsCE,AiIXV,AxGuBcyN,AWvBd,AkRvCQz9B,AzBDC,A1BhBF,C/HsEH,A7FAA,AwR5EM,AvCaH,ArBPC6E,CnQmEQ,AmIAlB,A1GYE,AaZF,AmRrEc,AjCSJ8L,AHiMI,AyDAA,CnU/KJ,AyH6CS,A7FAA,AkRxEJjG,AjB4BF,AnB8KEA,AyDAAA,CnU/KJmnB,A+SzCO0qB,AlB0CJptB,CxSyCF,A6RnDIsP,A1BhBf,CmDiBe,ASvBC8d,A5DMDV,CnQmEO,AoIGjB,A7FAA,A+QrDWtxB,ClLqDf,A7FAA,AiRzFgCxB,AhC0B9B,CxR4DQ,CCjCU,AQLF,AgT/Bb,ACdM,A7BgCF,ARwLJ,AyDAA,C9UrIoB,A0TnFF0V,AlCuBNtP,AKSG+gC,C2BnCgB,ACiBtC,AMJY,A1C8MZ,AyDAA,A3ExMsB,C1P6BCrgC,A6SZb,AEpC6BhhB,AOaf4vB,A5DMDzI,CmDiBEza,C3SQpB,CAAmB,A+SzCX,AlCuBW,CxR4DZ,A0TnFoB,AlCuBP5K,CgC1BS,AOatB,C/TyEuB,AmT9CpBsrC,AGJL,AEpCoC,AOaf,C5DMf,CxPyBY,A2SRI,C3SQHxvC,A6S5CK,ArDmBjC,CgDqBG,AK1C+D,AhC4BhD,EkCvBN,CKUD,AvCasBgiD,C7QkBV,AFIa,AiT7CK1tD,AKOxC,CpTkCiC0L,AFIG,CAAD,CAAjC,GEJoB,A+SzCX,CAAqC,C/SyCRa,E6QlBtC,E7QkBC,EAA2C,G+SzCGgZ,E/SyCC,CAAC7Z,C+SzCH,EAAU,E/SyCZ,CAAWA,KAAX,EAAkBmf,KAA7D,EAAoE,KAAI,CAACnf,KAAL,CAAWA,KAAX,AwSHhB02C,ExSGkCngD,KAAtF,IwSJD,wDAEyCmgD,WAFzC,mEAGC,ijBnT2CO,CATA;ACvBZ,AUTK,AFID,ATsCF,A4KGJ,AIAA,AGDA,AjKCA,AgGDA,AVAA,AFCA,AzBAA,AgHDA,AtBAA,AxCAI,AIFF,ACGC,ANHD,AGXC,AP5CCrjD,ArGwDJ,ArCEA,AxDDA,AFAA,ATAA,A2ECA,AxDDA,AvBDA,A5FCA,AECA,A1IDA,AqTCA,ACDA,A4FCA,ACAA,AHAA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,ApISI,AQVA,AKFF,ACGC,APHD,AIXC,AT5CCA,A+H0DJ,AHAA,ANAA,ArGDA,AkMDA,ACCA,AFAA,AvORS,AyDMT,ACGA,AJHE,AEEF,A/DCA,A8CDA,AIAA,AEAA,AjBAA,AsICA,AyCrGM,A+F4B+B,ACkCnC,AEPM,ACRJ64B,AECC,AC5BqB,ACX2C,ACoBnE,ACf4D,AEPO,AE+BnE,ACbG,AIjB+B,AIehC,ACNqD,AEwBxD,ACJC,ACVA,ApDWIxJ,AKOgC,AWQpB,AEdhB,AtB8FF,ACkGE,ArCrHE3N,A8FqHF,A3ExMC,AlPyIYwV,IyG7HXl3B,A/FAAA,EsL3CE,C9EkGCoiC,ALAAZ,AJvDA,ApFuDAY,ANAAZ,ALvDA,AiCuDAc,A2P9EE,A1ByBP,A5Q0BcrN,CsSnDd,AiBH4CphB,C9M0BrC,A/FAA,AkQDqC,AWW3C,AvRqNO0jB,ChBzMJ,AwB6CIvyB,AuRlFmB4U,AImBzBif,AUTE,AjCWJ,AaVI,A1D2EFnX,C/BlHO,A6GsCJ,CF7BsBssC,CnSqGzB,AmTnFK7R,CnTuEM,AwLlGD,A+F4BuB,AuBL5Bl8C,A/CeHovB,AxC4EE,C/OjDGpK,ADiCI,A0HxDV,AjGoEU,AEpEV,A6SzBoD,A9BsB9C/hB,C1S2DK,A8HAd,A9FAA,A4R3FmE,AE+BzDu5C,C3L4DV,A7FAA,AsSvEW,CnUiCDtsB,AmDsCV,AmQzEW,A/EyFD,ChPhBG,A8HAI,A9FAA,AuS3Ef,A/CeO,CvR2BL,AkIiCc,A7FAA,A2KlGA,AuEsCRxf,AkBCN,C1S2De,A4DAA,AqJlGA,AyFuCJiJ,CoBDV,ASfUnD,AKIC,CxBoBD,AUTEhP,ACbDg1C,AWgB+B,C1UyDlC,A8HAb,A9FAA,CmGAA,AL5BgD,AxF4BhD,AN5BgD,AiLtEpC,AmG+CK,A5BTb,AkBCA,CzS0BiBh4B,ADiCG,A8HAA,A9FAA,A4BAxB,A8PnFgC+B,AaQ9B,C3Q4CoC,C5D+BzB,A4DEb,AgRzEO,ApDWW6I,C8BUE1wB,ASvBT,C/TyEiB,AsTlDP,AIjCe,AIuB/B,ACbkBggC,ArBcC,A1D2EtB,CsElEoBjjB,AIjCe3M,CzGfP,A4GuClB,AeZc6K,C3H3BtB,A6GsCwBqO,AtCAL,CAACpX,C/QsBG,AsTnChB,C9TwCoB,ADiClB,A0TnFmB,AKUF,AaEA,AlCY9B,CzS0BgC8T,AkTVL0+B,AOxCiB,AIuBvC,CrTsByB1lC,ATsCM,AsTnDJ,AQTE,ApBCF,EgBxBA,AlCuBd,CkCxB0C,AkBazB,C3UsCnC,A8TxCW,CAJT,AvCiB+BixC,CvR2BM,EQLD,CAAE1+B,C0SNnC,AyB3BL,ExBoBuB,G5BTnB,I/QsB8C,CAAC3gB,OAAX,CAAoB,CqTtBvD,EAA4D+lD,ErTsBzB,EAA2B,EAA3B,CAAF,CAAlC,AqTtBC,CAAsE,KAAtE,CAAL,EAAmF,6wB9T4DtE,CAVD;ACvB2B,AMCtC,AITG,AX0CF,A4KGJ,AIAA,AGDA,AjKCA,AgGDA,AVAA,AFCA,AzBAA,AgHDA,AtBAA,ApCFE,ACGD,ANHC,AGvEwF,APgBtFr1D,ArGwDJ,ArCEA,AxDDA,AFAA,ATAA,A2ECA,AxDDA,AvBDA,A5FCA,AECA,A1IDA,AqTCA,ACDA,A4FCA,ACAA,AHAA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,ApISG,AaZD,ACGD,APHC,AIvEwF,ATgBtFA,A+H0DJ,AHAA,ANAA,ArGDA,AkMDA,ACCA,AFAA,A9KFA,ACGA,AFDA,A/DCA,A8CDA,AIAA,AEAA,AjBAA,AsICA,AyCrGK,AkGuDG,ACRH,AECA,AC5BH,ACZmE,AEKP,AG0B5D,ACDC,ACbE,AGkBJ,ACpCmC,AIgBhC,AETF,AC0B+C,AEb/C,ApDYI4e,AgBkBH,AElBA,A1D2EC,AmB7Fe,AlP8Pd7e,CgHxP6D,A7FAA,CwP1D1C0rD,C3JsHrB5rD,A7FAAA,CsF5CCG,A/FAAA,CsL7CA,E9EoGGiiC,A7FAAA,AkQvDE,CAAP,AvRwOGliC,CyGxOI,A/FAA,E+FAE,A/FAA,AVwONA,CmSpOA,AIrCKm8C,CjTuDF,AIfH,AsMlDQ,A4GuCJrvC,ACDD2vC,A7S6OE,CjBjLI,AmIAZ,A7FAA,AkP3DI59B,CxR2DS,CwT1FsD,CrL0FpD,A7FAA,CtCAH,AiIXI,A7FAA,A6KvFA,AmG+CT,AWtBI,CpT+BD,AsH+BO0sB,A7FAAA,AgRxCTkR,AUTP,CvT2BA,APiCiB,A0HvDArtC,A/FAAA,AkSJJ,ACDD2sC,CDCEnxC,ArCAJ,CrJ2DX,A7FAA,A2KlGoB,AuEuCRua,CxR2DA,AmI1BoC,A7FAA,C6F0B1B,ATvDb,ApFuDa,AXvDb,C3BuDc,A0HvDA7E,A/FAAA,AyRIpB,AECa3hB,Ae1BJqnB,A7CiBR,AvQkOIuR,CyG9NC,A/FAA,AyRIM1tB,AECE,AQVhB,AtCCe8kD,CxR2DJ,AsTlDMrL,AQVG,CpMKK,A/FAA,AkSJnB,AKI2B,AIXnB,CtUkEY,AiNpGzB,A4GyCsB,GTQrB,AaWS,CbXW,EpTmDX,AsTpDoB,AQR/B,AOhBqB,ErU4Ea,A8T5DJriC,AtCC3B,EAAyB2tC,CvJgDb,A7FAA,E6FAwBnsD,A7FAAA,A0RjDvC,M7LiD6C,A7FAA,C6FAC8pC,A7FAAA,AoPhD3C,C4BQD,CDQsCrsC,A3BhBAmvB,C4BQC,IAAvC,A5BR2C,C2BgBC,A3BhBAxe,C2BgBC/P,IlLgChC,A7FAA,A+QhCyB,CAAY,A3BhBjD,CvJgD0D,A7FAA,K+QhCL,CAACo/C,MlLgCgB,A7FAA,G+QhCjC,EAA4Bj/C,MAA5B,CAAoC,UAAA8T,CAAC,6lBnT2ClE,CAXA;AOrBVqD,AITE,AFIA,ATsCF,A4KGJ,AIAA,AGDA,AjKCA,AgGDA,AVAA,AFCA,AzBAA,AgHDA,AtBAA,ApCFE,ALAA,AGXA,AP5CI,ArGwDN,ArCEA,AxDDA,AFAA,ATAA,A2ECA,AxDDA,AvBDA,A5FCA,AxIAA,AqTCA,ACDA,A4FCA,ACAA,AHAA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,AvHHE,ANAA,AIXA,AT5CI,A+H0DN,AHAA,ANAA,ArGDA,AkMDA,ACCA,AFAA,AvOTQ2U,AyDOR,ACGA,AJFE,AECF,A/DCA,A8CDA,AIAA,AEAA,AjBAA,AsICA,AwI1EE,AG2B8E,AGN3E,AEzCgE,AEKP,AEJ3D,AC8ByBq1B,ACAzB,ACbG,AEiCJ,AChBkC,ACpCA,AEgBlC,ACUA,AEjBuD,ACDvD,AGcD,ApDWKsM,AKSJ,AWSA,AElBC,AtB6FH,ApClBG,AmB9FgB,AlP+PdzuD,IXxLG8sB,GsDQD4Z,CiQ7DqByb,A5S6OvBniD,CgH5LI,A7FAA,C7BtBLmY,AmHtBM,A/FAA,AsSeJ,AIpCEqkC,AIRDqD,CHkBArD,AzCgBAoP,C2BvCSjyC,AEILuiC,AELJ3uC,C3L+EL,A7FAA,A4Q5DO2uC,ANYD10C,AzR4OHxH,CjBjLS,AMPI,AkRpDZyuD,CjR0BG,APiCM,A0HvDA/tD,A/FAAA,AkSLoB,AYxBjC,AxTqQU,C2ChLV,A4P5FmE,AEKP,AEJnD,AScG,C/TqEO,A0ShER,AaWwB,AEb1B,AEiCE,AK1BX,C/TiCU9B,AELFsxB,ATsCI,AMPQ,AgU3DRwO,AGlBCmhB,CnU6EP,AsDQW,AyQ7EF,CrU4EG,A0S3DjB,ChLIO,A/FAA,AiSnCM,ApC+BH,CwBZK,AaWQ,AIoBRmZ,AzCnBJtrD,AKSZ,C7RkDY,AsUlEZ,AGlBA,A/ByBgBggB,C9O4DhB,AyQ7EoB8uB,ACUD,CtUkEI,A4DjCe,AuPX4C1nC,ATfjF,ChLIuB,A/FAA,AiCyDxB,AuP9CmF,AS9ChEvH,AlB+BC,CnS0BD,APiCP,A0HvDR,A/FAA,A2RKc7O,A9BTd,CjR0BgBowB,AyStCb,AMqBY,A9BTDle,CtRUTyV,AFiDkB,A0HvDA,A/FAA,A2RKPi9B,CMxCnB,AScD,AnCNiB,AjRmQaxtB,CkS7N0D,AkBjClE,ApT8PZ,C+RxPgBnc,AYnBD,ASgBzB,C3BeC,AzR4OwCoc,CgTzNrC,AzCnBA,AvQ4OM,CRvNe,ATsCb,A0S3DiB,CnS0BnB,AmHtBwB,A/FAA,AqRhBJ,A/RwPsByB,CVlNvBzI,APiCM,AiBiLzB,CRvNkB,AiHjBD,A/FAA,CzBMR,A+TSc,AhTyNmByI,E+RxPjB,CG2B2C,C1SM9C,AgSTTo7B,ChSSUljC,CFKvB,CAA6B,CiR1BTN,EwBZ9B,CiB+BA,EAA8C,AzCnBX,CjR0BzB,AiR1B0Bxe,CjR0BlC,CkSdiC,GhSS/B,C+QrBA,C/QqB6C,KiSrBhD,EAA4D,UAAUiW,KAAV,EAAiB,0CqBfnE,yiB/T0EC,CAZA;AErCO,ADelB,AMEC,AITE,AFIC,ATsCH,A4KGJ,AIAA,AGDA,AjKCA,AgGDA,AVAA,AFCA,AzBAA,AgHDA,AtBAA,AxCAI,AIFF,ACGFqqB,AHdC,AP5CK,ArGwDN,ArCEA,AxDDA,AFAA,ATAA,A2ECA,AxDDA,AvBDA,A5FCA,AxIAA,AqTCA,ACDA,A4FCA,ACAA,AHAA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,ApISE,AQVE,AKFF,ACGFA,AHdC,AT5CK,A+H0DN,AHAA,ANAA,ArGDA,AkMDA,ACCA,AFAA,AvOTQhkB,AyDOR,ACGA,AFDA,A/DCA,A8CDA,AIAA,AEAA,AjBAA,AsICA,AyCtGI,A+F4BF,AG0B8E,ACP3E,AEF6B,AEtCmC,AEKP,AEH1D,AC6BwCrE,AEZtC,AEiCH,AK1BAq7B,ACTA,AERD,ACuB+C,AlDC3CuK,AIgBNoB,ACNE,AYEA,ACZE,ARvBF,A/BGiB,AlPiQM,CgH/LP,A7FAA,C6F5DgD,A7FAA,AwQ1D1CpE,E3KwHpB5rD,A7FAAA,A9BIIqtB,EmBmBFyQ,CnBnBK,CuTtDiC9U,ASLzCq7B,CvMoEM5iB,AKCA,AnGDAA,AMCA,AqP9CA,CxJ8CC3+B,AV1DA0R,AnF0DA1R,AZ1DA0R,ArBgDIsY,AiUpEL2uC,AERF1nD,A7CwCGvC,AaJJuhD,C/KRK,A/FAA,AsL5CA,AqG6CC,CFEP,AEFD,AEpCkB7E,AEILp0C,AGyB+B,CpSyEnC,A6S9EL,A1CuBR,ACNS9M,AKjCA,CxK2BK,A/FAA,AkSNoC,ArCE5C4hD,AkBAI+E,CpSoDS,AsTnFVhX,AKkDC,AK1BA,C7S8EM/e,AnBnBI/8B,A2M5FJ,AuGOqD,AEKP,A9B4C9C,A3Q6NLq1B,CkS/NgC,AsBtCzC,AxTqQuB,CN5Nb5F,AX0CM,AoTpDT,AlB9BKqsB,ClSkFK,AoIGnB,AHdmB,AP5CAp9C,AnF0DnB,AHdmB,AT5CAA,AsL5CA,AmG+CTo9C,AaYI3vC,C7L2CM/H,AHdAwmC,A1FcAxmC,AHdAwmC,AqSxEH,A5CkCD,AYEd,CxSYC1sB,A2TvDC,AaOc,AjDwBL,AKUIjU,C7RiDC,AyBYI,AnBnBd,AsTnFQ+zB,ApC+BFhxB,AiBYI,AxRkOT6mB,C8GjLL,ALzDE,AjGmEiB5a,AQVnB,ANzDE,Cd0BA5Z,Ab6BkB,A+HEAwhC,AKCxB,AnGDwBA,AMCxB,A2PrFS,CkB8BJ,AmBvBmB,ArCPH5O,CkB8BJ2pB,AaYP,CjUwCQ,AoIGS,A3GSL,AcTK,AqR7FvB,AKkDmB,AQ3CCr5C,AjDwBlB,AvQ8OQyyB,ChBtNJ,AwB+CR,AgSjFQ,AGrBa,AWeI,A/CgBPhlB,AIgBpB,ACNS,AaVe,C7R8Bb1Q,Ab6BkB,AuU3ED,CtUwCjBwb,A4RdT,C7RiDgB,A0S3DS,CzFxCvB,AsHwBuB,AERE,AEqBf,C3U8DmB,A+HE7B,A9FAA,AmRtDC,AqB/ByBrM,AjDwBxB,C4BOoB,AmBvBO,AxBoSjB8wC,C9S5Pb,AUP0B,CEaX,AkH+BkBjgD,A9FAAA,A2R5FhC,CxL6FiCglC,A7FAAA,A0R3Cbr6B,AQ3CA,ApDuNL,AyDAA,CnU9Ka1K,AiThDCqwC,AaOG,AvCC3B,ClSkFS,AuU3ES,ArCPS,ElSkFK,A+HErC,AEbe,AhGaf,AGbe,AmShEqB,AERhB,AxTsQf/b,CmHhLkB,A7FAA,AkStFV,AxTsQHmB,CgH9L6B,A7FAA,AnB8Ld,CN7NS,AyH6CMuP,A7FAAA,AqR7FxC,AKkDmB,AQ3CmB31B,AvCCD+B,AjRqQhCkjB,CN7N8B1zB,AiThDEL,AbmTd,CanTvB,AKkD6BsK,AMnCN,A/CgBIskB,CUvBtB,AjRsQAmF,C2S9QmC,AWeGlE,A7BgBjBxJ,C/RiBE,AiThD5B,A1BQ0CmkC,ChSiCtB,ASOqB,CsH+B1B,A7FAA,AgRzCd,AqB/BY,AjDwBmB,CpJ8DT,A7FAA,A0R3CJ,AQ3C2B,AjDwBbt6C,AvQ+OvByI,CgH/LuC,A7FAA,AsQhDlB,CtK8DmB,A7FAA,A0R3CV,AvBnBR5Y,CxSUPylB,ASOoB,CAACyJ,AuRxChD,CqCOyB,A/CgBrB,C+ChBoD,AERzC,CxTuQR8E,CwTvQiD,A/BwB/B,AzR+OLkE,EgH/LwC8T,A7FAAA,AsQhDlBvlB,C+BxB3B,C9TyCe,CTRX,AuUjC0C1X,C9TyCH0gB,E4TjCDutB,CtMgEN,A7FAA,CzB/BrB,EAA1B,AsH+BkE,A7FAA,AqSxEvD,C9TuCL,A4T/B8C,AERc,C9T2ClE,AM4NGhpB,CsT/P4D,A7BgB1C,AzR+OUA,CyR/OsB,IzR+OjBqB,CwTvQzB,EAAiE,GAAjE,EAAsElmB,AxTuQ9E6kB,EAA2CA,CyR/OzB,C+BxBV,C/BwB2D,CzR+OnEA,CwTvQsFzlB,AxTqQtE,GAMlBinB,CAAAA,CwT3QU,CAAqF,ExT2QlFyB,CwT3QH,AxTqQQ,CwTrQvB,kB/BwByB,EAAiFvQ,MAAjF,EAAvB,mVqBhBS,64F/T2EK,CAbJ;AErCO,ADgBlB,AYKe,AFVZ,AFEC,ATsCH,A4KGJ,AIAA,AGDA,AjKCA,AgGDA,AVAA,AFCA,AzBAA,AgHDA,AtBAA,AxCAI,AIFF,ACGA,ANHA,AGXA,AP5CI,ArGwDN,ArCEA,AxDDA,AFAA,ATAA,A2ECA,AxDDA,AvBDA,ApOCA,AqTCA,ACDA,A4FCA,ACAA,AHAA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,ApIUE,AQXE,AKFF,ACGA,APHA,AIXA,AT5CI,A+H0DN,AHAA,ANAA,ArGDA,AkMDA,ACCA,AFAA,AvOTK,AyDOL,ACGA,AJFE,AECF,A/DCA,A8CDA,AMAA,AjBAA,AsICA,AyCtGG,AkGmDI,ACJF,AEED,AE3CiE,ACwBnE,ACnB4D,AEF1D,AC4BsB,ACExB,ACDI,AEqBF,AClBgC,AC/BjC,AEcD,ACOmB,ACPjB,ACTF,AEuB+C,ACD/C,AnDIIrI,AKSJ,AYEC,ArBgFH,A2BwLE,A1BrFA,ArCrHA6C,AkDjGA,A4CsNA,A3EpNiB,AlPwQZ,GgMjSL,GnFyGIklB,AGXAzP,AxGwBAyG,AObAgJ,AIXAzP,A4M0BJzV,C5GZK8vB,A7FAAA,AqBFAnP,AiQ/DE,ASNP,CTMA,AaCc0Z,C3M+DPra,A9FAAA,AqR1DN,C5LCOhC,A/FAAA,A8RdFi4B,AzEoFF,CoEhFiB,AUKhBlb,AfqRAgY,C9KpOK,A7FAA,AoRhFgBjnD,AEILsyC,AjBwChB+S,C/KRM,AjGoEA,AEpEA,AiCwDX,A+Q/DO/lD,AtDkMAA,AyDAAA,C9UpIK,A8HAA,A9FAA,A0S7DmC,AlDG3C+R,AxCyEI,A/NyKC8Z,CjBxLI,AiIXA,A7FAA,A+QxCT,AGCI,AavCA7rB,AIcC,A3CmCIgjD,A3QgOJn3B,CyG/OK,A/FAA,AiCwDA,A4P9FqD,C1L6FpDvf,A9FAAA,A0RxF6C,AI4B5D,C9T4DY,AyBaItX,AqSzEJsrB,ACDF,A9SqPY2I,CgHnMtB,A7FAA,AkRvCY,ArS0OUA,CR9NX3F,ATsCO,AiIZoD,A7FAA,AqRzDtD,AkBOF,AtDkMA,AyDAA,A7ToDkB3Q,CgHjMhC,AP9CmBnL,AtF8CnB,AT9CmBA,AiCwDnB,AkQ7DA,ASfcrU,AIaC2K,AnDIJ,AuBmRX,A1BrFeA,AyDAAA,C1MjIf,AV1DoB,AnF0DpB,AZ1DoB,AiCoBkB,AkQzBrB,AK7BF,A3C+BHua,AiBWG,AzD8Df,ChPfY,A+HEV,AKCmBysB,AV1DA/nB,AzFyDnB,AMCmB+nB,AZ1DA/nB,AiCyDrB,AuQ3FgBtd,CpM2FMi1B,ADFA,A7FEAA,ADFA,A+QyNJ0e,C/SzNK,A8HAArZ,A9FAAA,AwP1DnB,C8BQeloC,AavCX,AIcC,A/CiBO+vD,AiBWG,AxRuOG34B,CjBxLV,A0HvDR,AjGoEJ,AEpEI,A2RKQ,AQVU0mB,AK7BDjwC,AIcD/M,AtTmQmB,CgS9N/B,A0BxBD,AtDkMA,AyDAA,A7ToDes2B,CjBxLK,AyBczB,AkT5EsB,CtDkMxB,AyDAA,A7ToD0CC,CAApBD,CqS1OG,ArS0OpB,C8GtLH,A9FAA,A6R9De,AOfX/P,A7CiBF,AuBmRJ,CerR6B+6B,ASfpB,CvU2EG,AmUzFJ,AIcqBvD,CxM6EKv9C,AKClC,A3GWS,AQZyBA,AMClC,A4R5FC,C1TmD2B,ATsCO,C8HApB,A9FAA,AyQ/Cd,CrKkDoC,A7FAA,AuR/DpB,CrTsBcC,A6SZvB,AiBzBC,A9B4BwB,C1KiD/B,AtGYA,AQZA,AoS7EF,CfyBmC,AGnBZ,AKSe,ChM4DG,A9FAA,CoGGzC,A7FAA,E9BzCqC,A8TrCG,C9TqCFY,AgT/BV2G,AKSeg1C,ASfzC,CzM2EF,A9FAA,GvBtC+B,CAAa,CqTtBN,CLTf,AKS2B9d,CLTdnd,EhT+BY,CAACkO,AgT/B1B,CAAkB,AKSH,CLTf,AKSkC,ELTb5gB,IhT+Bb,AqTtBO,CAArB,CrTsB0CmhB,AqTtB3D,GLTgB,ChT+Be,AgT/B/B,EhT+BK,CAF4C,CAI5C,C4TvCwCtC,EAA7C,CAAiD,kBAAjD,EAAqE,YAAY,uCNDtE,6Z/T4EC,CAdA;ACpBZ,AMEC,AEHI,AToCH,A4KGJ,AIAA,AGDA,AjKCA,AgGDA,AVAA,AFCA,AzBAA,AgHDA,AtBAA,AxCAG,AKCD,ANHA,AGTA,A5GUF,ArCEA,AxDDA,AFAA,ATAA,A2ECA,AxDDA,AvBDA,ApOCA,AqTCA,ACDA,A4FCA,ACAA,AHAA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,A5HDG,AMCD,APHA,AITA,AsHYF,AHAA,ANAA,ArGDA,AkMDA,ACCA,AFAA,A9KFA,ACGA,AFDA,A/DCA,A8CDA,AMAA,AjBAA,AsICA,AyCtGC,AgG4DS,AGbNwI,AEEA1a,AMxCA,AC4BF,ACEA,ACDI,AEqBF,ACnBgC,AC9BjC,AEcA,ACUD,ACVE,ACTF,ACCA,ACqB+C,ACDrB2mC,AnDMtB,AiBUF3jD,ACbA,AE2BJw1D,AG0PE,A1BrFA,AyDAA,A3ErNiB,AlPyQZz/B,EsS7TsBggC,KzLqItB3tB,A9FAAA,AmS/FL,AIkByB,CLkBXsV,AOxBV,ACqBkBviC,ACDIwoC,CvMkEnB9c,A7FAAA,AqQpCA,CQnBLnP,AEEA1a,AkBlCGqkC,A/BqCHrhD,AGcM6S,CkB3BHmrC,ASfC,CLgB4B,AGhB3Bj8C,AEAA,AGawC,CnU6BzC,A4TxDC,AGwBAsM,ACZN,A/CGE,AoByCL,CqBPQosD,AvBpBA,C1S4DO,AoIGA,A7FAA,A+QrDN,AkBlCP,ACCW,AEoBsB,AjCG1BzF,AzRoPGp9B,CjBxLI,AoIGAzzB,A7FAAA,A+QrDN,AbGA,AGcM,CkB3Bd,AaHmC,AlCgB1BmvD,ClScR,AuT3BW7Q,AOfC,AGTApB,CxUoFA,AoTpDF,A5BLD,C1JyDV,A9FAA,AsSjEc,CtUiEK,AoTpDN,AiBvBG,ACUDl1C,AGlBC6xC,AEoBQ,E7M+DH,A9FAA,AwSpFrB,CxUoFa,A8HAS7V,A9FAAA,CoGGf,A7FAA,AuR/DP,C9T4DwB,AoIGA7hC,A7FAAA,AuR/DH,AGoBH,AInCGoiB,ApTmQhBqN,CgThOc2kC,AQ3CR,AxT2QWxgC,CjBxLT,AsUjEN,AGlBgBmnB,A7BkDzB,A3RyNOtrB,CuRlOI,AElBP,C1S4D0B,AoIGrB,A7FAA,A+RpEP,ClMoE6BnwB,A7FAAA,A+QrDtB,AZVgB,AzRsPlBmwB,C6G1LL,A9FAA,AsRlDE,AbGA,C3Kc8C,A9FAA,A8R3BhD,AOfgB,AIRL,AhCoCe,C3K+CM,A9FAA,AqS3EHh0B,AIRC,CrMsFvB,A7FAA,A+QrDoB7B,AQVGoG,C9T4DjB,AoIGqB,A7FAA,A+QrDhC,ArS4OQ+wB,CgTlOJ,CjUwC8B,C8T5DpC,C1L+DO,A7FAA,AuR/D6B,AOfnC,EjM8EuCmP,A7FAAA,A6QvDrB,AaYe,AQ3CvB,EAA6B6a,CXuBCiB,A7SsPpCvsB,CAAeuB,CmHvLb,A7FAA,AtBuLFvB,EmHvL0C0Q,A7FAAA,AkStFpC,AhCoCT,AxRyO6BlP,C6StP/B,AWvBI,AxT6QCxB,CgTlOH,AxBP0C,AxRuOvCA,EgThOwC,EQ3CM,ErMsF5C,A7FAA,C6FAP,A7FAA,QkStFA,EAAgE,iRzUmFnD,CAfD;AErCO,ADmBpB,AMCE,AMED,AFVI,AXyCF,A4KGJ,AIAA,AGDA,AjKCA,AgGDA,AVAA,AFCA,AzBAA,AgHDA,AtBAA,AxCxBqD,AIsBnD,ACGD,ANHC,AGTA,AP9CI,ArGwDN,ArCEA,AxDDA,AFAA,ATAA,A2ECA,AxDDA,AvBDA,ApOCA,AqTCA,ACDA,A4FCA,ACAA,AHAA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,ApIWE,AQpCmD,AKsBnD,ACGD,APHC,AITA,AT9CI,A+H0DN,AHAA,ANAA,ArGDA,AkMDA,ACCA,AFAA,AvOVI1H,AyDQJ,ACGA,AJFE,AECF,A/DCA,A8CDA,AMAA,AjBAA,AsICA,A2IhDM/hB,ACPD,AEED,AE1CD,ACoBO,AChBP,AEFA,AE+BD,ACnBW,AEsCRH,ACpB+B,AC7BjC,AEcA,ACUD,ACTC,AETA,ACoB8C,ACDNke,AnDOrCuG,AgBeJ,ACLGujC,ACbAnW,AtB4FL,A2B0LC,A/D3MC,A/N0K+BzmB,C8G/MjC,AKsBA,AnGtBA,AMsBA,CjCRIlJ,C8HWD,A7FAA,GdWG,C0GdCma,A7FAAA,AsBCA9E,CsQ7DevoB,AQHQggD,ACDa9wC,EJVlC0yC,A/BgCH7J,CrK0CJ,A7FAA,CsBCA,AwPrDG,AIxCEnkD,ASoDF5C,ACpB+B,AGf3B3K,AIRDovB,AEmBuC,AlCiB1CujC,ACbAnW,ChLKQnoC,AjGqEAspB,AErEAtpB,AmSJJxH,AYJwC,CvM+DnC,ATvDA,ApFuDA,AXvDA,ArB+CE,A6SrCV/B,AwBnB2C,AnDO3CskB,C5N0DS,A8PzFLywB,ASDA,AvB0DKmU,CY7DJ,CxT4FM,A0HvDA3/C,A/FAAA,ArB+CE,A+TnEL,AECE,AETb,C9T0CS+b,AXyCM,AmIAhB,ATvDgB,ApFuDhB,AXvDgB,AyRGT,AVRE,CvK6BuC,ATxB/BxrB,ApFwB+B,AXxB/BA,AyRGT43C,AaYE,AzCjBD,AkBHCiX,CvK4DQ,A1Gcd,Aadc,AsBClB,AuP9CU,AO3CG,AI6BC,AK9BDmG,AEcE,AECE,AETH,AjD0BJhpD,AgBeI,CxS0CC,AMRb,AsD7BoC,AuPR1B,AK/CE,AMiCCjG,ClQ6Df,A6OjDa,CzS+CQ,A0HvDjB,A/FAA,A6Qaa,CrSiBNmf,ASLP/pB,A6RjBW,C/KRQ,AjGqEA,AErEA,AyRGpB,AMpCe,AWaEC,A7BiCpB,CxS0Ce,AoTpDA4J,AIxCI2D,AWGX,AIecvN,AETHw8C,AjD0Bf,C7QgBe,AwThDCsJ,CnUyFM,A8T3DnB,C3TkCSl8B,ASLP,A4Q3BUwF,C7QgBGe,AXyCP,AgTxEe,AQpB7B,AMiCD,AOhBC,CXbqB,ASDd,AIeS,A7Bcd,C1S4D2B,AoTpD3B,AIxCsB,AEIF0vB,AacKrgD,AETd,A/BuBS,CUQA,AerCtB,AMMyBqgD,CjD0BF,CrRgCY,AsBuCpC,A+PvEyBjvC,E/PuEU,AiStGlC,C1TwFc,AyUnFD,CFSG,AETgB,CzUmFK,AuU1ED,AvFyFnB3Q,CwCxEC,E+CjBF,C/CiBiByuD,C2BYxB,CAAN,AnE4DoB,CrOxDe,A4TjCK,AET9B,AzFkGW7tD,CrOxDewvB,A4TjCK,CdKtBqnC,AcLN,AET0B7X,A/BuBjB,CUQvB,CpEmEe,CoEnEwB,AmBtBO,AvFyFlB58C,C0D3ER,C+BvBT,CAAb,AjD0BG,AkBH4BklB,CUQ7B,CzSWmB,A4TjCL,AvFyFC,CrOxDiC,AqOwDnD,CyEvFQ,CcFiD,IAAIlQ,A7BctC,CAAoB,G/RmBQqY,CAAC,C4TjCK,C5TiCD,A4TjCY,A7Bc7C,CAApB,EAAiDjlB,E6BdK,EAAkBnC,A7BcxE,CAAuD,G6BdD,CAAwB,MAAKlJ,E7BctB,G6BdP,CvFyFlB,IuFzFyD,CAAE,IAAIiY,MAAJ,CAAY,kBAAZ,EAAgC/O,IAAhC,CAAsC,MAAKlJ,KAA3C,CAAjG,4qCvU0Ec,CAhBH;AEpCZ,AKoBEmY,AJOkC,AULpC,AFXwD,AFKnD,AGMI,AZ+BP,A4KGJ,AIAA,AGDA,AjKCA,AgGDA,AVAA,AFCA,AzBAA,AgHDA,AtBAA,ApCFE,ACGF,ANHE,AJvDMsnB,ArGwDR,ArCEA,AxDDA,AFAA,ATAA,A2ECA,AxDDA,AvBDA,ApOCA,AqTCA,ACDA,A4FCA,ACAA,AHAA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,ApIWIvD,AadF,ACGF,APHE,ALvDMuD,A+H0DR,AHAA,ANAA,ArGDA,AkMDA,ACCA,AFAA,AvOVI7S,AyDQJ,ACGA,AFDA,A/DCA,A8CDA,AMAA,AjBAA,AsICA,AyCtGA,A+F0BgC,ACiC9B,AELI,ACPD,AIxCD,ACmBM,ACfP,AI6BD,ACzBE,AE4CC,ACrB+B,AC5BjC,AKKD,ACCC,ACmB8C,ACDvB,AnDQpB,AgBgBJ,ACR4C,ACXxC4vB,A1D0EC,AmBtFL,AlPyOQllB,EXzKN1K,EmBsBAsP,CgTnGF,CX4BD,CJlCc,AiB0BN,A1T+BOlH,CyGrBRyK,A/FAAA,A+RpCN,AQ8B0BlyB,AMvBtB,AEoBkCtK,ACDtC,C1HlCO,A8GYN,A9S+Q8B8yB,CVzN7B5d,AJOoBgB,AGkBZ,A0SjEK4Z,ARgCT4+B,C9KdG,A/FAA,AsReJnV,AgBFH,AQzCK,AhCkCL,CyBZgC,AlF2EvBz8C,C1OtBE,AoUxDkC,AlDfjB,ArBOvB8M,CqBiBJ,AkBLC2vC,CnS2BG,AmHtBMn8B,A/FAAA,A6RrCNm8B,AgBQI,C9M6BG,AjGqEA,AErEA,AqRlBgB,AhEuFhB,C7OxCsB,AsBwCrB7e,AwRtDf,AgBAS,C1TOC/+B,ADyBR,A2ShCUgL,ATDE,C9KdGyK,A/FAAA,ClBkBN+b,AiHlBO,A/FAA,A+QLR,AvCZI,CnQwEK,A0HvDAxG,A/FAAA,A6RrCjB,ASoDWqvC,AO5CGzc,AhC2CC,AEnBNrvB,AvCZI7gB,CnQwEK,AwT5FNoyB,E/R0GA,AwRtDd,APpBI,AvCZG,CnQwEY,A0HvDb,A/FAA,AsL5CR,AgG2DsB,APpBJ8d,AvCZIjwC,C1OsFI,AwLjHA,AuF0DFtJ,CjSQH,APiCM,AwT5FvB,AgBQS,AtCCG08C,C3RkDM7wB,AiT3DC,AgBQEmuB,C/T+CH,AoRbX,C7RkDU,AyBcL,CdvDO3sB,AsM1DvB,AuF0DmB,AEnBK,C/RmBA,AFICH,ATqCO,AyBcApc,AwRtD9B,ATD4Bqb,AEnBL0xB,C/RmBAhyC,AsM1Dc,AgH2DZ,A9DhClB,CnQwEY,AiTxCU,AgBAHoqD,A9DhC1B,C+BXsB,C3RkDZ,APiCwB,AyBcpB,A+R1GZ,CjT2D2BnqC,AkB+C3B,A+SlGS,AhC2CM,AEnBD,A1D0EX,CnO7CY9uB,AFVI,AsSCrB,AOpD+BqwC,AgBQGuP,C7T2CJ,CsSAtB,APnBwBrD,COsBhC,ATHqC,CxSyClB,CWzCE,A6T3CV,C3TqDY,AFXiC,AX0Cd,AwT5FxC,ASoDW,AO5CT,CjUmDM,AMEc37C,A2S7DeL,CjT2DA,AiT3DrC,AhBmDwCg8C,AEnBJ,CAAC9d,CchCG,C3S6DzB,AJNuB,A+SvDtC,ASoDuC,AO5CI,C3TqDf,AJNWrO,CFI/B,CiSR2B,AEnBL,CFmBiBwvB,AEnBH,E7R6BX/sB,CND5Bl0B,C0TRE,CzBD4B,C/RId,AwTH4B,AzBDK,AEnBxB,CjSuBoB,A+T/CpD,A9BwBgB,CAAZ,C8BxBsD,CtU+BnB,EKqBvB,CAACkwB,CiSToB,EAA6B,C3RUjD,AJNmCwB,CIMpD,AJNqD,EAAI,CFKlD,AiSTgErtB,CjSS7C8rB,IiSTwC,CAAWK,GjSStE,CAA6B,CiSTC,CAArC,CQhCwB,C7S+CQ,CINzB,CADG,AJO0B,C6S/CN,GzS0CvBxwB,SAAS,CAACkwB,CMAoC,ONA9C,CAAmBC,QAAnB,CAA6B,OAA7B,CAFG,IAGHnwB,SAAS,CAACkwB,QAAV,CAAmBC,QAAnB,CAA6B,SAA7B,CAHG,IAIHnwB,SAAS,CAACkwB,QAAV,CAAmBC,QAAnB,CAA6B,OAA7B,CAJL,yqDPiCiB,CAjBP;AEpC2B,AKyBrC,AJGF,AUNK,AFXmD,AFKC,ATsCvD,A4KGJ,AIAA,AGDA,AjKCA,AgGDA,AVAA,AFCA,AzBAA,AgHDA,AtBAA,AnCCA,AV1DO,ArGwDP,ArCEA,AxDDA,AFAA,ATAA,A2ECA,AxDDA,AvBDA,ApOCA,AqTCA,ACDA,A4FCA,ACAA,AHAA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,ApIWG,AcXH,AZ1DO,A+H0DP,AHAA,ANAA,ArGDA,AkMDA,ACCA,AFAA,AvOVItC,AyDQJ,ACGA,AJFE,AECF,A/DCA,A8CDA,AMAA,AjBAA,AsICA,AyCtGE,AgG6DA,AG/BqB,AEmBpBksB,AChCH4e,ACVI,AEKF,AEJA,AGiCC,AEkBE0B,AEjDH,AEcC,AECA,ACVA,ACCA,AEkBD,A9CcS,AYIP,ACbE,AtB2FN,AclHE,A/BWA,AlPyQGl5D,EXzMD0sB,CmBoBF,GwL/GI,CrJoGC8V,A2PnFA,CAACj0B,AtSmRHvO,CQnLI,AgRjEN,Cc/BH,AgBQOu7D,CbbA9e,AzSwRFz8C,CJjOQuO,AoTRR2qD,AInCE14D,AIRC6uB,CtUyDCzF,AoTxDI,AKTJ9c,AlB6BJ,ARrBI,AjRoRC,CfvPGrF,AWsBE,CbgCA,A4DCb,A6OhDQ,CzS+CM,CMRG,AoT/EjB,AeIC,CnU2EiBylB,AsDSF,A8PxFJyR,AWYD,AnCRCssB,ClSmFC,AyS/CD4H,CtSqBE,AyTjEA,AaQA/S,CvU6ByB,AC4BxBn1B,AH0BI,A4T3FJ/f,CLSjB,C3PmFE,A8PxFA,AWYgB,CrU2EH,A4DvCyB,A8PhDnB,AO+CJ,C9TcR,AGkBU,AsDWjB,AqQ3CgBwuD,AMlCI,AETnB,AvCAM,AjR0QwBpjC,CdjNVjM,AH0BG,AMRtB,A2M3FsB,CAAC,CjNmGZ,A4T3FN,A1BQgB9B,C/RyDhB,AyTjEiB,AnB4CF,CzS+CM,AqU3E3B,AECwB,A9B2BFxoB,CtSqBGoqB,AmTxBdsyB,CrGjDY,AoHwBC,AnCRlB,CrRmDF,AJLiB5rB,AwM9DtB,AiFgB6B,CzR8CN,A8TrClB,CpUgDE,AMXiBxhB,AwM9DS,AqGiDhC,AjCqLc,AyDAA,C9UnIF,AsTjDX,CnTuB8B7O,AsSrBpB,CzS+CwB,AuU1EHs7D,A9B2BD,EhSUV,CAAS,AgSVnB,CwBOT,C9TcmC,A8TdJ,A/B3CJ9T,C/RyDSj9B,CMXjB,A8TrCkB,A9B2BD,ChSSkB,AgSTjB,CAAhC,EAAmC,APpCd,C/RyDG,AoUhDa,CpUgDE,EAAf,A8TdG0uC,CMlClC,CpUgDkD,CoUhDA,ONkCjB,EAAgB,oCXVjD,EAEC,gGtTgDW,CAlBD,AsThCX,EAGC19C,KAHD;ApTHAhU,AKJD,AJ+BoDijB,AQjBI,AFKC,AGOzD,AZgCE,A4KGJ,AIAA,AGDA,AjKCA,AgGDA,AVAA,AFCA,AzBAA,AgHDA,AtBAA,ApCFE,ACGF,ANHE,AGXA,A5GYF,ArCEA,AxDDA,AFAA,ATAA,A2ECA,AxDDA,AvBDA,ApOCA,AqTCA,ACDA,A6FCA,AHAA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,ApIWI,AadF,ACGF,APHE,AIXA,AsHcF,AHAA,ANAA,ArGDA,AkMDA,ACCA,AFAA,AvOVC,AyDQD,ACGA,AFDA,A/DCA,A8CDA,AMAA,AjBAA,AsICA,AyCtGI,A+FyBF,ACoCA,AEPG,AC5BkB,AE2BpB,AE9CC,ACiBM,ACba26B,AEJKjD,AKoDtB,ACvB8B,AGZhC,AECA,ACVD,ACCA,ACiB8C,AlCyB/C,ACP2C,ACZxC,ArB+LH,ArCtHC,AkDjG4B,A4CuN7B,A3E1MD,AlPwQIniD,E4SzU2Bu0D,K1LwIzBhnB,ALAA1G,AxFAA0G,ANAA1G,AoRzEL,AEFO,CnTgD6Cpc,AsByC9CyC,A6RzFN,AIbqBk4B,AEJKjD,A3S6RvBniD,CgH5MI,A7FAA,AgR/DQ,ClToBdwH,A8SpBGurB,AIwBJ,AZSI4+B,C/QuDK,AwLjHA,CuHeH8J,AxFiGD,CpO7CE,AqHqBI5uD,A7FAAA,AiP8IJA,AyDAAA,A7T8DJ7M,Cd5NuD,AsByC9C29B,AiStGe,AacpBpV,ChBPMgvC,AKXoB,A1BQQ9P,AjRqR/B,Cd5NkD,A6S/ClD,AG6BH,AO3CsBvL,CxTkCrB,AFsDO,AmT7CPxf,AS/C2B,C1TsC1B7tB,AUsBGkiB,AZgCI,AiNnGA,AuHef,AhC2CD,CrKyCA,A7FAA,A2KnGiB,CtMwDLR,AsHgCL,A7FAA,AoQ9BO,AnB4KA,ArCtHFttB,A8FsHE,C9UnIC,AiIXI,AxGyBA,AWzBA,A4Q/DJ,AwBVAw4D,AnDuNA9wD,AavNgC,A4CuNhCA,ClUnKR,AuHgCa,ALApB,ArGcoBjK,AadA,ANApB,AuS1EE,ArCV8Ci/C,CvRwCQ,AX4CnC,AmT7CP,ClGtDE,AkGsDDmW,CvSaKzqD,AkHgCG8N,A9FAAA,AiLnGrB,A+FyBF,AuBAkB,AvFuFD,ChPbF,AgPaGpZ,C9OnEjB,AiIsDD,A7FAA,A0Q1EqB,AqBDhB,AGTJ,CtU8BkBse,AFsDO,AyBcxB,A4PqHK,AavNkC,A4CuNlC,ClUnKA,CAAmB,AZgCX,AqRmIf,ArCtHiB,A8FsHjB,A7T8D8ByX,CfvP7B,A+H2C4BnrB,A7FAAA,A4MwBxB,A/NoLK,CfvPc0b,AFsDM,A8HAA,A9FAA,C8FACwgB,A9FAAA,AmR7CvB,AjBvCmD8Y,AjRqRlB5pB,CkS9OhBqtB,AVFGwP,AxRgPlB,EAA+B78B,C+NpLd,ChPbZ,AiIXI,A7FAA,AkSvDgB,CpClBN,ChS8B5B,AFsDqC,AiIXAjrB,A7FAAA,CiShEpC,CzT2C8B,CyT3CXghB,AECnB,C9B2BoC,CUE9B,AVF+Bhd,AzD4DlC,C/GxBc,A7FAA,A+QlChB,CkB9BD,CvM2EqB,AGXuB,AjGWvB,AIXuB,A+QlCP,AkB9BZ,CrFwFY,CyD5DX,CAAkB,AzD4DL7L,ClHbS,A9FAA,EyQ/CtB,CADe,CzD6DG,CAAClD,ClHb/C,A9FAA,AqS3E4ByH,CvMsCoB,A9FAA,C8FqCU,A9FAA,CgNaZ,CAAL,GqFxFd,EAAa,OrFwFuBzD,KAAxB,CAAlC,IAAoE,EAAEd,KAAK,CAAClD,IAAD,CAAL,YAAsBmmB,QAAxB,CAAxE,EAA2G,4rBhPb7F,CAnBH;AElCX,AC0BkD,AULlD,AJPwD,AGQxD,AZgCC,A4KGJ,AIAA,AGDA,AjKCA,AgGDA,AVAA,AFCA,AzBAA,AgHDA,AtBAA,ApCFE,ACGF,ANHE,AGXEgR,AP5CE,ArGwDN,ArCEA,AxDDA,AFAA,ATAA,A2ECA,AxDDA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,ApIWI,AadF,ACGF,APHE,AIXEA,AT5CE,A+H0DN,AHAA,ANAA,ArGDA,AkMDA,ACCA,AFAA,A9KFA,ACGA,AJDE,AEAF,A/DCA,A8CDA,AMAA,AjBAA,AsICA,AyCtGG,A+FyBA,ACoCD,AEPIyhB,ACLJ,AEIA,AE9CC,ACmBD,AChBmB,AEJK,AGmCxB,AEkBI,AInCDnxC,ACQgC,ACPjC,ACTD,AhD0BE4nB,AKKH,AWWCsiC,ACR0C,ACXzC,AtB0FJ,ACqGE,ArCtHEjwC,AkDlG2B,A4CwN7B,A7T8DK,GgMtSL,ChF0FEyV,A7FAAA,GjCjB8B,AgI4B3BsW,A7FAAA,AsBEAjM,A8P3FL,AEJO,A1BQA,CzQmGDrT,AmS3GN,ApBoDCwjC,AN5CD,C/RyDoEv4C,A8MvE7D,AyFgCN,CzKwDO,A7FAA,AyPzCFisC,A7CiEJ3jC,C/GxBOoqB,A7FAAA,CvBtBJ,AmSzCA,AqBDFrkC,AGRGy1C,AhD0BH7tB,C9JEQqQ,A/FAAA,AoSHJ5yB,C/EuED,A/NoLG8rB,CLjOD,AKiOCA,Cd7NuB,AuH3B5B,A/FAA,AiCyDJ,AiOtDY,C1RwBL,AsB0CQ,A+PvEP,CrR6BR,A8HiBQ,A7FAA,A6R7BAugC,AzCjBChyC,AgBgBE,AvR0OOqN,CJlON,AoHsBV,A7FAA,AwBae,AoP5ELxB,AqBDF,AxCuBK9yB,C5JyCGkhC,AxGyBAvD,AWzBAuD,A2R/CJ,AMjBHg5B,CzT2CC,AZgCO,A+T1DJrvD,ASzBd,C/T4CYylB,AGOAZ,AZgCO,AmIApB,A7FAA,ArBiMK,EJlOYmD,A+CmCjB,A4QrFkB,C/T2CuC,ATwCtC,AmIAI,A7FAA,AsBzCe,AoPjCjC,AxBiBF,AKKkB,CjOwDrB,AyQ/EG,A7CkBchP,AKKKjjB,C7RoDG,AiIXvB,A7FAA,A2R/CK,C9L+CmB,A7FAA,A6R7BR,CrTQV,AmT1BR,AMjBoBb,CzT2CC4qB,AZgCF,AmIAnB,A1Gc4B,Aad5B,A0Q1EuB,AwBTA4xB,A3C+BR,CpQkEc7e,A+PvE1B,AKKyB,C7RoDE,AiIX5B,A7FAA,C6R7BqB,CrTQf,AZgCW,AiIXa,A7FAA,AiShE7B,A7CkBsB,C5QyBE,A4RTN,CxSyCa,AwUnFhB,A3C+Be6e,CsBOlBN,AqBtCee,C/SiGF,AuRxF3B,CnSyCW,CAAqB3uC,AY+CK4e,AuRxFL,AxBiBJ,AgBgBHsvB,C5RSK,AuSb3B,A3BZ0Bv5C,C3QwBlB,ADCoBsvB,AZgCb,AiUxCf,ApCZwB,CpQkEA,AoQlEYwtB,ChRmBH9uB,AbiCK,AiIXAlsB,AxGyBxC,AWzBwCA,A6R7BR,EO3ChB,AhD0BO,AgBgBJ,C3RQhB,AoHsB2B,A7FAA,AoSxES86C,AhD0BL2O,AgBgBH5P,EvK8Bc,A7FAA,AyPzCnB,CjRoBD,AiRpBqB,EhRmBH,A2TlD3B,C5TmDyB7+C,A4TnD1C,AhD0BwB,CAAkB2M,AgBgBtB,CAAqB,C5RSlC,EAAwC,C4QzBvB,AKKG,CjRoBpB,A6SzC2B,AjCgBhC,AKKY,EhRmBd,ADCmD,AiRpBQxF,EhRmBH,CgRnB1C,A7CiEmCisB,C6CjEe,CWW5C,C5RSmC,CAAClwB,A4RTDgb,IAA7C,C5RSH,CAAP,CiRpBiEmR,G7CiEXgqB,E6CjEU,EAAW,IWWZ,ExDsDd,CAAiBr5C,EwDtDEy8C,ExDsDnB,CAA5C,GwDtD0D,CAAYoC,MWHhBwE,CXGI,CAAqB,SWJjF,GXI4D,EAAmC2G,MAAxF,KxDsDT,SwDtD2G,KAAKvN,MAAL,CAAYqD,KAAZ,CAAmB,QAAnB,EAA6B,GWF7FuD,EXEkGngD,KAAL,CAAWmsB,GWJjJ,EXIyG,CAAlG,MAAV,yDWDI,2bnT0Cc,CApBP;AErCO,AK4BnB,AJEA,AULEpvB,AFXG,ACYJ,AZgCC,A4KGJ,AIAA,AGDA,AjKCA,AgGDA,AVAA,AFCA,AzBAA,AgHDA,AtBAA,ApCFE,ACGF,ANHE,AGXI,AP5CD,ArGwDL,ArCEA,AxDDA,AFAA,ATAA,A2ECA,AxDDA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,AvHHE,ACGF,APHE,AIXI,AT5CD,A+H0DL,AHAA,ANAA,ArGDA,AkMDA,ACCA,AFAA,AvOVA6J,AyDQA,ACGA,AJCE,AEFF,A/DCA,A8CDA,AMAA,AjBAA,AsICA,AyCtGI,A+FyBA,AGgCI,ACRN,AKxBmC,ACfnC,AEJA,AGmCA,AEkBKc,ACxBL,AGXG,ACOgC,ACNlC,ACTA,ACZ4C,AC4B7C,AlDWG8jD,AKIF,AWWA,ACT0C,ACV1C,ARzBD,AjRwRKl6B,OLrOE,AuHkCFkZ,A7FAAA,AhCRA,AkSnCL,AE3BA,C9RoCA,AN0BMrgB,EOzBJptB,AoHsBM+E,A7FAAA,AkSzDam3C,CrH/BZ,AoHsBP,CGNI9sB,AhD2BHq/B,AKIIpR,CtRsBAllC,AP8BI,AiIXP,A7FAA,AsR9EGtL,AlBgDA,AEnBA,C1S4DK,AyT1EDyZ,AaMwB,A7BmBzB5V,C5RgBH,AoHsBM,A7FAA,AnB8MHyI,CX3MZ,A2ThCOxO,CjUwCM,AgT1EFgqD,AwBTR,AhC0CU,AEnBA,CnS8BX,AMHU,CbiCO,AMRA,AkRhDP,AiBMiC,CiBvC7B,AcMA,AhD2BH/0C,CkCjCIjV,A7BqCC,C7RoDL,AyT1EwB,AjBiCnBif,AEnBA3mB,AzR+PXsxB,CJpOUzB,AFXHpV,AqS9BG,AiBkCH,AhT2OMkb,CjBnMI,AmIAtB,A7FAA,A0Q1EgBhG,EhT0EL,AwUnFQqqB,AhC0CR,CrKyCc,A7FAA,AkQzCJ0D,AEnBV,C1S4De,A0TzFnB,AhB6BehnC,CpSoDK6S,AoTjFH,E/S6CJ,A6QZjB,AgBeQ,C7RHW+D,AwH4CtB,A7FAA,AhCRiB,A6TlFL,A3CkCWnB,AgBeGsP,AEnBf,CoBAE,C9T4DF,AMRqB,AuR5CV,ClRQF,A6TvCN,C7TuCF,AX4CsB,AwUnFLye,AvTsRxB5oB,CkS7OsB6uB,A3BdxB,AgBeQ,AEnBoB,AzR+PC7uB,CJpOtB,AoMlE0B,A+FyB3B,ARiCuB2vB,C3RQD51C,AoMlEM,A+FyBNmL,CnBsBL,ChRmBhB,AFXqBoN,AkRRJ21B,C5QuPU5mB,CJpOF3E,A2TlDrB,AhC0CP,AEnBA,CzFvC6B,AuHgBC,CvHhBnC,AuF0DqC,AEnBA,C7R2B7B,AFX0B,AqS9B3B,CnSyC8B7sB,AFXF6rB,AqS9BE8C,AnBsBjB,CsBSjB,AtBT6B6rB,E2C/BQ6c,AvTsRrClnC,CJpOK,CAAmC,AIoOEA,C+R7QtC,CAAP,CnBsBoB,ChRmBZ,A2TlDI,A3C+B6B,A5QuPtCA,CN/OA,A6TvCJ,C3TkDkDx0B,CIqO9Cw0B,EJrOK,EAA8Cv0B,CIqO9C01B,IJrOA,AgRnBY,ChRmBpB,CgRnBuDzX,IAAzC,I5QwPXsW,CAAKmB,CAAe,CAApBnB,CADAA,EAGIA,I4Q1PwD,C5Q0PnDqB,K4Q1PuD,CAAC4mB,E5Q0P7DjoB,I4Q1PwD,CAAYqqB,A5Q0PlDrqB,KAAKwC,E4Q1PiC,CAAqB,I5Q0P3DxC,CAAa7zB,MAAb6zB,C4Q1PsC,EAAmCy1B,A5Q0PnD,CAAxCz1B,KAEFA,C4Q5PS,I5Q4PJsE,E4Q5PX,CAD2E,CAG3E,I5Q0PMtE,IAEIA,KAAKuE,IAALvE,KAAKuE,CAAS,CAAdvE,IAAuBA,KAAKgC,OAALhC,KAAiBA,KAAKwE,SAJ/CxE,MAQJA,KAAKtH,OAALsH,GAAelrB,UAAAA,CAAW,YAAA,q6CjB9MpB,CArBC;AErCO,AK6BnB,AJGD,AUNG,AFXG,AFIC,AGQN,AZgCE,A4KGJ,AIAA,AGDA,AjKCA,AgGDA,AVAA,AFCA,AzBAA,A0FDA,ApCFE,ACGF,AHdQyB,APzDH,ArGqEL,ArCEA,AxDDA,AFAA,ATAA,A2ECA,AxDDA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,ApIUI,AabF,ACGF,AHdQA,ATzDH,A+HuEL,AHAA,ANAA,ArGDA,AkMDA,ACCA,AFAA,AvOVI,AyDQJ,ACGA,AJCE,AEFF,A/DCA,A8CDA,AMAA,AjBAA,AsICA,AyCtGG,A+FyBC,ACmCF,AEHM,AKnDN,ACmBC,AChByBq3C,AGwB5B8V,ACME,AGoBK,AElDL,AEeE,ACMiC,AGhBnC,ACmBA,AlDUG,AKMF,AWSAvG,ACV0C,ACR1C,AtBwFH,ApCjBI,A/NkMK/4B,E0TzVoB47B,CjNkCF,A/FAA,E+FkDtB,A/FAA,CrB+CGxgD,C6HQD25B,A7FAAA,C2FXC5iC,A7FAAA,AsR/EoBq3C,AlBiDzBuP,C/QsDM,AuRzFN,AqBHA,C/TuES,AuT1DF,ACMJ,AQTuB/3C,AIGtBA,CzB2BA6iC,AY3BIluC,CnBOF0sB,AzRyQArC,CjB9MI,AyBaAn4B,AnBrBE,AkTrFNqM,AK2BT,AMxBSA,AlTwSA8rB,CjB9MK,AiIXA,AxGwBA,AWxBA,AkS1DuB,AIGnC,AjCgBiB/nB,AxRgQHolB,CN7PQ,AsHoCTjxB,A7FAAA,A4Q/DL,ASAFyC,AChB2B,AI8BxBg1C,AGkBL,AIjCI,C1T4BJ,AkTnBU,AnBOH,C1S2DA,AyBaI,AnBrBEz4C,A2S/BjB,ASnDmC,AgBwBvB4V,CzMuDA,AxGwBV,AWxBU,A6Q5BA/P,ATFD,CxSyCM,AiIXX,A7FAA,AsQhDQ,CjRwEIpJ,A+R1GJ,AWGA,A1BuC6B,ChRgExB,A+R1GJmK,AMiCX,AGoBO,AElDIA,AOwBf,AlCyBc,CxSyCH,AmIAX,A7FAA,AhCRa,AmTlEZ,AKces2C,CxToDOxgD,AmTlET8lD,AIQhB,AnBOG,AzRyQM5tB,CjB9Me,AyBaAzL,AwRpDtB,APtBuC,AzR2Qf4I,CRtPXpY,A0HwCU,A7FAA,A2QvCH,APnBnB,AzRwQMib,CjB9MI,AwSzCQ/O,C/QsDjB,ARiMiCmM,CjB9MT,AwT7FnB,AWGA,AlTwSA4C,CQjMoB,A+R1GH,AMiCpB,AK9BoB,ChM0FxB,A7FAA,AwR5DyB,AtBmBX,C/QsDen4B,A+QtDLmgD,C/QsDtB,AnBrB8B,CGhCX,AHgCYjgD,CGhCV6vB,ATwCZ,AyBcP2L,AgSxFH,CAA0B5V,AjBiCb,CxSyCoB,A8T5D9B,AtBmByBoY,C/RCR,CAAR,AqTpBoBh+B,CxToDV,E2S/BvB,ATFc,ClSiC4B,AkSjCPwjD,C/RCHh0B,AHgCnB,A2S/ByBprB,AQnCrC,CnTkEC,AwTpDE,A9EwEqB7E,EvNET,CAACiuB,AwRrDjB,AarB0C,AtBmBzC,CSE2C,AarB5C,EAA6C,A9EwEd,CmEtDUjuB,AnEsDTY,EiEnDiB2zD,EjEmDxB,CvNEC,AuNFYvxD,CvNEXzC,A0RxDoB,C1RwDrB,A0RxDsBK,C1RwDhC,ChBtDV,CgBsDyB,AuNFY,CmEtDF,AnEsDGd,CiEnD5C,AEHqD,E1RwDrC,CuNF2B,CvNENgU,AuNFZ,CAAvB,CmEtDuD,CAACksC,C1RwD1C,CAAZ,O0RxDqC,EAA4Bj/C,MAA5B,CAAoC,UAAA8T,CAAC,MnEsD3B,gXhPZxC,CAtBC;AErCO,AK+BpB,AMJE,AJPK,AGSP,AZ+BG,A4KGJ,AIAA,AGDA,AjKCA,AgGDA,AVAA,AFCA,AzBAA,A0FDA,ApCFE,ACGF,ANHE,AGXM,AP5CJ/U,ArGwDJ,ArCEA,AxDDA,AFAA,ATAA,A2ECA,AxDDA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,ApIWG,AadD,ACGF,APHE,AIXM,AT5CJA,A+H0DJ,AHAA,ANAA,ArGDA,AkMDA,ACCA,AFAA,A9KFA,ACGA,AFDA,A/DCA,A8CDA,AMAA,AjBAA,AsICA,AyCtGC,A+FyBG40D,ACoCF,AEL8E,ACR9E,AI3C0BxS,ACoBzB,ACjBuB,AI+BvB,AGoBIvjC,ACzBL,AC1B0BujC,AEgBxB,AECF,ACTC,AEiBD,A1F6EO,A/NkM4BpsB,IyGpQjCh2B,A/FAAA,GwGuDG4tC,ALAAjtC,AJvDA,ApFuDAitC,ANAAjtC,ALvDA,A+RpCE,CFHmByhD,AEG1B,AQ0BI,AC1BsBA,AIiBtB,C7MmBG,A/FAA,CqRnBLwS,ACoCIpoD,AuB7CD,AEiBAotD,CtBeAnd,AnS+PenzC,EkH5MpB,ALAA,AxFAA,ANAA,Af8MQkrB,CoTzRA6lC,CbnByB,AK6BpBnC,ACKLprD,AILG23C,AC1BsB,AIiBtB5wC,AGQX,CvMkEc,ALAA,AxFAA,ANAA,AgR1EN,AiBkCHgL,AjFmDQ2J,CvOtDU,AT2CR,A8HAf,AJxDG,A1FwDH,ALxDG,AqRlBMqK,AIuBT,AI3CmC,AWGA,AKQvBhf,C/TwCP,AT2CW,A8HzCgC,A9FAA,AiRGlC,AGbFqtC,AsBfC0Y,AzTgRA3gC,C6G9MI,A9FAA,CmGAjB,A7FAA,CtCAe,AmItCiC,A7FAA,A2QA/B,AkBrDO,AEgBT,ClM2EK,A7FAA,AwR5DL,ASdX,CvU0EiB,AiTtCrB,AatBgBruB,AGoBJ,AS1BZ,CzBmBQ,AgBOK0a,ACzBO,AGVFm3B,AGRb,AxF8FgB,CiE/CrB,AEPkF1nC,ACRlF,AcdqB2vC,ClUiEN,AmT3CoE,ACR9D,CmBvBE,AtTsRHp7C,CjB5MM,AiUxCrB,AhT4OIkrB,CgT5OU,AO3CK,AvToRnBA,CjBjMU,A8T5DP,AOfgB,CrBCtB,AG+BsF,ACRxF,AiBxByB4qB,CrU2EK,AgT1EN1lC,AM2BZ,AQbX,EILU,CAAqBlM,GlUiEjB,AuU1Ef,CvBAE,AkBSS,ClUiE2B,AkUjElC,AKTgC,ACTnC,AnDqNmB,AyDAA,E9B5MctN,AG+B4C,AqBxCzC,CHQnB,CAAqBM,CHUG,AlF4EnC,GgErFiC,CAACiqB,CqBDvB,CAAhB,IrBCgC,CAAe,AkBSjD,ElBTkC,AkBSqB,ElBTFmqC,MAAM,CAAC/hC,cAAP,CAAsBnZ,MiBkCtE,CjBlC6B,EAAkDsZ,MAAlD,CAAhC,8hChT0Ea,CAvBH;AErCO,ASiBf,AX4CF,A4KGJ,AIAA,AGDA,AjKCA,AgGDA,AVAA,AFCA,AzBAA,A0FDA,AnCCA,AHdO,AP5CH/yB,ArGwDJ,ArCEA,AxDDA,AFAA,ATAA,A2ECA,AxDDA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,AtHAA,AHdO,AT5CHA,A4H0DJ,ANAA,ArGDA,AkMDA,ACCA,AFAA,AvOXI,AyDSJ,ACGA,AJAE,AEDF,A/DCA,A8CDA,AMAA,AjBAA,AsICA,AwI7EI,ACsCF,AER8E,ACN9E,AEGA,AEhDwB,ACehB,ACXR,AI+BC,AGoBI2K,ACzBJ,AC3BwCke,AGsBzC,ACJC,ACTC,AEiBF,AEPD,ApDiBGle,AKKD,AWUA,ACVCnM,ACRD,AtBuFH,ACsGE,AyDAA,A7T2Eaw6B,IyGpQXh5B,A/FAAA,ErB8CIS,AsDYFkmC,C4PlGG,CAAP,AWGyC9d,CzMqClC,A/FAA,C+SXF5lB,AlDUH0H,AiBKAnM,C/KJO,A/FAA,CuSVHimD,AC3BuC,AIkBvC7wC,A1CuBD,AWUA89C,CYTE7kD,AEGAA,AgBvBAqvC,A5BWD10C,C9O8DM,AuQ/FmC,AKSxCoM,ClU0EQ,AoUzDf,CpUyDgBlT,A2T/BXiK,AxBXG,C7OsDOwO,AuP/C0B,AmB1B9B,A9CcF,AiBKA24C,C9ROD1hC,AX4CQ,A0UlEHntB,AlDUHwrD,AKKD,C7RmDQ,AuU1EhB,A1CuBS/vB,CnKJQ39B,A/FAAA,AyRKJ,AEGA,AZZb,CUSc4J,AEGAA,AYlBd,AMlBC,CxUmFc,AMTV,AgU7DU,A9B6BD,CyBCH,AMlCK,AGQjB,AlCyBgBnL,AElBAkuB,C1S2DM,A4DGA,AsQpEJ82B,AURyC,A/CsBtD,CvR0CoB,AsDYF5d,A4QtFL,AhD2BD,AKKDupB,AaRf,ChLIQ,A/FAA,ArB8CP,AkR/CgBx4C,AkBHC,C/ReF,AX4CD,A0HvDSxQ,A/FAAA,C+FAhB,A/FAA,ArB8CmB,A8SzCrB,AEGA,ASZC,AOXD,CtUsEoB,AsT/CH,AM/Cf,CjTkDW,A+GXQ,A/FAA,AyRK5B,AZSK,C7RHgB,AX4CL,AwSzCS,C7RHrB,A2T1BsBwS,A7BmBxB,CzSmD6B,AkUjEJ,AKT1B,A1CuBI,AYAqB,ACRzB,C/ReuB,AuTrBI8qC,ArCcH11B,C2ChCvB,AhD2BO,AkBHmB,C4BXE,A9Cc5B,E5N2Da,C5DHC,AwSzCX,ExSyCkC,AsUtEJ,CzCmB9B,CjOsDoC,AsQpEvB,ArCciBK,AWUE,C0BxBE7hB,A1BwBD,AN7CP,CM6C9B,EAAwC,C5O4CzC,AsQpEkB,AILlB,AzCmBK,CqCdJ,ArCcA,AYAC,EZAyC,AYAC,U8BvBZqG,ECTCA,E9BwBhC,EAA2D,C6Bf3D,ECTuC,CAAC5S,MAAR,A9BwBqC6lB,C8BxBrB,I9BwBW,EAAiB,I8BxB3BN,IAAD,gJxUmFjC,CAxBJ;AErCO,AW6BnB,AFXKqJ,AFIA,ATwCH,A4KGJ,AIAA,AGDA,AjKCA,AgGDA,AVAA,AFCA,AzBAA,A0FDA,ApCFE,ACGF,ANHE,AJvDI,ArGwDN,ArCEA,AxDDA,AFAA,ATAA,A2ECA,AxDDA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,ApIWE,AadA,ACGF,APHE,ALvDI,A4H0DN,ANAA,A6FFA,ACCA,AFAA,AvOXQ,AyDSR,ACGA,AJAE,AEDF,A/DCA,A8CDA,AMAA,AjBAA,AsICA,AyCtGA,A+FyBG,AG2BI,ACHL,AEE0BuyB,AE/C1B,ACcQ,AGbR,AGoCA,AEkBK,ACzBJ,AC5BuB,AEehB,ACQR,ACJC,ACVgD,AGenD8Z,ACL6D,ApDkBzD,AKKA,AWUAvK,ACVChhD,ACRD,ArB6LF,ArCxHG,AkDhGH,A4CwNA,A7T8C+BqlB,KsT5P/B,EpM4EKgM,ALAA+E,AxFAA/E,ANAA+E,A4BGAF,AoPnFL,AmBbO,AQwBF,A1T2BS5R,CqSNYmtB,Aa7C1B,AQwBM7zC,ClTmFC,AnBvBI,A2M1FJ,AuEOC,AvQwSK0qB,CyGnQL,A/FAA,AgTdV,AnDvBG,AgBmDC04B,AN7CI7M,C0BRD,AGoCArI,AQhBE,AlD4MF3tC,AyDAAA,CZnMCtB,AzBcHmD,C5RkBI,AY+CP,AnBvBelQ,A0SjER,A2BKI,C7MqEX,A9FAA,A1BTgB,AoSlDRgzD,ChLIK9yD,A/FAAA,AwRKT,AGE6B,AM9CxBF,CjTkDJovB,AwH4CL,A7FAA,AsR9FU,AM6BT,AlF2EMrH,ClHVQ,A9FAA,A1BTI,AgTvCgB,ASVnC,AS1B2DhC,A/BiCnD,C5RkBImM,AbiCI,AMTV,AyTjDM9oB,A7B5BE,ClSsFG,AmIAAuP,A7FAAA,AsR9FJ,AM6BA5L,AzBcHmQ,ChSWD0S,AH+Ba5vB,AsDYtB,A4O5CY,AnB2KZ,AyDAA,CpNzLQ,A/FAA,ArB8Ce,AkU3EwC,AnDsNhD6d,AaxNE5f,A4CwNF4f,C9UlIC,A8HAhB,A9FAA,AsRhDwC+4C,AqBrB1C,C7M0BkD,A9FAA,A4B8C3B,AsQpEpB,A1BwBcjkC,CxSyCO,A8HAA,A9FAA,A1BTI1yB,AsDYJkmC,AgQjGJ6V,AGoClB,A1C4LA,ArCxHe,A8FwHf,CjUnKO,AkTzBa,A1C4LA,ArCxHJh9C,A8FwHI,CjUnKAyxB,AsHiCI,ATvDA,ApFuDA,AXvDA,A6S7B4C,CxUoFpD,AmIAS8Q,ATvDrB,ApFuDqBA,AXvDrB,A8QIc,CAAErxB,ACRE,C7R0Bf,AJPW,ATwCS,A0HvDA,A/FAA,AuQ/BF,CrRqDA3Q,A+S7DZ,AYU8C,AtCFjC4e,CvR0CN,AX4CJ,A4T9FSsiC,AlBmCA,CjSmBJ,AmD2CrB,AmQ7DA,A/EoEO,CnO3CA,AJPe,ATwCS,AMTI,AsDrCG,A6OLpB,AzD6DO,CrOtDF9wB,AFIlB,AH+B+BzvB,AsDcpC,AmQ/D6B,AS1B+C6lB,A/BgChC,C5RmBdvmB,AwQmK9B,AyDAA,CrU1KyB,A0HwCR,ATvDiB+/B,ApFuDjB,AXvDiBA,AsL5CpC,AqGmD0B,AtE0DjB,C/B7G4B,AuF0Dfr+B,CoBrDP,AGoCb,AS1BgF,CxUoFhE,A4T9FkB,C/S6D3B,APwBD,CNSiC,AmIAA,A7FAA,CzBjCF2J,A6GtBG,A/FAA,ArB8CI7K,A2M1F9C,A+B6GoC,CtHjEOggC,A/FAAA,ArB8CI,AkU3EwC,AhC2CtE,AxDmDZ,C/B7G6C,AuF0DpB,ClSgCtB,A0OmB+B,CnO3C9B,AsHiCP,A7FAA,AsR9Fa,A1BQI,CrRqD0B,AsHPK,A7FAA,AhC+BC,A4R7EL,C/JsFE,ATvDZ,ApFuDY,AXvDZ,AiSvCS9/B,AlBmCfmmB,ChLImB,A/FAA,A6S7BE,C9M6Bf,A/FAA,ChBWM,A+GXb,A/FAA,ChBWc3X,A6RG1B,AN7CkCmC,CQ2BhB,CkBnCpB,ASmBU+oD,A7BkCe1I,AElBJnxD,CR3BjB,CAAjB,CvR0CuB,AiTlD6B,CjTkDJ6vB,AiTlDhD,EAAuD5vB,AlBmC9B,CkBnC+B,ASgBhD,C3BmBkCwmB,C7R0BmB,C2RR9C,CoBrD6C,ApBqD1D,CoBrDF,CjTkDuB,CiTlDwCxmB,CjTkDJQ,AiTlDK,EAAhE,EAAoE,EjTkD7C,A+RfE,C/Re0C,A+RfV,U/ReWsvB,CAAD,EAAO,E+RfjD,EAAiD,8BAAjD,EAAiFrJ,MAAjF,EAAvB,kCbQsJmI,KAAtJ,8CAA8LiuB,SAA9L,SAA0M,MAAI,CAACb,MAAL,CAAYqD,KAAZ,CAAmB,SAAnB,EAA8BzwB,KAA9B,CAA1M,sc7RmDc,CAzBJ;AEjCZ,AWyB6D,AFXa,AFKpEQ,ATwCJ,A4KGJ,AIAA,AGDA,AjKCA,AgGDA,AVAA,AFCA,AzBAA,A0FDA,AtCbMjlB,AP5CA,ArGwDN,ArCEA,AxDDA,AFAA,ATAA,A2ECA,AxDDA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,ApIWC,AWzBKA,AT5CA,A4H0DN,ANAA,A6FFA,ACCA,AFAA,AvOXYoJ,AyDSZ,ACGA,AJEE,AEHF,A/DCA,A8CDA,AMAA,AjBAA,AsICA,AyCtGE,A+FyBC,ACwBO,AKCgD8U,AGjChD,AGZP,AEiCD,ACIA,AEiBI,ACzBH,AC5BD,AEcQ,AEKP,ACXgD,AEmBjD,AlDUC,AKKC,AWUA,ACVCjY,ArB8EL,ACwGE,ArCzHI6Q,A8FyHJ,A7TkFG1hB,CQjPL,IySxCE,CjMyDI4K,A7FAAA,A9BEMoJ,CkRrFH,C8B6CiD8U,AoBjBpD,AlD5BJ,AvQmTG9oB,CgMxTI,AuHc0B,A3CgChC,CnKFO0/B,A/FAAA,ArB8CM,A2M1FN,A8G0CFj4B,AS5BJ,ClU4EahH,A4TxDR,AjTsRJT,CJvP0CA,APyB7B,AgTxC4C,AM7CrDipB,AWoBDpV,A9BuBHhD,CxKwCQ,AP5CA,AtF4CA,AT5CA,AmSNJ/D,AGaJ,AhTqQK,CgHhOIi/B,A7FAAA,AkRtCkD,AtE2D1DrqB,CnO5CyD,APyB1C,A2M1FN,A+FyBLkzC,A0BQGgF,ACFEsC,A9CiBL,CnKJMl8B,A/FAAA,ArB8CA,AsTrFH,C5T8FI,AMTL,AyThDG,CtTiBPnQ,ATwCU,AiNnGA,AwFgDP,AzD6DD,C/B7GD,A2GKO,AWoBb,CjUiEuBnvB,AwTpDV,ACIEhC,AWTZ,AjCeOif,CzSmDI,AgT1ED,AcaC5S,CpMMK,A/FAA,AqRnBL8nB,AuBAC,C1TwC6B7yB,AbkCxB,A0HvDA0gC,A/FAAA,CiSvCF+b,AWoBlB,AtTqRYxjB,CgM9SU,AyHiCF,C7TgCwC,AbkC9C,AiNnGf,C6GsCO,C9T6DmB,A8T7DH,ACIC,AU9BhB,AhCoCW,CnS0Cc,AyThDR15B,AtBMJsR,CzSmDN,AiIXa,A7FAA,A9BEMpQ,AsTrFpB,C3LmFeqB,A7FAAA,A9BEI,AsTrFPo/C,C5T8FI,AMTpB,CG/BW,AwSGVzgD,CtSPe8vB,A+GXZ,A/FAA,AsRKN,CtSMmB,A+GXMnpB,A/FAAA,A8QId,AzD6DDlE,CrOtDU6L,AFIJqhB,AiHfU,A/FAA,AqRnB1B,A0BQJ,AjCawC,COrBd1W,ChT0Ef,A4T9FD,CAAqB,C5T8FG,AiIXV,A7FAA,AsSvDQkgD,A1F4Eb,CrOtDG,A+GXa,A/FAA,AqNiEf55D,CrOtDW,AsHiCK,AP5C1B,AtF4C0B,AT5C1B,AoSFE,CrMEZ,A/FAA,AoSFoC,CfjBvC,C0BQwC,A1F4ElB,CrOtDG,AsHiCE,A7FAA,AwRnFd,A5EwGI,CrOvDwD,AsHkC/D,A7FAA,A4MqBkBwoB,C/GrBzB,A7FAA,AwRnFwC/nB,CAA9B,CAAb,Ac4B6C,GjU0BL,CAAC0O,CuOkDxB,C0F5ElB,A1F4EQ,E+EnEQ,AWTsC,CjU0B9B,AsTjBxB,CtTiBiDkhB,GqTrB1C,CAAP,C9EuEI,IvOlDoB,EAAoCpvB,MAApC,CAA4C,UAACsvB,CAAD,EAAO,6OTwC5D,CA1BH;AE/Bb,AWuB8D,AFXa,AFKC,ATyCzE,A4KGJ,AIAA,AGDA,AjKCA,AgGDA,AVAA,AFCA,AzBAA,A0FDA,ApCFE,ALAA,AGXG,AP5CC,ArGwDN,ArCEA,AxDDA,AFAA,ATAA,A2ECA,AxDDA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,AvHHE,ANAA,AIXG,AT5CC,A4H0DN,ANAA,A6FFA,ACCA,AFAA,AvOXS,AyDST,ACGA,AJEE,AEHF,A/DCA,A8CDA,AMAA,AjBAA,A+KrGC,A+FyBE,ACqCA,AEPGxlB,AGNoB,AGjChB,AKsBR,AGqBG,ACzBF8T,AKTA,ACXC,ACDF,ACoBC,AEV0D,ApDoB3D,AKKE,AYAC+zC,ACRD,ArB8LF,ArCzHI,AkDnG2B,A4C4N/B,A7TkFG3yD,KgHvOD,A7FAA,C8R/CD4e,C/LiEIgkB,ALAAmE,AxFAAnE,ANAAmE,AsRlDE,AkBrCN,ClBqCD,ArSuQG/mC,EyG5QKqU,A/FAAA,A8S/BF+a,C/M+BG,A/FAA,AsSKA,CpTeyCpvB,AoSF3CkvD,AyB7BD0K,AjCeHjH,C3KmDH,A9FAA,AkSjEQ,AMpBA,AxF6FL,A/N6MA3yD,CyG5QS,A/FAA,AwRWR8K,AerBK0Q,AxBMH,C1S2DO,AyUtFF,A/B2BJg4C,AzRgRG,CjBrNI,A8HAA,A9FAA,CnBnC+C,AiHmC7D,A9FAA,AiSxCS,ApCXA,C1JmDT,AL7CgD,AxF6ChD,AN7CgD,AiRQnC,AwBjDC/0D,ACoBb,C1UkEY,A8HAI,AJvDAW,A1FuDA,ALvDAA,AuSVhB,AlF2ES,CmEtDA,CnT4CS,AmIAA,A7FAA,A2QrCH,AEPJ,AuBtBG,CvMkEK,A7FAA,AmQnDP,CtKmDQ+Z,ATvDjB,ApFuDiBA,AXvDjB,C3BuDS,AySnDE,C5RgBmCnZ,CbmC1B,AyUtFF,CxBiDF,AwBjDGV,ACoBHk9C,C1UkEP,AiTrCQyD,CPtBnB,C7RwB2D,AbmCjC,AmIAA,A7FAA,ArBqNCnqB,CkHrNA8M,A7FAAA,AoQ3DN,AzRgRb,EySjTG,AgB0BE,AzTuRyB7M,CyTvRbopB,AzTuRjB,ER7PiB7uB,ATwCd,AiBqN2ByF,CR7PZ,AwSGZ,CxSHajnB,ATwCO,AiTrCLtO,CAAf,CAAf,AwBjDa,CxBmCN,AwBnC8B,CtMsFtC,A7FAA,A2QnCC,CxSL0B,A0HFqB,A7FAA,C7BEZ,A0HwCM,A7FAA,A4RjET+M,EOrBnB,ACoBC,CDpBf,ACoByCoM,CjU0Bd,A0SJjB,AerBT,CzTwB0E,A0SHvE,AjB1CkBkrC,EwCoBP,CAAd,KxCvB8B,oILsC7B,yV7RmDW,CA3BD;AWnB8D,AFKC,AT0CzE,A4KGJ,AIAA,AGDA,AjKCA,AgGDA,AVAA,AFCA,AzBAA,A0FDA,AnCCA3T,ANHE,AGXC,AP5CG,ArGwDN,ArCEA,AxDDA,AFAA,ATAA,A2ECA,AxDDA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,ApIWA,AcXAA,APHE,AIXC,AT5CG,A4H0DN,ANAA,A6FFA,ACCA,AFAA,AvOXK,AyDSL,ACGA,AFDA,A/DCA,A8CDA,AMAA,AjBAA,A8Q5EE,ACuCC,AETG,AGNJ,AGlCQ,ACRR,AELoE,AGwCpE,AEiBGpmC,ACzBF,AGhBO,ACUT,AEdG,ACDF,ACoBC,AEX0D,A/C0BzD,AWUD4mD,ACd2C,ACJzClV,AtBqFL,ApChBM,AkDpG2B,AjR+S1B,GgHzOE,A7FAA,C6FAP,A7FAA,CsShDA,GETcN,ApCoCbwV,CpK4CM,A3GWA7zB,AcXA,C6FACl7B,AV1DAnC,AnF0DAmC,AZ1DAnC,A+RrCJ,AKmCA,CrMEK,A/FAA,A+SXF,AjCWL,CwBeCsK,AWrCwD,AlCkBxD0xC,EhLIS,A/FAA,A6S9BL5oC,AvT0SEqlB,CyG5QL,A/FAA,A+RrCKujB,AzSiTAvjB,E8S9QE,CEiBF,AzBDE,AElBF,A1DqED,A/N2MU1E,CmHlNpB,A7FAA,A0R3Ca,AvBnBDpP,C1S2DQ,AoIGA0sB,A7FAAA,CvCHC,AyBcrB,AiS1GM,AcOF,AhC4CY1e,C7RLD5C,Ac4DOhwB,AiS1GJ0gD,AKmCAxlC,A9S8QX,CwT3SF2T,CzUsFe,AsUvE6B,AEd9B,A9B0Bd,C/RYuE,AySJ9DrJ,AVRIZ,A1DqEDliB,ChPVS,AwUrFtB,CZViC+lB,CnS6GrC,AgTpGE,CzUsFkB,AwThGT,AEIL,AKmCO,C9ToBa,AmIwC1B,A3GW8BrP,AcX9B,AmR/F2B,AKmCDxG,AU7BdgV,A/B2BP,AKkROssC,A/D7MU,ChPVS,A4T/FU,AlBoCjB,A1DqED10D,C4EzGmB+O,C5T+FtB,AoIGa,A7FAA,CdWjC,CzBdmC,AoTnDX,AWNlB,AvBgBesP,AxDmDC,CvNIctV,AuNJnB,C0EtGX,AEH+B,AbsTlB,A/D7MSyf,C4EzGqB,CFGb7nB,AeMlC,CV6BkC,AU7Bb,CzUsFH,A4T/FiB,ApBsDrB,CoBxDsD,ApBwDzC,CxSyCc,AoIGAskC,A7FAAA,CdW3C,CiS1GM,AeMJ,AzFgGe,CvNI6BlH,AuNJpC,E5GPuB,A7FAA,AwR5D/B,CLnC4C,CtL+FImH,A7FAAA,AmR/FhD,AKmC4C,C/EmEJ,C0EtGO,CjS0GjD,C+QvDgB,C/QuDuC,C+QvDZysB,CiC7CV,A/B2B5B,CtK8D4B,A7FAA,CyMOvB,C5GPkDtwB,A7FAAA,E6FA3B,A7FAA,AkSzFKob,CzFgGgB,C5GPU,A7FAA,EiQ5ChD,CAAb,CiC7C8B,CAAYoC,CzFgGgB37C,KAAK,CyFhGjC,AzFgGkClD,CyFhGb,GzFgGY,CAAL,CAAWwoB,EiFlD7D,CAAN,IQ9C4B,CzFgG4B,CyFhGOtK,AzFgGd,IyFhGpD,CzFgGoF,QAAhF,EAA0F,GyFhGpB,KAAKu+B,MAAL,CAAYoC,OAAZ,CAAqB,YAArB,EAAmCwG,MAA7G,cAAuH,KAAKh2B,KAA5H,uEzUsFkB,CA5BN;ACRZ,AYA6D,AFXa,AFKC,AT2CzE,A4KGJ,AIAA,AGDA,AjKCA,AgGDA,AVAA,AFCA,AzBAA,A0FDA,ApCFE,ACGAgS,ANHA,AGXD,A5GYD,ArCEA,AxDDA,AFAA,ATAA,A2ECA,AxDDA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,ApIWE,AadA,ACGAA,APHA,AIXD,AmHcD,ANAA,A6FFA,ACCA,AFAA,A9KFA,ACGA,AJCE,AEFF,A/DCA,A8CDA,AMAA,AjBAA,A+KrGA,A+F0BC,AIqBuB,AI5CtB,AEIC,AENmE,AGyCnE55B,AEiBE,AIvCD,ACO6C,ACjCK,ACoBlD,ACDF,ACoBC,AEZ0D,A/C2B1D,AWWA,ACXC,ACPCqf,AKiRH,A/D7MKpF,A/N4MA,CgHjPY,A7FAA,CgG8BjB2f,AH5FgE,A1F4FhEA,AH5FgE,EgG4F9D,AHdAkK,A1FcA,AHdAA,CgGcC,A7FAA,CdWC1W,C0GdC2M,A1GcL,AadKA,AsBIAsF,AiOjEU,AWYR,CuBRNr/B,AarBmBmS,CxMiFbssB,A7FAAA,A0KtGA,A4EgDJ92B,C5RcC,CuT3DC,ATuTAulD,C2BzRCkF,AEZqD,AlCoBxD/yC,CbHY,AWqBR,CXXE,A5QyQA0N,ChB3PAvP,ADqCI,AwThGJxkB,AEIDqM,AKmCA,C/TyDM,AmIAd,A7FAA,AkRhGU,AOuCD82C,AlCJM,A7CuEVliC,C6CvEL,AWqBW,AElBH,AKiRR,C2BzRC,AhCQQogC,C1S0DI,AmIAI,A7FAA,AkRhGJ,AvSsTCvsB,ChB3PV,A8S4PUm/B,A/D7ML,ChPVU,A0UlEJ,C/TmBG7vD,AiDmDlB,A8PhGe,AlBoDCglB,CkBpDA9e,AeMbskB,ChU4CWmB,AT0CD,AmIAb,A7FAA,AkRhGkBisB,AOuCjB,A9S+QQjoB,CkHlQuC,AF7CP,A3F6CO,AF7CP,AwB6FlBpb,AmQ7DJ,AhBgRnB,A9RDoBoc,ChB3PC/Q,AUXqD,AXgDlD,AmIAA,A7FAA,AkQxCb,C/RHgE,AiUvBvDg4B,AlC0BCmE,CxSwCR,AiIXaxU,A7FAAA,AqS3E1B,CfNQ,C1T4FoB,AwThGf,AEIW,AeMd8Z,CxHbZ,AuGG2BhF,AhBwDd,AvR8PF1sB,C2ClNqB,AqJvGA,AuF2DJmK,C5O4CKmI,A8QtEhB,CAAYgzB,CtMqExB,A7FAA,CtCxC4B,ADqClB,AoIGqB,A7FAA,AtBmNdtkC,ChB3PY5Q,AuSHrB,AvR8PoB,CjBtNK,AwThGvB,AiBUb,AjC8CgC+sC,AvR8P3B,CgMzTP,AuGGoC,AiBUd,CzFgGEnpC,A/N8Mf,CgM3TsC,CyFyC1C,EzSqBH,CyU7Be,CzU6B0B,AyU7BD5O,ClB9B3B,AvSwTN,C2CpNgB,A4O5ChB,AxDkDE,CwE1GmCjZ,AiBU5C,CrMyFG,AH5FsC,A1F4FtC,AH5FsC,AsSuB1B,AlC0B6B,C3RIpB,AuHuCtB,AH5FJ,A1F4FI,AH5FJ,CgG4FE,A7FAA,AqBCkD,A8QtEJi5D,AzTyRvCplC,GuSvTM,CEIL,C7SwDoB,A6SxD3B,AgB0Bc,AzTyRHkD,CJ3PiB5E,A+CwC7B,A4PpGqD,AkB8BpD,C9QgBqC,A4P9CtC,C5PsGA,C4PtGwDryB,CAAC,IAAI,C3S4DrC,A2S5DxB,AaiBgC,ArFyFOyC,CnO9CA2Y,C2S5DyBpb,CAAC,CvSuT1D+zB,CuSvTP,AxE0G4C,A/N6MjBuB,C+N7MkB/1B,A/N6MtCw0B,CJ5PsD,A2S3DQ,CvSuT/BwB,CAA/BxB,C+N7MqC,CAAL,A/N6MDwB,C+N7MYxN,A/N6MD,CAA1CgM,CACA,M+N9MgC,CAA9B,SAAJ,kbhPVQ,CA7BD;ACR6B,AYAoB,AJNc,AT4CzE,A4KGJ,AIAA,AGDA,AjEAA,AVAA,AFCA,AiEDA,ApCFE,ACGD,ANHC,AJvDI,ArGwDN,ArCEA,AxDDA,AFAA,ATAA,A2ECA,AxDDA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,ApIWE,AadA,ACGD,APHC,ALvDI,A4H0DN,ANAA,A6FFA,ACCA,AFAA,AvOZI5H,AyDUJ,ACGA,AJGE,AEJF,A/DCA,A8CDA,AMAA,AjBAA,A+KrGE,AgG+DC,AEREy2B,AKpDF,ACiBD,ACbC,AEPmE,AG0ClEjwC,AEiBA,AClCgC,AGNF,AEIhC,ACRC,ACFD,ACoBC,AEb0D,A/C6B3D,AWUCu+C,ACXA,ACPE7qC,AtBmFL,A2B8LE,A/D7MK,AkDtG0B,AjRqT1B,CmHxNP,A7FAA,CjCXI8F,A6T1IuB4nC,GKmDzB,C/S+GI92B,CnBxBG,CAAC34B,AsUrEkByI,ApCuCzBmkD,CvF3DM,AgH0CC,CFANv+C,AEAD,CRtBI3L,AeLE,C/SkGP,AnBxBE,A2S1BG,AERF47C,AKpDIp6B,AIDCkzB,AYcP,AII0D,AlCqBxDr1B,ChLGQxS,A/FAAA,ArB6CE,CNUD,A0HvDR,A/FAA,AVgRKkgB,CjBzNI,AiNnGA,A8G0CN,A/EiEH,CtH/DU,A/FAA,A6RzCH,AIHyD,CtTyFnDlH,AyT/CR,ArBDD,C1S0DI,AyT/EZ,AYDausC,A7BwCF,AElBF9X,CzFzCI,AuGGC,ACiBDmE,AxSwSC9uB,CjBzNI,AiTpCN+3B,C3S0BC,AkS9BC,AxDkDH,C1OpBW1iC,AyT/CRgwB,C/TyDF,AmT5CE,AsB1CXptB,ChU2CgBxqB,A+SrDA43C,AagBa,AhDmLnB,AyDAA,C9UnGU,AMVV,A0OoBEv5C,CiE9CV,ATJc2mB,AvRiQd,CjBzNO,AMVe7V,AmTrE3B,ChTmC2E,AgTnCpD,AMsBd,AU7BT,AxT+SuB,CjBzNI,A8T9DlB,ACKYqsC,CPvCP,AiBUJx2B,AjC8CI,AxDkDM,C1OpBP,A2S1BS,AO5DIq3B,AhBwDFN,AxDkDH5gD,C1OpBnB,CoShDC,C+B5BH,CzUsFY,AyUtFI,AjC8CF,AxDkDM,A/N+MUw0B,CkSrQV6uB,AXIS1kB,AxDkDd,ChPVoB,AgPUTnW,CwE1GZ,ACiBd,CR2CC,AO5DkC,CCU3B,AxS+S2B2Q,CgS7PH,AQzChC,AjBqCc,CiC9Cd,AjC8CmCw4B,EiC9CV,CV6BhB,A/EmEM,C+EnEwB,CZazB,AKpDA,CLoDX,CKpD0ClxD,AiBUfq/C,CjBVhB,CAAb,AOuC2CpkC,A9SkRd8Y,CuRjQ7B,CvRiQsB,CwT/SvB,IV6BuC,A/EmEQxwB,C+EnEKoP,I/EmEzC,C+EnEF,C/EmE6C,yR6CrDlDiyC,MAPJ,wvD7RkDY,CA9BA;AWjBN,AXgDJ,A4KGJ,AIAA,AGDA,AjEAA,AVAA,AFCA,AiEDA,ApCFE,AFXF,AP5CQjlB,ArGwDR,ArCEA,AxDDA,AFAA,ATAA,A2ECA,AxDDA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,ApIWE,AadA,AFXF,AT5CQA,A4H0DR,ANAA,A6FFA,ACCA,AFAA,A9KFA,ACGA,AJGE,AEJF,A/DCA,A8CDA,AMAA,AjBAA,A+KrGI,AgG+DA,AERC,ACTH,AKxBA,AGvBoE,AEsCpE,ACGmB,AEmBlB,AC3BD,AGbGy5B,ACM4C,AET9C,AIG0D,A/CuC3D,AYVA,ACPG/yC,AKkRJ,A1BrHC,ArCzFKpF,AkDpGL,A4C6LA,A7TuHK8S,EuQ/WuBk3B,EvJ0I1Bjf,A7FAAA,EXyBEzO,EiGrEEoC,A/FAAA,CoSJL,C9GxCO,AmG8CFnF,AUTAhS,C9T8DG,AmTzEsE,CnTyErE,AmT1CR,ASxDYygC,AlBwCX5iC,CrB6JI,AyDAA,CrTrFP,AwLjHY,AgG+DNrmB,AGjBI,AUTA,AOlBPo5D,CrUgFM,AiTpCF,AhS8PGlkC,C+NhNLjU,ChPVU,AiNnGA,AmG8CF,AQ/CuD,AEsCvD,ApBIL,ChLGQ,A/FAA,A+QHP2/B,ArB6JG1+C,AyDAAA,CpN1JK2R,A/FAAA,C3BuDR,A0HvDS,A/FAA,AsRmBN,AoB5CH,ArF0FA,CtHjEUuV,A/FAAA,AyREnB,AiB3BUuwC,CrUgFU,AoTtDE,AURJ3d,C7GrCG,AmGgDrB,CpTmDS,AiNnGa,CtMmDT9+B,A+GPG,A/FAA,C3BuDQ,C0HvDC+hB,A/FAAA,AsRmBvB,AoB5CC,CpHnBY,A6GqCF,CvT8BmB,AKFvB,AqSFY,Aa1BIwhB,AzCiKlB,AyDAA,A3E7KS,AlPoSX1sB,CyGjRW,A/FAA,A0SzBGv0B,AhDmLKw8C,AyDAAA,A7TuHd9mB,CAAe,CjB1NhB,A0HvDqBl1B,A/FAAA,A+QH3B,AzRoRE+zB,CN1QgB,A+GPL,A/FAA,AsL5Ce,CtMmDRhE,AXgDS,A0HvD1B,A/FAA,C0SzBH,CPkBU,AzCiKb,AyDAA,CnUnJqB,AsHqCc,A7FAA,A0RnDD,CnTcrB,EsHqCyB,A7FAA,A6KxFpC,CtMmD4B,EmTdjB,EAA6B,CnTcR,CAACb,EsHqCY8c,A7FAAA,C0RnDAgQ,MAAL,CAAYyE,G9EwEZlhD,AkDpGV,CvR0CnB,GmTd6B,A9EwEjC,CrO1D4C2d,AmTdU,MAArB,EnTcmB,AmTdUhd,CnTcRkE,IAAF,CAAR,AmTdX,G7LmDJ,A7FAA,A0RnD0C,CnTcR,AsHqCS69B,A7FAAA,A0RnDpE,CAAb,InTc4E,AqO0DvE,CrO1DwE/S,AsHqCvC,A7FAA,E6FAmD,A7FAA,YzBrCnF,mnEXgDG,CA/BG;ACPX,AMM+B,AMP6B,AFRvD,AFIC,AGSE,AZmCP,A4KGJ,AIAA,AGDA,AjEAA,AVAA,AFCA,AiEDA,AnCCAwhB,ANHE,AGXA,AP5CM1wC,ArGwDR,ArCEA,AxDDA,AFAA,ATAA,A2ECA,AxDDA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,ApIYEy8B,AcZFiU,APHE,AIXA,AT5CM1wC,A4H0DR,ANAA,A6FFA,ACCA,AFAA,AvObI,AyDWJ,ACGA,AFDA,A/DCA,A8CDA,AMAA,AjBAA,A+KrGI,AgG+DC,AEND,AKzDmE,AEMrE,AERoE,AG4CnE,AMvBE,ACK4C,AGlBvC,ACcuC,AEFY,ApCyC1D,AEjBEg8C,AtBiFL,AC2EE,Aa9LgC,A4C8LhC,A3E9KgB,AlPqSX,EQ3MLvf,A6RnKsCs3B,IrLyIlC9nB,A7FAAA,A9BAE9f,CwHWDqa,A9FAAA,C0FvDCxmC,A/FAAA,A2SpBQ07C,AMNkB6R,CxMoFzB,AV1DA,AnF0DA,AZ1DA,CpBsBOj/B,A6HoCNnsB,A7FAAA,A0KtGA,CnFmGR,A9FAA,A1BXW,CAACjC,AsTxFS6M,AUwB0B,AMNY,ApCyCtDmkD,AEjBFlV,ChLEQnoC,A/FAAA,AsL5CA,AyGMJxH,C5L6FK,AJvDA,A1FuDA,ALvDA,AuQpCDrF,AjRqTF8vB,CyGjRI1N,AjGsEA,AEtEAA,AViRJ0N,CjB1NK,AyBeAxuB,AwLlHA,A2GFsD,CjTkD7C,AXmDR,COjCiB,AIlB3B,AmHmDL,A9FAA,A1BXM,AoS9CG,AzRmRWyrB,CmHvNtB,ANrDkD,AJLrC,AnF0Db,APrDkD,ALLrC,A+QFD3qB,C1SyDI,AoIGIq+B,ANHA,AGXlB,AP5CkBvnC,AnF0DAunC,APHA,AIXlB,AT5CkBvnC,A+RtCJ,CzTsDbke,AyTtDcjU,AxBEiB,ClS2FZ,AiNnGA,AuF2DL,ClS6BQ,A2MxFF,AuF2DLnL,AvRkQS+3B,CQ3MZ,AnB1BP,CNWQ,AyBed,AiRxEG,CtK4DL,AV1DQ,AnF0DR,AZ1DQ,A+QFW,CjSaH7Z,AT4CW,AiNnGX,AuGEsBsL,CvT0D5B,AK4BoB,AoTlFrB,C1T6FO,AoIGa,A7FAA,AjCdE4D,CL5BpBvH,AyTtDT,AlBqDK,CxSwCwB,AwTjGW,AhByDf,CgBzDgBvW,AvS2TrBylB,CAAeA,ChBjQlC,AgN5D+B,CxMuDV,AwMvDpB,A2HkBqC,CnUqCfhE,CT4CV,AMXZ,AkTtFkC,CAAY,AvS2TR4I,CRtQlB,AT4Ce,AoIGA6L,A7FAAA,AjCdE,AkS7BlC,C/RJS,C+SrDsB,CAFiC,AoBkBV,AlCwBxD,CjSa4B,A+RIM,CpK2CV,A7FAA,AiQ3CW,AEjBH,CFiBlC,CpK2C2CC,A7FAAA,CiQ3CH,AvRkQrB1Q,CRtQe,AQsQ9B,CRtQ+B7E,CgU1CZ,IrMyFG,A7FAA,CkSzFE9b,CrMyFyBwtB,A7FAAA,E6FA3B,A7FAA,E6FA+B,A7FAA,CmQ5DpB,C+BpC9B,ChUiDM,EiSbqB,EjSamB1jB,AiSbVyK,QjSakB,CAAEvjB,AiSb7B,CAAoB,GjSaO,CAAR,EiSbnB,EjSasC,AiSbVkK,InSwBtC,CEXoD,AiSb1C,CjSa2C4gB,AiSbR,GnSwBtC,AmSxBG,EAAwCjE,GAAxC,EAAhC,IjSaI,oCT4CO,CAhCF;ACNX,AMMD,AMPC,AFRI,AFIE,AT4CL,A4KGJ,AIAA,AGDA,AjEAA,AVAA,AFCA,AiEDA,ApCFE,ACGA,ANHA,AJvDMpX,ArGwDR,ArCEA,AxDDA,AFAA,ATAA,A2ECA,AxDDA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,ApIaEopB,AahBA,ACGA,APHA,ALvDMppB,A4H0DR,ANAA,A6FFA,ACCA,AFAA,AvObQkY,AyDWR,ACGA,AJEE,AEHF,A/DCA,A8CDA,AMAA,AjBAA,A+KrGI,AgG+DC,AEND,ACVF,AIhDqE,ACsBrE,ACfA,AEToE,AEuCpE,AGuBA,AEzDFmtC,AEWU,ACUuC,AE5BQ,ACU/C,AC0BR,AEd2D,ApDuB7DnL,AgBmBImD,AEjBClV,A1DgEmD,A/NoNjDjoB,EQ3MLkJ,EnB3BMlR,C6TtFH,C/LoGC+kB,A7FAAA,A4RpGAhjC,ChMiGCu4B,A7FAAA,AsBKAnmC,CwEFC,AV1DA2T,AjGuEA,AcbA,AZ1DAA,AwS1CR,AGqBsBsF,AMN+B1W,ClN2B5C,A/FAA,CpBsBHkV,AkT7CEw/C,AKeF,AtBuBFjG,CpK2CO,A3GaAnxD,AcbA,A0KtGA,AkHEA,CzM0CC8T,A/FAAA,AiS7CiB05C,AUwBoB,A5BmB5CvR,ChLEQ,A/FAA,AiC4DX,AqQ7CO3vC,AW1CoD,ClN2B/CjI,A/FAAA,ArB4CI,CCtBP,ADsBQooB,A2MxFJ,AuEwCA,AvQsRHC,CmHxNIskB,A7FAAA,AqBEA,AgQ3GsD,ApC2CtDlgC,C/P2EC,AmCXf,AkQpEW2X,CvT8BC,APiCI,A0HvDV,AjGuEU6T,AEvEV,AiCCgC,AqJ7CtB,AkHElB,AzBwCW,CjSUe,AT+CP,A4DOjB,A4NlEF,AkBEYshB,CjSUJ,AwTOQ,AzBAF,CsBvBR,AGuBWxzC,CjUwCC,AmIAhB,A7FAA,AmR9EkB,AjCmBE,AH+JT3K,AyDAAA,A7TuHNu0B,CV5PL,AiSPepB,CxSwCO,CmIACha,A1GgBvB,AahBuBA,AhCXP,AmTnEKu+C,AxSySDruD,CXtOd,AwTpDc,ApBMjB,C1SyDa,A0SzDEkY,CuBiBX,CjUwCoB,AiNnGlB,AoEuMS,AyDAA,Cb5IlB,AvBjBG,C1SyDa,AoIGhB,A7FAA,AmQ5DuByZ,CvKyDO,A7FAA,A2KnGA,CjNmGC,AmIAA6L,A7FAAA,A8QpDzB9gB,EnG/CJ,AwGqB6B,AfqBJ,AzRoRP1c,CwSzSY2e,AfqBJ/kB,AzRoRG,C6S1R/B,AtBuBoBvB,ExSwCJ,A8T/DiB,CLfZ,AjCmBvB,CxR2DyC,AoTpDvC,AK1BqC,AfqBd,CAAWo/C,CFiBnB,CAAa,GEjBL,CvKyDA,A7FAA,ArB2NQ,EyRpRW,CerBLntC,CtL8Ea,A7FAA,AmR9EZ,AjBsCvB,CEjBQ,CFiBe+9C,EEjBUlV,EvKyDhD,A7FAA,C6FhDgD,A7FAA,C6FgDU,A7FAA,A0MSlCv5C,EnOjDuB,A6RjBO,CAAC2G,CFiBxC,CAAb,AxDiD2B,CAAC7J,G0DlEkB,CAAc,A1DkEjC,CAFyB,UoE3DL2tB,EAAjD,CAAqD,EVLL,CAA7C,EAA8EriB,IAA9E,CAAmF,QUKtF,EAAyE,AVLcue,IAAD,EAAU,MUKX,o3EpToDrE,CAjCJ;ACLZ,AYF+C,AFP3C,AFIE,AGQN,AZoCE,A4KGJ,AIAA,AGDA,AjEAA,AVAA,AFCA,AiEDA,AnCCE0nB,ANHA,AGXA,AP5CK,ArGwDP,ArCEA,AxDDA,AFAA,ATAA,A2ECA,AxDDA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,AtHAEA,APHA,AIXA,AT5CK,A4H0DP,ANAA,A6FFA,ACCA,AFAA,AvObK,AyDWL,ACGA,AFDA,A/DCA,A8CDA,AMAA,AjBAA,A+KrGG,AkGyDC,ACVD,AIjDoE,ACsB/B,AKgBrC,ACMD,AEiBA,AI/CQ,ACUuC,AER/C,AhC6CE,AEjBEkL,AtBgFN,AC6EE,ArC9FsD,AkDlGrD,A4CgMD,A3EhLA,AlPuSOzmB,EmHxNPub,A7FAAA,C0K1GA,C7E0GE,A7FAA,C6FACnK,A7FAAA,C0FdC1kC,A7FAAA,EkSlEsByhD,EPoBtB,A5DnBE33C,E/H+EN,A7FAA,A6QvDOvM,AI/CCk8C,AnCuMF,AyDAA,A7TuHCnmB,CNrSgC,ACsChC,AkT3BDymB,AQdyC,ArTwSxCzmB,CNzQJ,AsHmCS,A7FAA,AsQ9CRymB,ARnCCh1C,ClS4FQ,AoIGA45B,A7FAAA,AkRlF6BztB,AUjB7B+lD,A3CwCAnL,C3QeDlkD,AbyCE,AwTrGuD,ACsB1B,ApCmLjCsR,AyDAAA,A7TuHSoZ,CRvR8B,A2H+DjD,AHde90B,A1Fcf,AHdeA,AgRzCH,AK3BgCkY,AMsBjC,A9SoRQ4c,CRrQd,AGMOhE,AuPxCE,AlPuSmB2G,CjB3NpB,A8T/DZ,CVWesD,AUXH0D,ApBMH,C1SyDS,A0SzDRglB,ArB6JL,AahMM,A4CgMN,A3EhLW,CvPwCV,A6S3CmC,AMsB1BjoC,A1C6JC,AyDAA,C7M/GI,A7FAA,AqRpE8B,AtDGnD,CtPmC+C,AbyClC,AiIXSG,A7FAAA,AgRzCF,CxSgBAvQ,AwShBCmxC,AUXpB,C9T+DuB,A8T/DJ,ApBMhB,CAAa,C1SyDJ,AiB2NMznB,CL/PZ,AmTrBI,A9SoRiCqE,CL/PlB,AZoCE,AiIXb,A7FAA,A2R9CS83B,C9L8CK9kB,A7FAAA,AgRzCb,AXAL,CWAiBwS,AmB1BhB,CrCdY6M,GlS4FX,EAAuB,A+TzDhC,CXKY,CAAqB,AK3BK,E7S2CV,CmTrBK,ArBAjC,EAA+B,CetBuC,CxS0SvD12B,CAA4Ce,CAA5Cf,CwS1SmB,CMsBtC,A9SoR0EgB,CAAvDhB,C8SpR4B,CXK/B,AlBxCf,AjRuToFkE,CAAlElE,CiRvTgB,AjRuT5BgB,EmS/QgDrY,QAAQ,CnLyChD,A7FAA,AgRzCiD,GnLyCI+uB,A7FAAA,EgRzCCzsC,KAAN,CAA9D,MnLyCiF,A7FAA,G6FAG,A7FAA,E6FAjB,A7FAA,E6FAqBH,A7FAAA,OiP+GnF,AyDAA,CzDAN,AyDAA,O7M/GwG,A7FAA,C6FAC4sC,A7FAAA,c6FAD,A7FAA,E6FAiBZ,A7FAAA,O6FAjB,A7FAA,E6FA0B,A7FAA,ggBpCWrH,CAlCD;ACHb,AMIC,AMPExhC,ADKD,AZoCC,A4KGJ,AIAA,AGDA,AjEAA,AVAA,AFCA,AiEDA,ApCFE,ACGAinC,AHdEtxC,A5GYJ,ArCEA,A1DDA,ATAA,A2ECA,AxDDA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,ApIYE,AafA,ACGAsxC,AHdEtxC,AmHcJ,ANAA,A6FFA,ACCA,AFAA,AvObC,AyDWD,ACGA,AJGE,AEJF,A/DCA,A8CDA,AMAA,AjBAA,A+KrGC,AgG+DG,AGhBDg7B,AEFHm8B,AEhDuE,ACsB/B,AGrBrC,AEsCCtuC,ACMDrhB,AM/BO,ACUuC,ACA/C,AElBQ,AGYmD,AnC+BhD,ACJNiU,ArB6JL,AahMEjU,A4CgMF,A3E/KA,AlPuSO,CXlPT,C8HyBE8pC,A7FAAA,AsP3J0Bke,CvR+I5B,C8HYI,AHdAxvD,A1FcA,AHdAA,CgGcCyxC,A7FAAA,CdYChU,C0GfCmQ,A7FAAA,AsBMA9G,A6PtFgB,CL4BpB9L,AK5BD,AMuBCxzB,AOrBmCoM,CrMmE7B,A7FAA,C6QzBL,Aa3BAiV,ASfI6oC,CtMmEGjvB,A7FAAA,A+NhEJ74B,CtPkCHS,AYwDQ,A2RnEL,AIhDSuqD,AIDTrnD,A1BSH/F,CkBwCIg1C,C7SkBE1tB,AqDwCR,AkQrEM,ClT2BE,AwHuCR,A7FAA,AwR5DQ,AOrBuC,CrB0CzC,AWjEG,AEsCD9F,ACMC26B,ArBAJloC,AzRqRM4d,CkH5NX,AFZkI,AxG2BnHx3B,Aaff,AFZkI,AwBkBnH,AqP1CRo+C,A9CvCP,AlPuSW5mB,CmHzNK2L,A7FAAA,A+QzDA,AEhDqD,ArD2BxD,CiDuBZ,AEFgB12B,ApBtCR,CrRmDC,AsHyCQ,A7FAA,A8QpDL1E,AUXD,ASfI,ArCdNgE,AjRwTuBkoB,CJrQtB1xB,ADKC,AuHoCZ,A7FAA,AgRtDF,AM/CgB,AEsCDzD,A7S2RoBm1B,CV9PjC,AKFanG,AZoCO,AmIlD4B,A7FAA,AsBwDhD,A3CsN2CnQ,CjB5NtB,AmIAA,ACGrB,A9FHqB,ACGrB,AqB3DsC,A2QtBnB,A7BqBP,C9OiEZ,A0P9DsB,ASHrB,ClTgBC,AkThBiB,ArBAL,C7RgBG,AbyCG,AyBepB,AwRnDE,AGhBD,AQjDkBjS,CXiEF/M,AGhBI,AUXb,C9T+DkB,AyBeA,AwRnDxB,Aa3BkBqoB,ASfI2zB,AtT0SS1mB,CLhQzB,AsRxDN,AjRwTgD,CJrQhD,ADKmBlL,AqSAD/J,AWjEnB,A3SiUgCiV,CjB5Nb,CazCG/1B,A+S5DE,AEqCL,AILR,AhCvBUyH,AjRwT+BuuB,CjB5NtB,AiB4NED,CLhQzB,AqSAN,AKlBJ,AiBxBqB,AtT0SZ,CJrQL,ADKyB,AZoCP,AuU9EWtuB,CpEG/B,CtPkC4BxH,AbyCO,AiTpCRQ,CAAzB,A9CvC+B,C8CkCD,AfnDH,Ce0D3B,APxBiC,ARlCLs4C,CtRwDC,CCL7B,ADK8BvmB,A2T1Cb,ApEGnB,CnQ2EoB,EAAuB,AuU9EDvK,CrCdpB,CkBwCrB,ClBxCC,CkBwCyCqN,AmB1BxB,C3T0CX,A2T1CwC,E3T0CN,EAAlC,EAAsC,EwShB7C,GAAsDr1B,CxSgBL,CAACiD,GwShBlD,ExSgBO,CAAP,K2T1CkB,CAAnB,mqBvU8EoB,CAnCR;AOEX,AMPC,ADKD,AZoCC,A4KGJ,AIAA,AGDA,AjEAA,AVAA,AFCA,AiEDA,AnCCEquC,ANHA,AGXEjxC,AP5CE,ArGwDN,ArCEA,A1DDA,ATAA,A2ECA,AxDDA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,ApIYIo9B,AcZF6T,APHA,AIXEjxC,AT5CE,A4H0DN,ANAA,A6FFA,ACCA,AFAA,A9KFA,ACGA,AFDA,A/DCA,A8CDA,AMAA,AjBAA,AkRtDG26B,AInDoE,AIEnE,AEsCA8lB,ACMAoQ,AGZF,AGpBQ,AEYRQ,AEbA,AjCkDCA,AEjBI79B,AtB+EP,ApClBwD,AkDhGpD,AjBhEJ,E7I+JEyd,A7FAAA,E6FAE,AHdAjxC,AxG0BAo9B,AcZA,AHdAp9B,CgGcCuxC,A7FAAA,CgShFH8f,C3TuCO,AkHsCFzqB,A9FAAA,CpBtCL,AwSdCjM,AZYA02B,E/QuDO,AqS9EN5Q,ACMAoQ,AGZE,EjM0DM,A7FAA,AgRzCL,AIjDiBnD,CjTmEhB,AmHrBKtuB,AjGsEAl/B,AEtEAk/B,AyRGL+c,CnLyCM,A7FAA,CkR1CC2a,AMhDN3a,AEsCA,CpMQH,A/FAA,A6RhDiE,Ae0B3D,A7BoBL3oB,C1SyDU,A8T/DN7K,AINE,AKRAu9B,CvU6EK,AoIGhB,A7FAA,AwR5DU,AvBiBC,C/QuDM,A2RnEhB,C3RmEiB1pB,A2RnELof,AWLD,C/TyDG,AoIGIhX,A7FAAA,AqRxGjB,AEsCW,AtBuBC9R,CjSMb,AqTnEa8tB,AEsCAtgD,AINE8jD,ClUqEK,A8HArB,A9FAA,A0QzDY,EqBAKjI,ArBAH,C1SyDC,A8HAS,A9FAA,CPeb,CzBfe,A8T/DjB,ASdT,CnMgFA,A7FAA,AmRjGS,AEPP,AEsCmBsE,C9T+DN,AyBea7gD,A2RnE3B,AQjDsB,C9LqGvB,A9FAA,AoRpDyB,AWLb,AGZR,ClUqE0B,A8HtDkB,A9FAA,A+RHxBmgD,ArBAHx2B,C5KyDU,A9FAA,C9B7DF,CsSqBVxL,C/QuDe,AySpFJ,AxBYL,CjRwEUxC,AmSpHjC,AlB4CwBrO,C1SyDX,C4TrGiB+iC,C5TqGM,CwSxCxB,AEjBA,CUKb,AZY0B,C/QuDC,CAAc,A2RnEJtwC,CQjDpC,CAAsCQ,AlB4CL,CkB5CjC,AMgCF,CzSoF4B,AsSxEhB,CtSwEV,A2RnED,AQjD0C,AG4CD,AGZC,CNhCzC,IG4C6Cib,GrBAjC,EFiBA,CEjBmCmO,CqBAP,AvBiBI8nC,CuBjBSR,CUjCjB,C/BiCe,CAAC3jD,IAAxC,CqBAF,CvBiBE,CAAb,AEjB4Dqc,IAAI,CAAC42B,IAF/B,8W1S2DpB,CApCH;AEzBiB,AK4B3BroC,AMX2D,AFH1D,AFIE,AGQL,AZoCE,A4KGJ,AIAA,AGDA,AjEAA,AVAA,AFCA,AiEDA,ApCFE,AFdkI,APzC/H,ArGwDL,ArCEA,A1DDA,ATAA,A2ECA,AxDDA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,ApIYI5X,AafF,AFdkI,ATzC/H,A4H0DL,ANAA,A6FFA,ACCA,AFAA,A9KFA,ACGA,AJIE,AELF,A/DCA,A8CDA,AMAA,AjBAA,A+KrGA,AgGgEI,AETA,ACRD,AIpDoE,ACwBrE,ACdA,AEPE,AEmCkB,ACOD,AGVlB,AGrBO,ACUuC,ACG/C,AEdsC,AGMtC,A/CyCF0vD,AWIG,ACdD,ACHK5B,A1D8DA,AkDjGJ,A/BYe,AlP8ST,GgH5OiG,A7FAA,C6FApC,AxG6BlE9tD,AW7BkE,CsFxDjE,A/FAA,CsG2DCV,AP5CA,AtF4CAA,AT5CA,CwGuDCguC,A7FAAA,AsBOA9G,AwP/DL,EnG3CO,AmGuCe,AUNrB,ACOA,C7THWzgB,AK4BVnO,AkBiDM,A2RjER,AK9BI,ChS+FK2kB,AiS7GJ0f,AaiBAkV,A9BuBAlV,CehDuBjvC,C5P6G5B,AiOnDW,CoBSL,AETA61C,AsB/CKnpB,A5C+CC5oB,CtRUL,A2TnCCxE,CvTqBCklB,AiDuDK,A4P/GuD,Ad+ChEs8B,AzRoREp1B,CjB3NQ,A4DOf,A6PvFW0+B,ACdX,AEPS,A/ByDX,AYVE,AxRiRO1+B,CfzRsB,AK4BnB,APkCM,AmIAhB,A7FAA,AsB1DsC,A8PpC1B9L,AjBwCAO,AxRiRE0I,C2ClNd,CnDrDS5F,AoRAS,AYVlB,CzSsDe,AmIAI,AFXA,A3FWA,AFXA,A6QxBN0+B,AS3Db,AaiBe,A9BuBC,CxK2CIziB,A7FAAA,AsRnFH,AEPH+P,AMgCC,AKRCj7B,CvU6EK,AyBenB,AySpFc5W,AOtBsB,C/BkCzB,CSaI,AoBjCZ,CvU6EU,AmIAf,A1GewB,AafxB,AiS7EqB,A7BoBN,C/RSK,Ac+DlB,AwRlDiB,AS3DG6xC,AaiBjB,CpU+CS1yB,AH8BY,AiTnCNqrC,AWlEX,AK4DD,C1TOajsD,AkT9CjB,AGrBiBikB,AWwBG9F,AtTwSjB4R,CN3QgBpS,AFIJ,AT4CJ,AmT5CO,AezBd,AzBeR,ACNmC,AzRuRTwS,CAAnBJ,CjB3NuB,A4TrGrB,AMgCR,AQDW,AjCgBe,ClSoBjB,AJISrP,AuThEF,AEPSZ,CrTmECpqB,A0MjE7B,AkGuDI,AMpC0B,ACdCqiD,AzS4TlBhoB,CN9QiB,AsMnDK,AhMiUtBA,CN9QkB14B,AsHqCV,A7FAA,A+QjCS,AtBA9B,A5Q0QoB+4B,CgSjQZ,AWlEG,C5TqGM,AiIXqBiS,A7FAAA,CjCnBG,AyTvEP,C5TqGM,AuU7EtC,CbjBiB,C/S8CM,AsSaW,AS3DI,CnT4DF,AIdAxZ,AFIX,CFUYjzB,AqTnE5B,AnB+CwB,CgB1BjC,AGrBE,EHqBuC,ChToCZ,AwMvD/B,CxMuDgCyO,AiTlDb,CzLmFE,A7FAA,A6KxFmC,AkDwBjC,AlPySd,CyS5TwCke,CzLmFG,A7FAA,AnByOhB,CVhQxB,AEVS,AwSSb,C1SCJ,AIdC,A+S9Cc,CvDmBSowB,CuDnB1B,CT2DiDqT,CS3DM,IvDmBlC,C8CwCkC,AS3DvD,CT2DwDiG,A9C7CxC,I1PoCuBllC,KwSSU,AjEwCb,KvOjDjB,AwSSmD,EAApE,EAAwE,ExSTrE,KPlBkB,IAAM,+KF8Dd,CArCH;AOIV,AJGqC,AUfsB,AFF1D8B,ACaJ,AZmCG,A4KGJ,AIAA,AGDA,AjEAA,AVAA,AFCA,AiEDA,ApCFE,ACGA,ANHA,AGXE/xB,A5GYJ,ArCEA,A1DDA,ATAA,A2ECA,AxDDA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,ApIYG,AafD,ACGA,APHA,AIXEA,AmHcJ,ANAA,A6FFA,ACCA,AFAA,AvObA,AyDWA,ACGA,AJME,AEPF,A/DCA,A8CDA,AMAA,AjBAA,A+KrGE,AgGgEGuM,AETA,ACNH,AK/ByC,ACbzC,AENE,AEqCD,ACMA,AEgBD,AC5BC,AGhBC,AESF,AGMA,AEfA,AnC+BC,ACHIsvC,AtB8EP,ApCjBsC,AkDxGL,A/BmBf,AlPgTP,GQnNT,CwGvBE77C,A7FAAA,EgGcE,A7FAA,C4FHC8tC,ACGAwD,ANHApK,AxFAA4G,ACGAwD,APHApK,AkSvEL,CjH5BM,C7EsGC,AHdA,AxG0BA,AcZA,AHdA,A9BAA7Z,CHpBkBlU,AiIkCjBq4B,A7FAAA,AmSzEJ,AEfCuc,C3M0EI,A7FAA,CzBrCNh8B,AsSaAxlB,AETA,AVVE,CnS2CP,AoTnFSM,AQyBA,AKPAA,CpM4EP,ALAA,AxFAA,ANAA,A1BXY2f,AsU1EZ,C5UqFa,AiIZqC,A7FAA,A6KvFrC,A6GoCL3f,AYPC+sD,A7C4BI3J,C7R0CC,A0SzDTpU,CvS0BkC,AgI+BxB,ALAA,AxFAA,ANAA,A1BXjB,AsU1EckS,C3HbV,AkGsDK,AVVE,AxRqRIr1B,CjB/NA,AMXIhqB,A6SjCTmnD,AVVErZ,AxRqRG9jB,CgSlQF,AS3DG,AakBA,CvU4EK,AmIAnB,A7FAA,A2QnCY5zB,AS3DG6F,AakBAA,AGMf,AEfA,CxMwFA,A7FAA,AuRlEe,A7S8RWsuB,CN/QZ,AmTfEtuB,AYPC,AhCaL,AzRwRcsuB,CN/QX55B,AXgDF,AoIGS,A7FAA,AjCdxB,A0OekBknB,A/N2NiBwQ,CgSlQ9B,AETA,AVVE,ACHS,C1SyDU,AMXA,A2SvBpB,ARpBa6nB,ACFX,ArBvEO,AyDAA,ChN+HYlhB,A9FAAA,ChCAZ,AmT5CI,AOlDV,AakBA,ACXC,C1MuFO,A9FAA,ChCAa,AiTlCpB7wB,AS5DR,AI+BQ,ASbR,AvFgFoC,ClHJP,A9FAA,AiLlGd,AhMiUWosB,C6S9RzB,A7S8RwCA,CwRrRpC,AxRqRoCA,CgMjUvB,AkGsDf,AMpCuB0+B,AhB0BA,AxRqRsB/hC,EjB/NnC,CiTlCT,CjTkCgC,AiNlGd,AgGgEL,ChGhEM,AgHyDL31B,CtTPf,CAA8B,CM+QQg5B,EgMjUvB,CAAW,AgHyDL,AhTwQmC,CwS/SrB,AQuCbp4B,AhTwQCo4B,CwS/SanqB,AxS+S9B,CgSjQSnE,CRpBb,C9RMF,AsTOe,CAAa,CtTPa,A8ShClB,CAAmB,ER8C5B,ARpB8B,CgB1BrB,AQuCUquD,ChBON,AQ/CW,EhB2BxC,EAAoD,G9RMH,IsMlDE,AgHyDlC,CAAlB,EhHzDuD,aAArC,CADlB,G9MoEmC,EAAI,e8TVY,4/BjUyCtC,CAtCD;AExBZ,ACgCA,AUhB6D,AFDzDruD,AFIC,AT4CH,A4KGJ,AIAA,AGDA,AjEAA,AVAA,AFCA,AiEDA,ApCFE,ACGE,ANHAu8B,AGXA7mC,AP7DC,ArGyEL,ArCEA,A1DDA,ATAA,A2ECA,AxDDA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,ApIYI,AafF,ACGE,APHA6mC,AIXA7mC,AT7DC,A4H2EL,ANAA,A6FFA,ACCA,AFAA,AvObI,AyDWJ,ACGA,AJME,AEPF,A/DCA,A8CDA,AMAA,AjBAA,A+KpGE,AgGgEK,AEVFsK,AK3DF,ACqBwC,ACZzC,AENC,AEqCA,AGqBI,AC3BJ,AIZD,ACKA,ACVA,ACNC,ACsBA,AEfD,ApC4CA,ACbE,ACFKm2C,ArBvEP,ArCmIMr/B,AkDzGyB,A4C1B/B,A7T8VaiX,GyGzVY,A/FAA,CmG0HvBwO,AGXA7mC,AjGWA6mC,AIXA7mC,CsF5CC,A/FAA,EwGuDE4kC,A7FAAA,AhCXEzY,C8HcDklB,A7FAAA,C0KrGC,C/MmCHprB,AkIkEI,A7FAA,AjCdN,AsU1EG/Y,AnC+BH,C3KsDO,A9FAA,ChCAC,A8HAAk1B,AGXA,AjGWAA,AIXA,A+QjCP93B,AK3DE4C,AS6DMxN,AS5BN,CvUuCE4pB,AH+BI,AoIGA,A7FAA,AjCdE6C,A+QpHN,AyDAA,CnU+EH7hB,AsHqCQ,A7FAA,AqSjFPsvB,AGOL,A3ToTavB,CkH/Nb,A7FAA,A2KlGa,AgHwDC,AC3BN7rB,AjToSK6rB,CjB/NH,AMXR,AkT5FO,AfiDH,CmC/BMnrB,AnC+BLsG,CvSTK,AF+DI,AmIAA,ACGAytB,ANHP,AxFAO,ACGAA,APHP,A0QxDFwf,CzF1CM,AkGsDH,AlS2QiBznB,Cd9Pb,AMbL,AqH4CSqE,A9FAAA,AmR5CN,AuB1BA,A1F0ENjc,A/N2NqB4X,Cd9PZ9X,AQjBJ,AXgDD,AwTvGI,AoBkBd,CjUqCa,AwHgDb,ALAS,AxFAT,ANAS,AkSrEM,ChUME,AF+DI,A8HAnB,A9FAA,AkSrEczW,AOvBf,A/BoCW,CvSyBL,AsSvBL,AzD0DQ,C7OnCUgf,AMbP,AT4CH,AyU5FM,ACsBC8vC,AjCgBD,ACFF,AzRuRqClhC,CR3QrCnrB,A0SAE,AK3DGA,AvSsUgCmrB,Cf9RnD,AF+DyB,AmT5CR8jB,AlS2Q6Ch9B,Cd9PvD,CDhCgB,AgUNf,C/TsCiBoK,AMbhB,A+S3DR,AUkCuB,A7C1Dd,AyDAA,CJyDL,CtMyEH,A7FAA,AiR1GuB,CxTuGf,AmT5CE,AlS2QuC8O,Cd9P5C,AgTbiBvL,AVVtB,AxRqRmE,CR3Q9C,AT4CU,AiU1C5B,A5CrFU9b,AyDAAA,A7T8VoCqnB,Cd9PpBz4B,AsSvBJwhB,ACHrB,CjSaG,A0SAG,AuB1BgB,AzTqS4CsU,CkS3Q3C,A9BnFtB,AyDAA,A7T8V4C2C,CoQ9VnD,AyDAA,A7T8VaA,CwRrRX,ChSU2B,CNaQ,A6OmChBnS,A/N4NV0S,Cd/P2BzO,Ac+P3ByO,CkS5QsB,AlS4QfM,CkS5QgB0mB,AuB1B7B,CjU0B4B,CAACzyB,CuOgDxB,C7OnCqB,AuUvCS,CvUuCM,CuUvCJ,AzTsS/ByL,Cd/PoB,AqSTP,ErSS0B,AMbrB,A0SAA,AlS4QDlD,CkS5QgBggC,AlS2Q/Br9B,CyTrSkCkhC,ClC8BlB32D,CxD4CvB,A/N8NKg2B,CR9QmC,A0SAlC,AlS8QDA,CAAOM,CR9QT,A0SAyCluB,CuB1BR,AlC8BlB,CAAWu4C,E/RJiB,A0SAxC,CAA4C,CXGxD,AvR2QW3qB,GR9Q6C,AyTzBhD,AjTuSoB,CR9Q6BzJ,AyTzBxD,AjToSYkJ,GyTrSoDqwB,EjU0Bb,A0SAK7zC,GuB1BjB,CAAvC,CjU0BkE,C0SAX,AuB1BiB,CjU0BpE,C0SA+D,C1SAG,gEgSRjEjV,KDakB,CCbZ,CAACY,GDagBoC,CCbvB,CAAa,GDaK,CAAWsK,ECbZ,CAACivC,CDWxB,KCXmB,CAAYkC,OAAzB,EAAkCx3C,GAAlC,CAAuC,UAAC82C,QAAD,iCDcJ2T,QAAQ,GAAG,kBAAH,GAAwB,YAHzE,eAG0FD,UAH1F,0CAIe,gCAAQ,KAAKzuD,KAAL,CAAWu9C,IAAnB,EAAyBC,MAAzB,CAAiC,QAAjC,CAJf,6SxSyCU,CAvCE;AExBW,AK8BtB,AJEkDh2B,AUhBU,AFD9CkF,AFKTa,AT4CJ,A4KGJ,AIAA,AGDA,AjEAA,AVAA,AFCA,AiEDA,AnCCI,ANHD,AGdiD,APzChDzwB,ArGwDJ,ArCEA,A1DDA,ATAA,A2ECA,AxDDA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,ApIYI,AcZA,APHD,AIdiD,ATzChDA,A4H0DJ,ANAA,A6FFA,ACCA,AFAA,AvObI,AyDWJ,ACGA,AJME,AEPF,A/DCA,A8CDA,AMAA,AjBAA,A+KpGI,A+FsBH,AC0CM,AEVD,ACPJ,AIpDE,ACoBuC,AM0BzC,AGZC,AGhBAy8C,ACID,AELA,ACNE,ACsBA,AEfF,ApCiDA,ACjB6C,ACHtC1zC,AtB4ET,ACnJE,ArCmIM,AkD1GyB,A4CzB/B,A3E4CgB,AlP0TLitB,G6GzOX,AGZmB,AjGYnB,AIZmB,C0F5C6B,AGyCoB,APtClEh2B,A1FH8C,AIyCoB,ATtClEA,CmGuDC,A9FAA,CiGXCF,A7FAAA,CsF5CC,A/FAA,ArB4CE6O,CHrB4C+b,AiImC7C6mB,A7FAAA,A0KrGA,AoHaLkL,C3M8BM,A/FAA,CyG0DC,A7FAA,AwR5DJ,AOxBC0H,AMJAjhD,CxMwFI0uC,A7FAAA,A0KrGA,C3MuFP,AmTvEMn9B,ClTgDF,CJEmD,A8MlE7C,AgGgEP,AEVD,AkBzCG,C/T0EQ9F,A2MvFb,AuGLK8tC,ACoBkC,AYFjCP,ACIR,AMJA,CzUqD2D,AQjB5CtsB,CXiDA,A+TzDJ,CxTuBV,AEVKa,AT4CU,A0HxDb,A/FAA,A2SzBU0zB,AMJAjhD,AlC6BN6F,EpS6CL,A2SvBO,AEVD,CnT4CO,AiIXI,A7FAA,A6QvBT0zC,AEVDA,AK3DP,CvL4FkB/P,A7FAAA,AoR5FNwU,AO8CExlC,CpTQM,AXiDD,AsUjFrB,AMJA,CxMwFM,A7FAA,C5BpDkBoL,AqS3BuD,AqBT9E,CrUqFc,AqUrFK,A3B6BL,COsBV,AEVD,C1SAY,AT4CU,AoIGA6qB,A7FAAA,A0QrCT2d,AEVDzlD,ATZC,Cc/Cf,AO8CS,AUnCNwlB,C9T2CwB,AXiDd,AoIGa,A7FAA,AiR1GL,AO8CC1H,CpTQMnnB,AyHoDDgtC,A7FAAA,CvCHC,CoTnDxBxnB,CDOF,AYbA,AM5BH,AIPC,CtBgDsB,ClLiCL,A7FAA,AiS1EWoN,AIPlB8yB,C9T2CY,CAAa/wC,AXiDtB,AiIXqBs2B,A7FAAA,AoR5FlC,CPqEG,AcvB4B,C/TyDK,AiTlCR,AOrEG8E,C/S2DX,A2SPtB,EhLsDM,A7FAA,C5BpDO,A8T3CX,CAAoBrW,ACsBCh6B,AjCiBsD+9C,ChSSnD,AwSUQ,AOrEhC,C/S2DyBzwC,A2H+CkBmkC,A7FAAA,A0QrCVuO,AOrEMz/C,AO8CzC,CP9CE,CpL0G6C,AHd5B,A1Fc4B,AHd5B,A2R9CwB,C3L4DKE,A7FAAA,AiR1GJ,AakBT04C,C5TyCnB,AwHiCiC,A7FAA,AoR5F/C,AkBiC2B,CxUON,AwUPO1iC,CjCiBe,CgCvC3C,ErM+F2C,A7FAA,A0QrCf,C/S7BFsP,A+S6BiBxlB,CAAf,AEV1B,AuB1BmB,CtMyEkCkxC,A7FAAA,AmSzEnB,CzBoCUyjB,AEVC,AkBzCnB,CjMwF6B,A7FAA,A8RxFZ50D,CjMwFakkC,A7FAAA,EmSzEjBm1B,CvB0BvC,C1SAgC,CPpBb,AmUrBO,CAA7B,CpBmDI,ARnBqF5b,CiCjBnE,CjU0BiB,AwSUmB,AyBpCzD,CjU0BuCxuB,A4TzCiBxvB,GjMwFxD,A7FAA,E9B/Cc,A2H+C2D,A7FAA,A0QrCZ,AoBnD9D,A5BgC4C,CQmBmBw8C,AGjBlB9uB,EAA9C,CAAkD,ChLsD8BqgB,A7FAAA,E0QrC3E,EAAmE1iC,C7KqCG,A7FAA,C6FAWqmC,A7FAAA,C6QtDtF,ChLsDwF,A7FAA,A0QrCnF,C7KqCoFjN,A7FAAA,A0QrCX,AGjBlB,C3SOTxU,UAAnC,CwSUoE,AGjBlB,ChLsDS,A7FAA,I9B/CrE,CiU1B8C,8B1UsErC,CAxCH;AExBW,AK+BrB9X,AJCgD,AUhBW,AFDhBsX,AFMvC,AT4CJ,A4KGJ,AIAA,AGDA,AjEAA,AVAA,AFCA,AiEDA,ApCFE,ACGC,AHdCzvB,AP5CAA,ArGwDJ,ArCEA,A1DDA,ATAA,A2ECA,AxDDA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,ApIYI,AafF,ACGC,AHdCA,AT5CAA,A4H0DJ,ANAA,A6FFA,ACCA,AFAA,AvObC,AyDWD,ACGA,AFDA,A/DCA,A8CDA,AMAA,AjBAA,A8Q/EiF,AC2CzE2K,AGjBL,AIpDC,ACmBuC,AGjBzC,AEqCA,ACOCnD,AEcA,AC1BD,AGfCg1C,ACA8C,AED/C,ACPE,ACqBK,AjCiBsC,ACLvC,A1D0DgD,AkDtGvB,A/BwB/B,IlIoEEx8C,AP5CAA,AtF4CAA,AT5CAA,EwGuDEmZ,A7FAAA,CnCjC2B,CsBgDzBskB,AsSxELj2B,AM3BAg1C,ClUmDqErjC,A8HsB/D,AP5CA,AtF4CA,AT5CA,CpBqBLhB,C0HuBO,AP5CA,AtF4CA,AT5CA,A8QCH,CWGCm+C,AKhCMM,AQwCR,AxBbH,CtKwDS,A7FAA,AsRrGJ/pD,AEqCAA,C3LgEKo4B,A1GeA,AafAA,A+RpFL,C9TkDA,A0HsB0C,AxG2BpCjH,AW3BoC,A2R7CzC,AM3BAq8B,ClUmDuB,AQjBc5qC,AsSgBvC9kB,AcvBGg5C,AWdIiW,CvUsCN,AMbF,A+SzDI,Ad2CK,CnS0BJ,AJCV,AHiCgB,CAAC,AiU3CL,AvBZN,ChLAYl5B,A/FAAA,AyRIH,AQlDD,AEqCA,CLpB2B,AGjB1B/1B,AEqCAG,C9TgEC,AmIAhB,A7FAA,AkRvGc0xC,AkBgCK,CjU2BP,AwSUC,AGjBK,CzSCmC,AXkD/B,AmIAA,A7FAA,A2QlCP,AcvBd,AEcgBwc,CFdE,CpTOoCppC,AciEjD,A4SnGL,C5TwCe,AT4CA,A0HvDP,A/FAA,AmSTF,AOpBc4sB,C3M6BKr1C,A/FAAA,A6RhDjB,AIEF,AEqCgB,C9TgEI,A0HvDlB,A/FAA,AyRIa,AIpDDgmB,CPqEF,AGjBIqvB,AQlDvB,C5TqGgB,A0HvDa7b,AjGsEA9+B,AEtEA8+B,AsRqBTsf,CxSVA,A+S3DX,AT4TG,CtSjQS1yC,AT4CU,AwTvGLyb,AamBC,CAACqxC,EjBiCV,AaQN,CxTDI,A2SPc7yD,AIpDrB,AS4DqBzH,C1TSAmJ,CPkCd,AwTvGgB,C/RsH9B,AwRjDa,AgBTH,CjU2C2B,A0HvD9B,A/FAA,AsRqBqB1I,AgBTzB,C1TSK,AEVoB,AgB2DU,AwRjDzB,C1SAqB5B,AmHrBK,A/FAA,AsRqB5B,CxSVG,AwSUV,AGjBY,AIpDT,AkBgCF,ClBhCL,AamBmB,CJyCkB,CbREopB,AiBjCxC,C5TwCmC,C4TxCQ,EjBiC1B,C7SiB2B,A6SjBE,C7SiBDlpB,AEVN,A4TxCvC,C5TwCwC0uB,AwTCxC,EAAgD,KxTDb,CFU1B,CAAR,AuT9BK,A3Df+B,C2DetC,ErToBqD,EAAzC,EAA6C,W2SPvC,CAAjB,6iBpTmDe,CAzCJ;AOQV,AJCF,AQlBa,AFOPgD,AT4CJ,A4KGJ,AIAA,AGDA,AjEAA,AVAA,AFCA,AiEDA,ApCFI,ACGH,AHdGnwB,AP5CE,ArGwDN,ArCEA,A1DDA,ATAA,A2ECA,AxDDA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AkCDA,AqBCA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,ApIYME,AafF,ACGH,AHdGF,AT5CE,A4H0DN,ANAA,A6FFA,ACCA,AFAA,A9KFA,ACGA,AJKE,AENF,A/DCA,AoDDA,AjBAA,A+KrGI,AgGiEI,AEXF,AKzDF,AICF,AEqCA,ACOEqnB,AEcA,AIzCD,ACED,AEHA,ACPC,ACqBEkyC,AEdH,AlC8BO9Y,AtB0ET,A2BkME,A/DvNsD,AkDtGvB,A/BwBO,AlPqT3B/qB,CmH5Ob,A7FAA,E6FUG,A7FAA,C0FdC11B,A7FAAA,EX0BEE,CmCPCymC,AqJ3GA,AoHJL,ClMuGM,A7FAA,AsSrFF,CzMqFGiG,A7FAAA,CoFvDCxN,A/FAAA,AoSFN/X,CnQiEF,CqEnBU,AxG0BA,AW1BA,AsS5DPkyC,AzT4SQ7jC,CyG5RP,AjGsEOjsB,AEtEP,AoR4QG+C,A9RgBIkpB,CgHhPC,A7FAA,AwBmBA,AuPrDR,AYZE,A5DvBK+lB,CxP6BA,AXmDE,AiTpCR,AgBPEkd,AW1CI,CjUkCP,AXmDU,A+TzDN,A9S8Re//B,CQtNnB,AwRjDI7sB,AhSuQe6sB,CRjRjBzI,AgB2DU,AmCPhB,A8Q/ES,AhCgBFswB,AzR4RuBvnB,CjBrOjB,A4D/DyB,A8QR5BT,C9QiFV,AuPvDQ,AJkQM,A5CrSwB,CnQgFnB,AmT7CV5jB,AYZIsnC,Aa5BGA,A7B0SD7xC,C5KrNb,A7FAA,A2QpCG,CAEU,AyBrCZ,AhCgBS,C1SuDC,AmIASsiC,A7FAAA,CoQvDR,AzR4RHlX,CjBrOa,A0UvEP,CvB0Bb,AYZI,AEcN,AW1CS,CnUyCK,AT4CH,A+TzDOqqB,AEcArgD,AMlCZ,AKRe8/C,A7B0ShB,C9RkBE9pB,CjBvOmB,AmT7CV7gB,AJkQlB,A9RkBS6gB,CQxNL,AwS1DF,AS5BC,ChBxBS,CjS8GmBpc,AmTpGpB,AlC6BL,CkC7BwB,A3T8TrBsf,CgS3QY,AgBTM,AhToRlBA,CjBzOI,AmT7CT,AlSsRYjD,CkHzOmB,A1Ge/B,Aaf+B,CtCAC,CyBgBpBltB,C0GhBsB42B,A7FAAA,A2R3CN8c,CxTDV,CmUzCX,Eb4BH,Aa5BgCjvC,Cb4BF,A9SkS7B0rB,CRrRiB,AwTCC,AhToRDnD,CRrRCvoB,A0H4CkB,A1GgBrB,AahBqB,A2R3CN6yC,AhToR9BnnB,CkHzOqC,A1GgBrBnwB,AahBqB,AsSrFnC,CAAP,A3T8TiCitB,C8SlSMta,A9SkSlCwd,CRrRO,AQiRLlD,G2T1TuC,C3T+ThCA,CQ1NF,AR0NEA,C8SnSoB,CAAarO,CtSyEf5e,CR0NLmwB,CAAAA,C8SnSvB,A9SmS8BM,CgTrRX,CAA8B,C9L2CZ,A7FAA,AsSrF7C,CnUyCoCtJ,A0H4CE,A7FAA,C6FA2Bgd,A1GgBrB,AahBqBA,AsSrFF,CnTqGlBnkC,CwS3DiBkwD,AhTqR5CjjC,KAGTkD,CAAAA,CRzRO,AgB4DA,AR6NArD,GQ7NwC9sB,C0GhBlC,A7FAA,C2R3CmC,CxTDnD,AwTCqE/I,EhTwRlEk5B,CgTxRgD,CAA9B,CxS0DvB,AwS1DF,ChT0RWA,CQjO2B,ARiO3BA,CQ7NT,AR6NgBrD,QAAPqD,KAAoBA,CAAAA,CAAOlC,OAAPkC,CAAev4B,MAAnCu4B,IACFA,CAAAA,CAAOrD,QAAPqD,GAAkB,CAAlBA,EACAA,CAAAA,CAAO9f,OAAP8f,CAAeO,sBAAfP,EADAA,EAEAA,CAAAA,CAAOtC,sBAAPsC,EAFAA,EAGAA,CAAAA,CAAO1kB,KAAP0kB,EAJEA,IAMFA,CAAAA,CAAOpD,SAAPoD,CAAiBA,CAAAA,CAAOlC,OAAPkC,CAAeA,CAAAA,CAAOjC,QAAPiC,CAAgBA,CAAAA,CAAOrD,QAAvBqD,CAAfA,CAAjBA,EAAmElD,CAAnEkD,CAXOlD,CALPA,63BjBrOE,CA1CD;AExBW,ACmCxB,AUfE,AFJG,AFOE,AT4CJ,A4KGJ,AIAA,AGDA,AjEAA,AVAA,AFCA,AiEDA,ApCFI,ACGJ,ANHE,AGdiD,A5GenD,ArCEA,A1DDA,ATAA,A2ECA,AxDDA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,ADAA,ADAA,AiBAA,AIAA,ADAA,AJAA,ApIeM,AalBF,ACGJ,APHE,AIdiD,AmHiBnD,ANAA,A6FFA,ACCA,AFAA,AvOdA1I,AyDYA,ACGA,AJOE,AERF,A/DCA,AoDDA,AjBAA,A+KrGM,A+FoB2E,AC6CzE1iB,AEXF,ACPH,AIlDA,ACkBA,ACXD,AKoCmB,AEgBjB,AIxCF,AEMA,ACPA,ACpBQ,ACiCL,AEdF,AnCiCC,ACHK7B,AK4QP,A/DxNsD,AmB7ErDyD,Ac7EI,AhQiZyEwpB,GgHlQ3D,A7FAA,C6FNiD,A7FAA,A9BQlE,CAACpzB,C2HCC9C,A7FAAA,C0FWCsnC,A9FAAA,EmGAE2G,A7FAAA,AyR3DN,CQlBK4jB,A9ByBJ,AtC5BDnlD,CkEHIiwC,ApToSenzC,CgMpTV,AmG+CLitD,AwBjCChnC,CjUgCH,A8S/BG9nB,ACXCqF,AzC9DO+0C,AhQqZNtqB,C6GxPR,A9FAA,A1BZF,AW6NsBjuB,CJhQZwD,APmCKsgB,AsUzEZ,A3TsSIoH,CkHjNH,A7FAA,A2KnGY,AgGiER5pB,ARlBA,ChSjB2C,ATqElC,A8HAA,A9FAA,AqSnFf,A5B+BOkJ,ChSUF,AT0CW,AMZlB,A+TvEc6qB,AOFA,AlC8BL51B,AvCzBE,ChIgFQ,A7FAA,A2KnGA,AkDmBPhE,CiD4BG,AKhCZ,ACXa,AakBE,CvU6ED,A8HAf,AGXmB,AjGWnB,AIXmB,A9BDA,A6SjCR+H,ACPGoa,AKhCAg/B,ACXCt7C,C7SgDA,AiHdiC,AGkD5B8hC,AjGlD4B,AIkD5BA,A6OlJf,CpQ8GW9hC,Ab+CK,AmIAAsiC,ALAA,AxFAAA,ANAA,AiRlCR,AoBjDb,AEMmB,ApEHlB,Ac7EwBrZ,CoD0EN,AOFF4oB,AnCiCf,ApB5ESluC,AyDAAA,A3EgDKwtC,ClDnBO,AwF+CP,CzSoDD,AiNnGS,AyF4CT,CUGV,CpToDqB,AmT7CR,AOlDX,AakBiBU,A7BsBP,ArBzEF,AyDAA,C3BmFI7xC,ACPlB,AKhCA,ACXuB,C7SgDhB,Ab+CO,AiNnGE,AwGeOisD,AmBDZ,AzEKU,CtPiCG,AuSLA,AwBjCD/W,AzEKD9D,Ac7ElB,CjR6JyB,CMZC,A2QjJIloB,CsDgFhB,CtHtBc,AsHsBFrsB,CpM6Ed,AFXE,A3FWF,AFXE,A+QlCR,AyBxCC,CzMqFuB2R,A7FAAA,A6Q7CPjE,AyBxCG,AzEKf,CnQgFD,AiIXqBu2B,A7FAAA,CqRzEnC,AtDIA,CnQgFqC,AiR7JjC,EsDgFc,AtDhFkC,CkCgH1C,ChL6C+B,AFXvB,A3FWuB,AFXvB,A+QlCf,AVPF,CtKoDyCxG,A7FAAA,A2KnGvC,AsHsBsCjd,AKR9B,C3M0EgC,A7FAA,AqQzCPhoB,CmCjCIuN,ELQtB,CAA6B,CKRpC,AnCiCV,CmCjCD,AnCiC2C,CtKoD3B,A7FAA,C6FAf,A7FAA,ImQpD8C,CAACivC,MAAL,CAAYP,Q8BzBrC,CAAnB,C9ByB4C,CAAwB,UAAxB,CAA1C,EAPmD,CASnD,mwBzSkDa,CA3CH;AEvBX,AKiCA,AMdyBl8C,AFHvB,AXmDD,A4KGJ,AIAA,AGDA,AjEAA,AVAA,AFCA,AiEDA,ApCFI,ACGJ,AHdIC,AP5CE,ArGwDN,ArCEA,A1DDA,ATAA,A2ECA,AxDDA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,ADAA,ADAA,AiBAA,AIAA,ALAA,AvHHI,ACGJ,AHdIA,AT5CE,A4H0DN,ANAA,A6FFA,ACCA,AFAA,AvOdI,AyDYJ,ACGA,AJOE,AERF,A/DCA,AoDDA,AjBAA,A+KrGM,A+FmB2E,AC8CzE,AEXF,ACPF,AKhCD,ACZyBmiD,AKuCzB,AEcA,AIxCAkC,AEOD,ACRA,ACrBQ,ACkCN,AEdD,AnCmCC,ACRI,AtB4ER,A2BoMC,A1BtVC,ArC4HsD,AkD7FtD,A4C/BA,A3EgDC,Ac7EF,AhQoZS/sB,EuRvZam0B,EvKqJnBzrD,A7FAAA,G9BDKwsB,C0SpEO0vB,AUhBYiG,AWazBkC,ClMmFMpf,AFXA,A3FWAA,AFXA,AsShEN,C7T2ByBllC,A6GPlBoH,A/FAAA,ArB2CN,A2QjJC,CtQyED,AsHyEO,AP5CA,AtF4CA,AT5CA,ArB2CEod,AiUhENi4B,CtHvBK,A+FmBqE,CzS8CzE,AMduB,AsSDjB,AkBlCN,AhD7CC,Aa+BA3vC,A4C/BA,CpNyEK,A/FAA,AwRMF,ACHJ,CvSIoB9M,AoHoCkB,A7FAA,A6KvF/B,AgG6DR,AEXF,AO/C8B,AWazB,AKYA,CpU2DN,CNYa,AmIAb,A7FAA,AhCZe,A2StBT8gD,AS9D2B,AWYhB,AEQnB,A7Bac,C7ReW,AbgDT,AiNnGA,AsHuBJr5C,C7MqBKpI,A/FAAA,CpBqBhB,A4HkCiB+Z,A7FAAA,A4PjGJ,ClSiGC,AMZb,A8SxCWm9C,AM5CW,AxBDT3rD,ElSiGM,A0HvDT,A/FAA,ArB2CW,CoH3CDif,A/FAAA,AsL5CA,AgG6DjB,ChG7DkB,AgGiEN,AsB1CjB,CvU4Ee,CmIAU,A7FAA,CtCAC,AmIAAqb,ATvDd,ApFuDcA,AXvDd,ArB2CgBv2B,A4T1DpB,AKNesZ,ArCrBhB,CxK0CoBtnB,A/FAAA,AsL5CX,AmG+CK,CpToDN,AoTpDO6gB,AlB7CtB,ElSiG8B,AuU5E9B,CjUgEE,A8SxCW,AmBxBgB,CnBwBF,C1LHvB,A/FAA,AyRGS,CjLoDX,A7FAA,A2KnGgC,CvF4CC,A/FAA,AsL5C/B,AgGiEmB,AGlBOg1C,CpToDf,AiTjCT,EjTiCgC,AqRhIzB,AyDAA,KzDAKllD,AyDAAA,G1B4EZ,A/B5EC,AyDAA,K1B4EuC,ImBxB9C,EAAuD3D,InBwBrD,CmBxBF,CrUSwC,AkTekB,AmBxBI,clDpDrBY,AyDAAA,EzDAlC,AyDAA,EPoDP,EAAkF,KlDpDlF,AyDAA,IPoDA,8OvU4Ee,CA5CH;AEvB4B,AKkCtC6J,AMf6BnY,AFF7B,AXmDA,A4KGJ,AIAA,AGDA,AjEAA,AVAA,AFCA,AiEDA,ApCFG,ALAD,AGXEK,AP5CI,ArGwDR,ArCEA,A1DDA,ATAA,A2ECA,AxDDA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,ADAA,ADAA,AiBAA,AIAA,ALAA,ApIcMo9B,AajBH,ANAD,AIXEp9B,AT5CI,A4H0DR,ANAA,A6FFA,ACCA,AFAA,AvOdC,AyDYD,ACGA,AFDA,A/DCA,AoDDA,AjBAA,A+KrGM,A+FkB2E,ACgDzE,AEZH,ACPAi2D,AInDH,AEMyCztC,AQ2BzC4wC,AGbClV,AEOD,ACPA,ACvBQ,ACmCN,AhCGiC,ArB5DnC,ArC2HsD,AkD5FtD,A4C/BA,A3EwCgB,ActEb,AhQsVUvrB,CXtMf,G2HGI34B,A7FAAA,EX4BEo9B,AwLpHA,AiH6BJg8B,CpMsEKryB,A9FAAA,Af9DSpS,C+RnBMrb,AUhBqBkP,AWcxC07B,C1Tde,AsMFT,AhMyVCjtB,CVxRNnf,AMf6BnY,A2TlC3Bq9C,C7TgCAhyC,AwSDF,AoBxBGmxC,CtMiEK,AxG4BA,AW5BA,A6KxFA,A+FkBqE,AI6B5E8Z,AM7C0C,CFNtCzpD,AaoBD,CpMwEM,A7FAA,AsRtFmC,CnT+DxC,AMf6B,AFhDpB,AmHiGhB,ArGiBatM,AOjBb,AiRvCK,AoB5CG,AKYDq5D,AhCGH,CxSAQpyD,ASiBF,AsMhDI,CpMkDiBxH,AsSItB,AezBE,AGfQ,AESnB,ChU0CU,AuHkCM,A9FAA,AkStEH,AKNDwH,CvU4EK,A8HAjB,A9FAA,AiLnGiB,AuHgBJ,CxUmFK,AoTpDP,AInDG,C/RwHK,A0R9DN,ACPD+Z,AInDG5W,AkBgCb,CjTwFkBkyB,A+SpGJ,AEYF/D,CxUG0B,AFoEvB,AkUtEC2rB,CdkBf,CpToDoB,AoTpDN,AmBxBjB,CnBwBG,AsBnBD,CFZmBxH,CxUmFJ,AmT7CGmG,ACPAmT,AInDb,Ae2BgBvuC,C9S6FnB,AiTxFiB,C1UuEO,AiNnGlB,AuGJV,EjTqEwB9e,APkCP,A4TtGL,AEqCA,AILD,AKNX,C5TyBqC,AsMhDN,AiH6B/B,AKN6B,CvU4EG,A0UvE9B,EnUqCQ,A0MjEN,AuHgBY,CjUiDctK,AiUjDCy+C,ErBsClB,ACPV,CpToDc,EAAuB,AiR/JOtpC,EkCkHX,E5SWG,AiUjDvC,AvD3EG,C1Q4HqCjV,K4SX/B,EAAqC,E5SWpC,CAAR,AgU1CF,EAAuD4O,KAAvD,CAA8D,kBAA9D,EAAkF,SAAlF,iPvU4EiB,CA7CL;AEtBVlG,AKkCA,AMhBuB,AFFY,AFQhC,AT4CH,A4KGJ,AIAA,AGDA,AjEAA,AVAA,AFCA,AiEDA,ApCFC,ALAC,AGd4C,APzCtCi4B,ArGwDR,ArCEA,A1DDA,ATAA,AmBAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,ADAA,ADAA,AiBAA,AIAA,ALAA,ApIcK,AajBJ,ANAC,AId4C,ATzCtCA,A4H0DR,ANAA,A6FFA,ACCA,AFAA,A9KFA,ACGA,AJME,AEPF,A/DCA,AoDDA,AjBAA,A+KrGK,A+FiB4E,ACiD1E,AEZF,ACPA,AInDH,ACmBA,ACdwB,AEJxB,AEqCA,ACQA,AEcA,AC3BA,AGbC+pB,AEOD,AE/BQ,ACoCN,AEdF,ApC8CFgI,AEfM,AtBuEN,AChJC,AyDAA,A3EsCiB,AcvE+Bz9C,AhQ6Z5ChU,GgH3QgB,A7FAA,C6FTiD,A7FAA,C6KhFlE,ChF4FEF,A7FAAA,C0FWCwnC,A9FAAA,A4BSAJ,A8P3GE,ChM2CDxH,A/FAAA,A+R3CN,AWeC+pB,AOFG,ApC8CE,AvRoSHzpD,CJ/SK,A2RWDsR,C3RXN,A4SlCKumD,AM2BF,AEcEoB,AhDrHyCjlD,CvJyGtC,A/FAA,AmSVJyoC,ASXAA,AtTyUFz8C,CfjUDyH,AsS6BJ,CvF5Da,AgGyDP,AW5DGqF,AMgCAA,AGbD,A3BaH,AzRmUK,CNjTK8iB,A+GHD,A/FAA,AsRYT,AhCpHA,CoD4EK,AOFG1sB,ApC8CE,CvF5DC,AkGsDL4yD,CnT6CM,A8TjEf,ACQW,AQnBX,CvU4EgB,A8TjEJ5U,ASXAz5C,CrUQH,AwHaQpI,A/FAAA,CzBbPyP,AOwBChO,AwMvDO,A2GHJ,AMgCA,AUfV,CjUiCiC,AXoDtB,AiIXI,A7FAA,AwR3FJ8J,AMgCAA,CpMsEf,AGXoB8hC,AjGWpB,AIXoBA,A+QlCL,AYZChxB,AEcE,CjU2CG,A0HvDT,A/FAA,AiCgEZ,A3C4OQ6b,CRjSO,AiHXO1N,A/FAAA,CmGuDC,A9FAA,AmR7CL,AWpBlB,AGsBqB,AMjCrB,AKTqB,C5UqFN,A4DSS,A6P7FF,AKmBD,AtB0BvB,C/RLoB3pB,AwM3DhB,CjNuGwB,A0HvDd,A/FAA,AiS/CL,AMgCA,AKNgB+nB,CrUQrB,A4HoEF,AJvD2B9Y,A1FuD3B,ALvD2BA,A8R7BF,AGlBD,AG6Cb,AEcc+pD,C/TzBL16C,ASgBPoR,AXoDE,A+TzDSwhC,AGbxB,CtQ+EA,AuPtDsB,CnT6CQ,A4DnEQ,AuPsBflR,AWpBvB,AQnBY,ACQZ,C9TgCwB,AmDuDxB,A2QvF6B,C9TgCJp/C,AiHXb,A/FAA,A8R7BkB+S,AKmBD6X,CpMUI,A/FAA,CzBb/B,A+HyDiB,AP5CP,AtF4CO,AT5CP,AiT9BZ,C1UiB4BnF,ASgBS,AmTbrC,CrTqBkB,AT4CH,AiIXqBolB,AP5CAvkC,AtF4CAukC,AT5CAvkC,AiT9BF,CnUyCH3I,AiHXnB,A/FAA,C3BuD0B,A0HvDhC,A/FAA,CwRUY,AMvCO,AQyCJ,CdFY4kD,AMvCK5jD,AM2BlC,AEcmC,EhMgCpB,A7FAA,ClCzDjB,AOwBmC,CAACuwB,AwHiCM,A7FAA,C2R9CH,AEcGipC,ERzCnB,CAAsB,GNuC7B,CAAf,CYZH,EAAmD,AQnBnD,C9TgCkB,CwTCqB,AMjCgBtrD,C9TgCH1M,AgTxC3B,AQyCgCmS,CRzCzD,GcQA,CNiCqB,AMjCyC,C9TgC5C,CAA0C,AwTCI,KAAK6lD,KxTDRj5D,GAAD,EAAS,EwTChD,CAArB,AMjCA,EAAoF,EAApF,+dvU4Ee,CA9CH;AErBV,AWkBD,AFHoC,AFS/B,AT4CJ,A4KGJ,AIAA,AGDA,AjEAA,AVAA,AFCA,AiEDA,AnCCAmxC,ANHE,AGXElxC,AP5CI,ArGwDR,ArCEA,A1DDA,ATAA,AmBAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,ADAA,ADAA,AiBAA,AIAA,ALAA,AtHAAkxC,APHE,AIXElxC,AT5CI,A4H0DR,ANAA,A6FFA,ACCA,AFAA,AvOfA6J,AyDaA,ACGA,AFDA,A/DCA,AoDDA,AjBAA,A8QrFiF,ACmD5E,AGpBD,AM9CF,AEL0Bs4C,AEsC1B,ACQC36C,AGbD,AGjBmB,ACGnB,ACSA,ACTA,ACxBQ,ACqCP,AEdA,AnCiCC,ACFC,A1DoDEia,AmBxFW,ActEb,AhQ6ZAzhB,IgHxQDA,A7FAAA,GvB5CK,AiHuDFsnC,A9FAAA,A1BbA,A+T1EL,CxTgCA,AP0CMn0B,A0StEoB46C,AYpBA5L,AG8CzB36C,A9SsTExH,CmH1PI,AHdA,A1FcA,AHdA,CgGcC2C,A7FAAA,AiSvFJ,A/BgCF,CzSoDO,AiIXA8/B,A7FAAA,A6QlCP,AapBG+Z,ASVAA,CvU2EK,AgTnFqE,A4BFzE5oC,ClN8BKxU,A/FAAA,ArB0Cb,AgUvESyN,ArTiVJ7M,CNlTmByvB,CXqDb,A4TvGwB,AG8CzB,AvBoBK+hC,AvRkSH,CX1QI,AyT5CL7N,AtBKH,AzDkDDliC,ChPEU,AiIXA,AP5CT,AtF4CS,AT5CT,AsRuBG,AWvE0B,AEsCnC,ASVA,ACTW47B,A/BgCJxpC,CxKyCSytB,AP5CA1X,AtF4CA0X,AT5CA1X,AmSVJq3B,ASVAz5C,CnM8Ed,A7FAA,AqSxFG,C5UqFQ,AoIGSumC,A7FAAA,A+RvFJ,AtFkFL,C4ErGe,AUmBTpjC,C3T+BsB,AXqDjB,A0HvDd,A/FAA,CiT9BW,C5UqFR,A+TzDR,AtBKC,AzDkDW,CvO1CA5K,A2H+Cf,AV1DyB,AnF0DzB,AZ1DyB,ArB0CzB,AwTpDE,ACQmB,AQlBnB,A9BuBgB,CzSoDQ,A8HAxB,A9FAA,A8RjEqB,AUnBjB,EvU2CkB,AQHN,A2H+CU,A7FAA,A+RvFnB,ACSgBioB,C9T+BNxoB,AqH4CU,A9FAA,C0FvDCJ,A/FAAA,A2S7B5B,AEAwB,C7T+BFqwB,CXqDb,AiIXA,A7FAA,AmShET,AtTwUU,C6G7PV,AGX+B0S,AjGW/B,AIX+BA,A0RtD/B,ASV6B,AKV5B,C5UqF+B,A8HjEgB,AJUzB,A1FVyB,ALUzB,CmGuDU,AJvDAvY,A1FuDA,ALvDAA,AqR5BA,AckBH6B,CrTqBjB,CAAa+E,C2H+CUrpB,A7FAAA,AuRpEpC,CnTYqC,AyHwDX,AV1DH,AnF0DG,AZ1DH,C+FAe+H,A/FAAA,CyG0DC,A7FAA,AiSvFvC,EvMwE4C,A7FAA,AoSxEP,C/BgCnC,C/KHqB,A/FAA,AqNqDlB,CtHrDuC/H,A/FAAA,A8QGPurD,ChSQxB,AiHXU,A/FAA,C+FAjB,A/FAA,AqR5ByE,IP+B7E,ChSQwC,AgSRG,ChSQvC,G8T/BN,EAAuDhlD,EKVvBzK,GLUhC,CAA8D,A9BuBX,CmCjCd,CAACjC,GLU6BunB,GKVnC,CAAa,ILU7C,EAA6E,IKV/BhC,CLUoCvmB,GKVrC,ELU7C,gnBvU2ES,CA/CG;AExBW,AD+BvB,AMOC,AMhBD,AFHE,AFSI,AT4CJ,A4KGJ,AIAA,AGDA,AjEAA,AVAA,AFCA,AiEDA,ApCFA,ACGE,ANHA,AGXEK,AP5CG,ArGwDP,ArCEA,A1DDA,ATAA,AmBAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,ADAA,ADAA,AiBAA,AIAA,ALAA,ApIaI09B,AahBJ,ACGE,APHA,AIXE19B,AT5CG,A4H0DP,ANAA,A6FFA,ACCA,AFAA,AvOdAwJ,AyDYA,ACGA,AJOE,AERF,A/DCA,AoDDA,AjBAA,A+KtGI,A+FgB6E,ACoD5E0C,AEbA,ACPF,AKhCD,AGpByCsc,AEuCzC,ACQEsoC,AEcF,AIvCA,ACFA,ACUA,ACVC9T,AIF4C,AnCkC1C,ACFD,AtBsEJ,ApClBO,AmBzFW,AlPwVX9oB,IgHxQHl0B,AxG2BA09B,AW3BA19B,EgGcEixC,A7FAAA,CmF9DA,A/FAA,ArB+CC,AsDsBApK,AwPrEL,ChL8DM,A7FAA,AjCfA5Z,A0SxE0C/f,AYpBPsb,AYoBxCw0B,CrMoFMlT,A7FAAA,AoQnFN,CzS0CG,AUZF,A8S/BEytB,AM2BFzG,AEcE,AM/BEyG,CnM6EG,A7FAA,AjCfX,A2MxFW,ChFyFC,AxG2BA,AW3BA,A4QzEqE,ACoD5ErrD,AWxE0C,AnBoD1C,ClSkBG,AmHrBK,A/FAA,AmSVJM,AOjBAA,CrUkFK,AiIXA,A7FAA,A9BDA,AsDsBZ,AqJ9GY,A2GJmC,C3T+DtCmY,AUZH,AXqDO,AyBgBAyY,AmTtG0ClX,A5F8E5C,A/NqQDpN,CNlTHwW,AyHwDO4hB,A7FAAA,AjCfhB,A6SjCS,C1SDW,A0H8CpB,ATvDiBpqC,ApFuDjB,AXvDiBA,AiCiEA,AqJ9GA,AgHyDJ,AOzCD,CxUoFE,AmIAIgS,ATvDA,ApFuDAA,AXvDA,A8QGT,ChSQCjS,AmU1CmD,AnCkCnDs1C,CxSWJ,ADyCc,AiThCP,AajCG,AOjBA,AGFD,C/SoGM,AwRhDP13C,AajCG6F,AOjBAA,ArFgFJ,CzOhCV,AEZiB,AgB8DEgP,AsSzEN,AEcE+L,AOzCf,AvTiVI6O,CNlTH,AFSW,AT4CD,A0HvDS,A/FAA,AwRUPshC,AlS0SIp8B,C8StTF,Aa7BgD,C5UsFzC,AmIAzB,A7FAA,A2QhCK,ARpBA,AzDkDYx2B,C/OvCMuhB,AUZJmL,AcqEE,AwRhDD9iB,AQpDE,AQyChB,AM/BkB,A9BsBPovC,CzSoDH,AmIAa,A1GgBvB,AahBuB,AsBUAve,C8DjECt+B,A/FAAA,AmSVnB,AOjBA,CzT4CEW,AZsCkB,A4DUZ,AuPvDR,AMvCgB,AKmBC,ACQHy8C,AQjBI,CtH1BvB,AwGgBsB,AYExB,AOJ6C,A5FoFzB,C5GKpB,A7FAA,AqBO6B,A6P9F7B,AQyCyB,AjFyCJz8C,CtHrDA,A/FAA,ChBEnB,AFSYA,AiHXiB6pB,A/FAAA,AsRuBN,AQpDE,AxSiVtB2K,CLnSS,AqSMY5pB,AEbD,AoB7BKiJ,AtTuUD2gB,CjB7PjB,A+TzDI,A/EuDI,C/OvCW,AQHlB,AsTbe6rB,AtBKzB,AzDkDY,C/OvCiBv7B,ADyCG,A0HvDd,A/FAA,A8QGM,AzDkDD0D,CvO1CJ,AiHXc7nB,A/FAAA,AVoT/B6zB,GgS7Ra,AsB1CO,AtTwUhBA,ChBvST,AgTSmC,AgBXnC,AM/BsC/0B,EtUiCC,AyHd5B,A/FAA,AsSY2B,CdFnC,AnE2CY,CtHrD6B,A/FAA,AVqT9Bs5B,CkS3SwB,AVPnC,CQoBoC,CAACmnB,AsB1Cf,A9BsBc,C8BtBQ,AtTwUtC1rB,E8SvTO,CAA8B,A9SwTvCA,EwRnToC,CAAC1gB,EQoBT,AczBgB4H,A/EuDJyK,A/NiQnCqQ,CgS/RsC/1B,CAAf,AsB1CV,CtB0CP,AsB1ClB,CtB0CG,CRpBoC,CAAc,CsBLP,A9SwTvC+zB,C8SxToD48B,A/EuDhD,C/NgQF58B,C+NhQgD,E/NmQlDA,KAAKkB,G8S1TI,KtBKuB,EAAmCz1B,IxRqTnEu0B,CwRrTgC,EAApC,AxRqTSkB,CAAiB,CAJxBlB,8jBjB7PO,CAhDA;AExBW,AD+BgB,AMQrCpc,AMfH,AFJG,AFSI,AGMN,AZsCE,A4KGJ,AIAA,AGDA,AjEAA,AVAA,AFCA,AiEDA,ApCFEktB,AFd4C,APzCtC,ArGwDR,ArCEA,A1DDA,ATAA,AmBAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,ADAA,ADAA,AiBAA,AIAA,ALAA,ApIaG,AahBDA,AFd4C,ATzCtC,A4H0DR,ANAA,A6FFA,ACCA,AFAA,AvOdAx7B,AyDYA,ACGA,AJOIq9B,AERJ,A/DCA,AoDDA,AjBAA,A+KtGG,A+Fe8E,ACqD5E,AEbCyR,ACPJ,AKhCC,AGrBuB,AEuCEwJ,ACOP,AEgBlB94C,AIvCD,AGFC,ACbD,ACyBA,AEf6C,AlCiC5C,A1DoDIoY,AmB1FW,AcrEhB,AhQia6B,EkHhQ7B4jB,A7FAAA,A4PvK0BomB,CjKyJP,A7FAA,A6K9FnB,ChFkFoE,A7FAA,AwBoClEvkB,EqErBErnC,A7FAAA,C9BDC,AsT7FE,AYmBP,AIDgC,CzMuF1B,A7FAA,AhCZA0tB,A0SzEgDsnC,AYpBtD,AEuC0B1S,AGuBzB94C,AW5CA,Cb4BA,CxTyBC8O,AkU/DIy/C,CtMiGGvyB,A7FAAA,AsBUA,CtDtBX,AsDsBY5C,ChDhDH,AwSdA51B,AKhCDrF,AeAC,AEYAqF,EnUsCA,ADsBM,AwTtDoB,C9EgE5B4U,CrOnDI,AwHqDM,A7FAA,AhCZjB,A0SzEiF,AcmB5C,CvTgCzB,AKJE5gB,AgDgDH,AqQrDE,CAAC,CrQqDM68B,AwP9DJ,AKhCb,AiBYa,A1FsEL,CrOnDI7wB,AwHqDM6yB,AFXA,A3FWAA,AFXA,AgRzCJ/0B,AKhCD+C,AKkBU,AYNT/C,C9TkCR,AqH2Ba8hC,A7FAAA,AwBqBX,CAAP,C5DVoB,CS5CT1sC,AGMOsL,AZsCG,CyTpFtB,AgBbqB,ChBaD,C9S+BZ,AFSO,AT4CM,AmIAI,A7FAA,A8QpDnB,AsBpBA,C/TmBe,AFSLiE,AGMV,AuHsCoB,A7FAA,AmSjGF,C7T2DC,AZsCE,AoTpD5B,AsBpBA,CT6BkB,CT7DN,CxTwGU,CyUjGQsE,CzUiGG,CS5CpB,AwHiCM,A7FAA,C3BjCO4c,AT4CJ,AmT7CP0rB,ClLkCqBtQ,A7FAAA,CzB1CbjhC,AXqDc,CYtCV9J,AoOoCL0nB,CmE3ClB,AsBpDqB,CAAa/oB,E7T2DZ,CZsCJ,CWrDA,ACec,CHNvB,AT4CgC,AmIAnB,A7FAA,AmRpFzB,C9S+BkC,AwHqDnC,A7FAA,A0MFS,CvO1C6B,AgTxCK,AgBblB,CAAsB,ChUqDlC,CAAP,AwHiCa,A7FAA,E7BvB2B0J,A0HuBM,A7FAA,AqRzEJ0K,IlTkDtC,CAA0ChV,CkU/D3B,ChBakB,AgBb3C,ChBawDg5D,KzEkFnD,CzOhCwD,CAAC94D,SAApD,AkTlD8D,ClTkDtE,EkTlDyE,CAAhC,CAA1C,0BNwC+DskD,WAD5D,uDAEyCA,WAFzC,yDAGC,wMnT0CiB,CAjDV;AExBW,AKwCrB,AInBC,AFSG,AGML,AZsCC,A4KGJ,AIAA,AGDA,AjEAA,AVAA,AFCA,AiEDA,ApCFE,ACGA,ANHA,AGXEpjD,AP5CIy/B,ArGwDR,ArCEA,A1DDA,ATAA,AmBAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,ADAA,ADAA,AiBAA,AIAA,ALAA,AvHHE,ACGA,APHA,AIXEz/B,AT5CIy/B,A4H0DR,ANAA,A6FFA,ACCA,AFAA,AvOdA51B,AyDYA,ACGA,AJOG,AERH,A/DCA,AoDDA,AjBAA,A+KtGC,A+FcgF,ACsD7E,AEVI,ACVN,AIpDA,ACoBC,AGrBD,AEsCyCgf,ACUxC,AEcCmwC,AM/BF,ACVC3b,AEYD,AEfC,AnCkCE,ArBoEL,AHhLE,AhQkZQ/lB,G2CzOR,CqEnBEt3B,A7FAAA,AwB5DoC,CAmFtC,AgRrGA,CzMyFI,ACGAsxC,A9FHA,ACGAA,CuFHC/J,A9FAAA,A1BZA,AmT1EL,AxSmBcvS,CkHmER,ACGA,AV1DAyK,ApFuDA,ACGA,AZ1DAA,ArB2CAjS,A0S1E8D5Z,AcmB3BiV,AUjBxCw0B,CpMuFM5L,AHdA,A1FcAA,AHdA,AnB0QsB,CgT1S3BunB,AM/BEpB,CtM+DK,AP5CA,AtF4CA,AT5CA,AiThCF,ChUiDF/2D,AkT7BwC,ArBc1C,AxB5GGqU,CuCyDCrI,ACoBA,C/L6BK,A/FAA,AmSZmC,CxTuDjD,A0S1EiF,CrSiCtEgkB,ACeA,AkHsCT,A9FAA,CvBhDkB,AGUR9B,A4T9CA,C/ToCL,AHoCW,AmSzCT,AxB5GK,CtQ4GA,AXqDK,AoIGb,ANHa,AJvDAgQ,AnF0Db,APHa,ALvDAA,A8QETyd,CzSqDU,A8HAlB,AGXkBx8C,AjGWlB,AIXkBA,A9BDpB,AkT5FgB,C1LoCkC,A9FAA,AwRpCjC2K,AgBoBD,AvD7ECipB,CtQ4GA,AmHqDK,A9FAA,A1BZA,A2T/BN,CjU2CG,AiU3CFwlC,C9L2COjvB,ACGA,AV1DV,ApFuDUA,ACGA,AZ1DV,A6S7BX,C5T8CI,AZsCkB,AiIXd,A7FAA,AqQ1CN,C7ReiBpqC,AqH2BI4K,AP5ClB,AtF4CkBA,AT5ClB,A4SnBc,A9BqBLq+C,EzSqDE,AoIGb,A7FAA,AiR3GG,AS6DL,CrTKG,A4SlEmB,Ae8BD,AtDvFA,CrQ2HtB,AZsC2B,AuU1EJ,AtDvFAzkC,CtQ4GfsM,AuTlBE,AKHX,C3ToC0B,AZsCT,AmIAb,ACG0B,A9FH1B,ACG0B,C4FH9B,ACG+BygB,AHdtB,A3FWT,ACG+BA,AHdtB,AmS/DkB,C5TqBZ,AXqDiB,AySrD7B,CtKqD8B,ACGA,AHdAxmC,A3FWA,ACGA,AHdAA,A6OtJlB8oB,C7IoKmB4d,A7FAAA,A0OpKH3d,EkCuHHuvB,EnT0CX,CiIXR,A7FAA,CpCW+B,AmIAA,A7FAA,C2FXC,A7FAA,A6OtJ1BxvB,EAAyB7f,C9IiKIo2B,A7FAAA,E8FG5C,A7FAA,C4Q9CK,AlCtHUvW,C7IoKiC,A7FAA,A0OpKhD,CAFG,CAIH,E9I+JwC,A7FAA,C6FAaza,A7FAAA,O6FAb,A7FAA,C6FAP,A7FAA,C6FFR,A7FAA,C6FEsC,A7FAA,mvBtCA9C,CAlDL;AExBW,ADgCtB,AUXc,ACgBbtM,AZsCA,A4KGJ,AIAA,AGDA,AjEAA,AVAA,AFCA,AiEDA,ApCFE,ACGEykC,ANHF,AGXI,AP5CC,ArGwDP,ArCEA,A1DDA,ATAA,AmBAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,ADAA,ADAA,AiBAA,AIAA,ALAA,ApIaE,AahBA,ACGEA,APHF,AIXI,AT5CC,A4H0DP,ANAA,A6FFA,ACCA,AFAA,A9KFA,ACGA,AFDA,A/DCA,AoDDA,AjBAA,A+Q7EU,AEiCF,AK/DoB6Q,ACqBzB,AKgBuB,AGyBtB,AC5BF,AKHCuP,ACVA,ACbD,AGUC,AnCkCE,ACDH,A1DiDyD,AmBzFzC,AlPwWb3xD,EySnb0Bw0D,EtL4K3BjjB,A7FAAA,E6FAE,A3GaAvT,AcbA,C6FACyT,AV7DM,AnF6DNA,AZ7DM,AmSVJ,CNrCmB2Q,AMqC1B,ASNCuP,AtToVE3xD,CgTvTQ,CrTOT8M,AqH2BM+c,A7FAAA,AqStFJguC,CRsDA,AC5BCpb,AzBeH,ACEGA,AzRgUFz8C,C2TjWG6T,ClNgCK,A/FAA,A8R7BLpM,AxS8VE,CgHrRI,AxG2BA,AW3BA,CoR9FqB,CS8DxBke,CrTKA,AqH2BMjjB,A7FAAA,AoR9FoB,AUkCnC,AxBiBA,C9RgBUkI,AZsCM,AkUvEJs2C,AKHD,A7BoBC9C,C1SsDK,AoIGf,A3Gaet8C,Acbf,AgS7EU6L,AKbX,CnBGA,AQuCU,ChUEVkR,AUXoBjU,A6SnDG,ACqBV+C,AQuCb,CjU6Ce,AoIGI,A7FAA,AqS1FJ,E5UuFM,AuU1ErB,AKbA,ChUiDC,AqH2BqB,A7FAA,A8R5DvB,AKHmB,A7BoBnB,CtKyDE,AHdsBm+B,A1FctB,AHdsBA,AqRzEvB,ASaoB,AO1BD,A/B2CA6nB,C1SsDJ,AyTpFK,CxTyCb,AUXoB,AcsE5B,A6SrGQ,C3T+BsB/jC,AXsDH,AyUjGJ,AxT+VM,ChBzSpBrK,AwB2DmB,AgTjHJ,CzUiGR,AyUjGhB,EzUiG+B,AiIXR,A7FAA,AqStFI,CxMsFZ,A7FAA,AsQ3Cf,CzSWC,AgIgCgC0F,A7FAAA,AsQ3CH,C/RAF,AuTjB5B,CvTiBe,CuTjBkBlmB,ClUuEjB,AiIXD,A7FAA,EpCWwB,AiIXnC,A7FAA,C8R5DJ,CAAuC,EKHtC,A7BoB8B/E,Ee9B9B,AcUwC,CLGGy0D,AxBiBd,Ce9Ba,Cf8BPx0D,AvC/BZ,CgD2CiBC,AM1CxC,CcU6C2T,G7BoBhB,AvC/BD+nC,EgD2CkB,ATZD,CSYE96C,Ae7BhD,CKHyC,CAAa+2D,AvFuE9B30D,EmEvCiB,CAAY,EnEuCxB,AmBlFL,CnBkFMlD,CmB3Fd,EgDoDyC,CAACkgD,AnEuC7B,CAAL,CAAW13B,IuFvEmC,GpBgC7B,AoBhCgC,CAAhC,AvFuEjB,CmEvC6CvnB,AoBhCpE,AvFqEwD,MmErChB,CAAoC,UAAA8T,CAAC,iKnT0C9D,CAnDJ;AExBW,ADiCtB,AMSA,AIrBc,AFvBkC,AGwC/C,AZsCA,A4KGJ,AIAA,AGDA,AjEAA,AVAA,AFCA,AiEDA,A7CzDQ,ArGwDR,ArCEA,A1DDA,ATAA,AmBAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,ADAA,ADAA,AiBAA,AIAA,ALAA,ApIaI,AEvEI,A4H0DR,ANAA,A6FFA,ACCA,AFAA,AvOfAjL,AyDaA,ACGA,AFDA,A/DCA,AoDDA,AjBAA,A+KtGA,A+FYiF,AG6CD,AK/DrCgf,ACsBxC,AKgBD,ACnBQ,AE4CP,AC5BD,AIfQ,ACYP,AEvBA,AGUA,AnCkCC,ACDD,AtBoEH,ApCpB2D,AkDvE3D8nC,A/BlBkB,AcjEhB,AhQ0aG3wD,OXvRE,CAACytB,AkT7FmC5E,AvSoXtC7oB,CLlTF,AqM5DM,AwFgCN,EyBHIw8C,CVnCwC,AdoDxCz8C,AzB1GDmV,C1Q8HE,AIrBH,AuRtBQ,AjRuVRlV,CuSpX4C,AtB6BnCqR,CtRuCJ,A6RfA,ACDA,AzRgUE,CXvRZ,AoSzCW7R,CwBjBT,AhCNF,CgCMck/B,AjDzFF,C3QmJO,C4RhEC,C5RgEpB,E4T1DE,AxBiBK,CwBjBc,C3TqClB,A0MlEH,AkGyDoF5pB,AsBtD9Esa,CxHHoB,AkGyD2D,CnT2C1D,CAAC,CqUnFV,CIdf,AxD/DqBviB,AhQ0aYipB,CjB1QT,AiNpG3B,AkGyD0F,AlSqT9E,CwT3WCpoB,CzUiGoB,AiNpGM,AhM8WQqoB,CyRhUxB,AzRgUX,EjB1Qe,AiB0Q+B2D,CwT3WvD,AxD/DD,AhQ0aU,CjB1Q0B,AyUjGlB,CxD/Da,AhQ0ayBA,CjB1Q/B,A0StDA,ARvB3B,CQuB4Bz2B,C1SsDc,AmT3CsC,ITXzD,CAAW69C,C1SsDP,C+TzDF,C/TyDyB,E0StD3C,EqBHuBltC,IUxC3B,ChUqDsB/S,CgUrDiB,CVUhC,EtTSyC,CiSwBH,C+B3CD+S,A/B2C5C,EAAgD,K+B3CT,CAAagkD,gBAAgB,GAAG,CAAhC,CAAvC,wuBzUiGwB,CApDb;AEpBX,AD8BD,AMSEz/C,AE7C+C,AGyC/C,AZsCA,A4KGJ,AIAA,AGDA,AjEAA,AVAA,AFCA,AiEDA,ApCFE,ACGE,ANHF,AGXI,AP5CEsnB,ArGwDR,ArCEA,A1DDA,ATAA,AmBAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,ADAA,ADAA,AiBAA,AIAA,ALAA,ApIaI1B,AahBF,ACGE,APHF,AIXI,AT5CE0B,A4H0DR,ANAA,A6FFA,ACCA,AFAA,A9KFA,ACGA,AJOE,AERF,A/DCA,AoDDA,AjBAA,A+KtGE,AgGoCA,AEoB8E,AK/DtD,AOmBhB,AGiBPglB,AGZD,AGDA,ACbC,AhC4CC,ACDA,AzB1GD,AhQ0aIlwB,IQ1PHwJ,E0GhBEwG,A7FAAA,CpC7EJ,A4H6EKjC,A9FAAA,A4BUA6E,A4PrHE,C9LoDD1H,A/FAAA,AsL7CA,AuGPN,AUoCCglB,C9L0EM5S,A7FAAA,ChCrCL15B,A0HuBMyR,A7FAAA,AiSxEFu1B,AGDFuc,A/B+BF,ACDA,ChLDO,A/FAA,AsRTJ,CxRgFK,CvBzFH,CiIyEK,AFXR,AP5CQ/6B,ApFuDA,AFXR,AT5CQA,AiCiEZ,CrD5CO,AkBkDMlD,AwRhFFj9B,AhS0UD80B,CgHrRI,A7FAA,A6QrDd,ARWM,ACDA,C9RgBGzoB,AuHsCM,A7FAA,AsBUA,AuPtD0B,Ae3B/B,AzBkBHgH,ACDAwzC,AzB1GCnyC,C1Q8HE,AuHkCV,A9FAA,CoGGE,A7FAA,A2R1EU,C9L0EMo8B,A7FAAA,A0QnEF,AhS0UX/c,CjB1Qc,A8HAA,ArGgBA,AOhBA,A4BUnB,AqJ9GmB,AhM8WHsB,CjB1QI,AoIGA,A3GaAlc,AcbA,AqB7EkB,AyQTpB,CjMsFG83B,A7FAAA,AqBSrB,A4QhGiB,AvD5EhB,CrQ0He,A8GjBM,A/FAA,AsL7CA,AiH6BL+iB,AzBkBf,C7Ree1pD,AZsCE,AiThEEm1C,AGWTl6B,AiB9BS9lB,A5B8BL,ACDd,C5KsDF,ArGgBmB,AOhBnB,AwSpFoB,A9B8BH,C1SsDQ,A8HvEuB,AJgBvB,AjGuEZ,AOvFmC,ALgBvB,CmGuDC,A9FAA,A0SzElB,A3B4RA,C9FvTmB,CjNoGR,AyBgBS6I,A+SpG5B,AvT8VKyrB,CLhTI,AyT7CkB,CrUmFG,A0HvDAqM,A/FAAA,AsL7CA,AoHiBF//B,CzT6C1B,AuHsC6BwkC,ACG7B,A9FH6BA,ACG7B,A0KvGF,AhM8W4B3L,CjB1QT,AiThEnB,AhS0UKnF,CmHvQ4B+c,A7FAAA,A6QxDX,CpTqDY,AiThEF,AoBnBX,ApT8VhB/c,CV7SwBrrB,A6HqCM,A7FAA,A8RtFD,CjMsFE0oC,A3GalC,AcbkCA,C4FHpC,A7FAA,E/BlCU,AU6SAtc,CV7SyB12B,APkChB,A0HvDM,A/FAA,A0S5Bc49C,C3M4BEr1C,A/FAAA,C3BuDC,A0HvDjB,A/FAA,A8QEvB,C/KFoB,A/FAA,C8QEeoX,AxRgUhCgW,CAAWuB,CyGlU8B,A/FAA,A0S5BZ,CAAYqpB,E9TiDF,A6HqC1C,A7FAA,ChCrC2CrgD,AkSnB3C,CrKwDiDwyC,AV1DAzQ,AnF0DAyQ,AZ1DAzQ,EyG0DE,A7FAA,C6FACwQ,A7FAAA,AtBwQjD9c,GAAuBuB,CADvBvB,CV5SK,A8TjDwB,C9TiDhC,AU8SGA,CyGnUyC,A/FAA,A0S5BzB,C3M4ByCptB,A/FAAA,A0S5B9D,C3M4B8C,A/FAA,C+FAxC,A/FAA,CVmUImuB,GmHzQR,A7FAA,EtByQGf,CAAWwB,SAAXxB,GAAuBwB,CAFvBxB,4uGjB1Qc,CArDP;AEpBL,ADgCR,AMQG,AItBC,ACkBD,AZsCA,A4KGJ,AIAA,AGDA,AjEAA,AVAA,AFCA,AiEDA,ApCFE,ACGC,AHdK9xB,AP5CD,ArGwDP,ArCEA,A1DDA,ATAA,AmBAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,ADAA,ADAA,AiBAA,AIAA,ALAA,ApIaI,AahBF,ACGC,AHdKA,AT5CD,A4H0DP,ANAA,A6FFA,ACCA,AFAA,AvOfA,AyDaA,ACGA,AFDA,A/DCA,AoDDA,AjBAA,A8Q3FE,ACwBgC,AEkB3B,ACNL,AItDA,ACuBA,AClBFq1D,AO0DE,AC7BmB,AGVnB,ACJA,ACFQ,ACMR,AESQ,AE7BmD,AnCkDzD,ACDC3E,AtBmEL,A2BsME,A/D3NyD,AmBzFzC,AcjEhB,AhQ6a4Bp9B,E2SvbCw+B,CxL2K7B,A7FAA,GdiBIh0D,C0GhBC+gC,A7FAAA,A4RzEL,CjM8DM7+B,A7FAAA,CgGcC,A7FAA,AjChBAuC,AoTzFA,AzC5DP,CwC8EI,AClBIsJ,AWmBF/B,ACJA2uD,AEIAO,E7T2BH,AcwEO,AiStHZ,AhBgDKtI,CjRsEQr2B,AnB7Bb,A2T/BSjwB,AlB+PAA,E/SnNM,AmTlDT,AMlCK+G,AClBI,AzC1DN,CjRgKO,AiIXA,A7FAA,A9BFA,AkUtEF,C7T2BL,AsH6CQ+3B,A7FAAA,A9BFC,AoSzCR,C/RFA7a,A0T3BM,CrUmFD,AwUnFE,CPuCD,AlB+PA,C/SnNK,AmIAnB,A7FAA,A2R5CenmB,AIvCE,AtBsSFA,CUvSX,CAAajK,AYCjB,CrUmFa,AmIAS,A7FAA,AgSvFF,AEIA87C,C/SmGlB,AwRjFSh8C,CtSSR,AXwDqB,AiTjEQ,CtSSdivB,A2T/BK,CtUuFV,AmIAaid,A7FAAA,AoRtG5B,AO0DS,AlB+PA,C9K9NO,A7FAA,AqRzEV,AaHJ,CtUuF4B,AiIXtB,A7FAA,A6RjCN,AOvCe,AzBsSf,CyBtS2BllC,CfDD,CxLyEK,A7FAA,AqRzE/B,E9S4BG,A8S5B0B,CzToFhB,CWxDeqpB,AsH6CtB,A7FAA,CpCW8B,AwUnFrB,A9B6BD,E/RFX,CwHwDmB,A7FAA,AkSnFgB7I,C7T2BLnB,AwHwDO1N,A7FAAA,AoQtDtBw6C,G8B7BH,A9B6BD,E/RFX,EwHwDmB,A7FAA,AiS1EC,EpM0E0B,A7FAA,CpCzE1B,EqUDK//C,CpM0EN,A7FAA,EpCzEMoS,AiIyE2Bue,A7FAAA,IiSzF/C,IpMyFc,A7FAA,C6FAtB,A7FAA,CpC1EO,AiIoEkB,A7FAA,C6FMyC,A7FAA,MkSnFF,C9B6BtC,I8B7B2Csb,E9B6BvC,CAACnhB,E8B7BhB,G9B6BW,CAAWy0B,K8B7BrC,A9B6Bc,IAA8BpzD,GAA9B,GAAN,8+F1SsDK,CAtDD;AEpBL,ASmBJ,AFzB8C,AG2ChD,AZsCC,A4KGJ,AIAA,AGDA,AjEAA,AVAA,AFCA,AiEDA,AnCCI,ANHF,AGXM0C,A5GYR,ArCEA,A1DDA,ATAA,AmBAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,ADAA,ADAA,AiBAA,AIAA,ALAA,ApIaG,AcbC,APHF,AIXMA,AmHcR,ANAA,A6FFA,ACCA,AFAA,A9KFA,ACGA,AJQE,AETF,A/DCA,AoDDA,AjBAA,A+KvGE,A+FYA,AIoCA,AKhC6B,AMLrB,AE8CR,AC3BA,AIfA,ACJQ,AEPR,AGQA,AlCiCiB,AK2QjB,A/D1NK,AmBlFL,AcvEC,AhQ0Z4B,GQ9O7B,GwLjHI,CrMyDG,AkH4CFk/B,A9FAAA,A4BWAyF,A3CnFSpS,CL4Bd,AqHiCMvyB,A7FAAA,CX2BC,AR0PqBszB,C+RnWvBg4B,AIoCD,CzSNK,A2T3BJvR,AGXAA,A/ByCH,C/RHA,CuTZK3vC,ClBlBP,CpPoGA,AwPhES2vC,AMhDIsb,CzL0FC,A7FAA,C6FACvsB,A7FAAA,A4Q9EHwiB,AsBGZ,AGXA,AxD/DQlhD,CrN2KQ,A0QjGJrF,AGXAA,C3MiGZ,A9FAA,A4BWA,C5DXkB,AkUvEJ,ClUuEK,AgTzFnB,AIoCI,AclBWmD,CpMuEK,A9FAA,AoRrDJi0C,EpTqDE,AiRhKH,CqD0Ef,AGXA,AxD/DgBj0C,CjRgKQ,C8HAxB,A9FAA,C8FzEgD,A9FAA,AkSEzC,AIfgBqd,AGXAA,CzUiGL,A8HAS,AGXb,AjGWa,AIXb,AgR1CV,AclBoB,CjM4DlB,A7FAA,AgR1CmB,CpTqDI,CsUtF7B,AGXA,AxD/DQnb,CjRgKU,AiIXa,A7FAA,A6K1FA,AqHeF,AGXA,AxD/DJqI,ChE2DO,CjNqGC,EiIX3B,A7FAA,E6OrJErI,CAAP,CjRgKiB,EAAuB,EoTrDrC,EnGhD2B,CAA/B,EAAgD,CmGgDF,CK/BrB,IL+BzB,CK/B8B+G,CL+BuB,KjDpCT,CsDIf,SzE8EiB,OyF1F9C,EAA8EyW,MAA9E,CAAsF+E,KAAK,CAACzX,SAA5F,YHWA,EAAkHmU,IAAlH,CAAwH,UAACtkB,OAAD,EAAa,olCtUsFnH,CAvDN;AOsBX,AItBC,AFQG,AGUL,AZsCE,A4KGJ,AIAA,AGDA,AjEAA,AVAA,AFCA,AiEDA,ApCFE,ACGE,AHdI/E,AP5CF,ArGwDN,ArCEA,A1DDA,ATAA,AmBAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AiBAA,AIAA,ALAA,ApIaI,AahBF,ACGE,AHdIA,AT5CF,A4H0DN,ANAA,A6FFA,ACCA,AFAA,AvOfAoH,AyDaA,ACGA,AJSE,AEVF,A/DCA,AoDDA,AjBAA,A+KvGI,A+FYF,ACsBgC,AEuB5BiB,ACTH,AKjC4B,AMyB7B,AGX0Bq3C,AGX1B,ACHC+Y,AEGD,ACbA,ACqBA,AjCsBC,ACDC,AtBkEJ,A2BwMC,A/D5N+C,AmBlFF,ActE3C,AhQkbEn7D,E6S/bqBw0D,K3L6KnBlqB,A7FAAA,AhCbA,AsDyBAhD,CqEvBC5kC,AxG2BA,AW3BAA,A9BFAirB,A4T3DoBy0B,AIdzB+Y,ArTwWEn7D,CN9Xa,CAAf,AL+FH,A2MxFU,A+FYHwN,AwBMDkuD,AEQA,CzT6VD17D,EVpTG,AmHrBK0/B,A/FAAA,ArB0CAz6B,AmUnFJ6H,AxTkXC,C+R3WR,AG6CI/B,AhD9CO8wC,ChI0FX,A1GgBa7d,AahBb,A4RxEiC,AQHxB67B,CzMgEK,AP5CV,AtF4CU,AT5CV,A6S5BM,CvMwEKpuB,A7FAAA,A9BFjB,A0S5Ecj+B,AkBiBuB,AMXxB4rC,CjUiDV,A4HkCe,A7FAA,C2KrGC,CkGyDP,AsBpDI,CzBOd,AG6CY,AsBpDGxuC,ACqBf,C1U2EoB,AmIApB,A7FAA,AsBYA,AqJjHoB,AqHeL,CtUsFM,AyBgBf,AwLrHgB,AqHeN7F,AIWC,AvEf2B,CnBkF5ByhB,C7O3BJuD,AyD+CW,C5DZH,AwUnFhB,CFHH,CtUsFyB,AiIXZ,AxG2BY,AW3BZ,AkS3EQtiB,AEGtB,ACbO,CxMqFD,A7FAA,AwBuBN,A3C6P4BuuB,Cd5Sc,AqUhDjB,ACbzB,AzFwF8C,ChPQ1B,CiIXU,A7FAA,CpCWC,AiT5D5B,EjT4DiB,AoTrDbhQ,AkBjCsB,CrM2EvB,A7FAA,A6K1F6B,AqHeLpO,CtUsFK,CyBgBjC,CwLrHoC,CxLqHA,C4SnGdwnC,A5B8BCl/C,CUSf,CnT4CU,AmT5ChB,ACTH,EpTqD0C,AsUtF1C,E7BiC8B,CAACY,ExFhDX,EwFgDI,CxFhD4B,AoHkBrD,A5B8BsC,CxFhDlB,IAAsC,CAAxD,AwFgDwC,CsBRL,AtBQM27C,MAAL,CAAY2C,GhSKrB,SgSLS,EWAUqH,AXAvB,CAAxB,GWAA,MiB9BqC,2B5B8B8B,iczSqDhD,CAxDR;AEpBL,AK2CN,AJFyC,AQpBzC,AFO4B,AGY9B,AZqCG,A4KGJ,AIAA,AGDA,AjEAA,AVAA,AFCA,AiEDA,AnCCIlV,ANHF,AGXM3mC,AP5CH,ArGwDL,ArCEA,A1DDA,ATAA,AmBAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AiBAA,AIAA,ALAA,ApIaM,AcbF2mC,APHF,AIXM3mC,AT5CH,A4H0DL,ANAA,A6FFA,ACCA,AFAA,AvOfAd,AyDaA,ACGA,AJSE,AEVF,A/DCA,AoDDA,AjBAA,A8Q1FE,ACkDC,AENG,ACTH,AQxDHmuD,AG+CuC,AGXb,AGXnB,ACFJ,ACNO,ACSP,ACbD,ACqBC,AjCqBK,ACAL,A1D8CKv2C,AmBlFLlV,AchFF,AhQ4bIvM,ImH/QDsxC,A7FAAA,E6FAE,A7FAA,C6FACK,ANHA5P,AvFGA4P,APHA5P,A1BbA,AsDyBAuF,AsQrFE,AIfP,A5B4BA,AzB9GD,ChJ+JO38B,A7FAAA,A9BFAgjB,A4T5DN,AjDvFC,AhQkbE3tB,C2S/XI,CzTyEU4pB,A6SpDZmJ,AYrBGzkB,AzDmBP/B,EyDnBH,ASyBasmD,AGCJ6E,CvTqWJ13D,CdtTuC,A4T1B/BqmB,AtBQCwsC,C9RFJ,AsH6CK,A7FAA,AwRlGA,A3CnDLn0D,AhQkbE,C6GlRV,AGXcotC,AjGWd,AIXcA,A4Q7Ed,A/BxEC,EdsEQ,ActEE,CjRgKM,A8HAA3yB,A9FAAA,A1BbnB,A0S3EgBw7C,A7CFJ7vD,CxPkCG6qB,AXwDK,AoIGhB,A7FAA,AyMXIlO,CqF5Ec,C/TuEAzc,AyTjDiB,ASrBpB,CxUmFA,AoIGI,A7FAA,AkQzDA,AtCpCpB,C1PyCejF,AuOyCN,AmBlFM67C,CnQ0FO,AgTxFH,ClLwFI,A9FAA,A1Bb1B,AsDyBE,AoPpGqBniC,CrSgCpB,AFO4B,A2HoD3B,ANHuBsoB,AvFGvB,APHuBA,ChCAR,A4T7GnB,ChQyH6B,C5DZC,AqRlIX,AyDAA,A7ToZiBpI,CAAxB,CjBlRO,AiIXa,A7FAA,C6FAC/P,A7FAAA,AwBuB/B,AoPpGc,A7CFW,AlP4WS+P,CjBlRF,A4D9EM,AoPVRpsB,A7CFJwuC,CvMwG1B,CkEdiB,A9FAA,CiGXa,A7FAA,C4Q7EhB,C/K6EuB,A7FAA,A4Q7ErC,ChTwFiB,AmQ1FD,CrI0FuB,A9FAA,ChCAC,AmQ1FvC,CkEMI,A5B8BC,CxK2CwB,A7FAA,AoSxEN0f,CvMwEX,A7FAA,C0FWb,AGXM,AjGWN,AIXM,C0FhE0C,A9FAA,C8F2EF,A9FAA,EwSnFhB,CAACl6C,GAAP,CAAW,CAAX,EAAc1S,SAArB,CAAhB,AxF2E8C0X,CwF5EtB,CAGxB,IxFyEkD,CAAC5O,SAAL,C7O5BvB,A6O4BsCrI,E7O5BpB,K6O4BK,CAAuB,IAAvB,EAA6B,OAA7B,EAAsCA,OAAtC,CAA8C,IAA9C,EAAoD,MAApD,EAA4DA,OAA5D,CAAoE,IAApE,EAA0E,MAA1E,EAAkFA,OAAlF,CAA0F,IAA1F,EAAgG,QAAhG,CAArC,YAAJ,s/BhPQW,CAzDL;AEnBX,AK2CC6I,AJHwC,AQnBzC,AFOK,ATiDJ,A4KGJ,AIAA,AGDA,AjEAA,AVAA,AFCA,AiEDA,ApCFE,ACGC,AHdI,AP/DF,ArG2EL,ArCEA,A1DDA,ATAA,AmBAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AiBAA,AIAA,ALAA,ApIaM4lB,AahBJ,ACGC,AHdI,AT/DF,A4H6EL,ANAA,A6FFA,ACCA,AFAA,AvOfAl0B,AyDaA,ACGA,AJWE,AEZF,A/DCA,AoDDA,AjBAA,A+KxGI,AwGc2B,ASe7B,AGXC,ACDD,ACOA,ACHC,AEMA,AhCsBD,AtBgEF,AC7IE,ArC0HM,A8F1HN,A3EwCC,ActED,AhQkbU0qB,EuSjcoBggC,C9LkCL,A/FAA,E+FsFtB,A/FAA,CwGuDCp7C,A1GgBA4kB,AahBA5kB,C2FhBA,A7FAA,A9BGC,CAACyU,A2MzFA,E1MoEJzV,AJH0BgB,AmUhDtBgiD,C5BgCD3e,CpSwCP,A+TvES9d,AKSAm8B,CvM2EP,AFXW,A3FWX,AFXW,AiPvHJhuD,AyDAAA,C9UkIK,AyBgBA,ClBlDL,APkCM,AmIAA,A7FAA,AhCbA7H,AsT/FAgzD,A3CpDNnrD,AhQkbQwpB,EdvT2B,AsBqD3BoH,A4SpGH,A3B+BZ,CnSmBU,APkCE,A0SrDA0gB,CpSwCd,CNaoB,AqUpFF,AhD9CF,AyDAA,CzDACxzC,AyDAAA,A7ToZL4pB,CgQlbI,CjRgKF,AyBgBS,AwPhLNzpB,CxPgLO6O,A6SrGF,AIUD,C1U2EI,AqUpFF6iC,A3B+BrB,CAAoBoX,AzRyUXr/B,CjBpRG,AsUrFW,AIUD,CjT2FD,AwLtHK,AoE5BnB,AyDAA,C9UkIoB,AyBgBZ,AwLtHY,AgE1DpB1nB,CI8BP,AyDAA,A7D9BuBnO,CgDmHZ,AIvCK,ApD5ETmO,AhQobOyoB,CQnQRwI,A4SrGsBY,ACDA8d,AIUDv5C,AzDrF3B,EyB2GA,C1SqDY,A0SrDkB,CzRyUrBsxB,CjBpR0B,AqUpFnB,AKSM,AzT+VFgB,CgM1XM,AoHkBSs9B,ACDZ,AIUUrzD,CjT4FpB,AwLvHX,AqHiBiCoK,ErHjBI,CxLuHvB,CAACd,ARmQRyrB,EqTzWc,AIUD,AhCsBSx0B,C4BhCY,AIUD,CLT1B,ApTyWPw0B,CoTzWR,A3B+B6B,EAAMv0B,CjRsEpB,CiT5FM,AzTgWR45B,CQpQamE,AiT5F1B,EhCsB6B,EAAgB,G6BzBT,C9S+FrB,CAAH,E6StGU,CpUQiB,AuB8FD,A6StGvC,C7SsGwCA,ARoQ/BxJ,KAAwBoF,CAAxBpF,EQpQ8B,EAAWzrB,CRqQ7CyrB,KAAKqF,EQrQ6B,CADnC,CAFkC,CAIlC,CtBvDkC,EAAI,KIG6C1wB,CUwTlFqrB,GVxTK,AUwTiBoF,CVxTkE/6B,AUwTxF21B,EACIoF,CAAAA,GACFpF,GV1T+F,CAACz1B,CU0T3Fu3B,MAAL9B,CAAY1lB,CV1TT,CAAR,OU0TK0lB,CAAsBlW,GAAtBkW,CAA0B,qBAA1BA,CADEoF,GAGFpF,KAAK8B,MAAL9B,CAAY1lB,SAAZ0lB,CAAsBhW,MAAtBgW,CAA6B,qBAA7BA,CALEA,CAHCA,ihBjBlRE,CA1DA;AEnB4B,AK4CtC,AJHF,AQnBA,AFOM,ATiDJ,A4KGJ,AIAA,AGDA,AjEAA,AVAA,AFCA,AiEDA,ApCFI,ACGH,ANHC,AGXM9xB,AP5CJ1C,ArGwDJ,ArCEA,A1DDA,ATAA,AmBAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AiBAA,AIAA,ALAA,ApIeK,AalBD,ACGH,APHC,AIXM0C,AT5CJ1C,A4H0DJ,ANAA,A6FFA,ACCA,AFAA,AvOfA8J,AyDaA,ACGA,AFDA,A/DCA,AoDDA,AjBAA,A+KxGM,A+FcJ,ACkDA,AENG,ACTH,AKnCC,AKgBH2uD,ACSG,AEkBD,AKvCA,ACKqC,A9BwBnC,ACED,ArB7ED,ArCqHyD,A8FrHzD,A3E4BgB,Ac1DhB,AhQyboC,CmHlStC,A7FAA,GmF9CIz4D,A/FAAA,AmSjBA,CrSqFA,AqSrFCuO,EhMwEEs0B,AJvDA,A1FuDAA,ALvDA,ArB0CA,AwT3DP,C3LwEQ,AFXAngC,A3FWA,AFXAA,A9BFAorB,A0S3EF,CtLiCG,A/FAA,CmSjBC,ArBiBN,ChRyEO,AnB/BX,A8SxCO2uB,CDSF,ATTEz8C,CvSgBE4pB,A8MjEI,AgGgEJ9c,AqB9CA,ChUuEK7H,AyTlDPqhB,AQhBMA,CpM+EElN,A1GkBA2kB,AalBA3kB,A0QxFFvF,ANmCH,CxSzBIpM,A+HmEE,AP7CX,AtF6CW,AT7CX,AmShBL,ArBiBQ,ACEGhI,CzK0CM+rC,A7FAAA,AgR1Cf,AXFO13B,C3KuDP,A9FAA,A1BbF,A6S/BS,ACTK+qC,AkB/BApC,CnBwCJqZ,ChTOM,A8SDA,C9SCCt0C,AHqCI,A8HAA,A9FAA,AiRtCJjV,CjTsCK,AmIAA,ALAA,ArGkBX,AalBW,ANAA,AgRxFhB,AeyBH,AQhBoC,CpM+EhB0e,ALAA7R,AxFAA6R,ANAA7R,A0QrDhB,CxSzBmC,ACyCjC,AMZKsX,AgBmEU,AwRxDf,AczBQ,AOrBR,A7B6BL,CtSkBkB3G,AHqCD,AiTtCCvd,AENjB,ACTH,AkB/BmB4gB,ClB+BE,CpTqDI,AmIAnB,A7FAA,A0QxFiB,C7SmDhB,AgTPUi2B,AmBxCV,AMPC,C3MgFM,A7FAA,AkSzEU,CnU+CCx5B,AHqCN,A8HAS,AGXtB,AjGWsB,AIXtB,C0FWuBgZ,A9FAAA,CvBjDT,ATiDU,AmIAA,A7FAA,C2FXCj4B,A7FAAA,A6Q3BxB,C9SCA,AHqCY,AsUpFU6pD,A5B+BR,CjSIEh2D,AwMrDU,AgGgEH6M,ARjBXwnD,CtSkBY15C,AHqCG,AiNtGA,E+FclC,CCkDO,AENJ,ClLiCG,A7FAA,A4Q7E8B,ACkDA,AGfpC,AVAyB,CjSII,AiSJHlW,CjSII8sB,ATiDX,AmIAjB,ALAF,AxFAE,ANAF,AoRrDqCrS,CjTgB9B,A2HxCyC,A9FAA,ChC6EN,AmIAA,ALAA,AxFAA,ANAA,AsSpFlB,A7B6BtB,CtSkBsCrS,A8MjEP,AqHkBOiE,CrHlBpC,AyFiDiB,CAAWwxC,EvSgBzB,AgIqCwC/S,A7FAAA,CnCrCD,A8SDTkhB,AGfQ,CAAE,CkB/BvB,A5B+BnB,C4B/B2C,C7TmCzB,A0HiDmB,A7FAA,C7BjDCv+B,E0HiDYvX,A7FAAA,A2QtCnB,EAAa,C9SCFwR,EMZxB,E0HiDuC,A7FAA,AoQrDhB,CvKqDiBK,A7FAAA,AmRxFxB,AaIf,A5B+BvB,E4B/B6D,A5B+Bb,CvSgBH,AsSlBGhrB,CtKuDP,A7FAA,CnCrCkB,GMZLwwB,AgSNrD,CAAsD,IWEHzK,GXFnD,EhSMqB,AgSN0C,C6B7BzC,CAAjB,ClB+BwC,CkB/BmC,E7B6Bb,CAACy2B,EhSMFz8C,A6TnC7D,EAAkFsL,C7TmClE,CgSN0C,ChSM3D,AgSNuE4wC,ChSIhD,A6TjCtB,C7TqCD,A6TrCwF,Q7B6B7B,CAAwB,G6B7BW,K7B6BnC,EAAkC9oB,QWEH5K,MXFQ6wB,EWEzD,CAA2D,KAA3D,CAAF,CAA7C,AXFmG,CAAiByZ,SAAjB,CAAlC,CAA/D,gxFzSuDiB,CA3DP;AOCZ,AJsBC,AQlBF,AXuDG,A4KGJ,AIAA,AGDA,AjEAA,AVAA,AFCA,AiEDA,ApCFI,AFXIpwD,AP5CJzC,ArGwDJ,ArCEA,A1DDA,ATAA,AmBAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AiBAA,AIAA,ALAA,ApIeM+9B,AalBF,AFXIt7B,AT5CJzC,A4H0DJ,ANAA,A6FFA,ACCA,AFAA,AvOfA6J,AyDaA,ACGA,AJUE,AEXF,A/DCA,AoDDA,AjBAA,A+KxGK,A+FcF,ACkDA,AENEc,ACRH,AKrCuC,AM0BrCnD,AEkBF,AIvCC,ACAA,ACKAkqD,AGIA,AEjBO,AnCqCN,ACEA,AtB+DJ,AC3IC,ArCmH0D,A8FnH1D,A3E0BiB,AczDjB,AhQqa6B37B,IyG5T1B/1B,A/FAAA,EFyEE+9B,CnB/BC,AsD0BAwJ,A3C1FSvS,CkH6ER,AFXAvyB,A3FWA,AFXAA,A9BFAqrB,CoH1CC,A/FAA,A8QtB0B,AxRqWG,CsTvWnC4jC,A9B0BA,ACAC,ChLFO,A/FAA,CqRjCH99C,ACkDCpM,AENJmD,AYnBDnD,AMrBG,AKSA,CtBuBEqF,AaOAA,CxS+DK,CtBvDJ8d,AgIqCKxR,A1GkBA8kB,AalBA9kB,AwRvEAq/C,C7L4DC,A7FAA,AwBwBd,A6PtGYv+B,AfoCN,C1SqDS,AiIXAuR,A7FAAA,AsQ1CRhkC,C1SqDS,C4DaC,AoPrGhB,ACkDa,AENJ,AYnBD,AMrBGk3B,C3M6BMhkB,A/FAAA,AiCoElB,AuPzDY,ACRE,AWXJ7L,AEkBI,AMlCH,AGIC,C1U2EG,A4DjFuB,AwP6BvBlE,AaOAA,AMlCHs7C,CpM+EQ,A1GkBhB,AalBgB,AhCbtB,AsD4BE,AoPvGgBryC,ACkDCnV,C9SCD,AHqCK,AmIAA0iC,A1GkBAr4B,AalBAq4B,CnCrCJvW,AkU/CZ,A3B+BH,ChLFO,A/FAA,ArB0Cc5lB,AmT5EgB,AiBctB40D,C1U2EF,AmT5CC,CAACpd,ATTCx0B,CvSgBV,AHqCkB,AiIXZ,AP5CY,AtF4CZ,AT5CY,AyRGnB,AaOA,ChMkCD,A7FAA,A9BFR,A0S3EG,AeyBC,AEkBsB,AIvCF,AEKrB,CpU0CA,AHqCc,AmIAT,A7FAA,A2QtCmB,AGdzB,AWXoB3J,AQhBEgI,C9SiGlB,AwRxDsB/mB,AwB3Df,ACsBN,AhCsBH,C1SqD4B,AiIXAwL,A7FAAA,C+QjClB,AYnBV,CZmBsBqiB,AYnBC9G,C5L+DQ,A7FAA,E6Q5CrB,AuB/BgB,C1U2Eb,AiIXT,A7FAA,A+QjCuBwvC,AoBnC5B,EvU+EqC,AqUpFrC,ENqBC,AMrBiC,EpB8ClB,AENL,ChL4CV,A7FAA,A2QtCuC,AyBrCpC,CvB+BgCxqD,ChL4CQ,A7FAA,EoS3EL,CvB+B5B,ATTsBtL,CSSS,AuB/BD,CvM2EQ6hC,A7FAAA,CoQrDhD,GgCtB6Cg4B,IvM2EF,A7FAA,C6Q5CD1kD,CuB/BF,CvM2EmBiE,A7FAAA,A2QtC5C,APf0BoI,COe1C,CADgD,CAGhD,APjBC,CSSyC,ATTK,CAA9C,CSSqD,ChL4Ca,A7FAA,AoQrDjBoiC,CvKqDkBxiB,A7FAAA,GoS3EJ4nB,IvM2EpB,A7FAA,AoQrD3C,CgCtBsC,AhCsBqB/oD,CgCtB5D,EAAwE,EhCsBvE,wmD1SqDa,CA5DH;AElBV,AC0CD,AMXKxB,ATgDJ,A4KGJ,AIAA,AGDA,AjEAA,AVAA,AFCA,AiEDA,ApCFG,ACGH0yC,ANHE,AGXK,AP5CD,ArGwDN,ArCEA,A1DDA,ATAA,AmBAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AiBAA,AIAA,ALAA,ApIeK,AalBF,ACGHA,APHE,AIXK,AT5CD,A4H0DN,ANAA,A6FFA,ACCA,AFAA,AvOfArnC,AyDaA,ACGA,AJYE,AEbF,A/DCA,AoDDA,AjBAA,A+KxGG,A+FcA,AG4CG,ACRJ,AI3DF2tD,AOgDI,AEiBwBrV,AItCxB,ACAD,ACKA,ACJA,ACdD,ACsBE,AhCsBA,A1DsCuD,AmBzFzC,AcvDlB,AhQgcKpiD,KQjRM,AuR1GT,E7SmDO,A2HuCFynC,A9FAAA,A1BbA,CH1BL,AG0BMzZ,A2TjCoBo0B,AhT+UvBpiD,CmH9RI,A7FAA,C6FAC4C,A7FAAA,AiRlHA,C/RiIC,AuR1GF,AQvBE2L,AiBcJkuC,AxTkYFz8C,CuTpXI43D,C9M4BI,A/FAA,A6RxDb,AvSgZU,CkS7UJ,AkBxCEj5B,AKSAm8B,CT6B2B,CTjEnB,CxT+GC,AiU9CoB,AQnDnC,CzUiGgB,A0HvDAz7D,A/FAAA,A8S1CJ6hD,CvUkBHz5C,AkIkFX,A7FAA,A8RvFa,C5ToCLhJ,A2HmDYojC,A7FAAA,A4Q/CV,AkBxCIlhC,CrUoFG,AmT5CN87C,CzLXE,A/FAA,C3BuDU,A0HvDA5yB,A/FAAA,C6S5BF,AvT0WiB,CwTxXpC,ChUiDY,ATgDG,AMbjB,A+TvEQ,AIbe,ACsBH,CxUJF,AW2BT7pB,AJIMgwB,AqHgDb,AJvDI,A1FuDJ,ALvDI,AwRWA,AqBvCkB2nC,CtUIL7oD,AF+ES,AoIG5B,A7FAA,A4Q/CkBjF,C7S+BW5E,A4T7DlB,AGVY,AKSA,C1U2EN,A8HAa,A9FAA,AwR/G9B,Aa2BI,AKSoB,CtM8EO,ANH7B,AvFG6B,APH7B,A0S3EE,C7TuBUhF,AboDkB,A8H/EkB,A9FAA,AqSLxB,CvMoFO,A9FAA,A1BbjC,AmUpFE,ACsByB,CvB+BrB,CAAoB,AsBrDM8E,EvUkBrB,AsUJuB,CtUILpE,AF+EZ,AwUnFkBsnB,C3T+Bd,AJIb,AgUjDN,ChUiD0B2I,ATgDY,AyUjGF,CrMoGG5rB,A7FAAA,CiStFjB,CAAgB,CtUI7B,AkIkFoB,A7FAA,CkSpGYyvD,CrMoGGpzB,A7FAAA,CrClFR,AO+B9B,CP/BJ,AO+BiC,A2HmDN,A7FAA,ErClFU,AkIkFS,A7FAA,G9BnDT,A+TnCDztB,C/TmCErF,A+TnCD,CCdvC,ChUiDmC,E0SI/B,C1SJyCvO,C0SII,E1SJ3C,EAA4C0wB,C0SI9C,O1SJE,EALuB,CAOvB,upCT8CS,CA7DH;AEjBTjpB,AK4CH,AJFA,AUhBmB,AbqDjB,A4KGJ,AIAA,AGDA,AjEAA,AVAA,AFCA,AiEDA,AnCCE69B,ANHA,AGXG,AP5CA,ArGwDL,ArCEA,A1DDA,ATAA,AmBAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AiBAA,AIAA,ALAA,ApIeMtH,AcfJsH,APHA,AIXG,AT5CA,A4H0DL,ANAA,A6FFA,ACCA,AFAA,AvOfAx7B,AyDaA,ACGA,AFDA,A/DCA,AoDDA,AjBAA,A8Q1FG,ACmDA,AQrDC,AM2BD,AEgBuB,AC3BxB26C,AGXwB,ACCvB,ACbO,ACa+B,ACbvC,ACqByB,AEjBzB,AlCwCC,AtB8DH,ApCzB2D,AmBzFzC,AlP0YbxkD,EmH9RHqlC,A7FAAA,G0F3BoD,APnCjD,AtFmCiD,ATnCjD,C+FIC,AjGyEAtH,AEzEA,AuSnBJymB,C5T6DK,A2TlCE,AvBVP,CtK4DM,A7FAA,AjChBA16C,A2TlCN,AhTgVG9J,CmH9RI2C,A7FAAA,EkSpGF65C,CnUoFP,A0S3EQ5oC,ACmDCA,C1SEAuE,AUoUJnY,CfhXAwH,AuBiGS,CzBlBC,AyBkBA1C,AnB/BAE,AkTjGAwyD,AUoCJ,AjT2WC,CjBjSI,AyT1FRv9B,ASgBIzE,CMViC7hB,ACb3C,ClU8DA,A6HsCA,A7FAA,AiSvF4C,ACbhC+qB,CzUiGC,AoIGIkD,A3Geb,AcfaA,AjChBnB,A0S3EG,ACmDa,AuB/C+BzpB,C/SsG3BrP,AyS5FlB,ClU0EmB,CE/ET,A8STM,ACmDC,C/S1CN+F,AuUlBX,CzUiGa,AgTxFZ,AwBI0C,ACbxB,ChBOjB,AeMkD,CxUoF5B,CoIGxB,A7FAA,AkR7FiB,CzT0FJ,AoIGazK,A3GetB,AcfsBA,C0QxCF,CjTqCI,AiBiSCy1B,CAAnB,CfhXP,AkIkFH,A7FAA,CrClFqBtb,AkIkFU,A7FAA,AtB8RFsb,EgStUD,CjTqCf,AiTrCgBomB,C7KwC7B,A7FAA,CvCHoC,CE/EjC,AkIkFkCl7C,A7FAAA,CrClFRyC,EkIkF7B,A7FAA,AiSvF2C,EpMuFD,A7FAA,C0QxClB,CAAe+nD,E/S1CH,AsULuC,CtUKtC1gD,E+S0CpB,CuB/CsB,EpMuFamjC,A7FAAA,CmS9E5B,CzBsCyB,AoB/CtBtT,EnUKE,AkIkFa,A7FAA,CrClFKnY,CkIkFW,A7FAA,AmS9E7BqzC,CLVL,EnUMK,CAAwB,A+S0CpC,C/S1CY,CAA1B,AwUGsB,CzBuCoC,MAAI,CAAC3Z,SAAL,CAAesP,KAAf,CAAqB7/C,IAArB,EAA5C,GAA2E,EAA3F,yxBjTqCY,CA9DD;AEhBT,AK4CH,AJDD,AMXOlR,AT+CJ,A4KGJ,AIAA,AGDA,AjEAA,AVAA,AFCA,AiEDA,ApCFEinC,ACGErE,AHdA/gC,A5GYJ,ArCEA,A1DDA,ATAA,AmBAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AiBAA,AIAA,ALAA,ApIeK,AalBHolC,ACGErE,AHdA/gC,AmHcJ,ANAA,A6FFA,ACCA,AFAA,AvOfAwJ,AyDaA,ACGA,AJWE,AEZF,A/DCA,AoDDA,AjBAA,A+KzGE,A+FeC,ACoDArC,AETG,AM7CD,AMRK,AEmDR,AC3BA,AGZwB,ACEvB,ACdO,ACa+B,ACZtC49C,ACoBwB,AEhBzB,AnCsCC,ACGD,A1DmCyD,AmBzFzC,AlP2YX,EkHjSL3f,A7FAAA,E8FGErE,AHdA/gC,A1FcA+gC,AHdA/gC,CXmBK,C2GLH,A3GiBF,AcjBE,C6FAC2xC,A7FAAA,AjChBA,AsD2BA1P,CuEdC,A7FAA,AhCbAtU,A2SvBLxmB,AwB7DA49C,CtMiGMhhD,A7FAAA,A2KvGA,AuHkBe,CAArB,AIRKoD,CxMgGF,A7FAA,AmQvDCg1C,CtKuDH,AHdQ,A1FcR,AHdQ,AkSzEL2e,A7B6BA3sC,CtKuDL,A7FAA,A4R1EO3hB,C/L0EK,AFXA,A3FWA,AFXA,A+QlCR,AsBpDG,CxB6DC,CAAC82C,CwB7DC,AGIG,AlCyCb,AzRqVYp1C,CjBjSI,AmIAhB,A7FAA,AsBcA,A8OlEY4vC,C1SoDK,AyT1FT32C,ChT2CFhJ,A0SEE,Ae7BM,AUnBEC,ChR2GG,AuP3DVyW,Ae7BMvK,AjT2WH4D,CjBjSI,AyUjGDimD,AxTkYE16B,CX9SnB,CNawB,AiTpCrB,CAAkB,APhBnB,CjSKY,AHkCY90B,AsD2BxB,A6PxGG,AaMgB,A5BgCC6uD,CjSKP9jC,AT+CG,A4DpFsB,AuPuClC,AM7CYk2B,AxS2XJ13C,C2CjRZ,AsQ1FO,AUnBiB,A3T8XDA,CjBjSI,A4U7FFjP,CtUgF3B,A6ShCoB4V,Ae7BlB,AzBmBc0Z,CzSuDE,AsUpFQ,CGbjB,AxTkYgBrgB,CjBjSQ,AiBiSHC,CgMxYI,AyFmDhC,CzFnDiC,AwGa9B,AfsC2B,CSO1B,AM7CsByrB,AaMzB,EAA8B,A7B6B1B,ChSQC,AT+CU,AiBiSO1rB,CRhVGqiB,CT+Ca,C4U7FvB,CAAwB,CnCsCV,AxRwVSiJ,CwS3XpC,AfsC4B95B,AzRqVRwO,GgMxYS,AyFmDF,AzRqViB,CgMxY/C,AhMwYYA,CRhVN,AmU9CU,AlCyCoBvO,CkCzCpC,AnCsCqCxB,ExRwVeq7B,CAA/C,CyRrVyB,EDHa,ACGG,CDHFm4B,EgC1Cd,ChUkDWxhC,IgUlDNgsB,MhUkD7B,AgUlDwB,CAAY9d,IhC0CZ,CgC1CA,CAAmB,EhUkDK3+B,CgSRa,EhSQ7D,GgUlDwB,CAAvB,IhC0CuB,IAAmD,OAAOvB,MAAM,CAACszD,eAAd,KAAkC,UAAlH,EAA+H,qRzSuDhH,CA/DJ;AEfV,AK6CH,AMpBC,AJOM,AT+CJ,A4KGJ,AIAA,AGDA,AjEAA,AVAA,AFCA,AiEDA,ApCFC,ACGE,ANHD,AG1BoD,APnCjD,ArG8DL,ArCEA,A1DDA,ATAA,AmBAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AiBAA,AIAA,ALAA,AvHHC,ACGE,APHD,AI1BoD,ATnCjD,A4HgEL,ANAA,A6FFA,ACCA,AFAA,AvOfAjoD,AyDaA,ACGA,AFDA,A/DCA,AoDDA,AjBAA,A+KzGC,AgGmEGolD,AETE,AM7CD,AMTK,AGyBR,AIVE,ACfM,AEAW,AGOnBznD,AnCqCE,ACGD,AtB4DH,AnQwRsDqyB,GmH/RpD,AH3BmB,APzHM,AnFoJzB,AH3BmB,ATzHM,CsG0G2C,A7FAA,CsFdjE,A/FAA,CsG4CC4S,A7FAAA,AwSjFJjlC,C9M4FKigC,A9FAAA,A1BbA,AmUtFL,CnUsFMxZ,E2SvBJghC,AqBhDA,A7B6BA,ECGGlvD,CkCxCE,C5U4FK,A4U5FJo6D,C5U4FK,A0SpDL,C4BhCF,A7B6BA,ACGG36D,COgBA,AqBhDFg9C,A7B6BA5tB,CzSuDK,CiTpCDqgC,CjToCO,AiIzCH,A7FAA,AwSnDf,CzB+CWpiD,ClLIX,A7FAA,CpCyCY,AsUpFV,AMRe,AlCwCZ,C4BhCSo0C,CtUoFS,A8HAvB,A9FAA,AyQvDE,CQmBgB,CjToCN,AMbd,A2SvBqBjgD,ChTTG,A6H6CI,A9FAA,AmR7CR,ACRqB,AwBvCjBw7C,C5U4FK,AmT7CR7xC,C7SgCS3F,CgUvE1B,CxMoF4BkgC,A9FAAA,AsSpFP,CrBgDZ,C3SuBb,A2SvB4B,A2BxDT,AlCwCI,C1SoDT,A4U5FiB+W,CzB+ClB,CnT6CwB,AmT7CP/mC,GTPH,CAACjS,ESOf,CFSe0Q,AETtB,CrL6CsB,A9FAA,AiRpCC,A2BxDV,C9M4F2B,A9FAA,A4S5FH,AlCwCpB,C4BhCnB,A5BgC8BmtC,E4BhCQh8C,CxMoFd,A9FAA,C8FA1B,A9FAA,C0QpDK,C4BhCH,CAA4Co2D,AMR7B,EAAkCiB,KAAnD,GlCwC8C,CAA7C,EAAgD,C4BhC/C,oyBtUoFU,CAhEA;AEpBL,ADwCP,AYTA,AJrCiD,AT2F/C,A4KGJ,AIAA,AGDA,AjEAA,AVAA,AFCA,AiEDA,AnCCC,ANHA,AGXC15D,AP5CE1C,ArGwDJ,ArCEA,A1DDA,AUAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AiBAA,AIAA,ALAA,AtHAC,APHA,AIXC0C,AT5CE1C,A4H0DJ,ANAA,A6FFA,ACCA,AFAA,A9KFA,ACGA,AJYE,AEbF,A/DCA,AoDDA,AjBAA,A8QvGiF,ACgEpD,AERvB,ACTmC,AKpCrC,AMVM,AMYgB,AEZhB,ACeP,ACZD,ACkByB,AEZzByH,AnCoCE,ACGA,A1DsCGia,AmBjFL,AlPkXoC,CmHpRtC,A7FAA,C0FVEhf,A7FAAA,EsF5CE1C,A/FAAA,EiTpCFyH,ClNoCK,A/FAA,AiCsEAm6B,A3CjGS3M,EyG2BP,A/FAA,A8QFN,AxRwVmD6E,ChB5UhD,AgIkCI,A7FAA,AsQzCN,CzKyCO8R,A7FAAA,CoS1EJ,CrBoCO,AsBhDL9+B,AGMA,AzEJAA,CnQ+FK,AmTjDF,AyB1CFqa,C3U8CClC,AD6CI,AmTjDV,AVNK,CCGF,A1DsCDvD,C0DtCE4lC,C1SoDK,C4DeZ,AqPpD+B,AuBhDnBsQ,CvUwCR,AD6Cc,AyUjGJ,AzFmFL,AmBjFK,CzIuCX,A/FAA,A8SzCYhtD,AGMf,AzEJe2B,CvM8GK,AgR1GJm9C,C5U2FJ,AiIXJ,A7FAA,C6FAR,A7FAA,A4MHa,AmBjFN,CnQ+FgB,A0SpDrB,AvC3CkBl9C,ClQkDCiY,AgTQiB7Q,APfrB,C1SoDL,AiIXa,A7FAA,AwB0BzB,AqPpD+B,A2BtD/B,ChRKsC,A6QX/B,CzUiGoB,A4DiB3B,A6QlHwB,CGMA,C3MgFxB,A7FAA,AoS1EK,CvBgDuC,C9C1DrC,EnQ+FK,A4U3FiBpG,AzEJClC,ClQkDC,AuUxCF,AxFuExB,C/O/B2BwZ,AD6CG,E4U3FnC,AzEJO,CtPyCU5kB,AsPzCmB,ElQkDpC,CgTQ2B,ChTRY,EYThB,CAACY,A2T/BvB,EAAyC,CrEVL0L,CtPyCpB,CAAa,KAAKumB,CsPzCC,EAAc,YtPyCjC,CAAjB,YuSAmC,EAAI,uBvSAc,0absDzC,CAjEA;AEpBL,ADwCgC,AYTlC,AJrC4C,AT4F/C,A4KGJ,AIAA,AGDA,AjEAA,AVAA,AFCA,AiEDA,ApCFA7yB,AFXEsiC,AP5CEviC,ArGwDJ,ArCEA,A1DDA,AUAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AiBAA,AIAA,ALAA,ApIeI40B,AalBJ30B,AFXEsiC,AT5CEviC,A4H0DJ,ANAA,A6FFA,ACCA,AFAA,AvOfA6J,AyDaA,ACGA,AFDA,A/DCA,AoDDA,AjBAA,A+KzGA,A+FaE,ACoD2B,AEPxB,ACVoC,AKzCV,AMLrB,AMaL,ACID,ACjBM,ACgBN,ACbwBs4C,ACkBD,AEXzB36C,AnCoCE,ACGC2rD,AtBkGL,ApC5DO,AmBjFJ,AlPqYEpzD,EgHjTHwiC,A7FAAA,EsF5CEviC,AjGyEA40B,AEzEA50B,CFyEC,C0GlBC,A7FAA,AsS3FJwH,CzM2FKtH,A7FAAA,AhCbA,CmB+BCm9B,AnB/BAnP,AmUrFoBi0B,AtEGzB,AlPqYEpiD,CyG7VI,A/FAA,AsLhDA,ChF4FC,A7FAA,AkSzEN,A7B6BA,CxK4CO0iC,AP5CA,AtF4CAA,AT5CA,AsRiBE,AE5BF,AlSwWN1iC,CJ7VQuO,AoSgBQ,APbhB6kD,CkCvCI,AzEJF,AlPqYG,CJ7VK,A+TpCLjsC,AzEJFtd,CsEH2B,CHc3B,A7B6BA,CxK4CE,A7FAA,A9BFV,A6ShCW,AmBvCF4yC,AGd4B,AhC2C5Bh1C,ACGC,C1SoDQ,CAAC,AiIXA,A7FAA,AsQzCP,ChLHQo5B,A/FAAA,ArB0CA,A6PlFjB,ChI+FH,A7FAA,AsS3FE,AzEJc,CnQ+FE,AmIAIuJ,A7FAAA,AsS3FJ4jB,CNOd,CtUoFoB,AyBkBA,A6StGR9M,A7B6BZ,ChRyEqB1gD,AiRtET,CkCvCd,AlCuCem+B,C1SoDC,AySvDE1W,EzSuDS,AiIXAjjB,A7FAAA,AwShFJ,ChUmDb,AuHwCkB,ATvDnB,ApFuDmB,AXvDnB,ArB0CmBwI,A8S1CbmoD,CpTuDC,AmIAa/yD,ATvDAwE,AjGyEP,AalBOxE,AXvDAwE,A2S7B3B,A7B6BA,ACGQ,CzKyCO,AP5CR,AjGyEP,AW7Be,AT5CR,AsSOG,AKpCW,A7B6BC,ACGHgsD,C1SoDU,CiIXC,AP5CA,AtF4CA,AT5CA,ArB0Cd,AsU9EUpF,C/ToCvB,CP0C6B,C2M1FpC,AmGgDyC,AVG7B,AzRkV0Cl0B,CgMrYhB,A2HYpC,AlCuC2B74B,C1SoDX,AmQ/Ff,ChI+FH,A7FAA,CtCAyC,AiNvGzC,AkDQoC,ChI+FM,A7FAA,C2KvGS,CqHmB/C,A5BgCQ,CAAyB,CzFnDrC,AqHmBuC8D,AnEXpC,ElDR2D,EqHmB1D,CAAyC,EnMoF7C,A7FAA,E6FAuD,A7FAA,AoQpDlBub,CAAC,IDHlC,EAAoD9B,MAApD,C4BjCgC,gXrUwFlB,CAlEJ;AEpBL,AON0C,AGqDjD,AZwCE,A4KGJ,AIAA,AGDA,AjEAA,AVAA,AFCA,AiEDA,ApCFE,ACGF,ANHA+mB,AGXI,AP5CE,ArGwDN,ArCEA,A1DDA,AUAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AiBAA,AIAA,ALAA,AvHHE,ACGF,APHAA,AIXI,AT5CE,A4H0DN,ANAA,A6FFA,ACCA,AFAA,AvOhBsC,AyDctC,ACGA,AJaE,AEdF,A/DCA,AoDDA,AjBAA,A+KzGE,AgGiEE1xB,AEPC,ACXoC,AKzCV,AMLrB,AEsDR,AIzCkC,ACK/BosC,AEHuC,ACZlB,ACkBC,AjC0BvB,ACEkC,A1DuChC,A/NoTDhgD,O2CtREwnC,A6QnHE,CxMwFDziC,A7FAAA,AqSxFN,AxTyYG/E,CmHnSI6E,A7FAAA,AjCjBoC,A2MzFpC,CvFgDCwP,A/FAAA,AsRiBNT,AGlBa8hD,CnL6CN,AP5CA,AtF4CA,AT5CA,ArByC2B,C6S/BjC,AmBvCA1V,C1T4CInzC,AwH2CT,ANHa,AvFGb,APHa,AiShDJA,AhTsVJ7M,CmHnSSyiC,ANHA9/B,AJvDA,AnF0DA8/B,APHA9/B,ALvDA,CsG4CCoC,A7FAAA,A6K5FA,AhM6YH,EgS5UD,AGlB8B,CpTwDvB,AiIXA,A7FAA,A+QlCT,CnT6CU,AiIXAo+B,AP5CA/jC,AtF4CA+jC,AT5CA/jC,AsLhDJ,AgGiEXwU,AEPMiiD,CvSKM,AwH2ChB,A7FAA,A0RnDgB,AIzCA5V,AKSA2Z,C9TwCC9uD,AqTRAH,AvBLyB0V,C1SqDxB,AoIGIqd,A7FAAA,A+RvFP,A5B+B4B,C5KqD3C,AGXe,AP5CT,A1FuDN,AIXe,AT5CT,C3BuDkB,AoIGxB,ANHwBgK,AvFGxB,APHwBA,AsSpFP,CnBuCZ,C/KgDqB9d,A7FAAA,AmSpFC,C9TyClB,AZwCS,A4DgBhB,A8OrE8C7pB,CzK0CpB,A7FAA,A+QlCT,AcHV,CrTQP,AZwC2B,AiUhDH,AIzCU,CjM4FpC,A7FAA,AqBa8B,A0QpGT,A5B+BiB,C1SqDpB,A4DgBhB,A0QpGoBy8C,ClMuFU,A7FAA,AqB3FQ,AsQa1B,AjTiXF,CjBtSqB,A8HAjC,A9FAA,A4BkBE,EuP/DG,CrL6C+B,A9FAA,AwSrFPmb,CFCZ,CAAYj5B,CtUoFX,EAAuB,EsUpFxB,CAAmB,CxMoFSgJ,A9FAAA,CoRxDlB,EoB7Bc,CAAC54B,EpB6BD,GtLwDL,A9FAA,AwSrFP,CAAmB,CvM0E5C,A7FAA,AkSzEa,CxMoFwC,A9FAA,AsSrFZ,CrM0Ea,A7FAA,AoS1E7B,CAFe,uhBxUuF1B,CAnEJ;AEpBL,ADyCN,AYTA,AJtCgD,AGsDjD,AZwCE,A4KGJ,AIAA,AGDA,AjEAA,AVAA,AFCA,AiEDA,ApCFE,ACGA,ANHA,AGXI,AP5CA,ArGwDN,ArCEA,A1DDA,AUAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AiBAA,AIAA,ALAA,ApIcI,AajBF,ACGA,APHA,AIXI,AT5CA,A4H0DN,ANAA,A6FFA,ACCA,AFAA,AvOjBiD,AyDejD,ACGA,AJeE,AEhBF,A/DCA,AoDDA,AjBAA,A+KzGI,AgG8DiB,AEJhBnE,AMrD0B,AQiDHw3C,AC1B1B,AGdI51C,ACKD64C,ACAH,ACJ0C,ACX1C,ACmBI2W,AEpBI,AlC8C4B,AtBkGtC,ApC1DK,AmBlFF,AlPsYSxnC,CXrTZ,K8HkBMmJ,ANHAiK,AvFGAjK,APHAiK,EoGGJ,A3GcM/S,AcdN,A0K1GM,AgHsDoButB,CxSkEnB,AwR1DN,C7K4CO,AHdAr3C,AP5CA6I,AnF0DA,AHdA7I,AT5CA6I,C+FAC,A/FAA,AsLhDA,AiH4BJ6oC,CrTmBA,AYyEK,A0R9DP7xC,AmBvCAy6C,CxMoFQ,ArGiBL,AOjBK,AuSpFJv4C,A7B8BG,ChLDE,A/FAA,AsLhDA,CvFgDR,A/FAA,AsLhDF,AgHsD+B,A9D/CzBA,AlPsYOktB,C6GtSD,AGXA,AjGWA,AIXA,AiS9EVxtB,AKSAwvD,CtMmFWt5B,A3GcA1E,AcdA0E,A0RpDoB,AC1BnC,ClU2EgB,AkU3EJwe,AITH,CzT4BG,AbwDK,AiIXAx+C,A7FAAA,A+QlCP,CAAE,AmBvCD,ACAG,AGIN,CzUiCPmc,A6H+CkByoB,A9FAAA,AiSjDK,AMnCT18B,AGINwsB,C1UgFO,AmQhGD,AlPsYL5C,CmHnSW,A7FAA,A4NnGL5pB,CtPwCCmoB,AbwDK,AoIGAhpB,A7FAAA,A8R5FV,C5S0GW,AyS5FvB,AGdahF,C5S0GWpE,A0R9DR,Ae9BK,AITN,CtUoFC,AiIXS,A7FAA,A+QlCR87C,AmBvCDA,ArT2XXjoB,ChBtVG,AmIkDO,AHdWiX,A1FcX,AHdWA,AmSzEnB,AGIH,C1UgFuB,AoIGA,A7FAA,A8R5FvB,AKSc,CzUiCTjmB,AoU1CU,AEKnB,ApEZQ,CnQgGQ,A+SiNL,A5CjTchZ,C1OiHV,ARsRLyqB,CjBvSqB,AmT7CnB,AmBvCD,CnBuCa7J,AmBvCDuR,CrUqCtB,AwBgEgC9J,A4S1GT4nB,AKSF,CtMmFP,ANHf,ArGiBM,AcdS,APHf,AkS3EA,AQLuBv5C,CvBmCX,C/KgDwBy6B,A7FAAA,A4QhDP,Ae9BIjS,CrTmBrB,AbwDI,AiIXS,A7FAA,AkSzEd,AnEZH,CtPwCyBnd,AuH2DlB,AHdX,AxG4BkC,AcdvB,AHdX,AkSzE0B,AnEZ7B,AlPuYIimB,CjBvSkC,AoIG/B,AHfgD,AxG6BjBwJ,Acd/B,AHfgD,A8R/DxD,AGdmB,AKSD,C7TwBN,AoH6C4B,A7FAA,AiS9ET5Q,AKSF0tC,CzTuXRtmC,CJ/VgBtD,AsSWJ,CAACgvB,AkB5Cf,CAAiBA,CxTiC/B,CyT5BM,ArT2XejpB,CQtRqB,CAACkH,AmT5GzB,E/TmCsB,EsSWhB,AuBnCY,CvBmCG83B,AkB5CzB,AOFSpiD,CnT4G1B,ARsRmB2gB,CoThY0B,AKSH,AzTuXTvE,CQtRqB,AiTjGtC,CAAd,CvBmCQ,CuBnCoC4pC,AzTuX3BrlC,CJ/VpB,AsSWkDlpB,AkB5ChC,AOXX,A3T2YgC,CoThYpC,CxTiCqD,CwTlCvB,ClB6CtB,AkB3CR,ClB2CqD,AuBnCrD,EAAoDA,IAApD,CAA0D,AzTuXtB,GkSpVkB6J,MAAD,EAAY,CuBnCD,2K1UgFpD,CApEJ;AEpBL,AD0CN,AYTClV,AJvC+C,AGwDlD,AZuCG,A4KGJ,AIAA,AGDA,AjEAA,AVAA,A+DAA,ApCFE,ACGA,ANHA,AGXI,AP5CA,ArGwDN,ArCEA,A1DDA,AUAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AiBAA,AIAA,ALAA,ApIcM+9B,AajBJ,ACGA,APHA,AIXI,AT5CA,A4H0DN,ANAA,A6FFA,ACCA,AFAA,A9KFA,ACGA,AFDA,A/DCA,AoDDA,AjBAA,A+QvCG,AERG,ACXJ,AK3C6B,AM+B7B,AEkByClV,ACzBzC,AGbI,ACCuC,ACG3C,ACL0C,AESrC,AErBG,AnC8CP,ACDgB,AtBmGnB,A2BsKE,A5CjTC,AcjEI,AhQwcE,MmHpSHe,ANHAge,ArGiBA7J,AcdAnU,APHAge,CmOnGG,C8DiDkC/e,AxBLxC,AtC5CD,CrImGO,A9FAA,CnBxDL7oB,AuH2DM,AV1DAy/B,AnF0DA,AZ1DAA,AyRDJ,CWZC+c,AOnBH,A5B+BA,C5KwDQ,A9FAA,AiRrCHsT,AgBbsC,CvMLlC,A/FAA,AuSpBJjjD,AnB4RAA,A9BlXOw+C,C7IoKF,ANHZ,ArGiBY,AcdA,APHZ,AmR7CI,AcL2C,AOrCtC72C,A/BgCJ,C5RDE,AYyEM0pB,A2RzEJse,AXCHh1C,C/KAQ6M,A/FAAA,C+FAC,A/FAA,AoSbf,ASrB0C,C3TiChC,AuH2DV,AV1DgBuV,AnF0DhB,AZ1DgBA,AsRkBH,Ac/BDpiB,AWZP,CzTuXS+G,CjBvSI,AoIGA,A7FAA,A4QhDV,Ae9BM,AnB4RA,C/SjNK,AyBiBf,AwRtDY,AERPiuC,ACXL,AcnBW7xC,AnB4RAA,CrLxQX,A/FAA,AyRDYf,AXCf,C5RDckpB,AI+VDvkB,CjBvSI,AyBiBI,AiTjGb,AzTuXUC,C8S3WnB,AWZUguC,AjCyBOx0B,CzSuDO,CiTrCJ,AERhB,AlCpHC,CxPkLD,AwRtDiBi4B,AERLr2C,ACXZ,AWZmBoe,AGPhB,AnB4RA,A9BlXuB+K,CjRiKZ,AyBgBsC,A2RxEhC,AcnBA,AzBoBvB,AMwQuB,CtR/LpB,AgRzEmB,AxR8VTxkB,CjBvSe,A0UhFxB,CXYL,AWZiBgsD,C1UgFC,A+TpEW,CZuBzB,AlCpHC,CjRiK4B,AmT7CT,AlSoVM,CgQxcyC,CgC4HvD,AhS4UT,CJ/VG,AoSmBqBnF,CpSnBA9mD,EAArB,AbwDQ,AoTxDd,EvSA+B2iB,AbwDM,CiTrCxC,EpSnBS,CAA6B7sB,AuSAG,EsBxBrC,CAA+B,C7TwB1B,AuSAV,CvSA6C,CuSAG,EWZhD,ClTYU,A6TxB8B,CXYaimB,AWZZ1Q,C7TwBU5Z,AsSW/C,EAA6C,CtSXvC,A6TxBL,CjCyBJ,C5RDuDC,AkTZxD,AWZ+C45D,CXYcpyD,AtBaJxH,CUUrD,GtSXM,CAAR,A6TxBmD,AjCyBpD,CiCzBqDknB,AjCyBU,CsBbhE,KtBaoE,CiCzBrB,AjCyBsBs1B,CiCzBPz8C,GAAzD,EjCyB2D,CAAY6+C,OAAZ,CAAqB,cAArB,IAAuC,MAAI,CAACpC,MAAL,CAAYP,UAAZ,CAAwB,WAAxB,CAAtG,4pCzSuDiB,CArEN;AEdX,ADqCD,AYTE,AJIG,AToDH,A4KGJ,AIAA,AGDA,AjEAA,AVAA,A+DAA,ApCFE97C,ACGEsiC,AV1DEt7B,ArGwDN,ArCEA,A1DDA,AUAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AiBAA,AIAA,ALAA,ApIeM,AalBJhH,ACGEsiC,AZ1DEt7B,A4H0DN,ANAA,A6FFA,ACCA,AFAA,AvOjBA0C,AyDeA,ACGA,AJcE,AEfF,A/DCA,AoDDA,AjBAA,A+K1GI,AgGmED,AGnBA,AK5C4B,AMkC7B,AEewB,ACzBEs4C,AMdgB,AEUrC,AjCyBJ,ACCC,AtBgGJ,A2BuKGA,A/DhOC1gC,AmBjFF,AclEuE,AhQwczC,EkHtS9BthB,A7FAAA,E8FGEsiC,A7FAAA,EmF1DEt7B,A/FAAA,C+FAC,A/FAA,ArBwCA,AsDgCAsgC,AqJzHA,AgHqDE,AxBpCP,CnSwEMtZ,A2TpCN,ACzB0Bg0B,AnB6RzBA,CNzSU,CrK2FH,A7FAA,AkQxDR,AzDsCE1gC,AiCnJoC6pC,C7IqK7BxmD,AV1DA26B,AnF0DA36B,AZ1DA26B,AV4VYlL,CkHrSX,A7FAA,A2QrCH5L,AhSyUG4L,CmS5VJioB,AWVC3vC,C5LkEK,ATvDA,ApFuDA,AXvDA,A6SjCE+pD,AxFyER,ChPeO,AoIGX,AV1DWl2D,AnF0DX,AZ1DWA,ArBwCf,A4T7DmC,AnB6RzB,C/SjNM,AoIGAkpB,A7FAAA,C0QxCF,AiBvCuB,AQN/B,A3BmSM,CzShOM,A0OAN,ChPeG,AmIJwC,A7FAA,A8QpDpD,ChL2DC,A7FAA,A0QxCa,AGnBFhgB,AWVC,C/TkEK,A0HvDf,A/FAA,AoSXWe,AGVS,C9L4EM,A7FAA,C6FGT,A7FAA,AiS7FqB,AvDxE6B,CjRkK1D,C4DiBb,AoP7GKojD,ChT4FmB,AiTrCL,AGnBlB,ApEyCC,CiEtBkB9N,AGnBC,CpTwDR,AMfa1yC,AsDgCA,AmQnFnB,E/TkEqB,A+TlE5B,Cf1BW,C1S6EK,AsDgCc23B,EtDhCE,ENenB,AiTrCE,CAAe+vB,CjTqCM,CoTxDnC,EAAkC9zB,CHmBlC,GrPsDyB,CAAkB,EwPzE3C,ExPyEyB,CAA1B,2CqNnLsD,EAAiB,imBjRkK1D,CAtED;AEbZ,ADsCD,AYVE,AJIG,AToDF,A4KGJ,AIAA,AGDA,AjEAA,AVAA,A+DAA,ApCFE5f,ACGA,ANHA,AGXI,A5GYN,ArCEA,A1DDA,AUAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AiBAA,AIAA,ALAA,AvHHEA,ACGA,APHA,AIXI,AmHcN,ANAA,A6FFA,ACCA,AFAA,AvOjBI,AyDeJ,ACGA,AJcC,AEfD,A/DCA,AoDDA,AjBAA,A+K1GM,A+FWO,AG+CP,ACVH,AWVD,AEeA,AC1ByCsH,AGZrC,ACKF,AIDuB,AElBjB,AlCiDP,AtB+FH,A2BsK0B,A/D9NtB,AmBhFH,AcpEwE,AhQwczC,EkHrS9BtH,A7FAAA,G6FAG,A7FAA,E6FAE,A7FAA,AoQ5DL,AK2QO,CzS9NC,A4T9DiCsH,AnB4RzC,CjL/MO8e,A9FAAA,CiGXC78B,A7FAAA,AkSzEN,ArD/EwDka,E3QoJ9CrJ,A2MzFF,AiH2BmC,Ef+BzC,Ae/B2C,CjDtFwB,CjRmKzD,AmIAA4F,ALAd,AGXc,A3FWAA,ANAd,AIXc,A6K7FA,AqHoBR,CtUoFS,AMfP,AgUrEDi7B,CxMoFS,A9FAA,A1BfE,C6Heb,A7FAA,A2KxGY,CjNwGH,AmT9CN,ClLmCW,A7FAA,A+QnCVtnC,AkB3CAsnC,CrUyFW,AmIAA,A7FAA,CgSpFlB,CAAY9d,CtUoFA,AiIXV,A7FAA,A6K7FmB,CAAC,CjNwGC,AiIXA,A7FAA,A+QnCrB,AkB3CA,CAAYuiB,CrUyFF,AsUpFZ,AGhBO,CxHJQ,AkG0DC/rC,AmBtCG,CtUoFQ,IiNxGI,AoHe7B,CpHfA,AkG0DA,AkB3CqB29C,CrUyFX,EAAuB,MqUzFjC,EAAgCpnC,GAAhC,E/T0EI,CAAN,iC2QpJgE,CAAK,2ZjRmKzD,CAvEF;AEXb,AO+BI,AToDD,A4KGJ,AIAA,AGDA,AjEAA,AVAA,A+DAA,ApCFI,ACGF,ANHEmc,AGXInlC,AP5CF,ArGwDN,ArCEA,A1DDA,AUAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AiBAA,AIAA,ALAA,ApIcM,AajBF,ACGF,APHEmlC,AIXInlC,AT5CF,A4H0DN,ANAA,A6FFA,ACCA,AFAA,AvOjBC,AyDeD,ACGA,AFDA,A/DCA,AoDDA,AjBAA,A+K1GM,AgGmEH,AETG,AMlDH,ASkBuB,AGXpB,ACKDu9C,AELD,ACXF,AGKA,AnCyCA,ACCA,AtB6FF,A2ByKE,A/DhOC,AiCpJF,AhQ2bqDnmB,CXzStD,GwHiBI+N,A9FAAA,G8FAG,A9FAA,AkS9EE,AjTXO5S,CkHyFR,ALAAlwB,AGXArC,A3FWA,ANAAqC,AIXArC,A8RnEN,CjTkX8B,CQnRtBrB,AgRvEJotB,AxB7GC3tB,CxPoLI,AgTrHJ27C,A/B+CAA,C5KqDH,A9FAA,AiLxGQ,AgGmEL,AqB/CFwD,CnMoFQ1e,ALAAqG,AJvDAtzB,ApFuDAitB,ANAAqG,ALvDAtzB,A8RzCL7M,C/LyCM,AjGwEA,AExEA,A6SlCJm0D,AvD1EC,ChE2DI,ChF6FC,A7FAA,C6FAChwB,AP5CAt3B,AtF4CAs3B,AT5CAt3B,A8S7Cf,A/B+CA,AzB9GYpU,CjRmKI,A0HvDA,AjGwEA0b,AExEA,AsLjDA,AwHIJnU,A/B+CAkmB,C1SqDK,A0HvDA9oB,A/FAAA,AsRkBLkrD,CnLqCV,A9FAA,AyRhGD,Af2CD,CSOWjjD,AMlDG+c,AYOL4yB,A3BoCO,C1SqDA,AsUpFH,C5M6BT,AjGwEQ,AExER,AsP5Gc,CjRmKI,AyBiBA,AwLzHA,AqHoBP,ArD/EI37C,CvJ4GI,A/FAA,AsLjDA,AgGmElB,AQ3DJ,AgBJD,C9T0CuB,A8StCH,AaWC,CtUqFL,AmIAV,A7FAA,A+RzFF,ClB2Cc,AkB3CF69B,AGAM,ACXC1W,AhC8CVkgC,AxB7GDjoD,CjRmKe,AiIXb,A7FAA,A6K7FE,AkG0DG0K,A9BtFH,AyDAA,A7D/BSooB,ChJwJnB,A7FAA,A6Q1BiB,CjTqCP,AuUrFL,ACJc2kC,CrMyFK71D,A7FAAA,AmSpG9B,CzUoG+B,AiIXA,A7FAA,AiS9E3B,CAAmBgxD,A5BmCnB,ACCJ,CDDqB,AxB7GT5yD,ChE2DsB,AkG0DvB,ATPoB,AzB9GhC,ChJwJO,A7FAA,A6K7FF,AkG0DwBiV,CFS3B,AQ3DA,CzTgGe,CiTrCiB,AQ3DC,AhB0C9B,CzSsDmC,AmIArC,A7FAA,AkSzFiC,A/BmCnC,C+BnCoCwiD,CrMyFK,A7FAA,A6Q9C9B,AkB3CP,A5BmCyB,CUQzB,CkB3C8BjsC,GAA9B,A3BoCiC,Ge3CpC,CeO6C,CAACjsB,ICXF,GDWT,CAAmBm4D,CCXL9X,CGKb,IHLrC,MhTsHwB9hB,A+S3GY,IAAmC,ACXVxf,CDW1B,CAAjC,E/S2G8B,CAAC7d,CgTtHjC,KhTqHsB,GACoB,GADpB,GAC0By9B,MAAM,CAACxkB,IAAD,CADhC,GACyC,aADzC,GAEE,0CAFF,GAGE,gBAHZ,CAAR,6WzBjBY,CAxEJ;AaiBZ,AFHuB,AX2DrB,A4KGJ,AIAA,AGDA,AjEAA,AVAA,A+DAA,ApCFM,ALAFguB,AGXIllC,AP5CA,ArGwDR,ArCEA,A1DDA,AUAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AiBAA,AIAA,ALAA,ApIiBMrB,AapBA,ANAFumC,AIXIllC,AT5CA,A4H0DR,ANAA,A6FFA,ACCA,AFAA,A9KFA,ACGA,AJcA6iC,AEfA,A/DCA,AoDDA,AjBAA,A+K1GM,A+FUJ,ACyDE,AETE,ACVJ,AKvCC,ASiBD,AGXI,ACKD8f,ACDH,ACJEqW,ACXF,ACcG,AEVkC,AnC0CpC,ACCA,AtB4FH,A2B2KC,A1BtVC,AyDAA,A7D9BD,AhQ8cI17D,I6G5SD4nC,A9FAAA,EPoBEvmC,AwL5HA,CxL4HC,CwG/BCqB,AxG+BA8K,AW/BA9K,AsQ1CL,AzRiWE1C,CgMpZI,CmGgDH21D,AoBjCF+F,AvDzEChuD,CnJkKM,A9FAA,AuSrFJ+uC,AEfAA,AxTgZFz8C,CyGnWOsP,AjG2EN,AE3EMA,AsLhDJ,AqHmBH+1C,CzT4BI,AsHwDI,A7FAA,AsBiBA,AqJxHJ,AkGqDK,AM7CN59C,ApCrCCqF,AyDAAA,A7D9BD,AhQ8cE,C6G5SI86B,A9FAAA,A4BiBAhlC,AuPnEF,AyB9CC0jB,AlC2CN,ChLFQ,AjG2EA,AE3EA,AwRKV,ATHGulC,CzK0CQ,A7FAA,AoS9EN,AvDzEC,ChJuJMrgB,A7FAAA,A6K5FJ,AmG+CA,AmB7BX,ACJSgb,ACXT,C5T4CY7zB,AsHwDR,ATvDYre,ApFuDZ,AXvDYA,A2S7BP,ACDGqqB,AEfAuiB,AxD9Db,CvJ2GkB,A/FAA,C+FACr3B,A/FAAA,AsLhDJ,AwGQb,AaWU,AjDhDG,AyDAA,ChNoIK,A9FAA,AyR/FL8D,ApCrCC/iB,AyDAAA,C9UoIK,A8HAA/F,A9FAAA,AoRxDJ,AwBxCqB,C5UgGhB,A4DiBvB,A6PhHG,AcUD,C7M8BM,A/FAA,AiCwEgB8iC,A6PhHJ,AcUC,C1T6BZ,A4T5CP,C5T4CoB1U,AbwDA,A8HAlB,A9FAA,AoRxDF,AqB5CqB,A/B+CpB,AzRwV6B,EjBnSJ,AoTxDJ,AoBjCpB,AnD3CK,AyDAA,C7MyHO,A7FAA,AoS9EQ2oC,CvM8EhB,A7FAA,A6K5FA,AoE7BN,AyDAA,C9UoIoB,CaxDb,CAAqB57D,AbwDG,AiIXA,A7FAA,AwB4BjC,A6QrHE,CxHH4B,CjNuGR,AyUpGU0rB,C5T4CvB,A+CyE2B,CrDtDV,APqCW,AiIX7B,A7FAA,CvB7C2BzrB,A4SvChC,AgBLD,EhBKkC,G5SuC3B,AbwDa,AwUzFlB,C/S6GE,CZ5EoCqL,AbwDG,A4DiBAq8B,AqJxHrC,GACA,CpM8CC,CAAuC,A4SvCXhpC,CxGR7B,AwGQ4B,EAAO,C7PgHP,CqJtH3B,ErJsHgD,EqJtH5C,GAAG,IyHeuB,C7T8B2B,MoM7CzD,GAAqB,CAAC,uBAAtB,GAAgD,CAFjD,CADF,w6FjNwGgB,CAzER;AOqCZ,AMpBgE,AJI9DiM,ATqDA,A4KGJ,AIAA,AGDA,AjEAA,AVAA,A+DAA,ApCFK,ACGH,ANHC,AGXKlI,AP5CA,ArGwDR,ArCEA,A1DDA,AUAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AiBAA,AIAA,ALAA,ApIiBMrB,AapBD,ACGH,APHC,AIXKqB,AT5CA,A4H0DR,ANAA,A6FFA,ACCA,AFAA,AvOjBAoH,AyDeA,ACGA,AJcE,AEfF,A/DCA,AoDDA,AjBAA,A+KvGK,A+FOH,ACyDE,AETC,ACVF,AKvCC,AYFsB,ACUH,ACEpB6nD,ACJC+J,ACXF,ACaqC,AETpCj0D,AnC0CA,ACCA,AtB2FH,AC1KE,ArCoHA,A8FpHA,A7TgbGxH,KgMxZD,C7E+GEyiC,A3GiBArhC,AcjBAqhC,AqBcAkF,CnCGC,AnBnCA,AoSxCL,CzK4CMllC,AxG+BA27B,AW/BA37B,A9BJA2rB,AiUtELsjC,AtTiYE1xD,EVjVC,AEhBF2K,AuSzCEojD,AwBKF0N,AIPDj0D,CtUiFH,AgUxEI,CzT8B8CzH,AuH4DtC,AV1DA+gC,AnF0DA,AZ1DAA,CyG0DCW,A7FAAA,AqBcA,AqJtHA,AmG6CL+a,AqB5CC3vC,AzFoFA4U,A/N4TJzhB,CjB5SS,A0HvDA,A/FAA,ArBwCA,A0S/EJ,ASDFtB,C5SsC0D,AbyDnD,AyBoBT,AgSnHG,AxS2YG,CgHvTI,A7FAA,AwB4BA,AqJtHA,AwGMN6B,AeMA,CjUoDG3B,AEhBF,AwH0CM4sC,AP5CArkC,AtF4CAqkC,AT5CArkC,A6SlCN8+C,AIPD,A5FgFR,CvOrCW,ATqDC,A0HvDI,AjG2EA1lD,AE3EA,A4S9BL,AKXFsO,C3HLQ,A+FOJ,AIsCZ,CpTwDiB,AoTxDLrH,AmB7BA,AEfC,C/M6CK6H,A/FAAA,AiCwEAg4B,A6QrHJ18B,CxHDJ,AwGML,CzT+FM,AyT/FGuc,C5SsCiCnnB,A6GE1B,AjG2ElB,AE3EkB,C3BuDC,A0HvDAW,A/FAAA,A4S9BL8zD,ACJhB,CjUoDE,ADsBoB,A2MtFA,AuHYLoC,C3TgC6C,AbyDpD,AoIGR,A7FAA,A6Q3DH,AwBxCA,CxMmGyBl2D,AHdZ,A1FcYA,AHdZ,AqSzFP,AGIY2d,C5UgGQ,AiIXrB,A7FAA,A6K1FqB,A8GkClB,CXWe2J,AKvClB,AgBLN,ClU+DyB,AmHlBV,A/FAA,AqRvCf,ASDuB6vC,AmBDtB,C3MqF6B,A7FAA,A6K1FA,A2HKNxxC,A3T4Yd,C+R1YiB,C5KiG3B,AV1DgChX,AnF0DhC,AZ1DgCA,AyRD/B,CpTwDW,AiN5GV,AmGoD4B,AoBjC5B,CpM4FgC,AHd5B,A1Fc4B,AHd5B,AwB4BN,C5DjBmC,A0HvDA,A/FAA,C+FAC3O,A/FAAA,EiTzCnC,CnBCK,ClT0DN,A6HwCwC,A7FAA,EhCxCF,AmHlBvB,A/FAA,EyG0D6B0wC,A7FAAA,AkRlGN,C/LwCOjqC,A/FAAA,C+FAvC,A/FAA,S8RxCJ,EAAiD,KLuClD,EAA4Do/C,OhL2DrB,A7FAA,E6FAN,A7FAA,E6Q3DjC,CAAyE,KAAzE,4apTwDW,CA1EA;AOsCX,AMrB+D,AFHzC,AFOV92B,ATsDX,A4KGJ,AIAA,AGDA,AjEAA,AVAA,A+DAA,AnCCE,AHdM3kB,AP5CA,ArGwDR,ArCEA,A1DDA,AUAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AiBAA,AIAA,ALAA,ApIiBM1J,AcjBJ,AHdM0J,AT5CA,A4H0DR,ANAA,A6FFA,ACCA,AFAA,AvOlB4B,AyDgB5B,ACGA,AJcE,AEfF,A/DCA,AoDDA,AjBAA,A8QhGG,ACyDC,AETA,ACVD,AKvCE,AM4BH,AM/BwB,AEWL,ACFjB2wD,ACXF,ACgBI,AEZH,AnC0CA,ACED,AtByFF,ACxKC,ArCmHC,A8FnHD,A7D/BA,AhQ8cM,EgT5eqBlH,I7LmMtB9xB,A3GiBArhC,AcjBAqhC,AqBcAmF,CnCGC,A8S3GL,CtM4EM98B,AxG+BA6O,AW/BA7O,C9BL2B,AsDiC1B,AuPtIN,CxSwDG/K,A6T5BF07D,CrB2CErvD,AYrBCowC,CxT8BA,AMrBgDx8C,AJIxCyvB,A2HyDH,AV1DAqR,AjG2EN,AcjBM,AZ1DAA,ArBuCgB,AsDiChB,CjD9Ea,AyHgEZyQ,A7FAAA,AyQjGLiL,APwCA3oC,ACEChH,CzKyCK,AP5CA,AtF4CA,AT5CA,AiCwEZ,A3C2RSmtB,CgHvTIj1B,AxG+BA4U,AW/BA5U,AnBuTJi1B,CkSjaR,AqB4BO,C3T+BwD,AsSYrD,AYrBX,AStBStM,CvM8EG,A7FAA,A2RxDAkuB,A9S+WMrnB,CgHvTZ,AP5CWllB,AjG2Eb,AW/BE,AT5CWA,AqRvChB,AwBKC,C/TmCmB,AuSxCR7H,AwBKA,A/BmCZ,ACEa,C1SoDK,AyStDJ,ACEAmD,CjSFQilB,ATsDH,A0HvDA,A/FAA,AVmWf,CyGnWgBlvB,A/FAAA,E3BuDF,Ca1DkCV,Cb0D5B,AgT9FxB,Ae2BD,C3LsEI,A7FAA,AwRtEmB,ArBehB,CtKuDoBwxC,AV1DrB,AnF0DqBA,AZ1DrB,AwRSW,CnT8CE,AgT9FKxpB,AN0CxB,CnSewBppB,AMrBwC,A6GGnC6gC,A/FAAA,AsP3GZ5+B,CjRkKa,EAAX,A0HvDa,A/FAA,AqRvC/B,AwBKC,CxBL4B,A/BpE/B,CjRkKmC,AwUzFL,C/BmC5B,C/KDmCwO,A/FAAA,C8QCHoS,ClSiB5B,C6HwCL,AV1D6B,AnF0D7B,AZ1D6B,C3BuDV,A0HvDb,A/FAA,CyG0DmC,A7FAA,AwRtEzC,AtBaC,ClSiBoCuN,APqCK,C+TnEFi/B,CStBVvvD,C9MkCe+gC,A/FAAA,A6SlChB,EpM4FkB,A7FAA,AiS5FX,C9MkCY,A/FAA,EpBkBH,CAACxQ,A6HwCKkiB,A7FAAA,CmF1DC9hC,A/FAAA,AoSZpD,GrMYuD,A/FAA,AoSZFkP,AtBaR,C/KDWrP,A/FAAA,CqRvCvD,EzSyDoC,AySzDmBmb,CzSyDD7qB,AkSjBLg9C,AxB5G3B,CvJ2G6B,A/FAA,AoSZpD,CrMY8D,A/FAA,C+FAV,A/FAA,E+FAar1C,A/FAAA,AqRvChE,CtLuCmD,A/FAA,A8QCP,ClSiBR,AmHlBQ,A/FAA,A8QCYw4C,ClSiBO,KkSjBnB,ClSiBR,AkSjB4B,IlSiBS,CAAC,CAA1E,EAA6E,AIxBpE,GyHgEqC,A7FAA,C5BhExB,CyHgEkB,A7FAA,IkQzDI,CAA5C,gBOvCwB,KAAKpyC,IAD7B,uBAC6CwgD,IAD7C,cACqD,KAAKn6C,OAAL,CAAazE,IAAb,CAAmB,GAAnB,CADrD,kjChT8FkB,CA3EP;AOuCV,AIzBqB,AFOZ,ATuDT,A4KGJ,AIAA,AGDA,AjEAA,AVAA,A+DAA,ApCFI,ACGF,ANHA,AGXK,AP5CChI,ArGwDR,ArCEA,A1DDA,AUAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AiBAA,AIAA,ALAA,ApIiBM/F,AapBF,ACGF,APHA,AIXK,AT5CC+F,A4H0DR,ANAA,A6FFA,ACCA,AFAA,AvOnBwC,AyDiBxC,ACGA,AFDA,A/DCA,AoDDA,AjBAA,A+KxGI,A+FWD,ACsDC,AETA,AMjDCzI,AM4BH,AMhCwB,ACetB,ACDF,ACJGA,AEDsB,AElBjB,AnCsDP,ACED,AtBwFF,AHvMM,AhQkdC,CXhUP,KmBqCM0C,CAAC,CiG3EC+F,AjG2EAk3B,AE3EAl3B,CyG0DCs7B,ANHAmF,AJvDA,AnF0DAnF,APHAmF,ALvDA,ChBPS5nC,AwSgBd,AmBtCA,C7T6BO,A0HuDA,A7FAA,A2KtGA,AsHiBJw8C,C9T8BH,AqHuDF,A9FAA,AyR/FG99C,AeMAA,AvD1EOqB,CvJ4GC+gC,AjG2EP,AE3EOA,AqRpCL0b,ASJF,AM4BG,AStBH,CxUyFQ,AiNtGV,AwGOGj8C,AeMAA,C7T2BkB,AX8DV,AoIGA,AV1DP,AnF0DO,AZ1DP,AsP5GP,C9ImKe+gC,ACGAx8B,A3GiBAi5B,AapBAuD,ACGAx8B,A4QjDR,AmBtCA,C/T+CG,A0SAA,AETF+wD,AmBtCArZ,ACDP,AtTkYKjoB,CjB7SO,A+TnEAhQ,AQlBA08B,CvBNX,ChT2FiB,AoIGX,A7FAA,AyQ9FMz5C,ASJV,AeMA,CjUoDD,A6HwCiB,A7FAA,AkRlGP+W,AeMAA,CvTsYF6Y,CjB7SE,AiTrCC,AETX,AYrBK,AOjBL,C7SwGoB,AwRzDRolB,AqB/CAh1C,ArTiYT+sB,CdpVOzK,AHuCW,AoIGhB,A3GiBgBppB,AcjBhB,AwRtEP,AQlBA,AtTkYau5B,CmH1Sb,A7FAA,A4QjDgB,AoBvCK,CvUqFT,AgT3FX,ASJE,AeMA,AvD1EC,EjRmKuB,CGvCe,AgIuCjC,A7FAA,A0Q3FejS,ACsDf,C9KqCoBuZ,A1GoBzB,AapByBA,A2QrCRpU,AqB/CnB,EnBsCA,CH7CD,ACsDQ,AqB/CgBnF,ArTiYpBuM,CjB7SO,AiTrCcu7B,EjTqCS,CsUpFjC,ACDF,AtTkY0B,CqTjYK,CnMoF7B,A7FAA,AiSrFiChrD,CtBgD1B,EAAyB,CsBhDlC,AtTkYgCyvB,CsTlYS,GtBgDhC,ChSkV4B8C,CgSlVIhsB,AsBhDKmpD,ItBgDrC,CAAsC,EqB/C7C,EAAiDj2C,CtBPJ,AuBM/C,CtTkYKgW,EACIA,E+RzY2ChnB,AsBOlD,ErB+CmD,ChSmVvC8oB,C+RzYb,K/RyYQ9B,K+RzYqDhT,A/RyYxCgT,G+RzYrB,CAAkE,CAAlE,A/RyY0B8B,E+RzY2C3lB,I/RyYhD6jB,C+RzYrB,A/RyYiC0F,G+RzY4C,KAAKuiB,C/RyY7DjoB,IAAyB,C+RzY+B,CAAY7jB,I/RyYrC6jB,C+RzYyB,EAA7E,E/RyYyD8C,YAAjD9C,CADJA,EAEOlrB,UAAAA,CAAW,YAAA,qtCjB/SX,CA5EA;AOwCV,AJHwC,AUpBsB,AFFhE,AFOE,ATuDA,A4KGJ,AIAA,AGDA,AjEAA,AVAA,A+DAA,ApCFG,ACGF,ANHA,AzGCD,ArCEA,A1DDA,AUAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AiBAA,AIAA,ALAA,ApIiBMkzB,AapBH,ACGF,APHA,AuHGD,ANAA,A6FFA,ACCA,AFAA,A9KFA,ACGA,AJaE,AEdF,A/DCA,AoDDA,AjBAA,A+KxGG,A+FWA,ACsDE,AETD5xB,ACVF,AKvCG,AM4BH,AMjCwB,AEgBxB,ACLG,AEFsB,AElBjB,AxDgJV,AnQ4QSqvB,C6GzTT,A9FAA,CkSvL+Bu6B,C/LsLwB,A7FAA,A2KtGrD,GxLqIIh4B,GhB5JY,AmDwJToL,CzDxDU/d,AgTNfjf,C1STEU,A2SDCmxC,AoBnCH,CvT0YKxiB,CN7WA,AqS7BDwiB,AuBOC3vC,AtTmYAmtB,CdvVmC,AcuV5BpE,CRvbE,CAiFN,AmDuEV,AqPrDO,CETE,ACVT,CzSNY7E,AiD8EI,AuP9DL,ACVCvpB,CJnCX,CAAYA,AuBOC,CAACmD,C5TsBR,AsSyBI,AhSoVJqvB,CgSpVKwiB,CjTqCU,AyBoBA,A0RlEP,CxShBKnxC,AX8DG,AyBoBAjK,A0RlEPo7C,ACVhB,C3R4EsB,AR4RfxiB,CQ5RH,AuR/GH,A/R2YMA,CjBhTe,AoTxDChS,AmB5BhB,AtToYOoO,CN9WP,AsSyBA,AsB/CiB,C5TsBE,AX8DE,AgT3FJpO,ACsDLxgB,CETR,CAAY2lB,ACVvB,C3SC4B,ATuDN,AoTxDO,CJnC5B,ChT2FgC,AmT9CtB,CAAiB,CnT8CN,AiTrCf,EjTqC8B,AiBgT9B6M,CgSrVuBhS,AhSqVJ,EN9WM,AwSgBA,AlS8VzBgS,CkS9V0BimB,AlS6V1BjmB,CgSpVA,CjTqCe,AiTrCc,AhSwVzBA,CAAAA,CjBnTkC,AiBmT3BjD,KJ9WM,AsSaI,CAAei/B,ClSiWhCh8B,CAAet5B,GJ9WE,AsSajB,CtSbkBmyB,CmShCkB,AG6CGxnB,ClSiWvC2uB,CmS3WX,EDUW,ACViDpQ,AnS2WzBoQ,C+R9YiBzsB,AG6CI,AlSiWrBysB,CAAOpE,EJ9WlB,AuSGxB,CvSHuC5C,AmShCtC,AImCiE,KHmB3D,AhSwVIgH,CJ/WqD,AsScP9kB,CFSUmgD,ChSyV1Dr7B,CAAAA,C+R/YqDzY,AImC9D,AnS4WgBsU,EkSlWwC,ACVsB,CJnC7E,CAAkE,AG6CC,ACVpE,CJnCC,ACsDM,C9SHiB,A8SGqD,CDtDPjlB,C7SmD5B,Cc4VjCopB,CAAiBA,CgSzVnB,AhSyVmBA,CgSzVvB,AhSyV8BjD,C+R/YhC,CCsDoF,EDtDN,G/R+YrDiD,CAAeA,C+R/Y2CwiB,A/R+Y3CxiB,CAAOhD,K+R/Y+B,CAAYpmB,E/R+YlDopB,CAAgBA,CAAAA,CAAOpE,C+R/Ye,EAA9E,K/R+YwCoE,CAAfA,CAAjBA,EAAmE,CAAnEA,CADEA,IAGFA,CAAAA,CAAOnE,SAAPmE,CAAiBA,CAAAA,CAAOjD,OAAPiD,CAAe,CAAfA,CAAjBA,EAAoC,CAApCA,GACAA,CAAAA,CAAOpE,QAAPoE,GAAkB,CAJhBA,CAJJA,ovBjB/Se,CA7EV;AOyCX,AJJyC,AUpBsB,AFD/D,AFM2B,ATwD1B,A4KGJ,AIAA,AGDA,AjEAA,AVAA,A+DAA,ApCFE/I,AFXIxuB,AP5CE,ArGwDR,ArCEA,A1DDA,AUAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AiBAA,AIAA,ALAA,ApIiBK,AapBHwuB,AFXIxuB,AT5CE,A4H0DR,ANAA,A6FFA,ACCA,AFAA,AvOpBAoH,AyDkBA,ACGA,AJaI+9B,AEdJ,A/DCA,AoDDA,AjBAA,A+KxGC,A+FWEppC,ACsDG,AETD,ACTH,AKxCE,AQwCJs6D,AI9C0B,ACgBtB,ACAwB3W,ACHxBuZ,AEJuB,AElBjB,AnCwDR,AxB9GA,AhQ0d2B,EkHtT3BzqC,A7FAAA,EsBgBE2W,CuEhBC,A7FAA,C2FXCnlC,A7FAAA,A6R5CA,C9LuDC,A7FAA,AhClBA,AsDkCA,AqQvEA6L,C3TqCC+f,AsDkCAvpB,AoP3GLtG,AuBMyB2jD,CdfzB,AQ6CH,C9Tc8BhpC,AmU5C1B,AEHAuiD,A/BkCIlf,CWDDA,AnSoWOnzC,CyGpWFlC,A/FAAA,AiCuER,AuP9DC,AcTO,AhD7GN,CvJ6GO,A/FAA,ArBqCb,AsDkCawgC,A3CwSHpT,CRhXK9E,AwH6CD,A7FAA,A4QhFL,ACsDH,CtSzBI,AsHmDKgc,A7FAAA,A4QhFLpsC,AuBMyB,CpMqFnB4xB,A7FAAA,AhClBA,AgUnER,A7B+BM,CtSa8B,AiTd1C,AkB9BOurB,ACA4B,C7M8BnB,A/FAA,AwRST,ACTKh1C,AnS+WC0yB,CNtXDrtB,AwH8DP,ATvDC,ApFuDD,AXvDC,AwRSE2vC,AVRO,CtKsDGx8C,A7FAAA,AsBgBhB,AqPrDM,AhC/HG+yB,ChJyJC,AP5CO,AtF4CP,AT5CO,AsRkBVypB,CxSnBmB,AwH6CxB,A7FAA,CkS1EF,AEHa,CFGDh1C,A7B+BMg1C,CtKsDf,AFXkBz3C,A3FWlB,AFXkBA,A+QnCpB,ACTH,CzSPQ,AL4CgBupB,A6S5BT1kB,AcTjB,AOjCoB,AvD5ED,CtQsGI,AX8DI,AmIAA,A7FAA,A2QrCrB,AhC/Hc7J,CjRoKQ,AiIXtB,A7FAA,A6Q1BYyH,AGlBOwgB,CxSad,ANwBK,CmSpCd,AxB9GiB,AhQidL3e,CRrWComB,ATwDY,AMlBI,A0SzE5B,AsBMC,AEHA,AvD5EE,AhQidC,C+RxYqB,AG6CvB,ACTH,AqB9CY,CzUqGmB,AmT9CR,ACTM,CkB9BJzH,CrBgDrB,CjTqCqB,CW9DHrd,AsQtGK,CjRoKS,AiTrCTqd,AqBhDzB,C7T6B0B,A6T7BG,CtUqFN,AgT3FxB,EhT2FuC,AgT3FJ,ACsDhC,CAA6B,CtSzBZ,CsQtGrB,CtQsG+Bld,CsQtGM,CjRoKZ,EAAuB,AoTvDhD,EzSPqB,AySO2B4C,CkB9B9C,C3TuBwC,AqS7BA,CsBMK6Q,CnBuC5C,CCTH,CDSgD,ACTO,GkB9BrD,EnBuCC,ECTH,EAAgE,EAAhE,GHkBI,EAA4DgD,GAA5D,CAAiE,CAAjE,EAAoE1N,O9SJlC,A8SIlC,CAA6E,C9SJvC,K8SItC,EAAqFwW,MAArF,CAA6F7iB,OAA7F,wbjTqCqB,CA9Eb;AGsCZ,AQrBE,AFMA,AGcF,AZ0CE,A4KGJ,AIAA,AGDA,AjEAA,AVAA,A+DAA,ApCFI,ALAJ,AGXM,AP5CI,ArGwDV,ArCEA,A1DDA,AUAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AiBAA,AIAA,ALAA,ApIiBG,AapBC,ANAJ,AIXM,AT5CI,A4H0DV,ANAA,A6FFA,ACCA,AFAA,AvOpBI,AyDkBJ,ACGA,AJaImgC,AEdJ,A/DCA,AoDDA,AjBAA,A8Q7FI,ACsDE,AGjBJ,AKzCC,AQwCHmxB,AIvCK,ACSD,ACDsB,ACFtB,ACbF,ACQyB,AElBjB,AnCyDR,ArBwFF,AHtMG,AhQ2dY5+B,C6GvTd,A9FAA,G4BgBGyN,EqQvEE,CRtDJ,AQsDK/U,AM/BE,CjUoEC,AiUpER,E9T8BE,AuSnCA,CpP2GO,AwPtEJ4pB,AXAA3oC,CnSoCO8H,CHvBLgO,ASDA9c,AkH0CI,A9FAA,AiRvCR,AQxDI,AgBNAA,C9TuCCklB,A+GOI+O,A/FAAA,AiCuEA6G,AqNpLP2jB,CxQ4GC,CAAC37B,AiHCO,A/FAA,AqRpCR,C1SyEE,A0SzED6sB,AIqCP,C9SoCkB,A8SpCNh1C,AXAZ,CQiBU,ARjBI,CtSaA,ASDA,A6T3DA,CtU4DC+Z,ASDAzW,A8GbIuE,A/FAAA,AiCuEA,AqQvErB,AQ9CiB1E,C7QqHK/F,CnDxElB,AuSnCA,C7SkDK,AuHde,A/FAA,AqRpCR4C,AiBoCQ,C9TcFsiB,AQrBD,A+GOIppB,A/FAAA,AyRCvB,C3SFiBlC,AmDwEf,ChD1DK,AZ0CkB,AiRpKxB,C9Q2HM,AQrBe,AX8DI,AoTtDHwpB,AqB/ChB,C7T2DP,A6T3DwB,AxD/DJ,C9Q2HK4B,CHyCA,A0HvDjB,A/FAA,AqRpCN,CvSmCqB,A2SEvB,C3SFwBmG,ATwDO,A0HvDA,A/FAA,AyRCF,CjTatB,AQrBmB,AqS7BD/H,ANsCXO,C/RTaoH,CRqBIxW,AHyCN,EAAW,AgT3FlC,EhT2FuB,EW9DH,AX8DkB,CGzCjC,AQrB4B4Y,C+RSX+6B,CvSYgBzhD,AMftC,EgSEF,CzSsDyB,CGzClB,AsSbqCqiB,CtSaE,AHyCE,AMlBxC,A8SpCR,C9SoCE,AmSpCF,CWAgDjM,AXAA,E9RR1B,A+RSYsrC,C/RTc,CySQhD,CAAsD,EAAtD,CjTa+CpiC,CQrBK,CAAC6E,EqS7BL,ANsCJ,G/RTtB,CRqBwB,CQrBc,CRqBA,A6SlDR,APqCpD,COrCqDjiB,CPqCe,GOrClE,KrS6BoB,EAAmDykB,E8RQO,S9RR1D,CAAgE,EqS7BZlG,IrS6BgB,AqS7BxF,CrS6ByF0D,AqS7BX,KrS6B1D,CAApB,IqS7B+EolC,MAAD,EAAY,mlBhT2FnE,CA/Eb;AO0CZ,AJHC,AUtB+D,AJO9D,AGcF,AZ0CE,A4KGJ,AIAA,AGDA,AjEAA,AVAA,A+DAA,ApCFI,ALAF,AGXG,AP5CO,ArGwDZ,ArCEA,A1DDA,AUAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AiBAA,AIAA,ALAA,AvHHI,ANAF,AIXG,AT5CO,A4H0DZ,ANAA,A6FFA,ACCA,AFAA,AvOpBC,AyDkBD,ACGA,AJaG,AEdH,A/DCA,AoDDA,AjBAA,A8Q7FKA,ACsDC,AEVD,ACPH,AKzCC,AQwCFmE,AC3BDvU,AGZI,AEQF,AEhB0BrC,ACQD,AElBjB,AnC0DP,ACCD,AzB/GE,AhQgc4B,CXhThC,C2TnCC4W,InMuDK,A9FAA,CfjGU/jC,CwTLYmtB,CPoBnB,AjTwYMjoB,CiTxYL5rB,AxB6BJia,CUDCi0B,CJrCFoY,AG4CA,AenCL,AzB4BS50D,ClSgBA,AkTzDDwH,C/LwCMmM,A/FAAA,AsRkBR,C9SJIgX,AuHdE,A/FAA,AsSAE,AC3BC,AOpBoB,CxD9D3B5qB,CxQ4GG,A2SET,AaDc,AQ/CqB,AhCgDvB,ClSgBZ,AySrDS,AG4CF,ACPKyH,AVCA,CMtCFkJ,AG4CFwE,AlCrHC,CgC+HD,AQ1DP,AhByCcsnC,AxB9GLh9C,CxQ4GGqN,AwSmBJ2vC,AQ1DKj+B,AgBPU,EtU6DR,AuSZC,CvSYAsM,A6SlDd,CG4CA,ACPH,Cc5BF,AzB4BuB,COrCH,ACsDd,AQ1DH,AhByCqB+zB,AxB9GhB7+C,C9Q2HE,AMfC,AwSmBOyH,AEVC0N,ACPM8S,AjD5CR,AclEI,CxQ4GG,CNerB,AHyC2B,A0SrD5B,C1SqD6B,AiRpKvBjoB,C/Q8EM6T,AkTgCZ,AWdY,ArBec,CMtCJ,AIqCO,CpTsDD,AgT3FL4oC,AG4CpB,AVPY,CQiBX,ARjB2B,CzSsDG,CiRpKN,CgC+HDx0B,AhC/HzB,CxQ4GqBrd,ATwDK,CgT3FV,A/BzEa,C/Q8EV,AFsFkB,AgT3FT+F,CCsD1B,CjTqCwB,AiTrCK,EjTqCU,CSxDrB,AuSnCJ,EvSmCiB,AuSnChC,EIqCH,CpTsD4B,CoTtDoB+Q,CpTsDG,AyStDpC,GWAf,CAAsD,AXAD/D,EWArD,MHiBI,ARjByD,CAAC,CQiBL2M,IRjBUrqB,EQiB/D,CAA6DwH,ERjBJ,CAA5D,IQiBG,8sBjTqCwB,CAhFhB;AELZoM,AKgDA,AJHC,AUtBA,AFAC,AFOC,AGeJ,AZyCG,A4KGJ,AIAA,AGDA,AjEAA,AVAA,A+DAA,ApCFI,ALAA3T,AJvDQ,ArGwDZ,ArCEA,A1DDA,AUAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AiBAA,AIAA,ALAA,ApIiBE,AapBE,ANAAA,ALvDQ,A4H0DZ,ANAA,A6FFA,ACCA,AFAA,A9KFA,ACGA,AFDA,A/DCA,AoDDA,AjBAA,A8Q7FK20D,ACsDC,AEVD,ACNH,AK1CC,AM2BD,AEWsB,ACzBxBpQ,AGZG,ACSA,AEvBwB,ACKgB37B,ACctC,AjCmCF2zB,ACCA,AtBqFH,AjBlIE,AclEG/uC,AhQmeA1N,CgTxXL,GnMyDIE,A9FAAA,E9BtFF2T,CC2CO,CAAP,AgI2CM,A7FAA,AmSvGmCiV,AhCiDxC2zB,AxRqXEz8C,CkH/TI,A1GoBAQ,AapBA,A4RlFA,CpMkFC,A9FAA,AkSlFAqyB,CpMkFC1yB,A9FAAA,AoRrDJs8C,AsB1CH,AzT8ZCz8C,C+R1ZA60D,AyBZ0C,CvUiBtC,A6TkBA/nD,ArBeD++C,AvC7CEluC,AlPiaA,CN9XFlF,AwH+DM8oB,A7FAAA,AmSvGmC,AhCiDxC,AxB9GJ7zB,CxPwLH,A6SzGQZ,A7B+BAovC,CvShCEroC,ASuBR,AFOOid,AiHCKxc,A/FAAA,C+FAC,A/FAA,AyREf,AsBpCS,AzD3EH,CvJ6GUzP,A/FAAA,AqRpCP,AIsCG4C,C3SHA,AuSnCFoJ,AG4CA/D,CYrBI,CAAClC,A5D9BC,C1P0CD,AiHCL,A/FAA,A2S9BK,AnEbGgT,CjQYD,AoUCDhT,CpUDEmE,AwH+BI,A/FAA,AuS3BxB,AxB6BG,C5KqDC,A9FAA,AgR3FC,AIsCH,AXDC,C3KsDuBw2B,A9FAAA,AmR/CP,AVPG,AxR2WPpL,CkSpWKvvB,AenCO,C/LkFvB,A7FAA,A0Q3FiB,AIsCIqd,AWfhB,C7TlBG,AwH+BiB5oB,A/FAAA,AoSbH,C7TlBC,AFsFG,AmIAA,A7FAA,AgSrFpB,C7T6BCyxB,ATwDoB,AiRpKhB9wB,CmC+Gb,AkBhCC,CpUDS,AwH+BY,A/FAA,AyREO,ClTjC7B,AO8Be,ATwDa,AgT3FL,AG4Cb,AlCrHM,C+ByEQy8C,AG4CGtnC,AlCrHV5F,CjRoKiB,A0HvDA+E,A/FAAA,C1BMH,AyHNI,A/FAA,C+FACzP,A/FAAA,AwO3CF,CnQkGN,A8HAS,A9FAA,AmOlGF,CrIkGGjC,A9FAAA,ChCAC,AgT3FpB,AG4CT,AVPT,C/KDqB,A/FAA,AqRpCSiO,AG4C5B,AlCrHU7Q,CjRoKe,A0HvDlB,A/FAA,A8QC2BC,AxB9GZ,CdkEewH,CnQkGG,EiRpK9BzH,CvJ6GiC,A/FAA,AqRpC3B,APqClB,C3KsDC,A9FAA,AiPpK6BurD,C+ByE5B,ChT2FyB,A8HAqB,A9FAA,AoRrDjD,AjD7CmC,CqEUXoM,ArEVyB,CnQkGE,A0HvDAt4D,A/FAAA,AyREF+oB,GjD7Cd,CzI2CW,A/FAA,AwO3CZ,CAAhB,CrIkGhB,A9FAA,AmOlGsDzX,CzI2CE,A/FAA,CmGuDC,A9FAA,CoRrD3D,AoBvDyB,AvDxDZ3Q,CmC+G+C,AnC/GtD,CdkEY,CtPmC6B,A6GQgBsgC,A/FAAA,AwO3CD/wB,GiD6C9D,C1LF0D,A/FAA,CyRES,E1LFG,A/FAA,AyREtE,AjD7CkB,AclEf7B,CdkEoE,GzI2CzB,A/FAA,CwO3C5B,EAA2D,EAA3D,CAAF,CAAhB,0dnQkG4B,CAjFhB;ACiCZ,AEQA,AUvB+C,AJOhC,ATyDb,A4KGJ,AIAA,AGDA,AjEAA,AVAA,A+DAA,ApCFM,ALAA8T,AGXF,AP5CO,ArGwDX,ArCEA,A1DDA,AUAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AiBAA,AIAA,ALAA,ApIiBC,AapBK,ANAAA,AIXF,AT5CO,A4H0DX,ANAA,A6FFA,ACCA,AFAA,AvOrBA1X,AyDmBA,ACGA,AJYE,AEbF,A/DCA,AoDDA,AjBAA,AiRjDK,ACNH,AWhB0Bs4C,AGb3BsC,AIHE,AExBwB,ACKD,ACerB,AEZH,AnC+CC,ACCA,AtBoFH,ApCjDA9L,AmBhFE,AcpEE,AhQqeC34C,EiTjZJykD,IpMkFKljC,A9FAAA,C1BnBC,AgUxFE,AGGA,AhC+CP,CxK8CM5W,A7FAAA,A9BRA4jB,AyTlDoB4zB,AOtC1B,AGGA,AxTuaGniD,C6G/TI,A9FAA,A4BeA4nC,C3DhEH,A+O+BI,ClHkBCrC,AJ1DD,A1F0DCA,AL1DD,AwROG,ACFNiX,Ac7BG,AlFgEC7vB,CpLiCT,AuPlES,C7SgCX,A6ShCI,Ae/BQ,AjDpFR,AhQqeC3sB,EhBhXMglB,AgIsCI,A7FAA,A2R1DoB,AEepB8zC,AhTqXH,CJ/XEzuD,AP6CE,A0OChB,CtHrCiB,A/FAA,AyREf,AWhBmC,AWpB3BmyC,CzM8EQ/5C,A7FAAA,AgR1CJ+E,CpEmCK,AiClJR,ChRmHL,CQRiBmD,AuOuCvB,C+EnD0B,CjMqEH,A9FAA,A0SzFlB,AEZAnD,C/TqC4C,AiHgEzBg+B,A9FAAA,A0SzFP+0B,CtBoCf,CnTIqB/1C,AgIsCG,A7FAA,CpCWC,AiIXA+mB,A7FAAA,C3B9CG,ATyDF,AMnBD,A8SlCFvjB,C3SJO,CmU5C9B,A3Toa+B3Y,CjB/TN,AiB+Tf,CmSpXV,AwBhDY8Y,C5UqGmB,A8HAtB,A9FAA,AoRrDoB,AnSoXE9Y,CRxXH,AqHyDI,A9FAA,CvBzDjB,CRQgB,ADiDN,CCjDOwV,CDiDI,CiIXZ,A7FAA,CpCWC,AiIXvB,A7FAA,CsS9EC,AEZH,C3UoDA,ADiDwC,A0UzFN,AEZX,C9MqGkBgjB,A9FAAA,C/BjDF,GyUxCAluB,AEZvC,C5UqGyB,EAAuB,CoTrDhD,AsBpCG,EtBoC8C6sC,IAAjD,EwBhDiC,KAAKhK,I9MqGN,A9FAA,E4SrGC,C9MqGoC,A9FAA,A4SrGxBoC,OAAZ,CAAqB,YAArB,EAAmC3gC,IAApE,cAA4E,KAAKu+B,MAAL,CAAYoC,OAAZ,CAAqB,YAArB,EAAmCkL,MAA/G,cAAyH,KAAKx6B,GAA9H,yL5UqGyB,CAlFb;AENS,ADuCkB,AYdrCjlB,AFAA,AFMa,AT0Db,A4KGJ,AIAA,AGDA,AjEAA,AVAA,A+DAA,ApCFK,ALAG,AJvDI,ArGwDZ,ArCEA,A1DDA,AUAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AiBAA,AIAA,ALAA,AvHHK,ANAG,ALvDI,A4H0DZ,ANAA,A6FFA,ACCA,AFAA,AvOtB6B,AyDoB7B,ACGA,AJYC,AEbD,A/DCA,AoDDA,AjBAA,A8Q9FK,ACuDA,AEVD,ACLF,AK3CA,AMyB0Cwe,AGdjB,AGVzB,ACSA,AGnBA,ACeG,AjCoCH,ArBmFF,AjB/HC,AcnEIpb,AhQmeM8mB,C2CxTX,AsQ3FA,I/L+E2B,A7FAA,C6FKrB,A7FAA,EyRtEsC1L,CzTkDR,A6SzGjC,C7SyG0B,A+T1EvBtc,C5ByCCiwC,C5RXHnyC,AkTN4C,CtTY3C,A2SMIwC,AK3CAA,C9S+BD9M,AoTN0C,A9C9F7C0N,CnJoKU,A9FAA,Af+TClG,C+R3ZP,ACuDA,CtS3BE,A+GSMnI,A/FAAA,A8QEf,AxB/GM,CoDsEM,A5ByCAw/C,C4BzCCl+C,ApT6ZJ6zB,CJ/XC,AiHgEQmT,A9FAAA,AoRpDJ,AK3CA,C5S+BHtjC,A6GSD,A/FAA,AyRGKuG,AK3CAA,C9S+BD,AMgYP4pB,C+R5ZO,CtLqCQlgB,A/FAAA,AsRkBRsU,CpS3BZ,A6GSQ,A/FAA,A0SvCN,A5ByCJ,C5RXiB,AFAf,A8RWmB,CzSqDI,AiBgUbyO,CNhYQ,AXgEM,AoTpDnB,AK3CA,AYCe,CvM8FT,A9FAA,AgR5FK,ACuDX,AoBzDP,ApT8ZO7C,CJhYL,AmS5BiBxB,AIwCnB,AK3CA,AxS+ZeplB,CjBhUU,A8HAnB,A9FAA,AqS9FmB,ApDtEZ29C,CpQoGUvrD,AkS+QX,C/S/MmB,AuUvFlB,E1TuBX,AoS2BsB,CjTqCC,AgT5FX,CnS4BcC,AmS5BFuoD,ChT4FU,EAAX,EahEvB,AbgEsC,AiBgUjCh0B,C+R5ZA,ACuDJ,AhSqWyBA,CwRrX5B,AxB/GM,CgC+H4B,CRhBO7W,EzSqDhB,AgT5FY,A/R4ZJnW,EfvZX,AFuF0B,EiBgUzCgtB,EwRrX0C,AxRqXVllB,CfvZZ2W,AuSkCwB,AxRqX5CuO,CADEA,E+R3ZN,A/BxE2Bx0B,ChQsenBw0B,C+R9ZsC,APuCO1gB,CxB/GlD,GhQseUsmB,Cf3ZK,EuSoC8B,CAAc,ExB/G9D1sB,ChQseQ8mB,GACFA,KAAK6C,EAAL7C,CAAQv0B,KAARu0B,GAAgBllB,CADdklB,GAE4B,EwRzXY,EAA4ChM,OxRyX7EgM,CwRzXiC,CAAsD,GxRyXlFpK,EwRzX4B,CAAF,CAAjD,OxRyXuC,GAC9BoK,KAAK6C,EAAL7C,CAAQ3mB,SAAR2mB,GAAoBllB,CADU,GAG9BklB,KAAK6C,EAAL7C,CAAQpN,WAARoN,GAAsBllB,CARtBklB,2cjB/TgB,CAnFb;AENS,AW0BnB,AFAC/b,AXgED,A4KGJ,AIAA,AGDA,AjEAA,AVAA,A+DAA,ApCFI,ALAG,AGXH,AP5CQnE,ArGwDZ,ArCEA,A1DDA,AUAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AqBAA,ALAA,ApIiBAsoB,AapBI,ANAG,AIXH,AT5CQtoB,A4H0DZ,ANAA,A6FFA,ACCA,AFAA,AvOvBwC,AyDqBxC,ACGA,AFDA,A/DCA,AoDDA,AjBAA,A8Q9FMsf,ACuDA,AEVH,ACLD,AK3CA,AMwBwB,AMvBvB,AEOD,ACxByB,AEsBvB,AEZF,AnCgDA,ACDA,AtBmFF,A2BkLE,A9BnXG,AhQ0e4BtkB,CX3VjC,MwHmBW,A9FAA,AmRjIF,AY4DA,C9L4DD1E,A7FAAA,A+QxHN,AY4DA,CjMuEO,A9FAA,A0SnGN,CEFG,CLcC6xC,A9BkCA3oC,C9RXF2E,A+GSOnE,AjG2EA,AE3EAA,C+FAC,AjG2EA1R,AE3EA,A+QCJkK,AKqQAA,CpS/QF,A+GSO+c,A/FAAA,CsG4CC,A7FAA,A8RtEA46B,AGbL33C,AKKA,AEZC5J,EjUqCD8uB,A4TvBR,C7MgCU,A/FAA,AsRkBAujC,AsBlDE9tD,A9BkCZ,CAAc,CxK0CI,A7FAA,AwS1Fd,AlC+CU,AKqQA,CrLtQK6H,A/FAAA,AiT9CJ7P,AlC+CAmL,AKqQAA,CtR3LjB,A4SlHiB,C5SkHMgjB,A4SlHLrhB,CpMmFd,AP5CoB,AtF4CpB,AT5CoB,C+FAC4C,A/FAAA,A4ShCvB,CtM4EwB,A7FAA,AiSnFhB,CAAa3C,C1T8BF,AqS5BVq1C,AuBKc55B,AKdnB,AlC+CG,AKqQA,A1BrVQ,AyDAA,CnUsEKiK,AiUrCI,ClN8CL,A/FAA,A+QCnB,AKqQA,C/S/M6B,A0HvDA6O,A/FAAA,AsRkBN,CtS3Bf,AXgEsB,AuUvF9B,C5TuByB7gC,A+GSN,A/FAA,A4ShCU,C7MgCnB,AjG2EZ,AE3EY,AsRkBgBxB,CjTqCG,AqU9FrB,CAAP,AOPG,C5UqG+B,AyBoBA,AuRhH/B,CAAgB,CrS4BW,CAAC+rB,AXgEH,A4UrGM,CAAC,C5UqGI,AiTrCN,A2BhElC,C3BgEmClrB,CjTqCN,AgT5FL,A4BTe,C5BSdyzB,CrS4BA,AXgEmB,AyBoBApF,CdpFJ,A8RWxC,E9RXyB,A8RWmB3tB,E9RXA,AqS5BxB,ChT4FS,AgT5FGuoD,EhT4FoB,AySrDpD,CAAmD,CQgBzB,CxRyDS,AwRzDe,AsBlDlD,C9S2GwD5uC,AuRhHpD,CuBKmD4sC,CvBLf,APuCgB/J,EhRyErB,EAA2B1zC,EuRhHlB,APuCO,COvCN0zC,APuCkBP,G8BlC/D,E9S2GmC,AwRzDT,CDvDtB,ACuDA,CxRyDoE,CuRhHnB,EPuCF,CAAwB,E3KqDG,A9FAA,CgR5FrB,CAACO,MAAL,CAAYh1C,ClL0FxD,A9FAA,E8FEiF,A9FAA,CyQrDvC,CAAnD,EOvCqD,GAAuBwgB,ElL0FnE,A9FAA,EgR1F4C,0BAA8C,MAAI,CAACza,IAAnD,SAAjD,2BAAgI,MAAI,CAACA,IAArI,uZhT4FyB,CApFjB;ACkCX,AYjB+D,AFGnBe,AFM1C,AT2DD,A4KGJ,AIAA,AGDA,AjEAA,AVAA,A+DAA,AzCN6D,AGPvD7L,AP5CK,ArGwDX,ArCEA,A1DDA,AUAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AqBAA,ALAA,ApIiBE,AOxB2D,AIPvDA,AT5CK,A4H0DX,ANAA,A6FFA,ACCA,AFAA,A9KFA,ACGA,AJYA,AEbA,A/DCA,AoDDA,AjBAA,A8Q9FM,ACuDA6yD,AEVJ,AYxBA,AMvBC,AEOD,ACLC,AEIC,AEbD9tD,AnCiDD,ACFA,AtBkFF,A2BmLE,A1BrVA,AyDAA,A7DpCC,AhQ2dY0yB,C2ClSd,IkEnBG,A9FAA,CiGPEz3B,A7FAAA,CnB3FUuyB,C2TCbxtB,CnTyHMq2B,ARiTwBxuB,EgQ/e9B,CxQ+GE,CmD0EQ,A2QtGJxC,A9BmCAA,ApBlFAA,AyDAAA,CnUqEsCyB,AsHsDjC,A7FAA,A6Q1BRgnD,AyBnDEuF,CzM6EOlvB,A7FAAA,AwS1FL,CjUoCuC,AiUpCtCmvB,CnU0CF,AwQzGC,CtQmGyC/6D,AFMzC+wB,E8T5BM,A9BmCA,ApBlFA,AyDAA,C7UmFblS,AwBuEkB,A8S3GJjU,A9BmCAA,ApBlFAA,AyDAAA,CrT0JK,CmTzHnB,GnU0CE,AgB+EgB,AiT5GD,AEbC,CnU0CD8kB,AwHgDN,A7FAA,A6Q1BK,ChTdT,AgIwCJ,AxG+BsB9V,AW/BtB,A6Q1BcgqC,AsBlDX,A9BmCA,ApBlFA,AyDAA,CJ8Cc,CzUqCZn+B,ADmDmB,AuUvF5B,AGDsB,AjCoCtB,ApBlFA,AyDAA,C9UsI6B,AiIXA,A7FAA,AsS7E3B,CjT4GiB,CiT5GM,C1UwFG,AyBoBI1c,ChB/E7B,AwHgDC,A7FAA,CpCW8B,AiTrC9B,CxStBwB+nB,AwSsBAlI,C2BhEH,C5UqGG,CS3DzB,CT2DoC,CyBoBpB,AwRzDf,CjTqCwB,CCnD3B,AwBuEyC,CzBpBC,IyBoBxB,CAAnB,CzBpB4B,EAAuB,YwU5Ff,8iBxU4FR,CArFhB;AENS,ADyCpB,AYlB+D,AFGpB,AFOzC,AT2DD,A4KGJ,AIAA,AGDA,AjEAA,AVAA,A+DAA,AzCFG,AGXGlmB,A5GYN,ArCEA,A1DDA,AUAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AqBAA,ALAA,ApIiBC,AOpBE,AIXGA,AmHcN,ANAA,A6FFA,ACCA,AFAA,A9KFA,ACGA,AJYE,AEbF,A/DCA,AoDDA,AjBAA,A+KzGA,A+FWK,AuBKH,ACNoC,AEKjCs5D,AEbD,AnCiDF,ArB+EF,A2BqLC,A1BtVC,AyDAA,A7D9BEtuD,AhQmfC1N,CQ7TL,EqGxBE,A9FAA,C8FME,A9FAA,EiGXE0C,A7FAAA,AwB0BA,E3CgUD1C,CgMtbW,C2HEZ,CnUuCO,AqH8DAihC,A9FAAA,AgRlGP,A/RibCjhC,CR7YD,AqH8DA,A9FAA,A0SxFCg8D,AzD5EDtuD,CtQkGuB,AMiZjB,C6G/UI,AGXA,AjGWA,AIXA,CzBvD2CzN,AmHkEzC,AGXDurC,AjGWC,AIXDA,A6OzJR,ChE6DP,AuHUcjlB,AEKL,AEbD,C3HFgB,AyHed6Q,AEbDqlB,GjUmCkB,AsMrC3B,CtMqCU,CAAL,AsMrCgC,C2HEjC,CJQkC,AEKjC,AEbWh1C,C3HFhB,AyHemB,E1UwFQ,AiIXb,A7FAA,A6K5FkC,CjNuGpB,AiIXtB,A7FAA,C6OzJQzH,CyD4EUkD,AzT4ZSoM,CjBpUN,AiIXI,A7FAA,AkS3ElB,AMfT,C3D/DG,CjRoK0B,C4UrGN2Y,C3M0FrB,A7FAA,AsS7Ea,C1UwFQ,A0UxFG6yC,E1UwFQ,A4UrGlC,E5UqGuB,CiRpKvBptD,CjRoKsC,MAAf,A0UxFe,E1UwFQ,C0UxFL,CAA1B,CAAd,EAA4C,KAAKmsD,GEbL,GFa5C,EAAyDvuD,CEbT,CAACkC,EFajD,CAA+D,CEbhE,UAA4DgR,CFaU,KEbtE,od5UqGuB,CAtFb;AEJZ,ADwCA,AYnBgE,AFI7D,AFOD,AT2DA,A4KGJ,AIAA,AGDA,AjEAA,AVAA,A+DAA,ApCFI,ALAH,AGXK9b,AP5CI,ArGwDV,ArCEA,A1DDA,AUAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AqBAA,ALAA,AvHHI,ANAH,AIXKA,AT5CI,A4H0DV,ANAA,A6FFA,ACCA,AFAA,A9KFA,ACGA,AJYIxC,AEbJ,A/DCA,AoDDA,AjBAA,A+KzGE,A+FWE,ACsDE,AoBzDJ,ACUA,AIHI,AtDkHN,AC9JC,AyDAA,A7DhCG,AhQmfCD,C6GvVL,A9FAA,CiL/FE,AwHrG6Bu0D,E7Q2N3Bt0D,CqJtHC,CnFuGC,AGXAwC,AjGWA,AIXAA,E6K5FE,AhMsbHzC,CRjea,A0HkJTshC,A7FAAA,A0QpGN,CvS9CA,AmDiKO,CjDnFN,AiDmFOphC,A0QpGJs8C,CrHlBK,CAAC,AoHQJ3vC,ApT8aJ7M,CgH1VS,A7FAA,A6Q3BR,AyBlDA,CzM6ESwrC,A7FAAA,AnB0VH,ENjZD,A2TnBT,CrHlBM,AqHkBM9M,CrHlBK,CgGiET,AoBzDM,AKON,CzBkDC8d,AoBzDM7xC,AKON6xC,CzHfH,C9EuGJ,A7FAA,A2KvGF,AqHkBA,CnMqFsBjb,A7FAAA,AgSrFH,C1QoGjB,CqE1BU,A7FAA,AwB0BY+D,CqE1BpB,A7FAA,A6Q3BA,AyBlDA,CzBkDY17B,AoBzDT,AKOS2wD,EzM6EY,A7FAA,AiSpF5B,CZDW,CxS+aD,CjB/UqB,AmIA7B,A7FAA,CtCA8B,AiIX5B,A7FAA,A6Q3BA,AGfiB,CHeG,C9KsCUv6D,A7FAAA,CtCAH,EAAM,A4DeA,CAAC2C,CuEfpC,A7FAA,CtCA6B,EAAW,C0UxFtC,C1UwF2B,A0UxFI,E1UwFW,C4De5C,AqPrDE,ErPqD6C,AqPrDTmC,CyBlDD,CAAC6U,C1UwFT,CiTtC3B,CjTsCkD,AiTtCT27C,CyBlDzC,E9QuGF,A8QvG4C,E9QuGa,E1D1GpB,EwUGW,CAACqE,GzBkD/C,EyBlDA,snC1UwF2B,CAvFnB;AEJ2B,AD0CxC,AYrBiE,AFK7DnhD,AFOF,AT2DC,A4KGJ,AIAA,AGDA,AjEAA,AVAA,A+DAA,ApCFG,ALAH,AGXM7N,AP5CG,ArGwDT,A/FCA,AUAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AqBAA,ALAA,ApIiBAgyB,AapBG,ANAH,AIXMhyB,AT5CG,A4H0DT,ANAA,A6FFA,ACCA,AFAA,A9KFA,ACGA,AJYM4W,AEbN,A/DCA,AoDDA,AjBAA,A+KzGE,A+FWC,AIuCD,AK5CW,AYEX,ACUC2iC,AETC,AEME,AEdF,AxD+HJ,AnQsTO,EgMtbL,GAAG,ChF4FCv5C,A7FAAA,AwB0BA4W,EqJtHE,AqHkBL2iC,C1QoGM,EAAE3e,CjDjFN/sB,AcsFO,AwL3HA,ChF4FC,AxG+BA7V,AW/BA,A6K5FA,AmGkDJ,AkBhCD,AILH,CxUFQ6E,AS0BN,AsHuDOskC,A7FAAA,AwS3FN,A3TqbG1R,CR1YD,AuSjCAzG,AsBOA,ArToaCyG,CuT7aH,C7T4BErI,AySaR,CnGlDM,AhMsbYwC,CgMtbD,CxM4CJ5E,A6T1BA6kC,AMjBH,C1UU6B,AsUF5B5gD,AIRAm6C,CnT0Hb,AwL3HQ,AhMsbD,CQ3TgBrgC,AmCLA,AqJtHrB,CrJsHsB8X,CnCKxB,AmT1HQ,EnU2CL,CEPkB,AcsFO7I,A+SlHpB,C7T4Bcte,AqS1BPujC,AwBFMpiD,A9BuCV,CzK4CmB,A7FAA,AwS3FR,C3M2FSqC,A7FAAA,A+QrClB,CxSlBH,CAAiB7B,AiDiFhB,CAAuB,E4Q7G1B,CAAsBsmB,C7T4BpB,AXkE4B,AgT5F5B,CrS0BL,AXkEkC,AgT5Fb,C/KiFI,AxG+BU,AW/BV,CX+BW3jB,AmT1HrC,C5UsGkC,AiIXI,A7FAA,CwS3FP,C5UsGS,AgT5FbowB,CwBFvB,CvMmFsB,A7FAA,AwB0BgB,C5DfR,AiIXzB,A7FAA,C6FAP,A7FAA,CpCW2C,CyBoBrB,AuRhHF,ChT4FY,AyBoBapF,AuRhHbnF,AwBFM,CAAC,CxU8FQ,AwU9FjD,EAA4C,CxBEtC,EAAmC,ChT4FP,EAAuB,CyBoB7D,CuRhHkDg0B,MAAxC,EAAgD,KAAKA,MAAL,CAAYh1C,OAAZ,GAAuBwgB,IAAvB,0BAA8C,KAAKza,IAAnD,SAAhD,2BAA+H,KAAKA,IAApI,SAAP,w8BhT4FmC,CAxFxB;AaiBoD,AFM7D,AFOF,AT2DC,A4KGJ,AIAA,AGDA,AjEAA,AVAA,A+DAA,ApCzBuD,AFYlD,A5GYL,A/FCA,AUAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AqBAA,ALAA,AvH1BuD,AFYlD,AmHcL,ANAA,A6FFA,ACCA,AFAA,A9KFA,ACGA,AJYQ,AEbR,A/DCA,AoDDA,AjBAA,A8Q9FG,ACqDG,AETJ,ACLA,AkBlCmB,AEPhBkuD,AEMA,AEdA,AlC+CH,AtB+EF,AH5LG,AhQofSlnC,CkHvWZ,A7FAA,CyRtL6BggC,KfgG3B,AsBsBA,G5BgCMpB,CgCrCJ,CEVC,C5BUI,CCqDH,AuBvDDsI,AvDtEInzC,CrNmLM,A8OtEF,AzRuYI6R,E+R5aJ4zB,A0BIF,CEdF,AlC+CO,CkC/CNvR,ChRqHU9U,AqPtDV,AuBvDC,CxBEM,ACqDN8U,AuBvDC+J,CvT8aAhyB,CyRvYSmK,CzB7GF,C2D8Dd,C5BUiB,A4BVLA,C3B+DX,AhC7HgBz+B,AhQqffs0B,CgSxXW/sB,APhBF,C9OsED,A2QvGJ,A9BmCA,ACFgB2rD,C1SuDG,CAAC,A4DevB,AgRrHH,CJQA,AIRmB,A3TubZ/7B,CuT/aa9Q,AvDtEG,CjRoKE,A0SvDd,AzB7GazlB,AhQqftB0zB,CgSxXD,APhB2BrtB,AzRwYlB7H,CjBjVqB,CgT5F3B,CCqDoB2oB,APhBb,AzB7GM/nB,CjRoKQ,AgT5FK,ANqCE,AzB7GF8yB,C2D8D9B,C5UsGoC,AwU9FpC,CvBuDC,A2B/D4BtH,C5UsGJ,AiTvCK,EjTuCU,A4UtGxC,A3D9DoC,CAAC1rB,GyB6GL6jD,AzB7GI,CAAnB3jD,CjRoKQ,AiRpK3B,AhQqfIs0B,CAAyB,CjBjVqB,A0SvDZ,MzRwYlCA,EAAkC,IgSxXnC,EAAqDuJ,IhSwXRp/B,CAAV,EgSxXnC,AhSwX6CA,CgSxXiB42D,aAA9D,ggBjTuCwB,CAzFhB;AEHX,AOkCD,AT2DE,A4KGJ,AIAA,AGDA,AjEAA,AVAA,A+DAA,ApCFAnrB,ATvDQ,ArGwDR,A/FCA,AUAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AqBAA,ALAA,ApIiBAxN,AapBAwN,AXvDQ,A4H0DR,ANAA,A6FFA,ACCA,AFAA,A9KFA,ACGA,AJYO,AEbP,A/DCA,AoDDA,AjBAA,A+K1GE,A+FYC,ACqDG,AERJ,AMnDA,AacA,ACJA,ACNG,ACdL2xB,ACoBK,AjCmCH,ACHuC,AtB+EzC,AnQ0TS1hC,MgMzbH,CrJqHK,CuEbH,A7FAA,C6FACz3B,A7FAAA,AsBeA,AqJvHA,AwHJA,C/MqDCgR,A/FAAA,A8R3CFuoC,AcUF+E,AEpBI3yC,C/MqDF,A/FAA,A2S7BDkuC,C7SwGK,AwL5HA,AwHJZ,AxT6bSpiB,CQ7TIz3B,AwL5HA,A+FYL65C,A/R6aCpiB,CwSnbG,AxSmbI5E,Cf9aR,AuUfO,EhBUA,Aacb,ACJW,AGAHgnB,CvMwFV,A7FAA,AgSpFcyE,ArTqaL7mB,Cf9aG5T,AiI6FO2a,A7FAAA,A0Q5FhB,C9SDU,A8SCE35B,AuBIC,E9S4GhB,AgStHoBg1C,CvTKJ,AuBiHOxuB,AiT5GlB,CxULF,AwUKcusC,CJIf,ACJmB/d,CrULFh2B,AUiDX,AuH4CR,A7FAA,AgSpFuB,CpUTH,A8SCjB,CSNY,AgBVf,CzU4G6B,AmIAAsf,A7FAAA,AmRlGFpH,CvTKJ9qB,AF6FO,AgT5FJoU,CuBIV,CAAYi5B,CvUwFC,AsUpF3B,CtBRC,ASNY,CzTkGoB,AgT5FH,ASNE,AacFn8C,CrHpB1B,C/MWwB,CAACpE,AF6FF,AyBoB7B,C6SxGE,ACJc,CvUwFwB,AmIAA,A7FAA,A2KxGA,AqHoBF,ACJD,CpMwFIygC,A1GqBrC,AarBqCA,A2KxGA,AyHgBpC,C1UwFwB,A0UxFO,ChCgC6ByiB,CxSrC9D,AF6FyC,CsUpFD4Q,CpUTJhuC,CAAC,AuTLzB,AiBU0B7M,AhCgCA,CvKwDzC,A7FAA,CpC7FG,A+MX8C,AwGMD3Y,CzTkGnB,AyBqBhBgtB,AwL7HqC,C/MWN,AwUKvC,C1UwF+C,AuUxFpC,CtHhBiC,AsHgB/C,AGA6C,CzHhB7C,CwGMa,Aacb,CrHpBsD,AwGMA,CTMrD,C0BIiDoxB,C1BJIthB,MvRiHpD,CAAyBnkB,AuRjH1B,ASNsD4M,AiBUpD,IjT6GD,AgSvHoD,EhSuHrBzd,AgSvH+B,QhSuH9D,AmCN4E,EnCMnC,QmCRlC,EAEiF,SAFjF,QoPxGgB,KAAKyE,IAD7B,uBAC6CwgD,IAD7C,cACqD,KAAKn6C,OAAL,CAAazE,IAAb,CAAmB,GAAnB,CADrD,ychT4F0B,CA1Ff;AEFV3H,AWuBD,AFGCgR,AFSH,AGcC,AZ4CE,A4KGJ,AIAA,AGDA,AjEAA,AVAA,A+DAA,ApCFA2xB,ALAA,AGXI1nC,AP5CG,ArGwDP,A/FCA,AUAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AqBAA,ALAA,ApIkBM,AarBN0nC,ANAA,AIXI1nC,AT5CG,A4H0DP,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHW6D,AET7D,A/DCA,AoDDA,AjBAA,A+K1GI,A+FeD,ACkDE,AERH,AMpDgE,AcYhEw+C,ACPE,AEMC,AEfA,AnC8FH,AChDuC,AzB5GtC,AhQqfazrB,I6GhVZsS,AGXArlC,AjGWAqlC,AIXArlC,CwBsBA,C2QlGFw+C,C7B8Bc,CvKyDR,A7FAA,C6FACt+C,A1GqBIk7B,AarBJl7B,AoQzD8EwM,C/RVnFqJ,AsMrCM,AkGyDJ,CFLK,AEKJ,AlS8XA+b,Cf5aH/sB,AS0BE,AsHwDM,A7FAA,A6QzCR,A2BnDC,CjUoCEnI,ACuBEwN,AqHiCI6+B,A7FAAA,A4Q9EL8Q,AuBEC,A7B8BO,CzF/CF,AsHiBJ/wB,A7B8BkF,AzR2YrF8I,CJxZG1nB,A4TrCKivD,CtB4DH5mD,ATVI,C6B9Bd,A7B8BA,CvKyDF,A7FAA,AsSvGS,C1UUE,AiI6FQ+0B,ALAnB,AGXY,A3FWOA,ANAnB,AIXY,A4Q9ET,A4BdOuS,A3TybEplB,Cf/aAvoB,AUiDI,AqHiCZ,A7FAA,A4Q9EWrH,CpS6CEsD,AZ4CI,AyBqBI,AR6TlBypB,CJxZU,AbsEK,AyBqBI,A0RpEnB,AlSiYQl1B,CJxZGsL,AoH2DK,A7FAA,A+QpCJw3C,ClGzDT,CjNwGW,AiNvGf,A2HAD,CnT4HoB,AgSvHS57B,AmBLjB3c,ChU2DR,AZ4CkB,AiIXvB,A7FAA,A4Q9ED,CvR8G6B+P,A4SrHf,CnUGb,AS0BA,ACuBF,AuH4CF,A7FAA,CpC7FsB8M,AWuBZ,AFGe,AXmEJ,AgTzFKuB,AG0CxB,AMnDoC,C5S4BX,A4S5BYlZ,CzTkGP,AmIAAg3B,A1GqBP,AarBOA,A6Q/CJ,AyBxDvB,CAAoB,C5UuGJ,AyBqBiBh9B,AuR9GnC,E9SJC,AF6FgC,AyTlGF,CvTKJ8K,AuTLgB,CxSobvC2gB,CNrZH,AMqZ4B,CwSpbE,AmBL7B,CjUoC+B,A8ShC8B,CzTmG7C,AyBqBI,AmT5HS,A3D9DRjM,C9IqKiB,A7FAA,CpC7FN,AF6FO,AmIAA0Z,A1GqBI,AarBJA,CpC7FNxb,Ae+a/B+N,Cf/a8B,CAAjC,A0UVC,A3TybmC,CQ7Tf,CAAnB,EdxF+B1N,CsQlGlC,C9IqKH,A7FAA,G3BnEoC,AsMpCC,CAAC,AhMybYnoB,CNrZH,AMqZP,E+R3aS,A/R2aCA,K+R3aI6O,IAAnD,UAA6DgU,C/FdH,EADnD,A+FeP,C/FfC,A+FeiE,CAAlE,EAAqE7Q,C/B5ElC,I+B4EnC,GAA6E,KAAK8rC,MAAL,CAAY9rC,KAAZ,EAA7E,00NhTyFkB,CA3FP;AEDV,AWsBwB3Q,AFGqB4K,ACwB/C,AZ4CE,A4KGJ,AIAA,AGDA,AjEAA,AVAA,A+DAA,AtCbG,A5GYH,A/FCA,AUAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AqBAA,ALAA,ApIkBK,AWhCF,AmHcH,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHeG,AEbH,A/DCA,AoDDA,AjBAA,A+KxGG,A+FaA,ACkDC,AERD,ACPF,AK9CiE,AMyBlE8tD,AMpBE,ACYA,AEpCyB,AE+BvB,AtD8GJ,AH5LQ,AhQwfKr+B,CQhUb,EwGvDU,A7FAA,AwB8CR,AqJnHA,ChFqEA,A7FAA,AwBoDE,GmQ1FG,CAAC9rB,C9G3BC,AgG6CN,CpSdyBvO,AkTJ5B,AMpBQq6D,ACYF,C1QkGKp5B,CjDnFsCr2B,AXoErC,A4DeR,A3CmUSyvB,CJzZkB,AbuElB,AiNtGA,A+FaLoiB,AG0CAA,AY5BK,A9S6ZApiB,C2CnUC,A3CmUMhD,CJzZQr3B,A+CsFZ,AqPtDN,AqB5CCy8C,CtUmFC,AiNtGI,AgEhEFj0B,AhQwfD6R,CoTjbE,ApTibQp6B,CJzZI,AbuET,CWpEsC,AsMlCrC,A+FahB,AG0CA,CxSrBuD,AqSrB3CwH,AG0CAoC,AkBhDG,CrU+FN,AsUnFN,CPQN,AORkBA,ArTqaLwwB,CjBlVU,CiRtKpB,CjRsKS,AoTtD4B,AiBzCjBoiB,ClBgDpB,AlSiYwD,CjBlVhC,AgTzFxB,AG0CoB,CmBpCjB,CAAoB,AnEjBR,C6CWQx0B,CqBNR,CAAYm3B,ApTibE/kB,CjBlVpB,AiBkVoBA,C+R3a7B,A/R2aoChD,CjBlVJ,CiBkVHgD,CAAUp6B,KgMxb7B,AhMwbmBo6B,CgQxfxB,AhQwfwC15B,CoTjb9B,EpHP4B,AoHO5C,CpHP6C,AoHK9B,ACcX,CDVJ,CpT+aW05B,IqTraqC,ArTwazCA,CAAAA,CgM3b8C,AhM2bvC5R,CgM3bwC,EkGuDrD,AmBpCD,CrHnBqD,CAA9C,A+FawC,AG0CO1jB,AmBpCC,ArTwahDs1B,EgM3bqD,AhMwbjDA,EkSjYV,CH1CmD7sB,AG0CQ,IH1C3D,AG0CA,UH1C6DgU,GAA7D,CAAkE,CAAlE,EAAqE3Q,MAArE,GAA8E,KAAK4rC,MAAL,CAAY5rC,MAAZ,EAA9E,iDhTyFS,CA5FE;AEAX,AWqB8B5Q,AFG0BD,AC0B1D,AZ2CG,A4KGJ,AIAA,AGDA,AjEAA,AVAA,A+DAA,ApCFAoqC,ALAA,AGXE1H,AP5CI,ArGwDN,A/FCA,AUAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AqBAA,ALAA,AvHHA0H,ANAA,AIXE1H,AT5CI,A4H0DN,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHeC,AEbD,A/DCA,AoDDA,AjBAA,A+KxGI,A+FaDjkC,ACkDC,AERD,ACRqC,AK9C0B,AM0BlEi6D,AORG,ACJD,ACjCyB,AEgCxB,AEhBE,AlC+CH,AvC3CA,AclEEhrD,AhQ0fY+a,C2C7UhB,CqElBEia,A7FAAA,E0FWE,A9FAA,E4BiBJ,CmQ5FO,C5L2EC,AFXA,A3FWA,AFXA,A4Q9ELjkC,AecKo0B,C5L2ECjwB,AFXA+qB,A3FWA/qB,AFXA+qB,CvB7DwB1tB,AoM9BvB,AsHeJihD,A7B8BAkS,C5KyDK3wD,AGXT,AP5CS9B,A1FuDA8B,AIXT,AT5CS9B,AVuYJ6zB,CgH3VK,A7FAA,AqRzFD2nB,AmBJN,A3D9DDzuC,AhQkfQ8mB,CqT/ZJioB,AnEjBC7+B,CxP+BkD5d,AsMjC7C,A+FaL,CnSiB6B,AmSjB5BV,ANgCC,AzB7GJ,CjRsKS,AyTrGkD,C5S6BjCW,AFG6B,AXqE7C,A8HAb,AJvDE,A1FuDF,ALvDE,A4ShCO,CpMuFb,A7FAA,AiSvFcU,AKjBL,CjUmCuDmmB,AwHqE7C+a,A7FAAA,AgSnFhB,AMrBO4a,A3D9DC,CjRsKK,AsUnFDV,A5B0BC,ChLEKnoC,A/FAAA,C3BuDC,A8HAA,AGXpB,AP5CI,A1FuDgB,AIXpB,AT5CI,AoSpBN,ArBkBE,E/RZmE,AsH0D7Cq4B,A7FAAA,A6K3Fd,AsHeJ,A7B8Bc,AzB7GJuf,CtQiGsDhrD,AXqEtD,AiNrGV,A8G0BmB,Aa7BpB,CNqBF,AMrBcwgD,C5UwGU,AmIA3B,A7FAA,AgSnFuB,EtUmFP,AuUvFS,ApEbA,ChIoGK,A7FAA,AiSvF5B,ApEbwB,AclEf,CtQiGqD,AXqEjC,AgTzF5B,A/B7EqB/7B,CtQiGqD9P,AmHqEzE,A9FAA,AgRzFwB,AuBEA,CKjBvB,C3M6F6B,A7FAA,C6FAC0pB,A7FAAA,AkSxEhC,AnEjB4Bp3B,CrIoGKhF,A9FAAA,AiPtKzB,CjRsKK,AsUnFiBwe,ArDnF7BvT,CtQiGsD,CXqEnB,AiIXf,A7FAA,C+FWgB1I,AFXA,A3FWAA,AFXA,A4Q9ErC,ElLyFuC,A9FAA,AgRzFJ,AsBMnC,AnEjBuB,ChIoGI,ALAagjC,AxFAb,ANAaA,AmOpGH,ClIyFhB,A7FAA,C+FWqB3G,A7FAAA,C2FXC3+B,A7FAAA,C+FWhB,A7FAA,A6NpGJ,CAAD,ChIoGwB,A7FAA,A6NpGxC,CAAsCmO,IrIoG3C,AGXoB,AjGWpB,AIXoB,A4Q9EoB,C/K8E1C,A7FAA,A6K1FkC,CkDC3B,CAA6CtB,CrIoGI,A9FAA,MmOpGjD,CrIoGwD8sB,A9FAAA,AmOpGF,IAAtD,EAA4D,ErIoGI,A9FAA,AmOpGhE,CrIoGiEz5B,A9FAAA,AmOpGxE,IlDDyD,EADjD,CAAN,EnFsG6D,A9FAA,C8FAmBH,A9FAAA,M8FAM,A9FAA,C8FACulC,A9FAAA,W8FA1B,A9FAA,C8FAP,A9FAA,K8FAkD,A9FAA,U8FA5G,A9FAA,E8FAwH,A9FAA,8JhCAxG,CA7FF;AENS,AW2BI,AFG0D/nC,AXsEjF,A4KGJ,AIAA,AGDA,AjEAA,AVAA,A+DAA,ApCFEohC,ALAA0G,AGXA,AP5CI,ArGwDN,A/FCA,AUAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AqBAA,ALAA,ApIkBA,AarBE1G,ANAA0G,AIXA,AT5CI,A4H0DN,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHiBA,AEfA,A/DCA,AoDDA,AjBAA,A+KtGG,A+FWC,ACkDA,AQ/D8D,AM2BjE4wB,AMnBC,ACWC,ACJAzX,AClCwB,AIiBtB,AlC+CF,AtB6EH,AjBxHE,AlPubcz4B,EkHnVd4Y,ALAA0G,AxFAA1G,ANAA0G,A+R3ED4wB,E5L2EG,A7FAA,C6FAC3zD,A7FAAA,G6FAD,A7FAA,AiSvFDk8C,C1TcO,AsHyER,AFXOx+C,AxGgCA67B,AarBP,AFXO77B,CvB9DN,AmShBC,AecK,EN1BQkX,AM0BN,CrMoBE8lB,A/FAAA,ChBfwEz/B,AsS+B7E,CsBhDE,A7B8BAmzD,ChLEJ,A/FAA,AqRlCE,ASb0D,C3LsGjD,AGXf,AjGWe,AIXf,A4Q9EO3W,ChTyFS,AuUvFL,C5TiB6E,AXsEvE,C8HACpgB,ArGqBpB,AOrBoBA,AiRvCR,APlBT,C/RbyFp8B,AsS+B/Ew8C,CjTuCK,CyBqBK,AuR9GnB,AuBEcA,CvUuFM,AgTzFRh1C,GhTyFE,AiTvCV,AR1KQ,C3KiNY,A9FAA,AiRvCRA,CjTuCS,A8HAA7E,A9FAAA,AuSvFhB,CAAYs+C,CvUuFP,AgTzFd,EhTyF6B,CgTzFNj5B,CCkDnB,EsBhDK,CzMuFO,A9FAA,AgRzFhB,ACkD2BA,AsBhDG,CvUuFhB,A8HAqBxlB,A9FAAA,AqS9FZvC,ErU8Fc,CiTvCjC,CAA6B,EnLuCQ,A9FAA,AqS9FZ,AEOpB,CzMuFiC8nC,A9FAAA,AqS9FZlnC,AEO/B,IFPwB,CAAau5D,MvM8FpB,A9FAA,C8FAlB,A9FAA,AqS9FyB,CAAzB,KrBKgD,MAAI,CAAC7sD,CCkD/C,EAA4D8nD,CDlDhE,OCkDI,CAAsE,KAAtE,CAAJ,EAAkF,IoBvDpC,CrBK0BvpC,IAAxE,CAA8E,UAAC8oC,MAAD,EAAY,8KhTyF5E,CA9FJ;AENS,AW4BpB,AFEuD,AXuEtD,A4KGJ,AIAA,AGDA,AjEAA,AVAA,A+DAA,ApCFC,ALAC30D,AGXD,AP5CI,ArGwDL,A/FCA,AUAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AqBAA,ALAA,ApIkBE,AarBD,ANACA,AIXD,AT5CI,A4H0DL,ANAA,A6FFA,ACCA,AFAA,A9KFA,ADEA,A/DCA,AoDDA,AjBAA,A8Q3FK20D,ACkDA,AERH,ACVsC,AK9C0B,AM0BzC,AMlBlB,AEQJ3T,ACnCwB,AEkCzB,AEhBE,AnC1GY,ACyJb,AtB4EH,AjBtHC,AcpEG,AhQke6B5xC,CkH7TjC,AFzEA,A3FyEA,AFzEA,A2RFA,CjM6EEpP,A9FAAA,CmGAC,A7FAA,EoFtFE,A/FAA,C+F+BC,AjG4EA,AE5EA,CdvBG,AYmGF,ARrIS+0B,CJkCd,AiH8EM,A9FAA,AuSvFLisB,CzMuFM/gD,A9FAAA,A4S/GN,A3TicasoB,EkSjYTg0B,C1RoEKje,AuR9GPq2B,ACkDA,AQ/DkB/U,AYOVya,C1TwB2C,A+TjB/CztD,C/TiBwC,CXuElC,AuUvFL,CvUuFM,AuUvFL4e,AtDhFH,CxP4LN,A0RpEA,AMxDgE,CTcvD,ACkDF,AERKw1B,CnT+CC,AyBqBI,AuR9GPvwC,ACkDF8rC,AsBhDP,CGDa,C1UwFK,A0UxFJ7xC,CLPM,CvM+FrB,A9FAA,ChCAa,A8HASm6B,A9FAAA,AgRzFnB,A/B9EU/R,CgCgIV,AERH,CnT+CwB,AiTvCTvrB,AERM,CH1CH,ChTyFL,A0UxFN,E1UwFqB,A0UxF5B,AzD/EmB,CAACzH,CnJuKpB,A9FAA,CgRzFsB,ACkDnB,CnLuC6ByC,A9FAAA,AgRzFTg6C,A/B9EJ,CAANzpB,CjRuKA,AiTvCa/K,AhChIDO,EjRuKW,CmT/CpC,CrL+CsC,A9FAA,AgRzFpB,ACkDf,CnLuCoCwf,A9FAAA,AgRzFTr3B,ACkDE,AERI5L,CkBhD/B,EpDxEQiuB,CkCwHb,AlCxHM,C+B8EY,AG0CwB,EH1CvC,GG0C4C8iC,AlCxHR,CnJuKvC,A9FAA,E8FAoD,A9FAA,GmR/CpD,EARW,AlChHT,CkCyHF,ClCzHiD,SgCgI9C,EAA4Dt0C,GAA5D,CAAiE,CAAjE,EAAoE1N,OAApE,CAA6E,MAA7E,EAAqFwW,MAArF,CAA6F7iB,OAA7F,kxIjTuCU,CA/FD;AENS,AW6BrB,AFCmG,AXwEjG,A4KGJ,AIAA,AGDA,AjEAA,AVAA,A+DAA,ApCFA,ALAIxH,AzGCJ,A/FCA,AUAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AqBAA,ALAA,ApIkBI,AarBJ,ANAIA,AuHGJ,ANAA,A6FFA,ACCA,AFAA,A9KFA,ADEA,A/DCA,AoDDA,AjBAA,A+KtGE,A+FWG40D,ACkDA,AGnBmC,AiBrCrC,ACYD,ACJC,ACpCwB,AEmCzB,AEhBC,AxD0HH,AHzLK,AhQigBA70D,I6G1VDC,A9FAAA,IiLpGI,AmG0CQi9C,AnSoZXl9C,C6G1VI,ArGqBAQ,AOrBA,ErBxEL,AmHwEO,A9FAA,AiRzCP,AhSmYCR,C+RnbA60D,C/FXQ,AoHKLpY,ACYC3vC,ArT6aC,EQrUN,AsS/FW4rD,CtS+FC3qC,AwLzHA,CgG6DL,AGnB6B,CJ/B7B,A/B9EA09B,ChEmEQ,A+FWP56C,AqBNT,CvM+FiB5Q,A9FAAA,AqS/FLu6D,ACYC,CAAC5vD,CtUmFK,AiNpGA,AgEnEP,CjRuKQ,E8HAZ,A9FAA,AiLpGT,A+FWG,A/B9Ea,CjRuKI,A8HAIooB,A9FAAA,CiPvKrB,AhQwfWvK,CjBjVY,AgTzFP,AsBMZ,CAAiB,C7SwGtB,CzBrBkB,AyBqBS,CqGrBpB,A9FAA,ChCAsB,A+S6MlB,CjL7MmB,A9FAA,AgRzFT,ChTyFH,AgTzFIg0B,CvR8GU7iC,CzBrBC,AqU/FlC,CAA+B2gD,E5SoH9B,CuR9GiB,CvR8GqB,AuR9GT1pD,ChTyFX,EAAuB,EyBqBE4tB,CuR9G1B,AqBNlB,ErBME,GvR8GD,s0HzBrBkB,CAhGR;AENS,AW+BtB,AFAGhmB,AXwEA,A4KGJ,AIAA,AGDA,AjEAA,AVAA,A+DAA,ApCFA,ALAM,AGXNwT,AP7EK,ArGyFL,A/FCA,AUAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AqBAA,ALAA,ApIkBI,AarBJ,ANAM,AIXNA,AT7EK,A4H2FL,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHeA,AEbA,A/DCA,AoDDA,AjBAA,A+QzCK,AEPH,ACbsC,AK5CrC,AYQA,ACWyBm2B,AEfzB,A/BhHD,AC0JA,AtB0EF,A2B4LE,A9BpXGqJ,AhQigBAxrD,GyG9gBsB,A/FAA,CiCmMvB8nC,C8DtEC,A/FAA,CsG4CC,A7FAA,C6FAC7b,A7FAAA,CgRhDuB6jC,AkBzBF3N,ArT8avBniD,CQrUIu+B,Cd7FL/lB,AmHwEMsvB,A9FAAA,CmR9CH0U,CxS1BD,AsSiCD,CtSjCEn9C,AoSqREwN,A9R6IJ7M,CgHrWL,AxGgCI,AWhCJ,AgRhDwC,AnC5GnCwrD,CwCgEK3L,AamByB,ArT8avB,EgHrWKrT,AxGgCA,AWhCAA,A+QnCf,AmBtCmC,CrB6C5B,AEPK5iC,AlCzHL,CjRuKU,A4DenB,AqPtDU4yC,AhChIAj0B,CjRuKU,AyTvGL,AVoTC,CtRxLZ,AsRwLa5d,E/S7ME,CmT9CjB,CnT8CuB,A8HAA,A9FAA,AiRvCpB,AEPiB,AMzDF,C3LuGMvG,A9FAAA,AiRvCToD,ChChIR,CjRuKU,A+S6MV,A9BpXJgkD,CtQ+FD,CAAqB,AXwEK,A8HApB,A9FAA,A+Q6MR,CjL7M6B,A9FAA,AyRvGP,AxChEFz4B,CjRuKH,AyTvGM8sB,AxSicb,CgSjYP,CjTuC6B,C8HAxB,A9FAA,CiRvCkB73B,CtSjCxB,AmHwEiC+K,A9FAAA,AyRvGlC,AxChEyB,CAAChzB,CtQ+FK,CXwEf,AiTvCd,CAA6B,AhChIN,CjRuKc,AiRvKpBgzB,CnJuKZ,A9FAA,AiPvKwBxK,CnJuK5B,A9FAA,E8FAwC,A9FAA,EmR9C5C,CxS1BiC1B,CsH6DnC,A7FAA,A+QnC+C,ClCzHzBkM,CAAjBy4B,CnJuKgD,A9FAA,CrBxEnB,CwS0BhC,ATXwC,C/RfG,CmHwEC,A9FAA,G0QzDChP,GOkB1C,EAAqDnyB,CPlBhB,CAAYs1B,IOkBjD,CAA6Dn4C,CPlBxB,CAAmB,KOkBxD,SPlBqC,CAAxC,ya1SyDiB,CAjGL;AENS,AS+BuBsD,AXyE1C,A4KGJ,AIAA,AGDA,AjEAA,AVAA,A+DAA,ApCFA,ALAM,AJvDF/K,ArGwDJ,A/FCA,AUAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AqBAA,ALAA,ApIkBI,AarBJ,ANAM,ALvDFA,A4H0DJ,ANAA,A6FFA,ACCA,AFAA,A9KFA,ADEA,A/DCA,AoDDA,AjBAA,A+KvGE,A+FWG,ACmDA,AENH,AM1DC,AakBuB,ACFxB,AKjBA,AnC3GA,AC0JA,AtByEF,A2B6LE,A9BnXG0N,AhQggBO8mB,IyGjZRx0B,A/FAAA,EsL9CE,CvF8CC,A/FAA,A8RnDQ,AaqBN,C7S0GDU,AgS/HN,AaqBA,C5M8BO,A/FAA,CmGuDC,A9FAA,AuSvFJwgD,AKjBA,C3HGK,AwF9GJzE,C9R0IuC1xC,CwS4BrC+B,ClCzHJY,ChEiEU,A2HHJxK,A3TkcMo3B,CjB1VD,AiNrGV,A+FWG,ChT0FQ,AyBqBA,A8S5GJ,A9B5HX,AxB6CM,CtQ6F4C,Ac8FlC35B,A8S5GJA,A9B5HAgtB,C9R0IwC7G,AmHyEnCie,A9FAAA,ChCAH,AiNrGI,AkGwDJ,AyB3DV,AnC3GJ,C/K2JG,A/FAA,AsL7CgB,AkGwDJn6B,AyB3DAnL,AnC3GC,AxB6CN6rD,CjRsKU,CgT1FN,CrSiBoC,Ac8F5C,A8S5GF,C5TcwC,AXyE9B,AiB0VJ92B,EjB1Ve,A8HArB,A9FAA,AuSvFiB,CpB0Cd,AoB1CP,AKjBI,AnC3GJ,CzSmNc,A8HAa,ArGqBA,AOrBA,AiLrGA,A+FWT,AG6CM,AyB3DA,CnT6HtB,AwL1H0B,A+FWTxB,AuBGK,A9B5HC,AxR8iBhBwB,ChBhZgB,ADqDI,CyBsBzB,GwL3HuB,A2HHvB,A3D9DoB,AhQigBV8B,C6G3VoB,A9FAA,AiLrGlC,A+FWc,A3B7CS,AyDAA,A7D/BGm1B,CjRsKZ,AgT1FYjD,C/FXU,CjNqGC,AyBsB1B,AmT9HuB,CAAC,A3D9DX,CnJsKG,A9FAA,A4SxG3B,A3TmcSh0B,CgQjgBuB+2B,C+B4EzB,A4Bd+B,CnT8HtBxiD,CgRzOhB,CxR+iBKyrB,CwR/iBqC,COyHL,G/Rsb3B8B,CQtUC,CAAcjyB,EwP5LD,ExP4Lb,AwP5LoC4gB,AhQkgB1CuP,CQtUyB,AuRhH3B,CPzH6C,COyHC,A/Rsb9B91B,EgQlgBiC,CxP4LjB8B,EwP5LoB,CAA/B,CAArBkN,ChQkgBgBhP,CQtUR,ARsUiBa,CQtUxB,YRsUeb,CAAuB,MAAvBA,CAAd81B,EACAA,KAAK8B,MAAL9B,CAAY0F,SAAZ1F,GAAwB,cADxBA,EAEAA,KAAK8B,MAAL9B,CAAY3mB,SAAZ2mB,GAAwBA,KAAK+F,UAF7B/F,EAGAA,KAAK6C,EAAL7C,CAAQ7c,UAAR6c,IAAsBA,KAAK6C,EAAL7C,CAAQ7c,UAAR6c,CAAmBpmB,YAAnBomB,CAAgCA,KAAK8B,MAArC9B,EAA6CA,KAAK6C,EAAL7C,CAAQgG,WAArDhG,CAJlBA,CADCA,oBjB1VI,CAlGF;AECZ,AD6CA,AUrB4D,AX0E1D,A4KGJ,AIAA,AGDA,AjEAA,AVAA,A+DAA,AzCFM,AJvDFv0B,ArGwDJ,A/FCA,AUAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AqBAA,ALAA,ApImBI,AOtBE,ALvDFA,A4H0DJ,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHcA,AEZA,A/DCA,AoDDA,AjBAA,A+KvGI,A+FWE2zB,AG4CsBwuB,ACfY,AKzCtC,AYOA,ACUA,ACFC,ACZD,AILC,AnC3GA,ArBkOH,A2B+LC,A1BrVC,AyDAA,A7DpCE,AhQygB8E5nB,IyGrZ9Ev6B,A/FAAA,AiCqEA,IuP5DwBmiD,CzLTnB,A/FAA,C1BEH,AuU9CEyZ,AnDpCArvD,AyDAAA,CnU6DJ,A+GmBO,AjG6EA,AE7EA,AiCqEA/J,AqJnHA,AwGDJg6C,AYOAA,CEQEkV,A9B5HAhzD,C3KmNIq0B,A9FAAA,AyQnNH,AxBwCN,CjR2KU,CCrDH/N,ADqDI,AmT9CoB,C1RoEnBlc,A+SzHF,A/BhHDrK,C7OiOT,AqJnHa,AkGuDoB,AMxDnC,AYOA,CrU+FY,AyTtGAigC,AYOAA,AhDxCE,AyDAA,ChNuIG,A9FAA,AiPtKR,ChRiHL,ADqDc,A0HvDAmC,A/FAAA,AsL9ChB,CoElCe,AyDAA,ClRqJG,A2QrGH,CvUuFL,A8HAS9N,A9FAAA,AyRtGrB,AYOA,AhDxCA,AyDAA,CrT6JS,AgS5HU,AYOA,A5BpHA,CzSmNI,AyBsBAxO,A8S7GH,AKjBhB/c,AnC3GgBsrD,CxS8JCtuC,CDqDT,CgT1FHo9B,ChT0FkB,A8HAA,A9FAA,AwSnGT,C1MmGUngB,AJvDnB,AjG6EA,AOtBmBA,ALvDnB,A4ShCgB+a,C7MgCIr1C,AjG6EA,AE7EAA,A+SlClB,ChNkCF,A/FAA,AiCqEP,AgRtHD,ElNiD+B,A/FAA,A6S5CTq1C,AILVr0B,C5UwGD,CCrDmB,AwB2EG5nB,AmCRAiC,A2QrGd,A9B5HT,CxS8JqBqiB,ADqDG,AgT1F/B,AuBG4Brd,A9B5HC,COyHb,EwBTF,CAAYo3C,CvU8C9B,AwB2ES,AmCR+B,CAAC7W,AgRtHxC,C3UmDsC,A6HqDlB,ArGsBqBtnC,AOtBrB,AgR1FG,AuBGJ,AKjBI,C5BcCsyB,EuBGkB/K,CCZzB,CAAqB,CILtC,AnC3GU,COyHS,AuBGA,A9B5HnB,COyH+BugC,AuBGiB,AKjBjB,CnT8HvB,CAAP,AmCRA,AgRtHD,E9MwGqDjjB,A9FAAA,E4BcE,AoPxGpD,EAAoC,CwBTtB,EAAmCrnB,E5QiHUme,CoPxGnB,CAACogB,AwBTjC,E1MmGR,A9FAA,I4BcmE,AoPxGnE,CpPwGoE75C,CoPxGnB,CuBGjC,CAAnB,IvBHwD,AwBTI,CxBSH65C,CpPwGK,CAAmBh6C,E4QjHhBg6C,ExBSb,CAAYh1C,CpPwGuB,CAACugC,C4QjH5B,CAAY6W,GxBSpB,GAAuB52B,CwBTf,CAAqB,C5QiHnB,CAAP,AoPxGH,KpPwGqD,K4QjH7C,EAAmCg4B,G5QiHlG,EAAwH,K4QjH1G,IxBSuF,MAAI,CAACzyC,GwBTM8vC,CxBSzD,QwBTzC,CxBSR,AwBTJ,2BxBSoI,MAAI,CAAC9vC,IAArI,+HhT0FQ,CAnGA;AEGb,AD2CwC,AUpBrC,AX0EA,A4KGJ,AIAA,AGDA,AjEAA,AVAA,A+DAA,AzCFK,AJvDC,ArGwDN,A/FCA,AUAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AqBAA,ALAA,ApImBG,AOtBE,ALvDC,A4H0DN,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHcEu6B,AEZF,A/DCA,AoDDA,AjBAA,A+KvGG,A+FWG,ACmDF,AERsB,AMxDHkY,AYQpBqE,AEQA,AGHU,AEdV,AnC3GA3lD,ArBiOH,ACrJE,AyDAA,A7D/BG+O,AhQmfW+a,E2C/Tdsf,CqJrHA,IkGwDO,AlStEO9S,CkSsEd,AMxDqBgrB,AYQpBqE,A5BpHA3lD,AxR8FAyE,CNiCO,AsMjBD,AwF9GL,AxR8FDA,CNiCA,A+G6BOs8B,A/FAAA,A8Q5JLszB,CpB4EE9E,AyDAAA,A7TweGj5B,CsTxbDhM,AtTwbN,CyGxZU,A/FAA,AsL9CA,AoHML,CpBwDA,AhC/HHvb,CoDuEK,C3MwCMsyB,A/FAAA,A4ShCH,CvUuFI,A4DcA,AyQ9GI,ApDtEb,CjRsKU,AiNrGA,AwGFe,CcgBjBkhB,C3QqGI7kB,A6PrHe8f,ApChCjC,AyDAA,C9UuIe,AqRvIC,AyDAA,CpNgFI,A/FAA,AsRgBPvzB,CjTuCQ,A0HvDA8X,A/FAAA,AsL9CA,CwF9GpB,CAAkB,CzSmNJ,AuUvFM,CtBgDf,AsBhDgBwgB,CvUuFI,A4DcA,CAACt+C,C5DdZ,CqRvIEE,AyDAAA,C9UuIa,CiNrGvB,AgG8DgB,AhC/HR0lB,CvJ+GD,A/FAA,A4ShCe,C7MgCIphB,A/FAAA,AsL9CA,AsHcHzG,C7MgChB,A/FAA,A8Q5Jb,C/K4JG,A/FAA,C3BuDW,A4DcG,CAAmB8B,AyNrJrB,AyDAA,C9UuIsB,CiTvCpC,AsBhDoB,AlDhDQ,AyDAA,A7D/BxB,EgC+H2B,CsBhDM,C3QqGI,A2QrGtB,C3QqGuBulC,A2QrG9B,CAA4Bz4B,OAA5B,CAAqC,CtD/EvByjB,CrNoLV,CAAlB,IqNpLkC,CAAChzB,GAAD,CsD+EpB,AtD/EcgzB,CAAYxK,CsD+EyB,OtD/ErCwK,CAAtB,QAAHtlB,CsD+EW,CAAb,qavUuFc,CApGH;AW2BX,AX0EC,A4KGJ,AIAA,AGDA,AjEAA,AVAA,A+DAA,ApCFA08B,ALNsD,AJjDhD,ArGwDN,A/FCA,AUAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AqBAA,ALAA,ApImBC,AatBDA,ANNsD,ALjDhD,A4H0DN,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHcElqC,AEZF,A/DCA,AoDDA,AjBAA,A+KvGI,A+FWC,ACmDA,AERH,ACfA,AK1CmB,AYSlBskD,AEQA,ACZD,ApDgHF,ACpJGh4C,AyDAAA,A7D/BE,AhQsgBKyoB,E2ClVR/0B,CkEpBA,A9FAA,EfjIW,ENiDJ,A8SlBP,AxS9CD,CNgEC,AwHsFM,A7FAA,AsBcA,AqJnHA,AoHMLskD,AhDxCAh4C,AyDAAA,C3MuIM5J,A7FAAA,AsBcAzC,C8DrECmU,A/FAAA,A6S5CJqnD,C9M4CK,A/FAA,AsL9CA,A+FKP,EqBCI,AEQAh5D,C7MgCM,A/FAA,C0SxCJ,CpHNM,AgG8DL4yD,A5BhGA,AyDAA,C9UuIM,AiNrGb,AoHIiB,AhDtCTxwD,AyDAAA,C9UuIM,AmIAlB,A7FAA,C6FAmBA,ATvDA1F,ApFuDA0F,AXvDA1F,AsL9CA,EjNqGF,AqRvId,AyDAA,CzDAeyD,AyDAAA,C9UuIK,AmIAvB,ATvDM,ApFuDN,AXvDM,AiCqEJ,A4QjHiB,C/TsCb9C,AmD2EkB+kC,A2QrGrB,CAAkB9b,CvUuFJ,AmIAS,A7FAA,CkSnGHyyC,CxUmGK,CS7DjBz7D,AwSsBa,AsBhDC,CvUuFR,AuUvFS8O,AlDhDA,AyDAA,CzDAC22C,AyDAAA,C9UuIK,A4Dc9B,AqPrDyBhnD,CuB5DE,C5QiHK+D,A4QjHJ22C,CDYT,C9T0BH,A0H6DkBnU,A7FAAA,AiSvFH,EvUuFhB,CuUvFI,CvUuFmB,A4DcA,AqPrDL,AsBhDhC,CpMuFuB,A7FAA,AsBce+C,AqPrDLzoC,E9KuCO2lC,A7FAAA,AkSnGpB,CnDpCL,AyDAA,CNoChB,CnDpCC,AyDAA,CNoCyC,IrMmGlB,A7FAA,CsBcxB,CuEdmD,A7FAA,CsBcC,AqPrD3B,CAAwB,eAAxB,CAAtB,+tBjTuCY,CArGH;AC+CX,AUnBD,AFYgB,AT8Dd,A4KGJ,AIAA,AGDA,AjEAA,AVAA,A+DAA,ApCFE,ALAD,AJvDK,ArGwDN,A/FCA,AUAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AqBAA,ALAA,AvHHE,ANAD,ALvDK,A4H0DN,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHcIjlC,AEZJ,A/DCA,AoDDA,AjBAA,A+KvGM,A+FWF,ACmDCs1D,AQjEH,AYSC9L,AESAkI,ACbA+J,AEQD,AEbA,AnC5GC,ArBgOH,ACnJG,AyDAA,A7D/BC,CnJ6JJ,A9FAA,C0QlN4BhQ,E9OyOxBzrD,EuEdE0+B,A7FAAA,CwFAC,A9FAA,AqPzIL,AyDAA,CT0CC8qB,AESAkI,ACbA+J,A/BjHA,C7OkOM,AoPhHN,CtL2CO9nD,A/FAAA,A+SpCF+qB,AEbF,CzMwGK,ATvDA,ApFuDA,AXvDA,AiCqEA,CqPrDN42B,ChG9DQ,AwGHJzoD,AYSD,ClM+FM,ATvDA,ApFuDA,AXvDA,A6S5CL,A/BjHF,CzSoNQ,A0HvDT,A/FAA,A0SxCI,AGJAsb,AEQG,AEbFllB,AnC5GHu5C,CzSoNQ,EuUtFH,AGLG,C1U2FD,AmIAIlb,A7FAAA,A2KrGb,AsHeQ5zB,CdlBE,AiBad,AEbI,C3UiDHkR,ADuDkB,A4DcAmU,A6PtHJpoB,AmBAAnL,AnC5Gd,CAAYgI,EzSoNA,AuUtFZ,ACbA,CvB4De,AsB/CG,ACbA,CxUmGK,AiTvCPm8C,CrPqDR,C3DrED,ADuDK,AyTxGN,AmBAH,ChRsHuB,A6PtHH,AmBAA,AnC5GvB,CxS6JQl+B,ADuDmB,AwUnG3B,E/BjHuBuC,CtKoNxB,A7FAA,AgStFa,CrB+CV,CAAwBW,CjTuCd,AySpNZ,ExS6JA,ADuDmC,C4UxGhC,C3BiED,EuB5D0BizC,CDa5B,AKlBqC,CAAC,CLkBA,AKlBvC,EAA0C,CJKzC,MDaA,GCbqC,I/BjHS,C+BiHJxsC,KAA1C,A/BjHkD,CAAClI,OAAL,CAAa8rC,MAA3D,SAAuEt4C,KAAvE,GAAgFouC,aAAhF,CAA+FpqD,CAA/F,qhBzSoNY,CAtGD;ACgDX,AUlBF,AXyEG,A4KGJ,AIAA,AGDA,AjEAA,AVAA,A+DAA,ApCFE,ALAAopC,AJvDIzzB,ArGwDN,A/FCA,AUAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AqBAA,ALAA,ApImBA,AatBE,ANAAyzB,ALvDIzzB,A4H0DN,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHcM,AEZN,A/DCA,AoDDA,AjBAA,A+KvGK,A+FWF,AIyBqC,AKxCZ8tC,AYMP,ACanB,ACACuP,ACbA+J,AILA,AnC5GA,ArB+NH,AClJE,AyDAA,A7TweDxvC,E6GjWC6b,A9FAAA,EfiWD7b,CgMxcG,AhMwcHA,CkHjWK+hB,ATvDA35B,ApFuDA25B,AXvDA35B,AVwZG,CyGxZF,A/FAA,A0S5CL,A5BrHA,C/KiKMuV,A/FAAA,A8RlDoBu4B,AcmBzBuP,ACbA+J,C/SyHMh9B,CmCRCqJ,C5DdC,AiNrGA,AqHeJ0U,CtUsFK,A0HvDN,A/FAA,C+FAOhd,A/FAAA,A0PhFJ3yB,AyDAAA,CNoCA,CxUmGE,AgT1FD8mB,ASfyB,AeMzB/J,AvTocTqC,CAAAA,CjBjWgB,A8HAA,AJvDX,A1FuDW,ALvDX,A8RlD+B,AamBnC,C5M+BgBwT,AjG6ElB,AE7EkBA,A2S/BJj4B,ACAD,C9S4GMjH,A8S5GLmN,ACbX,AvTocmBsnB,CjBjWX,AmIAT,ALAkB,AxFAlB,ANAkB,AwSnGJ,AnDpCA,AyDAA,A7Twef/I,CyGxZK,A/FAA,A0PhFW3f,AyDAAA,C9UuIK,AiBkWrB0f,CAAAA,CjBlWU,AuUtFR,AlDjDM,AyDAA,A7TyeDC,CQ5UR,AmCRyB,A0QpGvB,ACAmB,AKlBfzkB,AvD/BgB+E,AyDAAA,C9UuII,A4DcAnI,CnCQCuV,A2RpFEsjC,CkBxBJj1B,AEbtB,C1MmG0B8f,A9FAAA,AgR1Fd8Z,CpPwGL,A4QjHgB,C/SyH1B,AmCR+B,A3CoV9B51B,CjBlWU,AsUtFT,AMlBC,CnT8H8BljB,A6S5GF,AjDjDtB,AyDAA,C9UuIyB,A4UxGnBqf,AvD/Bb,AyDAA,A7TyegB8D,C2CpVR,A4QjHqBwvC,AvTqcbxvC,CmShaoB,AnSgaZ,C2CpVW8G,AwP5EEjkB,CJ5B7B,CAAgB,EvRgH1B,A+SzHG,CpBqC0B,C3RoFc,AmCRjC,AwP5EoC,AmBxB3C,AKlBA,C9MwGiB,A9FAA,A4Bcd,AoPxGyBikB,A4BdL,C9MwGmBA,A9FAAA,AuStFJ,AtTwbvB9G,C2CpV4B,AwP5EjB,AnS+Z5BA,CmSlauC,GJzBd,ClL0FN,A9FAA,AgR1FkBzD,AsBIpC,ExMsFmD,A9FAA,A4BcA,A0QpGFjK,CCAhD,AKlBA,E5BcO,A4Bd4B,ChRsHQ,CoPxGD,A4Bd1C,CNkBD,ItBJgDi+B,MAAxC,EAAgD,KAAKA,MAAL,CAAYh1C,OAAZ,GAAuBwgB,IAAvB,0BAA8C,KAAKza,IAAnD,SAAhD,2BAA+H,KAAKA,IAApI,SAAP,uhBhT0FQ,CAvGG;ACiDZ,AQRA,AT+DE,A4KGJ,AIAA,AGDA,AjEAA,AVAA,A+DAA,AzCFI,AJvDEpG,ArGwDN,A/FCA,AUAA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AqBAA,ALAA,ApImBE,AOtBE,ALvDEA,A4H0DN,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHcM,AEZN,A/DCA,AoDDA,AjBAA,A+KvGM,A+FWH,ACkDE,AG1BmC,AKxCd,AYYxB,ACQA,ACACuqD,AGLD,AEbC,AnC3GD,ACuJFuB,ArB3EE,AyDAA,A7DhCCxlD,AhQwgBuB,GAvgBW,EA2gB/B,CyG5ZAtG,AjG6EAu3B,AE7EAv3B,C+FAC,A/FAA,AqRpDE,ASCA,CAAP,AcoBCuqD,E3QoGO,A8QzGJ,AzD5EHjkD,CnJuKQslB,AJvDA1e,AjG6EA,AOtBA0e,ALvDA1e,A2S/BJmoC,C5M+BK,A/FAA,AsReP,CxSvBI,AiHQI5yB,A/FAAA,AsL9CA,A+FWJ,AqBJA/c,A5BrHAA,ACuJI,AzB3GP,CxP6LQ,AiRlFAwE,CzRiaE2a,CgM1cA,AhM0cV,C6GrWW,AJvDN,A1FuDM,ALvDN,AsL9CM,A+FWJ+hC,AsBIX,AILW,AhC+Bb,AzB3GU,CxQwGIh9B,AT+DI,A0HvDArwB,A/FAAA,AsReT,AqB9CK8G,ACAD,AtT2bWykB,CjBrWL,A4DcA6Y,AqPtDT0X,AsB9CI9uC,AtT2bR,CoTncU,A5BrHA,ACuJI,CM9BH,AqBJA/C,A5BrHAA,AxRwjBgB8pB,CRpaxB,AT+DS,AiNrGF,AyHUEklC,AzD5EflsD,AhQ4gBG,EjBrWkB,A0HvDlB,A/FAA,AsL9CkB,AsHerB,AtT2b8BgnB,CRpaXppB,AwSuBjB,AqB9CH,ACAmB,CvBJC,ACkDLzB,CjTwCC,A4DcZ,AqJnHqB,AyHUrB,CLHG,ACQgBoe,A7B7HhB,ChSoJA,AT+DoB,A8HAA,A9FAA,A4BcA,CnD7ED,AwMtCE,AoHO5B,AEQwBO,A9B7HxB,CzSmNgB,CiTxCb,AqB9CH,AIL0B,C1U2FK,A8HA7B,A9FAA,AiRxCqB,AERV,AmBtCgB,G1QoGK,A8O1EpC,E6B1BG,CvUsFe,AgT1FT,C/FXO,AsHeoB,CvUsFK,A4DcZ,AqJnHvB,A+FW+B,CvS2BH,CiU5BhC,EHKuCvoB,AGLA,EzBmDpC,AqB9CH,ErB8CuC8E,AqB9CMyZ,CCA5C,GtB8CE,CAAyC+2C,CqB9C5C,YrB8CG,oJjTwCa,CAxGJ;ACmDb,AQRE,AT8DC,A4KGJ,AIAA,AGDA,AjEAA,AVAA,A+DAA,ApCFE,ALAC,AzGCH,ArFCA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AqBAA,ALAA,ApIkBgB/2B,AarBd,ANAC,AuHGH,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHeM,AEbN,A/DCA,AoDDA,AjBAA,A+KvGK,A+FWF,AG0CD,ACnBsC,AKvCtC,AYYA,ACQA,AEjB0C,AEYzCG,AjCxHD,ArB6NF,AChJC,AyDAA,A7DzDC,AhQqiBD,G6GxWC,A9FAA,CPuBcH,E0GrBV,A7FAA,C6FACG,A7FAAA,C8QhEGpwB,AsB3BPowB,CjTgHkB,AwPpNnB,CkC+II,ACnBkC,CpTmE7B,AyBqBY,ChBnFhB,AT8DK,AmIAA,A7FAA,C6FACmG,A7FAAA,AsBeA9R,AoPzGLypB,AsBIC3vC,AILD,CAAC,C1U2FE,AmThDA2vC,ATVIyW,AzB7GN,CxP4LK,CzBrBG,E4DeE,AoPzGhB,A0BDWt5C,CjU6BA3Z,AT8DH,AgT1FIwH,AsBIC,CnBsCV,AmBtCWmD,CtUsFK,AmThDJs2C,ChLgDhB,A7FAA,AsBeqBluB,A8Q1Gf,C1U2FG,A0U3FR,CjU6BI,A0H8DkB,A7FAA,CtCAC,CgT1FvB,A0BDmB,CJKb,C1QqGoB,AuP/DvB,CvP+DwB0O,AoPzGJzZ,AG0CC,AmBtCzB,C7TwBsB,CT8Db,A0U3FgBw0B,E1U2FO,AgT1F/B,CAA6B,G0BDV,CjU6BnB,AiU7B+B9d,EjU6BA,E0Sc5B,CvP+DiB,A8Q1GD,CvB2CoBh+B,AuB3CD,KAAKiZ,CvB2CxC,CqBnDqB,ErBmDwB,AuB3C7B,CvB2CpB,CvP+DsD2rB,A8Q1GJtkC,C1BCjD,AG0CmD,AqBnDtB4S,ExBSwByW,G0BDlC,CAAsC,CFZhB,CxBazC,IpPyGG,I8Q1GuDuK,CAAD,kC1BEjC,KAAKrnB,IAD7B,uBAC6CwgD,IAD7C,cACqD,KAAKn6C,OAAL,CAAazE,IAAb,CAAmB,GAAnB,CADrD,umBhT0FQ,CAzGG;AS4CV,AT8DA,A4KGJ,AIAA,AGDA,AjEAA,AVAA,A+DAA,ApCFI,ALAH,AJvDK,ArGwDN,ArFCA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AqBAA,ALAA,ApIiB8BqvB,AapB1B,ANAH,ALvDK,A4H0DN,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHeK,AEbL,A/DCA,AoDDA,AjBAA,A+KvGG,A+FaA,AC+CE,AEPF,ACpBqC,AkBlBtC,ACTwB,ACTkB,AEYgB,AEZ1D,AzEeD,Ac9EE/wB,GhE4DM,CxL+HqB+wB,I0GpBtB,A7FAA,A8QjEMg4B,CnGpCL,CxMuCL,AgBkFgC,AmT5H9B,A3D/DH/oD,ExP2LmC5L,AwR7DjC,AEPIo0D,CzLPI5hD,A/FAAA,AsL9CA,AgElEP,CvJgHQ,A/FAA,CwGuDC2wB,A7FAAA,A0QxFLrR,A4BhBCo6B,CnU0CH,AT8DQ,CS9DPp+B,AT8DQ,A0HvDAtb,A/FAAA,A+SrCkDugB,AzD3EzD,CvJgHQ,A/FAA,AsL9CA,AgG4DT,AG3B+B,AsBxB4B,ChNqCjDhwB,A/FAAA,AsRcT43C,AyBnD2Dh9C,AEZ/D,C5UwGU,AmIAR,A7FAA,CboBM,AwLzHO,CjNqGC,AiRvKP+rD,CvJgHT,A/FAA,AwROc,C1SdhB,AmU1CgB,CnU0CH56B,AT8DD,AmIAS,ATvDA,ApFuDA,AXvDA,AsRcpB,CAAYnpB,AEPM,AuB5C4C,C1U4FxC,CiRvKjB,CjRuKM,AgTxFDo6C,A/B/EQ58B,EjRuKQ,AiNrGtB,AkGqDmBw3B,C1SdxB,CAAsB,A0H8DtB,A7FAA,A2KrG6B,AgG4D5B,ChC9HK,C9IuKyB,A7FAA,A2OvKhC/uC,CgC8HyBua,A2B/D1B,C5UwGc,AmThDO,CHxCb,AGwCyBi5B,AyBxDD,CnU0CJ,AT8DS,AgTxFb,CvS0BK3yC,AwSqB1B,CAA6B,CxSrBR,AiU9B4D,E1BIvDykB,CvS0BKhzB,A0Scb,CAAqB,E1SdxC,AiU9BsF,CAAC4Z,CjU8BlD2Q,AuS1Bf,CAAY9B,CuBEZ,CGNyC,CjU8BtB,CAAC+B,CuS1BpC,CuBEqB3W,CvBFc,CGwCtB,EAAoC,EHxCT4oC,AC+C7C,CxSrBoC,A8TjCf,C9TiC+Bx8C,AwSqBC89B,CEPM0e,CuB5CmC,E1BIzF,CvS0B+B,CAArC,AuS1BsD,CC+CrD,AEPsD,CFOQ8Y,AEPIrU,AuB5CgC,CAAC0Y,E1BIzCnd,G0BJI,CvB4CR,CAAqB,CHxCtB,CAAYh1C,E0BJ8C,CzBmD/G,AyBnDgH,CAAzD,G1BIF,GAAuBwgB,CGwCtB,EAAoCtnB,CHxCrC,KGwCC,GAA6C,CAAjF,CAApB,gBHxCqG,KAAK6M,IAAnD,SAAhD,2BAA+H,KAAKA,IAApI,SAAP,qQhTwFa,CA1GF;AS6CV,AT8DA,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFM03B,ATvDE,ArGwDR,ArFCA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AqBAA,ALAA,ApIgBiD1kC,AanB3C0kC,AXvDE,A4H0DR,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHQsD,AENtD,A/DCA,AoDDA,AjBAA,A+KvGI,A+FaD,AC+CE,AsBvDqB,AGGkC,AEXzD,AxDgHH,AH/KGx3B,AhQqhBF,G2CtWC,CnCW+ClN,E0GnB3C0kC,A7FAAA,C0Q7FG,EvS6BN,AiU7BmB,CjTgHiC,AiThHpD,AzD1EAx3B,ChEkEQ,CjNqGC,A0HvDAszB,AjG0E6CxgC,AE1E7CwgC,C3BuDC,AgTxFJ,A4BhBDyb,A3D/DF,AhQqhBIhiB,CkH9WI,A7FAA,A2KrGA,AhMmdb,CR5aS,AiHOK,A/FAA,AsL9CA,AhMmdkB16B,CjB9WrB,AiB8WX,CkH9WgBmlC,A7FAAA,A0QxFJ8oB,ChTwFK,A0HvDA15C,AjG0EJ,AE1EIA,AVqaevU,CyGrad,A/FAA,AiTjDhB,ClNiDiB8pB,A/FAAA,AiTjDLpiB,C5UwGH,AgTxFK,EhTwFM,Ca3EjBzH,A6GoBE,A/FAA,C3BuDI,AmIAa,A7FAA,C0QxFH,ChTwFK,A4UxGxB,E/T6BQ,AsH2EkB2+B,A7FAAA,A2OvKd3+B,C2D+DWioB,C3HGK,CAAC,AgElE1B,CjRuKM,CmIAsB,A7FAA,AsSxG/B,C5UwGgC,AmIAA6e,A7FAAA,AsSxGH,E3HGD,A+FatB,C/FbK,C+FaqB,C/FbK,GAA1B,CAAV,GgElEmB9T,G9IuKjB,A7FAA,G2OvKuB,CAAChzB,GAAD,CAAvB,C2D+DH,EAAuDsqB,K3D/DvD5c,C2D+DA,CAA+DjG,OAA/D,0Q5UwGS,CA3GE;AagCH,AJcP,AT8DA,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,AzCFA,AJvDQ,ArGwDR,ArFCA,AvBDA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AqBAA,ALAA,ApIeiEmS,AOlBjE,ALvDQ,A4H0DR,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHeC,AEbD,A/DCA,AoDDA,AjBAA,A+KvGG,A+FaA,AC+CC,AERD,AChBD,AoBzC0C,AEazC,AEXA,AxD+GH,AH9KG,AhQohBqC,C2CxWxC,EqJ5GS,CxLyHwDA,GmCH1D,A8Q9GL,AEXA,CnT4HmE,CqGlB5DmrB,A9FAAA,AiLrGA,CxMuCL,AgBgFmEnrB,A2RnFhEm2C,E1LUKhvB,A/FAAA,AwRML,ClGpDM,A+FaL0b,A0BLC,AEXA,A3TqdsC18C,CyGpajC,AjGyEA,AEzEA,AVoaiCA,ER3avC,A2SHN,C3SGO6vB,AqH8DT,AJvDiBxoB,A1FuDjB,ALvDiBA,AwRML84C,AyBvDC,C9MwGK9mC,AJvDA,A1FuDAA,ALvDA,AsL9CA,AhMkdoCrZ,C+RrcnD,AIuBagwD,AnS8asChwD,C+RrcvC0H,A/Rqc2CizB,CjB7WrC,A0HvDAsG,A/FAAA,C3BuDC,A4UxGJgtB,C3HGK,CxMuCnB,AiHOoB,A/FAA,ClBPPp9B,AT8DI,A8HArB,AJvDyBjwB,A1FuDzB,ALvDyBA,AyRVH,CDgBf,AChBgByO,AwBvCV,C5UwGc,A8HAA,A9FAA,AgRxFxB,AGuCmB8mD,EJ4PX,C/S3MU,AgTxFKjuC,AIuBV,AnS8a+BloB,CyGpa9B,A/FAA,AyRVY,AwBvCF,CnU0CvB,AT8D4B,CS9DN,AgT7CX,AxSwdwDA,CjB7WlD,A0HvDaihC,A/FAAA,AqRjC/B,AIuBa,AnS8a+BjhC,C+Rrcf,AIuB9B,CpTiEkC,C0HvDC,A/FAA,AVoakCA,CyGpajCY,A/FAAA,AwRM/B,C1SbuB,A4TjCG,C5TiCF4N,EAAL,AT8DL,A4UxGZ,C3HGA,CjNqGmC,A0HvD3B,A/FAA,AwRMsB,AyBvDC,CnU0CJvO,AwMvCS,EvF8CEoH,A/FAAA,ClBP3C,AiHOI,A/FAA,ElBPiCnH,KAArC,A0SaD,EHvCA,AGuCiD,EHvCIqqB,MAArD,2CACwB,KAAK9c,IAD7B,uBAC6CwgD,IAD7C,cACqD,KAAKn6C,OAAL,CAAazE,IAAb,CAAmB,GAAnB,CADrD,+BACiG,KAAK5B,IADtG,0HhTwFkB,CA5GP;AS+CV,AT8DA,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFM,ALAJ83B,AJvDMtE,ArGwDR,A5GAA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AqBAA,ALAA,ApIc6Ej4B,AajBvE,ANAJu8B,ALvDMtE,A4H0DR,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHeE+G,AEbF,A/DCA,AoDDA,AjBAA,A+KvGI,A+FeD,AC6CA,AERC,AChBF,AK1CA,AYW+B,AEFP,ACLvB,AEUA,AEXA,AxD8GH,A2BqME,A9BlXA,AhQmhB6EpN,E6G5W7E2K,A9FAAA,A4BeAyC,A6OjP2B0nB,EhRmPgD1mD,GwRzGpE,CnLwFD,AJvDAi4B,A1FuDA,ALvDAA,AsRjCN,E9KwFQkE,A7FAAA,A8QjEHwxB,AK1CD,C3L2GKpxB,AJvDA,A1FuDAA,ALvDA,AsL9CA,CvF8CC7F,AjGwEyE,AExEzEA,C+StCJgd,AEXAA,A7BmTC3vC,CtR1L8E/D,AwLtHzE,CjNqGC,AiNrGA,A+FeL6qB,ASrBC6oB,CzT2GK,A0HvDR,A/FAA,CmGuDS,AJvDA/c,A1FuDA,ALvDAA,AiCsEA,AuPhEN5yB,ChLiDO,A7FAA,CtCAH,A0U7FZ,AEXA,A3ToduF/M,CyGnalF,A/FAA,AiCsEY,A8Q5GLmhD,AEXAr3C,A7BmTC,C/S3MK,A8HAA81B,A9FAAA,AiLrGP,AmGoCZ,AK1CI,AVsTW/0B,CrLlQK80B,A/FAAA,A8RpDJwhB,CtL2GKviB,A7FAAA,A2KrGA,CjNqGR,AmTjDG,AChBG,C1LUI,A/FAA,AwRMN/zB,CnTiDO,A0HvDAjK,A/FAAA,AsL9CZ,A2HHX,ChU0DM,AqMvDL,AyHQD,AEXoB,C5UwGR,AmIAa,ALAA,AxFAA,ANAA,A0S7FJ,A3BwSf,C7S/SEgmB,AiIoGkBue,ALAA,AxFAAA,ANAA,AgRtFd2c,ASrBT,AaoBK,CtUuFmB,A4DeA7uB,AwPhFJ+8B,AK1CC,AVsTzB,ErLlQoB,A/FAA,AwRMX,CuB5CkBn2C,CvB4CzB,AyBvDD,ClNiDgCxS,A/FAAA,C3BuDpB,A0HvDP,A/FAA,AiCsEY,AwPhFC,AwBvCW,CzMwG1B,A7FAA,A8QjE2BmI,AsB5B9B,C1U6FmC,A0HvDA,A/FAA,AiCsEA,AoPrG5B,C7KsF6B,ATvD/B,ApFuD+B,AXvD/B,AqR/BkB,A0BPSxK,CEXhC,ClNiDsCg8B,A/FAAA,A8RpDnC,EvTOmB,AwH6CjB,A/FAA,A8RpDgCpgC,AiBcrC,C1BO4BqyB,AIqBV,AsB5BoB,CtB4BC,EtLiEd,A9FAA,C8FA1B,A9FAA,C8FDyB,A9FAA,AyR1GrB,AiBcwCypB,C5M6FI,A9FAA,AgRtFxB,CAAYh0B,ESrBY,CAAhD,CiBcuC,C1BO/B,ASrB2C,AiBcAkW,E1BOR,G0BPJ,CAAmB,C1BOV8d,AIqB7B,EAAyC,AoBtCrB,EpBsCpB,AsB5B4C7iC,E1BOvD,AIqBwDrK,EJrBR,A0BPjB,CAAtC,I1BO4DktC,AIqB1C,CAAsD,KJrBjB,CAAYh1C,OAAZ,GAAuBwgB,EIqB5D,EJrBqC,AIqBqC,EAA1E,CAAnB,uBJrBsG,KAAKza,IAAnD,SAAhD,2BAA+H,KAAKA,IAApI,SAAP,g+BhTsFY,CA7GD;AESW,AWwBvB,AD8BO,AZ+CL,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFQy3B,ALAN,AJvDM79B,ArGwDR,A5GAA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AqBAA,ALAA,ApIac,AahBN69B,ANAN,ALvDM79B,A4H0DR,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHeI,AEbJ,A/DCA,AoDDA,AjBAA,A+KvGG,A+FeA,AC6CD,AERE,ACfF,AK3CC,AYU8B,ACStB,ACFR,ACdsC,AEWtCu3B,AEXA,AxD6GH,A2BsME,A9RgKqE5+B,GQ3VrE,AwLvHO,IhMkd+B,CkH3WhCklC,ATvDA79B,ApFuDA69B,AXvDA79B,A+StCLu3B,ChNsCM,A/FAA,AsL9CA,CmGqCFg4B,AiBjCgB5a,CzQgHZ/oB,E/C5FF,AsH6EI,ATvDA+N,ApFuDA,AXvDAA,AsL9CA,AmGqCX,AsB7BM,AEXA0b,CFWC,ChNsCD,A/FAA,A8RpDE3vC,CtL2GMkzB,A7FAAA,A8QhEH,AiBjCoB,AGPnB9F,CxUwGG,A4DeA,C/C5FHvH,Ab6EI,AiNrGA,CyHQJ/Y,AEXX,CAAYnS,C5UwGE,AiNrGI,AmGqCnB,CjLgEoB,A7FAA,AmR3GL,CzT2GM,AmIAAnD,A7FAAA,AmR3GLyG,AiBcV,CAAL,C7TgBM,A2T3BgC,C3T2BnByW,Ab6EL,CmIAD,A7FAA,AoS7FM,AEXnB,C5UwGyB,AmIAAyjB,A7FAAA,CzB7EnB,A+C4FoB,A6P1HnB,AiBcP,C7TgBwBjlC,Ab6EV,A4UxGSioB,CnBHvB,CzT2G6B,Ca7EvB,AsH6EO,A7FAA,AsBeZ,CgRvHD,C/T2B6B3c,AsH6EG45B,A7FAAA,AsSxGH,G5UwGf,Ca7ER,CAA6B,Ab6EE,CiNrG/B,E9EqGO,A7FAA,A2KrG2B,C9EqGnC,A7FAA,MpCpGgB,AWuBejlC,KXvBVgmB,AWuBS,EAAW,A+T3B9C,EAAqD8X,M1UG/B,AqUWe,CKdrC,CAA8Dt2B,OAA9D,uO5UwGc,CA9GH;AESW,AWyBtB,AJeA,AT8DC,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFQy9B,ALAN,AzGCF,A5GAA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AqBAA,ALAA,ApIaE,AahBMA,ANAN,AuHGF,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHeG,AEbH,A/DCA,AoDDA,AjBAA,A+KvGI,A+FeF,AGqCC,AM1DA,AcgBqC,AGFrC,AEXA,AnC8EH2sB,ArB8BA,A2BwMC,A9BnXA,AhQmhBA,G2C/VC,GnCGIjzB,CmT3HG,CzM2GDsG,A7FAAA,G2KrGG,ExLqHE,AmTxHJ,A3D/DDx3B,CjRuKM,AiNrGA,AwF2EA,ChSpCJZ,AT8DK,AiNrGA,AwF2EAwE,CtK0BC,A1GgBAitB,AahBA,AiS3FFjY,AtD5Eb,C2D+DY,C5UwGC,AyS1Bd,CtK0BmB,A7FAA,CtCAC,CmIAZ,A7FAA,AmQ1Ba,ChSpCJ,AmU1CC0nC,CnU0CApjD,AT8DJ,CuU3F0B,CvU2Ff,C4UxGZ,C5UwGC,AyBgBa,CAACi0B,CzBhBC,CS9DnB,CAAiB,AwMvCI,A2HHJ,CnTwHX,AwLrHgB,CxLqHCF,EzBhBnB,EAAuB,AiNrGN,CxLqHf,AwLrHF,AwF2Ed,ChR0CE,CwLrHsC,GAA1B,A2HHL,C3HGL,C2HHqC,qL5UwG3B,CA/GA;AamCX,AJcyB3+B,AGe1B,AZgDE,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFO,ALAL,AJvDM,ArGwDR,A5GAA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AqBAA,ALAA,ApIaE4+B,AahBK,ANAL,ALvDM,A4H0DR,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHeC,AEbD,A/DCA,AoDDA,AjBAA,A+KvGG,AmGqCD,AiBlCA,ACSA,ACFE+yB,ACdA,AICD,AxD2GH,AH1KC,ExPuLC/yB,CwLvHO,KmGuCH,C3RgFG,AwLrHA,CxMsCmB5+B,AgB+ElB+I,EiGvEE3B,A/FAAA,A4SpCRuqD,AKbGlqD,CnUyCwB,AGetB,A8GPI,A/FAA,AsL9CA,AoHGJs0C,ACSA,CtUyFK,CS/Dc/7C,AT+Db,AoThEF,AXyCE6xD,CxF9EC,AuHJR33B,E/T0CmB,AGeblJ,AZgDA,A0HvDI,AjGuEhB,AEvEgB,A2SlCJyrB,C5MkCN,A/FAA,AsL9CW,AoHGJ,AOND,C5UwGM,AiNrGP,A2HHE4f,ClNiDM,AjGuEAtzD,AEvEA,AyRTH0zC,CxSgBT,A2T3CK,CvU2FA,AiNrGS,AsHURyJ,CFPK,ACSX,C1TyCa56C,AZgDG,AsUzFJwzC,AEhBjB,CvHIS,CjNqGC,AoThED,AoBzCM,CpByCM5B,CxSgBhB,AZgDoB,AyBgB3B,CbhE0B,AyTlD1B,CpHH6B,AqHYtB,ACFL,CDEyB,ACFJ52B,GvU2FX,EAAuB,AoThExB,AkBzBqBmuC,AMf/B,CxBwCiClmD,CwBxCF,CxBwCrB,AmB3BT,CnB2BE,CvSbcrO,AD6Bc,IwShBU,CkBzBf,CzTYH,AyTZmBqP,CzTYlBzO,EoMxBlB,EpMwBW,AoMxBiC,CpMwBpB,CyTZJ,CAAwB,ClByBnD,EAAuD,CvSbpB,CAACiyB,OyTZT,EAAsC,MzTY/C,CAAjB,UyTZ0B,CAApB,EAA8E,KAA9E,EAAqF,KAArF,EAA4FznB,IAA5F,CAAiG,KzTYlD,OyTZwD,qftUyFlG,CAhHA;AESW,AW0BjB,AJcyBrL,AGgB9B,AZgDC,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,AzCFE,AJvDQ,ArGwDV,A5GAA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AqBAA,ALAA,ApIaE0+B,AOhBA,ALvDQ,A4H0DV,ANAA,A6FFA,ACCA,AFAA,A9KFA,ADEA,A/DCA,AoDDA,AjBAA,A+KvGI,AkGmDF,ACdC,AK5CD,AYUA,ACSC,ACFC,ACdC+8B,AEYH,AEXE,AxD0GJ,AnQwWC,EQ1VC/8B,I4ShHD,C5SgHM,CAACF,EhBhFyBx+B,CwMrCtB,AyHQJw8C,CtB6BCS,CDcCpwC,AM1DAA,AxSsdCjK,CJxbI0L,A6GuBAwyB,AjGuEZ,AEvEYA,AsL9CA,AuHJT26B,AvTmdJ,CR1aqC,AGgB5B,AqMrDK,A2HHNjf,A3TkdiB35C,CJxbV,A6GuBA,A/FAA,AViaf,CR1agC7C,AgBgFhB2+B,AiT7Gf,CAAYD,AzTucsB57B,CAAnC,CkS5Ze,AM1DA,AeGL,C5TyDG,AZgDO,A0HvDAi+B,A/FAAA,AwRKJj2B,ACdd,AK5CcH,AeGLs7C,AICR,A3TkdgCnjD,CL1ZrB6sB,AZgDO,A4UxGNnoB,CFWd,ChNsCsB,AjGuEtB,AEvEsB,AyRTJ,AsB7BCk3B,C1U6FA,A0HvDIh+B,A/FAAA,AsL9CX,EjNqGa,AiNrGA,AkGmDlB,CAAgB,AM1DhB,C7S4DC,A4TzDL,AEYH,AEXE,ChUwDmBkqB,AZgDF,AiNrGP,AmGqCW4xB,AK5CvB,AeGoBviB,C9MkDZ,A/FAA,AsL9CN,CjNqG4B,A4UxGLjS,ClNiDM,A/FAA,AsRalB,CrSNL,AZgDW,CYhDQ,CZgDO,AoThEhB,AwBxChB,C/T0BI,AuScwBi1B,AwBxCC,EJD5B,E5TyD4B,CAAC1qB,AZgDb,EAAuB,EoThExB,CAAuBjkB,EAAvB,CxSgBV,AwShBP,ExSgByC,OgUxDxC,CzBsDK,CAAP,AyBtDuD+b,MAArD,CAA6D7iB,OAA7D,8pB5UwGiB,CAjHP;AEUZ,AOuCyB,AGgBkB3G,AZiDzC,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFMmtC,ALAJ,AJvDU,ArGwDZ,A5GAA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AqBAA,ALAA,ApIaE,AahBIA,ANAJ,ALvDU,A4H0DZ,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHeA,AEbA,A/DCA,AoDDA,AjBAA,A+KvGG,AgG2DD,AERA,ACdC,AK5CD,AaoBC,ACfuB,ACFrB,AEaH,AEZExmC,AxDyGJ,AnQwWmD,GgMhd1C,G9EuGHwmC,A7FAAA,G7BjEI,AgBiFDrP,AmCDAmG,AqJpHA,CxMoCN,AGgB0CjkC,AqSOvC,A2B9DF2G,A3Tid+C,EmSza3C8G,AkBxBD,ArTickDzL,CgM7crD,AyHQKgK,AzTqcgDhK,CL1ZR,A8GNnC8Q,A/FAAA,AyRTX,C1LSS,A/FAA,AsRaD6oC,CrSPwC,AZiDnC,AyBgBd,AwLpHK,CjNoGU,A4DejB,AwP/EaluC,AwBxCF,ChRuHO6K,A0QvGP,AMhBCijD,CxBwCT,AkBxBS5f,CtUwFI,AmIAI,A7FAA,AoS5FJ,CzHRJ,AgG0DN,AyBlDW7xC,C1U4FK,AiNpGT,AgG0DKs2C,C9K0CK,A7FAA,EtCAP,A4DehB,A0QvGO,ArTicsEn+C,CqTjc1Dm+C,ArTicgC,CjBzWxB,AmIArB,A7FAA,AsBeqB,A3C0VwB,CyTrc1C,C1U4FO,AiT1CV,AyBlDoB,AzTqcmE,CgSnZlE,CjT0CI,CgTvFjB,CsBDP,CAAqB,CMhBxB,A3Tid+F,EjBzWnF,CiT1CV,CjT0CiC,AiByWgEl+C,CgSnZlErC,CqB9C9B,EAA8BA,ErHZjC,CgG0DE,EhSmZ6F,CgM5c/F,AgGyD0C,AqB9CvC,ArTic0G,CgSnZ/G,EhGzDK,AgGyD0C,AqB9CH,CAA3C,EAA8C,ErHXrC,M/ML6B,iB+MGhC,EAGL,EhM2c+F,CAAN,++BjBzW7E,CAlHF;AEU2B,AW0BrC,AJcD,AGeyC,AZkDxC,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFK,ALAH,AJvDU,ArGwDZ,A5GAA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AqBAA,ALAA,ApIaC,AahBI,ANAH,ALvDU,A4H0DZ,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHeE2kC,AEbF,A/DCA,AoDDA,AjBAA,A+KpGI,A+FWF,AC6CC,AqB9CC,AChBsB,ACDtB,AEYwB8c,AEXxB,AxDwGJ,AnQ8VCliD,E2C/UColC,KnDzFO,CAAP,AmDyFM,A8Q5GoB8c,C9T2ClB,AgUzDP,C5BoBG,CpSqCoD,AgDiE/C9c,AqJjHA,CgGwDF6pB,E/S/DI1nD,AW0BL,AyTTEwhB,CILyB,AEXzB,ClNiDM3U,A/FAAA,CfK8C,A8GL7C,A/FAA,AiCsEA,AoPtGJ,A0BNwB,C9T2C0BpR,A8GL7C2B,A/FAAA,AsRaH,AqB9CD,ErHVV,C/MPqC,AW0B1B,A+C8FM86B,AqPzDH,AqB9CD,C5MiCL,A/FAA,AqRhCM3M,CpSqCR,AZkDa,CYlDpB,AZkDqB,A0HvDA,A/FAA,EsRaDypB,CpSrCJ,Ab+EI,AsUxFF,CzTSD1pB,A+C8FQ,AoPtGtB,AsBDgB0pB,CtUwFO,A0HvDAp9C,A/FAAA,AiCsEA,G5DfN,AiT1CL,CvLbM,A/FAA,AqRhCK,AC6CC6hD,CjT0CI,AsUxFjB,AjDjDM,AyDAA,CRiDMA,CtUwFN,A0HvDa5sC,A/FAAA,C+FAC,A/FAA,C3BuDC,A0HvDAzP,A/FAAA,EsRapB,CAAqB,CvLbf,A/FAA,A2SjCP,CzTSF,A6GwBH,A/FAA,A2SjC0B,CzTSF0J,Ab+Eb,AgTvFrB,EnSQa,Ab+E+B,AgTvFJ,CpPsGd,C/C9FYiT,A6GwBQ,A/FAA,AiCsE9C,CADyB,AqPxDT,CrP2DhB,A0QzGe,CzTST,AoSqCyC,CqB9CF,C5MiCMniB,A/FAAA,GdxBL,AoSqCMo9C,CvLbN,A/FAA,C2SjCG,CAACA,C5MiCQ,A/FAA,EsRaX,CAAYyE,EvLbI5gB,A/FAAA,A2SjClB,CzTS3C,AyTTuD4gB,EzTSC,C6GwBA,A/FAA,CsRaX,CAAqB,CvLbE,A/FAA,C2SjCzB,CAAqB,E5MiCpB,A/FAA,GsRaC,EAA+BvgD,AqB9CjC,EAA8BA,IrB8C5B,EqB9CF,CrB8C0C,CAAvE,CAAf,AqB9CmF,CAArE,CAAb,2xBtUwFmB,CAnHT;AaqCTV,AJcH,AGeC,AZkDC,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFG,ALAD,AJvDS,ArGwDX,A5GAA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AqBAA,ALAA,AvHHG,ANAD,ALvDS,A4H0DX,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHiBE,AEfF,A/DCA,AoDDA,AjBAA,A+KpGG,A+FWA,AIuBA,AmBzCuB,ACTkB,AEoBlB,AEVtB,AxDuGJ,ACxIE,AyDAA,G3M8HA,A7FAA,A2K5FO,IrMmDA,A8T1CA,C9T0CP,A8T1CA,CvM8FO,A7FAA,A2KlGA,CmGkCF,A/BzECuM,AyDAAA,CpN+EE,A/FAA,CdrBLvM,CoMnBQ,EjNkGE,AgTvFL6M,A4BjBD2vC,C5UwGO,AiNlGA,CpMmBN,A6GwBO,A/FAA,AyRTH,C/BzEE,AyDAA,C9UyID,Ca/EF,Cb+EQ,AiNlGA,A2HNjB,AvDjCe,AyDAA,C7HuCG,A+FWL,A4BjBD5yC,C5BiBEe,AIuBCsyC,A/BzEjB,AyDAA,C9UyIa,Ea/EE,Ab+ES,Ca/ERnqB,AFGT/yB,AwPbOA,CnQyFD,A4UxGX,CAAoB,C5UwGM,AgTvFpB,ErSWIC,AqSXX,AIuBW,AjDzBO,CiDyBQ02D,GpTgEd,AoThER,AwBxCH,E5UwGkC,A4UxGL,CjU4BZ,EySYgB,CvSfxB,A+TzBT,C/TyB8BpoD,EAArB,AoMnBA,EpMmByBiT,EoMnBW,CpMmBpC,CAA6Bnd,CoMnBU,AmGkCjD,EAA+C,CvSfrC,CAAmC,CoMnBS,GpMmB5C,EAAyCrE,GAAzC,EAA8CC,KAA9C,CAAR,IoMnBI,EAAsE,+LjNkGhE,CApHD;AEWX,AW2BE,AFEgB,AFapB,AGcC,AZkDE,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFIguC,ATvDQ,ArGwDZ,A5GAA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AqBAA,ALAA,ApIaArR,AahBIqR,AXvDQ,A4H0DZ,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHiBE,AEfF,A/DCA,AoDDA,AjBAA,A+KpGI,A+FWD,AC4CA,AGrBC,AkBxBA,AClBsB,ACTkB,AEqB1C,AEVE,AvDjCF,AyDAA,A3EgDA,AlPqbD/tC,IkH5VG+tC,A7FAAA,ArB4VH/tC,MqTpbG,AnEDE,AlPqbLA,CgM9bU,AoEvCJguD,AyDAAA,A7TqeC/tD,CQ5UI,AwR3DL,CxR2DMyC,CvB1HN,AF0GO,AoThEL+zD,ClT1CDlvD,AF0GO,CiNlGX,AqHUI,C5MiCSpI,A/FAAA,AsRYL6gD,AGrBR,AkBxBKzD,AnEDI,CnQyFC,AmIAI,A7FAA,EtCAE,AoThEL,A/BzEb,AyDAA,C3MyImB,ATvDT,ApFuDS,AXvDT,A0PlFM,AyDAA,C5U+BH,AuB0Hf,A0OzGkBR,CjQjBFntC,AF0GF,AyBgBS+e,A6SxGnB,C5MiCoBvZ,A/FAAA,A2SjCRqqB,CtUwFS,AmIArB,ATvDQ,ApFuDR,AXvDQ,AVmZXz+B,CgSvYM,AGrBag9C,AnS4ZGhxB,ChBrZA,ADyDT,AyBgBd,AwR3DsBijC,A2B7Df1nD,A3TocNvH,EjB5V4B,AmTnDlB,AM1DA,AYUO,ACWd,ArTob4B,CQ5UF,A6SxGP,CjDjDJ4C,AyDAAA,C5U+BX,CAAkB8jB,A+S+DnB,C2B7DH,C5UwGU,AoThEC,AjDzBF,CiDyBiB+vC,AwBxCd9sC,AzEegB,CnQyFK,EyBgBEgE,AwR3DL,AGrB9B,A/BzEc,AyDAA,CFiCd,C1UFI,A0UEc,AvDjCU,AyDAA,A3EgDKquB,AlPqbpCh8C,CftcmCymB,CuB0HN,AR4UE,CQ5UY/M,GmTxHxC,CnTwH0B,CmTxHD,CnTwHqB7Q,AwR3D/C,C9C9C6B,C8C8Ce,A9C9CE,EjQjBzC,CAAL,EAAgD,CuB0HrB,EAA8B,AmTxHxD,EzEe4B,CAAnB,CAAP,KAA4D,WAAhE,EAA6E,woBnQyFjE,CArHA;AEYV,ADiDF,AYtBE,AD8BH,AZiDG,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFG,ALAD,AJvDUuL,ArGwDZ,A5GAA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AqBAA,ALAA,ApIaE4oB,AahBC,ANAD,ALvDU5oB,A4H0DZ,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHkBE,AEhBF,A/DCA,AoDDA,AjBAA,A+KpGG,AgGwDC,AEVO,ACZP,AK7CF,AYUA,ACWG6vC,ACnBqB,ACTkB,AIYxC,AxDsGJ,ACvIG33C,AyDAAA,A3EgDA,AlPqbAvM,EQ5UDi9B,CwLpHO,GnFoGHsH,A9FAAA,Af4VHvkC,EoQreAuM,AyDAAA,C7HuCM,ChNyCH,AoU1CE6tD,CZVD,AxSycJp6D,CyGnZSqU,A/FAAA,A2SjCP6vC,AnEDE,CzIkCM,A/FAA,AsL3CA,AhM8bVlkD,CjB5VW,A8HAA,AJvDA4pB,A1FuDA,ALvDAA,AVmZJ,ChBrZC5E,ADyDI,AyBgBA,AgS7HJxkB,AmBKFg8C,CnTwHO1zC,AwLlHA,AwGXJ,ApC5BD,AyDAA,ChNyIM,A9FAA,AqSnGF,ACWL,AjDjDEhE,AyDAAA,C9UyIE,A0HvDF,A/FAA,CzBnDD,AuTHI,AaqBHkkB,AnEDE,ClQgCR,ADyDc,AqUnGF,C3M4CG+X,A/FAAA,AsL3CA,A2HNjB,AvDjCD,AyDAA,C7HuCmB,A2HNNv5B,AvDjCE3E,AyDAAA,C9UyIJ,CE1GV,AwHmDoB,AjGuET,AEvES,A8RtDJ25C,AtDoBDR,CnQyFM,A0HvDA9sC,AjGuEvB,AEvEuBA,A0S5CFstC,CpU0CAh4B,CDyDT,EAAe,A4UxGzB,ClNiDiB,A/FAA,A8RtDN,ApC5BW,AyDAA,CpNkFKsc,A/FAAA,A8RtDJmgB,AYUT,AhDtCSyE,AyDAAA,CTsCGvG,AOLHn3B,C9MwGMqd,AJvDZ,A1FuDYA,ALvDZ,C+FAT,A/FAA,C3BuDE,CCzDmB,A2U/C7B,C3U+C8BxgB,ADyDG,A4UxGJ,AzEenB,CsDpBC,AtDoBkB,CrIyF/B,A9FAA,AyR7GkC,GxToDlC,AgNzCW,AoEvCK,AyDAA,C3EgDoBo3B,ClQgCG,AoU1CvB,AhDtCf,AyDAA,CTsCyC,CpHCE,GAAG,CwGXlC,EAAkCv7C,AYU/B,ClEUe,ClDTqB,AoHDD,AlEUH,IsDpBnC,AYUG,CAAhB,AOLE,EnBLsD,AmBKDo9B,CnBLvD,EAA2Dt9B,AtDoB5B,CsDpB6B,AtDoBhD,EAAiDT,CyEf3D,CnBL8D,AmBKAyH,CnBLhE,AtDoBY,CAAP,CsDpB8DhH,CAAC,EAApE,CmBKE,AzEeoE,ClDT/D,AwGXiE,ExGWK,QkDS5E,EAAkF,kInQyFvE,CAtHA;AEaV,ADgDqC,AUpBvC,AX8EE,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,AzCFE,AJvDS,ArGwDX,A5GAA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AgBAA,ApIaE,AOhBA,ALvDS,A4H0DX,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHkBE,AEhBF,A/DCA,AoDDA,AjBAA,A+KpGI,A+FUF,AC8CE,AQnED,AamBoB,AE3BqB,AIaxC,AvDjCD,AyDAA,A3EgDC,AlPmb4B,KAA/BP,C6G1VK,A9FAA,C8FACskC,ArGgBA7W,AOhBA6W,AqP3IL,AyDAA,ErT2JA,CAAQ5qB,CwLlHC,AqHQP,CbnBKqP,C9S+BA,AqSVAnc,CvRwGP,AwLlHY,CnFkGR,A9FAA,AiLlGS,CxLkHC4xB,AgS7HH,CtDoBF,CxPWGld,AX8EI,CAAC,A8HAA,A9FAA,AyR7GH,C3L6GIumB,A9FAAA,AiLlGN,A+FUE,CrSUP,AqSVQh9B,CrSUE/K,AX8ED,AiNlGI,AkDSNi8C,ClDTF,CjNkGU,AiNlGpB,AwGXiBQ,C9S+BZ,Ac8FgB,CAAC,Cd9FFnxC,AX8EN,AgTxFT,EhTwFoB,AgTxF3B,CvRwGuB,AgS7HT,C9S+BP,AX8ES,AyT7GU41C,C9S+BE,Ac8FEtnC,CzBhBC,E8HAE,A9FAA,AmOzFxB,CrIyFyBvV,ArGgBX,AOhBWA,AmOzFN,E1OyGQ0E,AgS7HtB,CzT6GE,AyT7GmB,C3L6GjB,A9FAA,ChCAqB,A8HAAg8B,A9FAAA,AmOzFNmX,CxPWJjrB,Ic8FN,CAAvB,EqGhBkB,A9FAA,CyR7GJ,C3L6GmC,A9FAA,AmOzFrB,CsDpBoBxwB,AtDoBH,CsDpB/B,C9S+Bc,A8S/B3B,C3L6GiB,A9FAA,CrB9E4B,AmH8E9C,A9FAA,E8FAwD,A9FAA,ImOzF5B,CAAnB,ErIyFsD,A9FAA,AmOzFLT,GAAjD,CrIyF0D+kC,A9FAAA,AmOzFjE,QrIyF6D,A9FAA,C8FAa3rB,A9FAAA,O8FAb,A9FAA,C8FAP,A9FAA,4wDhCAxC,CAvHJ;AEcX,AW0BA,AFEA,AX8EC,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFE,ALAA,AzGCF,A5GAA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AgBAA,ApIaE,AahBA,ANAA,AuHGF,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHkBE,AEhBF,A/DCA,AoDDA,AjBAA,A+KpGG,A+FUD,AC8CE,AEXF,ACXC,AiBpCD,AEIC,ACtByC,AIczC,AxDoGH,ACrIE,AyDAA,A3EgDE,GlDXK,InFoGFsoB,A9FAAA,A4SjHE,EzMiHAwM,A1GgBA,AahBAA,A2KlGA,AkDON,CgDsCKgoB,ACXD,EpTgEK,CAAC,AyBgBX,AwLlHW,AsHELzZ,AKRC,AvDjCA3vC,AyDAAA,EjUyDC7M,AsPTA,CnQyFE,AiNlGI,CmGkCFw2D,AwBxCD,C5UwGK,CuUhGf,C1TgBA,A0ThBY93B,AlDzCC,AyDAA,C9UyIJ,A8HAV,A9FAA,AiLlGmB,AkG6CF,A9BpFFpyB,AyDAAA,CFiCCyhD,C5UwGK,C8HAC,A9FAA,AmRrDF,A9BpFb,AyDAA,C9UyIG,AmIAa,A7FAA,AiShGtB,AlDzCmBxhD,AyDAAA,C3MyII,A7FAA,AiShGJ,AKRT,C5UwGc,AoThEpB,CtLgEqB+4B,A9FAAA,CmRrDDkX,AuB1ChB,CvM+Fc,A7FAA,CsSxGE,CzMwGKxX,A7FAAA,A8QhEH,CpTgEjB,AqRzIH,AyDAA,CzDAP,AyDAA,C9UyIiC,AmTrDb,CAAYic,ChLqDT,A7FAA,E6FAchc,A7FAAA,C+RpGjBhlC,CvMoGE,A9FAA,C8FAkBkZ,A9FAAA,CmRrDpB,ACXnB,CnGlCM,AkG6CkC,AyBnDlC,CxBwCiC,CnGlCI,AoHFlB,AOJc,CzMwGjB,A7FAA,A+RpGItY,ElMoGoB,ALAzB,AxFAyB,ANAzB,E8FA2B,A9FAA,AqSpG7B,CAAau5D,ElMoGV,A7FAA,CwFAD,A9FAA,CmGAgCpsB,A7FAAA,CwFACzJ,A9FAAA,AmRrDnC,EAAoC,AkB/CpC,CAApB,IlB+C6DiY,CrLqDvC,A9FAA,C8FAtB,A9FAA,C8FZyB,A9FAA,C8FYyC,A9FAA,EmGA3C,A7FAA,A6QrDiC,ChLqDxD,A7FAA,A6QrDoEyE,OAAZ,CAAqB,aAArB,EAAoCvgD,GkB/CjD,GlB+Ca,GAA6C,CAAjF,CAApB,q7BnTqDU,CAxHE;AESW,ADqDtB,AYrBA,AFEA,AX8EC,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFC,ATvDS,ArGwDV,A5GAA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AgBAA,ApIaC,AahBA,AXvDS,A4H0DV,ANAA,A6FFA,ACCA,AFAA,A9KFA,ADEA,A/DCA,AoDDA,AjBAA,A+KpGI,AgGwDA,AEXF,ACXE,AKhDsE,AYWnE,ACaH,ACRAgxD,AGAO,AERR,AxDmGH,ACpIE,AyDAA,A3EgDE/Y,AlPqbH,CkHhXD,A1GgCA,AahCA,E6FoBG,A7FAA,IzBxFM,CAAP,AIobGhe,CAAAA,CsT5bD+2B,CtHFO,AkG6CJlV,CnTqDK,AoThEJ,AiBrCKmd,ApTicG15D,CjB5VH,A4UxGLu8C,C3HMM,AgGwDJ+Y,AqB9CF,CrHVO,CjNkGH,CmTrDV,AkBhDgB,CrUqGA,AmTrDJ3rD,AlSiZE3J,CmS5ZD,AwBxCZ,A3TocoBuqB,CqTpbX,ACRE,AKRChjB,C5UwGH,AsUxFCg1C,CrU6BV59B,AsUrCaoK,CvUgGO,CmTrDrB,CnTqDU,AmTrDU,ACXFi0B,AnS4ZJh9C,CwS1c0B+oB,CzT8Gf,AsUxFnB,AMhBL,CNgBiBi4B,CrU6BV,AgBuZuB,CwS1ca,AmBMpBj5B,C3U6CftC,AwTnDoC5W,CRoEnB,CjT0ChB,AmQzFGotC,CiDyBA,AwBxCZ,C3U6CA,AD2DgC,AiT1CH,AGtBF2B,AkBxBtB,AMhBwB,CnBNU,AasBb,CbtByB,AtDqBlD,CkEZG,CpTicoCt9C,CwS1cD,AxS0cT,CwS5cyC,CRsEnC,AhSsYIA,CgM9bA,CAAC,EmGkCpC,CnGlCuC,AgGwDH0/C,CEX1C,ElG7CgD,AkG6CH,ClG7CJ,AmGkCG,AkBxBtC,ErHV6C,AqHUPv/C,CnBmC5C,ElG7CsD,AgGwDjB,CAAewuD,A2B9DnD,E3HMwD,AqHUnD,AMhBgD7kC,C3HMb,CAA7B,CmGkCV,AkBxBmD,CrHVQ,AgGwDxB,AqB9CnC,CrHVU,AmGkC6C,CnGlCvD,AgGwD0DmrC,AqB9CJ,AMhBvD,CAA6DhuD,O3B8DhC,A2B9D7B,AzEgB6BzH,GAD5B,E8C+CuE,UAA3C,IAAyD,OAAO,KAAKkgD,A9C7ChG,S8C6C2F,CAAeiP,MAAf,EAAuBgG,QAA9B,KAA2C,UAArG,IAAoH,OAAO,KAAKjV,SAAL,CAAeiP,MAAf,EAAuBgG,QAA9B,KAA2C,UAA1L,c9C/CA,EAGC,u7BnQsFO,CAzHE;AESW,ADsDtB,AYrBD,AFEC,AX8EC,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,AzCFE,AJvDO,ArGwDT,A5GAA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AgBAA,A7HHE,ALvDO,A4H0DT,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHiBE,AEfF,A/DCA,AoDDA,AjBAA,A+KpGG,AkG6CD,ACXG,AKjDqE,AYYvE,ACaE,ACViB,ACZnB,AIMA,AxDkGH,AClIC,AyDAA,A3EkDK,Ae5JN,AjQ6kBqD,GgM/b5C,GrJqHH,CkEjBC70D,A9FAAA,A4BiBAynC,AgR3HE,C1DxIT,CjEgJS,AsHAN,EtT6buD,CNzanD,A6ThCE8vB,CrByDA,AkBhDDpb,AOHC,A1D1IT,EpJkPE,A9FAA,Af2V4Dh8C,CmS3ZpD4uB,AkBxBC8rC,ApD1JX,AjQ6kB8D16D,E6G3V5C,A9FAA,AmRrDJg8C,CxSzBAxrB,AX8EK,AqUrGhB,ApTgc+D,CjB3V9C,AqUrGLupC,ApTgcsC,CmS3ZhD,CtLgEH,A9FAA,A4BiBoB,A3C0U+C/5D,CjB3VlD,A4DiBI4D,AsNnQvB,AjQ6kBqE5D,CkShZ5D,ACXS,AlClLlB,ClRkPyB,AmTrDJq+C,ClSgZoDp+C,C2C1UlE,C5DjBY,A4DiBSqkC,A4Q/HH,ExU8GK,AoThEPmY,AkBxBE,C3TUlB,AwSyBE,AqBzDmB,CxU8GT,AmTrDU,AhDjCHl9C,Ae5J1B,CoD0J4B,ApD1J5B,ClRkPkC,CmQvF7B,AlPkboEU,CNza1C,AiD+FxB,A4Q/H0BmT,AvTyckDlT,CkShZjDu/C,AkBhD/B,CzQsHmC,AyQtHJ,CjBqChB,AkBxBc,CtUwFb,AoThEcpC,AkBxBArB,EtUwFS,A4DiBnC,A3C0U8C,C2C1U/C,A4Q/HsB,CAAah9C,AvTyckDgB,CoThcxF,ApTgcwFA,CkShZ9D,AmBnCD,C3TUzB,AiD+F4C,AuPtEHy1D,AkBhDD0D,ACaH1Y,ArTmba,ENzaT,AiD+FK,A3C0U+C,EmS3Z9E,AoB9CU,CpB8CiBuV,AiBrC1C,AGT+C,EFsBtB,CAAsB,GnBmCrB,CAApB,EAAiDnrD,CCXxC,AoB9CU,CpB8CvB,AoB9CF,E5Q+H8Dg6B,AuPtExD,CAAuD,ImBnCpC,C1QyGmB,CAA7C,A0QzGiE5Z,E1QyGO,C0QzG9C,CnBmCqCvW,CmBnC5D,KnBmC2D,EAAY,kXnTqDzD,CA1HL;AESW,ADuDvB,AYpBD,AFCG,AX8EA,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,AlJDA,A5GAA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AgBAA,ApIaAynB,A8HbA,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHiBI,AEfJ,A/DCA,AoDDA,AjBAA,A+KpGI,AgGwDA,AEXD,ACXE,AKlDqE,AYavE,AEKA,AGDD,AEPC,AxDiGH,AjB/EM,AlPgb4F,QkS/Y/F,EuB5CG,C9QkHK,AqJnHA,CxLkHC,AgShIFuf,AxS0c4Fv7C,CQ1UzFgC,AmTxHL65C,A3Tkc8F77C,CgSpY9F40D,AEXD,CvPsEQzwB,AuPtEP0X,CCXEga,AKlDgE,AxS4cqC/1D,CNxapG,AX8EM,A0UjGJ,C1UiGK,C4UxGf,CAAY+G,C5UwGE,AmTrDd,C1RqEH,A0RrEeoC,AuB5CG+vD,C/TmBH,AX8EQ,AyBgBA1rC,AmCCZ,CjD/FKgD,AiD+FQ9X,AuMvGN,ClPgb6F1Y,CjB1V9F,AoThEZ,AnS0ZoHD,CNxa9G,A+TnBL,AEPH,A3Tkc4GC,CNxa1FV,AX8EO,AgTzFlB,AGoCP,AlS+Y+F,CkS/Y3E,ACXAy2D,AjDtBAva,CnQsFN,A4UxGSj0B,CjU0Bf,AiD+FA,C5DjBqB,A4DiB5B,AqP3DA,AyBvDwB,A3B0Sd,CpSvRYhoB,CsSoCE,A2B9DzB,CAA6B,GjU0BrB,AX8EM,CW9Eb,AsMpBmC,AmGkClC,AjDtBa,CnQsFsB,AiNlGA,AkDYL,E1OsGnC,CwLlHuC,AyHCrC,EjTkHE,AwLnHyC,AyHCJ,GzHDF,CAAnC,CkDYc,CAFb,CgDmCF,E1RsEUiuB,A0RtEmC,GyBnD7C,EzBmDA,AyBnDqD5D,MAArD,CAA6D7iB,OnTyH5D,AmTzHD,CnTyH8BmS,IAA7B,EAAmC7Q,QAAnC,EAA6C,sMzBjBhC,CA3HH;AESW,ADyDxB,AUpBG,AX8EA,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFAqhC,ALAE,AJvDM,ArGwDR,A5GAA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AgBAA,ApIcMlN,AajBNkN,ANAE,ALvDM,A4H0DR,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHiBG,AEfH,A/DCA,AoDDA,AjBAA,A+KpGG,A+FSD,AC+CG,AGtBA,AKnDqE,Aa2BrE,AEvBF,AEcA,AEPA,AxDgGH,A2BiNE,A5C/RI,E1OuGAlN,IqGjBA9jB,A9FAAA,EmGAE,A7FAA,C6FACxW,A7FAAA,CoFvDCgR,A/FAAA,C+FAF,A/FAA,C3BuDI,AyTjHIspC,AeET2a,AEcE5uC,C1UiGI,A8HAX,A9FAA,AgRzFO,ADkSAnc,EjLzMM,ArGiBI,AOjBJ,ChCAH,AyBiBQ/D,A6SzGX,AITI,E1UiGK,AmIAlB,A7FAA,A0QzFcozC,C7KyFKje,A7FAAA,A2Q1CPpxB,AyBvDI,C3B0SA,C/SzMJ,AyTnH8D,AV4TzDlC,CClSR,ChTyFc,AgTzFH,CvR0GD,A6SzGHuwD,CtUwFJ,AyBiBN,C0GjBN,A7FAA,A2Q1CmB,CjT0CQ,AiT1CPvwD,CD/CKojD,AwBtBF,AzBwTd,C5KzMoB,A7FAA,AyQyMH,EyBxTA,CxBsBjB,AwBtBkB,CxU+Gf,AgTzFV,AwBtBC,CvBqES,CjT0CuB,AwU/GL,CvBqEzB,EqB9CI,AITW,CvMiGmB/oB,A7FAAA,A6NtFN,IuEXRwX,CvMiGI,A7FAA,AgSxFM,EnMwFW,A7FAA,GoSjG1B,CAAYyE,EJS3B,EAAwC,GITzB,CAAqB,KAAKtnC,IAA1B,CAAJ,EAAqC2oC,OAArC,GAAgDt6B,CvEWXjoB,GuEXrC,AvEWiB,CuEXqC,SvEWRimB,CuEXS4O,CAAD,QvEQjE,yRnQyFO,CA5HE;AESW,AFoHrB,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFE,ALAE,AJvDG,ArGwDP,A5GAA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AgBAA,ApIcM,AajBJ,ANAE,ALvDG,A4H0DP,ANAA,A6FFA,ACCA,AFAA,A9KFA,ADEA,A/DCA,AoDDA,AjBAA,A+KpGC,A+FSC,AC+CG,AEZF,ACTC,AKrDsE,AYexE,ACY2C,ACR3C,ACdE6mC,AEakE,AtDyFtE,A2BkNGtZ,A5C/RG,AlP8auH,OQvUlHn0B,A2RtFR,CtLqEK,A9FAA,AmRtDL,AJ+PAm0B,C5KzMMlU,A7FAAA,CkS/GLwtB,CvBmEA,AoBzDGjf,CZboBqD,CzTkHd,AoT/DH,AmBlCDhzC,AtTybyH,CjBxVpH,AmTtDP,CrLsDQsM,A9FAAA,AmRtDPjE,AJ+PE,CyBxTA,CxU+GG,AiT1CF,AGrBG,AKrD4D,AYexE,AGVSxH,AEakEknB,A3B2SjE,A9R+I0H70B,CoT7bxH2+B,AKGgE,AzT0b+C,CjBxV1G,A0UlG4Dl/B,CHC/D,CpB2Cb,AoB3CcmL,CvUiGJ,A8HAS,ArGiBhB,AOjBgB,AwS/GlB,AzBuTsB,A9RgJmHhK,C6GxVtHqnC,ArGiBIruB,AOjBJquB,AqSrGrB,AGVgB,AvTuc2G,CjBxVrG,AmTtDP9yB,ACTI,AiBtCA,ClMqGI,A7FAA,CtCAZ,AmIAa,A7FAA,AoSlGmD,CjTmHvE,CzBjBsB,A8HApB,A9FAA,AuSjGC,C9SkHwBupB,C0GjBR,A7FAA,A6QtDtB,ACTuBwe,AmBlCxB,EpMiG8BjY,A7FAAA,CwFAC,A9FAA,ChCApB,EAAuB,CmIAX,A7FAA,CbiBiB,C0GjBH,A1GiBI,AajBJ,A8Q/DlB,CAAe2Y,EsBnC4D,CvMkGvE,ALArB,ArGiBsC,AajBjB,ANArB,AwS/GA,ErM+GyC,ALAA,ArGiBIhkC,AajBJ,ANAA,AwS/GL,ErEyBC1Z,CuEZ2D,CvMkG3E,A1GiBiB,AajBjB,AoSlG4E0Z,C5MkGnDsuB,A9FAAA,AwS/GLr0B,CrM+GM,A1GiBI9K,AajBJ,EoSlG0B,AvEY9B,CAACjI,EhIsFvB,ALAoB,AxFApB,ANAoB,CmGA3C,A7FAA,AkS/GsC,CpBgD1B,AkBzBcq6D,AEvByBtD,ArEyBZ,CrIsFkBz+C,ArGiBjB,AOjBiBA,AmOtFL,C1OuGhD,G2RhFqD,CjDvBA6iC,ErIsFO,A9FAA,C8FAChU,A9FAAA,A0SlG0C,K5MkGhE,A9FAA,AsSzFA,CIToE,CtBmCvG,AoBhD2D,AEa6C2xB,EtBmC1C,CoBhDA,ArEyBlB,CqEzBd,ArEyBiC,CqEzBrE,AEayE,IvEYC1d,CuEZ+C,CAAC,CAAxD,OvEYG,CAAiB,UAAjB,CAAnB,CAAb,CAJpC,wvDnQ0FQ,CA7HC;AW+CX,AX+EC,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFC,ALAG,AzGCJ,A5GAA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AgBAA,ApIcM,AajBL,ANAG,AuHGJ,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHiBE,AEfF,A/DCA,AoDDA,AjBAA,A+Q5CK,AEZF,ACTC,AKtDsE,AYenDuN,ACYsB,ACP3C,ACdE,AEYkE,AELpEhiD,AxD8FF,A2BmNGqhB,A5C/RG,AlP6aqJ5oB,CkHzV3J,A7FAA,KsStGEuH,ChRyHKi6B,CkEjBC,A9FAA,AqStGe+nB,AtB+SpB3gC,CtRxLU,A+SlIV,AEca,CAAb,AzT0bwJ5oB,EwS1czHsN,AV4T3B,CtRxLD,A4SvHsB,AOFnB,C5UwGK,AoT/DL6hB,AwBzCC02B,A7BiTD,CpSxRC,AX+EK,A8HAA3sC,A9FAAA,AmRtDLtM,AkBhDqB,AGTrB,CfNgE,AxS4ciF5M,CAAO0C,CjBvVpJ,A4UxGZ,CjUyBYkK,AsSqCFA,AGrBR,CpT+DgB,AmQtFN,CvMuGZ,CkEjBoB,A9FAA,AmRtDL,ACTA,CpT+DH,A8HASq7B,A9FAAA,AmRtDLv9B,CvPuEM,C5DjBC,CW/Ef,AsSqCS,AhSiYwI1K,CNtapI,AX+ET,AiT1CM6K,AhSiYwJ8vB,C2CtUhJ0K,AwPhFN2X,CpT+DO,A8HArB,A9FAA,CmRtDE,CAAiB/nC,EFYf,CnL0CsB,A9FAA,AiR1CN,CjT0Cd,EW/EUvK,AX+Ea,AmTtD3B,ACTO,CDSd,ACT6BgzC,GxPgFR,A3CsUmI19C,C2CtUjHkZ,A3CsUiJ/U,ENtapK,AmH+EnB,A9FAA,ErB/E6B0G,AmH+Ea,A9FAA,AfuV6G7K,CAAqCU,CAArCV,C2CtUnI,C3CsUgLF,C6GvVrJooC,A9FAAA,A4BiBA,A3CsUwGloC,CNtapI,EAAqB,CiDgGpB,CAAtB,AwPhFE,CxPkEuB,A3CoVqLM,C6GvVlK,A9FAA,A4BmB5C,A3CoU8MA,CAAOR,CAAPQ,C6GvVnJ4Y,A9FAAA,AfuVmJ5Y,GAAcI,CAAAA,CAAOZ,CAAPY,C6GvV1J,A9FAA,AfuVuFV,C6GvVtFioC,A9FAAA,M8FAvB,A9FAA,6CiR1ClC,CAAP,qpDjT0CS,CA9HA;AEeZ,ASiCE,AX+EA,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,AzCFI,AJvDE,ArGwDN,A5GAA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AgBAA,ApIcK,AOjBD,ALvDE,A4H0DN,ANAA,A6FFA,ACCA,AFAA,A9KFA,ADEA,A/DCA,AoDDA,AjBAA,AgLnPA,A+FuMK,AEZF,ACTC,AiBxCiB,AGRjBuzB,AIQF,AxD4FF,A2BiN0B,A5C5RnB,AlP4asH,CQ1U7H,EAOA,I0R7ES,AkB7CP,AtB6SO,CjLtMD,A9FAA,AmR1DN,AJgQA,C7FvbO,CsHkILA,C9MwDO/6D,A/FAAA,EzBzDF,A0USAmM,CjUwBCklB,AX+EI,AoT/DLykC,CpT+DM,A8HAAr9C,A9FAAA,CwS/GL,CtUDR,AwHyDI,A/FAA,A6SxDKzL,CxU+GG,CmQtFF,CnQsFQ,A4UvGJ,ClNgDKiG,A/FAAA,AiThDJhJ,C9MuGK,AJvDhB,A1FuDgB,ALvDhB,A6SxDF,CxU+GU,A8HASw2B,A9FAAA,AkLjPvB,AsHkIkB,CtHlIM,AkGkLpB,CzShBiB,AX+EI,EAAX,AoT/DQ,CzShBE,AiUxBf,C5UuGoB,C8HArB,A9FAA,AkLjPR,A0H0IE,E1H1IoC,EvMkKV,CAACxR,AX+Ef,A8HAqB,A9FAA,CoR/D/B,CpT+DiC,KW/Eb,CAAaoC,A6ThCjC,E1M+GA,A9FAA,AwS/GoC,E1M+GO,A9FAA,AwS/G3C,K1M+GgD6P,A9FAAA,ErB/E5B,CAA0B,KmH+EH,A9FAA,CrB/EO,CAACpS,CmH+EQrW,A9FAAA,IrB/EvC,EAAsC,CmH+EQ,A9FAA,C8FACgoB,A9FAAA,O8FAxB,A9FAA,ErB/EvB,EAAmDnP,WAAnD,CAAgE,MAAI,CAACxC,KAArE,CAApB,6BwPRU,6LnQuFA,CA/HA;AEgBZ,AFgHE,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFA,ALAI,AJvDE,ArGwDN,A5GAA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AgBAA,AvHHA,ANAI,ALvDE,A4H0DN,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHkBE,AEhBF,A/DCA,AoDDA,AjBAA,AgLnPE,A+FuME,AEZF,ACTE,AKpDD,AYYD,ACW2C,AEnBzC,AEYD,AEJD,AxD2FF,A2BqNE,A5C/RK,AlP2a0O,O2CnU1OnvB,CkElBC,A9FAA,CmGAC4tC,A7FAAA,A4KjPA,CAAC,EuG8HH4R,AiBgBA,ChN4CMpgB,A/FAAA,C3BuDC,CAAC,A8HAAtmB,A9FAAA,A4BkBb,C8DzEI,A/FAA,AuL1LU,CAAC,AuG8HL,CzTmHE,A4DkBI,C8QrHJ6P,C1UmGM,CkNjPV,CpFiPY,A9FAA,A4BkBpB,A6PrIe,CzTmHH,A8HASof,A9FAAA,A0SnGhB,E1UmGkB,AmIAzB,A7FAA,C6FA0B3F,A7FAAA,A4KjPA,CtM6LjB1iC,AZoDK,AkNjPL,AuG8Ha8/C,C3LmHd,A9FAA,A0SnGe,C1UmGM,EgT1FhB,CpSsCC,AuHoDd,A7FAA,AmRnHG,C3LmH8B,A9FAA,AkLjPA,C/EiPC7a,A7FAAA,A4KjPhC,AuG8H2B,CzTmHf,EAAuB,EmIArC,A7FAA,AoSnGG,EvMmGsCC,A7FAAA,AoSnGL,E5MmGhC,A9FAA,E8FAyC,A9FAA,ImGA7C,A7FAA,CwFAkDoD,A9FAAA,CmGAC6F,A7FAAA,KwFAN,A9FAA,G8FAc/0B,A9FAAA,EmGA3D,A7FAA,E6FA+D60B,A7FAAA,GwFAG,A9FAA,C8FAC5F,A9FAAA,K8FAtB,A9FAA,KmGA7C,A7FAA,E6FA+E,A7FAA,uO6NxFjE,iFnQwFA,CAhIA;AEkBb,AS+BG,AC2BU,AZqDV,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFEjjB,ALAC,AJvDE,ArGwDL,A5GAA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AgBAA,AvHHEA,ANAC,ALvDE,A4H0DL,ANAA,A6FFA,ACCA,AFAA,A9KFA,ADEA,A/DCA,AoDDA,AjBAA,AgLnPC,A8FuJC,ACgDC,AGrBA,AKpDC,AYaH,ACUK,AIPF,AtDsFJ,AjBjEO,EhI8ELA,A7FAAA,GoFvFG,A/FAA,AyRMH,C1L0BI,A/FAA,CwGuDC,A7FAA,C6FAC,A7FAA,G0Q1FDq3B,AI2BE,GzSjBChkC,A+TnBA/N,CtBoCG6D,CzSjBD,AXgFI,CAAC,AgT1Ff,AI2Ba,AKpDJ,CTyBG2yC,CrSUClvB,CXgFC,AmQ9EH,CuErBI,C1UmGK,AoT/DF,AKpDJyqB,EiBgBI,C1UmGJ,AgT1Fd,C7K0FK,A7FAA,A0Q1FgB,CvSuBdz8C,ATmEkB,CmIACilC,A7FAAA,AmRnHjB,CzTmHK,AyTnHO7X,AiBgBEqvB,C/TmBC,CAACvqB,AXgFI,CSnEjBjyB,A2SIL,AKpDE,AciBG,CpMkGP,A7FAA,AmRnHqBgpB,C9SmCb,AwHgFb,A7FAA,A0Q1FA,AI2B8B,CzSjBA/oB,A+TnBZ,C1BSa6E,A0BTDqoB,C1UmGhB,AyTnHL,EhTgDU,ATmEkB,AyTnHL,AiBgBd,C1BSlB,A0BTmCnE,C/TmBC,AqSVC,CrSUAwB,E8SnC5B,AiBgBS,CjBhBhB,CTyBwCgqC,A0BTD,E/TmBX,CAAe,EAAf,A+TnBZ,E/TmB+BxjC,A+TnBD3lB,G1BShD,C0BTkB,CAAoC,O/TmBxB,EAAiCrL,G+TnBH,CJOlB,C3TYZ,CAAjB,CAAX,8DXgFY,CAjIF,GmQwCA;AxPUVwY,AFYiB,AToEjB,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFE,A9GCF,A5GAA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AgBAA,ApIcAmkB,AajBE,AiHGF,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHkBE,AEhBF,A/DCA,AoDDA,AjBAA,A8Q5FE,AI2BC,AKpDC,AasBwC,ACL1C,ACbC,AEYE,AvEqBE,AlPia0O,MkHnV3O+B,A7FAAA,AsBkBAvlB,IjDlGFX,CwHgFO,A7FAA,A0Q1FJgkC,CrSUD,AXgFM,AyBiBA,A2RhFJluC,AoBhDCutD,AEYJ,C/TmBEx8D,AXgFM,AyBiBAsD,AmCCX,A2QpHOkK,AtTqb+OtM,CkHnV1OkiC,A7FAAA,A8Q/DX,AnSkZ8O,C2CjUlO,C5DlBH,CgT1FV,AI2BW,CpT+DK,AgT1FJ/D,A0BTL,CAAC8d,CvMmGU,A7FAA,AiSlGJ,CvUkGJ,AmIASlb,A7FAAA,AiSlGJ32B,C9SmHjB,A6S9GiBnD,CtU6FM,AyBiBAsmB,AuR3GrB,CAAmB,ChT0FT,A0UnGP,CAAYmzB,C1UmGU,AoT/DxB,CmBnCM,C5TkBL,A2TbwC,ACLlB,C5TkBD,A6T/BE,CrEiCH,C6CZtB,ChT0FU,AwU/GkB,AEYzB,C1BS0Bn8C,A0BTL,C1UmGS,AmIAjC,A7FAA,EbiBF,CuR3GE,AwBrBiC8O,C7T+B/B,AqSViC,CvR4GjC,AiTrH0B,C/TmBM,A+TnBL+F,G1BSW66C,CwBrBZ,AEYzB,CFZsCh1D,CEYNisB,EjTqHxBqC,CiTrHR,C/TmBgCjH,E6T/BP,CxBqB5B,AwBrBkD,E7T+BhB,EAAW,KckG3C,CAAwBlN,E+SjIE,CAA3B,C/SiIC,EAA8B7Q,QAA9B,EAAwC,2hBzBlBhC,CAlIE;AWkDkC6B,AC2B9C,AZsDE,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,AzCFE86B,AJzFG,ArG0FL,A5GAA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AgBAA,ApIeM,AOlBJA,ALzFG,A4H4FL,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHkBI,AEhBJ,A/DCA,AoDDA,AjBAA,AgLnPA,A8FuJE,AC+CA,AGpBC,AKpDA,AcgByB0c,AnDqF5B,AjB7Ec,AlP6a0O5hD,E6GlVtPklC,A9FAAA,C0FtNyB,A/FAA,E+F+JtB,A/FAA,AyRVI,AnSmZR,CQhUS5G,EqGlBF,A9FAA,A4BkBA,A2QrHoBsjB,CzMmGnB/9C,A9FAAA,AkLjPA,CzLmQH,C2RjFG,CzSlBuCuG,AcmGhC8yB,CbxEP,AkHsDP,A9FAA,AgR1FO5wB,AC+CAA,CnL2CK,A9FAA,C4BkBCsM,A2QrHoB,CvUmGnB,CAAC,AkNjPjB,AqH8IqC,C3T6CvB4X,AkHsDZ,ArGkBI,AOlBJ,AkLhPA,CvM+JqD,CAAE,AXiFzC,AyBkBQ/R,AuR5GR,AC+CA,CD/CCrU,AC+CAG,AsBxDS,C3T6CjB,AZsDa,A4DkBA,CAACk9B,CmPmDR,CnS3HO38B,AZsDN,EAAW,AiT3ClB,CxR6DH,AmCAE,AoP5GC,AC+CgB,CpSvCd,AD4BF,AZsDO,AgT1FU,CpSoCE,AawEM7K,AyLnQlC,ClNiP+B,AyBkBzB,AmT1HO,C1HvIX,AiGwLY,C1RyEuBs+B,AmCAJ,I5DlBjB,AkNjPhB,ElNiPuC,AkN/OxB,GtMyLmB,CgDwE9B,EAAyC,InCAvC,CmCA4CmJ,IqP7DzC,CAAP,CrP6D2C,GAAc9uB,OAAO,CAAC6uB,KAAtB,k4B5DlB7B,CAnIF;AaiDH,AFC+CjoC,AFaxD,AGeC,AZsDC,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFE,ALAD,AJvDGA,ArGwDJ,A5GAA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AgBAA,ApIgBMk9B,AanBJ,ANAD,ALvDGl9B,A4H0DJ,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHmBI,AEjBJ,A/DCA,AoDDA,AjBAA,AgLhPE,A8FmJ0BoiD,ACgD1B,AEZA,ACRC,AkB/BI,ACNoCt5B,ACXxC,AEWE,AEJH,A7B6KA,A5CtKG,AlPkbJ,E6GjVC,ArGmBIoU,AOnBJ,E0FvDEl9B,A/FAAA,EwGuDEilC,A7FAAA,CoFvDC,A/FAA,CiC0EC,AoP9GoBmd,AuBTet5B,AtTubtC1lB,CyG1YI+8B,A/FAAA,AuLvLA,AjMikBJ/8B,EkHnVM,A7FAA,A6QvDJq5C,AyBjDAA,AzEIH,CiDqCIluC,AmBrCuC,ACXxCutD,AvTkca,CRxZX,AsS0IA,CpSvJiD97D,AySmBvD,AmBrC8C,C3T8CvC,A8GFL,AjG2Ec,AE3Ed,AiC2EUoZ,AsJjQA,A8FmJoB,C7K2FnB,A1GmBIrQ,AanBJ,C3BlF6C,AqSTxB,AGoCnC,ACRW,AwBzCX,CnUmCYyY,A0ScA3X,AmBvCP,AMVO80B,A7B6KAh8B,CpSvJiDmkB,AuM5J5C,AwH0IPha,C1UoGQ,AmIAlB,A7FAA,C7BrEO,AGeK,AZsDO,CSrEF9M,AGeJ4vB,AuHsDO,A7FAA,AsBmBA,CAACuY,AgR3HrB,CjUsBkE,AXkFhD,AyBmBD,A0R1EjB,AmBvCS,AMVU,A3T2bD,CNraiD3nC,AFa5D,AgBwFH,A0R1EgB,AmBvCVi8C,CtU8Fc,A0UpGP,CjU+BKnxC,A2SMrB,AsBrCiBV,E9T8CV,AZsDU,A4DmBZ,AmPkDC,CnS3HcynB,A4TzDE,AzBoLCoqB,CpSvJqC,AFatD,ATqEsB,AkN9OA,AoHgJxB,C3TYqEtnC,AFa9C,AyMzKE,AoHgJb1N,AMVjB,C5UwGkB,AwU/GQ,C5QkIM,A4QlIL,AEWjB,AEJmB1C,C5UwGI,AwU/GhC,C5TyDO,A8T9CL,A3ByKH,CnS3H6B,A4TzDC,C7T6ByB,AuM5J1B,A0HsI7B,C1HtIiB,AoHgJZ,AMV8B,E5UwGjB,CSrEWksB,AyMzKW,AoHgJZhJ,C1TwCK,AZsDQ,CYtDPuK,AgDyEhC,AgR3HsCiiC,EhR2HI,A0QjHvC,CpHhJL,AoHgJkC,I1QiHersB,ChDzEpB,EHfD,AmUnC5B,ChUkD6CpoC,CHfC,A0Sc9C,EvSCQ,AgDyEoC,AuP1ES+E,EvSCH,CgDyESqU,ChDzEnD,AuSDR,CAA2D,CvSCL,GuSDtD,CvP0EkE,CAAC+uB,A0QjH9D,C1TwCqD,CAACjlC,A0TxCDonB,I1QiHd,ChDzEpC,C0TxCH,C1TwC6Dhf,A0TxCA7D,I1TwC1D,CAAgE,E0TxCnE,Q1TwCoEmjB,QAAD,EAAc,wzBZsDpE,CApIN;AWkDsE3qB,AFcjF,AGeC,AZsDA,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFI0+B,ATvDA1+B,ArGwDJ,A5GAA,ApOCA,AqTCA,ACDA,A0FCA,AuDAA,AGAA,AFAA,AgBAA,ApIiBMy9B,AapBFiB,AXvDA1+B,A4H0DJ,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHoBI,AElBJ,A/DCA,AoDDA,AjBAA,AgLhPC,A8FkJyB,AGqCxB,AM7DA,AasBK,ACPmB,ACVtBy7D,AEWC,AEJH,AxDwFF,A2BqFE,A5ClJE,AlP+Z+B,EQ9T7Bh+B,E0GpBFiB,ATvDA1+B,ApFuDA0+B,AXvDA1+B,GqRrCK,AuBTA,C9SyHG,AmCAJ,AoPhHN,AuBTA,CpMqGO,ATvDA,ApFuDA,AXvDA,CwGuDCiiC,A7FAAA,AkS/GNw5B,C9MwDO,AjG2EI,AE3EJ,AwRAJjf,AuBhDa,AEDbA,CnUmCA,AiUlCH,CjBbK3vC,C9SiC2E7M,CiDuGrEmZ,A3C8T6B0b,CjBlV5B,AyBoBIgI,A+SnIV,AvTicyB,CLxYxBhwB,AZsDM,AmIAb,A7FAA,A6QvDF,AqBxDSa,AIOT,A3T0b2DnN,CkSzY/CqJ,AyBjDAq3C,A3T0bqB,CNrasD,CFc3EjwB,ATqEE,AmIAI,ATvDAhxB,ApFuDA,AXvDAA,A8R7DJ,AxSscqDiD,CNrasBjD,A8SjC1E8K,AxSsckB,CjBlVb,A4DoBA,A4QnIlB,C/SmIE,AmCAiBq2B,A4QnIL,AvTicmDl+B,CLxYnD,AuSDhB,CvSCiB0H,AZsDH,AmIAZ,ATvDO,ApFuDP,AXvDO,AwRAW,AyBjDpB,ClNiDwBq2B,A/FAAA,AiTjDH,C5UwGI,A0HvDhB,A/FAA,A8R7DF,EzToHO,A0HvDa7nB,A/FAAA,A8R7D3B,C7PwIM,C5DpBuB,CSrExB,AGeI,CAAiBpZ,AgUlD1B,EhR4HiC,AgR5HH+E,ChUkDrB,A8GDA,A/FAA,C3BuDK,AqR3IU,AyDAA,CrUsEK,AGeE6lB,A8GDK,A/FAA,C3BuDC,A4UxGrC,CAAoC,IJPlC,C5QmIA,AgR5HuC6pC,CnUmCxC,AGesC,A4TzDA,C5TyDC5pC,AgD0EK,CnDzFN,GGeR,A4TzDahX,C5QmIMguB,ChD1EzC,CAAP,CgUlDF,CzBiDA,EAAqD98B,AqBxDd,CAAa+2D,C5QmIP,EuP3E7C,CvP2E6D1iD,AuP3EF,IAA3D,GvP2EoE,CAACgoB,M4QnIC,C5QmIzB,E4QnI4B,CAAlC,CAArC,+NxU+GY,CArIF;AakDZ,AFAuD,AFerD,AGeA,AZsDA,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFIgN,ATvDE,ArGwDN,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApIiBM,AapBFA,AXvDE,A4H0DN,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHqBI,AEnBJ,A/DCA,AoDDA,AjBAA,A8Q9FE,AGqCA,ACTC,AKpDD,AakB2C,ACH3C,ACVE,AEYA,AtDkFJ,AC1HE,AyDAA,A3E8DC,AlP8Z2E,IkHjV1EA,A7FAAA,EboBM1Q,C0O9HR,CvM+HM,ChD7EE,A4TzDP,C5TyDA,AwSRInvB,A/B3EC/B,AyDAAA,ErT+JQ,A2RpFP,CvSpBA,AFA8C,A+G6B1C0zB,A/FAAA,AwRAJpzB,AhDtBA,AlP8Z0E,CNranC,AFexC,A0HqEM,A7FAA,C6FAC41B,A7FAAA,AsBqBAtpB,A4QpIL,E/SmIWtX,A2RpFP,AsBnCH4I,AzTob4EjK,CJrazEkyB,AboFI,AqR3IF,AyDAA,A7T4duElyB,CjBjVpE,C0HvDC,A/FAA,AwRAJ,ChLuDF,ATvDO,ApFuDP,AXvDO,AwRAJmK,A9BpFE,AyDAA,A7T4dwE,CRtZ5E3K,ATqEG,A4DqBI,AwPrFnB,ALsIUA,A9R2QiE,CkHjVvD0+B,A7FAAA,AsBqBA0J,AyNhKrB,AyDAA,C9U2IsB,AoThEH,AsBnCjB,AzTob0F5nC,CJrarF,A6G6BW,A/FAA,AVwY0EA,CJraxE0xB,AYwGhB,ChBzFE,ATqEU,A0HvDS5xB,A/FAAA,CwGuDb,A1GqBN,AarBM,AsBqBN,AuP5EC,AlSwYyF2C,CjBjVrE,AmIAzB,A7FAA,A6QvDsB,AJ6HN,A9R2Q8EA,CAAMvC,CjBjVtF,CapFT,CJegB,ATqEQ,A4DqBA,E/CzGD2K,AYyGjB,CR4T+D,EAAkC7K,CJravG,AboFS,AyBqBV,AR4TwGA,CJra1E,A6G6BE,A/FAA,ClBdpC,ATqEqC,A0HvDA,A/FAA,AVwYqC,ERtZ3C,AiHcK,A/FAA,AiC4EpC,A3C4TiH,EyGxYxE2Y,A/FAAA,AiC4EA,K/CzGNzC,A+CyGW2xB,E8D5EV,A/FAA,E+FAc,A/FAA,Ed7BhB,A+CyGO,E/CzGK,C+CyGSlvB,OAAO,CAACivB,KAAtB,+I5DrB3B,CAtIJ;AamDX,AFDiG,AFgB/FpoC,AGeF,AZsDC,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFG,ALAH8kC,AJvDQ,ArGwDR,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApImBMjG,AatBH,ANAHiG,ALvDQ,A4H0DR,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHqBG,AEnBH,A/DCA,AoDDA,AjBAA,AgLhPA,AiGsL4Bqd,ACRxB,AkBnCyC,AEZzCsZ,AEYA,AELF,AxDsFF,A2BwFE,A1BjNA,AyDAA,A3E8DC9iB,AlP6ZoH,EQ1TjH9Z,C0GzBJ,A7FAA,GbyBQ,CbhFD,CAAP,AkH0DM,A9FAA,AmRxDoBsjB,ChLwDnB,ALAAx/C,ArGsBI86B,AatBJ,ANAA96B,AkL9OA,CsH+HL84D,AIOE,CjUmBF,A0QtDGxN,AyDAAA,CrUsEFjuD,AsS2IG,EKtIC02D,AnSgZkHxzD,CQ1TxG,A0R9EgB,AyBhDxB6qD,A3TwbgH7qD,CQ1TvGyW,A+SrIV,AzBqLEgC,CtS3IF,A0Sa2B,ACRjC,AoB/COjO,C1M+GX,A9FAA,AfgVwIzK,C6GhVrHqlC,A9FAAA,A4SxGb,A3TwbkIrlC,CRrZ3HhD,AgB2FM,AyLpQnB,AkG8Ke,A/B3Eb,AyDAA,A7T2d4IO,CQ1TxI,AyLpQe,A6FoTb,A1BjNU,AyDAA,A7T2dsHyC,CkSxY9G,AqBvDtB,AzBqLe,A9R0QoG,C6GhVvH,A9FAA,AwS/GkB,CpB+Cd,AwBxCgB,EnUmCD,ATqEO,A8HAA,A9FAA,CvBrENunB,ATqEO,EiT5ChB,CjT4Ce,CkN9O1B,AmEmGmB3nB,AyDAAA,A3E8DLq5C,CnQ6EkB,CSrEnB,AyMzK0B,CzMyKX,CTqEF,AmQ7EvB,C1PQU,AmUnCP,AzE4BF,CnQ4EiC,CSrELlrB,AqHqEM,A9FAA,ChCAZ,AqR3IR,AyDAA,CFmCkB,C5UwGK,AqR3IT,AyDAA,GN4B5B,CIOqC+8B,CJPA,CxU+Gf,CwU/GtB,CxU+G6C,A4UxGb,CnUmCvB,EAAiC/tD,EmUnCI,GnUmCrC,CAAR,GmUnCC,IAAuD,AzE2B1D,KyE3B+D+tD,IAAL,KAAc,aAAzE,EAAwF,I7B8KlF,CAAN,kH5C/IE,wTnQyEsB,CAvIZ;AaoDX,AFDCv1C,AFgBC,AGeH,AZsDE,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFI,ALAFgqB,AJvDMvB,ArGwDR,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApImBM,AatBF,ANAFuB,ALvDMvB,A4H0DR,ANAA,A6FFA,ACCA,AFAA,A9KFA,ADEA,A/DCA,AoDDA,AjBAA,AgLhPE,A+FiMS,AEZiCpY,ACPxC,AkBpCyC,AEXzC,AEaD,AENA,AxDqFH,A2ByFE,A1BjNCtc,AyDAAA,A3EkEE,AlPwZ6IrJ,E6G/UhJs/B,A9FAAA,IPsBQ3D,AyLpQJ,CkG4KH,AsB5CD,CvM8GMnB,ATvDAuD,ApFuDAvD,AXvDAuD,AwRFoCpY,A9BlFzCtc,AyDAAA,EnUsDCiM,AwHqFA,A1GsBU,AatBV,ArB+U8ItV,CAAAA,CNpa5I,AwS4B0C,AlSwY6G/C,CNpatJd,A+G8BM,A/FAA,AyRTH,AsBlCD,CvByCyC,CzLEnC,AjG6EIwC,AE7EJ,AiTjDLgL,C9MwGM,AJzDsC,A1FyDtC,ALzDsC,AuLrLtC,AmEmGL,AyDAA,ChN2IM,A9FAA,AqP3IL/H,AyDAAA,G5HnGQ,CpF8OJ,A9FAA,AkL9Od,AmEmGC,AyDAA,CFmCc,AvDnCCjC,AyDAAA,A7T0dgIK,CjB/U3H,A8HAA,A9FAA,AkL9OA,A0HsILyH,C5UwGM,AyBsBlB,CRyToKzH,CQxTlK,ARwTkKA,CjB/UnJ,A8HAIijC,A9FAAA,Af+U0JhmC,ENpajL,AXqFyB,CC7DH,AUxBD,AiUnBf,AvDnCgB,AyDAA,CFmCC,AvDnCAwlD,AyDAAA,C9U2IJ,CyBuBR,CzBvBmB,AmQzEL,EnQyEN,CWrFnB,Ac4GI,ARwTkKziD,CjB/UpI,CWrFJ,AwPYA+4C,ElPwZmJ97C,CJnahKF,AIma8K,CAAjDiD,CjB/U3H,CqR3IL,AyDAA,A7T0dwLA,CjB/U5J,AiB+U4JA,CoQ1dvM,AyDAA,A7T0dkN9C,CJna1L,CAACS,AFDOgmB,AmHqFZ,A9FAA,AmOzEM,CAAiB,CrIyE9B,A9FAA,C8FAd,A9FAA,CnBpFmB,CAAanQ,AFDA,EAAW,GMoa6JxT,CJnarL,AsPWQ,CtPX1B,AsPUC,ClPyZiN9C,CAAe,CAAlF8C,EAA4F,WAAWA,CAAX,KAAuBA,CAAAA,CAAW7C,QAAX6C,GAAW7C,CAAW,CJnahP,AImamM,CAA5F6C,EAA+IjD,MAAAA,CAAOC,cAAPD,CAAsBM,CAAtBN,EAA8BiD,CAAAA,CAAWnD,GAAzCE,EAA8CiD,CAA9CjD,CAA/IiD,2KjB/U3H,CAxIT;AC4EZ,AYxBM,AFDsC4H,ACiC7C,AZqDG,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFI,ALAH,AJvDO,ArGwDR,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,AvHHI,ANAH,ALvDO,A4H0DR,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHqBE26B,AEnBF,A/DCA,AoDDA,AjBAA,AgLhPI,AiGoLsB,ACNtB,AkBrCyC,AIG1C,AEP0B0c,AxDqF7B,ACvHG,AyDAA,A3EkEE,AlPuZ0Uj/C,C6GhV/U,A9FAA,C4BuBEuiC,KuP/EO,A9BnFP,AyDAA,C3M6IM,A7FAA,AsBqBA,AuP/EN,ChL0DOuI,A7FAAA,AsBqBA5pC,C3DlFH,A2U5CuB+9C,C1HrIlB,CvMwJmCr3C,A+TZrCkxD,C9QuHP,C/C1GYj8D,A+C0GA,AwPrFL+vD,CnTGE9qC,EYxBM,AqMzJA,A0HqImB,CjUmBgB,AiD2GlD,CjD3GoD6B,AiUnBhB,C3U4ChC,AmTHF,ElG9KA,AwH4Ie,CvMkGf,A7FAA,C3BtFgD,CAAN,AwHsFrB6W,A7FAAA,AoSlGH,CzUqCClZ,CkI6DI,A7FAA,CtCAC,CAAC,AgT7FlB,C7K6FmB4pB,A7FAAA,AoSlGHoO,E1UkGC,AyTrHd,CLqDOS,CpTgEa,EC7DD,AyUrCX,CzUqCYp4B,AD6DN,A0UlGMo8B,C7Ta1B,CbqF+B,EAAX,CC7D1B,AkI6DwC,A7FAA,A8QhEtC,CpTgEuC,AmIAAviB,A7FAAA,CrC7DF,AyUrCnB,CAAqB,AvEyBHz+B,GhIyEE,A7FAA,CtCAd,CmIAsB+kC,A7FAAA,AoSlGFrrB,C1UkGG,AmQzEL,CAAC9Y,EuEzBzB,CvMkGoB,A7FAA,C6FAjB,A7FAA,A8QhES,AsBlCoB4qB,AvEyBd,CAAa,EuEzB/B,EAAnB,CtBkCoCqkC,AjDTmB9T,MiDStD,OjDToC,CAFpC,4gCnQ2EwB,CAzId;AC4E2B,AUzBqB,AFiB1D,ATsEA,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,A7CzDQ9a,ArGwDR,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApIoBM,AE9EEA,A4H0DR,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHqBC,AEnBD,A/DCA,AoDDA,AjBAA,AgLhPG,A8FgJQ,ACgDT,AEZA,ACNE,AKrDF,Aae2C,AET1Cu6B,AEcA,AETwB,AxDqF3B,ACtHE,AyDAA,A3EkEG,AevLL,AjQ6kBgW,E2CtThW,A2QtRoClH,CrHelC,GzLuQQ11B,EiG9EFqC,A/FAAA,A6SxDLu6B,CtH/HM,A0HoIC,CnUoCN,AgB6FU,AwRrENvM,A2B5DL,CjUmBC,C+TVK3iD,C1UiGI,AkN9OA,AuGyHJM,ApCtBAA,AyDAAA,C9U2IK,AoThEL4pD,AoB/CA,C/SsIU3tD,A+StIT8gB,C/TyCF,AwSwBM,CxSxBL+F,ATsEI,CmQzEA,CnQyEM,AiT9CF,AuBjEd,CfNa,AeMA,AEcC,ArD1CD,AyDAA,CpNoFK,A/FAA,A8R9DJhlB,ApCtBA2B,AyDAAA,C9U2IJ,C0HvDU,AjG8Eb,AE9Ea,AuLvLA,AwH6IH,CjU2BhB,ATsEoB,AiT9CFkwC,A5B7Fb,AyDAA,CrUqEQ7rB,A2SMb,AsBjCD,ArD1CmBpkB,AyDAAA,C9U2IT,CyBuBkBsyB,AyLrQJ,ClN8OC,AkN9OnB,AuGyHA,AeMN,CfNuB,CvGzHI,A+FgMb,AuBjES,C/SsIS,AwRrENoiB,CxSxBzB,AgB6FgCn4C,ChB7FV,A4QrEjB,AyDAA,C9U2II,AqR3IX,AyDAA,CN4B6B2yD,CxU+GK,EiT9CnB,AGlBSxe,C3SNI,AwSwBQ,CxSxBP3uC,AgB6FA,C+StI5B,C/TyCuB,GAAUvO,AgB6Fa+I,EwRrEhC,AGlBb,C3SNA,CwSwB4C,CxSxBPwhB,GgB6FnC,ChB7FuC,AwSwBQkyB,CxSxBPjyB,AgB6Fa,KwRrEX,CAAY02B,AGlBrB,G3SNE,CAAgBjhD,E2SMby2D,CHkBI,CAAqB,CxSxB5B,CAArC,MwSwB4C,CGlB5C,CHkB2E/1D,MAA/B,GAAwC,CAAvE,CAAf,+qBjT8CW,CA1IC;AaqDV,AFDA,AFiBA,ATsEA,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFI,ALAJ,AJ5DsD,ArG6DtD,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApIoBQ,AavBJ,ANAJ,AL5DsD,A4H+DtD,ANAA,A6FFA,ACCA,AFAA,A9KFA,ADEA,A/DCA,AmCDA,AgLhPI,A+FiMF,AGnBE,AKtDwByhD,AamBtB,AEZH,AIKA,AxDoFH,ACrHE,AyDAA,A3EkEI,OzIakC,A/FAA,A6S7EtC,CrMyIMzkB,AT5DY,AjGmFR,AavBJA,AX5DY,A8R1DQykB,C9S0BlB,AFiBP,AqH2EM5Z,AJ5DH,A1F4DGA,AL5DH,ChBhCH,AwH4FC,A1GuBU,AavBV,C4K9OO,C/E8OC,A7FAA,C2Q7CH,AuBlEA,CxU+GK,CStEJ,ATsEK,AyBuBIzL,AgS7IgB,EvGxHlB,AuGwHoB,AtD6C1B,CnQyEG,AiT7CA0f,EjT6CM,CkN9OhB,AuGwHsB,C3LsH1B,A9FAA,ChCAc,A8HAS/Z,A9FAAA,CiR7Cd,CjT6CgB,AiT7CJoc,C/SrEb7+C,CFkHM,AyBuBF,EzBvBiB,A8HA7B,A9FAA,E8FA+BohC,A9FAAA,AiR7CtB,CxRoE2B,AwRpEP,CnL6C7B,ArGuBQ,AOvBR,C9BlHe,CFkHD,A8HAqB,ArGwBzB,AOxByB,EhCAE,AiT7CH6e,GxRqEnBpjB,IZ9GM58B,EoSyCQ,CxRqEnB,AwRrEkCivD,GpSzCjB,AY8GFjvD,CZ9GGY,EoSyCC,EpSzCR,AoSyC+ByuD,CpSzClB,AY8GH,CAAC1zC,AwRrEvB,EAA+C,GpSzClB,CAACkX,AY8Gd,CAAc,AwRrE9B,EAAsDznB,ExRqEtC,CAAf,CADF,AwRpEC,CAA4D,IxRsExD,GZ/GQ,CAAjB,IoSyCuE,iCpSzClB,kBsPY5C,ohEnQ0EC,CA3IA;AE0BZ,ADmDC,AYxBM,AFAN,AFiBC,ATsEA,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFMm3B,ALAJ,AJvDG,ArGwDL,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApIsBU,AazBJA,ANAJ,ALvDG,A4H0DL,ANAA,A6FFA,ACCA,AFAA,A9KFA,ADEA,A/DCA,AmCDA,AgLhPG,A8F+ID,ACkDC,AGnBA,AKvDwC3Z,AaoBtC,AEZF,AESM,AtD+ET,A2BnKC,A1BgDA,AyDAA,A3EiEK,AlPoZ0V,GiM3jBvV,G/EgPH2Z,ALAA9E,AxFAA8E,ANAA9E,CrBnGG,CAAP,AmHmGM,A9FAA,AyRvHmC7U,CvGvHlC,ChN4HH,AO4CF,CqHsEO,A9FAA,CiR7CJ,AQ1EwC,AeQxCuG,CxU+GM,AyByBIqO,AuRxHR9J,A/R0a8V,CjB3UzV,AyTvHmC,C3LuHlC2S,A9FAAA,CnBvFAh4B,AJiBP,CP5CKtO,AO4CJ2vB,ATsEI,AwU/GV,C3TwBc,CbuFE,AyByBI,AwRtET,C9K6CM,A1GyBIhW,AazBJ,C6FAC8oB,A7FAAA,CrC/DlB7jB,AD+DU,CElHP,Ae6b2W9b,CRjZ7W,ATsEoB,AyByBD,ARkTgV,CRjZtV6tB,AgB+FP,AwRtEQ,CjT6CL,AiT7CMsvB,AhSwX2W78C,CkH3U1W,A7FAA,A0Q/FNw+C,AqBVE4Y,ApTobuV,Cf7bhV,AFkHK,CC/DlB,AkI+DmB98B,A7FAAA,ArB2U6Wr6B,CAAnC,ChB1Y5VsiB,AkI+DS,A7FAA,C7BtEhB,A0HsEE,A7FAA,ArB2UoYtiB,CRjZhX,CTsEb,CiT7CC,CjT6CsB,AgT/F3B,ACkDoB6rD,CDlDJ,AqBVC0K,CpU0CvB,CCnDD,AW2BO,AJiBqB,CAACtrD,CP5CK,A4HkHzB,A9FAA,CvBtEe,AuSzBIykB,ACkDhB,CnL6CZ,A9FAA,C8FDiC,A9FAA,AiR5CEyiC,CxSzBDz1D,AqHsES,A9FAA,AqSzGX,G5TmC9B,AuSzBqB,CAAYy1B,CvSyBIx1B,EwSyBlC,AyBrDoBg8D,C1BGlB,EvSyBL,AuSzBuC,ECkDO,GDlDFxf,E0BPvC,I1BOA,CCkDN,CDlDqDnxC,CCkDM,GDlDrD,CAAqD,YAAM,wIhT+FvD,CA5IC,sEmQiED;AjQvCuB,ADoDjC,AUxBD,AFiBE,ATsEA,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFK,ATjEA,ArGkEL,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApIsBU,AazBL,AXjEA,A4HoEL,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHqBAy5B,AEnBA,A/DCA,AmCDA,AgLhPI,A8F+ID,ACkDC,AQ3EsB,AYexB,AEAFu2B,AGES,AEHP,AxDkFF,AjBzCM,AlP2YqhB,GyG1iBhgB,A/FAA,C+FAb,A/FAA,CwG8NV,AT9NF,ApF8NE,AX9NF,E8RwGO,C7P6ID,AoPpHL,ASzBD,C7P6IO14D,CnCIK86B,AyLvQJ,AmHqIF/X,ClMyGG,A7FAA,EsS1GF7Y,C5BWF,AqBVK,AEAE,CvUyGC,AmIAA6xB,A7FAAA,A0Q/FP8d,AuBVOluC,AtTmb8YlL,CjB1U7Y,AyByBI,AyLvQJ,AjMwjB6YA,CQjTxY0qB,AwRtEV6F,AoB5DIhZ,AEAf,C3Q8HA,AuMtFY,CnQiEG,A4DqBI2tB,AsJnQA,C/E8OC,A7FAA,AiSzGA,AKDJ,A3TobyZzT,CjB1UpZ,AmIAAgQ,A7FAAA,A0Q/FlB,A4BXcl6B,A3TobwZkqB,C+Rza1ZrtB,A/Rya2a1E,C2CrT1b,A3CqT0bA,CjB1U3a,AiB0UubH,EjB1U5a,A4DqBA,CyQ9HD,CrUyGV,AqUzGY63D,AODlB,C1HpIoB,A8F+I1B,A4BXuB,C5U0GI,CmIAf,A1GyBL,AazBK,A2Q7CC5Y,C/FjMgB,A8F+IN55B,CvRyHd,ARgT6Z6M,EkH1UtYmQ,A7FAAA,ArB0U8a5hC,CjB1Ulc,AgT/FZ,AqBVgC,ApTmbsYyxB,CoTnbrY1c,ApTmbyX/U,CjB1UvX,AyB0BrB0G,AmCLqB,A2Q9HtC,CtTmbkezG,CkH1U1b,A7FAA,A2Q7C7B,AhSuXudA,CgSvXvc,CxRuEf,A4SnIe,C5SmIL,AyLxQlB,AmHqIuC,ClMyGC2hC,A7FAAA,ArB0UmcnQ,CAAAA,CAAiB/xB,CgSvXje,AhSuXgd+xB,CgSvX/corB,C9K6CiB,A7FAA,ArB0U4d58C,CkH1U3d3C,A7FAAA,ArB0U6bm0B,CAAlFzxB,Cf5bpY,Ce4bygBN,CAAP,EkH1U/e,A7FAA,A+RzGjB,CnUTGkjB,A+SqEH,AoB5DF,CpB4DiBkpC,AoB5DxC,ClMyGyD,A1G0B/C,Aa1B+C,C6FAhD,A7FAA,Cb0B6Bv1C,C0G1BsB,A7FAA,A0Q/Fb,ECkDtB,CxRuEf,CwRvEsC67C,C/StEd,AuB6IU32B,CuRzHO,CAACtxB,EvRyHJ,CAACzE,CuRzHhD,CCkDQ,EAAiD,IxRuEd,EwRvEkB,CDlDAyV,ACkDCi+B,CxRuEF1zC,KuRzH5D,ACkDQ,CAAP,ExRuEQ,G0OtGC,2/DnQ4EE,CA7ID;AE0BsB,ADqDlC,AYzBG,AFEJ,AXsFG,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFM,ALAJ05B,AzGCF,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApIuBS,Aa1BH,ANAJA,AuHGF,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHqBE,AEnBF,A/DCA,AmCDA,A8QjGG,ACkDC,AG3DoC,AKhBtC,AYeA,ACME,AEbD,AIKyB2f,AxDkF5B,AjBxCM,AlP0Y4hBr/C,E6GzUhiB0/B,A9FAAA,AmRlQ+B+xB,KvPuR1BzqD,AoPtHE,A/R0auV,C+R1a9V,A4BV0Bq4C,EzM2GlB,A7FAA,A+RzGFsY,CzQ8HN,CAAU,A4QrIL,EFaC,CCLOY,AKHoB,C/TmB1B,AiHwFO,A9FAA,CmGACr2B,ALAAvC,AxFAAuC,ANAAvC,A4S3GoB,EhRgInC,A4QrIY,CHOI,ACMN,C1QwHS,A0QxHR+Z,CnMmGH,A7FAA,CzBxFM,AbwFO,A8HAP,A9FAA,AqSzGK92B,CrUyGG,AwUhHL0J,C1MgHMsO,A9FAAA,A4BqBA/hB,E5DrBF,AmIAI,ALAX,AxFAW,ANAX,AqSzGS,ACMjB,CxMmGN,A9FAA,AsSnGkBslC,CzTWA,AbwFS,AwUhHtB,C3TwBcnuB,A+C6GA,AyQ9HO,CzQ8HG,C5DrBR,CqUzGrB,CrUyGgC,AwUhHL,CrMgHnB,A7FAA,AgSnGF,CtUmGe,AsUnGM,EtUmGS,CmIAC,A7FAA,C6FAC4L,A7FAAA,EkShHrC,ExUgHoB,AwUhHgB,C3TwBvB,AsHwF6B,A7FAA,CzBxFRpwB,AbwFS,AmIAAu2B,A7FAAA,EzBxF9B,AyTXR,EzTWiCtjB,AyTXE7gB,GzTWlC,GsHwFC,A7FAA,AgSnGF,EzTWyC,A+C6G5B,CAAnB,A0QxHkD,CnMmGQT,A7FAAA,AgSnGxD,EAAmD,InMmGW,A7FAA,C6FACk9B,A7FAAA,CzBxF9D,EAAwD,WsHwFD,A7FAA,C6FAsB6H,A7FAAA,K6FAtB,A7FAA,M6FAiCjF,A7FAAA,M6FAM,A7FAA,C6FACp9B,A7FAAA,S6FA9F,A7FAA,E6FAyG,A7FAA,I6N9DrG,iBAAG,8BAAH,EAAmC3C,KAAnC,EAHJ,kEAZO,m4CnQ6EU,CA9IT;ACiFb,AY1BK0W,AJiBH,ATuEC,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFQsuB,ALANn7B,AJvDA,ArGwDF,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApIuBO,Aa1BCm7B,ANANn7B,ALvDA,A4H0DF,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHqBC,AEnBD,A/DCA,AmCDA,AgLjPI,A8FgJF,AI6BA,AiBvCA,ACMG,AEbDulB,AEOK,AEHiB,AzEiDpB,AlPmY4hBtsB,C2CrTliB,CkEnBE+G,A9FAAA,CPkBI,ERsTc,E2TpbX,A3TkbR,CkHtUOm7B,A7FAAA,A4K/OA,A0HmIN,C9M4GO,AJvDA5E,AjGiFI,AO1BJ,ALvDAA,CmGuDChT,A9FAAA,AqSzGFstC,AGPJtrC,GrMgHS,A1G0BI,Aa1BJ,CzBxFP1Y,AqMvJQ,CzMwKJ7J,A+TzCD,CrMgHO84B,A7FAAA,AgSnGLy1B,CpH5IM,CpF+Of,A9FAA,AkL/OM,AsH+HI38D,CxUgHO,A8HAA2iC,AJvDjB,A1FuDiBA,ALvDjB,A0SlDe,CxTiBL,AbwFQ,AyB0BIvC,CZlHX9+B,AiHwFX,A9FAA,CvBvEe,A4TlCG65D,C5TkCFjvD,ATuEC,A8HAI+yB,A9FAAA,AkL/OA,CrMuJX,AYkHK,AyLzQb,CrMuJE,AbwFmB,A8HAvB,A9FAA,CkL/OwB,AsH+HN,CFaE,AEbDp+B,C3TwBD,AbwFD,AqUzGO,C5SmIO,A4SnIN66D,AlE8CJ,C1PZb,ATuEoB,AsUnGL,C7T4BE,CTuER,EaxFK,AbwFU,CaxFTrnC,AsHwFU,A7FAA,A+RzGf,ClMyGgBkS,A7FAAA,AgSnGP,CAACwX,CDNM,C5SmIvB,CzB1BM,AwUhHP,CrMgHuB,A1G0BU,Aa1BV,A+RzGjC,AGPkC,CxUgHM,AmIAlC,A7FAA,CgSnGiB,CAAYyE,EEbzB,CAAR,G3TwBgB,CAAqB3yC,AyTXhB,CAAsB,CzTW3B,EAAyBiT,GAAzB,CAA6Bnd,IAA7B,CAAmC,AyTX9B,EAAoCqnB,EzTWzC,CyTXK,CzTWoC1rB,CyTXxD,EzTWe,EAA8C2W,MAAM,CAAC3W,GAAD,CAApD,CAAd,+lCbwFa,CA/IL;AE0BsB,AW8B9B,AJgBsBA,ATwExB,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFO,ALAN,AJvDA,ArGwDD,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApIuBQif,Aa1BD,ANAN,ALvDA,A4H0DD,ANAA,A6FFA,ACCA,AFAA,A9KFA,ADEA,A/DCA,AmCDA,AgLjPM,A+FiMH,AoB1DD,AGRE,AEUD,AEND,AzE6BW,AlPoZZ,CyGjjBD,A/FAA,CmG4OE,A9FAA,C0F9OF,A/FAA,CFwQQA,IRmTH6b,CAAAA,CRrZuB96B,A4ThCpBo6D,E5SkIQ,ARmTG1lC,CRrZY,AyMvKlB,AjM4jBMA,CAAoB,CRrZX10B,AgBkGT,AwRxET8M,AhS2XS4nB,CQnTC,A4SlIN,ApT6ab,CQ3SO,ChBlGmB,C4ThCTimC,EnHvIG,CAAC,A+FiML,CjT8CM,AiT9CL/vD,CjT8CM,GAAD,AkN/OF,AsH+HdykB,CHQoB,CrUwGE,AkN/OC,C+FiMpB,CoB1DoBqrC,CrUwGP,AiT9CpB,AuBlEC,ExUgH8B,AwUhHpBtyC,CtH/HsB,ClN+Ob,EAAe,AkN/OC,GmHuItB,EGRb,CxUgHmB,AqUxGqBuyC,AGRnB,ExUgHqB,EkN/OjB,CsH+HzB,EtH/HiD,CAAhC,CAAf,AmHuIJ,QGRiCkB,IEUI,EFVnC,SAAwC,KAAKxsC,KAA7C,o4CxUgHmB,CAhJT;AE2BX,AW8BE,AJe4BpvB,ATyE7B,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,AzCFA,AzGCA,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,A7HHA,AuHGA,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHqBA,AEnBA,A/DCA,AmCDA,AgLjPK,A+FiMF,AEhBH21D,AkBzCE,ACIG,AEbD,AESmC,AvEoBnC,AlPuZH,KiMrjBG,E+F8LK,ChSiYJ76B,C2CzTIyN,AqPnEJl9B,A9CzCF,AlPqaEyvB,CRvZ4B96B,A4T9BzBomD,CnHxIG,AiGiLA,CAAC93C,AlS4YQksB,CgSjYX,AhSiYWA,CgS5XT,AEhBX,AlS4Y2CK,CRvZL,AQuZlBL,CqTjbX,AIJKylB,AzT2ab,CR7YgCjgD,A0SWhB,CnT8DC,AqUvGF,CrUuGG,EqUvGC,CrUuGF,A4DqBlB,CAAuByiC,C5DrBC,AsUnGR24B,CIJuB,CzByDtB,CjT8CC,AwUhHXhsC,CHSoB1J,CrUuGE,A4DqB7B,CuPnFA,CnT8DkB,A4DqBa0b,CyQ5HZ,AGTf,CxUgH6B,A4DqBjC,C4QrIc6kB,C5QqIqB,AyQ5HAwU,ACI1B,ItUmGS,EAAuB,AsUnGT,CEb5B,CAAoB,EHStB,ICIG,EAAqC,EEbtC,YtUNsC,qKFsHxB,CAjJJ;AE2B4B,AW+BtC,AJcuB,AT0EvB,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFM,ALAN,AzGCA,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApIuBQ,Aa1BF,ANAN,AuHGA,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHqBE,AEnBF,A/DCA,AmCDA,AgLjPM,A+FiMH,AoBxDD,ACGI,AEbF,AESAluD,AtDnKJ,AjBgNG,AlP6XF,EwS1kBkCgoD,I7P4R7B72B,EAAE,AsNvRK+tB,AjQqlBR1wB,CR7ZK,AgBoGGv6B,ARyTRu6B,CR7ZF,A0H0EOmT,A1G0BI,Aa1BJA,A+RtGFtK,CzQ2HG,C8Q5HPr3B,AzT0be,CQzTFsyB,AyLzQJ,ClN+OC,AsUnGR,CtUmGS,A4DqBAljB,AqPnEL,AEfKg6C,CjT1DDnuD,CuBiJO,CzB1BP,AyB0BQ9G,A4ShIN,ErUsGI,AmIAd,A7FAA,AsBqBK,A0QxHD,AIJE,C9Q4HS,AsJpQA,A+FiMP,AoBxDK+nB,ACGR+zB,AIJE13C,CvMuGS,A7FAA,A4K/OA,A+FiMP03C,C/SzE2B,AFuH5B,CyB0BG,ARyTE,CjBnVM,AqUtGF,AKDnB,CLCoB6J,AKDL,C1UuGL,AyB0BiB,A6S7HzB,AEbCj3B,C/S0IC,AyLzQa,A+FiMX,AqBrDQsP,CtUmGW,AiT9CPvR,AoBxDH,C5SgIe3sB,AyLzQJ,CzLyQK,AiTjIXg8C,C1BOV,ACkDJ,AuBlEN,CvBkEuB,AqBrDrB,CpH5I4B,AmHyID4J,ACGRgV,AEbXxxC,CxUgHA,AyB0ByB,AyLzQJ,CzLyQ3B,CzB1B6B,A0UvGlB,CjTiIuBppB,AmCL/B,A4QrIP,AES2B2sB,CjTiIY,AmCLzC,AqPnE6B,AuBlEX,C5QoIe,AsJnQL,A+FiMEqnC,CxRwExB,AmCJN,AsJrQuC,AwHwItB,CLCjB,AKDkCvU,CjTiIW,E6S7HzC,KrBqDI,AuBlEN,CtH/H+C,AwHwIhC,CzByDyB,AuBlEX,CESc,CxHxIO,G+FiM5C,AuBlE4BJ,CvBkEnC,AyBzDgB,EAAmCx0C,EFTlD,EESe,CAAyC,YxHxI9B,AwHwIoC,CxHxI7C,CAAf,mQlN+OQ,CAlJA;AE4BV7D,AO6CD,AT0EC,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFQ,A9GCR,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApIuBU,Aa1BF,AiHGR,ANAA,A6FFA,ACCA,AFAA,A9KFA,ADEA,A/DCA,AmCDA,AgLjPK,A8F+IH,ACkDC,AoBvDDoyD,ACEI,AEbF,AESC,AvE6CH,AlP6YC,MoTxbDA,C5TiBO,AwS+BA,CAAP,CxSrBGxtD,CgBoGSyyB,CuR1HP,C9SvBHr3B,AiIuHQk3B,A7FAAA,A+RrGJ,CAACy7B,C5TiBA,AgB8GS,AiTjIb,CjU6BO,AgBoGO35D,AuR1HRA,A/RmbCu6B,CQzTM,AuR1HN,A/RmbT,CjBnVc,AmIAA,A1G0BH,Aa1BG,CtCAC,AmIAAoH,A7FAAA,CpCvHP,A8SuBI,AqBLb,ApTwbUpH,Cf1cA/6B,AwUgBH,C1UuGQ,A0UvGPw8C,CjTiIgB1zC,A4S/HR,CrUqGK,AqUrGrB,CrBKkB0zC,C9SvBhB,CFuHa,CS1EC,A+TtCXptB,AESF,CxUhBepvB,AU+DV,AZwDkB,AmIApB,A7FAA,AoSvGSihD,CENN,C5U6GM,AmIAaze,A1G0BhB,Aa1BgBA,A0QhGf,CAAY9D,ChTgGK,AoTpElB,AoB5CV,EtUPA,AuBiJkCG,A+S1IxBjV,CEST,C1BOU,A0BPW,C1BOQ,ChTgGjB,AyB0ByB,A+S1ItC,C/S0IuCppB,A+S1IvB,CxUgHoB,AyB0BE,CAAJ,CAAQsI,AiTjIhB,CAAC6Q,CvMuGa,A7FAA,C6FAC8oB,A7FAAA,A0QhG9B,EAA6B/hC,AwBhBxC,AESC,EFTyB,AESO+qB,CjTiIC,C0G1BM,A7FAA,CoSvGvC,CvMuGgD,A7FAA,A0QhGtC,CwBhBoBgwC,C/S0IwB3yD,CuR1HN,C7KgGIkkC,A7FAAA,A0QhGvD,EAAsDxsC,CAAC,AwBhBrD,G/S0IM,CuR1HmD,CvR0HQ,AuR1HnE,EAA8DA,CAAC,EAA/D,EAAmE,mB7KgGhB,A7FAA,E6FAT,A7FAA,C6FAd,A7FAA,C6FAtB,A7FAA,K6FA4F6tC,A7FAAA,Q6FAQ,A7FAA,C6FAC5L,A7FAAA,M6FAD,A7FAA,E6FAS/D,A7FAAA,CtCApG,CAnJH,GmImJ8F,A7FAA,E6FAgBsG,A7FAAA,K6FAhB,A7FAA,E6FAuB,A7FAA,I6FAvB,A7FAA,C6FAR,A7FAA;ApCtHhG,AW8BD,AJeA,AGiBO,AZyDN,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFO,A9GCP,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApIuBYlG,Aa1BL,AiHGP,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHqBE2D,AEnBF,A/DCA,AmCDA,AgLjPG,A8F+IA,ACkDD,AGtBA,AiBhCAm3B,ACCG,AEbD,AIGF,A7B5ED,A5CgIA,AlP4YIh3D,E2C9TH6/B,IyQzHAm3B,ClMkGI,A7FAA,Cb4BM96B,AmCLJ,A3C8THl8B,C2C9TIkH,A4Q3IN,AvTycElH,CAAgB2xB,CjBnVV,AoTpEJioB,AwBzCAA,C5U6GK,AgThGHxzB,AqBJD,ClMoGK,A7FAA,AsBqBX,AyQzHO9B,CzQyHK,A3C8TTtkB,CJ5aK8T,AJeA,AT0EC,AwUhHD,CxBgBG,A/RmbcqkB,CjBnVV,AmIAA2D,A7FAAA,A8QpEf,AwBzCA,A3TgcG97B,CmSvZS4E,AwBzCAA,A3TgcT5E,C+RnbW,ChTgGL,AqUpGT,CxTWC,AJeW,AmD+FZ,AyQzHe+3D,C5T0BF1pC,AT0EO,AmIAA,A7FAA,C6FACiR,A7FAAA,AsBqBAxE,C5DrBZ,AyB0BiB,AuR1HP8e,CvSsBX,AmD+FR,AwPzFA,AiBhCA,AOTA,CnUmCkBz8C,AT0EM,CyB0BK8+B,C0G1BlB,A7FAA,A8QpEY7W,AiBhCD,AOTCA,CnUmCf,C0H0EoB,A7FAA,A0QhGd,CvSsBShoB,AgBoGU,AuR1HP0+B,ChTgGjB,AyB0ByBl+B,A2R9FlC,AiBhCA,AOTA,CnTuIiC,A2R9FJ,CpToEG,AyB0BH,CAAQsI,ChBpG7B,AuStBM,CvSsBb,AuStBgC,MvR0HvB,EuR1HI,EAA6BtI,CAA7B,CAAb,EI4BD,EAAiD+lD,IwBzCJ,KAAKh5C,ExByClD,CAA8D,CwBzC9D,MxByCA,IwBzC4DgR,MAA5D,smB5U6GS,CApJG;AE0BsB,AWkCjC,AJeA,AT0EC,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFQikB,ALAR,AzGCA,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApIuBYxjB,Aa1BJwjB,ANAR,AuHGA,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHqBEgR,AEnBF,A/DCA,AmCDA,AgLjPC,AkG2KC,AKxDFikB,AYwBEmC,AGZExqC,AEQC,AELH,A3TqnBC,E2CnfDokB,GAAG,CAACpmB,AyQzHJwsC,CxTCO,AJaA,CIbP,AJaA,A0HsFMp3B,A1G0BIxjB,Aa1BJwjB,CwFACgG,A9FAAA,CwShHLpZ,CpB4CGotB,CiBhCC,CZxBK,AYwBJt1B,AOTAra,ChRkIP,A6PjJYyB,C7PiJC8yB,A4QrIN,C/S0IW,AgStJpB,C7PiJE,AwPzFA,CAAY55B,AoB5CF/I,C1MgHZ,ArG0BuB+B,AO1BvB,A4BqBmBk9B,A6PjJA,CzT4HC,A8HAA+E,ArG0BR,AO1BQA,AqSpGlB,AOTc,C5U6GK,A4DqBnB,AyQzHei4B,AKJL7tD,AELKlC,CzM6GK,A7FAA,C6FAC83B,A7FAAA,CtCAH,CoTpElB,CpToEwB,A8HA1B,A9FAA,AwShHoB,CAACnjC,C1MgHOo/B,A9FAAA,AoRpEH1W,AsBpCN,AELV,C5U6GW,AmIAE,A7FAA,AoSxGFrd,CLIlB,AOTA,C5U6G6B,AmIAA,A7FAA,C8QpE7B,CpToEkB,A8HApB,A9FAA,AoRpE+B,AiBhCF+vD,ErUoGM,AmIAA3tB,ALAA/H,AxFAA+H,ANAA/H,CyR5HnC,AiBoBY,EAAP,E5MwGL,A9FAA,AwShHY,CxUgHQ,AwUhHgB,C1MgHM5D,A9FAAA,AqSpGxC,CrUoGyC,C8HA3C,A9FAA,E8FA8C,A9FAA,KoRpE5C,EAAiDolB,IAAjD,EoB5CU,CrMgHmB,A7FAA,AkShH3B,ErMgHkB,A7FAA,C6FAd,A7FAA,ylBtCAY,CArJN;AE0BsB,AWmClC,AJeA,AGgBA,AZ0DE,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFO,ALAL,AzGCF,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApIuBY,Aa1BL,ANAL,AuHGF,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHqBC,AEnBD,A/DCA,AmCDA,A8QrGqE,AIgCnE/nD,AiBhCA,ACDE,AEXA2wB,AEOC,AELH,EhRoIF,IkEvBMsO,A9FAAA,AoRnEJj/B,CjLiEW,A7FAA,CwFEX,A9FAA,EwS/GE2wB,G5TqDK,AuH0DI,A7FAA,A+RnGJ,AKRU,CtBwCT,AsBxCN,CtBwCO3nB,AKxDIgwD,AeYN,CAAC9T,CrM+GOjlB,A7FAAA,A+RnGJ7xB,ACDF,C1T0CGkkB,IAAL,AuH0Da,A7FAA,C6FACwQ,A7FAAA,AgSpGR,CtUoGS,AqUnGf,ACDOib,AEXZ,C5TqDkBnxC,AZ0DG,AqUnGH,AGZH,CxBcmB2d,EhTiGd,AoTnEtB,CxSSO,AwSTiB,CxSSE,AZ0DE,AgTjGY,AsBH/B,CtBGgCla,AsBHpBgtC,CnMoGV,A7FAA,CtCAW,CmIAU,A7FAA,CtCAC,AqUnGZnxC,AhD1CC,AyDAA,C9B4Cc,ChTiGd,AgTjG0B,AsBHvC,CAAoB,CtUoGQ,CgTjGD,CAF+B,CpSyCnC,AyTzCZ,EAAUG,CrUmGR,CoTnEtB,AkBjCS,CtUoGoC,CoTnEF8C,AkBjCJoT,EDCnB,EAAqB,CCDhC,EAAP,ElBiCF,GAAuD,EAAvD,itBpTmEsB,CAtJV;AE0BsB,AWqCnC,AJeA,AGeE,AZ0DC,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFQ,A9GCR,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApIuBW,Aa1BH,AiHGR,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHuBA,AErBA,A/DCA,AmCDA,AgL5NA,A8FsHqE,AIkCnE,AiBjCC3X,ACDC,AEXCmlD,AEOD,ArDrCF,AyDAA,A7TmpBC,QoTzmBAnlD,CnHvHa,CmE6ERkD,AyDAAA,C1B2EDiwC,CoB7CFgS,CtH3GL,AjM6iBGrrD,CiM5iBD,AjM4iBCA,CL7YO,AuH0DK,A7FAA,ArBmVC43B,CAAb53B,CmSrZD,CAAYqE,AiBjCD,AGZF,AnD9BK,AyDAA,A7TgeAuzB,CoTtbD,ApTsbCA,CkHnVR,A7FAA,AkS/GK,C5TqDC,AyQnFK,AyDAA,ClUmFJpL,CsMhKf,AmE6EE,AyDAA,E9U6IuB,AkNxNvB,AkGsJA,AoB7CgBstB,CxU+GQ,EoTlEDj1B,CxSQf,AZ0De,CY1DFoK,CZ0DQ,AqUnGV,CpBoDP,AGnBZ,CAA6B,CpTkEN,AwU/GZ,CAAeo8B,C5TqDlB,AZ0D0B,AkN1NpC,CtMgK+B,CZ0DN,AkNxNH,ElNwNkB,CwUhHrB,E5TsDgB,CAACj8B,EZ0DX,EAAuB,IY1DtC,EAAoC,EAApC,EAAwC,IwSRhD,ExSQoD,AwSRQokC,CxSQP1zD,KAA7C,CAAP,GwSRD,CAAwE,YAAxE,4hBpTkEuB,CAvJX;AE0BsB,AUoEjC,AZ0DC,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFO,ALAL,AzGCF,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApIuBS,Aa1BF,ANAL,AuHGF,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHuBA,AErBA,A/DCA,AmCDA,AgLzNE,A8FkHmE,ACsDnE,AGlBA,AiBlCE+2D,ACDD,AEXE3c,AEHI,AtDxJT,AC6HE,AyDAA,A7TgeGt9C,M6GnVCilC,A9FAAA,AkLvNA,CtM2JG,AuH0DI,A7FAA,AgS/HJ,C1TqEP,A0TrEA,ArTodGjlC,EoTtbDi6D,CvMmGO,A9FAA,AiR/CJxd,A5B9FAyR,AyDAAA,A7TgeFluD,C+RtbKm8C,AwBZLmB,CrM+GQ,A7FAA,A8QjEJxwC,AnSoZC,CoTtbF,CAAC8tD,CvMmGO,A9FAA,AgRrGqD,C9FlHpD,A+FwKf,CAAY1Z,CoBpDV,ApTqbYlmB,C6GlVd,A9FAA,AoRjEc,AiBlCD6+B,AhD1Cb,AyDAA,C5H1EmB,AkGsJJjvD,AoB9CH,AnD9BI,AyDAA,ChN6II,A9FAA,CwS/GNixD,C7TsBV77D,CuM9HJ,A+FwKA,CAAqB,AoBpDnB,CnHpHuB,CkGsJlB,AiBlCco6D,C1TUZ,CXyFmB,AoTjE5B,CpTiE6B,AqR7IZt3D,AyDAAA,G7B8FjB,AoBpDE,CrUmG0B,CiT/CG4oB,AoBpDF26B,CrUmGM,EiT/CnC,A5B9FgB,AyDAA,C9U6IY,CqR7IE,AyDAA,C9U6IU,CAAC,CqUnGvC,EAAqCxiB,QAArC,EAA+Cj5B,CrUmGT,CAAZ,EAA8B,GqUnGxD,GrUmG0B,EAAsC,m2FAAtC,CAxJhB;AE0BsB,ASqCzB,ACgCT,AZ0DE,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFQ+zB,ALAJhB,AzGCJ,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,AvHHQgB,ANAJhB,AuHGJ,ANAA,A6FFA,ACCA,AFAA,A9KFA,ADEA,A/DCA,AmCDA,AgLzNI,A8FiHiE,ACuDnE,AGlBA,AiBlCE,ACDF,AEdiB,AEDV,ArD1BNnxB,AyDAAA,A7TyeEvM,I6G5VD09B,A9FAAA,E8FAE,A9FAA,EmGAEgB,A7FAAA,A4KvNA,AmE0ELnyB,AyDAAA,A7TyeEvM,C6G5VI,A9FAA,AqSrGI,EAEPomD,AGfF,CxBcYwO,C7KoGH,ALAAvuB,AxFAA,ANAAA,AiR/CJx5B,AhS2YJ7M,CkH5VSiiC,A7FAAA,CrB4VF,CoQzeD,AyDAA,C9U6IM,AkNvNA,AmE0ELn9B,AyDAAA,C9U6IM,AgTtGmD,CqBCxD,CpBsDG,AoBtDb,CrUqGc,AmIAT,A7FAA,A4KvNa,A+FwKJ6F,A5B9Fd,AyDAA,CzDAe9H,AyDAAA,C9U6IK,CmIAC,A7FAA,C4KvNpB,ClNuNa,CkNvNU,ClNuNC,AiT/CnB,C9K+CD,A7FAA,A2Q/CkB,CjT+CT,AqR7IS,AyDAA,A7TyeAm4B,CoQzeC4qB,AyDAAA,A7Tyef,CjB5VoB,A4U9GlB,C3T0ckBzsC,CAApB,C6G5VH,A9FAA,Cf4VgC8b,C6G5VrC,A9FAA,Af4VQ,CjB5VK,CiB4VwBA,CjB5VD,GqR7ItB,AyDAA,EzDAf,AyDAA,6iB9U6Ic,CAzJH;AE8BX,AF4HC,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,AzCFG,AzGCH,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApIuBQ,AO1BL,AuHGH,ANAA,A6FFA,ACCA,AFAA,A9KFA,ADEA,A/DCA,AmCDA,AgLzNM,A8FgH+D,ACuDzCktB,AoBnDzB,AGXC/yB,AENK,AEMP,A7B1ED,A1B2CE,AyDAA,A5DlGF,AjQ2oBM,G6G9ZL,A9FAA,I9B9HA,AmUyBO,AhDxCP,AyDAA,CrTyKUpQ,AwR1EgBmjC,AoBvD1B,CvMuGO,A9FAA,CwS9GL/yB,CIAG,C5BSiB2+B,C9SvBf,A4H4HI,A9FAA,AkLvNA,CjMojBmB,CgS7YG,AuB9D1B,AIAEvtD,CnTwIS,AuRjIiD,AwBP3D6mD,AIAE,C3B8DyB,ExR0Ed,AmTxIR,C5U8GK,A8HAAriB,ArG0BZ,AO1BYA,ChCAC,CyB2BX,AwR3EgB,EjTgDN,AwU9GhB,AIAgBwX,C9M8GP,A9FAA,AwS9GM,CxU8GO,AiB6VM,CiMpjB1B,ElNuNc,AyB2BH,CqG3Ba,A9FAA,A4S9Gf,C5U8GgB,A4U9GJ9d,E5U8GP,AyB2BV,ARkUQzJ,CAAc,CjB7VG,C4U9GpB,CAAmB,A3T4czB+F,C6G9VI,A9FAA,Af8VJA,CAAK5D,EjB9VM,AiB8VX4D,C6G9ViC,A9FAA,ChCAC,A8HAA0D,A9FAAA,Cf8VxBjgC,C2T5cJ,EAA6BiC,C9M8GI,A9FAA,C8FACmkC,A9FAAA,Gf8V9BpmC,C2T5cJ,A3T4cagJ,G2T5cyB,CAAnD,E9M8GO,A9FAA,A4S9G+CjH,CAAC,C9M8GI,A9FAA,G4S9GA,CAA3D,C3T4ciB/B,C2T5c6C+B,A3T4ctBy0B,C2T5cuB,A3T4c9Cx2B,CADa,C2T3c9B,EAAmE,A3T8c5Du8B,CAAAA,CAAK5D,EAAL4D,GAAU/F,CAHa,EAMzB+F,CAAAA,CAAK7hB,OAAL6hB,GAAeL,CAAAA,CAAAA,EAAAA,EAAaG,CAAAA,CAAa,SAAbA,CAAbH,EAAsCxhB,CAAtCwhB,CANU,EASzBK,CAAAA,CAAKb,OAALa,GAAiD,YAAlCA,CAAAA,CAAK5D,EAAL4D,CAAQ/sB,OAAR+sB,CAAgBpjB,WAAhBojB,EATU,EAUzBA,CAAAA,CAAKzzB,IAALyzB,GAAYA,CAAAA,CAAK7hB,OAAL6hB,CAAazzB,IAVA,EAWzByzB,CAAAA,CAAKpE,oBAALoE,GAA4BA,CAAAA,CAAK7hB,OAAL6hB,CAAapE,oBAXhB,EAczBoE,CAAAA,CAAKX,UAALW,GAAKX,CAAaW,CAAAA,CAAKb,OAAlBE,IAAoCW,CAAAA,CAAK7hB,OAAL6hB,CAAaX,UAd7B,EAiBzBW,CAAAA,CAAKV,UAALU,GAAkBA,CAAAA,CAAK7hB,OAAL6hB,CAAaV,UAjBN,EAoBzBU,CAAAA,CAAKpB,cAALoB,GAAKpB,CAAiB,CApBG,EAuBzBoB,CAAAA,CAAKC,SAALD,GAAiBA,CAAAA,CAAKzzB,IAALyzB,GAAYA,CAAAA,CAAK5D,EAAL4D,CAAQtzB,YAARszB,CAAqBA,CAAAA,CAAKzzB,IAA1ByzB,CAAZA,GAA8CA,CAAAA,CAAK5D,EAAL4D,CAAQ7T,WAvB9C,EA0BzB6T,CAAAA,CAAK7Q,WAAL6Q,GAAmBA,CAAAA,CAAK7hB,OAAL6hB,CAAa7Q,WA1BP,EA6BzB6Q,CAAAA,CAAK3F,SAAL2F,GAAiBA,CAAAA,CAAK7hB,OAAL6hB,CAAa3F,SA7BL,EAgCzB2F,CAAAA,CAAK/D,UAAL+D,GAAkBA,CAAAA,CAAK7hB,OAAL6hB,CAAa/D,UAhCN,EAmCzB+D,CAAAA,CAAK7B,SAAL6B,GAAiBA,CAAAA,CAAK7hB,OAAL6hB,CAAa7B,SAnCL,EAsCzB6B,CjBnYa,AiBmYbA,CjB7hBO,AiB6hBF1B,cAAL0B,GAAsBA,CAAAA,CAAK7hB,OAAL6hB,CAAa1B,cAtCV,EAyCzB0B,CAAAA,CAAKhC,SAALgC,GAAiBA,CAAAA,CAAK7hB,OAAL6hB,CAAahC,SAzCL,EA4CzBgC,CAAAA,CAAK7D,OAAL6D,GAAeA,CAAAA,CAAK7hB,OAAL6hB,CAAa7D,OA5CH,EA6CzB6D,CAAAA,CAAK3D,YAAL2D,GAAoBA,CAAAA,CAAK7hB,OAAL6hB,CAAa3D,YA7CR,EA8CzB2D,CAAAA,CAAKd,YAALc,GAAoBA,CAAAA,CAAK7hB,OAAL6hB,CAAad,YA9CR,EAiDzBc,CAAAA,CAAKE,QAALF,GAAKE,CAAW,CAjDS,EAoDzBF,CAAAA,CAAKjE,OAALiE,GAAeA,CAAAA,CAAK7hB,OAAL6hB,CAAajE,OAAbiE,CAAqB9zB,GAArB8zB,CAAyB,UAAU3a,CAAV,EAAUA;Af5gBtD,ASiCD,AX2FE,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFQ,ALAJqd,AzGCJ,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApIyBQ,Aa5BA,ANAJA,AuHGJ,ANAA,A6FFA,ACCA,AFAA,A9KFA,AHqBA,AEnBA,A/DCA,AmCDA,AgLzNK,A8F+GgE,ACuDzB7U,AoBlD1C,AGXG2lC,AEPI,AEON,AvD/BD,AyDAA,A7T8hBO,I6GjZL9wB,A9FAAA,E8FAE,A9FAA,EP4BM1e,AwR7EgC6J,CnLiDnC,A9FAA,A4BqBA2f,G1DjJF,AiI4HK9J,A7FAAA,A0QtGkBnxB,ACqDkB,AuB7D3CihD,AIAIxlC,CjUmBA,AmH2FIgd,A9FAAA,AqP7IJn5B,AyDAAA,C7B4FyC,ExR6E9B,AuRpIiD,A4BNxD,C1UdDnM,AiI4HK,A7FAA,C3B3FHqwB,AwH2FI+c,A7FAAA,AkS9GP,C5QmIX,AgRnIgB,A3T+fAztB,CjBjZI,A4DqBAoiB,A4QnIP,AnD/BG,AyDAA,A7T8hBApiB,CjBjZK,AyB4BI,A4PzKR/T,AyDAAA,A7T8hBCoD,CN5eT,AcuHD,CvBxJD,CF4Ha,AyB6BVmvB,AmT3IW2d,AvD/BZ,AyDAA,CnUkDanxC,AwH2FV,A7FAA,AkS9GM+jB,AnD/BI7iB,AyDAAA,A7T8hBN8T,Cf7gBK,AF4HK,A4DqB1B,C1DjJG,Ae6gBM,CQpXK,AmCRcqe,C1DjJJ,ASiCf,AX2FW,AmIAS,A1G6BdK,Aa7Bc,CrCjEH,AU1BE,AwH2FEkG,A7FAAA,AsS9Gd,C5U8Ge,A4U9GHvG,E5U8GR,A8HAX,A9FAA,A4BqBT,AyNlKS,AyDAA,ChN6IyB,ArG6BxB,AO7BwB,AqP7IhC,AyDAA,C9U6IiC,A4DqBAsG,CgRnInB,CnT0IR,AmT1I2B,CzM8G3B,A7FAA,E6FAgC,A7FAA,AsBqBxC,C5DrBoB,A8HAX,A9FAA,CrB3FyB,AcyHrB,AmCT6B5D,C5DrBC,A8HAA,A9FAA,C8FAC,A9FAA,A4BqB5C,CgRnIgB,ChRmI8B,CgRnID5gC,CAA7B,CAAb,G9M8GwC,A9FAA,E8FAW,A9FAA,Q8FAX,A9FAA,C8FAlC,A9FAA,E8FAwDwkC,A9FAAA,K8FAxD,A9FAA,C8FAL,A9FAA,i5BhCAgB,CA3JN;AEgCV,AD2DF,AU1BC,AX2FC,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFUA,ALAP,AzGCH,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApI2BUhG,Aa9BAgG,ANAP,AuHGH,AuFFA,ACCA,AFAA,A9KFA,AHqBE,AEnBF,A/DCA,AmCDA,A+QpD0B,AoBhDzB,AGdkB,AENV,ArDvBP,AyDAA,A7T6hBgBt1B,MQlXRsvB,AmCTJ8U,CqPvEG,CAAP,EhTfI,AkIiEI9O,A7FAAA,CsBqBC,A4QrIP,AvT+fkBhK,CApDU,E2CtUlB,A3C+XoC,ChBrdvChW,AU1BD,AwH2FK,A1G8BI,Aa9BJ,Cb8BK6Z,CvB1JT,CiI4HOH,A7FAAA,AsBqBhB,CjDhHY7xB,CV0BR,AwB+Fa,EvB1JHmZ,AuB0JUhH,C0G9BH,A7FAA,CtCAC,AmIAA8uB,A7FAAA,CtCAC,CCjEFtpB,AU1Bb,AM+ewC,CN/e3B,CX2FC,EAAM,AyB8BX,C0G9BD,A1G8BR,Aa9BQ,CpC5HP,AiI4HqBwjB,A7FAAA,AgSrGlB,CpUvBa,AF4HH,AiBoZNhN,CfhhBP,AeghBOA,CjBpZiB,AiBoZZ7hB,CfhhBOnZ,AD2DG,CAAC6kB,AU1BVla,AX2FA,AmIAN,A7FAA,C6FAoBq6B,A7FAAA,CtCAC,EE5HnC,CD2DF,AmTDsB8qB,AnSsdN90B,CkHpZA,A7FAA,ArBoZaG,ChBrdU,AU1BlB,AwH2Fb,A7FAA,CtCAc,CW3FSrwB,CX2Fc,GoTlEf2rD,EzSzBT,EAAqB,GM+eM,GACzCz7B,CAAAA,CAAKG,CmSvd+B8hB,WAAW2Z,EnSud/C57B,GAAsBv8B,MmSvdoC,EnSudpCA,CAASgJ,aAAThJ,CAAuBu8B,CAAAA,CAAK7hB,OAAL6hB,CAAaG,cAApC18B,CADmB,GAGzCu8B,CAAAA,CAAKG,cAALH,GAAsBA,CAAAA,CAAK7hB,OAAL6hB,CAAaG,cA5DZ,EA+DrBH,CAAAA,CAAKG,cAAT,EAAyB,24GjB1ZR,CA5JV;AEiCV,AD0DqC,AUzBrC,AX2FA,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFU,A9GCV,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApI2BS,Aa9BC,AiHGV,AuFFA,ACCA,AFAA,A9KFA,AHqBE,AEnBF,A/DCA,AmCDA,AgL1NI,A8FiHD,ACqDD,AGjBiE,AkBlCjE,AERE,AIJiE,AvD3BpE,AyDAA,A7TsiBQH,M2CrYH0C,EAAE,GAAG,AsJ7OA,C8FiHJnwB,A/RigBEytB,CqT/fAnuB,ArT+fAmuB,CNrfCjJ,AwH2FI2M,A7FAAA,ArB0ZA3H,EjB1ZE,A4DqBd,AoP5HS,ChTuGM,EmIAE,A7FAA,CtCAH,AmIAI8N,A7FAAA,AgSrGJ,CtBFA,AsBECl6B,ArT+fRqwB,CjB1Za,AkNxNA,CAAC,CjMknBTjE,CNrfO,AX2FL,CgTvGKxpB,A4BRgByb,A3TygB5BgS,CjB1ZkB,AwU7GpB5L,C7TkBiB,A2TVf,ArTggBA4L,CjB3ZO,AsUrGU,ArTggBjBA,CkH3ZK,A7FAA,A0QvGX,A4BRsC,A3T0gB3BG,CjB3ZiB,A4U/GWrsB,C1HzGpB,A8FiHK,AwBNvB,CtH3GA,CvM6HwB,AwH2FMk2B,A7FAAA,AkS7GpBihB,C7TkBet2B,CiUpBQ,C5U+GrB,A4U/GiC,E5U+GV,AmIAA,A7FAA,C6FACjvB,A7FAAA,AsS/GH,CAFgC,CjUsB7C,A6TlBpB,C7TkBiCqxB,A6TlBb,CvTwgBfiJ,CAAoBttB,CkH3ZK,A7FAA,IrB2ZzBstB,CkH3Z0C,A7FAA,ArB2ZhB5U,CkH3ZzB,A7FAA,CkS7GN,C7TkBoB,AwH2F8BioB,A7FAAA,C3B3FJ,GMsfzCrT,GNtf6C,AMsfT,CNtfUxL,AwH2FO,A7FAA,C6FACiT,A7FAAA,I3B3FvC,AMqffzH,ENrfqDhJ,AwH2FA,A7FAA,E6FAS0M,A7FAAA,K6FAT,A7FAA,E6FAgBsG,A7FAAA,E3B3FtD,CAAmD,EwH2Fb,A7FAA,E6FAuB,A7FAA,E3B3FN,CAACxV,EwH2FlB,A7FAA,C6FAR,A7FAA,C6FA5C,A7FAA,C3B3Fc,CAApB,GwH2F6F8e,A7FAAA,a6FAa,A7FAA,C6FAC7L,A7FAAA,M6FAD,A7FAA,E6FAS/D,A7FAAA,K6FAT,A7FAA,C6FAb,A7FAA,qctCAjF,CA7JF;AEkCX,AF4HC,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFS,ALAP,AzGCF,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApI4BQ,Aa/BC,ANAP,AuHGF,AuFFA,ACCA,AFAA,A9KFA,ADEA,A/DCA,AmCDA,AgL1NG,A8FiHC,AsBCwByjB,AEPxB,AEDD,AEJkE,A3T6gB5D,GiMxnBP,GpF6NIzkB,A9FAAA,E8FAJ,ArG+BUmB,AO/BV,AsStG0BsjB,CnMmGpB,A7FAA,A4KrNC,CpFwNC,A9FAA,EP+BM,CAACzhD,E0G/BF,A7FAA,A0QvGN87C,AsBC0B,AIRzB3vC,CzTygBGkqB,CqTjgBwB,ArTigBxBA,CjB3ZK,CAAC,AyB+BP,CR4XWhzB,C+RlgBnB,AsBCsB,CtUsGR,AgTvGF26B,A0BPC,CAACpyB,C1U8GM,AyB+BI,CAApB,AR4XevI,CyTzgBb,AzTygBmBpB,CjB3ZX,AyBgCR86B,AuRvIN,AwBNGrO,AEDgB7iB,C1BOA,ChTuGM,EAAX,CwU7Gd,CxU6G6B,AyBgCjB,CAACoN,A+S7IHiQ,CEDJ,AxDxHqC,AjQioBxB7lB,C+RlgBnB,A0BPD,AzTygBoCmL,EQ3XvB,AuRvIiBohC,AwBN7B,CxU6Gc,AyBgCR,A+S7IU,ExU6GqB,AiB2ZlBvsC,CQ3XE86B,AR2XoBta,E+RlgBzC,CAAqC/jB,CvRuIZ,AuRvIzB,CvRuI0B,AR2XPuD,CQ3XM,AuRvIe,A/RkgBOi3B,CQ3XzC,AuRvIN,A/RkgB+CA,CuTxgB/C,AvTwgBoDG,EuTxgBvB,KAAK0kB,KAAlC,EvTwgB+C7kB,CAAoB1pB,QAAhDvN,CAAd,ggBjB3ZS,CA9JJ;AEmCZ,ADyDC,AUzBC,AX4FA,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFUsqC,ALAN7L,AzGCJ,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApI8BQ,AajCE6L,ANAN7L,AuHGJ,AuFFA,ACCA,AFAA,A9KFA,AHqBE,AEnBF,A/DCA,AmCDA,AgL1NI,A8FiHA,AImCF,AkBnCyC3Z,AENvC,AEDD,AELkE,A1DpHtB,AjQioBtC,I6G1ZL2Z,A9FAAA,E4BqBEwC,EnCYMvH,AyLzPJ,AoHiHmC5U,EnMuGjCwlB,A7FAAA,A8QpEF7mC,CxPyFG,C0Q5HoC,AMVrC00C,EjUqBA1jC,Ac6HQ,A6SxI+B,ApDhI/BiJ,CzPwQCqM,Cd7HP,AiDiHI,AgRxIqD,A3T8gBxDsN,CiMnnBK,AkGoJH,AnS+dFA,CkH3ZK,ALAA,AxFAA,ANAA,AkPvO6B,CvQ2IhCrJ,AwH4FI0Q,ALAAA,AxFAAA,ANAAA,C4BqBjB,AwPzFgBhkC,AnS+dWs4B,CiMnnBP,AjMmnBOA,ChB9d1BnY,ADmEmB,A4DqBA,AsJ7OlB,AjMmnBiCle,CjB3Zd,CkNxNE,C/EwNP,ALAA,AxFAA,ANAA,ChCAI,CmIAKg+B,ALAAhB,AxFAAgB,ANAAhB,AwS7GpBtO,CxU6GqB,AoTpEF,AnS8djB,ChB7dC,A6HmEQ,ArGiCN,AOjCM,AoRpES9vB,CzSxBD,AmH4FtB,A9FAA,C/BnEOsmB,AUzBgBrE,AX4FL,CmIAJ,A7FAA,AkS7Gd,CxU6G6B,CW5FlB,AwH4FmByjB,A1GiCInjC,AajCJmjC,AkS7GpBpb,C7TiBkB7pB,AX4FV,EAAe,CCnElC,AUzBY,A6TjBX,C7TiBA,AwH4Fc,A7FAA,AkS7GE,ErM6GqB,A7FAA,C8QpEvB,CpToEI,AyBiCd,A2RrGkC,EpToEG,AyBkCnC,C0GlCQ,A7FAA,C6FAR,A7FAA,AkS7GN,EAA0B,C/S+If+J,IAAL,A+S/IyB2xD,C/S+If,K2RtGF,AoBzCd,CpByCF,U3RsGQ,EAA4B9hD,IAA5B,EAAkCmlB,UyPzQnB,IAAsB,EzPyQa,IAAIh2B,QAAtD,slCzBlCY,CA/JR;AEqCb,ADwDE,AUxBC0P,AX2FA,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFS,ALAL3O,AzGCJ,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApI+BO,AalCE,ANALA,AuHGJ,AuFFA,ACCA,AFAA,A9KFA,AHqBI6zB,AEnBJ,A/DCA,AmCDA,AgL1NM,A8FiHF,AImCF,AkBpCwB,AELtB,AIPiE,AxDrJrE,AFiC+C,AjQooBtC,I6G5ZL7zB,A9FAAA,A4BqBA6zB,EAAE,C0Q7HG,CAAP,C1Q6HO,CjDhHLllB,CmH2FO,A9FAA,AoRpEJgkC,CzSvBD,AmH2FMpvB,A9FAAA,A4SlHIq8B,CjUuBTpqD,AiDgHM0D,AsJ7OA,CgEhBkB8wB,ClRwOhB,CAAC,AiB4ZHuH,CmSheX,AwBhDmE,A3TghB5D,CmSheK5zB,CpToEC,AkNxNI,AjMqnBR,C6G7ZP,A9FAA,ChCAiB,A8HAA45B,A9FAAA,AkPxO0B,CtN6PtC,CkErBL,A9FAA,A4BqBmB,C5DrBR,AkNxNT,AjMqnBU,C6G7ZS1D,A9FAAA,AoRpEvB,CpToEwB,C8HAtB,A9FAA,ChCAW,AoTpEU1V,AnSieLxnB,CNxfhB,AMwfgBA,CNxfK,AX2FK,EoTpE5B,AnSiesB,CmSjeO,AnSiepB,EAAgBA,CjB7ZZ,AiB6ZYA,EjB7ZW,CW3FlC,AMwf2B46B,CAApB,CNxfyB,CMwfU56B,CAAAA,IAAK,CAAxC,EAA2C,CNxfjBqmB,KAAD,EAAW,EiDgHtC,CAAL,CwPzFF,EAA4D2/B,IAA5D,wBlCpKuC,IAAM,4clRwOhC,CAhKD;AC8FZ,AUzB8C77C,AX4F5C,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFO,ALAH,AzGCJ,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,AvHHO,ANAH,AuHGJ,AuFFA,ACCA,AFAA,A9KFA,AHqBG,AEnBH,A/DCA,AmCDA,AgL1NK,A8FiHF,AImCD,AkBpCA,AINA,AEPmE,AxDpJrE,AnQsqBa,EgSnrBe4pD,CrPyS1B,EsJ7OE,ItJ+OK,EkErBE,A9FAA,AkLxNA,AkGoJJ/X,CzSxByC7xC,AiUvBzBojD,ChRwIV,A8QnIJlhD,E1U8GM,AkNxNA,ClNwNC,A8HAZ,A9FAA,A4SrHiE,CxBiDnE,CAAYrF,AnSieG6zB,CNzfsC,AX4FxC,AiB6ZEA,CNzfwCxU,AiDiHrCme,A8QnIJ,C1U8GK,A0U9GJr6B,CzT2gBWosB,CAAAA,CRzetBh3B,AT4ES,AkNxNU,AjMqnBWS,CJxf7B6J,AFDuD,AiDiHjD,AwPzFX,AnSie0B0sB,CNzfmCx2B,AX4FrC,AiB6Zb,EjB7ZE,AkNxNc,AkGoJJynB,AsB1ChB,CjUkCE,CT4EmB,A4DqBA,A8QnI5B,E/TkBuD,AySwBvD,CzSxBoE9S,AySwBvC,EvSvBd,Cb2FF,EAAuB,A4DqBzB,CjDjH0C,AuM5H5C,CvM4HqC,CuM5HN,CtJ6OA8vB,KAAK,KAAKnjC,GwPzFlD,EAAqDwoB,IxPyF1C,EwPzFX,CAA6D7iB,CxPyFE,CAACk3B,KAAK,AwPzFrE,CxPyFsEmG,UAA/D,EAA2E,uN5DrBrE,CAjKD;ACgGb,AY1BgB,AFD8D,AFgBpE,AT6EP,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFK,ALAF,AzGCH,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApI+BM,AalCD,ANAF,AuHGH,AuFFA,ACCA,AFAA,A9KFA,AHqBInH,AEnBJ,A/DCA,AmCDA,AgL1NM,AkGqJJl2B,AoBnEO,AEwBP,AERmE,AxDhJrE,AF6BE,AjQsoBWwzB,I2CxYT0C,CuE1CO,A7FAA,CsB0CL,AwPxFJl2B,G3RqGW,AmCbJ,EjDlHL,AwH6FO,A7FAA,CsSpHkB+F,CnTsJvB,AmCbOxK,AsJ7OA,AkGqJJ,CAAC8zD,AlCtKJp1C,AjQsoBOuZ,CkH7ZE,A7FAA,ArB6ZFA,CkH7ZGkT,A7FAAA,AsStHqD,A3TmhBnDnX,EiQtoBR,ChEiBS,AkGqJjB,CAAe,ExPwFR,CAAc,AsJ7OjB,AgEjBS,AjQsoBFiE,CAAal2B,CjB7ZD,CAAC,AmIAf,A7FAA,C4OzOT,C/IyO0B,A7FAA,ArB6Zfk2B,CjB7ZY,AkRzOJ,AjQsoBUK,CAAAA,CjB7ZA,AiB6ZSztB,CmShejB,EpTmEE,EAAW,EAAX,EAAe,AiB6ZTytB,CAAmB3rB,IAAnB2rB,CjB7ZN,CiB6ZZL,CjB7ZmC,IwU7GrB,I5QkIlB,CAAL,A4QlI4BpnB,OAzBvB,q+CxUsIgB,CAlKX;AWsEV4E,AX6FA,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFMkmB,A9GCN,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApI+BK,AalCCA,AiHGN,AuFFA,ACCA,AFAA,A9KFA,AHqBG,AEnBH,A/DCA,AmCDA,AgL1NK,A8FiHH,AIoCC,AoBpEM,AtDlGN,AjQqoB+ChvB,CQ5alD,K0GgBMgvB,A7FAAA,I3B7FFlmB,CwH6FO,A7FAA,A0QvGJ,CrSUD,AwH6FMypB,A7FAAA,A8QnEL20B,CzS1BAv3D,EqSVImB,E9BlIHkrD,C8BkII,C7KuGN,A7FAA,E0QvGS,AIoCC,CjLmEM,A7FAA,CtCAC,CAAC,CoTnEJ,CJpCAlP,A9BlIjB,ClRyOoB,AmIAjB,A7FAA,E3B7FF,AX6FyB,AkRzOT/6B,CvQ4IK,CyS0BD,CpTmED,AgTvGR,AIoCU+6B,CJpCEyE,A9BlIxB,ClRyO+B,EAAX,CW7FnB,CX6FkC,AoTnElB,CzS1Bc,AyS0BFrC,CJpCjB,CAAqB,GhTuGb,EAAuB,AoTnE1B,CAAqB,EzS1BN/3B,AqSVpB,EAA+BnmB,GrSUZ,EAAW,CqSV9B,GAAwC,CAArD,CIoCkB,CJpCsCF,GAAC,EIoCG,EJpCC,CAA7D,CIoCC,CJpC+DA,CIoCE,EJpCD,EAAjE,EAAqE,4gFhTuGhD,CAnKT;AauEZ,AFD4CsK,AFgB5C,AT8EE,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFMwjC,ALAJ,AzGCF,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,AvHHMA,ANAJ,AuHGF,AuFFA,ACCA,AFAA,A9KFA,ADEA,A/DCA,AmCDA,A8QzGG,ACiDHwmB,AGbI,AwBlDD,AxDhJH,AF4BGr2D,AjQ0oBIu8B,MkHjaDsT,A7FAAA,A2QtDA,CAAChgC,EnLsDE,A9FAA,AiRtDT,CGbI,EzS3B0CxD,AqSTrCke,ACiDG,A2B/DLzb,A1DpHJ9O,CrQ4IM,AJeA,AqH8EP,A9FAA,GoRnEM,AwBlDG,C5BcE,AIoCJ+9C,CvS1BKtqB,AFDsC,AFgBtCnB,AT8EI,CW9FoClK,AX8FnC,AmIAA,A7FAA,C6FAC4b,A7FAAA,A0QvGJ,ACiDhB,A/BnLW,C0DoHK,A1DpHJ9jB,CzQ2JH,AT8ES,CoTnEd,CvS1BK,AFD2C,AX8F5B,AoTnER/U,CzS3B8B,AFgBxByB,AuSzBDmxC,C7KuGF,A7FAA,AsSrHEjvC,C/TwBGlC,Ab6FN,CmIAUqzB,A7FAAA,C7B9EnB,AT8EoB,CS9ED,A2SWxB,AwBlDD,AzEyD6B,CtPjCvB,Ab6FS,AgTvGF,AIoCQ,CvS1BM,AmSVFuiB,A4BdD,C5UqHM,AmIAd,A7FAA,C6FAb,A7FAA,G4OzOHxiD,CAA0B,ClRyOX,AgTvGF,CAAqB,ChTuGI,Ca7FViY,AJeG,CyQ3JArF,GAA/B5S,ErQ4I2B,AmSVd,A9BlIuB0C,ErQ4IG,AmSVKX,CIoC3C,EJpCY,AIoC8Bu2B,CJpC3C,C9BlIAt4B,CAA6CoE,IkCsK5C,GAAoD,CAACitD,ElCtKTjtD,IkCsKQ,CAApD,GlCtK2C,EAAc,uTlRyO3C,CApKJ;AawEX,AFF2D,AFiB3D,AT8EC,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFK,ALAJ,AzGCD,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApI+BA85B,AalCK,ANAJ,AuHGD,AuFFA,ACCA,AFAA,A9KFA,AHoBE,AElBF,A/DCA,AmCDA,AgL3NI,AsHgFK,AIoBL,AzEwD4B,Ae5K5B,EoDjDuB43B,I1Q8SrB72B,EAAJ,E5DpBQ,A4DoBA,AuMjFO3K,CxPlCb,AX+FO,AkNzNA,CrM4HFxmB,AY+HG,CAAC5J,CzBlCH,CS9EA,AwSyBKmyD,A2BhENtY,C5UqHO,AmQ7DgB,Ee5KxB35C,CzQ2JMgK,AT8EJ,AkNzNS,CrM4HF,AqM5HG,ClNyNC,A4UrHjB,CnTuJJ,AmTvJgB6xB,C/TwBI,Ab6FV,AyBkCa7Q,EZ/HpB,Ab6FsB,CS9Ef,AgBgHV,AyP3QgB,CzQ2JO,AyM3II,A0HoGvB,A1DpHa89B,ChEgBW,A0HoGL,CnTuJMhvB,AyL3PF,ElNyNjB,AkNzNqB,CwH0GjB,C1U+GmB,EkRzO7B,C0DoHA,CnUuCoBhyB,AyQ3JG,C0DoHM2lC,GnTuJQ,CAAC3tC,AyL3PA,EzM2InB,AmUvCnB,C1HpGyC,A0HoGJnC,CnUuCRsK,AyM3IN,A0HoGvB,C1HpGe,C0HoGyB,C1HpGK,A0HoG7C,EnTuJyB,ChBhHN,AgBgH6BgjB,EhBhHR,IyM3IzB,CAAf,OzL2PJ,qB0O/F0B,IAAM,6MnQ6DtB,CArKI;AWuEV,AFiBA,AT8EA,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFG,A9GCH,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,AvHHG,AiHGH,AuFFA,ACCA,AFAA,A9KFA,AHoBI2U,AElBJ,A/DCA,AmCDA,AgL3NG,A8F+GoE,AIsCnE,AoB7CD,AEED,AENE,A1DpHC5/B,AjQwoBEm4B,GkHrcwE,A7FAA,C6FsC3E,A7FAA,AsBoBAyH,KjDzHM,CAAP,AiDyHO,AwPxFN,AnSmeGzH,C2C3YIlxB,A3C2YJkxB,CAAK1E,CyT9gBHzpB,CjUiCD7M,CmDkGJ,CAAY,AwPxFR,AlCrKH6C,ClRyOY,AoTpER25C,CpToES,AiB+ZXxhB,CR7eM,CiUjCG,C1U+GC,A0U/GArwB,AzT8gBI,CR7eL,AQ6eTqwB,CjB/ZgB,A4DoBnB,AwPxFA,CAAYpxB,AlCrKH,AjQ2oBNoxB,C2C9YkB0C,AsN7PXkuB,AjQ2oBP5wB,CRhfH,AT8Ea,AiBkaLpF,C2C9YR,AoP5HkC5M,C9StB5B,AF8HkB,A0U/GnB,CAAiB,C1U+GT,AoTpEb,CAAoB,CpToEQ,AgTxGU,CAACla,C/R0gBpCksB,EiQ3oBFn4B,CjQ2oBkB,CjBlaN,AgTxGqB,A/RugB/Bm4B,C+RvgB2C,ChTwGV,AiBqajCA,CAAAA,C+R7gB+B,A/R6gB1BzB,C+R/gB2D,KIsCnE,CnSyeGyB,CmSzeoC,EnSyerB,CANfA,EmSneH,AnS4eGA,CAAAA,CAAKlC,IAALkC,GAAYA,CuTzhBsB,AvTyhBtBA,CAAK7hB,OAAL6hB,CAAalC,IATzBkC,EAUAA,CAAAA,CAAKjC,SAALiC,GAAiBA,CAAAA,CAAK7hB,OAAL6hB,CAAajC,SAV9BiC,EAWAA,CAAAA,CAAKzE,OAALyE,GAAe,CAXfA,EAcAA,CAAAA,CAAKjB,OAALiB,GAAeA,CAAAA,CAAK7hB,OAAL6hB,CAAajB,OAd5BiB,EAgBAA,CAAAA,CAAKhE,QAALgE,GAAKhE,EAhBLgE,EAkBAA,CAAAA,CAAK1F,KAAL0F,GAAK1F,wLjBjbK,CAtKH;AEyCZ,AWgCC,AFDA,AFiBCt1B,AT8EA,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFE,ALAF8kC,AzGCA,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApI+BAnI,AalCE,ANAFmI,AuHGA,AuFFA,ACCA,AFAA,A9KFA,AHoBI0O,AElBJ,A/DCA,AmCDA,AgL3NC,A8F8GsE,AwBP9B,AEEb2O,AELxB,AzEuDF,Ae3KG,AjQ0pBI5sB,I2C7ZLie,GjD3HK,AiD2HF,CjD3HL,AmHuGM,A9FAA,A4BoBApmB,A8QpIoB+0B,C5MgHnBx/C,A9FAAA,C9B9HH,AOgDF3C,A0PgBE+yB,CnQ8DK,CAAC,AyBkCA,AR+YHwC,CQ/YI5yB,EvBhKFjC,AOgDF,AT8EE,A0UhHwB,C9QoI/B,A4QtIUu5B,ArEoDF,CnQ8DK,A4DoBAmH,A8QpIoB,CjUkCzB,AqH8EZ,A9FAA,AfibS7L,C6GjbUyS,A9FAAA,A4BoBf,C5DpBO,AiBibFzS,Cf/iBH,A0DkJemI,A8QpIK,AvEkDT,AlP+eA,CjBjbK,AyBkCtB,AR8YYpI,CQ9YWvH,AmCdnB,C1DlJgB,AOgDJ,AT8EL,A8HAX,A9FAA,C9B9HE,AOgDe4B,A0PgBf,CnQ8DwB,AwUlHe,CtUZlB,A4H8HI,A9FAA,AmO9DJ,K1PhBX,AT8ED,CS9Ece,CT8ES,G8HAGsU,A9FAAA,GvB9EzB,CAAsB,AgBgHlC,CZhImB/kC,AiH8FQ,A9FAA,E8FAiBglC,ArGmCxC,AOnCwCA,GvB9EN,CIhBb,AJgBc32B,CIhBbzN,CJgBQ,EqH8EP,A9FAA,CnB9FR,AJgByBd,AgBiH/BguB,CZjImBrX,AiH8FsB0qB,A9FAAA,EvB9E1C,AqH8Ee,A9FAA,CvB9EvB,CqH8EsD,A9FAA,EnB9FvC,CAAhB,UYiIC,CAA4BznB,IAA5B,EAAkC,oBZjIG,67Bb8F9B,CAvKG;AE0CX,AW+BK,AFAN,AX+FE,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFE,ALAA,AzGCF,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApIgCM,AanCJ,ANAA,AuHGF,AuFFA,ACCA,AFAA,A9KFA,AHoBIm6B,AElBJ,A/DCA,AmCDA,AiL/RA,A6FiLuE,AIuCnE,AkBvCJqQ,AIL2Ct7B,AEJxC,AzEuDA,Ae/KA,AjQ8pBMgN,I2C7ZLie,C0QhIC,CxM4GCpV,ArGmCIxQ,AOnCJwQ,AsS5GApwB,EAAN,AIL2Cua,C9QqIlC,CwPzFL,CtLqEO,A9FAA,AsS5GA,C1QgIC,AoP9HFqzB,A0BPqC,AvEmDxC,AlP+eErmB,Cf/iBD7P,AgR/GLvnB,CrQ8IW+B,AiH+FA,A9FAA,A0SjHmC,C7TkBlC,Ab+FA,AyBmCT,CzBnCU,AoTrER,C3RwGai9B,AmCfjB,AoPhImE,AIuC9D+e,CkBvCT,CtU4Ge,A8HAI/a,A9FAAA,AmO9DL1O,EnQ8DO,AiBibZ8C,Ef/iBN,AuBiKG,A2RxGF,AnSsfKA,Cf/iBU,AF8HJ,AoTrECjsB,AnSsfI,Cf/iBjB,AuBiK0BpJ,A0OjGtB,AlP6eK80B,CjB/ac,AyBmCpB,CvBjKgB1O,CF8HP,EAAe,AoTrE1B,AjDOqB,CiDPD,ClTzDrB,C4H8HD,A9FAA,GnB/FM,Ab+FO,A+SxLuB,E/SwLA,AmQ9DnC,EAAgC,GiDP/B,EAAkC,IAAIoO,iBAAJ,CAAWxtB,OAAO,CAACqM,OAAR,CAAiB,SAAjB,EAA4B0N,GAA5B,CAAiC,CAAjC,CAAX,EAAgD,MAAI,CAACi7B,MAAL,CAAY5yC,MAAZ,CAAoB,oBAApB,CAAhD,CAAlC,iWpTqEW,CAxKD;AE2CX,AW+BC2C,AFCH,AFeG,AT+EA,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,AzCFE,AzGCF,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApIiCMkxB,AOpCJ,AuHGF,AuFFA,ACCA,AFAA,A9KFA,AHoBG,AElBH,A/DCA,AmCDA,A8Q/GuE,AIwCnE,AoB9CA,AECsB,A3BvEY,A5C2HlC,AelLF,AjQiqBO3H,EQ7YH2H,IqGpCAgC,A9FAAA,C0SlHG,CjTsJG,AiTtJV,C5MkHO,A9FAA,AoRzEN,CvStBClzB,AkS1FmBwmB,CtR6NR,AyPpRb,CpJgPU,A9FAA,AgR3GI6hC,A/R4hBP9+B,ERhgBD,A0PiBA,CiDPE,AkBtCKquB,C7S+IKtnB,A+SvJZ5C,AzBtE8B,CjLyLpC,A9FAA,AkPzOO,CrQ0IG,Ab+FM,Ca/FLn1B,Ab+FM,AgT7GoD,E7C+CxD,AlP+eNgxB,CjBjbS,Ca/Fd,AYmIE,AR6Yc,CJhhBDzrB,Ab+FK,CiB8aZirB,CuTjiBR,ArEqDgB6mB,CnQ8DF,AqR/IF,AyDAA,CN4BG,CxUmHU,EAAX,Ca/FS,CAAC/3C,Ab+FK,CmQ9DlB,CAAc2uB,EtPjCV,CAAe,Cb+FhB,EAAuB,AmQ9D1B,CAAP,EtPjCW,EAAqBvyB,CAArB,AsPiCsB,EtPjCEkW,MAAM,CAAClW,CAAD,CAA9B,AsPiCf,CtPjCA,CsPiCkD,2B4C3HtB,IAAM,gkC/SyLpB,CAzKJ;AE4CZ,AW+BE,AJgBC,AT+ED,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,AlJDA,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApIiCM,A8HjCN,AuFFA,ACCA,AFAA,A9KFA,ADEA,A/DCA,AmCDA,A8QhHuE,AIyCnEgH,AoB9CC4nB,AECH,AEHA,AvD1BA,AyDAA,A3EiFG,Ae1KF,AjQypBM2G,MQ7YC0H,I2RzGNj2B,CwBhDG,CnTyJS,AuRhJQumD,A/R6hBfh4B,CoQhkBAlpB,AyDAAA,C9U+IK,AwUnHTuiB,CxUmHU,A4UrHJ5uB,CnUsCAqV,CAAC,AgBmHShU,AuRlJkD,AIyC5D,AjDODs6C,CnQ8DI,AoTrEFtoC,AwBhDA,CJEF,C/ToCKyW,AT+EK,AwUnHTzb,AnD5BK,AyDAA,CF0BD,AvD1BElE,AyDAAA,A7TgkBRorB,EjBjbK,AiBibM,CRhgBD,CAACtT,AT+EK,AoTrErB,AiBhCUm3C,AlEuCT,C1OkGC,A2RzGe,AwBhDDpd,AzEuDDzpB,CnQ8DL,CyBqCN,A4PpLC,AyDAA,C9U+IoB,AwUnHxB,C/ToCU,A+TpCM1U,AnD5BnB,AyDAA,CrUgEyBre,CmUtCZ,AzEuDV,CkEvCiBm6D,AGdjB,AIFsBlZ,CJEDhnB,CxUmHZ,AyBqCC,A2R1GX,C3SVW,A0PiBc,C1PjBxB,AT+EgC,AoTrELxY,CjDO3B,C1OmGG,CAL8B,AmTrJvB,CnT4JT,A2R5GF,AiBhC0B2kC,AOhBM,CxBgDEqQ,EoB9CjC,IIFU,EAA8B/1D,CPgBLkjC,EjBgCpC,GwBhDW,GAAuC,CAApD,CPgBgDj5B,COhBOnK,GAAC,IAAI,CPgBH,AOhBzD,EAA+DA,GAAC,EAAhE,EAAoE,gvC5UqHxD,CA1KA;AE8Cb,AF6HG,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFE,ALAA,AzGCF,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,AvHHE,ANAA,AuHGF,AuFFA,ACCA,AFAA,A9KFA,AHmBE,AEjBF,A/DCA,AmCDA,A8QjHuE,AqBUrE,AGdG,AIFF,A7BrED,A1B2CA,AyDAA,A3EiFG,Ae1KF,AjQopBS80B,M6G5aNmT,A9FAAA,GmGAG,A7FAA,AsBmBAqL,CuEnBCpV,A7FAAA,A+RrGF2nB,AtBrFFtzB,CjL0LK,A9FAA,Af0ZJiI,C+RvgBuBztB,A4BRrByb,CPgBE,ApTyhBJgS,C6GpbO,A9FAA,A4BmBZ,A3CiaKA,CkHpbQ,ALAA0D,AxFAA,ANAAA,AfobHjJ,CkHpbIyM,A7FAAA,A+RrGFzZ,AtBrFF,A7B9CL,C8ByHgE,A4BN1D,C5UqHK,CAAC,C8HAC,A9FAA,AqSrGF,AOhBF,CzMqHP,ALAYoc,AxFAZ,ANAYA,AqSrGFwhB,AtBrFF,C/S0LC,CkRxOJ,ClRwOU,AqUrGV,COhBO7J,A7BrEnB,C5K0LwB9d,A7FAAA,CtCAR,A+S1LK,C7B9CJgtB,ClRwOU,AqUrGD9nB,ApTyhBrB5I,EjBpbW,AmIAa,ALAjB,AxFAiB,ANAjB,A4SrHE,CzMqHgBt6B,A7FAAA,AsSrHJugD,A3TyiBhBxrB,CjBpbqB,AiBobJ,CA1BtBuF,C6G1Z4B4K,A9FAAA,EqSrGjC,AnDnIK,C/IwOmB,A7FAA,A+RtGiC,CrUsGzC,AqUrGoB,AOhBtB,CAAqB,C5UqHI,AmIAAlH,A7FAAA,C4OxOR,I/IwOa,A7FAA,C6FAC+F,A7FAAA,AsSrH/B,C9MqHgC,A9FAA,C8FACO,A9FAAA,A4SrHHxkC,GAA9B,A1DnHb,C0DmHA,C9MqH6C,A9FAA,AkPxOH,CpJwO3C,A9FAA,KmGAwB,A7FAA,I6FAsCk+B,A7FAAA,K6FAK,A7FAA,C6FACh+B,A7FAAA,M6FAN,A7FAA,K6FAiB,A7FAA,C6FAxE,A7FAA,C6FAP,A7FAA,wvBtCAgB,CA3KJ;Aa4EX,AJgBE,ATgFD,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,ApCFC,A9GCD,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApImCM,AatCL,AiHGD,AuFFA,ACCA,AFAA,A9KFA,AHmBC,AEjBD,A/DCA,AmCDA,AkRxEI,AoB7CA,AzBvED,A1B4CF,AyDAA,A5D1FG,MzP8QM+8B,I2R5GN,E3R4GY,AsRhOT,CtRgOU3P,EZtIPjhB,CJgBDgJ,A2SUD,C3SVE,A2SUD2mC,ELpHKzpB,EtS0GA,ATgFO,AkRxOV,CrQwIM,AbgGK,CahGJzmB,AuS0Bd,CAAY1C,CpTsEK,A+S1Ld,ClS0FG,AqQxIM8hD,CrQwIOn/C,AbgGI,AyBsCjB,EhBtHWsJ,CAAP,ATgFO,AoTtEjB,ALpHqB,CKoHD,CpTsEQ,AyBsCIhU,EzBtCf,CahGX,AqQxIC,CrQwIR,AJgBwB,ATgFS,AkRxOVuC,E6B8CvB,EAAgC,A7B9CxB,CzP8QL,AyP9Q0ByvB,ClRwOX,CyBsC0B,ChBtH1C,ATgFuC,EShFP,E2SUjC,AlClKO,CAAP,CkCkKuC,IAAvC,83CpTsEiB,CA5KP;Aa6EX,AJgBG7zB,ATgFF,A4KGJ,AIAA,AGDA,AjEAA,AqDAA,AzCFE,AzGCF,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApImCQ,AOtCN,AuHGF,AuFFA,ACCA,AFAA,A9KFA,ADEA,A/DCA,AmCDA,A8QhHG,AqBSD,AG5CO,AIyB6D,AxDrItE,A2BmEI,A5C2HA,Ae9KK,AjQkqBF,M6GrbDyoC,A9FAAA,CnBtGG,CAAP,AY4IUhoC,E4S3IN4lD,CvMqGK,A9FAA,CgR9GJ94C,CqBSE,AnDxIA,CzQ6JHvN,AyQtJH,CpJsOY,A9FAA,AfqbH,C6GrbI+/B,A9FAAA,AqSrGJqmB,CrUqGK,AyBsCI,AuRpJV,AD5EA,A5C2HA,CnQ+DO,AyBsCI1lD,ChBtHX,AQqgBKF,CAAT,CjBrbU,CShFHqV,AqHgFQ,A9FAA,AgR9GN,AD5EA+c,A5C2HAupB,C1PjBV,ATgFiB,A8HAAtW,A9FAAA,CPsCX,A4S3IV,ApT0hBmB7K,CAAAA,CjBrbJ,AqUrGK,ApT0hBIjE,C+RniBLxpB,AqBUlB,AOlBkCyb,C5UsHT,CyBsCK,CzBtChB,AyBsCT,A0OrGG,CrI+DK,A9FAA,AgR9Gb,A7C+CsB+J,CnQ+DO,A8HAAiS,ArGsCI,AOtCJA,A4StHS,C5BQd,A4BRel2B,A3T2iBnC,G8R/mBI,CjL0LK,A9FAA,A+Q1LeikB,A5C2HpB,CnQ+DM,A8HAf,A9FAA,A4StHmC,AzEuDjC,CyEvD6C,C5UsHT,A8HAA,A9FAA,E4StHH,CAFiC,A7BlE3D,CAAP,wvC/S0La,CA7KH;Aa8EZ,AJgBI,ATgFF,A4KGJ,AIAA,A9DDA,AqDAA,ApCFA,ALAIiS,AzGCJ,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApImCU,AatCV,ANAIA,AuHGJ,AuFFA,ACCA,AFAA,A9KFA,AHmBAF,A7DhBA,AiTjHI,AIuCA,AiB7BD,AG9CM,AIyB6D,A7BjElE,A5C2HA,AlPofK9J,EyTztBiBu5B,E5MoStBvvB,A9FAAA,I4BmBI,CuEnBCqJ,ALAA,AxFAAA,ANAA,A4BmBA1rC,AmP/MN,A5CwHA,CiDHC,C3R6GWk6B,CqGtCH8I,A9FAAA,AfqbH3K,CAAAA,CjBrbK,AiBqbAhE,CjBrbC,AgT9GNwlB,AD5EC,A5C2HA,CiDRF,CjLuER,A7FAA,A8QvESA,CpTuEK,AmIAI/Z,A1GsCR,AatCQA,AsBmBlB,CAAmBuF,C5DnBC,CyBsCK/nC,AuRpJrB,CAAYghD,A/RmiBPjmB,CjBrbK,AoTvEV,AnS4fmBx6B,CkHrbvB,A7FAA,AsBmBA,AwP1FgB87C,AnS4fPthB,CjBrbgB,CmIAC0D,A7FAAA,CtCAZ,AyBsCiB,AmCnBJ,C3DxFH,AwB2GQ9iB,AR+YJpb,CjBrbC,AgT9GzB,A/RmiBKw6B,C+RniBgB,C7K8GzB,ALA+B,AxFA/B,ANA+B,AoRvE3B,CtLuE4BgK,A9FAAA,AoRvEP,CjLuEQA,A7FAAA,CbsCR,CzBtCX,AyBsCyB,EzBtCF,A8HAN,A9FAA,A4BmBMA,CuEnBrC,ALAI,AxFAJ,ANAI,AgR9GA,CvRoJqB,C0GtCekJ,A1GsC9B,AatC8BA,A0Q9GLoC,EpPiIR,EAAiBrL,EoPjIxC,CAAuCzkC,EIuCvC,CjLuEJ,A7FAA,A0Q9GI,E7K8GgD,A7FAA,AsBmBzB,AoPjImB,CAA1C,CpPiIkD4gC,EAA3B,EAA+B,+P5DnB5C,CA9KA;AC0GZ,AY1BD,AJeI,ATgFD,A4KGJ,AIAA,A9DDA,AqDAA,ApCFE,ALAC,AzGCH,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApImCU,AatCR,ANAC,AuHGH,AuFFA,ACCA,AFAA,A9KFA,AHmBE,A7DhBF,AiTjHI,AIuCA,AiB7BD,AG/CM,AIyB6D,A7BhElE,A5C2HA,AlPkfG,MkHnbD1C,A7FAAA,AsBmBAA,I3DxFA,CQhBF,A0HqFO,A1GsCI5B,AatCJ,AsBmBA,CnDnGL,A0HgFMwQ,A7FAAA,AsSxHF4O,E5UwHI,A4DmBA,C3DxFHl3B,ADqEI,A+S1LN4N,A5C2HAupB,EyE3D6D,C5U0HxD,CShFDjrB,A0HgFP,A7FAA,AsBmBauQ,C3DxFb,ADqEc,GAAN,AmIAS/C,A1GsCb,AatCaA,A6N/DnB,EnQ+DqB,CCrEFla,AwB2GO,A0OrGVvkB,CnQ+DN,AyBsCJ,ChBtHJ,A0HgFsB,A7FAA,CtCAC,AmIAAS,A7FAAA,AyQ1LzB,CtS0GoB,CACnB,CsS3GqBT,A5C2HA,CvMkFxB,AuMlFyBuqB,EnQ+Db,AmIAS,A7FAA,CrCrEU,CAAC3F,ADqEG,C+S1LL,CAAC2F,A5C2Hb,ChI+DoB,A7FAA,A6N/DL,ChI+D7B,A7FAA,CrCrEJ,AkQMkB,ElQNqB,AkQMF,ChI+DM,A7FAA,AyQ1LnB,C5K0LoBkU,A7FAAA,AyQ1LL,EAAf,C5C2HkByd,C4C3HC,C5K0LM,A7FAA,C6FACnV,A7FAAA,GyQ1LFpU,C5K0LhD,A7FAA,C6N/DkB,ChI+DsC,A7FAA,C6N/DJG,MAAlC,CAAhB,G4C3HsB,EAAwCA,MAAxC,CAAtB,2E/S0LU,CA/KA;AC0G2B,AQTpC,AT+ED,A4KGJ,AIAA,A9DDA,AqDAA,ApCFI2L,A9GCJ,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApImCS,AatCLA,AiHGJ,AuFFA,ACCA,AFAA,A9KFA,AHmBE,A7DhBF,AoNlSA,A6FiLI,AIuCD,AoB7EM,AIyB6D,A7B/DlE,A5C2HA,AezKD,I/IwOCA,A7FAAA,CbmCI,CmChBFe,CwPpGJ,EjLiFO,A7FAA,AsBmBA,AuJlTO,ChF+RNmO,A7FAAA,CbsCK,CmCnBH,AgR5II6b,C5UyHH,AmN/Rb,CnN+Rc,AmN/RO,C1LqUFhsB,EzBtCN,A4DmBX,CgR9IoE,C5U2HnD,AmN/RnB,A+DuDU,C/IwON,A7FAA,CbsCqB,A0LrUS,CnN+RrB,AyBsCa9jB,C0GtCH,A7FAA,CtCAC,AmIApB,A7FAA,A6K/RJ,A+DuDe+xC,ElRwOF,AyBsCY,A0LrUkB,C1LqUxB,CzBtCS,IyBsCQ7pD,CyP9QjC,ClRwOU,EAAuB,KyBsCrB,EAAgC,kwBzBtClC,CAhLC;AAiLV,A4KGJ,AIAA,A9DDA,AqDAA,ApCFI4gC,ALAF,AzGCF,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApImCU,AatCNA,ANAF,AuHGF,AuFFA,ACCA,AFAA,A9KFA,AhEGA,AoNlSE,A6FiLC,AIwCD,AiB9BA,AGjDO,AE+BTs5B,AENsE,A7B9DnE,A5C2HA,AezKA,AjQ8pBI/gC,IkHtbHyH,A7FAAA,AoStHA,CAACn0B,C5MsHC,A9FAA,C0StHN,A3B1EE,A5CwHA,ChDvNM,EhF+RE,A1GsCI,AatCJ,A+RpGJsrD,AKlBI,AzT4iBH5+B,CkHtbIlxB,A7FAAA,ArBsbJkxB,CQhZS,AmThKO+yB,A3TgjBXj3B,C6GtbCmO,A9FAAA,AoRtEJp4B,ALpHA,A5C2HA,EnQ+DM,AmIAX,A7FAA,CtCAY,AmIAA,A7FAA,A+RpGJ,AKlBZ,CjT4JqBiwB,A4S1IRq9B,AOxByD,E5U4HvD,CmN/RK,AiGyNJ,CpTsEK,A8HAf,A9FAA,AoRtEWxvD,CjLsEb,A7FAA,C6K/RmB,AkH2LjB,CrUoGS,AmIASq6B,A7FAAA,EtCAE,A8HAA,A9FAA,EhCAX,AoTtEN,AiB9Be,ApT0hBjBhK,CNvhBI,AwHiGP,A1GsCU,AatCV,A+RpGE,CrUoGwB,AmN/RA,AiGyN5B,CjGzN6B,AlMqtBAzG,CkMrtBC,CkH2LHqlC,C5S0IS,CAA5B,CzBtCK,A8HAb,A9FAA,AfsbkCt+B,CQ/YxB,A0LtUkB,CnN+RQ,A8HAA,A9FAA,CmL/RC,AkH2LJ,ClH3LK,AkH2LJpU,E5S2InB2V,C0LtUa,CAA5B,GkH2L2B,CAAe89B,C5S2IhC,GAAe16D,A4S3IE,GpT0hBEs0B,CAAyByG,CoT1hBH,ApT0hBtBzG,CQ/YE,AR+Y1ByG,CQ/Y2Bpf,CRiZ3Bof,CoT5hBL,ApT4hBKA,CAAKO,CoT5hB+C,E5S2IhC,CAAc,IAAd,CAAf,CADF,GRkZHP,EQ/YK,CR+YgBA,CAAAA,CAAK7hB,IQ/YdskB,GR+YSzC,CAAaO,EQ/YhB,CAAC5hB,IAAD,CAAb,KR6YLqhB,EAIAzG,KAAKiH,kBAALjH,CAAwByG,CAAxBzG,CAJAyG,6kBjBtbQ,CAjLD;AC2GX,AU3BQ,AFmBP,AT+EA,A4KGJ,AIAA,A9DDA,AqDAA,ApCFG,ALACoG,AzGCJ,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApIsCS,AazCN,ANACA,AuHGJ,AuFFA,ACCA,AFAA,A9KFA,AHkBE,A7DfF,AoNlSE,AiGyNA,AiB9BC,AOzBmE,A7B7DnE,A5C2HA,AezKD,AjQiqB6BpG,GkH5b7B,A7FAA,CwFGEoG,A9FAAA,E8FAE,A9FAA,A4BkBAqH,GuElBG,ALAAxD,AxFAA,ANAAA,AmL/RA,EvJiTE,CyQtHJ20B,AOvBsBrsD,EnU4CrB,AT+EM,A4DkBA,C5DlBC,A4DkBAmxB,AuJjTA,AuH0KAq9B,A3BrEL,A5C2HA,ErI+DN,A9FAA,A4S7HkE,C5U6HxD,AqUpGD,ClH3LM,AkH2LL5B,CrUoGM,A4DkBA,AmP5MLvnC,A5C2HAupB,C1PhBAn8C,AmDiGM6kC,C3DzFlBjmB,CDuEW,AmN/RS,EnN+RE,AqUpGlB,C5TqBC,CT+EM,AmN/RK,CAAS,AkH2LLu7C,AlEqCpB,ClQRO,ADuEmB,ECvElBt0C,AQRc,AmDiGX,GyQtHP,AtBtFJ,C/S0LW,A4DkBqB+f,C3DzFhC,CDuEkC,AqUpGL,CAA7B,ElH3LqC,AkH2LL,ClH3LM,C1MgNjC,IAAgC5lC,C0MhNA,CvJiTQ,AuJjT7B,CvJiT8BglC,AuJjT/C,E1MgN2C,GmDiGG,CAA9C,CnDjGgD,IAA9C,EAAoD,iVT+E1C,CAlLA;AC4GX,AQREr6B,AT+ED,A4KGJ,AIAA,A9DDA,AqDAA,ApCFI,ALAAs6B,AzGCJ,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,AvHHI,ANAAA,AuHGJ,AuFFA,ACCA,AFAA,A9KFA,AhEGA,AoNlSC,A6FgLC,AqBWE20B,AGpBD,AzBlEA,A5C2HA,AlPsXa7+B,I6GvTZkK,A9FAAA,GfuTYlK,EAiIeC,CoT5hB3B4+B,E5TqBCjvD,AqH+EO,A9FAA,AwSxHHitD,CxBSA/qD,ElL+GM,A9FAA,CqSpGL,CrUoGO,AqUpGNstD,CrUoGO,CS/EN,AqH+ER,A9FAA,CvB/EUn6D,AuShCE,ChT+GC,AgT/GA2K,EhT+GM,AqUpGnB,E5TqBQ,CPjDJN,AOiDH,AT+EY,AqUpGG,CAAhB,CrUoGwB,AgT/GnB,CAAiB,AwBTD,CxUwHR,EAAe,AwUxHJ,ItURV,CsUQeuJ,CxUwHhB,EAAuB,IwUxHZ,CAAapU,OAAb,CAAsB,UAAtB,CAAzB,qsBxUwHc,CAnLH;AEmDI,AD0DhB,AU5BA,AFoBG,AT+ED,A4KGJ,AIAA,A9DDA,AqDAA,ApCFIk/B,ALAD,AzGCH,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApIqCQ,AaxCJA,ANAD,AuHGH,AuFFA,ACCA,AFAA,A9KFA,AHkBE,A7DfF,AqN5SA,A4FyL4ByjB,AqBYxB,AOxBD,AxDjHHzG,A2BmDE,A5C2HA,AlPyfG37C,IkH1bD2+B,A7FAAA,EsBkBE+J,EoPlIsB0Z,A/R0iBvBpiD,CkH1bI,A7FAA,C6FACW,A7FAAA,C7BjFN,AgByHW,AmCtBJ,A3CwaNX,C2TtjBEwN,CjUyBE,AM6hBC,EQlZF,AmCtBO,AoPlIoB,C7KgH/B,A7FAA,AsBkBYwyB,CnDjGL,AuSjC0B,AqBY1B65B,AOxBA,CjUyBG7oC,CXmGK,CAAC,AmIAA2N,A7FAAA,A8O7OTsd,C4B6He,CrSajB,AiDqHa,AgR9IN,C5U4HG,A4DkBInW,AyQtHN,CAAC3e,C1TCI7b,AXmGG,AmIAA,A7FAA,C6FACw5B,A7FAAA,CsS5HLt3B,C5U4HF,CWnGV,CAAmB,AXmGE,C4DkBd,AyQtHL,AOxBR,C5U4HgB,A4DkBay3B,AyQtHN21B,COxBC,AxDjH3B,CpR6OkC,AiBubH3/B,EkHvbX,A7FAA,A+RpGhB,AjDzIuB,CxN+PX,CAAd,CuElBqC,A7FAA,CtCApB,AmIAC,A7FAA,AsBkBoB,EjDrHN,AXmGQ,CmIACgK,A7FAAA,K6FAK,A7FAA,C6FACtkC,A7FAAA,CpChIzB,KAAKslB,AiIgIzB,A7FAA,UpCjIc,8mBFiIC,CApLL;AEmDI,AS+Bf,AFoBElb,AT+ED,A4KGJ,AIAA,A9DDA,AqDAA,ApCFI,A9GCJ,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApIqCO,AaxCH,AiHGJ,AuFFA,ACCA,AFAA,A9KFA,AHkBIk6B,A7DfJ,AiTpH2Cnc,AqBavCle,AGrBD,AIHC,AxDjHH,A2BoDA,A5C2HA,AlPwfI3K,GQraiC,CAqBhC,AmCxBFglC,IuElBIkJ,A7FAAA,A0QjHmCrlB,A/R2iBtC7oB,C2CxaI,CyQtHL2K,E5TqBCG,AmDiGO66B,AoPnImC,AwBRxCiyB,CvTmjBF53D,CjB1bS,AgTjHmC,CrScvC,AXmGK,A4U5HNw8C,A3TsjBG,CmQvqBG+f,CiDyIJ,C5TqBA,AT+EG,AmIAV,A7FAA,C3BnGU1vD,CXmGM,AmIAA6xB,A7FAAA,CsS5HhB,CAAYuiB,C5U4HF,EAAW,AmIAA,A7FAA,C3BnGf,AwHmGgBxX,A7FAAA,A8O9OC,CzQ2IJ,AXmGT,EAAe,AwUzHN,AIHnB,CAAqB,A3TsjBgBzO,C2CxaV,A3CwanB,CkH1bQ,A7FAA,AsBkBYgK,A4Q3IN,CrMyHO/G,A7FAAA,AkSzHN,AvTmjBcjD,CuTnjBtC,CxUyHW,CwUzHgB,C7TsBNrwB,AXmGa,A4DkBN,AwPzFZmlD,AwBrDf,ChR8IA,CgR9I8Bxf,CzM4Hd,A7FAA,C6FAqBtL,A7FAAA,G3BnGlB,CyS4BIyxB,AwBrDvB,CjUyB6B3rD,AwHmGb,A7FAA,AsS5HsBtK,EzM4HtC,A7FAA,CsS5HA,EAAyC,CjUyBtB,AiUzBnB,CzM4HiDk+B,A7FAAA,C3BnGT,IwHmGc,A7FAA,A8QvElBue,CjLuEmBxT,A7FAAA,M6FAN,A7FAA,C6FAa3kC,A7FAAA,G8QvEf8xD,CjLuEE,A7FAA,C6FAkB5xB,A7FAAA,K6FAlB,A7FAA,I8QvES,8MpTuEhD,CArLA;AWmFV,AFoBC,AT+ED,A4KGJ,AIAA,A9DDA,AqDAA,ApCFI,ALAF,AzGCF,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,AvHHI,ANAF,AuHGF,AuFFA,ACCA,AFAA,A9KFA,AHkBG,A7DfH,AiTrH0B,AI2CxB,AiB7BE,AGrBA,AIHA,AxDjHH,AFvDA,AjQ8tBM,M6G1bDyD,A9FAAA,CgRlHG,C7KkHD/J,A7FAAA,A0QlHN,CqBUC,CjBiCG,CtLuEJ,A9FAA,AoRvEK,EjLuEM,ALAAuG,AxFAA,ANAAA,AoP7ODu3B,CzQ0IFzqC,AwHmGIwb,A7FAAA,ArB0bHtS,CoT9hBD,ApT8hBCA,CmSjgBCuhB,EnSigBW,EjB1bH,AiB0bb,CjB1bc,A8HAA,A9FAA,CoRvEd,CAAYh1C,CpTuEC,A8HAI,A9FAA,CrBnGH,CXmGK,AmIAtB,A7FAA,CkSzHG4nB,C7TsBiB,AwHmGImf,A7FAAA,CtCAR,AoR/OO,CgCwKpB,CpTuEwB,C8HAlB,A9FAA,AwSzHT,CxUyHgB,A8HAlB,A9FAA,AoRvE4BvmB,CzS5BF,A6TtBdta,C7TsBeiiB,AXmGM,EoTvE5B,CtLuE+B,A9FAA,AoRvEF,CoBlDhC,CrMyHoC,A7FAA,AkSzHnB,CxUyHD,AmIAqB8S,A7FAAA,C3BnGjB,AmHmGkB,A9FAA,CrBnGL1Q,AXmGM,A8HAAkT,A9FAAA,ImGAH,A7FAA,C6FAZ,A7FAA,GwFAU,A9FAA,E8FAeA,A9FAAA,CrBnG7B,CAA0B,K6TtB9C,C7TsBkD,AmHmGO,A9FAA,CrBnGNzV,A6TtBZ,E1MyHqBkP,A9FAAA,GrBnGxC,AyS4BjB,AoBlDyC9qB,E7TsBcoe,AmHmGO,A9FAA,AoRvEFqjC,CtLuEGxuB,A9FAAA,IwSzH3B,CAAa+wB,EpBkDjD,CAAsE,EzS5BrD,CAAmD,EyS4BpE,CAAL,CtLuEmD,A9FAA,CoRvEgC,CzS5BN,CAACpoC,I6TtBR,C7TsBhD,CAApB,C6TtBuE,CAAhC,CAAvC,qFxUyHgB,CAtLN;AEmDI,AOsDd,AT8EA,A4KGJ,AIAA,A9DDA,AqDAA,ApCFG,ALAD,AzGCF,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,AvHHG,ANAD,AuHGF,AuFFA,ACCA,AFAA,A9KFA,AhEGA,AiTrHE,AI2CC4lC,AiB7BCwE,AGrBA,AIHA,AxDjHH,AnQgrBM,M6GncD,A9FAA,EoRvEHxE,C3SzBO,CAAP,A4TJCwE,GvMoGSx4B,A9FAAA,AoP7ODq7B,CgCsKH,CtLuEH,A9FAA,AoRvEIz7C,CiB7BA,CAACm5C,ApT+hBFl/B,CjB3bS,AiB2bTA,CjB3bU,C8HAC,A9FAA,AoRvEjB,CnSigBQD,CjB1bO,AiB0bPA,CoT9hBP,ApT8hBYzzB,CjB1bQ,GAAN,AqUpGG4yD,AhD7CL,AyDAA,A7T2kBLn/B,EjB1bkB,AoRhPF,CtJgPzB,A9FAA,Af2bmBA,CjB3bH,AiB2bGA,C6G3bWoG,A9FAAA,Af2bNhK,CjB3bO,AqUpG7B,CvMoG8B,A9FAA,Af2bb4D,CAAQtzB,E6G3bQ8+B,A9FAAA,EhCAnB,C8HAc,A9FAA,ChCAS,MiB2bpBxL,CAAqBA,CAAAA,CAAKzzB,IAA1ByzB,CADVA,GAEOA,CAAAA,CAAKb,OAALa,GACGA,CAAAA,CAAK5D,EAAL4D,CAAQh7B,KADXg7B,GAEqB,WAArBA,CAAAA,CAAK7Q,WAAgB,GAClB6Q,CAAAA,CAAK5D,EAAL4D,CAAQptB,SADU,GAGlBotB,CAAAA,CAAK5D,EAAL4D,CAAQ7T,WAEtB,qxCjBncW,CAvLJ;AEoDZ,ASgCE,AFsBD,AT8EC,A4KGJ,AIAA,A9DDA,AqDAA,AzCFE,AzGCF,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApIqCM,AOxCJ,AuHGF,AuFFA,ACCA,AFAA,A9KFA,AHkBE,A7DfF,AqT1EG,AiB7BCyc,AOxBD,AxDjHF,AC4FC,AyDAA,A7TilB2Bzc,M6GhcvBuX,ArGwCIj+B,AOxCJi+B,A4BkBA,CnDpHG,CAAP,E4TFEkF,CvMoGO,A9FAA,C8FACxB,A9FAAA,C4BkBC6C,AwPzFLuX,AhCtKIkgB,AC4FH7vD,AyDAAA,CnU6CC2L,Cc4IS,Cd5IP,Ac4IQ9X,EqGxClB,A9FAA,AqSpGU,C1TAGqxB,AXoGI,AoTvEhB,CpTuEiB,A8HAAwW,A9FAAA,AoRvEL/gC,A/B1EC,AyDAA,ClRmKV,AyNnKWmD,AyDAAA,CrTyLP,A4S5IMy7C,CrUoGG,EAAM,C4DkBC,CnCsBK,A2R/G5B,CpTuEgB,AyBwCb,A2PzRqB,ACgGlB,AyDAA,EnU6CiB,AXoGI,AyBwCI,A2R/GRp+B,AiB7BtB,AhD7CF,AyDAA,CnU6CyBkK,CXoGR,C8HAc,A9FAA,ChCAC,A8HAA,A9FAA,AoRvE/B,CAA6B,CxPyF9B,CjDtHa,CmHoGkB,A9FAA,A4BkBK,CjDtHlC,CXoGe,A8HAqBkP,A9FAAA,EhCAE,A8HAT,A9FAA,C8FAb,A9FAA,C8FAlB,A9FAA,K8FA+C,A9FAA,I8FAIqH,A9FAAA,K8FAK,A9FAA,I8FAID,A9FAAA,C9BpIrB,CkT6DtC,EAA4Dyd,MtLuES,A9FAA,C8FAC,A9FAA,CoRvEtE,CAAsE,EtLuED,A9FAA,E8FAOvnB,A9FAAA,CoRvE5E,ItLuEqE,A9FAA,E8FAcsG,A9FAAA,K8FAd,A9FAA,E8FAqB5D,A9FAAA,E8FArB,A9FAA,C8FAvB,A9FAA,E8FAiD,A9FAA,gMhCA/E,CAxLL;AEoD2B,ASkCrC5oB,AFqBF,AT8EE,A4KGJ,AIAA,A9DDA,AqDAA,ApCFE81B,ALAE5P,AzGCJ,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApIqCQ,AaxCN4P,ANAE5P,AuHGJ,AuFFA,ACCA,AFAA,A9KFA,AHkBI0C,A7DfJ,AqT1EG,AiB7BC/3B,AGrBD,ApDpHF,AC4FC,AyDAA,A7TmkB6B2xB,EkHlb7BsT,A7FAAA,EwFAE5P,A9FAAA,A4BkBA0C,EAAE,CwP7FwD,AnS4X9CrG,CQzQJl6B,A2R7GV,CtLqEO,A9FAA,A4BkBAokC,A3C6aoB9d,CNliBzB3O,AmHmGM+uB,A9FAAA,AqSpGNl+B,E1TCE,Ac2IU,Cd3IThK,A6TtBCm9C,CtUZKh1C,AkRxGAm1D,CjJ6OE,A1GwCI18D,AaxCJ,C6FACwiC,A7FAAA,CsBkBZ,E5DlBe,A8HAf,A9FAA,AwSzHD,CxUyHiB,AqUpGN,AGrBCj7B,CtUZ0B,AuB6KhB,A4S5IT,ClMoGD,A1GwCW3G,AaxCX,CtCAI,CmIAK69B,A7FAAA,CtCAC,CyBwCN,CAAYjB,A+SjK5B,CxUyHgB,CalGR19B,AFDP,AwHmGW,A7FAA,C3BnGU,AXmGK,AmIA5B,A7FAA,AkSzHwBioB,ApDzHC,EpRkPR,CyBwCA,A4S5IG,CxTEN,AbkGkB,AyBwC1B,A+SjKL,CAA6B,I7TsB5B,CXmGe,CWnGiB,CXmGM,SWnGLnB,KAAD,EAAW,wB6TtB5C,EAA8EwD,MAA9E,CAAsF+E,KAAtF,sVxUyHgB,CAzLL;AEqDX5nB,AWmCD,AFF8CmD,AFuB/C,AT6EG,A4KGJ,AIAA,A9DDA,AqDAA,ApCFC,ALAG80B,AzGCJ,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApIqCQ,AaxCP,ANAGA,AuHGJ,AuFFA,ACCA,AFAA,A9KFA,AHkBIwF,A7DfJ,AqN9SA,AiHuMK+0B,AGrBF,AIJD,AxDhHD,AC8FA,AyDAA,A7TklBIj6D,I6GncD0/B,A9FAAA,A4BkBAwF,GkElBG,A9FAA,CPwCKllC,AR2ZPA,CmM9uBW,ClNsKbyH,A4HqIOkhC,A9FAAA,CPwCF,AR2ZH3oC,CNviB2C4K,AiDsHpC,AwJ7TZ,AiHuMKqvD,CxTEI,AuMzMW,AwH8KXntD,A3TgkBC,E2CjbK,CyQtHN,AjDzIM+vD,ClRwGL,AmUiCAjC,CnUjCCt7D,AWmCGqzB,CFFyC,AiDsHnD,CjDtHqD7L,AiUzBzC,C5U6HK,AqUpGhB,AOzBYlc,C5U6HK,AoN3StB,AiHuMgBivD,CvMoGO,A9FAA,C8FAC,A9FAA,AoL3Sa,CvMyM5B,AFFqD,AXoGzC,CalGCjzC,AFFyCpmB,CXoGpC,C8HAJ,A9FAA,AqSpGlB,AOzBI,CAAiB,C5U6HL,A8HASm+B,A9FAAA,AqSpGNy7B,E1TAiC,AXoGzB,CWpGsCjlD,AMkiBzCiS,CfnkB1B,AWmCM,AbkGY,CErIQ,AWmCGpnB,AiHkGT,A9FAA,AoPnPI,CpRmPS,AqUpG/B,CvMoGgC0oC,A9FAAA,CnBlG5B,AwTFuB2d,CxTE9B,AFFqD,CAAP,ETjC7C,AFqIkB,A8HAE,A9FAA,E9BrIe/7C,AFqIM,A8HAA26B,A9FAAA,EqSpGvC,EAAqCpB,CvMoGnB,A9FAA,E8FA4BqB,A9FAAA,C9BrIhD,EAA6C,EmUiC3C,EAA+Ct6B,CnUjCjD,A4HqIoB,A9FAA,E8FAsCy2B,A9FAAA,E8FAtC,A9FAA,C8FAnB,A9FAA,CqSpGC,0crUoGgB,CA1LP;AEsDX,AD0DHrc,AYvBE,AFH6E,AXqG3E,A4KGJ,AIAA,A9DDA,AqDAA,AzCFG,AzGCH,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,A7HHG,AuHGH,AuFFA,ACCA,AFAA,A9KFA,AHkBG,A7DfH,AqN9SE,AiHuMG,AO1BuBo9B,AxD/G3B,AnQgrBIniD,E+RnvBuBu0D,G/SqOvB,CAACtvC,E2UnDsBk9B,A3TikBvBniD,CmM9uBI,EzMsML,A0TDU,CpU2Bd,CoUzBOuO,ApTuiBFvO,EhB9gBUwkB,A2UnDoB,AxD/GrBq4C,AnQgrBF,CmM9uBI,CAAC,AiHuMN,AO1B0B,CxH7KrB,AiHuMJxc,EjHvMQ,CiHuMb,AO1BmB,CP0BT,CAAV,EpUyBkB,AoUzBL+F,CpUyBM3hC,AD2EA,CAAC,CkRlSR,C9DTH,CnNgOhB,AD2E0B,AoN3SxB,AnM8uBsCuW,CAA5B,CjBncoB,AoRpPL,CiDgJC,ApTuiBYA,EjBncd,CqUpGKqrB,CrUoGM,EAAX,AqUpGnB,CAFO,CrUsG2B,AqUtGrC,CAHM,CAK4B,IrUoGZ,EAAuB,oaAAvB,CA3LZ;AEmDI,AWwCjB,AFJG7tC,AXqGA,A4KGJ,AIAA,A9DDA,AqDAA,ApCFA,ALAE,AzGCF,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApIoCQ,AavCR,ANAE,AuHGF,AuFFA,ACCA,AFAA,A9KFA,AhEGA,AqN9SC,AgGoOC,AiB7BE,AGrBF,AINyCqQ,AxD9G1C,AFrDC,AjQquBK,Q2TlkBoCA,CzM+HlCulB,ALAA3O,ArGuCIj/B,AavCJ4tC,ANAA3O,CrBrGLjnB,Ac4IU,A2R9GNiY,EzS9BF,AmHqGJ,A9FAA,A4S/H6C,CjU0BxCpxB,Ac4IU,A+ShKRwN,ApDpHGiwD,C3PoRJ,AmTtKyC,A1DnK3C,AjQquBKrhC,CAAAA,CQ5ZSj7B,CAAC,C2R9GL,AnS0gBS,EQ5ZDK,A+ShKR,CxUyHK,AmIArB,A7FAA,A8QvEmB,AoBlDF8J,AtDzKJ,ClRkSS,AmIAA+zB,A7FAAA,EbuCM,CzBvCP,AyBuCQh+B,C2R9GL87C,AlC3NNqP,ClRkSS,AmIA3B,A7FAA,CkSzHS,C7ToBL,AwHqGyB7mB,A7FAAA,A8OrPF,CzQgJF,AXqGJ,AwUzHnB,AtDzKI,CzPyUE,CzBvCwB,AoTvEb,C3R8GkB,A2R9GNx9B,CpTuEV,AmIArB,A7FAA,CbuCuChH,AyPzUZ,ClRkSS,AmIAA,A1GuC5B,AavC4B,C3BrGhC,AMwiBG,CQ5ZmC,Cd5IR,CyS8Bf,EpTuEE,CoTvEqBwnB,CpTuEE,EkRlS1C,CkC2NiB,CAA6B,AlC3NR,CvQ6LLnB,KAAD,EAAW,qByS8B1B,EAA4D+C,IAA5D,CAAkE,UAAlE,CAAjB,qdpTuEmB,CA5LP;AEmDI,ASoC4B9e,AXsG1C,A4KGJ,AIAA,A9DDA,AqDAA,ApCFE,ALAD,AzGCD,A5GAA,ApOCA,AqTCA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApIoCU/K,AavCR,ANAD,AuHGD,AuFFA,ACCA,AFAA,A9KFA,AHkBE,A7DfF,AsNrTA,A+F2OE,AiB7BC,AGrBD,AIPwB,AxD7GzB,AFrDE,CpJ4QH,A9FAA,KmGsBM29B,A1GuCI39B,AavCJ29B,AsBkBA+K,CgRlJG,CzMgIP,A7FAA,AsShIA,CnTuKW,EmCrBX,AwPzFK+T,CzS/BuC1xC,Ac6I9BjK,CmCrBHokC,G5DlBG,AyBuCI,AyPzUb5zB,ClRkSU,AyBuCI7Q,A2R9GnB,CzS/BkD,Ac6IhC,A2R9GNgH,CzS/BwCqf,Ac6I5C,A2PpRQk2C,AFrDR,ClRkSM,C4DkBK,C5DlBC,AkRlST,EvQ4LuC,AiDwH5B,CjDxHsB,AXsG9B,AoTvEd,EpTuEyB,AkRlSTxvD,CkC2NOya,AhC/KE,CpRsPX,EAAe,AkRlS5B,CtNoTU,AwPzFX,CxPyFA,AwPzF6B,IpTuEf,C4DkBsB,C5DlBC,G4DkBG,CAACid,QAAL,EAAeA,QAAQ,CwPzF3D,ExPyF8DvG,AwPzFF9U,IAA5D,CxPyFmE,AwPzFD,CxPyFEid,SwPzFpE,EAA8EoW,IxPyF3B,KwPzFnD,EAR4D,CAU5D,yMpTqEc,CA7LF;AEmDI,ASoC4C,AXuG1D,A4KGJ,AIAA,A9DDA,AqDAA,AlJDA,A5GAA,AiFEA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApIoCU,A8HpCV,AuFFA,ACCA,AFAA,A9KFA,AHmBE,A7DhBF,AiTzHA0X,AqBkBE,AO5BA,AxD7GD,AFrDE,AjQouBI,M2C/aD,AoPzIA,CAACrmD,EAAP,A5BvHQ0uD,C3PoRMj9D,Cd9IV,CXuGQ,AgTtHA,ChTsHC,AyBuCI,AmCpBJqhC,C3C+aDpG,C2C/aN,A3C+aMA,CjBlcA,AkRlSHlT,AjQouBQyT,EjBlcC,AyBuCI,C2P9RK,CxN0QP,AoPzIpB,ChTsHY,EAAW,AkRlSP,ElRkSJ,CkRlSOlqB,ClRkSQ,EkRlSL,AjQouBV2pB,C2C/aV,AsNrTqB7iB,EtNqTSipB,C5DnBpB,CyBuCF,AmCpBwB,A3CkbtBpG,CjBrcuB,AkRlShB3pB,AjQuuBP2pB,CQ9Z4B,AyPzUV,AjQuuBbX,C2ClboBmM,GAAL,MsNrTbn1B,AjQuuBP2pB,CiQvuBT,GjQuuB6BA,CAAAA,CAAK7D,OAHzB6D,KAGyB7D,CAG1B14B,QAAAA,CAASgJ,aAAThJ,CAAuB,MAAMg9B,CAAN,GAAoB,GAA3Ch9B,CANJ,EAMA,y8CjBxcK,CA9LE;AEmDI,ASqCd,AXuGA,A4KGJ,AIAA,A9DDA,AqDAA,ApCFE,ALAFqmC,AzGCA,A5GAA,AiFEA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApIoCU,AavCR,ANAFA,AuHGA,AuFFA,ACCA,AFAA,A9KFA,AHoBE,A7DjBF,AiTzHA6vB,AIgDE,AhCvKD,AnQwrBM,MkH3cD,A7FAA,AsBoBAj2B,AoP1IA,C7KsHCkH,A7FAAA,A0QtHAhT,ClLsHC,A9FAA,CrB7GE,AmH6GDjwB,A9FAAA,AoP7ODs6D,CzQgIL,AySuCGrG,C3R6GS7oC,AmCnBJ,CAACmU,I5DpBI,AiB2cLz0B,CjB3cM,A4DoBf,A3CubSA,C6G3cX,A9FAA,C8FAmBk7B,A9FAAA,A4BoBAJ,AwP1FJ,AhClLY,CpRwPX,AmIAI,A7FAA,ArB2cH9pC,CkH3cIumC,A7FAAA,A0QtHrB,ChTsHsB,C8HAtB,A9FAA,CgRtHwB,AIgDJ,CpTsEJ,CmIAI,ALAM,AxFAN,ANAM,ChCAC,AmIArB,A7FAA,C8QtEA,AnSihBWvmC,CjB3cD,AyBuCN,ARoagBa,CQpaQS,CzBvCH,AmIAA,A7FAA,CsBoBC,AwP1FJ,C3R6GlB,AmCnBuB,I5DpBjB,A4DoBgB,AwP1FCy8C,CjLsEKxX,ALAA,AxFAAA,ANAA,ChCAC,A4DoBA5D,EAAP,CAAb,A3CubF3iC,CkH3cc,A7FAA,AsBoB7B,AwP1F0B,AnSihBY,CmSjhBAmgD,IjLsEQ,A7FAA,AsBoBA,E3Cub/BngD,CmSjhBW,AnSihBrB,C2Cvb6CgqC,AwP1FH,IjLsE3C,A7FAA,CsBoBmD,GuEpBGzD,A7FAAA,CsBoBCwD,IuEpBI,A7FAA,E8QtErC,GjLsE0C3mC,A7FAAA,CsBoBC,CAAC,CwP1FF,GxP0FC,CwP1FjE,CxP0FwE68B,CuEpBxE,A7FAA,E8QtEwE,EjLsEK,A7FAA,AsBoBZ,CuEpBaA,A7FAAA,CsBoBCsG,CwP1FFwX,GjLsEM,A7FAA,C6FAC3X,A7FAAA,AsBoBnB,EAAqBzD,AwP1Fd,CAAYwd,CxP0FnB,CAAvB,EAAiD,GuEpB/F,A7FAA,A8QtE4E,CAAqB,CjLsEG,A7FAA,iB8QtExB,MAA6C,IAAzH,EAA+H,wgBpTsEjH,CA/LF;AEmDI,ASsCf,AXuGC,A4KGJ,AIAA,A9DDA,AqDAA,ApCFIlhB,ALAF,AzGCF,A5GAA,AiFEA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApIoCS,AavCLA,ANAF,AuHGF,AuFFA,ACCA,AFAA,A9KFA,AHoBIgB,A7DjBJ,AiTzHCjlB,AIiDE,AhCxKF,AFtDE,AjQ8uBIhM,E+RjkBNgM,E7KsHGikB,A7FAAA,AsBoBAgB,EuEpBE,A7FAA,C3B/GG,AmH+GF+C,A9FAAA,CrB/GL,CwH+GO,A7FAA,AsBoBA,AoP1ID,CpP0IE8F,AwNjQD21B,C4BuHC,C/RikBHzvD,CjB3cM,AmIAAu4B,A7FAAA,ArB2cNv4B,CjB3cO,AiB2cHkM,EiQ9uBJmO,ClRmSM,CiB2cNra,CjB3cY,A4DoBf,CwN7QuB,CtJyPzB,A9FAA,Af2cgB,CjB3cL,A8HASs5B,A9FAAA,CkPnSR,ClRmSU,EAAX,EAAe,A8HA1B,A9FAA,AkPnSiB,GsDyKN,AvTqkBNt5B,CiQ9uBJ,C/ImSM,A7FAA,ArB4cFA,CjB5cM,AmIAqB,A7FAA,A4OnST,AjQ+uBlBA,CAAIE,CjB5cyB,A+S5LX,K5K4LhB,A7FAA,E6FAkC,A7FAA,C6FAC,A7FAA,GrB4crCF,CAAiBguB,CAAjBhuB,EAAiBguB,CkH5cmB,A7FAA,ArB4cN,CAA9BhuB,CkH5c+C,A7FAA,ArB2c/CA,QkH3coC,A7FAA,E6FAqB,A7FAA,Y6FArB,A7FAA,C6FAlC,A7FAA,E6FAsEu3B,A7FAAA,K6FAtE,A7FAA,C6FAL,A7FAA,mvKtCAS,CAhMC;AEuDZ,ASmCA,AXuGE,A4KGJ,AIAA,A9DDA,AqDAA,ApCFG,ALAF,AzGCD,A5GAA,AiFEA,ACDA,AiJCA,AGAA,AFAA,AgBAA,AvHHG,ANAF,AuHGD,AuFFA,ACCA,AFAA,A9KFA,AHoBIvF,A7DjBJ,AiT3HwB,AImDrB,AiBhCF,AGtBY,ApDlHZ,A2BiDC,A7BxGuB,AjQivBlB,C6G/cP,A9FAA,AgRtHA,GpP4IIA,GAAG,GAAGiJ,E5DpBE,CAAC,A+S5LJ77B,E3BjDKswD,CpR6OF,AiB6cDzhC,CAAAA,CjB7cO,E+S5LF,A9RyoBM,CjB7cV,A+S5LK/wB,C9RyoBV,CjB7cgB,A4DoBA,AyQzH0B,CzQyHzB,C5DpBZ,EAAe,C4DoBJ,AmPhNd,EnPgNqB+zB,AmPhN5B,G/S4LU,EAAuB,A4DoBZ,EAAc+J,KAAd,EAAqBzD,KAArB,EAA4BC,MsNvT3Bnd,EtNuTD,EAAsCsZ,EAAtC,CAAnB,AsNxTqB,87ElRoSb,CAjME;AEyDb,ASmCA,AXsGG,A4KGJ,AIAA,A9DDA,AqDAA,AlJDA,A5GAA,AiFEA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApImCQ,A8HnCR,AuFFA,ACCA,AFAA,A9KFA,AHoBG,A7DjBH,AqTxEG,AiBjC8C,AjDrJtB,A2B+DzB,A7BzGuB,AjQkvBdpG,CmQxsBX,CwD5D2Bu5B,OnT6VdxmC,GRuaFiN,CAAAA,CAAKX,C+RhkBDs6B,IhTmHI,CAAC,GAAD,CiB6cR35B,CjB7cc,EyBsCjB,CzBtCW,AyBsCa,ChBtHrB,AQ8hBFU,CjB9cqB,AiB8crBA,EjB9cU,EAAe,AiB8cb,MjB9cF,EAAuB,EyBsClC,oLzBtCW,CAlML,oUiB+oBHV,GAGAA,CAAAA,CAAK7D,OAAL6D,KACFU,CAAAA,IAAY,2OADVV,CAHAA,EAMe,MAAfvtB,CAAAA,CAAI/M,MAAW,KAGnB+M,CAAAA,CAAIG,SAAJH,GAAgBiuB,CAAhBjuB,EACAhP,QAAAA,CAASipB,IAATjpB,CAAcmhB,WAAdnhB,CAA0BgP,CAA1BhP,CAJmB,CANfu8B;AR7hBA,ATiFP,A4KGJ,AIAA,A9DDA,AqDAA,ApCFE,ALAF8J,AzGCA,A5GAA,AiFEA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApImCQ,AatCN,ANAFA,AuHGA,AuFFA,ACCA,AFAA,A9KFA,AHqBE,A7DlBF,AqTxEG,AoBvDD,ApDhHF4W,A2BiDC,A9RipBgCjuC,Q6GtdzB,A9FAA,CmGACiwB,ALAA/6B,ArGsCIk6B,AatCJa,ANAA/6B,A4BqBA88B,EuErBP,A7FAA,AkS5HK+c,C5QiJL,AwP1FKS,I3R2GC,C+SlKN,C1M4HF,A9FAA,AwS5HcgE,C1M4HKrY,ArGsCI3oC,AOtCJ2oC,CoP5OR6W,CgCuKK,ItLqEhB,ArGsC6B,AOtC7B,AwS5HE,CxU4HwB,AyBsCI7jC,A2R3GT,AoBvDE,CxU4HI,C8HAC,A9FAA,AmOjEE,EnQiEJ,EAAM,AyBsCT,CAAc,C2PlRrC,CpR4O0B,CoTrEvB,CpTqEkC,AyBsCd,A+SlKrB,ApDhH0B,C3PkRpB,A2R3GyB,CpTqEP,AwU5HU9W,C1M4HI,A9FAA,ChCAC,EwU5HvC,CAAwC,GxU4HhB,EAAuB,AwU5HF0vD,UAA7C,kQxU4HwB,CAnMZ;AAoMV,A4KGJ,AIAA,A9DDA,AqDAA,ApCFC,ALAC,AzGCF,A5GAA,AiFEA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApImCQ,AatCP,ANAC,AuHGF,AuFFA,ACCA,AFAA,A9KFA,AHqBC,A7DlBD,AqTxEI,AiBnC6C,AGpB/C,ApDhHD,AjB0K6B,AerOL,AjQ4vBQ/mD,C2CxdjC,KkEGMixB,A9FAAA,GPsCO5B,C0OxGE/J,CrIkEJ,A9FAA,AwS5HJypB,G1M4HO,A9FAA,AoRrEN/rB,EhCvKO,AjB0Ke,CqE1D5B,CxU4HgB,AwU5HJiO,CxU4HK,A8HAA+C,A9FAAA,CoP7OS,C3PmRpB,CzBtCU,AoTrEF,CoBvDd,CxU4HsB,AyBsCI,A+SlKP,C/SkKb,EzBtCU,AoTrEGwb,EpTqEQ,EAAX,EAAe,A8HA/B,A9FAA,GoRrEE,EAA4B,CpTqEd,EAAuB,8CmQlEjB,IAAM,2sBnQkEZ,CApMJ;ASmHZ,ATkFE,A4KGJ,AIAA,A9DDA,AqDAA,AlJDA,A5GAA,AiFEA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApImCQ,A8HnCR,AuFFA,ACCA,AFAA,A9KFA,AhEGA,AsNvTA,A+F+OK,AiBpC4C,AGnB9C+C,AIRHmc,AxDxGC,AF3DG,AjQ0tByBh1C,K2TvjBxB,CAAC7Y,C3TyaUysB,CoT9YA+gB,AGnBbkE,AIRH,A3TyaG78C,CoMzlBa,ApMylBbA,EQ/PY,AmT1KJ,A3T4lBD43B,CjBxdE,AiBwdT,CR1iBM,ATkFI,AqNpTb,A+DwEY,C/DvEV,AgH0M+C,C5S+IzC,CzBtCI,CoTrEFyhB,AhCzKkB,C3Q4Jd37C,ATkFI,AwU5HL,AIRb,G5UoIY,CSlFH,CTkFc,AqNpTvB,A+F+OK,CAAY2G,C3SbK6D,ATkFV,AqNlTV,ErNkTyB,ESlFlB,CAAmB,C2SavB,EpTqEO,AqNpTZ,C+F+O4B2c,CpTqEO,AqNlTjB,G+F6Ob,CAA6B,C3SbLnnB,IAAD,EAAU,G+TzC/B,KAAK27C,MAAL,CAAY9d,KAAZ,CAAmB,CtD5KO,CkCkO5B,EAA6D1V,IAA7D,GAAoEi9B,CoBtDlE,EAAiCjlD,KpBsDnC,CAA8E,AoBtD5E,CAAyC,UAACulB,IAAD,EAAU,EpBsDrD,gxCpTqEO,CArME;ASoHX,ATkFC,A4KGJ,AIAA,A9DDA,AqDAA,ApCFA4jB,ALAE,AzGCF,A5GAA,AiFEA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApImCO,AatCPA,ANAE,AuHGF,AuFFA,ACCA,AFAA,A9KFA,AHqBArF,A7DlBA,AsNpTE,A+F4OG,AiBrC4C,AGjB5C,AITLq3B,AxDxGC,AjByKC,AerO+B,AjQ+vBvBphC,K2T3lBL,A3Tmac,C6G/Rb2D,A9FAAA,A4SpIA9L,C3TmZL,CkH/QO,A7FAA,AsBqBA,AyJtUA,AgHuMgBjZ,ClM0GfhX,A7FAAA,AsBqBAA,CuMxFHowB,CrImEK,A9FAA,CvBlFFrc,AqHkFGqwB,A9FAAA,AqS1GqC,CjDlIrC,CoDiHHxgB,ErEwDG,CiDFFi2B,AhC1KkB,C3Q6Jb,A0HkFf,ALAE,AxFAF,ANAE,A4BqBF,A4QhJa,CrM2HMthB,A7FAAA,AsBqBAyN,CkErBC,A9FAA,AqLjTA,AuH6KpB,CnUkDkB,ATkFG,AmQnEJ,CnQmEK,AkRxSPxwB,CzQsNZ,AmDuGH,AyJtUuB,A+F4OlB,AoBtDa,AITK,CxB+DN3Q,CpTqEI,AmQnEnB,CvMwFwB,AyJtUA,CrNiTC,AmIA3B,A7FAA,A+KjT2B,AmHsLlB,ArEwDc,AerOU,GlRwSZ,AmIAS,A7FAA,C8QrEzB,AoBtDqB,CxU2HM,EAAX,AoTrEOwgB,EpTqEQ,AqNjTV,CAAxB,CzJsUoC,AwP1FjC,AoBtD4BzB,CpBsDC,GpTqEb,AmIAqB,A7FAA,AkS3HhB,ExU2HkB,GwU3HF,SpBsDrC,EAAgD8D,AoBtDhD,EAAkD,IpBsDlD,6BAA4E4yB,SAA5E,iDAA2H,KAAKT,MAAL,CAAYS,SAAZ,CAAuBA,SAAvB,EAAkCM,KAA7J,gBAAwK,KAAKf,MAAL,CAAY4D,gBAAZ,CAA8B,KAAK5D,MAAL,CAAYS,SAAZ,CAAuBA,SAAvB,EAAkC1vC,IAAhE,CAAxK,ovBpTqEgB,CAtMP;ASqHX,ATkFC,A4KGJ,AIAA,A9DDA,AqDAA,ApCFE,ALAEmxB,AzGCJ,A5GAA,AiFEA,ACDA,AiJCA,AGAA,AFAA,AgBAA,AvHHE,ANAEA,AuHGJ,AuFFA,ACCA,AFAA,A9KFA,AHqBE,A7DlBF,AsNpTE,A+F4OG,AiBtC4C,AGjBM,AIRtDjlB,AxDxGA,AjByKE,AerOEpI,E0DoKJoI,E9MoIGilB,A9FAAA,E4BqBEA,EyQhIwBi7B,ClM2GrB,ALAA,AxFAA,ANAA,AqLjTA,AuH6KD,C9MoIE5yB,A9FAAA,C4BqBC,AwP7FP,AwB5DM,CnUkDDx6B,A0PeF,CnQmEM,AqU3GoC,AjDjIrC,CpR4OE,AmIAA+0B,A7FAAA,AsBqBA,CyJtUC,CvFiTX,A9FAA,ChCAS,AoTrEF,AhC3KiB,CFxDvBjwB,ClRwSc,A4DqBAowB,AyJtUJ,A8C8OD1O,C1PfG,CyQtNT,ClRwSK,CSlFO,CTkFI,AkRxSb1hB,CzQsNR,A0PeI,CnQmEM,CkRxSC,ClRwSc,AmIAnB,A7FAA,A4OxSM/B,C/IwScg+B,A7FAAA,CkS3HkB/mB,ArEwDtB,GvMwFvB,C5DrBW,AwU3HsC,CAACzX,AtD7KzCuC,ClRwSyB,AmIA3B,A7FAA,A4OxSe8G,EfqOrB,EqExD4C,ArEwDZ,ChImEM,A7FAA,AkS3HkB,AtD7KhD9G,EAAqB,CsD6Ke,CADQ,CrM4HrD,A7FAA,Q4OxSiC8G,KAAH,EAAWP,WAAX,EAArBvG,CAANA,y1ClRwSQ,CAvMC;AAwMV,A4KGJ,AIAA,A9DDA,AqDAA,ApCFC,ALAG,AzGCJ,A5GAA,AiFEA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApImCM6c,AatCL,ANAG,AuHGJ,AuFFA,ACCA,AFAA,A9KFA,AHsBEwQ,A7DnBF,AsNpTI,A+F4OC,AiBvC4C,AGjBM,AIThC,AxDtGtB,AjByKG,AerOC,AjQgwBJzS,CkH1dD,A7FAA,AsSpIA,CnT4KMiC,AmChBJwQ,CuEtBC,A7FAA,CrBwdFzS,CAAAA,CAAQ,C2ClcF,CkEtBC,A9FAA,A4BsBA8a,AyQlIgC9jC,CvM4G/By7B,A9FAAA,CqLjTC,C5LuVK,E4SlJkC,CvM4GnC,ArGsCIjB,AOtCJ,A4BsBZ,AwNlQW,CtJ4OEqJ,A9FAAA,Afwdd7a,CjBxde,AqNjTA,ApMywBfA,CjBxdgB,AoTrEPuwB,AjDEC,CiB9KiB,C/DhET,ApMywBGzhB,CjBxdN,AyBsCQ,ARkbvB9O,CQlbwBtS,A4LvVrB,CrNiTkB,A8HAd,A9FAA,AmOnEQxO,CiDFX,CAAY3D,CpTqED,AyBsCQ,CqGtCE,ArGsCpB,AOtCoB,ChCAC,A8HAAk3B,A9FAAA,CnBpGjBzO,AsPiCC,CnQmEK,AmQnEO8C,EnQmEQ,AoTrE1B,CtLqE2B,A9FAA,C8FACgU,A9FAAA,CoRrEL/e,CjDEjB,CAAP,CnQmEY,CoTrEX,CpTqEkC,A8HA/B,A9FAA,AoRrE0B,CvS/BZmJ,GiHoGqB,A9FAA,C8FACuN,A9FAAA,K8FAK,A9FAA,C8FACuI,A9FAAA,EnBpGhB58B,IuS+B7B,EAAgDggB,IvS/BT,EuS+BvC,EtLqEG,A9FAA,I8FA8DqU,A9FAAA,K8FAK,A9FAA,C8FAC2I,A9FAAA,e8FAxE,A9FAA,E8FAyFwB,A9FAAA,AoRrEZoU,SAA5E,EtLqEmG,A9FAA,C8FAC,A9FAA,I8FAD,A9FAA,E8FAOve,A9FAAA,K8FAP,A9FAA,C8FAX,A9FAA,06BhCA7E,CAxMF;AaoG8B,AJeN,ATsFlC,A4KGJ,AIAA,A9DDA,AqDAA,AzCFG,AzGCH,A5GAA,AiFEA,ACDA,AiJCA,AGAA,AFAA,AgBAA,A7HHG,AuHGH,AuFFA,ACCA,AFAA,A9KFA,AHsBC,A7DnBD,AqTxEK,AoBzDkD,ApD9GtD,AjByKG,AezOqB,AjQowBxB,C2CtcD,O3CscKxJ,CkP7hBF,AlP6hBEA,GAAc,EjBxdL,CAAC,A4UjIAinC,AzE8DL,CqE1DGjgB,ApD/GE,AnQosBQnhB,CAAJ,CjBxdL,CiBwdb,CjBxdmB,AwU9HmC,ApDpH3B,GpRkPd,EAAW,EAAX,EAAe,AqRlJX,AyDAA,M9UkJJ,EAAuB,eSnFhBl6B,IAHiB,6PTsFxB,CAzMA;ASmHwB,ATuFlC,A4KGJ,A1DDA,AqDAA,AzCFC,AzGCD,A5GAA,AiFEA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApImCM,AOtCL,AuHGD,AuFFA,ACCA,AFAA,A9KFA,AhEGA,AsNrTI,A+F8OA,AiB1C6C,AGjBM,ApD7GtD,AC0FC,AyDAA,A3E+EE,Ae1OqB,AjQqwBxBorB,C6G/dD,A9FAA,Gf+dCA,CAAAA,CQlbS,ARkbDiJ,GoM1wBA,A+FsON,IpT4EU,AyBsCIhH,A4LxVJ,AgEgKJrhB,AyDAAA,C9UkJK,AqNlTA,A8C+OJuvC,CiDDA,AhCxKI,CoD8GKa,CxU8HN,AqNlTI,ApM0wBhBhxB,CoM1wBG,CrNkTe,AoRnPS,C/D/DR,AgEgKJ,AyDAA,A7T0mBOiJ,CoM1wBF,AgEgKJvqB,AyDAAA,A7T0mBhBshB,CjBxdY,AyBsCH,A0OzGQ,EnQmEM,AqNlTA,CmHmL+B,ArE4DlChsB,CjQzEboK,AF4IK,CyBsCkB,CzBtCH,AqRlJnB,AyDAA,EzDAP,AyDAA,C3E+EyB,C9C/OvB,A8C+OwBmgB,EnQmEf,AqNlTqB,EnNsKhB,AF4IkB,AqNlTA,C5LwV9B,A4LxVF,C8C+OiB,C1OyGsB,A4LxVJ,A8C+OH,EAAf,EAAmB,KAAKrf,MAAxB,CAAjB,6CnQmES,CA1MC;AE8DI,AWuChB,AbsGE,A4KGJ,A1DDA,AqDAA,ApCFAg/B,A9GCA,A5GAA,AiFEA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApImCQ,AatCRA,AiHGA,AuFFA,ACCA,AFAA,A9KFA,AHsBArF,A7DnBA,AsNrTM,A+F8OF,AoB5DmD,ApD5GtD,AC0FC,AyDAA,A3E+EE,Ae3OqB,AjQqwBF5P,GAhuBc,EAouB/B,CoM7wBA,ElFkTE,A7FAA,AsBsBA,CuEtBCvyB,A1GsCImrB,AatCJnrB,AsBsBAA,GyJxUG,CxM4MH,AbsGI,AqNlTA,A+DsED,CpR4OE,AoTpEN8tB,AjDCE4rB,ClP8hBMrwB,CuT1lBc6zB,AvT0lBxB,CjB3dO,AqNlTP,A+D8DsB,CvQ8IdntB,AsHsGd,A7FAA,AsBsBA,AyJxUkB,ApM6wBMzG,CjB3dL,AmIAAuiB,A7FAAA,AsBsBA5F,A3Cqcb,EuT3lBiD,AvT2lB/B3c,CjB3dX,AoTpEG,AjDCE,C1OyGV,CzBtCgB,AyBsCItS,CZ5InB,A+C4HT,AuMzFqB,CtPnCCsZ,AbsGT,CoTpEQgqB,CpToEO,AyBsCpB,AmChBoB,EuEtB5B,A1GsCkC/uB,AatClC,A+KlT8B,CAAC,ExM4MtB,AsHsGwB,A7FAA,CzBtGF+B,AbsGlB,EAAuB,AoTpEhC,C/F9O0B,CAAxB,A+F8O0B,C3R0GxB,CmChBgC,GuEtBGwe,A7FAAA,CzBtGlC,EAAkCtd,AsHsGV,A7FAA,A6NnEL,EhImEoB,A7FAA,GpC5IxB,AiQyEShmB,KjQzEJ6a,AWsCpB,CsPmCY,CtPnCkC3b,CsPmCd0oB,MAApB,CjQ1EH,AWuCT,AsPmCL,EtPnC6D1nB,IAAxD,CAA8D,YAAM,wJbsGhE,CA3MC;AE8DI,AWwCf,AJamC,ATyFlC,A4KGJ,A1DDA,AqDAA,ApCFE,ALAFy5B,AzGCA,A5GAA,AiFEA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApImCO,AatCL,ANAFA,AuHGA,AuFFA,ACCA,AFAA,A9KFA,AHsBE,A7DnBF,AsNrTK,A+F8OA,AiB3CH,AGlBqD,ApD3GtD,AC2FA,AyDAA,A3E+EG,Ae7OqB,AjQixBxB,GQ9bK,G0GpCA,A7FAA,AsBsBApG,CuEtBCuO,A7FAAA,CwFAC,A9FAA,C8FACtqC,ArGsCI,AOtCJA,E4BsBE,EnCgBMurB,CmChBH,C/C5HJrhB,AbsGK,AmQlENyvC,CnQkEO,AwUhIqBmf,CpB4D3Bjf,CtLoEV,A9FAA,ChCAe,A8HAI1T,A9FAAA,A4BsBArH,AwNlQD,CjJ4OhB,A7FAA,CtCAmB,CatGJ,AsHsGKwL,A1GsCI,AatCJA,AkSjIiC,ArE+DnD,CtPpCctiC,AuSkCb,AhCjLuB,AjBmLV,CnQkEH,AoTpEEnD,EpToES,CyBsCK3F,CzBtChB,CWzGJ9B,CEGD,AbsGoB,CatGH,AuSkCtB,ExP0FH,CjD/Hc,AySqCYioB,CjLoEO,A7FAA,CtCApB,AyBsCF,CZ5IH,AiHsGV,A9FAA,CnBtGG,AbsGmC,AmIAA0X,A1GsCI,AatCJA,A8QpEjC,CAA6B,CtLoEM,A9FAA,AmOlEpC,EAAiC,GhIkEQ,A7FAA,C6FAC,A7FAA,GwFAGoJ,A9FAAA,cmGAJ,A7FAA,C6FAP,A7FAA,C6FA2BmE,A7FAAA,EwFAzB,A9FAA,C8FA4BhI,A9FAAA,CoRpE/D,EAA6Djc,IAA7D,CtLoEmC,A9FAA,EmGAlB,ALAwD,AxFAxD,ANAwD,AoRpELi9B,QAApE,CAA8E,mBAA9E,8qBpToEU,CA5MD;AauGX,AFHD,AFeoC,AT0FlC,A4KGJ,A1DDA,AqDAA,ApCFE,ALAA,AzGCF,A5GAA,AiFEA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApImCQ,AatCN,ANAA,AuHGF,AuFFA,ACCA,AFAA,A9KFA,AhEGA,AqTvEK,AiB3CH,AjD7HD,AjB0KI7J,Ae9OoB,M/IgTnBtO,A7FAAA,CzBxGG,CAAP,CuQpIM,CiD6HDn0B,ElE6CFyiC,CxPvCI,AXyGI,AmIAA,A7FAA,A8OtPe,CpRsPd,AqU/GZ,ElM+Gc,A7FAA,CtCAH,AqU/GCziC,C1TMA4H,CXyGK,CmIAC0rB,A7FAAA,A6NlEP,CxPvCJ,A0TNP,C1TMiBltC,AXyGN,AmQlERq8C,EnQkEmB,CWzGf,CXyGI,CWzGW/wC,CXyGI,EmQnES,CxPtC5B,CAAqB,CwHyGd,A7FAA,CtCAH,AmIAqBojC,A7FAAA,AyQ9LX,E/S8La,CmIApB,A7FAA,C6FAd,A7FAA,I3BzG6B5tC,IAAD,EAAU,+vBXyG3B,CA7MC;AE8DI,AW0ChB,AFHC,AFcmC,AT2FlC,A4KGJ,A1DDA,AqDAA,ApCFE,ALAA,AzGCF,A5GAA,AiFEA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApImCQ,AatCN,ANAA,AuHGF,AuFFA,ACCA,AFAA,A9KFA,AHsBE,A7DnBF,AsNtTI,AmHkLE,ApD3GL,A2B8CC,A5C4HGw7C,Ae3OD,AjQ+wBHp8C,IAAAA,E6GleK,A9FAA,A4BsBAy+B,CuEtBC4C,A7FAAA,EbsCM9gC,A2PlRL,C3PkRM,AR4bbP,C2C5cU,AyJzUA,ApMqxBHC,CN3kBDW,AXyGK,A4DsBAkmC,AuMxFPsV,CnQkEQ,A8HAApX,ArGsCI/W,AOtCJ+W,AoPvPe,A2ByDnBp4B,GpSqFE,AFiBG9M,ATwFF,CWzGAgvB,A0M1MR,CrNmTc,A4DsBhB,CnDjHoC,A+TtCzB8wB,C5QuJO,AmPpNJ,A5C4HH,CnQkED,AmIAV,ALAI,AxFAJ,ANAI,A+Q9LWl1C,C5K8LKmjC,A1GsCI,AatCJA,A6NlEjBuO,CnQkEkB,AyBsCI37C,C+SvKT,C7TwBX,AXyGK,AiBkeXT,CN3kBqBF,AmHyGI,A9FAA,AfkeHksB,CjBleI,AiBke1BhsB,C8RhqBQ,CpSqFF,AwHyGL,A1GsCe,AatCf,AkSjIqB,AvTmmBS,CN3kB7B,AoSrFD,EpSqF0B,AwHyGI6tC,A1GsCI,AatCJA,CtCApB,AyBsCJ,CqGtCN,A9FAA,ChCAiC,AyBsCIttC,A+SvKZ,C1MiISykC,ArGsCI,AOtCJA,AwSjIR4a,GrMiI1B,A7FAA,C6FH8C,A1GyCJ,AazCI,C6FGP,A1GsCjC,AatCiC,AkSjInC,AvTmmBL5/C,EQ5b8CO,AR4bf,C6GleY,ArGsCI,AOtCJ,EPsCpC,CqGtCuCykC,A9FAAA,CPsCK,OqGtCG,A9FAA,C8FACrtB,A9FAAA,W8FAT,A9FAA,E8FAX,A9FAA,ioBhCAxB,CA9ME;AE+DZ,AW2CD,AFJG/K,AFiBAN,ATwFA,A4KGJ,A1DDA,AqDAA,AzCFE,AzGCF,A5GAA,AiFEA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApImCU,AOtCR,AuHGF,AuFFA,ACCA,AFAA,A9KFA,AHsBImyB,A7DnBJ,AsNtTG,A+F8OC,AiB1CF,AGlBI,ApD3GL,A2B8CC,A5CyHmC,AlPuiBlC1+B,GoM3xBD,CzJ+UE0+B,EkEtBE,A9FAA,AfkeH1+B,E6GleK,A9FAA,AqS/GF,CvM+GG,A9FAA,A4BsBA,CjD/HL6M,AiD+HMk6B,AwNlQD,C3PkRMjZ,A0O3GX,AlPuiBD9tB,CR1jBCuM,CQ0jBDvM,C6GleK,A9FAA,AqS/GG2Z,AjDzIiB,AnQ0tBlB,CmSviBD6iC,CtLqEO,A9FAA,A4BsBZ,CjD/HO,AXyGM,CWzGL7xC,AXyGM,AqU/GZ,E5TuBM,CAAC7F,ATwFI,AoTrEb,CtLqEI,A9FAA,AoRrEQ0C,CpTqEO,AqU/GH,CvM+GI,A9FAA,CrBzGpB,AFiBA,AgB8HM,ChB9HS,ATwFF,AyBsCamS,EzBtCF,CoTrExB,CpTqEa,AyBsCP,A4SrJR,CvM+GM,A9FAA,CvBxFe,ATwFS,AyBsCIuU,A2R3GTlG,AiB1CE,C5TuBLzG,AqHwFS,A9FAA,GvBxFd,A2SmBf,C3SnByBxhB,A2SmBI,CpTqEhB,ESxFE,ATwFqB,A8HAhC,A9FAA,CPsCqC,ChB9HXsL,AqHwFQ,ArGsCI7K,AOtCJ,CPsCG,CAAnC,EhB9HS,CAAqB,GqHwFhC,A9FAA,E8FA4C,A9FAA,EoRrEhD,EAAgD6pB,C3SnBXrqB,GqHwFjC,A9FAA,EvBxFgC,AqHwFsB,A9FAA,AoRrE1D,E3SnB+C,EPxDV,E4HgJjC,A9FAA,E8FA8D,A9FAA,O8FA9D,A9FAA,E8FAuE,A9FAA,S8FAvE,A9FAA,E8FAkF,A9FAA,CoRrEVi9C,StLqExE,A9FAA,AoRrEJ,EtLqEkG,A9FAA,K8FA9F,A9FAA,E8FAqGz9C,A9FAAA,O8FArG,A9FAA,C8FA6G,A9FAA,C8FACylC,A9FAAA,Q8FAQ,A9FAA,G8FAG,A9FAA,E8FAZ,A9FAA,E8FAgBrtB,A9FAAA,W8FAhB,A9FAA,E8FA7G,A9FAA,I8FA8I,A9FAA,C8FAC,A9FAA,C8FAjJ,A9FAA,C8FAJ,A9FAA,E8FAyJ,A9FAA,M8FAM,A9FAA,I8FAI2uB,A9FAAA,oB8FAJ,A9FAA,C8FAyBtB,A9FAAA,Q8FAzB,A9FAA,C8FAN,A9FAA,iwBhCA1I,CA/MH;AE+D2B,ASwCrC,AFiBCvuB,ATwFD,A4KGJ,A1DDA,AqDAA,ApCFE,ALAA,AzGCF,A5GAA,AiFEA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApImCS,AatCP,ANAA,A8MCF,ACCA,AFAA,A9KFA,AHuBI,A7DpBJ,AsNtTC,A+F8OG,AiB1CD,AjD7HF,A2B+CA,A5C4HG,Ae7OD,AjQ8wB6B,EqMryBhC,GrMqyBCzW,EkHheMqhC,ALAAG,AxFAAH,ANAAG,C4BuBC,CjDlIL,AiDkIM/C,GyQtID2e,EnUlCK71C,AOyDRkP,AmD+GS,CjDhIJ,AiDgIKowB,AwNnQD,AjB2KL37B,Ee7OD0gD,GzQsNG,CPzD8B,AOyD7B9rD,A0HwFV,ALAA,AxFAA,ANAA,AqS/GC,AlE8CC,Ae7OD,C/I8SmBklC,ALAA4B,AxFAA5B,ANAA4B,A4BuBd,EnD/GG,ATwFa,AqU/GJ,AlE8CFwV,Ae7OHhrC,CzQsNV,ATwFoB,C4DuBC,CAACqtB,AsNrUT,CzQsNC1+B,ATwFK,AkR9SLkP,ElR8SW,AmIA5B,A7FAA,A+R/GuByK,EzQsIO,AuMxF5B,C1PvBC,ATwFmB,AmIAS,A7FAA,AsBuBAotB,AsNrUlB11B,CmD+LZ,AnD/LuB,ClR8SS,AkR9SpBA,CAAZ,ClR8SqB,A8HAtB,A9FAA,CmGAoCiwB,A7FAAA,CtCAC,A4DuB/B,CkEvBgC2D,A9FAAA,G4BuBG,CAACvG,C5DvBpB,EAAuB,C8HA7C,A9FAA,C4BuB+C,CAAC6D,EuEvBjB,A7FAA,C6FAoBuL,A7FAAA,KsBuB7C,EuEvByB,A7FAA,C6FA4B7I,A7FAAA,CsBuBC,CAACvG,KAAK,CuEvBlE,A7FAA,AsBuBmEuI,CuE5BrB,A7FAA,C6FKuB,A7FAA,csBuB/D,IAAiFvI,KAAK,CAAC2I,eAA3F,EAA4GwB,WAAW,CAAC,IAAD,EAAOnK,KAAP,CAAX,s2B5DvBxF,CAhNV;AEgEXl3B,ASwCC,AFiBC,ATwFD,A4KGJ,A1DDA,AqDAA,AzCFE,AzGCF,A5GAA,AiFEA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApImCO,AOtCL,A8MCF,ACCA,AFAA,A9KFA,AHuBG,A7DpBH,AsUlHG,AGnBE,ApDxHuB,AjB0LxB,Ae9OD,AjQgxBF,CmQ5tBD,IiDyIE,GpTmlBGm0B,C6GleI,A9FAA,AfkeJA,CfnnBFn0B,CmUkCM,CpTilBJm0B,CR5jBc,AqH0FjB,A9FAA,CvB1FE,C0P0BK2gB,CnQgEO,CEjJN,ASwCCzvC,AXyGM,AwUlIL,CtUfDxN,EFiJK,EAAM,AwUlIjB,ArEkED,CAAc,CxPzCA,CAACyL,AXyGH,EAAW,EAAX,EWzGL,AXyGoB,EWzG3B,CTxCD,CAA0B,EFiJb,EAAuB,AmQhEnC,EAAgC,CjQjFjC,EAAmCT,QAAnC,EAA6C,KAA7C,ojBFiJa,CAjNF;AEiEX,ASwCC,AFUkC,AT+FlC,A4KGJ,A1DDA,AqDAA,ApCFE,ALAD,AzGCD,A5GAA,AiFEA,ACDA,AiJCA,AGAA,AFAA,AgBAA,AvHHE,ANAD,A8MCD,ACCA,AFAA,A9KFA,AHuBC,A7DpBD,AqTxEG,AiB1CA,AGnBE,ApDzGL,AjB2KK+xC,AlPsiBFrlB,C6G5eH,A9FAA,A4BqBA,KuEfM1iB,A7FAAA,ArBseH0iB,CkHteI,A7FAA,EkSxIA,CrMwIG,A7FAA,AkSzIG,EpBoEJ8tB,AjDKJzI,ClPsiBFrlB,CuTvmBC,CrMiIWuK,A7FAAA,ArBseZvK,CAAU,GuTvmBJy9B,CpB4DQ,AjDKJ,EAARpY,CiDLe,EpTqEK,CAAC,GAAD,AmIAf,A7FAA,AkSzIG,CrMyIiB3S,A7FAAA,A6NjEM,CnQiEL,GAAN,EAAW,AmIA1B,A7FAA,C6FA2BrqC,A7FAAA,CtCAZ,EAAe,AoTrEjB,CjLqErB,A7FAA,KtCAuB,EAAuB,CiBse7C23B,EAA6C,qBmS3iB5B,CAAjB,QnS2iBAA,EAA6E,eAA7EA,EAA8F,mBAA9FA,CALE4E,mxBjBjeoB,CAlNX;AE8DI,AS4Cf,AXyGC,A4KGJ,A1DDA,AqDAA,ApCFE,A9GCF,A5GAA,AiFEA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApImCM,AatCJ,AwMCF,ACCA,AFAA,A9KFA,AhEGA,AqTxEG,AiB1CA,AG5BkB,ArE2EhB0gB,Ae/OH,AjQqxBClhB,MkHteGtnB,A7FAAA,ArBseHsnB,CNrlBM,A6T5BP,C7T4BA,CcqJW,G2R3GJnS,AiB1CDq0B,AlE+CHhB,ChIgEQ,A1GsCP,AatCO,GtCAG,AmIAA,A7FAA,A8QrEH,CpTqEI,AkR/SR,C/I+SP,A7FAA,C8QrEcwI,CpTqEA,AmQhEH,AlPsiBV1pB,CoTrlBA,CrU+GmB,AmQhEP,Ae/OD0wB,AjQqxBK,EoTrlBC,CrU+GJ,CkR/Sd,AjQ+wBGlwB,CjBhesB,AoTrEH,AjDKJxwB,CiDLK6d,CpTqET,CqU/GSrP,CrU+GM,CoTrEf,EiB1CI,CjB0Ca4H,EpTqEjB,AqU/GgB,CjB0ChB,CpTqEuB,AoTrED,CAAtB,AiB1Cb,CjB0CA,2lBpTqEa,CAnNF;AE8DI,AS6ChB,AFWC,AT8FC,A4KGJ,A1DDA,AqDAA,AzCFAthB,AzGCA,A5GAA,AiFEA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApImCK,AOtCLA,A8MCA,ACCA,AFAA,A9KFA,AHuBA6kC,A7DpBA,AuNzUA,A8FkQG,AiB3CA,AGjBD,ArE6DkC,Ae5OlC,AjQyxBCzP,CQrfH,KqGWM,A9FAA,AsLtUA,ArMgzBHA,C6G1eIn1B,A9FAAA,C4BuBC,CAACyC,EuM1FL,EiDDI65C,AoB5DC3vC,ExUgIM,AiB0eZwoB,CjB1ea,CiB0eF,C2Cndd,A3CwcKsG,CjB/dU,A4DuBImN,AwP3FhB,CAAYl/B,AoB5DC,CxUgIK,A8HArB,A9FAA,AwShIiBe,C1MgIKm6B,A9FAAA,EhCAP,CsNtUU,CtNsUC,AoTpEvB,CAAoB,CpToER,AsNrUb,AkHqMO,CAAiB,CxUgII,A8HAA,A9FAA,C8FACniC,A9FAAA,KhCAhB,C4DuBf,C5DvBsC,E8HAtC,A9FAA,A4BuBwC,EkEvBE,A9FAA,KoRpEvC,ExP2F8CmmC,AwP3FJ/R,OAA1C,EtLoEH,A9FAA,CoRpEuD,CtLoEK,A9FAA,AoRpEJ+4B,K3S1B7B,C2S0B4B,CxP2Ff,AwP3FrC,CxP2FiE7qB,QAA5B,EAAsC,gB0J7V9E,yjBtNsUe,CApND;AE8DI,AS+CjB,AFS0B,AT+FvB,A4KGJ,A1DDA,AqDAA,ApCFE,ALAA,AzGCF,A5GAA,AiFEA,ACDA,AiJCA,AGAA,AFAA,AgBAA,AvHHE,ANAA,A8MCF,ACCA,AFAA,A9KFA,AHuBE,A7DpBF,AqTvEG,AoB7DyBkd,ArEiExB,AlP8iBDlrB,MAAAA,EuT/mByBkrB,CrMiInB9tC,A7FAAA,C6FAC,A7FAA,G8QpEFmoC,EpToEO,AmIAA,A7FAA,AkSjIoB,CxUiInB,AiB8ebvlB,CuT/mBkC,CvT+mBtB,CjB9eA,AmIAb,A7FAA,A8QpEC,AnSkiBE0E,CmSliBU/xB,CpToEM,AmIAA,A7FAA,GtCAN,EAAW,AoTpEvB,AlC1Oc5J,CkC0OM,CpToER,EAAe,GkR9SN,GlR8ST,EAAuB,MoTpEnC,EAAuC,KAAvC,spCpToEY,CArND;AE8DI,AO4Dd,AT4FA,A4KGJ,A1DDA,AqDAA,ApCFI6T,ALAF,AzGCF,A5GAA,AiFEA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApImCA,AatCIA,ANAF,A8MCF,ACCA,AFAA,A9KFA,AHuBE,A7DpBF,AuN5TA,A8FqPG,AiB3CD,AGnBwB,ArEkEvB,Ae9OD,AjQgyBCslB,IkHlfCtlB,A7FAAA,EsBuBE,A3C2dHslB,CuTpnBM,ArE+CP,CqE/CA,C/SwKO8F,A6L/VO,C+G0MTmgB,ClM+GI,A7FAA,EsBuBEna,AwP3FLuX,AjDIC,CnQgEK,CAAC,AmIAA1O,A7FAAA,AgLzTf,A4DWO+d,AjQgyBJ1yB,CqM3yBoB,CrM2yBT,CjBlfA,AqU/GZ,ApT4kBGwC,CQvbL,A2R1GG,AlC1OD,ClR8SkB,AyBsCAp7B,A6L/VG,A8FqPRqJ,CxP2FT,AyQtIY+vD,ClM+GI,A7FAA,A4O9SR35D,ClR8SA,AmIASgoC,A7FAAA,AgLzTe,EtNyTb,CyBsCzB,AmCf0B,AwP3FvB,AiB3CD,CrU+GY,AoTpES,AlC1OrB,C/I8Sa,A1GsCaruB,AatCb,CtCAc,AmIAAtF,A7FAAA,C6FAC,A7FAA,C6FACuV,A7FAAA,CbsC/B,EAAkCsV,AmCfhC,C5DvBY,AmIAC,A7FAA,C6FAX,A7FAA,AsBuBgC+F,C5DvBC,EoTpElC,C3R0GH,C2R1GqC,C3R0GK,A6L/V1C,E1JgV4C,A0JhVa,C8FqPhBjQ,ExP2FMiQ,QAAQ,CAACrtB,MwP3FnB,CAAWoR,IxP2FD,AwP3FV,ExP2FD,AwP3FkB,KAAKwzB,MAAL,CAAY5yC,MAAZ,CAAoB,oBAApB,CAAjB,CAAlC,iyBpToEW,CAtNA;AE8DI,AOqDoB,AToGlC,A4KGJ,A1DDA,AqDAA,ApCFIyK,ALAF,AzGCF,A5GAA,AiFEA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApImCE,AatCEA,ANAF,A8MCF,ACCA,AFAA,A9KFA,AHuBE,A7DpBF,AuN5TE,A8FsPC,AiB5CD,AGnBA,ArEkEC,Ae9OD,AjQoyBCilB,IkHtfCjlB,A7FAAA,C6FAC,A7FAA,CbsCCopB,AmCfA,A3C+dHnE,CmSplBD,CjL8FMjlB,A7FAAA,AsBuBA,A0JhVA,CnFyTC,A7FAA,AsBuBA,CuEvBCzP,A7FAAA,A+R/GH3B,E5SqJK,C2RzGH,CjLmEL,A7FAA,AsBuBI,CnCeO1C,A4SrJb,AlE+CQ,CvMuFM,E0JhVE,A+G0MH0C,CrU+GI,CAAC,AmQhELkI,AlPsjBZmuB,CQhdkB,A6L/VA,C7L+VCuD,AmCfd,A3C+dLvD,CjBtfgB,AqU/GjB,ApTqmBiB,C2C/dK,A3CqcnBqC,CjB5doB,AsNzTA,CAAC,A6CyPvB,EnQgEgB,CyBsCjB,CzBtC4B,C4DuBtB,C5DvBW,AsNzTjB,C1JgV+B,C5DvBC,MAAf,A4DuBX,E5DvBkC,A4DuBA,QAAlC,EAA4C,QAA5C,EAAsD,MAAtD,EAA8D,OAA9D,EAAuE,SAAvE,EAAkF,UAAlF,EAA8F,KAA9F,EAAqGn8B,OAArG,CAA6G,CAACylC,QAAQ,GAAG,EAAZ,EAAgBrtB,WAAhB,EAA7G,IAA8I,CAAC,CAAjJ,CAAJ,EAAyJ,MAAM,IAAI7U,SAAJ,CAAc,uBAAuBkiC,QAArC,CAAN,ma5DvBxI,CAvNL;AEkEZ,AOiDoC,ATqGlC,A4KGJ,A1DDA,AqDAA,ApCFG,ALAD9kC,AzGCF,A5GAA,AiFEA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApIoCE,AavCC,ANADA,A8MCF,ACCA,AFAA,A9KFA,AHuBE,A7DpBF,AqTtEG,AiB3CD,AlE8CC,AlP0jBA45B,E6G1fD55B,A9FAAA,IPuCIs9B,ARmdH1D,C2CneI0H,GyQrIAm5B,ErU8GK,A8HAA,ArGuCA,AOvCA,AoRnEL3d,CpTmEM,AiB0fVljB,C6G1fW,A9FAA,Cf0fXA,CjB1fS,AiB0fA,CQndKl4B,ARobZ85B,CjB3da,C8HJ0C,A9FAA,EhCIhD,A4DuBV,AwP1Fc,AiB3Cd,CzQqIoBkL,C5DvBC,CqU9GF,CrU8GT,CyBuCV,A2R1GmB,CvSrCZt5B,AbwGkB,CyBwCvB,E4StJsBivC,AhDtCP,AyDAA,GjU4CJ,AbwGH,EAAuB,AyBwCxB,C2R3GR,AiB3CkB,C5SsJjB,AmCjBF,AyQrI+BP,CjB2CA,ExP0FOhX,OyQrInB,CzQqInB,AyQrI2C,QAAxB,EAAkC9R,cAAKimB,UAAL,CAAiB,MAAKz/B,IAAtB,CAAlC,CAAnB,CAd+C,CAgB/C,khCrU4GU,CAxNE;AEoEb,AW6CC,AJEoC,ATsGlC,A4KGJ,A1DDA,AqDAA,AzCFE4H,AzGCF,A5GAA,AiFEA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApIsCE,AOzCAA,A8MCF,ACCA,AFAA,A9KFA,AHuBE,A7DpBF,AuN7TE,A8FuPE,A/BjFF,AyDAA,A3EoFA,AlP8jBCyX,E6G9fDzX,A9FAAA,G8FAG,A9FAA,CPyCC4d,A6LnWA,ArMwzBHnG,C6G9fI,A9FAA,AsL1TA,E1JiVE,CyN3KDzsB,AyDAAA,GjU4CC,A+C+HP,CwP1FMkkB,CnSikBLuI,C6G9fazX,ArGyCA,AOzCAA,CsL1Td,ArMwzBY,CJtmBAmR,AbwGI,AqRpJF,AyDAA,C9UoJG,A8HAZ,ArGyCY+K,AOzCZ,AsL1TY,CrMoxBd9B,CoQ9mBc,AyDAA,C9UoJD,A8HAI,A9FAA,AoRnEN,C/BjFd,AyDAA,C9UoJsB,CaxGf,AYiJgB,CZjJHzI,AYiJIvZ,CzBzCR,AoTnEGsjC,EpTmEQ,CyByCJ,CzBzCP,AyByChB,CZjJO,CAAqB1vC,AbwGG,GoTnE7B,CvSrCK,CAAP,AuSqC8B,CpTmEd,EAAuB,kpBAAvB,CAzNJ;AakHZ,AJCoC,ATuGlC,A4KGJ,A1DDA,AqDAA,ApCFE,ALAE,AzGCJ,A5GAA,AiFEA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApIsCE,AazCA,ANAE,A8MCJ,ACCA,AFAA,A9KFA,AHuBC,A7DpBD,AuN7TI,A8FuPC,AiB1CH,AhDtCA,AyDAA,A3EoFD,Ae/MA7K,AjQkxBEy0B,C2CnfH,KnCwBMgI,AR2dHhI,CkHpgBImK,A7FAAA,C+R7GD,E/G7MI,CxF0TC,A9FAA,AqPnJJ2sB,AyDAAA,E7TupBJ92B,CqM9zBW,CtN0TC,AqU7GFwiC,ApTinBVxiC,CjBpgBa,A8HAAsK,ArGyCA,AOzCAA,AfogBJ,CmSvkBF+a,AnS4hBL7gB,EjBzdU,AsN1TL,CAAU,A+G6Md,AhDtCJ,AyDAA,C9UmJmB,AmIAnB,A1GyCmB95B,AazCnB,A+OnJgB,AyDAA,C3MmJI4nC,A7FAAA,C8QnEjB,CpTmEU,AoTnEEjiC,CiB1CM,CrU6GG,CkR9QV,ClR8QD,AmIAb,A7FAA,C6FA2B6qB,A7FAAA,AkSnIlB,CxUmImB,A8HAnB,ArGyCT,AOzCS,CoRnEN,A/BhFcxvB,AyDAAA,CrT6Lf,E0G1CF,ALAgC,AxFAhC,ANAgC,AoRnENmlB,EpTmEb,AqU7GT,ErU6GgC,AoTnEjC,CtLmEkCyZ,ArG0C5B,AO1C4BA,AoRnEL,A/BhFhB,AyDAA,CTsCoBk4B,C5SuJlC,A4P7L4B,AyDAA,ITsCW,KAAK,GvM6Gd,A9FAA,C8FAoBjyB,A9FAAA,EqS7GpD,EAAsD,G/G7M9C,CAAN,CxF0T8B,A9FAA,E8FA9B,A9FAA,IoRnEC,EAA6D1e,IAA7D,GAAoEi9B,QAApE,CAA8E,mBAA9E,mmIpTmEU,CA1ND;AaoHb,AJDqC,ATwGlC,A4KGJ,A1DDA,AqDAA,AzCFG,AzGCH,A5GAA,AiFEA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApIwCE,AO3CC,A8MCH,ACCA,AFAA,A9KFA,AhEGA,AuN7TG,A8FuPE,AiB1CF,AGtBD,ApDhFFvK,ACgEGnvC,AyDAAA,A5D5Ha,AjQmxBb8qB,MQzdG,ARydHA,EoQvpBA9qB,AyDAAA,ETsCI,CGtBAiwC,CxUmIK,CAAC,AyB2CArd,GzB3CD,AqRnJD,AyDAA,C1BgFDqd,AiB1CI,AGtBZ,AnDhBU13C,AyDAAA,C9UmJM,AwUnIJ0C,AvTuoBX6vB,EmQvtBQslB,AnQutBM,CjBpgBL,AqRnJT,AyDAA,CzDAe95C,AyDAAA,C9UmJK,AyB2CjB,A2R9GD,AiB1Cc25C,CjB0CFh1C,CpTmEL,AwUnIV,ExUmIyB,CyB2CC,A+S9KHwgB,CHsBX,CAAY63B,AhDtCA,AyDAA,C1BgFrB,AhChJL,ACgE2BppB,AyDAAA,CNgBzB,CxUmIU,CoTnEgBzO,AhChJH,CpRmNU,AqU7GrB,AjDrGbo1C,CiDqGgC,ApTqkB5BzhC,C8RxpBqB,CtR2OxB,A2R9GG,A/BhFa,AyDAA,C1BgFgB,C3R+G9B,A4P/LD,AyDAA,ETsCmC0hB,K5SyJ3Bne,I4SzJG,E5SyJG,A4SzJgCy6B,CjDtGxB,E3P+PL,A2R/Gf,AhC9IJrL,C3P6PoBnvB,C2R/GgC9U,AiB1CvC,CAAP,EGtB4C,GpBgE9C,AiB1CuD,EGtBJw1B,C/S+KzB,CAAC/2C,G+S/K9B,IHsBC,C5SyJkB,C4SzJoD,EjDtGhD,C3P+PmBq2B,C+S/KuB5gB,ApD7ElEgwC,MoD6EC,G/S+KkB,CAAH,E2R/GgEtR,C3R+GvB,CAAC9d,O2R/GtD,G3R+GqD,A2P/PjC,C3P+PrB,C2P3PH6vB,wBAJwB,EAKxBS,kBgC2I+H,IhChJvG,CgCgJ4GjT,ChC1IpIqT,KgC0I+H,CAAY5S,SAAZ,CAAuBA,EhChJ9H,EAOxBgT,KgCyI+H,EAAkC1S,KAA7J,UhChJoB,EAQxB6S,IgCwI4K,KAAK5T,MAAL,CAAY4D,GhChJhK,EASxBkQ,WgCuI4K,CAA8B,KAAK9T,EhChJvL,EAUxB+T,EgCsI0M,CAAYtT,SAAZ,CpTmE/L,AoTnEsNA,CpTxJpN,KoRQW,EAWxBwT,CgCqI0M,EAAkCljD,IAAhE,CAAxK,chChJoB,EAYxBujD,SgCoIgQ2F,QhChJxO,EAaxB1F,CgCmII,kBhChJoB,EAcxBE,qBAdwB,EAexBG,kBAfwB,EAgBxBE,mBAhBwB,EAiBxBE,iBAjBwB,EAkBxBI,uBAlBwB,EAmBxBqB,sBAnBwB,EAoBxBa,gBApBwB,EAqBxBE,kBArBwB,EAsBxBI,qBAtBwB,EAuBxBE,oBAvBwB,CAAzB;ApRoNI,A4KGJ,A1DDA,AqDAA,ApCFE,ALR0D,AzGS5D,A5GAA,AiFEA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApI0CE,Aa7CA,ANR0D,A8MS5D,ACCA,AFAA,A9KFA,AHuBA,A7DpBA,AqTtEK,AiB1CD,AjD7EJ,A2BNE,A1B6CC,AyDAA,A7TupBAp6B,C6G5gBH,A9FAA,KmGQMrmB,A7FAAA,ArBogBHqmB,CoQzpBD,AyDAA,ErTkMOgF,AmCtBA6J,EwP7FL,EpTsES,AmIAA,A7FAA,AyQhMJl8B,C/SgMK,AqU7GL8sD,C5S0JM,EzB7CF,AoTnEF,CjLmEO,A1G8Cdv6B,Aa9Cc,ArBogBflF,CjBpgBgB,AqU7Gf,ClM6GF,A7FAA,AsBuBF,AmPvNgB,A9RosBC,C2C7eIwE,AmPvNJ/zB,C/SgMJ,AmIAS,A7FAA,A+R7GL,CpTokBZgxB,CjBvdmB,EAAX,A4DuBb,CuEvB2B2F,A7FAAA,CtCAC,A4DuBA0D,AyQpINwX,AtBnFb,EAAP,GtR8OiB,AmCvBnB,C5DvBa,AyB8COrd,A4S3JH,CzQoIkB8F,AyQpIN4a,CrU6GO,IqU7GnB,ClM6GK,A7FAA,A+R7Gc,ClM6GMpW,A7FAAA,CsBuB1C,CnCuBmB,CADJ,AmCtB8B,EyQpIJ4T,ClM6GnB,A1G8CYzf,Aa9CZ,C6FA2B94B,A7FAAA,I6FA3B,A7FAA,C6FAgC+O,A7FAAA,E+R7GrC,E5S2J2B,A4S3JQ8lD,C5S2JPx6B,E0G9CvB,A7FAA,E+R7GL,CAAb,K5S2JwC,EAAaA,UAAU,CAACz+B,MAAxB,CAD1C,0uBzB7CW,CA5NC;AS2HX,ATkGC,A4KGJ,A1DDA,AqDAA,ApCFE,A9GCF,A5GAA,AiFEA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApI2CC,Aa9CC,AwMCF,ACCA,AFAA,A9KFA,AHuBE,A7DpBF,AuN7TE,A8FuPG,AiB1CD,AGtBF,AzB7DA,A1B8CA,AyDAA,A5D/Hc,AjQ0xBbo4B,M2ClfG,A3CkfHA,CkHzgBIwI,A7FAAA,AsBuBA5C,AyQtIJ,C/G3MK,ErMm0BL5F,CuT5oBI,C5Q0JK,A3CkfTA,C2ClfU+L,AyQpIH,AhDrCDh4B,AyDAAA,A7T2pBA,CjBzgBK,AiBsdT8uB,CRxjBK9uB,ATkGK,AwUnIJrM,CAAC,CpBgEFg8C,CpTmEI,CwUnIC,CxUmIK,AsN1TA,A+DwKJ,AyDAA,C3MkJd,A7FAA,A+OlJelwC,AyDAAA,CrUgDA,A0HkGK5L,A7FAAA,C7BlGJ4L,ATkGJ,A4DuBR,A0JjViB,A8FuPlB,CAAY9E,AoBhEGg1C,AnDfX,AyDAA,C9UkJgB,AqRlJHjwC,AyDAAA,CrUgDZ,CAAaA,ATkGT,A4DuBamyB,CuEvBzB,A7FAA,CtCA2B,CsN1TC,AkHuLf,CrMmIgB7qB,A7FAAA,AgL1TA,A8FuP1B,AoBhEsBotC,C5Q0JK,A0JjVF,C1JiVGra,AyNzKxB,AyDAA,CxHxKyB,A8FuPN5e,A/B/E1B,AyDAA,CrUgDQ,ATkGI,ESlGmB3c,ATkGI,CmIAC,A7FAA,A8QnEjC,AoBhEU,CrMmIwB3K,A7FAAA,A8QnEL,AoBhEE,E/TiC1B,CAA6B,E6MxNK,CnF0T1C,A7FAA,CsBuByB,C0JjVoB,CAAjB,CAA5B,CkHuLa,C5Q0JoC,C4Q1JFA,E/TiCJ,EmDyHvC,AwP1FD,EAAgD2pB,AoBhEtC,E5Q0J6C,C4Q1JF,CAAxD,EpBgEG,AoBhEwD7pB,CAAC,E5Q0JKwkC,E4Q1JD,CAAhE,E5Q0J0D,A4Q1JSxkC,CAAC,EAApE,E5Q0J2E,A4Q1JH,Q5Q0JxE,EAAqF,MwP1FNy8C,SAA5E,mBAA6F6S,MAA7F,i9BpTmES,CA7NA;AS4HV,ATkGA,A4KGJ,A1DDA,AqDAA,ApCFE,ALAF,AzGCA,A5GAA,AiFEA,ACDA,AiJCA,AGAA,AFAA,AgBAA,AvHHE,ANAF,A8MCA,ACCA,AFAA,A9KFA,AHuBI9qB,A7DpBJ,AuN7TE,A8FuPG,AiB1CD,AGtBD,AzB5DF,A1B6CC,AyDAA,A7T2pBCjM,I2ClfCiM,E3CkfDjM,GkHzgBM,ALAAgQ,AxFAA,ANAAA,A4BuBA,A0JjVA,CtN0TC,AsN1TA,CtN0TC,C4DuBChJ,A4Q1JH/W,CrMmIP,A7FAA,CtCAQ,AqU7GD2wC,CpTsnBN5gC,CjBzgBa,AsN1TP,AkHuLI,C/TiCFriB,AQ2mBGklB,C2ClfI,A0JjVA,CtN0TR,A4DuBSv3B,AyQpIf,AGtBY,C1MmIhB,A9FAA,ChCAqB,A8HAAq6B,A9FAAA,AfygBP9C,CoTtnBG+9B,ApTkkBZh+B,CRvjBD,ATkGM,A4DuBE,CAAYqJ,A0JjVf,AkHuLYwX,CxUmII,C8HAzB,A9FAA,CqS7GI,CvM6GwBxX,A9FAAA,C4BuBhB,A0JjVY,CkHuLR,CxUmIN,A4DuBqBC,A4Q1JHgc,ExUmIK,A8HAjC,A9FAA,E8FAmChc,A9FAAA,GwSnInB,C5Q0JJ,A4Q1JyB,C5Q0JjC,GkEvBJ,A9FAA,E8FA6C,A9FAA,KwSnI7B,EAAkCzkC,CAAlC,CAAb,ggBxUmIO,CA9NI;AS6HV,ATkGA,A4KGJ,A1DDA,AqDAA,ApCFC,ALAC,AzGCF,A5GAA,AiFEA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApI2CAm8B,Aa9CC,ANAC,A8MCF,ACCA,AFAA,A9KFA,AHuBG,A7DpBH,AuN7TI,A8FwPA,AiB3CA,AnDrKF,AjQiyBCtC,CkHniBH,A7FAA,E6FoBG,A7FAA,GwFAG,A9FAA,Af+gBHA,C6G/gBIqE,A9FAAA,CsL1TC,C7MsNE,A2S0BP,C3S1BA,EqHoGS,ArG8CA,AO9CA,C8FACmG,ArG8CAliC,AO9CAkiC,CsL1TC,C8FwPJ,CnSilBPxK,CjB/gBc,AsN1TA,CtN0TC,AiB+gBfA,CqMz0BC,ArMy0BW,CA3DVsB,CjBpdY,CyB8CjB,CzB9CuB,A8HAjB,ArG8CiBzN,AO9CjB,GhCAW,C8HAUwQ,A9FAAA,ChCAC,EAAX,EAAe,A8HAA,ArG8ChC,AO9CgC,C8FACkI,A9FAAA,EP8CE,GzB9ClB,EAAuB,IyB8CI1Y,EqG9CjB,A9FAA,K8FAwB,A9FAA,EP8ChB,CAAmBvU,EqG9ChD,A9FAA,EP8C6B,EqG9CyB,ArG8CA,AO9CA,O8FAOqrB,A9FAAA,K8FAP,A9FAA,K8FAiB,A9FAA,Q8FA3E,A9FAA,E8FAqF,A9FAA,4jBhCAtE,CA/NH;AS8HX,ATkGC,A4KGJ,A1DDA,AqDAA,AzCFIA,AzGCJ,A5GAA,AiFEA,ACDA,AiJCA,AGAA,AFAA,AgBAA,ApI2CE,AO9CEA,A8MCJ,ACCA,AFAA,A9KFA,AhEGA,AqTrEI,AoBpEsE,AtD5IxE,AjQiyBC1K,I6G/gBC0K,A9FAAA,Ef+gBD1K,CR5nBM,CAAP,CqH6GO,ArG8CA2E,AO9CA,G8FAGc,A9FAAA,EoRlEJtP,AlChNDq7B,ElRkRS,AiB+gBbxxB,CjB/gBc,C8HAC,A9FAA,Af+gBH,C6G/gBIj2B,ArG8CA,AO9CAA,ChCAH,AyB8CI,CRqafs3B,CjBndiB,AoTlEN,CtLkEJ,A9FAA,AkPlRV,CpJkRsBqJ,ArG8CL,AO9CKA,ChCAR,CyB8CUrrB,A+SlLgBqP,AtD9IvB,ClRkRQ,AoTlENi0B,EpTkEL,A8HAJ,A9FAA,CP8CO,A+SlL2B,CxUoIf,A8HAAhY,A9FAAA,AwSpIgBn2B,C/SkLf,AyPhURlB,IzPgUL,A2RhHf,AoBlEsC,CxUoI1B,AyB8Cd,A+SlLoD,CpBkEtB,CpTkEO,A8HA3B,A9FAA,C8FAR,A9FAA,AwSpIsC,CAFgC,AtD5IvD,CAAe8B,IAAf,EAAjB,CAFc,CAId,sxDlRgRc,CAhOF;AS+HZ,ATkGE,A4KGJ,A1DDA,AqDAA,AzCFG,AzGCH,A5GAA,AkFCA,AiJCA,AGAA,AFAA,AgBAA,ApI2CC,AO9CE,A8MCH,ACCA,AFAA,A9KFA,AHsBE,A7DnBF,AuN9TI,A8FyPC,AiB3CF,AG1BuE,AvTspBvE6rB,CQneH,KRmeGA,G2CzfMyJ,A0JjVA,C+G8MF40B,G/G9MM,CtN2TC,A4DsBZ,A0JjVY,CtN2TC,CqU7GF,C/G9MI,A8FyPPpd,CpTkEI,AsN3TV,C+G8MY,ApT4nBbjhB,CjB/gBiB,AsN3TA,CAAC,ArM00BlBA,CAAe,CjB/gBJ,AoTlET,AnSohBAI,CqM7wBmB,A8FyPPn0B,CpTkEQ,AqU7GJg1C,ErU6GP,CExJJnyC,AS6CA4lB,CX2GmB,CsN3TzB,C8FyPC,AiB3CW,C/G9MgB,A+G8MJ4pC,AhDnBQ,AyDAA,ExH3LF,A8FyPN7xC,CpTkEd,AsN3TV,EtN2TiC,AsN3TA,CpNmKjB,AkTsFf,CAA6B,CzSzCZmJ,G0TFN,CAAyB,MAAKxX,E1TEZtP,E0TFlB,EAAoC,M1TER,A0TFa+0C,OjB2CpD,CiB3CW,CjB2CkDp2B,AiB3C/D,IjB2CE,GAAoEi9B,QAApE,CAA8E,mBAA9E,2KpTkES,CAjOA;AEyEM,AS8ClB,AFUD,ATiGG,A4KGJ,A1DDA,AqDAA,ApCFA,A9GCA,A5GAA,AkFCA,AiJCA,AGAA,AFAA,AgBAA,AvHHA,AwMCA,ACCA,AFAA,A9KFA,AHsBC,A7DnBD,AuN9TM,A8FyPD,AoBtEqE,AnDOtC,AyDAA,A5DhJlC,AjQqyBC1+C,IkHphBCmnC,A7FAAA,ErBohBDnnC,IoQrpBgB8C,AyDAAA,A7TqpBhB9C,CN/nBIkoB,AwH2GI,A7FAA,CgL3TC,AkHqLFysB,AvT0pBD,CqM/0BI,CnF2TC,A7FAA,A4OjRP/wC,ClRiRQ,CAAC,AsN3TA,AkHmL0D,AvTylBrEwwB,EoQllB+B,AyDAA,CnUsBlC,AX2Ga,CkRjRb,ClRiRmB,EkRjRL,ClRiRD,AmIAf,A7FAA,C4OjRE,ClRiRwB,AkRtRV,CAOd,ClR+Qa,AsN3Ta,CAAC,C3MgNVje,AX2GW,KsN3TF,CtN2Tb,AsN3TT,E3MgNqB,AX2GW,CW3GTuS,UAAU,CAAC3gB,CT7ChB,KAAK0W,CS6CA,CAAoB,KAApB,EAA2B,CT9CpC,CS8CS,CAAF,CAAzB,eAA+DtI,K0QtBnC,AyDAA,GnUsB2C,CAAEyT,A0QtBvC,AyDAA,UnUsBiD,CAAC7hB,OAAX,CAAoB,KAApB,EAA2B,EAA3B,CAAF,CAAvE,KAA8GjF,QAA9G,62CX2Ga,CAlOD;AEyEM,AS+ClB,AX2GE,A4KGJ,A1DDA,AqDAA,AzCFE,AzGCF,A5GAA,AkFCA,AiJCA,AGAA,AFAA,AgBAA,ApI2CAsyB,AO9CE,A8MCF,ACCA,AFAA,A9KFA,AhEGA,AuN9TM,A+G6MH,AG3BuE,AvTiqBvE/F,MqMn1BG,ArMm1BHA,G6GxhBMoO,A9FAAA,CqS9GF,E5S4JK,A6LzWA,AkHoLIiY,C7T4BPpwC,AcyJIlK,CzB9CC,A8HAZ,A9FAA,ChCAa,CsN3TC,C+G6MFi3D,CrU8GA,EW3GE,AX2GI,AsN3TA,C3MgNHjvD,A2MhNI,AkHkLqD,C/SuL1E,CzB9Cc,AyB8CS00B,A4S5JhB,ErU8GkB,CiBwhBtBzI,CjBxhBW,AsN3TE,C3MgNP,A2MhNmB,A+G6MH,ApTsoBtBA,CJloBQvsB,Ab0GkB,AsN3Tb,ArMm1BS,CNnoBvB,A2MhNI,ArM2wBDsxB,KjBhdS,AyB8Cd,EzB9CqC,CyB8CC,CZxJjB,AwTJlB,EAAmC,M5S4JS0D,YAAT,CAAsB1lB,IAAtB,EAA4B,o4CzB9CpD,CAnOA;Aa0HZ,AFDA,AX2GE,A4KGJ,A1DDA,AqDAA,ApCFA,ALAC,AzGCD,A5GAA,AkFCA,AiJCA,AGAA,AFAA,AgBAA,ApI2CE,Aa9CF,ANAC,A8MCD,ACCA,AFAA,A9KFA,AHsBA1Z,A7DnBA,AuN9TK,A8FwPD,AiB3CA25D,AG5BsE,AnDQxE,AyDAA,A5D9IA,AjQ4yBCzvC,MNroBF,AiD+HK,A3CsgBHA,C2CtgBIjqB,CyQpIH05D,ClM8GKjrB,A1G8CA1P,Aa9CA0P,C+OlIH,AyDAA,CjUwBC9b,C2T9BoBgtB,EH0BjB,AnDlKHkM,CkC6MEvP,EiB3CI,AG5B6D,AnDQ7DnyC,AyDAAA,A7T8pBV8f,EjB5hBgB,AyB8CA,AR8eH,CJtoBd,Ab0GkB,AyB8CA,AyP9TlB,CrQsKevO,A+CgIjB,AwPzFI,AiB3CamtC,CzQoIKjkB,AwPzFNt9B,CpTmEG,AkRhRH,CzP8TG,CzB9CM,AqRlInB,AyDAA,A5D9IJ,AjQ+tBGm0B,CQjaqBhiB,A4S5Jb,AnD1KG,CrQ8Kd,AqQpKA,CrQoKsB7U,Ab0GL,AqU9Gf,CjB2CA,CpTmE0B,AyB8CX,AmCxBW,AyNxJJ,AyDAA,ClRwJKnC,C/ChI7B,Ab0GiB,AmIAnB,A1G8CgC,Aa9ChC,A8QnE2BqlB,CvSvCG3d,AsH0GGlD,A7FAAA,CtCAC,AmIAlC,A7FAA,E6FAoC,A7FAA,A8QnEhC,C3RiHe,A2RjHc,C3RiH/B,EzB9CiB,A4DsBnB,AyNxJE,AyDAA,CjUwBA,Cb0GwC,A4DsBA,AyNxJJ,AyDAA,Y1B+DlC,EAAgDkjB,MAAhD,GxPyFJ,EAAmE,wBwPzFa4yB,SAA5E,mCAA6GwZ,WAA7G,+RpTmEe,CApOL;AEyEM,AWkDlB,AFCD,AXyGG,A4KGJ,A1DDA,AqDAA,ApCFE,A9GCF,A5GAA,AkFCA,AiJCA,AGAA,AFAA,AgBAA,ApI2CC,Aa9CC,AwMCF,ACCA,AFAA,A9KFA,AHsBE,A7DnBF,AqTtEI,AiB3CAmD,AG7BsE,ApDhB1Ele,ACyBG,AyDAA,A7TmqBAhlB,CQrfH,K0G5CMvvB,A7FAAA,ArBiiBHuvB,CkHjiBI,A7FAA,C+R9GHkjC,GlM8GOlrB,A7FAAA,CkSzIuBnhC,CvT0qB/BmpB,CoT/oBO,CAACyjC,AhDpBD,AyDAA,A7TmqBE,CuT5qB8D,ErM2IxE,A7FAA,E6FAkB,A7FAA,A8O3JT1d,CpR2JU,AqU9GjB,CrU8GkB,EqU9GF,CrU8GC,EAAM,CoR3J3B,EpR2JqB,AqU9GIme,CjD7CH,CpR2JU,AoR1J/BjG,ACwBY,AyDAA,A7TmqBgB35B,CAAjB,CjBjiBS,CmQlEG8gB,AlPmmBK9gB,CjBjiBO,AiBiiBPA,CoQnqBX3pB,AyDAAA,A7TglBbsqB,GoQhlBK,AyDAA,CToBN,CrU8GiB,AqRlIE7P,AyDAAA,C3EgEkC,CnQkEb,EqRlIlC,AyDAA,C1DzBY,ACyBOzhB,AyDAAA,E1DvB5ByqD,MCuBS,AyDAA,CzDAP,AyDAA,Q1DzBmB,EAGrBW,cAHqB,EAIrBE,oBAJqB,EAKrBuB,YALqB,EAMrB96B,iBANqB,EAOrBm7B,gBAPqB,EAQrBC,mBARqB,EASrBC,sBATqB,EAUrBK,kBAVqB,EAWrBC,sBAXqB,EAYrBC,kBAZqB,EAarBC,mBAbqB,EAcrBO,aAdqB,EAerBC,gBAfqB,EAgBrBI,aAhBqB,EAiBrBC,KpR0IoB,CArOP,SoR0EQ,EAkBrBtU,kBAlBqB,EAmBrBkV,cAnBqB,EAoBrBM,aApBqB,EAqBrBF,oBArBqB,EAsBrB3V,cAtBqB,EAuBrBkX,uBAvBqB,EAwBrBG,sBAxBqB,EAyBrBM,kBAzBqB,EA0BrBC,aA1BqB,EA2BrBE,gBA3BqB,EA4BrBE,cA5BqB,EA6BrBE,aA7BqB,EA+BrB;AlR/BC,AWmDD,AbyGG,A4KGJ,A1DDA,AqDAA,ApCFI,ALAJp8D,AzGCA,A5GAA,AkFCA,AiJCA,AGAA,AFAA,AgBAA,AvHHI,ANAJA,A8MCA,ACCA,AFAA,A9KFA,AHsBE,A7DnBF,AuN/TI,A+G8MA,AjDdHm1D,ACNE,AyDAA,A3E+DsD,Ae5MvD,AjQqzBC37B,M6GtiBG,A9FAA,AfsiBHA,C6GtiBIv5B,A9FAAA,GmOnEyBq8C,C7CzPrB,GtN4TG,AqU9GLqd,AnDjKF5N,ClR+QQ,AoR5JO,CAAtB,AnQksBGvyB,CqMl2BC,CtN4TU,AiBsiBC,EjBtiBK,AqU9GhB,AnDjKF,CpJ+QF,A9FAA,C8FAsBqL,A9FAAA,ChCAR,AqU9GI,AnDjKF,ElR+QS,AmQnEgC,Ae5MvD,ElR+QY,EAAe,AqU9GN0X,CvM8GO,A9FAA,C8FAC75C,A9FAAA,IhCAjB,AqU9GI,CAAYk3D,CrU8GO,CiBsiBF7+B,CAApB,C6GtiBf,A9FAA,CfsiBmCA,C6GtiBO,A9FAA,AfsiBPA,CAzF9BW,IoT3jBa,CAAyB,MAAKhiB,IAA9B,EAAoC,KvM8GtD,A9FAA,C9B5JyC,AmU8CkBylC,CvM8GQ,A9FAA,OqS9GjD,EAAmDwa,MAAnD,CAAd,alE2C8C,KAAO,4LnQmE3C,CAtOA;AE0E2B,AF6JrC,A4KGJ,A1DDA,AqDAA,ApCFIzyD,ALAF,AzGCF,A5GAA,AkFCA,AiJCA,AGAA,AFAA,AgBAA,ApI2CAw1B,Aa9CIx1B,ANAF,A8MCF,ACCA,AFAA,A9KFA,AHsBE,A7DnBF,AuN/TG,A8FwPA,AiB1CC,AG5BD,ApDgBH,AjBuDE20C,Ae3MA,AjQ0zBCrjB,GqM/2BD,CnFmUEtxB,A7FAAA,C6FAC,A7FAA,C6NnEH20C,AlP+mBCrjB,CoT9pBA,ClMkHKiW,A7FAAA,Ib8CI,A+SxLLmR,ArEuEC,C1OiHKvgB,A2RlHLkd,AiB1CE,AlE2CDA,CjQ1FIh1C,AgRjHNykD,ClR8QQ,AmIAX,A7FAA,CtCAY,CwU1IJ,ExU0IG,AoTpEZ,AjDCD,CiDDariD,AnSgnBZ6uB,CfzsBsC,AF6JpB,CwU1IJ,ArEuEC,AlP+mBC,EjB5iBJ,AkR9Qb,ElR8QwB,AyB8C1B,A2RlHG,AjDCD,CiDDqB,AoBtEDonB,AtDpIF,ClR8QL,CyB8Cc,CzB9CC,EwU1I3B,AtDpID,EsDoI2B,ExU0Id,EAAuB,CyB8CAzhB,K2RlHnC,E3RkH0B,A2RlHa,AnSgnBCxI,CAAxB,CQ9f4Bjc,CR8fMqhB,CmShnBlD,AnSgnBgB,EQ9fU,AR8fwBA,CAAAA,CQ9fA,AR8ZhDW,+kDjB5cU,CAvOD;AE2EXn0B,AF6JC,A4KGJ,A1DDA,AqDAA,ApCFG,ALAD,AzGCF,A5GAA,AkFCA,AiJCA,AGAA,AFAA,AgBAA,ApI2CE,Aa9CC,ANAD,A8MCF,ACCA,AFAA,A9KFA,AHsBErH,A7DnBF,AuN/TC,A8FwPE,AiB1CC,AG5BA,AnDOF,AyDAA,A5D3IA,AjQg0BCy4B,E2C5hBDz4B,CuEzBA,A7FAA,GbiDI,ARogBHy4B,GkHljBM,A7FAA,CpC7JNpxB,E0DmLS,CnCwBC42B,A2RlHLoe,A/B/DC,AyDAA,C9UmIK,A4DsBA,AyQpILod,AnDhKFjO,ClR8QQ,AwU1INnP,EtUnBC,CAACn9C,AF6JG,C4DkBqD,AwPtFhE,AnSsnBAu5B,CjBljBiB,AyB8CA,A2RlHL0jB,AiB1CX,C5S4JiBhd,A+SxLjB,AvT4rBc,CuT5rBF2hB,AtDpId,ClR8QY,AqU9GI2Y,ErU8GO,AkR9QP,ElR8QJ,AoTpEX,CAAqB,CpToEK,AqU9GzB,AG5BA,CAAqB,AnDOb,AyDAA,A5D3IV,IhRiHC,AuB2MG,CvB3MuB,AF6Jf,A+SlMU,A1B+DPvoD,AyDAAA,E9UmIoB,CqRnI5B,AyDAA,CrTiL8B,A4PjLrC,AyDAA,ENPE,EAAkCi/B,CtUnBnC,Ae+sBsC1a,CmStnBtC,AnSsnBe,Cf/sBsBvrB,Ce+sBW2wB,CAAjC,CQpgBhB,A+SxLE,CAA0Cx6B,AvT4rBKw6B,CQpgBA,A+SxL/C,AvT4rB+CA,CAvG9CW,CuTrlB4C,CtUnB9C,AsUmBC,EtUnB8C,KAA/C,miBF6JW,CAxOA;AE4EX,AF6JC,A4KGJ,A1DDA,AqDAA,ApCFI,ALAF,AzGCF,A5GAA,AkFCA,AiJCA,AGAA,AFAA,AgBAA,ApI2CI,Aa9CA,ANAF,A8MCF,ACCA,AFAA,A9KFA,AHsBEpa,A7DnBF,AqTvEG,AiB1CC,AG5BA,AzBxDF,A1B+DA,AyDAA,A3E+DA,AezMA,AjQo0BCiY,E2CjiBDjY,GAAG,C3CiiBFiY,C2CjiBI,GuM1FD+iB,C1OkHKne,EsRhPFvxB,C7B3EFq/C,IzP2TW,CAAC5sB,AmCxBA,CmPxNH,A7B3Ed,ClR6QmB,A+SlMJ30B,C/SkMK,CkR7QN,ElR6QK,AmQpEnB,AezMA,ElR6QyB,AmQpEJ,C4C9Hd,A9RyvBN6uB,CNnqBQ5J,CX4GU,A+SlMnB,A9RyvByB,EjBvjBK,AyB8CrB,CAAsBjW,CzB9CZ,EAAe,CyB8CzB,CAAP,IzB9CiB,EAAuB,EW5GhBhP,SAASkc,OAAO,AMmqBemU,CAAhC,EAAgCA,CAAAA,CA7GtDW,4nBjB1cgB,CAzOP;AEyEM,ASoDwB,AX6GxC,A4KGJ,A1DDA,AqDAA,ApCFI,ALAFx7B,AzGCF,A5GAA,AkFCA,AiJCA,AGAA,AFAA,AgBAA,ApI2CG,Aa9CC,ANAFA,A8MCF,ACCA,AFAA,A9KFA,AHsBI,A7DnBJ,AwNlWA,A8GiPG,AG5BC,AzBxDF,A5C8HC,AexMD,AjQy0BC63B,E6G7jBD73B,A9FAAA,CP4CA,E4SzKA,C9GlOI,AtM45BH63B,GQ/gBM,EmCxBE,AyQpIF,CvM8GG,A9FAA,CmOpEJykB,CrIoEM,A9FAA,AkP5QP0P,ClR4QQ,CAAC,A4DsBA1qB,G5DtBD,A8HJoD,A9FAA,CuL3V/C,AtM45BjBzJ,CjB7jBkB,AmQpElB,CAAclzB,AlPioBE,CsM55BI,CvN+VR,EAAW,AmQpEvB,CAAoBg3C,AexMrB,ClR4Qa,EAAe,A4DsBnB,AsNlSY,CtNkSQrX,EuM1F5B,CexMD,ElR4Qa,EAAuB,GuN/VtC,G3JqXI,E3CuiBuC7O,CAAxB,EAAkCoF,CAAlC,EAAkCA,CAAAA,CApHhDW,6iCjBzcU,CA1OD;AEyEM,AFkKhB,A4KGJ,A1DDA,AqDAA,ApCFIx0B,ALAFoa,AzGCF,A5GAA,AkFCA,AiJCA,AGAA,AFAA,AgBAA,ApI2CI,Aa9CApa,ANAFoa,A8MCF,ACCA,AFAA,A9KFA,AHsBG,A7DnBH,AwNlWA,A6F2RE,AiB1CC,AG5BA,AzBvDF,A5C6HE,Ae3Na,AjQk2BbiX,E6GnkBDjX,A9FAAA,EmGAEpa,A7FAAA,C6FAC,ALAA,AxFAA,ANAA,CuL/VC,AtMk6BHqxB,C6GnkBI,A9FAA,AmOtEL,GiDEM89B,C3RkHGh3B,CzB9CC,AqU9GJs6B,CrU8GK,AmQpEJ,C5C3RK,C6D2OCle,CpRoHH,A8HAIn6B,A9FAAA,CuL/VC,CvN+VC,AoTpEF,AiB1Cb,CvM8GI,A9FAA,EhCAK,AoTpEO,AiB1CF,ApTirBdiX,C6GnkBmB,A9FAA,ChCAC,AuN/VA,AtMk6BH,CQrhBI,A8L7YA,CvN+VZ,AyB8Cap0B,C2RlHDo4C,CpToEG,AqU9GLA,E5S4JX,CAAmBpe,E2RlHX,CpToEP,AoTpEmB52B,AiB1Cd,CAAYqyD,CrU8GM,EyB8CxB,C8L7YY,C9L6YgBlgD,A8L7YvC,C6F2RmB,G3RkHR,A2RlH+BqO,C3RkHtC,C4S5Ja,CAAyB,CjB0CvB,CAA6B,AnSuoBH4N,CAAzB,EAAmCoF,CoTjrBRrhB,ApTirB3B,EAAmCqhB,CAAAA,CoTjrBtC,ApTsjBZW,CoTtjBF,oBjB0CgB,CAAjB,urDpToEU,CA3OE;AEyEM,ASqDlB,AX8GE,A4KGJ,A1DDA,AqDAA,ApCFIx0B,ALAA,AzGCJ,A5GAA,AkFCA,AiJCA,AGAA,AFAA,AgBAA,ApI2CG,Aa9CCA,ANAA,A8MCJ,ACCA,AFAA,A9KFA,AHcmE,A7DXnE,AwNlWA,A8GiPG,AlE0CA,AezMD,AjQq1BCsvB,C2C1jBH,GuEdItvB,A7FAAA,AsBwBJ,CuExBK,A7FAA,CiL/VC,AtMu6BHsvB,GkHxkBMtvB,A7FAAA,C6FAC,A7FAA,CwFAC,A9FAA,ChCAC,CAAC,AmQpELs1C,AlP4oBLhmB,CsMv6BW,CpF+VC,A7FAA,ArBwkBH,CjBxkBA,AmIAR,ALAYgL,AxFAZ,ANAYA,CuL/VC,CvN+VC,GAAN,AmQpET,CAAcxD,CnQoEM,AuN/VA,CAAC,CvN+VZ,EAAe,ESpGhBl+B,A0PgCR,CrIoEQ,A9FAA,AmOpEe+7C,CrIoEKrX,A9FAAA,CfwkBFzJ,CjBxkBjB,AiBwkBA,CR5qBI,CToGmB,AiBwkBNA,CkP5oB1B,AlP4oB0BA,CAjIxBW,CsMtyBiC,CAAC,KzF+VnC,A9FAA,MuL/VoB,EAAD,CAAvB,qlCvN+VY,CA5OE;AEyEM,ASsDlB,AFUA,AToGE,A4KGJ,A1DDA,AqDAA,ApCFIx0B,ALAD,AzGCH,A5GAA,AkFCA,AiJCA,AGAA,AFAA,AgBAA,ApI2CC,Aa9CGA,ANAD,A8MCH,ACCA,AFAA,A9KFA,AHwBA,A7DrBA,AqTxEE,AoBrEA,ArEsEC,AexMF,AjQ01BEwuB,CQtiBH,C4PlXwBu4B,AyDAMoO,E3M0U1Bn1D,A7FAAA,C6FAC,A7FAA,CrB8kBFwuB,GkH9kBMxuB,A7FAAA,C3B9GHyoB,AwH8GI,A7FAA,A8QrEJ0mC,CoBrEC,CvTwtBJ3gC,CRlrBM,CQkrBE,CkH9kBI,A7FAA,AkS1IJn1B,CxU0IK,AmIAZ,A7FAA,CtCAa,CSpGHK,A2S+BA,AoBrEF,CpBqEGomB,CpTqEC,CwU1ID,C/TsCN,AToGa,GW9GD,AFUC5b,AToGN,AoTrEV,CzSzCgB3K,A6T5BF87C,CxU0IO,AoTrEzB,E3S/BO,AToGO,AoTrEU,C3S/BE,AQkrBD5mB,CjB9kBI,AiB8kBpB,CN5rBL,A6T5BS,CAAYqrB,AvTwtBUjmB,CAA1B,CN5rBoB,CAA7B,AM4rBmCA,CjB9kBrB,AiB8kBqBA,CN5rBH,AMojB7BW,CjBtckC,CSpGV96B,A+TtCd,CAAqB,G/TsCR,EAAU,M+TtCvB,EAAkCH,MAAlC,GAA2C,CAAxD,EAA2DF,GAAC,IAAI,CAAhE,EAAmEA,GAAC,EAApE,EAAwE,8XxU0I1D,CA7OF;AEyEM,ASuDjB,AFUA,AToGC,A4KGJ,A1DDA,AqDAA,ApCFI2G,ALR+D,AzGSnE,A5GAA,AkFCA,AiJCA,AGAA,AFAA,AgBAA,AvHHIA,ANR+D,A8MSnE,ACCA,AFAA,A9KFA,AHwBA,A7DrBA,AqTxEG,AiB7E8C,AGQ9C,ArEsED,AlPwpBC8uB,C6G5lBH,A9FAA,GmGQI9uB,ALAA,AxFAAA,ANAA,CmGAC,A7FAA,CrBolBF8uB,GkHplBM9uB,A7FAAA,C6FAC,A7FAA,E7BpGHtG,A2S+BA,AoBrEEmoB,C7T4BDyG,AMksBLwG,EkHplBY,A7FAA,ArBolBH,CRxrBD,A0HoGP,A7FAA,C7BpGQlH,A+TtCC,ExU0IM,AoTrELunC,CpTqEM,AwU1IJ,C7T4Bb,CAAc1mC,CX8GE,ESpGZ,AToGkB,AwU1IJ4sB,C/TsCCz8C,C2S+BA,CpTqEH,AoTrEIwhB,CvSvCZlX,AJQJ,CAAJ,AToG2B,CoTrEhB,AoBrEE,C/TsCY,AToGT,AoTrES,AoBrEA42C,AvT8tBCrrB,CmSzpBf,AnSypBF,CjBplBsB,CoTrEH2gC,AnSypBQv7B,CAA3B,CNlsBoB,CAAC,AMksBMA,CJhsBlB,AFFW,A6T5BhB,AvT8tBuBA,CNlsBpC,AX8GgB,AwU1IkB,AvT+kBhCW,ENnjBgCv3B,AX8GK,IW9GvC,AySyCI,CzSzCoC,IAAxC,AySyC4C,AoBrE/B,E7T4BiC,A6T5BC5D,GAAlC,C7T4Bb,A6T5BA,E7T4BoDqmB,EySyCpD,EAAwD,CzSzCxD,EAA2Dxb,IAA3D,CAAiE,YAAM,qQX8GvD,CA9OL;AE6EZ,AWsDA,AFFE,AFUAwB,AToGA,A4KGJ,A1DDA,AqDAA,ApCFI1F,ALAJ,AzGCA,A5GAA,AkFCA,AiJCA,AGAA,AFAA,AgBAA,ApI2CAw1B,Aa9CIx1B,ANAJ,A8MCA,ACCA,AFAA,A9KFA,AhEGA,AqTxEImvD,AiB3CF,AlE6CD,AlP4pBEpgC,IkHzlBC/uB,A7FAAA,C6FAC,A7FAA,CrBylBF+uB,GkHzlBM/uB,A7FAAA,C3B9GL,AFUA0F,A0HoGM,A7FAA,A8QrENypD,CvSvCGzjC,CY0JK,CAAClwB,CzB9CC,CAAC,AmIAA,A7FAA,ArBylBZuzB,CNvsBK,AwH8GJ,A7FAA,C3B9GKpF,AFUE,AQ6rBG,CR7rBFnmB,AToGE,AoTrEF,CAAC4W,CvSvCX,Ab4GkB,Ca5GHyR,CY0JjB,A2RnHI,CpTqEU,AyB8CSsM,A2RnHL,CAAd,CzSzCA,AFUA,AToGqB,CW9GN1P,AySyCE2mC,CvSvCnB,Ab4GY,Ca5GUzxD,Cb4GK,Ga5G3B,CAA4BuF,Eb4GhB,CyB8Cd,AR2iBiC2wB,CjBzlBI,AoTrEjC,AnS8pBU,EQ3iByBsE,AR2iBNtE,CAAAA,CJrsB/B,AFFgC,CAAC9rB,KAAhB,CAAuB,CAAvB,CAAf,EAA0CvE,Ac4J9C,Od5JI,EAAmDkc,KAAnD,8sCX8GU,CA/OA;AE+Eb,AWqDC,AFFE,AFUA,AToGA,A4KGJ,A1DDA,AqDAA,ApCFI1f,ALAJ,AzGCA,A5GAA,AkFCA,AiJCA,AGAA,AFAA,AgBAA,AvHHIA,ANAJ,A8MCA,ACCA,AFAA,A9KFA,AHuBA,A7DpBA,AqTxEI,AoBxEsE,AvTglBrEw0B,IkHncDx0B,A7FAAA,C6FAC,A7FAA,ArBmcJ,INnjBE,AFUA,A0HsGMA,A7FAAA,AsBuBAuhC,CuEvBC,A7FAA,C3B9GJt8B,EX8GO,CAAC,CSpGJ,A0HoGK,A7FAA,C3BhHZ,CAEU,AX8GA,AmIAT,A7FAA,EtCAe,GAAN,A4DuBb,CAAuBq2B,C5DvBC,EAAX,CW9GC/jC,A6T7B4BsqB,C7T6B7B,AX8Ge,C4DuB5B,EAA+B0V,C4QlKe,CAAC5vB,CxU2IlC,EAAuB,A4DuBpC,EAAsC25B,A4QlKI,CAAY,GAAZ,C5QkK1C,A4QpK0E,E5QoK7BzD,KAA7C,EAAoDC,QAApD,EAA8D7D,EAA9D,EAAkE,o4G5DvBrD,CAhPC;AasIb,AFJY,AFWT,AToGA,A4KGJ,A1DDA,AqDAA,ApCFIj6B,A9GCJ,A5GAA,AkFCA,AiJCA,AGAA,AFAA,AgBAA,ApI0CA,Aa7CIA,AwMCJ,ACCA,AFAA,A9KFA,AHuBE,A7DpBF,AqTxEG,AoBzEuE,AvTwuBzE8kB,IkH1lBG9kB,A7FAAA,ArB0lBH8kB,CkH1lBI,A7FAA,ArB0lBJA,C2CnkBK,A3CmkBG,C2CnkBFwc,EnCsBEnJ,GzB7CG,A4DuBV,C5DvBW,C4DuBC,C3CmkBbrT,CjB1lBW,AqR9UNw/B,AyDAAmC,A7Tw6BL3hC,CNzsBmBrN,AFWT/R,CToGO,CiB0lBI8uB,CAArB1P,CjB1lBW,CyB6CZ,AR8iBCD,CjB3lBsB,AyB6CArS,AR8iBtBqS,CN1sB0B,AFWT,AQ+rBVC,CN1sBoBzQ,AFWT1Q,AToGP,EAAe,AyB6C3B,EAA6B,Cd5JT,CAAepM,AFWxB,AQ+rBVstB,CN1sBmB,CAAP,AFWT,AToGQ,CiB2lBMC,CjB3lBiB,AiB2lBjBA,CAAQ,IoQv6BN,KpQu6BFA,C6Tv6BE,A7Ts6BnBA,0kBjB1lBW,CAjPE;AWkID,AFYT,AToGA,A4KGJ,A1DDA,AqDAA,ApCFG,ALAH,AzGCA,A5GAA,AkFCA,AiJCA,AGAA,AFAA,AgBAA,ApI0CE,Aa7CC,ANAH,A8MCA,ACCA,AFAA,A9KFA,AHuBI,A7DpBJ,AqTvEE,AoB3EwE,AvTyuBhD,GA14BW,EA84B/B,CQjjBAwR,EmCtBEuL,CjDzIL,AmHkHMN,A9FAAA,GP6CG,A+S1LFwT,GxU6IK,AyB6CA,ARijBClwB,CjB9lBA,A4DuBA,A3CukBV,CuT7uBoE,CvT6uBlDC,CjB9lBT,A4DuBI8c,A3CukBb,CQjjBclM,CzB7CC,AiB8lBG5Q,C6G9lBxB,A9FAA,C8FAuBwW,A9FAAA,ChCAR,EAAW,CyB6CxB,CzB7Ca,C8HAf,A9FAA,ChCA8B,A4DuBA,CkEvBC/D,A9FAAA,A4BuBAA,K5DvBhB,A8HAf,A9FAA,A4BuB8B,E5DvBQ,A8HAA+J,A9FAAA,A4BuBAzD,KkEvBtC,A9FAA,A4BuB8B,EkEvBeA,A9FAAA,A4BuBAC,KkEvB7C,A9FAA,E8FAoDA,A9FAAA,C4BuBtB,CAA1B,MkEvBJ,A9FAA,E8FA8D7D,A9FAAA,E8FA9D,A9FAA,E8FAkE,A9FAA,6KhCAnD,CAlPD;AWmIX,AFYA,AToGC,A4KGJ,A1DDA,AqDAA,AzCFE,AzGCF,A5GAA,AkFCA,AiJCA,AGAA,AFAA,AgBAA,A7HHE,A8MCF,ACCA,AFAA,A9KFA,AhEGA,AyUnJ0E,AvTovBzE,M6GpmBK,A9FAA,CrBpHJ,AFUO,AqH0GFqH,A9FAAA,CvB1GL,IqH0GA,A9FAA,AwS9IcwU,C7T8BP,CmHgHK,A9FAA,GhCAG,CAAC,GAAD,CwUhJyD,CxUgJnD,GAAN,EAAW,EAAX,EAAe,AqUlHlB,MrUkHG,EAAuB,m/FAAvB,CAnPH;AWoIXtyC,AFYD,AToGE,A4KGJ,A1DDA,AqDAA,ApCFE,ALAE,AzGCJ,A5GAA,AkFCA,AiJCA,AGAA,AFAA,AgBAA,ApI0CE,Aa7CA,ANAE,A8MCJ,ACCA,AFAA,A9KFA,AHsBI,A7DnBJ,AwNlWA,A8G6OE,AG/BwE,M/S8LpE8yB,Ed7JH9yB,AmHgHKq+B,A9FAAA,A4BsBAhE,CuEtBC79B,A7FAAA,AiL/VO,CpF+Vd,A7FAA,A+RlHI,E5S+JM,A8L5YZ,AiHgN2B04C,C5QqKd,A2JrXO,E5M+OV,A0TFC+Z,CvMkHK,A9FAA,CP6CC/3D,CmCvBCmnC,A4QvKwD,CxUiJvD,A8HAAD,A9FAAA,ChCAC,CqUlHd,C9G7ON,CvN+VmB,CuN/VoB,CvN+Vd,CyB6CvB,AmCvBE,E5DtBe,AyB6CS,AmCvBA,E5DtBE,A8HAA,A9FAA,C8FACrK,A9FAAA,ChCAZ,CqUlHUqqB,CrUkHK,E8HAJ,A9FAA,E8FAQ/jB,A9FAAA,AqSlHpC,ErUkHiB,AqUlHiB,ErUkHM,C8HAZ,A9FAA,E8FAeC,A9FAAA,Q8FAf,A9FAA,C8FA1B,A9FAA,0wLhCAe,CApPL;AWqIX,AFaF,ATmGG,A4KGJ,A1DDA,AqDAA,ApCFC,A9GCD,A5GAA,AkFCA,AiJCA,AGAA,AFAA,AgBAA,ApI0CI,Aa7CH,AwMCD,ACCA,AFAA,A9KFA,AHsBMwD,A7DnBN,AwNlWE,A8G6OC,AGhCuE,AvT4vBzE,EkH1mBC,A7FAA,IsBsBIA,A2JrXA,E9L4YEtJ,GmCvBG,C4QtKuB5xB,CH8B1BqsD,ApT4tBEh3D,C2CplBI,A3ColBb,CsMz8BC,AtMy8BwBC,CjB1mBV,AiB0mBf,CjB1mBgB,AuN/VA,AiH6MyD,C/S+LxD,AmCvBZ,A3ColB8BC,CoT5tBjC,ApT4tBF,CjB1mBe,AqUlHDg2B,C5S+JM2E,AR6jBe36B,CjB1mBd,EqUlHnB,CrUkHa,EAAW,AyB6CA,A4S/JL,C5S+JM6W,CzB7CZ,EAAe,CyB6CJ,A4S/JxB,C5S+JC,C2RlHYm2C,GpTqEA,EAAuB,GoTrEf2G,aAAaxZ,WAAW2Z,WAAW,mPpTqE3C,CArPF;AWsIZ,AXgHE,A4KGJ,A1DDA,AqDAA,ApCFA,ALAI,AzGCJ,A5GAA,AkFCA,AiJCA,AGAA,AFAA,AgBAA,AvHHA,ANAI,A8MCJ,ACCA,AFAA,A9KFA,AHsBM3xB,A7DnBN,AwNlWI,A6F0RF,AiB7CC,ApT2tBgD,M2CnlB7CA,EkEtBED,A9FAAA,EoRrEF,AnS8qB6C,CsMx8BxC,CtMw8B8CniC,C6GzmB5C,A9FAA,AfymB4CA,C2CnlB3C,CwP3FH6zD,CpTqEK,CAAC,A4DsBA,CkEtBC1tB,A9FAAA,AoRrEZ,C7F1RF,CvN+VY,EAAM,CoTrEH,EpTqEH,A4DsBV,A3CmlBuElmC,C6GzmBzE,A9FAA,AfymB+C,CjBzmBxB,AiBymBwB,C6GzmBvB,A9FAA,AoRrE1B,CpTqEc,AiBymB6E,CmS9qBnE,AL/HP,C/SoMY,IiBymBoE,EjBzmBnF,EAAuB,AiBymBgEC,SAAJ,CAAc,mCAAd,CAAN,2jBjBzmB7E,CAtPF;AWwIb,AX+GG,A4KGJ,A1DDA,AqDAA,AzCFM0lC,AzGCN,A5GAA,AkFCA,AiJCA,AGAA,AFAA,AgBAA,ApI0CI,AO7CEA,A8MCN,ACCA,AFAA,A9KFA,AHsBMzD,A7DnBN,AwNlWG,A6F0RA,AoB3EA,AzBpDD,A7BiCD,AjQqwBA/kC,GsMn8BC,GzFiWIwoC,A9FAAA,A4BsBAzD,EnCuBE,C8L5YC,EzF+VE,A9FAA,A4BsBA,CwP3FJ,AoB3EA6a,CzBpDEhzC,C/SoMK,A8HAA,A9FAA,A4BsBAm8B,C5DtBC,AyB6CA7J,E2RlHHqd,CpTqEE,A8HAR,A9FAA,AwShJM,ExUgJQ,A+SpMJ,CAAC7xC,CnP0NX,C5DtBQ,AoTrEP,AoB3EU,CpB2EEnD,CpTqEM,AyB6CjB,EzB7CM,CwUhJQq4C,AzBpDb,C/SoMoB,CyB6CC,AsRjP5B,CK+HK,EoB3EJ,CpB2E2B73B,CpTqEhB,AwUhJe,ExUgJQ,CoTrE9B,CAA6B,C3RkHhC,EAAsC,0B2RlHnC,EAA4DqtC,QAA5D,CAAsE,KAAtE,KAAgF,KAAKX,MAAL,KAAgB,aAApG,EAAmH,2IpTqExG,CAvPA;AAwPV,A4KGJ,A1DDA,AqDAA,AzCFMzvB,AzGCN,A5GAA,AkFCA,AiJCA,AGAA,AFAA,AgBAA,ApI0CM,AO7CAA,A8MCN,ACCA,AFAA,A9KFA,AHsBK,A7DnBL,AwNlWI,A6F0RA,AiB9CF,AG7BE,AzBpDF,MjLoMIA,A9FAAA,KhCAK,AuN/VA,CvN+VC,CyB6CC,A4ShKJp4B,CvMmHK,ArG6CR,AO7CQ,ChCAH,AoTrEF2vC,AoB3EA95C,ExUgJQ,A8HAA,A9FAA,EuL/Vb,CvN+VO,AqUnHK,CjB8CZ,AiB9CaiI,CrUmHK,AoTrENs2C,EpTqEL,C8HAL,A9FAA,ChCAoB,AwUhJtB,CtUpBK52C,AsUoBa2e,CH6Bb,CjB8CL,CAAqB,AiB9CvB,ErUmHS,AwUhJe,CAACla,CxUgJO,CoTrE9B,ElT/Fe,AkT+FahK,CoB3EV,CAAY,EpB2E9B,CAAkC,AoB3EhB,CAAlB,IpB2EuC03C,MAAL,CAAYh1C,OAAZ,GAAuBwgB,IAAvB,CAA6B,0BAA7B,EAAyDvG,IAAzD,EAAlC,sepTqEO,CAxPG;AEoFK,AFqKf,A4KGJ,A1DDA,AqDAA,ApCFA,ALAMujB,AzGCN,A5GAA,AkFCA,AiJCA,AGAA,AFAA,AgBAA,ApI0CK,Aa7CL,ANAMA,A8MCN,ACCA,AFAA,A9KFA,AHsBG,A7DnBH,AwNlWG,A6F0RC,AiB9CF,AG7BE,AzBnDH,A9RmyBA/kC,IAAAA,CQrjBG,CqG3CE+kC,A9FAAA,GmGAG4J,A7FAAA,CrBgmBR3uC,C6GhmBU,ArG6CA,AO7CA,AfgmBHC,G6GhmBM8oC,A9FAAA,ChCAC,AyB6CA7J,A+S7LN5a,CxUgJO,GAAD,CwUhJX,CxUgJiB,CmIArB,ALAM,AxFAN,ANAM,CmGAiBpd,A7FAAA,CtCAR,AmIAf,A7FAA,Cb6CyB,ARmjBxBlH,CjBhmByB,AmIAAy+B,A7FAAA,ArBgmBHzS,CAAtBhsB,CjBhmBc,Ca9GJoK,AI8sBqB,CjBhmBF,AyB6CAxI,C0G7C9B,A7FAA,E6FAiC,A7FAA,GtCAlB,EAAuB,Ca9GjB,AY2JV,EAA8B,ARmjBxC5B,EAA+B,QfpwBR,KAAK+lB,UADV,sxBFqKJ,CAzPD;AEoFK,AWwDjB,Ab8GE,A4KGJ,A1DDA,AqDAA,ApCFE,ALAG,AzGCL,A5GAA,AkFCA,AiJCA,AGAA,AFAA,AgBAA,ApI0CM,Aa7CJ,ANAG,A8MCL,ACCA,AFAA,A9KFA,AhEGA,AwNlWC,AiH+MG,AvTgvBDhmB,MkHhmBGmH,A7FAAA,ArBgmBHnH,CkHhmBI,A7FAA,IzB9GA6yB,AsH8GI,A7FAA,ArBgmBR7yB,CkHhmBG,A7FAA,Cb6COm/B,ARmjBVn/B,CjBhmBW,AiBgmBJ,CjBhmBK,CmIAC0+B,A7FAAA,EtCAF,Ea9GZ,Ab8GkB,Ca9GHtM,AsH8GI,A7FAA,C6FAC1xB,A7FAAA,CtCAR,AyB6CS,CAACA,CzB7CC,Ea9GvB,Ab8GY,Ca9GUoE,AsH8GR,A7FAA,CtCAa,CyB6CvB,EZ3JJ,CAA4BuF,AsH8GG,A7FAA,C6FAjB,A7FAA,CtCAF,EAAuB,AmQtEXyxC,ChIsEYpd,A7FAAA,GzB9GpC,EsH8GyC,A7FAA,C6FACwD,A7FAAA,C6NtEV,IhIsEhC,A7FAA,E6FAiD,A7FAA,O6FAO,A7FAA,C6FAP,A7FAA,4TtCArC,CA1PA;Aa6IZ,Ab8GE,A4KGJ,A1DDA,AqDAA,ApCFE,ALAC,AzGCH,A5GAA,AkFCA,AiJCA,AGAA,AFAA,AgBAA,ApI0CK,Aa7CH,ANAC,A8MCH,ACCA,AFAA,A9KFA,AHqBE,A7DlBF,AqTzEG,AoB1EC,ArE0EF,AlPoqB8B,KAA/BjiC,CkH9lBKy+B,A7FAAA,AsBqBAxR,GAAG,EuErBE,A7FAA,A6NtEJuvB,ChIsEK5X,A7FAAA,AsBqBAnG,CwP3FJ8d,GpTsEQ,CAAC,A4DqBA,CAAC3X,CwP3Ff,AjDAD,CnQsEc,AoTtEDr9B,EpTsEO,AmIApB,A7FAA,A6NtEgB,EhIsEM,A7FAA,CtCAR,EAAW,AoTtExB,AjDAoBi1C,CvM2FX,C5DrBI,CoTtEUz0B,CpTsEK,AmIAA,A7FAA,AsBqBA,CuErBP,A7FAA,AsBqBZ,EwP3FT,CxP2FgCgd,AwP3FH,AjDAd,CAAchkC,CnQsEhB,EAAuB,C4DqBC,CAACN,CuM3FvB,CAAsB,IvM2FtC,MuM3FuCmU,CAAD,UiDArC,EAA4D0xC,WAA5D,CAAyE,KAAzE,EAJuB,CAMvB,gSpToEa,CA3PF;AEoFK,AW2DlB,Ab6GG,A4KGJ,A1DDA,AqDAA,AlJDA,A5GAA,AkFCA,AiJCA,AGAA,AFAA,AgBAA,ApI0CG,AqN5CH,ACCA,AFAA,A9KFA,AHsBE7nB,A7DnBF,AqTvEG,AoB5EA,ArEyEqC,EvM6FtCA,KAAK,CAACh+B,C4J1YQ,IxNoXH,CAAC,A4DsBZ,CuM7F6CmU,CAAC,CnQuEnC,AmQvEoCvG,CvM6F/B4e,C5DtBC,AmQvE4B,CAAKtV,CvM6FlD,C5DtBW,EAAW,EAAX,EAAe,AqUpHlB,E7GhQ2B,C2C6SU,GnQuElC,EAAuB,CwNpXgB,C2C6SmBkkC,MAAM,C3C7SX,A2C6SYlkC,WAAP,EAA/B,guBnQuE3B,CA5PC;AEqFZ,AFwKE,A4KGJ,A1DDA,AqDAA,ApCFE,ALAA,AzGCF,A5GAA,AkFCA,AiJCA,AGAA,AFAA,AgBAA,AvHHE,ANAA,A8MCF,ACCA,AFAA,A9KFA,AHuBE,A7DpBF,AyNvXE,A6G+PQ,AlE6C8B,AlPwqBvC,MkHhmBKzQ,ALAA+lB,AxFAA/lB,ANAA+lB,A4BuBAuS,A4J3YA,CrFoXC,A7FAA,A6NxEW,CAAhB,AlPwqBGt8B,C6GhmBI,A9FAA,A4BuBA,A3CykBJA,EuMp9BM,CrFoXCgE,ALAAu3B,AxFAAv3B,ANAAu3B,A4BuBAA,A3CykBQ,CkHhmBlB,A7FAA,CtCAY,AwNpXA,CxNoXC,AmIAA,A7FAA,AkLpXb,E1FoXe,A9FAA,A4BuBA,A4J3YA,CxNoXH,A8HAImG,A9FAAA,A4BuBAnkC,E5DvBE,GAAN,C4DuBF,A3CykBQ,CjBhmBK,EAAX,A4DuBag+B,CkEvBf,A9FAA,ChCAiB,E8HAE,A9FAA,C8FAnB,A9FAA,A4BuBoB,CAAC+F,E5DvBnB,A8HAqBO,A9FAAA,EhCAE,G8HAG,A9FAA,C8FACtkC,A9FAAA,K4BuBvC,CkEvBA,A9FAA,A4BUgE,CAchE,kB1DhMuC,y+DFwK3B,CA7PA;AEqF2B,AFyKrC,A4KGJ,A1DDA,AqDAA,ApCFI,ALAFg+B,AzGCF,A5GAA,AkFCA,AoJCA,AFAA,AgBAA,ApI0CE,Aa7CE,ANAFA,A8MCF,ACCA,AFAA,A9KFA,AhEGA,AyNvXI,A4F+SD,AoB3ED,ArEwEA,AlPuqBiC,E6G/lBjCA,A9FAAA,K8FAK,A9FAA,C8FACh+B,A9FAAA,CP6CC,CAAP,C+LjaS,C4F+SJ,CoB3EEmM,CtUzBIrF,A4HyKX,A9FAA,CwLpXa,AvMm9B6BqtB,CjB/lB5B,AwNpXA,AvMm9BmB,CjB/lBlB,AoTrEL2nB,AnSoqBiDj8C,C6G/lB3C2sB,A9FAAA,Af+lBiB,CuMn9BxB,CxNoXK,AwNpXI,AgHoOJ,AvT+uBqDjqB,CfxwB5B,A4HyKvC,A9FAA,AwShJe0H,AvT+uBkB,CjB/lBb,CoTrEf,AnSoqB8D1H,CmSpqBlD2G,CpTqEH,AwNpXS,ExNoXE,CwNpXC,AgHoOnB,CxUgJO,CoTrET,AoB3EL,CxUgJ6B,AoTrEJ,G5F/ShB,EAAyB,CxNoXpB,AwNpXL,CAAP,CxNoXmC,IoTrEhC,MAAsC,IAA1C,EAAgD,+UpTqEnC,CA9PF;AEsFXpC,AFyKC,A4KGJ,A1DDA,AqDAA,ApCFI,ALAF,AzGCF,A5GAA,AkFCA,AoJCA,AFAA,AgBAA,ApI0CC,Aa7CG,ANAF,A8MCF,ACCA,AFAA,A9KFA,AHuBE,A7DpBF,AyNvXG,A4F+SC,AiBjDF,AG1BA,ArEyED,AlPqqB6E,GuMp9B5E,G1FsXIi4B,A9FAAA,A4BuBA,CAACA,CuEvBCf,A7FAAA,CwFAC,A9FAA,AwLpXA,CtN2MNl3B,A0DgMD,AyQ7II,EvMsHMk3B,A9FAAA,A4BuBAA,CuEvBC,A7FAA,ArB8lBsE,CkH9lBrE4O,A7FAAA,C8QrELkP,AiBjDEod,CrUsHK,CEzKN,AFyKO,A8HAA,A9FAA,A4BuBA,A3CukBsEp5D,CfvwB5EnB,A4HyKOqB,A9FAAA,A4BuBAgmC,A3CukBqElmC,EjB9lBvE,CmIAR,A7FAA,A8QrEJ,AiBjDF,ApTotByF,CjB9lBrE,AoTrENoJ,AnSmqB8D,CoTptB3D,CvMsHP,A9FAA,Af8lBkFpJ,CjB9lB9E,AmIASk+B,A7FAAA,ArB8lBqEl+B,EjB9lBnE,A8HAAk+B,A9FAAA,A4BuBf,CwP5FR,AnSmqB8Fz7B,CjB9lBlF,AoTrEQ,AnSmqB0EA,CkH9lBpE,A7FAA,AsBuBA,A3CukB0EvC,CjB9lBzE,AmIAAA,A7FAAA,CwFAC,A9FAA,C8FAC+jC,A9FAAA,C9BzK9B,A0DgMS,C1DhMiB,CeuwBiD,CjB9lB9D,AmIAZ,A7FAA,CrB8lB4GjkC,CjB9lBzE,AmIAA,A7FAA,ArB8lByEA,EmSnqB5G,AnSmqB0E,EfvwB3E,AkToGmC2gC,AnSmqB+E,EfvwB9E92B,CiIyKOq0B,ALA5C,AxFA4CA,ANA5C,C8FbgE,A9FAA,C8FalB,A9FAA,EoRrE5C,CjLqE+C,A7FAA,C6FAC+K,A7FAAA,CpCzKjD,EAA8C,GiIyKH,A7FAA,C6FAarqC,A7FAAA,CpCzKxD,GiIyK2C,A7FAA,C6FAkBwqB,A7FAAA,I6FAlB,A7FAA,C6FAuBlpB,A7FAAA,M6FA9B,A7FAA,C6FAnC,A7FAA,K6FA6E,A7FAA,O6FAOg+B,A7FAAA,K6FAK,A7FAA,C6FACh+B,A7FAAA,M6FAb,A7FAA,qlBtCAjE,CA/PF;AEuFX,AFyKC,A4KGJ,A1DDA,AqDAA,ApCFG,A9GCH,A5GAA,AkFCA,AoJCA,AFAA,AgBAA,AvHHG,AwMCH,ACCA,AFAA,A9KFA,AhEGA,AyNvXI,A4F+SA,AiBjDD,ApTmtBoH,GkHpmBtF,A7FAA,C6FO7B,A7FAA,K8Q/EsB,CAYvB,C5FjTQ,GvMi9BgHwC,CuMj9B5G,AvMi9B4GA,CuMj9B3G,CxNoXC,CAAC,AiB6lBsHD,CuMj9B7H,AvMi9B6HA,CuMj9BpH,AvMi9B0HzC,CjB7lB7H,AiB6lBuHyC,CAAjB,CjB7lBhG,EwNpXZ,CxNoXM,CwNpXU,C/M8QjBgtB,ATsGkB,CWlHjB,CXkHM,EAAe,CwNpXrB,CAAP,C0DiNoB,GlRmKP,EStGKkB,ATsGkB,YStGN9mB,UAAU,ghBTsG3B,CAhQH;AEoFK,AS2DjB,AFYA,ATsGE,A4KGJ,A1DDA,AqDAA,AzCFE,AzGCF,A5GAA,AkFCA,AoJCA,AFAA,AgBAA,ApI0CAsyB,AO7CE,A8MCF,ACCA,AFAA,A9KFA,AHuBE,A7DpBF,AyNvXG,A6G8PA,AnD9CqB,AjQgwB0Hz5B,M6G5lB5I,A9FAA,A4BuBAw7B,CkEvBCe,A9FAAA,G8FAL,A9FAA,Af4lBgJv8B,CRlsB3IusB,AmD6HI,A3CqkBuIvsB,C6G5lBtIw7B,ArG6CA,AO7CAA,A4BuBAoI,AyQ7IH+zB,ApTktBoJ16D,CN9sBpJ0M,Ac+JIlK,CyPjNF8e,GlRoKM,A8HAA,A9FAA,ChCAC,A8HAAilB,A9FAAA,AkPpKM,CzQ8DtB,AmD6HI,CjDzIU,CAAC57B,AXkHA,CyB6CjB,AR+iBkJ5H,CjB5lB3H,AyB6CAq8B,AmCtBAb,CyQ7IF,CpTktBqJx7B,CjB5lBzJ,AiB4lByJA,CN9sBjK,AmHkHG,A9FAA,AqStHY,ApTktB6J/C,CjB5lBzJ,A4DuBA,CjDzI1B,AiDyI2B4mC,CnD7HVrpB,ATsGF,A8HAa,A9FAA,EhCAE,AqUtHHza,C5SmK7B,CqG7CY,A9FAA,C4BuBV,CnCsBkC,CmCtBC,AyQ7Ib,ApTktBkJC,CRlsB/I,ATsGV,AqUtHkB1D,C5TgBNywB,CTsGW,CiB4lB6I9vB,CAAc,CAAjD+C,EQ/iBrGq8B,A4SnKrB,ApTktBkLr8B,CoTltB9J,ApTktB8JA,CAAW9C,ERlsB9K,CAACkP,E4ThBhB,CAArB,E5SmKiC,EhBnJP,CAAoB,AgBmJS,CR+iBgJpM,GAAW9C,CRlsBxL,AQksBuM,CAAlF8C,CRlsB1F,CQksBsL,CRlsBjN,CAAF,CAAzB,QQksBuPA,CAAX,KAAuBA,CRlsBpMwa,AQksBoMxa,CAAW7C,IiQhwB9P,GzQ8DuD,CAAE8wB,AyQ9DnD,AjQgwB6OjuB,GAAW7C,CAAW,CAA7C,CAA5F6C,EAA+IjD,ERlsB5M,CAACqP,GQksB2MrP,CAAOC,GRlsB7N,CAAoB,KAApB,EAA2B,EAA3B,CAAF,AQksBwND,CRlsB/R,AQksBqTM,CAAtBN,EAA8BiD,CAAAA,CRlsB/MmH,AQksB0NtK,GAAzCE,EAA8CiD,CAA9CjD,CAA/IiD,CRlsBhJ,aTsGe,CAjQH;AEoFK,AS4DjB,AFYA,ATsGE,A4KGJ,A1DDA,AqDAA,AlJDA,A5GAA,AkFCA,AoJCA,AFAA,AgBAA,ApI0CE,AqN5CF,ACCA,AFAA,A9KFA,AHuBI,A7DpBJ,AyNvXC,A0DgNC,AjQ+vB6UA,Q2CpkBvU8lB,CnCsBC,EzB7CE,CAAC,A4DuBA,CnD7HHnc,CgBmJKiwB,CzB7CH,A4DuBI4B,E5DvBE,AkRpKR,GzQ8DO,ATsGL,A4DuBS,CnD7HH/zB,AmD6HI28B,C5DvBC,AkRpKR8kB,ElRoKH,EAAe,AyB6CjB,EhBnJA,AyQ9DA,CzPiNoB,AyPjNRC,CzQ8DnB,AgBmJO,EzB7CE,AwUjJG,C/S8LmBhwB,CzB7CC,GkRpKzB,CAAsB5a,EtN2L3B,EsN3LK,EAA4B,GzPiNU,CAAC,AyPjNvC,CAAP,IzPiNmDob,OAAN,CAAtC,GAAuD,EAA9D,kHzB7CS,CAlQG;AEoFK,AS8DlB,AFWC,ATsGE,A4KGJ,A1DDA,AqDAA,ApCFE,ALAA,AzGCF,A1BCA,AoJCA,AFAA,AgBAA,ApI0CC,Aa7CC,ANAA,A8MCF,ACCA,AFAA,A9KFA,AHuBI6B,A7DpBJ,AqTxEG,AiBjDA,AG3BD,AtDnBA,AjQ8vB8V,CQ/iBhW,GmCpBIA,EnD3HH,A0HoGKv3B,ALAAu3B,AxFAAv3B,ANAAu3B,CmGAC,A7FAA,EsBuBE,CuEvBCA,A7FAAA,AsBuBA4I,CkEvBC,A9FAA,C8FACR,A9FAAA,AqStHL,CjBiDC0V,AoB5EC3vC,ErMiJM,A7FAA,CtCAC,AmIAA43B,A7FAAA,CtCAC,AqUtHLm1B,EvMsHN,A9FAA,AoRrEH,CpTqEa,AoTrEDpyD,AoB5EC,CAACmD,CxUiJK,C8HAC+zB,A9FAAA,AqStHhB,ErUsHS,EAAW,AoTrExB,CtLqEyB,A9FAA,AwSjJnB,CxUiJO,AmIAd,ALA2BqI,AxFA3B,ANA2BA,A4BuBzB,A4QxKsB,CpB4EA/e,CpTqEK,AmIAA0W,A7FAAA,CsBuBC,EwP5F7B,CtLqED,A9FAA,AoRrE8B,AiBjDFqqB,ClMsHM,A7FAA,CtCApB,AmIAqBtkB,ALAA,AxFAAA,ANAA,EhCAE,CqUtHpC,EAAkC,QlMsHN,A7FAA,E8QrE5B,CjLqEkDkK,A7FAAA,C8QrEFltB,IAAhD,CAAsD,EAAtD,ejLqEyE,A7FAA,C6FACta,A7FAAA,C6FAD,A7FAA,C6FA7C,A7FAA,yuCtCAf,CAnQF;AEoFK,AO4ElB,AToGG,A4KGJ,A1DDA,AqDAA,ApCFE,ALAE,AzGCJ,A1BCA,AoJCA,AFAA,AgBAA,AvHHE,ANAE,A8MCJ,ACCA,AFAA,A9KFA,AHuBM69B,A7DpBN,AqTxEG,AiBjDC,AG5BwBmd,MrMkJtBh7C,A7FAAA,AsBuBA69B,CuEvBC,A7FAA,CwFAChc,A9FAAA,AwSlJoBm5B,C/G1OZ,EtF4XLzjB,A7FAAA,AsBuBA,CkEvBC,A9FAA,ChCAC,A4DuBAsG,AwP5FLwX,CpTqEM,C8HAC9d,A9FAAA,AwSlJoB,CrMkJnB,A7FAA,CtCAH,AmIAIh+B,A7FAAA,AkSlJoB,C5QwKL,C5DtBb,AyN5XO,A2FuTvB,CtLqEiB,A9FAA,AoRrEL8G,CtLqEM8/B,A9FAAA,AwSlJK,CxUkJb,CmIAX,A7FAA,CtCAsB,CmIAC,A7FAA,CtCAZ,AyN5X0B,C2FuTpC,CpTqEyB,EoTrEFtf,EjLqEM7gB,A7FAAA,C6FAP,A7FAA,CtCAZ,AmIXoB,A7FAA,A8Q1D9B,CjLqEgC,A7FAA,A8QrEH,CpTqEI,I8HAhC,A9FAA,wBoRrED,EAA4DyiB,IAA5D,CAAkE,UAAlE,EAA8EqzB,SAA9E,EAduB,CAgBvB,iXpTmEU,CApQC;AEoFK,AFiLf,A4KGJ,A1DDA,AqDAA,AzCFIve,AzGCJ,A1BCA,AoJCA,AFAA,AgBAA,ApI0CA,AO7CIA,A8MCJ,ACCA,AFAA,A9KFA,AHuBMuG,A7DpBN,A0N/XE,A4GsQE,AG7BuCpc,AvT2uBqT,I6GxlB5V6V,A9FAAA,E4BuBEuG,E6JnZE,A+GyOmCpc,C1MmJlC,ArG6CA+U,AO7CA,C8FAC0J,A9FAAA,CyL5XC,C+GyOoC,CvT2uBwT,CjBxlBzV,A4DuBA,A6JnZA,A4GsQN,AG7ByC,CxUmJlC,AyN5XA,C7JmZCrC,E5DvBF,CyB6Cd,A4SnKahiC,CrUsHO,AyB6CAM,AgMzalB,GzN4XY,AyB6Cd,AR2iBiXT,C2CnkBjV,AyQ3IxB,ApT8sB+V,CjBxlB9U,AyB6CAqE,A4SnKN3H,C5SmKnB,AR2iB8X4D,CjBxlBhX,AiBwlByV,CQ3iB3U,CzB7CC,A8HAzB,A9FAA,A+QtMc,A9R8xBwXC,CAAnC,E6GxlBvU,A9FAA,AqStHxB,ApT8sBkYA,CoT9sB9W,ErUsHd,EAAuB,EqUtH7B,IAA8B,CAAC,CAAnC,EAAsC,6VrUsH5B,CArQA;AEwFZ,AF8KE,A4KGJ,A1DDA,AqDAA,ApCFE,ALAI2hC,AzGCN,A1BCA,AoJCA,AFAA,AgBAA,ApI0CE,Aa7CA,ANAIA,A8MCN,ACCA,AFAA,A9KFA,AHuBMyD,A7DpBN,AqTvEG,AiBlDE,AG9BqB,AzBlDxB,A9R6xByhB,MkHvlBrhB,ALAAzD,ArG6CAxF,Aa7CA,ANAAwF,A4BuBAyD,CuEvBC/J,A7FAAA,AkSpJE,CAAP,E/SiMQ,CqG7CC,A9FAA,A4BuBA,C5DvBC,AmIAA,A7FAA,A8QpELk4B,CpToEM,AmIAA10B,ALAA8C,ArG6CA,Aa7CA9C,ANAA8C,A4BuBAyD,AmP7NJ57B,E9R6xBoZzJ,CjBvlBjZ,AiBulBiZA,CQ1iB5YW,A4SnKP61D,CrUsHQ,AmIAhB,ALD8B,AxFC9B,AND8B,A4BqBA,EuEpBZ,A7FAA,AyQtMJ,A9R6xByZ/kC,CjBvlB7Z,AoTpEI,ALlIClqB,A9R6xBwZkqB,CQ1iB5Z,AR0iB6a/xB,CjBvlBna,AyB6CAqE,A4SnKlB,ApT6sBqbrE,CQ1iB7a,A4SnKIg2B,ApT6sBqbn2B,CjBvlB1b,AyB6CV,C2RjHmB,CpToEM,CqUtHtB,AtBhFI,EKkIF,ALlIL,CsBgFsB,ErUsHZ,AiBulB6ZkyB,CmS3pB5Y,CpToEM,AqUtH9B,ApT6sB4czxB,CAAxCyxB,CAAZzxB,EmS3pB3Xo5C,AnS2pBgcn5C,CAAAA,IAAawxB,CmS3pBld,AnS2pBkdA,CmS3pBtc+pB,AlCjGjB,AjQ4vBwe97C,CAAjB+xB,EAA8BxxB,CAA9BwxB,CAAlFzxB,EmS3pBhY,AnS2pBqgBN,CmS3pBhf,AnS2pBye,emS3pB9f,MAA0C,IAApE,EAA0E,4HpToEjE,CAtQE;AE0Fb,AF6KG,A4KGJ,A1DDA,AqDAA,ApCFI47B,ALAEuG,AzGCN,A1BCA,AoJCA,AFAA,AgBAA,AvHHIvG,ANAEuG,A8MCN,ACCA,AFAA,A9KFA,AHuBM56B,A7DpBN,A0NhYE,A2F0TE,AiBnDC,AG9BH,AzBlDA,A7BiCA,AjQ2vBgiBvH,IkHtlB9hB47B,A7FAAA,EwFAEuG,A9FAAA,A4BuBA56B,A6JpZA,CxMm9B0V,EkHtlBvV,A7FAA,AmL7XA,CtF6XCkjC,A7FAAA,EmL7XE,CAAV,CzN6XY,A8HAA,A9FAA,A4BuBA,AsN5LN+e,ClRqKO,AyN7XA,C3F6XCrnB,A9FAAA,A4BuBA7D,E5DvBF,A4DmBkB,E5DnBZ,EmIAhB,A7FAA,CtCAU,C8HFkB,A9FAA,ChCEP,AmIAA,A7FAA,A4OrKN,ElRqKL,CkRrKQ3iC,ClRqKO,AmIAzB,A7FAA,C6N1Ee,KnQ0EL,CkRrKgB,ClRqKO,AkRrKNipB,IAATjpB,CAAcgJ,aAAdhJ,iBAAsC,KAAK2tD,MAAL,CAAY/6C,GAAlD5S,EAApB,oKlRqKY,CAvQA;AAwQV,A4KGJ,A1DDA,AqDAA,ApCFI,ALAEgqC,AzGCN,A1BCA,AoJCA,AFAA,AgBAA,ApIyCE,Aa5CE,ANAEA,A8MCN,ACCA,AFAA,A9KFA,AHuBM7jC,A7DpBN,A0NhYI,A2F0TA,ALlIH,A5C2HC,AlP+pBgiB9B,KAA9gB,C6GrlBd2lC,A9FAAA,A4BuBA7jC,CnCqBC,ARyiBN,G2C9jBS,CuEvBC,ALAA,ArG4CApE,Aa5CA,ANAA,AyL7XA,CtF6XP,A1G4CQ,Aa5CR,AsBuBQ,CkEvBCioC,A9FAAA,AmO1EJ,EnQ0EM,AyB4CA,AgMzaA,CzN6XC,AyB4Cd,AgMzac,E3F0XgB,ArG+CdjoC,AO/Cc,AmOvElBi8C,CnQ0EC,AyB4CI,CgMzaR,CzN6XU,AyN7XA,ChMyaCt1C,CAApB,CzB5Ca,AyN7XJ,ChMyac,AgMzarB,CzN6XsB,AmQ1ExB,C1OsHyB3G,CzB5CZ,AyB4Cb,ChBnJSovB,CTuGmB,AyB6C1B4P,IAAI,CAACh/B,CzB7CM,AyB6CP,CAAJ,CzB7CkC,EyB6CxB+C,GAAG,CAAC/C,CZ7JkB,AY6JnB,ChBpJWmK,AgBoJxB,ShBpJiC,q3BTuGtB,CAxQD;AawJsB,AJSC,ATwGjC,A4KGJ,A1DDA,AqDAA,ApCFG,ALAGN,AzGCN,A1BCA,AoJCA,AFAA,AgBAA,AvHHG,ANAGA,A8MCN,ACCA,AFAA,A9KFA,AHiBgC,A7DdhC,A0NhYG,A2F0TC,AiBnDA,AlE4CF,Ae3FA,AjQyvBD,GwMn9BC,E7JgZE,CkEjBEA,A9FAAA,EfwlBDwxB,CwMr9BI,AxMq9BJA,CJzsBgBvtB,EAAe,AbiHxB,AiBwlBM,CjBxlBL,C8HAC,A9FAA,AqStHN,AnD/CFg+C,ElRqKM,A8HAIlrB,A9FAAA,EhCAE,A8HJc,A9FAA,CqSlHnBn+B,ExTKQqL,AbiHT,EajHwB,AbiHb,CqUtHf,ApT8sBU,CjBxlBN,AqUtHO9O,AnD/CF,ElRqKU,GkRrKL,EmD+Cd,CrUsHI,AqUtHgB,CnD/C1B,ClRqKiC,CkRrKP,KmD+CpB,IAAgC,CAAC,CAArC,EAAwC,2VrUsHhC,CAzQE;AawJsB,AbkHhC,A4KGJ,A1DDA,AqDAA,AzCFMoF,AzGCN,A1BCA,AoJCA,AFAA,AgBAA,ApIyCE,AO5CIA,A8MCN,ACCA,AFAA,A9KFA,AhEGA,A0NhYI,A2F0TA,AiBnDC,AlE6CJ,Ae5FE,AjQ6vBA,M6GxlBGA,A9FAAA,GP4CG46B,CZ9JgBje,AiHkHf,A9FAA,CyL7XC,C3F6XC,A9FAA,CnBlHwB,AY8JlC,CzB5CY,CAAC,AyN7XA,A2F0TNi7B,AnS2pBG3gB,CwMr9BI,AxMq9Bb,CoT9sBO+9B,AnD/CFzN,ClRqKM,CiBwlBFtwB,CjBxlBQ,CyN7XT,A2F0TP,CvS/CqBta,A4M3QH,A2F0TN3X,CpTmEF,AqUtHT,CAAYuwD,CxTImB,AbkHX,AyN7Xd,CAAP,CzN6XU,CoTnEV,CpTmEyB,AoTnEL,CiBnDnB,AnD/CF,GmD+CwBz8C,AnD/CH4uC,ElRqKV,EAAuB,IqUtHF,CAAE,EnD/ClC,GmD+CuCrpD,EjBmDtC,EAA0C8zB,CiBnDT,CAAW,KjBmD5C,AiBnDiD9zB,GjBmDG,CAAC6sD,CiBnDT,CAAWtwD,IjBmDH,CAApD,EiBnD4C,CAAoB,QAApB,IAAgC,CAA3C,CAAF,CAAR,GAA2D,KAAKo7D,WAAjE,GAAgF,GAArG,iZrUsHS,CA1QA;AawJsB,AJUlC,ATyGE,A4KGJ,A1DDA,AqDAA,ApCFE,ALN8B,AzGOhC,A1BCA,AoJCA,AFAA,AgBAA,ApIyCC,Aa5CC,ANN8B,A8MOhC,ACCA,AFAA,A9KFA,AHsBI,A7DnBJ,A0NhYG,A2F0TC,AiBnDC,AnD/CF,AjQ6vBEh4D,EuTx9B8B2xD,G1M0X/B,A9FAA,G4B4BIvrC,A3CkkBHpmB,CkHxlBI87B,A7FAAA,ArBwlBJ97B,CJ3sByBquB,AI2sBTsD,EjBxlBT,A4DsBR,C/CzIgC,AbmHvB,CmIAC,A7FAA,AsBsBA,A3CkkBT3xB,CkHxlBUlC,A7FAAA,A8QnEN87C,CpTmEG,AiBwlBe3gB,CAAtBj5B,CjBxlBa,AiBwlBbA,GjBxlBO,AmIAV,A7FAA,A8QnEE,CvShD0BquB,AuSgDdrnB,CpTmEO,EanHa,AbmHxB,EAAe,CoTnEvB,CAAoB,IpTmEZ,EAAuB,WoTnE/B,EAAuC,KAAvC,68FpTmEQ,CA3QE;AayJZ,AJUA,ATyGE,A4KGJ,A1DDA,AqDAA,ApCFC,A9GCD,A1BCA,AoJCA,AFAA,AgBAA,AvHHC,AwMCD,ACCA,AFAA,A9KFA,AHsBMof,A7DnBN,A0NhYC,A2F0TG,AnS8tBD,EkH3pBD,A7FAA,IsBsBIA,InD/HA4G,AmD+HI,C/CzIHkD,A+CyIIluB,I5DtBI,A4DsBT,AwPzFG43C,CpTmEO,E4DsBE9d,C5DtBH,EAAM,AoTnEjB,CAAY90B,CxPyFO,C5DtBR,A4DsBS09B,CnD/HH,CIVnB,AFDM,AFWc5mC,ATyGI,CanHH4N,CbmHR,AoTnEX,CvShDF,AuSgDsB,CpTmEM,ESzGxB,CIVuB,EJUE,CAA7B,ATyGa,ESzGmB,ATyGI,GoTnElC,ExPyFE,AwPzFgC,IAAI0mB,iBAAJ,CAAW,iBAAX,EAA8B,KAAKwnB,MAAL,CAAY5yC,MAAZ,CAAoB,oBAApB,CAA9B,CAAlC,u+BpTmEW,CA5QD;Aa0JX0E,AFDD,AFWC,ATyGC,A4KGJ,A1DDA,AqDAA,AzCFI,AzGCJ,A1BCA,AoJCA,AFAA,AgBAA,ApIyCA,AO5CI,A8MCJ,ACCA,AFAA,A9KFA,AHsBK,A7DnBL,A2NnYA,A0F6TI,AiBnDA,AnD/CF,KtNyLE,G/CvIDA,AiHmHK0a,A9FAAA,CP4CCgW,A2RvHN,CvSxCE,CbmHM,A4DsBA,C/CzIR1wB,AbmHS,A8HAR,A9FAA,CrBpHKzB,AFWD4iB,CIXqB,AiHoHf,A9FAA,AkPrKR,ClRqKK,AoTnED,AiBnDDmqC,CnD/CD,ClRqKS,CyB4CjB,CAAmB/6B,CdhKH,AXoHL,CWpHM/zB,AFWd,A4TbC,AnD/CSqhD,CzQ4DIv8B,ATyGK,AqUtHNN,C5SkKhB,CzB5CW,CyB4Cc5iB,A4SlKrB,CrUsHsB,CWpHjB,EAAP,CcgKF,EzB5CW,AyB4CqB,EzB5CE,AkRrK1B,GzQ4DwB,CAAC,A4TbR,C5TaO,CAA7B,EAAkCtI,C4TbPo4C,G5Ta3B,AyQ5DmC+P,CzQ4DK,E4TblB,CAAY3N,C5TalC,EAA8C,IAA9C,A4TbsB,CAAqB,C5TaSvzC,GyQ5DjD,CzQ4DH,AyQ5DD,CzQ4D2D,CyQ5DJ,KmD+ChC,EAAmC4S,I5TaO,A4Tb/D,cAAgE,KAAKu+B,MAAL,CAAYoC,OAAZ,CAAoB,YAApB,EAAkC,KAAKvB,SAAvC,CAAhE,cAAqH,KAAKsc,KAA1H,+CrUsHO,CA7QG;Aa2JXp4C,AFDD,AFWE,ATyGA,A4KGJ,A1DDA,AqDAA,AzCFMyH,AzGCN,A1BCA,AoJCA,AFAA,AgBAA,ApIyCE,AO5CIA,A8MCN,ACCA,AFAA,A9KFA,AHsBM0V,A7DnBN,AqTtEI,AiBlDA,AGnCJ88B,AtDbG,AjQ8zBA,M6GzpBGxyC,A9FAAA,A4BsBA0V,E/CzIHnd,CY+JM7U,ChBrJL,AqHyGM,A9FAA,CnBnHJ,AbmHK,A8HAA9H,A9FAAA,A4BsBA,C5DtBC,A4DsBAyiC,C/CzIT9lB,A2TrCU,AvTgvBVpe,CQ5iBW,A+SpMAmL,AvTgvBXnL,CjBxlBQ,A8HAL,A9FAA,AoRnEGq5C,AiBlDAA,ApT6sBO3gB,CJ7sBa,AJYrB,A+T/CR,AvTgvBG14B,CRjsBM2tB,ATyGQ,AyB4CA,AyPjNTq7B,CpJqKUztB,ArG4CT,AO5CSA,AfwlBF7C,CuThvBG,AvTgvBHA,CjBxlBL,CyB4CUgD,A2R/GjB,AiBlDA,CrUqHkB,AoTnENr3B,AiBlDAy5C,CvMqHO,A9FAA,ChCAZ,A8HAa3Z,A9FAAA,CvBzGpB,AgBqJqB,ChBrJN1X,ATyGO,AyB4CAlvB,CmCtBpB,EwPzFF,AiBlDA,CzQ2I0Bg+B,AyQ3IL,AnDhDtB,ElRqKQ,AyB4CT,A2R/GyB1W,ClClGHvpB,ClRqKU,AyB4CAiO,CmCtBC,AyQ3ILiN,CzQ2IM2tB,AwPzFhC,AoBrFJ,CpBqFiC,E3R+GM,A4SjKnC,E5TY8B,AgBqJhC,A4SjKkCxiC,AnDhDJ,CzQ4DGoK,AyQ5DF5P,CpJqK3B,ArG6CFu/B,AO7CE,EqSrHF,CAAsC,C5TYvB,AgBsJX,ChBtJkC,AgBsJjCnyB,ChBtJU,CAAf,C4TZ2C8nD,C5TYD7pD,CgBsJtC,CAAJ,A2RhHA,CxPyFE,AsN3LkBlM,CkCkG4BgjB,AlClGJ,CzPkN9Bod,EhBtJd,C2SsCA,C3RgHkB,A2RhHoC43B,AiBlDtD,C5SkKmB/pD,CyPlNCjO,CAArB,GzPkNyB,GAAG,CAAT,CAAlB,A2RhHA,84BpTmEO,CA9QG;Aa4JXwyB,AFAF,AFUG,ATyGA,A4KGJ,A1DDA,AqDAA,ApCFAkZ,ALAK,AzGCL,A1BCA,AoJCA,AFAA,AgBAA,AvHHAA,ANAK,A8MCL,ACCA,AFAA,A9KFA,AHsBK,A7DnBL,AqTtEI,AiBjDA,AnDjDD,AjQ6vBEpqC,K6G1lBD,A9FAA,GnBjHDkxB,AsHmHK,A7FAA,ArBwlBHlxB,CRnsBF,A0H2GM4C,A7FAAA,EzBnHH,AJUAyJ,AqHyGK,A9FAA,AfwlBNrM,EJ3sBFkxB,AI2sBO,CoT5sBAyN,CjBiDD8d,AoBpFMgf,C/T4CZ,CAEU,AyQ5DLrP,C/IqKR,A7FAA,CtCAmB,AmIAAnhC,A7FAAA,A+RpHJ,CrUoHK,CoTnEhB,CAAYphB,AiBjDE,CrUoHC,AmIAnB,A7FAA,C+RpHI,CrUoHqB,CmIAC,A7FAA,CpChLjBS,AOuEK3L,CAAD,ATyGM,AoTnEf,AnS0pBYm9B,CmS1pBQ,CpTmEM,AkRrK3B,CAAmBvtB,ClRqKH,CkRrKhB,ClRqK+B,EmIAEnH,A7FAAA,A4OrKT,ChRXR,AiIgLO,A7FAA,E6FAa,A7FAA,CtCApB,CkRrKailD,ClRqKU,IoTnEtC,ClClGuB,CkCkGgB,AlClGJ/6C,GAApC,CkCkGC,k4CpTmEe,CA/QL;AE+FK,AW0DU,AJahB,AT0GT,A4KGJ,A1DDA,AqDAA,ApCFE8T,ALAIuZ,AzGCN,A1BCA,AoJCA,AFAA,AgBAA,ApIyCEG,Aa5CA1Z,ANAIuZ,A8MCN,ACCA,AFAA,A9KFA,AhEGA,AqTtEI,AiBjDAA,AnDjDDjgC,AjQuwBEuB,EkHlmBHmlB,A1G4CA0Z,Aa5CA1Z,IwFAIuZ,ArG4CA,AO5CAA,CnBvHJ,AsHuHK,A1G4CAjT,Aa5CA,C6FAC,A7FAA,ArBkmBHzrB,EQtjBH,A4ShKE0+B,CvMoHO,A9FAA,C8FAC2I,A9FAAA,AkPrKT5oC,CjQuwBEuB,CkHlmBE,A7FAA,C8QnEEw8C,AiBjDA,ApTstBG,CkHlmBIr1C,A7FAAA,A+RpHN,C5TUUyX,A0H0Gb,A7FAA,C6FAL,A7FAA,E4OrKS,ClRqKU,AoTnEjB,AiBjDWjF,AnDjDH+N,ClRqKU,AoTnEN40B,E3SvCW,CAAC9gC,AT0GP,AqUpHZ,AnDjDN/c,CmDiDC,AnDjDaq/B,ClRqKU,A8HArB,A9FAA,EoRnEF,C3SvCgB,AT0GC,A8HASY,A9FAAA,AoRnEL,AnSqqBU5I,CR5sBAp3B,AQ4sBvB,CR5sBQ,AT0GY,CS1GnB,AyQ3DVD,AjQuwB2Cs3B,CjBlmBzB,AkRrKK,AjQuwBd,C6GlmBuB,A9FAA,ChCAC,A8HAAuR,A9FAAA,AfkmBqBtM,CAA7C,EiQvwBmBmxB,AjQuwB0BnxB,GjBlmBpC,EAAuB,GoTnExC,IlT7GoB,CgRWrBv8B,GpJqKG,A9FAA,C9BhLuBunB,EmU4DF,KAAKw2B,GnU7Db,GmU6DQ,CAAY9d,KAAZ,CAAmB,KAAK/kB,IAAxB,CAAvB,IAAsD,KAAK66C,UAA3D,4gBrUoHiB,CAhRP;AE+FK,AW+DjB,AJQW,AT2GT,A4KGJ,A1DDA,AqDAA,ApCFErtD,ALAG,AzGCL,A1BCA,AoJCA,AFAA,AgBAA,ApIyCC,Aa5CCA,ANAG,A8MCL,ACCA,AFAA,A9KFA,AHqBIu3B,A7DlBJ,AqTtEI,AiBjDA,AnDjDD,AjQuwBI,EkHlmBLv3B,A7FAAA,C6FAC,A7FAA,CsBqBCu3B,EuErBEhhB,A7FAAA,G7B7GH,AmDkIM,CAAC8pB,IuErBI,A7FAA,ArBkmBkB,CkHlmBjBrgC,A7FAAA,A+RpHNq1C,ClMoHK,A7FAA,E6FAI,A7FAA,E6FAJ,A7FAA,C6FAZ,A7FAA,A+RpHE,CAAY9d,GpTstBL1D,CAAAA,CoTttBP,ApTstBY7Q,CjBlmBY,AqUpHLuU,CrUoHM,C4DqBzB,E5DrBwB,CqUpHxB,CrUoH8B,A4DqBA,CAA9B,E5DrBwB,CiBkmBrB,CjBlmBgC,CiBkmBC,CjBlmBZ,EAAe,IiBkmBI3I,CAAP,CjBlmBZ,EAAuB,krBAAvB,CAjRd;AagKb,AJOE,AT2GC,A4KGJ,A1DDA,AqDAA,ApCFE,A9GCF,A1BCA,AoJCA,AFAA,AgBAA,AvHHE,AwMCF,ACCA,AFAA,A9KFA,AHqBG,A7DlBH,AqTtEG,AlClGD,AjQuwBK,G2C5lBL,GuENI2I,A7FAAA,C7B/GJ,A2ScA,ExPsHO,EuErBE,A7FAA,E7B3GF,A2SwCA,CjLmEK,A7FAA,ArBkmBH5C,CAAAA,GAAUhG,CkHlmBFwL,A7FAAA,ArBkmBExL,CjBlmBD,AiBkmBWtW,CjBlmBV,GAAD,EAAM,AiBkmBLsW,CAAiBC,CAAjBD,CjBlmBD,CiBkmB6BzC,CjBlmBlB,EAAX,AmIAlB,A7FAA,EtCAiC,CiBkmBdyC,CAAmC,CAAnCA,CAAd,EjBlmBa,EAAuB,q4VAAvB,CAlRN;AE+FK,AOyEhBnrB,AT2GC,A4KGJ,A1DDA,AqDAA,ApCFE,ALAE+zB,AzGCJ,A1BCA,AoJCA,AFAA,AgBAA,ApIyCA,Aa5CE,ANAEA,A8MCJ,ACCA,AFAA,A9KFA,AHqBIuK,A7DlBJ,AqTtEG,AiBjDC,IvMoHAvK,A9FAAA,A4BqBAuK,EuErBE4F,A7FAAA,E7B3GHlkC,CqH2GM,ArG4CAy0B,AO5CA,C8FACoI,A9FAAA,CmGAC,A7FAA,AsBqBA,CAAC/E,CwPxFJq0B,CjLmEM3vD,A7FAAA,C7B3GJ,A0H2GR,A7FAA,A+RpHOyyD,CrUoHO,CAAC,C4DqBN,E5DrBK,A4DqBIl7B,CyQzIhB,CrUoHkB,AqUpHNo8B,E5SgKhB,CzB5CgB,AyB4CSv3D,AmCvBd,E5DrBgB,A4DqBA,AuMjGX+K,C1OwHhB,CzB5CgB,AoTnEb,AiBjDC,CvMoHA,ArG4C0B,AO5C1B,AoRnEsBwhD,CpTmEK,AmQ5EX,CvMiGT,AyQzIe,EvMoHQ,A9FAA,A4BqBA5iC,CkErB9B,A9FAA,CoRnED,CpTmEa,A4DqBL,CwPxFuBupC,CpTmEK,A4DqBAzxB,KAA5B,AyQzIqB,EzQyIcC,GwPxF3C,EAA4CgY,GxPwFpC,EAA6C7b,EAA7C,CAAP,CwPxFD,EAAuDw1B,SAAvD,4TpTmEa,CAnRF;AEgGZ,AOyEC,AT2GC,A4KGJ,A1DDA,AqDAA,ApCFE,ALAC,AzGCH,A1BCA,AoJCA,AFAA,AgBAA,ApIyCE,Aa5CA,ANAC,A8MCH,ACCA,AFAA,A9KFA,AHqBG,A7DlBH,AqTtEG,AiBjDE,AlEwCH,AlP6qBK,G6GlnBL,A9FAA,GmGiBIzvD,A1G4CAs4B,Aa5CAt4B,C6FAC,A7FAA,EwFAE,ArG4CA,AO5CA,GmGAG,A1G4CA,Aa5CA,C6FAV,A7FAA,A6N5EO,CnQ4EK,AiBimBS,CjBjmBR,AmIAAu3B,A7FAAA,Cb4CC36B,A4ShKLg3D,ErUoHG,AmQ5EAte,EnQ4EM,AmIAA,A7FAA,C6FACjP,A1G4CT,Aa5CSA,Cb4CCjqC,ARqjBXu4B,CjBjmBG,AiBimBS,CoTrtBJ,CrUoHM,AyB4CA,CAACp7B,A0OxHjB,CnQ4EK,AqUpHQ,AlEwCCsnB,AlP6qBmB,EjBjmBb,AqUpHxB,ElEwCI,C1OwHG,A0OxHiB,C1OwH3B,EzB5CY,AiBimBgB8T,CkHjmBf,A7FAA,ArBimBR,CjBjmB8B,CiBimBU,CkHjmBR,A7FAA,G6N5ETjnB,CAAD,ChI4Ed,A7FAA,C6FLwB,A7FAA,C6FKO,A7FAA,oBpCpLL,mOFoL3B,CApRA;AEgG2B,AO0EvC,AT2GE,A4KGJ,A1DDA,AqDAA,ApCFE,ALAEo0B,AzGCJ,A1BCA,AoJCA,AFAA,AgBAA,AvHHE,ANAEA,A8MCJ,ACCA,AFAA,A9KFA,AhEGA,AsUvHK8xB,AlEuCwB,AlP8qBpB,I6GjmBL9xB,A9FAAA,O8FAO,A9FAA,C8FACxG,A9FAAA,AqSpHPs4B,CrUoHQ,CErLAvzD,AFqLC,CmQ7EsBqN,CAAC,AlP8qBxBknB,CjBjmBA,AmQ7EyBztB,AlP8qBzBytB,C6GjmBF,A9FAA,ChCAQ,AmQ7EiB,CrI6EhB2C,A9FAAA,AqSpHP,AlEuC4B9mB,AlP8qBnB,CftxBmB,AmUiE3B,CrUoHD,AiBimBJ,EjBjmBe,C8HAb,A9FAA,ChCAE,C8HAc,A9FAA,AqSpHT,CrUoHU,AqUpHT+B,GlEuCiB,CrI6EzB,A9FAA,AqSpHE,CAAR,AnDlDMjM,ClRsKE,A8HAqBwf,A9FAAA,EhCAE,AqUpHT,CvMoHhB,A9FAA,CmO7EiD5e,CrI6ErB02B,A9FAAA,CmO7EuB,AezF7B,CfyF8BptB,CkEvChC,CAAC4kC,CvMoHrB,A9FAA,E8FAmCvX,A9FAAA,GqSpHnB,CAAYvG,ElEuCqB,ErI6EjD,A9FAA,AmO7EkB,CkEvCF,CvMoH6B0C,A9FAAA,AqSpHV,EvMoHnC,A9FAA,C8FAP,A9FAA,GqSpH8C,CAACznB,IAAxB,EAA8B3Y,MAA9B,CAAsC,UAACqf,CAAD,6WrUoHpD,CArRC;AEiGX7Y,AO2EF,AT0GG,A4KGJ,A1DDA,AqDAA,ApCFE,ALAC,AzGCH,A1BCA,AoJCA,AFAA,AgBAA,ApIwCE,Aa3CA,ANAC,A8MCH,ACCA,AFAA,A9KFA,AHqBE,A7DlBF,A2NrYA,A0F+TE,AiBlD+D,AlEuCpC,AezFI,OzPkN1B,A0OzHE,CAAP,CvMmGOi4B,A8JvZO,CxN6Mbj4B,CuBgOQhH,CAAC,AmCtBV,C8JvZF,A0F+TSqM,C1F9TP,AwD0NgBmU,CzPkNH,CAAb,CvBhOQ,CAAC3hB,AuBgOOmB,CAAC,AyPlNc,CxD3NjC,A0F+TgB,CpTmEK,AoTnEJmK,AiBlDuD0V,CrUqHlD,AyB2CAof,AiM3apB,A2G2QuE,GrUqHpD,AyB2CI,CAAC/+B,CzB3CC,AqUrHmD,C3G7Q9E,A0F+TS,EpTmEY,A0N/XnB,A0F4TA,EpTmE8B,AyB2C9B,C4ShKgF,CnUhE/E,AFqLkB,AyB2Ca,A4ShKiD8zD,CnUhEtD,AwN7M7B,C1NkYoC,AyB2CAh0D,CAAlC,AiMzaA,EjMyaqC,CiM7avC,E1NkYqB,A0N9XP,CxNyMX,CFqLyC,AqUrHqB,CnUhE1B6J,QAApC,EAA8C,KAA9C,8BgRcuB,KAAO,8gJlRuKZ,CAtRP;AEkGX,AFqLC,A4KGJ,A1DDA,AqDAA,AlJDA,A1BCA,AoJCA,AFAA,AgBAA,ApIwCIo1B,AqN1CJ,ACCA,AFAA,A9KFA,AHqBC,A7DlBD,A2NhYE,A0F0TA,AiBnD+D,AlEwC/D,AlPmrBO,IQ1jBLA,GAAG,CAACj/B,AiMxaA,CjMwaD,CAAH,GzB3CS,AyB2CA+C,A4SjKc,CrUsHb,A0N7XA,A2GuQT,E5SiKW,CzB3CH,AyB2CI/C,AiMxaA,AzM89BNu7B,CQtjBK,ARsjBLA,CjBjmBQ,AyB2CN,CAAOjzB,CRqjBK,CjBhmBZ,C0N7XU,C1N6XC,A0N7XA,E1N6XX,CWtHJ,CXsHmB,AyB2Cf,CsRnPK,A9RwyBLgzB,CyM79BX,AzM69BuB,EQrjBOv4B,CRsjBZ,CjBjmBP,CyB2CsB,CzB3CC,AyB2CA/C,ARqjBX,CQrjBU,CAA/B,CRwjBgB,GAEX,EAAOs1B,CAAAA,CAAUtW,MAAVsW,CAAiBC,CAAAA,GAAY,CAA7BD,EAAgCzC,MAAhCyC,CAAuC,CAAvCA,MAA8CiG,CAA9CjG,KACLC,CAAAA,IAAAA,EACIA,CAAAA,GAAY,CAAZA,GAAgBD,CAAAA,CAAUp1B,MAD9Bq1B,CADKD,CAAP,wSjBrmBI,CAvRC;AE+FK,ASkEV,AXuHL,A4KGJ,A1DDA,AqDAA,ApCFE,ALAA,AzGCF,A1BCA,AoJCA,AFAA,AgBAA,ApIwCG,Aa3CD,ANAA,A8MCF,ACCA,AFAA,A9KFA,AhEGA,AgT3ME,A5C2HD,Ae3FC,AjQ8wBuCp1B,MkHtmBnCyG,A7FAAA,C6FAC,A7FAA,EwFAEs4B,A9FAAA,EhCAE,CAAC,AmIAA,ALAV,AxFAU,ANAV,CmGAI,A7FAA,AyQxMG5yB,E/SwME,AkRxKJ2/C,ElRwKU,AmIAA9tB,A7FAAA,GtCAN,A+SxMK,CAAC/zB,C/SwMK,AmIAA,A7FAA,C6FAC4iC,A7FAAA,CtCAZ,EAAe,E+SxMjB,EAAP,E/SwMS,EAAuB,AkRxKhC,C/IwKI,A7FAA,K6FAkC,A7FAA,C6FAC7O,A7FAAA,K6FAK,A7FAA,C6FAC+F,A7FAAA,a6FAN,A7FAA,K6FAwB,A7FAA,C6FAxB,A7FAA,G6FA4B/F,A7FAAA,K6FAK,A7FAA,C6FACh+B,A7FAAA,M6FAN,A7FAA,I6FAgBg+B,A7FAAA,K6FAK,A7FAA,C6FAC+F,A7FAAA,a6FAlD,A7FAA,G6FAkE/F,A7FAAA,K6FAK,A7FAA,C6FACh+B,A7FAAA,M6FAN,A7FAA,G6FAe,A7FAA,C6FAlF,A7FAA,K6FAwFg+B,A7FAAA,K6FAK,A7FAA,C6FACwD,A7FAAA,K6FAhI,A7FAA,C6FAJ,A7FAA,E6FA4I,A7FAA,iwBtCAnI,CAxRG;AE+FK,AF0Lf,A4KGJ,A1DDA,AqDAA,ApCFI/c,ALAH,AzGCD,A1BCA,AoJCA,AFAA,AgBAA,AvHHIA,ANAH,A8MCD,ACCA,AFAA,A9KFA,AHqBA,A7DlBA,A2NjYE,A2GuQG,AtBjFH,A9R2yBO,IkHnmBLA,A7FAAA,EoL9XE,GvF8XG,A7FAA,AsBqBA8jB,CuErBC,A7FAA,EoL9XE,A2GuQP,CrUuHQ,CAAC,E4DqBd,C5DrBa,A4DqBIxG,A8JnZA,CAAf,A2GuQO,CrUuHU,AqUvHT+Z,C3GvQU,E1N8XP,C4DqBb,C5DrBwB,C4DqBC9d,AyQ5IpB,CrUuHQ,AqUvHIA,ErUuHW,EmIAnB,A7FAA,AsBqBT,CyQ5IK,ClMuH2BA,A7FAAA,AsBqBAwJ,AyQ5IR6yB,ErUuHX,EAAuB,CmIAC,A7FAA,C6FACr6D,A7FAAA,AsBqBtC,EAAwCwsB,AyQ5InC,GzQ4IL,CuErBS,A7FAA,CsBqBoC8X,CuErBCtG,A7FAAA,IsBqB9C,CuErBmD,A7FAA,C6FACwD,A7FAAA,AsBqBA+C,KuErB3C,A7FAA,C6FAL,A7FAA,EsBqBJ,EAA8D7D,EAA9D,EAAkE,wrB5DrBrD,CAzRC;AE+FK,ASmEjB,AXwHE,A4KGJ,A1DDA,AqDAA,ApCFI,A9GCJ,A1BCA,AoJCA,AFAA,AgBAA,ApIuCE,Aa1CE,AwMCJ,ACCA,AFAA,A9KFA,AHqBE1C,A7DlBF,A2NjYI,AqFuLH,A7B+BC,EtN6LAA,KAAK,CuErBCA,A7FAAA,AsBqBA0I,CnCqBC3H,CiMxaC,EjMwaR,CdlKO,AwHwHI,A7FAA,C6FAC/+B,A7FAAA,AoL9XA,AwDsNR,EtN6LJ,C5DrBe,CWxHHqwB,AXwHI,C4DqBC7D,CuErBX,A7FAA,CtCAS,CWxHR,AiD6IP,AsN7LWxf,ClRwKU,C0N9Xb,C/MsQYrC,AwHwHG,A7FAA,AoL9XA,C1N8XR,AmIAT,A7FAA,C4OxKF,ClRwKsB,CWxHnB,CAAmB,AXwHX,AmIAaqzB,A7FAAA,EtCAE,CkRxKT,E/IwKY,A7FAA,C6FACwD,A7FAAA,EtCAnB,AoTnEG,EpTmEoB,CarHjB5zB,AsHqHnB,A7FAA,A4OxKF,CvQgDgC,CwHwHSwgC,A7FAAA,A4OxKV,ErQmDN,SsHqH2B,A7FAA,C6FAC,A7FAA,GoL9X7C,CvF8X4C,A7FAA,AoL9XlD,CvF8XuC,A7FAA,C6FAvC,A7FAA,K6FA8DP,A7FAAA,Y6FAY,A7FAA,C6FAC,A7FAA,I6FAD,A7FAA,C6FAZ,A7FAA,0btCAjD,CA1RH;AE+FK,AWuEjB,AFHC,AXwHC,A4KGJ,A1DDA,AqDAA,ApCFI,ALAJ,AzGCA,A1BCA,AoJCA,AFAA,AgBAA,ApIuCC,Aa1CG,ANAJ,A8MCA,ACCA,AFAA,A9KFA,AHqBE7P,A7DlBF,A2NjYG,A0F2TD,AiBrDG,AnDhDF,AjQ+wBM3I,E2CllBP2I,KAAK,CAACyI,CkErBC8B,A9FAAA,EmGAE,A7FAA,C+RxHN,ApT+tBIlT,CJ5tBA,AI4tBAA,CjBvmBK,CWxHJ,AXwHK,AmIAX,A7FAA,AsBqBF,CkErBF,A9FAA,AkPxKO/U,CpJwKUyhB,A9FAAA,CnBrHH3P,AbqHA,A4DqBIsO,AyQ7IT,C1TAKv0B,A0TAJ2vC,CrUwHU,A4DqBlB,CsN7LU,ElRwKE,A8HAd,A9FAA,EhCAyB,A8HAA9d,A9FAAA,AqSxHpB,C1TAK,A0TAO67B,AnDhDA,CvQgDM,AXwHT,EAAe,C8HA7B,A9FAA,CkPxKG,CpJwK6BryB,A9FAAA,CnBrHvB,AqQnDe,CrQmDM55B,CbqHhB,CarHL,CAAP,AFHsB3D,AXwHa,C8HArC,A9FAA,E8FAwCuiB,A9FAAA,G8FAxC,A9FAA,AqSxHK,C1TAkB,A0TAa,CvMwHS8X,A9FAAA,CrBxHZl6B,ImHwHjC,A9FAA,AqSxHwC,CAAC6O,C1TAlB,AmHwH6BsrB,A9FAAA,ErBxHR,C0TAvC,EAA0C,GvMwH/C,A9FAA,E8FA8D7D,A9FAAA,CqSxHX,CvMwHnD,A9FAA,AqSxHoDge,EvMwHc,A9FAA,MqSxH7D,ytBrUwHS,CA3RA;AE+FK,AWwEjB,AFHE,AXwHA,A4KGJ,A1DDA,AqDAA,ApCFG,ALAD1gB,AzGCF,A1BCA,AoJCA,AFAA,AgBAA,AvHHG,ANADA,A8MCF,ACCA,AFAA,A9KFA,AHqBEA,A7DlBF,AqTtEE,AiBrDG,AnDhDD,AjQgxBG,E6GxmBLA,A9FAAA,A4BqBAA,KkErBK,A9FAA,A4BqBA,CkErBC0I,A9FAAA,A4BqBAN,EwPxFF,CiB1DF,G1TKM/U,CXwHK,A4DqBb,C5DrBc,A8HAd,A9FAA,CoRnEW,CxPwFK,C5DrBH,A8HAI7E,A9FAAA,AkPxKVg/B,ElRwKY,C8HAnB,A9FAA,A4BqBA,AwPxFgBjP,EpTmEH,CWxHM,AuQhDjB,ClRwKsB,EWxHF,AXwHT,AkRxKGh9C,ElRwKY,CoTnEjB,CAAesN,EzSrDA,AuQhDJ,CvQgDKoiB,AuQhDJnF,ClRwKV,AoTnET,EpTmEgC,GoTnED,AlCrGnBvqB,CvQgDM,AuQhDS,CvQgDI8xB,CuQhDnB9xB,EAAmB,KAAKisD,CkCqGpC,EzSrDkB,CAA0B,CySqDE,CAAC,AlCrGnCjsD,EAAgCyN,EvQgDI,CAAC8hB,AySqDGknC,ElCrGxCz2D,CkCqGhB,AlCrGE,EvQgDoB,AySqDuC,EzSrDD,WAAtC,EAAmD+xB,WAAnD,CAAgE,MAAI,CAACxC,KAArE,CAApB,0FXwHW,CA5RD;AEmGZ,AWsED,AboHG,A4KGJ,A1DDA,AqDAA,AzCFEkP,AzGCF,A1BCA,AoJCA,AFAA,AgBAA,A7HHEA,A8MCF,ACCA,AFAA,A9KFA,AHqBEA,A7DlBF,A2NlYE,A0F4TC,AlCvGA,EpJ0KDA,A9FAAA,A4BqBAA,KkErBK,A9FAA,A4BqBA,CkErBCyI,A9FAAA,A4BqBAH,A8JpZA,I9JoZN,C8JpZW,A0F4TLwV,AlCvGL,ClR0KW,CAAC,A8HAb,A9FAA,A4BqBa,C8JnZX,E1N8XU,A8HAIpb,A9FAAA,C4BqBhB,AwPxFC,AlCrGO,ClRwKU,A8HAlB,A9FAA,AoRnEa55B,C1F3TN,E1N8XK,EAAW,A0N9XZ,E1N8XC,AoTnEX,EpTmE0B,A0N9XzB,C0F2TsBwgB,E1F3TN,CAAhB,C0F2TD,CpTmEW,AoTnEkB,C1F3TR,C1N8Xa,eoTnElC,EAAgDvG,E1F3TP,CAAC,C0F2T1C,CAAsD,KAAK+6B,E1F3TR,CAAC,G0F2TE,CAAY4D,C1F3Tf,CAAV,EAAmB,MAAnB,CAD1C,K0F4TuD,CAA8B,KAAKnD,SAAL,CAAe1vC,IAA7C,CAAtD,oepTmEW,CA7RA;AEqGb,ASgEG,AXyHA,A4KGJ,A1DDA,AqDAA,ApCFEpG,ALAAu3B,AzGCF,A1BCA,AoJCA,AFAA,AgBAA,AvHHEv3B,ANAAu3B,A8MCF,ACCA,AFAA,A9KFA,AHqBE,A7DlBF,A2NjYE,A0F2TC,AiBrDC,AnDhDA,AjQ8wBG,EkHtmBLv3B,ALAAu3B,AxFAAv3B,ANAAu3B,CmGAC,A7FAA,G6FAGkQ,A7FAAA,AsBqBA1G,CkErBC,A9FAA,C8FACpB,A9FAAA,A0L9XA,I9JmZN,EjD9IQtuB,AiD8IIiqB,A8JnZA,A2GsQNo4B,CvMwHN,A9FAA,CrBzHU,C+MpQR,AzMm+BU9kC,C6GtmBI,A9FAA,AfsmBX,CN/tBQhE,AwHyHI,A7FAA,A4OxKVm6B,ClRwKW,AmIAA/kD,A7FAAA,AsBqBA,A8JlZb,C1N6Xc,AmIAF,A7FAA,AsBqBEghC,CkErBnB,A9FAA,CmGAqBzJ,A7FAAA,CtCAH,C0N7XR,AwDqNR,ClRwKsB,AqUxHN,ElMwHD,A7FAA,AsBqBL,AsN7LIz+B,ClRwKE,AmIAlB,A7FAA,AsBqB2B+kC,AyQ7IN,C1TDG,AwH0Ga,A7FAA,AoL9WtB,A2GqQO,C1TDG7S,AXyHI,AmIAA,A7FAA,AoL7X3B,A2GqQA,ErUwHgB,AqUxHO,CzQ6Ib,A8JlZO,AwDqNG,ClRwKW,AkRxKV3H,CtN6LWkU,I8JlZhC,C/MoQW,AXyHK,A4DqBqB,AsN7LvBz+B,CtN6LwBinC,AsN7LT,CvQ+C7B,AXyHuC,A0N7Xb,CwDqNZjnC,EAAmByN,GtN6LvB,EAAZ,AsN7LgBzN,CAAd,ItN6LoDwiC,MAAM,CAACwF,A8JlZb,CAAC,K9JkZK,CAAcjD,G8JlZV,CAAC,C9JkZL,EAAqBC,A8JlZjB,CAAV,EAAiB,K9JkZX,C8JlZN,C9JkZqCvG,A8JnZrF,K9JmZ0F,CAACwI,OAArC,2iC5DrBpC,CA9RN;AWsKV1uB,AXyHA,A4KGJ,A1DDA,AqDAA,AzCFEkmB,AzGCF,A1BCA,AoJCA,AFAA,AgBAA,A7HHEA,A8MCF,ACCA,AFAA,A9KFA,AHqBEA,A7DlBF,AsU3HKs7B,AnDhDD,AjQ6wBUjkC,E6GrmBZ2I,A9FAAA,A4BqBAA,KkErBK,A9FAA,A4BqBA,CkErBCsI,A9FAAA,A4BqBAA,EjD9IJxuB,EAAE,AmHyHJ,A9FAA,A4BqBA,AyQ7IGwhD,C1TDE36D,EmHyHQ,A9FAA,A4BqBA,CyQ7IN,CrUwHQ,AqUxHP27D,CrUwHQ,C8HAhB,A9FAA,C4BqBA,C5DrBe,EAAM,AqUxHlB,CAAa,ErUwHD,CS7GRztD,CT6GmB,CWzHxB,A0TCmBtK,C1TDE,AXyHR,EAAe,CS7GjB,C4TXG,CAAW43D,GrUwHZ,CWzHb,CXyHoC,CWzHJ,M0TCK,GAAG,C1TDPh0C,A0TCnB,CAAb,EAA2C,E1TDZ,EAAW,C0TCM+yC,MAAhD,yfrUwHY,CA/RH;AWsKkCjvD,AFYjC,AT8GX,A4KGJ,A1DDA,AqDAA,ApCFE,ALAA,AzGCF,A1BCA,AoJCA,AFAA,AgBAA,AvHHE,ANAA,A8MCF,ACCA,AFAA,A9KFA,AHqBC,A7DlBD,A2NjYE,A0F2TA,AiBrDG,ApT8rBWkxB,MkHtkBV10B,ALAAu3B,AxFAAv3B,ANAAu3B,A0L9XA,CvF8XC,A7FAA,ArBskBS7C,EA8BF9F,CmSvqBRsnB,CtLmEK,A9FAA,A0L9XA,C/MoQqC1yC,AwH0HpC,ALAA42B,AxFAA,ANAAA,CmGAN,A7FAA,EoL9XS,EvF8XE7C,A7FAAA,E3B1HsC,AX0HpC,AoTnEJ,CzSvD0C7X,AX0HrC,C8HAlB,A9FAA,A0L9XA,CvF8XoB,A7FAA,A8QnEJ,CpTmEC,AmIAIqb,ALAAxD,AxFAAwD,ANAAxD,A0L9XA,E/MoQuC,AX0HrC,CW1HsCn+B,CySuDxC08C,CpTmEJ,AmIAjB,ALA0B,AxFA1B,ANA0B,C8FAC/V,A9FAAA,ChCAC,AmIAA,A7FAA,E3B1H2B,AX0HtC,CW1HmDhyB,CX0HpC,E8HAX,A9FAA,AoRnEL,CtLmEmB,A9FAA,AoRnEJmoC,EzSvDsB,CAAP,AX0H7B,C8HAsBjX,A9FAAA,ChCAC,IoTnExC,etLmEmC,A9FAA,C8FAyB,A9FAA,O8FAzB,A9FAA,C8FAd,A9FAA,E8FArB,A9FAA,K8FA2E,A9FAA,I8FAI8B,A9FAAA,M8FAJ,A9FAA,E8FAYzF,A9FAAA,M8FAM,A9FAA,C8FAC0F,A9FAAA,O8FAP,A9FAA,C8FAenD,A9FAAA,K8FAf,A9FAA,E8FAsBtG,A9FAAA,K8FAK,A9FAA,C8FACwI,A9FAAA,O8FA5B,A9FAA,E8FAZ,A9FAA,K8FAsDzE,A9FAAA,M8FAM,A9FAA,C8FACwF,A9FAAA,M8FAP,A9FAA,C8FAcjD,A9FAAA,K8FAd,A9FAA,E8FAqBC,A9FAAA,Q8FArB,A9FAA,E8FA+BvG,A9FAAA,K8FAK,A9FAA,C8FACwI,A9FAAA,O8FArC,A9FAA,izBhCAhH,CAhSL;AWsKiE,AX2H3E,A4KGJ,A1DDA,AqDAA,ApCFI,ALAFxI,AzGCF,A1BCA,AoJCA,AFAA,AgBAA,AvHHI,ANAFA,A8MCF,ACCA,AFAA,A9KFA,AhEGA,A2NjYI,AwDqND,AjQwxBE3+B,E6G/mBH2+B,A9FAAA,K8FAK,A9FAA,CmGACA,ALAAsI,AxFAAtI,ANAAsI,Af+mBHjnC,EyM7+BK,C/MmQN,AM0uBCA,C6G/mBH,A9FAA,CrB3H+E,AwH2HpE,A7FAA,ArB+mBH,CkH/mBIW,A7FAAA,AoL9XA,C5F8XC,A9FAA,EkPzKPyrD,CvQ8CJ,EwH2HI,ALAN,AxFAM,ANAN,I0L9XQ,C1N8Xe,AmIAA,A7FAA,AoL9XA,C1N8XC,AmIAtB,A7FAA,E6FAwBrd,A7FAAA,CtCAH,CkRzKtB,ClRyK4B,AkRzKTlhC,EjQ4wBRmoB,CjBnmBW,EAAW,EAAX,CmIAc,A7FAA,CtCAC,AmIAA,A7FAA,A4OzKrC,GAA+B,C/IyKK,A7FAA,A4OzKL,C/IyKN,A7FAA,CtCAH,CkRzKS,ClRyKc,IkRzKd,CAAA,ExDrNqB,KAAK,OwDqN1B,CxDrNkC,CwDqNlB,KxDrNwB,AwDqNnBm2B,ExDrN7C,CAAN,GwDqN8B,EAA6B,KAAKE,MAAL,CAAY/6C,GAAzC,CAA/B,4zElRyKsB,CAjSX;AWuKVmH,AFYF,AT+GE,A4KGJ,A1DDA,AqDAA,ApCFI,ALAH,AzGCD,A1BCA,AoJCA,AFAA,AgBAA,AvHHI,ANAH,A8MCD,ACCA,AFAA,A9KFA,AHqBA,A7DlBA,A2NjYG,A0F2TD,AiBrDE,AnDxDF,AjQ+xBGxY,QAAAA,C2C1lBIkpC,CjDhJL1wB,AySwDE,CjLmEK,A7FAA,A4OhLT,CvQqDI,CAACnZ,AM0uBFW,EkH/mBD,A7FAA,ArB+mBQ,EmSlrBCq9C,AiBrDF,AnDjDF,ItN8LT,AsN9La,CtN8LS5a,AyQ7INm3B,ErUwHQ,CAAC,CoTnEnB,EpTmEkB,A4DqBxB,AyQ7IW,AnDjDSlsD,CvQ8ChB,A0TGmBo4C,C1THE,AX2HK,A4DqBApnB,AwPxFJ,AnSkrBc5I,CAA5B,EjB/mBY,AqUxHb,AnDjDE,AjQwxBsCC,CAAvC,CjB/mBuB,A4DqBnC,AyQ7II,CpTuuB0DiF,CN1uB1D,AX2HoB,A4DqBagM,A3C0lBzB,CiQxxBkB,CvQ8CI,AX2HK,AiB+mBuBhM,E2C1lB9D,AwPxFE,ExPwFyC0C,AwPxFJ,EpTmEf,A4DqBxB,CsN9LS,ClRyKsC,A4DqBA0D,CsN9LP,CvQ8CLva,AiDgJnC,EAAmD,GjDhJjB,EAAW,s+CX2HrB,CAlSV;AWuKgC/b,AFa5C,AT+GE,A4KGJ,A1DDA,AqDAA,ApCFG,A9GCH,A1BCA,AoJCA,AFAA,AgBAA,AvHHG,AwMCH,ACCA,AFAA,A9KFA,AHqBE,A7DlBF,AqTtEGuyC,AiBrDC,AnDjDD,AjQwxBI,GkHnoBgC,A7FAA,C6FoBnC,A7FAA,AsBqBA3e,IwPxFD2e,CxPwFM,AyQ3KN,C5TuCG,AmDoII9V,C5DrBC,CW5HmCz8B,AX4HlC,EiB+mBoB,CR9tBrByC,AT+GA,AqUxHD,CnDjDHyT,ClRyKU,AoTnEL,CzSzDwC,CAAE6F,AFahD,AmDoIJ,AyQ7IY,CrUwHH,AoTnEI,ClCtGH,ClRyKU,AoTnEnB,EzSzDiD,AFahCtZ,AT+GT,AqUxHQqsD,C1TJ2B,AM2uBnC5+B,CjB/mBe,AkRzKT,AjQwxBNA,CAAK7Q,CR9tBd,EAAwB,A4TTZ,CnDjDX,ClRyKQ,CkRzKa,ClRyKU,ImQhFPyxB,AlP+rBpB,EAAiC,EoTvuBH73C,KAA3B,ApTuuBqCgyB,CAAP,CoTvuBI,AlEwCN,uvBnQgF3B,CAnSG;AWuKgD,AFc3D,AT+GC,A4KGJ,A1DDA,AqDAA,ApCFE,ALAF,AzGCA,A1BCA,AoJCA,AFAA,AgBAA,AvHHE,ANAF,A8MCA,ACCA,AFAA,A9KFA,AhEGA,A2NlYE,A0F4TC,AiBrDC,AlEwCF,AezFE,AjQwxBG,OmSprBL,C1F1TM,C5F+XCmT,A9FAAA,CmOhFDwT,CxP7CJ,EAA4D,AyS0DvD,CiBrDCnwC,ApTuuBCuvB,CR9tBD,AQ8tBCA,GN5uBP,AX6Hc,AiB+mBGhG,CjB/mBF,AkRzKVq2B,AjQwxBYr2B,CR9tBNj1B,AiNhRK,AzM8+BW2e,C6G/mB/B,A9FAA,ChCAkB,A8HAIijB,A9FAAA,AqSxHJ,C3GvQK,CjNgRb,AT+Gc,CqUxHH,CpTuuBA3M,CR9tBEzqB,AT+GL,AqUxHd,AlEwCqB,AlP+rBa0qB,C6G/mBtC,A9FAA,Af+mBqBD,CjB/mBQ,C8HAC4I,A9FAAA,A0L/XA,AyC+SF,AlP+rBqBrL,CR9tBvC,AT+GQ,A0N/Xa,CjNgRF,AyQ1DzB,ClRyK6B,AkRzKVzlB,EpJyKvB,A9FAA,AmOhFiC+uC,CzC/SH,AzM8+BT7mB,C6G/mBgBkR,A9FAAA,Af+mBmB,CyM9+BlB,AzM8+BjBlR,CjB/mBH,AiB+mBX,EjB/mBkC,A8HAzC,A9FAA,CvB/G8Bj1B,AyQ1D1B,CpJyKuC68B,A9FAAA,C0L/XC,C5F+X5C,A9FAA,CvB/G6B,A0P+BD,AezFQhwB,CpJyKW0zB,A9FAAA,A0L/XA,AyC+SF/Q,C1P/BN,AiNhRT,C5F+X9B,A9FAA,A0L/XE,E5F+XiD,A9FAA,AkPzK/C,KfyFwB,CAA4B,UAAA1c,CAAC,8fnQgFvC,CApSJ;AWwKV,AFcA,AT+GA,A4KGJ,A1DDA,AqDAA,ApCFE,ALAA,AzGCF,A1BCA,AoJCA,AFAA,AgBAA,AvHHE,ANAA,A8MCF,ACCA,AFAA,A9KFA,AHqBE,A7DlBF,A2NlYE,A0F4TC0pC,AjDdsD,Ae1FtD,IpJ2KC3e,A9FAAA,E4BqBEsI,EwPxFHqW,CzS/DO,AmHkID,A9FAA,A0L/XA,C/M6PN,AmHkIO9V,A9FAAA,A4BqBR,EAAU,CsNhMT,ExDpNY,AyC8S8C5zB,CzC9S7C,AyC8S8C,CiDclD,AjDdmDtC,ErIiF7D,A9FAA,AkPzKQ,CfwFmD,CiDc7C,CpTmEM,CAAC,CoTnEpB,CjDdoEuqC,CnQiFjD,EAAM,A0N/XA,CAAC,E1N+XP,EAAW,CmQjF+C,CnQiF1D,A0N/XM,AyC8SqDvqC,CzC9SlE,C1N+XsB,A0N/XnC,CyC8SuD,KnQiFnC,EAAuB,0jDAAvB,CArSR;AWyKX,AFcC,AT+GA,A4KGJ,A1DDA,AqDAA,ApCFE,A9GCF,A1BCA,AoJCA,AFAA,AgBAA,AvHHE,AwMCF,ACCA,AFAA,A9KFA,AHqBI,A7DlBJ,A2NlYC,A0F4TE,AiBxDyC,AlEyCa,AevFrD,AjQuxBG,ONlvBE,AySqDW,AjDHQ,CxPlD1B,AySmEA,GjDjBsF,CAAC,CAAvF,C1P7BQ+f,AQ6tBa,KR7tBR,AyQ1DN+6B,GzQ0DS,AT+GI,AiB8mBXrwB,CjB9mBY,AiB8mBA,GjB9mBD,CE5LbzxB,Ae0yBiC,CR7tBpB,AT+GM,A+S1MX,CtS2FMiE,EAAnB,AT+GkB,CSjHiB,AyQxDnC,CzQ4DA,AT6G6B,AkRzKVV,ElRyKD,AiB8mBQkuB,CAAvB,Cf1yBY,AF4LkB,CiB8mBU,IiQvxB3C,ClRyKkB,EAAuB,AkRzKVpuB,KAA/B,ImDgDqB,KAAKksD,MAFc,0gBrU2HtB,CAtSR;AE0GK,ASgEjB,AX6HE,A4KGJ,A1DDA,AqDAA,ApCFE,ALAA,AzGCF,A1BCA,AoJCA,AFAA,AgBAA,AvHHE,ANAA,A8MCF,ACCA,AFAA,A9KFA,AHqBI,A7DlBJ,AqTpEE,AiB3D0C,AtB9E1C,A7BiCE,AjQuxBK,M6G9mBH5yB,A9FAAA,I8FAJ,A9FAA,E8FAU,A9FAA,C+Q1MHn6B,G9RwzBIkvB,CAAAA,G8RxzBG,A9RwzBM,CjB9mBD,A+S1MJpxB,C/S0MK,AiB8mBb,EJruBH+B,CbuHe,EAAM,C+S1MlB,E/S0MY,A+S1MnB,ClSmFyB,CbuHK,EAAX,EAAe,MAAf,EAAuB,OE5LpB,KAAKsZ,UADV,koBF6LE,CAvSP;AE0GK,AWsEQ,AFJ1B,AFcG,AT8GA,A4KGJ,A1DDA,AqDAA,ApCFE,ALAE,AzGCJ,A1BCA,AoJCA,AFAA,AgBAA,AvHHE,ANAE,A8MCJ,ACCA,AFAA,A9KFA,AHqBIwtB,A7DlBJ,AgT7ME,A5CwHA,AevFC,ItN8LCA,GAAG,CAACpmB,C+JnbQ,C9MsSHiE,AJUT,A0P4BE,ItPtCqB,EJUnB,AmDmIJ,CnDnIK9jB,AmDmIQ6zB,AuMvGJ5iC,CxC3UX,C/JkbE,EnDnIA,AmDmIiBk/B,EAAjB,AuMvGe,C1P5BHnwB,A0P4BIqvC,CnQkFK,A4DkBb,C5DlBc,A4DsBtB,EnDpIA,CT8GqB,EAAM,C2N5Z7B,E3N4ZuB,EAAW,EAAX,AmQlFZ,CAAsBr7B,CnQkFK,EmQlF3B,CAA2Bq6B,CxC1UpB,E3N4ZK,EAAuB,ImQlFC,CAACvqC,GAArC,CAAP,KAAqD,WAAzD,EAAsE,UtPtCpD,KAAO,mPbwHF,CAxSX;AaiLZ,AbwHE,A4KGJ,A1DDA,AqDAA,ApCFE,ALAE,AzGCJ,A1BCA,AoJCA,AFAA,AgBAA,AvHHE,ANAE,A8MCJ,ACCA,AFAA,A9KFA,AHsBI,A7DnBJ,A4N9ZE,A0G6R0C,AtB3E3C,A5CuHEsnC,AlPosBM,M0M7gCH,O9MmSG,G8MnSO,C3N2ZC,AiB8mBN5c,CJtuBGrJ,AbwHI,AiB8mBPqJ,GjB9mBM,A2N3ZI,A1MwgCI,C0MxgCvB,C3N2ZqB,C2N3ZC,C9MmSf,CAAah8B,AbwHL,EAAW,CaxHnB,AIquBI+7B,CJruBcpvB,AbwHV,AiB6mBQ,CkP/rBXwvC,CnQkFkB,CiB8mBZ,EJtuBX,AsPsCN,ClP+rBsB,CJruBS7qB,CbwHjB,CiBgnBG,CjBhnBoB,CaxH/B,CAAP,AI0uBO,EAAOyE,CAAAA,CAAUtW,MAAVsW,CAAiBC,CAAAA,GAAY,CAA7BD,EAAgCzC,MAAhCyC,CAAuC,CAAvCA,MAA8CiG,CAA9CjG,EkPnsBqB8lB,GlPosB1B7lB,CAAAA,IAAAA,CkPpsBmC,CAAC1kB,AlPqsBhC0kB,CAAAA,EkPtsBZ,ClPssBwB,CADhBA,CADKD,CAAP,KkPlsBL,kHAFD,EAGC,6enQ+Ea,CAzSH;AE0GK,AWwEjB,AJUE,AT8GA,A4KGJ,A1DDA,AqDAA,ApCFE,ALAEjsB,AzGCJ,A1BCA,AoJCA,AFAA,AgBAA,AvHHE,ANAEA,A8MCJ,ACCA,AFAA,A9KFA,AhEGA,A4N9ZI,AyFwVF,AiB1DE,AlE8CC,Ae1FH,AjQ4xByB,I6GnnBvBA,A9FAAA,O8FAO,A9FAA,A2L3ZA,AyFwVJ2yC,CtLmEKpvB,A9FAAA,EvB9GJ,G2S2CN,AlCtGO,CkCsGK5lB,CpTmEK,CS9GP,AT8GQ,A8HAhB,A9FAA,CvB9GS+F,AqH8GQ6zB,A9FAAA,CkPzKP8qB,ClRyKK,A8HAf,A9FAA,A2L3ZA,ElN6SI,AT8GiB,A8HAAxuB,A9FAAA,AoRnEvB,EtLmEE,A9FAA,ChCAe,AoTnEM1V,AlCtGvB,CpJsKU,A9FAA,AmO5EY4zB,C1P/BF,AT8GQ,A8HAA,A9FAA,EvB9GtB,AT8GW,AoTnEjB,EpTmEgC,ES9GN,E0P8BxB,EnQgFe,ES9Ga,AT8GU,CS9GTpuB,OAAL,KAAiB,EAArC,IAA2C,A2S2CA,KAAKlf,C3S3CD,A4TfjB,C5TekBkhB,A2S2CtD,K3S3CiD,KAAe,A2S2CFy2B,E3S3C5D,EAAkE,I2S2CpE,CAAwE,OAAxE,6bpTmEiB,CA1SL;AE2GZ,AWyED,AJSI,AT8GD,A4KGJ,A1DDA,AqDAA,ApCFE,ALAE,AzGCJ,A1BCA,AoJCA,AFAA,AgBAA,AvHHE,ANAE,A8MCJ,ACCA,AFAA,A9KFA,AHqBIzS,A7DlBJ,A4N9ZG,AyFwVD,AiB3DoC,AlE+CjC,Ae1FH,AjQyxBO,G0M7gCP,C/JkbEA,GAAG,CAACpmB,C+JhbC,EyFwVFovB,C3S3CF,CkN7SQ,G/JgbT,CAAarT,AwPxFf,C3S3CO,A2S2CK3hC,AiB3DCoyD,AlE+CF,C1P/BHtrD,EAAL,EkN7SkB,C3N2ZC,AqU9Hc,CrU8Hb,AoTnEvB,GpTmEsB,A4DqBpB,A+JhbwB,AyFwVH0Z,CzFxVhB,C3N2ZqB,A4DqBAya,C+JhbC,CyFwV7B,CpTmEsB,AoTnEO,C3S3Cb,CT8GiB,C4DqB/B,C5DrBoB,C4DqBc/D,C5DrBC,CS9GjB,CAACnxB,EmDmInB,EnDnIC,AT8GmB,EAAuB,GoTnE7C,EAAgDG,KAAhD,CAAuD,E3S3CzB,K2S2C9B,ClT7HuC,AOkFL,CAAC8hB,A2S2C6B,K3S3C7D,A2S2CkEytB,SAAL,CAAeM,K3S3ClC,A2S2C7C,EAjBkB,CAmBlB,G3S7CiD,CAAC/vB,OAA/C,ikBT8GmB,CA3SV;AE2G2B,AOmFpC,AT8GD,A4KGJ,A1DDA,AqDAA,ApCFE,A9GCF,A1BCA,AoJCA,AFAA,AgBAA,AvHHE,AwMCF,ACCA,AFAA,A9KFA,AHqBIiV,A7DlBJ,A4N9ZI,AyF0VF,AjDdI,IvMoGFA,MAAM,CnDrIN,AmDqIOhB,A+JhbA,GzN0NEj6B,GOmFF,AkN7SM,AwC4UN,CxC5UP,C3N2Ze,CAAC,CEjMqB,AOmF1B,ET8GI,EAAM,A4DqBrB,CAAsBm6B,CnDnIP,CAACp0B,AT8GD,EAAW,ES9Gf,AT8GI,EAAe,GS9GL,CmDmIzB,CnDnIW,CT8GI,C4DqBsB,C5DrBC,CS9GP,EmDmI/B,InDnImC,CAACigB,OAAL,KAAiB,EAAzC,EAA6C,6G0P8B3C,+cnQgFM,CA5SL;AE4GXhmB,AOmFE,AT8GD,A4KGJ,A1DDA,AqDAA,ApCFE,ALAEqC,AzGCJ,A1BCA,AoJCA,AFAA,AgBAA,AvHHE,ANAEA,A8MCJ,ACCA,AFAA,A9KFA,AHqBI44B,A7DlBJ,A4N9ZG,A0G4RE,AlEgDC,AlPmsBG1M,G0MjhCA,C7F6ZLlsB,A9FAAA,A4BqBA44B,K+JhbK,CzN0NNj7B,A0DsNO,CkErBC,A9FAA,A4BqBAsC,CnDnIN,AqH8GOsjB,A9FAAA,AfonBH2I,CAAAA,E2C/lBL,CAAY,C1DtNN,CAAC12B,AOmFF,A4TjBAu6D,C5TiBCtrD,CT8GU,A8HAhB,A9FAA,CvB9GC,AT8GgB,A8HAA66B,A9FAAA,E4BqBjB,C5DrBgB,AqU/HL,CzQoJUzL,AyQpJTiQ,CrU+HU,C4DqBtB,E5DrBgB,EAAW,AqU/HtB,CvM+HL,A9FAA,ChCAgB,CEjMjB,AOmFe,AqH8GgBlL,A9FAAA,C9BjML,AFiMM,AqU/HT,CAACm3B,I5TiBL,AqH8GlB,A9FAA,CvB9GmBrsD,AT8GH,C8HAsBmxB,A9FAAA,AqS/HT,CnUlE9B,AFiMwC,AqU/HTwD,EnUlEK73B,AOmFlC,EqH8GD,A9FAA,CqS/HC,EAAoC,GnUlEtC,EAA8C,KAA9C,AOmF6B,MAAI,CAACmjB,OAAhC,gF0PkCuCouB,SAAS,CAACvqC,GAHhD,8HnQ+Ec,CA7SN;AE6GX,AOmFE,AT8GD,A4KGJ,A1DDA,AqDAA,ApCFE,ALAEoxB,AzGCJ,A1BCA,AoJCA,AFAA,AgBAA,AvHHE,ANAEA,A8MCJ,ACCA,AFAA,A9KFA,AHqBG,A7DlBH,A4N9ZI,AyFyVF,AiB7DI,AlE6CO,AlPusBN,G2CzmBL,CkEZEA,A9FAAA,K4BqBK,CkErBC,A9FAA,AoRlEJ,C3S9CK,AqHgHAhB,A9FAAA,A2L3ZA,G3N2ZG,CAAC,ES9GJ,AkN7SM,AyFyVJ,CpTkEC,EAAM,AqU/HVo5B,C5TiBK,AkN7SM,CyFyVHzrC,CpTkEJ,EAAW,A8HArB,A9FAA,C8FAsBuS,A9FAAA,CvB9GP,AT8GL,AoTlER,C3S5Ccp0B,CT8GS,GS9Gd,A2S4Ca,AiB7DN,C1G5RW,AuDiPtBmxB,CvDjPuB,C3N2ZpB,AqU/HW,CAAC,C5TiBG,AT8GQ,AqU/H/B,CvM+HF,A9FAA,CvB9GO,A4TjBkB,C1G5RI,AuDiPf,CzQ4De,AqH8GQ,A9FAA,A2L3ZpB,EyFyVf,CzFzVsC,C7F2ZxC,A9FAA,EoRlEuC,CAAC,KAAKg4B,CzFzV7C,EyFyVF,EAAoD,4bpTkExC,CA9SA;AE0GK,AOuFd,AT8GD,A4KGJ,A1DDA,AqDAA,ApCFE,ALAEl0B,AzGCJ,A1BCA,AoJCA,AFAA,AgBAA,AvHHE,ANAEA,A8MCJ,ACCA,AFAA,A9KFA,AHqBI,A7DlBJ,A4N9ZG,AyFyVA,AiB7DIw3B,AlE0CH,AerFF,IpJ0KEx3B,A9FAAA,KmOxFD,G1PtBE,ET8GS,AkR1KR,ClR0KS,GS9GN,AT8GK,A8HAI,A9FAA,AoRlEZ,AiB7DCw3B,C5TiBG1rD,AqH8GSm0B,A9FAAA,ChCAC,CS9Gf,C4TjBM,AnD3CE/D,ClR0KC,AoTlEH8d,AiB7DCwe,ErU+Ha,A8HAP,A9FAA,EhCAJ,A8HAat9B,A9FAAA,AkP1KrB,ElR0KuB,A8HAX,A9FAA,AoRlEZ,AiB7DC,CvM+HH,A9FAA,AoRlEckhB,AiB7DE,GnD3CG,CzQ4DL,CT8GJ,AqU/HW37C,ErU+HY,AoTlE/B,CAAqB,E3S5CL,A4TjBF,C5TiBGsK,A4TjBQstD,AnD3C7B,EAA+B,EzQ4D5B,K2S4CC,EAAmC58C,CiB7DE,GjB6DxC,AiB7D2C,CAA1B,CAAb,EAA2C27C,MAA3C,IjB6D0C,KAAKpd,MAAL,CAAYoC,OAAZ,CAAqB,YAArB,EAAmCoB,UAAjF,cAA+F3C,SAA/F,SAA2G,KAAKjuB,KAAhH,uoBpTkEW,CA/SA;AE0GK,AOwFd,AT8GD,A4KGJ,A1DDA,AqDAA,ApCFE,ALAC,AzGCH,A1BCA,AoJCA,AFAA,AgBAA,AvHHE,ANAC,A8MCH,ACCA,AFAA,A9KFA,AHqBI,A7DlBJ,A4N9ZC,AyFyVE,AiB7DI,AlEuDJ,AelGA,AjQ6xBI,G6G5nBL,A9FAA,M8FSO,A9FAA,ChCAC,CShHC,ATgHA,EoTlEHotB,CpTkEE,EAAM,AkR1KPJ,CzQ4DE,AQiuBGrmB,CAAP,CjBnnBG,AoTlEP,CAAYvuB,CpTkEM,EAAX,CkR1KO,ClR0KQ,EoTlEtB,AlCxGiBvH,GkCwGM+nB,CpTkEhB,EAAuB,AkR1KP,CkCwGvB,AlCxGwBwC,CkCwGK,KlCxGZvqB,CAAe,EAAfA,EAAmB,KAAKkL,GkCwGzC,EAAiDgd,ClCxGhCloB,CAAjB,OkCwGA,CAA4D,KAA5D,YAAsE,KAAKu8C,MAAL,CAAYoC,OAAZ,CAAqB,YAArB,EAAmC3gC,IAAzG,cAAiH,KAAKu+B,MAAL,CAAYoC,OAAZ,CAAqB,YAArB,EAAmCoB,UAApJ,cAAkK3C,SAAlK,SAA8K,KAAKjuB,KAAnL,8XpTkEO,CAhTI;AE0GK,AOyFd,AT8GD,A4KGJ,A1DDA,AqDAA,ApCFE,ALAE,AzGCJ,A1BCA,AoJCA,AFAA,AgBAA,AvHHE,ANAE,A8MCJ,ACCA,AFAA,A9KFA,AHqBIgS,A7DlBJ,A6NxaA,AwFmWG,AlCvGA,AjQ2xBWrL,I2C7lBVqL,EAAE,CAAC1D,EAAD,CAAF,EnDnIC,C2S4CG8e,IpTkES,AkRzKTrxC,CzQ2DC,AT8GS,CS9GRmD,A2S4CP,CAAY9G,C3S5CV,AT8GY,EAAM,AkRzKpB,CzQ2DY,EAAV,AT8GY,AkRzKAvH,CvQ0CRF,AyS6DN,CpTkEyB,EAAX,AoTlESioB,EzS7DZ,AX+HkB,AkRzKT,CAACwC,CkCuGrB,CAA6B,GpTkEf,CkRzKAvqB,ClRyKuB,AkRzKR,EAAfA,EAAmB,KAAKkL,IkCuGtC,EAAiD+wC,AlCvGnCj8C,EAAgCy+B,EkCuG9C,GlCvGcz+B,CAAd,qTlRyKc,CAjTH;AE0GK,ASwEL,AFkBT,AT8GD,A4KGJ,A1DDA,AqDAA,ApCFE,ALAE,AzGCJ,A1BCA,AoJCA,AFAA,AgBAA,AvHHE,ANAE,A8MCJ,ACCA,AFAA,A9KFA,AHqBIwiC,A7DlBJ,AqTrEG,AiB9DGl2B,AlEwDJqvC,AlP0pBY7lB,I2C7jBV0M,EuM7FFmZ,ClP4nBc/f,CAAb14B,CAAAA,C2C/hBO,CAACs+B,A3CgmBD5F,CAAP,CjBrnBU,AoTlEL2gB,CpTkEM,CmQxEH,CkExDLjwC,AlEwDMiwC,CnQwEC,EAAM,AoTlEhB,CAAYh1C,EpTkEF,AmQxEX,EnQwEsB,AqUhIV,CzQqJV,AyQrJW1C,AlEwDM,CnQwER,A4DqBa68B,CwPvFvB,CpTkEyB,CqUhItB,AlEwDJ,CiDMwB3Z,AiB9DL4xC,IrUgIR,AoTlEV,CAA6B,CpTkEI,AqUhIT,CAAC9T,CzQqJxB,GAAqC,AyQrJpB,EAAf,EzQqJF,mBwPvFD,EAA4Dl8B,IAA5D,CAAkE,YAAlE,EAAgF,KAAK4sC,UAArF,8apTkEU,CAlTC;AE0GK,AFyMf,A4KGJ,A1DDA,AqDAA,ApCFE,ALAEp1B,AzGCJ,A1BCA,AoJCA,AFAA,AgBAA,AvHHE,ANAEA,A8MCJ,ACCA,AFAA,A9KFA,AHqBIqB,A7DlBJ,AqTrEG,AiB9DG,AnDzCH,AjQ6xBO5G,I6GpnBNuF,A9FAAA,A4BqBAqB,C3CyhBc,C6G9iBZ,A9FAA,C8FAC/E,A9FAAA,AoR5Fa,AnSsoBnB,CmS1mBC,CtLgEI,A9FAA,C8FAF,A9FAA,A4BqBM,CAAC5zB,IAAP,CAAY,C5DrBC,CAAC,GAAD,EAAM,A4DqBnB,EAAqB4zB,C5DrBR,C4DqBb,C5DrBwB,C4DgBnB,C5DhBQ,A4DsBb,E5DtB4B,MAAf,EAAuB,KkRzKnBz9B,MAAM,CAACY,IAAPZ,CAAay+B,KAAbz+B,CAAlB,oCAAuC,welRyKzB,CAnTH;AE8GZ,ASqEA,AFmBE,AT8GA,A4KGJ,A1DDA,AqDAA,ApCFE,ALAEwiC,AzGCJ,A1BCA,AoJCA,AFAA,AgBAA,AvHHE,ANAEA,A8MCJ,ACCA,AFAA,A9KFA,AHsBI,A7DnBJ,AsUnIK,AlEwDH,AelGM,IpJ0KJA,A9FAAA,M8FAM,A9FAA,AmOxEJia,CrIwEKjb,A9FAAA,ErBjIF,CFmBCl1B,IEnBIgV,AuQzCAxhB,ElR0KM,CWjIX,AXiIY,AkR1KlB,CvQyCgBA,AFmBD,ET8GE,CWjIX,AFmBY,AqH8GjB,A9FAA,ChCAsB,A8HAA4hC,A9FAAA,A+Q5MX5b,ClSkFM,AFPG1a,AFmBpB,A0PsCmB,EnQwEH,EWjIX,AXiIsB,AmQxEJ,CxPzDG,AwPyDF,CnQwER,EAAe,C+S5MV,C5CoIQzB,CrIwE7B,A9FAA,GhCAgB,A8HAqB,A9FAA,AkP1KjC,CvQyCuB5J,CXiIY,AmQxEf,CAAa,CrIwErC,A9FAA,ErBjI0B,EAAW,MwPyDb,CAA1B,EAAqD,8oHnQwEnC,CApTN;AEgHb,AW0EoB,AFNlB,AXiIC,A4KGJ,A1DDA,AqDAA,ApCFE,ALAEwiC,AzGCJ,A1BCA,AoJCA,AFAA,AgBAA,AvHHE,ANAEA,A8MCJ,ACCA,AFAA,A9KFA,AhEGA,AsU7I4C,AtBlE1C,A5CoIC,AelGC,AjQ+xBHvW,I6GrnBGuW,A9FAAA,AfqnBHvW,CAAAA,CAAQ,IJhvBFoF,GkSjFExkB,ClSiFY,CFNX,AXiIK,AiBqnBdof,CjBrnBe,AiBqnBfA,E6GrnBiB,A9FAA,CrBjIJpf,AXiIC,A8HAI41B,A9FAAA,AkP1KVgqB,AjQ+xBa5wB,C8Rj0BN,A9Ri0Bf5P,CjBrnBoB,A+S5MJthB,G/S4MF,C8HAG,A9FAA,CrBjIR,AXiIgB,CWjIH,AmHiII+yB,A9FAAA,ChCAZ,A+S5MN,CjL4MS,A9FAA,ChCAY,A8HA1B,A9FAA,A+Q5MF,CjLuMO,A9FAA,C8FKuB,A9FAA,CkP1K5B,CAAqB39B,ElR0KV,CWjIS4K,AuQzCpB,ClR0KkC,CkR1KRyxC,KvQyCP,EAAUtxC,CuQzCK,CAAC/K,GAAD,CvQyCf,AuQzCnB,EvQyCwC,AuQzCC,KAAKoL,MAAL,CAAYpL,GAAZ,CAAzC,EAA2D,OAA3D,EAAoEq8C,IrQ+C1D,IqQ/CV,CrQ+CiB,CqQ/C6D,KAAKjxC,MAAnF,woClR0KW,CArTD;Aa2LZ,AFNE,AFAmC,ATiInC,A4KGJ,A1DDA,AqDAA,ApCFE,ALAE,AzGCJ,A1BCA,AkJCA,AgBAA,AvHHE,ANAE,A8MCJ,ACCA,AFAA,A9KFA,AHqBIg+B,A7DlBJ,A6N1aA,AwFqWE,AiBzE0C,AtBjE1C,A5CoIC,AelGC,AjQ+xBH,I2ChmBGA,I3CgmBCzR,C2M5hCW,A3M4hCXA,CmSvrBC,EnSurBY,CJhvBT,Ab2HI,AmQxELmlB,CxPzDE9qB,AXiII,C4DqBC,CAAC0Q,A3CgmBM5G,CjBrnBT,AoTlEA,AnSurBK,CJhvBJnJ,Cb2HK,AiBqnBlB,GjBrnBY,A4DqBE,AwPvFGuqB,EpTkEM,A4DqBAve,C/ChJf,AFNY,CEMC79B,Ab2HT,EWjIW,AXiII,C4DqBb,C/ChJN,A+CgJL,C/ChJwBwwB,A+M5S5B,AwFqWa,CxFrW0B,AwFqWX0sB,AjDNzB,CAA0BnC,CxPzDD,AXiIf,Ca3HJ,AFNoBjsB,CEM3B,Ab2HkC,E4NvapC,EAAqD,EjNsS7B,AwPyDc,CxPzDDoC,AwPyDE1gB,GiDMjC,AjDNH,KiDM4C,GzS/DvB,AFkBFxQ,CElB4B,GFAX,GEAe,CAAC2uB,AyS+DrD,EAA0D,GzS/DpC,EAAsC,WAAtC,EAAmDwC,WAAnD,CAAgE,MAAI,CAACxC,KAArE,CAApB,usFXiIS,CAtTC;Aa4LZ,AJPqC,ATkInC,A4KGJ,A1DDA,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AgBAA,AvHHE,AwMCF,ACCA,AFAA,A9KFA,AHqBG,A7DlBH,A6N1aE,AwFqWC,AiB1EyC,AtB/D3C,A5CmIE,Ae1GD,AjQuyBDvD,IAAAA,CAAAA,CAAQyL,CkPhsBP,EvC5VO,EsDqPP,Ef0GO,EvC/VM,AwFqWL,CxFrWM,A3M4hCfzL,CkP7rBY,AelGJ,CfkGKywB,CnQwEK,AiBqnBGhlB,CjBrnBF,AoTlELq/B,AnSurBd9qC,E2M5hCc,C5NuaI,A4NvaV,E5NuagB,C4NvaC,E5NuaP,EAAW,EAAX,CoTlET,CpTkEwB,AoTlEJ,CjDNjB,IiDMsB6jC,AjDNA,CnQwEhB,EAAuB,EmQxEFlmD,CiDM9B,EAAiC,ExFrWzC,CuC+ViC,CAAa,CiDMA6sD,UjDNb,CiDMzB,AjDND,EiDMoD,AjDNC,KiDMInoD,EAAxD,EAA4D,KAAK2uC,SAAL,CAAec,cAA3E,CAAP,ouKpTkEgB,CAvTL;Aa8Lb,AFRG,AXkIA,A4KGJ,A1DDA,AqDAA,ApCFE,ALAE5U,AzGCJ,A1BCA,AkJCA,AgBAA,AvHHE,ANAEA,A8MCJ,ACCA,AFAA,A9KFA,AHqBC,A7DlBD,A6N1aC,AwFqWE,AiB3EyC,AlEqEzC3qC,AelGA,AjQ8xBmBk5B,GA1+Be,C6GsXjCyR,A9FAAA,Af7ZY,CAAhB,EmSyVE,CjDJC3qC,KiDMM,CzShECga,AXkII,AmQxEL,CnQwEM,A8HAA,A9FAA,AmOxELokC,CxP1DE,AmHkIIna,A9FAAA,EhCAF,AkR1KL,CvQwCM1Q,CXkIK,E8HAL,A9FAA,AkP1KFhvB,ClR0KC,C8HAU27B,A9FAAA,ChCAC,EAAX,EAAe,A8HAd,A9FAA,AmOxEZ,CxP1DuB,AmHkItB,A9FAA,AmOxEqBrK,CxP1DEjC,AuQxClB,IlR0KK,CmQxEX,CxP1DY,AXkIsB,AmQxEJwpB,CxP1DE77C,GAApB,CAAX,IwP0DsC,CAACsR,GAAxC,EAA6CuqC,SAA7C,yBelGkEld,KAA5D,QAAN,25BlR0KW,CAxTA;AWuLVlmB,AFFmC,AToInC,A4KGJ,A1DDA,AqDAA,AzCFG,AzGCH,A1BCA,AkJCA,AgBAA,A7HHG,A8MCH,ACCA,AFAA,A9KFA,AhEGA,A8NhbA,AuF2WG,AiB5EyC,AlEsEzC,AelGA,AjQ6xBmBkf,UNrvBlBlf,EAAE,CAACnZ,AXkIM,CAAC,CoTlEJ,EpTkEG,EAAM,CoTlEJ03D,EpTkEF,EAAW,EAAX,EAAe,CWlIxB,CAAqB,GySgEf,CpTkEG,AoTlEiB,EpTkEM,GWlIhC,AySgE+BjH,EzShEC,IySgE1B,EAAiC,KAAK2G,CzShEN,UySgEhC,EAAmD,KAAKnoD,EAAxD,EAA4D,IAA5D,CAAP,8fpTkEU,CAzTC;AWuL6B3D,AFFJ,ATqInC,A4KGJ,A1DDA,AqDAA,AzCFC,AzGCD,A1BCA,AkJCA,AgBAA,A7HHC,A8MCD,ACCA,AFAA,A9KFA,AHqBA,A7DlBA,AqTrEG,AlCxGD,StN+LOy+B,GjDxJkCz+B,KXmI1B,CAAC,CWnIgC,CAAE3K,CXmInC,EAAM,EWnI2B,CAAP,AXmI1B,C4DqBjB,C5DrB4B,A4DqBA0+B,E5DrBX,EAAe,C4DqBhC,EAAmC,G5DrBlB,EAAuB,2ZAAvB,CA1TH;AWuL8C,AFFrB,ATsInC,A4KGJ,A1DDA,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AgBAA,AvHHE,AwMCF,ACCA,AFAA,A9KFA,AHqBEA,A7DlBF,AqTrEE,AiBpEE,AlE8DF,EvM6FAA,IuErBIqQ,A7FAAA,CsBqBC,CAACjI,GjDzJJ,AwP4DG6V,ChIwEK,A7FAA,C3BpIkD,CXoIhD,CAAC,AmIAAje,A7FAAA,AsBqBb,EyQ3JS7xB,C1TEP,AFgBW9M,AToHD,A4DqBI,E5DrBE,AmIAA,A7FAA,C7BtImB,A0HsIlBwtC,A7FAAA,C6NxEnB,CnQwEY,A4DqBZ,AuM7FiBzoC,CkE9DD,CrUsIO,AqUtINwH,ErUsIL,AmQxEZ,CkE9DS,AlE8DcsvC,CnQwEI,AqUtILrvC,IlMsItB,A7FAA,EtCAY,EAAuB,AqUtI1B,AlE8DT,CkE9DE,64BrUsIU,CA3TA;AWwLViM,AFgBCjM,AToHD,A4KGJ,A1DDA,AqDAA,ApCFE4Y,ALAF,AzGCA,A1BCA,AkJCA,AgBAA,AvHHEA,ANAF,A8MCA,ACCA,AFAA,A9KFA,AHqBEuZ,A7DlBF,AsUzII,AlE8DF,EhIwEAvZ,A7FAAA,AsBqBAuZ,KuErBK,A7FAA,AsBqBA,CuErBC,A7FAA,AsBqBAyI,CkErBCiC,A9FAAA,CrBpIL5wB,EAAE,CAACnZ,CFgBFkN,CmDyIH,GAAgB,E5DrBE,CAAC,CSpHR,AmDyIX,CnDzIYzH,A0HoHP,A7FAA,CtCAa,CmIAKiqC,A7FAAA,CtCAC,CSpHrB,AqHoHL,A9FAA,CvBpHoB,AqHoHQrQ,A9FAAA,CrBpIxB,AXoIgB,CWpIK,CXoIM,AmIAxB,A7FAA,C6FAL,A7FAA,CtCAkB,AmI7CmB,AL6CvC,AxF7CuC,AN6CvC,CvBpHwB,A0HoHU,A7FAA,C7BpHTzN,AToHU,A8HAA,A9FAA,ErBpI/B,CFgBgB,CEhBc,AFgBJlxB,EToHV,CSpHA,CToHuB,CSpHR,KEhBA8mB,CFgBI,CAAC8I,GEhBN,EAAW,EFgBV,CAAae,OAAb,WAAyBU,KAAzB,SAAiCrxB,GAAjC,EAAf,EAAwDsL,IAAxD,CAA8D,YAAM,wwBToHpE,CA5TN;AWwLgCP,AFiBxC,AToHF,A4KGJ,A1DDA,AqDAA,AzCFE4zB,AzGCF,A1BCA,AkJCA,AgBAA,A7HHEA,A8MCF,ACCA,AFAA,A9KFA,AHqBEA,A7DlBF,AsUzIG,AlE+DF,ErIuECA,A9FAAA,A4BqBAA,KkErBK,A9FAA,A4BqBA,CkErBCoI,A9FAAA,A4BqBApmC,IjD1JsCoK,EiD0J5C,CkErBA,A9FAA,CvBpHI,EEjB8C,AmHqIlC,A9FAA,A4BqBA4zB,CjD1JoC7X,EXqIjC,CSpHX,AToHY,CSpHX8I,AqHoHT,A9FAA,A4BqBqB,CjD1J6B,AiD0J5ByX,CjD1JsB,AXqIzB,EAAM,GSpHrB,AToHe,CSpHFxW,CToHa,A4DqB9B,CsNhMS3tB,ClR2KU,EAAe,IkR3KlB,CzQuDZ,CToHe,EAAuB,QSpHVmuB,KAA5B,SAAoCrxB,GAApC,s6BToHe,CA7TP;AWwLgD,AFkBxD,AToHF,A4KGJ,A1DDA,AqDAA,ApCFE,ALAA2+B,AzGCF,A1BCA,AkJCA,AgBAA,AvHHE,ANAAA,A8MCF,ACCA,AFAA,A9KFA,AHqBEA,A7DlBF,A8NlbA,AqDoQE,EpJ2KAA,A9FAAA,A4BqBAA,IuErBIA,A7FAAA,CwFAC,A9FAA,A4BqBA,CkErBCyI,A9FAAA,A4BqBAC,CiKpcQ,ElNySZ,AwHsIO,A7FAA,C6FAC1mC,A7FAAA,C3BtIoD,CXsIlD,AkR3KR,CzQqDc,ATsHL,A8HAb,A9FAA,CvBtHG,AmD2IH,EjD3JE,AXsIU,AmIAR,ALAY,AxFAZ,ANAY,C4BqBC,C5DrBC,A4DqBlB,EkErBA,A9FAA,AkP3KWuC,ClR2KC,AmIAS,A7FAA,C6FAjB,A7FAA,CtCAmB,EAAX,AkR3KR,C/I2KsBy7B,A7FAAA,A8QnElB,CpTmEmB,E6N/a7B,CAAuC,C1F+aN,A7FAA,A4O3KV,C/I2KWh+B,A7FAAA,CtCApB,EAAuB,C6N/arC,E1F+a4B,A7FAA,AuL/ayB,CqDoQnD,E/I2KyCyG,A7FAAA,A4O3KV,C/I2KL,A7FAA,G6FAmBu3B,A7FAAA,K6FAK,A7FAA,C6FAC+F,A7FAAA,a6FAnD,A7FAA,E6FAkE,A7FAA,shBtCAtD,CA9TA;AWyLV,AFJmC,AT0InC,A4KGJ,A1DDA,AqDAA,ApCFIsK,ALAFrQ,AzGCF,A1BCA,AkJCA,AgBAA,AvHHIqQ,ANAFrQ,A8MCF,ACCA,AFAA,A9KFA,AHqBC,A7DlBD,A8NlbE,AuF2WQ,AiBnER,AnDpCC,EpJ2KDA,A9FAAA,EmGAEqQ,A7FAAA,GwFAG,A9FAA,C8FACruC,A9FAAA,CrB3IE,AkNpSD,ClNoSN,AwH2IO,A7FAA,G6FAG,A7FAA,A+RvIJmM,CrUuIK,A8HAZ,A9FAA,ChCAa,CkR3KN6/C,C/I2KL,A7FAA,CtCAU,A8HAIhuB,A9FAAA,C6L/aC,C7N+aC,A6N/aA,AwGwSJ,CAAC5zB,EnUjEZ+b,AFwMS,A8HAS,A9FAA,C8FACugB,A9FAAA,AkP3KP,ClR2KQ,C6N/aN,C7N+aL,A6N/aL,AwGwSA,AnDpCWnnC,CmDoCI,CrUuIK,CExMjBM,A2NvOkB,E/F+a5B,A9FAA,CkP3KwB,CAACiqB,ClR2Kb,EAAuB,CExMjBngB,EgR6BApK,CAAe,EAAfA,EAAmB,GhR7BT,EgR6Bc8rD,GrDpQ1C,GqDoQkB9rD,CAAjB,+CmDoCM,CAAP,0QrUuIY,CA/TA;AEuHgB,ASmE3B,AXsIC,A4KGJ,A1DDA,AqDAA,ApCFIklB,ALAFuZ,AzGCF,A1BCA,AkJCA,AgBAA,AvHHIvZ,ANAFuZ,A8MCF,ACCA,AFAA,A9KFA,AhEGA,A8NlbC,AwGwSC,AnDnCC,EpJ0KDA,A9FAAA,EmGAEvZ,A7FAAA,G3B7IK,AmH6IF,A9FAA,CrB7IL,AmH6IMiiB,A9FAAA,CmGAC,A7FAA,C6FAC,A7FAA,ItCAI,CAAC,C8HAb,A9FAA,CkP1KM2kB,ClR0KM,C8HAK,A9FAA,ChCAC,A8HAlB,A9FAA,GhCAY,AkR1KX,ElR0KsB,CkR1KR9rD,ClR0KH,EAAe,GkR1KN,CAACuqB,ElR0KV,EAAuB,CmIA5B,A7FAA,C4O1KQvqB,C/I0KuB8uC,A7FAAA,A4O1KR,EAAf9uC,EAAmB,E/I0K3B,A7FAA,C6FAL,A7FAA,E4O1KqC8rD,MAAxB9rD,EAAgCgD,KAAhChD,CAAd,yqClR0KW,CAhUA;AW2LZ,AFYE,AT0HA,A4KGJ,A1DDA,AqDAA,ApCFG,ALAF,AzGCD,A1BCA,AkJCA,AgBAA,AvHHG,ANAF,A8MCD,ACCA,AFAA,A9KFA,AHqBA,A7DlBA,A+NtbA,AsF8WE,GjLmBqC,A7FAA,C6FkDnC,A7FAA,KsBqBKinC,CwP1FH,MxP0FN,CAAiBzE,G5DrBG,CAAC,E4DqBrB,C5DrBoB,C4DqBK/E,C5DrBC,Ca7HjB39B,A+CkJT,E5DrBoB,A4DqBS,E5DrBE,Ca7HjB,Cb6HM,EAAe,MAAf,EAAuB,wBS1Hf,ssBT0HR,CAjUN;AEwHZ8mB,AW4EY,AFPb,AFU2B,AT2HxB,A4KGJ,A1DDA,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AgBAA,AvHHE,AwMCF,ACCA,AFAA,A9KFA,AHqBE,A7DlBF,AqTxEG,AlCrGA,MhRhCDA,A0D+NI6X,K1D/NC,A0D+NI,CwP1FFy3B,ElTrICtvC,A0D+NI4b,G5DrBG,CAAC,CE1MH,CAAC3zB,A0D+NI,C5DrBH,A4DqBI2yB,AwP1FH,EpTqEK,CoTrEF,ClTrIX,CAAY,AF0ML,EAAW,CE1MlB,AkTqIgB+a,ClTrIxB,AF0Me,EAAe,G4DqB9B,AwP1FmB,CAAYZ,EpTqEhB,EAAuB,KoTrEnB,CAAuB,AlCrGvB37C,MAAM,CAACY,IAAPZ,CkCqGA,AlCrGagD,CkCqG/B,IlCrGkBhD,CAAlB,qCAAuC,8ZlR0KzB,CAlUH;AS2MT,ATwHD,A4KGJ,A1DDA,AqDAA,AzCFA,AzGCA,A1BCA,AkJCA,AgBAA,A7HHA,A8MCA,ACCA,AFAA,A9KFA,AHqBE,A7DlBF,AmR9KQ,MtNgMF+mC,GkErBGE,A9FAAA,C4BqBC,C5DrBC,CAAC,C4DqBCxI,E5DrBF,C8HAX,A9FAA,ChCAiB,A8HAA+D,A9FAAA,C4BqBC,AsNhMJ1iC,CtNgMKinC,C5DrBR,CkR3KR,ClR2KmB,C8HAtB,A9FAA,A4BqBE,C5DrBS,C8HActJ,A9FAAA,A+Q9MX3X,C/S8MY,C8HA1B,A9FAA,E8FA6B,A9FAA,EqSxIhB,CrUwIF,EAAuB,C+S9MV,O7BmChB,qWlR2KG,CAnUG;AEuHgB,AW8E5B,AJhBqC,AT+InC,A4KGJ,A1DDA,AqDAA,AzCFE,AzGCF,A1BCA,AkJCA,AgBAA,A7HHE,A8MCF,ACCA,AFAA,A9KFA,AHqBE,A7DlBF,AqTzEG,AiBlED,AtBtEA,A7BmCE,MpJ2KE2Y,A9FAAA,A4BqBA0C,EAAE,GkErBG,A9FAA,A4BqBA1C,CwP3FJ,CvSzDE,AwTTA7xB,AtBtEAA,CjL8MK41B,A9FAAA,E4BqBE,CAAC0E,C/CpJHzU,Ab+HI,CAAC,AoTtELyjC,AlCrGL1J,CpJ2KW,A9FAA,AqSxIJ,AtBtEA,CjL8MKhrB,A9FAAA,AqSxIJ92B,AtBtEAA,C/S8MC,EAAM,A4DqBtB,C/CpJO,CAAa4T,Cb+HJ,CoTtEX,AiBlEE,AtBtEA,C/S8MoB,AqUxIH,CtBtExB,C/S8MgB,Ca/HT,CAAqBxe,Ab+HG,AoTtEL,AlCrGxB,CAAqBA,CpJ2KvB,A9FAA,CnB/HO,CqQ5CL,CrQ4C+BsL,Cb+HjB,AkR3KYqhD,ElR2KW,Ca/HhC,CAAgC,CuSyDtC,EAAsC,ClCrGH,CAAC3sD,GhRhCf,AgRgCc,CAAlC,CrQ4CsCC,CqQ5CG,EhRhChBgmB,EW4EY,CqQ5CS+lC,CrQ4CE,KqQ5CP,ChRlCf,AgRkC2BhsD,GAAZ,CAAzC,EAA2D,OAA3D,EAAoE2sD,QAApE,EAA8E,KAAKX,MAAnF,+xBlR2Kc,CApUJ;AEuHgB,AW+E3B,AJjBoC,ATgJnC,A4KGJ,A1DDA,AqDAA,ApCFE,ALAA,AzGCF,A1BCA,AkJCA,AgBAA,AvHHE,ANAA,A8MCF,ACCA,AFAA,A9KFA,AHsBE3iB,A7DnBF,AqTzEI,AiBnEwB+Y,AtBrE1B,A7BmCE,EtNiMF/Y,IuEtBI1K,ALAAsI,AxFAAtI,ANAAsI,EqSzIsBmb,EvMyIlB,A9FAA,CmGAC,A7FAA,C6FACjgB,A7FAAA,CwFACxD,A9FAAA,CoRtEL,CpTsEO,AqUzIoB,CrUyInB,CmIAV,A7FAA,A+RzI+B,CvMyInB,A9FAA,ChCAH,A8HAIsI,A9FAAA,AoRtEN0tB,CxP4FO,C5DtBC,AmIAAh2B,A7FAAA,AsBsBAA,EkEtBnB,A9FAA,ChCAa,CoTtEP,CpTsEkB,AmIAA,A7FAA,AsBsBN,CuEtBOuD,A7FAAA,AsBsBzB,C5DtBa,EAAe,AoTtEN,IjLsEtB,A7FAA,EtCAa,AmIAqB,A7FAA,EtCAE,KoTtElC,EAAmC,kQpTsExB,CArUD;AaqMsC,AJhBb,ATiJnC,A4KGJ,A1DDA,AqDAA,ApCFI8M,ALAF,AzGCF,A1BCA,AkJCA,AgBAA,AvHHIA,ANAF,A8MCF,ACCA,AFAA,A9KFA,AHuBE,A7DpBF,AqTzEKonB,AiBpEqB,AtBnEzB,I5K6MGpnB,A7FAAA,EwFAE3N,A9FAAA,A4BuBA1D,CyQjKG,CvM0ID,A9FAA,A4BuBN,AyQjKA,ElM0IQ,A7FAA,AsBuBAwL,CkEvBCxK,A9FAAA,ChCAC,AoTtEPy3B,CpTsEQ,AmIAA,A7FAA,GtCAD,A8HAI,A9FAA,C8FAChvB,A9FAAA,ChCAC,AmIAd,A7FAA,GtCAQ,AoTtEE,CxP6FQ,AwP7FP8mB,CpTsEQ,A4DuBAxrB,CkEvBrB,A9FAA,ChCAU,EAAe,E4DuBL,EAAS/D,AwP7F1B,CAAqB,CpTsEd,EAAuB,C4DuBb,EAAgBsI,IAAhB,AwP7FInkC,ExP6FkB66B,EAAtB,EAA0B0D,EAA1B,AwP7FY,CxP6FxB,C/CtJgB,A+CsJxB,KAAuD,C/CtJ3B,CAACvO,SAAL,CAAeT,MAFW,8sHbiIxC,CAtUE;AEuHgB,AW8EsB,AJhBb,ATkJnC,A4KGJ,A1DDA,AqDAA,ApCFIjN,ALAF,AzGCF,A1BCA,AkJCA,AgBAA,AvHHIA,ANAF,A8MCF,ACCA,AFAA,A9KFA,AHuBI,A7DpBJ,AqT1EkC,AiBnEhC,AnDlCC,I/I4KCA,A7FAAA,EwFAE,A9FAA,GmGAG,A7FAA,C6FAC,A7FAA,GwFAGic,A9FAAA,ChCAC,CAAC,A8HAT,A9FAA,EkP5KEurB,ClR4KM,EAAM,A8HAA,A9FAA,CoRvEkB9pD,EpTuExB,EAAW,EAAX,CmIAL,A7FAA,CtCAoB,AoTvEiB,CjLuEhBksC,ALA5B,AxFA4BA,ANA5B,AoRvE6C/G,EtLuEf,A9FAA,GhCAlB,AoTvEwB,AlCrGnC,C/I4KM,A7FAA,A8QvE6C,AlCrG1B,ClR4KS,AmIAjC,A7FAA,CwFAkC,A9FAA,EkP5KnC,EpJ4KuC9B,A9FAAA,qB8FAJ,A9FAA,E8FAN,A9FAA,qjDhCAlB,CAvUA;AEyHZ,AO4DqC,ATmJnC,A4KGJ,A1DDA,AqDAA,ApCFG,ALADkD,AzGCF,A1BCA,AkJCA,AgBAA,AvHHG,ANADA,A8MCF,ACCA,AFAA,A9KFA,AHuBI,A7DpBJ,AqT1EM96B,AlC9GJ,EpJqLA86B,A9FAAA,CmGHA,A7FAA,KsB0BM7G,CuEvBC,A7FAA,E4OrLP,E/IqLWwM,A7FAAA,GsBuBG,AwP9FVzgC,ClCrGG,ClR4KS,AoTvEV,CpTuEW,AmIAV,A7FAA,AsBuBU+6B,CkEvBC,A9FAA,AoRvEV,CjLuEW,ALAA3K,AxFAA,ANAAA,ChCAH,EAAM,E8HAJ,A9FAA,AoRvEN,CpTuEI,A8HAhB,A9FAA,AoRvEapwB,EpTuEc,A4DuBA,AwP/FyB,CxP+FxBowB,C5DvBZ,EAAe,E4DuBJ,CAAzB,G5DvBc,CmQ1EWkd,CnQ0EY,UmQ1ED,ejQrIC,+kIF+MvB,CAxUJ;AEyH2B,AW4EW,AboIhD,A4KGJ,A1DDA,AqDAA,ApCFIz2B,ALAF,AzGCF,A1BCA,AkJCA,AgBAA,AvHHIA,ANAF,A8MCF,ACCA,AFAA,A9KFA,AhEGA,A+NxbA,AsF8WM83B,AjDHJ,AelGC,I/I4KC93B,A7FAAA,EwFAEuY,A9FAAA,E8FAJ,A9FAA,CmGAO,A7FAA,AwLrbO,C3FqbN,ALAAwL,AxFAA,ANAAA,AmO1EJ,CAAC,CnQ0EK,CAAC,A8Nrbb,C5NqOa1hC,A4NpOX,E9NobU,AoTvENy1C,AjDHMrzC,CrC3WZ,C9NqbkB,AkR5KT,C/I4KA,A7FAA,AwLnbP,C3FmbE,A7FAA,CpChNqC,AFgN7B,C8HAU,A9FAA,A8LrbtB,AqC2WO,AelGM7G,ClR4KU,A8HAA0/B,A9FAAA,AmO1EH,CrCxWlB,C9NkbU,AoTvEG,EpTuEY,AoTvEV,EtLuEK,A9FAA,E8FAS/D,A9FAAA,AkP5KtB,ElR4KG,A8NlbV,AsF2WmB,CAACue,AjDHf,CnQ0E4B,AmQ1EjC,CrI0EoB,A9FAA,A8LlbC,CqCwWW,CrI0EIjW,A9FAAA,G8LrbtC,ChGqbsB,A9FAA,C8LlbM,AsFyW0B,CtLyEVtJ,A9FAAA,E8FAtB,A9FAA,E8FA0B0D,A9FAAA,E8FA1B,A9FAA,C8FAZ,A9FAA,C8FAR,A9FAA,K8FAuD,A9FAA,0BkP5KU1C,KAA1D,yCAA0DA,KAA1D,QAAN,s1FlR4KS,CAzUE;AauMX,AJKC,AT8HA,A4KGJ,A1DDA,AqDAA,ApCFIA,ALAA,AzGCJ,A1BCA,AkJCA,AgBAA,AvHHIA,ANAA,A8MCJ,ACCA,AFAA,A9KFA,AHuBI,A7DpBJ,A+NpbE,AsF0WIoxB,AjDHH,AelGA,I/I4KCpxB,A7FAAA,EwLjbE,CAAC,ClKwcC,CuEvBC,A7FAA,AsBuBA6D,CuEvBCN,A7FAAA,G6N1EF0a,CnQ0EM,CAAC,A8NjbA,CAAC,AsF0WVmT,C3SvDKjjD,A0H8HP,A7FAA,AsBuBI,C5DvBM,C8NjbC,C9NibK,AmIAA,A7FAA,AwLjblB,ClKwcmB,CAAC6xB,AkKxcA,AsF0WV,CpTuEE,CS9HI,A0H8Hd,A7FAA,A8QvEU,AjDHX,C1PpDgBpyB,AT8HM,EAAX,A4DuBa,AuMjGL,CxP9DZ,AFUC,AmDqJiBy6B,CnDrJJx6B,AT8HK,AqU3IlB,CjBoEO,CAACkqD,CjDHQ9Z,EvMiGnB,C5DvBM,ES9HH,AT8H0B,CS9HjC,AmDqJkC,CAACje,IuMjGjB,CvMiGsB,AuMjGL19B,CvMiGMimC,KuMjGvB,CAAyB,UvMiGvC,AuMjGwCtzB,CAAD,GtPzDE,A+C0JgB+qB,KAAK,CAAC2I,eAAnE,EAAoF,+tB5DvB1E,CA1UA;AE0HX,AW6E8C,AFLvC,AFWN,AT8HA,A4KGJ,A1DDA,AqDAA,ApCFI3I,ALAA,AzGCJ,A1BCA,AkJCA,AgBAA,AvHHIA,ANAA,A8MCJ,ACCA,AFAA,A9KFA,AHuBMmK,A7DpBN,A+NpbI,AsFsWkD,AiBjE3C,AlEiEoC,AejG7C,I/I4KEnK,A7FAAA,EsBuBEmK,EkEvBEtG,A9FAAA,CvBtJE,A0HsJD,A7FAA,C7BtJN,A0HsJOyE,A7FAAA,AwLjbA,I9NibI,AmIAV,A7FAA,AwLjbU,C5NgON,AFiNO,AoT3EuB,CvSzDxB38B,AiHoIE,A9FAA,AoR3EkB,CjL2EjB,A7FAA,AsBuBA,AuMlGqCsJ,CnQ2ExC,A4DuBI8uB,AuMlGqC,CjQtI3Cjc,A4HiNO6iB,A9FAAA,AmO3EqCh4B,CjQtI3C,AFiNO,CmIAhB,A7FAA,C6FHiB,A7FAA,A6NxEiC,CjQtItC,AFiNF,AmIAS,A7FAA,A6N3EqCuG,CjQtIzD,AW6E8C,A+C2JhC,AkKxcP,C9Nibe,A8NjbA,C5NgON4O,A0DwOOkY,C1DxON,AFiNN,EAAe,A8HAA,A9FAA,C9BjNN7X,A4HiNO6X,A9FAAA,C4BuBb,CAAX,EuMlGgD,CjQtI1B,AFiNd,A8HAe,A9FAA,C9BjNAh+B,A4HiNV,A9FAA,ChCAkB,G8HAG+hC,A9FAAA,CmO3EsCmZ,CjQtI3E,EAAkCp1B,CAAC,C4HiNQ,A9FAA,C9BjN3C,A4HiN4C+a,A9FAAA,E9BjNL,CiQsI6C,CAAC3pB,KrI2EpF,A9FAA,K8LjbM,CAAN,AqCsW0E,EAA/B,wnBnQ2EjC,CA3UA;AE4HV,AW4EAvN,AJMD,AT8HC,A4KGJ,A1DDA,AqDAA,AlJDA,A1BCA,AkJCA,AgBAA,AiFFA,ACCA,AFAA,A9KFA,AHuBK,A7DpBL,A+NpbG,AsFqW+B,AjDAa,GrCvW7C,IrN2RA,EqNzRO,AqCqWa,CAAnB,EtPxDCA,CJMK,AqNnTI,AsFqWR,CtFrWS,K9NibK,CapIP,AboIQ,CapIPjG,CiN7SS,C9NibH,A8NjbI,EjN6SnB,AboIqB,CapIN,AiN7SG,CAAb,C9NibU,C8NjbU,CjN6SzB,AboI0B,EapILrE,AboIN,EAAe,CapI9B,EAA0BC,GboIX,EapIf,AboIsC,uqBAAvB,CA5UL;AE6HV,AW4EA,AFNF,AFYC,AT8HC,A4KGJ,A1DDA,AqDAA,ApCFI,ALAA,AzGCJ,A1BCA,AkJCA,AgBAA,AvHHI,ANAA,A8MCJ,ACCA,AFAA,A9KFA,AhEGA,A+NpbI,AsFyWC,AiBrEH,AlEiEC,OAFD,ChI8EM0+B,ALAA,AxFAAA,ANAA,C8FAC6D,A9FAAA,C8LjbC,AuGoSJ,CjB+DF,EzS5DK,AwH0II,A7FAA,A6N5EJ,ChI4EK7hC,A7FAAA,AwLjbA,CrNmTJmM,CPlFF,AFgNQ,CAAC,A8HAT,A9FAA,AoRxEG,AiBrEE,C1TGCkkB,EX0IE,AmIAR,A7FAA,CwFAa,A9FAA,CrB1IZ,AFYQ,AT8HK,A8HAA2N,A9FAAA,AqS7IJ0gB,CnUnEH7+C,AOkFGuK,CqNnTR,CnNuSYO,AX0IN,AmIAS,A7FAA,AwLjbA,C3FibrB,A7FAA,CtCAuB,A8HAA,A9FAA,CmGACqzB,ALAAqI,AxFAArI,ANAAqI,C9BhNpB,ASsEC,AFYC,AT8HM,CW1IY,A0THtB,C5TeH,AT8H4B,EmIAE,A7FAA,CpChNP,AiIgNQwG,ALA1B,AxFA0BA,ANA1B,CqS7IuB,ErU6If,C8HAsB,A9FAA,ChCAC,A8HAA7O,A9FAAA,GrB1IL,ETtE9B,A4HgNwC,A9FAA,C8FACuI,A9FAAA,C9BhNP,AiIgNV,A7FAA,A+R7I1B,EAA0C,ClM6IK,A7FAA,I6FArB,A7FAA,C6FLP,A7FAA,C6FKkC,A7FAA,MwFA/C,A9FAA,A8LjbE,CAAN,GhGib6DvI,A9FAAA,K8FAK,A9FAA,C8FAC2I,A9FAAA,e8FAnE,A9FAA,E8FAoF,A9FAA,+rBhCAxE,CA7UF;AE8HT7/B,AWuE+C,AFDjD,AFYA,AT8HC,A4KGJ,A1DDA,AqDAA,AzCFMqhC,AzGCN,A1BCA,AkJCA,AgBAA,A7HHMA,A8MCN,ACCA,AFAA,A9KFA,AHuBI,A7DpBJ,A+NpbG,AsFyWEstB,AiBrEF,AlEiEAxd,MrI4EG9P,A9FAAA,E4BuBE7B,IAAJ,AwP/FCmvB,CiBrEG3Z,CnUnEHh1C,AFgNS,A4DuBA,CjDjKJ,AX0IK,E8HAE,A9FAA,ChCAH,A8HAIi7B,A9FAAA,CrB1IJ51B,A0THX,CrU6IiB,AqU7IL0tD,CnUnEH,AkTwIE,ClTxIDl7D,AkTwIE4uD,CpTwED,C8HAG,A9FAA,ChCAQ,CW1If,AmH0IgBvvB,A9FAAA,CrB1IH,AX0IT,EAAe,E8HAZ,A9FAA,AoRxEZ,AjDJSwd,CrI4ER,A9FAA,AoRxEoB,GpTwEZ,AmQ5EX,ExP9DqBvxC,AX0Ia,AqU7IlC,CnUnEE,AmUmE6B,CnUnEJkc,GkTwIJhkB,CiBrEa8W,CnUnEJ,ASsEZ,CTtEa6M,AgRmCC,ChRnCF,ASsEF1b,CTtE5B,AmUmEF,EnUnEqCvK,AmUmEK,CjBqEX,EzSlEX,EAAqB,A0THM6+C,CnUnE7C,EAA2C,KAA3C,AmUmEF,iBlEkEoCxD,SADpC,SAEC,oFAFD,EAGC,09BnQyEU,CA9UA;AE+HT,AWsE+C,AFAhD,AFYF,AT8HE,A4KGJ,A1DDA,AqDAA,ApCFI,ALAC,AzGCL,A1BCA,AkJCA,AgBAA,AvHHI,ANAC,A8MCL,ACCA,AFAA,A9KFA,AHuBM,A7DpBN,AqT5EkC,AiBnE/B,AlEmEE,AerGgC,S/I8K5B7N,A7FAAA,IpClNL,AmUsEIyO,C1TEEzqB,AwH0IN,A7FAA,A4O9KiBiB,C/I8KN0L,A7FAAA,IpChNJ,AmUoER,CrU4IiB,AmIAA,A7FAA,A+R5ILuiB,AnDlCsB,ClR8KhB,AmIAAxc,A7FAAA,A8QzEiB5hC,ElTvIvB,AiQuIG+4C,CnQyEE,CW1IC,CX0IK,CqU5IvB,C1TEqB,A0TFA,CrU4IJ,AoTzE0B,ClTvIxBr7C,AkTuIyBkrB,CpTyEhB,CmQ1E3B,CnQ0EgB,AoTzEkB,AiBnET9R,C1TED,AwH0IxB,A7FAA,C3B1IyBgW,AX0IM,AoTzED,ClTvInB,CmUoEZ,EAAgClE,EnUpEF,AFgNb,CW1II,A0TFrB,C1TEkCsG,AX0IM,MEhN5B,IAA8B,CSsErB,CAA0B,KTtEE1nB,CSsEE,CAACmlB,KAA/B,CTtEqB,CSsEiB,ITtEG,OSsEzC,EAAmDwC,CTtEhE,EAAkE,MgRkC/C,EvQoCN,CAAgE,EuQpCnD,IvQoCuD,CAACxC,KAArE,CAApB,4GX0IgB,CA/UN;AEgIThoB,AWqE+C,AJcnD,AT6HG,A4KGJ,A1DDA,AqDAA,AlJDA,A1BCA,AkJCA,AgBAA,AiFFA,ACCA,AFAA,A9KFA,AHuBMisC,A7DpBN,A+NrbE,AsFwWgC,AiBjE/B,AlEkEE,MvMgGCA,GkKzcG,GAAG,AuGuSH/U,CvGtSL,AsFuWC,ClTtIAl3B,E0DuOW,CAAC8hC,AyQlKH,ClEkED,EnQyEO,AqU3IH,CnUrEL,AFgNS,A8NjbT,C5NiOCjqC,A4NhOP,AuGqSH,ErU2IiB,EAAM,C4DuBV,E5DvBI,A4DuBSojC,E5DvBE,A8NhbhB,E9NgbK,C8NhbF,C9NgbiB,A4DuBnB,EAAqB/D,C1DvOhC,CAAyB7X,EFgNV,C4DuBJ,C5DvB2B,CEhNR,A0DuOS0b,C1DvOR/b,CAAD,CAA9B,EAAmC,G0DuOxB,EAAsC4a,EAAtC,AkKvcD,ClKucT,E1DvOmC1iC,A4NhOE,C5NgOH,EAAO,mB4NjOnC,EAEN,GAAG,GAAG,GAFA,CADA,EAKR,GALQ,CAAV,86C9NkbkB,CAhVN;AEiIR,AWoE8C,AFChD,AX2IA,A4KGJ,A1DDA,AqDAA,ApCFIggC,ALAA,AzGCJ,A1BCA,AkJCA,AgBAA,AvHHIA,ANAA,A8MCJ,ACCA,AFAA,A9KFA,AHuBM,A7DpBN,A+N/aC,AsFkWI,AiBjEFA,AlEkEG,AetGJ,I/I+KEA,A7FAAA,IwFAIsI,A9FAAA,AqS3ILtI,ClM2IM,A7FAA,C6FACsI,A7FAAA,EwFAN,A9FAA,CqS3II,C1TAExuB,AwH2IN,ALAU,AxFAV,ANAU,AqS3IL,CrU2IM,CW3IH,AX2II,CmIAC,A7FAA,A6NzEN,ExPlEIuZ,AX2IA,AqU3IDpY,CnUrEJ,CAACjb,AFgNU,CEhNT,AiIgNR,A7FAA,CpChNS6B,AiIuMQ,A7FAA,A+RlIb,CrU2IO,AmIAS,A7FAA,A+R3IrB,CtBrEWwlB,C/SgNY,CqU3IJ,CrU2IP,CEhNT,CSqEoB,AX2II,CEhNT,ASqEMsM,C0TAAmqB,GtBrEH,CpSqET,AX2IA,EW3IX,AX2IkC,AqU3IhB,CAAY9d,KAAZ,AnDpCFz+B,CmDoCqB,KAAK0Z,AnDpCpB,CAAC9Y,GmDoCL,CnDpCFZ,CmDoCgCe,AnDpCnB,KAAK+qD,CmDoChB,CAAsC,InDpCxC9rD,CAAlB,KmDoC2D20B,CAAD,gBlEiE/C,eerGkC,opClR+KhC,CAjVD;AEkIP,AWmE6C,AFEhDpc,AX2IA,A4KGJ,A1DDA,AqDAA,ApCFI,ALAE3O,AzGCN,A1BCA,AkJCA,AgBAA,AvHHI,ANAEA,A8MCN,ACCA,AFAA,A9KFA,AHuBK,A7DpBL,AqT7EI,AiBlEwD,AtBpE1D,A5CuII,AevGC,KtNmMH,CkEnBEA,A9FAAA,IrB3IF2O,CiDkKO,CjDlKL,CAACnZ,AmH2IM,A9FAA,A+QhNJwN,CjLgNKugB,A9FAAA,EhCAE,AkRhLHrtB,ClRgLI,AqU5IkD60B,CAAC,AlEmExD,CevGV,ClRgLc,A+ShNA,CAACjqB,C/SgNK,A8HAhB,A9FAA,C8FAiB2+B,A9FAAA,AqS5IkD,ErU4IzD,EAAW,C+ShNlB,CpSqEL,AX2IY,AqU5I6D,C1TCpD,A0TDqDkrB,AtBpE5E,C/SgN6B,E8HAzB,A9FAA,E8FA6B/xB,A9FAAA,EhCAnB,EW3IZ,AX2ImC,CqU5IqB,AnDpCrD,CvQqC6B,AmH2I9B,A9FAA,E8FAqC/D,A9FAAA,K8FArC,A9FAA,E8FA4C6D,A9FAAA,GrB3IR,KmH2IpC,A9FAA,E8FAsDnB,A9FAAA,E8FAtD,A9FAA,0ehCAU,CAlVF;AEmIP,AWuEJ,AFHwCz2B,AX4IvC,A4KGJ,A1DDA,AqDAA,AzCFK,AzGCL,A1BCA,AkJCA,AgBAA,A7HHK,A8MCL,ACCA,AFAA,A9KFA,AHuBM2+B,A7DpBN,AgO9cO,AqFiYJ,AiBnEyD,AtBnE1D,A5CoIW,AepGV,KpJ8KC,A9FAA,C4ByBEA,AmKleO,ClN6TJ,AuSuDP,CvSvDA,AuSoEE,CiBnEkB,CAAnB,CvM6IQ,A9FAA,CrB5IgC3+B,GySkEhCjM,CxPiGK,AmKleO,AqFiYnB,AlCtGKsB,CtNuMQyiC,CwPjGH,CzSlEoC,AX4I/B,A+N3cO,C/N2cN,CkRhLN,ElRgLK,A4DuBH,CmKlee,AmD2Rd,ClRgLQ,A4DuBA/D,AmKleO,G/N2cb,CkRhLGqtB,ClRgLQ,A4DuBd,E5DvBG,A4DuBaxpB,E5DvBE,A+N3cR,CAAgB,AmD2RzB,CAAYxiC,GAAZ,ClRgLE,A4DuBH,AmKleT,AmD2RJ,ElRgLuC,A4DuBAqhC,EAA1B,CAAV,oc5DvBa,CAnVL;Aa2MZ,AFJqD,AX6InD,A4KGJ,A1DDA,AqDAA,ApCFI,ALAEkI,AzGCN,A1BCA,AkJCA,AgBAA,AvHHI,ANAEA,A8MCN,ACCA,AFAA,A9KFA,AHuBK,A7DpBL,AiO5cA,AoF+XG,AiBnEA,AtBlEF,A5CgIG,MrI+EEA,A9FAAA,EmGAE,A7FAA,C6FAC5K,A7FAAA,A6NlFN,ExP3DC,EAAqD,AySmEjD8d,AiBnEAA,ClM6IM,A7FAA,CtCAC,AmIAAva,A7FAAA,CtCAC,A8HAA,A9FAA,C8FACQ,A9FAAA,CrB7Ib,CX6IW,AoT1EZ,AiBnEA,CjBmEYtd,AiBnEAuZ,CrU6IM,CmIAjB,A7FAA,CwFAY,A9FAA,ChCAD,AmIASv3B,A7FAAA,C6FAC,ALAAu3B,AxFAA,ANAAA,AoR1EtB,AiBnEA,CrU6IuB,AoT1ELljB,AiBnECkjB,ErU6IP,AmIAakQ,A7FAAA,EtCAE,A8HAd,A9FAA,CoR1Eb,AiBnEA,CvM6I6BrM,A9FAAA,AoR1EJ7jC,CAAzB,GpT0EY,EAAuB,E8HAtB,A9FAA,CmGAyB,A7FAA,C6FACmwC,ALAAzN,AxFAAyN,ANAAzN,E8FA1B,A9FAA,C8FAV,A9FAA,EmGAmC,A7FAA,E6FAQ1C,A7FAAA,K6FAR,A7FAA,C6FAjB,A7FAA,sQtCAT,CApVD;AEqIR,AWwEL,AFLGlmB,AX6IA,A4KGJ,A1DDA,AqDAA,ApCFG,ALAE,AzGCL,A1BCA,AkJCA,AgBAA,AvHHG,ANAE,A8MCL,ACCA,AFAA,A9KFA,AHuBG,A7DpBH,AqT7EG,AiBnEA,AlEqEA,AezGA,OmD4BD,G1TQEA,EAAE,AX6IM,CW7ILnZ,AX6IM,AqU7IJ,GrU6IG,AkRjLL,ElRiLW,EEhNNynB,CFgNA,AkRjLAslC,ElRiLW,EAAX,EAAe,AkRjLpB,CAAYQ,CvQoCf,CAAqB,GTnEA,AFgNb,EAAuB,CEhNP7lC,CSmExB,CTnE0B,CAACroB,ASmEG,CTnEF,CAAC6B,KgR+B1B,ChR/BuB,AgR+BQf,ChR/BV,CAAawnB,ASmENH,KAAD,AuQpC3B,EvQoCsC,MTnEjB,CAA4BtmB,AgR+BFP,KAA/C,ChR/BqB,EAAoC,EgR+BD,CAAC,CAA7D,ChR/BiE,CAACimB,AgR+BF,ShR/BvC,CAAtB,wrBFgNM,CArVE;AWwMgCnb,AX8I1C,A4KGJ,A1DDA,AqDAA,AzCFG,AzGCH,A1BCA,AkJCA,AgBAA,A7HHG,A8MCH,ACCA,AFAA,A9KFA,AHuBC,A7DpBD,AsUjJS,AlEsEP,AezGE,YvQmC0CA,EX8IhC,CAAC,GW9IqC,AX8ItC,AkRjLNkoB,CvQmC8CnM,CX8IlC,GAAN,CW9IsC,AuQnCtC,CvQmCgC,AX8IrB,EAAX,EAAe,AkRjLV,IAAf,ElRiLU,AkRjLW,ElRiLY,eqU7Ib,KAAK+yC,MADpB,kTrU8IK,CAtVA;AEuIR,ASiEwD,AX+I1D,A4KGJ,A1DDA,AqDAA,ApCFE,ALAD,AzGCD,A1BCA,AkJCA,AgBAA,AvHHE,ANAD,A8MCD,ACCA,AFAA,A9KFA,AhEGA,AqT7EE,AiBrEO,AlEwER,Ae1GI,M/IiLCn6B,A7FAAA,G6FAJ,A7FAA,C8Q1EI,CzSrEF,EAA4D,GX+IhD,CAAC,AoT1EJ,CzSrET,ETjEM3Y,AFgNM,CkRjLNnZ,ClRiLY,AoT1EJsvC,GpT0EF,EAAW,EAAX,EAAe,AoT1EzB,ElTtIiB,AgR+BlB,ChR/BmBh2B,AgR+BAlnB,EkCuGQ,CpT0EhB,AkRjLX,ElRiLkC,AkRjLV,ChR/BnB,EAAJ,EAA6B,AgR+BDgsD,GkCuGhC,EAA2C,ClCvGhB,CAAYhsD,GAAZ,CAAxB,qoBlRiLW,CAvVF;AEwIPsK,ASiEH,AX+IA,A4KGJ,A1DDA,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AgBAA,AvHHE,AwMCF,ACCA,AFAA,A9KFA,AHuBA,A7DpBA,AqT7EG,AlCzGC,M/ImLElD,A7FAAA,C6FAC,A7FAA,E3BpJG,AiD2KDmiC,CjD3KN,AwHoJO,A7FAA,C6FAR,A7FAA,EtCAW,AmIAA7J,A7FAAA,A8Q1EL+c,CpT0EM,CkRnLV,C/ImLY,A7FAA,CtCAH,CEhNNnyC,CFgNY,AmIAA2kC,A7FAAA,AsBuBnB,AwPjGG,CxPiGiBvM,AwPjGLj7B,ClCvGJ,ClRiLE,EAAW,EEhNT,AFgNF,A4DuBb,C1DvOgBpD,AiIgNW,A7FAA,A8Q1ExB,CpT0EyB,AmIAA+C,A7FAAA,AsBuBAu3B,CuEvBD,A7FAA,C8Q1ED1W,ClTtInB,AiIgNwB0W,A7FAAA,CpChNT5X,C0DuOtB,C5DvBa,AoT1EV,CxPiGgCyb,AwPjGH,CpT0EI,AmIAT,A7FAA,C6FAd,A7FAA,C6FAX,A7FAA,K6FAyC9C,A7FAAA,AsBuB3C,E1DvOmC,A0DuOU2B,C1DvOT7f,AiIgNU,A7FAA,CsBuB9C,E1DvOsB,AiIgN2B,A7FAA,AsBuBA,C1DvOR,CAAnB,CAAf,CiIgNoC,A7FAA,CpChNE7iB,CAAtC,SkTsIJ,EAA4Dw9C,IAA5D,CAAkE,MAAlE,0pBpT0EU,CAxVC;AEyIP,ASiEJ,AX+IC,A4KGJ,A1DDA,AqDAA,AzCFA,AzGCA,A1BCA,AkJCA,AgBAA,A7HHA,A8MCA,ACCA,AFAA,A9KFA,AHuBE,A7DpBF,AqT7EG,AiBvEM,AnDhCJ,MtNwMC,CjD7KG,AiD6KF3Z,CjD7KL,CmHsJO+G,A9FAAA,IhCAI,CAAC,C4DuBZ,AwPjGQ,ElTxIJ,AFkNO,A4DuBIC,E5DvBE,A8HAnB,A9FAA,C8FAoB9G,A9FAAA,AoR1ELu0B,ClCvGLjL,ClRiLG,CEhNA,CFgNW,EAAX,A8HAb,A9FAA,CkPjLK,ClRiLuB,A8HAArtB,A9FAAA,AkPjLX3+B,CtNwMY,CAAC0iC,CsNxMzB,EpJiLL,A9FAA,ChCAa,C8HAsBF,A9FAAA,AoR1EzB,AlCvGc,ClRiLY,A4DuBP,CwPjG1B,CxPiGmC7D,EsNxMTz7B,GpJiL7B,A9FAA,A4BuB6B,CAAZ,CkEvB4Bm+B,A9FAAA,AkPjLrB,CAAWrhC,CpJiLnC,A9FAA,E8FAiD,A9FAA,AkPjLzB,CAAnB,i9BlRiLQ,CAzVC;AE0IP,ASiEL,AX+IE,A4KGJ,A1DDA,AqDAA,ApCFE,ALAA,AzGCF,A1BCA,AkJCA,AgBAA,AvHHE,ANAA,A8MCF,ACCA,AFAA,A9KFA,AHuBE2+B,A7DpBF,AqT7EG,AiBvEA,AnDhCE,EtNwMHA,IuEvBIe,ALAA,AxFAAA,ANAA,C8FAC8C,A9FAAA,A4BuBA,AwPpGL,CxPoGMgF,CuEvBC,A7FAA,I8Q1EA,CjL0EK,A7FAA,CwFAZ,A9FAA,E8FAegC,A9FAAA,A4BuBf,AwPjGW,CpT0EK,AmIAhB,A7FAA,CtCAiB,CmIAC,A7FAA,C4OjLV57B,ClRiLQ,AoT1EAW,E3StDZ5B,ATgIkB,AoT1EX,GpT0EK,EAAW,A8HAA,A9FAA,AoR1EJ,CtL0EK+1B,A9FAAA,CvBhIH,ATgIT,EAAe,AkRjL5B,CAAmB1iC,EpJiLK,A9FAA,CkPjLxB,CpJiLiC2+B,A9FAAA,ChCApB,AoT1ET,AlCvGoB,ElRiLY,AoT1EJ,EtL0ER,A9FAA,C8FAZ,A9FAA,AkPjLiBz7B,KAAL,CAAWlD,GAAX,CAAxB,WmDgCgC,6pBrUiJnB,CA1VJ;AE2IP,AO+EoB,ATiIvB,A4KGJ,A1DDA,AqDAA,ApCFI2+B,ALAFA,AzGCF,A1BCA,AkJCA,AgBAA,AvHHIA,ANAFA,A8MCF,ACCA,AFAA,A9KFA,AHuBE0C,A7DpBF,AiO7cA,AoFgYG,AiBxEkC,AnD/BhC,EpJiLH1C,A9FAAA,A4BuBA0C,EuEvBE1C,A7FAAA,AsBuBA,GkEvBG,A9FAA,C8FAC6I,A9FAAA,CmGAC,A7FAA,A0L1cO,C7F0cNgG,A7FAAA,K8Q1EA,CpFhYV,AqGwTcqsB,CvMkJZ,A9FAA,AgMzcA,ChOycgB,CAAC,CoT1EJ3C,EpT0EG,AmIAd,A7FAA,A+RlJiC,CrGxTrC,ChO0cwB,CmIACv4B,A7FAAA,A0LxcvB,EhOwcgB,EAAW,CmIAC,A7FAA,A0L1c9B,ChO0ckB,AmIAah+B,A7FAAA,C0Lvc7B,ChOuc+B,ImIAR,A7FAA,C0LvcvB,ChOucgB,EAAuB,AmIAAg+B,A7FAAA,A0LvctB,AoF6XT,CpFhYV,AoFgYsC,EpF7XlB,E7Fuc0B,A7FAA,C6FAC+F,A7FAAA,A8Q1EJqrB,MAAjC,EAAyC,KjL0E/C,A7FAA,A8Q1EoD2G,WAA9C,EAA2D,KAAKnoD,EAAhE,EAAoE,KAAKkuC,MAAL,CAAYoC,OAAZ,CAAqB,uBAArB,CAApE,CAAP,0rBpT0Ee,CA3VJ;AE4IR,AFgNF,A4KGJ,A1DDA,AqDAA,ApCFIz3C,ALAFi6B,AzGCF,A1BCA,AkJCA,AgBAA,AvHHIj6B,ANAFi6B,A8MCF,ACCA,AFAA,A9KFA,AHuBE+H,A7DpBF,AiOzcE,AoF4XC,AlCvGC,EpJiLF/H,A9FAAA,A4BuBA+H,EuEvBEhiC,ALAA,AxFAAA,ANAA,CmGAC,A7FAA,E8Q5EI,CjL4ED,A7FAA,A0LtcA,C7FscJ,A7FAA,IsBuBS,AwPjGJ,CxPiGKs7B,AoK7dA,C9N0OT,CF4NW,CEhNR,AFgNS,AgOtcA,GhOscD,A4DuBH,E1DnPR,AF4NiB,A4DuBA/D,AoK7dA,CAAC,EhOscP,EAAW,A4DuBd,CAAX,C5DvBc,AgOtcd,EhOsc6B,MAAf,EAAuB,i9BAAvB,CA5VF;AE6IT,AO6EsB,ATmIvB,A4KGJ,A1DDA,AqDAA,ApCFG,ALADyK,AzGCF,A1BCA,AkJCA,AgBAA,AvHHG,ANADA,A8MCF,ACCA,AFAA,A9KFA,AHuBC,A7DpBD,AqT7EG,AiBzEC,AnD9BD,EpJiLDA,A9FAAA,A4ByBF,CuE5BE,A7FAA,M6FGO,A7FAA,C7BnII9X,GqHmIA,A9FAA,AoR1ELmrB,C3SzDmB,AqHmIb/Z,A9FAAA,EqSnJN,CAACm3B,EjByEN,CtL0EU,A9FAA,AoR1EEpyD,EpT0EO,A8HAAk3B,A9FAAA,ChCAC,AqUnJR,CAACiP,ErUmJM,C8HAT,A9FAA,AoR1EV,CvSjEO,Ab2IkB,A8HA1B,A9FAA,EoR1EwB3lB,AiBzElB,CrUmJc,EAAW,CoT1E9B,AiBzEuB,CrUmJJ,AoT1EU,AiBzEL4xC,ErUmJU,IqUnJJ,CAAC13B,CrUmJZ,EAAuB,EqUnJzC,EAAqC,ejByEtC,EAA4Dga,IAA5D,CAAkE,MAAlE,Q3SzDiB,KAAO,+0CTmIL,CA7VR;AE8IV,AWqEF,AJQA,ATmIE,A4KGJ,A1DDA,AqDAA,ApCFIxd,ALAH,AzGCD,A1BCA,AkJCA,AgBAA,AvHHIA,ANAH,A8MCD,ACCA,AFAA,A9KFA,AHyBA,A7DtBA,AiO1cE,AoF6XC,AiBzEEk7B,AnD9BH,EpJiLA,A9FAA,EmGAEl7B,A7FAAA,E0LvcE,G7FucG,A7FAA,C6FACh+B,A7FAAA,E0LvcR,CnN4TO,AJQA,CuNpUK,AqGoTTk5D,CjByEK,CjL0EN,A7FAA,EzB3IUlnC,AJQA3B,E0HmIM5pB,A7FAAA,A8Q1EL4vD,AiBzEJ,ClMmJP,A7FAA,A+RnJQzhC,C5TgBH,CTmIc,CAAC,Ca3If,AJQajqB,CIRAgnB,AwTRjB,AtB/DU4tB,C/SkNQ,ESnId,ATmIoB,CSnID,CIRnB,Cb2Ic,Ca3IrB,AuSiEQ,CpT0EwB,AoT1EJ,EpT0EP,C+SlNG,C/SkNY,CoT1EH6P,G3SzDD,ETmIX,CoT1Eb,CpT0EoC,CoT1EH,KAAK2G,WAAtC,EAAmD,UAAnD,EAA+D,KAAKja,MAAL,CAAYoC,OAAZ,CAAqB,uBAArB,CAA/D,CAAP,w6BpT0EoB,CA9VT;AE+IX,AWqED,AJQC,ATmIC,A4KGJ,A1DDA,AqDAA,ApCFIlgB,ALAJ,AzGCA,A1BCA,AkJCA,AgBAA,AvHHIA,ANAJ,A8MCA,ACCA,AFAA,A9KFA,AHyBA,A7DtBA,AiO1cI,AoF6XD,AiBzEE,AtB/DH,A7BkCD,I/IgLGA,A7FAAA,K6FAK,A7FAA,A0LvcA,C7FucCkP,A7FAAA,E7BnIHvc,CuNpUM,A+EqPJ,C/ErPK,EvNoUH,CuNpUO,ChOucA,A+SlNhB,C/SkNiB,CmIAf,A7FAA,C7BnIY,CTmIE,CmIAK,A7FAA,A0LvcC,ChOucA,AmIApB,A7FAA,C7BnID,CuNpUwB,CvNoUL,ATmIJ,AgOvcD,EhOucY,EAAX,CgOvcgB,ChOucD,AgOvc7B,AmC6XkB,EnC7Xe,CAAC,GhOucpB,AgOvcuB,EhOucA,IgOvcrC,EAA6C,EAAE,CAA/C,EAAkD,mjEhOucpC,CA/VJ;AEuHgB,AOsG1B,ATmIA,A4KGJ,A1DDA,AqDAA,ApCFG,ALAH,AzGCA,A1BCA,AkJCA,AgBAA,AvHHG,ANAH,A8MCA,ACCA,AFAA,A9KFA,AhEGA,AiO1cM,AoF6XJ,AiBzEE,AtB/DF,A5CwIA,YnC7XU,CmC6XH,I1PzDExkB,CTmIO,AmQ1EJ8vC,CnQ0EK,GAAD,ESnIA,ATmIM,AgOvcA,CvNoULhyC,ETmID,AgOvcS,EhOucE,AmQ1E3B,EnQ0EgB,CSnIP,CAAiB,ATmIK,CgOvcC,CAAC,CAAD,EAAI,CvNoUN,ATmId,AgOvcgB,CvNoUDglB,AuNpU3B,ChOucmC,MSnIb,CAAa5vB,GAAb,CAAkB2M,KAAlB,CAAjB,CAAP,8OTmIc,CAhWJ;AEuHgB,AOuG1B,ATmIA,A4KGJ,A1DDA,AqDAA,AlJDA,A1BCA,AkJCA,AgBAA,AiFFA,ACCA,AFAA,A9KFA,AhEGA,AiO1cM,AqG8SG,AtBxDR,A5CuIC,S1P3DC,GuNlUS,CAAC,EvNoUH,ATmIK,CAAC,AgOvcA,GhOucD,EAAM,GAAN,EAAW,EAAX,AgOvca,CAAC,ChOucC,KgOvcF,ChOucb,AgOvcT,EhOucgC,6iBAAvB,CAjWD;AEuHgB,AOwG1B,ATmIA,A4KGJ,A1DDA,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AgBAA,AvHHE,AwMCF,ACCA,AFAA,A9KFA,AHuBA,A7DpBA,AsU7JS,AlEiFR,MhIyEKgyB,A7FAAA,GsBuBG6K,EuEvBE,A7FAA,C6FAC7oC,A7FAAA,K7BnIDmM,C0HmIL,A7FAA,EtCAc,CAAC,A4DuBrB,CAAsB41B,CuEvBC,A7FAA,C7BnIL,ATmIE,AmIAlB,A7FAA,C7BnIiB93B,CTmIO,AmIAA,A7FAA,EsBuB1B,C5DvBoB,C4DuBU+zB,C5DvBC,CSnIpB,CAAiB,ATmIR,EAAe,A4DuBnC,EAAqC,EnD1JL,CAAC/O,CTmIb,EAAuB,ISnIf,CAAa5vB,GAAb,CAAkB2M,KAAlB,EAAyB4C,OAAzB,CAAkC,MAAI,CAAChB,EAAvC,EAA2C,EAA3C,CAAjB,CAAP,mUTmIgB,CAlWN;AEuHgB,AOyG1B,ATmIA,A4KGJ,A1DDA,AqDAA,ApCFI,ALAJ,AzGCA,A1BCA,AkJCA,AgBAA,AvHHI,ANAJ,A8MCA,ACCA,AFAA,A9KFA,AHuBE,A7DpBF,AiO3cM,AqG6SG,MzQkLHowB,GkEvBG6K,A9FAAA,CgMxcC,CpK+dC,AoK/dA,CpK+dC7oC,G5DvBG,CAAC,AgOxcA,CAAV,CpK+dA,C5DvBS,AgOxcI,EhOwcE,A8HArB,A9FAA,C8FAsB+hC,A9FAAA,C4BuBC,C5DvBR,A4DuBT,E5DvBoB,EAAX,A8HAf,A9FAA,A4BuB4B/D,E5DvBE,A8HAAA,A9FAAA,G4BuBG,AwPlGlB,CxPkGmBgI,CkEvBlC,A9FAA,ChCAe,C8HAsB,A9FAA,ChCAC,K4DuBpC,EAA2C,gxB5DvB9B,CAnWD;AEuHgB,AO0G3B,ATmIC,A4KGJ,A1DDA,AqDAA,ApCFI,ALAF,AzGCF,A1BCA,AkJCA,AgBAA,AvHHI,ANAF,A8MCF,ACCA,AFAA,A9KFA,AHuBIhI,A7DpBJ,AiO3cQ,AoF6XN,AiBjFO,IzQmLLA,EkEvBEA,A9FAAA,CvBzIG,CAAP,CmDgKO,CAACgI,CkEvBC,A9FAA,AoR3EJ8V,CtL2EK97C,A9FAAA,EgMxcE,GAAG,AoF6Xf,CtL2EI,A9FAA,AoR3EQ8G,CpT2EK,A4DuBf,C5DvBgB,AgOxcA,EpK+dE,C5DvBH,A8HAI,A9FAA,C8FAjB,A9FAA,ChCAmB,AgOxcA,AoF6XvB,CpF7XwB,CpK+dtB,AoK/dqB,ChOwcN,A8HASk3B,A9FAAA,AgMxcpB,AoF6XiB1W,EpT2EK,EAAX,AoT3EjB,CtL2E+B,A9FAA,AoR3EF,CpT2EG,A8HAA0e,A9FAAA,MhCAf,EAAuB,C8HAxC,A9FAA,E8FA2C,A9FAA,MoR3E3C,EAAiD6f,WAAjD,CAA8D,OAA9D,qjCpT2EiB,CApWL;AEgJZ,AOkFA,ATmIE,A4KGJ,A1DDA,AqDAA,ApCFI,ALAA7nB,AzGCJ,A1BCA,AkJCA,AgBAA,AvHHI,ANAAA,A8MCJ,ACCA,AFAA,A9KFA,AHuBI+D,A7DpBJ,AiO3cQ,AoF6XN,AiBlFO,IvM6JL/D,A9FAAA,A4BuBA+D,IuEvBI,A7FAA,A0LxcA,C7FwcC/D,ALAA,AxFAAA,ANAA,C8FACgI,A9FAAA,A4BuBA,CAAC58B,AwPlGJ0yC,EpF7XM,C7FwcC,A7FAA,A0LxcA,C7FwcCta,A7FAAA,AsBuBX,AoK/dS,CpK+dG,AoK/dR,CoF6XN,CAAY16B,CtL2EV,A9FAA,AgMxce,C7Fwcf,A7FAA,EtCAkB,AmIAAk3B,ALAA,AxFAAA,ANAA,ChCAC,A4DuBnB,CoK/doB,CAAC,AoF6XvB,CpT2EoB,AgOxcE,C7FwcG,ALAvB,AxFAuB,ANAvB,AgMxcI,ChOwcoB,AmIAA6O,A7FAAA,A8Q3EHvlB,GpT2EH,CoT3EpB,CpT2E+B,AoT3EF,EpT2ET,EAAe,GmIAf,A7FAA,GtCAA,AmIAqB,A7FAA,EtCAE,EmIAvB,A7FAA,C6FHI,A7FAA,C6FGuB,A7FAA,E8Q3E/C,EAAiDw+B,IAAjD,kNpT2EoB,CArWR;AEkJb,AOkFA,ATkIG,A4KGJ,A1DDA,AqDAA,AzCFI/jB,AzGCJ,A1BCA,AkJCA,AgBAA,A7HHIA,A8MCJ,ACCA,AFAA,A9KFA,AHuBG,A7DpBH,AiO3cQ,AoF6XNhkC,AiB7EC,IvMwJCgkC,A9FAAA,EoR3EFhkC,EpF7XM,ElGwcE,A9FAA,C8FACqL,A9FAAA,EgMxcE,CAAC,AoF6XJ,CtL2EN,A9FAA,AgMxcS,AoF6XFrC,CtL2EK,A9FAA,AgMxcR,GAAW,GhOwcG,AgOxcd,ChOwce,A8HAnB,A9FAA,GhCAkB,EAAM,AoT3E1B,CAAwB,EpT2EJ,EAAW,EAAX,EAAe,MAAf,EAAuB,CoT3E3C,EAA2CmG,SAA3C,GAAuD,EAAvD,4MpT2EoB,CAtWR;AAuWV,A4KGJ,A1DDA,AqDAA,ApCFI,ALAD,AzGCH,A1BCA,AkJCA,AgBAA,AvHHI,ANAD,A8MCH,ACCA,AFAA,A9KFA,AHuBC,A7DpBD,AiO3cO,AoF6XL,ExPoGF,MuEzBQihC,A7FAAA,K6FAK,A7FAA,A8Q3EJhiC,IpT2EQ,CAAC,AmIAA1F,A7FAAA,C6FAV,A7FAA,C8Q3EQ,CpT2EC,AoT3EAwD,EpT2EM,AmIAA+zB,A7FAAA,GtCAN,EAAW,AmIAA,A7FAA,A8Q3EnB,CjL2EoBwD,A7FAAA,CtCAZ,AoT3Ef,EpT2E8B,EmIA5B,A7FAA,C4OlLS2qB,C/IkLuB/d,A7FAAA,EtCAnB,EAAuB,GkRlLnBvmB,I/IkL0B,A7FAA,C6FAC,A7FAA,I6FAD,A7FAA,C6FAX,A7FAA,A4OlLLukC,UAAUC,UAAUC,WAAWC,WAAW,6oBlRkLxD,CAvWH;AAwWV,A4KGJ,A1DDA,AqDAA,ApCFG,ALAF,AzGCD,A1BCA,AkJCA,AgBAA,AvHHG,ANAF,A8MCD,ACCA,AFAA,A9KFA,AhEGA,AiO3cK,AoF6XH,AiB7EA,AnD1BA,EpJkLA,A9FAA,WqSxJOpgD,InD1BAA,ClRkLS,CAAC,CqUxJH,CAAClC,CrUwJC,EAAM,AkRlLR,CAACA,ElRkLC,CqUxJT,CrUwJoB,CqUxJ3B,CrUwJgB,CkRlLTkC,ClRkLwB,CkRlL/B,KlRkLgB,EAAuB,6sBAAvB,CAxWJ;AAyWV,A4KGJ,A1DDA,AqDAA,AlJDA,A1BCA,AkJCA,AgBAA,AiFFA,ACCA,AFAA,A9KFA,AhEGA,AiO3cG,AqGgTD,AnD1BA,alRkLW,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,8tBAAvB,CAzWC;AA0WV,A4KGJ,A1DDA,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AgBAA,AvHHE,AwMCF,ACCA,AFAA,A9KFA,AHuBA,A7DpBA,MoIHM4yB,A7FAAA,G6FAG,A7FAA,AsBuBAoJ,KuEvBK,A7FAA,I6FAZ,A7FAA,EtCAkB,AmIAA,A7FAA,AsBuBpB,C5DvBqB,A4DuBApG,G5DvBD,CmIAK34B,A7FAAA,CtCAC,C4DuB1B,E5DvBoB,AmIAA,A7FAA,AsBuBS40B,CuEvBC,A7FAA,CtCAC,EAAX,C4DuBpB,C5DvBmC,CmIAf,A7FAA,AsBuBgB,EuEvBEe,A7FAAA,GtCAlB,AmIAA,A7FAA,EtCAuB,+uBAAvB,CA1WN;AA2WV,A4KGJ,A1DDA,AqDAA,ApCFE,ALAF,AzGCA,A1BCA,AkJCA,AgBAA,AvHHE,ANAF,A8MCA,ACCA,AFAA,A9KFA,AHuBEf,A7DpBF,AiO5cE,EpKgeAA,KAAK,CAACuI,CuEvBCxH,ALAAoJ,AxFAApJ,ANAAoJ,AgMzcA,G7FycP,A7FAA,E0LzcA,MhOyckB,A8HApB,A9FAA,ChCAqB,A8HAApG,A9FAAA,GhCAD,A4DuBlB,E5DvBwB,C8HA1B,A9FAA,A4BuB2B,E5DvBP,A8HAS/D,A9FAAA,AoR5ElB,EpT4EoB,A4DuB7B,CmP3OmBuhB,C/SoND,C8HApB,A9FAA,ChCAmC,C8HAC,A9FAA,KhCAhB,EAAuB,A+SpNX,wmB/SoNZ,CA3WN;AA4WV,A4KGJ,A1DDA,AqDAA,ApCFC,ALACvhB,AzGCF,A1BCA,AkJCA,AgBAA,AvHHC,ANACA,A8MCF,ACCA,AFAA,A9KFA,AHuBE,A7DpBF,AiO5cC,AoF6XC,ALxIA,C5KuHF,A7FAA,CwF6FEA,A9FAAA,I4BuBI6B,CkEvBC,A9FAA,C8FAC0G,A9FAAA,G4BuBG,EmP3OF,CnP2OKvI,ImP3OZ,CnP2OiB,C5DvBC,A4DuBA2I,C5DvBC,GAAD,A8HAlB,A9FAA,EhCAwB,C8HAC,A9FAA,EhCAP,CmQ5ED/4B,CnQ4EY,A8HA7B,A9FAA,AkPnLOu+C,CmD0BK,CrUyJM,CmQ5EG,CnQ4EY,A4DuBjC,IsN1MetkC,ElRmLG,EAAuB,MkRnLhBukC,UAAUC,UAAUC,WAAWC,WAAW,q+ClRmLjD,CA5WN;AA6WV,A4KGJ,A1DDA,AqDAA,AzCFE,AzGCF,A1BCA,AkJCA,AgBAA,A7HHE,A8MCF,ACCA,AFAA,A9KFA,AhEGA,AkOpeA,AmFqZE,AiB7EA,AtB3DA,A5CwIA,AevGA,MpJmLI1sB,A9FAAA,IoR5EA,AjDAEuc,CrI4EG,A9FAA,EqSzJFjwC,CrUyJK,A8HAA6xB,A9FAAA,ChCAC,AoT5EJg4B,ElCvGF7pD,ClRmLK,AoT5ER,CtL4Ea,A9FAA,ChCAC,A8HAAw6B,A9FAAA,AqSzJJ,CAAC18B,ClE6EG,CnQ4EN,AoT5EK,ClCvGH,ClRmLS,AmQ5EF2D,AevGN3D,ElRmLH,AoT5EZ,AjDAuB,CkE7EhB,AlE6EiBiN,CnQ4EG,AoT5EJ,AiB7EC,GnD1BjB/K,EAAP,ClRmLY,A8HAZ,A9FAA,EhCAmC,EmQ5Ed,EAArB,sGnQ4EY,CA7WA;AA8WV,A4KGJ,A1DDA,AqDAA,ApCFA,A9GCA,A1BCA,AkJCA,AgBAA,AvHHA,AwMCA,ACCA,AFAA,A9KFA,AHuBE,A7DpBF,AqT/EG,AiB9EyBs1C,AtBzD3B,A5CwIC,AexGA,MtN0MI1f,EyQjLsB0f,ClM0JnBhU,A7FAAA,GsBuBG,CAAChG,AuMlGJ,CnQ2EK,CAAC,AqU1JoB,EAAE,CrU0JvB,AmQ3EAwT,ChI2Ed,A7FAA,CtCAoB,AmIAAlZ,A7FAAA,AsBuBd,CyQjLoB,ErU0JZ,C4DuBUlC,C5DvBC,CmIAzB,A7FAA,CtCAc,CmIAc7B,A7FAAA,A6N3EnB,CnQ2EoB,A4DuBvB,EuMlGsB1W,EhI2E5B,A7FAA,AsBuBiCuY,E5DvBnB,AmIAqB,A7FAA,A6N3E1B,CAAyB,CnQ2EG,C4DuBC,CAAC37B,IAArC,EAA2C,CuMlGV+O,CAAD,ulCnQ2EpB,CA9WA;AA+WV,A4KGJ,A1DDA,AqDAA,ApCFEwR,ALAA,AzGCF,A1BCA,AkJCA,AgBAA,AvHHEA,ANAA,A8MCF,ACCA,AFAA,A9KFA,AHuBI,A7DpBJ,AqT/EG,AiB/EwC0D,AlE+ET,EhI4EhC1D,A7FAAA,IwFAIsd,A9FAAA,CmGAC,A7FAA,C6FAC,A7FAA,A+R3JmC5Z,IvM2J/B,A9FAA,AoR5EL,AiB/EwC,CvM2JlCsf,A9FAAA,CqS3JoC,ClE+ERx0B,CnQ4EzB,AmQ5E0B,CnQ4EzB,AoT5EL6oC,AjDA+BnrC,GnQ4E3B,AmIAT,ALAD,AxFAC,ANAD,AmO5EmC,ChI4EvC,A7FAA,CtCAoB,CoT5Ef,CtL4EiBkvB,A9FAAA,AoR5EL/4B,CpT4EH,AmQ5EmCs1C,EjQ3I1C/2B,AOkFY,ATqIM,EAAX,A8HAV,A9FAA,EhCAyB,AoT5ExB,EtL4E0Bwa,A9FAAA,CoR5EHvY,GlT3IX,AFuNH,AmQ5EkB,CrI4EI,A9FAA,AoR5E/B,CpT4EgC,A8HAApjB,A9FAAA,AoR5EH,ItL4ElC,A9FAA,E8FA2C,A9FAA,uBoR5EtC,EAA4DywD,QAA5D,CAAsE,KAAtE,CAAJ,EAAkF,iQpT4ErE,CA/WF;AEyJZ,AOiFmB,ATsIjB,A4KGJ,A1DDA,AqDAA,ApCFE,ALAE,AzGCJ,A1BCA,AkJCA,AgBAA,AvHHE,ANAE,A8MCJ,ACCA,AFAA,A9KFA,AHuBI,A7DpBJ,AqT/EI,AiBhFsB,AlE+EQ,MhI6E5B32B,A7FAAA,C+R5JG,AlE+EA,CvMoGD8K,AyQnLN,AlE+EA,CvMoGO,C1D9OH,CiIuNK,A7FAA,C6FACtH,A7FAAA,AsBuBAxD,G1D9ODh+B,EiIuNT,A7FAA,AsBuBe,CAAC8mC,CuEvBC,A7FAA,CtCAC,CEvNd,AFuNe,GEvND,AFuNA,CEvNlB,CFuNwB,CEvNH,EFuNH,EAAW,EAAX,EAAe,G4DuB/B,G5DvBgB,EAAuB,yeAAvB,CAhXN;AE0JX,AFuNC,A4KGJ,A1DDA,AqDAA,AzCFI,AzGCJ,A1BCA,AkJCA,AgBAA,A7HHI,A8MCJ,ACCA,AFAA,A9KFA,AHuBI,A7DpBJ,AqT/EI,AiBhFF,AlE+EA,QrI6EMgC,A9FAAA,A4BuBAC,CkEvBC,A9FAA,G8FAG/K,A9FAAA,E4BuBE,C1D9OJ,AkT2ID8d,EtL4EQ,A9FAA,A4BuBA,CkEvBChV,A9FAAA,C9BvNJ1hB,AFuNK,CAAC,C4DuBC/hB,AwPnGjB,ClT3IM,AkT2IMyD,ClT3IG,AFuNA,EAAM,C4DuBR,CAAUgiC,C1D9OHxjB,AFuNL,A4DuBF,CAAb,AwPnGA,CpT4E0B,EAAX,AoT5EQgC,EpT4EO,AkRpLtB6kC,EkCwGR,CAA6B,ClT3Id,A4HuNf,A9FAA,C9BvN+B,CAAhB,AFuNA,EEvNmBplD,AFuNI,AkRpLtB8gB,UAAUukC,GhRnCX,CAAkC/mC,MgRmCbgnC,EhRnCrB,CAAT,CAAP,MgRmC+CC,IkCwG9C,EAAsEhkC,IAAtE,ClCxGyDikC,EkCwGqB1uC,MAA9E,GlCxGoE,gXlRoLrD,CAjXL;AE2JX,AO+EkB,ATwIjB,A4KGJ,A1DDA,AqDAA,ApCFE,ALAE,AzGCJ,A1BCA,AkJCA,AgBAA,AvHHE,ANAE,A8MCJ,ACCA,AFAA,A9KFA,AHuBI,A7DpBJ,AqT/EI,AjDAH,AexGC,M/IoLImgB,A7FAAA,EwFAE+K,A9FAAA,A4BuBAC,EnD/JDrY,C0HwII,A7FAA,C6FACyc,A7FAAA,E7BxIS,AqHwIP,A9FAA,A4BuBA,GkEvBG,A9FAA,A4BuBApP,AwPnGN7xB,AlCxGFA,E/IoLP,A7FAA,E6FAmB,ALAA9I,AxFAA,ANAAA,C4BuBC,CAAC0jC,CwPnGL,AlCxGF,CkCwGG98B,AlCxGFA,ClRoLS,A8HAT,A9FAA,ChCAU,A8HAA6+B,A9FAAA,C8FAV,A9FAA,C8FAb,A9FAA,ChCAsB,EAAM,AoT5ErB,AlCxGF38B,EkCwGL,AlCxGF,ClRoLwB,EAAW,EAAX,EAAe,A4DuBrC,M5DvBsB,EAAuB,oCSxInC,KAAO,odTwIK,CAlXZ;AS2OZ,ATwIE,A4KGJ,A1DDA,AqDAA,ApCFI,ALAA,AzGCJ,A1BCA,AkJCA,AgBAA,AvHHI,ANAA,A8MCJ,ACCA,AFAA,A9KFA,AHuBI68B,A7DpBJ,AqT/EI,AlCxGF,ItN2MEA,IuEvBI1E,ALAA0E,AxFAA1E,ANAA0E,CoRhFL,CxPuGO,CAACnJ,EnD/JF,A0HwII,A7FAA,CwFAC,A9FAA,CoR5EJ,CjL4EM7B,A7FAAA,AsBuBZ,CkEvBaA,A9FAAA,CvBxIH3N,CTwIK,A4DuBAwP,C5DvBC,CmIAC,A7FAA,C7BxIZ,A0HwIauN,ALAA,AxFAAA,ANAA,ChCAH,A8HAIrG,A9FAAA,C4BuBnB,CnD/JkBp8B,ATwIG,GAAN,CSxIV,A0HwIO,A7FAA,C7BxIY,ATwIE,AmIAAmJ,A7FAAA,EtCAX,CmIAH,A7FAA,CtCAkB,CmIA9B,A7FAA,KtCAe,C8HAf,A9FAA,CvBxI8B,ATwIQ,kUAAvB,CAnXL;AE6JZ,AO+EC,ATwIC,A4KGJ,A1DDA,AqDAA,AzCFIk1B,AzGCJ,A1BCA,AkJCA,AgBAA,A7HHIA,A8MCJ,ACCA,AFAA,A9KFA,AHwBI,A7DrBJ,AqT/EI,ItL4EAA,A9FAAA,I4BwBIrL,EkExBE,A9FAA,C8FACkC,A9FAAA,E9BvNF,A0D+OI,C5DxBC,CSxIJ1zB,ATwIK,C8HAX,A9FAA,A4BwBY,C1D/OHiZ,A0D+OT,C5DxBU,C8HAKya,A9FAAA,C9BvNV,AFuNW,CEvNF,CO+ED,CAAC51B,ATwIJ,C8HAV,A9FAA,C9BvNK,AFuNgB,CEvNvB,CFuNY,EAAe,CSxInB,CAAiB1K,ITwIb,ESxImB,ATwII,CSxIHY,IAAP,CAAa,MAAI,CAAC8uB,OAAlB,EAA2B3uB,MAA3B,CAAmC,UAACjB,GAAD,EAAS,sjDTwIzD,CApXA;AE8JZ,AO+EE,ATwIA,A4KGJ,A1DDA,AqDAA,ApCFI,ALAA,AzGCJ,A1BCA,AkJCA,AgBAA,AvHHI,ANAA,A8MCJ,ACCA,AFAA,A9KFA,AHwBI,A7DrBJ,AqT/EI,EiB9ZsBw0D,MlM0elBvvB,ALAA3G,AxFAA2G,ANAA3G,A4BwBAsL,I5DxBI,CAAC,AmIAA,ALAA,AxFAA,ANAA,GhCAD,A8HAI,A9FAA,CvBxIL5pC,A0HwIMilC,ALAb,AxFAaA,ANAb,ChCAc,A4DwBA,EnDhKJ,CAACxlC,ATwIH,A4DwBS,CuExBC,A7FAA,CtCAC,AmIAAkB,A7FAAA,EtCAX,A4DwBR,E5DxBuB,CSxIhB,CAAa,A0HwIpB,A7FAA,E6FA2B,A7FAA,EtCAnB,ESxIgB,ATwIO,CSxIN4N,EAAlB,MAA0B,CAAjC,irCTwIQ,CArXE;AEgKb,AO8EG,ATwIA,A4KGJ,A1DDA,AqDAA,ApCFMowB,ALAF,AzGCJ,A1BCA,AkJCA,AgBAA,AvHHMA,ANAF,A8MCJ,ACCA,AFAA,A9KFA,AhEGA,AkOteA,AmFuZI,MjL4EEA,A7FAAA,EwFAEiL,A9FAAA,CvB1ImB,AwNzVX,ExN2VVziC,A0HwIK,A7FAA,C6FACuiC,A7FAAA,CtCAC,CS1Ic,AT0Ib,AoT5EN,C3S5DG,AwN3VX,CACE,CjOkeW,CmIAP,ALAY,AxFAZ,ANAY,ChCAC,AmIAA3kC,A7FAAA,A8Q5EN03C,EtL4EQ,A9FAA,ChCAR,AiOneb,C9FmeM,A7FAA,CtCAkB,AmIAAxX,A7FAAA,A2LjetB,CxNyVUjlC,AqHwIR,A9FAA,AoR5EI,CpT4EK,AoT5EOkhD,E3S5DT,ATwIiB,CmIAtB,A7FAA,C7BxIc,G2S4DZ,CpT4EK,AiOneb,AmFuZ6B,EpT4EO,AiOhelC,EiD2Sc14B,CkCyGR,EAA4B7nB,KnFvZpC,CmFuZQ,CnFpZY,AiD2SMosD,EkCyGmB,CAAzC,EAA4C,KlCzGZC,UAAUC,WAAWC,WAAW,64ClRqLvD,CAtXC;AS+OV,ATwIA,A4KGJ,A1DDA,AqDAA,ApCFMvuB,A9GCN,A1BCA,AkJCA,AgBAA,AvHHMA,AwMCN,ACCA,AFAA,A9KFA,AHuBI,A7DpBJ,AkOleE,AmFmZG,AlCzGH,M/IqLIA,A7FAAA,A2L9dF,K9F8dO,A7FAA,AsBuBA6B,CuEvBC7/B,A7FAAA,E7BxIJ2wB,CTwIO,CAAC,A4DuBZ,AqKrfU,CmFkZJmrB,AlCzGD3vC,CzQ6CG,A0HwIN,A7FAA,AsBuBY,C5DvBH,AiO9dE,CAAb,CjO8diB,CmIAC6xB,A7FAAA,C7BxIL,A2S4DZ,CpT4EU,AiO7dX,AmFiZal3B,AlCzGD,CAACmD,ClRqLS,CSxItB,A0HwIuB,A7FAA,CtCAZ,AmIAak6B,A7FAAA,C7BxIL,CTwIO,CoT5EzB,ClCzGIh4B,EjDxSK,AmFiZcmb,AlCzG1B,ElRqLa,CiO7dE,CjO6dqB,AmIAhB,A7FAA,A8Q5EjB,CAA6B,EjL4EO,A7FAA,C6FAnB,A7FAA,G6FAuBgd,A7FAAA,E2L7dlB,CAAC,E9F6dsB,A7FAA,C6FACtkC,A7FAAA,G2L9d/C,G9F8dE,A7FAA,C2L5dF,CAAC,QAAQ,CAAC,AmFgZT,EAA4DulD,QnFhZpD,AmFgZR,CnFnZH,AmFmZyE,EnF/YvE,GmF+YC,miCpT4EU,CAvXD;ASgPT,ATwID,A4KGJ,A1DDA,AqDAA,ApCFK,ALAD,AzGCJ,A1BCA,AkJCA,AgBAA,AvHHK,ANAD,A8MCJ,ACCA,AFAA,A9KFA,AHuBMxc,A7DpBN,AkO9dI,AmF+YC,AiBpFLuwB,AnDrBE,ImDqBE,CAAC1rD,CzQuLCm7B,CyQvLN,GpG3TU,AoG2TA,CvMgKClJ,A9FAAA,C4BuBC,CAAClC,CqKlfC,EnG2dV,A9FAA,AqShKJ,CrUgKiB,AoT5EPme,CpT4EQ,A8HAA,A9FAA,A4BuBN,CnD/JAz8C,AmD+JN,E5DvBW,CSxIZ,AmD+JiBwgC,C5DvBC,AoT5ElB,CnF/YK,AmF+YO/4B,CnF9YX,CjO0dW,C4DuBX,C5DvBsB,EAAX,CoT5EZ,CpT4E2B,EoT5EJwgB,IpT4EX,AoT5EZ,CAA6B,CpT4EM,yBoT5EnC,EAAyDvG,IAAzD,CAA+D,KAAK+6B,MAAL,CAAYyE,OAAZ,CAAqB,EnF/Y/E,CAAN,EmF+YgE,EAA4Bx1B,GAA5B,EAA/D,q6BpT4EY,CAxXH;ASiPT,ATwID,A4KGJ,A1DDA,AqDAA,ApCFG,ALAGge,AzGCN,A1BCA,AkJCA,AgBAA,AvHHG,ANAGA,A8MCN,ACCA,AFAA,A9KFA,AHuBM,A7DpBN,AkO5dG,AmF6YE,MtL4ECA,A9FAAA,I4BuBI,CnDjKN,AmDiKOlJ,CkEvBC,A9FAA,C8FAClC,A9FAAA,EqS/JE27B,CrU+JC,A4DuBA,CnD/JL,ATwIM,A4DuBAvxB,CkEvBL,A9FAA,C8FAN,A9FAA,AoR5EM57B,CpT4EI,EAAM,A8HAA0zB,A9FAAA,A4BuBhB,EAAkBoJ,C5DvBR,CoT5EG,CpT4EQ,A8HArB,A9FAA,AoR5Ech/B,EpT4EJ,EAAe,C+StNVs1C,EnP6Oa,AwPnGtB,EAAP,CpT4EW,A4DuBqB,E5DvBE,G4DuBf,CmP7OQ,sS/SsNhB,CAzXF;ASkPT,ATwID,A4KGJ,A1DDA,AqDAA,AzCFM,AzGCN,A1BCA,AkJCA,AgBAA,A7HHM,A8MCN,ACCA,AFAA,A9KFA,AHuBM1f,A7DpBN,AqT/EK,AL1IH,MnP6OIA,IkEvBI,A9FAA,C8FACA,A9FAAA,A4BuBA,EmP7OF,CnP6OKA,EkEvBE,A9FAA,C8FACkI,A9FAAA,C+QtNf,CtS8EU1oC,AmD+JO,CAAC6E,EnD/JL,ATwIO,A8HAhB,A9FAA,CvBxIU0K,ATwIO,C8HACq6B,A9FAAA,A4BuBlB,E5DvBgB,EAAM,ESxIhB,CAAa,ATwIH,EAAW,C8HAC,A9FAA,ChCAZ,ESxIO,ATwIQ,A8HAA,A9FAA,CvBxIPr7B,EAAlB,EAAsB,AqHwIV,A9FAA,ChCAF,CSxIV,CAAP,ATwIwC,kPAAvB,CA1XR;ASmPT,ATwID,A4KGJ,A1DDA,AqDAA,ApCFEowB,ALAI6B,AzGCN,A1BCA,AkJCA,AgBAA,AvHHE7B,ANAI6B,A8MCN,ACCA,AFAA,A9KFA,AHuBMlC,A7DpBN,AkO5dE,A8EmQA,E5KsNAK,A7FAAA,IwFAI6B,A9FAAA,A4BuBAlC,AqKhfA,C9FydC,A7FAA,C6FAC6D,A7FAAA,GwFAG,A9FAA,A4BuBA,EuEvBT,A7FAA,CwFAY3B,A9FAAA,C4BuBC,CuEvBC,A7FAA,AsBuBV,AqKhfU,GnGydG,A9FAA,CmGAjB,ALAkB37B,AxFAlB,ANAkBA,ChCAC,AiOzdA,CjOydC,AiOzdpB,EnGydI,A9FAA,AiMzdkB,CjOydH,EAAM,GAAN,EAAW,EAAX,EAAe,EkRtLpB2jB,IlRsLK,EAAuB,IkRtLlBukC,UAAUC,UAAUC,WAAWC,WAAW,oXlRsL/C,CA3XP;ASoPV,ATwIA,A4KGJ,A1DDA,AqDAA,AzCFM5uB,AzGCN,A1BCA,AkJCA,AgBAA,A7HHMA,A8MCN,ACCA,AFAA,A9KFA,AHuBK,A7DpBL,AkO5dI,AmF4YA,AlCzGF,MpJsLIA,A9FAAA,GvBhJqB,CAAjB,CAAP,AqHgJQ,A9FAA,AiMzdA,EAAP,EnGydW,A9FAA,C8FAT,A9FAA,CoR7EKxxB,AlCzGFA,GlRsLW,CAAC,GAAD,AoT7EF,AlCzGF,CkCyGG/B,AlCzGFH,ClRsLS,GAAN,EAAW,AoT7EpB,CAAgB,AlCzGlBkC,ClRsLW,CkRtLlB,ClRsLiC,MAAf,EAAuB,uDoT7EhC,CAAP,m5LpT6EgB,CA5XN;ASqPX,ATwIC,A4KGJ,A1DDA,AqDAA,ApCFE,ALAG,AzGCL,A1BCA,AkJCA,AgBAA,AvHHE,ANAG,A8MCL,ACCA,AFAA,A9KFA,AhEGA,AkO5dG,AmF4YC,AlCzGF,M/IsLI6xB,A7FAAA,C7BlJG,CAAP,G0HkJS,A7FAA,C6FACsI,A7FAAA,GtCAG,CAAC,AmIAd,A7FAA,E6FAgB,A7FAA,CtCAH,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,sqBAAvB,CA7XD;ASsPZ,ATwIE,A4KGJ,A1DDA,AqDAA,ApCFI,A9GCJ,A1BCA,AkJCA,AgBAA,AvHHI,AwMCJ,ACCA,AFAA,A9KFA,AHsBIyC,A7DnBJ,AqThFG,AlCxGF,ItN2MGA,GwPnHF,GxPmHQ,CAACE,EwPnGF,IpT6EQ,CAAC,GAAD,A4DsBb,E5DtBmB,C4DsBCA,E5DtBP,EAAW,CEzNjB,CFyNM,EAAe,E4DsB5B,EmP7O4B,E/SuNf,EAAuB,ioGAAvB,CA9XH;AEsKZ,AOkFD,ATuIG,A4KGJ,A1DDA,AqDAA,ApCFI,ALAAF,AzGCJ,A1BCA,AkJCA,AgBAA,AvHHI,ANAAA,A8MCJ,ACCA,AFAA,A9KFA,AHuBIR,A7DpBJ,AkO5dE,AmF4YC,AL3I6B,IjLwN5BQ,A9FAAA,A4BuBAR,IqKhfI,EnGydE,A9FAA,A+QxNWkZ,CjLwNVxY,A9FAAA,A4BuBA,CAAClH,C1DhPH,A+NhQI,GAAG,C8EiQgB,C7SDlB/hC,A0DgPH,C5DvBQ,CAAC,A4DuBAg+B,CkEvBhB,A9FAA,EhCAe,CEzNV,A4HyNeiL,A9FAAA,ChCAC,A4DuBd,AmP/OUwY,C9EjQK,C/NgQH,A0DgPI,AqKhfA,C/NgQzB,AFyNiB,EAAW,C4DuBnB,AqKhfK,CjOydG,AiOzda,A8EiQA,CnP+OCzjB,C5DvBC,A8HA9B,A9FAA,I4BuBkC,CAACh+B,C5DvBpB,EAAuB,AiOzd1B,CAAd,ErKgfS,EAAoC+oC,MAApC,EAA4C,EAA5C,EAAgDC,MAAM,CAACvE,MAAvD,CAAP,CAjByC,CAmBzC,oG5DzBe,CA/XL;AEuKZ,AFyNE,A4KGJ,A1DDA,AqDAA,ApCFI,ALAA8D,AzGCJ,A1BCA,AkJCA,AgBAA,AvHHI,ANAAA,A8MCJ,ACCA,AFAA,A9KFA,AHyBI,A7DtBJ,AkO5dE,AmF4YC,AL3ID,IjLwNEA,A9FAAA,IiMzdI,GnGydG,A9FAA,C8FACxG,A9FAAA,C+QxNH51B,C/SwNK,AiOzdA,CjOydC,EiOzdE,CjOydH,A8HAH,A9FAA,EhCAS,A8HAA6xB,A9FAAA,A+QxNJ,CAAC/zB,C9EjQK,CjOydR,AiOzdS,EjOydE,A8HAd,A9FAA,EhCAG,A8HAa,A9FAA,C+QxNlB,C/SwNoB,AiOzd3B,AkC0Y0C,C4CzI1C,CjLwNS,A9FAA,E8FAsB+zB,A9FAAA,EhCAnB,EAAuB,C8HAC,A9FAA,C8FACh+B,A9FAAA,M8FA5B,A9FAA,E8FAoC+oC,A9FAAA,M8FApC,A9FAA,E8FA4C,A9FAA,E8FA5C,A9FAA,E8FAgDC,A9FAAA,M8FAM,A9FAA,C8FACvE,A9FAAA,M8FAvD,A9FAA,C8FAP,A9FAA,C8FjByC,A9FAA,C8FiB8B,A9FAA,uLhCA7D,CAhYA;AEyKb,AFwNG,A4KGJ,A1DDA,AqDAA,ApCFIoJ,ALAA,AzGCJ,A1BCA,AkJCA,AgBAA,AvHHIA,ANAA,A8MCJ,ACCA,AFAA,A9KFA,AhEGA,AqThFG,AL3ID,A5CwI0C,IhIgFxCA,A7FAAA,M6NhFY50B,IAA4B,CiDGlC,CjL6EM,A7FAA,C6FAC8oB,A7FAAA,G8Q7EFle,GjL6EC,A7FAA,CtCAQ,AmIApB,A7FAA,CtCAqB,AoT7Ef,EAAP,CpT6EqB,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,sCmQhFxB,IAAqB,0uCnQgFpB,CAjYV;AAkYV,A4KGJ,A1DDA,AqDAA,ApCFG,A9GCH,A1BCA,AkJCA,AgBAA,AvHHG,AwMCH,ACCA,AFAA,A9KFA,AHwBIma,A7DrBJ,AkO7dE,AmF6YC,AjDJyC,GhI4E1C,A7FAA,CsB6BEA,EqKlfE,G9F0dG,A7FAA,AsBwBA,CAAC6I,AuMzGmBxU,ElCzYjB,EjO0dE,CAAC,CmQjF6B,ClCzY3B,CjO0dH,C4DwBV,C5DxBgB,GAAN,EAAW,EAAX,AiO1dZ,EjO0d2B,AiO1dA,MjO0df,EAAuB,kDmQjFC,IAAM,gWnQiF9B,CAlYA;AAmYV,A4KGJ,A1DDA,AqDAA,ApCFI,ALAA2L,AzGCJ,A1BCA,AkJCA,AgBAA,AvHHI,ANAAA,A8MCJ,ACCA,AFAA,A9KFA,AHwBIA,A7DrBJ,AkO7dI,AmF6YF,ItL6EEA,A9FAAA,A4BwBAA,KkExBK,A9FAA,A4BwBA,CkExBC6I,A9FAAA,A4BwBAD,CqKlfC,OAAO,CjO0dC,A8HAf,A9FAA,AiM1de,CjO0dC,GAAD,EAAM,AiO1dP,EAAS,CjO0dR,C4DwBf,C5DxB0B,EAAX,A4DwBa,AqKlfd,EjO0dgB,AiO1dA,CAAhB,CrKkfd,AqKlfA,IjO0de,EAAuB,ikBAAvB,CAnYL;AAoYV,A4KGJ,A1DDA,AqDAA,ApCFI5I,ALAAA,AzGCJ,A1BCA,AkJCA,AgBAA,AvHHIA,ANAAA,A8MCJ,ACCA,AFAA,A9KFA,AhEGA,AkO7dG,AkCwYD,IhIkFEA,ALAAA,AxFAAA,ANAAA,KmGAK,ALAA,AxFAA,ANAA,CmGAC6O,ALAAjG,AxFAAiG,ANAAjG,AmOlFJ3tB,InQkFQ,AmQlFJ,CnQkFK,GAAD,CmQlFC,CnQkFK,EmIAhB,A7FAA,CtCAU,AmQlFR,EnQkFmB,AmIAA,A7FAA,EtCAX,AmQlFSoZ,EnQkFM,A8HAzB,A9FAA,CmGAA,A7FAA,EwFA4B,A9FAA,CmOlFH,EnQkFf,C8HAV,A9FAA,ChCAiC,CmQlFH,E4CvIO,E5CuIvC,EAAsC,wWnQkF1B,CApYA;AAqYV,A4KGJ,A1DDA,AqDAA,AlJDA,A1BCA,AkJCA,AgBAA,AiFFA,ACCA,AFAA,A9KFA,AHuBI,A7DpBJ,AgT7NyC,A5CwItC,QvMyGK2W,EmPjPgByY,E5CwIjB,EvMyGO,CAACv9C,EmPjP0B,EnPiPrC,AuMzGU,EnQkFO,A4DuBA,C5DvBC,EmQlFHm4C,CnQkFE,C+S1NGoF,C/S0NG,GAAN,CmQlFP,CnQkFkB,AmQlFLxoC,C4CxIc,C/S0NpB,EAAe,AmQlFtB,CAAP,KnQkFc,AmQlFgB,EnQkFO,SmQlFzC,EAA+C,odnQkF7B,CArYP;AAsYV,A4KGJ,A1DDA,AqDAA,ApCFI,ALAA,AzGCJ,A1BCA,AkJCA,AgBAA,AvHHI,ANAA,A8MCJ,ACCA,AFAA,A9KFA,AHuBM+kB,A7DpBN,AkO9dE,A8EgQuC,A5CyIrC,MvMyGEA,EuEvBE,ALAAgL,AxFAA,ANAAA,AiM3dA,C9F2dChL,A7FAAA,CyQ3NwB7V,CnPkPtB,CAAC4e,E5DvBE,AmIAA,ALAA,AxFAA,ANAA,A+Q3N2B,C/S2N1B,AmIAA+F,ALAA5oC,AxFAA4oC,ANAA5oC,AmOlFNm4C,GnQkFK,AiO3dI,CnG2dd,A9FAA,ChCAgB,C8HAC,A9FAA,AiM3dA,CkCyYjB,CnQkFU,A+S3NmBl0B,A5CyIhBlP,EnQkFQ,EAAX,AiO3da,A8EgQc,A5CyIrC,EnQkFyB,CmIAzB,A7FAA,AsBuBE,AqKlfwB,CkCyYL1Z,ChIkFO,A7FAA,A8Q9ElB,CxPqGmBypC,E5DvBnB,CkRvLA,ClRuLuB,AmQlFN,CAAClf,CvMyGO,CAAC5lB,AqKlftC,IrKkfI,AuMzGmB,CAAe,EAAf,EAAmB,KAAKm4C,OAAL,CAAapjC,IAAb,CAAnB,EAAuCoZ,MAAvC,CAArB,mKnQkFU,CAtYA;AAuYV,A4KGJ,A1DDA,AqDAA,ApCFM2L,ALAAA,AzGCN,A1BCA,AkJCA,AgBAA,AvHHMA,ANAAA,A8MCN,ACCA,AFAA,A9KFA,AHuBMgL,A7DpBN,AkO9dE,AmF6YA,AL7IA,A5CyIE,AerGF,M/IuLIhL,ALAAA,AxFAAA,ANAAA,A4BuBAgL,GqKlfG,AkCuYN,EhIoFQ,ALAA,AxFAA,ANAA,CmGAC8D,ALAA/F,AxFAA+F,ANAA/F,A4BuBA,CAAC7iC,AwPrGJiI,AL7IAA,E/S2NM,AmQlFL,CnQkFM,AiO3dA,CrKkfV,AqKlfW,AiDoSRA,ElRuLM,C4DuBK,AwPrGJ,AL7IA,C/S2NK,AoT9EJlC,AL7IAA,E9EhQD,CjO2dD,A4DuBT,AsN9MU,CjDpSS,AiDoSRA,ClRuLS,CmIApB,A7FAA,CtCAS,AoT9EN,AL7IA,CK6IiB,CpT8EI,AmIAA,ALAxB,AxFAwB,ANAxB,AiM3dU,A8EgQd,E9EhQ8B,AiDoSvBkC,CpJuLwB68B,A9FAAA,CmGA3B,A7FAA,A4OvLJ,ElRuLa,EAAuB,C8HAC,A9FAA,C8FAC9kC,A9FAAA,EiM3dE,EnG2dpC,A9FAA,CiM3duC,CAA7B,CAAP,CAAuC,KAAvC,CAA6C,UAA7C,CAAP,8vBjO2da,CAvYD;AAwYV,A4KGJ,A1DDA,AqDAA,ApCFMqqC,ALAAvF,AzGCN,A1BCA,AkJCA,AgBAA,AvHHMuF,ANAAvF,A8MCN,ACCA,AFAA,A9KFA,AHuBK,A7DpBL,AkO9dC,AmF4Y2ByY,AL5I1B,A5CyIE,AerGF,KtN2ME,CuEpBElT,ALAAvF,AxFAAuF,ANAAvF,EoR/EsByY,GxPsGjB,CkEvBC,A9FAA,C8FACv9C,A9FAAA,EoR/EsB,AjDH1Bm4C,ErIkFH,A9FAA,AoR/E+B,EjL+ElB,A7FAA,C6FACta,ALAA,AxFAAA,ANAA,EhCAE,AoT/EI,AjDHtB,CnQkFmB,AmQlFN9oB,CrIkFX,A9FAA,EhCAgB,AmIAH,A7FAA,C7B1IV5Z,A0H0IH,A7FAA,A6NlFF,CnQkFwB,GAAN,AmQlFGgzB,C1PxDX,CT0ImB,EAAX,EAAe,AmQlFjC,MnQkFkB,EAAuB,ilBAAvB,CAxYR;AS8PA,AT2IV,A4KGJ,A1DDA,AqDAA,ApCFK,ALAA,AzGCL,A1BCA,AkJCA,AgBAA,AvHHK,ANAA,A8MCL,ACCA,AFAA,A9KFA,AHuBM2L,A7DpBN,AqTnF4C7V,AjDFxC,KrI+EA,A9FAA,C4B0BE6V,EwPvGsC7V,GtLgFjC,A9FAA,A4BuBA,CAAC4e,AwPvGoC,CpTgFnC,CAAC,AoThFoC,GpTgFrC,EAAM,GAAN,EAAW,EAAX,EAAe,E4DuBtB,GAA2B,C5DvBpB,EAAuB,C4DuBCvC,aAAJ,CAAkBxG,KAAlB,CAA3B,+S5DvBO,CAzYC;AA0YV,A4KGJ,A1DDA,AqDAA,ApCFG,ALAGA,AzGCN,A1BCA,AkJCA,AgBAA,AvHHG,ANAGA,A8MCN,ACCA,AFAA,A9KFA,AHuBK,A7DpBL,AmOrgBO,AkFibmB,AjDDvB,MrIkFGA,A9FAAA,AkMlgBO,CkFibJ,AjDPP,CiDOA,GtLiFS,A9FAA,ChCAC,A8HAA+I,A9FAAA,ChCAC,AmQlFJ,GnQkFG,CmQlFC9tB,CnQkFK,AkOlgBO,GlOkgBb,AkOlgBgB,AiCgbX,CjChbY,ClOkgBN,EAAX,CmQlFU,CnQkFK,CkOlgBE,EpGkgBvB,A9FAA,AmOlFG,EAAmB,CnQkFhB,A8HAqB,A9FAA,EhCAE,E8HAEurB,A9FAAA,a8FAJ,A9FAA,C8FAkBxG,A9FAAA,K8FAlB,A9FAA,C8FA3B,A9FAA,wWhCAM,CA1YE;AS+PZ,AT4IE,A4KGJ,A1DDA,AqDAA,ApCFC,ALAI,AzGCL,A1BCA,AkJCA,AgBAA,AvHHC,ANAI,A8MCL,ACCA,AFAA,A9KFA,AhEGA,AmOrgBE,AkFibA,AjDDC,EhIkFD,A7FAA,I4LlgBI,MiCgbC,C1P1DE,CT4IK,CAAC,GS5IDnd,AT4IA,CmQlFA5H,CnQkFM,CS5IX,CAAU5Z,CT4IL,AmQlFP,EjQzIAwN,AO+EE,AT4IgB,ES5IDlC,AT4IV,CmQlFS,CnQkFM,EE3NhBrL,AO+EJ,CAAqB,GT4IhB,AkRxLD,C6BpCkB,A5C0I5B,CnQkFkC,CE3NjB,AiQyIa,I1P1DFA,KAAD,EAAW,21BT4I3B,CA3YA;AEiLZ,AO+EC,AT4IC,A4KGJ,A1DDA,AqDAA,ApCFA,A9GCA,A1BCA,AkJCA,AgBAA,AvHHA,AwMCA,ACCA,AFAA,A9KFA,AHsBI0+B,A7DnBJ,AmOrgBI,A6EqS2B,A5C2I3B,AetGF,ItN8MEA,InDlKD,AyNtXM,CtKwhBA,C1DjPH,A0DiPI8I,AmPnPU2a,E7ErSC,ClOkgBR,CAAC,CS5IP,CAACxyB,CP/EK3vB,AF2NA,A+S7NkB,A5C2IpB,AetGF6M,ChD1UA,ClOkgBU,AkOlgBS,CAAnB,EhOuSH,AF2NO,AmQlFGkwC,C1P1Db,CAAansB,AT4IQ,AkRxLR,CAACjmB,ClRwLJ,AkOlgBsB,A6EqSfw3C,C7SEG,CF2NK,CmQlFjB,CvMwGP,AuMxGoBxoC,CjChbpB,CgD0UK9M,CtN8MwB,AsKxhBS,A6EqSX,CtSiF5B,AT4IU,A4DsBT,AuMxGO,AetGT,CzQ4C0B,A0P0DxB,CnQkFgC,EE3NlC,EAAkC,EO+EJ,CAACyB,EAAL,GAAUvO,GAAnC,8IT4IU,CA5YC;AEiLsB,AF4NhC,A4KGJ,A1DDA,AqDAA,ApCFA,ALAI2+B,AzGCJ,A1BCA,AkJCA,AgBAA,AvHHA,ANAIA,A8MCJ,ACCA,AFAA,A9KFA,AHsBG,A7DnBH,AmOrgBM,A6EqSJ,A5C2IE,AetGF,GtNgLA,CkEQEA,A9FAAA,K8FAK,A9FAA,A4BsBA,AuM1GN,CrIoFO8I,A9FAAA,GkMlgBG,A6EqSJ36B,C7ErSK,ClOkgBC,AmQlFL,CnQkFM,GAAD,AmQlFD,C4C3IE,C/S6NK,AkOlgBR,A6EqSIlC,E7ErSc,ClOkgBhB,EAAW,CmQlFLgP,CnQkFN,AkOlgBF,A6EqSJ,E/S6NqB,A8HA1B,A9FAA,A+Q7NF,C5C2IY,ErIkFmB,A9FAA,AkMjgBxB,CpGigBL,A9FAA,EhCAW,CmQlFe,CnQkFQ,EkOjgBd,CAAC,IiC+af,EjC/aD,AiC+a+B,CjC/aR,KhOsSP,AgOtShB,CADH,IhOuSwBqM,UADM,m2BF4NrB,CA7YD;AEiLsB,AOgFjC,AT6IC,A4KGJ,A1DDA,AqDAA,AzCFG,AzGCH,A1BCA,AkJCA,AgBAA,A7HHG,A8MCH,ACCA,AFAA,A9KFA,AHsBI,A7DnBJ,AmOpgBK,A6EoSH,A5C2IE,AerGH,GpJwJC,A9FAA,M8F+BO,A9FAA,MvB7ICnZ,A0P2DDkwC,InQkFU,CAAC,ES7IH,A0P2Db,C1P3DcpyC,AT6IC,EAAM,AmQlFN1K,GnQkFA,ES7IT,AT6IoB,CS7IHD,A0P2DF,CnQkFN,AmQlFOwqB,EnQkFQ,ES7IxB,CAAP,C0P2DgB,CAAe,CnQkFf,CmQlFA,CnQkFuB,CmQlFJ,KAAKuyB,OAAxB,EAAiChqB,MAAjC,CAAf,o7BnQkFe,CA9YL;ASkQX,AT6IC,A4KGJ,A1DDA,AqDAA,AzCFI,AzGCJ,A1BCA,AkJCA,AgBAA,A7HHI,A8MCJ,ACCA,AFAA,A9KFA,AHsBI,A7DnBJ,AmOpgBG,AiC+aC,EiDjbwBwhC,ClFH1B,CAKE,GzNiXK,CAAP,GmDsKSh0B,AsKvhBA,CAAP,ClOigBS,CAAC,AkOjgBA,EtKuhBV,C5DtBS,C4DsBK,C5DtBC,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,4QAAvB,CA/YC;AEiLsB,AOkFlC,AT6IE,A4KGJ,A1DDA,AqDAA,ApCFA,ALAI,AzGCJ,A1BCA,AkJCA,AgBAA,AvHHA,ANAI,A8MCJ,ACCA,AFAA,A9KFA,AHsBM,A7DnBN,AmOngBG,AiC8aA,OANM,EhIwFAgO,A7FAAA,CsBsBCvJ,CkEtBCzE,A9FAAA,EmOlFF,EvMwGM,C5DtBC,A8HAZ,A9FAA,ChCAa,C8HAC,A9FAA,A4BsBAA,E5DtBF,CmIAhB,A7FAA,CtCAsB,AmIAAkC,A7FAAA,CsBsBC,CAACuC,C5DtBR,EAAW,CmIA3B,A7FAA,CtCAgB,A4DsBV,CuEtBwB,A7FAA,CtCAC,MAAf,EAAuB,uFAAvB,CAhZF;AEkLX,AOmFF,AT4IG,A4KGJ,A1DDA,AqDAA,ApCFE,ALAI,AzGCN,A1BCA,AkJCA,AgBAA,AvHHE,ANAI,A8MCN,ACCA,AFAA,A9KFA,AHsBM,A7DnBN,AoQrFG,MhIkFGtG,A7FAAA,IwFAIsG,A9FAAA,A4BsBAC,CuEtBC,A7FAA,G6FAGxC,A7FAAA,CtCAC,A8HAA,A9FAA,AmOlFL,CnQkFM,E8HAElC,A9FAAA,A4BsBA,C5DtBH,CmIAK,A7FAA,A6NlFLwc,CnQkFM,AmIAAzb,A7FAAA,AsBsBAf,EkEtBE,A9FAA,ChCAR,A8HASyE,A9FAAA,EhCAE,A4DsBA,CAACC,AuMxGxB,CnQkFY,C8HAT,A9FAA,ChCAwB,KmIA5B,A7FAA,AsBsBI,C5DtBS,EAAuB,C+S9NE,6B7SDE,s/BF+N3B,CAjZD;AEkL4B,AFgOtC,A4KGJ,A1DDA,AqDAA,ApCFE9f,ALAI,AzGCN,A1BCA,AkJCA,AgBAA,AvHHEA,ANAI,A8MCN,ACCA,AFAA,A9KFA,AHsBM,A7DnBN,AmOpgBE,AkF6aFiwC,AL3IwC,A5C6IrC,EhIkFDjwC,A7FAAA,I8QpFI,CjLoFC,A7FAA,A8QpFA7W,CjLoFC,A7FAA,C4LjgBC,AkF6aT,CtLoFU22B,A9FAAA,A4BsBA7D,AsKvhBA,A6EkSa+gB,C/S+NZ,CAAC,A4DsBA,AwP1GA,GpToFD,A4DsBI5hB,C1DtPD/4B,CFgOG,AkOjgBR,A6EkS+B,CjL+NtB,A9FAA,CkMjgBS,ClOigBhB,A4DsBS,AwP1GpB,CtLoFqB+4B,A9FAAA,A4BsBAl2B,C5DtBC,AmIAf,A7FAA,CpChOmC,CFgO/B,AmIAaq0B,A7FAAA,A4LjgBf,ElOigBiB,A8HAA,A9FAA,A+Q/NHyjB,CjL+NIld,A9FAAA,EmGAE,A7FAA,AsBsBvB,AsKvhBkC,C/FigBVsI,A7FAAA,EtCAnB,C+S/N6B,C/S+NN,C8HA5B,A9FAA,OmGAC,A7FAA,E6FAqC7O,A7FAAA,K6FAK,A7FAA,C6FAC8O,A7FAAA,e6FA3C,A7FAA,C6FAL,A7FAA,6nBtCAS,CAlZG;AEmLVhmC,AFgOA,A4KGJ,A1DDA,AqDAA,ApCFEk3B,ALAI,AzGCN,A1BCA,AkJCA,AgBAA,AvHHEA,ANAI,A8MCN,ACCA,AFAA,A9KFA,AHsBM,A7DnBN,AmOpgBI,A6EiSoC,A5C8ItC,EhIkFAA,A7FAAA,K6FAK,A7FAA,C6FAC6O,A7FAAA,A4LjgBA,EpGigBEnM,A9FAAA,A4BsBAlU,AmPtPsBrE,C/SgOrB,CEhOPrhB,AFgOQ,A8HAA,A9FAA,C4BsBC,CsKvhBC,A6EiS0B,C/SgO7B,A8HAI+4B,A9FAAA,AoRnFA60B,CxPyGC12B,C5DtBC,AkOjgBA,EhOiSN,AgOjSP,ChOiSQxX,AFgOD,AmIAT,ALAkB,AxFAlB,ANAkB,C8FAC7c,A9FAAA,A4BsBA,C5DtBC,A4DsBAw6B,CuEtBC,A7FAA,AyQhOShc,C/SgOrB,EAAe,CEhOtB,A6SAoC,C7SApBtb,AiIgOlB,A7FAA,CwFAI,A9FAA,G9BhOF,AFgOO,A4DsBK,E5DtBkB,C4DsBC,C1DtPPvN,A0DsPZ,GAAuBglC,E1DtPnC,G0DsPwC,CAACtkC,MAAvC,0pB5DtBK,CAnZG;AEoLV,AFgOA,A4KGJ,A1DDA,AqDAA,AzCFM,AzGCN,A1BCA,AkJCA,AgBAA,A7HHM,A8MCN,ACCA,AFAA,A9KFA,AHuBMuoC,A7DpBN,AgTnOE,A5C+ID,MvMwGKA,IkEvBI/b,A9FAAA,EhCAE,CAAC,A8HAA,A9FAA,A4BuBA,AmPvPJrgB,CnPuPK41B,E5DvBF,A8HAI/D,A9FAAA,EhCAE,E4DuBL,AmPvPG,C/SgOJ,A8HAS,A9FAA,A+QhOJ/zB,CjLgOKk6B,A9FAAA,A4BuBAnG,C5DvBC,EAAX,EAAe,A4DuBd,CmPvPJ,CnPuPoB,CmPvP3B,EjLgOc,A9FAA,ChCAJ,C4DuBC,C5DvBsB,A8HAA,A9FAA,C8FAnB,A9FAA,A4BuBoBxR,GkEvBG8X,A9FAAA,A4BuB1B,EAA4BA,GkEvBG,A9FAA,C8FACtkC,A9FAAA,C4BuBhC,EAAmCukC,GkEvB1C,A9FAA,K4BuBO,EAA6C7D,EAA7C,CAAP,id5DvBM,CApZE;AEiLsB,AFoOhC,A4KGJ,A1DDA,AqDAA,ApCFE,ALAI6H,AzGCN,A1BCA,AkJCA,AgBAA,AvHHE,ANAIA,A8MCN,ACCA,AFAA,A9KFA,AHuBM1I,A7DpBN,AmOrgBI,A6EkSF,M5KgOI,ALAA0I,AxFAA,ANAAA,A4BuBA1I,CuEvBC7B,A7FAAA,IsBuBI,AsKzhBA,C/FkgBC,A7FAA,C6FAC8O,ALAA,AxFAAA,ANAA,C8FAC/K,A9FAAA,A4BuBAlC,E5DvBE,AkOlgBA,ClOkgBC,E4DuBE,AsKzhBA,ClOkgBH,A8HAH,A9FAA,A4BuBO37B,AsKzhBhB,ElOkgBkB,A8HAA85B,A9FAAA,AkMlgBA,EtKyhBhB,C5DvBU,EAAW,A8HAd,A9FAA,CmGAX,A7FAA,CtCAc,A8HAa,A9FAA,CmGAC,A7FAA,CtCAC,G8HAlB,A9FAA,E8FAuBxR,A9FAAA,ChCApB,EAAuB,A8HA1B,A9FAA,E8FA4B8X,A9FAAA,K8FA5B,A9FAA,E8FAmCC,A9FAAA,Q8FAnC,A9FAA,E8FA6C7D,A9FAAA,E8FA7C,A9FAA,C8FAP,A9FAA,olGhCAU,CArZF;AEiLsB,AFqOhC,A4KGJ,A1DDA,AqDAA,ApCFIjc,ALAEob,AzGCN,A1BCA,AkJCA,AgBAA,AvHHIpb,ANAEob,A8MCN,ACCA,AFAA,A9KFA,AHuBM7B,A7DpBN,AmOrgBM,I/FkgBFvZ,A7FAAA,EwFAEob,A9FAAA,A4BuBA7B,GuEvBG,A7FAA,C6FAC,A7FAA,A4LlgBA,CpGkgBC,A9FAA,A4BuBA,CAAC8I,E5DvBE,A8HAAjH,A9FAAA,ChCAC,AkOlgBA,GlOkgBD,AkOlgBI,CpGkgBC,A9FAA,AkMlgBb,ClOkgBc,A8HAA37B,A9FAAA,CkMlgBC,ElOkgBP,CmIAL,ALAH,AxFAG,ANAH,ChCAmB,CmIAC85B,A7FAAA,CtCAZ,EAAe,EmIAE,A7FAA,C6FAC4O,A7FAAA,AsBuB1B,G5DvBQ,A4DeI,CASZ,C5DxB+B,CkRzLrB,C/IyLP,A7FAA,C6FAL,A7FAA,4qBtCAU,CAtZA;AEiLsB,AFsOhC,A4KGJ,A1DDA,AqDAA,ApCFI5O,ALAEA,AzGCN,A1BCA,AkJCA,AgBAA,AvHHIA,ANAEA,A8MCN,ACCA,AFAA,A9KFA,AHwBM,A7DrBN,AmOrgBQ,AgDyUN,I/IyLEA,A7FAAA,EwFAEA,A9FAAA,EkMlgBE,C/FkgBC,A7FAA,C6FAC8O,A7FAAA,CwFAC,A9FAA,C8FAChG,A9FAAA,EkMlgBE,ClOkgBC,CAAC,CkRzLP36B,ChDzUS,ClOkgBH,EAAM,GAAN,AkRzLC,C/IyLZ,A7FAA,A4LlgBI,AgDyUSlC,ClRyLS,EAAX,AmIAa,A7FAA,EtCAE,EmIA1B,ALAE,AxFAF,ANAE,AkPzLGkC,EAAP,CpJkLgB,A9FAA,ChCOH,A8HAqB,A9FAA,EhCAE,8JAAvB,CAvZD;AEiLsB,AFuOhC,A4KGJ,A1DDA,AqDAA,ApCFIhD,ALAE,AzGCN,A1BCA,AkJCA,AgBAA,AvHHIA,ANAE,A8MCN,ACCA,AFAA,A9KFA,AHwBM,A7DrBN,AmOrgBO,AgDyUL,I/IyLEA,A7FAAA,O6FAO,A7FAA,C6FACujB,A7FAAA,EtCAE,CAAC,GAAD,EAAM,AmIAhB,A7FAA,C6FAiB6hB,A7FAAA,EtCAP,EAAW,EAAX,EAAe,KmIAzB,A7FAA,CtCAU,CmIAsBxM,A7FAAA,CtCAC,KmIAjC,A7FAA,8tBtCAU,CAxZA;AEiLsB,AFwOhC,A4KGJ,A1DDA,AqDAA,ApCFG,ALAG,AzGCN,A1BCA,AkJCA,AgBAA,AvHHG,ANAG,A8MCN,ACCA,AFAA,A9KFA,AHwBM,A7DrBN,qBCHqB,CAAC,GAAD,EAAM,CS/IjB,ET+IW,EAAW,EAAX,EAAe,MAAf,EAAuB,uyBAAvB,CAzZP;AEqLX,AOqFO,ATgJN,A4KGJ,A1DDA,AqDAA,ApCFC,ALAK,AzGCN,A1BCA,AkJCA,AgBAA,AvHHC,ANAK,A8MCN,ACCA,AFAA,A9KFA,AhEGA,AmOtgBM,MAAA,ChO0RJ,IgO1RS,EhO8RF,AFqOI,CAAC,EkOngBE,ClOmgBH,AkOngBP,ElOmgBa,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,m2CAAvB,CA1ZC;AEsLX,AFqOC,A4KGJ,A1DDA,AqDAA,AlJDA,A1BCA,AkJCA,AgBAA,AiFFA,ACCA,AFAA,A9KFA,AHuBM,A7DpBN,AmOtgBM,MAAA,ItK0hBI/D,E1D5PH,CFqOM,AkOngBA,ClOmgBC,C4DuBC,CAACoI,C1D5PJpmC,AFqOC,AkOngBI,ElOmgBE,GAAN,CErON,A0D4PD,C5DvBkB,AkOngBlB,CtK0hBmB,C1D5PJ,AFqOR,CErOV,CFqOyB,CErOJ,KFqOX,AkR1LD,ElR0LwB,ifAAvB,CA3ZC;AEuLV,AOoFF,ATiJE,A4KGJ,A1DDA,AqDAA,ApCFA,ALAM,AzGCN,A1BCA,AkJCA,AgBAA,AvHHA,ANAM,A8MCN,ACCA,AFAA,A9KFA,AHuBQ,A7DpBR,AmOtgBK,AgDyUH,S/I0LOuuC,A7FAAA,CwFACvQ,A9FAAA,GvBjJD,EqHiJM,A9FAA,C8FACoI,A9FAAA,C9BrOL,AgR2CFj6B,CzQyCKhM,ETiJM,CAAC,CErOLmlB,AOoFP,A0HiJT,A7FAA,C6FAuByc,ALAjB,AxFAiBA,ANAjB,ChCAc,AkR1LJ,CzQyCMp3B,AqHiJG,A9FAA,AkP1LRV,ClR0LS,GSjJjB,ATiJW,AmIApB,A7FAA,C7BjJ4B,CTiJG,AmIAA,A7FAA,CpCrOpB,AgR2CFkC,ChR3CkB,AFqOP,CErOT,AgR2CT,ClR0LiC,CErOLqa,IOoFDrmB,CTiJT,EErOT,AFqOgC,CErOL0M,AOoFV,EAAU,EPpF3B,CAAP,odFqOgB,CA5ZN;AEwLV,AOmFkC,ATkJlC,A4KGJ,A1DDA,AqDAA,ApCFE,ALAM,AzGCR,A1BCA,AkJCA,AgBAA,AvHHE,ANAM,A8MCR,ACCA,AFAA,A9KFA,AHuBO,A7DpBP,AmR7LE,M/I0LImxB,A7FAAA,K6FAK,A7FAA,G6FAG+D,A7FAAA,CtCAC,CAAC,A+S7cV8xB,G/S6cS,CmIAK,A7FAA,CtCAC,AmIAAjzB,A7FAAA,GtCAN,EAAW,EAAX,EAAe,KmIA5B,A7FAA,CtCAa,EAAuB,I+Spcb,UtSmTJzgC,IADiB,6WTkJvB,CA7ZD;AEyLX,AOkFmC,ATmJlC,A4KGJ,A1DDA,AqDAA,ApCFEskB,ALAK,AzGCP,A1BCA,AkJCA,AgBAA,AvHHEA,ANAK,A8MCP,ACCA,AFAA,A9KFA,AHuBK,A7DpBL,AmOvgBI,E/FogBFA,A7FAAA,K6FAK,A7FAA,C6FAC,A7FAA,G4LpgBG,ClOogBC,CAAC,GAAD,CkOpgBR,ClOogBc,GAAN,EAAW,AmIAhB,A7FAA,EtCAK,AmIAauZ,A7FAAA,EtCAE,GmIAG,A7FAA,C6FAC6C,A7FAAA,EtCAnB,EAAuB,KmIA5B,A7FAA,E6FAmC7C,A7FAAA,K6FAK,A7FAA,C6FACh+B,A7FAAA,M6FAzC,A7FAA,E6FAiDg+B,A7FAAA,K6FAK,A7FAA,C6FACwD,A7FAAA,K6FAvD,A7FAA,C6FAL,A7FAA,sYtCAU,CA9ZE;AE0LZ,AFqOE,A4KGJ,A1DDA,AqDAA,AzCFK,AzGCL,A1BCA,AkJCA,AgBAA,A7HHK,A8MCL,ACCA,AFAA,A9KFA,AhEGA,AmOvgBG,GAVD,OlO8gBQ,CAAC,GAAD,EAAM,A+S/cVqyB,G/S+cI,EAAW,EAAX,EAAe,K+S/bZ,C/S+bH,EAAuB,mmBAAvB,CA/ZI;AE4Lb,AO+EqC,ATqJlC,A4KGJ,A1DDA,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AgBAA,AvHHE,AwMCF,ACCA,AFAA,A9KFA,AHuBI,A7DpBJ,AmOvgBC,CApB2B,GAArB,E/FwhBD,A7FAA,C6FAC71B,A7FAAA,CsBuBC6B,G5DvBG,CAAC,AmIAA,A7FAA,C6FACgB,A7FAAA,AsBuBA,E5DvBF,EAAM,C4DuBC,E5DvBP,EAAW,AmIAhB,A7FAA,AsBuBF,E5DvBO,A4DuBa7C,E5DvBE,CmIACA,A7FAAA,EsBuBE,CAAC4I,E5DvBnB,AmIAqB,A7FAA,C6FAC5mC,A7FAAA,CtCAC,GkR3LnB,E/I2LY,A7FAA,I6FAgBg+B,A7FAAA,K6FAK,A7FAA,C6FACwD,A7FAAA,AsBuBzB,GAA4B,EuEvB9C,A7FAA,C6FAJ,A7FAA,CsBuBsB,CuEvBiC,A7FAA,8uBtCA9C,CAhaG;AS4QX,ATqJC,A4KGJ,A1DDA,AqDAA,ApCFIO,ALAA,AzGCJ,A1BCA,AkJCA,AgBAA,AvHHIA,ANAA,A8MCJ,ACCA,AFAA,A9KFA,AHuBG,A7DpBH,AmR9LE,I/I2LEA,A7FAAA,IwFAIlC,A9FAAA,EmGAE,A7FAA,C6FACz2B,A7FAAA,EtCAE,A8HAA,A9FAA,ChCAC,CmIAV,A7FAA,C6FAY,A7FAA,CtCAH,AkR3LJ+C,CpJ2LS,A9FAA,ChCAC,GAAN,A8HAT,A9FAA,EhCAoB,A8HAA6xB,A9FAAA,AkP3LR,CAAC/zB,ClR2LJ,AmIAT,A7FAA,EtCAwB,C8HAC,A9FAA,C8FAC28B,A9FAAA,EkP3LrBz6B,ElR2LI,AkR3LX,ElR2LkC,a8HAZ,A9FAA,G8FA4B,A9FAA,I8FA5B,A9FAA,SvBrJG,6FTqJd,CAjaC;AS4Qa,ATsJvB,A4KGJ,A1DDA,AqDAA,ApCFI6xB,ALAD,AzGCH,A1BCA,AkJCA,AgBAA,AvHHIA,ANAD,A8MCH,ACCA,AFAA,A9KFA,AhEGA,AoO1hBA,A+C4VE,I/I2LEA,A7FAAA,K6FAK,A7FAA,A6LvhBA,ChGuhBC8O,A7FAAA,EtCAE,CAAC,GStJCztC,ATsJF,AmOvhBZ,CAAiB,CnOuhBC,CStJS,ETsJf,AmOvhBZ,EnOuhBuB,AmOvhBQ,EnOuhBnB,AmIAR,A7FAA,EtCAuB,CmIAC,A7FAA,I6LvhB5B,CnOuhBY,AmIAR,A7FAA,C6LvhB4C,CnOuhBb,+8BAAvB,CAlaE;AAmaV,A4KGJ,A1DDA,AqDAA,ApCFG,A9GCH,A1BCA,AkJCA,AgBAA,AvHHG,AwMCH,ACCA,AFAA,A9KFA,AHuBE2+B,A7DpBF,AoO1hBE,A+C6VD,EtNiNCA,CuE9B6B,A7FAA,C6FO3B,A7FAA,GsBuBG,CAAC2I,CuK9iBC,KnOuhBK,CAAC,GAAD,EAAM,CmOvhBC,CAAC,CnOuhBR,A4DuBZ,E5DvBuB,AmOvhBJ,CvK8iBK9G,C5DvBZ,AmOvhBa,EnOuhBE,E4DuB3B,I5DvBY,CmOvhBsB,CnOuhBC,EmOvhBE,IAAI,CAAC,MAAvB,CAAZ,GAA6C,IAApD,64BnOuhBY,CAnaA;AS6QV,ATuJA,A4KGJ,A1DDA,AqDAA,ApCFE,ALAA7B,AzGCF,A1BCA,AkJCA,AgBAA,AvHHE,ANAAA,A8MCF,ACCA,AFAA,A9KFA,AHuBEA,A7DpBF,AoO1hBC,ErGuhBCA,A9FAAA,A4BuBAA,KkEvBK,A9FAA,A4BuBA,CkEvBC2I,A9FAAA,A4BuBAJ,InD9KJ,CTuJS,CAAC,GAAD,ESvJL,ATuJW,CSvJV1oB,ETuJI,C8HAX,A9FAA,ChCAsB,A4DuBtB,EnD9KE,ATuJS,A8HAagiB,A9FAAA,AmOpFX5mB,C1PnEE5Z,AmD8KU,C5DvBC,ESvJxB,CqHuJF,A9FAA,C4BuBA,AuM3GmBwN,EnQoFR,EAAuB,EmQpFK,w5BnQoF5B,CApaC;AS8QV,ATuJA,A4KGJ,A1DDA,AqDAA,ApCFE,ALAAmxB,AzGCF,A1BCA,AkJCA,AgBAA,AvHHE,ANAAA,A8MCF,ACCA,AFAA,A9KFA,AHuBC,A7DpBD,AoQxFyC,ErIqFvCA,A9FAAA,K8FAK,A9FAA,C8FACuI,A9FAAA,EmOrFmBjnC,InQqFb,CAAC,AmQrF0B,GnQqF3B,EAAM,GAAN,C8HAZ,A9FAA,ChCAuB,EAAX,A8HAa,A9FAA,EhCAE,G8HA3B,A9FAA,GhCAY,EAAuB,iDmQrFF,IAAM,izBnQqF3B,CAraA;AS2QwB,AT2JlC,A4KGJ,A1DDA,AqDAA,ApCFE,ALAD,AzGCD,A1BCA,AkJCA,AgBAA,AvHHE,ANAD,A8MCD,ACCA,AFAA,A9KFA,AhEGA,gBCHgB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,w3BAAvB,CAtaF;AS2QwB,AT4JlC,A4KGJ,A1DDA,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AgBAA,AvHHE,AwMCF,ACCA,AFAA,A9KFA,AHuBA8kC,A7DpBA,AoQzFE,QvM6GM,CAACniC,CuM7GH,OAAO,CvM6Gb,CAAmBslC,GuM7GD8U,CnQsFK,CAAC,C4DuBxB,E5DvBuB,C4DuBK,C5DvBC,AmQtFhB,CAAapjC,EnQsFH,EAAW,AmQtFrB,CAAP,CnQsFiB,EAAe,A4DuBAqrB,EuM7GF,GvM6GR,C5DvBL,C4DuBsBC,C5DvBC,KmQtF5C,EvM6G0B,AuM7GqB,EvM6GM7D,EAA3B,EAA+B,y6B5DvBpC,CAvaT;AS2QwB,AT6JlC,A4KGJ,A1DDA,AqDAA,ApCFE,ALAF0D,AzGCA,A1BCA,AkJCA,AgBAA,AvHHE,ANAFA,A8MCA,ACCA,AFAA,A9KFA,AHuBE1D,A7DpBF,AoQzFG,EvM6GDA,EAAE,CAAC,GkEvBG,A9FAA,C8FACz+B,A9FAAA,A4BuBAgZ,GuM7GF3b,CnQsFM,CAAC,A4DuBT,CAAU,E5DvBF,AmQtFD,CrIsFZ,A9FAA,ChCAmB,A8HAAioC,A9FAAA,GhCAN,AmQtFI,EnQsFO,C8HAxB,A9FAA,ChCAa,AmQtFV,EnQsFyB,A8HAA,A9FAA,AmOtFL,MnQsFV,EAAuB,E8HAEjD,A9FAAA,K8FAV,A9FAA,C4BuBvB,CkEvBwCC,A9FAAA,A4BuBzC,CAAF,OkEvB0B,A9FAA,E8FA2B7D,A9FAAA,E8FA3B,A9FAA,E8FA+B,A9FAA,qoChCA9C,CAxaC;AS2QwB,AT8JlC,A4KGJ,A1DDA,AqDAA,AzCFEA,AzGCF,A1BCA,AkJCA,AgBAA,A7HHEA,A8MCF,ACCA,AFAA,A9KFA,AHuBC,A7DpBD,AoQzFI,AepGH,CtN+MD,CkErBEA,A9FAAA,E8FAE,A9FAA,C8FAC,A9FAA,I8FAI6E,A9FAAA,MmOtFA8W,InQsFU,CAAC,EmQtFhB,CnQsFe,AmQtFFpjC,EnQsFQ,EmQtFrB,CnQsFe,CmQtFIpM,CnQsFO,EAAX,CmQtFf,CnQsF8B,C8HA7B,A9FAA,C8FA+B,A9FAA,CmOtFLvN,GnQsFZ,EAAuB,AmQtFtC,IrIsFC,A9FAA,C8FAD,A9FAA,C8FAF,A9FAA,qrBhCAiB,CAzaL;AS2QwB,AT+JlC,A4KGJ,A1DDA,AqDAA,AzCFC,AzGCD,A1BCA,AkJCA,AgBAA,A7HHC,A8MCD,ACCA,AFAA,A9KFA,AhEGA,AoQzFI,CrIoFJ,A9FAA,QmOtFG,MnQwFY,AmQtFL,CnQsFM,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,yIAAvB,CA1aD;AA2aV,A4KGJ,A1DDA,AqDAA,ApCFE0+B,A9GCF,A1BCA,AkJCA,AgBAA,AvHHEA,AwMCF,ACCA,AFAA,A9KFA,AHuBAoG,A7DpBA,AoQzFI,EhIsFFpG,A7FAAA,K6FAK,A7FAA,C6FAC6O,A7FAAA,AsBuBA,CAAC5qC,E5DvBE,CAAC,GAAD,EAAM,AmQtFN,CvM6GX,CAAmBwlC,C5DvBR,AmIAT,A7FAA,EtCAoB,AmQtFN4U,ChIsFO,A7FAA,CtCAZ,AmIAare,A7FAAA,EtCAE,A4DuB1B,GuEvB6B,A7FAA,AsBuBA,AuM7GlB,ChIsFmB4O,A7FAAA,A6NtFN3zB,CjQjJXpM,CFuOF,C4DuBX,C5DvBkC,AmQtFvB,EAAmBA,CjQjJX,AiIuOI,A7FAA,G6NtFZ,ChIsF8B,A7FAA,A6NtFrC,ChIsFsCmxB,A7FAAA,K6FAK,A7FAA,C6FACwD,A7FAAA,K6FAzB,A7FAA,I6FAkCxD,A7FAAA,K6FAK,A7FAA,C6FACh+B,A7FAAA,M6FAN,A7FAA,I6FAgBg+B,A7FAAA,K6FAK,A7FAA,C6FAC+F,A7FAAA,a6FA7E,A7FAA,okCtCAS,CA3aG;AEoMK,AO2EhB,AT6JC,A4KGJ,A1DDA,AqDAA,ApCFEyK,ALAFpK,AzGCA,A1BCA,AkJCA,AgBAA,AvHHEoK,ANAFpK,A8MCA,ACCA,AFAA,A9KFA,AhEGA,AoO3hBA,AgCkcI,EhIsFFoK,A7FAAA,I6FAI,A7FAA,C6FACzM,A7FAAA,CwFAC,A9FAA,C8FAC9/B,A9FAAA,AmMxhBO,IhGwhBV,A7FAA,C6FAJ,A7FAA,A6LxhBF,C1N2XUkK,A0N3XY,GrGwhBtB,A9FAA,C8FAmBs7B,A9FAAA,EmMxhBnB,C1N2XiB,CAACx9B,A0N3XkB,GrGwhBpC,A9FAA,EhCA4B,CAAC,A8HAA,A9FAA,CvB7JnB,EAAP,AT6JyB,C8HA5B,A9FAA,ChCAkC,GAAN,EAAW,EAAX,EAAe,MAAf,EEvOJ,AFuO2B,KEvOtBqb,UADV,82PFwOS,CA5ad;AEoMK,AO4EhB,AT6JC,A4KGJ,A1DDA,AqDAA,ApCFC,A9GCD,A1BCA,AkJCA,AgBAA,AvHHC,AwMCD,ACCA,AFAA,A9KFA,AHuBA8e,A7DpBA,AoO3hBE,AgCkcC,EhIsFD,A7FAA,K7BlKO,A0PsEP,C1PtEA,AmDyLM,AuK/iBA,CvK+iBCniC,AuK/iBA,GAAG,CgCkcH,KvM6GT,AuK/iBkB,CvK+iBC6R,AuK/iBA,GvK+iBnB,CuK/iBY,EvK+iBa,E5DvBE,CAAC,EmOxhBE,CnOwhBH,AmOxhBzB,EnOwhB+B,E4DuBEwwB,C5DvBR,EAAW,EAAX,A4DuBF,E5DvBiB,A4DuBAC,M5DvBf,EAAuB,A4DuBzB,EAA2B7D,EAA3B,EAA+B,o1E5DvB7B,CA7ab;ASiRZ,AT6JE,A4KGJ,A1DDA,AqDAA,ApCFA,ALAA0D,AzGCA,A1BCA,AkJCA,AgBAA,AvHHA,ANAAA,A8MCA,ACCA,AFAA,A9KFA,AHuBE,A7DpBF,AoO3hBE,AgCkcClmB,MvM6GG8f,EkEvBE,A9FAA,AmMxhBA,AgCkcL9f,CrIsFMjc,A9FAAA,AmMxhBA,EvK+iBE,CuK/iBC,EvK+iBE,CuM7GJ,CAAC6Y,CnQsFM,CAAC,A8HAlB,A9FAA,AmMxhBkB,CrGwhBChH,A9FAAA,A4BuBAitB,AuK/iBA,EnOwhBF,AmQtFd,CrIsFH,A9FAA,ChCAuB,AmOxhBX,ErGwhBa,A9FAA,ChCAR,EAAW,AmOxhBA,CAA1B,CnOwhBe,EAAe,C4DuB9B,EkEvBiCuD,A9FAAA,GhCAlB,EAAuB,A8HAf,A9FAA,E8FAiBC,A9FAAA,Q8FAjB,A9FAA,E8FA2B7D,A9FAAA,E8FA3B,A9FAA,E8FA+B,A9FAA,yBmOtFcznB,IAAnE,q9BnQsFc,CA9aH;AEoMK,AF2Of,A4KGJ,A1DDA,AqDAA,ApCFA,ALAE,AzGCF,A1BCA,AkJCA,AgBAA,AvHHA,ANAE,A8MCF,ACCA,AFAA,A9KFA,AhEGA,AoO3hBE,AgCkcC,MrIsFG+kB,A9FAAA,EmMxhBE,CAAC,ErGwhBE,A9FAA,CmMxhBC,ErGwhBE,A9FAA,ImMxhBI,CrGwhBC+C,A9FAAA,AmMxhBA,IAAP,CnOwhBY,CAAC,GAAD,AmOxhBI,CAA1B,CnOwhB4B,GAAN,A8HAtB,A9FAA,EhCAiC,EAAX,EAAe,MAAf,EAAuB,q3BAAvB,CA/aV;AEqMZ,AF2OE,A4KGJ,A1DDA,AqDAA,ApCFA,A9GCA,A1BCA,AkJCA,AgBAA,AvHHA,AwMCA,ACCA,AFAA,A9KFA,AHuBE,A7DpBF,AoO3hBE,AgCkcA,MvM6GI,EuK/iBE,CAAC,GAAG,CvK+iBCuD,K5DvBK,A4DuBZ,AuK/iBY,CnOwhBC,AmOxhBA,GnOwhBD,C4DuBK,AuK/iBX,CnOwhBY,GAAN,EAAW,CmOxhBC,CnOwhBZ,AmOxhBhB,EnOwhB+B,A4DuB/B,EAAiC,I5DvBjB,EAAuB,yBE3OA,2dF2OvB,CAhbJ;AEqM2B,AF4OrC,A4KGJ,A1DDA,AqDAA,ApCFA,ALAE,AzGCF,A1BCA,AkJCA,AgBAA,AvHHA,ANAE,A8MCF,ACCA,AFAA,A9KFA,AHuBI5D,A7DpBJ,AoO1hBE,IvK8iBEA,EkEvBE,A9FAA,A4BuBA,GAAG4D,AuK7iBL,IrGshBSA,A9FAAA,C9B5OAx9B,A0DmQT,EuK7iBO,CAAC,CnOshBM,A8HAZ,A9FAA,AmMthBO,CnOshBM,AmOthBL,EjO0S2B,CF4OvB,C8HAK,A9FAA,ChCAC,GAAN,AmOthBN,CAAW,CnOshBM,CmOthBjB,CnOshBM,AmOthBP,EnOshBsB,A8HA/B,A9FAA,AmMthB0B,CAAjB,CrGshBwB,A9FAA,AmMthB/B,GACA,A+CwVY,ClR6LE,EAAuB,AmOthBrC,GAEA,OAAO,CAAC,CAAC,CAAC,GAAG,MAAL,EAAa,QAAb,CAAsB,EAAtB,CAAD,EAA4B,CAA5B,CAFP,GAGA,GAHA,GAIA,OAAO,CAAC,CAAG,CAAC,IAAI,CAAN,GAAW,MAAZ,GAAsB,MAAvB,EAA+B,QAA/B,CAAwC,EAAxC,CAAD,EAA8C,CAA9C,CAJP,GAKA,GALA,GAMA,OAAO,CAAC,CAAE,CAAC,GAAG,MAAL,GAAe,MAAhB,EAAwB,QAAxB,CAAiC,EAAjC,CAAD,EAAuC,CAAvC,CANP,GAOA,GAPA,GAQA,OAAO,CAAC,CAAE,CAAC,IAAI,CAAN,GAAW,MAAZ,EAAoB,QAApB,CAA6B,EAA7B,CAAD,EAAmC,CAAnC,CARP,GASA,OAAO,CAAC,CAAC,CAAC,QAAF,CAAW,EAAX,CAAD,EAAiB,CAAjB,CAVT,4MnOuhBgB,CAjbJ;AEsMX,AF4OC,A4KGJ,A1DDA,AqDAA,ApCFA,ALAI45B,AzGCJ,A1BCA,AkJCA,AgBAA,AvHHA,ANAIA,A8MCJ,ACCA,AFAA,A9KFA,AHuBI4D,A7DpBJ,AoO/gBC,A+C+UC,IpJ6LE5D,A9FAAA,A4BuBA4D,EkEvBE,A9FAA,G8FAGA,A9FAAA,A4BuBA,GAAG,EkEvBR,A9FAA,ChCAW,CAAC,A4DuBZ,C1DnQMx9B,AgR+CD,ElR6LM,EAAM,CkR7LP0lD,EhR/CG,AF4OF,CE5OGhmC,CF4OQ,EAAX,CkR7LN,ClR6LqB,CkR7L5B,ChR/CQ,CAAgB3Z,GF4OX,CE5OL,CAAP,AF4OmC,ggBAAvB,CAlbD;AEuMX,AF4OC,A4KGJ,A1DDA,AqDAA,AzCFIy3B,AzGCJ,A1BCA,AkJCA,AgBAA,A7HHIA,A8MCJ,ACCA,AFAA,A9KFA,AHuBIC,A7DpBJ,AqO3iBA,A8C2WE,IpJ6LED,A9FAAA,A4BuBAC,KkEvBK,A9FAA,G8FAG,A9FAA,A4BuBA,G5DvBG,A4DuBA,C5DvBC,A8HAZ,A9FAA,GhCAW,A4DuBX,E5DvBiB,GAAN,EAAW,EAAX,EAAe,GmQvFK,GnQuFpB,EAAuB,8mCAAvB,CAnbD;AEoMK,AFgPf,A4KGJ,A1DDA,AqDAA,AzCFIA,AzGCJ,A1BCA,AkJCA,AgBAA,A7HHIA,A8MCJ,ACCA,AFAA,A9KFA,AHuBG,A7DpBH,AoQ3FmC,AepGlC,GtN+MC,CkEnBEA,A9FAAA,K4BuBK,CuM/GWlS,EnQwFR,A8HAA,A9FAA,ChCAC,A4DuBA,EkEvBE,A9FAA,ChCAH,AmQxFuB,EnQwFjB,C8HAd,A9FAA,C4BuBgBkS,C5DvBR,EAAW,EAAX,EAAe,C4DuBd,K5DvBD,A4DuBqB,E5DvBE,Q4DuB1B,EAAoC,0CuM/GhB,IAAM,q0BnQwFvB,CApbE;AEoMK,AFiPf,A4KGJ,A1DDA,AqDAA,ApCFA,ALAG,AzGCH,A1BCA,AkJCA,AgBAA,AvHHA,ANAG,A8MCH,ACCA,AFAA,A9KFA,AHuBI7D,A7DpBJ,G+HPE,A9FAA,C4B2BEA,EAAE,GuEvBGkN,ALAA,AxFAAA,ANAA,A4BuBArJ,G5DvBG,CAAC,A8HAA,A9FAA,GhCAD,C4DuBR,C5DvBc,E8HAEA,A9FAAA,ChCAR,CmIAZ,A7FAA,CtCAuB,AmIAAxC,A7FAAA,EtCAX,EAAe,C8HAd,A9FAA,CmGAb,A7FAA,E6FA+B/D,A7FAAA,EtCAnB,A8HAqB,A9FAA,EhCAE,CmIAnC,A7FAA,E6FAsC,A7FAA,KwFA7B,A9FAA,E8FAoC,A9FAA,mXhCAjC,CArbE;AEoMK,AFkPf,A4KGJ,A1DDA,AqDAA,ApCFE,ALAE0C,AzGCJ,A1BCA,AkJCA,AgBAA,AvHHE,ANAEA,A8MCJ,ACCA,AFAA,A9KFA,AHuBI6D,A7DpBJ,AoQ5FE,IrIyFE7D,A9FAAA,A4BuBA6D,EuEvBE,ALAA,AxFAA,ANAA,CmGACvG,A7FAAA,EwFAEuG,A9FAAA,CmOzFHlS,EhIyFM,A7FAA,AsBuBA,CuEvBC8a,A7FAAA,EsBuBE,CuMhHH,CrIyFR,A9FAA,EhCAe,A4DuBf,C5DvBgB,CmQzFH,EnQyFE,CmIAjB,A7FAA,CtCAuB,AmQzFvB,ChIyFwB,A7FAA,C6NzFH,CnQyFJ,EAAW,EAAX,EAAe,MAAf,EAAuB,wdAAvB,CAtbL;AEoMK,AFmPf,A4KGJ,A1DDA,AqDAA,ApCFInP,ALAAuG,AzGCJ,A1BCA,AkJCA,AgBAA,AvHHIvG,ANAAuG,A8MCJ,ACCA,AFAA,A9KFA,AHuBG,A7DpBH,AoQ5FG,IhIyFCvG,ALAAuG,AxFAAvG,ANAAuG,KmGAK,A7FAA,C6FAC4I,A7FAAA,EwFAE,A9FAA,G8FAG,A9FAA,I8FAX,A9FAA,ChCAgB,CAAC,AmIAjB,A7FAA,GtCAgB,AmIAI,A7FAA,EtCAE,EmIAtB,A7FAA,CtCAgB,EAAW,EAAX,EAAe,MAAf,EAAuB,mIAAvB,CAvbN;AEoMK,AFoPf,A4KGJ,A1DDA,AqDAA,ApCFIhkC,ALAD,AzGCH,A1BCA,AkJCA,AgBAA,AvHHIA,ANAD,A8MCH,ACCA,AFAA,A9KFA,AhEGA,AqO7iBA,A+BidG,IhIyFCA,A7FAAA,E8L1iBS,KjG0iBF,A7FAA,C6FACujB,A7FAAA,CtCAC,CAAC,EoO1iBS,CpO0iBV,EAAM,AoO1iBe,CjG0iB9B,A7FAA,C6FAiB+hB,A7FAAA,CtCAR,EAAW,EAAX,EAAe,MAAf,CmIAT,A7FAA,CtCAgC,CmIAC1M,A7FAAA,M6FAjC,A7FAA,E6FAyC/D,A7FAAA,K6FAzC,A7FAA,8LtCAS,CAxbC;AEwMZ,AFiPE,A4KGJ,A1DDA,AqDAA,ApCFG,A9GCH,A1BCA,AkJCA,AgBAA,AvHHG,AwMCH,ACCA,AFAA,A9KFA,AHuBE,A7DpBF,AqO7iBE,A+BidC,E/BjdD,IxKikBIsG,AwKjkBA,GAAA,ExKikBK,G5DvBG,CAAC,C4DuBC,E5DvBF,EAAM,A4DuBd,G5DvBQ,C4DuBUA,C5DvBC,EAAX,EAAe,A4DuBA,KAAKnjC,C5DvBpB,EAAuB,M4DuBnC,EAA2C,KAAKmmC,KAAL,CAAWhD,KAAX,EAAkBC,QAAlB,EAZW,CActD,okB5DzBY,CAzbA;AE0Mb,AFgPG,A4KGJ,A1DDA,AqDAA,ApCFC,ALAC,AzGCF,A1BCA,AkJCA,AgBAA,AvHHC,ANAC,A8MCF,ACCA,AFAA,A9KFA,AhEGA,AqO7iBI,A+BidD,MrIyFGD,A9FAAA,K8FAK,A9FAA,AoM1iBC,GpO0iBE,CAAC,AoO1iBC,CtG0iBA,A9FAA,AoM1iBC,EpO0iBH,EAAM,A8HAd,A9FAA,EoM1iBM,CpO0iBE,C8HAUA,A9FAAA,ChCAC,EAAX,AoO1iBc,EpO0iBC,A8HAA,A9FAA,K8FAKnjC,A9FAAA,ChCApB,EAAuB,CoO1iB1B,GAAgC,CAAvC,CtG0iBF,A9FAA,E8FA2C,A9FAA,K8FAKmmC,A9FAAA,K8FAL,A9FAA,C8FAWhD,A9FAAA,K8FAX,A9FAA,E8FAkBC,A9FAAA,Q8FAlB,A9FAA,E8FZW,A9FAA,C8FYkB,A9FAA,uKhCA5D,CA1bA;AA2bV,A4KGJ,A1DDA,AqDAA,AlJDA,A1BCA,AkJCA,AgBAA,AiFFA,ACCA,AFAA,A9KFA,AHwBE,A7DrBF,AqO7iBG,A+BidA,MvMiHGvG,KAAK,CAACqI,CuMjHJiW,KvMiHN,EAAkB,IuMjHjB,GAAmB,CnQyFM,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,KmQzFd,CnQyFD,EAAuB,EmQzFjBA,WAAZ,EAAyBjqB,MAAzB,CAAnB,wDnQyFyB,CA3bd;AA4bV,A4KGJ,A1DDA,AqDAA,ApCFA,ALAE,AzGCF,A1BCA,AkJCA,AgBAA,AvHHA,ANAE,A8MCF,ACCA,AFAA,A9KFA,AHwBI2L,A7DrBJ,AoQ5FG,IvMiHCA,EkExBEA,A9FAAA,CmO/FJ,EhI+FOyQ,A7FAAA,AsBwBA,CAACpI,CkExBC,A9FAA,ChCAC,A8HAAA,A9FAAA,ChCAC,AmQzFJ,GnQyFG,A4DwBR,E5DxBc,A8HAhB,A9FAA,C4BwBiB,CkExBC,A9FAA,A4BwBhB,C5DxBQ,EAAW,AmIAvB,A7FAA,C6FAwBtE,A7FAAA,CtCAZ,EAAe,GmIA3B,A7FAA,E6FAgC/D,A7FAAA,CtCApB,EAAuB,EmIAnC,A7FAA,E6FAuC,A7FAA,kzCtCA3B,CA5bE;AA6bV,A4KGJ,A1DDA,AqDAA,ApCFE,ALAEA,AzGCJ,A1BCA,AkJCA,AgBAA,AvHHE,ANAEA,A8MCJ,ACCA,AFAA,A9KFA,AHwBI,A7DrBJ,AqOljBkC,A+Bsd/B,C/BtdH,ECiBA,CvG8hBIA,A9FAAA,K8FAK,A9FAA,A4BwBAkK,CkExBC7B,A9FAAA,EhCAE,CAAC,E4DwBT,AuMjHM,CnQyFE,A8HAR,A9FAA,EhCAc,C8HAC,A9FAA,C8FAf,A9FAA,AmOzFWiW,CnQyFH,EAAW,EAAX,EAAe,ImQzFxB,EnQyFS,EAAuB,uvBAAvB,CA7bE;AA8bV,A4KGJ,A1DDA,AqDAA,ApCFE,ALAE,AzGCJ,A1BCA,AkJCA,AgBAA,AvHHE,ANAE,A8MCJ,ACCA,AFAA,A9KFA,AHwBG,A7DrBH,AoQ5FG,GvM+FqD,CAoBtD,KkE1BOpU,A9FAAA,IhCAI,CAAC,C8HAV,A9FAA,EhCAS,EAAM,GAAN,EAAW,EAAX,EAAe,KkR/LjB,ClR+LE,EAAuB,0bAAvB,CA9bC;AA+bV,A4KGJ,A1DDA,AqDAA,ApCFE,ALAC,AzGCH,A1BCA,AkJCA,AgBAA,AvHHE,ANAC,A8MCH,ACCA,AFAA,A9KFA,AhEGA,AoQ5FE,AetGA,GpJ8KsD,A9FAA,C8FiBpD,A9FAA,WhCAW,CAAC,CkR/LP,ElR+LM,AkR/Lb,ElR+LmB,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,wdAAvB,CA/bD;AAgcV,A4KGJ,A1DDA,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AgBAA,AvHHE,AwMCF,ACCA,AFAA,A9KFA,AhEGA,AmRlME,sBlR+LoB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,gcAAvB,CAhcR;AAicV,A4KGJ,A1DDA,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AgBAA,AvHHE,AwMCF,ACCA,AFAA,A9KFA,AHwBE,A7DrBF,M6DqBM,CAAClK,KAAK,C5DxBC,A4DwBA0D,C5DxBC,GAAD,EAAM,A4DwBb,G5DxBO,C4DwBU,C5DxBC,A4DwBA1D,E5DxBX,EAAe,C4DwBC,CAAC6D,I5DxBjB,EAAuB,E4DwBlC,EAAsCqH,WAAW,CAAC,IAAD,EAAOlL,KAAP,EAAc0C,EAAd,CAAX,05C5DxB3B;AAjcC,A4Kqcd,A1DDA,AqDAA,ApCFE,ALAA,AzGCF,A1BCA,AkJCA,AgBAA,AvHHE,ANAA,A8MCF,ACCA,AFAA,A9KFA,AHwBC,A7DrBD,C6DDA,E5DpcE,G8HkcI,A9FAA,C8FAC1C,A9FAAA,K8FAK,A9FAA,C8FAC0D,A9FAAA,M8FAX,A9FAA,E8FAmBwH,A9FAAA,SmO1FFt7B,ErI0Fa,A9FAA,C8FAC,A9FAA,CmO1FK,GrI0FN,A9FAA,E8FAOowB,A9FAAA,K8FAP,A9FAA,E8FAc0C,A9FAAA,E8FAd,A9FAA,C8FAX,A9FAA;AhCEnBzhC,A4KEF,A1DDA,AqDAA,ApCFE,ALAA,AzGCF,A1BCA,AkJCA,AgBAA,AvHHE,ANAA,A8MCF,ACCA,AFAA,A9KFA,AhEGA,AoQ9FsC,EnQ4FpCA,MAAM,CAAC,A8HDA,A9FAA,CmO3FcozB,GrI2FrB,A9FAA,GmO3FoC,KnQ4FjB,akRjMT,qDfqGoB,IAAM;AnQ6FlCtxB,A4KEJ,A1DDA,AqDAA,ApCFE,ALAD,AzGCD,A1BCA,AkJCA,AgBAA,AvHHE,ANAD,A8MCD,ACCA,AFAA,A9KFA,AHwBA,A7DrBA,AmRpMY,CpJ2KZ,A9FAA,GhCuBIA,K4DuBK4nC,M5DvBM,CAAC,G4DuBhB,CAAoB3K,C5DvBL,EAAQ/8B,EEpPhB3B,A0D2QP,EAA2B,C5DvBZ,CAAX,GEpPU;AACZ,AFoPC,A4KEH,A1DDA,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AgBAA,AvHHE,AwMCF,ACCA,AFAA,A9KFA,AHwBE,A7DrBF,AoQ/FE,GnQ2FM,CAAN,K4DyBO0+B,C1D3QH,AiQuJA3L,IvMoHQ,CAACqP,CuMpHH,CjQvJCpiC,I0D2QJ,AuMpHQ,CjQvJX,G0D2QmB0+B,AuMpHvB,EjQvJqB,AiQuJA,GvMoHO,CAACh+B,MAAN,C1D3QvB,EAAkC,E0D2QM,CAAjC,IAAsCg+B,KAAK,CAAC2I,eAAN,KAA0B,IAAhE,IAAwE,CAAC3I,KAAK,CAAC6D,QAA/E,IAA2F,CAAC7D,KAAK,CAACoI,OAAzG;A1D3QkC,AFsPnC,A4KCD,A1DDA,AqDAA,ApCFE,ALAF7mC,AzGCA,A1BCA,AkJCA,AgBAA,AvHHE,ANAFA,A8MCA,ACCA,AFAA,A9KFA,AHwBC,A7DrBD,AsOpiBA,A8BqcG,AetGD,ClRxXD,GAAD,E8H0jBM,A9FAA,AqMjiBO,CvGiiBNC,A9FAAA,KqMjiBP,A8BqcO,C9BrcY,C6C+Vb44C,KfsGQ,CetGF,CpJkMZ,A9FAA,C8FAsBhU,A9FAAA,CkPlMP,CfsGIkY,IetGClE,EpJkMU,A9FAA,C8FACn2C,A9FAAA,GkPlM7B,CfsGY,AevGF,CfuGmB2L,AepG7B,EfoGY,CAAP,CrI4FP,A9FAA,E8FA0C,A9FAA,EmO5FH,SjQvJd,EiQuJtB,EAAiD,CjQvJtB0X,A4HmP9B,A9FAA,E8FA4D,A9FAA,Q9BpPxB;AAAA,A0KwPpC,A1DDA,AqDAA,ApCFE,ALAA,AzGCF,A1BCA,AkJCA,AgBAA,AvHHE,ANAA,A8MCF,ACCA,AFAA,A9KFA,AhEGA,AoQ/FI,AepGF,efoGOg3B,WAAL,CAAiB1uC,EAAjB,IAAuB,qBAAO,KAAK0uC,WAAL,CAAiB1uC,EAAjB,CAAP,EAA6BykB,MAA7B,CAAvB;AnQ8FH,A4KED,A1DDA,AqDAA,ApCFE,ALAA,AzGCF,A1BCA,AkJCA,AgBAA,AvHHE,ANAA,A8MCF,ACCA,AFAA,A9KFA,AHuBA,A7DpBA,AoQ/FI,AepGF,StNuNO8W,AuMrHN,InQ+FU,EmQ7FH,GvMmHV,CAAmBpH,MAAnB,EAA2B/D,KAA3B,EAAkC;A1D7QE,AFwPlC,A4KEF,A1DDA,AqDAA,ApCFE,ALAA,AzGCF,A1BCA,AkJCA,AgBAA,AvHHE,ANAA,A8MCF,ACCA,AFAA,A9KFA,AHuBE+D,A7DpBF,AoQ/FI,EvMmHFA,MAAM,CAAC4F,MAAP,AuMnHO2U,CvMmHO,UAAUj4C,AuMnHtB,CAAiBuJ,EvMmHL,AuMnHZ,EvMmH2B,EuMnHJykB,MAAvB;AjQ1JD,A0K0PH,A1DDA,AqDAA,ApCFE,ALAA5yB,AzGCF,A1BCA,AkJCA,AgBAA,AvHHE,ANAAA,A8MCF,ACCA,AFAA,A9KFA,AHuBIu+B,A7DpBJ,AoQ/FI,AerGF,EpJiMAv+B,A9FAAA,E4BuBEu+B,KAAK,CAAC6I,EkEvBE,A9FAA,E8FAE,A9FAA,AkPjMR,KpJ6LsD,A9FAA,A4B2BxD,AsNxNO6kB,MAAL,CAAYV,SAAZ,KAA0B,IAA9B,EAAoC,sBhRtDI;AAAA,AFyPxC,A4KEF,A1DDA,AqDAA,ApCFE,ALAAnqC,AzGCF,A1BCA,AkJCA,AgBAA,AvHHE,ANAAA,A8MCF,ACCA,AFAA,A9KFA,AhEGA,AsOliBE,A8BmcC,AerGAu3B,EpJiMDv3B,A9FAAA,AqM/hBA,GvG+hBG,A9FAA,ChCCCjjB,C8HDC,A9FAA,AmOlGL,Ke/FCw6C,ClRkMU,AqOhiBX,A8BmcO,C9BncK,EnOuSAtxC,AFyPE,A8HDA+Z,A9FAAA,EhCCd,AkRlMO,CpJiMF,A9FAA,CqM/hBO,C6C8VF,CpJiMU,A9FAA,C9BxPoB,AmOvSX,G6C8Vd8qC,O7C9Vf,C6C8VCvT,C7C9VsC;AnOwSrCtxC,AFyPF,A4KEF,A1DDA,AqDAA,ApCFE,ALAE,AzGCJ,A1BCA,AkJCA,AgBAA,AvHHE,ANAE,A8MCJ,ACCA,AFAA,A9KFA,AHsBI,A7DnBJ,AsOliBI,A8BmcD,Ae7GS,MlR0MNjJ,E4DqBEwG,CyKrjBC,EvG+hBE,A9FAA,A4BsBP,AsN/NQ,ChR/CRyC,AiQ4JKy1C,AenGP,CtNqNW,E5DrBE,AqOhiBX,CvG+hBYxb,A9FAAA,EhCCE,AqOhiBA,CnOuSP,CAACta,AFyPV,CmQ7FgB,G9Bncd,A8BmciB,KAAK61B,CrI4Ff,A9FAA,C9BxPP,A4HwP2Bt8C,A9FAAA,G9BxPLV,G4HwPtB,A9FAA,E9BxPA,CiQ4JiB,CAAiBsO,EAAjB,CAAlB,CADM,CAGN;AjQ7JC,A0K2PJ,A1DDA,AqDAA,ApCFE,ALAC,AzGCH,A1BCA,AkJCA,AgBAA,AvHHE,ANAC,A8MCH,ACCA,AFAA,A9KFA,AHsBMm0B,A7DnBN,AsOliBG,A6CgWD,MtNqNIA,MAAM,CAAC34B,IAAP,CAAY,OAAZ,EAAqB/E,GAArB;A1DjR8B,AF6PlC,A4KEF,A1DDA,AqDAA,ApCFE,ALR0D,AzGS5D,A1BCA,AkJCA,AgBAA,AvHHE,ANR0D,A8MS5D,ACCA,AFAA,A9KFA,AHsBK,A7DnBL,AoQ9FG,CrImFH,A9FAA,KhCSM,MmQ5FC,OAAOk4C,SAAP,KAAqB,WAAzB,EAAsC;AjQjKL,AF8PhC,A4KEJ,A1DDA,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AgBAA,AvHHE,AwMCF,ACCA,AFAA,A9KFA,AhEGA,AoQ9FI,QnQ4FI,MmQ5FA,CnQ4FOz+C,MAAP,CmQ5FOy+C,InQ4FW,KmQ5FF,CAACC,KnQ4FrB,CmQ5FI,CnQ4F+B5+C,KmQ5FH,EnQ4FU,GAAGE,GmQ5F7C,EAA0C,CnQ4FP;AE9PH,AF+PhC,A4KEJ,A1DDA,AqDAA,ApCFE,ALAF,AzGCA,A1BCA,AkJCA,AgBAA,AvHHE,ANAF,A8MCA,ACCA,AFAA,A9KFA,AHqBIkgC,A7DlBJ,AoQ9FKue,AetGH,ItNsNEve,I5DpBI,C8HDC2K,A9FAAA,A4BqBA,CAAC/G,EuMhHL2a,GnQ4FUx+C,EkRlMN,CAAA,CpJiMT,A9FAA,C8FAoBigC,A9FAAA,C4BqBhB,AuMhHU,AetGL,CfsGMye,CnQ4FP,C4DoBgB,CkErBxB,A9FAA,CkPjMS,CpJiMkB,A9FAA,AkPjMlB,ClRkMmB,A4DoBxB,CuMhHC,GAAoB,IetGhB,EAAWrE,ClRkMhB,EAAqCv6C,GkRlMhC,EAAmB,IlRkMsB,AkRlMzC,EAAyB8M,ClRkMmB5M,AmQ5FrB,EAAP,CetGhB,CfsG2Bw+C,AetGKx7B,IlRkMA,KmQ5FI,CAACy7B,AetGLz7B,IAAD,EfsGf,AetGyB,CfsG7C;AjQnK+B,AFgQjC,A4KEH,A1DDA,AqDAA,ApCFE,ALAA,AzGCF,A1BCA,AkJCA,AgBAA,AvHHE,ANAA,A8MCF,ACCA,AFAA,A9KFA,AHqBIghB,A7DlBJ,AoQ9FK,AetGF,GlR+LD,CAGE,A4DoBAA,KkErBK/D,A9FAAA,C4BqBC,C5DpBChgC,A4DoBAoL,C5DpBP,EAAU,A8HDA,A9FAA,ChCCE,A8HDDs4B,A9FAAA,A4BqBX,CAAY,AsNtNPwhB,GfsGG3G,CetGC,CpJiMJ,A9FAA,EkPjMO,EpJiMSve,A9FAAA,E4BqBrB,CuMhHiB,CAACwe,AetGN,CpJiMc,A9FAA,AkPjMTh7B,CpJiMUxhB,A9FAAA,EkPjMf,CAAS+G,CfsGpB,ErI2FoB,A9FAA,K8FAiB,A9FAA,C8FAjC,A9FAA,I8FAsCi3B,A9FAAA,AkPjM/B,CAAwB,IpJiMY,A9FAA,C8FAC2I,A9FAAA,CkPjMrC,CAAb,apJiM4C,A9FAA,K8FA0B,A9FAA,I8FAhE,A9FAA,I8FAwE,A9FAA,C8FAC3I,A9FAAA,K8FAK,A9FAA,C8FAC6D,A9FAAA,Q8FA/E,A9FAA,I8FA2F,A9FAA,C8FAC7D,A9FAAA,K8FAK,A9FAA,C8FACoI,A9FAAA,O8FAzG,A9FAA;A9B/PkC,A0KmQpC,A1DDA,AqDAA,ApCFE,ALAD,AzGCD,A1BCA,AkJCA,AgBAA,AvHHE,ANAD,A8MCD,ACCA,AFAA,A9KFA,AHqBIqC,A7DlBJ,AoQ9FK,IvMgHDA,WAAW,CAAC1G,MAAD,EAAS/D,KAAT,CAAX;A1DjRD,AF8PD,A4KEF,A1DDA,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AgBAA,AvHHE,AwMCF,ACCA,AFAA,A9KFA,AHqBG,A7DlBH,AsOniBS,A6C+VN,E7C/VM,CzK6iBP,G5DZI//B,CElQJ,AmO/RY,GrOiiBJ,AqOjiBI,GnOmSL,AF8PIL,GkRlMN,IlRkMa,CAACM,EkRlMP6iB,IAAP,GlRkMM,EkRlMU,ElRkMW,EAAhC,IkRlMC,EAA8B;AhR3D9B,AF6PD,A4KGF,A1DDA,AqDAA,ApCFE,ALAF,AzGCA,A1BCA,AkJCA,AgBAA,AvHHE,ANAF,A8MCA,ACCA,AFAA,A9KFA,AHqBC,A7DlBD,AsOniBI,A8BqcA,AetGAA,MlRkME5iB,GmIDG,ALAAgrC,AxFAA,ANAAA,CmGACnL,A7FAAA,C+LhiBC,CnOmSJ,EiQkKC,AetGJjd,C/IiMW,A7FAA,C6FACwgB,A7FAAA,A+LhiBA,CnOmSJvhC,AmOnSK,CvGgiBjB,A9FAA,AkPjMQ,CpJiMW+hC,A9FAAA,ChCCC,CmQ5FLwa,AetGJx7B,C7C/VW,CnOmSf,AF8PgB9iB,AmIDd,A7FAA,EwFAT,A9FAA,AkPjMe,ChR5DM,AgR4DL+Q,ChR5Db,AF8PwB,AmIDA,ALAAgvB,AxFAA,ANAAA,ChCCC5/B,AmIDA4/B,A7FAAA,A+LhiBZ,CnOmSQ,AmOnSpB,C8BqcoB,AetGbjd,CfsGc27B,CrI2FzB,A9FAA,AkPjMI37B,C/IiM6B,A7FAA,C6FACygB,ALAA,AxFAAA,ANAA,GhCAhC,EmIAO,A7FAA,C6N3FD,IhI2FoCxD,A7FAAA,C6N3FL,IhI2FU,A7FAA,C6FACh+B,A7FAAA,G6N3F9C,EAA6C,ChI2FL,A7FAA,G6FAeg+B,A7FAAA,K6FAK,A7FAA,C6FAC+F,A7FAAA,a6FArB,A7FAA,I6FAsC/F,A7FAAA,K6FAK,A7FAA,C6FAC4O,A7FAAA,O6FAN,A7FAA,I6FAiB5O,A7FAAA,K6FAK,A7FAA,C6FACh+B,A7FAAA,M6FAN,A7FAA,K6FAiB,A7FAA,C6FA3G,A7FAA,C6FAP,A7FAA,E6FAsH,A7FAA;ApC5PpH,AF4PF,A4KIF,A1DDA,AqDAA,ApCFI,ALAF+hC,AzGCF,A1BCA,AkJCA,AgBAA,AvHHI,ANAFA,A8MCF,ACCA,AFAA,A9KFA,AhEGA,AsOniBG,A8BqcEwa,ErI2FHxa,A9FAAA,IhCCI3jC,EmIDEouB,ALAA,AxFAAA,ANAA,C8FACmb,A9FAAA,EmGAE,A7FAA,C6N3FN4U,EhI2FSve,A7FAAA,CtCCC,A8HDb,A9FAA,C8FAc,A9FAA,C9B7PL,CF8PO7/B,CmIDC,A7FAA,C6FAC6B,A7FAAA,C6N3FN,CjQlKEslB,AiQkKDq3B,IhI2FX,ALAsBt4C,AxFAtB,ANAsBA,G8FAV,A9FAA,E8FAe,A9FAA,AmO3F1B,CjQlKM,AF8PqB,CE9PL,CAAhB,AiQkKgBk4C,EjQlKG91B,CF8PO,KAAK,CAAxB,AmQ5FkB,CAACi2B,EnQ4FS,CE9P1C,CF8Pc,GAAiCv+C,EmQ5F9C,YnQ0FH;AE3PE,A0KgQJ,A1DDA,AqDAA,ApCFIsmB,ALAAuZ,AzGCJ,A1BCA,AkJCA,AgBAA,AvHHIvZ,ANAAuZ,A8MCJ,ACCA,AFAA,A9KFA,AHoBA,A7DjBA,AoQ9FK,AetGD,I/IiMAvZ,ALAAuZ,AxFAAvZ,ANAAuZ,KmGAK,ALAA,AxFAA,ANAA,A4BoBAoL,CuEpBC,ALAAvC,AxFAA,ANAAA,Q4BoBV,AsNrNQ9lB,CpJiMJ,A9FAA,A4BoBeghB,AuM/GPwa,GetGA,GtNqNZ,EAA2Bve,AsNrNV,CfsGI,CAAC0e,AetGlB,EAAiB,C/IiMZ,A7FAA,AsBoBT,CuEpBI,A7FAA,CsBoB8B,IuM/G7B;AjQjKF,AF8PD,A4KEF,A1DDA,AqDAA,ApCFI3a,A9GCJ,A1BCA,AkJCA,AgBAA,AvHHIA,AwMCJ,ACCA,AFAA,A9KFA,AHoBE,A7DjBF,AoQ9FK,AetGA,I/IiMDA,A7FAAA,EtCCE1jC,A4DmBA,CAAC2/B,GuEpBG,A7FAA,C6FAC1T,A7FAAA,CtCCC,A4DmBA,CAACsX,E5DnBEhkC,AmIDX,A7FAA,C6FAY,A7FAA,C6FAZ,A7FAA,KtCCF,E4DmBI,IAAsB,CAACogC,KAAK,CAAC2D,WAAjC,EAA8C;A1DhR9C,AF8PA,A4KEF,A1DDA,AqDAA,ApCFI,ALAA,AzGCJ,A1BCA,AkJCA,AgBAA,AvHHI,ANAA,A8MCJ,ACCA,AFAA,A9KFA,AHoBI,A7DjBJ,AmRpMK,MlRkMCrjC,EmIDEkuB,ALAAnoB,AxFAAmoB,ANAAnoB,A4BoBA,GuEpBG,ALAP,AxFAO,ANAP,E8FAS,A9FAA,ChCCC,C4DmBC09B,CuEpBC/D,A7FAAA,CtCCCngC,ImIDI,A7FAA,AsBoBA,CuEpBCmC,A7FAAA,AsBoBA2nC,I5DnBpB,EmIDE,A7FAA,AsBoBI,EuEpBsB,A7FAA,GsBoBG,UAA7B,EAAyC;A1D/Q5C,AF6PC,A4KEF,A1DDA,AqDAA,ApCFM,ALAA7F,AzGCN,A1BCA,AkJCA,AgBAA,AvHHM,ANAAA,A8MCN,ACCA,AFAA,A9KFA,AHoBM9D,A7DjBN,AoQ9FI,AetGA,MlRkMEz/B,A8HDAujC,A9FAAA,A4BoBA9D,KAAK,CAAC6I,EuM/GJ,EnQ4FQ,GAAG,CAAC,A8HDA,A9FAA,ChCCCxoC,A8HDA0jC,A9FAAA,A4BoBf,AuM/GSwa,MnQ4FY,A8HDP,A9FAA,ChCCQx+C,C8HDCsG,A9FAAA,CmO3FL,CAACu4C,CrI2FL,A9FAA,C8FAd,A9FAA,GhCCJ,AmQ5FM,KAA2B,QAA/B,EAAyC;AnQ6F3C,A4KEF,A1DDA,AqDAA,ApCFG,ALAE,AzGCL,A1BCA,AkJCA,AgBAA,AvHHG,ANAE,A8MCL,ACCA,AFAA,A9KFA,AHoBM5e,A7DjBN,AoQ9FKue,MnQ4FC/9C,A4DmBAw/B,KAAK,C5DnBC,A4DmBA2D,AuM/GP4a,GnQ4FU,CAAC,CAACj+C,ImQ5FH,CAACu+C,CvM+GT,E5DnBmB,CAACp+C,A4DmBA,CuM/GrB,GvM+GC,AuM/GiB89C,SAAS,CAACK,CnQ4FlB,IAA8B,AmQ5FxC,CnQ4FyC,CAACt+C,QAAQ,CAACI,IAAzC,IAAiD,OAAOJ,QAAQ,CAACK,gBAAhB,KAAqC,UAAtF,IAAoG,OAAOL,QAAQ,CAACM,aAAhB,KAAkC,UAAnJ;AACA,A4KEF,A1DDA,AqDAA,AlJDA,A1BCA,AkJCA,AgBAA,AiFFA,ACCA,AFAA,A9KFA,AHoBMk0C,A7DjBN,AsOpiBS,A8BscJ,AetGF,E7ChWM,IrOkiBHj0C,A4DmBAi0C,EyKrjBS,CzKqjBN,CAACpmB,C5DnBC,AqOliBI,GrOkiBD,CAACtuB,CkRlMR2iB,EtNqND,CAAaooB,AuM/GPoT,CetGD,IlRkMa,CAACz9C,AkRlMT,GtNqNV,AuM/Ge,CAAC89C,AetGf77B,CtNqNuBghB,E5DnBf,CAAkB,AkRlMT,CfsGnB,EvM+GC,EAAgC/D,C5DnBvB,CAAD,AkRlMiBjd,GtNqNzB,C5DnBsC,AkRlMpB,ClRkMqB3iB,IkRlML,KlRkMc,CAACU,KkRlMpD,ElRkM0C,AkRlMQ,ClRkMU,UAAlB,CAA3C;AAEA,A4KCF,A1DDA,AqDAA,ApCFEk/B,ALAEA,AzGCJ,A1BCA,AkJCA,AgBAA,AvHHEA,ANAEA,A8MCJ,ACCA,AFAA,A9KFA,AHoBK,A7DjBL,AsOpiBI,A8BscC,AetGD,E/IiMFA,A7FAAA,EwFAEA,A9FAAA,C4BgBA,C5DdEj/B,CmIFC,A7FAA,C6FACouC,A7FAAA,CwFAC,A9FAA,C8FACvL,A9FAAA,C4BoBC,AyKrjBA,MAAM,CAAC,ClGiiBhB,A7FAA,EwFAE,A9FAA,CmGAkB,A7FAA,C+LjiBC,CvGiiBC,A9FAA,EhCEE,CmIFxB,A7FAA,CwFAE,A9FAA,ChCEyB,AqOniBZ,CAAb,mBrOmiBF;A4KEF,A1DDA,AqDAA,ApCFC,ALAGG,AzGCJ,A1BCA,AkJCA,AgBAA,AvHHC,ANAGA,A8MCJ,ACCA,AFAA,A9KFA,AHoBM/D,A7DjBN,AsOpiBG,A6CgWC,E/IiMF,A7FAA,EwFAE+D,A9FAAA,E4BoBE/D,IkEpBI,A9FAA,C8FAC50B,A9FAAA,A4BoBA,CAACw4B,GkEpBR,A9FAA,C8FAY,A9FAA,O4BoBV,GAAoB,CkEpBtB,A9FAA,G4BoBE;A5DlBJ,A4KEF,A1DDA,AqDAA,ApCFA,ALAI6G,AzGCJ,A1BCA,AkJCA,AgBAA,AvHHA,ANAIA,A8MCJ,ACCA,AFAA,A9KFA,AHoBM1G,A7DjBN,AoQ9FI,IrI2FA0G,A9FAAA,EhCCEzpC,A4DmBA+iC,MAAM,CAAC34B,CuM/GL,CrI2FO,A9FAA,ChCCC,A8HDA24B,A9FAAA,C4BoBV,CAAY,C5DnBC,EmQ5FJwa,CrI2FA,A9FAA,E8FASve,A9FAAA,K8FAT,A9FAA,A4BoBT,CkEpBF,A9FAA,AmO3FoB,CnQ4FO,AmQ5FN8e,IAAjB,KAA0B,QAA9B,EAAwC;AnQ6FxC,A4KEJ,A1DDA,AqDAA,ApCFA,ALAG,AzGCH,A1BCA,AkJCA,AgBAA,AvHHA,ANAG,A8MCH,ACCA,AFAA,A9KFA,AHoBK,A7DjBL,AoQ9FKP,AetGF,GpJuLD,A9FAA,KhCWM,ImQ5FHA,IetGE2G,IAAI,CfsGG,CAACr2C,GetGC,CfsGX,GAAiB0vC,AetGnB,EAAmB,OfsGS,CAACO,IAA3B;AnQ6FC,A4KEN,A1DDA,AqDAA,ApCFA,ALAC,AzGCD,A1BCA,AkJCA,AgBAA,AvHHA,ANAC,A8MCD,ACCA,AFAA,A9KFA,AHoBG,A7DjBH,AoQ9FK,AetGDoG,alRkMS,CkRlMTA,IAAI,CfsGI3G,AetGHqJ,SfsGY,CAAC7I,CnQ4FQ,AkRlM1BmG,CAAkBniC,CfsGjB,GetGDmiC,OlRkME;AACD,A4KEL,A1DDA,AqDAA,AlJDA,A1BCA,AkJCA,AgBAA,AiFFA,ACCA,AFAA,A9KFA,AHoBC,A7DjBD,AoQ9FK,AexGF,KlRkMC,CAEE,OAAOllD,AkRpMV,ClRoMG,EAAU,GkRlMN;AlRmMJ,A4KEN,A1DDA,AqDAA,AzCFA,AzGCA,A1BCA,AkJCA,AgBAA,A7HHA,A8MCA,ACCA,AFAA,A9KFA,AhEGA,AmRpMI,SpJiMKorC,A9FAAA,IhCCI,CkRlMT,IlRkME,A8HDN,A9FAA,C8FAmBrH,A9FAAA,CkPjMf,CAAK70B,IpJiMT,A9FAA,E8FA2B8wB,A9FAAA,GkPjMvB,EpJiMJ,A9FAA,CkPjMqBjd,CpJiMa,A9FAA,GkPjM9B;AlRmMC,A4KEL,A1DDA,AqDAA,ApCFA0oB,ALAE,AzGCF,A1BCA,AkJCA,AgBAA,AvHHAA,ANAE,A8MCF,ACCA,AFAA,A9KFA,AHoBA,A7DjBA,AsOriBS,A8BucL,E9BvcK,IvGkiBH,A9FAA,C8FACzL,A9FAAA,CmGAC,A7FAA,A+LliBO,ClGkiBN/7B,A7FAAA,AsBoBAwmC,EyKtjBM,CvGkiBH,A9FAA,C8FAC7G,A9FAAA,CmO3FL,IhI2FR,A7FAA,C6FAmByL,A7FAAA,CsBoBnB,CAAqBtL,AuM/GNwa,GhI2Ff,ALAM,AxFAN,ANAM,C9B/PCj9C,EiI+PoB,A7FAA,AsBoB3B,CkEpB4B,A9FAA,C8FAC0+B,A9FAAA,A4BoBAA,CuM/GL,CAACgf,CjQpKX,E4H+PoB,A9FAA,A4BoBlC,CkEpBmCrb,A9FAAA,AmO3F3B,CvM+G4B,CuEpBCl7B,A7FAAA,C6FAV,A7FAA,E6FAa,A7FAA,A6N3FN,MrI2FhC,A9FAA,E8FA8C,A9FAA,AmO3F5C,EAAwC;AjQnK1C,AFgQC,A4KEH,A1DDA,AqDAA,ApCFEq7B,ALAE,AzGCJ,A1BCA,AkJCA,AgBAA,AvHHEA,ANAE,A8MCJ,ACCA,AFAA,A9KFA,AHoBE,A7DjBF,AsOriBI,A8BucCya,AetGD,E/IiMFza,A7FAAA,CtCLiB,EAAjB,C4DyBIuH,EkEpBE,A9FAA,E9B/PF,A0DmRI,CyKtjBC,C8BucNkT,CvM+GQ5T,EkEpBE5G,A9FAAA,CmGAC,A7FAA,CpC/PHziC,AiI+PI,A7FAA,A+LliBA,CAAC,A6CiWV,G/IiMQ,ALAK,AxFAL,ANAK,AmO3FP,CjQpKR,A4H+PgBqoC,A9FAAA,AmO3FPsV,ChI2FQ,A7FAA,AsBoBA,AyKtjBA,CzKsjBCjf,AsNrNhB,CAAKotB,EhR9DU,AiI+PI7lB,A7FAAA,CwFAnB,A9FAA,C4BoBe,AyKtjBN,CzKsjBf,AyKtjBE,GvGkiB6B,A9FAA,CkPjMzB,IhR9DN,CgR8DyB,ChR9DS,AiQoK/B,CetGG,EpJiMA,A9FAA,AmO3F4BgX,EetGHx7B,EpJiMc,A9FAA,C8FACid,A9FAAA,CkPjMX,CAACl/B,EfsGO,ChI2FtB,ALA8B,AxFA9B,ANA8B,AmO3FPk+C,ChI2FQ,ALAAnc,AxFAA,ANAAA,GmO3FjD,AetG4B9f,CAAa,K/IiMvB,ALAnB,AxFAmB,ANAnB,CmGAY,A7FAA,A4OjM8B,C/IiM5C,ALA+D,AxFA/D,ANA+D,AkPjMdqqC,SAAlBrqC,MAAiC,CAAC,CAA/D,EAAkE;AhR9DlC,A0KmQpC,A1DDA,AqDAA,ApCFC,ALAKid,AzGCN,A1BCA,AkJCA,AgBAA,AvHHC,ANAKA,A8MCN,ACCA,AFAA,A9KFA,AhEGA,AsOriBG,A8BucE,AetGA,C/I+LL,A7FAA,KwFEMA,A9FAAA,K8FAK,A9FAA,C8FAC6I,A9FAAA,IkPjMP,GfsGO0V,ErI2FN,A9FAA,CkPjMD,CAAKrvC,KfsGW,CAAC8vC,GetGjB,CfsGA,GetGkB,MAAA,CAAKoO,SAAvB,ChR9DoB,KAAK9lC,UADM;AAAA,AFkQlC,A4KEF,A1DDA,AqDAA,AzCFM0Y,AzGCN,A1BCA,AkJCA,AgBAA,A7HHMA,A8MCN,ACCA,AFAA,A9KFA,AHmBE,A7DhBF,AoQ9FK,AetGA,MpJiMCA,A9FAAA,A4BmBAqL,IAAJ,C5DlBSpqC,A8HDA,A9FAA,C8FAC0iC,A9FAAA,A4BmBA,K5DlBV,CAAgBziC,EAAhB,EAAoB,C8HDhB,A9FAA,G8FAoB,A9FAA,I8FApB,A9FAA;AhCEF,A4KEJ,A1DDA,AqDAA,ApCFAuqC,ALAMtgC,AzGCN,A1BCA,AkJCA,AgBAA,AvHHAsgC,ANAMtgC,A8MCN,ACCA,AFAA,A9KFA,AHmBIigC,A7DhBJ,AmRpMI,ItNoNAA,EkEnBEjgC,A9FAAA,EhCCE,AmIDA,A7FAA,C6FAClH,A7FAAA,IwFAI,A9FAA,A4BmBA,CkEnBCyqB,A9FAAA,A4BmBAqV,IuEnBd,A7FAA,C6FAmB6F,A7FAAA,CsBmBN,EkEnBP,A9FAA,A4BmBgB5J,CuEnBtB,ALAuBmL,AxFAvB,ANAuBA,GmGAG,A7FAA,CsBmBb,CAAT,IkEnBE,A9FAA,E8FA4BpH,A9FAAA,EmGAE2M,A7FAAA,I6FAV,ALApB,AxFAoB,ANApB,EmGAoCC,ALAA3Q,AxFAA2Q,ANAA3Q,K8FApC,A9FAA,GmGAoB,A7FAA,E6FA0B,A7FAA;ApClQhB,AFoQ9B9+B,A4KEN,A1DDA,AqDAA,ApCFE,ALAG,AzGCL,A1BCA,AkJCA,AgBAA,AvHHE,ANAG,A8MCL,ACCA,AFAA,A9KFA,AhEGA,AoQ9FI,Ae9HK,KpJqNL,A9FAA,ChCKEA,AmIDA0vB,A7FAAA,EtCCE,CmIDC,A7FAA,EwFAE,A9FAA,AkPzNF,C/IyNG,A7FAA,A4OzNV,Ef8HM,EhI2FN,A7FAA,M6N3Fa2tB,SAAS,CAACW,IAAjB,MAA0B,QAA9B,EAAwC;AjQvKzC,AFoQE,A4KEL,A1DDA,AqDAA,ApCFE,ALAIlf,AzGCN,A1BCA,AkJCA,AgBAA,AvHHE,ANAIA,A8MCN,ACCA,AFAA,A9KFA,AHkBI,A7DfJ,AoQ9FKue,AetGH,KlRgME,CAEE,AmIDAve,ALAAA,AxFAAA,ANAAA,E4BkBEA,GuElBG,ALAA,AxFAA,ANAA,C8FAC4D,A9FAAA,AmO3FP2a,CnQ4FQv+C,A4DiBA,C5DjBP,AmIDQ,A7FAA,AsBkBA6oC,E5DjBE,GmIDGjG,A7FAAA,E6N3FL,CAACuc,CrI2FT,A9FAA,A4BkBE,GkElBkB,A9FAA,E4BkBE,CAAxB,CkElBE,A9FAA,C4BkByB,EuElB7B,A7FAA,A6N3FG,GAAwBZ,SAAS,CAACW,IAAlC,kBjQxKqC;AAAA,AFqQpC,A4KEN,A1DDA,AqDAA,AzCFMnb,AzGCN,A1BCA,AkJCA,AgBAA,A7HHMA,A8MCN,ACCA,AFAA,A9KFA,AHkBM/D,A7DfN,AoQ9FK,MrI2FC+D,A9FAAA,A4BkBA/D,I5DjBI,CAACh/B,A4DiBA,CkElBC,A9FAA,A4BkBA6iC,CkElBCz4B,A9FAAA,G9BpQCtC,C4HoQR,A9FAA,C8FAY,A9FAA,CmO3FNy1C,CvM6GN,C5DjBA,EErQoC,AFqQnB,A4DiBA,IAAjB,CuM7Ge,CrI2Ff,A9FAA,AmO3FgBW,IAAjB;AjQxKDp2C,AFqQI,A4KER,A1DDA,AqDAA,ApCFE,ALAG,AzGCL,A1BCA,AkJCA,AgBAA,AvHHE,ANAG,A8MCL,ACCA,AFAA,A9KFA,AHkBMi7B,A7DfN,AsOtiBS,A8BwcJ,E9BxcI,IzKqjBHA,IuElBI/D,A7FAAA,EpCpQNl3B,A0DsRQ,AyKrjBO,CzKqjBNsC,C5DjBCpL,CAAN,AmIDO,A7FAA,A+LniBI,ClGmiBH2uC,A7FAAA,CsBkBV,CAAY,C1DtRP,CAACz/B,MiIoQV,A7FAA,AsBkBI,G1DtRF,GAAoB5N,KAApB;AACA,AFqQG,A4KEP,A1DDA,AqDAA,ApCFI,ALAD,AzGCH,A1BCA,AkJCA,AgBAA,AvHHI,ANAD,A8MCH,ACCA,AFAA,A9KFA,AHkBK,A7DfL,AsOtiBI,SlGmiBK,A7FAA,C6FAL,A7FAA,C+LniBO,UAAU,CAAC,KAAK,MAAN,CAAjB,U6CiWkB;AhRrEc,AFyQ/B,A4KEL,A1DDA,AqDAA,ApCFM0+B,ALAL,AzGCD,A1BCA,AkJCA,AgBAA,AvHHMA,ANAL,A8MCD,ACCA,AFAA,A9KFA,AHkBG,A7DfH,AsOtiBG,A8BwcC,AexGkB,M/ImMhBA,A7FAAA,K6FAK,A7FAA,C6FAC0O,A7FAAA,E6N3FJ,GhI2FF,A7FAA,G6FAcgC,A7FAAA,E6N3FL6N,EhI2FT,A7FAA,O6N3FkB,CAACa,aAAjB,MAAmC,QAAvC,EAAiD;AjQ7KjB,AF0QjC,A4KEH,A1DDA,AqDAA,ApCFM,A9GCN,A1BCA,AkJCA,AgBAA,AvHHM,AwMCN,ACCA,AFAA,A9KFA,AhEGA,AoQ9FKb,YAAAA,SAAS,CAACc,cAAV,GAA2Bd,SAAS,CAACa,aAArC;AjQ9K+B,A0K6QpC,A1DDA,AqDAA,AzCFA,AzGCA,A1BCA,AkJCA,AgBAA,A7HHA,A8MCA,ACCA,AFAA,A9KFA,AHiBE,A7DdF,AoQ9FK,AezGH,SpJoMO3U,A9FAAA,A4BiBAY,IAAP,MuM5GUkT,CrI2FZ,A9FAA,C8FAqBxa,A9FAAA,M8FArB,A9FAA,CmO3FqB,CrI2FQ/D,A9FAAA,AmO3FPof,KrI2FtB,A9FAA,E8FAoC,A9FAA,MmO3F/B;AjQ/K+B,AF4QlC,A4KEF,A1DDA,AqDAA,ApCFI,ALAF,AzGCF,A1BCA,AkJCA,AgBAA,AvHHI,ANAF,A8MCF,ACCA,AFAA,A9KFA,AHiBC,A7DdD,AoQ9FK,AezGH,MpJoMI/T,A9FAAA,GmGAG,A7FAA,C6FAL,ALAM,AxFAN,ANAM,ChCCClqC,E8HDEwpC,A9FAAA,EkPpMN4iB,QpJoMgB,A9FAA,C8FACvtB,A9FAAA,CkPpMtB,ClRqMA,CAAyB5+B,CkRrMP,CpJoMG,A9FAA,ChCCrB,A8HDA,A9FAA,EhCC8BC,AkRrM9B,CAFoB,CAIpB,ClRmMA,EAAmCC,KAAnC,EAA0C;AE5QR,AF6QhC,A4KEJ,A1DDA,AqDAA,ApCFM0+B,A9GCN,A1BCA,AkJCA,AgBAA,AvHHMA,AwMCN,ACCA,AFAA,A9KFA,AhEGA,AoQ9FI,MhI2FEA,A7FAAA,EtCCE3+B,GAAG,AmIDA,A7FAA,C6FACqtC,A7FAAA,GtCCGttC,EmIDT,A7FAA,CtCCF,EAAgB,AmIDA,A7FAA,C6FAC4+B,A7FAAA,K6FAK,A7FAA,C6FAC0O,A7FAAA,K6FAP,A7FAA,E6FAcgC,A7FAAA,I6FAd,A7FAA,C6FAd,A7FAA;ApCxQH,AF0QGnvC,A4KEN,A1DDA,AqDAA,ApCFM,ALAJ,AzGCF,A1BCA,AkJCA,AgBAA,AvHHM,ANAJ,A8MCF,ACCA,AFAA,A9KFA,AHiBA,A7DdA,AmRtME,MlRoMIA,A8HDA8pC,A9FAAA,C9B7QJ,E0D8ROH,CkEjBP,A9FAA,EhCCU,A8HDA,A9FAA,C9BzQH,AF0QI1pC,EkRpMNgnB,KtNoNP,CAAqBub,CsNpNnB,CAAamZ,IlRoMT,A4DgBN,C5DhB4B97C,C4DgBC4+B,E5DhBvB,CkRpMJ,ClRoM+B3+B,C4DgBjC,CsNpN2B,ClRoMrB,A4DgB8BqhC,E5DhBE,A4DgBtC,EAAwC,AsNpNRgrB,MAAL,CAAY/6C,GAArC,CALoB,CAOpB;AhRvEC,AF0QKrR,A4KER,A1DDA,AqDAA,AzCFI8pC,AzGCJ,A1BCA,AkJCA,AgBAA,A7HHIA,A8MCJ,ACCA,AFAA,A9KFA,AHiBEpL,A7DdF,AsOviBS,A8BycN,AetGD,EtNkNAA,AyKrjBO,EvGoiBLoL,A9FAAA,G4BiBG,AyKrjBO,CrOqiBN9pC,A4DgBAoiC,EyKrjBM,EnO2RP,CF0QM,A8HDA,A9FAA,C8FACK,A9FAAA,A4BiBZ,C5DhBaziC,AmQ5FLi9C,EjQ9KEv8C,A0D0RK,G5DjBqB,A8HAzB,A9FAA,C4BiBX,CkEjBoBg+B,A9FAAA,C9BzQf,CiQ8KJ,EjQ9KkB,CAAlB,A4HyQU,A9FAA,C8FAT,A9FAA,C9BzQoB;AACpB,AF0QIv+B,A4KER,A1DDA,AqDAA,ApCFI,A9GCJ,A1BCA,AkJCA,AgBAA,AvHHI,AwMCJ,ACCA,AFAA,A9KFA,AHiBEgpC,A7DdF,AsOviBI,A8BycD,EvM4GDA,M5DhBMhpC,GqOriBG,EzKqjBE,CAACsiC,EyKrjBE,CnO2RL,AmO3RM,CrOqiBC,EAAE,A4DgBP,E1D1RGzc,A0D0RM0Y,AyKrjBA,ErOmiBgB,G4DkBzB,CAAX,AyKrjBc,CAAZ,GnO2RO,CAAgB,CAAhB,EAAmB9wB,SAA1B;AACA,AF0QIxN,A4KER,A1DDA,AqDAA,ApCFMs+B,ALAF,AzGCJ,A1BCA,AkJCA,AgBAA,AvHHMA,ANAF,A8MCJ,ACCA,AFAA,A9KFA,AhEGA,AsOviBG,A8BycD,AevGA,M/IkMIA,A7FAAA,EtCCEt+B,A8HDAs+B,A9FAAA,GmGAG,A7FAA,C6FAC0O,A7FAAA,CwFAC,A9FAA,C8FAC7F,A9FAAA,AkPlMR,G/IkMA,A7FAA,C6FAYziC,A7FAAA,EtCCE,CkRnMP,ClRmMS,AmIDhB,A7FAA,C6FAiBsqC,ALAf,AxFAeA,ANAf,GhCF8B,AkRhMpBgd,C/IkMZ,A7FAA,CwFAsB,A9FAA,C8FAxB,A9FAA,E8FA2B,A9FAA,CkPlMlB,CAAYV,SAAnB,KAAiC,WAArC,EAAkD;AhRtEjD,AF0QKrrD,A4KER,A1DDA,AqDAA,ApCFM,ALAAq+B,AzGCN,A1BCA,AkJCA,AgBAA,AvHHM,ANAAA,A8MCN,ACCA,AFAA,A9KFA,AHgBE,A7DbF,AmRpMG,MpJiMGA,A9FAAA,A4BgBA0C,E5DfE/gC,A4DeN,EAAQ,CkEhBC,A9FAA,C8FACkiC,A9FAAA,IhCCI,EAAE,E8HDZ,A9FAA,G8FAiB,A9FAA,I8FAjB,A9FAA;A9BxQJ,AFqQoC,A4KOtC,A1DDA,AqDAA,ApCdE,ALYIE,AzGCN,A1BCA,AkJCA,AgBAA,AvHfE,ANYIA,A8MCN,ACCA,AFAA,A9KFA,AHgBI,A7DbJ,AmRpMG,MpJiMGA,A9FAAA,ChCJA,C4DoBE/D,IkEhBI,A9FAA,C8FAC50B,A9FAAA,A4BgBA,CAACy4B,EsNjNL8pB,CpJiMH,A9FAA,C8FAY,A9FAA,I4BgBd,EAAoB7Y,AsNjNP,EpJiMX,A9FAA,C4BgBqB,AsNjNP/0C,CtNiNQ2uB,OsNjNA,CtNiNJ,AsNjNK3lB,CtNiNQ25B,EAAb,EAApB,KAA0CqB,GsNjN1BhkC,GtNiNgC,CAACmvB,IAAP,CAAY,QAAZ,EAAsBwT,CsNjNZ,CtNiNV,IsNjNegrB,MAAL,CAAY/6C,GAAhD5S,EAAjB;AhRtEF,AFyQI,A4KEL,A1DDA,AqDAA,AlJDA,A1BCA,AkJCA,AgBAA,AiFFA,ACCA,AFAA,A9KFA,AHgBG,A7DbH,KCTI,MAOO,wBmQ7F0B;AnQ8F/BqB,A4KEN,A1DDA,AqDAA,ApCFE4+B,ALAI,AzGCN,A1BCA,AkJCA,AgBAA,AvHHEA,ANAI,A8MCN,ACCA,AFAA,A9KFA,AhEGA,AoQhGqC,AepGlC,E/IiMDA,A7FAAA,ItCCI5+B,CmIDC,A7FAA,C6FACutC,A7FAAA,CtCCC,CAACttC,A8HDA2+B,A9FAAA,AmO7FY3L,GnQ8Fb,CAAH,C8HDS,A9FAA,C8FAC6P,A9FAAA,AmO7FqB,AepG9BypB,ClRkMUrsD,CmIDf,A7FAA,ItCCI,AmIDgB,A7FAA,C6FApB,A7FAA,C4OjMa,GpJiMT,A9FAA,E8FAuB,A9FAA,AkPjMT,IAAjB,EAAuB,oDfoGK,IAAM;AnQ+FhC,A4KEL,A1DDA,AqDAA,ApCFEmlB,ALAM,AzGCR,A1BCA,AkJCA,AgBAA,AvHHEA,ANAM,A8MCR,ACCA,AFAA,A9KFA,AHeEuZ,A7DZF,AmRpMI,E/IiMFvZ,A7FAAA,AsBeAuZ,KuEfK,A7FAA,AsBeA,CuEfC,A7FAA,AsBeAwD,KAAN,GAAc,IAAd,WuEfK,A7FAA,E6FA0BxD,A7FAAA,K6FAK,A7FAA,C6FAC2O,A7FAAA,U6FAhC,A7FAA,E6FA4CgC,A7FAAA,Q6FA5C,A7FAA,C6FAL,A7FAA;AsIIF,A1DDA,AqDAA,ApCFE,ALAM,AzGCR,A1BCA,AkJCA,AgBAA,AvHHE,ANAM,A8MCR,ACCA,AFAA,A9KFA,AHeE5M,A7DZF,AsOxiBS,A8BucP,AenGE,EtNgNFA,AyKpjBO,IlGqiBH6M,A7FAAA,EsBeE,CAACjvC,CuM7GH0yB,ChI8FK,A7FAA,A+LriBO,GlGqiBJ,A7FAA,A+LriBI,ClGqiBH,A7FAA,C6FACsc,A7FAAA,A6N9FJ,CvM6GV,EsNhNOgd,CtNgNW,CuM7GH,GhI8FF,A7FAA,CsBeb,AuM7GA,EAAqB,AenGnB,C/IiMwBhd,A7FAAA,A4OjMTgd,Q/IiMiB,A7FAA,A4OjMT,C/IiMU73C,A7FAAA,A4OjMT5G,G/IiMA,A7FAA,K6FAiB,A7FAA,C4OjMzC,I/IiMU,A7FAA,K6FAyCwhC,A7FAAA,I6FAI,A7FAA,K6FAKvlC,A7FAAA,O6FAO,A7FAA,C6FAC0lC,A7FAAA,M6FA1D,A7FAA,I6FAoEH,A7FAAA,I6FAI,A7FAA,K6FAKvlC,A7FAAA,O6FAO,A7FAA,C6FAC2lC,A7FAAA,M6FAjG,A7FAA;AtCEE,A4KEJ,A1DDA,AqDAA,ApCFE,ALAM,AzGCR,A1BCA,AkJCA,AgBAA,AvHHE,ANAM,A8MCR,ACCA,AFAA,A9KFA,AHeC,A7DZD,AsOxiBI,A8BucD,AetGA,M/IoMGC,A7FAAA,KtCCK3vC,AmIDA,A7FAA,A+LriBA,CvGqiBC4iC,A9FAAA,AmO9FL,CetGJ,ClRqMC,AmIDU4M,A7FAAA,IwFAI,A9FAA,CmGAC,A7FAA,A6N9FLvc,AenGJ,C7CpWU,CvGqiBC0P,A9FAAA,AqMriBA,ClGqiBC6H,A7FAAA,G6N9Ff,C9BvcmB,ClGqiBP,ALAQ,AxFAR,ANAQ,C8FAChJ,A9FAAA,EmGAEoO,A7FAAA,A6N9FL,E9BvcL,CAAhB,GlGqiBF,A7FAA,E6N9FC,EAAgC,ErI8F3B,A9FAA;AhCEL,A4KEH,A1DDA,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AgBAA,AvHHE,AwMCF,ACCA,AFAA,A9KFA,AhEGA,AsOxiBG,A8BucC,AenGA,M/IiMEhR,A7FAAA,K6FAK,A7FAA,C6FACyD,A7FAAA,K6N9FD,KhI8FT,A7FAA,A6N9Fc6Z,EhI8FQnyC,A7FAAA,O6FAO,A7FAA,C6FACujB,A7FAAA,G6N9FrB,CAAmB2F,IhI8FN,A7FAA,C6FAiB0c,A7FAAA,C6N9F9B,CAAP,GhI8FoB,A7FAA,E6FAtB,A7FAA,K6FAmDngB,A7FAAA,G6FAG,A7FAA,C6FAC1B,A7FAAA,I6FAJ,A7FAA,C6FAS,A7FAA,K6FAT,A7FAA,E6FAgB6hB,A7FAAA,K6FAhB,A7FAA;AsIIrD,A1DDA,AqDAA,ApCFEL,ALAM,AzGCR,A1BCA,AkJCA,AgBAA,AvHHEA,ANAM,A8MCR,ACCA,AFAA,A9KFA,AHeA,A7DZA,AoQjGI,AenGA,E/IiMFA,A7FAAA,I6FAI,A7FAA,C6FAC1hB,A7FAAA,E6FAL,A7FAA,AsBeO0X,AuM/GN,ChIgGO,A7FAA,EwFAE,A9FAA,C8FAC1C,A9FAAA,EmO9FH,GhI8FR,A7FAA,CwFAU,A9FAA,AkPjMH0pB,C/IiMWzc,A7FAAA,GwFAGjN,A9FAAA,A4BevB,CAAwBsH,CsNhNpB,CAAY0hB,E/IiMd,A7FAA,CwFA2B,A9FAA,C8FAC9oB,A9FAAA,C4Be9B,EAAiClE,EsNhN7B,GtNgNJ,AsNhN4B,EtNgNY35B,CkEfjB,A9FAA,CkPjMnB,CtNgNJ,EkEf6C29B,A9FAAA,A4BeA,MkEfM,A9FAA,C8FACP,A9FAAA,U8FA5C,A9FAA,E8FAwD,A9FAA;AhCE9D,A4KEF,A1DDA,AqDAA,AzCFUM,AzGCV,A1BCA,AkJCA,AgBAA,A7HHUA,A8MCV,ACCA,AFAA,A9KFA,AHeE,A7DZF,AoQjGI,AenGA,MtNgNElC,IkEfIkC,A9FAAA,ChCCCniC,A4DcA,GAAG0pC,CuM7GLgS,CrI8FO,A9FAA,C8FAC7a,A9FAAA,I4BeI,CAACZ,E5DdpB,A8HDQ,A9FAA,ChCCehgC,E4DcvB,CuM7GE,GnQ+FF,AmQ/FuBN,EnQ+FQ,ImQ/FF,CAACuqB,MAAP,CAAe,EAAf,EAAmB,KAAKwxB,aAAxB,EAAuCjpB,MAAvC,CAArB;AnQgGA,AkHCJ,AqDAA,ApCFE,ALAO,AzGCT,A1BCA,AkJCA,AgBAA,AvHHE,ANAO,A8MCT,ACCA,AFAA,A9KFA,AHeEiX,A7DZF,AoQjGI,AexHkB,EtNqOpBA,O5DdO,A4DcA,CAACzJ,CuEfCoP,A7FAAA,A4OtNW,CAuBpB,ClRgMWnvC,CAAC,C4DcZ,E5Dde,CAAb,A4Dcc,CuEfhB,A7FAA,CtCCkBA,AmIDA6pC,A7FAAA,CtCCC,C4DcnB,E5DdsB5pC,GE5Qf+G,CiI2QP,A7FAA,E6FA4BooC,A7FAAA,GtCCG,CAAClvC,EE5QhB,IF4Qd,AmIDF,A7FAA,EtCCwCF,AmIDA,A7FAA,CtCCC,EAAvC,EAA2C;AE3Q7C,AF4QI,AkHCN,AqDAA,ApCFI2kB,ALAG,AzGCP,A1BCA,AkJCA,AgBAA,AvHHIA,ANAG,A8MCP,ACCA,AFAA,A9KFA,AhEGA,AoQjGG,AejGD,I/I+LEA,A7FAAA,G6NpGF,EhIoGO,A7FAA,CpC3QH,AF4QIxkB,AmIDA,A7FAA,G6N9FD,EjQ7KED,CF4QK,GAAGD,CmIDV,A7FAA,CpC3QH,AiI2QF,A7FAA,GpC3QgB,CAAlB,EAAqB,CF4QK,CAACD,CAAD,CAAT,IAAgB,IAAhB,GAAuBC,SAAS,CAACD,CAAD,CAAhC,GAAsC,EAAnD;AE3QH,AF4QG,AkHCN,AqDAA,AzCFK,AzGCL,A1BCA,AkJCA,AgBAA,A7HHK,A8MCL,ACCA,AFAA,A9KFA,AHcE,A7DXF,AoQjGG,SvM4GM+/B,C5DbC3/B,EE5QH,E0DyRL,CuM5GQ,CvM4GM,C5DbC,EE5QH4G,CF4QMvH,AmQ/FL+7C,MjQ7KR,AF4QmB,CAACn7C,IE5QD,AF4QN,CAAYF,CmQ/F7B,KnQ+FiB,CE5QjB,AF4QG,EE5Q8B;AAChC,AgH6QJ,AqDAA,ApCFI,ALAD,AzGCH,A1BCA,AkJCA,AgBAA,AvHHI,ANAD,A8MCH,ACCA,AFAA,A9KFA,AHcI,A7DXJ,AoQjGG,QhI8FK0pC,A7FAAA,AsBcAjJ,EAAE,GAAGb,C1DzRHnZ,EiI2QM,A7FAA,CpC3QH,C0DyRK,CAAC/c,C1DzRH5L,CiI2QK6wB,A7FAAA,G6FAjB,A7FAA,E6FAsB,A7FAA,CsBctB,C1DzRoB,CAAChwB,aAAT,CAAwB,KAAxB,CAAZ;AF6QE,AkHCN,AqDAA,ApCFM,A9GCN,A1BCA,AkJCA,AgBAA,AvHHM,AwMCN,ACCA,AFAA,A9KFA,AHcIo/B,A7DXJ,AoQjGE,AenGA,ItN+MEA,KAAK,C5DbC,AmIDAkR,A7FAAA,AsBcArI,KsN/MHolB,ElRkMU1sD,E4Dab,CuEdgB,A7FAA,GtCCG,CAACa,AmIDA8uC,A7FAAA,S4OjMtB,C/IiMgC,A7FAA,C6FACC,A7FAAA,C4O1Nb,CA2BpB,QlRgMQ,AmIDc,A7FAA,KtCC0B,AmIDA,A7FAA,K6FA5C,A7FAA,E6FAmD,A7FAA,GtCCnD,EAAwD;AE5Q1D,AF6QIjvC,AkHCR,AqDAA,ApCFQgvC,ALAN,AzGCF,A1BCA,AkJCA,AgBAA,AvHHQA,ANAN,A8MCF,ACCA,AFAA,A9KFA,AHcIxO,A7DXJ,AsOziBS,EAAA,EzKojBLA,EAAE,CAACr8B,C5DbCnE,AmIDAgvC,A7FAAA,CwFAC7F,A9FAAA,AqMtiBO,CzKojBV,AyKpjBW,CzKojBb,EkEdF,A9FAA,AqMtiBc,CnO0RR,CF6QO,AqOviBe,GrOuiBZnpC,AmIDA,A7FAA,A+LtiBF,ClGsiBGivC,A7FAAA,C+LtiBsB,CnO0R1BroC,IF6QU,CAACzG,EE7QlB,CiI4QA,A7FAA,GtCCU,AmIDc,A7FAA,CpC5QL,AF6QMd,GmIDzB,A7FAA,GtCC+B,CAACa,CE7QpC,EAAiC,kBF6QJ,CAA6BH,MAA7B,EAAqCK,MAArC,CAA4C,UAAUC,GAAV,EAAe;AE5QvFmmB,AF6QK,AkHCV,AqDAA,ApCFQ0oB,ALAP,AzGCD,A1BCA,AkJCA,AgBAA,AvHHQA,ANAP,A8MCD,ACCA,AFAA,A9KFA,AHcIvP,A7DXJ,AsOziBI,IzKojBAA,IuEdIuP,A7FAAA,CsBcC,EyKpjBE,CnO0RN1oB,A0D0ROmZ,G1D1RJ,AiI4QO,A7FAA,CpC5QN3yB,CF6QQ3N,A4DaA,CAAC2E,AyKpjBA,CAAC,GzKojBf,AyKpjBc,CrOuiBK,CAAC1D,AqOviBA,CnO0RnB,EmO1Ra,CnO0RGsG,AmO1RV,CAAkB,KAAK,CnO0RN,CAACkI,IAAR,AmO1RV,CAAP,CnO0RC,MF6QY,CAAgC/O,MAAhC,EAAwCM,GAAxC,EAA6Cd,UAApD;AE5QL,AF6QI,AkHCT,AqDAA,ApCFO,A9GCP,A1BCA,AkJCA,AgBAA,AvHHO,AwMCP,ACCA,AFAA,A9KFA,AHcG,A7DXH,AsOziBG,A6CqWD,SlRgM+B,CAAf,CE7Qd,AF6QI,ME3QG,AgR2EF,KAAKgtD,SAAL,CfkGYnP,EelGM3yC,IAAlB,CAAwB,GfkGF0rB,SAAS,AelGD;AhR1ElC3P,AF6QE,AkHCP,AqDAA,ApCFK,ALAL,AzGCA,A1BCA,AkJCA,AgBAA,AvHHK,ANAL,A8MCA,ACCA,AFAA,A9KFA,AhEGA,AoQlGE,AejGC,SpJgMMwiB,A9FAAA,CmO/FH,EjQ7KDxiB,GAAG,CAACxZ,CiQ6KImpB,EejGH,CpJgMV,A9FAA,C8FAqB0L,A9FAAA,GmO/Ff,CjQ7KD,AgR4EK,CAAKyqB,CpJgMf,A9FAA,C9B5QqB1lD,C4H4QQk3B,A9FAAA,AmO/FJ,IejGf,CpJgMV,A9FAA,C9B5QK,C4H4Q+B0C,A9FAAA,AkPhMV/1B,EpJgM1B,A9FAA,E8FAwC,A9FAA,AmO/FtC,AejGQ,CAAsB,CfiGM,WejGA;AhR3EjC,AgH8QL,AqDAA,ApCFG,ALADqzB,AzGCF,A1BCA,AkJCA,AgBAA,AvHHG,ANADA,A8MCF,ACCA,AFAA,A9KFA,AHaE,A7DVF,AoQlGG,AejGC,EpJgMFA,A9FAAA,I4BaIA,CkEbC,A9FAA,C8FAC0D,A9FAAA,G4BaG,CAACqF,AuM5GL,ErI+FL,A9FAA,G8FAe,A9FAA,EmO/FH,ErI+FZ,A9FAA,AkPhMS,GfiGQuU,GejGR,CAAKoR,EtN6Md,EAA8B,IsN7MrB,CfiGG,CAAmBpP,CejGL3yC,IAAjB,CAAuB,EfiGpB,CAAP,KAAwC,IejGP,OfiGrC,EAAyD;AnQiGtDzK,AkHCN,AqDAA,AzCFEuoC,AzGCF,A1BCA,AkJCA,AgBAA,A7HHEA,A8MCF,ACCA,AFAA,A9KFA,AHaIzK,A7DVJ,AoQlGI,AehGC,EpJ+LHyK,A9FAAA,E4BaEzK,E5DZE99B,G4DYG,CAAC6mC,G5DZG,A8HDA,A9FAA,ChCCCtmC,A8HDAshC,A9FAAA,CmO/FLuZ,CehGJ,IpJ+LQ,A9FAA,ChCCP,CAAgB,A8HDAtd,A9FAAA,AkP/LjB,CAAKitB,IpJ+LG,A9FAA,C8FAX,A9FAA,A4BaE,AuM5GA,CvM4GyB/mD,AuM5GNo5C,EehGlB,ClRgM2Bj+C,C4DY5B,CsN5MiB,ClRgMC,C4DYciqC,C5DZC,AmQhGjC,CehGC,GfgG8B/pC,EvM4G/B,IuM5GqC,CAACuqB,MAAP,CAAe,EAAf,EAAmB,KAAKwxB,aAAL,CAAmBgC,QAAnB,CAAnB,EAAiDjnB,OAAjD,CAA/B;AjQ7KA,AF8QIl3B,AkHCR,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AgBAA,AvHHE,AwMCF,ACCA,AFAA,A9KFA,AHaG,A7DVH,AoQlGI,GvM0GF,K5DVMA,C4DYC,AuM9GN,EhIiGQyqC,A7FAAA,IpC7QFtkB,AiQ8KC,ChI+FR,A7FAA,G6FAiB,A7FAA,ItCCI,CAACzlB,CE9QpB,CAAgB,CAAhB,EAAmBqf,CF8QA,EAAS7f,GAAT,EAAcY,GE9QjC,CAAgCymB,EF8QO,CE9QJ,AF8QKrnB,CE9QJ4f,EF8QG,CAApB,CAAf,ME9QJ;AACA,AF8QG,AkHCP,AqDAA,ApCFIwF,ALAF,AzGCF,A1BCA,AkJCA,AgBAA,AvHHIA,ANAF,A8MCF,ACCA,AFAA,A9KFA,AHaIuZ,A7DVJ,AoQlGI,AepGoC,I/ImMpCvZ,A7FAAA,AsBaAuZ,EkEbE0C,A9FAAA,ChCDA,C8HCJ,A9FAA,C9BrRC,AiIqRM,A7FAA,AsBaA,CuEbC,ALAA,AxFAA,ANAA,A4BaAqG,K1D1RA,AiQ8KDuU,EhI+FA,A7FAA,C6FAL,A7FAA,UsBaA,AuM5GA,CAAmBgC,EvM4GQhU,MuM5G3B,CvM4GA,GuM5G+BjT,OAA/B,YejGwB,MAAA,CAAKi1B,MAHO;AhRzEpC,AF8QC,AkHCL,AqDAA,ApCFI5c,ALAA,AzGCJ,A1BCA,AkJCA,AgBAA,AvHHIA,ANAA,A8MCJ,ACCA,AFAA,A9KFA,AHaG,A7DVH,AsO1iBS,A8BwcL,AerGoC,E7CnW/B,ElGuiBLA,A7FAAA,I6FAI,ALAA1Q,AxFAA,ANAAA,CmGAClqB,A7FAAA,G6FAL,A7FAA,CwFAS,A9FAA,C8FAC+tB,A9FAAA,C9B7QLvc,O4H6QL,A9FAA,E8FAoBnc,A9FAAA,AqMviBO,CnO0R3B,CAAgB,CAAhB,AmO1R2B,EnO0RR+V,E4H6QQ,A9FAA,C8FACwN,A9FAAA,Q9B7Q5B,A4H6QoB,A9FAA,C9B7QY5lB,A4H6QK45B,A9FAAA,E8FAjB,A9FAA,E8FApB,A9FAA,G9B7QA,E4H6Q8CqB,A9FAAA,M8FAM,A9FAA,C8FAC7U,A9FAAA,I8FAP,A9FAA,C8FAY,A9FAA,Q8FAZ,A9FAA,E8FAsBwT,A9FAAA,E8FAtB,A9FAA;A9B5Q9C,AgH+QJ,AqDAA,ApCFG,ALAA,AzGCH,A1BCA,AkJCA,AgBAA,AvHHG,ANAA,A8MCH,ACCA,AFAA,A9KFA,AHaC,A7DVD,AsO1iBI,A8BwcD,GhIwDiD,A7FAA,C6FuChD,A7FAA,O+LviBO,sBAAsB,CAAC,KAAK,MAAN,CAA7B;AnO2RD,AF8QC,AkHCJ,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AgBAA,AvHHE,AwMCF,ACCA,AFAA,A9KFA,AhEGA,AsO1iBG,A6CiWqC,WlRuM7B7gC,MAAP;AE7QF,AF8QC,AkHCH,AqDAA,ApCFE,ALAAm+B,AzGCF,A1BCA,AkJCA,AgBAA,AvHHE,ANAAA,A8MCF,ACCA,AFAA,A9KFA,AHaAz+B,A7DVA,AoQnGE,AepGG,EpJoMHy+B,A9FAAA,I4BaI,CkEbC,A9FAA,A4BaAx+B,CkEbCgiC,A9FAAA,K8FAN,A9FAA,AmOhGO,GrIgGO,A9FAA,EmOhGF8Z,ErIgGZ,A9FAA,C4BaF,CAAsBlX,QAAQ,CAACniC,AuM7GtB,CAAmBq7C,QvM6G5B,AuM7GS,CAAP,CvM6GwC,WAA1C,EAAuD,kBsNjNd;AhRvExC,AgH8QD,AqDAA,ApCFE,ALAAvb,AzGCF,A1BCA,AkJCA,AgBAA,AvHHE,ANAAA,A8MCF,ACCA,AFAA,A9KFA,AHaElhB,A7DVF,AoQnGE,AerGuC,EpJqMvCkhB,A9FAAA,A4BaAlhB,GAAG,EAAE,CkEbC,A9FAA,C8FAClhB,A9FAAA,Q8FAP,A9FAA,E4BaiB,CkEbC,A9FAA,IkPrMJgK,CpJqMd,A9FAA,OkPrMuC;AlRuMvC,AkHCF,AqDAA,AzCFC,AzGCD,A1BCA,AkJCA,AgBAA,A7HHC,A8MCD,ACCA,AFAA,A9KFA,AHaI,A7DVJ,AmRxMMA,MlRsMAjJ,CAAC,C4DYC,E5DZErC,G4DYG0iC,G5DZG,IAAI,AkRtMdp3B,ElRsMJ,K4DYM,CsNlNM,CAACjG,GtNkNiBvC,CsNlN1BwI,CAAe,MAAfA,CtNkNF,EAAuC;A5DXzC,AkHCF,AqDAA,AlJDA,A1BCA,AkJCA,AgBAA,AiFFA,ACCA,AFAA,A9KFA,AHaM,A7DVN,AmRxMM,MlRsMA,CAACjJ,CAAC,CAAC3B,I4DYI,KAAP,W5DZE,CAAN,EAA8B2B,CAAC,CAAC3B,oBAAD,CAAD,GAA0B,EAA1B;AAC9B,AkHCF,AqDAA,ApCFE,ALAF,AzGCA,A1BCA,AkJCA,AgBAA,AvHHE,ANAF,A8MCA,ACCA,AFAA,A9KFA,AHaK,A7DVL,AmR9MwC,MlR4MlC,AmIDAswC,A7FAAA,CtCCC3uC,CAAC,CAAC3B,A8HDA2lC,A9FAAA,ImGAI,A7FAA,G6FAG4K,A7FAAA,OwFAhB,A9FAA,C8FAwBhG,A9FAAA,GmGAG,A7FAA,C6FAC1a,A7FAAA,A6NjGXvvB,CnQkGT,CAAD,CAAwBsB,AmIDJ,ALA3B,AxFA2B,ANA3B,CmGAE,A7FAA,CwFA+Bq9B,A9FAAA,AmOjGG,InQkGlC,C8HDF,A9FAA,ChCCuCt9B,CAAC,A8HDA2D,A9FAAA,ChCCCtF,E8HDzC,A9FAA,E8FA6C,A9FAA,gBhCCL,CAAD,CAAwB4B,MAAxB,GAAiC,EAAjC;AACrC,AkHCF,AqDAA,ApCFE+tC,ALAA,AzGCF,A1BCA,AkJCA,AgBAA,AvHHEA,ANAA,A8MCF,ACCA,AFAA,A9KFA,AhEGA,AsO3iBS,A8Bsc2B,Ae1GI,E/I4MtCA,A7FAAA,A+LxiBO,IrOyiBH,AmIDA,ALAA7O,AxFAA,ANAAA,ChCCCn/B,AmIDAssB,A7FAAA,CtCCC,CAACjuB,AmIDP,A7FAA,C6FAQ,A7FAA,A6NlGYO,CrIkGX,A9FAA,G8FAGgqC,A9FAAA,CmOlGsB,EhIkGlC,A7FAA,E6FAiB+F,A7FAAA,EwFAE,A9FAA,C8FACxP,A9FAAA,EqMxiBS,ElGwiB7B,A7FAA,CwFAA,A9FAA,AqMxiB6B,ErOyiBvB,CAAD,CAAwBj/B,KAA7B,EAAoCF,CAAC,CAAC3B,oBAAD,CAAD,CAAwB6B,KAAxB,GAAgC,EAAhC,cmQnGR,IAAM;AnQoGlC,AkHCF,AqDAA,ApCFE,ALAA0oC,AzGCF,A1BCA,AkJCA,AgBAA,AvHHE,ANAAA,A8MCF,ACCA,AFAA,A9KFA,AHYI,A7DTJ,AsO3iBI,A6C2VoC,EpJ6MtCA,A9FAAA,IhCCI,AmIDAiG,A7FAAA,CtCCC7uC,CAAC,CAAC3B,A8HDA,A9FAA,C8FAC8gC,A9FAAA,C4BYC,AyKpjBA,IlGwiBI,ALAb,AxFAa,ANAb,C4BYckB,EuEZE,ALAA,AxFAA,ANAA,I8FAhB,A9FAA,CmGAA,A7FAA,MtCCM,CAAD,A4DWI,C5DXoBlgC,A4DWAggC,EyKpjBE,CAAC,ErOyiBhC,EAAoCngC,CAAC,AqOziBA,CrOyiBC3B,A4DWpC,KyKpjB6B,CAA7B,crOyiBmC,CAAD,CAAwB8B,KAAxB,GAAgC,EAAhC;AACpC,AkHCF,AqDAA,AlJDA,A1BCA,AkJCA,AgBAA,AiFFA,ACCA,AFAA,A9KFA,AHYG,A7DTH,AsO3iBG,A8BqcD,Ae3GsC,GtNoNe,G5DLjDC,ImQpGAxB,KnQoGS,AmQpGJ,GnQoGOoB,CAAC,CAAC3B,AmQpGJ,IAAd,EAAoB,cnQoGH,CAAjB;AkHEF,AqDAA,ApCFE,ALAA,AzGCF,A1BCA,AkJCA,AgBAA,AvHHE,ANAA,A8MCF,ACCA,AFAA,A9KFA,AHYEwxB,A7DTF,AoQtGG,Ae5GqC,EtN2NtCA,GAAG,EAAE,EkEZEsP,A9FAAA,EmGAEuP,A7FAAA,E6NnGHmO,CrImGN,A9FAA,E8FAc,A9FAA,C4BYCj+C,CuEZf,A7FAA,G6FAmB,A7FAA,CsBYd,AuM/GJ,CAAeD,CvM+GM,EuM/GrB,IAAsBC,KAAtB;AnQqGD,AkHCF,AqDAA,ApCFImlB,ALAA,AzGCJ,A1BCA,AkJCA,AgBAA,AvHHIA,ANAA,A8MCJ,ACCA,AFAA,A9KFA,AHYI,A7DTJ,AoQtGG,Ae7GQ,I/IgNPA,A7FAAA,G6NrGF,CrIqGMic,A9FAAA,CmGAC,A7FAA,C6FAC,ALAA,AxFAA,ANAA,ChCCC3/B,E8HDE8+B,A9FAAA,AmOnGJ,Ee7GE,CAAP,EpJgNc,A9FAA,CmGAT,ALAUl2B,AxFAV,ANAUA,CmGAf,A7FAA,C6FDiB,A7FAA,CtCEnB,AmIDoB,A7FAA,CtCCC3I,I8HDnB,A9FAA,C9B/QM8F,CFgRR,EAA6B7F,KAA7B,CEhRiB,CFgRmB;AE/QpC,AFgRE,AkHCJ,AqDAA,AzCFI+8B,AzGCJ,A1BCA,AkJCA,AgBAA,A7HHIA,A8MCJ,ACCA,AFAA,A9KFA,AHYI,A7DTJ,AoQtGG,Ae/GO,IpJkNNA,A9FAAA,IhCCI98B,C8HDC,A9FAA,C9B/QH,A4H+QI2lC,A9FAAA,EmOnGH,Ce/GG,ClRmNI,AkRnNX,ChR7DQ7mC,EFgRMD,E8HDb,A9FAA,AmOnGU,EjQ5KR,GAAc,AiQ4KDw9C,CjQ5KjB,CFgRwB,CEhRH,AFgRIv9C,MAAV,AmQpGH,CAAeX,EnQoGO,CAAnB,AmQpGH,CAAP,GnQoGkCU,EmQpGH,OnQoGY,CAAC,CAAD,CAAT,CmQpGtC,EAAgD,EnQoGOoB,SAAzC,GAAqDpB,SAAS,CAAC,CAAD,CAA9D,GAAoE,EAAjF;AE/QD,AFgRC,AkHCJ,AqDAA,ApCFI2uC,ALAAhO,AzGCJ,A1BCA,AkJCA,AgBAA,AvHHIgO,ANAAhO,A8MCJ,ACCA,AFAA,A9KFA,AHYI,A7DTJ,AoQtGI,AelHK,I/IqNLgO,ALAAhO,AxFAAgO,ANAAhO,E8FAE,A9FAA,C8FACr8B,A9FAAA,ChCCCjD,AmIDA,A7FAA,AsBYA,CuEZCgsB,A7FAAA,AsBYA,CkEZH,A9FAA,C8FAF,A9FAA,AkPrNK,ChR1DF,AgR0DL,EtNiOY2T,GuM/GH,EjQ5KGj6B,GiQ4KEy2C,ChImGZ,A7FAA,C6FAoB,A7FAA,CtCCC,CEhRlB,EFgRqBr8C,A4DWxB,EAA0B,C1D3RJ,AiI+QtB,A7FAA,A6NnGO,CAAe7B,ChImGOorC,A7FAAA,CtCCC,CAACppC,AmQpGxB,CAAP,GjQ5KD,CiI+QC,A7FAA,CpC/QgC,GFgRhC;AE/QA,AF+QA,AkHEJ,AqDAA,ApCFIqtC,ALAA7O,AzGCJ,A1BCA,AkJCA,AgBAA,AvHHI6O,ANAA7O,A8MCJ,ACCA,AFAA,A9KFA,AHYM,A7DTN,AoQtGI,AevGF,I/I0ME6O,ALAA7O,AxFAA6O,ANAA7O,IhCCIx+B,AmIDA,A7FAA,C6FAC+rB,ALAA,AxFAAA,ANAA,AmOrGN,GrIqGSyS,A9FAAA,E9B/QFnZ,CiQ4KA,EjQ5KG,AFgRI,A8HDA,A9FAA,C8FACxiB,A9FAAA,E9B/QFnG,AFgRIqD,E8HDhB,A9FAA,CmGAA,A7FAA,C6FAoB,A7FAA,IpC/QA,CAACxC,GiI+QrB,A7FAA,E6FA8B0rC,A7FAAA,GtCCG,KEhRrB,AFgR0B,AmIDtC,A7FAA,CpC/QoC,IFgRO,CEhR/B,AFgRI,CEhRhB,EFgR+C,KAA/B,GAAuClpC,iBADvD;AAEA,AkHCJ,AqDAA,ApCFIstC,ALAD,AzGCH,A1BCA,AkJCA,AgBAA,AvHHIA,ANAD,A8MCH,ACCA,AFAA,A9KFA,AHYK,A7DTL,AoQtGI,AetGH,GpJgM4C,A9FAA,CmGSzCA,ALAA,AxFAAA,ANAA,C4BOoB,CAOpB,E5DbIptC,AmIDA,A7FAA,C6FAC8rB,A7FAAA,O6NnGC,EnQoGQ,EmQpGJnS,CnQoGO1b,EmIDjB,A7FAA,C6FAoB,A7FAA,C6NnGd,EnQoGiB,CAACY,GmIDxB,A7FAA,CtCCiB,CAAYc,AmIDAouC,A7FAAA,KtCCZ,EAAmB9tC,AmIDpC,A7FAA,MtCCiB,CAA0B,UAAUC,GAAV,EAAeC,QAAf,EAAyB,YmQpGApC,GAA9D,QAAN;AjQ5KA,AFiRE,AkHCN,AqDAA,ApCFIqvC,A9GCJ,A1BCA,AkJCA,AgBAA,AvHHIA,AwMCJ,ACCA,AFAA,A9KFA,AHcI,A7DXJ,AoQtGI,IhImGAA,A7FAAA,I6FAI,A7FAA,C6FACthB,A7FAAA,CtCCC1rB,IEjRF,AFiRM,GAAGT,IEjRF6F,CFiRO,CAACrF,AmIDnB,A7FAA,C6FAoB,A7FAA,IpChRhB,GFiRc,AmIDlB,A7FAA,CtCCE,CEjRqB,AiIgRMipB,A7FAAA,O6FA7B,A7FAA,CpChRA,EAAiC;AAChChE,AFiRC,AkHCN,AqDAA,ApCFIgoB,A9GCJ,A1BCA,AkJCA,AgBAA,AvHHIA,AwMCJ,ACCA,AFAA,A9KFA,AhEGA,AoQtGG,IhImGCA,A7FAAA,I6FAI,A7FAA,C6FACthB,A7FAAA,CtCCCzrB,EEjRL+kB,GAAG,CAACxZ,EFiRS,GAAG,CAAC,CAACxL,AmIDnB,A7FAA,C6FAoB,A7FAA,CpChRnB,EFiRsB,CEjRNoF,AFiROpF,IAAtB,AmIDF,A7FAA,E6FA8ButC,A7FAAA,CpChRN,CAACjgC,IAAR,EAAhB,AiIgRD,A7FAA;ApC/QC,AgHkRL,AqDAA,ApCFI4f,ALAFoP,AzGCF,A1BCA,AkJCA,AgBAA,AvHHIpP,ANAFoP,A8MCF,ACCA,AFAA,A9KFA,AhEGA,AsO5iBS,A8BscP,ErImGAA,A9FAAA,AqMziBO,ElGyiBLpP,A7FAAA,E+LziBS,ClGyiBN,ALAA,AxFAA,ANAA,AqMziBO,ClGyiBNxB,ALAA2Z,AxFAA3Z,ANAA2Z,EqMziBK,CnOuRT,CmOvRuB,GAAd,EnOyRF,AmOzR6B,KlGyiBpC,A7FAA,C6FAmB,A7FAA,GwFArB,A9FAA,AqMziBsC,CvGyiBb7iC,A9FAAA,CmGAvB,A7FAA,C+LziByD,ClGyiB/B0lC,A7FAAA,CwFA5B,A9FAA,G8FAgCN,A9FAAA,AqMziBrB,ClGyiBT,A7FAA,C+LziB8D,KvGyiBhE,A9FAA;A9B/QG5iB,AFiRC,AkHCN,AqDAA,ApCFIkI,ALAH,AzGCD,A1BCA,AkJCA,AgBAA,AvHHIA,ANAH,A8MCD,ACCA,AFAA,A9KFA,AHYI,A7DTJ,AsO5iBI,IlGyiBAA,A7FAAA,G6FAG,A7FAA,C6FACxB,A7FAAA,CsBYC2T,C5DXCp/B,CqO1iBC,CnOyRN+kB,GAAG,AmOzRO,CnOyRNxZ,AmOzRO,ErO0iBV,CqO1iBS,CrO0iBK,CqO1iBC,ClGyiBjB,A7FAA,C6FAmB,A7FAA,AsBYnB,CAAoB2zB,AyKrjBT,CnOyRV,CmOzRqB,EnOyRL/5B,AiIgRjB,A7FAA,E6FA0BkoC,A7FAAA,GsBY1B,E1D5RC,AmOzRU,ClGyiBX,A7FAA,AsBYgC1vC,AyKrjBzB,CAA0B,IzKqjBjC,CyKrjBsC,MAA/B,CAAP;AnO0RC,AFiRGkC,AkHCR,AqDAA,ApCFIotB,A9GCJ,A1BCA,AkJCA,AgBAA,AvHHIA,AwMCJ,ACCA,AFAA,A9KFA,AHYG,A7DTH,AsO5iBG,IlGyiBCA,A7FAAA,G6FAG,A7FAA,CtCCCptB,AmIDA4rB,A7FAAA,GtCCG,CAAC1rB,IAAI,CAACD,KmIDb,A7FAA,C6FAmB,A7FAA,EtCCZ,CAAH,GAAqBC,AmIDzB,A7FAA,E6FA2B8tC,A7FAAA,EtCCE,CAAC9tC,GmID9B,A7FAA,CtCCI;AACD,AkHCP,AqDAA,ApCFI6tC,ALAJhwC,AzGCA,A1BCA,AkJCA,AgBAA,AvHHIgwC,ANAJhwC,A8MCA,ACCA,AFAA,A9KFA,AHNuD,A7DSvD,C6DTA,GuEMIgwC,A7FAAA,EwFAE,A9FAA,ChCDA,A8HCC/vC,A9FAAA,MhCCM,AmIDA,A7FAA,G6FAG,A7FAA,I6FAZ,A7FAA,C6FXiB,ALWrB,AxFXqB,ANWrB,CmGAsB,ALAA4kC,AxFAA,ANAAA,Q8FAQ,A9FAA,C8FACniC,A9FAAA,AmOpGE,SrIoGjC,A9FAA,E8FA0C,A9FAA,W8FA1C,A9FAA,E8FAuD,A9FAA;A9BhRnD,AFkRIT,AkHCR,AqDAA,ApCFI,ALAF,AzGCF,A1BCA,AkJCA,AgBAA,AvHHI,ANAF,A8MCF,ACCA,AFAA,A9KFA,AHaA4iC,A7DVA,AsO7hBS,A8BqbwB,E9BrbxB,IAAI,CAAC,CrO2hBN5iC,A4DYA,CAACS,CuMlHSowB,CnQsGP,CAAC5wB,EElRJ,EmOzQK,A8BqboB,EvMkHjC,AyKviBkC,CnOyQrB6jB,A0D8RMmb,C5DZR,CAAH,GAAgB/+B,E4DYxB,E5DZQ,CElRA,A0D8RqB0jC,AyKviBhB,CnOyQW,CAAhB,AmOzQ8C,EnOyQ3Bh4B,O0D8Ra,CAACqzB,E1D9RjC,CAA8BzgC,I0D8RtC,E1D9RQ,GAAuC,CAA3C,EAA8C,+BiQ4KvB,IAAM;AjQ3K5B,AFkRE,AkHCP,AqDAA,ApCFI,ALAF,AzGCF,A1BCA,AkJCA,AgBAA,AvHHI,ANAF,A8MCF,ACCA,AFAA,A9KFA,AHaAokC,A7DVA,AsO7hBI,QzKuiBI,CAACniC,EyKviBE,IAAI,CAAC,CnOyQNqjB,C0D8RV,CAAmBikB,MyKviBJ,EnOyQV,AmOzQuB,CnOyQP,CAAhB,A0D8RL,CsNzNQ5/B,ChRrEgB8D,C0D8RQ23B,MyKviBjB,CAAJ,CAA+B,A6C8UxB,GhRrEb,A0D8RsC,C1D9RL1e,A0D8RM4a,CyKviBG,EnOyQN,CAACriB,GmOzQ/B,CAAP,CzKuiBJ,K1D9RK,EAAiD,KAAKqG,UAAL,CAAgB,CAAhB,EAAmBlY,UAAnB,CAA8B,CAA9B,CAAjD;AACA,AgHmRL,AqDAA,ApCFI,ALAF,AzGCF,A1BCA,AkJCA,AgBAA,AvHHI,ANAF,A8MCF,ACCA,AFAA,A9KFA,AhEGA,AsO7hBG,A8BobD,AetGA,UfsGIilB,CjQ7KF,IgRuEGi5B,CfsGK,CjQ3KD,IiQ2KM,AetGf,CAAYlnD,GfsGZ,CetGA,CfsGqB,AetGHuF,QAAlB;AhRpEG,AFkRC,AkHCN,AqDAA,ApCFI,ALAFlK,AzGCF,A1BCA,AkJCA,AgBAA,AvHHI,ANAFA,A8MCF,ACCA,AFAA,A9KFA,AHYA2kC,A7DTA,AoQzGG,AetGD,EpJ4MA3kC,A9FAAA,M4BYM,CAACwC,GkEZG,A9FAA,ChCCCT,AmQvGL+7C,CrIsGM,A9FAA,EhCCR,CElRIj4B,C0D6RV,CkEhBuD,A9FAA,A4BgBpC4b,GuMlHhB,GAAiB,EjQ3Kf,A0D6RL,C1D7RqB,CAAhB,C0D6RyB,C1D7RNhiB,S0D6RgB7a,E1D7RnC,CAAgCqiB,A0D6RP,EAAega,C1D7RL,AiQ2Kb,CjQ3KczhB,A0D6RX,EAAmB,EuMlHjBs+B,MjQ3K3B,GiQ2Ke,EAAuBlrB,MAAvB,CAAjB;AjQ1KE,AFkRA,AkHCL,AqDAA,AzCFExR,AzGCF,A1BCA,AkJCA,AgBAA,A7HHEA,A8MCF,ACCA,AFAA,A9KFA,AHYE,A7DTF,AoQzGG,ErIsGDA,A9FAAA,GhCVmB,A8HUhB,A9FAA,EhCCE,A8HDA,A9FAA,A4BYA/M,AuMpHL,EnQ8FmB,CAAjB,A4DsBF,GuMlHO,GrIsGO+M,A9FAAA,G8FAT,A9FAA,G8FAe,A9FAA;A9BhRlB,AgHmRJ,AqDAA,ApCFI,ALAA,AzGCJ,A1BCA,AkJCA,AgBAA,AvHHI,ANAA,A8MCJ,ACCA,AFAA,A9KFA,AHYE6f,A7DTF,AoQzGG,EvMkHDA,EAAE,CAACr8B,GuEZG25B,ALAA,AxFAAA,ANAA,A4BYJ,C1DzSD,A0DySD,IuEZW,ALAA+C,AxFAA,ANAAA,CmGACmM,A7FAAA,CpCjRJ,AiQ2KA,KAAKqQ,IhIsGP,A7FAA,GwFAA,A9FAA,EmGAqB,A7FAA,A6NtG1B,ChIsG2B7O,A7FAAA,EwFAEvtC,A9FAAA,EmGAE,A7FAA,C6FAC4/B,A7FAAA,MwFA/B,A9FAA,E8FAuC,A9FAA,MmGAd,A7FAA,I6FAwB2N,A7FAAA,I6FAI,A7FAA,C6FAC3N,A7FAAA,c6FAL,A7FAA,C6FAoBiF,A7FAAA,S6FAjE,A7FAA,C6FAJ,A7FAA,E6FAiFqJ,A7FAAA,O6FAO,A7FAA;ApChRxF,AFkRA,AkHCJ,AqDAA,ApCFG,ALAG,AzGCN,A1BCA,AkJCA,AgBAA,AvHHG,ANAG,A8MCN,ACCA,AFAA,A9KFA,AHYC,A7DTD,AoQzGG,CvM+GH,O5DRQ,K8HDK,A9FAA,C9BjRL,CFkROvuC,G8HDT,A9FAA,C9BjROwkB,KFkRW,CAAC1kB,IElRjB,CAAgB,AFkRT,CElRP,AFkRuBgB,EElRJwL,KFkRnB,KElRA,AFkRmC,CElRLpN,GgRqEb,GhRrEjB,GAAuC,AFkRvC,CElRJ,EAA8C,CFkRO,CAACqB,SAAtD,EAAiE;AEjRhE,AFkRCP,AkHCN,AqDAA,AzCFK,AzGCL,A1BCA,AkJCA,AgBAA,A7HHK,A8MCL,ACCA,AFAA,A9KFA,AhEGA,AoQzGE,AevGuB,MlR8MnBA,SAAS,CAACF,CElRN0kB,IFkRJ,CAAgB1jB,KElRjB,CAAgB,CAAhB,AFkRC,CAAwBZ,CElRNyM,KFkRlB,EAAgCnM,KElRjC,CAAiCwF,IFkRhC,GElRD,EAA0C,KAAKwe,UAAL,CAAgB,CAAhB,EAAmBlY,UAAnB,CAA8B,CAA9B,CAA1C;AACA,AFkRA,AkHCL,AqDAA,ApCFEwhB,A9GCF,A1BCA,AkJCA,AgBAA,AvHHEA,AwMCF,ACCA,AFAA,A9KFA,AhEGA,EoIHEA,A7FAAA,GtCDE,AmICC,A7FAA,C6FAC5B,A7FAAA,E6FAJ,A7FAA,C6FAO,A7FAA,EpCnRL,AFoRO,ImIDT,A7FAA,EpCjRS,AiIiRMwiB,A7FAAA,M6FAf,A7FAA;ApChRG,AFkRC1uC,AkHCN,AqDAA,AzCFI,AzGCJ,A1BCA,AkJCA,AgBAA,A7HHI,A8MCJ,ACCA,AFAA,A9KFA,AhEGA,AmRjNE,MlR+MIA,K8HDK,A9FAA,IhCCI,CAACH,A8HDAogC,A9FAAA,C9BjRNzb,AgRmED,KlR+MH,AkR/MQqnC,ClR+MS3rD,IElRlB,CAAgB,CAAhB,AFkRC,C8HDK,A9FAA,C9BjRake,A4HiRO2hB,A9FAAA,EhCCEjhC,AkR/MxB,GAAoB+K,IpJ8MzB,A9FAA,AkP9MK,CAA0B,ChRnE9B,CAAgC7D,GFkRS,CAAC,EAAD,CElRzC,CFkR8ChG,EkR/MV,OlR+MmB,CAACH,MAAV,CAAiBK,MAAjB,KAA4B,EAAjC,EAAqCM,UAArC,CAAxC;AEjRD,AFkRA,AkHCL,AqDAA,ApCFE,ALAC,AzGCH,A1BCA,AkJCA,AgBAA,AvHHE,ANAC,A8MCH,ACCA,AFAA,A9KFA,AhEGA,AmRjNG,GpJmMoD,A9FAA,QmGW5CkuC,A7FAAA,M6FAT,A7FAA,C6FAgBlL,A7FAAA,C4O9MR,I/I8MR,A7FAA,E6FAuB,A7FAA,A4O9Mf,CAAKsoB,KfuGKvtD,EevGV,GfuG6B,AevGbsL,IAAhB,CAAsB,YAAM;AhRlElC,AFkRA,AkHCJ,AqDAA,ApCFI8Z,ALAF8L,AzGCF,A1BCA,AkJCA,AgBAA,AvHHI9L,ANAF8L,A8MCF,ACCA,AFAA,A9KFA,AhEGA,AoQ3GuC,AetGnC,EpJ8MFA,A9FAAA,EmGAE9L,A7FAAA,CwFAC,A9FAA,E8FAE,A9FAA,EmGAE,A7FAA,C6FAC,A7FAA,A6NxGenlB,KAAc,CrIwGvBixB,A9FAAA,EmGAP,A7FAA,C6FAL,ALAG,AxFAH,ANAG,C8FAajxB,A9FAAA,CkP9MT,IpJ8MJ,A9FAA,E8FAoB,A9FAA,AkP9MhB,CAAKutD,UAAL,EAAP,8CfsG6B,IAAM;AjQxKpC,AgHmRH,AqDAA,ApCFI,ALAA,AzGCJ,A1BCA,AkJCA,AgBAA,AvHHI,ANAA,A8MCJ,ACCA,AFAA,A9KFA,AhEGA,AsO9hBS,A6C2UC,E7C3UD,IAAI,CAAI,ClG2hBT9tB,A7FAAA,G6FAG,A7FAA,E+L3hBE,A6C2UH,C/IgNI2P,A7FAAA,A4OhNX,C7C3UoC,GlG2hBrB,A7FAA,C6FACpH,A7FAAA,C+L3hBN,EAA0C,ElG2hBzC,A7FAA,C6FAWhD,A7FAAA,A+L3hBZ,EAAsD,GlG2hBrD,A7FAA,C6FAV,A7FAA;ApChRF,AgHmRF,AqDAA,ApCFI7f,ALAA,AzGCJ,A1BCA,AkJCA,AgBAA,AvHHIA,ANAA,A8MCJ,ACCA,AFAA,A9KFA,AhEGA,AsO9hBI,A8BkbF,AezGO,I/IkNLA,A7FAAA,K6FAK,A7FAA,C6FAC,A7FAA,A6NzGJnlB,C9BlbK,A6CyUF,CAAP,G7CzUa,A8BkbJ,C9BlbK,I8BkbA,C9BlbK,ClG2hBZ,A7FAA,E6FAey/B,A7FAAA,A6NzGtB,EAAoB,ChIyGb,A7FAA,A+L3hBM,ClG2hBX,A7FAA,C+L3hByB,MAAd,EAAsB,KAAtB,EAA6B,GAA7B,CAAX;AnO4QH,AgHkRD,AqDAA,AzCFI,AzGCJ,A1BCA,AkJCA,AgBAA,A7HHI,A8MCJ,ACCA,AFAA,A9KFA,AhEGA,AsO9hBG,A8BkbA,AerGD,QpJ8MM,A9FAA,C8FAC,A9FAA,ImOzGDye,CrIyGMzc,A9FAAA,WmOzGX,CAAkB1hC,ErIyGjB,A9FAA,CmOzGD,CrIyG2B,A9FAA,GmOzGFC,KAAzB;AjJ4GH,AqDAA,ApCFI,ALAE,AzGCN,A1BCA,AkJCA,AgBAA,AvHHI,ANAE,A8MCN,ACCA,AFAA,A9KFA,AhEGA,AoQ5GG,QhIyGKy/B,A7FAAA,G6FAG,A7FAA,E6NzGH0e,GhIyGQ,A7FAA,I6NzGb,ChIyGC,A7FAA,A6NzGYnrB,EhIyGO,A7FAA,I6NzGpB,CAAqB,UAArB,EAAiC,KAAKkrB,YAAtC;AjJ4GH,AqDAA,ApCFM,ALAD,AzGCL,A1BCA,AkJCA,AgBAA,AvHHM,ANAD,A8MCL,ACCA,AFAA,A9KFA,AhEGA,AoQ5GG,KrIoGwB,A9FAA,C8FKrB,A9FAA,CmO5GJ,MAGO;AjJ4GT,AqDAA,ApCFM,ALAF,AzGCJ,A1BCA,AkJCA,AgBAA,AvHHM,ANAF,A8MCJ,ACCA,AFAA,A9KFA,AhEGA,AoQ5GG,YAAI,OAAO,KAAKA,YAAL,CAAkBn+C,EetGfwoB,CfsGH,CAAP,KAAkC,GetGdukC,QfsGxB,EAAmD,AetGjBC,UAA4D;AhKkNjG,AqDAA,ApCFM,A9GCN,A1BCA,AkJCA,AgBAA,AvHHM,AwMCN,ACCA,AFAA,A9KFA,AhEGA,AoQ5GI,AevG6F,iBfuGtF,KAAK7O,YAAL,CAAkBn+C,GAAlB,CAAP;AnQ2GA,AkHCJ,AqDAA,ApCFM,A9GCN,A1BCA,AkJCA,AgBAA,AvHHM,AwMCN,ACCA,AFAA,A9KFA,AhEGA,AoQ5GI,QnQ0GI2B,CmQ5GL,KnQ4GW,CmQ1GJ,InQ0GS,KAAf,EAAsB;AACpBD,AkHCN,AqDAA,ApCFM,ALAF,AzGCJ,A1BCA,AkJCA,AgBAA,AvHHM,ANAF,A8MCJ,ACCA,AFAA,A9KFA,AhEGA,AoQ5GI,AezG6F,MlRmN3FA,G8HDGggC,A9FAAA,CmGAC,A7FAA,C6FAC/C,A7FAAA,G4OlNoCmuB,E/IkN/B,A7FAA,A6NzGN,CnQ0GO,AmIDAxf,A7FAAA,CtCCC,EmQ1GJ1xB,AezGmF,ElRmNhF,C8HDb,A9FAA,ChCCoBha,A8HDA4/B,A9FAAA,CmOzGd,EhIyGC,A7FAA,EtCCM,CAAX,EmID0B,A7FAA,C6FArB,ALAP,AxFAO,ANAP,G8FAgCvhC,A9FAAA,CmGAC0+B,A7FAAA,IwFAjC,A9FAA,CmGAsC,A7FAA,C6FAC0O,A7FAAA,K6FAN,A7FAA,K6FAgBgC,A7FAAA,I6FA1C,A7FAA,I6FAkD1Q,A7FAAA,K6FAK,A7FAA,C6FAC2O,A7FAAA,U6FAN,A7FAA,G6FAmB,A7FAA,C6FAnB,A7FAA,I6FAwB7tC,A7FAAA,E6NzGVO,GAAjE,CezG8C,C/IkNoC,A7FAA,C6FAC2+B,A7FAAA,K6FAK,A7FAA,A6NzG9F,AezG6F,C/IkNE0O,A7FAAA,K6FAP,A7FAA,E6FAcgC,A7FAAA,I6FAd,A7FAA,C6FAP,A7FAA,K6FA+B,A7FAA,C6FAC,A7FAA,C6FA3G,A7FAA,K6FAiH,A7FAA,C6FACa,A7FAAA,S6FAtH,A7FAA,E6FAiI,A7FAA;AtCElI,AkHCL,AqDAA,ApCFQ9qB,ALAL,AzGCH,A1BCA,AkJCA,AgBAA,AvHHQA,ANAL,A8MCH,ACCA,AFAA,A9KFA,AhEGA,AsO/hBS,A8BmbL,Ae1G6F,E7CzUxF,MlG4hBDA,A7FAAA,C+L5hBQ,CAAI,GlG4hBP,A7FAA,C6FAC,A7FAA,A4OnNmD6nC,C7CzUjD,EAAc,M6CyUmE,oB/ImNpF,A7FAA,E6FAgCtuB,A7FAAA,K6FAK,A7FAA,C6FACkP,A7FAAA,U6FAtC,A7FAA,C6FAL,A7FAA,gC4OnNqE,EAAoB;AlRqN9F,AkHCH,AqDAA,ApCFQlP,ALvB+C,AzGwBvD,A1BCA,AkJCA,AgBAA,AvHHQA,ANvB+C,A8MwBvD,ACCA,AFAA,A9KFA,AhEGA,AsO/hBI,A8BmbD,Ae3G8F,CpJ6LjG,A9FAA,OmGuBQA,A7FAAA,G+L5hBG,ElG4hBE,A7FAA,C6FACkP,A7FAAA,A4OpNmEqf,I7CxU/D,CAAC,I6CwU8E,C/IoNzF,A7FAA,A+L5hBgB,CnOyQjB5iD,KmOzQW,EAAc,GnOyQf,EmOzQC,CAAd,wD6CwUyF,EAAI;AhR/DhF,AgHsRjB,AqDAA,ApCFO,ALAPy6B,AzGCA,A1BCA,AkJCA,AgBAA,AvHHO,ANAPA,A8MCA,ACCA,AFAA,A9KFA,AhEGA,AsO/hBG,A8BmbD,Ae3GA,QpJoNM,A9FAA,C8FACniC,A9FAAA,QkPpNA,CpJoNT,A9FAA,C8FAmBw+B,A9FAAA,GkPpNLqsB,IpJoNd,A9FAA,G8FA6B1nB,A9FAAA,GkPpNpB,CAAiB+mB,MAAjB,CpJoN+B,A9FAA,C8FAC1rB,A9FAAA,AkPpNP5Y,OpJoNlC,A9FAA,CkPpNS,EhR/De,AgR+DoBukC,KhR/Df9mC,GgR+DpB,EAA6C+mC,KhRhErC,GgRgER,EAAuDC,SAAvD,EAAkEC,SAAlE,EAA6E5hD,IAA7E,CAAmF,YAAM;AhRhEjF,AFsRf,AkHCF,AqDAA,AzCFAy5B,AzGCA,A1BCA,AkJCA,AgBAA,A7HHAA,A8MCA,ACCA,AFAA,A9KFA,AhEGA,AmRvNG,MlRqNGnjC,E8HDE,A9FAA,C8FACgB,A9FAAA,EhCCE,GAAG,I8HDd,A9FAA,C8FAmBsnC,A9FAAA,AkPpNT,MAAA,CAAKjX,GpJoNf,A9FAA,G8FAgC8S,A9FAAA,AkPpNtB,CAAa+mB,MAAb,EAAqBtkC,EpJoNY,A9FAA,C8FACyZ,A9FAAA,KkPpNlC,EAA+B8qB,EpJoNzC,A9FAA,MkPpNU,EAAyCC,QAAzC,EAAmDC,SAAnD,EAA8DC,SAA9D,EAAyE5hD,IAAzE,CAA+E,YAAM;AlRsN3F,AkHCJ,AqDAA,ApCFMikB,A9GCN,A1BCA,AkJCA,AgBAA,AvHHMA,AwMCN,ACCA,AFAA,A9KFA,AhEGA,AmRvNI,M/IoNEA,A7FAAA,G6FAG,A7FAA,C6FACgG,A7FAAA,K6FAJ,A7FAA,G4OpNE7qB,ElRqNY,CAAC,GAAD,CkRrNhB,ClRqNsB,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,yhBAAvB,CADN;AEtRG,AFwRb,AkHCJ,AqDAA,ApCFK,ALALq6B,AzGCA,A1BCA,AkJCA,AgBAA,AvHHK,ANALA,A8MCA,ACCA,AFAA,A9KFA,AhEGA,Q+HHQ,A9FAA,C8FACniC,A9FAAA,S8FAT,A9FAA,C8FAmBi/B,A9FAAA,ChCCC,CAAC,GAAD,EAAM,C8HD1B,A9FAA,EhCCoB,C8HDU,A9FAA,ChCCC,EAAX,CmQ3G8B,CnQ2Gf,K8HDK78B,A9FAAA,ChCCpB,EAAuB,A8HDb,A9FAA,E8FAeq8B,A9FAAA,E8FAf,A9FAA,E8FAmB,A9FAA,unBhCC7B,CAFN;AErRZ,AFwRE,AkHCJ,AqDAA,ApCFG,ALADA,AzGCF,A1BCA,AkJCA,AgBAA,AvHHG,ANADA,A8MCF,ACCA,AFAA,A9KFA,AhEGA,AoQ9GkD,Ae1G9C,EpJqNFA,A9FAAA,CmGxFkD,A7FAA,C6FwFhD,ALAA,AxFAA,ANAA,C8FACr8B,A9FAAA,G8FAD,A9FAA,C8FAF,A9FAA,CmO3GmBguB,GnQ4GR,CAAC,EmQ5GoC,CnQ4GrC,CkRtNL85B,ClRsNW,GAAN,EAAW,AkRtNV,ElRsND,EAAe,CkRtNT,KlRsNN,EAAuB,AkRtNhC,EAAwB,4BhRlEa,qBiQ4KX,IAAoB,2qBnQ4GrC,CAHC;AErR2B,AFyRrC,AkHCJ,AqDAA,ApCFE,ALAD,AzGCD,A1BCA,AkJCA,AgBAA,AvHHE,ANAD,A8MCD,ACCA,AFAA,A9KFA,AhEGA,AoQ/GkD,AezG7CpiD,CpJmNL,A9FAA,SmO1GoC2zC,IjQ5KvB52C,AiQ4KqC,EezG7CiD,KhRnEoC,EgRmE7B,GAAG,GlRsNc,CAAC,EkRtNf,ClRsNc,AkRtNTgjD,ElRsNe,GAAN,EAAW,EAAX,EAAe,EkRtN7B,CAAoBllC,GlRsNN,EAAuB,GkRtNrC,EAA8BukC,QAA9B,EAAwCC,QAAxC,EAAkDC,QfyGtB,CezG5B,EAA6DC,EfyG1B,OezGnC,CAAVxiD,qQlRsNwB,CAJf;AEpRXJ,AFyRC,AkHCJ,AqDAA,AlJDA,A1BCA,AkJCA,AgBAA,AiFFA,ACCA,AFAA,A9KFA,AhEGA,AmR1NI,UhRjEDA,KgRiEC,GhRjEO,CAAE7C,EgRmEF,KhRnEA,CAAR,EFyR0B,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,6SAAvB,CALf;AEnRX,AFyRC,AkHCJ,AqDAA,AlJDA,A1BCA,AkJCA,AgBAA,AiFFA,ACCA,AFAA,A9KFA,AhEGA,AoQhHE,AexGGiD,UfwGCsoB,MAAM,AexGPtoB,KfwGY,EexGL,EfwGV,CexGa,CfwGQ,GnQ8GO,CAAC,CkRtNhB,CAAKijD,ClRsNU,EAAM,GAAN,EAAW,EAAX,EAAe,CkRtN9B,CAAoBnlC,IlRsNL,EAAuB,EkRtNtC,EAA8BukC,QAA9B,EAAwCC,QAAxC,EAAkDC,SAAlD,EAA6DC,SAA7D,CAAVxiD,yQlRsNyB,CANhB;AEtRG,AF6Rb,AkHCJ,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AgBAA,AvHHE,AwMCF,ACCA,AFAA,A9KFA,AhEGA,AoQ/GG,AezGE,W/IqNM2gB,A7FAAA,E6N5GH8yB,KhI4GN,A7FAA,C6FAiBxgB,A7FAAA,E6FAjB,A7FAA,E6FAqB,A7FAA,E6N5GpB,EnQ6GwB,CAAC,AmQ7GL,GnQ6GI,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,CmQ7GG,CnQ6GoB,ImQ7GfwgB,YAAZ,EAA0BnrB,MAA1B,CAApB,0RnQ6GwB,CAPb;AEtRG,AF8Rb,AkHCJ,AqDAA,ApCFI5N,A9GCJ,A1BCA,AkJCA,AgBAA,AvHHIA,AwMCJ,ACCA,AFAA,A9KFA,AhEGA,AsOhiBS,EAAA,ElG6hBLA,A7FAAA,I+L7hBW,ClG6hBN,A7FAA,A+L7hBU,ClG6hBT,A7FAA,EtCCE,CAAC,GAAD,EAAM,CmIDT,A7FAA,A+L7hBM,ErO8hBH,AmIDSuY,A7FAAA,A+L7hBwB,ErO8hBtB,AmIDd,A7FAA,C6FAL,A7FAA,CtCCQ,EAAe,IqO9hBZ,ErO8hBH,AqO9hBmD,ErO8hB5B,2jBAAvB,CARE;AEtRG,AF+Rb,AkHCJ,AqDAA,ApCFIgS,A9GCJ,A1BCA,AkJCA,AgBAA,AvHHIA,AwMCJ,ACCA,AFAA,A9KFA,AhEGA,AsOhiBI,A8BibD,Ae1GC,I/IsNAA,A7FAAA,M6FAM,A7FAA,C+L7hBC,C8BibJ,K9BjbU,A8BibLyO,CnQ6GM,AqO9hBA,CrO8hBC,EkRvNR1zC,ClRuNO,CqO9hBK,CrO8hBC,AmQ7GjB,CAAakoB,EnQ6GF,CkRvNA,ClRuNW,AqO9hBZ,A6CuUEtnB,ElRuND,AqO9hBa,ErO8hBE,AkRvNtBZ,CAAc,If0GlB,CnQ6GW,EAAuB,AqO9hBxB,A8BiboB8C,E9BjbM,E8BibpC,Ce1GwB,If0Ge,EAA3C,C9Bjbc,CAAb,A8Bib8C,4rBnQ6GhC,CATJ;AEtRG,AFgSb,AkHCJ,AqDAA,ApCFI6hC,A9GCJ,A1BCA,AkJCA,AgBAA,AvHHIA,AwMCJ,ACCA,AFAA,A9KFA,AhEGA,AsOhiBG,A8BibC,Ae1GC,I/IsNDA,A7FAAA,I6FAI,A7FAA,C6FACthB,A7FAAA,M6N5GAuwB,CnQ6GO,CAAC,GAAD,EAAM,CmIDlB,A7FAA,A4OtNQ,C/IsNY,A7FAA,CtCCR,EAAW,AmQ7GvB,EnQ6GY,AkRvNJ,CAAKsP,ClRuNc,AmID3B,A7FAA,E6FA6BviC,A7FAAA,ItCCjB,EAAuB,AkRvN3B,C/IsNR,A7FAA,A4OtNwByhC,MAAhB,EAAwBtkC,QAAxB,EAAkCukC,QAAlC,EAA4CC,QAA5C,EAAsDC,SAAtD,EAAiEC,SAAjE,CAAP,gGlRuNW,CAVF;AEtRG,AFiSb,AkHCJ,AqDAA,ApCFI,A9GCJ,A1BCA,AkJCA,AgBAA,AvHHI,AwMCJ,ACCA,AFAA,A9KFA,AhEGA,AoQ/GI,Ae5GO,Q/IwNHrgB,A7FAAA,O4OxNGniC,ClRyNK,AkRzNZ,ClRyNa,GAAD,EAAM,CmIDC,A7FAA,C6FAC2kC,A7FAAA,CtCCR,EAAW,CmIDJ,A7FAA,CtCCP,CmIDc,A7FAA,CtCCC,MAAf,AmIDO,A7FAA,C6FAf,A7FAA,CtCC+B,ImIDI,A7FAA,C6FAvC,A7FAA,E6FA0C5M,A7FAAA,c6FAc,A7FAA,C6FAC4M,A7FAAA,I6FAD,A7FAA,E6FAO1R,A7FAAA,E6FAP,A7FAA,C6FAd,A7FAA,gwBtCC9B,CAXF;AElRZ,AF8RE,AkHCJ,AqDAA,ApCFG,A9GCH,A1BCA,AkJCA,AgBAA,AvHHG,AwMCH,ACCA,AFAA,A9KFA,AhEGA,AmRnOU,G/I+H0C,A7FAA,C6FiGhD,A7FAA,S4OhOM,CAAP,ElRiOa,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,+QAAvB,CAZF;AEhRb,AF6RG,AkHCJ,AqDAA,AlJDA,A1BCA,AkJCA,AgBAA,AiFFA,ACCA,AFAA,A9KFA,AhEGA,AoQ/GG,AetHM,WAAA,CfsHF0gB,Ce1GFhyC,Gf0GM,EetHF,CAYI1N,ClRuNO,CAAC,AmQ7GL,GnQ6GI,CmQ7GjB,CnQ6GuB,CmQ7GJ,EnQ6GF,AkRvNPA,CAAD,ClRuNmB,CkRvNZ,ClRuNC,EAAe,MAAf,EAAuB,y1BAAvB,CAbN;AAcV,AkHCJ,AqDAA,AlJDA,A1BCA,AkJCA,AgBAA,AiFFA,ACCA,AFAA,A9KFA,AhEGA,AoQ/GI,Ae1GDkgB,YAAAA,Gf0GMu/B,Ie1GC,CAAC3iC,ElRuNW,AmQ7GlB,CnQ6GmB,AmQ7GNwX,Ee1GdpU,ClRuNmB,AkRvNJlgB,CAAfkgB,ClRuNyB,CmQ7GxB,Ae3Ge,Cf2GM,AezGtB,ClRsNmB,EAAW,EAAX,EAAe,GmQ7GjC,EAAiC,CnQ6Gf,EAAuB,EmQ7GHs/B,YAAtC,mjBnQ6GkB,CAdR;AAeV,AkHCJ,AqDAA,ApCFElwB,A9GCF,A1BCA,AkJCA,AgBAA,AvHHEA,AwMCF,ACCA,AFAA,A9KFA,AhEGA,AoQ/GI,AexHK,E/IoOPA,A7FAAA,S4OpOO,CAAP,K/IoOe,A7FAA,C6FACohB,A7FAAA,ItCCI,AmIDL,A7FAA,CtCCM,CmIDC,A7FAA,EtCCF,EAAM,GAAN,AmIDL,A7FAA,EtCCgB,AmIDAhkB,A7FAAA,EtCCX,EAAe,GmIDpB,A7FAA,C6FAf,A7FAA,C6FpGkD,A7FAA,CtCqG9B,AmIDqB,A7FAA,EtCCE,gXAAvB,CAfR;AAgBV,AkHCJ,AqDAA,AlJDA,A1BCA,AkJCA,AgBAA,AiFFA,ACCA,AFAA,A9KFA,AhEGA,AoQ/GG,AezGD,Of8FA,MAWO,QnQ6GY,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,wdAAvB,CAhBP;AAiBV,AkHCJ,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AgBAA,AvHHE,AwMCF,ACCA,AFAA,A9KFA,AhEGA,AsOjiBS,A8BkbN,E9BlbM,GAAG,CAAC,KlG8hBF+f,A7FAAA,I+L9hBC,A8BkbF,E9BlboB,ClG8hB5B,A7FAA,E6N5Ga+S,ChI4GM,A7FAA,CtCCC,CAAC,GAAD,EAAM,GAAN,CmQ7GnB,CnQ6G8B,EAAX,EAAe,MAAf,EAAuB,ujBAAvB,CAjBR;AAkBV,AkHCJ,AqDAA,ApCFI9O,A9GCJ,A1BCA,AkJCA,AgBAA,AvHHIA,AwMCJ,ACCA,AFAA,A9KFA,AhEGA,AsOjiBI,A8BkbD,IhI4GCA,A7FAAA,I6FAI,A7FAA,C6FACthB,A7FAAA,E+L9hBE,GAAG,CAAC,QlG8hBX,A7FAA,C6FAoB,A7FAA,A+L9hBV,CrO+hBW,AqO/hBd,CrO+hBe,AqO/hBA,GrO+hBD,EAAM,AqO/hBA,ClG8hB3B,A7FAA,EtCCqB,AmIDSkd,A7FAAA,EtCCE,CqO/hBzB,CrO+hBc,AqO/hBrB,ErO+hBoC,EmIDpC,A7FAA,ItCCqB,EAAuB,wTAAvB,CAlBX;AAmBV,AkHCJ,AqDAA,ApCFI0E,A9GCJ,A1BCA,AkJCA,AgBAA,AvHHIA,AwMCJ,ACCA,AFAA,A9KFA,AhEGA,AsOjiBG,A8BkbD,IhI4GEA,A7FAAA,M6FAM,A7FAA,etCCe,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,CkRvNrBnnB,UAAUukC,UAAUC,UAAU,CAEvD,sRlRqNuB,CAnBX;AAoBV,AkHCJ,AqDAA,ApCFG,A9GCH,A1BCA,AkJCA,AgBAA,AvHHG,AwMCH,ACCA,AFAA,A9KFA,AhEGA,AoQ9GC,0BnQ4GyB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,sTAAvB,CApBZ;AAqBV,AkHCJ,AqDAA,AlJDA,A1BCA,AkJCA,AgBAA,AiFFA,ACCA,AFAA,A9KFA,AhEGA,uBCFuB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,qTAAvB,CArBT;AAsBV,AkHCJ,AqDAA,ApCFE3d,A9GCF,A1BCA,AkJCA,AgBAA,AvHHEA,AwMCF,ACCA,AFAA,A9KFA,AhEGA,EoIHEA,A7FAAA,I6FAI,A7FAA,C6FACxhB,A7FAAA,I6FAL,A7FAA,C6FAU,A7FAA,KtCCK,CAAC,CmIDhB,A7FAA,EtCCe,AmIDIud,A7FAAA,EtCCE,CEhSjBz+B,EFgSW,EAAW,AmID1B,A7FAA,A4O5mBY,ElR6mBG,CEhSJ,CFgSmB,MAAf,EAAuB,8pBAAvB,CAtBH;AEzQZ,AFgSE,AkHCJ,AqDAA,AlJDA,A1BCA,AkJCA,AgBAA,AiFFA,ACCA,AFAA,A9KFA,AhEGA,AmR/mBE,ahR6UO,IgR7UAgR,ChR6UKsI,EFgSM,CAAC,GAAD,CkR7mBH,ClR6mBS,AkR7mBPrI,EhR6UV,CAAgBjR,AFgSL,EAAW,EAAX,CEhSX,CAAP,AFgSiC,MAAf,CkR7mBe,ClR6mBQ,AkR7mBN,IAAF,CAAhBiR,CAAwBjN,KAAxBiN,CAA8BrO,OAA9BqO,CAAuC,IAAvCA,EAA6C,EAA7CA,CAAF,CAAf,ydlR6mBkB,CAvBN;AExQZ,AFgSE,AkHCJ,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AgBAA,AvHHE,AwMCF,ACCA,AFAA,A9KFA,AhEGA,AmR/mBE,W/I4mBSqtB,A7FAAA,Q6FAT,A7FAA,CtCCkB,CAAC,CmIDC,A7FAA,EtCCF,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,saAAvB,CAxBN;AEtQb,AF+RG,AkHCJ,AqDAA,ApCFI7lB,A9GCJ,A1BCA,AkJCA,AgBAA,AvHHIA,AwMCJ,ACCA,AFAA,A9KFA,AhEGA,IoIHIA,A7FAAA,K6FAK,A7FAA,C6FAC,A7FAA,ItCCI,CAAC,GAAD,EAAM,AmIDX,A7FAA,C6FAL,A7FAA,EtCCU,EAAW,CkR5mBbnlB,ClR4mBE,EAAe,IkR5mBV,ElR4mBL,EAAuB,0JAAvB,CAzBA;AA0BV,AkHCJ,AqDAA,ApCFIovC,A9GCJ,A1BCA,AkJCA,AgBAA,AvHHIA,AwMCJ,ACCA,AFAA,A9KFA,AhEGA,AmR9mBE,I/I2mBEA,A7FAAA,I6FAI,A7FAA,C6FACthB,A7FAAA,M4O3mBFpgB,ElR4mBU,CAAC,EkR5mBhB,ClR4mBe,AkR5mBJgD,ElR4mBU,AmIDnB,A7FAA,C6FAoB,A7FAA,EtCCP,AkR5mBf,ElR4mB0B,CkR5mBP1Q,ClR4mBJ,CmIDb,A7FAA,CtCC4B,CmIDCmrC,A7FAAA,C4O3mB/B,IlR4mBe,EAAuB,AmIDpC,A7FAA,qWtCCa,CA1BH;AA2BV,AkHCJ,AqDAA,ApCFIuE,A9GCJ,A1BCA,AkJCA,AgBAA,AvHHIA,AwMCJ,ACCA,AFAA,A9KFA,AhEGA,AsOliBS,A6C5EP,E7C4EO,ElG+hBLA,A7FAAA,E+L/hBS,CAAC,GlG+hBJ,A7FAA,GtCCG,CAAC,EqOhiBD,CrOgiBA,CqOhiBoB,CrOgiBd,GAAN,EAAW,EAAX,AqOhiBA,ErOgiBe,AqOhiBqB,MrOgiBpC,EAAuB,sUAAvB,CA3BC;AA4BV,AkHCJ,AqDAA,ApCFG,A9GCH,A1BCA,AkJCA,AgBAA,AvHHG,AwMCH,ACCA,AFAA,A9KFA,AhEGA,AsOliBI,A6C3EH,W7C2EU,ErOgiBE,CAAC,CqOhiBC,CAAC,CrOgiBH,EAAM,GAAN,EAAW,CqOhiBT,CrOgiBF,CqOhiBc,CrOgiBC,MAAf,CqOhiBE,CrOgiBqB,AqOhiBzB,CAA0B,KAAK,MAA/B,CAAP,iVrOgiBS,CA5BC;AA6BV,AkHCJ,AqDAA,AlJDA,A1BCA,AkJCA,AgBAA,AiFFA,ACCA,AFAA,A9KFA,AhEGA,AsOliBG,yBrOgiBsB,CAAC,GAAD,EAAM,GAAN,AmQ/GF3vC,EnQ+Ga,EAAX,CmQ/GGgzB,CnQ+GY,MAAf,CmQ/GW,CnQ+GY,spBAAvB,CA7BX;AA8BV,AkHCJ,AqDAA,ApCFEqc,A9GCF,A1BCA,AkJCA,AgBAA,AvHHEA,AwMCF,ACCA,AFAA,A9KFA,AhEGA,AoQjHE,EhI8GAA,A7FAAA,I6FAI,A7FAA,C6FACxhB,A7FAAA,G6N9GD,ChI8GJ,A7FAA,C6FAU,A7FAA,GtCCG,CAAC,CmQ/GH7tB,EnQ+GE,CmIDb,A7FAA,A6N9GI,CnQ+Ge,CmIDCirC,A7FAAA,EtCCP,CmQ/GM,CnQ+GK,EAAX,EAAe,AmID5B,A7FAA,G6N9GA,EAA6B,CnQ+GhB,EAAuB,wbAAvB,CA9BD;AA+BV,AkHCJ,AqDAA,AlJDA,A1BCA,AkJCA,AgBAA,AiFFA,ACCA,AFAA,A9KFA,AhEGA,AoQjHG,YAAI,OnQ+GY,AmQ/GLjY,CnQ+GM,GAAD,EAAM,AmQ/GlB,GnQ+GY,EAAW,AmQ/GL,EnQ+GN,EAAe,MAAf,CmQ/GhB,CnQ+GuC,CmQ/GJ,2RnQ+GnB,CA/BL;AAgCV,AkHCJ,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AgBAA,AvHHE,AwMCF,ACCA,AFAA,A9KFA,AhEGA,AoQjHI,WhI8GO2c,A7FAAA,I6N9GF4M,EhI8GP,A7FAA,GtCCkB,AmIDA,A7FAA,CtCCC,CmQ/GjB,CAAc,CnQ+GE,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,YmQ/GvC,moBnQ+GgB,CAhCN;AAiCV,AkHCJ,AqDAA,ApCFIn3B,A9GCJ,A1BCA,AkJCA,AgBAA,AvHHIA,AwMCJ,ACCA,AFAA,A9KFA,AhEGA,AoQhHI,IhI6GAA,A7FAAA,K6FAK,A7FAA,C6FAC,A7FAA,K6N7GDm3B,CnQ8GO,CAAC,CmIDR,A7FAA,C6FAL,A7FAA,CtCCY,EAAM,AmQ9GlB,GnQ8GY,EAAW,CElSjB,CFkSM,EAAe,MAAf,EAAuB,sBmQ9GUv8C,GAA7C,GAAoD,i2BnQ8GxC,CAjCF;AEhQZ,AFkSE,AkHCJ,AqDAA,ApCFIuvB,A9GCJ,A1BCA,AkJCA,AgBAA,AvHHIA,AwMCJ,ACCA,AFAA,A9KFA,AhEGA,AoQhHKgvB,IhI6GDhvB,A7FAAA,G6FAG,A7FAA,C6FACogB,A7FAAA,EpCjSF,EiQoLD4O,EhI6GD,A7FAA,CpCjSO59C,AFkSI,AmIDA0uC,A7FAAA,CtCCC,GAAD,AmIDX,A7FAA,EpCjSE,AFkSe,GElSD,AFkSL,CElSb,CFkSwB,CElSH,CFkSR,AmQ9GM,EnQ8GS,AmQ9GPrc,MnQ8GR,AmQ/GyC,EnQ+GlB,mgBAAvB,CAlCD;AE/PX,AFkSC,AkHCJ,AqDAA,ApCFG,A9GCH,A1BCA,AkJCA,AgBAA,AvHHG,AwMCH,ACCA,AFAA,A9KFA,AoM7GKwrB,GhIX+C,A7FAA,C6FwHhD,A7FAA,QtCCQ,AmQ9GPA,CnQ8GQ,EElSH,CFkSE,EAAM,CElSJz4B,EFkSF,CElSF,CAAS,AFkSI,EAAX,EAAe,CElSHE,AiQoLH,EAAE,GnQ8GX,EAAuB,AmQ9GP4M,GjQpLT,CAAgB,CAAhB,CAAT,CAAP,OiQoLoB,CAAoB7yB,GAApB,4enQ8GX,CAnCE;AE9PX,AFkSC,AkHCJ,AqDAA,AlJDA,A1BCA,AkJCA,AgBAA,AiFFA,ACCA,AFAA,A9KFA,AoMhHwD,WAApD,MnQiHa,CAAC,GAAD,EAAM,GAAN,EAAW,AkR9mBb,ElR8mBE,EAAe,MAAf,EAAuB,ksBAAvB,CApCH;AAqCV,AkHCJ,AqDAA,AlJDA,A1BCA,AkJCA,AgBAA,AiFFA,ACCA,AFAA,A9KFA,AsKhiBS,A6C7EP,E7C6EO,KAAK,GAAA,O6C7EL2d,ElR8mBU,CAAC,GAAD,EAAM,AkR9mBR,CAAEC,ElR8mBA,EAAW,EAAX,EAAe,MAAf,EAAuB,AkR9mBP,CAAC,IAAD,CAAhBA,CAAuB/M,MAAvB+M,CAA8BrO,OAA9BqO,CAAuC,IAAvCA,EAA6C,EAA7CA,CAAF,CAAf,yZlR8mBiB,CArCL;AE5PZ,AFkSE,AkHCJ,AqDAA,ApCFEyxB,A9GCF,A1BCA,AkJCA,AgBAA,AvHHEA,AwMCF,ACCA,AFAA,A9KFA,AsKhiBI,A8BmbA,AehgBF,E/I6mBAA,A7FAAA,I6FAI,A7FAA,C6FACtlC,A7FAAA,I6FAL,A7FAA,A+LhiBS,ClGgiBC,A7FAA,CpCjSH,AFkSI,CAAC,AmQ9GN,E9BnbQ,CnO+PHgc,AFkSA,AqOjiBI,ClGgiBf,A7FAA,CtCCiB,CElSV,AiIiSWwJ,A7FAAA,CpCjSF,CFkSL,AqOjiBS,A8BmbP,ChI6Gb,A7FAA,CtCCsB,CElSf,AiIsK2C,A7FAA,CpCtKlD,AFkSW,AmIDa,A7FAA,C6N7GNsD,CnQ8GQ,AqOjiBZ,CAAZ,KrOiiBS,EAAuB,KmQ9GrB,CAAoB7yB,GAApB,CAAP,MAAoC,QAApC,IAAgD,KAAK6yB,cAAL,CAAoB7yB,GAApB,MAA6B,IAAjF,EAAuF,kuBnQ8G9E,CAtCC;AE3PZ,AFkSE,AkHCJ,AqDAA,AlJDA,A1BCA,AkJCA,AgBAA,AiFFA,ACCA,AFAA,A9KFA,AsKhiBG,A8BmbE,iBAAK6yB,CnQ8GQ,CAAC,GAAD,EAAM,EkR7mBX5yB,ClR6mBK,EAAW,EAAX,AmQ9Gb,CAAoBD,CnQ8GQ,AkR7mBb,Ef+ff,InQ8Ga,AmQ9Gc,EnQ8GS,AmQ9GpC,sSnQ8Ga,CAvCJ;AEzPb,AFiSG,AkHCJ,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AgBAA,AvHHE,AwMCF,ACCA,AFAA,A9KFA,AoM7GK,Ae/fH,M/I4mBI,A7FAA,C6FAC2+B,A7FAAA,KtCCK,AmIDA,A7FAA,CtCCC,AmIDA4O,A7FAAA,E4O5mBN5/B,ClR6mBK,EAAM,EmIDhB,A7FAA,A4O5mBA,ClR6mBU,AkR7mBCkD,C/I4mBS,A7FAA,CtCCC,EAAX,EAAe,AkR7mBzB,GAAoB5Q,GlR6mBV,EAAuB,AkR7mBjC,wgBlR6mBU,CAxCE;AAyCV,AkHCJ,AqDAA,ApCFImlB,A9GCJ,A1BCA,AkJCA,AgBAA,AvHHIA,AwMCJ,ACCA,AFAA,A9KFA,AsKphBS,A6CxFP,E7CwFO,ElGohBLA,A7FAAA,I+LphBW,ClGohBN,A7FAA,A+LphBO,ClGohBN,A7FAA,K+LphBK,CrOqhBC,CAAC,AqOrhBe,GrOqhBhB,CqOrhBD,CrOqhBO,CmIDb,A7FAA,A+LphBoC,ClGohBzC,A7FAA,CtCCY,EAAW,EAAX,EAAe,MAAf,EAAuB,gfAAvB,CAzCF;AA0CV,AkHCJ,AqDAA,ApCFImK,A9GCJ,A1BCA,AkJCA,AgBAA,AvHHIA,AwMCJ,ACCA,AFAA,A9KFA,AsKphBI,A8BuaA,IhI6GAA,A7FAAA,G6FAG,A7FAA,C6FAC6gB,A7FAAA,G+LphBG,GlGohBP,A7FAA,C6N7GKvd,E9BvaQ,CAAC,GrOqhBG,CAAC,AqOrhBL,CAAN,CAAc,CrOqhBJ,EAAM,EqOrhBG,A8Bua1B,CnQ8GiB,AmQ9GG7yB,EnQ8GQ,CmQ9G5B,CnQ8GiB,CqOrhBV,CrOqhByB,CqOrhBE,A8BuaP,KnQ8GV,CqOrhBV,CrOqhBiC,AqOrhBxC,c8BuakC,KAAK6yB,cAAL,CAAoB7yB,GAApB,CAAP,EAAiCgzB,MAAjC,CAA3B,0/BnQ8GiB,CA1CP;AA2CV,AkHCJ,AqDAA,ApCFG,A9GCH,A1BCA,AkJCA,AgBAA,AvHHG,AwMCH,ACCA,AFAA,A9KFA,AsKphBG,A8BwaC,WnQ6GO,CAAC,GAAD,AmQ7GFupB,EnQ6GQ,GAAN,EAAW,AmQ7GlB,CAAc,CnQ6GP,EAAe,MAAf,EAAuB,oBmQ7G9B,2ZnQ6GO,CA3CG;AA4CV,AkHCJ,AqDAA,AlJDA,A1BCA,AkJCA,AgBAA,AiFFA,ACCA,AFAA,A9KFA,AoM5GI,iBnQ6Ga,CAAC,GAAD,EAAM,GAAN,EAAW,AkR9mBb,ElR8mBE,EAAe,MAAf,EAAuB,kxBAAvB,CA5CH;AA6CV,AkHCJ,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AgBAA,AvHHE,AwMCF,ACCA,AFAA,A9KFA,AmN7mBE,S/I6mBOlN,A7FAAA,GtCCG,CAAC,AmIDX,A7FAA,GtCCU,CkR9mBH,ClR8mBS,GAAN,AkR9mBCma,ElR8mBU,EAAX,CkR9mBH,ClR8mBkB,AkR9mBP,KAAK7mD,ClR8mBb,EAAuB,QkR9mB1B,EAA6B,EAA7B,CAAP,qNlR8mBU,CA7CE;AA8CV,AkHCJ,AqDAA,ApCFC,A9GCD,A1BCA,AkJCA,AgBAA,AvHHC,AwMCD,ACCA,AFAA,A9KFA,AoM7GG,AehgBD,C/I0eF,A7FAA,c6NsBU,CnQ8GM,CAAC,GAAD,AmQ9GDkwB,EnQ8GO,GAAN,EAAW,EAAX,EAAe,GmQ9GrB,CAAoB7yB,EnQ8Gd,CmQ9GN,CnQ8G6B,AmQ9GpC,gbnQ8Ga,CA9CF;AA+CV,AkHCJ,AqDAA,AlJDA,A1BCA,AkJCA,AgBAA,AiFFA,ACCA,AFAA,A9KFA,AoM7GG,OAlBD,MAkBO,IAAI,GnQ8GO,CAAC,GAAD,CmQ9GAA,CnQ8GM,AkR7mBbC,Ef+fA,CnQ8GO,EAAW,EAAX,AkR7mBA,Cf+fQ,CnQ8GO,MAAf,CmQ9GX,CnQ8GkC,CmQ9GL,mhBnQ8GlB,CA/CN;AAgDV,AkHCJ,AqDAA,ApCFA,A9GCA,A1BCA,AkJCA,AgBAA,AvHHA,AwMCA,ACCA,AFAA,A9KFA,AoM7GG,Ae/fD,S/I4mBOgwC,A7FAAA,I6N7GDsM,Ge/fA,ElR6mBU,CAAC,CmIDnB,A7FAA,A6N7GG,Ae/fS3gC,C/I4mBS2T,A7FAAA,A6N7GJ,CnQ8GC,EAAM,AmIDxB,A7FAA,C4O5mBQ,C/I4mBkB,A7FAA,A4O5mBP,ChRyUV,AFoSS,EAAW,EAAX,EAAe,MAAf,EAAuB,KmQ9GtC,+Be/fK,CAAN,yjBlR6mBgB,CAhDJ;AEnPZ,AFoSE,AkHCJ,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AgBAA,AvHHE,AwMCF,ACCA,AFAA,A9KFA,AoM7GG,Ae/fD,S/I4mBO,A7FAA,CpCnSH,GiQsLEsD,EjQtLGlyB,EFoSM,CAAC,AmIDA0vC,A7FAAA,GpCnSZ,AFoSW,EAAM,CEpSH,CAAlB,CFoSe,CEpSM,AiQsLpB,CnQ8GyB,EAAX,AmQ9GQ,EnQ8GO,MAAf,EAAuB,GmID/B,A7FAA,G6FAqC,A7FAA,K6N7Gd,KAAKxd,cAAZ,EAA4BG,MAA5B,CAAtB,6tBnQ8Gc,CAjDH;AElPX,AFoSC,AkHCJ,AqDAA,ApCFI,A9GCJ,A1BCA,AkJCA,AgBAA,AvHHI,AwMCJ,ACCA,AFAA,A9KFA,AoM7GG,QhI6GK2L,A7FAAA,K6FAK,A7FAA,A6N7GL4d,EjQtLE,CiImSMhtB,A7FAAA,EtCCE,CEpSJxJ,AFoSK,AmIDA,A7FAA,C6FACwb,A7FAAA,A6N7GjB,CAAc,CjQtLP,AFoSQ,CEpSC,CFoSK,GAAN,CEpSMtb,CFoSK,EAAX,EAAe,CmID7B,A7FAA,IpCnSe,CAAgB,AFoSjB,EAAuB,GEpSDA,CiQsLrC,SjQtLgC,CAAgBtlB,MAAhB,GAAyB,CAAzC,CAAT,CAAP,wjBFoSe,CAlDJ;AEjPX,AFoSC,AkHCJ,AqDAA,ApCFIykB,A9GCJ,A1BCA,AkJCA,AgBAA,AvHHIA,AwMCJ,ACCA,AFAA,A9KFA,AoM7GG,IhI6GCA,A7FAAA,K6FAK,A7FAA,C6FAC,A7FAA,K6N7GA,GnQ8GQ,CAAC,CmQ9GJyN,EnQ8GG,CmIDT,A7FAA,CtCCe,CmIDC8L,A7FAAA,EtCCP,EAAW,CmIDC,A7FAA,CtCCZ,AmIDakP,A7FAAA,EtCCE,CmQ9G9B,KnQ8Ge,EAAuB,AmIDhC,A7FAA,C6FAL,A7FAA,8YtCCc,CAnDJ;AAoDV,AkHCJ,AqDAA,ApCFI,A9GCJ,A1BCA,AkJCA,AgBAA,AvHHI,AwMCJ,ACCA,AFAA,A9KFA,AsKrhBS,A8BwaN,E9BxaM,GAAG,CAAC,C8BmaJ,ChIkHDlP,A7FAAA,I+LrhBI,ClGqhBC,A7FAA,A6N7GJ,ChI6GKkP,A7FAAA,A+LrhBe,ErOshBb,CAAC,AmQ9GJ,GnQ8GG,EAAM,CqOthBV,ClGqhBR,A7FAA,A6N7GgB7tC,CnQ8GJ,AqOthBgC,ClGqhBtB2+B,A7FAAA,CtCCC,AmQ9Gd,CehgBC,ClR8mBE,EAAe,AmIDA,A7FAA,C6FACkP,A7FAAA,A6N7GJ,KnQ8GZ,EAAuB,GmIDb,A7FAA,C6N7GjB,EAAgC,0xBnQ8GzB,CApDF;AE/OZ,AFoSE,AkHCJ,AqDAA,AlJDA,A1BCA,AkJCA,AgBAA,AiFFA,ACCA,AFAA,A9KFA,AsKrhBI,A8BwaD,AejgBW,W7CyFH,EnOkPF,CmOlPK,CAAC,A8BwaL,EjQtLG9nB,GAAJ,AiQsLM8M,CjQtLG,EFoSK,CAAC,AqOthBV,CnOkPL,AmOlPE,CnOkPT,AmOlPwB,CrOshBH,EAAM,EqOthBE,CrOshBR,EAAW,AmQ9G/B,EnQ8GoB,CqOthBZ,CrOshB2B,CqOthBC,KrOshBhB,CqOthBZ,CrOshBmC,AqOthB1C,ocrOshBmB,CArDT;AE9OZ,AFoSE,AkHCJ,AqDAA,ApCFI,A9GCJ,A1BCA,AkJCA,AgBAA,AvHHI,AwMCJ,ACCA,AFAA,A9KFA,AsKrhBG,A8BwaA,QhI6GK8L,A7FAAA,K6FAK,A7FAA,C6FACkP,A7FAAA,ItCCI,CAAC,GAAD,EAAM,AmIDhB,A7FAA,GtCCU,EAAW,AmIDA,A7FAA,C6FArB,A7FAA,CtCCU,EAAe,CmIDChB,A7FAAA,KtCChB,EAAuB,QmIDQ,A7FAA,C6FACtd,A7FAAA,G6FAD,A7FAA,E6FAM,A7FAA,M6FAN,A7FAA,C6FA7C,A7FAA,E6FA4D,A7FAA,metCC9C,CAtDJ;AE5Ob,AFmSG,AkHCJ,AqDAA,ApCFMoP,A9GCN,A1BCA,AkJCA,AgBAA,AvHHMA,AwMCN,ACCA,AFAA,A9KFA,AoM7GE,AelgBA,M/I+mBIA,A7FAAA,K6FAK,A7FAA,C6FAC4O,A7FAAA,KtCCK,AkRhnBR,ClRgnBS,CmIDZ,A7FAA,EtCCW,AkRhnBJic,C/I+mBS,A7FAA,CtCCC,GAAN,AmIDX,A7FAA,A4O/mBG,CAAW,ClRgnBQ,EAAX,CkRhnBR,ClRgnBuB,CkRhnBN,KlRgnBT,EAAuB,ywBAAvB,CAvDH;AAwDV,AkHCJ,AqDAA,ApCFMra,A9GCN,A1BCA,AkJCA,AgBAA,AvHHMA,AwMCN,ACCA,AFAA,A9KFA,AmN/mBG3tB,M/I+mBG2tB,A7FAAA,I6FAI,A7FAA,C6FAC5f,A7FAAA,CtCCC,AkRhnBT/N,ClRgnBU,CmIDH,A7FAA,C6FAJ,A7FAA,A4O/mBA,ClRgnBM,CkRhnBJ,ClRgnBU,GAAN,EAAW,EAAX,EAAe,GkRhnBlBhhB,GlRgnBG,EAAuB,CkRhnB3B,EAASR,GAAT,EAAiB,ksBlRgnBb,CAxDE;AAyDV,AkHCJ,AqDAA,ApCFK,A9GCL,A1BCA,AkJCA,AgBAA,AvHHK,AwMCL,ACCA,AFAA,A9KFA,AmN/mBI,elRgnBW,CAAC,EkRhnBR,ClRgnBO,EAAM,GAAN,AkRhnBP,CAAKqoB,ClRgnBa,EAAX,EAAe,MAAf,CkRhnBP,ClRgnB8B,AkRhnBXroB,GAAnB,CAAJ,EAA6B,ypBlRgnBlB,CAzDD;AA0DV,AkHCJ,AqDAA,ApCFG,A9GCH,A1BCA,AkJCA,AgBAA,AvHHG,AwMCH,ACCA,AFAA,A9KFA,AmN/mBK,G/IsmBH,A7FAA,WtCUY,CAAC,GAAD,EAAM,AkRhnBXC,GlRgnBK,EAAW,AkRhnBX,ElRgnBA,CkRhnBG,ClRgnBY,AmQ/GE,KejgBd,ClRgnBH,AkRhnBQ0H,ElRgnBe,UkRhnBpB,CAAmB3H,GAAnB,CAAZ,sNlRgnBS,CA1DA;AA2DV,AkHCJ,AqDAA,ApCFC,A9GCD,A1BCA,AkJCA,AgBAA,AvHHC,AwMCD,ACCA,AFAA,A9KFA,AoM/G+B,UAAfgzB,MAAe,GnQgHZ,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,6CmQhHjB,IAAM,iPnQgHZ,CA3DL;AA4DV,AkHCJ,AqDAA,AlJDA,A1BCA,AkJCA,AgBAA,AiFFA,ACCA,AFAA,A9KFA,AmNhnBK,oBAAI,OAAO/yB,GlRinBc,CAAC,CkRjnBtB,GlRinBqB,EAAO,AkRjnBX,GlRinBI,EAAY,CAAC,EkRjnBtC,EAA+B,UlRinBM,CAAZ,EAA8B,MAA9B,EAAsC,m2FAAtC,CA5DhB;AA6DV,AkHCJ,AqDAA,ApCFAmqC,A9GCA,A1BCA,AkJCA,AgBAA,AvHHAA,AwMCA,ACCA,AFAA,A9KFA,AoMhHE,AehgBI,Q/IgnBE,A7FAA,C6FACxnC,A7FAAA,C6NhHHowB,GnQiHO,CAAC,EmQjHF,CnQiHC,CmIDb,A7FAA,CtCCmB,AmIDA2c,A7FAAA,E6NhHF,CnQiHJ,AkRjnBH1vC,ElRinBc,CmIDxB,A7FAA,A6NhHE,CnQiHW,CmQjHU,AehgBR,ClRinBa,AmIDA,A7FAA,I4OhnBR,ElRinBP,EAAuB,EmIDEovC,A7FAAA,C4OhnBhC,EAAuB,C/IgnBD,A7FAA,E6FAgB,A7FAA,ggBtCC/B,CA7DC;AA8DV,AkHCJ,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AgBAA,AvHHE,AwMCF,ACCA,AFAA,A9KFA,AsKthBS,A8BsaN,AehgBIpvC,E7C0FE,IlGshBH0+B,A7FAAA,A+LthBO,CAAC,IlGshBH,A7FAA,C+LthBE,C8BsaL8f,ChIgHM,A7FAA,A+LthBa,GAAd,CrOuhBK,CAAC,AmIDAld,A7FAAA,A+LthBiB,C8BsajC,AehgBIthC,ElRinBW,CmQjHAC,CnQiHM,CkRjnBZ,ElRinBM,CkRjnBH,ClRinBc,AmQjHL,CAACuqB,CnQiHP,EAAe,AmID/B,A7FAA,A4OhnBKxqB,GfggBW,CAAe,EnQiHf,AmQjHA,EnQiHuB,AmQjHJ,KAAKw+C,OAAxB,EAAiCzrB,MAAjC,CAAf,0bnQiHe,CA9DJ;AA+DV,AkHCJ,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AgBAA,AvHHE,AwMCF,ACCA,AFAA,A9KFA,AsKthBI,A8BsaD,AelgBG,M/IknBA6c,A7FAAA,C6NlHJ,I9BpaS,E8BsaF,CnQiHK,CAAC,AqOvhBA,ClGshBC,A7FAA,A+LthBA,ErOuhBF,CmIDK,A7FAA,A4OlnBb,ClRmnBc,CqOvhBL,ErOuhBD,AqOvhBS,ErOuhBE,AkRjnBZ,C7C0FE,CrOuhBD,AqOvhBH,CAAiB,CrOuhBC,AkRjnBZ5vC,I7C0FgB,C6C1FX,ClRinBR,EAAuB,EqOvhB1B,A6C1FgB,C7C0FvB,K6C1FaA,IAAoBA,KAAK,KAAK,EAAlC,EAAsC,6mBlRinBrC,CA/DA;AAgEV,AkHCJ,AqDAA,ApCFI6vC,A9GCJ,A1BCA,AkJCA,AgBAA,AvHHIA,AwMCJ,ACCA,AFAA,A9KFA,AsKthBG,A8BsaA,AehgBI7vC,I/IgnBH6vC,A7FAAA,OtCCO,CAAC,EmIDE,A7FAA,CtCCH,AmQjHD,ChIgHM,A7FAA,CtCCC,GAAN,AmQjHI2O,AehgBRx+C,ElRinBe,EAAX,CkRjnBC,ClRinBc,CmQjHvB,CehgBY,IhR2UD,AFsSH,AkRjnBJA,ElRinB2B,gXAAvB,CAhEG;AEtOA,AFuSV,AkHCJ,AqDAA,ApCJmB,A9GGnB,A1BCA,AkJCA,AgBAA,AvHLmB,AwMGnB,ACCA,AFAA,A9KFA,AoMhHG,AelgBU,G/IgnBX,A7FAA,C6FF0C,A7FAA,C6FIvC,A7FAA,UtCCU,CAAC,GAAD,AkRnnBF,ElRmnBQ,GAAN,CkRjnBF,ClRinBa,EAAX,CkRjnBE,ClRinBa,AkRjnBZ4a,KAAK,ClRinBR,AkRjnBU5a,ElRinBa,GkRjnBf,CAAV,EAAoB,OhR2UT,KAAKgmB,UADf,wmBFuSC,CAjED;AEtOA,AFwSV,AkHCJ,AqDAA,AlJDA,A1BCA,AkJCA,AgBAA,AiFFA,ACCA,AFAA,A9KFA,AsKztBmB,A8BymBjB,AehgBK,YlRinBK,CAAC,GAAD,EAAM,GAAN,EAAW,CkRjnBZhmB,ClRinBC,EAAe,EkRjnBX,CAACR,GlRinBL,EAAuB,EkRjnBxBQ,CAAe,GAAfA,IAAsB,CAA1B,EAA6B,mclRinBxB,CAlEE;AAmEV,AkHCJ,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AgBAA,AvHHE,AwMCF,ACCA,AFAA,A9KFA,AuKrvBA,A4CqIQA,M/IgnBF0+B,A7FAAA,K6FAK,A7FAA,C6FAC2O,A7FAAA,ItCCI,CAAC,GAAD,EAAM,AmIDhB,A7FAA,A4OhnBErtC,GlRinBQ,EAAW,AmIDA,A7FAA,A4OhnBd,C/IgnBX,A7FAA,CtCCc,CmIDc,A7FAA,A4OhnBd2a,ClRinBe,MAAf,AmIDqB,A7FAA,EtCCE,CkRjnBb,C/IgnBI,A7FAA,A4OhnBF3a,C/I0mBgB,A7FAA,C6FMD,A7FAA,G4OhnBjB,CAAlBA,0nBlRinBQ,CAnEF;AEtOA,AF0SV,AkHCJ,AqDAA,AlJDA,A1BCA,AkJCA,AgBAA,AiFFA,ACCA,AFAA,A9KFA,AmNlnBO,iBlRmnBU,CAAC,GAAD,AkRnnBV,ElRmnBgB,GAAN,CkRjnBH,ClRinBc,EAAX,EAAe,MAAf,EAAuB,suBAAvB,CApEH;AErOZ,AF0SE,AkHCJ,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AgBAA,AvHHE,AwMCF,ACCA,AFAA,A9KFA,AmNhnBQA,M/IgnBF0+B,A7FAAA,K6FAK,A7FAA,C6FAC2O,A7FAAA,U6FAN,A7FAA,A4OhnBErtC,ClRinBe,CAAC,GAAD,AmIDI,A7FAA,A4OhnBd,C/IgnBX,A7FAA,CtCC2B,CmIDC,A7FAA,A6NjHE,Ae/fhB0d,ElRinBO,EAAW,EAAX,EAAe,AkRjnBd,CAAE1d,KlRinBH,AkRjnBC,CAAhBA,ClRinBsC,oBE1SL,0+BF0SlB,CArET;AErO2B,AF2SrC,AkHCJ,AqDAA,ApCFI,A9GCJ,A1BCA,AkJCA,AgBAA,AvHHI,AwMCJ,ACCA,AFAA,A9KFA,AoMlHgC,Ae9fxB,Uf8fS+yB,IjQxLJvrB,EiQwLmB,GnQmHb,CAAC,CE3SqB,EF2StB,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,6CmQnHhB,IAAM,2nBnQmHb,CAtEL;AAuEV,AkHCJ,AqDAA,ApCFI,A9GCJ,A1BCA,AkJCA,AgBAA,AvHHI,AwMCJ,ACCA,AFAA,A9KFA,AmNhnBO,Q/IgnBC4nC,A7FAAA,I6FAI,A7FAA,I6FAIA,A7FAAA,GtCCG,CAAC,AmIDA,A7FAA,GtCCD,EAAM,AmIDA1Q,A7FAAA,GtCCN,EAAW,AmIDA,A7FAA,C6FAC0O,A7FAAA,CtCCZ,EAAe,EmID9B,A7FAA,E6FAkC,A7FAA,EtCCnB,EAAuB,GmIDG,A7FAA,I6FAP,A7FAA,6qBtCCnB,CAvEL;AEpOX,AF4SC,AkHCJ,AqDAA,ApCFI,A9GCJ,A1BCA,AkJCA,AgBAA,AvHHI,AwMCJ,ACCA,AFAA,A9KFA,AoMnHE,Ae7fI,Q/IgnBE,A7FAA,C6FACgC,A7FAAA,C6NnHHrc,GhImHF,A7FAA,CpC3SGvrB,CiI2SQ4nC,A7FAAA,C6NnHH,GhImHO,A7FAA,EpC3SL,AiQwLG,CjQxLFhpB,AiI2SOsY,A7FAAA,GtCCG,AmQpHvB,CnQoHwB,CmIDC,A7FAA,A6NnHJ,ChImHK0O,A7FAAA,CpC3SrB,AF4SkB,EAAM,EE5SL,AiI2SX,A7FAA,CtCCU,AmIJK,A7FAA,C6FGK,A7FAA,CtCCC,EAAX,CE5SlB,CF4SiC,GE5SJ5lC,GF4SX,EAAuB,EE5SL,CAAC6f,WAAR,GAAsB,CAAnD,IAAwD7f,OAAO,CAAC8f,YAAR,GAAuB,CAAnF,EAAsF,4uCF4ShE,CAxEX;AEnOV,AF4SA,AkHCJ,AqDAA,AlJDA,A1BCA,AkJCA,AgBAA,AiFFA,ACCA,AFAA,A9KFA,AoMnHG,YAAI,MnQoHW,CE5SP,AF4SQ,AmQpHLyL,GnQoHI,CE5Sd,CF4SoB,CmQpHjB,EnQoHW,EAAW,CmQpHJ,CnQoHP,EAAe,KmQpH9B,CnQoHe,CmQpHiB,CnQoHM,yvBAAvB,CAzEJ;AElOV,AF4SA,AkHCJ,AqDAA,ApCFI2L,A9GCJ,A1BCA,AkJCA,AgBAA,AvHHIA,AwMCJ,ACCA,AFAA,A9KFA,AuKzvBA,A6BsoBI,Ae9fC,I/IinBDA,A7FAAA,EgMzvBE,GnGyvBG,A7FAA,C6FAC0O,A7FAAA,IgMzvBI,CnGyvBV,A7FAA,EgMzvBgC,A6BsoBzB,CnQoHO,AmIDA,A7FAA,AgMzvBmB,CtO0vBlB,GAAD,AmIDd,A7FAA,A6NnHYqR,Ce9fJz+C,ClRknBY,AsO1vBa,GtO0vBnB,CkRlnBb,ClRknBwB,CmQpHlB,CnQoHO,AmQpHO+yB,EnQoHQ,ImQpHtB,CAAP,CnQoHc,EAAuB,6tCAAvB,CA1EJ;AEjOX,AF4SC,AkHCJ,AqDAA,ApCFI2L,A9GCJ,A1BCA,AkJCA,AgBAA,AvHHIA,AwMCJ,ACCA,AFAA,A9KFA,AuKzvBE,A6BsoBE,Ae9gBA,I/IioBAA,A7FAAA,EgMzvBE,GnGyvBG,A7FAA,A6NrHN,ChIqHO2O,A7FAAA,K6NnHA,Ae9gBN,IlRkoBe,CAAC,AmIDhB,A7FAA,C4OjnBO,ElRknBQ,AmIDI,A7FAA,C6FAnB,A7FAA,CtCCqB,AkRlnBVttC,GlRknBI,AkRlnBD,ElRknBY,EAAX,AkRlnBG,ElRknBY,IkRlnBZ,CAAKgsD,ClRknBR,EAAuB,GkRlnB/B,EAAwB,mtBlRknBhB,CA3EL;AEtOA,AFkTV,AkHCJ,AqDAA,ApCFIrtB,A9GCJ,A1BCA,AkJCA,AgBAA,AvHHIA,AwMCJ,ACCA,AFAA,A9KFA,AuKzvBI,A6BsoBA,Ae9fC,I/IinBDA,A7FAAA,K6FAK,A7FAA,C6FAC4O,A7FAAA,AgMzvBA,K6BsoBDmR,C7BtoBO,CnGyvBZ,A7FAA,EgMzvBe,CnGyvBC,A7FAA,GgMzvBG,A6BsoBnB,Ae9fQ,E/IinBR,A7FAA,CtCCsB,AmQpHN,CnQoHO,EkRlnBf,ClRknBc,AkRlnBTsN,ElRknBe,EsO1vBb,CtO0vBO,AsO1vBS,CAAhB,A4CwIP,ClRknByB,AsO1vBjC,A4CwIoBhsD,ElRknBE,CkRlnBd,ClRknB6B,AkRlnBpC,MlRknBqB,AmQpHC,EnQoHsB,GmQpHjB0+C,QAAZ,EAAsB1rB,MAAtB,CAAhB,u6BnQoHsB,CA5EZ;AEtOA,AFmTV,AkHCJ,AqDAA,ApCFI,A9GCJ,A1BCA,AkJCA,AgBAA,AvHHI,AwMCJ,ACCA,AFAA,A9KFA,AuKzvBI,A6BsoBA,Ae9fC,Q/IinBGqc,A7FAAA,EgMzvBE,EnGyvBN,A7FAA,E6FAUA,A7FAAA,AgMzvBA,GAAG,CnGyvBC,A7FAA,C6FACtlC,A7FAAA,EgMzvBE,EnGyvBP,A7FAA,CtCCU,AmIDA,A7FAA,CtCCC,GAAD,EAAM,CsO1vBb,CnGyvBH,A7FAA,AgMzvBkB,CtO0vBR,CmIDU,A7FAA,CtCCC,EAAX,CmIDV,A7FAA,AgMzvBG,CtO0vBsB,AsO1vBnC,CnGyvBoC8lC,A7FAAA,KtCChB,EAAuB,GmIDjC,A7FAA,m+BtCCU,CA7EV;AEtOA,AFoTV,AkHCJ,AqDAA,ApCFI,A9GCJ,A1BCA,AkJCA,AgBAA,AvHHI,AwMCJ,ACCA,AFAA,A9KFA,AuKzvBI,A6BsoBD,I7BtoBC,G6BgoBF,C7BhoBM,CAAC,CAAD,CnGyvBG,A7FAA,AgMzvBP,E6BsoBK,C7BtoBK,CnGyvBV,A7FAA,EtCCa,CAAC,GAAD,EAAM,CsO1vBnB,EtO0vBa,EAAW,EAAX,EAAe,MAAf,EAAuB,moBAAvB,CA9EH;AEtOA,AFqTV,AkHCJ,AqDAA,ApCFG,A9GCH,A1BCA,AkJCA,AgBAA,AvHHG,AwMCH,ACCA,AFAA,A9KFA,AoMnHG,Ae/fC,G/IgmBwC,A7FAA,C6FkBxC,A7FAA,W6NnHM,InQoHS,CAAC,AmQpHL6O,Ce/fJ,ElRmnBQ,EAAM,AkRnnBrB,GlRmnBe,AmQpHhB,EnQoH2B,EAAX,EAAe,MAAf,EAAuB,yrBAAvB,CA/EL;AEtOA,AFsTV,AkHCJ,AqDAA,AlJDA,A1BCA,AkJCA,AgBAA,AiFFA,ACCA,AFAA,A9KFA,AuK1vBI,A6BuoBD,AerhBuB,Q5ClHlB,IAAI,CAAC,A4CkHa,C5ClHd,CAAJ,GtO2vBU,CAAC,CsO3vBC,CAAC,CtO2vBH,EAAM,GAAN,EAAW,EAAX,AsO3vBd,EtO2vB6B,AsO3vBA,MtO2vBf,EAAuB,64BAAvB,CAhFJ;AAiFV,AkHCJ,AqDAA,AlJDA,A1BCA,AkJCA,AgBAA,AiFFA,ACCA,AFAA,A9KFA,AuK1vBM,A6BuoBJ,Ae/fCxtB,YAAAA,C5CxIU,E4CwIP,EAAE,ClRmnBU,CAAC,GAAD,CsO3vBZ,CtO2vBkB,GAAN,EAAW,CkRnnBpB1wB,ClRmnBS,EAAe,GkRnnBzB,EAASR,ClRmnBC,EAAuB,AkRnnBjC,EAAcC,KAAd,EAAwB,ygClRmnBd,CAjFJ;AEhOZ,AFkTE,AkHCJ,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AgBAA,AvHHE,AwMCF,ACCA,AFAA,A9KFA,AuK1vBK,A4CwID,M/IknBE,A7FAA,C6FACovC,A7FAAA,I6FAL,A7FAA,EpCjTO,AiIiTI,A7FAA,KpCjTX,EgRjUQ,GlRmnBa,CAAC,AkRnnBVzzB,GlRmnBS,EAAM,AkRnnBnB,CAAW,ElRmnBE,EAAW,EAAX,EAAe,MAAf,EAAuB,8CkRnnBpC,CAAN,k/BlRmnBmB,CAlFT;AE/NZ,AFkTE,AkHCJ,AqDAA,ApCFI,A9GCJ,A1BCA,AkJCA,AgBAA,AvHHI,AwMCJ,ACCA,AFAA,A9KFA,AuK1vBG,A4CwIC,G5C/IF,CAOE,OAAO,CAAP,EAAU,StO2vBS,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,qiCAAvB,CAnFT;AE7Nb,AFiTG,AkHCJ,AqDAA,ApCFI,A9GCJ,A1BCA,AkJCA,AgBAA,AvHHI,AwMCJ,ACCA,AFAA,A9KFA,AuKzvBG,A4C6GuB,Q/I4oBlB00B,A7FAAA,G4O5oBC,CAAP,C/I4oBW,A7FAA,G6FAG3R,A7FAAA,K6FAK,A7FAA,C6FAC0O,A7FAAA,EtCCE,CAAC,EmIDrB,A7FAA,CtCCoB,CmQrHO,CnQqHD,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,4iCAAvB,CApFV;AAqFV,AkHCJ,AqDAA,ApCFI,A9GCJ,A1BCA,AkJCA,AgBAA,AvHHI,AwMCJ,ACCA,AFAA,A9KFA,AoMrH+B,Ae7f7B,Q/IknBMlgB,A7FAAA,E6NrHQ6F,ChIqHL,A7FAA,G6FAG2L,A7FAAA,E6NrHiB,GhIqHZ,A7FAA,C6FAC2O,A7FAAA,CtCCC,CAAC,GAAD,EAAM,GAAN,AmIDjB,A7FAA,EtCC4B,EAAX,EAAe,MAAf,EAAuB,2CmQtHnB,IAAM,u/BnQsHV,CArFP;AAsFV,AkHCJ,AqDAA,ApCFI3O,A9GCJ,A1BCA,AkJCA,AvGHIA,AwMCJ,ACCA,AFAA,A9KFA,AuK1vBE,InG0vBEA,A7FAAA,K6FAK,A7FAA,AgM1vBC,CnG0vBA0O,A7FAAA,IgM1vBR,CnG0vBE,A7FAA,G6FAc,A7FAA,EtCCE,CAAC,CmIDjB,A7FAA,EtCCgB,EAAM,AkRlnBdptC,GlRknBQ,EAAW,EAAX,AkRlnBD,ElRknBgB,MAAf,EAAuB,wyCAAvB,CAtFN;AAuFV,AkHCJ,AqDAA,ApCFI0+B,A9GCJ,A1BCA,AkJCA,AvGHIA,AwMCJ,ACCA,AFAA,A9KFA,AuK1vBC,A6BqoBC,Ae5fA,C5CrJkC,GnGswBhCA,A7FAAA,AgMtwBJ,KnGswBS,A7FAA,C6FAC2O,A7FAAA,A6NrHJ,Ie5fA,GlRknBW,CAAC,AmQtHLta,Ce5fFk5B,C/IinBP,A7FAA,CtCCa,EAAM,AmIDA,A7FAA,C6FAnB,A7FAA,A6NrHE,EnQsHW,EAAW,CkRlnBtB,ClRknBW,AmQtHO,EnQsHQ,EkRlnBN,IlRknBT,AmQtHX,Ce5fJ,ClRknBsC,CkRlnBP,Cf4fGl5B,MAAM,KAAK,IAA7C,EAAmD,0gCnQsHpC,CAvFH;AAwFV,AkHCJ,AqDAA,ApCFI2L,A9GCJ,A1BCA,AkJCA,AvGHIA,AwMCJ,ACCA,AFAA,A9KFA,AoMrHG,Ae5fA,I/IinBCA,A7FAAA,K6FAK,A7FAA,C6FAC4O,A7FAAA,G6NrHFoR,IhIqHJ,A7FAA,A4OjnBIqN,G/IinBY,A7FAA,A6NrHjB,CnQsHkB,CAAC,CmQtHJ9rD,Ae5ff,ElRknBkB,AmIDjB,A7FAA,C4OjnBaA,ClRknBU,EmQtHH,CnQsHH,AmQtHIuqB,EnQsHO,AkRlnBT,CAACA,ClRknBH,EAAe,AmQtHlB,CAAe,EAAf,Ae5fDvqB,CAAe,Cf4fK,CnQsHhB,AkRlnBJA,ElRknB2B,AkRlnBR,Ef4fMy+C,Ge5fDqN,If4fvB,EAAiCh5B,Ae5flC9yB,EAAgCD,If4f/B,CAAf,Ae5fcC,CAAd,ggClRknBkB,CAxFP;AAyFV,AkHCJ,AqDAA,AlJDA,A1BCA,AkJCA,AiGFA,ACCA,AFAA,A9KFA,AwK1wBA,A4BqpBG,Ae9fD,I3CvJE,G4BmpBF,C5BnpBM,GAAsB,A2CuJ5B,Ef8fO,E5BrpBT,E2CyJS,ClRknBS,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,i4CAAvB,CAzFJ;AA0FV,AkHCJ,AqDAA,ApCFI,A9GCJ,A1BCA,AkJCA,AvGHI,AwMCJ,ACCA,AFAA,A9KFA,AwK1wBA,A4BqpBG,Ae5fA,M3CzJG,GpG0wBG,A7FAA,EiM1wBE,C4BqpBJ0+C,ChIqHMn+C,A7FAAA,C6FAC,A7FAA,AiM1wBA,GvO2wBG,AmIDA,A7FAA,AiM1wBjB,CvO2wBkB,AmIDd,A7FAA,A6NrHS,Ae5fJ,E/IinBWA,A7FAAA,CtCCH,AmIDI,A7FAA,A6NrHL,Ce5fHmb,ClRknBU,CmIDCuR,A7FAAA,EtCCP,AmQtHIwxB,ChIqHjB,A7FAA,A4OjnBK,ClRknBmB,AkRlnBR,C/IinBSl+C,A7FAAA,CtCCZ,AmIDa,A7FAA,EtCCE,AmID5B,A7FAA,C6NrHD,ChIqH+B,A7FAA,ItCCjB,EAAuB,uEkRlnB/B,CAAN,u9BlRknBc,CA1FH;AA2FV,AkHCJ,AqDAA,ApCFM6vC,A9GCN,A1BCA,AkJCA,AvGHMA,AwMCN,ACCA,AFAA,A9KFA,AwK1wBA,A2CyJG,I3CzJC,EpG0wBEA,A7FAAA,GiM1wBG,EvO2wBE,AmIDA,A7FAA,CtCCC,AmIDA7vC,A7FAAA,AiM1wBA,CpG0wBD,A7FAA,C6FAL,A7FAA,CtCCK,AmIDIsJ,A7FAAA,EtCCE,AuO3wBjB,EpG0wBM,A7FAA,CtCCK,AmIDS,A7FAA,EtCCE,EAAX,EAAe,EmIDpB,A7FAA,E6FAwB,A7FAA,EtCCnB,EAAuB,AmID5B,A7FAA,E6FA8B,A7FAA,8ctCCzB,CA3FG;AA4FV,AkHCJ,AqDAA,ApCFQ+lC,A9GCR,A1BCA,AkJCA,AvGHQA,AwMCR,ACCA,AFAA,A9KFA,AoMrHG,Ae5fD,Q/IinBMA,A7FAAA,I6NrHD,CnQsHM,CAAC,GAAD,AmQtHD+O,ChIqHM,A7FAA,CtCCC,CmIDC,A7FAA,EtCCP,EAAW,AmQtHjB,CAAc,CnQsHR,EAAe,CEpTjB,KFoTE,EAAuB,ImQtH7B,MAAmC,IAAvC,EAA6C,4YnQsHnC,CA5FC;AEvNZ,AFoTE,AkHCJ,AqDAA,ApCJoC,A9GGpC,A1BCA,AkJCA,AvGLoC,AwMGpC,ACCA,AFAA,A9KFA,AoMrHI,OhImHE,A7FAA,GpCjTA,IiQ8LE,CjQ9LGl+C,AiQ8LFT,CnQsHO,CAAC,GAAD,CEpTV,AiQ8LS,CnQsHO,AmQtHNY,EjQ9LI,CAAlB,AFoTc,CmQtHP,CjQ9Lc,AFoTI,AmQtHL89C,EnQsHN,EAAe,EmQtHtB,EAAqB5vB,EnQsHd,EAAuB,ImQtH9B,CAA+B,KAAKktB,UAAL,CAAiB,UAAjB,CAA/B,CAAL,EAAmE,w7BnQsHvD,CA7FF;AEtNX,AFoTC,AkHCJ,AqDAA,ApCFK,A9GCL,A1BCA,AkJCA,AvGHK,AwMCL,ACCA,AFAA,A9KFA,AoMrHK,ejQ9LK,EFoTO,CAAC,CEpTJn2B,EFoTG,CEpTP,CAAS,AFoTI,GAAN,EEpTOE,AFoTI,EAAX,EAAe,MEpTb,AFoTF,CEpTkB,CAAhB,AFoTqB,EEpTFuB,aAA5B,CAAP,qcFoTc,CA9FH;AErNX,AFoTC,AkHCJ,AqDAA,AlJDA,A1BCA,AkJCA,AiGFA,ACCA,AFAA,A9KFA,AoMrHKoxB,gBnQsHW,CAAC,GAAD,EAAM,GAAN,EAAW,CkRnnBb,ClRmnBE,EAAe,ImQtHfuD,EnQsHA,EAAuB,AmQtHlC,6BACqB,KAAKD,UAAL,CAAiB,UAAjB,CADrB,uBAEC,sFAFD,EAGC,gSnQmHU,CA/FF;AAgGV,AkHCJ,AqDAA,ApCFI,A9GCJ,A1BCA,AkJCA,AvGHI,AwMCJ,ACCA,AFAA,A9KFA,AoMlHO,AejgBO,W/ImnBH,A7FAA,ItCCI,AmIDX,A7FAA,CtCCY,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,AmQnHc,EnQmHS,GmQnHJA,UAAL,CAAiB,UAAjB,CADvB,okBnQoHS,CAhGD;AEnNZ,AFoTE,AkHCJ,AqDAA,ApCFG,A9GCH,A1BCA,AkJCA,AvGHG,AwMCH,ACCA,AFAA,A9KFA,AoMlHO,GhI8EqC,A7FAA,C6FoCxC,A7FAA,SpCnTK,AFoTI,CAAC,GEpTDn2B,AFoTA,EAAM,CEpTV,CAAS,CFoTL,EAAW,CEpTf,CAAP,AFoTW,EAAe,MAAf,EAAuB,GmQnHJ,yCAAwC,KAAK84B,OAAL,CAAc,eAAd,CAFlE,oVnQqHO,CAjGC;AElNZ,AFoTE,AkHCJ,AqDAA,AlJDA,A1BCA,AkJCA,AiGFA,ACCA,AFAA,A9KFA,AoMlHO,AelgBL,clRqnBY,CAAC,EkRrnBN,ClRqnBK,EAAM,CkRrnBP2K,ElRqnBC,EAAW,CkRrnBhB,ClRqnBK,AkRrnBM,ElRqnBS,GkRrnBJp+C,GlRqnBX,EAAuB,CkRrnB5B,EAAwB,SfkgBSlL,MAAM,CAACY,IAAP,CAAa89C,MAAb,CAHpC,uhBnQsHQ,CAlGA;AEhNb,AFmTG,AkHCJ,AqDAA,AlJDA,A1BCA,AkJCA,AiGFA,ACCA,AFAA,A9KFA,AoMlHO,AelgBJp9B,YAAAA,GAAG,ClRqnBU,CAAC,AkRrnBT,GlRqnBQ,EAAM,AmQnHP,GnQmHC,EAAW,EAAX,CkRrnBPhhB,ClRqnBsB,KkRrnBvB,ClRqnBQ,CkRrnBCR,ClRqnBsB,EkRrnB/B,EAAiB,gjDlRqnBT,CAnGF;AAoGV,AkHCJ,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AvGHE,AwMCF,ACCA,AFAA,A9KFA,AoMlHQ,AelgBJ,M/IonBE2M,A7FAAA,K6FAK,A7FAA,CtCCC,CAAC,CmIDClN,A7FAAA,EtCCF,EAAM,GAAN,AmIDS,A7FAA,A6NlHR,AelgBFe,C/IonBWm+B,A7FAAA,CtCCC,EAAX,EAAe,AmIDA,A7FAA,A4OpnBV,C/IonBW0O,A7FAAA,A4OpnBVrtC,GAAD,CAAb,ClRqnBQ,AmIDS,A7FAA,EtCCc,AmIDAqvC,A7FAAA,I6FAd,A7FAA,C6FAnB,A7FAA,mE6NnHa,skBnQoHH,CApGE;AAqGV,AkHCJ,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AvGHE,AwMCF,ACCA,AFAA,A9KFA,AoMlHQ,AergByB,M/IunB3B1iC,A7FAAA,K6FAK,A7FAA,E4OvnBsB,G/IunBjB,A7FAA,CtCCC,AmIDA,A7FAA,CtCCC,AmIDhB,A7FAA,E6FAkB,A7FAA,CtCCH,EAAM,GAAN,CmIDU,A7FAA,CtCCC,EAAX,CmIDG,A7FAA,CtCCY,MAAf,EAAuB,yLmQrHzB,8uBnQqHE,CArGH;AAsGV,AkHCJ,AqDAA,ApCFEgyB,A9GCF,A1BCA,AkJCA,AvGHEA,AwMCF,ACCA,AFAA,A9KFA,AwK1wBA,A4B8pBQ,AexgBLzN,E/IonBDyN,A7FAAA,IiM1wBW,CpG0wBN,A7FAA,C6FAC0O,A7FAAA,I4OpnBLnc,C/IonBD,A7FAA,C6FAYqf,A7FAAA,C4OpnBR,EAAE,E3CtJkB,CpG0wBxB,A7FAA,C6FAmB5jC,A7FAAA,CiM1wBgB,A4B8pBvB,CnQ6GS,CAAC,EmIDtB,A7FAA,CtCCqB,CmIDK,A7FAA,CtCCC,AmID3B,A7FAA,C4OpnBOnM,ElRqnBc,EAAW,EAAX,AkRrnBf,ElRqnB8B,AkRrnBrBR,GAAT,EAAcC,ClRqnBC,EAAuB,EkRrnBtC,EAAwB,sIf+fjB,s8BnQsHQ,CAtGT;AAuGV,AkHCJ,AqDAA,ApCFE0+B,A9GCF,A1BCA,AkJCA,AvGHEA,AwMCF,ACCA,AFAA,A9KFA,AwK1wBE,A4B8pBM,AexgBJ,E/IonBFA,A7FAAA,AiM1wBA,IAAI,CpG0wBC,A7FAA,C6FAC2O,A7FAAA,CiM1wBF,IvO2wBO,CAAC,GAAD,CmIDX,A7FAA,A4OpnBM,ClRqnBW,GAAN,AmIDS,A7FAA,C6FApB,A7FAA,CtCCsB,AkRrnBhB,CAAK4e,ClRqnBA,EAAe,MAAf,CkRrnBL,ClRqnB4B,IkRrnBR,KAAxB,EAA+B,0flRqnBtB,CAvGC,mHmQhBC;AnQwHX,AkHCJ,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AvGHE,AwMCF,ACCA,AFAA,A9KFA,AwK1wBI,A4B+qBI,AezhBH,M/IonBCvtB,A7FAAA,EiM1wBE,GpG0wBG,A7FAA,C6FAC2O,A7FAAA,CiM1wBC,IAAI,CvO2wBC,CAAC,GAAD,AmIDZ,A7FAA,AiM1wBF,C2CsJQ9sC,ClRqnBY,AuO3wBA,GvO2wBN,AmIDS,A7FAA,C6FAzB,A7FAA,CtCC2B,AkRrnBX,C/IonBYm+B,A7FAAA,A4OpnBX3+B,ClRqnBD,EAAe,AmQ5FR,AezhBP,CAANQ,C/IonBuB,A7FAA,C6FAC6sC,A7FAAA,C4OpnBVptC,ElRqnBR,EAAuB,AmIDX,A7FAA,C4OpnBzB,E/IonBuC0+B,A7FAAA,K6FAK,A7FAA,C6FAC0O,A7FAAA,K6FAN,A7FAA,C6FAY,A7FAA,C6FAZ,A7FAA,C6FAd,A7FAA,mJ6NvHf,yiBnQwHG,CAxGJ;AAyGV,AkHCJ,AqDAA,ApCFEgC,A9GCF,A1BCA,AkJCA,AvGHEA,AwMCF,ACCA,AFAA,A9KFA,AwK1wBM,A4B+qBE,Ae3hBJ,E/IsnBFA,A7FAAA,I6FAI,A7FAA,C6FACtlC,A7FAAA,GiM1wBG,CpG0wBR,A7FAA,C6FAU,A7FAA,EiM1wBE,C2CoJV,I3CpJe,CvO2wBC,AmIDlB,A7FAA,CtCCmB,AkRrnBV,C/IonBW,A7FAA,CiM1wBhB,CvO2wBc,CuO3wBK,CvO2wBC,AmIDxB,A7FAA,E6FA0B8lC,A7FAAA,CtCCR,EAAW,EAAX,EAAe,AmQ5Ff,GhI2FlB,A7FAA,E6N3FuBqM,CnQ4FL,EAAuB,OmQ5FvB,CAAiB,UAAjB,CAAZ,iGA7BO,kfnQyHK,CAzGN;AA0GV,AkHCJ,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AvGHE,AwMCF,ACCA,AFAA,A9KFA,AwK1wBQ,A4B+qBA,AezhBH,Q3CtJG,CpG0wBC,A7FAA,GiM1wBG,CpG0wBV,A7FAA,EiM1wBa,GvO2wBG,CAAC,AuO3wBAxD,GvO2wBD,AkRrnBP,ElRqnBa,EkRrnBT98B,ClRqnBG,AuO3wBH,CAAe,CvO2wBD,EAAX,AkRrnBP,CAAW,ClRqnBW,AuO3wBlB,CAAP,KvO2wBU,EAAuB,6DkRrnB9B,CAAN,+jBlRqnBa,CA1GJ;AA2GV,AkHCJ,AqDAA,ApCFC,A9GCD,A1BCA,AkJCA,AvGHC,AwMCD,ACCA,AFAA,A9KFA,AwK1wBO,A4BgpBQ,Ae1fV,C/IskBL,A7FAA,E6F8CG,A7FAA,UtCCU,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,s3BAAvB,CA3GC;AA4GV,AkHCJ,AqDAA,ApCFA,A9GCA,A1BCA,AkJCA,AvGHA,AwMCA,ACCA,AFAA,A9KFA,AoM/HM,AepfF,afifC,InQmIY,CAAC,GAAD,EAAM,EEtThBoK,CFsTU,EAAW,EAAX,EAAe,GEtTf,GFsTA,EAAuB,mpBAAvB,CA5GH;AEzMZ,AFsTE,AkHCJ,AqDAA,AlJDA,A1BCA,AkJCA,AiGFA,ACCA,AFAA,A9KFA,AwK3wBM,A4BwrBD,Ae5iB4B,M3C5I3B,IrOsdA,CiQgLF,Ae1fK,C3C5IG,A2C4IV,C3C5IW,ErOsdFrlB,EFsTM,AmQpFN,CnQoFO,GEtTZ,AFsTW,EAAM,CEtTH,CAAlB,CFsTe,CEtTM,CFsTK,AuO5wBtB,CAAuB,CvO4wBZ,EAAe,CuO5wB1B,KvO4wBW,EAAuB,0wBAAvB,CA7GH;AExMX,AFsTC,AkHCJ,AqDAA,AlJDA,A1BCA,AkJCA,AiGFA,ACCA,AFAA,A9KFA,AwK3wBM,A4BwrBDi+C,AehiBH,M3CxJI,KAAK,C4BwrBNA,E5BxrBS,CrOsdJ,AqOtdJ,CvO4wBU,CAAC,CmQpFN,CjQlOG74B,CFsTE,CmQpFF64B,CjQlOJ,AFsTY,CEtTH,EFsTH,EAAW,AmQpFP,CjQlOI34B,AiQkOH,CnQoFL,EAAe,EmQpFLi2B,InQoFV,CEtTG,CAAgB,AFsTI,CEtTpB,EAAmBt9B,CiQkOjB,CAAiB,UAAjB,CAAD,CAAf,EjQlOc,CAAqCoH,QAArC,CAAT,CAAP,8uBFsTa,CA9GF;AEvMX,AFsTC,AkHCJ,AqDAA,ApCFAokB,A9GCA,A1BCA,AkJCA,AvGHAA,AwMCA,ACCA,AFAA,A9KFA,AwK3wBK,A4BwrBA,QhImFG,A7FAA,C6FACxnC,A7FAAA,EtCCE,CAAC,GAAD,EAAM,CmIDjB,A7FAA,C6FAmB+qB,A7FAAA,CtCCR,CmIDX,A7FAA,CtCCsB,EAAX,AmIDa,A7FAA,EtCCE,AkRnnBd1tB,MlRmnBD,CkRnnBQ,ClRmnBe,AmIDAuwC,A7FAAA,E6FAV,A7FAA,E6FAc3wC,A7FAAA,E6FAd,A7FAA,E6FAkB,A7FAA,6etCC/B,CA/GG;AAgHV,AkHCJ,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AvGHE,AwMCF,ACCA,AFAA,A9KFA,AoMnFI,Ae/hBF,M/IknBIixB,A7FAAA,G6FAG,A7FAA,EtCCE,CAAC,AmIDA4U,A7FAAA,E4OlnBN,ClRmnBK,EAAM,CmIDC,A7FAA,C6FAC9iC,A7FAAA,A4OlnBRspD,ClRmnBA,EAAW,EAAX,EAAe,EmIDd,A7FAA,C6FAiBv+B,A7FAAA,A4OlnBvB,E/IknBM,A7FAA,CtCCD,AmIDqBtpB,A7FAAA,EtCCE,AkRnnBR,E/IknBd,A7FAA,C6FAyB,A7FAA,E4OlnBnC,E/IknBU,A7FAA,A4OlnBqB,E/IknBUmsC,A7FAAA,E6FA/B,A7FAA,E6FAmC3wC,A7FAAA,E6FAnC,A7FAA,C6FAV,A7FAA,kXtCCS,CAhHG;AErMZ,AFsTE,AkHCJ,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AvGHE,AwMCF,ACCA,AFAA,A9KFA,AwK5wBI,A2C0JD,M/IknBG8+B,A7FAAA,K6FAK,A7FAA,AiM5wBA,ErOudF,CiIqTK,A7FAA,CiM5wBE,CAAC,CrOudJ5Y,AFsTI,AkRnnBT3a,ClRmnBU,CmIDCm2B,A7FAAA,CpCrTV,CAAS,AFsTD,AuO7wBK,EvO6wBC,AuO7wBP,A2C0Jb,C3C1JQ,CrOudF,CAAP,AFsTe,AkRnnBArhC,C3C1JW,CvO6wBA,AuO7wBxB,EvO6wBa,EAAe,AkRnnBT,C/IknBrB,A7FAA,A4OlnBsBuqB,KlRmnBP,CkRnnBAvqB,ClRmnBuB,AkRnnBR,EAAfA,EAAmB,KAAKkL,MAAxBlL,EAAgCD,KAAhCC,CAAd,mRlRmnBc,CAjHH;AEpMZ,AFsTE,AkHCJ,AqDAA,AlJDA,A1BCA,AkJCA,AiGFA,ACCA,AFAA,A9KFA,AwK5wBG,A4ByrBA,AejiBD,WAAA,CfiiBK,Ke/hBE,Ef+hBK8yB,KnQoFU,CAAC,AmQpFlB,GnQoFiB,EAAM,AmQpFL,GnQoFD,EAAW,EAAX,CmQpFrB,CnQoFoC,CmQpFJ,KnQoFX,EAAuB,4uBAAvB,CAlHV;AElMb,AFqTG,AkHCJ,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AvGHE,AwMCF,ACCA,AFAA,A9KFA,AoMnFI4rB,Ae/hBD,M/IknBGpO,A7FAAA,E6FAE,A7FAA,E6NnFJoO,GhImFS,A7FAA,G6NnFH,Ee/hBD,C/IknBP,A7FAA,A6NnFWA,CnQoFO,CAAC,AmIDA,A7FAA,C4OlnBRhjC,ElRmnBO,CmQpFD,CnQoFO,AmQpFNoX,Ce/hBX,CAAW,ClRmnBA,EAAW,CmQpFZ,CnQoFC,AmQpFhB,EnQoF+B,MAAf,EAAuB,uDkRnnBlC,CAAN,kPlRmnBiB,CAnHN;AAoHV,AkHCJ,AqDAA,ApCFI,A9GCJ,A1BCA,AkJCA,AvGHI,AwMCJ,ACCA,AFAA,A9KFA,AwKxxBqC,A4BqsBjC,Ae/hBD,C3CtKH,qBvOyxBsB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,2kBAAvB,CApHR;AAqHV,AkHCJ,AqDAA,ApCFI,A9GCJ,A1BCA,AkJCA,AvGHI,AwMCJ,ACCA,AFAA,A9KFA,AyKtyBA,A0CoLE,YlRmnBU,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ygBAAvB,CArHE;AAsHV,AkHCJ,AqDAA,ApCFI2L,A9GCJ,A1BCA,AkJCA,AvGHIA,AwMCJ,ACCA,AFAA,A9KFA,AoMnFG,IhImFCA,A7FAAA,K6FAK,A7FAA,C6FAC+O,A7FAAA,K6NnFAkR,EnQoFO,CAAC,GAAD,AmQpFd,EnQoFoB,GAAN,CmIDb,A7FAA,CtCCwB,EAAX,AmIDa,A7FAA,EtCCE,GmIDGrf,A7FAAA,GtCClB,EAAuB,QmIDV,A7FAA,C6FAmB,A7FAA,U6FAnB,A7FAA,I6FAiC,A7FAA,C6FA3D,A7FAA,C6FHiB,A7FAA,C6FG6C,A7FAA,00BtCCjD,CAtHH;AAuHV,AkHCJ,AqDAA,AlJDA,A1BCA,AkJCA,AiGFA,ACCA,AFAA,A9KFA,AoMnFG,oBnQoFiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,s0BAAvB,CAvHN;AAwHV,AkHCJ,AqDAA,ApCFI,A9GCJ,A1BCA,AkJCA,AvGHI,AwMCJ,ACCA,AFAA,A9KFA,AoMnFE,QhImFMZ,A7FAAA,K6FAK,A7FAA,C6FAC4O,A7FAAA,O6FAN,A7FAA,CtCCc,CAAC,GAAD,AmIDI,A7FAA,EtCCE,AkRpnBhB,GlRonBU,AmIDlB,A7FAA,EtCC6B,AmIDA,A7FAA,EtCCX,EAAe,CmIDC6C,A7FAAA,KtCChB,CmIDW,A7FAA,CtCCY,wgCAAvB,CAxHR;AAyHV,AkHCJ,AqDAA,ApCFG,A9GCH,A1BCA,AkJCA,AvGHG,AwMCH,ACCA,AFAA,A9KFA,AmNnnBE,G/I6mBA,A7FAA,M6FMO,A7FAA,I6FAII,A7FAAA,E6FAE,A7FAA,E4OnnBN,ElRonBU,CAAC,AmIDA,A7FAA,C4OnnBlB,ElRonBiB,EAAM,GAAN,EAAW,AmIDrB,A7FAA,EtCCU,AmIDa,A7FAA,EtCCE,MAAf,EAAuB,2WAAvB,CAzHL;AA0HV,AkHCJ,AqDAA,ApCFI,A9GCJ,A1BCA,AkJCA,AvGHI,AwMCJ,ACCA,AFAA,A9KFA,AmNnnBE,Q/ImnBM,A7FAA,C6FAC7R,A7FAAA,K6FAK,A7FAA,C6FACyD,A7FAAA,KtCCK,CAAC,GAAD,CmIDZ,A7FAA,CtCCkB,GAAN,AmIDS,A7FAA,C6FACzD,A7FAAA,CtCCC,EAAX,EAAe,AmIDA,A7FAA,C6FAC+O,A7FAAA,KtCChB,EAAuB,UmIDvC,A7FAA,E6FAmD,A7FAA,sVtCCnC,CA1HN;AA2HV,AkHCJ,AqDAA,ApCFM/O,A9GCN,A1BCA,AkJCA,AvGHMA,AwMCN,ACCA,AFAA,A9KFA,MoEAMA,A7FAAA,K6FAK,A7FAA,C6FAC+O,A7FAAA,OtCCO,CAAC,GAAD,EAAM,CkRnnBfztC,ElRmnBS,AmQrFuC,CjQnO/C,AiIuTL,A7FAA,CtCCwB,EAAX,AmIDa0+B,A7FAAA,C4OlnBf,ClRmnBiB,GmIDG,A7FAA,C6FAC6O,A7FAAA,EtCCnB,EAAuB,QmIDV,A7FAA,G6FAqB,A7FAA,I6FA/C,A7FAA,2PtCCa,CA3HL;AE5LZ,AFwTE,AkHCJ,AqDAA,ApCFM7O,A9GCN,A1BCA,AkJCA,AvGHMA,AwMCN,ACCA,AFAA,A9KFA,AoMrF0D,Ae7hBxD,M/IknBIA,A7FAAA,IpCvTA,AiQkOS3+B,ChIqFJ,A7FAA,C6FACutC,A7FAAA,C6NrF8C,EjQlO/C5sC,CgR3TH,GlRmnBW,AmIDb,A7FAA,CtCCc,AkRnnBRib,ChR2TN,CiIuTgB,A7FAA,CtCCH,CExTC,CAAlB,AFwTuB,AkRnnBjB,CAAW,ChR2TI,AiIuTjB,A7FAA,CtCCa,EAAW,EAAX,EAAe,MAAf,EAAuB,uBkRnnBlC,CAAN,kBf6hBmB,IAAqC,oWnQsFvC,CA5HL;AE3LX,AFwTC,AkHCJ,AqDAA,ApCFM+iB,A9GCN,A1BCA,AkJCA,AvGHMA,AwMCN,ACCA,AFAA,A9KFA,AoMtF0D,Ae5hBxD,M/IknBIA,A7FAAA,I6NtFqBsf,ChIsFhB,A7FAA,CpCvTFx2B,AiIuTGgmB,A7FAAA,IpCvTC,EiQiO6C,CjQjO1C,IFwTO,CExTFxnB,AFwTG,GAAD,AmIDjB,A7FAA,EtCCuB,CmIDC,A7FAA,EtCCP,EExTP,AFwTkB,CExTF,AiIuT1B,A7FAA,CpCvTU,AFwTO,EExTYlI,AFwTG,MAAf,EAAuB,aExT9B,EAAb,4BiQiOmC,IAAoB,gsBnQuFnC,CA7HT;AE1LX,AFwTC,AkHCJ,AqDAA,ApCFMqH,A9GCN,A1BCA,AkJCA,AvGHMA,AwMCN,ACCA,AFAA,A9KFA,AoMvF0D,Ae1hBzD,M/IinBKA,A7FAAA,I6NvFsCnlB,ChIuFjC,A7FAA,C6FAC,A7FAA,GpCvTF,AiQgOgD,GnQwFxC,CAAC,GAAD,EAAM,CmIDb,A7FAA,EtCCO,AmIDS0+B,A7FAAA,EtCCE,EAAX,CmIDc,A7FAA,CtCCC,AmIDAh+B,A7FAAA,MtCCf,AmIDP,A7FAA,EtCC8B,AmIDAg+B,A7FAAA,K6FAK,A7FAA,C6FACuD,A7FAAA,O6FApC,A7FAA,C6FAL,A7FAA,+B6NvF8C,IAAM,+lBnQwFxC,CA9HJ;AEzLVxa,AFwTA,AkHCJ,AqDAA,AlJDA,A1BCA,AkJCA,AiGFA,ACCA,AFAA,A9KFA,AyKzyBA,SAAgB,CtOkfZA,GAAG,EAAED,AFwTM,CAAC,GExTH,AFwTE,CExTDC,CFwTO,CwO1yBrB,CtOkfS,AsOjfP,CxOyyBa,EExTKhpB,AFwTM,EAAX,CwOzyBb,CxOyyB4B,EwOzyBX,EtOifS,CAACipB,CFwTd,EAAuB,CExTlB,CAAcC,EsOlflC,EAEE,KtO+eQ,CsO/eR,GAAiB,EAFnB,EAEqB,8vBxOwyBN,CA/HD;AExLVC,AFwTA,AkHCJ,AqDAA,ApCFM,A9GCN,A1BCA,AkJCA,AvGHM,AwMCN,ACCA,AFAA,A9KFA,AyKtyBE,A2B8sBA,Q3B9sBM,EtO+eJA,AiIuTM8W,A7FAAA,A6NxFJ,G3B9sBO,CtO+eL,CiIuTO,A7FAA,CpCvTLlX,AFwTM,AmIDA9mB,A7FAAA,AkMtyBU,CxOuyBT,AmQzFJs9C,C3B9sBX,EtO+eY,AFwTE,CExTDp2B,CFwTO,AmIDhB,A7FAA,E6FAkB,A7FAA,CpCvTd,AFwTM,AmQzFV,EnQyFqB,CExTLnpB,CFwTN,CmQzFU,CnQyFK,KExTD,CAACipB,AFwTf,CmQzFV,CnQyFiC,EExTjB,CAAcG,AiQ+NE7nB,KAAK,KAAK,IAA9C,EAAoD,ojBnQyFtC,CAhIF;AE1LJ,AF2TN,AkHCJ,AqDAA,ApCFQuuC,A9GCR,A1BCA,AkJCA,AvGHQA,AwMCR,ACCA,AFAA,A9KFA,AyKtyBE,A2B8sBC,E3B9sBD,KAAK,CrGsyBCA,A7FAAA,AkMtyBA,CtO4eL,GF2TS,AwOvyBV,A2B8sBK,CnQyFM,AwOvyBA,GxOuyBD,CwOvyBK,CxOuyBC,EmIDE,A7FAA,A6NxFN,CnQyFF,AmIDS,A7FAA,AkMtyBR,ExOuyBU,CwOvyBC,CxOuyBZ,AmIDQ,A7FAA,A6NxFDmQ,ChIwFX,A7FAA,CtCCmB,IwOvyBd,C2B8sBC,CnQyFF,AmQzFeV,EnQyFQ,CwOvyBC,CAAlC,I2B8sBY,CAAP,MAAkC,QAAtC,EAAgD,kfnQyFvC,CAjIE;AEtLX,AFwTC,AkHCJ,AqDAA,ApCFO,A9GCP,A1BCA,AkJCA,AvGHO,AwMCP,ACCA,AFAA,A9KFA,AoMxFI,OhIsFE,A7FAA,M6FEO,A7FAA,E6NxFJU,EhIwFQ,A7FAA,C6FAChgB,A7FAAA,EtCCE,CAAC,CmQzFjB,ChIwFmB,A7FAA,A6NxFNsf,CnQyFG,AmIDI/b,A7FAAA,EtCCE,GAAN,EAAW,AmIDlB,A7FAA,A6NxFT,EnQyFgB,AmIDa,A7FAA,EtCCE,AmQzFN,EAAzB,InQyFgB,EAAuB,25BAAvB,CAlIN;AErLZ,AFwTE,AkHCJ,AqDAA,ApCFQp4B,A9GCR,A1BCA,AkJCA,AvGHQA,AwMCR,ACCA,AFAA,A9KFA,AyKvyBE,A2B+sBE,O3B/sBG,CrGuyBCA,A7FAAA,GkMvyBG,CAAC,CxOwyBC,CAAC,CmIDC,A7FAA,AkMvyBA,CrGuyBCujB,A7FAAA,AkMvyBd,CxOwyBW,CwOxyBK,CxOwyBC,AwOxyBA,GxOwyBN,AwOxyBS,ExOwyBE,AmIDhB,A7FAA,C6FAiBojB,A7FAAA,CtCCZ,EAAe,AwOxyB1B,EAA4B,EAAE,CAA9B,CxOwyBW,CwOxyBsB,CxOwyBC,KmID5B,A7FAA,E6FAmC,A7FAA,I6FAnC,A7FAA,oftCCK,CAnIC;AEnLb,AFuTG,AkHCJ,AqDAA,ApCFO,A9GCP,A1BCA,AkJCA,AvGHO,AwMCP,ACCA,AFAA,A9KFA,AyKvyBI,IAAA,KAAK,CAAC,CAAD,CAAL,GAAW,GxOwyBG,CAAC,EwOxyBE,CxOwyBH,AwOxyBI,ExOwyBE,EwOxyBT,CxOwyBG,EAAW,EAAX,AwOxyBa,CAA3B,CxOwyB6B,MAAf,EAAuB,6xBAAvB,CApIJ;AAqIV,AkHCJ,AqDAA,ApCFK,A9GCL,A1BCA,AkJCA,AvGHK,AwMCL,ACCA,AFAA,A9KFA,AyKvyBG,A2B8sBA,aAAKkO,KnQ0FU,CAAC,CmQ1FhB,CAAaV,CnQ0FE,EAAM,GAAN,EAAW,AmQ1F1B,EnQ0Fe,AmQ1FQj+C,EnQ0FO,CmQ1F9B,IAA8BC,CnQ0Ff,EAAuB,EmQ1FtC,ylBnQ0Fe,CArIJ;AAsIV,AkHCJ,AqDAA,ApCFG,A9GCH,A1BCA,AkJCA,AvGHG,AwMCH,ACCA,AFAA,A9KFA,AoMzFG,OALD,MAKO,InQ0FQ,AmQ1FJ,CnQ0FK,GAAD,EAAM,EmQ1FHg+C,CnQ0FH,EAAW,EAAX,EAAe,CmQ1FnB,KnQ0FI,CmQ1FgB,CnQ0FO,OmQ1F3B,IAAgCA,QAAQ,KAAK,IAA7C,IAAqDh+C,KAAK,KAAK,IAAnE,EAAyE,o8CnQ0FjE,CAtIH;AAuIV,AkHCJ,AqDAA,AlJDA,A1BCA,AkJCA,AiGFA,ACCA,AFAA,A9KFA,AyKxyBE,A2B+sBC,S3B/sBM,G2B+sBF,EnQ0FO,AwOzyBZ,CxOyyBa,GAAD,EAAM,AmQ1FN,GnQ0FA,EAAW,AmQ1FN0+C,EnQ0FL,EAAe,GmQ1Ff,CAAa3+C,EnQ0Fb,CmQ1FA,CnQ0FuB,AmQ1F9B,MAA6B,QAAjC,EAA2C,kLnQ0FhC,CAvIA;AAwIV,AkHCJ,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AvGHE,AwMCF,ACCA,AFAA,A9KFA,AyKxyBC,A2B+sBG,ShIyFK8wB,A7FAAA,GtCCG,AmIDV,A7FAA,CtCCW,EmQ1FJ6tB,CnQ0FG,EAAM,GAAN,CmQ1FR,CnQ0FmB,AmQ1FN3+C,EnQ0FL,CmQ1FR,CnQ0FuB,GmQ1FH,EAApB,CnQ0FQ,EAAuB,AkRrnBf,kXlRqnBR,CAxIE;AAyIV,AkHCJ,AqDAA,ApCFC,A9GCD,A1BCA,AkJCA,AvGHC,AwMCD,ACCA,AFAA,A9KFA,A0K3zBA,A0BkuBI,Ae3hBFvB,C/I0lBF,A7FAA,S4O1lBEA,MAAM,ClRqnBS,AkRrnBRo+C,ClRqnBS,GAAD,EAAM,GAAN,EAAW,EAAX,CkRrnBfp+C,ClRqnB8B,AkRrnBR61B,MlRqnBP,AkRrnBf71B,CAA8B,ClRqnBQ,IkRrnBH6S,GAAnC7S,EAAwC,IAAxCA,+LlRqnBe,CAzIH;AA0IV,AkHCJ,AqDAA,AlJDA,A1BCA,AkJCA,AiGFA,ACCA,AFAA,A9KFA,AmNpnBE,mBlRqnBiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,yQAAvB,CA1IL;AA2IV,AkHCJ,AqDAA,ApCFA2rC,A9GCA,A1BCA,AkJCA,AvGHAA,AwMCA,ACCA,AFAA,A9KFA,AoM1FG,QhI0FK,A7FAA,C6FACxnC,A7FAAA,I6N1FD+7C,KhI0FR,A7FAA,CtCCmB,AmIDA/wB,A7FAAA,CtCCC,AmQ3FjB,CAAa5tB,EnQ2FG,CmQ3FhB,CnQ2FsB,GAAN,AmQ3FIi+C,EnQ2FO,AmID9B,A7FAA,EtCCmB,CmIDc7T,A7FAAA,CtCCC,EmQ3F/B,InQ2FgB,CmIDsB,A7FAA,CtCCC,AmIDAxnC,A7FAAA,S6FAT,A7FAA,C6FAmB+qB,A7FAAA,E6FApD,A7FAA,uPtCCmB,CA3IL;AA4IV,AkHCJ,AqDAA,AlJDA,A1BCA,AkJCA,AiGFA,ACCA,AFAA,A9KFA,AoM1FG,OALM,InQgGE,CAAC,CmQ3FH,EnQ2FE,EAAM,AmQ3FJ,GnQ2FF,EAAW,EAAX,AmQ3FSswB,EnQ2FM,MAAf,AmQ3FE,EnQ2FqB,GmQ3FD,QAApB,IAAgCh+C,KAAK,KAAK,IAA9C,EAAoD,20BnQ2FlD,CA5IG;AA6IV,AkHCJ,AqDAA,ApCFAmqC,A9GCA,A1BCA,AkJCA,AvGHAA,AwMCA,ACCA,AFAA,A9KFA,AoM1FG,QhI0FK,A7FAA,C6FACxnC,A7FAAA,M6N1FC,CnQ2FM,CAAC,CmIDjB,A7FAA,C6FAmBmrB,A7FAAA,CtCCH,AmQ3FD4wB,EnQ2FO,GAAN,EAAW,AmQ3FjB,CAAaV,CnQ2FP,EAAe,EmID/B,A7FAA,G6FAoC,A7FAA,A6N1F1B,CnQ2FM,CmQ3FiBj+C,CnQ2FM,EmQ3F7B,CAAP,IhI0F2CwwC,A7FAAA,E6FAV,A7FAA,E6FAc3wC,A7FAAA,E6FAd,A7FAA,E6FAkB,A7FAA,kWtCCtC,CA7IF;AA8IV,AkHCJ,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AvGHE,AwMCF,ACCA,AFAA,A9KFA,A0K7zBA,A0BmuBG,MhI0FGixB,A7FAAA,AmM7zBO,C0BiuBJ,EhI4FA,A7FAA,CmM7zBQ,EtG6zBL4U,A7FAAA,CmM7zB0C,A0BmuB7C,C1BnuB8C,G0BmuB1C1lC,ChI0FK,A7FAA,CtCCC,AmIDA4C,A7FAAA,CtCCC,AyO9zBmC,A0BmuBvC,GnQ2FG,EAAM,AmQ3FJ,GjQ/NXojB,AF0TS,AmIDP,A7FAA,C6FAiB+H,A7FAAA,A6N1FpB,CnQ2FqB,CmQ3FH,CnQ2FR,EAAe,GkR3zBH3H,ChRigBX,EF0TD,EAAuB,CmID9B,A7FAA,C6FAgC/hB,A7FAAA,I6FAhC,A7FAA,C6FAqC,A7FAA,I6FArC,A7FAA,E6FA2CmsC,A7FAAA,E6FA3C,A7FAA,E6FA+C3wC,A7FAAA,E6FA/C,A7FAA,C6FAV,A7FAA,y7BtCCiB,CA9IL;AE3KZ,AF0TE,AkHCJ,AqDAA,AlJDA,A1BCA,AkJCA,AiGFA,ACCA,AFAA,A9KFA,A0K7zBE,A0BmuBC,M1BnuBG,IvOogBAiT,KAAK,AiQ+ND,EnQ2FO,CE1TH,AF0TI,EmQ3FH8rC,CnQ2FE,CE1Tf,CF0TqB,GAAN,AmQ3FP,CAAa5+C,CnQ2FK,EAAX,AmQ3FP,CAAP,CnQ2F6B,MAAf,EAAuB,s8BAAvB,CA/IH;AE1KZ,AF0TE,AkHCJ,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AvGHE,AwMCF,ACCA,AFAA,A9KFA,A0K7zBI,A0BmuBD,MhI0FGwwC,A7FAAA,C6N5FG,ChI4FD,A7FAA,AmM7zBC,EvOogBH/oC,EuOpgBe,CtG6zBR,A7FAA,AmM7zBS,A0BmuBb,IjQ/NI,AuOpgBJ,CAAkB,EvOogBX,AF0TI,CAAC,EmIDnB,A7FAA,CpCzTA,AF0TkB,CmIDK,A7FAA,CtCCC,EyO9zBjB,CzO8zBW,CyO9zBmB,CzO8zBR,AyO9zBtB,EzO8zBW,EAAe,EyO9zBW,CAAC,CAA3C,EzO8zBgB,AyO9zB8B,EzO8zBP,sdAAvB,CAhJN;AAiJV,AkHCJ,AqDAA,ApCFI,A9GCJ,A1BCA,AkJCA,AvGHI,AwMCJ,ACCA,AFAA,A9KFA,A0K7zBM,A0BmuBH,anQ2FU,AyO9zBC,CzO8zBA,CmQ3FJ,EnQ2FG,AyO9zBa,CAAC,CzO8zBR,CmQ3FJm3C,EnQ2FF,AyO9zBP,EzO8zBkB,EAAX,AmQ3FH,CAAa,CnQ2FK,ImQ3FAjgB,EnQ2Ff,EAAuB,CmQ3Fb,CAAY,OAAZ,CAAb,CAAP,yqBnQ2FU,CAjJC;AEzKZ,AF2TE,AkHCJ,AqDAA,ApCFI,A9GCJ,A1BCA,AkJCA,AvGHI,AwMCJ,ACCA,AFAA,A9KFA,A0K7zBK,A0BmuBF,ajQhOMl3B,IF2TQ,CAAC,EE3TF,AgRpgBHikD,ChRogBIxkC,AF2TA,EAAM,GAAN,CE3TR,CF2TmB,EAAX,CkR/zBJwkC,ClR+zBmB,CE3TF54C,KAAK,AF2TlB,CkR/zBJ44C,ClR+zB2B,GE3TA,CgRpgB3BA,GhRogBX,EAA4C,8eF2T7B,CAlJH;AExKX,AF2TC,AkHCJ,AqDAA,ApCFI,A9GCJ,A1BCA,AkJCA,AvGHI,AwMCJ,ACCA,AFAA,A9KFA,A0K7zBG,A0BmuBD,G1BvuBA,CAIE,OAAO,CzO8zBC,AyO9zBR,CzO8zBS,CyO9zBC,EzO8zBF,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,2bAAvB,CAnJE;AEvKX,AF2TC,AkHCJ,AqDAA,ApCFI,A9GCJ,A1BCA,AkJCA,AvGHI,AwMCJ,ACCA,AFAA,A9KFA,A0K5zBG,YvOkgBM3jC,OAAO,AF2TG,CAAC,AkRj0BP2jC,EhRsgBMjkD,CF2TA,EAAM,GAAN,CE3TO,CAACsgB,AF2TG,CkRj0BjB2jC,ClRi0BM,EAAe,GE3Tf,CAAiB1lC,EF2TjB,EAAuB,IE3TvB,CAAhB,MgRve0B,CAAC,SAAD,EAAY,QAAZ,EAAsB,QAAtB,kiBlRkyBV,CApJL;AAqJV,AkHCJ,AqDAA,ApCFI,A9GCJ,A1BCA,AkJCA,AvGHI,AwMCJ,ACCA,AFAA,A9KFA,oB/DCoB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,6gBAAvB,CArJN;AErKX,AF2TC,AkHCJ,AqDAA,ApCFI,A9GCJ,A1BCA,AkJCA,AvGHI,AwMCJ,ACCA,AFAA,A9KFA,A0K7zBE,QAAM,IvOmgBD+B,MuOngBW,CvOmgBJ,CgRxgBD2jC,CzCKQ,EzO8zBE,AmQ5FXl+C,CjQ/NO,AF2TK,GAAD,AyO9zBrB,CvOmgBC,CF2T0B,CE3TJ,CgRxgBZk+C,ClRm0BU,EAAW,CmQ5F6B,CnQ4FxC,EAAe,MAAf,AkR7xBH5pD,ElR6xB0B,kKAAvB,CAtJT;AEpKV,AF2TA,AkHCJ,AqDAA,ApCFIgI,A9GCJ,A1BCA,AkJCA,AvGHIA,AwMCJ,ACCA,AFAA,A9KFA,A0K7zBE,A0BiuB6D,IhI4F3DA,A7FAAA,KmM7zBK,CAAC,CtG6zBC,A7FAA,AmM7zBF,CtG6zBGujB,A7FAAA,CmM7zBS,CAAZ,GvOmgBE5lB,EuOngBmB,CtG6zB1B,A7FAA,C6FAiBipC,A7FAAA,EtCCE,CE3TnB,AF2ToB,GAAD,CmQ7FHlsB,CnQ6FS,GAAN,CmQ7FwC,CnQ6F7B,EAAX,EAAe,MAAf,AmIDnB,A7FAA,EtCC0C,AmIDA,A7FAA,I6FA1C,A7FAA,sFtCCmB,CAvJT;AEnKV,AF2TA,AkHCJ,AqDAA,ApCFG,A9GCH,A1BCA,AkJCA,AvGHG,AwMCH,ACCA,AFAA,A9KFA,A0K7zBI,A0BguB2D,U1BhuBrD,A0BguBUA,E1BhuBR,GAAI,A0BguB+C,C1BhuB9C,KAAK,CzO8zBA,CAAC,AyO9zBR,GzO8zBO,AyO9zBM,EzO8zBA,GAAN,EAAW,EAAX,CyO9zBlB,CzO8zBiC,KmQ9FT,CnQ8FN,EAAuB,gPAAvB;AAxJR,AkH0Jd,AqDAA,AlJDA,A1BCA,AkJCA,AiGFA,ACCA,AFAA,A9KFA,A0K7zBI,A0B+tBwB,GnQ1D1B,OyOrqBQ,EAAE,GAAG,A0B+tBmB,C1B/tBlB,GAAG,A0B+tBS,U1B/tBxB;AvOogBD,AF4TD5kB,AkHAF,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AvGHE,AwMCF,ACCA,AFAA,A9KFA,A0K7zBI,A0B8tBwB,EnQiG1BA,KmQjG6D,CnQiGvD,CAAC,AmIFAkxB,A7FAAA,CmM7zBC,EvOmgBD9I,AiI0TP,A7FAA,AmM7zBU,GAAI,CAAC,EvOmgBF,GAAGvgB,AF4TG,AyO/zBC,EAAP,GAAa,EvOmgBH,CAACwgB,IAAR,CAAcjC,EuOngB5B,MvOmgBc,CAAf;AF6TCtkB,AkHAJ,AqDAA,ApCFC,A9GCD,A1BCA,AkJCA,AvGHC,AwMCD,ACCA,AFAA,A9KFA,A0K7zBI,A0B6tB2D,ChIkF/D,A7FAA,GtCgBIA,MyO/zBM,EAAE,GzO+zBG,AyO/zBA,CzO+zBC,AyO/zBA,GAAG,EzO+zBJ,EAAQE,KAAR,CAAX,AyO/zBA,A0B6tBoCk9C,C1BjuBV,K0BiuBiC;AjQ1N5D,AF6TA,AkHAH,AqDAA,AlJDA,A1BCA,AkJCA,AiGFA,ACCA,AFAA,A9KFA,AoMjG+D,GnQiGvD,CAAN,MmQjGsCA,EjQ1NjC92B,IiQ0NwD,EjQ1N5D,EAAY,wBiQ0NkC;AjQzN7C,AF8TH,AkHDD,AqDAA,ApCFAoiB,A9GCA,A1BCA,AkJCA,AvGHAA,AwMCA,ACCA,AFAA,A9KFA,AoMlGiD,CnQ9KhD,GAAD,ImIgRQ,A7FAA,C6FACxnC,A7FAAA,KpC3TDolB,CiQyN+C,GhIkGvD,A7FAA,C6FAmBgG,A7FAAA,A6NlG8B,CjQzNnC,CAACrtB,MAAP,GAAgB,CAApB,EAAuB,IiI2T3B,A7FAA,G6FAwC,A7FAA,U6FAU6vC,A7FAAA,E6FAV,A7FAA,E6FAc,A7FAA;ApC1TjD19B,AgH6TL,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AvGHE,AwMCF,ACCA,AFAA,A9KFA,A0K7zBI,A0B0tB6C,MhImG3Cge,A7FAAA,C6NnGyD,EhImGtD,A7FAA,EmM7zBG,CvOkgBPhe,AiI2TO4yB,A7FAAA,CmM7zBE,GAAG,CvOkgBP,CiI2TQ,A7FAA,AmM7zBN,CtG6zBO9iC,A7FAAA,CpC3TNolB,EuOlgBY,EAAE,EvOkgBtB,CuOlgByB,CtG6zBlB,A7FAA,C6FAiBgG,A7FAAA,AmM7zBJ,GAAU,EAAE,GAAG,EAAhB,IAAuB,EAAxB,EtG6zBX,A7FAA,C6FAoCxJ,A7FAAA,EmM7zBO,CAA3C,CAAD,CtG6zBC,A7FAA,C6FA0C,A7FAA,CmM7zBO,CAAzD,EtG6zBQ,A7FAA,E6FAgD9jB,A7FAAA,S6FAhD,A7FAA,C6FAV,A7FAA;ApC1TG,AF6TJ,AkHAD,AqDAA,AlJDA,A1BCA,AkJCA,AiGFA,ACCA,AFAA,A9KFA,A0K7zBG,GARD,UzOu0BW;AE5TT,AF6TF,AkHAF,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AvGHE,AwMCF,ACCA,AFAA,A9KFA,A0K7zBC,A0BytBC,C1B3uBoD,GAAtD,EtG+0BM8vC,A7FAAA,E6FAE,A7FAA,E6NpGF,GhIoGO,A7FAA,I6NpGAhsB,KAAP,ChIoGA,A7FAA,I6FAqBgsB,A7FAAA,A6NpGJ,EhIoGM,A7FAA,K6FAK1uC,A7FAAA,G6NpG5B,IAA+B,EhIoGnC,A7FAA,E6FA2C,A7FAA,G6NpGDg9C,MAAP,KAAkB,UAArD,EAAiE;AjJuGnE,AqDAA,ApCFI,A9GCJ,A1BCA,AkJCA,AvGHI,AwMCJ,ACCA,AFAA,A9KFA,AoMpGG,eAAO,KAAKC,UAAL,CAAiBvxC,IAAjB,CAAP;AjQvNA/F,AF8TD,AkHAF,AqDAA,ApCFI,A9GCJ,A1BCA,AkJCA,AvGHI,AwMCJ,ACCA,AFAA,A9KFA,A2Kh1BA,AyB4uBG,AgBlvBH,MnRw1BMlJ,A0Ol1BA,CyB0uBJ,CjQtNCkJ,AiR1hBH,KnRw1Ba,AmQtGJ,EjQxNC,CF8TM,A0Ol1BA,ExOohBHA,AF8TX,AmRx1BF,CzCMmB,EyCNnB,CzCMA,GxOohBoB,CAACygB,EiR1hBrB,CAAA,GjR0hBa,EAAV,QiR1hBH,CAAA;AjR2hBG,AF8TD,AkHAF,AqDAA,ApCFI,A9GCJ,A1BCA,AkJCA,AvGHI,AwMCJ,ACCA,AFAA,A9KFA,A2Kh1BA,AyB4uBG,MnQsGG1pB,A0Ol1BA,OyB4uBEugD,EnQsGO,A0Ol1BA,G1Ok1BG,A0Ol1BA,E1Ok1BhB,GmQtGC,CAAiBvxC,IzB5uBQ,AyB4uBzB,GzB5uB4B,CAA/B,AyB4uB4B;AjJuG5B,AqDAA,ApCFI,A9GCJ,A1BCA,AkJCA,AvGHI,AwMCJ,ACCA,AFAA,A9KFA,A2Kh1BA,AyB4uBIgX,AgBnvBJ,MzCOM,CAAC,CyCPP,EzCOU,AyB4uBNA,GzB5uBJ,AyCPA,EhBmvBS,CgBnvBT,ChBmvBIA,KADwB,CgBlvB5B,CAAA,QAAA,CAAA;AjR4hBE,AF8TA,AkHAF,AqDAA,ApCFI,A9GCJ,A1BCA,AkJCA,AvGHI,AwMCJ,ACCA,AFAA,A9KFA,A2Kh1BA,AyB4uBIs6B,AgBlvBJ,MnRw1BM,A0Ol1BA,IxOohBAhsC,AiQwNFgsC,KjQxNO,CiQwND,EAANA,EjQxNY,IAAd,AwOphBsB,ExOohBF,CwOphBK,UAAU,GAAG,CAAxC;AxOqhBG,AF8TC,AkHAJ,AqDAA,ApCFI,A9GCJ,A1BCA,AkJCA,AvGHI,AwMCJ,ACCA,AFAA,A9KFA,A2Kh1BA,AyByuB4B,MzBzuBtB,CAAC,C1Ok1BC,CmQzGL,CzBzuBO,KxOohBAhsC,AF8TKrU,KE9TZ,AwOphBH,C1Ok1BQ,KAAkB,WAAtB,EAAmCF,OAAO,GAAGE,MAAV;AE7TpC,AF8TC,AkHAJ,AqDAA,ApCFIqL,A9GCJ,A1BCA,AkJCA,AvGHIA,AwMCJ,ACCA,AFAA,A9KFA,AoMpGG,IhIoGCA,A7FAAA,ItCEI,GmIFG,A7FAA,C6FACujB,A7FAAA,GtCEG3uB,KmIFX,A7FAA,C6FAiBgyC,A7FAAA,EtCEb,KAAoB,WAAxB,EAAqClyC,GmIFrC,A7FAA,E6FA0C,A7FAA,ItCEI,AmIF9C,A7FAA,GtCEiDE,QAAZ;AACtC,AkHAH,AqDAA,ApCFG,A9GCH,A1BCA,AkJCA,AvGHG,AwMCH,ACCA,AFAA,A9KFA,AoMpGE,GnQmGA,CAGE,OAAOC,CAAP,EAAU,CAAE;AE7Td,AgH8TF,AqDAA,AlJDA,A1BCA,AkJCA,AiGFA,ACCA,AFAA,A9KFA,AoMnGC,ajQzNQ8I,OAAP;AACA,AF8TA,AkHAF,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AvGHE,AwMCF,ACCA,AFAA,A9KFA,M/DEM7I,EmR11BOivD,ChJw1BJ/8B,A7FAAA,CtCEC,EmIFR,A7FAA,CtCEWvyB,OAAO,CAACM,SAAR,IAAqB,EAAhC;AAAA,AkHCF,AqDAA,ApCFC,A9GCD,A1BCA,AkJCA,AvGHC,AwMCD,ACCA,AFAA,A9KFA,CoEdA,A7FAA,KtCgBMC,cAAc,GAAGF,IAAI,CAACG,SAD1B;AAAA,AkHEF,AqDAA,AlJDA,A1BCA,AkJCA,AiGFA,ACCA,AFAA,A9KFA,M/DEMA,SAAS,GAAGD,cAAc,KAAK,KAAK,CAAxB,GAA4B,EAA5B,GAAiCA,cAFjD;AkHGF,AqDAA,ApCFA,A9GCA,A1BCA,AkJCA,AvGHA,AwMCA,ACCA,AFAA,A9KFA,SoEAS4xC,A7FAAA,uB6FAT,A7FAA,C6FAiCzV,A7FAAA,CpC7TjBjV,GiI6ThB,A7FAA,E6FAuC,A7FAA,KpC7TbmC,OAAO;AAC/B,AF+TA,AkHAF,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AvGHE,AwMCF,ACCA,AFAA,A9KFA,A2Kh1BA,M1Ok1BMnpB,AmIFA2/B,A7FAAA,AoMh1BO,IxOmhBPl3B,CiI6TK,A7FAA,CtCEC,EmIFEwzB,A7FAAA,CtCEC18B,EE/TF,CiI6TK,A7FAA,C6FACgjC,A7FAAA,CpC7TH,EF+Td,EE/TA,EwOnhBF,CAAiC,MvGg1B/B,A7FAA;AtCGA,AkHAF,AqDAA,ApCFE5C,A9GCF,A1BCA,AkJCA,AvGHEA,AwMCF,ACCA,AFAA,A9KFA,AoN51BCh8B,EhJ41BCg8B,A7FAAA,ItCEI1/B,CmIFC,A7FAA,C6FACyuC,A7FAAA,MtCEM,GAAGlvC,QmIFf,A7FAA,CtCEA,EmIF0By8B,A7FAAA,I6FAI,A7FAA,C6FACsE,A7FAAA,A6O51BT,ahJ41BI,A7FAA,C6FAmB,A7FAA,U6FAnB,A7FAA,I6FAiC,A7FAA,C6FA3D,A7FAA;ApC7TA,AFgUA,AkHAF,AqDAA,AlJDA,A1BCA,AkJCA,AiGFA,ACCA,AFAA,A9KFA,AoN71BwB,MnR+1BlBrgC,OEhUGuI,GFgUO,GAAG,CEhUH,AFgUI,CEhUHyf,AFgUIloB,MEhUZ,AFgUkB,CAACN,CEhU1B,EAA0B,KFgU1B;AE9TC,AF+TD,AkHAF,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AvGHE,AwMCF,ACCA,AFAA,A9KFA,M/DEMS,AmIFAw/B,A7FAAA,K6FAK,A7FAA,CtCEC,AmIFAgP,A7FAAA,GtCEG,CAAC,CAAC1uC,QAAQ,CAACG,CmIFpB,A7FAA,I6FAyB,A7FAA,C6FACu/B,A7FAAA,K6FAK,A7FAA,C6FACiP,A7FAAA,GtCEvB,GmIFb,A7FAA,CtCE2C,CAAC,AmIFA,A7FAA,CtCEC3uC,QAAQ,CAACI,IAAzC,IAAiD,OAAOJ,QAAQ,CAACK,gBAAhB,KAAqC,UAAtF,IAAoG,OAAOL,QAAQ,CAACM,aAAhB,KAAkC,UAAnJ;AE9TC,AF+TD,AkHAF,AqDAA,ApCFI,A9GCJ,A1BCA,AkJCA,AvGHI,AwMCJ,ACCA,AFAA,A9KFA,AoN/1BwB,MnRi2BlBC,KAAK,CE/TFuoB,EF+TK,CAAChpB,IE/TC,GAAG0I,EF+TK,CAAChI,IE/TC,CAACsoB,EF+TZ,CAAkB,IE/Td,CAAiB/B,CF+TrB,CAAD,IAA8B,CAACjnB,CE/T1B,CAAhB,OF+TmD,CAACU,OAAV,CAAkB,UAAlB,CAA3C;AAEA,AkHDF,AqDAA,ApCFI,A9GCJ,A1BCA,AkJCA,AvGHI,AwMCJ,ACCA,AFAA,A9KFA,A2KpzBE,EAAA,I1OuzBIC,O0OvzBJ,GAAA,U1OuzBwB,GAAG,oBAA3B;AE/TC,AgH+TH,AqDAA,ApCFIi/B,A9GCJ,A1BCA,AkJCA,AvGHIA,AwMCJ,ACCA,AFAA,A9KFA,A2K7zBmB,AyCpCK,IhJi2BpBA,A7FAAA,K6FAK,A7FAA,AoM7zBU,CvG6zBT4O,A7FAAA,EpC7THxlB,CwOhgBY,GAAO,CvG6zBtB,A7FAA,EpC7TU,CiI6TM,A7FAA,AoM7zBU2wB,IxOggBX,AiI6Tf,A7FAA,C6FH0C,A7FAA,C6FGpB,A7FAA,EpC7TvB,AwOhgBuB,CAAe,CxOggBhB,SwOhgBC,CAAP,GyCpCFx1C,KAAO;AjRqiBpB,AF+TF,AkHAF,AqDAA,ApCFG,A9GCH,A1BCA,AkJCA,AvGHG,AwMCH,ACCA,AFAA,A9KFA,A2K7zBU,AyCrCOA,GhJ81Bf,A7FAA,GtCMIvD,GmIFG,A7FAA,AoM7zBC,CyCrCOuD,GhJk2BJ+3B,A7FAAA,CoM7zBH,CyCrCc,CnRo2BR,CE/TLxzB,AiI6TM,A7FAA,AoM7zBC,CvG6zBA83B,A7FAAA,AoM7zBR,C1O+zBS,A0OxzBjB,CAPkB,IxOggBhB,OF+T2B,AmIFlB,A7FAA,C6FAmB,A7FAA,M6FAnB,A7FAA,I6FA6B,A7FAA,C6FAjC,A7FAA,E6FAoC,A7FAA;ApC5TzC,AF+TA,AkHAJ,AqDAA,ApCFItE,A9GCJ,A1BCA,AkJCA,AvGHIA,AwMCJ,ACCA,AFAA,A9KFA,AoNn2BwB,IhJm2BpBA,A7FAAA,ItCEI,AmIFA,A7FAA,C6FACmV,A7FAAA,M6FAL,A7FAA;AtCGE,AkHAN,AqDAA,ApCFG,A9GCH,A1BCA,AkJCA,AvGHG,AwMCH,ACCA,AFAA,A9KFA,A2K9zBU,SAAA,I1Og0BG,A0Oh0BH,GAAO,CAAP,KyBwtBC5iC,MAAMvN,EnQwGa,KmQxGN,OnQwGlB;AE9TH,AF+TE,AkHAL,AqDAA,ApCFC,A9GCD,A1BCA,AkJCA,AvGHC,AwMCD,ACCA,AFAA,A9KFA,A2KzzB0B,AyBmtBxB,AgB9vBA,KnRo2BE,CAEE,ImQxGA,EjQvNC,CF+TMtB,CAAP,EAAU,CmQxGH6O,EjQvNC2a,EiQuNR,GjQvNC,EiQuNe,GjQvNE,KiQuNtB,EAA8B,CjQvN7B,EAA+B,oBiRviBtBjlB,KAAV;AjRwiBE,AF+TE,AkHAN,AqDAA,AlJDA,A1BCA,AkJCA,AiGFA,ACCA,AFAA,A9KFA,AoMtGG,AgB7vBD,YhB6vBK,CnQwGM,CE/TLuE,CiRtiBDqmD,GnRq2BD,CmQxGQ7tD,EjQvNC,CAAC8nB,EiQuNT,CgB7vBL,GAAkB,CjRsiBZ,AiQuNgB,CjQvNCI,KAAjB,AiRtiBiB4lC,CjRsiBrB,EAA6B,EiQuN9B,EAAkC,KgB7vBjB,CAAmB;AjRuiBlC,AF+TA,AkHAL,AqDAA,ApCFA,A9GCA,A1BCA,AkJCA,AvGHA,AwMCA,ACCA,AFAA,A9KFA,AoMtGI,AgB9vBqCC,ShJo2BhCvd,A7FAAA,C6Op2BgCud,IAAI,ChB8vBpChP,CgB9vBsC,ChB8vB3C,CAAQxxC,IAAR,GhIsGJ,A7FAA,C6FA0BytB,A7FAAA,A6NtGNh7B,IhIsGpB,A7FAA,C6NtGI,ChIsG4B,A7FAA;ApC5T3B,AF+TF,AkHAH,AqDAA,ApCFEmlB,A9GCF,A1BCA,AkJCA,AvGHEA,AwMCF,ACCA,AFAA,A9KFA,AoMtGI,AgB/vBmC,EhJq2BrCA,A7FAAA,CtCJiB,EAAjB,EmIIK,A7FAA,C6FAC,A7FAA,C6NxGL,AgB7vBiB,CAAlB,KhB+vBQ,mBhIsGH,A7FAA,C6FAL,A7FAA;ApC5TE,AgH+TJ,AqDAA,ApCFE6V,A9GCF,A1BCA,AkJCA,AvGHEA,AwMCF,ACCA,AFAA,A9KFA,AoMtGI,AgBnwBoB,EhJy2BtBA,A7FAAA,I6FAI,A7FAA,C6FAChQ,A7FAAA,I6FAL,A7FAA,C6FAU,A7FAA,C6FAV,A7FAA,I6NtGS,KAAK+zB,EAAL,CAAQxxC,IAAR,CAAP;AnQyGF,AkHAF,AqDAA,ApCFC,A9GCD,A1BCA,AkJCA,AvGHC,AwMCD,ACCA,AFAA,A9KFA,AoMtGI,AgBhwBF,EhJs2BA,A7FAA,StCES5N,MAAT,CAAgBC,EAAhB,EAAoB;AE9TnB4H,AF+TC,AkHAJ,AqDAA,ApCFA,A9GCA,A1BCA,AkJCA,AvGHA,AwMCA,ACCA,AFAA,A9KFA,AoMtGG,OAND,CjQjNCA,AF+TK,KmQxGC,EjQvNC,EiQuNG,CjQvNAA,OAAO,AiQuNA+F,CjQvNC0a,GiQuNR,GjQvNA,EAAV,CiQuN0B,QAApB,EAA8B;AjQtNpC,AF+TGroB,AkHAN,AqDAA,AlJDA,A1BCA,AkJCA,AiGFA,ACCA,AFAA,A9KFA,A2K51BS,AyBsvBN,MnQwGGA,EAAE,C0O91BQ,IAAP,AyBsvBDm/C,CzBtvBa,CyBsvBlB,GAAU9+C,GzBtvBJ,EAA2B,CyBsvBjB,CAACuqB,MAAP,CAAe,EAAf,EAAmB,KAAKu0B,EAAxB,EAA4BxxC,IAA5B,CAAV;AnQyGE,AkHAL,AqDAA,AlJDA,A1BCA,AkJCA,AiGFA,ACCA,AFAA,A9KFA,A2K51BI,AyBsvBD,KnQsGC,CAEE,CmQ1GG,IzBpvBE,E1O81BE7O,AmQxGJ,CnQwGH,C0O91BS,C1O81BC,CmQxGH,OAAO6O,IAAP,KAAgB,EzBtvBlB,GAA2B,IAA3B,CAAgC,CyBsvBlC,EAAiC,IzBtvB/B,CAAP;AxOgiBF,AF+TI,AkHAN,AqDAA,ApCFA48B,A9GCA,A1BCA,AkJCA,AvGHAA,AwMCA,ACCA,AFAA,A9KFA,A2K51BG,AyBsvBA,QhIsGK,A7FAA,C6FACxnC,A7FAAA,CtCEC,CAACjD,EE/TF,EiQuNC,EjQvNGomB,CiI6Tb,A7FAA,C6FAmBqqB,A7FAAA,CpC7TV,AiQuNM4O,CjQvNG,AF+TZ,CmQxGH,CnQwGoB,EE/Td,AiI6TT,A7FAA,CpC7TE,EiI6T0B,A7FAA,Y6FAY,A7FAA,M6Ox2BhB;AjR4iBtB,AF+TM,AkHAR,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AvGHE,AwMCF,ACCA,AFAA,A9KFA,AoMtGG,AgBlwBD,MhJw2BIrgB,A7FAAA,K6FAK,A7FAA,GtCEGhgC,AmIFA,A7FAA,A6Ox2BR,CnR02BE,CmR12BA,GhJw2BW4iC,A7FAAA,E6Ox2BN6qB,YhJw2BX,A7FAA,C6Ox2BM,YAA8BI,gBAAhC,CAAJ,EAAuD;AjR6iBxD,AF8TM,AkHAP,AqDAA,AlJDA,A1BCA,AkJCA,AiGFA,ACCA,AFAA,A9KFA,AoMtGE,AgBlwBC,iBAAKJ,aAAL,GAAqB1tD,QAAQ,CAACa,aAATb,CAAwB,OAAxBA,CAArB;AnR22BE,AkHAL,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AvGHE,AwMCF,ACCA,AFAA,A9KFA,AoNx2BG,MhJw2BG,A7FAA,C6FACigC,A7FAAA,K6FAK,A7FAA,C6FAC4O,A7FAAA,I6Ox2BLprB,GhJw2BN,A7FAA,A6Ox2BC,CAAStC,ChJw2BU,A7FAA,U6Ox2BnB,CAAsB,KAAKusC,aAA3B;AnR22BA,AkHAH,AqDAA,ApCFIhnC,A9GCJ,A1BCA,AkJCA,AvGHIA,AwMCJ,ACCA,AFAA,A9KFA,AoNx2BG,IhJw2BCA,A7FAAA,K6FAK,A7FAA,C6FAC,A7FAA,Q6FAD,A7FAA,C6FAL,A7FAA,C6FDkB,A7FAA,C6FCD,A7FAA;A4EGrB,AqDAA,ApCFI,A9GCJ,A1BCA,AkJCA,AvGHI,AwMCJ,ACCA,AFAA,A9KFA,AoNx2BE,8BhBiwB8B;AnQ0G9B,AkHAF,AqDAA,ApCFI,A9GCJ,A1BCA,AkJCA,AvGHI,AwMCJ,ACCA,AFAA,A9KFA,AoMxGgC,UAAf4N,CnQ0GNlzB,KmQ1GqB,UnQ0G9B,CAAyBC,GAAzB,EAA8BC,GAA9B,EAAmCC,KAAnC,EAA0C,2CmQ1GlB,IAAM;AnQ2G5B,AkHAJ,AqDAA,AlJDA,A1BCA,AkJCA,AiGFA,ACCA,AFAA,A9KFA,A2K71BS,Q1O+1BDD,C0O/1BQ,E1O+1BL,IAAID,GAAX,EAAgB,E0O/1BX,CAAqB,MAArB,EAA8C;A1Og2BjDG,AkHAN,AqDAA,ApCFIy+B,A9GCJ,A1BCA,AkJCA,AvGHIA,AwMCJ,ACCA,AFAA,A9KFA,A2K71BI,AyBovBF,IhIyGEA,A7FAAA,EtCEEz+B,GmIFG,A7FAA,C6FACqtC,A7FAAA,A6NzGJva,CzBpvBK,C1O+1BC,CAAC7yB,E0O/1BE,CyBovBH,ChIyGR,A7FAA,G6FAgB,A7FAA,C6FACw+B,A7FAAA,A6NzGJ,IAAf,ChIyGwB,A7FAA,CtCEpB,AmIFqB+O,A7FAAA,A6NzGJ,CnQ2GK3tC,GAAtB,EAA2BC,CmR32BrB,CzCYD,C1O+1BL,EAAgC,A0O/1BA,MvG61BlC,A7FAA,OoM71BO,CAAyC,MAAzC,CAAP;A1Og2BIC,AkHAR,AqDAA,ApCFImwC,A9GCJ,A1BCA,AkJCA,AvGHIA,AwMCJ,ACCA,AFAA,A9KFA,A2K71BG,AyBovBA,AgBjwBS,IhJ02BRA,A7FAAA,ItCEInwC,EmIFE,A7FAA,C6FAC,A7FAA,EtCEE,AmQ3GLg/C,EnQ2GOh/C,AmIFL,A7FAA,E6FAO0+B,A7FAAA,GtCCqB,CmQ1GnC,ChIyGO,A7FAA,C6FAN,A7FAA,C6NzGe,qBAAO,KAAKsgB,QAAZ,EAAsBjsB,MAAtB,CAAhB;AnQ4GK5yB,AkHAR,AqDAA,ApCFG,A9GCH,A1BCA,AkJCA,AvGHG,AwMCH,ACCA,AFAA,A9KFA,AoMzGG,OAFD,CnQ6GMA,KmQ3GC,KnQ2GS,EAAE,IAFkB;AAG9BC,AkHAR,AqDAA,AlJDA,A1BCA,AkJCA,AiGFA,ACCA,AFAA,A9KFA,AoMzGG,AgBlwBD,QnR62BMA,MmR72BF04C,ChBkwBI,KnQ2GU,AmQ3GLkG,AgBlwBH,EnR62BU,CmR72BP,GnR02BuB,EmQxGnC,AgBlwBiBlG,MAAlB,CADU,CAGV;AnR42BMz4C,AkHAR,AqDAA,ApCFEq+B,A9GCF,A1BCA,AkJCA,AvGHEA,AwMCF,ACCA,AFAA,A9KFA,AoMzGG,AgBhwBD,EhJy2BAA,A7FAAA,K6FAK,A7FAA,CtCECr+B,AmIFAstC,A7FAAA,M6FAN,A7FAA,EtCEc,CmIFC,A7FAA,CtCEC,ImIFhB,A7FAA;AtCFoC,AkHKtC,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AvGHE,AwMCF,ACCA,AFAA,A9KFA,AoMzGE,AgBhwBA,OnRs2BI,EmIGG,A7FAA,I6FAP,A7FAA,iBpC/TUxlB,YAAWnoB,OAAO;AAC5B,AFiUG,AkHAL,AqDAA,ApCFC,A9GCD,A1BCA,AkJCA,AvGHC,AwMCD,ACCA,AFAA,A9KFA,CoEdA,A7FAA,ItCSI,KE1TE,CFiUK,MEjUEA,KAAP,KAAiB,WAArB,EAAkC;AAAA,AFkU9BF,AkHAN,AqDAA,AlJDA,A1BCA,AkJCA,AiGFA,ACCA,AFAA,A9KFA,AoN12BE,MnR42BIA,GAAG,CAACC,GAAD,CAAH,AmR52BA,GnR42BWC,EmR52BNosD,GnR42BL,GmR52BA,CAAYV,SAAZ,KAA0B,IAA9B,EAAoC,OjR2iBb,KAAK1lC,UADM;AAAA,AFmU/B,AkHAL,AqDAA,ApCFA,A9GCA,A1BCA,AkJCA,AvGHA,AwMCA,ACCA,AFAA,A9KFA,A2K91BS,AyCZN8yB,ShJ02BM3I,A7FAAA,AoM91BO,GyCZb2I,GhJ02BH,A7FAA,C6FAgBrW,A7FAAA,CoM91BP,CyCZA,EzCYe,CyCZZ,ChJ02BZ,A7FAA,E6FAwB/D,A7FAAA,E6O12BP2tB,ChBgwBDtsD,EhI0GhB,A7FAA,E6FA+B,A7FAA,C6N1GVC,EgBhwBlB84C,KhBgwByB;AjJ6G5B,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AvGHE,AwMCF,ACCA,AFAA,A9KFA,A2K91BI,AyBovBF,AgBxwBU,MhJk3BN,A7FAA,C6FACpa,A7FAAA,G6N1GD,CzBpvBK,AyCpBC,ChJk3BA,A7FAA,A6Ox2BV,ChJw2BWgP,A7FAAA,I6N1GA1tC,KAAP,KAAiB,ChI0GrB,A7FAA,E6FA4B,A7FAA,CoM91BC,CAAC,MyBovB9B,EAAkC,KzBpvBzB,CAAmC,aAAa,EAAhD,CAAP;AxO4hBgC,AFqUhC,AkHAJ,AqDAA,ApCFI0+B,A9GCJ,A1BCA,AkJCA,AvGHIA,AwMCJ,ACCA,AFAA,A9KFA,A2K91BG,AyBovBA,AgB9vBD,IhJw2BEA,A7FAAA,K6FAK,A7FAA,C6FACgP,A7FAAA,CtCEC5tC,EmQ5GHk/C,CnQ4GJ,OmQ5GD,CAAcj/C,GhI0Gb,A7FAA,A6N1GD,GhI0GyB,A7FAA,C6N1GJC,GhI0GpB,A7FAA,E6N1GD;AjQxNA,AFqUA,AkHAH,AqDAA,ApCFI6J,A9GCJ,A1BCA,AkJCA,AvGHIA,AwMCJ,ACCA,AFAA,A9KFA,AoM1GG,IhI0GCA,A7FAAA,G6N5GF,IhI4GS,A7FAA,C6FACujB,A7FAAA,C6N1GH,OhI0GL,A7FAA,C6FAiBsjB,A7FAAA,O6FAjB,A7FAA,E6FA0BjO,A7FAAA,M6FA1B,A7FAA,E6FAkC/D,A7FAAA,K6FAlC,A7FAA,yBpCnUsC;AAAA,AgHsU1C,AqDAA,ApCFG,A9GCH,A1BCA,AkJCA,AvGHG,AwMCH,ACCA,AFAA,A9KFA,AoM1GG,eAAO,CjQ1NIl3B,IiQ0NCw3C,GjQ1N2B,KiQ0NhC,CAAcj/C,GAAd,CAAP;AjQzNCyH,AFsUF,AkHAF,AqDAA,ApCFC,A9GCD,A1BCA,AkJCA,AvGHC,AwMCD,ACCA,AFAA,A9KFA,AoM1GG,AgBhwBD,WnR42BSlH,CEtUPkH,KiRtiBK,CAAA,CjRsiBE,CAACmG,CiRtiBH,GnR42BP,CAAuBpN,CmR52BhB,CAAA,InR42BP,CEtUE,CAAsB4nB,AFsUO,GmR52BxB,EAAW2wB,KjRsiBhB,CiRtiBK,CjRsiB4B94C,CiRtiBT,IjRsiBxB,AiRtiBK,EAAyBqL,IAAzB,CAAgCoW,UAAAA,IAAD,EAAU;AjRuiB9C,AFsUA,AkHAJ,AqDAA,AlJDA,A1BCA,AkJCA,AiGFA,ACCA,AFAA,A9KFA,AoM1GE,AgBhwBC,SnR42BM,GmR52BN,CnR42BUjhB,CAAC,GAAG,CAAb,AmR52BD,CAAKqtD,CnR42BYrtD,CAAC,GAAGC,KmR52BrB,CAAgBmN,GnR42Bc,CAAClN,KmR52B/B,CnR42BC,EAAsCF,AmR52BX,CnR42BY,CmR52BxC,CnR42BC,EAA2C;AEzUX,AF0U9B,AkHAN,AqDAA,ApCFA,A9GCA,A1BCA,AkJCA,AvGHA,AwMCA,ACCA,AFAA,A9KFA,SoEASkwC,A7FAAA,CtCEC/vC,MAAM,AmIFhB,A7FAA,C6FAiB8hC,A7FAAA,EtCEEhiC,ImIFnB,A7FAA,E6FAyBi+B,A7FAAA,GtCEG,CAACl+B,CAAD,AmIF5B,A7FAA,CtCEmB,CmIFa,A7FAA,GtCEG,IAAhB,GAAuBC,SAAS,CAACD,CAAD,CAAhC,GAAsC,EAAnD;AE1U8B,AF2U9B,AkHAN,AqDAA,ApCFE2kB,A9GCF,A1BCA,AkJCA,AvGHEA,AwMCF,ACCA,AFAA,A9KFA,A2Kr1BS,AyCtBN,EhJ22BDA,A7FAAA,AoMr1BO,IAAI,CvGq1BN,A7FAA,C6FAC,A7FAA,CoMr1BK,C1Ou1BHvkB,EmR72BP,IhJ22BI,A7FAA,CtCEU,CmIFC89B,A7FAAA,A6O32Bf,CAAKmvB,CnR62BY5tD,GmIFG,A7FAA,C6FACgiC,A7FAAA,EtCEE,CAACphC,EmR72BxB,CAAgB+e,CnR62BC,AmIFb,A7FAA,CtCEyBjf,AmIF9B,A7FAA,MtCEkB,CAAd,EmR72BH,CAA6B,MAAA,CAAKwrD,aAAlC;AjRkiBiC,AgH4UpC,AqDAA,AlJDA,A1BCA,AkJCA,AiGFA,ACCA,AFAA,A9KFA,A2Kr1BI,QAAI,CAAC,KAAK,KAAL,GAAa,CAAd,KAAoB,CyB0uBVpsD,KAAKC,IzB1uBnB,EAAoC,CyB0uBV;AjQ/NM,AF6U9B,AkHAN,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AvGHE,AwMCF,ACCA,AFAA,A9KFA,A2Kr1BM,AyB0uBJ,AgBjwBC,MhJ42BG,A7FAA,AoMr1BA,CvGq1BC0+B,A7FAAA,GtCEG,AmQ7GJ,EhI2GM,A7FAA,A6O52BT,ChJ42BUuD,A7FAAA,ItCEIhiC,A0Ov1BA,AyB0uBJD,CzB1uBK,AyCvBf,CAAK6tD,ChJ42BN,A7FAA,E6FAoB,A7FAA,A6N3GhB,CnQ6GiB,A0Ov1BA,C1Ou1BC/sD,G0Ov1BP,AyB0uBM,CzB1uBjB,CyCvBH,CAAgB8M,QhBiwBjB,CgBjwBC,ChBiwBiC,GgBjwBJ6T,EnR82BtB,EmR92BP,GnR82B+C,UAA5C,EAAwD;AE7U1B,AF8U5B7gB,AkHAR,AqDAA,ApCFI6hC,A9GCJ,A1BCA,AkJCA,AvGHIA,AwMCJ,ACCA,AFAA,A9KFA,A2Kr1BM,AyB0uBH,AgBrwBM,IhJg3BLA,A7FAAA,ItCEI7hC,EmIFE,A7FAA,C6FACoqB,A7FAAA,AoMr1BA,AyC3BF,CAAP,ChBqwBMi0B,EnQ6GO,AmIFX,A7FAA,C6FAY,A7FAA,AoMr1BV,CvGq1BF,A7FAA,CtCEcr+C,C0Ov1BC,CAAb,GyB0uBH,CAAgBb,CnQ6GM,CAACgB,CmQ7GvB,IAAuBf,CnQ6GR,CAAeC,GmQ7G9B,GnQ6GoC,CAACa,qBAAP,CAA6BH,MAA7B,EAAqCK,MAArC,CAA4C,UAAUC,GAAV,EAAe;AE1UzF,AF2UO,AkHAV,AqDAA,ApCFG,A9GCH,A1BCA,AkJCA,AvGHG,AwMCH,ACCA,AFAA,A9KFA,A2Kr1BK,AyB0uBF,AgBjwBD,OjR+hBA,AiQgOA,MjQ5NO,AiQ8NA,InQ6GQhB,MAAM,CAACiB,wBAAP,CAAgCP,MAAhC,EAAwCM,GAAxC,EAA6Cd,UAApD;AE1UP,AF2UM,AkHAT,AqDAA,AlJDA,A1BCA,AkJCA,AiGFA,ACCA,AFAA,A9KFA,AoM3GG,SnQ2G8B,CAAf,CAAV,CEzUD,GiQ8NG,EjQ9NEO,GiQ8NGu+C,GjQ9NR,GAAc,CAAlB,EAAqB,CiQ8Nd,CAAgBl/C,GAAhB,CAAP;AjQ7NC,AF2UG,AkHAP,AqDAA,ApCFE2+B,A9GCF,A1BCA,AkJCA,AvGHEA,AwMCF,ACCA,AFAA,A9KFA,A2Kr1BI,AyB0uBD,EhI2GDA,A7FAAA,K6FAK,A7FAA,C6FACgP,A7FAAA,EoMr1BE,KAAK,ExO4gBJ,CwO5gBO,IxO4gBF1nB,CiIyUd,A7FAA,AoMr1BqB,GvGq1BG,A7FAA,CoMr1BR,CAAU,GvGq1B1B,A7FAA,CpCzUS,CAAgB,AwO5gBM,CxO4gBtB,EAAmBte,EwO5gBZ,CAAd,SxO4gBO,CAAiCygB,UAAjC,CAAP;AACA,AgH2UJ,AqDAA,ApCFEsa,A9GCF,A1BCA,AkJCA,AvGHEA,AwMCF,ACCA,AFAA,A9KFA,A2Kr1BI,AyB0uBF,EhI2GAA,A7FAAA,M6FAM,A7FAA,C6FAC34B,A7FAAA,AoMr1BA,IvGq1BP,A7FAA,C6FAY,A7FAA,AoMr1BV,GAAc,KvGq1BhB,A7FAA,AoMr1BqB,KAAL,CyCxBN,EzCwBmB,CAAd,GAAmB,CAAhC;AxO6gBD,AF2UGlJ,AkHAN,AqDAA,ApCFEsuC,A9GCF,A1BCA,AkJCA,AvGHEA,AwMCF,ACCA,AFAA,A9KFA,A2Kr1BI,AyCxBF,EhJ62BAA,A7FAAA,ItCEItuC,AmIFA,A7FAA,C6FAC6hC,A7FAAA,EoMr1BE,I1Ou1BI,AmIFP,A7FAA,AoMr1BF,C1Ou1BUthC,AmIFZ,A7FAA,GoMr1Be,AyCxBR,CzCwBL,G1Ou1BE,CAAgB,AmR/2BR0sD,UnR+2BkB9tD,AmR/2B9B,GnR+2BoB,EAAe;AE1UnC,AF2UMF,AkHAR,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AvGHE,AwMCF,ACCA,AFAA,A9KFA,A2Kr1BI,AyCxBF,MhJ62BI6+B,A7FAAA,EtCEE7+B,GmIFG,A7FAA,AoMr1BA,CvGq1BCytC,A7FAAA,KoMr1BK,CAAC,CvGq1BZ,A7FAA,ItCEiB,AmIFA,A7FAA,AoMr1BN,C1Ou1BO/sC,AmIFAm+B,A7FAAA,AoMr1Bb,GAAgB,CAAvB,CvGq1ByB,A7FAA,CtCEN,AmIFOuD,A7FAAA,EtCEEliC,GAAT,EAAcY,AmIFnC,A7FAA,E6FAqC8hC,A7FAAA,ItCEI,CAAC1iC,CmIFC,A7FAA,C6FACirB,A7FAAA,CtCEH,CAApB,CAAf,CmIF+B,A7FAA,C6FAY,A7FAA,C6FAZ,A7FAA;ApCvUtC,AF0UM,AkHAP,AqDAA,ApCFC,A9GCD,A1BCA,AkJCA,AvGHC,AwMCD,ACCA,AFAA,A9KFA,A2Kr1BG,O1Oq1BG,0BmQ5GgBjrB,KAAqB;AnQ+GtC,AkHAL,AqDAA,AlJDA,A1BCA,AkJCA,AiGFA,ACCA,AFAA,A9KFA,AoM7G2C,UAAhBgzB,MAAgB,uEAAP,KAAO;AjJgH3C,AqDAA,ApCFAoX,A9GCA,A1BCA,AkJCA,AvGHAA,AwMCA,ACCA,AFAA,A9KFA,QoEAQ,A7FAA,C6FACxnC,A7FAAA,S6FAT,A7FAA,C6FAmB2yB,A7FAAA,K6FAnB,A7FAA,G6FA2B,A7FAA,Y6FAY,A7FAA;AtCGnC,AkHAJ,AqDAA,ApCFEnQ,A9GCF,A1BCA,AkJCA,AvGHEA,AwMCF,ACCA,AFAA,A9KFA,AoM9GE,EhI8GAA,A7FAAA,I6Op5BmCsmC,ChJo5B9B,A7FAA,C6FAC,A7FAA,E6N9GF,CnQgHKlrD,KmRt5B0BkrD,CnRs5BjC,AmQhHS1rD,AgBtyBwB0rD,GhBsyB/B,KAAe,MhI8Gd,A7FAA,E6FA0B,A7FAA,A6N9G/B,EAA6B,GhI8GOnqB,A7FAAA,c6FAL,A7FAA,C6FAoBgM,A7FAAA,O6FA9C,A7FAA,C6FAL,A7FAA;AtCGC,AkHAH,AqDAA,AlJDA,A1BCA,AkJCA,AiGFA,ACCA,AFAA,A9KFA,AoM9GG,YAAIva,MAAJ,EAAY;AjJiHf,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AvGHE,AwMCF,ACCA,AFAA,A9KFA,AoM9GI,MhI8GE,A7FAA,K6FAKuO,A7FAAA,M6N9GA,KAAK4d,GhI8GV,A7FAA,C6FAoB5R,A7FAAA,O6FApB,A7FAA,E6N9GK,CAAmBvtC,EhI8GQ,A7FAA,C6N9G3B,CAAP,GhI8GF,A7FAA,E6FA2C,A7FAA;AtCG3C,AkHAF,AqDAA,ApCFIolB,A9GCJ,A1BCA,AkJCA,AvGHIA,AwMCJ,ACCA,AFAA,A9KFA,AoM9GI,IhI8GAA,A7FAAA,EtCEE/jB,CAAC,EmIFE,A7FAA,A6NhHN,CnQkHOrC,AmIFA,A7FAA,K6N9GA,CnQgHM,CmIFP,A7FAA,C6FAL,A7FAA,EtCEgB,EAAlB;AACA,AkHAF,AqDAA,ApCFI,A9GCJ,A1BCA,AkJCA,AvGHI,AwMCJ,ACCA,AFAA,A9KFA,AoM9GI,MnQgHE,CAACqC,CAAC,CAAC3B,AmIFA6hC,A7FAAA,Q6N9GErhC,MhI8GP,A7FAA,A6N9Ga,ChI8GOqtC,A7FAAA,A6N9GN52B,KnQgHV,CAAN,AmQhHS,ChI8GP,A7FAA,A6N9GsB,CnQgHMtV,CAAC,CAAC3B,AmIFA,A7FAA,E6N9GHy/C,GhI8G3B,A7FAA,U6N9GsB,CAAmBn/C,GAAnB,CnQgHO,AmQhHtB,CnQgHqB,AmQhH5B,GnQgHsD,EAA1B;AAC9B,AkHAF,AqDAA,ApCFI,A9GCJ,A1BCA,AkJCA,AvGHI,AwMCJ,ACCA,AFAA,A9KFA,AoM9GI,MnQgHE,CAACqB,CAAC,CAAC3B,AmIFAqK,A7FAAA,I6FAL,A7FAA,C6FAU,A7FAA,O6FAV,A7FAA,QtCEI,CAAD,CAAwBzI,MAA7B,EAAqCD,CAAC,CAAC3B,oBAAD,CAAD,CAAwB4B,MAAxB,GAAiC,EAAjC;AACrC,AkHAF,AqDAA,ApCFG,A9GCH,A1BCA,AkJCA,AvGHG,AwMCH,ACCA,AFAA,A9KFA,A2Kt1BS,AyBwuBN,EzBxuBM,I1Ow1BH,CAACD,CAAC,CAAC3B,I0Ox1BW,GAAA,a1Ow1BZ,CAAD,CAAwB6B,EE7UhB6mB,GF6Ub,EAAoC/mB,CAAC,CAAC3B,IE7Ud,gBF6Ua,CAAD,CAAwB6B,KAAxB,GAAgC,EAAhC;AE7UZ,AF8UxB,AkHAF,AqDAA,AlJDA,A1BCA,AkJCA,AiGFA,ACCA,AFAA,A9KFA,A2Kt1BI,M1Ow1BE,CAACF,CAAC,CAAC3B,E0Ox1BE,KAAK,IAAZ,S1Ow1BI,CAAD,CAAwB8B,KAA7B,EAAoCH,CAAC,CAAC3B,WE7UhB,KAAKumB,IF6UU,CAAD,CAAwBzkB,IE9UpC,CF8UY,GAAgC,EAAhC;AE9UZ,AF+UxB,AkHAF,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AvGHE,AwMCF,ACCA,AFAA,A9KFA,A2Kt1BG,AyBuuBD,MnQiHIC,CmIFC8/B,A7FAAA,M6N/GE,EnQiHM,GAAGlgC,AmQjHJ89C,CnQiHK,CAACz/C,CmIFlB,A7FAA,C6FAoBkuC,A7FAAA,M6FApB,A7FAA,G6FA6B,A7FAA,A6N/G7B,IhI+GA,A7FAA,KtCEiB,CAAjB;AkHCF,AqDAA,ApCFE,A9GCF,A1BCA,AkJCA,AvGHE,AwMCF,ACCA,AFAA,A9KFA,AoM/GE,ShI+GO,A7FAA,I6FAP,A7FAA;ApC9UwB,AFiVxB,AkHAF,AqDAA,ApCFC,A9GCD,A1BCA,AkJCA,AvGHC,AwMCD,ACCA,AFAA,A9KFA,CoEXA,A7FAA,UtCaWlsC,WAAT,CAAqBC,MAArB,EAA6BC,KAA7B,EAAoC;AEhVpC,AFiVE,AkHAJ,AqDAA,AlJDA,A1BCA,AkJCA,AiGFA,ACCA,AFAA,A9KFA,Q/DEQC,MAAM,GAAGnB,SAAS,CAACC,MAAV,GAAmB,CAAnB,IAAwBD,SAAS,CAAC,CAAD,CAAT,KAAiBoB,QEjVjB,CFiVxB,GAAqDpB,SAAS,CAAC,CAAD,CAA9D,GAAoE,EAAjF;AEjVqC,AFkVrC,AkHAJ,AqDAA,ApCFA,A9GCA,A1BCA,AkJCA,AvGHA,AwMCA,ACCA,AFAA,A9KFA,Q/DEQqB,CmIFCotC,A7FAAA,I6FAT,A7FAA,CpChVa1nC,AiIgVCi7B,A7FAAA,M6FAd,A7FAA,CpChVyC,CiIgVnB,A7FAA,GtCEG,GAAG7gC,ImQlHP+X,EnQkHa,CAAC5X,GmQlHRhC,KAAKC,CnQkH5B,MmQlHmC;AnQkHnC,AkHCJ,AqDAA,ApCFE,A9GCF,A1BCA,A2CFE,AwMCF,ACCA,AFAA,A9KFA,AoMhHE,MhIgHI0+B,A7FAAA,EtCEE38B,EmQlHF,ChIgHK,A7FAA,G6FAG0gC,A7FAAA,GtCEG,AmQlHJziC,GnQkHO8B,AmIFA,A7FAA,C6FACw/B,A7FAAA,C6NhHf,KAAiB,QhIgHrB,A7FAA,EtCEmC,CmQlHnC,EAAkC,EnQkHM,KAAK,CAA3B,GAA+B,KAA/B,GAAuCx/B,iBADvD;AEjVD,AFmVC,AkHAJ,AqDAA,ApCFEqjB,A9GCF,A1BCA,A2CFEA,AwMCF,ACCA,AFAA,A9KFA,AqNx6BA,AjBwzBG,EhIgHDA,A7FAAA,K6FAK,A7FAA,CtCECnjB,AmIFA,A7FAA,A8Ox6BR,MlRulBO,AiIiVA,A7FAA,CpCjVCwF,AiQiOE,ChIgHMk3B,A7FAAA,EtCEE,AoR16BlB,EjBwzBeygB,CnQkHMl/C,AmIFA,A7FAA,A8Ox6BrB,ClRulBe,AiIiVOqtC,A7FAAA,CpCjVNllB,IFmVW,CAACvnB,AoR16B5B,CjJw6BO,A7FAA,A8Ox6BP,CjJw6BE,A7FAA,EtCEmB,AmQlHX,CnQkHuBc,AmQlHJgY,EjQjOrB,CAAsBwO,CiQiOpB,CnQkHW,CmQlHc,CnQkHKlmB,GmQlH9B,EjQjOF,AiQiOiClC,CjQjOtC,AFmVkB,AoR16BrB,CpR06B+C,AoR16B/C,ClRulB0C,AiQiOhC,CAAP,QnQkHsDmC,GAAV,EAAeC,QAAf,EAAyB;AElVpE,AFmVE,AkHAN,AqDAA,AlJDA,A1BCA,AmPDA,ACCA,AFAA,A9KFA,A2Kv1BS,AyBuuBN,EzBvuBM,KyBquBP,EzBruBc,C1Oy1BNC,A0Oz1BO,GyBuuBR,CnQkHK,C0Oz1BE,E1Oy1BCT,A0Oz1Ba,ExOsgBnB,GFmVW,CAACQ,CEnVnB,OFmVkB,CAAhB;AElVF,AFmVE,AkHAN,AqDAA,ApCFE,A9GCF,A1BCA,A2CFE,AwMCF,ACCA,AFAA,A9KFA,A2Kv1BI,A0CnFJ,AjB0zBGnC,IiB1zBH,I1CmFQ,AyBuuBLA,ChIgHM0+B,A7FAAA,CtCECr8B,AoR56BV,CAAA,E1CmFa,AyBuuBL,ChIgHM,A7FAA,A6NhHL6kB,ChIgHMomB,A7FAAA,A8O16Bf,CAAA,C1CmFiB,C1Oy1BC,A0Oz1Bd,EAAgB,C1Oy1BC,AmQlHlB,CnQkHmB,AmIFb,A7FAA,A6NhHQ3zB,CnQkHMvX,GmIFGqgC,A7FAAA,A8O16B1B,AjB0zBG,CnQkHwB,CAACrgC,AoR56B5B,CjB0zBwBuX,GnQkHlB,AmIF0B,A7FAA,C6FACqR,A7FAAA,A6NhH9B,EiB1zBH,CAAA,CjJ06B0B,A7FAA,O6FAkB,A7FAA,E8O16B5C,EjJ06BE,A7FAA,C8O16BF,CjJ06BkD,A7FAA,C8O16BlD;AlR0lBG,AgHmVH,AqDAA,ApCFI,A9GCJ,A1BCA,A2CFI,AwMCJ,ACCA,AFAA,A9KFA,A2Kv1BM,A0CpFN,AjB2zBGhrB,QAAAA,EiB3zBH,G1CoFa,A0CpFb,AjB2zBQ,CAACknB,GzBvuBH,C0CpFN,GjB2zBG,CAAcnnB,GAAd,EiB3zBH,CjB2zBuBA,GiB3zBvB,AjB2zBG,GiB3zBH,KAAA,YAAA,EAAA;AlRqlB0B,AFyVpB,AkHAN,AqDAA,ApCFG,A9GCH,A1BCA,A2CFG,AwMCH,ACCA,AFAA,A9KFA,A2Kv1BK,A0CrFL,AjB4zBG,MiB5zBH,IpR86BUsC,EoR96BV,CAAA,AjB4zBQ68C,KnQkHF,EAAc,MmQlHjB,CiB5zBH,AjB4zBsBvlC,CiB5zBtB,GjB4zBG,EAAyB5Z,EiB5zB5B,CjB4zBG,CiB5zBH,GAAA,AjB4zBmCC,EiB5zBnC,GjB4zBG;AjQvOuB,AF0VlBkC,AkHAR,AqDAA,ApCFC,A9GCD,A1BCA,A2CFC,AwMCD,ACCA,AFAA,A9KFA,AqN76BA,AjB6zBG,EhIgHD,A7FAA,MtCEMA,AoR/6BR,GpR+6BW,CAACE,GmQlHF,CnQkHM,CAACD,CoR/6BjB,EAAA,AjB6zBe+8C,IiB7zBf,CpR+6BW,CAAH,GAAqB98C,IAAI,AmQlHvB,CnQkHwBA,AmQlHLuX,InQkHrB,AmQlHE,EAAyB5Z,GAAzB,CAAP;AjQxOuB,AF2VnB,AkHAP,AqDAA,ApCFA,A9GCA,A1BCA,A2CFA,AwMCA,ACCA,AFAA,A9KFA,A2Kx1BI,A0CtFJ,AjB8zBG,OnQgHG,CoR96BN,C1CsFS,E0CtFT,EpRg7Ba,A0O11BT,A0CtFJ,I1CsFiB,KAAb,M0CtFJ;AlRqlB0B,AF4VlBmC,AkHAR,AqDAA,ApCFA,A9GCA,A1BCA,A2CFA,AwMCA,ACCA,AFAA,A9KFA,AqN/6BA,AjB+zBE,QnQkHMA,GAAG,CAACC,KoRj7BZ,GpRi7BW,CAAH,GAAgBC,GoRj7BxB,CpRi7BQ,AoRj7BR,GAAA,CAAA;AlRqlB0B,AF6VnB,AkHAP,AqDAA,AlJDA,A1BCA,AmPDA,ACCA,AFAA,A9KFA,A2Kz1BI,A0CvFJ,Q1CuFQ,CAAC,KAAK,KAAL,GAAa,CAAd,KAAoB,UAAxB,EAAoC;AxH41BxC,AqDAA,AlJDA,A1BCA,AmPDA,ACCA,AFAA,A9KFA,A2Kz1BM,A0CxFN,M1CwFM,C0CxFN,U1CwFiB,CAAC,KAAK,IAAN,CAAX;AxOmgBJ,AFyVI,AkHAN,AqDAA,ApCFA+nC,A9GCA,A1BCA,A2CFAA,AwMCA,ACCA,AFAA,A9KFA,A2Kz1BM,A0CzFN,KAAA,GjJk7BQ,A7FAA,C6FACxnC,A7FAAA,EoMz1BE,ExOkgBF,AFyVIT,GAAP,A0O31BA,CxOkgBJ,CiIuVF,A7FAA,C6FAmByuC,A7FAAA,AoMz1BA,CAAb,GvGy1BN,A7FAA,G6FA0B,A7FAA,U6FAUlO,A7FAAA,E6NjHT9oB,IhIiHD,A7FAA,E6FAkB,A7FAA,A6NjHX5Z,KAAK;AjQrOpC,AFyVG,AkHAL,AqDAA,ApCFE,A9GCF,A1BCA,A2CFE,AwMCF,ACCA,AFAA,A9KFA,A2Kz1BK,AyBwuBH,KnQwGmB,CmISf4gB,A7FAAA,CtCEC,EAXc,CAAjB,AmQxGE,ChIiHK,A7FAA,G6FAG,A7FAA,G6NjHD5gB,ChIiHX,A7FAA,E6NjHI,KAAe,WAAnB,EAAgC;AjQpOjC,AgHwVD,AqDAA,AlJDA,A1BCA,AmPDA,ACCA,AFAA,A9KFA,AqNn7BA,AjBk0BG,QiBl0BH,gBAAA,GAAA,OAAA,CAAA,KjBk0B0BE,MAAM,CAACY,IAAP,CAAa,KAAKs+C,CiBl0B5C,CAAA,UjBk0BuC,CAAmBxlC,IAAnB,EAAyB,IAAzB,CAAb,CAAvB,kCAAqE;AnQoHpE,AkHAJ,AqDAA,ApCFE,A9GCF,A1BCA,A2CFE,AwMCF,ACCA,AFAA,A9KFA,A2K11BI,AyBwuBI,MhIkHF+kB,A7FAAA,EtCEE,GmIFG,A7FAA,AoM11BA,GvG01BG,A7FAA,A6NlHA0gB,CnQoHC59C,C0O51BC,GvG01BG8/B,A7FAAA,AoM11BA,GyBwuBG,EnQoHE,A0O51BA,C1O41BChgC,I0O51Bd,C1O41BI,CAAgBgB,C0O51BC,CvG01B9B,A7FAA,KtCEM,GmQpHA,CzBxuBJ,C1O41BuC,C0O51BC,S1O41BpC,IAAiD,CAACP,SAAtD,EAAiE;AAC/DP,AkHAN,AqDAA,ApCFE,A9GCF,A1BCA,A2CFE,AwMCF,ACCA,AFAA,A9KFA,A2K11BM,A0C3FN,IAAA,EpRu7BMA,AmIFAmsC,A7FAAA,AoM11BA,I0C3FN,C1C2FW,A0C3FX,CjJq7BY,A7FAA,GtCEG,AmIFA,A7FAA,AoM11BA,A0C3Ff,CpRu7BgBrsC,AoRv7BhB,IjJq7BE,A7FAA,CtCEI,CAAgBgB,G0O51BG,GAAG,C1O41BtB,CAAwBZ,EoRv7B9B,C1C2FiC,C0C3FjC,EpRu7BM,EAAgCM,A0O51BhC,G0C3FN,CAAA,MpRu7BM,IoRv7BN,GAAA,EAAA;ApRw7BK,AkHAL,AqDAA,ApCFEygC,A9GCF,A1BCA,A2CFEA,AwMCF,ACCA,AFAA,A9KFA,A2K11BM,A0C5FN,AjBm0BI,EhImHFA,A7FAAA,GtCAE,C0O11BE,EvG01BE,A7FAA,C6FAC/U,A7FAAA,C8Ot7BT,CpRw7BW,AmIFT,A7FAA,C6FAU,A7FAA,C8Ot7BZ,EjBm0BSwxB,EhImHP,A7FAA,AoM11Be,CAAC,A0C5FlB,CjJs7BmB,A7FAA,IoM11BI,IAAN,A0C5FjB,C1C4FM,AyBuuBF,CAAmBvlC,EhImHQ,A7FAA,A8Ot7B/B,EjBm0BI,CiBn0BJ,CjBm0B6BylC,IiBn0B7B,IjBm0BI,EAAmC9pB,KAAnC,CiBn0BJ,EAAA;ApRy7BM9zB,AkHAN,AqDAA,ApCFI2jB,A9GCJ,A1BCA,A2CFIA,AwMCJ,ACCA,AFAA,A9KFA,A2K11BM,A0C7FN,IjJu7BIA,A7FAAA,EtCEE3jB,AoRz7BN,GjJu7BS,A7FAA,C6FAC,A7FAA,CoM11BC,C0C7FX,CAAA,EpRy7Be,CAACH,A0O51BV,GAAa,CAAb,E1O41BA,CAAiBK,AmIFd,A7FAA,C6FAL,A7FAA,G8Ov7BJ,CAAA,CpRy7BM,IAA2BpB,EoRz7BjC,EAAA,GAAA,EAAA,IpRy7B8C,CAAC,EAAD,EAAKkB,SAAS,CAACH,MAAV,CAAiBK,MAAjB,KAA4B,EAAjC,EAAqCM,UAArC,CAAxC;AACD,AkHAL,AqDAA,AlJDA,A1BCA,AmPDA,ACCA,AFAA,A9KFA,A2K11BK,A0C9FL,AjBo0BI,QiBp0BJ,OjBo0BSk9C,GiBp0BT,EAAA,IAAA,IjBo0BI,CAAmBvlC,IAAnB,EAAyBylC,QAAzB,EAAmCzxC,YAAnC,CAAiD,KAAjD,EAAwD,EAAxD;AnQuHA,AkHAJ,AqDAA,ApCFI,A9GCJ,A1BCA,A2CFI,AwMCJ,ACCA,AFAA,A9KFA,AqNz7BA,QjJy7BQ+wB,A7FAAA,A8Oz7BR,GAAA,EjJy7Ba,A7FAA,A8Oz7Bb,CjJy7BcoP,A7FAAA,O6FAN,A7FAA,I6FAiB,A7FAA,C6FACpP,A7FAAA,E8Oz7B1B,GjJy7B+B,A7FAA,C6FACwD,A7FAAA,K6FA5B,A7FAA,E6FAmC,A7FAA;A4EGvC,AqDAA,ApCFM,A9GCN,A1BCA,A2CFM,AwMCN,ACCA,AFAA,A9KFA,A2K31BI,A0C/FJ,AjBq0BI,SzBtuBK,CvG21BC8C,A7FAAA,IoM31BN,CvG21BW,A7FAA,A6NrHNka,EzBtuBS,A0C/FlB,CjJ07BkBxgB,A7FAAA,IoM31BK,CvG21BA,A7FAA,C6FACoP,A7FAAA,GoM31BN,CyBsuBd,CAAmBn0B,CzBtuBQ,CvG21Bb,A7FAA,C6FAcnF,A7FAAA,C8O17BhC,AjBq0BI,CiBr0BJ,CjJ07BkB,A7FAA,AoM31BD,AyBsuBY4qC,EhIqHvB,A7FAA,A8O17BN,C1C+FwC,A0C/FxC,C1C+FI,IyBsuBA,EAAmCC,WAAnC,GAAiD,CAAjD;AjJwHJ,AqDAA,ApCFM,A9GCN,A1BCA,A2CFM,AwMCN,ACCA,AFAA,A9KFA,A2K31BI,A0ChGJ,AjBs0BI,UhIqHMra,A7FAAA,CoM31BC,IvG21BI,A7FAA,AoM31BX,EyBsuBO,EhIqHQA,A7FAAA,G6NrHHka,EhIqHQ,A7FAA,C6FACx+C,A7FAAA,CpCzVjBmT,KiIyVF,A7FAA,E6FA2B8M,A7FAAA,EpCzVhB,AiQoON,CAAmBhH,EhIqHQ,A7FAA,C6FAC7U,A7FAAA,C6NrH5B,EAAyBs6C,ChIqHH,A7FAA,C6FAWpa,A7FAAA,K6FAX,A7FAA,C6NrHtB,CAAP;AjQpOa,AgH4VjB,AqDAA,ApCFK,A9GCL,A1BCA,A2CFK,AwMCL,ACCA,AFAA,A9KFA,A2K31BG,A0CjGH,AjBu0BI,OiBv0BJ,4ClRmmBwB,KAAKhf,UADZ;AAAA,AgH6VjB,AqDAA,AlJDA,A1BCA,AmPDA,ACCA,AFAA,A9KFA,AqN77BA,AjBw0BG,KiBx0BH,EjBi0BE,MAOO;AjJwHT,AqDAA,ApCFIrF,A9GCJ,A1BCA,A2CFIA,AwMCJ,ACCA,AFAA,A9KFA,A2K31BU,AyBsuBP,EzBtuBO,EvG21BNA,A7FAAA,EoM31BU,CAAC,EvG21BN,A7FAA,C6FAC7b,A7FAAA,E6NrHH,EhIqHH,A7FAA,AoM31BU,CvG21BC,A7FAA,CoM31Be,GvG21B1B,A7FAA,A6NrHU,KAAKo6C,aAAL,CAAmBvlC,IAAnB,EAAyB5Z,GAAzB,CAAP,KAAyC,WAA7C,EAA0D;AjQvO5C,AgH+VjB,AqDAA,ApCFG,A9GCH,A1BCA,A2CFG,AwMCH,ACCA,AFAA,A9KFA,A2K31BI,AyBsuBA,GhI4GF,A7FAA,KoMl1BM,OyBsuBCm/C,CzBtuBO,GAAG,CAAf,QyBsuBA,CAAmBvlC,IAAnB,EAAyB5Z,GAAzB,EAA8Bu1B,KAA9B;AjQvOF,AgH+VF,AqDAA,ApCFEmN,A9GCF,A1BCA,A2CFEA,AwMCF,ACCA,AFAA,A9KFA,A2K31BI,EvG21BFA,A7FAAA,M6FAM,A7FAA,C6FAC/U,A7FAAA,AoM31BA,EvG21BP,A7FAA,C6FAU,A7FAA,CoM31BR,CAAU,CAAV,GvG21BF,A7FAA,CoM31BiB,CvG21BC,A7FAA,OoM31BO,GvG21BGsX,A7FAAA,AoM31BA,KvG21BV,A7FAA,E6FAiB,A7FAA,AoM31BA,GAAG,CAApC,yBxO8fqC;AAAA,AFgWrC,AkHAJ,AqDAA,ApCFI7f,A9GCJ,A1BCA,A2CFIA,AwMCJ,ACCA,AFAA,A9KFA,AoMtHI,IhIsHAA,A7FAAA,ItCEIzjB,CmIFC,A7FAA,C6FAC,A7FAA,IpC9VG8F,AFgWC,CmQxHL03C,InQwHU,EEhWsB,GFgWrC,AmIFK,A7FAA,C6FAL,A7FAA,CtCEsB,EmQxHtB,CAAmBvlC,IAAnB,EAAyB5Z,GAAzB,EAA8B4N,YAA9B,CAA4C,KAA5C,EAAmD,EAAnD;AjQvODnG,AFgWG/F,AkHAN,AqDAA,ApCFI,A9GCJ,A1BCA,A2CFI,AwMCJ,ACCA,AFAA,A9KFA,A2K31BI,M1O61BEA,EmIFEi9B,A7FAAA,CoM31BC,CxO6fNl3B,GiI8VU,A7FAA,AoM31BA,CvG21BCsmC,A7FAAA,AoM31BA,GxO6fJ,AFgWO,A0O71BA,CxO6fNzlB,AFgWO,A0O71Bd,EAAgB,CvG21BhB,A7FAA,AoM31BiB,C1O61BJ,CmIFM2c,A7FAAA,CtCECrjC,A0O71BA,IvG21BI,A7FAA,CtCEX,CAAX,CmIFyB+8B,A7FAAA,GoM31B3B,ExO6fD,AiI8ViC,A7FAA,AoM31BA,CxO6fL,AiI8VMoP,A7FAAA,AoM31BA,GAAI,CAAC,GvG21BX,A7FAA,AoM31Bc,CvG21BA9F,A7FAAA,AoM31BL,ExO6frC,CwO7f+C,CxO6fPn0B,AwO7fvC,CvG21B2B,A7FAA,C6FAoBmxB,A7FAAA,AoM31BE,KxO6flD,AiI8V4B,A7FAA,C6FAR,A7FAA,C6FFc,A7FAA,C6FEsB,A7FAA;ApC7VxD,AFgWE,AkHAL,AqDAA,AlJDA,A1BCA,AmPDA,ACCA,AFAA,A9KFA,A2K31BM,AyBouBF,WzBpuBO,IAAL,AyBouBGka,CzBpuBO,CAAV,IAAe,OyBouBjB,CzBpuByB,AyBouBNvlC,GzBnuBd,CyBmuBL,EAAyB5Z,CzBnuBhB,CAAC,CyBmuBV,EAA8Bs/C,KzBnuBZ,GAAI,GyBmuBtB,GAA4C,CAA5C,CzBnuB8B,KAAK,EAA1B,EAA+B,UAA/B,CAAJ,GAAiD,CAAlD,GAAuD,CADzD;AxO0fW,AFoWd,AkHAH,AqDAA,ApCFI,A9GCJ,A1BCA,A2CFI,AwMCJ,ACCA,AFAA,A9KFA,A2K11BK,AyBmuBD,QhIuHI3gB,A7FAAA,K6FAK,A7FAA,C6FACmG,A7FAAA,G6NvHH,KAAKqa,EhIuHR,A7FAA,K6FAqBla,A7FAAA,K6FAK,A7FAA,C6NvHvB,CAAmBrrB,GhIuHS,A7FAA,C6NvH5B,EAAyB5Z,ChIuHP,A7FAA,E6NvHlB,CAAP,ChIuH2CilC,A7FAAA,K6FAK,A7FAA,K6FAKnjC,A7FAAA,S6FAjD,A7FAA,C6FAJ,A7FAA,E6FAiE,A7FAA,O6FAjE,A7FAA,K6FA6E,A7FAA,I6FAI,A7FAA,C6FAC68B,A7FAAA,K6FAK,A7FAA,C6FACmG,A7FAAA,U6FAP,A7FAA,K6FAsB,A7FAA,C6FACG,A7FAAA,K6FAD,A7FAA,I6FAU,A7FAA,C6FACA,A7FAAA,K6FAK,A7FAA,C6FACtkC,A7FAAA,M6FAvC,A7FAA,C6FAJ,A7FAA,E6FAoD,A7FAA;ApClWpH,AgHqWjB,AqDAA,AlJDA,A1BCA,AmPDA,ACCA,AFAA,A9KFA,AoMvHI;AjQ5Oa,AFsWf,AkHAF,AqDAA,ApCFI,A9GCJ,A1BCA,A2CFI,AwMCJ,ACCA,AFAA,A9KFA,A2K31BI,AyBquBD,MnQwHGiB,EmIFE89B,A7FAAA,CoM31BC,E1O61BE,AmIFA,A7FAA,GtCEG,AmIFA9e,A7FAAA,AoM31BV,GAAa,EvG21BE,A7FAA,C6FAC7b,A7FAAA,I6FAN,A7FAA,C6FAWkgC,A7FAAA,EoM31BrB,GvG21BU,A7FAA,C6FAV,A7FAA;ApCpWa,AFuWb,AkHAJ,AqDAA,AlJDA,A1BCA,AmPDA,ACCA,AFAA,A9KFA,A2K31BI,AyBquBF,SzBruBO,C1O61BC,CAAC,E0O71BP,C1O61BM,EAAM,A0O71BA,CAAZ,E1O61BM,EAAW,EAAX,EAAe,MAAf,EAAuB,8rBAAvB,CADI;AEtWG,AFwWb,AkHAJ,AqDAA,ApCFI,A9GCJ,A1BCA,A2CFI,AwMCJ,ACCA,AFAA,A9KFA,A2K31BI,QvG21BI,A7FAA,C6FACvF,A7FAAA,EoM31BE,CvG21BP,A7FAA,E6FAU,A7FAA,CoM31BV,K1O61BgB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,mgBAAvB,CAFN;AElWZ,AFqWE,AkHAJ,AqDAA,ApCFMkO,A9GCN,A1BCA,A2CFMA,AwMCN,ACCA,AFAA,A9KFA,A2K31BG,MvG21BGA,A7FAAA,M6FAM,A7FAA,G6FAG,A7FAA,I6FAT,A7FAA,CtCEc,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,umBAAvB,CAHN;AEhWb,AFoWG,AkHAJ,AqDAA,ApCFMlL,A9GCN,A1BCA,A2CFMA,AwMCN,ACCA,AFAA,A9KFA,MoEAMA,A7FAAA,M6FAM,A7FAA,C6FACnN,A7FAAA,CtCEC,CAAC,GAAD,AmIFR,A7FAA,EtCEc,GAAN,EAAW,AmQzHXv1B,EnQyHA,EAAe,CmQzHVC,KnQyHL,EAAuB,AmQzHX,iKnQyHZ,CAJA;AAKV,AkHAJ,AqDAA,ApCFK,A9GCL,A1BCA,A2CFK,AwMCL,ACCA,AFAA,A9KFA,A2K31BU,AyBouBR,EzBpuBQ,QyBouBJ,KzBpuBiB,CAAC,CyBouBXA,InQyHQ,CAAC,A0O71BC,AyBouBjB,EzBpuB2C,C1O61B5B,EAAM,AmQzHJ,GnQyHF,EAAW,EAAX,EAAe,EmQzHlC,EAAkC,EnQyHf,EAAuB,qjBAAvB,CALP;AAMV,AkHAJ,AqDAA,ApCFG,A9GCH,A1BCA,A2CFG,AwMCH,ACCA,AFAA,A9KFA,A2K31BI,AyBouBD,GhI2GD,A7FAA,E6Ff0C,A7FAA,C6F2BtC,A7FAA,GoM31BG,IAAL,AyBouBIs/C,CzBpuBM,IyBouBX,CAAWv/C,CnQyHM,CAAC,CmQzHlB,EnQyHiB,A0O71BhB,E1O61BsB,AmQzHLC,GnQyHD,EAAW,AmQzH5B,EnQyHiB,EAAe,MAAf,EAAuB,ydAAvB,CANN;AAOV,AkHAJ,AqDAA,ApCFE,A9GCF,A1BCA,A2CFE,AwMCF,ACCA,AFAA,A9KFA,A2K31BI,AyBouBD,IzBpuBC,GyBkuBF,MAEO,IzBpuBQ,CAAC,G1O61BG,CAAC,C0O71BC,E1O61BF,EAAM,A0O71BV,EAAY,C1O61BR,EAAW,EAAX,C0O71BJ,C1O61BmB,A0O71BhC,M1O61BiB,EAAuB,sXAAvB,CAPP;AAQV,AkHAJ,AqDAA,AlJDA,A1BCA,AmPDA,ACCA,AFAA,A9KFA,A2K31BI,AyBouBD,WzBpuBQ,CyBouBFA,GzBpuBL,G1O61Bc,AmQzHJ,CnQyHK,EmQzHF,CnQyHC,EAAM,EmQzHFs/C,CnQyHJ,EAAW,EAAX,AmQzHD,CAAWv/C,CnQyHK,EmQzHhB,CAAd,GnQyHe,EAAuB,ieAAvB,CARJ;AASV,AkHAJ,AqDAA,ApCFE,A9GCF,A1BCA,A2CFE,AwMCF,ACCA,AFAA,A9KFA,A2K31BG,AyBouBA,OhIuHI,A7FAA,I6FAIS,A7FAAA,C6FAT,A7FAA,G6NvHQ,ChIuHMiiC,A7FAAA,GtCEG,CAAC,AmQzHL6c,EhIuHb,A7FAA,CtCEiB,CmIFK,A7FAA,CtCEC,AmQzHf,CAAWv/C,EnQyHF,CmQzHT,CnQyHoB,AmQzH3B,EnQyHgB,EAAe,MAAf,EAAuB,yeAAvB,CATL;AAUV,AkHAJ,AqDAA,ApCFI,A9GCJ,A1BCA,A2CFI,AwMCJ,ACCA,AFAA,A9KFA,AoMvHG,QhIuHK,A7FAA,K6FAKS,A7FAAA,C6FAL,A7FAA,C6NvHER,EnQyHO,CAAC,EmIFE6B,A7FAAA,CtCEH,AmQzHd,EnQyHoB,GAAN,EAAW,CmIFpB,A7FAA,CtCES,EAAe,CmIFC,A7FAA,KtCEhB,EAAuB,AmIFA4gC,A7FAAA,M6FAM,A7FAA,C6FACjiC,A7FAAA,C6FAD,A7FAA,C6FAb,A7FAA,K6FAqB,A7FAA,U6FAlD,A7FAA,E6FA8D,A7FAA,q4BtCEjD,CAVH;AAWV,AkHAJ,AqDAA,ApCFM,A9GCN,A1BCA,A2CFM,AwMCN,ACCA,AFAA,A9KFA,A2Kh8BiC,AyBy0B9B,WhIuHQA,A7FAAA,C6FAL,A7FAA,I6FAU,A7FAA,CtCEC,CAAC,GAAD,EAAM,EmIFEowC,A7FAAA,CtCER,EAAW,EAAX,EAAe,GmIFhB,A7FAA,C6FAoBnmB,A7FAAA,EtCEnB,EAAuB,EmIFxB,A7FAA,E6FA4B,A7FAA,inBtCE3B,CAXH;AAYV,AkHAJ,AqDAA,ApCFQ,A9GCR,A1BCA,A2CFQ,AwMCR,ACCA,AFAA,A9KFA,AoMvHE,ehIuHa,A7FAA,S6FASomB,A7FAAA,GpCrWfh9B,SAAS,OFuWyB,CAAC,GAAD,CmIF5B,A7FAA,CtCEkC,EmIFE,A7FAA,CtCER,EAAW,EAAX,EAAe,MAAf,EAAuB,2iEAAvB,CAZ7B;AE3VI,AFwWd,AkHAJ,AqDAA,ApCFU,A9GCV,A1BCA,A2CFU,AwMCV,ACCA,AFAA,A9KFA,AoMtHC,cnQwHa,CAAC,EmIFE4uB,A7FAAA,CtCEH,EAAM,GAAN,AmIFS,A7FAA,C6FAChY,A7FAAA,CtCEC,EAAX,EAAe,CmIFN,A7FAA,C6FAN,A7FAA,C6FAelG,A7FAAA,GtCElB,EAAuB,AmIFpB,A7FAA,C6FAqBke,A7FAAA,M6FArB,A7FAA,E6FA6BhiC,A7FAAA,KpCrWtB,IiIqWP,A7FAA,CpCrWYulB,AiIqWnB,A7FAA,UpCtWQ,8xBFwWJ,CAbA;AE3VI,AFyWd,AkHAJ,AqDAA,ApCFS,A9GCT,A1BCA,A2CFS,AwMCT,ACCA,AFAA,A9KFA,SoEFQ,A7FAA,gBtCIiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,wXAAvB,CAdX;AAeV,AkHAJ,AqDAA,ApCFO,A9GCP,A1BCA,A2CFO,AwMCP,ACCA,AFAA,A9KFA,A2K91BA,OvG01BgB,A7FAA,C6FIRxlB,A7FAAA,C6FJQ,A7FAA,AoM11BP,CvG01BH,A7FAA,UoM11BN,CAAqB,I1Og2BI,A0Oh2BzB,C1Og2B0B,C0Oh2BW,E1Og2BZ,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,0XAAvB,CAfX;AE3VI,AF2Wd,AkHAJ,AqDAA,ApCFK,A9GCL,A1BCA,A2CFK,AwMCL,ACCA,AFAA,A9KFA,A2K91BE,MAAI,CAAC,GAAG,CAAR,e1Og2BwB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,4XAAvB,CAhBZ;AE1VZ,AF2WE,AkHAJ,AqDAA,ApCFG,A9GCH,A1BCA,A2CFG,AwMCH,ACCA,AFAA,A9KFA,A2K91BE,GvGwzB0C,A7FAA,C6FsCxC,A7FAA,EoM91BE,GAAG,GAAG,CAAV,U1Og2BqB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,oBE3WL,uWF2WlB,CAjBT;AE1V2B,AF4WrC,AkHAJ,AqDAA,AlJDA,A1BCA,AmPDA,ACCA,AFAA,A9KFA,c7D1WagH,IF4WK,CAAC,EE5WsB,CF4WvB,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,gMAAvB,CAlBJ;AEzVXA,AF4WC,AkHAJ,AqDAA,AlJDA,A1BCA,AmPDA,ACCA,AFAA,A9KFA,A2K/1BE,SAAO,CxOqfNA,AwOrfO,CAAC,GAAG,CAAL,ExOqfC,CAAC6gB,AF4WO,CAAC,A0Oj2BA,G1Oi2BD,EAAM,GAAN,EAAW,EAAX,EAAe,GE5W9B,CAA4B,AwOrf7B,E1Oi2BgB,A0Oj2BqB,CAAC,C1Oi2BC,E0Oj2BG,CAAC,GAAG,CAAL,ExOqfxC,CwOrfkD,CxOqfPxU,AwOrf5C,EAAsD,KxOqfrD,4KF4We,CAnBJ;AExVX,AF4WC,AkHAJ,AqDAA,ApCFE,A9GCF,A1BCA,A2CFE,AwMCF,ACCA,AFAA,A9KFA,A2K/1BI,IAAA,GvG+1BG,A7FAA,AoM/1BA,GAAI,CvG+1BA1M,A7FAAA,C6FAC,A7FAA,EoM/1BG,CvG+1BA,A7FAA,AoM/1BC,CvG+1Bd,A7FAA,AoM/1Ba,CAAJ,CvG+1BOA,A7FAAA,CtCEC,AmIFA,A7FAA,CtCEC,A0Oj2BC,EvG+1BC+lC,A7FAAA,CtCEH,EAAM,GAAN,EAAW,A0Oj2BpB,E1Oi2BS,C0Oj2BiB,C1Oi2BF,AmIFA,A7FAA,C6FACxsC,A7FAAA,EoM/1BK,CAAE,CAAC,C1Oi2BxB,CmIFjB,A7FAA,CtCEwC,A0Oj2BI,CvG+1BHyG,A7FAAA,AoM/1BF,CvG+1BG,A7FAA,E6FA1C,A7FAA,AoM/1BiD,CAAX,CvG+1BQ,A7FAA,AoM/1BZ,GAAoB,SAApD,6K1Oi2Be,CApBL;AE3VI,AFgXd,AkHAJ,AqDAA,ApCFIs7B,A9GCJ,A1BCA,A2CFIA,AwMCJ,ACCA,AFAA,A9KFA,A2K/1BI,IvG+1BAA,A7FAAA,AoM/1BA,IAAI,CAAC,CvG+1BC,A7FAA,AoM/1BF,CvG+1BG/U,A7FAAA,AoM/1BP,EvG+1BA,A7FAA,C6FAUwf,A7FAAA,AoM/1BA,E1Oi2BE,CAAC,C0Oj2BC,CAAE,C1Oi2BJ,A0Oj2BK,E1Oi2BC,C0Oj2BE,CAAL,C1Oi2BH,CmIFU,A7FAA,CtCEC,AmIFA/lC,A7FAAA,AoM/1BE,CvG+1BH,A7FAA,AoM/1BR,C1Oi2BF,AmIFZ,A7FAA,AoM/1BU,E1Oi2BiB,AmIFA,A7FAA,A6NzHX,CzBtuBe,GAAG,CvG+1BF2C,A7FAAA,CtCEpB,EAAuB,CmIFR,A7FAA,AoM/1BY,CvG+1BF80B,A7FAAA,AoM/1B3B,IvG+1BiB,A7FAA,AoM/1BkB,CvG+1BH,A7FAA,EoM/1BM,EvG+1BrB,A7FAA,CoM/1BwB,CvG+1BHsO,A7FAAA,EoM/1BH,GAAY,CAAZ,GAAgB,CAAnD,CAAV,CvG+1B4D,A7FAA,C6FAC/lC,A7FAAA,C6FAD,A7FAA,C6FAjC,A7FAA,C6FA3B,A7FAA,kKtCEY,CArBF;AE3VI,AFiXd,AkHAJ,AqDAA,ApCFG,A9GCH,A1BCA,A2CFG,AwMCH,ACCA,AFAA,A9KFA,A2K/1BG,AyBquBiB,GhI+EwB,A7FAA,C6F2CxC,A7FAA,StCES,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,irBAAvB,CAtBC;AE3VI,AFkXd,AkHAJ,AqDAA,ApCFE,A9GCF,A1BCA,A2CFE,AwMCF,ACCA,AFAA,A9KFA,Y/DEY,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,mZAAvB,CAvBE;AE3VI,AFmXd,AkHAJ,AqDAA,AlJDA,A1BCA,AmPDA,ACCA,AFAA,A9KFA,A2K/1BE,AyBouBA,SzBpuBO,CAAC,CAAC,AyBouBJm1C,GzBpuBO,CAAL,E1Oi2BQ,CAAC,AmQ7HhB,CzBpuBiB,AyBouBH,EnQ6HC,EAAM,GAAN,EAAW,A0Oj2B1B,E1Oi2Be,A0Oj2Ba,CAAC,C1Oi2BC,CmQ7H9B,CzBpuBiC,CAAC,AyBmuBhB,CAGlB,EnQ2He,A0Oj2BsB,CAAL,C1Oi2BM,E0Oj2BI,CAA1C,EAA6C,yxB1Oi2B9B,CAxBH;AE3VI,AFoXd,AkHAJ,AqDAA,AlJDA,A1BCA,AmPDA,ACCA,AFAA,A9KFA,A2K/1BI,IAAA,GAAG,GAAI,IAAI,C1Oi2BA,A0Oj2BC,C1Oi2BA,A0Oj2BD,CAAJ,E1Oi2BI,C0Oj2BM,C1Oi2BA,GAAN,EAAW,EAAX,EAAe,A0Oj2BpB,GAA0B,G1Oi2BrB,C0Oj2ByB,C1Oi2BF,A0Oj2BI,CAAC,GAAG,CAAL,GAAU,CAAX,CAAJ,GAAoB,SAApD,oP1Oi2BW,CAzBD;AEvVZ,AFiXE,AkHAJ,AqDAA,ApCFE,A9GCF,A1BCA,A2CFE,AwMCF,ACCA,AFAA,A9KFA,A2K/1BI,AyBquBFiD,IzBruBE,GvG+1BGxR,A7FAAA,CoM/1BC,CAAC,CAAD,CAAJ,CvG+1BF,A7FAA,EoM91BI,C1Og2BS,AmIFA,A7FAA,CtCEC,E0Oh2BN,C1Og2BK,A0Oh2BH,CAAC,C1Og2BQ,E0Oh2BL,C1Og2BD,CmIFU5mC,A7FAAA,CtCEC,AmIFX,A7FAA,EtCEA,AmIFa,A7FAA,EtCEE,GmQ5HrBq4C,GnQ4HM,EAAuB,CmQ5HpC,CAAe,CzBpuBN,GAA2B,CAA5B,AyBouBYC,CzBpuBhB,GAAsC,GAAG,KAAK,CAA9C,CyBouBW,CAAoB,EzBpuBqB,GAAG,AyBouBnBxD,GzBpuBsB,GAAN,GAAY,CAAZ,AyBouBrB,CAAiB,EzBpuBoB,CAApE,CADF,MyBquBiC,CAApB,CAAf,sRnQ4Ha,CA1BD;AErVb,AFgXG,AkHAJ,AqDAA,ApCFI92B,A9GCJ,A1BCA,A2CFIA,AwMCJ,ACCA,AFAA,A9KFA,A2K91BG,IvG81BCA,A7FAAA,K6FAK,A7FAA,C6FAC,A7FAA,e6FAD,A7FAA,E6FAkBhe,A7FAAA,C6FAlB,A7FAA,CtCEoB,AmIFzB,A7FAA,CtCE0B,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,kPAAvB,CA3Bf;AA4BV,AkHAJ,AqDAA,AlJDA,A1BCA,AmPDA,ACCA,AFAA,A9KFA,AoM1HE,WAAKK,OAAL,GAAgBwgB,IAAhB,CAAsB,GnQ4HK,CAAC,GAAD,EAAM,GAAN,EAAW,CmQ5HtC,CnQ4H2B,CmQ5HY8D,CnQ4HG,GmQ5H1C,CAA6C,EnQ4HlB,EAAuB,MmQ5HJtkB,OAAD,EAAa,oOnQ4H/B,CA5Bf;AA6BV,AkHAJ,AqDAA,ApCFI,A9GCJ,A1BCA,A2CFI,AwMCJ,ACCA,AFAA,A9KFA,A2K91BE,AyBouBC,EzBpuBD,GAAG,GvG81BGmmC,A7FAAA,AoM91BC,IAAI,AyBouBJ+R,CzBpuBK,CvG81BV,A7FAA,E6FAY,A7FAA,MoM91BH,CAAJ,GAAkB,I1Og2BG,AmQ5HH,CnQ4HI,EmQ5HD,CnQ4HA,EAAM,A0Oh2B5B,G1Og2BsB,A0Oh2BY,AyBouBR,CAACC,CnQ4HM,EAAX,A0Oh2BgB,CAAC,C1Og2BF,A0Oh2BC,CAAJ,AyBouBZ,CAAa,EzBpuBS,E1Og2BtB,EAAuB,K0Oh2BnD,MyBouB4Cn4C,OAAH,EAAYoiB,IAAZ,CAAkB,QAAlB,CAAb,CAA3B,CADyD,CAGzD,wMnQ0H2B,CA7BhB;AA8BV,AkHAJ,AqDAA,ApCFM+jB,A9GCN,A1BCA,A2CFMA,AwMCN,ACCA,AFAA,A9KFA,A2K91BE,AyBsuBC,EzBtuBD,IvG81BIA,A7FAAA,AoM91BA,CAAC,KvG81BK,A7FAA,G6FAG,A7FAA,CoM91BT,CAAJ,GvG81BI,A7FAA,AoM91Bc,IAAI,CAAC,CAAC,C1Og2BC,CAAC,C0Oh2BC,CAAL,C1Og2BG,A0Oh2BP,E1Og2Ba,C0Oh2BE,E1Og2BR,C0Oh2BW,C1Og2BA,EAAX,EAAe,A0Oh2BC,CAAvB,IAA6B,C1Og2BtB,EAAuB,A0Oh2BE,GAAG,GAAN,GAAY,CAAZ,GAAgB,CAA7C,CAAlB,8N1Og2ByB,CA9Bb;AA+BV,AkHAJ,AqDAA,ApCFMlL,A9GCN,A1BCA,A2CFMA,AwMCN,ACCA,AFAA,A9KFA,A2K91BC,MvG81BKA,A7FAAA,M6FAM,A7FAA,C6FAC0N,A7FAAA,M6FAP,A7FAA,MtCEmB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,sUAAvB,CA/BX;AAgCV,AkHAJ,AqDAA,ApCFK,A9GCL,A1BCA,A2CFK,AwMCL,ACCA,AFAA,A9KFA,yB/DEyB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,mUAAvB,CAhCX;AAiCV,AkHAJ,AqDAA,ApCFG,A9GCH,A1BCA,A2CFG,AwMCH,ACCA,AFAA,A9KFA,A2K91BA,AyBouBG,GhImHD,A7FAA,MoMv1BO,GyBouBF,GzBpuBP,CAAgB,GyBouBFuP,EzBpuBd,EAA6B,G1Og2BH,CAAC,GAAD,EAAM,GAAN,EAAW,AmQ5H9B,EnQ4HmB,EAAe,CmQ5HJ,KnQ4HX,EAAuB,ImQ5H1C,IAA6CA,kBAAkB,KAAK,EAAxE,EAA4E,iSnQ4HrD,CAjCZ;AAkCV,AkHAJ,AqDAA,AlJDA,A1BCA,AmPDA,ACCA,AFAA,A9KFA,A2K91BE,AyBouBE,EzBpuBF,KAAK,IAAI,KAAK,KAAK,E1Og2BE,A0Oh2BrB,C1Og2BsB,GAAD,AmQ5HhBl4C,EnQ4HsB,GAAN,EAAW,AmQ5H9B,EnQ4HmB,AmQ5HP2b,EnQ4HsB,EmQ5HlC,CAAkBu8B,GnQ4HC,EAAuB,amQ5H1C,kTnQ4HmB,CAlCT;AAmCV,AkHAJ,AqDAA,ApCFE,A9GCF,A1BCA,A2CFE,AwMCF,ACCA,AFAA,A9KFA,A2K91BE,AyBouBE,EzBpuBF,KAAK,EvG81BE,A7FAA,EoM91BG,EvG81BV,A7FAA,GoM91Be,E1Og2BC,CAAC,C0Oh2BE,CAAV,C1Og2BO,EAAM,A0Oh2BE,G1Og2BR,EAAW,EAAX,EAAe,C0Oh2B/B,K1Og2BgB,EAAuB,0PAAvB,CAnCJ;AAoCV,AkHAJ,AqDAA,ApCFC,A9GCD,A1BCA,A2CFC,AwMCD,ACCA,AFAA,A9KFA,A2K91BE,AyBouBC,ChIiEH,A7FAA,CoMryBE,KAAK,AyB4tBL,IzB5tBU,KAAK,E1Og2BC,CAAC,C0Oh2BE,E1Og2BH,A0Oh2BP,E1Og2Ba,C0Oh2BG,E1Og2BT,EAAW,EAAX,EAAe,E0Oh2B/B,I1Og2BgB,EAAuB,0PAAvB,CApCJ;AAqCV,AkHAJ,AqDAA,AlJDA,A1BCA,AmPDA,ACCA,AFAA,A9KFA,A2K91BE,AyBouBA,SzBpuBO,EyBouBFpD,GzBpuBO,GAAI,CyBouBhB,CnQ4HiB,AmQ5HH,CnQ4HI,E0Oh2BG,C1Og2BJ,EAAM,E0Oh2BG,C1Og2BT,C0Oh2BjB,C1Og2B4B,EAAX,AmQ5HjB,EnQ4HgC,MAAf,EAAuB,+PAAvB,CArCL;AAsCV,AkHAJ,AqDAA,ApCFA,A9GCA,A1BCA,A2CFA,AwMCA,ACCA,AFAA,A9KFA,A2K91BC,AyBouBC,IhI0HE,A7FAA,O6FAO95C,A7FAAA,KtCEK,CAAC,AmIFb,A7FAA,GtCEY,EAAM,AmIFA,A7FAA,GtCEN,EAAW,EAAX,EAAe,CmIF/B,A7FAA,E6FAkC,A7FAA,GtCElB,EAAuB,6PAAvB,CAtCF;AAuCV,AkHAJ,AqDAA,ApCFE2nC,A9GCF,AiBDEA,AwMCF,ACCA,AFAA,A9KFA,AoMzHC,EhIyHCA,A7FAAA,Q6FAQ,A7FAA,C6FACxnC,A7FAAA,OtCEO,CAAC,CmIFjB,A7FAA,C6FAmBH,A7FAAA,CtCEH,EAAM,GAAN,AmIFS,A7FAA,C6FAC8pC,A7FAAA,CtCEC,EAAX,EAAe,MAAf,EAAuB,AmIFvC,A7FAA,I6FA2C,A7FAA,Y6FAY,A7FAA,ypBtCEvC,CAvCJ;AAwCV,AkHAJ,AqDAA,ApCFI,A9GCJ,AiBDI,AwMCJ,ACCA,AFAA,A9KFA,A2K91BA,QvG81BQE,A7FAAA,CoM91BC,W1Og2BW,CAAC,C0Oh2BrB,CAAuB,C1Og2BH,EEnXZlkB,AFmXkB,C0Oh2B1B,E1Og2BoB,A0Oh2BqB,E1Og2BV,EAAX,EAAe,A0Oh2BnC,EAAkE,CxO6e9CtoB,GFmXA,AmIFqB,A7FAA,EtCEE,EEnXhB,CiIiXmB6B,A7FAAA,S6FA1C,A7FAA,E6FAqD,A7FAA,mUtCErC,CAxCN;AE1UZ,AFmXE,AkHAJ,AqDAA,ApCFM2qC,A9GCN,AiBDMA,AwMCN,ACCA,AFAA,A9KFA,A2K91BE,MvG81BIA,A7FAAA,AoM91BA,CAAC,GAAG,CxO6eH,AwO7eL,IxO6eShsC,CAAC,GAAG,CAAb,AFmXkB,CAAC,CEnXHA,CAAC,CFmXC,EEnXE,AFmXI,GAAN,EEnXOwlB,AFmXI,EAAX,EAAe,ImIFI,A7FAA,EpCjXjB,AFmXF,CEnXkBtlB,AiIiXIg/B,A7FAAA,CtCEC,KEnXzC,CiIiX+C,A7FAA,CpCjXHl/B,AiIiXI,A7FAA,CpCjXH,EAA7C,EAAiD,8BiIiXF,A7FAA,C6FA3C,A7FAA,oStCEc,CAzCN;AEzUX,AFmXC,AkHAJ,AqDAA,ApCFK,A9GCL,AiBDK,AwMCL,ACCA,AFAA,A9KFA,A2K91BE,MAAI,CAAC,GAAG,CAAR,CxO6eK,OAAO8nB,UAAP,KAAsB,CFmXM,CAAC,GAAD,EAAM,CEnXlC,EFmX4B,EEnXMtoB,AFmXK,EAAX,EAAe,CEnXJ,KAAK,AFmXhB,EAAuB,SEnXvD,EAA6D,w/BFmX7B,CA1CrB;AExUV,AFmXA,AkHAJ,AqDAA,AlJDA,AyNAA,ACCA,AFAA,A9KFA,A2K91BE,QAAM,OxO6eCgmB,CFmXO,CAAC,GAAD,A0Oh2BI,E1Og2BE,C0Oh2BC,ExO6enB,AFmXY,CEnXIxlB,CAAhB,AFmXuB,EEnXJkN,AFmXP,A0Oh2Ba,CAAC,C1Og2BC,GEnX3B,CAAyB4a,CwO7e3B,C1Og2Bc,EAAuB,MEnXnC,IAAuCtoB,KAAvC,8qBFmXY,CA3CF;AEvUV,AFmXA,AkHAJ,AqDAA,ApCFI,A9GCJ,AiBDI,AwMCJ,ACCA,AFAA,A9KFA,A2K91BE,MAAI,CAAC,ExO2eJ,CFqXO,A0Oh2BA,C1Og2BC,AmIFAwsC,A7FAAA,GtCED,A0Oh2BI,CxO6eJ,AwO7eK,C1Og2BC,E0Oh2BN,CxO6eI,AFmXJ,A0Oh2BS,E1Og2BE,EAAX,EAAe,CEnXJlkB,KFmXX,A0Oh2BA,E1Og2BuB,A0Oh2BA,GxO6enB,KAAsB,EwO7e1B,CvG81BkC,A7FAA,C6FAC,A7FAA,EoM91BE,CAA7C,CxO6eY,AiIiX8B,A7FAA,C6FAxC,A7FAA,GpCjX4CtoB,KAAK,KAAK,WAAhD,EAA6D,w1BFmX7D,CA5CI;AEtUV,AFmXA,AkHAJ,AqDAA,ApCFG,A9GCH,AiBDG,AwMCH,ACCA,AFAA,A9KFA,A2K91BE,GvGw1BA,A7FAA,GoMx1BI,O1Og2BO,CAAC,A0Oh2BA,GxO6eH,AFmXE,A0Oh2BI,E1Og2BE,E0Oh2BE,CxO6eLgmB,AFmXH,A0Oh2BS,CAAD,C1Og2BG,A0Oh2BP,E1Og2BJ,C0Oh2Bc,C1Og2BC,A0Oh2B1B,EyBkuBiB,EjQrPR,CAAgBxlB,CAAhB,AFmXE,EEnXiBkN,AFmXM,KEnXzB,CAAyB4a,UAAzB,CAAP,00BFmXS,CA7CC;AErUV,AFmXA,AkHAJ,AqDAA,ApCFC,A9GCD,AiBDC,AwMCD,ACCA,AFAA,A9KFA,AoM7HmB,SjQtPT,GFqXE,CAAC,EEnXH,CFmXE,EAAM,CEnXJ,EFmXF,EAAW,EAAX,EEnXSA,AFmXM,MAAf,EAAuB,EEnXrB,MAAsB,QAA1B,EAAoC,ovDFmXlC,CA9CE;AEpUV,AFmXA,AkHAJ,AqDAA,AlJDA,AyNAA,ACCA,AFAA,A9KFA,A2K/1BE,SAAO,CAAC,CAAC,GAAG,CxO8eL,AwO9eA,IxO8eMC,AwO9eI,CAAjB,EAAoB,EAAE,C1Oi2BC,A0Oj2BvB,C1Oi2BwB,CEnXtB,AwO9euB,E1Oi2BF,EEnXED,AFmXI,GAAN,EAAW,EAAX,EAAe,CEnXpC,EAAmC,GFmXd,EAAuB,gxBAAvB,CA/CX;AEnUT,AFmXD,AkHAJ,AqDAA,ApCFAroB,A9GCA,AiBDAA,AwMCA,ACCA,AFAA,A9KFA,A2K/1BI,AyBiuBF,IzBjuBE,EvG+1BE,A7FAA,C6FACC,A7FAAA,CoM/1BC,CAAC,CAAD,AyBiuBAqM,CzBjuBJ,E1Oi2BS,CAAC,A0Oj2BA,GxO8eJyZ,AFmXG,CmQhIG,CnQgIG,EmIFnB,A7FAA,A6N9HmB,CnQgIN,AmIFSmkB,A7FAAA,AoM/1BA,CyBiuBpB,CnQgIsB,AmQjIL,CzB/tBZ,AyBkuBL,CnQ8HW,A0Oh2BL,CxO6eH,CAAgB3pC,AFmXO,CEnXvB,CiIiXyB,A7FAA,AoM91BlB,CxO6eYkN,AiIiXO/K,A7FAAA,AoM91BlB,CAAD,CAAJ,C1Og2BK,EEnXR,AFmX+B,A0Oh2BlB,CxO6eY4lB,GiIiX9B,A7FAA,AoM91BsB,CAAC,CvG81BmB,A7FAA,GpCjXrC,IAAqCD,AwO7eX,GAAI,OxO6eiB,CAACC,AwO7eV,KvG81B3C,A7FAA,AoM91BgD,EvG81BmB,A7FAA,AoM91B7C,CxO6e8B,CAA/C,AwO7egD,UAA/B,CAAf,KACE,MAAM,CAAC,CAAD,CAAN,GAAY,CADd,KAEE,CAAC,GAAG,CAFN,CAAD,GAGA,CAJF,u1C1Oi2BS,CAhDC;AElUT,AFmXD,AkHAJ,AqDAA,ApCFE,A9GCF,AiBDE,AwMCF,ACCA,AFAA,A9KFA,A2K31BI,AyB+tBF,IzB/tBE,CAAC,GAAI,CAAC,G1O61BE,A0O71BC,C1O61BA,A0O71BL,G1O61BI,A0O71BM,CAAd,C1O61Bc,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,onBAAvB,CAjDE;AEjUV,AFmXA,AkHAJ,AqDAA,ApCFE,A9GCF,AiBDE,AwMCF,ACCA,AFAA,A9KFA,A2K31BI,AyB+tBF,MzB/tBI,CAAF,c1O61BiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ikBAAvB,CAlDP;AEhUX,AFmXC,AkHAJ,AqDAA,ApCFE,A9GCF,AiBDE,AwMCF,ACCA,AFAA,A9KFA,iB/DEiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ikBAAvB,CAnDH;AE/TZ,AFmXE,AkHAJ,AqDAA,ApCFEpoB,A9GCF,AiBDEA,AwMCF,ACCA,AFAA,AH91BI,AyB+tBF,EhI6HAA,A7FAAA,MoM51BM,CAAC,CAAC,AyB+tBJ,EhI6HM,A7FAA,CoM51BC,CvG41BC,A7FAA,AoM51BN,CyB+tBGy+C,CnQ+HK,CAAC,C0O91BC,CvGw1BiD,A7FAA,CtCMnD,EAAM,AmQ/HhB,CAAc,EnQ+HJ,EAAW,A0O91BvB,E1O81BY,A0O91Ba,E1O81BE,CmQ/HzB,KnQ+HU,AmQ/HkB,CAACpwB,CnQ+HI,iBmQ/HKI,QAAT,EAA7B,IAAqD,CAACJ,kBAASK,OAAT,EAAtD,IAA6EG,QAAQ,CAACC,QAAT,CAAkBzvB,OAAlB,CAA2B,MAA3B,IAAqC,CAAtH,EAAyH,+HnQ+H3G,CApDF;AE7Tb,AFkXG,AkHAJ,AqDAA,ApCFE+hB,A9GCF,AiBDEA,AwMCF,ACCA,AFAA,AH91BM,AyB+tBH,EhI6HDA,A7FAAA,G6FAG,A7FAA,CoM51BC,CvG41BC,A7FAA,GoM51BG,CAAC,CAAD,C1O81BG,A0O91BP,AyB+tBE+6B,CnQ+HM,EmIFE/6B,A7FAAA,AoM51BA,C1O81BH,EAAM,AmIFZ,A7FAA,CoM51Ba,AyB+tBjB,CzB/tBkB,AyB+tBJ,CnQ+HJ,AmIFS,A7FAA,EtCEE,EAAX,EAAe,E0O91BR,CAAd,G1O81BO,EAAuB,ImQ/HjC,EADwH,CAGxH,+yBnQ6HU,CArDC;AAsDV,AkHAJ,AqDAA,ApCFI,A9GCJ,AiBDI,AwMCJ,ACCA,AFAA,AH91BM,MAAA,CAAC,GAAG,CvG41BC,A7FAA,AoM51BL,K1O81BU,AmIFA+f,A7FAAA,CtCEC,GAAD,EAAM,GAAN,EAAW,EAAX,CmIFL,A7FAA,CtCEoB,AmIFAmD,A7FAAA,MtCEf,EAAuB,KmIFnC,A7FAA,svFtCEY,CAtDF;AAuDV,AkHAJ,AqDAA,ApCFG,A9GCH,AiBDG,AwMCH,ACCA,AFAA,AH91BK,AyB4tBsH,iBnQkI1G,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,84CAAvB,CAvDH;AAwDV,AkHAJ,AqDAA,ApCVmE,A9GSnE,AiBTmE,AwMSnE,ACCA,AFAA,AsB/HQ,ChIqHR,A7FAA,YtCUa,CAAC,AmQ/HAmb,GnQ+HD,EAAM,GAAN,AmQ/HS,EnQ+HE,EAAX,EAAe,MAAf,EAAuB,OmQ/H5B,g2BnQ+HK,CAxDC;AAyDV,AkHAJ,AqDAA,ApCFA3/C,A9GCA,AiBDAA,AwMCA,ACCA,AFAA,AH/1BI,MvG61BE,A7FAA,C6FACC,A7FAAA,CoM71BC,CAAC,IAAI,Q1O+1BQ,AmIFrB,A7FAA,CtCEsB,AmIFAiqC,A7FAAA,GtCED,A0O/1BjB,E1O+1BuB,A0O/1BA,G1O+1BN,AmIFS,A7FAA,C6FACxnC,A7FAAA,CtCEC,EAAX,EAAe,ImIFpC,A7FAA,EtCEqB,AmIFqB,A7FAA,EtCEE,cmIF5C,A7FAA,E6FA4D,A7FAA,ssBtCEvC,CAzDP;AA0DV,AkHAJ,AqDAA,ApCFE,A9GCF,AiBDE,AwMCF,ACCA,AFAA,AH/1BM,AyB0tBqH,MzB1tBrH,CAAC,GAAG,CAAJ,e1O+1BoB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,8zBAAvB,CA1DZ;AA2DV,AkHAJ,AqDAA,ApCFE,A9GCF,AiBDE,AwMCF,ACCA,AFAA,AH/1BK,AyB+tBI,gBAAMk9C,KAAK,MnQgIO,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,CmQhIjC,KnQgIkB,EAAuB,0yBAAvB,CA3Db;AA4DV,AkHAJ,AqDAA,ApCFE,A9GCF,AiBDE,AwMCF,ACCA,AFAA,AH/1BG,W1O+1BQ,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,qUAAvB,CA5DG;AA6DV,AkHAJ,AqDAA,ApCFE1/C,A9GCF,AiBDEA,AwMCF,ACCA,AFAA,AsBjIK,EhI+HHA,A7FAAA,U6FAU,A7FAA,E6FAE,A7FAA,EtCEE,AmQjIP,CnQiIQ,EmIN2C,A7FAA,CtCM5C,EAAM,CmQjIN0/C,EnQiIA,EAAW,CmQjIlB,CnQiIO,EAAe,EmQjIL,InQiIV,EAAuB,EmQjIlC,EAA+B,mbnQiIpB,CA7DF;AA8DV,AkHAJ,AqDAA,ApCFEt+B,A9GCF,AiBDEA,AwMCF,ACCA,AFAA,AHh2BE,AyB+tBI,EhI+HJA,A7FAAA,G6FAG,A7FAA,E6FAE,A7FAA,AoM91BA,CAAC,GAAG,I1Og2BI,CAAC,AmIFAA,A7FAAA,GtCED,AmIFR,A7FAA,CoM91BL,C1Og2BmB,CmIFC,A7FAA,AoM91BA,CAAC,C1Og2BR,A0Oh2BS,E1Og2BE,C0Oh2BC,C1Og2BZ,A0Oh2BO,E1Og2BQ,E0Oh2BE,CAA9B,EAAiC,C1Og2BpB,C0Oh2BsB,C1Og2BC,A0Oh2BpC,EAAsC,ye1Og2BzB,CA9DD;AA+DV,AkHAJ,AqDAA,ApCFI,A9GCJ,AiBDI,AwMCJ,ACCA,AFAA,AHh2BI,AyB+tBE,IzB/tBF,IAAI,CAAC,CAAD,CvG81BG,A7FAA,AoM91BP,C1Og2BQ,CAAC,AmQ1I8G,CzBttB7G,AyBguBT,EnQgIO,AmIFI+f,A7FAAA,EtCEE,GAAN,C0Oh2BU,C1Og2BC,EAAX,A0O/1BL,CAAC,C1O+1BmB,GmIFhB,A7FAA,AoM71BC,CAAC,CAAD,C1O+1BA,A0O/1BJ,CvG61B0B,A7FAA,CtCEC,C0O/1BjB,GvG61BqBA,A7FAAA,CoM71BjB,CAAC,QAAQ,GAAI,CvG61BD,A7FAA,C6FAoBmI,A7FAAA,M6FAlD,A7FAA,AoM71BuC,KAAK,EAA1B,EAA+B,UAA/B,CAAf,IAA6D,CAA9D,GAAmE,CADrE,iS1Og2BQ,CA/DE;AAgEV,AkHAJ,AqDAA,ApCFG,A9GCH,AiBDG,AwMCH,ACCA,AFAA,AH/1BI,IAAA,CAAC,GAAI,CAAC,GAAG,CAAL,GAAU,CAAd,I1O+1BiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,iqBAAvB,CAhEP;AAiEV,AkHAJ,AqDAA,ApCV4D,A9GS5D,AiBT4D,AwMS5D,ACCA,AFAA,C1GVA,A7FAA,sBtCUuB,CAAC,GAAD,CErXb/7B,CFqXmB,GAAN,EAAW,CErXjBgY,CFqXM,EAAe,GErXf,GFqXA,EAAuB,orBAAvB,CAjET;AEpTS,AFsXnB,AkHAJ,AqDAA,ApCFAzlB,A9GCA,AiBDAA,AwMCA,ACCA,AFAA,AHh2BI,AyB8tBC,MhIgIC,A7FAA,C6FACC,A7FAAA,CoM91BC,CAAC,CAAC,E1Og2BE,CAAC,A0Oh2BA,CAAL,E1Og2BI,AmQlIDm9C,EnQkIO,A0Oh2BA,G1Og2BN,AmIFZ,A7FAA,C6FAsBlT,A7FAAA,CtCEC,EAAX,AmQlIQ,EnQkIO,A0Oh2BvB,EAAyB,CvG81BC,A7FAA,C6FACxnC,A7FAAA,EtCEnB,EAAuB,GmQlIT,EhIgI1B,A7FAA,E6FA0C,A7FAA,E6NhIZ,CAACi8C,OAAL,CAAc,MhIgIxC,A7FAA,E6FA6D,A7FAA,I6NhInC,EAA4B3gC,IAAlC,cAA0C,MAAI,CAAC2gC,OAAL,CAAc,YAAd,EAA4BgB,QAA5B,CAA1C,CAAf,idnQkIO,CAlEE;AAmEV,AkHAJ,AqDAA,ApCFE,A9GCF,AiBDE,AwMCF,ACCA,AFAA,AHh2BM,MAAA,IAAI,CAAC,CAAD,CAAJ,GAAU,IAAI,C1Og2BC,A0Oh2BA,C1Og2BC,GAAD,EAAM,GAAN,A0Oh2BD,CAAd,C1Og2B0B,EAAX,EAAe,MAAf,EAAuB,uNAAvB,CAnEP;AEpTS,AFwXnB,AkHAJ,AqDAA,ApCFE,A9GCF,AiBDE,AwMCF,ACCA,AFAA,AHh2BM,AyB8tBD,MzB9tBC,CAAC,GAAG,CAAJ,KyB8tBG90B,InQkIW,CAAC,GAAD,EAAM,GAAN,EAAW,EEvXpBtqB,AFuXS,CExXG,CFwXY,CmQlIfs/C,KnQkIA,EAAuB,AmQlIlC,CAAoBD,KAApB,CAAJ,EAAgC,qOnQkIjB,CApEN;AEpTS,AFyXnB,AkHAJ,AqDAA,ApCFE,A9GCF,AiBDE,AwMCF,ACCA,AFAA,AHh2BK,AyB+tBCtzC,cAAAA,MnQiIc,CAAC,CmQjIP,CAACzH,CnQiIK,EAAM,CmQjIpB,CAAeoqB,CnQiID,EAAW,EAAX,EAAe,EEvXrB3G,IFuXM,EAAuB,EEzXpB,AiQwPM6G,KAAR,WAAkBiuB,SAAlB,cAA+BwC,KAA/B,GAAwCx0C,IAAxC,CAA8C,YAAM,6KnQiIrD,CArEN;AEhTV,AFsXA,AkHAJ,AqDAA,ApCFElL,A9GCF,AiBDEA,AwMCF,ACCA,AFAA,AHh2BG,AyB+tBI,EhI+HLA,A7FAAA,U6FAU,A7FAA,EpCpXFqoB,AiIoXI,A7FAA,E6N/HP,GjQrPQ,AiIgX8C,A7FAA,GpChX3C,AiQqPP,CnQiIY,AmQjIX8zB,CnQiIY,EEtXF7zB,CFsXC,EAAM,CEtXX,AiQqPX,CAAc,CnQiIE,CEtXMC,CFsXK,EAAX,EAAe,EEtXpB,EAAd,EFsXmB,AmQjIhB,EnQiIuC,AmQjIV,+OnQiIb,CAtET;AE/SV,AFsXA,AkHAJ,AqDAA,ApCFEnH,A9GCF,AiBDEA,AwMCF,ACCA,AFAA,AsBjIQhU,EhI+HNgU,A7FAAA,G6FAG,A7FAA,E6FAE,A7FAA,OpCpXGyE,EiIoXMzE,A7FAAA,E6N/HRhU,ChI+HD,A7FAA,G6FAe,A7FAA,A6N/HV,EjQrPQ,AiQqPNsyC,GjQrPS,EiQoPa,CnQkIN,CAAC,EEtXJ,CAAC75B,AFsXE,EAAM,GAAN,EAAW,EAAX,CEtX1B,CFsXyC,MAAf,EAAuB,+OAAvB,CAvEhB;AE9SV,AFsXA,AkHAJ,AqDAA,ApCFI,A9GCJ,AiBDI,AwMCJ,ACCA,AFAA,AHj2BE,AyBguBMrM,EzBhuBN,IAAI,CAAC,CAAD,CAAJ,E1Oi2BS,AmIFA,A7FAA,CtCEC,A0Oj2BA,ExO2eJgP,CFsXG,CmIFK2Y,A7FAAA,CtCEC,CmQjIT3nB,CjQrPK,CFsXF,EAAW,A0Oj2BpB,AyBguBU,EnQiID,AmQjIG,EnQiIY,EEtXtB,EiIoXO,A7FAA,C6FAoB2zB,A7FAAA,A6NjIK,CnQmIzB,EAAuB,ImIF9B,A7FAA,6StCEO,CAxEG;AE7SV,AFsXA,AkHAJ,AqDAA,ApCFG,A9GCH,AiBDG,AwMCH,ACCA,AFAA,AHj2BC,AyBguBOsS,GhIwHqD,A7FAA,StCSjD,CAAC,CEtXL3qC,EFsXI,EAAM,AmQjIV2qC,GnQiII,EAAW,EAAX,CEtXQ,AiQqPJ,CnQiIW,CmQjInBA,KnQiII,EEtXR,AFsX+B,+fAAvB,CAzEE;AA0EV,AkHAJ,AqDAA,ApCFE3uB,A9GCF,AiBDEA,AwMCF,ACCA,AFAA,AsBrIoC,EhImIlCA,A7FAAA,G6FAG,A7FAA,E6FAE,A7FAA,KtCEK,CAAC,GAAD,AmIFIA,A7FAAA,C6NnIT,CnQqIW,CmIFX,A7FAA,C6FAayN,A7FAAA,CtCER,EAAW,EAAX,AmIFL,A7FAA,EtCEoB,AmIFA,A7FAA,MtCEf,EAAuB,+YAAvB,CA1EE;AE5SV,AFuXA,AkHAJ,AqDAA,ApCFI,A9GCJ,AiBDI,AwMCJ,ACCA,AFAA,AFlhCA,AwBi5BO,IxBj5BH9U,IxGghCI,A7FAA,EqMhhCA,GxGghCK0X,A7FAAA,AqMhhCiB,CzO2pBtB,CiQgPa,CAAf,CxB34BN,C3OkhCkB,CAAC,EEvXJ,CFuXG,EAAM,GEvXL,AFuXD,AmIFd,A7FAA,CpCrXgBtb,CFuXS,AmIFA,A7FAA,EtCEX,EAAe,KEvXlB,CAAgBxlB,AFuXb,CEvXH,CFuX0B,CEvXPkN,KAAnB,CAAyB6a,QAAzB,CAAP,KAA8C,WAAlD,EAA+D,ukBFuXjD,CA3EJ;AE3STtT,AFuXD,AkHAJ,AqDAA,ApCFM,A9GCN,AiBDM,AwMCN,ACCA,AFAA,AFlhCA,AwBi5BM,MxBj5BAyjC,KxGghCKpX,A7FAAA,CpCrXNrsB,CyO3pBM,AwBw4BN,GxBx4BS,GAAd,AwBi5BY,CnQiIQ,CAAC,GEvXJ,AFuXG,CmIFd,A7FAA,CtCEoB,AmIFAq4B,A7FAAA,CpCrXN,EFuXA,EAAW,EEvXP,AFuXJ,AmIFd,A7FAA,CpCrXmBtnB,CFuXU,CmIFC0Y,A7FAAA,KtCEhB,AmIFd,A7FAA,EtCEqC,CEvXvB,CAAgBl+B,CAAhB,EAAmBkN,KAAnB,CAAyB6a,QAAzB,CAAf,0wBFuXe,CA5EN;AEzSTI,AFsXD,AkHAJ,AqDAA,ApCFK,A9GCL,AiBDK,AwMCL,ACCA,AFAA,AFlhCA,AwBi5BMpc,IxBj5BFG,OAAK,CzO4pBJic,CFsXQ,CAAC,A2OlhCF+vB,AwBi5BNnsC,GjQrPI,AFsXG,EAAM,CEtXNqc,CyO5pBb,C3OkhCa,AmQjIC,CAAC9jB,CnQiIS,EAAX,CmQjIP,CnQiIsB,AmQjIPoqB,GjQrPG,CAAE,EFsXb,EAAuB,QEtXJ,CiQqPHnE,IAAR,WAAiBsyB,SAAjB,cAA8BwC,KAA9B,GAAuCx0C,IAAvC,CAA6C,YAAM,mZnQiI3D,CA7EC;AExSR,AFsXF,AkHAJ,AqDAA,ApCFG,A9GCH,AiBDG,AwMCH,ACCA,AFAA,AsBjIO,enQiIQ,CAAC,AmQjIT,EjQrPKwd,CFsXG,EAAM,CEtXL,AiQqPL,CAACyzB,CnQiIG,CEtXI/tC,CFsXO,EAAX,CEtXQ,CAACua,AFsXM,AmQjIvB,CAAc,EjQrPF,CAAU,CAAV,CFsXJ,CEtXiB,CAAC,AFsXK,IEtXDL,EiQqP9B,EjQrP0B,AiQqPG,GjQrPSC,OAAZ,KAAyBF,KAA1B,IAAmC9C,IAAhD,CAAb,2xCFsXS,CA9ED;AEtSRM,AFqXF,AkHAJ,AqDAA,ApCf6D,A9Gc7D,AiBd6D,AwMc7D,ACCA,AFAA,AsBjIQzY,ChIkHR,A7FAA,G6FaI,A7FAA,UpCnXEyY,AFqXQ,CAAC,GAAD,AmQjINzY,EnQiIY,EmQjIR,CnQiIE,CErXE,AiQoPFsyC,CjQpPGr/C,AFqXQ,CErXT,CAAV,AFqXQ,CErXMkN,CFqXS,AmQlIO,IjQnP9B,CAAoB6a,CFqXZ,EAAuB,KErX/B,IAAiCtT,YAAY,GAAG4T,IAAI,IAAInb,KAAK,CAAC6a,QAAD,CAAL,GAAkBtT,YAAtB,CAApD,6XFqXQ,CA/EA;AAgFV,AkHAJ,AqDAA,AlJDA,AyNAA,ACCA,AFAA,AsBjIQ0E,kBnQiIU,AmQjIVA,CnQiIW,GAAD,AmQjIN,EnQiIY,AmQjIV,GnQiII,EAAW,CmQnIO,CnQmIlB,EAAe,MAAf,EAAuB,icAAvB,CAhFJ;AEpSR,AFqXF,AkHAJ,AqDAA,ApCFAwwB,A9GCA,AiBDAA,AwMCA,ACCA,AFAA,AsBjIQyV,QhI+HA,A7FAA,C6FAC9O,A7FAAA,QtCEQ,CErXPjoB,AFqXQ,AmIFlB,A7FAA,A6N/HQ+2B,GnQiIS,AmIFI5Q,A7FAAA,CpCnXP,CFqXS,GErXL,AFqXD,AmQjID,CjQpPV,CFqXsB,AmQjIpB4Q,CjQpPa,AiImXrB,A7FAA,CtCEiB,EAAe,MAAf,EAAuB,m6CAAvB,CAjFH;AEnSP72B,AFqXH,AkHAJ,AqDAA,ApCFA9oB,A9GCA,AiBDAA,AwMCA,ACCA,AFAA,AsBrIoC,MhImI9B,A7FAA,C6FACC,A7FAAA,SpCnXA6oB,CiQgPA,InQqIc,AmIFrB,A7FAA,CtCEsB,AmIFAohB,A7FAAA,GtCED,EAAM,EErXP,CAAExhB,AFqXD,AmIFS,A7FAA,C6FAChmB,A7FAAA,CtCEC,EAAX,CErXD,CAAb,AFqX6B,ImIFpC,A7FAA,EtCEqB,AmIFqB,A7FAA,EtCEE,cmIF5C,A7FAA,E6FA4D,A7FAA,4qBtCEvC,CAlFP;AElSP,AFqXH,AkHAJ,AqDAA,ApCFE,A9GCF,AiBDE,AwMCF,ACCA,AFAA,AsBjIO,enQiIQ,AmQvIM,CnQuIL,AmQvIV,GnQuIS,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,6eAAvB,CAnFD;AEjSR,AFqXF,AkHAJ,AqDAA,ApCFE,A9GCF,AiBDE,AwMCF,ACCA,AFAA,AsBjIM,ajQ5PkB,EAQhB,EARgB,CAAnB,GF6XgB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,2uBAAvB,CApFP;AEhST,AFqXD,AkHAJ,AqDAA,ApCFE,A9GCF,AiBDE,AwMCF,ACCA,AFAA,Y3OrXK,CFqXQ,CAAC,GAAD,CErXJ,CAACqjB,AFqXS,GAAN,EAAW,EAAX,EAAe,CErXvB,CAAgBxlB,CAAhB,EAAmBkN,CFqXX,EAAuB,EErX/B,CAAyB6a,QAAzB,IAAqCtT,YAArC,oxBFqXQ,CArFC;AE9RT,AFoXD,AkHAJ,AqDAA,ApCFE9U,A9GCF,AiBDEA,AwMCF,ACCA,AFAA,AsBjIK,EhI+HHA,A7FAAA,SpChYE,CFkYQ,AmIFA,A7FAA,A6N/HP,CnQiIQ,CmIFC,A7FAA,EtCEF,CEpXD,CFoXO,AmQjIT,ChI2HmD,A7FAA,A6N3HlDm8C,EjQnPK,AFoXH,EAAW,EAAX,CmQjIP,CnQiIsB,AmQjIR,CjQnPI,KFoXX,CEpXe,CAACt2B,AFoXO,KmQjI9B,KjQnPkB,CAAgBxlB,CAAhB,CAAD,CAAqB+nB,QAArB,CAAP,KAA0C,WAA9C,EAA2D,okBFoX1D,CAtFE;AE7RTtT,AFoXD,AkHAJ,AqDAA,ApCFEsM,A9GCF,AiBDEA,AwMCF,ACCA,AFAA,AsBlK2H,EhIgKzHA,A7FAAA,G6FAG,A7FAA,E6FAE,A7FAA,KpClXFtM,AFoXO,CAAC,GAAD,AmIFIsM,A7FAAA,EtCEE,CmIFX,A7FAA,EtCEK,CmIFU,A7FAA,CtCEC,CEpXN,CFoXL,EEpXS,AFoXM,MEpXF,AFoXb,CEpXcyE,CFoXS,SEpXd,CAAgBxlB,CAAhB,CAAD,CAAqB+nB,QAArB,CAAf,2SFoXO,CAvFE;AE3RTI,AFmXD,AkHAJ,AqDAA,ApCFI,A9GCJ,AiBDI,AwMCJ,ACCA,AFAA,AFlhCA,MAAa,KxGghCF,A7FAA,CpCjXNA,AFmXO,CAAC,GAAD,AmIFI2Y,A7FAAA,AqMhhCO,CzO+pBb,CFmXQ,C2OlhCgB,CzO+pBrB1Y,CFmXD,EAAW,EAAX,EAAe,GmIFhB,A7FAA,CpCjXa,AiIiXOloB,A7FAAA,CpCjXN,CFmXb,EAAuB,EmIF/B,A7FAA,OpCjX2B,0MFmXnB,CAxFE;AE1RR,AFmXF,AkHAJ,AqDAA,ApCFG,A9GCH,AiBDG,AwMCH,ACCA,AFAA,AFlhCE,AwBm3BE,ExBn3BF,IAAI,GAAA,G3OkhCM,CAAC,GAAD,EEnXAmoB,AFmXM,GAAN,CEnXI,CFmXO,EEnXJta,AFmXP,EAAe,EEnXJ,CAACua,GAAL,AFmXP,CEnXiB,CAAV,AFmXgB,EEnXH,CAAC,IAAIL,IAAJ,GAAYC,OAAZ,KAAyBF,KAA1B,IAAmC9C,IAAhD,CAAb,oyBFmXM,CAzFE;AExRPM,AFkXH,AkHAJ,AqDAA,ApCV4D,A9GS5D,AiBT4D,AwMS5D,ADCA,AFlhCI,AwBm3BA,ChIqJJ,A7FAA,G6FQI,A7FAA,IqMhhCItZ,I3OkhCI,CAAC,CElXNsZ,CyOhqBM,C3OkhCD,EAAM,C2OlhCD0yB,E3OkhCL,EAAW,CElXN,CAACl4C,AFkXN,CElXK,AyOhqBb,CzOgqBE,AFkXqB,CElXL+nB,AyOhqBE,K3OkhCZ,EAAuB,CElX7B,IAA6BtT,KiQmNXhV,MAAM,CjQnNiB,AiQmNhByW,GjQnNmBmS,GiQmN1B,CjQnN8B,AiQmNf,IjQnNmBnb,EiQmNf,CAACqyC,EjQnNmB,CAACx3B,GiQmNzB,CAAaq3B,IjQnNW,CAAL,GAAkB3qC,AiQmNrC,CAAf,CAApB,UjQnNkD,CAAhD,2BiQmN0D,mhBnQ+JpD,CA1FE;AA2FV,AkHAJ,AqDAA,ApCFA,A9GCA,AiBDA,AwMCA,ADCA,AFlhCM2U,AwBk3B0D,MxBl3B1DA,M3OkhCM,A2OlhCF,C3OkhCG,E2OlhCA,C3OkhCD,EAAM,C2OlhCD,E3OkhCL,EAAW,EAAX,EAAe,E2OlhCd,CACL,G3OihCI,C2OjhCA,C3OihCuB,Q2OjhC3B,CAAc,OAAO,CAAC,QAAD,CAAP,CAAkB,WAAlB,CAA8B,IAAI8uB,OAAlC,CAAd,EAAwD,MADnD,CAAP9uB,yrB3OkhCM,CA3FE;AEtRR,AFkXF,AkHAJ,AqDAA,ApCFA,A9GCA,AiBDA,AwMCA,ADCA,AFhhCMld,MAAAA,M3OghCM,CAAC,A2OhhCF,G3OghCC,A2OhhCE,CAARA,CzO8pBImc,AFkXQ,GAAN,CElXE,CFkXS,EAAX,CElXM,CAAZ,AFkXqB,EElXN,IFkXT,EAAuB,wbAAvB,CA5FE;AErRPE,AFkXH,AkHAJ,AqDAA,ApCFA,A9GCA,AiBDA,AwMCA,ADCA,AFhhCK,AwB82B2D,gBjQhNzDA,CFkXU,CAAC,GAAD,EAAM,GAAN,EAAW,CElXR,CAAEJ,AFkXL,EAAe,GElXZ,CAAb,CiQkND,CnQgKW,EAAuB,s2BAAvB,CA7FH;AEpRP,AFkXH,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBxIK,oBnQwIe,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,0YAAvB,CA9FN;AEnRR,AFkXF,AkHAJ,AqDAA,ApCFA,A9GCA,AiBDA,AwMCA,ADCA,AFjhCI,AwBu2BuH,ShIwKlHqmB,A7FAAA,EqM/gCEplB,EzOupBa,EAQhB,EARgB,AF0XP,AmIFjB,A7FAA,AqM/gCgB,CzOupBX,AF0Xa,AmIFAziB,A7FAAA,AqM/gCDuF,CxG+gCjB,A7FAA,EtCEiB,AmIFIgyB,A7FAAA,EtCEE,E2OjhCD,C3OihCL,AmIFjB,A7FAA,CqM/gCgB,C3OihCY,AmIFA,A7FAA,AqM/gCjB9U,E3OihCM,C2OjhCW,C3OihCI,A2OjhC5B,M3OihCa,EAAuB,ucAAvB,CA/FH;AElRR,AFkXF,AkHAJ,AqDAA,ApCFE,A9GCF,AiBDE,AwMCF,ADCA,AFjhCG,YzO+pBG,MAAI,CAAC5D,AFkXQ,CAAC,GAAD,EAAM,GAAN,CElXb,CAAgBxlB,AFkXQ,CElXxB,CAAD,AFkXc,CElXO+nB,CFkXQ,MAAf,CElXd,CFkXqC,GElXJtT,YAAjC,6gBFkXc,CAhGL;AEjRT,AFkXD,AkHAJ,AqDAA,ApCFE,A9GCF,AiBDE,AwMCF,ADCA,AsBxKG,MhIsKGypB,A7FAAA,K6FAK,A7FAA,C6FACh+B,A7FAAA,ItCEI,CAAC,CmIFX,A7FAA,EtCEU,EAAM,CmIFC,A7FAA,C6FArB,A7FAA,CtCEc,CmIFU,A7FAA,CtCEC,EAAX,EAAe,EmIFE,A7FAA,ItCEjB,AmIFU,A7FAA,EtCEa,GmQxKbT,MAAM,CAACY,IAAP,CAAa,KAAKk/C,MAAL,EAAb,CAAvB,qCAAqD,YnQwKxC,CAjGF;AEpTS,AFsZnB,AkHAJ,AqDAA,ApCFE,A9GCF,AiBDE,AwMCF,ADCA,AF5hCkC,AwBm3BsB,CxBn3BxD,KxG0hCMtgB,A7FAAA,G6FAJ,A7FAA,StCEgB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,2KAAvB,CAlGJ;AAmGV,AkHAJ,AqDAA,ApCFE,A9GCF,AiBDE,AwMCF,ADCA,ADxiCA,AuB45BI,MhI0IEf,A7FAAA,K6FAK,A7FAA,C6FACmG,A7FAAA,OtCEO,CAAC,EmIFlB,A7FAA,CtCEiB,CmIFKpF,A7FAAA,CtCEC,EmIFE,A7FAA,CtCER,EAAW,AmIFAf,A7FAAA,EtCEX,EAAe,CmIFC,A7FAA,C6FAC+K,A7FAAA,ItCEjB,EAAuB,AmIFZ,A7FAA,C6FAa1K,A7FAAA,K6FAb,A7FAA,E6FAN,A7FAA,C6FAtB,A7FAA,K6FAsD,A7FAA,I6FAI,A7FAA,C6FAC53B,A7FAAA,C6FAD,A7FAA,I6FAMA,A7FAAA,C6FAC,A7FAA,I6FAIu3B,A7FAAA,K6FAK,A7FAA,C6FACh+B,A7FAAA,M6FArB,A7FAA,E6FA6B,A7FAA,62DtCElE,CAnGL;AElTX,AFsZC,AkHAJ,AqDAA,ApCFI,A9GCJ,AiBDI,AwMCJ,ADCA,a3OtZQ,IAAM6nB,GFsZM,CAAC,GAAD,CEtZjB,CFsZuB,GEtZA7a,AFsZN,EAAW,EAAX,CEtZjB,CFsZgC,CEtZF,KFsZb,EAAuB,iwBAAvB,CApGN;AElTmB,AFuZ7B,AkHAJ,AqDAA,ApCFI,A9GCJ,AiBDI,AwMCJ,ADCA,AsBhL2H,QhI8KnHgxB,A7FAAA,K6FAK,A7FAA,C6FACoP,A7FAAA,GpCrZAvlB,GFuZM,CAAC,AmIFjB,A7FAA,E6FAmBkX,A7FAAA,CtCEH,CEvZa,CFuZP,AmIFA,A7FAA,GtCEN,AmIFSf,A7FAAA,EtCEE,EAAX,CmIFc,A7FAA,CtCEC,AmIFA+K,A7FAAA,E6N1IrB1pC,GApC6G,CnQgLvG,AmIFS,A7FAA,C6FAaoP,A7FAAA,CtCEC,GmIFd,A7FAA,C6FAkB,A7FAA,E6FAlB,A7FAA,C6FAN,A7FAA,C6FAnB,A7FAA,K6FAoD,A7FAA,I6FAIuvB,A7FAAA,K6FAK,A7FAA,C6FAC+K,A7FAAA,M6FAN,A7FAA,C6FAa/oC,A7FAAA,M6FAb,A7FAA,K6FAwB,A7FAA,C6FA5B,A7FAA,E6FA+B++B,A7FAAA,G6FAG,A7FAA,G6FAGf,A7FAAA,K6FAK,A7FAA,C6FAC+K,A7FAAA,M6FAN,A7FAA,C6FAa/uB,A7FAAA,K6FAb,A7FAA,E6FAN,A7FAA,C6FA/B,A7FAA,K6FA+D+kB,A7FAAA,G6FAG,A7FAA,G6FAGf,A7FAAA,K6FAK,A7FAA,C6FAC+K,A7FAAA,M6FAN,A7FAA,C6FAa1oC,A7FAAA,M6FAb,A7FAA,C6FAoB29B,A7FAAA,K6FAK,A7FAA,C6FACh+B,A7FAAA,M6FA1B,A7FAA,C6FAN,A7FAA,2KtCEnG,CArGN;AEhRV,AFsXA,AkHAJ,AqDAA,ApCFIg+B,A9GCJ,AiBDIA,AwMCJ,ADCA,AsB5II,IhI0IAA,A7FAAA,K6FAK,A7FAA,C6FAC+K,A7FAAA,CtCEC,CAAC,EmQ5IFwT,CnQ4IC,CmIFP,A7FAA,CtCEa,AmIFA5qB,A7FAAA,GtCEN,EAAW,AmIFlB,A7FAA,C6N1Ie,CnQ4IR,EAAe,AmQ5IJ,MnQ4IX,AmQ5Ie,CAAC4qB,CnQ4IO,QmQ5IZ,CAAgBl9C,GAAhB,CAAlB,uNnQ4IO,CAtGG;AEpTS,AF2ZnB,AkHAJ,AqDAA,ApCFG,A9GCH,AiBDG,AwMCH,ADCA,G1GNwD,A7FAA,M6FI/C,A7FAA,OtCEO,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ufAAvB,CAvGF;AAwGV,AkHAJ,AqDAA,ApCFI,A9GCJ,AiBDI,AwMCJ,ADCA,AsB7II,cAAIs9C,InQ6IU,CAAC,GAAD,CmQ7ID,CnQ6IO,EmQ7IJ,CnQ6IF,CmQ7Id,CnQ6IyB,AmQnL8F,CAwCvH,CnQ2Ic,EAAe,MAAf,EAAuB,8SAAvB,CAxGJ;AEnTZ,AF4ZE,AkHAJ,AqDAA,ApCFI5d,A9GCJ,AiBDIA,AwMCJ,ADCA,AsB3II,IhIyIAA,A7FAAA,G6FAG,A7FAA,G6FAGf,A7FAAA,CpC1ZH,EF4ZM,CAAC,CE5ZHl+B,AiI0ZI,A7FAA,CpC1ZH,AiI0ZIipC,A7FAAA,CtCEH,EE5ZE,AF4ZI,CE5ZjB,EAAgBjpC,AF4ZL,AmIFH,A7FAA,CpC1ZS,AiI0ZIkgC,A7FAAA,CtCEC,EE5ZF,AF4ZT,EAAe,EmIFlB,A7FAA,CpC1ZiB1a,AiI0ZI7e,A7FAAA,C6FArB,A7FAA,EtCEG,AmIFqBu3B,A7FAAA,EtCEE,GmIFG,A7FAA,C6FACoP,A7FAAA,CpC1ZlB,CAAgBptC,KiI0Z5B,A7FAA,CpC1ZR,AiI0ZE,A7FAA,EpC1Z0CF,CAAC,EAA7C,EAAiD,6WF4ZtC,CAzGC;AEnTqC,AF6Z/C,AkHAJ,AqDAA,ApCFG,A9GCH,AiBDG,AwMCH,ADCA,c3O7ZWA,CAAwC,AF6ZpC,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,o9BAAvB,CA1GD;AE/QX,AF0XC,AkHAJ,AqDAA,ApCFE,A9GCF,AiBDE,AwMCF,ADCA,AsB5II,ShI0IKi/B,A7FAAA,G6FAP,A7FAA,CtCEW,CAAC,AmQ5IN,GnQ4IK,EAAM,EmQ5IJwd,CnQ4IF,EAAW,EAAX,EAAe,EmQ5IJ,CAACI,GnQ4IZ,EAAuB,ImQ5I5B,KAA+B,WAAnC,EAAgD,qoBnQ4IvC,CA3GC;AE9QZ,AF0XE,AkHAJ,AqDAA,ApCFC,A9GCD,AiBDC,AwMCD,ADCA,AsB5IKA,YAAAA,OnQ4Ic,CAAC,CmQ5IN,EnQ4IK,CmQ5IFJ,CnQ4IQ,GAAN,EAAW,EAAX,CmQ5IO,CnQ4IQ,AmQ5IPI,MnQ4IR,EAAuB,CmQ5IzB,GAAsB,GAAlC,2JnQ4Ic,CA5GL;AE5Qb,AFyXG,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AD3iCA,AuB+5BK,SvB/5BW,MAAhB,CACE,C5O0iCe,CAAC,GAAD,C4O3iCjB,C5O2iCuB,C4OziCrB,E5OyiCe,EAAW,C4O3iC5B,C5O2iCiB,C4OxiCf,C5OwiC8B,E4O3iChC,EAGc,E5OwiCG,EAAuB,8QAAvB,CA7GH;AA8GV,AkHAJ,AqDAA,ApCFA,A9GCA,AiBDA,AwMCA,ADCA,ADviCE,QAAM,CzGqiCCvO,A7FAAA,IsMriCI,GAAG,IzGqiChB,A7FAA,C6FAqBrM,A7FAAA,ItCEI,CAAC,A4OviCA,CzGqiC1B,A7FAA,AsMriC2B,E5OuiCF,AmIFI,A7FAA,EtCEE,A4OviCf,CAAgB,E5OuiCP,EAAW,EAAX,A4OviCT,E5OuiCwB,A4OviCA,KAAxB,C5OuiCS,C4OviCsB,C5OuiCC,E4OviChC,CAAd,gX5OuiCuB,CA9GX;AA+GV,AkHAJ,AqDAA,ApCFE,A9GCF,AiBDE,AwMCF,ADCA,AsB7II4a,MhI2IE3e,A7FAAA,I6N3IF2e,ChI2IO,A7FAA,G6FAG5a,A7FAAA,K6N3ID,ChI2IO,A7FAA,C6FACnB,A7FAAA,EtCEE,CAAC,GAAD,EAAM,GAAN,AmQ7IJ,EnQ6Ie,CmIFhC,A7FAA,CtCEqB,EAAe,AmQ7If,CAACsd,KnQ6ID,EAAuB,AmQ7I3B,CAAc,YAAd,EAA4B3gC,IAAlC,cAA0C,MAAI,CAAC2gC,OAAL,CAAc,YAAd,EAA4BoB,UAAtE,cAAoF3C,SAApF,CAAT,0xCnQ6ImB,CA/GT;AAgHV,AkHAJ,AqDAA,ApCFEl4B,A9GCF,AiBDEA,AwMCF,ADCA,ADxiCE,EzGsiCAA,A7FAAA,IsMtiCI,CzGsiCC,A7FAA,C6FAC,A7FAA,GsMtiCG,CAAC,C5OwiCC,CAAC,GAAD,C4OxiCP,C5OwiCa,EmIFZ,A7FAA,CtCEM,CmIFUuZ,A7FAAA,AsMtiCA,C5OwiCC,A4OxiCtB,E5OwiCW,A4OxiCa,E5OwiCE,AmIFA,A7FAA,C6FACyD,A7FAAA,KtCEhB,EAAuB,GmIF7B,A7FAA,C6FAL,A7FAA,idtCEW,CAhHC;AAiHV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,ADxiCI,AuB25BA,UvB35BM,G5OwiCG,CAAC,A4OxiCA,AuB25BN,GnQ6IK,EAAM,EmQ7IJ8a,CnQ6IF,EAAW,A4OxiCd,CAAe,C5OwiCZ,EAAe,EmQ7IJ,CAACE,GnQ6IZ,EAAuB,EmQ7I5B,KAA6B,WAAjC,EAA8C,UvB35BxC,CAAN,mP5OwiCS,CAjHC;AAkHV,AkHAJ,AqDAA,ApCFE,A9GCF,AiBDE,AwMCF,ADCA,ADxiCG,AuB05B+C,MhI4I5C,A7FAA,C6FACze,A7FAAA,ItCEI,CAAC,AmIFA,A7FAA,C6FACyD,A7FAAA,EtCEF,EAAM,GAAN,EAAW,CmIFpB,A7FAA,CtCES,CmIFc,A7FAA,CtCEC,MAAf,EAAuB,u2BAAvB,CAlHG;AAmHV,AkHAJ,AqDAA,ApCFIzD,A9GCJ,AiBDIA,AwMCJ,ADCA,AsB9IU,IhI4INA,A7FAAA,K6FAK,A7FAA,C6FACwD,A7FAAA,K6FAN,A7FAA,CtCEY,CAAC,CmIFC,A7FAA,A6N5IF9S,EnQ8IA,EAAM,AmIFlB,A7FAA,C6N5IiB,EnQ8IL,EAAW,EAAX,EAAe,MAAf,EAAuB,OmQ9I7B,+2BnQ8IM,CAnHF;AAoHV,AkHAJ,AqDAA,ApCFIvlB,A9GCJ,AiBDIA,AwMCJ,ADCA,ADziCE,IzGuiCEA,A7FAAA,IsMviCI,GzGuiCG,A7FAA,C6FACujB,A7FAAA,ItCEI,CAAC,GAAD,AmIFZ,A7FAA,AsMviCgB,CzGuiCC2jB,A7FAAA,CtCEC,C4OziCC,E5OyiCP,EAAW,EAAX,C4OziCc,C5OyiCC,A4OziCA,CAAD,EzGuiC1B,A7FAA,AsMviC8B,EzGuiCErS,A7FAAA,CtCEpB,EAAuB,A4OziCA,CAAC,CzGuiCpC,A7FAA,E6FAuC+D,A7FAAA,GsMviCT,GzGuiC9B,A7FAA,AsMviC6C,CAAnB,CAA5B,soB5OyiCc,CApHF;AAqHV,AkHAJ,AqDAA,ApCFG,A9GCH,AiBDG,AwMCH,ADCA,ADziCE,AuB05BI,SvB15BG,MAAM,C5OyiCC,CAAC,CmQ/IP,CvB15BS,C5OyiCH,EAAM,E4OziCE,C5OyiCR,A4OziCS,AuB05BRrT,EnQ+IU,EAAX,CmQ/IN,CnQ+IqB,ImQ/IJ,EnQ+IX,A4OziCqB,CAAC,C5OyiCC,ImQ/IjC,CvB15B+B,CAAb,AuB05Ba,CvB15BnC,uW5OyiCc,CArHF;AAsHV,AkHAJ,AqDAA,ApCFC,A9GCD,AiBDC,AwMCD,ADCA,ADziCC,AuB05BM,YnQ+IK,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,EE5XI,IF4XnB,EAAuB,iNAAvB,CAtHE;AEtQiB,AF6X3B,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB/IO,UjQ9OE1J,CF6XE,CAAC,EE7XmB,CF6XpB,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,mDE7XlB,GAAe,8iBF6XpB,CAvHG;AEtQiB,AF8X3B,AkHAJ,AqDAA,ApCFA,A9GCA,AiBDA,AwMCA,ADCA,S1GFSqrB,A7FAAA,CpC5XY1mC,KF8XN,CAAC,EE9Xe,CF8XhB,EAAM,CmIFrB,A7FAA,C6FAuBq0B,A7FAAA,CtCER,EAAW,EAAX,AmIFf,A7FAA,EtCE8B,AmIFA+D,A7FAAA,MtCEf,AmIFf,A7FAA,EtCEsC,AmIFA,A7FAA,ytBtCEvB,CAxHD;AAyHV,AkHAJ,AqDAA,ApCFEtd,A9GCF,AiBDEA,AwMCF,ADCA,AsBhJM5Y,EhI8IJ4Y,A7FAAA,K6FAK,A7FAA,C6FAC,A7FAA,M6N9IF5Y,OnQgJe,CAAC,AmQhJR,ChI8IP,A7FAA,A6N9IQzH,EnQgJM,AmIFI45B,A7FAAA,EtCEE,AmQhJrB,CAAexP,EnQgJA,AmIFS,A7FAA,C6FACiT,A7FAAA,CtCEC,EAAX,EAAe,KmIF7B,A7FAA,CtCEc,CmIFsBzD,A7FAAA,CtCEC,CmQhJftP,GhI8ImB,A7FAA,C6FAC1uB,A7FAAA,C6N9I5B,KhI8Id,A7FAA,C6FAL,A7FAA,C6FDoC,A7FAA,C6FCoB,A7FAA,G6N9InB28C,SAAlB,SAA8BjuB,KAA9B,GAAuC/jB,IAAvC,CAA6C,YAAM,oiBnQgJnD,CAzHP;AErQZ,AF+XE,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBhJO,UjQ/OD,KAAK3K,CiQ+OJ,EnQgJW,CAAC,EE/Xb,CF+XY,AmQhJP,CAAC47C,CjQ/OQ,AF+XI,CE/XtB,EAAqB,AF+XL,EAAW,CmQhJtB,CnQgJW,AmQhJG,EnQgJY,MAAf,EAAuB,GmQhJlC,EAA6B,s3BnQgJlB,CA1HJ;AEpQX,AF+XC,AkHAJ,AqDAA,ApCFE,A9GCF,AiBDE,AwMCF,ADCA,AsBhJQ/uC,MhI8IF,A7FAA,C6FACmxB,A7FAAA,KpC7XEl3B,AiI6XG,A7FAA,C6FAC26B,A7FAAA,GtCEG,CAAC,CmQhJT50B,CjQ/OQ,CF+XA,EE/XG,AF+XG,AmQhJV,ChI8IN,A7FAA,C6N9IQ6hB,CnQgJE,EE/XQpJ,AF+XG,AmIFA0Y,A7FAAA,EtCEX,AmQjJoB,EnQiJL,CmIFC,A7FAA,C6FACh+B,A7FAAA,IpC7Xd,AF+XH,CE/XmB,CAAhB,AF+XoB,AmIFZ,A7FAA,CpC7XxB,IiI6XyC,A7FAA,C6FA1C,A7FAA,E6FA6C,A7FAA,kTtCE/B,CA3HF;AEnQX8G,AF+XC,AkHAJ,AqDAA,ApCFIk3B,A9GCJ,AiBDIA,AwMCJ,ADCA,AsBhJQ/kB,IhI8IJ+kB,A7FAAA,IpC7XDl3B,CiI6XM,A7FAA,C6FAC26B,A7FAAA,KpC7XA,CAACz0B,EiQ+OHiM,EnQgJY,AmIFhB,A7FAA,CpC7XD,AF+XkB,CE/XJ8C,AiQ+OL,ChI8IW,A7FAA,CtCEH,AmQhJN,EnQgJY,CmIFtB,A7FAA,EpC7XD,AF+XiB,EAAW,AmQlJK,CjQ7OT,CAAxB,AF+XiB,EAAe,MAAf,EAAuB,0zBAAvB,CA5HN;AEjQX,AF8XC,AkHAJ,AqDAA,ApCFIgmB,A9GCJ,AiBDIA,AwMCJ,ADCA,AsBhJQmd,IhI8IJnd,A7FAAA,M6FAM,A7FAA,C6FAC4H,A7FAAA,CpC5XJrhB,IAAI,EiQ8OH42B,CjQ9OM,AiI4XV,A7FAA,CpC5XW,EF8XO,AmIFA,A7FAA,CtCEC,CE9XJn3B,EF8XG,AmQhJN,ChI8IZ,A7FAA,CpC5XW,AF8Xa,AmQhJV,EjQ9Of,CF8XmB,EAAW,EAAX,EAAe,MAAf,EAAuB,4nBAAvB,CA7HR;AA8HV,AkHAJ,AqDAA,ApCFIga,A9GCJ,AiBDIA,AwMCJ,ADCA,AsBpJoC,IhIkJhCA,A7FAAA,M6FAM,A7FAA,C6FAC34B,A7FAAA,I6FAP,A7FAA,C6FAY,A7FAA,C6NlJT,GnQoJa,CAAC,AmIFjB,A7FAA,GtCEgB,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,6UAAvB,CA9HN;AE/PX,AF8XC,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBhJO,YjQ9OEmf,GiQwOY,CjQxOR,AiQwOP,GjQxOU,GF8XM,CAAC,GAAD,EE9XbA,AF8XmB,GAAN,CE9XN,CF8XiB,EE9XX,AF8XA,EAAe,MAAf,EAAuB,2ZAAvB,CA/HR;AE9PVzhB,AF8XA,AkHAJ,AqDAA,ApCFI,A9GCJ,AiBDI,AwMCJ,ADCA,AsB5JkD,QhI0J1Ck3B,A7FAAA,EpC5XJl3B,GiI4XS,A7FAA,C6FACo7B,A7FAAA,GpC5XH,CAACl1B,GF8XS,CAAC,CE9XlB,CAAc+O,CF8XG,AmIFjB,A7FAA,EtCEuB,AmIFA,A7FAA,GtCEN,CE9XjB,CF8X4B,EE9XJ,AF8XP,CE9XQjV,CF8XO,ME9XA,AF8Xf,CE9XgBkG,CF8XO,IE9Xf,CAAc+O,OAAf,GAAyB,CAAC,IAAIgM,IAAJ,KAAaO,IAAd,IAAsBtD,IAAvE,0dF8XiB,CAhIP;AE7PVsD,AF8XA,AkHAJ,AqDAA,ApCFM,A9GCN,AiBDM,AwMCN,ADCA,U3O9XIA,IAAI,GAAG,CAAC,IAAIP,AF8XM,CAAC,GE9XX,AF8XU,EE9XlB,AF8XwB,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,gnBAAvB,CAjIR;AAkIV,AkHAJ,AqDAA,ApCFM,A9GCN,AiBDM,AwMCN,ADCA,AsB7JK,qBnQ6JgB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ImQ7JnBxoB,MAAM,CAACyW,MAAP,CAAeumC,SAAS,CAACE,OAAzB,CAApB,uCAAuD,mQnQ6JvC,CAlIP;AE3PV,AF8XA,AkHAJ,AqDAA,ApCFM,A9GCN,AiBDM,AwMCN,ADCA,AsB9J4D,UhI4JlDxa,A7FAAA,IpC5XF,AF8XM,CE9XLn7B,AF8XM,CmIFC,A7FAA,EtCEF,CmIFKi7B,A7FAAA,CtCEC,EE9XJ,CAAC/0B,AF8XH,EAAW,AmIFA,A7FAA,C6FAC+zB,A7FAAA,CtCEZ,CE9XL,CAAchlB,AF8XM,MAAf,CE9XN,CF8X6B,EE9XJ,CAA7B,AiI4XE,A7FAA,EpC5X8B,mVF8XtB,CAnIA;AE1PRje,AF8XF,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,Y3O9XMA,MAAM,CAACqa,CF8XO,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,KE9X7B,CF8Xc,EAAuB,CE9XLA,qBAAqB,CAACoQ,IAAD,CAAtD,IAAiE5f,UAAU,CAAC4f,IAAD,EAAO,EAAP,CAA3E,iiBF8Xe,CApIN;AEzPT,AF8XD,AkHAJ,AqDAA,ApCFM,A9GCN,AiBDM,AwMCN,ADCA,AsBhK4D,UhI8JlD,A7FAA,CpC9XN,AiI8XO0Z,A7FAAA,MpC5XA,AiI4XD,A7FAA,CtCEQ,CAAC,EmIFEA,A7FAAA,CtCEH,EAAM,GAAN,AmIFS,A7FAA,C6FACC,A7FAAA,CtCEC,EAAX,EAAe,MAAf,AmIFG,A7FAA,C6N5Jd,CnQ8JkC,EmIFED,A7FAAA,M6FAM,A7FAA,C6FACJ,A7FAAA,Q6FA5C,A7FAA,E6FAsD,A7FAA,kWtCE1C,CArIJ;AExPT,AF8XD,AkHAJ,AqDAA,ApCFQE,A9GCR,AiBDQA,AwMCR,ADCA,AsBtJM,QhIoJEA,A7FAAA,M6FAM,A7FAA,C6FACtB,A7FAAA,CpC5XN,EF8XS,CAAC,GAAD,AmIFV,A7FAA,CpC5XQ92B,CF8XQ,GAAN,EAAW,EE9XpB,AF8XS,EAAe,GE9XJ,GF8XX,EAAuB,KE9XpC,EAAoC,4zBF8XvB,CAtIJ;AEvPRA,AF8XF,AkHAJ,AqDAA,ApCFO,A9GCP,AiBDO,AwMCP,ADCA,AsBtJK,cjQxOCA,EF8XU,CAAC,GAAD,EE9XF,AF8XQ,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ojCAAvB,CAvIF;AEtPR,AF8XF,AkHAJ,AqDAA,ApCFK,A9GCL,AiBDK,AwMCL,ADCA,gB7OAgB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,khBAAvB,CAxIF;AErPT,AF8XD,AkHAJ,AqDAA,ApCFG,A9GCH,AiBDG,AwMCH,ADCA,AsBtJI,WnQsJO,CAAC,EmQtJJ,CnQsJG,EAAM,GAAN,CmQtJI4yC,CnQsJO,EAAX,EAAe,ImQtJF,CAACY,CnQsJd,EAAuB,QmQtJ1B,KAAiC,WAArC,EAAkD,wvBnQsJ3C,CAzIG;AEpPV,AF8XA,AkHAJ,AqDAA,ApCFC,A9GCD,AiBDC,AwMCD,ADCA,AsBvJsD,SjQlPnD,MFyYY,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,opBAAvB,CA1ID;AA2IV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBvJU,kBAAMzuB,CnQuJG,CAAC,GAAD,AmQvJE,EnQuJI,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ImQvJhC,ugBnQuJS,CA3IL;AElPXnG,AF8XC,AkHAJ,AqDAA,ApCFA,A9GCA,AiBDA,AwMCA,ADCA,I1GFI,A7FAA,IpC5XDA,GiI4XQzmB,A7FAAA,CpC5XJ,KF8XU,AmIFb,A7FAA,CtCEc,GAAD,CmIFK,A7FAA,CtCEC,GAAN,EAAW,EAAX,EAAe,AmIFhC,A7FAA,E6FAkC,A7FAA,ItCEjB,EAAuB,82DAAvB,CA5IH;AEjPX,AF8XC,AkHAJ,AqDAA,ApCFE2nC,A9GCF,AiBDEA,AwMCF,ADCA,AsBxJM,EhIsJJA,A7FAAA,Q6FAQ,A7FAA,C6FAC9lC,A7FAAA,I6FAT,A7FAA,CtCEc,CAAC,CmIFC,A7FAA,A6NtJR,EnQwJM,EAAM,GAAN,AmQxJC+qB,EnQwJU,CmIFC4hB,A7FAAA,CtCEZ,CmQxJN,CnQwJqB,ImQxJJ,ChIsJT,A7FAA,CtCEF,CmIFsBlG,A7FAAA,CtCEC,GmIFrB,A7FAA,C6NtJZ,ChIsJsC,A7FAA,C6NtJP,ofnQwJrB,CA7IF;AEhPZ,AF8XE,AkHAJ,AqDAA,ApCFI,A9GCJ,AiBDI,AwMCJ,ADCA,AsBxJO,QhIsJCzmC,A7FAAA,I6FAI,A7FAA,GtCEG,CAAC,CmIFCxC,A7FAAA,EtCEF,EAAM,GAAN,EAAW,AmIFtB,A7FAA,EtCEW,AmIFa,A7FAA,EtCEE,MAAf,EAAuB,2YAAvB,CA9ID;AE9Ob,AF6XG,AkHAJ,AqDAA,ApCFMwC,A9GCN,AiBDMA,AwMCN,ADCA,AsBxJO,MhIsJDA,A7FAAA,I6FAI,A7FAA,G6FAGq7B,A7FAAA,KtCEK,CAAC,CmIFC,A7FAA,C6FAC,A7FAA,CtCEH,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,KmIFrB,A7FAA,C6FAd,A7FAA,mHtCEY,CA/IJ;AAgJV,AkHAJ,AqDAA,ApCFK,A9GCL,AiBDK,AwMCL,ADCA,kB7OAkB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,kKAAvB,CAhJJ;AAiJV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBzJMnzB,cAAAA,KnQyJa,CAAC,EmQzJN,CnQyJK,AmQzJJzH,EnQyJU,EmQzJnB,CnQyJa,AmQzJEoqB,EnQyJS,EAAX,EAAe,MAAf,EAAuB,GmQzJbE,KAAR,WAAkBiuB,SAAlB,SAA8BjuB,KAA9B,GAAuC/jB,IAAvC,CAA6C,YAAM,4FnQyJrD,CAjJL;AAkJV,AkHAJ,AqDAA,ApCFI,A9GCJ,AiBDI,AwMCJ,ADCA,AsBzJO,WhIuJIhH,A7FAAA,I6FAI,A7FAA,C6FAC8lC,A7FAAA,A6NvJT,MAAI,CAACmS,ChIuJG,A7FAA,CtCEU,CAAC,AmIFAtL,A7FAAA,GtCED,CmQzJlB,CnQyJwB,AmQzJV,GnQyJI,AmIFV,A7FAA,EtCEqB,AmIFAlG,A7FAAA,EtCEX,EAAe,AmIFzB,A7FAA,C6FAX,A7FAA,G6NvJG,EnQyJkB,AmQzJW,EnQyJY,wNAAvB,CAlJX;AAmJV,AkHAJ,AqDAA,ApCFG,A9GCH,AiBDG,AwMCH,ADCA,AsBzJQv9B,GhIiJN,A7FAA,e6NjJMA,IAAI,EAAE6hB,CnQyJW,CAAC,GAAD,AmQ1JW,EnQ0JL,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,4RAAvB,CAnJX;AAoJV,AkHAJ,AqDAA,ApCFC,A9GCD,AiBDC,AwMCD,ADCA,AsBzJQzV,kBAAAA,IAAI,EAAE,EnQyJY,CAAC,GAAD,CmQ3JU,CnQ2JJ,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,wRAAvB,CApJZ;AAqJV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBzJQimC,kBAAAA,KnQyJe,CAAC,EmQzJR,CnQyJO,CmQzJL,CnQyJW,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,uRAAvB,CArJT;AAsJV,AkHAJ,AqDAA,ApCFA,A9GCA,AiBDA,AwMCA,ADCA,AsB7JoC,ShI2J3BpgD,A7FAAA,OtCEO,AmIFhB,A7FAA,CtCEiB,AmIFAyxC,A7FAAA,A6N3JV,EhI2JP,A7FAA,CtCEgB,CmIFKhkC,A7FAAA,CtCEC,AmIFtB,A7FAA,E6FAwB,A7FAA,CtCER,EAAW,EAAX,EAAe,MAAf,EAAuB,kKAAvB,CAtJF;AAuJV,AkHAJ,AqDAA,ApCFE,A9GCF,AiBDE,AwMCF,ADCA,AsBzJO,OhIuJA,A7FAA,I6FAIzM,A7FAAA,C6FAC,A7FAA,EtCEE,CAAC,AmIFA,A7FAA,A6N7JM,ChI6Jd,A7FAA,A6N7JD,EnQ+JQ,AmIFIgpC,A7FAAA,C6FAC,A7FAA,CtCEC,EmIFEyH,A7FAAA,CtCER,CmIFU,A7FAA,CtCEC,AmIFAvwC,A7FAAA,EtCEX,EAAe,EmIF3B,A7FAA,E6FA+BF,A7FAAA,C6FAC,A7FAA,CtCEpB,EAAuB,AmIFAgpC,A7FAAA,C6FAnC,A7FAA,E6FAsChpC,A7FAAA,C6FAC,A7FAA,E6FAvC,A7FAA,E6FA2C,A7FAA,gdtCE/B,CAvJA;AAwJV,AkHAJ,AqDAA,ApCFI,A9GCJ,AiBDI,AwMCJ,ADCA,AsBrKsD,QhImK9CywC,A7FAAA,E6FAE,A7FAA,C6FACzwC,A7FAAA,C6FAD,A7FAA,C6FAF,A7FAA,K6FAUyM,A7FAAA,C6FAd,A7FAA,E6FAiB,A7FAA,EtCEE,CAAC,GAAD,CmIFKzM,A7FAAA,CtCEC,AmIFR,A7FAA,CpC9XW,EFgYT,EAAW,EAAX,EAAe,MAAf,EAAuB,m0BAAvB,CAxJT;AExOkB,AFiY5B,AkHAJ,AqDAA,ApCFG,A9GCH,AiBDG,AwMCH,ADCA,U3OjYUklB,IAAsB,GFiYf,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,6CEjYvB,GAAe,oyBFiYf,CAzJH;AExOkB,AFkY5B,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBtKK,UjQ5NiBrb,QAAU,GFkYX,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ImQtKnBpK,MAAM,CAACyW,MAAP,CAAeumC,SAAS,CAACY,WAAzB,CAApB,uCAA2D,y/BnQsK3C,CA1JP;AA2JV,AkHAJ,AqDAA,ApCFE,A9GCF,AiBDE,AwMCF,ADCA,AsBvKgE,ShIqKvD,A7FAA,C6FAC,A7FAA,CtCEC,AmIFT,A7FAA,CtCEU,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,gjBAAvB,CA3JG;AEvOZ,AFmYE,AkHAJ,AqDAA,ApCFC,A9GCD,AiBDC,AwMCD,ADCA,U3OnYM,KAAKn9C,IFmYQ,CAAC,CEnYd,EFmYa,CEnYC,CAAlB,AFmYuB,EEnYF,CFmYJ,EAAW,EAAX,EAAe,MAAf,EAAuB,i0BAAvB,CA5JL;AEtOX,AFmYC,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBzKgE,YjQ1NzDsoB,CFmYM,CAAC,EEnYH,CFmYE,EEnYC,AFmYK,CEnYJ,EFmYF,EEnYMP,AFmYK,EAAX,EEnYE,AFmYa,EEnYzB,IFmYU,EAAuB,ImQvK7B,4YnQuKM,CA7JC;AErOX,AFmYC,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB/JM,YjQpOGjhB,MFmYS,CEnYF,AFmYG,GEnYA,AFmYD,EAAM,GEnYAwe,AFmYN,EAAW,EAAX,EAAe,IEnYd,CAAgB,CAAhB,AFmYD,CEnYf,CFmYsC,6MAAvB,CA9JJ;AA+JV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB/JK,0BnQ+JqB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ygBAAvB,CA/JZ;AEpOX,AFoYC,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,Y3OpYSiD,IAAI,GAAG,KFoYQ,CAAC,GEpYhBA,AFoYe,EAAM,EEpYd,CFoYQ,EEpYF,AFoYa,EAAX,EAAe,MAAf,EAAuB,8zBAAvB,CAhKV;AEnOVzhB,AFoYA,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB/JI,UjQrOAA,IiQqOI,GjQrOG,CAACkG,AFoYM,CAAC,EmQ/JJuvC,CnQ+JG,CEpYd,CAAcxgC,AFoYM,GAAN,EAAW,CmQ/JL,CjQrOpB,AFoYc,AmQ/JOkhC,EnQ+JQ,CEpYL,CAACn2C,IFoYX,EAAuB,CEpYL,CAACkG,KAAR,CAAc+O,AiQqOnC,KAAwC,EjQrOpB,GAAyB,CAAC,EiQqOlD,EjQrOsDgM,AiQqOA,IjQrOJ,KAAaO,IAAd,IAAsBtD,IAAvE,mMFoYc,CAjKJ;AElOVsD,AFoYA,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB/JKzc,UjQrODyc,EiQqOCzc,EjQrOG,GAAG,AFoYM,CEpYL,AFoYM,EmQ/JL,CnQ+JI,AmQ/JHzH,CjQrOE2jB,CFoYO,EmQ/JlB,CjQrOO,AFoYK,AmQ/JGyG,EjQrOhB,AFoYwB,EAAX,EAAe,MAAf,EAAuB,GmQ/JZE,KAAR,WAAkBiuB,SAAlB,SAA8BJ,SAAS,CAACU,kBAAxC,GAA8DtyC,IAA9D,CAAoE,YAAM,mkBnQ+J7E,CAlKH;AAmKV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB/JM,cAAA,InQ+JY,CAAC,CmQ/JT,CAACixC,CnQ+JO,EAAM,GAAN,CmQ/JZ,CnQ+JuB,AmQ/JT,EnQ+JF,EAAe,MAAf,EAAuB,CmQ/JnC,EAA6B,idnQ+JjB,CAnKJ;AEhOV,AFoYA,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB/JO/uC,cjQrOC,CAAC/F,CiQqOF+F,CnQ+JU,CAAC,EmQ/JP,CnQ+JM,CEpYD,AiQqOH0vC,CjQrOIvvC,AFoYM,GAAN,EEpYR,AFoYmB,CEpYL+O,CFoYN,CmQ/JK,CnQ+JU,AmQ/JTkhC,IjQrOf,EFoYS,CEpYgB,CAA7B,AFoYoC,EEpYJ,QiQoOD,2anQgKlB,CApKH;AE/NRn/C,AFoYF,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB/JOmb,YjQrODnb,CFoYO,CAAC,EmQ/JPmb,CnQ+JM,CEpYD,CAACd,AFoYM,CmQ/JR,EnQ+JE,AmQ/JA,EnQ+JW,EAAX,EAAe,CmQjKO,KnQiKtB,EAAuB,IEpY9B,IAAgCA,qBAAqB,CAAEoQ,IAAF,CAAtD,IAAkE5f,UAAU,CAAC4f,IAAD,EAAO,EAAP,CAA5E,yNFoYQ,CArKC;AE9NT,AFoYD,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB/JO22B,WjQvOH,KiQuOGA,CjQrOI,GFoYS,CAAC,GAAD,AmQ/JL,EnQ+JW,AmQ/JT,GnQ+JG,EAAW,EAAX,EAAe,MAAf,EAAuB,sWAAvB,CAtKN;AE7NT,AFoYD,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBnKmC,eAA7B,CjQjOG,IFoYW,CAAC,EEpYLv1C,CFoYI,EAAM,GAAN,EEpYX,AFoYsB,EAAX,EAAe,CEpYN,KFoYT,EAAuB,GEpYtC,EAAoC,4XFoYrB,CAvKN;AE5NRA,AFoYF,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB/JM,aANc,CjQ/NdA,AiQ+ND,MnQqKe,CAAC,CEpYP,EFoYM,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,6XAAvB,CAxKN;AE3NR,AFoYF,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB/JK,cnQ+JS,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,+HAAvB,CAzKA;AE1NT,AFoYD,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,a7OAa,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,i9BAAvB,CA1KC;AEzNV,AFoYA,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB/JI,SjQhPD,CiQgPC,MAAI,CAACiyC,GnQ+JW,CAAC,GAAD,AmQ/JhB,CAAc,CnQ+JQ,GAAN,EAAW,EAAX,EAAe,GmQ/J/B,GnQ+JgB,EAAuB,ybAAvB,CA3KN;AA4KV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBvP2H,mBnQuPxG,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,spBAAvB,CA5KL;AExNXrzB,AFqYC,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,Q3OrYGA,IAAI,MFqYW,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,kTAAvB,CA7KJ;AEvNX,AFqYC,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBrNG,aAAK,IAAMlpB,GnQqNM,AmQrNjB,CnQqNkB,GAAD,AmQrNC,EnQqNK,GAAN,AmQrNMigD,EnQqNK,EAAX,EAAe,ImQrNd,EnQqND,AmQrNjB,EnQqNwC,AmQrNF,0dnQqNrB,CA9KN;AEtNZ,AFqYE,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBtNyC,iBAA3BjgD,CnQsNI,CAAC,CmQtNsB,EnQsNvB,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,+VAAvB,CA/KJ;AEpNb,AFoYG,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBnKI,mBnQmKe,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,skBAAvB,CAhLL;AAiLV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,kB7OAkB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,wWAAvB,CAjLJ;AAkLV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBnKG,eAAO8M,OAAO,CAACP,GAAR,CnQmKiB,AmQnKJC,CnQmKK,GAAD,EAAM,EmQnKvB,CnQmKiB,CmQnKMlB,CnQmKK,EAAX,CmQnKjB,CnQmKgC,AmQnKH,MnQmKZ,EAAuB,ImQnKL,mQnQmKlB,CAlLb;AAmLV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBnKI,UAAA,MAAI,CAACixC,OAAL,CAAc,EnQmKS,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,CmQnKtC,KnQmKuB,EAAuB,uQAAvB,CAnLb;AAoLV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,4B7OA4B,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,oQAAvB,CApLd;AAqLV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBpKI,iBAAOzvC,OAAO,CnQoKO,AmQpKNlC,CnQoKO,GAAD,EAAM,CmQpKpB,EnQoKc,AmQpKrB,EnQoKgC,EAAX,EAAe,MAAf,EAAuB,kQAAvB,CArLX;AAsLV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBpKI,SAHM,CAAP,UnQuKiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,yRAAvB,CAtLN;AAuLV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBpKG,OA9FD,MA8FO,OnQoKW,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,gPAAvB,CAvLN;AAwLV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBpKG,eAAOkC,MnQoKW,CAAC,AmQpKL,CAAClC,EnQoKG,EAAM,CEvYjBob,EFuYW,AmQpKX,EnQoKsB,AmQpK7B,EnQoKkB,EAAe,EEvYhB,IFuYC,EAAuB,2RAAvB,CAxLP;AE9MZ,AFuYE,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBpKG,UjQnOKmD,KAAK,GAAGC,AFuYE,CAAC,GAAD,EAAM,CEvYD,CAACxmB,CFuYN,EAAW,EAAX,EAAe,EEvY/B,IFuYgB,EAAuB,8RAAvB,CAzLJ;AA0LV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBpKE,anQoKW,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,+bAAvB,CA1LC;AE7MZ,AFwYE,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBnKC,UjQrOOymB,IFwYM,CAAC,GExYC,AFwYF,EAAM,CExYDF,EFwYL,EAAW,CExYD,CAACpB,AFwYX,EAAe,KExYV,CFwYL,EAAuB,CExYDoB,KAAK,CAACG,qBAAvB,IAAgDH,KAAK,CAACI,kBAAtD,IAA4EJ,KAAK,CAACK,iBAAlF,IAAuG,YAAY,qZFwYxH,CA3LA;AE5MX,AFwYC,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,c7OAc,CExYJ,AFwYK,GExYF/pB,AFwYC,EAAM,GAAN,EExYJ,AFwYe,CExYJ4E,CFwYP,EAAe,CExYnB,CAAiB3F,IFwYb,EAAuB,EExYF,CAACkgB,gBAAT,CAA2BoH,QAA3B,CAAjB,EAAuD,IAAvD,MAAiE,CAAC,CAAzE,4BFwYW,CA5LA;AE3MX,AFwYC,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,O3O1YE,aF0YkB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,sdAAvB,CA7LN;AA8LV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,Y7OAY,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,+6CAAvB,CA9LE;AEzMZ,AFwYE,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,U3OxYM,KAAKrlB,MAAL,CFwYgB,CAAC,CExYH,CAAlB,CFwYoB,CExYC,CFwYK,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ggBAAvB,CA/LR;AExMX,AFwYC,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,e3OxYU0oB,EFwYO,CAAC,GAAD,EExYC,AFwYK,CExYJhlB,EFwYF,EExYP,AFwYkB,CExYH,CFwYR,EAAe,EExYF4hB,IFwYb,EAAuB,IExYf,CAAgB,CAAhB,CAAf,EAAmCD,QAAnC,CAAP,6SFwYc,CAhMH;AEvMX,AFwYC,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,uB7OAuB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,yZAAvB,CAjMT;AAkMV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,sB7OAsB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,srBAAvB,CAlMR;AErMZ,AFwYE,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,a3OxYS,AFwYI,CAAC,GAAD,CExYX,CFwYiB,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,gOAAvB,CAnMC;AEpMZ,AFwYE,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,a7OAa,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,oPAAvB,CApMC;AElMb,AFuYG,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,yB7OAyB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,gkBAAvB,CArMX;AAsMV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,a7OAa,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,gQAAvB,CAtMC;AAuMV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,0B7OA0B,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ibAAvB,CAvMZ;AAwMV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,sB7OAsB,CAAC,GAAD,EAAM,EmQtKTk6B,CnQsKG,EAAW,EAAX,EAAe,ImQtKP,EnQsKR,EAAuB,q+BAAvB,CAxMR;AAyMV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBtKE,kBnQsKgB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,slBAAvB,CAzMJ;AA0MV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBtKE,UAAMn4B,OAAO,GAAGm4B,GnQsKK,CAAC,GAAD,EAAM,AmQtKF,CAAC9nC,EnQsKL,EAAW,CmQtKhB,CnQsKK,AmQtKY,EnQsKG,MAAf,EAAuB,CmQtK5B,CAAhB,CAF4B,CAI5B,gkCnQoKqB,CA1MT;AA2MV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,kB7OAkB,CAAC,GAAD,EAAM,GAAN,EE1YP,AF0YkB,EAAX,EAAe,MAAf,EAAuB,wmBAAvB,CA3MJ;AE/LH,AF2YP,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBrKE,UAAI2P,OAAO,KAAK,IAAhB,CnQqKyB,CAAC,AmQrKJ,GnQqKG,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,CE1Y1B,KAAK9B,UADlB,67BF2YgB,CA5Mb;AE/LH,AF4YP,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBrKG,iBnQqKc,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,mxBAAvB,CA7MH;AA8MV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBvKwB,sBnQuKF,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,OmQrKtB8B,OAFC,80CnQuKF,CA9MR;AE/LH,AF8YP,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBxKwB,wBnQwKA,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ibAAvB,CA/MV;AE9LZ,AF8YE,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,gB7OAgB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,2BE9YE,maF8YzB,CAhNF;AE9L2B,AF+YrC,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB1KwB,YnQ0KZ,CAAC,CE/YAtgB,EF+YD,EAAM,GE/YuB,AF+Y7B,EAAW,EAAX,EAAe,MAAf,EAAuB,8hBAAvB,CAjNE;AE7LXA,AF+YC,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBzKG,UjQtOAA,OAAO,CAACkQ,CF+YQ,CAAC,GAAD,EAAM,GE/YtB,AF+YgB,CE/YG4H,CF+YQ,EAAX,EAAe,ME/Y/B,AF+YgB,CE/YgB9X,CF+YO,ME/YvC,iBiQsO6B,8oBnQyKb,CAlNL;AE5LX,AF+YC,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB1KgC,cnQ0KlB,CAAC,CmQ1KD2Q,EnQ0KA,EAAM,CmQ1KY,EnQ0KlB,EAAW,EAAX,EAAe,MAAf,EAAuB,8OAAvB,CAnNA;AE/LH,AFmZP,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB1KI,WnQ0KO,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,4yBAAvB,CApNG;AE/LH,AFoZP,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB1KI,YnQ0KQ,CAAC,GAAD,AmQ1KF5H,EnQ0KQ,EmQ1KJ,CnQ0KF,EAAW,AmQ1KN4H,EnQ0KL,EAAe,CmQ1KL,CAAC7I,InQ0KX,EAAuB,CmQ1KlB,CAAe,IAAf,EAAqB,EAArB,EAAyBA,OAAzB,CAAkC,GAAlC,EAAuC,EAAvC,EAA2CR,KAA3C,CAAkD,GAAlD,CAAb,CAF4B,CAI5B,0yEnQwKQ,CArNE;AE/LH,AFqZP,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,a7OAa,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,qhBAAvB,CAtNC;AE/LH,AFsZP,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBzKI,enQyKW,CAAC,AmQzKR8a,GnQyKO,CmQzKH,CnQyKS,EmQzKN,CnQyKA,EAAW,EAAX,AmQzKKs2B,EnQyKU,MAAf,EAAuB,EmQzKvB,CAAmB,KAAKjE,UAAL,CAAiB,UAAjB,CAAnB,EAAiD1rC,IAAI,CAAC,CAAD,CAArD,CAAX,0HnQyKW,CAvND;AE/LH,AFuZP,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,e7OAe,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,8NAAvB,CAxND;AE3LZ,AFoZE,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBzKI,iBAAK,EnQyKU,CAAC,CmQzKPiW,CAAC,CnQyKK,EAAM,AmQzKR,CAAb,EnQyKe,AmQzKCA,CAAC,CnQyKS,EAAX,AmQzKKjW,EnQyKU,EmQzKN,CAAC7P,GnQyKV,EAAuB,CmQzKtC,EAAiC8lB,CAAC,EAAlC,EAAsC,wInQyKvB,CAzNL;AEzLb,AFmZG,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBzKKoD,cAAAA,IAAI,GAAGA,CnQyKU,CAAC,EmQzKP,CnQyKM,AmQzKLrZ,EnQyKW,EmQzKP,CnQyKC,AmQzKAiW,CAAD,CnQyKY,AmQzKjB,CAAX,CnQyKiB,EAAe,MAAf,EAAuB,i6BAAvB,CA1NR;AA2NV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBzKK,oBnQyKe,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,qbAAvB,CA3NN;AA4NV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,uB7OAuB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,kXAAvB,CA5NT;AA6NV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB1KIy5B,YAAAA,SnQ0KiB,AmQ1KR,CnQ0KS,EmQ1KNA,CnQ0KK,EAAM,GAAN,EAAW,CmQ1KP,CnQ0KJ,AmQ1KK3wC,EnQ0KU,KmQ1KpB,CnQ0KK,AmQ1Kc6I,EnQ0KS,GmQ1K5B,EAA0ByR,IAA1B,CAAZ,8cnQ0KiB,CA7NP;AA8NV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB1KI,gBnQ0KY,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,qfAAvB,CA9NF;AA+NV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBxLwB,uBnQwLD,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,wtCAAvB,CA/NT;AAgOV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBzLwB,oBnQyLJ,CAAC,GAAD,EAAM,GAAN,EAAW,CEtZjBJ,CFsZM,EAAe,MAAf,EAAuB,CEtZjB,2QFsZN,CAhON;AErLZ,AFsZE,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB1LwB,UjQ5NlBC,KFsZS,CAAC,GAAD,EAAM,GEtZD,AFsZL,EAAW,CEtZHD,CFsZR,EAAe,MAAf,CEtZb,CFsZoC,iaAAvB,CAjOD;AAkOV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB3LwB,gBnQ2LR,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,2fAAvB,CAlOF;AEnLZ,AFsZE,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB5LwB,UjQ1NlB,OAAOA,GFsZO,CAAC,GAAD,EAAM,CEtZpB,EFsZc,EAAW,CEtZH,CFsZR,EAAe,KEtZjC,CFsZkB,CEtZkB,CFsZK,qgBAAvB,CAnON;AElLX,AFsZC,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB/KG,YjQvOMpC,GAAG,GAAG3oB,QAAQ,CAACa,AFsZG,CAAC,GAAD,EAAM,GAAN,EAAW,EEtZvB,AFsZY,CEtZY,CFsZG,IEtZ3B,CAAZ,CFsZwB,EAAuB,otBAAvB,CApOb;AEjLX8nB,AFsZC,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,Q3OtZGA,GAAG,CAACxZ,SAAJ,CFsZmB,CAAC,CEtZJ4b,EFsZG,EAAM,GAAN,EAAW,CEtZ9B,CFsZmB,EAAe,MAAf,EAAuB,6SAAvB,CArOR;AEhLXC,AFsZC,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBhLE,QjQtOCA,KiQsOMw2B,CnQgLK,CAAC,GAAD,EAAM,EEtZH,AiQsOf,CnQgLY,EEtZM74B,AFsZK,EAAX,CEtZS,CAACzH,AFsZK,MAAf,EAAuB,EEtZlC,gsBFsZW,CAtOA;AE/KX,AFsZC,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBhLE,mBnQgLiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,iqBAAvB,CAvOL;AAwOV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB/KC,YnQ+KW,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,iWAAvB,CAxOE;AEtLY,AF+ZtB,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,iB7OAiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,WEtZhB,KAAKqG,UATH,qiBF+ZT,CAzOH;AEtLY,AFgatB,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,a7OAa,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,iXAAvB,CA1OC;AA2OV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,mB7OAmB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,qUAAvB,CA3OL;AEtLY,AFkatB,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,Y7OAY,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,4ZAAvB,CA5OE;AE7KZ,AF0ZE,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,gB7OAgB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,2BE1ZE,mSF0ZzB,CA7OF;AE7K2B,AF2ZrC,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,a7OAa,CE3ZAxe,AF2ZC,GAAD,EAAM,EE3ZsB,CF2Z5B,EAAW,EAAX,EAAe,MAAf,EAAuB,8OAAvB,CA9OC;AE5KXA,AF2ZC,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,U3O3ZGA,OAAO,CAAC+f,AF2ZO,CAAC,GAAD,EAAM,GAAN,EAAW,EE3Z1B,AF2Ze,CE3ZOzP,CF2ZQ,MAAf,EAAuB,GE3ZtC,CAAoC2R,cAApC,EAAoDjiB,OAApD,65BF2Ze,CA/OJ;AE3KX,AF2ZC,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,Y7OAY,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,qiBAAvB,CAhPE;AEtLY,AFuatB,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,a7OAa,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,yfAAvB,CAjPC;AEtLY,AFwatB,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,c7OAc,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,2eAAvB,CAlPA;AEtLY,AFyatB,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,Y7OAY,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,wSAAvB,CAnPE;AEtLY,AF0atB,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,a7OAa,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,CmQlLVy4C,WAAW,qlBnQkLxB,CApPC;AEtLY,AF2atB,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBlLEA,MAAAA,KnQkLS,CAAC,GAAD,AmQlLA,EnQkLM,CmQlLH,EnQkLH,EAAW,CmQlLHE,CnQkLR,EAAe,MAAf,AmQlLG,CAAgBF,CnQkLI,QmQlLpB,CAAZ,ulBnQkLS,CArPG;AE1KZ,AFgaE,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBlLE,UAAMn4B,MnQkLQ,CAAC,AmQlLF,GnQkLC,AmQlLEm4B,EnQkLI,GAAN,EAAW,EAAX,AmQlLW,CAAC9nC,CnQkLG,ImQlLb,CAAiB,CnQkLnB,EAAuB,QmQlLrB,CAAhB,sYnQkLc,CAtPF;AExKb,AF+ZG,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,Y7OAY,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,y5BAAvB,CAvPE;AAwPV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBnLE,UAAI2P,MnQmLU,CAAC,AmQnLJ,GnQmLG,EAAM,AmQnLJ,GnQmLF,CmQnLd,CnQmLyB,CmQnLH,CnQmLR,EAAe,MAAf,EAAuB,mtCAAvB,CAxPF;AAyPV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBpLwB,enQoLT,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,cmQnLfA,OADC,iNnQoLT,CAzPD;AA0PV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBrLwB,oBnQqLJ,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,w6DAAvB,CA1PN;AA2PV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,iB7OAiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,6zBAAvB,CA3PH;AA4PV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBvLwB,YnQuLZ,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,63BAAvB,CA5PE;AA6PV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBvLG,gBnQuLa,CAAC,GAAD,EAAM,GAAN,EAAW,CElajB,CFkaM,EAAe,MAAf,EAAuB,0BmQvLP,s4BnQuLhB,CA7PF;AErKJ,AFmaN,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBxLgC,enQwLjB,CAAC,AmQxLF3P,GnQwLC,EAAM,AmQxLW,GnQwLjB,EAAW,EAAX,EAAe,MAAf,EAAuB,aElad,KAAK6N,UADnB,qaFmaK,CA9PD;AErKJ,AFoaN,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBxLI,gBAAMzV,CnQwLO,CAAC,EmQxLJ,CnQwLG,EAAM,AmQxLN4H,GnQwLA,EAAW,AmQxLN,CAAC7I,CnQwLN,EAAe,ImQxLf,CAAe,CnQwLf,EAAuB,CmQxLvB,EAAqB,EAArB,EAAyBA,OAAzB,CAAkC,IAAlC,EAAwC,EAAxC,EAA4CR,KAA5C,CAAmD,GAAnD,CAAb,8cnQwLa,CA/PH;AAgQV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBvLI,gBAAI8a,CnQuLS,CAAC,EmQvLN,CnQuLK,EAAM,AmQvLR,GnQuLE,EAAW,AmQvLR+F,EnQuLH,EAAe,GmQvLjB,EAAX,CnQuLa,EAAuB,uaAAvB,CAhQH;AErKJ,AFsaN,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,gB7OAgB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,iMAAvB,CAjQF;AEpKZ,AFsaE,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBvLI,gBnQuLY,CAAC,AmQvLR,GnQuLO,CmQvLHnJ,CnQuLS,AmQvLR,GnQuLE,AmQvLC,CAAb,CnQuLuB,CmQvLPA,CnQuLJ,AmQvLK,EnQuLU,CmQvLPjW,IAAI,CnQuLZ,AmQvLa7P,EnQuLU,ImQvLnC,EAAiC8lB,CAAC,EAAlC,EAAsC,gBjQ/OD,giBFsazB,CAlQF;AEpK2B,AFuarC,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBvLK,cjQhPQhf,IFuaK,AmQvLP+F,CnQuLQ,EEvasB,CFuavB,AmQvLH,EnQuLS,CmQvLNgD,EnQuLA,EAAW,AmQvLP,CAACiW,CnQuLL,AmQvLI,CAAjB,CnQuL4B,MAAf,EAAuB,yVAAvB,CAnQJ;AEnKXhf,AFuaC,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,U3OvaGA,MFuaa,CEvaN,AFuaO,CEvaNwZ,EFuaK,EAAM,CEvanB,EFuaa,EAAW,EAAX,EAAe,MAAf,EAAuB,+QAAvB,CApQF;AElKX,AFuaC,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBxLK,kBAAIzT,IAAI,InQwLa,AmQxLTqc,CnQwLU,GAAD,AmQxLrB,EnQwL2B,AmQxLT,GnQwLG,EAAW,EAAX,EAAe,MAAf,EAAuB,kxBAAvB,CArQZ;AErKJ,AF2aN,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBxLMA,gBAAAA,EnQwLY,CAAC,CmQxLT,EnQwLQ,CmQxLLA,CnQwLW,GAAN,AmQxLD,CAACrc,CnQwLW,EAAX,CmQxLD,CnQwLgB,AmQxL3B,MnQwLY,EAAuB,iaAAvB,CAtQJ;AErKJ,AF4aN,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBxLM,enQwLS,AmQ1LV,CnQ0LW,GAAD,EAAM,AmQxLT,GnQwLG,EAAW,EAAX,EAAe,MAAf,EAAuB,4kBAAvB,CAvQD;AErKJ,AF6aN,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBxLMorC,cnQwLQ,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,EmQxLpBuD,IAAX,sBACc/jC,KADd,yCAEC,0FAFD,EAGC,yGnQqLO,CAxQA;AErKJ,AF8aN,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBrLQ,anQqLK,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,EmQrLR8nC,SADrB,2hBnQsLM,CAzQC;AErKJ,AF+aN,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBrLQ,WnQqLG,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,EmQrLR1yC,IAFnB,yvBnQuLI,CA1QG;AEjKZ,AF4aE,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBrLQ,WnQqLG,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,kBmQrLQtN,MAAM,CAACY,IAAP,CAAa+oB,IAAb,CAHnC,qXnQwLI,CA3QG;AE/Jb,AF2aG,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBrLQ,mBnQqLW,CAAC,GAAD,EAAM,CmQrLT,EnQqLG,EAAW,EAAX,EAAe,MAAf,EAAuB,2lBAAvB,CA5QL;AA6QV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBrLS,anQqLI,CAAC,GAAD,EAAM,GAAN,EAAW,CmQrLV,CnQqLD,EAAe,MAAf,EAAuB,wEmQtLpB,kgBnQsLH,CA7QC;AA8QV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBrLS,qBnQqLY,CAAC,GAAD,CmQrLN,CnQqLY,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,4GmQvL5B,4UnQuLK,CA9QP;AA+QV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBrLS,cnQqLK,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,AmQrLX,y6BnQqLZ,CA/QA;AAgRV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBzLgB,mBnQyLG,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,gRAAvB,CAhRL;AAiRV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB9LO,iBnQ8LU,AmQjMX,CnQiMY,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,oVAAvB,CAjRH;AAkRV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,kB7OAkB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,6KAAvB,CAlRJ;AAmRV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBrLM,YnQqLM,CAAC,GAAD,EAAM,GAAN,EAAW,AmQrLV,EnQqLD,AmQrLN,EnQqLqB,MAAf,EAAuB,wgBAAvB,CAnRE;AAoRV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBrLM,gBnQqLU,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,4bAAvB,CApRF;AAqRV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBrLK,wBnQqLmB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,q3BAAvB,CArRV;AAsRV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,c7OAc,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,00BAAvB,CAtRA;AAuRV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBtLIq2B,YAAAA,QnQsLgB,CAAC,AmQtLR,GnQsLO,AmQtLJA,EnQsLU,GE9af13B,AF8aS,EAAW,EAAX,AmQtLK,CAACjZ,CnQsLS,KE9adtP,CF8aD,AmQtLJ,CAAmBmY,CnQsLQ,IE9af,AiQwPZ,EAA0ByR,IAA1B,CAAZ,4+BnQsLgB,CAvRN;AEtJZ,AF8aE,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBtLI,UjQxPE,EF8aM,CAAC,GAAD,CE9aC5pB,CF8aK,GAAN,CE9aN,CF8aiB,EAAX,EE9aW,AF8aI,MAAf,EAAuB,GE9ajC,EAAkC,ioBF8axB,CAxRE;AEtJsB,AF+ahC,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBpNwB,qBnQoNH,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,SE9anB,KAAKgmB,UADM,qnBF+af,CAzRP;AEtJsB,AFgbhC,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBrNwB,sBnQqNF,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,saAAvB,CA1RR;AA2RV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBtNwB,gBnQsNR,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ohBAAvB,CA3RF;AEtJsB,AFkbhC,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBvNwB,gBnQuNR,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,6cAAvB,CA5RF;AErJX,AFkbC,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBxNwB,qBnQwNH,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,wBElbF,k3BFkbrB,CA7RP;AErJ4B,AFmbtC,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,e7OAe,CEnbDxe,AFmbE,GAAD,EAAM,EEnbqB,CFmb3B,EAAW,EAAX,EAAe,MAAf,EAAuB,ozDAAvB,CA9RD;AEpJVA,AFmbA,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB5LG,YjQvPCA,AFmbQ,CAAC,EmQ5LH,CnQ4LE,EAAM,CEnbP,CAAC+gB,AiQuPG63B,CnQ4LH,EAAW,EAAX,EAAe,EEnbhB,CAAP,GAAoBpgD,AFmbZ,EAAuB,CmQ5LzB,CAAuBigD,CjQvP7B,QiQuPM,CAAP,ifnQ4LS,CA/RE;AEnJV,AFmbA,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB5LG,WnQ4LQ,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,oEAAvB,CAhSG;AEtJsB,AFubhC,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,a7OAa,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,+RAAvB,CAjSC;AEtJsB,AFwbhC,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB7LE,aAAOA,KnQ6LS,CAAC,GAAD,AmQ7LhB,EnQ6LsB,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,2NAAvB,CAlSJ;AEtJsB,AFybhC,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB7LE,kBnQ6LgB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,qNAAvB,CAnSJ;AEtJsB,AF0bhC,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB5LC,gBnQ4Le,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,kdAAvB,CApSF;AEtJsB,AF2bhC,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,qB7OAqB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,yxBAAvB,CArSP;AElJX,AFwbC,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,O3O5bE,MAIO,aFwbiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,svBAAvB,CAtSZ;AEjJX,AFwbC,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,Y3OxbO,KAAKv/C,MAAL,AFwbgB,CAAC,EExbH,CAAlB,AFwboB,EExbC,AFwbK,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ylBAAvB,CAvST;AEhJV,AFwbA,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,c7OAc,CAAC,EExbJ,CFwbG,EAAM,EExbJslB,CFwbF,EAAW,EAAX,EAAe,GExblB,CAAgB,CAAhB,CFwbG,CExbgBuC,CFwbO,QExb1B,CAAP,+NFwbU,CAxSA;AE/IV,AFwbA,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,c7OAc,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,kVAAvB,CAzSA;AE9IX,AFwbC,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,gB7OAgB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,wQAAvB,CA1SF;AE7IZ,AFwbE,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,iB7OAiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,g3BAAvB,CA3SH;AA4SV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,oB7OAoB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,6YAAvB,CA5SN;AA6SV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,mB7OAmB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,6QAAvB,CA7SL;AA8SV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,0B7OA0B,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,gYAAvB,CA9SZ;AA+SV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,4B7OA4B,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,kcAAvB,CA/Sd;AE1Id,AF0bI,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,c7OAc,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,8fAAvB,CAhTA;AAiTV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,kB7OAkB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,+fAAvB,CAjTJ;AAkTV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,yB7OAyB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,yfAAvB,CAlTX;AAmTV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,yB7OAyB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,yVAAvB,CAnTX;AAoTV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,gC7OAgC,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,6XAAvB,CApTlB;AAqTV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,W7OAW,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,4UAAvB,CArTG;AAsTV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,mB7OAmB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,uaAAvB,CAtTL;AAuTV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,iB7OAiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,GmQ/LY,GnQ+L3B,EAAuB,iuBAAvB,CAvTH;AAwTV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBhM4C,WnQgMjC,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,wfAAvB,CAxTG;AAyTV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,qB7OAqB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,4QAAvB,CAzTP;AEpIP,AF8bH,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBlM4C,SjQ5P5BxB,CiQ4PMrlB,CjQ5Pf,CAAaqkB,IiQ4PwB,IjQ5PrC,AF8ba,CAAC,CE9bS,EF8bV,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,4CmQlMZ,WAAa,wNnQkMxB,CA1TN;AEnIb,AF8bG,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBlME,MjQ5PG,OAAOA,AiQ4PH,CnQkMK,CAAC,GAAD,AmQlMAo4B,EnQkMM,CE9bf,EF8bS,EAAW,AmQlMhB,CjQ5PgB,AiQ4PHt9C,CnQkMR,EAAe,CmQlMpB,GAAqBwK,EnQkMhB,EE9bb,AF8boC,AmQlM5B,CAA2B,CjQ5PE,SiQ4PDxK,IAAD,EAAU,ogBnQkMhC,CA3TA;AElIZ,AF8bE,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBlMG,WjQ5PM,AF8bE,CAAC,AmQlMLw/C,GjQ5PMv6B,AF8bF,AmQlMD,EnQkMO,CE9bR,AiQ4PI,CjQ5PKC,AiQ4Pf,CnQkMQ,EAAW,EAAX,EAAe,CE9bjB,CAAP,IF8bS,EAAuB,qpBAAvB,CA5TG;AEjIZ,AF8bE,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,G3OhcC,MAEO,MF8bO,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,oaAAvB,CA7TD;AEhIZ,AF8bE,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBrM8C,WjQzPrCD,GAAP,KF8biB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,UmQnMjBjlB,IAFqB,mYnQqM3B,CA9TL;AE/HZ,AF8bE,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBtM8C,cnQsMhC,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,gWAAvB,CA/TA;AE9Hb,AF8bG,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,mB7OAmB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,qXAAvB,CAhUL;AE5Hd,AF6bI,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBxM8C,YnQwMlC,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,6LAAvB,CAjUE;AAkUV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBvMG,gBnQuMa,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,0BmQvMR,qcnQuMf,CAlUF;AAmUV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBxM+B,gBAAjBy/C,InQwMM,CAAC,EmQxMU,CnQwMX,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,6fAAvB,CAnUN;AAoUV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,kB7OAkB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,wjBAAvB,CApUJ;AAqUV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBzMI,gBAAIA,CnQyMS,CAAC,GAAD,EAAM,AmQzMR,CAAC9gD,EnQyMC,EAAW,EAAX,CmQzMT,CnQyMwB,AmQzMP,MnQyMR,AmQzMY,CAACo/C,CnQyMU,MmQzMf,CAAcl9C,MAAd,CAAjB,MAA4C,CAAhD,EAAmD,u0BnQyMtC,CArUH;AAsUV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBzMK,kBAAM6+C,GnQyMU,CAAC,EmQzML,CnQyMI,EAAM,AmQzMP7iC,GnQyMC,EAAW,EAAX,CmQzMO,CnQyMQ,AmQzMP4iC,MnQyMR,CmQzMe,CnQyMQ,AmQzMPxxC,KAAR,CAAe,MAAI,CAAC8vC,OAAL,CAAcl9C,MAAd,IAAwB,GAAvC,EAA4C,CAA5C,CAAD,CAAvB,60BnQyMgB,CAtUP;AAuUV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,gB7OAgB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,8gCAAvB,CAvUF;AEvHP,AF+bH,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB1MK,SjQrPWgoB,OAAT,CAAkBrf,CiQqPhBk2C,GnQ0MY,CAAC,EmQ1MP,CjQrPR,AF+bc,EE/bc,AF+bR,AmQ1MTF,GnQ0MG,AmQ1MhB,EnQ0M2B,AmQ1MT,EnQ0MF,EAAe,MAAf,EAAuB,kYAAvB,CAxUP;AEtHb7hD,AF+bG,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB1MM6hD,EjQrPL7hD,MAAM,CAACa,OiQqPFghD,EnQ0MY,CAAC,AmQ1MV,GnQ0MS,AmQ1MNE,EnQ0MY,CE/bvB,CAAyB,CF+bR,CmQ1MZ,CnQ0MuB,EAAX,CE/bjB,CF+bgC,CE/bCl2C,KF+bhB,EAAuB,CE/bxC,mjBF+biB,CAzUJ;AErHb,AF+bG,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB1MM,mBnQ0Ma,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,gXAAvB,CA1UL;AA2UV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB1MK,kBnQ0Ma,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,4cAAvB,CA3UJ;AA4UV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB1MI,mBnQ0Me,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,oXAAvB,CA5UL;AA6UV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBpN8C,oBnQoN1B,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,wlBAAvB,CA7UN;AA8UV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBrN8C,2BnQqNnB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,2gCAAvB,CA9Ub;AA+UV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBtN8C,oBnQsN1B,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,oXAAvB,CA/UN;AAgVV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBvN8C,wBnQuNtB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,maAAvB,CAhVV;AAiVV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBxN8C,gBnQwN9B,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,0yBAAvB,CAjVF;AAkVV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,uB7OAuB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,mbAAvB,CAlVT;AAmVV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBhNG,eAAOg2C,GAAP,OnQgNsB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,wrBAAvB,CAnVX;AAoVV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBhNG,OAXM,CAAP,cnQ2NoB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,kzBAAvB,CApVR;AAqVV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBhNE,mBnQgNiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,qYAAvB,CArVL;AAsVV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB/MC,kBnQ+MiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,geAAvB,CAtVJ;AAuVV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,iB7OAiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,0pBAAvB,CAvVH;AAwVV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,Y7OAY,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,kjBAAvB,CAxVE;AAyVV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,iB7OAiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,gnBAAvB,CAzVH;AA0VV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,Y7OAY,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,skCAAvB,CA1VE;AA2VV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,c7OAc,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,+MAAvB,CA3VA;AA4VV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,mB7OAmB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,y0DAAvB,CA5VL;AA6VV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,Y7OAY,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,iRAAvB,CA7VE;AA8VV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,gB7OAgB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,4aAAvB,CA9VF;AA+VV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,yB7OAyB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,snBAAvB,CA/VX;AAgWV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,iB7OAiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,0UAAvB,CAhWH;AAiWV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,Y7OAY,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,yVAAvB,CAjWE;AAkWV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,mB7OAmB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,wgCAAvB,CAlWL;AAmWV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,Y7OAY,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ihBAAvB,CAnWE;AAoWV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,sB7OAsB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,w6BAAvB,CApWR;AAqWV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,gB7OAgB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,kgCAAvB,CArWF;AAsWV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,a7OAa,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,CmQlNkC,KnQkNjD,EAAuB,4SAAvB,CAtWC;AAuWV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBnN8D,enQmN/C,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,iaAAvB,CAvWD;AAwWV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,c7OAc,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,iIAAvB,CAxWA;AAyWV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBrN8D,UAA9C3+C,MAA8C,InQqN1C,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,4CmQrNlB,WAAqC,uLnQqN1C,CAzWN;AA0WV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBtN8D,UAAxB4M,EAAwB,OnQsN3C,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,yCmQtNC,IAAmB,uRnQsN3C,CA1WL;AA2WV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBvN8D,UAAbf,IAAa,KnQuN3C,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,2CmQvNc,IAAM,kQnQuN3C,CA3WL;AA4WV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,Y7OAY,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,0UAAvB,CA5WE;AA6WV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBxNE,8BnQwN4B,CAAC,IAAD,EAAO,GAAP,EAAY,CAAC,cAAD,CAAZ,EAA8B,MAA9B,EAAsC,m2FAAtC,CA7WhB;AA8WV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBxNE,UAAI,KAAK3D,MnQwNU,AmQxNf,CnQwNgB,AmQxNH,GnQwNE,EAAM,GAAN,CmQxNf,CnQwN0B,AmQxN9B,EnQwNmB,AmQxNU,EnQwNK,MAAf,EAAuB,69BAAvB,CA9WP;AA+WV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBxNG,YAAM42C,GnQwNM,CAAC,AmQxNH,GnQwNE,AmQxNC,EnQwNK,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,emQxNZC,MAAV,EAAb,uMnQwNY,CA/WD;AAgXV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,Y7OAY,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,itBAAvB,CAhXE;AAiXV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBxNG,YAAIlzC,CnQwNM,CAAC,EmQxNH,CnQwNE,EAAM,EmQxNH,CnQwNH,EAAW,CmQxNjB,CnQwNM,EAAe,CmQxNJA,IAAI,CnQwNf,AmQxNgBmC,EnQwNO,EmQxNZ,OAAiB,EAAtC,EAA0C,uXnQwNhC,CAjXC;AAkXV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBxNInC,UAAAA,IAAI,GAAGizC,CnQwNO,CAAC,EmQxNf,CnQwNc,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,2XAAvB,CAlXJ;AAmXV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBxNI,SAL2B,CAO5B,WnQsNkB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,o+BAAvB,CAnXP;AAoXV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,c7OAc,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ypBAAvB,CApXA;AAqXV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,e7OAe,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,8VAAvB,CArXD;AAsXV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBxNG,eAAO,CnQwNM,CAAC,GAAD,AmQxNDE,EnQwNO,GAAN,EAAW,EAAX,EAAe,CmQxNrB,CAAmBh/C,InQwNb,EAAuB,AmQxN7B,EAA2B2J,IAA3B,CAAiC,UAACg1C,GAAD,EAAS,0cnQwNpC,CAtXF;AAuXV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBvNI,anQuNS,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,8sBAAvB,CAvXC;AAwXV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBvNI,WnQuNO,CAAC,EmQvNJ/xC,CnQuNG,CmQvND,CnQuNO,GAAN,CmQvNI,CnQuNO,EAAX,CmQvNP,CnQuNsB,CmQvNL,KnQuNV,EAAuB,kRAAvB,CAxXG;AAyXV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBvNKA,YAAAA,EAAE,GAAG+xC,CnQuNQ,CAAC,CmQvNN,EnQuNK,CmQvNF,CnQuNQ,AmQvNnB,GnQuNa,EAAW,EAAX,EAAe,MAAf,EAAuB,0JAAvB,CAzXJ;AA0XV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBvNK,anQuNQ,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ugBAAvB,CA1XC;AA2XV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,Y7OAY,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ofAAvB,CA3XE;AA4XV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBvNI,anQuNS,CAAC,AmQvNNjxB,GnQuNK,EAAM,AmQvNN,GnQuNA,AmQvNG,EnQuNQ,AmQvNpB,EnQuNS,EAAe,MAAf,EAAuB,ujCAAvB,CA5XC;AA6XV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,oB7OAoB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,gsBAAvB,CA7XN;AA8XV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBvNI,cAAI,MAAI,CnQuNS,AmQvNRsP,CnQuNS,GAAD,CmQvNb,CnQuNmB,AmQvNP,GnQuNC,EAAW,EAAX,AmQvNb,CAAJ,CnQuNgC,CmQvNN,KnQuNT,EAAuB,8MAAvB,CA9XP;AA+XV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBvNKtP,YAAAA,KAAK,GAAG,KnQuNY,CAAC,AmQvNT,CAACsP,EnQuNO,EAAM,CmQvNlB,CAAY,CnQuNA,EAAW,EAAX,EAAe,AmQvN3B,EAAqB5vB,InQuNT,CmQvNZ,CnQuNmC,AmQvNP,GAA5B,EAAiC,CAAjC,CAAR,8OnQuNoB,CA/XX;AAgYV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBvNK,WAFD,MAEO,InQuNU,AmQvNN,CnQuNO,GAAD,EAAM,AmQvNR,CAAC4vB,EnQuNC,EAAW,CmQvNjB,CnQuNM,AmQvNM,EnQuNS,MAAf,EAAuB,EmQvN7B,CAAJ,EAA+B,gLnQuNrB,CAhYP;AAiYV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBvNKtP,YAAAA,GnQuNU,CAAC,CmQvNN,EnQuNK,CmQvNF,CnQuNQ,GAAN,EAAW,AmQvNT,CAACsP,CnQuNH,EAAe,EmQvNjB,CAAY,GnQuNV,EAAuB,OmQvNzB,EAA0B5vB,KAA1B,CAAiC,GAAjC,EAAsC,CAAtC,CAAR,8sCnQuNU,CAjYD;AAkYV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBvNK,anQuNQ,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ouBAAvB,CAlYC;AAmYV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,oB7OAoB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,mtCAAvB,CAnYN;AAoYV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBvNI,iBAAO,KnQuNW,CAAC,AmQvNR,CAACqvC,EnQuNM,EAAM,GAAN,AmQvNX,CAAaltB,CnQuNS,EAAX,AmQvNX,EnQuN0B,MAAf,EAAuB,CmQvNb,MAAI,CAAC2tB,OAAL,CAAcl9C,MAAd,CAArB,cAA8C4M,EAA9C,GAAoD,w0CnQuNzC,CApYR;AAqYV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBvNKf,YAAAA,IAAI,EnQuNS,AmQvNbA,CnQuNc,GAAD,AmQxN6C,EnQwNvC,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,yvCAAvB,CArYJ;AAsYV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBvNKizC,YAAAA,IAAI,EAAJA,EnQuNe,CAAC,CmQzN0C,EnQyN3C,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,o2CAAvB,CAtYN;AAuYV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBvNKpxB,YAAAA,KnQuNY,AmQvNP,CnQuNQ,CmQvNbA,EnQuNY,EAAM,CmQ1NwC,EnQ0N9C,EAAW,EAAX,EAAe,MAAf,EAAuB,6mBAAvB,CAvYH;AAwYV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBvNKuxB,YAAAA,GnQuNU,CAAC,AmQvNP,EAAE,CnQuNI,EAAM,GAAN,AmQvNA,CAAC5tB,CnQuNU,EAAX,EAAe,CmQvNnB,KnQuNI,EAAuB,wnBAAvB,CAxYD;AAyYV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB5N+D,WAApD,CAAP,UnQ4NkB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,wmBAAvB,CAzYR;AA0YV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBvNI,SArBM,CAAP,UnQ4OiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,wSAAvB,CA1YN;AA2YV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBvNG,0BnQuNuB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,2ZAAvB,CA3YZ;AA4YV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBvNE,enQuNa,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ofAAvB,CA5YD;AA6YV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBtNC,YnQsNW,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,+XAAvB,CA7YE;AA8YV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,gB7OAgB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,8kBAAvB,CA9YF;AA+YV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,iB7OAiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,+kBAAvB,CA/YH;AAgZV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,uB7OAuB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,6yBAAvB,CAhZT;AAiZV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,mB7OAmB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,+lBAAvB,CAjZL;AAkZV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,mB7OAmB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,8dAAvB,CAlZL;AAmZV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,yB7OAyB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ygCAAvB,CAnZX;AAoZV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,kB7OAkB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,iqBAAvB,CApZJ;AAqZV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,kB7OAkB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,qlCAAvB,CArZJ;AAsZV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,mB7OAmB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,iqBAAvB,CAtZL;AAuZV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,0B7OA0B,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,iwBAAvB,CAvZZ;AAwZV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,wB7OAwB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,wzBAAvB,CAxZV;AAyZV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,iB7OAiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ucAAvB,CAzZH;AA0ZV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,uB7OAuB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,6qBAAvB,CA1ZT;AA2ZV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,kB7OAkB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,CmQzNGa,CnQyNY,MAAf,EAAuB,CmQzNgB,uMnQyNvC,CA3ZJ;AA4ZV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB1NyD,2BnQ0N9B,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,sMAAvB,CA5Zb;AA6ZV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,qB7OAqB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,wqBAAvB,CA7ZP;AA8ZV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB5NyD,UAA1BoH,InQ4NjB,AmQ5N2C,CnQ4N1C,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,gDmQ5NC,IAAmB,6iBnQ4N3C,CA9ZA;AA+ZV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB7NyD,UAAbjnB,IAAa,EnQ6NzC,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,8CmQ7NY,IAAM,kTnQ6NzC,CA/ZF;AAgaV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB7NE,UAAM6sC,OnQ6NS,CAAC,GAAD,EAAM,GAAN,EAAW,AmQ7NF,EnQ6NT,CmQ7NY,CnQ6NG,ImQ7NEh3C,EnQ6NjB,EAAuB,EmQ7NX,CAAa,OAAb,CAA3B,wZnQ6Ne,CAhaH;AAiaV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB5NE,WAAKA,GnQ4NO,CAAC,EmQ5Nb,CnQ4NY,AmQ5NC,EnQ4NK,GAAN,EAAW,AmQ5NvB,EnQ4NY,AmQ5NU,EnQ4NK,EmQ5N3B,InQ4NY,EAAuB,wjBAAvB,CAjaA;AAkaV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB5NE,anQ4NW,AmQ5NJ,CnQ4NK,GAAD,AmQ5NAiD,EnQ4NM,GAAN,EAAW,AmQ5Nf,CAAa,CnQ4NT,EAAe,MAAf,CmQ5NmBlC,CnQ4NI,MmQ5Nd,EAAmBG,MAAnB,EAA2B,4jBnQ4NpC,CAlaC;AAmaV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB5NG,YAAMoK,MAAM,EnQ4NK,CAAC,AmQ5NH0e,GnQ4NE,EAAM,GAAN,AmQ5NM,CAACrP,CnQ4NI,EAAX,EAAe,AmQ5NjB,CAAeyW,IAAf,CnQ4NE,CmQ5NmBjnB,CnQ4NI,GmQ5NzB,CAAf,CAD8C,CAE9C,yTnQ2NiB,CAnaN;AAoaV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB3NG,0BnQ2NuB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,mgBAAvB,CApaZ;AAqaV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,4B7OA4B,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,mhBAAvB,CArad;AAsaV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB5NG,YAAI,OAAOmB,KnQ4NU,CAAC,AmQ5NlB,GnQ4NiB,EAAM,AmQ5NL,GnQ4ND,EAAW,EAAX,EAAe,AmQ5NpC,EAAiC,InQ4NZ,EAAuB,u+BAAvB,CAtaV;AAuaV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB5NI,cAAIA,MAAJ,EAAY,InQ4NU,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,2bAAvB,CAvaZ;AAwaV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB5NKvK,YAAAA,OnQ4Nc,AmQ5NP,CnQ4NQ,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,8XAAvB,CAxaL;AAyaV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB5NK,WAFD,MAEO,SnQ4Ne,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,2cAAvB,CAzaZ;AA0aV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB5NKG,YAAAA,MnQ4Na,AmQ5NP,CnQ4NQ,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,qkBAAvB,CA1aJ;AA2aV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB5NK,kBnQ4Na,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,gcAAvB,CA3aJ;AA4aV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB5NI,SAND,MAMO,IAAI,InQ4NS,CAAC,GAAD,AmQ5NFoK,EnQ4NQ,GAAN,CmQ5NT,CnQ4NoB,EAAX,EAAe,CmQ5NN,KnQ4NT,EAAuB,CmQ5NpC,EAAgC,utBnQ4NnB,CA5aT;AA6aV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB5NI,uBnQ4NmB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,8tBAAvB,CA7aT;AA8aV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB5NI,cAAI,OAAOA,GnQ4NS,CAAC,EmQ5NJ,CnQ4NG,AmQ5NF7J,EnQ4NQ,EmQ5NtB,CnQ4NgB,EAAW,CmQ5NL,CnQ4NN,EAAe,MAAf,EAAuB,AmQ5N3C,EAAuC,+tBnQ4NnB,CA9aV;AA+aV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB3NK6J,YAAAA,MAAM,CAAC7J,EnQ2NS,CAAC,CmQ3NjB,CAAY,CnQ2NI,EAAM,GAAN,EAAW,EAAX,AmQ3NMrL,EnQ2NS,GmQ3NnB,EAAiB,CnQ2Nb,EAAuB,4tBAAvB,CA/aP;AAgbV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB3NM,kBAAI,EnQ2NU,CAAC,GAAD,CmQ3NHA,CnQ2NS,GAAN,CmQ3NV,CnQ2NqB,EAAX,EAAe,AmQ3NR,MnQ2NP,EAAuB,CmQ3NrC,EAAgC,4dnQ2NlB,CAhbN;AAibV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB3NO,iBnQ2NU,CAAC,EmQ3NPA,CnQ2NM,EAAM,EmQ3NhB,CnQ2NU,CmQ3NC,CnQ2NU,EAAX,EAAe,MAAf,EAAuB,ogBAAvB,CAjbH;AAkbV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB3NQ2K,kBAAAA,GnQ2Na,CAAC,GAAD,AmQ3NN,EnQ2NY,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,qcAAvB,CAlbP;AAmbV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB3NQ,iBAFD,InQ6Nc,CAAC,CmQ3NR,EnQ2NO,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,mrCAAvB,CAnbP;AAobV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB3NQG,kBnQ2NU,AmQ3NVA,CnQ2NW,GAAD,EAAM,AmQ3NV,GnQ2NI,EAAW,EAAX,EAAe,MAAf,EAAuB,ssBAAvB,CApbJ;AAqbV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB3NQ,anQ2NK,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,4rBAAvB,CArbC;AAsbV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB3NO,qBnQ2Nc,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ygBAAvB,CAtbP;AAubV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB3NM,aARD,KnQmOa,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,usCAAvB,CAvbJ;AAwbV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB3NK,WAXD,MnQsOa,AmQ3NN,CnQ2NO,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,yzBAAvB,CAxbH;AAybV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB3NKH,YAAAA,OAAO,QnQ2Ne,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,+lBAAvB,CAzbb;AA0bV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB3NK,uBnQ2NkB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,8rBAAvB,CA1bT;AA2bV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB3NI,SAhBM,MAgBA,CnQ2NM,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,89CAAvB,CA3bF;AA4bV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB3NIG,UAAAA,MnQ2NY,AmQ3NN,CnQ2NO,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,oPAAvB,CA5bF;AA6bV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB3NI,enQ2NW,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,i0BAAvB,CA7bD;AA8bV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB3NG,OA7BM,EA6BJ+1C,OA7BI,CA6BK,CnQ2NI,CAAC,GAAD,EAAM,GAAN,EAAW,AmQ3NT,EnQ2NF,EAAe,MAAf,EAAuB,oZAAvB,CA9bJ;AA+bV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB3NG,QAAA,MAAI,CAACj3C,MAAL,CAAa,CnQ2NO,CAAC,GAAD,EAAM,AmQ3N1B,EAAsBg3C,CnQ2NF,EAAW,EAAX,EAAe,MAAf,EAAuB,GmQ3N3C,oanQ2NoB,CA/bT;AAgcV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB3NG,OA/BM,CAAP,UnQ0PgB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,mVAAvB,CAhcJ;AAicV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB3NE,WnQ2NS,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,+bAAvB,CAjcG;AAkcV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB1NC,uBnQ0NsB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,iiBAAvB,CAlcT;AAmcV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,6B7OA6B,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,wrBAAvB,CAncf;AAocV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,sB7OAsB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ubAAvB,CApcR;AAqcV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,uB7OAuB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,q1BAAvB,CArcT;AAscV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,e7OAe,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,wYAAvB,CAtcD;AAucV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,kB7OAkB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,sdAAvB,CAvcJ;AAwcV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,sB7OAsB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,mgBAAvB,CAxcR;AAycV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,e7OAe,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,8jBAAvB,CAzcD;AA0cV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,a7OAa,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,CmQ7NG,CnQ6NY,MAAf,EAAuB,iNAAvB,CA1cC;AA2cV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB9NgB,oBnQ8NI,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,+OAAvB,CA3cN;AA4cV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,iB7OAiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,wZAAvB,CA5cH;AA6cV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB/NE,kBnQ+NgB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,qkBAAvB,CA7cJ;AA8cV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB/NE,WAAKliB,KAAL,CAAY,EnQ+NK,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,gXAAvB,CA9cL;AA+cV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB/NG7V,QAAAA,IAAI,EnQ+NO,AmQ/NL,CnQ+NM,GAAD,CmQ/NA6V,CnQ+NM,GAAN,CmQ/NL,CnQ+NgB,AmQ/NJ,EnQ+NP,EAAe,EmQ/NpB,InQ+NK,AmQ/NiB,EnQ+NM,4zBAAvB,CA/cA;AAgdV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBjOc,OAAZ,MnQiOW,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,6jBAAvB,CAhdC;AAidV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB9NE,aAAO,EnQ8NM,CAAC,CmQ9NH7xB,EnQ8NE,EAAM,GAAN,AmQ9NN,CAAa,CnQ8NI,EAAX,EAAe,KmQ9NPlC,CnQ8NR,EAAuB,ImQ9NhB,EAAUG,MAAV,EAAqB,qsBnQ8N5B,CAjdD;AAkdV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB9NG,mBnQ8NgB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,0JAAvB,CAldL;AAmdV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB9NG,mBnQ8NgB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,8mCAAvB,CAndL;AAodV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB9NGzB,QAAAA,InQ8NS,CAAC,GAAD,EAAM,AmQ9NL,CAAE,EnQ8NH,EAAW,EAAX,EAAe,ImQ9NG,EnQ8NlB,EAAuB,ueAAvB,CApdE;AAqdV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB/N8B,anQ+NjB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,i0BAAvB,CArdC;AAsdV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,kB7OAkB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,4gBAAvB,CAtdJ;AAudV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBjO8B,gBnQiOd,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,KmQjOpBzH,MAAW,42BnQiOd,CAvdF;AAwdV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBlOmBA,YAAAA,MAAW,EnQkOV,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,w6BAAvB,CAxdN;AAydV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBnO8B,uBnQmOP,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,uQAAvB,CAzdT;AA0dV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,qB7OAqB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,m+BAAvB,CA1dP;AA2dV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBpOI,enQoOW,CAAC,GAAD,EAAM,GAAN,AmQpOX,EnQoOsB,EAAX,EAAe,AmQpOtB,CAACurB,GAAL,EnQoOW,AmQpOF/oB,EnQoOyB,EmQpOlC,oBAAes3C,UAAf,SAA8B95C,MAA9B,GAAsCyJ,IAAtC,CAA4C,YAAM,ylCnQoOvC,CA3dD;AA4dV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBpOK,YAAA,EnQoOS,CAAC,GAAD,AmQpOL,CAACzB,CnQoOU,GAAN,EAAW,AmQpOpB,CAAa,CnQoOJ,EAAe,MAAf,EAAuB,ImQpOhC,EAA8B,KAA9B,g8BnQoOS,CA5dA;AA6dV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,a7OAa,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,2lCAAvB,CA7dC;AA8dV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBrOKe,YAAAA,KnQqOY,CAAC,CmQrON,EnQqOK,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,iXAAvB,CA9dH;AA+dV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBrOK,WAHD,EAGGyB,KAHH,CAGU,EnQqOO,CAAC,GAAD,EAAM,GAAN,CmQrOD,CnQqOY,EAAX,EAAe,MAAf,EAAuB,sbAAvB,CA/dP;AAgeV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBrOKzB,YAAAA,OAAO,GnQqOU,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,yhBAAvB,CAheR;AAieV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBrOK,WALD,YnQ0OmB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,obAAvB,CAjeT;AAkeV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBrOI,SAPS,EAOP,CAPO,EAOJ,MnQqOW,AmQrOP,CnQqOQ,AmQrOPm2C,GnQqOM,EAAM,AmQrOjB,GnQqOW,AmQrOG,EnQqOQ,EAAX,EAAe,AmQrOR,CAACpiB,KnQqOR,AmQrOG,CAAY,CnQqOQ,KmQrOpB,CAAd,CAPI,CAAV,ikBnQ4OiB,CAleN;AAmeV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBrOG,OAXM,CAAP,UnQgPgB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,qlBAAvB,CAneJ;AAoeV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBrOE,enQqOa,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,i3BAAvB,CApeD;AAqeV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBpOC,gBnQoOe,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,iuBAAvB,CAreF;AAseV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,iB7OAiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,oIAAvB,CAteH;AAueV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,e7OAe,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,oPAAvB,CAveD;AAweV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,a7OAa,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,0hCAAvB,CAxeC;AAyeV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,gB7OAgB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ibAAvB,CAzeF;AA0eV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,e7OAe,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ynBAAvB,CA1eD;AA2eV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,mB7OAmB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ibAAvB,CA3eL;AA4eV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,a7OAa,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,0dAAvB,CA5eC;AA6eV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,a7OAa,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,GmQvOR,GnQuOP,EAAuB,gVAAvB,CA7eC;AA8eV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBxOoB,cnQwON,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ucAAvB,CA9eA;AA+eV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,a7OAa,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,qTAAvB,CA/eC;AAgfV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBzOE,aAAO,CnQyOK,CAAC,EmQzOF7xB,CnQyOC,EAAM,GAAN,CmQzOL,CnQyOgB,AmQzOH,EnQyOR,EAAe,MAAf,AmQzOSlC,EnQyOc,KmQzOf,EAAUG,MAAV,EAAqB,ykBnQyO7B,CAhfA;AAifV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBzOGzB,QAAAA,QnQyOa,CAAC,CmQzOJ,CAAE,CnQyOC,EAAM,GAAN,EAAW,EAAX,EAAe,AmQzOV,MnQyOL,EAAuB,qPAAvB,CAjfF;AAkfV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBzOI,UAAA,MnQyOY,AmQzOR,CnQyOS,AmQzORw1C,GnQyOO,EAAM,CmQzOlB,CAAYz6C,CnQyOA,EAAW,CmQzOvB,CnQyOY,AmQzOMs3C,EnQyOS,MAAf,EAAuB,AmQzOnC,EAA+BrwC,IAA/B,CAAqC,YAAM,0YnQyO/B,CAlfF;AAmfV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBzOK,YnQyOO,AmQzOP,CnQyOQ,GAAD,EAAM,AmQzOT,CAACzB,EnQyOE,EAAW,EAAX,AmQzOP,CAAa,CnQyOS,MAAf,EAAuB,MmQzO9B,EAA8B,KAA9B,ySnQyOO,CAnfE;AAofV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,mB7OAmB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,iZAAvB,CApfL;AAqfV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB1OKe,YAAAA,EnQ0OS,CAAC,GAAD,CmQ1OF,CnQ0OQ,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,kNAAvB,CArfA;AAsfV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB1OK,WAHD,CnQ6OQ,CAAC,AmQ1ONyB,GnQ0OK,EAAM,AmQ7Od,CAGU,EnQ0OF,EAAW,EAAX,EAAe,ImQ1OP,EnQ0OR,EAAuB,qxDAAvB,CAtfE;AAufV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB1OK,YAAA,CnQ0OQ,CAAC,GAAD,CmQ1OJ,CnQ0OU,AmQ1OTxC,GnQ0OG,EAAW,CmQ1OnB,CnQ0OQ,AmQ1OK,EnQ0OU,MAAf,EAAuB,KmQ1O/B,EAA8B,KAA9B,EADe,CAEf,+1BnQyOQ,CAvfC;AAwfV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBzOK,sBnQyOiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,y7DAAvB,CAxfR;AAyfV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBzOK,anQyOQ,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,0/BAAvB,CAzfC;AA0fV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,W7OAW,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,4cAAvB,CA1fG;AA2fV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,gB7OAgB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,48CAAvB,CA3fF;AA4fV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB1OK,cnQ0OS,CAAC,CmQ1ON,EnQ0OK,EAAM,EmQ1OP,CnQ0OC,AmQ1OA80B,EnQ0OW,EAAX,CmQ1OL,CnQ0OoB,AmQ1OR,MnQ0OP,AmQ1OL,EnQ0O4B,EmQ1ON,CAA1B,EAA6B,0jDnQ0OpB,CA5fA;AA6fV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB1OM,YnQ0OM,CAAC,CmQ1OP,EnQ0OM,EAAM,EmQ1OR,CnQ0OE,AmQ1ODA,EnQ0OY,EAAX,CmQ1ON,CnQ0OqB,AmQ1OT,MnQ0ON,EAAuB,2gBAAvB,CA7fE;AA8fV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB1OO7V,gBAAAA,CnQ0OU,CAAC,EmQ1OP,CnQ0OM,CmQ1OJ,CnQ0OU,GAAN,EAAW,AmQ1OX,CAAC6V,CnQ0OD,EAAe,EmQ1OnB,CAAY,GnQ0OR,EAAuB,CmQ1O3B,IAAsB,0sBnQ0OlB,CA9fH;AA+fV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB5OkB,eAAZ,QnQ4OiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,85BAAvB,CA/fT;AAggBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB1OM,iBnQ0OW,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,uuBAAvB,CAhgBH;AAigBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,gB7OAgB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,oZAAvB,CAjgBF;AAkgBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB1OK,YAAA,InQ0OW,CAAC,CmQ1OR,CAACqiB,CnQ0OM,EAAM,GAAN,CmQ1OX,CnQ0OsB,EAAX,AmQ1OK11C,EnQ0OU,EmQ1O1B,CAAsB,GnQ0OX,EAAuB,OmQ1ON,q9BnQ0OjB,CAlgBF;AAmgBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB1OMV,cnQ0OQ,AmQ1ORA,CnQ0OS,GAAD,EAAM,CmQ1OP,EnQ0OC,EAAW,EAAX,EAAe,MAAf,EAAuB,yQAAvB,CAngBA;AAogBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB1OM,aAFD,MnQ4Oc,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,8tBAAvB,CApgBL;AAqgBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB1OK,WAlBD,SnQ4PgB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,osBAAvB,CArgBN;AAsgBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB1OI,SApBS,EAoBP,CApBO,CAAV,SnQ8PmB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,0aAAvB,CAtgBR;AAugBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB1OG,OAtBM,CAAP,CADkB,CAwBlB,GnQyOW,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,wUAAvB,CAvgBC;AAwgBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBzOE,kBnQyOgB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,mhBAAvB,CAxgBJ;AAygBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,oB7OAoB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,yaAAvB,CAzgBN;AA0gBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,kB7OAkB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,iaAAvB,CA1gBJ;AA2gBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,mB7OAmB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,AmQ1OE,EnQ0Oa,MAAf,EAAuB,ioBAAvB,CA3gBL;AA4gBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBzOE,YnQyOU,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,wXAAvB,CA5gBE;AA6gBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBzOE,WAAKq2C,EnQyOM,CAAC,GAAD,EAAM,AmQzOjB,CAAe,EnQyOJ,EAAW,CmQzOtB,CnQyOW,EAAe,MAAf,EAAuB,6lBAAvB,CA7gBC;AA8gBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,iB7OAiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,iSAAvB,CA9gBH;AA+gBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB1OE,UAAI,KAAKpC,OAAL,CnQ0OiB,AmQ1OH,CnQ0OI,GAAD,EAAM,AmQ1OvB,GnQ0OiB,CmQ1OO,CnQ0OI,AmQ1OhC,EnQ0OqB,AmQ1OU,EnQ0OK,MAAf,EAAuB,2ZAAvB,CA/gBT;AAghBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB1OG,aAAK/mB,IAAL,CAAW,InQ0OQ,CAAC,AmQ1OpB,GnQ0OmB,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,6RAAvB,CAhhBR;AAihBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB1OG,OANkB,CAQnB,YnQwOkB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,iSAAvB,CAjhBN;AAkhBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,iB7OAiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ypBAAvB,CAlhBH;AAmhBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,iB7OAiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,sjBAAvB,CAnhBH;AAohBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB1OE,WAAKlI,CnQ0OK,CAAC,GAAD,EAAM,AmQ1OhB,CAAcrF,EnQ0OJ,EAAW,AmQ1OH,CAAC7H,CnQ0OT,EAAe,EmQ1OX,CAAW,GnQ0Of,EAAuB,AmQ1OH7Y,MAAL,CAAa,kBAAb,CAAX,CAAd,EATmB,CAWnB,msCnQwOU,CAphBE;AAqhBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,iB7OAiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,goBAAvB,CArhBH;AAshBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBzOE,WAAK80B,CnQyOK,CAAC,GAAD,AmQzOV,CAAY,CnQyOI,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,gjBAAvB,CAthBE;AAuhBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBzOG7V,QAAAA,IAAI,EAAE,CADK,CnQ0OE,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ksBAAvB,CAvhBF;AAwhBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBzOGi4B,QAAAA,KAAK,EnQyOO,AmQzOL,CnQyOM,GAAD,CmQzOAlC,CnQyOM,GAAN,EAAW,CmQzOhB,CnQyOK,AmQzOS,EnQyOM,KmQzOpB,CnQyOK,EAAuB,stCAAvB,CAxhBD;AAyhBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB5Oc,OAAZ,QnQ4Oa,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,6ZAAvB,CAzhBD;AA0hBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBxOE,WAAKh1C,MAAL,CAAa,InQwOO,CAAC,EmQxOrB,CnQwOoB,CmQxOE,CnQwOI,GAAN,CmQxOpB,CnQwO+B,CmQzPZ,CnQyPC,AmQtOpB,EnQsOmC,MAAf,EAAuB,gKAAvB,CA1hBR;AA2hBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,Y7OAY,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,sNAAvB,CA3hBE;AA4hBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBvOE,iBnQuOe,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,AmQvOhB3J,MAAM,CAACY,IAAP,CAAa,KAAKs7C,QAAlB,CAAtB,qCAAmD,wNnQuOpC,CA5hBH;AA6hBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBxOO,YAAM8E,OAAO,QnQwOO,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,AmQxOpB,EnQwOmC,MAAf,EAAuB,oOAAvB,CA7hBb;AA8hBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBxOG,aAAK9E,QAAL,CAAc8E,KnQwOU,CAAC,CmQxOzB,EnQwOwB,EAAM,AmQxOL,EAAzB,CnQwOwB,EAAW,EAAX,EAAe,MAAf,EAAuB,qOAAvB,CA9hBb;AA+hBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBxOG,OAtBkB,CAwBnB,oBnQsO0B,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,oOAAvB,CA/hBd;AAgiBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBtOE,yBnQsOuB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,oOAAvB,CAhiBX;AAiiBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,kB7OAkB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,shCAAvB,CAjiBJ;AAkiBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,oB7OAoB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,klBAAvB,CAliBN;AAmiBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBxOE,UAAM10C,GnQwOK,CAAC,GAAD,CmQxOG,CnQwOG,EmQxOA,CnQwON,CmQxOX,CnQwOsB,EAAX,EAAe,MAAf,EAAuB,wxBAAvB,CAniBC;AAoiBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,mB7OAmB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,y3CAAvB,CApiBL;AAqiBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBpQqB,anQoQR,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,cmQxOb,KAAKsvC,OAAL,EA5BF,2fnQoQR,CAriBC;AAsiBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBrQqB,cnQqQP,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,gbAAvB,CAtiBA;AAuiBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,iB7OAiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,gmBAAvB,CAviBH;AAwiBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBvQqB,YnQuQT,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,iTAAvB,CAxiBE;AAyiBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB5OE,WnQ4OS,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,6BmQ5OM,mNnQ4O7B,CAziBG;AA0iBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB7OwC,cAA3BC,InQ6OK,CAAC,CmQ7OqB,EnQ6OtB,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,gkBAAvB,CA1iBJ;AA2iBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB7OGvvC,UAAAA,QAAQ,CAACzH,GnQ6OU,CAAC,AmQ7OpB,CAAeg3C,EnQ6OI,EAAM,EmQ7OJ,CnQ6OF,AmQ7OG96B,EnQ6OQ,EAAX,CmQ7OJ,CnQ6OmB,CmQ7OlC,KnQ6OmB,EAAuB,uoBAAvB,CA3iBR;AA4iBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB7OG,kBnQ6Oe,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,mKAAvB,CA5iBJ;AA6iBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB5QqB,sBnQ4QC,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,sPAAvB,CA7iBR;AA8iBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB7QqB,enQ6QN,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,8UAAvB,CA9iBD;AA+iBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB9QqB,iBnQ8QJ,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,kfAAvB,CA/iBH;AAgjBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB/QqB,cnQ+QP,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ybAAvB,CAhjBA;AAijBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBhRqB,YnQgRT,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,wTAAvB,CAjjBE;AAkjBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,mB7OAmB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,guBAAvB,CAljBL;AAmjBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBlRqB,mBnQkRF,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,QmQlPhB,KAAK26B,UAAL,EAhCL,qcnQkRF,CAnjBL;AAojBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBnRqB,qBnQmRA,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,6fAAvB,CApjBP;AAqjBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,qB7OAqB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,4fAAvB,CArjBP;AAsjBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBrRqB,YnQqRT,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,4kBAAvB,CAtjBE;AAujBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBtPE,anQsPW,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,2BmQtPU,spBnQsPjC,CAvjBC;AAwjBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBvP8C,cnQuPhC,AmQvPDC,CnQuPE,GAAD,EAAM,GAAN,AmQvPgC,EnQuPrB,EAAX,EAAe,MAAf,EAAuB,meAAvB,CAxjBA;AAyjBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBvPGrvC,UAAAA,CnQuPQ,CAAC,GAAD,EAAM,CmQvPN,CAACzH,CnQuPD,EAAW,CmQvPnB,CnQuPQ,AmQvPO82C,EnQuPQ,MAAf,CmQvPgB,CnQuPO,AmQvPNnlB,OAAV,EAAf,0QnQuPQ,CAzjBG;AA0jBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsBvPG,iBnQuPc,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,uNAAvB,CA1jBH;AA2jBV,AkHAJ,AqDAA,AlJDA,AyNAA,ADCA,AsB1RqB,wBnQ0RG,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,geAAvB,CA3jBV;AA4jBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB1RqB,cnQ2RP,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,sdAAvB,CA5jBA;AA6jBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB3RqB,enQ4RN,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,uoCAAvB,CA7jBD;AA8jBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB5RqB,enQ6RN,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,4oBAAvB,CA9jBD;AA+jBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB7RqB,cnQ8RP,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,u2BAAvB,CA/jBA;AAgkBV,AkHAJ,AqDAA,AlJDA,AyNAA,iB9OCiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,4yBAAvB,CAhkBH;AAikBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB3PE,aAAO5pB,KnQ4PS,CAAC,CmQ5PH,CAACP,CnQ4PC,EAAM,AmQ5Pf,CAAaC,EnQ4PJ,EAAW,EAAX,EAAe,AmQ5PxB,CAAP,KnQ4PgB,EAAuB,idAAvB,CAjkBJ;AAkkBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB3PE,sBnQ4PoB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,spBAAvB,CAlkBR;AAmkBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB1PC,4BnQ2P2B,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,00BAAvB,CAnkBd;AAokBV,AkHAJ,AqDAA,AlJDA,AyNAA,wB9OCwB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,krBAAvB,CApkBV;AAqkBV,AkHAJ,AqDAA,AlJDA,AyNAA,kB9OCkB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,yhBAAvB,CArkBJ;AAskBV,AkHAJ,AqDAA,AlJDA,AyNAA,a9OCa,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,sHAAvB,CAtkBC;AAukBV,AkHAJ,AqDAA,AlJDA,AyNAA,oB9OCoB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,4KAAvB,CAvkBN;AAwkBV,AkHAJ,AqDAA,AlJDA,AyNAA,oB9OCoB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,8MAAvB,CAxkBN;AAykBV,AkHAJ,AqDAA,AlJDA,AyNAA,c9OCc,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,4QAAvB,CAzkBA;AA0kBV,AkHAJ,AqDAA,AlJDA,AyNAA,c9OCc,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,kLAAvB,CA1kBA;AA2kBV,AkHAJ,AqDAA,AlJDA,AyNAA,kB9OCkB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,sRAAvB,CA3kBJ;AA4kBV,AkHAJ,AqDAA,AlJDA,AyNAA,kB9OCkB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,uWAAvB,CA5kBJ;AA6kBV,AkHAJ,AqDAA,AlJDA,AyNAA,sB9OCsB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,qmBAAvB,CA7kBR;AA8kBV,AkHAJ,AqDAA,AlJDA,AyNAA,uB9OCuB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,u0BAAvB,CA9kBT;AA+kBV,AkHAJ,AqDAA,AlJDA,AyNAA,2B9OC2B,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,yfAAvB,CA/kBb;AAglBV,AkHAJ,AqDAA,AlJDA,AyNAA,mB9OCmB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,2gBAAvB,CAhlBL;AAilBV,AkHAJ,AqDAA,AlJDA,AyNAA,uB9OCuB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,CmQ9PG20C,CnQ8PY,MAAf,EAAuB,CmQ9PV72C,UAAU,whCnQ8PvB,CAjlBT;AAklBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB7PE82C,gBnQ8Pc,CAAC,GAAD,EAAM,GAAN,AmQ9PJviB,EnQ8Pe,EAAX,AmQ9Pd,CAAgBsiB,CnQ8Pa,MAAf,CmQ9Pd,CnQ8PqC,CmQ9PX,UAACr6B,KAAD,EAAW,0XnQ8PvB,CAllBF;AAmlBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB7PG,YnQ8PS,AmQ9PLA,CnQ8PM,GAAD,CmQ9PA,CnQ8PM,AmQ9PLtmB,GnQ8PD,EAAW,CmQ9PhB,CnQ8PK,AmQ9PQ0N,EnQ8PO,KmQ9PpB,CnQ8PK,AmQ9PgB2J,EnQ8PO,SmQ9P5B,MAAuC,OAA3C,EAAoD,yRnQ8P3C,CAnlBE;AAolBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB7PIiP,UAAAA,KAAK,CAACu6B,KnQ8PW,CAAC,GAAD,EAAM,GAAN,AmQ9PjB,EnQ8P4B,EAAX,EAAe,MAAf,EAAuB,4aAAvB,CAplBP;AAqlBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB7PI/2C,UAAAA,InQ8PU,CAAC,GAAD,AmQ9PF,CAACjG,CnQ8PO,GAAN,AmQ9PV,CAAe,CnQ8PM,EAAX,CmQ9PV,CnQ8PyB,CmQ9PJyiB,KnQ8PX,AmQ9PV,EnQ8PiC,imBAAvB,CArlBA;AAslBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB7PI,kBnQ8Pc,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,q/BAAvB,CAtlBJ;AAulBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB7PG,OALD,SnQmQc,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,uQAAvB,CAvlBF;AAwlBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB7PE,anQ8PW,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,8IAAvB,CAxlBC;AAylBV,AkHAJ,AqDAA,AlJDA,AyNAA,qB9OCqB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,gSAAvB,CAzlBP;AA0lBV,AkHAJ,AqDAA,AlJDA,AyNAA,e9OCe,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,unBAAvB,CA1lBD;AA2lBV,AkHAJ,AqDAA,AlJDA,AyNAA,a9OCa,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,AmQ/PXoJ,MnQ+PJ,EAAuB,ImQ/PPkB,YAAY0B,WAAW,2NnQ+PvC,CA3lBC;AA4lBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB9PE,WAAK/B,QAAL,EnQ+PmB,CAAC,GAAD,EAAM,GAAN,AmQ/PFb,EnQ+Pa,EAAX,EAAe,ImQ/PlC,EnQ+PmB,EAAuB,WmQ/PVkB,UAAhC,KAAgD0B,SAAhD,6fnQ+PmB,CA5lBP;AA6lBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB9PE,cnQ+PY,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,qOAAvB,CA7lBA;AA8lBV,AkHAJ,AqDAA,AlJDA,AyNAA,iB9OCiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,kwBAAvB,CA9lBH;AA+lBV,AkHAJ,AqDAA,AlJDA,AyNAA,iB9OCiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,odAAvB,CA/lBH;AAgmBV,AkHAJ,AqDAA,AlJDA,AyNAA,qB9OCqB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,CmQhQG,CnQgQY,MAAf,EAAuB,weAAvB,CAhmBP;AAimBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB/PE,oBnQgQkB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ylBAAvB,CAjmBN;AAkmBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB/PE,sBnQgQoB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ohBAAvB,CAlmBR;AAmmBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB/PE,UAAI,KnQgQS,AmQhQJ+rB,CnQgQK,GAAD,EAAM,CmQhQf,CAAc,CnQgQL,EAAW,EAAX,EAAe,EmQhQxB,EAAyByC,EnQgQhB,EAAuB,GmQhQhC,CAAiC3xC,IAAjC,OAA6C,EAAjD,EAAqD,0jBnQgQxC,CAnmBD;AAomBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB/PG,UnQgQO,CAAC,CmQhQJgjB,EnQgQG,EAAM,GAAN,AmQhQP,EnQgQkB,EAAX,EAAe,MAAf,EAAuB,8zCAAvB,CApmBI;AAqmBV,AkHAJ,AqDAA,AlJDA,AyNAA,a9OCa,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,oqBAAvB,CArmBC;AAsmBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB/PG,enQgQY,CAAC,AmQhQL,GnQgQI,EAAM,AmQhQLksB,GnQgQD,EAAW,EAAX,AmQhQJ,CAAc,CnQgQK,MAAf,EAAuB,AmQhQ3B,EAAyByC,OAAjC,8kBnQgQY,CAtmBD;AAumBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB/PI,anQgQS,CAAC,CmQhQL,EnQgQI,EAAM,GAAN,EAAW,EAAX,EAAe,CmQhQxB,KnQgQS,EAAuB,2SAAvB,CAvmBC;AAwmBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB/PK3uB,YAAAA,OnQgQc,AmQhQP,CnQgQQ,EmQhQLF,CnQgQI,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,EmQhQdjD,YAAvB,ibnQgQc,CAxmBL;AAymBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB/PK,oBnQgQe,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,qVAAvB,CAzmBN;AA0mBV,AkHAJ,AqDAA,AlJDA,AyNAA,e9OCe,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,meAAvB,CA1mBD;AA2mBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB/PI,cnQgQU,CAAC,AmQhQN,GnQgQK,EAAM,GAAN,EAAW,EAAX,EAAe,EmQhQzB,InQgQU,EAAuB,wXAAvB,CA3mBA;AA4mBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB/PKmD,YAAAA,OnQgQc,AmQhQP,CnQgQQ,EmQhQLF,CnQgQI,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,EmQhQdlB,cAAvB,uMnQgQc,CA5mBL;AA6mBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB/PK,iBnQgQY,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,oxBAAvB,CA7mBH;AA8mBV,AkHAJ,AqDAA,AlJDA,AyNAA,qB9OCqB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,obAAvB,CA9mBP;AA+mBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB/PI,eAAK,EnQgQQ,CAAC,GAAD,EAAM,GAAN,AmQhQb,EnQgQwB,EAAX,EAAe,MAAf,EAAuB,oLAAvB,CA/mBH;AAgnBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB/PKoB,YAAAA,GnQgQU,CAAC,GAAD,AmQhQH,EnQgQS,CmQhQNF,EnQgQA,EAAW,EAAX,EAAe,MAAf,EAAuB,MmQhQVhB,SAAvB,0QnQgQU,CAhnBD;AAinBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB/PK,gBnQgQW,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,0yBAAvB,CAjnBF;AAknBV,AkHAJ,AqDAA,AlJDA,AyNAA,sB9OCsB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,q/DAAvB,CAlnBR;AAmnBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB/PI,anQgQS,CAAC,CmQhQL,EnQgQI,EAAM,GAAN,EAAW,EAAX,EAAe,EmQhQxB,InQgQS,EAAuB,wfAAvB,CAnnBC;AAonBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB/PKkB,YAAAA,CnQgQQ,CAAC,GAAD,EAAM,AmQhQP,GnQgQC,AmQhQEF,EnQgQS,EAAX,EAAe,MAAf,EAAuB,QmQhQRF,aAAvB,mMnQgQQ,CApnBC;AAqnBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB/PK,oBnQgQe,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,+QAAvB,CArnBN;AAsnBV,AkHAJ,AqDAA,AlJDA,AyNAA,W9OCW,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,qxBAAvB,CAtnBG;AAunBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB/PI,anQgQS,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,4YAAvB,CAvnBC;AAwnBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB/PKI,WnQgQM,CAAC,AmQhQPA,GnQgQM,EAAM,EmQhQL,CnQgQD,EAAW,AmQhQPF,EnQgQJ,EAAe,MAAf,EAAuB,UmQhQNjD,YAAvB,gOnQgQM,CAxnBG;AAynBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB/PK,enQgQU,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,+bAAvB,CAznBD;AA0nBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBnRG,iBnQoRc,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,yXAAvB,CA1nBH;AA2nBV,AkHAJ,AqDAA,AlJDA,AyNAA,e9OCe,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,+ZAAvB,CA3nBD;AA4nBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB/PG,aAAK4uB,KnQgQU,CAAC,CmQhQhB,EnQgQe,CmQhQA,CnQgQM,GAAN,AmQhQI1rB,EnQgQO,EAAX,EAAe,MAAf,EAAuB,AmQhQvB,CAAWC,OAAX,EAAoB,6XnQgQpB,CA5nBJ;AA6nBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB/PInlB,UAAAA,IAAI,EAAE4lB,EnQgQQ,CAAC,GAAD,EAAM,GAAN,EAAW,CmQhQdmuB,CnQgQG,EAAe,KmQhQvB,CnQgQQ,AmQhQO,EnQgQgB,GmQhQX1C,OAAL,CAAc,MAAd,CAAf,CAD4B,gcnQiQpB,CA7nBJ;AA8nBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB/PIpxB,UAAAA,OAAO,EAAE,CnQgQO,CAAC,GAAD,AmQhQFoxB,EnQgQQ,GAAN,EAAW,AmQhQlB,CAAc,CnQgQP,EAAe,MAAf,AmQhQP,CAFyB,CnQkQK,8rBAAvB,CA9nBN;AA+nBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB/PIpvB,UAAAA,KAAK,EAAG,InQgQS,CAAC,AmQhQLovB,GnQgQI,EAAM,EmQhQf,CnQgQS,AmQhQK,EnQgQM,EAAX,EAAe,GmQhQxB,EAAyB2C,CnQgQhB,EAAuB,EmQnQN,wvBnQmQjB,CA/nBP;AAgoBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB/PIhvB,UAAAA,QAAQ,EnQgQQ,AmQhQN,CnQgQO,GAAD,CmQhQDqsB,CnQgQO,GAAN,EAAW,CmQhQjB,CnQgQM,AmQhQQ,EnQgQO,MAAf,CmQhQN,CnQgQ6B,CmQhQJ4C,QAJD,qnCnQoQlB,CAhoBN;AAioBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB/PIv+C,UAAAA,KAAK,EAAE,CnQgQO,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,waAAvB,CAjoBJ;AAkoBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB/PKw+C,YAAAA,GnQgQU,CAAC,GAAD,AmQhQH,EnQgQS,AmQhQP,GnQgQC,EAAW,EAAX,EAAe,MAAf,EAAuB,4cAAvB,CAloBD;AAmoBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBjQW,kBnQkQO,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,wcAAvB,CAnoBJ;AAooBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBvQsC,SAApB,CAAf,UnQwQiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,4xBAAvB,CApoBN;AAqoBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB/PG,OArCqB,CAuCtB,KnQ8PW,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,2RAAvB,CAroBC;AAsoBV,AkHAJ,AqDAA,AlJDA,AyNAA,iB9OCiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,0QAAvB,CAtoBH;AAuoBV,AkHAJ,AqDAA,AlJDA,AyNAA,mB9OCmB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ogBAAvB,CAvoBL;AAwoBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB/PE,oBnQgQkB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,KmQhQXxhD,CnQgQJ,EAAuB,GmQhQb,CAACY,IAAP,CAAa,KAAKiwB,QAAlB,CAAtB,qCAAmD,4XnQgQjC,CAxoBN;AAyoBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBhQO,YAAMmC,OAAO,KnQiQI,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,CmQjQhC,KnQiQiB,EAAuB,8cAAvB,CAzoBV;AA0oBV,AkHAJ,AqDAA,AlJDA,AyNAA,oB9OCoB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,+oCAAvB,CA1oBN;AA2oBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBlQqD,mBnQmQlC,CAAC,GAAD,EAAM,GAAN,CmQlQiBA,CnQkQN,EAAX,EAAe,EmQlQS,CAACnkB,GnQkQzB,EAAuB,AmQlQN,CAAe,IAAf,CADiB,sjBnQmQlC,CA3oBL;AA4oBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBnQqD,kBnQoQnC,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,0qBAAvB,CA5oBJ;AA6oBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBpQqD,YAC3CmhB,CnQoQG,CAAC,GAAD,EAAM,GAAN,AmQrQwC,EnQqQ7B,EAAX,EAAe,MAAf,EAAuB,waAAvB,CA7oBC;AA8oBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBrQqD,YAC/BkB,OnQqQH,CAAC,EmQtQiC,CnQsQlC,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,8ZAAvB,CA9oBL;AA+oBV,AkHAJ,AqDAA,AlJDA,AyNAA,wB9OCwB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,4bAAvB,CA/oBV;AAgpBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBrQG,YAAM9mB,CnQsQI,CAAC,GAAD,EAAM,CmQtQF,EnQsQJ,CmQtQO,CnQsQI,EAAX,EAAe,AmQtQHymB,MnQsQZ,EAAuB,AmQtQhB,CAAcmC,OAAd,EAAuBtD,OAAxC,8YnQsQU,CAhpBC;AAipBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBpQG,aAAKwuB,OAAL,CnQqQkB,AmQrQLlrB,CnQqQM,GAAD,EAAM,CmQrQxB,CAAsBhD,CnQqQJ,EAAW,EAAX,EAAe,GmQrQjC,EAAkCkB,CnQqQhB,EAAuB,OmQrQzC,EAA8C9mB,QAA9C,siBnQqQkB,CAjpBP;AAkpBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBpQG,uBnQqQoB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,+jBAAvB,CAlpBT;AAmpBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBpQE,mBnQqQiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ggBAAvB,CAnpBL;AAopBV,AkHAJ,AqDAA,AlJDA,AyNAA,Y9OCY,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,iHAAvB,CAppBE;AAqpBV,AkHAJ,AqDAA,AlJDA,AyNAA,mB9OCmB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,mLAAvB,CArpBL;AAspBV,AkHAJ,AqDAA,AlJDA,AyNAA,Y9OCY,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,EmQtQTkD,MAAMzE,UAA2B,8NnQsQ/C,CAtpBE;AAupBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBtQ2D,UAAjBwG,EnQuQ9B,CAAC,GAAD,CmQvQ+C,CnQuQzC,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,qDmQvQiB,KAAO,uLnQuQ/C,CAvpBE;AAwpBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBtQExG,MAAAA,QAAQ,CAACyE,InQuQQ,AmQvQjB,CnQuQkB,EmQvQFA,CnQuQC,EAAM,CmQvQvB,EnQuQiB,EAAW,EAAX,EAAe,MAAf,EAAuB,oRAAvB,CAxpBL;AAypBV,AkHAJ,AqDAA,AlJDA,AyNAA,mB9OCmB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,uTAAvB,CAzpBL;AA0pBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBvQE,UAAI+B,KnQwQS,CAAC,CmQxQH,EnQwQE,EAAM,CmQxQH,EnQwQH,EAAW,AmQxQxB,EnQwQa,AmQxQS,EnQwQM,MAAf,EAAuB,myCAAvB,CA1pBD;AA2pBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBvQG,YnQwQS,AmQxQH5C,CnQwQI,GAAD,CmQxQE,CnQwQI,EmQxQD,CnQwQL,EAAW,EAAX,AmQxQUuyB,EnQwQK,MAAf,EAAuB,AmQxQlB,CAAgB5O,SAAhB,CAA2B,UAAAvnB,QAAQ,8YnQwQxC,CA3pBE;AA4pBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBxQoD,cnQyQtC,CAAC,EmQzQyCA,CnQyQ1C,EAAM,GAAN,EAAW,AmQzQuC,CAACyE,CnQyQnD,EAAe,CmQzQ2B,KnQyQ1C,AmQzQ4DA,EnQyQrC,EmQzQe,0anQyQtC,CA5pBA;AA6pBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBzQoD,SAAnC,CAAd,CnQ0QQ,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,yqBAAvB,CA7pBG;AA8pBV,AkHAJ,AqDAA,AlJDA,AyNAA,iB9OCiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,irBAAvB,CA9pBH;AA+pBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBzQG,YnQ0QS,AmQ1QLb,CnQ0QM,GAAD,CmQ1QA,CnQ0QM,EmQ1QH,CnQ0QH,AmQ1QI,CAAb,CnQ0QoB,CmQ1QJ,CnQ0QP,EAAe,MAAf,EAAuB,qfAAvB,CA/pBE;AAgqBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBzQI,eAAKuyB,CnQ0QO,CAAC,GAAD,EAAM,GAAN,AmQ1QZ,CAAgBvyB,CnQ0QO,EAAX,EAAe,AmQ1Q3B,IAAyB5D,EnQ0Qb,EAAuB,ImQ1QnC,6VnQ0QY,CAhqBF;AAiqBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBzQI,kBnQ0Qc,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,8gBAAvB,CAjqBJ;AAkqBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBzQI,iBnQ0Qa,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,idAAvB,CAlqBH;AAmqBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBzQG,YnQ0QS,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,wdAAvB,CAnqBE;AAoqBV,AkHAJ,AqDAA,AlJDA,AyNAA,qB9OCqB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,+1BAAvB,CApqBP;AAqqBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB1QE,WAAKm2B,SnQ2Qa,CAAC,AmQ3QnB,CAAgBn6B,EnQ2QE,EAAM,AmQ3QxB,CAAsBgE,EnQ2QJ,EAAW,EAAX,EAAe,AmQ3QjC,MnQ2QkB,EAAuB,8fAAvB,CArqBN;AAsqBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB1QE,2BnQ2QyB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,+SAAvB,CAtqBb;AAuqBV,AkHAJ,AqDAA,AlJDA,AyNAA,+B9OC+B,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,6VAAvB,CAvqBjB;AAwqBV,AkHAJ,AqDAA,AlJDA,AyNAA,a9OCa,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ubAAvB,CAxqBC;AAyqBV,AkHAJ,AqDAA,AlJDA,AyNAA,kB9OCkB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,AmQ5QUyE,EnQ4Qa,ImQ5QP,kgBnQ4QhB,CAzqBJ;AA0qBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB3QE,UAAMzE,QAAQ,GAAG,EnQ4QI,CAAC,EmQ5QAm2B,CnQ4QD,EAAM,GAAN,EAAW,EAAX,AmQ5QJ,CAAgBjX,CnQ4QG,GmQ5QnB,CAAqB,EnQ4QjB,EAAuB,MmQ5QLwhB,CAAD,0YnQ4QjB,CA1qBT;AA2qBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB5QwC,eAAOA,CAAC,CAACj8B,GnQ6Q7B,CAAC,AmQ7Q0B,CAAOqK,EnQ6QlC,EAAM,GAAN,EAAW,EAAX,AmQ7Q2B,EnQ6QZ,KmQ7QsCrK,CnQ6QrD,EAAuB,CmQ7QkC,CAACqK,WAAL,EAAjC,kmBnQ6QpB,CA3qBN;AA4qBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB7QwC,OAArB,CAAjB,SnQ8Qe,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,mcAAvB,CA5qBH;AA6qBV,AkHAJ,AqDAA,AlJDA,AyNAA,oB9OCoB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,soBAAvB,CA7qBN;AA8qBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB7QE,UAAI9O,InQ8QQ,CAAC,GAAD,AmQ9QZ,EnQ8QkB,AmQ9QJ,GnQ8QF,EAAW,EAAX,EAAe,MAAf,EAAuB,6NAAvB,CA9qBA;AA+qBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB7QG,YAAIA,InQ8QS,CAAC,GAAD,AmQ9QD,CAACjI,CnQ8QM,GAAN,AmQ9Qb,EnQ8QwB,AmQ9QL,EnQ8QN,EAAe,MAAf,EAAuB,skBAAvB,CA/qBF;AAgrBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB7QIsgD,uBnQ8QmB,CAAC,GAAD,EAAM,AmQ9QfO,GnQ8QS,EAAW,CmQ9Q9B,CnQ8QmB,AmQ9QD54C,EnQ8QgB,MAAf,AmQ9QO,CAACjI,CnQ8Qe,GmQ9Q1C,6mBnQ8QmB,CAhrBT;AAirBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB7QI,iBnQ8Qa,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,yfAAvB,CAjrBH;AAkrBV,AkHAJ,AqDAA,AlJDA,AyNAA,kB9OCkB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,qXAAvB,CAlrBJ;AAmrBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB9QG,aAAKo+B,MnQ+QW,CAAC,GAAD,AmQ/QhB,EnQ+QsB,CmQ/QJ,EnQ+QF,EAAW,CmQ/QJA,CnQ+QP,EAAe,MAAf,CmQ/QE,CnQ+QqB,AmQ/QLj+B,MAAhB,CAAuB,UAACwoC,CAAD,+VnQ+QzB,CAnrBL;AAorBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB/Q4C,anQgR/B,CAAC,GAAD,AmQhRsCA,CAAC,CnQgRjC,AmQhRkCj8B,GnQgRxC,CmQhRsC,CnQgR3B,AmQhRkCqK,EnQgR7C,EAAe,MAAf,CmQhRsC,CnQgRf,MmQhRyCrK,IAAI,CAACqK,WAAL,EAAjC,u4BnQgR/B,CAprBC;AAqrBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBhR4C,SAAvB,CAAlB,OnQiRc,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,kiBAAvB,CArrBH;AAsrBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBhRG,qBnQiRkB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,2pBAAvB,CAtrBP;AAurBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBhRE,enQiRa,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,mpBAAvB,CAvrBD;AAwrBV,AkHAJ,AqDAA,AlJDA,AyNAA,c9OCc,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,kqBAAvB,CAxrBA;AAyrBV,AkHAJ,AqDAA,AlJDA,AyNAA,e9OCe,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,sjBAAvB,CAzrBD;AA0rBV,AkHAJ,AqDAA,AlJDA,AyNAA,oB9OCoB,CAAC,GAAD,EAAM,GAAN,EAAW,CmQlRVrK,CnQkRD,EAAe,GmQlRR/F,GnQkRP,EAAuB,ImQlRPqf,OAAO,+MnQkRvB,CA1rBN;AA2rBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBlR2C,enQmR5B,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,4mCAAvB,CA3rBD;AA4rBV,AkHAJ,AqDAA,AlJDA,AyNAA,Y9OCY,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,wVAAvB,CA5rBE;AA6rBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBnRE,UAAMta,MnQoRQ,CAAC,CmQpRD,EnQoRA,CmQpRG,CnQoRG,CmQpRpB,CADyC,CnQqR3B,AmQlRd,EnQkRyB,EAAX,EAAe,MAAf,EAAuB,miBAAvB,CA7rBF;AA8rBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBjRE,kBnQkRgB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,giBAAvB,CA9rBJ;AA+rBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBjRE,qBnQkRmB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,wbAAvB,CA/rBP;AAgsBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBjRE,anQkRW,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,mUAAvB,CAhsBC;AAisBV,AkHAJ,AqDAA,AlJDA,AyNAA,iB9OCiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,8kBAAvB,CAjsBH;AAksBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBlRE,UAAI/E,OAAO,CnQmRK,AmQnRJsgB,CnQmRK,GAAD,EAAM,CmQnRlB,CAAiB,CnQmRL,EAAW,EAAX,CmQnRZ,CnQmR2B,AmQnR/B,EAA8B,InQmRd,EAAuB,u+BAAvB,CAlsBJ;AAmsBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBlRGtgB,QAAAA,OAAO,CnQmRM,CAAC,CmQnRJA,EnQmRG,EAAM,GAAN,AmQnRI,CAACm6C,CnQmRM,EAAX,EAAe,EmQnRlB,CAAiB,GnQmRd,EAAuB,UmQnR1B,CAAV,8sBnQmRa,CAnsBF;AAosBV,AkHAJ,AqDAA,AlJDA,AyNAA,e9OCe,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,izBAAvB,CApsBD;AAqsBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBlRG,YAAIn6C,EnQmRO,CAAC,GAAD,CmQnRA,CnQmRM,AmQnRL9G,GnQmRD,EAAW,CmQnRlB,CnQmRO,EAAe,AmQnRL,CAArB,EAAwB,GnQmRb,EAAuB,4cAAvB,CArsBA;AAssBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBlRI6M,UAAAA,EnQmRQ,CAAC,CmQnRL,EnQmRI,CmQnRD/F,CnQmRO,GAAN,EAAW,CmQnRL,CnQmRN,AmQnROoiB,EnQmRQ,EmQnRhB,CAAc,GnQmRb,EAAuB,GmQnRxB,CAAP,yanQmRQ,CAtsBE;AAusBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBlRI,YnQmRQ,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,mrBAAvB,CAvsBE;AAwsBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBlRG,anQmRU,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,kfAAvB,CAxsBC;AAysBV,AkHAJ,AqDAA,AlJDA,AyNAA,c9OCc,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,uwBAAvB,CAzsBA;AA0sBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBjS2C,anQkS9B,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,emQnRX,KAAKqV,UAfa,+bnQkS9B,CA1sBC;AA2sBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBlS2C,WnQmShC,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,qoBAAvB,CA3sBG;AA4sBV,AkHAJ,AqDAA,AlJDA,AyNAA,kB9OCkB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ssBAAvB,CA5sBJ;AA6sBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBpS2C,kBnQqSzB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,qcAAvB,CA7sBJ;AA8sBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBtRE,anQuRW,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,8BmQvRM,gkBnQuR7B,CA9sBC;AA+sBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBvR0C,cAA7Bn2B,QnQwRS,AmQxRoB,CnQwRnB,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,sgBAAvB,CA/sBR;AAgtBV,AkHAJ,AqDAA,AlJDA,AyNAA,wB9OCwB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,0XAAvB,CAhtBV;AAitBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBxRG,cAAIA,QnQyRe,AmQzRP,CnQyRQ,AmQzRPyE,GnQyRM,CmQzRf,CnQyRqB,GAAN,CmQzRGA,CnQyRQ,EAAX,CmQzRnB,CnQyRkC,CmQzRN,KnQyRT,EAAuB,mUAAvB,CAjtBR;AAktBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBxRIhB,YAAAA,GnQyRW,CAAC,GAAD,CmQzRH,CnQyRS,AmQzRRzH,GnQyRE,CmQzRX,CnQyRsB,AmQzRP6uB,EnQyRJ,EAAe,MAAf,EAAuB,EmQzRdiuB,SAAL,CAAgB94C,QAAQ,CAACuB,QAAzB,EAAoCqxC,UAApC,EAAgDl0C,OAAhD,EAAyDqf,KAAzD,EAAgExb,IAAhE,CAAsE,UAACue,IAAD,EAAU,ytBnQyRpF,CAltBD;AAmtBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBxRK,kBnQyRa,AmQzRTA,CnQyRU,GAAD,AmQzRb,EnQyRmB,AmQzRT,GnQyRG,EAAW,EAAX,EAAe,MAAf,EAAuB,8jBAAvB,CAntBJ;AAotBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBxRM,enQyRS,CAAC,GAAD,EAAM,EmQzRR/c,CnQyRE,EAAW,EAAX,EAAe,AmQzRV,CAAClC,KnQyRN,EAAuB,AmQzRzB,EAAP,urBnQyRS,CAptBD;AAqtBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBxRM,gBnQyRU,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,6cAAvB,CArtBF;AAstBV,AkHAJ,AqDAA,AlJDA,AyNAA,iB9OCiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,29BAAvB,CAttBH;AAutBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBzRK,qBAAOkC,CnQ0RU,CAAC,GAAD,EAAM,AmQ1RT,CAAC/B,EnQ0RE,EAAW,EAAX,AmQ1RV,EnQ0RyB,AmQ1RhC,MnQ0RiB,EAAuB,+/BAAvB,CAvtBR;AAwtBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBzRK,YnQ0RO,CAAC,AmQ/RM,CAAf,EnQ+RQ,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,2bAAvB,CAxtBE;AAytBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBzRI,cnQ0RU,CAAC,EmQ1RNqa,CnQ0RK,EAAM,EmQ1RhB,CnQ0RU,AmQ1RCA,EnQ0RU,EAAX,CmQ1RV,CnQ0RyB,AmQ1RP,MnQ0RR,EAAuB,UmQ1RjC,EAAsC5X,IAAtC,igBnQ0RU,CAztBA;AA0tBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBzRI,mBnQ0Re,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,oSAAvB,CA1tBL;AA2tBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBzRG,cnQ0RW,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,mUAAvB,CA3tBA;AA4tBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBnT2C,enQoT5B,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,yJAAvB,CA5tBD;AA6tBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBpT2C,cnQqT7B,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,2VAAvB,CA7tBA;AA8tBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBrT2C,qBnQsTtB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,mkCAAvB,CA9tBP;AA+tBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBtT2C,uBnQuTpB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,6qBAAvB,CA/tBT;AAguBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBvT2C,oBnQwTvB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,2aAAvB,CAhuBN;AAiuBV,AkHAJ,AqDAA,AlJDA,AyNAA,mB9OCmB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,mhBAAvB,CAjuBL;AAkuBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB9REV,MAAAA,OAAO,CAACP,EnQ+RM,CAAC,AmQ/Rf,CAAaC,EnQ+RC,EAAM,GAAN,CmQ/Rd,CnQ+RyB,CmQ/RFH,CnQ+RT,EAAe,EmQ/R7B,CAA8B,GnQ+RhB,EAAuB,KmQ/RN1N,CAAD,EAAO,0MnQ+RvB,CAluBF;AAmuBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB9RGmoB,QAAAA,KAAK,CnQ+RM,AmQ/RLg7B,CnQ+RM,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,CmQ/RlC,61BnQ+RW,CAnuBA;AAouBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB9RGh7B,QAAAA,KAAK,CnQ+RM,AmQ/RLi7B,CnQ+RM,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,AmQ/R1B,MnQ+RW,EAAuB,sSAAvB,CApuBA;AAquBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB9RGj7B,QAAAA,KnQ+RU,AmQ/RL,CnQ+RM,AmQ/RLu6B,GnQ+RI,EAAM,GAAN,EAAW,EAAX,EAAe,AmQ/RzB,MnQ+RU,EAAuB,+TAAvB,CAruBC;AAsuBV,AkHAJ,AqDAA,AlJDA,AyNAA,iB9OCiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,0cAAvB,CAtuBH;AAuuBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB/RG,QAAA,MAAI,CAACj8B,KAAL,CAAWA,GnQgSU,CAAC,CmQhStB,CAAkB,CnQgSG,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,gBmQhS5C,EAAwDzmB,CAAxD,8jBnQgSqB,CAvuBV;AAwuBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB/RG,OALD,anQqSkB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,qpBAAvB,CAxuBN;AAyuBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB/RE,mBnQgSiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,wYAAvB,CAzuBL;AA0uBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB9RC,kBnQ+RiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,qQAAvB,CA1uBJ;AA2uBV,AkHAJ,AqDAA,AlJDA,AyNAA,oB9OCoB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,u3BAAvB,CA3uBN;AA4uBV,AkHAJ,AqDAA,AlJDA,AyNAA,Y9OCY,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,2rBAAvB,CA5uBE;AA6uBV,AkHAJ,AqDAA,AlJDA,AyNAA,qB9OCqB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,upBAAvB,CA7uBP;AA8uBV,AkHAJ,AqDAA,AlJDA,AyNAA,mB9OCmB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,6hBAAvB,CA9uBL;AA+uBV,AkHAJ,AqDAA,AlJDA,AyNAA,oB9OCoB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,wWAAvB,CA/uBN;AAgvBV,AkHAJ,AqDAA,AlJDA,AyNAA,uB9OCuB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,4vBAAvB,CAhvBT;AAivBV,AkHAJ,AqDAA,AlJDA,AyNAA,qB9OCqB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,0hBAAvB,CAjvBP;AAkvBV,AkHAJ,AqDAA,AlJDA,AyNAA,c9OCc,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,knCAAvB,CAlvBA;AAmvBV,AkHAJ,AqDAA,AlJDA,AyNAA,mB9OCmB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ieAAvB,CAnvBL;AAovBV,AkHAJ,AqDAA,AlJDA,AyNAA,Y9OCY,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,oOAAvB,CApvBE;AAqvBV,AkHAJ,AqDAA,AlJDA,AyNAA,mB9OCmB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,kVAAvB,CArvBL;AAsvBV,AkHAJ,AqDAA,AlJDA,AyNAA,qB9OCqB,CAAC,GAAD,EAAM,EmQlST,CnQkSG,EAAW,EAAX,EAAe,MAAf,EAAuB,q5CAAvB,CAtvBP;AAuvBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBjSE,aAAO,OnQkSW,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,sVAAvB,CAvvBN;AAwvBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBjSGuiD,QAAAA,MnQkSW,CAAC,AmQlSL,EAAE,CnQkSE,EAAM,EmQlSHA,CnQkSH,EAAW,EAAX,EAAe,AmQlSjB,EADH,InQmSK,EAAuB,4hBAAvB,CAxvBA;AAyvBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBjSGviB,QAAAA,KAAK,EAAE,EnQkSO,CAAC,EmQlSHA,CnQkSE,EAAM,EmQlSb,CnQkSO,CmQpSR,CnQoSmB,EAAX,EAAe,MAAf,EAAuB,ojBAAvB,CAzvBH;AA0vBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBjSG/O,QAAAA,OAAO,CnQkSM,CAAC,AmQlSL,GnQkSI,EAAM,AmQlSLA,GnQkSD,EAAW,EAAX,AmQlSJ,EnQkSmB,MAAf,EAAuB,iUAAvB,CA1vBF;AA2vBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBrSS,OAAP,KnQsSU,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,wbAAvB,CA3vBE;AA4vBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBjSE,enQkSa,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,wkBAAvB,CA5vBD;AA6vBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBhSC,enQiSc,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,wyBAAvB,CA7vBD;AA8vBV,AkHAJ,AqDAA,AlJDA,AyNAA,c9OCc,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,gvBAAvB,CA9vBA;AA+vBV,AkHAJ,AqDAA,AlJDA,AyNAA,qB9OCqB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,yvBAAvB,CA/vBP;AAgwBV,AkHAJ,AqDAA,AlJDA,AyNAA,a9OCa,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,geAAvB,CAhwBC;AAiwBV,AkHAJ,AqDAA,AlJDA,AyNAA,wB9OCwB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,wwBAAvB,CAjwBV;AAkwBV,AkHAJ,AqDAA,AlJDA,AyNAA,a9OCa,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,iMAAvB,CAlwBC;AAmwBV,AkHAJ,AqDAA,AlJDA,AyNAA,c9OCc,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,yeAAvB,CAnwBA;AAowBV,AkHAJ,AqDAA,AlJDA,AyNAA,iB9OCiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,mmBAAvB,CApwBH;AAqwBV,AkHAJ,AqDAA,AlJDA,AyNAA,a9OCa,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,oYAAvB,CArwBC;AAswBV,AkHAJ,AqDAA,AlJDA,AyNAA,kB9OCkB,CAAC,GAAD,EAAM,GAAN,EAAW,AmQpSkD,EnQoS7D,EAAe,MAAf,EAAuB,4kBAAvB,CAtwBJ;AAuwBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBpS+E,kBnQqS7D,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,udAAvB,CAvwBJ;AAwwBV,AkHAJ,AqDAA,AlJDA,AyNAA,Y9OCY,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,uhBAAvB,CAxwBE;AAywBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBtS+E,UAA/DswB,KnQuSD,CAAC,GAAD,AmQvSgE,EnQuS1D,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,oDmQvSV,IAAmD,kqBnQuShE,CAzwBD;AA0wBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBvS+E,UAA7C8B,SnQwSf,CAAC,GAAD,AmQxS4D,EnQwStD,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,oDmQxSQ,IAA6B,4lBnQwS5D,CA1wBL;AA2wBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBxS+E,UAAvBC,CnQyS7C,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,AmQzSoE,EnQySrD,MAAf,EAAuB,6DmQzSuC,IAAM,giCnQySpE,CA3wBG;AA4wBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBvSE,UAAMC,MAAM,GAAG,CnQwSG,CAAC,AmQxSnB,GnQwSkB,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,65BAAvB,CA5wBN;AA6wBV,AkHAJ,AqDAA,AlJDA,AyNAA,iB9OCiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,u8CAAvB,CA7wBH;AA8wBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB3S+E,enQ4ShE,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,amQxSf,KAAKpG,OAAL,EAJwD,0kCnQ4ShE,CA9wBD;AA+wBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB5S+E,gBnQ6S/D,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,u7BAAvB,CA/wBF;AAgxBV,AkHAJ,AqDAA,AlJDA,AyNAA,Y9OCY,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,uYAAvB,CAhxBE;AAixBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB9S+E,anQ+SlE,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,8hBAAvB,CAjxBC;AAkxBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB3SE,mBnQ4SiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,wBmQ5SF,4oBnQ4SrB,CAlxBL;AAmxBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB5SwC,YnQ6S5B,CAAC,CmQ7SAC,EnQ6SD,EAAM,EmQ7SsB,CnQ6S5B,EAAW,EAAX,EAAe,MAAf,EAAuB,wMAAvB,CAnxBE;AAoxBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB5SGmG,UAAAA,MAAM,CAACn9C,IAAP,CAAag3C,CnQ6SO,CAAC,GAAD,CmQ7SD,CnQ6SO,AmQ7SNoG,GnQ6SA,EAAW,EAAX,EAAe,GmQ7StB,CAAqB,EnQ6Sd,EAAuB,6mBAAvB,CApxBT;AAqxBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB7SuCC,YAAAA,OAAO,EAAEJ,MnQ8SrB,CAAC,GAAD,EAAM,CmQ9SI,EnQ8SV,EAAW,EAAX,EAAe,MAAf,EAAuB,gnBAAvB,CArxBb;AAsxBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB9S+Dl5B,YAAAA,IAAI,EAAEm5B,GnQ+ShD,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,0mBAAvB,CAtxBP;AAuxBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB/SqC,WAArB,CAAb,anQgTsB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,2mBAAvB,CAvxBX;AAwxBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB/SG,wBnQgTqB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,+hBAAvB,CAxxBV;AAyxBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBtT+E,4BnQuTnD,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,2hBAAvB,CAzxBd;AA0xBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBvT+E,sBnQwTzD,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,yhBAAvB,CA1xBR;AA2xBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBxT+E,0BnQyTrD,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,yhBAAvB,CA3xBZ;AA4xBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBzT+E,iBnQ0T9D,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,qGAAvB,CA5xBH;AA6xBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqB1T+E,yBnQ2TtD,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,onBAAvB,CA7xBX;AA8xBV,AkHAJ,AqDAA,AlJDA,AyNAA,6B9OC6B,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,unBAAvB,CA9xBf;AA+xBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBpTE,aAAOn1C,OAAO,CAACP,EnQqTM,CAAC,AmQrTf,CAAa21C,EnQqTC,EAAM,EmQrTpB,CnQqTc,CmQrTO52C,CnQqTI,EAAX,CmQrTd,CnQqT6B,AmQrTF,MnQqTb,EAAuB,ImQrTJ,6mBnQqTnB,CA/xBT;AAgyBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBpTG,QAAA,OAAI,CAAC8Z,KAAL,CAAWK,KnQqTa,CAAC,GAAD,EAAM,GAAN,AmQrTxB,CAA2B,CnQqTQ,EAAX,EAAe,MAAf,EAAuB,CmQrT/C,EADuC,CAGvC,+mBnQmTwB,CAhyBb;AAiyBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBlTG,enQmTY,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,sGAAvB,CAjyBD;AAkyBV,AkHAJ,AqDAA,AlJDA,AyNAA,W9OCW,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,0kBAAvB,CAlyBG;AAmyBV,AkHAJ,AqDAA,AlJDA,AyNAA,qB9OCqB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,skBAAvB,CAnyBP;AAoyBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBpTG,YAAI48B,OnQqTY,CAAC,GAAD,EAAM,CmQrTJ,EnQqTF,CmQrTK,CnQqTM,EAAX,CmQrThB,CnQqT+B,MAAf,EAAuB,8pBAAvB,CApyBL;AAqyBV,AkHAJ,AqDAA,AlJDA,AyNAA,c9OCc,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,o7CAAvB,CAryBA;AAsyBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBpTG,YAAInC,GnQqTQ,CAAC,GAAD,EAAM,AmQrTL,GnQqTD,EAAW,AmQrTL,EnQqTN,EAAe,AmQrT3B,EAAwB,InQqTZ,EAAuB,okBAAvB,CAtyBD;AAuyBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBpTImC,UAAAA,KnQqTW,CAAC,GAAD,EAAM,GAAN,AmQrTG,EnQqTQ,CmQrTLnC,CnQqTN,EAAe,MAAf,AmQrTX,EnQqTkC,ueAAvB,CAvyBD;AAwyBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBpTI,SAFD,MAEO,EnQqTO,CAAC,CmQrTJ,EnQqTG,EAAM,GAAN,AmQrTC,CAACvhB,CnQqTS,EAAX,EAAe,AmQrTlB,CAAY,KnQqTT,CmQrTH,CnQqT0B,ImQrTH,CAA3B,EAA8B,+sBnQqTvB,CAxyBH;AAyyBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBpTI0jB,UAAAA,InQqTU,CAAC,GAAD,EAAM,GAAN,CmQrTI,CnQqTO,EAAX,AmQrTO,EnQqTQ,KmQrTJ,CnQqTX,AmQrTYtB,EnQqTW,GmQrThB,GAAc,OAAI,CAACpiB,KAAL,CAAY,MAAZ,IAAsB,CAApC,CAAjB,2EnQqTU,CAzyBA;AA0yBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBpTI,SAFM,MAEA,InQqTS,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,uBAAvB,CA1yBL;AA2yBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBpTI,cAAM2jB,IAAI,GAAG,EnQqTM,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,EmQrTjB,InQqTE,EAAuB,CmQrTrB,CAACpB,OAAL,CAAc,MAAd,CAAJ,EAA2BqB,OAA3B,GAAsCt6B,IAAtC,CAA4C,UAAAnS,CAAC,EAAI,woBnQqT3C,CA3yBT;AA4yBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBpTK,anQqTQ,CAAC,GAAD,EAAM,AmQrTPA,CAAC,CAAC0sC,CnQqTD,EAAW,EAAX,EAAe,ImQrThB,CAAczB,CnQqTb,EAAuB,EmQrTxB,KAAwB,OAAI,CAACpiB,KAAL,CAAY,OAAZ,CAAxB,IAAgD7oB,CAAC,CAAC0sC,WAAF,CAAc15B,IAAd,KAAuB,CAA9E,qWnQqTQ,CA5yBC;AA6yBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBpTK,WAFY,CnQuTL,AmQvTR,CnQuTS,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,kQAAvB,CA7yBE;AA8yBV,AkHAJ,AqDAA,AlJDA,AyNAA,yB9OCyB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,2sBAAvB,CA9yBX;AA+yBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBpTI,cAAI,GnQqTS,CAAC,GAAD,AmQrTFw5B,EnQqTQ,EmQrTf,CnQqTS,EAAW,EAAX,AmQrTO,EnQqTQ,MAAf,EAAuB,CmQrTpC,EAAiC,6InQqTpB,CA/yBH;AAgzBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBpTK,YAAA,OAAI,CAAC3jB,CnQqTW,CAAC,GAAD,AmQrThB,CAAY,CnQqTU,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,giBAAvB,CAhzBP;AAizBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBpTMoiB,cAAAA,KAAK,EnQqTU,AmQrTRuB,CnQqTS,GAAD,AmQrTJ,CAAC1hD,CnQqTS,GAAN,EAAW,AmQrTnB,CAAYmgD,CnQqTJ,EAAe,EmQtTnB,InQsTI,EAAuB,8oBAAvB,CAjzBP;AAkzBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBpTMj4B,cAAAA,IAAI,EnQqTU,AmQrTRw5B,CnQqTS,GAAD,AmQrTJ,CAAC1hD,CnQqTS,GAAN,EAAW,AmQrTnB,CAAYkoB,CnQqTJ,EAAe,MAAf,EAAuB,kjBAAvB,CAlzBN;AAmzBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBvTiB,aAAZ,QnQwTgB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,wLAAvB,CAnzBP;AAozBV,AkHAJ,AqDAA,AlJDA,AyNAA,oB9OCoB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,yLAAvB,CApzBN;AAqzBV,AkHAJ,AqDAA,AlJDA,AyNAA,AqBrTKu5B,YAAAA,OnQsTc,CAAC,GAAD,EAAM,CmQtTN,EnQsTA,CmQtTG,CnQsTQ,EAAX,EAAe,EmQtTR,CAACtB,GnQsTR,EAAuB,AmQtTpB,GAAc,OAAI,CAACpiB,KAAL,CAAY,MAAZ,CAAd,CAAjB,6lBnQsTc,CArzBL;AAszBV,AkHAJ,AqDAA,AuEDA,mB9OCmB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,6LAAvB,CAtzBL;AAuzBV,AkHAJ,AqDAA,AuEDA,AqBtTK,YnQuTO,AmQvTP,CnQuTQ,GAAD,EAAM,CmQvTT,CAACvZ,CnQuTE,EAAW,EAAX,AmQvTP,CAAWA,CnQuTW,ImQvTtB,CAAkB,CnQuTX,EAAuB,6BmQvT9B,8EnQuTO,CAvzBE;AAwzBV,AkHAJ,AqDAA,AuEDA,AqBtTK,WAPD,MAOO,EnQuTQ,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,4KAAvB,CAxzBL;AAyzBV,AkHAJ,AqDAA,AuEDA,AqBtTK,YAAA,KnQuTY,CAAC,CmQvTT,CAACA,CnQuTO,EAAM,EmQvTlB,CnQuTY,AmQvTDA,EnQuTY,EAAX,CmQvTZ,CnQuT2B,AmQvTT,MnQuTN,EAAuB,kDmQvTnC,sXnQuTY,CAzzBH;AA0zBV,AkHAJ,AqDAA,AuEDA,AqBtTK,oBnQuTe,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,8iCAAvB,CA1zBN;AA2zBV,AkHAJ,AqDAA,AuEDA,AqBtTI,anQuTS,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ujBAAvB,CA3zBC;AA4zBV,AkHAJ,AqDAA,AuEDA,iB9OCiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,wSAAvB,CA5zBH;AA6zBV,AkHAJ,AqDAA,AuEDA,AqBtTG,QAAA,OAAI,CAACA,KAAL,CAAWA,CnQuTS,CAAC,GAAD,AmQvTpB,CAAkB,CnQuTQ,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,AmQvT3C,EAAsCi9B,cAAtC,+anQuToB,CA7zBT;AA8zBV,AkHAJ,AqDAA,AuEDA,mB9OCmB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,4xBAAvB,CA9zBL;AA+zBV,AkHAJ,AqDAA,AuEDA,AqBtTG,YAAIA,EnQuTO,CAAC,GAAD,EAAM,GAAN,EAAW,CmQvTJ,CnQuTP,EAAe,EmQvTH,InQuTZ,AmQvTX,EnQuTkC,AmQvTL,kUnQuTlB,CA/zBA;AAg0BV,AkHAJ,AqDAA,AuEDA,AqBrTI,cAAII,KnQsTW,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,CmQtTL,GAAG,EnQsTb,EAAuB,AmQtTtC,klBnQsTe,CAh0BL;AAi0BV,AkHAJ,AqDAA,AuEDA,qB9OCqB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,8kBAAvB,CAj0BP;AAk0BV,AkHAJ,AqDAA,AuEDA,AqBrTI,cAAI,KnQsTW,CAAC,CmQtTLJ,EnQsTI,EAAM,GAAN,EAAW,EAAX,EAAe,CmQtT1B,KnQsTW,AmQtTe,EnQsTQ,MmQtTtC,EAAwC,81EnQsTzB,CAl0BL;AAm0BV,AkHAJ,AqDAA,AuEDA,AqBrTKI,YAAAA,KnQsTY,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,CmQtTN,GAAG,EnQsTZ,EAAuB,GmQtTP,CAACpC,gBAAL,CAAuBgC,cAAvB,EAAuCtzC,KAAvC,CAA8C,GAA9C,CAAxB,+enQsTY,CAn0BH;AAo0BV,AkHAJ,AqDAA,AuEDA,AqBrTK,WAN2B,CAQ5B,EnQoTU,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,8mBAAvB,CAp0BA;AAq0BV,AkHAJ,AqDAA,AuEDA,AqBnTI,gBnQoTY,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,6NAAvB,CAr0BF;AAs0BV,AkHAJ,AqDAA,AuEDA,wB9OCwB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,kfAAvB,CAt0BV;AAu0BV,AkHAJ,AqDAA,AuEDA,W9OCW,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,6kBAAvB,CAv0BG;AAw0BV,AkHAJ,AqDAA,AuEDA,AqB/TgC,mBnQgUb,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,amQtTjB,OAAI,CAAC+sC,OAAL,EAVO,8fnQgUb,CAx0BL;AAy0BV,AkHAJ,AqDAA,AuEDA,AqBhUgC,gBnQiUhB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,gSAAvB,CAz0BF;AA00BV,AkHAJ,AqDAA,AuEDA,kB9OCkB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,qXAAvB,CA10BJ;AA20BV,AkHAJ,AqDAA,AuEDA,AqBlUgC,enQmUjB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,otCAAvB,CA30BD;AA40BV,AkHAJ,AqDAA,AuEDA,AqBzTI,qBnQ0TiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,0BmQ1TF,qiCnQ0TrB,CA50BP;AA60BV,AkHAJ,AqDAA,AuEDA,AqB1T0C,iBnQ2TzB,CAAC,AmQ3THC,GnQ2TE,EAAM,CmQ3TmB,EnQ2TzB,EAAW,EAAX,EAAe,MAAf,EAAuB,osBAAvB,CA70BH;AA80BV,AkHAJ,AqDAA,AuEDA,AqB1TK,YnQ2TO,CAAC,GAAD,EAAM,AmQ3TT2G,GnQ2TG,EAAW,EAAX,EAAe,MAAf,AmQ3TY,EnQ2TW,CmQ3TRL,cAAtB,smBnQ2TO,CA90BE;AA+0BV,AkHAJ,AqDAA,AuEDA,AqB1TK,gBnQ2TW,CAAC,CmQ3TRt6B,EnQ2TO,EAAM,GAAN,AmQ3TA,EnQ2TW,CmQ3TR,CnQ2TH,EAAe,EmQ3T1B,CAFqC,CAIrC,EnQyTW,EAAuB,4vBAAvB,CA/0BF;AAg1BV,AkHAJ,AqDAA,AuEDA,AqBxTK,enQyTU,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,wsBAAvB,CAh1BD;AAi1BV,AkHAJ,AqDAA,AuEDA,AqBxTK,anQyTQ,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,6MAAvB,CAj1BC;AAk1BV,AkHAJ,AqDAA,AuEDA,AqBxTK,oBnQyTe,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,gaAAvB,CAl1BN;AAm1BV,AkHAJ,AqDAA,AuEDA,c9OCc,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,kLAAvB,CAn1BA;AAo1BV,AkHAJ,AqDAA,AuEDA,AqBzTK,kBnQ0Ta,AmQ1TT,CnQ0TU,GAAD,EAAM,CmQ1TR26B,EnQ0TE,EAAW,EAAX,EAAe,MAAf,CmQ1TT,CnQ0TgC,ImQ1TL,QAA/B,EAAyC,wQnQ0T5B,CAp1BJ;AAq1BV,AkHAJ,AqDAA,AuEDA,AqBxTM,enQyTS,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,weAAvB,CAr1BD;AAs1BV,AkHAJ,AqDAA,AuEDA,AqBxTMA,gBAAAA,MnQyTgB,CAAC,GAAD,EAAM,GAAN,AmQzTD,EnQyTY,CmQzTTD,CnQyTF,EAAe,MAAf,EAAuB,UmQzTvC,CAHwC,CAKxC,+5BnQuTgB,CAt1BR;AAu1BV,AkHAJ,AqDAA,AuEDA,W9OCW,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,oSAAvB,CAv1BG;AAw1BV,AkHAJ,AqDAA,AuEDA,AqBvTM16B,YnQwTM,CAAC,GAAD,AmQxTNA,EnQwTY,GAAN,EAAW,AmQxTV,EnQwTD,CmQxTIg0B,CnQwTW,KmQxTL,CnQwTV,AmQxTW4G,EnQwTY,SmQxTnB,CAAoBD,eAApB,CAAV,8gBnQwTM,CAx1BE;AAy1BV,AkHAJ,AqDAA,AuEDA,AqBvTM,YnQwTM,CAAC,EmQ/TR,CnQ+TO,EAAM,GAAN,AmQxTA,EnQwTW,EAAX,AmQxTI,EnQwTW,MAAf,AmQxTWA,EnQwTY,amQxTnB,MAA2B,QAA3B,IAAuCA,eAAe,KAAK,IAA/D,EAAqE,qOnQwTrE,CAz1BE;AA01BV,AkHAJ,AqDAA,AuEDA,AqBvTM,anQwTO,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,osBAAvB,CA11BC;AA21BV,AkHAJ,AqDAA,AuEDA,AqBvTM36B,YnQwTM,CAAC,GAAD,AmQxTNA,EnQwTY,GAAN,EAAW,AmQxTV,EnQwTD,CmQxTIg0B,CnQwTW,KmQxTL,CnQwTV,AmQxTW6G,EnQwTY,SmQxTnB,CAAoBF,eAApB,CAAV,+nBnQwTM,CA31BE;AA41BV,AkHAJ,AqDAA,AuEDA,AqBvTM,anQwTO,CAAC,CmQ1U4B,CAoBrC,CnQsTQ,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,44BAAvB,CA51BC;AA61BV,AkHAJ,AqDAA,AuEDA,kB9OCkB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,y/BAAvB,CA71BJ;AA81BV,AkHAJ,AqDAA,AuEDA,wB9OCwB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,+jBAAvB,CA91BV;AA+1BV,AkHAJ,AqDAA,AuEDA,AqBvTK,kBAAI36B,KnQwTc,CAAC,CmQxTR,EnQwTO,EAAM,CmQxTR,EnQwTE,EAAW,AmQxT7B,EnQwTkB,AmQxTI,EnQwTW,MAAf,EAAuB,8jBAAvB,CA/1BT;AAg2BV,AkHAJ,AqDAA,AuEDA,AqBxT2B,anQyTd,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,2PAAvB,CAh2BC;AAi2BV,AkHAJ,AqDAA,AuEDA,AqBxTM,gBnQyTU,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,mZAAvB,CAj2BF;AAk2BV,AkHAJ,AqDAA,AuEDA,AqBxTM,mBnQyTa,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,idAAvB,CAl2BL;AAm2BV,AkHAJ,AqDAA,AuEDA,AqBxTM,kBnQyTY,CAAC,GAAD,AmQzTN86B,EnQyTY,CmQzTT,EnQyTG,CmQzTA,CnQyTW,EAAX,CmQzTI9G,CnQyTW,KmQzTf,CnQyTA,AmQzTY2G,EnQyTW,amQzTvB,CAAZ,CAHqB,CAKrB,icnQuTY,CAn2BJ;AAo2BV,AkHAJ,AqDAA,AuEDA,AqBtTM,UnQuTI,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,6qCAAvB,CAp2BI;AAq2BV,AkHAJ,AqDAA,AuEDA,gB9OCgB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,+eAAvB,CAr2BF;AAs2BV,AkHAJ,AqDAA,AuEDA,AqBvTMG,enQwTS,CAAC,EmQxTVA,CnQwTS,EAAM,AmQxTZ,CAACC,EnQwTK,EAAW,EAAX,EAAe,KmQxTxB,CnQwTS,AmQxTUT,EnQwTa,YmQxThC,EAPqB,CASrB,qvBnQsTS,CAt2BD;AAu2BV,AkHAJ,AqDAA,AuEDA,AqBrTM,qBnQsTe,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ygDAAvB,CAv2BP;AAw2BV,AkHAJ,AqDAA,AuEDA,mB9OCmB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,8aAAvB,CAx2BL;AAy2BV,AkHAJ,AqDAA,AuEDA,yB9OCyB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ghBAAvB,CAz2BX;AA02BV,AkHAJ,AqDAA,AuEDA,AqBvTMQ,kBAAAA,GAAG,CAACE,EnQwTc,CAAC,GAAD,EAAM,CmQxTxB,CAAe,CnQwTG,EAAW,EAAX,EAAe,CmQxTjC,EAXqB,CAarB,EnQsTkB,EAAuB,0lBAAvB,CA12BV;AA22BV,AkHAJ,AqDAA,AuEDA,AqBrTM,wBnQsTkB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,+lBAAvB,CA32BV;AA42BV,AkHAJ,AqDAA,AuEDA,2B9OC2B,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,8lBAAvB,CA52Bb;AA62BV,AkHAJ,AqDAA,AuEDA,kC9OCkC,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,umBAAvB,CA72BpB;AA82BV,AkHAJ,AqDAA,AuEDA,AqBvTMF,kBAAAA,CnQwTa,CAAC,CmQxTX,CAACG,CnQwTS,EAAM,GAAN,EAAW,EAAX,AmQxTb,CAAgBrH,CnQwTY,MAAf,EAAuB,CmQxTpC,gyBnQwTa,CA92BL;AA+2BV,AkHAJ,AqDAA,AuEDA,iB9OCiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,wyBAAvB,CA/2BH;AAg3BV,AkHAJ,AqDAA,AuEDA,AqBvTM,iBnQwTW,CAAC,AmQxTZ,GnQwTW,EAAM,EmQxTb,CnQwTO,AmQxTNY,EnQwTiB,EAAX,EAAe,CmQxT1B,CAAc,InQwTH,EAAuB,YmQxTlC,EAAkC,0YnQwTvB,CAh3BH;AAi3BV,AkHAJ,AqDAA,AuEDA,AqBvTOR,kBnQwTW,CAAC,CmQxTZA,EnQwTW,EAAM,EmQxTX,CnQwTK,CmQxTH8G,CnQwTc,EAAX,EAAe,MAAf,EAAuB,yWAAvB,CAj3BJ;AAk3BV,AkHAJ,AqDAA,AuEDA,AqBzTwC,anQ0T3B,CAAC,GAAD,EAAM,AmQ1Tb,EAjBqB,CnQ2Ud,AmQtTP,EnQsTkB,EAAX,EAAe,MAAf,EAAuB,iaAAvB,CAl3BC;AAm3BV,AkHAJ,AqDAA,AuEDA,AqBrTM,oBnQsTc,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,yXAAvB,CAn3BN;AAo3BV,AkHAJ,AqDAA,AuEDA,AqBrTM,YnQsTM,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,sSAAvB,CAp3BE;AAq3BV,AkHAJ,AqDAA,AuEDA,kB9OCkB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,8cAAvB,CAr3BJ;AAs3BV,AkHAJ,AqDAA,AuEDA,a9OCa,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,keAAvB,CAt3BC;AAu3BV,AkHAJ,AqDAA,AuEDA,AqBvTM,kBnQwTY,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,oVAAvB,CAv3BJ;AAw3BV,AkHAJ,AqDAA,AuEDA,AqBxTM,iBnQyTW,CAAC,GAAD,EAAM,AmQzTVA,GnQyTI,AmQzTD,CAACI,CnQyTW,EAAX,EAAe,KmQzTnB,CnQyTI,EAAuB,AmQzTT33C,IAAlB,CAAwB,YAAM,6KnQyT1B,CAx3BH;AAy3BV,AkHAJ,AqDAA,AuEDA,AqBxTO,cnQyTO,CAAC,GAAD,EAAM,EmQzTb,CnQyTO,EAAW,EAAX,EAAe,AmQzTlB,CAAC8Z,KnQyTE,AmQzTP,CAAWA,CnQyTmB,ImQzT9B,CAAkB,oBAAlB,EADoC,CAEpC,4bnQwTO,CAz3BA;AA03BV,AkHAJ,AqDAA,AuEDA,oB9OCoB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,yoBAAvB,CA13BN;AA23BV,AkHAJ,AqDAA,AuEDA,0B9OC0B,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ilBAAvB,CA33BZ;AA43BV,AkHAJ,AqDAA,AuEDA,AqBzTO,enQ0TQ,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,CmQ1TDy9B,CnQ0TgB,EmQ1Tb,CAAC/D,GnQ0TH,EAAuB,CmQ1TxB,GAAcxzC,IAAd,CAAoB,YAAM,shBnQ0TzB,CA53BD;AA63BV,AkHAJ,AqDAA,AuEDA,AqBzTQ,anQ0TK,CAAC,GAAD,EAAM,GAAN,EAAW,AmQ1ThB,EnQ0TK,EAAe,GmQ1ThB,CAAC8Z,EnQ0TA,EAAuB,CmQ1T5B,CAAWA,KAAX,CAAkB,kBAAlB,EADgC,CAEhC,wpBnQyTK,CA73BC;AA83BV,AkHAJ,AqDAA,AuEDA,AqBxTQ,anQyTK,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ysBAAvB,CA93BC;AA+3BV,AkHAJ,AqDAA,AuEDA,AqBxTQ,anQyTK,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,g2BAAvB,CA/3BC;AAg4BV,AkHAJ,AqDAA,AuEDA,AqBxTQ,kBnQyTU,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,8YAAvB,CAh4BJ;AAi4BV,AkHAJ,AqDAA,AuEDA,AqBxTQ,enQyTO,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,wrCAAvB,CAj4BD;AAk4BV,AkHAJ,AqDAA,AuEDA,iB9OCiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,gpBAAvB,CAl4BH;AAm4BV,AkHAJ,AqDAA,AuEDA,qB9OCqB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,2jBAAvB,CAn4BP;AAo4BV,AkHAJ,AqDAA,AuEDA,AqB1TQ,enQ2TO,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,CmQ3Tfy9B,GAAG,CAACK,CnQ2TJ,EAAuB,MmQ3TvB,GAAiB53C,IAAjB,CAAuB,iBAAuB,8jBnQ2T9C,CAp4BD;AAq4BV,AkHAJ,AqDAA,AuEDA,AqB3T6D,anQ4ThD,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,EmQ5Ta82C,InQ4T5B,EAAuB,CmQ5TyB,SAApBA,OAAoB,0ZnQ4ThD,CAr4BC;AAs4BV,AkHAJ,AqDAA,AuEDA,AqB5T6D,YnQ6TjD,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,GmQ7TuBt5B,GnQ6TtC,CmQ7TiD,CnQ6T1B,QmQ7TeA,IAAW,kenQ6TjD,CAt4BE;AAu4BV,AkHAJ,AqDAA,AuEDA,mB9OCmB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ueAAvB,CAv4BL;AAw4BV,AkHAJ,AqDAA,AuEDA,AqB7TS,uBnQ8Tc,CAAC,EmQ9Tf,CnQ8Tc,EAAM,GAAN,CmQ9TV,CnQ8TqB,AmQ9TpB1D,EnQ8TS,EAAe,CmQ9T7B,CAAWA,InQ8TG,CmQ9Td,CnQ8TqC,AmQ9TnB,mBAAlB,0wBnQ8Tc,CAx4BT;AAy4BV,AkHAJ,AqDAA,AuEDA,a9OCa,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,4OAAvB,CAz4BC;AA04BV,AkHAJ,AqDAA,AuEDA,AqB7TS,iBnQ8TQ,CAAC,GAAD,EAAM,GAAN,AmQ9TR,EnQ8TmB,EAAX,EAAe,CmQ9TnB,CAACm3B,InQ8TG,EAAuB,CmQ9T/B,CAAc,iBAAd,EAAiC,oVnQ8TzB,CA14BH;AA24BV,AkHAJ,AqDAA,AuEDA,AqB7TUR,qBnQ8TW,CAAC,GAAD,EAAM,CmQ9TjBA,EnQ8TW,EAAW,EAAX,AmQ9TL,EnQ8ToB,AmQ9TlB8G,MnQ8TG,EAAuB,saAAvB,CA34BP;AA44BV,AkHAJ,AqDAA,AuEDA,AqB/T0C,yBnQgUjB,CAAC,CmQhUjB,EnQgUgB,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,0ZAAvB,CA54BX;AA64BV,AkHAJ,AqDAA,AuEDA,Y9OCY,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,mnBAAvB,CA74BE;AA84BV,AkHAJ,AqDAA,AuEDA,AqB7TS,cnQ8TK,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,CmQ9Tdr2C,KnQ8TD,EAAuB,CmQ9Td,GAAG,EAAjB,gkBnQ8TK,CA94BA;AA+4BV,AkHAJ,AqDAA,AuEDA,a9OCa,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,8bAAvB,CA/4BC;AAg5BV,AkHAJ,AqDAA,AuEDA,AqBtU6D,qBnQuUxC,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,2BmQ9Td,OAAI,CAACsvC,OAAL,EAT+B,4ZnQuUxC,CAh5BP;AAi5BV,AkHAJ,AqDAA,AuEDA,AqBvU6D,qBnQwUxC,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,4sEAAvB,CAj5BP;AAk5BV,AkHAJ,AqDAA,AuEDA,oB9OCoB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,0nBAAvB,CAl5BN;AAm5BV,AkHAJ,AqDAA,AuEDA,AqBzU6D,oBnQ0UzC,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ioBAAvB,CAn5BN;AAo5BV,AkHAJ,AqDAA,AuEDA,AqBjUS,cnQkUK,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,iDmQlUU,iRnQkUjC,CAp5BA;AAq5BV,AkHAJ,AqDAA,AuEDA,AqBlU+C,WnQmUpC,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,AmQnUdC,OAA2B,4sDnQmUpC,CAr5BG;AAs5BV,AkHAJ,AqDAA,AuEDA,AqBlUUvvC,UnQmUA,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,KmQnUfA,CnQmUA,EAAuB,KmQnUf,CAACzH,IAAT,CAAeg3C,OAAM,CAACoH,WAAP,CAAoB,wLnQmUnC,CAt5BI;AAu5BV,AkHAJ,AqDAA,AuEDA,AqBnU+Cf,gBnQoU/B,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,CmQpUgBA,KnQoU/B,EAAuB,AmQpUe,EAAPA,OAAF,wiBnQoU7B,CAv5BF;AAw5BV,AkHAJ,AqDAA,AuEDA,AqBpUwDt5B,sBnQqUlC,CAAC,GAAD,EAAM,GAAN,CmQrUkCA,CnQqUvB,EAAX,CmQrUsC,CnQqUvB,CmQrUmBA,KnQqUlC,EAAuB,+kBAAvB,CAx5BR;AAy5BV,AkHAJ,AqDAA,AuEDA,AqBrU6C,iBnQsU5B,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,CmQtUQ,CnQsUO,AmQtUtB,MnQsUO,EAAuB,mWAAvB,CAz5BH;AA05BV,AkHAJ,AqDAA,AuEDA,AqBrUU,YnQsUE,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,6hBAAvB,CA15BE;AA25BV,AkHAJ,AqDAA,AuEDA,AqBjV6D,gBnQkV7C,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,kiBAAvB,CA35BF;AA45BV,AkHAJ,AqDAA,AuEDA,AqBlV6D,wBnQmVrC,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,+9BAAvB,CA55BV;AA65BV,AkHAJ,AqDAA,AuEDA,AqBnV6D,kBnQoV3C,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,wZAAvB,CA75BJ;AA85BV,AkHAJ,AqDAA,AuEDA,AqBpV6D,cnQqV/C,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,o+BAAvB,CA95BA;AA+5BV,AkHAJ,AqDAA,AuEDA,AqBrV6D,cnQsV/C,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,qRAAvB,CA/5BA;AAg6BV,AkHAJ,AqDAA,AuEDA,kB9OCkB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,4WAAvB,CAh6BJ;AAi6BV,AkHAJ,AqDAA,AuEDA,AqB1US,cnQ2UK,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,ImQ3Ubhc,EnQ2UF,EAAuB,GmQ3Ud,CAACP,GAAR,CAAaC,QAAb,EAAuBlB,IAAvB,CAA6B,YAAM,oanQ2UrC,CAj6BA;AAk6BV,AkHAJ,AqDAA,AuEDA,AqB1UU,YnQ2UE,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,kQAAvB,CAl6BE;AAm6BV,AkHAJ,AqDAA,AuEDA,AqB1UU,gBnQ2UM,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,sPAAvB,CAn6BF;AAo6BV,AkHAJ,AqDAA,AuEDA,AqB1UU,sBnQ2UY,CAAC,GAAD,EAAM,GAAN,CmQ3URwd,CnQ2UmB,EAAX,CmQ3UJ,CnQ2UmB,ImQ3Ud,EnQ2UD,EAAuB,AmQ3U/B,IAAiBm5B,cAAc,KAAK,IAAxC,EAA8C,ySnQ2UlC,CAp6BR;AAq6BV,AkHAJ,AqDAA,AuEDA,AqB1UW,sBnQ2UW,CAAC,GAAD,EAAM,EmQ3UjB,CnQ2UW,EAAW,EAAX,EAAe,AmQ3UtB,CAACtjB,KnQ2UM,AmQ3UX,CAAY,CnQ2UsB,qsBAAvB,CAr6BR;AAs6BV,AkHAJ,AqDAA,AuEDA,AqB1UY7V,kBnQ2UM,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,CmQ3UNA,CnQ2UqB,GmQ3UjB,EAAE,CnQ2UA,EAAuB,ImQ3UnB,CAAC6V,KAAL,CAAY,MAAZ,IAAsB,ubnQ2UtB,CAt6BJ;AAu6BV,AkHAJ,AqDAA,AuEDA,AqB5UuB,mBnQ6UJ,CAAC,GAAD,EAAM,GAAN,EAAW,CmQ7UnB,CnQ6UQ,EAAe,MAAf,EAAuB,oWAAvB,CAv6BL;AAw6BV,AkHAJ,AqDAA,AuEDA,AqB1UW,kBnQ2UO,CAAC,GAAD,EAAM,GAAN,EAAW,AmQlVsB,CAQzC,CnQ0UQ,EAAe,MAAf,EAAuB,wgBAAvB,CAx6BJ;AAy6BV,AkHAJ,AqDAA,AuEDA,AqBzUU,gBnQ0UM,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,wxCAAvB,CAz6BF;AA06BV,AkHAJ,AqDAA,AuEDA,iB9OCiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,8eAAvB,CA16BH;AA26BV,AkHAJ,AqDAA,AuEDA,oB9OCoB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,yfAAvB,CA36BN;AA46BV,AkHAJ,AqDAA,AuEDA,AqB3UU,qBnQ4UW,CAAC,GAAD,EAAM,GAAN,EAAW,AmQ5UlByjB,EnQ4UO,EAAe,GmQ5Uf,GnQ4UA,EAAuB,AmQ5UlB,IAAZ,IAAoBJ,aAAa,KAAK,IAA1C,EAAgD,6fnQ4UrC,CA56BP;AA66BV,AkHAJ,AqDAA,AuEDA,AqB3UW,oBnQ4US,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,wqBAAvB,CA76BN;AA86BV,AkHAJ,AqDAA,AuEDA,AqB3UW,iBnQ4UM,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,qbAAvB,CA96BH;AA+6BV,AkHAJ,AqDAA,AuEDA,AqB3UW,enQ4UI,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,2wBAAvB,CA/6BD;AAg7BV,AkHAJ,AqDAA,AuEDA,AqB3UW14C,kBnQ4UO,CAAC,GAAD,EAAM,GAAN,EAAW,CmQ5UlBA,CnQ4UO,EAAe,MAAf,CmQ5UG,CnQ4UoB,AmQ5UlB,YAAe,2VnQ4UpB,CAh7BJ;AAi7BV,AkHAJ,AqDAA,AuEDA,AqB5UsC,kBnQ6UpB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,uZAAvB,CAj7BJ;AAk7BV,AkHAJ,AqDAA,AuEDA,kB9OCkB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,+gBAAvB,CAl7BJ;AAm7BV,AkHAJ,AqDAA,AuEDA,AqB9UsC,iBnQ+UrB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,2BmQ/UbzH,MAAW,8anQ+UrB,CAn7BH;AAo7BV,AkHAJ,AqDAA,AuEDA,AqB/U2BA,mBnQgVR,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,AmQhVPA,MnQgVR,AmQhVmB,EnQgVI,o0BAAvB,CAp7BL;AAq7BV,AkHAJ,AqDAA,AuEDA,AqBhVsC,mBnQiVnB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,8hBAAvB,CAr7BL;AAs7BV,AkHAJ,AqDAA,AuEDA,kB9OCkB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,qUAAvB,CAt7BJ;AAu7BV,AkHAJ,AqDAA,AuEDA,AqBjVY,gBnQkVI,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,WmQlV3B,OAAI,CAACi9C,MAAL,EAAYz6C,IAAZ,wBAAkBs3C,UAAlB,SAAiC95C,MAAjC,8fnQkVI,CAv7BF;AAw7BV,AkHAJ,AqDAA,AuEDA,AqBjVY,gBnQkVI,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,AmQpVV,EAEP,CAFO,CAAV,EnQoVK,EAAuB,6PAAvB,CAx7BF;AAy7BV,AkHAJ,AqDAA,AuEDA,AqBjVW,kBnQkVO,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,4kBAAvB,CAz7BJ;AA07BV,AkHAJ,AqDAA,AuEDA,a9OCa,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,soBAAvB,CA17BC;AA27BV,AkHAJ,AqDAA,AuEDA,AqBjVU,iBnQkVO,CAAC,GAAD,EAAM,GAAN,EAAW,AmQlVlB,EnQkVO,EAAe,GmQlVlB,CAACujB,EnQkVE,EAAuB,CmQlV9B,CAAWU,KAAX,+gDnQkVO,CA37BH;AA47BV,AkHAJ,AqDAA,AuEDA,mB9OCmB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,gxBAAvB,CA57BL;AA67BV,AkHAJ,AqDAA,AuEDA,AqBlVU,qBnQmVW,CAAC,GAAD,EAAM,CmQnVjB,EnQmVW,EAAW,EAAX,CmQnVP,CnQmVsB,AmQnVrBV,KAAL,CnQmVW,AmQnVAM,EnQmVuB,MmQnVlC,qNnQmVW,CA77BP;AA87BV,AkHAJ,AqDAA,AuEDA,gB9OCgB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,0fAAvB,CA97BF;AA+7BV,AkHAJ,AqDAA,AuEDA,AqBnVU,qBnQoVW,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,CmQpVJ5Y,CnQoVmB,MAAf,AmQpVG,CAAClC,CnQoVmB,MmQpV3B,CAAiB,miBnQoVb,CA/7BP;AAg8BV,AkHAJ,AqDAA,AuEDA,AqBpVoCw3C,anQqVvB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,EmQrVQA,InQqVvB,EAAuB,CmQrVO,EAAPA,OAAF,iUnQqVrB,CAh8BC;AAi8BV,AkHAJ,AqDAA,AuEDA,AqBrV6Ct5B,oBnQsVzB,CAAC,GAAD,EAAM,GAAN,CmQtVyBA,CnQsVd,EAAX,CmQtV6B,CnQsVd,CmQtVUA,KnQsVzB,EAAuB,2uBAAvB,CAj8BN;AAk8BV,AkHAJ,AqDAA,AuEDA,AqBtVkC,kBnQuVhB,CAAC,GAAD,EAAM,GAAN,EAAW,AmQvVZ,CAAP,CnQuVQ,EAAe,MAAf,EAAuB,qvBAAvB,CAl8BJ;AAm8BV,AkHAJ,AqDAA,AuEDA,AqBtVU,YnQuVE,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,AmQ7WX,CAAP,KnQ6WG,EAAuB,0SAAvB,CAn8BE;AAo8BV,AkHAJ,AqDAA,AuEDA,AqBtVS,anQuVI,CAAC,GAAD,EAAM,GAAN,EAAW,CmQ3XT,CnQ2XF,AmQ3XL,EnQ2XoB,MAAf,EAAuB,8YAAvB,CAp8BC;AAq8BV,AkHAJ,AqDAA,AuEDA,AqBtVQ,anQuVK,CAAC,GAAD,EAAM,GAAN,CmQnYC,CnQmYU,AmQnYjB,EnQmYM,EAAe,MAAf,EAAuB,8OAAvB,CAr8BC;AAs8BV,AkHAJ,AqDAA,AuEDA,AqBtVO,mBnQuVY,CAAC,CmQvYP,EnQuYM,AmQvVVzc,EnQuVgB,GAAN,AmQvYN,CAgDG,CnQuVc,EAAX,EAAe,KmQvVjB1N,CnQuVE,AmQvVH,EnQuV0B,AmQvVnB,yXnQuVJ,CAt8BL;AAu8BV,AkHAJ,AqDAA,AuEDA,AqBtVO,cnQuVO,CAAC,GAAD,EAAM,GAAN,EAAW,CmQvVd,CnQuVG,EAAe,KmQvVXA,CnQuVJ,AmQvVH,EnQuV0B,ImQvVb,QAAb,IAAyB,OAAOA,CAAP,KAAa,QAA1C,EAAoD,ojBnQuV7C,CAv8BA;AAw8BV,AkHAJ,AqDAA,AuEDA,AqBtVQkgB,anQuVK,CAAC,GAAD,EAAM,GAAN,EAAW,AmQvVhBA,EnQuVK,EAAe,GmQvVb,CAACpD,EnQuVH,EAAuB,CmQvV5B,CAAe9c,CAAf,itBnQuVK,CAx8BC;AAy8BV,AkHAJ,AqDAA,AuEDA,AqBtVQ,mBnQuVW,CAAC,GAAD,AmQ1VI,CAIhB,CnQsVkB,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,m2BAAvB,CAz8BL;AA08BV,AkHAJ,AqDAA,AuEDA,AqBrVO,enQsVQ,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,s0CAAvB,CA18BD;AA28BV,AkHAJ,AqDAA,AuEDA,iB9OCiB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,iLAAvB,CA38BH;AA48BV,AkHAJ,AqDAA,AuEDA,uB9OCuB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,qvBAAvB,CA58BT;AA68BV,AkHAJ,AqDAA,AuEDA,AqBvVO2K,mBnQwVY,CAAC,EmQxVbA,CnQwVY,EAAM,GAAN,EAAW,EAAX,AmQxVF,CAAE,CnQwVe,MAAf,EAAuB,GmQxVR,obnQwVf,CA78BL;AA88BV,AkHAJ,AqDAA,AuEDA,AqBxVkC,mBnQyVf,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,6hBAAvB,CA98BL;AA+8BV,AkHAJ,AqDAA,AuEDA,kB9OCkB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,sHAAvB,CA/8BJ;AAg9BV,AkHAJ,AqDAA,AuEDA,AqB1VkC,iBnQ2VjB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,mBmQ3VjBzH,MAAW,27BnQ2VjB,CAh9BH;AAi9BV,AkHAJ,AqDAA,AuEDA,AqB3VuBA,gBnQ4VP,CAAC,GAAD,EAAM,GAAN,CmQ5VOA,CnQ4VI,EAAX,EAAe,CmQ5VG,KnQ4VlB,EAAuB,qeAAvB,CAj9BF;AAk9BV,AkHAJ,AqDAA,AuEDA,AqB5VkC,oBnQ6Vd,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,waAAvB,CAl9BN;AAm9BV,AkHAJ,AqDAA,AuEDA,e9OCe,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,+wBAAvB,CAn9BD;AAo9BV,AkHAJ,AqDAA,AuEDA,AqB7VQ,cnQ8VM,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,EmQ9V7B,OAAI,CAACurB,GAAL,EAAS/oB,IAAT,qBAAes3C,UAAf,SAA8B95C,MAA9B,mOnQ8VM,CAp9BA;AAq9BV,AkHAJ,AqDAA,AuEDA,AqB7VQ,iBnQ8VS,CAAC,GAAD,EAAM,AmQhWN,EAEP,CnQ8VO,AmQhWA,EnQgWW,AmQ9Vf,EnQ8VI,EAAe,GmQ9Vf,CAACk/C,EnQ8VD,EAAuB,CmQ9V3B,GAAc,OAAI,CAACpiB,KAAL,CAAY,MAAZ,CAAd,CAFI,CAAV,wfnQgWU,CAr9BH;AAs9BV,AkHAJ,AqDAA,AuEDA,a9OCa,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,2uCAAvB,CAt9BC;AAu9BV,AkHAJ,AqDAA,AuEDA,AqB7VO,mBnQ8VY,CAAC,EmQ9Vb,CnQ8VY,EAAM,GAAN,CmQ9VR,CnQ8VmB,AmQ9VlBvZ,EnQ8VO,EAAe,CmQ9V3B,CAAWU,InQ8VC,CmQ9VZ,CnQ8VmC,0PAAvB,CAv9BL;AAw9BV,AkHAJ,AqDAA,AuEDA,c9OCc,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,+fAAvB,CAx9BA;AAy9BV,AkHAJ,AqDAA,AuEDA,AqB9VO,sBnQ+Ve,AmQ/Vf,CnQ+VgB,GAAD,EAAM,CmQ/VjB,CAACV,CnQ+VU,EAAW,EAAX,AmQ/Vf,CAAWM,CnQ+VmB,MAAf,CmQ/Vf,CnQ+VsC,iXAAvB,CAz9BR;AA09BV,AkHAJ,AqDAA,AuEDA,kB9OCkB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,uwBAAvB,CA19BJ;AA29BV,AkHAJ,AqDAA,AuEDA,AqB9VO,YnQ+VK,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,EmQ/Vb5Y,InQ+VF,EAAuB,CmQ/Vd,CAAClC,OAAR,EAAP,8gBnQ+VK,CA39BE;AA49BV,AkHAJ,AqDAA,AuEDA,AqB9VO,YnQ+VK,CAAC,GAAD,EAAM,GAAN,AmQ7ZC,EnQ6ZU,EAAX,EAAe,MAAf,EAAuB,4zBAAvB,CA59BE;AA69BV,AkHAJ,AqDAA,AuEDA,AqB7ZM,oBnQ8Zc,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ubAAvB,CA79BN;AA89BV,AkHAJ,AqDAA,AuEDA,AqBtb2B,uBnQubJ,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,wKAAvB,CA99BT;AA+9BV,AkHAJ,AqDAA,AuEDA,uB9OCuB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,8GAAvB,CA/9BT;AAg+BV,AkHAJ,AqDAA,AuEDA,AqBxb2B,sBnQybL,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,+RAAvB,CAh+BR;AAi+BV,AkHAJ,AqDAA,AuEDA,AqBlWM,mBnQmWa,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,4bAAvB,CAj+BL;AAk+BV,AkHAJ,AqDAA,AuEDA,AqBlWK,kBnQmWa,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,uRAAvB,CAl+BJ;AAm+BV,AkHAJ,AqDAA,AuEDA,AqB1dgC,sBnQ2dV,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,6TAAvB,CAn+BR;AAo+BV,AkHAJ,AqDAA,AuEDA,AqB3dgC,gBnQ4dhB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,83BAAvB,CAp+BF;AAq+BV,AkHAJ,AqDAA,AuEDA,AqB5dgC,cnQ6dlB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,ucAAvB,CAr+BA;AAs+BV,AkHAJ,AqDAA,AuEDA,AqB7dgC,anQ8dnB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,4xBAAvB,CAt+BC;AAu+BV,AkHAJ,AqDAA,AuEDA,AqB9dgC,gBnQ+dhB,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,wfAAvB,CAv+BF;AAw+BV,AkHAJ,AqDAA,AuEDA,AqBvWI,SAxHD,MAwHO,CnQwWM,CAAC,GAAD,EAAM,GAAN,EAAW,EAAX,EAAe,MAAf,EAAuB,gXAAvB;AAx+BF,AkHy+Bd,AqDAA,AuEDA,AqBvWI,GnQjoBF;AA2+BAhL,AkHDF,AqDAA,AuEDA,AqBvWI,EnQyWFA,MAAM,CAAC,YAAY;AACjB8B,AkHDJ,AqDAA,AuEDA,AqBvWI4H,InQyWA5H,MmQzWA4H,KnQyWW,CAAC,ImQzWF,CnQyWC,AmQzWC,EnQyWO1H,KAAR,CAAX,ImQzW2B;AnQ0W5B,AkHDH,AqDAA,AuEDA,AqBxW+B,GnQwWvB,CAAN;AAID,AkHFD,AqDAA,AuEDA,C9OhmCC,GAAD;AkHkmCA,AqDAA,AuEDA,AqB1W+B,+CAAXC,MAAW;AnQ6W9B,AkHDD,AqDAA,AuEDA,AqB3WoBA,anQ6WP,CmQ7WOA,MAAW;AnQ8W7B,AkHDF,AqDAA,AuEDA,AqB5W+B;AjJ8W/B,AqDAA,AuEDA;A9OGE,AkHDF,AqDAA,AuEDA,AqB7WK,WnQ+WMW,OAAT,CAAiBzC,GAAjB,EAAsB,ImQ/WnB,OAAI,CAACqtB,GAAL,EAAS/oB,IAAT,sBAAes3C,UAAf,SAA8B95C,MAA9B;AnQgXD,AkHDJ,AqDAA,AuEDA,AqB7WK,QnQ+WG,GmQjXM,EAEP,CAFO,CnQiXCY,CmQ/WL,KnQ+WF,EmQ/WM,CAACs+C,EnQ+WW,GmQ/WhB,GAAc,InQ+WhB,GmQ/WoB,CnQ+WY,AmQ/WXpiB,KAAL,CAAY,GnQ+WWl8B,GmQ/WvB,CAAd,CAFI,CnQiXuC,AmQjXjD,CnQiXkDC,QAAd,MAA2B,QAA/D,EAAyE;AACvEF,AkHDN,AqDAA,AuEDA,M9OEMA,OAAO,GAAG,UAAUzC,GAAV,EAAe;AACvB,AkHDR,AqDAA,AuEDA,AqB9WI,UAAA,OAAI,CAACqlB,KAAL,CnQgXkBrlB,AmQhXP+lB,GnQgXP,EmQhXJ;AnQiXG,AkHDP,AqDAA,AuEDA,O9OAM;AAGD,AkHDL,AqDAA,AuEDA,AqB/WI,KnQ6WA,KmQ7WA,CnQiXO,MmQjXH,CAACV,KAAL,CAAWM,QAAX;AnQkXEljB,AkHDN,AqDAA,AuEDA,M9OEMA,OAAO,GAAG,UAAUzC,GAAV,EAAe;AACvB,AkHDR,AqDAA,AuEDA,AqB/WI,enQiXWA,EmQjXJ+M,CnQiXO,IAAI,EmQjXJ,CAAClC,InQiXUnI,GmQjXlB,EAAP,CnQiXkB,KAAkB,UAAzB,IAAuC1C,GAAG,CAAC4C,WAAJ,KAAoBF,MAA3D,IAAqE1C,GAAG,KAAK0C,MAAM,CAACG,SAApF,GAAgG,QAAhG,YAAkH7C,GAAlH,CAAP;AACD,AkHDP,AqDAA,AuEDA,AqB/WI,OnQ+WE;AAGD,AkHDL,AqDAA,AuEDA;A5HEA,AqDAA,AuEDA,AqBhXG,QAAA,OAAI,CAACqlB,KAAL,CAAWU,KAAX;AnQmXC,AkHDJ,AqDAA,AuEDA,W9OEWtjB,OAAO,CAACzC,GAAD,CAAd;AACD,AkHDH,AqDAA,AuEDA,AqBjXG,QAAA,OAAI,CAACqlB,KAAL,CAAWM,QAAX;AjJmXH,AqDAA,AuEDA;A9OGE,AkHDF,AqDAA,AuEDA,AqBlXG,WnQoXQ7iB,ImQpXDiK,OAAO,CAAC/B,GnQoXhB,CAAyBjI,EmQpXjB,EAAP,InQoXD,EAAmCC,WAAnC,EAAgD;AAC9C,AkHDJ,AqDAA,AuEDA,AqBlXG,OApKM,CnQwhBD,AmQxhBN,EnQwhBQD,QAAQ,YAAYC,WAAtB,CAAJ,EAAwC;AACtC,AkHDN,AqDAA,AuEDA,AqBlXE,YnQoXU,IAAIC,SAAJ,CAAc,mCAAd,CAAN;AACD,AkHDL,AqDAA,AuEDA,AqBjXC;AnQoXE,AkHDH,AqDAA,AuEDA;A5HEA,AqDAA,AuEDA;A9OGE,AkHDF,AqDAA,AuEDA,W9OEWC,iBAAT,CAA2BzC,MAA3B,EAAmC0C,KAAnC,EAA0C;AACxC,AkHDJ,AqDAA,AuEDA,S9OES,IAAIzC,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAGyC,KAAK,CAACvC,MAA1B,EAAkCF,CAAC,EAAnC,EAAuC;AACrC,AkHDN,AqDAA,AuEDA,U9OEU0C,UAAU,GAAGD,KAAK,CAACzC,CAAD,CAAtB;AACA0C,AkHDN,AqDAA,AuEDA,M9OEMA,UAAU,CAAC/C,UAAX,GAAwB+C,UAAU,CAAC/C,UAAX,IAAyB,KAAjD;AACA+C,AkHDN,AqDAA,AuEDA,M9OEMA,UAAU,CAAC9C,YAAX,GAA0B,IAA1B;AACA,AkHDN,AqDAA,AuEDA,U9OEU,WAAW8C,UAAf,EAA2BA,UAAU,CAAC7C,QAAX,GAAsB,IAAtB;AAC3BJ,AkHDN,AqDAA,AuEDA,M9OEMA,MAAM,CAACC,cAAP,CAAsBK,MAAtB,EAA8B2C,UAAU,CAACnD,GAAzC,EAA8CmD,UAA9C;AACD,AkHDL,AqDAA,AuEDA;A9OGG,AkHDH,AqDAA,AuEDA;A5HEA,AqDAA,AuEDA;A9OGE,AkHDF,AqDAA,AuEDA,W9OEWC,YAAT,CAAsBL,WAAtB,EAAmCM,UAAnC,EAA+CC,WAA/C,EAA4D;AAC1D,AkHDJ,AqDAA,AuEDA,Q9OEQD,UAAJ,EAAgBJ,iBAAiB,CAACF,WAAW,CAACH,SAAb,EAAwBS,UAAxB,CAAjB;AAChB,AkHDJ,AqDAA,AuEDA,Q9OEQC,WAAJ,EAAiBL,GmQtXRi9C,WAAiC,GnQsXR,CAACn9C,WAAD,EAAcO,WAAd,CAAjB;AACjB,AkHDJ,AqDAA,AuEDA,AqBrX8C,WnQuXnCP,WAAP;AACD,AkHDH,AqDAA,AuEDA;A5HEA,AqDAA,AuEDA,AqBvX8C,UAAtBi/C,aAAsB,uEAAN,IAAM;AnQ0X5C,AkHDF,AqDAA,AuEDA,AqBtXE,UAAME,CnQwXGpiD,KmQxXG,GAAG,EAAf,KnQwXA,CAAyBC,GAAzB,EAA8BC,GAA9B,EAAmCC,KAAnC,EAA0C;AACxC,AkHDJ,AqDAA,AuEDA,Q9OEQD,GAAG,IAAID,GAAX,EAAgB;AACdG,AkHDN,AqDAA,AuEDA,AqB1X8C,MnQ4XxCA,MAAM,CAACC,cAAP,CAAsBJ,GAAtB,EAA2BC,GAA3B,EAAgC,amQxXf,KAAK87C,OAAL,EAJuB;AnQ6XtC77C,AkHDR,AqDAA,AuEDA,AqB3X8C,QnQ6XtCA,KAAK,EAAEA,KADuB;AAE9BG,AkHDR,AqDAA,AuEDA,Q9OEQA,UAAU,EAAE,IAFkB;AAG9BC,AkHDR,AqDAA,AuEDA,AqB7X8C,QnQ+XtCA,YAAY,EAAE,IAHgB;AAI9BC,AkHDR,AqDAA,AuEDA,AqB1XE,QnQ4XMA,QAAQ,EAAE,gDmQ5XsB;AnQwXF,AkHItC,AqDAA,AuEDA,AqB3XwC,OnQwXlC,OmQxXOy7C,MAA2B;AnQ8XnC,AkHDL,AqDAA,AuEDA,AqB3XGmG,KnQsXC,KmQtXDA,CnQ6XQ,KmQ7XF,CAACn9C,IAAP,CAAag3C,MAAM,CAACqH,SAAP,CAAkB;AnQ8X5BrjD,AkHDN,AqDAA,AuEDA,AqB5XoCqiD,MnQ8X9BriD,GAAG,CAACC,EmQ9X0BoiD,CnQ8X3B,CAAH,GAAWniD,EmQ9X0B,EAAE+hD,CnQ8XvC;AACD,AkHDL,AqDAA,AuEDA,AqB7XkC,WAAlB,CAAb;AjJ+XH,AqDAA,AuEDA,AqB7XG;AnQgYC,AkHDJ,AqDAA,AuEDA,AqBpY8C,WnQsYnCjiD,GAAP;AACD,AkHDH,AqDAA,AuEDA,AqBrY8C;AjJuY9C,AqDAA,AuEDA,AqBtY8C;AnQyY5C,AkHDF,AqDAA,AuEDA,AqBvY8C,WnQyYnCQ,aAAT,CAAuBC,MAAvB,EAA+B;AAC7B,AkHDJ,AqDAA,AuEDA,AqBxY8C,SnQ0YrC,IAAIC,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAGC,SAAS,CAACC,MAA9B,EAAsCF,CAAC,EAAvC,EAA2C;AACzC,AkHDN,AqDAA,AuEDA,U9OEUG,MAAM,GAAGF,SAAS,CAACD,CAAD,CAAT,IAAgB,IAAhB,GAAuBC,SAAS,CAACD,CAAD,CAAhC,GAAsC,EAAnD;AACA,AkHDN,AqDAA,AuEDA,AqBlYE,UnQoYQI,GmQpYDiM,InQoYQ,GAAG5M,AmQpYJ,CAACqM,GAAR,CAAa21C,CnQoYI,CAACphD,IAAP,AmQpYX,CnQoYuBF,CmQpYF0K,IAArB,CnQoYW,AmQpYgB,CnQoY9B,WmQpYoC;AjJoY1C,AqDAA,AuEDA,AqBlYG,QAAA,OAAI,CAAC8Z,KAAL,CAAWK,cAAX,CAA2B,WAA3B,EADuC,CAGvC;AnQmYG,AkHDN,AqDAA,AuEDA,U9OEU,OAAOvlB,MAAM,CAACa,qBAAd,KAAwC,UAA5C,EAAwD;AACtDF,AkHDR,AqDAA,AuEDA,Q9OEQA,OAAO,GAAGA,OAAO,CAACG,MAAR,CAAed,MAAM,CAACa,qBAAP,CAA6BH,MAA7B,EAAqCK,MAArC,CAA4C,UAAUC,GAAV,EAAe;AAClF,AkHDV,AqDAA,AuEDA,AqBlYG,YAAIg/C,KnQoYUhgD,ImQpYD,EnQoYO,CAACiB,EmQpYH,IAAlB,EAAwB,gBnQoYV,CAAgCP,MAAhC,EAAwCM,GAAxC,EAA6Cd,UAApD;AACD,AkHDT,AqDAA,AuEDA,AqBlYI,SnQkY6B,CAAf,AmQlYd,CnQkYI,MmQlYA,CAACglB,KAAL,CAAWU,KAAX;AnQqYG,AkHDP,AqDAA,AuEDA;A5HEA,AqDAA,AuEDA,AqBnYI,UAAA,OAAI,CAACV,KAAL,CAAWM,QAAX;AnQsYE7kB,AkHDN,AqDAA,AuEDA,M9OEMA,OAAO,CAACO,OAAR,CAAgB,UAAUpB,GAAV,EAAe;AAC7BF,AkHDR,AqDAA,AuEDA,AqBpYI,QnQsYIA,SmQtYGgN,MnQsYY,CAACtM,AmQtYN,CAACuK,KnQsYI,CmQtYZ,CnQsYqB/K,AmQtYL,GnQsYJ,EAAcY,MAAM,CAACZ,GAAD,CAApB,CAAf,ImQtYG,CAAP;AnQuYG,AkHDP,AqDAA,AuEDA,AqBpYI,OnQoYE;AAGD,AkHDL,AqDAA,AuEDA;A5HEA,AqDAA,AuEDA,AqBpYG,QAAA,OAAI,CAAColB,KAAL,CAAWA,KAAX,CAAkB,gBAAlB,EAAoC86B,SAApC;AnQuYC,AkHDJ,AqDAA,AuEDA,W9OEW1/C,MAAP;AACD,AkHDH,AqDAA,AuEDA,AqBpYG,YAAIiiD,qBAAqB,GAAG,IAA5B;AjJsYH,AqDAA,AuEDA;A9OGE,AkHDF,AqDAA,AuEDA,AqBpYG,WnQsYQl/C,CmQtYJ,OAAO28C,MnQsYZ,CAAwB18C,EmQtYnB,CnQsYL,EAA6B/C,CAA7B,CmQtY0B,CnQsYM,OmQtY/B,EAAmC;AnQuYlC,AkHDJ,AqDAA,AuEDA,AqBpYIgiD,UAAAA,CnQsYOh/C,eAAe,CAACD,GAAD,CAAf,AmQtYc,GAAG,CnQsYOE,MmQtYH,CAAC28C,cnQsYuB,CAAC78C,CmQtY7B,CAAuB08C,CnQsYK,EAAMz/C,CAAN,CAA7C,IAAyDkD,AmQtYxC,EAAkCoL,KAAlC,CAAyC,GAAzC,CAAxB,InQsYgF,EAAhF;AACD,AkHDH,AqDAA,AuEDA,AqBpYI,SAhBsC,CAkBvC;AjJoYH,AqDAA,AuEDA,AqBlYG;AnQqYD,AkHDF,AqDAA,AuEDA,W9OEWnL,kBAAT,CAA4BJ,GAA5B,EAAiC;AAC/B,AkHDJ,AqDAA,AuEDA,W9OEWK,kBAAkB,CAACL,GAAD,CAAlB,IAA2BM,gBAAgB,CAACN,GAAD,CAA3C,IAAoDO,kBAAkB,EAA7E;AACD,AkHDH,AqDAA,AuEDA,AqBxZ0C,qDAoBlB,OAAI,CAAC+3C,OAAL,EApBkB;AjJ0Z1C,AqDAA,AuEDA,AqBzZ0C;AnQ4ZxC,AkHDF,AqDAA,AuEDA,W9OEWj4C,kBAAT,CAA4BL,GAA5B,EAAiC;AAC/B,AkHDJ,AqDAA,AuEDA,AqB3Z0C,QnQ6ZlCQ,KAAK,CAACC,OAAN,CAAcT,GAAd,CAAJ,EAAwB;AACtB,AkHDN,AqDAA,AuEDA,AqBxYG,WnQ0YQ,IAAI/C,CAAC,GAAG,CAAR,EAAWyD,IAAI,GAAG,IAAIF,KAAJ,CAAUR,GAAG,CAAC7C,MAAd,CAAvB,EAA8CF,CAAC,GAAG+C,GAAG,CAAC7C,MAAtD,EAA8DF,AmQ1Y3B,CnQ0Y4B,EAA/D;AAAmEyD,AkHAzE,AqDAA,AuEDA,AqBzYyC,QnQ0YgCA,IAAI,CAACzD,CAAD,CAAJ,CmQ1Y3Ds7C,EnQ0YqEv4C,GAAG,CAAC/C,AmQ1Y9C,CnQ0Y6C,CAAb;AAAnE,AkHCN,AqDAA,AuEDA,AqBzYI,gBAAIiiD,eAAe,GAAGxC,SAAtB;AjJ2YJ,AqDAA,AuEDA,AqBzYI,gBAAIn4B,OAAO,GAAG,KAAd,CAFqC,CAIrC;AnQwYE,AkHCN,AqDAA,AuEDA,AqBvYI,anQuYS7jB,IAAP;AACD,AkHCL,AqDAA,AuEDA,AqBvYI;AnQwYD,AkHCH,AqDAA,AuEDA;A5HEA,AqDAA,AuEDA,AqBxYI,gBAAI,OAAOg8C,SAAP,KAAqB,QAAzB,EAAmC;AnQyYrC,AkHCF,AqDAA,AuEDA,AqBxYK,WnQwYMz8C,eAAT,CAAyBD,GAAzB,EAA8B;AAC5B,AkHCJ,AqDAA,AuEDA,AqBxYKk/C,QnQwYG1+C,KAAK,CAACC,AmQxYTy+C,OnQwYG,CAAcl/C,GAAd,CAAJ,EAAwB,CmQxYR,GAAGi/C,GnQwYYj/C,GAAP,emQxYvB,CAFkC,CAIlC;AnQuYF,AkHCH,AqDAA,AuEDA;A5HEA,AqDAA,AuEDA,AqBvYKukB,cAAAA,OAAO,GAAGg0B,MAAM,CAAC4G,WAAP,CAAoBD,eAApB,CAAV;AnQwYH,AkHCF,AqDAA,AuEDA,AqBvYK,WnQuYM5+C,EmQ7YP,MAMO,IAAI,InQuYb,CAA0BK,GmQvYN+7C,CnQuYpB,EAAgC,MmQvYnB,MAAqB,QAAzB,EAAmC;AnQwY1C,AkHCJ,AqDAA,AuEDA,AqBvYK,QnQuYGz9C,MAAM,CAACC,QAAP,IAAmBxC,MAAM,CAACiE,IAAD,CAAzB,IAAmCjE,MAAM,CAAC0C,SAAP,CAAiBwB,QAAjB,CAA0BC,IAA1B,CAA+BF,IAA/B,MAAyC,oBAAhF,EAAsG,OAAOH,KAAK,CAACM,IAAN,CAAWH,IAAX,CAAP;AACvG,AkHCH,AqDAA,AuEDA,AqBvYK4jB,cAAAA,OAAO,GAAGg0B,MAAM,CAAC6G,WAAP,CAAoB1C,SAApB,CAAV;AjJyYL,AqDAA,AuEDA,AqBvYK,aAHM,MAGA,IAAI,OAAOwC,eAAP,KAA2B,UAA/B,EAA2C;AnQwYpD,AkHCF,AqDAA,AuEDA,AqBvYK,WnQuYMh/C,qBAAT,CAA+BF,GAA/B,EAAoC/C,CAApC,EAAuC;AACrC,AkHCJ,AqDAA,AuEDA,AqBvYK,QnQuYG8D,IAAI,EmQvYP,CnQuYU,EAAX,ImQvYK,CAACsF,MAAL,CAAa,OAAb,EAAsB,IAAtB,EAFiD,CAIjD;AnQsYD,AkHCJ,AqDAA,AuEDA,AqBrYK,QnQqYGrF,EAAE,GAAG,IAAT;AACA,AkHCJ,AqDAA,AuEDA,Q9OAQC,EAAE,GAAG,KAAT;AACA,AkHCJ,AqDAA,AuEDA,Q9OAQC,EAAE,GAAG5C,SAAT;AkHEJ,AqDAA,AuEDA,AqBvYK,qBAAO8xB,cAAKiuB,SAAL,CAAgBa,eAAhB,EAAiC/G,UAAjC,EAA6CrwC,IAA7C,CAAmD,UAAC+3C,WAAD,EAAiB;AnQwY5E,AkHCJ,AqDAA,AuEDA,AqBvYM,QnQuYE,QmQvYF,OAAI,CAACx5C,MAAL,CAAa,OAAb,EAAsB,KAAtB;AnQwYA,AkHCN,AqDAA,AuEDA,W9OAW,IAAIlF,EAAE,GAAGnB,GAAG,CAACf,MAAM,CAACC,QAAR,CAAH,EAAT,EAAiCkC,EAAtC,EAA0C,EAAEJ,EAAE,GAAG,CAACI,EAAE,GAAGD,EAAE,CAACE,IAAH,EAAN,EAAiBC,IAAxB,CAA1C,EAAyEN,EAAE,GAAG,IAA9E,EAAoF;AAClFD,AkHCR,AqDAA,AuEDA,AqBxYM,QnQwYEA,IAAI,CAACQ,IAAL,CAAUH,EAAE,AmQxYVo9C,CnQwYW/hD,KAAb,OmQxYe,IAAIojD,WAAW,KAAK,KAArC,EAA4C;AjJ0YlD,AqDAA,AuEDA,AqBxYO,kBAAA,OAAI,CAACj+B,KAAL,CAAWU,KAAX;AnQyYC,AkHCR,AqDAA,AuEDA,Y9OAYrlB,CAAC,IAAI8D,IAAI,CAAC5D,MAAL,KAAgBF,CAAzB,EAA4B;AAC7B,AkHCP,AqDAA,AuEDA,AqBzYO,kBAAA,OAAI,CAAC2kB,KAAL,CAAWM,QAAX;AnQ0YF,AkHCL,AqDAA,AuEDA,K9ONI,CAME,OAAO1gB,GAAP,EAAY;AACZP,AkHCN,AqDAA,AuEDA,AqB1YO,MnQ0YDA,EAAE,GAAG,IAAL,UmQ1YQ,OAAI,CAACI,IAAL,EAAP;AnQ2YDH,AkHCN,AqDAA,AuEDA,AqB1YO,MnQ0YDA,EAAE,GAAGM,GAAL;AACD,AkHCL,AqDAA,AuEDA,K9OTI,SASU;AACR,AkHCN,AqDAA,AuEDA,AqB1YM,UnQ0YI,amQ1YG8H,OAAO,CAAClC,OAAR,CAAiB;AnQ2YtB,AkHCR,AqDAA,AuEDA,AqB3YgCw3C,YnQ2YpB,CAAC59C,EAAD,GmQ3YoB49C,CnQ2Ybz9C,EAAE,CAAC,GmQ3YiB,EAAE,GnQ2YpB,CAAF,IAAgB,IAA3B,EAAiCA,EAAE,CAAC,QAAD,CAAF;AAClC,AkHCP,AqDAA,AuEDA,AqB5Y8B,OnQ0YxB,SAEU,CmQ5YH,CAAP;AnQ6YE,AkHCR,AqDAA,AuEDA,AqB5YM,YnQ4YMF,EAAJ,CmQrZI,CnQqZI,CmQ5YR4H,KnQ4Yc3H,AmQrZV,CASE,CnQ4YE,SmQ5YD/F,CAAD,EAAO;AnQ6Yd,AkHCP,AqDAA,AuEDA,AqB5YM,oBAAI8c,KAAK,GAAG;AnQ6Yb,AkHCL,AqDAA,AuEDA,AqB5YO,2BAAS,OAAI,CAACkjB,KAAL,CAAY,OAAZ,CADE;AjJ+YlB,AqDAA,AuEDA,AqB5YO,0BAAQ,OAAI,CAACA,KAAL,CAAY,MAAZ,CAFG;AnQ+Yd,AkHCJ,AqDAA,AuEDA,AqB5YO,WnQ4YIp6B,IAAP,WmQ5YW;AnQ6YZ,AkHCH,AqDAA,AuEDA,AqB5YQ,yBAAK;AjJ8Yb,AqDAA,AuEDA,AqB9Ye;AnQ+Yb,AkHCF,AqDAA,AuEDA,AqBlZkB,WnQkZPR,MmQlZL,YnQkZJ,GAA8B;AAC5B,AkHCJ,AqDAA,AuEDA,U9OAU,IAAIf,SAAJ,CAAc,iDAAd,CAAN;AACD,AkHCH,AqDAA,AuEDA,AqB5YM,oBAAI,QAAOrE,CAAP,MAAa,QAAjB,EAA2B;AjJ8YjC,AqDAA,AuEDA,AqB5YO8c,kBAAAA,KAAK,GAAGvb,MAAM,CAACuqB,MAAP,CAAehP,KAAf,EAAsB;AnQ6YnC,AkHCF,AqDAA,AuEDA,AqB5YQ,WnQ4YG9X,gBAAT,GAA4B,OmQ5YLhF,CAAC,CAAC+c,OADU;AnQ8YjC,AkHCJ,AqDAA,AuEDA,AqB5YQ,UnQ4YE,IAAI1Y,SAAJ,CAAc,SmQ5YHrE,CAAC,CAAC2kD,QAFc,mCnQ8Y3B,CAAN;AACD,AkHCH,AqDAA,AuEDA,AqB5YQ,mCAAe3kD,CAAC,CAAC4kD;AjJ8YzB,AqDAA,AuEDA,AqBhZqC,mBAAtB,CAAR;AnQiZL,AkHCF,AqDAA,AuEDA,AqB5YO,MnQ4YDt+C,IAAI,GAAG,ImQlZP,KnQkZgBA,CmQ5YT,GnQ4YA,CmQ5YI,EnQ4YY,CAAE,CAA7B,GmQ5YsBtG,CAAP,KAAa,QAAjB,EAA2B;AjJ8YxC,AqDAA,AuEDA,AqB5YO8c,kBAAAA,KAAK,CAAC,eAAD,CAAL,GAAyB9c,CAAzB;AnQ6YL,AkHCF,AqDAA,AuEDA,AqB5YO,MnQ4YDJ,OAAO,GAAG,EAAd;AACA,AkHCF,AqDAA,AuEDA,M9OAMC,SAAS,GAAG,EAAhB;AACA,AkHCF,AqDAA,AuEDA,AqB5YMo6C,MnQ4YA1zC,kBAAkB,GAAG,IAAzB,QmQ5Yei3C,IAAX,CACC,mDADD,EAEC,6EAFD,EAGC1gC,KAHD;AnQ6YJ,AkHCF,AqDAA,AuEDA,AqBxYM,MnQwYAtW,SmQzaM,CAAP,EnQyaa,GAAG;AACjBC,AkHCJ,AqDAA,AuEDA,AqBxYK,InQwYDA,IAAI,EAAEH,GmQhc+B,CnQ+bpB,AmQrYjB;AnQuYAI,AkHCJ,AqDAA,AuEDA,I9OAIA,OAAO,EAAEJ;AAFQ,AkHIrB,AqDAA,AuEDA,G9OHE;AkHKF,AqDAA,AuEDA,AqBxYI,gBAAI8iB,OAAO,KAAK,IAAhB,EAAsB;AnQyYxB,AkHCF,AqDAA,AuEDA,AqBzY0B,MnQyYpB;AACF,AkHCJ,AqDAA,AuEDA,AqBzYK,QnQyYG,OAAOtpB,MAAP,KAAkB,WAAtB,EAAmCF,OAAO,GAAGE,MAAV;AACnC,AkHCJ,AqDAA,AuEDA,AqBzYK,QnQyYG,OAAOC,QAAP,KAAoB,WAAxB,EAAqCF,SAAS,GAAGE,QAAZ;AACrC,AkHCJ,AqDAA,AuEDA,AqBzYK,QnQyYG,OAAO4G,KmQzYJu9C,GAAG,GAAG,IAAI9G,CnQyYb,KAA4B,AmQzYnB,CAAY2G,UnQyYzB,EAA6Cx9C,GmQzYhC,CAAZ,CAHqB,CAKrB,YnQuY8D,GAAGI,gBAArB;AAC7C,AkHCJ,AqDAA,AuEDA,AqBvYK,QnQuYG,OAAOC,WAAP,KAAuB,WAA3B,EAAwCJ,YAAY,GAAGI,WAAf;AACzC,AkHCH,AqDAA,AuEDA,G9OLE,CAKE,OAAO5G,CAAP,EAAU,CAAE;AkHEhB,AqDAA,AuEDA,AqBxYKkkD,gBAAAA,GAAG,CAACC,aAAJ,CAAmB5C,SAAnB,EAPqB,CASrB;AnQuYH,AkHCF,AqDAA,AuEDA,AqBtYK,MnQsYCthD,IAAI,GAAGL,OAAO,CAACM,SAAR,IAAqB,EAAhC;AAAA,AkHEF,AqDAA,AuEDA,M9OAMC,cAAc,GAAGF,IAAI,CAACG,SAD1B;AAAA,AkHGF,AqDAA,AuEDA,M9OAMA,SAAS,GAAGD,cAAc,KAAK,KAAK,CAAxB,GAA4B,EAA5B,GAAiCA,cAFjD;AkHIF,AqDAA,AuEDA,AqBxYK+jD,gBAAAA,GAAG,CAACE,SAAJ,CAAe,aAAf,EAXqB,CAarB;AnQuYH,AkHCF,AqDAA,AuEDA,AqBtYK,MnQsYC/jD,MAAM,GAAGT,OAAb;AACA,AkHCF,AqDAA,AuEDA,M9OAMU,QAAQ,GAAGT,SAAf;AACA,AkHCF,AqDAA,AuEDA,M9OAMgH,iBAAiB,GAAGN,kBAAxB;AACA,AkHCF,AqDAA,AuEDA,AqBxYK29C,MnQwYCp9C,UmQxYDo9C,CnQwYY,EmQxYT,CnQwYY19C,AmQxYX69C,UAAJ,CAAgBrH,CnQwYnB,SmQxYG;AnQyYH,AkHCF,AqDAA,AuEDA,M9OAMz8C,UAAU,GAAG,CAAC,CAACF,MAAM,CAACN,QAA1B;AACA,AkHCF,AqDAA,AuEDA,AqBxYK,MnQwYCS,MAAM,GAAG,CAAC,AmQxYX,CnQwYYF,MmQxYR,CAACs9C,CnQwYe,CAACn9C,KmQxYrB,CAAc,SnQwYJ,IAA8B,CAAC,CAACH,AmQxY1C,EAA+B,MnQwYmB,CAACI,IAAzC,IAAiD,OAAOJ,QAAQ,CAACK,gBAAhB,KAAqC,UAAtF,IAAoG,OAAOL,QAAQ,CAACM,aAAhB,KAAkC,UAAnJ;AACA,AkHCF,AqDAA,AuEDA,AqBxYMw8C,MnQwYAv8C,KAAK,GAAG,CAACT,GmQxYTg9C,MnQwYkB,AmQxYZ,CnQwYat8C,CmQxYXojD,MnQwYC,CAAkB,MAAlB,CAAD,IAA8B,CAAC9jD,SAAS,CAACU,OAAV,CAAkB,UAAlB,CAA3C;AAEA,AkHAF,AqDAA,AuEDA,AqB1YoC,MnQ2Y9BC,WmQ3YD,EAjBqB,CAqBrB,MnQuYqB,GAAG,oBAA3B;AACA,AkHAF,AqDAA,AuEDA,M9OCMgG,aAAa,GAAG,EAApB;AACA,AkHAF,AqDAA,AuEDA,M9OCMC,qBAAqB,GAAG,IAA5B;AACA,AkHAF,AqDAA,AuEDA,AqBxYK,MnQyYCC,yBAAyB,GAAG,gBAAhC;AACA,AkHAF,AqDAA,AuEDA,AqBzYK,MnQ0YCC,aAAa,EmQ1YPg9C,CnQ0YU,EmQ1YP,CAACW,SAAJ,GnQ0YV,AmQ1Y2Bl4C,IAAjB,CAAuB,YAAM;AnQ2YvC,AkHAF,AqDAA,AuEDA,AqBzYM,MnQ0YAxF,cmQ1YA,OAAI,CnQ0YkB,AmQ1YjBsf,GnQ0YoB,EmQ1YzB,CAAWA,KAAX,CAAkB,enQ0YtB,ImQ1YI,EADmC,CAGnC;AnQyYJ,AkHAF,AqDAA,AuEDA,M9OCMrf,8BAA8B,GAAG,gCAArC;AACA,AkHAF,AqDAA,AuEDA,M9OCMC,WAAW,GAAG,aAAlB;AACA,AkHAF,AqDAA,AuEDA,AqBzYM,MnQ0YAC,SAAS,GAAG,SmQ1YL48C,EnQ0YX,CmQ1Yc,CAACr+B,KAAJ,CAAWw9B,aAAX,EAA0B12C,IAA1B,CAAgC,YAAM;AnQ2YjD,AkHAF,AqDAA,AuEDA,AqBzYO,MnQ0YDpF,gBmQ1YC,OAAI,CAACkf,GnQ0YqB,EmQ1Y1B,CnQ0Y6B,AmQ1YlBA,KAAX,CAAkB,anQ0YvB,ImQ1YK,EAD4C,CAG5C;AnQyYL,AkHAF,AqDAA,AuEDA,AqBvYO,MnQwYDjf,uBAAuB,GAAG,OAA9B;AACA,AkHAF,AqDAA,AuEDA,AqBvYO,MnQwYDC,mCAAmC,GAAG,CAAC,MAAD,EAAS,MAAT,EAAiB,OAAjB,EAA0B,QAA1B,CAA1C;AkHCF,AqDAA,AuEDA,AqBvYO;AnQwYL,AkHCF,AqDAA,AuEDA,M9OAMzG,UAAU,GAAG,YAAY;AAC3B,AkHCJ,AqDAA,AuEDA,Q9OAQ;AACF,AkHCN,AqDAA,AuEDA,AqBzYO,anQyYM,gBmQzYCkjD,CnQyYgB,EmQzYb,CAACY,QAAJ,CnQyYR,EmQzYwBn4C,IAAhB,CAAsB,iBAAiB;AnQ0YhD,AkHCL,AqDAA,AuEDA,AqB1YqD,KnQwYjD,CAEE,OAAO3M,CAAP,EAAU,YmQ1YuByjD,OAAc,SAAdA,OAAc;AnQ2Y/C,AkHCN,AqDAA,AuEDA,a9OAa,KAAP;AACD,AkHCL,AqDAA,AuEDA,AqB3YQ,wBAAA,OAAI,CAACh9B,KAAL,CAAWA,KAAX,CAAkB,kBAAlB;AnQ4YL,AkHCH,AqDAA,AuEDA,G9ONmB,EAAjB;AkHQF,AqDAA,AuEDA,AqB3YQ,wBAAA,OAAI,CAACm3B,OAAL,CAAc,cAAd,EAA8B;AnQ2YpC,AkHEF,AqDAA,AuEDA,AqB3YSR,MnQ0YH11C,eAAe,GAAG,EmQ1Yf01C,MAAM,EAAE8G;AnQ2Yb,AkHEJ,AqDAA,AuEDA,AqB7YsC,WnQ4Y3B,OADa,OmQ3YhB;AnQ6YJ,AkHEJ,AqDAA,AuEDA,W9ODW,SAFa;AAGpB,AkHEJ,AqDAA,AuEDA,AqB3YQ,WnQ0YG,OAHa,UmQvYVr2C,QAAQ,GAAG,EAAjB;AnQ2YJ,AkHEJ,AqDAA,AuEDA,W9ODW,SAJa;AAKpB,AkHEJ,AqDAA,AuEDA,AqBpZqD,WnQmZ1C,QALa,kDmQrYK,OAAI,CAACsvC,OAAL,EATwB;AnQoZjD,AkHEJ,AqDAA,AuEDA,AqBrZqD,UnQoZ3C;AANc,AkHSxB,AqDAA,AuEDA,G9ORE;AAQA,AkHEF,AqDAA,AuEDA,AqBvZqD,MnQsZ/Cx1C,eAAe,GAAG;AACpB,AkHEJ,AqDAA,AuEDA,AqB/YQ,anQ8YK,KADW,kEmQ7YsB;AnQ+Y1C,AkHEJ,AqDAA,AuEDA,AqBhZ8C,enQ+Y/B,KAFS,YmQ7YLy1C,QAA2B;AnQgZ1C,AkHEJ,AqDAA,AuEDA,AqBhZSvvC,anQ+YI,KAHW,UmQ5YfA,QAAQ,CAACzH,IAAT,CAAeg3C,QAAM,CAAC2H,QAAP,CAAiB;AnQgZrC,AkHEJ,AqDAA,AuEDA,AqBjZ2CtB,enQgZ5B,KAJS,UmQ5YmBA,OAAO,EAAPA;AnQiZvC,AkHEJ,AqDAA,AuEDA,AqBlZyC,cnQiZ3B,emQjZU,CAAf;AnQ4Ye,AkHQxB,AqDAA,AuEDA,AqBlZS,GnQ2YP;AAOA,AkHEF,AqDAA,AuEDA,AqB9ZqD,MnQ6Z/C77C,qBAAqB,GAAG,gBAA5B;AACA,AkHEF,AqDAA,AuEDA,AqB/ZqD,MnQ8Z/CC,mBAAmB,GAAG,8DAA1B;AACA,AkHEF,AqDAA,AuEDA,AqBhaqD,MnQ+Z/CC,qBAAqB,GAAG;AAC1B,AkHEJ,AqDAA,AuEDA,AqBjaqD,WnQga1C,KADmB;AAE1B,AkHEJ,AqDAA,AuEDA,AqBlaqD,WnQia1C,KAFmB;AAG1B,AkHEJ,AqDAA,AuEDA,c9ODc,KAHgB;AAI1B,AkHEJ,AqDAA,AuEDA,AqBvZQ,WnQsZG,oBmQtZIqG,OAAO,CAACP,GAAR,CAAaC,QAAb,EAAuBlB,IAAvB,CAA6B,YAAM;AnQkZpB,AkHO9B,AqDAA,AuEDA,AqBvZS,GnQiZP,2BmQjZW82C,OAAO,KAAK,IAAZ,IAAoBJ,aAAa,KAAK,IAA1C,EAAgD;AnQuZvD,AkHEF,AqDAA,AuEDA,AqBvZU,MnQsZJt7C,QAAQ,GAAG,CAAC,CAAD,EAAI,CAAJ,EAAO,CAAP,EAAU,CAAV,AmQtZP,EnQsZoB,CAAb,EAAgB,CAAhB,CmQtZH,CnQsZsB,AmQtZrB0e,CnQsZE,EAAsB,CAAtB,CmQtZP,CnQsZgC,AmQtZrBA,CnQsZJ,EAA4B,EAA5B,AmQtZP,CnQsZR,AmQtZ0B,oCAAlB;AnQuZR,AkHEF,AqDAA,AuEDA,M9ODMze,WAAW,GAAGD,QAAQ,CAAC1F,MAAT,CAAgB,CAAC,EAAD,EAAK,EAAL,EAAS,EAAT,EAAa,EAAb,EAAiB,EAAjB,EAAqB,EAArB,EAAyB,EAAzB,EAA6B,EAA7B,EAAiC,EAAjC,EAAqC,EAArC,CAAhB,CAAlB;AACA,AkHEF,AqDAA,AuEDA,AqBxZU,MnQuZJ4F,sBmQvZI,OAAI,CAAC/B,CnQuZsB,GAAG,AmQvZ9B,CnQuZ+B,OAAD,EAAU,aAAV,EAAyB,WAAzB,EAAsC,mBAAtC,EAA2D,cAA3D,CAAtC;AACA,AkHEF,AqDAA,AuEDA,AqBxZU,MnQuZJgC,eAAe,GAAG;AACpBC,AkHEJ,AqDAA,AuEDA,I9ODIA,KAAK,EAAE,OADa;AAEpBC,AkHEJ,AqDAA,AuEDA,AqBzZS,InQwZLA,YAAY,EAAE,QmQxZT,MnQsZe,CmQtZX,CAACqe,KAAL,CAAWU,KAAX;AnQyZL9e,AkHEJ,AqDAA,AuEDA,I9ODIA,OAAO,EAAE,SAHW;AAIpBC,AkHEJ,AqDAA,AuEDA,AqB1ZS,InQyZLA,SAAS,EAAE,WmQzZN,OAAI,CAACme,KAAL,CAAWM,QAAX;AnQqZe,AkHOxB,AqDAA,AuEDA,G9ONE;AAMA,AkHEF,AqDAA,AuEDA,AqB3ZS,MnQ0ZHxe,gBAAgB,GAAG,CAAC,IAAD,EAAO,CmQ1ZhB4F,GnQ0ZS,EAAa,EmQ1Zf,CAAClC,CnQ0ZC,EAAmB,IAAnB,AmQ1ZT,CAAiB,CnQ0ZiB,IAAzB,EAA+B,IAA/B,EAAqC,QAArC,EAA+C,WAA/C,EAA4D,YAA5D,EAA0E,MAA1E,EAAkF,OAAlF,EAA2F,WAA3F,EAAwG,YAAxG,EAAsH,YAAtH,EAAoI,iBAApI,EAAuJ,eAAvJ,EAAwK,WAAxK,EAAqL,OAArL,EAA8L,UAA9L,EAA0M,UAA1M,EAAsN,SAAtN,EAAiO,QAAjO,EAA2O,aAA3O,EAA0P,gBAA1P,EAA4Q/D,eAAe,CAACC,KAA5R,EAAmSD,eAAe,CAACE,YAAnT,EAAiUF,eAAe,CAACG,OAAjV,EAA0VH,eAAe,CAACI,SAA1W,EAAqXjG,MAArX,CAA4X0F,QAAQ,CAACS,GAAT,CAAa,UAAUC,CAAV,EAAa;AAC3a,AkHEJ,AqDAA,AuEDA,AqB5ZmCg7C,WnQ2ZxB,GAAGphD,MAAH,CAAUoG,CAAV,EAAa,GAAb,CAAP,AmQ3Z+Bg7C,OAAO,EAAPA;AnQ4ZhC,AkHEH,AqDAA,AuEDA,AqB7ZiC,GnQ0ZoX,CAA5X,EAEnBphD,MAFmB,CAEZ2F,WAAW,CAACQ,EmQ5ZT,CnQ4ZH,AmQ5ZJ,CnQ4ZoB,UAAUC,CAAV,EAAa;AACtC,AkHEJ,AqDAA,AuEDA,AqB7ZS,WnQ4ZE,KAAKpG,MAAL,CAAYoG,CAAZ,CAAP,AmQpaW,CAAP;AnQqaL,AkHEH,AqDAA,AuEDA,AqB7ZQ,GnQ0ZK,CAFY,CAAvB,kBmQ9aY,EAsBJiF,KAtBI,CAsBG,UAAC1N,CAAD,EAAO;AnQ8ZtB,AkHCF,AqDAA,AuEDA,AqB7ZQ,MnQ6ZF0I,OAAO,GAAGrI,MAAM,CAACsI,CmQ7Zf,OAAI,CAAC8d,KAAL,CAAWA,EnQ6ZH,GmQ7ZR,CnQ6ZoC,EAA1C,mCmQ7ZsDzmB,CAAhD;AjJ+ZR,AqDAA,AuEDA;A9OCE,AkHCF,AqDAA,AuEDA,AqB9ZQ,WnQ8ZG4I,aAAT,CAAuBC,IAAvB,EAA6B,AmQ9ZhBsF,OAAO,CAAC/B,MAAR,CAAgBpM,CAAhB,CAAP;AnQ+ZJ,AkHCJ,AqDAA,AuEDA,AqB9ZQ,QnQ8ZA8I,OAAO,GAAGxI,KmQvbJ,CAAP,EnQubmB,CAACyI,aAAT,CAAuB,YAAYF,IAAZ,GAAmB,GAA1C,CAAd;AkHEJ,AqDAA,AuEDA,AqB9ZO,qBAjCM,EAiCJ6E,KAjCI,CAiCG,UAAC1N,CAAD,EAAO;AnQ+ZnB,AkHCJ,AqDAA,AuEDA,AqB9ZOkgB,QnQ8ZCpX,OAAJ,EAAa,KmQ9ZVoX,OAAO,CAACpD,KAAR,CAAc9c,CAAd;AnQ+ZD,AkHCN,AqDAA,AuEDA,a9OAa8I,OAAO,CAACE,YAAR,CAAqBH,IAArB,CAAP;AACD,AkHCL,AqDAA,AuEDA,AqB/ZO,sBAAA,OAAI,CAAC4d,KAAL,CAAWA,KAAX,wCAAkDzmB,CAAlD;AnQgaJ,AkHCH,AqDAA,AuEDA;A5HEA,AqDAA,AuEDA,AqBhaO,6BAAOmO,OAAO,CAAC/B,MAAR,CAAgBpM,CAAhB,CAAP;AnQiaL,AkHCF,AqDAA,AuEDA,AqBhaO,WnQgaIiJ,MAAT,CAAgBC,GAAhB,AmQrcW,CAAP,CnQqciB;AACnB,AkHCJ,AqDAA,AuEDA,AqBhaM,mBA1CM,EA0CJwE,KA1CI,CA0CG,UAAC1N,CAAD,EAAO;AnQialB,AkHCJ,AqDAA,AuEDA,AqBhaMkgB,oBAAAA,OAAO,CAACpD,KAAR,CAAc9c,CAAd;AnQiaF,AkHCJ,AqDAA,AuEDA;A9OCI,AkHCJ,AqDAA,AuEDA,AqBjaM,QnQiaEkJ,GAAG,KAAK,EAAZ,EAAgB,AmQjad,OnQiaqB,AmQjajB,CAACud,GnQiaS,EmQjad,CAAWA,KAAX,uCAAiDzmB,CAAjD;AnQkaF,AkHCJ,AqDAA,AuEDA,Q9OAQkJ,GAAG,KAAK,OAAZ,EAAqB,OAAO,KAAP;AACrB,AkHCJ,AqDAA,AuEDA,AqBlaM,QnQkaEA,GAAG,KAAK,ImQlaV,EnQkaF,EAAoB,GmQlad,CAACud,GnQkaoB,EmQlazB,CAAWU,CnQkaO,ImQlalB;AnQmaF,AkHCJ,AqDAA,AuEDA,W9OAWje,GAAP;AACD,AkHCH,AqDAA,AuEDA,AqBnaM,oBAAA,OAAI,CAACud,KAAL,CAAWM,QAAX;AjJqaN,AqDAA,AuEDA;A9OCE,AkHCF,AqDAA,AuEDA,AqBpaM,MnQoaAzmB,QAAQ,IAAI,OAAOA,EmQpaZ6N,MnQoaoB,CAACpF,AmQpad,CAACqD,MAAR,CAAgBpM,CAAhB,CAAP,GnQoaY,KAAkC,UAAlD,EAA8D;AAC5D,AkHCJ,AqDAA,AuEDA,AqBpaM,QnQoaEmJ,KAAK,GAAG,CAAC,CAAC,CmQpdN,mBnQodK,EAAuB,cAAvB,CAAD,EAAyC,CAAC,wBAAD,EAA2B,kBAA3B,CAAzC,EAAyF,CAAC,uBAAD,EAA0B,gBAA1B,CAAzF,EAAsI,CAAC,mBAAD,EAAsB,YAAtB,CAAtI,EAA2K,CAAC,gBAAD,EAAmB,UAAnB,CAA3K,EAA2M,CAAC,6BAAD,EAAgC,sBAAhC,CAA3M,EAAoQ,CAAC,wBAAD,EAA2B,kBAA3B,CAApQ,EAAoT,CAAC,sBAAD,EAAyB,gBAAzB,CAApT,EAAgW,CAAC,2BAAD,EAA8B,oBAA9B,CAAhW,EAAqZ,CAAC,0BAAD,EAA6B,oBAA7B,CAArZ,EAAyc,CAAC,yBAAD,EAA4B,kBAA5B,CAAzc,CAAZ;AACAA,AkHCJ,AqDAA,AuEDA,AqBrdK,InQqdDA,KAAK,CAAC1G,OAAN,CAAc,UAAUxC,IAAV,EAAgB;AAC5B,AkHCN,AqDAA,AuEDA,AqB5e0B,UnQ4ehBmJ,KAAK,GAAGxE,cAAc,CAAC3E,IAAD,EAAO,CAAP,CAA1B;AAAA,AkHEN,AqDAA,AuEDA,U9OAU4I,IAAI,GAAGO,KAAK,CAAC,CAAD,CADhB;AAAA,AkHGN,AqDAA,AuEDA,AqB9e0B,UnQ8ehB/H,GAAG,GAAG+H,KAAK,CAAC,CAAD,CAFf;AkHIN,AqDAA,AuEDA,AqBxaK;AnQyaC,AkHCN,AqDAA,AuEDA,AqBxaI,UnQwaMF,GAAG,GAAGD,MAAM,CAACL,aAAa,CAACC,IAAD,CAAd,CAAhB;AkHEN,AqDAA,AuEDA,AqBhkB0C;AnQikBpC,AkHCN,AqDAA,AuEDA,AqBjkB0C,UnQikBhCK,GAAG,KAAK/F,SAAR,IAAqB+F,GAAG,KAAK,IAAjC,EAAuC;AACrCR,AkHCR,AqDAA,AuEDA,AqBlkB0C,QnQkkBlCA,OAAO,CAACrH,GAAD,CAAP,GAAe6H,GAAf;AACD,AkHCP,AqDAA,AuEDA,AqBnkB0C;AnQokBrC,AkHCL,AqDAA,AuEDA,AqBpkB0C,KnQ0jBtC;AAWD,AkHCH,AqDAA,AuEDA;A5HEA,AqDAA,AuEDA,AqB9aG,QAAA,OAAI,CAACud,KAAL,CAAWU,KAAX;AnQ+aD,AkHCF,AqDAA,AuEDA,M9OAM9d,QAAQ,GAAG;AACbC,AkHCJ,AqDAA,AuEDA,AqB/aG,InQ+aCA,ImQ/aD,OAAI,CnQ+aS,AmQ/aRmd,EnQ+aUzf,GmQ/af,CAAW+f,QAAX,SnQ8ac;AAEbxd,AkHCJ,AqDAA,AuEDA,AqB/aG,InQ+aCA,GmQzkBK,CAAP,YnQykBkB,EAAEtC,yBAFL;AAGbuC,AkHCJ,AqDAA,AuEDA,AqB/aE,InQ+aEA,cAAc,EAAE,IAHH;AAIbC,AkHCJ,AqDAA,AuEDA,I9OAIA,UAAU,EAAE,IAJC;AAKbC,AkHCJ,AqDAA,AuEDA,I9OAIA,QAAQ,EAAE,IALG;AAMbC,AkHCJ,AqDAA,AuEDA,I9OAIA,oBAAoB,EAAE,AmQhbXiG,IAAI6K,CnQ0aF,QmQ1aW;AnQibxB7Q,AkHCJ,AqDAA,AuEDA,AqBhbE,InQgbEA,MmQhbIo7C,KAAK,GAAGjlD,EnQgbI,EAAE,IAPL,AmQzaO,CAACa,aAAT,CAAwB,aAAxB,CAAd;AnQibEiJ,AkHCJ,AqDAA,AuEDA,AqBhbEm7C,InQgbEn7C,EmQhbFm7C,KAAK,CAACC,MnQgbU,EAAE,AmQhblB,CAAgBxqC,MnQwaD,CmQxaf;AnQibE3Q,AkHCJ,AqDAA,AuEDA,AqBhbE,InQgbEA,OmQhbGhB,OAAL,GAAgBs2B,CnQgbI,EAAE,IATP,AmQvaf,CAAyB4lB,KAAzB;AnQibEj7C,AkHCJ,AqDAA,AuEDA,AqBhbE,InQgbEA,kBAAkB,EAAE,KAVP;AAWbC,AkHCJ,AqDAA,AuEDA,I9OAIA,gBAAgB,EAAE;AAXL,AkHajB,AqDAA,AuEDA,G9OZE;AkHcF,AqDAA,AuEDA,mCqBjbiC;AnQkb/B,AkHCF,AqDAA,AuEDA,AqBlbiC,MnQkb3BC,ImQlbgB2F,EAAW,CnQkbpB,GAAGhO,aAAa,CAAC,EAAD,EAAKyH,QAAL,EAAeX,OAAf,CAA3B,+BmQlbyB,IAAM;AjJobjC,AqDAA,AuEDA,AqBlbE;AnQmbA,AkHCF,AqDAA,AuEDA,AqBlbE,MnQkbI,CAACuB,OAAO,CAACT,cAAb,EAA6BS,OAAO,CAACL,gBAAR,GAA2B,KAA3B;AkHE/B,AqDAA,AuEDA,AqBlbE;AnQmbA,AkHCF,AqDAA,AuEDA,AqBlbE,MnQkbIM,KmQlbCpB,CnQkbK,GAAGlH,GmQlbb,GAAgB0nB,IAAhB,CAAsB,EnQkbI,CAAC,EAAD,EAAKrf,MmQlb/B,CnQkb0B,CAA1B,AmQlbqC4V,MAArC,GAJ+B,CAK/B;AjJmbF,AqDAA,AuEDA,AqBjbE;AnQkbAxf,AkHCF,AqDAA,AuEDA,AqBhbC,EnQgbCA,MAAM,CAACsI,iBAAP,GAA2BuB,MAA3B;AAEA,AkHAF,AqDAA,AuEDA,M9OCMxH,CAAC,GAAGrC,MAAM,IAAI,EAAlB;AACA,AkHAF,AqDAA,AuEDA,M9OCM,CAACqC,CAAC,CAAC3B,oBAAD,CAAN,EAA8B2B,CAAC,CAAC3B,oBAAD,CAAD,GAA0B,EAA1B;AAC9B,AkHAF,AqDAA,AuEDA,M9OCM,CAAC2B,CAAC,CAAC3B,oBAAD,CAAD,CAAwB4B,MAA7B,EAAqCD,CAAC,CAAC3B,oBAAD,CAAD,CAAwB4B,MAAxB,GAAiC,EAAjC;AACrC,AkHAF,AqDAA,AuEDA,M9OCM,CAACD,CAAC,CAAC3B,oBAAD,CAAD,CAAwB6B,KAA7B,EAAoCF,CAAC,CAAC3B,oBAAD,CAAD,CAAwB6B,KAAxB,GAAgC,EAAhC;AACpC,AkHAF,AqDAA,AuEDA,M9OCM,CAACF,CAAC,CAAC3B,oBAAD,CAAD,CAAwB8B,KAA7B,EAAoCH,CAAC,CAAC3B,oBAAD,CAAD,CAAwB8B,KAAxB,GAAgC,EAAhC;AACpC,AkHAF,AqDAA,AuEDA,M9OCMC,SAAS,GAAGJ,CAAC,CAAC3B,oBAAD,CAAjB;AAEA,AkHDF,AqDAA,AuEDA,M9OEMoJ,SAAS,GAAG,EAAhB;AkHAF,AqDAA,AuEDA;A9OGE,AkHDF,AqDAA,AuEDA,M9OEMC,QAAQ,GAAG,SAASA,OmQrbJ86C,CnQqbL,GAAoB,EmQrbT;AnQsbxB5kD,AkHDJ,AqDAA,AuEDA,AqBpb4B,InQsbxBA,QAAQ,CAAC+J,mBAAT,CAA6B,kBAA7B,EAAiDD,QAAjD;AACAE,AkHDJ,AqDAA,AuEDA,I9OEIA,MAAM,GAAG,CAAT;AACAH,AkHDJ,AqDAA,AuEDA,AqBrbEpK,InQubEoK,EmQvbFpK,OnQubW,CAACyI,AmQvbJ,CAACwgB,EnQubP,CAAc,CmQvbhB,CAAcha,KAAd,CAAoB2oB,EnQubMz2B,EAAV,EAAc,AmQvb9B,GAA6B,MAA7B;AnQwbI,AkHDN,AqDAA,AuEDA,AqBrbE,WAAKgK,EnQubMhK,EAAE,EAAT,AmQvbJ,CAAa,SAAb,EAAwB,IAAxB;AnQwbG,AkHDL,AqDAA,AuEDA,AqBpbE,KnQobE,MmQpbG08C,OAAL,CAAc,cAAd;AnQubC,AkHDH,AqDAA,AuEDA,AqBnbE,GnQ+aA,UmQ/aO,KAAKuH,SAAL,GAAkBx4C,IAAlB,CAAwB,YAAM;AjJqbvC,AqDAA,AuEDA,AqBnbG,QAAA,OAAI,CAACy4C,WAAL;AnQsbD,AkHDF,AqDAA,AuEDA,M9OEM96C,MAAM,GAAG,KAAb;AkHAF,AqDAA,AuEDA,AqBnbG,eAAO,OAAI,CAACm1C,OAAL,CAAa58B,GAAb,CAAkBqiC,IAAlB,EAAwBv4C,IAAxB,CAA8B,UAACue,IAAD,EAAU;AnQsbhD,AkHDF,AqDAA,AuEDA,AqBnbI,MnQqbE1qB,MAAJ,EAAY;AACV8J,AkHDJ,AqDAA,AuEDA,AqBnbI,InQqbAA,MAAM,GAAG,CAAChK,QAAQ,CAACG,eAAT,CAAyB8J,QAAzB,GAAoC,YAApC,GAAmD,eAApD,EAAqEC,IAArE,CAA0ElK,QAAQ,CAACmK,UAAnF,CAAT;AACA,AkHDJ,AqDAA,AuEDA,AqBnbI,QnQqbI,CAACH,KmQrbD,CnQqbJ,EAAahK,ImQrbF4qB,InQqbU,AmQrbN,CnQqbOvqB,AmQrbN0kD,MAAZ,KAAuB,KnQqbd,CAA0B,KmQrbvC,EAAwC,WnQqb3B,EAA8Cj7C,QAA9C;AACd,AkHDH,AqDAA,AuEDA,AqBlbK;AjJobL,AqDAA,AuEDA,AqBlbK,YAAA,OAAI,CAAC41B,KAAL,CAAY;AnQqbf,AkHDF,AqDAA,AuEDA,AqBlbM7V,WnQobKzf,GmQpbLyf,IAAI,CnQobR,CAAmBjpB,AmQpbTgqB,EnQobV,EAAuB,AmQpbT,CAACm6B,MAAL,CAAYC,IADP;AnQsbb,AkHDJ,AqDAA,AuEDA,AqBlbMlD,QnQobE,CAAC5hD,KmQpbH4hD,CnQobF,EAAa,EmQpbN,EAAEl3B,IAAI,CAACm6B,MAAL,CAAYE,KAFR;AnQubbj7C,AkHDJ,AqDAA,AuEDA,AqBlbMk7C,InQobFl7C,MAAM,GAAGK,CmQpbP66C,KAAK,InQobY,CAACtkD,EAAD,EAAK,CAAL,CAAb,GAAuBiJ,SAAS,AmQpbf+gB,CnQobgB9kB,GmQpbZ,CnQobE,AmQpbDi/C,CnQobgBnkD,EAAf,CAA7B,EmQpbuB,CAAYukD,KAA5B;AnQqbR,AkHDH,AqDAA,AuEDA,AqBtbiB,aAAZ,EAHuC,CASvC;AjJkbL,AqDAA,AuEDA;A9OGE,AkHDF,AqDAA,AuEDA,M9OEM76C,OAAO,GAAG,SAAd;AACA,AkHDF,AqDAA,AuEDA,AqBlbK,MnQobCC,OAAO,GAAG,AmQpbPqgB,IAAI,CAACm6B,InQobZ,EmQpbO,CAAYK,IAAZ,KAAqB,EAArB,IAA2B,OAAOx6B,IAAI,CAACm6B,MAAL,CAAYK,IAAnB,KAA4B,WAA3D,EAAwE;AnQqb3E,AkHDF,AqDAA,AuEDA,AqBlbM,MnQobA56C,QmQpbA,CnQobS,GAAG,GmQpbR,CAACk1B,KAAL,CAAY,CnQobhB;AACA,AkHDF,AqDAA,AuEDA,AqBlbO2lB,MnQobD56C,QAAQ,EmQpbP46C,CnQobU,ImQpbL,EAAE,CAACz6B,GnQobb,CmQpbiB,CAACm6B,MAAL,CAAYK,IAAb;AjJobd,AqDAA,AuEDA,AqBpbkB,eAAZ;AnQubJ,AkHDF,AqDAA,AuEDA,AqBlbM,MnQobA16C,IAAI,GAAG,AmQlc+B,CAgBvC,QnQkbiBA,IAAT,GAAgB,CAAE,CAA7B;AkHAF,AqDAA,AuEDA;A9OGE,AkHDF,AqDAA,AuEDA,M9OEMC,MAAM,GAAG,OAAOC,MAAP,KAAkB,WAAlB,IAAiC,OAAOA,MAAM,CAACC,OAAd,KAA0B,WAA3D,IAA0E,OAAOD,MAAM,CAACC,OAAP,CAAeC,IAAtB,KAA+B,UAAtH;AACA,AkHDF,AqDAA,AuEDA,AqBlbK,MnQobCC,UmQpbG6f,GnQobU,CmQpbN,CAACm6B,CnQobQ,KmQpbb,CAAYO,CnQobQt6C,ImQpbpB,KAAsB,EAAtB,CnQoba,GmQpbe,EnQobS,KmQpbF4f,IAAI,CAACm6B,CnQob3B,GAAsC16C,EmQpbhB,CAAYi7C,KAAnB,EnQobf,GAAmDt6C,AmQpbP,WAA7D,CnQobH,CmQpb6E;AnQqb7E,AkHDF,AqDAA,AuEDA,AqBlbM,MnQobAC,QmQpbA,EnQobU,GAAG,EAAjB,AmQpbQ,CAACy0B,KAAL,CAAY;AnQqbhB,AkHDF,AqDAA,AuEDA,AqBlbO6lB,MnQobDr6C,UAAJ,AmQpbKq6C,KAAK,EAAE,CAAC36B,IAAI,CAACm6B,MAAL,CAAYO,KAAb;AjJobd,AqDAA,AuEDA,AqBpbkB,eAAZ;AnQubJ,AkHDF,AqDAA,AuEDA,AqBlbM,WnQobKn6C,EmQzciC,CAuBvC,OnQkbH,GAAsB;AACpB,AkHDJ,AqDAA,AuEDA;A9OGI,AkHDJ,AqDAA,AuEDA,S9OES,IAAI3J,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAGyJ,UAAU,CAACvJ,MAA/B,EAAuCF,CAAC,EAAxC,EAA4C;AAC1CyJ,AkHDN,AqDAA,AuEDA,AqBlbK,MnQobCA,UAAU,AmQpbP2f,CnQobQppB,CAAD,CAAV,CAAc,AmQpbP,CnQobP,AmQpbQujD,EnQobS95C,ImQpbd,CAAYu6C,KnQobY,CAAChkD,CAAD,CAAV,CAAc,AmQpb5B,CnQobc,CAAjB,GmQpb6B,EAA1B,IAAgC,OAAOopB,IAAI,CAACm6B,MAAL,CAAYS,SAAnB,KAAiC,WAArE,EAAkF;AnQqblF,AkHDL,AqDAA,AuEDA,AqBlbM,KnQgbkB,CAIlB,QmQpbA,OAAI,CAAC9lB,KAAL,CAAY;AjJoblB,AqDAA,AuEDA,AqBlbO+lB,gBAAAA,SAAS,2BAAoB76B,IAAI,CAACm6B,MAAL,CAAYS,SAAhC;AjJobhB,AqDAA,AuEDA,AqBpbkB,eAAZ;AnQubFv6C,AkHDJ,AqDAA,AuEDA,AqBlbM,InQobFA,SmQhdwC,CnQgd9B,AmQlbT,GnQkbY,EAAb;AACAC,AkHDJ,AqDAA,AuEDA,I9OEIA,UAAU,GAAG,KAAb;AACD,AkHDH,AqDAA,AuEDA;A5HEA,AqDAA,AuEDA,AqBlbK,gBAAI0f,IAAI,CAAC86B,IAAL,KAAc,EAAd,IAAoB,OAAO96B,IAAI,CAAC86B,IAAZ,KAAqB,WAA7C,EAA0D;AnQqb7D,AkHDF,AqDAA,AuEDA,AqBlbM,WnQobKt6C,OmQpbC8xC,EnQobV,CAAmB7xC,CmQpbL,GAAGuf,InQobjB,AmQpbqB,CAAC86B,CnQobOp6C,GAA7B,AmQpbiB,CAAUwE,CnQobO,ImQpbjB,CAAiB,GAAjB,CAAb,CADyD,CAGzD;AnQmbF7E,AkHDJ,AqDAA,AuEDA,I9OEIA,UAAU,CAACnF,IAAX,CAAgB,CAACuF,QAAD,EAAWC,GAAX,CAAhB;AkHAJ,AqDAA,AuEDA,AqBrb+D,2DAInC4xC,IAJmC;AnQwb3D,AkHDJ,AqDAA,AuEDA,AqBtb+D,QnQwbvD,CAAChyC,UAAL,EAAiB;AACfA,AkHDN,AqDAA,AuEDA,M9OEMA,UAAU,GAAG,IAAb;AACAH,AkHDN,AqDAA,AuEDA,AqBxb+D,MnQ0bzDA,aAAa,CAACI,UAAD,EAAa,CAAb,CAAb;AACD,AkHDL,AqDAA,AuEDA,AqBrbM,0EAA4B;AnQwb/B,AkHDH,AqDAA,AuEDA,AqBtbkC,sBAAjB3C,OAAiB;AjJwblC,AqDAA,AuEDA;A9OGE,AkHDF,AqDAA,AuEDA,AqBvbO,WnQybI+C,WmQzbA/C,GnQybT,CAAwBgD,GmQzbR,CAACkF,InQybjB,AmQzbS,EnQybyBjF,KmQzbL,EnQyb7B,AmQzbK,EnQybsC,AmQzbV;AnQ0b/B,AkHDJ,AqDAA,AuEDA,AqBvbQ,anQybKC,WmQzbC0c,GnQybV,AmQzba,CnQybWpnB,EmQzbRvB,GnQybhB,EAA+B,GmQzbP,CAACa,aAAT,CAAwB,KAAxB,CAAZ;AnQ0bFqL,AkHDN,AqDAA,AuEDA,AqBvbQyc,MnQybFzc,OAAO,CAACF,MmQzbN2c,CnQybK,EAAUpnB,AmQzbZ,CAAC4N,InQybC,CAAP,ImQzbE,GAAiBpG,OAAO,CAAC8H,OAAR,CAAiB,MAAjB,EAAyB,SAAzB,CAAjB;AnQ0bH,AkHDL,AqDAA,AuEDA,AqBvbQ,wBAAMiX,IAAI,GAAG,iBAAGa,GAAG,CAACzH,UAAP,CAAb;AjJybR,AqDAA,AuEDA;A9OGI,AkHDJ,AqDAA,AuEDA,AqBxbQ,anQ0bK/U,WmQ1bDpD,EnQ0bR,CAAuBqD,ImQ1bR,CAACrL,CnQ0bhB,EAA+B,ImQ1bvB,CAAiB,gBAAjB,IAAqC,CAAC,CAA1C,EAA6C;AnQ2b/CsL,AkHDN,AqDAA,AuEDA,AqBxbS,MnQ0bHA,MAAM,CAACL,OAAD,EAAUI,AmQ1bb,MnQ0bG,CAAN,AmQ1bO,CAAC6zB,KAAL,CAAY,YAAZ,EAA0B55B,IAA1B,0BAAkDyhB,IAAI,CAACqD,IAAL,CAAW,WAAX,CAAlD,cAA6ErD,IAAI,CAACqD,IAAL,CAAW,QAAX,CAA7E,cAAqGrD,IAAI,CAAChF,GAAL,CAAU,CAAV,EAAa0Y,SAAlH;AnQ2bJ,AkHDL,AqDAA,AuEDA,AqBxbS,qBAFD,MAEO,IAAIzyB,OAAO,CAAChI,OAAR,CAAiB,YAAjB,IAAiC,CAAC,CAAtC,EAAyC;AjJ0bxD,AqDAA,AuEDA,AqBxbS,sBAAA,OAAI,CAACk/B,KAAL,CAAY,YAAZ,EAA0B55B,IAA1B,sBAA8CyhB,IAAI,CAACqD,IAAL,CAAW,OAAX,CAA9C,cAAqErD,IAAI,CAAChF,GAAL,CAAU,CAAV,EAAa0Y,SAAlF;AnQ2bL,AkHDJ,AqDAA,AuEDA,AqBxbS,QnQ0bD;AACFzvB,AkHDN,AqDAA,AuEDA,AqBxbQ,MnQ0bFA,QAAQ,CAACE,cAAD,EAAiBE,aAAjB,CAAR;AACD,AkHDL,AqDAA,AuEDA,AqBvbO,KnQubH,CAEE,OAAOlM,CAAP,EAAU;AACVkM,AkHDN,AqDAA,AuEDA,AqBxc+D,MnQ0czDA,aAAa,CAAClM,CAAD,CAAb;AACD,AkHDL,AqDAA,AuEDA,AqBzc+D;AnQ4c5D,AkHDH,AqDAA,AuEDA,AqB1c+D;AjJ4c/D,AqDAA,AuEDA,AqB3c+D;AnQ8c7D,AkHDF,AqDAA,AuEDA,AqB5c+D,WnQ8cpDqM,cAAT,CAAwBC,UAAxB,EAAoC;AAClC,AkHDJ,AqDAA,AuEDA,AqB5bM,QnQ8bEC,KAAK,GAAGD,UAAU,CAACC,KAAvB;AACA,AkHDJ,AqDAA,AuEDA,Q9OEQC,OAAO,GAAGD,KAAK,CAACE,MAApB;AACA,AkHDJ,AqDAA,AuEDA,AqB5bK,QnQ8bGnL,KAAK,GAAGiL,AmQ9bL05C,KnQ8bU,CAACv5C,KAAlB,EmQ9boB,GAAGwe,IAAI,CAACm6B,MAAL,CAAYa,oBAAZ,CAAiC19C,GAAjC,CAAsC,UAAC29C,QAAD,EAAc;AnQ+b3E,AkHDJ,AqDAA,AuEDA,AqB5bM,QnQ8bEx6C,QAAQ,GAAGW,EmQ9bN65C,QnQ8bgB,AmQ9bR,CnQ8bS35C,AmQ9bRhE,GAAT,CAAc,GnQ8bE,CAAzB,MmQ9buBM,OAAO;AnQ+b9B,AkHDJ,AqDAA,AuEDA,AqB7bkC,QnQ+b1BiD,OAAO,GAAGO,KmQ/boBxD,KnQ+bV,CAAC6D,CmQ/bgB,CAACiE,EnQ+b1C,KmQ/bkC,CAAiB,MAAjB,EAAyB,SAAzB,CAAJ;AjJ+blC,AqDAA,AuEDA,AqB9bkC,eAArB,CAAP;AnQicF,AkHDJ,AqDAA,AuEDA,AqB9bM,QnQgcE,KmQlcmB,CAAtB,CnQkcUjF,AmQpf6B,CAsDvC,OnQ8bG,KAAoB,UAAxB,EAAoC;AAClCa,AkHDN,AqDAA,AuEDA,AqB5bK,MnQ8bCA,OAAO,GAAG1B,SAAV;AkHAN,AqDAA,AuEDA;A9OGM,AkHDN,AqDAA,AuEDA,AqB7bK,UnQ+bK,EmQ/bL,OAAI,CAACy3C,OAAL,CAAc;AnQgcXjhD,AkHDR,AqDAA,AuEDA,AqB7bMqkD,QnQ+bErkD,KAAK,CmQ/bPqkD,EnQ+bUh6C,GmQ/bL,EAAEuf,GnQ+bW,CAAC5pB,AmQ/bR,CAAC+jD,InQ+bM,CAAhB,CmQ/bK,CAAYe,YADN;AnQicZ,AkHDP,AqDAA,AuEDA,AqB7bMP,OnQ6bA,CAEE,MmQ/bFA,CnQ+bS7lD,CAAP,EAAU,CmQ/bP,EAAEkrB,IAAI,CAACm6B,MAAL,CAAYgB,YAFN;AnQkcXj6C,AkHDR,AqDAA,AuEDA,AqB7bMskB,QnQ+bEtkB,MAAM,AmQ/bRskB,CnQ+bS3kB,ImQ/bJ,EAAEmf,CnQ+bC,EAAUlrB,CAAV,AmQ/bG,CnQ+bT,AmQ/bUqlD,MAAL,CAAYiB,YAHN;AnQmcZ,AkHDP,AqDAA,AuEDA,AqB7bM/H,cAAAA,SAAS,EAAErzB,IAAI,CAACm6B,MAAL,CAAYkB,gBAAZ,CAA6B/9C,GAA7B,CAAkC,UAAC+1C,SAAD,EAAe;AnQgc7D,AkHDL,AqDAA,AuEDA,AqB7bO,oBAAM71B,GAAG,GAAG3oB,QAAQ,CAACa,aAAT,CAAwB,KAAxB,CAAZ;AjJ+bP,AqDAA,AuEDA,AqB7bO8nB,gBAAAA,GAAG,CAACxZ,SAAJ,GAAgBqvC,SAAS,CAAC3tC,OAAV,CAAmB,MAAnB,EAA2B,SAA3B,CAAhB;AnQgcH,AkHDJ,AqDAA,AuEDA,AqB7bO,QnQ+bC,CAAChE,WmQ/bIib,GnQ+bU,CAAC9b,AmQ/bP,GAAG,InQ+bG,EAAUzK,KAAV,CAAnB,EAAqC,GmQ/blBonB,GAAG,CAACzH,UAAP,CAAb;AnQgcD,AkHDN,AqDAA,AuEDA,AqB7bO,UnQ+bGzU,OAAO,GmQ/bJ0I,EnQ+bSpK,KmQ/bF,GAAG+c,CnQ+bjB,EAA2B,CmQ/bN,CAAChF,GAAL,CAAU,CAAV,EAAa1S,SAA7B;AnQgcClE,AkHDR,AqDAA,AuEDA,AqB7bOiJ,QnQ+bCjJ,OAAO,CAACF,AmQ/bTmJ,OnQ+bQ,AmQ/bD,CAAC2K,CnQ+bUve,KAAV,AmQ/bR,CnQ+bC,AmQ/be,UAAhB;AnQgcA,AkHDP,AqDAA,AuEDA,AqB7bO,gDAAyBumB,IAAI,CAACqD,IAAL,CAAW,WAAX,CAAzB,cAAoDrD,IAAI,CAACqD,IAAL,CAAW,QAAX,CAApD,mBAAiFhW,OAAO,CAACzP,QAAR,EAAjF;AjJ+bP,AqDAA,AuEDA,AqB7bO,eAPU,CAJE;AnQ2cb,AkHDN,AqDAA,AuEDA,AqB7bM+/C,UnQ+bIh5C,ImQ/bJg5C,GnQ+bW,EmQ/bN,EAAEt6B,CnQ+bSngB,GmQ/bL,CAACs6C,InQ+bZ,EAA0B,AmQ/bnB,CAAYmB,YAAZ,CAAyBh+C,GAAzB,CAA8B,UAACg9C,KAAD,EAAW;AnQgc9Cp5C,AkHDR,AqDAA,AuEDA,AqB7bO,QnQ+bCA,MAAM,CAACL,OAAD,EAAUzK,KAAV,CAAN,cmQ/boBkkD,KAArB;AnQgcA,AkHDP,AqDAA,AuEDA,AqB7bO,eAFM,CAZM;AnQ8cd,AkHDL,AqDAA,AuEDA,AqB7bMS,cAAAA,aAAa,EAAEA,aAfF;AnQ+chB,AkHDH,AqDAA,AuEDA,AqB7bMQ,cAAAA,UAAU,EAAER,aAAa,CAACz9C,GAAd,CAAmB,UAAC29C,QAAD,EAAc;AjJ+bnD,AqDAA,AuEDA,AqB7bO,oBAAIA,QAAQ,CAACnkD,MAAT,GAAkB,CAAtB,EAAyB;AnQgc9B,AkHDF,AqDAA,AuEDA,AqB7bQ,WnQ+bG4K,cAAT,AmQ/ba,CnQ+bWb,OAAxB,EAAiCzK,KAAjC,EAAwC;AACtC,AkHDJ,AqDAA,AuEDA,AqB7bSggD,QnQ+bDz0C,QAAJ,ImQ/bKy0C,UAAU,EAAE6E,QAAQ,CAAC7jD,MAAT,CAAgB,UAAAwG,OAAO;AjJ+b5C,AqDAA,AuEDA,AqB9b4C,6BAAIA,OAAO,CAAChI,OAAR,CAAiB,iBAAjB,IAAsC,CAAC,CAA3C;AnQicxC,AkHDJ,AqDAA,AuEDA,AqB/b4C,QnQicpC,amQjca,EAAqE0H,GAArE,CAA0E,UAACM,OAAD,EAAa;AnQkctG,AkHDN,AqDAA,AuEDA,AqB/bU,UnQicAiD,OAAO,KAAKzK,ImQjcNonB,CnQicV,EAAuB,AmQjcV,GAAG3oB,QAAQ,CAACa,aAAT,CAAwB,KAAxB,CAAZ;AnQkcF,AkHDR,AqDAA,AuEDA,AqB/bU8nB,cnQicI,IAAIrkB,ImQjcRqkB,GAAG,CAACxZ,CnQicA,CAAc,OmQjclB,GAAiBpG,OAAjB,qCnQicI,CAAN;AACD,AkHDP,AqDAA,AuEDA,AqB/bU,0BAAM4nB,KAAK,GAAG,iBAAGhI,GAAG,CAACzH,UAAP,CAAd;AjJicV,AqDAA,AuEDA,AqB/bU,0BAAM/L,OAAO,GAAGwb,KAAK,CAAC7N,GAAN,CAAU,CAAV,EAAa1S,SAAb,CAAuB1K,QAAvB,GAAmCmL,OAAnC,CAA4C,UAA5C,EAAwD,EAAxD,EAA4DI,IAA5D,EAAhB;AnQkcJ,AkHDN,AqDAA,AuEDA,AqB/bU,UnQicA1P,KAAK,KAAK,OAAOA,KAAP,KAAiB,UAAjB,IAA+BuC,GmQjchB6sB,InQicuB,CAACpvB,AmQjcnB,CAAC4pB,InQiciB,AmQjcvB,CnQicgB,AmQjcL,KnQicwB,MmQjcnC,CAAzB,CnQicK,CAAT,EAA2E,UmQjcnBwF,KAAK,CAACxF,IAAN,CAAW,QAAX,CAApD,SAA4EhW,OAAO,CAAClT,MAAR,GAAiB,CAAjB,mBAA8BkT,OAA9B,IAAyC,EAArH;AnQkcF,AkHDR,AqDAA,AuEDA,AqB/bU,qBANW,CADN;AnQycP,AkHDR,AqDAA,AuEDA,AqB/bSwxC,YnQicG/5C,IAAI,GAAGrL,CmQjcVolD,InQice,CAAC/5C,CmQjcV,EAAEw5C,CnQicT,OmQjciB,CAAC7jD,MAAT,CAAgB,UAAAwG,OAAO;AjJicxC,AqDAA,AuEDA,AqBhcwC,6BAAIA,OAAO,CAAChI,OAAR,CAAiB,aAAjB,IAAkC,CAAC,CAAvC;AnQmchC,AkHDR,AqDAA,AuEDA,AqBjcwC,YnQmc5B,OAAO6L,EmQncF,EnQmcL,AmQncsEnE,GAAjE,CAAsE,CnQmc3D,SmQnc4DM,CnQmchF,EAAgC,ImQnc+C,EAAa;AnQoc1F6D,AkHDV,AqDAA,AuEDA,AqBjcU,UnQmcAA,IAAI,CAACjH,IAAL,CAAUpE,KAAV,CmQncMonB,CnQmcW,EmQncR,GAAG3oB,KnQmcemJ,GAAV,AmQncG,CAACtI,CnQmcW,YmQncpB,CAAwB,KAAxB,CAAZ;AnQocE,AkHDZ,AqDAA,AuEDA,AqBjcU8nB,gBnQmcM,CAAC7b,KmQncP6b,GnQmcE,AmQncC,CAACxZ,CnQmca,QmQncjB,GAAiBpG,OAAjB;AnQocI+D,AkHDd,AqDAA,AuEDA,AqBjcU,cnQmcIA,QAAQ,GAAG,CmQncT6jB,GnQmcF,EmQncO,GAAG,iBAAGhI,GAAG,CAACzH,UAAP,CAAd;AjJmcV,AqDAA,AuEDA,AqBjcU,0BAAM/L,OAAO,GAAGwb,KAAK,CAAC7N,GAAN,CAAU,CAAV,EAAa1S,SAAb,CAAuB1K,QAAvB,GAAmCmL,OAAnC,CAA4C,UAA5C,EAAwD,EAAxD,EAA4DI,IAA5D,EAAhB;AnQocI,AkHDd,AqDAA,AuEDA,AqBjcU,kBnQmcQ1P,KAAK,KAAK4H,GAAd,EAAmB,iBmQncFwnB,KAAK,CAACxF,IAAN,CAAW,OAAX,CAArB,SAA4ChW,OAAO,CAAClT,MAAR,GAAiB,CAAjB,mBAA8BkT,OAA9B,IAAyC,EAArF;AnQocMpI,AkHDhB,AqDAA,AuEDA,AqBjcU,gBnQmcMA,KmQzcC,EnQycM,CAACf,OAAD,EAAU7C,GAAV,CAAP;AACD,AkHDf,AqDAA,AuEDA,AqBhde,enQgdD,ImQhdN,EnQkda;AACL+C,AkHDhB,AqDAA,AuEDA,AqBjcQ,gBnQmcQA,OAAO,CAACF,OAAD,EAAU7C,GAAV,CAAP;AACD,AkHDf,AqDAA,AuEDA;A9OGa,AkHDb,AqDAA,AuEDA,AqBjcO,uBAAO;AnQocH,AkHDX,AqDAA,AuEDA,AqBjcQo4C,WnQybE,EAUG,KmQncLA,KnQmcen1C,KmQncL,CnQmcL,CmQncO,CnQmcW,CmQpcjB;AnQqcF,AkHDZ,AqDAA,AuEDA,AqBjcQu6C,gBnQmcQ,CAAC75C,CmQncT65C,MAAM,CnQmcF,CmQncI,CnQmcW;AACb75C,AkHDd,AqDAA,AuEDA,AqBpcc,cnQscAA,GmQtcP,KnQsce,GAAG,IAAX;AACAT,AkHDd,AqDAA,AuEDA,AqBjcO,cnQmcOA,CmQ3dI,CAhBC,InQ2eC,CAACL,OAAD,EAAUI,MAAV,CAAN;AACD,AkHDb,AqDAA,AuEDA,AqBjcMw6C,cAAAA,QAAQ,EAAEz7B,IAAI,CAACm6B,MAAL,CAAYuB,gBAAZ,CAA6Bp+C,GAA7B,CAAkC,UAACu9C,SAAD,EAAe;AnQoctD,AkHDX,AqDAA,AuEDA,AqBjcO,WnQobG,qCmQpbsBA,SAAzB;AnQocG,AkHDV,AqDAA,AuEDA,AqBjcO,eAFS,EnQqcC,IAAP;AACD,AkHDT,AqDAA,AuEDA,AqB7emB,aAAd;AnQgfE,AkHDP,AqDAA,AuEDA;A9OGK,AkHDL,AqDAA,AuEDA,AqBlcK,KnQuaD,CA6BE,MmQpcD,CnQocQ/lD,CAAP,EAAU,GmQpcP,CAACixB,OAAL,CAAc/F,IAAI,CAACu0B,OAAnB;AnQqcC,AkHDN,AqDAA,AuEDA,AqBjcK,UnQmcK,CAAC5yC,AmQ1iBP,MAuGO,EnQmcL,EAAe;AACbT,AkHDR,AqDAA,AuEDA,AqBjcK,QnQmcGA,MAAM,CAACL,OAAD,EAAU/L,CAAV,CAAN;AACD,AkHDP,AqDAA,AuEDA,AqBncW,6BAE8BkrB,IAAI,CAAC+2B,IAFnC;AjJqcX,AqDAA,AuEDA,AqBpcW,gBAEEjiB,KAFF,cAEEA,KAFF;AnQucL,AkHDN,AqDAA,AuEDA,AqBrcW,anQucE,GmQrcOuiB,CnQqcd,MmQvcK,cAESA,OAFT;AnQwcN,AkHDL,AqDAA,AuEDA,AqBtcW,gBAEkBtxB,OAFlB,cAEkBA,OAFlB;AjJwcX,AqDAA,AuEDA;A9OGI,AkHDJ,AqDAA,AuEDA,AqBrcK,WnQucM,CmQvcN,InQucD,GmQvcK,CAAC+O,KAAL,CAAYA,KAAZ;AnQwcF,AkHDH,AqDAA,AuEDA;A5HEA,AqDAA,AuEDA,AqBtcK,YAAA,OAAI,CAACuiB,OAAL,CAAcA,OAAd;AnQycH,AkHDF,AqDAA,AuEDA,W9OEWt2C,OAAT,CAAiBF,OAAjB,EAA0BzK,KAA1B,EAAiC;AAC/B,AkHDJ,AqDAA,AuEDA,AqBvcK,QnQycGyK,ImQzcH,GnQycU,ImQzcN,CnQycWzK,AmQzcV2vB,KnQycF,EmQzcH,CAAcA,CnQycU,CAACrkB,KmQzczB,SnQycuC,CAACb,OAAD,EAAUzK,KAAV,CAAxC,EAA0D;AACxDwL,AkHDN,AqDAA,AuEDA,AqBvcK,MnQycCA,OAAO,CAACf,OAAD,EAAUzK,KAAV,CAAP;AACD,AkHDL,AqDAA,AuEDA;A9OGG,AkHDH,AqDAA,AuEDA,AqBtcI,cAAI,OAAI,CAAC0+B,KAAL,CAAY,MAAZ,IAAsB,OAAI,CAACoiB,KAAL,GAAcpgD,MAAd,GAAuB,CAAjD,EAAoD;AjJwcxD,AqDAA,AuEDA,AqBtcK,mBAAO,OAAI,CAACg+B,KAAL,CAAY,MAAZ,IAAsB,OAAI,CAACoiB,KAAL,GAAcpgD,MAAd,GAAuB,CAApD,EAAuD;AnQyc1D,AkHDF,AqDAA,AuEDA,AqBtcM,WnQwcK8K,OAAT,AmQxcUqd,CnQwcOpe,GmQxcH,GAAG,CnQwcjB,EAA0BzK,ImQxcL,CnQwcrB,AmQxcsB0+B,EnQwcW,GmQxchB,CAAY,MAAZ,IAAsB,CAAnC;AnQycF,AkHDJ,AqDAA,AuEDA,Q9OEQj0B,OAAO,CAACU,MAAR,KAAmB7B,OAAvB,EAAgC;AAC9BmB,AkHDN,AqDAA,AuEDA,AqBvcM,MnQycAA,OAAO,CAACU,AmQzcR,MnQycA,CmQzcI,CAACuzB,CnQycYn1B,ImQzcjB,CAAY,EnQycZ;AACAkB,AkHDN,AqDAA,AuEDA,AqBxcoBoe,MnQ0cdpe,OAAO,CAACW,EmQ1cMyd,GnQ0cd,CmQ1ckB,EnQ0cF7oB,AmQ1cF6oB,KnQ0cd;AACAze,AkHDN,AqDAA,AuEDA,AqBzckB,MnQ2cZA,SAAS,AmQ3cT,CnQ2cUqB,kBAAD,EAAqBhB,OAArB,CAAT;AACD,AkHDL,AqDAA,AuEDA,AqBzcM;AnQ4cH,AkHDH,AqDAA,AuEDA,AqBzcK;AjJ2cL,AqDAA,AuEDA;A9OGE,AkHDF,AqDAA,AuEDA,AqBzcI,UAAA,CnQ2cOK,MAAT,AmQ3cM,CnQ2cUL,AmQ3cTsxC,MAAL,CnQ2cF,EAAyBlxC,AmQ3cRQ,IAAf,CAAqB,CnQ2cvB,EAAiC,SmQ3cJ;AnQ4c3B,AkHDJ,AqDAA,AuEDA,AqBzcK,QnQ2cGZ,OAAO,CAACU,MAAR,KAAmB7B,OAAvB,EAAgC;AAC9BmB,AkHDN,AqDAA,AuEDA,AqBzcK,MnQ2cCA,MmQ3cD,CnQ2cQ,CAACU,KmQ3cL,CnQ2cH,AmQ3cIo6C,GnQ2cah8C,OAAjB,AmQ3cD,CAAiB,MAAjB;AnQ4cCkB,AkHDN,AqDAA,AuEDA,M9OEMA,OAAO,CAACW,KAAR,GAAgBP,MAAhB;AACAT,AkHDN,AqDAA,AuEDA,AqB1cK3L,MnQ4cC2L,MmQ5cD3L,GnQ4cU,CAACiN,ImQ5cH,CAACgc,IAAT,CAAcha,KAAd,CnQ4cU,AmQ5cU2oB,EnQ4cS5rB,ImQ5c7B,GnQ4cU,AmQ5cmB,CnQ4c5B,KmQ5cD;AnQ6cA,AkHDL,AqDAA,AuEDA;A9OGG,AkHDH,AqDAA,AuEDA,AqB3cK,YAAA,OAAI,CAAC6xC,OAAL,CAAc,aAAd;AjJ6cL,AqDAA,AuEDA;A9OGE,AkHDF,AqDAA,AuEDA,AqB5cK,WnQ8cM3wC,OAAT,CAAiBlB,AmQ9cPoC,OnQ8cV,AmQ9ciB,CAAClC,CnQ8cQ,MmQ9chB,EAAP;AnQ+cDF,AkHDJ,AqDAA,AuEDA,AqB5cK,InQ8cDA,OAAO,AmQpdP,CnQodQmB,KAAR,GAAgBnB,OAAO,CAACmB,KAAR,CAAczK,OAAd,CAAsB4J,cAAtB,CAAhB;AACD,AkHDH,AqDAA,AuEDA,AqB5cI,SAjIM,CAAP;AjJ+kBH,AqDAA,AuEDA,AqB5cG,OArIM,CAAP;AnQolBA,AkHDF,AqDAA,AuEDA,AqB5cE,WnQ8cSU,kBAAT,CAA4BhB,OAA5B,EAAqC;AACnCA,AkHDJ,AqDAA,AuEDA,I9OEIA,OAAO,CAACU,MAAR,GAAiB3B,SAAjB;AACAmC,AkHDJ,AqDAA,AuEDA,I9OEIA,OAAO,CAAClB,OAAD,CAAP;AACD,AkHDH,AqDAA,AuEDA,mCqB7c0D;AjJ+c1D,AqDAA,AuEDA,AqB9c0D;AnQidxD,AkHDF,AqDAA,AuEDA,W9OEWiB,gBAAT,CAA0BjB,OAA1B,EAAmC;AACjCA,AkHDJ,AqDAA,AuEDA,AqBhd0D,InQkdtDA,OAAO,CAACU,MAAR,GAAiB1B,QAAjB,SmQlde+7C,aAAuC;AnQmdtD75C,AkHDJ,AqDAA,AuEDA,AqBjd0D,InQmdtDA,MmQnde65C,CnQmdR,CAAC/6C,OAAD,CAAP,GmQndsD,oCAAvB,KAAuB;AjJmd1D,AqDAA,AuEDA,AqBld0D,6BAAhBotB,IAAgB;AnQqdtD,AkHDJ,AqDAA,AuEDA,AqBnd0D,QnQqdlD,CAACptB,CmQrdiCotB,IAAgB,EnQqd1C,CAAChsB,QAAT,IAAqBlC,MAAzB,EAAiC,ImQrdY,KAAS;AnQsdpDC,AkHDN,AqDAA,AuEDA,AqBndE,MnQqdIA,MAAM,CAACC,AmQrdJ,KAAK47C,EnQqdR,CAAe37C,IAAf,CAAoB,KmQrdjB,CAAoB,cnQqdvB,EAA0CW,OAAO,CAACW,KAAlD,EAAyDX,OAAzD;AACD,AkHDL,AqDAA,AuEDA,AqBpd+B+6C,QAAAA,aAAa,EAAbA,aAAF;AnQud1B,AkHDH,AqDAA,AuEDA,AqBrd8C3tB,QAAAA,IAAI,EAAJA;AjJud9C,AqDAA,AuEDA,AqBtd6B,OAApB,EAA6CxsB,IAA7C,CAAmD,YAAM;AnQydhE,AkHDF,AqDAA,AuEDA,AqBtdG,QAAA,GnQwdQS,ImQxdJ,CAAClC,MAAL,CAAa,UnQwdd,CAAgCa,ImQxd/B,EAA8B,CnQwd/B,EAAyC,CmQxdxC;AnQydCb,AkHDJ,AqDAA,AuEDA,I9OEIA,MAAM,CAACC,OAAP,CAAeC,IAAf,CAAoB,kBAApB,EAAwCW,OAAxC;AACD,AkHDH,AqDAA,AuEDA,AqBvdG,eAAO,OAAI,CAACi7C,WAAL,GAAoBr6C,IAApB,CAA0B,YAAM;AnQ0dxC,AkHDF,AqDAA,AuEDA,AqBvdI,iBAAO,OAAI,CAACzG,IAAL,EAAP;AjJydJ,AqDAA,AuEDA,AqBvdI,SAFM,CAAP;AjJ2dH,AqDAA,AuEDA,AqBvdG,OALM,CAAP;AjJ8dF,AqDAA,AuEDA,AqBvdE;AjJydF,AqDAA,AuEDA;A9OGE,AkHDF,AqDAA,AuEDA,W9OEWmH,CAAT,CAAWvB,QAAX,EAAqB;AACnB,AkHDJ,AqDAA,AuEDA,Q9OEQ,OAAOA,QAAP,KAAoB,GmQ1dR,OnQ0dhB,EAAoC;AAClC,AkHDN,AqDAA,AuEDA,AqBzdoB,YnQ2dR,IAAIzH,SAAJ,CAAc,sBAAsByH,QAAtB,GAAiC,oBAA/C,CAAN;AACD,AkHDL,AqDAA,AuEDA;A5HEA,AqDAA,AuEDA,AqB1dE,aAAO,KAAKm7C,cAAL,GAAuBt6C,IAAvB,CAA6B,YAAM;AnQ6dxC,AkHDJ,AqDAA,AuEDA,AqB1dG,QnQ4dK,AmQ5dL,OAAI,CAACzB,MAAL,CAAa,CnQ4dQmC,CAAhB,KAAsB,KAA1B,EAAiC,CmQ5dlC,EAA8B,IAA9B;AnQ6dG,AkHDN,AqDAA,AuEDA,Y9OEY,IAAIhJ,SAAJ,CAAc,2HAAd,CAAN;AACD,AkHDL,AqDAA,AuEDA,AqB3dG,eAAO,OAAI,CAAC6iD,YAAL,GAAqBv6C,IAArB,CAA2B,YAAM;AjJ6d3C,AqDAA,AuEDA,AqB3dI,iBAAO,OAAI,CAAColB,QAAL,GAAiBplB,IAAjB,CAAuB,YAAM,CACnC,CADM,CAAP;AnQ8dA,AkHDJ,AqDAA,AuEDA,AqB1dI,SnQ4dKO,AmQ/dC,CAAP,InQ+dC,GAAa,EAAb;AACArB,AkHDJ,AqDAA,AuEDA,AqB1dG,InQ4dCA,GmQleK,CAAP,UnQkegB,CAACC,QAAD,EAAW,IAAX,CAAd;AACD,AkHDH,AqDAA,AuEDA,AqB1dE;AjJ4dF,AqDAA,AuEDA,AqBzdC;AnQ4dCuB,AkHDF,AqDAA,AuEDA,E9OEEA,CAAC,CAACpJ,SAAF,GAAc;AACZD,AkHDJ,AqDAA,AuEDA,I9OEIA,WAAW,EAAEqJ,CADD;AAEZZ,AkHDJ,AqDAA,AuEDA,I9OEIA,MAAM,EAAE7B,OAFI;AAGZsC,AkHDJ,AqDAA,AuEDA,I9OEIA,KAAK,EAAE,IAHK;AAIZR,AkHDJ,AqDAA,AuEDA,I9OEIA,KAAK,EAAEvJ,SAJK;AAKZgK,AkHDJ,AqDAA,AuEDA,I9OEIA,QAAQ,EAAE,KALE;AAMZR,AkHDJ,AqDAA,AuEDA,I9OEIA,IAAI,EAAE,SAASA,IAAT,CAAcW,aAAd,EAA6BC,WAA7B,EAA0C;AAC9C,AkHDN,AqDAA,AuEDA,U9OEUjB,UAAU,GAAG;AACfC,AkHDR,AqDAA,AuEDA,Q9OEQA,KAAK,EAAE,IADQ,sBmQ7dyC;AnQ+dxDI,AkHDR,AqDAA,AuEDA,AqB7dgE,QnQ+dxDA,IAAI,EAAE,IAAI,KAAK3I,WAAT,CAAqBgH,IAArB,CAFS;AAGfwC,AkHDR,AqDAA,AuEDA,Q9OEQA,SAAS,EAAEF,aAHI;AAIfG,AkHDR,AqDAA,AuEDA,AqB/dgE,QnQiexDA,QAAQ,EAAEF,oBmQjeOu5C,aAAuC;AnQ6dzC,AkHIvB,AqDAA,AuEDA,AqBhegE,OnQ6d1D,GmQ7dmBA,aAAuC,oCAAvB,KAAuB;AjJkehE,AqDAA,AuEDA,AqBjegE,6BAAhB3tB,IAAgB;AnQoe1D,AkHDN,AqDAA,AuEDA,AqBlegE,UnQoetD,AmQpesCA,CnQoerC5rB,GmQpeqD,QnQoe1C,IAAID,aAAhB,EmQpe6C,GnQoeX,CAAC,CmQpemB,InQoedH,QAA5C,EAAsD;AACpD,AkHDR,AqDAA,AuEDA,a9OEaA,QAAL,GAAgB,IAAhB;AkHAR,AqDAA,AuEDA,AqBleE;AnQqeM,AkHDR,AqDAA,AuEDA,AqBleE,YnQoeU,KAAKV,MAAL,KAAgB1B,QAAhB,IAA4BE,MAAhC,EAAwC;AACtCS,AkHDV,AqDAA,AuEDA,AqBleE,UnQoeQA,SAAS,CAAC0B,sBAAD,EAAyB,IAAzB,CAAT;AACD,AkHDT,AqDAA,AuEDA,AqBleE;AnQqeK,AkHDP,AqDAA,AuEDA,AqBjeE,UAAI,CAAC,iBAAG,QAAH,EAAaqtC,SAAb,EAAD,IACA,CAAC,KAAKvvC,MAAL,CAAa,kBAAb,CADD,IAEA,CAAC,KAAKA,MAAL,CAAa,OAAb,CAFD,KAGC,CAAC,KAAKA,MAAL,CAAa,eAAb,CAAD,IAAkC,KAAKA,MAAL,CAAa,uBAAb,CAHnC,CAAJ,EAG+E;AjJgejF,AqDAA,AuEDA,AqB9dG,YAAM2C,QAAQ,GAAG,EAAjB;AnQieG,AkHDN,AqDAA,AuEDA,AqB7dG,UnQ+dO,GmQ/dF4Y,EnQ+dOha,GmQ/dZ,CAAWqa,EnQ+dJ,KAAgBhc,OmQ/dvB,CAA2B,CnQ+dpB,IAA6B,KAAK2B,MAAL,KAAgB1B,AmQ/dpD,QnQ+dG,EAA2D;AACzD,AkHDR,AqDAA,AuEDA;A9OGQW,AkHDR,AqDAA,AuEDA,AqB9dG,QnQgeKA,ImQheD,KnQgeU,CAACW,cAAD,EAAiBC,UAAjB,CAAT;AACD,AkHDP,AqDAA,AuEDA,AqB7dI,OnQ4dE,MAGO,EmQ/dJma,KAAL,CAAWA,KAAX,CAAkB,kBAAlB,EAFG,CAIH;AnQ8dI,AkHDR,AqDAA,AuEDA;A9OGQ,AkHDR,AqDAA,AuEDA,AqBjeO,anQmeMvZ,KAAL,CAAW9G,IAAX,CAAgBkG,UAAhB,qBmQ9diB,KAAK6wC,OAAL,EALlB;AnQoeA,AkHDP,AqDAA,AuEDA,AqBleO;AjJoeP,AqDAA,AuEDA;A9OGM,AkHDN,AqDAA,AuEDA,AqBpeO,anQseM7wC,UAAU,CAACK,IAAlB;AACD,AkHDL,AqDAA,AuEDA,AqBreO,KnQwcS;AAgCZe,AkHDJ,AqDAA,AuEDA,AqBteO,InQweHA,KAAK,EAAE,OmQneI0vC,EnQmeKzvC,ImQxeb,EnQweI,CAAgBJ,WAAhB,EAA6B;AAClC,AkHDN,AqDAA,AuEDA,AqBjeKM,anQmeQ,CmQneRA,InQmealB,IAAL,AmQneA,CnQmeU,AmQneTvG,InQmeD,AmQneR,CAAeg3C,CnQmeS7vC,KmQneH,CAACw5C,KnQmed,CAAP,OmQnec,CAAsB;AnQoerC,AkHDL,AqDAA,AuEDA,AqBle4CD,gBAAAA,aAAa,EAAbA,aAAF;AnQkc1B,AkHkChB,AqDAA,AuEDA,AqBne2D3tB,GnQkczD,amQlcyDA,IAAI,EAAJA;AjJqe3D,AqDAA,AuEDA,AqBpe0C,eAAtB,EAA+CxsB,IAA/C,CAAqD,YAAM;AnQue7EU,AkHDF,AqDAA,AuEDA,AqBpeM,EnQseJA,CAAC,CAACO,GAAF,GAAQ,MmQteJ,InQsecC,GmQteV,CAAC4Y,InQseD,CmQteJ,CnQsewB,AmQtebA,KAAX,cAAwB22B,MAAM,CAACxtC,EAA/B;AnQueF,AkHDJ,AqDAA,AuEDA,AqBpeM,QnQseE,CAACvK,KAAK,CAACC,AmQxeK,EAEZoI,KnQseC,AmQxeW,CnQweGG,AmQteR,QnQseN,CAAL,CmQteY7N,CnQsekB,AmQtenB,EAAO;AnQuehB,AkHDN,AqDAA,AuEDA,AqBpeM,YnQseM,IAAIqE,AmQteV,OAAI,CAACoiB,CnQseC,CAAc,GmQtepB,CAAWA,KAAX,gBAA0B22B,MAAM,CAACxtC,EAAjC,QnQseM,CAAN,cmQtegD5P,CAAhD;AnQueD,AkHDL,AqDAA,AuEDA;A5HEA,AqDAA,AuEDA,AqBreM,uBAAOmO,OAAO,CAAC/B,MAAR,CAAgBpM,CAAhB,CAAP;AnQweF,AkHDJ,AqDAA,AuEDA,AqBreM,WnQueK,IAAIqN,AmQ5eK,CnQ4eT,AmQ5eN,CnQ4eY,UAAUpB,OAAV,EAAmBG,MAAnB,EAA2B;AACtC,AkHDN,AqDAA,AuEDA,AqBjfO,UnQmfG0B,OAAO,GAAG,EAAd;AACA,AkHDN,AqDAA,AuEDA,U9OEUC,SAAS,GAAG,CAAhB;AkHAN,AqDAA,AuEDA,AqB9eI,sEAAsC;AnQifpC,AkHDN,AqDAA,AuEDA,AqB/e0C,enQif3BjC,QAAT,CAAkBkC,KAAlB,EAAyB;AACvBD,AkHDR,AqDAA,AuEDA,AqBzeK,QnQ2eGA,SAAS;AACT,AkHDR,AqDAA,AuEDA,AqBtfO,enQwfQ,UAAUzM,KAAV,EAAiB;AACtBwM,AkHDV,AqDAA,AuEDA,AqBvfO,UnQyfGA,OAAO,CAACE,KAAD,CAAP,GAAiB1M,KAAjB;AkHAV,AqDAA,AuEDA,AqBxfO;AnQ2fG,AkHDV,AqDAA,AuEDA,AqBzfO,cnQ2fO,CAAE,GAAEyM,SAAR,EAAmB;AACjB9B,AkHDZ,AqDAA,AuEDA,AqB1fO,YnQ4fKA,OAAO,CAAC6B,OAAD,CAAP;AACD,AkHDX,AqDAA,AuEDA;A9OGS,AkHDT,AqDAA,AuEDA,AqB9eI,SnQ0eI,MmQ1eC2Y,KAAL,CAAWA,KAAX,CAAkB,qBAAlB,EAdG,CAgBH;AnQ+eG,AkHDP,AqDAA,AuEDA;A5HEA,AqDAA,AuEDA,AqB9fO,uDAiBqB,KAAKw2B,UAAL,EAjBrB;AnQigBD,AkHDN,AqDAA,AuEDA,AqB/fO,WnQigBI,IAAIn7C,CAAC,GAAG,CAAR,EAAWiK,OAAhB,EAAyBjK,CAAC,GAAG+L,QAAQ,CAAC7L,MAAtC,EAA8CF,CAAC,EAA/C,EAAmD;AACjDiK,AkHDR,AqDAA,AuEDA,Q9OEQA,OAAO,GAAG8B,QAAQ,CAAC/L,CAAD,CAAlB;AkHAR,AqDAA,AuEDA,AqBjgBO;AnQogBC,AkHDR,AqDAA,AuEDA,AqBlgBO,YnQogBKiK,OAAO,IAAI,OAAOA,OAAO,CAACY,IAAf,KAAwB,UAAvC,EAAmD;AACjDZ,AkHDV,AqDAA,AuEDA,AqBngBO,UnQqgBGA,OAAO,CAACY,AmQpfHuwC,InQofL,CAAapxC,ImQrgBhB,InQqgBwB,CAAChK,CAAD,CAArB,EAA0BsK,MAA1B;AACD,AkHDT,AqDAA,AuEDA,AqBlfKyB,SnQkfG,KmQlfHA,CnQofU,OmQpfF,CAACzH,IAAT,CAAe82C,SAAS,CAAC6J,aAAV,CAAyB;AnQqfnCj5C,AkHDV,AqDAA,AuEDA,AqBnf+Cg5C,UnQqfrCh5C,MmQrfqCg5C,CnQqf9B,CAAChlD,CAAD,CAAP,GAAaiK,MmQrfqC,CnQqflD,CmQrfqC+6C,aAAF;AnQsfpC,AkHDT,AqDAA,AuEDA,AqBpf8D3tB,gBAAAA,IAAI,EAAJA;AnQufvD,AkHDP,AqDAA,AuEDA,AqBrf6C,eAAzB,EAAkDxsB,IAAlD,CAAwD,YAAM;AjJuflF,AqDAA,AuEDA,AqBrfM,gBAAA,OAAI,CAAC8Z,KAAL,CAAWA,KAAX,cAAwBy2B,SAAS,CAACvqC,GAAlC;AnQwfA,AkHDN,AqDAA,AuEDA,AqBrfM,UnQufI,CAAC5E,ImQzfS,EAEZL,GnQufF,EAAgB,AmQzfF,CAEL,UAAC1N,CAAD,EAAO;AnQwfdiM,AkHDR,AqDAA,AuEDA,AqBrfM,QnQufEA,OAAO,CAAC6B,AmQvfV,OnQufS,AmQvfL,CnQufF,AmQvfG2Y,KAAL,CAAWA,KAAX,gBAA0By2B,SAAS,CAACvqC,GAApC,uBAAoD3S,CAApD;AnQwfC,AkHDP,AqDAA,AuEDA;A9OGK,AkHDL,AqDAA,AuEDA,AqBtfM,KnQ4dK,CAAP,iBmQ5dSmO,OAAO,CAAC/B,MAAR,CAAgBpM,CAAhB,CAAP;AnQyfH,AkHDH,AqDAA,AuEDA,AqBtfM,GnQsdJ,YmQ3dkB,CAAf;AjJ6fL,AqDAA,AuEDA,AqB9gBO;AnQihBLqN,AkHDF,AqDAA,AuEDA,E9OEEA,CAAC,CAACY,IAAF,GAAS,UAAUJ,QAAV,EAAoB;AAC3B,AkHDJ,AqDAA,AuEDA,AqB/fI,QnQigBI,CAACxI,KAAK,CAACC,OAAN,CAAcuI,QAAd,CAAL,EAA8B,oCmQjgBc;AnQkgB1C,AkHDN,AqDAA,AuEDA,AqBhgBgD,YnQkgBpC,IAAIxJ,SAAJ,CAAc,2CAAd,CAAN;AACD,AkHDL,AqDAA,AuEDA,AqB1fK;AjJ4fL,AqDAA,AuEDA,AqBnhBO;AnQshBH,AkHDJ,AqDAA,AuEDA,AqBphBO,WnQshBI,IAAIgJ,CAAJ,CAAM,UAAUpB,OAAV,EAAmBG,MAAnB,EAA2B;AACtC,AkHDN,AqDAA,AuEDA,AqBrhBO,WnQuhBI,IAAItK,CAAC,GAAG,CAAR,EAAWiK,OAAhB,EAAyBjK,CAAC,GAAG+L,QAAQ,CAAC7L,MAAtC,EAA8CF,CAAC,EAA/C,EAAmD;AACjDiK,AkHDR,AqDAA,AuEDA,AqBthBO,QnQwhBCA,OAAO,GAAG8B,QAAQ,CAAC/L,CAAD,CAAlB;AkHAR,AqDAA,AuEDA,AqBvhBO;AnQ0hBC,AkHDR,AqDAA,AuEDA,AqB/fI,SAzBD,CAyBE,EnQigBOiK,KmQjgBA/L,CAAP,CnQigBc,CmQjgBJ,GnQigBQ,OAAO+L,OAAO,CAACY,IAAf,KAAwB,UAAvC,EAAmD;AACjDZ,AkHDV,AqDAA,AuEDA,AqB/fImU,UnQigBMnU,AmQjgBNmU,OnQigBa,AmQjgBN,CnQigBOvT,AmQjgBNmQ,InQigBF,CAAa7Q,AmQjgBnB,CAAejM,CAAf,KnQigBM,EAAsBoM,MAAtB;AACD,AkHDT,AqDAA,AuEDA,S9OAQ,MAEO;AACLH,AkHDV,AqDAA,AuEDA,AqBhgBIguC,UnQkgBMhuC,OAAO,CAACF,OAAD,CAAP,OmQlgBKyxC,IAAX,CACC,oEADD,EAEC,oEAFD,EAGC;AnQggBI,AkHDT,AqDAA,AuEDA,AqB7fM,6BAAiBx9C,CAAC,CAAC+c,OADpB;AnQigBE,AkHDP,AqDAA,AuEDA,AqB7fM,oBAAQ;AnQggBT,AkHDL,AqDAA,AuEDA,AqB7fO,KnQqfI,CAAP,amQrfQ;AnQggBT,AkHDH,AqDAA,AuEDA,AqB/fc,GnQifZ;AkHgBF,AqDAA,AuEDA,AqBlgBK,WAHD;AnQwgBF1P,AkHDF,AqDAA,AuEDA,AqB5fI,EnQ8fFA,CAAC,CAACpB,OAAF,GAAY,UAAU3K,KAAV,EAAiB;AAC3B,AkHDJ,AqDAA,AuEDA,Q9OEQA,KAAK,IAAIuC,OAAO,CAACvC,KAAD,CAAP,KAAmB,QAA5B,IAAwCA,KAAK,CAAC0C,WAAN,KAAsBqJ,CAAlE,EAAqE;AACnE,AkHDN,AqDAA,AuEDA,AqB5fG,anQ8fU/L,AmQ9fLmlB,KnQ8fF,AmQ9fH,CAAWA,KAAX,CAAkB,2BAAlB;AnQ+fE,AkHDL,AqDAA,AuEDA,AqB3fG,eAAOtY,OAAO,CAACP,GAAR,CAAaC,QAAb,EAAuBlB,IAAvB,CAA6B,YAAa;AjJ6fpD,AqDAA,AuEDA,AqB3fI,UAAA,OAAI,CAAC8Z,KAAL,CAAWM,QAAX;AnQ8fA,AkHDJ,AqDAA,AuEDA,W9OEW,IAAI1Z,CAAJ,CAAM,UAAUpB,OAAV,EAAmB;AAC9BA,AkHDN,AqDAA,AuEDA,AqB5fI,MnQ8fEA,OAAO,CAAC3K,GmQ9fH6M,EnQ8fE,CAAP,ImQ9fY,CAAClC,OAAR,OAAAkC,OAAO,YAAd;AnQ+fC,AkHDL,AqDAA,AuEDA,AqB5fI,KnQ4fO,CAAP,GmQ/fM,EAGJT,KAHI,CAGG,UAAC1N,CAAD,EAAO;AnQ+fjB,AkHDH,AqDAA,AuEDA,AqB5fI,GnQsfF,OmQtfE,OAAI,CAACymB,KAAL,CAAWM,QAAX;AjJ8fJ,AqDAA,AuEDA;A9OGE1Z,AkHDF,AqDAA,AuEDA,AqB7fI,EnQ+fFA,CAAC,CAACjB,MAAF,GAAW,ImQ/fF+B,MnQ+fYhC,CmQ/fL,CAACC,InQ+fN,EAAkB,AmQ/fpB,CAAgBpM,CAAhB,CAAP;AnQggBA,AkHDJ,AqDAA,AuEDA,AqB7fI,SANM,CAAP,CnQqgBQ,IAAIqN,CAAJ,CAAM,UAAUpB,OAAV,EAAmBG,MAAnB,EAA2B;AACtCA,AkHDN,AqDAA,AuEDA,AqB7fG,MnQ+fGA,CmQtjBJ,KnQsjBU,CAACD,AmQ/fJ,MnQ+fG,CAAN;AACD,AkHDL,AqDAA,AuEDA,AqB7fG,KnQ6fQ,CAAP,SmQ7fMgC,OAAO,CAAC/B,MAAR,CAAgB,+BAAhB,CAAP;AnQggBA,AkHDH,AqDAA,AuEDA,AqB7fG,GnQ2fD;AkHIF,AqDAA,AuEDA,AqB7fE;AnQggBA,AkHDF,AqDAA,AuEDA,M9OEM8B,MAAM,GAAG,OAAOC,OAAP,KAAmB,UAAnB,GAAgCA,OAAhC,GAA0Cd,CAAvD;AAEA,AkHFF,AqDAA,AuEDA,M9OGMe,CAAC,GAAGrH,aAAR;AACA,AkHFF,AqDAA,AuEDA,M9OGMsH,oBAAoB,GAAG,KmQjgBN;AnQkgBnBC,AkHFJ,AqDAA,AuEDA,AqB/fuB,InQkgBnBA,IAAI,EAAE,EADmB;AAEzBC,AkHFJ,AqDAA,AuEDA,I9OGIA,CAAC,EAAE,CAFsB;AAGzBC,AkHFJ,AqDAA,AuEDA,AqB/fE,InQkgBEA,CAAC,EAAE,CAHsB,EmQ/frBX,QAAQ,GAAG,EAAjB;AnQmgBEY,AkHFJ,AqDAA,AuEDA,AqB/fE,InQkgBEA,MAAM,CmQlgBHgY,CnQkgBK,CAJiB,GmQ9f3B,CAAWK,cAAX,CAA2B,8CAA3B;AnQmgBEpY,AkHFJ,AqDAA,AuEDA,I9OGIA,KAAK,EAAE,KALkB;AAMzBC,AkHFJ,AqDAA,AuEDA,AqBhgBE,InQmgBEA,KAAK,CmQngBH,CnQmgBK;AANkB,AkHK7B,AqDAA,AuEDA,AqBhgBG,GnQ4fD;AkHMF,AqDAA,AuEDA,AqBlgBM,qDAEkB,KAAKwuC,OAAL,EAFlB;AnQsgBJ,AkHFF,AqDAA,AuEDA,AqBngBM,WnQsgBKvuC,UAAT,CAAoBC,IAApB,EAA0B;AACxB,AkHFJ,AqDAA,AuEDA,W9OGW,CAACtG,gBAAgB,CAACzH,OAAjB,CAAyB+N,IAAzB,CAAR;AACD,AkHFH,AqDAA,AuEDA,AqBrgBM;AjJugBN,AqDAA,AuEDA,AqBtgBM;AnQ0gBJ,AkHFF,AqDAA,AuEDA,AqBvgBM,WnQ0gBK5N,KmQxgBGm8C,CnQwgBZ,CAAgBl8C,EAAhB,EAAoB,AmQ1gBhB;AnQ2gBF,AkHFJ,AqDAA,AuEDA,AqBrgBI2M,QnQwgBI,ImQxgBJA,QAAQ,CAACzH,IAAT,CAAeg3C,MAAM,CAAC4J,WAAP,GAAsBr6C,IAAtB,CAA4B,YAAM;AnQygB/CzL,AkHFN,AqDAA,AuEDA,AqBrgBK,MnQwgBCA,EAAE,MmQxgBH,OAAI,CAACulB,KAAL,CAAWA,KAAX,cAAwB22B,MAAM,CAACxtC,EAA/B;AnQygBA,AkHFL,AqDAA,AuEDA,AqBrgBK,KnQsgBD,CAEE,OAAO5P,AmQ1gBM,CnQ0gBb,CmQxgBC0N,CnQwgBS,ImQ1gBG,CAEL,UAAC1N,CAAD,EAAO;AnQygBf,AkHFN,AqDAA,AuEDA,AqBrgBK,UnQwgBK,CAACgB,GmQxgBN,OnQwgBC,AmQxgBG,CAACylB,CnQwgBa,ImQxgBlB,CAAWA,KAAX,gBAA0B22B,MAAM,CAACxtC,EAAjC,uBAAgD5P,CAAhD;AnQygBG,AkHFR,AqDAA,AuEDA,c9OGcA,CAAN;AACD,AkHFP,AqDAA,AuEDA,AqBtgBK,qBAAOmO,OAAO,CAAC/B,MAAR,CAAgBpM,CAAhB,CAAP;AnQ0gBA,AkHFL,AqDAA,AuEDA,AqBtgBK,aALc,CAAf;AnQ+gBD,AkHFH,AqDAA,AuEDA,AqB/gBM;AjJihBN,AqDAA,AuEDA;A9OGE,AkHDF,AqDAA,AuEDA,AqB/gBG,WnQihBQ8O,SAAT,CAAmBC,GAAnB,EAAwB,0CmQjhBe;AnQkhBrC,AkHDJ,AqDAA,AuEDA,AqBhhByC,QnQkhBjC,CAACA,GAAD,IAAQ,CAACvO,MAAb,EAAqB;AACnB,AkHDN,AqDAA,AuEDA,AqB1gBI,WATE,CAWH;AnQ2gBE,AkHDL,AqDAA,AuEDA;A5HEA,AqDAA,AuEDA,AqBrhBM;AnQwhBF,AkHDJ,AqDAA,AuEDA,AqBthBM,QnQwhBEwO,KAAK,GAAG1O,QAAQ,CAACM,aAAT,CAAuB,OAAvB,CAAZ;AACAoO,AkHDJ,AqDAA,AuEDA,AqBvhBM,InQyhBFA,KAAK,CAACC,YAAN,CAAmB,MAAnB,EAA2B,UAA3B;AACAD,AkHDJ,AqDAA,AuEDA,AqBxhBM,InQ0hBFA,KAAK,CAACE,SAAN,GAAkBH,GAAlB;AACA,AkHDJ,AqDAA,AuEDA,AqBzhBM,QnQ2hBEI,YAAY,GAAG7O,QAAQ,CAACI,IAAT,CAAc0O,UAAjC;AACA,AkHDJ,AqDAA,AuEDA,Q9OEQC,WAAW,GAAG,IAAlB;AkHAJ,AqDAA,AuEDA,AqB3hBM,qDAYqB,KAAK4tC,UAAL,EAZrB;AnQ8hBF,AkHDJ,AqDAA,AuEDA,AqB5hBM,SnQ8hBG,IAAIn7C,CAAC,GAAGqN,YAAY,CAACnN,MAAb,GAAsB,CAAnC,EAAsCF,CAAC,GAAG,CAAC,CAA3C,EAA8CA,CAAC,EAA/C,EAAmD;AACjD,AkHDN,AqDAA,AuEDA,U9OEUwN,KAAK,GAAGH,YAAY,CAACrN,CAAD,CAAxB;AACA,AkHDN,AqDAA,AuEDA,AqB9hBM,UnQgiBIyN,OAAO,GAAG,CAACD,KAAK,CAACC,OAAN,IAAiB,EAAlB,EAAsBC,WAAtB,EAAd;AkHAN,AqDAA,AuEDA,AqB/hBM;AnQkiBA,AkHDN,AqDAA,AuEDA,AqBhiBM,UnQkiBI,CAAC,KmQthBG0tC,EnQshBJ,EAAU,KmQliBd,CnQkiBI,EAAkBp8C,OAAlB,CAA0ByO,OAA1B,IAAqC,CAAC,CAA1C,EAA6C;AAC3CF,AkHDR,AqDAA,AuEDA,AqBphBIxB,QnQshBIwB,ImQthBJxB,OnQshBe,CmQthBP,CAACzH,CnQshBSkJ,GmQthBlB,CAAe4tC,CnQshBX,QmQthBoB,CAAC8J,WAAV,GAAyBr6C,IAAzB,CAA+B,YAAM;AnQuhBjD,AkHDP,AqDAA,AuEDA,AqBphBK,cAAA,OAAI,CAAC8Z,KAAL,CAAWA,KAAX,cAAwBy2B,SAAS,CAACvqC,GAAlC;AnQuhBA,AkHDL,AqDAA,AuEDA,AqBphBK,aAFc,EAEZjF,KAFY,CAEL,UAAC1N,CAAD,EAAO;AjJshBrB,AqDAA,AuEDA,AqBphBK,cAAA,OAAI,CAACymB,KAAL,CAAWA,KAAX,gBAA0By2B,SAAS,CAACvqC,GAApC,uBAAoD3S,CAApD;AnQuhBDM,AkHDJ,AqDAA,AuEDA,I9OEIA,QAAQ,CAACI,IAAT,CAAc+O,YAAd,CAA2BT,KAA3B,EAAkCK,WAAlC;AACA,AkHDJ,AqDAA,AuEDA,AqBrhBK,WnQuhBMN,GAAP,OmQvhBQZ,OAAO,CAAC/B,MAAR,CAAgBpM,CAAhB,CAAP;AnQwhBF,AkHDH,AqDAA,AuEDA,AqBrhBK,aALc,CAAf;AjJ4hBJ,AqDAA,AuEDA,AqBxiBM;AnQ0iBJ,AkHAF,AqDAA,AuEDA,M9OCM0P,MAAM,GAAG,gEAAb;AkHCF,AqDAA,AuEDA,AqB9hBG,oEAA4C;AnQ+hB7C,AkHCF,AqDAA,AuEDA,AqB/hB+C,WnQ+hBpCC,YAAT,GAAwB;AACtB,AkHCJ,AqDAA,AuEDA,AqBzhBI,QnQyhBIrB,IAAI,GAAG,EAAX;AACA,AkHCJ,AqDAA,AuEDA,AqB7iBM,QnQ6iBEsB,EAAE,GAAG,EAAT;AkHEJ,AqDAA,AuEDA,AqB9iBM;AnQ+iBF,AkHCJ,AqDAA,AuEDA,AqB/iBM,WnQ+iBKtB,IAAI,KAAK,CAAhB,EAAmB;AACjBsB,AkHCN,AqDAA,AuEDA,AqBhjBM,MnQgjBAA,EAAE,IAAIF,MAAM,CAACG,IAAI,CAACC,MAAL,KAAgB,EAAhB,GAAqB,CAAtB,CAAZ;AACD,AkHCL,AqDAA,AuEDA,AqBjjBM;AjJmjBN,AqDAA,AuEDA,AqB9hBG,OApBD,CAoBE,OAAO9P,CAAP,EAAU;AnQ+hBV,AkHCJ,AqDAA,AuEDA,AqB9hBGkgB,QAAAA,GnQ8hBQtQ,EAAP,EmQ9hBM,CAACkN,KAAR,CAAe9c,CAAf;AnQ+hBA,AkHCH,AqDAA,AuEDA;A5HEA,AqDAA,AuEDA,AqB/hBGi6C,+BAAWuD,IAAX,CACC,kEADD,EAEC,oEAFD,EAGC;AnQ4hBF,AkHEF,AqDAA,AuEDA,AqB5hBK,WnQ2hBMztC,OAAT,CAAiB3O,GAAjB,EAAsB,GmQ3hBFpB,CAAC,CAAC+c,OADpB;AnQ6hBA,AkHEJ,AqDAA,AuEDA,AqB5hBK,QnQ2hBG/M,KAAK,GAAG,EAAZ,AmQ3hBS;AjJ8hBb,AqDAA,AuEDA,AqB5hBM,iBAAK;AnQ4hBP,AkHEJ,AqDAA,AuEDA,AqB9hBa,SnQ6hBJ,IAAIlO,CAAC,GAAG,CAACV,GAAG,IAAI,EAAR,EAAYY,MAAZ,KAAuB,CAApC,EAAuCF,CAAC,EAAxC,GAA6C;AAC3CkO,AkHEN,AqDAA,AuEDA,AqBjiBI,MnQgiBEA,GmQniBH,EnQmiBQ,CAAClO,CAAD,CAAL,GAAWV,GAAG,CAACU,CAAD,CAAd;AACD,AkHEL,AqDAA,AuEDA,AqB3hBG;AjJ6hBH,AqDAA,AuEDA;A9OAI,AkHEJ,AqDAA,AuEDA,AqB3hBE,WnQ0hBSkO,EmQ1hBF7B,GnQ0hBL,ImQ1hBY,CAACP,GAAR,CAAaC,QAAb,EAAuBlB,IAAvB,CAA6B,YAAa;AnQ2hBhD,AkHEH,AqDAA,AuEDA,AqB3hBG,QAAA,OAAI,CAAC8Z,KAAL,CAAWM,QAAX;AjJ6hBH,AqDAA,AuEDA;A9ODE,AkHGF,AqDAA,AuEDA,AqB5hBG,WnQ0hBQ9W,ImQ1hBD9B,MnQ0hBR,CAAoB+B,AmQ1hBL,CAACjE,GnQ0hBhB,EAA0B,EmQ1hBlB,OAAAkC,OAAO,YAAd;AnQ2hBC,AkHGJ,AqDAA,AuEDA,AqB5hBG,OAHM,CnQ6hBD+B,CmQ1hBHxC,GnQ0hBO,CAACyC,CmQ7hBJ,CAGG,OnQ0hBR,EAAoB,CmQ1hBXnQ,CAAD,EAAO;AnQ2hBb,AkHGN,AqDAA,AuEDA,AqB5hBG,QAAA,KnQ0hBU+P,EmQ1hBN,CAAC0W,InQ0hBY,CAACvW,AmQ1hBlB,CAAW6W,GnQ0hBW,CAAC5W,ImQ1hBvB,KnQ0hBiB,CAAd;AACD,AkHGL,AqDAA,AuEDA,K9OJI,MAEO;AACL,AkHGN,AqDAA,AuEDA,AqB7hBG,anQ2hBU,CAACD,CmQ3hBJ/B,GnQ2hBQ,CAACnF,GmQ3hBF,CAACoD,MAAR,CAAgBpM,CnQ2hBZ,AmQ3hBJ,CnQ2hBsB,AmQ3hB7B,OnQ2hBW,KAA8B,EAA/B,EAAmCoQ,KAAnC,CAAyC,GAAzC,EAA8C9N,MAA9C,CAAqD,UAAUR,CAAV,EAAa;AACvE,AkHGR,AqDAA,AuEDA,AqB7hBG,OANM,CAAP,OnQiiBaA,CAAP;AACD,AkHGP,AqDAA,AuEDA,AqB7hBE,OnQyhBW,CAAP;AAGD,AkHGL,AqDAA,AuEDA,AqB5hBC;AnQ2hBE,AkHGH,AqDAA,AuEDA;A5HEA,AqDAA,AuEDA;A9OFE,AkHIF,AqDAA,AuEDA,W9OHWuO,WAAT,CAAqB/G,YAArB,EAAmCgH,GAAnC,EAAwC;AACtC,AkHIJ,AqDAA,AuEDA,Q9OHQC,KAAK,GAAGD,GAAG,CAACF,KAAJ,CAAU,GAAV,CAAZ;AACA,AkHIJ,AqDAA,AuEDA,Q9OHQpN,MAAM,GAAGuN,KAAK,CAAC,CAAD,CAAlB;AACA,AkHIJ,AqDAA,AuEDA,Q9OHQ9M,QAAQ,GAAG8M,KAAK,CAACC,KAAN,CAAY,CAAZ,EAAeC,IAAf,CAAoB,GAApB,CAAf;AkHKJ,AqDAA,AuEDA;A9OFI,AkHIJ,AqDAA,AuEDA,Q9OHQzN,MAAM,KAAKsG,YAAX,IAA2B7F,QAAQ,KAAK,EAAxC,IAA8C,CAACmL,UAAU,CAACnL,QAAD,CAA7D,EAAyE;AACvE,AkHIN,AqDAA,AuEDA,a9OHaA,QAAP,gBmQ5hBoB;AnQ6hBrB,AkHIL,AqDAA,AuEDA,AqBhiB0B,KnQ2hBtB,MAEO;AACL,AkHIN,AqDAA,AuEDA,a9OHa,IAAP;AACD,AkHIL,AqDAA,AuEDA,AqBjiBE;AnQ+hBC,AkHIH,AqDAA,AuEDA,AqBjiBE;AjJmiBF,AqDAA,AuEDA,AqBjiBE;AnQ8hBA,AkHKF,AqDAA,AuEDA,AqBjiBE,WnQ6hBSiN,UAAT,CAAoBC,GAApB,EAAyB;AACvB,AkHKJ,AqDAA,AuEDA,AqBjiBE,UAAI,CnQ6hBK,AmQ7hBJ,GnQ6hBOtO,EmQ7hBF6I,InQ6hBD,CAAUyF,CmQ7hBd,CAAa,CnQ6hBT,EAAeC,OAAf,CAAuB,IAAvB,EAA6B,CmQ7hBjC,CAAD,IACA,CnQ4hBK,AmQ5hBJ,EnQ4hB0CA,GmQ5hBrC1F,InQ4hBD,CAA8C,CmQ5hBlD,CAAa,EnQ4hBT,EAAoD,GmQ5hBxD,CADD,InQ6hBK,CmQ3hBJ,CnQ2hBkE0F,AmQ3hBjE,KAAK1F,EnQ2hBF,CAAsE,GmQ3hBzE,CnQ2hBG,AmQ3hBU,EnQ2hBkE,OAA5E,EAAqF0F,ImQ3hBxF,CAAD,EnQ2hBI,CAA6F,CmQ3hB/D,GnQ2hB9B,EAAmG,AmQ3hBhE1F,MnQ2hBnC,AmQ3hB8B,CAAa,CnQ2hBgE0F,OAA3G,CAAmH,IAAnH,EAAyH,MAAzH,CAAP,CmQ3hBqC,CAFnC,CAAJ,EAE+E;AnQ4hB9E,AkHKH,AqDAA,AuEDA,AqB/hBG,YAAM/C,QAAQ,GAAG,EAAjB;AjJiiBH,AqDAA,AuEDA,AqB9hBG,aAAK4Y,KAAL,CAAWK,cAAX,CAA2B,sBAA3B;AnQ0hBD,AkHMF,AqDAA,AuEDA,W9OLWjW,cAAT,CAAwBC,UAAxB,EAAoC;AAClC,AkHMJ,AqDAA,AuEDA,AqB/hBG,WnQ0hBQvP,CmQ1hBJ,KnQ0hBU,CAACY,IAAP,CAAY2O,UAAU,IAAI,EAA1B,EAA8BvN,MAA9B,CAAqC,UAAUC,GAAV,EAAeuN,aAAf,EAA8B;AACxE,AkHMN,AqDAA,AuEDA,AqB/hBI,anQ0hBSvN,GAAG,GAAG,GAAGnB,MAAH,CAAU0O,aAAV,EAAyB,KAAzB,EAAgC1O,MAAhC,CAAuCqO,UAAU,CAACI,UAAU,CAACC,aAAD,CAAX,CAAjD,EAA8E,KAA9E,CAAb;AACD,AkHML,AqDAA,AuEDA,AqBjiBO,KnQ0hBI,EAEJ,EAFI,EAEAC,IAFA,EAAP,sCmQxhBqB,KAAKmsC,OAAL,EAFlB;AnQ6hBJ,AkHMH,AqDAA,AuEDA,AqBliBO;AjJoiBP,AqDAA,AuEDA;A9OLE,AkHOF,AqDAA,AuEDA,AqBpiBO,WnQ8hBIlsC,UAAT,CAAoBtO,MAApB,EAA4B;AAC1B,AkHOJ,AqDAA,AuEDA,AqBriBO,WnQ+hBIpB,MAAM,CAACY,IAAP,CAAYQ,MAAM,IAAI,EAAtB,EAA0BY,MAA1B,CAAiC,UAAUC,GAAV,EAAe0N,SAAf,EAA0B;AAChE,AkHON,AqDAA,AuEDA,AqBtiBO,anQgiBM1N,GAAG,EmQ9hBD45C,CnQ8hBI,GAAG/6C,EmQhiBf,InQgiBY,CAAU6O,SAAV,EAAqB,IAArB,EAA2B7O,MAA3B,CAAkCM,MAAM,CAACuO,SAAD,CAAxC,EAAqD,GAArD,CAAb;AACD,AkHOL,AqDAA,AuEDA,AqBpiBKrD,KnQ4hBM,EAEJ,EAFI,CAAP,ImQ5hBCA,QAAQ,CAACzH,IAAT,CAAeg3C,MAAM,CAAC6J,cAAP,GAAyBt6C,IAAzB,CAA+B,YAAM;AnQ+hBtD,AkHOH,AqDAA,AuEDA,AqBpiBM,gBAAA,OAAI,CAAC8Z,KAAL,CAAWA,KAAX,cAAwB22B,MAAM,CAACxtC,EAA/B;AjJsiBN,AqDAA,AuEDA,AqBpiBM,eAFc,EAEZlC,KAFY,CAEL,UAAC1N,CAAD,EAAO;AnQ8hBpB,AkHQF,AqDAA,AuEDA,AqBpiBM,WnQ6hBKmR,KmQ7hBL,OAAI,CAACsV,KAAL,CAAWA,EnQ6hBf,CAA+BrV,EmQ7hB3B,OnQ6hBJ,EAA0C,OmQ7hBZgsC,MAAM,CAACxtC,EAAjC,uBAAgD5P,CAAhD;AnQ8hBF,AkHQJ,AqDAA,AuEDA,W9OPWoR,SAAS,CAAC9C,IAAV,KAAmBD,oBAAoB,CAACC,IAAxC,IAAgD8C,SAAS,CAAC7C,CAAV,KAAgBF,oBAAoB,CAACE,CAArF,IAA0F6C,SAAS,CAAC5C,CAAV,KAAgBH,oBAAoB,CAACG,CAA/H,IAAoI4C,SAAS,CAAC3C,MAAV,KAAqBJ,oBAAoB,CAACI,MAA9K,IAAwL2C,SAAS,CAAC1C,KAAlM,IAA2M0C,SAAS,CAACzC,KAA5N;AACD,AkHQH,AqDAA,AuEDA,AqBriBM,uBAAOR,OAAO,CAAC/B,MAAR,CAAgBpM,CAAhB,CAAP;AjJuiBN,AqDAA,AuEDA,AqBriBM,eALc,CAAf;AnQmiBH,AkHSF,AqDAA,AuEDA,AqB9iBO,WnQsiBIqR,eAAT,CAAyBpR,IAAzB,EAA+B;AAC7B,AkHSJ,AqDAA,AuEDA,Q9ORQmR,SAAS,GAAGnR,IAAI,CAACmR,SAArB;AAAA,AkHUJ,AqDAA,AuEDA,AqB9iBI,QnQsiBIE,cAAc,GAAGrR,IAAI,CAACqR,cAD1B,0BmQriBsC;AnQqiBtC,AkHWJ,AqDAA,AuEDA,AqB/iB0C,QnQuiBlCC,SAAS,GAAGtR,IAAI,CAACsR,SAFrB;AAGA,AkHSJ,AqDAA,AuEDA,AqBziBK,QnQiiBGC,KAAK,AmQ1iBN,CAWH,EnQ+hBY;AACVJ,AkHSN,AqDAA,AuEDA,M9ORMA,SAAS,EAAE,aAAa/O,MAAb,CAAoBiP,cAAc,GAAG,CAArC,EAAwC,OAAxC;AADD,AkHWhB,AqDAA,AuEDA,AqBpjBO,KnQ0iBH;AAGA,AkHSJ,AqDAA,AuEDA,AqBrjBO,QnQ6iBCG,cAAc,GAAG,aAAapP,MAAb,CAAoB+O,SAAS,CAAC7C,CAAV,GAAc,EAAlC,EAAsC,IAAtC,EAA4ClM,MAA5C,CAAmD+O,SAAS,CAAC5C,CAAV,GAAc,EAAjE,EAAqE,IAArE,CAArB;AACA,AkHSJ,AqDAA,AuEDA,AqBtjBO,QnQ8iBCkD,UAAU,GAAG,SAASrP,MAAT,CAAgB+O,SAAS,CAAC9C,IAAV,GAAiB,EAAjB,IAAuB8C,SAAS,CAAC1C,KAAV,GAAkB,CAAC,CAAnB,GAAuB,CAA9C,CAAhB,EAAkE,IAAlE,EAAwErM,MAAxE,CAA+E+O,SAAS,CAAC9C,IAAV,GAAiB,EAAjB,IAAuB8C,SAAS,CAACzC,KAAV,GAAkB,CAAC,CAAnB,GAAuB,CAA9C,CAA/E,EAAiI,IAAjI,CAAjB;AACA,AkHSJ,AqDAA,AuEDA,AqBvjBO,QnQ+iBCgD,WAAW,GAAG,UAAUtP,MAAV,CAAiB+O,SAAS,CAAC3C,MAA3B,EAAmC,OAAnC,CAAlB;AACA,AkHSJ,AqDAA,AuEDA,AqBxjBO,QnQgjBCmD,KAAK,GAAG;AACVR,AkHSN,AqDAA,AuEDA,M9ORMA,SAAS,EAAE,GAAG/O,MAAH,CAAUoP,cAAV,EAA0B,GAA1B,EAA+BpP,MAA/B,CAAsCqP,UAAtC,EAAkD,GAAlD,EAAuDrP,MAAvD,CAA8DsP,WAA9D;AADD,AkHWhB,AqDAA,AuEDA,AqB1jBO,KnQgjBH,kDmQpiBwB,KAAKsrC,UAAL,EAZrB;AnQmjBH,AkHSJ,AqDAA,AuEDA,AqB3jBO,QnQmjBCprC,IAAI,GAAG;AACTT,AkHSN,AqDAA,AuEDA,M9ORMA,SAAS,EAAE,aAAa/O,MAAb,CAAoBkP,SAAS,GAAG,CAAZ,GAAgB,CAAC,CAArC,EAAwC,QAAxC;AADF,AkHWf,AqDAA,AuEDA,AqB7jBO,KnQmjBH;AAGA,AkHSJ,AqDAA,AuEDA,AqB9jBO,WnQsjBI;AACLC,AkHSN,AqDAA,AuEDA,AqB/jBO,MnQujBDA,KAAK,EAAEA,KADF,AmQ1iBI0rC,SAZR;AnQwjBDtrC,AkHSN,AqDAA,AuEDA,AqBnjBK/D,MnQ2iBC+D,KAAK,EAAEA,CmQ3iBR/D,InQyiBM,ImQziBE,CAACzH,IAAT,CAAe82C,SAAS,CAAC+J,cAAV,GAA4Bt6C,IAA5B,CAAkC,YAAM;AnQ4iBtDkF,AkHSN,AqDAA,AuEDA,AqBnjBM,MnQ2iBAA,IAAI,EAAEA,ImQ3iBN,OAAI,CAAC4U,KAAL,CAAWA,KAAX,cAAwBy2B,SAAS,CAACvqC,GAAlC;AnQwiBK,AkHaX,AqDAA,AuEDA,AqBnjBM,KnQuiBF,UmQziBgB,EAEZjF,KAFY,CAEL,UAAC1N,CAAD,EAAO;AnQ4iBnB,AkHSH,AqDAA,AuEDA,AqBnjBM,gBAAA,OAAI,CAACymB,KAAL,CAAWA,KAAX,gBAA0By2B,SAAS,CAACvqC,GAApC,uBAAoD3S,CAApD;AjJqjBN,AqDAA,AuEDA;A9ORE,AkHUF,AqDAA,AuEDA,AqBpjBM,WnQ2iBK8R,YmQ3iBE3D,GnQ2iBX,CAAyB/E,GmQ3iBP,CAACgD,CnQ2iBnB,EAAgC,GmQ3iBrB,CAAgBpM,CAAhB,CAAP;AnQ4iBF,AkHUJ,AqDAA,AuEDA,AqBpjBM,QnQ2iBEoR,OmQhjBY,CAAf,CnQgjBY,GAAGhI,KAAK,CAACgI,SAAtB;AAAA,AkHWJ,AqDAA,AuEDA,AqBvkBO,QnQ8jBCW,WAAW,GAAG3I,KAAK,CAAC4I,KADxB;AAAA,AkHYJ,AqDAA,AuEDA,Q9OTQA,KAAK,GAAGD,WAAW,KAAK,KAAK,CAArB,GAAyBhL,aAAzB,GAAyCgL,WAFrD;AAAA,AkHaJ,AqDAA,AuEDA,AqB7jBI,QnQojBIE,YAAY,GAAG7I,KAAK,CAAC8I,MAHzB,mCmQjjB4C;AnQijB5C,AkHcJ,AqDAA,AuEDA,AqB9jBgD,QnQqjBxCA,MAAM,GAAGD,YAAY,KAAK,KAAK,CAAtB,GAA0BlL,aAA1B,GAA0CkL,YAJvD;AAAA,AkHeJ,AqDAA,AuEDA,AqBxjBK,QnQ+iBGE,mBAAmB,GAAG/I,KAAK,CAACgJ,aALhC;AAAA,AkHgBJ,AqDAA,AuEDA,AqB5kBO,QnQmkBCA,aAAa,GAAGD,mBAAmB,KAAK,KAAK,CAA7B,GAAiC,KAAjC,GAAyCA,mBAN7D;AAOA,AkHUJ,AqDAA,AuEDA,AqB7kBO,QnQokBCjJ,GAAG,GAAG,EAAV;AkHWJ,AqDAA,AuEDA,AqB9kBO;AnQskBH,AkHUJ,AqDAA,AuEDA,AqB/kBO,QnQskBCkJ,aAAa,IAAIvR,KAArB,EAA4B;AAC1BqI,AkHUN,AqDAA,AuEDA,AqBhlBO,MnQukBDA,GAAG,IAAI,aAAa7G,MAAb,CAAoB+O,SAAS,CAAC7C,CAAV,GAAcH,CAAd,GAAkB4D,KAAK,GAAG,CAA9C,EAAiD,MAAjD,EAAyD3P,MAAzD,CAAgE+O,SAAS,CAAC5C,CAAV,GAAcJ,CAAd,GAAkB8D,MAAM,GAAG,CAA3F,EAA8F,MAA9F,CAAP;AACD,AkHUL,AqDAA,AuEDA,AqB7jBI,KnQkjBA,ImQtkBD,CAoBG,CnQojBK,IAAIE,EmQpjBFpS,CAAP,EAAU,QnQojBL,EAAmB;AACxBkJ,AkHUN,AqDAA,AuEDA,AqB7jBIgX,MnQojBEhX,GAAG,CmQpjBLgX,GnQojBS,ImQpjBF,CAACpD,KAAR,CAAe9c,CAAf,anQojBkCqC,MAAzB,CAAgC+O,SAAS,CAAC7C,CAAV,GAAcH,CAA9C,EAAiD,mBAAjD,EAAsE/L,MAAtE,CAA6E+O,SAAS,CAAC5C,CAAV,GAAcJ,CAA3F,EAA8F,OAA9F,CAAP;AACD,AkHUL,AqDAA,AuEDA,K9OXW,MAEA;AACLlF,AkHUN,AqDAA,AuEDA,AqB9jBI+wC,MnQqjBE/wC,GAAG,IAAI,aAAa7G,MAAb,CAAoB+O,AmQrjBlBosC,IAAX,CACC,InQojBqC,CAACjvC,CAAV,GAAcH,CAAlC,EAAqC,MAArC,EAA6C/L,MAA7C,CAAoD+O,SAAS,CAAC5C,CAAV,GAAcJ,CAAlE,EAAqE,MAArE,CAAP,kBmQrjBF,EAEC,oEAFD,EAGC;AnQmjBA,AkHUL,AqDAA,AuEDA,AqB3jBM,6BAAiBpO,CAAC,CAAC+c,OADpB;AjJ8jBL,AqDAA,AuEDA,AqB3jBM,oBAAQ;AnQmjBV7T,AkHUJ,AqDAA,AuEDA,AqB3jBO,InQkjBHA,GAAG,IAAI,QmQljBC,CnQkjBQ7G,MAAT,CAAgB+O,SAAS,CAAC9C,IAAV,GAAiBF,CAAjB,IAAsBgD,SAAS,CAAC1C,KAAV,GAAkB,CAAC,CAAnB,GAAuB,CAA7C,CAAhB,EAAiE,IAAjE,EAAuErM,MAAvE,CAA8E+O,SAAS,CAAC9C,IAAV,GAAiBF,CAAjB,IAAsBgD,SAAS,CAACzC,KAAV,GAAkB,CAAC,CAAnB,GAAuB,CAA7C,CAA9E,EAA+H,IAA/H,CAAP;AACAzF,AkHUJ,AqDAA,AuEDA,AqB7jBc,InQojBVA,GAAG,IAAI,UAAU7G,MAAV,CAAiB+O,SAAS,CAAC3C,MAA3B,EAAmC,OAAnC,CAAP;AACA,AkHUJ,AqDAA,AuEDA,AqBhkBK,WnQujBMvF,AmQ1jBP,GnQ0jBA;AACD,AkHUH,AqDAA,AuEDA,AqB1jBI;AjJ4jBJ,AqDAA,AuEDA;A9ORE,AkHUF,AqDAA,AuEDA,AqB1jBG,MnQijBGmJ,SAAS,AmQjjBLlE,GnQijBQ,ImQjjBD,CAACP,GAAR,CAAaC,QAAb,EAAuBlB,IAAvB,CAA6B,YAAa;AnQkjBhD4B,AkHUJ,AqDAA,AuEDA,AqB1jBI,InQijBAA,CAAC,EAAE,CADW,EmQhjBd,OAAI,CAACkY,KAAL,CAAWM,QAAX;AnQkjBAvY,AkHUJ,AqDAA,AuEDA,I9OTIA,CAAC,EAAE,CAFW;AAGdwD,AkHUJ,AqDAA,AuEDA,AqB3jBI,InQkjBAA,KAAK,EAAE,MAHO,AmQ/iBP7D,OAAO,CAAClC,OAAR,OAAAkC,OAAO,YAAd;AnQmjBA+D,AkHUJ,AqDAA,AuEDA,AqB3jBI,InQkjBAA,KmQrjBM,CnQqjBA,CmQljBJxE,CnQkjBM,ImQrjBF,CAGG,UAAC1N,CAAD,EAAO;AnQ8iBF,AkHelB,AqDAA,AuEDA,AqB3jBI,GnQ6iBF,OmQ7iBE,OAAI,CAACymB,KAAL,CAAWM,QAAX;AjJ6jBJ,AqDAA,AuEDA;A9ORE,AkHUF,AqDAA,AuEDA,AqB5jBI,WnQmjBOzU,MmQnjBAnE,GnQmjBT,CAAmBoE,GmQnjBH,CAACnG,InQmjBjB,EAA6B,AmQnjBpB,CAAgBpM,CAAhB,CAAP;AnQojBA,AkHUJ,AqDAA,AuEDA,AqB5jBI,QnQmjBIwS,CmQzjBE,CAAP,GnQyjBU,GAAGzQ,SAAS,CAACC,MAAV,GAAmB,CAAnB,IAAwBD,SAAS,CAAC,CAAD,CAAT,KAAiBoB,SAAzC,GAAqDpB,SAAS,CAAC,CAAD,CAA9D,GAAoE,IAAhF;AkHWJ,AqDAA,AuEDA,AqB5jBG,OA/CD,MA+CO;AnQojBL,AkHUJ,AqDAA,AuEDA,AqB5jBG,QnQmjBKwQ,OmQnjBEpE,CnQmjBM,CAAC2C,KmQnjBA,CAAC1E,InQmjBV,EmQnjBE,CAAgB,EnQmjBMmG,QAAQ,CAACzB,UAAT,CAAoB2B,IAApB,IAA4BD,CmQnjBlD,CAAP,GnQmjBK,CAAJ,EAAgE;AAC9DD,AkHUN,AqDAA,AuEDA,AqB5jBG,MnQmjBGA,QAAQ,CAACzB,UAAT,CAAoB2B,IAApB,GAA2B,OAA3B;AACD,AkHUL,AqDAA,AuEDA,AqB5jBE;AjJ8jBF,AqDAA,AuEDA;A9ORI,AkHUJ,AqDAA,AuEDA,W9OTWF,QAAP;AACD,AkHUH,AqDAA,AuEDA,mCqB7jBwB;AjJ+jBxB,AqDAA,AuEDA,AqB9jBwB;AnQsjBtB,AkHUF,AqDAA,AuEDA,W9OTWG,OAAT,CAAiBH,QAAjB,EAA2B;AACzB,AkHUJ,AqDAA,AuEDA,AqB/jBE,QnQsjBMA,EmQtjBA1E,MnQsjBQ,CAAC8E,CmQtjBD,EnQsjBR,CmQtjBW,EAAjB,EnQsjBuB,GAArB,EAA0B;AACxB,AkHUN,AqDAA,AuEDA,AqB9jBE,WAAK8T,EnQqjBMlU,GmQrjBX,CAAWuU,InQqjBQ,CAAClU,QAAhB,CmQrjBJ,CAA2B,oDAA3B;AnQsjBG,AkHUL,AqDAA,AuEDA,K9OXI,MAEO;AACL,AkHUN,AqDAA,AuEDA,AqB9jBE,UAAI,GnQqjBO,CAACL,QAAD,CAAP;AACD,AkHUL,AqDAA,AuEDA,AqB9jBG;AnQsjBA,AkHUH,AqDAA,AuEDA,AqBhkBM,qDAEkB,KAAK4qC,OAAL,EAFlB;AjJkkBN,AqDAA,AuEDA,AqBjkBM;AnQyjBJ,AkHUF,AqDAA,AuEDA,W9OTWtqC,eAAT,CAA0B5S,IAA1B,EAAgC;AAC9B,AkHUJ,AqDAA,AuEDA,AqBnkBM,QnQ0jBE2S,QAAQ,GAAG3S,IAAI,CAAC2S,QAApB;AAAA,AkHWJ,AqDAA,AuEDA,AqBpkBM,QnQ2jBE9B,UAAU,GAAG7Q,IAAI,CAAC6Q,UADtB;AAAA,AkHYJ,AqDAA,AuEDA,AqBrkBM,QnQ4jBEgC,IAAI,GAAG7S,CmQ1jBDm9C,GnQ0jBK,CAACtqC,EmQ5jBd,EnQ0jBF;AAAA,AkHaJ,AqDAA,AuEDA,AqBnkBIjF,QnQ0jBIkF,IAAI,AmQ1jBRlF,GnQ0jBW5N,IAAI,CAAC8S,AmQ1jBR,CAAC3M,GnQujBT,CmQvjBA,CAAeg3C,MAAM,CAAC8J,YAAP,GAAuBv6C,IAAvB,CAA6B,YAAM;AnQujBlD,AkHcJ,AqDAA,AuEDA,AqBnkBK,QnQ0jBGqG,MmQ1jBH,OAAI,CnQ0jBa,AmQ1jBZyT,GnQ0jBexmB,EmQ1jBpB,CAAWwmB,CnQ0jBa,CAACxT,GmQ1jBzB,GnQsjBD,WmQtjByBmqC,MAAM,CAACxtC,EAA/B;AnQsjBD,AkHeJ,AqDAA,AuEDA,AqBnkBK,QnQ0jBGwB,KmQ5jBW,EAEZ1D,EnQ0jBU,GAAGzN,AmQ5jBD,CAEL,GnQ0jBU,CAACmR,MmQ1jBVpR,CAAD,EnQqjBV,AmQrjBiB;AnQ2jBjB,AkHUJ,AqDAA,AuEDA,AqBnkBK,QnQ0jBGkT,MmQ1jBH,GnQ0jBY,GAAGJ,CmQ1jBX,CAAC2T,EnQ0jBc,CAACzU,EmQ1jBpB,CAAWyU,EnQ0jBZ,GmQ1jBC,gBAA0B22B,MAAM,CAACxtC,EAAjC,uBAAgD5P,CAAhD;AnQ0jBD,AkHWJ,AqDAA,AuEDA,Q9OTQmT,QAAQ,GAAGL,IAAI,CAACpP,IADpB;AAEA,AkHUJ,AqDAA,AuEDA,AqBpkBK,QnQ2jBG0P,SAAS,GAAGL,CmQ3jBR5E,GnQ2jBY,CAAC6D,GmQ3jBN,CAAC5F,CnQ2jBhB,KmQ3jBQ,CAAgBpM,CAAhB,CAAP;AnQ2jBD,AkHWJ,AqDAA,AuEDA,AqBpkBK,QnQ2jBGqT,KmQhkBW,CAAf,EnQgkBY,GAAGN,IAAI,CAACrP,IADpB;AAEA,AkHUJ,AqDAA,AuEDA,AqB7kBM,QnQokBE4P,KAAK,GAAGjC,eAAe,CAAC;AAC1BD,AkHUN,AqDAA,AuEDA,M9OTMA,SAAS,EAAEA,SADe;AAE1BE,AkHUN,AqDAA,AuEDA,AqB7kBG,MnQokBGA,cAAc,EAAE8B,SAFU,qCmQlkBS;AnQqkBnC7B,AkHUN,AqDAA,AuEDA,AqB9kByC,MnQqkBnCA,SAAS,EAAE2B;AAHe,AkHchC,AqDAA,AuEDA,AqBxkBI,KnQ2jB2B,CAA3B,KmQpkBE,CAWH;AnQ8jBC,AkHUJ,AqDAA,AuEDA,Q9OTQK,QAAQ,GAAG;AACbZ,AkHUN,AqDAA,AuEDA,AqBnlBM,MnQ0kBAA,GAAG,EAAE,MADQ;AAEb7B,AkHUN,AqDAA,AuEDA,AqBplBM,MnQ2kBAA,UAAU,EAAElP,aAAa,CAAC,EAAD,EAAKyQ,SAAL,EAAgB;AACvCI,AkHUR,AqDAA,AuEDA,AqBrlBM,QnQ4kBEA,IAAI,EAAE;AADiC,AkHY/C,AqDAA,AuEDA,AqBtlBM,OnQ2kByB;AAFZ,AkHenB,AqDAA,AuEDA,AqBvlBM,KnQykBF;AAMA,AkHUJ,AqDAA,AuEDA,Q9OTQe,2BAA2B,GAAGL,QAAQ,CAACP,QAAT,GAAoB;AACpDA,AkHUN,AqDAA,AuEDA,AqBzlBM,MnQglBAA,QAAQ,EAAEO,QAAQ,CAACP,QAAT,CAAkBpK,GAAlB,CAAsB8J,SAAtB,MmQpkBW,KAAK2qC,UAAL,EAZrB;AnQ+kBoD,AkHY1D,AqDAA,AuEDA,AqB1lBM,KnQ+kBgC,GAE9B,EAFJ;AAGA,AkHUJ,AqDAA,AuEDA,Q9OTQxpC,cAAc,GAAG;AACnBd,AkHUN,AqDAA,AuEDA,AqB5lBM,MnQmlBAA,GAAG,EAAE,GADc;AAEnB7B,AkHUN,AqDAA,AuEDA,AqB7lBM,MnQolBAA,UAAU,EAAElP,aAAa,CAAC,EAAD,EAAK0R,KAAK,CAAC1B,KAAX,CAFN;AAGnBgB,AkHUN,AqDAA,AuEDA,AqB9lBM,MnQqlBAA,QAAQ,EAAE,AmQzkBFsqC,CnQykBG5qC,QmQrlBX,CnQqlBoB,CAAC1Q,aAAa,CAAC;AACjC+Q,AkHUR,AqDAA,AuEDA,AqBllBI9E,QnQykBI8E,GAAG,CmQzkBP9E,CnQykBSsF,OmQzkBD,CnQykBS,AmQzkBR/M,CnQykBSuM,GADmB,AmQxkBrC,CAAeuqC,SAAS,CAACgK,YAAV,GAA0Bv6C,IAA1B,CAAgC,YAAM;AnQ0kBjDmE,AkHUR,AqDAA,AuEDA,AqBllBK,QnQykBGA,MmQzkBH,InQykBa,EAAElP,CmQzkBX,CAAC6kB,KAAL,CAAWA,KnQykBiB,AmQzkB5B,CnQykB6B,EAAD,EAAKtT,QAAQ,CAACrC,AmQzkBlBosC,SAAS,CnQykBL,AmQzkBMvqC,EnQykBoBW,CmQzkBtD,InQykB2D,CAACzB,IAAhC;AAFQ,AkHazC,AqDAA,AuEDA,AqBllBK,OnQskBmC,EAG/B2B,ImQ3kBU,EAEZ9F,KAFY,CAEL,UAAC1N,CAAD,EAAO,EnQskBmB,CAAd,CAAV;AAHS,AkHiBzB,AqDAA,AuEDA,AqBllBK,KnQkkBD,SmQlkBC,OAAI,CAACymB,KAAL,CAAWA,KAAX,gBAA0By2B,SAAS,CAACvqC,GAApC,uBAAoD3S,CAApD;AnQ0kBD,AkHUJ,AqDAA,AuEDA,Q9OTQ0T,cAAc,GAAG;AACnBf,AkHUN,AqDAA,AuEDA,AqBnlBK,MnQ0kBCA,GAAG,EAAE,GADc,OmQzkBbxE,OAAO,CAAC/B,MAAR,CAAgBpM,CAAhB,CAAP;AnQ2kBC8Q,AkHUN,AqDAA,AuEDA,AqBnlBK,MnQ0kBCA,OmQ/kBa,CAAf,EnQ+kBY,EAAElP,aAAa,CAAC,EAAD,EAAK0R,KAAK,CAAC9B,KAAX,CAFN;AAGnBoB,AkHUN,AqDAA,AuEDA,AqBtmBM,MnQ6lBAA,QAAQ,EAAE,CAACa,cAAD;AAHS,AkHczB,AqDAA,AuEDA,K9ObI;AAKA,AkHUJ,AqDAA,AuEDA,AqB5lBG,QnQmlBKR,MAAM,GAAG,QAAQ5Q,MAAR,CAAe2Q,cAAc,IAAIrD,YAAY,EAA7C,CAAb,GmQnlB2C;AnQolB3C,AkHUJ,AqDAA,AuEDA,AqB7lB+C,QnQolBvCgE,MAAM,GAAG,QAAQtR,MAAR,CAAe2Q,cAAc,IAAIrD,YAAY,EAA7C,CAAb;AACA,AkHUJ,AqDAA,AuEDA,AqBvlBI,QnQ8kBIiE,OAAO,GAAG;AACZjB,AkHUN,AqDAA,AuEDA,AqB3mBM,MnQkmBAA,GAAG,EAAE,MADO;AAEZ7B,AkHUN,AqDAA,AuEDA,AqB5mBM,MnQmmBAA,UAAU,EAAElP,aAAa,CAAC,EAAD,EAAKyQ,SAAL,EAAgB;AACvCzC,AkHUR,AqDAA,AuEDA,AqB7mBM,QnQomBEA,EAAE,EAAEqD,MADmC;AAEvCY,AkHUR,AqDAA,AuEDA,AqB9mBM,QnQqmBEA,SAAS,EAAE,gBAF4B;AAGvCC,AkHUR,AqDAA,AuEDA,AqB/mBM,QnQsmBEA,gBAAgB,EAAE;AAHqB,AkHc/C,AqDAA,AuEDA,AqB5lBG,OnQ+kB4B,AmQnmB7B,CnQimBgB,AmQ7kBd,OAAO9T,CAAP,EAAU;AnQolBR4S,AkHUN,AqDAA,AuEDA,AqB5lBGsN,MnQmlBGtN,EmQnlBHsN,MnQmlBW,CmQnlBJ,CnQmlBM,AmQnlBLpD,CnQmlBMvJ,ImQnlBd,CAAevT,CAAf,EnQmlBa,EAAW0T,cAAX;AAPE,AkHkBlB,AqDAA,AuEDA,K9OjBI;AASA,AkHUJ,AqDAA,AuEDA,AqB7lBGumC,QnQolBKlmC,IAAI,GAAG,gBmQplBDypC,IAAX,CACC,mEADD,EAEC,oEAFD,EAGC;AnQklBE7qC,AkHUN,AqDAA,AuEDA,AqB1lBK,MnQilBCA,GAAG,EAAE,MADI,UmQhlBO3S,CAAC,CAAC+c,OADpB;AnQmlBEnK,AkHUN,AqDAA,AuEDA,AqB1lBK,MnQilBCA,QAAQ,EAAE,CAAC,CmQjlBJ;AnQklBLD,AkHUR,AqDAA,AuEDA,AqB1lBM,QnQilBEA,GAAG,EAAE,ImQjlBF,MnQglBM;AAET7B,AkHUR,AqDAA,AuEDA,AqB5lBa,QnQmlBLA,UAAU,EAAE;AACVlB,AkHUV,AqDAA,AuEDA,AqB/lBI,SAHD,CnQylBOA,EAAE,EAAE+D;AADM,AkHYpB,AqDAA,AuEDA,AqBzlBG,SnQ4kBc;AAKTf,AkHUR,AqDAA,AuEDA,Q9OTQA,QAAQ,EAAEF,OAAO,CAACW,QAAD;AALR,AkHgBjB,AqDAA,AuEDA,AqBzlBE,OnQ0kBc,EAMPO,ImQhlBAzF,GnQ0kBO,ImQ1kBA,CAACP,GAAR,CAAaC,QAAb,EAAuBlB,IAAvB,CAA6B,YAAa;AnQwkBpC,AkHmBf,AqDAA,AuEDA,AqBzlBG,KnQukBC,GmQvkBD,OAAI,CAAC8Z,KAAL,CAAWM,QAAX;AnQilBCnU,AkHUJ,AqDAA,AuEDA,I9OTIA,QAAQ,CAACxM,IAAT,CAAc2N,IAAd,EAAoB;AAClBpB,AkHUN,AqDAA,AuEDA,AqB1lBG,MnQilBGA,GAAG,EAAE,ImQjlBDxE,EnQglBc,KmQhlBP,CAAClC,OAAR,OAAAkC,OAAO,YAAd;AnQklBG2C,AkHUN,AqDAA,AuEDA,AqB1lBG,MnQilBGA,CmQplBG,EAGJpD,KAHI,CAGG,CnQilBI,EAAE9L,OmQjlBL5B,CAAD,EAAO,GnQilBY,CAAC;AACxByS,AkHUR,AqDAA,AuEDA,AqB1lBG,QnQilBKA,AmQjlBL,InQilBS,EAAE,CmQjlBP,CAACgU,KAAL,CAAWM,MnQglBkB,EmQhlB7B;AnQklBK,AkHUR,AqDAA,AuEDA,qB9OTqB,QAAQ1kB,MAAR,CAAesR,MAAf,EAAuB,GAAvB,CAFW;AAGxBZ,AkHUR,AqDAA,AuEDA,AqB3lBG,QnQklBKA,IAAI,EAAE,CmQllBJ5E,OnQklBY9L,AmQllBL,CAAC+J,KnQklBJ,CAAe6G,AmQllBnB,CAAgBjT,CAAhB,CAAP,GnQklBW,EAAuB,GAAvB;AAHkB,AkHchC,AqDAA,AuEDA,AqB3lBG,OnQ8kB4B,AmQplBtB,CAAP,CnQwlBOqS,SAJsB;AAFP,AkHiBxB,AqDAA,AuEDA,AqB3lBE,KnQ2kBE;AAQA,AkHUJ,AqDAA,AuEDA,AqB1lBC,WnQilBU;AACLO,AkHUN,AqDAA,AuEDA,M9OTMA,QAAQ,EAAEA,QADL;AAEL9B,AkHUN,AqDAA,AuEDA,M9OTMA,UAAU,EAAEA;AAFP,AkHaX,AqDAA,AuEDA,K9OZI;AAID,AkHUH,AqDAA,AuEDA;A5HEA,AqDAA,AuEDA;A9ORE,AkHUF,AqDAA,AuEDA,W9OTWkD,gBAAT,CAA2B/T,IAA3B,EAAiC;AAC/B,AkHUJ,AqDAA,AuEDA,Q9OTQ2S,QAAQ,GAAG3S,IAAI,CAAC2S,QAApB,EmQplBmB;AnQolBnB,AkHWJ,AqDAA,AuEDA,AqB9lBuB,QnQqlBf9B,UAAU,GAAG7Q,IAAI,CAAC6Q,UADtB;AAAA,AkHYJ,AqDAA,AuEDA,Q9OTQgC,IAAI,GAAG7S,IAAI,CAAC6S,IAFhB;AAAA,AkHaJ,AqDAA,AuEDA,AqB/lBE,QnQslBM1B,SAAS,GAAGnR,IAAI,CAACmR,SAHrB;AAAA,AkHcJ,AqDAA,AuEDA,AqB/lBE,QnQslBMzO,EmQtlBF,InQslBQ,CmQtlBHu9C,EnQslBMjgD,IAAI,CAAC0C,AmQtlBhB,CAAc,KnQklBhB,YmQllBE,MAAqC,EAAzC,EAA6C;AnQulB3C,AkHUJ,AqDAA,AuEDA,AqB9lBG,QnQqlBKsR,WAAW,GAAGhD,UAAU,CAACtO,MAAD,CAA5B;AkHWJ,AqDAA,AuEDA,AqB9lBG,aAAKwkD,aAAL,CAAmB/sB,IAAnB,GAA0B,IAA1B,CAH4C,CAK5C;AnQolBC,AkHUJ,AqDAA,AuEDA,Q9OTQnmB,WAAW,CAACjS,MAAZ,GAAqB,CAAzB,EAA4B;AAC1B8O,AkHUN,AqDAA,AuEDA,AqB7lBG,MnQolBGA,MmQplBC,InQolBS,CAAC,EmQplBH,KnQolBE,AmQplBGqwC,CnQolBb,GAAsBltC,CmQplBd,CAAY,OAAZ,EnQolBR,AmQplB6B,KAAKisC,OAAL,CAAc,iBAAd,CAArB,CAAP,KAAkE,WAAtE,EAAmF;AnQqlBjF,AkHUL,AqDAA,AuEDA,AqB5lBI;AjJ8lBJ,AqDAA,AuEDA,AqB5lBI,cAAI,CAAC,KAAKiH,aAAL,CAAmBlY,MAApB,IAA8B,CAAC,KAAKkY,aAAL,CAAmB3jB,KAAtD,EAA6D;AnQolB7D,AkHUJ,AqDAA,AuEDA,AqB5lBK,QnQmlBGryB,qBAAqB,CAACC,SAAD,CAAzB,EAAsC;AACpC,AkHUN,AqDAA,AuEDA,AqB5lBK,UnQmlBKkC,CmQxlB4E,CAOlF,GnQilBW,GAAGjC,eAAe,CAAC;AAC1BD,AkHUR,AqDAA,AuEDA,Q9OTQA,SAAS,EAAEA,SADe;AAE1BE,AkHUR,AqDAA,AuEDA,Q9OTQA,cAAc,EAAEwB,IAAI,CAACd,KAFK;AAG1BT,AkHUR,AqDAA,AuEDA,AqB5lBI,QnQmlBIA,OmQnlBC41C,EnQmlBQ,EAAEr0C,IAAI,CAACd,ImQnlBpB,CAAmB4e,GAAnB,aAA6B,KAAKsvB,OAAL,CAAc,YAAd,EAA4B3gC,IAAzD,cAAiE,KAAK2gC,OAAL,CAAc,YAAd,EAA4ByF,KAA7F,cAAsG,KAAKxE,KAAL,CAAY,OAAZ,EAAqB,KAAKjB,OAAL,CAAc,iBAAd,CAArB,CAAtG,EARkF,CAUlF;AnQ8kB8B,AkHclC,AqDAA,AuEDA,AqB1lBI,OnQ6kB6B,CAA3B;AAKAttC,AkHUN,AqDAA,AuEDA,AqB1lBI,MnQilBEA,QAAQ,CAACxM,IAAT,CAAc;AACZuM,AkHUR,AqDAA,AuEDA,AqB1lBI,QnQilBIA,GAAG,EAAE,GADO;AAEZ7B,AkHUR,AqDAA,AuEDA,AqB1lBI,QnQilBIA,UAAU,EAAElP,aAAa,CAAC,EAAD,EAAK0R,KAAK,CAAC9B,KAAX,CAFb;AAGZoB,AkHUR,AqDAA,AuEDA,Q9OTQA,QAAQ,EAAE,CAAC;AACTD,AkHUV,AqDAA,AuEDA,AqB3lBI,UnQklBMA,GAAG,EAAE,AmQllBNw0C,GnQilBU,UmQjlBf,CAAmBC,IAAnB,GAA2B15C,KAA3B,CAAkC,UAAC1N,CAAD,EAAO;AnQmlBnC8Q,AkHUV,AqDAA,AuEDA,AqB3lBKoP,UnQklBKpP,EmQllBLoP,OAAO,CnQklBQ,AmQllBPyG,EnQklBS/kB,EmQllBjB,CAAa5B,CAAb,EADwC,CAExC,MnQilB8B,CAAC,EAAD,EAAKsT,KAAK,CAAC1B,KAAX,CAFhB;AAGTgB,AkHUV,AqDAA,AuEDA,U9OTUA,QAAQ,EAAE,CAAC;AACTD,AkHUZ,AqDAA,AuEDA,AqB3lBK,YnQklBOA,GAAG,CmQllBJ7J,CnQklBMgK,IAAI,CAACpP,CmQllBJ,GnQklBD,CAAUiP,GADN,gImQ/kBmB,OAAI,CAACsuC,MAAL,CAAa,eAAb,CAFtB,0CAAb,CAHwC,CASxC;AnQ6kBOruC,AkHUZ,AqDAA,AuEDA,Y9OTYA,QAAQ,EAAEE,IAAI,CAACpP,IAAL,CAAUkP,QAFX;AAGT9B,AkHUZ,AqDAA,AuEDA,AqBtlBK,YnQ6kBOA,AmQ7kBP,OAAI,CAAChI,EnQ6kBY,EAAElH,GmQ7kBnB,GAAgBw9B,OnQ6kBgB,AmQ7kBhC,CnQ6kBiC,AmQ7kBRt2B,EnQ6kBO,EAAKgK,GmQ7kBrC,CnQ6kByC,CAACpP,AmQvlBF,CAYxC,GnQ2kBqC,CAAUoN,UAAf,EAA2BwC,KAAK,CAACzB,IAAjC;AAHhB,AkHcrB,AqDAA,AuEDA,AqBplBK,WnQukBe;AAHD,AkHkBnB,AqDAA,AuEDA,S9OjBkB;AAHE,AkHsBpB,AqDAA,AuEDA,O9OrBM;AAaD,AkHUL,AqDAA,AuEDA,AqBtlBK,KnQ0jBD,MAmBO,CmQ7kBN,OAAI,CAAC/I,OAAL,GAAgBkmB,EAAhB,CAAoB,OAApB,EAA6B,sDAA7B,EAAqF,YAAM;AnQ8kB1Fpc,AkHUN,AqDAA,AuEDA,AqBtlBM,MnQ6kBAA,QAAQ,AmQ7kBR,CnQ6kBSxM,IAAT,CAAc0M,CmQ7kBV,CAACu0C,EnQ6kBa,CAAC3jD,IAAnB,ImQ7kBA;AnQ8kBD,AkHUL,AqDAA,AuEDA;A5HEA,AqDAA,AuEDA,AqBvlBM,cAAA,OAAI,CAACoF,OAAL,GAAgBwgB,IAAhB,CAAsB,sDAAtB,EAA8EzJ,MAA9E;AnQ+kBF,AkHUJ,AqDAA,AuEDA,AqBvlBM,WnQ8kBK,EmQjlBN;AnQklBCjN,AkHUN,AqDAA,AuEDA,AqBvlBK,MnQ8kBCA,KmQhmBF,GnQgmBU,EAAEA,QADL;AAEL9B,AkHUN,AqDAA,AuEDA,AqBvlBI,MnQ8kBEA,GmQhnBH,MAkCO,CnQ8kBM,EAAEA;AAFP,AkHaX,AqDAA,AuEDA,AqBvlBImpC,KnQ2kBA,4BmQ3kBWuD,IAAX,uBACe,KAAK0C,OAAL,CAAc,iBAAd,CADf,yBAEC,gFAFD,EAGC;AnQ4kBF,AkHUH,AqDAA,AuEDA,AqBplBM,+BAAmB,KAAKA,OAAL,CAAc,iBAAd,CADpB;AjJulBL,AqDAA,AuEDA,AqBplBM,+CAAmC3+C,MAAM,CAACY,IAAP,CAAa,KAAKk/C,MAAL,CAAa,OAAb,CAAb,CAFpC;AnQ8kBH,AkHUF,AqDAA,AuEDA,AqBplBM,WnQ2kBKntC,MAAT,CAAiBjU,EmQ3kBL,EnQ2kBZ,EAAuB;AACrB,AkHUJ,AqDAA,AuEDA,AqBplBO,QnQ2kBC2S,QAAQ,GAAG3S,AmQ3kBP,InQ2kBW,CAAC2S,QAApB,iHmQ5kBU;AnQ4kBV,AkHWJ,AqDAA,AuEDA,AqBplBO,QnQ2kBCE,IAAI,GAAG7S,IAAI,CAAC6S,IADhB;AAAA,AkHYJ,AqDAA,AuEDA,AqBvlBc,QnQ8kBNC,IAAI,GAAG9S,IAAI,CAAC8S,IAFhB;AAAA,AkHaJ,AqDAA,AuEDA,AqB3lBK,QnQklBGjC,GmQrlBJ,OnQqlBc,GAAG7Q,IAAI,CAAC6Q,UAHtB;AAAA,AkHcJ,AqDAA,AuEDA,AqB7kBI,QnQokBInO,MAAM,GAAG1C,IAAI,CAAC0C,MAJlB;AAAA,AkHeJ,AqDAA,AuEDA,AqB7kBG,QnQokBKyO,SAAS,GAAGnR,IAAI,CAACmR,SALrB;AkHgBJ,AqDAA,AuEDA,AqB7kBE,MAED;AnQmkBG,AkHUJ,AqDAA,AuEDA,Q9OTQD,qBAAqB,CAACC,SAAD,CAArB,IAAoC0B,IAAI,CAACqB,KAAzC,IAAkD,CAACpB,IAAI,CAACoB,KAA5D,EAAmE;AACjE,AkHUN,AqDAA,AuEDA,U9OTUnC,KAAK,GAAGc,IAAI,CAACd,KAAjB;AAAA,AkHWN,AqDAA,AuEDA,U9OTUE,MAAM,GAAGY,IAAI,CAACZ,MADlB;AAEA,AkHUN,AqDAA,AuEDA,U9OTUkC,MAAM,GAAG,emQrkBI;AnQskBf7F,AkHUR,AqDAA,AuEDA,AqB9kBE,QnQqkBMA,CAAC,CmQrkBH,CnQqkBKyD,AmQrkBJ,KnQqkBS,AmQrkBJm1C,GnQqkBOj1C,MAAR,GAAiB,CADT,AmQpkBZ,CAAmB+8B,MAAxB,EAAgC;AnQskB1BzgC,AkHUR,AqDAA,AuEDA,AqB9kBG,QnQqkBKA,CAAC,EAAE,EmQrkBH24C,aAAL,CAAmBvwB,KAAnB;AnQmkBgB,AkHanB,AqDAA,AuEDA,AqB9kBG,OnQkkBG;AAIA9lB,AkHUN,AqDAA,AuEDA,AqB9kBE,MnQqkBIA,AmQnkBL,UnQmkBe,CAAC,OAAD,CAAV,GAAsBG,UAAU,CAACrP,aAAa,CAAC,EAAD,EAAKe,MAAL,EAAa;AACzD,AkHUR,AqDAA,AuEDA,4B9OT4B,GAAGN,MAAH,CAAU+R,MAAM,CAAC7F,CAAP,GAAW6C,SAAS,CAAC7C,CAAV,GAAc,EAAnC,EAAuC,KAAvC,EAA8ClM,MAA9C,CAAqD+R,MAAM,CAAC5F,CAAP,GAAW4C,SAAS,CAAC5C,CAAV,GAAc,EAA9E,EAAkF,IAAlF;AADqC,AkHYjE,AqDAA,AuEDA,O9OXoD,CAAd,CAAhC;AAGD,AkHUL,AqDAA,AuEDA;A5HEA,AqDAA,AuEDA,qCqB/kB0B;AnQukBtB,AkHUJ,AqDAA,AuEDA,AqB/kBE,WnQskBS,AmQtkBJtD,CnQskBK,KmQtkBV,CAAa,kBAAb,EAAiC,KAAjC;AnQukBIyH,AkHUN,AqDAA,AuEDA,M9OTMA,GAAG,EAAE,KADC;AAEN7B,AkHUN,AqDAA,AuEDA,AqB/kBE,MnQskBIA,ImQtkBA,CAAC,KnQskBS,AmQtkBJovC,EnQskBMpvC,KmQtkBX,CAAc,InQokBT,YmQpkBL,CAAL,EAAsC;AnQukBlC8B,AkHUN,AqDAA,AuEDA,AqB/kBG,MnQskBGA,OmQtkBE1H,CnQskBM,EAAE0H,GmQtkBb,CAAa,SAAb,EAAwB,IAAxB;AnQmkBS,AkHcZ,AqDAA,AuEDA,AqB/kBG,KnQkkBQ,CAAP,OmQlkBIi0C,UAAL,CAAiB,MAAjB;AnQukBA,AkHUH,AqDAA,AuEDA,AqB/kBG,aAAKp4B,GAAL,CAAU,KAAK2zB,KAAL,GAAc,KAAKpiB,KAAL,CAAY,MAAZ,CAAd,CAAV;AjJilBH,AqDAA,AuEDA,AqB/kBG,OAJD,MAIO;AnQukBP,AkHUF,AqDAA,AuEDA,AqB/kBG,WnQskBQ3rB,EmQtkBHwyC,MnQskBN,CAAmB5mD,GmQtkBlB,CnQskBD,AmQtkBkB,EnQskBO,ImQtkBxB;AnQukBC,AkHUJ,AqDAA,AuEDA,AqB/kBG,QnQskBK+C,MAAM,GAAG/C,IAAI,CAAC+C,MAAlB;AAAA,AkHWJ,AqDAA,AuEDA,AqB/kBE,QnQskBMS,QAAQ,GAAGxD,IAAI,CAACwD,QADpB;AAAA,AkHYJ,AqDAA,AuEDA,Q9OTQmP,QAAQ,GAAG3S,IAAI,CAAC2S,QAFpB;AAAA,AkHaJ,AqDAA,AuEDA,Q9OTQ9B,UAAU,GAAG7Q,IAAI,CAAC6Q,UAHtB;AAAA,AkHcJ,AqDAA,AuEDA,Q9OTQwD,MAAM,GAAGrU,IAAI,CAACqU,MAJlB,WmQnkBwB;AnQwkBxB,AkHUJ,AqDAA,AuEDA,AqBhlBE,QnQukBM1E,EAAE,AmQvkBF03C,GnQukBKhzC,MAAM,AmQvkBF,GAAG,EnQukBI,GmQvkBC4rC,CnQukBZ,GAAkB,GAAG79C,AmQvkBd,CAAc,KnQukBH,CAAUW,MAAV,EAAkB,GAAlB,EAAuBX,AmQvkBlC,CAAlB,KnQukB6B,CAA8B6H,MAAM,CAACZ,YAArC,EAAmD,GAAnD,EAAwDjH,MAAxD,CAA+DoB,QAA/D,CAAlB,GAA6F6Q,MAAtG;AACA,AkHUJ,AqDAA,AuEDA,W9OTW,CAAC;AACN3B,AkHUN,AqDAA,AuEDA,AqBjlBE,MnQwkBIA,GAAG,CmQxkBH,CnQwkBK,KADC,CmQvkBC20C,SAAP,KAAqB,QAArB,IAAiCA,SAAS,KAAK,EAAnD,EAAuD;AnQykBnDx2C,AkHUN,AqDAA,AuEDA,AqBjlBG,MnQwkBGA,MmQxkBGsxC,InQwkBO,CmQxkBF,CnQwkBI,EmQxkBD,KAAKA,KAAL,CAAYkF,SAAZ,CAAd;AnQykBKt4C,AkHUR,AqDAA,AuEDA,Q9OTQA,KAAK,EAAE;AADG,AkHYlB,AqDAA,AuEDA,AqBllBG,OnQqkBS,KmQrkBL,OAAOozC,KAAP,KAAiB,WAArB,EAAkC;AnQ0kB/BxvC,AkHUN,AqDAA,AuEDA,AqBllBI,MnQykBEA,QAAQ,CmQzkBL1H,CnQykBO,CAAC,ImQzkBb,CAAa,kBAAb,EAAiC,IAAjC;AnQ0kBIyH,AkHUR,AqDAA,AuEDA,AqBjlBI,QnQwkBIA,GAAG,EAAE,EmQxkBJqtB,KAAL,CnQukBa,AmQvkBD;AnQykBRlvB,AkHUR,AqDAA,AuEDA,AqBjlBKsxC,QnQwkBGtxC,ImQxkBHsxC,KAAK,CnQwkBQ,CmQxkBNkF,CnQwkBQ1lD,aAAa,CAAC,EAAD,EAAKkP,UAAL,EAAiB;AACxClB,AkHUV,AqDAA,AuEDA,AqBnlBgB,UnQ0kBNA,CmQ1kBN,CnQ0kBQ,EAAEA;AADoC,AkHYlD,AqDAA,AuEDA,AqBhlBI,SnQqkB6B,CAFhB,KmQnkBR9G,OAAL,GAAgBwgB,IAAhB,CAAsB,gCAAtB,EAAwDi+B,QAAxD,CAAkE,eAAlE;AnQwkBI30C,AkHUR,AqDAA,AuEDA,AqB/kBI,QnQskBIA,OmQtkBC9J,CnQskBO,EAAE8J,ImQtkBd,GAAgB0W,IAAhB,CAAsB,+BAAtB,EAAuDi+B,QAAvD,CAAiE,eAAjE;AnQikBa,AkHgBjB,AqDAA,AuEDA,AqB9kBI,OnQ+jBY,QmQ/jBPV,UAAL,CAAiB,MAAjB;AnQ0jBQ,AkHsBZ,AqDAA,AuEDA,AqB7kBI,KnQwjBO,CAAP,SmQxjBKp4B,GAAL,CAAU,KAAK2zB,KAAL,GAAc,KAAKpiB,KAAL,CAAY,MAAZ,CAAd,CAAV;AnQqkBD,AkHUH,AqDAA,AuEDA,AqB5kBI;AjJ8kBJ,AqDAA,AuEDA,AqB5kBI;AnQokBF,AkHUF,AqDAA,AuEDA,AqB5kBG,WnQmkBQzrB,qBAAT,CAA+BrR,MAA/B,EAAuC;AACrC,AkHUJ,AqDAA,AuEDA,Q9OTQsR,aAAa,GAAGtR,MAAM,CAACD,KAA3B;AAAA,AkHWJ,AqDAA,AuEDA,AqB7kBE,QnQokBM6P,GmQpkBD00C,CnQokBK,GAAGhzC,UmQpkBb,GnQokB0B,CAAC1B,IADzB;AAAA,AkHYJ,AqDAA,AuEDA,AqB7kBE,QnQokBMC,IAAI,GAAGyB,aAAa,CAACzB,IAFzB;AAAA,AkHaJ,AqDAA,AuEDA,AqB5kBC,QnQmkBO/P,MAAM,GAAGE,MAAM,CAACF,MAHpB;AAAA,AkHcJ,AqDAA,AuEDA,Q9OTQS,QAAQ,GAAGP,MAAM,CAACO,QAJtB;AAAA,AkHeJ,AqDAA,AuEDA,Q9OTQ2N,SAAS,GAAGlO,MAAM,CAACkO,SALvB;AAAA,AkHgBJ,AqDAA,AuEDA,Q9OTQkD,MAAM,GAAGpR,MAAM,CAACoR,MANpB;AAAA,AkHiBJ,AqDAA,AuEDA,Q9OTQG,KAAK,GAAGvR,MAAM,CAACuR,KAPnB;AAAA,AkHkBJ,AqDAA,AuEDA,Q9OTQxB,MAAM,GAAG/P,MAAM,CAAC+P,MARpB;AAAA,AkHmBJ,AqDAA,AuEDA,Q9OTQyB,OAAO,GAAGxR,MAAM,CAACwR,OATrB;AAAA,AkHoBJ,AqDAA,AuEDA,Q9OTQC,KAAK,GAAGzR,MAAM,CAACyR,KAVnB;AAAA,AkHqBJ,AqDAA,AuEDA,Q9OTQC,iBAAiB,GAAG1R,MAAM,CAAC2R,SAX/B;AAAA,AkHsBJ,AqDAA,AuEDA,Q9OTQA,SAAS,GAAGD,iBAAiB,KAAK,KAAK,CAA3B,GAA+B,KAA/B,GAAuCA,iBAZvD;AkHuBJ,AqDAA,AuEDA;A9ORI,AkHUJ,AqDAA,AuEDA,Q9OTQ3U,IAAI,GAAG8S,IAAI,CAACoB,KAAL,GAAapB,CmQtkBV00C,GnQskBH,GAAoB30C,EmQtkBT,EnQskBtB;AAAA,AkHWJ,AqDAA,AuEDA,AqBhlB0B,QnQukBlBd,KAAK,GAAG/R,IAAI,CAAC+R,KADjB;AAAA,AkHYJ,AqDAA,AuEDA,Q9OTQE,MAAM,GAAGjS,IAAI,CAACiS,MAFlB;AkHaJ,AqDAA,AuEDA,AqBjlBE,UAAIu1C,MAAM,KAAK,IAAf,EAAqB;AnQykBnB,AkHUJ,AqDAA,AuEDA,AqBjlBG,QnQwkBK3yC,UAAU,GAAG,QAAQzS,MAAR,CAAewN,IAAI,CAACkF,IAAL,CAAU/C,KAAK,GAAGE,MAAR,GAAiB,EAA3B,CAAf,CAAjB;AACA,AkHUJ,AqDAA,AuEDA,AqBjlBG,QnQwkBK8C,ImQxkBC0yC,KnQwkBQ,GAAG,AmQxkBH,CnQwkBIx9C,EmQxkBD,InQwkBO,CAACX,AmQxkBHg0C,UAAL,CAAiB,KnQwkBjB,EAA0B95C,QAAQ,AmQxkBlC,GnQwkBqC,CmQxkBD,EnQwkBIpB,EmQxkBzD,InQwkBsD,CAAU6H,MAAM,CAACZ,YAAjB,EAA+B,GAA/B,EAAoCjH,MAApC,CAA2CoB,QAA3C,CAAH,GAA0D,EAA5F,EAAgGqR,UAAhG,EAA4GxS,MAA5G,CAAmH,UAAU2S,CAAV,EAAa;AAC9I,AkHUN,AqDAA,AuEDA,AqBjlBG,YAAIiwB,CnQwkBMvwB,KAAK,CAACO,CmQxkBJ,GAAG6U,GnQwkBL,CAAcjpB,AmQxkBL,CAAC6mD,GAAL,GnQwkBL,CAAsB1yC,CAAtB,AmQxkBmByyC,MnQwkBU,CAAC,CAArC,AmQxkBH;AnQykBE,AkHUL,AqDAA,AuEDA,AqBhlBG,KnQqkBiB,EAEbrlD,MAFa,AmQrkBZ6I,CnQukBMyJ,KAAK,AmQvkBhB,CnQukBiBO,AmQvkBJ,OnQqkBI,EAESzE,IAFT,CAEc,GAFd,CAAhB,AmQrkBD,EAAiC,YAAM;AnQwkBtC,AkHUJ,AqDAA,AuEDA,AqBhlBI,QnQukBI0E,MmQvkBEwyC,CnQukBK,EmQvkBF,CnQukBK,EmQvkBF59B,IAAI,CAAC49B,GAAL,KAAcziB,QAA1B,CADsC,CACF;AnQwkBlCtyB,AkHUN,AqDAA,AuEDA,M9OTMA,QAAQ,EAAE,EADE;AAEZ9B,AkHUN,AqDAA,AuEDA,AqBjlBI,MnQwkBEA,QmQxkBE62C,EnQwkBQ,CmQxkBL,CnQwkBO/lD,EmQxkBJ8lD,QAAV,EAAoB,CnQwkBO,AmQvkB1B,CnQukB2B,EAAD,EAAK/yC,KAAK,CAAC7D,UAAX,EAAuB;AAC9C,AkHUR,AqDAA,AuEDA,AqBhlBK,uBnQukBkB9N,MAD+B;AAE9C,AkHUR,AqDAA,AuEDA,AqBhlBK,qBnQukBgBS,QAFiC;AAG9C,AkHUR,AqDAA,AuEDA,iB9OTiBuR,SAHqC;AAI9C,AkHUR,AqDAA,AuEDA,AqBjlBI,UAAA,MnQwkBYL,CmQxkBR,CAAC0tC,GnQwkBY,CAACvxC,GmQxkBlB,GAAgBnE,InQwkBJ,AmQxkBZ,CnQwkB6ByI,AmQxkBP,InQwkBV,IAAyB,ImQxkBT,CnQokBsB;AAK9C,AkHUR,AqDAA,AuEDA,AqBjlBK8vB,YAAAA,KnQwkBY,GmQxkBJ,IAAIwiB,QAAZ,anQmkBiD;AAM9C,AkHUR,AqDAA,AuEDA,AqBjlBK/8C,YAAAA,OnQwkBc,GmQxkBJ,CAAE,GnQwkBStI,ImQxkBL,CAAC6I,CnQwkBH,CAAc8G,ImQxkBhB,CnQwkBE,AmQxkBW,EnQwkBU,GAArB,EAA0B3P,MAA1B,CAAiC6P,ImQxkBnC,CAAF,CnQwkBI,CmQxkBgCrC,IAAI,CAAC8xC,GAAL,CAAU,CAAV,EAAa+F,QAAQ,GAAGC,GAAxB,CAApC,CAAV,CAF2B,CAEkD;AnQkkB5B,AkHiBtD,AqDAA,AuEDA,AqBjlBK,OnQikB0B,ImQpkB3B,EAGGj6C,KAHH,CAGU,YAAM,CACf;AnQ8jBa,AkHoBlB,AqDAA,AuEDA,AqBhlBK,KnQ6jBD;AkHqBJ,AqDAA,AuEDA,AqBhlBK,WAND;AnQ8kBA,AkHUJ,AqDAA,AuEDA,AqBhlBI,QnQukBImH,CmQplBL,QnQolBC,EAAe;AACbM,AkHUN,AqDAA,AuEDA,AqBhlBGxK,MnQukBGwK,EmQvkBHxK,KnQukBU,CAACmG,ImQvkBD,CAAE,KnQukBT,AmQvkBc5F,CnQukBKhE,KmQvkBV,CAAa,OnQukBtB,IAAoC,EAApC,KmQvkBS,CAAF,EAAoCwgD,QAApC,CAAV;AnQwkBE,AkHUL,AqDAA,AuEDA,AqBhlBG,aAAK5+C,OAAL,GAAgBwgB,IAAhB,CAAsB,uEAAtB,EAA+F7E,IAA/F,CAAqG,KAAKw8B,MAAL,CAAa,MAAb,CAArG;AjJklBH,AqDAA,AuEDA,AqBhlBG,aAAKn4C,OAAL,GAAgBwgB,IAAhB,CAAsB,qEAAtB,EAA6Fs+B,WAA7F,CAA0G,0CAA1G;AnQwkBC,AkHUJ,AqDAA,AuEDA,AqBhlBG,OAtBD,CnQ6lBMnzC,KAAJ,AmQvkBK,EnQukBMU,OAAO,CAACvC,QAAR,CAAiBxM,IAAjB,CAAsB;AAC/BuM,AkHUN,AqDAA,AuEDA,AqBhlBGib,MnQukBGjb,EmQvkBHib,CnQukBM,EAAE,OAD0B,EmQtkBtB,CAAE,KAAK1iB,MAAL,CAAa,kBAAb,CAAF,CAAZ;AnQwkBG4F,AkHUN,AqDAA,AuEDA,AqBhlBG,MnQukBGA,OmQvkBE5F,GnQukBQ,EAAE,CmQvkBf,CAAa,kBAAb,EAAiC,IAAjC;AnQwkBK0E,AkHUR,AqDAA,AuEDA,AqBhlBG,QnQukBKA,EAAE,EAAEuF,CmQvkBJrM,MnQukBW,CAACgI,AmQvkBjB,GAAgBwY,IAAhB,CAAsB,EnQukBb,CAAmB,iBAAnB,KAAyC,SAASjnB,MAAT,CAAgBqS,OAAO,IAAI/E,YAAY,EAAvC,KmQvkBlD,EAA+F8U,IAA/F,CAAqG,KAAKw8B,MAAL,CAAa,UAAb,CAArG;AnQskBe,AkHYlB,AqDAA,AuEDA,AqBhlBG,OnQmkBkC,MmQnkB7Bn4C,OAAL,GAAgBwgB,IAAhB,CAAsB,qEAAtB,EAA6Fs+B,WAA7F,CAA0G,0CAA1G;AnQwkBGh1C,AkHUN,AqDAA,AuEDA,AqBhlBG,MnQukBGA,QAAQ,EAAE,CAAC6B,KAAD;AALqB,AkHgBrC,AqDAA,AuEDA,AqBhlBE,KnQikBa;AkHiBf,AqDAA,AuEDA,AqB/kBC;AnQukBG,AkHUJ,AqDAA,AuEDA,Q9OTQY,IAAI,GAAGzT,aAAa,CAAC,EAAD,EAAKuT,OAAL,EAAc;AACpCnS,AkHUN,AqDAA,AuEDA,M9OTMA,MAAM,EAAEA,MAD4B;AAEpCS,AkHUN,AqDAA,AuEDA,M9OTMA,QAAQ,EAAEA,QAF0B;AAGpCqP,AkHUN,AqDAA,AuEDA,M9OTMA,IAAI,EAAEA,IAH8B;AAIpCC,AkHUN,AqDAA,AuEDA,M9OTMA,IAAI,EAAEA,IAJ8B;AAKpCE,AkHUN,AqDAA,AuEDA,M9OTMA,MAAM,EAAEA,MAL4B;AAMpC7B,AkHUN,AqDAA,AuEDA,M9OTMA,SAAS,EAAEA,SANyB;AAOpCkD,AkHUN,AqDAA,AuEDA,M9OTMA,MAAM,EAAEA,MAP4B;AAQpC3R,AkHUN,AqDAA,AuEDA,M9OTMA,MAAM,EAAEgS,KAAK,CAAChS,kBmQzkBO;AnQikBe,AkHmB1C,AqDAA,AuEDA,AqBllBE,KnQgkB0B,CAAxB,ImQhkBE,KAAKuI,MAAL,CAAa,SAAb,CAAJ,EAA6B;AjJolB/B,AqDAA,AuEDA,AqBllBG;AnQ0kBC,AkHUJ,AqDAA,AuEDA,AqBllBG,QnQykBK9B,ImQzkBD,CnQykBM,GAAG2J,CmQzkBJ7H,GnQykBQ,CAACiJ,EmQzkBd,CAAa,EnQykBJ,IAAcrB,IAAI,CAACqB,KAAnB,EmQzkBT,CnQykBoCtB,KmQzkBC,IAAzC,EAA+C,InQykBQ,CAACwC,IAAD,CAA1C,GAAmDrB,gBAAgB,CAACqB,IAAD,CAA/E;AAAA,AkHWJ,AqDAA,AuEDA,AqBllBI,QnQykBIzC,OmQzkBC9J,CnQykBO,GAAGM,GmQzkBf,EnQykBoB,CAACwJ,AmQzkBL0W,IAAhB,CAAsB,GnQwkBtB,2EmQxkBA,EAAsG7E,IAAtG,CAA4G,KAAKw8B,MAAL,CAAa,MAAb,CAA5G;AnQwkBA,AkHYJ,AqDAA,AuEDA,AqBllBI,QnQykBInwC,OmQzkBChI,GnQykBS,GAAGM,CmQzkBjB,GAAgBkgB,CnQykBM,CAACxY,EmQzkBvB,CAAsB,OnQukBtB,qEmQvkBA,EAAoG82C,WAApG,CAAiH,iEAAjH;AjJolBJ,AqDAA,AuEDA,AqBllBI,eAAK9+C,OAAL,GAAgBwgB,IAAhB,CAAsB,+BAAtB,EAAuDu+B,WAAvD,CAAoE,aAApE;AnQ0kBAxyC,AkHUJ,AqDAA,AuEDA,AqBllBI,InQykBAA,IAAI,CAACzC,MmQzkBA9J,EnQykBL,GAAgB8J,EmQzkBhB,GAAgB0W,GnQykBhB,CmQzkBA,CAAsB,6BAAtB,EAAqDk0B,IAArD;AnQ0kBAnoC,AkHUJ,AqDAA,AuEDA,AqBllBI,InQykBAA,IAAI,CAACvE,MmQzkBA5F,InQykBL,EmQzkBA,CnQykBkB4F,AmQzkBL,UnQykBb,QmQzkBA,EAAiC,KAAjC;AjJolBJ,AqDAA,AuEDA,AqBllBI,SAND,MAMO;AnQ0kBN,AkHUJ,AqDAA,AuEDA,AqBllBI,QnQykBIwD,MAAJ,CmQzkBKxL,CnQykBO,MmQzkBZ,GAAgBwgB,IAAhB,CAAsB,8EAAtB,EAAsG7E,IAAtG,CAA4G,KAAKw8B,MAAL,CAAa,MAAb,CAA5G;AnQ0kBE,AkHUN,AqDAA,AuEDA,AqBllBI,anQykBS5sC,EmQzkBJvL,MnQykBY,CAACuM,AmQzkBlB,GAAgBiU,CnQykBC,CAAf,EmQzkBF,CAAsB,4EAAtB,EAAoGs+B,WAApG,CAAiH,uEAAjH;AnQ0kBC,AkHUL,AqDAA,AuEDA,AqBllBI,KnQukBA,MAEO,ImQzkBF9+C,OAAL,GAAgBwgB,IAAhB,CAAsB,+BAAtB,EAAuDi+B,QAAvD,CAAiE,aAAjE;AnQ0kBE,AkHUN,AqDAA,AuEDA,AqBllBI,anQykBSrzC,EmQzkBJpL,InQykBU,CAACuM,EmQzkBhB,EnQykBe,CAAb,AmQzkBciU,IAAhB,CAAsB,6BAAtB,EAAqDw+B,IAArD;AnQ0kBC,AkHUL,AqDAA,AuEDA,AqBllBI,eAAK58C,MAAL,CAAa,kBAAb,EAAiC,IAAjC;AnQ0kBD,AkHUH,AqDAA,AuEDA,AqBllBI;AjJolBJ,AqDAA,AuEDA,AqBllBG;AnQykBD,AkHWF,AqDAA,AuEDA,AqBllBE,WnQwkBSoK,sBAAT,CAAgCpS,MAAhC,EAAwC;AACtC,AkHWJ,AqDAA,AuEDA,Q9OVQiS,OAAO,GAAGjS,MAAM,CAACiS,OAArB;AAAA,AkHYJ,AqDAA,AuEDA,Q9OVQnD,KAAK,GAAG9O,MAAM,CAAC8O,KADnB;AAAA,AkHaJ,AqDAA,AuEDA,Q9OVQE,MAAM,GAAGhP,MAAM,CAACgP,EmQzkBTmV,InQukBX,MmQvkBqB;AnQukBrB,AkHcJ,AqDAA,AuEDA,AqBplByB,QnQ0kBjBjW,SAAS,GAAGlO,MAAM,CAACkO,SAHvB;AAAA,AkHeJ,AqDAA,AuEDA,Q9OVQqD,KAAK,GAAGvR,MAAM,CAACuR,KAJnB;AAAA,AkHgBJ,AqDAA,AuEDA,AqBplBE,QnQ0kBME,KAAK,GAAGzR,MAAM,CAACyR,KALnB;AAAA,AkHiBJ,AqDAA,AuEDA,AqBplBE,QnQ0kBMY,kBAAkB,GAAGrS,MAAM,CAAC2R,SANhC;AAAA,AkHkBJ,AqDAA,AuEDA,AqBplBE,QnQ0kBMA,GmQ1kBD4qC,MnQ0kBU,CmQ1kBf,CAAa58B,CnQ0kBKtN,EmQ1kBlB,CAAkB,UAAlB,EAA8B5I,GnQ0kBM,CmQ1kBpC,CAAoC,GnQ0kBK,KAAK,CAA5B,CmQ1kBmBo7C,EnQ0kBa,KAAhC,GAAwCxyC,ImQ1kBtB,EAAoB,YnQmkBtD;AkHmBJ,AqDAA,AuEDA,AqBplBG,QAAA,OAAI,CAACiqC,YAAL,GAAoB,qBAAO,OAAI,CAACA,YAAZ,EAA0BuI,cAA1B,CAApB;AnQ2kBC,AkHWJ,AqDAA,AuEDA,AqBplBG,OAFD,CnQ4kBMj3C,CmQ1kBHpD,KAFH,CAEU,GnQ0kBM,GAAG9L,ImQ1kBR5B,CAAD,EAAO,MnQ0kBe,CAAC,EAAD,EAAK2U,KAAK,CAAC7D,UAAX,EAAuB2D,KAAK,GAAG;AAC3D,AkHWN,AqDAA,AuEDA,AqBplBGyL,QAAAA,OnQ0kBYzL,AmQ1kBL,CAACkS,IAAR,CAAc,uGAAd,EAAuH3mB,CAAvH;AnQykB8D,AkHajE,AqDAA,AuEDA,K9OZ8D,GAEtD,EAF0B,EAEtB;AACN,AkHWN,AqDAA,AuEDA,AqBrlBG,QAAA,OnQ2kBY2U,AmQ3kBR,CAAC8qC,InQ2kBY,CAACvqC,EmQ3kBlB,CAAaqd,GAAb,CnQ2kBY,AmQ3kBM,CnQ2kBQ9hB,IAAd,CAAmB,GAAnB,CmQ3kBZ,EAA8B,OAAI,CAAC+uC,YAAnC;AnQ0kBS,AkHaZ,AqDAA,AuEDA,AqBrlBG,KnQukB+B,CAA9B,CmQ5kBF,EAJuB,CAWvB;AjJqlBF,AqDAA,AuEDA;A9OTI,AkHWJ,AqDAA,AuEDA,AqBhmByB,QnQslBjB3qC,SAAJ,EAAe,gCmQ1kBO,KAAKopC,WAZN;AnQulBnBntC,AkHWN,AqDAA,AuEDA,AqBjmByB,MnQulBnBA,UAAU,CAAC5J,aAAD,CAAV,GAA4B,EAA5B;AACD,AkHWL,AqDAA,AuEDA;A5HEA,AqDAA,AuEDA,AqBnmByB;AnQ0lBrB,AkHWJ,AqDAA,AuEDA,AqBxlBE,QnQ8kBMvE,MAAM,GAAGf,aAAa,CAAC,EAAD,EAAK+S,KAAK,CAAChS,MAAX,CAA1B,kBmQ9kBwC;AjJ0lB5C,AqDAA,AuEDA,AqBzlB4C,cAA/Bu6C,SAA+B;AnQglBxC,AkHWJ,AqDAA,AuEDA,Q9OVQ/rC,qBAAqB,CAACC,SAAD,CAAzB,EAAsC;AACpCzO,AkHWN,AqDAA,AuEDA,AqB1lBG,MnQglBGA,MAAM,CAAC,CmQhlBN,OAAO7C,GnQglBF,CAAN,EmQhlBc,CnQglBQgS,AmQhlBPosC,cAAP,CnQglB6B,AmQhlBPr7B,CnQglBQ,EmQhlB9B,CAA2Bq6B,SAAS,CAACvqC,GAArC,CAAP,KAAqD,WAAzD,EAAsE;AnQilBjEvB,AkHWR,AqDAA,AuEDA,AqB1lBI8rC,QnQglBI9rC,ImQhlBJ8rC,KnQglBa,EAAE9rC,EmQhlBN,CAAC0sC,MnQ+kB8B,AmQ/kBxC,GAAmB,IAAnB;AnQilBI1rC,AkHWR,AqDAA,AuEDA,AqB1lBItS,QnQglBIsS,ImQhlBJtS,MAAM,CAACo+C,EnQglBU,EAAE,IAFqB,MmQ9kBxC,CAAsBvoB,MAAtB,CAA8BunB,SAAS,CAACvqC,GAAxC,EAA6CuqC,SAA7C;AnQilBIlrC,AkHWR,AqDAA,AuEDA,AqB1lBI,QnQglBIA,GmQnlBL,EnQmlBU,EAAEA,EmQhlBL,GnQ6kBkC;AAIpCE,AkHWR,AqDAA,AuEDA,AqB1lBI+nC,QnQglBI/nC,MAAM,EAAEA,mBmQhlBDsrC,IAAX,0CACkCN,SAAS,CAACvqC,GAD5C,SAEC,kHAFD,EAGC;AnQykBuC,AkHgB5C,AqDAA,AuEDA,AqBvlBM,OnQwkBqC,CAArC,yBmQxkBmBuqC,SADpB;AnQ+kBCv6C,AkHWN,AqDAA,AuEDA,AqBvlBM,MnQ6kBAA,MAAM,CAAC,SmQ7kBC,UnQ6kBF,CAAN,GAA8BA,MAAM,CAAC,WAAD,CAApC;AACD,AkHWL,AqDAA,AuEDA,AqBvlBO,qBAAK,8JADE;AjJ0lBd,AqDAA,AuEDA,AqBvlBO,oKAGsCu6C,SAAS,CAACvqC,GAHhD;AnQ8kBH,AkHWJ,AqDAA,AuEDA,AqB1lBc,QnQglBNsB,WAAW,GAAGhD,UAAU,CAACtO,MAAD,CAA5B;AkHYJ,AqDAA,AuEDA,AqB7lBK,aAHD;AnQulBA,AkHWJ,AqDAA,AuEDA,AqBhlBI,QnQskBIsR,WAAW,CAACjS,MAAZ,GAAqB,CAAzB,EAA4B;AAC1B8O,AkHWN,AqDAA,AuEDA,AqBhlBG,MnQskBGA,GmQzmBmB,CAqCvB,MnQokBc,CAAC,OAAD,CAAV,GAAsBmD,WAAtB;AACD,AkHWL,AqDAA,AuEDA,AqB9kBE;AjJglBF,AqDAA,AuEDA,AqB9kBE;AnQqkBE,AkHWJ,AqDAA,AuEDA,AqB9kBE,QnQokBM/K,GAAG,GAAG,EAAV;AACAA,AkHWJ,AqDAA,AuEDA,AqB9kBE,InQokBEA,GAAG,CAAC9C,IAAJ,CAAS;AACPuM,AkHWN,AqDAA,AuEDA,AqB9kBE,MnQokBIA,GAAG,EAAE,MADE;AAEP7B,AkHWN,AqDAA,AuEDA,M9OVMA,UAAU,EAAEA,UAFL;AAGP8B,AkHWN,AqDAA,AuEDA,AqB1nByB,MnQgnBnBA,QAAQ,EAAE,CAACuC,OAAD;AAHH,AkHeb,AqDAA,AuEDA,AqB3nByB,KnQ6mBrB;AkHgBJ,AqDAA,AuEDA,AqB5nByB;AnQmnBrB,AkHWJ,AqDAA,AuEDA,AqB7nByB,QnQmnBjBV,KAAJ,EAAW;AACTvL,AkHWN,AqDAA,AuEDA,AqB9nByB,MnQonBnBA,GAAG,CAAC9C,IAAJ,CAAS;AACPuM,AkHWR,AqDAA,AuEDA,Q9OVQA,GAAG,EAAE,MADE;AAEP7B,AkHWR,AqDAA,AuEDA,AqBrlBE,QnQ2kBMA,EmQ3kBF,KAAKovC,GnQ2kBO,EAAE,EmQ3kBd,CAAc,gBAAd,CAAJ,EAAqC;AnQ4kB7B1qC,AkHWV,AqDAA,AuEDA,AqBrlBG,UnQ2kBOA,EmQ3kBH,CAACsa,EnQ2kBO,EAAE,cmQ3kBAI,QAAT,EAAD,IAAyB,CAACJ,kBAASK,OAAT,EAA1B,IAAiDL,kBAASk4B,cAAT,EAArD,EAAiF;AnQ0kBhE,AkHapB,AqDAA,AuEDA,AqBrlBI,SnQukBW;AAKPp1C,AkHWR,AqDAA,AuEDA,AqBrlBI,QnQ2kBIA,QAAQ,EAAE,CAAC6B,KAAD;AALH,AkHiBf,AqDAA,AuEDA,AqBrlBI,OnQqkBE;AAOD,AkHWL,AqDAA,AuEDA,AqBrlBIvU,UAAAA,SAAS,CAAC+nD,aAAV,CAAwBC,QAAxB,CAAkC,mBAAmB,KAArD,EAA4Dv7C,IAA5D,CAAkE,UAACw7C,YAAD,EAAkB;AjJulBxF,AqDAA,AuEDA,AqBplBK;AnQ2kBD,AkHWJ,AqDAA,AuEDA,AqBplBKA,WnQ0kBMj/C,CmQ1kBNi/C,EnQ0kBD,UmQ1kBa,CAACC,aAAb,GAA6B,YAAM;AnQ2kBrC,AkHWH,AqDAA,AuEDA,AqBplBM,kBAAMC,MAAM,GAAGF,YAAY,CAACG,UAA5B;AjJslBN,AqDAA,AuEDA;A9OVE,AkHYF,AqDAA,AuEDA,AqBrlBMD,WnQ0kBK5yC,GmQ1kBL4yC,MAAM,CAACE,aAAP,EnQ0kBJ,CAAmCrlD,AmQ1kBR,MnQ0kB3B,EAA2C,ImQ1kBV;AnQ2kB/B,AkHYJ,AqDAA,AuEDA,AqBrlBO,QnQ0kBCiS,OAAO,GAAGjS,MAAM,CAACiS,OAArB;AAAA,AkHaJ,AqDAA,AuEDA,AqBrlBO,QnQ0kBCV,KAAK,GAAGvR,MAAM,CAACuR,KADnB;AAAA,AkHcJ,AqDAA,AuEDA,AqBrlBO,QnQ0kBCE,KAAK,GAAGzR,MAAM,CAACyR,KAFnB;AkHeJ,AqDAA,AuEDA,AqBrlBO,oBAAI0zC,MAAM,CAACroB,KAAP,KAAiB,WAArB,EAAkC;AnQ2kBrC,AkHYJ,AqDAA,AuEDA,AqBrlBQ,QnQ0kBAlvB,UAAU,GAAGlP,CmQ1kBT1B,SAAS,CAAC+nD,EnQ0kBY,CAAC,EAAD,EAAKtzC,KAAK,CAAC7D,AmQ1kBjC,CAAwB03C,SnQ0kBF,CmQ1kB1B,CnQ0kBiD/zC,CmQ1kBT,InQ0kBc,GAAG;AAC3D,AkHYN,AqDAA,AuEDA,AqBrlBS,enQ0kBMA,SmQ1kBA3L,OAAO,iJAEmB,OAAI,CAACm4C,MAAL,CAAa,YAAb,CAFnB,0DAAb;AnQykBwD,AkHcjE,AqDAA,AuEDA,K9Ob8D,GAEtD,EAF0B,EAEtB;AACN,AkHYN,AqDAA,AuEDA,AqBllBS,enQukBMtsC,KAAK,AmQvkBX,CnQukBYO,MmQvkBR,CnQukBE,AmQvkBDpM,CnQukBe2H,IAAd,CAAmB,CmQvkBzB,EnQukBM,CmQvkBU2uB,OAAhB,CAAyBt2B,OAAzB;AnQskBG,AkHcZ,AqDAA,AuEDA,K9OfkC,CAA9B;AkHiBJ,AqDAA,AuEDA,AqBnlBS,oBAAA,OAAI,CAACA,OAAL,GAAgBkmB,EAAhB,CAAoB,OAApB,EAA6B,mDAA7B,EAAkF,YAAM;AnQykB7F,AkHYJ,AqDAA,AuEDA,AqBnlBU,QnQwkBF/a,WAAW,GAAGhD,AmQxkBZ,OAAI,CAACnI,EnQwkBiB,CAAC6L,ImQxkBvB,CnQwkB4B,CAAChS,CmQxkBb2mB,IAAhB,CnQwkBsB,AmQxkBA,CnQwkB5B,kDmQxkBM,EAA2EzJ,MAA3E;AjJqlBV,AqDAA,AuEDA,AqBnlBU,qBAFD;AnQ2kBL,AkHYJ,AqDAA,AuEDA,AqBnlBS,QnQwkBD5L,WAAW,CAACjS,MAAZ,GAAqB,CAAzB,EAA4B;AAC1B8O,AkHYN,AqDAA,AuEDA,AqBnlBQ,MnQwkBFA,UAAU,CAAC,OAAD,CAAV,GAAsBmD,WAAtB;AACD,AkHYL,AqDAA,AuEDA,AqBnlBO,eAjBD;AjJsmBN,AqDAA,AuEDA,AqBnlBM,aApBD;AnQ6lBD,AkHYJ,AqDAA,AuEDA,AqBnlBK,QnQwkBG/K,GAAG,AmQhmBP,GnQgmBU,EAAV;AACAA,AkHYJ,AqDAA,AuEDA,AqBnlBI,InQwkBAA,GAAG,CAAC9C,CmQrmBL,GnQqmBC,CAAS,EmQxkBH;AnQykBJuM,AkHYN,AqDAA,AuEDA,AqBnlBIuN,MnQwkBEvN,GAAG,CmQxkBLuN,CnQwkBO,MADE,AmQvkBF,CAACyG,IAAR,CAAc,gZAAd;AnQykBE7V,AkHYN,AqDAA,AuEDA,AqBnlBI,MnQwkBEA,UAAU,EAAEA,UAFL;AAGP8B,AkHYN,AqDAA,AuEDA,AqBnlBG,MnQwkBGA,CmQppBmB,CA8EvB,MnQskBY,EAAE,CAACuC,OAAD;AAHH,AkHgBb,AqDAA,AuEDA,AqBjlBE,KnQkkBE;AkHiBJ,AqDAA,AuEDA,AqBjlBE;AnQukBE,AkHYJ,AqDAA,AuEDA,Q9OXQV,KAAJ,EAAW;AACTvL,AkHYN,AqDAA,AuEDA,M9OXMA,GAAG,CAAC9C,IAAJ,CAAS;AACPuM,AkHYR,AqDAA,AuEDA,AqBnlBE,QnQwkBMA,GAAG,AmQxkBJzH,EnQwkBM,ImQxkBX,CAAa,CnQukBA,iBmQvkBb,EAAiC0gB,IAAI,CAACC,SAAL,CAAgB,KAAKoF,OAAL,EAAhB,CAAjC,EAjFuB,CAmFvB;AnQukBMngB,AkHYR,AqDAA,AuEDA,AqBjlBE,QnQskBMA,UAAU,EAAE;AACV0E,AkHYV,AqDAA,AuEDA,AqBjlBE,UnQskBQA,KAAK,EAAE;AADG,AkHcpB,AqDAA,AuEDA,S9Ofe;AAKP5C,AkHYR,AqDAA,AuEDA,AqBllBE,QnQukBMA,GmQvkBD61C,KnQukBS,EAAE,CAACh0C,KAAD,GmQvkBhB,CAAuB,aAAvB,EAAsC;AnQkkBzB,AkHkBf,AqDAA,AuEDA,AqBllBG9I,OnQikBG,CmQjkBHA,QAAQ,EAAE,kBAAC7C,OAAD,EAAa;AnQwkBrB,AkHYL,AqDAA,AuEDA,AqBllBI,UAAA,OAAI,CAACA,OAAL,GAAgBwgB,IAAhB,CAAsB,eAAtB,EAAuC8D,IAAvC,CAA6C,UAACs7B,MAAD,EAAY;AjJolB7D,AqDAA,AuEDA,AqBllBKA,YAAAA,MAAM,CAACC,QAAP,CAAiB;AnQwkBlB,AkHYJ,AqDAA,AuEDA,AqBnlBwBt2B,WnQwkBbnpB,GAAP,AmQxkBoBmpB,IAAI,EAAE;AnQykB3B,AkHYH,AqDAA,AuEDA,AqBplBsB,aAAjB;AjJslBL,AqDAA,AuEDA,AqBplBK,WAFD;AnQ4kBF,AkHYF,AqDAA,AuEDA,M9OXM3c,MAAM,GAAG,SAASpP,IAAT,GAAgB,CAAE,CAA/B;AkHaF,AqDAA,AuEDA,AqBrlBI,UAAA,OAAI,CAACwC,OAAL,GAAgBwgB,IAAhB,0BAAuCxgB,OAAO,CAACoiB,IAAR,CAAa,MAAb,CAAvC,UAAiErI,GAAjE,CAAsE,CAAtE,EAAyE8lC,QAAzE,CAAmF;AnQ2kBrF,AkHYF,AqDAA,AuEDA,AqBtlByFt2B,MnQ2kBnF1c,CAAC,GAAGzL,EmQ3kB+EmoB,InQ2kBzE,AmQ3kB6E,CnQ2kB5EtoB,CmQ3kB8E,iBnQ2kBrF,IAA6BjD,WAA7B,IAA4CA,WAAW,CAACL,IAAxD,IAAgEK,WAAW,CAACJ,OAA5E,GAAsFI,WAAtF,GAAoG;AAC1GL,AkHYJ,AqDAA,AuEDA,AqBvlBuF,InQ4kBnFA,IAAI,EAAEiP,CmQ5kBN,KnQ2kB0G;AAE1GhP,AkHYJ,AqDAA,AuEDA,AqBvlBI,InQ4kBAA,OAAO,EAAEgP;AAFiG,AkHe9G,AqDAA,AuEDA,AqB9lBwC,GnQglBtC,ImQhlBA,EAtFuB,CA+FvB;AnQ2kBA,AkHYF,AqDAA,AuEDA,AqBrlBE,MnQ0kBIE,QAAQ,GAAG,eAAf;AkHaF,AqDAA,AuEDA;A9OVE,AkHYF,AqDAA,AuEDA,AqBtlBE,MnQ2kBIC,KAAK,AmQ3kBJ4yC,GnQ2kBO,SAAS5yC,ImQ3kBrB,CnQ2kBY,AmQ3kBW,CnQ2kBIhH,IAAf,EAAqB,AmQ3kBjC,EAAgC;AnQ4kB9B8G,AkHYJ,AqDAA,AuEDA,AqBtlBGhK,InQ2kBCgK,CAAC,CAAClP,EmQ3kBHkF,EnQ2kBC,CAAO,GAAGtJ,EmQ3kBH,EAAE,EnQ2kBF,CAAUuT,QAAV,EAAoB,GAApB,EAAyBvT,EmQ3kBjB,InQ2kBR,CAAgCwM,IAAhC,EAAsC,SAAtC,CAAP;AACA,AkHYJ,AqDAA,AuEDA,AqBtlBI,UAAA,CnQ2kBO,MmQ3kBH,CAAC3D,KnQ2kBc,CmQ3kBnB,CAAa,SAAb,EAAwB,IAAxB,EADe,CAGf;AnQ0kBE,AkHYN,AqDAA,AuEDA,a9OXa4K,GAAG,CAACjH,IAAD,CAAV;AACD,AkHYL,AqDAA,AuEDA,K9ObI;AAGD,AkHYH,AqDAA,AuEDA,AqBtlBI,GnQskBF,OmQtkBE,OAAI,CAAC/F,OAAL,GAAgBwgB,IAAhB,CAAsB,sDAAtB,EAA8EzJ,MAA9E;AjJwlBJ,AqDAA,AuEDA;A9OVE,AkHYF,AqDAA,AuEDA,AqBtlBI,MnQ2kBE/J,GAAG,CmQ3kBL,EnQ2kBQ,KmQ3kBJ,CAACyhB,GnQ2kBYzhB,GAAT,CAAajH,AmQ3kBrB,GAAgBlC,CnQ2kBR,EAAmB,CmQ3kB3B,CAAsB,YAAM;AnQ4kB5BgJ,AkHYJ,AqDAA,AuEDA,AqBtlBK,InQ2kBDA,CAAC,CAAClP,IAAF,CAAO,CmQ3kBN,EnQ2kBSpE,KmQ3kBL,CnQ2kBE,AmQ3kBDyG,CnQ2kBW8M,MmQ3kBhB,EnQ2kBM,CmQ3kBU0T,CnQ2kBU,GAApB,AmQ3kBN,CAAsB,CnQ2kBSjnB,MAAzB,CAAgCwM,IAAhC,EAAsC,CmQ3kB5C,EAAuCue,InQ2kBjC,AmQ3kBN,CnQ2kBD,AmQ3kB8C,UAACs7B,MAAD,EAAY;AnQ4kB1D/yC,AkHYJ,AqDAA,AuEDA,AqBtlBM+yC,InQ2kBF/yC,CAAC,CAACjP,OAAF,CAAU,AmQ3kBRgiD,GnQ2kBWrmD,GmQ3kBL,CAACsmD,EnQ2kBC,CAAU/yC,KmQ3kBlB,CAAiB,EnQ2kBT,EAAoB,GAApB,EAAyBvT,MAAzB,CAAgCwM,IAAhC,CAAV,EAAiD,GAAGxM,MAAH,CAAUuT,QAAV,EAAoB,GAApB,EAAyBvT,MAAzB,CAAgCwM,IAAhC,EAAsC,SAAtC,CAAjD,EAAmG,GAAGxM,MAAH,CAAUuT,QAAV,EAAoB,GAApB,EAAyBvT,MAAzB,CAAgCwM,IAAhC,EAAsC,OAAtC,CAAnG;AACD,AkHYH,AqDAA,AuEDA,AqBvlByBwjB,GnQykBvB,amQzkBuBA,IAAI,EAAE;AjJylB/B,AqDAA,AuEDA,AqBxlBuB,eAAjB;AnQ8kBJ,AkHYF,AqDAA,AuEDA,AqBxlBM,MnQ6kBAtc,IAAI,GAAG,AmQ/kBR;AnQglBDF,AkHYJ,AqDAA,AuEDA,I9OXIA,KAAK,EAAEA,KADE;AAETC,AkHYJ,AqDAA,AuEDA,AqBxlBK,InQ6kBDA,GAAG,EAAEA,GmQ7kBJ,OAAI,CAAChN,OAAL,GAAgBwgB,IAAhB,CAAsB,sBAAtB,EAA8CzG,GAA9C,CAAmD,CAAnD,EAAsD8lC,QAAtD,CAAgE;AnQ2kBxD,AkHeb,AqDAA,AuEDA,AqBzlBuEt2B,GnQ2kBrE,WmQ3kBqEA,IAAI,EAAE;AnQglB3E,AkHWF,AqDAA,AuEDA,AqB1lBqE,aAAhE,EAL2B,CAO3B;AjJ0lBL,AqDAA,AuEDA;A5HEA,AqDAA,AuEDA;A5HEA,AqDAA,AuEDA,AqB1lBK,gBAAI,OAAI,CAAC+vB,KAAL,EAAJ,EAAmB;AjJ4lBxB,AqDAA,AuEDA,AqB1lBM,cAAA,OAAI,CAAC3zB,GAAL,CAAU,OAAI,CAAC2zB,KAAL,GAAc,OAAI,CAACpiB,KAAL,CAAY,MAAZ,CAAd,CAAV;AnQilBJ,AkHWF,AqDAA,AuEDA,AqB1lBM,MnQglBAhqB,aAAa,GAAG,SAASA,aAAT,CAAuBC,IAAvB,EAA6BC,WAA7B,EAA0C;AAC5D,AkHWJ,AqDAA,AuEDA,AqB1lBK,WnQglBM,AmQ3lBP,UnQ2lBiBC,CAAV,EAAaC,CAAb,EAAgBnB,CAAhB,EAAmB7G,CAAnB,EAAsB;AAC3B,AkHWN,AqDAA,AuEDA,AqB1lBI,anQglBS6H,IAAI,CAACvQ,IAAL,CAAUwQ,WAAV,EAAuBC,CAAvB,EAA0BC,CAA1B,EAA6BnB,CAA7B,EAAgC7G,CAAhC,CAAP;AACD,AkHWL,AqDAA,AuEDA,AqB9mBkC,KnQkmB9B,EmQlmBF;AnQqmBC,AkHWH,AqDAA,AuEDA,AqBzlBE,GnQ2kBA,QmQ3kBKq6C,gBAAL,CAAuB,eAAvB,EAAwC;AnQilBxC,AkHUF,AqDAA,AuEDA,AqBzlBG98C,QAAAA,QAAQ,EAAE,oBAAM;AjJ2lBnB,AqDAA,AuEDA,AqBzlBI,UAAA,OAAI,CAACi9C,YAAL;AjJ2lBJ,AqDAA,AuEDA,AqBzlBI;AjJ2lBJ,AqDAA,AuEDA,AqB7lB0C,OAAxC;AjJ+lBF,AqDAA,AuEDA,AqBxlBE,WAAKH,gBAAL,CAAuB,kBAAvB,EAA2C;AjJ0lB7C,AqDAA,AuEDA,AqBxlBGtmD,QAAAA,IAAI,EAAE,GADoC;AjJ2lB7C,AqDAA,AuEDA,AqBxlBGwJ,QAAAA,QAAQ,EAAE,oBAAM;AjJ0lBnB,AqDAA,AuEDA,AqBxlBI,UAAA,OAAI,CAACk9C,eAAL;AjJ0lBJ,AqDAA,AuEDA,AqBxlBI;AjJ0lBJ,AqDAA,AuEDA,AqB7lB6C,OAA3C;AjJ+lBF,AqDAA,AuEDA,AqBvlBE,WAAKJ,gBAAL,CAAuB,MAAvB,EAA+B;AjJylBjC,AqDAA,AuEDA,AqBvlBGtmD,QAAAA,IAAI,EAAE,GADwB;AjJ0lBjC,AqDAA,AuEDA,AqBvlBGwJ,QAAAA,QAAQ,EAAE,oBAAM;AnQ+kBjB,AkHUF,AqDAA,AuEDA,AqBvlBI,MnQ8kBEpI,MAAM,EmQ9kBJ,CnQ8kBO,MmQ9kBH,CAAC2H,EnQ8kBWmL,ImQ9kBhB,CAAa,SAAb,CAAJ,CnQ8kBW,CAA0BC,AmQ9kBR,OnQ8kBlB,EAAmCpV,EAAnC,EAAuCqV,YAAvC,EAAqDL,WAArD,EAAkE;AAC7E,AkHUJ,AqDAA,AuEDA,AqBvlBK,QnQ8kBG/T,IAAI,GAAGZ,CmQ9kBN,KnQ8kBY,CAACY,CmQ9kBT,CAAC+I,EnQ8kBC,CAAYoL,GmQ9kBlB,CAAa,GnQ8kBP,CAAX,EmQ9kBK,MAAyB,IAA7B,EAAmC;AnQ8kBpC,AkHWJ,AqDAA,AuEDA,AqBvlBM,QnQ8kBEtU,MAAM,AmQ9kBR,GnQ8kBWG,IAAI,AmQ9kBX,CnQ8kBYH,AmQ9kBXm3B,IAAL,CAAW,CnQ6kBb,ImQ7kBE;AnQ6kBF,AkHYJ,AqDAA,AuEDA,AqBvlBM,QnQ8kBEp1B,KmQhlBH,GnQglBW,GAAGmS,AmQ9kBP,WnQ8kBkB,KAAK/S,SAAhB,GAA4B6S,aAAa,CAAC9U,EAAD,EAAKgV,WAAL,CAAzC,GAA6DhV,EAF5E;AAAA,AkHaJ,AqDAA,AuEDA,AqBvlBM,QnQ8kBEY,CAHJ,KmQ3kBE,OAAI,CAACq3B,IAAL,CAAW,IAAX;AnQ2kBF,AkHcJ,AqDAA,AuEDA,AqBvlBM,QnQ8kBE93B,GAJJ;AAAA,AkHeJ,AqDAA,AuEDA,AqBvlBK,QnQ8kBGmV,MALJ;AkHgBJ,AqDAA,AuEDA,AqBvlBI;AnQ+kBA,AkHUJ,AqDAA,AuEDA,AqBlmBiC,OAA/B,CnQylBMD,CmQ7tBiB,CAiJvB,UnQ4kBkB,KAAKpT,SAArB,EAAgC;AAC9BrB,AkHUN,AqDAA,AuEDA,AqBrlBE,MnQ4kBIA,CAAC,GAAG,CAAJ;AACA0U,AkHUN,AqDAA,AuEDA,M9OTMA,MAAM,GAAGF,OAAO,CAACnU,IAAI,CAAC,CAAD,CAAL,CAAhB;AACD,AkHUL,AqDAA,AuEDA,AqBtlBE,KnQ0kBE,MAGO,AmQ7kBJsmD,gBAAL,CAAuB,WAAvB,EAAoC;AnQ8kBhC3mD,AkHUN,AqDAA,AuEDA,AqBtlBG6J,MnQ6kBG7J,CAAC,CmQ7kBJ6J,EnQ6kBO,CAAJ,KmQ7kBK,EAAE,oBAAM;AnQ8kBb6K,AkHUN,AqDAA,AuEDA,AqBtlBI,MnQ6kBEA,ImQ7kBF,EnQ6kBQ,GAAGD,EmQ7kBP,CAAC+rC,QAAL,CnQ6kBE,AmQ7kBa,OAAI,CAACp3C,MAAL,CAAa,kBAAb,MAAqC,IAApD;AnQ8kBC,AkHUL,AqDAA,AuEDA,AqBtlBI;AjJwlBJ,AqDAA,AuEDA,AqB1lBsC,OAApC;AnQklBE,AkHUJ,AqDAA,AuEDA,AqBrlBE,UAAM2C,CnQ4kBG/L,CAAC,GAAGE,GmQ5kBC,GnQ4kBZ,AmQ5kBe,EnQ4kBIF,AmQ5kBrB,CnQ4kBsB,EAApB,EAAwB;AACtBT,AkHUN,AqDAA,AuEDA,M9OTMA,GAAG,GAAGc,IAAI,CAACL,CAAD,CAAV;AACA0U,AkHUN,AqDAA,AuEDA,AqBhvByB,MnQuuBnBA,MAAM,GAAGzS,QAAQ,CAACyS,MAAD,EAASF,OAAO,CAACjV,GAAD,CAAhB,EAAuBA,GAAvB,EAA4BiV,AmQ5kBzB,KAAK2mC,EnQ4kBR,CAAjB,OmQ5kBoB,EA3JD;AnQwuBpB,AkHUL,AqDAA,AuEDA,AqBjvByB;AjJmvBzB,AqDAA,AuEDA;A9ORI,AkHUJ,AqDAA,AuEDA,AqBnvByB,WnQ0uBdzmC,MAAP;AACD,AkHUH,AqDAA,AuEDA,AqBzlBE,GnQ0jBA,+DmQ1jB4C;AjJ2lB9C,AqDAA,AuEDA,AqB1lB8C,cAAjC0mC,UAAiC;AnQklB5C,AkHUF,AqDAA,AuEDA,AqB1lBGA,UAAAA,CnQilBQzmC,KAAT,CAAeC,GmQjlBL,CAAConC,GnQilBX,EAAwB,CmQjlBvB,GAAmB,IAAnB;AnQklBC,AkHUJ,AqDAA,AuEDA,AqB1lBGjwC,QnQilBK2I,EmQjlBL3I,InQilBW,GAAG,CmQjlBN,CnQilBP,AmQjlBQzH,IAAT,CAAe82C,UAAS,CAAC4L,KAAV,CAAiBzhC,QAAjB,CAAf;AjJ4lBH,AqDAA,AuEDA,AqB1lBG;AnQklBC,AkHUJ,AqDAA,AuEDA,AqBzvByB,SnQgvBhB,IAAIvlB,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAG4U,OAAO,CAAC1U,MAA5B,EAAoCF,CAAC,EAArC,EAAyC;AACvC,AkHUN,AqDAA,AuEDA,AqB1vByB,UnQivBf6U,GAAG,GAAGD,OAAO,CAACE,UAAR,CAAmB9U,CAAnB,EAAsB2D,QAAtB,CAA+B,EAA/B,CAAV;AACA+Q,AkHUN,AqDAA,AuEDA,AqB3vByB,MnQkvBnBA,MAAM,IAAI,CAAC,QAAQG,GAAT,EAAcnG,KAAd,CAAoB,CAAC,CAArB,CAAV;AACD,AkHUL,AqDAA,AuEDA,AqB5vByB;AjJ8vBzB,AqDAA,AuEDA,AqB7vByB;AnQqvBrB,AkHUJ,AqDAA,AuEDA,W9OTWgG,MAAP;AACD,AkHUH,AqDAA,AuEDA,AqB/vByB,mDAgKF,KAAK2mC,OAAL,EAhKE;AjJiwBzB,AqDAA,AuEDA,AqBhwByB;AnQwvBvB,AkHUF,AqDAA,AuEDA,W9OTWp6C,WAAT,CAAqBC,MAArB,EAA6BC,KAA7B,EAAoC;AAClC,AkHUJ,AqDAA,AuEDA,AqBlwByB,QnQyvBjBC,MAAM,GAAGnB,SAAS,CAACC,MAAV,GAAmB,CAAnB,IAAwBD,SAAS,CAAC,CAAD,CAAT,KAAiBoB,SAAzC,GAAqDpB,SAAS,CAAC,CAAD,CAA9D,GAAoE,EAAjF;AACA,AkHUJ,AqDAA,AuEDA,AqBnmBE,QnQ0lBMqB,iBAAiB,GAAGF,MAAM,CAACG,SAA/B,sBmQ1lBoC;AnQ0lBpC,AkHWJ,AqDAA,AuEDA,AqBpmBwC,QnQ2lBhCA,MmQ3lBK+5C,GnQ2lBI,GAAGh6C,AmQ3lBoB,iBnQ2lBH,KAAK,KAAK,CAA3B,GAA+B,KAA/B,GAAuCA,iBADvD;AAEA,AkHUJ,AqDAA,AuEDA,AqBpmBGg6C,QnQ2lBK95C,EmQ3lBL85C,MAAM,CAACU,CnQ2lBQ,GAAGv8C,EmQ3lBlB,GAAgB,CnQ2lBQ,CAACY,EmQ3lBzB,EnQ2lBkB,CAAYc,KAAZ,EAAmBM,MAAnB,CAA0B,UAAUC,GAAV,EAAeC,QAAf,EAAyB;AAClE,AkHUN,AqDAA,AuEDA,AqBpmBGoK,UnQ2lBOnK,AmQ3lBPmK,InQ2lBW,GAAG5K,CmQ3lBN,CAACmD,GnQ2lBU,CAAC3C,AmQ3lBpB,CAAe25C,MAAM,CnQ2lBF,AmQ3lBG0L,CnQ2lBnB,ImQ3lBY,CAAczhC,QAAd,CAAf;AnQ4lBG,AkHUN,AqDAA,AuEDA,AqBpmBG,UnQ2lBO1jB,QAAQ,GAAG,CAAC,CAACD,IAAI,CAACA,IAAtB;AkHWN,AqDAA,AuEDA,AqBxwByB;AnQgwBnB,AkHUN,AqDAA,AuEDA,AqBzwByB,UnQgwBfC,QAAJ,EAAc;AACZH,AkHUR,AqDAA,AuEDA,AqB1wByB,QnQiwBjBA,GAAG,CAACE,IAAI,CAACD,QAAN,CAAH,GAAqBC,IAAI,CAACA,IAA1B;AACD,AkHUP,AqDAA,AuEDA,AqB3wByB,OnQgwBnB,MAEO;AACLF,AkHUR,AqDAA,AuEDA,AqB5wByB,QnQmwBjBA,GAAG,CAACC,QAAD,CAAH,GAAgBC,IAAhB;AACD,AkHUP,AqDAA,AuEDA;A5HEA,AqDAA,AuEDA,AqB1mBE,aAAOyK,OAAO,CAACP,GAAR,CAAaC,QAAb,EAAuBlB,IAAvB,CAA6B,YAAM;AnQkmBtC,AkHUN,AqDAA,AuEDA,AqB1mBG,QAAA,KnQimBUnJ,EmQjmBN,CnQimBD,AmQjmBE0H,MAAL,CAAa,WAAb,EAA0B,IAA1B;AnQkmBE,AkHUL,AqDAA,AuEDA,K9OpBqB,EAWd,EAXc,CAAjB;AkHsBJ,AqDAA,AuEDA,AqB3mBG,eAAOiD,OAAO,CAAClC,OAAR,EAAP;AnQmmBC,AkHUJ,AqDAA,AuEDA,AqB3mBG,OAHM,CnQqmBD,AmQrmBN,OnQqmBanJ,SAAS,CAACF,KAAV,CAAgBgB,OAAvB,KAAmC,UAAnC,IAAiD,CAACP,SAAtD,EAAiE;AAC/DP,AkHUN,AqDAA,AuEDA,AqB3mBE,MnQkmBIA,SAAS,CAACF,KAAV,CAAgBgB,OAAhB,CAAwBZ,MAAxB,EAAgCM,UAAhC;AACD,AkHUL,AqDAA,AuEDA,AqB3mBC,KnQgmBG,MAEO;AACLR,AkHUN,AqDAA,AuEDA,M9OTMA,SAAS,CAACH,MAAV,CAAiBK,MAAjB,IAA2BpB,aAAa,CAAC,EAAD,EAAKkB,SAAS,CAACH,MAAV,CAAiBK,MAAjB,KAA4B,EAAjC,EAAqCM,UAArC,CAAxC;AACD,AkHUL,AqDAA,AuEDA;A9ORI,AkHUJ,AqDAA,AuEDA;A5HEA,AqDAA,AuEDA;A5HEA,AqDAA,AuEDA;A5HEA,AqDAA,AuEDA;A5HEA,AqDAA,AuEDA;A5HEA,AqDAA,AuEDA;A5HEA,AqDAA,AuEDA,yBqB9mBcmkD,QAAQ;AjJgnBtB,AqDAA,AuEDA,AqB/mBsB;AnQumBlB,AkHUJ,AqDAA,AuEDA,Q9OTQzkD,MAAM,KAAK,KAAf,EAAsB;AACpBD,AkHUN,AqDAA,AuEDA,AqBhnBE,MnQumBIA,ImQvmBA0kD,MAAM,CnQumBK,CAAC,GmQvmBD,CnQumBA,EAAOxkD,CmQvmBtB,EAAqB,EnQumBN,CAAX;AACD,AkHUL,AqDAA,AuEDA,AqBhnBG;AnQwmBA,AkHUH,AqDAA,AuEDA,AqBhnBG;AjJknBH,AqDAA,AuEDA,AqBhnBG;AnQwmBD,AkHUF,AqDAA,AuEDA,AqBhnBG,MnQumBGN,MAAM,AmQvmBL,GnQumBQG,EmQvmBHo9C,OnQumBY,AmQvmBjB,CnQumBkBv9C,AmQvmBJ,MnQumBnB,AmQvmBK,IAAwB,CAA5B,EAA+B;AnQumBhC,AkHWF,AqDAA,AuEDA,AqB/mBI,MnQsmBEE,KAAK,GAAGC,AmQtmBJimD,MAAM,GnQsmBO,AmQtmBJ,CnQsmBKlmD,ImQtmBAiG,CnQqmBtB,MmQrmBiB,GAAgBwgB,IAAhB,CAAsB,gEAAtB,CAAf;AnQumBF,AkHUF,AqDAA,AuEDA,M9OTMzS,UAAU,GAAG,EAAjB;AACA,AkHUF,AqDAA,AuEDA,AqB/mBI,MnQsmBEC,QmQtmBEiyC,GnQsmBS,GAAG,AmQtmBN,CAAC79B,CnQsmBb,GmQtmBM,CAAa,MAAb,MAAyB,aAA7B,EAA4C;AnQumB9C,AkHUF,AqDAA,AuEDA,AqB/mBK69B,MnQsmBChyC,MmQtmBDgyC,InQsmBW,EmQtmBL,CnQsmBQ,AmQtmBPnB,EnQsmBV,SmQtmBG,CAAoB,0CAApB;AjJinBL,AqDAA,AuEDA,AqB/mBK,WAN6B,CAQ9B;AnQomBF,AkHWF,AqDAA,AuEDA,AqB7mBI,MnQmmBE5wC,KAAK,GAAG,SAASA,KAAT,GAAiB;AAC3B,AkHWJ,AqDAA,AuEDA,Q9OVQC,MAAM,GAAG,SAASA,MAAT,CAAgBC,OAAhB,EAAyB;AACpC,AkHWN,AqDAA,AuEDA,a9OVa3T,MAAM,CAACZ,MAAD,EAAS,UAAUwU,CAAV,EAAanI,KAAb,EAAoBhM,MAApB,EAA4B;AAChDmU,AkHWR,AqDAA,AuEDA,AqB/mBI,QnQqmBIA,CAAC,CAACnU,KmQrmBDkI,CnQqmBA,CAAD,GAAY3H,CmQrmBhB,CAAa,InQqmBS,CAACyL,CmQrmBvB,EAAqBrE,EnQqmBC,EAAQuM,MmQrmBC,CnQqmBT,AmQrmBW,EnQqmBM,EAAjB,CAAlB,OmQrmBmC;AnQsmBnC,AkHWR,AqDAA,AuEDA,AqB/mBK,enQqmBUC,CAAP,AmQrmBC,OAAI,CAACrO,OAAL,GAAgBwgB,IAAhB,CAAsB,sBAAtB,EAA8CmxB,SAA9C,MAA8D,OAAI,CAACvvC,MAAL,CAAa,SAAb,MAA4B,IAA9F,EAAoG;AnQsmBlG,AkHWP,AqDAA,AuEDA,AqB/mBM,OnQkmBa,EAGV,EAHU,CAAb,EmQlmBA,OAAI,CAACm3C,OAAL,CAAc;AnQsmBf,AkHWL,AqDAA,AuEDA,AqBhnBsBlpB,KnQimBlB,WmQjmBkBA,IAAI,EAAE;AjJknB5B,AqDAA,AuEDA,AqBjnBoB,eAAd,EAA8BxsB,IAA9B,CAAoC,YAAM,CACzC;AnQumBHkK,AkHWJ,AqDAA,AuEDA,AqBhnBO,InQsmBHA,UAAU,CmQxmBR,EnQwmBWI,AmQtmBRvJ,KAFH,CnQwmBiB,AmQtmBP,CnQsmBQ,UAAUlK,CmQtmBZ,CACf,CnQqmBiB,EAAeE,IAAf,EAAqBD,QAArB,EAA+B;AACjD,AkHWN,AqDAA,AuEDA,AqB/mBO,UnQqmBGC,IAAI,CAAC,CAAD,CAAR,EAAa;AACXF,AkHWR,AqDAA,AuEDA,AqB/mBO,QnQqmBCA,GAAG,CAACE,GmQ1mBN,CnQ0mBU,CAAC,CAAD,CAAL,CAAH,GAAeD,QAAf;AACD,AkHWP,AqDAA,AuEDA,AqB/mBM,aARqC,CAStC;AjJgnBL,AqDAA,AuEDA;A9OTM,AkHWN,AqDAA,AuEDA,a9OVaD,GAAP;AACD,AkHWL,AqDAA,AuEDA,AqBhnBK,KnQgmBkB,CAAnB,MmQhmBC,OAAI,CAAC21B,IAAL,CAAW,IAAX;AnQumBDriB,AkHWJ,AqDAA,AuEDA,AqBhnBK,InQsmBDA,OmQjnB+B,EAW5B,EnQsmBQ,GAAGG,AmQtmBNipC,MnQsmBY,CAAC,AmQtmBlB,CAAc,MAAd,CAX4B,CAA/B,CnQinB+B18C,GAAV,EAAeE,IAAf,EAAqBD,QAArB,EAA+B;AAClD,AkHWN,AqDAA,AuEDA,AqBhnBI,UnQsmBM2T,SAAS,GAAG1T,IAAI,CAAC,CAAD,CAApB;AACAF,AkHWN,AqDAA,AuEDA,AqBhnBG,MnQsmBGA,CmQjoBJ,EnQioBO,CAACC,GmQtmBD,KnQsmBA,CAAH,GAAgBA,QAAhB;AACA2T,AkHWN,AqDAA,AuEDA,AqBhnBGwW,MnQsmBGxW,EmQtmBHwW,OnQsmBY,CAACnrB,ImQtmBD,CAAE,EnQsmBX,CAAkB,EmQtmBFyI,MAAL,CAAa,CnQsmBImM,KmQtmBjB,CAAF,CAAZ,CnQsmBqB,EAAoB;AACpC7T,AkHWR,AqDAA,AuEDA,AqBhnBG,QnQsmBKA,GAAG,CAAC6T,CmQtmBJnM,MAAL,CnQsmBQ,AmQtmBK,CnQsmBR,GAAgBzH,EmQtmBrB,EAAqB,InQsmBhB,AmQtmBL;AnQumBI,AkHWP,AqDAA,AuEDA,O9OZM;AAGA,AkHWN,AqDAA,AuEDA,AqBjnBG,YAAMslD,CnQumBIvlD,GAAP,GmQvmBS,GAAG,KAAKsF,OAAL,GAAgBwgB,IAAhB,CAAsB,gEAAtB,CAAf;AnQwmBE,AkHWL,AqDAA,AuEDA,K9OjBwB,CAApB;AAQA,AkHWJ,AqDAA,AuEDA,AqBjnBG,QnQumBKhS,ImQvmBDyxC,MnQumBW,CmQvmBL,CAAC79B,EnQumBO,EmQvmBd,CAAa,MnQumBUvoB,AmQvmBvB,MnQumBW,AmQvmBc,CnQumB5B,amQvmBD,EAA6C;AnQwmB5CoU,AkHWJ,AqDAA,AuEDA,AqBjnBIgyC,InQumBAhyC,MmQvmBAgyC,InQumBU,GAAGxlD,AmQvmBP,CAACqkD,KnQumBY,CAAC/kD,KAAD,AmQvmBnB,CAAoB,CnQumBO,UAAUW,GAAV,EAAe+T,IAAf,EAAqB,qBmQvmBhD;AnQwmBE,AkHWN,AqDAA,AuEDA,AqBjnBI,UnQumBMC,OAAO,GAAGD,IAAI,CAAC,CAAD,CAAlB;AACA,AkHWN,AqDAA,AuEDA,AqBjnBG,UnQumBOvU,MAAM,GAAGuU,IAAI,CAAC,CAAD,CAAjB;AACA,AkHWN,AqDAA,AuEDA,AqBjnBE,UnQumBQ9T,QAAQ,GAAG8T,IAAI,CAAC,CAAD,CAAnB;AkHYN,AqDAA,AuEDA;A9OTM,AkHWN,AqDAA,AuEDA,U9OVUvU,MAAM,KAAK,KAAX,IAAoB,CAACsU,UAAzB,EAAqC;AACnCtU,AkHWR,AqDAA,AuEDA,Q9OVQA,MAAM,GAAG,KAAT,SmQxmBY0lD,QAAQ;AnQymBrB,AkHWP,AqDAA,AuEDA,AqBlnBE,WAAKtD,WAAL;AjJonBF,AqDAA,AuEDA,AqBjnBE,WAAKt8C,OAAL,GAAgBwgB,IAAhB,0BAAuCo/B,MAAvC,UAAmD7lC,GAAnD,CAAwD,CAAxD,EAA2D8lC,QAA3D,CAAqE;AnQwmBjEnlD,AkHWN,AqDAA,AuEDA,AqBjnBG6uB,MnQumBG7uB,EmQvmBH6uB,CnQumBM,CAAC7a,EmQvmBH,EAAE,GnQumBA,CAAH,GAAe;AACbxU,AkHWR,AqDAA,AuEDA,AqBnnBuE,OAArE,CnQymBMA,MAAM,EAAEA,MADK;AAEbS,AkHWR,AqDAA,AuEDA,AqBjnBE,QnQumBMA,QAAQ,EAAEA;AAFG,AkHcrB,AqDAA,AuEDA,O9ObM;AAIA,AkHWN,AqDAA,AuEDA,a9OVaD,GAAP;AACD,AkHWL,AqDAA,AuEDA,K9OxBuB,EAchB,EAdgB,CAAnB,wBmQ1lBmB;AnQymBpB,AkHWH,AqDAA,AuEDA,AqBlnBE,GnQikBA,QmQjkBKsF,OAAL,GAAgBwgB,IAAhB,CAAsB,eAAtB,EAAuC8D,IAAvC,CAA6C,UAACs7B,MAAD,EAAY;AjJonB3D,AqDAA,AuEDA,AqBlnBGA,QAAAA,MAAM,CAACC,QAAP,CAAiB;AnQwmBlB3xC,AkHYF,AqDAA,AuEDA,AqBnnBsBqb,EnQwmBpBrb,KAAK,GmQxmBeqb,IAAI,EAAE;AjJqnB5B,AqDAA,AuEDA,AqBpnBoB,SAAjB;AnQymBD,AkHaF,AqDAA,AuEDA,AqBpnBG,OAFD,InQ0mBS5a,SAAT,CAAmBzU,MAAnB,EAA2B0T,OAA3B,EAAoC;AAClC,AkHaJ,AqDAA,AuEDA,AqBpnBE,WnQwmBS,CAACG,UAAU,CAAC7T,MAAD,CAAV,IAAsB,EAAvB,EAA2B0T,OAA3B,CAAP;AACD,AkHaH,AqDAA,AuEDA;A5HEA,AqDAA,AuEDA;A9OZE,AkHcF,AqDAA,AuEDA,W9ObWgB,UAAT,CAAoB1U,KmQxmBN8F,CnQwmBd,EAA4BuO,MmQxmBL2xC,EnQwmBvB,EAAsC,amQxmBEC,kBAAkB;AnQymBxD,AkHcJ,AqDAA,AuEDA,AqBrnBE,UAAMC,CnQwmBG,CAACpyC,SmQxmBO,EnQwmBI,CAAC9T,AmQxmBF,MnQwmBC,CAAX,IAAuB,EAAxB,EAA4BqU,EmQxmBd,MnQwmBd,AmQxmBW,CnQwmBlB,CmQxmB6BwL,GAAX,CAAgB,CAAhB,CAApB;AnQymBC,AkHcH,AqDAA,AuEDA,AqBpnBE,UAAM3P,SAAS,GAAGg2C,WAAW,CAACvgC,WAA9B;AjJsnBF,AqDAA,AuEDA,AqBpnBE,UAAMwgC,UAAU,GAAGD,WAAW,CAACtgC,YAA/B;AnQumBA,AkHeF,AqDAA,AuEDA,AqBnnBE,UAAMwuB,CnQqmBGz/B,AmQrmBF,GAAG9H,IAAI,CAAC2lB,CnQqmBf,CAAmB3mB,GmQrmBT,CnQqmBV,AmQrmBsBqE,EnQqmBG,OmQrmBM,IAAI+1C,gBAAgB,GAAGD,eAAvB,CAArB,CAAV;AnQsmBE,AkHeJ,AqDAA,AuEDA,AqBlnBE,UAAII,CnQomBKryC,OmQpmBG,GnQomBO,AmQpmBJ,CnQomBKlI,IAAD,CAAV,AmQpmBT,InQomB6B;AACzB7L,AkHeN,AqDAA,AuEDA,AqBlnBE,MnQomBIA,ImQpmBAqmD,EnQomBM,EAAE,IADiB,CmQnmBhB,GAAG,MAAhB;AnQqmBI5lD,AkHeN,AqDAA,AuEDA,AqBlnBE,MnQomBIA,ImQpmBA6lD,InQomBQ,EAAE,MmQpmBE,GAAG,CAAnB;AnQkmB6B,AkHkB/B,AqDAA,AuEDA,K9OjBI;AAID,AkHeH,AqDAA,AuEDA,AqBlnBE,UAAIlS,CAAC,IAAI+R,UAAT,EAAqB;AjJonBvB,AqDAA,AuEDA,AqBlnBG,YAAMI,SAAS,GAAG15C,IAAI,CAAC2lB,KAAL,CAAY,CAAC2zB,UAAU,GAAG/R,CAAd,IAAiB,CAA7B,CAAlB;AnQqmBD,AkHeF,AqDAA,AuEDA,AqBlnBGkS,MnQomBG1xC,EmQpmBH0xC,MnQomBW,GAAGxmD,GmQpmBF,GAAGymD,GnQomBQ,CAAC5mD,KmQpmBA,CnQomBzB,EmQpmB4B,IAA3B;AjJonBH,AqDAA,AuEDA,AqBlnBG0mD,QAAAA,SAAS,GAAGjS,CAAC,GAAG,IAAhB;AnQomBD,AkHgBF,AqDAA,AuEDA,AqBjnBG,MnQkmBGv/B,CmQvmBJ,MAKO,WnQkmBe,GAAG,SAASA,kBAAT,GAA8B;AACrD,AkHgBJ,AqDAA,AuEDA,AqBjnBG,WnQkmBQ,CmQlmBFnV,CAAC,GAAGmN,IAAI,CAAC2lB,KAAL,CAAY2zB,UAAU,IAAIH,eAAe,GAACC,gBAApB,CAAtB,CAAV;AnQmmBGjmD,AkHgBN,AqDAA,AuEDA,AqBjnBGomD,MnQkmBGpmD,EmQlmBHomD,InQkmBS,EAAE,EmQlmBH,EnQimBA,CmQjmBG1mD,CAAC,GAAG,IAAf;AnQmmBGe,AkHgBN,AqDAA,AuEDA,AqBjnBG,MnQkmBGA,QAAQ,EAAE,IAFL;AAGLqU,AkHgBN,AqDAA,AuEDA,M9OfMA,IAAI,EAAE;AAHD,AkHoBX,AqDAA,AuEDA,AqBjnBE,KnQ8lBE,kBmQ9lBC,mBAAH,EAAwB9I,KAAxB,CAA+B;AnQmmB9B,AkHgBH,AqDAA,AuEDA,AqBjnBGgD,GnQ4lBD,KmQ5lBCA,KAAK,EAAEo3C,QADuB;AjJonBjC,AqDAA,AuEDA,AqBjnBGl3C,QAAAA,MAAM,EAAEm3C,SAFsB;AnQomB/B,AkHiBF,AqDAA,AuEDA,AqBjnBGE,QAAAA,GnQimBQxxC,MmQjmBC,EAAEuxC,QnQimBZ,CAA0BtxC,MAA1B,EAAkC;AAChC,AkHiBJ,AqDAA,AuEDA,AqBrnBiC,OAA/B,InQqmBSA,MAAM,CAACzU,MAAP,CAAc,UAAUC,GAAV,EAAe8M,GAAf,EAAoB;AACvC,AkHiBN,AqDAA,AuEDA,AqBjnBE,UnQimBQ7M,QAAQ,GAAG4M,WAAW,CAACnG,MAAM,CAACZ,YAAR,EAAsBgH,GAAtB,CAA1B;AkHkBN,AqDAA,AuEDA,AqBhnBC;AnQimBK,AkHiBN,AqDAA,AuEDA,U9OhBUsH,QAAQ,CAACtH,GAAD,CAAZ,EAAmB;AACjB9M,AkHiBR,AqDAA,AuEDA,Q9OhBQA,GAAG,CAACR,MAAJ,GAAasN,GAAb;AACD,AkHiBP,AqDAA,AuEDA,O9OlBM,MAEO,IAAIpG,MAAM,CAAC+N,YAAP,IAAuB,CAAC,KAAD,EAAQ,KAAR,EAAe,KAAf,EAAsB,KAAtB,EAA6B,KAA7B,EAAoC,IAApC,EAA0CnX,OAA1C,CAAkDwP,GAAlD,IAAyD,CAAC,CAArF,EAAwF;AAC7F9M,AkHiBR,AqDAA,AuEDA,Q9OhBQA,GAAG,CAACR,MAAJ,GAAasN,GAAb;AACD,AkHiBP,AqDAA,AuEDA,O9OlBa,MAEA,IAAI7M,QAAJ,EAAc;AACnB,AkHiBR,AqDAA,AuEDA,Y9OhBY8T,IAAI,GAAG/T,GAAG,CAACR,EmQnmBTqkB,InQmmBK,KAAe,CmQnmBV,GnQmmBL,GAAsB1P,SAAS,CAAClU,QAAD,CAA/B,GAA4C,EAAvD;AACAD,AkHiBR,AqDAA,AuEDA,AqBpnBwB,QnQomBhBA,GAAG,CAACC,QAAJ,GAAe8T,IAAI,CAAC9T,QAAL,IAAiBA,QAAhC;AACAD,AkHiBR,AqDAA,AuEDA,Q9OhBQA,GAAG,CAACR,MAAJ,GAAauU,IAAI,CAACvU,MAAL,IAAeQ,GAAG,CAACR,MAAhC;AACD,AkHiBP,AqDAA,AuEDA,AqBnnBE,OnQ+lBW,MAIA,IAAIsN,GAAG,KAAKpG,MAAM,CAACX,gBAAf,IAAmC+G,GAAG,CAACxP,OAAJ,CAAY,OAAZ,MAAyB,CAAhE,EAAmE;AACxE0C,AkHiBR,AqDAA,AuEDA,AqBnnBE,QnQmmBMA,GAAG,CAACsU,IAAJ,CAAS1R,IAAT,CAAckK,GAAd;AACD,AkHiBP,AqDAA,AuEDA,AqBnnBE,UAAI,KAAK4vC,OAAL,CAAc,aAAd,MAAiC,KAAjC,IAA0CpwB,kBAAS05B,MAAT,EAA9C,EAAkE;AjJqnBpE,AqDAA,AuEDA,AqBlnBG;AnQmmBG,AkHiBN,AqDAA,AuEDA,AqBlnBG1pD,QAAAA,KnQkmBU0D,CmQlmBJ,CAAC7C,CnQkmBJ,emQlmBH,CAAyB,mBAAzB,EAA8C,YAAM;AnQmmBlD,AkHiBL,AqDAA,AuEDA,AqBjnBI,KnQilBO,EAgBJkX,kBAAkB,EAhBd,CAAP;AAiBD,AkHiBH,AqDAA,AuEDA,AqBjnBI;AjJmnBJ,AqDAA,AuEDA,AqBjnBI,cAAIiY,kBAASE,WAAT,OAA4B,OAAI,CAACkwB,OAAL,CAAc,aAAd,CAAhC,EAA8D;AnQimBhE,AkHkBF,AqDAA,AuEDA,AqBjnBK,WnQgmBMhoC,CmQhmBN,OAAI,CAAC8sC,KAAL,CnQgmBH,AmQhmBe,CnQgmBU7sC,OAAzB,EAAkCnV,MAAlC,EAA0CS,GmQhmBvC,EAAmC,GnQgmBtC,EAAoD;AAClD,AkHkBJ,AqDAA,AuEDA,AqBjnBMsZ,QnQgmBE5E,MmQhmBF4E,CnQgmBS,IAAI5E,EmQhmBN,EAAE,GnQgmBW,CAACnV,MAAD,CAAlB,IAA8BmV,OAAO,CAACnV,MAAD,CAAP,CAAgBS,QAAhB,CAAlC,EAA6D;AAC3D,AkHkBN,AqDAA,AuEDA,AqBnnBwC,anQkmB3B,AmQlmBR;AnQmmBGT,AkHkBR,AqDAA,AuEDA,AqBjnBK,QnQgmBGA,GmQpmBJ,GnQomBU,EAAEA,CmQhmBL,KnQ+lBE;AAELS,AkHkBR,AqDAA,AuEDA,AqBjnBK,QnQgmBGA,ImQhmBH,InQgmBW,EAAEA,CmQhmBT,CAACmlD,MnQ8lBG,MmQ9lBR,CAAmB,qBAAnB;AnQimBGllD,AkHkBR,AqDAA,AuEDA,AqBjnBK,QnQgmBGA,IAAI,EAAEyU,OAAO,CAACnV,MAAD,CAAP,CAAgBS,QAAhB;AAHD,AkHsBb,AqDAA,AuEDA,AqBjnBI,OnQ4lBE,EmQvmBH,EAWG,KAXH;AnQ4mBE,AkHkBL,AqDAA,AuEDA,AqBjnBG,OApBqB,CAsBtB;AnQ+lBC,AkHkBH,AqDAA,AuEDA,AqB/mBE;AjJinBF,AqDAA,AuEDA,AqB/mBE;AnQ+lBA,AkHkBF,AqDAA,AuEDA,W9OjBW2U,MAAT,CAAgBC,aAAhB,EAA+B;AAC7B,AkHkBJ,AqDAA,AuEDA,Q9OjBQ1F,GAAG,GAAG0F,aAAa,CAAC1F,GAAxB;AAAA,AkHmBJ,AqDAA,AuEDA,AqBjnBE,QnQgmBM2F,GmQhmBD0W,EAAL,CAAS,OAAT,EAAkB,MnQgmBS,GAAG3W,aAAa,CAACvH,UAD1C,6BmQ/lBF,EAAkF,UAACqX,KAAD,EAAW;AnQ+lB3F,AkHoBJ,AqDAA,AuEDA,AqBhnBG,QnQ+lBKrX,ImQ/lBD,CAAC,KnQ+lBU,GAAGwH,mBmQ/lBP+O,EnQ+lB4B,KAAK,CmQ/lBvC,InQ+lB4C,CAA/B,GAAmC,EAAnC,GAAwC/O,iBmQ/lBdmiC,InQ6lB3C,KmQ7lBI,EAAL,EAA0D;AnQ6lBzD,AkHqBJ,AqDAA,AuEDA,AqBhnBI,QnQ+lBIliC,EmQ/lBJ,OAAI,CAACkO,KAAL,CAAWA,KnQ+lBc,AmQ/lBzB,CAAkB,EnQ+lBUpO,aAAa,CAACzF,QAH1C,qBmQ5lBA;AnQ4lBA,AkHsBJ,AqDAA,AuEDA,Q9OjBQA,QAAQ,GAAG2F,qBAAqB,KAAK,KAAK,CAA/B,GAAmC,EAAnC,GAAwCA,qBAJvD;AkHuBJ,AqDAA,AuEDA,AqBjnBI4P,UAAAA,KAAK,CAACg7B,wBAAN;AnQimBA,AkHkBJ,AqDAA,AuEDA,AqBjnBIh7B,QnQgmBI,EmQhmBJA,KnQgmBW9P,AmQhmBN,CAAC+qC,YnQgmBF,GmQhmBJ,EnQgmB6B,QAA7B,EAAuC;AACrC,AkHkBN,AqDAA,AuEDA,AqBjnBIj7B,UAAAA,GnQgmBSzX,EmQhmBJ,CAACgyC,OnQgmBa,CAACrqC,MmQhmBpB,OnQgmBmB,CAAjB;AACD,AkHkBL,AqDAA,AuEDA,K9OnBI,MAEO;AACL,AkHkBN,AqDAA,AuEDA,AqBlnBI,UAAA,GnQimBS,IAAIhW,AmQjmBT,CAACyG,KnQimBI,CAAW6J,CmQjmBpB,EnQimBS,CmQjmBO2W,CnQimBS,GAAhB,AmQjmBT,CAAsB,CnQimBQjnB,MAArB,CAA4BwO,OmQjmBrC,EAAuCuc,IAAvC,CnQimBmD,AmQjmBN,CnQimBOtc,SmQjmBN43C,CnQimBK,CAA1C,EAAwD,EmQjmBpB,CnQimBpC,CmQjmBgD,CnQimBarmD,MAA7D,CAAoEuQ,QAAQ,CAACpK,GAAT,CAAa4P,MAAb,EAAqB3H,IAArB,CAA0B,EAA1B,CAApE,EAAmG,IAAnG,EAAyGpO,MAAzG,CAAgHsQ,GAAhH,EAAqH,GAArH,CAAP;AACD,AkHkBL,AqDAA,AuEDA,AqBlnBK+1C,YAAAA,MAAM,CAACC,QAAP,CAAiB;AnQkmBnB,AkHkBH,AqDAA,AuEDA,AqBnnBwBt2B,cAAAA,IAAI,EAAE;AjJqnB9B,AqDAA,AuEDA,AqBpnBsB,aAAjB;AnQomBH,AkHkBF,AqDAA,AuEDA,AqBpnBK,MnQmmBC7Z,KmQrmBF,CnQqmBQ,GAAG,SAASlS,IAAT,GAAgB,CAAE,CAA/B;AkHmBF,AqDAA,AuEDA;A9OhBE,AkHkBF,AqDAA,AuEDA,AqBpnBI,WnQmmBOmS,GmQnmBH,MnQmmBN,CAAmBvI,AmQnmBT,CAAChF,GnQmmBX,EAAyB,CmQnmBnB,CAAa,SAAb,KAA2B,OAAI,CAACA,MAAL,CAAa,kBAAb,CAA/B,EAAiE;AnQomBjE,AkHkBJ,AqDAA,AuEDA,AqBpnBK,QnQmmBGwN,ImQnmBH,CnQmmBQ,GAAGxI,GmQnmBP,CnQmmBW,AmQnmBVpH,CnQmmBWE,MmQnmBhB,GAAgBsgB,GnQmmBL,CmQnmBX,CAAsB,CnQmmBSpZ,IAAI,CAAClH,YAAL,CAAkB9B,GmQnmBjD,EAA8C2b,GAA9C,CAAmD,CAAnD,EAAsD8lC,CnQmmBvB,CAApB,GAAuD,GmQnmBlE,CnQmmBD,AmQnmBiE;AnQomBjE,AkHkBJ,AqDAA,AuEDA,AqBrnBuEt2B,WnQomB5D,GmQpmB4DA,InQomBrD3Z,AmQpmByD,EAAE,GnQomBlE,KAAiB,QAAxB;AACD,AkHkBH,AqDAA,AuEDA,AqBtnBqE,aAAhE;AjJwnBL,AqDAA,AuEDA,AqBtnBK,WAFD,MAEO;AnQsmBT,AkHkBF,AqDAA,AuEDA,AqBtnBK,WnQqmBMC,CmQrmBN,OAAI,CAAC7P,CnQqmBR,GAAsB,GmQrmBnB,GAAgBwgB,IAAhB,CAAsB,sBAAtB,EAA8CzG,GAA9C,CAAmD,CAAnD,EAAsD8lC,QAAtD,CAAgE;AnQsmBjE,AkHkBJ,AqDAA,AuEDA,AqBvnBuEt2B,QnQsmB/DnoB,MAAM,AmQtmByDmoB,CnQsmBxD7oB,GmQtmB4D,EAAE,SnQsmBrE,KAA0B,IAA9B,EAAoC;AAClC,AkHkBN,AqDAA,AuEDA,AqBxnBqE,anQumBxDoP,AmQvmBR,QnQumBgB,CAAChI,OAAhB;AACD,AkHkBL,AqDAA,AuEDA,AqBxnBK;AjJ0nBL,AqDAA,AuEDA,AqBxnBI;AnQwmBA,AkHkBJ,AqDAA,AuEDA,AqBvnBG,OAlBD,CnQwnBMiI,OAAO,GAAGD,QAAQ,CAAC1O,MAAM,CAACV,cAAR,CAAtB;AACA,AkHkBJ,AqDAA,AuEDA,AqBtnBE,UAAM8yB,CnQqmBGzjB,GmQrmBC,GAAG,CnQqmBG,GmQrmBhB,CnQqmBoBD,AmQlpBE,CA+CtB,OnQmmB4B,CAAChI,OAA3B;AACD,AkHkBH,AqDAA,AuEDA;A5HEA,AqDAA,AuEDA,AqBrnBE,WAAKoe,EAAL,CAAS,OAAT,EAAkB,eAAlB,EAAmC,UAAU7G,KAAV,EAAiB;AnQqmBpD,AkHkBF,AqDAA,AuEDA,AqBrnBG,MnQomBGvP,MmQpmBG9P,EnQomBK,GAAG,EmQpmBD,GAAG,iBAAG,IAAH,CAAhB;AnQqmBC8H,AkHkBJ,AqDAA,AuEDA,AqBpnBG,InQmmBCA,OAAO,CmQnmBFwsC,CnQmmBI,KmQnmBE,GAAGt0C,CnQmmBI8H,MmQnmBG,CnQmmBZ,AmQnmBasa,CnQmmBIpS,GmQnmBZ,CAAc,InQmmBnB,EAA2B,EmQnmBtB,CAAf;AnQomBG,AkHkBN,AqDAA,AuEDA,U9OjBU5I,IAAI,GAAG4I,QAAQ,CAAC,CAAD,CAAnB;AACA,AkHkBN,AqDAA,AuEDA,AqBpnBG,UnQmmBOvG,EmQnmBH6qC,MnQmmBW,AmQnmBf,EAAY,CnQmmBMtkC,QAAQ,CAAC,CAAD,CAAvB;AACA,AkHkBN,AqDAA,AuEDA,AqBpnBIwjB,UnQmmBMvjB,AmQnmBNujB,IAAI,CAACmtB,OnQmmBa,GAAGl3C,CmQnmBrB,CAAkB6qC,MnQmmBW,AmQnmB7B,CnQmmB8B50C,CmQnmBJM,EnQmmBL,CAAa,ImQnmBlC,EAAmCqf,InQmmBShS,CAAV,AmQnmBlC,EnQmmB+C;AAC3C,AkHkBR,AqDAA,AuEDA,AqBpnBI,enQmmBWiC,MAAM,CAACjC,CAAD,CAAb;AACD,AkHkBP,AqDAA,AuEDA,O9OnByB,EAEhB1F,IAFgB,CAEX,IAFW,CAAnB;AkHqBN,AqDAA,AuEDA,AqBpnBG,eAAO,KAAP;AnQomBG,AkHkBN,AqDAA,AuEDA,AqBpnBG,OAVD,GnQ6mBQP,IAAI,CAAC8I,UAAL,IAAmB9I,IAAI,CAAC+I,SAA5B,EAAuC;AACrC/I,AkHkBR,AqDAA,AuEDA,AqBnnBE,QnQkmBMA,GmQlmBDw5C,CnQkmBK,CAACzwC,SAAL,GAAiBF,EmQlmBvB,CAAuB,CAAC,OAAD,CnQkmBY,CmQlmBF,GnQkmBM7O,ImQlmBhB,CAAvB,CnQkmB6C,CAACJ,AmQlmBH,YAAM,MnQkmBV,IAA6BoG,IAAI,CAACX,OAAL,CAAa2J,WAAb,OAA+B,KAA5D,GAAoE,QAAQ7W,MAAR,CAAe6N,IAAI,CAAC+I,SAApB,EAA+B,MAA/B,CAApE,GAA6G,EAAjH,CAA7B;AACD,AkHkBP,AqDAA,AuEDA,AqBnnBG,OnQgmBG,CmQhmBH,KnQkmBU,EmQlmBN,CAACopC,CnQkmBSnyC,IAAI,CAAC8I,CmQlmBnB,CAAc,QnQkmBJ,EAAqB;AAC1B,AkHkBR,AqDAA,AuEDA,AqBpnBmB8tC,UAAAA,EnQmmBP3tC,OAAO,GAAGpZ,CmQnmBU,EAAE,KnQmmBJ,CAACa,aAAT,CAAuB,MAAvB,CAAd;AACAsP,AkHkBR,AqDAA,AuEDA,AqBrnBiB,QnQomBTA,CmQpmBL,EAAuCvD,CnQomB9B,CAACqM,EmQpmBV,CAA6C,OnQomBxC,CAAgBI,ImQpmB8B,CAClD,OnQmmBI,CAA6BD,OAA7B,EAAsCjJ,IAAtC;AACAiJ,AkHkBR,AqDAA,AuEDA,AqBpnBI,QnQmmBIA,CmQrmBL,EAEGzL,InQmmBS,CAACuL,AmQrmBb,CAEU,QnQmmBL,GAAoBF,CmQnmBT,CACf,UnQkmBI;AACD,AkHkBP,AqDAA,AuEDA,AqBnnBI;AnQmmBC,AkHkBL,AqDAA,AuEDA,AqBnnBI,KnQmlBa,ImQxlBd;AnQwmBCM,AkHkBJ,AqDAA,AuEDA,AqBnnBG,InQkmBCA,GmQzmBF,CnQymBM,EAAE,SAASA,IAAT,CAAcP,QAAd,EAAwB;AAC5B,AkHkBN,AqDAA,AuEDA,AqBlnBE,UnQimBQ5I,CmQjmBHw5C,GnQimBO,GAAG5wC,QAAQ,CAAC,CAAD,AmQjmBvB,CnQimBI,AmQjmBmB,KAAvB,EAA8B,YAAM;AnQkmBhC,AkHkBN,AqDAA,AuEDA,AqBlnBG,UnQimBOvG,EmQjmBH,MnQimBW,GAAGuG,QAAQ,CAAC,CAAD,CAAvB,CAF4B,CAEA,KmQjmBrBuO,QAAN,8BAAuCozB,SAAvC,MAAuD,OAAI,CAACvvC,MAAL,CAAa,SAAb,CAA3D,EAAoF;AnQkmBjF,AkHkBN,AqDAA,AuEDA,AqBlnBI,UAAA,OAAI,CAAC27C,UAAL,CAAiB,UAAjB;AjJonBJ,AqDAA,AuEDA,AqBlnBI,SAFD,MAEO,IAAI,2BAAMx/B,QAAN,kCAA2CozB,SAA3C,MAA2D,OAAI,CAACvvC,MAAL,CAAa,SAAb,CAA/D,EAAwF;AnQkmB5F,AkHkBN,AqDAA,AuEDA,AqBlnBI,UnQimBM,AmQjmBN,CnQimBO+E,MmQjmBH,CAAC42C,GnQimBY,CAAC32C,IAAD,CAAV,CAAiBpP,AmQjmBxB,CAAiB,MnQimBV,AmQjmBP,CnQimBgCoJ,MAAM,CAACX,gBAAhC,CAAL,EAAwD;AACtD,AkHkBR,AqDAA,AuEDA,AqBlnBI,enQimBWqP,QAAQ,CAAChI,OAAT,CAAiBkI,QAAjB,CAAP;AACD,AkHkBP,AqDAA,AuEDA,AqBlnBG,OAND;AjJ0nBF,AqDAA,AuEDA,AqBjnBE,WAAK4wC,gBAAL,CAAuB,SAAvB,EAAkC,YAAM;AnQimBpC,AkHkBN,AqDAA,AuEDA,AqBjnBG,UnQgmBOpwC,EmQhmBH,InQgmBS,GAAG,AmQhmBR,CAACpO,GnQgmBWqO,GmQhmBhB,CAAa,EnQgmBD,CAAW,GAAGlX,GmQhmB1B,CAAJ,EnQgmB2B,AmQhmBE,CnQgmBQ6H,MAAM,CAACZ,YAAjB,EAA+B,KAA/B,CAAX,CAAb;AACA,AkHkBN,AqDAA,AuEDA,AqBjnBI,UAAA,GnQgmBSiJ,ImQhmBL,CAACs0C,GnQgmBY,CAAC,CAAD,CAAR,CAAY/1C,GmQhmBrB,CAAiB,MnQgmBR,AmQhmBT,CnQgmBgC9B,KAA9B;AACA,AkHkBN,AqDAA,AuEDA,AqBjnBI,anQgmBSuD,QAAQ,CAAC,CAAD,CAAR,CAAYzB,UAAZ,CAAuBlB,EAA9B;AACA,AkHkBN,AqDAA,AuEDA,AqBjnBG,OAJD,GnQomBQ4J,YAAY,GAAGjH,QAAQ,CAAC,CAAD,CAAR,CAAYzB,UAAZ,CAAuB0E,KAAvB,CAA6BpF,KAA7B,CAAmC,GAAnC,EAAwC7M,MAAxC,CAA+C,UAAUC,GAAV,EAAe8M,GAAf,EAAoB;AACpF,AkHkBR,AqDAA,AuEDA,AqBhnBE,WAAKo5C,CnQ+lBKp5C,GAAG,KAAKpG,MAAM,CAACX,AmQ/lBzB,CAAuB,SAAvB,EAAkC,InQ+lBxB,IAAmC+G,GAAG,CAACmJ,AmQ/lBT,KnQ+lBK,CAAUH,MAAV,CAAvC,EAA0D;AACxD9V,AkHkBV,AqDAA,AuEDA,AqBhnBG,UnQ+lBOA,EmQ/lBH,CnQ+lBM,CAACkW,KAAJ,AmQ/lBC,CnQ+lBStT,AmQ/lBR8E,InQ+lBF,CAAeoF,CmQ/lBlB,CAAa,CnQ+lBV,QmQ/lBH,CAAJ,EAA6B;AnQgmBvB,AkHkBT,AqDAA,AuEDA,AqBhnBI,SnQ6lBI,CmQ7lBJ,KnQ+lBW,EmQ/lBP,CAACu2C,UAAL,CAAiB,MAAjB;AnQgmBMrjD,AkHkBV,AqDAA,AuEDA,AqBhnBI,UnQ+lBMA,GAAG,CAACmW,MAAJ,CAAWvT,IAAX,CAAgBkK,GAAhB;AACD,AkHkBT,AqDAA,AuEDA,AqBhnBG,OAJD;AjJsnBF,AqDAA,AuEDA,AqB/mBE,UAAMq5C,gBAAgB,GAAG,KAAKzJ,OAAL,CAAc,kBAAd,CAAzB;AnQ+lBM,AkHkBR,AqDAA,AuEDA,AqB/mBE,UAAI0J,KnQ8lBSpmD,GAAP,YmQ9lBkB,GAAG,IAA3B;AnQ+lBK,AkHkBP,AqDAA,AuEDA,O9OzByB,EAQhB;AACDmW,AkHkBR,AqDAA,AuEDA,AqB/mBE,QnQ8lBMA,MAAM,AmQ9lBJgwC,EnQ8lBM,EADP,YmQ7lBP;AnQ+lBMjwC,AkHkBR,AqDAA,AuEDA,AqB/mBG,QnQ8lBKA,KAAK,AmQ9lBL,EnQ8lBO,OmQ9lBZ;AnQ4lBM,AkHqBT,AqDAA,AuEDA,AqB/mBI,OnQmlBqB,CAAnB,mBmQnlBC,0BAAH,EAA+B6tC,QAA/B,CAAwC,kBAAxC;AnQ+lBEh1C,AkHkBN,AqDAA,AuEDA,AqB/mBI,MnQ8lBEA,QAAQ,CAAC,CAAD,CAAR,CAAYzB,UAAZ,CAAuB0E,KAAvB,GAA+BgE,YAAY,CAACE,KAAb,CAAmBjJ,IAAnB,CAAwB,GAAxB,CAA/B;AACA,AkHkBN,AqDAA,AuEDA,U9OjBUmJ,YAAY,GAAGrH,QAAQ,CAAC/J,GAAT,CAAa,UAAU2N,CAAV,EAAa;AAC3C,AkHkBR,AqDAA,AuEDA,AqB/mBG,aAAK,EnQ8lBOiC,MAAM,AmQ9lBlB,CnQ8lBmBjC,CAAD,CAAb;AACD,AkHkBP,AqDAA,AuEDA,AqB/mBI,OnQ4lBqB,EAEhB1F,IAFgB,CAEX,CmQ9lBL3H,GnQ4lBgB,CAAnB,GmQ5lBF,GAAgBygB,MAAhB,GAA0Bg+B,QAA1B,CAAmC,kBAAnC;AnQ+lBEr3C,AkHkBN,AqDAA,AuEDA,AqB/mBI,MnQ8lBEA,IAAI,CAACjB,YAAL,CAAkB,OAAlB,EAA2BuK,YAAY,CAACG,MAAb,CAAoBlJ,IAApB,CAAyB,GAAzB,CAA3B;AACAP,AkHkBN,AqDAA,AuEDA,M9OjBMA,IAAI,CAACjB,YAAL,CAAkB/H,aAAlB,EAAiC,EAAjC;AACAgJ,AkHkBN,AqDAA,AuEDA,AqB/mBG,MnQ8lBGA,IAAI,CAAChB,SAAL,GAAiB0K,YAAjB;AACD,AkHkBL,AqDAA,AuEDA,AqB/mBIgwC,UAAAA,oBAAoB,GAAG,KAAvB;AnQ+iBa,AkHkEjB,AqDAA,AuEDA,AqB1nBE,GnQyjBA;AkHmEF,AqDAA,AuEDA;A9OhBE,AkHkBF,AqDAA,AuEDA,AqB/mBE,UAAIA,CnQ8lBK/vC,mBmQ9lBT,CnQ8lBA,CAA8BC,AmQ9lBJ,EnQ8lB1B,EAAkC;AAChCA,AkHkBJ,AqDAA,AuEDA,AqBhnB4B,InQ+lBxBA,EAAE,4BmQ9lBY,KAAKomC,OAAL,CAAc,aAAd,EAA6B9vC,KAA7B,CAAoC,GAApC,CADU;AnQgmBzB,AkHkBH,AqDAA,AuEDA,AqBjnB4B;AjJmnB5B,AqDAA,AuEDA,AqBlnB4B,YAClB1N,CADkB;AnQkmB1B,AkHkBF,AqDAA,AuEDA,AqBnnB4B,WnQkmBjBqX,CmQjmBEq9B,CADe,KnQkmB1B,CAAiBp9B,SAAjB,EAA4BrO,QAA5B,EAAsC;AACpC,AkHkBJ,AqDAA,AuEDA,Q9OjBQsO,gBAAgB,GAAG,OAAOtO,QAAP,KAAoB,UAApB,GAAiCA,QAAjC,GAA4C6M,MAAnE;AkHmBJ,AqDAA,AuEDA,AqBnnBG,YAAMwwC,eAAe,GAAGhqC,QAAQ,CAACtc,CAAD,CAAhC;AnQmmBC,AkHkBJ,AqDAA,AuEDA,AqBnnBG,QnQkmBKsX,ImQlmBCivC,KnQkmBQ,CAACjnD,MAAV,ImQlmBiB,CnQkmBI,CAAzB,CmQlmBwBgd,CnQkmBI,OmQlmBI,CAACo4B,CAAD,CAAjC;AnQmmBGn9B,AkHkBN,AqDAA,AuEDA,M9OjBMA,gBAAgB;AACjB,AkHkBL,AqDAA,AuEDA,AqBpnBG,KnQimBC,MAEO,CmQnmBJ,EAAE6V,kBAASI,QAAT,MAAwBy5B,gBAAgB,KAAK,QAA/C,CAAJ,EAA8D;AnQomB3D,AkHkBN,AqDAA,AuEDA,AqBpnBI,UnQmmBMzvC,KAAK,AmQnmBN2vC,GnQmmBShwC,GmQnmBd,CAAa,IAAb,EAAmBmvC,UnQmmBjB,KmQnmBF,EAAoCC,gBAApC;AjJsnBJ,AqDAA,AuEDA,AqBpnBI,2BAAGnpD,MAAH,EAAWkvB,EAAX,CAAe,QAAf,EAAyB;AnQomBvB,AkHkBN,AqDAA,AuEDA,AqBrnB6B,UnQomBnB9kB,MAAM,CAACL,EmQpmBkB,OAAI,CAACggD,InQomB9B,EmQpmByB,CAAa,EnQomBZriD,EmQpmBD,EAAmBwhD,eAAnB,EAAoCC,EnQomBjE,EAAuD,YmQpmB1B,CAAN;AnQqmBrB/uC,AkHkBR,AqDAA,AuEDA,AqBtnB6B,QnQqmBrBA,GmQrmBJ,EnQqmBS,GAAG7Z,MAAM,CAAC8Z,qBAAP,IAAgCN,oBAAxC;AACD,AkHkBP,AqDAA,AuEDA,AqBtnBI;AjJwnBJ,AqDAA,AuEDA,AqBtnBG;AnQsmBGK,AkHkBN,AqDAA,AuEDA,M9OjBMA,KAAK,CAAC,YAAY;AAChB,AkHkBR,AqDAA,AuEDA,AqBtnBE,UAAMrM,EnQqmBIgL,MmQrmBI,CnQqmBG,EmQrmBA,CnQqmBGF,CmQrmBpB,SnQqmB8B,EAAxB;AACA,AkHkBR,AqDAA,AuEDA,Y9OjBYlS,IAAI,GAAGsP,IAAI,CAACF,KAAL,CAAW,QAAX,CAAX;AACAmE,AkHkBR,AqDAA,AuEDA,AqB3uBwB,QnQ0tBhBA,SAAS,CAACxR,GAAV,CAAcqQ,OAAd,sBmQrmBkB,KAAKokC,UAAL,EArHF;AnQ2tBhBx2C,AkHkBR,AqDAA,AuEDA,AqB5uBwB,QnQ2tBhBA,IAAI;AACJwT,AkHkBR,AqDAA,AuEDA,Q9OjBQA,gBAAgB;AACjB,AkHkBP,AqDAA,AuEDA,AqB9uBwB,OnQutBb,CAAL;AAOD,AkHkBL,AqDAA,AuEDA,AqB1nBE,kEAA4C;AnQ0mB3C,AkHkBH,AqDAA,AuEDA,AqB3nB8C,cAAjCijC,SAAiC;AjJ6nB9C,AqDAA,AuEDA,AqB3nBGrvC,UAAAA,QAAQ,CAACzH,IAAT,CAAe82C,SAAS,CAAChd,IAAV,CAAgB7Y,QAAhB,CAAf;AnQ0mBD,AkHmBF,AqDAA,AuEDA,AqB3nBG,MnQymBGjN,QAAQ,GAAG,KAAf;AkHoBF,AqDAA,AuEDA,AqBnvBwB;AnQiuBtB,AkHoBF,AqDAA,AuEDA,AqBpvBwB,WnQiuBbC,kBAAT,GAA8B;AAC5BD,AkHoBJ,AqDAA,AuEDA,AqBrvBwB,InQkuBpBA,QAAQ,GAAG,IAAX;AACD,AkHoBH,AqDAA,AuEDA,AqBtvBwB;AjJwvBxB,AqDAA,AuEDA,AqBvvBwB;AnQouBtB,AkHqBF,AqDAA,AuEDA,W9OpBWE,iBAAT,GAA6B;AAC3BF,AkHqBJ,AqDAA,AuEDA,AqBzvBwB,InQquBpBA,QAAQ,GAAG,KAAX,+BmQ5mBmB,KAAK+iC,OAAL,EAzHC;AnQsuBrB,AkHqBH,AqDAA,AuEDA,AqB1vBwB;AjJ4vBxB,AqDAA,AuEDA;A9OpBE,AkHsBF,AqDAA,AuEDA,AqB5vBwB,MnQuuBlB5iC,EAAE,GAAG,IAAT;AkHuBF,AqDAA,AuEDA,AqBpoBE,kEAAsC;AnQ+mBtC,AkHuBF,AqDAA,AuEDA,AqBroBwC,WnQ+mB7BC,GmQ/mBE4iC,InQ+mBX,CAAiB3iC,CmQ/mBqB,MnQ+mBtC,EAA0B;AACxB,AkHuBJ,AqDAA,AuEDA,AqBroBG5M,QnQ+mBK,CAAChH,CmQ/mBNgH,QAAQ,CAACzH,IAAT,CAAeg3C,EnQ+mBd,EAAwB,EmQ/mBJ,CAACld,IAAP,CAAa7Y,QAAb,CAAf;AnQgnBG,AkHuBN,AqDAA,AuEDA,AqBroBG;AnQgnBE,AkHuBL,AqDAA,AuEDA,AqBjwBwB;AjJmwBxB,AqDAA,AuEDA,AqBlwBwB;AnQ6uBpB,AkHuBJ,AqDAA,AuEDA,AqBnwBwB,QnQ6uBhB,CAACnd,MAAM,CAACN,gBAAZ,EAA8B;AAC5B,AkHuBN,AqDAA,AuEDA,AqBpwBwB;AnQ+uBnB,AkHuBL,AqDAA,AuEDA,AqBrwBwB;AjJuwBxB,AqDAA,AuEDA;A9OrBI,AkHuBJ,AqDAA,AuEDA,AqB3oBE,QnQqnBM8Q,KmQrnBCvM,OnQqnBW,AmQrnBJ,CAACP,EnQqnBM6M,CmQrnBd,CAAa5M,KnQqnBQ,CAAC6M,EmQrnBtB,EAAuB/N,IAAvB,CAA6B,GnQqnBlC,SmQrnBwC;AnQqnBxC,AkHwBJ,AqDAA,AuEDA,AqB5oB4C,QnQsnBpCgO,YAAY,GAAGF,OAAO,CAACE,YAD3B,UmQpnBsB,OAAI,CAAC4lB,UADa;AnQqnBxC,AkHyBJ,AqDAA,AuEDA,AqB7oB4C,QnQunBpC3lB,sBAAsB,GAAGH,OAAO,CAACG,sBAFrC;AAAA,AkH0BJ,AqDAA,AuEDA,Q9OtBQC,qBAAqB,GAAGJ,OAAO,CAACK,oBAHpC;AAAA,AkH2BJ,AqDAA,AuEDA,AqB/oB4C,QnQynBpCA,oBAAoB,GAAGD,qBAAqB,KAAK,KAAK,CAA/B,GAAmCva,QAAnC,GAA8Cua,qBAJzE;AAKAN,AuKuBJ,AuEDA,AqB/oBG,InQynBCA,EAAE,GAAG,IAAI1T,iBAAJ,CAAsB,UAAUkU,OAAV,EAAmB,kBmQznBP;AnQ0nBrC,AuKuBN,AuEDA,AqBhpB2C,UnQ0nBjCX,MmQ1nBIhQ,EnQ0nBR,EAAc,ImQ1nBuB;AnQ2nBrC2F,AuKuBN,AuEDA,AqBjpB2C,MnQ2nBrCA,OAAO,CAACgL,EmQ1nBF5Y,IAD+B,CnQ2nB9B,CAAP,CAAiBM,AmQ1nBQ2H,OnQ0nBzB,CAAyB,AmQ3nBY,CAC/BjI,IAD+B,KnQ2nBF6Y,cAAV,EAA0B;AACjD,AuKuBR,AuEDA,AqBlpB2C,YnQ4nB/BA,ImQ3nBMrP,QADyB,EnQ4nBjB,CAACsP,AmQ3nBI7Q,InQ2nBnB,ImQ5nB+B,CnQ4nBP,AmQ3nBlBuB,QADyB,GnQ4nB/B,IAAuCqP,cAAc,CAACE,UAAf,CAA0BlZ,MAA1B,GAAmC,CAA1E,IAA+E,CAACyW,SAAS,CAACuC,cAAc,CAACE,UAAf,CAA0B,CAA1B,CAAD,CAA7F,EAA6H;AAC3H,AuKuBV,AuEDA,c9OtBchR,MAAM,CAACP,oBAAX,EAAiC;AAC/BiR,AuKuBZ,AuEDA,AqBlpBI,YnQ4nBQA,ImQ5nBJ,OAAOzY,IAAP,KAAgB,EnQ4nBU,CAAC6Y,QmQ5nB/B,EAAiC,InQ4nBY,CAACnZ,MAAhB,CAAtB;AACD,AuKuBX,AuEDA,AqBlpBK,cAAA,OAAI,CAAC6nD,gBAAL,CAAuBvnD,IAAvB,EAA6BwJ,QAA7B;A5FopBL,AuEDA,AqBlpBK;AnQ6nBK+O,AuKuBV,AuEDA,AqBlpBI,UnQ4nBMA,YAAY,CAACM,cAAc,CAACnZ,MAAhB,CAAZ;AACD,AuKuBT,AuEDA,AqBzpB4C;A5F2pB5C,AuEDA,AqB1pB4C;AnQqoBpC,AuKuBR,AuEDA,AqB3pB4C,YnQqoBhCmZ,cAAc,CAACC,IAAf,KAAwB,YAAxB,IAAwCD,cAAc,CAACnZ,MAAf,CAAsBmX,UAA9D,IAA4E9O,MAAM,CAACP,oBAAvF,EAA6G;AAC3GiR,AuKuBV,AuEDA,AqB5pB4C,UnQsoBlCA,sBAAsB,CAACI,cAAc,CAACnZ,MAAf,CAAsBmX,UAAvB,CAAtB;AACD,AuKuBT,AuEDA,AqB7pB4C;A5F+pB5C,AuEDA;A9OrBQ,AuKuBR,AuEDA,AqBxpBG,QAAA,InQkoBSgC,GmQloBL,CAAC9P,MAAL,CAAa,GnQkoBU,CAAC+P,IAAf,EmQloBT,EAAyB,CnQkoBQ,GmQloBjC,SnQkoBS,IAAwCxC,SAAS,CAACuC,cAAc,CAACnZ,MAAhB,CAAjD,IAA4E,CAACoG,+BAA+B,CAACnH,OAAhC,CAAwCka,cAAc,CAACjK,aAAvD,CAAjF,EAAwJ;AACtJ,AuKuBV,AuEDA,c9OtBciK,cAAc,CAACjK,aAAf,KAAiC,OAArC,EAA8C;AAC5C,AuKuBZ,AuEDA,AqBzpBG,eAAO5C,CnQmoBMgN,MmQnoBC,CAAClP,OAAR,EAAP,CnQmoB8B,GAAG8L,gBAAgB,CAAC9H,UAAU,CAAC+K,cAAc,CAACnZ,MAAhB,CAAX,CAAxC;AAAA,AuKwBZ,AuEDA,AqBzpBG,OATM,CAAP,QnQ4oBcmB,MAAM,GAAGmY,iBAAiB,CAACnY,MAD/B;AAAA,AuKyBZ,AuEDA,AqBzpBE,gBnQmoBcS,QAAQ,GAAG0X,iBAAiB,CAAC1X,QAFjC;AuK0BZ,AuEDA,AqBxpBC;AnQmoBW,AuKuBZ,AuEDA,gB9OtBgBT,MAAJ,EAAYgY,cAAc,CAACnZ,MAAf,CAAsBoN,YAAtB,CAAmC,aAAnC,EAAkDjM,MAAlD;AACZ,AuKuBZ,AuEDA,gB9OtBgBS,QAAJ,EAAcuX,cAAc,CAACnZ,MAAf,CAAsBoN,YAAtB,CAAmC,WAAnC,EAAgDxL,QAAhD;AACf,AuKuBX,AuEDA,W9O7BU,MAOO;AACLkX,AuKuBZ,AuEDA,Y9OtBYA,YAAY,CAACK,cAAc,CAACnZ,MAAhB,CAAZ;AACD,AuKuBX,AuEDA;A9OrBS,AuKuBT,AuEDA;A9OrBO,AuKuBP,AuEDA,O9O/CM;AA0BD,AuKuBL,AuEDA,K9OlDS,CAAL;AA6BA,AuKuBJ,AuEDA,Q9OtBQ,CAACrB,MAAL,EAAa;AACb+Z,AuKuBJ,AuEDA,I9OtBIA,EAAE,CAACC,OAAH,CAAWM,oBAAX,EAAiC;AAC/BM,AuKuBN,AuEDA,M9OtBMA,SAAS,EAAE,IADoB;AAE/BtK,AuKuBN,AuEDA,M9OtBMA,UAAU,EAAE,IAFmB;AAG/BuK,AuKuBN,AuEDA,M9OtBMA,aAAa,EAAE,IAHgB;AAI/BC,AuKuBN,AuEDA,M9OtBMA,OAAO,EAAE,emQroBiC;AnQioBX,AuK4BrC,AuEDA,AqB5pBgD,KnQioB5C,KmQjoBawuC,IAA+B,uEAAxB,KAAwB;AnQuoB7C,AuKuBH,AuEDA,AqB7pBgD,UAAjBC,OAAiB,uEAAP,KAAO;A5F+pBhD,AuEDA,AqB7pBE,UAAIjhD,OAAO,GAAG,IAAd;AnQuoBA,AuKwBF,AuEDA,AqB7pBE,UAAIyf,CnQsoBKhN,KmQtoBC,GAAG,EnQsoBb,GAAsB,AmQtoBtB;AnQuoBE,AuKwBJ,AuEDA,Q9OvBQ,CAAChB,EAAL,EAAS;AACTA,AuKwBJ,AuEDA,AqB7pBE,InQsoBEA,EAAE,CAACgB,GmQtoBDuuC,IAAI,GnQsoBN,EmQtoBW,IAAb,EAAmB;AnQuoBlB,AuKwBH,AuEDA,AqB7pBGhhD,QAAAA,OAAO,GAAG/I,QAAQ,CAACgJ,aAAT,CAAwB,cAAxB,CAAV;A5F+pBH,AuEDA,AqB7pBGwf,QAAAA,MAAM,GAAGzf,OAAO,KAAK,IAArB;AnQuoBD,AuKwBF,AuEDA,AqB7pBG,OAHD,InQyoBS0S,EmQtoBF,SnQsoBP,CAAsBtL,IAAtB,EAA4B;AAC1B,AuKwBJ,AuEDA,AqB7pBGpH,QnQsoBKkG,AmQtoBLlG,KnQsoBU,EmQtoBH,CnQsoBMoH,EmQtoBH,EnQsoBO,CAAClH,YAAL,CAAkB,CmQtoBlB,MnQsoBA,CAAZ,OmQtoBS,CAAV;AnQuoBC,AuKwBJ,AuEDA,AqB7pBGuf,QnQsoBKrf,AmQtoBLqf,GnQsoBQ,GAAG,AmQtoBL,EnQsoBL,CmQtoBQzf,OAAO,CAAC9G,MAAR,GAAiB,CAA1B;A5F+pBH,AuEDA,AqB7pBG,OAV6C,CAY9C;AnQqoBE,AuKwBJ,AuEDA,AqB3pBE,QnQooBMgN,KAAJ,EAAW;AACT9F,AuKwBN,AuEDA,AqB3pBE,MnQooBIA,GAAG,GAAG8F,KAAK,CAACoB,KAAN,CAAY,GAAZ,EAAiB7M,MAAjB,CAAwB,UAAUC,GAAV,EAAewL,KAAf,EAAsB;AAClD,AuKwBR,AuEDA,Y9OvBYrM,MAAM,GAAGqM,KAAK,CAACoB,KAAN,CAAY,GAAZ,CAAb;AACA,AuKwBR,AuEDA,Y9OvBYqL,IAAI,GAAG9Y,MAAM,CAAC,CAAD,CAAjB;AACA,AuKwBR,AuEDA,AqB7pBE,UAAI4lB,EnQsoBMjnB,ImQtoBA,CnQsoBK,GAAGqB,CmQtoBH,KnQsoBS,AmQtoBpB,CnQsoBqB6N,GmQtoBDu5C,EnQsoBN,CAAa,CAAb,CAAZ,EmQtoByB,KAAK,KAApC,EAA2C;A5F+pB7C,AuEDA,AqB7pBG9P,+BAAWuD,IAAX,CACC,+BADD,EAEC,4FAFD,EAGC;AnQooBI,AuKwBR,AuEDA,AqB1pBK,YnQmoBO/hC,IAAI,GmQnoBF,CnQmoBMna,KAAK,CAACU,MAAN,GAAe,CAA3B,EAA8B,uMmQpoBlC;AnQqoBMwB,AuKwBV,AuEDA,AqB1pBK,UnQmoBKA,GAAG,CAACiY,IAAD,AmQnoBA,CnQmoBH,GAAYna,KAAK,CAACmP,IAAN,CAAW,GAAX,EAAgBO,IAAhB,EAAZ;AACD,AuKwBT,AuEDA,AqB1pBM,iBAAK,6HADE;A5F6pBb,AuEDA,AqB1pBM;AnQooBE,AuKwBR,AuEDA,AqB7pBa,enQsoBExN,GAAP;AACD,AuKwBP,AuEDA,AqBhqBI,OnQ+nBQ,EAUH,AmQ5oBN,EnQkoBS,CAAN;AAWD,AuKwBL,AuEDA,AqBjpBG;A5FmpBH,AuEDA;A9OtBI,AuKwBJ,AuEDA,AqBlpBE,WnQ2nBS0F,EmQ3nBFJ,CnQ2nBL,MmQ3nBF;AnQ4nBC,AuKwBH,AuEDA,AqBlpBE;A5FopBF,AuEDA;A9OtBE,AuKwBF,AuEDA,W9OvBW4S,WAAT,CAAsBxL,IAAtB,EAA4B;AAC1B,AuKwBJ,AuEDA,Q9OvBQyL,cAAc,CmQ5nBVwM,EnQ4nBajY,IAAI,CAAClH,AmQ5nBXnH,QAAQ8J,InQ4nBF,CAAkB,KmQ5nBN,QnQ4nBZ,CAArB;AACA,AuKwBJ,AuEDA,AqBnpBE,QnQ4nBMiQ,KmQ5nBC,KAAK9S,MnQ4nBU,CmQ5nBf,EnQ4nBkBoH,CmQ5nBF8e,EAAhB,CnQ4nBsB,AmQ5nBF7G,CnQ4nBGnf,ImQ5nBvB,EAA2BnH,MnQ4nBT,AmQ5nBlB,CnQ4nBoC,CmQ5nBD8J,QAAnC,CAAP,CnQ4nByB,CAAvB;AACA,AuKwBJ,AuEDA,AqBnpBE,QnQ4nBMkQ,SAAS,GAAG3L,IAAI,CAAC2L,SAAL,KAAmB1Y,SAAnB,GAA+B+M,IAAI,CAAC2L,SAAL,CAAe7K,IAAf,EAA/B,GAAuD,EAAvE;AACA,AuKwBJ,AuEDA,Q9OvBQ9H,GAAG,GAAG6O,gBAAgB,CAAC9H,UAAU,CAACC,IAAD,CAAX,CAA1B;AuKyBJ,AuEDA;A9OtBI,AuKwBJ,AuEDA,Q9OvBQyL,cAAc,IAAIC,UmQ7nBD,MnQ6nBrB,EAAwC;AACtC1S,AuKwBN,AuEDA,AqBppBE,MnQ6nBIA,GAAG,CAAClG,GmQ7nBD,GnQ6nBH,GAAa2Y,WmQ7nBP,GnQ6nBN,EmQ7nBW4L,SAAR,CAAP;AnQ8nBIre,AuKwBN,AuEDA,AqBppBE,MnQ6nBIA,GAAG,CAACzF,QAAJ,GAAemY,gBAAf;AACD,AuKwBL,AuEDA,AqBnpBC;A5FqpBD,AuEDA;A9OtBI,AuKwBJ,AuEDA,Q9OvBQ1S,GAAG,CAAClG,MAAJ,IAAc6Y,SAAS,CAAC7Z,MAAV,GAAmB,CAArC,EAAwC;AACtCkH,AuKwBN,AuEDA,M9OvBMA,GAAG,CAACzF,QAAJ,GAAeiU,UAAU,CAACxO,GAAG,CAAClG,MAAL,EAAakN,IAAI,CAAC2L,SAAlB,CAAzB;AACD,AuKwBL,AuEDA,K9OzBI,MAEO,IAAI3S,GAAG,CAAClG,MAAJ,IAAc6Y,SAAS,CAAC7Z,MAAV,KAAqB,CAAvC,EAA0C;AAC/CkH,AuKwBN,AuEDA,M9OvBMA,GAAG,CAACzF,QAAJ,GAAegU,SAAS,CAACvO,GAAG,CAAClG,MAAL,EAAayT,KAAK,CAACvG,IAAI,CAAC2L,SAAN,CAAlB,CAAxB;AACD,AuKwBL,AuEDA;AvEEA,AuEDA;A9OtBI,AuKwBJ,AuEDA,W9OvBW3S,GAAP;AACD,AuKwBH,AuEDA;AvEEA,AuEDA;A9OtBE,AuKwBF,AuEDA,M9OvBM4S,oBAAoB,GAAG,SAASA,oBAAT,CAA8BC,eAA9B,EAA+C;AACxE,AuKwBJ,AuEDA,Q9OvBQ3K,SAAS,GAAG,QmQ/nBHvC,MAAoB;AnQgoB/BP,AuKwBN,AuEDA,AqBvpBqC,MnQgoB/BA,IAAI,AmQhoBa07C,EnQgoBX,EADQ,GmQ/nBiB,uEAAJ,EAAI;AnQioB/Bz7C,AuKwBN,AuEDA,AqBvpBE,MnQgoBIA,CAAC,EAAE,CAFW,AmQ9nBZ4Z,KAAK,GAAG,IAAI8hC,WAAJ,CAAiBp7C,IAAjB,EAAuB;AnQioBjCL,AuKwBN,AuEDA,AqBxpByC07C,MnQioBnC17C,CAAC,CmQjoBkC07C,CnQioBhC,CAHW,KmQ9nB4B,EAAE,KAAX;AnQkoBjCx7C,AuKwBN,AuEDA,AqBzpByDy7C,MnQkoBnDz7C,EmQloBmDy7C,GnQkoB9C,EAAE,CmQloBkD,EAAEH,EnQ8nB7C;AAKdr7C,AuKwBN,AuEDA,AqB1pBuC,MnQmoBjCA,CmQnoBU,CAAd,GnQmoBS,EAAE,KALO;AAMdF,AuKwBN,AuEDA,AqBzpBE,MnQkoBIA,ImQloBE3F,EnQkoBI,EAAE,GmQloBC,GAAG,KAAKA,OAAL,CAAc,IAAd,EAAoB,IAApB,CAAhB;AnQ4nBkB,AuK+BpB,AuEDA,K9O9BI;AuKgCJ,AuEDA,AqBzpBE,UAAIA,OAAJ,EAAa;AnQmoBX,AuKwBJ,AuEDA,AqBzpBGA,QnQkoBK,AmQloBLA,CnQkoBMiT,MmQloBC,CAACquC,QnQkoBP,EAAsB,GmQloBvB,CAAuBjiC,KAAvB;AnQmoBG,AuKwBN,AuEDA,AqBzpBG,OAFD,MnQooBW/W,AmQloBJ,SnQkoBH;AACD,AuKwBL,AuEDA,AqBzpBG,KnQgoBC,MAEO,mBmQloBC;AnQmoBN,AuKwBN,AuEDA,AqB1pBY,anQmoBC2K,ImQnoBKquC,WnQmoBU,CAAClxC,CmQnoBE,CAAEiP,KAAF,CAAnB,GnQmoBC,GAA8B/X,KAA9B,CAAoC,GAApC,EAAyC7M,MAAzC,CAAgD,UAAUC,GAAV,EAAeiF,CAAf,EAAkB;AACvE,AuKwBR,AuEDA,AqB3pBY,SAAT,GnQooBS8H,KAAK,GAAG9H,CAAC,CAACyQ,WAAF,GAAgB9I,KAAhB,CAAsB,GAAtB,CAAZ;AACA,AuKwBR,AuEDA,AqB3pBG,YnQooBS4L,KAAK,GAAGzL,KAAK,CAAC,CAAD,CAAjB;AACA,AuKwBR,AuEDA,AqB3pBE,YnQooBUuH,IAAI,GAAGvH,KAAK,CAACC,KAAN,CAAY,CAAZ,EAAeC,IAAf,CAAoB,GAApB,CAAX;AuKyBR,AuEDA;A9OtBQ,AuKwBR,AuEDA,Y9OvBYuL,KAAK,IAAIlE,IAAI,KAAK,GAAtB,EAA2B;AACzBtU,A8OuBV,U9OvBUA,GAAG,CAACkL,KAAJ,GAAY,IAAZ,CmQroB8B;AnQsoB9B,A8OuBV,AqB7pBwC,iBnQsoBvBlL,GAAP;AACD,A8OuBT;AACA,AqB/pBwC,UAA1B6jB,QAA0B,uEAAf,aAAe;AnQyoBhC,A8OuBR,AqB/pBE,WAAKE,CnQwoBKvL,KAAK,GmQxoBf,CnQwoBmBlE,EmQxoBFuP,EnQwoBM,KAAK,CmQxoB5B,EnQwoBM,EAA2B;AACzB7jB,A8OuBV,AqB9pBE,UnQuoBQA,CmQvoBHo6C,EnQuoBM,CAACjvC,ImQvoBZ,CnQuoBQ,AmQvoBM,GnQuoBM,IAAZ,GmQvoBR;AnQwoBQ,A8OuBV,iB9OvBiBnL,GAAP;AACD,A8OuBT,AqB9pBE,UAAI,KAAKi8C,OAAL,CAAaxrB,aAAb,GAA8BplB,IAA9B,KAAuC,EAA3C,EAA+C;ArB+pBjD,AqB9pBG,aAAK8wC,YAAL;AnQwoBK7nC,A8OuBR,AqB9pBG,QnQuoBKA,IAAI,GAAGmE,UAAU,CAACnE,IAAD,CAAjB;A8OwBR;A9OtBQ,A8OuBR,AqB9pBEmiC,YnQuoBU/9B,KAAK,CAACpE,IAAD,CAAT,EAAiB,ImQvoBZomB,IAAX;AnQwoBQ,A8OuBV,iB9OvBiB16B,GAAP;AACD,A8OuBT,AqB9pBE,WAAKo6C,OAAL,CAAc,WAAd;ArB+pBF,AqB7pBE,aAAO,KAAKkL,KAAL,CAAYzhC,QAAZ,EAAsB1a,IAAtB,CAA4B,YAAM;AnQuoBnC,A8OuBR,AqB5pBG,QAAA,OAAI,CnQqoBSqP,AmQroBR4hC,KnQqoBA,EmQroBL,CAAc,UAAd;AnQsoBO,A8OuBV,e9OvBe,MAAL;AACEp6C,A8OuBZ,AqB5pBG,QAAA,InQqoBSA,GAAG,AmQroBR,CnQqoBS8K,AmQroBRsvC,InQqoBI,GAAWp6C,AmQroBpB,CAAc,EnQqoBS,CAAC8K,IAAJ,GAAWwJ,AmQroB/B,InQqoBS;AACA,A8OuBZ;AACA,AqB5pBG,eAAO,OAAI,CAACooB,IAAL,CAAW7Y,QAAX,EAAqB1a,IAArB,CAA2B,YAAM;AnQsoBjC,A8OuBV,AqB3pBI,UAAA,KnQooBW,EmQpoBP,CAACixC,KnQooBC,EmQpoBN,CAAc,SAAd;AnQqoBQp6C,A8OuBZ,Y9OvBYA,GAAG,CAAC8K,IAAJ,GAAW9K,GAAG,CAAC8K,IAAJ,GAAWwJ,IAAtB;AACA,A8OuBZ,AqB3pBI,UAAA,OAAI,CAACqvC,aAAL,GAAqB,IAAIkD,KAAJ,EAArB,CAJuC,CAMvC;ArB0pBJ;A9OtBU,A8OuBV,AqB1pBI,UAAA,KnQmoBW,EmQnoBP,CAACC,GnQmoBC,KmQnoBN,GAPuC,CASvC;AnQkoBQ9mD,A8OuBZ,Y9OvBYA,GAAG,CAAC+K,CAAJ,GAAQ/K,GAAG,CAAC+K,CAAJ,GAAQuJ,IAAhB;AACA,A8OuBZ;AACA,AqB1pBI,UAAA,OAAI,CAACkoB,KAAL,CAAY;AnQooBN,A8OuBV,AqB1pBKoiB,YAAAA,GnQmoBU,EmQnoBL,EAAE,GnQmoBF,ImQnoBM,CAAClC,OAAL,CAAc,OAAd;AnQooBA18C,A8OuBZ,AqB5pBgB,WAAZ,CnQqoBQA,CmQ/oB+B,CAcvC,CnQioBW,CAAC+K,CAAJ,GAAQ/K,GAAG,CAAC+K,CAAJ,GAAQuJ,IAAhB;AACA,A8OuBZ,AqBxpBI;ArBypBJ;A9OtBU,A8OuBV,e9OvBe,IAAL;AACEtU,A8OuBZ,AqB1pBI,YnQmoBQA,EmQnoBJ,CnQmoBO,CAACgL,CAAJ,GAAQhL,CmQnoBR,CAAC08C,CnQmoBU,CAAC1xC,CAAJ,GAAQsJ,CmQnoBpB,CAAc,EnQmoBV,WmQnoBJ,MAAiC,KAArC,EAA4C;AnQooBpC,A8OuBZ,AqB1pBK,gBAAIgY,kBAAS05B,MAAT,MAAsB15B,kBAASE,WAAT,OAA4B,OAAI,CAACkwB,OAAL,CAAc,aAAd,CAAtD,EAAoF;ArB2pBzF,AqB1pBM,cAAA,OAAI,CAAC8E,KAAL,CAAY,qBAAZ,EAAmC;AnQooB/B,A8OuBV,AqB1pBOjoC,enQmoBQ,CmQnoBRA,KnQmoBG,EmQnoBI,EAAE;AnQooBJvZ,A8OuBZ,AqB5pByC,YnQqoB7BA,GAAG,AmQroBT,CnQqoBUgL,CAAJ,GAAQhL,GAAG,CAACgL,CAAJ,GAAQsJ,IAAhB;AACA,A8OuBZ,AqB1pBM;ArB2pBN,AqB1pBK,WAtBsC,CAwBvC;AnQkoBM,A8OuBV,e9OvBe,QAAL;AACEtU,A8OuBZ,Y9OvBYA,GAAG,CAACiL,MAAJ,GAAajL,GAAG,CAACiL,MAAJ,GAAaqJ,IAA1B;AACA,A8OuBZ,AqB1pBI,UAAA,OAAI,CAACyyC,OAAL,GAAgB59C,IAAhB,CAAsB,YAAM,CAE3B,CAFD,EAEGe,KAFH,CAEU,UAAC1N,CAAD,EAAO;AnQsmBb,A8OmDR,AqBxpBKkgB,YAAAA,OAAO,CAACpD,KAAR,CAAe9c,CAAf;ArBypBL,AqBxpBK,WAJD,EAIGmiD,OAJH,CAIY,YAAM;AnQkoBd,A8OuBR,AqBxpBK,enQioBU3+C,CmQjoBN,EnQioBD,KmQjoBK,CAAC4+C,KAAL,EAAJ,EAAmB;AnQkoBjB,A8OuBP,AqBxpBM,OnQ6kBO,EAoDJhxC,KmQjoBH,InQ6kBO,CAAP,EmQ7kBI,CAACo5C,gBAAL;AnQkoBD,A8OuBL,AqBxpBM,aAFD,MAEO;AnQkoBT,A8OuBH,AqBxpBMvQ,GnQ8jBJ,kCmQ9jBeuD,IAAX,aACK,OAAI,CAAC0C,OAAL,CAAc,OAAd,CADL,6BAEC,mFAFD,EAGC;ArBspBP,AqBrpBQ,gDAAgC,OAAI,CAACA,OAAL,CAAc,OAAd,CADjC;AnQ+nBL,A8OwBF,AqBrpBQ,WnQ6nBG/jC,eAAT,CAA0BjM,IAA1B,EAAgC,GmQ7nBN3O,MAAM,CAACY,IAAP,CAAa,OAAI,CAAC89C,MAAL,EAAb,CAFrB;AnQgoBH,A8OwBJ,AqBrpBQ,WnQ6nBGnkC,amQ7nBK,OnQ6nBe,CAAC5L,IAAI,CAAClH,YAAL,CAAkB,mBAAlB,CAAD,CAA3B;AACD,A8OwBH,AqBrpBS,uBAAK;ArBspBd,AqBvpBgB;AnQgoBd,A8OwBF,AqB3pBO,WnQmoBIoT,ImQtoBL,QnQsoBJ,CAAuBlM,IAAvB,EAA6B;AAC3B,A8OwBJ,AqBppBM,QnQ4nBEoE,MAAM,GAAGpE,IAAI,CAAClH,YAAL,CAAkB,gBAAlB,CAAb;AACA,A8OwBJ,AqBppBK,WnQ4nBMsL,AmQhpBP,MnQgpBa,KAAK,IAAX,GAAkB,KAAlB,GAA0BA,MAAM,KAAK,EAAX,GAAgB,IAAhB,GAAuBA,MAAxD;AACD,A8OwBH;AACA,AqBppBI,cAAM4pB,IAAI,GAAG,EAAb;AnQ6nBF,A8OwBF,W9OxBW7hB,gBAAT,CAA2BnM,IAA3B,EAAiC;AAC/B,A8OwBJ,AqBrsB2C,QnQ6qBnCoM,eAAe,GAAGvM,OAAO,CAACG,IAAI,CAACY,UAAN,CAAP,CAAyBvN,ImQ5nBvB,EnQ4nBF,CAAgC,ImQ5nB1B,CAAC05C,KnQ4nBmCz5C,GAAV,EAAeqF,AmQ5nB7C,EAjDe,EnQ6qBe,EAAqB;AACzE,A8OwBN,AqBtsB2C,UnQ8qBjCrF,GAAG,CAACqL,IAAJ,KAAa,OAAb,IAAwBrL,GAAG,CAACqL,IAAJ,KAAa,OAAzC,EAAkD;AAChDrL,A8OwBR,Q9OxBQA,GAAG,CAACqF,IAAI,CAACgG,IAAN,CAAH,GAAiBhG,IAAI,CAACvH,KAAtB;AACD,A8OwBP,AqBxsB2C;ArBysB3C,AqBxpBI,sEAA4C;AnQioB1C,A8OwBN,AqBzpBgD,anQioBnCkC,GAAP,EmQjoBS05C,SAAiC;AnQkoB3C,A8OwBL,AqBzpBKhf,KnQ2nBqB,EAMnB,EANmB,CAAtB,ImQ3nBCA,IAAI,CAAC93B,IAAL,CAAW82C,SAAS,CAAChf,IAAV,CAAgB7W,QAAhB,CAAX;AnQkoBD,A8OwBJ,AqBzpBK,QnQioBG5S,KAAK,GAAGvE,IAAI,CAAClH,YAAL,CAAkB,OAAlB,CAAZ;AACA,A8OwBJ,AqB7sB2C,QnQqrBnC0L,OAAO,GAAGxE,IAAI,CAAClH,YAAL,CAAkB,kBAAlB,CAAd;A8OyBJ,AqB9sB2C;AnQurBvC,A8OwBJ,AqB/sB2C,QnQurBnCkB,MAAM,CAACR,QAAX,EAAqB;AACnB,A8OwBN,AqBhtB2C,UnQwrBjC+K,KAAJ,EAAW;AACT6H,A8OwBR,AqBjtB2C,QnQyrBnCA,eAAe,CAAC,iBAAD,CAAf,GAAqC,GAAGja,MAAH,CAAU6H,MAAM,CAACX,gBAAjB,EAAmC,SAAnC,EAA8ClH,MAA9C,CAAqDqS,OAAO,IAAI/E,YAAY,EAA5E,CAArC;AACD,A8OwBP,O9O1BM,MAEO;AACL2M,A8OwBR,AqBntB2C,QnQ2rBnCA,eAAe,CAAC,aAAD,CAAf,GAAiC,MAAjC,QmQtoBiB,OAAI,CAAC6gC,OAAL,EArDkB;AnQ4rBnC7gC,A8OwBR,AqBptB2C,QnQ4rBnCA,eAAe,CAAC,WAAD,CAAf,GAA+B,OAA/B;AACD,A8OwBP;A9OvBK,A8OwBL,AqBttB2C;ArButB3C,AqBlqBI,sEAAsC;AnQ2oBtC,A8OwBJ,AqBnqB0C,WnQ2oB/BA,OmQ3oBI8gC,MAA2B,EnQ2oBtC;AACD,A8OwBH,AqBnqBKlf,cAAAA,IAAI,CAAC93B,IAAL,CAAWg3C,MAAM,CAAClf,IAAP,CAAa7W,QAAb,CAAX;ArBoqBL,AqBnqBK;AnQ4oBH,A8OwBF,AqB3tB2C,WnQmsBhC9K,UAAT,CAAqBrM,IAArB,EAA2B;AACzB,A8OwBJ,AqB5tB2C,QnQosBnC6C,IAAI,GAAG7C,IAAI,CAAClH,YAAL,CAAkB,cAAlB,CAAX;A8OyBJ,AqB7tB2C;AnQssBvC,A8OwBJ,AqB9tB2C,QnQssBnC,CAAC+J,IAAL,EAAW;AACT,A8OwBN,AqB/tB2C,anQusB9B8E,kBAAkB,EAAzB;AACD,A8OwBL,K9O1BI,MAEO;AACL,A8OwBN,AqBxqBI,anQgpBSE,CmQhpBL,OAAI,CAACmoC,OnQgpBgB,AmQhpBrB,CnQgpBsBntC,AmQhpBR,InQgpBY,CAAC3C,KAAL,AmQhpBtB,CnQgpBiC,GAAX,CmQhpBO,CnQgpBS5H,AmQhpBtC,GnQgpBsB,CAAoB,AmQhpBR,OAAO,GnQgpBW1G,CAAV,EAAa,CmQhpBV,CAACo+C,OAAL,CAAc,UAAd,CAAP,KAAqC,QAA3E,EAAqF;AnQipBjF,A8OwBR,AqBxqBK,YAAA,GnQgpBUp+C,CAAC,CAACkP,EmQhpBR,CAACyV,CnQgpBK,EAAP,EmQhpBH,CAAWA,KAAX,CAAkB,+CAAlB;AnQipBE,A8OwBP,O9O1B8B,CAAD,CAAvB;AAGD,A8OwBL,AqBzqBK,YAAA,OAAI,CAACvb,MAAL,CAAa,qBAAb,EAAoCgf,WAAW,CAAC,YAAM;AnQkpBxD,A8OwBH,AqBzqBM,cAAA,OAAI,CAACzD,KAAL,CAAWK,cAAX,CAA2B,gBAA3B;ArB0qBN;A9OvBE,A8OwBF,AqB1qBM,WnQkpBKtK,OmQlpBC5M,EnQkpBV,AmQlpBY,GnQkpBS,AmQlpBN,OAAI,CAAC1E,MAAL,CAAa,wBAAb,CAAX;AnQmpBF,A8OwBJ,W9OxBW;AACLzH,A8OwBN,AqB1qBM,MnQkpBAA,QAAQ,AmQlpBR,EnQkpBU,IADL,CmQjpBD,CAACgjB,KAAL,CAAWA,KAAX,CAAkB,qBAAlB,EAAyC7W,EAAzC;AnQmpBA6E,A8OwBN,M9OxBMA,KAAK,EAAE,IAFF;AAGLC,A8OwBN,AqB1qBM,MnQkpBAA,OAAO,CmQlpBP,CnQkpBS,IAHJ,EmQ/oBD,CAAC+1C,MAAL,CAAa,eAAb,EAA8B76C,EAA9B;AnQmpBA5M,A8OwBN,M9OxBMA,MAAM,EAAE,IAJH;AAKLoO,A8OwBN,AqB1qBM,MnQkpBAA,SAAS,EAAE/C,CmQlpBP,OAAI,CAACnD,MAAL,CAAa,InQ6oBZ,oBmQ7oBD,MAA2C,OAAI,CAACg1C,OAAL,CAAc,OAAd,CAA/C,EAAuE;AnQmpBvE5rC,A8OwBN,AqB1qBO,MnQkpBDA,MAAM,EAAE,EmQlpBP,GnQ4oBI,ImQ5oBA,CAACpJ,MAAL,CAAa,wBAAb,EAAuC,CAAvC;AnQmpBD6H,A8OwBN,AqB1qBO,MnQkpBDA,IAAI,EAAE,GmQppBN,CnQ6oBK,KmQ3oBE;AnQmpBPE,A8OwBN,AqB1qBO,MnQkpBDA,MAAM,EAAE,EmQlpBP,EnQ0oBI,KmQ1oBA,CAAC/H,MAAL,CAAa,wBAAb,EAAuC,OAAI,CAACA,MAAL,CAAa,wBAAb,IAAyC,CAAhF;AnQmpBDyJ,A8OwBN,AqB1qBO,MnQkpBDA,KAAK,EAAE;AACLO,A8OwBR,Q9OxBQA,OAAO,EAAE,EADJ;AAELvS,A8OwBR,AqB1qBM,QnQkpBEA,MAAM,AmQlpBR,EnQkpBU,EAFH,GmQhpBH,CAAC8jB,KAAL,CAAWM,QAAX,CAAqB,gBAArB;AnQmpBEjW,A8OwBR,AqBzqBM,QnQipBEA,KmQjqB4C,EAgB5C,GnQipBU,EAAE,EmQjpBR,CAACovC,OAAL,CAAc,UAAd,IAA4B,KAhBgB,CAA/C;AnQ8pBQ,A8O4Bb,AqBzqBK,WAnBD,MAmBO;AnQooBA,A8OsCX,AqBzqBK,KnQmoBD,OmQnoBC,OAAI,CAACz5B,KAAL,CAAWA,KAAX,CAAkB,qEAAlB;AnQkpBF,A8OwBH;AACA,AqB1qBK,YAAA,OAAI,CAAC3d,OAAL,GAAgBwgB,IAAhB,CAAsB,gDAAtB,EAAwEw+B,IAAxE;AnQkpBH,A8OyBF,AqB1qBK,WnQipBMrrC,SAAT,CAAmBvM,IAAnB,EAAyB;AACvB,A8OyBJ,Q9OzBQwM,YAAY,GAAGhB,WAAW,CAACxL,IAAD,CAA9B;AAAA,A8O0BJ,AqB1qBI,QnQipBIzM,QAAQ,CmQjpBL0K,EnQipBQuO,KmQjpBD,CAAC9O,GAAR,CAAaswB,EnQipBO,CAACz6B,CmQjpBrB,EAAmBkJ,IAAnB,CnQgpBP,AmQhpBgC,YAAM;AnQgpBtC,A8O2BJ,AqB1qBK,QnQipBG3J,ImQjpBH,EnQipBS,GAAG0Z,EmQjpBR,CAACxR,MAAL,CAAa,EnQipBW,CAAClI,MAF1B,CmQ/oBC,EAAyB,IAAzB;AnQ+oBD,A8O4BJ,Q9OzBQ2Z,YAAY,GAAGD,YAAY,CAAC5E,IAHhC;A8O6BJ,AqB3qBK,YAAA,OAAI,CAAC8lC,OAAL,CAAc,SAAd;AnQmpBD,A8OyBJ,AqB3qBK,QnQkpBGhhC,GmQrpBG,CAAP,OnQqpBe,GAAGpB,WAAW,CAACtL,IAAD,CAA7B;AACA,A8OyBJ,AqB3qBI,QnQkpBIkB,CmQvuBE,CAAP,OnQuuBc,GAAG+K,eAAe,CAACjM,IAAD,CAA/B;AACA,A8OyBJ,AqB3qBG,OA5FM,CnQ8uBDoE,AmQ9uBN,MnQ8uBY,GAAG8H,YAAY,CAAClM,IAAD,CAAzB;AACA,A8OyBJ,AqB3qBE,QnQkpBMoM,eAAe,GAAGD,gBAAgB,CAACnM,IAAD,CAAtC;AACA,A8OyBJ,Q9OzBQ6C,IAAI,GAAGwJ,UAAU,CAACrM,IAAD,CAArB;AACA,A8OyBJ,W9OzBW;AACLzM,A8OyBN,M9OzBMA,QAAQ,EAAEA,QADL,GmQlpBK2mB,KAAKu3B,KAAK;AnQopBpBltC,A8OyBN,AqB5qBE,MnQmpBIA,ImQnpBA,CnQmpBK,EAAEvE,IAAI,CAAClH,YAAL,CAAkB,OAAlB,CAFF;AAGL0L,A8OyBN,AqB5qBG,MnQmpBGA,OAAO,EAAExE,AmQnpBL,InQmpBS,AmQnpBLw6C,CnQmpBM1hD,YAAL,CAAkB,EmQnpBvB,CAAY2hD,enQmpBP,CAHJ,OmQhpBD,EAA2BC,OAA3B,CAAoCxgC,GAApC,EAAyCu3B,GAAzC,CAAP;AnQopBG3+C,A8OyBN,AqB5qBG,MnQmpBGA,CmQrpBJ,CAEE,InQmpBQ,EAAEA,CmQnpBHhD,CAAP,EAAU,EnQ+oBH;AAKLoR,A8OyBN,AqB5qBG8O,MnQmpBG9O,EmQnpBH8O,OnQmpBY,AmQnpBL,CAACpD,CnQmpBM1L,ImQnpBd,CAAepR,CAAf,GnQ8oBQ;AAMLsU,A8OyBN,AqB5qBG,MnQmpBGA,MAAM,EAAEA,CmQnpBJ,IAAIo2C,CnQ6oBH,emQ7oBD,GAAcE,OAAd,CAAuBxgC,GAAvB,EAA4Bu3B,GAA5B,CAAP;AnQopBG5uC,A8OyBN,AqB5qBG,MnQmpBGA,IAAI,EAAEA,IAPD;AAQLE,A8OyBN,AqB5qBE,MnQmpBIA,MAAM,EAAE/C,IAAI,CAAClH,YAAL,CAAkB,iBAAlB,CARH;AASL2L,A8OyBN,M9OzBMA,KAAK,EAAE;AACLO,A8OyBR,Q9OzBQA,OAAO,EAAEyH,YADJ;AAELha,A8OyBR,Q9OzBQA,MAAM,EAAEia,QmQl8GK,GnQg8GR;AAGL9L,A8OyBR,AqB39GE,QnQk8GMA,KmQl8GC,IAAI+5C,CnQk8GK,EAAEvuC,EmQl8GX,CAAW+J,cAAX,EAAkB;AnQ+7Gd,A8O6Bb,AqB39GGR,QAAAA,KADwB,iBACjBhkB,MADiB,EACT47B,QADS,EACCpoB,IADD,EACO;AnQq7GvB,A8OuCX,AqB39GI,KnQo7GA,SmQp7GI,QAAOklC,eAAP,yCAAOA,eAAP,OAA2B,QAA/B,EAAyC;AnQm8G1C,A8OyBH,AqB39GK,mBAAOhd,OAAO,CAAC1X,KAAR,CAAehkB,MAAf,EAAuB47B,QAAvB,EAAiCpoB,IAAjC,CAAP;ArB49GL,AqB39GK;AnQm8GH,A8OyBF,AqB39GI,WnQk8GOwH,WAAT,CAAqBC,KAArB,EAA4B;AAC1B,A8OyBJ,AqBj+G2B,OAAlB,CAAP,CnQw8GOjO,IAAL,GAAY,aAAZ;AACA,A8OyBJ,AqB39GE,SnQk8GOkO,OAAL,GAAeD,KAAK,IAAI,kBAAxB;AACA,A8OyBJ,S9OzBSE,KAAL,GAAa,IAAIC,CmQj8GF3b,InQi8GF,GAAY0b,AmQj8GH,KnQi8GtB;AACD,A8OyBH,AqB19GE,YAAM,IAAIC,KAAJ,CAAW,sCAAX,CAAN;ArB29GF,AqB19GE;AnQi8GAJ,A8O0BF,E9O1BEA,WAAW,CAAC5Y,SAAZ,GAAwB1C,MAAM,CAAC2b,MAAP,CAAcD,KAAK,CAAChZ,SAApB,CAAxB;AACA4Y,A8O0BF,E9O1BEA,WAAW,CAAC5Y,SAAZ,CAAsBD,WAAtB,GAAoC6Y,WAApC;AAEA,A8OyBF,M9OzBMM,IAAI,GAAG;AACT1K,A8OyBJ,I9OzBIA,IAAI,EAAE;AADG,A8O2Bb,G9O3BE;AAGA,A8OyBF,AqB7rBAuqC,MnQoqBM5/B,ImQpqBI,CAAC+gB,OAAX,EnQoqBoB,CmQpqBC,EnQoqBE,AmQpqBvB;AnQqqBI9gB,A8OyBJ,AqB1rBA2/B,InQiqBI3/B,MmQjqBM,CAACkK,MnQiqBM,EAAE,CmQjqBnB,GAAuB,CnQgqBA,YmQhqBvB;AnQkqBIjK,A8OyBJ,AqBzrBA0/B,InQgqBI1/B,MmQhqBM,CAACygC,InQgqBI,EAAE,EmQhqBjB,GAAsB,EAAtB,KnQ8pBuB;AAGnBxgC,A8OyBJ,AqBzrBAy/B,InQgqBIz/B,GAAG,EAAE,CmQhqBC,CAAC0gC,WAAX,GAAyB,EAAzB;AnQ6pBuB,A8O6BvB,AqBzrBAjB,GnQ4pBE,OmQ5pBQ,CAACM,aAAX,GAA2B,EAA3B;AnQiqBE,A8OyBF,AqBzrBAN,MnQgqBMx/B,IAAI,AmQhqBA,CAACwiC,EnQgqBE,KmQhqBb,GAAqB,EAArB;AnQiqBIrtC,A8OyBJ,AqBzrBAqqC,InQgqBIrqC,GAAG,EAAE,CmQhqBC,CAAC2rC,InQ+pBE,OmQ/pBb,GAAyB,EAAzB;AnQiqBIxtC,A8OyBJ,AqBzrBAksC,InQgqBIlsC,MmQhqBM,CAACivC,GnQgqBG,EAAEn+C,GmQhqBhB,GAAsB,EAAtB,KnQgqB6B,CAAC,EAAD,EAAKub,IAAL,EAAW;AAClC/O,A8OyBN,AqBxrBA4uC,MnQ+pBM5uC,CAAC,EAAE,CmQ/pBC,CAACqxC,OAAX,GAAqB,IAAI1rB,cAAJ,EAArB;AnQ8pBwC,A8O2BxC,AqBvrBAipB,KnQ4pB6B,KmQ5pBnB,CAACwD,aAAX,GAA2B;AnQ0pBd,A8O8Bb,AqBvrBCmF,EAAAA,CnQypBC,ImQzpBI,EAAE,EADmB;ArByrB3B,AqBvrBCE,EAAAA,KAAK,EAAE,EAFmB;AnQiqBzB,A8OyBF,AqBvrBCiF,EAAAA,InQ8pBKrtC,CmQ9pBA,EAAE,EAHmB,UnQiqBN,GAAG7b,aAAa,CAAC,EAAD,EAAKwb,cAAL,EAAqB;AACtDrM,A8OyBJ,AqBvrBCg6C,EAAAA,EnQ8pBGh6C,GmQ9pBE,EAAE,QnQ8pBS,EAAE;AADuC,A8O2B1D,AqB5rB2B,CAA3B,EnQiqBqC,CAAnC;A8O4BF,AqBtrBAisC,UAAU,CAACvwC,MAAX,GAAoB;AnQ8pBlB,A8OyBF,AqBtrBC0d,EAAAA,InQ6pBKzM,AmQ7pBD,EAAE,CnQ6pBE,AmQ9pBW,GnQ8pBR;AACR/K,A8OyBJ,AqBtrBCyvC,EAAAA,EnQ6pBGzvC,GAAG,AmQ7pBD,EnQ6pBG,AmQ7pBD,QnQ4pBI;AAER7B,A8OyBJ,AqBzrBoB,CAApB,GnQgqBIA,UAAU,EAAElP,aAAa,CAAC,EAAD,EAAKub,IAAL,EAAW;AAClCQ,A8OyBN,AqBrrBAq/B,MnQ4pBMr/B,EAAE,EAAE,AmQ5pBA,CAAC8/B,InQ2pB6B,ImQ3pBxC,GAAsB;AnQ6pBhB7/B,A8OyBN,AqBrrBC8S,EAAAA,InQ4pBK9S,CmQ5pBA,CnQ4pBE,CmQ5pBA,CnQ4pBE,CmQ7pBY,InQ2pBkB;AAGlCC,A8OyBN,AqBrrBC0gC,EAAAA,InQ4pBK1gC,CAAC,EAAE,EmQ5pBC,EAAE,EAFU;AnQ2pBkB,A8O6BxC,AqBrrBC2nC,EAAAA,GnQwpB4B,CAFjB,CmQtpBN,EAAE,EAHc;AnQgqBlB5yC,A8OyBJ,AqBrrBCwvC,EAAAA,EnQ4pBGxvC,GmQ5pBE,EAAE,GnQ4pBI,EAAE,CAAC;AACTD,A8OyBN,AqB1rBsB,CAAtB,KnQiqBMA,GAAG,EAAE,SADI;AAET7B,A8OyBN,AqBprBAksC,MnQ2pBMlsC,ImQ3pBI,CAACwvC,KnQ2pBK,EAAE1+C,CmQ3pBlB,GAAsB,EAAtB,OnQ2pB+B,CAAC,EAAD,EAAKwb,cAAL,EAAqB;AAC5CrM,A8OyBR,AqBjrBAisC,QnQwpBQjsC,EmQxpBE,CAACqvC,UnQwpBU,AmQxpBrB,EnQwpBuB,CmQxpBC,EnQupB4B,AmQvpBpD;AnQypBQpoC,A8OyBR,AqB9qBAglC,QnQqpBQhlC,EmQrpBE,CAACqoC,EAAX,CnQqpBc,EAAE,AmQrpBA,EAAhB;AnQmpBoD,A8O4BpD,AqB3qBArD,OnQ+oB+B,GmQ/oBrB,CAAC8C,OAAX,GAAqB;AnQ6oBN,A8O+Bf,AqB3qBCpL,EAAAA,GnQ4oBa,EAMP,AmQlpBD,EAAE,KADa;AnQopBf/hC,A8OyBN,AqB3qBCq4C,EAAAA,InQkpBKr4C,GAAG,AmQlpBD,EnQkpBG,AmQlpBD,KAFW,InQmpBd;AAED7B,A8OyBN,AqB3qBCm6C,EAAAA,InQkpBKn6C,UAAU,CmQlpBA,CnQkpBElP,CmQlpBA,YnQkpBa,CAAC,EAAD,EAAK6b,eAAL,EAAsB;AAC7CzF,A8OyBR,AqB/qBqB,CAArB,OnQspBQA,MAAM,EAAE;AADqC,A8O2BrD,AqB1qBAglC,OnQ+oB+B,GmQ/oBrB,CAACqB,OAAX,GAAqB;AnQ6oBd,A8O8BP,AqB1qBCsH,EAAAA,GnQsoBa,EmQtoBR,EAAE,EADa;AnQgoBT,A8O4CZ,AqB1qBCuF,EAAAA,CnQ8nBC,KmQ9nBK,EAAE,EAFY;AnQopBnB,A8OyBF,AqB1qBCC,EAAAA,InQipBKrtC,EmQjpBC,EAAE,EAHY,EnQopBP,GAAG;AACbnL,A8OyBJ,AqB1qBCy4C,EAAAA,EnQipBGz4C,GAAG,CmQjpBA,CnQipBE,CmQjpBA,EAJY,GnQopBJ;AAEb7B,A8OyBJ,AqB1qBC41C,EAAAA,EnQipBG51C,ImQjpBG,EAAE,EALY,EnQspBP,EAAElP,aAAa,CAAC,EAAD,EAAKub,IAAL,EAAW;AAClCY,A8OyBN,AqB1qBCstC,EAAAA,InQipBKttC,EmQjpBC,EAAE,EANY,CnQupBR,EAAE,GADyB;AAElC3P,A8OyBN,AqB1qBCk9C,EAAAA,InQipBKl9C,CAAC,EAAE,AmQjpBD,EAAE;AnQ+oB8B,A8O4BxC,AqBlrBqB,CAArB,EAUA,EnQ4oB6B,CAFZ;AAMbwE,A8OyBJ,AqBxqBA,InQ+oBIA,QAAQ,EAAE,CAAC;AACTD,A8OyBN,AqBxqBA,MnQ+oBMA,GAAG,EAAE,SADI;AAET7B,A8OyBN,M9OzBMA,UAAU,EAAElP,aAAa,CAAC,EAAD,EAAK6b,eAAL,EAAsB;AAC7CzF,A8OyBR,AqBzqBAglC,QnQgpBQhlC,EmQhpBE,CAACunC,GnQgpBG,EAAE,ImQhpBhB,GAAuB;AnQ+oB8B,A8O2BrD,AqBxqBC,OnQ6oB8B;AAFhB,A8O8Bf,AqBxqBC,KnQ0oBa;AANG,A8OqCjB,AqBxqBC,GnQmoBC;AAaA,A8OyBF,AqBxqBC,MnQ+oBKvhC,ImQ/oBG,OnQ+oBQ,GAAG,OmQppBG;AnQqpBnBrL,A8OyBJ,AqBvqBC,InQ8oBGA,GAAG,EAAE,MADW;AAEhB7B,A8OyBJ,AqBvqBC,InQ8oBGA,SmQ9oBQ,CnQ8oBE,EAAElP,ImQtpBO,SnQspBM,CAAC,EAAD,EAAKub,IAAL,EAAW;AAClCY,A8OyBN,AqBtqBC,MnQ6oBKA,OAAO,EAAE,GADyB;AAElC3P,A8OyBN,AqBtqBC,MnQ6oBKA,CAAC,EAAE,EmQ7oBC,OAXa;AnQspBiB,A8O4BxC,AqBrqBC,KnQyoB4B,CAFT;AAMhBwE,A8OyBJ,AqBrqBC,InQ4oBGA,OmQ5oBM,CnQ4oBE,CmQ1pBW,CnQ0pBT,CAAC;AACTD,A8OyBN,AqBpqBC,MnQ2oBKA,GAAG,EAAE,SADI;AAET7B,A8OyBN,AqBpqBC,MnQ2oBKA,UAAU,EAAElP,CmQ3oBA,KAjBK,OnQ4pBQ,CAAC,EAAD,EAAK6b,eAAL,EAAsB;AAC7CzF,A8OyBR,AqBnqBC,QnQ0oBOA,MAAM,EAAE;AADqC,A8O2BrD,AqBnqBC,OnQwoB8B,cmQxoBX,EApBG;AnQ0pBR,A8O8Bf,AqBlqBC,KnQooBa;AANM,A8OqCpB,AqBlqBC,GnQ6nBC,YmQ7nBY,MAvBS;AnQiqBrB,A8OyBF,AqBlqBC,MnQyoBKiG,OAAO,GAAG,GmQzoBE,UAxBK;AnQkqBnBtL,A8OyBJ,AqBjqBC,InQwoBGA,GAAG,EAAE,GADO;AAEZC,A8OyBJ,AqBjqBC,InQwoBGA,QAAQ,EAAE,CAAC4K,IAAD,CmQxoBK,CnQwoBEE,GAAP,AmQnqBS,EnQmqBGI,QAAZ,EAAsBE,WAAtB;AAFE,A8O4BhB,AqBhqBC,GnQooBC;AAKA,A8OwBF,AqBhqBC,MnQwoBKE,OmQxoBM,CnQwoBE,GAAGpb,AmQtqBM,SnQsqBG,CAACH,MAAzB;A8OyBF,AqB/pBC;AnQuoBC,A8OyBF,AqB/pBC,WnQsoBUwb,GmQtoBE,CAjCU,OnQuqBrB,CAAqBza,IAArB,EAA2B;AACzB,A8OyBJ,AqB9pBC,QnQqoBOsO,KAAK,GAAGtO,IAAI,CAAC,CAAD,CAAhB;AACA,A8OyBJ,AqB9pBC,QnQqoBOwO,MAAM,GAAGxO,GmQroBE,CnQqoBE,CAAC,CAAD,CAAjB,AmQzqBmB;ArBmsBvB,AqB7pBC;AnQqoBG,A8OyBJ,AqB7pBC,QnQooBO0a,WAAW,GAAG1a,IAAI,CAAC8M,KAAL,CAAW,CAAX,CAAlB;AAAA,A8O0BJ,AqB7pBC,QnQooBO6N,SmQpoBQ,GnQooBI,GAAGzZ,AmQ5qBA,cnQ4qBc,CAACwZ,WAAD,EAAc,CAAd,CADjC;AAAA,A8O2BJ,AqB5pBC,QnQmoBOE,UAAU,GAAGD,YAAY,CAAC,CAAD,CAF7B;A8O4BJ,AqB5pBC;AnQooBG,A8OyBJ,AqB5pBC,QnQmoBOvV,OAAO,GAAG,IAAd;A8O0BJ,AqB5pBC,sBAAoB,MA7CE;AnQirBnB,A8OyBJ,AqB3pBC,QnQkoBOzD,KAAK,CAACC,OAAN,CAAcgZ,UAAd,CAAJ,EAA+B;AAC7BxV,A8OyBN,AqB3pBC,MnQkoBKA,OAAO,GAAG,GmQloBE,IAhDK;AnQmrBf6J,A8OyBR,AqB1pBC,QnQioBOA,GAAG,EAAE,GADG;AAER7B,A8OyBR,AqB1pBC,QnQioBOA,UAAU,EAAE;AACV0E,A8OyBV,AqB1pBC,UnQioBSA,KAAK,EAAE,GAAGnT,EmQjoBC,InQioBJ,AmQrrBM,CnQqrBI6H,MAAM,CAACZ,YAAjB,EAA+B,GAA/B,EAAoCjH,MAApC,CAA2C6F,eAAe,CAACC,KAA3D;AADG,A8O2BpB,AqBzpBC,SnQ4nBe;AAKRyK,A8OyBR,AqBzpBC,QnQgoBOA,QAAQ,EAAE,CAAC;AACTD,A8OyBV,AqBzpBC,UnQgoBSA,GAAG,EAAE,MADI;AAET7B,A8OyBV,AqBzpBC,UnQgoBSA,UAAU,EAAE,KmQhoBI,IAzDH;AnQ0rBX0E,A8OyBZ,AqBxpBC,YnQ+nBWA,KAAK,EAAE,GAAGnT,MAAH,CAAU6H,MAAM,CAACZ,YAAjB,EAA+B,GAA/B,EAAoCjH,MAApC,CAA2C6F,eAAe,CAACI,SAA3D,CADG;AAEVmK,A8OyBZ,AqBxpBC,YnQ+nBWA,IAAI,EAAE,cAFI;AAGVrE,A8OyBZ,AqBxpBC,YnQ+nBWA,CAAC,EAAEkQ,UAAU,CAAC,CAAD;AAHH,A8O6BtB,AqBxpBC,2BAAyB,IA9DH;AnQurBJ,A8OgCnB,AqBvpBC,SnQunBiB,EAOP;AACD3L,A8OyBV,AqBvpBC,UnQ8nBSA,GAAG,EAAE,MADJ;AAED7B,A8OyBV,AqBvpBC,UnQ8nBSA,UAAU,EAAE;AACV0E,A8OyBZ,AqBvpBC,YnQ8nBWA,KAAK,EAAE,GAAGnT,MAAH,CAAU6H,MAAM,CAACZ,YAAjB,EAA+B,GAA/B,EAAoCjH,MAApC,CAA2C6F,eAAe,CAACG,OAA3D,CADG;AAEVoK,A8OyBZ,AqBvpBC,YnQ8nBWA,IAAI,CmQ9nBA,CnQ8nBE,ImQlsBK,UnQgsBD;AAGVrE,A8OyBZ,AqBtpBC,YnQ6nBWA,CAAC,EAAEkQ,UAAU,CAAC,CAAD;AAHH,A8O6BtB,AqBtpBC;AnQunBU,A8OgCX,AqBtpBC,SnQ+mBiB;AALF,A8O6ChB,AqBtpBC,OnQymBK;AAqBD,A8OyBL,AqBtpBC,KnQumBG,MAsBO;AACLxV,A8OyBN,AqBtpBC,MnQ6nBKA,ImQ7nBG,CA3Ec,EnQwsBV,GAAG;AACR6J,A8OyBR,AqBrpBC,QnQ4nBOA,GAAG,EAAE,MADG;AAER7B,A8OyBR,AqBrpBC,QnQ4nBOA,UAAU,EAAE;AACV2B,A8OyBV,AqBrpBC,UnQ4nBSA,IAAI,EAAE,cADI;AAEVrE,A8OyBV,AqBrpBC,UnQ4nBSA,CAAC,EAAEkQ,GmQ5nBE;AnQ0nBK,A8O4BpB,AqBrpBE,YAAQ,QADK;AnQwnBC,A8O+BhB,AqBrpBE,OnQsnBI,WmQtnBU,YAFD;AnQ+nBV,A8OyBL,AqBrpBE,aAAS,OAHI;ArBypBf,AqBrpBE,cAAU,QAJG;AnQioBX,A8OyBJ,AqBrpBE,WnQ4nBS,EmQ5nBA,OALI;AnQkoBTnK,A8OyBN,AqBrpBE,MnQ4nBIA,KAAK,EAAE,CmQ5nBD,GnQ2nBD,KmQjoBI;AnQmoBTnC,A8OyBN,AqBrpBE,MnQ4nBIA,KAAK,EAAEA,CmQ5nBD,InQ0nBD,ImQjoBI;AnQooBTE,A8OyBN,AqBrpBE,MnQ4nBIA,ImQ5nBE,EnQ4nBI,EAAEA,AmQpoBC,MnQioBJ;AAILxO,A8OyBN,AqBrpBE,MnQ4nBIA,IAAI,EAAEoF,EmQ5nBA,QATG;AnQioBJ,A8O8BX,AqBrpBE,KnQunBE,SmQvnBQ,QAVG;AnQuoBZ,A8OyBH,AqBrpBE,eAAW;ArBspBb,AqBjqBe,GAhFQ;AnQwtBrB,A8O0BF,AqBppBC,WnQ0nBUyV,QAAT,CAAkB9a,QAAlB,EAA4BT,MAA5B,EAAoC;AAClC,A8O0BJ,AqBppBC,WnQ0nBU,IAAIkL,MAAJ,CAAW,UAAUjC,OAAV,EAAmBG,MAAnB,EAA2B;AAC3C,A8O0BN,AqBppBC,UnQ0nBSlD,GAAG,GAAG;AACRiL,A8O0BR,AqBppBC,QnQ0nBOA,KAAK,EAAE,KADC,GmQznBM,eAjGC;AnQ4tBfnC,A8O0BR,AqBnpBC,QnQynBOA,KAAK,EAAE,GAFC;AAGRE,A8O0BR,AqBnpBC,QnQynBOA,MAAM,EAAE,GAHA;AAIRxO,A8O0BR,AqBnpBC,QnQynBOA,IAAI,EAAEua;AAJE,A8O+BhB,AqBnpBC,OnQonBK;A8OgCN,AqBnpBC;AnQ0nBK,A8O0BN,AqBnpBC,UnQynBSxa,QAAQ,IAAIT,MAAZ,IAAsBkb,QAAQ,CAAClb,MAAD,CAA9B,IAA0Ckb,QAAQ,CAAClb,MAAD,CAAR,CAAiBS,QAAjB,CAA9C,EAA0E;AACxE,A8O0BR,AqBnpBC,YnQynBWC,IAAI,GAAGwa,QAAQ,CAAClb,MAAD,CAAR,CAAiBS,QAAjB,CAAX;AACA,A8O0BR,AqBnpBC,enQynBcwI,OAAO,CAACkS,WAAW,CAACza,IAAD,CAAZ,CAAd;AACD,A8O0BP,AqBnpBC,aAAW;ArBopBZ,AqBnpBE,eAAW,cADD;AnQ2nBN,A8O0BN,AqBnpBE,UnQynBQ8a,GmQznBC,InQynBM,GAAG,EAAd,CmQ3nBM;ArBspBZ,AqBnpBE,gBAAY;AnQ0nBR,A8O0BN,AqBvpBY,UnQ6nBF3a,OAAO,CAACxD,MAAM,CAACoe,oBAAR,CAAP,KAAyC,QAAzC,IAAqD,OAAO3e,MAAM,CAAC2e,oBAAP,CAA4BC,KAAnC,KAA6C,QAAtG,EAAgH;AAC9GF,A8O0BR,AqBnwBuB,CAAvB,OnQyuBQA,OAAO,CAAC,cAAD,CAAP,GAA0Bne,MAAM,CAACoe,oBAAP,CAA4BC,KAAtD;AACD,A8O0BP,AqBlpBAs+B,UAAU,CAACwC,YAAX,GAA0B;ArBmpB1B,AqBjpBC;AnQwnBK,A8O0BN,AqBjpBC,UnQunBS/7C,ImQvnBG,InQunBK,IAAIT,CmQ1nBI,KnQ0nBhB,IAAsB,CAACkH,MAAM,CAACF,gBAAlC,EAAoD;AAClDoC,A8O0BR,AqBhpBC,QnQsnBOA,MAAM,CAAC,IAAIyQ,WAAJ,CAAgB,8BAA8Bxa,MAA9B,CAAqCW,MAArC,EAA6C,kBAA7C,EAAiEX,MAAjE,CAAwEoB,QAAxE,CAAhB,CAAD,CAAN;AACD,A8O0BP,AqBhpBC,OnQonBK,KmQpnBK,CnQsnBE;AACLwI,A8O0BR,AqBhpBE,QnQsnBMA,KmQtnBG,CADA,CnQunBI,CAAC/C,GAAD,CAAP;AACD,A8O0BP,AqBhpBE,aAAS,CAFA;AnQynBN,A8O0BL,AqBhpBE,KnQ8lBS,CAAP,OmQ9lBO,CAHA;AnQ0nBR,A8O0BH,AqBhpBE,aAAS;ArBipBX,AqBrpBW,GANe;AnQkoBxB,A8O0BF,AqB/oBC,MnQqnBKyV,QAAQ,GAAG7b,SAAS,CAACH,MAAzB;A8O2BF,AqB/oBC;AnQsnBC,A8O0BF,AqB/oBC,WnQqnBUic,KmQrnBI,SAfW,gBnQooBxB,CAAwC1O,IAAxC,EAA8C2O,QAA9C,EAAwD;AACtD,A8O0BJ,AqB9oBC,QnQonBOpb,QAAQ,GAAGob,QAAQ,CAACpb,QAAxB;AAAA,A8O2BJ,AqB9oBC,QnQonBOgR,KAAK,EmQpnBC,CnQonBEoK,CmQtoBU,OnQsoBF,CAACpK,KADrB;AAAA,A8O4BJ,AqB7oBC,QnQmnBOC,OAAO,GAAGmK,QAAQ,CAACnK,OAFvB;AAAA,A8O6BJ,AqB7oBC,QnQmnBO1R,MAAM,GAAG6b,QAAQ,CAAC7b,MAHtB;AAAA,A8O8BJ,AqB7oBC,QnQmnBOoO,SAAS,GAAGyN,QAAQ,CAACzN,SAJzB;AAAA,A8O+BJ,AqB7oBC,QnQmnBOkD,MAAM,GAAGuK,EmQnnBC,MnQmnBO,CAACvK,MALtB;AAAA,A8OgCJ,AqBrqB0B,CAA1B,OnQ2oBQvB,IAAI,GAAG8L,QAAQ,CAAC9L,IANpB;AAAA,A8OiCJ,AqB5oBAiqC,QnQknBQ/pC,EmQlnBE,CAACs4C,GnQknBG,GAAG1sC,CmQlnBjB,CAAoB,MnQknBK,CAAC5L,MAPtB;AAAA,A8OkCJ,AqB5oBCu4C,EAAAA,MnQknBO72C,KAAK,GAAGkK,EmQlnBC,EAAE,InQknBK,CAAClK,AmQnnBL,KnQ2mBhB;AASA,A8O0BJ,AqB5oBC82C,EAAAA,SnQknBU,EmQlnBC,EnQknBGv9C,AmQlnBD,IAFM,EnQonBT,CAAW,UAAUjC,OAAV,EAAmBG,MAAnB,EAA2B;AAC3C8B,A8O0BN,AqB5oBCw9C,EAAAA,InQknBKx9C,MAAM,CAACN,GAAP,AmQlnBS,CnQknBE,CAAC2Q,AmQlnBD,IAHG,InQqnBM,CAAC9a,QAAD,EAAWT,MAAX,CAAT,EAA6Bub,QAAQ,CAACxL,IAAI,CAACtP,QAAN,EAAgBsP,IAAI,CAAC/P,MAArB,CAArC,CAAX,EAA+E2J,IAA/E,CAAoF,UAAU1M,IAAV,EAAgB;AAClG,A8O0BR,AqB5oBCy0C,EAAAA,KAAK,EAAE,GnQknBItrC,EmQtnBQ,GnQsnBH,GAAGxE,cAAc,CAAC3E,IAAD,EAAO,CAAP,CAA1B;AAAA,A8O2BR,AqB5oBC+qD,EAAAA,OAAO,EAAE,CnQknBEl4C,IAAI,AmQvnBI,GnQunBD1J,KAAK,CAAC,CAAD,CADhB;AAAA,A8O4BR,AqB5oBCuiD,EAAAA,UnQknBW54C,IAAI,GAAG3J,KAAK,AmQlnBD,CnQknBE,CAAD,AmQlnBC,CnQgnBjB,AmQtnBY;ArBmpBpB,AqB5oBCwiD,EAAAA,gBAAgB,EAAE,IAPC;AnQ0nBZ3/C,A8O0BR,AqB5oBCktB,EAAAA,IAAI,EnQknBGltB,AmQlnBD,IARa,GnQ0nBL,CAAC,CAACiE,IAAD,EAAOqE,qBAAqB,CAAC;AACnCtR,A8O0BV,AqB5oBC4oD,EAAAA,IAAI,EAAE,EnQknBG5oD,AmQ3nBU,KnQ2nBL,EAAE;AACL6P,A8O0BZ,AqB5oBCg5C,EAAAA,UnQknBWh5C,IAAI,EAAEA,GmQlnBE,CnQinBH,CmQjnBK,IAVF;AnQ6nBRC,A8O0BZ,AqB5oBCg5C,EAAAA,UnQknBWh5C,GmQlnBE,CnQknBE,CmQlnBA,CnQknBEA,ImQ7nBE;AnQ2nBH,A8O6BjB,AqB5oBCi5C,EAAAA,SnQ8mB4C,YmQ9mBvB,EAAE,KAZJ;AnQ+nBVhpD,A8O0BV,AqB5oBCipD,EAAAA,QnQknBSjpD,MAAM,EAAEA,AmQlnBD,EAAE,InQ6mB0B,CmQ1nBzB;AnQgoBVS,A8O0BV,AqB5oBCyoD,EAAAA,QnQknBSzoD,QAAQ,AmQlnBD,EnQknBGA,AmQlnBD,KAdC,GnQ0nByB;AAOnC2N,A8O0BV,AqB5oBC+6C,EAAAA,QnQknBS/6C,CmQlnBA,EAAE,KAfQ,CnQioBD,EAAEA,SAPwB;AAQnCkD,A8O0BV,AqB5oBC83C,EAAAA,QnQknBS93C,AmQlnBD,EAAE,InQknBK,CmQloBI,CnQkoBFA,MAR2B;AASnCvB,A8O0BV,AqB5oBCs5C,EAAAA,QnQknBSt5C,AmQlnBD,EAAE,EnQknBG,EAAEA,IAT6B;AAUnCE,A8O0BV,AqB9pBoB,CAApB,SnQooBUA,MAAM,EAAEA,MAV2B;AAWnCwB,A8O0BV,AqB3oBAuoC,UnQinBUvoC,AmQjnBA,CAAC8rB,InQinBI,EAAE9rB,ImQjnBjB,CnQsmB6C,EmQtmBrB,EAAxB;AnQknBUC,A8O0BV,AqB1oBAsoC,UnQgnBUtoC,AmQhnBA,CAACwf,MnQgnBM,EAAExf,MmQhnBnB,CnQomB6C,EmQpmBjB;AnQinBlBC,A8O0BV,AqB1oBC,UnQgnBSA,KAAK,AmQhnBD,EnQgnBGA,KAb4B;AAcnCE,A8O0BV,AqB1oBEy3C,IAAAA,MnQgnBQz3C,CmQhnBD,EAAE,CACR,KnQ+mBgB,EAAE;AAdwB,A8OyC7C,AqBzoBIosC,MAAAA,GnQgmBwC,CAA5B,CAAD,CAAP,AmQhmBE,EAAE,OADT;AnQinBI,A8O0BP,AqBzoBI/1B,MAAAA,CnQ0lBE,GmQ1lBE,EAAE;AnQgnBL,A8O0BL,AqBzoBKkyB,KnQwlBM,CAAP,EmQxlBCA,MAAM,EAAE;AnQgnBV,A8O0BH,AqB3oBU;ArB4oBV,AqB9oBG,KADQ,EAOR;AnQ+mBD,A8O0BF,AqBxoBI6D,MAAAA,KnQ8mBOniC,CmQ9mBD,EAAE,MADT,SnQ+mBD,CAA4B5O,IAA5B,EAAkC2O,QAAlC,EAA4C;AAC1C,A8O0BJ,AqBxoBIqM,MAAAA,EnQ8mBIzW,EmQ9mBA,EAAE,CnQ8mBG,GAAGoK,QAAQ,CAACpK,KAArB;AAAA,A8O2BJ,AqBxoBK2oC,QnQ8mBGhsC,AmQ9mBHgsC,MAAM,EAAE,CnQ8mBI,GAAGv+B,QAAQ,CAACzN,AmQ/mBnB,SnQ8mBN;AAAA,A8O4BJ,AqBxoBKihB,QnQ8mBG1d,AmQ9mBH0d,IAAI,CnQ8mBI,CmQ9mBF,EnQ8mBKxT,QAAQ,CAAClK,KAFrB;AAGA,A8O0BJ,AqB3oBU,QnQinBF3C,KAAK,GAAG,IAAZ;AACA,A8O0BJ,AqB9oBG,KAPQ,EAcR,CnQ6mBKE,MAAM,GAAG,IAAb;A8O2BJ,AqBvoBI+uC,MAAAA,MAAM,EAAE,UADT;AnQ+mBC,A8O0BJ,AqBvoBI/1B,MAAAA,EnQ6mBIrqB,EmQ7mBA,EAAE,CnQ6mBN,EAAW;AACT,A8O0BN,AqBvoBKu8C,QAAAA,EnQ6mBKr+B,ImQ7mBC,EAAE,UnQ6mBa,GAAGC,AmQ9mBnB,QnQ8mB2B,CAACC,gBAAgB,CAAC/O,IAAD,CAAhB,CAAuBgP,QAAxB,EAAkC,EAAlC,CAA/B;AACA,A8O0BN,AqBvoBKmT,QAAAA,EnQ6mBKlT,EmQ7mBD,EAAE,cnQ6mBiB,GAAGjP,IAAI,CAACkP,qBAAL,EAAzB;AACApN,A8O0BN,AqB1oBU,MnQgnBJA,KAAK,GAAGmN,kBAAkB,CAACnN,KAAnB,GAA2B+M,gBAAnC;AACA7M,A8O0BN,AqB7oBG,KAdQ,CnQioBLA,CmQ5mBH,KnQ4mBS,GAAGiN,kBAAkB,CAACjN,MAAnB,GAA4B6M,gBAArC;AACD,A8O0BL,AqBtoBIkiC,MAAAA,MAAM,EAAE,MADT;ArBwoBH,AqBtoBI/1B,MAAAA,IAAI,EAAE;AnQ6mBN,A8O0BJ,AqBtoBKkyB,QnQ4mBGlzC,AmQ5mBHkzC,MnQ4mBS,AmQ5mBH,CnQ4mBI1zC,CmQ5mBF,OnQ4mBL,IAAmB,CAAC+K,CmQ7mBlB,InQ6mBN,EAA+B;AAC7BE,A8O0BN,AqBtoBK0d,MnQ4mBC1d,EmQ5mBD0d,GnQ4mBM,CAACvhB,AmQ5mBH,EAAE,QnQ4mBL,CAAiB,aAAjB,IAAkC,MAAlC;AACD,A8O0BL,AqBzoBU;ArB0oBV,AqB5oBG,KArBQ;AnQwoBP,A8O0BJ,AqBnqBc,GADc,QnQ0oBjB5C,MAAM,CAACjC,OAAP,CAAe,CAACiE,IAAD,EAAOoF,sBAAsB,CAAC;AAClDH,A8O0BN,AqBroBC,MnQ2mBKA,OAAO,EAAEjF,CmQ3mBA,GnQ2mBI,CAAChB,SADoC;AAElD8C,A8O0BN,AqBroBEs6C,IAAAA,EnQ2mBIt6C,KAAK,AmQ3mBF,EnQ2mBIA,AmQ3mBF,CACR,InQwmBqD;AAGlDE,A8O0BN,AqBpoBI+uC,MnQ0mBE/uC,AmQ1mBF+uC,MnQ0mBQ,AmQ1mBF,EnQ0mBI/uC,AmQ1mBF,MnQumB4C,AmQxmBrD;AnQ4mBGd,A8O0BN,AqBpoBI1N,MnQ0mBE0N,AmQ1mBF1N,IAAI,EAAE,GnQ0mBK,EAAE0N,SAJuC,KmQxmBrD;AnQ6mBGqD,A8O0BN,AqBpoBI83C,MnQ0mBE93C,AmQ1mBF83C,IAAI,CnQ0mBG,CmQ1mBD,CnQ0mBG93C,EmQ7mBV,GnQwmBqD;AAMlDE,A8O0BN,AqBpoBIuW,MnQ0mBEvW,AmQ1mBFuW,IAAI,CnQ0mBG,CmQ1mBD,CnQ0mBGvW,KAN2C;AAOlDE,A8O0BN,AqBpoBKuoC,MnQ0mBCvoC,EmQ1mBDuoC,MAAM,CnQ0mBI,CmQ1mBF,CnQ0mBI;AAPuC,A8OkCxD,AqBtoBU,KnQomB6C,CAA7B,CAAf,CAAP;AASD,A8O0BH,AqB3oBG,KADQ,EASR;ArBooBH,AqBnoBI6D,MAAAA,MAAM,EAAE,MADT;AnQ2mBD,A8O0BF,AqBnoBIv9C,MAAAA,IAAI,CnQymBG2b,CmQzmBD,YAFP,GnQ2mBD,CAA0BnP,IAA1B,EAAgC;AAC9B,A8O0BJ,AqBnoBIgb,MAAAA,EnQymBIrM,EmQzmBA,EAAE,InQymBM,GAAGpC,SAAS,CAACvM,IAAD,CAAxB;A8O2BJ,AqBnoBKktC,QAAAA,MAAM,EAAE;AnQ0mBT,A8O0BJ,AqBroBU,QnQ2mBF,CAACv+B,QAAQ,CAAClK,KAAT,CAAeO,OAAf,CAAuBpU,OAAvB,CAA+B8G,qBAA/B,CAAL,EAA4D;AAC1D,A8O0BN,AqBzoBG,KATQ,EAgBR,MnQwmBUkX,kBAAkB,CAAC5O,IAAD,EAAO2O,QAAP,CAAzB;AACD,A8O0BL,AqBloBIoiC,KnQsmBA,CmQtmBAA,KnQwmBO,CmQxmBD,EAAE,UADT;AnQ0mBG,A8O0BN,AqBloBIv9C,MAAAA,IAAI,EAAE,CnQwmBGkb,mBmQ1mBV,WnQ0mBwC,CAAC1O,IAAD,EAAO2O,QAAP,CAArC;AACD,A8O0BL,AqBloBIqM,MAAAA,IAAI,EAAE;AnQymBP,A8O0BH,AqBloBKkyB,QAAAA,MAAM,EAAE;ArBmoBb,AqBpoBU;AnQ2mBR,A8O0BF,AqBxoBG,KAhBQ,EAuBR,InQumBQ99B,MAAT,CAAgBC,IAAhB,EAAsB;AACpB,A8O0BJ,AqBjoBI0hC,MAAAA,EnQumBIt1C,ImQvmBE,EAAE,EnQumBI,GAAG5J,CmQxmBhB,QnQwmByB,CAACC,MAAV,GAAmB,CAAnB,IAAwBD,SAAS,CAAC,CAAD,CAAT,KAAiBoB,SAAzC,GAAqDpB,SAAS,CAAC,CAAD,CAA9D,GAAoE,IAAnF;AACA,A8O0BJ,AqBjoBI2B,MAAAA,EnQumBI,CAAClD,CmQvmBD,EAAE,GnQumBN,EAAa,gBmQzmBd;AnQ0mBC,A8O0BJ,AqBjoBI0qB,MAAAA,EnQumBI1L,EmQvmBA,EAAE,SnQumBW,GAAGlf,QAAQ,CAACG,eAAT,CAAyB0P,SAA7C;A8O2BJ,AqBjoBKitC,QAAAA,MAAM,EAAE;AnQwmBT,A8O0BJ,AqBnoBU,QnQymBF39B,MAAM,GAAG,SAASA,MAAT,CAAgBC,MAAhB,EAAwB;AACnC,A8O0BN,AqBvoBG,KAvBQ,EA8BR,MnQsmBUF,aAAa,CAACG,GAAd,CAAkB,GAAGtd,MAAH,CAAUkF,2BAAV,EAAuC,GAAvC,EAA4ClF,MAA5C,CAAmDqd,MAAnD,CAAlB,CAAP;AACD,A8O0BL,AqBhoBIuhC,KnQomBA,CmQpmBAA,MAAM,EAAE,MADT;ArBkoBH,AqBhoBIv9C,MAAAA,IAAI,EAAE,aAFP;AnQymBC,A8O0BJ,AqBhoBIwnB,MAAAA,EnQsmBItL,EmQtmBA,EAAE,KnQsmBO,GAAG,SAASA,SAAT,CAAmBF,MAAnB,EAA2B;AACzC,A8O0BN,AqBhoBK09B,QAAAA,KnQsmBQ59B,CmQtmBF,EAAE,UnQsmBa,CAACK,EmQvmBjB,InQumBG,CAAqB,GAAGxd,MAAH,CAAUkF,2BAAV,EAAuC,GAAvC,EAA4ClF,MAA5C,CAAmDqd,MAAnD,CAArB,CAAP;AACD,A8O0BL,AqBhoBK2S,KnQomBD,GmQpmBCA,IAAI,EAAE;ArBioBX,AqBnoBU;AnQ0mBN,A8O0BJ,AqBvoBG,KA9BQ,EAsCR,CnQqmBKvS,QAAQ,GAAG5V,MAAM,CAAC+N,YAAP,GAAsB1W,MAAM,CAACY,IAAP,CAAYuF,eAAZ,CAAtB,GAAqDnG,MAAM,CAACY,IAAP,CAAYwc,QAAZ,CAApE;AACA,A8O0BJ,AqB/nBIsiC,MAAAA,EnQqmBIlhC,ImQrmBE,EAAE,MADT,InQsmBqB,GAAG,CAAC,IAAI1d,MAAJ,CAAWuF,qBAAX,EAAkC,QAAlC,EAA4CvF,MAA5C,CAAmD6E,aAAnD,EAAkE,IAAlE,CAAD,EAA0E7E,MAA1E,CAAiFyd,QAAQ,CAACtX,GAAT,CAAa,UAAUmN,CAAV,EAAa;AAChI,A8O0BN,AqB/nBIjS,MAAAA,IAAI,EAAE,CnQqmBG,IAAIrB,MAAJ,CAAWsT,CAAX,AmQvmBV,EnQumBwB,QAAd,EAAwBtT,MAAxB,CAA+B6E,aAA/B,EAA8C,IAA9C,CAAP;AACD,A8O0BL,AqB/nBIgkB,KnQmmBwG,CAAjF,AmQnmBvBA,EnQqmBIza,EmQrmBA,EnQmmBmB,AmQnmBjB,CnQqmBG,IAFc,CAAvB;A8O6BJ,AqB/nBK2sC,QAAAA,MAAM,EAAE,aADH;AnQumBN,A8O0BJ,AqB/nBK/qB,QnQqmBGtS,AmQrmBHsS,IAAI,EAAE,UnQqmBa,CAACrwB,MAAjB,KAA4B,CAAhC,EAAmC;AACjC,A8O0BN,AqBloBU;AnQymBL,A8O0BL,AqBtoBG,KAtCQ,EA8CR;ArB+nBH,AqB9nBIi/C,MAAAA,MAAM,EAAE,UADT;AnQsmBC,A8O0BJ,AqB9nBIv9C,MAAAA,EnQomBIsc,EmQpmBA,EAAE,MnQomBQ,GAAG,EAAjB,CmQtmBD;ArBioBH,AqB9nBIkL,MAAAA,IAAI,EAAE;AnQqmBN,A8O0BJ,AqB9nBKkyB,QnQomBG,AmQpmBHA,MAAM,EAAE,aADH;AnQsmBJp9B,A8O0BN,AqB9nBKqS,MnQomBCrS,EmQpmBDqS,IAAI,EAAE,EnQomBK,GAAGtiB,OAAO,CAACwP,IAAI,CAACU,gBAAL,CAAsBF,gBAAtB,CAAD,CAApB;AACD,A8O0BL,AqBjoBU,KnQqmBN,CAEE,OAAO/f,CAAP,EAAU,CAAC;AACZ,A8O0BL,AqBroBG,KA9CQ,EAsDR;ArB8nBH,AqB7nBIihD,MAAAA,MAAM,EAAE,MADT;AnQqmBC,A8O0BJ,AqB7nBIv9C,MAAAA,EnQmmBIsc,EmQnmBA,EAAE,MnQmmBQ,CAAChe,MAAX,GAAoB,CAAxB,EAA2B,EmQrmB5B;AnQsmBGyd,A8O0BN,AqB7nBIyL,MnQmmBEzL,AmQnmBFyL,IAAI,EnQmmBI,AmQnmBF,CnQmmBG,SAAD,CAAN;AACAtL,A8O0BN,AqB7nBKw9B,MnQmmBCx9B,EmQnmBDw9B,MAAM,CnQmmBI,CAAC,AmQnmBH,UnQmmBE,CAAT;AACD,A8O0BL,AqB/nBU,KnQkmBN,MAGO;AACL,A8O0BN,AqBnoBG,KAtDQ;AnQgqBN,A8O0BL,AqB3rBe,GAhCa;ArB4tB5B,AqB5nBCoP,EAAAA,OAAO,EAAE;AnQmmBN,A8O0BJ,AqB7tB4B,CAA5B,OnQmsBQ/lD,IAAI,GAAGsP,IAAI,CAACF,KAAL,CAAW,QAAX,CAAX;AACA,A8O0BJ,AqB3nBAmnC,QnQimBQhjC,EmQjmBE,CAACumC,MnQimBM,GAAGvgC,CmQjmBpB,GAAwB,EAAxB,InQimB8B,CAACzc,MAAX,CAAkB,UAAUC,GAAV,EAAe0M,IAAf,EAAqB;AACrD,A8O0BN,AqB1nBA8sC,UnQgmBU,AmQhmBA,CAAC5qB,QAAX,GAAsB,EAAtB;AnQimBQ,A8O0BR,AqBznBA4qB,UAAU,CAAC4D,CnQ+lBC9nC,ImQ/lBZ,GAAmB,CnQ+lBC,CmQ/lBpB,EnQ+lBuBuG,gBAAgB,CAACnP,IAAD,CAA/B;A8O2BR,AqBxnBA8sC,UAAU,CAACyC,OAAX,GAAqB,IAAI1rB,cAAJ,EAArB;AnQ+lBQ,A8O0BR,AqBvnBAipB,UAAU,CAACluB,CnQ6lBChW,MmQ7lBZ,EnQ6lBQ,CmQ7lBa2zC,CnQ6lBC,WmQ7lBW,CAAC39B,OAAlC;AnQ8lBUtrB,A8O0BV,AqBtnBAw5C,UnQ4lBUx5C,AmQ5lBA,CAACkpD,EnQ4lBE,CAACtmD,AmQ5lBd,GAAiB,CnQ4lBP,CAAS0S,QAAT,ImQ5lBV;AnQ6lBS,A8O0BT,eqBrnBekkC;AnQ4lBR,A8O0BP,O9OhCM,CAME,OAAOh9C,CAAP,EAAU;AACV,A8O0BR,Y9O1BY,CAACgB,UAAL,EAAiB;AACf,A8O0BV,c9O1BchB,CAAC,YAAY6c,WAAjB,EAA8B;AAC5BqD,A8O0BZ,Y9O1BYA,OAAO,CAACpD,KAAR,CAAc9c,CAAd;AACD,A8O0BX;A9OzBS,A8O0BT;A9OzBO,A8O0BP;AACA;A9OzBM,A8O0BN,a9O1BawD,GAAP;AACD,A8O0BL,K9O1CoB,EAgBb,EAhBa,CAAhB;AAiBA,A8O0BJ,W9O1BW,IAAI0K,MAAJ,CAAW,UAAUjC,OAAV,EAAmBG,MAAnB,EAA2B;AAC3C8B,A8O0BN,M9O1BMA,MAAM,CAACN,GAAP,CAAWoM,SAAX,EAAsBrN,IAAtB,CAA2B,UAAUwT,iBAAV,EAA6B;AACtDpG,A8O0BR,Q9O1BQA,OAAO,CAACoG,iBAAD,EAAoB,YAAY;AACrCV,A8O0BV,U9O1BUA,MAAM,CAAC,QAAD,CAAN;AACAA,A8O0BV,U9O1BUA,MAAM,CAAC,UAAD,CAAN;AACAG,A8O0BV,U9O1BUA,SAAS,CAAC,SAAD,CAAT;AACA,A8O0BV,c9O1Bc,OAAOjU,QAAP,KAAoB,UAAxB,EAAoCA,QAAQ;AAC5ClF,A8O0BV,U9O1BUA,IAAI;AACJwF,A8O0BV,U9O1BUA,OAAO;AACR,A8O0BT,S9OjCe,CAAP;AAQD,A8O0BP,O9OnCM,EASGyB,KATH,CASS,YAAY;AACnBjH,A8O0BR,Q9O1BQA,IAAI;AACJ2F,A8O0BR,Q9O1BQA,MAAM;AACP,A8O0BP,O9OtCM;AAaD,A8O0BL,K9OxCW,CAAP;AAeD,A8O0BH;AACA;A9O1BE,A8O2BF,W9O3BWgU,MAAT,CAAgBlQ,IAAhB,EAAsB;AACpB,A8O2BJ,Q9O3BQvE,QAAQ,GAAG5J,SAAS,CAACC,MAAV,GAAmB,CAAnB,IAAwBD,SAAS,CAAC,CAAD,CAAT,KAAiBoB,SAAzC,GAAqDpB,SAAS,CAAC,CAAD,CAA9D,GAAoE,IAAnF;AACAsd,A8O2BJ,I9O3BIA,gBAAgB,CAACnP,IAAD,CAAhB,CAAuBvD,IAAvB,CAA4B,UAAUmM,QAAV,EAAoB;AAC9C,A8O2BN,U9O3BUA,QAAJ,EAAc;AACZiB,A8O2BR,Q9O3BQA,OAAO,CAAC,CAACjB,QAAD,CAAD,EAAanN,QAAb,CAAP;AACD,A8O2BP;A9O1BK,A8O2BL,K9O/BI;AAKD,A8O2BH;AACA;A9O1BE,A8O2BF,W9O3BW0U,kBAAT,CAA4BnQ,IAA5B,EAAkCoQ,QAAlC,EAA4C;AAC1C,A8O2BJ,Q9O3BQC,gBAAgB,GAAG,GAAGle,MAAH,CAAU+E,8BAAV,EAA0C/E,MAA1C,CAAiDie,QAAQ,CAAC1P,OAAT,CAAiB,GAAjB,EAAsB,GAAtB,CAAjD,CAAvB;AACA,A8O2BJ,W9O3BW,IAAI1C,MAAJ,CAAW,UAAUjC,OAAV,EAAmBG,MAAnB,EAA2B;AAC3C,A8O2BN,U9O3BU8D,IAAI,CAAClH,YAAL,CAAkBuX,gBAAlB,MAAwC,IAA5C,EAAkD;AAChD,A8O2BR;A9O1BQ,A8O2BR,e9O3BetU,OAAO,EAAd;AACD,A8O2BP;AACA;A9O1BM,A8O2BN,U9O3BU2G,QAAQ,GAAG7C,OAAO,CAACG,IAAI,CAAC0C,QAAN,CAAtB;AACA,A8O2BN,U9O3BU4N,6BAA6B,GAAG5N,QAAQ,CAACtQ,MAAT,CAAgB,UAAU2S,CAAV,EAAa;AAC/D,A8O2BR,e9O3BeA,CAAC,CAACjM,YAAF,CAAe7B,sBAAf,MAA2CmZ,QAAlD;AACD,A8O2BP,O9O7B0C,EAEjC,CAFiC,CAApC;AAGA,A8O2BN,U9O3BU3d,MAAM,GAAGtC,MAAM,CAAC4e,gBAAP,CAAwB/O,IAAxB,EAA8BoQ,QAA9B,CAAb;AACA,A8O2BN,U9O3BUG,UAAU,GAAG9d,MAAM,CAAC+d,gBAAP,CAAwB,aAAxB,EAAuCjH,KAAvC,CAA6C5R,mBAA7C,CAAjB;AACA,A8O2BN,U9O3BU8Y,UAAU,GAAGhe,MAAM,CAAC+d,gBAAP,CAAwB,aAAxB,CAAjB;AACA,A8O2BN,U9O3BUvL,OAAO,GAAGxS,MAAM,CAAC+d,gBAAP,CAAwB,SAAxB,CAAd;A8O4BN;A9O1BM,A8O2BN,U9O3BUF,6BAA6B,IAAI,CAACC,UAAtC,EAAkD;AAChD,A8O2BR;A9O1BQ,A8O2BR;A9O1BQ,A8O2BR;A9O1BQvQ,A8O2BR,Q9O3BQA,IAAI,CAAC0Q,WAAL,CAAiBJ,6BAAjB;AACA,A8O2BR,e9O3BevU,OAAO,EAAd;AACD,A8O2BP,O9OjCM,MAMO,IAAIwU,UAAU,IAAItL,OAAO,KAAK,MAA1B,IAAoCA,OAAO,KAAK,EAApD,EAAwD;AAC7D,A8O2BR,Y9O3BYnS,MAAM,GAAG,CAAC,CAAC,OAAD,EAAU,SAAV,EAAqB,OAArB,EAA8B,SAA9B,EAAyC,QAAzC,EAAmDlC,OAAnD,CAA2D2f,UAAU,CAAC,CAAD,CAArE,CAAD,GAA6E9Y,eAAe,CAAC8Y,UAAU,CAAC,CAAD,CAAV,CAAcvH,WAAd,EAAD,CAA5F,GAA4HpR,qBAAqB,CAAC6Y,UAAD,CAA9J;AACA,A8O2BR,Y9O3BYE,QAAQ,GAAGpK,KAAK,CAACtB,OAAO,CAACnT,MAAR,KAAmB,CAAnB,GAAuBmT,OAAO,CAAC2L,MAAR,CAAe,CAAf,EAAkB,CAAlB,CAAvB,GAA8C3L,OAA/C,CAApB;AACA,A8O2BR,Y9O3BY1R,QAAQ,GAAGgU,SAAS,CAACzU,MAAD,EAAS6d,QAAT,CAAxB;AACA,A8O2BR,Y9O3BYE,cAAc,GAAGtd,QAArB,CAJ6D,CAI9B;AAC/B,A8O2BR;AACA;A9O1BQ,A8O2BR,Y9O3BYA,QAAQ,KAAK,CAAC+c,6BAAD,IAAkCA,6BAA6B,CAACxX,YAA9B,CAA2C3B,WAA3C,MAA4DrE,MAA9F,IAAwGwd,6BAA6B,CAACxX,YAA9B,CAA2C1B,SAA3C,MAA0DyZ,cAAvK,CAAZ,EAAoM;AAClM7Q,A8O2BV,U9O3BUA,IAAI,CAACjB,YAAL,CAAkBsR,gBAAlB,EAAoCQ,cAApC;A8O4BV;A9O1BU,A8O2BV,c9O3BcP,6BAAJ,EAAmC;AACjC,A8O2BZ;A9O1BYtQ,A8O2BZ,Y9O3BYA,IAAI,CAAC0Q,WAAL,CAAiBJ,6BAAjB;AACD,A8O2BX;AACA;A9O1BU,A8O2BV,c9O3BcQ,IAAI,GAAGxE,SAAS,EAApB;AACA,A8O2BV,c9O3Bc7H,KAAK,GAAGqM,IAAI,CAACrM,KAAjB;AACAA,A8O2BV,U9O3BUA,KAAK,CAAC7D,UAAN,CAAiB3J,sBAAjB,IAA2CmZ,QAA3C;AACA/B,A8O2BV,U9O3BUA,QAAQ,CAAC9a,QAAD,EAAWT,MAAX,CAAR,CAA2B2J,IAA3B,CAAgC,UAAUmG,IAAV,EAAgB;AAC9C,A8O2BZ,gB9O3BgBP,QAAQ,GAAGgC,qBAAqB,CAAC3S,aAAa,CAAC,EAAD,EAAKof,IAAL,EAAW;AAC3D/d,A8O2Bd,c9O3BcA,KAAK,EAAE;AACL6P,A8O2BhB,gB9O3BgBA,IAAI,EAAEA,IADD;AAELC,A8O2BhB,gB9O3BgBA,IAAI,EAAE8E,kBAAkB;AAFnB,A8O8BrB,e9O/ByE;AAK3D7U,A8O2Bd,c9O3BcA,MAAM,EAAEA,MALmD;AAM3DS,A8O2Bd,c9O3BcA,QAAQ,EAAEsd,cANiD;AAO3DpM,A8O2Bd,c9O3BcA,KAAK,EAAEA,KAPoD;AAQ3DE,A8O2Bd,c9O3BcA,SAAS,EAAE;AARgD,A8OoCzE,a9OpC8D,CAAd,CAApC;AAUA,A8O2BZ,gB9O3BgB/L,OAAO,GAAGxI,QAAQ,CAACM,aAAT,CAAuB,KAAvB,CAAd;A8O4BZ;A9O1BY,A8O2BZ,gB9O3BgB0f,QAAQ,KAAK,SAAjB,EAA4B;AAC1BpQ,A8O2Bd,c9O3BcA,IAAI,CAACT,YAAL,CAAkB3G,OAAlB,EAA2BoH,IAAI,CAAC+Q,UAAhC;AACD,A8O2Bb,a9O7BY,MAEO;AACL/Q,A8O2Bd,c9O3BcA,IAAI,CAACgR,WAAL,CAAiBpY,OAAjB;AACD,A8O2Bb;AACA;A9O1BYA,A8O2BZ,Y9O3BYA,OAAO,CAACmQ,SAAR,GAAoB1G,QAAQ,CAAC/J,GAAT,CAAa,UAAU2N,CAAV,EAAa;AAC5C,A8O2Bd,qB9O3BqBiC,MAAM,CAACjC,CAAD,CAAb;AACD,A8O2Bb,a9O7BgC,EAEjB1F,IAFiB,CAEZ,IAFY,CAApB;AAGAP,A8O2BZ,Y9O3BYA,IAAI,CAACiR,eAAL,CAAqBZ,gBAArB;AACAtU,A8O2BZ,Y9O3BYA,OAAO;AACR,A8O2BX,W9OnDU,EAwBGyB,KAxBH,CAwBStB,MAxBT;AAyBD,A8O2BT,S9O/DQ,MAoCO;AACLH,A8O2BV,U9O3BUA,OAAO;AACR,A8O2BT;A9O1BO,A8O2BP,O9OzEa,MA8CA;AACLA,A8O2BR,Q9O3BQA,OAAO;AACR,A8O2BP;A9O1BK,A8O2BL,K9OjGW,CAAP;AAuED,A8O2BH;AACA;A9O1BE,A8O2BF,W9O3BW2E,OAAT,CAAiBV,IAAjB,EAAuB;AACrB,A8O2BJ,W9O3BWhC,MAAM,CAACN,GAAP,CAAW,CAACyS,kBAAkB,CAACnQ,IAAD,EAAO,SAAP,CAAnB,EAAsCmQ,kBAAkB,CAACnQ,IAAD,EAAO,QAAP,CAAxD,CAAX,CAAP;AACD,A8O2BH;AACA;A9O1BE,A8O2BF,W9O3BWkR,WAAT,CAAqBlR,IAArB,EAA2B;AACzB,A8O2BJ,W9O3BWA,IAAI,CAAC8I,UAAL,KAAoBjZ,QAAQ,CAACW,IAA7B,IAAqC,CAAC,CAAC+G,mCAAmC,CAAC3G,OAApC,CAA4CoP,IAAI,CAACX,OAAL,CAAaC,WAAb,EAA5C,CAAvC,IAAkH,CAACU,IAAI,CAAClH,YAAL,CAAkB7B,sBAAlB,CAAnH,KAAiK,CAAC+I,IAAI,CAAC8I,UAAN,IAAoB9I,IAAI,CAAC8I,UAAL,CAAgBzJ,OAAhB,KAA4B,KAAjN,CAAP;AACD,A8O2BH;AACA;A9O1BE,A8O2BF,W9O3BW5F,oBAAT,CAA+B4V,IAA/B,EAAqC;AACnC,A8O2BJ,Q9O3BQ,CAAC/e,MAAL,EAAa;AACb,A8O2BJ,W9O3BW,IAAI0N,MAAJ,CAAW,UAAUjC,OAAV,EAAmBG,MAAnB,EAA2B;AAC3C,A8O2BN,U9O3BUiV,UAAU,GAAGtR,OAAO,CAACwP,IAAI,CAACU,gBAAL,CAAsB,GAAtB,CAAD,CAAP,CAAoC3d,MAApC,CAA2C8e,WAA3C,EAAwD5Y,GAAxD,CAA4DoI,OAA5D,CAAjB;AACA,A8O2BN,U9O3BUkF,GAAG,GAAGC,IAAI,CAACF,KAAL,CAAW,sBAAX,CAAV;AACAwE,A8O2BN,M9O3BMA,kBAAkB;AAClBnM,A8O2BN,M9O3BMA,MAAM,CAACN,GAAP,CAAWyT,UAAX,EAAuB1U,IAAvB,CAA4B,YAAY;AACtCmJ,A8O2BR,Q9O3BQA,GAAG;AACHwE,A8O2BR,Q9O3BQA,iBAAiB;AACjBrO,A8O2BR,Q9O3BQA,OAAO;AACR,A8O2BP,O9O/BM,EAIGyB,KAJH,CAIS,YAAY;AACnBoI,A8O2BR,Q9O3BQA,GAAG;AACHwE,A8O2BR,Q9O3BQA,iBAAiB;AACjBlO,A8O2BR,Q9O3BQA,MAAM;AACP,A8O2BP,O9OnCM;AASD,A8O2BL,K9OxCW,CAAP;AAcD,A8O2BH;AACA;A9O1BE,A8O2BF,M9O3BMkV,UAAU,GAAG,woLAAjB;A8O4BF;A9O1BE,A8O2BF,W9O3BWvS,GAAT,GAAgB;AACd,A8O2BJ,Q9O3BQwS,GAAG,GAAGva,qBAAV;AACA,A8O2BJ,Q9O3BQwa,GAAG,GAAGva,yBAAV;AACA,A8O2BJ,Q9O3BQwa,EAAE,GAAGvX,MAAM,CAACZ,YAAhB;AACA,A8O2BJ,Q9O3BQoY,EAAE,GAAGxX,MAAM,CAACX,gBAAhB;AACA,A8O2BJ,Q9O3BQoY,CAAC,GAAGL,UAAR;A8O4BJ;A9O1BI,A8O2BJ,Q9O3BQG,EAAE,KAAKF,GAAP,IAAcG,EAAE,KAAKF,GAAzB,EAA8B;AAC5B,A8O2BN,U9O3BUI,KAAK,GAAG,IAAIrI,MAAJ,CAAW,MAAMlX,MAAN,CAAakf,GAAb,EAAkB,KAAlB,CAAX,EAAqC,GAArC,CAAZ;AACA,A8O2BN,U9O3BUM,cAAc,GAAG,IAAItI,MAAJ,CAAW,OAAOlX,MAAP,CAAckf,GAAd,EAAmB,KAAnB,CAAX,EAAsC,GAAtC,CAArB;AACA,A8O2BN,U9O3BUO,KAAK,GAAG,IAAIvI,MAAJ,CAAW,MAAMlX,MAAN,CAAamf,GAAb,CAAX,EAA8B,GAA9B,CAAZ;AACAG,A8O2BN,M9O3BMA,CAAC,GAAGA,CAAC,CAAC/Q,OAAF,CAAUgR,KAAV,EAAiB,IAAIvf,MAAJ,CAAWof,EAAX,EAAe,GAAf,CAAjB,EAAsC7Q,OAAtC,CAA8CiR,cAA9C,EAA8D,KAAKxf,MAAL,CAAYof,EAAZ,EAAgB,GAAhB,CAA9D,EAAoF7Q,OAApF,CAA4FkR,KAA5F,EAAmG,IAAIzf,MAAJ,CAAWqf,EAAX,CAAnG,CAAJ;AACD,A8O2BL;AACA;A9O1BI,A8O2BJ,W9O3BWC,CAAP;AACD,A8O2BH;AACA;A9O1BE,A8O2BF,M9O3BMI,OAAO,GACX,aACA,YAAY;AACV,A8OyBJ,a9OzBaA,OAAT,GAAmB;AACjB7d,A8OyBN,M9OzBMA,eAAe,CAAC,IAAD,EAAO6d,OAAP,CAAf;A8O0BN;A9OxBM,A8OyBN,W9OzBWC,WAAL,GAAmB,EAAnB;AACD,A8OyBL;AACA;A9OxBIvd,A8OyBJ,I9OzBIA,YAAY,CAACsd,OAAD,EAAU,CAAC;AACrB1gB,A8OyBN,M9OzBMA,GAAG,EAAE,KADgB;AAErBC,A8OyBN,M9OzBMA,KAAK,EAAE,SAASqe,GAAT,GAAe;AACpB,A8OyBR,Y9OzBYsC,KAAK,GAAG,IAAZ;A8O0BR;A9OxBQ,A8OyBR,a9OzBa,IAAIC,IAAI,GAAGngB,SAAS,CAACC,MAArB,EAA6BggB,WAAW,GAAG,IAAI3c,KAAJ,CAAU6c,IAAV,CAA3C,EAA4DC,IAAI,GAAG,CAAxE,EAA2EA,IAAI,GAAGD,IAAlF,EAAwFC,IAAI,EAA5F,EAAgG;AAC9FH,A8OyBV,U9OzBUA,WAAW,CAACG,IAAD,CAAX,GAAoBpgB,SAAS,CAACogB,IAAD,CAA7B;AACD,A8OyBT;AACA;A9OxBQ,A8OyBR,Y9OzBYC,SAAS,GAAGJ,WAAW,CAACze,MAAZ,CAAmB,KAAK8e,gBAAxB,EAA0C,EAA1C,CAAhB;AACA9gB,A8OyBR,Q9OzBQA,MAAM,CAACY,IAAP,CAAYigB,SAAZ,EAAuB3f,OAAvB,CAA+B,UAAUpB,GAAV,EAAe;AAC5C4gB,A8OyBV,U9OzBUA,KAAK,CAACD,WAAN,CAAkB3gB,GAAlB,IAAyBO,aAAa,CAAC,EAAD,EAAKqgB,KAAK,CAACD,WAAN,CAAkB3gB,GAAlB,KAA0B,EAA/B,EAAmC+gB,SAAS,CAAC/gB,GAAD,CAA5C,CAAtC;AACA0B,A8OyBV,U9OzBUA,WAAW,CAAC1B,GAAD,EAAM+gB,SAAS,CAAC/gB,GAAD,CAAf,CAAX;AACA2V,A8OyBV,U9OzBUA,KAAK;AACN,A8OyBT,S9O7BQ;AAKD,A8OyBP;A9OxC2B,A8OyC3B,K9OzC0B,EAgBnB;AACD3V,A8OyBN,M9OzBMA,GAAG,EAAE,OADJ;AAEDC,A8OyBN,M9OzBMA,KAAK,EAAE,SAASghB,KAAT,GAAiB;AACtB,A8OyBR,a9OzBaN,WAAL,GAAmB,EAAnB;AACD,A8OyBP;A9O7BO,A8O8BP,K9O9C0B,EAqBnB;AACD3gB,A8OyBN,M9OzBMA,GAAG,EAAE,kBADJ;AAEDC,A8OyBN,M9OzBMA,KAAK,EAAE,SAAS+gB,gBAAT,CAA0BD,SAA1B,EAAqCG,UAArC,EAAiD;AACtD,A8OyBR,Y9OzBYjf,UAAU,GAAGif,UAAU,CAACvf,MAAX,IAAqBuf,UAAU,CAAC9e,QAAhC,IAA4C8e,UAAU,CAAC7e,IAAvD,GAA8D;AAC7E,A8OyBV,a9OzBa6e;AAD0E,A8O2BvF,S9O3ByB,GAEbA,UAFJ;AAGAhhB,A8OyBR,Q9OzBQA,MAAM,CAACY,IAAP,CAAYmB,UAAZ,EAAwBkF,GAAxB,CAA4B,UAAUnH,GAAV,EAAe;AACzC,A8OyBV,c9OzBcmhB,eAAe,GAAGlf,UAAU,CAACjC,GAAD,CAAhC;AAAA,A8O0BV,c9OzBc2B,MAAM,GAAGwf,eAAe,CAACxf,MAD7B;AAAA,A8O2BV,c9OzBcS,QAAQ,GAAG+e,eAAe,CAAC/e,QAF/B;AAAA,A8O4BV,c9OzBcC,IAAI,GAAG8e,eAAe,CAAC9e,IAH3B;AAIA,A8OyBV,c9OzBc,CAAC0e,SAAS,CAACpf,MAAD,CAAd,EAAwBof,SAAS,CAACpf,MAAD,CAAT,GAAoB,EAApB;AACxBof,A8OyBV,U9OzBUA,SAAS,CAACpf,MAAD,CAAT,CAAkBS,QAAlB,IAA8BC,IAA9B;AACD,A8OyBT,S9OhCQ;AAQA,A8OyBR,e9OzBe0e,SAAP;AACD,A8OyBP;A9OxCO,A8OyCP,K9O9D0B,CAAV,CAAZ;A8O+DJ;A9OxBI,A8OyBJ,W9OzBWL,OAAP;AACD,A8OyBH,G9OxEE,EAFA;A8O2EF;A9OxBE,A8OyBF,W9OzBWU,SAAT,GAAqB;AACnB,A8OyBJ,Q9OzBQvY,MAAM,CAACT,UAAP,IAAqB,CAACiZ,YAA1B,EAAwC;AACtC5T,A8OyBN,M9OzBMA,SAAS,CAACC,GAAG,EAAJ,CAAT;AAEA2T,A8OwBN,M9OxBMA,YAAY,GAAG,IAAf;AACD,A8OwBL;A9OvBG,A8OwBH;AACA;A9OvBE,A8OwBF,W9OxBWC,SAAT,CAAmBzZ,GAAnB,EAAwB0Z,eAAxB,EAAyC;AACvCrhB,A8OwBJ,I9OxBIA,MAAM,CAACC,cAAP,CAAsB0H,GAAtB,EAA2B,UAA3B,EAAuC;AACrC2Z,A8OwBN,M9OxBMA,GAAG,EAAED;AADgC,A8O0B3C,K9O1BI;AAGArhB,A8OwBJ,I9OxBIA,MAAM,CAACC,cAAP,CAAsB0H,GAAtB,EAA2B,MAA3B,EAAmC;AACjC2Z,A8OwBN,M9OxBMA,GAAG,EAAE,SAASA,GAAT,GAAe;AAClB,A8OwBR,e9OxBe3Z,GAAG,CAACqJ,QAAJ,CAAa/J,GAAb,CAAiB,UAAU2N,CAAV,EAAa;AACnC,A8OwBV,iB9OxBiBiC,MAAM,CAACjC,CAAD,CAAb;AACD,A8OwBT,S9O1Be,CAAP;AAGD,A8OwBP;A9O7BuC,A8O8BvC,K9O9BI;AAOA5U,A8OwBJ,I9OxBIA,MAAM,CAACC,cAAP,CAAsB0H,GAAtB,EAA2B,MAA3B,EAAmC;AACjC2Z,A8OwBN,M9OxBMA,GAAG,EAAE,SAASA,GAAT,GAAe;AAClB,A8OwBR,Y9OxBY,CAACriB,MAAL,EAAa;AACb,A8OwBR,Y9OxBYsiB,SAAS,GAAGxiB,QAAQ,CAACM,aAAT,CAAuB,KAAvB,CAAhB;AACAkiB,A8OwBR,Q9OxBQA,SAAS,CAAC5T,SAAV,GAAsBhG,GAAG,CAAC6Z,IAA1B;AACA,A8OwBR,e9OxBeD,SAAS,CAAClQ,QAAjB;AACD,A8OwBP;A9O9BuC,A8O+BvC,K9O/BI;AAQA,A8OwBJ,W9OxBW1J,GAAP;AACD,A8OwBH;AACA;A9OvBE,A8OwBF,W9OxBW8Z,kBAAT,CAA4BC,UAA5B,EAAwC;AACtC,A8OwBJ,Q9OxBQC,kBAAkB,GAAGD,UAAU,CAACjgB,MAApC;AAAA,A8OyBJ,Q9OxBQA,MAAM,GAAGkgB,kBAAkB,KAAK,KAAK,CAA5B,GAAgC,IAAhC,GAAuCA,kBADpD;AAAA,A8O0BJ,Q9OxBQzf,QAAQ,GAAGwf,UAAU,CAACxf,QAF1B;AAGA,A8OwBJ,Q9OxBQ,CAACA,QAAL,EAAe;AACf,A8OwBJ,W9OxBWyU,eAAe,CAACiL,OAAO,CAACnB,WAAT,EAAsBhf,MAAtB,EAA8BS,QAA9B,CAAf,IAA0DyU,eAAe,CAACpV,SAAS,CAACH,MAAX,EAAmBK,MAAnB,EAA2BS,QAA3B,CAAhF;AACD,A8OwBH;AACA;A9OvBE,A8OwBF,W9OxBW2f,YAAT,CAAsBld,IAAtB,EAA4B;AAC1B,A8OwBJ,W9OxBW,UAAUmd,mBAAV,EAA+B;AACpC,A8OwBN,U9OxBUngB,MAAM,GAAGnB,SAAS,CAACC,MAAV,GAAmB,CAAnB,IAAwBD,SAAS,CAAC,CAAD,CAAT,KAAiBoB,SAAzC,GAAqDpB,SAAS,CAAC,CAAD,CAA9D,GAAoE,EAAjF;AACA,A8OwBN,U9OxBUuhB,cAAc,GAAG,CAACD,mBAAmB,IAAI,EAAxB,EAA4B3f,IAA5B,GAAmC2f,mBAAnC,GAAyDL,kBAAkB,CAACK,mBAAmB,IAAI,EAAxB,CAAhG;AACA,A8OwBN,U9OxBUtQ,IAAI,GAAG7P,MAAM,CAAC6P,IAAlB;A8OyBN;A9OvBM,A8OwBN,U9OxBUA,IAAJ,EAAU;AACRA,A8OwBR,Q9OxBQA,IAAI,GAAG,CAACA,IAAI,IAAI,EAAT,EAAarP,IAAb,GAAoBqP,IAApB,GAA2BiQ,kBAAkB,CAACjQ,IAAI,IAAI,EAAT,CAApD;AACD,A8OwBP;AACA;A9OvBM,A8OwBN,a9OxBa7M,IAAI,CAACod,cAAD,EAAiB1hB,aAAa,CAAC,EAAD,EAAKsB,MAAL,EAAa;AACpD6P,A8OwBR,Q9OxBQA,IAAI,EAAEA;AAD8C,A8O0B5D,O9O1B+C,CAA9B,CAAX;AAGD,A8OwBL,K9OpCI;AAaD,A8OwBH;AACA;A9OvBE,A8OwBF,M9OxBMoQ,OAAO,GAAG,IAAIpB,OAAJ,EAAd;A8OyBF;A9OxBE,A8OyBF,M9OzBMwB,MAAM,GAAG,SAASA,MAAT,GAAkB;AAC7BrZ,A8OyBJ,I9OzBIA,MAAM,CAACV,cAAP,GAAwB,KAAxB;AACAU,A8OyBJ,I9OzBIA,MAAM,CAACN,gBAAP,GAA0B,KAA1B;AACA2R,A8OyBJ,I9OzBIA,UAAU;AACX,A8OyBH,G9O7BE;A8O8BF;A9OzBE,A8O0BF,M9O1BMmH,YAAY,GAAG,KAAnB;AACA,A8O0BF,M9O1BMc,GAAG,GAAG;AACR9K,A8O0BJ,I9O1BIA,KAAK,EAAE,SAASA,KAAT,GAAiB;AACtB,A8O0BN,U9O1BUxV,MAAM,GAAGnB,SAAS,CAACC,MAAV,GAAmB,CAAnB,IAAwBD,SAAS,CAAC,CAAD,CAAT,KAAiBoB,SAAzC,GAAqDpB,SAAS,CAAC,CAAD,CAA9D,GAAoE,EAAjF;A8O2BN;A9OzBM,A8O0BN,U9O1BUvB,MAAJ,EAAY;AACViiB,A8O0BR,Q9O1BQA,SAAS;AACT,A8O0BR,Y9O1BYgB,YAAY,GAAGvgB,MAAM,CAACgN,IAA1B;AAAA,A8O2BR,Y9O1BYA,IAAI,GAAGuT,YAAY,KAAK,KAAK,CAAtB,GAA0BnjB,QAA1B,GAAqCmjB,YADhD;AAAA,A8O4BR,Y9O1BYC,gBAAgB,GAAGxgB,MAAM,CAACyI,QAF9B;AAAA,A8O6BR,Y9O1BYA,QAAQ,GAAG+X,gBAAgB,KAAK,KAAK,CAA1B,GAA8B,YAAY,CAAE,CAA5C,GAA+CA,gBAH9D;A8O8BR;A9OzBQ,A8O0BR,Y9O1BYxZ,MAAM,CAACP,oBAAX,EAAiC;AAC/BA,A8O0BV,U9O1BUA,oBAAoB,CAACuG,IAAD,CAApB;AACD,A8O0BT;AACA;A9OzBQ,A8O0BR,e9O1BeoP,MAAM,CAACpP,IAAD,EAAOvE,QAAP,CAAb;AACD,A8O0BP,O9OtCM,MAYO;AACL,A8O0BR,e9O1BeuC,MAAM,CAAC9B,MAAP,CAAc,wCAAd,CAAP;AACD,A8O0BP;A9OzBK,A8O0BL,K9O7CY;AAoBR2C,A8O0BJ,I9O1BIA,GAAG,EAAEA,GApBG;AAqBRD,A8O0BJ,I9O1BIA,SAAS,EAAE,SAAS6U,YAAT,GAAwB;AACjC,A8O0BN,U9O1BU,CAACjB,YAAL,EAAmB;AACjB5T,A8O0BR,Q9O1BQA,SAAS,CAACC,GAAG,EAAJ,CAAT;AAEA2T,A8OyBR,Q9OzBQA,YAAY,GAAG,IAAf;AACD,A8OyBP;A9OxBK,A8OyBL,K9OpDY;AA4BRkB,A8OyBJ,I9OzBIA,KAAK,EAAE,SAASA,KAAT,GAAiB;AACtB,A8OyBN,U9OzBU1gB,MAAM,GAAGnB,SAAS,CAACC,MAAV,GAAmB,CAAnB,IAAwBD,SAAS,CAAC,CAAD,CAAT,KAAiBoB,SAAzC,GAAqDpB,SAAS,CAAC,CAAD,CAA9D,GAAoE,EAAjF;AACA,A8OyBN,U9OzBU8hB,kBAAkB,GAAG3gB,MAAM,CAAC2gB,kBAAhC;AAAA,A8O0BN,U9OzBU/I,oBAAoB,GAAG5X,MAAM,CAAC4X,oBADlC;A8O2BN;A9OxBM,A8OyBN,U9OzBU5Q,MAAM,CAACV,cAAP,KAA0B,KAA9B,EAAqC;AACnCU,A8OyBR,Q9OzBQA,MAAM,CAACV,cAAP,GAAwB,IAAxB;AACD,A8OyBP;AACA;A9OxBMU,A8OyBN,M9OzBMA,MAAM,CAACN,gBAAP,GAA0B,IAA1B;AACAc,A8OyBN,M9OzBMA,QAAQ,CAAC,YAAY;AACnBoZ,A8OyBR,Q9OzBQA,WAAW,CAAC;AACVD,A8OyBV,U9OzBUA,kBAAkB,EAAEA;AADV,A8O2BpB,S9O3BmB,CAAX;AAGArJ,A8OyBR,Q9OzBQA,OAAO,CAAC;AACNE,A8OyBV,U9OzBUA,YAAY,EAAE4E,MADR;AAEN3E,A8OyBV,U9OzBUA,YAAY,EAAEyF,MAFR;AAGNxF,A8OyBV,U9OzBUA,sBAAsB,EAAEjR,oBAHlB;AAINmR,A8OyBV,U9OzBUA,oBAAoB,EAAEA;AAJhB,A8O8BhB,S9O9Be,CAAP;AAMD,A8OyBP,O9OnCc,CAAR;AAWD,A8OyBL;A9O1EY,A8O2EZ,G9O3EE;AAmDA,A8OyBF,M9OzBMiJ,KAAK,GAAG;AACV3S,A8OyBJ,I9OzBIA,SAAS,EAAE,SAASA,SAAT,CAAmB2K,eAAnB,EAAoC;AAC7C,A8OyBN,a9OzBaD,oBAAoB,CAACC,eAAD,CAA3B;AACD,A8OyBL;A9O5Bc,A8O6Bd,G9O7BE;AAKA,A8OyBF,M9OzBMrY,IAAI,GAAG0f,YAAY,CAAC,UAAUE,cAAV,EAA0B;AAChD,A8OyBJ,Q9OzBQpgB,MAAM,GAAGnB,SAAS,CAACC,MAAV,GAAmB,CAAnB,IAAwBD,SAAS,CAAC,CAAD,CAAT,KAAiBoB,SAAzC,GAAqDpB,SAAS,CAAC,CAAD,CAA9D,GAAoE,EAAjF;AACA,A8OyBJ,Q9OzBQiiB,iBAAiB,GAAG9gB,MAAM,CAACkO,SAA/B;AAAA,A8O0BJ,Q9OzBQA,SAAS,GAAG4S,iBAAiB,KAAK,KAAK,CAA3B,GAA+B3V,oBAA/B,GAAsD2V,iBADtE;AAAA,A8O2BJ,Q9OzBQC,cAAc,GAAG/gB,MAAM,CAACoR,MAF5B;AAAA,A8O4BJ,Q9OzBQA,MAAM,GAAG2P,cAAc,KAAK,KAAK,CAAxB,GAA4B,KAA5B,GAAoCA,cAHjD;AAAA,A8O6BJ,Q9OzBQC,YAAY,GAAGhhB,MAAM,CAAC6P,IAJ1B;AAAA,A8O8BJ,Q9OzBQA,IAAI,GAAGmR,YAAY,KAAK,KAAK,CAAtB,GAA0B,IAA1B,GAAiCA,YAL5C;AAAA,A8O+BJ,Q9OzBQC,cAAc,GAAGjhB,MAAM,CAAC+P,MAN5B;AAAA,A8OgCJ,Q9OzBQA,MAAM,GAAGkR,cAAc,KAAK,KAAK,CAAxB,GAA4B,IAA5B,GAAmCA,cAPhD;AAAA,A8OiCJ,Q9OzBQC,aAAa,GAAGlhB,MAAM,CAACuR,KAR3B;AAAA,A8OkCJ,Q9OzBQA,KAAK,GAAG2P,aAAa,KAAK,KAAK,CAAvB,GAA2B,IAA3B,GAAkCA,aAT9C;AAAA,A8OmCJ,Q9OzBQC,eAAe,GAAGnhB,MAAM,CAACwR,OAV7B;AAAA,A8OoCJ,Q9OzBQA,OAAO,GAAG2P,eAAe,KAAK,KAAK,CAAzB,GAA6B,IAA7B,GAAoCA,eAXlD;AAAA,A8OqCJ,Q9OzBQC,eAAe,GAAGphB,MAAM,CAACgS,OAZ7B;AAAA,A8OsCJ,Q9OzBQA,OAAO,GAAGoP,eAAe,KAAK,KAAK,CAAzB,GAA6B,EAA7B,GAAkCA,eAbhD;AAAA,A8OuCJ,Q9OzBQC,kBAAkB,GAAGrhB,MAAM,CAAC4N,UAdhC;AAAA,A8OwCJ,Q9OzBQA,UAAU,GAAGyT,kBAAkB,KAAK,KAAK,CAA5B,GAAgC,EAAhC,GAAqCA,kBAftD;AAAA,A8OyCJ,Q9OzBQC,cAAc,GAAGthB,MAAM,CAACP,MAhB5B;AAAA,A8O0CJ,Q9OzBQA,MAAM,GAAG6hB,cAAc,KAAK,KAAK,CAAxB,GAA4B,EAA5B,GAAiCA,cAjB9C;AAkBA,A8OyBJ,Q9OzBQ,CAAClB,cAAL,EAAqB;AACrB,A8OyBJ,Q9OzBQtgB,MAAM,GAAGsgB,cAAc,CAACtgB,MAA5B;AAAA,A8O0BJ,Q9OzBQS,QAAQ,GAAG6f,cAAc,CAAC7f,QAD9B;AAAA,A8O2BJ,Q9OzBQC,IAAI,GAAG4f,cAAc,CAAC5f,IAF1B;AAGA,A8OyBJ,W9OzBWif,SAAS,CAAC/gB,aAAa,CAAC;AAC7BqZ,A8OyBN,M9OzBMA,IAAI,EAAE;AADuB,A8O2BnC,K9O3BkC,EAE3BqI,cAF2B,CAAd,EAEI,YAAY;AAC9Bb,A8OyBN,M9OzBMA,SAAS;A8O0Bf;A9OxBM,A8OyBN,U9OzBUvY,MAAM,CAACR,QAAX,EAAqB;AACnB,A8OyBR,Y9OzBY+K,KAAJ,EAAW;AACT3D,A8OyBV,U9OzBUA,UAAU,CAAC,iBAAD,CAAV,GAAgC,GAAGzO,MAAH,CAAU6H,MAAM,CAACX,gBAAjB,EAAmC,SAAnC,EAA8ClH,MAA9C,CAAqDqS,OAAO,IAAI/E,YAAY,EAA5E,CAAhC;AACD,A8OyBT,S9O3BQ,MAEO;AACLmB,A8OyBV,U9OzBUA,UAAU,CAAC,aAAD,CAAV,GAA4B,MAA5B;AACAA,A8OyBV,U9OzBUA,UAAU,CAAC,WAAD,CAAV,GAA0B,OAA1B;AACD,A8OyBT;A9OxBO,A8OyBP;AACA;A9OxBM,A8OyBN,a9OzBayD,qBAAqB,CAAC;AAC3BtR,A8OyBR,Q9OzBQA,KAAK,EAAE;AACL6P,A8OyBV,U9OzBUA,IAAI,EAAEqL,WAAW,CAACza,IAAD,CADZ;AAELqP,A8OyBV,U9OzBUA,IAAI,EAAEA,IAAI,GAAGoL,WAAW,CAACpL,IAAI,CAACrP,IAAN,CAAd,GAA4B;AACpCyQ,A8OyBZ,Y9OzBYA,KAAK,EAAE,KAD6B;AAEpCnC,A8OyBZ,Y9OzBYA,KAAK,EAAE,IAF6B;AAGpCE,A8OyBZ,Y9OzBYA,MAAM,EAAE,IAH4B;AAIpCxO,A8OyBZ,Y9OzBYA,IAAI,EAAE;AAJ8B,A8O8BhD;A9OhCe,A8OiCf,S9OlCmC;AAU3BV,A8OyBR,Q9OzBQA,MAAM,EAAEA,MAVmB;AAW3BS,A8OyBR,Q9OzBQA,QAAQ,EAAEA,QAXiB;AAY3B2N,A8OyBR,Q9OzBQA,SAAS,EAAExP,aAAa,CAAC,EAAD,EAAKyM,oBAAL,EAA2B+C,SAA3B,CAZG;AAa3BkD,A8OyBR,Q9OzBQA,MAAM,EAAEA,MAbmB;AAc3BG,A8OyBR,Q9OzBQA,KAAK,EAAEA,KAdoB;AAe3BxB,A8OyBR,Q9OzBQA,MAAM,EAAEA,MAfmB;AAgB3ByB,A8OyBR,Q9OzBQA,OAAO,EAAEA,OAhBkB;AAiB3BC,A8OyBR,Q9OzBQA,KAAK,EAAE;AACL7D,A8OyBV,U9OzBUA,UAAU,EAAEA,UADP;AAELnO,A8OyBV,U9OzBUA,MAAM,EAAEA,MAFH;AAGLuS,A8OyBV,U9OzBUA,OAAO,EAAEA;AAHJ,A8O6Bf;A9O9CmC,A8O+CnC,O9O/CkC,CAA5B;AAuBD,A8OyBL,K9O9DoB,CAAhB;AAsCD,A8OyBH,G9OvFyB,CAAvB;A8OwFF;A9OzBE,A8O0BF,M9O1BMuP,IAAI,GAAG,SAASA,IAAT,CAActP,OAAd,EAAuB;AAChC,A8O0BJ,Q9O1BQjS,MAAM,GAAGnB,SAAS,CAACC,MAAV,GAAmB,CAAnB,IAAwBD,SAAS,CAAC,CAAD,CAAT,KAAiBoB,SAAzC,GAAqDpB,SAAS,CAAC,CAAD,CAA9D,GAAoE,EAAjF;AACA,A8O0BJ,Q9O1BQ2iB,kBAAkB,GAAGxhB,MAAM,CAACkO,SAAhC;AAAA,A8O2BJ,Q9O1BQA,SAAS,GAAGsT,kBAAkB,KAAK,KAAK,CAA5B,GAAgCrW,oBAAhC,GAAuDqW,kBADvE;AAAA,A8O4BJ,Q9O1BQC,cAAc,GAAGzhB,MAAM,CAACuR,KAF5B;AAAA,A8O6BJ,Q9O1BQA,KAAK,GAAGkQ,cAAc,KAAK,KAAK,CAAxB,GAA4B,IAA5B,GAAmCA,cAH/C;AAAA,A8O8BJ,Q9O1BQC,gBAAgB,GAAG1hB,MAAM,CAACgS,OAJ9B;AAAA,A8O+BJ,Q9O1BQA,OAAO,GAAG0P,gBAAgB,KAAK,KAAK,CAA1B,GAA8B,EAA9B,GAAmCA,gBALjD;AAAA,A8OgCJ,Q9O1BQC,mBAAmB,GAAG3hB,MAAM,CAAC4N,UANjC;AAAA,A8OiCJ,Q9O1BQA,UAAU,GAAG+T,mBAAmB,KAAK,KAAK,CAA7B,GAAiC,EAAjC,GAAsCA,mBAPvD;AAAA,A8OkCJ,Q9O1BQC,eAAe,GAAG5hB,MAAM,CAACP,MAR7B;AAAA,A8OmCJ,Q9O1BQA,MAAM,GAAGmiB,eAAe,KAAK,KAAK,CAAzB,GAA6B,EAA7B,GAAkCA,eAT/C;AAUA,A8O0BJ,W9O1BWnC,SAAS,CAAC;AACf1H,A8O0BN,M9O1BMA,IAAI,EAAE,MADS;AAEf9F,A8O0BN,M9O1BMA,OAAO,EAAEA;AAFM,A8O6BrB,K9O7BoB,EAGb,YAAY;AACbsN,A8O0BN,M9O1BMA,SAAS;AACT,A8O0BN,a9O1BanN,sBAAsB,CAAC;AAC5BH,A8O0BR,Q9O1BQA,OAAO,EAAEA,OADmB;AAE5B/D,A8O0BR,Q9O1BQA,SAAS,EAAExP,aAAa,CAAC,EAAD,EAAKyM,oBAAL,EAA2B+C,SAA3B,CAFI;AAG5BqD,A8O0BR,Q9O1BQA,KAAK,EAAEA,KAHqB;AAI5BE,A8O0BR,Q9O1BQA,KAAK,EAAE;AACL7D,A8O0BV,U9O1BUA,UAAU,EAAEA,UADP;AAELnO,A8O0BV,U9O1BUA,MAAM,EAAEA,MAFH;AAGLuS,A8O0BV,U9O1BUA,OAAO,EAAE,CAAC,GAAG7S,MAAH,CAAU6H,MAAM,CAACZ,YAAjB,EAA+B,cAA/B,CAAD,EAAiDjH,MAAjD,CAAwD4C,kBAAkB,CAACiQ,OAAD,CAA1E;AAHJ,A8O8Bf;A9OlCoC,A8OmCpC,O9OnCmC,CAA7B;AAUD,A8O0BL,K9OzCoB,CAAhB;AAgBD,A8O0BH,G9OtDE;A8OuDF;A9O1BE,A8O2BF,M9O3BM6P,OAAO,GAAG,SAASA,OAAT,CAAiB5P,OAAjB,EAA0B;AACtC,A8O2BJ,Q9O3BQjS,MAAM,GAAGnB,SAAS,CAACC,MAAV,GAAmB,CAAnB,IAAwBD,SAAS,CAAC,CAAD,CAAT,KAAiBoB,SAAzC,GAAqDpB,SAAS,CAAC,CAAD,CAA9D,GAAoE,EAAjF;AACA,A8O2BJ,Q9O3BQijB,cAAc,GAAG9hB,MAAM,CAACuR,KAA5B;AAAA,A8O4BJ,Q9O3BQA,KAAK,GAAGuQ,cAAc,KAAK,KAAK,CAAxB,GAA4B,IAA5B,GAAmCA,cAD/C;AAAA,A8O6BJ,Q9O3BQC,gBAAgB,GAAG/hB,MAAM,CAACgS,OAF9B;AAAA,A8O8BJ,Q9O3BQA,OAAO,GAAG+P,gBAAgB,KAAK,KAAK,CAA1B,GAA8B,EAA9B,GAAmCA,gBAHjD;AAAA,A8O+BJ,Q9O3BQC,mBAAmB,GAAGhiB,MAAM,CAAC4N,UAJjC;AAAA,A8OgCJ,Q9O3BQA,UAAU,GAAGoU,mBAAmB,KAAK,KAAK,CAA7B,GAAiC,EAAjC,GAAsCA,mBALvD;AAAA,A8OiCJ,Q9O3BQC,eAAe,GAAGjiB,MAAM,CAACP,MAN7B;AAAA,A8OkCJ,Q9O3BQA,MAAM,GAAGwiB,eAAe,KAAK,KAAK,CAAzB,GAA6B,EAA7B,GAAkCA,eAP/C;AAQA,A8O2BJ,W9O3BWxC,SAAS,CAAC;AACf1H,A8O2BN,M9O3BMA,IAAI,EAAE,SADS;AAEf9F,A8O2BN,M9O3BMA,OAAO,EAAEA;AAFM,A8O8BrB,K9O9BoB,EAGb,YAAY;AACbsN,A8O2BN,M9O3BMA,SAAS;AACT,A8O2BN,a9O3BahN,yBAAyB,CAAC;AAC/BN,A8O2BR,Q9O3BQA,OAAO,EAAEA,OAAO,CAAC1P,QAAR,EADsB;AAE/BgP,A8O2BR,Q9O3BQA,KAAK,EAAEA,KAFwB;AAG/BE,A8O2BR,Q9O3BQA,KAAK,EAAE;AACL7D,A8O2BV,U9O3BUA,UAAU,EAAEA,UADP;AAELnO,A8O2BV,U9O3BUA,MAAM,EAAEA,MAFH;AAGLuS,A8O2BV,U9O3BUA,OAAO,EAAE,CAAC,GAAG7S,MAAH,CAAU6H,MAAM,CAACZ,YAAjB,EAA+B,iBAA/B,CAAD,EAAoDjH,MAApD,CAA2D4C,kBAAkB,CAACiQ,OAAD,CAA7E;AAHJ,A8O+Bf;A9OlCuC,A8OmCvC,O9OnCsC,CAAhC;AASD,A8O2BL,K9OzCoB,CAAhB;AAeD,A8O2BH,G9OpDE;A8OqDF;A9O3BE,A8O4BF,M9O5BMkQ,KAAK,GAAG,SAASA,KAAT,CAAeC,SAAf,EAA0B;AACpC,A8O4BJ,Q9O5BQniB,MAAM,GAAGnB,SAAS,CAACC,MAAV,GAAmB,CAAnB,IAAwBD,SAAS,CAAC,CAAD,CAAT,KAAiBoB,SAAzC,GAAqDpB,SAAS,CAAC,CAAD,CAA9D,GAAoE,EAAjF;AACA,A8O4BJ,Q9O5BQujB,gBAAgB,GAAGpiB,MAAM,CAACgS,OAA9B;AAAA,A8O6BJ,Q9O5BQA,OAAO,GAAGoQ,gBAAgB,KAAK,KAAK,CAA1B,GAA8B,EAA9B,GAAmCA,gBADjD;AAEA,A8O4BJ,W9O5BW3C,SAAS,CAAC;AACf1H,A8O4BN,M9O5BMA,IAAI,EAAE;AADS,A8O8BrB,K9O9BoB,EAEb,YAAY;AACbwH,A8O4BN,M9O5BMA,SAAS;AACT,A8O4BN,U9O5BU7P,QAAQ,GAAG,EAAf;AACAyS,A8O4BN,M9O5BMA,SAAS,CAAC,UAAUhQ,IAAV,EAAgB;AACxBhQ,A8O4BR,Q9O5BQA,KAAK,CAACC,OAAN,CAAc+P,IAAd,IAAsBA,IAAI,CAAC7M,GAAL,CAAS,UAAU2N,CAAV,EAAa;AAC1CvD,A8O4BV,U9O5BUA,QAAQ,GAAGA,QAAQ,CAACvQ,MAAT,CAAgB8T,CAAC,CAAC5D,QAAlB,CAAX;AACD,A8O4BT,S9O9B8B,CAAtB,GAEKK,QAAQ,GAAGA,QAAQ,CAACvQ,MAAT,CAAgBgT,IAAI,CAAC9C,QAArB,CAFhB;AAGD,A8O4BP,O9OhCe,CAAT;AAKA,A8O4BN,a9O5Ba,CAAC;AACNI,A8O4BR,Q9O5BQA,GAAG,EAAE,MADC;AAEN7B,A8O4BR,Q9O5BQA,UAAU,EAAE;AACV0E,A8O4BV,U9O5BUA,KAAK,EAAE,CAAC,GAAGnT,MAAH,CAAU6H,MAAM,CAACZ,YAAjB,EAA+B,SAA/B,CAAD,EAA4CjH,MAA5C,CAAmD4C,kBAAkB,CAACiQ,OAAD,CAArE,EAAgFzE,IAAhF,CAAqF,GAArF;AADG,A8O8BpB,S9OhCc;AAKNmC,A8O4BR,Q9O5BQA,QAAQ,EAAEA;AALJ,A8OkCd,O9OlCa,CAAP;AAOD,A8O4BL,K9O7CoB,CAAhB;AAkBD,A8O4BH,G9OlDE;A8OmDF;A9O5BE,A8O6BF,M9O7BM2S,GAAG,GAAG;AACRhC,A8O6BJ,I9O7BIA,MAAM,EAAEA,MADA;AAERrZ,A8O6BJ,I9O7BIA,MAAM,EAAEA,MAFA;AAGRsZ,A8O6BJ,I9O7BIA,GAAG,EAAEA,GAHG;AAIRL,A8O6BJ,I9O7BIA,OAAO,EAAEA,OAJD;AAKRY,A8O6BJ,I9O7BIA,KAAK,EAAEA,KALC;AAMRf,A8O6BJ,I9O7BIA,kBAAkB,EAAEA,kBANZ;AAORtf,A8O6BJ,I9O7BIA,IAAI,EAAEA,IAPE;AAQR+gB,A8O6BJ,I9O7BIA,IAAI,EAAEA,IARE;AASRM,A8O6BJ,I9O7BIA,OAAO,EAAEA,OATD;AAURK,A8O6BJ,I9O7BIA,KAAK,EAAEA,KAVC;AAWRhN,A8O6BJ,I9O7BIA,MAAM,EAAEA;AAXA,A8OyCZ,G9OzCE;A8O0CF;A9O5BE,A8O6BF,M9O7BM0L,WAAW,GAAG,SAASA,WAAT,GAAuB;AACvC,A8O6BJ,Q9O7BQ5gB,MAAM,GAAGnB,SAAS,CAACC,MAAV,GAAmB,CAAnB,IAAwBD,SAAS,CAAC,CAAD,CAAT,KAAiBoB,SAAzC,GAAqDpB,SAAS,CAAC,CAAD,CAA9D,GAAoE,EAAjF;AACA,A8O6BJ,Q9O7BQyjB,qBAAqB,GAAGtiB,MAAM,CAAC2gB,kBAAnC;AAAA,A8O8BJ,Q9O7BQA,kBAAkB,GAAG2B,qBAAqB,KAAK,KAAK,CAA/B,GAAmCllB,QAAnC,GAA8CklB,qBADvE;AAEA,A8O6BJ,Q9O7BQ,CAACjkB,MAAM,CAACY,IAAP,CAAYW,SAAS,CAACH,MAAtB,EAA8BX,MAA9B,GAAuC,CAAvC,IAA4CkI,MAAM,CAAC+N,YAApD,KAAqEzX,MAArE,IAA+E0J,MAAM,CAACV,cAA1F,EAA0G+b,GAAG,CAAC/B,GAAJ,CAAQ9K,KAAR,CAAc;AACtHxI,A8O6BN,M9O7BMA,IAAI,EAAE2T;AADgH,A8O+B5H,K9O/B8G;AAG3G,A8O6BH,G9OpCE;A8OqCF;A9O5BE,A8O6BF,W9O7BW4B,SAAT,GAAqB;AACnB,A8O6BJ,Q9O7BQllB,UAAJ,EAAgB;AACd,A8O6BN,U9O7BU,CAACF,MAAM,CAACqlB,WAAZ,EAAyB;AACvBrlB,A8O6BR,Q9O7BQA,MAAM,CAACqlB,WAAP,GAAqBH,GAArB;AACD,A8O6BP;AACA;A9O5BM7a,A8O6BN,M9O7BMA,QAAQ,CAAC,YAAY;AACnBoZ,A8O6BR,Q9O7BQA,WAAW;AACXtJ,A8O6BR,Q9O7BQA,OAAO,CAAC;AACNE,A8O6BV,U9O7BUA,YAAY,EAAE4E,MADR;AAEN3E,A8O6BV,U9O7BUA,YAAY,EAAEyF,MAFR;AAGNxF,A8O6BV,U9O7BUA,sBAAsB,EAAEjR;AAHlB,A8OiChB,S9OjCe,CAAP;AAKD,A8O6BP,O9OpCc,CAAR;AAQD,A8O6BL;AACA;A9O5BI7G,A8O6BJ,I9O7BIA,SAAS,CAACF,KAAV,GAAkBhB,aAAa,CAAC,EAAD,EAAKkB,SAAS,CAACF,KAAf,EAAsB;AACnDgB,A8O6BN,M9O7BMA,OAAO,EAAE,SAASA,OAAT,CAAiBZ,MAAjB,EAAyBC,KAAzB,EAAgC;AACvCH,A8O6BR,Q9O7BQA,SAAS,CAACH,MAAV,CAAiBK,MAAjB,IAA2BpB,aAAa,CAAC,EAAD,EAAKkB,SAAS,CAACH,MAAV,CAAiBK,MAAjB,KAA4B,EAAjC,EAAqCC,KAArC,CAAxC;AACA+T,A8O6BR,Q9O7BQA,KAAK;AACL8M,A8O6BR,Q9O7BQA,WAAW;AACZ,A8O6BP,O9OlCyD;AAMnD6B,A8O6BN,M9O7BMA,QAAQ,EAAE,SAASA,QAAT,CAAkB9iB,KAAlB,EAAyB;AACjC,A8O6BR,Y9O7BY+iB,gBAAJ;A8O8BR;A9O5BQ,A8O6BR,S9O7BSA,gBAAgB,GAAG9iB,SAAS,CAACD,KAA9B,EAAqCuD,IAArC,CAA0Cyf,KAA1C,CAAgDD,gBAAhD,EAAkE3gB,kBAAkB,CAACpC,KAAD,CAApF;A8O8BR;A9O5BQmU,A8O6BR,Q9O7BQA,KAAK;AACL8M,A8O6BR,Q9O7BQA,WAAW;AACZ,A8O6BP;A9O1CyD,A8O2CzD,K9O3CmC,CAA/B;AAeD,A8O6BH;AACA;A9O5BE7iB,A8O6BF,E9O7BEA,MAAM,CAACwkB,SAAD,CAAN;AAED,A8O4BD,C9Or8EC,GAAD;A8Os8EA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"monogatari.js","sourceRoot":"../../../src","sourcesContent":["var check = function (it) {\n return it && it.Math == Math && it;\n};\n\n// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports =\n // eslint-disable-next-line no-undef\n check(typeof globalThis == 'object' && globalThis) ||\n check(typeof window == 'object' && window) ||\n check(typeof self == 'object' && self) ||\n check(typeof global == 'object' && global) ||\n // eslint-disable-next-line no-new-func\n Function('return this')();\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (error) {\n return true;\n }\n};\n","var fails = require('../internals/fails');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !fails(function () {\n return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;\n});\n","'use strict';\nvar nativePropertyIsEnumerable = {}.propertyIsEnumerable;\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = getOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);\n\n// `Object.prototype.propertyIsEnumerable` method implementation\n// https://tc39.github.io/ecma262/#sec-object.prototype.propertyisenumerable\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n var descriptor = getOwnPropertyDescriptor(this, V);\n return !!descriptor && descriptor.enumerable;\n} : nativePropertyIsEnumerable;\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","var fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\n\nvar split = ''.split;\n\n// fallback for non-array-like ES3 and non-enumerable old V8 strings\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins\n return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) == 'String' ? split.call(it, '') : Object(it);\n} : Object;\n","// `RequireObjectCoercible` abstract operation\n// https://tc39.github.io/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n return IndexedObject(requireObjectCoercible(it));\n};\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","var isObject = require('../internals/is-object');\n\n// `ToPrimitive` abstract operation\n// https://tc39.github.io/ecma262/#sec-toprimitive\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (input, PREFERRED_STRING) {\n if (!isObject(input)) return input;\n var fn, val;\n if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;\n if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var hasOwnProperty = {}.hasOwnProperty;\n\nmodule.exports = function (it, key) {\n return hasOwnProperty.call(it, key);\n};\n","var global = require('../internals/global');\nvar isObject = require('../internals/is-object');\n\nvar document = global.document;\n// typeof document.createElement is 'object' in old IE\nvar EXISTS = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n return EXISTS ? document.createElement(it) : {};\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar createElement = require('../internals/document-create-element');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !DESCRIPTORS && !fails(function () {\n return Object.defineProperty(createElement('div'), 'a', {\n get: function () { return 7; }\n }).a != 7;\n});\n","var DESCRIPTORS = require('../internals/descriptors');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\n\nvar nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptor\nexports.f = DESCRIPTORS ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return nativeGetOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);\n};\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it)) {\n throw TypeError(String(it) + ' is not an object');\n } return it;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\n\nvar nativeDefineProperty = Object.defineProperty;\n\n// `Object.defineProperty` method\n// https://tc39.github.io/ecma262/#sec-object.defineproperty\nexports.f = DESCRIPTORS ? nativeDefineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return nativeDefineProperty(O, P, Attributes);\n } catch (error) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = DESCRIPTORS ? function (object, key, value) {\n return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nmodule.exports = function (key, value) {\n try {\n createNonEnumerableProperty(global, key, value);\n } catch (error) {\n global[key] = value;\n } return value;\n};\n","var global = require('../internals/global');\nvar setGlobal = require('../internals/set-global');\n\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || setGlobal(SHARED, {});\n\nmodule.exports = store;\n","var store = require('../internals/shared-store');\n\nvar functionToString = Function.toString;\n\n// this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper\nif (typeof store.inspectSource != 'function') {\n store.inspectSource = function (it) {\n return functionToString.call(it);\n };\n}\n\nmodule.exports = store.inspectSource;\n","var global = require('../internals/global');\nvar inspectSource = require('../internals/inspect-source');\n\nvar WeakMap = global.WeakMap;\n\nmodule.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));\n","module.exports = false;\n","var IS_PURE = require('../internals/is-pure');\nvar store = require('../internals/shared-store');\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: '3.6.5',\n mode: IS_PURE ? 'pure' : 'global',\n copyright: '© 2020 Denis Pushkarev (zloirock.ru)'\n});\n","var id = 0;\nvar postfix = Math.random();\n\nmodule.exports = function (key) {\n return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);\n};\n","var shared = require('../internals/shared');\nvar uid = require('../internals/uid');\n\nvar keys = shared('keys');\n\nmodule.exports = function (key) {\n return keys[key] || (keys[key] = uid(key));\n};\n","module.exports = {};\n","var NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar objectHas = require('../internals/has');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\n\nvar WeakMap = global.WeakMap;\nvar set, get, has;\n\nvar enforce = function (it) {\n return has(it) ? get(it) : set(it, {});\n};\n\nvar getterFor = function (TYPE) {\n return function (it) {\n var state;\n if (!isObject(it) || (state = get(it)).type !== TYPE) {\n throw TypeError('Incompatible receiver, ' + TYPE + ' required');\n } return state;\n };\n};\n\nif (NATIVE_WEAK_MAP) {\n var store = new WeakMap();\n var wmget = store.get;\n var wmhas = store.has;\n var wmset = store.set;\n set = function (it, metadata) {\n wmset.call(store, it, metadata);\n return metadata;\n };\n get = function (it) {\n return wmget.call(store, it) || {};\n };\n has = function (it) {\n return wmhas.call(store, it);\n };\n} else {\n var STATE = sharedKey('state');\n hiddenKeys[STATE] = true;\n set = function (it, metadata) {\n createNonEnumerableProperty(it, STATE, metadata);\n return metadata;\n };\n get = function (it) {\n return objectHas(it, STATE) ? it[STATE] : {};\n };\n has = function (it) {\n return objectHas(it, STATE);\n };\n}\n\nmodule.exports = {\n set: set,\n get: get,\n has: has,\n enforce: enforce,\n getterFor: getterFor\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar setGlobal = require('../internals/set-global');\nvar inspectSource = require('../internals/inspect-source');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar getInternalState = InternalStateModule.get;\nvar enforceInternalState = InternalStateModule.enforce;\nvar TEMPLATE = String(String).split('String');\n\n(module.exports = function (O, key, value, options) {\n var unsafe = options ? !!options.unsafe : false;\n var simple = options ? !!options.enumerable : false;\n var noTargetGet = options ? !!options.noTargetGet : false;\n if (typeof value == 'function') {\n if (typeof key == 'string' && !has(value, 'name')) createNonEnumerableProperty(value, 'name', key);\n enforceInternalState(value).source = TEMPLATE.join(typeof key == 'string' ? key : '');\n }\n if (O === global) {\n if (simple) O[key] = value;\n else setGlobal(key, value);\n return;\n } else if (!unsafe) {\n delete O[key];\n } else if (!noTargetGet && O[key]) {\n simple = true;\n }\n if (simple) O[key] = value;\n else createNonEnumerableProperty(O, key, value);\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, 'toString', function toString() {\n return typeof this == 'function' && getInternalState(this).source || inspectSource(this);\n});\n","var global = require('../internals/global');\n\nmodule.exports = global;\n","var path = require('../internals/path');\nvar global = require('../internals/global');\n\nvar aFunction = function (variable) {\n return typeof variable == 'function' ? variable : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])\n : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];\n};\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `ToInteger` abstract operation\n// https://tc39.github.io/ecma262/#sec-tointeger\nmodule.exports = function (argument) {\n return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);\n};\n","var toInteger = require('../internals/to-integer');\n\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.github.io/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n","var toInteger = require('../internals/to-integer');\n\nvar max = Math.max;\nvar min = Math.min;\n\n// Helper for a popular repeating case of the spec:\n// Let integer be ? ToInteger(index).\n// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).\nmodule.exports = function (index, length) {\n var integer = toInteger(index);\n return integer < 0 ? max(integer + length, 0) : min(integer, length);\n};\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\n// `Array.prototype.{ indexOf, includes }` methods implementation\nvar createMethod = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIndexedObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) {\n if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.includes` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.includes\n includes: createMethod(true),\n // `Array.prototype.indexOf` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.indexof\n indexOf: createMethod(false)\n};\n","var has = require('../internals/has');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar indexOf = require('../internals/array-includes').indexOf;\nvar hiddenKeys = require('../internals/hidden-keys');\n\nmodule.exports = function (object, names) {\n var O = toIndexedObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~indexOf(result, key) || result.push(key);\n }\n return result;\n};\n","// IE8- don't enum bug keys\nmodule.exports = [\n 'constructor',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'toLocaleString',\n 'toString',\n 'valueOf'\n];\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nvar hiddenKeys = enumBugKeys.concat('length', 'prototype');\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertynames\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return internalObjectKeys(O, hiddenKeys);\n};\n","exports.f = Object.getOwnPropertySymbols;\n","var getBuiltIn = require('../internals/get-built-in');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar anObject = require('../internals/an-object');\n\n// all object keys, includes non-enumerable and symbols\nmodule.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {\n var keys = getOwnPropertyNamesModule.f(anObject(it));\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;\n};\n","var has = require('../internals/has');\nvar ownKeys = require('../internals/own-keys');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\n\nmodule.exports = function (target, source) {\n var keys = ownKeys(source);\n var defineProperty = definePropertyModule.f;\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n};\n","var fails = require('../internals/fails');\n\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n var value = data[normalize(feature)];\n return value == POLYFILL ? true\n : value == NATIVE ? false\n : typeof detection == 'function' ? fails(detection)\n : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar setGlobal = require('../internals/set-global');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\nvar isForced = require('../internals/is-forced');\n\n/*\n options.target - name of the target object\n options.global - target is the global object\n options.stat - export as static methods of target\n options.proto - export as prototype methods of target\n options.real - real prototype method for the `pure` version\n options.forced - export even if the native feature is available\n options.bind - bind methods to the target, required for the `pure` version\n options.wrap - wrap constructors to preventing global pollution, required for the `pure` version\n options.unsafe - use the simple assignment of property instead of delete + defineProperty\n options.sham - add a flag to not completely full polyfills\n options.enumerable - export as enumerable property\n options.noTargetGet - prevent calling a getter on target\n*/\nmodule.exports = function (options, source) {\n var TARGET = options.target;\n var GLOBAL = options.global;\n var STATIC = options.stat;\n var FORCED, target, key, targetProperty, sourceProperty, descriptor;\n if (GLOBAL) {\n target = global;\n } else if (STATIC) {\n target = global[TARGET] || setGlobal(TARGET, {});\n } else {\n target = (global[TARGET] || {}).prototype;\n }\n if (target) for (key in source) {\n sourceProperty = source[key];\n if (options.noTargetGet) {\n descriptor = getOwnPropertyDescriptor(target, key);\n targetProperty = descriptor && descriptor.value;\n } else targetProperty = target[key];\n FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n // contained in target\n if (!FORCED && targetProperty !== undefined) {\n if (typeof sourceProperty === typeof targetProperty) continue;\n copyConstructorProperties(sourceProperty, targetProperty);\n }\n // add a flag to not completely full polyfills\n if (options.sham || (targetProperty && targetProperty.sham)) {\n createNonEnumerableProperty(sourceProperty, 'sham', true);\n }\n // extend global\n redefine(target, key, sourceProperty, options);\n }\n};\n","var fails = require('../internals/fails');\n\nmodule.exports = !!Object.getOwnPropertySymbols && !fails(function () {\n // Chrome 38 Symbol has incorrect toString conversion\n // eslint-disable-next-line no-undef\n return !String(Symbol());\n});\n","var NATIVE_SYMBOL = require('../internals/native-symbol');\n\nmodule.exports = NATIVE_SYMBOL\n // eslint-disable-next-line no-undef\n && !Symbol.sham\n // eslint-disable-next-line no-undef\n && typeof Symbol.iterator == 'symbol';\n","var classof = require('../internals/classof-raw');\n\n// `IsArray` abstract operation\n// https://tc39.github.io/ecma262/#sec-isarray\nmodule.exports = Array.isArray || function isArray(arg) {\n return classof(arg) == 'Array';\n};\n","var requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `ToObject` abstract operation\n// https://tc39.github.io/ecma262/#sec-toobject\nmodule.exports = function (argument) {\n return Object(requireObjectCoercible(argument));\n};\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\n// `Object.keys` method\n// https://tc39.github.io/ecma262/#sec-object.keys\nmodule.exports = Object.keys || function keys(O) {\n return internalObjectKeys(O, enumBugKeys);\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar anObject = require('../internals/an-object');\nvar objectKeys = require('../internals/object-keys');\n\n// `Object.defineProperties` method\n// https://tc39.github.io/ecma262/#sec-object.defineproperties\nmodule.exports = DESCRIPTORS ? Object.defineProperties : function defineProperties(O, Properties) {\n anObject(O);\n var keys = objectKeys(Properties);\n var length = keys.length;\n var index = 0;\n var key;\n while (length > index) definePropertyModule.f(O, key = keys[index++], Properties[key]);\n return O;\n};\n","var getBuiltIn = require('../internals/get-built-in');\n\nmodule.exports = getBuiltIn('document', 'documentElement');\n","var anObject = require('../internals/an-object');\nvar defineProperties = require('../internals/object-define-properties');\nvar enumBugKeys = require('../internals/enum-bug-keys');\nvar hiddenKeys = require('../internals/hidden-keys');\nvar html = require('../internals/html');\nvar documentCreateElement = require('../internals/document-create-element');\nvar sharedKey = require('../internals/shared-key');\n\nvar GT = '>';\nvar LT = '<';\nvar PROTOTYPE = 'prototype';\nvar SCRIPT = 'script';\nvar IE_PROTO = sharedKey('IE_PROTO');\n\nvar EmptyConstructor = function () { /* empty */ };\n\nvar scriptTag = function (content) {\n return LT + SCRIPT + GT + content + LT + '/' + SCRIPT + GT;\n};\n\n// Create object with fake `null` prototype: use ActiveX Object with cleared prototype\nvar NullProtoObjectViaActiveX = function (activeXDocument) {\n activeXDocument.write(scriptTag(''));\n activeXDocument.close();\n var temp = activeXDocument.parentWindow.Object;\n activeXDocument = null; // avoid memory leak\n return temp;\n};\n\n// Create object with fake `null` prototype: use iframe Object with cleared prototype\nvar NullProtoObjectViaIFrame = function () {\n // Thrash, waste and sodomy: IE GC bug\n var iframe = documentCreateElement('iframe');\n var JS = 'java' + SCRIPT + ':';\n var iframeDocument;\n iframe.style.display = 'none';\n html.appendChild(iframe);\n // https://github.com/zloirock/core-js/issues/475\n iframe.src = String(JS);\n iframeDocument = iframe.contentWindow.document;\n iframeDocument.open();\n iframeDocument.write(scriptTag('document.F=Object'));\n iframeDocument.close();\n return iframeDocument.F;\n};\n\n// Check for document.domain and active x support\n// No need to use active x approach when document.domain is not set\n// see https://github.com/es-shims/es5-shim/issues/150\n// variation of https://github.com/kitcambridge/es5-shim/commit/4f738ac066346\n// avoid IE GC bug\nvar activeXDocument;\nvar NullProtoObject = function () {\n try {\n /* global ActiveXObject */\n activeXDocument = document.domain && new ActiveXObject('htmlfile');\n } catch (error) { /* ignore */ }\n NullProtoObject = activeXDocument ? NullProtoObjectViaActiveX(activeXDocument) : NullProtoObjectViaIFrame();\n var length = enumBugKeys.length;\n while (length--) delete NullProtoObject[PROTOTYPE][enumBugKeys[length]];\n return NullProtoObject();\n};\n\nhiddenKeys[IE_PROTO] = true;\n\n// `Object.create` method\n// https://tc39.github.io/ecma262/#sec-object.create\nmodule.exports = Object.create || function create(O, Properties) {\n var result;\n if (O !== null) {\n EmptyConstructor[PROTOTYPE] = anObject(O);\n result = new EmptyConstructor();\n EmptyConstructor[PROTOTYPE] = null;\n // add \"__proto__\" for Object.getPrototypeOf polyfill\n result[IE_PROTO] = O;\n } else result = NullProtoObject();\n return Properties === undefined ? result : defineProperties(result, Properties);\n};\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar nativeGetOwnPropertyNames = require('../internals/object-get-own-property-names').f;\n\nvar toString = {}.toString;\n\nvar windowNames = typeof window == 'object' && window && Object.getOwnPropertyNames\n ? Object.getOwnPropertyNames(window) : [];\n\nvar getWindowNames = function (it) {\n try {\n return nativeGetOwnPropertyNames(it);\n } catch (error) {\n return windowNames.slice();\n }\n};\n\n// fallback for IE11 buggy Object.getOwnPropertyNames with iframe and window\nmodule.exports.f = function getOwnPropertyNames(it) {\n return windowNames && toString.call(it) == '[object Window]'\n ? getWindowNames(it)\n : nativeGetOwnPropertyNames(toIndexedObject(it));\n};\n","var global = require('../internals/global');\nvar shared = require('../internals/shared');\nvar has = require('../internals/has');\nvar uid = require('../internals/uid');\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\nvar USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid');\n\nvar WellKnownSymbolsStore = shared('wks');\nvar Symbol = global.Symbol;\nvar createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol : Symbol && Symbol.withoutSetter || uid;\n\nmodule.exports = function (name) {\n if (!has(WellKnownSymbolsStore, name)) {\n if (NATIVE_SYMBOL && has(Symbol, name)) WellKnownSymbolsStore[name] = Symbol[name];\n else WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);\n } return WellKnownSymbolsStore[name];\n};\n","var wellKnownSymbol = require('../internals/well-known-symbol');\n\nexports.f = wellKnownSymbol;\n","var path = require('../internals/path');\nvar has = require('../internals/has');\nvar wrappedWellKnownSymbolModule = require('../internals/well-known-symbol-wrapped');\nvar defineProperty = require('../internals/object-define-property').f;\n\nmodule.exports = function (NAME) {\n var Symbol = path.Symbol || (path.Symbol = {});\n if (!has(Symbol, NAME)) defineProperty(Symbol, NAME, {\n value: wrappedWellKnownSymbolModule.f(NAME)\n });\n};\n","var defineProperty = require('../internals/object-define-property').f;\nvar has = require('../internals/has');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\n\nmodule.exports = function (it, TAG, STATIC) {\n if (it && !has(it = STATIC ? it : it.prototype, TO_STRING_TAG)) {\n defineProperty(it, TO_STRING_TAG, { configurable: true, value: TAG });\n }\n};\n","module.exports = function (it) {\n if (typeof it != 'function') {\n throw TypeError(String(it) + ' is not a function');\n } return it;\n};\n","var aFunction = require('../internals/a-function');\n\n// optional / simple context binding\nmodule.exports = function (fn, that, length) {\n aFunction(fn);\n if (that === undefined) return fn;\n switch (length) {\n case 0: return function () {\n return fn.call(that);\n };\n case 1: return function (a) {\n return fn.call(that, a);\n };\n case 2: return function (a, b) {\n return fn.call(that, a, b);\n };\n case 3: return function (a, b, c) {\n return fn.call(that, a, b, c);\n };\n }\n return function (/* ...args */) {\n return fn.apply(that, arguments);\n };\n};\n","var isObject = require('../internals/is-object');\nvar isArray = require('../internals/is-array');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar SPECIES = wellKnownSymbol('species');\n\n// `ArraySpeciesCreate` abstract operation\n// https://tc39.github.io/ecma262/#sec-arrayspeciescreate\nmodule.exports = function (originalArray, length) {\n var C;\n if (isArray(originalArray)) {\n C = originalArray.constructor;\n // cross-realm fallback\n if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;\n else if (isObject(C)) {\n C = C[SPECIES];\n if (C === null) C = undefined;\n }\n } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);\n};\n","var bind = require('../internals/function-bind-context');\nvar IndexedObject = require('../internals/indexed-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar arraySpeciesCreate = require('../internals/array-species-create');\n\nvar push = [].push;\n\n// `Array.prototype.{ forEach, map, filter, some, every, find, findIndex }` methods implementation\nvar createMethod = function (TYPE) {\n var IS_MAP = TYPE == 1;\n var IS_FILTER = TYPE == 2;\n var IS_SOME = TYPE == 3;\n var IS_EVERY = TYPE == 4;\n var IS_FIND_INDEX = TYPE == 6;\n var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;\n return function ($this, callbackfn, that, specificCreate) {\n var O = toObject($this);\n var self = IndexedObject(O);\n var boundFunction = bind(callbackfn, that, 3);\n var length = toLength(self.length);\n var index = 0;\n var create = specificCreate || arraySpeciesCreate;\n var target = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;\n var value, result;\n for (;length > index; index++) if (NO_HOLES || index in self) {\n value = self[index];\n result = boundFunction(value, index, O);\n if (TYPE) {\n if (IS_MAP) target[index] = result; // map\n else if (result) switch (TYPE) {\n case 3: return true; // some\n case 5: return value; // find\n case 6: return index; // findIndex\n case 2: push.call(target, value); // filter\n } else if (IS_EVERY) return false; // every\n }\n }\n return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.forEach` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.foreach\n forEach: createMethod(0),\n // `Array.prototype.map` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.map\n map: createMethod(1),\n // `Array.prototype.filter` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.filter\n filter: createMethod(2),\n // `Array.prototype.some` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.some\n some: createMethod(3),\n // `Array.prototype.every` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.every\n every: createMethod(4),\n // `Array.prototype.find` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.find\n find: createMethod(5),\n // `Array.prototype.findIndex` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.findIndex\n findIndex: createMethod(6)\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar global = require('../internals/global');\nvar getBuiltIn = require('../internals/get-built-in');\nvar IS_PURE = require('../internals/is-pure');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar NATIVE_SYMBOL = require('../internals/native-symbol');\nvar USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid');\nvar fails = require('../internals/fails');\nvar has = require('../internals/has');\nvar isArray = require('../internals/is-array');\nvar isObject = require('../internals/is-object');\nvar anObject = require('../internals/an-object');\nvar toObject = require('../internals/to-object');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar nativeObjectCreate = require('../internals/object-create');\nvar objectKeys = require('../internals/object-keys');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertyNamesExternal = require('../internals/object-get-own-property-names-external');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar shared = require('../internals/shared');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\nvar uid = require('../internals/uid');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar wrappedWellKnownSymbolModule = require('../internals/well-known-symbol-wrapped');\nvar defineWellKnownSymbol = require('../internals/define-well-known-symbol');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar InternalStateModule = require('../internals/internal-state');\nvar $forEach = require('../internals/array-iteration').forEach;\n\nvar HIDDEN = sharedKey('hidden');\nvar SYMBOL = 'Symbol';\nvar PROTOTYPE = 'prototype';\nvar TO_PRIMITIVE = wellKnownSymbol('toPrimitive');\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(SYMBOL);\nvar ObjectPrototype = Object[PROTOTYPE];\nvar $Symbol = global.Symbol;\nvar $stringify = getBuiltIn('JSON', 'stringify');\nvar nativeGetOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\nvar nativeDefineProperty = definePropertyModule.f;\nvar nativeGetOwnPropertyNames = getOwnPropertyNamesExternal.f;\nvar nativePropertyIsEnumerable = propertyIsEnumerableModule.f;\nvar AllSymbols = shared('symbols');\nvar ObjectPrototypeSymbols = shared('op-symbols');\nvar StringToSymbolRegistry = shared('string-to-symbol-registry');\nvar SymbolToStringRegistry = shared('symbol-to-string-registry');\nvar WellKnownSymbolsStore = shared('wks');\nvar QObject = global.QObject;\n// Don't use setters in Qt Script, https://github.com/zloirock/core-js/issues/173\nvar USE_SETTER = !QObject || !QObject[PROTOTYPE] || !QObject[PROTOTYPE].findChild;\n\n// fallback for old Android, https://code.google.com/p/v8/issues/detail?id=687\nvar setSymbolDescriptor = DESCRIPTORS && fails(function () {\n return nativeObjectCreate(nativeDefineProperty({}, 'a', {\n get: function () { return nativeDefineProperty(this, 'a', { value: 7 }).a; }\n })).a != 7;\n}) ? function (O, P, Attributes) {\n var ObjectPrototypeDescriptor = nativeGetOwnPropertyDescriptor(ObjectPrototype, P);\n if (ObjectPrototypeDescriptor) delete ObjectPrototype[P];\n nativeDefineProperty(O, P, Attributes);\n if (ObjectPrototypeDescriptor && O !== ObjectPrototype) {\n nativeDefineProperty(ObjectPrototype, P, ObjectPrototypeDescriptor);\n }\n} : nativeDefineProperty;\n\nvar wrap = function (tag, description) {\n var symbol = AllSymbols[tag] = nativeObjectCreate($Symbol[PROTOTYPE]);\n setInternalState(symbol, {\n type: SYMBOL,\n tag: tag,\n description: description\n });\n if (!DESCRIPTORS) symbol.description = description;\n return symbol;\n};\n\nvar isSymbol = USE_SYMBOL_AS_UID ? function (it) {\n return typeof it == 'symbol';\n} : function (it) {\n return Object(it) instanceof $Symbol;\n};\n\nvar $defineProperty = function defineProperty(O, P, Attributes) {\n if (O === ObjectPrototype) $defineProperty(ObjectPrototypeSymbols, P, Attributes);\n anObject(O);\n var key = toPrimitive(P, true);\n anObject(Attributes);\n if (has(AllSymbols, key)) {\n if (!Attributes.enumerable) {\n if (!has(O, HIDDEN)) nativeDefineProperty(O, HIDDEN, createPropertyDescriptor(1, {}));\n O[HIDDEN][key] = true;\n } else {\n if (has(O, HIDDEN) && O[HIDDEN][key]) O[HIDDEN][key] = false;\n Attributes = nativeObjectCreate(Attributes, { enumerable: createPropertyDescriptor(0, false) });\n } return setSymbolDescriptor(O, key, Attributes);\n } return nativeDefineProperty(O, key, Attributes);\n};\n\nvar $defineProperties = function defineProperties(O, Properties) {\n anObject(O);\n var properties = toIndexedObject(Properties);\n var keys = objectKeys(properties).concat($getOwnPropertySymbols(properties));\n $forEach(keys, function (key) {\n if (!DESCRIPTORS || $propertyIsEnumerable.call(properties, key)) $defineProperty(O, key, properties[key]);\n });\n return O;\n};\n\nvar $create = function create(O, Properties) {\n return Properties === undefined ? nativeObjectCreate(O) : $defineProperties(nativeObjectCreate(O), Properties);\n};\n\nvar $propertyIsEnumerable = function propertyIsEnumerable(V) {\n var P = toPrimitive(V, true);\n var enumerable = nativePropertyIsEnumerable.call(this, P);\n if (this === ObjectPrototype && has(AllSymbols, P) && !has(ObjectPrototypeSymbols, P)) return false;\n return enumerable || !has(this, P) || !has(AllSymbols, P) || has(this, HIDDEN) && this[HIDDEN][P] ? enumerable : true;\n};\n\nvar $getOwnPropertyDescriptor = function getOwnPropertyDescriptor(O, P) {\n var it = toIndexedObject(O);\n var key = toPrimitive(P, true);\n if (it === ObjectPrototype && has(AllSymbols, key) && !has(ObjectPrototypeSymbols, key)) return;\n var descriptor = nativeGetOwnPropertyDescriptor(it, key);\n if (descriptor && has(AllSymbols, key) && !(has(it, HIDDEN) && it[HIDDEN][key])) {\n descriptor.enumerable = true;\n }\n return descriptor;\n};\n\nvar $getOwnPropertyNames = function getOwnPropertyNames(O) {\n var names = nativeGetOwnPropertyNames(toIndexedObject(O));\n var result = [];\n $forEach(names, function (key) {\n if (!has(AllSymbols, key) && !has(hiddenKeys, key)) result.push(key);\n });\n return result;\n};\n\nvar $getOwnPropertySymbols = function getOwnPropertySymbols(O) {\n var IS_OBJECT_PROTOTYPE = O === ObjectPrototype;\n var names = nativeGetOwnPropertyNames(IS_OBJECT_PROTOTYPE ? ObjectPrototypeSymbols : toIndexedObject(O));\n var result = [];\n $forEach(names, function (key) {\n if (has(AllSymbols, key) && (!IS_OBJECT_PROTOTYPE || has(ObjectPrototype, key))) {\n result.push(AllSymbols[key]);\n }\n });\n return result;\n};\n\n// `Symbol` constructor\n// https://tc39.github.io/ecma262/#sec-symbol-constructor\nif (!NATIVE_SYMBOL) {\n $Symbol = function Symbol() {\n if (this instanceof $Symbol) throw TypeError('Symbol is not a constructor');\n var description = !arguments.length || arguments[0] === undefined ? undefined : String(arguments[0]);\n var tag = uid(description);\n var setter = function (value) {\n if (this === ObjectPrototype) setter.call(ObjectPrototypeSymbols, value);\n if (has(this, HIDDEN) && has(this[HIDDEN], tag)) this[HIDDEN][tag] = false;\n setSymbolDescriptor(this, tag, createPropertyDescriptor(1, value));\n };\n if (DESCRIPTORS && USE_SETTER) setSymbolDescriptor(ObjectPrototype, tag, { configurable: true, set: setter });\n return wrap(tag, description);\n };\n\n redefine($Symbol[PROTOTYPE], 'toString', function toString() {\n return getInternalState(this).tag;\n });\n\n redefine($Symbol, 'withoutSetter', function (description) {\n return wrap(uid(description), description);\n });\n\n propertyIsEnumerableModule.f = $propertyIsEnumerable;\n definePropertyModule.f = $defineProperty;\n getOwnPropertyDescriptorModule.f = $getOwnPropertyDescriptor;\n getOwnPropertyNamesModule.f = getOwnPropertyNamesExternal.f = $getOwnPropertyNames;\n getOwnPropertySymbolsModule.f = $getOwnPropertySymbols;\n\n wrappedWellKnownSymbolModule.f = function (name) {\n return wrap(wellKnownSymbol(name), name);\n };\n\n if (DESCRIPTORS) {\n // https://github.com/tc39/proposal-Symbol-description\n nativeDefineProperty($Symbol[PROTOTYPE], 'description', {\n configurable: true,\n get: function description() {\n return getInternalState(this).description;\n }\n });\n if (!IS_PURE) {\n redefine(ObjectPrototype, 'propertyIsEnumerable', $propertyIsEnumerable, { unsafe: true });\n }\n }\n}\n\n$({ global: true, wrap: true, forced: !NATIVE_SYMBOL, sham: !NATIVE_SYMBOL }, {\n Symbol: $Symbol\n});\n\n$forEach(objectKeys(WellKnownSymbolsStore), function (name) {\n defineWellKnownSymbol(name);\n});\n\n$({ target: SYMBOL, stat: true, forced: !NATIVE_SYMBOL }, {\n // `Symbol.for` method\n // https://tc39.github.io/ecma262/#sec-symbol.for\n 'for': function (key) {\n var string = String(key);\n if (has(StringToSymbolRegistry, string)) return StringToSymbolRegistry[string];\n var symbol = $Symbol(string);\n StringToSymbolRegistry[string] = symbol;\n SymbolToStringRegistry[symbol] = string;\n return symbol;\n },\n // `Symbol.keyFor` method\n // https://tc39.github.io/ecma262/#sec-symbol.keyfor\n keyFor: function keyFor(sym) {\n if (!isSymbol(sym)) throw TypeError(sym + ' is not a symbol');\n if (has(SymbolToStringRegistry, sym)) return SymbolToStringRegistry[sym];\n },\n useSetter: function () { USE_SETTER = true; },\n useSimple: function () { USE_SETTER = false; }\n});\n\n$({ target: 'Object', stat: true, forced: !NATIVE_SYMBOL, sham: !DESCRIPTORS }, {\n // `Object.create` method\n // https://tc39.github.io/ecma262/#sec-object.create\n create: $create,\n // `Object.defineProperty` method\n // https://tc39.github.io/ecma262/#sec-object.defineproperty\n defineProperty: $defineProperty,\n // `Object.defineProperties` method\n // https://tc39.github.io/ecma262/#sec-object.defineproperties\n defineProperties: $defineProperties,\n // `Object.getOwnPropertyDescriptor` method\n // https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptors\n getOwnPropertyDescriptor: $getOwnPropertyDescriptor\n});\n\n$({ target: 'Object', stat: true, forced: !NATIVE_SYMBOL }, {\n // `Object.getOwnPropertyNames` method\n // https://tc39.github.io/ecma262/#sec-object.getownpropertynames\n getOwnPropertyNames: $getOwnPropertyNames,\n // `Object.getOwnPropertySymbols` method\n // https://tc39.github.io/ecma262/#sec-object.getownpropertysymbols\n getOwnPropertySymbols: $getOwnPropertySymbols\n});\n\n// Chrome 38 and 39 `Object.getOwnPropertySymbols` fails on primitives\n// https://bugs.chromium.org/p/v8/issues/detail?id=3443\n$({ target: 'Object', stat: true, forced: fails(function () { getOwnPropertySymbolsModule.f(1); }) }, {\n getOwnPropertySymbols: function getOwnPropertySymbols(it) {\n return getOwnPropertySymbolsModule.f(toObject(it));\n }\n});\n\n// `JSON.stringify` method behavior with symbols\n// https://tc39.github.io/ecma262/#sec-json.stringify\nif ($stringify) {\n var FORCED_JSON_STRINGIFY = !NATIVE_SYMBOL || fails(function () {\n var symbol = $Symbol();\n // MS Edge converts symbol values to JSON as {}\n return $stringify([symbol]) != '[null]'\n // WebKit converts symbol values to JSON as null\n || $stringify({ a: symbol }) != '{}'\n // V8 throws on boxed symbols\n || $stringify(Object(symbol)) != '{}';\n });\n\n $({ target: 'JSON', stat: true, forced: FORCED_JSON_STRINGIFY }, {\n // eslint-disable-next-line no-unused-vars\n stringify: function stringify(it, replacer, space) {\n var args = [it];\n var index = 1;\n var $replacer;\n while (arguments.length > index) args.push(arguments[index++]);\n $replacer = replacer;\n if (!isObject(replacer) && it === undefined || isSymbol(it)) return; // IE8 returns string on undefined\n if (!isArray(replacer)) replacer = function (key, value) {\n if (typeof $replacer == 'function') value = $replacer.call(this, key, value);\n if (!isSymbol(value)) return value;\n };\n args[1] = replacer;\n return $stringify.apply(null, args);\n }\n });\n}\n\n// `Symbol.prototype[@@toPrimitive]` method\n// https://tc39.github.io/ecma262/#sec-symbol.prototype-@@toprimitive\nif (!$Symbol[PROTOTYPE][TO_PRIMITIVE]) {\n createNonEnumerableProperty($Symbol[PROTOTYPE], TO_PRIMITIVE, $Symbol[PROTOTYPE].valueOf);\n}\n// `Symbol.prototype[@@toStringTag]` property\n// https://tc39.github.io/ecma262/#sec-symbol.prototype-@@tostringtag\nsetToStringTag($Symbol, SYMBOL);\n\nhiddenKeys[HIDDEN] = true;\n","var defineWellKnownSymbol = require('../internals/define-well-known-symbol');\n\n// `Symbol.asyncIterator` well-known symbol\n// https://tc39.github.io/ecma262/#sec-symbol.asynciterator\ndefineWellKnownSymbol('asyncIterator');\n","// `Symbol.prototype.description` getter\n// https://tc39.github.io/ecma262/#sec-symbol.prototype.description\n'use strict';\nvar $ = require('../internals/export');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar global = require('../internals/global');\nvar has = require('../internals/has');\nvar isObject = require('../internals/is-object');\nvar defineProperty = require('../internals/object-define-property').f;\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\n\nvar NativeSymbol = global.Symbol;\n\nif (DESCRIPTORS && typeof NativeSymbol == 'function' && (!('description' in NativeSymbol.prototype) ||\n // Safari 12 bug\n NativeSymbol().description !== undefined\n)) {\n var EmptyStringDescriptionStore = {};\n // wrap Symbol constructor for correct work with undefined description\n var SymbolWrapper = function Symbol() {\n var description = arguments.length < 1 || arguments[0] === undefined ? undefined : String(arguments[0]);\n var result = this instanceof SymbolWrapper\n ? new NativeSymbol(description)\n // in Edge 13, String(Symbol(undefined)) === 'Symbol(undefined)'\n : description === undefined ? NativeSymbol() : NativeSymbol(description);\n if (description === '') EmptyStringDescriptionStore[result] = true;\n return result;\n };\n copyConstructorProperties(SymbolWrapper, NativeSymbol);\n var symbolPrototype = SymbolWrapper.prototype = NativeSymbol.prototype;\n symbolPrototype.constructor = SymbolWrapper;\n\n var symbolToString = symbolPrototype.toString;\n var native = String(NativeSymbol('test')) == 'Symbol(test)';\n var regexp = /^Symbol\\((.*)\\)[^)]+$/;\n defineProperty(symbolPrototype, 'description', {\n configurable: true,\n get: function description() {\n var symbol = isObject(this) ? this.valueOf() : this;\n var string = symbolToString.call(symbol);\n if (has(EmptyStringDescriptionStore, symbol)) return '';\n var desc = native ? string.slice(7, -1) : string.replace(regexp, '$1');\n return desc === '' ? undefined : desc;\n }\n });\n\n $({ global: true, forced: true }, {\n Symbol: SymbolWrapper\n });\n}\n","var defineWellKnownSymbol = require('../internals/define-well-known-symbol');\n\n// `Symbol.hasInstance` well-known symbol\n// https://tc39.github.io/ecma262/#sec-symbol.hasinstance\ndefineWellKnownSymbol('hasInstance');\n","var defineWellKnownSymbol = require('../internals/define-well-known-symbol');\n\n// `Symbol.isConcatSpreadable` well-known symbol\n// https://tc39.github.io/ecma262/#sec-symbol.isconcatspreadable\ndefineWellKnownSymbol('isConcatSpreadable');\n","var defineWellKnownSymbol = require('../internals/define-well-known-symbol');\n\n// `Symbol.iterator` well-known symbol\n// https://tc39.github.io/ecma262/#sec-symbol.iterator\ndefineWellKnownSymbol('iterator');\n","var defineWellKnownSymbol = require('../internals/define-well-known-symbol');\n\n// `Symbol.match` well-known symbol\n// https://tc39.github.io/ecma262/#sec-symbol.match\ndefineWellKnownSymbol('match');\n","var defineWellKnownSymbol = require('../internals/define-well-known-symbol');\n\n// `Symbol.matchAll` well-known symbol\ndefineWellKnownSymbol('matchAll');\n","var defineWellKnownSymbol = require('../internals/define-well-known-symbol');\n\n// `Symbol.replace` well-known symbol\n// https://tc39.github.io/ecma262/#sec-symbol.replace\ndefineWellKnownSymbol('replace');\n","var defineWellKnownSymbol = require('../internals/define-well-known-symbol');\n\n// `Symbol.search` well-known symbol\n// https://tc39.github.io/ecma262/#sec-symbol.search\ndefineWellKnownSymbol('search');\n","var defineWellKnownSymbol = require('../internals/define-well-known-symbol');\n\n// `Symbol.species` well-known symbol\n// https://tc39.github.io/ecma262/#sec-symbol.species\ndefineWellKnownSymbol('species');\n","var defineWellKnownSymbol = require('../internals/define-well-known-symbol');\n\n// `Symbol.split` well-known symbol\n// https://tc39.github.io/ecma262/#sec-symbol.split\ndefineWellKnownSymbol('split');\n","var defineWellKnownSymbol = require('../internals/define-well-known-symbol');\n\n// `Symbol.toPrimitive` well-known symbol\n// https://tc39.github.io/ecma262/#sec-symbol.toprimitive\ndefineWellKnownSymbol('toPrimitive');\n","var defineWellKnownSymbol = require('../internals/define-well-known-symbol');\n\n// `Symbol.toStringTag` well-known symbol\n// https://tc39.github.io/ecma262/#sec-symbol.tostringtag\ndefineWellKnownSymbol('toStringTag');\n","var defineWellKnownSymbol = require('../internals/define-well-known-symbol');\n\n// `Symbol.unscopables` well-known symbol\n// https://tc39.github.io/ecma262/#sec-symbol.unscopables\ndefineWellKnownSymbol('unscopables');\n","'use strict';\nvar DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar objectKeys = require('../internals/object-keys');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar toObject = require('../internals/to-object');\nvar IndexedObject = require('../internals/indexed-object');\n\nvar nativeAssign = Object.assign;\nvar defineProperty = Object.defineProperty;\n\n// `Object.assign` method\n// https://tc39.github.io/ecma262/#sec-object.assign\nmodule.exports = !nativeAssign || fails(function () {\n // should have correct order of operations (Edge bug)\n if (DESCRIPTORS && nativeAssign({ b: 1 }, nativeAssign(defineProperty({}, 'a', {\n enumerable: true,\n get: function () {\n defineProperty(this, 'b', {\n value: 3,\n enumerable: false\n });\n }\n }), { b: 2 })).b !== 1) return true;\n // should work with symbols and should have deterministic property order (V8 bug)\n var A = {};\n var B = {};\n // eslint-disable-next-line no-undef\n var symbol = Symbol();\n var alphabet = 'abcdefghijklmnopqrst';\n A[symbol] = 7;\n alphabet.split('').forEach(function (chr) { B[chr] = chr; });\n return nativeAssign({}, A)[symbol] != 7 || objectKeys(nativeAssign({}, B)).join('') != alphabet;\n}) ? function assign(target, source) { // eslint-disable-line no-unused-vars\n var T = toObject(target);\n var argumentsLength = arguments.length;\n var index = 1;\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n var propertyIsEnumerable = propertyIsEnumerableModule.f;\n while (argumentsLength > index) {\n var S = IndexedObject(arguments[index++]);\n var keys = getOwnPropertySymbols ? objectKeys(S).concat(getOwnPropertySymbols(S)) : objectKeys(S);\n var length = keys.length;\n var j = 0;\n var key;\n while (length > j) {\n key = keys[j++];\n if (!DESCRIPTORS || propertyIsEnumerable.call(S, key)) T[key] = S[key];\n }\n } return T;\n} : nativeAssign;\n","var $ = require('../internals/export');\nvar assign = require('../internals/object-assign');\n\n// `Object.assign` method\n// https://tc39.github.io/ecma262/#sec-object.assign\n$({ target: 'Object', stat: true, forced: Object.assign !== assign }, {\n assign: assign\n});\n","var $ = require('../internals/export');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar create = require('../internals/object-create');\n\n// `Object.create` method\n// https://tc39.github.io/ecma262/#sec-object.create\n$({ target: 'Object', stat: true, sham: !DESCRIPTORS }, {\n create: create\n});\n","var $ = require('../internals/export');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar objectDefinePropertyModile = require('../internals/object-define-property');\n\n// `Object.defineProperty` method\n// https://tc39.github.io/ecma262/#sec-object.defineproperty\n$({ target: 'Object', stat: true, forced: !DESCRIPTORS, sham: !DESCRIPTORS }, {\n defineProperty: objectDefinePropertyModile.f\n});\n","var $ = require('../internals/export');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar defineProperties = require('../internals/object-define-properties');\n\n// `Object.defineProperties` method\n// https://tc39.github.io/ecma262/#sec-object.defineproperties\n$({ target: 'Object', stat: true, forced: !DESCRIPTORS, sham: !DESCRIPTORS }, {\n defineProperties: defineProperties\n});\n","var DESCRIPTORS = require('../internals/descriptors');\nvar objectKeys = require('../internals/object-keys');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar propertyIsEnumerable = require('../internals/object-property-is-enumerable').f;\n\n// `Object.{ entries, values }` methods implementation\nvar createMethod = function (TO_ENTRIES) {\n return function (it) {\n var O = toIndexedObject(it);\n var keys = objectKeys(O);\n var length = keys.length;\n var i = 0;\n var result = [];\n var key;\n while (length > i) {\n key = keys[i++];\n if (!DESCRIPTORS || propertyIsEnumerable.call(O, key)) {\n result.push(TO_ENTRIES ? [key, O[key]] : O[key]);\n }\n }\n return result;\n };\n};\n\nmodule.exports = {\n // `Object.entries` method\n // https://tc39.github.io/ecma262/#sec-object.entries\n entries: createMethod(true),\n // `Object.values` method\n // https://tc39.github.io/ecma262/#sec-object.values\n values: createMethod(false)\n};\n","var $ = require('../internals/export');\nvar $entries = require('../internals/object-to-array').entries;\n\n// `Object.entries` method\n// https://tc39.github.io/ecma262/#sec-object.entries\n$({ target: 'Object', stat: true }, {\n entries: function entries(O) {\n return $entries(O);\n }\n});\n","var fails = require('../internals/fails');\n\nmodule.exports = !fails(function () {\n return Object.isExtensible(Object.preventExtensions({}));\n});\n","var hiddenKeys = require('../internals/hidden-keys');\nvar isObject = require('../internals/is-object');\nvar has = require('../internals/has');\nvar defineProperty = require('../internals/object-define-property').f;\nvar uid = require('../internals/uid');\nvar FREEZING = require('../internals/freezing');\n\nvar METADATA = uid('meta');\nvar id = 0;\n\nvar isExtensible = Object.isExtensible || function () {\n return true;\n};\n\nvar setMetadata = function (it) {\n defineProperty(it, METADATA, { value: {\n objectID: 'O' + ++id, // object ID\n weakData: {} // weak collections IDs\n } });\n};\n\nvar fastKey = function (it, create) {\n // return a primitive with prefix\n if (!isObject(it)) return typeof it == 'symbol' ? it : (typeof it == 'string' ? 'S' : 'P') + it;\n if (!has(it, METADATA)) {\n // can't set metadata to uncaught frozen object\n if (!isExtensible(it)) return 'F';\n // not necessary to add metadata\n if (!create) return 'E';\n // add missing metadata\n setMetadata(it);\n // return object ID\n } return it[METADATA].objectID;\n};\n\nvar getWeakData = function (it, create) {\n if (!has(it, METADATA)) {\n // can't set metadata to uncaught frozen object\n if (!isExtensible(it)) return true;\n // not necessary to add metadata\n if (!create) return false;\n // add missing metadata\n setMetadata(it);\n // return the store of weak collections IDs\n } return it[METADATA].weakData;\n};\n\n// add metadata on freeze-family methods calling\nvar onFreeze = function (it) {\n if (FREEZING && meta.REQUIRED && isExtensible(it) && !has(it, METADATA)) setMetadata(it);\n return it;\n};\n\nvar meta = module.exports = {\n REQUIRED: false,\n fastKey: fastKey,\n getWeakData: getWeakData,\n onFreeze: onFreeze\n};\n\nhiddenKeys[METADATA] = true;\n","var $ = require('../internals/export');\nvar FREEZING = require('../internals/freezing');\nvar fails = require('../internals/fails');\nvar isObject = require('../internals/is-object');\nvar onFreeze = require('../internals/internal-metadata').onFreeze;\n\nvar nativeFreeze = Object.freeze;\nvar FAILS_ON_PRIMITIVES = fails(function () { nativeFreeze(1); });\n\n// `Object.freeze` method\n// https://tc39.github.io/ecma262/#sec-object.freeze\n$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES, sham: !FREEZING }, {\n freeze: function freeze(it) {\n return nativeFreeze && isObject(it) ? nativeFreeze(onFreeze(it)) : it;\n }\n});\n","module.exports = {};\n","var wellKnownSymbol = require('../internals/well-known-symbol');\nvar Iterators = require('../internals/iterators');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar ArrayPrototype = Array.prototype;\n\n// check on default Array iterator\nmodule.exports = function (it) {\n return it !== undefined && (Iterators.Array === it || ArrayPrototype[ITERATOR] === it);\n};\n","var wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\nvar test = {};\n\ntest[TO_STRING_TAG] = 'z';\n\nmodule.exports = String(test) === '[object z]';\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classofRaw = require('../internals/classof-raw');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\n// ES3 wrong here\nvar CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';\n\n// fallback for IE11 Script Access Denied error\nvar tryGet = function (it, key) {\n try {\n return it[key];\n } catch (error) { /* empty */ }\n};\n\n// getting tag from ES6+ `Object.prototype.toString`\nmodule.exports = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) {\n var O, tag, result;\n return it === undefined ? 'Undefined' : it === null ? 'Null'\n // @@toStringTag case\n : typeof (tag = tryGet(O = Object(it), TO_STRING_TAG)) == 'string' ? tag\n // builtinTag case\n : CORRECT_ARGUMENTS ? classofRaw(O)\n // ES3 arguments fallback\n : (result = classofRaw(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : result;\n};\n","var classof = require('../internals/classof');\nvar Iterators = require('../internals/iterators');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\n\nmodule.exports = function (it) {\n if (it != undefined) return it[ITERATOR]\n || it['@@iterator']\n || Iterators[classof(it)];\n};\n","var anObject = require('../internals/an-object');\n\n// call something on iterator step with safe closing on error\nmodule.exports = function (iterator, fn, value, ENTRIES) {\n try {\n return ENTRIES ? fn(anObject(value)[0], value[1]) : fn(value);\n // 7.4.6 IteratorClose(iterator, completion)\n } catch (error) {\n var returnMethod = iterator['return'];\n if (returnMethod !== undefined) anObject(returnMethod.call(iterator));\n throw error;\n }\n};\n","var anObject = require('../internals/an-object');\nvar isArrayIteratorMethod = require('../internals/is-array-iterator-method');\nvar toLength = require('../internals/to-length');\nvar bind = require('../internals/function-bind-context');\nvar getIteratorMethod = require('../internals/get-iterator-method');\nvar callWithSafeIterationClosing = require('../internals/call-with-safe-iteration-closing');\n\nvar Result = function (stopped, result) {\n this.stopped = stopped;\n this.result = result;\n};\n\nvar iterate = module.exports = function (iterable, fn, that, AS_ENTRIES, IS_ITERATOR) {\n var boundFunction = bind(fn, that, AS_ENTRIES ? 2 : 1);\n var iterator, iterFn, index, length, result, next, step;\n\n if (IS_ITERATOR) {\n iterator = iterable;\n } else {\n iterFn = getIteratorMethod(iterable);\n if (typeof iterFn != 'function') throw TypeError('Target is not iterable');\n // optimisation for array iterators\n if (isArrayIteratorMethod(iterFn)) {\n for (index = 0, length = toLength(iterable.length); length > index; index++) {\n result = AS_ENTRIES\n ? boundFunction(anObject(step = iterable[index])[0], step[1])\n : boundFunction(iterable[index]);\n if (result && result instanceof Result) return result;\n } return new Result(false);\n }\n iterator = iterFn.call(iterable);\n }\n\n next = iterator.next;\n while (!(step = next.call(iterator)).done) {\n result = callWithSafeIterationClosing(iterator, boundFunction, step.value, AS_ENTRIES);\n if (typeof result == 'object' && result && result instanceof Result) return result;\n } return new Result(false);\n};\n\niterate.stop = function (result) {\n return new Result(true, result);\n};\n","'use strict';\nvar toPrimitive = require('../internals/to-primitive');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = function (object, key, value) {\n var propertyKey = toPrimitive(key);\n if (propertyKey in object) definePropertyModule.f(object, propertyKey, createPropertyDescriptor(0, value));\n else object[propertyKey] = value;\n};\n","var $ = require('../internals/export');\nvar iterate = require('../internals/iterate');\nvar createProperty = require('../internals/create-property');\n\n// `Object.fromEntries` method\n// https://github.com/tc39/proposal-object-from-entries\n$({ target: 'Object', stat: true }, {\n fromEntries: function fromEntries(iterable) {\n var obj = {};\n iterate(iterable, function (k, v) {\n createProperty(obj, k, v);\n }, undefined, true);\n return obj;\n }\n});\n","var $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar nativeGetOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar DESCRIPTORS = require('../internals/descriptors');\n\nvar FAILS_ON_PRIMITIVES = fails(function () { nativeGetOwnPropertyDescriptor(1); });\nvar FORCED = !DESCRIPTORS || FAILS_ON_PRIMITIVES;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptor\n$({ target: 'Object', stat: true, forced: FORCED, sham: !DESCRIPTORS }, {\n getOwnPropertyDescriptor: function getOwnPropertyDescriptor(it, key) {\n return nativeGetOwnPropertyDescriptor(toIndexedObject(it), key);\n }\n});\n","var $ = require('../internals/export');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar ownKeys = require('../internals/own-keys');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar createProperty = require('../internals/create-property');\n\n// `Object.getOwnPropertyDescriptors` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptors\n$({ target: 'Object', stat: true, sham: !DESCRIPTORS }, {\n getOwnPropertyDescriptors: function getOwnPropertyDescriptors(object) {\n var O = toIndexedObject(object);\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n var keys = ownKeys(O);\n var result = {};\n var index = 0;\n var key, descriptor;\n while (keys.length > index) {\n descriptor = getOwnPropertyDescriptor(O, key = keys[index++]);\n if (descriptor !== undefined) createProperty(result, key, descriptor);\n }\n return result;\n }\n});\n","var $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar nativeGetOwnPropertyNames = require('../internals/object-get-own-property-names-external').f;\n\nvar FAILS_ON_PRIMITIVES = fails(function () { return !Object.getOwnPropertyNames(1); });\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertynames\n$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {\n getOwnPropertyNames: nativeGetOwnPropertyNames\n});\n","var fails = require('../internals/fails');\n\nmodule.exports = !fails(function () {\n function F() { /* empty */ }\n F.prototype.constructor = null;\n return Object.getPrototypeOf(new F()) !== F.prototype;\n});\n","var has = require('../internals/has');\nvar toObject = require('../internals/to-object');\nvar sharedKey = require('../internals/shared-key');\nvar CORRECT_PROTOTYPE_GETTER = require('../internals/correct-prototype-getter');\n\nvar IE_PROTO = sharedKey('IE_PROTO');\nvar ObjectPrototype = Object.prototype;\n\n// `Object.getPrototypeOf` method\n// https://tc39.github.io/ecma262/#sec-object.getprototypeof\nmodule.exports = CORRECT_PROTOTYPE_GETTER ? Object.getPrototypeOf : function (O) {\n O = toObject(O);\n if (has(O, IE_PROTO)) return O[IE_PROTO];\n if (typeof O.constructor == 'function' && O instanceof O.constructor) {\n return O.constructor.prototype;\n } return O instanceof Object ? ObjectPrototype : null;\n};\n","var $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar toObject = require('../internals/to-object');\nvar nativeGetPrototypeOf = require('../internals/object-get-prototype-of');\nvar CORRECT_PROTOTYPE_GETTER = require('../internals/correct-prototype-getter');\n\nvar FAILS_ON_PRIMITIVES = fails(function () { nativeGetPrototypeOf(1); });\n\n// `Object.getPrototypeOf` method\n// https://tc39.github.io/ecma262/#sec-object.getprototypeof\n$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES, sham: !CORRECT_PROTOTYPE_GETTER }, {\n getPrototypeOf: function getPrototypeOf(it) {\n return nativeGetPrototypeOf(toObject(it));\n }\n});\n\n","// `SameValue` abstract operation\n// https://tc39.github.io/ecma262/#sec-samevalue\nmodule.exports = Object.is || function is(x, y) {\n // eslint-disable-next-line no-self-compare\n return x === y ? x !== 0 || 1 / x === 1 / y : x != x && y != y;\n};\n","var $ = require('../internals/export');\nvar is = require('../internals/same-value');\n\n// `Object.is` method\n// https://tc39.github.io/ecma262/#sec-object.is\n$({ target: 'Object', stat: true }, {\n is: is\n});\n","var $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar isObject = require('../internals/is-object');\n\nvar nativeIsExtensible = Object.isExtensible;\nvar FAILS_ON_PRIMITIVES = fails(function () { nativeIsExtensible(1); });\n\n// `Object.isExtensible` method\n// https://tc39.github.io/ecma262/#sec-object.isextensible\n$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {\n isExtensible: function isExtensible(it) {\n return isObject(it) ? nativeIsExtensible ? nativeIsExtensible(it) : true : false;\n }\n});\n","var $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar isObject = require('../internals/is-object');\n\nvar nativeIsFrozen = Object.isFrozen;\nvar FAILS_ON_PRIMITIVES = fails(function () { nativeIsFrozen(1); });\n\n// `Object.isFrozen` method\n// https://tc39.github.io/ecma262/#sec-object.isfrozen\n$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {\n isFrozen: function isFrozen(it) {\n return isObject(it) ? nativeIsFrozen ? nativeIsFrozen(it) : false : true;\n }\n});\n","var $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar isObject = require('../internals/is-object');\n\nvar nativeIsSealed = Object.isSealed;\nvar FAILS_ON_PRIMITIVES = fails(function () { nativeIsSealed(1); });\n\n// `Object.isSealed` method\n// https://tc39.github.io/ecma262/#sec-object.issealed\n$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {\n isSealed: function isSealed(it) {\n return isObject(it) ? nativeIsSealed ? nativeIsSealed(it) : false : true;\n }\n});\n","var $ = require('../internals/export');\nvar toObject = require('../internals/to-object');\nvar nativeKeys = require('../internals/object-keys');\nvar fails = require('../internals/fails');\n\nvar FAILS_ON_PRIMITIVES = fails(function () { nativeKeys(1); });\n\n// `Object.keys` method\n// https://tc39.github.io/ecma262/#sec-object.keys\n$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {\n keys: function keys(it) {\n return nativeKeys(toObject(it));\n }\n});\n","var $ = require('../internals/export');\nvar isObject = require('../internals/is-object');\nvar onFreeze = require('../internals/internal-metadata').onFreeze;\nvar FREEZING = require('../internals/freezing');\nvar fails = require('../internals/fails');\n\nvar nativePreventExtensions = Object.preventExtensions;\nvar FAILS_ON_PRIMITIVES = fails(function () { nativePreventExtensions(1); });\n\n// `Object.preventExtensions` method\n// https://tc39.github.io/ecma262/#sec-object.preventextensions\n$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES, sham: !FREEZING }, {\n preventExtensions: function preventExtensions(it) {\n return nativePreventExtensions && isObject(it) ? nativePreventExtensions(onFreeze(it)) : it;\n }\n});\n","var $ = require('../internals/export');\nvar isObject = require('../internals/is-object');\nvar onFreeze = require('../internals/internal-metadata').onFreeze;\nvar FREEZING = require('../internals/freezing');\nvar fails = require('../internals/fails');\n\nvar nativeSeal = Object.seal;\nvar FAILS_ON_PRIMITIVES = fails(function () { nativeSeal(1); });\n\n// `Object.seal` method\n// https://tc39.github.io/ecma262/#sec-object.seal\n$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES, sham: !FREEZING }, {\n seal: function seal(it) {\n return nativeSeal && isObject(it) ? nativeSeal(onFreeze(it)) : it;\n }\n});\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it) && it !== null) {\n throw TypeError(\"Can't set \" + String(it) + ' as a prototype');\n } return it;\n};\n","var anObject = require('../internals/an-object');\nvar aPossiblePrototype = require('../internals/a-possible-prototype');\n\n// `Object.setPrototypeOf` method\n// https://tc39.github.io/ecma262/#sec-object.setprototypeof\n// Works with __proto__ only. Old v8 can't work with null proto objects.\n/* eslint-disable no-proto */\nmodule.exports = Object.setPrototypeOf || ('__proto__' in {} ? function () {\n var CORRECT_SETTER = false;\n var test = {};\n var setter;\n try {\n setter = Object.getOwnPropertyDescriptor(Object.prototype, '__proto__').set;\n setter.call(test, []);\n CORRECT_SETTER = test instanceof Array;\n } catch (error) { /* empty */ }\n return function setPrototypeOf(O, proto) {\n anObject(O);\n aPossiblePrototype(proto);\n if (CORRECT_SETTER) setter.call(O, proto);\n else O.__proto__ = proto;\n return O;\n };\n}() : undefined);\n","var $ = require('../internals/export');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\n\n// `Object.setPrototypeOf` method\n// https://tc39.github.io/ecma262/#sec-object.setprototypeof\n$({ target: 'Object', stat: true }, {\n setPrototypeOf: setPrototypeOf\n});\n","var $ = require('../internals/export');\nvar $values = require('../internals/object-to-array').values;\n\n// `Object.values` method\n// https://tc39.github.io/ecma262/#sec-object.values\n$({ target: 'Object', stat: true }, {\n values: function values(O) {\n return $values(O);\n }\n});\n","'use strict';\nvar TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classof = require('../internals/classof');\n\n// `Object.prototype.toString` method implementation\n// https://tc39.github.io/ecma262/#sec-object.prototype.tostring\nmodule.exports = TO_STRING_TAG_SUPPORT ? {}.toString : function toString() {\n return '[object ' + classof(this) + ']';\n};\n","var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar redefine = require('../internals/redefine');\nvar toString = require('../internals/object-to-string');\n\n// `Object.prototype.toString` method\n// https://tc39.github.io/ecma262/#sec-object.prototype.tostring\nif (!TO_STRING_TAG_SUPPORT) {\n redefine(Object.prototype, 'toString', toString, { unsafe: true });\n}\n","'use strict';\nvar IS_PURE = require('../internals/is-pure');\nvar global = require('../internals/global');\nvar fails = require('../internals/fails');\n\n// Forced replacement object prototype accessors methods\nmodule.exports = IS_PURE || !fails(function () {\n var key = Math.random();\n // In FF throws only define methods\n // eslint-disable-next-line no-undef, no-useless-call\n __defineSetter__.call(null, key, function () { /* empty */ });\n delete global[key];\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar FORCED = require('../internals/object-prototype-accessors-forced');\nvar toObject = require('../internals/to-object');\nvar aFunction = require('../internals/a-function');\nvar definePropertyModule = require('../internals/object-define-property');\n\n// `Object.prototype.__defineGetter__` method\n// https://tc39.github.io/ecma262/#sec-object.prototype.__defineGetter__\nif (DESCRIPTORS) {\n $({ target: 'Object', proto: true, forced: FORCED }, {\n __defineGetter__: function __defineGetter__(P, getter) {\n definePropertyModule.f(toObject(this), P, { get: aFunction(getter), enumerable: true, configurable: true });\n }\n });\n}\n","'use strict';\nvar $ = require('../internals/export');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar FORCED = require('../internals/object-prototype-accessors-forced');\nvar toObject = require('../internals/to-object');\nvar aFunction = require('../internals/a-function');\nvar definePropertyModule = require('../internals/object-define-property');\n\n// `Object.prototype.__defineSetter__` method\n// https://tc39.github.io/ecma262/#sec-object.prototype.__defineSetter__\nif (DESCRIPTORS) {\n $({ target: 'Object', proto: true, forced: FORCED }, {\n __defineSetter__: function __defineSetter__(P, setter) {\n definePropertyModule.f(toObject(this), P, { set: aFunction(setter), enumerable: true, configurable: true });\n }\n });\n}\n","'use strict';\nvar $ = require('../internals/export');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar FORCED = require('../internals/object-prototype-accessors-forced');\nvar toObject = require('../internals/to-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\n\n// `Object.prototype.__lookupGetter__` method\n// https://tc39.github.io/ecma262/#sec-object.prototype.__lookupGetter__\nif (DESCRIPTORS) {\n $({ target: 'Object', proto: true, forced: FORCED }, {\n __lookupGetter__: function __lookupGetter__(P) {\n var O = toObject(this);\n var key = toPrimitive(P, true);\n var desc;\n do {\n if (desc = getOwnPropertyDescriptor(O, key)) return desc.get;\n } while (O = getPrototypeOf(O));\n }\n });\n}\n","'use strict';\nvar $ = require('../internals/export');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar FORCED = require('../internals/object-prototype-accessors-forced');\nvar toObject = require('../internals/to-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\n\n// `Object.prototype.__lookupSetter__` method\n// https://tc39.github.io/ecma262/#sec-object.prototype.__lookupSetter__\nif (DESCRIPTORS) {\n $({ target: 'Object', proto: true, forced: FORCED }, {\n __lookupSetter__: function __lookupSetter__(P) {\n var O = toObject(this);\n var key = toPrimitive(P, true);\n var desc;\n do {\n if (desc = getOwnPropertyDescriptor(O, key)) return desc.set;\n } while (O = getPrototypeOf(O));\n }\n });\n}\n","'use strict';\nvar aFunction = require('../internals/a-function');\nvar isObject = require('../internals/is-object');\n\nvar slice = [].slice;\nvar factories = {};\n\nvar construct = function (C, argsLength, args) {\n if (!(argsLength in factories)) {\n for (var list = [], i = 0; i < argsLength; i++) list[i] = 'a[' + i + ']';\n // eslint-disable-next-line no-new-func\n factories[argsLength] = Function('C,a', 'return new C(' + list.join(',') + ')');\n } return factories[argsLength](C, args);\n};\n\n// `Function.prototype.bind` method implementation\n// https://tc39.github.io/ecma262/#sec-function.prototype.bind\nmodule.exports = Function.bind || function bind(that /* , ...args */) {\n var fn = aFunction(this);\n var partArgs = slice.call(arguments, 1);\n var boundFunction = function bound(/* args... */) {\n var args = partArgs.concat(slice.call(arguments));\n return this instanceof boundFunction ? construct(fn, args.length, args) : fn.apply(that, args);\n };\n if (isObject(fn.prototype)) boundFunction.prototype = fn.prototype;\n return boundFunction;\n};\n","var $ = require('../internals/export');\nvar bind = require('../internals/function-bind');\n\n// `Function.prototype.bind` method\n// https://tc39.github.io/ecma262/#sec-function.prototype.bind\n$({ target: 'Function', proto: true }, {\n bind: bind\n});\n","var DESCRIPTORS = require('../internals/descriptors');\nvar defineProperty = require('../internals/object-define-property').f;\n\nvar FunctionPrototype = Function.prototype;\nvar FunctionPrototypeToString = FunctionPrototype.toString;\nvar nameRE = /^\\s*function ([^ (]*)/;\nvar NAME = 'name';\n\n// Function instances `.name` property\n// https://tc39.github.io/ecma262/#sec-function-instances-name\nif (DESCRIPTORS && !(NAME in FunctionPrototype)) {\n defineProperty(FunctionPrototype, NAME, {\n configurable: true,\n get: function () {\n try {\n return FunctionPrototypeToString.call(this).match(nameRE)[1];\n } catch (error) {\n return '';\n }\n }\n });\n}\n","'use strict';\nvar isObject = require('../internals/is-object');\nvar definePropertyModule = require('../internals/object-define-property');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar HAS_INSTANCE = wellKnownSymbol('hasInstance');\nvar FunctionPrototype = Function.prototype;\n\n// `Function.prototype[@@hasInstance]` method\n// https://tc39.github.io/ecma262/#sec-function.prototype-@@hasinstance\nif (!(HAS_INSTANCE in FunctionPrototype)) {\n definePropertyModule.f(FunctionPrototype, HAS_INSTANCE, { value: function (O) {\n if (typeof this != 'function' || !isObject(O)) return false;\n if (!isObject(this.prototype)) return O instanceof this;\n // for environment w/o native `@@hasInstance` logic enough `instanceof`, but add this:\n while (O = getPrototypeOf(O)) if (this.prototype === O) return true;\n return false;\n } });\n}\n","var $ = require('../internals/export');\nvar global = require('../internals/global');\n\n// `globalThis` object\n// https://github.com/tc39/proposal-global\n$({ global: true }, {\n globalThis: global\n});\n","'use strict';\nvar bind = require('../internals/function-bind-context');\nvar toObject = require('../internals/to-object');\nvar callWithSafeIterationClosing = require('../internals/call-with-safe-iteration-closing');\nvar isArrayIteratorMethod = require('../internals/is-array-iterator-method');\nvar toLength = require('../internals/to-length');\nvar createProperty = require('../internals/create-property');\nvar getIteratorMethod = require('../internals/get-iterator-method');\n\n// `Array.from` method implementation\n// https://tc39.github.io/ecma262/#sec-array.from\nmodule.exports = function from(arrayLike /* , mapfn = undefined, thisArg = undefined */) {\n var O = toObject(arrayLike);\n var C = typeof this == 'function' ? this : Array;\n var argumentsLength = arguments.length;\n var mapfn = argumentsLength > 1 ? arguments[1] : undefined;\n var mapping = mapfn !== undefined;\n var iteratorMethod = getIteratorMethod(O);\n var index = 0;\n var length, result, step, iterator, next, value;\n if (mapping) mapfn = bind(mapfn, argumentsLength > 2 ? arguments[2] : undefined, 2);\n // if the target is not iterable or it's an array with the default iterator - use a simple case\n if (iteratorMethod != undefined && !(C == Array && isArrayIteratorMethod(iteratorMethod))) {\n iterator = iteratorMethod.call(O);\n next = iterator.next;\n result = new C();\n for (;!(step = next.call(iterator)).done; index++) {\n value = mapping ? callWithSafeIterationClosing(iterator, mapfn, [step.value, index], true) : step.value;\n createProperty(result, index, value);\n }\n } else {\n length = toLength(O.length);\n result = new C(length);\n for (;length > index; index++) {\n value = mapping ? mapfn(O[index], index) : O[index];\n createProperty(result, index, value);\n }\n }\n result.length = index;\n return result;\n};\n","var wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar SAFE_CLOSING = false;\n\ntry {\n var called = 0;\n var iteratorWithReturn = {\n next: function () {\n return { done: !!called++ };\n },\n 'return': function () {\n SAFE_CLOSING = true;\n }\n };\n iteratorWithReturn[ITERATOR] = function () {\n return this;\n };\n // eslint-disable-next-line no-throw-literal\n Array.from(iteratorWithReturn, function () { throw 2; });\n} catch (error) { /* empty */ }\n\nmodule.exports = function (exec, SKIP_CLOSING) {\n if (!SKIP_CLOSING && !SAFE_CLOSING) return false;\n var ITERATION_SUPPORT = false;\n try {\n var object = {};\n object[ITERATOR] = function () {\n return {\n next: function () {\n return { done: ITERATION_SUPPORT = true };\n }\n };\n };\n exec(object);\n } catch (error) { /* empty */ }\n return ITERATION_SUPPORT;\n};\n","var $ = require('../internals/export');\nvar from = require('../internals/array-from');\nvar checkCorrectnessOfIteration = require('../internals/check-correctness-of-iteration');\n\nvar INCORRECT_ITERATION = !checkCorrectnessOfIteration(function (iterable) {\n Array.from(iterable);\n});\n\n// `Array.from` method\n// https://tc39.github.io/ecma262/#sec-array.from\n$({ target: 'Array', stat: true, forced: INCORRECT_ITERATION }, {\n from: from\n});\n","var $ = require('../internals/export');\nvar isArray = require('../internals/is-array');\n\n// `Array.isArray` method\n// https://tc39.github.io/ecma262/#sec-array.isarray\n$({ target: 'Array', stat: true }, {\n isArray: isArray\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar createProperty = require('../internals/create-property');\n\nvar ISNT_GENERIC = fails(function () {\n function F() { /* empty */ }\n return !(Array.of.call(F) instanceof F);\n});\n\n// `Array.of` method\n// https://tc39.github.io/ecma262/#sec-array.of\n// WebKit Array.of isn't generic\n$({ target: 'Array', stat: true, forced: ISNT_GENERIC }, {\n of: function of(/* ...args */) {\n var index = 0;\n var argumentsLength = arguments.length;\n var result = new (typeof this == 'function' ? this : Array)(argumentsLength);\n while (argumentsLength > index) createProperty(result, index, arguments[index++]);\n result.length = argumentsLength;\n return result;\n }\n});\n","var getBuiltIn = require('../internals/get-built-in');\n\nmodule.exports = getBuiltIn('navigator', 'userAgent') || '';\n","var global = require('../internals/global');\nvar userAgent = require('../internals/engine-user-agent');\n\nvar process = global.process;\nvar versions = process && process.versions;\nvar v8 = versions && versions.v8;\nvar match, version;\n\nif (v8) {\n match = v8.split('.');\n version = match[0] + match[1];\n} else if (userAgent) {\n match = userAgent.match(/Edge\\/(\\d+)/);\n if (!match || match[1] >= 74) {\n match = userAgent.match(/Chrome\\/(\\d+)/);\n if (match) version = match[1];\n }\n}\n\nmodule.exports = version && +version;\n","var fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar SPECIES = wellKnownSymbol('species');\n\nmodule.exports = function (METHOD_NAME) {\n // We can't use this feature detection in V8 since it causes\n // deoptimization and serious performance degradation\n // https://github.com/zloirock/core-js/issues/677\n return V8_VERSION >= 51 || !fails(function () {\n var array = [];\n var constructor = array.constructor = {};\n constructor[SPECIES] = function () {\n return { foo: 1 };\n };\n return array[METHOD_NAME](Boolean).foo !== 1;\n });\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar isArray = require('../internals/is-array');\nvar isObject = require('../internals/is-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar createProperty = require('../internals/create-property');\nvar arraySpeciesCreate = require('../internals/array-species-create');\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');\nvar MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;\nvar MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';\n\n// We can't use this feature detection in V8 since it causes\n// deoptimization and serious performance degradation\n// https://github.com/zloirock/core-js/issues/679\nvar IS_CONCAT_SPREADABLE_SUPPORT = V8_VERSION >= 51 || !fails(function () {\n var array = [];\n array[IS_CONCAT_SPREADABLE] = false;\n return array.concat()[0] !== array;\n});\n\nvar SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat');\n\nvar isConcatSpreadable = function (O) {\n if (!isObject(O)) return false;\n var spreadable = O[IS_CONCAT_SPREADABLE];\n return spreadable !== undefined ? !!spreadable : isArray(O);\n};\n\nvar FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;\n\n// `Array.prototype.concat` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.concat\n// with adding support of @@isConcatSpreadable and @@species\n$({ target: 'Array', proto: true, forced: FORCED }, {\n concat: function concat(arg) { // eslint-disable-line no-unused-vars\n var O = toObject(this);\n var A = arraySpeciesCreate(O, 0);\n var n = 0;\n var i, k, length, len, E;\n for (i = -1, length = arguments.length; i < length; i++) {\n E = i === -1 ? O : arguments[i];\n if (isConcatSpreadable(E)) {\n len = toLength(E.length);\n if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);\n } else {\n if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);\n createProperty(A, n++, E);\n }\n }\n A.length = n;\n return A;\n }\n});\n","'use strict';\nvar toObject = require('../internals/to-object');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\nvar toLength = require('../internals/to-length');\n\nvar min = Math.min;\n\n// `Array.prototype.copyWithin` method implementation\n// https://tc39.github.io/ecma262/#sec-array.prototype.copywithin\nmodule.exports = [].copyWithin || function copyWithin(target /* = 0 */, start /* = 0, end = @length */) {\n var O = toObject(this);\n var len = toLength(O.length);\n var to = toAbsoluteIndex(target, len);\n var from = toAbsoluteIndex(start, len);\n var end = arguments.length > 2 ? arguments[2] : undefined;\n var count = min((end === undefined ? len : toAbsoluteIndex(end, len)) - from, len - to);\n var inc = 1;\n if (from < to && to < from + count) {\n inc = -1;\n from += count - 1;\n to += count - 1;\n }\n while (count-- > 0) {\n if (from in O) O[to] = O[from];\n else delete O[to];\n to += inc;\n from += inc;\n } return O;\n};\n","var wellKnownSymbol = require('../internals/well-known-symbol');\nvar create = require('../internals/object-create');\nvar definePropertyModule = require('../internals/object-define-property');\n\nvar UNSCOPABLES = wellKnownSymbol('unscopables');\nvar ArrayPrototype = Array.prototype;\n\n// Array.prototype[@@unscopables]\n// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables\nif (ArrayPrototype[UNSCOPABLES] == undefined) {\n definePropertyModule.f(ArrayPrototype, UNSCOPABLES, {\n configurable: true,\n value: create(null)\n });\n}\n\n// add a key to Array.prototype[@@unscopables]\nmodule.exports = function (key) {\n ArrayPrototype[UNSCOPABLES][key] = true;\n};\n","var $ = require('../internals/export');\nvar copyWithin = require('../internals/array-copy-within');\nvar addToUnscopables = require('../internals/add-to-unscopables');\n\n// `Array.prototype.copyWithin` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.copywithin\n$({ target: 'Array', proto: true }, {\n copyWithin: copyWithin\n});\n\n// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables\naddToUnscopables('copyWithin');\n","'use strict';\nvar fails = require('../internals/fails');\n\nmodule.exports = function (METHOD_NAME, argument) {\n var method = [][METHOD_NAME];\n return !!method && fails(function () {\n // eslint-disable-next-line no-useless-call,no-throw-literal\n method.call(null, argument || function () { throw 1; }, 1);\n });\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar has = require('../internals/has');\n\nvar defineProperty = Object.defineProperty;\nvar cache = {};\n\nvar thrower = function (it) { throw it; };\n\nmodule.exports = function (METHOD_NAME, options) {\n if (has(cache, METHOD_NAME)) return cache[METHOD_NAME];\n if (!options) options = {};\n var method = [][METHOD_NAME];\n var ACCESSORS = has(options, 'ACCESSORS') ? options.ACCESSORS : false;\n var argument0 = has(options, 0) ? options[0] : thrower;\n var argument1 = has(options, 1) ? options[1] : undefined;\n\n return cache[METHOD_NAME] = !!method && !fails(function () {\n if (ACCESSORS && !DESCRIPTORS) return true;\n var O = { length: -1 };\n\n if (ACCESSORS) defineProperty(O, 1, { enumerable: true, get: thrower });\n else O[1] = 1;\n\n method.call(O, argument0, argument1);\n });\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar $every = require('../internals/array-iteration').every;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar STRICT_METHOD = arrayMethodIsStrict('every');\nvar USES_TO_LENGTH = arrayMethodUsesToLength('every');\n\n// `Array.prototype.every` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.every\n$({ target: 'Array', proto: true, forced: !STRICT_METHOD || !USES_TO_LENGTH }, {\n every: function every(callbackfn /* , thisArg */) {\n return $every(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","'use strict';\nvar toObject = require('../internals/to-object');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\nvar toLength = require('../internals/to-length');\n\n// `Array.prototype.fill` method implementation\n// https://tc39.github.io/ecma262/#sec-array.prototype.fill\nmodule.exports = function fill(value /* , start = 0, end = @length */) {\n var O = toObject(this);\n var length = toLength(O.length);\n var argumentsLength = arguments.length;\n var index = toAbsoluteIndex(argumentsLength > 1 ? arguments[1] : undefined, length);\n var end = argumentsLength > 2 ? arguments[2] : undefined;\n var endPos = end === undefined ? length : toAbsoluteIndex(end, length);\n while (endPos > index) O[index++] = value;\n return O;\n};\n","var $ = require('../internals/export');\nvar fill = require('../internals/array-fill');\nvar addToUnscopables = require('../internals/add-to-unscopables');\n\n// `Array.prototype.fill` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.fill\n$({ target: 'Array', proto: true }, {\n fill: fill\n});\n\n// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables\naddToUnscopables('fill');\n","'use strict';\nvar $ = require('../internals/export');\nvar $filter = require('../internals/array-iteration').filter;\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('filter');\n// Edge 14- issue\nvar USES_TO_LENGTH = arrayMethodUsesToLength('filter');\n\n// `Array.prototype.filter` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.filter\n// with adding support of @@species\n$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT || !USES_TO_LENGTH }, {\n filter: function filter(callbackfn /* , thisArg */) {\n return $filter(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar $find = require('../internals/array-iteration').find;\nvar addToUnscopables = require('../internals/add-to-unscopables');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar FIND = 'find';\nvar SKIPS_HOLES = true;\n\nvar USES_TO_LENGTH = arrayMethodUsesToLength(FIND);\n\n// Shouldn't skip holes\nif (FIND in []) Array(1)[FIND](function () { SKIPS_HOLES = false; });\n\n// `Array.prototype.find` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.find\n$({ target: 'Array', proto: true, forced: SKIPS_HOLES || !USES_TO_LENGTH }, {\n find: function find(callbackfn /* , that = undefined */) {\n return $find(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n\n// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables\naddToUnscopables(FIND);\n","'use strict';\nvar $ = require('../internals/export');\nvar $findIndex = require('../internals/array-iteration').findIndex;\nvar addToUnscopables = require('../internals/add-to-unscopables');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar FIND_INDEX = 'findIndex';\nvar SKIPS_HOLES = true;\n\nvar USES_TO_LENGTH = arrayMethodUsesToLength(FIND_INDEX);\n\n// Shouldn't skip holes\nif (FIND_INDEX in []) Array(1)[FIND_INDEX](function () { SKIPS_HOLES = false; });\n\n// `Array.prototype.findIndex` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.findindex\n$({ target: 'Array', proto: true, forced: SKIPS_HOLES || !USES_TO_LENGTH }, {\n findIndex: function findIndex(callbackfn /* , that = undefined */) {\n return $findIndex(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n\n// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables\naddToUnscopables(FIND_INDEX);\n","'use strict';\nvar isArray = require('../internals/is-array');\nvar toLength = require('../internals/to-length');\nvar bind = require('../internals/function-bind-context');\n\n// `FlattenIntoArray` abstract operation\n// https://tc39.github.io/proposal-flatMap/#sec-FlattenIntoArray\nvar flattenIntoArray = function (target, original, source, sourceLen, start, depth, mapper, thisArg) {\n var targetIndex = start;\n var sourceIndex = 0;\n var mapFn = mapper ? bind(mapper, thisArg, 3) : false;\n var element;\n\n while (sourceIndex < sourceLen) {\n if (sourceIndex in source) {\n element = mapFn ? mapFn(source[sourceIndex], sourceIndex, original) : source[sourceIndex];\n\n if (depth > 0 && isArray(element)) {\n targetIndex = flattenIntoArray(target, original, element, toLength(element.length), targetIndex, depth - 1) - 1;\n } else {\n if (targetIndex >= 0x1FFFFFFFFFFFFF) throw TypeError('Exceed the acceptable array length');\n target[targetIndex] = element;\n }\n\n targetIndex++;\n }\n sourceIndex++;\n }\n return targetIndex;\n};\n\nmodule.exports = flattenIntoArray;\n","'use strict';\nvar $ = require('../internals/export');\nvar flattenIntoArray = require('../internals/flatten-into-array');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar toInteger = require('../internals/to-integer');\nvar arraySpeciesCreate = require('../internals/array-species-create');\n\n// `Array.prototype.flat` method\n// https://github.com/tc39/proposal-flatMap\n$({ target: 'Array', proto: true }, {\n flat: function flat(/* depthArg = 1 */) {\n var depthArg = arguments.length ? arguments[0] : undefined;\n var O = toObject(this);\n var sourceLen = toLength(O.length);\n var A = arraySpeciesCreate(O, 0);\n A.length = flattenIntoArray(A, O, O, sourceLen, 0, depthArg === undefined ? 1 : toInteger(depthArg));\n return A;\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar flattenIntoArray = require('../internals/flatten-into-array');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar aFunction = require('../internals/a-function');\nvar arraySpeciesCreate = require('../internals/array-species-create');\n\n// `Array.prototype.flatMap` method\n// https://github.com/tc39/proposal-flatMap\n$({ target: 'Array', proto: true }, {\n flatMap: function flatMap(callbackfn /* , thisArg */) {\n var O = toObject(this);\n var sourceLen = toLength(O.length);\n var A;\n aFunction(callbackfn);\n A = arraySpeciesCreate(O, 0);\n A.length = flattenIntoArray(A, O, O, sourceLen, 0, 1, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n return A;\n }\n});\n","'use strict';\nvar $forEach = require('../internals/array-iteration').forEach;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar STRICT_METHOD = arrayMethodIsStrict('forEach');\nvar USES_TO_LENGTH = arrayMethodUsesToLength('forEach');\n\n// `Array.prototype.forEach` method implementation\n// https://tc39.github.io/ecma262/#sec-array.prototype.foreach\nmodule.exports = (!STRICT_METHOD || !USES_TO_LENGTH) ? function forEach(callbackfn /* , thisArg */) {\n return $forEach(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n} : [].forEach;\n","'use strict';\nvar $ = require('../internals/export');\nvar forEach = require('../internals/array-for-each');\n\n// `Array.prototype.forEach` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.foreach\n$({ target: 'Array', proto: true, forced: [].forEach != forEach }, {\n forEach: forEach\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar $includes = require('../internals/array-includes').includes;\nvar addToUnscopables = require('../internals/add-to-unscopables');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar USES_TO_LENGTH = arrayMethodUsesToLength('indexOf', { ACCESSORS: true, 1: 0 });\n\n// `Array.prototype.includes` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.includes\n$({ target: 'Array', proto: true, forced: !USES_TO_LENGTH }, {\n includes: function includes(el /* , fromIndex = 0 */) {\n return $includes(this, el, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n\n// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables\naddToUnscopables('includes');\n","'use strict';\nvar $ = require('../internals/export');\nvar $indexOf = require('../internals/array-includes').indexOf;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar nativeIndexOf = [].indexOf;\n\nvar NEGATIVE_ZERO = !!nativeIndexOf && 1 / [1].indexOf(1, -0) < 0;\nvar STRICT_METHOD = arrayMethodIsStrict('indexOf');\nvar USES_TO_LENGTH = arrayMethodUsesToLength('indexOf', { ACCESSORS: true, 1: 0 });\n\n// `Array.prototype.indexOf` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.indexof\n$({ target: 'Array', proto: true, forced: NEGATIVE_ZERO || !STRICT_METHOD || !USES_TO_LENGTH }, {\n indexOf: function indexOf(searchElement /* , fromIndex = 0 */) {\n return NEGATIVE_ZERO\n // convert -0 to +0\n ? nativeIndexOf.apply(this, arguments) || 0\n : $indexOf(this, searchElement, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar IndexedObject = require('../internals/indexed-object');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\n\nvar nativeJoin = [].join;\n\nvar ES3_STRINGS = IndexedObject != Object;\nvar STRICT_METHOD = arrayMethodIsStrict('join', ',');\n\n// `Array.prototype.join` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.join\n$({ target: 'Array', proto: true, forced: ES3_STRINGS || !STRICT_METHOD }, {\n join: function join(separator) {\n return nativeJoin.call(toIndexedObject(this), separator === undefined ? ',' : separator);\n }\n});\n","'use strict';\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toInteger = require('../internals/to-integer');\nvar toLength = require('../internals/to-length');\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar min = Math.min;\nvar nativeLastIndexOf = [].lastIndexOf;\nvar NEGATIVE_ZERO = !!nativeLastIndexOf && 1 / [1].lastIndexOf(1, -0) < 0;\nvar STRICT_METHOD = arrayMethodIsStrict('lastIndexOf');\n// For preventing possible almost infinite loop in non-standard implementations, test the forward version of the method\nvar USES_TO_LENGTH = arrayMethodUsesToLength('indexOf', { ACCESSORS: true, 1: 0 });\nvar FORCED = NEGATIVE_ZERO || !STRICT_METHOD || !USES_TO_LENGTH;\n\n// `Array.prototype.lastIndexOf` method implementation\n// https://tc39.github.io/ecma262/#sec-array.prototype.lastindexof\nmodule.exports = FORCED ? function lastIndexOf(searchElement /* , fromIndex = @[*-1] */) {\n // convert -0 to +0\n if (NEGATIVE_ZERO) return nativeLastIndexOf.apply(this, arguments) || 0;\n var O = toIndexedObject(this);\n var length = toLength(O.length);\n var index = length - 1;\n if (arguments.length > 1) index = min(index, toInteger(arguments[1]));\n if (index < 0) index = length + index;\n for (;index >= 0; index--) if (index in O && O[index] === searchElement) return index || 0;\n return -1;\n} : nativeLastIndexOf;\n","var $ = require('../internals/export');\nvar lastIndexOf = require('../internals/array-last-index-of');\n\n// `Array.prototype.lastIndexOf` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.lastindexof\n$({ target: 'Array', proto: true, forced: lastIndexOf !== [].lastIndexOf }, {\n lastIndexOf: lastIndexOf\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar $map = require('../internals/array-iteration').map;\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('map');\n// FF49- issue\nvar USES_TO_LENGTH = arrayMethodUsesToLength('map');\n\n// `Array.prototype.map` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.map\n// with adding support of @@species\n$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT || !USES_TO_LENGTH }, {\n map: function map(callbackfn /* , thisArg */) {\n return $map(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","var aFunction = require('../internals/a-function');\nvar toObject = require('../internals/to-object');\nvar IndexedObject = require('../internals/indexed-object');\nvar toLength = require('../internals/to-length');\n\n// `Array.prototype.{ reduce, reduceRight }` methods implementation\nvar createMethod = function (IS_RIGHT) {\n return function (that, callbackfn, argumentsLength, memo) {\n aFunction(callbackfn);\n var O = toObject(that);\n var self = IndexedObject(O);\n var length = toLength(O.length);\n var index = IS_RIGHT ? length - 1 : 0;\n var i = IS_RIGHT ? -1 : 1;\n if (argumentsLength < 2) while (true) {\n if (index in self) {\n memo = self[index];\n index += i;\n break;\n }\n index += i;\n if (IS_RIGHT ? index < 0 : length <= index) {\n throw TypeError('Reduce of empty array with no initial value');\n }\n }\n for (;IS_RIGHT ? index >= 0 : length > index; index += i) if (index in self) {\n memo = callbackfn(memo, self[index], index, O);\n }\n return memo;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.reduce` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.reduce\n left: createMethod(false),\n // `Array.prototype.reduceRight` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.reduceright\n right: createMethod(true)\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar $reduce = require('../internals/array-reduce').left;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar STRICT_METHOD = arrayMethodIsStrict('reduce');\nvar USES_TO_LENGTH = arrayMethodUsesToLength('reduce', { 1: 0 });\n\n// `Array.prototype.reduce` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.reduce\n$({ target: 'Array', proto: true, forced: !STRICT_METHOD || !USES_TO_LENGTH }, {\n reduce: function reduce(callbackfn /* , initialValue */) {\n return $reduce(this, callbackfn, arguments.length, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar $reduceRight = require('../internals/array-reduce').right;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar STRICT_METHOD = arrayMethodIsStrict('reduceRight');\n// For preventing possible almost infinite loop in non-standard implementations, test the forward version of the method\nvar USES_TO_LENGTH = arrayMethodUsesToLength('reduce', { 1: 0 });\n\n// `Array.prototype.reduceRight` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.reduceright\n$({ target: 'Array', proto: true, forced: !STRICT_METHOD || !USES_TO_LENGTH }, {\n reduceRight: function reduceRight(callbackfn /* , initialValue */) {\n return $reduceRight(this, callbackfn, arguments.length, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar isArray = require('../internals/is-array');\n\nvar nativeReverse = [].reverse;\nvar test = [1, 2];\n\n// `Array.prototype.reverse` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.reverse\n// fix for Safari 12.0 bug\n// https://bugs.webkit.org/show_bug.cgi?id=188794\n$({ target: 'Array', proto: true, forced: String(test) === String(test.reverse()) }, {\n reverse: function reverse() {\n // eslint-disable-next-line no-self-assign\n if (isArray(this)) this.length = this.length;\n return nativeReverse.call(this);\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar isObject = require('../internals/is-object');\nvar isArray = require('../internals/is-array');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\nvar toLength = require('../internals/to-length');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar createProperty = require('../internals/create-property');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('slice');\nvar USES_TO_LENGTH = arrayMethodUsesToLength('slice', { ACCESSORS: true, 0: 0, 1: 2 });\n\nvar SPECIES = wellKnownSymbol('species');\nvar nativeSlice = [].slice;\nvar max = Math.max;\n\n// `Array.prototype.slice` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.slice\n// fallback for not array-like ES3 strings and DOM objects\n$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT || !USES_TO_LENGTH }, {\n slice: function slice(start, end) {\n var O = toIndexedObject(this);\n var length = toLength(O.length);\n var k = toAbsoluteIndex(start, length);\n var fin = toAbsoluteIndex(end === undefined ? length : end, length);\n // inline `ArraySpeciesCreate` for usage native `Array#slice` where it's possible\n var Constructor, result, n;\n if (isArray(O)) {\n Constructor = O.constructor;\n // cross-realm fallback\n if (typeof Constructor == 'function' && (Constructor === Array || isArray(Constructor.prototype))) {\n Constructor = undefined;\n } else if (isObject(Constructor)) {\n Constructor = Constructor[SPECIES];\n if (Constructor === null) Constructor = undefined;\n }\n if (Constructor === Array || Constructor === undefined) {\n return nativeSlice.call(O, k, fin);\n }\n }\n result = new (Constructor === undefined ? Array : Constructor)(max(fin - k, 0));\n for (n = 0; k < fin; k++, n++) if (k in O) createProperty(result, n, O[k]);\n result.length = n;\n return result;\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar $some = require('../internals/array-iteration').some;\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar STRICT_METHOD = arrayMethodIsStrict('some');\nvar USES_TO_LENGTH = arrayMethodUsesToLength('some');\n\n// `Array.prototype.some` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.some\n$({ target: 'Array', proto: true, forced: !STRICT_METHOD || !USES_TO_LENGTH }, {\n some: function some(callbackfn /* , thisArg */) {\n return $some(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar aFunction = require('../internals/a-function');\nvar toObject = require('../internals/to-object');\nvar fails = require('../internals/fails');\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\n\nvar test = [];\nvar nativeSort = test.sort;\n\n// IE8-\nvar FAILS_ON_UNDEFINED = fails(function () {\n test.sort(undefined);\n});\n// V8 bug\nvar FAILS_ON_NULL = fails(function () {\n test.sort(null);\n});\n// Old WebKit\nvar STRICT_METHOD = arrayMethodIsStrict('sort');\n\nvar FORCED = FAILS_ON_UNDEFINED || !FAILS_ON_NULL || !STRICT_METHOD;\n\n// `Array.prototype.sort` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.sort\n$({ target: 'Array', proto: true, forced: FORCED }, {\n sort: function sort(comparefn) {\n return comparefn === undefined\n ? nativeSort.call(toObject(this))\n : nativeSort.call(toObject(this), aFunction(comparefn));\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\nvar toInteger = require('../internals/to-integer');\nvar toLength = require('../internals/to-length');\nvar toObject = require('../internals/to-object');\nvar arraySpeciesCreate = require('../internals/array-species-create');\nvar createProperty = require('../internals/create-property');\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('splice');\nvar USES_TO_LENGTH = arrayMethodUsesToLength('splice', { ACCESSORS: true, 0: 0, 1: 2 });\n\nvar max = Math.max;\nvar min = Math.min;\nvar MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;\nvar MAXIMUM_ALLOWED_LENGTH_EXCEEDED = 'Maximum allowed length exceeded';\n\n// `Array.prototype.splice` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.splice\n// with adding support of @@species\n$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT || !USES_TO_LENGTH }, {\n splice: function splice(start, deleteCount /* , ...items */) {\n var O = toObject(this);\n var len = toLength(O.length);\n var actualStart = toAbsoluteIndex(start, len);\n var argumentsLength = arguments.length;\n var insertCount, actualDeleteCount, A, k, from, to;\n if (argumentsLength === 0) {\n insertCount = actualDeleteCount = 0;\n } else if (argumentsLength === 1) {\n insertCount = 0;\n actualDeleteCount = len - actualStart;\n } else {\n insertCount = argumentsLength - 2;\n actualDeleteCount = min(max(toInteger(deleteCount), 0), len - actualStart);\n }\n if (len + insertCount - actualDeleteCount > MAX_SAFE_INTEGER) {\n throw TypeError(MAXIMUM_ALLOWED_LENGTH_EXCEEDED);\n }\n A = arraySpeciesCreate(O, actualDeleteCount);\n for (k = 0; k < actualDeleteCount; k++) {\n from = actualStart + k;\n if (from in O) createProperty(A, k, O[from]);\n }\n A.length = actualDeleteCount;\n if (insertCount < actualDeleteCount) {\n for (k = actualStart; k < len - actualDeleteCount; k++) {\n from = k + actualDeleteCount;\n to = k + insertCount;\n if (from in O) O[to] = O[from];\n else delete O[to];\n }\n for (k = len; k > len - actualDeleteCount + insertCount; k--) delete O[k - 1];\n } else if (insertCount > actualDeleteCount) {\n for (k = len - actualDeleteCount; k > actualStart; k--) {\n from = k + actualDeleteCount - 1;\n to = k + insertCount - 1;\n if (from in O) O[to] = O[from];\n else delete O[to];\n }\n }\n for (k = 0; k < insertCount; k++) {\n O[k + actualStart] = arguments[k + 2];\n }\n O.length = len - actualDeleteCount + insertCount;\n return A;\n }\n});\n","'use strict';\nvar getBuiltIn = require('../internals/get-built-in');\nvar definePropertyModule = require('../internals/object-define-property');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar DESCRIPTORS = require('../internals/descriptors');\n\nvar SPECIES = wellKnownSymbol('species');\n\nmodule.exports = function (CONSTRUCTOR_NAME) {\n var Constructor = getBuiltIn(CONSTRUCTOR_NAME);\n var defineProperty = definePropertyModule.f;\n\n if (DESCRIPTORS && Constructor && !Constructor[SPECIES]) {\n defineProperty(Constructor, SPECIES, {\n configurable: true,\n get: function () { return this; }\n });\n }\n};\n","var setSpecies = require('../internals/set-species');\n\n// `Array[@@species]` getter\n// https://tc39.github.io/ecma262/#sec-get-array-@@species\nsetSpecies('Array');\n","// this method was added to unscopables after implementation\n// in popular engines, so it's moved to a separate module\nvar addToUnscopables = require('../internals/add-to-unscopables');\n\naddToUnscopables('flat');\n","// this method was added to unscopables after implementation\n// in popular engines, so it's moved to a separate module\nvar addToUnscopables = require('../internals/add-to-unscopables');\n\naddToUnscopables('flatMap');\n","'use strict';\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar IS_PURE = require('../internals/is-pure');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar BUGGY_SAFARI_ITERATORS = false;\n\nvar returnThis = function () { return this; };\n\n// `%IteratorPrototype%` object\n// https://tc39.github.io/ecma262/#sec-%iteratorprototype%-object\nvar IteratorPrototype, PrototypeOfArrayIteratorPrototype, arrayIterator;\n\nif ([].keys) {\n arrayIterator = [].keys();\n // Safari 8 has buggy iterators w/o `next`\n if (!('next' in arrayIterator)) BUGGY_SAFARI_ITERATORS = true;\n else {\n PrototypeOfArrayIteratorPrototype = getPrototypeOf(getPrototypeOf(arrayIterator));\n if (PrototypeOfArrayIteratorPrototype !== Object.prototype) IteratorPrototype = PrototypeOfArrayIteratorPrototype;\n }\n}\n\nif (IteratorPrototype == undefined) IteratorPrototype = {};\n\n// 25.1.2.1.1 %IteratorPrototype%[@@iterator]()\nif (!IS_PURE && !has(IteratorPrototype, ITERATOR)) {\n createNonEnumerableProperty(IteratorPrototype, ITERATOR, returnThis);\n}\n\nmodule.exports = {\n IteratorPrototype: IteratorPrototype,\n BUGGY_SAFARI_ITERATORS: BUGGY_SAFARI_ITERATORS\n};\n","'use strict';\nvar IteratorPrototype = require('../internals/iterators-core').IteratorPrototype;\nvar create = require('../internals/object-create');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar Iterators = require('../internals/iterators');\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (IteratorConstructor, NAME, next) {\n var TO_STRING_TAG = NAME + ' Iterator';\n IteratorConstructor.prototype = create(IteratorPrototype, { next: createPropertyDescriptor(1, next) });\n setToStringTag(IteratorConstructor, TO_STRING_TAG, false, true);\n Iterators[TO_STRING_TAG] = returnThis;\n return IteratorConstructor;\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar createIteratorConstructor = require('../internals/create-iterator-constructor');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar IS_PURE = require('../internals/is-pure');\nvar Iterators = require('../internals/iterators');\nvar IteratorsCore = require('../internals/iterators-core');\n\nvar IteratorPrototype = IteratorsCore.IteratorPrototype;\nvar BUGGY_SAFARI_ITERATORS = IteratorsCore.BUGGY_SAFARI_ITERATORS;\nvar ITERATOR = wellKnownSymbol('iterator');\nvar KEYS = 'keys';\nvar VALUES = 'values';\nvar ENTRIES = 'entries';\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (Iterable, NAME, IteratorConstructor, next, DEFAULT, IS_SET, FORCED) {\n createIteratorConstructor(IteratorConstructor, NAME, next);\n\n var getIterationMethod = function (KIND) {\n if (KIND === DEFAULT && defaultIterator) return defaultIterator;\n if (!BUGGY_SAFARI_ITERATORS && KIND in IterablePrototype) return IterablePrototype[KIND];\n switch (KIND) {\n case KEYS: return function keys() { return new IteratorConstructor(this, KIND); };\n case VALUES: return function values() { return new IteratorConstructor(this, KIND); };\n case ENTRIES: return function entries() { return new IteratorConstructor(this, KIND); };\n } return function () { return new IteratorConstructor(this); };\n };\n\n var TO_STRING_TAG = NAME + ' Iterator';\n var INCORRECT_VALUES_NAME = false;\n var IterablePrototype = Iterable.prototype;\n var nativeIterator = IterablePrototype[ITERATOR]\n || IterablePrototype['@@iterator']\n || DEFAULT && IterablePrototype[DEFAULT];\n var defaultIterator = !BUGGY_SAFARI_ITERATORS && nativeIterator || getIterationMethod(DEFAULT);\n var anyNativeIterator = NAME == 'Array' ? IterablePrototype.entries || nativeIterator : nativeIterator;\n var CurrentIteratorPrototype, methods, KEY;\n\n // fix native\n if (anyNativeIterator) {\n CurrentIteratorPrototype = getPrototypeOf(anyNativeIterator.call(new Iterable()));\n if (IteratorPrototype !== Object.prototype && CurrentIteratorPrototype.next) {\n if (!IS_PURE && getPrototypeOf(CurrentIteratorPrototype) !== IteratorPrototype) {\n if (setPrototypeOf) {\n setPrototypeOf(CurrentIteratorPrototype, IteratorPrototype);\n } else if (typeof CurrentIteratorPrototype[ITERATOR] != 'function') {\n createNonEnumerableProperty(CurrentIteratorPrototype, ITERATOR, returnThis);\n }\n }\n // Set @@toStringTag to native iterators\n setToStringTag(CurrentIteratorPrototype, TO_STRING_TAG, true, true);\n if (IS_PURE) Iterators[TO_STRING_TAG] = returnThis;\n }\n }\n\n // fix Array#{values, @@iterator}.name in V8 / FF\n if (DEFAULT == VALUES && nativeIterator && nativeIterator.name !== VALUES) {\n INCORRECT_VALUES_NAME = true;\n defaultIterator = function values() { return nativeIterator.call(this); };\n }\n\n // define iterator\n if ((!IS_PURE || FORCED) && IterablePrototype[ITERATOR] !== defaultIterator) {\n createNonEnumerableProperty(IterablePrototype, ITERATOR, defaultIterator);\n }\n Iterators[NAME] = defaultIterator;\n\n // export additional methods\n if (DEFAULT) {\n methods = {\n values: getIterationMethod(VALUES),\n keys: IS_SET ? defaultIterator : getIterationMethod(KEYS),\n entries: getIterationMethod(ENTRIES)\n };\n if (FORCED) for (KEY in methods) {\n if (BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME || !(KEY in IterablePrototype)) {\n redefine(IterablePrototype, KEY, methods[KEY]);\n }\n } else $({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods);\n }\n\n return methods;\n};\n","'use strict';\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar addToUnscopables = require('../internals/add-to-unscopables');\nvar Iterators = require('../internals/iterators');\nvar InternalStateModule = require('../internals/internal-state');\nvar defineIterator = require('../internals/define-iterator');\n\nvar ARRAY_ITERATOR = 'Array Iterator';\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(ARRAY_ITERATOR);\n\n// `Array.prototype.entries` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.entries\n// `Array.prototype.keys` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.keys\n// `Array.prototype.values` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.values\n// `Array.prototype[@@iterator]` method\n// https://tc39.github.io/ecma262/#sec-array.prototype-@@iterator\n// `CreateArrayIterator` internal method\n// https://tc39.github.io/ecma262/#sec-createarrayiterator\nmodule.exports = defineIterator(Array, 'Array', function (iterated, kind) {\n setInternalState(this, {\n type: ARRAY_ITERATOR,\n target: toIndexedObject(iterated), // target\n index: 0, // next index\n kind: kind // kind\n });\n// `%ArrayIteratorPrototype%.next` method\n// https://tc39.github.io/ecma262/#sec-%arrayiteratorprototype%.next\n}, function () {\n var state = getInternalState(this);\n var target = state.target;\n var kind = state.kind;\n var index = state.index++;\n if (!target || index >= target.length) {\n state.target = undefined;\n return { value: undefined, done: true };\n }\n if (kind == 'keys') return { value: index, done: false };\n if (kind == 'values') return { value: target[index], done: false };\n return { value: [index, target[index]], done: false };\n}, 'values');\n\n// argumentsList[@@iterator] is %ArrayProto_values%\n// https://tc39.github.io/ecma262/#sec-createunmappedargumentsobject\n// https://tc39.github.io/ecma262/#sec-createmappedargumentsobject\nIterators.Arguments = Iterators.Array;\n\n// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables\naddToUnscopables('keys');\naddToUnscopables('values');\naddToUnscopables('entries');\n","var $ = require('../internals/export');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\nvar fromCharCode = String.fromCharCode;\nvar nativeFromCodePoint = String.fromCodePoint;\n\n// length should be 1, old FF problem\nvar INCORRECT_LENGTH = !!nativeFromCodePoint && nativeFromCodePoint.length != 1;\n\n// `String.fromCodePoint` method\n// https://tc39.github.io/ecma262/#sec-string.fromcodepoint\n$({ target: 'String', stat: true, forced: INCORRECT_LENGTH }, {\n fromCodePoint: function fromCodePoint(x) { // eslint-disable-line no-unused-vars\n var elements = [];\n var length = arguments.length;\n var i = 0;\n var code;\n while (length > i) {\n code = +arguments[i++];\n if (toAbsoluteIndex(code, 0x10FFFF) !== code) throw RangeError(code + ' is not a valid code point');\n elements.push(code < 0x10000\n ? fromCharCode(code)\n : fromCharCode(((code -= 0x10000) >> 10) + 0xD800, code % 0x400 + 0xDC00)\n );\n } return elements.join('');\n }\n});\n","var $ = require('../internals/export');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\n\n// `String.raw` method\n// https://tc39.github.io/ecma262/#sec-string.raw\n$({ target: 'String', stat: true }, {\n raw: function raw(template) {\n var rawTemplate = toIndexedObject(template.raw);\n var literalSegments = toLength(rawTemplate.length);\n var argumentsLength = arguments.length;\n var elements = [];\n var i = 0;\n while (literalSegments > i) {\n elements.push(String(rawTemplate[i++]));\n if (i < argumentsLength) elements.push(String(arguments[i]));\n } return elements.join('');\n }\n});\n","var toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `String.prototype.{ codePointAt, at }` methods implementation\nvar createMethod = function (CONVERT_TO_STRING) {\n return function ($this, pos) {\n var S = String(requireObjectCoercible($this));\n var position = toInteger(pos);\n var size = S.length;\n var first, second;\n if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;\n first = S.charCodeAt(position);\n return first < 0xD800 || first > 0xDBFF || position + 1 === size\n || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF\n ? CONVERT_TO_STRING ? S.charAt(position) : first\n : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;\n };\n};\n\nmodule.exports = {\n // `String.prototype.codePointAt` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.codepointat\n codeAt: createMethod(false),\n // `String.prototype.at` method\n // https://github.com/mathiasbynens/String.prototype.at\n charAt: createMethod(true)\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar codeAt = require('../internals/string-multibyte').codeAt;\n\n// `String.prototype.codePointAt` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.codepointat\n$({ target: 'String', proto: true }, {\n codePointAt: function codePointAt(pos) {\n return codeAt(this, pos);\n }\n});\n","var isObject = require('../internals/is-object');\nvar classof = require('../internals/classof-raw');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar MATCH = wellKnownSymbol('match');\n\n// `IsRegExp` abstract operation\n// https://tc39.github.io/ecma262/#sec-isregexp\nmodule.exports = function (it) {\n var isRegExp;\n return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : classof(it) == 'RegExp');\n};\n","var isRegExp = require('../internals/is-regexp');\n\nmodule.exports = function (it) {\n if (isRegExp(it)) {\n throw TypeError(\"The method doesn't accept regular expressions\");\n } return it;\n};\n","var wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar MATCH = wellKnownSymbol('match');\n\nmodule.exports = function (METHOD_NAME) {\n var regexp = /./;\n try {\n '/./'[METHOD_NAME](regexp);\n } catch (e) {\n try {\n regexp[MATCH] = false;\n return '/./'[METHOD_NAME](regexp);\n } catch (f) { /* empty */ }\n } return false;\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar toLength = require('../internals/to-length');\nvar notARegExp = require('../internals/not-a-regexp');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar correctIsRegExpLogic = require('../internals/correct-is-regexp-logic');\nvar IS_PURE = require('../internals/is-pure');\n\nvar nativeEndsWith = ''.endsWith;\nvar min = Math.min;\n\nvar CORRECT_IS_REGEXP_LOGIC = correctIsRegExpLogic('endsWith');\n// https://github.com/zloirock/core-js/pull/702\nvar MDN_POLYFILL_BUG = !IS_PURE && !CORRECT_IS_REGEXP_LOGIC && !!function () {\n var descriptor = getOwnPropertyDescriptor(String.prototype, 'endsWith');\n return descriptor && !descriptor.writable;\n}();\n\n// `String.prototype.endsWith` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.endswith\n$({ target: 'String', proto: true, forced: !MDN_POLYFILL_BUG && !CORRECT_IS_REGEXP_LOGIC }, {\n endsWith: function endsWith(searchString /* , endPosition = @length */) {\n var that = String(requireObjectCoercible(this));\n notARegExp(searchString);\n var endPosition = arguments.length > 1 ? arguments[1] : undefined;\n var len = toLength(that.length);\n var end = endPosition === undefined ? len : min(toLength(endPosition), len);\n var search = String(searchString);\n return nativeEndsWith\n ? nativeEndsWith.call(that, search, end)\n : that.slice(end - search.length, end) === search;\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar notARegExp = require('../internals/not-a-regexp');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar correctIsRegExpLogic = require('../internals/correct-is-regexp-logic');\n\n// `String.prototype.includes` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.includes\n$({ target: 'String', proto: true, forced: !correctIsRegExpLogic('includes') }, {\n includes: function includes(searchString /* , position = 0 */) {\n return !!~String(requireObjectCoercible(this))\n .indexOf(notARegExp(searchString), arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","'use strict';\nvar anObject = require('../internals/an-object');\n\n// `RegExp.prototype.flags` getter implementation\n// https://tc39.github.io/ecma262/#sec-get-regexp.prototype.flags\nmodule.exports = function () {\n var that = anObject(this);\n var result = '';\n if (that.global) result += 'g';\n if (that.ignoreCase) result += 'i';\n if (that.multiline) result += 'm';\n if (that.dotAll) result += 's';\n if (that.unicode) result += 'u';\n if (that.sticky) result += 'y';\n return result;\n};\n","'use strict';\n\nvar fails = require('./fails');\n\n// babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError,\n// so we use an intermediate function.\nfunction RE(s, f) {\n return RegExp(s, f);\n}\n\nexports.UNSUPPORTED_Y = fails(function () {\n // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError\n var re = RE('a', 'y');\n re.lastIndex = 2;\n return re.exec('abcd') != null;\n});\n\nexports.BROKEN_CARET = fails(function () {\n // https://bugzilla.mozilla.org/show_bug.cgi?id=773687\n var re = RE('^r', 'gy');\n re.lastIndex = 2;\n return re.exec('str') != null;\n});\n","'use strict';\nvar regexpFlags = require('./regexp-flags');\nvar stickyHelpers = require('./regexp-sticky-helpers');\n\nvar nativeExec = RegExp.prototype.exec;\n// This always refers to the native implementation, because the\n// String#replace polyfill uses ./fix-regexp-well-known-symbol-logic.js,\n// which loads this file before patching the method.\nvar nativeReplace = String.prototype.replace;\n\nvar patchedExec = nativeExec;\n\nvar UPDATES_LAST_INDEX_WRONG = (function () {\n var re1 = /a/;\n var re2 = /b*/g;\n nativeExec.call(re1, 'a');\n nativeExec.call(re2, 'a');\n return re1.lastIndex !== 0 || re2.lastIndex !== 0;\n})();\n\nvar UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y || stickyHelpers.BROKEN_CARET;\n\n// nonparticipating capturing group, copied from es5-shim's String#split patch.\nvar NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;\n\nvar PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y;\n\nif (PATCH) {\n patchedExec = function exec(str) {\n var re = this;\n var lastIndex, reCopy, match, i;\n var sticky = UNSUPPORTED_Y && re.sticky;\n var flags = regexpFlags.call(re);\n var source = re.source;\n var charsAdded = 0;\n var strCopy = str;\n\n if (sticky) {\n flags = flags.replace('y', '');\n if (flags.indexOf('g') === -1) {\n flags += 'g';\n }\n\n strCopy = String(str).slice(re.lastIndex);\n // Support anchored sticky behavior.\n if (re.lastIndex > 0 && (!re.multiline || re.multiline && str[re.lastIndex - 1] !== '\\n')) {\n source = '(?: ' + source + ')';\n strCopy = ' ' + strCopy;\n charsAdded++;\n }\n // ^(? + rx + ) is needed, in combination with some str slicing, to\n // simulate the 'y' flag.\n reCopy = new RegExp('^(?:' + source + ')', flags);\n }\n\n if (NPCG_INCLUDED) {\n reCopy = new RegExp('^' + source + '$(?!\\\\s)', flags);\n }\n if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex;\n\n match = nativeExec.call(sticky ? reCopy : re, strCopy);\n\n if (sticky) {\n if (match) {\n match.input = match.input.slice(charsAdded);\n match[0] = match[0].slice(charsAdded);\n match.index = re.lastIndex;\n re.lastIndex += match[0].length;\n } else re.lastIndex = 0;\n } else if (UPDATES_LAST_INDEX_WRONG && match) {\n re.lastIndex = re.global ? match.index + match[0].length : lastIndex;\n }\n if (NPCG_INCLUDED && match && match.length > 1) {\n // Fix browsers whose `exec` methods don't consistently return `undefined`\n // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/\n nativeReplace.call(match[0], reCopy, function () {\n for (i = 1; i < arguments.length - 2; i++) {\n if (arguments[i] === undefined) match[i] = undefined;\n }\n });\n }\n\n return match;\n };\n}\n\nmodule.exports = patchedExec;\n","'use strict';\nvar $ = require('../internals/export');\nvar exec = require('../internals/regexp-exec');\n\n$({ target: 'RegExp', proto: true, forced: /./.exec !== exec }, {\n exec: exec\n});\n","'use strict';\n// TODO: Remove from `core-js@4` since it's moved to entry points\nrequire('../modules/es.regexp.exec');\nvar redefine = require('../internals/redefine');\nvar fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar regexpExec = require('../internals/regexp-exec');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nvar SPECIES = wellKnownSymbol('species');\n\nvar REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {\n // #replace needs built-in support for named groups.\n // #match works fine because it just return the exec results, even if it has\n // a \"grops\" property.\n var re = /./;\n re.exec = function () {\n var result = [];\n result.groups = { a: '7' };\n return result;\n };\n return ''.replace(re, '$') !== '7';\n});\n\n// IE <= 11 replaces $0 with the whole match, as if it was $&\n// https://stackoverflow.com/questions/6024666/getting-ie-to-replace-a-regex-with-the-literal-string-0\nvar REPLACE_KEEPS_$0 = (function () {\n return 'a'.replace(/./, '$0') === '$0';\n})();\n\nvar REPLACE = wellKnownSymbol('replace');\n// Safari <= 13.0.3(?) substitutes nth capture where n>m with an empty string\nvar REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = (function () {\n if (/./[REPLACE]) {\n return /./[REPLACE]('a', '$0') === '';\n }\n return false;\n})();\n\n// Chrome 51 has a buggy \"split\" implementation when RegExp#exec !== nativeExec\n// Weex JS has frozen built-in prototypes, so use try / catch wrapper\nvar SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails(function () {\n var re = /(?:)/;\n var originalExec = re.exec;\n re.exec = function () { return originalExec.apply(this, arguments); };\n var result = 'ab'.split(re);\n return result.length !== 2 || result[0] !== 'a' || result[1] !== 'b';\n});\n\nmodule.exports = function (KEY, length, exec, sham) {\n var SYMBOL = wellKnownSymbol(KEY);\n\n var DELEGATES_TO_SYMBOL = !fails(function () {\n // String methods call symbol-named RegEp methods\n var O = {};\n O[SYMBOL] = function () { return 7; };\n return ''[KEY](O) != 7;\n });\n\n var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails(function () {\n // Symbol-named RegExp methods call .exec\n var execCalled = false;\n var re = /a/;\n\n if (KEY === 'split') {\n // We can't use real regex here since it causes deoptimization\n // and serious performance degradation in V8\n // https://github.com/zloirock/core-js/issues/306\n re = {};\n // RegExp[@@split] doesn't call the regex's exec method, but first creates\n // a new one. We need to return the patched regex when creating the new one.\n re.constructor = {};\n re.constructor[SPECIES] = function () { return re; };\n re.flags = '';\n re[SYMBOL] = /./[SYMBOL];\n }\n\n re.exec = function () { execCalled = true; return null; };\n\n re[SYMBOL]('');\n return !execCalled;\n });\n\n if (\n !DELEGATES_TO_SYMBOL ||\n !DELEGATES_TO_EXEC ||\n (KEY === 'replace' && !(\n REPLACE_SUPPORTS_NAMED_GROUPS &&\n REPLACE_KEEPS_$0 &&\n !REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE\n )) ||\n (KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC)\n ) {\n var nativeRegExpMethod = /./[SYMBOL];\n var methods = exec(SYMBOL, ''[KEY], function (nativeMethod, regexp, str, arg2, forceStringMethod) {\n if (regexp.exec === regexpExec) {\n if (DELEGATES_TO_SYMBOL && !forceStringMethod) {\n // The native String method already delegates to @@method (this\n // polyfilled function), leasing to infinite recursion.\n // We avoid it by directly calling the native @@method method.\n return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) };\n }\n return { done: true, value: nativeMethod.call(str, regexp, arg2) };\n }\n return { done: false };\n }, {\n REPLACE_KEEPS_$0: REPLACE_KEEPS_$0,\n REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE: REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE\n });\n var stringMethod = methods[0];\n var regexMethod = methods[1];\n\n redefine(String.prototype, KEY, stringMethod);\n redefine(RegExp.prototype, SYMBOL, length == 2\n // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)\n // 21.2.5.11 RegExp.prototype[@@split](string, limit)\n ? function (string, arg) { return regexMethod.call(string, this, arg); }\n // 21.2.5.6 RegExp.prototype[@@match](string)\n // 21.2.5.9 RegExp.prototype[@@search](string)\n : function (string) { return regexMethod.call(string, this); }\n );\n }\n\n if (sham) createNonEnumerableProperty(RegExp.prototype[SYMBOL], 'sham', true);\n};\n","'use strict';\nvar charAt = require('../internals/string-multibyte').charAt;\n\n// `AdvanceStringIndex` abstract operation\n// https://tc39.github.io/ecma262/#sec-advancestringindex\nmodule.exports = function (S, index, unicode) {\n return index + (unicode ? charAt(S, index).length : 1);\n};\n","var classof = require('./classof-raw');\nvar regexpExec = require('./regexp-exec');\n\n// `RegExpExec` abstract operation\n// https://tc39.github.io/ecma262/#sec-regexpexec\nmodule.exports = function (R, S) {\n var exec = R.exec;\n if (typeof exec === 'function') {\n var result = exec.call(R, S);\n if (typeof result !== 'object') {\n throw TypeError('RegExp exec method returned something other than an Object or null');\n }\n return result;\n }\n\n if (classof(R) !== 'RegExp') {\n throw TypeError('RegExp#exec called on incompatible receiver');\n }\n\n return regexpExec.call(R, S);\n};\n\n","'use strict';\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar anObject = require('../internals/an-object');\nvar toLength = require('../internals/to-length');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar regExpExec = require('../internals/regexp-exec-abstract');\n\n// @@match logic\nfixRegExpWellKnownSymbolLogic('match', 1, function (MATCH, nativeMatch, maybeCallNative) {\n return [\n // `String.prototype.match` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.match\n function match(regexp) {\n var O = requireObjectCoercible(this);\n var matcher = regexp == undefined ? undefined : regexp[MATCH];\n return matcher !== undefined ? matcher.call(regexp, O) : new RegExp(regexp)[MATCH](String(O));\n },\n // `RegExp.prototype[@@match]` method\n // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@match\n function (regexp) {\n var res = maybeCallNative(nativeMatch, regexp, this);\n if (res.done) return res.value;\n\n var rx = anObject(regexp);\n var S = String(this);\n\n if (!rx.global) return regExpExec(rx, S);\n\n var fullUnicode = rx.unicode;\n rx.lastIndex = 0;\n var A = [];\n var n = 0;\n var result;\n while ((result = regExpExec(rx, S)) !== null) {\n var matchStr = String(result[0]);\n A[n] = matchStr;\n if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);\n n++;\n }\n return n === 0 ? null : A;\n }\n ];\n});\n","var anObject = require('../internals/an-object');\nvar aFunction = require('../internals/a-function');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar SPECIES = wellKnownSymbol('species');\n\n// `SpeciesConstructor` abstract operation\n// https://tc39.github.io/ecma262/#sec-speciesconstructor\nmodule.exports = function (O, defaultConstructor) {\n var C = anObject(O).constructor;\n var S;\n return C === undefined || (S = anObject(C)[SPECIES]) == undefined ? defaultConstructor : aFunction(S);\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar createIteratorConstructor = require('../internals/create-iterator-constructor');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar toLength = require('../internals/to-length');\nvar aFunction = require('../internals/a-function');\nvar anObject = require('../internals/an-object');\nvar classof = require('../internals/classof-raw');\nvar isRegExp = require('../internals/is-regexp');\nvar getRegExpFlags = require('../internals/regexp-flags');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar speciesConstructor = require('../internals/species-constructor');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar InternalStateModule = require('../internals/internal-state');\nvar IS_PURE = require('../internals/is-pure');\n\nvar MATCH_ALL = wellKnownSymbol('matchAll');\nvar REGEXP_STRING = 'RegExp String';\nvar REGEXP_STRING_ITERATOR = REGEXP_STRING + ' Iterator';\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(REGEXP_STRING_ITERATOR);\nvar RegExpPrototype = RegExp.prototype;\nvar regExpBuiltinExec = RegExpPrototype.exec;\nvar nativeMatchAll = ''.matchAll;\n\nvar WORKS_WITH_NON_GLOBAL_REGEX = !!nativeMatchAll && !fails(function () {\n 'a'.matchAll(/./);\n});\n\nvar regExpExec = function (R, S) {\n var exec = R.exec;\n var result;\n if (typeof exec == 'function') {\n result = exec.call(R, S);\n if (typeof result != 'object') throw TypeError('Incorrect exec result');\n return result;\n } return regExpBuiltinExec.call(R, S);\n};\n\n// eslint-disable-next-line max-len\nvar $RegExpStringIterator = createIteratorConstructor(function RegExpStringIterator(regexp, string, global, fullUnicode) {\n setInternalState(this, {\n type: REGEXP_STRING_ITERATOR,\n regexp: regexp,\n string: string,\n global: global,\n unicode: fullUnicode,\n done: false\n });\n}, REGEXP_STRING, function next() {\n var state = getInternalState(this);\n if (state.done) return { value: undefined, done: true };\n var R = state.regexp;\n var S = state.string;\n var match = regExpExec(R, S);\n if (match === null) return { value: undefined, done: state.done = true };\n if (state.global) {\n if (String(match[0]) == '') R.lastIndex = advanceStringIndex(S, toLength(R.lastIndex), state.unicode);\n return { value: match, done: false };\n }\n state.done = true;\n return { value: match, done: false };\n});\n\nvar $matchAll = function (string) {\n var R = anObject(this);\n var S = String(string);\n var C, flagsValue, flags, matcher, global, fullUnicode;\n C = speciesConstructor(R, RegExp);\n flagsValue = R.flags;\n if (flagsValue === undefined && R instanceof RegExp && !('flags' in RegExpPrototype)) {\n flagsValue = getRegExpFlags.call(R);\n }\n flags = flagsValue === undefined ? '' : String(flagsValue);\n matcher = new C(C === RegExp ? R.source : R, flags);\n global = !!~flags.indexOf('g');\n fullUnicode = !!~flags.indexOf('u');\n matcher.lastIndex = toLength(R.lastIndex);\n return new $RegExpStringIterator(matcher, S, global, fullUnicode);\n};\n\n// `String.prototype.matchAll` method\n// https://github.com/tc39/proposal-string-matchall\n$({ target: 'String', proto: true, forced: WORKS_WITH_NON_GLOBAL_REGEX }, {\n matchAll: function matchAll(regexp) {\n var O = requireObjectCoercible(this);\n var flags, S, matcher, rx;\n if (regexp != null) {\n if (isRegExp(regexp)) {\n flags = String(requireObjectCoercible('flags' in RegExpPrototype\n ? regexp.flags\n : getRegExpFlags.call(regexp)\n ));\n if (!~flags.indexOf('g')) throw TypeError('`.matchAll` does not allow non-global regexes');\n }\n if (WORKS_WITH_NON_GLOBAL_REGEX) return nativeMatchAll.apply(O, arguments);\n matcher = regexp[MATCH_ALL];\n if (matcher === undefined && IS_PURE && classof(regexp) == 'RegExp') matcher = $matchAll;\n if (matcher != null) return aFunction(matcher).call(regexp, O);\n } else if (WORKS_WITH_NON_GLOBAL_REGEX) return nativeMatchAll.apply(O, arguments);\n S = String(O);\n rx = new RegExp(regexp, 'g');\n return IS_PURE ? $matchAll.call(rx, S) : rx[MATCH_ALL](S);\n }\n});\n\nIS_PURE || MATCH_ALL in RegExpPrototype || createNonEnumerableProperty(RegExpPrototype, MATCH_ALL, $matchAll);\n","'use strict';\nvar toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\n// `String.prototype.repeat` method implementation\n// https://tc39.github.io/ecma262/#sec-string.prototype.repeat\nmodule.exports = ''.repeat || function repeat(count) {\n var str = String(requireObjectCoercible(this));\n var result = '';\n var n = toInteger(count);\n if (n < 0 || n == Infinity) throw RangeError('Wrong number of repetitions');\n for (;n > 0; (n >>>= 1) && (str += str)) if (n & 1) result += str;\n return result;\n};\n","// https://github.com/tc39/proposal-string-pad-start-end\nvar toLength = require('../internals/to-length');\nvar repeat = require('../internals/string-repeat');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nvar ceil = Math.ceil;\n\n// `String.prototype.{ padStart, padEnd }` methods implementation\nvar createMethod = function (IS_END) {\n return function ($this, maxLength, fillString) {\n var S = String(requireObjectCoercible($this));\n var stringLength = S.length;\n var fillStr = fillString === undefined ? ' ' : String(fillString);\n var intMaxLength = toLength(maxLength);\n var fillLen, stringFiller;\n if (intMaxLength <= stringLength || fillStr == '') return S;\n fillLen = intMaxLength - stringLength;\n stringFiller = repeat.call(fillStr, ceil(fillLen / fillStr.length));\n if (stringFiller.length > fillLen) stringFiller = stringFiller.slice(0, fillLen);\n return IS_END ? S + stringFiller : stringFiller + S;\n };\n};\n\nmodule.exports = {\n // `String.prototype.padStart` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.padstart\n start: createMethod(false),\n // `String.prototype.padEnd` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.padend\n end: createMethod(true)\n};\n","// https://github.com/zloirock/core-js/issues/280\nvar userAgent = require('../internals/engine-user-agent');\n\n// eslint-disable-next-line unicorn/no-unsafe-regex\nmodule.exports = /Version\\/10\\.\\d+(\\.\\d+)?( Mobile\\/\\w+)? Safari\\//.test(userAgent);\n","'use strict';\nvar $ = require('../internals/export');\nvar $padEnd = require('../internals/string-pad').end;\nvar WEBKIT_BUG = require('../internals/string-pad-webkit-bug');\n\n// `String.prototype.padEnd` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.padend\n$({ target: 'String', proto: true, forced: WEBKIT_BUG }, {\n padEnd: function padEnd(maxLength /* , fillString = ' ' */) {\n return $padEnd(this, maxLength, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar $padStart = require('../internals/string-pad').start;\nvar WEBKIT_BUG = require('../internals/string-pad-webkit-bug');\n\n// `String.prototype.padStart` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.padstart\n$({ target: 'String', proto: true, forced: WEBKIT_BUG }, {\n padStart: function padStart(maxLength /* , fillString = ' ' */) {\n return $padStart(this, maxLength, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n","var $ = require('../internals/export');\nvar repeat = require('../internals/string-repeat');\n\n// `String.prototype.repeat` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.repeat\n$({ target: 'String', proto: true }, {\n repeat: repeat\n});\n","'use strict';\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar anObject = require('../internals/an-object');\nvar toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar toInteger = require('../internals/to-integer');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar regExpExec = require('../internals/regexp-exec-abstract');\n\nvar max = Math.max;\nvar min = Math.min;\nvar floor = Math.floor;\nvar SUBSTITUTION_SYMBOLS = /\\$([$&'`]|\\d\\d?|<[^>]*>)/g;\nvar SUBSTITUTION_SYMBOLS_NO_NAMED = /\\$([$&'`]|\\d\\d?)/g;\n\nvar maybeToString = function (it) {\n return it === undefined ? it : String(it);\n};\n\n// @@replace logic\nfixRegExpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, maybeCallNative, reason) {\n var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = reason.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE;\n var REPLACE_KEEPS_$0 = reason.REPLACE_KEEPS_$0;\n var UNSAFE_SUBSTITUTE = REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE ? '$' : '$0';\n\n return [\n // `String.prototype.replace` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.replace\n function replace(searchValue, replaceValue) {\n var O = requireObjectCoercible(this);\n var replacer = searchValue == undefined ? undefined : searchValue[REPLACE];\n return replacer !== undefined\n ? replacer.call(searchValue, O, replaceValue)\n : nativeReplace.call(String(O), searchValue, replaceValue);\n },\n // `RegExp.prototype[@@replace]` method\n // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@replace\n function (regexp, replaceValue) {\n if (\n (!REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE && REPLACE_KEEPS_$0) ||\n (typeof replaceValue === 'string' && replaceValue.indexOf(UNSAFE_SUBSTITUTE) === -1)\n ) {\n var res = maybeCallNative(nativeReplace, regexp, this, replaceValue);\n if (res.done) return res.value;\n }\n\n var rx = anObject(regexp);\n var S = String(this);\n\n var functionalReplace = typeof replaceValue === 'function';\n if (!functionalReplace) replaceValue = String(replaceValue);\n\n var global = rx.global;\n if (global) {\n var fullUnicode = rx.unicode;\n rx.lastIndex = 0;\n }\n var results = [];\n while (true) {\n var result = regExpExec(rx, S);\n if (result === null) break;\n\n results.push(result);\n if (!global) break;\n\n var matchStr = String(result[0]);\n if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);\n }\n\n var accumulatedResult = '';\n var nextSourcePosition = 0;\n for (var i = 0; i < results.length; i++) {\n result = results[i];\n\n var matched = String(result[0]);\n var position = max(min(toInteger(result.index), S.length), 0);\n var captures = [];\n // NOTE: This is equivalent to\n // captures = result.slice(1).map(maybeToString)\n // but for some reason `nativeSlice.call(result, 1, result.length)` (called in\n // the slice polyfill when slicing native arrays) \"doesn't work\" in safari 9 and\n // causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it.\n for (var j = 1; j < result.length; j++) captures.push(maybeToString(result[j]));\n var namedCaptures = result.groups;\n if (functionalReplace) {\n var replacerArgs = [matched].concat(captures, position, S);\n if (namedCaptures !== undefined) replacerArgs.push(namedCaptures);\n var replacement = String(replaceValue.apply(undefined, replacerArgs));\n } else {\n replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);\n }\n if (position >= nextSourcePosition) {\n accumulatedResult += S.slice(nextSourcePosition, position) + replacement;\n nextSourcePosition = position + matched.length;\n }\n }\n return accumulatedResult + S.slice(nextSourcePosition);\n }\n ];\n\n // https://tc39.github.io/ecma262/#sec-getsubstitution\n function getSubstitution(matched, str, position, captures, namedCaptures, replacement) {\n var tailPos = position + matched.length;\n var m = captures.length;\n var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED;\n if (namedCaptures !== undefined) {\n namedCaptures = toObject(namedCaptures);\n symbols = SUBSTITUTION_SYMBOLS;\n }\n return nativeReplace.call(replacement, symbols, function (match, ch) {\n var capture;\n switch (ch.charAt(0)) {\n case '$': return '$';\n case '&': return matched;\n case '`': return str.slice(0, position);\n case \"'\": return str.slice(tailPos);\n case '<':\n capture = namedCaptures[ch.slice(1, -1)];\n break;\n default: // \\d\\d?\n var n = +ch;\n if (n === 0) return match;\n if (n > m) {\n var f = floor(n / 10);\n if (f === 0) return match;\n if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1);\n return match;\n }\n capture = captures[n - 1];\n }\n return capture === undefined ? '' : capture;\n });\n }\n});\n","'use strict';\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar anObject = require('../internals/an-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar sameValue = require('../internals/same-value');\nvar regExpExec = require('../internals/regexp-exec-abstract');\n\n// @@search logic\nfixRegExpWellKnownSymbolLogic('search', 1, function (SEARCH, nativeSearch, maybeCallNative) {\n return [\n // `String.prototype.search` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.search\n function search(regexp) {\n var O = requireObjectCoercible(this);\n var searcher = regexp == undefined ? undefined : regexp[SEARCH];\n return searcher !== undefined ? searcher.call(regexp, O) : new RegExp(regexp)[SEARCH](String(O));\n },\n // `RegExp.prototype[@@search]` method\n // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@search\n function (regexp) {\n var res = maybeCallNative(nativeSearch, regexp, this);\n if (res.done) return res.value;\n\n var rx = anObject(regexp);\n var S = String(this);\n\n var previousLastIndex = rx.lastIndex;\n if (!sameValue(previousLastIndex, 0)) rx.lastIndex = 0;\n var result = regExpExec(rx, S);\n if (!sameValue(rx.lastIndex, previousLastIndex)) rx.lastIndex = previousLastIndex;\n return result === null ? -1 : result.index;\n }\n ];\n});\n","'use strict';\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar isRegExp = require('../internals/is-regexp');\nvar anObject = require('../internals/an-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar speciesConstructor = require('../internals/species-constructor');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar toLength = require('../internals/to-length');\nvar callRegExpExec = require('../internals/regexp-exec-abstract');\nvar regexpExec = require('../internals/regexp-exec');\nvar fails = require('../internals/fails');\n\nvar arrayPush = [].push;\nvar min = Math.min;\nvar MAX_UINT32 = 0xFFFFFFFF;\n\n// babel-minify transpiles RegExp('x', 'y') -> /x/y and it causes SyntaxError\nvar SUPPORTS_Y = !fails(function () { return !RegExp(MAX_UINT32, 'y'); });\n\n// @@split logic\nfixRegExpWellKnownSymbolLogic('split', 2, function (SPLIT, nativeSplit, maybeCallNative) {\n var internalSplit;\n if (\n 'abbc'.split(/(b)*/)[1] == 'c' ||\n 'test'.split(/(?:)/, -1).length != 4 ||\n 'ab'.split(/(?:ab)*/).length != 2 ||\n '.'.split(/(.?)(.?)/).length != 4 ||\n '.'.split(/()()/).length > 1 ||\n ''.split(/.?/).length\n ) {\n // based on es5-shim implementation, need to rework it\n internalSplit = function (separator, limit) {\n var string = String(requireObjectCoercible(this));\n var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;\n if (lim === 0) return [];\n if (separator === undefined) return [string];\n // If `separator` is not a regex, use native split\n if (!isRegExp(separator)) {\n return nativeSplit.call(string, separator, lim);\n }\n var output = [];\n var flags = (separator.ignoreCase ? 'i' : '') +\n (separator.multiline ? 'm' : '') +\n (separator.unicode ? 'u' : '') +\n (separator.sticky ? 'y' : '');\n var lastLastIndex = 0;\n // Make `global` and avoid `lastIndex` issues by working with a copy\n var separatorCopy = new RegExp(separator.source, flags + 'g');\n var match, lastIndex, lastLength;\n while (match = regexpExec.call(separatorCopy, string)) {\n lastIndex = separatorCopy.lastIndex;\n if (lastIndex > lastLastIndex) {\n output.push(string.slice(lastLastIndex, match.index));\n if (match.length > 1 && match.index < string.length) arrayPush.apply(output, match.slice(1));\n lastLength = match[0].length;\n lastLastIndex = lastIndex;\n if (output.length >= lim) break;\n }\n if (separatorCopy.lastIndex === match.index) separatorCopy.lastIndex++; // Avoid an infinite loop\n }\n if (lastLastIndex === string.length) {\n if (lastLength || !separatorCopy.test('')) output.push('');\n } else output.push(string.slice(lastLastIndex));\n return output.length > lim ? output.slice(0, lim) : output;\n };\n // Chakra, V8\n } else if ('0'.split(undefined, 0).length) {\n internalSplit = function (separator, limit) {\n return separator === undefined && limit === 0 ? [] : nativeSplit.call(this, separator, limit);\n };\n } else internalSplit = nativeSplit;\n\n return [\n // `String.prototype.split` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.split\n function split(separator, limit) {\n var O = requireObjectCoercible(this);\n var splitter = separator == undefined ? undefined : separator[SPLIT];\n return splitter !== undefined\n ? splitter.call(separator, O, limit)\n : internalSplit.call(String(O), separator, limit);\n },\n // `RegExp.prototype[@@split]` method\n // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@split\n //\n // NOTE: This cannot be properly polyfilled in engines that don't support\n // the 'y' flag.\n function (regexp, limit) {\n var res = maybeCallNative(internalSplit, regexp, this, limit, internalSplit !== nativeSplit);\n if (res.done) return res.value;\n\n var rx = anObject(regexp);\n var S = String(this);\n var C = speciesConstructor(rx, RegExp);\n\n var unicodeMatching = rx.unicode;\n var flags = (rx.ignoreCase ? 'i' : '') +\n (rx.multiline ? 'm' : '') +\n (rx.unicode ? 'u' : '') +\n (SUPPORTS_Y ? 'y' : 'g');\n\n // ^(? + rx + ) is needed, in combination with some S slicing, to\n // simulate the 'y' flag.\n var splitter = new C(SUPPORTS_Y ? rx : '^(?:' + rx.source + ')', flags);\n var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;\n if (lim === 0) return [];\n if (S.length === 0) return callRegExpExec(splitter, S) === null ? [S] : [];\n var p = 0;\n var q = 0;\n var A = [];\n while (q < S.length) {\n splitter.lastIndex = SUPPORTS_Y ? q : 0;\n var z = callRegExpExec(splitter, SUPPORTS_Y ? S : S.slice(q));\n var e;\n if (\n z === null ||\n (e = min(toLength(splitter.lastIndex + (SUPPORTS_Y ? 0 : q)), S.length)) === p\n ) {\n q = advanceStringIndex(S, q, unicodeMatching);\n } else {\n A.push(S.slice(p, q));\n if (A.length === lim) return A;\n for (var i = 1; i <= z.length - 1; i++) {\n A.push(z[i]);\n if (A.length === lim) return A;\n }\n q = p = e;\n }\n }\n A.push(S.slice(p));\n return A;\n }\n ];\n}, !SUPPORTS_Y);\n","'use strict';\nvar $ = require('../internals/export');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar toLength = require('../internals/to-length');\nvar notARegExp = require('../internals/not-a-regexp');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar correctIsRegExpLogic = require('../internals/correct-is-regexp-logic');\nvar IS_PURE = require('../internals/is-pure');\n\nvar nativeStartsWith = ''.startsWith;\nvar min = Math.min;\n\nvar CORRECT_IS_REGEXP_LOGIC = correctIsRegExpLogic('startsWith');\n// https://github.com/zloirock/core-js/pull/702\nvar MDN_POLYFILL_BUG = !IS_PURE && !CORRECT_IS_REGEXP_LOGIC && !!function () {\n var descriptor = getOwnPropertyDescriptor(String.prototype, 'startsWith');\n return descriptor && !descriptor.writable;\n}();\n\n// `String.prototype.startsWith` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.startswith\n$({ target: 'String', proto: true, forced: !MDN_POLYFILL_BUG && !CORRECT_IS_REGEXP_LOGIC }, {\n startsWith: function startsWith(searchString /* , position = 0 */) {\n var that = String(requireObjectCoercible(this));\n notARegExp(searchString);\n var index = toLength(min(arguments.length > 1 ? arguments[1] : undefined, that.length));\n var search = String(searchString);\n return nativeStartsWith\n ? nativeStartsWith.call(that, search, index)\n : that.slice(index, index + search.length) === search;\n }\n});\n","// a string of all valid unicode whitespaces\n// eslint-disable-next-line max-len\nmodule.exports = '\\u0009\\u000A\\u000B\\u000C\\u000D\\u0020\\u00A0\\u1680\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200A\\u202F\\u205F\\u3000\\u2028\\u2029\\uFEFF';\n","var requireObjectCoercible = require('../internals/require-object-coercible');\nvar whitespaces = require('../internals/whitespaces');\n\nvar whitespace = '[' + whitespaces + ']';\nvar ltrim = RegExp('^' + whitespace + whitespace + '*');\nvar rtrim = RegExp(whitespace + whitespace + '*$');\n\n// `String.prototype.{ trim, trimStart, trimEnd, trimLeft, trimRight }` methods implementation\nvar createMethod = function (TYPE) {\n return function ($this) {\n var string = String(requireObjectCoercible($this));\n if (TYPE & 1) string = string.replace(ltrim, '');\n if (TYPE & 2) string = string.replace(rtrim, '');\n return string;\n };\n};\n\nmodule.exports = {\n // `String.prototype.{ trimLeft, trimStart }` methods\n // https://tc39.github.io/ecma262/#sec-string.prototype.trimstart\n start: createMethod(1),\n // `String.prototype.{ trimRight, trimEnd }` methods\n // https://tc39.github.io/ecma262/#sec-string.prototype.trimend\n end: createMethod(2),\n // `String.prototype.trim` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.trim\n trim: createMethod(3)\n};\n","var fails = require('../internals/fails');\nvar whitespaces = require('../internals/whitespaces');\n\nvar non = '\\u200B\\u0085\\u180E';\n\n// check that a method works with the correct list\n// of whitespaces and has a correct name\nmodule.exports = function (METHOD_NAME) {\n return fails(function () {\n return !!whitespaces[METHOD_NAME]() || non[METHOD_NAME]() != non || whitespaces[METHOD_NAME].name !== METHOD_NAME;\n });\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar $trim = require('../internals/string-trim').trim;\nvar forcedStringTrimMethod = require('../internals/string-trim-forced');\n\n// `String.prototype.trim` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.trim\n$({ target: 'String', proto: true, forced: forcedStringTrimMethod('trim') }, {\n trim: function trim() {\n return $trim(this);\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar $trimStart = require('../internals/string-trim').start;\nvar forcedStringTrimMethod = require('../internals/string-trim-forced');\n\nvar FORCED = forcedStringTrimMethod('trimStart');\n\nvar trimStart = FORCED ? function trimStart() {\n return $trimStart(this);\n} : ''.trimStart;\n\n// `String.prototype.{ trimStart, trimLeft }` methods\n// https://github.com/tc39/ecmascript-string-left-right-trim\n$({ target: 'String', proto: true, forced: FORCED }, {\n trimStart: trimStart,\n trimLeft: trimStart\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar $trimEnd = require('../internals/string-trim').end;\nvar forcedStringTrimMethod = require('../internals/string-trim-forced');\n\nvar FORCED = forcedStringTrimMethod('trimEnd');\n\nvar trimEnd = FORCED ? function trimEnd() {\n return $trimEnd(this);\n} : ''.trimEnd;\n\n// `String.prototype.{ trimEnd, trimRight }` methods\n// https://github.com/tc39/ecmascript-string-left-right-trim\n$({ target: 'String', proto: true, forced: FORCED }, {\n trimEnd: trimEnd,\n trimRight: trimEnd\n});\n","'use strict';\nvar charAt = require('../internals/string-multibyte').charAt;\nvar InternalStateModule = require('../internals/internal-state');\nvar defineIterator = require('../internals/define-iterator');\n\nvar STRING_ITERATOR = 'String Iterator';\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(STRING_ITERATOR);\n\n// `String.prototype[@@iterator]` method\n// https://tc39.github.io/ecma262/#sec-string.prototype-@@iterator\ndefineIterator(String, 'String', function (iterated) {\n setInternalState(this, {\n type: STRING_ITERATOR,\n string: String(iterated),\n index: 0\n });\n// `%StringIteratorPrototype%.next` method\n// https://tc39.github.io/ecma262/#sec-%stringiteratorprototype%.next\n}, function next() {\n var state = getInternalState(this);\n var string = state.string;\n var index = state.index;\n var point;\n if (index >= string.length) return { value: undefined, done: true };\n point = charAt(string, index);\n state.index += point.length;\n return { value: point, done: false };\n});\n","var requireObjectCoercible = require('../internals/require-object-coercible');\n\nvar quot = /\"/g;\n\n// B.2.3.2.1 CreateHTML(string, tag, attribute, value)\n// https://tc39.github.io/ecma262/#sec-createhtml\nmodule.exports = function (string, tag, attribute, value) {\n var S = String(requireObjectCoercible(string));\n var p1 = '<' + tag;\n if (attribute !== '') p1 += ' ' + attribute + '=\"' + String(value).replace(quot, '"') + '\"';\n return p1 + '>' + S + '';\n};\n","var fails = require('../internals/fails');\n\n// check the existence of a method, lowercase\n// of a tag and escaping quotes in arguments\nmodule.exports = function (METHOD_NAME) {\n return fails(function () {\n var test = ''[METHOD_NAME]('\"');\n return test !== test.toLowerCase() || test.split('\"').length > 3;\n });\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar createHTML = require('../internals/create-html');\nvar forcedStringHTMLMethod = require('../internals/string-html-forced');\n\n// `String.prototype.anchor` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.anchor\n$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('anchor') }, {\n anchor: function anchor(name) {\n return createHTML(this, 'a', 'name', name);\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar createHTML = require('../internals/create-html');\nvar forcedStringHTMLMethod = require('../internals/string-html-forced');\n\n// `String.prototype.big` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.big\n$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('big') }, {\n big: function big() {\n return createHTML(this, 'big', '', '');\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar createHTML = require('../internals/create-html');\nvar forcedStringHTMLMethod = require('../internals/string-html-forced');\n\n// `String.prototype.blink` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.blink\n$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('blink') }, {\n blink: function blink() {\n return createHTML(this, 'blink', '', '');\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar createHTML = require('../internals/create-html');\nvar forcedStringHTMLMethod = require('../internals/string-html-forced');\n\n// `String.prototype.bold` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.bold\n$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('bold') }, {\n bold: function bold() {\n return createHTML(this, 'b', '', '');\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar createHTML = require('../internals/create-html');\nvar forcedStringHTMLMethod = require('../internals/string-html-forced');\n\n// `String.prototype.fixed` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.fixed\n$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('fixed') }, {\n fixed: function fixed() {\n return createHTML(this, 'tt', '', '');\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar createHTML = require('../internals/create-html');\nvar forcedStringHTMLMethod = require('../internals/string-html-forced');\n\n// `String.prototype.fontcolor` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.fontcolor\n$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('fontcolor') }, {\n fontcolor: function fontcolor(color) {\n return createHTML(this, 'font', 'color', color);\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar createHTML = require('../internals/create-html');\nvar forcedStringHTMLMethod = require('../internals/string-html-forced');\n\n// `String.prototype.fontsize` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.fontsize\n$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('fontsize') }, {\n fontsize: function fontsize(size) {\n return createHTML(this, 'font', 'size', size);\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar createHTML = require('../internals/create-html');\nvar forcedStringHTMLMethod = require('../internals/string-html-forced');\n\n// `String.prototype.italics` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.italics\n$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('italics') }, {\n italics: function italics() {\n return createHTML(this, 'i', '', '');\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar createHTML = require('../internals/create-html');\nvar forcedStringHTMLMethod = require('../internals/string-html-forced');\n\n// `String.prototype.link` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.link\n$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('link') }, {\n link: function link(url) {\n return createHTML(this, 'a', 'href', url);\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar createHTML = require('../internals/create-html');\nvar forcedStringHTMLMethod = require('../internals/string-html-forced');\n\n// `String.prototype.small` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.small\n$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('small') }, {\n small: function small() {\n return createHTML(this, 'small', '', '');\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar createHTML = require('../internals/create-html');\nvar forcedStringHTMLMethod = require('../internals/string-html-forced');\n\n// `String.prototype.strike` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.strike\n$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('strike') }, {\n strike: function strike() {\n return createHTML(this, 'strike', '', '');\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar createHTML = require('../internals/create-html');\nvar forcedStringHTMLMethod = require('../internals/string-html-forced');\n\n// `String.prototype.sub` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.sub\n$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('sub') }, {\n sub: function sub() {\n return createHTML(this, 'sub', '', '');\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar createHTML = require('../internals/create-html');\nvar forcedStringHTMLMethod = require('../internals/string-html-forced');\n\n// `String.prototype.sup` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.sup\n$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('sup') }, {\n sup: function sup() {\n return createHTML(this, 'sup', '', '');\n }\n});\n","var isObject = require('../internals/is-object');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\n\n// makes subclassing work correct for wrapped built-ins\nmodule.exports = function ($this, dummy, Wrapper) {\n var NewTarget, NewTargetPrototype;\n if (\n // it can work only with native `setPrototypeOf`\n setPrototypeOf &&\n // we haven't completely correct pre-ES6 way for getting `new.target`, so use this\n typeof (NewTarget = dummy.constructor) == 'function' &&\n NewTarget !== Wrapper &&\n isObject(NewTargetPrototype = NewTarget.prototype) &&\n NewTargetPrototype !== Wrapper.prototype\n ) setPrototypeOf($this, NewTargetPrototype);\n return $this;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar global = require('../internals/global');\nvar isForced = require('../internals/is-forced');\nvar inheritIfRequired = require('../internals/inherit-if-required');\nvar defineProperty = require('../internals/object-define-property').f;\nvar getOwnPropertyNames = require('../internals/object-get-own-property-names').f;\nvar isRegExp = require('../internals/is-regexp');\nvar getFlags = require('../internals/regexp-flags');\nvar stickyHelpers = require('../internals/regexp-sticky-helpers');\nvar redefine = require('../internals/redefine');\nvar fails = require('../internals/fails');\nvar setInternalState = require('../internals/internal-state').set;\nvar setSpecies = require('../internals/set-species');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar MATCH = wellKnownSymbol('match');\nvar NativeRegExp = global.RegExp;\nvar RegExpPrototype = NativeRegExp.prototype;\nvar re1 = /a/g;\nvar re2 = /a/g;\n\n// \"new\" should create a new object, old webkit bug\nvar CORRECT_NEW = new NativeRegExp(re1) !== re1;\n\nvar UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y;\n\nvar FORCED = DESCRIPTORS && isForced('RegExp', (!CORRECT_NEW || UNSUPPORTED_Y || fails(function () {\n re2[MATCH] = false;\n // RegExp constructor can alter flags and IsRegExp works correct with @@match\n return NativeRegExp(re1) != re1 || NativeRegExp(re2) == re2 || NativeRegExp(re1, 'i') != '/a/i';\n})));\n\n// `RegExp` constructor\n// https://tc39.github.io/ecma262/#sec-regexp-constructor\nif (FORCED) {\n var RegExpWrapper = function RegExp(pattern, flags) {\n var thisIsRegExp = this instanceof RegExpWrapper;\n var patternIsRegExp = isRegExp(pattern);\n var flagsAreUndefined = flags === undefined;\n var sticky;\n\n if (!thisIsRegExp && patternIsRegExp && pattern.constructor === RegExpWrapper && flagsAreUndefined) {\n return pattern;\n }\n\n if (CORRECT_NEW) {\n if (patternIsRegExp && !flagsAreUndefined) pattern = pattern.source;\n } else if (pattern instanceof RegExpWrapper) {\n if (flagsAreUndefined) flags = getFlags.call(pattern);\n pattern = pattern.source;\n }\n\n if (UNSUPPORTED_Y) {\n sticky = !!flags && flags.indexOf('y') > -1;\n if (sticky) flags = flags.replace(/y/g, '');\n }\n\n var result = inheritIfRequired(\n CORRECT_NEW ? new NativeRegExp(pattern, flags) : NativeRegExp(pattern, flags),\n thisIsRegExp ? this : RegExpPrototype,\n RegExpWrapper\n );\n\n if (UNSUPPORTED_Y && sticky) setInternalState(result, { sticky: sticky });\n\n return result;\n };\n var proxy = function (key) {\n key in RegExpWrapper || defineProperty(RegExpWrapper, key, {\n configurable: true,\n get: function () { return NativeRegExp[key]; },\n set: function (it) { NativeRegExp[key] = it; }\n });\n };\n var keys = getOwnPropertyNames(NativeRegExp);\n var index = 0;\n while (keys.length > index) proxy(keys[index++]);\n RegExpPrototype.constructor = RegExpWrapper;\n RegExpWrapper.prototype = RegExpPrototype;\n redefine(global, 'RegExp', RegExpWrapper);\n}\n\n// https://tc39.github.io/ecma262/#sec-get-regexp-@@species\nsetSpecies('RegExp');\n","var DESCRIPTORS = require('../internals/descriptors');\nvar objectDefinePropertyModule = require('../internals/object-define-property');\nvar regExpFlags = require('../internals/regexp-flags');\nvar UNSUPPORTED_Y = require('../internals/regexp-sticky-helpers').UNSUPPORTED_Y;\n\n// `RegExp.prototype.flags` getter\n// https://tc39.github.io/ecma262/#sec-get-regexp.prototype.flags\nif (DESCRIPTORS && (/./g.flags != 'g' || UNSUPPORTED_Y)) {\n objectDefinePropertyModule.f(RegExp.prototype, 'flags', {\n configurable: true,\n get: regExpFlags\n });\n}\n","var DESCRIPTORS = require('../internals/descriptors');\nvar UNSUPPORTED_Y = require('../internals/regexp-sticky-helpers').UNSUPPORTED_Y;\nvar defineProperty = require('../internals/object-define-property').f;\nvar getInternalState = require('../internals/internal-state').get;\nvar RegExpPrototype = RegExp.prototype;\n\n// `RegExp.prototype.sticky` getter\nif (DESCRIPTORS && UNSUPPORTED_Y) {\n defineProperty(RegExp.prototype, 'sticky', {\n configurable: true,\n get: function () {\n if (this === RegExpPrototype) return undefined;\n // We can't use InternalStateModule.getterFor because\n // we don't add metadata for regexps created by a literal.\n if (this instanceof RegExp) {\n return !!getInternalState(this).sticky;\n }\n throw TypeError('Incompatible receiver, RegExp required');\n }\n });\n}\n","'use strict';\n// TODO: Remove from `core-js@4` since it's moved to entry points\nrequire('../modules/es.regexp.exec');\nvar $ = require('../internals/export');\nvar isObject = require('../internals/is-object');\n\nvar DELEGATES_TO_EXEC = function () {\n var execCalled = false;\n var re = /[ac]/;\n re.exec = function () {\n execCalled = true;\n return /./.exec.apply(this, arguments);\n };\n return re.test('abc') === true && execCalled;\n}();\n\nvar nativeTest = /./.test;\n\n$({ target: 'RegExp', proto: true, forced: !DELEGATES_TO_EXEC }, {\n test: function (str) {\n if (typeof this.exec !== 'function') {\n return nativeTest.call(this, str);\n }\n var result = this.exec(str);\n if (result !== null && !isObject(result)) {\n throw new Error('RegExp exec method returned something other than an Object or null');\n }\n return !!result;\n }\n});\n","'use strict';\nvar redefine = require('../internals/redefine');\nvar anObject = require('../internals/an-object');\nvar fails = require('../internals/fails');\nvar flags = require('../internals/regexp-flags');\n\nvar TO_STRING = 'toString';\nvar RegExpPrototype = RegExp.prototype;\nvar nativeToString = RegExpPrototype[TO_STRING];\n\nvar NOT_GENERIC = fails(function () { return nativeToString.call({ source: 'a', flags: 'b' }) != '/a/b'; });\n// FF44- RegExp#toString has a wrong name\nvar INCORRECT_NAME = nativeToString.name != TO_STRING;\n\n// `RegExp.prototype.toString` method\n// https://tc39.github.io/ecma262/#sec-regexp.prototype.tostring\nif (NOT_GENERIC || INCORRECT_NAME) {\n redefine(RegExp.prototype, TO_STRING, function toString() {\n var R = anObject(this);\n var p = String(R.source);\n var rf = R.flags;\n var f = String(rf === undefined && R instanceof RegExp && !('flags' in RegExpPrototype) ? flags.call(R) : rf);\n return '/' + p + '/' + f;\n }, { unsafe: true });\n}\n","var global = require('../internals/global');\nvar trim = require('../internals/string-trim').trim;\nvar whitespaces = require('../internals/whitespaces');\n\nvar $parseInt = global.parseInt;\nvar hex = /^[+-]?0[Xx]/;\nvar FORCED = $parseInt(whitespaces + '08') !== 8 || $parseInt(whitespaces + '0x16') !== 22;\n\n// `parseInt` method\n// https://tc39.github.io/ecma262/#sec-parseint-string-radix\nmodule.exports = FORCED ? function parseInt(string, radix) {\n var S = trim(String(string));\n return $parseInt(S, (radix >>> 0) || (hex.test(S) ? 16 : 10));\n} : $parseInt;\n","var $ = require('../internals/export');\nvar parseIntImplementation = require('../internals/number-parse-int');\n\n// `parseInt` method\n// https://tc39.github.io/ecma262/#sec-parseint-string-radix\n$({ global: true, forced: parseInt != parseIntImplementation }, {\n parseInt: parseIntImplementation\n});\n","var global = require('../internals/global');\nvar trim = require('../internals/string-trim').trim;\nvar whitespaces = require('../internals/whitespaces');\n\nvar $parseFloat = global.parseFloat;\nvar FORCED = 1 / $parseFloat(whitespaces + '-0') !== -Infinity;\n\n// `parseFloat` method\n// https://tc39.github.io/ecma262/#sec-parsefloat-string\nmodule.exports = FORCED ? function parseFloat(string) {\n var trimmedString = trim(String(string));\n var result = $parseFloat(trimmedString);\n return result === 0 && trimmedString.charAt(0) == '-' ? -0 : result;\n} : $parseFloat;\n","var $ = require('../internals/export');\nvar parseFloatImplementation = require('../internals/number-parse-float');\n\n// `parseFloat` method\n// https://tc39.github.io/ecma262/#sec-parsefloat-string\n$({ global: true, forced: parseFloat != parseFloatImplementation }, {\n parseFloat: parseFloatImplementation\n});\n","'use strict';\nvar DESCRIPTORS = require('../internals/descriptors');\nvar global = require('../internals/global');\nvar isForced = require('../internals/is-forced');\nvar redefine = require('../internals/redefine');\nvar has = require('../internals/has');\nvar classof = require('../internals/classof-raw');\nvar inheritIfRequired = require('../internals/inherit-if-required');\nvar toPrimitive = require('../internals/to-primitive');\nvar fails = require('../internals/fails');\nvar create = require('../internals/object-create');\nvar getOwnPropertyNames = require('../internals/object-get-own-property-names').f;\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar defineProperty = require('../internals/object-define-property').f;\nvar trim = require('../internals/string-trim').trim;\n\nvar NUMBER = 'Number';\nvar NativeNumber = global[NUMBER];\nvar NumberPrototype = NativeNumber.prototype;\n\n// Opera ~12 has broken Object#toString\nvar BROKEN_CLASSOF = classof(create(NumberPrototype)) == NUMBER;\n\n// `ToNumber` abstract operation\n// https://tc39.github.io/ecma262/#sec-tonumber\nvar toNumber = function (argument) {\n var it = toPrimitive(argument, false);\n var first, third, radix, maxCode, digits, length, index, code;\n if (typeof it == 'string' && it.length > 2) {\n it = trim(it);\n first = it.charCodeAt(0);\n if (first === 43 || first === 45) {\n third = it.charCodeAt(2);\n if (third === 88 || third === 120) return NaN; // Number('+0x1') should be NaN, old V8 fix\n } else if (first === 48) {\n switch (it.charCodeAt(1)) {\n case 66: case 98: radix = 2; maxCode = 49; break; // fast equal of /^0b[01]+$/i\n case 79: case 111: radix = 8; maxCode = 55; break; // fast equal of /^0o[0-7]+$/i\n default: return +it;\n }\n digits = it.slice(2);\n length = digits.length;\n for (index = 0; index < length; index++) {\n code = digits.charCodeAt(index);\n // parseInt parses a string to a first unavailable symbol\n // but ToNumber should return NaN if a string contains unavailable symbols\n if (code < 48 || code > maxCode) return NaN;\n } return parseInt(digits, radix);\n }\n } return +it;\n};\n\n// `Number` constructor\n// https://tc39.github.io/ecma262/#sec-number-constructor\nif (isForced(NUMBER, !NativeNumber(' 0o1') || !NativeNumber('0b1') || NativeNumber('+0x1'))) {\n var NumberWrapper = function Number(value) {\n var it = arguments.length < 1 ? 0 : value;\n var dummy = this;\n return dummy instanceof NumberWrapper\n // check on 1..constructor(foo) case\n && (BROKEN_CLASSOF ? fails(function () { NumberPrototype.valueOf.call(dummy); }) : classof(dummy) != NUMBER)\n ? inheritIfRequired(new NativeNumber(toNumber(it)), dummy, NumberWrapper) : toNumber(it);\n };\n for (var keys = DESCRIPTORS ? getOwnPropertyNames(NativeNumber) : (\n // ES3:\n 'MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,' +\n // ES2015 (in case, if modules with ES2015 Number statics required before):\n 'EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,' +\n 'MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger'\n ).split(','), j = 0, key; keys.length > j; j++) {\n if (has(NativeNumber, key = keys[j]) && !has(NumberWrapper, key)) {\n defineProperty(NumberWrapper, key, getOwnPropertyDescriptor(NativeNumber, key));\n }\n }\n NumberWrapper.prototype = NumberPrototype;\n NumberPrototype.constructor = NumberWrapper;\n redefine(global, NUMBER, NumberWrapper);\n}\n","var $ = require('../internals/export');\n\n// `Number.EPSILON` constant\n// https://tc39.github.io/ecma262/#sec-number.epsilon\n$({ target: 'Number', stat: true }, {\n EPSILON: Math.pow(2, -52)\n});\n","var global = require('../internals/global');\n\nvar globalIsFinite = global.isFinite;\n\n// `Number.isFinite` method\n// https://tc39.github.io/ecma262/#sec-number.isfinite\nmodule.exports = Number.isFinite || function isFinite(it) {\n return typeof it == 'number' && globalIsFinite(it);\n};\n","var $ = require('../internals/export');\nvar numberIsFinite = require('../internals/number-is-finite');\n\n// `Number.isFinite` method\n// https://tc39.github.io/ecma262/#sec-number.isfinite\n$({ target: 'Number', stat: true }, { isFinite: numberIsFinite });\n","var isObject = require('../internals/is-object');\n\nvar floor = Math.floor;\n\n// `Number.isInteger` method implementation\n// https://tc39.github.io/ecma262/#sec-number.isinteger\nmodule.exports = function isInteger(it) {\n return !isObject(it) && isFinite(it) && floor(it) === it;\n};\n","var $ = require('../internals/export');\nvar isInteger = require('../internals/is-integer');\n\n// `Number.isInteger` method\n// https://tc39.github.io/ecma262/#sec-number.isinteger\n$({ target: 'Number', stat: true }, {\n isInteger: isInteger\n});\n","var $ = require('../internals/export');\n\n// `Number.isNaN` method\n// https://tc39.github.io/ecma262/#sec-number.isnan\n$({ target: 'Number', stat: true }, {\n isNaN: function isNaN(number) {\n // eslint-disable-next-line no-self-compare\n return number != number;\n }\n});\n","var $ = require('../internals/export');\nvar isInteger = require('../internals/is-integer');\n\nvar abs = Math.abs;\n\n// `Number.isSafeInteger` method\n// https://tc39.github.io/ecma262/#sec-number.issafeinteger\n$({ target: 'Number', stat: true }, {\n isSafeInteger: function isSafeInteger(number) {\n return isInteger(number) && abs(number) <= 0x1FFFFFFFFFFFFF;\n }\n});\n","var $ = require('../internals/export');\n\n// `Number.MAX_SAFE_INTEGER` constant\n// https://tc39.github.io/ecma262/#sec-number.max_safe_integer\n$({ target: 'Number', stat: true }, {\n MAX_SAFE_INTEGER: 0x1FFFFFFFFFFFFF\n});\n","var $ = require('../internals/export');\n\n// `Number.MIN_SAFE_INTEGER` constant\n// https://tc39.github.io/ecma262/#sec-number.min_safe_integer\n$({ target: 'Number', stat: true }, {\n MIN_SAFE_INTEGER: -0x1FFFFFFFFFFFFF\n});\n","var $ = require('../internals/export');\nvar parseFloat = require('../internals/number-parse-float');\n\n// `Number.parseFloat` method\n// https://tc39.github.io/ecma262/#sec-number.parseFloat\n$({ target: 'Number', stat: true, forced: Number.parseFloat != parseFloat }, {\n parseFloat: parseFloat\n});\n","var $ = require('../internals/export');\nvar parseInt = require('../internals/number-parse-int');\n\n// `Number.parseInt` method\n// https://tc39.github.io/ecma262/#sec-number.parseint\n$({ target: 'Number', stat: true, forced: Number.parseInt != parseInt }, {\n parseInt: parseInt\n});\n","var classof = require('../internals/classof-raw');\n\n// `thisNumberValue` abstract operation\n// https://tc39.github.io/ecma262/#sec-thisnumbervalue\nmodule.exports = function (value) {\n if (typeof value != 'number' && classof(value) != 'Number') {\n throw TypeError('Incorrect invocation');\n }\n return +value;\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar toInteger = require('../internals/to-integer');\nvar thisNumberValue = require('../internals/this-number-value');\nvar repeat = require('../internals/string-repeat');\nvar fails = require('../internals/fails');\n\nvar nativeToFixed = 1.0.toFixed;\nvar floor = Math.floor;\n\nvar pow = function (x, n, acc) {\n return n === 0 ? acc : n % 2 === 1 ? pow(x, n - 1, acc * x) : pow(x * x, n / 2, acc);\n};\n\nvar log = function (x) {\n var n = 0;\n var x2 = x;\n while (x2 >= 4096) {\n n += 12;\n x2 /= 4096;\n }\n while (x2 >= 2) {\n n += 1;\n x2 /= 2;\n } return n;\n};\n\nvar FORCED = nativeToFixed && (\n 0.00008.toFixed(3) !== '0.000' ||\n 0.9.toFixed(0) !== '1' ||\n 1.255.toFixed(2) !== '1.25' ||\n 1000000000000000128.0.toFixed(0) !== '1000000000000000128'\n) || !fails(function () {\n // V8 ~ Android 4.3-\n nativeToFixed.call({});\n});\n\n// `Number.prototype.toFixed` method\n// https://tc39.github.io/ecma262/#sec-number.prototype.tofixed\n$({ target: 'Number', proto: true, forced: FORCED }, {\n // eslint-disable-next-line max-statements\n toFixed: function toFixed(fractionDigits) {\n var number = thisNumberValue(this);\n var fractDigits = toInteger(fractionDigits);\n var data = [0, 0, 0, 0, 0, 0];\n var sign = '';\n var result = '0';\n var e, z, j, k;\n\n var multiply = function (n, c) {\n var index = -1;\n var c2 = c;\n while (++index < 6) {\n c2 += n * data[index];\n data[index] = c2 % 1e7;\n c2 = floor(c2 / 1e7);\n }\n };\n\n var divide = function (n) {\n var index = 6;\n var c = 0;\n while (--index >= 0) {\n c += data[index];\n data[index] = floor(c / n);\n c = (c % n) * 1e7;\n }\n };\n\n var dataToString = function () {\n var index = 6;\n var s = '';\n while (--index >= 0) {\n if (s !== '' || index === 0 || data[index] !== 0) {\n var t = String(data[index]);\n s = s === '' ? t : s + repeat.call('0', 7 - t.length) + t;\n }\n } return s;\n };\n\n if (fractDigits < 0 || fractDigits > 20) throw RangeError('Incorrect fraction digits');\n // eslint-disable-next-line no-self-compare\n if (number != number) return 'NaN';\n if (number <= -1e21 || number >= 1e21) return String(number);\n if (number < 0) {\n sign = '-';\n number = -number;\n }\n if (number > 1e-21) {\n e = log(number * pow(2, 69, 1)) - 69;\n z = e < 0 ? number * pow(2, -e, 1) : number / pow(2, e, 1);\n z *= 0x10000000000000;\n e = 52 - e;\n if (e > 0) {\n multiply(0, z);\n j = fractDigits;\n while (j >= 7) {\n multiply(1e7, 0);\n j -= 7;\n }\n multiply(pow(10, j, 1), 0);\n j = e - 1;\n while (j >= 23) {\n divide(1 << 23);\n j -= 23;\n }\n divide(1 << j);\n multiply(1, 1);\n divide(2);\n result = dataToString();\n } else {\n multiply(0, z);\n multiply(1 << -e, 0);\n result = dataToString() + repeat.call('0', fractDigits);\n }\n }\n if (fractDigits > 0) {\n k = result.length;\n result = sign + (k <= fractDigits\n ? '0.' + repeat.call('0', fractDigits - k) + result\n : result.slice(0, k - fractDigits) + '.' + result.slice(k - fractDigits));\n } else {\n result = sign + result;\n } return result;\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar thisNumberValue = require('../internals/this-number-value');\n\nvar nativeToPrecision = 1.0.toPrecision;\n\nvar FORCED = fails(function () {\n // IE7-\n return nativeToPrecision.call(1, undefined) !== '1';\n}) || !fails(function () {\n // V8 ~ Android 4.3-\n nativeToPrecision.call({});\n});\n\n// `Number.prototype.toPrecision` method\n// https://tc39.github.io/ecma262/#sec-number.prototype.toprecision\n$({ target: 'Number', proto: true, forced: FORCED }, {\n toPrecision: function toPrecision(precision) {\n return precision === undefined\n ? nativeToPrecision.call(thisNumberValue(this))\n : nativeToPrecision.call(thisNumberValue(this), precision);\n }\n});\n","var log = Math.log;\n\n// `Math.log1p` method implementation\n// https://tc39.github.io/ecma262/#sec-math.log1p\nmodule.exports = Math.log1p || function log1p(x) {\n return (x = +x) > -1e-8 && x < 1e-8 ? x - x * x / 2 : log(1 + x);\n};\n","var $ = require('../internals/export');\nvar log1p = require('../internals/math-log1p');\n\nvar nativeAcosh = Math.acosh;\nvar log = Math.log;\nvar sqrt = Math.sqrt;\nvar LN2 = Math.LN2;\n\nvar FORCED = !nativeAcosh\n // V8 bug: https://code.google.com/p/v8/issues/detail?id=3509\n || Math.floor(nativeAcosh(Number.MAX_VALUE)) != 710\n // Tor Browser bug: Math.acosh(Infinity) -> NaN\n || nativeAcosh(Infinity) != Infinity;\n\n// `Math.acosh` method\n// https://tc39.github.io/ecma262/#sec-math.acosh\n$({ target: 'Math', stat: true, forced: FORCED }, {\n acosh: function acosh(x) {\n return (x = +x) < 1 ? NaN : x > 94906265.62425156\n ? log(x) + LN2\n : log1p(x - 1 + sqrt(x - 1) * sqrt(x + 1));\n }\n});\n","var $ = require('../internals/export');\n\nvar nativeAsinh = Math.asinh;\nvar log = Math.log;\nvar sqrt = Math.sqrt;\n\nfunction asinh(x) {\n return !isFinite(x = +x) || x == 0 ? x : x < 0 ? -asinh(-x) : log(x + sqrt(x * x + 1));\n}\n\n// `Math.asinh` method\n// https://tc39.github.io/ecma262/#sec-math.asinh\n// Tor Browser bug: Math.asinh(0) -> -0\n$({ target: 'Math', stat: true, forced: !(nativeAsinh && 1 / nativeAsinh(0) > 0) }, {\n asinh: asinh\n});\n","var $ = require('../internals/export');\n\nvar nativeAtanh = Math.atanh;\nvar log = Math.log;\n\n// `Math.atanh` method\n// https://tc39.github.io/ecma262/#sec-math.atanh\n// Tor Browser bug: Math.atanh(-0) -> 0\n$({ target: 'Math', stat: true, forced: !(nativeAtanh && 1 / nativeAtanh(-0) < 0) }, {\n atanh: function atanh(x) {\n return (x = +x) == 0 ? x : log((1 + x) / (1 - x)) / 2;\n }\n});\n","// `Math.sign` method implementation\n// https://tc39.github.io/ecma262/#sec-math.sign\nmodule.exports = Math.sign || function sign(x) {\n // eslint-disable-next-line no-self-compare\n return (x = +x) == 0 || x != x ? x : x < 0 ? -1 : 1;\n};\n","var $ = require('../internals/export');\nvar sign = require('../internals/math-sign');\n\nvar abs = Math.abs;\nvar pow = Math.pow;\n\n// `Math.cbrt` method\n// https://tc39.github.io/ecma262/#sec-math.cbrt\n$({ target: 'Math', stat: true }, {\n cbrt: function cbrt(x) {\n return sign(x = +x) * pow(abs(x), 1 / 3);\n }\n});\n","var $ = require('../internals/export');\n\nvar floor = Math.floor;\nvar log = Math.log;\nvar LOG2E = Math.LOG2E;\n\n// `Math.clz32` method\n// https://tc39.github.io/ecma262/#sec-math.clz32\n$({ target: 'Math', stat: true }, {\n clz32: function clz32(x) {\n return (x >>>= 0) ? 31 - floor(log(x + 0.5) * LOG2E) : 32;\n }\n});\n","var nativeExpm1 = Math.expm1;\nvar exp = Math.exp;\n\n// `Math.expm1` method implementation\n// https://tc39.github.io/ecma262/#sec-math.expm1\nmodule.exports = (!nativeExpm1\n // Old FF bug\n || nativeExpm1(10) > 22025.465794806719 || nativeExpm1(10) < 22025.4657948067165168\n // Tor Browser bug\n || nativeExpm1(-2e-17) != -2e-17\n) ? function expm1(x) {\n return (x = +x) == 0 ? x : x > -1e-6 && x < 1e-6 ? x + x * x / 2 : exp(x) - 1;\n} : nativeExpm1;\n","var $ = require('../internals/export');\nvar expm1 = require('../internals/math-expm1');\n\nvar nativeCosh = Math.cosh;\nvar abs = Math.abs;\nvar E = Math.E;\n\n// `Math.cosh` method\n// https://tc39.github.io/ecma262/#sec-math.cosh\n$({ target: 'Math', stat: true, forced: !nativeCosh || nativeCosh(710) === Infinity }, {\n cosh: function cosh(x) {\n var t = expm1(abs(x) - 1) + 1;\n return (t + 1 / (t * E * E)) * (E / 2);\n }\n});\n","var $ = require('../internals/export');\nvar expm1 = require('../internals/math-expm1');\n\n// `Math.expm1` method\n// https://tc39.github.io/ecma262/#sec-math.expm1\n$({ target: 'Math', stat: true, forced: expm1 != Math.expm1 }, { expm1: expm1 });\n","var sign = require('../internals/math-sign');\n\nvar abs = Math.abs;\nvar pow = Math.pow;\nvar EPSILON = pow(2, -52);\nvar EPSILON32 = pow(2, -23);\nvar MAX32 = pow(2, 127) * (2 - EPSILON32);\nvar MIN32 = pow(2, -126);\n\nvar roundTiesToEven = function (n) {\n return n + 1 / EPSILON - 1 / EPSILON;\n};\n\n// `Math.fround` method implementation\n// https://tc39.github.io/ecma262/#sec-math.fround\nmodule.exports = Math.fround || function fround(x) {\n var $abs = abs(x);\n var $sign = sign(x);\n var a, result;\n if ($abs < MIN32) return $sign * roundTiesToEven($abs / MIN32 / EPSILON32) * MIN32 * EPSILON32;\n a = (1 + EPSILON32 / EPSILON) * $abs;\n result = a - (a - $abs);\n // eslint-disable-next-line no-self-compare\n if (result > MAX32 || result != result) return $sign * Infinity;\n return $sign * result;\n};\n","var $ = require('../internals/export');\nvar fround = require('../internals/math-fround');\n\n// `Math.fround` method\n// https://tc39.github.io/ecma262/#sec-math.fround\n$({ target: 'Math', stat: true }, { fround: fround });\n","var $ = require('../internals/export');\n\nvar $hypot = Math.hypot;\nvar abs = Math.abs;\nvar sqrt = Math.sqrt;\n\n// Chrome 77 bug\n// https://bugs.chromium.org/p/v8/issues/detail?id=9546\nvar BUGGY = !!$hypot && $hypot(Infinity, NaN) !== Infinity;\n\n// `Math.hypot` method\n// https://tc39.github.io/ecma262/#sec-math.hypot\n$({ target: 'Math', stat: true, forced: BUGGY }, {\n hypot: function hypot(value1, value2) { // eslint-disable-line no-unused-vars\n var sum = 0;\n var i = 0;\n var aLen = arguments.length;\n var larg = 0;\n var arg, div;\n while (i < aLen) {\n arg = abs(arguments[i++]);\n if (larg < arg) {\n div = larg / arg;\n sum = sum * div * div + 1;\n larg = arg;\n } else if (arg > 0) {\n div = arg / larg;\n sum += div * div;\n } else sum += arg;\n }\n return larg === Infinity ? Infinity : larg * sqrt(sum);\n }\n});\n","var $ = require('../internals/export');\nvar fails = require('../internals/fails');\n\nvar nativeImul = Math.imul;\n\nvar FORCED = fails(function () {\n return nativeImul(0xFFFFFFFF, 5) != -5 || nativeImul.length != 2;\n});\n\n// `Math.imul` method\n// https://tc39.github.io/ecma262/#sec-math.imul\n// some WebKit versions fails with big numbers, some has wrong arity\n$({ target: 'Math', stat: true, forced: FORCED }, {\n imul: function imul(x, y) {\n var UINT16 = 0xFFFF;\n var xn = +x;\n var yn = +y;\n var xl = UINT16 & xn;\n var yl = UINT16 & yn;\n return 0 | xl * yl + ((UINT16 & xn >>> 16) * yl + xl * (UINT16 & yn >>> 16) << 16 >>> 0);\n }\n});\n","var $ = require('../internals/export');\n\nvar log = Math.log;\nvar LOG10E = Math.LOG10E;\n\n// `Math.log10` method\n// https://tc39.github.io/ecma262/#sec-math.log10\n$({ target: 'Math', stat: true }, {\n log10: function log10(x) {\n return log(x) * LOG10E;\n }\n});\n","var $ = require('../internals/export');\nvar log1p = require('../internals/math-log1p');\n\n// `Math.log1p` method\n// https://tc39.github.io/ecma262/#sec-math.log1p\n$({ target: 'Math', stat: true }, { log1p: log1p });\n","var $ = require('../internals/export');\n\nvar log = Math.log;\nvar LN2 = Math.LN2;\n\n// `Math.log2` method\n// https://tc39.github.io/ecma262/#sec-math.log2\n$({ target: 'Math', stat: true }, {\n log2: function log2(x) {\n return log(x) / LN2;\n }\n});\n","var $ = require('../internals/export');\nvar sign = require('../internals/math-sign');\n\n// `Math.sign` method\n// https://tc39.github.io/ecma262/#sec-math.sign\n$({ target: 'Math', stat: true }, {\n sign: sign\n});\n","var $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar expm1 = require('../internals/math-expm1');\n\nvar abs = Math.abs;\nvar exp = Math.exp;\nvar E = Math.E;\n\nvar FORCED = fails(function () {\n return Math.sinh(-2e-17) != -2e-17;\n});\n\n// `Math.sinh` method\n// https://tc39.github.io/ecma262/#sec-math.sinh\n// V8 near Chromium 38 has a problem with very small numbers\n$({ target: 'Math', stat: true, forced: FORCED }, {\n sinh: function sinh(x) {\n return abs(x = +x) < 1 ? (expm1(x) - expm1(-x)) / 2 : (exp(x - 1) - exp(-x - 1)) * (E / 2);\n }\n});\n","var $ = require('../internals/export');\nvar expm1 = require('../internals/math-expm1');\n\nvar exp = Math.exp;\n\n// `Math.tanh` method\n// https://tc39.github.io/ecma262/#sec-math.tanh\n$({ target: 'Math', stat: true }, {\n tanh: function tanh(x) {\n var a = expm1(x = +x);\n var b = expm1(-x);\n return a == Infinity ? 1 : b == Infinity ? -1 : (a - b) / (exp(x) + exp(-x));\n }\n});\n","var setToStringTag = require('../internals/set-to-string-tag');\n\n// Math[@@toStringTag] property\n// https://tc39.github.io/ecma262/#sec-math-@@tostringtag\nsetToStringTag(Math, 'Math', true);\n","var $ = require('../internals/export');\n\nvar ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `Math.trunc` method\n// https://tc39.github.io/ecma262/#sec-math.trunc\n$({ target: 'Math', stat: true }, {\n trunc: function trunc(it) {\n return (it > 0 ? floor : ceil)(it);\n }\n});\n","var $ = require('../internals/export');\n\n// `Date.now` method\n// https://tc39.github.io/ecma262/#sec-date.now\n$({ target: 'Date', stat: true }, {\n now: function now() {\n return new Date().getTime();\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar toObject = require('../internals/to-object');\nvar toPrimitive = require('../internals/to-primitive');\n\nvar FORCED = fails(function () {\n return new Date(NaN).toJSON() !== null\n || Date.prototype.toJSON.call({ toISOString: function () { return 1; } }) !== 1;\n});\n\n// `Date.prototype.toJSON` method\n// https://tc39.github.io/ecma262/#sec-date.prototype.tojson\n$({ target: 'Date', proto: true, forced: FORCED }, {\n // eslint-disable-next-line no-unused-vars\n toJSON: function toJSON(key) {\n var O = toObject(this);\n var pv = toPrimitive(O);\n return typeof pv == 'number' && !isFinite(pv) ? null : O.toISOString();\n }\n});\n","'use strict';\nvar fails = require('../internals/fails');\nvar padStart = require('../internals/string-pad').start;\n\nvar abs = Math.abs;\nvar DatePrototype = Date.prototype;\nvar getTime = DatePrototype.getTime;\nvar nativeDateToISOString = DatePrototype.toISOString;\n\n// `Date.prototype.toISOString` method implementation\n// https://tc39.github.io/ecma262/#sec-date.prototype.toisostring\n// PhantomJS / old WebKit fails here:\nmodule.exports = (fails(function () {\n return nativeDateToISOString.call(new Date(-5e13 - 1)) != '0385-07-25T07:06:39.999Z';\n}) || !fails(function () {\n nativeDateToISOString.call(new Date(NaN));\n})) ? function toISOString() {\n if (!isFinite(getTime.call(this))) throw RangeError('Invalid time value');\n var date = this;\n var year = date.getUTCFullYear();\n var milliseconds = date.getUTCMilliseconds();\n var sign = year < 0 ? '-' : year > 9999 ? '+' : '';\n return sign + padStart(abs(year), sign ? 6 : 4, 0) +\n '-' + padStart(date.getUTCMonth() + 1, 2, 0) +\n '-' + padStart(date.getUTCDate(), 2, 0) +\n 'T' + padStart(date.getUTCHours(), 2, 0) +\n ':' + padStart(date.getUTCMinutes(), 2, 0) +\n ':' + padStart(date.getUTCSeconds(), 2, 0) +\n '.' + padStart(milliseconds, 3, 0) +\n 'Z';\n} : nativeDateToISOString;\n","var $ = require('../internals/export');\nvar toISOString = require('../internals/date-to-iso-string');\n\n// `Date.prototype.toISOString` method\n// https://tc39.github.io/ecma262/#sec-date.prototype.toisostring\n// PhantomJS / old WebKit has a broken implementations\n$({ target: 'Date', proto: true, forced: Date.prototype.toISOString !== toISOString }, {\n toISOString: toISOString\n});\n","var redefine = require('../internals/redefine');\n\nvar DatePrototype = Date.prototype;\nvar INVALID_DATE = 'Invalid Date';\nvar TO_STRING = 'toString';\nvar nativeDateToString = DatePrototype[TO_STRING];\nvar getTime = DatePrototype.getTime;\n\n// `Date.prototype.toString` method\n// https://tc39.github.io/ecma262/#sec-date.prototype.tostring\nif (new Date(NaN) + '' != INVALID_DATE) {\n redefine(DatePrototype, TO_STRING, function toString() {\n var value = getTime.call(this);\n // eslint-disable-next-line no-self-compare\n return value === value ? nativeDateToString.call(this) : INVALID_DATE;\n });\n}\n","'use strict';\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\n\nmodule.exports = function (hint) {\n if (hint !== 'string' && hint !== 'number' && hint !== 'default') {\n throw TypeError('Incorrect hint');\n } return toPrimitive(anObject(this), hint !== 'number');\n};\n","var createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar dateToPrimitive = require('../internals/date-to-primitive');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_PRIMITIVE = wellKnownSymbol('toPrimitive');\nvar DatePrototype = Date.prototype;\n\n// `Date.prototype[@@toPrimitive]` method\n// https://tc39.github.io/ecma262/#sec-date.prototype-@@toprimitive\nif (!(TO_PRIMITIVE in DatePrototype)) {\n createNonEnumerableProperty(DatePrototype, TO_PRIMITIVE, dateToPrimitive);\n}\n","var $ = require('../internals/export');\nvar getBuiltIn = require('../internals/get-built-in');\nvar fails = require('../internals/fails');\n\nvar $stringify = getBuiltIn('JSON', 'stringify');\nvar re = /[\\uD800-\\uDFFF]/g;\nvar low = /^[\\uD800-\\uDBFF]$/;\nvar hi = /^[\\uDC00-\\uDFFF]$/;\n\nvar fix = function (match, offset, string) {\n var prev = string.charAt(offset - 1);\n var next = string.charAt(offset + 1);\n if ((low.test(match) && !hi.test(next)) || (hi.test(match) && !low.test(prev))) {\n return '\\\\u' + match.charCodeAt(0).toString(16);\n } return match;\n};\n\nvar FORCED = fails(function () {\n return $stringify('\\uDF06\\uD834') !== '\"\\\\udf06\\\\ud834\"'\n || $stringify('\\uDEAD') !== '\"\\\\udead\"';\n});\n\nif ($stringify) {\n // https://github.com/tc39/proposal-well-formed-stringify\n $({ target: 'JSON', stat: true, forced: FORCED }, {\n // eslint-disable-next-line no-unused-vars\n stringify: function stringify(it, replacer, space) {\n var result = $stringify.apply(null, arguments);\n return typeof result == 'string' ? result.replace(re, fix) : result;\n }\n });\n}\n","var global = require('../internals/global');\nvar setToStringTag = require('../internals/set-to-string-tag');\n\n// JSON[@@toStringTag] property\n// https://tc39.github.io/ecma262/#sec-json-@@tostringtag\nsetToStringTag(global.JSON, 'JSON', true);\n","var global = require('../internals/global');\n\nmodule.exports = global.Promise;\n","var redefine = require('../internals/redefine');\n\nmodule.exports = function (target, src, options) {\n for (var key in src) redefine(target, key, src[key], options);\n return target;\n};\n","module.exports = function (it, Constructor, name) {\n if (!(it instanceof Constructor)) {\n throw TypeError('Incorrect ' + (name ? name + ' ' : '') + 'invocation');\n } return it;\n};\n","var userAgent = require('../internals/engine-user-agent');\n\nmodule.exports = /(iphone|ipod|ipad).*applewebkit/i.test(userAgent);\n","var global = require('../internals/global');\nvar fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\nvar bind = require('../internals/function-bind-context');\nvar html = require('../internals/html');\nvar createElement = require('../internals/document-create-element');\nvar IS_IOS = require('../internals/engine-is-ios');\n\nvar location = global.location;\nvar set = global.setImmediate;\nvar clear = global.clearImmediate;\nvar process = global.process;\nvar MessageChannel = global.MessageChannel;\nvar Dispatch = global.Dispatch;\nvar counter = 0;\nvar queue = {};\nvar ONREADYSTATECHANGE = 'onreadystatechange';\nvar defer, channel, port;\n\nvar run = function (id) {\n // eslint-disable-next-line no-prototype-builtins\n if (queue.hasOwnProperty(id)) {\n var fn = queue[id];\n delete queue[id];\n fn();\n }\n};\n\nvar runner = function (id) {\n return function () {\n run(id);\n };\n};\n\nvar listener = function (event) {\n run(event.data);\n};\n\nvar post = function (id) {\n // old engines have not location.origin\n global.postMessage(id + '', location.protocol + '//' + location.host);\n};\n\n// Node.js 0.9+ & IE10+ has setImmediate, otherwise:\nif (!set || !clear) {\n set = function setImmediate(fn) {\n var args = [];\n var i = 1;\n while (arguments.length > i) args.push(arguments[i++]);\n queue[++counter] = function () {\n // eslint-disable-next-line no-new-func\n (typeof fn == 'function' ? fn : Function(fn)).apply(undefined, args);\n };\n defer(counter);\n return counter;\n };\n clear = function clearImmediate(id) {\n delete queue[id];\n };\n // Node.js 0.8-\n if (classof(process) == 'process') {\n defer = function (id) {\n process.nextTick(runner(id));\n };\n // Sphere (JS game engine) Dispatch API\n } else if (Dispatch && Dispatch.now) {\n defer = function (id) {\n Dispatch.now(runner(id));\n };\n // Browsers with MessageChannel, includes WebWorkers\n // except iOS - https://github.com/zloirock/core-js/issues/624\n } else if (MessageChannel && !IS_IOS) {\n channel = new MessageChannel();\n port = channel.port2;\n channel.port1.onmessage = listener;\n defer = bind(port.postMessage, port, 1);\n // Browsers with postMessage, skip WebWorkers\n // IE8 has postMessage, but it's sync & typeof its postMessage is 'object'\n } else if (\n global.addEventListener &&\n typeof postMessage == 'function' &&\n !global.importScripts &&\n !fails(post) &&\n location.protocol !== 'file:'\n ) {\n defer = post;\n global.addEventListener('message', listener, false);\n // IE8-\n } else if (ONREADYSTATECHANGE in createElement('script')) {\n defer = function (id) {\n html.appendChild(createElement('script'))[ONREADYSTATECHANGE] = function () {\n html.removeChild(this);\n run(id);\n };\n };\n // Rest old browsers\n } else {\n defer = function (id) {\n setTimeout(runner(id), 0);\n };\n }\n}\n\nmodule.exports = {\n set: set,\n clear: clear\n};\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar classof = require('../internals/classof-raw');\nvar macrotask = require('../internals/task').set;\nvar IS_IOS = require('../internals/engine-is-ios');\n\nvar MutationObserver = global.MutationObserver || global.WebKitMutationObserver;\nvar process = global.process;\nvar Promise = global.Promise;\nvar IS_NODE = classof(process) == 'process';\n// Node.js 11 shows ExperimentalWarning on getting `queueMicrotask`\nvar queueMicrotaskDescriptor = getOwnPropertyDescriptor(global, 'queueMicrotask');\nvar queueMicrotask = queueMicrotaskDescriptor && queueMicrotaskDescriptor.value;\n\nvar flush, head, last, notify, toggle, node, promise, then;\n\n// modern engines have queueMicrotask method\nif (!queueMicrotask) {\n flush = function () {\n var parent, fn;\n if (IS_NODE && (parent = process.domain)) parent.exit();\n while (head) {\n fn = head.fn;\n head = head.next;\n try {\n fn();\n } catch (error) {\n if (head) notify();\n else last = undefined;\n throw error;\n }\n } last = undefined;\n if (parent) parent.enter();\n };\n\n // Node.js\n if (IS_NODE) {\n notify = function () {\n process.nextTick(flush);\n };\n // browsers with MutationObserver, except iOS - https://github.com/zloirock/core-js/issues/339\n } else if (MutationObserver && !IS_IOS) {\n toggle = true;\n node = document.createTextNode('');\n new MutationObserver(flush).observe(node, { characterData: true });\n notify = function () {\n node.data = toggle = !toggle;\n };\n // environments with maybe non-completely correct, but existent Promise\n } else if (Promise && Promise.resolve) {\n // Promise.resolve without an argument throws an error in LG WebOS 2\n promise = Promise.resolve(undefined);\n then = promise.then;\n notify = function () {\n then.call(promise, flush);\n };\n // for other environments - macrotask based on:\n // - setImmediate\n // - MessageChannel\n // - window.postMessag\n // - onreadystatechange\n // - setTimeout\n } else {\n notify = function () {\n // strange IE + webpack dev server bug - use .call(global)\n macrotask.call(global, flush);\n };\n }\n}\n\nmodule.exports = queueMicrotask || function (fn) {\n var task = { fn: fn, next: undefined };\n if (last) last.next = task;\n if (!head) {\n head = task;\n notify();\n } last = task;\n};\n","'use strict';\nvar aFunction = require('../internals/a-function');\n\nvar PromiseCapability = function (C) {\n var resolve, reject;\n this.promise = new C(function ($$resolve, $$reject) {\n if (resolve !== undefined || reject !== undefined) throw TypeError('Bad Promise constructor');\n resolve = $$resolve;\n reject = $$reject;\n });\n this.resolve = aFunction(resolve);\n this.reject = aFunction(reject);\n};\n\n// 25.4.1.5 NewPromiseCapability(C)\nmodule.exports.f = function (C) {\n return new PromiseCapability(C);\n};\n","var anObject = require('../internals/an-object');\nvar isObject = require('../internals/is-object');\nvar newPromiseCapability = require('../internals/new-promise-capability');\n\nmodule.exports = function (C, x) {\n anObject(C);\n if (isObject(x) && x.constructor === C) return x;\n var promiseCapability = newPromiseCapability.f(C);\n var resolve = promiseCapability.resolve;\n resolve(x);\n return promiseCapability.promise;\n};\n","var global = require('../internals/global');\n\nmodule.exports = function (a, b) {\n var console = global.console;\n if (console && console.error) {\n arguments.length === 1 ? console.error(a) : console.error(a, b);\n }\n};\n","module.exports = function (exec) {\n try {\n return { error: false, value: exec() };\n } catch (error) {\n return { error: true, value: error };\n }\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar IS_PURE = require('../internals/is-pure');\nvar global = require('../internals/global');\nvar getBuiltIn = require('../internals/get-built-in');\nvar NativePromise = require('../internals/native-promise-constructor');\nvar redefine = require('../internals/redefine');\nvar redefineAll = require('../internals/redefine-all');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar setSpecies = require('../internals/set-species');\nvar isObject = require('../internals/is-object');\nvar aFunction = require('../internals/a-function');\nvar anInstance = require('../internals/an-instance');\nvar classof = require('../internals/classof-raw');\nvar inspectSource = require('../internals/inspect-source');\nvar iterate = require('../internals/iterate');\nvar checkCorrectnessOfIteration = require('../internals/check-correctness-of-iteration');\nvar speciesConstructor = require('../internals/species-constructor');\nvar task = require('../internals/task').set;\nvar microtask = require('../internals/microtask');\nvar promiseResolve = require('../internals/promise-resolve');\nvar hostReportErrors = require('../internals/host-report-errors');\nvar newPromiseCapabilityModule = require('../internals/new-promise-capability');\nvar perform = require('../internals/perform');\nvar InternalStateModule = require('../internals/internal-state');\nvar isForced = require('../internals/is-forced');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar V8_VERSION = require('../internals/engine-v8-version');\n\nvar SPECIES = wellKnownSymbol('species');\nvar PROMISE = 'Promise';\nvar getInternalState = InternalStateModule.get;\nvar setInternalState = InternalStateModule.set;\nvar getInternalPromiseState = InternalStateModule.getterFor(PROMISE);\nvar PromiseConstructor = NativePromise;\nvar TypeError = global.TypeError;\nvar document = global.document;\nvar process = global.process;\nvar $fetch = getBuiltIn('fetch');\nvar newPromiseCapability = newPromiseCapabilityModule.f;\nvar newGenericPromiseCapability = newPromiseCapability;\nvar IS_NODE = classof(process) == 'process';\nvar DISPATCH_EVENT = !!(document && document.createEvent && global.dispatchEvent);\nvar UNHANDLED_REJECTION = 'unhandledrejection';\nvar REJECTION_HANDLED = 'rejectionhandled';\nvar PENDING = 0;\nvar FULFILLED = 1;\nvar REJECTED = 2;\nvar HANDLED = 1;\nvar UNHANDLED = 2;\nvar Internal, OwnPromiseCapability, PromiseWrapper, nativeThen;\n\nvar FORCED = isForced(PROMISE, function () {\n var GLOBAL_CORE_JS_PROMISE = inspectSource(PromiseConstructor) !== String(PromiseConstructor);\n if (!GLOBAL_CORE_JS_PROMISE) {\n // V8 6.6 (Node 10 and Chrome 66) have a bug with resolving custom thenables\n // https://bugs.chromium.org/p/chromium/issues/detail?id=830565\n // We can't detect it synchronously, so just check versions\n if (V8_VERSION === 66) return true;\n // Unhandled rejections tracking support, NodeJS Promise without it fails @@species test\n if (!IS_NODE && typeof PromiseRejectionEvent != 'function') return true;\n }\n // We need Promise#finally in the pure version for preventing prototype pollution\n if (IS_PURE && !PromiseConstructor.prototype['finally']) return true;\n // We can't use @@species feature detection in V8 since it causes\n // deoptimization and performance degradation\n // https://github.com/zloirock/core-js/issues/679\n if (V8_VERSION >= 51 && /native code/.test(PromiseConstructor)) return false;\n // Detect correctness of subclassing with @@species support\n var promise = PromiseConstructor.resolve(1);\n var FakePromise = function (exec) {\n exec(function () { /* empty */ }, function () { /* empty */ });\n };\n var constructor = promise.constructor = {};\n constructor[SPECIES] = FakePromise;\n return !(promise.then(function () { /* empty */ }) instanceof FakePromise);\n});\n\nvar INCORRECT_ITERATION = FORCED || !checkCorrectnessOfIteration(function (iterable) {\n PromiseConstructor.all(iterable)['catch'](function () { /* empty */ });\n});\n\n// helpers\nvar isThenable = function (it) {\n var then;\n return isObject(it) && typeof (then = it.then) == 'function' ? then : false;\n};\n\nvar notify = function (promise, state, isReject) {\n if (state.notified) return;\n state.notified = true;\n var chain = state.reactions;\n microtask(function () {\n var value = state.value;\n var ok = state.state == FULFILLED;\n var index = 0;\n // variable length - can't use forEach\n while (chain.length > index) {\n var reaction = chain[index++];\n var handler = ok ? reaction.ok : reaction.fail;\n var resolve = reaction.resolve;\n var reject = reaction.reject;\n var domain = reaction.domain;\n var result, then, exited;\n try {\n if (handler) {\n if (!ok) {\n if (state.rejection === UNHANDLED) onHandleUnhandled(promise, state);\n state.rejection = HANDLED;\n }\n if (handler === true) result = value;\n else {\n if (domain) domain.enter();\n result = handler(value); // can throw\n if (domain) {\n domain.exit();\n exited = true;\n }\n }\n if (result === reaction.promise) {\n reject(TypeError('Promise-chain cycle'));\n } else if (then = isThenable(result)) {\n then.call(result, resolve, reject);\n } else resolve(result);\n } else reject(value);\n } catch (error) {\n if (domain && !exited) domain.exit();\n reject(error);\n }\n }\n state.reactions = [];\n state.notified = false;\n if (isReject && !state.rejection) onUnhandled(promise, state);\n });\n};\n\nvar dispatchEvent = function (name, promise, reason) {\n var event, handler;\n if (DISPATCH_EVENT) {\n event = document.createEvent('Event');\n event.promise = promise;\n event.reason = reason;\n event.initEvent(name, false, true);\n global.dispatchEvent(event);\n } else event = { promise: promise, reason: reason };\n if (handler = global['on' + name]) handler(event);\n else if (name === UNHANDLED_REJECTION) hostReportErrors('Unhandled promise rejection', reason);\n};\n\nvar onUnhandled = function (promise, state) {\n task.call(global, function () {\n var value = state.value;\n var IS_UNHANDLED = isUnhandled(state);\n var result;\n if (IS_UNHANDLED) {\n result = perform(function () {\n if (IS_NODE) {\n process.emit('unhandledRejection', value, promise);\n } else dispatchEvent(UNHANDLED_REJECTION, promise, value);\n });\n // Browsers should not trigger `rejectionHandled` event if it was handled here, NodeJS - should\n state.rejection = IS_NODE || isUnhandled(state) ? UNHANDLED : HANDLED;\n if (result.error) throw result.value;\n }\n });\n};\n\nvar isUnhandled = function (state) {\n return state.rejection !== HANDLED && !state.parent;\n};\n\nvar onHandleUnhandled = function (promise, state) {\n task.call(global, function () {\n if (IS_NODE) {\n process.emit('rejectionHandled', promise);\n } else dispatchEvent(REJECTION_HANDLED, promise, state.value);\n });\n};\n\nvar bind = function (fn, promise, state, unwrap) {\n return function (value) {\n fn(promise, state, value, unwrap);\n };\n};\n\nvar internalReject = function (promise, state, value, unwrap) {\n if (state.done) return;\n state.done = true;\n if (unwrap) state = unwrap;\n state.value = value;\n state.state = REJECTED;\n notify(promise, state, true);\n};\n\nvar internalResolve = function (promise, state, value, unwrap) {\n if (state.done) return;\n state.done = true;\n if (unwrap) state = unwrap;\n try {\n if (promise === value) throw TypeError(\"Promise can't be resolved itself\");\n var then = isThenable(value);\n if (then) {\n microtask(function () {\n var wrapper = { done: false };\n try {\n then.call(value,\n bind(internalResolve, promise, wrapper, state),\n bind(internalReject, promise, wrapper, state)\n );\n } catch (error) {\n internalReject(promise, wrapper, error, state);\n }\n });\n } else {\n state.value = value;\n state.state = FULFILLED;\n notify(promise, state, false);\n }\n } catch (error) {\n internalReject(promise, { done: false }, error, state);\n }\n};\n\n// constructor polyfill\nif (FORCED) {\n // 25.4.3.1 Promise(executor)\n PromiseConstructor = function Promise(executor) {\n anInstance(this, PromiseConstructor, PROMISE);\n aFunction(executor);\n Internal.call(this);\n var state = getInternalState(this);\n try {\n executor(bind(internalResolve, this, state), bind(internalReject, this, state));\n } catch (error) {\n internalReject(this, state, error);\n }\n };\n // eslint-disable-next-line no-unused-vars\n Internal = function Promise(executor) {\n setInternalState(this, {\n type: PROMISE,\n done: false,\n notified: false,\n parent: false,\n reactions: [],\n rejection: false,\n state: PENDING,\n value: undefined\n });\n };\n Internal.prototype = redefineAll(PromiseConstructor.prototype, {\n // `Promise.prototype.then` method\n // https://tc39.github.io/ecma262/#sec-promise.prototype.then\n then: function then(onFulfilled, onRejected) {\n var state = getInternalPromiseState(this);\n var reaction = newPromiseCapability(speciesConstructor(this, PromiseConstructor));\n reaction.ok = typeof onFulfilled == 'function' ? onFulfilled : true;\n reaction.fail = typeof onRejected == 'function' && onRejected;\n reaction.domain = IS_NODE ? process.domain : undefined;\n state.parent = true;\n state.reactions.push(reaction);\n if (state.state != PENDING) notify(this, state, false);\n return reaction.promise;\n },\n // `Promise.prototype.catch` method\n // https://tc39.github.io/ecma262/#sec-promise.prototype.catch\n 'catch': function (onRejected) {\n return this.then(undefined, onRejected);\n }\n });\n OwnPromiseCapability = function () {\n var promise = new Internal();\n var state = getInternalState(promise);\n this.promise = promise;\n this.resolve = bind(internalResolve, promise, state);\n this.reject = bind(internalReject, promise, state);\n };\n newPromiseCapabilityModule.f = newPromiseCapability = function (C) {\n return C === PromiseConstructor || C === PromiseWrapper\n ? new OwnPromiseCapability(C)\n : newGenericPromiseCapability(C);\n };\n\n if (!IS_PURE && typeof NativePromise == 'function') {\n nativeThen = NativePromise.prototype.then;\n\n // wrap native Promise#then for native async functions\n redefine(NativePromise.prototype, 'then', function then(onFulfilled, onRejected) {\n var that = this;\n return new PromiseConstructor(function (resolve, reject) {\n nativeThen.call(that, resolve, reject);\n }).then(onFulfilled, onRejected);\n // https://github.com/zloirock/core-js/issues/640\n }, { unsafe: true });\n\n // wrap fetch result\n if (typeof $fetch == 'function') $({ global: true, enumerable: true, forced: true }, {\n // eslint-disable-next-line no-unused-vars\n fetch: function fetch(input /* , init */) {\n return promiseResolve(PromiseConstructor, $fetch.apply(global, arguments));\n }\n });\n }\n}\n\n$({ global: true, wrap: true, forced: FORCED }, {\n Promise: PromiseConstructor\n});\n\nsetToStringTag(PromiseConstructor, PROMISE, false, true);\nsetSpecies(PROMISE);\n\nPromiseWrapper = getBuiltIn(PROMISE);\n\n// statics\n$({ target: PROMISE, stat: true, forced: FORCED }, {\n // `Promise.reject` method\n // https://tc39.github.io/ecma262/#sec-promise.reject\n reject: function reject(r) {\n var capability = newPromiseCapability(this);\n capability.reject.call(undefined, r);\n return capability.promise;\n }\n});\n\n$({ target: PROMISE, stat: true, forced: IS_PURE || FORCED }, {\n // `Promise.resolve` method\n // https://tc39.github.io/ecma262/#sec-promise.resolve\n resolve: function resolve(x) {\n return promiseResolve(IS_PURE && this === PromiseWrapper ? PromiseConstructor : this, x);\n }\n});\n\n$({ target: PROMISE, stat: true, forced: INCORRECT_ITERATION }, {\n // `Promise.all` method\n // https://tc39.github.io/ecma262/#sec-promise.all\n all: function all(iterable) {\n var C = this;\n var capability = newPromiseCapability(C);\n var resolve = capability.resolve;\n var reject = capability.reject;\n var result = perform(function () {\n var $promiseResolve = aFunction(C.resolve);\n var values = [];\n var counter = 0;\n var remaining = 1;\n iterate(iterable, function (promise) {\n var index = counter++;\n var alreadyCalled = false;\n values.push(undefined);\n remaining++;\n $promiseResolve.call(C, promise).then(function (value) {\n if (alreadyCalled) return;\n alreadyCalled = true;\n values[index] = value;\n --remaining || resolve(values);\n }, reject);\n });\n --remaining || resolve(values);\n });\n if (result.error) reject(result.value);\n return capability.promise;\n },\n // `Promise.race` method\n // https://tc39.github.io/ecma262/#sec-promise.race\n race: function race(iterable) {\n var C = this;\n var capability = newPromiseCapability(C);\n var reject = capability.reject;\n var result = perform(function () {\n var $promiseResolve = aFunction(C.resolve);\n iterate(iterable, function (promise) {\n $promiseResolve.call(C, promise).then(capability.resolve, reject);\n });\n });\n if (result.error) reject(result.value);\n return capability.promise;\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar aFunction = require('../internals/a-function');\nvar newPromiseCapabilityModule = require('../internals/new-promise-capability');\nvar perform = require('../internals/perform');\nvar iterate = require('../internals/iterate');\n\n// `Promise.allSettled` method\n// https://github.com/tc39/proposal-promise-allSettled\n$({ target: 'Promise', stat: true }, {\n allSettled: function allSettled(iterable) {\n var C = this;\n var capability = newPromiseCapabilityModule.f(C);\n var resolve = capability.resolve;\n var reject = capability.reject;\n var result = perform(function () {\n var promiseResolve = aFunction(C.resolve);\n var values = [];\n var counter = 0;\n var remaining = 1;\n iterate(iterable, function (promise) {\n var index = counter++;\n var alreadyCalled = false;\n values.push(undefined);\n remaining++;\n promiseResolve.call(C, promise).then(function (value) {\n if (alreadyCalled) return;\n alreadyCalled = true;\n values[index] = { status: 'fulfilled', value: value };\n --remaining || resolve(values);\n }, function (e) {\n if (alreadyCalled) return;\n alreadyCalled = true;\n values[index] = { status: 'rejected', reason: e };\n --remaining || resolve(values);\n });\n });\n --remaining || resolve(values);\n });\n if (result.error) reject(result.value);\n return capability.promise;\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar IS_PURE = require('../internals/is-pure');\nvar NativePromise = require('../internals/native-promise-constructor');\nvar fails = require('../internals/fails');\nvar getBuiltIn = require('../internals/get-built-in');\nvar speciesConstructor = require('../internals/species-constructor');\nvar promiseResolve = require('../internals/promise-resolve');\nvar redefine = require('../internals/redefine');\n\n// Safari bug https://bugs.webkit.org/show_bug.cgi?id=200829\nvar NON_GENERIC = !!NativePromise && fails(function () {\n NativePromise.prototype['finally'].call({ then: function () { /* empty */ } }, function () { /* empty */ });\n});\n\n// `Promise.prototype.finally` method\n// https://tc39.github.io/ecma262/#sec-promise.prototype.finally\n$({ target: 'Promise', proto: true, real: true, forced: NON_GENERIC }, {\n 'finally': function (onFinally) {\n var C = speciesConstructor(this, getBuiltIn('Promise'));\n var isFunction = typeof onFinally == 'function';\n return this.then(\n isFunction ? function (x) {\n return promiseResolve(C, onFinally()).then(function () { return x; });\n } : onFinally,\n isFunction ? function (e) {\n return promiseResolve(C, onFinally()).then(function () { throw e; });\n } : onFinally\n );\n }\n});\n\n// patch native Promise.prototype for native async functions\nif (!IS_PURE && typeof NativePromise == 'function' && !NativePromise.prototype['finally']) {\n redefine(NativePromise.prototype, 'finally', getBuiltIn('Promise').prototype['finally']);\n}\n","'use strict';\nvar $ = require('../internals/export');\nvar global = require('../internals/global');\nvar isForced = require('../internals/is-forced');\nvar redefine = require('../internals/redefine');\nvar InternalMetadataModule = require('../internals/internal-metadata');\nvar iterate = require('../internals/iterate');\nvar anInstance = require('../internals/an-instance');\nvar isObject = require('../internals/is-object');\nvar fails = require('../internals/fails');\nvar checkCorrectnessOfIteration = require('../internals/check-correctness-of-iteration');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar inheritIfRequired = require('../internals/inherit-if-required');\n\nmodule.exports = function (CONSTRUCTOR_NAME, wrapper, common) {\n var IS_MAP = CONSTRUCTOR_NAME.indexOf('Map') !== -1;\n var IS_WEAK = CONSTRUCTOR_NAME.indexOf('Weak') !== -1;\n var ADDER = IS_MAP ? 'set' : 'add';\n var NativeConstructor = global[CONSTRUCTOR_NAME];\n var NativePrototype = NativeConstructor && NativeConstructor.prototype;\n var Constructor = NativeConstructor;\n var exported = {};\n\n var fixMethod = function (KEY) {\n var nativeMethod = NativePrototype[KEY];\n redefine(NativePrototype, KEY,\n KEY == 'add' ? function add(value) {\n nativeMethod.call(this, value === 0 ? 0 : value);\n return this;\n } : KEY == 'delete' ? function (key) {\n return IS_WEAK && !isObject(key) ? false : nativeMethod.call(this, key === 0 ? 0 : key);\n } : KEY == 'get' ? function get(key) {\n return IS_WEAK && !isObject(key) ? undefined : nativeMethod.call(this, key === 0 ? 0 : key);\n } : KEY == 'has' ? function has(key) {\n return IS_WEAK && !isObject(key) ? false : nativeMethod.call(this, key === 0 ? 0 : key);\n } : function set(key, value) {\n nativeMethod.call(this, key === 0 ? 0 : key, value);\n return this;\n }\n );\n };\n\n // eslint-disable-next-line max-len\n if (isForced(CONSTRUCTOR_NAME, typeof NativeConstructor != 'function' || !(IS_WEAK || NativePrototype.forEach && !fails(function () {\n new NativeConstructor().entries().next();\n })))) {\n // create collection constructor\n Constructor = common.getConstructor(wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER);\n InternalMetadataModule.REQUIRED = true;\n } else if (isForced(CONSTRUCTOR_NAME, true)) {\n var instance = new Constructor();\n // early implementations not supports chaining\n var HASNT_CHAINING = instance[ADDER](IS_WEAK ? {} : -0, 1) != instance;\n // V8 ~ Chromium 40- weak-collections throws on primitives, but should return false\n var THROWS_ON_PRIMITIVES = fails(function () { instance.has(1); });\n // most early implementations doesn't supports iterables, most modern - not close it correctly\n // eslint-disable-next-line no-new\n var ACCEPT_ITERABLES = checkCorrectnessOfIteration(function (iterable) { new NativeConstructor(iterable); });\n // for early implementations -0 and +0 not the same\n var BUGGY_ZERO = !IS_WEAK && fails(function () {\n // V8 ~ Chromium 42- fails only with 5+ elements\n var $instance = new NativeConstructor();\n var index = 5;\n while (index--) $instance[ADDER](index, index);\n return !$instance.has(-0);\n });\n\n if (!ACCEPT_ITERABLES) {\n Constructor = wrapper(function (dummy, iterable) {\n anInstance(dummy, Constructor, CONSTRUCTOR_NAME);\n var that = inheritIfRequired(new NativeConstructor(), dummy, Constructor);\n if (iterable != undefined) iterate(iterable, that[ADDER], that, IS_MAP);\n return that;\n });\n Constructor.prototype = NativePrototype;\n NativePrototype.constructor = Constructor;\n }\n\n if (THROWS_ON_PRIMITIVES || BUGGY_ZERO) {\n fixMethod('delete');\n fixMethod('has');\n IS_MAP && fixMethod('get');\n }\n\n if (BUGGY_ZERO || HASNT_CHAINING) fixMethod(ADDER);\n\n // weak collections should not contains .clear method\n if (IS_WEAK && NativePrototype.clear) delete NativePrototype.clear;\n }\n\n exported[CONSTRUCTOR_NAME] = Constructor;\n $({ global: true, forced: Constructor != NativeConstructor }, exported);\n\n setToStringTag(Constructor, CONSTRUCTOR_NAME);\n\n if (!IS_WEAK) common.setStrong(Constructor, CONSTRUCTOR_NAME, IS_MAP);\n\n return Constructor;\n};\n","'use strict';\nvar defineProperty = require('../internals/object-define-property').f;\nvar create = require('../internals/object-create');\nvar redefineAll = require('../internals/redefine-all');\nvar bind = require('../internals/function-bind-context');\nvar anInstance = require('../internals/an-instance');\nvar iterate = require('../internals/iterate');\nvar defineIterator = require('../internals/define-iterator');\nvar setSpecies = require('../internals/set-species');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar fastKey = require('../internals/internal-metadata').fastKey;\nvar InternalStateModule = require('../internals/internal-state');\n\nvar setInternalState = InternalStateModule.set;\nvar internalStateGetterFor = InternalStateModule.getterFor;\n\nmodule.exports = {\n getConstructor: function (wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER) {\n var C = wrapper(function (that, iterable) {\n anInstance(that, C, CONSTRUCTOR_NAME);\n setInternalState(that, {\n type: CONSTRUCTOR_NAME,\n index: create(null),\n first: undefined,\n last: undefined,\n size: 0\n });\n if (!DESCRIPTORS) that.size = 0;\n if (iterable != undefined) iterate(iterable, that[ADDER], that, IS_MAP);\n });\n\n var getInternalState = internalStateGetterFor(CONSTRUCTOR_NAME);\n\n var define = function (that, key, value) {\n var state = getInternalState(that);\n var entry = getEntry(that, key);\n var previous, index;\n // change existing entry\n if (entry) {\n entry.value = value;\n // create new entry\n } else {\n state.last = entry = {\n index: index = fastKey(key, true),\n key: key,\n value: value,\n previous: previous = state.last,\n next: undefined,\n removed: false\n };\n if (!state.first) state.first = entry;\n if (previous) previous.next = entry;\n if (DESCRIPTORS) state.size++;\n else that.size++;\n // add to index\n if (index !== 'F') state.index[index] = entry;\n } return that;\n };\n\n var getEntry = function (that, key) {\n var state = getInternalState(that);\n // fast case\n var index = fastKey(key);\n var entry;\n if (index !== 'F') return state.index[index];\n // frozen object case\n for (entry = state.first; entry; entry = entry.next) {\n if (entry.key == key) return entry;\n }\n };\n\n redefineAll(C.prototype, {\n // 23.1.3.1 Map.prototype.clear()\n // 23.2.3.2 Set.prototype.clear()\n clear: function clear() {\n var that = this;\n var state = getInternalState(that);\n var data = state.index;\n var entry = state.first;\n while (entry) {\n entry.removed = true;\n if (entry.previous) entry.previous = entry.previous.next = undefined;\n delete data[entry.index];\n entry = entry.next;\n }\n state.first = state.last = undefined;\n if (DESCRIPTORS) state.size = 0;\n else that.size = 0;\n },\n // 23.1.3.3 Map.prototype.delete(key)\n // 23.2.3.4 Set.prototype.delete(value)\n 'delete': function (key) {\n var that = this;\n var state = getInternalState(that);\n var entry = getEntry(that, key);\n if (entry) {\n var next = entry.next;\n var prev = entry.previous;\n delete state.index[entry.index];\n entry.removed = true;\n if (prev) prev.next = next;\n if (next) next.previous = prev;\n if (state.first == entry) state.first = next;\n if (state.last == entry) state.last = prev;\n if (DESCRIPTORS) state.size--;\n else that.size--;\n } return !!entry;\n },\n // 23.2.3.6 Set.prototype.forEach(callbackfn, thisArg = undefined)\n // 23.1.3.5 Map.prototype.forEach(callbackfn, thisArg = undefined)\n forEach: function forEach(callbackfn /* , that = undefined */) {\n var state = getInternalState(this);\n var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined, 3);\n var entry;\n while (entry = entry ? entry.next : state.first) {\n boundFunction(entry.value, entry.key, this);\n // revert to the last existing entry\n while (entry && entry.removed) entry = entry.previous;\n }\n },\n // 23.1.3.7 Map.prototype.has(key)\n // 23.2.3.7 Set.prototype.has(value)\n has: function has(key) {\n return !!getEntry(this, key);\n }\n });\n\n redefineAll(C.prototype, IS_MAP ? {\n // 23.1.3.6 Map.prototype.get(key)\n get: function get(key) {\n var entry = getEntry(this, key);\n return entry && entry.value;\n },\n // 23.1.3.9 Map.prototype.set(key, value)\n set: function set(key, value) {\n return define(this, key === 0 ? 0 : key, value);\n }\n } : {\n // 23.2.3.1 Set.prototype.add(value)\n add: function add(value) {\n return define(this, value = value === 0 ? 0 : value, value);\n }\n });\n if (DESCRIPTORS) defineProperty(C.prototype, 'size', {\n get: function () {\n return getInternalState(this).size;\n }\n });\n return C;\n },\n setStrong: function (C, CONSTRUCTOR_NAME, IS_MAP) {\n var ITERATOR_NAME = CONSTRUCTOR_NAME + ' Iterator';\n var getInternalCollectionState = internalStateGetterFor(CONSTRUCTOR_NAME);\n var getInternalIteratorState = internalStateGetterFor(ITERATOR_NAME);\n // add .keys, .values, .entries, [@@iterator]\n // 23.1.3.4, 23.1.3.8, 23.1.3.11, 23.1.3.12, 23.2.3.5, 23.2.3.8, 23.2.3.10, 23.2.3.11\n defineIterator(C, CONSTRUCTOR_NAME, function (iterated, kind) {\n setInternalState(this, {\n type: ITERATOR_NAME,\n target: iterated,\n state: getInternalCollectionState(iterated),\n kind: kind,\n last: undefined\n });\n }, function () {\n var state = getInternalIteratorState(this);\n var kind = state.kind;\n var entry = state.last;\n // revert to the last existing entry\n while (entry && entry.removed) entry = entry.previous;\n // get next entry\n if (!state.target || !(state.last = entry = entry ? entry.next : state.state.first)) {\n // or finish the iteration\n state.target = undefined;\n return { value: undefined, done: true };\n }\n // return step by kind\n if (kind == 'keys') return { value: entry.key, done: false };\n if (kind == 'values') return { value: entry.value, done: false };\n return { value: [entry.key, entry.value], done: false };\n }, IS_MAP ? 'entries' : 'values', !IS_MAP, true);\n\n // add [@@species], 23.1.2.2, 23.2.2.2\n setSpecies(CONSTRUCTOR_NAME);\n }\n};\n","'use strict';\nvar collection = require('../internals/collection');\nvar collectionStrong = require('../internals/collection-strong');\n\n// `Map` constructor\n// https://tc39.github.io/ecma262/#sec-map-objects\nmodule.exports = collection('Map', function (init) {\n return function Map() { return init(this, arguments.length ? arguments[0] : undefined); };\n}, collectionStrong);\n","'use strict';\nvar collection = require('../internals/collection');\nvar collectionStrong = require('../internals/collection-strong');\n\n// `Set` constructor\n// https://tc39.github.io/ecma262/#sec-set-objects\nmodule.exports = collection('Set', function (init) {\n return function Set() { return init(this, arguments.length ? arguments[0] : undefined); };\n}, collectionStrong);\n","'use strict';\nvar redefineAll = require('../internals/redefine-all');\nvar getWeakData = require('../internals/internal-metadata').getWeakData;\nvar anObject = require('../internals/an-object');\nvar isObject = require('../internals/is-object');\nvar anInstance = require('../internals/an-instance');\nvar iterate = require('../internals/iterate');\nvar ArrayIterationModule = require('../internals/array-iteration');\nvar $has = require('../internals/has');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar setInternalState = InternalStateModule.set;\nvar internalStateGetterFor = InternalStateModule.getterFor;\nvar find = ArrayIterationModule.find;\nvar findIndex = ArrayIterationModule.findIndex;\nvar id = 0;\n\n// fallback for uncaught frozen keys\nvar uncaughtFrozenStore = function (store) {\n return store.frozen || (store.frozen = new UncaughtFrozenStore());\n};\n\nvar UncaughtFrozenStore = function () {\n this.entries = [];\n};\n\nvar findUncaughtFrozen = function (store, key) {\n return find(store.entries, function (it) {\n return it[0] === key;\n });\n};\n\nUncaughtFrozenStore.prototype = {\n get: function (key) {\n var entry = findUncaughtFrozen(this, key);\n if (entry) return entry[1];\n },\n has: function (key) {\n return !!findUncaughtFrozen(this, key);\n },\n set: function (key, value) {\n var entry = findUncaughtFrozen(this, key);\n if (entry) entry[1] = value;\n else this.entries.push([key, value]);\n },\n 'delete': function (key) {\n var index = findIndex(this.entries, function (it) {\n return it[0] === key;\n });\n if (~index) this.entries.splice(index, 1);\n return !!~index;\n }\n};\n\nmodule.exports = {\n getConstructor: function (wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER) {\n var C = wrapper(function (that, iterable) {\n anInstance(that, C, CONSTRUCTOR_NAME);\n setInternalState(that, {\n type: CONSTRUCTOR_NAME,\n id: id++,\n frozen: undefined\n });\n if (iterable != undefined) iterate(iterable, that[ADDER], that, IS_MAP);\n });\n\n var getInternalState = internalStateGetterFor(CONSTRUCTOR_NAME);\n\n var define = function (that, key, value) {\n var state = getInternalState(that);\n var data = getWeakData(anObject(key), true);\n if (data === true) uncaughtFrozenStore(state).set(key, value);\n else data[state.id] = value;\n return that;\n };\n\n redefineAll(C.prototype, {\n // 23.3.3.2 WeakMap.prototype.delete(key)\n // 23.4.3.3 WeakSet.prototype.delete(value)\n 'delete': function (key) {\n var state = getInternalState(this);\n if (!isObject(key)) return false;\n var data = getWeakData(key);\n if (data === true) return uncaughtFrozenStore(state)['delete'](key);\n return data && $has(data, state.id) && delete data[state.id];\n },\n // 23.3.3.4 WeakMap.prototype.has(key)\n // 23.4.3.4 WeakSet.prototype.has(value)\n has: function has(key) {\n var state = getInternalState(this);\n if (!isObject(key)) return false;\n var data = getWeakData(key);\n if (data === true) return uncaughtFrozenStore(state).has(key);\n return data && $has(data, state.id);\n }\n });\n\n redefineAll(C.prototype, IS_MAP ? {\n // 23.3.3.3 WeakMap.prototype.get(key)\n get: function get(key) {\n var state = getInternalState(this);\n if (isObject(key)) {\n var data = getWeakData(key);\n if (data === true) return uncaughtFrozenStore(state).get(key);\n return data ? data[state.id] : undefined;\n }\n },\n // 23.3.3.5 WeakMap.prototype.set(key, value)\n set: function set(key, value) {\n return define(this, key, value);\n }\n } : {\n // 23.4.3.1 WeakSet.prototype.add(value)\n add: function add(value) {\n return define(this, value, true);\n }\n });\n\n return C;\n }\n};\n","'use strict';\nvar global = require('../internals/global');\nvar redefineAll = require('../internals/redefine-all');\nvar InternalMetadataModule = require('../internals/internal-metadata');\nvar collection = require('../internals/collection');\nvar collectionWeak = require('../internals/collection-weak');\nvar isObject = require('../internals/is-object');\nvar enforceIternalState = require('../internals/internal-state').enforce;\nvar NATIVE_WEAK_MAP = require('../internals/native-weak-map');\n\nvar IS_IE11 = !global.ActiveXObject && 'ActiveXObject' in global;\nvar isExtensible = Object.isExtensible;\nvar InternalWeakMap;\n\nvar wrapper = function (init) {\n return function WeakMap() {\n return init(this, arguments.length ? arguments[0] : undefined);\n };\n};\n\n// `WeakMap` constructor\n// https://tc39.github.io/ecma262/#sec-weakmap-constructor\nvar $WeakMap = module.exports = collection('WeakMap', wrapper, collectionWeak);\n\n// IE11 WeakMap frozen keys fix\n// We can't use feature detection because it crash some old IE builds\n// https://github.com/zloirock/core-js/issues/485\nif (NATIVE_WEAK_MAP && IS_IE11) {\n InternalWeakMap = collectionWeak.getConstructor(wrapper, 'WeakMap', true);\n InternalMetadataModule.REQUIRED = true;\n var WeakMapPrototype = $WeakMap.prototype;\n var nativeDelete = WeakMapPrototype['delete'];\n var nativeHas = WeakMapPrototype.has;\n var nativeGet = WeakMapPrototype.get;\n var nativeSet = WeakMapPrototype.set;\n redefineAll(WeakMapPrototype, {\n 'delete': function (key) {\n if (isObject(key) && !isExtensible(key)) {\n var state = enforceIternalState(this);\n if (!state.frozen) state.frozen = new InternalWeakMap();\n return nativeDelete.call(this, key) || state.frozen['delete'](key);\n } return nativeDelete.call(this, key);\n },\n has: function has(key) {\n if (isObject(key) && !isExtensible(key)) {\n var state = enforceIternalState(this);\n if (!state.frozen) state.frozen = new InternalWeakMap();\n return nativeHas.call(this, key) || state.frozen.has(key);\n } return nativeHas.call(this, key);\n },\n get: function get(key) {\n if (isObject(key) && !isExtensible(key)) {\n var state = enforceIternalState(this);\n if (!state.frozen) state.frozen = new InternalWeakMap();\n return nativeHas.call(this, key) ? nativeGet.call(this, key) : state.frozen.get(key);\n } return nativeGet.call(this, key);\n },\n set: function set(key, value) {\n if (isObject(key) && !isExtensible(key)) {\n var state = enforceIternalState(this);\n if (!state.frozen) state.frozen = new InternalWeakMap();\n nativeHas.call(this, key) ? nativeSet.call(this, key, value) : state.frozen.set(key, value);\n } else nativeSet.call(this, key, value);\n return this;\n }\n });\n}\n","'use strict';\nvar collection = require('../internals/collection');\nvar collectionWeak = require('../internals/collection-weak');\n\n// `WeakSet` constructor\n// https://tc39.github.io/ecma262/#sec-weakset-constructor\ncollection('WeakSet', function (init) {\n return function WeakSet() { return init(this, arguments.length ? arguments[0] : undefined); };\n}, collectionWeak);\n","module.exports = typeof ArrayBuffer !== 'undefined' && typeof DataView !== 'undefined';\n","var toInteger = require('../internals/to-integer');\nvar toLength = require('../internals/to-length');\n\n// `ToIndex` abstract operation\n// https://tc39.github.io/ecma262/#sec-toindex\nmodule.exports = function (it) {\n if (it === undefined) return 0;\n var number = toInteger(it);\n var length = toLength(number);\n if (number !== length) throw RangeError('Wrong length or index');\n return length;\n};\n","// IEEE754 conversions based on https://github.com/feross/ieee754\n// eslint-disable-next-line no-shadow-restricted-names\nvar Infinity = 1 / 0;\nvar abs = Math.abs;\nvar pow = Math.pow;\nvar floor = Math.floor;\nvar log = Math.log;\nvar LN2 = Math.LN2;\n\nvar pack = function (number, mantissaLength, bytes) {\n var buffer = new Array(bytes);\n var exponentLength = bytes * 8 - mantissaLength - 1;\n var eMax = (1 << exponentLength) - 1;\n var eBias = eMax >> 1;\n var rt = mantissaLength === 23 ? pow(2, -24) - pow(2, -77) : 0;\n var sign = number < 0 || number === 0 && 1 / number < 0 ? 1 : 0;\n var index = 0;\n var exponent, mantissa, c;\n number = abs(number);\n // eslint-disable-next-line no-self-compare\n if (number != number || number === Infinity) {\n // eslint-disable-next-line no-self-compare\n mantissa = number != number ? 1 : 0;\n exponent = eMax;\n } else {\n exponent = floor(log(number) / LN2);\n if (number * (c = pow(2, -exponent)) < 1) {\n exponent--;\n c *= 2;\n }\n if (exponent + eBias >= 1) {\n number += rt / c;\n } else {\n number += rt * pow(2, 1 - eBias);\n }\n if (number * c >= 2) {\n exponent++;\n c /= 2;\n }\n if (exponent + eBias >= eMax) {\n mantissa = 0;\n exponent = eMax;\n } else if (exponent + eBias >= 1) {\n mantissa = (number * c - 1) * pow(2, mantissaLength);\n exponent = exponent + eBias;\n } else {\n mantissa = number * pow(2, eBias - 1) * pow(2, mantissaLength);\n exponent = 0;\n }\n }\n for (; mantissaLength >= 8; buffer[index++] = mantissa & 255, mantissa /= 256, mantissaLength -= 8);\n exponent = exponent << mantissaLength | mantissa;\n exponentLength += mantissaLength;\n for (; exponentLength > 0; buffer[index++] = exponent & 255, exponent /= 256, exponentLength -= 8);\n buffer[--index] |= sign * 128;\n return buffer;\n};\n\nvar unpack = function (buffer, mantissaLength) {\n var bytes = buffer.length;\n var exponentLength = bytes * 8 - mantissaLength - 1;\n var eMax = (1 << exponentLength) - 1;\n var eBias = eMax >> 1;\n var nBits = exponentLength - 7;\n var index = bytes - 1;\n var sign = buffer[index--];\n var exponent = sign & 127;\n var mantissa;\n sign >>= 7;\n for (; nBits > 0; exponent = exponent * 256 + buffer[index], index--, nBits -= 8);\n mantissa = exponent & (1 << -nBits) - 1;\n exponent >>= -nBits;\n nBits += mantissaLength;\n for (; nBits > 0; mantissa = mantissa * 256 + buffer[index], index--, nBits -= 8);\n if (exponent === 0) {\n exponent = 1 - eBias;\n } else if (exponent === eMax) {\n return mantissa ? NaN : sign ? -Infinity : Infinity;\n } else {\n mantissa = mantissa + pow(2, mantissaLength);\n exponent = exponent - eBias;\n } return (sign ? -1 : 1) * mantissa * pow(2, exponent - mantissaLength);\n};\n\nmodule.exports = {\n pack: pack,\n unpack: unpack\n};\n","'use strict';\nvar global = require('../internals/global');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar NATIVE_ARRAY_BUFFER = require('../internals/array-buffer-native');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefineAll = require('../internals/redefine-all');\nvar fails = require('../internals/fails');\nvar anInstance = require('../internals/an-instance');\nvar toInteger = require('../internals/to-integer');\nvar toLength = require('../internals/to-length');\nvar toIndex = require('../internals/to-index');\nvar IEEE754 = require('../internals/ieee754');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\nvar getOwnPropertyNames = require('../internals/object-get-own-property-names').f;\nvar defineProperty = require('../internals/object-define-property').f;\nvar arrayFill = require('../internals/array-fill');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar getInternalState = InternalStateModule.get;\nvar setInternalState = InternalStateModule.set;\nvar ARRAY_BUFFER = 'ArrayBuffer';\nvar DATA_VIEW = 'DataView';\nvar PROTOTYPE = 'prototype';\nvar WRONG_LENGTH = 'Wrong length';\nvar WRONG_INDEX = 'Wrong index';\nvar NativeArrayBuffer = global[ARRAY_BUFFER];\nvar $ArrayBuffer = NativeArrayBuffer;\nvar $DataView = global[DATA_VIEW];\nvar $DataViewPrototype = $DataView && $DataView[PROTOTYPE];\nvar ObjectPrototype = Object.prototype;\nvar RangeError = global.RangeError;\n\nvar packIEEE754 = IEEE754.pack;\nvar unpackIEEE754 = IEEE754.unpack;\n\nvar packInt8 = function (number) {\n return [number & 0xFF];\n};\n\nvar packInt16 = function (number) {\n return [number & 0xFF, number >> 8 & 0xFF];\n};\n\nvar packInt32 = function (number) {\n return [number & 0xFF, number >> 8 & 0xFF, number >> 16 & 0xFF, number >> 24 & 0xFF];\n};\n\nvar unpackInt32 = function (buffer) {\n return buffer[3] << 24 | buffer[2] << 16 | buffer[1] << 8 | buffer[0];\n};\n\nvar packFloat32 = function (number) {\n return packIEEE754(number, 23, 4);\n};\n\nvar packFloat64 = function (number) {\n return packIEEE754(number, 52, 8);\n};\n\nvar addGetter = function (Constructor, key) {\n defineProperty(Constructor[PROTOTYPE], key, { get: function () { return getInternalState(this)[key]; } });\n};\n\nvar get = function (view, count, index, isLittleEndian) {\n var intIndex = toIndex(index);\n var store = getInternalState(view);\n if (intIndex + count > store.byteLength) throw RangeError(WRONG_INDEX);\n var bytes = getInternalState(store.buffer).bytes;\n var start = intIndex + store.byteOffset;\n var pack = bytes.slice(start, start + count);\n return isLittleEndian ? pack : pack.reverse();\n};\n\nvar set = function (view, count, index, conversion, value, isLittleEndian) {\n var intIndex = toIndex(index);\n var store = getInternalState(view);\n if (intIndex + count > store.byteLength) throw RangeError(WRONG_INDEX);\n var bytes = getInternalState(store.buffer).bytes;\n var start = intIndex + store.byteOffset;\n var pack = conversion(+value);\n for (var i = 0; i < count; i++) bytes[start + i] = pack[isLittleEndian ? i : count - i - 1];\n};\n\nif (!NATIVE_ARRAY_BUFFER) {\n $ArrayBuffer = function ArrayBuffer(length) {\n anInstance(this, $ArrayBuffer, ARRAY_BUFFER);\n var byteLength = toIndex(length);\n setInternalState(this, {\n bytes: arrayFill.call(new Array(byteLength), 0),\n byteLength: byteLength\n });\n if (!DESCRIPTORS) this.byteLength = byteLength;\n };\n\n $DataView = function DataView(buffer, byteOffset, byteLength) {\n anInstance(this, $DataView, DATA_VIEW);\n anInstance(buffer, $ArrayBuffer, DATA_VIEW);\n var bufferLength = getInternalState(buffer).byteLength;\n var offset = toInteger(byteOffset);\n if (offset < 0 || offset > bufferLength) throw RangeError('Wrong offset');\n byteLength = byteLength === undefined ? bufferLength - offset : toLength(byteLength);\n if (offset + byteLength > bufferLength) throw RangeError(WRONG_LENGTH);\n setInternalState(this, {\n buffer: buffer,\n byteLength: byteLength,\n byteOffset: offset\n });\n if (!DESCRIPTORS) {\n this.buffer = buffer;\n this.byteLength = byteLength;\n this.byteOffset = offset;\n }\n };\n\n if (DESCRIPTORS) {\n addGetter($ArrayBuffer, 'byteLength');\n addGetter($DataView, 'buffer');\n addGetter($DataView, 'byteLength');\n addGetter($DataView, 'byteOffset');\n }\n\n redefineAll($DataView[PROTOTYPE], {\n getInt8: function getInt8(byteOffset) {\n return get(this, 1, byteOffset)[0] << 24 >> 24;\n },\n getUint8: function getUint8(byteOffset) {\n return get(this, 1, byteOffset)[0];\n },\n getInt16: function getInt16(byteOffset /* , littleEndian */) {\n var bytes = get(this, 2, byteOffset, arguments.length > 1 ? arguments[1] : undefined);\n return (bytes[1] << 8 | bytes[0]) << 16 >> 16;\n },\n getUint16: function getUint16(byteOffset /* , littleEndian */) {\n var bytes = get(this, 2, byteOffset, arguments.length > 1 ? arguments[1] : undefined);\n return bytes[1] << 8 | bytes[0];\n },\n getInt32: function getInt32(byteOffset /* , littleEndian */) {\n return unpackInt32(get(this, 4, byteOffset, arguments.length > 1 ? arguments[1] : undefined));\n },\n getUint32: function getUint32(byteOffset /* , littleEndian */) {\n return unpackInt32(get(this, 4, byteOffset, arguments.length > 1 ? arguments[1] : undefined)) >>> 0;\n },\n getFloat32: function getFloat32(byteOffset /* , littleEndian */) {\n return unpackIEEE754(get(this, 4, byteOffset, arguments.length > 1 ? arguments[1] : undefined), 23);\n },\n getFloat64: function getFloat64(byteOffset /* , littleEndian */) {\n return unpackIEEE754(get(this, 8, byteOffset, arguments.length > 1 ? arguments[1] : undefined), 52);\n },\n setInt8: function setInt8(byteOffset, value) {\n set(this, 1, byteOffset, packInt8, value);\n },\n setUint8: function setUint8(byteOffset, value) {\n set(this, 1, byteOffset, packInt8, value);\n },\n setInt16: function setInt16(byteOffset, value /* , littleEndian */) {\n set(this, 2, byteOffset, packInt16, value, arguments.length > 2 ? arguments[2] : undefined);\n },\n setUint16: function setUint16(byteOffset, value /* , littleEndian */) {\n set(this, 2, byteOffset, packInt16, value, arguments.length > 2 ? arguments[2] : undefined);\n },\n setInt32: function setInt32(byteOffset, value /* , littleEndian */) {\n set(this, 4, byteOffset, packInt32, value, arguments.length > 2 ? arguments[2] : undefined);\n },\n setUint32: function setUint32(byteOffset, value /* , littleEndian */) {\n set(this, 4, byteOffset, packInt32, value, arguments.length > 2 ? arguments[2] : undefined);\n },\n setFloat32: function setFloat32(byteOffset, value /* , littleEndian */) {\n set(this, 4, byteOffset, packFloat32, value, arguments.length > 2 ? arguments[2] : undefined);\n },\n setFloat64: function setFloat64(byteOffset, value /* , littleEndian */) {\n set(this, 8, byteOffset, packFloat64, value, arguments.length > 2 ? arguments[2] : undefined);\n }\n });\n} else {\n if (!fails(function () {\n NativeArrayBuffer(1);\n }) || !fails(function () {\n new NativeArrayBuffer(-1); // eslint-disable-line no-new\n }) || fails(function () {\n new NativeArrayBuffer(); // eslint-disable-line no-new\n new NativeArrayBuffer(1.5); // eslint-disable-line no-new\n new NativeArrayBuffer(NaN); // eslint-disable-line no-new\n return NativeArrayBuffer.name != ARRAY_BUFFER;\n })) {\n $ArrayBuffer = function ArrayBuffer(length) {\n anInstance(this, $ArrayBuffer);\n return new NativeArrayBuffer(toIndex(length));\n };\n var ArrayBufferPrototype = $ArrayBuffer[PROTOTYPE] = NativeArrayBuffer[PROTOTYPE];\n for (var keys = getOwnPropertyNames(NativeArrayBuffer), j = 0, key; keys.length > j;) {\n if (!((key = keys[j++]) in $ArrayBuffer)) {\n createNonEnumerableProperty($ArrayBuffer, key, NativeArrayBuffer[key]);\n }\n }\n ArrayBufferPrototype.constructor = $ArrayBuffer;\n }\n\n // WebKit bug - the same parent prototype for typed arrays and data view\n if (setPrototypeOf && getPrototypeOf($DataViewPrototype) !== ObjectPrototype) {\n setPrototypeOf($DataViewPrototype, ObjectPrototype);\n }\n\n // iOS Safari 7.x bug\n var testView = new $DataView(new $ArrayBuffer(2));\n var nativeSetInt8 = $DataViewPrototype.setInt8;\n testView.setInt8(0, 2147483648);\n testView.setInt8(1, 2147483649);\n if (testView.getInt8(0) || !testView.getInt8(1)) redefineAll($DataViewPrototype, {\n setInt8: function setInt8(byteOffset, value) {\n nativeSetInt8.call(this, byteOffset, value << 24 >> 24);\n },\n setUint8: function setUint8(byteOffset, value) {\n nativeSetInt8.call(this, byteOffset, value << 24 >> 24);\n }\n }, { unsafe: true });\n}\n\nsetToStringTag($ArrayBuffer, ARRAY_BUFFER);\nsetToStringTag($DataView, DATA_VIEW);\n\nmodule.exports = {\n ArrayBuffer: $ArrayBuffer,\n DataView: $DataView\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar global = require('../internals/global');\nvar arrayBufferModule = require('../internals/array-buffer');\nvar setSpecies = require('../internals/set-species');\n\nvar ARRAY_BUFFER = 'ArrayBuffer';\nvar ArrayBuffer = arrayBufferModule[ARRAY_BUFFER];\nvar NativeArrayBuffer = global[ARRAY_BUFFER];\n\n// `ArrayBuffer` constructor\n// https://tc39.github.io/ecma262/#sec-arraybuffer-constructor\n$({ global: true, forced: NativeArrayBuffer !== ArrayBuffer }, {\n ArrayBuffer: ArrayBuffer\n});\n\nsetSpecies(ARRAY_BUFFER);\n","'use strict';\nvar NATIVE_ARRAY_BUFFER = require('../internals/array-buffer-native');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\nvar has = require('../internals/has');\nvar classof = require('../internals/classof');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar defineProperty = require('../internals/object-define-property').f;\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar uid = require('../internals/uid');\n\nvar Int8Array = global.Int8Array;\nvar Int8ArrayPrototype = Int8Array && Int8Array.prototype;\nvar Uint8ClampedArray = global.Uint8ClampedArray;\nvar Uint8ClampedArrayPrototype = Uint8ClampedArray && Uint8ClampedArray.prototype;\nvar TypedArray = Int8Array && getPrototypeOf(Int8Array);\nvar TypedArrayPrototype = Int8ArrayPrototype && getPrototypeOf(Int8ArrayPrototype);\nvar ObjectPrototype = Object.prototype;\nvar isPrototypeOf = ObjectPrototype.isPrototypeOf;\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\nvar TYPED_ARRAY_TAG = uid('TYPED_ARRAY_TAG');\n// Fixing native typed arrays in Opera Presto crashes the browser, see #595\nvar NATIVE_ARRAY_BUFFER_VIEWS = NATIVE_ARRAY_BUFFER && !!setPrototypeOf && classof(global.opera) !== 'Opera';\nvar TYPED_ARRAY_TAG_REQIRED = false;\nvar NAME;\n\nvar TypedArrayConstructorsList = {\n Int8Array: 1,\n Uint8Array: 1,\n Uint8ClampedArray: 1,\n Int16Array: 2,\n Uint16Array: 2,\n Int32Array: 4,\n Uint32Array: 4,\n Float32Array: 4,\n Float64Array: 8\n};\n\nvar isView = function isView(it) {\n var klass = classof(it);\n return klass === 'DataView' || has(TypedArrayConstructorsList, klass);\n};\n\nvar isTypedArray = function (it) {\n return isObject(it) && has(TypedArrayConstructorsList, classof(it));\n};\n\nvar aTypedArray = function (it) {\n if (isTypedArray(it)) return it;\n throw TypeError('Target is not a typed array');\n};\n\nvar aTypedArrayConstructor = function (C) {\n if (setPrototypeOf) {\n if (isPrototypeOf.call(TypedArray, C)) return C;\n } else for (var ARRAY in TypedArrayConstructorsList) if (has(TypedArrayConstructorsList, NAME)) {\n var TypedArrayConstructor = global[ARRAY];\n if (TypedArrayConstructor && (C === TypedArrayConstructor || isPrototypeOf.call(TypedArrayConstructor, C))) {\n return C;\n }\n } throw TypeError('Target is not a typed array constructor');\n};\n\nvar exportTypedArrayMethod = function (KEY, property, forced) {\n if (!DESCRIPTORS) return;\n if (forced) for (var ARRAY in TypedArrayConstructorsList) {\n var TypedArrayConstructor = global[ARRAY];\n if (TypedArrayConstructor && has(TypedArrayConstructor.prototype, KEY)) {\n delete TypedArrayConstructor.prototype[KEY];\n }\n }\n if (!TypedArrayPrototype[KEY] || forced) {\n redefine(TypedArrayPrototype, KEY, forced ? property\n : NATIVE_ARRAY_BUFFER_VIEWS && Int8ArrayPrototype[KEY] || property);\n }\n};\n\nvar exportTypedArrayStaticMethod = function (KEY, property, forced) {\n var ARRAY, TypedArrayConstructor;\n if (!DESCRIPTORS) return;\n if (setPrototypeOf) {\n if (forced) for (ARRAY in TypedArrayConstructorsList) {\n TypedArrayConstructor = global[ARRAY];\n if (TypedArrayConstructor && has(TypedArrayConstructor, KEY)) {\n delete TypedArrayConstructor[KEY];\n }\n }\n if (!TypedArray[KEY] || forced) {\n // V8 ~ Chrome 49-50 `%TypedArray%` methods are non-writable non-configurable\n try {\n return redefine(TypedArray, KEY, forced ? property : NATIVE_ARRAY_BUFFER_VIEWS && Int8Array[KEY] || property);\n } catch (error) { /* empty */ }\n } else return;\n }\n for (ARRAY in TypedArrayConstructorsList) {\n TypedArrayConstructor = global[ARRAY];\n if (TypedArrayConstructor && (!TypedArrayConstructor[KEY] || forced)) {\n redefine(TypedArrayConstructor, KEY, property);\n }\n }\n};\n\nfor (NAME in TypedArrayConstructorsList) {\n if (!global[NAME]) NATIVE_ARRAY_BUFFER_VIEWS = false;\n}\n\n// WebKit bug - typed arrays constructors prototype is Object.prototype\nif (!NATIVE_ARRAY_BUFFER_VIEWS || typeof TypedArray != 'function' || TypedArray === Function.prototype) {\n // eslint-disable-next-line no-shadow\n TypedArray = function TypedArray() {\n throw TypeError('Incorrect invocation');\n };\n if (NATIVE_ARRAY_BUFFER_VIEWS) for (NAME in TypedArrayConstructorsList) {\n if (global[NAME]) setPrototypeOf(global[NAME], TypedArray);\n }\n}\n\nif (!NATIVE_ARRAY_BUFFER_VIEWS || !TypedArrayPrototype || TypedArrayPrototype === ObjectPrototype) {\n TypedArrayPrototype = TypedArray.prototype;\n if (NATIVE_ARRAY_BUFFER_VIEWS) for (NAME in TypedArrayConstructorsList) {\n if (global[NAME]) setPrototypeOf(global[NAME].prototype, TypedArrayPrototype);\n }\n}\n\n// WebKit bug - one more object in Uint8ClampedArray prototype chain\nif (NATIVE_ARRAY_BUFFER_VIEWS && getPrototypeOf(Uint8ClampedArrayPrototype) !== TypedArrayPrototype) {\n setPrototypeOf(Uint8ClampedArrayPrototype, TypedArrayPrototype);\n}\n\nif (DESCRIPTORS && !has(TypedArrayPrototype, TO_STRING_TAG)) {\n TYPED_ARRAY_TAG_REQIRED = true;\n defineProperty(TypedArrayPrototype, TO_STRING_TAG, { get: function () {\n return isObject(this) ? this[TYPED_ARRAY_TAG] : undefined;\n } });\n for (NAME in TypedArrayConstructorsList) if (global[NAME]) {\n createNonEnumerableProperty(global[NAME], TYPED_ARRAY_TAG, NAME);\n }\n}\n\nmodule.exports = {\n NATIVE_ARRAY_BUFFER_VIEWS: NATIVE_ARRAY_BUFFER_VIEWS,\n TYPED_ARRAY_TAG: TYPED_ARRAY_TAG_REQIRED && TYPED_ARRAY_TAG,\n aTypedArray: aTypedArray,\n aTypedArrayConstructor: aTypedArrayConstructor,\n exportTypedArrayMethod: exportTypedArrayMethod,\n exportTypedArrayStaticMethod: exportTypedArrayStaticMethod,\n isView: isView,\n isTypedArray: isTypedArray,\n TypedArray: TypedArray,\n TypedArrayPrototype: TypedArrayPrototype\n};\n","var $ = require('../internals/export');\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\n\nvar NATIVE_ARRAY_BUFFER_VIEWS = ArrayBufferViewCore.NATIVE_ARRAY_BUFFER_VIEWS;\n\n// `ArrayBuffer.isView` method\n// https://tc39.github.io/ecma262/#sec-arraybuffer.isview\n$({ target: 'ArrayBuffer', stat: true, forced: !NATIVE_ARRAY_BUFFER_VIEWS }, {\n isView: ArrayBufferViewCore.isView\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar ArrayBufferModule = require('../internals/array-buffer');\nvar anObject = require('../internals/an-object');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\nvar toLength = require('../internals/to-length');\nvar speciesConstructor = require('../internals/species-constructor');\n\nvar ArrayBuffer = ArrayBufferModule.ArrayBuffer;\nvar DataView = ArrayBufferModule.DataView;\nvar nativeArrayBufferSlice = ArrayBuffer.prototype.slice;\n\nvar INCORRECT_SLICE = fails(function () {\n return !new ArrayBuffer(2).slice(1, undefined).byteLength;\n});\n\n// `ArrayBuffer.prototype.slice` method\n// https://tc39.github.io/ecma262/#sec-arraybuffer.prototype.slice\n$({ target: 'ArrayBuffer', proto: true, unsafe: true, forced: INCORRECT_SLICE }, {\n slice: function slice(start, end) {\n if (nativeArrayBufferSlice !== undefined && end === undefined) {\n return nativeArrayBufferSlice.call(anObject(this), start); // FF fix\n }\n var length = anObject(this).byteLength;\n var first = toAbsoluteIndex(start, length);\n var fin = toAbsoluteIndex(end === undefined ? length : end, length);\n var result = new (speciesConstructor(this, ArrayBuffer))(toLength(fin - first));\n var viewSource = new DataView(this);\n var viewTarget = new DataView(result);\n var index = 0;\n while (first < fin) {\n viewTarget.setUint8(index++, viewSource.getUint8(first++));\n } return result;\n }\n});\n","var $ = require('../internals/export');\nvar ArrayBufferModule = require('../internals/array-buffer');\nvar NATIVE_ARRAY_BUFFER = require('../internals/array-buffer-native');\n\n// `DataView` constructor\n// https://tc39.github.io/ecma262/#sec-dataview-constructor\n$({ global: true, forced: !NATIVE_ARRAY_BUFFER }, {\n DataView: ArrayBufferModule.DataView\n});\n","/* eslint-disable no-new */\nvar global = require('../internals/global');\nvar fails = require('../internals/fails');\nvar checkCorrectnessOfIteration = require('../internals/check-correctness-of-iteration');\nvar NATIVE_ARRAY_BUFFER_VIEWS = require('../internals/array-buffer-view-core').NATIVE_ARRAY_BUFFER_VIEWS;\n\nvar ArrayBuffer = global.ArrayBuffer;\nvar Int8Array = global.Int8Array;\n\nmodule.exports = !NATIVE_ARRAY_BUFFER_VIEWS || !fails(function () {\n Int8Array(1);\n}) || !fails(function () {\n new Int8Array(-1);\n}) || !checkCorrectnessOfIteration(function (iterable) {\n new Int8Array();\n new Int8Array(null);\n new Int8Array(1.5);\n new Int8Array(iterable);\n}, true) || fails(function () {\n // Safari (11+) bug - a reason why even Safari 13 should load a typed array polyfill\n return new Int8Array(new ArrayBuffer(2), 1, undefined).length !== 1;\n});\n","var toInteger = require('../internals/to-integer');\n\nmodule.exports = function (it) {\n var result = toInteger(it);\n if (result < 0) throw RangeError(\"The argument can't be less than 0\");\n return result;\n};\n","var toPositiveInteger = require('../internals/to-positive-integer');\n\nmodule.exports = function (it, BYTES) {\n var offset = toPositiveInteger(it);\n if (offset % BYTES) throw RangeError('Wrong offset');\n return offset;\n};\n","var toObject = require('../internals/to-object');\nvar toLength = require('../internals/to-length');\nvar getIteratorMethod = require('../internals/get-iterator-method');\nvar isArrayIteratorMethod = require('../internals/is-array-iterator-method');\nvar bind = require('../internals/function-bind-context');\nvar aTypedArrayConstructor = require('../internals/array-buffer-view-core').aTypedArrayConstructor;\n\nmodule.exports = function from(source /* , mapfn, thisArg */) {\n var O = toObject(source);\n var argumentsLength = arguments.length;\n var mapfn = argumentsLength > 1 ? arguments[1] : undefined;\n var mapping = mapfn !== undefined;\n var iteratorMethod = getIteratorMethod(O);\n var i, length, result, step, iterator, next;\n if (iteratorMethod != undefined && !isArrayIteratorMethod(iteratorMethod)) {\n iterator = iteratorMethod.call(O);\n next = iterator.next;\n O = [];\n while (!(step = next.call(iterator)).done) {\n O.push(step.value);\n }\n }\n if (mapping && argumentsLength > 2) {\n mapfn = bind(mapfn, arguments[2], 2);\n }\n length = toLength(O.length);\n result = new (aTypedArrayConstructor(this))(length);\n for (i = 0; length > i; i++) {\n result[i] = mapping ? mapfn(O[i], i) : O[i];\n }\n return result;\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar global = require('../internals/global');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar TYPED_ARRAYS_CONSTRUCTORS_REQUIRES_WRAPPERS = require('../internals/typed-array-constructors-require-wrappers');\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar ArrayBufferModule = require('../internals/array-buffer');\nvar anInstance = require('../internals/an-instance');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar toLength = require('../internals/to-length');\nvar toIndex = require('../internals/to-index');\nvar toOffset = require('../internals/to-offset');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar classof = require('../internals/classof');\nvar isObject = require('../internals/is-object');\nvar create = require('../internals/object-create');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\nvar getOwnPropertyNames = require('../internals/object-get-own-property-names').f;\nvar typedArrayFrom = require('../internals/typed-array-from');\nvar forEach = require('../internals/array-iteration').forEach;\nvar setSpecies = require('../internals/set-species');\nvar definePropertyModule = require('../internals/object-define-property');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar InternalStateModule = require('../internals/internal-state');\nvar inheritIfRequired = require('../internals/inherit-if-required');\n\nvar getInternalState = InternalStateModule.get;\nvar setInternalState = InternalStateModule.set;\nvar nativeDefineProperty = definePropertyModule.f;\nvar nativeGetOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\nvar round = Math.round;\nvar RangeError = global.RangeError;\nvar ArrayBuffer = ArrayBufferModule.ArrayBuffer;\nvar DataView = ArrayBufferModule.DataView;\nvar NATIVE_ARRAY_BUFFER_VIEWS = ArrayBufferViewCore.NATIVE_ARRAY_BUFFER_VIEWS;\nvar TYPED_ARRAY_TAG = ArrayBufferViewCore.TYPED_ARRAY_TAG;\nvar TypedArray = ArrayBufferViewCore.TypedArray;\nvar TypedArrayPrototype = ArrayBufferViewCore.TypedArrayPrototype;\nvar aTypedArrayConstructor = ArrayBufferViewCore.aTypedArrayConstructor;\nvar isTypedArray = ArrayBufferViewCore.isTypedArray;\nvar BYTES_PER_ELEMENT = 'BYTES_PER_ELEMENT';\nvar WRONG_LENGTH = 'Wrong length';\n\nvar fromList = function (C, list) {\n var index = 0;\n var length = list.length;\n var result = new (aTypedArrayConstructor(C))(length);\n while (length > index) result[index] = list[index++];\n return result;\n};\n\nvar addGetter = function (it, key) {\n nativeDefineProperty(it, key, { get: function () {\n return getInternalState(this)[key];\n } });\n};\n\nvar isArrayBuffer = function (it) {\n var klass;\n return it instanceof ArrayBuffer || (klass = classof(it)) == 'ArrayBuffer' || klass == 'SharedArrayBuffer';\n};\n\nvar isTypedArrayIndex = function (target, key) {\n return isTypedArray(target)\n && typeof key != 'symbol'\n && key in target\n && String(+key) == String(key);\n};\n\nvar wrappedGetOwnPropertyDescriptor = function getOwnPropertyDescriptor(target, key) {\n return isTypedArrayIndex(target, key = toPrimitive(key, true))\n ? createPropertyDescriptor(2, target[key])\n : nativeGetOwnPropertyDescriptor(target, key);\n};\n\nvar wrappedDefineProperty = function defineProperty(target, key, descriptor) {\n if (isTypedArrayIndex(target, key = toPrimitive(key, true))\n && isObject(descriptor)\n && has(descriptor, 'value')\n && !has(descriptor, 'get')\n && !has(descriptor, 'set')\n // TODO: add validation descriptor w/o calling accessors\n && !descriptor.configurable\n && (!has(descriptor, 'writable') || descriptor.writable)\n && (!has(descriptor, 'enumerable') || descriptor.enumerable)\n ) {\n target[key] = descriptor.value;\n return target;\n } return nativeDefineProperty(target, key, descriptor);\n};\n\nif (DESCRIPTORS) {\n if (!NATIVE_ARRAY_BUFFER_VIEWS) {\n getOwnPropertyDescriptorModule.f = wrappedGetOwnPropertyDescriptor;\n definePropertyModule.f = wrappedDefineProperty;\n addGetter(TypedArrayPrototype, 'buffer');\n addGetter(TypedArrayPrototype, 'byteOffset');\n addGetter(TypedArrayPrototype, 'byteLength');\n addGetter(TypedArrayPrototype, 'length');\n }\n\n $({ target: 'Object', stat: true, forced: !NATIVE_ARRAY_BUFFER_VIEWS }, {\n getOwnPropertyDescriptor: wrappedGetOwnPropertyDescriptor,\n defineProperty: wrappedDefineProperty\n });\n\n module.exports = function (TYPE, wrapper, CLAMPED) {\n var BYTES = TYPE.match(/\\d+$/)[0] / 8;\n var CONSTRUCTOR_NAME = TYPE + (CLAMPED ? 'Clamped' : '') + 'Array';\n var GETTER = 'get' + TYPE;\n var SETTER = 'set' + TYPE;\n var NativeTypedArrayConstructor = global[CONSTRUCTOR_NAME];\n var TypedArrayConstructor = NativeTypedArrayConstructor;\n var TypedArrayConstructorPrototype = TypedArrayConstructor && TypedArrayConstructor.prototype;\n var exported = {};\n\n var getter = function (that, index) {\n var data = getInternalState(that);\n return data.view[GETTER](index * BYTES + data.byteOffset, true);\n };\n\n var setter = function (that, index, value) {\n var data = getInternalState(that);\n if (CLAMPED) value = (value = round(value)) < 0 ? 0 : value > 0xFF ? 0xFF : value & 0xFF;\n data.view[SETTER](index * BYTES + data.byteOffset, value, true);\n };\n\n var addElement = function (that, index) {\n nativeDefineProperty(that, index, {\n get: function () {\n return getter(this, index);\n },\n set: function (value) {\n return setter(this, index, value);\n },\n enumerable: true\n });\n };\n\n if (!NATIVE_ARRAY_BUFFER_VIEWS) {\n TypedArrayConstructor = wrapper(function (that, data, offset, $length) {\n anInstance(that, TypedArrayConstructor, CONSTRUCTOR_NAME);\n var index = 0;\n var byteOffset = 0;\n var buffer, byteLength, length;\n if (!isObject(data)) {\n length = toIndex(data);\n byteLength = length * BYTES;\n buffer = new ArrayBuffer(byteLength);\n } else if (isArrayBuffer(data)) {\n buffer = data;\n byteOffset = toOffset(offset, BYTES);\n var $len = data.byteLength;\n if ($length === undefined) {\n if ($len % BYTES) throw RangeError(WRONG_LENGTH);\n byteLength = $len - byteOffset;\n if (byteLength < 0) throw RangeError(WRONG_LENGTH);\n } else {\n byteLength = toLength($length) * BYTES;\n if (byteLength + byteOffset > $len) throw RangeError(WRONG_LENGTH);\n }\n length = byteLength / BYTES;\n } else if (isTypedArray(data)) {\n return fromList(TypedArrayConstructor, data);\n } else {\n return typedArrayFrom.call(TypedArrayConstructor, data);\n }\n setInternalState(that, {\n buffer: buffer,\n byteOffset: byteOffset,\n byteLength: byteLength,\n length: length,\n view: new DataView(buffer)\n });\n while (index < length) addElement(that, index++);\n });\n\n if (setPrototypeOf) setPrototypeOf(TypedArrayConstructor, TypedArray);\n TypedArrayConstructorPrototype = TypedArrayConstructor.prototype = create(TypedArrayPrototype);\n } else if (TYPED_ARRAYS_CONSTRUCTORS_REQUIRES_WRAPPERS) {\n TypedArrayConstructor = wrapper(function (dummy, data, typedArrayOffset, $length) {\n anInstance(dummy, TypedArrayConstructor, CONSTRUCTOR_NAME);\n return inheritIfRequired(function () {\n if (!isObject(data)) return new NativeTypedArrayConstructor(toIndex(data));\n if (isArrayBuffer(data)) return $length !== undefined\n ? new NativeTypedArrayConstructor(data, toOffset(typedArrayOffset, BYTES), $length)\n : typedArrayOffset !== undefined\n ? new NativeTypedArrayConstructor(data, toOffset(typedArrayOffset, BYTES))\n : new NativeTypedArrayConstructor(data);\n if (isTypedArray(data)) return fromList(TypedArrayConstructor, data);\n return typedArrayFrom.call(TypedArrayConstructor, data);\n }(), dummy, TypedArrayConstructor);\n });\n\n if (setPrototypeOf) setPrototypeOf(TypedArrayConstructor, TypedArray);\n forEach(getOwnPropertyNames(NativeTypedArrayConstructor), function (key) {\n if (!(key in TypedArrayConstructor)) {\n createNonEnumerableProperty(TypedArrayConstructor, key, NativeTypedArrayConstructor[key]);\n }\n });\n TypedArrayConstructor.prototype = TypedArrayConstructorPrototype;\n }\n\n if (TypedArrayConstructorPrototype.constructor !== TypedArrayConstructor) {\n createNonEnumerableProperty(TypedArrayConstructorPrototype, 'constructor', TypedArrayConstructor);\n }\n\n if (TYPED_ARRAY_TAG) {\n createNonEnumerableProperty(TypedArrayConstructorPrototype, TYPED_ARRAY_TAG, CONSTRUCTOR_NAME);\n }\n\n exported[CONSTRUCTOR_NAME] = TypedArrayConstructor;\n\n $({\n global: true, forced: TypedArrayConstructor != NativeTypedArrayConstructor, sham: !NATIVE_ARRAY_BUFFER_VIEWS\n }, exported);\n\n if (!(BYTES_PER_ELEMENT in TypedArrayConstructor)) {\n createNonEnumerableProperty(TypedArrayConstructor, BYTES_PER_ELEMENT, BYTES);\n }\n\n if (!(BYTES_PER_ELEMENT in TypedArrayConstructorPrototype)) {\n createNonEnumerableProperty(TypedArrayConstructorPrototype, BYTES_PER_ELEMENT, BYTES);\n }\n\n setSpecies(CONSTRUCTOR_NAME);\n };\n} else module.exports = function () { /* empty */ };\n","var createTypedArrayConstructor = require('../internals/typed-array-constructor');\n\n// `Int8Array` constructor\n// https://tc39.github.io/ecma262/#sec-typedarray-objects\ncreateTypedArrayConstructor('Int8', function (init) {\n return function Int8Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","var createTypedArrayConstructor = require('../internals/typed-array-constructor');\n\n// `Uint8Array` constructor\n// https://tc39.github.io/ecma262/#sec-typedarray-objects\ncreateTypedArrayConstructor('Uint8', function (init) {\n return function Uint8Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","var createTypedArrayConstructor = require('../internals/typed-array-constructor');\n\n// `Uint8ClampedArray` constructor\n// https://tc39.github.io/ecma262/#sec-typedarray-objects\ncreateTypedArrayConstructor('Uint8', function (init) {\n return function Uint8ClampedArray(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n}, true);\n","var createTypedArrayConstructor = require('../internals/typed-array-constructor');\n\n// `Int16Array` constructor\n// https://tc39.github.io/ecma262/#sec-typedarray-objects\ncreateTypedArrayConstructor('Int16', function (init) {\n return function Int16Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","var createTypedArrayConstructor = require('../internals/typed-array-constructor');\n\n// `Uint16Array` constructor\n// https://tc39.github.io/ecma262/#sec-typedarray-objects\ncreateTypedArrayConstructor('Uint16', function (init) {\n return function Uint16Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","var createTypedArrayConstructor = require('../internals/typed-array-constructor');\n\n// `Int32Array` constructor\n// https://tc39.github.io/ecma262/#sec-typedarray-objects\ncreateTypedArrayConstructor('Int32', function (init) {\n return function Int32Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","var createTypedArrayConstructor = require('../internals/typed-array-constructor');\n\n// `Uint32Array` constructor\n// https://tc39.github.io/ecma262/#sec-typedarray-objects\ncreateTypedArrayConstructor('Uint32', function (init) {\n return function Uint32Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","var createTypedArrayConstructor = require('../internals/typed-array-constructor');\n\n// `Float32Array` constructor\n// https://tc39.github.io/ecma262/#sec-typedarray-objects\ncreateTypedArrayConstructor('Float32', function (init) {\n return function Float32Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","var createTypedArrayConstructor = require('../internals/typed-array-constructor');\n\n// `Float64Array` constructor\n// https://tc39.github.io/ecma262/#sec-typedarray-objects\ncreateTypedArrayConstructor('Float64', function (init) {\n return function Float64Array(data, byteOffset, length) {\n return init(this, data, byteOffset, length);\n };\n});\n","'use strict';\nvar TYPED_ARRAYS_CONSTRUCTORS_REQUIRES_WRAPPERS = require('../internals/typed-array-constructors-require-wrappers');\nvar exportTypedArrayStaticMethod = require('../internals/array-buffer-view-core').exportTypedArrayStaticMethod;\nvar typedArrayFrom = require('../internals/typed-array-from');\n\n// `%TypedArray%.from` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.from\nexportTypedArrayStaticMethod('from', typedArrayFrom, TYPED_ARRAYS_CONSTRUCTORS_REQUIRES_WRAPPERS);\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar TYPED_ARRAYS_CONSTRUCTORS_REQUIRES_WRAPPERS = require('../internals/typed-array-constructors-require-wrappers');\n\nvar aTypedArrayConstructor = ArrayBufferViewCore.aTypedArrayConstructor;\nvar exportTypedArrayStaticMethod = ArrayBufferViewCore.exportTypedArrayStaticMethod;\n\n// `%TypedArray%.of` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.of\nexportTypedArrayStaticMethod('of', function of(/* ...items */) {\n var index = 0;\n var length = arguments.length;\n var result = new (aTypedArrayConstructor(this))(length);\n while (length > index) result[index] = arguments[index++];\n return result;\n}, TYPED_ARRAYS_CONSTRUCTORS_REQUIRES_WRAPPERS);\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar $copyWithin = require('../internals/array-copy-within');\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\n// `%TypedArray%.prototype.copyWithin` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.copywithin\nexportTypedArrayMethod('copyWithin', function copyWithin(target, start /* , end */) {\n return $copyWithin.call(aTypedArray(this), target, start, arguments.length > 2 ? arguments[2] : undefined);\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar $every = require('../internals/array-iteration').every;\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\n// `%TypedArray%.prototype.every` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.every\nexportTypedArrayMethod('every', function every(callbackfn /* , thisArg */) {\n return $every(aTypedArray(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar $fill = require('../internals/array-fill');\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\n// `%TypedArray%.prototype.fill` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.fill\n// eslint-disable-next-line no-unused-vars\nexportTypedArrayMethod('fill', function fill(value /* , start, end */) {\n return $fill.apply(aTypedArray(this), arguments);\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar $filter = require('../internals/array-iteration').filter;\nvar speciesConstructor = require('../internals/species-constructor');\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar aTypedArrayConstructor = ArrayBufferViewCore.aTypedArrayConstructor;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\n// `%TypedArray%.prototype.filter` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.filter\nexportTypedArrayMethod('filter', function filter(callbackfn /* , thisArg */) {\n var list = $filter(aTypedArray(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n var C = speciesConstructor(this, this.constructor);\n var index = 0;\n var length = list.length;\n var result = new (aTypedArrayConstructor(C))(length);\n while (length > index) result[index] = list[index++];\n return result;\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar $find = require('../internals/array-iteration').find;\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\n// `%TypedArray%.prototype.find` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.find\nexportTypedArrayMethod('find', function find(predicate /* , thisArg */) {\n return $find(aTypedArray(this), predicate, arguments.length > 1 ? arguments[1] : undefined);\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar $findIndex = require('../internals/array-iteration').findIndex;\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\n// `%TypedArray%.prototype.findIndex` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.findindex\nexportTypedArrayMethod('findIndex', function findIndex(predicate /* , thisArg */) {\n return $findIndex(aTypedArray(this), predicate, arguments.length > 1 ? arguments[1] : undefined);\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar $forEach = require('../internals/array-iteration').forEach;\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\n// `%TypedArray%.prototype.forEach` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.foreach\nexportTypedArrayMethod('forEach', function forEach(callbackfn /* , thisArg */) {\n $forEach(aTypedArray(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar $includes = require('../internals/array-includes').includes;\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\n// `%TypedArray%.prototype.includes` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.includes\nexportTypedArrayMethod('includes', function includes(searchElement /* , fromIndex */) {\n return $includes(aTypedArray(this), searchElement, arguments.length > 1 ? arguments[1] : undefined);\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar $indexOf = require('../internals/array-includes').indexOf;\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\n// `%TypedArray%.prototype.indexOf` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.indexof\nexportTypedArrayMethod('indexOf', function indexOf(searchElement /* , fromIndex */) {\n return $indexOf(aTypedArray(this), searchElement, arguments.length > 1 ? arguments[1] : undefined);\n});\n","'use strict';\nvar global = require('../internals/global');\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar ArrayIterators = require('../modules/es.array.iterator');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar Uint8Array = global.Uint8Array;\nvar arrayValues = ArrayIterators.values;\nvar arrayKeys = ArrayIterators.keys;\nvar arrayEntries = ArrayIterators.entries;\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\nvar nativeTypedArrayIterator = Uint8Array && Uint8Array.prototype[ITERATOR];\n\nvar CORRECT_ITER_NAME = !!nativeTypedArrayIterator\n && (nativeTypedArrayIterator.name == 'values' || nativeTypedArrayIterator.name == undefined);\n\nvar typedArrayValues = function values() {\n return arrayValues.call(aTypedArray(this));\n};\n\n// `%TypedArray%.prototype.entries` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.entries\nexportTypedArrayMethod('entries', function entries() {\n return arrayEntries.call(aTypedArray(this));\n});\n// `%TypedArray%.prototype.keys` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.keys\nexportTypedArrayMethod('keys', function keys() {\n return arrayKeys.call(aTypedArray(this));\n});\n// `%TypedArray%.prototype.values` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.values\nexportTypedArrayMethod('values', typedArrayValues, !CORRECT_ITER_NAME);\n// `%TypedArray%.prototype[@@iterator]` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype-@@iterator\nexportTypedArrayMethod(ITERATOR, typedArrayValues, !CORRECT_ITER_NAME);\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\nvar $join = [].join;\n\n// `%TypedArray%.prototype.join` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.join\n// eslint-disable-next-line no-unused-vars\nexportTypedArrayMethod('join', function join(separator) {\n return $join.apply(aTypedArray(this), arguments);\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar $lastIndexOf = require('../internals/array-last-index-of');\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\n// `%TypedArray%.prototype.lastIndexOf` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.lastindexof\n// eslint-disable-next-line no-unused-vars\nexportTypedArrayMethod('lastIndexOf', function lastIndexOf(searchElement /* , fromIndex */) {\n return $lastIndexOf.apply(aTypedArray(this), arguments);\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar $map = require('../internals/array-iteration').map;\nvar speciesConstructor = require('../internals/species-constructor');\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar aTypedArrayConstructor = ArrayBufferViewCore.aTypedArrayConstructor;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\n// `%TypedArray%.prototype.map` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.map\nexportTypedArrayMethod('map', function map(mapfn /* , thisArg */) {\n return $map(aTypedArray(this), mapfn, arguments.length > 1 ? arguments[1] : undefined, function (O, length) {\n return new (aTypedArrayConstructor(speciesConstructor(O, O.constructor)))(length);\n });\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar $reduce = require('../internals/array-reduce').left;\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\n// `%TypedArray%.prototype.reduce` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.reduce\nexportTypedArrayMethod('reduce', function reduce(callbackfn /* , initialValue */) {\n return $reduce(aTypedArray(this), callbackfn, arguments.length, arguments.length > 1 ? arguments[1] : undefined);\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar $reduceRight = require('../internals/array-reduce').right;\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\n// `%TypedArray%.prototype.reduceRicht` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.reduceright\nexportTypedArrayMethod('reduceRight', function reduceRight(callbackfn /* , initialValue */) {\n return $reduceRight(aTypedArray(this), callbackfn, arguments.length, arguments.length > 1 ? arguments[1] : undefined);\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\nvar floor = Math.floor;\n\n// `%TypedArray%.prototype.reverse` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.reverse\nexportTypedArrayMethod('reverse', function reverse() {\n var that = this;\n var length = aTypedArray(that).length;\n var middle = floor(length / 2);\n var index = 0;\n var value;\n while (index < middle) {\n value = that[index];\n that[index++] = that[--length];\n that[length] = value;\n } return that;\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar toLength = require('../internals/to-length');\nvar toOffset = require('../internals/to-offset');\nvar toObject = require('../internals/to-object');\nvar fails = require('../internals/fails');\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\nvar FORCED = fails(function () {\n // eslint-disable-next-line no-undef\n new Int8Array(1).set({});\n});\n\n// `%TypedArray%.prototype.set` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.set\nexportTypedArrayMethod('set', function set(arrayLike /* , offset */) {\n aTypedArray(this);\n var offset = toOffset(arguments.length > 1 ? arguments[1] : undefined, 1);\n var length = this.length;\n var src = toObject(arrayLike);\n var len = toLength(src.length);\n var index = 0;\n if (len + offset > length) throw RangeError('Wrong length');\n while (index < len) this[offset + index] = src[index++];\n}, FORCED);\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar speciesConstructor = require('../internals/species-constructor');\nvar fails = require('../internals/fails');\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar aTypedArrayConstructor = ArrayBufferViewCore.aTypedArrayConstructor;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\nvar $slice = [].slice;\n\nvar FORCED = fails(function () {\n // eslint-disable-next-line no-undef\n new Int8Array(1).slice();\n});\n\n// `%TypedArray%.prototype.slice` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.slice\nexportTypedArrayMethod('slice', function slice(start, end) {\n var list = $slice.call(aTypedArray(this), start, end);\n var C = speciesConstructor(this, this.constructor);\n var index = 0;\n var length = list.length;\n var result = new (aTypedArrayConstructor(C))(length);\n while (length > index) result[index] = list[index++];\n return result;\n}, FORCED);\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar $some = require('../internals/array-iteration').some;\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\n// `%TypedArray%.prototype.some` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.some\nexportTypedArrayMethod('some', function some(callbackfn /* , thisArg */) {\n return $some(aTypedArray(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\nvar $sort = [].sort;\n\n// `%TypedArray%.prototype.sort` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.sort\nexportTypedArrayMethod('sort', function sort(comparefn) {\n return $sort.call(aTypedArray(this), comparefn);\n});\n","'use strict';\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\nvar speciesConstructor = require('../internals/species-constructor');\n\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\n\n// `%TypedArray%.prototype.subarray` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.subarray\nexportTypedArrayMethod('subarray', function subarray(begin, end) {\n var O = aTypedArray(this);\n var length = O.length;\n var beginIndex = toAbsoluteIndex(begin, length);\n return new (speciesConstructor(O, O.constructor))(\n O.buffer,\n O.byteOffset + beginIndex * O.BYTES_PER_ELEMENT,\n toLength((end === undefined ? length : toAbsoluteIndex(end, length)) - beginIndex)\n );\n});\n","'use strict';\nvar global = require('../internals/global');\nvar ArrayBufferViewCore = require('../internals/array-buffer-view-core');\nvar fails = require('../internals/fails');\n\nvar Int8Array = global.Int8Array;\nvar aTypedArray = ArrayBufferViewCore.aTypedArray;\nvar exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod;\nvar $toLocaleString = [].toLocaleString;\nvar $slice = [].slice;\n\n// iOS Safari 6.x fails here\nvar TO_LOCALE_STRING_BUG = !!Int8Array && fails(function () {\n $toLocaleString.call(new Int8Array(1));\n});\n\nvar FORCED = fails(function () {\n return [1, 2].toLocaleString() != new Int8Array([1, 2]).toLocaleString();\n}) || !fails(function () {\n Int8Array.prototype.toLocaleString.call([1, 2]);\n});\n\n// `%TypedArray%.prototype.toLocaleString` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.tolocalestring\nexportTypedArrayMethod('toLocaleString', function toLocaleString() {\n return $toLocaleString.apply(TO_LOCALE_STRING_BUG ? $slice.call(aTypedArray(this)) : aTypedArray(this), arguments);\n}, FORCED);\n","'use strict';\nvar exportTypedArrayMethod = require('../internals/array-buffer-view-core').exportTypedArrayMethod;\nvar fails = require('../internals/fails');\nvar global = require('../internals/global');\n\nvar Uint8Array = global.Uint8Array;\nvar Uint8ArrayPrototype = Uint8Array && Uint8Array.prototype || {};\nvar arrayToString = [].toString;\nvar arrayJoin = [].join;\n\nif (fails(function () { arrayToString.call({}); })) {\n arrayToString = function toString() {\n return arrayJoin.call(this);\n };\n}\n\nvar IS_NOT_ARRAY_METHOD = Uint8ArrayPrototype.toString != arrayToString;\n\n// `%TypedArray%.prototype.toString` method\n// https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.tostring\nexportTypedArrayMethod('toString', arrayToString, IS_NOT_ARRAY_METHOD);\n","var $ = require('../internals/export');\nvar getBuiltIn = require('../internals/get-built-in');\nvar aFunction = require('../internals/a-function');\nvar anObject = require('../internals/an-object');\nvar fails = require('../internals/fails');\n\nvar nativeApply = getBuiltIn('Reflect', 'apply');\nvar functionApply = Function.apply;\n\n// MS Edge argumentsList argument is optional\nvar OPTIONAL_ARGUMENTS_LIST = !fails(function () {\n nativeApply(function () { /* empty */ });\n});\n\n// `Reflect.apply` method\n// https://tc39.github.io/ecma262/#sec-reflect.apply\n$({ target: 'Reflect', stat: true, forced: OPTIONAL_ARGUMENTS_LIST }, {\n apply: function apply(target, thisArgument, argumentsList) {\n aFunction(target);\n anObject(argumentsList);\n return nativeApply\n ? nativeApply(target, thisArgument, argumentsList)\n : functionApply.call(target, thisArgument, argumentsList);\n }\n});\n","var $ = require('../internals/export');\nvar getBuiltIn = require('../internals/get-built-in');\nvar aFunction = require('../internals/a-function');\nvar anObject = require('../internals/an-object');\nvar isObject = require('../internals/is-object');\nvar create = require('../internals/object-create');\nvar bind = require('../internals/function-bind');\nvar fails = require('../internals/fails');\n\nvar nativeConstruct = getBuiltIn('Reflect', 'construct');\n\n// `Reflect.construct` method\n// https://tc39.github.io/ecma262/#sec-reflect.construct\n// MS Edge supports only 2 arguments and argumentsList argument is optional\n// FF Nightly sets third argument as `new.target`, but does not create `this` from it\nvar NEW_TARGET_BUG = fails(function () {\n function F() { /* empty */ }\n return !(nativeConstruct(function () { /* empty */ }, [], F) instanceof F);\n});\nvar ARGS_BUG = !fails(function () {\n nativeConstruct(function () { /* empty */ });\n});\nvar FORCED = NEW_TARGET_BUG || ARGS_BUG;\n\n$({ target: 'Reflect', stat: true, forced: FORCED, sham: FORCED }, {\n construct: function construct(Target, args /* , newTarget */) {\n aFunction(Target);\n anObject(args);\n var newTarget = arguments.length < 3 ? Target : aFunction(arguments[2]);\n if (ARGS_BUG && !NEW_TARGET_BUG) return nativeConstruct(Target, args, newTarget);\n if (Target == newTarget) {\n // w/o altered newTarget, optimization for 0-4 arguments\n switch (args.length) {\n case 0: return new Target();\n case 1: return new Target(args[0]);\n case 2: return new Target(args[0], args[1]);\n case 3: return new Target(args[0], args[1], args[2]);\n case 4: return new Target(args[0], args[1], args[2], args[3]);\n }\n // w/o altered newTarget, lot of arguments case\n var $args = [null];\n $args.push.apply($args, args);\n return new (bind.apply(Target, $args))();\n }\n // with altered newTarget, not support built-in constructors\n var proto = newTarget.prototype;\n var instance = create(isObject(proto) ? proto : Object.prototype);\n var result = Function.apply.call(Target, instance, args);\n return isObject(result) ? result : instance;\n }\n});\n","var $ = require('../internals/export');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar definePropertyModule = require('../internals/object-define-property');\nvar fails = require('../internals/fails');\n\n// MS Edge has broken Reflect.defineProperty - throwing instead of returning false\nvar ERROR_INSTEAD_OF_FALSE = fails(function () {\n // eslint-disable-next-line no-undef\n Reflect.defineProperty(definePropertyModule.f({}, 1, { value: 1 }), 1, { value: 2 });\n});\n\n// `Reflect.defineProperty` method\n// https://tc39.github.io/ecma262/#sec-reflect.defineproperty\n$({ target: 'Reflect', stat: true, forced: ERROR_INSTEAD_OF_FALSE, sham: !DESCRIPTORS }, {\n defineProperty: function defineProperty(target, propertyKey, attributes) {\n anObject(target);\n var key = toPrimitive(propertyKey, true);\n anObject(attributes);\n try {\n definePropertyModule.f(target, key, attributes);\n return true;\n } catch (error) {\n return false;\n }\n }\n});\n","var $ = require('../internals/export');\nvar anObject = require('../internals/an-object');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\n\n// `Reflect.deleteProperty` method\n// https://tc39.github.io/ecma262/#sec-reflect.deleteproperty\n$({ target: 'Reflect', stat: true }, {\n deleteProperty: function deleteProperty(target, propertyKey) {\n var descriptor = getOwnPropertyDescriptor(anObject(target), propertyKey);\n return descriptor && !descriptor.configurable ? false : delete target[propertyKey];\n }\n});\n","var $ = require('../internals/export');\nvar isObject = require('../internals/is-object');\nvar anObject = require('../internals/an-object');\nvar has = require('../internals/has');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\n\n// `Reflect.get` method\n// https://tc39.github.io/ecma262/#sec-reflect.get\nfunction get(target, propertyKey /* , receiver */) {\n var receiver = arguments.length < 3 ? target : arguments[2];\n var descriptor, prototype;\n if (anObject(target) === receiver) return target[propertyKey];\n if (descriptor = getOwnPropertyDescriptorModule.f(target, propertyKey)) return has(descriptor, 'value')\n ? descriptor.value\n : descriptor.get === undefined\n ? undefined\n : descriptor.get.call(receiver);\n if (isObject(prototype = getPrototypeOf(target))) return get(prototype, propertyKey, receiver);\n}\n\n$({ target: 'Reflect', stat: true }, {\n get: get\n});\n","var $ = require('../internals/export');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar anObject = require('../internals/an-object');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\n\n// `Reflect.getOwnPropertyDescriptor` method\n// https://tc39.github.io/ecma262/#sec-reflect.getownpropertydescriptor\n$({ target: 'Reflect', stat: true, sham: !DESCRIPTORS }, {\n getOwnPropertyDescriptor: function getOwnPropertyDescriptor(target, propertyKey) {\n return getOwnPropertyDescriptorModule.f(anObject(target), propertyKey);\n }\n});\n","var $ = require('../internals/export');\nvar anObject = require('../internals/an-object');\nvar objectGetPrototypeOf = require('../internals/object-get-prototype-of');\nvar CORRECT_PROTOTYPE_GETTER = require('../internals/correct-prototype-getter');\n\n// `Reflect.getPrototypeOf` method\n// https://tc39.github.io/ecma262/#sec-reflect.getprototypeof\n$({ target: 'Reflect', stat: true, sham: !CORRECT_PROTOTYPE_GETTER }, {\n getPrototypeOf: function getPrototypeOf(target) {\n return objectGetPrototypeOf(anObject(target));\n }\n});\n","var $ = require('../internals/export');\n\n// `Reflect.has` method\n// https://tc39.github.io/ecma262/#sec-reflect.has\n$({ target: 'Reflect', stat: true }, {\n has: function has(target, propertyKey) {\n return propertyKey in target;\n }\n});\n","var $ = require('../internals/export');\nvar anObject = require('../internals/an-object');\n\nvar objectIsExtensible = Object.isExtensible;\n\n// `Reflect.isExtensible` method\n// https://tc39.github.io/ecma262/#sec-reflect.isextensible\n$({ target: 'Reflect', stat: true }, {\n isExtensible: function isExtensible(target) {\n anObject(target);\n return objectIsExtensible ? objectIsExtensible(target) : true;\n }\n});\n","var $ = require('../internals/export');\nvar ownKeys = require('../internals/own-keys');\n\n// `Reflect.ownKeys` method\n// https://tc39.github.io/ecma262/#sec-reflect.ownkeys\n$({ target: 'Reflect', stat: true }, {\n ownKeys: ownKeys\n});\n","var $ = require('../internals/export');\nvar getBuiltIn = require('../internals/get-built-in');\nvar anObject = require('../internals/an-object');\nvar FREEZING = require('../internals/freezing');\n\n// `Reflect.preventExtensions` method\n// https://tc39.github.io/ecma262/#sec-reflect.preventextensions\n$({ target: 'Reflect', stat: true, sham: !FREEZING }, {\n preventExtensions: function preventExtensions(target) {\n anObject(target);\n try {\n var objectPreventExtensions = getBuiltIn('Object', 'preventExtensions');\n if (objectPreventExtensions) objectPreventExtensions(target);\n return true;\n } catch (error) {\n return false;\n }\n }\n});\n","var $ = require('../internals/export');\nvar anObject = require('../internals/an-object');\nvar isObject = require('../internals/is-object');\nvar has = require('../internals/has');\nvar fails = require('../internals/fails');\nvar definePropertyModule = require('../internals/object-define-property');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\n// `Reflect.set` method\n// https://tc39.github.io/ecma262/#sec-reflect.set\nfunction set(target, propertyKey, V /* , receiver */) {\n var receiver = arguments.length < 4 ? target : arguments[3];\n var ownDescriptor = getOwnPropertyDescriptorModule.f(anObject(target), propertyKey);\n var existingDescriptor, prototype;\n if (!ownDescriptor) {\n if (isObject(prototype = getPrototypeOf(target))) {\n return set(prototype, propertyKey, V, receiver);\n }\n ownDescriptor = createPropertyDescriptor(0);\n }\n if (has(ownDescriptor, 'value')) {\n if (ownDescriptor.writable === false || !isObject(receiver)) return false;\n if (existingDescriptor = getOwnPropertyDescriptorModule.f(receiver, propertyKey)) {\n if (existingDescriptor.get || existingDescriptor.set || existingDescriptor.writable === false) return false;\n existingDescriptor.value = V;\n definePropertyModule.f(receiver, propertyKey, existingDescriptor);\n } else definePropertyModule.f(receiver, propertyKey, createPropertyDescriptor(0, V));\n return true;\n }\n return ownDescriptor.set === undefined ? false : (ownDescriptor.set.call(receiver, V), true);\n}\n\n// MS Edge 17-18 Reflect.set allows setting the property to object\n// with non-writable property on the prototype\nvar MS_EDGE_BUG = fails(function () {\n var object = definePropertyModule.f({}, 'a', { configurable: true });\n // eslint-disable-next-line no-undef\n return Reflect.set(getPrototypeOf(object), 'a', 1, object) !== false;\n});\n\n$({ target: 'Reflect', stat: true, forced: MS_EDGE_BUG }, {\n set: set\n});\n","var $ = require('../internals/export');\nvar anObject = require('../internals/an-object');\nvar aPossiblePrototype = require('../internals/a-possible-prototype');\nvar objectSetPrototypeOf = require('../internals/object-set-prototype-of');\n\n// `Reflect.setPrototypeOf` method\n// https://tc39.github.io/ecma262/#sec-reflect.setprototypeof\nif (objectSetPrototypeOf) $({ target: 'Reflect', stat: true }, {\n setPrototypeOf: function setPrototypeOf(target, proto) {\n anObject(target);\n aPossiblePrototype(proto);\n try {\n objectSetPrototypeOf(target, proto);\n return true;\n } catch (error) {\n return false;\n }\n }\n});\n","require('../modules/es.symbol');\nrequire('../modules/es.symbol.async-iterator');\nrequire('../modules/es.symbol.description');\nrequire('../modules/es.symbol.has-instance');\nrequire('../modules/es.symbol.is-concat-spreadable');\nrequire('../modules/es.symbol.iterator');\nrequire('../modules/es.symbol.match');\nrequire('../modules/es.symbol.match-all');\nrequire('../modules/es.symbol.replace');\nrequire('../modules/es.symbol.search');\nrequire('../modules/es.symbol.species');\nrequire('../modules/es.symbol.split');\nrequire('../modules/es.symbol.to-primitive');\nrequire('../modules/es.symbol.to-string-tag');\nrequire('../modules/es.symbol.unscopables');\nrequire('../modules/es.object.assign');\nrequire('../modules/es.object.create');\nrequire('../modules/es.object.define-property');\nrequire('../modules/es.object.define-properties');\nrequire('../modules/es.object.entries');\nrequire('../modules/es.object.freeze');\nrequire('../modules/es.object.from-entries');\nrequire('../modules/es.object.get-own-property-descriptor');\nrequire('../modules/es.object.get-own-property-descriptors');\nrequire('../modules/es.object.get-own-property-names');\nrequire('../modules/es.object.get-prototype-of');\nrequire('../modules/es.object.is');\nrequire('../modules/es.object.is-extensible');\nrequire('../modules/es.object.is-frozen');\nrequire('../modules/es.object.is-sealed');\nrequire('../modules/es.object.keys');\nrequire('../modules/es.object.prevent-extensions');\nrequire('../modules/es.object.seal');\nrequire('../modules/es.object.set-prototype-of');\nrequire('../modules/es.object.values');\nrequire('../modules/es.object.to-string');\nrequire('../modules/es.object.define-getter');\nrequire('../modules/es.object.define-setter');\nrequire('../modules/es.object.lookup-getter');\nrequire('../modules/es.object.lookup-setter');\nrequire('../modules/es.function.bind');\nrequire('../modules/es.function.name');\nrequire('../modules/es.function.has-instance');\nrequire('../modules/es.global-this');\nrequire('../modules/es.array.from');\nrequire('../modules/es.array.is-array');\nrequire('../modules/es.array.of');\nrequire('../modules/es.array.concat');\nrequire('../modules/es.array.copy-within');\nrequire('../modules/es.array.every');\nrequire('../modules/es.array.fill');\nrequire('../modules/es.array.filter');\nrequire('../modules/es.array.find');\nrequire('../modules/es.array.find-index');\nrequire('../modules/es.array.flat');\nrequire('../modules/es.array.flat-map');\nrequire('../modules/es.array.for-each');\nrequire('../modules/es.array.includes');\nrequire('../modules/es.array.index-of');\nrequire('../modules/es.array.join');\nrequire('../modules/es.array.last-index-of');\nrequire('../modules/es.array.map');\nrequire('../modules/es.array.reduce');\nrequire('../modules/es.array.reduce-right');\nrequire('../modules/es.array.reverse');\nrequire('../modules/es.array.slice');\nrequire('../modules/es.array.some');\nrequire('../modules/es.array.sort');\nrequire('../modules/es.array.splice');\nrequire('../modules/es.array.species');\nrequire('../modules/es.array.unscopables.flat');\nrequire('../modules/es.array.unscopables.flat-map');\nrequire('../modules/es.array.iterator');\nrequire('../modules/es.string.from-code-point');\nrequire('../modules/es.string.raw');\nrequire('../modules/es.string.code-point-at');\nrequire('../modules/es.string.ends-with');\nrequire('../modules/es.string.includes');\nrequire('../modules/es.string.match');\nrequire('../modules/es.string.match-all');\nrequire('../modules/es.string.pad-end');\nrequire('../modules/es.string.pad-start');\nrequire('../modules/es.string.repeat');\nrequire('../modules/es.string.replace');\nrequire('../modules/es.string.search');\nrequire('../modules/es.string.split');\nrequire('../modules/es.string.starts-with');\nrequire('../modules/es.string.trim');\nrequire('../modules/es.string.trim-start');\nrequire('../modules/es.string.trim-end');\nrequire('../modules/es.string.iterator');\nrequire('../modules/es.string.anchor');\nrequire('../modules/es.string.big');\nrequire('../modules/es.string.blink');\nrequire('../modules/es.string.bold');\nrequire('../modules/es.string.fixed');\nrequire('../modules/es.string.fontcolor');\nrequire('../modules/es.string.fontsize');\nrequire('../modules/es.string.italics');\nrequire('../modules/es.string.link');\nrequire('../modules/es.string.small');\nrequire('../modules/es.string.strike');\nrequire('../modules/es.string.sub');\nrequire('../modules/es.string.sup');\nrequire('../modules/es.regexp.constructor');\nrequire('../modules/es.regexp.exec');\nrequire('../modules/es.regexp.flags');\nrequire('../modules/es.regexp.sticky');\nrequire('../modules/es.regexp.test');\nrequire('../modules/es.regexp.to-string');\nrequire('../modules/es.parse-int');\nrequire('../modules/es.parse-float');\nrequire('../modules/es.number.constructor');\nrequire('../modules/es.number.epsilon');\nrequire('../modules/es.number.is-finite');\nrequire('../modules/es.number.is-integer');\nrequire('../modules/es.number.is-nan');\nrequire('../modules/es.number.is-safe-integer');\nrequire('../modules/es.number.max-safe-integer');\nrequire('../modules/es.number.min-safe-integer');\nrequire('../modules/es.number.parse-float');\nrequire('../modules/es.number.parse-int');\nrequire('../modules/es.number.to-fixed');\nrequire('../modules/es.number.to-precision');\nrequire('../modules/es.math.acosh');\nrequire('../modules/es.math.asinh');\nrequire('../modules/es.math.atanh');\nrequire('../modules/es.math.cbrt');\nrequire('../modules/es.math.clz32');\nrequire('../modules/es.math.cosh');\nrequire('../modules/es.math.expm1');\nrequire('../modules/es.math.fround');\nrequire('../modules/es.math.hypot');\nrequire('../modules/es.math.imul');\nrequire('../modules/es.math.log10');\nrequire('../modules/es.math.log1p');\nrequire('../modules/es.math.log2');\nrequire('../modules/es.math.sign');\nrequire('../modules/es.math.sinh');\nrequire('../modules/es.math.tanh');\nrequire('../modules/es.math.to-string-tag');\nrequire('../modules/es.math.trunc');\nrequire('../modules/es.date.now');\nrequire('../modules/es.date.to-json');\nrequire('../modules/es.date.to-iso-string');\nrequire('../modules/es.date.to-string');\nrequire('../modules/es.date.to-primitive');\nrequire('../modules/es.json.stringify');\nrequire('../modules/es.json.to-string-tag');\nrequire('../modules/es.promise');\nrequire('../modules/es.promise.all-settled');\nrequire('../modules/es.promise.finally');\nrequire('../modules/es.map');\nrequire('../modules/es.set');\nrequire('../modules/es.weak-map');\nrequire('../modules/es.weak-set');\nrequire('../modules/es.array-buffer.constructor');\nrequire('../modules/es.array-buffer.is-view');\nrequire('../modules/es.array-buffer.slice');\nrequire('../modules/es.data-view');\nrequire('../modules/es.typed-array.int8-array');\nrequire('../modules/es.typed-array.uint8-array');\nrequire('../modules/es.typed-array.uint8-clamped-array');\nrequire('../modules/es.typed-array.int16-array');\nrequire('../modules/es.typed-array.uint16-array');\nrequire('../modules/es.typed-array.int32-array');\nrequire('../modules/es.typed-array.uint32-array');\nrequire('../modules/es.typed-array.float32-array');\nrequire('../modules/es.typed-array.float64-array');\nrequire('../modules/es.typed-array.from');\nrequire('../modules/es.typed-array.of');\nrequire('../modules/es.typed-array.copy-within');\nrequire('../modules/es.typed-array.every');\nrequire('../modules/es.typed-array.fill');\nrequire('../modules/es.typed-array.filter');\nrequire('../modules/es.typed-array.find');\nrequire('../modules/es.typed-array.find-index');\nrequire('../modules/es.typed-array.for-each');\nrequire('../modules/es.typed-array.includes');\nrequire('../modules/es.typed-array.index-of');\nrequire('../modules/es.typed-array.iterator');\nrequire('../modules/es.typed-array.join');\nrequire('../modules/es.typed-array.last-index-of');\nrequire('../modules/es.typed-array.map');\nrequire('../modules/es.typed-array.reduce');\nrequire('../modules/es.typed-array.reduce-right');\nrequire('../modules/es.typed-array.reverse');\nrequire('../modules/es.typed-array.set');\nrequire('../modules/es.typed-array.slice');\nrequire('../modules/es.typed-array.some');\nrequire('../modules/es.typed-array.sort');\nrequire('../modules/es.typed-array.subarray');\nrequire('../modules/es.typed-array.to-locale-string');\nrequire('../modules/es.typed-array.to-string');\nrequire('../modules/es.reflect.apply');\nrequire('../modules/es.reflect.construct');\nrequire('../modules/es.reflect.define-property');\nrequire('../modules/es.reflect.delete-property');\nrequire('../modules/es.reflect.get');\nrequire('../modules/es.reflect.get-own-property-descriptor');\nrequire('../modules/es.reflect.get-prototype-of');\nrequire('../modules/es.reflect.has');\nrequire('../modules/es.reflect.is-extensible');\nrequire('../modules/es.reflect.own-keys');\nrequire('../modules/es.reflect.prevent-extensions');\nrequire('../modules/es.reflect.set');\nrequire('../modules/es.reflect.set-prototype-of');\nvar path = require('../internals/path');\n\nmodule.exports = path;\n","// iterable DOM collections\n// flag - `iterable` interface - 'entries', 'keys', 'values', 'forEach' methods\nmodule.exports = {\n CSSRuleList: 0,\n CSSStyleDeclaration: 0,\n CSSValueList: 0,\n ClientRectList: 0,\n DOMRectList: 0,\n DOMStringList: 0,\n DOMTokenList: 1,\n DataTransferItemList: 0,\n FileList: 0,\n HTMLAllCollection: 0,\n HTMLCollection: 0,\n HTMLFormElement: 0,\n HTMLSelectElement: 0,\n MediaList: 0,\n MimeTypeArray: 0,\n NamedNodeMap: 0,\n NodeList: 1,\n PaintRequestList: 0,\n Plugin: 0,\n PluginArray: 0,\n SVGLengthList: 0,\n SVGNumberList: 0,\n SVGPathSegList: 0,\n SVGPointList: 0,\n SVGStringList: 0,\n SVGTransformList: 0,\n SourceBufferList: 0,\n StyleSheetList: 0,\n TextTrackCueList: 0,\n TextTrackList: 0,\n TouchList: 0\n};\n","var global = require('../internals/global');\nvar DOMIterables = require('../internals/dom-iterables');\nvar forEach = require('../internals/array-for-each');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nfor (var COLLECTION_NAME in DOMIterables) {\n var Collection = global[COLLECTION_NAME];\n var CollectionPrototype = Collection && Collection.prototype;\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype && CollectionPrototype.forEach !== forEach) try {\n createNonEnumerableProperty(CollectionPrototype, 'forEach', forEach);\n } catch (error) {\n CollectionPrototype.forEach = forEach;\n }\n}\n","var global = require('../internals/global');\nvar DOMIterables = require('../internals/dom-iterables');\nvar ArrayIteratorMethods = require('../modules/es.array.iterator');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\nvar ArrayValues = ArrayIteratorMethods.values;\n\nfor (var COLLECTION_NAME in DOMIterables) {\n var Collection = global[COLLECTION_NAME];\n var CollectionPrototype = Collection && Collection.prototype;\n if (CollectionPrototype) {\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype[ITERATOR] !== ArrayValues) try {\n createNonEnumerableProperty(CollectionPrototype, ITERATOR, ArrayValues);\n } catch (error) {\n CollectionPrototype[ITERATOR] = ArrayValues;\n }\n if (!CollectionPrototype[TO_STRING_TAG]) {\n createNonEnumerableProperty(CollectionPrototype, TO_STRING_TAG, COLLECTION_NAME);\n }\n if (DOMIterables[COLLECTION_NAME]) for (var METHOD_NAME in ArrayIteratorMethods) {\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype[METHOD_NAME] !== ArrayIteratorMethods[METHOD_NAME]) try {\n createNonEnumerableProperty(CollectionPrototype, METHOD_NAME, ArrayIteratorMethods[METHOD_NAME]);\n } catch (error) {\n CollectionPrototype[METHOD_NAME] = ArrayIteratorMethods[METHOD_NAME];\n }\n }\n }\n}\n","var $ = require('../internals/export');\nvar global = require('../internals/global');\nvar task = require('../internals/task');\n\nvar FORCED = !global.setImmediate || !global.clearImmediate;\n\n// http://w3c.github.io/setImmediate/\n$({ global: true, bind: true, enumerable: true, forced: FORCED }, {\n // `setImmediate` method\n // http://w3c.github.io/setImmediate/#si-setImmediate\n setImmediate: task.set,\n // `clearImmediate` method\n // http://w3c.github.io/setImmediate/#si-clearImmediate\n clearImmediate: task.clear\n});\n","var $ = require('../internals/export');\nvar global = require('../internals/global');\nvar microtask = require('../internals/microtask');\nvar classof = require('../internals/classof-raw');\n\nvar process = global.process;\nvar isNode = classof(process) == 'process';\n\n// `queueMicrotask` method\n// https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-queuemicrotask\n$({ global: true, enumerable: true, noTargetGet: true }, {\n queueMicrotask: function queueMicrotask(fn) {\n var domain = isNode && process.domain;\n microtask(domain ? domain.bind(fn) : fn);\n }\n});\n","var $ = require('../internals/export');\nvar global = require('../internals/global');\nvar userAgent = require('../internals/engine-user-agent');\n\nvar slice = [].slice;\nvar MSIE = /MSIE .\\./.test(userAgent); // <- dirty ie9- check\n\nvar wrap = function (scheduler) {\n return function (handler, timeout /* , ...arguments */) {\n var boundArgs = arguments.length > 2;\n var args = boundArgs ? slice.call(arguments, 2) : undefined;\n return scheduler(boundArgs ? function () {\n // eslint-disable-next-line no-new-func\n (typeof handler == 'function' ? handler : Function(handler)).apply(this, args);\n } : handler, timeout);\n };\n};\n\n// ie9- setTimeout & setInterval additional parameters fix\n// https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers\n$({ global: true, bind: true, forced: MSIE }, {\n // `setTimeout` method\n // https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-settimeout\n setTimeout: wrap(global.setTimeout),\n // `setInterval` method\n // https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-setinterval\n setInterval: wrap(global.setInterval)\n});\n","var fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar IS_PURE = require('../internals/is-pure');\n\nvar ITERATOR = wellKnownSymbol('iterator');\n\nmodule.exports = !fails(function () {\n var url = new URL('b?a=1&b=2&c=3', 'http://a');\n var searchParams = url.searchParams;\n var result = '';\n url.pathname = 'c%20d';\n searchParams.forEach(function (value, key) {\n searchParams['delete']('b');\n result += key + value;\n });\n return (IS_PURE && !url.toJSON)\n || !searchParams.sort\n || url.href !== 'http://a/c%20d?a=1&c=3'\n || searchParams.get('c') !== '3'\n || String(new URLSearchParams('?a=1')) !== 'a=1'\n || !searchParams[ITERATOR]\n // throws in Edge\n || new URL('https://a@b').username !== 'a'\n || new URLSearchParams(new URLSearchParams('a=b')).get('a') !== 'b'\n // not punycoded in Edge\n || new URL('http://тест').host !== 'xn--e1aybc'\n // not escaped in Chrome 62-\n || new URL('http://a#б').hash !== '#%D0%B1'\n // fails in Chrome 66-\n || result !== 'a1c3'\n // throws in Safari\n || new URL('http://x', undefined).host !== 'x';\n});\n","'use strict';\n// based on https://github.com/bestiejs/punycode.js/blob/master/punycode.js\nvar maxInt = 2147483647; // aka. 0x7FFFFFFF or 2^31-1\nvar base = 36;\nvar tMin = 1;\nvar tMax = 26;\nvar skew = 38;\nvar damp = 700;\nvar initialBias = 72;\nvar initialN = 128; // 0x80\nvar delimiter = '-'; // '\\x2D'\nvar regexNonASCII = /[^\\0-\\u007E]/; // non-ASCII chars\nvar regexSeparators = /[.\\u3002\\uFF0E\\uFF61]/g; // RFC 3490 separators\nvar OVERFLOW_ERROR = 'Overflow: input needs wider integers to process';\nvar baseMinusTMin = base - tMin;\nvar floor = Math.floor;\nvar stringFromCharCode = String.fromCharCode;\n\n/**\n * Creates an array containing the numeric code points of each Unicode\n * character in the string. While JavaScript uses UCS-2 internally,\n * this function will convert a pair of surrogate halves (each of which\n * UCS-2 exposes as separate characters) into a single code point,\n * matching UTF-16.\n */\nvar ucs2decode = function (string) {\n var output = [];\n var counter = 0;\n var length = string.length;\n while (counter < length) {\n var value = string.charCodeAt(counter++);\n if (value >= 0xD800 && value <= 0xDBFF && counter < length) {\n // It's a high surrogate, and there is a next character.\n var extra = string.charCodeAt(counter++);\n if ((extra & 0xFC00) == 0xDC00) { // Low surrogate.\n output.push(((value & 0x3FF) << 10) + (extra & 0x3FF) + 0x10000);\n } else {\n // It's an unmatched surrogate; only append this code unit, in case the\n // next code unit is the high surrogate of a surrogate pair.\n output.push(value);\n counter--;\n }\n } else {\n output.push(value);\n }\n }\n return output;\n};\n\n/**\n * Converts a digit/integer into a basic code point.\n */\nvar digitToBasic = function (digit) {\n // 0..25 map to ASCII a..z or A..Z\n // 26..35 map to ASCII 0..9\n return digit + 22 + 75 * (digit < 26);\n};\n\n/**\n * Bias adaptation function as per section 3.4 of RFC 3492.\n * https://tools.ietf.org/html/rfc3492#section-3.4\n */\nvar adapt = function (delta, numPoints, firstTime) {\n var k = 0;\n delta = firstTime ? floor(delta / damp) : delta >> 1;\n delta += floor(delta / numPoints);\n for (; delta > baseMinusTMin * tMax >> 1; k += base) {\n delta = floor(delta / baseMinusTMin);\n }\n return floor(k + (baseMinusTMin + 1) * delta / (delta + skew));\n};\n\n/**\n * Converts a string of Unicode symbols (e.g. a domain name label) to a\n * Punycode string of ASCII-only symbols.\n */\n// eslint-disable-next-line max-statements\nvar encode = function (input) {\n var output = [];\n\n // Convert the input in UCS-2 to an array of Unicode code points.\n input = ucs2decode(input);\n\n // Cache the length.\n var inputLength = input.length;\n\n // Initialize the state.\n var n = initialN;\n var delta = 0;\n var bias = initialBias;\n var i, currentValue;\n\n // Handle the basic code points.\n for (i = 0; i < input.length; i++) {\n currentValue = input[i];\n if (currentValue < 0x80) {\n output.push(stringFromCharCode(currentValue));\n }\n }\n\n var basicLength = output.length; // number of basic code points.\n var handledCPCount = basicLength; // number of code points that have been handled;\n\n // Finish the basic string with a delimiter unless it's empty.\n if (basicLength) {\n output.push(delimiter);\n }\n\n // Main encoding loop:\n while (handledCPCount < inputLength) {\n // All non-basic code points < n have been handled already. Find the next larger one:\n var m = maxInt;\n for (i = 0; i < input.length; i++) {\n currentValue = input[i];\n if (currentValue >= n && currentValue < m) {\n m = currentValue;\n }\n }\n\n // Increase `delta` enough to advance the decoder's state to , but guard against overflow.\n var handledCPCountPlusOne = handledCPCount + 1;\n if (m - n > floor((maxInt - delta) / handledCPCountPlusOne)) {\n throw RangeError(OVERFLOW_ERROR);\n }\n\n delta += (m - n) * handledCPCountPlusOne;\n n = m;\n\n for (i = 0; i < input.length; i++) {\n currentValue = input[i];\n if (currentValue < n && ++delta > maxInt) {\n throw RangeError(OVERFLOW_ERROR);\n }\n if (currentValue == n) {\n // Represent delta as a generalized variable-length integer.\n var q = delta;\n for (var k = base; /* no condition */; k += base) {\n var t = k <= bias ? tMin : (k >= bias + tMax ? tMax : k - bias);\n if (q < t) break;\n var qMinusT = q - t;\n var baseMinusT = base - t;\n output.push(stringFromCharCode(digitToBasic(t + qMinusT % baseMinusT)));\n q = floor(qMinusT / baseMinusT);\n }\n\n output.push(stringFromCharCode(digitToBasic(q)));\n bias = adapt(delta, handledCPCountPlusOne, handledCPCount == basicLength);\n delta = 0;\n ++handledCPCount;\n }\n }\n\n ++delta;\n ++n;\n }\n return output.join('');\n};\n\nmodule.exports = function (input) {\n var encoded = [];\n var labels = input.toLowerCase().replace(regexSeparators, '\\u002E').split('.');\n var i, label;\n for (i = 0; i < labels.length; i++) {\n label = labels[i];\n encoded.push(regexNonASCII.test(label) ? 'xn--' + encode(label) : label);\n }\n return encoded.join('.');\n};\n","var anObject = require('../internals/an-object');\nvar getIteratorMethod = require('../internals/get-iterator-method');\n\nmodule.exports = function (it) {\n var iteratorMethod = getIteratorMethod(it);\n if (typeof iteratorMethod != 'function') {\n throw TypeError(String(it) + ' is not iterable');\n } return anObject(iteratorMethod.call(it));\n};\n","'use strict';\n// TODO: in core-js@4, move /modules/ dependencies to public entries for better optimization by tools like `preset-env`\nrequire('../modules/es.array.iterator');\nvar $ = require('../internals/export');\nvar getBuiltIn = require('../internals/get-built-in');\nvar USE_NATIVE_URL = require('../internals/native-url');\nvar redefine = require('../internals/redefine');\nvar redefineAll = require('../internals/redefine-all');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar createIteratorConstructor = require('../internals/create-iterator-constructor');\nvar InternalStateModule = require('../internals/internal-state');\nvar anInstance = require('../internals/an-instance');\nvar hasOwn = require('../internals/has');\nvar bind = require('../internals/function-bind-context');\nvar classof = require('../internals/classof');\nvar anObject = require('../internals/an-object');\nvar isObject = require('../internals/is-object');\nvar create = require('../internals/object-create');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar getIterator = require('../internals/get-iterator');\nvar getIteratorMethod = require('../internals/get-iterator-method');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar $fetch = getBuiltIn('fetch');\nvar Headers = getBuiltIn('Headers');\nvar ITERATOR = wellKnownSymbol('iterator');\nvar URL_SEARCH_PARAMS = 'URLSearchParams';\nvar URL_SEARCH_PARAMS_ITERATOR = URL_SEARCH_PARAMS + 'Iterator';\nvar setInternalState = InternalStateModule.set;\nvar getInternalParamsState = InternalStateModule.getterFor(URL_SEARCH_PARAMS);\nvar getInternalIteratorState = InternalStateModule.getterFor(URL_SEARCH_PARAMS_ITERATOR);\n\nvar plus = /\\+/g;\nvar sequences = Array(4);\n\nvar percentSequence = function (bytes) {\n return sequences[bytes - 1] || (sequences[bytes - 1] = RegExp('((?:%[\\\\da-f]{2}){' + bytes + '})', 'gi'));\n};\n\nvar percentDecode = function (sequence) {\n try {\n return decodeURIComponent(sequence);\n } catch (error) {\n return sequence;\n }\n};\n\nvar deserialize = function (it) {\n var result = it.replace(plus, ' ');\n var bytes = 4;\n try {\n return decodeURIComponent(result);\n } catch (error) {\n while (bytes) {\n result = result.replace(percentSequence(bytes--), percentDecode);\n }\n return result;\n }\n};\n\nvar find = /[!'()~]|%20/g;\n\nvar replace = {\n '!': '%21',\n \"'\": '%27',\n '(': '%28',\n ')': '%29',\n '~': '%7E',\n '%20': '+'\n};\n\nvar replacer = function (match) {\n return replace[match];\n};\n\nvar serialize = function (it) {\n return encodeURIComponent(it).replace(find, replacer);\n};\n\nvar parseSearchParams = function (result, query) {\n if (query) {\n var attributes = query.split('&');\n var index = 0;\n var attribute, entry;\n while (index < attributes.length) {\n attribute = attributes[index++];\n if (attribute.length) {\n entry = attribute.split('=');\n result.push({\n key: deserialize(entry.shift()),\n value: deserialize(entry.join('='))\n });\n }\n }\n }\n};\n\nvar updateSearchParams = function (query) {\n this.entries.length = 0;\n parseSearchParams(this.entries, query);\n};\n\nvar validateArgumentsLength = function (passed, required) {\n if (passed < required) throw TypeError('Not enough arguments');\n};\n\nvar URLSearchParamsIterator = createIteratorConstructor(function Iterator(params, kind) {\n setInternalState(this, {\n type: URL_SEARCH_PARAMS_ITERATOR,\n iterator: getIterator(getInternalParamsState(params).entries),\n kind: kind\n });\n}, 'Iterator', function next() {\n var state = getInternalIteratorState(this);\n var kind = state.kind;\n var step = state.iterator.next();\n var entry = step.value;\n if (!step.done) {\n step.value = kind === 'keys' ? entry.key : kind === 'values' ? entry.value : [entry.key, entry.value];\n } return step;\n});\n\n// `URLSearchParams` constructor\n// https://url.spec.whatwg.org/#interface-urlsearchparams\nvar URLSearchParamsConstructor = function URLSearchParams(/* init */) {\n anInstance(this, URLSearchParamsConstructor, URL_SEARCH_PARAMS);\n var init = arguments.length > 0 ? arguments[0] : undefined;\n var that = this;\n var entries = [];\n var iteratorMethod, iterator, next, step, entryIterator, entryNext, first, second, key;\n\n setInternalState(that, {\n type: URL_SEARCH_PARAMS,\n entries: entries,\n updateURL: function () { /* empty */ },\n updateSearchParams: updateSearchParams\n });\n\n if (init !== undefined) {\n if (isObject(init)) {\n iteratorMethod = getIteratorMethod(init);\n if (typeof iteratorMethod === 'function') {\n iterator = iteratorMethod.call(init);\n next = iterator.next;\n while (!(step = next.call(iterator)).done) {\n entryIterator = getIterator(anObject(step.value));\n entryNext = entryIterator.next;\n if (\n (first = entryNext.call(entryIterator)).done ||\n (second = entryNext.call(entryIterator)).done ||\n !entryNext.call(entryIterator).done\n ) throw TypeError('Expected sequence with length 2');\n entries.push({ key: first.value + '', value: second.value + '' });\n }\n } else for (key in init) if (hasOwn(init, key)) entries.push({ key: key, value: init[key] + '' });\n } else {\n parseSearchParams(entries, typeof init === 'string' ? init.charAt(0) === '?' ? init.slice(1) : init : init + '');\n }\n }\n};\n\nvar URLSearchParamsPrototype = URLSearchParamsConstructor.prototype;\n\nredefineAll(URLSearchParamsPrototype, {\n // `URLSearchParams.prototype.appent` method\n // https://url.spec.whatwg.org/#dom-urlsearchparams-append\n append: function append(name, value) {\n validateArgumentsLength(arguments.length, 2);\n var state = getInternalParamsState(this);\n state.entries.push({ key: name + '', value: value + '' });\n state.updateURL();\n },\n // `URLSearchParams.prototype.delete` method\n // https://url.spec.whatwg.org/#dom-urlsearchparams-delete\n 'delete': function (name) {\n validateArgumentsLength(arguments.length, 1);\n var state = getInternalParamsState(this);\n var entries = state.entries;\n var key = name + '';\n var index = 0;\n while (index < entries.length) {\n if (entries[index].key === key) entries.splice(index, 1);\n else index++;\n }\n state.updateURL();\n },\n // `URLSearchParams.prototype.get` method\n // https://url.spec.whatwg.org/#dom-urlsearchparams-get\n get: function get(name) {\n validateArgumentsLength(arguments.length, 1);\n var entries = getInternalParamsState(this).entries;\n var key = name + '';\n var index = 0;\n for (; index < entries.length; index++) {\n if (entries[index].key === key) return entries[index].value;\n }\n return null;\n },\n // `URLSearchParams.prototype.getAll` method\n // https://url.spec.whatwg.org/#dom-urlsearchparams-getall\n getAll: function getAll(name) {\n validateArgumentsLength(arguments.length, 1);\n var entries = getInternalParamsState(this).entries;\n var key = name + '';\n var result = [];\n var index = 0;\n for (; index < entries.length; index++) {\n if (entries[index].key === key) result.push(entries[index].value);\n }\n return result;\n },\n // `URLSearchParams.prototype.has` method\n // https://url.spec.whatwg.org/#dom-urlsearchparams-has\n has: function has(name) {\n validateArgumentsLength(arguments.length, 1);\n var entries = getInternalParamsState(this).entries;\n var key = name + '';\n var index = 0;\n while (index < entries.length) {\n if (entries[index++].key === key) return true;\n }\n return false;\n },\n // `URLSearchParams.prototype.set` method\n // https://url.spec.whatwg.org/#dom-urlsearchparams-set\n set: function set(name, value) {\n validateArgumentsLength(arguments.length, 1);\n var state = getInternalParamsState(this);\n var entries = state.entries;\n var found = false;\n var key = name + '';\n var val = value + '';\n var index = 0;\n var entry;\n for (; index < entries.length; index++) {\n entry = entries[index];\n if (entry.key === key) {\n if (found) entries.splice(index--, 1);\n else {\n found = true;\n entry.value = val;\n }\n }\n }\n if (!found) entries.push({ key: key, value: val });\n state.updateURL();\n },\n // `URLSearchParams.prototype.sort` method\n // https://url.spec.whatwg.org/#dom-urlsearchparams-sort\n sort: function sort() {\n var state = getInternalParamsState(this);\n var entries = state.entries;\n // Array#sort is not stable in some engines\n var slice = entries.slice();\n var entry, entriesIndex, sliceIndex;\n entries.length = 0;\n for (sliceIndex = 0; sliceIndex < slice.length; sliceIndex++) {\n entry = slice[sliceIndex];\n for (entriesIndex = 0; entriesIndex < sliceIndex; entriesIndex++) {\n if (entries[entriesIndex].key > entry.key) {\n entries.splice(entriesIndex, 0, entry);\n break;\n }\n }\n if (entriesIndex === sliceIndex) entries.push(entry);\n }\n state.updateURL();\n },\n // `URLSearchParams.prototype.forEach` method\n forEach: function forEach(callback /* , thisArg */) {\n var entries = getInternalParamsState(this).entries;\n var boundFunction = bind(callback, arguments.length > 1 ? arguments[1] : undefined, 3);\n var index = 0;\n var entry;\n while (index < entries.length) {\n entry = entries[index++];\n boundFunction(entry.value, entry.key, this);\n }\n },\n // `URLSearchParams.prototype.keys` method\n keys: function keys() {\n return new URLSearchParamsIterator(this, 'keys');\n },\n // `URLSearchParams.prototype.values` method\n values: function values() {\n return new URLSearchParamsIterator(this, 'values');\n },\n // `URLSearchParams.prototype.entries` method\n entries: function entries() {\n return new URLSearchParamsIterator(this, 'entries');\n }\n}, { enumerable: true });\n\n// `URLSearchParams.prototype[@@iterator]` method\nredefine(URLSearchParamsPrototype, ITERATOR, URLSearchParamsPrototype.entries);\n\n// `URLSearchParams.prototype.toString` method\n// https://url.spec.whatwg.org/#urlsearchparams-stringification-behavior\nredefine(URLSearchParamsPrototype, 'toString', function toString() {\n var entries = getInternalParamsState(this).entries;\n var result = [];\n var index = 0;\n var entry;\n while (index < entries.length) {\n entry = entries[index++];\n result.push(serialize(entry.key) + '=' + serialize(entry.value));\n } return result.join('&');\n}, { enumerable: true });\n\nsetToStringTag(URLSearchParamsConstructor, URL_SEARCH_PARAMS);\n\n$({ global: true, forced: !USE_NATIVE_URL }, {\n URLSearchParams: URLSearchParamsConstructor\n});\n\n// Wrap `fetch` for correct work with polyfilled `URLSearchParams`\n// https://github.com/zloirock/core-js/issues/674\nif (!USE_NATIVE_URL && typeof $fetch == 'function' && typeof Headers == 'function') {\n $({ global: true, enumerable: true, forced: true }, {\n fetch: function fetch(input /* , init */) {\n var args = [input];\n var init, body, headers;\n if (arguments.length > 1) {\n init = arguments[1];\n if (isObject(init)) {\n body = init.body;\n if (classof(body) === URL_SEARCH_PARAMS) {\n headers = init.headers ? new Headers(init.headers) : new Headers();\n if (!headers.has('content-type')) {\n headers.set('content-type', 'application/x-www-form-urlencoded;charset=UTF-8');\n }\n init = create(init, {\n body: createPropertyDescriptor(0, String(body)),\n headers: createPropertyDescriptor(0, headers)\n });\n }\n }\n args.push(init);\n } return $fetch.apply(this, args);\n }\n });\n}\n\nmodule.exports = {\n URLSearchParams: URLSearchParamsConstructor,\n getState: getInternalParamsState\n};\n","'use strict';\n// TODO: in core-js@4, move /modules/ dependencies to public entries for better optimization by tools like `preset-env`\nrequire('../modules/es.string.iterator');\nvar $ = require('../internals/export');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar USE_NATIVE_URL = require('../internals/native-url');\nvar global = require('../internals/global');\nvar defineProperties = require('../internals/object-define-properties');\nvar redefine = require('../internals/redefine');\nvar anInstance = require('../internals/an-instance');\nvar has = require('../internals/has');\nvar assign = require('../internals/object-assign');\nvar arrayFrom = require('../internals/array-from');\nvar codeAt = require('../internals/string-multibyte').codeAt;\nvar toASCII = require('../internals/string-punycode-to-ascii');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar URLSearchParamsModule = require('../modules/web.url-search-params');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar NativeURL = global.URL;\nvar URLSearchParams = URLSearchParamsModule.URLSearchParams;\nvar getInternalSearchParamsState = URLSearchParamsModule.getState;\nvar setInternalState = InternalStateModule.set;\nvar getInternalURLState = InternalStateModule.getterFor('URL');\nvar floor = Math.floor;\nvar pow = Math.pow;\n\nvar INVALID_AUTHORITY = 'Invalid authority';\nvar INVALID_SCHEME = 'Invalid scheme';\nvar INVALID_HOST = 'Invalid host';\nvar INVALID_PORT = 'Invalid port';\n\nvar ALPHA = /[A-Za-z]/;\nvar ALPHANUMERIC = /[\\d+-.A-Za-z]/;\nvar DIGIT = /\\d/;\nvar HEX_START = /^(0x|0X)/;\nvar OCT = /^[0-7]+$/;\nvar DEC = /^\\d+$/;\nvar HEX = /^[\\dA-Fa-f]+$/;\n// eslint-disable-next-line no-control-regex\nvar FORBIDDEN_HOST_CODE_POINT = /[\\u0000\\u0009\\u000A\\u000D #%/:?@[\\\\]]/;\n// eslint-disable-next-line no-control-regex\nvar FORBIDDEN_HOST_CODE_POINT_EXCLUDING_PERCENT = /[\\u0000\\u0009\\u000A\\u000D #/:?@[\\\\]]/;\n// eslint-disable-next-line no-control-regex\nvar LEADING_AND_TRAILING_C0_CONTROL_OR_SPACE = /^[\\u0000-\\u001F ]+|[\\u0000-\\u001F ]+$/g;\n// eslint-disable-next-line no-control-regex\nvar TAB_AND_NEW_LINE = /[\\u0009\\u000A\\u000D]/g;\nvar EOF;\n\nvar parseHost = function (url, input) {\n var result, codePoints, index;\n if (input.charAt(0) == '[') {\n if (input.charAt(input.length - 1) != ']') return INVALID_HOST;\n result = parseIPv6(input.slice(1, -1));\n if (!result) return INVALID_HOST;\n url.host = result;\n // opaque host\n } else if (!isSpecial(url)) {\n if (FORBIDDEN_HOST_CODE_POINT_EXCLUDING_PERCENT.test(input)) return INVALID_HOST;\n result = '';\n codePoints = arrayFrom(input);\n for (index = 0; index < codePoints.length; index++) {\n result += percentEncode(codePoints[index], C0ControlPercentEncodeSet);\n }\n url.host = result;\n } else {\n input = toASCII(input);\n if (FORBIDDEN_HOST_CODE_POINT.test(input)) return INVALID_HOST;\n result = parseIPv4(input);\n if (result === null) return INVALID_HOST;\n url.host = result;\n }\n};\n\nvar parseIPv4 = function (input) {\n var parts = input.split('.');\n var partsLength, numbers, index, part, radix, number, ipv4;\n if (parts.length && parts[parts.length - 1] == '') {\n parts.pop();\n }\n partsLength = parts.length;\n if (partsLength > 4) return input;\n numbers = [];\n for (index = 0; index < partsLength; index++) {\n part = parts[index];\n if (part == '') return input;\n radix = 10;\n if (part.length > 1 && part.charAt(0) == '0') {\n radix = HEX_START.test(part) ? 16 : 8;\n part = part.slice(radix == 8 ? 1 : 2);\n }\n if (part === '') {\n number = 0;\n } else {\n if (!(radix == 10 ? DEC : radix == 8 ? OCT : HEX).test(part)) return input;\n number = parseInt(part, radix);\n }\n numbers.push(number);\n }\n for (index = 0; index < partsLength; index++) {\n number = numbers[index];\n if (index == partsLength - 1) {\n if (number >= pow(256, 5 - partsLength)) return null;\n } else if (number > 255) return null;\n }\n ipv4 = numbers.pop();\n for (index = 0; index < numbers.length; index++) {\n ipv4 += numbers[index] * pow(256, 3 - index);\n }\n return ipv4;\n};\n\n// eslint-disable-next-line max-statements\nvar parseIPv6 = function (input) {\n var address = [0, 0, 0, 0, 0, 0, 0, 0];\n var pieceIndex = 0;\n var compress = null;\n var pointer = 0;\n var value, length, numbersSeen, ipv4Piece, number, swaps, swap;\n\n var char = function () {\n return input.charAt(pointer);\n };\n\n if (char() == ':') {\n if (input.charAt(1) != ':') return;\n pointer += 2;\n pieceIndex++;\n compress = pieceIndex;\n }\n while (char()) {\n if (pieceIndex == 8) return;\n if (char() == ':') {\n if (compress !== null) return;\n pointer++;\n pieceIndex++;\n compress = pieceIndex;\n continue;\n }\n value = length = 0;\n while (length < 4 && HEX.test(char())) {\n value = value * 16 + parseInt(char(), 16);\n pointer++;\n length++;\n }\n if (char() == '.') {\n if (length == 0) return;\n pointer -= length;\n if (pieceIndex > 6) return;\n numbersSeen = 0;\n while (char()) {\n ipv4Piece = null;\n if (numbersSeen > 0) {\n if (char() == '.' && numbersSeen < 4) pointer++;\n else return;\n }\n if (!DIGIT.test(char())) return;\n while (DIGIT.test(char())) {\n number = parseInt(char(), 10);\n if (ipv4Piece === null) ipv4Piece = number;\n else if (ipv4Piece == 0) return;\n else ipv4Piece = ipv4Piece * 10 + number;\n if (ipv4Piece > 255) return;\n pointer++;\n }\n address[pieceIndex] = address[pieceIndex] * 256 + ipv4Piece;\n numbersSeen++;\n if (numbersSeen == 2 || numbersSeen == 4) pieceIndex++;\n }\n if (numbersSeen != 4) return;\n break;\n } else if (char() == ':') {\n pointer++;\n if (!char()) return;\n } else if (char()) return;\n address[pieceIndex++] = value;\n }\n if (compress !== null) {\n swaps = pieceIndex - compress;\n pieceIndex = 7;\n while (pieceIndex != 0 && swaps > 0) {\n swap = address[pieceIndex];\n address[pieceIndex--] = address[compress + swaps - 1];\n address[compress + --swaps] = swap;\n }\n } else if (pieceIndex != 8) return;\n return address;\n};\n\nvar findLongestZeroSequence = function (ipv6) {\n var maxIndex = null;\n var maxLength = 1;\n var currStart = null;\n var currLength = 0;\n var index = 0;\n for (; index < 8; index++) {\n if (ipv6[index] !== 0) {\n if (currLength > maxLength) {\n maxIndex = currStart;\n maxLength = currLength;\n }\n currStart = null;\n currLength = 0;\n } else {\n if (currStart === null) currStart = index;\n ++currLength;\n }\n }\n if (currLength > maxLength) {\n maxIndex = currStart;\n maxLength = currLength;\n }\n return maxIndex;\n};\n\nvar serializeHost = function (host) {\n var result, index, compress, ignore0;\n // ipv4\n if (typeof host == 'number') {\n result = [];\n for (index = 0; index < 4; index++) {\n result.unshift(host % 256);\n host = floor(host / 256);\n } return result.join('.');\n // ipv6\n } else if (typeof host == 'object') {\n result = '';\n compress = findLongestZeroSequence(host);\n for (index = 0; index < 8; index++) {\n if (ignore0 && host[index] === 0) continue;\n if (ignore0) ignore0 = false;\n if (compress === index) {\n result += index ? ':' : '::';\n ignore0 = true;\n } else {\n result += host[index].toString(16);\n if (index < 7) result += ':';\n }\n }\n return '[' + result + ']';\n } return host;\n};\n\nvar C0ControlPercentEncodeSet = {};\nvar fragmentPercentEncodeSet = assign({}, C0ControlPercentEncodeSet, {\n ' ': 1, '\"': 1, '<': 1, '>': 1, '`': 1\n});\nvar pathPercentEncodeSet = assign({}, fragmentPercentEncodeSet, {\n '#': 1, '?': 1, '{': 1, '}': 1\n});\nvar userinfoPercentEncodeSet = assign({}, pathPercentEncodeSet, {\n '/': 1, ':': 1, ';': 1, '=': 1, '@': 1, '[': 1, '\\\\': 1, ']': 1, '^': 1, '|': 1\n});\n\nvar percentEncode = function (char, set) {\n var code = codeAt(char, 0);\n return code > 0x20 && code < 0x7F && !has(set, char) ? char : encodeURIComponent(char);\n};\n\nvar specialSchemes = {\n ftp: 21,\n file: null,\n http: 80,\n https: 443,\n ws: 80,\n wss: 443\n};\n\nvar isSpecial = function (url) {\n return has(specialSchemes, url.scheme);\n};\n\nvar includesCredentials = function (url) {\n return url.username != '' || url.password != '';\n};\n\nvar cannotHaveUsernamePasswordPort = function (url) {\n return !url.host || url.cannotBeABaseURL || url.scheme == 'file';\n};\n\nvar isWindowsDriveLetter = function (string, normalized) {\n var second;\n return string.length == 2 && ALPHA.test(string.charAt(0))\n && ((second = string.charAt(1)) == ':' || (!normalized && second == '|'));\n};\n\nvar startsWithWindowsDriveLetter = function (string) {\n var third;\n return string.length > 1 && isWindowsDriveLetter(string.slice(0, 2)) && (\n string.length == 2 ||\n ((third = string.charAt(2)) === '/' || third === '\\\\' || third === '?' || third === '#')\n );\n};\n\nvar shortenURLsPath = function (url) {\n var path = url.path;\n var pathSize = path.length;\n if (pathSize && (url.scheme != 'file' || pathSize != 1 || !isWindowsDriveLetter(path[0], true))) {\n path.pop();\n }\n};\n\nvar isSingleDot = function (segment) {\n return segment === '.' || segment.toLowerCase() === '%2e';\n};\n\nvar isDoubleDot = function (segment) {\n segment = segment.toLowerCase();\n return segment === '..' || segment === '%2e.' || segment === '.%2e' || segment === '%2e%2e';\n};\n\n// States:\nvar SCHEME_START = {};\nvar SCHEME = {};\nvar NO_SCHEME = {};\nvar SPECIAL_RELATIVE_OR_AUTHORITY = {};\nvar PATH_OR_AUTHORITY = {};\nvar RELATIVE = {};\nvar RELATIVE_SLASH = {};\nvar SPECIAL_AUTHORITY_SLASHES = {};\nvar SPECIAL_AUTHORITY_IGNORE_SLASHES = {};\nvar AUTHORITY = {};\nvar HOST = {};\nvar HOSTNAME = {};\nvar PORT = {};\nvar FILE = {};\nvar FILE_SLASH = {};\nvar FILE_HOST = {};\nvar PATH_START = {};\nvar PATH = {};\nvar CANNOT_BE_A_BASE_URL_PATH = {};\nvar QUERY = {};\nvar FRAGMENT = {};\n\n// eslint-disable-next-line max-statements\nvar parseURL = function (url, input, stateOverride, base) {\n var state = stateOverride || SCHEME_START;\n var pointer = 0;\n var buffer = '';\n var seenAt = false;\n var seenBracket = false;\n var seenPasswordToken = false;\n var codePoints, char, bufferCodePoints, failure;\n\n if (!stateOverride) {\n url.scheme = '';\n url.username = '';\n url.password = '';\n url.host = null;\n url.port = null;\n url.path = [];\n url.query = null;\n url.fragment = null;\n url.cannotBeABaseURL = false;\n input = input.replace(LEADING_AND_TRAILING_C0_CONTROL_OR_SPACE, '');\n }\n\n input = input.replace(TAB_AND_NEW_LINE, '');\n\n codePoints = arrayFrom(input);\n\n while (pointer <= codePoints.length) {\n char = codePoints[pointer];\n switch (state) {\n case SCHEME_START:\n if (char && ALPHA.test(char)) {\n buffer += char.toLowerCase();\n state = SCHEME;\n } else if (!stateOverride) {\n state = NO_SCHEME;\n continue;\n } else return INVALID_SCHEME;\n break;\n\n case SCHEME:\n if (char && (ALPHANUMERIC.test(char) || char == '+' || char == '-' || char == '.')) {\n buffer += char.toLowerCase();\n } else if (char == ':') {\n if (stateOverride && (\n (isSpecial(url) != has(specialSchemes, buffer)) ||\n (buffer == 'file' && (includesCredentials(url) || url.port !== null)) ||\n (url.scheme == 'file' && !url.host)\n )) return;\n url.scheme = buffer;\n if (stateOverride) {\n if (isSpecial(url) && specialSchemes[url.scheme] == url.port) url.port = null;\n return;\n }\n buffer = '';\n if (url.scheme == 'file') {\n state = FILE;\n } else if (isSpecial(url) && base && base.scheme == url.scheme) {\n state = SPECIAL_RELATIVE_OR_AUTHORITY;\n } else if (isSpecial(url)) {\n state = SPECIAL_AUTHORITY_SLASHES;\n } else if (codePoints[pointer + 1] == '/') {\n state = PATH_OR_AUTHORITY;\n pointer++;\n } else {\n url.cannotBeABaseURL = true;\n url.path.push('');\n state = CANNOT_BE_A_BASE_URL_PATH;\n }\n } else if (!stateOverride) {\n buffer = '';\n state = NO_SCHEME;\n pointer = 0;\n continue;\n } else return INVALID_SCHEME;\n break;\n\n case NO_SCHEME:\n if (!base || (base.cannotBeABaseURL && char != '#')) return INVALID_SCHEME;\n if (base.cannotBeABaseURL && char == '#') {\n url.scheme = base.scheme;\n url.path = base.path.slice();\n url.query = base.query;\n url.fragment = '';\n url.cannotBeABaseURL = true;\n state = FRAGMENT;\n break;\n }\n state = base.scheme == 'file' ? FILE : RELATIVE;\n continue;\n\n case SPECIAL_RELATIVE_OR_AUTHORITY:\n if (char == '/' && codePoints[pointer + 1] == '/') {\n state = SPECIAL_AUTHORITY_IGNORE_SLASHES;\n pointer++;\n } else {\n state = RELATIVE;\n continue;\n } break;\n\n case PATH_OR_AUTHORITY:\n if (char == '/') {\n state = AUTHORITY;\n break;\n } else {\n state = PATH;\n continue;\n }\n\n case RELATIVE:\n url.scheme = base.scheme;\n if (char == EOF) {\n url.username = base.username;\n url.password = base.password;\n url.host = base.host;\n url.port = base.port;\n url.path = base.path.slice();\n url.query = base.query;\n } else if (char == '/' || (char == '\\\\' && isSpecial(url))) {\n state = RELATIVE_SLASH;\n } else if (char == '?') {\n url.username = base.username;\n url.password = base.password;\n url.host = base.host;\n url.port = base.port;\n url.path = base.path.slice();\n url.query = '';\n state = QUERY;\n } else if (char == '#') {\n url.username = base.username;\n url.password = base.password;\n url.host = base.host;\n url.port = base.port;\n url.path = base.path.slice();\n url.query = base.query;\n url.fragment = '';\n state = FRAGMENT;\n } else {\n url.username = base.username;\n url.password = base.password;\n url.host = base.host;\n url.port = base.port;\n url.path = base.path.slice();\n url.path.pop();\n state = PATH;\n continue;\n } break;\n\n case RELATIVE_SLASH:\n if (isSpecial(url) && (char == '/' || char == '\\\\')) {\n state = SPECIAL_AUTHORITY_IGNORE_SLASHES;\n } else if (char == '/') {\n state = AUTHORITY;\n } else {\n url.username = base.username;\n url.password = base.password;\n url.host = base.host;\n url.port = base.port;\n state = PATH;\n continue;\n } break;\n\n case SPECIAL_AUTHORITY_SLASHES:\n state = SPECIAL_AUTHORITY_IGNORE_SLASHES;\n if (char != '/' || buffer.charAt(pointer + 1) != '/') continue;\n pointer++;\n break;\n\n case SPECIAL_AUTHORITY_IGNORE_SLASHES:\n if (char != '/' && char != '\\\\') {\n state = AUTHORITY;\n continue;\n } break;\n\n case AUTHORITY:\n if (char == '@') {\n if (seenAt) buffer = '%40' + buffer;\n seenAt = true;\n bufferCodePoints = arrayFrom(buffer);\n for (var i = 0; i < bufferCodePoints.length; i++) {\n var codePoint = bufferCodePoints[i];\n if (codePoint == ':' && !seenPasswordToken) {\n seenPasswordToken = true;\n continue;\n }\n var encodedCodePoints = percentEncode(codePoint, userinfoPercentEncodeSet);\n if (seenPasswordToken) url.password += encodedCodePoints;\n else url.username += encodedCodePoints;\n }\n buffer = '';\n } else if (\n char == EOF || char == '/' || char == '?' || char == '#' ||\n (char == '\\\\' && isSpecial(url))\n ) {\n if (seenAt && buffer == '') return INVALID_AUTHORITY;\n pointer -= arrayFrom(buffer).length + 1;\n buffer = '';\n state = HOST;\n } else buffer += char;\n break;\n\n case HOST:\n case HOSTNAME:\n if (stateOverride && url.scheme == 'file') {\n state = FILE_HOST;\n continue;\n } else if (char == ':' && !seenBracket) {\n if (buffer == '') return INVALID_HOST;\n failure = parseHost(url, buffer);\n if (failure) return failure;\n buffer = '';\n state = PORT;\n if (stateOverride == HOSTNAME) return;\n } else if (\n char == EOF || char == '/' || char == '?' || char == '#' ||\n (char == '\\\\' && isSpecial(url))\n ) {\n if (isSpecial(url) && buffer == '') return INVALID_HOST;\n if (stateOverride && buffer == '' && (includesCredentials(url) || url.port !== null)) return;\n failure = parseHost(url, buffer);\n if (failure) return failure;\n buffer = '';\n state = PATH_START;\n if (stateOverride) return;\n continue;\n } else {\n if (char == '[') seenBracket = true;\n else if (char == ']') seenBracket = false;\n buffer += char;\n } break;\n\n case PORT:\n if (DIGIT.test(char)) {\n buffer += char;\n } else if (\n char == EOF || char == '/' || char == '?' || char == '#' ||\n (char == '\\\\' && isSpecial(url)) ||\n stateOverride\n ) {\n if (buffer != '') {\n var port = parseInt(buffer, 10);\n if (port > 0xFFFF) return INVALID_PORT;\n url.port = (isSpecial(url) && port === specialSchemes[url.scheme]) ? null : port;\n buffer = '';\n }\n if (stateOverride) return;\n state = PATH_START;\n continue;\n } else return INVALID_PORT;\n break;\n\n case FILE:\n url.scheme = 'file';\n if (char == '/' || char == '\\\\') state = FILE_SLASH;\n else if (base && base.scheme == 'file') {\n if (char == EOF) {\n url.host = base.host;\n url.path = base.path.slice();\n url.query = base.query;\n } else if (char == '?') {\n url.host = base.host;\n url.path = base.path.slice();\n url.query = '';\n state = QUERY;\n } else if (char == '#') {\n url.host = base.host;\n url.path = base.path.slice();\n url.query = base.query;\n url.fragment = '';\n state = FRAGMENT;\n } else {\n if (!startsWithWindowsDriveLetter(codePoints.slice(pointer).join(''))) {\n url.host = base.host;\n url.path = base.path.slice();\n shortenURLsPath(url);\n }\n state = PATH;\n continue;\n }\n } else {\n state = PATH;\n continue;\n } break;\n\n case FILE_SLASH:\n if (char == '/' || char == '\\\\') {\n state = FILE_HOST;\n break;\n }\n if (base && base.scheme == 'file' && !startsWithWindowsDriveLetter(codePoints.slice(pointer).join(''))) {\n if (isWindowsDriveLetter(base.path[0], true)) url.path.push(base.path[0]);\n else url.host = base.host;\n }\n state = PATH;\n continue;\n\n case FILE_HOST:\n if (char == EOF || char == '/' || char == '\\\\' || char == '?' || char == '#') {\n if (!stateOverride && isWindowsDriveLetter(buffer)) {\n state = PATH;\n } else if (buffer == '') {\n url.host = '';\n if (stateOverride) return;\n state = PATH_START;\n } else {\n failure = parseHost(url, buffer);\n if (failure) return failure;\n if (url.host == 'localhost') url.host = '';\n if (stateOverride) return;\n buffer = '';\n state = PATH_START;\n } continue;\n } else buffer += char;\n break;\n\n case PATH_START:\n if (isSpecial(url)) {\n state = PATH;\n if (char != '/' && char != '\\\\') continue;\n } else if (!stateOverride && char == '?') {\n url.query = '';\n state = QUERY;\n } else if (!stateOverride && char == '#') {\n url.fragment = '';\n state = FRAGMENT;\n } else if (char != EOF) {\n state = PATH;\n if (char != '/') continue;\n } break;\n\n case PATH:\n if (\n char == EOF || char == '/' ||\n (char == '\\\\' && isSpecial(url)) ||\n (!stateOverride && (char == '?' || char == '#'))\n ) {\n if (isDoubleDot(buffer)) {\n shortenURLsPath(url);\n if (char != '/' && !(char == '\\\\' && isSpecial(url))) {\n url.path.push('');\n }\n } else if (isSingleDot(buffer)) {\n if (char != '/' && !(char == '\\\\' && isSpecial(url))) {\n url.path.push('');\n }\n } else {\n if (url.scheme == 'file' && !url.path.length && isWindowsDriveLetter(buffer)) {\n if (url.host) url.host = '';\n buffer = buffer.charAt(0) + ':'; // normalize windows drive letter\n }\n url.path.push(buffer);\n }\n buffer = '';\n if (url.scheme == 'file' && (char == EOF || char == '?' || char == '#')) {\n while (url.path.length > 1 && url.path[0] === '') {\n url.path.shift();\n }\n }\n if (char == '?') {\n url.query = '';\n state = QUERY;\n } else if (char == '#') {\n url.fragment = '';\n state = FRAGMENT;\n }\n } else {\n buffer += percentEncode(char, pathPercentEncodeSet);\n } break;\n\n case CANNOT_BE_A_BASE_URL_PATH:\n if (char == '?') {\n url.query = '';\n state = QUERY;\n } else if (char == '#') {\n url.fragment = '';\n state = FRAGMENT;\n } else if (char != EOF) {\n url.path[0] += percentEncode(char, C0ControlPercentEncodeSet);\n } break;\n\n case QUERY:\n if (!stateOverride && char == '#') {\n url.fragment = '';\n state = FRAGMENT;\n } else if (char != EOF) {\n if (char == \"'\" && isSpecial(url)) url.query += '%27';\n else if (char == '#') url.query += '%23';\n else url.query += percentEncode(char, C0ControlPercentEncodeSet);\n } break;\n\n case FRAGMENT:\n if (char != EOF) url.fragment += percentEncode(char, fragmentPercentEncodeSet);\n break;\n }\n\n pointer++;\n }\n};\n\n// `URL` constructor\n// https://url.spec.whatwg.org/#url-class\nvar URLConstructor = function URL(url /* , base */) {\n var that = anInstance(this, URLConstructor, 'URL');\n var base = arguments.length > 1 ? arguments[1] : undefined;\n var urlString = String(url);\n var state = setInternalState(that, { type: 'URL' });\n var baseState, failure;\n if (base !== undefined) {\n if (base instanceof URLConstructor) baseState = getInternalURLState(base);\n else {\n failure = parseURL(baseState = {}, String(base));\n if (failure) throw TypeError(failure);\n }\n }\n failure = parseURL(state, urlString, null, baseState);\n if (failure) throw TypeError(failure);\n var searchParams = state.searchParams = new URLSearchParams();\n var searchParamsState = getInternalSearchParamsState(searchParams);\n searchParamsState.updateSearchParams(state.query);\n searchParamsState.updateURL = function () {\n state.query = String(searchParams) || null;\n };\n if (!DESCRIPTORS) {\n that.href = serializeURL.call(that);\n that.origin = getOrigin.call(that);\n that.protocol = getProtocol.call(that);\n that.username = getUsername.call(that);\n that.password = getPassword.call(that);\n that.host = getHost.call(that);\n that.hostname = getHostname.call(that);\n that.port = getPort.call(that);\n that.pathname = getPathname.call(that);\n that.search = getSearch.call(that);\n that.searchParams = getSearchParams.call(that);\n that.hash = getHash.call(that);\n }\n};\n\nvar URLPrototype = URLConstructor.prototype;\n\nvar serializeURL = function () {\n var url = getInternalURLState(this);\n var scheme = url.scheme;\n var username = url.username;\n var password = url.password;\n var host = url.host;\n var port = url.port;\n var path = url.path;\n var query = url.query;\n var fragment = url.fragment;\n var output = scheme + ':';\n if (host !== null) {\n output += '//';\n if (includesCredentials(url)) {\n output += username + (password ? ':' + password : '') + '@';\n }\n output += serializeHost(host);\n if (port !== null) output += ':' + port;\n } else if (scheme == 'file') output += '//';\n output += url.cannotBeABaseURL ? path[0] : path.length ? '/' + path.join('/') : '';\n if (query !== null) output += '?' + query;\n if (fragment !== null) output += '#' + fragment;\n return output;\n};\n\nvar getOrigin = function () {\n var url = getInternalURLState(this);\n var scheme = url.scheme;\n var port = url.port;\n if (scheme == 'blob') try {\n return new URL(scheme.path[0]).origin;\n } catch (error) {\n return 'null';\n }\n if (scheme == 'file' || !isSpecial(url)) return 'null';\n return scheme + '://' + serializeHost(url.host) + (port !== null ? ':' + port : '');\n};\n\nvar getProtocol = function () {\n return getInternalURLState(this).scheme + ':';\n};\n\nvar getUsername = function () {\n return getInternalURLState(this).username;\n};\n\nvar getPassword = function () {\n return getInternalURLState(this).password;\n};\n\nvar getHost = function () {\n var url = getInternalURLState(this);\n var host = url.host;\n var port = url.port;\n return host === null ? ''\n : port === null ? serializeHost(host)\n : serializeHost(host) + ':' + port;\n};\n\nvar getHostname = function () {\n var host = getInternalURLState(this).host;\n return host === null ? '' : serializeHost(host);\n};\n\nvar getPort = function () {\n var port = getInternalURLState(this).port;\n return port === null ? '' : String(port);\n};\n\nvar getPathname = function () {\n var url = getInternalURLState(this);\n var path = url.path;\n return url.cannotBeABaseURL ? path[0] : path.length ? '/' + path.join('/') : '';\n};\n\nvar getSearch = function () {\n var query = getInternalURLState(this).query;\n return query ? '?' + query : '';\n};\n\nvar getSearchParams = function () {\n return getInternalURLState(this).searchParams;\n};\n\nvar getHash = function () {\n var fragment = getInternalURLState(this).fragment;\n return fragment ? '#' + fragment : '';\n};\n\nvar accessorDescriptor = function (getter, setter) {\n return { get: getter, set: setter, configurable: true, enumerable: true };\n};\n\nif (DESCRIPTORS) {\n defineProperties(URLPrototype, {\n // `URL.prototype.href` accessors pair\n // https://url.spec.whatwg.org/#dom-url-href\n href: accessorDescriptor(serializeURL, function (href) {\n var url = getInternalURLState(this);\n var urlString = String(href);\n var failure = parseURL(url, urlString);\n if (failure) throw TypeError(failure);\n getInternalSearchParamsState(url.searchParams).updateSearchParams(url.query);\n }),\n // `URL.prototype.origin` getter\n // https://url.spec.whatwg.org/#dom-url-origin\n origin: accessorDescriptor(getOrigin),\n // `URL.prototype.protocol` accessors pair\n // https://url.spec.whatwg.org/#dom-url-protocol\n protocol: accessorDescriptor(getProtocol, function (protocol) {\n var url = getInternalURLState(this);\n parseURL(url, String(protocol) + ':', SCHEME_START);\n }),\n // `URL.prototype.username` accessors pair\n // https://url.spec.whatwg.org/#dom-url-username\n username: accessorDescriptor(getUsername, function (username) {\n var url = getInternalURLState(this);\n var codePoints = arrayFrom(String(username));\n if (cannotHaveUsernamePasswordPort(url)) return;\n url.username = '';\n for (var i = 0; i < codePoints.length; i++) {\n url.username += percentEncode(codePoints[i], userinfoPercentEncodeSet);\n }\n }),\n // `URL.prototype.password` accessors pair\n // https://url.spec.whatwg.org/#dom-url-password\n password: accessorDescriptor(getPassword, function (password) {\n var url = getInternalURLState(this);\n var codePoints = arrayFrom(String(password));\n if (cannotHaveUsernamePasswordPort(url)) return;\n url.password = '';\n for (var i = 0; i < codePoints.length; i++) {\n url.password += percentEncode(codePoints[i], userinfoPercentEncodeSet);\n }\n }),\n // `URL.prototype.host` accessors pair\n // https://url.spec.whatwg.org/#dom-url-host\n host: accessorDescriptor(getHost, function (host) {\n var url = getInternalURLState(this);\n if (url.cannotBeABaseURL) return;\n parseURL(url, String(host), HOST);\n }),\n // `URL.prototype.hostname` accessors pair\n // https://url.spec.whatwg.org/#dom-url-hostname\n hostname: accessorDescriptor(getHostname, function (hostname) {\n var url = getInternalURLState(this);\n if (url.cannotBeABaseURL) return;\n parseURL(url, String(hostname), HOSTNAME);\n }),\n // `URL.prototype.port` accessors pair\n // https://url.spec.whatwg.org/#dom-url-port\n port: accessorDescriptor(getPort, function (port) {\n var url = getInternalURLState(this);\n if (cannotHaveUsernamePasswordPort(url)) return;\n port = String(port);\n if (port == '') url.port = null;\n else parseURL(url, port, PORT);\n }),\n // `URL.prototype.pathname` accessors pair\n // https://url.spec.whatwg.org/#dom-url-pathname\n pathname: accessorDescriptor(getPathname, function (pathname) {\n var url = getInternalURLState(this);\n if (url.cannotBeABaseURL) return;\n url.path = [];\n parseURL(url, pathname + '', PATH_START);\n }),\n // `URL.prototype.search` accessors pair\n // https://url.spec.whatwg.org/#dom-url-search\n search: accessorDescriptor(getSearch, function (search) {\n var url = getInternalURLState(this);\n search = String(search);\n if (search == '') {\n url.query = null;\n } else {\n if ('?' == search.charAt(0)) search = search.slice(1);\n url.query = '';\n parseURL(url, search, QUERY);\n }\n getInternalSearchParamsState(url.searchParams).updateSearchParams(url.query);\n }),\n // `URL.prototype.searchParams` getter\n // https://url.spec.whatwg.org/#dom-url-searchparams\n searchParams: accessorDescriptor(getSearchParams),\n // `URL.prototype.hash` accessors pair\n // https://url.spec.whatwg.org/#dom-url-hash\n hash: accessorDescriptor(getHash, function (hash) {\n var url = getInternalURLState(this);\n hash = String(hash);\n if (hash == '') {\n url.fragment = null;\n return;\n }\n if ('#' == hash.charAt(0)) hash = hash.slice(1);\n url.fragment = '';\n parseURL(url, hash, FRAGMENT);\n })\n });\n}\n\n// `URL.prototype.toJSON` method\n// https://url.spec.whatwg.org/#dom-url-tojson\nredefine(URLPrototype, 'toJSON', function toJSON() {\n return serializeURL.call(this);\n}, { enumerable: true });\n\n// `URL.prototype.toString` method\n// https://url.spec.whatwg.org/#URL-stringification-behavior\nredefine(URLPrototype, 'toString', function toString() {\n return serializeURL.call(this);\n}, { enumerable: true });\n\nif (NativeURL) {\n var nativeCreateObjectURL = NativeURL.createObjectURL;\n var nativeRevokeObjectURL = NativeURL.revokeObjectURL;\n // `URL.createObjectURL` method\n // https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL\n // eslint-disable-next-line no-unused-vars\n if (nativeCreateObjectURL) redefine(URLConstructor, 'createObjectURL', function createObjectURL(blob) {\n return nativeCreateObjectURL.apply(NativeURL, arguments);\n });\n // `URL.revokeObjectURL` method\n // https://developer.mozilla.org/en-US/docs/Web/API/URL/revokeObjectURL\n // eslint-disable-next-line no-unused-vars\n if (nativeRevokeObjectURL) redefine(URLConstructor, 'revokeObjectURL', function revokeObjectURL(url) {\n return nativeRevokeObjectURL.apply(NativeURL, arguments);\n });\n}\n\nsetToStringTag(URLConstructor, 'URL');\n\n$({ global: true, forced: !USE_NATIVE_URL, sham: !DESCRIPTORS }, {\n URL: URLConstructor\n});\n","'use strict';\nvar $ = require('../internals/export');\n\n// `URL.prototype.toJSON` method\n// https://url.spec.whatwg.org/#dom-url-tojson\n$({ target: 'URL', proto: true, enumerable: true }, {\n toJSON: function toJSON() {\n return URL.prototype.toString.call(this);\n }\n});\n","require('../modules/web.dom-collections.for-each');\nrequire('../modules/web.dom-collections.iterator');\nrequire('../modules/web.immediate');\nrequire('../modules/web.queue-microtask');\nrequire('../modules/web.timers');\nrequire('../modules/web.url');\nrequire('../modules/web.url.to-json');\nrequire('../modules/web.url-search-params');\nvar path = require('../internals/path');\n\nmodule.exports = path;\n","require('../es');\nrequire('../web');\nvar path = require('../internals/path');\n\nmodule.exports = path;\n","/**\n * Copyright (c) 2014-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nvar runtime = (function (exports) {\n \"use strict\";\n\n var Op = Object.prototype;\n var hasOwn = Op.hasOwnProperty;\n var undefined; // More compressible than void 0.\n var $Symbol = typeof Symbol === \"function\" ? Symbol : {};\n var iteratorSymbol = $Symbol.iterator || \"@@iterator\";\n var asyncIteratorSymbol = $Symbol.asyncIterator || \"@@asyncIterator\";\n var toStringTagSymbol = $Symbol.toStringTag || \"@@toStringTag\";\n\n function wrap(innerFn, outerFn, self, tryLocsList) {\n // If outerFn provided and outerFn.prototype is a Generator, then outerFn.prototype instanceof Generator.\n var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator;\n var generator = Object.create(protoGenerator.prototype);\n var context = new Context(tryLocsList || []);\n\n // The ._invoke method unifies the implementations of the .next,\n // .throw, and .return methods.\n generator._invoke = makeInvokeMethod(innerFn, self, context);\n\n return generator;\n }\n exports.wrap = wrap;\n\n // Try/catch helper to minimize deoptimizations. Returns a completion\n // record like context.tryEntries[i].completion. This interface could\n // have been (and was previously) designed to take a closure to be\n // invoked without arguments, but in all the cases we care about we\n // already have an existing method we want to call, so there's no need\n // to create a new function object. We can even get away with assuming\n // the method takes exactly one argument, since that happens to be true\n // in every case, so we don't have to touch the arguments object. The\n // only additional allocation required is the completion record, which\n // has a stable shape and so hopefully should be cheap to allocate.\n function tryCatch(fn, obj, arg) {\n try {\n return { type: \"normal\", arg: fn.call(obj, arg) };\n } catch (err) {\n return { type: \"throw\", arg: err };\n }\n }\n\n var GenStateSuspendedStart = \"suspendedStart\";\n var GenStateSuspendedYield = \"suspendedYield\";\n var GenStateExecuting = \"executing\";\n var GenStateCompleted = \"completed\";\n\n // Returning this object from the innerFn has the same effect as\n // breaking out of the dispatch switch statement.\n var ContinueSentinel = {};\n\n // Dummy constructor functions that we use as the .constructor and\n // .constructor.prototype properties for functions that return Generator\n // objects. For full spec compliance, you may wish to configure your\n // minifier not to mangle the names of these two functions.\n function Generator() {}\n function GeneratorFunction() {}\n function GeneratorFunctionPrototype() {}\n\n // This is a polyfill for %IteratorPrototype% for environments that\n // don't natively support it.\n var IteratorPrototype = {};\n IteratorPrototype[iteratorSymbol] = function () {\n return this;\n };\n\n var getProto = Object.getPrototypeOf;\n var NativeIteratorPrototype = getProto && getProto(getProto(values([])));\n if (NativeIteratorPrototype &&\n NativeIteratorPrototype !== Op &&\n hasOwn.call(NativeIteratorPrototype, iteratorSymbol)) {\n // This environment has a native %IteratorPrototype%; use it instead\n // of the polyfill.\n IteratorPrototype = NativeIteratorPrototype;\n }\n\n var Gp = GeneratorFunctionPrototype.prototype =\n Generator.prototype = Object.create(IteratorPrototype);\n GeneratorFunction.prototype = Gp.constructor = GeneratorFunctionPrototype;\n GeneratorFunctionPrototype.constructor = GeneratorFunction;\n GeneratorFunctionPrototype[toStringTagSymbol] =\n GeneratorFunction.displayName = \"GeneratorFunction\";\n\n // Helper for defining the .next, .throw, and .return methods of the\n // Iterator interface in terms of a single ._invoke method.\n function defineIteratorMethods(prototype) {\n [\"next\", \"throw\", \"return\"].forEach(function(method) {\n prototype[method] = function(arg) {\n return this._invoke(method, arg);\n };\n });\n }\n\n exports.isGeneratorFunction = function(genFun) {\n var ctor = typeof genFun === \"function\" && genFun.constructor;\n return ctor\n ? ctor === GeneratorFunction ||\n // For the native GeneratorFunction constructor, the best we can\n // do is to check its .name property.\n (ctor.displayName || ctor.name) === \"GeneratorFunction\"\n : false;\n };\n\n exports.mark = function(genFun) {\n if (Object.setPrototypeOf) {\n Object.setPrototypeOf(genFun, GeneratorFunctionPrototype);\n } else {\n genFun.__proto__ = GeneratorFunctionPrototype;\n if (!(toStringTagSymbol in genFun)) {\n genFun[toStringTagSymbol] = \"GeneratorFunction\";\n }\n }\n genFun.prototype = Object.create(Gp);\n return genFun;\n };\n\n // Within the body of any async function, `await x` is transformed to\n // `yield regeneratorRuntime.awrap(x)`, so that the runtime can test\n // `hasOwn.call(value, \"__await\")` to determine if the yielded value is\n // meant to be awaited.\n exports.awrap = function(arg) {\n return { __await: arg };\n };\n\n function AsyncIterator(generator, PromiseImpl) {\n function invoke(method, arg, resolve, reject) {\n var record = tryCatch(generator[method], generator, arg);\n if (record.type === \"throw\") {\n reject(record.arg);\n } else {\n var result = record.arg;\n var value = result.value;\n if (value &&\n typeof value === \"object\" &&\n hasOwn.call(value, \"__await\")) {\n return PromiseImpl.resolve(value.__await).then(function(value) {\n invoke(\"next\", value, resolve, reject);\n }, function(err) {\n invoke(\"throw\", err, resolve, reject);\n });\n }\n\n return PromiseImpl.resolve(value).then(function(unwrapped) {\n // When a yielded Promise is resolved, its final value becomes\n // the .value of the Promise<{value,done}> result for the\n // current iteration.\n result.value = unwrapped;\n resolve(result);\n }, function(error) {\n // If a rejected Promise was yielded, throw the rejection back\n // into the async generator function so it can be handled there.\n return invoke(\"throw\", error, resolve, reject);\n });\n }\n }\n\n var previousPromise;\n\n function enqueue(method, arg) {\n function callInvokeWithMethodAndArg() {\n return new PromiseImpl(function(resolve, reject) {\n invoke(method, arg, resolve, reject);\n });\n }\n\n return previousPromise =\n // If enqueue has been called before, then we want to wait until\n // all previous Promises have been resolved before calling invoke,\n // so that results are always delivered in the correct order. If\n // enqueue has not been called before, then it is important to\n // call invoke immediately, without waiting on a callback to fire,\n // so that the async generator function has the opportunity to do\n // any necessary setup in a predictable way. This predictability\n // is why the Promise constructor synchronously invokes its\n // executor callback, and why async functions synchronously\n // execute code before the first await. Since we implement simple\n // async functions in terms of async generators, it is especially\n // important to get this right, even though it requires care.\n previousPromise ? previousPromise.then(\n callInvokeWithMethodAndArg,\n // Avoid propagating failures to Promises returned by later\n // invocations of the iterator.\n callInvokeWithMethodAndArg\n ) : callInvokeWithMethodAndArg();\n }\n\n // Define the unified helper method that is used to implement .next,\n // .throw, and .return (see defineIteratorMethods).\n this._invoke = enqueue;\n }\n\n defineIteratorMethods(AsyncIterator.prototype);\n AsyncIterator.prototype[asyncIteratorSymbol] = function () {\n return this;\n };\n exports.AsyncIterator = AsyncIterator;\n\n // Note that simple async functions are implemented on top of\n // AsyncIterator objects; they just return a Promise for the value of\n // the final result produced by the iterator.\n exports.async = function(innerFn, outerFn, self, tryLocsList, PromiseImpl) {\n if (PromiseImpl === void 0) PromiseImpl = Promise;\n\n var iter = new AsyncIterator(\n wrap(innerFn, outerFn, self, tryLocsList),\n PromiseImpl\n );\n\n return exports.isGeneratorFunction(outerFn)\n ? iter // If outerFn is a generator, return the full iterator.\n : iter.next().then(function(result) {\n return result.done ? result.value : iter.next();\n });\n };\n\n function makeInvokeMethod(innerFn, self, context) {\n var state = GenStateSuspendedStart;\n\n return function invoke(method, arg) {\n if (state === GenStateExecuting) {\n throw new Error(\"Generator is already running\");\n }\n\n if (state === GenStateCompleted) {\n if (method === \"throw\") {\n throw arg;\n }\n\n // Be forgiving, per 25.3.3.3.3 of the spec:\n // https://people.mozilla.org/~jorendorff/es6-draft.html#sec-generatorresume\n return doneResult();\n }\n\n context.method = method;\n context.arg = arg;\n\n while (true) {\n var delegate = context.delegate;\n if (delegate) {\n var delegateResult = maybeInvokeDelegate(delegate, context);\n if (delegateResult) {\n if (delegateResult === ContinueSentinel) continue;\n return delegateResult;\n }\n }\n\n if (context.method === \"next\") {\n // Setting context._sent for legacy support of Babel's\n // function.sent implementation.\n context.sent = context._sent = context.arg;\n\n } else if (context.method === \"throw\") {\n if (state === GenStateSuspendedStart) {\n state = GenStateCompleted;\n throw context.arg;\n }\n\n context.dispatchException(context.arg);\n\n } else if (context.method === \"return\") {\n context.abrupt(\"return\", context.arg);\n }\n\n state = GenStateExecuting;\n\n var record = tryCatch(innerFn, self, context);\n if (record.type === \"normal\") {\n // If an exception is thrown from innerFn, we leave state ===\n // GenStateExecuting and loop back for another invocation.\n state = context.done\n ? GenStateCompleted\n : GenStateSuspendedYield;\n\n if (record.arg === ContinueSentinel) {\n continue;\n }\n\n return {\n value: record.arg,\n done: context.done\n };\n\n } else if (record.type === \"throw\") {\n state = GenStateCompleted;\n // Dispatch the exception by looping back around to the\n // context.dispatchException(context.arg) call above.\n context.method = \"throw\";\n context.arg = record.arg;\n }\n }\n };\n }\n\n // Call delegate.iterator[context.method](context.arg) and handle the\n // result, either by returning a { value, done } result from the\n // delegate iterator, or by modifying context.method and context.arg,\n // setting context.delegate to null, and returning the ContinueSentinel.\n function maybeInvokeDelegate(delegate, context) {\n var method = delegate.iterator[context.method];\n if (method === undefined) {\n // A .throw or .return when the delegate iterator has no .throw\n // method always terminates the yield* loop.\n context.delegate = null;\n\n if (context.method === \"throw\") {\n // Note: [\"return\"] must be used for ES3 parsing compatibility.\n if (delegate.iterator[\"return\"]) {\n // If the delegate iterator has a return method, give it a\n // chance to clean up.\n context.method = \"return\";\n context.arg = undefined;\n maybeInvokeDelegate(delegate, context);\n\n if (context.method === \"throw\") {\n // If maybeInvokeDelegate(context) changed context.method from\n // \"return\" to \"throw\", let that override the TypeError below.\n return ContinueSentinel;\n }\n }\n\n context.method = \"throw\";\n context.arg = new TypeError(\n \"The iterator does not provide a 'throw' method\");\n }\n\n return ContinueSentinel;\n }\n\n var record = tryCatch(method, delegate.iterator, context.arg);\n\n if (record.type === \"throw\") {\n context.method = \"throw\";\n context.arg = record.arg;\n context.delegate = null;\n return ContinueSentinel;\n }\n\n var info = record.arg;\n\n if (! info) {\n context.method = \"throw\";\n context.arg = new TypeError(\"iterator result is not an object\");\n context.delegate = null;\n return ContinueSentinel;\n }\n\n if (info.done) {\n // Assign the result of the finished delegate to the temporary\n // variable specified by delegate.resultName (see delegateYield).\n context[delegate.resultName] = info.value;\n\n // Resume execution at the desired location (see delegateYield).\n context.next = delegate.nextLoc;\n\n // If context.method was \"throw\" but the delegate handled the\n // exception, let the outer generator proceed normally. If\n // context.method was \"next\", forget context.arg since it has been\n // \"consumed\" by the delegate iterator. If context.method was\n // \"return\", allow the original .return call to continue in the\n // outer generator.\n if (context.method !== \"return\") {\n context.method = \"next\";\n context.arg = undefined;\n }\n\n } else {\n // Re-yield the result returned by the delegate method.\n return info;\n }\n\n // The delegate iterator is finished, so forget it and continue with\n // the outer generator.\n context.delegate = null;\n return ContinueSentinel;\n }\n\n // Define Generator.prototype.{next,throw,return} in terms of the\n // unified ._invoke helper method.\n defineIteratorMethods(Gp);\n\n Gp[toStringTagSymbol] = \"Generator\";\n\n // A Generator should always return itself as the iterator object when the\n // @@iterator function is called on it. Some browsers' implementations of the\n // iterator prototype chain incorrectly implement this, causing the Generator\n // object to not be returned from this call. This ensures that doesn't happen.\n // See https://github.com/facebook/regenerator/issues/274 for more details.\n Gp[iteratorSymbol] = function() {\n return this;\n };\n\n Gp.toString = function() {\n return \"[object Generator]\";\n };\n\n function pushTryEntry(locs) {\n var entry = { tryLoc: locs[0] };\n\n if (1 in locs) {\n entry.catchLoc = locs[1];\n }\n\n if (2 in locs) {\n entry.finallyLoc = locs[2];\n entry.afterLoc = locs[3];\n }\n\n this.tryEntries.push(entry);\n }\n\n function resetTryEntry(entry) {\n var record = entry.completion || {};\n record.type = \"normal\";\n delete record.arg;\n entry.completion = record;\n }\n\n function Context(tryLocsList) {\n // The root entry object (effectively a try statement without a catch\n // or a finally block) gives us a place to store values thrown from\n // locations where there is no enclosing try statement.\n this.tryEntries = [{ tryLoc: \"root\" }];\n tryLocsList.forEach(pushTryEntry, this);\n this.reset(true);\n }\n\n exports.keys = function(object) {\n var keys = [];\n for (var key in object) {\n keys.push(key);\n }\n keys.reverse();\n\n // Rather than returning an object with a next method, we keep\n // things simple and return the next function itself.\n return function next() {\n while (keys.length) {\n var key = keys.pop();\n if (key in object) {\n next.value = key;\n next.done = false;\n return next;\n }\n }\n\n // To avoid creating an additional object, we just hang the .value\n // and .done properties off the next function object itself. This\n // also ensures that the minifier will not anonymize the function.\n next.done = true;\n return next;\n };\n };\n\n function values(iterable) {\n if (iterable) {\n var iteratorMethod = iterable[iteratorSymbol];\n if (iteratorMethod) {\n return iteratorMethod.call(iterable);\n }\n\n if (typeof iterable.next === \"function\") {\n return iterable;\n }\n\n if (!isNaN(iterable.length)) {\n var i = -1, next = function next() {\n while (++i < iterable.length) {\n if (hasOwn.call(iterable, i)) {\n next.value = iterable[i];\n next.done = false;\n return next;\n }\n }\n\n next.value = undefined;\n next.done = true;\n\n return next;\n };\n\n return next.next = next;\n }\n }\n\n // Return an iterator with no values.\n return { next: doneResult };\n }\n exports.values = values;\n\n function doneResult() {\n return { value: undefined, done: true };\n }\n\n Context.prototype = {\n constructor: Context,\n\n reset: function(skipTempReset) {\n this.prev = 0;\n this.next = 0;\n // Resetting context._sent for legacy support of Babel's\n // function.sent implementation.\n this.sent = this._sent = undefined;\n this.done = false;\n this.delegate = null;\n\n this.method = \"next\";\n this.arg = undefined;\n\n this.tryEntries.forEach(resetTryEntry);\n\n if (!skipTempReset) {\n for (var name in this) {\n // Not sure about the optimal order of these conditions:\n if (name.charAt(0) === \"t\" &&\n hasOwn.call(this, name) &&\n !isNaN(+name.slice(1))) {\n this[name] = undefined;\n }\n }\n }\n },\n\n stop: function() {\n this.done = true;\n\n var rootEntry = this.tryEntries[0];\n var rootRecord = rootEntry.completion;\n if (rootRecord.type === \"throw\") {\n throw rootRecord.arg;\n }\n\n return this.rval;\n },\n\n dispatchException: function(exception) {\n if (this.done) {\n throw exception;\n }\n\n var context = this;\n function handle(loc, caught) {\n record.type = \"throw\";\n record.arg = exception;\n context.next = loc;\n\n if (caught) {\n // If the dispatched exception was caught by a catch block,\n // then let that catch block handle the exception normally.\n context.method = \"next\";\n context.arg = undefined;\n }\n\n return !! caught;\n }\n\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n var record = entry.completion;\n\n if (entry.tryLoc === \"root\") {\n // Exception thrown outside of any try block that could handle\n // it, so set the completion value of the entire function to\n // throw the exception.\n return handle(\"end\");\n }\n\n if (entry.tryLoc <= this.prev) {\n var hasCatch = hasOwn.call(entry, \"catchLoc\");\n var hasFinally = hasOwn.call(entry, \"finallyLoc\");\n\n if (hasCatch && hasFinally) {\n if (this.prev < entry.catchLoc) {\n return handle(entry.catchLoc, true);\n } else if (this.prev < entry.finallyLoc) {\n return handle(entry.finallyLoc);\n }\n\n } else if (hasCatch) {\n if (this.prev < entry.catchLoc) {\n return handle(entry.catchLoc, true);\n }\n\n } else if (hasFinally) {\n if (this.prev < entry.finallyLoc) {\n return handle(entry.finallyLoc);\n }\n\n } else {\n throw new Error(\"try statement without catch or finally\");\n }\n }\n }\n },\n\n abrupt: function(type, arg) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.tryLoc <= this.prev &&\n hasOwn.call(entry, \"finallyLoc\") &&\n this.prev < entry.finallyLoc) {\n var finallyEntry = entry;\n break;\n }\n }\n\n if (finallyEntry &&\n (type === \"break\" ||\n type === \"continue\") &&\n finallyEntry.tryLoc <= arg &&\n arg <= finallyEntry.finallyLoc) {\n // Ignore the finally entry if control is not jumping to a\n // location outside the try/catch block.\n finallyEntry = null;\n }\n\n var record = finallyEntry ? finallyEntry.completion : {};\n record.type = type;\n record.arg = arg;\n\n if (finallyEntry) {\n this.method = \"next\";\n this.next = finallyEntry.finallyLoc;\n return ContinueSentinel;\n }\n\n return this.complete(record);\n },\n\n complete: function(record, afterLoc) {\n if (record.type === \"throw\") {\n throw record.arg;\n }\n\n if (record.type === \"break\" ||\n record.type === \"continue\") {\n this.next = record.arg;\n } else if (record.type === \"return\") {\n this.rval = this.arg = record.arg;\n this.method = \"return\";\n this.next = \"end\";\n } else if (record.type === \"normal\" && afterLoc) {\n this.next = afterLoc;\n }\n\n return ContinueSentinel;\n },\n\n finish: function(finallyLoc) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.finallyLoc === finallyLoc) {\n this.complete(entry.completion, entry.afterLoc);\n resetTryEntry(entry);\n return ContinueSentinel;\n }\n }\n },\n\n \"catch\": function(tryLoc) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.tryLoc === tryLoc) {\n var record = entry.completion;\n if (record.type === \"throw\") {\n var thrown = record.arg;\n resetTryEntry(entry);\n }\n return thrown;\n }\n }\n\n // The context.catch method must only be called with a location\n // argument that corresponds to a known catch block.\n throw new Error(\"illegal catch attempt\");\n },\n\n delegateYield: function(iterable, resultName, nextLoc) {\n this.delegate = {\n iterator: values(iterable),\n resultName: resultName,\n nextLoc: nextLoc\n };\n\n if (this.method === \"next\") {\n // Deliberately forget the last sent value so that we don't\n // accidentally pass it on to the delegate.\n this.arg = undefined;\n }\n\n return ContinueSentinel;\n }\n };\n\n // Regardless of whether this script is executing as a CommonJS module\n // or not, return the runtime object so that we can declare the variable\n // regeneratorRuntime in the outer scope, which allows this module to be\n // injected easily by `bin/regenerator --include-runtime script.js`.\n return exports;\n\n}(\n // If this script is executing as a CommonJS module, use module.exports\n // as the regeneratorRuntime namespace. Otherwise create a new empty\n // object. Either way, the resulting object will be used to initialize\n // the regeneratorRuntime variable at the top of this file.\n typeof module === \"object\" ? module.exports : {}\n));\n\ntry {\n regeneratorRuntime = runtime;\n} catch (accidentalStrictMode) {\n // This module should not be running in strict mode, so the above\n // assignment should always work unless something is misconfigured. Just\n // in case runtime.js accidentally runs in strict mode, we can escape\n // strict mode using a global Function call. This could conceivably fail\n // if a Content Security Policy forbids using Function, but in that case\n // the proper solution is to fix the accidental strict mode problem. If\n // you've misconfigured your bundler to force strict mode and applied a\n // CSP to forbid Function, and you're not willing to fix either of those\n // problems, please detail your unique predicament in a GitHub issue.\n Function(\"r\", \"regeneratorRuntime = r\")(runtime);\n}\n","/*!\n * Font Awesome Free 5.13.1 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)\n */\n(function () {\n 'use strict';\n\n var _WINDOW = {};\n var _DOCUMENT = {};\n\n try {\n if (typeof window !== 'undefined') _WINDOW = window;\n if (typeof document !== 'undefined') _DOCUMENT = document;\n } catch (e) {}\n\n var _ref = _WINDOW.navigator || {},\n _ref$userAgent = _ref.userAgent,\n userAgent = _ref$userAgent === void 0 ? '' : _ref$userAgent;\n\n var WINDOW = _WINDOW;\n var DOCUMENT = _DOCUMENT;\n var IS_BROWSER = !!WINDOW.document;\n var IS_DOM = !!DOCUMENT.documentElement && !!DOCUMENT.head && typeof DOCUMENT.addEventListener === 'function' && typeof DOCUMENT.createElement === 'function';\n var IS_IE = ~userAgent.indexOf('MSIE') || ~userAgent.indexOf('Trident/');\n\n var NAMESPACE_IDENTIFIER = '___FONT_AWESOME___';\n var PRODUCTION = function () {\n try {\n return \"production\" === 'production';\n } catch (e) {\n return false;\n }\n }();\n\n function bunker(fn) {\n try {\n fn();\n } catch (e) {\n if (!PRODUCTION) {\n throw e;\n }\n }\n }\n\n function _defineProperty(obj, key, value) {\n if (key in obj) {\n Object.defineProperty(obj, key, {\n value: value,\n enumerable: true,\n configurable: true,\n writable: true\n });\n } else {\n obj[key] = value;\n }\n\n return obj;\n }\n\n function _objectSpread(target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = arguments[i] != null ? arguments[i] : {};\n var ownKeys = Object.keys(source);\n\n if (typeof Object.getOwnPropertySymbols === 'function') {\n ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) {\n return Object.getOwnPropertyDescriptor(source, sym).enumerable;\n }));\n }\n\n ownKeys.forEach(function (key) {\n _defineProperty(target, key, source[key]);\n });\n }\n\n return target;\n }\n\n var w = WINDOW || {};\n if (!w[NAMESPACE_IDENTIFIER]) w[NAMESPACE_IDENTIFIER] = {};\n if (!w[NAMESPACE_IDENTIFIER].styles) w[NAMESPACE_IDENTIFIER].styles = {};\n if (!w[NAMESPACE_IDENTIFIER].hooks) w[NAMESPACE_IDENTIFIER].hooks = {};\n if (!w[NAMESPACE_IDENTIFIER].shims) w[NAMESPACE_IDENTIFIER].shims = [];\n var namespace = w[NAMESPACE_IDENTIFIER];\n\n function defineIcons(prefix, icons) {\n var params = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};\n var _params$skipHooks = params.skipHooks,\n skipHooks = _params$skipHooks === void 0 ? false : _params$skipHooks;\n var normalized = Object.keys(icons).reduce(function (acc, iconName) {\n var icon = icons[iconName];\n var expanded = !!icon.icon;\n\n if (expanded) {\n acc[icon.iconName] = icon.icon;\n } else {\n acc[iconName] = icon;\n }\n\n return acc;\n }, {});\n\n if (typeof namespace.hooks.addPack === 'function' && !skipHooks) {\n namespace.hooks.addPack(prefix, normalized);\n } else {\n namespace.styles[prefix] = _objectSpread({}, namespace.styles[prefix] || {}, normalized);\n }\n /**\n * Font Awesome 4 used the prefix of `fa` for all icons. With the introduction\n * of new styles we needed to differentiate between them. Prefix `fa` is now an alias\n * for `fas` so we'll easy the upgrade process for our users by automatically defining\n * this as well.\n */\n\n\n if (prefix === 'fas') {\n defineIcons('fa', icons);\n }\n }\n\n var icons = {\n \"500px\": [448, 512, [], \"f26e\", \"M103.3 344.3c-6.5-14.2-6.9-18.3 7.4-23.1 25.6-8 8 9.2 43.2 49.2h.3v-93.9c1.2-50.2 44-92.2 97.7-92.2 53.9 0 97.7 43.5 97.7 96.8 0 63.4-60.8 113.2-128.5 93.3-10.5-4.2-2.1-31.7 8.5-28.6 53 0 89.4-10.1 89.4-64.4 0-61-77.1-89.6-116.9-44.6-23.5 26.4-17.6 42.1-17.6 157.6 50.7 31 118.3 22 160.4-20.1 24.8-24.8 38.5-58 38.5-93 0-35.2-13.8-68.2-38.8-93.3-24.8-24.8-57.8-38.5-93.3-38.5s-68.8 13.8-93.5 38.5c-.3.3-16 16.5-21.2 23.9l-.5.6c-3.3 4.7-6.3 9.1-20.1 6.1-6.9-1.7-14.3-5.8-14.3-11.8V20c0-5 3.9-10.5 10.5-10.5h241.3c8.3 0 8.3 11.6 8.3 15.1 0 3.9 0 15.1-8.3 15.1H130.3v132.9h.3c104.2-109.8 282.8-36 282.8 108.9 0 178.1-244.8 220.3-310.1 62.8zm63.3-260.8c-.5 4.2 4.6 24.5 14.6 20.6C306 56.6 384 144.5 390.6 144.5c4.8 0 22.8-15.3 14.3-22.8-93.2-89-234.5-57-238.3-38.2zM393 414.7C283 524.6 94 475.5 61 310.5c0-12.2-30.4-7.4-28.9 3.3 24 173.4 246 256.9 381.6 121.3 6.9-7.8-12.6-28.4-20.7-20.4zM213.6 306.6c0 4 4.3 7.3 5.5 8.5 3 3 6.1 4.4 8.5 4.4 3.8 0 2.6.2 22.3-19.5 19.6 19.3 19.1 19.5 22.3 19.5 5.4 0 18.5-10.4 10.7-18.2L265.6 284l18.2-18.2c6.3-6.8-10.1-21.8-16.2-15.7L249.7 268c-18.6-18.8-18.4-19.5-21.5-19.5-5 0-18 11.7-12.4 17.3L234 284c-18.1 17.9-20.4 19.2-20.4 22.6z\"],\n \"accessible-icon\": [448, 512, [], \"f368\", \"M423.9 255.8L411 413.1c-3.3 40.7-63.9 35.1-60.6-4.9l10-122.5-41.1 2.3c10.1 20.7 15.8 43.9 15.8 68.5 0 41.2-16.1 78.7-42.3 106.5l-39.3-39.3c57.9-63.7 13.1-167.2-74-167.2-25.9 0-49.5 9.9-67.2 26L73 243.2c22-20.7 50.1-35.1 81.4-40.2l75.3-85.7-42.6-24.8-51.6 46c-30 26.8-70.6-18.5-40.5-45.4l68-60.7c9.8-8.8 24.1-10.2 35.5-3.6 0 0 139.3 80.9 139.5 81.1 16.2 10.1 20.7 36 6.1 52.6L285.7 229l106.1-5.9c18.5-1.1 33.6 14.4 32.1 32.7zm-64.9-154c28.1 0 50.9-22.8 50.9-50.9C409.9 22.8 387.1 0 359 0c-28.1 0-50.9 22.8-50.9 50.9 0 28.1 22.8 50.9 50.9 50.9zM179.6 456.5c-80.6 0-127.4-90.6-82.7-156.1l-39.7-39.7C36.4 287 24 320.3 24 356.4c0 130.7 150.7 201.4 251.4 122.5l-39.7-39.7c-16 10.9-35.3 17.3-56.1 17.3z\"],\n \"accusoft\": [640, 512, [], \"f369\", \"M322.1 252v-1l-51.2-65.8s-12 1.6-25 15.1c-9 9.3-242.1 239.1-243.4 240.9-7 10 1.6 6.8 15.7 1.7.8 0 114.5-36.6 114.5-36.6.5-.6-.1-.1.6-.6-.4-5.1-.8-26.2-1-27.7-.6-5.2 2.2-6.9 7-8.9l92.6-33.8c.6-.8 88.5-81.7 90.2-83.3zm160.1 120.1c13.3 16.1 20.7 13.3 30.8 9.3 3.2-1.2 115.4-47.6 117.8-48.9 8-4.3-1.7-16.7-7.2-23.4-2.1-2.5-205.1-245.6-207.2-248.3-9.7-12.2-14.3-12.9-38.4-12.8-10.2 0-106.8.5-116.5.6-19.2.1-32.9-.3-19.2 16.9C250 75 476.5 365.2 482.2 372.1zm152.7 1.6c-2.3-.3-24.6-4.7-38-7.2 0 0-115 50.4-117.5 51.6-16 7.3-26.9-3.2-36.7-14.6l-57.1-74c-5.4-.9-60.4-9.6-65.3-9.3-3.1.2-9.6.8-14.4 2.9-4.9 2.1-145.2 52.8-150.2 54.7-5.1 2-11.4 3.6-11.1 7.6.2 2.5 2 2.6 4.6 3.5 2.7.8 300.9 67.6 308 69.1 15.6 3.3 38.5 10.5 53.6 1.7 2.1-1.2 123.8-76.4 125.8-77.8 5.4-4 4.3-6.8-1.7-8.2z\"],\n \"acquisitions-incorporated\": [384, 512, [], \"f6af\", \"M357.45 468.2c-1.2-7.7-1.3-7.6-9.6-7.6-99.8.2-111.8-2.4-112.7-2.6-12.3-1.7-20.6-10.5-21-23.1-.1-1.6-.2-71.6-1-129.1-.1-4.7 1.6-6.4 5.9-7.5 12.5-3 24.9-6.1 37.3-9.7 4.3-1.3 6.8-.2 8.4 3.5 4.5 10.3 8.8 20.6 13.2 30.9 1.6 3.7.1 4.4-3.4 4.4-10-.2-20-.1-30.4-.1v27h116c-1.4-9.5-2.7-18.1-4-27.5-7 0-13.8.4-20.4-.1-22.6-1.6-18.3-4.4-84-158.6-8.8-20.1-27.9-62.1-36.5-89.2-4.4-14 5.5-25.4 18.9-26.6 18.6-1.7 37.5-1.6 56.2-2 20.6-.4 41.2-.4 61.8-.5 3.1 0 4-1.4 4.3-4.3 1.2-9.8 2.7-19.5 4-29.2.8-5.3 1.6-10.7 2.4-16.1L23.75 0c-3.6 0-5.3 1.1-4.6 5.3 2.2 13.2-.8.8 6.4 45.3 63.4 0 71.8.9 101.8.5 12.3-.2 37 3.5 37.7 22.1.4 11.4-1.1 11.3-32.6 87.4-53.8 129.8-50.7 120.3-67.3 161-1.7 4.1-3.6 5.2-7.6 5.2-8.5-.2-17-.3-25.4.1-1.9.1-5.2 1.8-5.5 3.2-1.5 8.1-2.2 16.3-3.2 24.9h114.3v-27.6c-6.9 0-33.5.4-35.3-2.9 5.3-12.3 10.4-24.4 15.7-36.7 16.3 4 31.9 7.8 47.6 11.7 3.4.9 4.6 3 4.6 6.8-.1 42.9.1 85.9.2 128.8 0 10.2-5.5 19.1-14.9 23.1-6.5 2.7-3.3 3.4-121.4 2.4-5.3 0-7.1 2-7.6 6.8-1.5 12.9-2.9 25.9-5 38.8-.8 5 1.3 5.7 5.3 5.7 183.2.6-30.7 0 337.1 0-2.5-15-4.4-29.4-6.6-43.7zm-174.9-205.7c-13.3-4.2-26.6-8.2-39.9-12.5a44.53 44.53 0 0 1-5.8-2.9c17.2-44.3 34.2-88.1 51.3-132.1 7.5 2.4 7.9-.8 9.4 0 9.3 22.5 18.1 60.1 27 82.8 6.6 16.7 13 33.5 19.7 50.9a35.78 35.78 0 0 1-3.9 2.1c-13.1 3.9-26.4 7.5-39.4 11.7a27.66 27.66 0 0 1-18.4 0z\"],\n \"adn\": [496, 512, [], \"f170\", \"M248 167.5l64.9 98.8H183.1l64.9-98.8zM496 256c0 136.9-111.1 248-248 248S0 392.9 0 256 111.1 8 248 8s248 111.1 248 248zm-99.8 82.7L248 115.5 99.8 338.7h30.4l33.6-51.7h168.6l33.6 51.7h30.2z\"],\n \"adobe\": [512, 512, [], \"f778\", \"M315.5 64h170.9v384L315.5 64zm-119 0H25.6v384L196.5 64zM256 206.1L363.5 448h-73l-30.7-76.8h-78.7L256 206.1z\"],\n \"adversal\": [512, 512, [], \"f36a\", \"M482.1 32H28.7C5.8 32 0 37.9 0 60.9v390.2C0 474.4 5.8 480 28.7 480h453.4c24.4 0 29.9-5.2 29.9-29.7V62.2c0-24.6-5.4-30.2-29.9-30.2zM178.4 220.3c-27.5-20.2-72.1-8.7-84.2 23.4-4.3 11.1-9.3 9.5-17.5 8.3-9.7-1.5-17.2-3.2-22.5-5.5-28.8-11.4 8.6-55.3 24.9-64.3 41.1-21.4 83.4-22.2 125.3-4.8 40.9 16.8 34.5 59.2 34.5 128.5 2.7 25.8-4.3 58.3 9.3 88.8 1.9 4.4.4 7.9-2.7 10.7-8.4 6.7-39.3 2.2-46.6-7.4-1.9-2.2-1.8-3.6-3.9-6.2-3.6-3.9-7.3-2.2-11.9 1-57.4 36.4-140.3 21.4-147-43.3-3.1-29.3 12.4-57.1 39.6-71 38.2-19.5 112.2-11.8 114-30.9 1.1-10.2-1.9-20.1-11.3-27.3zm286.7 222c0 15.1-11.1 9.9-17.8 9.9H52.4c-7.4 0-18.2 4.8-17.8-10.7.4-13.9 10.5-9.1 17.1-9.1 132.3-.4 264.5-.4 396.8 0 6.8 0 16.6-4.4 16.6 9.9zm3.8-340.5v291c0 5.7-.7 13.9-8.1 13.9-12.4-.4-27.5 7.1-36.1-5.6-5.8-8.7-7.8-4-12.4-1.2-53.4 29.7-128.1 7.1-144.4-85.2-6.1-33.4-.7-67.1 15.7-100 11.8-23.9 56.9-76.1 136.1-30.5v-71c0-26.2-.1-26.2 26-26.2 3.1 0 6.6.4 9.7 0 10.1-.8 13.6 4.4 13.6 14.3-.1.2-.1.3-.1.5zm-51.5 232.3c-19.5 47.6-72.9 43.3-90 5.2-15.1-33.3-15.5-68.2.4-101.5 16.3-34.1 59.7-35.7 81.5-4.8 20.6 28.8 14.9 84.6 8.1 101.1zm-294.8 35.3c-7.5-1.3-33-3.3-33.7-27.8-.4-13.9 7.8-23 19.8-25.8 24.4-5.9 49.3-9.9 73.7-14.7 8.9-2 7.4 4.4 7.8 9.5 1.4 33-26.1 59.2-67.6 58.8z\"],\n \"affiliatetheme\": [512, 512, [], \"f36b\", \"M159.7 237.4C108.4 308.3 43.1 348.2 14 326.6-15.2 304.9 2.8 230 54.2 159.1c51.3-70.9 116.6-110.8 145.7-89.2 29.1 21.6 11.1 96.6-40.2 167.5zm351.2-57.3C437.1 303.5 319 367.8 246.4 323.7c-25-15.2-41.3-41.2-49-73.8-33.6 64.8-92.8 113.8-164.1 133.2 49.8 59.3 124.1 96.9 207 96.9 150 0 271.6-123.1 271.6-274.9.1-8.5-.3-16.8-1-25z\"],\n \"airbnb\": [448, 512, [], \"f834\", \"M224 373.12c-25.24-31.67-40.08-59.43-45-83.18-22.55-88 112.61-88 90.06 0-5.45 24.25-20.29 52-45 83.18zm138.15 73.23c-42.06 18.31-83.67-10.88-119.3-50.47 103.9-130.07 46.11-200-18.85-200-54.92 0-85.16 46.51-73.28 100.5 6.93 29.19 25.23 62.39 54.43 99.5-32.53 36.05-60.55 52.69-85.15 54.92-50 7.43-89.11-41.06-71.3-91.09 15.1-39.16 111.72-231.18 115.87-241.56 15.75-30.07 25.56-57.4 59.38-57.4 32.34 0 43.4 25.94 60.37 59.87 36 70.62 89.35 177.48 114.84 239.09 13.17 33.07-1.37 71.29-37.01 86.64zm47-136.12C280.27 35.93 273.13 32 224 32c-45.52 0-64.87 31.67-84.66 72.79C33.18 317.1 22.89 347.19 22 349.81-3.22 419.14 48.74 480 111.63 480c21.71 0 60.61-6.06 112.37-62.4 58.68 63.78 101.26 62.4 112.37 62.4 62.89.05 114.85-60.86 89.61-130.19.02-3.89-16.82-38.9-16.82-39.58z\"],\n \"algolia\": [448, 512, [], \"f36c\", \"M229.3 182.6c-49.3 0-89.2 39.9-89.2 89.2 0 49.3 39.9 89.2 89.2 89.2s89.2-39.9 89.2-89.2c0-49.3-40-89.2-89.2-89.2zm62.7 56.6l-58.9 30.6c-1.8.9-3.8-.4-3.8-2.3V201c0-1.5 1.3-2.7 2.7-2.6 26.2 1 48.9 15.7 61.1 37.1.7 1.3.2 3-1.1 3.7zM389.1 32H58.9C26.4 32 0 58.4 0 90.9V421c0 32.6 26.4 59 58.9 59H389c32.6 0 58.9-26.4 58.9-58.9V90.9C448 58.4 421.6 32 389.1 32zm-202.6 84.7c0-10.8 8.7-19.5 19.5-19.5h45.3c10.8 0 19.5 8.7 19.5 19.5v15.4c0 1.8-1.7 3-3.3 2.5-12.3-3.4-25.1-5.1-38.1-5.1-13.5 0-26.7 1.8-39.4 5.5-1.7.5-3.4-.8-3.4-2.5v-15.8zm-84.4 37l9.2-9.2c7.6-7.6 19.9-7.6 27.5 0l7.7 7.7c1.1 1.1 1 3-.3 4-6.2 4.5-12.1 9.4-17.6 14.9-5.4 5.4-10.4 11.3-14.8 17.4-1 1.3-2.9 1.5-4 .3l-7.7-7.7c-7.6-7.5-7.6-19.8 0-27.4zm127.2 244.8c-70 0-126.6-56.7-126.6-126.6s56.7-126.6 126.6-126.6c70 0 126.6 56.6 126.6 126.6 0 69.8-56.7 126.6-126.6 126.6z\"],\n \"alipay\": [448, 512, [], \"f642\", \"M377.74 32H70.26C31.41 32 0 63.41 0 102.26v307.48C0 448.59 31.41 480 70.26 480h307.48c38.52 0 69.76-31.08 70.26-69.6-45.96-25.62-110.59-60.34-171.6-88.44-32.07 43.97-84.14 81-148.62 81-70.59 0-93.73-45.3-97.04-76.37-3.97-39.01 14.88-81.5 99.52-81.5 35.38 0 79.35 10.25 127.13 24.96 16.53-30.09 26.45-60.34 26.45-60.34h-178.2v-16.7h92.08v-31.24H88.28v-19.01h109.44V92.34h50.92v50.42h109.44v19.01H248.63v31.24h88.77s-15.21 46.62-38.35 90.92c48.93 16.7 100.01 36.04 148.62 52.74V102.26C447.83 63.57 416.43 32 377.74 32zM47.28 322.95c.99 20.17 10.25 53.73 69.93 53.73 52.07 0 92.58-39.68 117.87-72.9-44.63-18.68-84.48-31.41-109.44-31.41-67.45 0-79.35 33.06-78.36 50.58z\"],\n \"amazon\": [448, 512, [], \"f270\", \"M257.2 162.7c-48.7 1.8-169.5 15.5-169.5 117.5 0 109.5 138.3 114 183.5 43.2 6.5 10.2 35.4 37.5 45.3 46.8l56.8-56S341 288.9 341 261.4V114.3C341 89 316.5 32 228.7 32 140.7 32 94 87 94 136.3l73.5 6.8c16.3-49.5 54.2-49.5 54.2-49.5 40.7-.1 35.5 29.8 35.5 69.1zm0 86.8c0 80-84.2 68-84.2 17.2 0-47.2 50.5-56.7 84.2-57.8v40.6zm136 163.5c-7.7 10-70 67-174.5 67S34.2 408.5 9.7 379c-6.8-7.7 1-11.3 5.5-8.3C88.5 415.2 203 488.5 387.7 401c7.5-3.7 13.3 2 5.5 12zm39.8 2.2c-6.5 15.8-16 26.8-21.2 31-5.5 4.5-9.5 2.7-6.5-3.8s19.3-46.5 12.7-55c-6.5-8.3-37-4.3-48-3.2-10.8 1-13 2-14-.3-2.3-5.7 21.7-15.5 37.5-17.5 15.7-1.8 41-.8 46 5.7 3.7 5.1 0 27.1-6.5 43.1z\"],\n \"amazon-pay\": [640, 512, [], \"f42c\", \"M14 325.3c2.3-4.2 5.2-4.9 9.7-2.5 10.4 5.6 20.6 11.4 31.2 16.7a595.88 595.88 0 0 0 127.4 46.3 616.61 616.61 0 0 0 63.2 11.8 603.33 603.33 0 0 0 95 5.2c17.4-.4 34.8-1.8 52.1-3.8a603.66 603.66 0 0 0 163.3-42.8c2.9-1.2 5.9-2 9.1-1.2 6.7 1.8 9 9 4.1 13.9a70 70 0 0 1-9.6 7.4c-30.7 21.1-64.2 36.4-99.6 47.9a473.31 473.31 0 0 1-75.1 17.6 431 431 0 0 1-53.2 4.8 21.3 21.3 0 0 0-2.5.3H308a21.3 21.3 0 0 0-2.5-.3c-3.6-.2-7.2-.3-10.7-.4a426.3 426.3 0 0 1-50.4-5.3A448.4 448.4 0 0 1 164 420a443.33 443.33 0 0 1-145.6-87c-1.8-1.6-3-3.8-4.4-5.7zM172 65.1l-4.3.6a80.92 80.92 0 0 0-38 15.1c-2.4 1.7-4.6 3.5-7.1 5.4a4.29 4.29 0 0 1-.4-1.4c-.4-2.7-.8-5.5-1.3-8.2-.7-4.6-3-6.6-7.6-6.6h-11.5c-6.9 0-8.2 1.3-8.2 8.2v209.3c0 1 0 2 .1 3 .2 3 2 4.9 4.9 5 7 .1 14.1.1 21.1 0 2.9 0 4.7-2 5-5 .1-1 .1-2 .1-3v-72.4c1.1.9 1.7 1.4 2.2 1.9 17.9 14.9 38.5 19.8 61 15.4 20.4-4 34.6-16.5 43.8-34.9 7-13.9 9.9-28.7 10.3-44.1.5-17.1-1.2-33.9-8.1-49.8-8.5-19.6-22.6-32.5-43.9-36.9-3.2-.7-6.5-1-9.8-1.5-2.8-.1-5.5-.1-8.3-.1zM124.6 107a3.48 3.48 0 0 1 1.7-3.3c13.7-9.5 28.8-14.5 45.6-13.2 14.9 1.1 27.1 8.4 33.5 25.9 3.9 10.7 4.9 21.8 4.9 33 0 10.4-.8 20.6-4 30.6-6.8 21.3-22.4 29.4-42.6 28.5-14-.6-26.2-6-37.4-13.9a3.57 3.57 0 0 1-1.7-3.3c.1-14.1 0-28.1 0-42.2s.1-28 0-42.1zm205.7-41.9c-1 .1-2 .3-2.9.4a148 148 0 0 0-28.9 4.1c-6.1 1.6-12 3.8-17.9 5.8-3.6 1.2-5.4 3.8-5.3 7.7.1 3.3-.1 6.6 0 9.9.1 4.8 2.1 6.1 6.8 4.9 7.8-2 15.6-4.2 23.5-5.7 12.3-2.3 24.7-3.3 37.2-1.4 6.5 1 12.6 2.9 16.8 8.4 3.7 4.8 5.1 10.5 5.3 16.4.3 8.3.2 16.6.3 24.9a7.84 7.84 0 0 1-.2 1.4c-.5-.1-.9 0-1.3-.1a180.56 180.56 0 0 0-32-4.9c-11.3-.6-22.5.1-33.3 3.9-12.9 4.5-23.3 12.3-29.4 24.9-4.7 9.8-5.4 20.2-3.9 30.7 2 14 9 24.8 21.4 31.7 11.9 6.6 24.8 7.4 37.9 5.4 15.1-2.3 28.5-8.7 40.3-18.4a7.36 7.36 0 0 1 1.6-1.1c.6 3.8 1.1 7.4 1.8 11 .6 3.1 2.5 5.1 5.4 5.2 5.4.1 10.9.1 16.3 0a4.84 4.84 0 0 0 4.8-4.7 26.2 26.2 0 0 0 .1-2.8v-106a80 80 0 0 0-.9-12.9c-1.9-12.9-7.4-23.5-19-30.4-6.7-4-14.1-6-21.8-7.1-3.6-.5-7.2-.8-10.8-1.3-3.9.1-7.9.1-11.9.1zm35 127.7a3.33 3.33 0 0 1-1.5 3c-11.2 8.1-23.5 13.5-37.4 14.9-5.7.6-11.4.4-16.8-1.8a20.08 20.08 0 0 1-12.4-13.3 32.9 32.9 0 0 1-.1-19.4c2.5-8.3 8.4-13 16.4-15.6a61.33 61.33 0 0 1 24.8-2.2c8.4.7 16.6 2.3 25 3.4 1.6.2 2.1 1 2.1 2.6-.1 4.8 0 9.5 0 14.3s-.2 9.4-.1 14.1zm259.9 129.4c-1-5-4.8-6.9-9.1-8.3a88.42 88.42 0 0 0-21-3.9 147.32 147.32 0 0 0-39.2 1.9c-14.3 2.7-27.9 7.3-40 15.6a13.75 13.75 0 0 0-3.7 3.5 5.11 5.11 0 0 0-.5 4c.4 1.5 2.1 1.9 3.6 1.8a16.2 16.2 0 0 0 2.2-.1c7.8-.8 15.5-1.7 23.3-2.5 11.4-1.1 22.9-1.8 34.3-.9a71.64 71.64 0 0 1 14.4 2.7c5.1 1.4 7.4 5.2 7.6 10.4.4 8-1.4 15.7-3.5 23.3-4.1 15.4-10 30.3-15.8 45.1a17.6 17.6 0 0 0-1 3c-.5 2.9 1.2 4.8 4.1 4.1a10.56 10.56 0 0 0 4.8-2.5 145.91 145.91 0 0 0 12.7-13.4c12.8-16.4 20.3-35.3 24.7-55.6.8-3.6 1.4-7.3 2.1-10.9v-17.3zM493.1 199q-19.35-53.55-38.7-107.2c-2-5.7-4.2-11.3-6.3-16.9-1.1-2.9-3.2-4.8-6.4-4.8-7.6-.1-15.2-.2-22.9-.1-2.5 0-3.7 2-3.2 4.5a43.1 43.1 0 0 0 1.9 6.1q29.4 72.75 59.1 145.5c1.7 4.1 2.1 7.6.2 11.8-3.3 7.3-5.9 15-9.3 22.3-3 6.5-8 11.4-15.2 13.3a42.13 42.13 0 0 1-15.4 1.1c-2.5-.2-5-.8-7.5-1-3.4-.2-5.1 1.3-5.2 4.8q-.15 5 0 9.9c.1 5.5 2 8 7.4 8.9a108.18 108.18 0 0 0 16.9 2c17.1.4 30.7-6.5 39.5-21.4a131.63 131.63 0 0 0 9.2-18.4q35.55-89.7 70.6-179.6a26.62 26.62 0 0 0 1.6-5.5c.4-2.8-.9-4.4-3.7-4.4-6.6-.1-13.3 0-19.9 0a7.54 7.54 0 0 0-7.7 5.2c-.5 1.4-1.1 2.7-1.6 4.1l-34.8 100c-2.5 7.2-5.1 14.5-7.7 22.2-.4-1.1-.6-1.7-.9-2.4z\"],\n \"amilia\": [448, 512, [], \"f36d\", \"M240.1 32c-61.9 0-131.5 16.9-184.2 55.4-5.1 3.1-9.1 9.2-7.2 19.4 1.1 5.1 5.1 27.4 10.2 39.6 4.1 10.2 14.2 10.2 20.3 6.1 32.5-22.3 96.5-47.7 152.3-47.7 57.9 0 58.9 28.4 58.9 73.1v38.5C203 227.7 78.2 251 46.7 264.2 11.2 280.5 16.3 357.7 16.3 376s15.2 104 124.9 104c47.8 0 113.7-20.7 153.3-42.1v25.4c0 3 2.1 8.2 6.1 9.1 3.1 1 50.7 2 59.9 2s62.5.3 66.5-.7c4.1-1 5.1-6.1 5.1-9.1V168c-.1-80.3-57.9-136-192-136zm50.2 348c-21.4 13.2-48.7 24.4-79.1 24.4-52.8 0-58.9-33.5-59-44.7 0-12.2-3-42.7 18.3-52.9 24.3-13.2 75.1-29.4 119.8-33.5z\"],\n \"android\": [576, 512, [], \"f17b\", \"M420.55,301.93a24,24,0,1,1,24-24,24,24,0,0,1-24,24m-265.1,0a24,24,0,1,1,24-24,24,24,0,0,1-24,24m273.7-144.48,47.94-83a10,10,0,1,0-17.27-10h0l-48.54,84.07a301.25,301.25,0,0,0-246.56,0L116.18,64.45a10,10,0,1,0-17.27,10h0l47.94,83C64.53,202.22,8.24,285.55,0,384H576c-8.24-98.45-64.54-181.78-146.85-226.55\"],\n \"angellist\": [448, 512, [], \"f209\", \"M347.1 215.4c11.7-32.6 45.4-126.9 45.4-157.1 0-26.6-15.7-48.9-43.7-48.9-44.6 0-84.6 131.7-97.1 163.1C242 144 196.6 0 156.6 0c-31.1 0-45.7 22.9-45.7 51.7 0 35.3 34.2 126.8 46.6 162-6.3-2.3-13.1-4.3-20-4.3-23.4 0-48.3 29.1-48.3 52.6 0 8.9 4.9 21.4 8 29.7-36.9 10-51.1 34.6-51.1 71.7C46 435.6 114.4 512 210.6 512c118 0 191.4-88.6 191.4-202.9 0-43.1-6.9-82-54.9-93.7zM311.7 108c4-12.3 21.1-64.3 37.1-64.3 8.6 0 10.9 8.9 10.9 16 0 19.1-38.6 124.6-47.1 148l-34-6 33.1-93.7zM142.3 48.3c0-11.9 14.5-45.7 46.3 47.1l34.6 100.3c-15.6-1.3-27.7-3-35.4 1.4-10.9-28.8-45.5-119.7-45.5-148.8zM140 244c29.3 0 67.1 94.6 67.1 107.4 0 5.1-4.9 11.4-10.6 11.4-20.9 0-76.9-76.9-76.9-97.7.1-7.7 12.7-21.1 20.4-21.1zm184.3 186.3c-29.1 32-66.3 48.6-109.7 48.6-59.4 0-106.3-32.6-128.9-88.3-17.1-43.4 3.8-68.3 20.6-68.3 11.4 0 54.3 60.3 54.3 73.1 0 4.9-7.7 8.3-11.7 8.3-16.1 0-22.4-15.5-51.1-51.4-29.7 29.7 20.5 86.9 58.3 86.9 26.1 0 43.1-24.2 38-42 3.7 0 8.3.3 11.7-.6 1.1 27.1 9.1 59.4 41.7 61.7 0-.9 2-7.1 2-7.4 0-17.4-10.6-32.6-10.6-50.3 0-28.3 21.7-55.7 43.7-71.7 8-6 17.7-9.7 27.1-13.1 9.7-3.7 20-8 27.4-15.4-1.1-11.2-5.7-21.1-16.9-21.1-27.7 0-120.6 4-120.6-39.7 0-6.7.1-13.1 17.4-13.1 32.3 0 114.3 8 138.3 29.1 18.1 16.1 24.3 113.2-31 174.7zm-98.6-126c9.7 3.1 19.7 4 29.7 6-7.4 5.4-14 12-20.3 19.1-2.8-8.5-6.2-16.8-9.4-25.1z\"],\n \"angrycreative\": [640, 512, [], \"f36e\", \"M640 238.2l-3.2 28.2-34.5 2.3-2 18.1 34.5-2.3-3.2 28.2-34.4 2.2-2.3 20.1 34.4-2.2-3 26.1-64.7 4.1 12.7-113.2L527 365.2l-31.9 2-23.8-117.8 30.3-2 13.6 79.4 31.7-82.4 93.1-6.2zM426.8 371.5l28.3-1.8L468 249.6l-28.4 1.9-12.8 120zM162 388.1l-19.4-36-3.5 37.4-28.2 1.7 2.7-29.1c-11 18-32 34.3-56.9 35.8C23.9 399.9-3 377 .3 339.7c2.6-29.3 26.7-62.8 67.5-65.4 37.7-2.4 47.6 23.2 51.3 28.8l2.8-30.8 38.9-2.5c20.1-1.3 38.7 3.7 42.5 23.7l2.6-26.6 64.8-4.2-2.7 27.9-36.4 2.4-1.7 17.9 36.4-2.3-2.7 27.9-36.4 2.3-1.9 19.9 36.3-2.3-2.1 20.8 55-117.2 23.8-1.6L370.4 369l8.9-85.6-22.3 1.4 2.9-27.9 75-4.9-3 28-24.3 1.6-9.7 91.9-58 3.7-4.3-15.6-39.4 2.5-8 16.3-126.2 7.7zm-44.3-70.2l-26.4 1.7C84.6 307.2 76.9 303 65 303.8c-19 1.2-33.3 17.5-34.6 33.3-1.4 16 7.3 32.5 28.7 31.2 12.8-.8 21.3-8.6 28.9-18.9l27-1.7 2.7-29.8zm56.1-7.7c1.2-12.9-7.6-13.6-26.1-12.4l-2.7 28.5c14.2-.9 27.5-2.1 28.8-16.1zm21.1 70.8l5.8-60c-5 13.5-14.7 21.1-27.9 26.6l22.1 33.4zm135.4-45l-7.9-37.8-15.8 39.3 23.7-1.5zm-170.1-74.6l-4.3-17.5-39.6 2.6-8.1 18.2-31.9 2.1 57-121.9 23.9-1.6 30.7 102 9.9-104.7 27-1.8 37.8 63.6 6.5-66.6 28.5-1.9-4 41.2c7.4-13.5 22.9-44.7 63.6-47.5 40.5-2.8 52.4 29.3 53.4 30.3l3.3-32 39.3-2.7c12.7-.9 27.8.3 36.3 9.7l-4.4-11.9 32.2-2.2 12.9 43.2 23-45.7 31-2.2-43.6 78.4-4.8 44.3-28.4 1.9 4.8-44.3-15.8-43c1 22.3-9.2 40.1-32 49.6l25.2 38.8-36.4 2.4-19.2-36.8-4 38.3-28.4 1.9 3.3-31.5c-6.7 9.3-19.7 35.4-59.6 38-26.2 1.7-45.6-10.3-55.4-39.2l-4 40.3-25 1.6-37.6-63.3-6.3 66.2-56.8 3.7zm276.6-82.1c10.2-.7 17.5-2.1 21.6-4.3 4.5-2.4 7-6.4 7.6-12.1.6-5.3-.6-8.8-3.4-10.4-3.6-2.1-10.6-2.8-22.9-2l-2.9 28.8zM327.7 214c5.6 5.9 12.7 8.5 21.3 7.9 4.7-.3 9.1-1.8 13.3-4.1 5.5-3 10.6-8 15.1-14.3l-34.2 2.3 2.4-23.9 63.1-4.3 1.2-12-31.2 2.1c-4.1-3.7-7.8-6.6-11.1-8.1-4-1.7-8.1-2.8-12.2-2.5-8 .5-15.3 3.6-22 9.2-7.7 6.4-12 14.5-12.9 24.4-1.1 9.6 1.4 17.3 7.2 23.3zm-201.3 8.2l23.8-1.6-8.3-37.6-15.5 39.2z\"],\n \"angular\": [448, 512, [], \"f420\", \"M185.7 268.1h76.2l-38.1-91.6-38.1 91.6zM223.8 32L16 106.4l31.8 275.7 176 97.9 176-97.9 31.8-275.7zM354 373.8h-48.6l-26.2-65.4H168.6l-26.2 65.4H93.7L223.8 81.5z\"],\n \"app-store\": [512, 512, [], \"f36f\", \"M255.9 120.9l9.1-15.7c5.6-9.8 18.1-13.1 27.9-7.5 9.8 5.6 13.1 18.1 7.5 27.9l-87.5 151.5h63.3c20.5 0 32 24.1 23.1 40.8H113.8c-11.3 0-20.4-9.1-20.4-20.4 0-11.3 9.1-20.4 20.4-20.4h52l66.6-115.4-20.8-36.1c-5.6-9.8-2.3-22.2 7.5-27.9 9.8-5.6 22.2-2.3 27.9 7.5l8.9 15.7zm-78.7 218l-19.6 34c-5.6 9.8-18.1 13.1-27.9 7.5-9.8-5.6-13.1-18.1-7.5-27.9l14.6-25.2c16.4-5.1 29.8-1.2 40.4 11.6zm168.9-61.7h53.1c11.3 0 20.4 9.1 20.4 20.4 0 11.3-9.1 20.4-20.4 20.4h-29.5l19.9 34.5c5.6 9.8 2.3 22.2-7.5 27.9-9.8 5.6-22.2 2.3-27.9-7.5-33.5-58.1-58.7-101.6-75.4-130.6-17.1-29.5-4.9-59.1 7.2-69.1 13.4 23 33.4 57.7 60.1 104zM256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm216 248c0 118.7-96.1 216-216 216-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216z\"],\n \"app-store-ios\": [448, 512, [], \"f370\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM127 384.5c-5.5 9.6-17.8 12.8-27.3 7.3-9.6-5.5-12.8-17.8-7.3-27.3l14.3-24.7c16.1-4.9 29.3-1.1 39.6 11.4L127 384.5zm138.9-53.9H84c-11 0-20-9-20-20s9-20 20-20h51l65.4-113.2-20.5-35.4c-5.5-9.6-2.2-21.8 7.3-27.3 9.6-5.5 21.8-2.2 27.3 7.3l8.9 15.4 8.9-15.4c5.5-9.6 17.8-12.8 27.3-7.3 9.6 5.5 12.8 17.8 7.3 27.3l-85.8 148.6h62.1c20.2 0 31.5 23.7 22.7 40zm98.1 0h-29l19.6 33.9c5.5 9.6 2.2 21.8-7.3 27.3-9.6 5.5-21.8 2.2-27.3-7.3-32.9-56.9-57.5-99.7-74-128.1-16.7-29-4.8-58 7.1-67.8 13.1 22.7 32.7 56.7 58.9 102h52c11 0 20 9 20 20 0 11.1-9 20-20 20z\"],\n \"apper\": [640, 512, [], \"f371\", \"M42.1 239.1c22.2 0 29 2.8 33.5 14.6h.8v-22.9c0-11.3-4.8-15.4-17.9-15.4-11.3 0-14.4 2.5-15.1 12.8H4.8c.3-13.9 1.5-19.1 5.8-24.4C17.9 195 29.5 192 56.7 192c33 0 47.1 5 53.9 18.9 2 4.3 4 15.6 4 23.7v76.3H76.3l1.3-19.1h-1c-5.3 15.6-13.6 20.4-35.5 20.4-30.3 0-41.1-10.1-41.1-37.3 0-25.2 12.3-35.8 42.1-35.8zm17.1 48.1c13.1 0 16.9-3 16.9-13.4 0-9.1-4.3-11.6-19.6-11.6-13.1 0-17.9 3-17.9 12.1-.1 10.4 3.7 12.9 20.6 12.9zm77.8-94.9h38.3l-1.5 20.6h.8c9.1-17.1 15.9-20.9 37.5-20.9 14.4 0 24.7 3 31.5 9.1 9.8 8.6 12.8 20.4 12.8 48.1 0 30-3 43.1-12.1 52.9-6.8 7.3-16.4 10.1-33.2 10.1-20.4 0-29.2-5.5-33.8-21.2h-.8v70.3H137v-169zm80.9 60.7c0-27.5-3.3-32.5-20.7-32.5-16.9 0-20.7 5-20.7 28.7 0 28 3.5 33.5 21.2 33.5 16.4 0 20.2-5.6 20.2-29.7zm57.9-60.7h38.3l-1.5 20.6h.8c9.1-17.1 15.9-20.9 37.5-20.9 14.4 0 24.7 3 31.5 9.1 9.8 8.6 12.8 20.4 12.8 48.1 0 30-3 43.1-12.1 52.9-6.8 7.3-16.4 10.1-33.3 10.1-20.4 0-29.2-5.5-33.8-21.2h-.8v70.3h-39.5v-169zm80.9 60.7c0-27.5-3.3-32.5-20.7-32.5-16.9 0-20.7 5-20.7 28.7 0 28 3.5 33.5 21.2 33.5 16.4 0 20.2-5.6 20.2-29.7zm53.8-3.8c0-25.4 3.3-37.8 12.3-45.8 8.8-8.1 22.2-11.3 45.1-11.3 42.8 0 55.7 12.8 55.7 55.7v11.1h-75.3c-.3 2-.3 4-.3 4.8 0 16.9 4.5 21.9 20.1 21.9 13.9 0 17.9-3 17.9-13.9h37.5v2.3c0 9.8-2.5 18.9-6.8 24.7-7.3 9.8-19.6 13.6-44.3 13.6-27.5 0-41.6-3.3-50.6-12.3-8.5-8.5-11.3-21.3-11.3-50.8zm76.4-11.6c-.3-1.8-.3-3.3-.3-3.8 0-12.3-3.3-14.6-19.6-14.6-14.4 0-17.1 3-18.1 15.1l-.3 3.3h38.3zm55.6-45.3h38.3l-1.8 19.9h.7c6.8-14.9 14.4-20.2 29.7-20.2 10.8 0 19.1 3.3 23.4 9.3 5.3 7.3 6.8 14.4 6.8 34 0 1.5 0 5 .2 9.3h-35c.3-1.8.3-3.3.3-4 0-15.4-2-19.4-10.3-19.4-6.3 0-10.8 3.3-13.1 9.3-1 3-1 4.3-1 12.3v68h-38.3V192.3z\"],\n \"apple\": [384, 512, [], \"f179\", \"M318.7 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-49.4-19.7-76.4-19.7C63.3 141.2 4 184.8 4 273.5q0 39.3 14.4 81.2c12.8 36.7 59 126.7 107.2 125.2 25.2-.6 43-17.9 75.8-17.9 31.8 0 48.3 17.9 76.4 17.9 48.6-.7 90.4-82.5 102.6-119.3-65.2-30.7-61.7-90-61.7-91.9zm-56.6-164.2c27.3-32.4 24.8-61.9 24-72.5-24.1 1.4-52 16.4-67.9 34.9-17.5 19.8-27.8 44.3-25.6 71.9 26.1 2 49.9-11.4 69.5-34.3z\"],\n \"apple-pay\": [640, 512, [], \"f415\", \"M116.9 158.5c-7.5 8.9-19.5 15.9-31.5 14.9-1.5-12 4.4-24.8 11.3-32.6 7.5-9.1 20.6-15.6 31.3-16.1 1.2 12.4-3.7 24.7-11.1 33.8m10.9 17.2c-17.4-1-32.3 9.9-40.5 9.9-8.4 0-21-9.4-34.8-9.1-17.9.3-34.5 10.4-43.6 26.5-18.8 32.3-4.9 80 13.3 106.3 8.9 13 19.5 27.3 33.5 26.8 13.3-.5 18.5-8.6 34.5-8.6 16.1 0 20.8 8.6 34.8 8.4 14.5-.3 23.6-13 32.5-26 10.1-14.8 14.3-29.1 14.5-29.9-.3-.3-28-10.9-28.3-42.9-.3-26.8 21.9-39.5 22.9-40.3-12.5-18.6-32-20.6-38.8-21.1m100.4-36.2v194.9h30.3v-66.6h41.9c38.3 0 65.1-26.3 65.1-64.3s-26.4-64-64.1-64h-73.2zm30.3 25.5h34.9c26.3 0 41.3 14 41.3 38.6s-15 38.8-41.4 38.8h-34.8V165zm162.2 170.9c19 0 36.6-9.6 44.6-24.9h.6v23.4h28v-97c0-28.1-22.5-46.3-57.1-46.3-32.1 0-55.9 18.4-56.8 43.6h27.3c2.3-12 13.4-19.9 28.6-19.9 18.5 0 28.9 8.6 28.9 24.5v10.8l-37.8 2.3c-35.1 2.1-54.1 16.5-54.1 41.5.1 25.2 19.7 42 47.8 42zm8.2-23.1c-16.1 0-26.4-7.8-26.4-19.6 0-12.3 9.9-19.4 28.8-20.5l33.6-2.1v11c0 18.2-15.5 31.2-36 31.2zm102.5 74.6c29.5 0 43.4-11.3 55.5-45.4L640 193h-30.8l-35.6 115.1h-.6L537.4 193h-31.6L557 334.9l-2.8 8.6c-4.6 14.6-12.1 20.3-25.5 20.3-2.4 0-7-.3-8.9-.5v23.4c1.8.4 9.3.7 11.6.7z\"],\n \"artstation\": [512, 512, [], \"f77a\", \"M2 377.4l43 74.3A51.35 51.35 0 0 0 90.9 480h285.4l-59.2-102.6zM501.8 350L335.6 59.3A51.38 51.38 0 0 0 290.2 32h-88.4l257.3 447.6 40.7-70.5c1.9-3.2 21-29.7 2-59.1zM275 304.5l-115.5-200L44 304.5z\"],\n \"asymmetrik\": [576, 512, [], \"f372\", \"M517.5 309.2c38.8-40 58.1-80 58.5-116.1.8-65.5-59.4-118.2-169.4-135C277.9 38.4 118.1 73.6 0 140.5 52 114 110.6 92.3 170.7 82.3c74.5-20.5 153-25.4 221.3-14.8C544.5 91.3 588.8 195 490.8 299.2c-10.2 10.8-22 21.1-35 30.6L304.9 103.4 114.7 388.9c-65.6-29.4-76.5-90.2-19.1-151.2 20.8-22.2 48.3-41.9 79.5-58.1 20-12.2 39.7-22.6 62-30.7-65.1 20.3-122.7 52.9-161.6 92.9-27.7 28.6-41.4 57.1-41.7 82.9-.5 35.1 23.4 65.1 68.4 83l-34.5 51.7h101.6l22-34.4c22.2 1 45.3 0 68.6-2.7l-22.8 37.1h135.5L340 406.3c18.6-5.3 36.9-11.5 54.5-18.7l45.9 71.8H542L468.6 349c18.5-12.1 35-25.5 48.9-39.8zm-187.6 80.5l-25-40.6-32.7 53.3c-23.4 3.5-46.7 5.1-69.2 4.4l101.9-159.3 78.7 123c-17.2 7.4-35.3 13.9-53.7 19.2z\"],\n \"atlassian\": [512, 512, [], \"f77b\", \"M152.2 236.4c-7.7-8.2-19.7-7.7-24.8 2.8L1.6 490.2c-5 10 2.4 21.7 13.4 21.7h175c5.8.1 11-3.2 13.4-8.4 37.9-77.8 15.1-196.3-51.2-267.1zM244.4 8.1c-122.3 193.4-8.5 348.6 65 495.5 2.5 5.1 7.7 8.4 13.4 8.4H497c11.2 0 18.4-11.8 13.4-21.7 0 0-234.5-470.6-240.4-482.3-5.3-10.6-18.8-10.8-25.6.1z\"],\n \"audible\": [640, 512, [], \"f373\", \"M640 199.9v54l-320 200L0 254v-54l320 200 320-200.1zm-194.5 72l47.1-29.4c-37.2-55.8-100.7-92.6-172.7-92.6-72 0-135.5 36.7-172.6 92.4h.3c2.5-2.3 5.1-4.5 7.7-6.7 89.7-74.4 219.4-58.1 290.2 36.3zm-220.1 18.8c16.9-11.9 36.5-18.7 57.4-18.7 34.4 0 65.2 18.4 86.4 47.6l45.4-28.4c-20.9-29.9-55.6-49.5-94.8-49.5-38.9 0-73.4 19.4-94.4 49zM103.6 161.1c131.8-104.3 318.2-76.4 417.5 62.1l.7 1 48.8-30.4C517.1 112.1 424.8 58.1 319.9 58.1c-103.5 0-196.6 53.5-250.5 135.6 9.9-10.5 22.7-23.5 34.2-32.6zm467 32.7z\"],\n \"autoprefixer\": [640, 512, [], \"f41c\", \"M318.4 16l-161 480h77.5l25.4-81.4h119.5L405 496h77.5L318.4 16zm-40.3 341.9l41.2-130.4h1.5l40.9 130.4h-83.6zM640 405l-10-31.4L462.1 358l19.4 56.5L640 405zm-462.1-47L10 373.7 0 405l158.5 9.4 19.4-56.4z\"],\n \"avianex\": [512, 512, [], \"f374\", \"M453.1 32h-312c-38.9 0-76.2 31.2-83.3 69.7L1.2 410.3C-5.9 448.8 19.9 480 58.9 480h312c38.9 0 76.2-31.2 83.3-69.7l56.7-308.5c7-38.6-18.8-69.8-57.8-69.8zm-58.2 347.3l-32 13.5-115.4-110c-14.7 10-29.2 19.5-41.7 27.1l22.1 64.2-17.9 12.7-40.6-61-52.4-48.1 15.7-15.4 58 31.1c9.3-10.5 20.8-22.6 32.8-34.9L203 228.9l-68.8-99.8 18.8-28.9 8.9-4.8L265 207.8l4.9 4.5c19.4-18.8 33.8-32.4 33.8-32.4 7.7-6.5 21.5-2.9 30.7 7.9 9 10.5 10.6 24.7 2.7 31.3-1.8 1.3-15.5 11.4-35.3 25.6l4.5 7.3 94.9 119.4-6.3 7.9z\"],\n \"aviato\": [640, 512, [], \"f421\", \"M107.2 283.5l-19-41.8H36.1l-19 41.8H0l62.2-131.4 62.2 131.4h-17.2zm-45-98.1l-19.6 42.5h39.2l-19.6-42.5zm112.7 102.4l-62.2-131.4h17.1l45.1 96 45.1-96h17l-62.1 131.4zm80.6-4.3V156.4H271v127.1h-15.5zm209.1-115.6v115.6h-17.3V167.9h-41.2v-11.5h99.6v11.5h-41.1zM640 218.8c0 9.2-1.7 17.8-5.1 25.8-3.4 8-8.2 15.1-14.2 21.1-6 6-13.1 10.8-21.1 14.2-8 3.4-16.6 5.1-25.8 5.1s-17.8-1.7-25.8-5.1c-8-3.4-15.1-8.2-21.1-14.2-6-6-10.8-13-14.2-21.1-3.4-8-5.1-16.6-5.1-25.8s1.7-17.8 5.1-25.8c3.4-8 8.2-15.1 14.2-21.1 6-6 13-8.4 21.1-11.9 8-3.4 16.6-5.1 25.8-5.1s17.8 1.7 25.8 5.1c8 3.4 15.1 5.8 21.1 11.9 6 6 10.7 13.1 14.2 21.1 3.4 8 5.1 16.6 5.1 25.8zm-15.5 0c0-7.3-1.3-14-3.9-20.3-2.6-6.3-6.2-11.7-10.8-16.3-4.6-4.6-10-8.2-16.2-10.9-6.2-2.7-12.8-4-19.8-4s-13.6 1.3-19.8 4c-6.2 2.7-11.6 6.3-16.2 10.9-4.6 4.6-8.2 10-10.8 16.3-2.6 6.3-3.9 13.1-3.9 20.3 0 7.3 1.3 14 3.9 20.3 2.6 6.3 6.2 11.7 10.8 16.3 4.6 4.6 10 8.2 16.2 10.9 6.2 2.7 12.8 4 19.8 4s13.6-1.3 19.8-4c6.2-2.7 11.6-6.3 16.2-10.9 4.6-4.6 8.2-10 10.8-16.3 2.6-6.3 3.9-13.1 3.9-20.3zm-94.8 96.7v-6.3l88.9-10-242.9 13.4c.6-2.2 1.1-4.6 1.4-7.2.3-2 .5-4.2.6-6.5l64.8-8.1-64.9 1.9c0-.4-.1-.7-.1-1.1-2.8-17.2-25.5-23.7-25.5-23.7l-1.1-26.3h23.8l19 41.8h17.1L348.6 152l-62.2 131.4h17.1l19-41.8h23.6L345 268s-22.7 6.5-25.5 23.7c-.1.3-.1.7-.1 1.1l-64.9-1.9 64.8 8.1c.1 2.3.3 4.4.6 6.5.3 2.6.8 5 1.4 7.2L78.4 299.2l88.9 10v6.3c-5.9.9-10.5 6-10.5 12.2 0 6.8 5.6 12.4 12.4 12.4 6.8 0 12.4-5.6 12.4-12.4 0-6.2-4.6-11.3-10.5-12.2v-5.8l80.3 9v5.4c-5.7 1.1-9.9 6.2-9.9 12.1 0 6.8 5.6 10.2 12.4 10.2 6.8 0 12.4-3.4 12.4-10.2 0-6-4.3-11-9.9-12.1v-4.9l28.4 3.2v23.7h-5.9V360h5.9v-6.6h5v6.6h5.9v-13.8h-5.9V323l38.3 4.3c8.1 11.4 19 13.6 19 13.6l-.1 6.7-5.1.2-.1 12.1h4.1l.1-5h5.2l.1 5h4.1l-.1-12.1-5.1-.2-.1-6.7s10.9-2.1 19-13.6l38.3-4.3v23.2h-5.9V360h5.9v-6.6h5v6.6h5.9v-13.8h-5.9v-23.7l28.4-3.2v4.9c-5.7 1.1-9.9 6.2-9.9 12.1 0 6.8 5.6 10.2 12.4 10.2 6.8 0 12.4-3.4 12.4-10.2 0-6-4.3-11-9.9-12.1v-5.4l80.3-9v5.8c-5.9.9-10.5 6-10.5 12.2 0 6.8 5.6 12.4 12.4 12.4 6.8 0 12.4-5.6 12.4-12.4-.2-6.3-4.7-11.4-10.7-12.3zm-200.8-87.6l19.6-42.5 19.6 42.5h-17.9l-1.7-40.3-1.7 40.3h-17.9z\"],\n \"aws\": [640, 512, [], \"f375\", \"M180.41 203.01c-.72 22.65 10.6 32.68 10.88 39.05a8.164 8.164 0 0 1-4.1 6.27l-12.8 8.96a10.66 10.66 0 0 1-5.63 1.92c-.43-.02-8.19 1.83-20.48-25.61a78.608 78.608 0 0 1-62.61 29.45c-16.28.89-60.4-9.24-58.13-56.21-1.59-38.28 34.06-62.06 70.93-60.05 7.1.02 21.6.37 46.99 6.27v-15.62c2.69-26.46-14.7-46.99-44.81-43.91-2.4.01-19.4-.5-45.84 10.11-7.36 3.38-8.3 2.82-10.75 2.82-7.41 0-4.36-21.48-2.94-24.2 5.21-6.4 35.86-18.35 65.94-18.18a76.857 76.857 0 0 1 55.69 17.28 70.285 70.285 0 0 1 17.67 52.36l-.01 69.29zM93.99 235.4c32.43-.47 46.16-19.97 49.29-30.47 2.46-10.05 2.05-16.41 2.05-27.4-9.67-2.32-23.59-4.85-39.56-4.87-15.15-1.14-42.82 5.63-41.74 32.26-1.24 16.79 11.12 31.4 29.96 30.48zm170.92 23.05c-7.86.72-11.52-4.86-12.68-10.37l-49.8-164.65c-.97-2.78-1.61-5.65-1.92-8.58a4.61 4.61 0 0 1 3.86-5.25c.24-.04-2.13 0 22.25 0 8.78-.88 11.64 6.03 12.55 10.37l35.72 140.83 33.16-140.83c.53-3.22 2.94-11.07 12.8-10.24h17.16c2.17-.18 11.11-.5 12.68 10.37l33.42 142.63L420.98 80.1c.48-2.18 2.72-11.37 12.68-10.37h19.72c.85-.13 6.15-.81 5.25 8.58-.43 1.85 3.41-10.66-52.75 169.9-1.15 5.51-4.82 11.09-12.68 10.37h-18.69c-10.94 1.15-12.51-9.66-12.68-10.75L328.67 110.7l-32.78 136.99c-.16 1.09-1.73 11.9-12.68 10.75h-18.3zm273.48 5.63c-5.88.01-33.92-.3-57.36-12.29a12.802 12.802 0 0 1-7.81-11.91v-10.75c0-8.45 6.2-6.9 8.83-5.89 10.04 4.06 16.48 7.14 28.81 9.6 36.65 7.53 52.77-2.3 56.72-4.48 13.15-7.81 14.19-25.68 5.25-34.95-10.48-8.79-15.48-9.12-53.13-21-4.64-1.29-43.7-13.61-43.79-52.36-.61-28.24 25.05-56.18 69.52-55.95 12.67-.01 46.43 4.13 55.57 15.62 1.35 2.09 2.02 4.55 1.92 7.04v10.11c0 4.44-1.62 6.66-4.87 6.66-7.71-.86-21.39-11.17-49.16-10.75-6.89-.36-39.89.91-38.41 24.97-.43 18.96 26.61 26.07 29.7 26.89 36.46 10.97 48.65 12.79 63.12 29.58 17.14 22.25 7.9 48.3 4.35 55.44-19.08 37.49-68.42 34.44-69.26 34.42zm40.2 104.86c-70.03 51.72-171.69 79.25-258.49 79.25A469.127 469.127 0 0 1 2.83 327.46c-6.53-5.89-.77-13.96 7.17-9.47a637.37 637.37 0 0 0 316.88 84.12 630.22 630.22 0 0 0 241.59-49.55c11.78-5 21.77 7.8 10.12 16.38zm29.19-33.29c-8.96-11.52-59.28-5.38-81.81-2.69-6.79.77-7.94-5.12-1.79-9.47 40.07-28.17 105.88-20.1 113.44-10.63 7.55 9.47-2.05 75.41-39.56 106.91-5.76 4.87-11.27 2.3-8.71-4.1 8.44-21.25 27.39-68.49 18.43-80.02z\"],\n \"bandcamp\": [512, 512, [], \"f2d5\", \"M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm48.2,326.1h-181L207.9,178h181Z\"],\n \"battle-net\": [512, 512, [], \"f835\", \"M448.61 225.62c26.87.18 35.57-7.43 38.92-12.37 12.47-16.32-7.06-47.6-52.85-71.33 17.76-33.58 30.11-63.68 36.34-85.3 3.38-11.83 1.09-19 .45-20.25-1.72 10.52-15.85 48.46-48.2 100.05-25-11.22-56.52-20.1-93.77-23.8-8.94-16.94-34.88-63.86-60.48-88.93C252.18 7.14 238.7 1.07 228.18.22h-.05c-13.83-1.55-22.67 5.85-27.4 11-17.2 18.53-24.33 48.87-25 84.07-7.24-12.35-17.17-24.63-28.5-25.93h-.18c-20.66-3.48-38.39 29.22-36 81.29-38.36 1.38-71 5.75-93 11.23-9.9 2.45-16.22 7.27-17.76 9.72 1-.38 22.4-9.22 111.56-9.22 5.22 53 29.75 101.82 26 93.19-9.73 15.4-38.24 62.36-47.31 97.7-5.87 22.88-4.37 37.61.15 47.14 5.57 12.75 16.41 16.72 23.2 18.26 25 5.71 55.38-3.63 86.7-21.14-7.53 12.84-13.9 28.51-9.06 39.34 7.31 19.65 44.49 18.66 88.44-9.45 20.18 32.18 40.07 57.94 55.7 74.12a39.79 39.79 0 0 0 8.75 7.09c5.14 3.21 8.58 3.37 8.58 3.37-8.24-6.75-34-38-62.54-91.78 22.22-16 45.65-38.87 67.47-69.27 122.82 4.6 143.29-24.76 148-31.64 14.67-19.88 3.43-57.44-57.32-93.69zm-77.85 106.22c23.81-37.71 30.34-67.77 29.45-92.33 27.86 17.57 47.18 37.58 49.06 58.83 1.14 12.93-8.1 29.12-78.51 33.5zM216.9 387.69c9.76-6.23 19.53-13.12 29.2-20.49 6.68 13.33 13.6 26.1 20.6 38.19-40.6 21.86-68.84 12.76-49.8-17.7zm215-171.35c-10.29-5.34-21.16-10.34-32.38-15.05a722.459 722.459 0 0 0 22.74-36.9c39.06 24.1 45.9 53.18 9.64 51.95zM279.18 398c-5.51-11.35-11-23.5-16.5-36.44 43.25 1.27 62.42-18.73 63.28-20.41 0 .07-25 15.64-62.53 12.25a718.78 718.78 0 0 0 85.06-84q13.06-15.31 24.93-31.11c-.36-.29-1.54-3-16.51-12-51.7 60.27-102.34 98-132.75 115.92-20.59-11.18-40.84-31.78-55.71-61.49-20-39.92-30-82.39-31.57-116.07 12.3.91 25.27 2.17 38.85 3.88-22.29 36.8-14.39 63-13.47 64.23 0-.07-.95-29.17 20.14-59.57a695.23 695.23 0 0 0 44.67 152.84c.93-.38 1.84.88 18.67-8.25-26.33-74.47-33.76-138.17-34-173.43 20-12.42 48.18-19.8 81.63-17.81 44.57 2.67 86.36 15.25 116.32 30.71q-10.69 15.66-23.33 32.47C365.63 152 339.1 145.84 337.5 146c.11 0 25.9 14.07 41.52 47.22a717.63 717.63 0 0 0-115.34-31.71 646.608 646.608 0 0 0-39.39-6.05c-.07.45-1.81 1.85-2.16 20.33C300 190.28 358.78 215.68 389.36 233c.74 23.55-6.95 51.61-25.41 79.57-24.6 37.31-56.39 67.23-84.77 85.43zm27.4-287c-44.56-1.66-73.58 7.43-94.69 20.67 2-52.3 21.31-76.38 38.21-75.28C267 52.15 305 108.55 306.58 111zm-130.65 3.1c.48 12.11 1.59 24.62 3.21 37.28-14.55-.85-28.74-1.25-42.4-1.26-.08 3.24-.12-51 24.67-49.59h.09c5.76 1.09 10.63 6.88 14.43 13.57zm-28.06 162c20.76 39.7 43.3 60.57 65.25 72.31-46.79 24.76-77.53 20-84.92 4.51-.2-.21-11.13-15.3 19.67-76.81zm210.06 74.8\"],\n \"behance\": [576, 512, [], \"f1b4\", \"M232 237.2c31.8-15.2 48.4-38.2 48.4-74 0-70.6-52.6-87.8-113.3-87.8H0v354.4h171.8c64.4 0 124.9-30.9 124.9-102.9 0-44.5-21.1-77.4-64.7-89.7zM77.9 135.9H151c28.1 0 53.4 7.9 53.4 40.5 0 30.1-19.7 42.2-47.5 42.2h-79v-82.7zm83.3 233.7H77.9V272h84.9c34.3 0 56 14.3 56 50.6 0 35.8-25.9 47-57.6 47zm358.5-240.7H376V94h143.7v34.9zM576 305.2c0-75.9-44.4-139.2-124.9-139.2-78.2 0-131.3 58.8-131.3 135.8 0 79.9 50.3 134.7 131.3 134.7 61.3 0 101-27.6 120.1-86.3H509c-6.7 21.9-34.3 33.5-55.7 33.5-41.3 0-63-24.2-63-65.3h185.1c.3-4.2.6-8.7.6-13.2zM390.4 274c2.3-33.7 24.7-54.8 58.5-54.8 35.4 0 53.2 20.8 56.2 54.8H390.4z\"],\n \"behance-square\": [448, 512, [], \"f1b5\", \"M186.5 293c0 19.3-14 25.4-31.2 25.4h-45.1v-52.9h46c18.6.1 30.3 7.8 30.3 27.5zm-7.7-82.3c0-17.7-13.7-21.9-28.9-21.9h-39.6v44.8H153c15.1 0 25.8-6.6 25.8-22.9zm132.3 23.2c-18.3 0-30.5 11.4-31.7 29.7h62.2c-1.7-18.5-11.3-29.7-30.5-29.7zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zM271.7 185h77.8v-18.9h-77.8V185zm-43 110.3c0-24.1-11.4-44.9-35-51.6 17.2-8.2 26.2-17.7 26.2-37 0-38.2-28.5-47.5-61.4-47.5H68v192h93.1c34.9-.2 67.6-16.9 67.6-55.9zM380 280.5c0-41.1-24.1-75.4-67.6-75.4-42.4 0-71.1 31.8-71.1 73.6 0 43.3 27.3 73 71.1 73 33.2 0 54.7-14.9 65.1-46.8h-33.7c-3.7 11.9-18.6 18.1-30.2 18.1-22.4 0-34.1-13.1-34.1-35.3h100.2c.1-2.3.3-4.8.3-7.2z\"],\n \"bimobject\": [448, 512, [], \"f378\", \"M416 32H32C14.4 32 0 46.4 0 64v384c0 17.6 14.4 32 32 32h384c17.6 0 32-14.4 32-32V64c0-17.6-14.4-32-32-32zm-64 257.4c0 49.4-11.4 82.6-103.8 82.6h-16.9c-44.1 0-62.4-14.9-70.4-38.8h-.9V368H96V136h64v74.7h1.1c4.6-30.5 39.7-38.8 69.7-38.8h17.3c92.4 0 103.8 33.1 103.8 82.5v35zm-64-28.9v22.9c0 21.7-3.4 33.8-38.4 33.8h-45.3c-28.9 0-44.1-6.5-44.1-35.7v-19c0-29.3 15.2-35.7 44.1-35.7h45.3c35-.2 38.4 12 38.4 33.7z\"],\n \"bitbucket\": [512, 512, [], \"f171\", \"M22.2 32A16 16 0 0 0 6 47.8a26.35 26.35 0 0 0 .2 2.8l67.9 412.1a21.77 21.77 0 0 0 21.3 18.2h325.7a16 16 0 0 0 16-13.4L505 50.7a16 16 0 0 0-13.2-18.3 24.58 24.58 0 0 0-2.8-.2L22.2 32zm285.9 297.8h-104l-28.1-147h157.3l-25.2 147z\"],\n \"bitcoin\": [512, 512, [], \"f379\", \"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zm-141.651-35.33c4.937-32.999-20.191-50.739-54.55-62.573l11.146-44.702-27.213-6.781-10.851 43.524c-7.154-1.783-14.502-3.464-21.803-5.13l10.929-43.81-27.198-6.781-11.153 44.686c-5.922-1.349-11.735-2.682-17.377-4.084l.031-.14-37.53-9.37-7.239 29.062s20.191 4.627 19.765 4.913c11.022 2.751 13.014 10.044 12.68 15.825l-12.696 50.925c.76.194 1.744.473 2.829.907-.907-.225-1.876-.473-2.876-.713l-17.796 71.338c-1.349 3.348-4.767 8.37-12.471 6.464.271.395-19.78-4.937-19.78-4.937l-13.51 31.147 35.414 8.827c6.588 1.651 13.045 3.379 19.4 5.006l-11.262 45.213 27.182 6.781 11.153-44.733a1038.209 1038.209 0 0 0 21.687 5.627l-11.115 44.523 27.213 6.781 11.262-45.128c46.404 8.781 81.299 5.239 95.986-36.727 11.836-33.79-.589-53.281-25.004-65.991 17.78-4.098 31.174-15.792 34.747-39.949zm-62.177 87.179c-8.41 33.79-65.308 15.523-83.755 10.943l14.944-59.899c18.446 4.603 77.6 13.717 68.811 48.956zm8.417-87.667c-7.673 30.736-55.031 15.12-70.393 11.292l13.548-54.327c15.363 3.828 64.836 10.973 56.845 43.035z\"],\n \"bity\": [496, 512, [], \"f37a\", \"M78.4 67.2C173.8-22 324.5-24 421.5 71c14.3 14.1-6.4 37.1-22.4 21.5-84.8-82.4-215.8-80.3-298.9-3.2-16.3 15.1-36.5-8.3-21.8-22.1zm98.9 418.6c19.3 5.7 29.3-23.6 7.9-30C73 421.9 9.4 306.1 37.7 194.8c5-19.6-24.9-28.1-30.2-7.1-32.1 127.4 41.1 259.8 169.8 298.1zm148.1-2c121.9-40.2 192.9-166.9 164.4-291-4.5-19.7-34.9-13.8-30 7.9 24.2 107.7-37.1 217.9-143.2 253.4-21.2 7-10.4 36 8.8 29.7zm-62.9-79l.2-71.8c0-8.2-6.6-14.8-14.8-14.8-8.2 0-14.8 6.7-14.8 14.8l-.2 71.8c0 8.2 6.6 14.8 14.8 14.8s14.8-6.6 14.8-14.8zm71-269c2.1 90.9 4.7 131.9-85.5 132.5-92.5-.7-86.9-44.3-85.5-132.5 0-21.8-32.5-19.6-32.5 0v71.6c0 69.3 60.7 90.9 118 90.1 57.3.8 118-20.8 118-90.1v-71.6c0-19.6-32.5-21.8-32.5 0z\"],\n \"black-tie\": [448, 512, [], \"f27e\", \"M0 32v448h448V32H0zm316.5 325.2L224 445.9l-92.5-88.7 64.5-184-64.5-86.6h184.9L252 173.2l64.5 184z\"],\n \"blackberry\": [512, 512, [], \"f37b\", \"M166 116.9c0 23.4-16.4 49.1-72.5 49.1H23.4l21-88.8h67.8c42.1 0 53.8 23.3 53.8 39.7zm126.2-39.7h-67.8L205.7 166h70.1c53.8 0 70.1-25.7 70.1-49.1.1-16.4-11.6-39.7-53.7-39.7zM88.8 208.1H21L0 296.9h70.1c56.1 0 72.5-23.4 72.5-49.1 0-16.3-11.7-39.7-53.8-39.7zm180.1 0h-67.8l-18.7 88.8h70.1c53.8 0 70.1-23.4 70.1-49.1 0-16.3-11.7-39.7-53.7-39.7zm189.3-53.8h-67.8l-18.7 88.8h70.1c53.8 0 70.1-23.4 70.1-49.1.1-16.3-11.6-39.7-53.7-39.7zm-28 137.9h-67.8L343.7 381h70.1c56.1 0 70.1-23.4 70.1-49.1 0-16.3-11.6-39.7-53.7-39.7zM240.8 346H173l-18.7 88.8h70.1c56.1 0 70.1-25.7 70.1-49.1.1-16.3-11.6-39.7-53.7-39.7z\"],\n \"blogger\": [448, 512, [], \"f37c\", \"M162.4 196c4.8-4.9 6.2-5.1 36.4-5.1 27.2 0 28.1.1 32.1 2.1 5.8 2.9 8.3 7 8.3 13.6 0 5.9-2.4 10-7.6 13.4-2.8 1.8-4.5 1.9-31.1 2.1-16.4.1-29.5-.2-31.5-.8-10.3-2.9-14.1-17.7-6.6-25.3zm61.4 94.5c-53.9 0-55.8.2-60.2 4.1-3.5 3.1-5.7 9.4-5.1 13.9.7 4.7 4.8 10.1 9.2 12 2.2 1 14.1 1.7 56.3 1.2l47.9-.6 9.2-1.5c9-5.1 10.5-17.4 3.1-24.4-5.3-4.7-5-4.7-60.4-4.7zm223.4 130.1c-3.5 28.4-23 50.4-51.1 57.5-7.2 1.8-9.7 1.9-172.9 1.8-157.8 0-165.9-.1-172-1.8-8.4-2.2-15.6-5.5-22.3-10-5.6-3.8-13.9-11.8-17-16.4-3.8-5.6-8.2-15.3-10-22C.1 423 0 420.3 0 256.3 0 93.2 0 89.7 1.8 82.6 8.1 57.9 27.7 39 53 33.4c7.3-1.6 332.1-1.9 340-.3 21.2 4.3 37.9 17.1 47.6 36.4 7.7 15.3 7-1.5 7.3 180.6.2 115.8 0 164.5-.7 170.5zm-85.4-185.2c-1.1-5-4.2-9.6-7.7-11.5-1.1-.6-8-1.3-15.5-1.7-12.4-.6-13.8-.8-17.8-3.1-6.2-3.6-7.9-7.6-8-18.3 0-20.4-8.5-39.4-25.3-56.5-12-12.2-25.3-20.5-40.6-25.1-3.6-1.1-11.8-1.5-39.2-1.8-42.9-.5-52.5.4-67.1 6.2-27 10.7-46.3 33.4-53.4 62.4-1.3 5.4-1.6 14.2-1.9 64.3-.4 62.8 0 72.1 4 84.5 9.7 30.7 37.1 53.4 64.6 58.4 9.2 1.7 122.2 2.1 133.7.5 20.1-2.7 35.9-10.8 50.7-25.9 10.7-10.9 17.4-22.8 21.8-38.5 3.2-10.9 2.9-88.4 1.7-93.9z\"],\n \"blogger-b\": [448, 512, [], \"f37d\", \"M446.6 222.7c-1.8-8-6.8-15.4-12.5-18.5-1.8-1-13-2.2-25-2.7-20.1-.9-22.3-1.3-28.7-5-10.1-5.9-12.8-12.3-12.9-29.5-.1-33-13.8-63.7-40.9-91.3-19.3-19.7-40.9-33-65.5-40.5-5.9-1.8-19.1-2.4-63.3-2.9-69.4-.8-84.8.6-108.4 10C45.9 59.5 14.7 96.1 3.3 142.9 1.2 151.7.7 165.8.2 246.8c-.6 101.5.1 116.4 6.4 136.5 15.6 49.6 59.9 86.3 104.4 94.3 14.8 2.7 197.3 3.3 216 .8 32.5-4.4 58-17.5 81.9-41.9 17.3-17.7 28.1-36.8 35.2-62.1 4.9-17.6 4.5-142.8 2.5-151.7zm-322.1-63.6c7.8-7.9 10-8.2 58.8-8.2 43.9 0 45.4.1 51.8 3.4 9.3 4.7 13.4 11.3 13.4 21.9 0 9.5-3.8 16.2-12.3 21.6-4.6 2.9-7.3 3.1-50.3 3.3-26.5.2-47.7-.4-50.8-1.2-16.6-4.7-22.8-28.5-10.6-40.8zm191.8 199.8l-14.9 2.4-77.5.9c-68.1.8-87.3-.4-90.9-2-7.1-3.1-13.8-11.7-14.9-19.4-1.1-7.3 2.6-17.3 8.2-22.4 7.1-6.4 10.2-6.6 97.3-6.7 89.6-.1 89.1-.1 97.6 7.8 12.1 11.3 9.5 31.2-4.9 39.4z\"],\n \"bluetooth\": [448, 512, [], \"f293\", \"M292.6 171.1L249.7 214l-.3-86 43.2 43.1m-43.2 219.8l43.1-43.1-42.9-42.9-.2 86zM416 259.4C416 465 344.1 512 230.9 512S32 465 32 259.4 115.4 0 228.6 0 416 53.9 416 259.4zm-158.5 0l79.4-88.6L211.8 36.5v176.9L138 139.6l-27 26.9 92.7 93-92.7 93 26.9 26.9 73.8-73.8 2.3 170 127.4-127.5-83.9-88.7z\"],\n \"bluetooth-b\": [320, 512, [], \"f294\", \"M196.48 260.023l92.626-103.333L143.125 0v206.33l-86.111-86.111-31.406 31.405 108.061 108.399L25.608 368.422l31.406 31.405 86.111-86.111L145.84 512l148.552-148.644-97.912-103.333zm40.86-102.996l-49.977 49.978-.338-100.295 50.315 50.317zM187.363 313.04l49.977 49.978-50.315 50.316.338-100.294z\"],\n \"bootstrap\": [448, 512, [], \"f836\", \"M292.3 311.93c0 42.41-39.72 41.43-43.92 41.43h-80.89v-81.69h80.89c42.56 0 43.92 31.9 43.92 40.26zm-50.15-73.13c.67 0 38.44 1 38.44-36.31 0-15.52-3.51-35.87-38.44-35.87h-74.66v72.18h74.66zM448 106.67v298.66A74.89 74.89 0 0 1 373.33 480H74.67A74.89 74.89 0 0 1 0 405.33V106.67A74.89 74.89 0 0 1 74.67 32h298.66A74.89 74.89 0 0 1 448 106.67zM338.05 317.86c0-21.57-6.65-58.29-49.05-67.35v-.73c22.91-9.78 37.34-28.25 37.34-55.64 0-7 2-64.78-77.6-64.78h-127v261.33c128.23 0 139.87 1.68 163.6-5.71 14.21-4.42 52.71-17.98 52.71-67.12z\"],\n \"btc\": [384, 512, [], \"f15a\", \"M310.204 242.638c27.73-14.18 45.377-39.39 41.28-81.3-5.358-57.351-52.458-76.573-114.85-81.929V0h-48.528v77.203c-12.605 0-25.525.315-38.444.63V0h-48.528v79.409c-17.842.539-38.622.276-97.37 0v51.678c38.314-.678 58.417-3.14 63.023 21.427v217.429c-2.925 19.492-18.524 16.685-53.255 16.071L3.765 443.68c88.481 0 97.37.315 97.37.315V512h48.528v-67.06c13.234.315 26.154.315 38.444.315V512h48.528v-68.005c81.299-4.412 135.647-24.894 142.895-101.467 5.671-61.446-23.32-88.862-69.326-99.89zM150.608 134.553c27.415 0 113.126-8.507 113.126 48.528 0 54.515-85.71 48.212-113.126 48.212v-96.74zm0 251.776V279.821c32.772 0 133.127-9.138 133.127 53.255-.001 60.186-100.355 53.253-133.127 53.253z\"],\n \"buffer\": [448, 512, [], \"f837\", \"M427.84 380.67l-196.5 97.82a18.6 18.6 0 0 1-14.67 0L20.16 380.67c-4-2-4-5.28 0-7.29L67.22 350a18.65 18.65 0 0 1 14.69 0l134.76 67a18.51 18.51 0 0 0 14.67 0l134.76-67a18.62 18.62 0 0 1 14.68 0l47.06 23.43c4.05 1.96 4.05 5.24 0 7.24zm0-136.53l-47.06-23.43a18.62 18.62 0 0 0-14.68 0l-134.76 67.08a18.68 18.68 0 0 1-14.67 0L81.91 220.71a18.65 18.65 0 0 0-14.69 0l-47.06 23.43c-4 2-4 5.29 0 7.31l196.51 97.8a18.6 18.6 0 0 0 14.67 0l196.5-97.8c4.05-2.02 4.05-5.3 0-7.31zM20.16 130.42l196.5 90.29a20.08 20.08 0 0 0 14.67 0l196.51-90.29c4-1.86 4-4.89 0-6.74L231.33 33.4a19.88 19.88 0 0 0-14.67 0l-196.5 90.28c-4.05 1.85-4.05 4.88 0 6.74z\"],\n \"buromobelexperte\": [448, 512, [], \"f37f\", \"M0 32v128h128V32H0zm120 120H8V40h112v112zm40-120v128h128V32H160zm120 120H168V40h112v112zm40-120v128h128V32H320zm120 120H328V40h112v112zM0 192v128h128V192H0zm120 120H8V200h112v112zm40-120v128h128V192H160zm120 120H168V200h112v112zm40-120v128h128V192H320zm120 120H328V200h112v112zM0 352v128h128V352H0zm120 120H8V360h112v112zm40-120v128h128V352H160zm120 120H168V360h112v112zm40-120v128h128V352H320z\"],\n \"buy-n-large\": [576, 512, [], \"f8a6\", \"M288 32C133.27 32 7.79 132.32 7.79 256S133.27 480 288 480s280.21-100.32 280.21-224S442.73 32 288 32zm-85.39 357.19L64.1 390.55l77.25-290.74h133.44c63.15 0 84.93 28.65 78 72.84a60.24 60.24 0 0 1-1.5 6.85 77.39 77.39 0 0 0-17.21-1.93c-42.35 0-76.69 33.88-76.69 75.65 0 37.14 27.14 68 62.93 74.45-18.24 37.16-56.16 60.92-117.71 61.52zM358 207.11h32l-22.16 90.31h-35.41l-11.19-35.63-7.83 35.63h-37.83l26.63-90.31h31.34l15 36.75zm145.86 182.08H306.79L322.63 328a78.8 78.8 0 0 0 11.47.83c42.34 0 76.69-33.87 76.69-75.65 0-32.65-21-60.46-50.38-71.06l21.33-82.35h92.5l-53.05 205.36h103.87zM211.7 269.39H187l-13.8 56.47h24.7c16.14 0 32.11-3.18 37.94-26.65 5.56-22.31-7.99-29.82-24.14-29.82zM233 170h-21.34L200 217.71h21.37c18 0 35.38-14.64 39.21-30.14C265.23 168.71 251.07 170 233 170z\"],\n \"buysellads\": [448, 512, [], \"f20d\", \"M224 150.7l42.9 160.7h-85.8L224 150.7zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-65.3 325.3l-94.5-298.7H159.8L65.3 405.3H156l111.7-91.6 24.2 91.6h90.8z\"],\n \"canadian-maple-leaf\": [512, 512, [], \"f785\", \"M383.8 351.7c2.5-2.5 105.2-92.4 105.2-92.4l-17.5-7.5c-10-4.9-7.4-11.5-5-17.4 2.4-7.6 20.1-67.3 20.1-67.3s-47.7 10-57.7 12.5c-7.5 2.4-10-2.5-12.5-7.5s-15-32.4-15-32.4-52.6 59.9-55.1 62.3c-10 7.5-20.1 0-17.6-10 0-10 27.6-129.6 27.6-129.6s-30.1 17.4-40.1 22.4c-7.5 5-12.6 5-17.6-5C293.5 72.3 255.9 0 255.9 0s-37.5 72.3-42.5 79.8c-5 10-10 10-17.6 5-10-5-40.1-22.4-40.1-22.4S183.3 182 183.3 192c2.5 10-7.5 17.5-17.6 10-2.5-2.5-55.1-62.3-55.1-62.3S98.1 167 95.6 172s-5 9.9-12.5 7.5C73 177 25.4 167 25.4 167s17.6 59.7 20.1 67.3c2.4 6 5 12.5-5 17.4L23 259.3s102.6 89.9 105.2 92.4c5.1 5 10 7.5 5.1 22.5-5.1 15-10.1 35.1-10.1 35.1s95.2-20.1 105.3-22.6c8.7-.9 18.3 2.5 18.3 12.5S241 512 241 512h30s-5.8-102.7-5.8-112.8 9.5-13.4 18.4-12.5c10 2.5 105.2 22.6 105.2 22.6s-5-20.1-10-35.1 0-17.5 5-22.5z\"],\n \"cc-amazon-pay\": [576, 512, [], \"f42d\", \"M124.7 201.8c.1-11.8 0-23.5 0-35.3v-35.3c0-1.3.4-2 1.4-2.7 11.5-8 24.1-12.1 38.2-11.1 12.5.9 22.7 7 28.1 21.7 3.3 8.9 4.1 18.2 4.1 27.7 0 8.7-.7 17.3-3.4 25.6-5.7 17.8-18.7 24.7-35.7 23.9-11.7-.5-21.9-5-31.4-11.7-.9-.8-1.4-1.6-1.3-2.8zm154.9 14.6c4.6 1.8 9.3 2 14.1 1.5 11.6-1.2 21.9-5.7 31.3-12.5.9-.6 1.3-1.3 1.3-2.5-.1-3.9 0-7.9 0-11.8 0-4-.1-8 0-12 0-1.4-.4-2-1.8-2.2-7-.9-13.9-2.2-20.9-2.9-7-.6-14-.3-20.8 1.9-6.7 2.2-11.7 6.2-13.7 13.1-1.6 5.4-1.6 10.8.1 16.2 1.6 5.5 5.2 9.2 10.4 11.2zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zm-207.5 23.9c.4 1.7.9 3.4 1.6 5.1 16.5 40.6 32.9 81.3 49.5 121.9 1.4 3.5 1.7 6.4.2 9.9-2.8 6.2-4.9 12.6-7.8 18.7-2.6 5.5-6.7 9.5-12.7 11.2-4.2 1.1-8.5 1.3-12.9.9-2.1-.2-4.2-.7-6.3-.8-2.8-.2-4.2 1.1-4.3 4-.1 2.8-.1 5.6 0 8.3.1 4.6 1.6 6.7 6.2 7.5 4.7.8 9.4 1.6 14.2 1.7 14.3.3 25.7-5.4 33.1-17.9 2.9-4.9 5.6-10.1 7.7-15.4 19.8-50.1 39.5-100.3 59.2-150.5.6-1.5 1.1-3 1.3-4.6.4-2.4-.7-3.6-3.1-3.7-5.6-.1-11.1 0-16.7 0-3.1 0-5.3 1.4-6.4 4.3-.4 1.1-.9 2.3-1.3 3.4l-29.1 83.7c-2.1 6.1-4.2 12.1-6.5 18.6-.4-.9-.6-1.4-.8-1.9-10.8-29.9-21.6-59.9-32.4-89.8-1.7-4.7-3.5-9.5-5.3-14.2-.9-2.5-2.7-4-5.4-4-6.4-.1-12.8-.2-19.2-.1-2.2 0-3.3 1.6-2.8 3.7zM242.4 206c1.7 11.7 7.6 20.8 18 26.6 9.9 5.5 20.7 6.2 31.7 4.6 12.7-1.9 23.9-7.3 33.8-15.5.4-.3.8-.6 1.4-1 .5 3.2.9 6.2 1.5 9.2.5 2.6 2.1 4.3 4.5 4.4 4.6.1 9.1.1 13.7 0 2.3-.1 3.8-1.6 4-3.9.1-.8.1-1.6.1-2.3v-88.8c0-3.6-.2-7.2-.7-10.8-1.6-10.8-6.2-19.7-15.9-25.4-5.6-3.3-11.8-5-18.2-5.9-3-.4-6-.7-9.1-1.1h-10c-.8.1-1.6.3-2.5.3-8.2.4-16.3 1.4-24.2 3.5-5.1 1.3-10 3.2-15 4.9-3 1-4.5 3.2-4.4 6.5.1 2.8-.1 5.6 0 8.3.1 4.1 1.8 5.2 5.7 4.1 6.5-1.7 13.1-3.5 19.7-4.8 10.3-1.9 20.7-2.7 31.1-1.2 5.4.8 10.5 2.4 14.1 7 3.1 4 4.2 8.8 4.4 13.7.3 6.9.2 13.9.3 20.8 0 .4-.1.7-.2 1.2-.4 0-.8 0-1.1-.1-8.8-2.1-17.7-3.6-26.8-4.1-9.5-.5-18.9.1-27.9 3.2-10.8 3.8-19.5 10.3-24.6 20.8-4.1 8.3-4.6 17-3.4 25.8zM98.7 106.9v175.3c0 .8 0 1.7.1 2.5.2 2.5 1.7 4.1 4.1 4.2 5.9.1 11.8.1 17.7 0 2.5 0 4-1.7 4.1-4.1.1-.8.1-1.7.1-2.5v-60.7c.9.7 1.4 1.2 1.9 1.6 15 12.5 32.2 16.6 51.1 12.9 17.1-3.4 28.9-13.9 36.7-29.2 5.8-11.6 8.3-24.1 8.7-37 .5-14.3-1-28.4-6.8-41.7-7.1-16.4-18.9-27.3-36.7-30.9-2.7-.6-5.5-.8-8.2-1.2h-7c-1.2.2-2.4.3-3.6.5-11.7 1.4-22.3 5.8-31.8 12.7-2 1.4-3.9 3-5.9 4.5-.1-.5-.3-.8-.4-1.2-.4-2.3-.7-4.6-1.1-6.9-.6-3.9-2.5-5.5-6.4-5.6h-9.7c-5.9-.1-6.9 1-6.9 6.8zM493.6 339c-2.7-.7-5.1 0-7.6 1-43.9 18.4-89.5 30.2-136.8 35.8-14.5 1.7-29.1 2.8-43.7 3.2-26.6.7-53.2-.8-79.6-4.3-17.8-2.4-35.5-5.7-53-9.9-37-8.9-72.7-21.7-106.7-38.8-8.8-4.4-17.4-9.3-26.1-14-3.8-2.1-6.2-1.5-8.2 2.1v1.7c1.2 1.6 2.2 3.4 3.7 4.8 36 32.2 76.6 56.5 122 72.9 21.9 7.9 44.4 13.7 67.3 17.5 14 2.3 28 3.8 42.2 4.5 3 .1 6 .2 9 .4.7 0 1.4.2 2.1.3h17.7c.7-.1 1.4-.3 2.1-.3 14.9-.4 29.8-1.8 44.6-4 21.4-3.2 42.4-8.1 62.9-14.7 29.6-9.6 57.7-22.4 83.4-40.1 2.8-1.9 5.7-3.8 8-6.2 4.3-4.4 2.3-10.4-3.3-11.9zm50.4-27.7c-.8-4.2-4-5.8-7.6-7-5.7-1.9-11.6-2.8-17.6-3.3-11-.9-22-.4-32.8 1.6-12 2.2-23.4 6.1-33.5 13.1-1.2.8-2.4 1.8-3.1 3-.6.9-.7 2.3-.5 3.4.3 1.3 1.7 1.6 3 1.5.6 0 1.2 0 1.8-.1l19.5-2.1c9.6-.9 19.2-1.5 28.8-.8 4.1.3 8.1 1.2 12 2.2 4.3 1.1 6.2 4.4 6.4 8.7.3 6.7-1.2 13.1-2.9 19.5-3.5 12.9-8.3 25.4-13.3 37.8-.3.8-.7 1.7-.8 2.5-.4 2.5 1 4 3.4 3.5 1.4-.3 3-1.1 4-2.1 3.7-3.6 7.5-7.2 10.6-11.2 10.7-13.8 17-29.6 20.7-46.6.7-3 1.2-6.1 1.7-9.1.2-4.7.2-9.6.2-14.5z\"],\n \"cc-amex\": [576, 512, [], \"f1f3\", \"M325.1 167.8c0-16.4-14.1-18.4-27.4-18.4l-39.1-.3v69.3H275v-25.1h18c18.4 0 14.5 10.3 14.8 25.1h16.6v-13.5c0-9.2-1.5-15.1-11-18.4 7.4-3 11.8-10.7 11.7-18.7zm-29.4 11.3H275v-15.3h21c5.1 0 10.7 1 10.7 7.4 0 6.6-5.3 7.9-11 7.9zM279 268.6h-52.7l-21 22.8-20.5-22.8h-66.5l-.1 69.3h65.4l21.3-23 20.4 23h32.2l.1-23.3c18.9 0 49.3 4.6 49.3-23.3 0-17.3-12.3-22.7-27.9-22.7zm-103.8 54.7h-40.6v-13.8h36.3v-14.1h-36.3v-12.5h41.7l17.9 20.2zm65.8 8.2l-25.3-28.1L241 276zm37.8-31h-21.2v-17.6h21.5c5.6 0 10.2 2.3 10.2 8.4 0 6.4-4.6 9.2-10.5 9.2zm-31.6-136.7v-14.6h-55.5v69.3h55.5v-14.3h-38.9v-13.8h37.8v-14.1h-37.8v-12.5zM576 255.4h-.2zm-194.6 31.9c0-16.4-14.1-18.7-27.1-18.7h-39.4l-.1 69.3h16.6l.1-25.3h17.6c11 0 14.8 2 14.8 13.8l-.1 11.5h16.6l.1-13.8c0-8.9-1.8-15.1-11-18.4 7.7-3.1 11.8-10.8 11.9-18.4zm-29.2 11.2h-20.7v-15.6h21c5.1 0 10.7 1 10.7 7.4 0 6.9-5.4 8.2-11 8.2zm-172.8-80v-69.3h-27.6l-19.7 47-21.7-47H83.3v65.7l-28.1-65.7H30.7L1 218.5h17.9l6.4-15.3h34.5l6.4 15.3H100v-54.2l24 54.2h14.6l24-54.2v54.2zM31.2 188.8l11.2-27.6 11.5 27.6zm477.4 158.9v-4.5c-10.8 5.6-3.9 4.5-156.7 4.5 0-25.2.1-23.9 0-25.2-1.7-.1-3.2-.1-9.4-.1 0 17.9-.1 6.8-.1 25.3h-39.6c0-12.1.1-15.3.1-29.2-10 6-22.8 6.4-34.3 6.2 0 14.7-.1 8.3-.1 23h-48.9c-5.1-5.7-2.7-3.1-15.4-17.4-3.2 3.5-12.8 13.9-16.1 17.4h-82v-92.3h83.1c5 5.6 2.8 3.1 15.5 17.2 3.2-3.5 12.2-13.4 15.7-17.2h58c9.8 0 18 1.9 24.3 5.6v-5.6c54.3 0 64.3-1.4 75.7 5.1v-5.1h78.2v5.2c11.4-6.9 19.6-5.2 64.9-5.2v5c10.3-5.9 16.6-5.2 54.3-5V80c0-26.5-21.5-48-48-48h-480c-26.5 0-48 21.5-48 48v109.8c9.4-21.9 19.7-46 23.1-53.9h39.7c4.3 10.1 1.6 3.7 9 21.1v-21.1h46c2.9 6.2 11.1 24 13.9 30 5.8-13.6 10.1-23.9 12.6-30h103c0-.1 11.5 0 11.6 0 43.7.2 53.6-.8 64.4 5.3v-5.3H363v9.3c7.6-6.1 17.9-9.3 30.7-9.3h27.6c0 .5 1.9.3 2.3.3H456c4.2 9.8 2.6 6 8.8 20.6v-20.6h43.3c4.9 8-1-1.8 11.2 18.4v-18.4h39.9v92h-41.6c-5.4-9-1.4-2.2-13.2-21.9v21.9h-52.8c-6.4-14.8-.1-.3-6.6-15.3h-19c-4.2 10-2.2 5.2-6.4 15.3h-26.8c-12.3 0-22.3-3-29.7-8.9v8.9h-66.5c-.3-13.9-.1-24.8-.1-24.8-1.8-.3-3.4-.2-9.8-.2v25.1H151.2v-11.4c-2.5 5.6-2.7 5.9-5.1 11.4h-29.5c-4-8.9-2.9-6.4-5.1-11.4v11.4H58.6c-4.2-10.1-2.2-5.3-6.4-15.3H33c-4.2 10-2.2 5.2-6.4 15.3H0V432c0 26.5 21.5 48 48 48h480.1c26.5 0 48-21.5 48-48v-90.4c-12.7 8.3-32.7 6.1-67.5 6.1zm36.3-64.5H575v-14.6h-32.9c-12.8 0-23.8 6.6-23.8 20.7 0 33 42.7 12.8 42.7 27.4 0 5.1-4.3 6.4-8.4 6.4h-32l-.1 14.8h32c8.4 0 17.6-1.8 22.5-8.9v-25.8c-10.5-13.8-39.3-1.3-39.3-13.5 0-5.8 4.6-6.5 9.2-6.5zm-57 39.8h-32.2l-.1 14.8h32.2c14.8 0 26.2-5.6 26.2-22 0-33.2-42.9-11.2-42.9-26.3 0-5.6 4.9-6.4 9.2-6.4h30.4v-14.6h-33.2c-12.8 0-23.5 6.6-23.5 20.7 0 33 42.7 12.5 42.7 27.4-.1 5.4-4.7 6.4-8.8 6.4zm-42.2-40.1v-14.3h-55.2l-.1 69.3h55.2l.1-14.3-38.6-.3v-13.8H445v-14.1h-37.8v-12.5zm-56.3-108.1c-.3.2-1.4 2.2-1.4 7.6 0 6 .9 7.7 1.1 7.9.2.1 1.1.5 3.4.5l7.3-16.9c-1.1 0-2.1-.1-3.1-.1-5.6 0-7 .7-7.3 1zm20.4-10.5h-.1zm-16.2-15.2c-23.5 0-34 12-34 35.3 0 22.2 10.2 34 33 34h19.2l6.4-15.3h34.3l6.6 15.3h33.7v-51.9l31.2 51.9h23.6v-69h-16.9v48.1l-29.1-48.1h-25.3v65.4l-27.9-65.4h-24.8l-23.5 54.5h-7.4c-13.3 0-16.1-8.1-16.1-19.9 0-23.8 15.7-20 33.1-19.7v-15.2zm42.1 12.1l11.2 27.6h-22.8zm-101.1-12v69.3h16.9v-69.3z\"],\n \"cc-apple-pay\": [576, 512, [], \"f416\", \"M302.2 218.4c0 17.2-10.5 27.1-29 27.1h-24.3v-54.2h24.4c18.4 0 28.9 9.8 28.9 27.1zm47.5 62.6c0 8.3 7.2 13.7 18.5 13.7 14.4 0 25.2-9.1 25.2-21.9v-7.7l-23.5 1.5c-13.3.9-20.2 5.8-20.2 14.4zM576 79v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V79c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM127.8 197.2c8.4.7 16.8-4.2 22.1-10.4 5.2-6.4 8.6-15 7.7-23.7-7.4.3-16.6 4.9-21.9 11.3-4.8 5.5-8.9 14.4-7.9 22.8zm60.6 74.5c-.2-.2-19.6-7.6-19.8-30-.2-18.7 15.3-27.7 16-28.2-8.8-13-22.4-14.4-27.1-14.7-12.2-.7-22.6 6.9-28.4 6.9-5.9 0-14.7-6.6-24.3-6.4-12.5.2-24.2 7.3-30.5 18.6-13.1 22.6-3.4 56 9.3 74.4 6.2 9.1 13.7 19.1 23.5 18.7 9.3-.4 13-6 24.2-6 11.3 0 14.5 6 24.3 5.9 10.2-.2 16.5-9.1 22.8-18.2 6.9-10.4 9.8-20.4 10-21zm135.4-53.4c0-26.6-18.5-44.8-44.9-44.8h-51.2v136.4h21.2v-46.6h29.3c26.8 0 45.6-18.4 45.6-45zm90 23.7c0-19.7-15.8-32.4-40-32.4-22.5 0-39.1 12.9-39.7 30.5h19.1c1.6-8.4 9.4-13.9 20-13.9 13 0 20.2 6 20.2 17.2v7.5l-26.4 1.6c-24.6 1.5-37.9 11.6-37.9 29.1 0 17.7 13.7 29.4 33.4 29.4 13.3 0 25.6-6.7 31.2-17.4h.4V310h19.6v-68zM516 210.9h-21.5l-24.9 80.6h-.4l-24.9-80.6H422l35.9 99.3-1.9 6c-3.2 10.2-8.5 14.2-17.9 14.2-1.7 0-4.9-.2-6.2-.3v16.4c1.2.4 6.5.5 8.1.5 20.7 0 30.4-7.9 38.9-31.8L516 210.9z\"],\n \"cc-diners-club\": [576, 512, [], \"f24c\", \"M239.7 79.9c-96.9 0-175.8 78.6-175.8 175.8 0 96.9 78.9 175.8 175.8 175.8 97.2 0 175.8-78.9 175.8-175.8 0-97.2-78.6-175.8-175.8-175.8zm-39.9 279.6c-41.7-15.9-71.4-56.4-71.4-103.8s29.7-87.9 71.4-104.1v207.9zm79.8.3V151.6c41.7 16.2 71.4 56.7 71.4 104.1s-29.7 87.9-71.4 104.1zM528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM329.7 448h-90.3c-106.2 0-193.8-85.5-193.8-190.2C45.6 143.2 133.2 64 239.4 64h90.3c105 0 200.7 79.2 200.7 193.8 0 104.7-95.7 190.2-200.7 190.2z\"],\n \"cc-discover\": [576, 512, [], \"f1f2\", \"M520.4 196.1c0-7.9-5.5-12.1-15.6-12.1h-4.9v24.9h4.7c10.3 0 15.8-4.4 15.8-12.8zM528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-44.1 138.9c22.6 0 52.9-4.1 52.9 24.4 0 12.6-6.6 20.7-18.7 23.2l25.8 34.4h-19.6l-22.2-32.8h-2.2v32.8h-16zm-55.9.1h45.3v14H444v18.2h28.3V217H444v22.2h29.3V253H428zm-68.7 0l21.9 55.2 22.2-55.2h17.5l-35.5 84.2h-8.6l-35-84.2zm-55.9-3c24.7 0 44.6 20 44.6 44.6 0 24.7-20 44.6-44.6 44.6-24.7 0-44.6-20-44.6-44.6 0-24.7 20-44.6 44.6-44.6zm-49.3 6.1v19c-20.1-20.1-46.8-4.7-46.8 19 0 25 27.5 38.5 46.8 19.2v19c-29.7 14.3-63.3-5.7-63.3-38.2 0-31.2 33.1-53 63.3-38zm-97.2 66.3c11.4 0 22.4-15.3-3.3-24.4-15-5.5-20.2-11.4-20.2-22.7 0-23.2 30.6-31.4 49.7-14.3l-8.4 10.8c-10.4-11.6-24.9-6.2-24.9 2.5 0 4.4 2.7 6.9 12.3 10.3 18.2 6.6 23.6 12.5 23.6 25.6 0 29.5-38.8 37.4-56.6 11.3l10.3-9.9c3.7 7.1 9.9 10.8 17.5 10.8zM55.4 253H32v-82h23.4c26.1 0 44.1 17 44.1 41.1 0 18.5-13.2 40.9-44.1 40.9zm67.5 0h-16v-82h16zM544 433c0 8.2-6.8 15-15 15H128c189.6-35.6 382.7-139.2 416-160zM74.1 191.6c-5.2-4.9-11.6-6.6-21.9-6.6H48v54.2h4.2c10.3 0 17-2 21.9-6.4 5.7-5.2 8.9-12.8 8.9-20.7s-3.2-15.5-8.9-20.5z\"],\n \"cc-jcb\": [576, 512, [], \"f24b\", \"M431.5 244.3V212c41.2 0 38.5.2 38.5.2 7.3 1.3 13.3 7.3 13.3 16 0 8.8-6 14.5-13.3 15.8-1.2.4-3.3.3-38.5.3zm42.8 20.2c-2.8-.7-3.3-.5-42.8-.5v35c39.6 0 40 .2 42.8-.5 7.5-1.5 13.5-8 13.5-17 0-8.7-6-15.5-13.5-17zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM182 192.3h-57c0 67.1 10.7 109.7-35.8 109.7-19.5 0-38.8-5.7-57.2-14.8v28c30 8.3 68 8.3 68 8.3 97.9 0 82-47.7 82-131.2zm178.5 4.5c-63.4-16-165-14.9-165 59.3 0 77.1 108.2 73.6 165 59.2V287C312.9 311.7 253 309 253 256s59.8-55.6 107.5-31.2v-28zM544 286.5c0-18.5-16.5-30.5-38-32v-.8c19.5-2.7 30.3-15.5 30.3-30.2 0-19-15.7-30-37-31 0 0 6.3-.3-120.3-.3v127.5h122.7c24.3.1 42.3-12.9 42.3-33.2z\"],\n \"cc-mastercard\": [576, 512, [], \"f1f1\", \"M482.9 410.3c0 6.8-4.6 11.7-11.2 11.7-6.8 0-11.2-5.2-11.2-11.7 0-6.5 4.4-11.7 11.2-11.7 6.6 0 11.2 5.2 11.2 11.7zm-310.8-11.7c-7.1 0-11.2 5.2-11.2 11.7 0 6.5 4.1 11.7 11.2 11.7 6.5 0 10.9-4.9 10.9-11.7-.1-6.5-4.4-11.7-10.9-11.7zm117.5-.3c-5.4 0-8.7 3.5-9.5 8.7h19.1c-.9-5.7-4.4-8.7-9.6-8.7zm107.8.3c-6.8 0-10.9 5.2-10.9 11.7 0 6.5 4.1 11.7 10.9 11.7 6.8 0 11.2-4.9 11.2-11.7 0-6.5-4.4-11.7-11.2-11.7zm105.9 26.1c0 .3.3.5.3 1.1 0 .3-.3.5-.3 1.1-.3.3-.3.5-.5.8-.3.3-.5.5-1.1.5-.3.3-.5.3-1.1.3-.3 0-.5 0-1.1-.3-.3 0-.5-.3-.8-.5-.3-.3-.5-.5-.5-.8-.3-.5-.3-.8-.3-1.1 0-.5 0-.8.3-1.1 0-.5.3-.8.5-1.1.3-.3.5-.3.8-.5.5-.3.8-.3 1.1-.3.5 0 .8 0 1.1.3.5.3.8.3 1.1.5s.2.6.5 1.1zm-2.2 1.4c.5 0 .5-.3.8-.3.3-.3.3-.5.3-.8 0-.3 0-.5-.3-.8-.3 0-.5-.3-1.1-.3h-1.6v3.5h.8V426h.3l1.1 1.4h.8l-1.1-1.3zM576 81v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V81c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM64 220.6c0 76.5 62.1 138.5 138.5 138.5 27.2 0 53.9-8.2 76.5-23.1-72.9-59.3-72.4-171.2 0-230.5-22.6-15-49.3-23.1-76.5-23.1-76.4-.1-138.5 62-138.5 138.2zm224 108.8c70.5-55 70.2-162.2 0-217.5-70.2 55.3-70.5 162.6 0 217.5zm-142.3 76.3c0-8.7-5.7-14.4-14.7-14.7-4.6 0-9.5 1.4-12.8 6.5-2.4-4.1-6.5-6.5-12.2-6.5-3.8 0-7.6 1.4-10.6 5.4V392h-8.2v36.7h8.2c0-18.9-2.5-30.2 9-30.2 10.2 0 8.2 10.2 8.2 30.2h7.9c0-18.3-2.5-30.2 9-30.2 10.2 0 8.2 10 8.2 30.2h8.2v-23zm44.9-13.7h-7.9v4.4c-2.7-3.3-6.5-5.4-11.7-5.4-10.3 0-18.2 8.2-18.2 19.3 0 11.2 7.9 19.3 18.2 19.3 5.2 0 9-1.9 11.7-5.4v4.6h7.9V392zm40.5 25.6c0-15-22.9-8.2-22.9-15.2 0-5.7 11.9-4.8 18.5-1.1l3.3-6.5c-9.4-6.1-30.2-6-30.2 8.2 0 14.3 22.9 8.3 22.9 15 0 6.3-13.5 5.8-20.7.8l-3.5 6.3c11.2 7.6 32.6 6 32.6-7.5zm35.4 9.3l-2.2-6.8c-3.8 2.1-12.2 4.4-12.2-4.1v-16.6h13.1V392h-13.1v-11.2h-8.2V392h-7.6v7.3h7.6V416c0 17.6 17.3 14.4 22.6 10.9zm13.3-13.4h27.5c0-16.2-7.4-22.6-17.4-22.6-10.6 0-18.2 7.9-18.2 19.3 0 20.5 22.6 23.9 33.8 14.2l-3.8-6c-7.8 6.4-19.6 5.8-21.9-4.9zm59.1-21.5c-4.6-2-11.6-1.8-15.2 4.4V392h-8.2v36.7h8.2V408c0-11.6 9.5-10.1 12.8-8.4l2.4-7.6zm10.6 18.3c0-11.4 11.6-15.1 20.7-8.4l3.8-6.5c-11.6-9.1-32.7-4.1-32.7 15 0 19.8 22.4 23.8 32.7 15l-3.8-6.5c-9.2 6.5-20.7 2.6-20.7-8.6zm66.7-18.3H408v4.4c-8.3-11-29.9-4.8-29.9 13.9 0 19.2 22.4 24.7 29.9 13.9v4.6h8.2V392zm33.7 0c-2.4-1.2-11-2.9-15.2 4.4V392h-7.9v36.7h7.9V408c0-11 9-10.3 12.8-8.4l2.4-7.6zm40.3-14.9h-7.9v19.3c-8.2-10.9-29.9-5.1-29.9 13.9 0 19.4 22.5 24.6 29.9 13.9v4.6h7.9v-51.7zm7.6-75.1v4.6h.8V302h1.9v-.8h-4.6v.8h1.9zm6.6 123.8c0-.5 0-1.1-.3-1.6-.3-.3-.5-.8-.8-1.1-.3-.3-.8-.5-1.1-.8-.5 0-1.1-.3-1.6-.3-.3 0-.8.3-1.4.3-.5.3-.8.5-1.1.8-.5.3-.8.8-.8 1.1-.3.5-.3 1.1-.3 1.6 0 .3 0 .8.3 1.4 0 .3.3.8.8 1.1.3.3.5.5 1.1.8.5.3 1.1.3 1.4.3.5 0 1.1 0 1.6-.3.3-.3.8-.5 1.1-.8.3-.3.5-.8.8-1.1.3-.6.3-1.1.3-1.4zm3.2-124.7h-1.4l-1.6 3.5-1.6-3.5h-1.4v5.4h.8v-4.1l1.6 3.5h1.1l1.4-3.5v4.1h1.1v-5.4zm4.4-80.5c0-76.2-62.1-138.3-138.5-138.3-27.2 0-53.9 8.2-76.5 23.1 72.1 59.3 73.2 171.5 0 230.5 22.6 15 49.5 23.1 76.5 23.1 76.4.1 138.5-61.9 138.5-138.4z\"],\n \"cc-paypal\": [576, 512, [], \"f1f4\", \"M186.3 258.2c0 12.2-9.7 21.5-22 21.5-9.2 0-16-5.2-16-15 0-12.2 9.5-22 21.7-22 9.3 0 16.3 5.7 16.3 15.5zM80.5 209.7h-4.7c-1.5 0-3 1-3.2 2.7l-4.3 26.7 8.2-.3c11 0 19.5-1.5 21.5-14.2 2.3-13.4-6.2-14.9-17.5-14.9zm284 0H360c-1.8 0-3 1-3.2 2.7l-4.2 26.7 8-.3c13 0 22-3 22-18-.1-10.6-9.6-11.1-18.1-11.1zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM128.3 215.4c0-21-16.2-28-34.7-28h-40c-2.5 0-5 2-5.2 4.7L32 294.2c-.3 2 1.2 4 3.2 4h19c2.7 0 5.2-2.9 5.5-5.7l4.5-26.6c1-7.2 13.2-4.7 18-4.7 28.6 0 46.1-17 46.1-45.8zm84.2 8.8h-19c-3.8 0-4 5.5-4.2 8.2-5.8-8.5-14.2-10-23.7-10-24.5 0-43.2 21.5-43.2 45.2 0 19.5 12.2 32.2 31.7 32.2 9 0 20.2-4.9 26.5-11.9-.5 1.5-1 4.7-1 6.2 0 2.3 1 4 3.2 4H200c2.7 0 5-2.9 5.5-5.7l10.2-64.3c.3-1.9-1.2-3.9-3.2-3.9zm40.5 97.9l63.7-92.6c.5-.5.5-1 .5-1.7 0-1.7-1.5-3.5-3.2-3.5h-19.2c-1.7 0-3.5 1-4.5 2.5l-26.5 39-11-37.5c-.8-2.2-3-4-5.5-4h-18.7c-1.7 0-3.2 1.8-3.2 3.5 0 1.2 19.5 56.8 21.2 62.1-2.7 3.8-20.5 28.6-20.5 31.6 0 1.8 1.5 3.2 3.2 3.2h19.2c1.8-.1 3.5-1.1 4.5-2.6zm159.3-106.7c0-21-16.2-28-34.7-28h-39.7c-2.7 0-5.2 2-5.5 4.7l-16.2 102c-.2 2 1.3 4 3.2 4h20.5c2 0 3.5-1.5 4-3.2l4.5-29c1-7.2 13.2-4.7 18-4.7 28.4 0 45.9-17 45.9-45.8zm84.2 8.8h-19c-3.8 0-4 5.5-4.3 8.2-5.5-8.5-14-10-23.7-10-24.5 0-43.2 21.5-43.2 45.2 0 19.5 12.2 32.2 31.7 32.2 9.3 0 20.5-4.9 26.5-11.9-.3 1.5-1 4.7-1 6.2 0 2.3 1 4 3.2 4H484c2.7 0 5-2.9 5.5-5.7l10.2-64.3c.3-1.9-1.2-3.9-3.2-3.9zm47.5-33.3c0-2-1.5-3.5-3.2-3.5h-18.5c-1.5 0-3 1.2-3.2 2.7l-16.2 104-.3.5c0 1.8 1.5 3.5 3.5 3.5h16.5c2.5 0 5-2.9 5.2-5.7L544 191.2v-.3zm-90 51.8c-12.2 0-21.7 9.7-21.7 22 0 9.7 7 15 16.2 15 12 0 21.7-9.2 21.7-21.5.1-9.8-6.9-15.5-16.2-15.5z\"],\n \"cc-stripe\": [576, 512, [], \"f1f5\", \"M492.4 220.8c-8.9 0-18.7 6.7-18.7 22.7h36.7c0-16-9.3-22.7-18-22.7zM375 223.4c-8.2 0-13.3 2.9-17 7l.2 52.8c3.5 3.7 8.5 6.7 16.8 6.7 13.1 0 21.9-14.3 21.9-33.4 0-18.6-9-33.2-21.9-33.1zM528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM122.2 281.1c0 25.6-20.3 40.1-49.9 40.3-12.2 0-25.6-2.4-38.8-8.1v-33.9c12 6.4 27.1 11.3 38.9 11.3 7.9 0 13.6-2.1 13.6-8.7 0-17-54-10.6-54-49.9 0-25.2 19.2-40.2 48-40.2 11.8 0 23.5 1.8 35.3 6.5v33.4c-10.8-5.8-24.5-9.1-35.3-9.1-7.5 0-12.1 2.2-12.1 7.7 0 16 54.3 8.4 54.3 50.7zm68.8-56.6h-27V275c0 20.9 22.5 14.4 27 12.6v28.9c-4.7 2.6-13.3 4.7-24.9 4.7-21.1 0-36.9-15.5-36.9-36.5l.2-113.9 34.7-7.4v30.8H191zm74 2.4c-4.5-1.5-18.7-3.6-27.1 7.4v84.4h-35.5V194.2h30.7l2.2 10.5c8.3-15.3 24.9-12.2 29.6-10.5h.1zm44.1 91.8h-35.7V194.2h35.7zm0-142.9l-35.7 7.6v-28.9l35.7-7.6zm74.1 145.5c-12.4 0-20-5.3-25.1-9l-.1 40.2-35.5 7.5V194.2h31.3l1.8 8.8c4.9-4.5 13.9-11.1 27.8-11.1 24.9 0 48.4 22.5 48.4 63.8 0 45.1-23.2 65.5-48.6 65.6zm160.4-51.5h-69.5c1.6 16.6 13.8 21.5 27.6 21.5 14.1 0 25.2-3 34.9-7.9V312c-9.7 5.3-22.4 9.2-39.4 9.2-34.6 0-58.8-21.7-58.8-64.5 0-36.2 20.5-64.9 54.3-64.9 33.7 0 51.3 28.7 51.3 65.1 0 3.5-.3 10.9-.4 12.9z\"],\n \"cc-visa\": [576, 512, [], \"f1f0\", \"M470.1 231.3s7.6 37.2 9.3 45H446c3.3-8.9 16-43.5 16-43.5-.2.3 3.3-9.1 5.3-14.9l2.8 13.4zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM152.5 331.2L215.7 176h-42.5l-39.3 106-4.3-21.5-14-71.4c-2.3-9.9-9.4-12.7-18.2-13.1H32.7l-.7 3.1c15.8 4 29.9 9.8 42.2 17.1l35.8 135h42.5zm94.4.2L272.1 176h-40.2l-25.1 155.4h40.1zm139.9-50.8c.2-17.7-10.6-31.2-33.7-42.3-14.1-7.1-22.7-11.9-22.7-19.2.2-6.6 7.3-13.4 23.1-13.4 13.1-.3 22.7 2.8 29.9 5.9l3.6 1.7 5.5-33.6c-7.9-3.1-20.5-6.6-36-6.6-39.7 0-67.6 21.2-67.8 51.4-.3 22.3 20 34.7 35.2 42.2 15.5 7.6 20.8 12.6 20.8 19.3-.2 10.4-12.6 15.2-24.1 15.2-16 0-24.6-2.5-37.7-8.3l-5.3-2.5-5.6 34.9c9.4 4.3 26.8 8.1 44.8 8.3 42.2.1 69.7-20.8 70-53zM528 331.4L495.6 176h-31.1c-9.6 0-16.9 2.8-21 12.9l-59.7 142.5H426s6.9-19.2 8.4-23.3H486c1.2 5.5 4.8 23.3 4.8 23.3H528z\"],\n \"centercode\": [512, 512, [], \"f380\", \"M329.2 268.6c-3.8 35.2-35.4 60.6-70.6 56.8-35.2-3.8-60.6-35.4-56.8-70.6 3.8-35.2 35.4-60.6 70.6-56.8 35.1 3.8 60.6 35.4 56.8 70.6zm-85.8 235.1C96.7 496-8.2 365.5 10.1 224.3c11.2-86.6 65.8-156.9 139.1-192 161-77.1 349.7 37.4 354.7 216.6 4.1 147-118.4 262.2-260.5 254.8zm179.9-180c27.9-118-160.5-205.9-237.2-234.2-57.5 56.3-69.1 188.6-33.8 344.4 68.8 15.8 169.1-26.4 271-110.2z\"],\n \"centos\": [448, 512, [], \"f789\", \"M289.6 97.5l31.6 31.7-76.3 76.5V97.5zm-162.4 31.7l76.3 76.5V97.5h-44.7zm41.5-41.6h44.7v127.9l10.8 10.8 10.8-10.8V87.6h44.7L224.2 32zm26.2 168.1l-10.8-10.8H55.5v-44.8L0 255.7l55.5 55.6v-44.8h128.6l10.8-10.8zm79.3-20.7h107.9v-44.8l-31.6-31.7zm173.3 20.7L392 200.1v44.8H264.3l-10.8 10.8 10.8 10.8H392v44.8l55.5-55.6zM65.4 176.2l32.5-31.7 90.3 90.5h15.3v-15.3l-90.3-90.5 31.6-31.7H65.4zm316.7-78.7h-78.5l31.6 31.7-90.3 90.5V235h15.3l90.3-90.5 31.6 31.7zM203.5 413.9V305.8l-76.3 76.5 31.6 31.7h44.7zM65.4 235h108.8l-76.3-76.5-32.5 31.7zm316.7 100.2l-31.6 31.7-90.3-90.5h-15.3v15.3l90.3 90.5-31.6 31.7h78.5zm0-58.8H274.2l76.3 76.5 31.6-31.7zm-60.9 105.8l-76.3-76.5v108.1h44.7zM97.9 352.9l76.3-76.5H65.4v44.8zm181.8 70.9H235V295.9l-10.8-10.8-10.8 10.8v127.9h-44.7l55.5 55.6zm-166.5-41.6l90.3-90.5v-15.3h-15.3l-90.3 90.5-32.5-31.7v78.7h79.4z\"],\n \"chrome\": [496, 512, [], \"f268\", \"M131.5 217.5L55.1 100.1c47.6-59.2 119-91.8 192-92.1 42.3-.3 85.5 10.5 124.8 33.2 43.4 25.2 76.4 61.4 97.4 103L264 133.4c-58.1-3.4-113.4 29.3-132.5 84.1zm32.9 38.5c0 46.2 37.4 83.6 83.6 83.6s83.6-37.4 83.6-83.6-37.4-83.6-83.6-83.6-83.6 37.3-83.6 83.6zm314.9-89.2L339.6 174c37.9 44.3 38.5 108.2 6.6 157.2L234.1 503.6c46.5 2.5 94.4-7.7 137.8-32.9 107.4-62 150.9-192 107.4-303.9zM133.7 303.6L40.4 120.1C14.9 159.1 0 205.9 0 256c0 124 90.8 226.7 209.5 244.9l63.7-124.8c-57.6 10.8-113.2-20.8-139.5-72.5z\"],\n \"chromecast\": [512, 512, [], \"f838\", \"M447.83 64H64a42.72 42.72 0 0 0-42.72 42.72v63.92H64v-63.92h383.83v298.56H298.64V448H448a42.72 42.72 0 0 0 42.72-42.72V106.72A42.72 42.72 0 0 0 448 64zM21.28 383.58v63.92h63.91a63.91 63.91 0 0 0-63.91-63.92zm0-85.28V341a106.63 106.63 0 0 1 106.64 106.66v.34h42.72a149.19 149.19 0 0 0-149-149.36h-.33zm0-85.27v42.72c106-.1 192 85.75 192.08 191.75v.5h42.72c-.46-129.46-105.34-234.27-234.8-234.64z\"],\n \"cloudscale\": [448, 512, [], \"f383\", \"M318.1 154l-9.4 7.6c-22.5-19.3-51.5-33.6-83.3-33.6C153.8 128 96 188.8 96 260.3c0 6.6.4 13.1 1.4 19.4-2-56 41.8-97.4 92.6-97.4 24.2 0 46.2 9.4 62.6 24.7l-25.2 20.4c-8.3-.9-16.8 1.8-23.1 8.1-11.1 11-11.1 28.9 0 40 11.1 11 28.9 11 40 0 6.3-6.3 9-14.9 8.1-23.1l75.2-88.8c6.3-6.5-3.3-15.9-9.5-9.6zm-83.8 111.5c-5.6 5.5-14.6 5.5-20.2 0-5.6-5.6-5.6-14.6 0-20.2s14.6-5.6 20.2 0 5.6 14.7 0 20.2zM224 32C100.5 32 0 132.5 0 256s100.5 224 224 224 224-100.5 224-224S347.5 32 224 32zm0 384c-88.2 0-160-71.8-160-160S135.8 96 224 96s160 71.8 160 160-71.8 160-160 160z\"],\n \"cloudsmith\": [332, 512, [], \"f384\", \"M332.5 419.9c0 46.4-37.6 84.1-84 84.1s-84-37.7-84-84.1 37.6-84 84-84 84 37.6 84 84zm-84-243.9c46.4 0 80-37.6 80-84s-33.6-84-80-84-88 37.6-88 84-29.6 76-76 76-84 41.6-84 88 37.6 80 84 80 84-33.6 84-80 33.6-80 80-80z\"],\n \"cloudversify\": [616, 512, [], \"f385\", \"M148.6 304c8.2 68.5 67.4 115.5 146 111.3 51.2 43.3 136.8 45.8 186.4-5.6 69.2 1.1 118.5-44.6 131.5-99.5 14.8-62.5-18.2-132.5-92.1-155.1-33-88.1-131.4-101.5-186.5-85-57.3 17.3-84.3 53.2-99.3 109.7-7.8 2.7-26.5 8.9-45 24.1 11.7 0 15.2 8.9 15.2 19.5v20.4c0 10.7-8.7 19.5-19.5 19.5h-20.2c-10.7 0-19.5-6-19.5-16.7V240H98.8C95 240 88 244.3 88 251.9v40.4c0 6.4 5.3 11.8 11.7 11.8h48.9zm227.4 8c-10.7 46.3 21.7 72.4 55.3 86.8C324.1 432.6 259.7 348 296 288c-33.2 21.6-33.7 71.2-29.2 92.9-17.9-12.4-53.8-32.4-57.4-79.8-3-39.9 21.5-75.7 57-93.9C297 191.4 369.9 198.7 400 248c-14.1-48-53.8-70.1-101.8-74.8 30.9-30.7 64.4-50.3 114.2-43.7 69.8 9.3 133.2 82.8 67.7 150.5 35-16.3 48.7-54.4 47.5-76.9l10.5 19.6c11.8 22 15.2 47.6 9.4 72-9.2 39-40.6 68.8-79.7 76.5-32.1 6.3-83.1-5.1-91.8-59.2zM128 208H88.2c-8.9 0-16.2-7.3-16.2-16.2v-39.6c0-8.9 7.3-16.2 16.2-16.2H128c8.9 0 16.2 7.3 16.2 16.2v39.6c0 8.9-7.3 16.2-16.2 16.2zM10.1 168C4.5 168 0 163.5 0 157.9v-27.8c0-5.6 4.5-10.1 10.1-10.1h27.7c5.5 0 10.1 4.5 10.1 10.1v27.8c0 5.6-4.5 10.1-10.1 10.1H10.1zM168 142.7v-21.4c0-5.1 4.2-9.3 9.3-9.3h21.4c5.1 0 9.3 4.2 9.3 9.3v21.4c0 5.1-4.2 9.3-9.3 9.3h-21.4c-5.1 0-9.3-4.2-9.3-9.3zM56 235.5v25c0 6.3-5.1 11.5-11.4 11.5H19.4C13.1 272 8 266.8 8 260.5v-25c0-6.3 5.1-11.5 11.4-11.5h25.1c6.4 0 11.5 5.2 11.5 11.5z\"],\n \"codepen\": [512, 512, [], \"f1cb\", \"M502.285 159.704l-234-156c-7.987-4.915-16.511-4.96-24.571 0l-234 156C3.714 163.703 0 170.847 0 177.989v155.999c0 7.143 3.714 14.286 9.715 18.286l234 156.022c7.987 4.915 16.511 4.96 24.571 0l234-156.022c6-3.999 9.715-11.143 9.715-18.286V177.989c-.001-7.142-3.715-14.286-9.716-18.285zM278 63.131l172.286 114.858-76.857 51.429L278 165.703V63.131zm-44 0v102.572l-95.429 63.715-76.857-51.429L234 63.131zM44 219.132l55.143 36.857L44 292.846v-73.714zm190 229.715L61.714 333.989l76.857-51.429L234 346.275v102.572zm22-140.858l-77.715-52 77.715-52 77.715 52-77.715 52zm22 140.858V346.275l95.429-63.715 76.857 51.429L278 448.847zm190-156.001l-55.143-36.857L468 219.132v73.714z\"],\n \"codiepie\": [472, 512, [], \"f284\", \"M422.5 202.9c30.7 0 33.5 53.1-.3 53.1h-10.8v44.3h-26.6v-97.4h37.7zM472 352.6C429.9 444.5 350.4 504 248 504 111 504 0 393 0 256S111 8 248 8c97.4 0 172.8 53.7 218.2 138.4l-186 108.8L472 352.6zm-38.5 12.5l-60.3-30.7c-27.1 44.3-70.4 71.4-122.4 71.4-82.5 0-149.2-66.7-149.2-148.9 0-82.5 66.7-149.2 149.2-149.2 48.4 0 88.9 23.5 116.9 63.4l59.5-34.6c-40.7-62.6-104.7-100-179.2-100-121.2 0-219.5 98.3-219.5 219.5S126.8 475.5 248 475.5c78.6 0 146.5-42.1 185.5-110.4z\"],\n \"confluence\": [512, 512, [], \"f78d\", \"M2.3 412.2c-4.5 7.6-2.1 17.5 5.5 22.2l105.9 65.2c7.7 4.7 17.7 2.4 22.4-5.3 0-.1.1-.2.1-.2 67.1-112.2 80.5-95.9 280.9-.7 8.1 3.9 17.8.4 21.7-7.7.1-.1.1-.3.2-.4l50.4-114.1c3.6-8.1-.1-17.6-8.1-21.3-22.2-10.4-66.2-31.2-105.9-50.3C127.5 179 44.6 345.3 2.3 412.2zm507.4-312.1c4.5-7.6 2.1-17.5-5.5-22.2L398.4 12.8c-7.5-5-17.6-3.1-22.6 4.4-.2.3-.4.6-.6 1-67.3 112.6-81.1 95.6-280.6.9-8.1-3.9-17.8-.4-21.7 7.7-.1.1-.1.3-.2.4L22.2 141.3c-3.6 8.1.1 17.6 8.1 21.3 22.2 10.4 66.3 31.2 106 50.4 248 120 330.8-45.4 373.4-112.9z\"],\n \"connectdevelop\": [576, 512, [], \"f20e\", \"M550.5 241l-50.089-86.786c1.071-2.142 1.875-4.553 1.875-7.232 0-8.036-6.696-14.733-14.732-15.001l-55.447-95.893c.536-1.607 1.071-3.214 1.071-4.821 0-8.571-6.964-15.268-15.268-15.268-4.821 0-8.839 2.143-11.786 5.625H299.518C296.839 18.143 292.821 16 288 16s-8.839 2.143-11.518 5.625H170.411C167.464 18.143 163.447 16 158.625 16c-8.303 0-15.268 6.696-15.268 15.268 0 1.607.536 3.482 1.072 4.821l-55.983 97.233c-5.356 2.41-9.107 7.5-9.107 13.661 0 .535.268 1.071.268 1.607l-53.304 92.143c-7.232 1.339-12.59 7.5-12.59 15 0 7.232 5.089 13.393 12.054 15l55.179 95.358c-.536 1.607-.804 2.946-.804 4.821 0 7.232 5.089 13.393 12.054 14.732l51.697 89.732c-.536 1.607-1.071 3.482-1.071 5.357 0 8.571 6.964 15.268 15.268 15.268 4.821 0 8.839-2.143 11.518-5.357h106.875C279.161 493.857 283.447 496 288 496s8.839-2.143 11.518-5.357h107.143c2.678 2.946 6.696 4.821 10.982 4.821 8.571 0 15.268-6.964 15.268-15.268 0-1.607-.267-2.946-.803-4.285l51.697-90.268c6.964-1.339 12.054-7.5 12.054-14.732 0-1.607-.268-3.214-.804-4.821l54.911-95.358c6.964-1.339 12.322-7.5 12.322-15-.002-7.232-5.092-13.393-11.788-14.732zM153.535 450.732l-43.66-75.803h43.66v75.803zm0-83.839h-43.66c-.268-1.071-.804-2.142-1.339-3.214l44.999-47.41v50.624zm0-62.411l-50.357 53.304c-1.339-.536-2.679-1.34-4.018-1.607L43.447 259.75c.535-1.339.535-2.679.535-4.018s0-2.41-.268-3.482l51.965-90c2.679-.268 5.357-1.072 7.768-2.679l50.089 51.965v92.946zm0-102.322l-45.803-47.41c1.339-2.143 2.143-4.821 2.143-7.767 0-.268-.268-.804-.268-1.072l43.928-15.804v72.053zm0-80.625l-43.66 15.804 43.66-75.536v59.732zm326.519 39.108l.804 1.339L445.5 329.125l-63.75-67.232 98.036-101.518.268.268zM291.75 355.107l11.518 11.786H280.5l11.25-11.786zm-.268-11.25l-83.303-85.446 79.553-84.375 83.036 87.589-79.286 82.232zm5.357 5.893l79.286-82.232 67.5 71.25-5.892 28.125H313.714l-16.875-17.143zM410.411 44.393c1.071.536 2.142 1.072 3.482 1.34l57.857 100.714v.536c0 2.946.803 5.624 2.143 7.767L376.393 256l-83.035-87.589L410.411 44.393zm-9.107-2.143L287.732 162.518l-57.054-60.268 166.339-60h4.287zm-123.483 0c2.678 2.678 6.16 4.285 10.179 4.285s7.5-1.607 10.179-4.285h75L224.786 95.821 173.893 42.25h103.928zm-116.249 5.625l1.071-2.142a33.834 33.834 0 0 0 2.679-.804l51.161 53.84-54.911 19.821V47.875zm0 79.286l60.803-21.964 59.732 63.214-79.553 84.107-40.982-42.053v-83.304zm0 92.678L198 257.607l-36.428 38.304v-76.072zm0 87.858l42.053-44.464 82.768 85.982-17.143 17.678H161.572v-59.196zm6.964 162.053c-1.607-1.607-3.482-2.678-5.893-3.482l-1.071-1.607v-89.732h99.91l-91.607 94.821h-1.339zm129.911 0c-2.679-2.41-6.428-4.285-10.447-4.285s-7.767 1.875-10.447 4.285h-96.429l91.607-94.821h38.304l91.607 94.821H298.447zm120-11.786l-4.286 7.5c-1.339.268-2.41.803-3.482 1.339l-89.196-91.875h114.376l-17.412 83.036zm12.856-22.232l12.858-60.803h21.964l-34.822 60.803zm34.822-68.839h-20.357l4.553-21.16 17.143 18.214c-.535.803-1.071 1.874-1.339 2.946zm66.161-107.411l-55.447 96.697c-1.339.535-2.679 1.071-4.018 1.874l-20.625-21.964 34.554-163.928 45.803 79.286c-.267 1.339-.803 2.678-.803 4.285 0 1.339.268 2.411.536 3.75z\"],\n \"contao\": [512, 512, [], \"f26d\", \"M45.4 305c14.4 67.1 26.4 129 68.2 175H34c-18.7 0-34-15.2-34-34V66c0-18.7 15.2-34 34-34h57.7C77.9 44.6 65.6 59.2 54.8 75.6c-45.4 70-27 146.8-9.4 229.4zM478 32h-90.2c21.4 21.4 39.2 49.5 52.7 84.1l-137.1 29.3c-14.9-29-37.8-53.3-82.6-43.9-24.6 5.3-41 19.3-48.3 34.6-8.8 18.7-13.2 39.8 8.2 140.3 21.1 100.2 33.7 117.7 49.5 131.2 12.9 11.1 33.4 17 58.3 11.7 44.5-9.4 55.7-40.7 57.4-73.2l137.4-29.6c3.2 71.5-18.7 125.2-57.4 163.6H478c18.7 0 34-15.2 34-34V66c0-18.8-15.2-34-34-34z\"],\n \"cotton-bureau\": [512, 512, [], \"f89e\", \"M474.31 330.41c-23.66 91.85-94.23 144.59-201.9 148.35V429.6c0-48 26.41-74.39 74.39-74.39 62 0 99.2-37.2 99.2-99.21 0-61.37-36.53-98.28-97.38-99.06-33-69.32-146.5-64.65-177.24 0C110.52 157.72 74 194.63 74 256c0 62.13 37.27 99.41 99.4 99.41 48 0 74.55 26.23 74.55 74.39V479c-134.43-5-211.1-85.07-211.1-223 0-141.82 81.35-223.2 223.2-223.2 114.77 0 189.84 53.2 214.69 148.81H500C473.88 71.51 388.22 8 259.82 8 105 8 12 101.19 12 255.82 12 411.14 105.19 504.34 259.82 504c128.27 0 213.87-63.81 239.67-173.59zM357 182.33c41.37 3.45 64.2 29 64.2 73.67 0 48-26.43 74.41-74.4 74.41-28.61 0-49.33-9.59-61.59-27.33 83.06-16.55 75.59-99.67 71.79-120.75zm-81.68 97.36c-2.46-10.34-16.33-87 56.23-97 2.27 10.09 16.52 87.11-56.26 97zM260 132c28.61 0 49 9.67 61.44 27.61-28.36 5.48-49.36 20.59-61.59 43.45-12.23-22.86-33.23-38-61.6-43.45 12.41-17.69 33.27-27.35 61.57-27.35zm-71.52 50.72c73.17 10.57 58.91 86.81 56.49 97-72.41-9.84-59-86.95-56.25-97zM173.2 330.41c-48 0-74.4-26.4-74.4-74.41 0-44.36 22.86-70 64.22-73.67-6.75 37.2-1.38 106.53 71.65 120.75-12.14 17.63-32.84 27.3-61.14 27.3zm53.21 12.39A80.8 80.8 0 0 0 260 309.25c7.77 14.49 19.33 25.54 33.82 33.55a80.28 80.28 0 0 0-33.58 33.83c-8-14.5-19.07-26.23-33.56-33.83z\"],\n \"cpanel\": [640, 512, [], \"f388\", \"M210.3 220.2c-5.6-24.8-26.9-41.2-51-41.2h-37c-7.1 0-12.5 4.5-14.3 10.9L73.1 320l24.7-.1c6.8 0 12.3-4.5 14.2-10.7l25.8-95.7h19.8c8.4 0 16.2 5.6 18.3 14.8 2.5 10.9-5.9 22.6-18.3 22.6h-10.3c-7 0-12.5 4.6-14.3 10.8l-6.4 23.8h32c37.2 0 58.3-36.2 51.7-65.3zm-156.5 28h18.6c6.9 0 12.4-4.4 14.3-10.9l6.2-23.6h-40C30 213.7 9 227.8 1.7 254.8-7 288.6 18.5 320 52 320h12.4l7.1-26.1c1.2-4.4-2.2-8.3-6.4-8.3H53.8c-24.7 0-24.9-37.4 0-37.4zm247.5-34.8h-77.9l-3.5 13.4c-2.4 9.6 4.5 18.5 14.2 18.5h57.5c4 0 2.4 4.3 2.1 5.3l-8.6 31.8c-.4 1.4-.9 5.3-5.5 5.3h-34.9c-5.3 0-5.3-7.9 0-7.9h21.6c6.8 0 12.3-4.6 14.2-10.8l3.5-13.2h-48.4c-39.2 0-43.6 63.8-.7 63.8l57.5.2c11.2 0 20.6-7.2 23.4-17.8l14-51.8c4.8-19.2-9.7-36.8-28.5-36.8zM633.1 179h-18.9c-4.9 0-9.2 3.2-10.4 7.9L568.2 320c20.7 0 39.8-13.8 44.9-34.5l26.5-98.2c1.2-4.3-2-8.3-6.5-8.3zm-236.3 34.7v.1h-48.3l-26.2 98c-1.2 4.4 2.2 8.3 6.4 8.3h18.9c4.8 0 9.2-3 10.4-7.8l17.2-64H395c12.5 0 21.4 11.8 18.1 23.4l-10.6 40c-1.2 4.3 1.9 8.3 6.4 8.3H428c4.6 0 9.1-2.9 10.3-7.8l8.8-33.1c9-33.1-15.9-65.4-50.3-65.4zm98.3 74.6c-3.6 0-6-3.4-5.1-6.7l8-30c.9-3.9 3.7-6 7.8-6h32.9c2.6 0 4.6 2.4 3.9 5.1l-.7 2.6c-.6 2-1.9 3-3.9 3h-21.6c-7 0-12.6 4.6-14.2 10.8l-3.5 13h53.4c10.5 0 20.3-6.6 23.2-17.6l3.2-12c4.9-19.1-9.3-36.8-28.3-36.8h-47.3c-17.9 0-33.8 12-38.6 29.6l-10.8 40c-5 17.7 8.3 36.7 28.3 36.7h66.7c6.8 0 12.3-4.5 14.2-10.7l5.7-21z\"],\n \"creative-commons\": [496, 512, [], \"f25e\", \"M245.83 214.87l-33.22 17.28c-9.43-19.58-25.24-19.93-27.46-19.93-22.13 0-33.22 14.61-33.22 43.84 0 23.57 9.21 43.84 33.22 43.84 14.47 0 24.65-7.09 30.57-21.26l30.55 15.5c-6.17 11.51-25.69 38.98-65.1 38.98-22.6 0-73.96-10.32-73.96-77.05 0-58.69 43-77.06 72.63-77.06 30.72-.01 52.7 11.95 65.99 35.86zm143.05 0l-32.78 17.28c-9.5-19.77-25.72-19.93-27.9-19.93-22.14 0-33.22 14.61-33.22 43.84 0 23.55 9.23 43.84 33.22 43.84 14.45 0 24.65-7.09 30.54-21.26l31 15.5c-2.1 3.75-21.39 38.98-65.09 38.98-22.69 0-73.96-9.87-73.96-77.05 0-58.67 42.97-77.06 72.63-77.06 30.71-.01 52.58 11.95 65.56 35.86zM247.56 8.05C104.74 8.05 0 123.11 0 256.05c0 138.49 113.6 248 247.56 248 129.93 0 248.44-100.87 248.44-248 0-137.87-106.62-248-248.44-248zm.87 450.81c-112.54 0-203.7-93.04-203.7-202.81 0-105.42 85.43-203.27 203.72-203.27 112.53 0 202.82 89.46 202.82 203.26-.01 121.69-99.68 202.82-202.84 202.82z\"],\n \"creative-commons-by\": [496, 512, [], \"f4e7\", \"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"],\n \"creative-commons-nc\": [496, 512, [], \"f4e8\", \"M247.6 8C387.4 8 496 115.9 496 256c0 147.2-118.5 248-248.4 248C113.1 504 0 393.2 0 256 0 123.1 104.7 8 247.6 8zM55.8 189.1c-7.4 20.4-11.1 42.7-11.1 66.9 0 110.9 92.1 202.4 203.7 202.4 122.4 0 177.2-101.8 178.5-104.1l-93.4-41.6c-7.7 37.1-41.2 53-68.2 55.4v38.1h-28.8V368c-27.5-.3-52.6-10.2-75.3-29.7l34.1-34.5c31.7 29.4 86.4 31.8 86.4-2.2 0-6.2-2.2-11.2-6.6-15.1-14.2-6-1.8-.1-219.3-97.4zM248.4 52.3c-38.4 0-112.4 8.7-170.5 93l94.8 42.5c10-31.3 40.4-42.9 63.8-44.3v-38.1h28.8v38.1c22.7 1.2 43.4 8.9 62 23L295 199.7c-42.7-29.9-83.5-8-70 11.1 53.4 24.1 43.8 19.8 93 41.6l127.1 56.7c4.1-17.4 6.2-35.1 6.2-53.1 0-57-19.8-105-59.3-143.9-39.3-39.9-87.2-59.8-143.6-59.8z\"],\n \"creative-commons-nc-eu\": [496, 512, [], \"f4e9\", \"M247.7 8C103.6 8 0 124.8 0 256c0 136.3 111.7 248 247.7 248C377.9 504 496 403.1 496 256 496 117 388.4 8 247.7 8zm.6 450.7c-112 0-203.6-92.5-203.6-202.7 0-23.2 3.7-45.2 10.9-66l65.7 29.1h-4.7v29.5h23.3c0 6.2-.4 3.2-.4 19.5h-22.8v29.5h27c11.4 67 67.2 101.3 124.6 101.3 26.6 0 50.6-7.9 64.8-15.8l-10-46.1c-8.7 4.6-28.2 10.8-47.3 10.8-28.2 0-58.1-10.9-67.3-50.2h90.3l128.3 56.8c-1.5 2.1-56.2 104.3-178.8 104.3zm-16.7-190.6l-.5-.4.9.4h-.4zm77.2-19.5h3.7v-29.5h-70.3l-28.6-12.6c2.5-5.5 5.4-10.5 8.8-14.3 12.9-15.8 31.1-22.4 51.1-22.4 18.3 0 35.3 5.4 46.1 10l11.6-47.3c-15-6.6-37-12.4-62.3-12.4-39 0-72.2 15.8-95.9 42.3-5.3 6.1-9.8 12.9-13.9 20.1l-81.6-36.1c64.6-96.8 157.7-93.6 170.7-93.6 113 0 203 90.2 203 203.4 0 18.7-2.1 36.3-6.3 52.9l-136.1-60.5z\"],\n \"creative-commons-nc-jp\": [496, 512, [], \"f4ea\", \"M247.7 8C103.6 8 0 124.8 0 256c0 136.4 111.8 248 247.7 248C377.9 504 496 403.2 496 256 496 117.2 388.5 8 247.7 8zm.6 450.7c-112 0-203.6-92.5-203.6-202.7 0-21.1 3-41.2 9-60.3l127 56.5h-27.9v38.6h58.1l5.7 11.8v18.7h-63.8V360h63.8v56h61.7v-56h64.2v-35.7l81 36.1c-1.5 2.2-57.1 98.3-175.2 98.3zm87.6-137.3h-57.6v-18.7l2.9-5.6 54.7 24.3zm6.5-51.4v-17.8h-38.6l63-116H301l-43.4 96-23-10.2-39.6-85.7h-65.8l27.3 51-81.9-36.5c27.8-44.1 82.6-98.1 173.7-98.1 112.8 0 203 90 203 203.4 0 21-2.7 40.6-7.9 59l-101-45.1z\"],\n \"creative-commons-nd\": [496, 512, [], \"f4eb\", \"M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm94 144.3v42.5H162.1V197h180.3zm0 79.8v42.5H162.1v-42.5h180.3z\"],\n \"creative-commons-pd\": [496, 512, [], \"f4ec\", \"M248 8C111 8 0 119.1 0 256c0 137 111 248 248 248s248-111 248-248C496 119.1 385 8 248 8zm0 449.5c-139.2 0-235.8-138-190.2-267.9l78.8 35.1c-2.1 10.5-3.3 21.5-3.3 32.9 0 99 73.9 126.9 120.4 126.9 22.9 0 53.5-6.7 79.4-29.5L297 311.1c-5.5 6.3-17.6 16.7-36.3 16.7-37.8 0-53.7-39.9-53.9-71.9 230.4 102.6 216.5 96.5 217.9 96.8-34.3 62.4-100.6 104.8-176.7 104.8zm194.2-150l-224-100c18.8-34 54.9-30.7 74.7-11l40.4-41.6c-27.1-23.3-58-27.5-78.1-27.5-47.4 0-80.9 20.5-100.7 51.6l-74.9-33.4c36.1-54.9 98.1-91.2 168.5-91.2 111.1 0 201.5 90.4 201.5 201.5 0 18-2.4 35.4-6.8 52-.3-.1-.4-.2-.6-.4z\"],\n \"creative-commons-pd-alt\": [496, 512, [], \"f4ed\", \"M247.6 8C104.7 8 0 123.1 0 256c0 138.5 113.6 248 247.6 248C377.5 504 496 403.1 496 256 496 118.1 389.4 8 247.6 8zm.8 450.8c-112.5 0-203.7-93-203.7-202.8 0-105.4 85.5-203.3 203.7-203.3 112.6 0 202.9 89.5 202.8 203.3 0 121.7-99.6 202.8-202.8 202.8zM316.7 186h-53.2v137.2h53.2c21.4 0 70-5.1 70-68.6 0-63.4-48.6-68.6-70-68.6zm.8 108.5h-19.9v-79.7l19.4-.1c3.8 0 35-2.1 35 39.9 0 24.6-10.5 39.9-34.5 39.9zM203.7 186h-68.2v137.3h34.6V279h27c54.1 0 57.1-37.5 57.1-46.5 0-31-16.8-46.5-50.5-46.5zm-4.9 67.3h-29.2v-41.6h28.3c30.9 0 28.8 41.6.9 41.6z\"],\n \"creative-commons-remix\": [496, 512, [], \"f4ee\", \"M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm161.7 207.7l4.9 2.2v70c-7.2 3.6-63.4 27.5-67.3 28.8-6.5-1.8-113.7-46.8-137.3-56.2l-64.2 26.6-63.3-27.5v-63.8l59.3-24.8c-.7-.7-.4 5-.4-70.4l67.3-29.7L361 178.5v61.6l49.1 20.3zm-70.4 81.5v-43.8h-.4v-1.8l-113.8-46.5V295l113.8 46.9v-.4l.4.4zm7.5-57.6l39.9-16.4-36.8-15.5-39 16.4 35.9 15.5zm52.3 38.1v-43L355.2 298v43.4l44.3-19z\"],\n \"creative-commons-sa\": [496, 512, [], \"f4ef\", \"M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zM137.7 221c13-83.9 80.5-95.7 108.9-95.7 99.8 0 127.5 82.5 127.5 134.2 0 63.6-41 132.9-128.9 132.9-38.9 0-99.1-20-109.4-97h62.5c1.5 30.1 19.6 45.2 54.5 45.2 23.3 0 58-18.2 58-82.8 0-82.5-49.1-80.6-56.7-80.6-33.1 0-51.7 14.6-55.8 43.8h18.2l-49.2 49.2-49-49.2h19.4z\"],\n \"creative-commons-sampling\": [496, 512, [], \"f4f0\", \"M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm3.6 53.2c2.8-.3 11.5 1 11.5 11.5l6.6 107.2 4.9-59.3c0-6 4.7-10.6 10.6-10.6 5.9 0 10.6 4.7 10.6 10.6 0 2.5-.5-5.7 5.7 81.5l5.8-64.2c.3-2.9 2.9-9.3 10.2-9.3 3.8 0 9.9 2.3 10.6 8.9l11.5 96.5 5.3-12.8c1.8-4.4 5.2-6.6 10.2-6.6h58v21.3h-50.9l-18.2 44.3c-3.9 9.9-19.5 9.1-20.8-3.1l-4-31.9-7.5 92.6c-.3 3-3 9.3-10.2 9.3-3 0-9.8-2.1-10.6-9.3 0-1.9.6 5.8-6.2-77.9l-5.3 72.2c-1.1 4.8-4.8 9.3-10.6 9.3-2.9 0-9.8-2-10.6-9.3 0-1.9.5 6.7-5.8-87.7l-5.8 94.8c0 6.3-3.6 12.4-10.6 12.4-5.2 0-10.6-4.1-10.6-12l-5.8-87.7c-5.8 92.5-5.3 84-5.3 85.9-1.1 4.8-4.8 9.3-10.6 9.3-3 0-9.8-2.1-10.6-9.3 0-.7-.4-1.1-.4-2.6l-6.2-88.6L182 348c-.7 6.5-6.7 9.3-10.6 9.3-5.8 0-9.6-4.1-10.6-8.9L149.7 272c-2 4-3.5 8.4-11.1 8.4H87.2v-21.3H132l13.7-27.9c4.4-9.9 18.2-7.2 19.9 2.7l3.1 20.4 8.4-97.9c0-6 4.8-10.6 10.6-10.6.5 0 10.6-.2 10.6 12.4l4.9 69.1 6.6-92.6c0-10.1 9.5-10.6 10.2-10.6.6 0 10.6.7 10.6 10.6l5.3 80.6 6.2-97.9c.1-1.1-.6-10.3 9.9-11.5z\"],\n \"creative-commons-sampling-plus\": [496, 512, [], \"f4f1\", \"M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm107 205.6c-4.7 0-9 2.8-10.7 7.2l-4 9.5-11-92.8c-1.7-13.9-22-13.4-23.1.4l-4.3 51.4-5.2-68.8c-1.1-14.3-22.1-14.2-23.2 0l-3.5 44.9-5.9-94.3c-.9-14.5-22.3-14.4-23.2 0l-5.1 83.7-4.3-66.3c-.9-14.4-22.2-14.4-23.2 0l-5.3 80.2-4.1-57c-1.1-14.3-22-14.3-23.2-.2l-7.7 89.8-1.8-12.2c-1.7-11.4-17.1-13.6-22-3.3l-13.2 27.7H87.5v23.2h51.3c4.4 0 8.4-2.5 10.4-6.4l10.7 73.1c2 13.5 21.9 13 23.1-.7l3.8-43.6 5.7 78.3c1.1 14.4 22.3 14.2 23.2-.1l4.6-70.4 4.8 73.3c.9 14.4 22.3 14.4 23.2-.1l4.9-80.5 4.5 71.8c.9 14.3 22.1 14.5 23.2.2l4.6-58.6 4.9 64.4c1.1 14.3 22 14.2 23.1.1l6.8-83 2.7 22.3c1.4 11.8 17.7 14.1 22.3 3.1l18-43.4h50.5V258l-58.4.3zm-78 5.2h-21.9v21.9c0 4.1-3.3 7.5-7.5 7.5-4.1 0-7.5-3.3-7.5-7.5v-21.9h-21.9c-4.1 0-7.5-3.3-7.5-7.5 0-4.1 3.4-7.5 7.5-7.5h21.9v-21.9c0-4.1 3.4-7.5 7.5-7.5s7.5 3.3 7.5 7.5v21.9h21.9c4.1 0 7.5 3.3 7.5 7.5 0 4.1-3.4 7.5-7.5 7.5z\"],\n \"creative-commons-share\": [496, 512, [], \"f4f2\", \"M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm101 132.4c7.8 0 13.7 6.1 13.7 13.7v182.5c0 7.7-6.1 13.7-13.7 13.7H214.3c-7.7 0-13.7-6-13.7-13.7v-54h-54c-7.8 0-13.7-6-13.7-13.7V131.1c0-8.2 6.6-12.7 12.4-13.7h136.4c7.7 0 13.7 6 13.7 13.7v54h54zM159.9 300.3h40.7V198.9c0-7.4 5.8-12.6 12-13.7h55.8v-40.3H159.9v155.4zm176.2-88.1H227.6v155.4h108.5V212.2z\"],\n \"creative-commons-zero\": [496, 512, [], \"f4f3\", \"M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm-.4 60.5c-81.9 0-102.5 77.3-102.5 142.8 0 65.5 20.6 142.8 102.5 142.8S350.5 321.5 350.5 256c0-65.5-20.6-142.8-102.5-142.8zm0 53.9c3.3 0 6.4.5 9.2 1.2 5.9 5.1 8.8 12.1 3.1 21.9l-54.5 100.2c-1.7-12.7-1.9-25.1-1.9-34.4 0-28.8 2-88.9 44.1-88.9zm40.8 46.2c2.9 15.4 3.3 31.4 3.3 42.7 0 28.9-2 88.9-44.1 88.9-13.5 0-32.6-7.7-20.1-26.4l60.9-105.2z\"],\n \"critical-role\": [448, 512, [], \"f6c9\", \"M225.82 0c.26.15 216.57 124.51 217.12 124.72 3 1.18 3.7 3.46 3.7 6.56q-.11 125.17 0 250.36a5.88 5.88 0 0 1-3.38 5.78c-21.37 12-207.86 118.29-218.93 124.58h-3C142 466.34 3.08 386.56 2.93 386.48a3.29 3.29 0 0 1-1.88-3.24c0-.87 0-225.94-.05-253.1a5 5 0 0 1 2.93-4.93C27.19 112.11 213.2 6 224.07 0zM215.4 20.42l-.22-.16Q118.06 75.55 21 130.87c0 .12.08.23.13.35l30.86 11.64c-7.71 6-8.32 6-10.65 5.13-.1 0-24.17-9.28-26.8-10v230.43c.88-1.41 64.07-110.91 64.13-111 1.62-2.82 3-1.92 9.12-1.52 1.4.09 1.48.22.78 1.42-41.19 71.33-36.4 63-67.48 116.94-.81 1.4-.61 1.13 1.25 1.13h186.5c1.44 0 1.69-.23 1.7-1.64v-8.88c0-1.34 2.36-.81-18.37-1-7.46-.07-14.14-3.22-21.38-12.7-7.38-9.66-14.62-19.43-21.85-29.21-2.28-3.08-3.45-2.38-16.76-2.38-1.75 0-1.78 0-1.76 1.82.29 26.21.15 25.27 1 32.66.52 4.37 2.16 4.2 9.69 4.81 3.14.26 3.88 4.08.52 4.92-1.57.39-31.6.51-33.67-.1a2.42 2.42 0 0 1 .3-4.73c3.29-.76 6.16.81 6.66-4.44 1.3-13.66 1.17-9 1.1-79.42 0-10.82-.35-12.58-5.36-13.55-1.22-.24-3.54-.16-4.69-.55-2.88-1-2-4.84 1.77-4.85 33.67 0 46.08-1.07 56.06 4.86 7.74 4.61 12 11.48 12.51 20.4.88 14.59-6.51 22.35-15 32.59a1.46 1.46 0 0 0 0 2.22c2.6 3.25 5 6.63 7.71 9.83 27.56 33.23 24.11 30.54 41.28 33.06.89.13 1-.42 1-1.15v-11c0-1 .32-1.43 1.41-1.26a72.37 72.37 0 0 0 23.58-.3c1.08-.15 1.5.2 1.48 1.33 0 .11.88 26.69.87 26.8-.05 1.52.67 1.62 1.89 1.62h186.71Q386.51 304.6 346 234.33c2.26-.66-.4 0 6.69-1.39 2-.39 2.05-.41 3.11 1.44 7.31 12.64 77.31 134 77.37 134.06V138c-1.72.5-103.3 38.72-105.76 39.68-1.08.42-1.55.2-1.91-.88-.63-1.9-1.34-3.76-2.09-5.62-.32-.79-.09-1.13.65-1.39.1 0 95.53-35.85 103-38.77-65.42-37.57-130.56-75-196-112.6l86.82 150.39-.28.33c-9.57-.9-10.46-1.6-11.8-3.94-1-1.69-73.5-127.71-82-142.16-9.1 14.67-83.56 146.21-85.37 146.32-2.93.17-5.88.08-9.25.08q43.25-74.74 86.18-149zm51.93 129.92a37.68 37.68 0 0 0 5.54-.85c1.69-.3 2.53.2 2.6 1.92 0 .11.07 19.06-.86 20.45s-1.88 1.22-2.6-.19c-5-9.69 6.22-9.66-39.12-12-.7 0-1 .23-1 .93 0 .13 3.72 122 3.73 122.11 0 .89.52 1.2 1.21 1.51a83.92 83.92 0 0 1 8.7 4.05c7.31 4.33 11.38 10.84 12.41 19.31 1.44 11.8-2.77 35.77-32.21 37.14-2.75.13-28.26 1.08-34.14-23.25-4.66-19.26 8.26-32.7 19.89-36.4a2.45 2.45 0 0 0 2-2.66c.1-5.63 3-107.1 3.71-121.35.05-1.08-.62-1.16-1.35-1.15-32.35.52-36.75-.34-40.22 8.52-2.42 6.18-4.14 1.32-3.95.23q1.59-9 3.31-18c.4-2.11 1.43-2.61 3.43-1.86 5.59 2.11 6.72 1.7 37.25 1.92 1.73 0 1.78-.08 1.82-1.85.68-27.49.58-22.59 1-29.55a2.69 2.69 0 0 0-1.63-2.8c-5.6-2.91-8.75-7.55-8.9-13.87-.35-14.81 17.72-21.67 27.38-11.51 6.84 7.19 5.8 18.91-2.45 24.15a4.35 4.35 0 0 0-2.22 4.34c0 .59-.11-4.31 1 30.05 0 .9.43 1.12 1.24 1.11.1 0 23-.09 34.47-.37zM68.27 141.7c19.84-4.51 32.68-.56 52.49 1.69 2.76.31 3.74 1.22 3.62 4-.21 5-1.16 22.33-1.24 23.15a2.65 2.65 0 0 1-1.63 2.34c-4.06 1.7-3.61-4.45-4-7.29-3.13-22.43-73.87-32.7-74.63 25.4-.31 23.92 17 53.63 54.08 50.88 27.24-2 19-20.19 24.84-20.47a2.72 2.72 0 0 1 3 3.36c-1.83 10.85-3.42 18.95-3.45 19.15-1.54 9.17-86.7 22.09-93.35-42.06-2.71-25.85 10.44-53.37 40.27-60.15zm80 87.67h-19.49a2.57 2.57 0 0 1-2.66-1.79c2.38-3.75 5.89.92 5.86-6.14-.08-25.75.21-38 .23-40.1 0-3.42-.53-4.65-3.32-4.94-7-.72-3.11-3.37-1.11-3.38 11.84-.1 22.62-.18 30.05.72 8.77 1.07 16.71 12.63 7.93 22.62-2 2.25-4 4.42-6.14 6.73.95 1.15 6.9 8.82 17.28 19.68 2.66 2.78 6.15 3.51 9.88 3.13a2.21 2.21 0 0 0 2.23-2.12c.3-3.42.26 4.73.45-40.58 0-5.65-.34-6.58-3.23-6.83-3.95-.35-4-2.26-.69-3.37l19.09-.09c.32 0 4.49.53 1 3.38 0 .05-.16 0-.24 0-3.61.26-3.94 1-4 4.62-.27 43.93.07 40.23.41 42.82.11.84.27 2.23 5.1 2.14 2.49 0 3.86 3.37 0 3.4-10.37.08-20.74 0-31.11.07-10.67 0-13.47-6.2-24.21-20.82-1.6-2.18-8.31-2.36-8.2-.37.88 16.47 0 17.78 4 17.67 4.75-.1 4.73 3.57.83 3.55zm275-10.15c-1.21 7.13.17 10.38-5.3 10.34-61.55-.42-47.82-.22-50.72-.31a18.4 18.4 0 0 1-3.63-.73c-2.53-.6 1.48-1.23-.38-5.6-1.43-3.37-2.78-6.78-4.11-10.19a1.94 1.94 0 0 0-2-1.44 138 138 0 0 0-14.58.07 2.23 2.23 0 0 0-1.62 1.06c-1.58 3.62-3.07 7.29-4.51 11-1.27 3.23 7.86 1.32 12.19 2.16 3 .57 4.53 3.72.66 3.73H322.9c-2.92 0-3.09-3.15-.74-3.21a6.3 6.3 0 0 0 5.92-3.47c1.5-3 2.8-6 4.11-9.09 18.18-42.14 17.06-40.17 18.42-41.61a1.83 1.83 0 0 1 3 0c2.93 3.34 18.4 44.71 23.62 51.92 2 2.7 5.74 2 6.36 2 3.61.13 4-1.11 4.13-4.29.09-1.87.08 1.17.07-41.24 0-4.46-2.36-3.74-5.55-4.27-.26 0-2.56-.63-.08-3.06.21-.2-.89-.24 21.7-.15 2.32 0 5.32 2.75-1.21 3.45a2.56 2.56 0 0 0-2.66 2.83c-.07 1.63-.19 38.89.29 41.21a3.06 3.06 0 0 0 3.23 2.43c13.25.43 14.92.44 16-3.41 1.67-5.78 4.13-2.52 3.73-.19zm-104.72 64.37c-4.24 0-4.42-3.39-.61-3.41 35.91-.16 28.11.38 37.19-.65 1.68-.19 2.38.24 2.25 1.89-.26 3.39-.64 6.78-1 10.16-.25 2.16-3.2 2.61-3.4-.15-.38-5.31-2.15-4.45-15.63-5.08-1.58-.07-1.64 0-1.64 1.52V304c0 1.65 0 1.6 1.62 1.47 3.12-.25 10.31.34 15.69-1.52.47-.16 3.3-1.79 3.07 1.76 0 .21-.76 10.35-1.18 11.39-.53 1.29-1.88 1.51-2.58.32-1.17-2 0-5.08-3.71-5.3-15.42-.9-12.91-2.55-12.91 6 0 12.25-.76 16.11 3.89 16.24 16.64.48 14.4 0 16.43-5.71.84-2.37 3.5-1.77 3.18.58-.44 3.21-.85 6.43-1.23 9.64 0 .36-.16 2.4-4.66 2.39-37.16-.08-34.54-.19-35.21-.31-2.72-.51-2.2-3 .22-3.45 1.1-.19 4 .54 4.16-2.56 2.44-56.22-.07-51.34-3.91-51.33zm-.41-109.52c2.46.61 3.13 1.76 2.95 4.65-.33 5.3-.34 9-.55 9.69-.66 2.23-3.15 2.12-3.34-.27-.38-4.81-3.05-7.82-7.57-9.15-26.28-7.73-32.81 15.46-27.17 30.22 5.88 15.41 22 15.92 28.86 13.78 5.92-1.85 5.88-6.5 6.91-7.58 1.23-1.3 2.25-1.84 3.12 1.1 0 .1.57 11.89-6 12.75-1.6.21-19.38 3.69-32.68-3.39-21-11.19-16.74-35.47-6.88-45.33 14-14.06 39.91-7.06 42.32-6.47zM289.8 280.14c3.28 0 3.66 3 .16 3.43-2.61.32-5-.42-5 5.46 0 2-.19 29.05.4 41.45.11 2.29 1.15 3.52 3.44 3.65 22 1.21 14.95-1.65 18.79-6.34 1.83-2.24 2.76.84 2.76 1.08.35 13.62-4 12.39-5.19 12.4l-38.16-.19c-1.93-.23-2.06-3-.42-3.38 2-.48 4.94.4 5.13-2.8 1-15.87.57-44.65.34-47.81-.27-3.77-2.8-3.27-5.68-3.71-2.47-.38-2-3.22.34-3.22 1.45-.02 17.97-.03 23.09-.02zm-31.63-57.79c.07 4.08 2.86 3.46 6 3.58 2.61.1 2.53 3.41-.07 3.43-6.48 0-13.7 0-21.61-.06-3.84 0-3.38-3.35 0-3.37 4.49 0 3.24 1.61 3.41-45.54 0-5.08-3.27-3.54-4.72-4.23-2.58-1.23-1.36-3.09.41-3.15 1.29 0 20.19-.41 21.17.21s1.87 1.65-.42 2.86c-1 .52-3.86-.28-4.15 2.47 0 .21-.82 1.63-.07 43.8zm-36.91 274.27a2.93 2.93 0 0 0 3.26 0c17-9.79 182-103.57 197.42-112.51-.14-.43 11.26-.18-181.52-.27-1.22 0-1.57.37-1.53 1.56 0 .1 1.25 44.51 1.22 50.38a28.33 28.33 0 0 1-1.36 7.71c-.55 1.83.38-.5-13.5 32.23-.73 1.72-1 2.21-2-.08-4.19-10.34-8.28-20.72-12.57-31a23.6 23.6 0 0 1-2-10.79c.16-2.46.8-16.12 1.51-48 0-1.95 0-2-2-2h-183c2.58 1.63 178.32 102.57 196 112.76zm-90.9-188.75c0 2.4.36 2.79 2.76 3 11.54 1.17 21 3.74 25.64-7.32 6-14.46 2.66-34.41-12.48-38.84-2-.59-16-2.76-15.94 1.51.05 8.04.01 11.61.02 41.65zm105.75-15.05c0 2.13 1.07 38.68 1.09 39.13.34 9.94-25.58 5.77-25.23-2.59.08-2 1.37-37.42 1.1-39.43-14.1 7.44-14.42 40.21 6.44 48.8a17.9 17.9 0 0 0 22.39-7.07c4.91-7.76 6.84-29.47-5.43-39a2.53 2.53 0 0 1-.36.12zm-12.28-198c-9.83 0-9.73 14.75-.07 14.87s10.1-14.88.07-14.91zm-80.15 103.83c0 1.8.41 2.4 2.17 2.58 13.62 1.39 12.51-11 12.16-13.36-1.69-11.22-14.38-10.2-14.35-7.81.05 4.5-.03 13.68.02 18.59zm212.32 6.4l-6.1-15.84c-2.16 5.48-4.16 10.57-6.23 15.84z\"],\n \"css3\": [512, 512, [], \"f13c\", \"M480 32l-64 368-223.3 80L0 400l19.6-94.8h82l-8 40.6L210 390.2l134.1-44.4 18.8-97.1H29.5l16-82h333.7l10.5-52.7H56.3l16.3-82H480z\"],\n \"css3-alt\": [384, 512, [], \"f38b\", \"M0 32l34.9 395.8L192 480l157.1-52.2L384 32H0zm313.1 80l-4.8 47.3L193 208.6l-.3.1h111.5l-12.8 146.6-98.2 28.7-98.8-29.2-6.4-73.9h48.9l3.2 38.3 52.6 13.3 54.7-15.4 3.7-61.6-166.3-.5v-.1l-.2.1-3.6-46.3L193.1 162l6.5-2.7H76.7L70.9 112h242.2z\"],\n \"cuttlefish\": [440, 512, [], \"f38c\", \"M344 305.5c-17.5 31.6-57.4 54.5-96 54.5-56.6 0-104-47.4-104-104s47.4-104 104-104c38.6 0 78.5 22.9 96 54.5 13.7-50.9 41.7-93.3 87-117.8C385.7 39.1 320.5 8 248 8 111 8 0 119 0 256s111 248 248 248c72.5 0 137.7-31.1 183-80.7-45.3-24.5-73.3-66.9-87-117.8z\"],\n \"d-and-d\": [576, 512, [], \"f38d\", \"M82.5 98.9c-.6-17.2 2-33.8 12.7-48.2.3 7.4 1.2 14.5 4.2 21.6 5.9-27.5 19.7-49.3 42.3-65.5-1.9 5.9-3.5 11.8-3 17.7 8.7-7.4 18.8-17.8 44.4-22.7 14.7-2.8 29.7-2 42.1 1 38.5 9.3 61 34.3 69.7 72.3 5.3 23.1.7 45-8.3 66.4-5.2 12.4-12 24.4-20.7 35.1-2-1.9-3.9-3.8-5.8-5.6-42.8-40.8-26.8-25.2-37.4-37.4-1.1-1.2-1-2.2-.1-3.6 8.3-13.5 11.8-28.2 10-44-1.1-9.8-4.3-18.9-11.3-26.2-14.5-15.3-39.2-15-53.5.6-11.4 12.5-14.1 27.4-10.9 43.6.2 1.3.4 2.7 0 3.9-3.4 13.7-4.6 27.6-2.5 41.6.1.5.1 1.1.1 1.6 0 .3-.1.5-.2 1.1-21.8-11-36-28.3-43.2-52.2-8.3 17.8-11.1 35.5-6.6 54.1-15.6-15.2-21.3-34.3-22-55.2zm469.6 123.2c-11.6-11.6-25-20.4-40.1-26.6-12.8-5.2-26-7.9-39.9-7.1-10 .6-19.6 3.1-29 6.4-2.5.9-5.1 1.6-7.7 2.2-4.9 1.2-7.3-3.1-4.7-6.8 3.2-4.6 3.4-4.2 15-12 .6-.4 1.2-.8 2.2-1.5h-2.5c-.6 0-1.2.2-1.9.3-19.3 3.3-30.7 15.5-48.9 29.6-10.4 8.1-13.8 3.8-12-.5 1.4-3.5 3.3-6.7 5.1-10 1-1.8 2.3-3.4 3.5-5.1-.2-.2-.5-.3-.7-.5-27 18.3-46.7 42.4-57.7 73.3.3.3.7.6 1 .9.3-.6.5-1.2.9-1.7 10.4-12.1 22.8-21.8 36.6-29.8 18.2-10.6 37.5-18.3 58.7-20.2 4.3-.4 8.7-.1 13.1-.1-1.8.7-3.5.9-5.3 1.1-18.5 2.4-35.5 9-51.5 18.5-30.2 17.9-54.5 42.2-75.1 70.4-.3.4-.4.9-.7 1.3 14.5 5.3 24 17.3 36.1 25.6.2-.1.3-.2.4-.4l1.2-2.7c12.2-26.9 27-52.3 46.7-74.5 16.7-18.8 38-25.3 62.5-20 5.9 1.3 11.4 4.4 17.2 6.8 2.3-1.4 5.1-3.2 8-4.7 8.4-4.3 17.4-7 26.7-9 14.7-3.1 29.5-4.9 44.5-1.3v-.5c-.5-.4-1.2-.8-1.7-1.4zM316.7 397.6c-39.4-33-22.8-19.5-42.7-35.6-.8.9 0-.2-1.9 3-11.2 19.1-25.5 35.3-44 47.6-10.3 6.8-21.5 11.8-34.1 11.8-21.6 0-38.2-9.5-49.4-27.8-12-19.5-13.3-40.7-8.2-62.6 7.8-33.8 30.1-55.2 38.6-64.3-18.7-6.2-33 1.7-46.4 13.9.8-13.9 4.3-26.2 11.8-37.3-24.3 10.6-45.9 25-64.8 43.9-.3-5.8 5.4-43.7 5.6-44.7.3-2.7-.6-5.3-3-7.4-24.2 24.7-44.5 51.8-56.1 84.6 7.4-5.9 14.9-11.4 23.6-16.2-8.3 22.3-19.6 52.8-7.8 101.1 4.6 19 11.9 36.8 24.1 52.3 2.9 3.7 6.3 6.9 9.5 10.3.2-.2.4-.3.6-.5-1.4-7-2.2-14.1-1.5-21.9 2.2 3.2 3.9 6 5.9 8.6 12.6 16 28.7 27.4 47.2 35.6 25 11.3 51.1 13.3 77.9 8.6 54.9-9.7 90.7-48.6 116-98.8 1-1.8.6-2.9-.9-4.2zm172-46.4c-9.5-3.1-22.2-4.2-28.7-2.9 9.9 4 14.1 6.6 18.8 12 12.6 14.4 10.4 34.7-5.4 45.6-11.7 8.1-24.9 10.5-38.9 9.1-1.2-.1-2.3-.4-3-.6 2.8-3.7 6-7 8.1-10.8 9.4-16.8 5.4-42.1-8.7-56.1-2.1-2.1-4.6-3.9-7-5.9-.3 1.3-.1 2.1.1 2.8 4.2 16.6-8.1 32.4-24.8 31.8-7.6-.3-13.9-3.8-19.6-8.5-19.5-16.1-39.1-32.1-58.5-48.3-5.9-4.9-12.5-8.1-20.1-8.7-4.6-.4-9.3-.6-13.9-.9-5.9-.4-8.8-2.8-10.4-8.4-.9-3.4-1.5-6.8-2.2-10.2-1.5-8.1-6.2-13-14.3-14.2-4.4-.7-8.9-1-13.3-1.5-13-1.4-19.8-7.4-22.6-20.3-5 11-1.6 22.4 7.3 29.9 4.5 3.8 9.3 7.3 13.8 11.2 4.6 3.8 7.4 8.7 7.9 14.8.4 4.7.8 9.5 1.8 14.1 2.2 10.6 8.9 18.4 17 25.1 16.5 13.7 33 27.3 49.5 41.1 17.9 15 13.9 32.8 13 56-.9 22.9 12.2 42.9 33.5 51.2 1 .4 2 .6 3.6 1.1-15.7-18.2-10.1-44.1.7-52.3.3 2.2.4 4.3.9 6.4 9.4 44.1 45.4 64.2 85 56.9 16-2.9 30.6-8.9 42.9-19.8 2-1.8 3.7-4.1 5.9-6.5-19.3 4.6-35.8.1-50.9-10.6.7-.3 1.3-.3 1.9-.3 21.3 1.8 40.6-3.4 57-17.4 19.5-16.6 26.6-42.9 17.4-66-8.3-20.1-23.6-32.3-43.8-38.9zM99.4 179.3c-5.3-9.2-13.2-15.6-22.1-21.3 13.7-.5 26.6.2 39.6 3.7-7-12.2-8.5-24.7-5-38.7 5.3 11.9 13.7 20.1 23.6 26.8 19.7 13.2 35.7 19.6 46.7 30.2 3.4 3.3 6.3 7.1 9.6 10.9-.8-2.1-1.4-4.1-2.2-6-5-10.6-13-18.6-22.6-25-1.8-1.2-2.8-2.5-3.4-4.5-3.3-12.5-3-25.1-.7-37.6 1-5.5 2.8-10.9 4.5-16.3.8-2.4 2.3-4.6 4-6.6.6 6.9 0 25.5 19.6 46 10.8 11.3 22.4 21.9 33.9 32.7 9 8.5 18.3 16.7 25.5 26.8 1.1 1.6 2.2 3.3 3.8 4.7-5-13-14.2-24.1-24.2-33.8-9.6-9.3-19.4-18.4-29.2-27.4-3.3-3-4.6-6.7-5.1-10.9-1.2-10.4 0-20.6 4.3-30.2.5-1 1.1-2 1.9-3.3.5 4.2.6 7.9 1.4 11.6 4.8 23.1 20.4 36.3 49.3 63.5 10 9.4 19.3 19.2 25.6 31.6 4.8 9.3 7.3 19 5.7 29.6-.1.6.5 1.7 1.1 2 6.2 2.6 10 6.9 9.7 14.3 7.7-2.6 12.5-8 16.4-14.5 4.2 20.2-9.1 50.3-27.2 58.7.4-4.5 5-23.4-16.5-27.7-6.8-1.3-12.8-1.3-22.9-2.1 4.7-9 10.4-20.6.5-22.4-24.9-4.6-52.8 1.9-57.8 4.6 8.2.4 16.3 1 23.5 3.3-2 6.5-4 12.7-5.8 18.9-1.9 6.5 2.1 14.6 9.3 9.6 1.2-.9 2.3-1.9 3.3-2.7-3.1 17.9-2.9 15.9-2.8 18.3.3 10.2 9.5 7.8 15.7 7.3-2.5 11.8-29.5 27.3-45.4 25.8 7-4.7 12.7-10.3 15.9-17.9-6.5.8-12.9 1.6-19.2 2.4l-.3-.9c4.7-3.4 8-7.8 10.2-13.1 8.7-21.1-3.6-38-25-39.9-9.1-.8-17.8.8-25.9 5.5 6.2-15.6 17.2-26.6 32.6-34.5-15.2-4.3-8.9-2.7-24.6-6.3 14.6-9.3 30.2-13.2 46.5-14.6-5.2-3.2-48.1-3.6-70.2 20.9 7.9 1.4 15.5 2.8 23.2 4.2-23.8 7-44 19.7-62.4 35.6 1.1-4.8 2.7-9.5 3.3-14.3.6-4.5.8-9.2.1-13.6-1.5-9.4-8.9-15.1-19.7-16.3-7.9-.9-15.6.1-23.3 1.3-.9.1-1.7.3-2.9 0 15.8-14.8 36-21.7 53.1-33.5 6-4.5 6.8-8.2 3-14.9zm128.4 26.8c3.3 16 12.6 25.5 23.8 24.3-4.6-11.3-12.1-19.5-23.8-24.3z\"],\n \"d-and-d-beyond\": [640, 512, [], \"f6ca\", \"M313.8 241.5c13.8 0 21-10.1 24.8-17.9-1-1.1-5-4.2-7.4-6.6-2.4 4.3-8.2 10.7-13.9 10.7-10.2 0-15.4-14.7-3.2-26.6-.5-.2-4.3-1.8-8 2.4 0-3 1-5.1 2.1-6.6-3.5 1.3-9.8 5.6-11.4 7.9.2-5.8 1.6-7.5.6-9l-.2-.2s-8.5 5.6-9.3 14.7c0 0 1.1-1.6 2.1-1.9.6-.3 1.3 0 .6 1.9-.2.6-5.8 15.7 5.1 26-.6-1.6-1.9-7.6 2.4-1.9-.3.1 5.8 7.1 15.7 7.1zm52.4-21.1c0-4-4.9-4.4-5.6-4.5 2 3.9.9 7.5.2 9 2.5-.4 5.4-1.6 5.4-4.5zm10.3 5.2c0-6.4-6.2-11.4-13.5-10.7 8 1.3 5.6 13.8-5 11.4 3.7-2.6 3.2-9.9-1.3-12.5 1.4 4.2-3 8.2-7.4 4.6-2.4-1.9-8-6.6-10.6-8.6-2.4-2.1-5.5-1-6.6-1.8-1.3-1.1-.5-3.8-2.2-5-1.6-.8-3-.3-4.8-1-1.6-.6-2.7-1.9-2.6-3.5-2.5 4.4 3.4 6.3 4.5 8.5 1 1.9-.8 4.8 4 8.5 14.8 11.6 9.1 8 10.4 18.1.6 4.3 4.2 6.7 6.4 7.4-2.1-1.9-2.9-6.4 0-9.3 0 13.9 19.2 13.3 23.1 6.4-2.4 1.1-7-.2-9-1.9 7.7 1 14.2-4.1 14.6-10.6zm-39.4-18.4c2 .8 1.6.7 6.4 4.5 10.2-24.5 21.7-15.7 22-15.5 2.2-1.9 9.8-3.8 13.8-2.7-2.4-2.7-7.5-6.2-13.3-6.2-4.7 0-7.4 2.2-8 1.3-.8-1.4 3.2-3.4 3.2-3.4-5.4.2-9.6 6.7-11.2 5.9-1.1-.5 1.4-3.7 1.4-3.7-5.1 2.9-9.3 9.1-10.2 13 4.6-5.8 13.8-9.8 19.7-9-10.5.5-19.5 9.7-23.8 15.8zm242.5 51.9c-20.7 0-40 1.3-50.3 2.1l7.4 8.2v77.2l-7.4 8.2c10.4.8 30.9 2.1 51.6 2.1 42.1 0 59.1-20.7 59.1-48.9 0-29.3-23.2-48.9-60.4-48.9zm-15.1 75.6v-53.3c30.1-3.3 46.8 3.8 46.8 26.3 0 25.6-21.4 30.2-46.8 27zM301.6 181c-1-3.4-.2-6.9 1.1-9.4 1 3 2.6 6.4 7.5 9-.5-2.4-.2-5.6.5-8-1.4-5.4 2.1-9.9 6.4-9.9 6.9 0 8.5 8.8 4.7 14.4 2.1 3.2 5.5 5.6 7.7 7.8 3.2-3.7 5.5-9.5 5.5-13.8 0-8.2-5.5-15.9-16.7-16.5-20-.9-20.2 16.6-20 18.9.5 5.2 3.4 7.8 3.3 7.5zm-.4 6c-.5 1.8-7 3.7-10.2 6.9 4.8-1 7-.2 7.8 1.8.5 1.4-.2 3.4-.5 5.6 1.6-1.8 7-5.5 11-6.2-1-.3-3.4-.8-4.3-.8 2.9-3.4 9.3-4.5 12.8-3.7-2.2-.2-6.7 1.1-8.5 2.6 1.6.3 3 .6 4.3 1.1-2.1.8-4.8 3.4-5.8 6.1 7-5 13.1 5.2 7 8.2.8.2 2.7 0 3.5-.5-.3 1.1-1.9 3-3 3.4 2.9 0 7-1.9 8.2-4.6 0 0-1.8.6-2.6-.2s.3-4.3.3-4.3c-2.3 2.9-3.4-1.3-1.3-4.2-1-.3-3.5-.6-4.6-.5 3.2-1.1 10.4-1.8 11.2-.3.6 1.1-1 3.4-1 3.4 4-.5 8.3 1.1 6.7 5.1 2.9-1.4 5.5-5.9 4.8-10.4-.3 1-1.6 2.4-2.9 2.7.2-1.4-1-2.2-1.9-2.6 1.7-9.6-14.6-14.2-14.1-23.9-1 1.3-1.8 5-.8 7.1 2.7 3.2 8.7 6.7 10.1 12.2-2.6-6.4-15.1-11.4-14.6-20.2-1.6 1.6-2.6 7.8-1.3 11 2.4 1.4 4.5 3.8 4.8 6.1-2.2-5.1-11.4-6.1-13.9-12.2-.6 2.2-.3 5 1 6.7 0 0-2.2-.8-7-.6 1.7.6 5.1 3.5 4.8 5.2zm25.9 7.4c-2.7 0-3.5-2.1-4.2-4.3 3.3 1.3 4.2 4.3 4.2 4.3zm38.9 3.7l-1-.6c-1.1-1-2.9-1.4-4.7-1.4-2.9 0-5.8 1.3-7.5 3.4-.8.8-1.4 1.8-2.1 2.6v15.7c3.5 2.6 7.1-2.9 3-7.2 1.5.3 4.6 2.7 5.1 3.2 0 0 2.6-.5 5-.5 2.1 0 3.9.3 5.6 1.1V196c-1.1.5-2.2 1-2.7 1.4zM79.9 305.9c17.2-4.6 16.2-18 16.2-19.9 0-20.6-24.1-25-37-25H3l8.3 8.6v29.5H0l11.4 14.6V346L3 354.6c61.7 0 73.8 1.5 86.4-5.9 6.7-4 9.9-9.8 9.9-17.6 0-5.1 2.6-18.8-19.4-25.2zm-41.3-27.5c20 0 29.6-.8 29.6 9.1v3c0 12.1-19 8.8-29.6 8.8zm0 59.2V315c12.2 0 32.7-2.3 32.7 8.8v4.5h.2c0 11.2-12.5 9.3-32.9 9.3zm101.2-19.3l23.1.2v-.2l14.1-21.2h-37.2v-14.9h52.4l-14.1-21v-.2l-73.5.2 7.4 8.2v77.1l-7.4 8.2h81.2l14.1-21.2-60.1.2zm214.7-60.1c-73.9 0-77.5 99.3-.3 99.3 77.9 0 74.1-99.3.3-99.3zm-.3 77.5c-37.4 0-36.9-55.3.2-55.3 36.8.1 38.8 55.3-.2 55.3zm-91.3-8.3l44.1-66.2h-41.7l6.1 7.2-20.5 37.2h-.3l-21-37.2 6.4-7.2h-44.9l44.1 65.8.2 19.4-7.7 8.2h42.6l-7.2-8.2zm-28.4-151.3c1.6 1.3 2.9 2.4 2.9 6.6v38.8c0 4.2-.8 5.3-2.7 6.4-.1.1-7.5 4.5-7.9 4.6h35.1c10 0 17.4-1.5 26-8.6-.6-5 .2-9.5.8-12 0-.2-1.8 1.4-2.7 3.5 0-5.7 1.6-15.4 9.6-20.5-.1 0-3.7-.8-9 1.1 2-3.1 10-7.9 10.4-7.9-8.2-26-38-22.9-32.2-22.9-30.9 0-32.6.3-39.9-4 .1.8.5 8.2 9.6 14.9zm21.5 5.5c4.6 0 23.1-3.3 23.1 17.3 0 20.7-18.4 17.3-23.1 17.3zm228.9 79.6l7 8.3V312h-.3c-5.4-14.4-42.3-41.5-45.2-50.9h-31.6l7.4 8.5v76.9l-7.2 8.3h39l-7.4-8.2v-47.4h.3c3.7 10.6 44.5 42.9 48.5 55.6h21.3v-85.2l7.4-8.3zm-106.7-96.1c-32.2 0-32.8.2-39.9-4 .1.7.5 8.3 9.6 14.9 3.1 2 2.9 4.3 2.9 9.5 1.8-1.1 3.8-2.2 6.1-3-1.1 1.1-2.7 2.7-3.5 4.5 1-1.1 7.5-5.1 14.6-3.5-1.6.3-4 1.1-6.1 2.9.1 0 2.1-1.1 7.5-.3v-4.3c4.7 0 23.1-3.4 23.1 17.3 0 20.5-18.5 17.3-19.7 17.3 5.7 4.4 5.8 12 2.2 16.3h.3c33.4 0 36.7-27.3 36.7-34 0-3.8-1.1-32-33.8-33.6z\"],\n \"dailymotion\": [448, 512, [], \"f952\", \"M298.93,267a48.4,48.4,0,0,0-24.36-6.21q-19.83,0-33.44,13.27t-13.61,33.42q0,21.16,13.28,34.6t33.43,13.44q20.5,0,34.11-13.78T322,307.47A47.13,47.13,0,0,0,315.9,284,44.13,44.13,0,0,0,298.93,267ZM0,32V480H448V32ZM374.71,405.26h-53.1V381.37h-.67q-15.79,26.2-55.78,26.2-27.56,0-48.89-13.1a88.29,88.29,0,0,1-32.94-35.77q-11.6-22.68-11.59-50.89,0-27.56,11.76-50.22a89.9,89.9,0,0,1,32.93-35.78q21.18-13.09,47.72-13.1a80.87,80.87,0,0,1,29.74,5.21q13.28,5.21,25,17V153l55.79-12.09Z\"],\n \"dashcube\": [448, 512, [], \"f210\", \"M326.6 104H110.4c-51.1 0-91.2 43.3-91.2 93.5V427c0 50.5 40.1 85 91.2 85h227.2c51.1 0 91.2-34.5 91.2-85V0L326.6 104zM153.9 416.5c-17.7 0-32.4-15.1-32.4-32.8V240.8c0-17.7 14.7-32.5 32.4-32.5h140.7c17.7 0 32 14.8 32 32.5v123.5l51.1 52.3H153.9z\"],\n \"deezer\": [576, 512, [], \"f977\", \"M451.46,244.71H576V172H451.46Zm0-173.89v72.67H576V70.82Zm0,275.06H576V273.2H451.46ZM0,447.09H124.54V374.42H0Zm150.47,0H275V374.42H150.47Zm150.52,0H425.53V374.42H301Zm150.47,0H576V374.42H451.46ZM301,345.88H425.53V273.2H301Zm-150.52,0H275V273.2H150.47Zm0-101.17H275V172H150.47Z\"],\n \"delicious\": [448, 512, [], \"f1a5\", \"M446.5 68c-.4-1.5-.9-3-1.4-4.5-.9-2.5-2-4.8-3.3-7.1-1.4-2.4-3-4.8-4.7-6.9-2.1-2.5-4.4-4.8-6.9-6.8-1.1-.9-2.2-1.7-3.3-2.5-1.3-.9-2.6-1.7-4-2.4-1.8-1-3.6-1.8-5.5-2.5-1.7-.7-3.5-1.3-5.4-1.7-3.8-1-7.9-1.5-12-1.5H48C21.5 32 0 53.5 0 80v352c0 4.1.5 8.2 1.5 12 2 7.7 5.8 14.6 11 20.3 1 1.1 2.1 2.2 3.3 3.3 5.7 5.2 12.6 9 20.3 11 3.8 1 7.9 1.5 12 1.5h352c26.5 0 48-21.5 48-48V80c-.1-4.1-.6-8.2-1.6-12zM416 432c0 8.8-7.2 16-16 16H224V256H32V80c0-8.8 7.2-16 16-16h176v192h192z\"],\n \"deploydog\": [512, 512, [], \"f38e\", \"M382.2 136h51.7v239.6h-51.7v-20.7c-19.8 24.8-52.8 24.1-73.8 14.7-26.2-11.7-44.3-38.1-44.3-71.8 0-29.8 14.8-57.9 43.3-70.8 20.2-9.1 52.7-10.6 74.8 12.9V136zm-64.7 161.8c0 18.2 13.6 33.5 33.2 33.5 19.8 0 33.2-16.4 33.2-32.9 0-17.1-13.7-33.2-33.2-33.2-19.6 0-33.2 16.4-33.2 32.6zM188.5 136h51.7v239.6h-51.7v-20.7c-19.8 24.8-52.8 24.1-73.8 14.7-26.2-11.7-44.3-38.1-44.3-71.8 0-29.8 14.8-57.9 43.3-70.8 20.2-9.1 52.7-10.6 74.8 12.9V136zm-64.7 161.8c0 18.2 13.6 33.5 33.2 33.5 19.8 0 33.2-16.4 33.2-32.9 0-17.1-13.7-33.2-33.2-33.2-19.7 0-33.2 16.4-33.2 32.6zM448 96c17.5 0 32 14.4 32 32v256c0 17.5-14.4 32-32 32H64c-17.5 0-32-14.4-32-32V128c0-17.5 14.4-32 32-32h384m0-32H64C28.8 64 0 92.8 0 128v256c0 35.2 28.8 64 64 64h384c35.2 0 64-28.8 64-64V128c0-35.2-28.8-64-64-64z\"],\n \"deskpro\": [480, 512, [], \"f38f\", \"M205.9 512l31.1-38.4c12.3-.2 25.6-1.4 36.5-6.6 38.9-18.6 38.4-61.9 38.3-63.8-.1-5-.8-4.4-28.9-37.4H362c-.2 50.1-7.3 68.5-10.2 75.7-9.4 23.7-43.9 62.8-95.2 69.4-8.7 1.1-32.8 1.2-50.7 1.1zm200.4-167.7c38.6 0 58.5-13.6 73.7-30.9l-175.5-.3-17.4 31.3 119.2-.1zm-43.6-223.9v168.3h-73.5l-32.7 55.5H250c-52.3 0-58.1-56.5-58.3-58.9-1.2-13.2-21.3-11.6-20.1 1.8 1.4 15.8 8.8 40 26.4 57.1h-91c-25.5 0-110.8-26.8-107-114V16.9C0 .9 9.7.3 15 .1h82c.2 0 .3.1.5.1 4.3-.4 50.1-2.1 50.1 43.7 0 13.3 20.2 13.4 20.2 0 0-18.2-5.5-32.8-15.8-43.7h84.2c108.7-.4 126.5 79.4 126.5 120.2zm-132.5 56l64 29.3c13.3-45.5-42.2-71.7-64-29.3z\"],\n \"dev\": [448, 512, [], \"f6cc\", \"M120.12 208.29c-3.88-2.9-7.77-4.35-11.65-4.35H91.03v104.47h17.45c3.88 0 7.77-1.45 11.65-4.35 3.88-2.9 5.82-7.25 5.82-13.06v-69.65c-.01-5.8-1.96-10.16-5.83-13.06zM404.1 32H43.9C19.7 32 .06 51.59 0 75.8v360.4C.06 460.41 19.7 480 43.9 480h360.2c24.21 0 43.84-19.59 43.9-43.8V75.8c-.06-24.21-19.7-43.8-43.9-43.8zM154.2 291.19c0 18.81-11.61 47.31-48.36 47.25h-46.4V172.98h47.38c35.44 0 47.36 28.46 47.37 47.28l.01 70.93zm100.68-88.66H201.6v38.42h32.57v29.57H201.6v38.41h53.29v29.57h-62.18c-11.16.29-20.44-8.53-20.72-19.69V193.7c-.27-11.15 8.56-20.41 19.71-20.69h63.19l-.01 29.52zm103.64 115.29c-13.2 30.75-36.85 24.63-47.44 0l-38.53-144.8h32.57l29.71 113.72 29.57-113.72h32.58l-38.46 144.8z\"],\n \"deviantart\": [320, 512, [], \"f1bd\", \"M320 93.2l-98.2 179.1 7.4 9.5H320v127.7H159.1l-13.5 9.2-43.7 84c-.3 0-8.6 8.6-9.2 9.2H0v-93.2l93.2-179.4-7.4-9.2H0V102.5h156l13.5-9.2 43.7-84c.3 0 8.6-8.6 9.2-9.2H320v93.1z\"],\n \"dhl\": [640, 512, [], \"f790\", \"M238 301.2h58.7L319 271h-58.7L238 301.2zM0 282.9v6.4h81.8l4.7-6.4H0zM172.9 271c-8.7 0-6-3.6-4.6-5.5 2.8-3.8 7.6-10.4 10.4-14.1 2.8-3.7 2.8-5.9-2.8-5.9h-51l-41.1 55.8h100.1c33.1 0 51.5-22.5 57.2-30.3h-68.2zm317.5-6.9l39.3-53.4h-62.2l-39.3 53.4h62.2zM95.3 271H0v6.4h90.6l4.7-6.4zm111-26.6c-2.8 3.8-7.5 10.4-10.3 14.2-1.4 2-4.1 5.5 4.6 5.5h45.6s7.3-10 13.5-18.4c8.4-11.4.7-35-29.2-35H112.6l-20.4 27.8h111.4c5.6 0 5.5 2.2 2.7 5.9zM0 301.2h73.1l4.7-6.4H0v6.4zm323 0h58.7L404 271h-58.7c-.1 0-22.3 30.2-22.3 30.2zm222 .1h95v-6.4h-90.3l-4.7 6.4zm22.3-30.3l-4.7 6.4H640V271h-72.7zm-13.5 18.3H640v-6.4h-81.5l-4.7 6.4zm-164.2-78.6l-22.5 30.6h-26.2l22.5-30.6h-58.7l-39.3 53.4H409l39.3-53.4h-58.7zm33.5 60.3s-4.3 5.9-6.4 8.7c-7.4 10-.9 21.6 23.2 21.6h94.3l22.3-30.3H423.1z\"],\n \"diaspora\": [512, 512, [], \"f791\", \"M251.64 354.55c-1.4 0-88 119.9-88.7 119.9S76.34 414 76 413.25s86.6-125.7 86.6-127.4c0-2.2-129.6-44-137.6-47.1-1.3-.5 31.4-101.8 31.7-102.1.6-.7 144.4 47 145.5 47 .4 0 .9-.6 1-1.3.4-2 1-148.6 1.7-149.6.8-1.2 104.5-.7 105.1-.3 1.5 1 3.5 156.1 6.1 156.1 1.4 0 138.7-47 139.3-46.3.8.9 31.9 102.2 31.5 102.6-.9.9-140.2 47.1-140.6 48.8-.3 1.4 82.8 122.1 82.5 122.9s-85.5 63.5-86.3 63.5c-1-.2-89-125.5-90.9-125.5z\"],\n \"digg\": [512, 512, [], \"f1a6\", \"M81.7 172.3H0v174.4h132.7V96h-51v76.3zm0 133.4H50.9v-92.3h30.8v92.3zm297.2-133.4v174.4h81.8v28.5h-81.8V416H512V172.3H378.9zm81.8 133.4h-30.8v-92.3h30.8v92.3zm-235.6 41h82.1v28.5h-82.1V416h133.3V172.3H225.1v174.4zm51.2-133.3h30.8v92.3h-30.8v-92.3zM153.3 96h51.3v51h-51.3V96zm0 76.3h51.3v174.4h-51.3V172.3z\"],\n \"digital-ocean\": [512, 512, [], \"f391\", \"M87 481.8h73.7v-73.6H87zM25.4 346.6v61.6H87v-61.6zm466.2-169.7c-23-74.2-82.4-133.3-156.6-156.6C164.9-32.8 8 93.7 8 255.9h95.8c0-101.8 101-180.5 208.1-141.7 39.7 14.3 71.5 46.1 85.8 85.7 39.1 107-39.7 207.8-141.4 208v.3h-.3V504c162.6 0 288.8-156.8 235.6-327.1zm-235.3 231v-95.3h-95.6v95.6H256v-.3z\"],\n \"discord\": [448, 512, [], \"f392\", \"M297.216 243.2c0 15.616-11.52 28.416-26.112 28.416-14.336 0-26.112-12.8-26.112-28.416s11.52-28.416 26.112-28.416c14.592 0 26.112 12.8 26.112 28.416zm-119.552-28.416c-14.592 0-26.112 12.8-26.112 28.416s11.776 28.416 26.112 28.416c14.592 0 26.112-12.8 26.112-28.416.256-15.616-11.52-28.416-26.112-28.416zM448 52.736V512c-64.494-56.994-43.868-38.128-118.784-107.776l13.568 47.36H52.48C23.552 451.584 0 428.032 0 398.848V52.736C0 23.552 23.552 0 52.48 0h343.04C424.448 0 448 23.552 448 52.736zm-72.96 242.688c0-82.432-36.864-149.248-36.864-149.248-36.864-27.648-71.936-26.88-71.936-26.88l-3.584 4.096c43.52 13.312 63.744 32.512 63.744 32.512-60.811-33.329-132.244-33.335-191.232-7.424-9.472 4.352-15.104 7.424-15.104 7.424s21.248-20.224 67.328-33.536l-2.56-3.072s-35.072-.768-71.936 26.88c0 0-36.864 66.816-36.864 149.248 0 0 21.504 37.12 78.08 38.912 0 0 9.472-11.52 17.152-21.248-32.512-9.728-44.8-30.208-44.8-30.208 3.766 2.636 9.976 6.053 10.496 6.4 43.21 24.198 104.588 32.126 159.744 8.96 8.96-3.328 18.944-8.192 29.44-15.104 0 0-12.8 20.992-46.336 30.464 7.68 9.728 16.896 20.736 16.896 20.736 56.576-1.792 78.336-38.912 78.336-38.912z\"],\n \"discourse\": [448, 512, [], \"f393\", \"M225.9 32C103.3 32 0 130.5 0 252.1 0 256 .1 480 .1 480l225.8-.2c122.7 0 222.1-102.3 222.1-223.9C448 134.3 348.6 32 225.9 32zM224 384c-19.4 0-37.9-4.3-54.4-12.1L88.5 392l22.9-75c-9.8-18.1-15.4-38.9-15.4-61 0-70.7 57.3-128 128-128s128 57.3 128 128-57.3 128-128 128z\"],\n \"dochub\": [416, 512, [], \"f394\", \"M397.9 160H256V19.6L397.9 160zM304 192v130c0 66.8-36.5 100.1-113.3 100.1H96V84.8h94.7c12 0 23.1.8 33.1 2.5v-84C212.9 1.1 201.4 0 189.2 0H0v512h189.2C329.7 512 400 447.4 400 318.1V192h-96z\"],\n \"docker\": [640, 512, [], \"f395\", \"M349.9 236.3h-66.1v-59.4h66.1v59.4zm0-204.3h-66.1v60.7h66.1V32zm78.2 144.8H362v59.4h66.1v-59.4zm-156.3-72.1h-66.1v60.1h66.1v-60.1zm78.1 0h-66.1v60.1h66.1v-60.1zm276.8 100c-14.4-9.7-47.6-13.2-73.1-8.4-3.3-24-16.7-44.9-41.1-63.7l-14-9.3-9.3 14c-18.4 27.8-23.4 73.6-3.7 103.8-8.7 4.7-25.8 11.1-48.4 10.7H2.4c-8.7 50.8 5.8 116.8 44 162.1 37.1 43.9 92.7 66.2 165.4 66.2 157.4 0 273.9-72.5 328.4-204.2 21.4.4 67.6.1 91.3-45.2 1.5-2.5 6.6-13.2 8.5-17.1l-13.3-8.9zm-511.1-27.9h-66v59.4h66.1v-59.4zm78.1 0h-66.1v59.4h66.1v-59.4zm78.1 0h-66.1v59.4h66.1v-59.4zm-78.1-72.1h-66.1v60.1h66.1v-60.1z\"],\n \"draft2digital\": [480, 512, [], \"f396\", \"M480 398.1l-144-82.2v64.7h-91.3c30.8-35 81.8-95.9 111.8-149.3 35.2-62.6 16.1-123.4-12.8-153.3-4.4-4.6-62.2-62.9-166-41.2-59.1 12.4-89.4 43.4-104.3 67.3-13.1 20.9-17 39.8-18.2 47.7-5.5 33 19.4 67.1 56.7 67.1 31.7 0 57.3-25.7 57.3-57.4 0-27.1-19.7-52.1-48-56.8 1.8-7.3 17.7-21.1 26.3-24.7 41.1-17.3 78 5.2 83.3 33.5 8.3 44.3-37.1 90.4-69.7 127.6C84.5 328.1 18.3 396.8 0 415.9l336-.1V480zM369.9 371l47.1 27.2-47.1 27.2zM134.2 161.4c0 12.4-10 22.4-22.4 22.4s-22.4-10-22.4-22.4 10-22.4 22.4-22.4 22.4 10.1 22.4 22.4zM82.5 380.5c25.6-27.4 97.7-104.7 150.8-169.9 35.1-43.1 40.3-82.4 28.4-112.7-7.4-18.8-17.5-30.2-24.3-35.7 45.3 2.1 68 23.4 82.2 38.3 0 0 42.4 48.2 5.8 113.3-37 65.9-110.9 147.5-128.5 166.7z\"],\n \"dribbble\": [512, 512, [], \"f17d\", \"M256 8C119.252 8 8 119.252 8 256s111.252 248 248 248 248-111.252 248-248S392.748 8 256 8zm163.97 114.366c29.503 36.046 47.369 81.957 47.835 131.955-6.984-1.477-77.018-15.682-147.502-6.818-5.752-14.041-11.181-26.393-18.617-41.614 78.321-31.977 113.818-77.482 118.284-83.523zM396.421 97.87c-3.81 5.427-35.697 48.286-111.021 76.519-34.712-63.776-73.185-116.168-79.04-124.008 67.176-16.193 137.966 1.27 190.061 47.489zm-230.48-33.25c5.585 7.659 43.438 60.116 78.537 122.509-99.087 26.313-186.36 25.934-195.834 25.809C62.38 147.205 106.678 92.573 165.941 64.62zM44.17 256.323c0-2.166.043-4.322.108-6.473 9.268.19 111.92 1.513 217.706-30.146 6.064 11.868 11.857 23.915 17.174 35.949-76.599 21.575-146.194 83.527-180.531 142.306C64.794 360.405 44.17 310.73 44.17 256.323zm81.807 167.113c22.127-45.233 82.178-103.622 167.579-132.756 29.74 77.283 42.039 142.053 45.189 160.638-68.112 29.013-150.015 21.053-212.768-27.882zm248.38 8.489c-2.171-12.886-13.446-74.897-41.152-151.033 66.38-10.626 124.7 6.768 131.947 9.055-9.442 58.941-43.273 109.844-90.795 141.978z\"],\n \"dribbble-square\": [448, 512, [], \"f397\", \"M90.2 228.2c8.9-42.4 37.4-77.7 75.7-95.7 3.6 4.9 28 38.8 50.7 79-64 17-120.3 16.8-126.4 16.7zM314.6 154c-33.6-29.8-79.3-41.1-122.6-30.6 3.8 5.1 28.6 38.9 51 80 48.6-18.3 69.1-45.9 71.6-49.4zM140.1 364c40.5 31.6 93.3 36.7 137.3 18-2-12-10-53.8-29.2-103.6-55.1 18.8-93.8 56.4-108.1 85.6zm98.8-108.2c-3.4-7.8-7.2-15.5-11.1-23.2C159.6 253 93.4 252.2 87.4 252c0 1.4-.1 2.8-.1 4.2 0 35.1 13.3 67.1 35.1 91.4 22.2-37.9 67.1-77.9 116.5-91.8zm34.9 16.3c17.9 49.1 25.1 89.1 26.5 97.4 30.7-20.7 52.5-53.6 58.6-91.6-4.6-1.5-42.3-12.7-85.1-5.8zm-20.3-48.4c4.8 9.8 8.3 17.8 12 26.8 45.5-5.7 90.7 3.4 95.2 4.4-.3-32.3-11.8-61.9-30.9-85.1-2.9 3.9-25.8 33.2-76.3 53.9zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-64 176c0-88.2-71.8-160-160-160S64 167.8 64 256s71.8 160 160 160 160-71.8 160-160z\"],\n \"dropbox\": [528, 512, [], \"f16b\", \"M264.4 116.3l-132 84.3 132 84.3-132 84.3L0 284.1l132.3-84.3L0 116.3 132.3 32l132.1 84.3zM131.6 395.7l132-84.3 132 84.3-132 84.3-132-84.3zm132.8-111.6l132-84.3-132-83.6L395.7 32 528 116.3l-132.3 84.3L528 284.8l-132.3 84.3-131.3-85z\"],\n \"drupal\": [448, 512, [], \"f1a9\", \"M319.5 114.7c-22.2-14-43.5-19.5-64.7-33.5-13-8.8-31.3-30-46.5-48.3-2.7 29.3-11.5 41.2-22 49.5-21.3 17-34.8 22.2-53.5 32.3C117 123 32 181.5 32 290.5 32 399.7 123.8 480 225.8 480 327.5 480 416 406 416 294c0-112.3-83-171-96.5-179.3zm2.5 325.6c-20.1 20.1-90.1 28.7-116.7 4.2-4.8-4.8.3-12 6.5-12 0 0 17 13.3 51.5 13.3 27 0 46-7.7 54.5-14 6.1-4.6 8.4 4.3 4.2 8.5zm-54.5-52.6c8.7-3.6 29-3.8 36.8 1.3 4.1 2.8 16.1 18.8 6.2 23.7-8.4 4.2-1.2-15.7-26.5-15.7-14.7 0-19.5 5.2-26.7 11-7 6-9.8 8-12.2 4.7-6-8.2 15.9-22.3 22.4-25zM360 405c-15.2-1-45.5-48.8-65-49.5-30.9-.9-104.1 80.7-161.3 42-38.8-26.6-14.6-104.8 51.8-105.2 49.5-.5 83.8 49 108.5 48.5 21.3-.3 61.8-41.8 81.8-41.8 48.7 0 23.3 109.3-15.8 106z\"],\n \"dyalog\": [416, 512, [], \"f399\", \"M0 32v119.2h64V96h107.2C284.6 96 352 176.2 352 255.9 352 332 293.4 416 171.2 416H0v64h171.2C331.9 480 416 367.3 416 255.9c0-58.7-22.1-113.4-62.3-154.3C308.9 56 245.7 32 171.2 32H0z\"],\n \"earlybirds\": [480, 512, [], \"f39a\", \"M313.2 47.5c1.2-13 21.3-14 36.6-8.7.9.3 26.2 9.7 19 15.2-27.9-7.4-56.4 18.2-55.6-6.5zm-201 6.9c30.7-8.1 62 20 61.1-7.1-1.3-14.2-23.4-15.3-40.2-9.6-1 .3-28.7 10.5-20.9 16.7zM319.4 160c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zm-159.7 0c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zm318.5 163.2c-9.9 24-40.7 11-63.9-1.2-13.5 69.1-58.1 111.4-126.3 124.2.3.9-2-.1 24 1 33.6 1.4 63.8-3.1 97.4-8-19.8-13.8-11.4-37.1-9.8-38.1 1.4-.9 14.7 1.7 21.6 11.5 8.6-12.5 28.4-14.8 30.2-13.6 1.6 1.1 6.6 20.9-6.9 34.6 4.7-.9 8.2-1.6 9.8-2.1 2.6-.8 17.7 11.3 3.1 13.3-14.3 2.3-22.6 5.1-47.1 10.8-45.9 10.7-85.9 11.8-117.7 12.8l1 11.6c3.8 18.1-23.4 24.3-27.6 6.2.8 17.9-27.1 21.8-28.4-1l-.5 5.3c-.7 18.4-28.4 17.9-28.3-.6-7.5 13.5-28.1 6.8-26.4-8.5l1.2-12.4c-36.7.9-59.7 3.1-61.8 3.1-20.9 0-20.9-31.6 0-31.6 2.4 0 27.7 1.3 63.2 2.8-61.1-15.5-103.7-55-114.9-118.2-25 12.8-57.5 26.8-68.2.8-10.5-25.4 21.5-42.6 66.8-73.4.7-6.6 1.6-13.3 2.7-19.8-14.4-19.6-11.6-36.3-16.1-60.4-16.8 2.4-23.2-9.1-23.6-23.1.3-7.3 2.1-14.9 2.4-15.4 1.1-1.8 10.1-2 12.7-2.6 6-31.7 50.6-33.2 90.9-34.5 19.7-21.8 45.2-41.5 80.9-48.3C203.3 29 215.2 8.5 216.2 8c1.7-.8 21.2 4.3 26.3 23.2 5.2-8.8 18.3-11.4 19.6-10.7 1.1.6 6.4 15-4.9 25.9 40.3 3.5 72.2 24.7 96 50.7 36.1 1.5 71.8 5.9 77.1 34 2.7.6 11.6.8 12.7 2.6.3.5 2.1 8.1 2.4 15.4-.5 13.9-6.8 25.4-23.6 23.1-3.2 17.3-2.7 32.9-8.7 47.7 2.4 11.7 4 23.8 4.8 36.4 37 25.4 70.3 42.5 60.3 66.9zM207.4 159.9c.9-44-37.9-42.2-78.6-40.3-21.7 1-38.9 1.9-45.5 13.9-11.4 20.9 5.9 92.9 23.2 101.2 9.8 4.7 73.4 7.9 86.3-7.1 8.2-9.4 15-49.4 14.6-67.7zm52 58.3c-4.3-12.4-6-30.1-15.3-32.7-2-.5-9-.5-11 0-10 2.8-10.8 22.1-17 37.2 15.4 0 19.3 9.7 23.7 9.7 4.3 0 6.3-11.3 19.6-14.2zm135.7-84.7c-6.6-12.1-24.8-12.9-46.5-13.9-40.2-1.9-78.2-3.8-77.3 40.3-.5 18.3 5 58.3 13.2 67.8 13 14.9 76.6 11.8 86.3 7.1 15.8-7.6 36.5-78.9 24.3-101.3z\"],\n \"ebay\": [640, 512, [], \"f4f4\", \"M606 189.5l-54.8 109.9-54.9-109.9h-37.5l10.9 20.6c-11.5-19-35.9-26-63.3-26-31.8 0-67.9 8.7-71.5 43.1h33.7c1.4-13.8 15.7-21.8 35-21.8 26 0 41 9.6 41 33v3.4c-12.7 0-28 .1-41.7.4-42.4.9-69.6 10-76.7 34.4 1-5.2 1.5-10.6 1.5-16.2 0-52.1-39.7-76.2-75.4-76.2-21.3 0-43 5.5-58.7 24.2v-80.6h-32.1v169.5c0 10.3-.6 22.9-1.1 33.1h31.5c.7-6.3 1.1-12.9 1.1-19.5 13.6 16.6 35.4 24.9 58.7 24.9 36.9 0 64.9-21.9 73.3-54.2-.5 2.8-.7 5.8-.7 9 0 24.1 21.1 45 60.6 45 26.6 0 45.8-5.7 61.9-25.5 0 6.6.3 13.3 1.1 20.2h29.8c-.7-8.2-1-17.5-1-26.8v-65.6c0-9.3-1.7-17.2-4.8-23.8l61.5 116.1-28.5 54.1h35.9L640 189.5zM243.7 313.8c-29.6 0-50.2-21.5-50.2-53.8 0-32.4 20.6-53.8 50.2-53.8 29.8 0 50.2 21.4 50.2 53.8 0 32.3-20.4 53.8-50.2 53.8zm200.9-47.3c0 30-17.9 48.4-51.6 48.4-25.1 0-35-13.4-35-25.8 0-19.1 18.1-24.4 47.2-25.3 13.1-.5 27.6-.6 39.4-.6zm-411.9 1.6h128.8v-8.5c0-51.7-33.1-75.4-78.4-75.4-56.8 0-83 30.8-83 77.6 0 42.5 25.3 74 82.5 74 31.4 0 68-11.7 74.4-46.1h-33.1c-12 35.8-87.7 36.7-91.2-21.6zm95-21.4H33.3c6.9-56.6 92.1-54.7 94.4 0z\"],\n \"edge\": [512, 512, [], \"f282\", \"M481.92,134.48C440.87,54.18,352.26,8,255.91,8,137.05,8,37.51,91.68,13.47,203.66c26-46.49,86.22-79.14,149.46-79.14,79.27,0,121.09,48.93,122.25,50.18,22,23.8,33,50.39,33,83.1,0,10.4-5.31,25.82-15.11,38.57-1.57,2-6.39,4.84-6.39,11,0,5.06,3.29,9.92,9.14,14,27.86,19.37,80.37,16.81,80.51,16.81A115.39,115.39,0,0,0,444.94,322a118.92,118.92,0,0,0,58.95-102.44C504.39,176.13,488.39,147.26,481.92,134.48ZM212.77,475.67a154.88,154.88,0,0,1-46.64-45c-32.94-47.42-34.24-95.6-20.1-136A155.5,155.5,0,0,1,203,215.75c59-45.2,94.84-5.65,99.06-1a80,80,0,0,0-4.89-10.14c-9.24-15.93-24-36.41-56.56-53.51-33.72-17.69-70.59-18.59-77.64-18.59-38.71,0-77.9,13-107.53,35.69C35.68,183.3,12.77,208.72,8.6,243c-1.08,12.31-2.75,62.8,23,118.27a248,248,0,0,0,248.3,141.61C241.78,496.26,214.05,476.24,212.77,475.67Zm250.72-98.33a7.76,7.76,0,0,0-7.92-.23,181.66,181.66,0,0,1-20.41,9.12,197.54,197.54,0,0,1-69.55,12.52c-91.67,0-171.52-63.06-171.52-144A61.12,61.12,0,0,1,200.61,228,168.72,168.72,0,0,0,161.85,278c-14.92,29.37-33,88.13,13.33,151.66,6.51,8.91,23,30,56,47.67,23.57,12.65,49,19.61,71.7,19.61,35.14,0,115.43-33.44,163-108.87A7.75,7.75,0,0,0,463.49,377.34Z\"],\n \"edge-legacy\": [512, 512, [], \"f978\", \"M25.71,228.16l.35-.48c0,.16,0,.32-.07.48Zm460.58,15.51c0-44-7.76-84.46-28.81-122.4C416.5,47.88,343.91,8,258.89,8,119,7.72,40.62,113.21,26.06,227.68c42.42-61.31,117.07-121.38,220.37-125,0,0,109.67,0,99.42,105H170c6.37-37.39,18.55-59,34.34-78.93-75.05,34.9-121.85,96.1-120.75,188.32.83,71.45,50.13,144.84,120.75,172,83.35,31.84,192.77,7.2,240.13-21.33V363.31C363.6,419.8,173.6,424.23,172.21,295.74H486.29V243.67Z\"],\n \"elementor\": [448, 512, [], \"f430\", \"M425.6 32H22.4C10 32 0 42 0 54.4v403.2C0 470 10 480 22.4 480h403.2c12.4 0 22.4-10 22.4-22.4V54.4C448 42 438 32 425.6 32M164.3 355.5h-39.8v-199h39.8v199zm159.3 0H204.1v-39.8h119.5v39.8zm0-79.6H204.1v-39.8h119.5v39.8zm0-79.7H204.1v-39.8h119.5v39.8z\"],\n \"ello\": [496, 512, [], \"f5f1\", \"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm143.84 285.2C375.31 358.51 315.79 404.8 248 404.8s-127.31-46.29-143.84-111.6c-1.65-7.44 2.48-15.71 9.92-17.36 7.44-1.65 15.71 2.48 17.36 9.92 14.05 52.91 62 90.11 116.56 90.11s102.51-37.2 116.56-90.11c1.65-7.44 9.92-12.4 17.36-9.92 7.44 1.65 12.4 9.92 9.92 17.36z\"],\n \"ember\": [640, 512, [], \"f423\", \"M639.9 254.6c-1.1-10.7-10.7-6.8-10.7-6.8s-15.6 12.1-29.3 10.7c-13.7-1.3-9.4-32-9.4-32s3-28.1-5.1-30.4c-8.1-2.4-18 7.3-18 7.3s-12.4 13.7-18.3 31.2l-1.6.5s1.9-30.6-.3-37.6c-1.6-3.5-16.4-3.2-18.8 3s-14.2 49.2-15 67.2c0 0-23.1 19.6-43.3 22.8s-25-9.4-25-9.4 54.8-15.3 52.9-59.1-44.2-27.6-49-24c-4.6 3.5-29.4 18.4-36.6 59.7-.2 1.4-.7 7.5-.7 7.5s-21.2 14.2-33 18c0 0 33-55.6-7.3-80.9-11.4-6.8-21.3-.5-27.2 5.3 13.6-17.3 46.4-64.2 36.9-105.2-5.8-24.4-18-27.1-29.2-23.1-17 6.7-23.5 16.7-23.5 16.7s-22 32-27.1 79.5-12.6 105.1-12.6 105.1-10.5 10.2-20.2 10.7-5.4-28.7-5.4-28.7 7.5-44.6 7-52.1-1.1-11.6-9.9-14.2c-8.9-2.7-18.5 8.6-18.5 8.6s-25.5 38.7-27.7 44.6l-1.3 2.4-1.3-1.6s18-52.7.8-53.5-28.5 18.8-28.5 18.8-19.6 32.8-20.4 36.5l-1.3-1.6s8.1-38.2 6.4-47.6c-1.6-9.4-10.5-7.5-10.5-7.5s-11.3-1.3-14.2 5.9-13.7 55.3-15 70.7c0 0-28.2 20.2-46.8 20.4-18.5.3-16.7-11.8-16.7-11.8s68-23.3 49.4-69.2c-8.3-11.8-18-15.5-31.7-15.3-13.7.3-30.3 8.6-41.3 33.3-5.3 11.8-6.8 23-7.8 31.5 0 0-12.3 2.4-18.8-2.9s-10 0-10 0-11.2 14-.1 18.3 28.1 6.1 28.1 6.1c1.6 7.5 6.2 19.5 19.6 29.7 20.2 15.3 58.8-1.3 58.8-1.3l15.9-8.8s.5 14.6 12.1 16.7 16.4 1 36.5-47.9c11.8-25 12.6-23.6 12.6-23.6l1.3-.3s-9.1 46.8-5.6 59.7C187.7 319.4 203 318 203 318s8.3 2.4 15-21.2 19.6-49.9 19.6-49.9h1.6s-5.6 48.1 3 63.7 30.9 5.3 30.9 5.3 15.6-7.8 18-10.2c0 0 18.5 15.8 44.6 12.9 58.3-11.5 79.1-25.9 79.1-25.9s10 24.4 41.1 26.7c35.5 2.7 54.8-18.6 54.8-18.6s-.3 13.5 12.1 18.6 20.7-22.8 20.7-22.8l20.7-57.2h1.9s1.1 37.3 21.5 43.2 47-13.7 47-13.7 6.4-3.5 5.3-14.3zm-578 5.3c.8-32 21.8-45.9 29-39 7.3 7 4.6 22-9.1 31.4-13.7 9.5-19.9 7.6-19.9 7.6zm272.8-123.8s19.1-49.7 23.6-25.5-40 96.2-40 96.2c.5-16.2 16.4-70.7 16.4-70.7zm22.8 138.4c-12.6 33-43.3 19.6-43.3 19.6s-3.5-11.8 6.4-44.9 33.3-20.2 33.3-20.2 16.2 12.4 3.6 45.5zm84.6-14.6s-3-10.5 8.1-30.6c11-20.2 19.6-9.1 19.6-9.1s9.4 10.2-1.3 25.5-26.4 14.2-26.4 14.2z\"],\n \"empire\": [496, 512, [], \"f1d1\", \"M287.6 54.2c-10.8-2.2-22.1-3.3-33.5-3.6V32.4c78.1 2.2 146.1 44 184.6 106.6l-15.8 9.1c-6.1-9.7-12.7-18.8-20.2-27.1l-18 15.5c-26-29.6-61.4-50.7-101.9-58.4l4.8-23.9zM53.4 322.4l23-7.7c-6.4-18.3-10-38.2-10-58.7s3.3-40.4 9.7-58.7l-22.7-7.7c3.6-10.8 8.3-21.3 13.6-31l-15.8-9.1C34 181 24.1 217.5 24.1 256s10 75 27.1 106.6l15.8-9.1c-5.3-10-9.7-20.3-13.6-31.1zM213.1 434c-40.4-8-75.8-29.1-101.9-58.7l-18 15.8c-7.5-8.6-14.4-17.7-20.2-27.4l-16 9.4c38.5 62.3 106.8 104.3 184.9 106.6v-18.3c-11.3-.3-22.7-1.7-33.5-3.6l4.7-23.8zM93.3 120.9l18 15.5c26-29.6 61.4-50.7 101.9-58.4l-4.7-23.8c10.8-2.2 22.1-3.3 33.5-3.6V32.4C163.9 34.6 95.9 76.4 57.4 139l15.8 9.1c6-9.7 12.6-18.9 20.1-27.2zm309.4 270.2l-18-15.8c-26 29.6-61.4 50.7-101.9 58.7l4.7 23.8c-10.8 1.9-22.1 3.3-33.5 3.6v18.3c78.1-2.2 146.4-44.3 184.9-106.6l-16.1-9.4c-5.7 9.7-12.6 18.8-20.1 27.4zM496 256c0 137-111 248-248 248S0 393 0 256 111 8 248 8s248 111 248 248zm-12.2 0c0-130.1-105.7-235.8-235.8-235.8S12.2 125.9 12.2 256 117.9 491.8 248 491.8 483.8 386.1 483.8 256zm-39-106.6l-15.8 9.1c5.3 9.7 10 20.2 13.6 31l-22.7 7.7c6.4 18.3 9.7 38.2 9.7 58.7s-3.6 40.4-10 58.7l23 7.7c-3.9 10.8-8.3 21-13.6 31l15.8 9.1C462 331 471.9 294.5 471.9 256s-9.9-75-27.1-106.6zm-183 177.7c16.3-3.3 30.4-11.6 40.7-23.5l51.2 44.8c11.9-13.6 21.3-29.3 27.1-46.8l-64.2-22.1c2.5-7.5 3.9-15.2 3.9-23.5s-1.4-16.1-3.9-23.5l64.5-22.1c-6.1-17.4-15.5-33.2-27.4-46.8l-51.2 44.8c-10.2-11.9-24.4-20.5-40.7-23.8l13.3-66.4c-8.6-1.9-17.7-2.8-27.1-2.8-9.4 0-18.5.8-27.1 2.8l13.3 66.4c-16.3 3.3-30.4 11.9-40.7 23.8l-51.2-44.8c-11.9 13.6-21.3 29.3-27.4 46.8l64.5 22.1c-2.5 7.5-3.9 15.2-3.9 23.5s1.4 16.1 3.9 23.5l-64.2 22.1c5.8 17.4 15.2 33.2 27.1 46.8l51.2-44.8c10.2 11.9 24.4 20.2 40.7 23.5l-13.3 66.7c8.6 1.7 17.7 2.8 27.1 2.8 9.4 0 18.5-1.1 27.1-2.8l-13.3-66.7z\"],\n \"envira\": [448, 512, [], \"f299\", \"M0 32c477.6 0 366.6 317.3 367.1 366.3L448 480h-26l-70.4-71.2c-39 4.2-124.4 34.5-214.4-37C47 300.3 52 214.7 0 32zm79.7 46c-49.7-23.5-5.2 9.2-5.2 9.2 45.2 31.2 66 73.7 90.2 119.9 31.5 60.2 79 139.7 144.2 167.7 65 28 34.2 12.5 6-8.5-28.2-21.2-68.2-87-91-130.2-31.7-60-61-118.6-144.2-158.1z\"],\n \"erlang\": [640, 512, [], \"f39d\", \"M87.2 53.5H0v405h100.4c-49.7-52.6-78.8-125.3-78.7-212.1-.1-76.7 24-142.7 65.5-192.9zm238.2 9.7c-45.9.1-85.1 33.5-89.2 83.2h169.9c-1.1-49.7-34.5-83.1-80.7-83.2zm230.7-9.6h.3l-.1-.1zm.3 0c31.4 42.7 48.7 97.5 46.2 162.7.5 6 .5 11.7 0 24.1H230.2c-.2 109.7 38.9 194.9 138.6 195.3 68.5-.3 118-51 151.9-106.1l96.4 48.2c-17.4 30.9-36.5 57.8-57.9 80.8H640v-405z\"],\n \"ethereum\": [320, 512, [], \"f42e\", \"M311.9 260.8L160 353.6 8 260.8 160 0l151.9 260.8zM160 383.4L8 290.6 160 512l152-221.4-152 92.8z\"],\n \"etsy\": [384, 512, [], \"f2d7\", \"M384 348c-1.75 10.75-13.75 110-15.5 132-117.879-4.299-219.895-4.743-368.5 0v-25.5c45.457-8.948 60.627-8.019 61-35.25 1.793-72.322 3.524-244.143 0-322-1.029-28.46-12.13-26.765-61-36v-25.5c73.886 2.358 255.933 8.551 362.999-3.75-3.5 38.25-7.75 126.5-7.75 126.5H332C320.947 115.665 313.241 68 277.25 68h-137c-10.25 0-10.75 3.5-10.75 9.75V241.5c58 .5 88.5-2.5 88.5-2.5 29.77-.951 27.56-8.502 40.75-65.251h25.75c-4.407 101.351-3.91 61.829-1.75 160.25H257c-9.155-40.086-9.065-61.045-39.501-61.5 0 0-21.5-2-88-2v139c0 26 14.25 38.25 44.25 38.25H263c63.636 0 66.564-24.996 98.751-99.75H384z\"],\n \"evernote\": [384, 512, [], \"f839\", \"M120.82 132.21c1.6 22.31-17.55 21.59-21.61 21.59-68.93 0-73.64-1-83.58 3.34-.56.22-.74 0-.37-.37L123.79 46.45c.38-.37.6-.22.38.37-4.35 9.99-3.35 15.09-3.35 85.39zm79 308c-14.68-37.08 13-76.93 52.52-76.62 17.49 0 22.6 23.21 7.95 31.42-6.19 3.3-24.95 1.74-25.14 19.2-.05 17.09 19.67 25 31.2 24.89A45.64 45.64 0 0 0 312 393.45v-.08c0-11.63-7.79-47.22-47.54-55.34-7.72-1.54-65-6.35-68.35-50.52-3.74 16.93-17.4 63.49-43.11 69.09-8.74 1.94-69.68 7.64-112.92-36.77 0 0-18.57-15.23-28.23-57.95-3.38-15.75-9.28-39.7-11.14-62 0-18 11.14-30.45 25.07-32.2 81 0 90 2.32 101-7.8 9.82-9.24 7.8-15.5 7.8-102.78 1-8.3 7.79-30.81 53.41-24.14 6 .86 31.91 4.18 37.48 30.64l64.26 11.15c20.43 3.71 70.94 7 80.6 57.94 22.66 121.09 8.91 238.46 7.8 238.46C362.15 485.53 267.06 480 267.06 480c-18.95-.23-54.25-9.4-67.27-39.83zm80.94-204.84c-1 1.92-2.2 6 .85 7 14.09 4.93 39.75 6.84 45.88 5.53 3.11-.25 3.05-4.43 2.48-6.65-3.53-21.85-40.83-26.5-49.24-5.92z\"],\n \"expeditedssl\": [496, 512, [], \"f23e\", \"M248 43.4C130.6 43.4 35.4 138.6 35.4 256S130.6 468.6 248 468.6 460.6 373.4 460.6 256 365.4 43.4 248 43.4zm-97.4 132.9c0-53.7 43.7-97.4 97.4-97.4s97.4 43.7 97.4 97.4v26.6c0 5-3.9 8.9-8.9 8.9h-17.7c-5 0-8.9-3.9-8.9-8.9v-26.6c0-82.1-124-82.1-124 0v26.6c0 5-3.9 8.9-8.9 8.9h-17.7c-5 0-8.9-3.9-8.9-8.9v-26.6zM389.7 380c0 9.7-8 17.7-17.7 17.7H124c-9.7 0-17.7-8-17.7-17.7V238.3c0-9.7 8-17.7 17.7-17.7h248c9.7 0 17.7 8 17.7 17.7V380zm-248-137.3v132.9c0 2.5-1.9 4.4-4.4 4.4h-8.9c-2.5 0-4.4-1.9-4.4-4.4V242.7c0-2.5 1.9-4.4 4.4-4.4h8.9c2.5 0 4.4 1.9 4.4 4.4zm141.7 48.7c0 13-7.2 24.4-17.7 30.4v31.6c0 5-3.9 8.9-8.9 8.9h-17.7c-5 0-8.9-3.9-8.9-8.9v-31.6c-10.5-6.1-17.7-17.4-17.7-30.4 0-19.7 15.8-35.4 35.4-35.4s35.5 15.8 35.5 35.4zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 478.3C121 486.3 17.7 383 17.7 256S121 25.7 248 25.7 478.3 129 478.3 256 375 486.3 248 486.3z\"],\n \"facebook\": [512, 512, [], \"f09a\", \"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"],\n \"facebook-f\": [320, 512, [], \"f39e\", \"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"],\n \"facebook-messenger\": [512, 512, [], \"f39f\", \"M256.55 8C116.52 8 8 110.34 8 248.57c0 72.3 29.71 134.78 78.07 177.94 8.35 7.51 6.63 11.86 8.05 58.23A19.92 19.92 0 0 0 122 502.31c52.91-23.3 53.59-25.14 62.56-22.7C337.85 521.8 504 423.7 504 248.57 504 110.34 396.59 8 256.55 8zm149.24 185.13l-73 115.57a37.37 37.37 0 0 1-53.91 9.93l-58.08-43.47a15 15 0 0 0-18 0l-78.37 59.44c-10.46 7.93-24.16-4.6-17.11-15.67l73-115.57a37.36 37.36 0 0 1 53.91-9.93l58.06 43.46a15 15 0 0 0 18 0l78.41-59.38c10.44-7.98 24.14 4.54 17.09 15.62z\"],\n \"facebook-square\": [448, 512, [], \"f082\", \"M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z\"],\n \"fantasy-flight-games\": [512, 512, [], \"f6dc\", \"M256 32.86L32.86 256 256 479.14 479.14 256 256 32.86zM88.34 255.83c1.96-2 11.92-12.3 96.49-97.48 41.45-41.75 86.19-43.77 119.77-18.69 24.63 18.4 62.06 58.9 62.15 59 .68.74 1.07 2.86.58 3.38-11.27 11.84-22.68 23.54-33.5 34.69-34.21-32.31-40.52-38.24-48.51-43.95-17.77-12.69-41.4-10.13-56.98 5.1-2.17 2.13-1.79 3.43.12 5.35 2.94 2.95 28.1 28.33 35.09 35.78-11.95 11.6-23.66 22.97-35.69 34.66-12.02-12.54-24.48-25.53-36.54-38.11-21.39 21.09-41.69 41.11-61.85 60.99a42569.01 42569.01 0 0 1-41.13-40.72zm234.82 101.6c-35.49 35.43-78.09 38.14-106.99 20.47-22.08-13.5-39.38-32.08-72.93-66.84 12.05-12.37 23.79-24.42 35.37-36.31 33.02 31.91 37.06 36.01 44.68 42.09 18.48 14.74 42.52 13.67 59.32-1.8 3.68-3.39 3.69-3.64.14-7.24-10.59-10.73-21.19-21.44-31.77-32.18-1.32-1.34-3.03-2.48-.8-4.69 10.79-10.71 21.48-21.52 32.21-32.29.26-.26.65-.38 1.91-1.07 12.37 12.87 24.92 25.92 37.25 38.75 21.01-20.73 41.24-40.68 61.25-60.42 13.68 13.4 27.13 26.58 40.86 40.03-20.17 20.86-81.68 82.71-100.5 101.5zM256 0L0 256l256 256 256-256L256 0zM16 256L256 16l240 240-240 240L16 256z\"],\n \"fedex\": [640, 512, [], \"f797\", \"M586 284.5l53.3-59.9h-62.4l-21.7 24.8-22.5-24.8H414v-16h56.1v-48.1H318.9V236h-.5c-9.6-11-21.5-14.8-35.4-14.8-28.4 0-49.8 19.4-57.3 44.9-18-59.4-97.4-57.6-121.9-14v-24.2H49v-26.2h60v-41.1H0V345h49v-77.5h48.9c-1.5 5.7-2.3 11.8-2.3 18.2 0 73.1 102.6 91.4 130.2 23.7h-42c-14.7 20.9-45.8 8.9-45.8-14.6h85.5c3.7 30.5 27.4 56.9 60.1 56.9 14.1 0 27-6.9 34.9-18.6h.5V345h212.2l22.1-25 22.3 25H640l-54-60.5zm-446.7-16.6c6.1-26.3 41.7-25.6 46.5 0h-46.5zm153.4 48.9c-34.6 0-34-62.8 0-62.8 32.6 0 34.5 62.8 0 62.8zm167.8 19.1h-94.4V169.4h95v30.2H405v33.9h55.5v28.1h-56.1v44.7h56.1v29.6zm-45.9-39.8v-24.4h56.1v-44l50.7 57-50.7 57v-45.6h-56.1zm138.6 10.3l-26.1 29.5H489l45.6-51.2-45.6-51.2h39.7l26.6 29.3 25.6-29.3h38.5l-45.4 51 46 51.4h-40.5l-26.3-29.5z\"],\n \"fedora\": [448, 512, [], \"f798\", \"M225 32C101.3 31.7.8 131.7.4 255.4L0 425.7a53.6 53.6 0 0 0 53.6 53.9l170.2.4c123.7.3 224.3-99.7 224.6-223.4S348.7 32.3 225 32zm169.8 157.2L333 126.6c2.3-4.7 3.8-9.2 3.8-14.3v-1.6l55.2 56.1a101 101 0 0 1 2.8 22.4zM331 94.3a106.06 106.06 0 0 1 58.5 63.8l-54.3-54.6a26.48 26.48 0 0 0-4.2-9.2zM118.1 247.2a49.66 49.66 0 0 0-7.7 11.4l-8.5-8.5a85.78 85.78 0 0 1 16.2-2.9zM97 251.4l11.8 11.9-.9 8a34.74 34.74 0 0 0 2.4 12.5l-27-27.2a80.6 80.6 0 0 1 13.7-5.2zm-18.2 7.4l38.2 38.4a53.17 53.17 0 0 0-14.1 4.7L67.6 266a107 107 0 0 1 11.2-7.2zm-15.2 9.8l35.3 35.5a67.25 67.25 0 0 0-10.5 8.5L53.5 278a64.33 64.33 0 0 1 10.1-9.4zm-13.3 12.3l34.9 35a56.84 56.84 0 0 0-7.7 11.4l-35.8-35.9c2.8-3.8 5.7-7.2 8.6-10.5zm-11 14.3l36.4 36.6a48.29 48.29 0 0 0-3.6 15.2l-39.5-39.8a99.81 99.81 0 0 1 6.7-12zm-8.8 16.3l41.3 41.8a63.47 63.47 0 0 0 6.7 26.2L25.8 326c1.4-4.9 2.9-9.6 4.7-14.5zm-7.9 43l61.9 62.2a31.24 31.24 0 0 0-3.6 14.3v1.1l-55.4-55.7a88.27 88.27 0 0 1-2.9-21.9zm5.3 30.7l54.3 54.6a28.44 28.44 0 0 0 4.2 9.2 106.32 106.32 0 0 1-58.5-63.8zm-5.3-37a80.69 80.69 0 0 1 2.1-17l72.2 72.5a37.59 37.59 0 0 0-9.9 8.7zm253.3-51.8l-42.6-.1-.1 56c-.2 69.3-64.4 115.8-125.7 102.9-5.7 0-19.9-8.7-19.9-24.2a24.89 24.89 0 0 1 24.5-24.6c6.3 0 6.3 1.6 15.7 1.6a55.91 55.91 0 0 0 56.1-55.9l.1-47c0-4.5-4.5-9-8.9-9l-33.6-.1c-32.6-.1-32.5-49.4.1-49.3l42.6.1.1-56a105.18 105.18 0 0 1 105.6-105 86.35 86.35 0 0 1 20.2 2.3c11.2 1.8 19.9 11.9 19.9 24 0 15.5-14.9 27.8-30.3 23.9-27.4-5.9-65.9 14.4-66 54.9l-.1 47a8.94 8.94 0 0 0 8.9 9l33.6.1c32.5.2 32.4 49.5-.2 49.4zm23.5-.3a35.58 35.58 0 0 0 7.6-11.4l8.5 8.5a102 102 0 0 1-16.1 2.9zm21-4.2L308.6 280l.9-8.1a34.74 34.74 0 0 0-2.4-12.5l27 27.2a74.89 74.89 0 0 1-13.7 5.3zm18-7.4l-38-38.4c4.9-1.1 9.6-2.4 13.7-4.7l36.2 35.9c-3.8 2.5-7.9 5-11.9 7.2zm15.5-9.8l-35.3-35.5a61.06 61.06 0 0 0 10.5-8.5l34.9 35a124.56 124.56 0 0 1-10.1 9zm13.2-12.3l-34.9-35a63.18 63.18 0 0 0 7.7-11.4l35.8 35.9a130.28 130.28 0 0 1-8.6 10.5zm11-14.3l-36.4-36.6a48.29 48.29 0 0 0 3.6-15.2l39.5 39.8a87.72 87.72 0 0 1-6.7 12zm13.5-30.9a140.63 140.63 0 0 1-4.7 14.3L345.6 190a58.19 58.19 0 0 0-7.1-26.2zm1-5.6l-71.9-72.1a32 32 0 0 0 9.9-9.2l64.3 64.7a90.93 90.93 0 0 1-2.3 16.6z\"],\n \"figma\": [384, 512, [], \"f799\", \"M277 170.7A85.35 85.35 0 0 0 277 0H106.3a85.3 85.3 0 0 0 0 170.6 85.35 85.35 0 0 0 0 170.7 85.35 85.35 0 1 0 85.3 85.4v-256zm0 0a85.3 85.3 0 1 0 85.3 85.3 85.31 85.31 0 0 0-85.3-85.3z\"],\n \"firefox\": [512, 512, [], \"f269\", \"M503.52,241.48c-.12-1.56-.24-3.12-.24-4.68v-.12l-.36-4.68v-.12a245.86,245.86,0,0,0-7.32-41.15c0-.12,0-.12-.12-.24l-1.08-4c-.12-.24-.12-.48-.24-.6-.36-1.2-.72-2.52-1.08-3.72-.12-.24-.12-.6-.24-.84-.36-1.2-.72-2.4-1.08-3.48-.12-.36-.24-.6-.36-1-.36-1.2-.72-2.28-1.2-3.48l-.36-1.08c-.36-1.08-.84-2.28-1.2-3.36a8.27,8.27,0,0,0-.36-1c-.48-1.08-.84-2.28-1.32-3.36-.12-.24-.24-.6-.36-.84-.48-1.2-1-2.28-1.44-3.48,0-.12-.12-.24-.12-.36-1.56-3.84-3.24-7.68-5-11.4l-.36-.72c-.48-1-.84-1.8-1.32-2.64-.24-.48-.48-1.08-.72-1.56-.36-.84-.84-1.56-1.2-2.4-.36-.6-.6-1.2-1-1.8s-.84-1.44-1.2-2.28c-.36-.6-.72-1.32-1.08-1.92s-.84-1.44-1.2-2.16a18.07,18.07,0,0,0-1.2-2c-.36-.72-.84-1.32-1.2-2s-.84-1.32-1.2-2-.84-1.32-1.2-1.92-.84-1.44-1.32-2.16a15.63,15.63,0,0,0-1.2-1.8L463.2,119a15.63,15.63,0,0,0-1.2-1.8c-.48-.72-1.08-1.56-1.56-2.28-.36-.48-.72-1.08-1.08-1.56l-1.8-2.52c-.36-.48-.6-.84-1-1.32-1-1.32-1.8-2.52-2.76-3.72a248.76,248.76,0,0,0-23.51-26.64A186.82,186.82,0,0,0,412,62.46c-4-3.48-8.16-6.72-12.48-9.84a162.49,162.49,0,0,0-24.6-15.12c-2.4-1.32-4.8-2.52-7.2-3.72a254,254,0,0,0-55.43-19.56c-1.92-.36-3.84-.84-5.64-1.2h-.12c-1-.12-1.8-.36-2.76-.48a236.35,236.35,0,0,0-38-4H255.14a234.62,234.62,0,0,0-45.48,5c-33.59,7.08-63.23,21.24-82.91,39-1.08,1-1.92,1.68-2.4,2.16l-.48.48H124l-.12.12.12-.12a.12.12,0,0,0,.12-.12l-.12.12a.42.42,0,0,1,.24-.12c14.64-8.76,34.92-16,49.44-19.56l5.88-1.44c.36-.12.84-.12,1.2-.24,1.68-.36,3.36-.72,5.16-1.08.24,0,.6-.12.84-.12C250.94,20.94,319.34,40.14,367,85.61a171.49,171.49,0,0,1,26.88,32.76c30.36,49.2,27.48,111.11,3.84,147.59-34.44,53-111.35,71.27-159,24.84a84.19,84.19,0,0,1-25.56-59,74.05,74.05,0,0,1,6.24-31c1.68-3.84,13.08-25.67,18.24-24.59-13.08-2.76-37.55,2.64-54.71,28.19-15.36,22.92-14.52,58.2-5,83.28a132.85,132.85,0,0,1-12.12-39.24c-12.24-82.55,43.31-153,94.31-170.51-27.48-24-96.47-22.31-147.71,15.36-29.88,22-51.23,53.16-62.51,90.36,1.68-20.88,9.6-52.08,25.8-83.88-17.16,8.88-39,37-49.8,62.88-15.6,37.43-21,82.19-16.08,124.79.36,3.24.72,6.36,1.08,9.6,19.92,117.11,122,206.38,244.78,206.38C392.77,503.42,504,392.19,504,255,503.88,250.48,503.76,245.92,503.52,241.48Z\"],\n \"firefox-browser\": [512, 512, [], \"f907\", \"M189.37,152.86Zm-58.74-29.37C130.79,123.5,130.71,123.5,130.63,123.49Zm351.42,45.35c-10.61-25.5-32.08-53-48.94-61.73,13.72,26.89,21.67,53.88,24.7,74,0,0,0,.14.05.41-27.58-68.75-74.35-96.47-112.55-156.83-1.93-3.05-3.86-6.11-5.74-9.33-1-1.65-1.86-3.34-2.69-5.05A44.88,44.88,0,0,1,333.24.69a.63.63,0,0,0-.55-.66.9.9,0,0,0-.46,0l-.12.07-.18.1.1-.14c-54.23,31.77-76.72,87.38-82.5,122.78a130,130,0,0,0-48.33,12.33,6.25,6.25,0,0,0-3.09,7.75,6.13,6.13,0,0,0,7.79,3.79l.52-.21a117.84,117.84,0,0,1,42.11-11l1.42-.1c2-.12,4-.2,6-.22A122.61,122.61,0,0,1,291,140c.67.2,1.32.42,2,.63,1.89.57,3.76,1.2,5.62,1.87,1.36.5,2.71,1,4.05,1.58,1.09.44,2.18.88,3.25,1.35q2.52,1.13,5,2.35c.75.37,1.5.74,2.25,1.13q2.4,1.26,4.74,2.63,1.51.87,3,1.8a124.89,124.89,0,0,1,42.66,44.13c-13-9.15-36.35-18.19-58.82-14.28,87.74,43.86,64.18,194.9-57.39,189.2a108.43,108.43,0,0,1-31.74-6.12c-2.42-.91-4.8-1.89-7.16-2.93-1.38-.63-2.76-1.27-4.12-2C174.5,346,149.9,316.92,146.83,281.59c0,0,11.25-41.95,80.62-41.95,7.5,0,28.93-20.92,29.33-27-.09-2-42.54-18.87-59.09-35.18-8.85-8.71-13.05-12.91-16.77-16.06a69.58,69.58,0,0,0-6.31-4.77A113.05,113.05,0,0,1,173.92,97c-25.06,11.41-44.55,29.45-58.71,45.37h-.12c-9.67-12.25-9-52.65-8.43-61.08-.12-.53-7.22,3.68-8.15,4.31a178.54,178.54,0,0,0-23.84,20.43A214,214,0,0,0,51.9,133.36l0,0a.08.08,0,0,1,0,0,205.84,205.84,0,0,0-32.73,73.9c-.06.27-2.33,10.21-4,22.48q-.42,2.87-.78,5.74c-.57,3.69-1,7.71-1.44,14,0,.24,0,.48-.05.72-.18,2.71-.34,5.41-.49,8.12,0,.41,0,.82,0,1.24,0,134.7,109.21,243.89,243.92,243.89,120.64,0,220.82-87.58,240.43-202.62.41-3.12.74-6.26,1.11-9.41,4.85-41.83-.54-85.79-15.82-122.55Z\"],\n \"first-order\": [448, 512, [], \"f2b0\", \"M12.9 229.2c.1-.1.2-.3.3-.4 0 .1 0 .3-.1.4h-.2zM224 96.6c-7.1 0-14.6.6-21.4 1.7l3.7 67.4-22-64c-14.3 3.7-27.7 9.4-40 16.6l29.4 61.4-45.1-50.9c-11.4 8.9-21.7 19.1-30.6 30.9l50.6 45.4-61.1-29.7c-7.1 12.3-12.9 25.7-16.6 40l64.3 22.6-68-4c-.9 7.1-1.4 14.6-1.4 22s.6 14.6 1.4 21.7l67.7-4-64 22.6c3.7 14.3 9.4 27.7 16.6 40.3l61.1-29.7L97.7 352c8.9 11.7 19.1 22.3 30.9 30.9l44.9-50.9-29.5 61.4c12.3 7.4 25.7 13.1 40 16.9l22.3-64.6-4 68c7.1 1.1 14.6 1.7 21.7 1.7 7.4 0 14.6-.6 21.7-1.7l-4-68.6 22.6 65.1c14.3-4 27.7-9.4 40-16.9L274.9 332l44.9 50.9c11.7-8.9 22-19.1 30.6-30.9l-50.6-45.1 61.1 29.4c7.1-12.3 12.9-25.7 16.6-40.3l-64-22.3 67.4 4c1.1-7.1 1.4-14.3 1.4-21.7s-.3-14.9-1.4-22l-67.7 4 64-22.3c-3.7-14.3-9.1-28-16.6-40.3l-60.9 29.7 50.6-45.4c-8.9-11.7-19.1-22-30.6-30.9l-45.1 50.9 29.4-61.1c-12.3-7.4-25.7-13.1-40-16.9L241.7 166l4-67.7c-7.1-1.2-14.3-1.7-21.7-1.7zM443.4 128v256L224 512 4.6 384V128L224 0l219.4 128zm-17.1 10.3L224 20.9 21.7 138.3v235.1L224 491.1l202.3-117.7V138.3zM224 37.1l187.7 109.4v218.9L224 474.9 36.3 365.4V146.6L224 37.1zm0 50.9c-92.3 0-166.9 75.1-166.9 168 0 92.6 74.6 167.7 166.9 167.7 92 0 166.9-75.1 166.9-167.7 0-92.9-74.9-168-166.9-168z\"],\n \"first-order-alt\": [496, 512, [], \"f50a\", \"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 488.21C115.34 496.21 7.79 388.66 7.79 256S115.34 15.79 248 15.79 488.21 123.34 488.21 256 380.66 496.21 248 496.21zm0-459.92C126.66 36.29 28.29 134.66 28.29 256S126.66 475.71 248 475.71 467.71 377.34 467.71 256 369.34 36.29 248 36.29zm0 431.22c-116.81 0-211.51-94.69-211.51-211.51S131.19 44.49 248 44.49 459.51 139.19 459.51 256 364.81 467.51 248 467.51zm186.23-162.98a191.613 191.613 0 0 1-20.13 48.69l-74.13-35.88 61.48 54.82a193.515 193.515 0 0 1-37.2 37.29l-54.8-61.57 35.88 74.27a190.944 190.944 0 0 1-48.63 20.23l-27.29-78.47 4.79 82.93c-8.61 1.18-17.4 1.8-26.33 1.8s-17.72-.62-26.33-1.8l4.76-82.46-27.15 78.03a191.365 191.365 0 0 1-48.65-20.2l35.93-74.34-54.87 61.64a193.85 193.85 0 0 1-37.22-37.28l61.59-54.9-74.26 35.93a191.638 191.638 0 0 1-20.14-48.69l77.84-27.11-82.23 4.76c-1.16-8.57-1.78-17.32-1.78-26.21 0-9 .63-17.84 1.82-26.51l82.38 4.77-77.94-27.16a191.726 191.726 0 0 1 20.23-48.67l74.22 35.92-61.52-54.86a193.85 193.85 0 0 1 37.28-37.22l54.76 61.53-35.83-74.17a191.49 191.49 0 0 1 48.65-20.13l26.87 77.25-4.71-81.61c8.61-1.18 17.39-1.8 26.32-1.8s17.71.62 26.32 1.8l-4.74 82.16 27.05-77.76c17.27 4.5 33.6 11.35 48.63 20.17l-35.82 74.12 54.72-61.47a193.13 193.13 0 0 1 37.24 37.23l-61.45 54.77 74.12-35.86a191.515 191.515 0 0 1 20.2 48.65l-77.81 27.1 82.24-4.75c1.19 8.66 1.82 17.5 1.82 26.49 0 8.88-.61 17.63-1.78 26.19l-82.12-4.75 77.72 27.09z\"],\n \"firstdraft\": [384, 512, [], \"f3a1\", \"M384 192h-64v128H192v128H0v-25.6h166.4v-128h128v-128H384V192zm-25.6 38.4v128h-128v128H64V512h192V384h128V230.4h-25.6zm25.6 192h-89.6V512H320v-64h64v-25.6zM0 0v384h128V256h128V128h128V0H0z\"],\n \"flickr\": [448, 512, [], \"f16e\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM144.5 319c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5zm159 0c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5z\"],\n \"flipboard\": [448, 512, [], \"f44d\", \"M0 32v448h448V32H0zm358.4 179.2h-89.6v89.6h-89.6v89.6H89.6V121.6h268.8v89.6z\"],\n \"fly\": [384, 512, [], \"f417\", \"M197.8 427.8c12.9 11.7 33.7 33.3 33.2 50.7 0 .8-.1 1.6-.1 2.5-1.8 19.8-18.8 31.1-39.1 31-25-.1-39.9-16.8-38.7-35.8 1-16.2 20.5-36.7 32.4-47.6 2.3-2.1 2.7-2.7 5.6-3.6 3.4 0 3.9.3 6.7 2.8zM331.9 67.3c-16.3-25.7-38.6-40.6-63.3-52.1C243.1 4.5 214-.2 192 0c-44.1 0-71.2 13.2-81.1 17.3C57.3 45.2 26.5 87.2 28 158.6c7.1 82.2 97 176 155.8 233.8 1.7 1.6 4.5 4.5 6.2 5.1l3.3.1c2.1-.7 1.8-.5 3.5-2.1 52.3-49.2 140.7-145.8 155.9-215.7 7-39.2 3.1-72.5-20.8-112.5zM186.8 351.9c-28-51.1-65.2-130.7-69.3-189-3.4-47.5 11.4-131.2 69.3-136.7v325.7zM328.7 180c-16.4 56.8-77.3 128-118.9 170.3C237.6 298.4 275 217 277 158.4c1.6-45.9-9.8-105.8-48-131.4 88.8 18.3 115.5 98.1 99.7 153z\"],\n \"font-awesome\": [448, 512, [], \"f2b4\", \"M397.8 32H50.2C22.7 32 0 54.7 0 82.2v347.6C0 457.3 22.7 480 50.2 480h347.6c27.5 0 50.2-22.7 50.2-50.2V82.2c0-27.5-22.7-50.2-50.2-50.2zm-45.4 284.3c0 4.2-3.6 6-7.8 7.8-16.7 7.2-34.6 13.7-53.8 13.7-26.9 0-39.4-16.7-71.7-16.7-23.3 0-47.8 8.4-67.5 17.3-1.2.6-2.4.6-3.6 1.2V385c0 1.8 0 3.6-.6 4.8v1.2c-2.4 8.4-10.2 14.3-19.1 14.3-11.3 0-20.3-9-20.3-20.3V166.4c-7.8-6-13.1-15.5-13.1-26.3 0-18.5 14.9-33.5 33.5-33.5 18.5 0 33.5 14.9 33.5 33.5 0 10.8-4.8 20.3-13.1 26.3v18.5c1.8-.6 3.6-1.2 5.4-2.4 18.5-7.8 40.6-14.3 61.5-14.3 22.7 0 40.6 6 60.9 13.7 4.2 1.8 8.4 2.4 13.1 2.4 22.7 0 47.8-16.1 53.8-16.1 4.8 0 9 3.6 9 7.8v140.3z\"],\n \"font-awesome-alt\": [448, 512, [], \"f35c\", \"M339.3 171.2c-6 0-29.9 15.5-52.6 15.5-4.2 0-8.4-.6-12.5-2.4-19.7-7.8-37-13.7-59.1-13.7-20.3 0-41.8 6.6-59.7 13.7-1.8.6-3.6 1.2-4.8 1.8v-17.9c7.8-6 12.5-14.9 12.5-25.7 0-17.9-14.3-32.3-32.3-32.3s-32.3 14.3-32.3 32.3c0 10.2 4.8 19.7 12.5 25.7v212.1c0 10.8 9 19.7 19.7 19.7 9 0 16.1-6 18.5-13.7V385c.6-1.8.6-3 .6-4.8V336c1.2 0 2.4-.6 3-1.2 19.7-8.4 43-16.7 65.7-16.7 31.1 0 43 16.1 69.3 16.1 18.5 0 36.4-6.6 52-13.7 4.2-1.8 7.2-3.6 7.2-7.8V178.3c1.8-4.1-2.3-7.1-7.7-7.1zM397.8 32H50.2C22.7 32 0 54.7 0 82.2v347.6C0 457.3 22.7 480 50.2 480h347.6c27.5 0 50.2-22.7 50.2-50.2V82.2c0-27.5-22.7-50.2-50.2-50.2zm14.3 397.7c0 7.8-6.6 14.3-14.3 14.3H50.2c-7.8 0-14.3-6.6-14.3-14.3V82.2c0-7.8 6.6-14.3 14.3-14.3h347.6v-.1c7.8 0 14.3 6.6 14.3 14.3z\"],\n \"font-awesome-flag\": [448, 512, [], \"f425\", \"M444.373 359.424c0 7.168-6.144 10.24-13.312 13.312-28.672 12.288-59.392 23.552-92.16 23.552-46.08 0-67.584-28.672-122.88-28.672-39.936 0-81.92 14.336-115.712 29.696-2.048 1.024-4.096 1.024-6.144 2.048v77.824c0 21.405-16.122 34.816-33.792 34.816-19.456 0-34.816-15.36-34.816-34.816V102.4C12.245 92.16 3.029 75.776 3.029 57.344 3.029 25.6 28.629 0 60.373 0s57.344 25.6 57.344 57.344c0 18.432-8.192 34.816-22.528 45.056v31.744c4.124-1.374 58.768-28.672 114.688-28.672 65.27 0 97.676 27.648 126.976 27.648 38.912 0 81.92-27.648 92.16-27.648 8.192 0 15.36 6.144 15.36 13.312v240.64z\"],\n \"font-awesome-logo-full\": [3992, 512, [\"Font Awesome\"], \"f4e6\", \"M454.6 0H57.4C25.9 0 0 25.9 0 57.4v397.3C0 486.1 25.9 512 57.4 512h397.3c31.4 0 57.4-25.9 57.4-57.4V57.4C512 25.9 486.1 0 454.6 0zm-58.9 324.9c0 4.8-4.1 6.9-8.9 8.9-19.2 8.1-39.7 15.7-61.5 15.7-40.5 0-68.7-44.8-163.2 2.5v51.8c0 30.3-45.7 30.2-45.7 0v-250c-9-7-15-17.9-15-30.3 0-21 17.1-38.2 38.2-38.2 21 0 38.2 17.1 38.2 38.2 0 12.2-5.8 23.2-14.9 30.2v21c37.1-12 65.5-34.4 146.1-3.4 26.6 11.4 68.7-15.7 76.5-15.7 5.5 0 10.3 4.1 10.3 8.9v160.4zm432.9-174.2h-137v70.1H825c39.8 0 40.4 62.2 0 62.2H691.6v105.6c0 45.5-70.7 46.4-70.7 0V128.3c0-22 18-39.8 39.8-39.8h167.8c39.6 0 40.5 62.2.1 62.2zm191.1 23.4c-169.3 0-169.1 252.4 0 252.4 169.9 0 169.9-252.4 0-252.4zm0 196.1c-81.6 0-82.1-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm372.4 53.4c-17.5 0-31.4-13.9-31.4-31.4v-117c0-62.4-72.6-52.5-99.1-16.4v133.4c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c43.3-51.6 162.4-60.4 162.4 39.3v141.5c.3 30.4-31.5 31.4-31.7 31.4zm179.7 2.9c-44.3 0-68.3-22.9-68.3-65.8V235.2H1488c-35.6 0-36.7-55.3 0-55.3h15.5v-37.3c0-41.3 63.8-42.1 63.8 0v37.5h24.9c35.4 0 35.7 55.3 0 55.3h-24.9v108.5c0 29.6 26.1 26.3 27.4 26.3 31.4 0 52.6 56.3-22.9 56.3zM1992 123c-19.5-50.2-95.5-50-114.5 0-107.3 275.7-99.5 252.7-99.5 262.8 0 42.8 58.3 51.2 72.1 14.4l13.5-35.9H2006l13 35.9c14.2 37.7 72.1 27.2 72.1-14.4 0-10.1 5.3 6.8-99.1-262.8zm-108.9 179.1l51.7-142.9 51.8 142.9h-103.5zm591.3-85.6l-53.7 176.3c-12.4 41.2-72 41-84 0l-42.3-135.9-42.3 135.9c-12.4 40.9-72 41.2-84.5 0l-54.2-176.3c-12.5-39.4 49.8-56.1 60.2-16.9L2213 342l45.3-139.5c10.9-32.7 59.6-34.7 71.2 0l45.3 139.5 39.3-142.4c10.3-38.3 72.6-23.8 60.3 16.9zm275.4 75.1c0-42.4-33.9-117.5-119.5-117.5-73.2 0-124.4 56.3-124.4 126 0 77.2 55.3 126.4 128.5 126.4 31.7 0 93-11.5 93-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-109 8.4-115.9-43.8h148.3c16.3 0 29.3-13.4 29.3-28.9zM2571 277.7c9.5-73.4 113.9-68.6 118.6 0H2571zm316.7 148.8c-31.4 0-81.6-10.5-96.6-31.9-12.4-17 2.5-39.8 21.8-39.8 16.3 0 36.8 22.9 77.7 22.9 27.4 0 40.4-11 40.4-25.8 0-39.8-142.9-7.4-142.9-102 0-40.4 35.3-75.7 98.6-75.7 31.4 0 74.1 9.9 87.6 29.4 10.8 14.8-1.4 36.2-20.9 36.2-15.1 0-26.7-17.3-66.2-17.3-22.9 0-37.8 10.5-37.8 23.8 0 35.9 142.4 6 142.4 103.1-.1 43.7-37.4 77.1-104.1 77.1zm266.8-252.4c-169.3 0-169.1 252.4 0 252.4 170.1 0 169.6-252.4 0-252.4zm0 196.1c-81.8 0-82-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm476.9 22V268.7c0-53.8-61.4-45.8-85.7-10.5v134c0 41.3-63.8 42.1-63.8 0V268.7c0-52.1-59.5-47.4-85.7-10.1v133.6c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c9.9-14.4 41.8-37.3 78.6-37.3 35.3 0 57.7 16.4 66.7 43.8 13.9-21.8 45.8-43.8 82.6-43.8 44.3 0 70.7 23.4 70.7 72.7v145.3c.5 17.3-13.5 31.4-31.9 31.4 3.5.1-31.3 1.1-31.3-31.3zM3992 291.6c0-42.4-32.4-117.5-117.9-117.5-73.2 0-127.5 56.3-127.5 126 0 77.2 58.3 126.4 131.6 126.4 31.7 0 91.5-11.5 91.5-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-110.5 8.4-117.5-43.8h149.8c16.3 0 29.1-13.4 29.3-28.9zm-180.5-13.9c9.7-74.4 115.9-68.3 120.1 0h-120.1z\"],\n \"fonticons\": [448, 512, [], \"f280\", \"M0 32v448h448V32zm187 140.9c-18.4 0-19 9.9-19 27.4v23.3c0 2.4-3.5 4.4-.6 4.4h67.4l-11.1 37.3H168v112.9c0 5.8-2 6.7 3.2 7.3l43.5 4.1v25.1H84V389l21.3-2c5.2-.6 6.7-2.3 6.7-7.9V267.7c0-2.3-2.9-2.3-5.8-2.3H84V228h28v-21c0-49.6 26.5-70 77.3-70 34.1 0 64.7 8.2 64.7 52.8l-50.7 6.1c.3-18.7-4.4-23-16.3-23zm74.3 241.8v-25.1l20.4-2.6c5.2-.6 7.6-1.7 7.6-7.3V271.8c0-4.1-2.9-6.7-6.7-7.9l-24.2-6.4 6.7-29.5h80.2v151.7c0 5.8-2.6 6.4 2.9 7.3l15.7 2.6v25.1zm80.8-255.5l9 33.2-7.3 7.3-31.2-16.6-31.2 16.6-7.3-7.3 9-33.2-21.8-24.2 3.5-9.6h27.7l15.5-28h9.3l15.5 28h27.7l3.5 9.6z\"],\n \"fonticons-fi\": [384, 512, [], \"f3a2\", \"M114.4 224h92.4l-15.2 51.2h-76.4V433c0 8-2.8 9.2 4.4 10l59.6 5.6V483H0v-35.2l29.2-2.8c7.2-.8 9.2-3.2 9.2-10.8V278.4c0-3.2-4-3.2-8-3.2H0V224h38.4v-28.8c0-68 36.4-96 106-96 46.8 0 88.8 11.2 88.8 72.4l-69.6 8.4c.4-25.6-6-31.6-22.4-31.6-25.2 0-26 13.6-26 37.6v32c0 3.2-4.8 6-.8 6zM384 483H243.2v-34.4l28-3.6c7.2-.8 10.4-2.4 10.4-10V287c0-5.6-4-9.2-9.2-10.8l-33.2-8.8 9.2-40.4h110v208c0 8-3.6 8.8 4 10l21.6 3.6V483zm-30-347.2l12.4 45.6-10 10-42.8-22.8-42.8 22.8-10-10 12.4-45.6-30-36.4 4.8-10h38L307.2 51H320l21.2 38.4h38l4.8 13.2-30 33.2z\"],\n \"fort-awesome\": [512, 512, [], \"f286\", \"M489.2 287.9h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6V146.2c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6v-32c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6v-32c0-6-8-4.6-11.7-4.6v-38c8.3-2 17.1-3.4 25.7-3.4 10.9 0 20.9 4.3 31.4 4.3 4.6 0 27.7-1.1 27.7-8v-60c0-2.6-2-4.6-4.6-4.6-5.1 0-15.1 4.3-24 4.3-9.7 0-20.9-4.3-32.6-4.3-8 0-16 1.1-23.7 2.9v-4.9c5.4-2.6 9.1-8.3 9.1-14.3 0-20.7-31.4-20.8-31.4 0 0 6 3.7 11.7 9.1 14.3v111.7c-3.7 0-11.7-1.4-11.7 4.6v32h-36.6v-32c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32H128v-32c0-2.6-2-4.6-4.6-4.6H96c-2.6 0-4.6 2-4.6 4.6v178.3H54.8v-32c0-2.6-2-4.6-4.6-4.6H22.8c-2.6 0-4.6 2-4.6 4.6V512h182.9v-96c0-72.6 109.7-72.6 109.7 0v96h182.9V292.5c.1-2.6-1.9-4.6-4.5-4.6zm-288.1-4.5c0 2.6-2 4.6-4.6 4.6h-27.4c-2.6 0-4.6-2-4.6-4.6v-64c0-2.6 2-4.6 4.6-4.6h27.4c2.6 0 4.6 2 4.6 4.6v64zm146.4 0c0 2.6-2 4.6-4.6 4.6h-27.4c-2.6 0-4.6-2-4.6-4.6v-64c0-2.6 2-4.6 4.6-4.6h27.4c2.6 0 4.6 2 4.6 4.6v64z\"],\n \"fort-awesome-alt\": [512, 512, [], \"f3a3\", \"M208 237.4h-22.2c-2.1 0-3.7 1.6-3.7 3.7v51.7c0 2.1 1.6 3.7 3.7 3.7H208c2.1 0 3.7-1.6 3.7-3.7v-51.7c0-2.1-1.6-3.7-3.7-3.7zm118.2 0H304c-2.1 0-3.7 1.6-3.7 3.7v51.7c0 2.1 1.6 3.7 3.7 3.7h22.2c2.1 0 3.7-1.6 3.7-3.7v-51.7c-.1-2.1-1.7-3.7-3.7-3.7zm132-125.1c-2.3-3.2-4.6-6.4-7.1-9.5-9.8-12.5-20.8-24-32.8-34.4-4.5-3.9-9.1-7.6-13.9-11.2-1.6-1.2-3.2-2.3-4.8-3.5C372 34.1 340.3 20 306 13c-16.2-3.3-32.9-5-50-5s-33.9 1.7-50 5c-34.3 7.1-66 21.2-93.3 40.8-1.6 1.1-3.2 2.3-4.8 3.5-4.8 3.6-9.4 7.3-13.9 11.2-3 2.6-5.9 5.3-8.8 8s-5.7 5.5-8.4 8.4c-5.5 5.7-10.7 11.8-15.6 18-2.4 3.1-4.8 6.3-7.1 9.5C25.2 153 8.3 202.5 8.3 256c0 2 .1 4 .1 6 .1.7.1 1.3.1 2 .1 1.3.1 2.7.2 4 0 .8.1 1.5.1 2.3 0 1.3.1 2.5.2 3.7.1.8.1 1.6.2 2.4.1 1.1.2 2.3.3 3.5 0 .8.1 1.6.2 2.4.1 1.2.3 2.4.4 3.6.1.8.2 1.5.3 2.3.1 1.3.3 2.6.5 3.9.1.6.2 1.3.3 1.9l.9 5.7c.1.6.2 1.1.3 1.7.3 1.3.5 2.7.8 4 .2.8.3 1.6.5 2.4.2 1 .5 2.1.7 3.2.2.9.4 1.7.6 2.6.2 1 .4 2 .7 3 .2.9.5 1.8.7 2.7.3 1 .5 1.9.8 2.9.3.9.5 1.8.8 2.7.2.9.5 1.9.8 2.8s.5 1.8.8 2.7c.3 1 .6 1.9.9 2.8.6 1.6 1.1 3.3 1.7 4.9.4 1 .7 1.9 1 2.8.3 1 .7 2 1.1 3 .3.8.6 1.5.9 2.3l1.2 3c.3.7.6 1.5.9 2.2.4 1 .9 2 1.3 3l.9 2.1c.5 1 .9 2 1.4 3 .3.7.6 1.3.9 2 .5 1 1 2.1 1.5 3.1.2.6.5 1.1.8 1.7.6 1.1 1.1 2.2 1.7 3.3.1.2.2.3.3.5 2.2 4.1 4.4 8.2 6.8 12.2.2.4.5.8.7 1.2.7 1.1 1.3 2.2 2 3.3.3.5.6.9.9 1.4.6 1.1 1.3 2.1 2 3.2.3.5.6.9.9 1.4.7 1.1 1.4 2.1 2.1 3.2.2.4.5.8.8 1.2.7 1.1 1.5 2.2 2.3 3.3.2.2.3.5.5.7 37.5 51.7 94.4 88.5 160 99.4.9.1 1.7.3 2.6.4 1 .2 2.1.4 3.1.5s1.9.3 2.8.4c1 .2 2 .3 3 .4.9.1 1.9.2 2.9.3s1.9.2 2.9.3 2.1.2 3.1.3c.9.1 1.8.1 2.7.2 1.1.1 2.3.1 3.4.2.8 0 1.7.1 2.5.1 1.3 0 2.6.1 3.9.1.7.1 1.4.1 2.1.1 2 .1 4 .1 6 .1s4-.1 6-.1c.7 0 1.4-.1 2.1-.1 1.3 0 2.6 0 3.9-.1.8 0 1.7-.1 2.5-.1 1.1-.1 2.3-.1 3.4-.2.9 0 1.8-.1 2.7-.2 1-.1 2.1-.2 3.1-.3s1.9-.2 2.9-.3c.9-.1 1.9-.2 2.9-.3s2-.3 3-.4 1.9-.3 2.8-.4c1-.2 2.1-.3 3.1-.5.9-.1 1.7-.3 2.6-.4 65.6-11 122.5-47.7 160.1-102.4.2-.2.3-.5.5-.7.8-1.1 1.5-2.2 2.3-3.3.2-.4.5-.8.8-1.2.7-1.1 1.4-2.1 2.1-3.2.3-.5.6-.9.9-1.4.6-1.1 1.3-2.1 2-3.2.3-.5.6-.9.9-1.4.7-1.1 1.3-2.2 2-3.3.2-.4.5-.8.7-1.2 2.4-4 4.6-8.1 6.8-12.2.1-.2.2-.3.3-.5.6-1.1 1.1-2.2 1.7-3.3.2-.6.5-1.1.8-1.7.5-1 1-2.1 1.5-3.1.3-.7.6-1.3.9-2 .5-1 1-2 1.4-3l.9-2.1c.5-1 .9-2 1.3-3 .3-.7.6-1.5.9-2.2l1.2-3c.3-.8.6-1.5.9-2.3.4-1 .7-2 1.1-3s.7-1.9 1-2.8c.6-1.6 1.2-3.3 1.7-4.9.3-1 .6-1.9.9-2.8s.5-1.8.8-2.7c.2-.9.5-1.9.8-2.8s.6-1.8.8-2.7c.3-1 .5-1.9.8-2.9.2-.9.5-1.8.7-2.7.2-1 .5-2 .7-3 .2-.9.4-1.7.6-2.6.2-1 .5-2.1.7-3.2.2-.8.3-1.6.5-2.4.3-1.3.6-2.7.8-4 .1-.6.2-1.1.3-1.7l.9-5.7c.1-.6.2-1.3.3-1.9.1-1.3.3-2.6.5-3.9.1-.8.2-1.5.3-2.3.1-1.2.3-2.4.4-3.6 0-.8.1-1.6.2-2.4.1-1.1.2-2.3.3-3.5.1-.8.1-1.6.2-2.4.1 1.7.1.5.2-.7 0-.8.1-1.5.1-2.3.1-1.3.2-2.7.2-4 .1-.7.1-1.3.1-2 .1-2 .1-4 .1-6 0-53.5-16.9-103-45.8-143.7zM448 371.5c-9.4 15.5-20.6 29.9-33.6 42.9-20.6 20.6-44.5 36.7-71.2 48-13.9 5.8-28.2 10.3-42.9 13.2v-75.8c0-58.6-88.6-58.6-88.6 0v75.8c-14.7-2.9-29-7.3-42.9-13.2-26.7-11.3-50.6-27.4-71.2-48-13-13-24.2-27.4-33.6-42.9v-71.3c0-2.1 1.6-3.7 3.7-3.7h22.1c2.1 0 3.7 1.6 3.7 3.7V326h29.6V182c0-2.1 1.6-3.7 3.7-3.7h22.1c2.1 0 3.7 1.6 3.7 3.7v25.9h29.5V182c0-2.1 1.6-3.7 3.7-3.7H208c2.1 0 3.7 1.6 3.7 3.7v25.9h29.5V182c0-4.8 6.5-3.7 9.5-3.7V88.1c-4.4-2-7.4-6.7-7.4-11.5 0-16.8 25.4-16.8 25.4 0 0 4.8-3 9.4-7.4 11.5V92c6.3-1.4 12.7-2.3 19.2-2.3 9.4 0 18.4 3.5 26.3 3.5 7.2 0 15.2-3.5 19.4-3.5 2.1 0 3.7 1.6 3.7 3.7v48.4c0 5.6-18.7 6.5-22.4 6.5-8.6 0-16.6-3.5-25.4-3.5-7 0-14.1 1.2-20.8 2.8v30.7c3 0 9.5-1.1 9.5 3.7v25.9h29.5V182c0-2.1 1.6-3.7 3.7-3.7h22.2c2.1 0 3.7 1.6 3.7 3.7v25.9h29.5V182c0-2.1 1.6-3.7 3.7-3.7h22.1c2.1 0 3.7 1.6 3.7 3.7v144h29.5v-25.8c0-2.1 1.6-3.7 3.7-3.7h22.2c2.1 0 3.7 1.6 3.7 3.7z\"],\n \"forumbee\": [448, 512, [], \"f211\", \"M5.8 309.7C2 292.7 0 275.5 0 258.3 0 135 99.8 35 223.1 35c16.6 0 33.3 2 49.3 5.5C149 87.5 51.9 186 5.8 309.7zm392.9-189.2C385 103 369 87.8 350.9 75.2c-149.6 44.3-266.3 162.1-309.7 312 12.5 18.1 28 35.6 45.2 49 43.1-151.3 161.2-271.7 312.3-315.7zm15.8 252.7c15.2-25.1 25.4-53.7 29.5-82.8-79.4 42.9-145 110.6-187.6 190.3 30-4.4 58.9-15.3 84.6-31.3 35 13.1 70.9 24.3 107 33.6-9.3-36.5-20.4-74.5-33.5-109.8zm29.7-145.5c-2.6-19.5-7.9-38.7-15.8-56.8C290.5 216.7 182 327.5 137.1 466c18.1 7.6 37 12.5 56.6 15.2C240 367.1 330.5 274.4 444.2 227.7z\"],\n \"foursquare\": [368, 512, [], \"f180\", \"M323.1 3H49.9C12.4 3 0 31.3 0 49.1v433.8c0 20.3 12.1 27.7 18.2 30.1 6.2 2.5 22.8 4.6 32.9-7.1C180 356.5 182.2 354 182.2 354c3.1-3.4 3.4-3.1 6.8-3.1h83.4c35.1 0 40.6-25.2 44.3-39.7l48.6-243C373.8 25.8 363.1 3 323.1 3zm-16.3 73.8l-11.4 59.7c-1.2 6.5-9.5 13.2-16.9 13.2H172.1c-12 0-20.6 8.3-20.6 20.3v13c0 12 8.6 20.6 20.6 20.6h90.4c8.3 0 16.6 9.2 14.8 18.2-1.8 8.9-10.5 53.8-11.4 58.8-.9 4.9-6.8 13.5-16.9 13.5h-73.5c-13.5 0-17.2 1.8-26.5 12.6 0 0-8.9 11.4-89.5 108.3-.9.9-1.8.6-1.8-.3V75.9c0-7.7 6.8-16.6 16.6-16.6h219c8.2 0 15.6 7.7 13.5 17.5z\"],\n \"free-code-camp\": [576, 512, [], \"f2c5\", \"M97.22,96.21c10.36-10.65,16-17.12,16-21.9,0-2.76-1.92-5.51-3.83-7.42A14.81,14.81,0,0,0,101,64.05c-8.48,0-20.92,8.79-35.84,25.69C23.68,137,2.51,182.81,3.37,250.34s17.47,117,54.06,161.87C76.22,435.86,90.62,448,100.9,448a13.55,13.55,0,0,0,8.37-3.84c1.91-2.76,3.81-5.63,3.81-8.38,0-5.63-3.86-12.2-13.2-20.55-44.45-42.33-67.32-97-67.48-165C32.25,188.8,54,137.83,97.22,96.21ZM239.47,420.07c.58.37.91.55.91.55Zm93.79.55.17-.13C333.24,420.62,333.17,420.67,333.26,420.62Zm3.13-158.18c-16.24-4.15,50.41-82.89-68.05-177.17,0,0,15.54,49.38-62.83,159.57-74.27,104.35,23.46,168.73,34,175.23-6.73-4.35-47.4-35.7,9.55-128.64,11-18.3,25.53-34.87,43.5-72.16,0,0,15.91,22.45,7.6,71.13C287.7,364,354,342.91,355,343.94c22.75,26.78-17.72,73.51-21.58,76.55,5.49-3.65,117.71-78,33-188.1C360.43,238.4,352.62,266.59,336.39,262.44ZM510.88,89.69C496,72.79,483.52,64,475,64a14.81,14.81,0,0,0-8.39,2.84c-1.91,1.91-3.83,4.66-3.83,7.42,0,4.78,5.6,11.26,16,21.9,43.23,41.61,65,92.59,64.82,154.06-.16,68-23,122.63-67.48,165-9.34,8.35-13.18,14.92-13.2,20.55,0,2.75,1.9,5.62,3.81,8.38A13.61,13.61,0,0,0,475.1,448c10.28,0,24.68-12.13,43.47-35.79,36.59-44.85,53.14-94.38,54.06-161.87S552.32,137,510.88,89.69Z\"],\n \"freebsd\": [448, 512, [], \"f3a4\", \"M303.7 96.2c11.1-11.1 115.5-77 139.2-53.2 23.7 23.7-42.1 128.1-53.2 139.2-11.1 11.1-39.4.9-63.1-22.9-23.8-23.7-34.1-52-22.9-63.1zM109.9 68.1C73.6 47.5 22 24.6 5.6 41.1c-16.6 16.6 7.1 69.4 27.9 105.7 18.5-32.2 44.8-59.3 76.4-78.7zM406.7 174c3.3 11.3 2.7 20.7-2.7 26.1-20.3 20.3-87.5-27-109.3-70.1-18-32.3-11.1-53.4 14.9-48.7 5.7-3.6 12.3-7.6 19.6-11.6-29.8-15.5-63.6-24.3-99.5-24.3-119.1 0-215.6 96.5-215.6 215.6 0 119 96.5 215.6 215.6 215.6S445.3 380.1 445.3 261c0-38.4-10.1-74.5-27.7-105.8-3.9 7-7.6 13.3-10.9 18.8z\"],\n \"fulcrum\": [320, 512, [], \"f50b\", \"M95.75 164.14l-35.38 43.55L25 164.14l35.38-43.55zM144.23 0l-20.54 198.18L72.72 256l51 57.82L144.23 512V300.89L103.15 256l41.08-44.89zm79.67 164.14l35.38 43.55 35.38-43.55-35.38-43.55zm-48.48 47L216.5 256l-41.08 44.89V512L196 313.82 247 256l-51-57.82L175.42 0z\"],\n \"galactic-republic\": [496, 512, [], \"f50c\", \"M248 504C111.25 504 0 392.75 0 256S111.25 8 248 8s248 111.25 248 248-111.25 248-248 248zm0-479.47C120.37 24.53 16.53 128.37 16.53 256S120.37 487.47 248 487.47 479.47 383.63 479.47 256 375.63 24.53 248 24.53zm27.62 21.81v24.62a185.933 185.933 0 0 1 83.57 34.54l17.39-17.36c-28.75-22.06-63.3-36.89-100.96-41.8zm-55.37.07c-37.64 4.94-72.16 19.8-100.88 41.85l17.28 17.36h.08c24.07-17.84 52.55-30.06 83.52-34.67V46.41zm12.25 50.17v82.87c-10.04 2.03-19.42 5.94-27.67 11.42l-58.62-58.59-21.93 21.93 58.67 58.67c-5.47 8.23-9.45 17.59-11.47 27.62h-82.9v31h82.9c2.02 10.02 6.01 19.31 11.47 27.54l-58.67 58.69 21.93 21.93 58.62-58.62a77.873 77.873 0 0 0 27.67 11.47v82.9h31v-82.9c10.05-2.03 19.37-6.06 27.62-11.55l58.67 58.69 21.93-21.93-58.67-58.69c5.46-8.23 9.47-17.52 11.5-27.54h82.87v-31h-82.87c-2.02-10.02-6.03-19.38-11.5-27.62l58.67-58.67-21.93-21.93-58.67 58.67c-8.25-5.49-17.57-9.47-27.62-11.5V96.58h-31zm183.24 30.72l-17.36 17.36a186.337 186.337 0 0 1 34.67 83.67h24.62c-4.95-37.69-19.83-72.29-41.93-101.03zm-335.55.13c-22.06 28.72-36.91 63.26-41.85 100.91h24.65c4.6-30.96 16.76-59.45 34.59-83.52l-17.39-17.39zM38.34 283.67c4.92 37.64 19.75 72.18 41.8 100.9l17.36-17.39c-17.81-24.07-29.92-52.57-34.51-83.52H38.34zm394.7 0c-4.61 30.99-16.8 59.5-34.67 83.6l17.36 17.36c22.08-28.74 36.98-63.29 41.93-100.96h-24.62zM136.66 406.38l-17.36 17.36c28.73 22.09 63.3 36.98 100.96 41.93v-24.64c-30.99-4.63-59.53-16.79-83.6-34.65zm222.53.05c-24.09 17.84-52.58 30.08-83.57 34.67v24.57c37.67-4.92 72.21-19.79 100.96-41.85l-17.31-17.39h-.08z\"],\n \"galactic-senate\": [512, 512, [], \"f50d\", \"M249.86 33.48v26.07C236.28 80.17 226 168.14 225.39 274.9c11.74-15.62 19.13-33.33 19.13-48.24v-16.88c-.03-5.32.75-10.53 2.19-15.65.65-2.14 1.39-4.08 2.62-5.82 1.23-1.75 3.43-3.79 6.68-3.79 3.24 0 5.45 2.05 6.68 3.79 1.23 1.75 1.97 3.68 2.62 5.82 1.44 5.12 2.22 10.33 2.19 15.65v16.88c0 14.91 7.39 32.62 19.13 48.24-.63-106.76-10.91-194.73-24.49-215.35V33.48h-12.28zm-26.34 147.77c-9.52 2.15-18.7 5.19-27.46 9.08 8.9 16.12 9.76 32.64 1.71 37.29-8 4.62-21.85-4.23-31.36-19.82-11.58 8.79-21.88 19.32-30.56 31.09 14.73 9.62 22.89 22.92 18.32 30.66-4.54 7.7-20.03 7.14-35.47-.96-5.78 13.25-9.75 27.51-11.65 42.42 9.68.18 18.67 2.38 26.18 6.04 17.78-.3 32.77-1.96 40.49-4.22 5.55-26.35 23.02-48.23 46.32-59.51.73-25.55 1.88-49.67 3.48-72.07zm64.96 0c1.59 22.4 2.75 46.52 3.47 72.07 23.29 11.28 40.77 33.16 46.32 59.51 7.72 2.26 22.71 3.92 40.49 4.22 7.51-3.66 16.5-5.85 26.18-6.04-1.9-14.91-5.86-29.17-11.65-42.42-15.44 8.1-30.93 8.66-35.47.96-4.57-7.74 3.6-21.05 18.32-30.66-8.68-11.77-18.98-22.3-30.56-31.09-9.51 15.59-23.36 24.44-31.36 19.82-8.05-4.65-7.19-21.16 1.71-37.29a147.49 147.49 0 0 0-27.45-9.08zm-32.48 8.6c-3.23 0-5.86 8.81-6.09 19.93h-.05v16.88c0 41.42-49.01 95.04-93.49 95.04-52 0-122.75-1.45-156.37 29.17v2.51c9.42 17.12 20.58 33.17 33.18 47.97C45.7 380.26 84.77 360.4 141.2 360c45.68 1.02 79.03 20.33 90.76 40.87.01.01-.01.04 0 .05 7.67 2.14 15.85 3.23 24.04 3.21 8.19.02 16.37-1.07 24.04-3.21.01-.01-.01-.04 0-.05 11.74-20.54 45.08-39.85 90.76-40.87 56.43.39 95.49 20.26 108.02 41.35 12.6-14.8 23.76-30.86 33.18-47.97v-2.51c-33.61-30.62-104.37-29.17-156.37-29.17-44.48 0-93.49-53.62-93.49-95.04v-16.88h-.05c-.23-11.12-2.86-19.93-6.09-19.93zm0 96.59c22.42 0 40.6 18.18 40.6 40.6s-18.18 40.65-40.6 40.65-40.6-18.23-40.6-40.65c0-22.42 18.18-40.6 40.6-40.6zm0 7.64c-18.19 0-32.96 14.77-32.96 32.96S237.81 360 256 360s32.96-14.77 32.96-32.96-14.77-32.96-32.96-32.96zm0 6.14c14.81 0 26.82 12.01 26.82 26.82s-12.01 26.82-26.82 26.82-26.82-12.01-26.82-26.82 12.01-26.82 26.82-26.82zm-114.8 66.67c-10.19.07-21.6.36-30.5 1.66.43 4.42 1.51 18.63 7.11 29.76 9.11-2.56 18.36-3.9 27.62-3.9 41.28.94 71.48 34.35 78.26 74.47l.11 4.7c10.4 1.91 21.19 2.94 32.21 2.94 11.03 0 21.81-1.02 32.21-2.94l.11-4.7c6.78-40.12 36.98-73.53 78.26-74.47 9.26 0 18.51 1.34 27.62 3.9 5.6-11.13 6.68-25.34 7.11-29.76-8.9-1.3-20.32-1.58-30.5-1.66-18.76.42-35.19 4.17-48.61 9.67-12.54 16.03-29.16 30.03-49.58 33.07-.09.02-.17.04-.27.05-.05.01-.11.04-.16.05-5.24 1.07-10.63 1.6-16.19 1.6-5.55 0-10.95-.53-16.19-1.6-.05-.01-.11-.04-.16-.05-.1-.02-.17-.04-.27-.05-20.42-3.03-37.03-17.04-49.58-33.07-13.42-5.49-29.86-9.25-48.61-9.67z\"],\n \"get-pocket\": [448, 512, [], \"f265\", \"M407.6 64h-367C18.5 64 0 82.5 0 104.6v135.2C0 364.5 99.7 464 224.2 464c124 0 223.8-99.5 223.8-224.2V104.6c0-22.4-17.7-40.6-40.4-40.6zm-162 268.5c-12.4 11.8-31.4 11.1-42.4 0C89.5 223.6 88.3 227.4 88.3 209.3c0-16.9 13.8-30.7 30.7-30.7 17 0 16.1 3.8 105.2 89.3 90.6-86.9 88.6-89.3 105.5-89.3 16.9 0 30.7 13.8 30.7 30.7 0 17.8-2.9 15.7-114.8 123.2z\"],\n \"gg\": [512, 512, [], \"f260\", \"M179.2 230.4l102.4 102.4-102.4 102.4L0 256 179.2 76.8l44.8 44.8-25.6 25.6-19.2-19.2-128 128 128 128 51.5-51.5-77.1-76.5 25.6-25.6zM332.8 76.8L230.4 179.2l102.4 102.4 25.6-25.6-77.1-76.5 51.5-51.5 128 128-128 128-19.2-19.2-25.6 25.6 44.8 44.8L512 256 332.8 76.8z\"],\n \"gg-circle\": [512, 512, [], \"f261\", \"M257 8C120 8 9 119 9 256s111 248 248 248 248-111 248-248S394 8 257 8zm-49.5 374.8L81.8 257.1l125.7-125.7 35.2 35.4-24.2 24.2-11.1-11.1-77.2 77.2 77.2 77.2 26.6-26.6-53.1-52.9 24.4-24.4 77.2 77.2-75 75.2zm99-2.2l-35.2-35.2 24.1-24.4 11.1 11.1 77.2-77.2-77.2-77.2-26.5 26.5 53.1 52.9-24.4 24.4-77.2-77.2 75-75L432.2 255 306.5 380.6z\"],\n \"git\": [512, 512, [], \"f1d3\", \"M216.29 158.39H137C97 147.9 6.51 150.63 6.51 233.18c0 30.09 15 51.23 35 61-25.1 23-37 33.85-37 49.21 0 11 4.47 21.14 17.89 26.81C8.13 383.61 0 393.35 0 411.65c0 32.11 28.05 50.82 101.63 50.82 70.75 0 111.79-26.42 111.79-73.18 0-58.66-45.16-56.5-151.63-63l13.43-21.55c27.27 7.58 118.7 10 118.7-67.89 0-18.7-7.73-31.71-15-41.07l37.41-2.84zm-63.42 241.9c0 32.06-104.89 32.1-104.89 2.43 0-8.14 5.27-15 10.57-21.54 77.71 5.3 94.32 3.37 94.32 19.11zm-50.81-134.58c-52.8 0-50.46-71.16 1.2-71.16 49.54 0 50.82 71.16-1.2 71.16zm133.3 100.51v-32.1c26.75-3.66 27.24-2 27.24-11V203.61c0-8.5-2.05-7.38-27.24-16.26l4.47-32.92H324v168.71c0 6.51.4 7.32 6.51 8.14l20.73 2.84v32.1zm52.45-244.31c-23.17 0-36.59-13.43-36.59-36.61s13.42-35.77 36.59-35.77c23.58 0 37 12.62 37 35.77s-13.42 36.61-37 36.61zM512 350.46c-17.49 8.53-43.1 16.26-66.28 16.26-48.38 0-66.67-19.5-66.67-65.46V194.75c0-5.42 1.05-4.06-31.71-4.06V154.5c35.78-4.07 50-22 54.47-66.27h38.63c0 65.83-1.34 61.81 3.26 61.81H501v40.65h-60.56v97.15c0 6.92-4.92 51.41 60.57 26.84z\"],\n \"git-alt\": [448, 512, [], \"f841\", \"M439.55 236.05L244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z\"],\n \"git-square\": [448, 512, [], \"f1d2\", \"M100.59 334.24c48.57 3.31 58.95 2.11 58.95 11.94 0 20-65.55 20.06-65.55 1.52.01-5.09 3.29-9.4 6.6-13.46zm27.95-116.64c-32.29 0-33.75 44.47-.75 44.47 32.51 0 31.71-44.47.75-44.47zM448 80v352a48 48 0 0 1-48 48H48a48 48 0 0 1-48-48V80a48 48 0 0 1 48-48h352a48 48 0 0 1 48 48zm-227 69.31c0 14.49 8.38 22.88 22.86 22.88 14.74 0 23.13-8.39 23.13-22.88S258.62 127 243.88 127c-14.48 0-22.88 7.84-22.88 22.31zM199.18 195h-49.55c-25-6.55-81.56-4.85-81.56 46.75 0 18.8 9.4 32 21.85 38.11C74.23 294.23 66.8 301 66.8 310.6c0 6.87 2.79 13.22 11.18 16.76-8.9 8.4-14 14.48-14 25.92C64 373.35 81.53 385 127.52 385c44.22 0 69.87-16.51 69.87-45.73 0-36.67-28.23-35.32-94.77-39.38l8.38-13.43c17 4.74 74.19 6.23 74.19-42.43 0-11.69-4.83-19.82-9.4-25.67l23.38-1.78zm84.34 109.84l-13-1.78c-3.82-.51-4.07-1-4.07-5.09V192.52h-52.6l-2.79 20.57c15.75 5.55 17 4.86 17 10.17V298c0 5.62-.31 4.58-17 6.87v20.06h72.42zM384 315l-6.87-22.37c-40.93 15.37-37.85-12.41-37.85-16.73v-60.72h37.85v-25.41h-35.82c-2.87 0-2 2.52-2-38.63h-24.18c-2.79 27.7-11.68 38.88-34 41.42v22.62c20.47 0 19.82-.85 19.82 2.54v66.57c0 28.72 11.43 40.91 41.67 40.91 14.45 0 30.45-4.83 41.38-10.2z\"],\n \"github\": [496, 512, [], \"f09b\", \"M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z\"],\n \"github-alt\": [480, 512, [], \"f113\", \"M186.1 328.7c0 20.9-10.9 55.1-36.7 55.1s-36.7-34.2-36.7-55.1 10.9-55.1 36.7-55.1 36.7 34.2 36.7 55.1zM480 278.2c0 31.9-3.2 65.7-17.5 95-37.9 76.6-142.1 74.8-216.7 74.8-75.8 0-186.2 2.7-225.6-74.8-14.6-29-20.2-63.1-20.2-95 0-41.9 13.9-81.5 41.5-113.6-5.2-15.8-7.7-32.4-7.7-48.8 0-21.5 4.9-32.3 14.6-51.8 45.3 0 74.3 9 108.8 36 29-6.9 58.8-10 88.7-10 27 0 54.2 2.9 80.4 9.2 34-26.7 63-35.2 107.8-35.2 9.8 19.5 14.6 30.3 14.6 51.8 0 16.4-2.6 32.7-7.7 48.2 27.5 32.4 39 72.3 39 114.2zm-64.3 50.5c0-43.9-26.7-82.6-73.5-82.6-18.9 0-37 3.4-56 6-14.9 2.3-29.8 3.2-45.1 3.2-15.2 0-30.1-.9-45.1-3.2-18.7-2.6-37-6-56-6-46.8 0-73.5 38.7-73.5 82.6 0 87.8 80.4 101.3 150.4 101.3h48.2c70.3 0 150.6-13.4 150.6-101.3zm-82.6-55.1c-25.8 0-36.7 34.2-36.7 55.1s10.9 55.1 36.7 55.1 36.7-34.2 36.7-55.1-10.9-55.1-36.7-55.1z\"],\n \"github-square\": [448, 512, [], \"f092\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM277.3 415.7c-8.4 1.5-11.5-3.7-11.5-8 0-5.4.2-33 .2-55.3 0-15.6-5.2-25.5-11.3-30.7 37-4.1 76-9.2 76-73.1 0-18.2-6.5-27.3-17.1-39 1.7-4.3 7.4-22-1.7-45-13.9-4.3-45.7 17.9-45.7 17.9-13.2-3.7-27.5-5.6-41.6-5.6-14.1 0-28.4 1.9-41.6 5.6 0 0-31.8-22.2-45.7-17.9-9.1 22.9-3.5 40.6-1.7 45-10.6 11.7-15.6 20.8-15.6 39 0 63.6 37.3 69 74.3 73.1-4.8 4.3-9.1 11.7-10.6 22.3-9.5 4.3-33.8 11.7-48.3-13.9-9.1-15.8-25.5-17.1-25.5-17.1-16.2-.2-1.1 10.2-1.1 10.2 10.8 5 18.4 24.2 18.4 24.2 9.7 29.7 56.1 19.7 56.1 19.7 0 13.9.2 36.5.2 40.6 0 4.3-3 9.5-11.5 8-66-22.1-112.2-84.9-112.2-158.3 0-91.8 70.2-161.5 162-161.5S388 165.6 388 257.4c.1 73.4-44.7 136.3-110.7 158.3zm-98.1-61.1c-1.9.4-3.7-.4-3.9-1.7-.2-1.5 1.1-2.8 3-3.2 1.9-.2 3.7.6 3.9 1.9.3 1.3-1 2.6-3 3zm-9.5-.9c0 1.3-1.5 2.4-3.5 2.4-2.2.2-3.7-.9-3.7-2.4 0-1.3 1.5-2.4 3.5-2.4 1.9-.2 3.7.9 3.7 2.4zm-13.7-1.1c-.4 1.3-2.4 1.9-4.1 1.3-1.9-.4-3.2-1.9-2.8-3.2.4-1.3 2.4-1.9 4.1-1.5 2 .6 3.3 2.1 2.8 3.4zm-12.3-5.4c-.9 1.1-2.8.9-4.3-.6-1.5-1.3-1.9-3.2-.9-4.1.9-1.1 2.8-.9 4.3.6 1.3 1.3 1.8 3.3.9 4.1zm-9.1-9.1c-.9.6-2.6 0-3.7-1.5s-1.1-3.2 0-3.9c1.1-.9 2.8-.2 3.7 1.3 1.1 1.5 1.1 3.3 0 4.1zm-6.5-9.7c-.9.9-2.4.4-3.5-.6-1.1-1.3-1.3-2.8-.4-3.5.9-.9 2.4-.4 3.5.6 1.1 1.3 1.3 2.8.4 3.5zm-6.7-7.4c-.4.9-1.7 1.1-2.8.4-1.3-.6-1.9-1.7-1.5-2.6.4-.6 1.5-.9 2.8-.4 1.3.7 1.9 1.8 1.5 2.6z\"],\n \"gitkraken\": [592, 512, [], \"f3a6\", \"M565.7 118.1c-2.3-6.1-9.3-9.2-15.3-6.6-5.7 2.4-8.5 8.9-6.3 14.6 10.9 29 16.9 60.5 16.9 93.3 0 134.6-100.3 245.7-230.2 262.7V358.4c7.9-1.5 15.5-3.6 23-6.2v104c106.7-25.9 185.9-122.1 185.9-236.8 0-91.8-50.8-171.8-125.8-213.3-5.7-3.2-13-.9-15.9 5-2.7 5.5-.6 12.2 4.7 15.1 67.9 37.6 113.9 110 113.9 193.2 0 93.3-57.9 173.1-139.8 205.4v-92.2c14.2-4.5 24.9-17.7 24.9-33.5 0-13.1-6.8-24.4-17.3-30.5 8.3-79.5 44.5-58.6 44.5-83.9V170c0-38-87.9-161.8-129-164.7-2.5-.2-5-.2-7.6 0C251.1 8.3 163.2 132 163.2 170v14.8c0 25.3 36.3 4.3 44.5 83.9-10.6 6.1-17.3 17.4-17.3 30.5 0 15.8 10.6 29 24.8 33.5v92.2c-81.9-32.2-139.8-112-139.8-205.4 0-83.1 46-155.5 113.9-193.2 5.4-3 7.4-9.6 4.7-15.1-2.9-5.9-10.1-8.2-15.9-5-75 41.5-125.8 121.5-125.8 213.3 0 114.7 79.2 210.8 185.9 236.8v-104c7.6 2.5 15.1 4.6 23 6.2v123.7C131.4 465.2 31 354.1 31 219.5c0-32.8 6-64.3 16.9-93.3 2.2-5.8-.6-12.2-6.3-14.6-6-2.6-13 .4-15.3 6.6C14.5 149.7 8 183.8 8 219.5c0 155.1 122.6 281.6 276.3 287.8V361.4c6.8.4 15 .5 23.4 0v145.8C461.4 501.1 584 374.6 584 219.5c0-35.7-6.5-69.8-18.3-101.4zM365.9 275.5c13 0 23.7 10.5 23.7 23.7 0 13.1-10.6 23.7-23.7 23.7-13 0-23.7-10.5-23.7-23.7 0-13.1 10.6-23.7 23.7-23.7zm-139.8 47.3c-13.2 0-23.7-10.7-23.7-23.7s10.5-23.7 23.7-23.7c13.1 0 23.7 10.6 23.7 23.7 0 13-10.5 23.7-23.7 23.7z\"],\n \"gitlab\": [512, 512, [], \"f296\", \"M105.2 24.9c-3.1-8.9-15.7-8.9-18.9 0L29.8 199.7h132c-.1 0-56.6-174.8-56.6-174.8zM.9 287.7c-2.6 8 .3 16.9 7.1 22l247.9 184-226.2-294zm160.8-88l94.3 294 94.3-294zm349.4 88l-28.8-88-226.3 294 247.9-184c6.9-5.1 9.7-14 7.2-22zM425.7 24.9c-3.1-8.9-15.7-8.9-18.9 0l-56.6 174.8h132z\"],\n \"gitter\": [384, 512, [], \"f426\", \"M66.4 322.5H16V0h50.4v322.5zM166.9 76.1h-50.4V512h50.4V76.1zm100.6 0h-50.4V512h50.4V76.1zM368 76h-50.4v247H368V76z\"],\n \"glide\": [448, 512, [], \"f2a5\", \"M252.8 148.6c0 8.8-1.6 17.7-3.4 26.4-5.8 27.8-11.6 55.8-17.3 83.6-1.4 6.3-8.3 4.9-13.7 4.9-23.8 0-30.5-26-30.5-45.5 0-29.3 11.2-68.1 38.5-83.1 4.3-2.5 9.2-4.2 14.1-4.2 11.4 0 12.3 8.3 12.3 17.9zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-64 187c0-5.1-20.8-37.7-25.5-39.5-2.2-.9-7.2-2.3-9.6-2.3-23.1 0-38.7 10.5-58.2 21.5l-.5-.5c4.3-29.4 14.6-57.2 14.6-87.4 0-44.6-23.8-62.7-67.5-62.7-71.7 0-108 70.8-108 123.5 0 54.7 32 85 86.3 85 7.5 0 6.9-.6 6.9 2.3-10.5 80.3-56.5 82.9-56.5 58.9 0-24.4 28-36.5 28.3-38-.2-7.6-29.3-17.2-36.7-17.2-21.1 0-32.7 33-32.7 50.6 0 32.3 20.4 54.7 53.3 54.7 48.2 0 83.4-49.7 94.3-91.7 9.4-37.7 7-39.4 12.3-42.1 20-10.1 35.8-16.8 58.4-16.8 11.1 0 19 2.3 36.7 5.2 1.8.1 4.1-1.7 4.1-3.5z\"],\n \"glide-g\": [448, 512, [], \"f2a6\", \"M407.1 211.2c-3.5-1.4-11.6-3.8-15.4-3.8-37.1 0-62.2 16.8-93.5 34.5l-.9-.9c7-47.3 23.5-91.9 23.5-140.4C320.8 29.1 282.6 0 212.4 0 97.3 0 39 113.7 39 198.4 39 286.3 90.3 335 177.6 335c12 0 11-1 11 3.8-16.9 128.9-90.8 133.1-90.8 94.6 0-39.2 45-58.6 45.5-61-.3-12.2-47-27.6-58.9-27.6-33.9.1-52.4 51.2-52.4 79.3C32 476 64.8 512 117.5 512c77.4 0 134-77.8 151.4-145.4 15.1-60.5 11.2-63.3 19.7-67.6 32.2-16.2 57.5-27 93.8-27 17.8 0 30.5 3.7 58.9 8.4 2.9 0 6.7-2.9 6.7-5.8 0-8-33.4-60.5-40.9-63.4zm-175.3-84.4c-9.3 44.7-18.6 89.6-27.8 134.3-2.3 10.2-13.3 7.8-22 7.8-38.3 0-49-41.8-49-73.1 0-47 18-109.3 61.8-133.4 7-4.1 14.8-6.7 22.6-6.7 18.6 0 20 13.3 20 28.7-.1 14.3-2.7 28.5-5.6 42.4z\"],\n \"gofore\": [400, 512, [], \"f3a7\", \"M324 319.8h-13.2v34.7c-24.5 23.1-56.3 35.8-89.9 35.8-73.2 0-132.4-60.2-132.4-134.4 0-74.1 59.2-134.4 132.4-134.4 35.3 0 68.6 14 93.6 39.4l62.3-63.3C335 55.3 279.7 32 220.7 32 98 32 0 132.6 0 256c0 122.5 97 224 220.7 224 63.2 0 124.5-26.2 171-82.5-2-27.6-13.4-77.7-67.7-77.7zm-12.1-112.5H205.6v89H324c33.5 0 60.5 15.1 76 41.8v-30.6c0-65.2-40.4-100.2-88.1-100.2z\"],\n \"goodreads\": [448, 512, [], \"f3a8\", \"M299.9 191.2c5.1 37.3-4.7 79-35.9 100.7-22.3 15.5-52.8 14.1-70.8 5.7-37.1-17.3-49.5-58.6-46.8-97.2 4.3-60.9 40.9-87.9 75.3-87.5 46.9-.2 71.8 31.8 78.2 78.3zM448 88v336c0 30.9-25.1 56-56 56H56c-30.9 0-56-25.1-56-56V88c0-30.9 25.1-56 56-56h336c30.9 0 56 25.1 56 56zM330 313.2s-.1-34-.1-217.3h-29v40.3c-.8.3-1.2-.5-1.6-1.2-9.6-20.7-35.9-46.3-76-46-51.9.4-87.2 31.2-100.6 77.8-4.3 14.9-5.8 30.1-5.5 45.6 1.7 77.9 45.1 117.8 112.4 115.2 28.9-1.1 54.5-17 69-45.2.5-1 1.1-1.9 1.7-2.9.2.1.4.1.6.2.3 3.8.2 30.7.1 34.5-.2 14.8-2 29.5-7.2 43.5-7.8 21-22.3 34.7-44.5 39.5-17.8 3.9-35.6 3.8-53.2-1.2-21.5-6.1-36.5-19-41.1-41.8-.3-1.6-1.3-1.3-2.3-1.3h-26.8c.8 10.6 3.2 20.3 8.5 29.2 24.2 40.5 82.7 48.5 128.2 37.4 49.9-12.3 67.3-54.9 67.4-106.3z\"],\n \"goodreads-g\": [384, 512, [], \"f3a9\", \"M42.6 403.3h2.8c12.7 0 25.5 0 38.2.1 1.6 0 3.1-.4 3.6 2.1 7.1 34.9 30 54.6 62.9 63.9 26.9 7.6 54.1 7.8 81.3 1.8 33.8-7.4 56-28.3 68-60.4 8-21.5 10.7-43.8 11-66.5.1-5.8.3-47-.2-52.8l-.9-.3c-.8 1.5-1.7 2.9-2.5 4.4-22.1 43.1-61.3 67.4-105.4 69.1-103 4-169.4-57-172-176.2-.5-23.7 1.8-46.9 8.3-69.7C58.3 47.7 112.3.6 191.6 0c61.3-.4 101.5 38.7 116.2 70.3.5 1.1 1.3 2.3 2.4 1.9V10.6h44.3c0 280.3.1 332.2.1 332.2-.1 78.5-26.7 143.7-103 162.2-69.5 16.9-159 4.8-196-57.2-8-13.5-11.8-28.3-13-44.5zM188.9 36.5c-52.5-.5-108.5 40.7-115 133.8-4.1 59 14.8 122.2 71.5 148.6 27.6 12.9 74.3 15 108.3-8.7 47.6-33.2 62.7-97 54.8-154-9.7-71.1-47.8-120-119.6-119.7z\"],\n \"google\": [488, 512, [], \"f1a0\", \"M488 261.8C488 403.3 391.1 504 248 504 110.8 504 0 393.2 0 256S110.8 8 248 8c66.8 0 123 24.5 166.3 64.9l-67.5 64.9C258.5 52.6 94.3 116.6 94.3 256c0 86.5 69.1 156.6 153.7 156.6 98.2 0 135-70.4 140.8-106.9H248v-85.3h236.1c2.3 12.7 3.9 24.9 3.9 41.4z\"],\n \"google-drive\": [512, 512, [], \"f3aa\", \"M339 314.9L175.4 32h161.2l163.6 282.9H339zm-137.5 23.6L120.9 480h310.5L512 338.5H201.5zM154.1 67.4L0 338.5 80.6 480 237 208.8 154.1 67.4z\"],\n \"google-pay\": [640, 512, [], \"f979\", \"M105.72,215v41.25h57.1a49.66,49.66,0,0,1-21.14,32.6c-9.54,6.55-21.72,10.28-36,10.28-27.6,0-50.93-18.91-59.3-44.22a65.61,65.61,0,0,1,0-41l0,0c8.37-25.46,31.7-44.37,59.3-44.37a56.43,56.43,0,0,1,40.51,16.08L176.47,155a101.24,101.24,0,0,0-70.75-27.84,105.55,105.55,0,0,0-94.38,59.11,107.64,107.64,0,0,0,0,96.18v.15a105.41,105.41,0,0,0,94.38,59c28.47,0,52.55-9.53,70-25.91,20-18.61,31.41-46.15,31.41-78.91A133.76,133.76,0,0,0,205.38,215Zm389.41-4c-10.13-9.38-23.93-14.14-41.39-14.14-22.46,0-39.34,8.34-50.5,24.86l20.85,13.26q11.45-17,31.26-17a34.05,34.05,0,0,1,22.75,8.79A28.14,28.14,0,0,1,487.79,248v5.51c-9.1-5.07-20.55-7.75-34.64-7.75-16.44,0-29.65,3.88-39.49,11.77s-14.82,18.31-14.82,31.56a39.74,39.74,0,0,0,13.94,31.27c9.25,8.34,21,12.51,34.79,12.51,16.29,0,29.21-7.3,39-21.89h1v17.72h22.61V250C510.25,233.45,505.26,220.34,495.13,211ZM475.9,300.3a37.32,37.32,0,0,1-26.57,11.16A28.61,28.61,0,0,1,431,305.21a19.41,19.41,0,0,1-7.77-15.63c0-7,3.22-12.81,9.54-17.42s14.53-7,24.07-7C470,265,480.3,268,487.64,273.94,487.64,284.07,483.68,292.85,475.9,300.3Zm-93.65-142A55.71,55.71,0,0,0,341.74,142H279.07V328.74H302.7V253.1h39c16,0,29.5-5.36,40.51-15.93.88-.89,1.76-1.79,2.65-2.68A54.45,54.45,0,0,0,382.25,158.26Zm-16.58,62.23a30.65,30.65,0,0,1-23.34,9.68H302.7V165h39.63a32,32,0,0,1,22.6,9.23A33.18,33.18,0,0,1,365.67,220.49ZM614.31,201,577.77,292.7h-.45L539.9,201H514.21L566,320.55l-29.35,64.32H561L640,201Z\"],\n \"google-play\": [512, 512, [], \"f3ab\", \"M325.3 234.3L104.6 13l280.8 161.2-60.1 60.1zM47 0C34 6.8 25.3 19.2 25.3 35.3v441.3c0 16.1 8.7 28.5 21.7 35.3l256.6-256L47 0zm425.2 225.6l-58.9-34.1-65.7 64.5 65.7 64.5 60.1-34.1c18-14.3 18-46.5-1.2-60.8zM104.6 499l280.8-161.2-60.1-60.1L104.6 499z\"],\n \"google-plus\": [512, 512, [], \"f2b3\", \"M256,8C119.1,8,8,119.1,8,256S119.1,504,256,504,504,392.9,504,256,392.9,8,256,8ZM185.3,380a124,124,0,0,1,0-248c31.3,0,60.1,11,83,32.3l-33.6,32.6c-13.2-12.9-31.3-19.1-49.4-19.1-42.9,0-77.2,35.5-77.2,78.1S142.3,334,185.3,334c32.6,0,64.9-19.1,70.1-53.3H185.3V238.1H302.2a109.2,109.2,0,0,1,1.9,20.7c0,70.8-47.5,121.2-118.8,121.2ZM415.5,273.8v35.5H380V273.8H344.5V238.3H380V202.8h35.5v35.5h35.2v35.5Z\"],\n \"google-plus-g\": [640, 512, [], \"f0d5\", \"M386.061 228.496c1.834 9.692 3.143 19.384 3.143 31.956C389.204 370.205 315.599 448 204.8 448c-106.084 0-192-85.915-192-192s85.916-192 192-192c51.864 0 95.083 18.859 128.611 50.292l-52.126 50.03c-14.145-13.621-39.028-29.599-76.485-29.599-65.484 0-118.92 54.221-118.92 121.277 0 67.056 53.436 121.277 118.92 121.277 75.961 0 104.513-54.745 108.965-82.773H204.8v-66.009h181.261zm185.406 6.437V179.2h-56.001v55.733h-55.733v56.001h55.733v55.733h56.001v-55.733H627.2v-56.001h-55.733z\"],\n \"google-plus-square\": [448, 512, [], \"f0d4\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM164 356c-55.3 0-100-44.7-100-100s44.7-100 100-100c27 0 49.5 9.8 67 26.2l-27.1 26.1c-7.4-7.1-20.3-15.4-39.8-15.4-34.1 0-61.9 28.2-61.9 63.2 0 34.9 27.8 63.2 61.9 63.2 39.6 0 54.4-28.5 56.8-43.1H164v-34.4h94.4c1 5 1.6 10.1 1.6 16.6 0 57.1-38.3 97.6-96 97.6zm220-81.8h-29v29h-29.2v-29h-29V245h29v-29H355v29h29v29.2z\"],\n \"google-wallet\": [448, 512, [], \"f1ee\", \"M156.8 126.8c37.6 60.6 64.2 113.1 84.3 162.5-8.3 33.8-18.8 66.5-31.3 98.3-13.2-52.3-26.5-101.3-56-148.5 6.5-36.4 2.3-73.6 3-112.3zM109.3 200H16.1c-6.5 0-10.5 7.5-6.5 12.7C51.8 267 81.3 330.5 101.3 400h103.5c-16.2-69.7-38.7-133.7-82.5-193.5-3-4-8-6.5-13-6.5zm47.8-88c68.5 108 130 234.5 138.2 368H409c-12-138-68.4-265-143.2-368H157.1zm251.8-68.5c-1.8-6.8-8.2-11.5-15.2-11.5h-88.3c-5.3 0-9 5-7.8 10.3 13.2 46.5 22.3 95.5 26.5 146 48.2 86.2 79.7 178.3 90.6 270.8 15.8-60.5 25.3-133.5 25.3-203 0-73.6-12.1-145.1-31.1-212.6z\"],\n \"gratipay\": [496, 512, [], \"f184\", \"M248 8C111.1 8 0 119.1 0 256s111.1 248 248 248 248-111.1 248-248S384.9 8 248 8zm114.6 226.4l-113 152.7-112.7-152.7c-8.7-11.9-19.1-50.4 13.6-72 28.1-18.1 54.6-4.2 68.5 11.9 15.9 17.9 46.6 16.9 61.7 0 13.9-16.1 40.4-30 68.1-11.9 32.9 21.6 22.6 60 13.8 72z\"],\n \"grav\": [512, 512, [], \"f2d6\", \"M301.1 212c4.4 4.4 4.4 11.9 0 16.3l-9.7 9.7c-4.4 4.7-11.9 4.7-16.6 0l-10.5-10.5c-4.4-4.7-4.4-11.9 0-16.6l9.7-9.7c4.4-4.4 11.9-4.4 16.6 0l10.5 10.8zm-30.2-19.7c3-3 3-7.8 0-10.5-2.8-3-7.5-3-10.5 0-2.8 2.8-2.8 7.5 0 10.5 3.1 2.8 7.8 2.8 10.5 0zm-26 5.3c-3 2.8-3 7.5 0 10.2 2.8 3 7.5 3 10.5 0 2.8-2.8 2.8-7.5 0-10.2-3-3-7.7-3-10.5 0zm72.5-13.3c-19.9-14.4-33.8-43.2-11.9-68.1 21.6-24.9 40.7-17.2 59.8.8 11.9 11.3 29.3 24.9 17.2 48.2-12.5 23.5-45.1 33.2-65.1 19.1zm47.7-44.5c-8.9-10-23.3 6.9-15.5 16.1 7.4 9 32.1 2.4 15.5-16.1zM504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-66.2 42.6c2.5-16.1-20.2-16.6-25.2-25.7-13.6-24.1-27.7-36.8-54.5-30.4 11.6-8 23.5-6.1 23.5-6.1.3-6.4 0-13-9.4-24.9 3.9-12.5.3-22.4.3-22.4 15.5-8.6 26.8-24.4 29.1-43.2 3.6-31-18.8-59.2-49.8-62.8-22.1-2.5-43.7 7.7-54.3 25.7-23.2 40.1 1.4 70.9 22.4 81.4-14.4-1.4-34.3-11.9-40.1-34.3-6.6-25.7 2.8-49.8 8.9-61.4 0 0-4.4-5.8-8-8.9 0 0-13.8 0-24.6 5.3 11.9-15.2 25.2-14.4 25.2-14.4 0-6.4-.6-14.9-3.6-21.6-5.4-11-23.8-12.9-31.7 2.8.1-.2.3-.4.4-.5-5 11.9-1.1 55.9 16.9 87.2-2.5 1.4-9.1 6.1-13 10-21.6 9.7-56.2 60.3-56.2 60.3-28.2 10.8-77.2 50.9-70.6 79.7.3 3 1.4 5.5 3 7.5-2.8 2.2-5.5 5-8.3 8.3-11.9 13.8-5.3 35.2 17.7 24.4 15.8-7.2 29.6-20.2 36.3-30.4 0 0-5.5-5-16.3-4.4 27.7-6.6 34.3-9.4 46.2-9.1 8 3.9 8-34.3 8-34.3 0-14.7-2.2-31-11.1-41.5 12.5 12.2 29.1 32.7 28 60.6-.8 18.3-15.2 23-15.2 23-9.1 16.6-43.2 65.9-30.4 106 0 0-9.7-14.9-10.2-22.1-17.4 19.4-46.5 52.3-24.6 64.5 26.6 14.7 108.8-88.6 126.2-142.3 34.6-20.8 55.4-47.3 63.9-65 22 43.5 95.3 94.5 101.1 59z\"],\n \"gripfire\": [384, 512, [], \"f3ac\", \"M112.5 301.4c0-73.8 105.1-122.5 105.1-203 0-47.1-34-88-39.1-90.4.4 3.3.6 6.7.6 10C179.1 110.1 32 171.9 32 286.6c0 49.8 32.2 79.2 66.5 108.3 65.1 46.7 78.1 71.4 78.1 86.6 0 10.1-4.8 17-4.8 22.3 13.1-16.7 17.4-31.9 17.5-46.4 0-29.6-21.7-56.3-44.2-86.5-16-22.3-32.6-42.6-32.6-69.5zm205.3-39c-12.1-66.8-78-124.4-94.7-130.9l4 7.2c2.4 5.1 3.4 10.9 3.4 17.1 0 44.7-54.2 111.2-56.6 116.7-2.2 5.1-3.2 10.5-3.2 15.8 0 20.1 15.2 42.1 17.9 42.1 2.4 0 56.6-55.4 58.1-87.7 6.4 11.7 9.1 22.6 9.1 33.4 0 41.2-41.8 96.9-41.8 96.9 0 11.6 31.9 53.2 35.5 53.2 1 0 2.2-1.4 3.2-2.4 37.9-39.3 67.3-85 67.3-136.8 0-8-.7-16.2-2.2-24.6z\"],\n \"grunt\": [384, 512, [], \"f3ad\", \"M61.3 189.3c-1.1 10 5.2 19.1 5.2 19.1.7-7.5 2.2-12.8 4-16.6.4 10.3 3.2 23.5 12.8 34.1 6.9 7.6 35.6 23.3 54.9 6.1 1 2.4 2.1 5.3 3 8.5 2.9 10.3-2.7 25.3-2.7 25.3s15.1-17.1 13.9-32.5c10.8-.5 21.4-8.4 21.1-19.5 0 0-18.9 10.4-35.5-8.8-9.7-11.2-40.9-42-83.1-31.8 4.3 1 8.9 2.4 13.5 4.1h-.1c-4.2 2-6.5 7.1-7 12zm28.3-1.8c19.5 11 37.4 25.7 44.9 37-5.7 3.3-21.7 10.4-38-1.7-10.3-7.6-9.8-26.2-6.9-35.3zm142.1 45.8c-1.2 15.5 13.9 32.5 13.9 32.5s-5.6-15-2.7-25.3c.9-3.2 2-6 3-8.5 19.3 17.3 48 1.5 54.8-6.1 9.6-10.6 12.3-23.8 12.8-34.1 1.8 3.8 3.4 9.1 4 16.6 0 0 6.4-9.1 5.2-19.1-.6-5-2.9-10-7-11.8h-.1c4.6-1.8 9.2-3.2 13.5-4.1-42.3-10.2-73.4 20.6-83.1 31.8-16.7 19.2-35.5 8.8-35.5 8.8-.2 10.9 10.4 18.9 21.2 19.3zm62.7-45.8c3 9.1 3.4 27.7-7 35.4-16.3 12.1-32.2 5-37.9 1.6 7.5-11.4 25.4-26 44.9-37zM160 418.5h-29.4c-5.5 0-8.2 1.6-9.5 2.9-1.9 2-2.2 4.7-.9 8.1 3.5 9.1 11.4 16.5 13.7 18.6 3.1 2.7 7.5 4.3 11.8 4.3 4.4 0 8.3-1.7 11-4.6 7.5-8.2 11.9-17.1 13-19.8.6-1.5 1.3-4.5-.9-6.8-1.8-1.8-4.7-2.7-8.8-2.7zm189.2-101.2c-2.4 17.9-13 33.8-24.6 43.7-3.1-22.7-3.7-55.5-3.7-62.4 0-14.7 9.5-24.5 12.2-26.1 2.5-1.5 5.4-3 8.3-4.6 18-9.6 40.4-21.6 40.4-43.7 0-16.2-9.3-23.2-15.4-27.8-.8-.6-1.5-1.1-2.2-1.7-2.1-1.7-3.7-3-4.3-4.4-4.4-9.8-3.6-34.2-1.7-37.6.6-.6 16.7-20.9 11.8-39.2-2-7.4-6.9-13.3-14.1-17-5.3-2.7-11.9-4.2-19.5-4.5-.1-2-.5-3.9-.9-5.9-.6-2.6-1.1-5.3-.9-8.1.4-4.7.8-9 2.2-11.3 8.4-13.3 28.8-17.6 29-17.6l12.3-2.4-8.1-9.5c-.1-.2-17.3-17.5-46.3-17.5-7.9 0-16 1.3-24.1 3.9-24.2 7.8-42.9 30.5-49.4 39.3-3.1-1-6.3-1.9-9.6-2.7-4.2-15.8 9-38.5 9-38.5s-13.6-3-33.7 15.2c-2.6-6.5-8.1-20.5-1.8-37.2C184.6 10.1 177.2 26 175 40.4c-7.6-5.4-6.7-23.1-7.2-27.6-7.5.9-29.2 21.9-28.2 48.3-2 .5-3.9 1.1-5.9 1.7-6.5-8.8-25.1-31.5-49.4-39.3-7.9-2.2-16-3.5-23.9-3.5-29 0-46.1 17.3-46.3 17.5L6 46.9l12.3 2.4c.2 0 20.6 4.3 29 17.6 1.4 2.2 1.8 6.6 2.2 11.3.2 2.8-.4 5.5-.9 8.1-.4 1.9-.8 3.9-.9 5.9-7.7.3-14.2 1.8-19.5 4.5-7.2 3.7-12.1 9.6-14.1 17-5 18.2 11.2 38.5 11.8 39.2 1.9 3.4 2.7 27.8-1.7 37.6-.6 1.4-2.2 2.7-4.3 4.4-.7.5-1.4 1.1-2.2 1.7-6.1 4.6-15.4 11.7-15.4 27.8 0 22.1 22.4 34.1 40.4 43.7 3 1.6 5.8 3.1 8.3 4.6 2.7 1.6 12.2 11.4 12.2 26.1 0 6.9-.6 39.7-3.7 62.4-11.6-9.9-22.2-25.9-24.6-43.8 0 0-29.2 22.6-20.6 70.8 5.2 29.5 23.2 46.1 47 54.7 8.8 19.1 29.4 45.7 67.3 49.6C143 504.3 163 512 192.2 512h.2c29.1 0 49.1-7.7 63.6-19.5 37.9-3.9 58.5-30.5 67.3-49.6 23.8-8.7 41.7-25.2 47-54.7 8.2-48.4-21.1-70.9-21.1-70.9zM305.7 37.7c5.6-1.8 11.6-2.7 17.7-2.7 11 0 19.9 3 24.7 5-3.1 1.4-6.4 3.2-9.7 5.3-2.4-.4-5.6-.8-9.2-.8-10.5 0-20.5 3.1-28.7 8.9-12.3 8.7-18 16.9-20.7 22.4-2.2-1.3-4.5-2.5-7.1-3.7-1.6-.8-3.1-1.5-4.7-2.2 6.1-9.1 19.9-26.5 37.7-32.2zm21 18.2c-.8 1-1.6 2.1-2.3 3.2-3.3 5.2-3.9 11.6-4.4 17.8-.5 6.4-1.1 12.5-4.4 17-4.2.8-8.1 1.7-11.5 2.7-2.3-3.1-5.6-7-10.5-11.2 1.4-4.8 5.5-16.1 13.5-22.5 5.6-4.3 12.2-6.7 19.6-7zM45.6 45.3c-3.3-2.2-6.6-4-9.7-5.3 4.8-2 13.7-5 24.7-5 6.1 0 12 .9 17.7 2.7 17.8 5.8 31.6 23.2 37.7 32.1-1.6.7-3.2 1.4-4.8 2.2-2.5 1.2-4.9 2.5-7.1 3.7-2.6-5.4-8.3-13.7-20.7-22.4-8.3-5.8-18.2-8.9-28.8-8.9-3.4.1-6.6.5-9 .9zm44.7 40.1c-4.9 4.2-8.3 8-10.5 11.2-3.4-.9-7.3-1.9-11.5-2.7C65 89.5 64.5 83.4 64 77c-.5-6.2-1.1-12.6-4.4-17.8-.7-1.1-1.5-2.2-2.3-3.2 7.4.3 14 2.6 19.5 7 8 6.3 12.1 17.6 13.5 22.4zM58.1 259.9c-2.7-1.6-5.6-3.1-8.4-4.6-14.9-8-30.2-16.3-30.2-30.5 0-11.1 4.3-14.6 8.9-18.2l.5-.4c.7-.6 1.4-1.2 2.2-1.8-.9 7.2-1.9 13.3-2.7 14.9 0 0 12.1-15 15.7-44.3 1.4-11.5-1.1-34.3-5.1-43 .2 4.9 0 9.8-.3 14.4-.4-.8-.8-1.6-1.3-2.2-3.2-4-11.8-17.5-9.4-26.6.9-3.5 3.1-6 6.7-7.8 3.8-1.9 8.8-2.9 15.1-2.9 12.3 0 25.9 3.7 32.9 6 25.1 8 55.4 30.9 64.1 37.7.2.2.4.3.4.3l5.6 3.9-3.5-5.8c-.2-.3-19.1-31.4-53.2-46.5 2-2.9 7.4-8.1 21.6-15.1 21.4-10.5 46.5-15.8 74.3-15.8 27.9 0 52.9 5.3 74.3 15.8 14.2 6.9 19.6 12.2 21.6 15.1-34 15.1-52.9 46.2-53.1 46.5l-3.5 5.8 5.6-3.9s.2-.1.4-.3c8.7-6.8 39-29.8 64.1-37.7 7-2.2 20.6-6 32.9-6 6.3 0 11.3 1 15.1 2.9 3.5 1.8 5.7 4.4 6.7 7.8 2.5 9.1-6.1 22.6-9.4 26.6-.5.6-.9 1.3-1.3 2.2-.3-4.6-.5-9.5-.3-14.4-4 8.8-6.5 31.5-5.1 43 3.6 29.3 15.7 44.3 15.7 44.3-.8-1.6-1.8-7.7-2.7-14.9.7.6 1.5 1.2 2.2 1.8l.5.4c4.6 3.7 8.9 7.1 8.9 18.2 0 14.2-15.4 22.5-30.2 30.5-2.9 1.5-5.7 3.1-8.4 4.6-8.7 5-18 16.7-19.1 34.2-.9 14.6.9 49.9 3.4 75.9-12.4 4.8-26.7 6.4-39.7 6.8-2-4.1-3.9-8.5-5.5-13.1-.7-2-19.6-51.1-26.4-62.2 5.5 39 17.5 73.7 23.5 89.6-3.5-.5-7.3-.7-11.7-.7h-117c-4.4 0-8.3.3-11.7.7 6-15.9 18.1-50.6 23.5-89.6-6.8 11.2-25.7 60.3-26.4 62.2-1.6 4.6-3.5 9-5.5 13.1-13-.4-27.2-2-39.7-6.8 2.5-26 4.3-61.2 3.4-75.9-.9-17.4-10.3-29.2-19-34.2zM34.8 404.6c-12.1-20-8.7-54.1-3.7-59.1 10.9 34.4 47.2 44.3 74.4 45.4-2.7 4.2-5.2 7.6-7 10l-1.4 1.4c-7.2 7.8-8.6 18.5-4.1 31.8-22.7-.1-46.3-9.8-58.2-29.5zm45.7 43.5c6 1.1 12.2 1.9 18.6 2.4 3.5 8 7.4 15.9 12.3 23.1-14.4-5.9-24.4-16-30.9-25.5zM192 498.2c-60.6-.1-78.3-45.8-84.9-64.7-3.7-10.5-3.4-18.2.9-23.1 2.9-3.3 9.5-7.2 24.6-7.2h118.8c15.1 0 21.8 3.9 24.6 7.2 4.2 4.8 4.5 12.6.9 23.1-6.6 18.8-24.3 64.6-84.9 64.7zm80.6-24.6c4.9-7.2 8.8-15.1 12.3-23.1 6.4-.5 12.6-1.3 18.6-2.4-6.5 9.5-16.5 19.6-30.9 25.5zm76.6-69c-12 19.7-35.6 29.3-58.1 29.7 4.5-13.3 3.1-24.1-4.1-31.8-.4-.5-.9-1-1.4-1.5-1.8-2.4-4.3-5.8-7-10 27.2-1.2 63.5-11 74.4-45.4 5 5 8.4 39.1-3.8 59zM191.9 187.7h.2c12.7-.1 27.2-17.8 27.2-17.8-9.9 6-18.8 8.1-27.3 8.3-8.5-.2-17.4-2.3-27.3-8.3 0 0 14.5 17.6 27.2 17.8zm61.7 230.7h-29.4c-4.2 0-7.2.9-8.9 2.7-2.2 2.3-1.5 5.2-.9 6.7 1 2.6 5.5 11.3 13 19.3 2.7 2.9 6.6 4.5 11 4.5s8.7-1.6 11.8-4.2c2.3-2 10.2-9.2 13.7-18.1 1.3-3.3 1-6-.9-7.9-1.3-1.3-4-2.9-9.4-3z\"],\n \"gulp\": [256, 512, [], \"f3ae\", \"M209.8 391.1l-14.1 24.6-4.6 80.2c0 8.9-28.3 16.1-63.1 16.1s-63.1-7.2-63.1-16.1l-5.8-79.4-14.9-25.4c41.2 17.3 126 16.7 165.6 0zm-196-253.3l13.6 125.5c5.9-20 20.8-47 40-55.2 6.3-2.7 12.7-2.7 18.7.9 5.2 3 9.6 9.3 10.1 11.8 1.2 6.5-2 9.1-4.5 9.1-3 0-5.3-4.6-6.8-7.3-4.1-7.3-10.3-7.6-16.9-2.8-6.9 5-12.9 13.4-17.1 20.7-5.1 8.8-9.4 18.5-12 28.2-1.5 5.6-2.9 14.6-.6 19.9 1 2.2 2.5 3.6 4.9 3.6 5 0 12.3-6.6 15.8-10.1 4.5-4.5 10.3-11.5 12.5-16l5.2-15.5c2.6-6.8 9.9-5.6 9.9 0 0 10.2-3.7 13.6-10 34.7-5.8 19.5-7.6 25.8-7.6 25.8-.7 2.8-3.4 7.5-6.3 7.5-1.2 0-2.1-.4-2.6-1.2-1-1.4-.9-5.3-.8-6.3.2-3.2 6.3-22.2 7.3-25.2-2 2.2-4.1 4.4-6.4 6.6-5.4 5.1-14.1 11.8-21.5 11.8-3.4 0-5.6-.9-7.7-2.4l7.6 79.6c2 5 39.2 17.1 88.2 17.1 49.1 0 86.3-12.2 88.2-17.1l10.9-94.6c-5.7 5.2-12.3 11.6-19.6 14.8-5.4 2.3-17.4 3.8-17.4-5.7 0-5.2 9.1-14.8 14.4-21.5 1.4-1.7 4.7-5.9 4.7-8.1 0-2.9-6-2.2-11.7 2.5-3.2 2.7-6.2 6.3-8.7 9.7-4.3 6-6.6 11.2-8.5 15.5-6.2 14.2-4.1 8.6-9.1 22-5 13.3-4.2 11.8-5.2 14-.9 1.9-2.2 3.5-4 4.5-1.9 1-4.5.9-6.1-.3-.9-.6-1.3-1.9-1.3-3.7 0-.9.1-1.8.3-2.7 1.5-6.1 7.8-18.1 15-34.3 1.6-3.7 1-2.6.8-2.3-6.2 6-10.9 8.9-14.4 10.5-5.8 2.6-13 2.6-14.5-4.1-.1-.4-.1-.8-.2-1.2-11.8 9.2-24.3 11.7-20-8.1-4.6 8.2-12.6 14.9-22.4 14.9-4.1 0-7.1-1.4-8.6-5.1-2.3-5.5 1.3-14.9 4.6-23.8 1.7-4.5 4-9.9 7.1-16.2 1.6-3.4 4.2-5.4 7.6-4.5.6.2 1.1.4 1.6.7 2.6 1.8 1.6 4.5.3 7.2-3.8 7.5-7.1 13-9.3 20.8-.9 3.3-2 9 1.5 9 2.4 0 4.7-.8 6.9-2.4 4.6-3.4 8.3-8.5 11.1-13.5 2-3.6 4.4-8.3 5.6-12.3.5-1.7 1.1-3.3 1.8-4.8 1.1-2.5 2.6-5.1 5.2-5.1 1.3 0 2.4.5 3.2 1.5 1.7 2.2 1.3 4.5.4 6.9-2 5.6-4.7 10.6-6.9 16.7-1.3 3.5-2.7 8-2.7 11.7 0 3.4 3.7 2.6 6.8 1.2 2.4-1.1 4.8-2.8 6.8-4.5 1.2-4.9.9-3.8 26.4-68.2 1.3-3.3 3.7-4.7 6.1-4.7 1.2 0 2.2.4 3.2 1.1 1.7 1.3 1.7 4.1 1 6.2-.7 1.9-.6 1.3-4.5 10.5-5.2 12.1-8.6 20.8-13.2 31.9-1.9 4.6-7.7 18.9-8.7 22.3-.6 2.2-1.3 5.8 1 5.8 5.4 0 19.3-13.1 23.1-17 .2-.3.5-.4.9-.6.6-1.9 1.2-3.7 1.7-5.5 1.4-3.8 2.7-8.2 5.3-11.3.8-1 1.7-1.6 2.7-1.6 2.8 0 4.2 1.2 4.2 4 0 1.1-.7 5.1-1.1 6.2 1.4-1.5 2.9-3 4.5-4.5 15-13.9 25.7-6.8 25.7.2 0 7.4-8.9 17.7-13.8 23.4-1.6 1.9-4.9 5.4-5 6.4 0 1.3.9 1.8 2.2 1.8 2 0 6.4-3.5 8-4.7 5-3.9 11.8-9.9 16.6-14.1l14.8-136.8c-30.5 17.1-197.6 17.2-228.3.2zm229.7-8.5c0 21-231.2 21-231.2 0 0-8.8 51.8-15.9 115.6-15.9 9 0 17.8.1 26.3.4l12.6-48.7L228.1.6c1.4-1.4 5.8-.2 9.9 3.5s6.6 7.9 5.3 9.3l-.1.1L185.9 74l-10 40.7c39.9 2.6 67.6 8.1 67.6 14.6zm-69.4 4.6c0-.8-.9-1.5-2.5-2.1l-.2.8c0 1.3-5 2.4-11.1 2.4s-11.1-1.1-11.1-2.4c0-.1 0-.2.1-.3l.2-.7c-1.8.6-3 1.4-3 2.3 0 2.1 6.2 3.7 13.7 3.7 7.7.1 13.9-1.6 13.9-3.7z\"],\n \"hacker-news\": [448, 512, [], \"f1d4\", \"M0 32v448h448V32H0zm21.2 197.2H21c.1-.1.2-.3.3-.4 0 .1 0 .3-.1.4zm218 53.9V384h-31.4V281.3L128 128h37.3c52.5 98.3 49.2 101.2 59.3 125.6 12.3-27 5.8-24.4 60.6-125.6H320l-80.8 155.1z\"],\n \"hacker-news-square\": [448, 512, [], \"f3af\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM21.2 229.2H21c.1-.1.2-.3.3-.4 0 .1 0 .3-.1.4zm218 53.9V384h-31.4V281.3L128 128h37.3c52.5 98.3 49.2 101.2 59.3 125.6 12.3-27 5.8-24.4 60.6-125.6H320l-80.8 155.1z\"],\n \"hackerrank\": [512, 512, [], \"f5f7\", \"M477.5 128C463 103.05 285.13 0 256.16 0S49.25 102.79 34.84 128s-14.49 230.8 0 256 192.38 128 221.32 128S463 409.08 477.49 384s14.51-231 .01-256zM316.13 414.22c-4 0-40.91-35.77-38-38.69.87-.87 6.26-1.48 17.55-1.83 0-26.23.59-68.59.94-86.32 0-2-.44-3.43-.44-5.85h-79.93c0 7.1-.46 36.2 1.37 72.88.23 4.54-1.58 6-5.74 5.94-10.13 0-20.27-.11-30.41-.08-4.1 0-5.87-1.53-5.74-6.11.92-33.44 3-84-.15-212.67v-3.17c-9.67-.35-16.38-1-17.26-1.84-2.92-2.92 34.54-38.69 38.49-38.69s41.17 35.78 38.27 38.69c-.87.87-7.9 1.49-16.77 1.84v3.16c-2.42 25.75-2 79.59-2.63 105.39h80.26c0-4.55.39-34.74-1.2-83.64-.1-3.39.95-5.17 4.21-5.2 11.07-.08 22.15-.13 33.23-.06 3.46 0 4.57 1.72 4.5 5.38C333 354.64 336 341.29 336 373.69c8.87.35 16.82 1 17.69 1.84 2.88 2.91-33.62 38.69-37.58 38.69z\"],\n \"hips\": [640, 512, [], \"f452\", \"M251.6 157.6c0-1.9-.9-2.8-2.8-2.8h-40.9c-1.6 0-2.7 1.4-2.7 2.8v201.8c0 1.4 1.1 2.8 2.7 2.8h40.9c1.9 0 2.8-.9 2.8-2.8zM156.5 168c-16.1-11.8-36.3-17.9-60.3-18-18.1-.1-34.6 3.7-49.8 11.4V80.2c0-1.8-.9-2.7-2.8-2.7H2.7c-1.8 0-2.7.9-2.7 2.7v279.2c0 1.9.9 2.8 2.7 2.8h41c1.9 0 2.8-.9 2.8-2.8V223.3c0-.8-2.8-27 45.8-27 48.5 0 45.8 26.1 45.8 27v122.6c0 9 7.3 16.3 16.4 16.3h27.3c1.8 0 2.7-.9 2.7-2.8V223.3c0-23.4-9.3-41.8-28-55.3zm478.4 110.1c-6.8-15.7-18.4-27-34.9-34.1l-57.6-25.3c-8.6-3.6-9.2-11.2-2.6-16.1 7.4-5.5 44.3-13.9 84 6.8 1.7 1 4-.3 4-2.4v-44.7c0-1.3-.6-2.1-1.9-2.6-17.7-6.6-36.1-9.9-55.1-9.9-26.5 0-45.3 5.8-58.5 15.4-.5.4-28.4 20-22.7 53.7 3.4 19.6 15.8 34.2 37.2 43.6l53.6 23.5c11.6 5.1 15.2 13.3 12.2 21.2-3.7 9.1-13.2 13.6-36.5 13.6-24.3 0-44.7-8.9-58.4-19.1-2.1-1.4-4.4.2-4.4 2.3v34.4c0 10.4 4.9 17.3 14.6 20.7 15.6 5.5 31.6 8.2 48.2 8.2 12.7 0 25.8-1.2 36.3-4.3.7-.3 36-8.9 45.6-45.8 3.5-13.5 2.4-26.5-3.1-39.1zM376.2 149.8c-31.7 0-104.2 20.1-104.2 103.5v183.5c0 .8.6 2.7 2.7 2.7h40.9c1.9 0 2.8-.9 2.8-2.7V348c16.5 12.7 35.8 19.1 57.7 19.1 60.5 0 108.7-48.5 108.7-108.7.1-60.3-48.2-108.6-108.6-108.6zm0 170.9c-17.2 0-31.9-6.1-44-18.2-12.2-12.2-18.2-26.8-18.2-44 0-34.5 27.6-62.2 62.2-62.2 34.5 0 62.2 27.6 62.2 62.2.1 34.3-27.3 62.2-62.2 62.2zM228.3 72.5c-15.9 0-28.8 12.9-28.9 28.9 0 15.6 12.7 28.9 28.9 28.9s28.9-13.1 28.9-28.9c0-16.2-13-28.9-28.9-28.9z\"],\n \"hire-a-helper\": [512, 512, [], \"f3b0\", \"M443.1 0H71.9C67.9 37.3 37.4 67.8 0 71.7v371.5c37.4 4.9 66 32.4 71.9 68.8h372.2c3-36.4 32.5-65.8 67.9-69.8V71.7c-36.4-5.9-65-35.3-68.9-71.7zm-37 404.9c-36.3 0-18.8-2-55.1-2-35.8 0-21 2-56.1 2-5.9 0-4.9-8.2 0-9.8 22.8-7.6 22.9-10.2 24.6-12.8 10.4-15.6 5.9-83 5.9-113 0-5.3-6.4-12.8-13.8-12.8H200.4c-7.4 0-13.8 7.5-13.8 12.8 0 30-4.5 97.4 5.9 113 1.7 2.5 1.8 5.2 24.6 12.8 4.9 1.6 6 9.8 0 9.8-35.1 0-20.3-2-56.1-2-36.3 0-18.8 2-55.1 2-7.9 0-5.8-10.8 0-10.8 10.2-3.4 13.5-3.5 21.7-13.8 7.7-12.9 7.9-44.4 7.9-127.8V151.3c0-22.2-12.2-28.3-28.6-32.4-8.8-2.2-4-11.8 1-11.8 36.5 0 20.6 2 57.1 2 32.7 0 16.5-2 49.2-2 3.3 0 8.5 8.3 1 10.8-4.9 1.6-27.6 3.7-27.6 39.3 0 45.6-.2 55.8 1 68.8 0 1.3 2.3 12.8 12.8 12.8h109.2c10.5 0 12.8-11.5 12.8-12.8 1.2-13 1-23.2 1-68.8 0-35.6-22.7-37.7-27.6-39.3-7.5-2.5-2.3-10.8 1-10.8 32.7 0 16.5 2 49.2 2 36.5 0 20.6-2 57.1-2 4.9 0 9.9 9.6 1 11.8-16.4 4.1-28.6 10.3-28.6 32.4v101.2c0 83.4.1 114.9 7.9 127.8 8.2 10.2 11.4 10.4 21.7 13.8 5.8 0 7.8 10.8 0 10.8z\"],\n \"hooli\": [640, 512, [], \"f427\", \"M144.5 352l38.3.8c-13.2-4.6-26-10.2-38.3-16.8zm57.7-5.3v5.3l-19.4.8c36.5 12.5 69.9 14.2 94.7 7.2-19.9.2-45.8-2.6-75.3-13.3zm408.9-115.2c15.9 0 28.9-12.9 28.9-28.9s-12.9-24.5-28.9-24.5c-15.9 0-28.9 8.6-28.9 24.5s12.9 28.9 28.9 28.9zm-29 120.5H640V241.5h-57.9zm-73.7 0h57.9V156.7L508.4 184zm-31-119.4c-18.2-18.2-50.4-17.1-50.4-17.1s-32.3-1.1-50.4 17.1c-18.2 18.2-16.8 33.9-16.8 52.6s-1.4 34.3 16.8 52.5 50.4 17.1 50.4 17.1 32.3 1.1 50.4-17.1c18.2-18.2 16.8-33.8 16.8-52.5-.1-18.8 1.3-34.5-16.8-52.6zm-39.8 71.9c0 3.6-1.8 12.5-10.7 12.5s-10.7-8.9-10.7-12.5v-40.4c0-8.7 7.3-10.9 10.7-10.9s10.7 2.1 10.7 10.9zm-106.2-71.9c-18.2-18.2-50.4-17.1-50.4-17.1s-32.2-1.1-50.4 17.1c-1.9 1.9-3.7 3.9-5.3 6-38.2-29.6-72.5-46.5-102.1-61.1v-20.7l-22.5 10.6c-54.4-22.1-89-18.2-97.3.1 0 0-24.9 32.8 61.8 110.8V352h57.9v-28.6c-6.5-4.2-13-8.7-19.4-13.6-14.8-11.2-27.4-21.6-38.4-31.4v-31c13.1 14.7 30.5 31.4 53.4 50.3l4.5 3.6v-29.8c0-6.9 1.7-18.2 10.8-18.2s10.6 6.9 10.6 15V317c18 12.2 37.3 22.1 57.7 29.6v-93.9c0-18.7-13.4-37.4-40.6-37.4-15.8-.1-30.5 8.2-38.5 21.9v-54.3c41.9 20.9 83.9 46.5 99.9 58.3-10.2 14.6-9.3 28.1-9.3 43.7 0 18.7-1.4 34.3 16.8 52.5s50.4 17.1 50.4 17.1 32.3 1.1 50.4-17.1c18.2-18.2 16.7-33.8 16.7-52.5 0-18.5 1.5-34.2-16.7-52.3zM65.2 184v63.3c-48.7-54.5-38.9-76-35.2-79.1 13.5-11.4 37.5-8 64.4 2.1zm226.5 120.5c0 3.6-1.8 12.5-10.7 12.5s-10.7-8.9-10.7-12.5v-40.4c0-8.7 7.3-10.9 10.7-10.9s10.7 2.1 10.7 10.9z\"],\n \"hornbill\": [512, 512, [], \"f592\", \"M76.38 370.3a37.8 37.8 0 1 1-32.07-32.42c-78.28-111.35 52-190.53 52-190.53-5.86 43-8.24 91.16-8.24 91.16-67.31 41.49.93 64.06 39.81 72.87a140.38 140.38 0 0 0 131.66 91.94c1.92 0 3.77-.21 5.67-.28l.11 18.86c-99.22 1.39-158.7-29.14-188.94-51.6zm108-327.7A37.57 37.57 0 0 0 181 21.45a37.95 37.95 0 1 0-31.17 54.22c-22.55 29.91-53.83 89.57-52.42 190l21.84-.15c0-.9-.14-1.77-.14-2.68A140.42 140.42 0 0 1 207 132.71c8-37.71 30.7-114.3 73.8-44.29 0 0 48.14 2.38 91.18 8.24 0 0-77.84-128-187.59-54.06zm304.19 134.17a37.94 37.94 0 1 0-53.84-28.7C403 126.13 344.89 99 251.28 100.33l.14 22.5c2.7-.15 5.39-.41 8.14-.41a140.37 140.37 0 0 1 130.49 88.76c39.1 9 105.06 31.58 38.46 72.54 0 0-2.34 48.13-8.21 91.16 0 0 133.45-81.16 49-194.61a37.45 37.45 0 0 0 19.31-3.5zM374.06 436.24c21.43-32.46 46.42-89.69 45.14-179.66l-19.52.14c.08 2.06.3 4.07.3 6.15a140.34 140.34 0 0 1-91.39 131.45c-8.85 38.95-31.44 106.66-72.77 39.49 0 0-48.12-2.34-91.19-8.22 0 0 79.92 131.34 191.9 51a37.5 37.5 0 0 0 3.64 14 37.93 37.93 0 1 0 33.89-54.29z\"],\n \"hotjar\": [448, 512, [], \"f3b1\", \"M414.9 161.5C340.2 29 121.1 0 121.1 0S222.2 110.4 93 197.7C11.3 252.8-21 324.4 14 402.6c26.8 59.9 83.5 84.3 144.6 93.4-29.2-55.1-6.6-122.4-4.1-129.6 57.1 86.4 165 0 110.8-93.9 71 15.4 81.6 138.6 27.1 215.5 80.5-25.3 134.1-88.9 148.8-145.6 15.5-59.3 3.7-127.9-26.3-180.9z\"],\n \"houzz\": [448, 512, [], \"f27c\", \"M275.9 330.7H171.3V480H17V32h109.5v104.5l305.1 85.6V480H275.9z\"],\n \"html5\": [384, 512, [], \"f13b\", \"M0 32l34.9 395.8L191.5 480l157.6-52.2L384 32H0zm308.2 127.9H124.4l4.1 49.4h175.6l-13.6 148.4-97.9 27v.3h-1.1l-98.7-27.3-6-75.8h47.7L138 320l53.5 14.5 53.7-14.5 6-62.2H84.3L71.5 112.2h241.1l-4.4 47.7z\"],\n \"hubspot\": [512, 512, [], \"f3b2\", \"M267.4 211.6c-25.1 23.7-40.8 57.3-40.8 94.6 0 29.3 9.7 56.3 26 78L203.1 434c-4.4-1.6-9.1-2.5-14-2.5-10.8 0-20.9 4.2-28.5 11.8-7.6 7.6-11.8 17.8-11.8 28.6s4.2 20.9 11.8 28.5c7.6 7.6 17.8 11.6 28.5 11.6 10.8 0 20.9-3.9 28.6-11.6 7.6-7.6 11.8-17.8 11.8-28.5 0-4.2-.6-8.2-1.9-12.1l50-50.2c22 16.9 49.4 26.9 79.3 26.9 71.9 0 130-58.3 130-130.2 0-65.2-47.7-119.2-110.2-128.7V116c17.5-7.4 28.2-23.8 28.2-42.9 0-26.1-20.9-47.9-47-47.9S311.2 47 311.2 73.1c0 19.1 10.7 35.5 28.2 42.9v61.2c-15.2 2.1-29.6 6.7-42.7 13.6-27.6-20.9-117.5-85.7-168.9-124.8 1.2-4.4 2-9 2-13.8C129.8 23.4 106.3 0 77.4 0 48.6 0 25.2 23.4 25.2 52.2c0 28.9 23.4 52.3 52.2 52.3 9.8 0 18.9-2.9 26.8-7.6l163.2 114.7zm89.5 163.6c-38.1 0-69-30.9-69-69s30.9-69 69-69 69 30.9 69 69-30.9 69-69 69z\"],\n \"ideal\": [576, 512, [], \"f913\", \"M125.61,165.48a49.07,49.07,0,1,0,49.06,49.06A49.08,49.08,0,0,0,125.61,165.48ZM86.15,425.84h78.94V285.32H86.15Zm151.46-211.6c0-20-10-22.53-18.74-22.53H204.82V237.5h14.05C228.62,237.5,237.61,234.69,237.61,214.24Zm201.69,46V168.93h22.75V237.5h33.69C486.5,113.08,388.61,86.19,299.67,86.19H204.84V169h14c25.6,0,41.5,17.35,41.5,45.26,0,28.81-15.52,46-41.5,46h-14V425.88h94.83c144.61,0,194.94-67.16,196.72-165.64Zm-109.75,0H273.3V169h54.43v22.73H296v10.58h30V225H296V237.5h33.51Zm74.66,0-5.16-17.67H369.31l-5.18,17.67H340.47L368,168.92h32.35l27.53,91.34ZM299.65,32H32V480H299.65c161.85,0,251-79.73,251-224.52C550.62,172,518,32,299.65,32Zm0,426.92H53.07V53.07H299.65c142.1,0,229.9,64.61,229.9,202.41C529.55,389.57,448.55,458.92,299.65,458.92Zm83.86-264.85L376,219.88H392.4l-7.52-25.81Z\"],\n \"imdb\": [448, 512, [], \"f2d8\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM21.3 229.2H21c.1-.1.2-.3.3-.4zM97 319.8H64V192h33zm113.2 0h-28.7v-86.4l-11.6 86.4h-20.6l-12.2-84.5v84.5h-29V192h42.8c3.3 19.8 6 39.9 8.7 59.9l7.6-59.9h43zm11.4 0V192h24.6c17.6 0 44.7-1.6 49 20.9 1.7 7.6 1.4 16.3 1.4 24.4 0 88.5 11.1 82.6-75 82.5zm160.9-29.2c0 15.7-2.4 30.9-22.2 30.9-9 0-15.2-3-20.9-9.8l-1.9 8.1h-29.8V192h31.7v41.7c6-6.5 12-9.2 20.9-9.2 21.4 0 22.2 12.8 22.2 30.1zM265 229.9c0-9.7 1.6-16-10.3-16v83.7c12.2.3 10.3-8.7 10.3-18.4zm85.5 26.1c0-5.4 1.1-12.7-6.2-12.7-6 0-4.9 8.9-4.9 12.7 0 .6-1.1 39.6 1.1 44.7.8 1.6 2.2 2.4 3.8 2.4 7.8 0 6.2-9 6.2-14.4z\"],\n \"instagram\": [448, 512, [], \"f16d\", \"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"],\n \"instagram-square\": [448, 512, [], \"f955\", \"M224,202.66A53.34,53.34,0,1,0,277.36,256,53.38,53.38,0,0,0,224,202.66Zm124.71-41a54,54,0,0,0-30.41-30.41c-21-8.29-71-6.43-94.3-6.43s-73.25-1.93-94.31,6.43a54,54,0,0,0-30.41,30.41c-8.28,21-6.43,71.05-6.43,94.33S91,329.26,99.32,350.33a54,54,0,0,0,30.41,30.41c21,8.29,71,6.43,94.31,6.43s73.24,1.93,94.3-6.43a54,54,0,0,0,30.41-30.41c8.35-21,6.43-71.05,6.43-94.33S357.1,182.74,348.75,161.67ZM224,338a82,82,0,1,1,82-82A81.9,81.9,0,0,1,224,338Zm85.38-148.3a19.14,19.14,0,1,1,19.13-19.14A19.1,19.1,0,0,1,309.42,189.74ZM400,32H48A48,48,0,0,0,0,80V432a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V80A48,48,0,0,0,400,32ZM382.88,322c-1.29,25.63-7.14,48.34-25.85,67s-41.4,24.63-67,25.85c-26.41,1.49-105.59,1.49-132,0-25.63-1.29-48.26-7.15-67-25.85s-24.63-41.42-25.85-67c-1.49-26.42-1.49-105.61,0-132,1.29-25.63,7.07-48.34,25.85-67s41.47-24.56,67-25.78c26.41-1.49,105.59-1.49,132,0,25.63,1.29,48.33,7.15,67,25.85s24.63,41.42,25.85,67.05C384.37,216.44,384.37,295.56,382.88,322Z\"],\n \"intercom\": [448, 512, [], \"f7af\", \"M392 32H56C25.1 32 0 57.1 0 88v336c0 30.9 25.1 56 56 56h336c30.9 0 56-25.1 56-56V88c0-30.9-25.1-56-56-56zm-108.3 82.1c0-19.8 29.9-19.8 29.9 0v199.5c0 19.8-29.9 19.8-29.9 0V114.1zm-74.6-7.5c0-19.8 29.9-19.8 29.9 0v216.5c0 19.8-29.9 19.8-29.9 0V106.6zm-74.7 7.5c0-19.8 29.9-19.8 29.9 0v199.5c0 19.8-29.9 19.8-29.9 0V114.1zM59.7 144c0-19.8 29.9-19.8 29.9 0v134.3c0 19.8-29.9 19.8-29.9 0V144zm323.4 227.8c-72.8 63-241.7 65.4-318.1 0-15-12.8 4.4-35.5 19.4-22.7 65.9 55.3 216.1 53.9 279.3 0 14.9-12.9 34.3 9.8 19.4 22.7zm5.2-93.5c0 19.8-29.9 19.8-29.9 0V144c0-19.8 29.9-19.8 29.9 0v134.3z\"],\n \"internet-explorer\": [512, 512, [], \"f26b\", \"M483.049 159.706c10.855-24.575 21.424-60.438 21.424-87.871 0-72.722-79.641-98.371-209.673-38.577-107.632-7.181-211.221 73.67-237.098 186.457 30.852-34.862 78.271-82.298 121.977-101.158C125.404 166.85 79.128 228.002 43.992 291.725 23.246 329.651 0 390.94 0 436.747c0 98.575 92.854 86.5 180.251 42.006 31.423 15.43 66.559 15.573 101.695 15.573 97.124 0 184.249-54.294 216.814-146.022H377.927c-52.509 88.593-196.819 52.996-196.819-47.436H509.9c6.407-43.581-1.655-95.715-26.851-141.162zM64.559 346.877c17.711 51.15 53.703 95.871 100.266 123.304-88.741 48.94-173.267 29.096-100.266-123.304zm115.977-108.873c2-55.151 50.276-94.871 103.98-94.871 53.418 0 101.981 39.72 103.981 94.871H180.536zm184.536-187.6c21.425-10.287 48.563-22.003 72.558-22.003 31.422 0 54.274 21.717 54.274 53.722 0 20.003-7.427 49.007-14.569 67.867-26.28-42.292-65.986-81.584-112.263-99.586z\"],\n \"invision\": [448, 512, [], \"f7b0\", \"M407.4 32H40.6C18.2 32 0 50.2 0 72.6v366.8C0 461.8 18.2 480 40.6 480h366.8c22.4 0 40.6-18.2 40.6-40.6V72.6c0-22.4-18.2-40.6-40.6-40.6zM176.1 145.6c.4 23.4-22.4 27.3-26.6 27.4-14.9 0-27.1-12-27.1-27 .1-35.2 53.1-35.5 53.7-.4zM332.8 377c-65.6 0-34.1-74-25-106.6 14.1-46.4-45.2-59-59.9.7l-25.8 103.3H177l8.1-32.5c-31.5 51.8-94.6 44.4-94.6-4.3.1-14.3.9-14 23-104.1H81.7l9.7-35.6h76.4c-33.6 133.7-32.6 126.9-32.9 138.2 0 20.9 40.9 13.5 57.4-23.2l19.8-79.4h-32.3l9.7-35.6h68.8l-8.9 40.5c40.5-75.5 127.9-47.8 101.8 38-14.2 51.1-14.6 50.7-14.9 58.8 0 15.5 17.5 22.6 31.8-16.9L386 325c-10.5 36.7-29.4 52-53.2 52z\"],\n \"ioxhost\": [640, 512, [], \"f208\", \"M616 160h-67.3C511.2 70.7 422.9 8 320 8 183 8 72 119 72 256c0 16.4 1.6 32.5 4.7 48H24c-13.3 0-24 10.8-24 24 0 13.3 10.7 24 24 24h67.3c37.5 89.3 125.8 152 228.7 152 137 0 248-111 248-248 0-16.4-1.6-32.5-4.7-48H616c13.3 0 24-10.8 24-24 0-13.3-10.7-24-24-24zm-96 96c0 110.5-89.5 200-200 200-75.7 0-141.6-42-175.5-104H424c13.3 0 24-10.8 24-24 0-13.3-10.7-24-24-24H125.8c-3.8-15.4-5.8-31.4-5.8-48 0-110.5 89.5-200 200-200 75.7 0 141.6 42 175.5 104H216c-13.3 0-24 10.8-24 24 0 13.3 10.7 24 24 24h298.2c3.8 15.4 5.8 31.4 5.8 48zm-304-24h208c13.3 0 24 10.7 24 24 0 13.2-10.7 24-24 24H216c-13.3 0-24-10.7-24-24 0-13.2 10.7-24 24-24z\"],\n \"itch-io\": [512, 512, [], \"f83a\", \"M71.92 34.77C50.2 47.67 7.4 96.84 7 109.73v21.34c0 27.06 25.29 50.84 48.25 50.84 27.57 0 50.54-22.85 50.54-50 0 27.12 22.18 50 49.76 50s49-22.85 49-50c0 27.12 23.59 50 51.16 50h.5c27.57 0 51.16-22.85 51.16-50 0 27.12 21.47 50 49 50s49.76-22.85 49.76-50c0 27.12 23 50 50.54 50 23 0 48.25-23.78 48.25-50.84v-21.34c-.4-12.9-43.2-62.07-64.92-75C372.56 32.4 325.76 32 256 32S91.14 33.1 71.92 34.77zm132.32 134.39c-22 38.4-77.9 38.71-99.85.25-13.17 23.14-43.17 32.07-56 27.66-3.87 40.15-13.67 237.13 17.73 269.15 80 18.67 302.08 18.12 379.76 0 31.65-32.27 21.32-232 17.75-269.15-12.92 4.44-42.88-4.6-56-27.66-22 38.52-77.85 38.1-99.85-.24-7.1 12.49-23.05 28.94-51.76 28.94a57.54 57.54 0 0 1-51.75-28.94zm-41.58 53.77c16.47 0 31.09 0 49.22 19.78a436.91 436.91 0 0 1 88.18 0C318.22 223 332.85 223 349.31 223c52.33 0 65.22 77.53 83.87 144.45 17.26 62.15-5.52 63.67-33.95 63.73-42.15-1.57-65.49-32.18-65.49-62.79-39.25 6.43-101.93 8.79-155.55 0 0 30.61-23.34 61.22-65.49 62.79-28.42-.06-51.2-1.58-33.94-63.73 18.67-67 31.56-144.45 83.88-144.45zM256 270.79s-44.38 40.77-52.35 55.21l29-1.17v25.32c0 1.55 21.34.16 23.33.16 11.65.54 23.31 1 23.31-.16v-25.28l29 1.17c-8-14.48-52.35-55.24-52.35-55.24z\"],\n \"itunes\": [448, 512, [], \"f3b4\", \"M223.6 80.3C129 80.3 52.5 157 52.5 251.5S129 422.8 223.6 422.8s171.2-76.7 171.2-171.2c0-94.6-76.7-171.3-171.2-171.3zm79.4 240c-3.2 13.6-13.5 21.2-27.3 23.8-12.1 2.2-22.2 2.8-31.9-5-11.8-10-12-26.4-1.4-36.8 8.4-8 20.3-9.6 38-12.8 3-.5 5.6-1.2 7.7-3.7 3.2-3.6 2.2-2 2.2-80.8 0-5.6-2.7-7.1-8.4-6.1-4 .7-91.9 17.1-91.9 17.1-5 1.1-6.7 2.6-6.7 8.3 0 116.1.5 110.8-1.2 118.5-2.1 9-7.6 15.8-14.9 19.6-8.3 4.6-23.4 6.6-31.4 5.2-21.4-4-28.9-28.7-14.4-42.9 8.4-8 20.3-9.6 38-12.8 3-.5 5.6-1.2 7.7-3.7 5-5.7.9-127 2.6-133.7.4-2.6 1.5-4.8 3.5-6.4 2.1-1.7 5.8-2.7 6.7-2.7 101-19 113.3-21.4 115.1-21.4 5.7-.4 9 3 9 8.7-.1 170.6.4 161.4-1 167.6zM345.2 32H102.8C45.9 32 0 77.9 0 134.8v242.4C0 434.1 45.9 480 102.8 480h242.4c57 0 102.8-45.9 102.8-102.8V134.8C448 77.9 402.1 32 345.2 32zM223.6 444c-106.3 0-192.5-86.2-192.5-192.5S117.3 59 223.6 59s192.5 86.2 192.5 192.5S329.9 444 223.6 444z\"],\n \"itunes-note\": [384, 512, [], \"f3b5\", \"M381.9 388.2c-6.4 27.4-27.2 42.8-55.1 48-24.5 4.5-44.9 5.6-64.5-10.2-23.9-20.1-24.2-53.4-2.7-74.4 17-16.2 40.9-19.5 76.8-25.8 6-1.1 11.2-2.5 15.6-7.4 6.4-7.2 4.4-4.1 4.4-163.2 0-11.2-5.5-14.3-17-12.3-8.2 1.4-185.7 34.6-185.7 34.6-10.2 2.2-13.4 5.2-13.4 16.7 0 234.7 1.1 223.9-2.5 239.5-4.2 18.2-15.4 31.9-30.2 39.5-16.8 9.3-47.2 13.4-63.4 10.4-43.2-8.1-58.4-58-29.1-86.6 17-16.2 40.9-19.5 76.8-25.8 6-1.1 11.2-2.5 15.6-7.4 10.1-11.5 1.8-256.6 5.2-270.2.8-5.2 3-9.6 7.1-12.9 4.2-3.5 11.8-5.5 13.4-5.5 204-38.2 228.9-43.1 232.4-43.1 11.5-.8 18.1 6 18.1 17.6.2 344.5 1.1 326-1.8 338.5z\"],\n \"java\": [384, 512, [], \"f4e4\", \"M277.74 312.9c9.8-6.7 23.4-12.5 23.4-12.5s-38.7 7-77.2 10.2c-47.1 3.9-97.7 4.7-123.1 1.3-60.1-8 33-30.1 33-30.1s-36.1-2.4-80.6 19c-52.5 25.4 130 37 224.5 12.1zm-85.4-32.1c-19-42.7-83.1-80.2 0-145.8C296 53.2 242.84 0 242.84 0c21.5 84.5-75.6 110.1-110.7 162.6-23.9 35.9 11.7 74.4 60.2 118.2zm114.6-176.2c.1 0-175.2 43.8-91.5 140.2 24.7 28.4-6.5 54-6.5 54s62.7-32.4 33.9-72.9c-26.9-37.8-47.5-56.6 64.1-121.3zm-6.1 270.5a12.19 12.19 0 0 1-2 2.6c128.3-33.7 81.1-118.9 19.8-97.3a17.33 17.33 0 0 0-8.2 6.3 70.45 70.45 0 0 1 11-3c31-6.5 75.5 41.5-20.6 91.4zM348 437.4s14.5 11.9-15.9 21.2c-57.9 17.5-240.8 22.8-291.6.7-18.3-7.9 16-19 26.8-21.3 11.2-2.4 17.7-2 17.7-2-20.3-14.3-131.3 28.1-56.4 40.2C232.84 509.4 401 461.3 348 437.4zM124.44 396c-78.7 22 47.9 67.4 148.1 24.5a185.89 185.89 0 0 1-28.2-13.8c-44.7 8.5-65.4 9.1-106 4.5-33.5-3.8-13.9-15.2-13.9-15.2zm179.8 97.2c-78.7 14.8-175.8 13.1-233.3 3.6 0-.1 11.8 9.7 72.4 13.6 92.2 5.9 233.8-3.3 237.1-46.9 0 0-6.4 16.5-76.2 29.7zM260.64 353c-59.2 11.4-93.5 11.1-136.8 6.6-33.5-3.5-11.6-19.7-11.6-19.7-86.8 28.8 48.2 61.4 169.5 25.9a60.37 60.37 0 0 1-21.1-12.8z\"],\n \"jedi-order\": [448, 512, [], \"f50e\", \"M398.5 373.6c95.9-122.1 17.2-233.1 17.2-233.1 45.4 85.8-41.4 170.5-41.4 170.5 105-171.5-60.5-271.5-60.5-271.5 96.9 72.7-10.1 190.7-10.1 190.7 85.8 158.4-68.6 230.1-68.6 230.1s-.4-16.9-2.2-85.7c4.3 4.5 34.5 36.2 34.5 36.2l-24.2-47.4 62.6-9.1-62.6-9.1 20.2-55.5-31.4 45.9c-2.2-87.7-7.8-305.1-7.9-306.9v-2.4 1-1 2.4c0 1-5.6 219-7.9 306.9l-31.4-45.9 20.2 55.5-62.6 9.1 62.6 9.1-24.2 47.4 34.5-36.2c-1.8 68.8-2.2 85.7-2.2 85.7s-154.4-71.7-68.6-230.1c0 0-107-118.1-10.1-190.7 0 0-165.5 99.9-60.5 271.5 0 0-86.8-84.8-41.4-170.5 0 0-78.7 111 17.2 233.1 0 0-26.2-16.1-49.4-77.7 0 0 16.9 183.3 222 185.7h4.1c205-2.4 222-185.7 222-185.7-23.6 61.5-49.9 77.7-49.9 77.7z\"],\n \"jenkins\": [512, 512, [], \"f3b6\", \"M487.1 425c-1.4-11.2-19-23.1-28.2-31.9-5.1-5-29-23.1-30.4-29.9-1.4-6.6 9.7-21.5 13.3-28.9 5.1-10.7 8.8-23.7 11.3-32.6 18.8-66.1 20.7-156.9-6.2-211.2-10.2-20.6-38.6-49-56.4-62.5-42-31.7-119.6-35.3-170.1-16.6-14.1 5.2-27.8 9.8-40.1 17.1-33.1 19.4-68.3 32.5-78.1 71.6-24.2 10.8-31.5 41.8-30.3 77.8.2 7 4.1 15.8 2.7 22.4-.7 3.3-5.2 7.6-6.1 9.8-11.6 27.7-2.3 64 11.1 83.7 8.1 11.9 21.5 22.4 39.2 25.2.7 10.6 3.3 19.7 8.2 30.4 3.1 6.8 14.7 19 10.4 27.7-2.2 4.4-21 13.8-27.3 17.6C89 407.2 73.7 415 54.2 429c-12.6 9-32.3 10.2-29.2 31.1 2.1 14.1 10.1 31.6 14.7 45.8.7 2 1.4 4.1 2.1 6h422c4.9-15.3 9.7-30.9 14.6-47.2 3.4-11.4 10.2-27.8 8.7-39.7zM205.9 33.7c1.8-.5 3.4.7 4.9 2.4-.2 5.2-5.4 5.1-8.9 6.8-5.4 6.7-13.4 9.8-20 17.2-6.8 7.5-14.4 27.7-23.4 30-4.5 1.1-9.7-.8-13.6-.5-10.4.7-17.7 6-28.3 7.5 13.6-29.9 56.1-54 89.3-63.4zm-104.8 93.6c13.5-14.9 32.1-24.1 54.8-25.9 11.7 29.7-8.4 65-.9 97.6 2.3 9.9 10.2 25.4-2.4 25.7.3-28.3-34.8-46.3-61.3-29.6-1.8-21.5-4.9-51.7 9.8-67.8zm36.7 200.2c-1-4.1-2.7-12.9-2.3-15.1 1.6-8.7 17.1-12.5 11-24.7-11.3-.1-13.8 10.2-24.1 11.3-26.7 2.6-45.6-35.4-44.4-58.4 1-19.5 17.6-38.2 40.1-35.8 16 1.8 21.4 19.2 24.5 34.7 9.2.5 22.5-.4 26.9-7.6-.6-17.5-8.8-31.6-8.2-47.7 1-30.3 17.5-57.6 4.8-87.4 13.6-30.9 53.5-55.3 83.1-70 36.6-18.3 94.9-3.7 129.3 15.8 19.7 11.1 34.4 32.7 48.3 50.7-19.5-5.8-36.1 4.2-33.1 20.3 16.3-14.9 44.2-.2 52.5 16.4 7.9 15.8 7.8 39.3 9 62.8 2.9 57-10.4 115.9-39.1 157.1-7.7 11-14.1 23-24.9 30.6-26 18.2-65.4 34.7-99.2 23.4-44.7-15-65-44.8-89.5-78.8.7 18.7 13.8 34.1 26.8 48.4 11.3 12.5 25 26.6 39.7 32.4-12.3-2.9-31.1-3.8-36.2 7.2-28.6-1.9-55.1-4.8-68.7-24.2-10.6-15.4-21.4-41.4-26.3-61.4zm222 124.1c4.1-3 11.1-2.9 17.4-3.6-5.4-2.7-13-3.7-19.3-2.2-.1-4.2-2-6.8-3.2-10.2 10.6-3.8 35.5-28.5 49.6-20.3 6.7 3.9 9.5 26.2 10.1 37 .4 9-.8 18-4.5 22.8-18.8-.6-35.8-2.8-50.7-7 .9-6.1-1-12.1.6-16.5zm-17.2-20c-16.8.8-26-1.2-38.3-10.8.2-.8 1.4-.5 1.5-1.4 18 8 40.8-3.3 59-4.9-7.9 5.1-14.6 11.6-22.2 17.1zm-12.1 33.2c-1.6-9.4-3.5-12-2.8-20.2 25-16.6 29.7 28.6 2.8 20.2zM226 438.6c-11.6-.7-48.1-14-38.5-23.7 9.4 6.5 27.5 4.9 41.3 7.3.8 4.4-2.8 10.2-2.8 16.4zM57.7 497.1c-4.3-12.7-9.2-25.1-14.8-36.9 30.8-23.8 65.3-48.9 102.2-63.5 2.8-1.1 23.2 25.4 26.2 27.6 16.5 11.7 37 21 56.2 30.2 1.2 8.8 3.9 20.2 8.7 35.5.7 2.3 1.4 4.7 2.2 7.2H57.7zm240.6 5.7h-.8c.3-.2.5-.4.8-.5v.5zm7.5-5.7c2.1-1.4 4.3-2.8 6.4-4.3 1.1 1.4 2.2 2.8 3.2 4.3h-9.6zm15.1-24.7c-10.8 7.3-20.6 18.3-33.3 25.2-6 3.3-27 11.7-33.4 10.2-3.6-.8-3.9-5.3-5.4-9.5-3.1-9-10.1-23.4-10.8-37-.8-17.2-2.5-46 16-42.4 14.9 2.9 32.3 9.7 43.9 16.1 7.1 3.9 11.1 8.6 21.9 9.5-.1 1.4-.1 2.8-.2 4.3-5.9 3.9-15.3 3.8-21.8 7.1 9.5.4 17 2.7 23.5 5.9-.1 3.4-.3 7-.4 10.6zm53.4 24.7h-14c-.1-3.2-2.8-5.8-6.1-5.8s-5.9 2.6-6.1 5.8h-17.4c-2.8-4.4-5.7-8.6-8.9-12.5 2.1-2.2 4-4.7 6-6.9 9 3.7 14.8-4.9 21.7-4.2 7.9.8 14.2 11.7 25.4 11l-.6 12.6zm8.7 0c.2-4 .4-7.8.6-11.5 15.6-7.3 29 1.3 35.7 11.5H383zm83.4-37c-2.3 11.2-5.8 24-9.9 37.1-.2-.1-.4-.1-.6-.1H428c.6-1.1 1.2-2.2 1.9-3.3-2.6-6.1-9-8.7-10.9-15.5 12.1-22.7 6.5-93.4-24.2-78.5 4.3-6.3 15.6-11.5 20.8-19.3 13 10.4 20.8 20.3 33.2 31.4 6.8 6 20 13.3 21.4 23.1.8 5.5-2.6 18.9-3.8 25.1zM222.2 130.5c5.4-14.9 27.2-34.7 45-32 7.7 1.2 18 8.2 12.2 17.7-30.2-7-45.2 12.6-54.4 33.1-8.1-2-4.9-13.1-2.8-18.8zm184.1 63.1c8.2-3.6 22.4-.7 29.6-5.3-4.2-11.5-10.3-21.4-9.3-37.7.5 0 1 0 1.4.1 6.8 14.2 12.7 29.2 21.4 41.7-5.7 13.5-43.6 25.4-43.1 1.2zm20.4-43zm-117.2 45.7c-6.8-10.9-19-32.5-14.5-45.3 6.5 11.9 8.6 24.4 17.8 33.3 4.1 4 12.2 9 8.2 20.2-.9 2.7-7.8 8.6-11.7 9.7-14.4 4.3-47.9.9-36.6-17.1 11.9.7 27.9 7.8 36.8-.8zm27.3 70c3.8 6.6 1.4 18.7 12.1 20.6 20.2 3.4 43.6-12.3 58.1-17.8 9-15.2-.8-20.7-8.9-30.5-16.6-20-38.8-44.8-38-74.7 6.7-4.9 7.3 7.4 8.2 9.7 8.7 20.3 30.4 46.2 46.3 63.5 3.9 4.3 10.3 8.4 11 11.2 2.1 8.2-5.4 18-4.5 23.5-21.7 13.9-45.8 29.1-81.4 25.6-7.4-6.7-10.3-21.4-2.9-31.1zm-201.3-9.2c-6.8-3.9-8.4-21-16.4-21.4-11.4-.7-9.3 22.2-9.3 35.5-7.8-7.1-9.2-29.1-3.5-40.3-6.6-3.2-9.5 3.6-13.1 5.9 4.7-34.1 49.8-15.8 42.3 20.3zm299.6 28.8c-10.1 19.2-24.4 40.4-54 41-.6-6.2-1.1-15.6 0-19.4 22.7-2.2 36.6-13.7 54-21.6zm-141.9 12.4c18.9 9.9 53.6 11 79.3 10.2 1.4 5.6 1.3 12.6 1.4 19.4-33 1.8-72-6.4-80.7-29.6zm92.2 46.7c-1.7 4.3-5.3 9.3-9.8 11.1-12.1 4.9-45.6 8.7-62.4-.3-10.7-5.7-17.5-18.5-23.4-26-2.8-3.6-16.9-12.9-.2-12.9 13.1 32.7 58 29 95.8 28.1z\"],\n \"jira\": [496, 512, [], \"f7b1\", \"M490 241.7C417.1 169 320.6 71.8 248.5 0 83 164.9 6 241.7 6 241.7c-7.9 7.9-7.9 20.7 0 28.7C138.8 402.7 67.8 331.9 248.5 512c379.4-378 15.7-16.7 241.5-241.7 8-7.9 8-20.7 0-28.6zm-241.5 90l-76-75.7 76-75.7 76 75.7-76 75.7z\"],\n \"joget\": [496, 512, [], \"f3b7\", \"M378.1 45C337.6 19.9 292.6 8 248.2 8 165 8 83.8 49.9 36.9 125.9c-71.9 116.6-35.6 269.3 81 341.2s269.3 35.6 341.2-80.9c71.9-116.6 35.6-269.4-81-341.2zm51.8 323.2c-40.4 65.5-110.4 101.5-182 101.5-6.8 0-13.6-.4-20.4-1-9-13.6-19.9-33.3-23.7-42.4-5.7-13.7-27.2-45.6 31.2-67.1 51.7-19.1 176.7-16.5 208.8-17.6-4 9-8.6 17.9-13.9 26.6zm-200.8-86.3c-55.5-1.4-81.7-20.8-58.5-48.2s51.1-40.7 68.9-51.2c17.9-10.5 27.3-33.7-23.6-29.7C87.3 161.5 48.6 252.1 37.6 293c-8.8-49.7-.1-102.7 28.5-149.1C128 43.4 259.6 12.2 360.1 74.1c74.8 46.1 111.2 130.9 99.3 212.7-24.9-.5-179.3-3.6-230.3-4.9zm183.8-54.8c-22.7-6-57 11.3-86.7 27.2-29.7 15.8-31.1 8.2-31.1 8.2s40.2-28.1 50.7-34.5 31.9-14 13.4-24.6c-3.2-1.8-6.7-2.7-10.4-2.7-17.8 0-41.5 18.7-67.5 35.6-31.5 20.5-65.3 31.3-65.3 31.3l169.5-1.6 46.5-23.4s3.6-9.5-19.1-15.5z\"],\n \"joomla\": [448, 512, [], \"f1aa\", \"M.6 92.1C.6 58.8 27.4 32 60.4 32c30 0 54.5 21.9 59.2 50.2 32.6-7.6 67.1.6 96.5 30l-44.3 44.3c-20.5-20.5-42.6-16.3-55.4-3.5-14.3 14.3-14.3 37.9 0 52.2l99.5 99.5-44 44.3c-87.7-87.2-49.7-49.7-99.8-99.7-26.8-26.5-35-64.8-24.8-98.9C20.4 144.6.6 120.7.6 92.1zm129.5 116.4l44.3 44.3c10-10 89.7-89.7 99.7-99.8 14.3-14.3 37.6-14.3 51.9 0 12.8 12.8 17 35-3.5 55.4l44 44.3c31.2-31.2 38.5-67.6 28.9-101.2 29.2-4.1 51.9-29.2 51.9-59.5 0-33.2-26.8-60.1-59.8-60.1-30.3 0-55.4 22.5-59.5 51.6-33.8-9.9-71.7-1.5-98.3 25.1-18.3 19.1-71.1 71.5-99.6 99.9zm266.3 152.2c8.2-32.7-.9-68.5-26.3-93.9-11.8-12.2 5 4.7-99.5-99.7l-44.3 44.3 99.7 99.7c14.3 14.3 14.3 37.6 0 51.9-12.8 12.8-35 17-55.4-3.5l-44 44.3c27.6 30.2 68 38.8 102.7 28 5.5 27.4 29.7 48.1 58.9 48.1 33 0 59.8-26.8 59.8-60.1 0-30.2-22.5-55-51.6-59.1zm-84.3-53.1l-44-44.3c-87 86.4-50.4 50.4-99.7 99.8-14.3 14.3-37.6 14.3-51.9 0-13.1-13.4-16.9-35.3 3.2-55.4l-44-44.3c-30.2 30.2-38 65.2-29.5 98.3-26.7 6-46.2 29.9-46.2 58.2C0 453.2 26.8 480 59.8 480c28.6 0 52.5-19.8 58.6-46.7 32.7 8.2 68.5-.6 94.2-26 32.1-32 12.2-12.4 99.5-99.7z\"],\n \"js\": [448, 512, [], \"f3b8\", \"M0 32v448h448V32H0zm243.8 349.4c0 43.6-25.6 63.5-62.9 63.5-33.7 0-53.2-17.4-63.2-38.5l34.3-20.7c6.6 11.7 12.6 21.6 27.1 21.6 13.8 0 22.6-5.4 22.6-26.5V237.7h42.1v143.7zm99.6 63.5c-39.1 0-64.4-18.6-76.7-43l34.3-19.8c9 14.7 20.8 25.6 41.5 25.6 17.4 0 28.6-8.7 28.6-20.8 0-14.4-11.4-19.5-30.7-28l-10.5-4.5c-30.4-12.9-50.5-29.2-50.5-63.5 0-31.6 24.1-55.6 61.6-55.6 26.8 0 46 9.3 59.8 33.7L368 290c-7.2-12.9-15-18-27.1-18-12.3 0-20.1 7.8-20.1 18 0 12.6 7.8 17.7 25.9 25.6l10.5 4.5c35.8 15.3 55.9 31 55.9 66.2 0 37.8-29.8 58.6-69.7 58.6z\"],\n \"js-square\": [448, 512, [], \"f3b9\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM243.8 381.4c0 43.6-25.6 63.5-62.9 63.5-33.7 0-53.2-17.4-63.2-38.5l34.3-20.7c6.6 11.7 12.6 21.6 27.1 21.6 13.8 0 22.6-5.4 22.6-26.5V237.7h42.1v143.7zm99.6 63.5c-39.1 0-64.4-18.6-76.7-43l34.3-19.8c9 14.7 20.8 25.6 41.5 25.6 17.4 0 28.6-8.7 28.6-20.8 0-14.4-11.4-19.5-30.7-28l-10.5-4.5c-30.4-12.9-50.5-29.2-50.5-63.5 0-31.6 24.1-55.6 61.6-55.6 26.8 0 46 9.3 59.8 33.7L368 290c-7.2-12.9-15-18-27.1-18-12.3 0-20.1 7.8-20.1 18 0 12.6 7.8 17.7 25.9 25.6l10.5 4.5c35.8 15.3 55.9 31 55.9 66.2 0 37.8-29.8 58.6-69.7 58.6z\"],\n \"jsfiddle\": [576, 512, [], \"f1cc\", \"M510.634 237.462c-4.727-2.621-5.664-5.748-6.381-10.776-2.352-16.488-3.539-33.619-9.097-49.095-35.895-99.957-153.99-143.386-246.849-91.646-27.37 15.25-48.971 36.369-65.493 63.903-3.184-1.508-5.458-2.71-7.824-3.686-30.102-12.421-59.049-10.121-85.331 9.167-25.531 18.737-36.422 44.548-32.676 76.408.355 3.025-1.967 7.621-4.514 9.545-39.712 29.992-56.031 78.065-41.902 124.615 13.831 45.569 57.514 79.796 105.608 81.433 30.291 1.031 60.637.546 90.959.539 84.041-.021 168.09.531 252.12-.48 52.664-.634 96.108-36.873 108.212-87.293 11.54-48.074-11.144-97.3-56.832-122.634zm21.107 156.88c-18.23 22.432-42.343 35.253-71.28 35.65-56.874.781-113.767.23-170.652.23 0 .7-163.028.159-163.728.154-43.861-.332-76.739-19.766-95.175-59.995-18.902-41.245-4.004-90.848 34.186-116.106 9.182-6.073 12.505-11.566 10.096-23.136-5.49-26.361 4.453-47.956 26.42-62.981 22.987-15.723 47.422-16.146 72.034-3.083 10.269 5.45 14.607 11.564 22.198-2.527 14.222-26.399 34.557-46.727 60.671-61.294 97.46-54.366 228.37 7.568 230.24 132.697.122 8.15 2.412 12.428 9.848 15.894 57.56 26.829 74.456 96.122 35.142 144.497zm-87.789-80.499c-5.848 31.157-34.622 55.096-66.666 55.095-16.953-.001-32.058-6.545-44.079-17.705-27.697-25.713-71.141-74.98-95.937-93.387-20.056-14.888-41.99-12.333-60.272 3.782-49.996 44.071 15.859 121.775 67.063 77.188 4.548-3.96 7.84-9.543 12.744-12.844 8.184-5.509 20.766-.884 13.168 10.622-17.358 26.284-49.33 38.197-78.863 29.301-28.897-8.704-48.84-35.968-48.626-70.179 1.225-22.485 12.364-43.06 35.414-55.965 22.575-12.638 46.369-13.146 66.991 2.474C295.68 280.7 320.467 323.97 352.185 343.47c24.558 15.099 54.254 7.363 68.823-17.506 28.83-49.209-34.592-105.016-78.868-63.46-3.989 3.744-6.917 8.932-11.41 11.72-10.975 6.811-17.333-4.113-12.809-10.353 20.703-28.554 50.464-40.44 83.271-28.214 31.429 11.714 49.108 44.366 42.76 78.186z\"],\n \"kaggle\": [320, 512, [], \"f5fa\", \"M304.2 501.5L158.4 320.3 298.2 185c2.6-2.7 1.7-10.5-5.3-10.5h-69.2c-3.5 0-7 1.8-10.5 5.3L80.9 313.5V7.5q0-7.5-7.5-7.5H21.5Q14 0 14 7.5v497q0 7.5 7.5 7.5h51.9q7.5 0 7.5-7.5v-109l30.8-29.3 110.5 140.6c3 3.5 6.5 5.3 10.5 5.3h66.9q5.25 0 6-3z\"],\n \"keybase\": [448, 512, [], \"f4f5\", \"M286.17 419a18 18 0 1 0 18 18 18 18 0 0 0-18-18zm111.92-147.6c-9.5-14.62-39.37-52.45-87.26-73.71q-9.1-4.06-18.38-7.27a78.43 78.43 0 0 0-47.88-104.13c-12.41-4.1-23.33-6-32.41-5.77-.6-2-1.89-11 9.4-35L198.66 32l-5.48 7.56c-8.69 12.06-16.92 23.55-24.34 34.89a51 51 0 0 0-8.29-1.25c-41.53-2.45-39-2.33-41.06-2.33-50.61 0-50.75 52.12-50.75 45.88l-2.36 36.68c-1.61 27 19.75 50.21 47.63 51.85l8.93.54a214 214 0 0 0-46.29 35.54C14 304.66 14 374 14 429.77v33.64l23.32-29.8a148.6 148.6 0 0 0 14.56 37.56c5.78 10.13 14.87 9.45 19.64 7.33 4.21-1.87 10-6.92 3.75-20.11a178.29 178.29 0 0 1-15.76-53.13l46.82-59.83-24.66 74.11c58.23-42.4 157.38-61.76 236.25-38.59 34.2 10.05 67.45.69 84.74-23.84.72-1 1.2-2.16 1.85-3.22a156.09 156.09 0 0 1 2.8 28.43c0 23.3-3.69 52.93-14.88 81.64-2.52 6.46 1.76 14.5 8.6 15.74 7.42 1.57 15.33-3.1 18.37-11.15C429 443 434 414 434 382.32c0-38.58-13-77.46-35.91-110.92zM142.37 128.58l-15.7-.93-1.39 21.79 13.13.78a93 93 0 0 0 .32 19.57l-22.38-1.34a12.28 12.28 0 0 1-11.76-12.79L107 119c1-12.17 13.87-11.27 13.26-11.32l29.11 1.73a144.35 144.35 0 0 0-7 19.17zm148.42 172.18a10.51 10.51 0 0 1-14.35-1.39l-9.68-11.49-34.42 27a8.09 8.09 0 0 1-11.13-1.08l-15.78-18.64a7.38 7.38 0 0 1 1.34-10.34l34.57-27.18-14.14-16.74-17.09 13.45a7.75 7.75 0 0 1-10.59-1s-3.72-4.42-3.8-4.53a7.38 7.38 0 0 1 1.37-10.34L214 225.19s-18.51-22-18.6-22.14a9.56 9.56 0 0 1 1.74-13.42 10.38 10.38 0 0 1 14.3 1.37l81.09 96.32a9.58 9.58 0 0 1-1.74 13.44zM187.44 419a18 18 0 1 0 18 18 18 18 0 0 0-18-18z\"],\n \"keycdn\": [512, 512, [], \"f3ba\", \"M63.8 409.3l60.5-59c32.1 42.8 71.1 66 126.6 67.4 30.5.7 60.3-7 86.4-22.4 5.1 5.3 18.5 19.5 20.9 22-32.2 20.7-69.6 31.1-108.1 30.2-43.3-1.1-84.6-16.7-117.7-44.4.3-.6-38.2 37.5-38.6 37.9 9.5 29.8-13.1 62.4-46.3 62.4C20.7 503.3 0 481.7 0 454.9c0-34.3 33.1-56.6 63.8-45.6zm354.9-252.4c19.1 31.3 29.6 67.4 28.7 104-1.1 44.8-19 87.5-48.6 121 .3.3 23.8 25.2 24.1 25.5 9.6-1.3 19.2 2 25.9 9.1 11.3 12 10.9 30.9-1.1 42.4-12 11.3-30.9 10.9-42.4-1.1-6.7-7-9.4-16.8-7.6-26.3-24.9-26.6-44.4-47.2-44.4-47.2 42.7-34.1 63.3-79.6 64.4-124.2.7-28.9-7.2-57.2-21.1-82.2l22.1-21zM104 53.1c6.7 7 9.4 16.8 7.6 26.3l45.9 48.1c-4.7 3.8-13.3 10.4-22.8 21.3-25.4 28.5-39.6 64.8-40.7 102.9-.7 28.9 6.1 57.2 20 82.4l-22 21.5C72.7 324 63.1 287.9 64.2 250.9c1-44.6 18.3-87.6 47.5-121.1l-25.3-26.4c-9.6 1.3-19.2-2-25.9-9.1-11.3-12-10.9-30.9 1.1-42.4C73.5 40.7 92.2 41 104 53.1zM464.9 8c26 0 47.1 22.4 47.1 48.3S490.9 104 464.9 104c-6.3.1-14-1.1-15.9-1.8l-62.9 59.7c-32.7-43.6-76.7-65.9-126.9-67.2-30.5-.7-60.3 6.8-86.2 22.4l-21.1-22C184.1 74.3 221.5 64 260 64.9c43.3 1.1 84.6 16.7 117.7 44.6l41.1-38.6c-1.5-4.7-2.2-9.6-2.2-14.5C416.5 29.7 438.9 8 464.9 8zM256.7 113.4c5.5 0 10.9.4 16.4 1.1 78.1 9.8 133.4 81.1 123.8 159.1-9.8 78.1-81.1 133.4-159.1 123.8-78.1-9.8-133.4-81.1-123.8-159.2 9.3-72.4 70.1-124.6 142.7-124.8zm-59 119.4c.6 22.7 12.2 41.8 32.4 52.2l-11 51.7h73.7l-11-51.7c20.1-10.9 32.1-29 32.4-52.2-.4-32.8-25.8-57.5-58.3-58.3-32.1.8-57.3 24.8-58.2 58.3zM256 160\"],\n \"kickstarter\": [448, 512, [], \"f3bb\", \"M400 480H48c-26.4 0-48-21.6-48-48V80c0-26.4 21.6-48 48-48h352c26.4 0 48 21.6 48 48v352c0 26.4-21.6 48-48 48zM199.6 178.5c0-30.7-17.6-45.1-39.7-45.1-25.8 0-40 19.8-40 44.5v154.8c0 25.8 13.7 45.6 40.5 45.6 21.5 0 39.2-14 39.2-45.6v-41.8l60.6 75.7c12.3 14.9 39 16.8 55.8 0 14.6-15.1 14.8-36.8 4-50.4l-49.1-62.8 40.5-58.7c9.4-13.5 9.5-34.5-5.6-49.1-16.4-15.9-44.6-17.3-61.4 7l-44.8 64.7v-38.8z\"],\n \"kickstarter-k\": [384, 512, [], \"f3bc\", \"M147.3 114.4c0-56.2-32.5-82.4-73.4-82.4C26.2 32 0 68.2 0 113.4v283c0 47.3 25.3 83.4 74.9 83.4 39.8 0 72.4-25.6 72.4-83.4v-76.5l112.1 138.3c22.7 27.2 72.1 30.7 103.2 0 27-27.6 27.3-67.4 7.4-92.2l-90.8-114.8 74.9-107.4c17.4-24.7 17.5-63.1-10.4-89.8-30.3-29-82.4-31.6-113.6 12.8L147.3 185v-70.6z\"],\n \"korvue\": [446, 512, [], \"f42f\", \"M386.5 34h-327C26.8 34 0 60.8 0 93.5v327.1C0 453.2 26.8 480 59.5 480h327.1c33 0 59.5-26.8 59.5-59.5v-327C446 60.8 419.2 34 386.5 34zM87.1 120.8h96v116l61.8-116h110.9l-81.2 132H87.1v-132zm161.8 272.1l-65.7-113.6v113.6h-96V262.1h191.5l88.6 130.8H248.9z\"],\n \"laravel\": [512, 512, [], \"f3bd\", \"M504.4,115.83a5.72,5.72,0,0,0-.28-.68,8.52,8.52,0,0,0-.53-1.25,6,6,0,0,0-.54-.71,9.36,9.36,0,0,0-.72-.94c-.23-.22-.52-.4-.77-.6a8.84,8.84,0,0,0-.9-.68L404.4,55.55a8,8,0,0,0-8,0L300.12,111h0a8.07,8.07,0,0,0-.88.69,7.68,7.68,0,0,0-.78.6,8.23,8.23,0,0,0-.72.93c-.17.24-.39.45-.54.71a9.7,9.7,0,0,0-.52,1.25c-.08.23-.21.44-.28.68a8.08,8.08,0,0,0-.28,2.08V223.18l-80.22,46.19V63.44a7.8,7.8,0,0,0-.28-2.09c-.06-.24-.2-.45-.28-.68a8.35,8.35,0,0,0-.52-1.24c-.14-.26-.37-.47-.54-.72a9.36,9.36,0,0,0-.72-.94,9.46,9.46,0,0,0-.78-.6,9.8,9.8,0,0,0-.88-.68h0L115.61,1.07a8,8,0,0,0-8,0L11.34,56.49h0a6.52,6.52,0,0,0-.88.69,7.81,7.81,0,0,0-.79.6,8.15,8.15,0,0,0-.71.93c-.18.25-.4.46-.55.72a7.88,7.88,0,0,0-.51,1.24,6.46,6.46,0,0,0-.29.67,8.18,8.18,0,0,0-.28,2.1v329.7a8,8,0,0,0,4,6.95l192.5,110.84a8.83,8.83,0,0,0,1.33.54c.21.08.41.2.63.26a7.92,7.92,0,0,0,4.1,0c.2-.05.37-.16.55-.22a8.6,8.6,0,0,0,1.4-.58L404.4,400.09a8,8,0,0,0,4-6.95V287.88l92.24-53.11a8,8,0,0,0,4-7V117.92A8.63,8.63,0,0,0,504.4,115.83ZM111.6,17.28h0l80.19,46.15-80.2,46.18L31.41,63.44Zm88.25,60V278.6l-46.53,26.79-33.69,19.4V123.5l46.53-26.79Zm0,412.78L23.37,388.5V77.32L57.06,96.7l46.52,26.8V338.68a6.94,6.94,0,0,0,.12.9,8,8,0,0,0,.16,1.18h0a5.92,5.92,0,0,0,.38.9,6.38,6.38,0,0,0,.42,1v0a8.54,8.54,0,0,0,.6.78,7.62,7.62,0,0,0,.66.84l0,0c.23.22.52.38.77.58a8.93,8.93,0,0,0,.86.66l0,0,0,0,92.19,52.18Zm8-106.17-80.06-45.32,84.09-48.41,92.26-53.11,80.13,46.13-58.8,33.56Zm184.52,4.57L215.88,490.11V397.8L346.6,323.2l45.77-26.15Zm0-119.13L358.68,250l-46.53-26.79V131.79l33.69,19.4L392.37,178Zm8-105.28-80.2-46.17,80.2-46.16,80.18,46.15Zm8,105.28V178L455,151.19l33.68-19.4v91.39h0Z\"],\n \"lastfm\": [512, 512, [], \"f202\", \"M225.8 367.1l-18.8-51s-30.5 34-76.2 34c-40.5 0-69.2-35.2-69.2-91.5 0-72.1 36.4-97.9 72.1-97.9 66.5 0 74.8 53.3 100.9 134.9 18.8 56.9 54 102.6 155.4 102.6 72.7 0 122-22.3 122-80.9 0-72.9-62.7-80.6-115-92.1-25.8-5.9-33.4-16.4-33.4-34 0-19.9 15.8-31.7 41.6-31.7 28.2 0 43.4 10.6 45.7 35.8l58.6-7c-4.7-52.8-41.1-74.5-100.9-74.5-52.8 0-104.4 19.9-104.4 83.9 0 39.9 19.4 65.1 68 76.8 44.9 10.6 79.8 13.8 79.8 45.7 0 21.7-21.1 30.5-61 30.5-59.2 0-83.9-31.1-97.9-73.9-32-96.8-43.6-163-161.3-163C45.7 113.8 0 168.3 0 261c0 89.1 45.7 137.2 127.9 137.2 66.2 0 97.9-31.1 97.9-31.1z\"],\n \"lastfm-square\": [448, 512, [], \"f203\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-92.2 312.9c-63.4 0-85.4-28.6-97.1-64.1-16.3-51-21.5-84.3-63-84.3-22.4 0-45.1 16.1-45.1 61.2 0 35.2 18 57.2 43.3 57.2 28.6 0 47.6-21.3 47.6-21.3l11.7 31.9s-19.8 19.4-61.2 19.4c-51.3 0-79.9-30.1-79.9-85.8 0-57.9 28.6-92 82.5-92 73.5 0 80.8 41.4 100.8 101.9 8.8 26.8 24.2 46.2 61.2 46.2 24.9 0 38.1-5.5 38.1-19.1 0-19.9-21.8-22-49.9-28.6-30.4-7.3-42.5-23.1-42.5-48 0-40 32.3-52.4 65.2-52.4 37.4 0 60.1 13.6 63 46.6l-36.7 4.4c-1.5-15.8-11-22.4-28.6-22.4-16.1 0-26 7.3-26 19.8 0 11 4.8 17.6 20.9 21.3 32.7 7.1 71.8 12 71.8 57.5.1 36.7-30.7 50.6-76.1 50.6z\"],\n \"leanpub\": [576, 512, [], \"f212\", \"M386.539 111.485l15.096 248.955-10.979-.275c-36.232-.824-71.64 8.783-102.657 27.997-31.016-19.214-66.424-27.997-102.657-27.997-45.564 0-82.07 10.705-123.516 27.723L93.117 129.6c28.546-11.803 61.484-18.115 92.226-18.115 41.173 0 73.836 13.175 102.657 42.544 27.723-28.271 59.013-41.721 98.539-42.544zM569.07 448c-25.526 0-47.485-5.215-70.542-15.645-34.31-15.645-69.993-24.978-107.871-24.978-38.977 0-74.934 12.901-102.657 40.623-27.723-27.723-63.68-40.623-102.657-40.623-37.878 0-73.561 9.333-107.871 24.978C55.239 442.236 32.731 448 8.303 448H6.93L49.475 98.859C88.726 76.626 136.486 64 181.775 64 218.83 64 256.984 71.685 288 93.095 319.016 71.685 357.17 64 394.225 64c45.289 0 93.049 12.626 132.3 34.859L569.07 448zm-43.368-44.741l-34.036-280.246c-30.742-13.999-67.248-21.41-101.009-21.41-38.428 0-74.385 12.077-102.657 38.702-28.272-26.625-64.228-38.702-102.657-38.702-33.761 0-70.267 7.411-101.009 21.41L50.298 403.259c47.211-19.487 82.894-33.486 135.045-33.486 37.604 0 70.817 9.606 102.657 29.644 31.84-20.038 65.052-29.644 102.657-29.644 52.151 0 87.834 13.999 135.045 33.486z\"],\n \"less\": [640, 512, [], \"f41d\", \"M612.7 219c0-20.5 3.2-32.6 3.2-54.6 0-34.2-12.6-45.2-40.5-45.2h-20.5v24.2h6.3c14.2 0 17.3 4.7 17.3 22.1 0 16.3-1.6 32.6-1.6 51.5 0 24.2 7.9 33.6 23.6 37.3v1.6c-15.8 3.7-23.6 13.1-23.6 37.3 0 18.9 1.6 34.2 1.6 51.5 0 17.9-3.7 22.6-17.3 22.6v.5h-6.3V393h20.5c27.8 0 40.5-11 40.5-45.2 0-22.6-3.2-34.2-3.2-54.6 0-11 6.8-22.6 27.3-23.6v-27.3c-20.5-.7-27.3-12.3-27.3-23.3zm-105.6 32c-15.8-6.3-30.5-10-30.5-20.5 0-7.9 6.3-12.6 17.9-12.6s22.1 4.7 33.6 13.1l21-27.8c-13.1-10-31-20.5-55.2-20.5-35.7 0-59.9 20.5-59.9 49.4 0 25.7 22.6 38.9 41.5 46.2 16.3 6.3 32.1 11.6 32.1 22.1 0 7.9-6.3 13.1-20.5 13.1-13.1 0-26.3-5.3-40.5-16.3l-21 30.5c15.8 13.1 39.9 22.1 59.9 22.1 42 0 64.6-22.1 64.6-51s-22.5-41-43-47.8zm-358.9 59.4c-3.7 0-8.4-3.2-8.4-13.1V119.1H65.2c-28.4 0-41 11-41 45.2 0 22.6 3.2 35.2 3.2 54.6 0 11-6.8 22.6-27.3 23.6v27.3c20.5.5 27.3 12.1 27.3 23.1 0 19.4-3.2 31-3.2 53.6 0 34.2 12.6 45.2 40.5 45.2h20.5v-24.2h-6.3c-13.1 0-17.3-5.3-17.3-22.6s1.6-32.1 1.6-51.5c0-24.2-7.9-33.6-23.6-37.3v-1.6c15.8-3.7 23.6-13.1 23.6-37.3 0-18.9-1.6-34.2-1.6-51.5s3.7-22.1 17.3-22.1H93v150.8c0 32.1 11 53.1 43.1 53.1 10 0 17.9-1.6 23.6-3.7l-5.3-34.2c-3.1.8-4.6.8-6.2.8zM379.9 251c-16.3-6.3-31-10-31-20.5 0-7.9 6.3-12.6 17.9-12.6 11.6 0 22.1 4.7 33.6 13.1l21-27.8c-13.1-10-31-20.5-55.2-20.5-35.7 0-59.9 20.5-59.9 49.4 0 25.7 22.6 38.9 41.5 46.2 16.3 6.3 32.1 11.6 32.1 22.1 0 7.9-6.3 13.1-20.5 13.1-13.1 0-26.3-5.3-40.5-16.3l-20.5 30.5c15.8 13.1 39.9 22.1 59.9 22.1 42 0 64.6-22.1 64.6-51 .1-28.9-22.5-41-43-47.8zm-155-68.8c-38.4 0-75.1 32.1-74.1 82.5 0 52 34.2 82.5 79.3 82.5 18.9 0 39.9-6.8 56.2-17.9l-15.8-27.8c-11.6 6.8-22.6 10-34.2 10-21 0-37.3-10-41.5-34.2H290c.5-3.7 1.6-11 1.6-19.4.6-42.6-22.6-75.7-66.7-75.7zm-30 66.2c3.2-21 15.8-31 30.5-31 18.9 0 26.3 13.1 26.3 31h-56.8z\"],\n \"line\": [448, 512, [], \"f3c0\", \"M272.1 204.2v71.1c0 1.8-1.4 3.2-3.2 3.2h-11.4c-1.1 0-2.1-.6-2.6-1.3l-32.6-44v42.2c0 1.8-1.4 3.2-3.2 3.2h-11.4c-1.8 0-3.2-1.4-3.2-3.2v-71.1c0-1.8 1.4-3.2 3.2-3.2H219c1 0 2.1.5 2.6 1.4l32.6 44v-42.2c0-1.8 1.4-3.2 3.2-3.2h11.4c1.8-.1 3.3 1.4 3.3 3.1zm-82-3.2h-11.4c-1.8 0-3.2 1.4-3.2 3.2v71.1c0 1.8 1.4 3.2 3.2 3.2h11.4c1.8 0 3.2-1.4 3.2-3.2v-71.1c0-1.7-1.4-3.2-3.2-3.2zm-27.5 59.6h-31.1v-56.4c0-1.8-1.4-3.2-3.2-3.2h-11.4c-1.8 0-3.2 1.4-3.2 3.2v71.1c0 .9.3 1.6.9 2.2.6.5 1.3.9 2.2.9h45.7c1.8 0 3.2-1.4 3.2-3.2v-11.4c0-1.7-1.4-3.2-3.1-3.2zM332.1 201h-45.7c-1.7 0-3.2 1.4-3.2 3.2v71.1c0 1.7 1.4 3.2 3.2 3.2h45.7c1.8 0 3.2-1.4 3.2-3.2v-11.4c0-1.8-1.4-3.2-3.2-3.2H301v-12h31.1c1.8 0 3.2-1.4 3.2-3.2V234c0-1.8-1.4-3.2-3.2-3.2H301v-12h31.1c1.8 0 3.2-1.4 3.2-3.2v-11.4c-.1-1.7-1.5-3.2-3.2-3.2zM448 113.7V399c-.1 44.8-36.8 81.1-81.7 81H81c-44.8-.1-81.1-36.9-81-81.7V113c.1-44.8 36.9-81.1 81.7-81H367c44.8.1 81.1 36.8 81 81.7zm-61.6 122.6c0-73-73.2-132.4-163.1-132.4-89.9 0-163.1 59.4-163.1 132.4 0 65.4 58 120.2 136.4 130.6 19.1 4.1 16.9 11.1 12.6 36.8-.7 4.1-3.3 16.1 14.1 8.8 17.4-7.3 93.9-55.3 128.2-94.7 23.6-26 34.9-52.3 34.9-81.5z\"],\n \"linkedin\": [448, 512, [], \"f08c\", \"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"],\n \"linkedin-in\": [448, 512, [], \"f0e1\", \"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"],\n \"linode\": [448, 512, [], \"f2b8\", \"M437.4 226.3c-.3-.9-.9-1.4-1.4-2l-70-38.6c-.9-.6-2-.6-3.1 0l-58.9 36c-.9.6-1.4 1.7-1.4 2.6l-.9 31.4-24-16c-.9-.6-2.3-.6-3.1 0L240 260.9l-1.4-35.1c0-.9-.6-2-1.4-2.3l-36-24.3 33.7-17.4c1.1-.6 1.7-1.7 1.7-2.9l-5.7-132.3c0-.9-.9-2-1.7-2.6L138.6.3c-.9-.3-1.7-.3-2.3-.3L12.6 38.6c-1.4.6-2.3 2-2 3.7L38 175.4c.9 3.4 34 27.4 38.6 30.9l-26.9 12.9c-1.4.9-2 2.3-1.7 3.4l20.6 100.3c.6 2.9 23.7 23.1 27.1 26.3l-17.4 10.6c-.9.6-1.7 2-1.4 3.1 1.4 7.1 15.4 77.7 16.9 79.1l65.1 69.1c.6.6 1.4.6 2.3.9.6 0 1.1-.3 1.7-.6l83.7-66.9c.9-.6 1.1-1.4 1.1-2.3l-2-46 28 23.7c1.1.9 2.9.9 4 0l66.9-53.4c.9-.6 1.1-1.4 1.1-2.3l2.3-33.4 20.3 14c1.1.9 2.6.9 3.7 0l54.6-43.7c.6-.3 1.1-1.1 1.1-2 .9-6.5 10.3-70.8 9.7-72.8zm-204.8 4.8l4 92.6-90.6 61.2-14-96.6 100.6-57.2zm-7.7-180l5.4 126-106.6 55.4L104 97.7l120.9-46.6zM44 173.1L18 48l79.7 49.4 19.4 132.9L44 173.1zm30.6 147.8L55.7 230l70 58.3 13.7 93.4-64.8-60.8zm24.3 117.7l-13.7-67.1 61.7 60.9 9.7 67.4-57.7-61.2zm64.5 64.5l-10.6-70.9 85.7-61.4 3.1 70-78.2 62.3zm82-115.1c0-3.4.9-22.9-2-25.1l-24.3-20 22.3-14.9c2.3-1.7 1.1-5.7 1.1-8l29.4 22.6.6 68.3-27.1-22.9zm94.3-25.4l-60.9 48.6-.6-68.6 65.7-46.9-4.2 66.9zm27.7-25.7l-19.1-13.4 2-34c.3-.9-.3-2-1.1-2.6L308 259.7l.6-30 64.6 40.6-5.8 66.6zm54.6-39.8l-48.3 38.3 5.7-65.1 51.1-36.6-8.5 63.4z\"],\n \"linux\": [448, 512, [], \"f17c\", \"M220.8 123.3c1 .5 1.8 1.7 3 1.7 1.1 0 2.8-.4 2.9-1.5.2-1.4-1.9-2.3-3.2-2.9-1.7-.7-3.9-1-5.5-.1-.4.2-.8.7-.6 1.1.3 1.3 2.3 1.1 3.4 1.7zm-21.9 1.7c1.2 0 2-1.2 3-1.7 1.1-.6 3.1-.4 3.5-1.6.2-.4-.2-.9-.6-1.1-1.6-.9-3.8-.6-5.5.1-1.3.6-3.4 1.5-3.2 2.9.1 1 1.8 1.5 2.8 1.4zM420 403.8c-3.6-4-5.3-11.6-7.2-19.7-1.8-8.1-3.9-16.8-10.5-22.4-1.3-1.1-2.6-2.1-4-2.9-1.3-.8-2.7-1.5-4.1-2 9.2-27.3 5.6-54.5-3.7-79.1-11.4-30.1-31.3-56.4-46.5-74.4-17.1-21.5-33.7-41.9-33.4-72C311.1 85.4 315.7.1 234.8 0 132.4-.2 158 103.4 156.9 135.2c-1.7 23.4-6.4 41.8-22.5 64.7-18.9 22.5-45.5 58.8-58.1 96.7-6 17.9-8.8 36.1-6.2 53.3-6.5 5.8-11.4 14.7-16.6 20.2-4.2 4.3-10.3 5.9-17 8.3s-14 6-18.5 14.5c-2.1 3.9-2.8 8.1-2.8 12.4 0 3.9.6 7.9 1.2 11.8 1.2 8.1 2.5 15.7.8 20.8-5.2 14.4-5.9 24.4-2.2 31.7 3.8 7.3 11.4 10.5 20.1 12.3 17.3 3.6 40.8 2.7 59.3 12.5 19.8 10.4 39.9 14.1 55.9 10.4 11.6-2.6 21.1-9.6 25.9-20.2 12.5-.1 26.3-5.4 48.3-6.6 14.9-1.2 33.6 5.3 55.1 4.1.6 2.3 1.4 4.6 2.5 6.7v.1c8.3 16.7 23.8 24.3 40.3 23 16.6-1.3 34.1-11 48.3-27.9 13.6-16.4 36-23.2 50.9-32.2 7.4-4.5 13.4-10.1 13.9-18.3.4-8.2-4.4-17.3-15.5-29.7zM223.7 87.3c9.8-22.2 34.2-21.8 44-.4 6.5 14.2 3.6 30.9-4.3 40.4-1.6-.8-5.9-2.6-12.6-4.9 1.1-1.2 3.1-2.7 3.9-4.6 4.8-11.8-.2-27-9.1-27.3-7.3-.5-13.9 10.8-11.8 23-4.1-2-9.4-3.5-13-4.4-1-6.9-.3-14.6 2.9-21.8zM183 75.8c10.1 0 20.8 14.2 19.1 33.5-3.5 1-7.1 2.5-10.2 4.6 1.2-8.9-3.3-20.1-9.6-19.6-8.4.7-9.8 21.2-1.8 28.1 1 .8 1.9-.2-5.9 5.5-15.6-14.6-10.5-52.1 8.4-52.1zm-13.6 60.7c6.2-4.6 13.6-10 14.1-10.5 4.7-4.4 13.5-14.2 27.9-14.2 7.1 0 15.6 2.3 25.9 8.9 6.3 4.1 11.3 4.4 22.6 9.3 8.4 3.5 13.7 9.7 10.5 18.2-2.6 7.1-11 14.4-22.7 18.1-11.1 3.6-19.8 16-38.2 14.9-3.9-.2-7-1-9.6-2.1-8-3.5-12.2-10.4-20-15-8.6-4.8-13.2-10.4-14.7-15.3-1.4-4.9 0-9 4.2-12.3zm3.3 334c-2.7 35.1-43.9 34.4-75.3 18-29.9-15.8-68.6-6.5-76.5-21.9-2.4-4.7-2.4-12.7 2.6-26.4v-.2c2.4-7.6.6-16-.6-23.9-1.2-7.8-1.8-15 .9-20 3.5-6.7 8.5-9.1 14.8-11.3 10.3-3.7 11.8-3.4 19.6-9.9 5.5-5.7 9.5-12.9 14.3-18 5.1-5.5 10-8.1 17.7-6.9 8.1 1.2 15.1 6.8 21.9 16l19.6 35.6c9.5 19.9 43.1 48.4 41 68.9zm-1.4-25.9c-4.1-6.6-9.6-13.6-14.4-19.6 7.1 0 14.2-2.2 16.7-8.9 2.3-6.2 0-14.9-7.4-24.9-13.5-18.2-38.3-32.5-38.3-32.5-13.5-8.4-21.1-18.7-24.6-29.9s-3-23.3-.3-35.2c5.2-22.9 18.6-45.2 27.2-59.2 2.3-1.7.8 3.2-8.7 20.8-8.5 16.1-24.4 53.3-2.6 82.4.6-20.7 5.5-41.8 13.8-61.5 12-27.4 37.3-74.9 39.3-112.7 1.1.8 4.6 3.2 6.2 4.1 4.6 2.7 8.1 6.7 12.6 10.3 12.4 10 28.5 9.2 42.4 1.2 6.2-3.5 11.2-7.5 15.9-9 9.9-3.1 17.8-8.6 22.3-15 7.7 30.4 25.7 74.3 37.2 95.7 6.1 11.4 18.3 35.5 23.6 64.6 3.3-.1 7 .4 10.9 1.4 13.8-35.7-11.7-74.2-23.3-84.9-4.7-4.6-4.9-6.6-2.6-6.5 12.6 11.2 29.2 33.7 35.2 59 2.8 11.6 3.3 23.7.4 35.7 16.4 6.8 35.9 17.9 30.7 34.8-2.2-.1-3.2 0-4.2 0 3.2-10.1-3.9-17.6-22.8-26.1-19.6-8.6-36-8.6-38.3 12.5-12.1 4.2-18.3 14.7-21.4 27.3-2.8 11.2-3.6 24.7-4.4 39.9-.5 7.7-3.6 18-6.8 29-32.1 22.9-76.7 32.9-114.3 7.2zm257.4-11.5c-.9 16.8-41.2 19.9-63.2 46.5-13.2 15.7-29.4 24.4-43.6 25.5s-26.5-4.8-33.7-19.3c-4.7-11.1-2.4-23.1 1.1-36.3 3.7-14.2 9.2-28.8 9.9-40.6.8-15.2 1.7-28.5 4.2-38.7 2.6-10.3 6.6-17.2 13.7-21.1.3-.2.7-.3 1-.5.8 13.2 7.3 26.6 18.8 29.5 12.6 3.3 30.7-7.5 38.4-16.3 9-.3 15.7-.9 22.6 5.1 9.9 8.5 7.1 30.3 17.1 41.6 10.6 11.6 14 19.5 13.7 24.6zM173.3 148.7c2 1.9 4.7 4.5 8 7.1 6.6 5.2 15.8 10.6 27.3 10.6 11.6 0 22.5-5.9 31.8-10.8 4.9-2.6 10.9-7 14.8-10.4s5.9-6.3 3.1-6.6-2.6 2.6-6 5.1c-4.4 3.2-9.7 7.4-13.9 9.8-7.4 4.2-19.5 10.2-29.9 10.2s-18.7-4.8-24.9-9.7c-3.1-2.5-5.7-5-7.7-6.9-1.5-1.4-1.9-4.6-4.3-4.9-1.4-.1-1.8 3.7 1.7 6.5z\"],\n \"lyft\": [512, 512, [], \"f3c3\", \"M0 81.1h77.8v208.7c0 33.1 15 52.8 27.2 61-12.7 11.1-51.2 20.9-80.2-2.8C7.8 334 0 310.7 0 289V81.1zm485.9 173.5v-22h23.8v-76.8h-26.1c-10.1-46.3-51.2-80.7-100.3-80.7-56.6 0-102.7 46-102.7 102.7V357c16 2.3 35.4-.3 51.7-14 17.1-14 24.8-37.2 24.8-59v-6.7h38.8v-76.8h-38.8v-23.3c0-34.6 52.2-34.6 52.2 0v77.1c0 56.6 46 102.7 102.7 102.7v-76.5c-14.5 0-26.1-11.7-26.1-25.9zm-294.3-99v113c0 15.4-23.8 15.4-23.8 0v-113H91v132.7c0 23.8 8 54 45 63.9 37 9.8 58.2-10.6 58.2-10.6-2.1 13.4-14.5 23.3-34.9 25.3-15.5 1.6-35.2-3.6-45-7.8v70.3c25.1 7.5 51.5 9.8 77.6 4.7 47.1-9.1 76.8-48.4 76.8-100.8V155.1h-77.1v.5z\"],\n \"magento\": [448, 512, [], \"f3c4\", \"M445.7 127.9V384l-63.4 36.5V164.7L223.8 73.1 65.2 164.7l.4 255.9L2.3 384V128.1L224.2 0l221.5 127.9zM255.6 420.5L224 438.9l-31.8-18.2v-256l-63.3 36.6.1 255.9 94.9 54.9 95.1-54.9v-256l-63.4-36.6v255.9z\"],\n \"mailchimp\": [448, 512, [], \"f59e\", \"M330.61 243.52a36.15 36.15 0 0 1 9.3 0c1.66-3.83 1.95-10.43.45-17.61-2.23-10.67-5.25-17.14-11.48-16.13s-6.47 8.74-4.24 19.42c1.26 6 3.49 11.14 6 14.32zM277.05 252c4.47 2 7.2 3.26 8.28 2.13 1.89-1.94-3.48-9.39-12.12-13.09a31.44 31.44 0 0 0-30.61 3.68c-3 2.18-5.81 5.22-5.41 7.06.85 3.74 10-2.71 22.6-3.48 7-.44 12.8 1.75 17.26 3.71zm-9 5.13c-9.07 1.42-15 6.53-13.47 10.1.9.34 1.17.81 5.21-.81a37 37 0 0 1 18.72-1.95c2.92.34 4.31.52 4.94-.49 1.46-2.22-5.71-8-15.39-6.85zm54.17 17.1c3.38-6.87-10.9-13.93-14.3-7s10.92 13.88 14.32 6.97zm15.66-20.47c-7.66-.13-7.95 15.8-.26 15.93s7.98-15.81.28-15.96zm-218.79 78.9c-1.32.31-6 1.45-8.47-2.35-5.2-8 11.11-20.38 3-35.77-9.1-17.47-27.82-13.54-35.05-5.54-8.71 9.6-8.72 23.54-5 24.08 4.27.57 4.08-6.47 7.38-11.63a12.83 12.83 0 0 1 17.85-3.72c11.59 7.59 1.37 17.76 2.28 28.62 1.39 16.68 18.42 16.37 21.58 9a2.08 2.08 0 0 0-.2-2.33c.03.89.68-1.3-3.35-.39zm299.72-17.07c-3.35-11.73-2.57-9.22-6.78-20.52 2.45-3.67 15.29-24-3.07-43.25-10.4-10.92-33.9-16.54-41.1-18.54-1.5-11.39 4.65-58.7-21.52-83 20.79-21.55 33.76-45.29 33.73-65.65-.06-39.16-48.15-51-107.42-26.47l-12.55 5.33c-.06-.05-22.71-22.27-23.05-22.57C169.5-18-41.77 216.81 25.78 273.85l14.76 12.51a72.49 72.49 0 0 0-4.1 33.5c3.36 33.4 36 60.42 67.53 60.38 57.73 133.06 267.9 133.28 322.29 3 1.74-4.47 9.11-24.61 9.11-42.38s-10.09-25.27-16.53-25.27zm-316 48.16c-22.82-.61-47.46-21.15-49.91-45.51-6.17-61.31 74.26-75.27 84-12.33 4.54 29.64-4.67 58.49-34.12 57.81zM84.3 249.55C69.14 252.5 55.78 261.09 47.6 273c-4.88-4.07-14-12-15.59-15-13.01-24.85 14.24-73 33.3-100.21C112.42 90.56 186.19 39.68 220.36 48.91c5.55 1.57 23.94 22.89 23.94 22.89s-34.15 18.94-65.8 45.35c-42.66 32.85-74.89 80.59-94.2 132.4zM323.18 350.7s-35.74 5.3-69.51-7.07c6.21-20.16 27 6.1 96.4-13.81 15.29-4.38 35.37-13 51-25.35a102.85 102.85 0 0 1 7.12 24.28c3.66-.66 14.25-.52 11.44 18.1-3.29 19.87-11.73 36-25.93 50.84A106.86 106.86 0 0 1 362.55 421a132.45 132.45 0 0 1-20.34 8.58c-53.51 17.48-108.3-1.74-126-43a66.33 66.33 0 0 1-3.55-9.74c-7.53-27.2-1.14-59.83 18.84-80.37 1.23-1.31 2.48-2.85 2.48-4.79a8.45 8.45 0 0 0-1.92-4.54c-7-10.13-31.19-27.4-26.33-60.83 3.5-24 24.49-40.91 44.07-39.91l5 .29c8.48.5 15.89 1.59 22.88 1.88 11.69.5 22.2-1.19 34.64-11.56 4.2-3.5 7.57-6.54 13.26-7.51a17.45 17.45 0 0 1 13.6 2.24c10 6.64 11.4 22.73 11.92 34.49.29 6.72 1.1 23 1.38 27.63.63 10.67 3.43 12.17 9.11 14 3.19 1.05 6.15 1.83 10.51 3.06 13.21 3.71 21 7.48 26 12.31a16.38 16.38 0 0 1 4.74 9.29c1.56 11.37-8.82 25.4-36.31 38.16-46.71 21.68-93.68 14.45-100.48 13.68-20.15-2.71-31.63 23.32-19.55 41.15 22.64 33.41 122.4 20 151.37-21.35.69-1 .12-1.59-.73-1-41.77 28.58-97.06 38.21-128.46 26-4.77-1.85-14.73-6.44-15.94-16.67 43.6 13.49 71 .74 71 .74s2.03-2.79-.56-2.53zm-68.47-5.7zm-83.4-187.5c16.74-19.35 37.36-36.18 55.83-45.63a.73.73 0 0 1 1 1c-1.46 2.66-4.29 8.34-5.19 12.65a.75.75 0 0 0 1.16.79c11.49-7.83 31.48-16.22 49-17.3a.77.77 0 0 1 .52 1.38 41.86 41.86 0 0 0-7.71 7.74.75.75 0 0 0 .59 1.19c12.31.09 29.66 4.4 41 10.74.76.43.22 1.91-.64 1.72-69.55-15.94-123.08 18.53-134.5 26.83a.76.76 0 0 1-1-1.12z\"],\n \"mandalorian\": [448, 512, [], \"f50f\", \"M232.27 511.89c-1-3.26-1.69-15.83-1.39-24.58.55-15.89 1-24.72 1.4-28.76.64-6.2 2.87-20.72 3.28-21.38.6-1 .4-27.87-.24-33.13-.31-2.58-.63-11.9-.69-20.73-.13-16.47-.53-20.12-2.73-24.76-1.1-2.32-1.23-3.84-1-11.43a92.38 92.38 0 0 0-.34-12.71c-2-13-3.46-27.7-3.25-33.9s.43-7.15 2.06-9.67c3.05-4.71 6.51-14 8.62-23.27 2.26-9.86 3.88-17.18 4.59-20.74a109.54 109.54 0 0 1 4.42-15.05c2.27-6.25 2.49-15.39.37-15.39-.3 0-1.38 1.22-2.41 2.71s-4.76 4.8-8.29 7.36c-8.37 6.08-11.7 9.39-12.66 12.58s-1 7.23-.16 7.76c.34.21 1.29 2.4 2.11 4.88a28.83 28.83 0 0 1 .72 15.36c-.39 1.77-1 5.47-1.46 8.23s-1 6.46-1.25 8.22a9.85 9.85 0 0 1-1.55 4.26c-1 1-1.14.91-2.05-.53a14.87 14.87 0 0 1-1.44-4.75c-.25-1.74-1.63-7.11-3.08-11.93-3.28-10.9-3.52-16.15-1-21a14.24 14.24 0 0 0 1.67-4.61c0-2.39-2.2-5.32-7.41-9.89-7-6.18-8.63-7.92-10.23-11.3-1.71-3.6-3.06-4.06-4.54-1.54-1.78 3-2.6 9.11-3 22l-.34 12.19 2 2.25c3.21 3.7 12.07 16.45 13.78 19.83 3.41 6.74 4.34 11.69 4.41 23.56s.95 22.75 2 24.71c.36.66.51 1.35.34 1.52s.41 2.09 1.29 4.27a38.14 38.14 0 0 1 2.06 9 91 91 0 0 0 1.71 10.37c2.23 9.56 2.77 14.08 2.39 20.14-.2 3.27-.53 11.07-.73 17.32-1.31 41.76-1.85 58-2 61.21-.12 2-.39 11.51-.6 21.07-.36 16.3-1.3 27.37-2.42 28.65-.64.73-8.07-4.91-12.52-9.49-3.75-3.87-4-4.79-2.83-9.95.7-3 2.26-18.29 3.33-32.62.36-4.78.81-10.5 1-12.71.83-9.37 1.66-20.35 2.61-34.78.56-8.46 1.33-16.44 1.72-17.73s.89-9.89 1.13-19.11l.43-16.77-2.26-4.3c-1.72-3.28-4.87-6.94-13.22-15.34-6-6.07-11.84-12.3-12.91-13.85l-1.95-2.81.75-10.9c1.09-15.71 1.1-48.57 0-59.06l-.89-8.7-3.28-4.52c-5.86-8.08-5.8-7.75-6.22-33.27-.1-6.07-.38-11.5-.63-12.06-.83-1.87-3.05-2.66-8.54-3.05-8.86-.62-11-1.9-23.85-14.55-6.15-6-12.34-12-13.75-13.19-2.81-2.42-2.79-2-.56-9.63l1.35-4.65-1.69-3a32.22 32.22 0 0 0-2.59-4.07c-1.33-1.51-5.5-10.89-6-13.49a4.24 4.24 0 0 1 .87-3.9c2.23-2.86 3.4-5.68 4.45-10.73 2.33-11.19 7.74-26.09 10.6-29.22 3.18-3.47 7.7-1 9.41 5 1.34 4.79 1.37 9.79.1 18.55a101.2 101.2 0 0 0-1 11.11c0 4 .19 4.69 2.25 7.39 3.33 4.37 7.73 7.41 15.2 10.52a18.67 18.67 0 0 1 4.72 2.85c11.17 10.72 18.62 16.18 22.95 16.85 5.18.8 8 4.54 10 13.39 1.31 5.65 4 11.14 5.46 11.14a9.38 9.38 0 0 0 3.33-1.39c2-1.22 2.25-1.73 2.25-4.18a132.88 132.88 0 0 0-2-17.84c-.37-1.66-.78-4.06-.93-5.35s-.61-3.85-1-5.69c-2.55-11.16-3.65-15.46-4.1-16-1.55-2-4.08-10.2-4.93-15.92-1.64-11.11-4-14.23-12.91-17.39A43.15 43.15 0 0 1 165.24 78c-1.15-1-4-3.22-6.35-5.06s-4.41-3.53-4.6-3.76a22.7 22.7 0 0 0-2.69-2c-6.24-4.22-8.84-7-11.26-12l-2.44-5-.22-13-.22-13 6.91-6.55c3.95-3.75 8.48-7.35 10.59-8.43 3.31-1.69 4.45-1.89 11.37-2 8.53-.19 10.12 0 11.66 1.56s1.36 6.4-.29 8.5a6.66 6.66 0 0 0-1.34 2.32c0 .58-2.61 4.91-5.42 9a30.39 30.39 0 0 0-2.37 6.82c20.44 13.39 21.55 3.77 14.07 29L194 66.92c3.11-8.66 6.47-17.26 8.61-26.22.29-7.63-12-4.19-15.4-8.68-2.33-5.93 3.13-14.18 6.06-19.2 1.6-2.34 6.62-4.7 8.82-4.15.88.22 4.16-.35 7.37-1.28a45.3 45.3 0 0 1 7.55-1.68 29.57 29.57 0 0 0 6-1.29c3.65-1.11 4.5-1.17 6.35-.4a29.54 29.54 0 0 0 5.82 1.36 18.18 18.18 0 0 1 6 1.91 22.67 22.67 0 0 0 5 2.17c2.51.68 3 .57 7.05-1.67l4.35-2.4L268.32 5c10.44-.4 10.81-.47 15.26-2.68L288.16 0l2.46 1.43c1.76 1 3.14 2.73 4.85 6 2.36 4.51 2.38 4.58 1.37 7.37-.88 2.44-.89 3.3-.1 6.39a35.76 35.76 0 0 0 2.1 5.91 13.55 13.55 0 0 1 1.31 4c.31 4.33 0 5.3-2.41 6.92-2.17 1.47-7 7.91-7 9.34a14.77 14.77 0 0 1-1.07 3c-5 11.51-6.76 13.56-14.26 17-9.2 4.2-12.3 5.19-16.21 5.19-3.1 0-4 .25-4.54 1.26a18.33 18.33 0 0 1-4.09 3.71 13.62 13.62 0 0 0-4.38 4.78 5.89 5.89 0 0 1-2.49 2.91 6.88 6.88 0 0 0-2.45 1.71 67.62 67.62 0 0 1-7 5.38c-3.33 2.34-6.87 5-7.87 6A7.27 7.27 0 0 1 224 100a5.76 5.76 0 0 0-2.13 1.65c-1.31 1.39-1.49 2.11-1.14 4.6a36.45 36.45 0 0 0 1.42 5.88c1.32 3.8 1.31 7.86 0 10.57s-.89 6.65 1.35 9.59c2 2.63 2.16 4.56.71 8.84a33.45 33.45 0 0 0-1.06 8.91c0 4.88.22 6.28 1.46 8.38s1.82 2.48 3.24 2.32c2-.23 2.3-1.05 4.71-12.12 2.18-10 3.71-11.92 13.76-17.08 2.94-1.51 7.46-4 10-5.44s6.79-3.69 9.37-4.91a40.09 40.09 0 0 0 15.22-11.67c7.11-8.79 10-16.22 12.85-33.3a18.37 18.37 0 0 1 2.86-7.73 20.39 20.39 0 0 0 2.89-7.31c1-5.3 2.85-9.08 5.58-11.51 4.7-4.18 6-1.09 4.59 10.87-.46 3.86-1.1 10.33-1.44 14.38l-.61 7.36 4.45 4.09 4.45 4.09.11 8.42c.06 4.63.47 9.53.92 10.89l.82 2.47-6.43 6.28c-8.54 8.33-12.88 13.93-16.76 21.61-1.77 3.49-3.74 7.11-4.38 8-2.18 3.11-6.46 13-8.76 20.26l-2.29 7.22-7 6.49c-3.83 3.57-8 7.25-9.17 8.17-3.05 2.32-4.26 5.15-4.26 10a14.62 14.62 0 0 0 1.59 7.26 42 42 0 0 1 2.09 4.83 9.28 9.28 0 0 0 1.57 2.89c1.4 1.59 1.92 16.12.83 23.22-.68 4.48-3.63 12-4.7 12-1.79 0-4.06 9.27-5.07 20.74-.18 2-.62 5.94-1 8.7s-1 10-1.35 16.05c-.77 12.22-.19 18.77 2 23.15 3.41 6.69.52 12.69-11 22.84l-4 3.49.07 5.19a40.81 40.81 0 0 0 1.14 8.87c4.61 16 4.73 16.92 4.38 37.13-.46 26.4-.26 40.27.63 44.15a61.31 61.31 0 0 1 1.08 7c.17 2 .66 5.33 1.08 7.36.47 2.26.78 11 .79 22.74v19.06l-1.81 2.63c-2.71 3.91-15.11 13.54-15.49 12.29zm29.53-45.11c-.18-.3-.33-6.87-.33-14.59 0-14.06-.89-27.54-2.26-34.45-.4-2-.81-9.7-.9-17.06-.15-11.93-1.4-24.37-2.64-26.38-.66-1.07-3-17.66-3-21.3 0-4.23 1-6 5.28-9.13s4.86-3.14 5.48-.72c.28 1.1 1.45 5.62 2.6 10 3.93 15.12 4.14 16.27 4.05 21.74-.1 5.78-.13 6.13-1.74 17.73-1 7.07-1.17 12.39-1 28.43.17 19.4-.64 35.73-2 41.27-.71 2.78-2.8 5.48-3.43 4.43zm-71-37.58a101 101 0 0 1-1.73-10.79 100.5 100.5 0 0 0-1.73-10.79 37.53 37.53 0 0 1-1-6.49c-.31-3.19-.91-7.46-1.33-9.48-1-4.79-3.35-19.35-3.42-21.07 0-.74-.34-4.05-.7-7.36-.67-6.21-.84-27.67-.22-28.29 1-1 6.63 2.76 11.33 7.43l5.28 5.25-.45 6.47c-.25 3.56-.6 10.23-.78 14.83s-.49 9.87-.67 11.71-.61 9.36-.94 16.72c-.79 17.41-1.94 31.29-2.65 32a.62.62 0 0 1-1-.14zm-87.18-266.59c21.07 12.79 17.84 14.15 28.49 17.66 13 4.29 18.87 7.13 23.15 16.87C111.6 233.28 86.25 255 78.55 268c-31 52-6 101.59 62.75 87.21-14.18 29.23-78 28.63-98.68-4.9-24.68-39.95-22.09-118.3 61-187.66zm210.79 179c56.66 6.88 82.32-37.74 46.54-89.23 0 0-26.87-29.34-64.28-68 3-15.45 9.49-32.12 30.57-53.82 89.2 63.51 92 141.61 92.46 149.36 4.3 70.64-78.7 91.18-105.29 61.71z\"],\n \"markdown\": [640, 512, [], \"f60f\", \"M593.8 59.1H46.2C20.7 59.1 0 79.8 0 105.2v301.5c0 25.5 20.7 46.2 46.2 46.2h547.7c25.5 0 46.2-20.7 46.1-46.1V105.2c0-25.4-20.7-46.1-46.2-46.1zM338.5 360.6H277v-120l-61.5 76.9-61.5-76.9v120H92.3V151.4h61.5l61.5 76.9 61.5-76.9h61.5v209.2zm135.3 3.1L381.5 256H443V151.4h61.5V256H566z\"],\n \"mastodon\": [448, 512, [], \"f4f6\", \"M433 179.11c0-97.2-63.71-125.7-63.71-125.7-62.52-28.7-228.56-28.4-290.48 0 0 0-63.72 28.5-63.72 125.7 0 115.7-6.6 259.4 105.63 289.1 40.51 10.7 75.32 13 103.33 11.4 50.81-2.8 79.32-18.1 79.32-18.1l-1.7-36.9s-36.31 11.4-77.12 10.1c-40.41-1.4-83-4.4-89.63-54a102.54 102.54 0 0 1-.9-13.9c85.63 20.9 158.65 9.1 178.75 6.7 56.12-6.7 105-41.3 111.23-72.9 9.8-49.8 9-121.5 9-121.5zm-75.12 125.2h-46.63v-114.2c0-49.7-64-51.6-64 6.9v62.5h-46.33V197c0-58.5-64-56.6-64-6.9v114.2H90.19c0-122.1-5.2-147.9 18.41-175 25.9-28.9 79.82-30.8 103.83 6.1l11.6 19.5 11.6-19.5c24.11-37.1 78.12-34.8 103.83-6.1 23.71 27.3 18.4 53 18.4 175z\"],\n \"maxcdn\": [512, 512, [], \"f136\", \"M461.1 442.7h-97.4L415.6 200c2.3-10.2.9-19.5-4.4-25.7-5-6.1-13.7-9.6-24.2-9.6h-49.3l-59.5 278h-97.4l59.5-278h-83.4l-59.5 278H0l59.5-278-44.6-95.4H387c39.4 0 75.3 16.3 98.3 44.9 23.3 28.6 31.8 67.4 23.6 105.9l-47.8 222.6z\"],\n \"mdb\": [576, 512, [], \"f8ca\", \"M17.37 160.41L7 352h43.91l5.59-79.83L84.43 352h44.71l25.54-77.43 4.79 77.43H205l-12.79-191.59H146.7L106 277.74 63.67 160.41zm281 0h-47.9V352h47.9s95 .8 94.2-95.79c-.78-94.21-94.18-95.78-94.18-95.78zm-1.2 146.46V204.78s46 4.27 46.8 50.57-46.78 51.54-46.78 51.54zm238.29-74.24a56.16 56.16 0 0 0 8-38.31c-5.34-35.76-55.08-34.32-55.08-34.32h-51.9v191.58H482s87 4.79 87-63.85c0-43.14-33.52-55.08-33.52-55.08zm-51.9-31.94s13.57-1.59 16 9.59c1.43 6.66-4 12-4 12h-12v-21.57zm-.1 109.46l.1-24.92V267h.08s41.58-4.73 41.19 22.43c-.33 25.65-41.35 20.74-41.35 20.74z\"],\n \"medapps\": [320, 512, [], \"f3c6\", \"M118.3 238.4c3.5-12.5 6.9-33.6 13.2-33.6 8.3 1.8 9.6 23.4 18.6 36.6 4.6-23.5 5.3-85.1 14.1-86.7 9-.7 19.7 66.5 22 77.5 9.9 4.1 48.9 6.6 48.9 6.6 1.9 7.3-24 7.6-40 7.8-4.6 14.8-5.4 27.7-11.4 28-4.7.2-8.2-28.8-17.5-49.6l-9.4 65.5c-4.4 13-15.5-22.5-21.9-39.3-3.3-.1-62.4-1.6-47.6-7.8l31-5zM228 448c21.2 0 21.2-32 0-32H92c-21.2 0-21.2 32 0 32h136zm-24 64c21.2 0 21.2-32 0-32h-88c-21.2 0-21.2 32 0 32h88zm34.2-141.5c3.2-18.9 5.2-36.4 11.9-48.8 7.9-14.7 16.1-28.1 24-41 24.6-40.4 45.9-75.2 45.9-125.5C320 69.6 248.2 0 160 0S0 69.6 0 155.2c0 50.2 21.3 85.1 45.9 125.5 7.9 12.9 16 26.3 24 41 6.7 12.5 8.7 29.8 11.9 48.9 3.5 21 36.1 15.7 32.6-5.1-3.6-21.7-5.6-40.7-15.3-58.6C66.5 246.5 33 211.3 33 155.2 33 87.3 90 32 160 32s127 55.3 127 123.2c0 56.1-33.5 91.3-66.1 151.6-9.7 18-11.7 37.4-15.3 58.6-3.4 20.6 29 26.4 32.6 5.1z\"],\n \"medium\": [448, 512, [], \"f23a\", \"M0 32v448h448V32H0zm372.2 106.1l-24 23c-2.1 1.6-3.1 4.2-2.7 6.7v169.3c-.4 2.6.6 5.2 2.7 6.7l23.5 23v5.1h-118V367l24.3-23.6c2.4-2.4 2.4-3.1 2.4-6.7V199.8l-67.6 171.6h-9.1L125 199.8v115c-.7 4.8 1 9.7 4.4 13.2l31.6 38.3v5.1H71.2v-5.1l31.6-38.3c3.4-3.5 4.9-8.4 4.1-13.2v-133c.4-3.7-1-7.3-3.8-9.8L75 138.1V133h87.3l67.4 148L289 133.1h83.2v5z\"],\n \"medium-m\": [512, 512, [], \"f3c7\", \"M71.5 142.3c.6-5.9-1.7-11.8-6.1-15.8L20.3 72.1V64h140.2l108.4 237.7L364.2 64h133.7v8.1l-38.6 37c-3.3 2.5-5 6.7-4.3 10.8v272c-.7 4.1 1 8.3 4.3 10.8l37.7 37v8.1H307.3v-8.1l39.1-37.9c3.8-3.8 3.8-5 3.8-10.8V171.2L241.5 447.1h-14.7L100.4 171.2v184.9c-1.1 7.8 1.5 15.6 7 21.2l50.8 61.6v8.1h-144v-8L65 377.3c5.4-5.6 7.9-13.5 6.5-21.2V142.3z\"],\n \"medrt\": [544, 512, [], \"f3c8\", \"M113.7 256c0 121.8 83.9 222.8 193.5 241.1-18.7 4.5-38.2 6.9-58.2 6.9C111.4 504 0 393 0 256S111.4 8 248.9 8c20.1 0 39.6 2.4 58.2 6.9C197.5 33.2 113.7 134.2 113.7 256m297.4 100.3c-77.7 55.4-179.6 47.5-240.4-14.6 5.5 14.1 12.7 27.7 21.7 40.5 61.6 88.2 182.4 109.3 269.7 47 87.3-62.3 108.1-184.3 46.5-272.6-9-12.9-19.3-24.3-30.5-34.2 37.4 78.8 10.7 178.5-67 233.9m-218.8-244c-1.4 1-2.7 2.1-4 3.1 64.3-17.8 135.9 4 178.9 60.5 35.7 47 42.9 106.6 24.4 158 56.7-56.2 67.6-142.1 22.3-201.8-50-65.5-149.1-74.4-221.6-19.8M296 224c-4.4 0-8-3.6-8-8v-40c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v40c0 4.4-3.6 8-8 8h-40c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h40c4.4 0 8 3.6 8 8v40c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-40c0-4.4 3.6-8 8-8h40c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8h-40z\"],\n \"meetup\": [512, 512, [], \"f2e0\", \"M99 414.3c1.1 5.7-2.3 11.1-8 12.3-5.4 1.1-10.9-2.3-12-8-1.1-5.4 2.3-11.1 7.7-12.3 5.4-1.2 11.1 2.3 12.3 8zm143.1 71.4c-6.3 4.6-8 13.4-3.7 20 4.6 6.6 13.4 8.3 20 3.7 6.3-4.6 8-13.4 3.4-20-4.2-6.5-13.1-8.3-19.7-3.7zm-86-462.3c6.3-1.4 10.3-7.7 8.9-14-1.1-6.6-7.4-10.6-13.7-9.1-6.3 1.4-10.3 7.7-9.1 14 1.4 6.6 7.6 10.6 13.9 9.1zM34.4 226.3c-10-6.9-23.7-4.3-30.6 6-6.9 10-4.3 24 5.7 30.9 10 7.1 23.7 4.6 30.6-5.7 6.9-10.4 4.3-24.1-5.7-31.2zm272-170.9c10.6-6.3 13.7-20 7.7-30.3-6.3-10.6-19.7-14-30-7.7s-13.7 20-7.4 30.6c6 10.3 19.4 13.7 29.7 7.4zm-191.1 58c7.7-5.4 9.4-16 4.3-23.7s-15.7-9.4-23.1-4.3c-7.7 5.4-9.4 16-4.3 23.7 5.1 7.8 15.6 9.5 23.1 4.3zm372.3 156c-7.4 1.7-12.3 9.1-10.6 16.9 1.4 7.4 8.9 12.3 16.3 10.6 7.4-1.4 12.3-8.9 10.6-16.6-1.5-7.4-8.9-12.3-16.3-10.9zm39.7-56.8c-1.1-5.7-6.6-9.1-12-8-5.7 1.1-9.1 6.9-8 12.6 1.1 5.4 6.6 9.1 12.3 8 5.4-1.5 9.1-6.9 7.7-12.6zM447 138.9c-8.6 6-10.6 17.7-4.9 26.3 5.7 8.6 17.4 10.6 26 4.9 8.3-6 10.3-17.7 4.6-26.3-5.7-8.7-17.4-10.9-25.7-4.9zm-6.3 139.4c26.3 43.1 15.1 100-26.3 129.1-17.4 12.3-37.1 17.7-56.9 17.1-12 47.1-69.4 64.6-105.1 32.6-1.1.9-2.6 1.7-3.7 2.9-39.1 27.1-92.3 17.4-119.4-22.3-9.7-14.3-14.6-30.6-15.1-46.9-65.4-10.9-90-94-41.1-139.7-28.3-46.9.6-107.4 53.4-114.9C151.6 70 234.1 38.6 290.1 82c67.4-22.3 136.3 29.4 130.9 101.1 41.1 12.6 52.8 66.9 19.7 95.2zm-70 74.3c-3.1-20.6-40.9-4.6-43.1-27.1-3.1-32 43.7-101.1 40-128-3.4-24-19.4-29.1-33.4-29.4-13.4-.3-16.9 2-21.4 4.6-2.9 1.7-6.6 4.9-11.7-.3-6.3-6-11.1-11.7-19.4-12.9-12.3-2-17.7 2-26.6 9.7-3.4 2.9-12 12.9-20 9.1-3.4-1.7-15.4-7.7-24-11.4-16.3-7.1-40 4.6-48.6 20-12.9 22.9-38 113.1-41.7 125.1-8.6 26.6 10.9 48.6 36.9 47.1 11.1-.6 18.3-4.6 25.4-17.4 4-7.4 41.7-107.7 44.6-112.6 2-3.4 8.9-8 14.6-5.1 5.7 3.1 6.9 9.4 6 15.1-1.1 9.7-28 70.9-28.9 77.7-3.4 22.9 26.9 26.6 38.6 4 3.7-7.1 45.7-92.6 49.4-98.3 4.3-6.3 7.4-8.3 11.7-8 3.1 0 8.3.9 7.1 10.9-1.4 9.4-35.1 72.3-38.9 87.7-4.6 20.6 6.6 41.4 24.9 50.6 11.4 5.7 62.5 15.7 58.5-11.1zm5.7 92.3c-10.3 7.4-12.9 22-5.7 32.6 7.1 10.6 21.4 13.1 32 6 10.6-7.4 13.1-22 6-32.6-7.4-10.6-21.7-13.5-32.3-6z\"],\n \"megaport\": [496, 512, [], \"f5a3\", \"M214.5 209.6v66.2l33.5 33.5 33.3-33.3v-66.4l-33.4-33.4zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm145.1 414.4L367 441.6l-26-19.2v-65.5l-33.4-33.4-33.4 33.4v65.5L248 441.6l-26.1-19.2v-65.5l-33.4-33.4-33.5 33.4v65.5l-26.1 19.2-26.1-19.2v-87l59.5-59.5V188l59.5-59.5V52.9l26.1-19.2L274 52.9v75.6l59.5 59.5v87.6l59.7 59.7v87.1z\"],\n \"mendeley\": [640, 512, [], \"f7b3\", \"M624.6 325.2c-12.3-12.4-29.7-19.2-48.4-17.2-43.3-1-49.7-34.9-37.5-98.8 22.8-57.5-14.9-131.5-87.4-130.8-77.4.7-81.7 82-130.9 82-48.1 0-54-81.3-130.9-82-72.9-.8-110.1 73.3-87.4 130.8 12.2 63.9 5.8 97.8-37.5 98.8-21.2-2.3-37 6.5-53 22.5-19.9 19.7-19.3 94.8 42.6 102.6 47.1 5.9 81.6-42.9 61.2-87.8-47.3-103.7 185.9-106.1 146.5-8.2-.1.1-.2.2-.3.4-26.8 42.8 6.8 97.4 58.8 95.2 52.1 2.1 85.4-52.6 58.8-95.2-.1-.2-.2-.3-.3-.4-39.4-97.9 193.8-95.5 146.5 8.2-4.6 10-6.7 21.3-5.7 33 4.9 53.4 68.7 74.1 104.9 35.2 17.8-14.8 23.1-65.6 0-88.3zm-303.9-19.1h-.6c-43.4 0-62.8-37.5-62.8-62.8 0-34.7 28.2-62.8 62.8-62.8h.6c34.7 0 62.8 28.1 62.8 62.8 0 25-19.2 62.8-62.8 62.8z\"],\n \"microblog\": [448, 512, [], \"f91a\", \"M399.36,362.23c29.49-34.69,47.1-78.34,47.1-125.79C446.46,123.49,346.86,32,224,32S1.54,123.49,1.54,236.44,101.14,440.87,224,440.87a239.28,239.28,0,0,0,79.44-13.44,7.18,7.18,0,0,1,8.12,2.56c18.58,25.09,47.61,42.74,79.89,49.92a4.42,4.42,0,0,0,5.22-3.43,4.37,4.37,0,0,0-.85-3.62,87,87,0,0,1,3.69-110.69ZM329.52,212.4l-57.3,43.49L293,324.75a6.5,6.5,0,0,1-9.94,7.22L224,290.92,164.94,332a6.51,6.51,0,0,1-9.95-7.22l20.79-68.86-57.3-43.49a6.5,6.5,0,0,1,3.8-11.68l71.88-1.51,23.66-67.92a6.5,6.5,0,0,1,12.28,0l23.66,67.92,71.88,1.51a6.5,6.5,0,0,1,3.88,11.68Z\"],\n \"microsoft\": [448, 512, [], \"f3ca\", \"M0 32h214.6v214.6H0V32zm233.4 0H448v214.6H233.4V32zM0 265.4h214.6V480H0V265.4zm233.4 0H448V480H233.4V265.4z\"],\n \"mix\": [448, 512, [], \"f3cb\", \"M0 64v348.9c0 56.2 88 58.1 88 0V174.3c7.9-52.9 88-50.4 88 6.5v175.3c0 57.9 96 58 96 0V240c5.3-54.7 88-52.5 88 4.3v23.8c0 59.9 88 56.6 88 0V64H0z\"],\n \"mixcloud\": [640, 512, [], \"f289\", \"M424.43 219.729C416.124 134.727 344.135 68 256.919 68c-72.266 0-136.224 46.516-159.205 114.074-54.545 8.029-96.63 54.822-96.63 111.582 0 62.298 50.668 112.966 113.243 112.966h289.614c52.329 0 94.969-42.362 94.969-94.693 0-45.131-32.118-83.063-74.48-92.2zm-20.489 144.53H114.327c-39.04 0-70.881-31.564-70.881-70.604s31.841-70.604 70.881-70.604c18.827 0 36.548 7.475 49.838 20.766 19.963 19.963 50.133-10.227 30.18-30.18-14.675-14.398-32.672-24.365-52.053-29.349 19.935-44.3 64.79-73.926 114.628-73.926 69.496 0 125.979 56.483 125.979 125.702 0 13.568-2.215 26.857-6.369 39.594-8.943 27.517 32.133 38.939 40.147 13.29 2.769-8.306 4.984-16.889 6.369-25.472 19.381 7.476 33.502 26.303 33.502 48.453 0 28.795-23.535 52.33-52.607 52.33zm235.069-52.33c0 44.024-12.737 86.386-37.102 122.657-4.153 6.092-10.798 9.414-17.72 9.414-16.317 0-27.127-18.826-17.443-32.949 19.381-29.349 29.903-63.682 29.903-99.122s-10.521-69.773-29.903-98.845c-15.655-22.831 19.361-47.24 35.163-23.534 24.366 35.993 37.102 78.356 37.102 122.379zm-70.88 0c0 31.565-9.137 62.021-26.857 88.325-4.153 6.091-10.798 9.136-17.72 9.136-17.201 0-27.022-18.979-17.443-32.948 13.013-19.104 19.658-41.255 19.658-64.513 0-22.981-6.645-45.408-19.658-64.512-15.761-22.986 19.008-47.095 35.163-23.535 17.719 26.026 26.857 56.483 26.857 88.047z\"],\n \"mixer\": [512, 512, [], \"f956\", \"M114.57,76.07a45.71,45.71,0,0,0-67.51-6.41c-17.58,16.18-19,43.52-4.75,62.77l91.78,123L41.76,379.58c-14.23,19.25-13.11,46.59,4.74,62.77A45.71,45.71,0,0,0,114,435.94L242.89,262.7a12.14,12.14,0,0,0,0-14.23ZM470.24,379.58,377.91,255.45l91.78-123c14.22-19.25,12.83-46.59-4.75-62.77a45.71,45.71,0,0,0-67.51,6.41l-128,172.12a12.14,12.14,0,0,0,0,14.23L398,435.94a45.71,45.71,0,0,0,67.51,6.41C483.35,426.17,484.47,398.83,470.24,379.58Z\"],\n \"mizuni\": [496, 512, [], \"f3cc\", \"M248 8C111 8 0 119.1 0 256c0 137 111 248 248 248s248-111 248-248C496 119.1 385 8 248 8zm-80 351.9c-31.4 10.6-58.8 27.3-80 48.2V136c0-22.1 17.9-40 40-40s40 17.9 40 40v223.9zm120-9.9c-12.9-2-26.2-3.1-39.8-3.1-13.8 0-27.2 1.1-40.2 3.1V136c0-22.1 17.9-40 40-40s40 17.9 40 40v214zm120 57.7c-21.2-20.8-48.6-37.4-80-48V136c0-22.1 17.9-40 40-40s40 17.9 40 40v271.7z\"],\n \"modx\": [448, 512, [], \"f285\", \"M356 241.8l36.7 23.7V480l-133-83.8L356 241.8zM440 75H226.3l-23 37.8 153.5 96.5L440 75zm-89 142.8L55.2 32v214.5l46 29L351 217.8zM97 294.2L8 437h213.7l125-200.5L97 294.2z\"],\n \"monero\": [496, 512, [], \"f3d0\", \"M352 384h108.4C417 455.9 338.1 504 248 504S79 455.9 35.6 384H144V256.2L248 361l104-105v128zM88 336V128l159.4 159.4L408 128v208h74.8c8.5-25.1 13.2-52 13.2-80C496 119 385 8 248 8S0 119 0 256c0 28 4.6 54.9 13.2 80H88z\"],\n \"napster\": [496, 512, [], \"f3d2\", \"M298.3 373.6c-14.2 13.6-31.3 24.1-50.4 30.5-19-6.4-36.2-16.9-50.3-30.5h100.7zm44-199.6c20-16.9 43.6-29.2 69.6-36.2V299c0 219.4-328 217.6-328 .3V137.7c25.9 6.9 49.6 19.6 69.5 36.4 56.8-40 132.5-39.9 188.9-.1zm-208.8-58.5c64.4-60 164.3-60.1 228.9-.2-7.1 3.5-13.9 7.3-20.6 11.5-58.7-30.5-129.2-30.4-187.9.1-6.3-4-13.9-8.2-20.4-11.4zM43.8 93.2v69.3c-58.4 36.5-58.4 121.1.1 158.3 26.4 245.1 381.7 240.3 407.6 1.5l.3-1.7c58.7-36.3 58.9-121.7.2-158.2V93.2c-17.3.5-34 3-50.1 7.4-82-91.5-225.5-91.5-307.5.1-16.3-4.4-33.1-7-50.6-7.5zM259.2 352s36-.3 61.3-1.5c10.2-.5 21.1-4 25.5-6.5 26.3-15.1 25.4-39.2 26.2-47.4-79.5-.6-99.9-3.9-113 55.4zm-135.5-55.3c.8 8.2-.1 32.3 26.2 47.4 4.4 2.5 15.2 6 25.5 6.5 25.3 1.1 61.3 1.5 61.3 1.5-13.2-59.4-33.7-56.1-113-55.4zm169.1 123.4c-3.2-5.3-6.9-7.3-6.9-7.3-24.8 7.3-52.2 6.9-75.9 0 0 0-2.9 1.5-6.4 6.6-2.8 4.1-3.7 9.6-3.7 9.6 29.1 17.6 67.1 17.6 96.2 0-.1-.1-.3-4-3.3-8.9z\"],\n \"neos\": [512, 512, [], \"f612\", \"M415.44 512h-95.11L212.12 357.46v91.1L125.69 512H28V29.82L68.47 0h108.05l123.74 176.13V63.45L386.69 0h97.69v461.5zM38.77 35.27V496l72-52.88V194l215.5 307.64h84.79l52.35-38.17h-78.27L69 13zm82.54 466.61l80-58.78v-101l-79.76-114.4v220.94L49 501.89h72.34zM80.63 10.77l310.6 442.57h82.37V10.77h-79.75v317.56L170.91 10.77zM311 191.65l72 102.81V15.93l-72 53v122.72z\"],\n \"nimblr\": [384, 512, [], \"f5a8\", \"M246.6 299.29c15.57 0 27.15 11.46 27.15 27s-11.62 27-27.15 27c-15.7 0-27.15-11.57-27.15-27s11.55-27 27.15-27zM113 326.25c0-15.61 11.68-27 27.15-27s27.15 11.46 27.15 27-11.47 27-27.15 27c-15.44 0-27.15-11.31-27.15-27M191.76 159C157 159 89.45 178.77 59.25 227L14 0v335.48C14 433.13 93.61 512 191.76 512s177.76-78.95 177.76-176.52S290.13 159 191.76 159zm0 308.12c-73.27 0-132.51-58.9-132.51-131.59s59.24-131.59 132.51-131.59 132.51 58.86 132.51 131.54S265 467.07 191.76 467.07z\"],\n \"node\": [640, 512, [], \"f419\", \"M316.3 452c-2.1 0-4.2-.6-6.1-1.6L291 439c-2.9-1.6-1.5-2.2-.5-2.5 3.8-1.3 4.6-1.6 8.7-4 .4-.2 1-.1 1.4.1l14.8 8.8c.5.3 1.3.3 1.8 0L375 408c.5-.3.9-.9.9-1.6v-66.7c0-.7-.3-1.3-.9-1.6l-57.8-33.3c-.5-.3-1.2-.3-1.8 0l-57.8 33.3c-.6.3-.9 1-.9 1.6v66.7c0 .6.4 1.2.9 1.5l15.8 9.1c8.6 4.3 13.9-.8 13.9-5.8v-65.9c0-.9.7-1.7 1.7-1.7h7.3c.9 0 1.7.7 1.7 1.7v65.9c0 11.5-6.2 18-17.1 18-3.3 0-6 0-13.3-3.6l-15.2-8.7c-3.7-2.2-6.1-6.2-6.1-10.5v-66.7c0-4.3 2.3-8.4 6.1-10.5l57.8-33.4c3.7-2.1 8.5-2.1 12.1 0l57.8 33.4c3.7 2.2 6.1 6.2 6.1 10.5v66.7c0 4.3-2.3 8.4-6.1 10.5l-57.8 33.4c-1.7 1.1-3.8 1.7-6 1.7zm46.7-65.8c0-12.5-8.4-15.8-26.2-18.2-18-2.4-19.8-3.6-19.8-7.8 0-3.5 1.5-8.1 14.8-8.1 11.9 0 16.3 2.6 18.1 10.6.2.8.8 1.3 1.6 1.3h7.5c.5 0 .9-.2 1.2-.5.3-.4.5-.8.4-1.3-1.2-13.8-10.3-20.2-28.8-20.2-16.5 0-26.3 7-26.3 18.6 0 12.7 9.8 16.1 25.6 17.7 18.9 1.9 20.4 4.6 20.4 8.3 0 6.5-5.2 9.2-17.4 9.2-15.3 0-18.7-3.8-19.8-11.4-.1-.8-.8-1.4-1.7-1.4h-7.5c-.9 0-1.7.7-1.7 1.7 0 9.7 5.3 21.3 30.6 21.3 18.5 0 29-7.2 29-19.8zm54.5-50.1c0 6.1-5 11.1-11.1 11.1s-11.1-5-11.1-11.1c0-6.3 5.2-11.1 11.1-11.1 6-.1 11.1 4.8 11.1 11.1zm-1.8 0c0-5.2-4.2-9.3-9.4-9.3-5.1 0-9.3 4.1-9.3 9.3 0 5.2 4.2 9.4 9.3 9.4 5.2-.1 9.4-4.3 9.4-9.4zm-4.5 6.2h-2.6c-.1-.6-.5-3.8-.5-3.9-.2-.7-.4-1.1-1.3-1.1h-2.2v5h-2.4v-12.5h4.3c1.5 0 4.4 0 4.4 3.3 0 2.3-1.5 2.8-2.4 3.1 1.7.1 1.8 1.2 2.1 2.8.1 1 .3 2.7.6 3.3zm-2.8-8.8c0-1.7-1.2-1.7-1.8-1.7h-2v3.5h1.9c1.6 0 1.9-1.1 1.9-1.8zM137.3 191c0-2.7-1.4-5.1-3.7-6.4l-61.3-35.3c-1-.6-2.2-.9-3.4-1h-.6c-1.2 0-2.3.4-3.4 1L3.7 184.6C1.4 185.9 0 188.4 0 191l.1 95c0 1.3.7 2.5 1.8 3.2 1.1.7 2.5.7 3.7 0L42 268.3c2.3-1.4 3.7-3.8 3.7-6.4v-44.4c0-2.6 1.4-5.1 3.7-6.4l15.5-8.9c1.2-.7 2.4-1 3.7-1 1.3 0 2.6.3 3.7 1l15.5 8.9c2.3 1.3 3.7 3.8 3.7 6.4v44.4c0 2.6 1.4 5.1 3.7 6.4l36.4 20.9c1.1.7 2.6.7 3.7 0 1.1-.6 1.8-1.9 1.8-3.2l.2-95zM472.5 87.3v176.4c0 2.6-1.4 5.1-3.7 6.4l-61.3 35.4c-2.3 1.3-5.1 1.3-7.4 0l-61.3-35.4c-2.3-1.3-3.7-3.8-3.7-6.4v-70.8c0-2.6 1.4-5.1 3.7-6.4l61.3-35.4c2.3-1.3 5.1-1.3 7.4 0l15.3 8.8c1.7 1 3.9-.3 3.9-2.2v-94c0-2.8 3-4.6 5.5-3.2l36.5 20.4c2.3 1.2 3.8 3.7 3.8 6.4zm-46 128.9c0-.7-.4-1.3-.9-1.6l-21-12.2c-.6-.3-1.3-.3-1.9 0l-21 12.2c-.6.3-.9.9-.9 1.6v24.3c0 .7.4 1.3.9 1.6l21 12.1c.6.3 1.3.3 1.8 0l21-12.1c.6-.3.9-.9.9-1.6v-24.3zm209.8-.7c2.3-1.3 3.7-3.8 3.7-6.4V192c0-2.6-1.4-5.1-3.7-6.4l-60.9-35.4c-2.3-1.3-5.1-1.3-7.4 0l-61.3 35.4c-2.3 1.3-3.7 3.8-3.7 6.4v70.8c0 2.7 1.4 5.1 3.7 6.4l60.9 34.7c2.2 1.3 5 1.3 7.3 0l36.8-20.5c2.5-1.4 2.5-5 0-6.4L550 241.6c-1.2-.7-1.9-1.9-1.9-3.2v-22.2c0-1.3.7-2.5 1.9-3.2l19.2-11.1c1.1-.7 2.6-.7 3.7 0l19.2 11.1c1.1.7 1.9 1.9 1.9 3.2v17.4c0 2.8 3.1 4.6 5.6 3.2l36.7-21.3zM559 219c-.4.3-.7.7-.7 1.2v13.6c0 .5.3 1 .7 1.2l11.8 6.8c.4.3 1 .3 1.4 0L584 235c.4-.3.7-.7.7-1.2v-13.6c0-.5-.3-1-.7-1.2l-11.8-6.8c-.4-.3-1-.3-1.4 0L559 219zm-254.2 43.5v-70.4c0-2.6-1.6-5.1-3.9-6.4l-61.1-35.2c-2.1-1.2-5-1.4-7.4 0l-61.1 35.2c-2.3 1.3-3.9 3.7-3.9 6.4v70.4c0 2.8 1.9 5.2 4 6.4l61.2 35.2c2.4 1.4 5.2 1.3 7.4 0l61-35.2c1.8-1 3.1-2.7 3.6-4.7.1-.5.2-1.1.2-1.7zm-74.3-124.9l-.8.5h1.1l-.3-.5zm76.2 130.2l-.4-.7v.9l.4-.2z\"],\n \"node-js\": [448, 512, [], \"f3d3\", \"M224 508c-6.7 0-13.5-1.8-19.4-5.2l-61.7-36.5c-9.2-5.2-4.7-7-1.7-8 12.3-4.3 14.8-5.2 27.9-12.7 1.4-.8 3.2-.5 4.6.4l47.4 28.1c1.7 1 4.1 1 5.7 0l184.7-106.6c1.7-1 2.8-3 2.8-5V149.3c0-2.1-1.1-4-2.9-5.1L226.8 37.7c-1.7-1-4-1-5.7 0L36.6 144.3c-1.8 1-2.9 3-2.9 5.1v213.1c0 2 1.1 4 2.9 4.9l50.6 29.2c27.5 13.7 44.3-2.4 44.3-18.7V167.5c0-3 2.4-5.3 5.4-5.3h23.4c2.9 0 5.4 2.3 5.4 5.3V378c0 36.6-20 57.6-54.7 57.6-10.7 0-19.1 0-42.5-11.6l-48.4-27.9C8.1 389.2.7 376.3.7 362.4V149.3c0-13.8 7.4-26.8 19.4-33.7L204.6 9c11.7-6.6 27.2-6.6 38.8 0l184.7 106.7c12 6.9 19.4 19.8 19.4 33.7v213.1c0 13.8-7.4 26.7-19.4 33.7L243.4 502.8c-5.9 3.4-12.6 5.2-19.4 5.2zm149.1-210.1c0-39.9-27-50.5-83.7-58-57.4-7.6-63.2-11.5-63.2-24.9 0-11.1 4.9-25.9 47.4-25.9 37.9 0 51.9 8.2 57.7 33.8.5 2.4 2.7 4.2 5.2 4.2h24c1.5 0 2.9-.6 3.9-1.7s1.5-2.6 1.4-4.1c-3.7-44.1-33-64.6-92.2-64.6-52.7 0-84.1 22.2-84.1 59.5 0 40.4 31.3 51.6 81.8 56.6 60.5 5.9 65.2 14.8 65.2 26.7 0 20.6-16.6 29.4-55.5 29.4-48.9 0-59.6-12.3-63.2-36.6-.4-2.6-2.6-4.5-5.3-4.5h-23.9c-3 0-5.3 2.4-5.3 5.3 0 31.1 16.9 68.2 97.8 68.2 58.4-.1 92-23.2 92-63.4z\"],\n \"npm\": [576, 512, [], \"f3d4\", \"M288 288h-32v-64h32v64zm288-128v192H288v32H160v-32H0V160h576zm-416 32H32v128h64v-96h32v96h32V192zm160 0H192v160h64v-32h64V192zm224 0H352v128h64v-96h32v96h32v-96h32v96h32V192z\"],\n \"ns8\": [640, 512, [], \"f3d5\", \"M187.1 159.9l-34.2 113.7-54.5-113.7H49L0 320h44.9L76 213.5 126.6 320h56.9L232 159.9h-44.9zm452.5-.9c-2.9-18-23.9-28.1-42.1-31.3-44.6-7.8-101.9 16.3-88.5 58.8v.1c-43.8 8.7-74.3 26.8-94.2 48.2-3-9.8-13.6-16.6-34-16.6h-87.6c-9.3 0-12.9-2.3-11.5-7.4 1.6-5.5 1.9-6.8 3.7-12.2 2.1-6.4 7.8-7.1 13.3-7.1h133.5l9.7-31.5c-139.7 0-144.5-.5-160.1 1.2-12.3 1.3-23.5 4.8-30.6 15-6.8 9.9-14.4 35.6-17.6 47.1-5.4 19.4-.6 28.6 32.8 28.6h87.3c7.8 0 8.8 2.7 7.7 6.6-1.1 4.4-2.8 10-4.5 14.6-1.6 4.2-4.7 7.4-13.8 7.4H216.3L204.7 320c139.9 0 145.3-.6 160.9-2.3 6.6-.7 13-2.1 18.5-4.9.2 3.7.5 7.3 1.2 10.8 5.4 30.5 27.4 52.3 56.8 59.5 48.6 11.9 108.7-16.8 135.1-68 18.7-36.2 14.1-76.2-3.4-105.5h.1c29.6-5.9 70.3-22 65.7-50.6zM530.7 263.7c-5.9 29.5-36.6 47.8-61.6 43.9-30.9-4.8-38.5-39.5-14.1-64.8 16.2-16.8 45.2-24 68.5-26.9 6.7 14.1 10.3 32 7.2 47.8zm21.8-83.1c-4.2-6-9.8-18.5-2.5-26.3 6.7-7.2 20.9-10.1 31.8-7.7 15.3 3.4 19.7 15.9 4.9 24.4-10.7 6.1-23.6 8.1-34.2 9.6z\"],\n \"nutritionix\": [400, 512, [], \"f3d6\", \"M88 8.1S221.4-.1 209 112.5c0 0 19.1-74.9 103-40.6 0 0-17.7 74-88 56 0 0 14.6-54.6 66.1-56.6 0 0-39.9-10.3-82.1 48.8 0 0-19.8-94.5-93.6-99.7 0 0 75.2 19.4 77.6 107.5 0 .1-106.4 7-104-119.8zm312 315.6c0 48.5-9.7 95.3-32 132.3-42.2 30.9-105 48-168 48-62.9 0-125.8-17.1-168-48C9.7 419 0 372.2 0 323.7 0 275.3 17.7 229 40 192c42.2-30.9 97.1-48.6 160-48.6 63 0 117.8 17.6 160 48.6 22.3 37 40 83.3 40 131.7zM120 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zM192 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zM264 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zM336 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm24-39.6c-4.8-22.3-7.4-36.9-16-56-38.8-19.9-90.5-32-144-32S94.8 180.1 56 200c-8.8 19.5-11.2 33.9-16 56 42.2-7.9 98.7-14.8 160-14.8s117.8 6.9 160 14.8z\"],\n \"odnoklassniki\": [320, 512, [], \"f263\", \"M275.1 334c-27.4 17.4-65.1 24.3-90 26.9l20.9 20.6 76.3 76.3c27.9 28.6-17.5 73.3-45.7 45.7-19.1-19.4-47.1-47.4-76.3-76.6L84 503.4c-28.2 27.5-73.6-17.6-45.4-45.7 19.4-19.4 47.1-47.4 76.3-76.3l20.6-20.6c-24.6-2.6-62.9-9.1-90.6-26.9-32.6-21-46.9-33.3-34.3-59 7.4-14.6 27.7-26.9 54.6-5.7 0 0 36.3 28.9 94.9 28.9s94.9-28.9 94.9-28.9c26.9-21.1 47.1-8.9 54.6 5.7 12.4 25.7-1.9 38-34.5 59.1zM30.3 129.7C30.3 58 88.6 0 160 0s129.7 58 129.7 129.7c0 71.4-58.3 129.4-129.7 129.4s-129.7-58-129.7-129.4zm66 0c0 35.1 28.6 63.7 63.7 63.7s63.7-28.6 63.7-63.7c0-35.4-28.6-64-63.7-64s-63.7 28.6-63.7 64z\"],\n \"odnoklassniki-square\": [448, 512, [], \"f264\", \"M184.2 177.1c0-22.1 17.9-40 39.8-40s39.8 17.9 39.8 40c0 22-17.9 39.8-39.8 39.8s-39.8-17.9-39.8-39.8zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-305.1 97.1c0 44.6 36.4 80.9 81.1 80.9s81.1-36.2 81.1-80.9c0-44.8-36.4-81.1-81.1-81.1s-81.1 36.2-81.1 81.1zm174.5 90.7c-4.6-9.1-17.3-16.8-34.1-3.6 0 0-22.7 18-59.3 18s-59.3-18-59.3-18c-16.8-13.2-29.5-5.5-34.1 3.6-7.9 16.1 1.1 23.7 21.4 37 17.3 11.1 41.2 15.2 56.6 16.8l-12.9 12.9c-18.2 18-35.5 35.5-47.7 47.7-17.6 17.6 10.7 45.8 28.4 28.6l47.7-47.9c18.2 18.2 35.7 35.7 47.7 47.9 17.6 17.2 46-10.7 28.6-28.6l-47.7-47.7-13-12.9c15.5-1.6 39.1-5.9 56.2-16.8 20.4-13.3 29.3-21 21.5-37z\"],\n \"old-republic\": [496, 512, [], \"f510\", \"M235.76 10.23c7.5-.31 15-.28 22.5-.09 3.61.14 7.2.4 10.79.73 4.92.27 9.79 1.03 14.67 1.62 2.93.43 5.83.98 8.75 1.46 7.9 1.33 15.67 3.28 23.39 5.4 12.24 3.47 24.19 7.92 35.76 13.21 26.56 12.24 50.94 29.21 71.63 49.88 20.03 20.09 36.72 43.55 48.89 69.19 1.13 2.59 2.44 5.1 3.47 7.74 2.81 6.43 5.39 12.97 7.58 19.63 4.14 12.33 7.34 24.99 9.42 37.83.57 3.14 1.04 6.3 1.4 9.47.55 3.83.94 7.69 1.18 11.56.83 8.34.84 16.73.77 25.1-.07 4.97-.26 9.94-.75 14.89-.24 3.38-.51 6.76-.98 10.12-.39 2.72-.63 5.46-1.11 8.17-.9 5.15-1.7 10.31-2.87 15.41-4.1 18.5-10.3 36.55-18.51 53.63-15.77 32.83-38.83 62.17-67.12 85.12a246.503 246.503 0 0 1-56.91 34.86c-6.21 2.68-12.46 5.25-18.87 7.41-3.51 1.16-7.01 2.38-10.57 3.39-6.62 1.88-13.29 3.64-20.04 5-4.66.91-9.34 1.73-14.03 2.48-5.25.66-10.5 1.44-15.79 1.74-6.69.66-13.41.84-20.12.81-6.82.03-13.65-.12-20.45-.79-3.29-.23-6.57-.5-9.83-.95-2.72-.39-5.46-.63-8.17-1.11-4.12-.72-8.25-1.37-12.35-2.22-4.25-.94-8.49-1.89-12.69-3.02-8.63-2.17-17.08-5.01-25.41-8.13-10.49-4.12-20.79-8.75-30.64-14.25-2.14-1.15-4.28-2.29-6.35-3.57-11.22-6.58-21.86-14.1-31.92-22.34-34.68-28.41-61.41-66.43-76.35-108.7-3.09-8.74-5.71-17.65-7.8-26.68-1.48-6.16-2.52-12.42-3.58-18.66-.4-2.35-.61-4.73-.95-7.09-.6-3.96-.75-7.96-1.17-11.94-.8-9.47-.71-18.99-.51-28.49.14-3.51.34-7.01.7-10.51.31-3.17.46-6.37.92-9.52.41-2.81.65-5.65 1.16-8.44.7-3.94 1.3-7.9 2.12-11.82 3.43-16.52 8.47-32.73 15.26-48.18 1.15-2.92 2.59-5.72 3.86-8.59 8.05-16.71 17.9-32.56 29.49-47.06 20-25.38 45.1-46.68 73.27-62.47 7.5-4.15 15.16-8.05 23.07-11.37 15.82-6.88 32.41-11.95 49.31-15.38 3.51-.67 7.04-1.24 10.56-1.85 2.62-.47 5.28-.7 7.91-1.08 3.53-.53 7.1-.68 10.65-1.04 2.46-.24 4.91-.36 7.36-.51m8.64 24.41c-9.23.1-18.43.99-27.57 2.23-7.3 1.08-14.53 2.6-21.71 4.3-13.91 3.5-27.48 8.34-40.46 14.42-10.46 4.99-20.59 10.7-30.18 17.22-4.18 2.92-8.4 5.8-12.34 9.03-5.08 3.97-9.98 8.17-14.68 12.59-2.51 2.24-4.81 4.7-7.22 7.06-28.22 28.79-48.44 65.39-57.5 104.69-2.04 8.44-3.54 17.02-4.44 25.65-1.1 8.89-1.44 17.85-1.41 26.8.11 7.14.38 14.28 1.22 21.37.62 7.12 1.87 14.16 3.2 21.18 1.07 4.65 2.03 9.32 3.33 13.91 6.29 23.38 16.5 45.7 30.07 65.75 8.64 12.98 18.78 24.93 29.98 35.77 16.28 15.82 35.05 29.04 55.34 39.22 7.28 3.52 14.66 6.87 22.27 9.63 5.04 1.76 10.06 3.57 15.22 4.98 11.26 3.23 22.77 5.6 34.39 7.06 2.91.29 5.81.61 8.72.9 13.82 1.08 27.74 1 41.54-.43 4.45-.6 8.92-.99 13.35-1.78 3.63-.67 7.28-1.25 10.87-2.1 4.13-.98 8.28-1.91 12.36-3.07 26.5-7.34 51.58-19.71 73.58-36.2 15.78-11.82 29.96-25.76 42.12-41.28 3.26-4.02 6.17-8.31 9.13-12.55 3.39-5.06 6.58-10.25 9.6-15.54 2.4-4.44 4.74-8.91 6.95-13.45 5.69-12.05 10.28-24.62 13.75-37.49 2.59-10.01 4.75-20.16 5.9-30.45 1.77-13.47 1.94-27.1 1.29-40.65-.29-3.89-.67-7.77-1-11.66-2.23-19.08-6.79-37.91-13.82-55.8-5.95-15.13-13.53-29.63-22.61-43.13-12.69-18.8-28.24-35.68-45.97-49.83-25.05-20-54.47-34.55-85.65-42.08-7.78-1.93-15.69-3.34-23.63-4.45-3.91-.59-7.85-.82-11.77-1.24-7.39-.57-14.81-.72-22.22-.58zM139.26 83.53c13.3-8.89 28.08-15.38 43.3-20.18-3.17 1.77-6.44 3.38-9.53 5.29-11.21 6.68-21.52 14.9-30.38 24.49-6.8 7.43-12.76 15.73-17.01 24.89-3.29 6.86-5.64 14.19-6.86 21.71-.93 4.85-1.3 9.81-1.17 14.75.13 13.66 4.44 27.08 11.29 38.82 5.92 10.22 13.63 19.33 22.36 27.26 4.85 4.36 10.24 8.09 14.95 12.6 2.26 2.19 4.49 4.42 6.43 6.91 2.62 3.31 4.89 6.99 5.99 11.1.9 3.02.66 6.2.69 9.31.02 4.1-.04 8.2.03 12.3.14 3.54-.02 7.09.11 10.63.08 2.38.02 4.76.05 7.14.16 5.77.06 11.53.15 17.3.11 2.91.02 5.82.13 8.74.03 1.63.13 3.28-.03 4.91-.91.12-1.82.18-2.73.16-10.99 0-21.88-2.63-31.95-6.93-6-2.7-11.81-5.89-17.09-9.83-5.75-4.19-11.09-8.96-15.79-14.31-6.53-7.24-11.98-15.39-16.62-23.95-1.07-2.03-2.24-4.02-3.18-6.12-1.16-2.64-2.62-5.14-3.67-7.82-4.05-9.68-6.57-19.94-8.08-30.31-.49-4.44-1.09-8.88-1.2-13.35-.7-15.73.84-31.55 4.67-46.82 2.12-8.15 4.77-16.18 8.31-23.83 6.32-14.2 15.34-27.18 26.3-38.19 6.28-6.2 13.13-11.84 20.53-16.67zm175.37-20.12c2.74.74 5.41 1.74 8.09 2.68 6.36 2.33 12.68 4.84 18.71 7.96 13.11 6.44 25.31 14.81 35.82 24.97 10.2 9.95 18.74 21.6 25.14 34.34 1.28 2.75 2.64 5.46 3.81 8.26 6.31 15.1 10 31.26 11.23 47.57.41 4.54.44 9.09.45 13.64.07 11.64-1.49 23.25-4.3 34.53-1.97 7.27-4.35 14.49-7.86 21.18-3.18 6.64-6.68 13.16-10.84 19.24-6.94 10.47-15.6 19.87-25.82 27.22-10.48 7.64-22.64 13.02-35.4 15.38-3.51.69-7.08 1.08-10.66 1.21-1.85.06-3.72.16-5.56-.1-.28-2.15 0-4.31-.01-6.46-.03-3.73.14-7.45.1-11.17.19-7.02.02-14.05.21-21.07.03-2.38-.03-4.76.03-7.14.17-5.07-.04-10.14.14-15.21.1-2.99-.24-6.04.51-8.96.66-2.5 1.78-4.86 3.09-7.08 4.46-7.31 11.06-12.96 17.68-18.26 5.38-4.18 10.47-8.77 15.02-13.84 7.68-8.37 14.17-17.88 18.78-28.27 2.5-5.93 4.52-12.1 5.55-18.46.86-4.37 1.06-8.83 1.01-13.27-.02-7.85-1.4-15.65-3.64-23.17-1.75-5.73-4.27-11.18-7.09-16.45-3.87-6.93-8.65-13.31-13.96-19.2-9.94-10.85-21.75-19.94-34.6-27.1-1.85-1.02-3.84-1.82-5.63-2.97zm-100.8 58.45c.98-1.18 1.99-2.33 3.12-3.38-.61.93-1.27 1.81-1.95 2.68-3.1 3.88-5.54 8.31-7.03 13.06-.87 3.27-1.68 6.6-1.73 10-.07 2.52-.08 5.07.32 7.57 1.13 7.63 4.33 14.85 8.77 21.12 2 2.7 4.25 5.27 6.92 7.33 1.62 1.27 3.53 2.09 5.34 3.05 3.11 1.68 6.32 3.23 9.07 5.48 2.67 2.09 4.55 5.33 4.4 8.79-.01 73.67 0 147.34-.01 221.02 0 1.35-.08 2.7.04 4.04.13 1.48.82 2.83 1.47 4.15.86 1.66 1.78 3.34 3.18 4.62.85.77 1.97 1.4 3.15 1.24 1.5-.2 2.66-1.35 3.45-2.57.96-1.51 1.68-3.16 2.28-4.85.76-2.13.44-4.42.54-6.63.14-4.03-.02-8.06.14-12.09.03-5.89.03-11.77.06-17.66.14-3.62.03-7.24.11-10.86.15-4.03-.02-8.06.14-12.09.03-5.99.03-11.98.07-17.97.14-3.62.02-7.24.11-10.86.14-3.93-.02-7.86.14-11.78.03-5.99.03-11.98.06-17.97.16-3.94-.01-7.88.19-11.82.29 1.44.13 2.92.22 4.38.19 3.61.42 7.23.76 10.84.32 3.44.44 6.89.86 10.32.37 3.1.51 6.22.95 9.31.57 4.09.87 8.21 1.54 12.29 1.46 9.04 2.83 18.11 5.09 26.99 1.13 4.82 2.4 9.61 4 14.3 2.54 7.9 5.72 15.67 10.31 22.62 1.73 2.64 3.87 4.98 6.1 7.21.27.25.55.51.88.71.6.25 1.31-.07 1.7-.57.71-.88 1.17-1.94 1.7-2.93 4.05-7.8 8.18-15.56 12.34-23.31.7-1.31 1.44-2.62 2.56-3.61 1.75-1.57 3.84-2.69 5.98-3.63 2.88-1.22 5.9-2.19 9.03-2.42 6.58-.62 13.11.75 19.56 1.85 3.69.58 7.4 1.17 11.13 1.41 3.74.1 7.48.05 11.21-.28 8.55-.92 16.99-2.96 24.94-6.25 5.3-2.24 10.46-4.83 15.31-7.93 11.46-7.21 21.46-16.57 30.04-27.01 1.17-1.42 2.25-2.9 3.46-4.28-1.2 3.24-2.67 6.37-4.16 9.48-1.25 2.9-2.84 5.61-4.27 8.42-5.16 9.63-11.02 18.91-17.75 27.52-4.03 5.21-8.53 10.05-13.33 14.57-6.64 6.05-14.07 11.37-22.43 14.76-8.21 3.37-17.31 4.63-26.09 3.29-3.56-.58-7.01-1.69-10.41-2.88-2.79-.97-5.39-2.38-8.03-3.69-3.43-1.71-6.64-3.81-9.71-6.08 2.71 3.06 5.69 5.86 8.7 8.61 4.27 3.76 8.74 7.31 13.63 10.23 3.98 2.45 8.29 4.4 12.84 5.51 1.46.37 2.96.46 4.45.6-1.25 1.1-2.63 2.04-3.99 2.98-9.61 6.54-20.01 11.86-30.69 16.43-20.86 8.7-43.17 13.97-65.74 15.34-4.66.24-9.32.36-13.98.36-4.98-.11-9.97-.13-14.92-.65-11.2-.76-22.29-2.73-33.17-5.43-10.35-2.71-20.55-6.12-30.3-10.55-8.71-3.86-17.12-8.42-24.99-13.79-1.83-1.31-3.74-2.53-5.37-4.08 6.6-1.19 13.03-3.39 18.99-6.48 5.74-2.86 10.99-6.66 15.63-11.07 2.24-2.19 4.29-4.59 6.19-7.09-3.43 2.13-6.93 4.15-10.62 5.78-4.41 2.16-9.07 3.77-13.81 5.02-5.73 1.52-11.74 1.73-17.61 1.14-8.13-.95-15.86-4.27-22.51-8.98-4.32-2.94-8.22-6.43-11.96-10.06-9.93-10.16-18.2-21.81-25.66-33.86-3.94-6.27-7.53-12.75-11.12-19.22-1.05-2.04-2.15-4.05-3.18-6.1 2.85 2.92 5.57 5.97 8.43 8.88 8.99 8.97 18.56 17.44 29.16 24.48 7.55 4.9 15.67 9.23 24.56 11.03 3.11.73 6.32.47 9.47.81 2.77.28 5.56.2 8.34.3 5.05.06 10.11.04 15.16-.16 3.65-.16 7.27-.66 10.89-1.09 2.07-.25 4.11-.71 6.14-1.2 3.88-.95 8.11-.96 11.83.61 4.76 1.85 8.44 5.64 11.38 9.71 2.16 3.02 4.06 6.22 5.66 9.58 1.16 2.43 2.46 4.79 3.55 7.26 1 2.24 2.15 4.42 3.42 6.52.67 1.02 1.4 2.15 2.62 2.55 1.06-.75 1.71-1.91 2.28-3.03 2.1-4.16 3.42-8.65 4.89-13.05 2.02-6.59 3.78-13.27 5.19-20.02 2.21-9.25 3.25-18.72 4.54-28.13.56-3.98.83-7.99 1.31-11.97.87-10.64 1.9-21.27 2.24-31.94.08-1.86.24-3.71.25-5.57.01-4.35.25-8.69.22-13.03-.01-2.38-.01-4.76 0-7.13.05-5.07-.2-10.14-.22-15.21-.2-6.61-.71-13.2-1.29-19.78-.73-5.88-1.55-11.78-3.12-17.51-2.05-7.75-5.59-15.03-9.8-21.82-3.16-5.07-6.79-9.88-11.09-14.03-3.88-3.86-8.58-7.08-13.94-8.45-1.5-.41-3.06-.45-4.59-.64.07-2.99.7-5.93 1.26-8.85 1.59-7.71 3.8-15.3 6.76-22.6 1.52-4.03 3.41-7.9 5.39-11.72 3.45-6.56 7.62-12.79 12.46-18.46zm31.27 1.7c.35-.06.71-.12 1.07-.19.19 1.79.09 3.58.1 5.37v38.13c-.01 1.74.13 3.49-.15 5.22-.36-.03-.71-.05-1.06-.05-.95-3.75-1.72-7.55-2.62-11.31-.38-1.53-.58-3.09-1.07-4.59-1.7-.24-3.43-.17-5.15-.2-5.06-.01-10.13 0-15.19-.01-1.66-.01-3.32.09-4.98-.03-.03-.39-.26-.91.16-1.18 1.28-.65 2.72-.88 4.06-1.35 3.43-1.14 6.88-2.16 10.31-3.31 1.39-.48 2.9-.72 4.16-1.54.04-.56.02-1.13-.05-1.68-1.23-.55-2.53-.87-3.81-1.28-3.13-1.03-6.29-1.96-9.41-3.02-1.79-.62-3.67-1-5.41-1.79-.03-.37-.07-.73-.11-1.09 5.09-.19 10.2.06 15.3-.12 3.36-.13 6.73.08 10.09-.07.12-.39.26-.77.37-1.16 1.08-4.94 2.33-9.83 3.39-14.75zm5.97-.2c.36.05.72.12 1.08.2.98 3.85 1.73 7.76 2.71 11.61.36 1.42.56 2.88 1.03 4.27 2.53.18 5.07-.01 7.61.05 5.16.12 10.33.12 15.49.07.76-.01 1.52.03 2.28.08-.04.36-.07.72-.1 1.08-1.82.83-3.78 1.25-5.67 1.89-3.73 1.23-7.48 2.39-11.22 3.57-.57.17-1.12.42-1.67.64-.15.55-.18 1.12-.12 1.69.87.48 1.82.81 2.77 1.09 4.88 1.52 9.73 3.14 14.63 4.6.38.13.78.27 1.13.49.4.27.23.79.15 1.18-1.66.13-3.31.03-4.97.04-5.17.01-10.33-.01-15.5.01-1.61.03-3.22-.02-4.82.21-.52 1.67-.72 3.42-1.17 5.11-.94 3.57-1.52 7.24-2.54 10.78-.36.01-.71.02-1.06.06-.29-1.73-.15-3.48-.15-5.22v-38.13c.02-1.78-.08-3.58.11-5.37zM65.05 168.33c1.12-2.15 2.08-4.4 3.37-6.46-1.82 7.56-2.91 15.27-3.62 23-.8 7.71-.85 15.49-.54 23.23 1.05 19.94 5.54 39.83 14.23 57.88 2.99 5.99 6.35 11.83 10.5 17.11 6.12 7.47 12.53 14.76 19.84 21.09 4.8 4.1 9.99 7.78 15.54 10.8 3.27 1.65 6.51 3.39 9.94 4.68 5.01 2.03 10.19 3.61 15.42 4.94 3.83.96 7.78 1.41 11.52 2.71 5 1.57 9.47 4.61 13.03 8.43 4.93 5.23 8.09 11.87 10.2 18.67.99 2.9 1.59 5.91 2.17 8.92.15.75.22 1.52.16 2.29-6.5 2.78-13.26 5.06-20.26 6.18-4.11.78-8.29.99-12.46 1.08-10.25.24-20.47-1.76-30.12-5.12-3.74-1.42-7.49-2.85-11.03-4.72-8.06-3.84-15.64-8.7-22.46-14.46-2.92-2.55-5.83-5.13-8.4-8.03-9.16-9.83-16.3-21.41-21.79-33.65-2.39-5.55-4.61-11.18-6.37-16.96-1.17-3.94-2.36-7.89-3.26-11.91-.75-2.94-1.22-5.95-1.87-8.92-.46-2.14-.69-4.32-1.03-6.48-.85-5.43-1.28-10.93-1.33-16.43.11-6.18.25-12.37 1.07-18.5.4-2.86.67-5.74 1.15-8.6.98-5.7 2.14-11.37 3.71-16.93 3.09-11.65 7.48-22.95 12.69-33.84zm363.73-6.44c1.1 1.66 1.91 3.48 2.78 5.26 2.1 4.45 4.24 8.9 6.02 13.49 7.61 18.76 12.3 38.79 13.04 59.05.02 1.76.07 3.52.11 5.29.13 9.57-1.27 19.09-3.18 28.45-.73 3.59-1.54 7.17-2.58 10.69-4.04 14.72-10 29-18.41 41.78-8.21 12.57-19.01 23.55-31.84 31.41-5.73 3.59-11.79 6.64-18.05 9.19-5.78 2.19-11.71 4.03-17.8 5.11-6.4 1.05-12.91 1.52-19.4 1.23-7.92-.48-15.78-2.07-23.21-4.85-1.94-.8-3.94-1.46-5.84-2.33-.21-1.51.25-2.99.53-4.46 1.16-5.74 3.03-11.36 5.7-16.58 2.37-4.51 5.52-8.65 9.46-11.9 2.43-2.05 5.24-3.61 8.16-4.83 3.58-1.5 7.47-1.97 11.24-2.83 7.23-1.71 14.37-3.93 21.15-7 10.35-4.65 19.71-11.38 27.65-19.46 1.59-1.61 3.23-3.18 4.74-4.87 3.37-3.76 6.71-7.57 9.85-11.53 7.48-10.07 12.82-21.59 16.71-33.48 1.58-5.3 3.21-10.6 4.21-16.05.63-2.87 1.04-5.78 1.52-8.68.87-6.09 1.59-12.22 1.68-18.38.12-6.65.14-13.32-.53-19.94-.73-7.99-1.87-15.96-3.71-23.78z\"],\n \"opencart\": [640, 512, [], \"f23d\", \"M423.3 440.7c0 25.3-20.3 45.6-45.6 45.6s-45.8-20.3-45.8-45.6 20.6-45.8 45.8-45.8c25.4 0 45.6 20.5 45.6 45.8zm-253.9-45.8c-25.3 0-45.6 20.6-45.6 45.8s20.3 45.6 45.6 45.6 45.8-20.3 45.8-45.6-20.5-45.8-45.8-45.8zm291.7-270C158.9 124.9 81.9 112.1 0 25.7c34.4 51.7 53.3 148.9 373.1 144.2 333.3-5 130 86.1 70.8 188.9 186.7-166.7 319.4-233.9 17.2-233.9z\"],\n \"openid\": [448, 512, [], \"f19b\", \"M271.5 432l-68 32C88.5 453.7 0 392.5 0 318.2c0-71.5 82.5-131 191.7-144.3v43c-71.5 12.5-124 53-124 101.3 0 51 58.5 93.3 135.7 103v-340l68-33.2v384zM448 291l-131.3-28.5 36.8-20.7c-19.5-11.5-43.5-20-70-24.8v-43c46.2 5.5 87.7 19.5 120.3 39.3l35-19.8L448 291z\"],\n \"opera\": [496, 512, [], \"f26a\", \"M313.9 32.7c-170.2 0-252.6 223.8-147.5 355.1 36.5 45.4 88.6 75.6 147.5 75.6 36.3 0 70.3-11.1 99.4-30.4-43.8 39.2-101.9 63-165.3 63-3.9 0-8 0-11.9-.3C104.6 489.6 0 381.1 0 248 0 111 111 0 248 0h.8c63.1.3 120.7 24.1 164.4 63.1-29-19.4-63.1-30.4-99.3-30.4zm101.8 397.7c-40.9 24.7-90.7 23.6-132-5.8 56.2-20.5 97.7-91.6 97.7-176.6 0-84.7-41.2-155.8-97.4-176.6 41.8-29.2 91.2-30.3 132.9-5 105.9 98.7 105.5 265.7-1.2 364z\"],\n \"optin-monster\": [576, 512, [], \"f23c\", \"M572.6 421.4c5.6-9.5 4.7-15.2-5.4-11.6-3-4.9-7-9.5-11.1-13.8 2.9-9.7-.7-14.2-10.8-9.2-4.6-3.2-10.3-6.5-15.9-9.2 0-15.1-11.6-11.6-17.6-5.7-10.4-1.5-18.7-.3-26.8 5.7.3-6.5.3-13 .3-19.7 12.6 0 40.2-11 45.9-36.2 1.4-6.8 1.6-13.8-.3-21.9-3-13.5-14.3-21.3-25.1-25.7-.8-5.9-7.6-14.3-14.9-15.9s-12.4 4.9-14.1 10.3c-8.5 0-19.2 2.8-21.1 8.4-5.4-.5-11.1-1.4-16.8-1.9 2.7-1.9 5.4-3.5 8.4-4.6 5.4-9.2 14.6-11.4 25.7-11.6V256c19.5-.5 43-5.9 53.8-18.1 12.7-13.8 14.6-37.3 12.4-55.1-2.4-17.3-9.7-37.6-24.6-48.1-8.4-5.9-21.6-.8-22.7 9.5-2.2 19.6 1.2 30-38.6 25.1-10.3-23.8-24.6-44.6-42.7-60C341 49.6 242.9 55.5 166.4 71.7c19.7 4.6 41.1 8.6 59.7 16.5-26.2 2.4-52.7 11.3-76.2 23.2-32.8 17-44 29.9-56.7 42.4 14.9-2.2 28.9-5.1 43.8-3.8-9.7 5.4-18.4 12.2-26.5 20-25.8.9-23.8-5.3-26.2-25.9-1.1-10.5-14.3-15.4-22.7-9.7-28.1 19.9-33.5 79.9-12.2 103.5 10.8 12.2 35.1 17.3 54.9 17.8-.3 1.1-.3 1.9-.3 2.7 10.8.5 19.5 2.7 24.6 11.6 3 1.1 5.7 2.7 8.1 4.6-5.4.5-11.1 1.4-16.5 1.9-3.3-6.6-13.7-8.1-21.1-8.1-1.6-5.7-6.5-12.2-14.1-10.3-6.8 1.9-14.1 10-14.9 15.9-22.5 9.5-30.1 26.8-25.1 47.6 5.3 24.8 33 36.2 45.9 36.2v19.7c-6.6-5-14.3-7.5-26.8-5.7-5.5-5.5-17.3-10.1-17.3 5.7-5.9 2.7-11.4 5.9-15.9 9.2-9.8-4.9-13.6-1.7-11.1 9.2-4.1 4.3-7.8 8.6-11.1 13.8-10.2-3.7-11 2.2-5.4 11.6-1.1 3.5-1.6 7-1.9 10.8-.5 31.6 44.6 64 73.5 65.1 17.3.5 34.6-8.4 43-23.5 113.2 4.9 226.7 4.1 340.2 0 8.1 15.1 25.4 24.3 42.7 23.5 29.2-1.1 74.3-33.5 73.5-65.1.2-3.7-.7-7.2-1.7-10.7zm-73.8-254c1.1-3 2.4-8.4 2.4-14.6 0-5.9 6.8-8.1 14.1-.8 11.1 11.6 14.9 40.5 13.8 51.1-4.1-13.6-13-29-30.3-35.7zm-4.6 6.7c19.5 6.2 28.6 27.6 29.7 48.9-1.1 2.7-3 5.4-4.9 7.6-5.7 5.9-15.4 10-26.2 12.2 4.3-21.3.3-47.3-12.7-63 4.9-.8 10.9-2.4 14.1-5.7zm-24.1 6.8c13.8 11.9 20 39.2 14.1 63.5-4.1.5-8.1.8-11.6.8-1.9-21.9-6.8-44-14.3-64.6 3.7.3 8.1.3 11.8.3zM47.5 203c-1.1-10.5 2.4-39.5 13.8-51.1 7-7.3 14.1-5.1 14.1.8 0 6.2 1.4 11.6 2.4 14.6-17.3 6.8-26.2 22.2-30.3 35.7zm9.7 27.6c-1.9-2.2-3.5-4.9-4.9-7.6 1.4-21.3 10.3-42.7 29.7-48.9 3.2 3.2 9.2 4.9 14.1 5.7-13 15.7-17 41.6-12.7 63-10.8-2.2-20.5-6-26.2-12.2zm47.9 14.6c-4.1 0-8.1-.3-12.7-.8-4.6-18.6-1.9-38.9 5.4-53v.3l12.2-5.1c4.9-1.9 9.7-3.8 14.9-4.9-10.7 19.7-17.4 41.3-19.8 63.5zm184-162.7c41.9 0 76.2 34 76.2 75.9 0 42.2-34.3 76.2-76.2 76.2s-76.2-34-76.2-76.2c0-41.8 34.3-75.9 76.2-75.9zm115.6 174.3c-.3 17.8-7 48.9-23 57-13.2 6.6-6.5-7.5-16.5-58.1 13.3.3 26.6.3 39.5 1.1zm-54-1.6c.8 4.9 3.8 40.3-1.6 41.9-11.6 3.5-40 4.3-51.1-1.1-4.1-3-4.6-35.9-4.3-41.1v.3c18.9-.3 38.1-.3 57 0zM278.3 309c-13 3.5-41.6 4.1-54.6-1.6-6.5-2.7-3.8-42.4-1.9-51.6 19.2-.5 38.4-.5 57.8-.8v.3c1.1 8.3 3.3 51.2-1.3 53.7zm-106.5-51.1c12.2-.8 24.6-1.4 36.8-1.6-2.4 15.4-3 43.5-4.9 52.2-1.1 6.8-4.3 6.8-9.7 4.3-21.9-9.8-27.6-35.2-22.2-54.9zm-35.4 31.3c7.8-1.1 15.7-1.9 23.5-2.7 1.6 6.2 3.8 11.9 7 17.6 10 17 44 35.7 45.1 7 6.2 14.9 40.8 12.2 54.9 10.8 15.7-1.4 23.8-1.4 26.8-14.3 12.4 4.3 30.8 4.1 44 3 11.3-.8 20.8-.5 24.6-8.9 1.1 5.1 1.9 11.6 4.6 16.8 10.8 21.3 37.3 1.4 46.8-31.6 8.6.8 17.6 1.9 26.5 2.7-.4 1.3-3.8 7.3 7.3 11.6-47.6 47-95.7 87.8-163.2 107-63.2-20.8-112.1-59.5-155.9-106.5 9.6-3.4 10.4-8.8 8-12.5zm-21.6 172.5c-3.8 17.8-21.9 29.7-39.7 28.9-19.2-.8-46.5-17-59.2-36.5-2.7-31.1 43.8-61.3 66.2-54.6 14.9 4.3 27.8 30.8 33.5 54 0 3-.3 5.7-.8 8.2zm-8.7-66c-.5-13.5-.5-27-.3-40.5h.3c2.7-1.6 5.7-3.8 7.8-6.5 6.5-1.6 13-5.1 15.1-9.2 3.3-7.1-7-7.5-5.4-12.4 2.7-1.1 5.7-2.2 7.8-3.5 29.2 29.2 58.6 56.5 97.3 77-36.8 11.3-72.4 27.6-105.9 47-1.2-18.6-7.7-35.9-16.7-51.9zm337.6 64.6c-103 3.5-206.2 4.1-309.4 0 0 .3 0 .3-.3.3v-.3h.3c35.1-21.6 72.2-39.2 112.4-50.8 11.6 5.1 23 9.5 34.9 13.2 2.2.8 2.2.8 4.3 0 14.3-4.1 28.4-9.2 42.2-15.4 41.5 11.7 78.8 31.7 115.6 53zm10.5-12.4c-35.9-19.5-73-35.9-111.9-47.6 38.1-20 71.9-47.3 103.5-76.7 2.2 1.4 4.6 2.4 7.6 3.2 0 .8.3 1.9.5 2.4-4.6 2.7-7.8 6.2-5.9 10.3 2.2 3.8 8.6 7.6 15.1 8.9 2.4 2.7 5.1 5.1 8.1 6.8 0 13.8-.3 27.6-.8 41.3l.3-.3c-9.3 15.9-15.5 37-16.5 51.7zm105.9 6.2c-12.7 19.5-40 35.7-59.2 36.5-19.3.9-40.5-13.2-40.5-37 5.7-23.2 18.9-49.7 33.5-54 22.7-6.9 69.2 23.4 66.2 54.5zM372.9 75.2c-3.8-72.1-100.8-79.7-126-23.5 44.6-24.3 90.3-15.7 126 23.5zM74.8 407.1c-15.7 1.6-49.5 25.4-49.5 43.2 0 11.6 15.7 19.5 32.2 14.9 12.2-3.2 31.1-17.6 35.9-27.3 6-11.6-3.7-32.7-18.6-30.8zm215.9-176.2c28.6 0 51.9-21.6 51.9-48.4 0-36.1-40.5-58.1-72.2-44.3 9.5 3 16.5 11.6 16.5 21.6 0 23.3-33.3 32-46.5 11.3-7.3 34.1 19.4 59.8 50.3 59.8zM68 474.1c.5 6.5 12.2 12.7 21.6 9.5 6.8-2.7 14.6-10.5 17.3-16.2 3-7-1.1-20-9.7-18.4-8.9 1.6-29.7 16.7-29.2 25.1zm433.2-67c-14.9-1.9-24.6 19.2-18.9 30.8 4.9 9.7 24.1 24.1 36.2 27.3 16.5 4.6 32.2-3.2 32.2-14.9 0-17.8-33.8-41.6-49.5-43.2zM478.8 449c-8.4-1.6-12.4 11.3-9.5 18.4 2.4 5.7 10.3 13.5 17.3 16.2 9.2 3.2 21.1-3 21.3-9.5.9-8.4-20.2-23.5-29.1-25.1z\"],\n \"orcid\": [512, 512, [], \"f8d2\", \"M294.75 188.19h-45.92V342h47.47c67.62 0 83.12-51.34 83.12-76.91 0-41.64-26.54-76.9-84.67-76.9zM256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm-80.79 360.76h-29.84v-207.5h29.84zm-14.92-231.14a19.57 19.57 0 1 1 19.57-19.57 19.64 19.64 0 0 1-19.57 19.57zM300 369h-81V161.26h80.6c76.73 0 110.44 54.83 110.44 103.85C410 318.39 368.38 369 300 369z\"],\n \"osi\": [512, 512, [], \"f41a\", \"M8 266.44C10.3 130.64 105.4 34 221.8 18.34c138.8-18.6 255.6 75.8 278 201.1 21.3 118.8-44 230-151.6 274-9.3 3.8-14.4 1.7-18-7.7q-26.7-69.45-53.4-139c-3.1-8.1-1-13.2 7-16.8 24.2-11 39.3-29.4 43.3-55.8a71.47 71.47 0 0 0-64.5-82.2c-39-3.4-71.8 23.7-77.5 59.7-5.2 33 11.1 63.7 41.9 77.7 9.6 4.4 11.5 8.6 7.8 18.4q-26.85 69.9-53.7 139.9c-2.6 6.9-8.3 9.3-15.5 6.5-52.6-20.3-101.4-61-130.8-119-24.9-49.2-25.2-87.7-26.8-108.7zm20.9-1.9c.4 6.6.6 14.3 1.3 22.1 6.3 71.9 49.6 143.5 131 183.1 3.2 1.5 4.4.8 5.6-2.3q22.35-58.65 45-117.3c1.3-3.3.6-4.8-2.4-6.7-31.6-19.9-47.3-48.5-45.6-86 1-21.6 9.3-40.5 23.8-56.3 30-32.7 77-39.8 115.5-17.6a91.64 91.64 0 0 1 45.2 90.4c-3.6 30.6-19.3 53.9-45.7 69.8-2.7 1.6-3.5 2.9-2.3 6q22.8 58.8 45.2 117.7c1.2 3.1 2.4 3.8 5.6 2.3 35.5-16.6 65.2-40.3 88.1-72 34.8-48.2 49.1-101.9 42.3-161-13.7-117.5-119.4-214.8-255.5-198-106.1 13-195.3 102.5-197.1 225.8z\"],\n \"page4\": [496, 512, [], \"f3d7\", \"M248 504C111 504 0 393 0 256S111 8 248 8c20.9 0 41.3 2.6 60.7 7.5L42.3 392H248v112zm0-143.6V146.8L98.6 360.4H248zm96 31.6v92.7c45.7-19.2 84.5-51.7 111.4-92.7H344zm57.4-138.2l-21.2 8.4 21.2 8.3v-16.7zm-20.3 54.5c-6.7 0-8 6.3-8 12.9v7.7h16.2v-10c0-5.9-2.3-10.6-8.2-10.6zM496 256c0 37.3-8.2 72.7-23 104.4H344V27.3C433.3 64.8 496 153.1 496 256zM360.4 143.6h68.2V96h-13.9v32.6h-13.9V99h-13.9v29.6h-12.7V96h-13.9v47.6zm68.1 185.3H402v-11c0-15.4-5.6-25.2-20.9-25.2-15.4 0-20.7 10.6-20.7 25.9v25.3h68.2v-15zm0-103l-68.2 29.7V268l68.2 29.5v-16.6l-14.4-5.7v-26.5l14.4-5.9v-16.9zm-4.8-68.5h-35.6V184H402v-12.2h11c8.6 15.8 1.3 35.3-18.6 35.3-22.5 0-28.3-25.3-15.5-37.7l-11.6-10.6c-16.2 17.5-12.2 63.9 27.1 63.9 34 0 44.7-35.9 29.3-65.3z\"],\n \"pagelines\": [384, 512, [], \"f18c\", \"M384 312.7c-55.1 136.7-187.1 54-187.1 54-40.5 81.8-107.4 134.4-184.6 134.7-16.1 0-16.6-24.4 0-24.4 64.4-.3 120.5-42.7 157.2-110.1-41.1 15.9-118.6 27.9-161.6-82.2 109-44.9 159.1 11.2 178.3 45.5 9.9-24.4 17-50.9 21.6-79.7 0 0-139.7 21.9-149.5-98.1 119.1-47.9 152.6 76.7 152.6 76.7 1.6-16.7 3.3-52.6 3.3-53.4 0 0-106.3-73.7-38.1-165.2 124.6 43 61.4 162.4 61.4 162.4.5 1.6.5 23.8 0 33.4 0 0 45.2-89 136.4-57.5-4.2 134-141.9 106.4-141.9 106.4-4.4 27.4-11.2 53.4-20 77.5 0 0 83-91.8 172-20z\"],\n \"palfed\": [576, 512, [], \"f3d8\", \"M384.9 193.9c0-47.4-55.2-44.2-95.4-29.8-1.3 39.4-2.5 80.7-3 119.8.7 2.8 2.6 6.2 15.1 6.2 36.8 0 83.4-42.8 83.3-96.2zm-194.5 72.2c.2 0 6.5-2.7 11.2-2.7 26.6 0 20.7 44.1-14.4 44.1-21.5 0-37.1-18.1-37.1-43 0-42 42.9-95.6 100.7-126.5 1-12.4 3-22 10.5-28.2 11.2-9 26.6-3.5 29.5 11.1 72.2-22.2 135.2 1 135.2 72 0 77.9-79.3 152.6-140.1 138.2-.1 39.4.9 74.4 2.7 100v.2c.2 3.4.6 12.5-5.3 19.1-9.6 10.6-33.4 10-36.4-22.3-4.1-44.4.2-206.1 1.4-242.5-21.5 15-58.5 50.3-58.5 75.9.2 2.5.4 4 .6 4.6zM8 181.1s-.1 37.4 38.4 37.4h30l22.4 217.2s0 44.3 44.7 44.3h288.9s44.7-.4 44.7-44.3l22.4-217.2h30s38.4 1.2 38.4-37.4c0 0 .1-37.4-38.4-37.4h-30.1c-7.3-25.6-30.2-74.3-119.4-74.3h-28V50.3s-2.7-18.4-21.1-18.4h-85.8s-21.1 0-21.1 18.4v19.1h-28.1s-105 4.2-120.5 74.3h-29S8 142.5 8 181.1z\"],\n \"patreon\": [512, 512, [], \"f3d9\", \"M512 194.8c0 101.3-82.4 183.8-183.8 183.8-101.7 0-184.4-82.4-184.4-183.8 0-101.6 82.7-184.3 184.4-184.3C429.6 10.5 512 93.2 512 194.8zM0 501.5h90v-491H0v491z\"],\n \"paypal\": [384, 512, [], \"f1ed\", \"M111.4 295.9c-3.5 19.2-17.4 108.7-21.5 134-.3 1.8-1 2.5-3 2.5H12.3c-7.6 0-13.1-6.6-12.1-13.9L58.8 46.6c1.5-9.6 10.1-16.9 20-16.9 152.3 0 165.1-3.7 204 11.4 60.1 23.3 65.6 79.5 44 140.3-21.5 62.6-72.5 89.5-140.1 90.3-43.4.7-69.5-7-75.3 24.2zM357.1 152c-1.8-1.3-2.5-1.8-3 1.3-2 11.4-5.1 22.5-8.8 33.6-39.9 113.8-150.5 103.9-204.5 103.9-6.1 0-10.1 3.3-10.9 9.4-22.6 140.4-27.1 169.7-27.1 169.7-1 7.1 3.5 12.9 10.6 12.9h63.5c8.6 0 15.7-6.3 17.4-14.9.7-5.4-1.1 6.1 14.4-91.3 4.6-22 14.3-19.7 29.3-19.7 71 0 126.4-28.8 142.9-112.3 6.5-34.8 4.6-71.4-23.8-92.6z\"],\n \"penny-arcade\": [640, 512, [], \"f704\", \"M421.91 164.27c-4.49 19.45-1.4 6.06-15.1 65.29l39.73-10.61c-22.34-49.61-17.29-38.41-24.63-54.68zm-206.09 51.11c-20.19 5.4-11.31 3.03-39.63 10.58l4.46 46.19c28.17-7.59 20.62-5.57 34.82-9.34 42.3-9.79 32.85-56.42.35-47.43zm326.16-26.19l-45.47-99.2c-5.69-12.37-19.46-18.84-32.62-15.33-70.27 18.75-38.72 10.32-135.59 36.23a27.618 27.618 0 0 0-18.89 17.41C144.26 113.27 0 153.75 0 226.67c0 33.5 30.67 67.11 80.9 95.37l1.74 17.88a27.891 27.891 0 0 0-17.77 28.67l4.3 44.48c1.39 14.31 13.43 25.21 27.8 25.2 5.18-.01-3.01 1.78 122.53-31.76 12.57-3.37 21.12-15.02 20.58-28.02 216.59 45.5 401.99-5.98 399.89-84.83.01-28.15-22.19-66.56-97.99-104.47zM255.14 298.3l-21.91 5.88-48.44 12.91 2.46 23.55 20.53-5.51 4.51 44.51-115.31 30.78-4.3-44.52 20.02-5.35-11.11-114.64-20.12 5.39-4.35-44.5c178.15-47.54 170.18-46.42 186.22-46.65 56.66-1.13 64.15 71.84 42.55 104.43a86.7 86.7 0 0 1-50.75 33.72zm199.18 16.62l-3.89-39.49 14.9-3.98-6.61-14.68-57.76 15.42-4.1 17.54 19.2-5.12 4.05 39.54-112.85 30.07-4.46-44.43 20.99-5.59 33.08-126.47-17.15 4.56-4.2-44.48c93.36-24.99 65.01-17.41 135.59-36.24l66.67 145.47 20.79-5.56 4.3 44.48-108.55 28.96z\"],\n \"periscope\": [448, 512, [], \"f3da\", \"M370 63.6C331.4 22.6 280.5 0 226.6 0 111.9 0 18.5 96.2 18.5 214.4c0 75.1 57.8 159.8 82.7 192.7C137.8 455.5 192.6 512 226.6 512c41.6 0 112.9-94.2 120.9-105 24.6-33.1 82-118.3 82-192.6 0-56.5-21.1-110.1-59.5-150.8zM226.6 493.9c-42.5 0-190-167.3-190-279.4 0-107.4 83.9-196.3 190-196.3 100.8 0 184.7 89 184.7 196.3.1 112.1-147.4 279.4-184.7 279.4zM338 206.8c0 59.1-51.1 109.7-110.8 109.7-100.6 0-150.7-108.2-92.9-181.8v.4c0 24.5 20.1 44.4 44.8 44.4 24.7 0 44.8-19.9 44.8-44.4 0-18.2-11.1-33.8-26.9-40.7 76.6-19.2 141 39.3 141 112.4z\"],\n \"phabricator\": [496, 512, [], \"f3db\", \"M323 262.1l-.1-13s21.7-19.8 21.1-21.2l-9.5-20c-.6-1.4-29.5-.5-29.5-.5l-9.4-9.3s.2-28.5-1.2-29.1l-20.1-9.2c-1.4-.6-20.7 21-20.7 21l-13.1-.2s-20.5-21.4-21.9-20.8l-20 8.3c-1.4.5.2 28.9.2 28.9l-9.1 9.1s-29.2-.9-29.7.4l-8.1 19.8c-.6 1.4 21 21 21 21l.1 12.9s-21.7 19.8-21.1 21.2l9.5 20c.6 1.4 29.5.5 29.5.5l9.4 9.3s-.2 31.8 1.2 32.3l20.1 8.3c1.4.6 20.7-23.5 20.7-23.5l13.1.2s20.5 23.8 21.8 23.3l20-7.5c1.4-.6-.2-32.1-.2-32.1l9.1-9.1s29.2.9 29.7-.5l8.1-19.8c.7-1.1-20.9-20.7-20.9-20.7zm-44.9-8.7c.7 17.1-12.8 31.6-30.1 32.4-17.3.8-32.1-12.5-32.8-29.6-.7-17.1 12.8-31.6 30.1-32.3 17.3-.8 32.1 12.5 32.8 29.5zm201.2-37.9l-97-97-.1.1c-75.1-73.3-195.4-72.8-269.8 1.6-50.9 51-27.8 27.9-95.7 95.3-22.3 22.3-22.3 58.7 0 81 69.9 69.4 46.4 46 97.4 97l.1-.1c75.1 73.3 195.4 72.9 269.8-1.6 51-50.9 27.9-27.9 95.3-95.3 22.3-22.3 22.3-58.7 0-81zM140.4 363.8c-59.6-59.5-59.6-156 0-215.5 59.5-59.6 156-59.5 215.6 0 59.5 59.5 59.6 156 0 215.6-59.6 59.5-156 59.4-215.6-.1z\"],\n \"phoenix-framework\": [640, 512, [], \"f3dc\", \"M212.9 344.3c3.8-.1 22.8-1.4 25.6-2.2-2.4-2.6-43.6-1-68-49.6-4.3-8.6-7.5-17.6-6.4-27.6 2.9-25.5 32.9-30 52-18.5 36 21.6 63.3 91.3 113.7 97.5 37 4.5 84.6-17 108.2-45.4-.6-.1-.8-.2-1-.1-.4.1-.8.2-1.1.3-33.3 12.1-94.3 9.7-134.7-14.8-37.6-22.8-53.1-58.7-51.8-74.6 1.8-21.3 22.9-23.2 35.9-19.6 14.4 3.9 24.4 17.6 38.9 27.4 15.6 10.4 32.9 13.7 51.3 10.3 14.9-2.7 34.4-12.3 36.5-14.5-1.1-.1-1.8-.1-2.5-.2-6.2-.6-12.4-.8-18.5-1.7C279.8 194.5 262.1 47.4 138.5 37.9 94.2 34.5 39.1 46 2.2 72.9c-.8.6-1.5 1.2-2.2 1.8.1.2.1.3.2.5.8 0 1.6-.1 2.4-.2 6.3-1 12.5-.8 18.7.3 23.8 4.3 47.7 23.1 55.9 76.5 5.3 34.3-.7 50.8 8 86.1 19 77.1 91 107.6 127.7 106.4zM75.3 64.9c-.9-1-.9-1.2-1.3-2 12.1-2.6 24.2-4.1 36.6-4.8-1.1 14.7-22.2 21.3-35.3 6.8zm196.9 350.5c-42.8 1.2-92-26.7-123.5-61.4-4.6-5-16.8-20.2-18.6-23.4l.4-.4c6.6 4.1 25.7 18.6 54.8 27 24.2 7 48.1 6.3 71.6-3.3 22.7-9.3 41-.5 43.1 2.9-18.5 3.8-20.1 4.4-24 7.9-5.1 4.4-4.6 11.7 7 17.2 26.2 12.4 63-2.8 97.2 25.4 2.4 2 8.1 7.8 10.1 10.7-.1.2-.3.3-.4.5-4.8-1.5-16.4-7.5-40.2-9.3-24.7-2-46.3 5.3-77.5 6.2zm174.8-252c16.4-5.2 41.3-13.4 66.5-3.3 16.1 6.5 26.2 18.7 32.1 34.6 3.5 9.4 5.1 19.7 5.1 28.7-.2 0-.4 0-.6.1-.2-.4-.4-.9-.5-1.3-5-22-29.9-43.8-67.6-29.9-50.2 18.6-130.4 9.7-176.9-48-.7-.9-2.4-1.7-1.3-3.2.1-.2 2.1.6 3 1.3 18.1 13.4 38.3 21.9 60.3 26.2 30.5 6.1 54.6 2.9 79.9-5.2zm102.7 117.5c-32.4.2-33.8 50.1-103.6 64.4-18.2 3.7-38.7 4.6-44.9 4.2v-.4c2.8-1.5 14.7-2.6 29.7-16.6 7.9-7.3 15.3-15.1 22.8-22.9 19.5-20.2 41.4-42.2 81.9-39 23.1 1.8 29.3 8.2 36.1 12.7.3.2.4.5.7.9-.5 0-.7.1-.9 0-7-2.7-14.3-3.3-21.8-3.3zm-12.3-24.1c-.1.2-.1.4-.2.6-28.9-4.4-48-7.9-68.5 4-17 9.9-31.4 20.5-62 24.4-27.1 3.4-45.1 2.4-66.1-8-.3-.2-.6-.4-1-.6 0-.2.1-.3.1-.5 24.9 3.8 36.4 5.1 55.5-5.8 22.3-12.9 40.1-26.6 71.3-31 29.6-4.1 51.3 2.5 70.9 16.9zM268.6 97.3c-.6-.6-1.1-1.2-2.1-2.3 7.6 0 29.7-1.2 53.4 8.4 19.7 8 32.2 21 50.2 32.9 11.1 7.3 23.4 9.3 36.4 8.1 4.3-.4 8.5-1.2 12.8-1.7.4-.1.9 0 1.5.3-.6.4-1.2.9-1.8 1.2-8.1 4-16.7 6.3-25.6 7.1-26.1 2.6-50.3-3.7-73.4-15.4-19.3-9.9-36.4-22.9-51.4-38.6zM640 335.7c-3.5 3.1-22.7 11.6-42.7 5.3-12.3-3.9-19.5-14.9-31.6-24.1-10-7.6-20.9-7.9-28.1-8.4.6-.8.9-1.2 1.2-1.4 14.8-9.2 30.5-12.2 47.3-6.5 12.5 4.2 19.2 13.5 30.4 24.2 10.8 10.4 21 9.9 23.1 10.5.1-.1.2 0 .4.4zm-212.5 137c2.2 1.2 1.6 1.5 1.5 2-18.5-1.4-33.9-7.6-46.8-22.2-21.8-24.7-41.7-27.9-48.6-29.7.5-.2.8-.4 1.1-.4 13.1.1 26.1.7 38.9 3.9 25.3 6.4 35 25.4 41.6 35.3 3.2 4.8 7.3 8.3 12.3 11.1z\"],\n \"phoenix-squadron\": [512, 512, [], \"f511\", \"M96 63.38C142.49 27.25 201.55 7.31 260.51 8.81c29.58-.38 59.11 5.37 86.91 15.33-24.13-4.63-49-6.34-73.38-2.45C231.17 27 191 48.84 162.21 80.87c5.67-1 10.78-3.67 16-5.86 18.14-7.87 37.49-13.26 57.23-14.83 19.74-2.13 39.64-.43 59.28 1.92-14.42 2.79-29.12 4.57-43 9.59-34.43 11.07-65.27 33.16-86.3 62.63-13.8 19.71-23.63 42.86-24.67 67.13-.35 16.49 5.22 34.81 19.83 44a53.27 53.27 0 0 0 37.52 6.74c15.45-2.46 30.07-8.64 43.6-16.33 11.52-6.82 22.67-14.55 32-24.25 3.79-3.22 2.53-8.45 2.62-12.79-2.12-.34-4.38-1.11-6.3.3a203 203 0 0 1-35.82 15.37c-20 6.17-42.16 8.46-62.1.78 12.79 1.73 26.06.31 37.74-5.44 20.23-9.72 36.81-25.2 54.44-38.77a526.57 526.57 0 0 1 88.9-55.31c25.71-12 52.94-22.78 81.57-24.12-15.63 13.72-32.15 26.52-46.78 41.38-14.51 14-27.46 29.5-40.11 45.18-3.52 4.6-8.95 6.94-13.58 10.16a150.7 150.7 0 0 0-51.89 60.1c-9.33 19.68-14.5 41.85-11.77 63.65 1.94 13.69 8.71 27.59 20.9 34.91 12.9 8 29.05 8.07 43.48 5.1 32.8-7.45 61.43-28.89 81-55.84 20.44-27.52 30.52-62.2 29.16-96.35-.52-7.5-1.57-15-1.66-22.49 8 19.48 14.82 39.71 16.65 60.83 2 14.28.75 28.76-1.62 42.9-1.91 11-5.67 21.51-7.78 32.43a165 165 0 0 0 39.34-81.07 183.64 183.64 0 0 0-14.21-104.64c20.78 32 32.34 69.58 35.71 107.48.49 12.73.49 25.51 0 38.23A243.21 243.21 0 0 1 482 371.34c-26.12 47.34-68 85.63-117.19 108-78.29 36.23-174.68 31.32-248-14.68A248.34 248.34 0 0 1 25.36 366 238.34 238.34 0 0 1 0 273.08v-31.34C3.93 172 40.87 105.82 96 63.38m222 80.33a79.13 79.13 0 0 0 16-4.48c5-1.77 9.24-5.94 10.32-11.22-8.96 4.99-17.98 9.92-26.32 15.7z\"],\n \"php\": [640, 512, [], \"f457\", \"M320 104.5c171.4 0 303.2 72.2 303.2 151.5S491.3 407.5 320 407.5c-171.4 0-303.2-72.2-303.2-151.5S148.7 104.5 320 104.5m0-16.8C143.3 87.7 0 163 0 256s143.3 168.3 320 168.3S640 349 640 256 496.7 87.7 320 87.7zM218.2 242.5c-7.9 40.5-35.8 36.3-70.1 36.3l13.7-70.6c38 0 63.8-4.1 56.4 34.3zM97.4 350.3h36.7l8.7-44.8c41.1 0 66.6 3 90.2-19.1 26.1-24 32.9-66.7 14.3-88.1-9.7-11.2-25.3-16.7-46.5-16.7h-70.7L97.4 350.3zm185.7-213.6h36.5l-8.7 44.8c31.5 0 60.7-2.3 74.8 10.7 14.8 13.6 7.7 31-8.3 113.1h-37c15.4-79.4 18.3-86 12.7-92-5.4-5.8-17.7-4.6-47.4-4.6l-18.8 96.6h-36.5l32.7-168.6zM505 242.5c-8 41.1-36.7 36.3-70.1 36.3l13.7-70.6c38.2 0 63.8-4.1 56.4 34.3zM384.2 350.3H421l8.7-44.8c43.2 0 67.1 2.5 90.2-19.1 26.1-24 32.9-66.7 14.3-88.1-9.7-11.2-25.3-16.7-46.5-16.7H417l-32.8 168.7z\"],\n \"pied-piper\": [480, 512, [], \"f2ae\", \"M455.93,23.2C429.23,30,387.79,51.69,341.35,90.66A206,206,0,0,0,240,64C125.13,64,32,157.12,32,272s93.13,208,208,208,208-93.13,208-208a207.25,207.25,0,0,0-58.75-144.81,155.35,155.35,0,0,0-17,27.4A176.16,176.16,0,0,1,417.1,272c0,97.66-79.44,177.11-177.09,177.11a175.81,175.81,0,0,1-87.63-23.4c82.94-107.33,150.79-37.77,184.31-226.65,5.79-32.62,28-94.26,126.23-160.18C471,33.45,465.35,20.8,455.93,23.2ZM125,406.4A176.66,176.66,0,0,1,62.9,272C62.9,174.34,142.35,94.9,240,94.9a174,174,0,0,1,76.63,17.75C250.64,174.76,189.77,265.52,125,406.4Z\"],\n \"pied-piper-alt\": [576, 512, [], \"f1a8\", \"M244 246c-3.2-2-6.3-2.9-10.1-2.9-6.6 0-12.6 3.2-19.3 3.7l1.7 4.9zm135.9 197.9c-19 0-64.1 9.5-79.9 19.8l6.9 45.1c35.7 6.1 70.1 3.6 106-9.8-4.8-10-23.5-55.1-33-55.1zM340.8 177c6.6 2.8 11.5 9.2 22.7 22.1 2-1.4 7.5-5.2 7.5-8.6 0-4.9-11.8-13.2-13.2-23 11.2-5.7 25.2-6 37.6-8.9 68.1-16.4 116.3-52.9 146.8-116.7C548.3 29.3 554 16.1 554.6 2l-2 2.6c-28.4 50-33 63.2-81.3 100-31.9 24.4-69.2 40.2-106.6 54.6l-6.3-.3v-21.8c-19.6 1.6-19.7-14.6-31.6-23-18.7 20.6-31.6 40.8-58.9 51.1-12.7 4.8-19.6 10-25.9 21.8 34.9-16.4 91.2-13.5 98.8-10zM555.5 0l-.6 1.1-.3.9.6-.6zm-59.2 382.1c-33.9-56.9-75.3-118.4-150-115.5l-.3-6c-1.1-13.5 32.8 3.2 35.1-31l-14.4 7.2c-19.8-45.7-8.6-54.3-65.5-54.3-14.7 0-26.7 1.7-41.4 4.6 2.9 18.6 2.2 36.7-10.9 50.3l19.5 5.5c-1.7 3.2-2.9 6.3-2.9 9.8 0 21 42.8 2.9 42.8 33.6 0 18.4-36.8 60.1-54.9 60.1-8 0-53.7-50-53.4-60.1l.3-4.6 52.3-11.5c13-2.6 12.3-22.7-2.9-22.7-3.7 0-43.1 9.2-49.4 10.6-2-5.2-7.5-14.1-13.8-14.1-3.2 0-6.3 3.2-9.5 4-9.2 2.6-31 2.9-21.5 20.1L15.9 298.5c-5.5 1.1-8.9 6.3-8.9 11.8 0 6 5.5 10.9 11.5 10.9 8 0 131.3-28.4 147.4-32.2 2.6 3.2 4.6 6.3 7.8 8.6 20.1 14.4 59.8 85.9 76.4 85.9 24.1 0 58-22.4 71.3-41.9 3.2-4.3 6.9-7.5 12.4-6.9.6 13.8-31.6 34.2-33 43.7-1.4 10.2-1 35.2-.3 41.1 26.7 8.1 52-3.6 77.9-2.9 4.3-21 10.6-41.9 9.8-63.5l-.3-9.5c-1.4-34.2-10.9-38.5-34.8-58.6-1.1-1.1-2.6-2.6-3.7-4 2.2-1.4 1.1-1 4.6-1.7 88.5 0 56.3 183.6 111.5 229.9 33.1-15 72.5-27.9 103.5-47.2-29-25.6-52.6-45.7-72.7-79.9zm-196.2 46.1v27.2l11.8-3.4-2.9-23.8zm-68.7-150.4l24.1 61.2 21-13.8-31.3-50.9zm84.4 154.9l2 12.4c9-1.5 58.4-6.6 58.4-14.1 0-1.4-.6-3.2-.9-4.6-26.8 0-36.9 3.8-59.5 6.3z\"],\n \"pied-piper-hat\": [640, 512, [], \"f4e5\", \"M640 24.9c-80.8 53.6-89.4 92.5-96.4 104.4-6.7 12.2-11.7 60.3-23.3 83.6-11.7 23.6-54.2 42.2-66.1 50-11.7 7.8-28.3 38.1-41.9 64.2-108.1-4.4-167.4 38.8-259.2 93.6 29.4-9.7 43.3-16.7 43.3-16.7 94.2-36 139.3-68.3 281.1-49.2 1.1 0 1.9.6 2.8.8 3.9 2.2 5.3 6.9 3.1 10.8l-53.9 95.8c-2.5 4.7-7.8 7.2-13.1 6.1-126.8-23.8-226.9 17.3-318.9 18.6C24.1 488 0 453.4 0 451.8c0-1.1.6-1.7 1.7-1.7 0 0 38.3 0 103.1-15.3C178.4 294.5 244 245.4 315.4 245.4c0 0 71.7 0 90.6 61.9 22.8-39.7 28.3-49.2 28.3-49.2 5.3-9.4 35-77.2 86.4-141.4 51.5-64 90.4-79.9 119.3-91.8z\"],\n \"pied-piper-pp\": [448, 512, [], \"f1a7\", \"M205.3 174.6c0 21.1-14.2 38.1-31.7 38.1-7.1 0-12.8-1.2-17.2-3.7v-68c4.4-2.7 10.1-4.2 17.2-4.2 17.5 0 31.7 16.9 31.7 37.8zm52.6 67c-7.1 0-12.8 1.5-17.2 4.2v68c4.4 2.5 10.1 3.7 17.2 3.7 17.4 0 31.7-16.9 31.7-37.8 0-21.1-14.3-38.1-31.7-38.1zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zM185 255.1c41 0 74.2-35.6 74.2-79.6 0-44-33.2-79.6-74.2-79.6-12 0-24.1 3.2-34.6 8.8h-45.7V311l51.8-10.1v-50.6c8.6 3.1 18.1 4.8 28.5 4.8zm158.4 25.3c0-44-33.2-79.6-73.9-79.6-3.2 0-6.4.2-9.6.7-3.7 12.5-10.1 23.8-19.2 33.4-13.8 15-32.2 23.8-51.8 24.8V416l51.8-10.1v-50.6c8.6 3.2 18.2 4.7 28.7 4.7 40.8 0 74-35.6 74-79.6z\"],\n \"pied-piper-square\": [448, 512, [], \"f91e\", \"M32 419L0 479.2l.8-328C.8 85.3 54 32 120 32h327.2c-93 28.9-189.9 94.2-253.9 168.6C122.7 282 82.6 338 32 419M448 32S305.2 98.8 261.6 199.1c-23.2 53.6-28.9 118.1-71 158.6-28.9 27.8-69.8 38.2-105.3 56.3-23.2 12-66.4 40.5-84.9 66h328.4c66 0 119.3-53.3 119.3-119.2-.1 0-.1-328.8-.1-328.8z\"],\n \"pinterest\": [496, 512, [], \"f0d2\", \"M496 256c0 137-111 248-248 248-25.6 0-50.2-3.9-73.4-11.1 10.1-16.5 25.2-43.5 30.8-65 3-11.6 15.4-59 15.4-59 8.1 15.4 31.7 28.5 56.8 28.5 74.8 0 128.7-68.8 128.7-154.3 0-81.9-66.9-143.2-152.9-143.2-107 0-163.9 71.8-163.9 150.1 0 36.4 19.4 81.7 50.3 96.1 4.7 2.2 7.2 1.2 8.3-3.3.8-3.4 5-20.3 6.9-28.1.6-2.5.3-4.7-1.7-7.1-10.1-12.5-18.3-35.3-18.3-56.6 0-54.7 41.4-107.6 112-107.6 60.9 0 103.6 41.5 103.6 100.9 0 67.1-33.9 113.6-78 113.6-24.3 0-42.6-20.1-36.7-44.8 7-29.5 20.5-61.3 20.5-82.6 0-19-10.2-34.9-31.4-34.9-24.9 0-44.9 25.7-44.9 60.2 0 22 7.4 36.8 7.4 36.8s-24.5 103.8-29 123.2c-5 21.4-3 51.6-.9 71.2C65.4 450.9 0 361.1 0 256 0 119 111 8 248 8s248 111 248 248z\"],\n \"pinterest-p\": [384, 512, [], \"f231\", \"M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z\"],\n \"pinterest-square\": [448, 512, [], \"f0d3\", \"M448 80v352c0 26.5-21.5 48-48 48H154.4c9.8-16.4 22.4-40 27.4-59.3 3-11.5 15.3-58.4 15.3-58.4 8 15.3 31.4 28.2 56.3 28.2 74.1 0 127.4-68.1 127.4-152.7 0-81.1-66.2-141.8-151.4-141.8-106 0-162.2 71.1-162.2 148.6 0 36 19.2 80.8 49.8 95.1 4.7 2.2 7.1 1.2 8.2-3.3.8-3.4 5-20.1 6.8-27.8.6-2.5.3-4.6-1.7-7-10.1-12.3-18.3-34.9-18.3-56 0-54.2 41-106.6 110.9-106.6 60.3 0 102.6 41.1 102.6 99.9 0 66.4-33.5 112.4-77.2 112.4-24.1 0-42.1-19.9-36.4-44.4 6.9-29.2 20.3-60.7 20.3-81.8 0-53-75.5-45.7-75.5 25 0 21.7 7.3 36.5 7.3 36.5-31.4 132.8-36.1 134.5-29.6 192.6l2.2.8H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48z\"],\n \"playstation\": [576, 512, [], \"f3df\", \"M570.9 372.3c-11.3 14.2-38.8 24.3-38.8 24.3L327 470.2v-54.3l150.9-53.8c17.1-6.1 19.8-14.8 5.8-19.4-13.9-4.6-39.1-3.3-56.2 2.9L327 381.1v-56.4c23.2-7.8 47.1-13.6 75.7-16.8 40.9-4.5 90.9.6 130.2 15.5 44.2 14 49.2 34.7 38 48.9zm-224.4-92.5v-139c0-16.3-3-31.3-18.3-35.6-11.7-3.8-19 7.1-19 23.4v347.9l-93.8-29.8V32c39.9 7.4 98 24.9 129.2 35.4C424.1 94.7 451 128.7 451 205.2c0 74.5-46 102.8-104.5 74.6zM43.2 410.2c-45.4-12.8-53-39.5-32.3-54.8 19.1-14.2 51.7-24.9 51.7-24.9l134.5-47.8v54.5l-96.8 34.6c-17.1 6.1-19.7 14.8-5.8 19.4 13.9 4.6 39.1 3.3 56.2-2.9l46.4-16.9v48.8c-51.6 9.3-101.4 7.3-153.9-10z\"],\n \"product-hunt\": [512, 512, [], \"f288\", \"M326.3 218.8c0 20.5-16.7 37.2-37.2 37.2h-70.3v-74.4h70.3c20.5 0 37.2 16.7 37.2 37.2zM504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-128.1-37.2c0-47.9-38.9-86.8-86.8-86.8H169.2v248h49.6v-74.4h70.3c47.9 0 86.8-38.9 86.8-86.8z\"],\n \"pushed\": [432, 512, [], \"f3e1\", \"M407 111.9l-98.5-9 14-33.4c10.4-23.5-10.8-40.4-28.7-37L22.5 76.9c-15.1 2.7-26 18.3-21.4 36.6l105.1 348.3c6.5 21.3 36.7 24.2 47.7 7l35.3-80.8 235.2-231.3c16.4-16.8 4.3-42.9-17.4-44.8zM297.6 53.6c5.1-.7 7.5 2.5 5.2 7.4L286 100.9 108.6 84.6l189-31zM22.7 107.9c-3.1-5.1 1-10 6.1-9.1l248.7 22.7-96.9 230.7L22.7 107.9zM136 456.4c-2.6 4-7.9 3.1-9.4-1.2L43.5 179.7l127.7 197.6c-7 15-35.2 79.1-35.2 79.1zm272.8-314.5L210.1 337.3l89.7-213.7 106.4 9.7c4 1.1 5.7 5.3 2.6 8.6z\"],\n \"python\": [448, 512, [], \"f3e2\", \"M439.8 200.5c-7.7-30.9-22.3-54.2-53.4-54.2h-40.1v47.4c0 36.8-31.2 67.8-66.8 67.8H172.7c-29.2 0-53.4 25-53.4 54.3v101.8c0 29 25.2 46 53.4 54.3 33.8 9.9 66.3 11.7 106.8 0 26.9-7.8 53.4-23.5 53.4-54.3v-40.7H226.2v-13.6h160.2c31.1 0 42.6-21.7 53.4-54.2 11.2-33.5 10.7-65.7 0-108.6zM286.2 404c11.1 0 20.1 9.1 20.1 20.3 0 11.3-9 20.4-20.1 20.4-11 0-20.1-9.2-20.1-20.4.1-11.3 9.1-20.3 20.1-20.3zM167.8 248.1h106.8c29.7 0 53.4-24.5 53.4-54.3V91.9c0-29-24.4-50.7-53.4-55.6-35.8-5.9-74.7-5.6-106.8.1-45.2 8-53.4 24.7-53.4 55.6v40.7h106.9v13.6h-147c-31.1 0-58.3 18.7-66.8 54.2-9.8 40.7-10.2 66.1 0 108.6 7.6 31.6 25.7 54.2 56.8 54.2H101v-48.8c0-35.3 30.5-66.4 66.8-66.4zm-6.7-142.6c-11.1 0-20.1-9.1-20.1-20.3.1-11.3 9-20.4 20.1-20.4 11 0 20.1 9.2 20.1 20.4s-9 20.3-20.1 20.3z\"],\n \"qq\": [448, 512, [], \"f1d6\", \"M433.754 420.445c-11.526 1.393-44.86-52.741-44.86-52.741 0 31.345-16.136 72.247-51.051 101.786 16.842 5.192 54.843 19.167 45.803 34.421-7.316 12.343-125.51 7.881-159.632 4.037-34.122 3.844-152.316 8.306-159.632-4.037-9.045-15.25 28.918-29.214 45.783-34.415-34.92-29.539-51.059-70.445-51.059-101.792 0 0-33.334 54.134-44.859 52.741-5.37-.65-12.424-29.644 9.347-99.704 10.261-33.024 21.995-60.478 40.144-105.779C60.683 98.063 108.982.006 224 0c113.737.006 163.156 96.133 160.264 214.963 18.118 45.223 29.912 72.85 40.144 105.778 21.768 70.06 14.716 99.053 9.346 99.704z\"],\n \"quinscape\": [512, 512, [], \"f459\", \"M313.6 474.6h-1a158.1 158.1 0 0 1 0-316.2c94.9 0 168.2 83.1 157 176.6 4 5.1 8.2 9.6 11.2 15.3 13.4-30.3 20.3-62.4 20.3-97.7C501.1 117.5 391.6 8 256.5 8S12 117.5 12 252.6s109.5 244.6 244.5 244.6a237.36 237.36 0 0 0 70.4-10.1c-5.2-3.5-8.9-8.1-13.3-12.5zm-.1-.1l.4.1zm78.4-168.9a99.2 99.2 0 1 0 99.2 99.2 99.18 99.18 0 0 0-99.2-99.2z\"],\n \"quora\": [448, 512, [], \"f2c4\", \"M440.5 386.7h-29.3c-1.5 13.5-10.5 30.8-33 30.8-20.5 0-35.3-14.2-49.5-35.8 44.2-34.2 74.7-87.5 74.7-153C403.5 111.2 306.8 32 205 32 105.3 32 7.3 111.7 7.3 228.7c0 134.1 131.3 221.6 249 189C276 451.3 302 480 351.5 480c81.8 0 90.8-75.3 89-93.3zM297 329.2C277.5 300 253.3 277 205.5 277c-30.5 0-54.3 10-69 22.8l12.2 24.3c6.2-3 13-4 19.8-4 35.5 0 53.7 30.8 69.2 61.3-10 3-20.7 4.2-32.7 4.2-75 0-107.5-53-107.5-156.7C97.5 124.5 130 71 205 71c76.2 0 108.7 53.5 108.7 157.7.1 41.8-5.4 75.6-16.7 100.5z\"],\n \"r-project\": [581, 512, [], \"f4f7\", \"M581 226.6C581 119.1 450.9 32 290.5 32S0 119.1 0 226.6C0 322.4 103.3 402 239.4 418.1V480h99.1v-61.5c24.3-2.7 47.6-7.4 69.4-13.9L448 480h112l-67.4-113.7c54.5-35.4 88.4-84.9 88.4-139.7zm-466.8 14.5c0-73.5 98.9-133 220.8-133s211.9 40.7 211.9 133c0 50.1-26.5 85-70.3 106.4-2.4-1.6-4.7-2.9-6.4-3.7-10.2-5.2-27.8-10.5-27.8-10.5s86.6-6.4 86.6-92.7-90.6-87.9-90.6-87.9h-199V361c-74.1-21.5-125.2-67.1-125.2-119.9zm225.1 38.3v-55.6c57.8 0 87.8-6.8 87.8 27.3 0 36.5-38.2 28.3-87.8 28.3zm-.9 72.5H365c10.8 0 18.9 11.7 24 19.2-16.1 1.9-33 2.8-50.6 2.9v-22.1z\"],\n \"raspberry-pi\": [407, 512, [], \"f7bb\", \"M372 232.5l-3.7-6.5c.1-46.4-21.4-65.3-46.5-79.7 7.6-2 15.4-3.6 17.6-13.2 13.1-3.3 15.8-9.4 17.1-15.8 3.4-2.3 14.8-8.7 13.6-19.7 6.4-4.4 10-10.1 8.1-18.1 6.9-7.5 8.7-13.7 5.8-19.4 8.3-10.3 4.6-15.6 1.1-20.9 6.2-11.2.7-23.2-16.6-21.2-6.9-10.1-21.9-7.8-24.2-7.8-2.6-3.2-6-6-16.5-4.7-6.8-6.1-14.4-5-22.3-2.1-9.3-7.3-15.5-1.4-22.6.8C271.6.6 269 5.5 263.5 7.6c-12.3-2.6-16.1 3-22 8.9l-6.9-.1c-18.6 10.8-27.8 32.8-31.1 44.1-3.3-11.3-12.5-33.3-31.1-44.1l-6.9.1c-5.9-5.9-9.7-11.5-22-8.9-5.6-2-8.1-7-19.4-3.4-4.6-1.4-8.9-4.4-13.9-4.3-2.6.1-5.5 1-8.7 3.5-7.9-3-15.5-4-22.3 2.1-10.5-1.3-14 1.4-16.5 4.7-2.3 0-17.3-2.3-24.2 7.8C21.2 16 15.8 28 22 39.2c-3.5 5.4-7.2 10.7 1.1 20.9-2.9 5.7-1.1 11.9 5.8 19.4-1.8 8 1.8 13.7 8.1 18.1-1.2 11 10.2 17.4 13.6 19.7 1.3 6.4 4 12.4 17.1 15.8 2.2 9.5 10 11.2 17.6 13.2-25.1 14.4-46.6 33.3-46.5 79.7l-3.7 6.5c-28.8 17.2-54.7 72.7-14.2 117.7 2.6 14.1 7.1 24.2 11 35.4 5.9 45.2 44.5 66.3 54.6 68.8 14.9 11.2 30.8 21.8 52.2 29.2C159 504.2 181 512 203 512h1c22.1 0 44-7.8 64.2-28.4 21.5-7.4 37.3-18 52.2-29.2 10.2-2.5 48.7-23.6 54.6-68.8 3.9-11.2 8.4-21.3 11-35.4 40.6-45.1 14.7-100.5-14-117.7zm-22.2-8c-1.5 18.7-98.9-65.1-82.1-67.9 45.7-7.5 83.6 19.2 82.1 67.9zm-43 93.1c-24.5 15.8-59.8 5.6-78.8-22.8s-14.6-64.2 9.9-80c24.5-15.8 59.8-5.6 78.8 22.8s14.6 64.2-9.9 80zM238.9 29.3c.8 4.2 1.8 6.8 2.9 7.6 5.4-5.8 9.8-11.7 16.8-17.3 0 3.3-1.7 6.8 2.5 9.4 3.7-5 8.8-9.5 15.5-13.3-3.2 5.6-.6 7.3 1.2 9.6 5.1-4.4 10-8.8 19.4-12.3-2.6 3.1-6.2 6.2-2.4 9.8 5.3-3.3 10.6-6.6 23.1-8.9-2.8 3.1-8.7 6.3-5.1 9.4 6.6-2.5 14-4.4 22.1-5.4-3.9 3.2-7.1 6.3-3.9 8.8 7.1-2.2 16.9-5.1 26.4-2.6l-6 6.1c-.7.8 14.1.6 23.9.8-3.6 5-7.2 9.7-9.3 18.2 1 1 5.8.4 10.4 0-4.7 9.9-12.8 12.3-14.7 16.6 2.9 2.2 6.8 1.6 11.2.1-3.4 6.9-10.4 11.7-16 17.3 1.4 1 3.9 1.6 9.7.9-5.2 5.5-11.4 10.5-18.8 15 1.3 1.5 5.8 1.5 10 1.6-6.7 6.5-15.3 9.9-23.4 14.2 4 2.7 6.9 2.1 10 2.1-5.7 4.7-15.4 7.1-24.4 10 1.7 2.7 3.4 3.4 7.1 4.1-9.5 5.3-23.2 2.9-27 5.6.9 2.7 3.6 4.4 6.7 5.8-15.4.9-57.3-.6-65.4-32.3 15.7-17.3 44.4-37.5 93.7-62.6-38.4 12.8-73 30-102 53.5-34.3-15.9-10.8-55.9 5.8-71.8zm-34.4 114.6c24.2-.3 54.1 17.8 54 34.7-.1 15-21 27.1-53.8 26.9-32.1-.4-53.7-15.2-53.6-29.8 0-11.9 26.2-32.5 53.4-31.8zm-123-12.8c3.7-.7 5.4-1.5 7.1-4.1-9-2.8-18.7-5.3-24.4-10 3.1 0 6 .7 10-2.1-8.1-4.3-16.7-7.7-23.4-14.2 4.2-.1 8.7 0 10-1.6-7.4-4.5-13.6-9.5-18.8-15 5.8.7 8.3.1 9.7-.9-5.6-5.6-12.7-10.4-16-17.3 4.3 1.5 8.3 2 11.2-.1-1.9-4.2-10-6.7-14.7-16.6 4.6.4 9.4 1 10.4 0-2.1-8.5-5.8-13.3-9.3-18.2 9.8-.1 24.6 0 23.9-.8l-6-6.1c9.5-2.5 19.3.4 26.4 2.6 3.2-2.5-.1-5.6-3.9-8.8 8.1 1.1 15.4 2.9 22.1 5.4 3.5-3.1-2.3-6.3-5.1-9.4 12.5 2.3 17.8 5.6 23.1 8.9 3.8-3.6.2-6.7-2.4-9.8 9.4 3.4 14.3 7.9 19.4 12.3 1.7-2.3 4.4-4 1.2-9.6 6.7 3.8 11.8 8.3 15.5 13.3 4.1-2.6 2.5-6.2 2.5-9.4 7 5.6 11.4 11.5 16.8 17.3 1.1-.8 2-3.4 2.9-7.6 16.6 15.9 40.1 55.9 6 71.8-29-23.5-63.6-40.7-102-53.5 49.3 25 78 45.3 93.7 62.6-8 31.8-50 33.2-65.4 32.3 3.1-1.4 5.8-3.2 6.7-5.8-4-2.8-17.6-.4-27.2-5.6zm60.1 24.1c16.8 2.8-80.6 86.5-82.1 67.9-1.5-48.7 36.5-75.5 82.1-67.9zM38.2 342c-23.7-18.8-31.3-73.7 12.6-98.3 26.5-7 9 107.8-12.6 98.3zm91 98.2c-13.3 7.9-45.8 4.7-68.8-27.9-15.5-27.4-13.5-55.2-2.6-63.4 16.3-9.8 41.5 3.4 60.9 25.6 16.9 20 24.6 55.3 10.5 65.7zm-26.4-119.7c-24.5-15.8-28.9-51.6-9.9-80s54.3-38.6 78.8-22.8 28.9 51.6 9.9 80c-19.1 28.4-54.4 38.6-78.8 22.8zM205 496c-29.4 1.2-58.2-23.7-57.8-32.3-.4-12.7 35.8-22.6 59.3-22 23.7-1 55.6 7.5 55.7 18.9.5 11-28.8 35.9-57.2 35.4zm58.9-124.9c.2 29.7-26.2 53.8-58.8 54-32.6.2-59.2-23.8-59.4-53.4v-.6c-.2-29.7 26.2-53.8 58.8-54 32.6-.2 59.2 23.8 59.4 53.4v.6zm82.2 42.7c-25.3 34.6-59.6 35.9-72.3 26.3-13.3-12.4-3.2-50.9 15.1-72 20.9-23.3 43.3-38.5 58.9-26.6 10.5 10.3 16.7 49.1-1.7 72.3zm22.9-73.2c-21.5 9.4-39-105.3-12.6-98.3 43.9 24.7 36.3 79.6 12.6 98.3z\"],\n \"ravelry\": [512, 512, [], \"f2d9\", \"M407.4 61.5C331.6 22.1 257.8 31 182.9 66c-11.3 5.2-15.5 10.6-19.9 19-10.3 19.2-16.2 37.4-19.9 52.7-21.2 25.6-36.4 56.1-43.3 89.9-10.6 18-20.9 41.4-23.1 71.4 0 0-.7 7.6-.5 7.9-35.3-4.6-76.2-27-76.2-27 9.1 14.5 61.3 32.3 76.3 37.9 0 0 1.7 98 64.5 131.2-11.3-17.2-13.3-20.2-13.3-20.2S94.8 369 100.4 324.7c.7 0 1.5.2 2.2.2 23.9 87.4 103.2 151.4 196.9 151.4 6.2 0 12.1-.2 18-.7 14 1.5 27.6.5 40.1-3.9 6.9-2.2 13.8-6.4 20.2-10.8 70.2-39.1 100.9-82 123.1-147.7 5.4-16 8.1-35.5 9.8-52.2 8.7-82.3-30.6-161.6-103.3-199.5zM138.8 163.2s-1.2 12.3-.7 19.7c-3.4 2.5-10.1 8.1-18.2 16.7 5.2-12.8 11.3-25.1 18.9-36.4zm-31.2 121.9c4.4-17.2 13.3-39.1 29.8-55.1 0 0 1.7 48 15.8 90.1l-41.4-6.9c-2.2-9.2-3.5-18.5-4.2-28.1zm7.9 42.8c14.8 3.2 34 7.6 43.1 9.1 27.3 76.8 108.3 124.3 108.3 124.3 1 .5 1.7.7 2.7 1-73.1-11.6-132.7-64.7-154.1-134.4zM386 444.1c-14.5 4.7-36.2 8.4-64.7 3.7 0 0-91.1-23.1-127.5-107.8 38.2.7 52.4-.2 78-3.9 39.4-5.7 79-16.2 115-33 11.8-5.4 11.1-19.4 9.6-29.8-2-12.8-11.1-12.1-21.4-4.7 0 0-82 58.6-189.8 53.7-18.7-32-26.8-110.8-26.8-110.8 41.4-35.2 83.2-59.6 168.4-52.4.2-6.4 3-27.1-20.4-28.1 0 0-93.5-11.1-146 33.5 2.5-16.5 5.9-29.3 11.1-39.4 34.2-30.8 79-49.5 128.3-49.5 106.4 0 193 87.1 193 194.5-.2 76-43.8 142-106.8 174z\"],\n \"react\": [512, 512, [], \"f41b\", \"M418.2 177.2c-5.4-1.8-10.8-3.5-16.2-5.1.9-3.7 1.7-7.4 2.5-11.1 12.3-59.6 4.2-107.5-23.1-123.3-26.3-15.1-69.2.6-112.6 38.4-4.3 3.7-8.5 7.6-12.5 11.5-2.7-2.6-5.5-5.2-8.3-7.7-45.5-40.4-91.1-57.4-118.4-41.5-26.2 15.2-34 60.3-23 116.7 1.1 5.6 2.3 11.1 3.7 16.7-6.4 1.8-12.7 3.8-18.6 5.9C38.3 196.2 0 225.4 0 255.6c0 31.2 40.8 62.5 96.3 81.5 4.5 1.5 9 3 13.6 4.3-1.5 6-2.8 11.9-4 18-10.5 55.5-2.3 99.5 23.9 114.6 27 15.6 72.4-.4 116.6-39.1 3.5-3.1 7-6.3 10.5-9.7 4.4 4.3 9 8.4 13.6 12.4 42.8 36.8 85.1 51.7 111.2 36.6 27-15.6 35.8-62.9 24.4-120.5-.9-4.4-1.9-8.9-3-13.5 3.2-.9 6.3-1.9 9.4-2.9 57.7-19.1 99.5-50 99.5-81.7 0-30.3-39.4-59.7-93.8-78.4zM282.9 92.3c37.2-32.4 71.9-45.1 87.7-36 16.9 9.7 23.4 48.9 12.8 100.4-.7 3.4-1.4 6.7-2.3 10-22.2-5-44.7-8.6-67.3-10.6-13-18.6-27.2-36.4-42.6-53.1 3.9-3.7 7.7-7.2 11.7-10.7zM167.2 307.5c5.1 8.7 10.3 17.4 15.8 25.9-15.6-1.7-31.1-4.2-46.4-7.5 4.4-14.4 9.9-29.3 16.3-44.5 4.6 8.8 9.3 17.5 14.3 26.1zm-30.3-120.3c14.4-3.2 29.7-5.8 45.6-7.8-5.3 8.3-10.5 16.8-15.4 25.4-4.9 8.5-9.7 17.2-14.2 26-6.3-14.9-11.6-29.5-16-43.6zm27.4 68.9c6.6-13.8 13.8-27.3 21.4-40.6s15.8-26.2 24.4-38.9c15-1.1 30.3-1.7 45.9-1.7s31 .6 45.9 1.7c8.5 12.6 16.6 25.5 24.3 38.7s14.9 26.7 21.7 40.4c-6.7 13.8-13.9 27.4-21.6 40.8-7.6 13.3-15.7 26.2-24.2 39-14.9 1.1-30.4 1.6-46.1 1.6s-30.9-.5-45.6-1.4c-8.7-12.7-16.9-25.7-24.6-39s-14.8-26.8-21.5-40.6zm180.6 51.2c5.1-8.8 9.9-17.7 14.6-26.7 6.4 14.5 12 29.2 16.9 44.3-15.5 3.5-31.2 6.2-47 8 5.4-8.4 10.5-17 15.5-25.6zm14.4-76.5c-4.7-8.8-9.5-17.6-14.5-26.2-4.9-8.5-10-16.9-15.3-25.2 16.1 2 31.5 4.7 45.9 8-4.6 14.8-10 29.2-16.1 43.4zM256.2 118.3c10.5 11.4 20.4 23.4 29.6 35.8-19.8-.9-39.7-.9-59.5 0 9.8-12.9 19.9-24.9 29.9-35.8zM140.2 57c16.8-9.8 54.1 4.2 93.4 39 2.5 2.2 5 4.6 7.6 7-15.5 16.7-29.8 34.5-42.9 53.1-22.6 2-45 5.5-67.2 10.4-1.3-5.1-2.4-10.3-3.5-15.5-9.4-48.4-3.2-84.9 12.6-94zm-24.5 263.6c-4.2-1.2-8.3-2.5-12.4-3.9-21.3-6.7-45.5-17.3-63-31.2-10.1-7-16.9-17.8-18.8-29.9 0-18.3 31.6-41.7 77.2-57.6 5.7-2 11.5-3.8 17.3-5.5 6.8 21.7 15 43 24.5 63.6-9.6 20.9-17.9 42.5-24.8 64.5zm116.6 98c-16.5 15.1-35.6 27.1-56.4 35.3-11.1 5.3-23.9 5.8-35.3 1.3-15.9-9.2-22.5-44.5-13.5-92 1.1-5.6 2.3-11.2 3.7-16.7 22.4 4.8 45 8.1 67.9 9.8 13.2 18.7 27.7 36.6 43.2 53.4-3.2 3.1-6.4 6.1-9.6 8.9zm24.5-24.3c-10.2-11-20.4-23.2-30.3-36.3 9.6.4 19.5.6 29.5.6 10.3 0 20.4-.2 30.4-.7-9.2 12.7-19.1 24.8-29.6 36.4zm130.7 30c-.9 12.2-6.9 23.6-16.5 31.3-15.9 9.2-49.8-2.8-86.4-34.2-4.2-3.6-8.4-7.5-12.7-11.5 15.3-16.9 29.4-34.8 42.2-53.6 22.9-1.9 45.7-5.4 68.2-10.5 1 4.1 1.9 8.2 2.7 12.2 4.9 21.6 5.7 44.1 2.5 66.3zm18.2-107.5c-2.8.9-5.6 1.8-8.5 2.6-7-21.8-15.6-43.1-25.5-63.8 9.6-20.4 17.7-41.4 24.5-62.9 5.2 1.5 10.2 3.1 15 4.7 46.6 16 79.3 39.8 79.3 58 0 19.6-34.9 44.9-84.8 61.4zm-149.7-15c25.3 0 45.8-20.5 45.8-45.8s-20.5-45.8-45.8-45.8c-25.3 0-45.8 20.5-45.8 45.8s20.5 45.8 45.8 45.8z\"],\n \"reacteurope\": [576, 512, [], \"f75d\", \"M250.6 211.74l5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3-7.1-.1-2.3-6.8-2.3 6.8-7.2.1 5.7 4.3zm63.7 0l5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3-7.2-.1-2.3-6.8-2.3 6.8-7.2.1 5.7 4.3zm-91.3 50.5h-3.4c-4.8 0-3.8 4-3.8 12.1 0 4.7-2.3 6.1-5.8 6.1s-5.8-1.4-5.8-6.1v-36.6c0-4.7 2.3-6.1 5.8-6.1s5.8 1.4 5.8 6.1c0 7.2-.7 10.5 3.8 10.5h3.4c4.7-.1 3.8-3.9 3.8-12.3 0-9.9-6.7-14.1-16.8-14.1h-.2c-10.1 0-16.8 4.2-16.8 14.1V276c0 10.4 6.7 14.1 16.8 14.1h.2c10.1 0 16.8-3.8 16.8-14.1 0-9.86 1.1-13.76-3.8-13.76zm-80.7 17.4h-14.7v-19.3H139c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8h-11.4v-18.3H142c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8h-21.7c-2.4-.1-3.7 1.3-3.7 3.8v59.1c0 2.5 1.3 3.8 3.8 3.8h21.9c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8zm-42-18.5c4.6-2 7.3-6 7.3-12.4v-11.9c0-10.1-6.7-14.1-16.8-14.1H77.4c-2.5 0-3.8 1.3-3.8 3.8v59.1c0 2.5 1.3 3.8 3.8 3.8h3.4c2.5 0 3.8-1.3 3.8-3.8v-22.9h5.6l7.4 23.5a4.1 4.1 0 0 0 4.3 3.2h3.3c2.8 0 4-1.8 3.2-4.4zm-3.8-14c0 4.8-2.5 6.1-6.1 6.1h-5.8v-20.9h5.8c3.6 0 6.1 1.3 6.1 6.1zM176 226a3.82 3.82 0 0 0-4.2-3.4h-6.9a3.68 3.68 0 0 0-4 3.4l-11 59.2c-.5 2.7.9 4.1 3.4 4.1h3a3.74 3.74 0 0 0 4.1-3.5l1.8-11.3h12.2l1.8 11.3a3.74 3.74 0 0 0 4.1 3.5h3.5c2.6 0 3.9-1.4 3.4-4.1zm-12.3 39.3l4.7-29.7 4.7 29.7zm89.3 20.2v-53.2h7.5c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8h-25.8c-2.5 0-3.8 1.3-3.8 3.8v2.1c0 2.5 1.3 3.8 3.8 3.8h7.3v53.2c0 2.5 1.3 3.8 3.8 3.8h3.4c2.5.04 3.8-1.3 3.8-3.76zm248-.8h-19.4V258h16.1a1.89 1.89 0 0 0 2-2v-.8a1.89 1.89 0 0 0-2-2h-16.1v-25.8h19.1a1.89 1.89 0 0 0 2-2v-.8a1.77 1.77 0 0 0-2-1.9h-22.2a1.62 1.62 0 0 0-2 1.8v63a1.81 1.81 0 0 0 2 1.9H501a1.81 1.81 0 0 0 2-1.9v-.8a1.84 1.84 0 0 0-2-1.96zm-93.1-62.9h-.8c-10.1 0-15.3 4.7-15.3 14.1V276c0 9.3 5.2 14.1 15.3 14.1h.8c10.1 0 15.3-4.8 15.3-14.1v-40.1c0-9.36-5.2-14.06-15.3-14.06zm10.2 52.4c-.1 8-3 11.1-10.5 11.1s-10.5-3.1-10.5-11.1v-36.6c0-7.9 3-11.1 10.5-11.1s10.5 3.2 10.5 11.1zm-46.5-14.5c6.1-1.6 9.2-6.1 9.2-13.3v-9.7c0-9.4-5.2-14.1-15.3-14.1h-13.7a1.81 1.81 0 0 0-2 1.9v63a1.81 1.81 0 0 0 2 1.9h1.2a1.74 1.74 0 0 0 1.9-1.9v-26.9h11.6l10.4 27.2a2.32 2.32 0 0 0 2.3 1.5h1.5c1.4 0 2-1 1.5-2.3zm-6.4-3.9H355v-28.5h10.2c7.5 0 10.5 3.1 10.5 11.1v6.4c0 7.84-3 11.04-10.5 11.04zm85.9-33.1h-13.7a1.62 1.62 0 0 0-2 1.8v63a1.81 1.81 0 0 0 2 1.9h1.2a1.74 1.74 0 0 0 1.9-1.9v-26.1h10.6c10.1 0 15.3-4.8 15.3-14.1v-10.5c0-9.4-5.2-14.1-15.3-14.1zm10.2 22.8c0 7.9-3 11.1-10.5 11.1h-10.2v-29.2h10.2c7.5-.1 10.5 3.1 10.5 11zM259.5 308l-2.3-6.8-2.3 6.8-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3zm227.6-136.1a364.42 364.42 0 0 0-35.6-11.3c19.6-78 11.6-134.7-22.3-153.9C394.7-12.66 343.3 11 291 61.94q5.1 4.95 10.2 10.2c82.5-80 119.6-53.5 120.9-52.8 22.4 12.7 36 55.8 15.5 137.8a587.83 587.83 0 0 0-84.6-13C281.1 43.64 212.4 2 170.8 2 140 2 127 23 123.2 29.74c-18.1 32-13.3 84.2.1 133.8-70.5 20.3-120.7 54.1-120.3 95 .5 59.6 103.2 87.8 122.1 92.8-20.5 81.9-10.1 135.6 22.3 153.9 28 15.8 75.1 6 138.2-55.2q-5.1-4.95-10.2-10.2c-82.5 80-119.7 53.5-120.9 52.8-22.3-12.6-36-55.6-15.5-137.9 12.4 2.9 41.8 9.5 84.6 13 71.9 100.4 140.6 142 182.1 142 30.8 0 43.8-21 47.6-27.7 18-31.9 13.3-84.1-.1-133.8 152.3-43.8 156.2-130.2 33.9-176.3zM135.9 36.84c2.9-5.1 11.9-20.3 34.9-20.3 36.8 0 98.8 39.6 163.3 126.2a714 714 0 0 0-93.9.9 547.76 547.76 0 0 1 42.2-52.4Q277.3 86 272.2 81a598.25 598.25 0 0 0-50.7 64.2 569.69 569.69 0 0 0-84.4 14.6c-.2-1.4-24.3-82.2-1.2-123zm304.8 438.3c-2.9 5.1-11.8 20.3-34.9 20.3-36.7 0-98.7-39.4-163.3-126.2a695.38 695.38 0 0 0 93.9-.9 547.76 547.76 0 0 1-42.2 52.4q5.1 5.25 10.2 10.2a588.47 588.47 0 0 0 50.7-64.2c47.3-4.7 80.3-13.5 84.4-14.6 22.7 84.4 4.5 117 1.2 123zm9.1-138.6c-3.6-11.9-7.7-24.1-12.4-36.4a12.67 12.67 0 0 1-10.7-5.7l-.1.1a19.61 19.61 0 0 1-5.4 3.6c5.7 14.3 10.6 28.4 14.7 42.2a535.3 535.3 0 0 1-72 13c3.5-5.3 17.2-26.2 32.2-54.2a24.6 24.6 0 0 1-6-3.2c-1.1 1.2-3.6 4.2-10.9 4.2-6.2 11.2-17.4 30.9-33.9 55.2a711.91 711.91 0 0 1-112.4 1c-7.9-11.2-21.5-31.1-36.8-57.8a21 21 0 0 1-3-1.5c-1.9 1.6-3.9 3.2-12.6 3.2 6.3 11.2 17.5 30.7 33.8 54.6a548.81 548.81 0 0 1-72.2-11.7q5.85-21 14.1-42.9c-3.2 0-5.4.2-8.4-1a17.58 17.58 0 0 1-6.9 1c-4.9 13.4-9.1 26.5-12.7 39.4C-31.7 297-12.1 216 126.7 175.64c3.6 11.9 7.7 24.1 12.4 36.4 10.4 0 12.9 3.4 14.4 5.3a12 12 0 0 1 2.3-2.2c-5.8-14.7-10.9-29.2-15.2-43.3 7-1.8 32.4-8.4 72-13-15.9 24.3-26.7 43.9-32.8 55.3a14.22 14.22 0 0 1 6.4 8 23.42 23.42 0 0 1 10.2-8.4c6.5-11.7 17.9-31.9 34.8-56.9a711.72 711.72 0 0 1 112.4-1c31.5 44.6 28.9 48.1 42.5 64.5a21.42 21.42 0 0 1 10.4-7.4c-6.4-11.4-17.6-31-34.3-55.5 40.4 4.1 65 10 72.2 11.7-4 14.4-8.9 29.2-14.6 44.2a20.74 20.74 0 0 1 6.8 4.3l.1.1a12.72 12.72 0 0 1 8.9-5.6c4.9-13.4 9.2-26.6 12.8-39.5a359.71 359.71 0 0 1 34.5 11c106.1 39.9 74 87.9 72.6 90.4-19.8 35.1-80.1 55.2-105.7 62.5zm-114.4-114h-1.2a1.74 1.74 0 0 0-1.9 1.9v49.8c0 7.9-2.6 11.1-10.1 11.1s-10.1-3.1-10.1-11.1v-49.8a1.69 1.69 0 0 0-1.9-1.9H309a1.81 1.81 0 0 0-2 1.9v51.5c0 9.6 5 14.1 15.1 14.1h.4c10.1 0 15.1-4.6 15.1-14.1v-51.5a2 2 0 0 0-2.2-1.9zM321.7 308l-2.3-6.8-2.3 6.8-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3zm-31.1 7.4l-2.3-6.8-2.3 6.8-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3zm5.1-30.8h-19.4v-26.7h16.1a1.89 1.89 0 0 0 2-2v-.8a1.89 1.89 0 0 0-2-2h-16.1v-25.8h19.1a1.89 1.89 0 0 0 2-2v-.8a1.77 1.77 0 0 0-2-1.9h-22.2a1.81 1.81 0 0 0-2 1.9v63a1.81 1.81 0 0 0 2 1.9h22.5a1.77 1.77 0 0 0 2-1.9v-.8a1.83 1.83 0 0 0-2-2.06zm-7.4-99.4L286 192l-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3-7.1-.1z\"],\n \"readme\": [576, 512, [], \"f4d5\", \"M528.3 46.5H388.5c-48.1 0-89.9 33.3-100.4 80.3-10.6-47-52.3-80.3-100.4-80.3H48c-26.5 0-48 21.5-48 48v245.8c0 26.5 21.5 48 48 48h89.7c102.2 0 132.7 24.4 147.3 75 .7 2.8 5.2 2.8 6 0 14.7-50.6 45.2-75 147.3-75H528c26.5 0 48-21.5 48-48V94.6c0-26.4-21.3-47.9-47.7-48.1zM242 311.9c0 1.9-1.5 3.5-3.5 3.5H78.2c-1.9 0-3.5-1.5-3.5-3.5V289c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H78.2c-1.9 0-3.5-1.5-3.5-3.5v-22.9c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5V251zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H78.2c-1.9 0-3.5-1.5-3.5-3.5v-22.9c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm259.3 121.7c0 1.9-1.5 3.5-3.5 3.5H337.5c-1.9 0-3.5-1.5-3.5-3.5v-22.9c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H337.5c-1.9 0-3.5-1.5-3.5-3.5V228c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H337.5c-1.9 0-3.5-1.5-3.5-3.5v-22.8c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5V190z\"],\n \"rebel\": [512, 512, [], \"f1d0\", \"M256.5 504C117.2 504 9 387.8 13.2 249.9 16 170.7 56.4 97.7 129.7 49.5c.3 0 1.9-.6 1.1.8-5.8 5.5-111.3 129.8-14.1 226.4 49.8 49.5 90 2.5 90 2.5 38.5-50.1-.6-125.9-.6-125.9-10-24.9-45.7-40.1-45.7-40.1l28.8-31.8c24.4 10.5 43.2 38.7 43.2 38.7.8-29.6-21.9-61.4-21.9-61.4L255.1 8l44.3 50.1c-20.5 28.8-21.9 62.6-21.9 62.6 13.8-23 43.5-39.3 43.5-39.3l28.5 31.8c-27.4 8.9-45.4 39.9-45.4 39.9-15.8 28.5-27.1 89.4.6 127.3 32.4 44.6 87.7-2.8 87.7-2.8 102.7-91.9-10.5-225-10.5-225-6.1-5.5.8-2.8.8-2.8 50.1 36.5 114.6 84.4 116.2 204.8C500.9 400.2 399 504 256.5 504z\"],\n \"red-river\": [448, 512, [], \"f3e3\", \"M353.2 32H94.8C42.4 32 0 74.4 0 126.8v258.4C0 437.6 42.4 480 94.8 480h258.4c52.4 0 94.8-42.4 94.8-94.8V126.8c0-52.4-42.4-94.8-94.8-94.8zM144.9 200.9v56.3c0 27-21.9 48.9-48.9 48.9V151.9c0-13.2 10.7-23.9 23.9-23.9h154.2c0 27-21.9 48.9-48.9 48.9h-56.3c-12.3-.6-24.6 11.6-24 24zm176.3 72h-56.3c-12.3-.6-24.6 11.6-24 24v56.3c0 27-21.9 48.9-48.9 48.9V247.9c0-13.2 10.7-23.9 23.9-23.9h154.2c0 27-21.9 48.9-48.9 48.9z\"],\n \"reddit\": [512, 512, [], \"f1a1\", \"M201.5 305.5c-13.8 0-24.9-11.1-24.9-24.6 0-13.8 11.1-24.9 24.9-24.9 13.6 0 24.6 11.1 24.6 24.9 0 13.6-11.1 24.6-24.6 24.6zM504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-132.3-41.2c-9.4 0-17.7 3.9-23.8 10-22.4-15.5-52.6-25.5-86.1-26.6l17.4-78.3 55.4 12.5c0 13.6 11.1 24.6 24.6 24.6 13.8 0 24.9-11.3 24.9-24.9s-11.1-24.9-24.9-24.9c-9.7 0-18 5.8-22.1 13.8l-61.2-13.6c-3-.8-6.1 1.4-6.9 4.4l-19.1 86.4c-33.2 1.4-63.1 11.3-85.5 26.8-6.1-6.4-14.7-10.2-24.1-10.2-34.9 0-46.3 46.9-14.4 62.8-1.1 5-1.7 10.2-1.7 15.5 0 52.6 59.2 95.2 132 95.2 73.1 0 132.3-42.6 132.3-95.2 0-5.3-.6-10.8-1.9-15.8 31.3-16 19.8-62.5-14.9-62.5zM302.8 331c-18.2 18.2-76.1 17.9-93.6 0-2.2-2.2-6.1-2.2-8.3 0-2.5 2.5-2.5 6.4 0 8.6 22.8 22.8 87.3 22.8 110.2 0 2.5-2.2 2.5-6.1 0-8.6-2.2-2.2-6.1-2.2-8.3 0zm7.7-75c-13.6 0-24.6 11.1-24.6 24.9 0 13.6 11.1 24.6 24.6 24.6 13.8 0 24.9-11.1 24.9-24.6 0-13.8-11-24.9-24.9-24.9z\"],\n \"reddit-alien\": [512, 512, [], \"f281\", \"M440.3 203.5c-15 0-28.2 6.2-37.9 15.9-35.7-24.7-83.8-40.6-137.1-42.3L293 52.3l88.2 19.8c0 21.6 17.6 39.2 39.2 39.2 22 0 39.7-18.1 39.7-39.7s-17.6-39.7-39.7-39.7c-15.4 0-28.7 9.3-35.3 22l-97.4-21.6c-4.9-1.3-9.7 2.2-11 7.1L246.3 177c-52.9 2.2-100.5 18.1-136.3 42.8-9.7-10.1-23.4-16.3-38.4-16.3-55.6 0-73.8 74.6-22.9 100.1-1.8 7.9-2.6 16.3-2.6 24.7 0 83.8 94.4 151.7 210.3 151.7 116.4 0 210.8-67.9 210.8-151.7 0-8.4-.9-17.2-3.1-25.1 49.9-25.6 31.5-99.7-23.8-99.7zM129.4 308.9c0-22 17.6-39.7 39.7-39.7 21.6 0 39.2 17.6 39.2 39.7 0 21.6-17.6 39.2-39.2 39.2-22 .1-39.7-17.6-39.7-39.2zm214.3 93.5c-36.4 36.4-139.1 36.4-175.5 0-4-3.5-4-9.7 0-13.7 3.5-3.5 9.7-3.5 13.2 0 27.8 28.5 120 29 149 0 3.5-3.5 9.7-3.5 13.2 0 4.1 4 4.1 10.2.1 13.7zm-.8-54.2c-21.6 0-39.2-17.6-39.2-39.2 0-22 17.6-39.7 39.2-39.7 22 0 39.7 17.6 39.7 39.7-.1 21.5-17.7 39.2-39.7 39.2z\"],\n \"reddit-square\": [448, 512, [], \"f1a2\", \"M283.2 345.5c2.7 2.7 2.7 6.8 0 9.2-24.5 24.5-93.8 24.6-118.4 0-2.7-2.4-2.7-6.5 0-9.2 2.4-2.4 6.5-2.4 8.9 0 18.7 19.2 81 19.6 100.5 0 2.4-2.3 6.6-2.3 9 0zm-91.3-53.8c0-14.9-11.9-26.8-26.5-26.8-14.9 0-26.8 11.9-26.8 26.8 0 14.6 11.9 26.5 26.8 26.5 14.6 0 26.5-11.9 26.5-26.5zm90.7-26.8c-14.6 0-26.5 11.9-26.5 26.8 0 14.6 11.9 26.5 26.5 26.5 14.9 0 26.8-11.9 26.8-26.5 0-14.9-11.9-26.8-26.8-26.8zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-99.7 140.6c-10.1 0-19 4.2-25.6 10.7-24.1-16.7-56.5-27.4-92.5-28.6l18.7-84.2 59.5 13.4c0 14.6 11.9 26.5 26.5 26.5 14.9 0 26.8-12.2 26.8-26.8 0-14.6-11.9-26.8-26.8-26.8-10.4 0-19.3 6.2-23.8 14.9l-65.7-14.6c-3.3-.9-6.5 1.5-7.4 4.8l-20.5 92.8c-35.7 1.5-67.8 12.2-91.9 28.9-6.5-6.8-15.8-11-25.9-11-37.5 0-49.8 50.4-15.5 67.5-1.2 5.4-1.8 11-1.8 16.7 0 56.5 63.7 102.3 141.9 102.3 78.5 0 142.2-45.8 142.2-102.3 0-5.7-.6-11.6-2.1-17 33.6-17.2 21.2-67.2-16.1-67.2z\"],\n \"redhat\": [512, 512, [], \"f7bc\", \"M341.52 285.56c33.65 0 82.34-6.94 82.34-47 .22-6.74.86-1.82-20.88-96.24-4.62-19.15-8.68-27.84-42.31-44.65-26.09-13.34-82.92-35.37-99.73-35.37-15.66 0-20.2 20.17-38.87 20.17-18 0-31.31-15.06-48.12-15.06-16.14 0-26.66 11-34.78 33.62-27.5 77.55-26.28 74.27-26.12 78.27 0 24.8 97.64 106.11 228.47 106.11M429 254.84c4.65 22 4.65 24.35 4.65 27.25 0 37.66-42.33 58.56-98 58.56-125.74.08-235.91-73.65-235.91-122.33a49.55 49.55 0 0 1 4.06-19.72C58.56 200.86 0 208.93 0 260.63c0 84.67 200.63 189 359.49 189 121.79 0 152.51-55.08 152.51-98.58 0-34.21-29.59-73.05-82.93-96.24\"],\n \"renren\": [512, 512, [], \"f18b\", \"M214 169.1c0 110.4-61 205.4-147.6 247.4C30 373.2 8 317.7 8 256.6 8 133.9 97.1 32.2 214 12.5v156.6zM255 504c-42.9 0-83.3-11-118.5-30.4C193.7 437.5 239.9 382.9 255 319c15.5 63.9 61.7 118.5 118.8 154.7C338.7 493 298.3 504 255 504zm190.6-87.5C359 374.5 298 279.6 298 169.1V12.5c116.9 19.7 206 121.4 206 244.1 0 61.1-22 116.6-58.4 159.9z\"],\n \"replyd\": [448, 512, [], \"f3e6\", \"M320 480H128C57.6 480 0 422.4 0 352V160C0 89.6 57.6 32 128 32h192c70.4 0 128 57.6 128 128v192c0 70.4-57.6 128-128 128zM193.4 273.2c-6.1-2-11.6-3.1-16.4-3.1-7.2 0-13.5 1.9-18.9 5.6-5.4 3.7-9.6 9-12.8 15.8h-1.1l-4.2-18.3h-28v138.9h36.1v-89.7c1.5-5.4 4.4-9.8 8.7-13.2 4.3-3.4 9.8-5.1 16.2-5.1 4.6 0 9.8 1 15.6 3.1l4.8-34zm115.2 103.4c-3.2 2.4-7.7 4.8-13.7 7.1-6 2.3-12.8 3.5-20.4 3.5-12.2 0-21.1-3-26.5-8.9-5.5-5.9-8.5-14.7-9-26.4h83.3c.9-4.8 1.6-9.4 2.1-13.9.5-4.4.7-8.6.7-12.5 0-10.7-1.6-19.7-4.7-26.9-3.2-7.2-7.3-13-12.5-17.2-5.2-4.3-11.1-7.3-17.8-9.2-6.7-1.8-13.5-2.8-20.6-2.8-21.1 0-37.5 6.1-49.2 18.3s-17.5 30.5-17.5 55c0 22.8 5.2 40.7 15.6 53.7 10.4 13.1 26.8 19.6 49.2 19.6 10.7 0 20.9-1.5 30.4-4.6 9.5-3.1 17.1-6.8 22.6-11.2l-12-23.6zm-21.8-70.3c3.8 5.4 5.3 13.1 4.6 23.1h-51.7c.9-9.4 3.7-17 8.2-22.6 4.5-5.6 11.5-8.5 21-8.5 8.2-.1 14.1 2.6 17.9 8zm79.9 2.5c4.1 3.9 9.4 5.8 16.1 5.8 7 0 12.6-1.9 16.7-5.8s6.1-9.1 6.1-15.6-2-11.6-6.1-15.4c-4.1-3.8-9.6-5.7-16.7-5.7-6.7 0-12 1.9-16.1 5.7-4.1 3.8-6.1 8.9-6.1 15.4s2 11.7 6.1 15.6zm0 100.5c4.1 3.9 9.4 5.8 16.1 5.8 7 0 12.6-1.9 16.7-5.8s6.1-9.1 6.1-15.6-2-11.6-6.1-15.4c-4.1-3.8-9.6-5.7-16.7-5.7-6.7 0-12 1.9-16.1 5.7-4.1 3.8-6.1 8.9-6.1 15.4 0 6.6 2 11.7 6.1 15.6z\"],\n \"researchgate\": [448, 512, [], \"f4f8\", \"M0 32v448h448V32H0zm262.2 334.4c-6.6 3-33.2 6-50-14.2-9.2-10.6-25.3-33.3-42.2-63.6-8.9 0-14.7 0-21.4-.6v46.4c0 23.5 6 21.2 25.8 23.9v8.1c-6.9-.3-23.1-.8-35.6-.8-13.1 0-26.1.6-33.6.8v-8.1c15.5-2.9 22-1.3 22-23.9V225c0-22.6-6.4-21-22-23.9V193c25.8 1 53.1-.6 70.9-.6 31.7 0 55.9 14.4 55.9 45.6 0 21.1-16.7 42.2-39.2 47.5 13.6 24.2 30 45.6 42.2 58.9 7.2 7.8 17.2 14.7 27.2 14.7v7.3zm22.9-135c-23.3 0-32.2-15.7-32.2-32.2V167c0-12.2 8.8-30.4 34-30.4s30.4 17.9 30.4 17.9l-10.7 7.2s-5.5-12.5-19.7-12.5c-7.9 0-19.7 7.3-19.7 19.7v26.8c0 13.4 6.6 23.3 17.9 23.3 14.1 0 21.5-10.9 21.5-26.8h-17.9v-10.7h30.4c0 20.5 4.7 49.9-34 49.9zm-116.5 44.7c-9.4 0-13.6-.3-20-.8v-69.7c6.4-.6 15-.6 22.5-.6 23.3 0 37.2 12.2 37.2 34.5 0 21.9-15 36.6-39.7 36.6z\"],\n \"resolving\": [496, 512, [], \"f3e7\", \"M281.2 278.2c46-13.3 49.6-23.5 44-43.4L314 195.5c-6.1-20.9-18.4-28.1-71.1-12.8L54.7 236.8l28.6 98.6 197.9-57.2zM248.5 8C131.4 8 33.2 88.7 7.2 197.5l221.9-63.9c34.8-10.2 54.2-11.7 79.3-8.2 36.3 6.1 52.7 25 61.4 55.2l10.7 37.8c8.2 28.1 1 50.6-23.5 73.6-19.4 17.4-31.2 24.5-61.4 33.2L203 351.8l220.4 27.1 9.7 34.2-48.1 13.3-286.8-37.3 23 80.2c36.8 22 80.3 34.7 126.3 34.7 137 0 248.5-111.4 248.5-248.3C497 119.4 385.5 8 248.5 8zM38.3 388.6L0 256.8c0 48.5 14.3 93.4 38.3 131.8z\"],\n \"rev\": [448, 512, [], \"f5b2\", \"M289.67 274.89a65.57 65.57 0 1 1-65.56-65.56 65.64 65.64 0 0 1 65.56 65.56zm139.55-5.05h-.13a204.69 204.69 0 0 0-74.32-153l-45.38 26.2a157.07 157.07 0 0 1 71.81 131.84C381.2 361.5 310.73 432 224.11 432S67 361.5 67 274.88c0-81.88 63-149.27 143-156.43v39.12l108.77-62.79L210 32v38.32c-106.7 7.25-191 96-191 204.57 0 111.59 89.12 202.29 200.06 205v.11h210.16V269.84z\"],\n \"rocketchat\": [576, 512, [], \"f3e8\", \"M486.41 107.57c-76.93-50.83-179.18-62.4-264.12-47.07C127.26-31.16 20.77 11 0 23.12c0 0 73.08 62.1 61.21 116.49-86.52 88.2-45.39 186.4 0 232.77C73.08 426.77 0 488.87 0 488.87c20.57 12.16 126.77 54.19 222.29-37 84.75 15.23 187 3.76 264.12-47.16 119.26-76.14 119.65-220.61 0-297.15zM294.18 404.22a339.53 339.53 0 0 1-88.11-11.37l-19.77 19.09a179.74 179.74 0 0 1-36.59 27.39A143.14 143.14 0 0 1 98 454.06c1-1.78 1.88-3.56 2.77-5.24q29.67-55 16-98.69c-32.53-25.61-52-58.34-52-94.13 0-82 102.74-148.43 229.41-148.43S523.59 174 523.59 256 420.85 404.22 294.18 404.22zM184.12 291.3a34.32 34.32 0 0 1-34.8-33.72c-.7-45.39 67.83-46.38 68.52-1.09v.51a34 34 0 0 1-33.72 34.32zm73.77-33.72c-.79-45.39 67.74-46.48 68.53-1.19v.61c.39 45.08-67.74 45.57-68.53.58zm143.38 33.72a34.33 34.33 0 0 1-34.81-33.72c-.69-45.39 67.84-46.38 68.53-1.09v.51a33.89 33.89 0 0 1-33.72 34.32z\"],\n \"rockrms\": [496, 512, [], \"f3e9\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm157.4 419.5h-90l-112-131.3c-17.9-20.4-3.9-56.1 26.6-56.1h75.3l-84.6-99.3-84.3 98.9h-90L193.5 67.2c14.4-18.4 41.3-17.3 54.5 0l157.7 185.1c19 22.8 2 57.2-27.6 56.1-.6 0-74.2.2-74.2.2l101.5 118.9z\"],\n \"rust\": [512, 512, [], \"f97a\", \"M508.52,249.75,486.7,236.24c-.17-2-.34-3.93-.55-5.88l18.72-17.5a7.35,7.35,0,0,0-2.44-12.25l-24-9c-.54-1.88-1.08-3.78-1.67-5.64l15-20.83a7.35,7.35,0,0,0-4.79-11.54l-25.42-4.15c-.9-1.73-1.79-3.45-2.73-5.15l10.68-23.42a7.35,7.35,0,0,0-6.95-10.39l-25.82.91q-1.79-2.22-3.61-4.4L439,81.84A7.36,7.36,0,0,0,430.16,73L405,78.93q-2.17-1.83-4.4-3.61l.91-25.82a7.35,7.35,0,0,0-10.39-7L367.7,53.23c-1.7-.94-3.43-1.84-5.15-2.73L358.4,25.08a7.35,7.35,0,0,0-11.54-4.79L326,35.26c-1.86-.59-3.75-1.13-5.64-1.67l-9-24a7.35,7.35,0,0,0-12.25-2.44l-17.5,18.72c-1.95-.21-3.91-.38-5.88-.55L262.25,3.48a7.35,7.35,0,0,0-12.5,0L236.24,25.3c-2,.17-3.93.34-5.88.55L212.86,7.13a7.35,7.35,0,0,0-12.25,2.44l-9,24c-1.89.55-3.79,1.08-5.66,1.68l-20.82-15a7.35,7.35,0,0,0-11.54,4.79l-4.15,25.41c-1.73.9-3.45,1.79-5.16,2.73L120.88,42.55a7.35,7.35,0,0,0-10.39,7l.92,25.81c-1.49,1.19-3,2.39-4.42,3.61L81.84,73A7.36,7.36,0,0,0,73,81.84L78.93,107c-1.23,1.45-2.43,2.93-3.62,4.41l-25.81-.91a7.42,7.42,0,0,0-6.37,3.26,7.35,7.35,0,0,0-.57,7.13l10.66,23.41c-.94,1.7-1.83,3.43-2.73,5.16L25.08,153.6a7.35,7.35,0,0,0-4.79,11.54l15,20.82c-.59,1.87-1.13,3.77-1.68,5.66l-24,9a7.35,7.35,0,0,0-2.44,12.25l18.72,17.5c-.21,1.95-.38,3.91-.55,5.88L3.48,249.75a7.35,7.35,0,0,0,0,12.5L25.3,275.76c.17,2,.34,3.92.55,5.87L7.13,299.13a7.35,7.35,0,0,0,2.44,12.25l24,9c.55,1.89,1.08,3.78,1.68,5.65l-15,20.83a7.35,7.35,0,0,0,4.79,11.54l25.42,4.15c.9,1.72,1.79,3.45,2.73,5.14L42.56,391.12a7.35,7.35,0,0,0,.57,7.13,7.13,7.13,0,0,0,6.37,3.26l25.83-.91q1.77,2.22,3.6,4.4L73,430.16A7.36,7.36,0,0,0,81.84,439L107,433.07q2.18,1.83,4.41,3.61l-.92,25.82a7.35,7.35,0,0,0,10.39,6.95l23.43-10.68c1.69.94,3.42,1.83,5.14,2.73l4.15,25.42a7.34,7.34,0,0,0,11.54,4.78l20.83-15c1.86.6,3.76,1.13,5.65,1.68l9,24a7.36,7.36,0,0,0,12.25,2.44l17.5-18.72c1.95.21,3.92.38,5.88.55l13.51,21.82a7.35,7.35,0,0,0,12.5,0l13.51-21.82c2-.17,3.93-.34,5.88-.56l17.5,18.73a7.36,7.36,0,0,0,12.25-2.44l9-24c1.89-.55,3.78-1.08,5.65-1.68l20.82,15a7.34,7.34,0,0,0,11.54-4.78l4.15-25.42c1.72-.9,3.45-1.79,5.15-2.73l23.42,10.68a7.35,7.35,0,0,0,10.39-6.95l-.91-25.82q2.22-1.79,4.4-3.61L430.16,439a7.36,7.36,0,0,0,8.84-8.84L433.07,405q1.83-2.17,3.61-4.4l25.82.91a7.23,7.23,0,0,0,6.37-3.26,7.35,7.35,0,0,0,.58-7.13L458.77,367.7c.94-1.7,1.83-3.43,2.73-5.15l25.42-4.15a7.35,7.35,0,0,0,4.79-11.54l-15-20.83c.59-1.87,1.13-3.76,1.67-5.65l24-9a7.35,7.35,0,0,0,2.44-12.25l-18.72-17.5c.21-1.95.38-3.91.55-5.87l21.82-13.51a7.35,7.35,0,0,0,0-12.5Zm-151,129.08A13.91,13.91,0,0,0,341,389.51l-7.64,35.67A187.51,187.51,0,0,1,177,424.44l-7.64-35.66a13.87,13.87,0,0,0-16.46-10.68l-31.51,6.76a187.38,187.38,0,0,1-16.26-19.21H258.3c1.72,0,2.89-.29,2.89-1.91V309.55c0-1.57-1.17-1.91-2.89-1.91H213.47l.05-34.35H262c4.41,0,23.66,1.28,29.79,25.87,1.91,7.55,6.17,32.14,9.06,40,2.89,8.82,14.6,26.46,27.1,26.46H407a187.3,187.3,0,0,1-17.34,20.09Zm25.77,34.49A15.24,15.24,0,1,1,368,398.08h.44A15.23,15.23,0,0,1,383.24,413.32Zm-225.62-.68a15.24,15.24,0,1,1-15.25-15.25h.45A15.25,15.25,0,0,1,157.62,412.64ZM69.57,234.15l32.83-14.6a13.88,13.88,0,0,0,7.06-18.33L102.69,186h26.56V305.73H75.65A187.65,187.65,0,0,1,69.57,234.15ZM58.31,198.09a15.24,15.24,0,0,1,15.23-15.25H74a15.24,15.24,0,1,1-15.67,15.24Zm155.16,24.49.05-35.32h63.26c3.28,0,23.07,3.77,23.07,18.62,0,12.29-15.19,16.7-27.68,16.7ZM399,306.71c-9.8,1.13-20.63-4.12-22-10.09-5.78-32.49-15.39-39.4-30.57-51.4,18.86-11.95,38.46-29.64,38.46-53.26,0-25.52-17.49-41.59-29.4-49.48-16.76-11-35.28-13.23-40.27-13.23H116.32A187.49,187.49,0,0,1,221.21,70.06l23.47,24.6a13.82,13.82,0,0,0,19.6.44l26.26-25a187.51,187.51,0,0,1,128.37,91.43l-18,40.57A14,14,0,0,0,408,220.43l34.59,15.33a187.12,187.12,0,0,1,.4,32.54H423.71c-1.91,0-2.69,1.27-2.69,3.13v8.82C421,301,409.31,305.58,399,306.71ZM240,60.21A15.24,15.24,0,0,1,255.21,45h.45A15.24,15.24,0,1,1,240,60.21ZM436.84,214a15.24,15.24,0,1,1,0-30.48h.44a15.24,15.24,0,0,1-.44,30.48Z\"],\n \"safari\": [512, 512, [], \"f267\", \"M274.69,274.69l-37.38-37.38L166,346ZM256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8ZM411.85,182.79l14.78-6.13A8,8,0,0,1,437.08,181h0a8,8,0,0,1-4.33,10.46L418,197.57a8,8,0,0,1-10.45-4.33h0A8,8,0,0,1,411.85,182.79ZM314.43,94l6.12-14.78A8,8,0,0,1,331,74.92h0a8,8,0,0,1,4.33,10.45l-6.13,14.78a8,8,0,0,1-10.45,4.33h0A8,8,0,0,1,314.43,94ZM256,60h0a8,8,0,0,1,8,8V84a8,8,0,0,1-8,8h0a8,8,0,0,1-8-8V68A8,8,0,0,1,256,60ZM181,74.92a8,8,0,0,1,10.46,4.33L197.57,94a8,8,0,1,1-14.78,6.12l-6.13-14.78A8,8,0,0,1,181,74.92Zm-63.58,42.49h0a8,8,0,0,1,11.31,0L140,128.72A8,8,0,0,1,140,140h0a8,8,0,0,1-11.31,0l-11.31-11.31A8,8,0,0,1,117.41,117.41ZM60,256h0a8,8,0,0,1,8-8H84a8,8,0,0,1,8,8h0a8,8,0,0,1-8,8H68A8,8,0,0,1,60,256Zm40.15,73.21-14.78,6.13A8,8,0,0,1,74.92,331h0a8,8,0,0,1,4.33-10.46L94,314.43a8,8,0,0,1,10.45,4.33h0A8,8,0,0,1,100.15,329.21Zm4.33-136h0A8,8,0,0,1,94,197.57l-14.78-6.12A8,8,0,0,1,74.92,181h0a8,8,0,0,1,10.45-4.33l14.78,6.13A8,8,0,0,1,104.48,193.24ZM197.57,418l-6.12,14.78a8,8,0,0,1-14.79-6.12l6.13-14.78A8,8,0,1,1,197.57,418ZM264,444a8,8,0,0,1-8,8h0a8,8,0,0,1-8-8V428a8,8,0,0,1,8-8h0a8,8,0,0,1,8,8Zm67-6.92h0a8,8,0,0,1-10.46-4.33L314.43,418a8,8,0,0,1,4.33-10.45h0a8,8,0,0,1,10.45,4.33l6.13,14.78A8,8,0,0,1,331,437.08Zm63.58-42.49h0a8,8,0,0,1-11.31,0L372,383.28A8,8,0,0,1,372,372h0a8,8,0,0,1,11.31,0l11.31,11.31A8,8,0,0,1,394.59,394.59ZM286.25,286.25,110.34,401.66,225.75,225.75,401.66,110.34ZM437.08,331h0a8,8,0,0,1-10.45,4.33l-14.78-6.13a8,8,0,0,1-4.33-10.45h0A8,8,0,0,1,418,314.43l14.78,6.12A8,8,0,0,1,437.08,331ZM444,264H428a8,8,0,0,1-8-8h0a8,8,0,0,1,8-8h16a8,8,0,0,1,8,8h0A8,8,0,0,1,444,264Z\"],\n \"salesforce\": [640, 512, [], \"f83b\", \"M248.89 245.64h-26.35c.69-5.16 3.32-14.12 13.64-14.12 6.75 0 11.97 3.82 12.71 14.12zm136.66-13.88c-.47 0-14.11-1.77-14.11 20s13.63 20 14.11 20c13 0 14.11-13.54 14.11-20 0-21.76-13.66-20-14.11-20zm-243.22 23.76a8.63 8.63 0 0 0-3.29 7.29c0 4.78 2.08 6.05 3.29 7.05 4.7 3.7 15.07 2.12 20.93.95v-16.94c-5.32-1.07-16.73-1.96-20.93 1.65zM640 232c0 87.58-80 154.39-165.36 136.43-18.37 33-70.73 70.75-132.2 41.63-41.16 96.05-177.89 92.18-213.81-5.17C8.91 428.78-50.19 266.52 53.36 205.61 18.61 126.18 76 32 167.67 32a124.24 124.24 0 0 1 98.56 48.7c20.7-21.4 49.4-34.81 81.15-34.81 42.34 0 79 23.52 98.8 58.57C539 63.78 640 132.69 640 232zm-519.55 31.8c0-11.76-11.69-15.17-17.87-17.17-5.27-2.11-13.41-3.51-13.41-8.94 0-9.46 17-6.66 25.17-2.12 0 0 1.17.71 1.64-.47.24-.7 2.36-6.58 2.59-7.29a1.13 1.13 0 0 0-.7-1.41c-12.33-7.63-40.7-8.51-40.7 12.7 0 12.46 11.49 15.44 17.88 17.17 4.72 1.58 13.17 3 13.17 8.7 0 4-3.53 7.06-9.17 7.06a31.76 31.76 0 0 1-19-6.35c-.47-.23-1.42-.71-1.65.71l-2.4 7.47c-.47.94.23 1.18.23 1.41 1.75 1.4 10.3 6.59 22.82 6.59 13.17 0 21.4-7.06 21.4-18.11zm32-42.58c-10.13 0-18.66 3.17-21.4 5.18a1 1 0 0 0-.24 1.41l2.59 7.06a1 1 0 0 0 1.18.7c.65 0 6.8-4 16.93-4 4 0 7.06.71 9.18 2.36 3.6 2.8 3.06 8.29 3.06 10.58-4.79-.3-19.11-3.44-29.41 3.76a16.92 16.92 0 0 0-7.34 14.54c0 5.9 1.51 10.4 6.59 14.35 12.24 8.16 36.28 2 38.1 1.41 1.58-.32 3.53-.66 3.53-1.88v-33.88c.04-4.61.32-21.64-22.78-21.64zM199 200.24a1.11 1.11 0 0 0-1.18-1.18H188a1.11 1.11 0 0 0-1.17 1.18v79a1.11 1.11 0 0 0 1.17 1.18h9.88a1.11 1.11 0 0 0 1.18-1.18zm55.75 28.93c-2.1-2.31-6.79-7.53-17.65-7.53-3.51 0-14.16.23-20.7 8.94-6.35 7.63-6.58 18.11-6.58 21.41 0 3.12.15 14.26 7.06 21.17 2.64 2.91 9.06 8.23 22.81 8.23 10.82 0 16.47-2.35 18.58-3.76.47-.24.71-.71.24-1.88l-2.35-6.83a1.26 1.26 0 0 0-1.41-.7c-2.59.94-6.35 2.82-15.29 2.82-17.42 0-16.85-14.74-16.94-16.7h37.17a1.23 1.23 0 0 0 1.17-.94c-.29 0 2.07-14.7-6.09-24.23zm36.69 52.69c13.17 0 21.41-7.06 21.41-18.11 0-11.76-11.7-15.17-17.88-17.17-4.14-1.66-13.41-3.38-13.41-8.94 0-3.76 3.29-6.35 8.47-6.35a38.11 38.11 0 0 1 16.7 4.23s1.18.71 1.65-.47c.23-.7 2.35-6.58 2.58-7.29a1.13 1.13 0 0 0-.7-1.41c-7.91-4.9-16.74-4.94-20.23-4.94-12 0-20.46 7.29-20.46 17.64 0 12.46 11.48 15.44 17.87 17.17 6.11 2 13.17 3.26 13.17 8.7 0 4-3.52 7.06-9.17 7.06a31.8 31.8 0 0 1-19-6.35 1 1 0 0 0-1.65.71l-2.35 7.52c-.47.94.23 1.18.23 1.41 1.72 1.4 10.33 6.59 22.79 6.59zM357.09 224c0-.71-.24-1.18-1.18-1.18h-11.76c0-.14.94-8.94 4.47-12.47 4.16-4.15 11.76-1.64 12-1.64 1.17.47 1.41 0 1.64-.47l2.83-7.77c.7-.94 0-1.17-.24-1.41-5.09-2-17.35-2.87-24.46 4.24-5.48 5.48-7 13.92-8 19.52h-8.47a1.28 1.28 0 0 0-1.17 1.18l-1.42 7.76c0 .7.24 1.17 1.18 1.17h8.23c-8.51 47.9-8.75 50.21-10.35 55.52-1.08 3.62-3.29 6.9-5.88 7.76-.09 0-3.88 1.68-9.64-.24 0 0-.94-.47-1.41.71-.24.71-2.59 6.82-2.83 7.53s0 1.41.47 1.41c5.11 2 13 1.77 17.88 0 6.28-2.28 9.72-7.89 11.53-12.94 2.75-7.71 2.81-9.79 11.76-59.74h12.23a1.29 1.29 0 0 0 1.18-1.18zm53.39 16c-.56-1.68-5.1-18.11-25.17-18.11-15.25 0-23 10-25.16 18.11-1 3-3.18 14 0 23.52.09.3 4.41 18.12 25.16 18.12 14.95 0 22.9-9.61 25.17-18.12 3.21-9.61 1.01-20.52 0-23.52zm45.4-16.7c-5-1.65-16.62-1.9-22.11 5.41v-4.47a1.11 1.11 0 0 0-1.18-1.17h-9.4a1.11 1.11 0 0 0-1.18 1.17v55.28a1.12 1.12 0 0 0 1.18 1.18h9.64a1.12 1.12 0 0 0 1.18-1.18v-27.77c0-2.91.05-11.37 4.46-15.05 4.9-4.9 12-3.36 13.41-3.06a1.57 1.57 0 0 0 1.41-.94 74 74 0 0 0 3.06-8 1.16 1.16 0 0 0-.47-1.41zm46.81 54.1l-2.12-7.29c-.47-1.18-1.41-.71-1.41-.71-4.23 1.82-10.15 1.89-11.29 1.89-4.64 0-17.17-1.13-17.17-19.76 0-6.23 1.85-19.76 16.47-19.76a34.85 34.85 0 0 1 11.52 1.65s.94.47 1.18-.71c.94-2.59 1.64-4.47 2.59-7.53.23-.94-.47-1.17-.71-1.17-11.59-3.87-22.34-2.53-27.76 0-1.59.74-16.23 6.49-16.23 27.52 0 2.9-.58 30.11 28.94 30.11a44.45 44.45 0 0 0 15.52-2.83 1.3 1.3 0 0 0 .47-1.42zm53.87-39.52c-.8-3-5.37-16.23-22.35-16.23-16 0-23.52 10.11-25.64 18.59a38.58 38.58 0 0 0-1.65 11.76c0 25.87 18.84 29.4 29.88 29.4 10.82 0 16.46-2.35 18.58-3.76.47-.24.71-.71.24-1.88l-2.36-6.83a1.26 1.26 0 0 0-1.41-.7c-2.59.94-6.35 2.82-15.29 2.82-17.42 0-16.85-14.74-16.93-16.7h37.16a1.25 1.25 0 0 0 1.18-.94c-.24-.01.94-7.07-1.41-15.54zm-23.29-6.35c-10.33 0-13 9-13.64 14.12H546c-.88-11.92-7.62-14.13-12.73-14.13z\"],\n \"sass\": [640, 512, [], \"f41e\", \"M301.84 378.92c-.3.6-.6 1.08 0 0zm249.13-87a131.16 131.16 0 0 0-58 13.5c-5.9-11.9-12-22.3-13-30.1-1.2-9.1-2.5-14.5-1.1-25.3s7.7-26.1 7.6-27.2-1.4-6.6-14.3-6.7-24 2.5-25.29 5.9a122.83 122.83 0 0 0-5.3 19.1c-2.3 11.7-25.79 53.5-39.09 75.3-4.4-8.5-8.1-16-8.9-22-1.2-9.1-2.5-14.5-1.1-25.3s7.7-26.1 7.6-27.2-1.4-6.6-14.29-6.7-24 2.5-25.3 5.9-2.7 11.4-5.3 19.1-33.89 77.3-42.08 95.4c-4.2 9.2-7.8 16.6-10.4 21.6-.4.8-.7 1.3-.9 1.7.3-.5.5-1 .5-.8-2.2 4.3-3.5 6.7-3.5 6.7v.1c-1.7 3.2-3.6 6.1-4.5 6.1-.6 0-1.9-8.4.3-19.9 4.7-24.2 15.8-61.8 15.7-63.1-.1-.7 2.1-7.2-7.3-10.7-9.1-3.3-12.4 2.2-13.2 2.2s-1.4 2-1.4 2 10.1-42.4-19.39-42.4c-18.4 0-44 20.2-56.58 38.5-7.9 4.3-25 13.6-43 23.5-6.9 3.8-14 7.7-20.7 11.4-.5-.5-.9-1-1.4-1.5-35.79-38.2-101.87-65.2-99.07-116.5 1-18.7 7.5-67.8 127.07-127.4 98-48.8 176.35-35.4 189.84-5.6 19.4 42.5-41.89 121.6-143.66 133-38.79 4.3-59.18-10.7-64.28-16.3-5.3-5.9-6.1-6.2-8.1-5.1-3.3 1.8-1.2 7 0 10.1 3 7.9 15.5 21.9 36.79 28.9 18.7 6.1 64.18 9.5 119.17-11.8 61.78-23.8 109.87-90.1 95.77-145.6C386.52 18.32 293-.18 204.57 31.22c-52.69 18.7-109.67 48.1-150.66 86.4-48.69 45.6-56.48 85.3-53.28 101.9 11.39 58.9 92.57 97.3 125.06 125.7-1.6.9-3.1 1.7-4.5 2.5-16.29 8.1-78.18 40.5-93.67 74.7-17.5 38.8 2.9 66.6 16.29 70.4 41.79 11.6 84.58-9.3 107.57-43.6s20.2-79.1 9.6-99.5c-.1-.3-.3-.5-.4-.8 4.2-2.5 8.5-5 12.8-7.5 8.29-4.9 16.39-9.4 23.49-13.3-4 10.8-6.9 23.8-8.4 42.6-1.8 22 7.3 50.5 19.1 61.7 5.2 4.9 11.49 5 15.39 5 13.8 0 20-11.4 26.89-25 8.5-16.6 16-35.9 16-35.9s-9.4 52.2 16.3 52.2c9.39 0 18.79-12.1 23-18.3v.1s.2-.4.7-1.2c1-1.5 1.5-2.4 1.5-2.4v-.3c3.8-6.5 12.1-21.4 24.59-46 16.2-31.8 31.69-71.5 31.69-71.5a201.24 201.24 0 0 0 6.2 25.8c2.8 9.5 8.7 19.9 13.4 30-3.8 5.2-6.1 8.2-6.1 8.2a.31.31 0 0 0 .1.2c-3 4-6.4 8.3-9.9 12.5-12.79 15.2-28 32.6-30 37.6-2.4 5.9-1.8 10.3 2.8 13.7 3.4 2.6 9.4 3 15.69 2.5 11.5-.8 19.6-3.6 23.5-5.4a82.2 82.2 0 0 0 20.19-10.6c12.5-9.2 20.1-22.4 19.4-39.8-.4-9.6-3.5-19.2-7.3-28.2 1.1-1.6 2.3-3.3 3.4-5C434.8 301.72 450.1 270 450.1 270a201.24 201.24 0 0 0 6.2 25.8c2.4 8.1 7.09 17 11.39 25.7-18.59 15.1-30.09 32.6-34.09 44.1-7.4 21.3-1.6 30.9 9.3 33.1 4.9 1 11.9-1.3 17.1-3.5a79.46 79.46 0 0 0 21.59-11.1c12.5-9.2 24.59-22.1 23.79-39.6-.3-7.9-2.5-15.8-5.4-23.4 15.7-6.6 36.09-10.2 62.09-7.2 55.68 6.5 66.58 41.3 64.48 55.8s-13.8 22.6-17.7 25-5.1 3.3-4.8 5.1c.5 2.6 2.3 2.5 5.6 1.9 4.6-.8 29.19-11.8 30.29-38.7 1.6-34-31.09-71.4-89-71.1zm-429.18 144.7c-18.39 20.1-44.19 27.7-55.28 21.3C54.61 451 59.31 421.42 82 400c13.8-13 31.59-25 43.39-32.4 2.7-1.6 6.6-4 11.4-6.9.8-.5 1.2-.7 1.2-.7.9-.6 1.9-1.1 2.9-1.7 8.29 30.4.3 57.2-19.1 78.3zm134.36-91.4c-6.4 15.7-19.89 55.7-28.09 53.6-7-1.8-11.3-32.3-1.4-62.3 5-15.1 15.6-33.1 21.9-40.1 10.09-11.3 21.19-14.9 23.79-10.4 3.5 5.9-12.2 49.4-16.2 59.2zm111 53c-2.7 1.4-5.2 2.3-6.4 1.6-.9-.5 1.1-2.4 1.1-2.4s13.9-14.9 19.4-21.7c3.2-4 6.9-8.7 10.89-13.9 0 .5.1 1 .1 1.6-.13 17.9-17.32 30-25.12 34.8zm85.58-19.5c-2-1.4-1.7-6.1 5-20.7 2.6-5.7 8.59-15.3 19-24.5a36.18 36.18 0 0 1 1.9 10.8c-.1 22.5-16.2 30.9-25.89 34.4z\"],\n \"schlix\": [448, 512, [], \"f3ea\", \"M350.5 157.7l-54.2-46.1 73.4-39 78.3 44.2-97.5 40.9zM192 122.1l45.7-28.2 34.7 34.6-55.4 29-25-35.4zm-65.1 6.6l31.9-22.1L176 135l-36.7 22.5-12.4-28.8zm-23.3 88.2l-8.8-34.8 29.6-18.3 13.1 35.3-33.9 17.8zm-21.2-83.7l23.9-18.1 8.9 24-26.7 18.3-6.1-24.2zM59 206.5l-3.6-28.4 22.3-15.5 6.1 28.7L59 206.5zm-30.6 16.6l20.8-12.8 3.3 33.4-22.9 12-1.2-32.6zM1.4 268l19.2-10.2.4 38.2-21 8.8L1.4 268zm59.1 59.3l-28.3 8.3-1.6-46.8 25.1-10.7 4.8 49.2zM99 263.2l-31.1 13-5.2-40.8L90.1 221l8.9 42.2zM123.2 377l-41.6 5.9-8.1-63.5 35.2-10.8 14.5 68.4zm28.5-139.9l21.2 57.1-46.2 13.6-13.7-54.1 38.7-16.6zm85.7 230.5l-70.9-3.3-24.3-95.8 55.2-8.6 40 107.7zm-84.9-279.7l42.2-22.4 28 45.9-50.8 21.3-19.4-44.8zm41 94.9l61.3-18.7 52.8 86.6-79.8 11.3-34.3-79.2zm51.4-85.6l67.3-28.8 65.5 65.4-88.6 26.2-44.2-62.8z\"],\n \"scribd\": [384, 512, [], \"f28a\", \"M42.3 252.7c-16.1-19-24.7-45.9-24.8-79.9 0-100.4 75.2-153.1 167.2-153.1 98.6-1.6 156.8 49 184.3 70.6l-50.5 72.1-37.3-24.6 26.9-38.6c-36.5-24-79.4-36.5-123-35.8-50.7-.8-111.7 27.2-111.7 76.2 0 18.7 11.2 20.7 28.6 15.6 23.3-5.3 41.9.6 55.8 14 26.4 24.3 23.2 67.6-.7 91.9-29.2 29.5-85.2 27.3-114.8-8.4zm317.7 5.9c-15.5-18.8-38.9-29.4-63.2-28.6-38.1-2-71.1 28-70.5 67.2-.7 16.8 6 33 18.4 44.3 14.1 13.9 33 19.7 56.3 14.4 17.4-5.1 28.6-3.1 28.6 15.6 0 4.3-.5 8.5-1.4 12.7-16.7 40.9-59.5 64.4-121.4 64.4-51.9.2-102.4-16.4-144.1-47.3l33.7-39.4-35.6-27.4L0 406.3l15.4 13.8c52.5 46.8 120.4 72.5 190.7 72.2 51.4 0 94.4-10.5 133.6-44.1 57.1-51.4 54.2-149.2 20.3-189.6z\"],\n \"searchengin\": [460, 512, [], \"f3eb\", \"M220.6 130.3l-67.2 28.2V43.2L98.7 233.5l54.7-24.2v130.3l67.2-209.3zm-83.2-96.7l-1.3 4.7-15.2 52.9C80.6 106.7 52 145.8 52 191.5c0 52.3 34.3 95.9 83.4 105.5v53.6C57.5 340.1 0 272.4 0 191.6c0-80.5 59.8-147.2 137.4-158zm311.4 447.2c-11.2 11.2-23.1 12.3-28.6 10.5-5.4-1.8-27.1-19.9-60.4-44.4-33.3-24.6-33.6-35.7-43-56.7-9.4-20.9-30.4-42.6-57.5-52.4l-9.7-14.7c-24.7 16.9-53 26.9-81.3 28.7l2.1-6.6 15.9-49.5c46.5-11.9 80.9-54 80.9-104.2 0-54.5-38.4-102.1-96-107.1V32.3C254.4 37.4 320 106.8 320 191.6c0 33.6-11.2 64.7-29 90.4l14.6 9.6c9.8 27.1 31.5 48 52.4 57.4s32.2 9.7 56.8 43c24.6 33.2 42.7 54.9 44.5 60.3s.7 17.3-10.5 28.5zm-9.9-17.9c0-4.4-3.6-8-8-8s-8 3.6-8 8 3.6 8 8 8 8-3.6 8-8z\"],\n \"sellcast\": [448, 512, [], \"f2da\", \"M353.4 32H94.7C42.6 32 0 74.6 0 126.6v258.7C0 437.4 42.6 480 94.7 480h258.7c52.1 0 94.7-42.6 94.7-94.6V126.6c0-52-42.6-94.6-94.7-94.6zm-50 316.4c-27.9 48.2-89.9 64.9-138.2 37.2-22.9 39.8-54.9 8.6-42.3-13.2l15.7-27.2c5.9-10.3 19.2-13.9 29.5-7.9 18.6 10.8-.1-.1 18.5 10.7 27.6 15.9 63.4 6.3 79.4-21.3 15.9-27.6 6.3-63.4-21.3-79.4-17.8-10.2-.6-.4-18.6-10.6-24.6-14.2-3.4-51.9 21.6-37.5 18.6 10.8-.1-.1 18.5 10.7 48.4 28 65.1 90.3 37.2 138.5zm21.8-208.8c-17 29.5-16.3 28.8-19 31.5-6.5 6.5-16.3 8.7-26.5 3.6-18.6-10.8.1.1-18.5-10.7-27.6-15.9-63.4-6.3-79.4 21.3s-6.3 63.4 21.3 79.4c0 0 18.5 10.6 18.6 10.6 24.6 14.2 3.4 51.9-21.6 37.5-18.6-10.8.1.1-18.5-10.7-48.2-27.8-64.9-90.1-37.1-138.4 27.9-48.2 89.9-64.9 138.2-37.2l4.8-8.4c14.3-24.9 52-3.3 37.7 21.5z\"],\n \"sellsy\": [640, 512, [], \"f213\", \"M539.71 237.308c3.064-12.257 4.29-24.821 4.29-37.384C544 107.382 468.618 32 376.076 32c-77.22 0-144.634 53.012-163.02 127.781-15.322-13.176-34.934-20.53-55.157-20.53-46.271 0-83.962 37.69-83.962 83.961 0 7.354.92 15.015 3.065 22.369-42.9 20.225-70.785 63.738-70.785 111.234C6.216 424.843 61.68 480 129.401 480h381.198c67.72 0 123.184-55.157 123.184-123.184.001-56.384-38.916-106.025-94.073-119.508zM199.88 401.554c0 8.274-7.048 15.321-15.321 15.321H153.61c-8.274 0-15.321-7.048-15.321-15.321V290.626c0-8.273 7.048-15.321 15.321-15.321h30.949c8.274 0 15.321 7.048 15.321 15.321v110.928zm89.477 0c0 8.274-7.048 15.321-15.322 15.321h-30.949c-8.274 0-15.321-7.048-15.321-15.321V270.096c0-8.274 7.048-15.321 15.321-15.321h30.949c8.274 0 15.322 7.048 15.322 15.321v131.458zm89.477 0c0 8.274-7.047 15.321-15.321 15.321h-30.949c-8.274 0-15.322-7.048-15.322-15.321V238.84c0-8.274 7.048-15.321 15.322-15.321h30.949c8.274 0 15.321 7.048 15.321 15.321v162.714zm87.027 0c0 8.274-7.048 15.321-15.322 15.321h-28.497c-8.274 0-15.321-7.048-15.321-15.321V176.941c0-8.579 7.047-15.628 15.321-15.628h28.497c8.274 0 15.322 7.048 15.322 15.628v224.613z\"],\n \"servicestack\": [496, 512, [], \"f3ec\", \"M88 216c81.7 10.2 273.7 102.3 304 232H0c99.5-8.1 184.5-137 88-232zm32-152c32.3 35.6 47.7 83.9 46.4 133.6C249.3 231.3 373.7 321.3 400 448h96C455.3 231.9 222.8 79.5 120 64z\"],\n \"shirtsinbulk\": [448, 512, [], \"f214\", \"M100 410.3l30.6 13.4 4.4-9.9-30.6-13.4zm39.4 17.5l30.6 13.4 4.4-9.9-30.6-13.4zm172.1-14l4.4 9.9 30.6-13.4-4.4-9.9zM179.1 445l30.3 13.7 4.4-9.9-30.3-13.4zM60.4 392.8L91 406.2l4.4-9.6-30.6-13.7zm211.4 38.5l4.4 9.9 30.6-13.4-4.4-9.9zm-39.3 17.5l4.4 9.9 30.6-13.7-4.4-9.6zm118.4-52.2l4.4 9.6 30.6-13.4-4.4-9.9zM170 46.6h-33.5v10.5H170zm-47.2 0H89.2v10.5h33.5zm-47.3 0H42.3v10.5h33.3zm141.5 0h-33.2v10.5H217zm94.5 0H278v10.5h33.5zm47.3 0h-33.5v10.5h33.5zm-94.6 0H231v10.5h33.2zm141.5 0h-33.3v10.5h33.3zM52.8 351.1H42v33.5h10.8zm70-215.9H89.2v10.5h33.5zm-70 10.6h22.8v-10.5H42v33.5h10.8zm168.9 228.6c50.5 0 91.3-40.8 91.3-91.3 0-50.2-40.8-91.3-91.3-91.3-50.2 0-91.3 41.1-91.3 91.3 0 50.5 41.1 91.3 91.3 91.3zm-48.2-111.1c0-25.4 29.5-31.8 49.6-31.8 16.9 0 29.2 5.8 44.3 12l-8.8 16.9h-.9c-6.4-9.9-24.8-13.1-35.6-13.1-9 0-29.8 1.8-29.8 14.9 0 21.6 78.5-10.2 78.5 37.9 0 25.4-31.5 31.2-51 31.2-18.1 0-32.4-2.9-47.2-12.2l9-18.4h.9c6.1 12.2 23.6 14.9 35.9 14.9 8.7 0 32.7-1.2 32.7-14.3 0-26.1-77.6 6.3-77.6-38zM52.8 178.4H42V212h10.8zm342.4 206.2H406v-33.5h-10.8zM52.8 307.9H42v33.5h10.8zM0 3.7v406l221.7 98.6L448 409.7V3.7zm418.8 387.1L222 476.5 29.2 390.8V120.7h389.7v270.1zm0-299.3H29.2V32.9h389.7v58.6zm-366 130.1H42v33.5h10.8zm0 43.2H42v33.5h10.8zM170 135.2h-33.5v10.5H170zm225.2 163.1H406v-33.5h-10.8zm0-43.2H406v-33.5h-10.8zM217 135.2h-33.2v10.5H217zM395.2 212H406v-33.5h-10.8zm0 129.5H406V308h-10.8zm-131-206.3H231v10.5h33.2zm47.3 0H278v10.5h33.5zm83.7 33.6H406v-33.5h-33.5v10.5h22.8zm-36.4-33.6h-33.5v10.5h33.5z\"],\n \"shopify\": [448, 512, [], \"f957\", \"M388.32,104.1a4.66,4.66,0,0,0-4.4-4c-2,0-37.23-.8-37.23-.8s-21.61-20.82-29.62-28.83V503.2L442.76,472S388.72,106.5,388.32,104.1ZM288.65,70.47a116.67,116.67,0,0,0-7.21-17.61C271,32.85,255.42,22,237,22a15,15,0,0,0-4,.4c-.4-.8-1.2-1.2-1.6-2C223.4,11.63,213,7.63,200.58,8c-24,.8-48,18-67.25,48.83-13.61,21.62-24,48.84-26.82,70.06-27.62,8.4-46.83,14.41-47.23,14.81-14,4.4-14.41,4.8-16,18-1.2,10-38,291.82-38,291.82L307.86,504V65.67a41.66,41.66,0,0,0-4.4.4S297.86,67.67,288.65,70.47ZM233.41,87.69c-16,4.8-33.63,10.4-50.84,15.61,4.8-18.82,14.41-37.63,25.62-50,4.4-4.4,10.41-9.61,17.21-12.81C232.21,54.86,233.81,74.48,233.41,87.69ZM200.58,24.44A27.49,27.49,0,0,1,215,28c-6.4,3.2-12.81,8.41-18.81,14.41-15.21,16.42-26.82,42-31.62,66.45-14.42,4.41-28.83,8.81-42,12.81C131.33,83.28,163.75,25.24,200.58,24.44ZM154.15,244.61c1.6,25.61,69.25,31.22,73.25,91.66,2.8,47.64-25.22,80.06-65.65,82.47-48.83,3.2-75.65-25.62-75.65-25.62l10.4-44s26.82,20.42,48.44,18.82c14-.8,19.22-12.41,18.81-20.42-2-33.62-57.24-31.62-60.84-86.86-3.2-46.44,27.22-93.27,94.47-97.68,26-1.6,39.23,4.81,39.23,4.81L221.4,225.39s-17.21-8-37.63-6.4C154.15,221,153.75,239.8,154.15,244.61ZM249.42,82.88c0-12-1.6-29.22-7.21-43.63,18.42,3.6,27.22,24,31.23,36.43Q262.63,78.68,249.42,82.88Z\"],\n \"shopware\": [512, 512, [], \"f5b5\", \"M403.5 455.41A246.17 246.17 0 0 1 256 504C118.81 504 8 393 8 256 8 118.81 119 8 256 8a247.39 247.39 0 0 1 165.7 63.5 3.57 3.57 0 0 1-2.86 6.18A418.62 418.62 0 0 0 362.13 74c-129.36 0-222.4 53.47-222.4 155.35 0 109 92.13 145.88 176.83 178.73 33.64 13 65.4 25.36 87 41.59a3.58 3.58 0 0 1 0 5.72zM503 233.09a3.64 3.64 0 0 0-1.27-2.44c-51.76-43-93.62-60.48-144.48-60.48-84.13 0-80.25 52.17-80.25 53.63 0 42.6 52.06 62 112.34 84.49 31.07 11.59 63.19 23.57 92.68 39.93a3.57 3.57 0 0 0 5-1.82A249 249 0 0 0 503 233.09z\"],\n \"simplybuilt\": [512, 512, [], \"f215\", \"M481.2 64h-106c-14.5 0-26.6 11.8-26.6 26.3v39.6H163.3V90.3c0-14.5-12-26.3-26.6-26.3h-106C16.1 64 4.3 75.8 4.3 90.3v331.4c0 14.5 11.8 26.3 26.6 26.3h450.4c14.8 0 26.6-11.8 26.6-26.3V90.3c-.2-14.5-12-26.3-26.7-26.3zM149.8 355.8c-36.6 0-66.4-29.7-66.4-66.4 0-36.9 29.7-66.6 66.4-66.6 36.9 0 66.6 29.7 66.6 66.6 0 36.7-29.7 66.4-66.6 66.4zm212.4 0c-36.9 0-66.6-29.7-66.6-66.6 0-36.6 29.7-66.4 66.6-66.4 36.6 0 66.4 29.7 66.4 66.4 0 36.9-29.8 66.6-66.4 66.6z\"],\n \"sistrix\": [448, 512, [], \"f3ee\", \"M448 449L301.2 300.2c20-27.9 31.9-62.2 31.9-99.2 0-93.1-74.7-168.9-166.5-168.9C74.7 32 0 107.8 0 200.9s74.7 168.9 166.5 168.9c39.8 0 76.3-14.2 105-37.9l146 148.1 30.5-31zM166.5 330.8c-70.6 0-128.1-58.3-128.1-129.9S95.9 71 166.5 71s128.1 58.3 128.1 129.9-57.4 129.9-128.1 129.9z\"],\n \"sith\": [448, 512, [], \"f512\", \"M0 32l69.71 118.75-58.86-11.52 69.84 91.03a146.741 146.741 0 0 0 0 51.45l-69.84 91.03 58.86-11.52L0 480l118.75-69.71-11.52 58.86 91.03-69.84c17.02 3.04 34.47 3.04 51.48 0l91.03 69.84-11.52-58.86L448 480l-69.71-118.78 58.86 11.52-69.84-91.03c3.03-17.01 3.04-34.44 0-51.45l69.84-91.03-58.86 11.52L448 32l-118.75 69.71 11.52-58.9-91.06 69.87c-8.5-1.52-17.1-2.29-25.71-2.29s-17.21.78-25.71 2.29l-91.06-69.87 11.52 58.9L0 32zm224 99.78c31.8 0 63.6 12.12 87.85 36.37 48.5 48.5 48.49 127.21 0 175.7s-127.2 48.46-175.7-.03c-48.5-48.5-48.49-127.21 0-175.7 24.24-24.25 56.05-36.34 87.85-36.34zm0 36.66c-22.42 0-44.83 8.52-61.92 25.61-34.18 34.18-34.19 89.68 0 123.87s89.65 34.18 123.84 0c34.18-34.18 34.19-89.68 0-123.87-17.09-17.09-39.5-25.61-61.92-25.61z\"],\n \"sketch\": [512, 512, [], \"f7c6\", \"M27.5 162.2L9 187.1h90.5l6.9-130.7-78.9 105.8zM396.3 45.7L267.7 32l135.7 147.2-7.1-133.5zM112.2 218.3l-11.2-22H9.9L234.8 458zm2-31.2h284l-81.5-88.5L256.3 33zm297.3 9.1L277.6 458l224.8-261.7h-90.9zM415.4 69L406 56.4l.9 17.3 6.1 113.4h90.3zM113.5 93.5l-4.6 85.6L244.7 32 116.1 45.7zm287.7 102.7h-290l42.4 82.9L256.3 480l144.9-283.8z\"],\n \"skyatlas\": [640, 512, [], \"f216\", \"M640 329.3c0 65.9-52.5 114.4-117.5 114.4-165.9 0-196.6-249.7-359.7-249.7-146.9 0-147.1 212.2 5.6 212.2 42.5 0 90.9-17.8 125.3-42.5 5.6-4.1 16.9-16.3 22.8-16.3s10.9 5 10.9 10.9c0 7.8-13.1 19.1-18.7 24.1-40.9 35.6-100.3 61.2-154.7 61.2-83.4.1-154-59-154-144.9s67.5-149.1 152.8-149.1c185.3 0 222.5 245.9 361.9 245.9 99.9 0 94.8-139.7 3.4-139.7-17.5 0-35 11.6-46.9 11.6-8.4 0-15.9-7.2-15.9-15.6 0-11.6 5.3-23.7 5.3-36.3 0-66.6-50.9-114.7-116.9-114.7-53.1 0-80 36.9-88.8 36.9-6.2 0-11.2-5-11.2-11.2 0-5.6 4.1-10.3 7.8-14.4 25.3-28.8 64.7-43.7 102.8-43.7 79.4 0 139.1 58.4 139.1 137.8 0 6.9-.3 13.7-1.2 20.6 11.9-3.1 24.1-4.7 35.9-4.7 60.7 0 111.9 45.3 111.9 107.2z\"],\n \"skype\": [448, 512, [], \"f17e\", \"M424.7 299.8c2.9-14 4.7-28.9 4.7-43.8 0-113.5-91.9-205.3-205.3-205.3-14.9 0-29.7 1.7-43.8 4.7C161.3 40.7 137.7 32 112 32 50.2 32 0 82.2 0 144c0 25.7 8.7 49.3 23.3 68.2-2.9 14-4.7 28.9-4.7 43.8 0 113.5 91.9 205.3 205.3 205.3 14.9 0 29.7-1.7 43.8-4.7 19 14.6 42.6 23.3 68.2 23.3 61.8 0 112-50.2 112-112 .1-25.6-8.6-49.2-23.2-68.1zm-194.6 91.5c-65.6 0-120.5-29.2-120.5-65 0-16 9-30.6 29.5-30.6 31.2 0 34.1 44.9 88.1 44.9 25.7 0 42.3-11.4 42.3-26.3 0-18.7-16-21.6-42-28-62.5-15.4-117.8-22-117.8-87.2 0-59.2 58.6-81.1 109.1-81.1 55.1 0 110.8 21.9 110.8 55.4 0 16.9-11.4 31.8-30.3 31.8-28.3 0-29.2-33.5-75-33.5-25.7 0-42 7-42 22.5 0 19.8 20.8 21.8 69.1 33 41.4 9.3 90.7 26.8 90.7 77.6 0 59.1-57.1 86.5-112 86.5z\"],\n \"slack\": [448, 512, [], \"f198\", \"M94.12 315.1c0 25.9-21.16 47.06-47.06 47.06S0 341 0 315.1c0-25.9 21.16-47.06 47.06-47.06h47.06v47.06zm23.72 0c0-25.9 21.16-47.06 47.06-47.06s47.06 21.16 47.06 47.06v117.84c0 25.9-21.16 47.06-47.06 47.06s-47.06-21.16-47.06-47.06V315.1zm47.06-188.98c-25.9 0-47.06-21.16-47.06-47.06S139 32 164.9 32s47.06 21.16 47.06 47.06v47.06H164.9zm0 23.72c25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06H47.06C21.16 243.96 0 222.8 0 196.9s21.16-47.06 47.06-47.06H164.9zm188.98 47.06c0-25.9 21.16-47.06 47.06-47.06 25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06h-47.06V196.9zm-23.72 0c0 25.9-21.16 47.06-47.06 47.06-25.9 0-47.06-21.16-47.06-47.06V79.06c0-25.9 21.16-47.06 47.06-47.06 25.9 0 47.06 21.16 47.06 47.06V196.9zM283.1 385.88c25.9 0 47.06 21.16 47.06 47.06 0 25.9-21.16 47.06-47.06 47.06-25.9 0-47.06-21.16-47.06-47.06v-47.06h47.06zm0-23.72c-25.9 0-47.06-21.16-47.06-47.06 0-25.9 21.16-47.06 47.06-47.06h117.84c25.9 0 47.06 21.16 47.06 47.06 0 25.9-21.16 47.06-47.06 47.06H283.1z\"],\n \"slack-hash\": [448, 512, [], \"f3ef\", \"M446.2 270.4c-6.2-19-26.9-29.1-46-22.9l-45.4 15.1-30.3-90 45.4-15.1c19.1-6.2 29.1-26.8 23-45.9-6.2-19-26.9-29.1-46-22.9l-45.4 15.1-15.7-47c-6.2-19-26.9-29.1-46-22.9-19.1 6.2-29.1 26.8-23 45.9l15.7 47-93.4 31.2-15.7-47c-6.2-19-26.9-29.1-46-22.9-19.1 6.2-29.1 26.8-23 45.9l15.7 47-45.3 15c-19.1 6.2-29.1 26.8-23 45.9 5 14.5 19.1 24 33.6 24.6 6.8 1 12-1.6 57.7-16.8l30.3 90L78 354.8c-19 6.2-29.1 26.9-23 45.9 5 14.5 19.1 24 33.6 24.6 6.8 1 12-1.6 57.7-16.8l15.7 47c5.9 16.9 24.7 29 46 22.9 19.1-6.2 29.1-26.8 23-45.9l-15.7-47 93.6-31.3 15.7 47c5.9 16.9 24.7 29 46 22.9 19.1-6.2 29.1-26.8 23-45.9l-15.7-47 45.4-15.1c19-6 29.1-26.7 22.9-45.7zm-254.1 47.2l-30.3-90.2 93.5-31.3 30.3 90.2-93.5 31.3z\"],\n \"slideshare\": [512, 512, [], \"f1e7\", \"M187.7 153.7c-34 0-61.7 25.7-61.7 57.7 0 31.7 27.7 57.7 61.7 57.7s61.7-26 61.7-57.7c0-32-27.7-57.7-61.7-57.7zm143.4 0c-34 0-61.7 25.7-61.7 57.7 0 31.7 27.7 57.7 61.7 57.7 34.3 0 61.7-26 61.7-57.7.1-32-27.4-57.7-61.7-57.7zm156.6 90l-6 4.3V49.7c0-27.4-20.6-49.7-46-49.7H76.6c-25.4 0-46 22.3-46 49.7V248c-2-1.4-4.3-2.9-6.3-4.3-15.1-10.6-25.1 4-16 17.7 18.3 22.6 53.1 50.3 106.3 72C58.3 525.1 252 555.7 248.9 457.5c0-.7.3-56.6.3-96.6 5.1 1.1 9.4 2.3 13.7 3.1 0 39.7.3 92.8.3 93.5-3.1 98.3 190.6 67.7 134.3-124 53.1-21.7 88-49.4 106.3-72 9.1-13.8-.9-28.3-16.1-17.8zm-30.5 19.2c-68.9 37.4-128.3 31.1-160.6 29.7-23.7-.9-32.6 9.1-33.7 24.9-10.3-7.7-18.6-15.5-20.3-17.1-5.1-5.4-13.7-8-27.1-7.7-31.7 1.1-89.7 7.4-157.4-28V72.3c0-34.9 8.9-45.7 40.6-45.7h317.7c30.3 0 40.9 12.9 40.9 45.7v190.6z\"],\n \"snapchat\": [496, 512, [], \"f2ab\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm169.5 338.9c-3.5 8.1-18.1 14-44.8 18.2-1.4 1.9-2.5 9.8-4.3 15.9-1.1 3.7-3.7 5.9-8.1 5.9h-.2c-6.2 0-12.8-2.9-25.8-2.9-17.6 0-23.7 4-37.4 13.7-14.5 10.3-28.4 19.1-49.2 18.2-21 1.6-38.6-11.2-48.5-18.2-13.8-9.7-19.8-13.7-37.4-13.7-12.5 0-20.4 3.1-25.8 3.1-5.4 0-7.5-3.3-8.3-6-1.8-6.1-2.9-14.1-4.3-16-13.8-2.1-44.8-7.5-45.5-21.4-.2-3.6 2.3-6.8 5.9-7.4 46.3-7.6 67.1-55.1 68-57.1 0-.1.1-.2.2-.3 2.5-5 3-9.2 1.6-12.5-3.4-7.9-17.9-10.7-24-13.2-15.8-6.2-18-13.4-17-18.3 1.6-8.5 14.4-13.8 21.9-10.3 5.9 2.8 11.2 4.2 15.7 4.2 3.3 0 5.5-.8 6.6-1.4-1.4-23.9-4.7-58 3.8-77.1C183.1 100 230.7 96 244.7 96c.6 0 6.1-.1 6.7-.1 34.7 0 68 17.8 84.3 54.3 8.5 19.1 5.2 53.1 3.8 77.1 1.1.6 2.9 1.3 5.7 1.4 4.3-.2 9.2-1.6 14.7-4.2 4-1.9 9.6-1.6 13.6 0 6.3 2.3 10.3 6.8 10.4 11.9.1 6.5-5.7 12.1-17.2 16.6-1.4.6-3.1 1.1-4.9 1.7-6.5 2.1-16.4 5.2-19 11.5-1.4 3.3-.8 7.5 1.6 12.5.1.1.1.2.2.3.9 2 21.7 49.5 68 57.1 4 1 7.1 5.5 4.9 10.8z\"],\n \"snapchat-ghost\": [512, 512, [], \"f2ac\", \"M510.846 392.673c-5.211 12.157-27.239 21.089-67.36 27.318-2.064 2.786-3.775 14.686-6.507 23.956-1.625 5.566-5.623 8.869-12.128 8.869l-.297-.005c-9.395 0-19.203-4.323-38.852-4.323-26.521 0-35.662 6.043-56.254 20.588-21.832 15.438-42.771 28.764-74.027 27.399-31.646 2.334-58.025-16.908-72.871-27.404-20.714-14.643-29.828-20.582-56.241-20.582-18.864 0-30.736 4.72-38.852 4.72-8.073 0-11.213-4.922-12.422-9.04-2.703-9.189-4.404-21.263-6.523-24.13-20.679-3.209-67.31-11.344-68.498-32.15a10.627 10.627 0 0 1 8.877-11.069c69.583-11.455 100.924-82.901 102.227-85.934.074-.176.155-.344.237-.515 3.713-7.537 4.544-13.849 2.463-18.753-5.05-11.896-26.872-16.164-36.053-19.796-23.715-9.366-27.015-20.128-25.612-27.504 2.437-12.836 21.725-20.735 33.002-15.453 8.919 4.181 16.843 6.297 23.547 6.297 5.022 0 8.212-1.204 9.96-2.171-2.043-35.936-7.101-87.29 5.687-115.969C158.122 21.304 229.705 15.42 250.826 15.42c.944 0 9.141-.089 10.11-.089 52.148 0 102.254 26.78 126.723 81.643 12.777 28.65 7.749 79.792 5.695 116.009 1.582.872 4.357 1.942 8.599 2.139 6.397-.286 13.815-2.389 22.069-6.257 6.085-2.846 14.406-2.461 20.48.058l.029.01c9.476 3.385 15.439 10.215 15.589 17.87.184 9.747-8.522 18.165-25.878 25.018-2.118.835-4.694 1.655-7.434 2.525-9.797 3.106-24.6 7.805-28.616 17.271-2.079 4.904-1.256 11.211 2.46 18.748.087.168.166.342.239.515 1.301 3.03 32.615 74.46 102.23 85.934 6.427 1.058 11.163 7.877 7.725 15.859z\"],\n \"snapchat-square\": [448, 512, [], \"f2ad\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-6.5 314.9c-3.5 8.1-18.1 14-44.8 18.2-1.4 1.9-2.5 9.8-4.3 15.9-1.1 3.7-3.7 5.9-8.1 5.9h-.2c-6.2 0-12.8-2.9-25.8-2.9-17.6 0-23.7 4-37.4 13.7-14.5 10.3-28.4 19.1-49.2 18.2-21 1.6-38.6-11.2-48.5-18.2-13.8-9.7-19.8-13.7-37.4-13.7-12.5 0-20.4 3.1-25.8 3.1-5.4 0-7.5-3.3-8.3-6-1.8-6.1-2.9-14.1-4.3-16-13.8-2.1-44.8-7.5-45.5-21.4-.2-3.6 2.3-6.8 5.9-7.4 46.3-7.6 67.1-55.1 68-57.1 0-.1.1-.2.2-.3 2.5-5 3-9.2 1.6-12.5-3.4-7.9-17.9-10.7-24-13.2-15.8-6.2-18-13.4-17-18.3 1.6-8.5 14.4-13.8 21.9-10.3 5.9 2.8 11.2 4.2 15.7 4.2 3.3 0 5.5-.8 6.6-1.4-1.4-23.9-4.7-58 3.8-77.1C159.1 100 206.7 96 220.7 96c.6 0 6.1-.1 6.7-.1 34.7 0 68 17.8 84.3 54.3 8.5 19.1 5.2 53.1 3.8 77.1 1.1.6 2.9 1.3 5.7 1.4 4.3-.2 9.2-1.6 14.7-4.2 4-1.9 9.6-1.6 13.6 0 6.3 2.3 10.3 6.8 10.4 11.9.1 6.5-5.7 12.1-17.2 16.6-1.4.6-3.1 1.1-4.9 1.7-6.5 2.1-16.4 5.2-19 11.5-1.4 3.3-.8 7.5 1.6 12.5.1.1.1.2.2.3.9 2 21.7 49.5 68 57.1 4 1 7.1 5.5 4.9 10.8z\"],\n \"soundcloud\": [640, 512, [], \"f1be\", \"M111.4 256.3l5.8 65-5.8 68.3c-.3 2.5-2.2 4.4-4.4 4.4s-4.2-1.9-4.2-4.4l-5.6-68.3 5.6-65c0-2.2 1.9-4.2 4.2-4.2 2.2 0 4.1 2 4.4 4.2zm21.4-45.6c-2.8 0-4.7 2.2-5 5l-5 105.6 5 68.3c.3 2.8 2.2 5 5 5 2.5 0 4.7-2.2 4.7-5l5.8-68.3-5.8-105.6c0-2.8-2.2-5-4.7-5zm25.5-24.1c-3.1 0-5.3 2.2-5.6 5.3l-4.4 130 4.4 67.8c.3 3.1 2.5 5.3 5.6 5.3 2.8 0 5.3-2.2 5.3-5.3l5.3-67.8-5.3-130c0-3.1-2.5-5.3-5.3-5.3zM7.2 283.2c-1.4 0-2.2 1.1-2.5 2.5L0 321.3l4.7 35c.3 1.4 1.1 2.5 2.5 2.5s2.2-1.1 2.5-2.5l5.6-35-5.6-35.6c-.3-1.4-1.1-2.5-2.5-2.5zm23.6-21.9c-1.4 0-2.5 1.1-2.5 2.5l-6.4 57.5 6.4 56.1c0 1.7 1.1 2.8 2.5 2.8s2.5-1.1 2.8-2.5l7.2-56.4-7.2-57.5c-.3-1.4-1.4-2.5-2.8-2.5zm25.3-11.4c-1.7 0-3.1 1.4-3.3 3.3L47 321.3l5.8 65.8c.3 1.7 1.7 3.1 3.3 3.1 1.7 0 3.1-1.4 3.1-3.1l6.9-65.8-6.9-68.1c0-1.9-1.4-3.3-3.1-3.3zm25.3-2.2c-1.9 0-3.6 1.4-3.6 3.6l-5.8 70 5.8 67.8c0 2.2 1.7 3.6 3.6 3.6s3.6-1.4 3.9-3.6l6.4-67.8-6.4-70c-.3-2.2-2-3.6-3.9-3.6zm241.4-110.9c-1.1-.8-2.8-1.4-4.2-1.4-2.2 0-4.2.8-5.6 1.9-1.9 1.7-3.1 4.2-3.3 6.7v.8l-3.3 176.7 1.7 32.5 1.7 31.7c.3 4.7 4.2 8.6 8.9 8.6s8.6-3.9 8.6-8.6l3.9-64.2-3.9-177.5c-.4-3-2-5.8-4.5-7.2zm-26.7 15.3c-1.4-.8-2.8-1.4-4.4-1.4s-3.1.6-4.4 1.4c-2.2 1.4-3.6 3.9-3.6 6.7l-.3 1.7-2.8 160.8s0 .3 3.1 65.6v.3c0 1.7.6 3.3 1.7 4.7 1.7 1.9 3.9 3.1 6.4 3.1 2.2 0 4.2-1.1 5.6-2.5 1.7-1.4 2.5-3.3 2.5-5.6l.3-6.7 3.1-58.6-3.3-162.8c-.3-2.8-1.7-5.3-3.9-6.7zm-111.4 22.5c-3.1 0-5.8 2.8-5.8 6.1l-4.4 140.6 4.4 67.2c.3 3.3 2.8 5.8 5.8 5.8 3.3 0 5.8-2.5 6.1-5.8l5-67.2-5-140.6c-.2-3.3-2.7-6.1-6.1-6.1zm376.7 62.8c-10.8 0-21.1 2.2-30.6 6.1-6.4-70.8-65.8-126.4-138.3-126.4-17.8 0-35 3.3-50.3 9.4-6.1 2.2-7.8 4.4-7.8 9.2v249.7c0 5 3.9 8.6 8.6 9.2h218.3c43.3 0 78.6-35 78.6-78.3.1-43.6-35.2-78.9-78.5-78.9zm-296.7-60.3c-4.2 0-7.5 3.3-7.8 7.8l-3.3 136.7 3.3 65.6c.3 4.2 3.6 7.5 7.8 7.5 4.2 0 7.5-3.3 7.5-7.5l3.9-65.6-3.9-136.7c-.3-4.5-3.3-7.8-7.5-7.8zm-53.6-7.8c-3.3 0-6.4 3.1-6.4 6.7l-3.9 145.3 3.9 66.9c.3 3.6 3.1 6.4 6.4 6.4 3.6 0 6.4-2.8 6.7-6.4l4.4-66.9-4.4-145.3c-.3-3.6-3.1-6.7-6.7-6.7zm26.7 3.4c-3.9 0-6.9 3.1-6.9 6.9L227 321.3l3.9 66.4c.3 3.9 3.1 6.9 6.9 6.9s6.9-3.1 6.9-6.9l4.2-66.4-4.2-141.7c0-3.9-3-6.9-6.9-6.9z\"],\n \"sourcetree\": [448, 512, [], \"f7d3\", \"M427.2 203c0-112.1-90.9-203-203-203C112.1-.2 21.2 90.6 21 202.6A202.86 202.86 0 0 0 161.5 396v101.7a14.3 14.3 0 0 0 14.3 14.3h96.4a14.3 14.3 0 0 0 14.3-14.3V396.1A203.18 203.18 0 0 0 427.2 203zm-271.6 0c0-90.8 137.3-90.8 137.3 0-.1 89.9-137.3 91-137.3 0z\"],\n \"speakap\": [448, 512, [], \"f3f3\", \"M64 391.78C-15.41 303.59-8 167.42 80.64 87.64s224.8-73 304.21 15.24 72 224.36-16.64 304.14c-18.74 16.87 64 43.09 42 52.26-82.06 34.21-253.91 35-346.23-67.5zm213.31-211.6l38.5-40.86c-9.61-8.89-32-26.83-76.17-27.6-52.33-.91-95.86 28.3-96.77 80-.2 11.33.29 36.72 29.42 54.83 34.46 21.42 86.52 21.51 86 52.26-.37 21.28-26.42 25.81-38.59 25.6-3-.05-30.23-.46-47.61-24.62l-40 42.61c28.16 27 59 32.62 83.49 33.05 10.23.18 96.42.33 97.84-81 .28-15.81-2.07-39.72-28.86-56.59-34.36-21.64-85-19.45-84.43-49.75.41-23.25 31-25.37 37.53-25.26.43 0 26.62.26 39.62 17.37z\"],\n \"speaker-deck\": [512, 512, [], \"f83c\", \"M213.86 296H100a100 100 0 0 1 0-200h132.84a40 40 0 0 1 0 80H98c-26.47 0-26.45 40 0 40h113.82a100 100 0 0 1 0 200H40a40 40 0 0 1 0-80h173.86c26.48 0 26.46-40 0-40zM298 416a120.21 120.21 0 0 0 51.11-80h64.55a19.83 19.83 0 0 0 19.66-20V196a19.83 19.83 0 0 0-19.66-20H296.42a60.77 60.77 0 0 0 0-80h136.93c43.44 0 78.65 35.82 78.65 80v160c0 44.18-35.21 80-78.65 80z\"],\n \"spotify\": [496, 512, [], \"f1bc\", \"M248 8C111.1 8 0 119.1 0 256s111.1 248 248 248 248-111.1 248-248S384.9 8 248 8zm100.7 364.9c-4.2 0-6.8-1.3-10.7-3.6-62.4-37.6-135-39.2-206.7-24.5-3.9 1-9 2.6-11.9 2.6-9.7 0-15.8-7.7-15.8-15.8 0-10.3 6.1-15.2 13.6-16.8 81.9-18.1 165.6-16.5 237 26.2 6.1 3.9 9.7 7.4 9.7 16.5s-7.1 15.4-15.2 15.4zm26.9-65.6c-5.2 0-8.7-2.3-12.3-4.2-62.5-37-155.7-51.9-238.6-29.4-4.8 1.3-7.4 2.6-11.9 2.6-10.7 0-19.4-8.7-19.4-19.4s5.2-17.8 15.5-20.7c27.8-7.8 56.2-13.6 97.8-13.6 64.9 0 127.6 16.1 177 45.5 8.1 4.8 11.3 11 11.3 19.7-.1 10.8-8.5 19.5-19.4 19.5zm31-76.2c-5.2 0-8.4-1.3-12.9-3.9-71.2-42.5-198.5-52.7-280.9-29.7-3.6 1-8.1 2.6-12.9 2.6-13.2 0-23.3-10.3-23.3-23.6 0-13.6 8.4-21.3 17.4-23.9 35.2-10.3 74.6-15.2 117.5-15.2 73 0 149.5 15.2 205.4 47.8 7.8 4.5 12.9 10.7 12.9 22.6 0 13.6-11 23.3-23.2 23.3z\"],\n \"squarespace\": [512, 512, [], \"f5be\", \"M186.12 343.34c-9.65 9.65-9.65 25.29 0 34.94 9.65 9.65 25.29 9.65 34.94 0L378.24 221.1c19.29-19.29 50.57-19.29 69.86 0s19.29 50.57 0 69.86L293.95 445.1c19.27 19.29 50.53 19.31 69.82.04l.04-.04 119.25-119.24c38.59-38.59 38.59-101.14 0-139.72-38.59-38.59-101.15-38.59-139.72 0l-157.22 157.2zm244.53-104.8c-9.65-9.65-25.29-9.65-34.93 0l-157.2 157.18c-19.27 19.29-50.53 19.31-69.82.05l-.05-.05c-9.64-9.64-25.27-9.65-34.92-.01l-.01.01c-9.65 9.64-9.66 25.28-.02 34.93l.02.02c38.58 38.57 101.14 38.57 139.72 0l157.2-157.2c9.65-9.65 9.65-25.29.01-34.93zm-261.99 87.33l157.18-157.18c9.64-9.65 9.64-25.29 0-34.94-9.64-9.64-25.27-9.64-34.91 0L133.72 290.93c-19.28 19.29-50.56 19.3-69.85.01l-.01-.01c-19.29-19.28-19.31-50.54-.03-69.84l.03-.03L218.03 66.89c-19.28-19.29-50.55-19.3-69.85-.02l-.02.02L28.93 186.14c-38.58 38.59-38.58 101.14 0 139.72 38.6 38.59 101.13 38.59 139.73.01zm-87.33-52.4c9.64 9.64 25.27 9.64 34.91 0l157.21-157.19c19.28-19.29 50.55-19.3 69.84-.02l.02.02c9.65 9.65 25.29 9.65 34.93 0 9.65-9.65 9.65-25.29 0-34.93-38.59-38.59-101.13-38.59-139.72 0L81.33 238.54c-9.65 9.64-9.65 25.28-.01 34.93h.01z\"],\n \"stack-exchange\": [448, 512, [], \"f18d\", \"M17.7 332.3h412.7v22c0 37.7-29.3 68-65.3 68h-19L259.3 512v-89.7H83c-36 0-65.3-30.3-65.3-68v-22zm0-23.6h412.7v-85H17.7v85zm0-109.4h412.7v-85H17.7v85zM365 0H83C47 0 17.7 30.3 17.7 67.7V90h412.7V67.7C430.3 30.3 401 0 365 0z\"],\n \"stack-overflow\": [384, 512, [], \"f16c\", \"M290.7 311L95 269.7 86.8 309l195.7 41zm51-87L188.2 95.7l-25.5 30.8 153.5 128.3zm-31.2 39.7L129.2 179l-16.7 36.5L293.7 300zM262 32l-32 24 119.3 160.3 32-24zm20.5 328h-200v39.7h200zm39.7 80H42.7V320h-40v160h359.5V320h-40z\"],\n \"stackpath\": [448, 512, [], \"f842\", \"M244.6 232.4c0 8.5-4.26 20.49-21.34 20.49h-19.61v-41.47h19.61c17.13 0 21.34 12.36 21.34 20.98zM448 32v448H0V32zM151.3 287.84c0-21.24-12.12-34.54-46.72-44.85-20.57-7.41-26-10.91-26-18.63s7-14.61 20.41-14.61c14.09 0 20.79 8.45 20.79 18.35h30.7l.19-.57c.5-19.57-15.06-41.65-51.12-41.65-23.37 0-52.55 10.75-52.55 38.29 0 19.4 9.25 31.29 50.74 44.37 17.26 6.15 21.91 10.4 21.91 19.48 0 15.2-19.13 14.23-19.47 14.23-20.4 0-25.65-9.1-25.65-21.9h-30.8l-.18.56c-.68 31.32 28.38 45.22 56.63 45.22 29.98 0 51.12-13.55 51.12-38.29zm125.38-55.63c0-25.3-18.43-45.46-53.42-45.46h-51.78v138.18h32.17v-47.36h19.61c30.25 0 53.42-15.95 53.42-45.36zM297.94 325L347 186.78h-31.09L268 325zm106.52-138.22h-31.09L325.46 325h29.94z\"],\n \"staylinked\": [440, 512, [], \"f3f5\", \"M382.7 292.5l2.7 2.7-170-167.3c-3.5-3.5-9.7-3.7-13.8-.5L144.3 171c-4.2 3.2-4.6 8.7-1.1 12.2l68.1 64.3c3.6 3.5 9.9 3.7 14 .5l.1-.1c4.1-3.2 10.4-3 14 .5l84 81.3c3.6 3.5 3.2 9-.9 12.2l-93.2 74c-4.2 3.3-10.5 3.1-14.2-.4L63.2 268c-3.5-3.5-9.7-3.7-13.9-.5L3.5 302.4c-4.2 3.2-4.7 8.7-1.2 12.2L211 510.7s7.4 6.8 17.3-.8l198-163.9c4-3.2 4.4-8.7.7-12.2zm54.5-83.4L226.7 2.5c-1.5-1.2-8-5.5-16.3 1.1L3.6 165.7c-4.2 3.2-4.8 8.7-1.2 12.2l42.3 41.7 171.7 165.1c3.7 3.5 10.1 3.7 14.3.4l50.2-38.8-.3-.3 7.7-6c4.2-3.2 4.6-8.7.9-12.2l-57.1-54.4c-3.6-3.5-10-3.7-14.2-.5l-.1.1c-4.2 3.2-10.5 3.1-14.2-.4L109 180.8c-3.6-3.5-3.1-8.9 1.1-12.2l92.2-71.5c4.1-3.2 10.3-3 13.9.5l160.4 159c3.7 3.5 10 3.7 14.1.5l45.8-35.8c4.1-3.2 4.4-8.7.7-12.2z\"],\n \"steam\": [496, 512, [], \"f1b6\", \"M496 256c0 137-111.2 248-248.4 248-113.8 0-209.6-76.3-239-180.4l95.2 39.3c6.4 32.1 34.9 56.4 68.9 56.4 39.2 0 71.9-32.4 70.2-73.5l84.5-60.2c52.1 1.3 95.8-40.9 95.8-93.5 0-51.6-42-93.5-93.7-93.5s-93.7 42-93.7 93.5v1.2L176.6 279c-15.5-.9-30.7 3.4-43.5 12.1L0 236.1C10.2 108.4 117.1 8 247.6 8 384.8 8 496 119 496 256zM155.7 384.3l-30.5-12.6a52.79 52.79 0 0 0 27.2 25.8c26.9 11.2 57.8-1.6 69-28.4 5.4-13 5.5-27.3.1-40.3-5.4-13-15.5-23.2-28.5-28.6-12.9-5.4-26.7-5.2-38.9-.6l31.5 13c19.8 8.2 29.2 30.9 20.9 50.7-8.3 19.9-31 29.2-50.8 21zm173.8-129.9c-34.4 0-62.4-28-62.4-62.3s28-62.3 62.4-62.3 62.4 28 62.4 62.3-27.9 62.3-62.4 62.3zm.1-15.6c25.9 0 46.9-21 46.9-46.8 0-25.9-21-46.8-46.9-46.8s-46.9 21-46.9 46.8c.1 25.8 21.1 46.8 46.9 46.8z\"],\n \"steam-square\": [448, 512, [], \"f1b7\", \"M185.2 356.5c7.7-18.5-1-39.7-19.6-47.4l-29.5-12.2c11.4-4.3 24.3-4.5 36.4.5 12.2 5.1 21.6 14.6 26.7 26.7 5 12.2 5 25.6-.1 37.7-10.5 25.1-39.4 37-64.6 26.5-11.6-4.8-20.4-13.6-25.4-24.2l28.5 11.8c18.6 7.8 39.9-.9 47.6-19.4zM400 32H48C21.5 32 0 53.5 0 80v160.7l116.6 48.1c12-8.2 26.2-12.1 40.7-11.3l55.4-80.2v-1.1c0-48.2 39.3-87.5 87.6-87.5s87.6 39.3 87.6 87.5c0 49.2-40.9 88.7-89.6 87.5l-79 56.3c1.6 38.5-29.1 68.8-65.7 68.8-31.8 0-58.5-22.7-64.5-52.7L0 319.2V432c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-99.7 222.5c-32.2 0-58.4-26.1-58.4-58.3s26.2-58.3 58.4-58.3 58.4 26.2 58.4 58.3-26.2 58.3-58.4 58.3zm.1-14.6c24.2 0 43.9-19.6 43.9-43.8 0-24.2-19.6-43.8-43.9-43.8-24.2 0-43.9 19.6-43.9 43.8 0 24.2 19.7 43.8 43.9 43.8z\"],\n \"steam-symbol\": [448, 512, [], \"f3f6\", \"M395.5 177.5c0 33.8-27.5 61-61 61-33.8 0-61-27.3-61-61s27.3-61 61-61c33.5 0 61 27.2 61 61zm52.5.2c0 63-51 113.8-113.7 113.8L225 371.3c-4 43-40.5 76.8-84.5 76.8-40.5 0-74.7-28.8-83-67L0 358V250.7L97.2 290c15.1-9.2 32.2-13.3 52-11.5l71-101.7c.5-62.3 51.5-112.8 114-112.8C397 64 448 115 448 177.7zM203 363c0-34.7-27.8-62.5-62.5-62.5-4.5 0-9 .5-13.5 1.5l26 10.5c25.5 10.2 38 39 27.7 64.5-10.2 25.5-39.2 38-64.7 27.5-10.2-4-20.5-8.3-30.7-12.2 10.5 19.7 31.2 33.2 55.2 33.2 34.7 0 62.5-27.8 62.5-62.5zm207.5-185.3c0-42-34.3-76.2-76.2-76.2-42.3 0-76.5 34.2-76.5 76.2 0 42.2 34.3 76.2 76.5 76.2 41.9.1 76.2-33.9 76.2-76.2z\"],\n \"sticker-mule\": [576, 512, [], \"f3f7\", \"M561.7 199.6c-1.3.3.3 0 0 0zm-6.2-77.4c-7.7-22.3-5.1-7.2-13.4-36.9-1.6-6.5-3.6-14.5-6.2-20-4.4-8.7-4.6-7.5-4.6-9.5 0-5.3 30.7-45.3 19-46.9-5.7-.6-12.2 11.6-20.6 17-8.6 4.2-8 5-10.3 5-2.6 0-5.7-3-6.2-5-2-5.7 1.9-25.9-3.6-25.9-3.6 0-12.3 24.8-17 25.8-5.2 1.3-27.9-11.4-75.1 18-25.3 13.2-86.9 65.2-87 65.3-6.7 4.7-20 4.7-35.5 16-44.4 30.1-109.6 9.4-110.7 9-110.6-26.8-128-15.2-159 11.5-20.8 17.9-23.7 36.5-24.2 38.9-4.2 20.4 5.2 48.3 6.7 64.3 1.8 19.3-2.7 17.7 7.7 98.3.5 1 4.1 0 5.1 1.5 0 8.4-3.8 12.1-4.1 13-1.5 4.5-1.5 10.5 0 16 2.3 8.2 8.2 37.2 8.2 46.9 0 41.8.4 44 2.6 49.4 3.9 10 12.5 9.1 17 12 3.1 3.5-.5 8.5 1 12.5.5 2 3.6 4 6.2 5 9.2 3.6 27 .3 29.9-2.5 1.6-1.5.5-4.5 3.1-5 5.1 0 10.8-.5 14.4-2.5 5.1-2.5 4.1-6 1.5-10.5-.4-.8-7-13.3-9.8-16-2.1-2-5.1-3-7.2-4.5-5.8-4.9-10.3-19.4-10.3-19.5-4.6-19.4-10.3-46.3-4.1-66.8 4.6-17.2 39.5-87.7 39.6-87.8 4.1-6.5 17-11.5 27.3-7 6 1.9 19.3 22 65.4 30.9 47.9 8.7 97.4-2 112.2-2 2.8 2-1.9 13-.5 38.9 0 26.4-.4 13.7-4.1 29.9-2.2 9.7 3.4 23.2-1.5 46.9-1.4 9.8-9.9 32.7-8.2 43.4.5 1 1 2 1.5 3.5.5 4.5 1.5 8.5 4.6 10 7.3 3.6 12-3.5 9.8 11.5-.7 3.1-2.6 12 1.5 15 4.4 3.7 30.6 3.4 36.5.5 2.6-1.5 1.6-4.5 6.4-7.4 1.9-.9 11.3-.4 11.3-6.5.3-1.8-9.2-19.9-9.3-20-2.6-3.5-9.2-4.5-11.3-8-6.9-10.1-1.7-52.6.5-59.4 3-11 5.6-22.4 8.7-32.4 11-42.5 10.3-50.6 16.5-68.3.8-1.8 6.4-23.1 10.3-29.9 9.3-17 21.7-32.4 33.5-47.4 18-22.9 34-46.9 52-69.8 6.1-7 8.2-13.7 18-8 10.8 5.7 21.6 7 31.9 17 14.6 12.8 10.2 18.2 11.8 22.9 1.5 5 7.7 10.5 14.9 9.5 10.4-2 13-2.5 13.4-2.5 2.6-.5 5.7-5 7.2-8 3.1-5.5 7.2-9 7.2-16.5 0-7.7-.4-2.8-20.6-52.9z\"],\n \"strava\": [384, 512, [], \"f428\", \"M158.4 0L7 292h89.2l62.2-116.1L220.1 292h88.5zm150.2 292l-43.9 88.2-44.6-88.2h-67.6l112.2 220 111.5-220z\"],\n \"stripe\": [640, 512, [], \"f429\", \"M165 144.7l-43.3 9.2-.2 142.4c0 26.3 19.8 43.3 46.1 43.3 14.6 0 25.3-2.7 31.2-5.9v-33.8c-5.7 2.3-33.7 10.5-33.7-15.7V221h33.7v-37.8h-33.7zm89.1 51.6l-2.7-13.1H213v153.2h44.3V233.3c10.5-13.8 28.2-11.1 33.9-9.3v-40.8c-6-2.1-26.7-6-37.1 13.1zm92.3-72.3l-44.6 9.5v36.2l44.6-9.5zM44.9 228.3c0-6.9 5.8-9.6 15.1-9.7 13.5 0 30.7 4.1 44.2 11.4v-41.8c-14.7-5.8-29.4-8.1-44.1-8.1-36 0-60 18.8-60 50.2 0 49.2 67.5 41.2 67.5 62.4 0 8.2-7.1 10.9-17 10.9-14.7 0-33.7-6.1-48.6-14.2v40c16.5 7.1 33.2 10.1 48.5 10.1 36.9 0 62.3-15.8 62.3-47.8 0-52.9-67.9-43.4-67.9-63.4zM640 261.6c0-45.5-22-81.4-64.2-81.4s-67.9 35.9-67.9 81.1c0 53.5 30.3 78.2 73.5 78.2 21.2 0 37.1-4.8 49.2-11.5v-33.4c-12.1 6.1-26 9.8-43.6 9.8-17.3 0-32.5-6.1-34.5-26.9h86.9c.2-2.3.6-11.6.6-15.9zm-87.9-16.8c0-20 12.3-28.4 23.4-28.4 10.9 0 22.5 8.4 22.5 28.4zm-112.9-64.6c-17.4 0-28.6 8.2-34.8 13.9l-2.3-11H363v204.8l44.4-9.4.1-50.2c6.4 4.7 15.9 11.2 31.4 11.2 31.8 0 60.8-23.2 60.8-79.6.1-51.6-29.3-79.7-60.5-79.7zm-10.6 122.5c-10.4 0-16.6-3.8-20.9-8.4l-.3-66c4.6-5.1 11-8.8 21.2-8.8 16.2 0 27.4 18.2 27.4 41.4.1 23.9-10.9 41.8-27.4 41.8zm-126.7 33.7h44.6V183.2h-44.6z\"],\n \"stripe-s\": [384, 512, [], \"f42a\", \"M155.3 154.6c0-22.3 18.6-30.9 48.4-30.9 43.4 0 98.5 13.3 141.9 36.7V26.1C298.3 7.2 251.1 0 203.8 0 88.1 0 11 60.4 11 161.4c0 157.9 216.8 132.3 216.8 200.4 0 26.4-22.9 34.9-54.7 34.9-47.2 0-108.2-19.5-156.1-45.5v128.5a396.09 396.09 0 0 0 156 32.4c118.6 0 200.3-51 200.3-153.6 0-170.2-218-139.7-218-203.9z\"],\n \"studiovinari\": [512, 512, [], \"f3f8\", \"M480.3 187.7l4.2 28v28l-25.1 44.1-39.8 78.4-56.1 67.5-79.1 37.8-17.7 24.5-7.7 12-9.6 4s17.3-63.6 19.4-63.6c2.1 0 20.3.7 20.3.7l66.7-38.6-92.5 26.1-55.9 36.8-22.8 28-6.6 1.4 20.8-73.6 6.9-5.5 20.7 12.9 88.3-45.2 56.8-51.5 14.8-68.4-125.4 23.3 15.2-18.2-173.4-53.3 81.9-10.5-166-122.9L133.5 108 32.2 0l252.9 126.6-31.5-38L378 163 234.7 64l18.7 38.4-49.6-18.1L158.3 0l194.6 122L310 66.2l108 96.4 12-8.9-21-16.4 4.2-37.8L451 89.1l29.2 24.7 11.5 4.2-7 6.2 8.5 12-13.1 7.4-10.3 20.2 10.5 23.9z\"],\n \"stumbleupon\": [512, 512, [], \"f1a4\", \"M502.9 266v69.7c0 62.1-50.3 112.4-112.4 112.4-61.8 0-112.4-49.8-112.4-111.3v-70.2l34.3 16 51.1-15.2V338c0 14.7 12 26.5 26.7 26.5S417 352.7 417 338v-72h85.9zm-224.7-58.2l34.3 16 51.1-15.2V173c0-60.5-51.1-109-112.1-109-60.8 0-112.1 48.2-112.1 108.2v162.4c0 14.9-12 26.7-26.7 26.7S86 349.5 86 334.6V266H0v69.7C0 397.7 50.3 448 112.4 448c61.6 0 112.4-49.5 112.4-110.8V176.9c0-14.7 12-26.7 26.7-26.7s26.7 12 26.7 26.7v30.9z\"],\n \"stumbleupon-circle\": [496, 512, [], \"f1a3\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 177.5c-9.8 0-17.8 8-17.8 17.8v106.9c0 40.9-33.9 73.9-74.9 73.9-41.4 0-74.9-33.5-74.9-74.9v-46.5h57.3v45.8c0 10 8 17.8 17.8 17.8s17.8-7.9 17.8-17.8V200.1c0-40 34.2-72.1 74.7-72.1 40.7 0 74.7 32.3 74.7 72.6v23.7l-34.1 10.1-22.9-10.7v-20.6c.1-9.6-7.9-17.6-17.7-17.6zm167.6 123.6c0 41.4-33.5 74.9-74.9 74.9-41.2 0-74.9-33.2-74.9-74.2V263l22.9 10.7 34.1-10.1v47.1c0 9.8 8 17.6 17.8 17.6s17.8-7.9 17.8-17.6v-48h57.3c-.1 45.9-.1 46.4-.1 46.4z\"],\n \"superpowers\": [448, 512, [], \"f2dd\", \"M448 32c-83.3 11-166.8 22-250 33-92 12.5-163.3 86.7-169 180-3.3 55.5 18 109.5 57.8 148.2L0 480c83.3-11 166.5-22 249.8-33 91.8-12.5 163.3-86.8 168.7-179.8 3.5-55.5-18-109.5-57.7-148.2L448 32zm-79.7 232.3c-4.2 79.5-74 139.2-152.8 134.5-79.5-4.7-140.7-71-136.3-151 4.5-79.2 74.3-139.3 153-134.5 79.3 4.7 140.5 71 136.1 151z\"],\n \"supple\": [640, 512, [], \"f3f9\", \"M640 262.5c0 64.1-109 116.1-243.5 116.1-24.8 0-48.6-1.8-71.1-5 7.7.4 15.5.6 23.4.6 134.5 0 243.5-56.9 243.5-127.1 0-29.4-19.1-56.4-51.2-78 60 21.1 98.9 55.1 98.9 93.4zM47.7 227.9c-.1-70.2 108.8-127.3 243.3-127.6 7.9 0 15.6.2 23.3.5-22.5-3.2-46.3-4.9-71-4.9C108.8 96.3-.1 148.5 0 212.6c.1 38.3 39.1 72.3 99.3 93.3-32.3-21.5-51.5-48.6-51.6-78zm60.2 39.9s10.5 13.2 29.3 13.2c17.9 0 28.4-11.5 28.4-25.1 0-28-40.2-25.1-40.2-39.7 0-5.4 5.3-9.1 12.5-9.1 5.7 0 11.3 2.6 11.3 6.6v3.9h14.2v-7.9c0-12.1-15.4-16.8-25.4-16.8-16.5 0-28.5 10.2-28.5 24.1 0 26.6 40.2 25.4 40.2 39.9 0 6.6-5.8 10.1-12.3 10.1-11.9 0-20.7-10.1-20.7-10.1l-8.8 10.9zm120.8-73.6v54.4c0 11.3-7.1 17.8-17.8 17.8-10.7 0-17.8-6.5-17.8-17.7v-54.5h-15.8v55c0 18.9 13.4 31.9 33.7 31.9 20.1 0 33.4-13 33.4-31.9v-55h-15.7zm34.4 85.4h15.8v-29.5h15.5c16 0 27.2-11.5 27.2-28.1s-11.2-27.8-27.2-27.8h-39.1v13.4h7.8v72zm15.8-43v-29.1h12.9c8.7 0 13.7 5.7 13.7 14.4 0 8.9-5.1 14.7-14 14.7h-12.6zm57 43h15.8v-29.5h15.5c16 0 27.2-11.5 27.2-28.1s-11.2-27.8-27.2-27.8h-39.1v13.4h7.8v72zm15.7-43v-29.1h12.9c8.7 0 13.7 5.7 13.7 14.4 0 8.9-5 14.7-14 14.7h-12.6zm57.1 34.8c0 5.8 2.4 8.2 8.2 8.2h37.6c5.8 0 8.2-2.4 8.2-8.2v-13h-14.3v5.2c0 1.7-1 2.6-2.6 2.6h-18.6c-1.7 0-2.6-1-2.6-2.6v-61.2c0-5.7-2.4-8.2-8.2-8.2H401v13.4h5.2c1.7 0 2.6 1 2.6 2.6v61.2zm63.4 0c0 5.8 2.4 8.2 8.2 8.2H519c5.7 0 8.2-2.4 8.2-8.2v-13h-14.3v5.2c0 1.7-1 2.6-2.6 2.6h-19.7c-1.7 0-2.6-1-2.6-2.6v-20.3h27.7v-13.4H488v-22.4h19.2c1.7 0 2.6 1 2.6 2.6v5.2H524v-13c0-5.7-2.5-8.2-8.2-8.2h-51.6v13.4h7.8v63.9zm58.9-76v5.9h1.6v-5.9h2.7v-1.2h-7v1.2h2.7zm5.7-1.2v7.1h1.5v-5.7l2.3 5.7h1.3l2.3-5.7v5.7h1.5v-7.1h-2.3l-2.1 5.1-2.1-5.1h-2.4z\"],\n \"suse\": [640, 512, [], \"f7d6\", \"M471.08 102.66s-.3 18.3-.3 20.3c-9.1-3-74.4-24.1-135.7-26.3-51.9-1.8-122.8-4.3-223 57.3-19.4 12.4-73.9 46.1-99.6 109.7C7 277-.12 307 7 335.06a111 111 0 0 0 16.5 35.7c17.4 25 46.6 41.6 78.1 44.4 44.4 3.9 78.1-16 90-53.3 8.2-25.8 0-63.6-31.5-82.9-25.6-15.7-53.3-12.1-69.2-1.6-13.9 9.2-21.8 23.5-21.6 39.2.3 27.8 24.3 42.6 41.5 42.6a49 49 0 0 0 15.8-2.7c6.5-1.8 13.3-6.5 13.3-14.9 0-12.1-11.6-14.8-16.8-13.9-2.9.5-4.5 2-11.8 2.4-2-.2-12-3.1-12-14V316c.2-12.3 13.2-18 25.5-16.9 32.3 2.8 47.7 40.7 28.5 65.7-18.3 23.7-76.6 23.2-99.7-20.4-26-49.2 12.7-111.2 87-98.4 33.2 5.7 83.6 35.5 102.4 104.3h45.9c-5.7-17.6-8.9-68.3 42.7-68.3 56.7 0 63.9 39.9 79.8 68.3H460c-12.8-18.3-21.7-38.7-18.9-55.8 5.6-33.8 39.7-18.4 82.4-17.4 66.5.4 102.1-27 103.1-28 3.7-3.1 6.5-15.8 7-17.7 1.3-5.1-3.2-2.4-3.2-2.4-8.7 5.2-30.5 15.2-50.9 15.6-25.3.5-76.2-25.4-81.6-28.2-.3-.4.1 1.2-11-25.5 88.4 58.3 118.3 40.5 145.2 21.7.8-.6 4.3-2.9 3.6-5.7-13.8-48.1-22.4-62.7-34.5-69.6-37-21.6-125-34.7-129.2-35.3.1-.1-.9-.3-.9.7zm60.4 72.8a37.54 37.54 0 0 1 38.9-36.3c33.4 1.2 48.8 42.3 24.4 65.2-24.2 22.7-64.4 4.6-63.3-28.9zm38.6-25.3a26.27 26.27 0 1 0 25.4 27.2 26.19 26.19 0 0 0-25.4-27.2zm4.3 28.8c-15.4 0-15.4-15.6 0-15.6s15.4 15.64 0 15.64z\"],\n \"swift\": [448, 512, [], \"f8e1\", \"M448 156.09c0-4.51-.08-9-.2-13.52a196.31 196.31 0 0 0-2.58-29.42 99.62 99.62 0 0 0-9.22-28A94.08 94.08 0 0 0 394.84 44a99.17 99.17 0 0 0-28-9.22 195 195 0 0 0-29.43-2.59c-4.51-.12-9-.17-13.52-.2H124.14c-4.51 0-9 .08-13.52.2-2.45.07-4.91.15-7.37.27a171.68 171.68 0 0 0-22.06 2.32 103.06 103.06 0 0 0-21.21 6.1q-3.46 1.45-6.81 3.12a94.66 94.66 0 0 0-18.39 12.32c-1.88 1.61-3.69 3.28-5.43 5A93.86 93.86 0 0 0 12 85.17a99.45 99.45 0 0 0-9.22 28 196.31 196.31 0 0 0-2.54 29.4c-.13 4.51-.18 9-.21 13.52v199.83c0 4.51.08 9 .21 13.51a196.08 196.08 0 0 0 2.58 29.42 99.3 99.3 0 0 0 9.22 28A94.31 94.31 0 0 0 53.17 468a99.47 99.47 0 0 0 28 9.21 195 195 0 0 0 29.43 2.59c4.5.12 9 .17 13.52.2H323.91c4.51 0 9-.08 13.52-.2a196.59 196.59 0 0 0 29.44-2.59 99.57 99.57 0 0 0 28-9.21A94.22 94.22 0 0 0 436 426.84a99.3 99.3 0 0 0 9.22-28 194.79 194.79 0 0 0 2.59-29.42c.12-4.5.17-9 .2-13.51V172.14c-.01-5.35-.01-10.7-.01-16.05zm-69.88 241c-20-38.93-57.23-29.27-76.31-19.47-1.72 1-3.48 2-5.25 3l-.42.25c-39.5 21-92.53 22.54-145.85-.38A234.64 234.64 0 0 1 45 290.12a230.63 230.63 0 0 0 39.17 23.37c56.36 26.4 113 24.49 153 0-57-43.85-104.6-101-141.09-147.22a197.09 197.09 0 0 1-18.78-25.9c43.7 40 112.7 90.22 137.48 104.12-52.57-55.49-98.89-123.94-96.72-121.74 82.79 83.42 159.18 130.59 159.18 130.59 2.88 1.58 5 2.85 6.73 4a127.44 127.44 0 0 0 4.16-12.47c13.22-48.33-1.66-103.58-35.31-149.2C329.61 141.75 375 229.34 356.4 303.42c-.44 1.73-.95 3.4-1.44 5.09 38.52 47.4 28.04 98.17 23.13 88.59z\"],\n \"symfony\": [512, 512, [], \"f83d\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm133.74 143.54c-11.47.41-19.4-6.45-19.77-16.87-.27-9.18 6.68-13.44 6.53-18.85-.23-6.55-10.16-6.82-12.87-6.67-39.78 1.29-48.59 57-58.89 113.85 21.43 3.15 36.65-.72 45.14-6.22 12-7.75-3.34-15.72-1.42-24.56 4-18.16 32.55-19 32 5.3-.36 17.86-25.92 41.81-77.6 35.7-10.76 59.52-18.35 115-58.2 161.72-29 34.46-58.4 39.82-71.58 40.26-24.65.85-41-12.31-41.58-29.84-.56-17 14.45-26.26 24.31-26.59 21.89-.75 30.12 25.67 14.88 34-12.09 9.71.11 12.61 2.05 12.55 10.42-.36 17.34-5.51 22.18-9 24-20 33.24-54.86 45.35-118.35 8.19-49.66 17-78 18.23-82-16.93-12.75-27.08-28.55-49.85-34.72-15.61-4.23-25.12-.63-31.81 7.83-7.92 10-5.29 23 2.37 30.7l12.63 14c15.51 17.93 24 31.87 20.8 50.62-5.06 29.93-40.72 52.9-82.88 39.94-36-11.11-42.7-36.56-38.38-50.62 7.51-24.15 42.36-11.72 34.62 13.6-2.79 8.6-4.92 8.68-6.28 13.07-4.56 14.77 41.85 28.4 51-1.39 4.47-14.52-5.3-21.71-22.25-39.85-28.47-31.75-16-65.49 2.95-79.67C204.23 140.13 251.94 197 262 205.29c37.17-109 100.53-105.46 102.43-105.53 25.16-.81 44.19 10.59 44.83 28.65.25 7.69-4.17 22.59-19.52 23.13z\"],\n \"teamspeak\": [512, 512, [], \"f4f9\", \"M244.2 346.79c2.4-12.3-12-30-32.4-48.7-20.9-19.2-48.2-39.1-63.4-46.6-21.7-12-41.7-1.8-46.3 22.7-5 26.2 0 51.4 14.5 73.9 10.2 15.5 25.4 22.7 43.4 24 11.6.6 52.5 2.2 61.7-1 11.9-4.3 20.1-11.8 22.5-24.3zm205 20.8a5.22 5.22 0 0 0-8.3 2.4c-8 25.4-44.7 112.5-172.1 121.5-149.7 10.5 80.3 43.6 145.4-6.4 22.7-17.4 47.6-35 46.6-85.4-.4-10.1-4.9-26.69-11.6-32.1zm62-122.4c-.3-18.9-8.6-33.4-26-42.2-2.9-1.3-5-2.7-5.9-6.4A222.64 222.64 0 0 0 438.9 103c-1.1-1.5-3.5-3.2-2.2-5 8.5-11.5-.3-18-7-24.4Q321.4-31.11 177.4 13.09c-40.1 12.3-73.9 35.6-102 67.4-4 4.3-6.7 9.1-3 14.5 3 4 1.3 6.2-1 9.3C51.6 132 38.2 162.59 32.1 196c-.7 4.3-2.9 6-6.4 7.8-14.2 7-22.5 18.5-24.9 34L0 264.29v20.9c0 30.8 21 50.4 51.8 49 7.7-.3 11.7-4.3 12-11.5 2-77.5-2.4-95.4 3.7-125.8C92.1 72.39 234.3 5 345.3 65.39 411.4 102 445.7 159 447.6 234.79c.8 28.2 0 56.5 0 84.6 0 7 2.2 12.5 9.4 14.2 24.1 5 49.2-12 53.2-36.7 2.9-17.1 1-34.5 1-51.7zm-159.6 131.5c36.5 2.8 59.3-28.5 58.4-60.5-2.1-45.2-66.2-16.5-87.8-8-73.2 28.1-45 54.9-22.2 60.8z\"],\n \"telegram\": [496, 512, [], \"f2c6\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm121.8 169.9l-40.7 191.8c-3 13.6-11.1 16.9-22.4 10.5l-62-45.7-29.9 28.8c-3.3 3.3-6.1 6.1-12.5 6.1l4.4-63.1 114.9-103.8c5-4.4-1.1-6.9-7.7-2.5l-142 89.4-61.2-19.1c-13.3-4.2-13.6-13.3 2.8-19.7l239.1-92.2c11.1-4 20.8 2.7 17.2 19.5z\"],\n \"telegram-plane\": [448, 512, [], \"f3fe\", \"M446.7 98.6l-67.6 318.8c-5.1 22.5-18.4 28.1-37.3 17.5l-103-75.9-49.7 47.8c-5.5 5.5-10.1 10.1-20.7 10.1l7.4-104.9 190.9-172.5c8.3-7.4-1.8-11.5-12.9-4.1L117.8 284 16.2 252.2c-22.1-6.9-22.5-22.1 4.6-32.7L418.2 66.4c18.4-6.9 34.5 4.1 28.5 32.2z\"],\n \"tencent-weibo\": [384, 512, [], \"f1d5\", \"M72.3 495.8c1.4 19.9-27.6 22.2-29.7 2.9C31 368.8 73.7 259.2 144 185.5c-15.6-34 9.2-77.1 50.6-77.1 30.3 0 55.1 24.6 55.1 55.1 0 44-49.5 70.8-86.9 45.1-65.7 71.3-101.4 169.8-90.5 287.2zM192 .1C66.1.1-12.3 134.3 43.7 242.4 52.4 259.8 79 246.9 70 229 23.7 136.4 91 29.8 192 29.8c75.4 0 136.9 61.4 136.9 136.9 0 90.8-86.9 153.9-167.7 133.1-19.1-4.1-25.6 24.4-6.6 29.1 110.7 23.2 204-60 204-162.3C358.6 74.7 284 .1 192 .1z\"],\n \"the-red-yeti\": [512, 512, [], \"f69d\", \"M488.23 241.7l20.7 7.1c-9.6-23.9-23.9-37-31.7-44.8l7.1-18.2c.2 0 12.3-27.8-2.5-30.7-.6-11.3-6.6-27-18.4-27-7.6-10.6-17.7-12.3-30.7-5.9a122.2 122.2 0 0 0-25.3 16.5c-5.3-6.4-3 .4-3-29.8-37.1-24.3-45.4-11.7-74.8 3l.5.5a239.36 239.36 0 0 0-68.4-13.3c-5.5-8.7-18.6-19.1-25.1-25.1l24.8 7.1c-5.5-5.5-26.8-12.9-34.2-15.2 18.2-4.1 29.8-20.8 42.5-33-34.9-10.1-67.9-5.9-97.9 11.8l12-44.2L182 0c-31.6 24.2-33 41.9-33.7 45.5-.9-2.4-6.3-19.6-15.2-27a35.12 35.12 0 0 0-.5 25.3c3 8.4 5.9 14.8 8.4 18.9-16-3.3-28.3-4.9-49.2 0h-3.7l33 14.3a194.26 194.26 0 0 0-46.7 67.4l-1.7 8.4 1.7 1.7 7.6-4.7c-3.3 11.6-5.3 19.4-6.6 25.8a200.18 200.18 0 0 0-27.8 40.3c-15 1-31.8 10.8-40.3 14.3l3 3.4 28.8 1c-.5 1-.7 2.2-1.2 3.2-7.3 6.4-39.8 37.7-33 80.7l20.2-22.4c.5 1.7.7 3.4 1.2 5.2 0 25.5.4 89.6 64.9 150.5 43.6 40 96 60.2 157.5 60.2 121.7 0 223-87.3 223-211.5 6.8-9.7-1.2 3 16.7-25.1l13 14.3 2.5-.5A181.84 181.84 0 0 0 495 255a44.74 44.74 0 0 0-6.8-13.3zM398 111.2l-.5 21.9c5.5 18.1 16.9 17.2 22.4 17.2l-3.4-4.7 22.4-5.4a242.44 242.44 0 0 1-27 0c12.8-2.1 33.3-29 43-11.3 3.4 7.6 6.4 17.2 9.3 27.8l1.7-5.9a56.38 56.38 0 0 1-1.7-15.2c5.4.5 8.8 3.4 9.3 10.1.5 6.4 1.7 14.8 3.4 25.3l4.7-11.3c4.6 0 4.5-3.6-2.5 20.7-20.9-8.7-35.1-8.4-46.5-8.4l18.2-16c-25.3 8.2-33 10.8-54.8 20.9-1.1-5.4-5-13.5-16-19.9-3.2 3.8-2.8.9-.7 14.8h-2.5a62.32 62.32 0 0 0-8.4-23.1l4.2-3.4c8.4-7.1 11.8-14.3 10.6-21.9-.5-6.4-5.4-13.5-13.5-20.7 5.6-3.4 15.2-.4 28.3 8.5zm-39.6-10.1c2.7 1.9 11.4 5.4 18.9 17.2 4.2 8.4 4 9.8 3.4 11.1-.5 2.4-.5 4.3-3 7.1-1.7 2.5-5.4 4.7-11.8 7.6-7.6-13-16.5-23.6-27.8-31.2zM91 143.1l1.2-1.7c1.2-2.9 4.2-7.6 9.3-15.2l2.5-3.4-13 12.3 5.4-4.7-10.1 9.3-4.2 1.2c12.3-24.1 23.1-41.3 32.5-50.2 9.3-9.3 16-16 20.2-19.4l-6.4 1.2c-11.3-4.2-19.4-7.1-24.8-8.4 2.5-.5 3.7-.5 3.2-.5 10.3 0 17.5.5 20.9 1.2a52.35 52.35 0 0 0 16 2.5l.5-1.7-8.4-35.8 13.5 29a42.89 42.89 0 0 0 5.9-14.3c1.7-6.4 5.4-13 10.1-19.4s7.6-10.6 9.3-11.3a234.68 234.68 0 0 0-6.4 25.3l-1.7 7.1-.5 4.7 2.5 2.5C190.4 39.9 214 34 239.8 34.5l21.1.5c-11.8 13.5-27.8 21.9-48.5 24.8a201.26 201.26 0 0 1-23.4 2.9l-.2-.5-2.5-1.2a20.75 20.75 0 0 0-14 2c-2.5-.2-4.9-.5-7.1-.7l-2.5 1.7.5 1.2c2 .2 3.9.5 6.2.7l-2 3.4 3.4-.5-10.6 11.3c-4.2 3-5.4 6.4-4.2 9.3l5.4-3.4h1.2a39.4 39.4 0 0 1 25.3-15.2v-3c6.4.5 13 1 19.4 1.2 6.4 0 8.4.5 5.4 1.2a189.6 189.6 0 0 1 20.7 13.5c13.5 10.1 23.6 21.9 30 35.4 8.8 18.2 13.5 37.1 13.5 56.6a141.13 141.13 0 0 1-3 28.3 209.91 209.91 0 0 1-16 46l2.5.5c18.2-19.7 41.9-16 49.2-16l-6.4 5.9 22.4 17.7-1.7 30.7c-5.4-12.3-16.5-21.1-33-27.8 16.5 14.8 23.6 21.1 21.9 20.2-4.8-2.8-3.5-1.9-10.8-3.7 4.1 4.1 17.5 18.8 18.2 20.7l.2.2-.2.2c0 1.8 1.6-1.2-14 22.9-75.2-15.3-106.27-42.7-141.2-63.2l11.8 1.2c-11.8-18.5-15.6-17.7-38.4-26.1L149 225c-8.8-3-18.2-3-28.3.5l7.6-10.6-1.2-1.7c-14.9 4.3-19.8 9.2-22.6 11.3-1.1-5.5-2.8-12.4-12.3-28.8l-1.2 27-13.2-5c1.5-25.2 5.4-50.5 13.2-74.6zm276.5 330c-49.9 25-56.1 22.4-59 23.9-29.8-11.8-50.9-31.7-63.5-58.8l30 16.5c-9.8-9.3-18.3-16.5-38.4-44.3l11.8 23.1-17.7-7.6c14.2 21.1 23.5 51.7 66.6 73.5-120.8 24.2-199-72.1-200.9-74.3a262.57 262.57 0 0 0 35.4 24.8c3.4 1.7 7.1 2.5 10.1 1.2l-16-20.7c9.2 4.2 9.5 4.5 69.1 29-42.5-20.7-73.8-40.8-93.2-60.2-.5 6.4-1.2 10.1-1.2 10.1a80.25 80.25 0 0 1 20.7 26.6c-39-18.9-57.6-47.6-71.3-82.6 49.9 55.1 118.9 37.5 120.5 37.1 34.8 16.4 69.9 23.6 113.9 10.6 3.3 0 20.3 17 25.3 39.1l4.2-3-2.5-23.6c9 9 24.9 22.6 34.4 13-15.6-5.3-23.5-9.5-29.5-31.7 4.6 4.2 7.6 9 27.8 15l1.2-1.2-10.5-14.2c11.7-4.8-3.5 1 32-10.8 4.3 34.3 9 49.2.7 89.5zm115.3-214.4l-2.5.5 3 9.3c-3.5 5.9-23.7 44.3-71.6 79.7-39.5 29.8-76.6 39.1-80.9 40.3l-7.6-7.1-1.2 3 14.3 16-7.1-4.7 3.4 4.2h-1.2l-21.9-13.5 9.3 26.6-19-27.9-1.2 2.5 7.6 29c-6.1-8.2-21-32.6-56.8-39.6l32.5 21.2a214.82 214.82 0 0 1-93.2-6.4c-4.2-1.2-8.9-2.5-13.5-4.2l1.2-3-44.8-22.4 26.1 22.4c-57.7 9.1-113-25.4-126.4-83.4l-2.5-16.4-22.27 22.3c19.5-57.5 25.6-57.9 51.4-70.1-9.1-5.3-1.6-3.3-38.4-9.3 15.8-5.8 33-15.4 73 5.2a18.5 18.5 0 0 1 3.7-1.7c.6-3.2.4-.8 1-11.8 3.9 10 3.6 8.7 3 9.3l1.7.5c12.7-6.5 8.9-4.5 17-8.9l-5.4 13.5 22.3-5.8-8.4 8.4 2.5 2.5c4.5-1.8 30.3 3.4 40.8 16l-23.6-2.5c39.4 23 51.5 54 55.8 69.6l1.7-1.2c-2.8-22.3-12.4-33.9-16-40.1 4.2 5 39.2 34.6 110.4 46-11.3-.5-23.1 5.4-34.9 18.9l46.7-20.2-9.3 21.9c7.6-10.1 14.8-23.6 21.2-39.6v-.5l1.2-3-1.2 16c13.5-41.8 25.3-78.5 35.4-109.7l13.5-27.8v-2l-5.4-4.2h10.1l5.9 4.2 2.5-1.2-3.4-16 12.3 18.9 41.8-20.2-14.8 13 .5 2.9 17.7-.5a184 184 0 0 1 33 4.2l-23.6 2.5-1.2 3 26.6 23.1a254.21 254.21 0 0 1 27 32c-11.2-3.3-10.3-3.4-21.2-3.4l12.3 32.5zm-6.1-71.3l-3.9 13-14.3-11.8zm-254.8 7.1c1.7 10.6 4.7 17.7 8.8 21.9-9.3 6.6-27.5 13.9-46.5 16l.5 1.2a50.22 50.22 0 0 0 24.8-2.5l-7.1 13c4.2-1.7 10.1-7.1 17.7-14.8 11.9-5.5 12.7-5.1 20.2-16-12.7-6.4-15.7-13.7-18.4-18.8zm3.7-102.3c-6.4-3.4-10.6 3-12.3 18.9s2.5 29.5 11.8 39.6 18.2 10.6 26.1 3 3.4-23.6-11.3-47.7a39.57 39.57 0 0 0-14.27-13.8zm-4.7 46.3c5.4 2.2 10.5 1.9 12.3-10.6v-4.7l-1.2.5c-4.3-3.1-2.5-4.5-1.7-6.2l.5-.5c-.9-1.2-5-8.1-12.5 4.7-.5-13.5.5-21.9 3-24.8 1.2-2.5 4.7-1.2 11.3 4.2 6.4 5.4 11.3 16 15.2 32.5 6.5 28-19.8 26.2-26.9 4.9zm-45-5.5c1.6.3 9.3-1.1 9.3-14.8h-.5c-5.4-1.1-2.2-5.5-.7-5.9-1.7-3-3.4-4.2-5.4-4.7-8.1 0-11.6 12.7-8.1 21.2a7.51 7.51 0 0 0 5.43 4.2zM216 82.9l-2.5.5.5 3a48.94 48.94 0 0 1 26.1 5.9c-2.5-5.5-10-14.3-28.3-14.3l.5 2.5zm-71.8 49.4c21.7 16.8 16.5 21.4 46.5 23.6l-2.9-4.7a42.67 42.67 0 0 0 14.8-28.3c1.7-16-1.2-29.5-8.8-41.3l13-7.6a2.26 2.26 0 0 0-.5-1.7 14.21 14.21 0 0 0-13.5 1.7c-12.7 6.7-28 20.9-29 22.4-1.7 1.7-3.4 5.9-5.4 13.5a99.61 99.61 0 0 0-2.9 23.6c-4.7-8-10.5-6.4-19.9-5.9l7.1 7.6c-16.5 0-23.3 15.4-23.6 16 6.8 0 4.6-7.6 30-12.3-4.3-6.3-3.3-5-4.9-6.6zm18.7-18.7c1.2-7.6 3.4-13 6.4-17.2 5.4-6.4 10.6-10.1 16-11.8 4.2-1.7 7.1 1.2 10.1 9.3a72.14 72.14 0 0 1 3 25.3c-.5 9.3-3.4 17.2-8.4 23.1-2.9 3.4-5.4 5.9-6.4 7.6a39.21 39.21 0 0 1-11.3-.5l-7.1-3.4-5.4-6.4c.8-10 1.3-18.8 3.1-26zm42 56.1c-34.8 14.4-34.7 14-36.1 14.3-20.8 4.7-19-24.4-18.9-24.8l5.9-1.2-.5-2.5c-20.2-2.6-31 4.2-32.5 4.9.5.5 3 3.4 5.9 9.3 4.2-6.4 8.8-10.1 15.2-10.6a83.47 83.47 0 0 0 1.7 33.7c.1.5 2.6 17.4 27.5 24.1 11.3 3 27 1.2 48.9-5.4l-9.2.5c-4.2-14.8-6.4-24.8-5.9-29.5 11.3-8.8 21.9-11.3 30.7-7.6h2.5l-11.8-7.6-7.1.5c-5.9 1.2-12.3 4.2-19.4 8.4z\"],\n \"themeco\": [448, 512, [], \"f5c6\", \"M202.9 8.43c9.9-5.73 26-5.82 35.95-.21L430 115.85c10 5.6 18 19.44 18 30.86V364c0 11.44-8.06 25.29-18 31L238.81 503.74c-9.93 5.66-26 5.57-35.85-.21L17.86 395.12C8 389.34 0 375.38 0 364V146.71c0-11.44 8-25.36 17.91-31.08zm-77.4 199.83c-15.94 0-31.89.14-47.83.14v101.45H96.8V280h28.7c49.71 0 49.56-71.74 0-71.74zm140.14 100.29l-30.73-34.64c37-7.51 34.8-65.23-10.87-65.51-16.09 0-32.17-.14-48.26-.14v101.59h19.13v-33.91h18.41l29.56 33.91h22.76zm-41.59-82.32c23.34 0 23.26 32.46 0 32.46h-29.13v-32.46zm-95.56-1.6c21.18 0 21.11 38.85 0 38.85H96.18v-38.84zm192.65-18.25c-68.46 0-71 105.8 0 105.8 69.48-.01 69.41-105.8 0-105.8zm0 17.39c44.12 0 44.8 70.86 0 70.86s-44.43-70.86 0-70.86z\"],\n \"themeisle\": [512, 512, [], \"f2b2\", \"M208 88.286c0-10 6.286-21.714 17.715-21.714 11.142 0 17.714 11.714 17.714 21.714 0 10.285-6.572 21.714-17.714 21.714C214.286 110 208 98.571 208 88.286zm304 160c0 36.001-11.429 102.286-36.286 129.714-22.858 24.858-87.428 61.143-120.857 70.572l-1.143.286v32.571c0 16.286-12.572 30.571-29.143 30.571-10 0-19.429-5.714-24.572-14.286-5.427 8.572-14.856 14.286-24.856 14.286-10 0-19.429-5.714-24.858-14.286-5.142 8.572-14.571 14.286-24.57 14.286-10.286 0-19.429-5.714-24.858-14.286-5.143 8.572-14.571 14.286-24.571 14.286-18.857 0-29.429-15.714-29.429-32.857-16.286 12.285-35.715 19.428-56.571 19.428-22 0-43.429-8.285-60.286-22.857 10.285-.286 20.571-2.286 30.285-5.714-20.857-5.714-39.428-18.857-52-36.286 21.37 4.645 46.209 1.673 67.143-11.143-22-22-56.571-58.857-68.572-87.428C1.143 321.714 0 303.714 0 289.429c0-49.714 20.286-160 86.286-160 10.571 0 18.857 4.858 23.143 14.857a158.792 158.792 0 0 1 12-15.428c2-2.572 5.714-5.429 7.143-8.286 7.999-12.571 11.714-21.142 21.714-34C182.571 45.428 232 17.143 285.143 17.143c6 0 12 .285 17.714 1.143C313.714 6.571 328.857 0 344.572 0c14.571 0 29.714 6 40 16.286.857.858 1.428 2.286 1.428 3.428 0 3.714-10.285 13.429-12.857 16.286 4.286 1.429 15.714 6.858 15.714 12 0 2.857-2.857 5.143-4.571 7.143 31.429 27.714 49.429 67.143 56.286 108 4.286-5.143 10.285-8.572 17.143-8.572 10.571 0 20.857 7.144 28.571 14.001C507.143 187.143 512 221.714 512 248.286zM188 89.428c0 18.286 12.571 37.143 32.286 37.143 19.714 0 32.285-18.857 32.285-37.143 0-18-12.571-36.857-32.285-36.857-19.715 0-32.286 18.858-32.286 36.857zM237.714 194c0-19.714 3.714-39.143 8.571-58.286-52.039 79.534-13.531 184.571 68.858 184.571 21.428 0 42.571-7.714 60-20 2-7.429 3.714-14.857 3.714-22.572 0-14.286-6.286-21.428-20.572-21.428-4.571 0-9.143.857-13.429 1.714-63.343 12.668-107.142 3.669-107.142-63.999zm-41.142 254.858c0-11.143-8.858-20.857-20.286-20.857-11.429 0-20 9.715-20 20.857v32.571c0 11.143 8.571 21.142 20 21.142 11.428 0 20.286-9.715 20.286-21.142v-32.571zm49.143 0c0-11.143-8.572-20.857-20-20.857-11.429 0-20.286 9.715-20.286 20.857v32.571c0 11.143 8.857 21.142 20.286 21.142 11.428 0 20-10 20-21.142v-32.571zm49.713 0c0-11.143-8.857-20.857-20.285-20.857-11.429 0-20.286 9.715-20.286 20.857v32.571c0 11.143 8.857 21.142 20.286 21.142 11.428 0 20.285-9.715 20.285-21.142v-32.571zm49.715 0c0-11.143-8.857-20.857-20.286-20.857-11.428 0-20.286 9.715-20.286 20.857v32.571c0 11.143 8.858 21.142 20.286 21.142 11.429 0 20.286-10 20.286-21.142v-32.571zM421.714 286c-30.857 59.142-90.285 102.572-158.571 102.572-96.571 0-160.571-84.572-160.571-176.572 0-16.857 2-33.429 6-49.714-20 33.715-29.714 72.572-29.714 111.429 0 60.286 24.857 121.715 71.429 160.857 5.143-9.714 14.857-16.286 26-16.286 10 0 19.428 5.714 24.571 14.286 5.429-8.571 14.571-14.286 24.858-14.286 10 0 19.428 5.714 24.571 14.286 5.429-8.571 14.857-14.286 24.858-14.286 10 0 19.428 5.714 24.857 14.286 5.143-8.571 14.571-14.286 24.572-14.286 10.857 0 20.857 6.572 25.714 16 43.427-36.286 68.569-92 71.426-148.286zm10.572-99.714c0-53.714-34.571-105.714-92.572-105.714-30.285 0-58.571 15.143-78.857 36.857C240.862 183.812 233.41 254 302.286 254c28.805 0 97.357-28.538 84.286 36.857 28.857-26 45.714-65.714 45.714-104.571z\"],\n \"think-peaks\": [576, 512, [], \"f731\", \"M465.4 409.4l87.1-150.2-32-.3-55.1 95L259.2 0 23 407.4l32 .3L259.2 55.6zm-355.3-44.1h32.1l117.4-202.5L463 511.9l32.5.1-235.8-404.6z\"],\n \"tiktok\": [448, 512, [], \"f97b\", \"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"],\n \"trade-federation\": [496, 512, [], \"f513\", \"M248 8.8c-137 0-248 111-248 248s111 248 248 248 248-111 248-248-111-248-248-248zm0 482.8c-129.7 0-234.8-105.1-234.8-234.8S118.3 22 248 22s234.8 105.1 234.8 234.8S377.7 491.6 248 491.6zm155.1-328.5v-46.8H209.3V198H54.2l36.7 46h117.7v196.8h48.8V245h83.3v-47h-83.3v-34.8h145.7zm-73.3 45.1v23.9h-82.9v197.4h-26.8V232.1H96.3l-20.1-23.9h143.9v-80.6h171.8V152h-145v56.2zm-161.3-69l-12.4-20.7 2.1 23.8-23.5 5.4 23.3 5.4-2.1 24 12.3-20.5 22.2 9.5-15.7-18.1 15.8-18.1zm-29.6-19.7l9.3-11.5-12.7 5.9-8-12.4 1.7 13.9-14.3 3.8 13.7 2.7-.8 14.7 6.8-12.2 13.8 5.3zm165.4 145.2l-13.1 5.6-7.3-12.2 1.3 14.2-13.9 3.2 13.9 3.2-1.2 14.2 7.3-12.2 13.1 5.5-9.4-10.7zm106.9-77.2l-20.9 9.1-12-19.6 2.2 22.7-22.3 5.4 22.2 4.9-1.8 22.9 11.5-19.6 21.2 8.8-15.1-17zM248 29.9c-125.3 0-226.9 101.6-226.9 226.9S122.7 483.7 248 483.7s226.9-101.6 226.9-226.9S373.3 29.9 248 29.9zM342.6 196v51h-83.3v195.7h-52.7V245.9H89.9l-40-49.9h157.4v-81.6h197.8v50.7H259.4V196zM248 43.2c60.3 0 114.8 25 153.6 65.2H202.5V190H45.1C73.1 104.8 153.4 43.2 248 43.2zm0 427.1c-117.9 0-213.6-95.6-213.6-213.5 0-21.2 3.1-41.8 8.9-61.1L87.1 252h114.7v196.8h64.6V253h83.3v-62.7h-83.2v-19.2h145.6v-50.8c30.8 37 49.3 84.6 49.3 136.5.1 117.9-95.5 213.5-213.4 213.5zM178.8 275l-11-21.4 1.7 24.5-23.7 3.9 23.8 5.9-3.7 23.8 13-20.9 21.5 10.8-15.8-18.8 16.9-17.1z\"],\n \"trello\": [448, 512, [], \"f181\", \"M392.3 32H56.1C25.1 32 0 57.1 0 88c-.1 0 0-4 0 336 0 30.9 25.1 56 56 56h336.2c30.8-.2 55.7-25.2 55.7-56V88c.1-30.8-24.8-55.8-55.6-56zM197 371.3c-.2 14.7-12.1 26.6-26.9 26.6H87.4c-14.8.1-26.9-11.8-27-26.6V117.1c0-14.8 12-26.9 26.9-26.9h82.9c14.8 0 26.9 12 26.9 26.9v254.2zm193.1-112c0 14.8-12 26.9-26.9 26.9h-81c-14.8 0-26.9-12-26.9-26.9V117.2c0-14.8 12-26.9 26.8-26.9h81.1c14.8 0 26.9 12 26.9 26.9v142.1z\"],\n \"tripadvisor\": [576, 512, [], \"f262\", \"M195.11,285.18a51.06,51.06,0,1,1-51.05-51.06,51,51,0,0,1,51.05,51.06m236.77-51.06a51.06,51.06,0,1,0,51.06,51.06,51.06,51.06,0,0,0-51.06-51.06m144,51.06A143.94,143.94,0,0,1,334.11,390.76L288,440.93l-46.14-50.2A143.91,143.91,0,1,1,47.09,178.82L0,127.58H104.66a326.11,326.11,0,0,1,367,0H576l-47.09,51.24a143.56,143.56,0,0,1,46.94,106.36m-334.4,0a97.39,97.39,0,1,0-97.39,97.39,97.39,97.39,0,0,0,97.39-97.39m154.63-145.4a281,281,0,0,0-216.17,0C241.38,163.29,288,218.28,288,282.37c0-64.08,46.61-119.07,108.08-142.59m133.2,145.4a97.4,97.4,0,1,0-97.4,97.39,97.4,97.4,0,0,0,97.4-97.39\"],\n \"tumblr\": [320, 512, [], \"f173\", \"M309.8 480.3c-13.6 14.5-50 31.7-97.4 31.7-120.8 0-147-88.8-147-140.6v-144H17.9c-5.5 0-10-4.5-10-10v-68c0-7.2 4.5-13.6 11.3-16 62-21.8 81.5-76 84.3-117.1.8-11 6.5-16.3 16.1-16.3h70.9c5.5 0 10 4.5 10 10v115.2h83c5.5 0 10 4.4 10 9.9v81.7c0 5.5-4.5 10-10 10h-83.4V360c0 34.2 23.7 53.6 68 35.8 4.8-1.9 9-3.2 12.7-2.2 3.5.9 5.8 3.4 7.4 7.9l22 64.3c1.8 5 3.3 10.6-.4 14.5z\"],\n \"tumblr-square\": [448, 512, [], \"f174\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-82.3 364.2c-8.5 9.1-31.2 19.8-60.9 19.8-75.5 0-91.9-55.5-91.9-87.9v-90h-29.7c-3.4 0-6.2-2.8-6.2-6.2v-42.5c0-4.5 2.8-8.5 7.1-10 38.8-13.7 50.9-47.5 52.7-73.2.5-6.9 4.1-10.2 10-10.2h44.3c3.4 0 6.2 2.8 6.2 6.2v72h51.9c3.4 0 6.2 2.8 6.2 6.2v51.1c0 3.4-2.8 6.2-6.2 6.2h-52.1V321c0 21.4 14.8 33.5 42.5 22.4 3-1.2 5.6-2 8-1.4 2.2.5 3.6 2.1 4.6 4.9l13.8 40.2c1 3.2 2 6.7-.3 9.1z\"],\n \"twitch\": [512, 512, [], \"f1e8\", \"M391.17,103.47H352.54v109.7h38.63ZM285,103H246.37V212.75H285ZM120.83,0,24.31,91.42V420.58H140.14V512l96.53-91.42h77.25L487.69,256V0ZM449.07,237.75l-77.22,73.12H294.61l-67.6,64v-64H140.14V36.58H449.07Z\"],\n \"twitter\": [512, 512, [], \"f099\", \"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"],\n \"twitter-square\": [448, 512, [], \"f081\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-48.9 158.8c.2 2.8.2 5.7.2 8.5 0 86.7-66 186.6-186.6 186.6-37.2 0-71.7-10.8-100.7-29.4 5.3.6 10.4.8 15.8.8 30.7 0 58.9-10.4 81.4-28-28.8-.6-53-19.5-61.3-45.5 10.1 1.5 19.2 1.5 29.6-1.2-30-6.1-52.5-32.5-52.5-64.4v-.8c8.7 4.9 18.9 7.9 29.6 8.3a65.447 65.447 0 0 1-29.2-54.6c0-12.2 3.2-23.4 8.9-33.1 32.3 39.8 80.8 65.8 135.2 68.6-9.3-44.5 24-80.6 64-80.6 18.9 0 35.9 7.9 47.9 20.7 14.8-2.8 29-8.3 41.6-15.8-4.9 15.2-15.2 28-28.8 36.1 13.2-1.4 26-5.1 37.8-10.2-8.9 13.1-20.1 24.7-32.9 34z\"],\n \"typo3\": [448, 512, [], \"f42b\", \"M178.7 78.4c0-24.7 5.4-32.4 13.9-39.4-69.5 8.5-149.3 34-176.3 66.4-5.4 7.7-9.3 20.8-9.3 37.1C7 246 113.8 480 191.1 480c36.3 0 97.3-59.5 146.7-139-7 2.3-11.6 2.3-18.5 2.3-57.2 0-140.6-198.5-140.6-264.9zM301.5 32c-30.1 0-41.7 5.4-41.7 36.3 0 66.4 53.8 198.5 101.7 198.5 26.3 0 78.8-99.7 78.8-182.3 0-40.9-67-52.5-138.8-52.5z\"],\n \"uber\": [448, 512, [], \"f402\", \"M414.1 32H33.9C15.2 32 0 47.2 0 65.9V446c0 18.8 15.2 34 33.9 34H414c18.7 0 33.9-15.2 33.9-33.9V65.9C448 47.2 432.8 32 414.1 32zM237.6 391.1C163 398.6 96.4 344.2 88.9 269.6h94.4V290c0 3.7 3 6.8 6.8 6.8H258c3.7 0 6.8-3 6.8-6.8v-67.9c0-3.7-3-6.8-6.8-6.8h-67.9c-3.7 0-6.8 3-6.8 6.8v20.4H88.9c7-69.4 65.4-122.2 135.1-122.2 69.7 0 128.1 52.8 135.1 122.2 7.5 74.5-46.9 141.1-121.5 148.6z\"],\n \"ubuntu\": [496, 512, [], \"f7df\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm52.7 93c8.8-15.2 28.3-20.5 43.5-11.7 15.3 8.8 20.5 28.3 11.7 43.6-8.8 15.2-28.3 20.5-43.5 11.7-15.3-8.9-20.5-28.4-11.7-43.6zM87.4 287.9c-17.6 0-31.9-14.3-31.9-31.9 0-17.6 14.3-31.9 31.9-31.9 17.6 0 31.9 14.3 31.9 31.9 0 17.6-14.3 31.9-31.9 31.9zm28.1 3.1c22.3-17.9 22.4-51.9 0-69.9 8.6-32.8 29.1-60.7 56.5-79.1l23.7 39.6c-51.5 36.3-51.5 112.5 0 148.8L172 370c-27.4-18.3-47.8-46.3-56.5-79zm228.7 131.7c-15.3 8.8-34.7 3.6-43.5-11.7-8.8-15.3-3.6-34.8 11.7-43.6 15.2-8.8 34.7-3.6 43.5 11.7 8.8 15.3 3.6 34.8-11.7 43.6zm.3-69.5c-26.7-10.3-56.1 6.6-60.5 35-5.2 1.4-48.9 14.3-96.7-9.4l22.5-40.3c57 26.5 123.4-11.7 128.9-74.4l46.1.7c-2.3 34.5-17.3 65.5-40.3 88.4zm-5.9-105.3c-5.4-62-71.3-101.2-128.9-74.4l-22.5-40.3c47.9-23.7 91.5-10.8 96.7-9.4 4.4 28.3 33.8 45.3 60.5 35 23.1 22.9 38 53.9 40.2 88.5l-46 .6z\"],\n \"uikit\": [448, 512, [], \"f403\", \"M443.9 128v256L218 512 0 384V169.7l87.6 45.1v117l133.5 75.5 135.8-75.5v-151l-101.1-57.6 87.6-53.1L443.9 128zM308.6 49.1L223.8 0l-88.6 54.8 86 47.3 87.4-53z\"],\n \"umbraco\": [510, 512, [], \"f8e8\", \"M255.35 8C118.36 7.83 7.14 118.72 7 255.68c-.07 137 111 248.2 248 248.27 136.85 0 247.82-110.7 248-247.67S392.34 8.17 255.35 8zm145 266q-1.14 40.68-14 65t-43.51 35q-30.61 10.7-85.45 10.47h-4.6q-54.78.22-85.44-10.47t-43.52-35q-12.85-24.36-14-65a224.81 224.81 0 0 1 0-30.71 418.37 418.37 0 0 1 3.6-43.88c1.88-13.39 3.57-22.58 5.4-32 1-4.88 1.28-6.42 1.82-8.45a5.09 5.09 0 0 1 4.9-3.89h.69l32 5a5.07 5.07 0 0 1 4.16 5 5 5 0 0 1 0 .77l-1.7 8.78q-2.41 13.25-4.84 33.68a380.62 380.62 0 0 0-2.64 42.15q-.28 40.43 8.13 59.83a43.87 43.87 0 0 0 31.31 25.18A243 243 0 0 0 250 340.6h10.25a242.64 242.64 0 0 0 57.27-5.16 43.86 43.86 0 0 0 31.15-25.23q8.53-19.42 8.13-59.78a388 388 0 0 0-2.6-42.15q-2.48-20.38-4.89-33.68l-1.69-8.78a5 5 0 0 1 0-.77 5 5 0 0 1 4.2-5l32-5h.82a5 5 0 0 1 4.9 3.89c.55 2.05.81 3.57 1.83 8.45 1.82 9.62 3.52 18.78 5.39 32a415.71 415.71 0 0 1 3.61 43.88 228.06 228.06 0 0 1-.04 30.73z\"],\n \"uniregistry\": [384, 512, [], \"f404\", \"M192 480c39.5 0 76.2-11.8 106.8-32.2H85.3C115.8 468.2 152.5 480 192 480zm-89.1-193.1v-12.4H0v12.4c0 2.5 0 5 .1 7.4h103.1c-.2-2.4-.3-4.9-.3-7.4zm20.5 57H8.5c2.6 8.5 5.8 16.8 9.6 24.8h138.3c-12.9-5.7-24.1-14.2-33-24.8zm-17.7-34.7H1.3c.9 7.6 2.2 15 3.9 22.3h109.7c-4-6.9-7.2-14.4-9.2-22.3zm-2.8-69.3H0v17.3h102.9zm0-173.2H0v4.9h102.9zm0-34.7H0v2.5h102.9zm0 69.3H0v7.4h102.9zm0 104H0v14.8h102.9zm0-69.3H0v9.9h102.9zm0 34.6H0V183h102.9zm166.2 160.9h109.7c1.8-7.3 3.1-14.7 3.9-22.3H278.3c-2.1 7.9-5.2 15.4-9.2 22.3zm12-185.7H384V136H281.1zm0 37.2H384v-12.4H281.1zm0-74.3H384v-7.4H281.1zm0-76.7v2.5H384V32zm-203 410.9h227.7c11.8-8.7 22.7-18.6 32.2-29.7H44.9c9.6 11 21.4 21 33.2 29.7zm203-371.3H384v-4.9H281.1zm0 148.5H384v-14.8H281.1zM38.8 405.7h305.3c6.7-8.5 12.6-17.6 17.8-27.2H23c5.2 9.6 9.2 18.7 15.8 27.2zm188.8-37.1H367c3.7-8 5.8-16.2 8.5-24.8h-115c-8.8 10.7-20.1 19.2-32.9 24.8zm53.5-81.7c0 2.5-.1 5-.4 7.4h103.1c.1-2.5.2-4.9.2-7.4v-12.4H281.1zm0-29.7H384v-17.3H281.1z\"],\n \"unity\": [576, 512, [], \"f949\", \"M498.11,206.4,445.31,14.72,248.2,66.08,219,116.14l-59.2-.43L15.54,256,159.82,396.32l59.17-.43,29.24,50,197.08,51.36,52.8-191.62-30-49.63ZM223.77,124.2,374.55,86.51,288,232.33H114.87Zm0,263.63L114.87,279.71H288l86.55,145.81Zm193,14L330.17,256l86.58-145.84L458.56,256Z\"],\n \"unsplash\": [448, 512, [], \"f97c\", \"M448,230.17V480H0V230.17H141.13V355.09H306.87V230.17ZM306.87,32H141.13V156.91H306.87Z\"],\n \"untappd\": [640, 512, [], \"f405\", \"M401.3 49.9c-79.8 160.1-84.6 152.5-87.9 173.2l-5.2 32.8c-1.9 12-6.6 23.5-13.7 33.4L145.6 497.1c-7.6 10.6-20.4 16.2-33.4 14.6-40.3-5-77.8-32.2-95.3-68.5-5.7-11.8-4.5-25.8 3.1-36.4l148.9-207.9c7.1-9.9 16.4-18 27.2-23.7l29.3-15.5c18.5-9.8 9.7-11.9 135.6-138.9 1-4.8 1-7.3 3.6-8 3-.7 6.6-1 6.3-4.6l-.4-4.6c-.2-1.9 1.3-3.6 3.2-3.6 4.5-.1 13.2 1.2 25.6 10 12.3 8.9 16.4 16.8 17.7 21.1.6 1.8-.6 3.7-2.4 4.2l-4.5 1.1c-3.4.9-2.5 4.4-2.3 7.4.1 2.8-2.3 3.6-6.5 6.1zM230.1 36.4c3.4.9 2.5 4.4 2.3 7.4-.2 2.7 2.1 3.5 6.4 6 7.9 15.9 15.3 30.5 22.2 44 .7 1.3 2.3 1.5 3.3.5 11.2-12 24.6-26.2 40.5-42.6 1.3-1.4 1.4-3.5.1-4.9-8-8.2-16.5-16.9-25.6-26.1-1-4.7-1-7.3-3.6-8-3-.8-6.6-1-6.3-4.6.3-3.3 1.4-8.1-2.8-8.2-4.5-.1-13.2 1.1-25.6 10-12.3 8.9-16.4 16.8-17.7 21.1-1.4 4.2 3.6 4.6 6.8 5.4zM620 406.7L471.2 198.8c-13.2-18.5-26.6-23.4-56.4-39.1-11.2-5.9-14.2-10.9-30.5-28.9-1-1.1-2.9-.9-3.6.5-46.3 88.8-47.1 82.8-49 94.8-1.7 10.7-1.3 20 .3 29.8 1.9 12 6.6 23.5 13.7 33.4l148.9 207.9c7.6 10.6 20.2 16.2 33.1 14.7 40.3-4.9 78-32 95.7-68.6 5.4-11.9 4.3-25.9-3.4-36.6z\"],\n \"ups\": [384, 512, [], \"f7e0\", \"M103.2 303c-5.2 3.6-32.6 13.1-32.6-19V180H37.9v102.6c0 74.9 80.2 51.1 97.9 39V180h-32.6zM4 74.82v220.9c0 103.7 74.9 135.2 187.7 184.1 112.4-48.9 187.7-80.2 187.7-184.1V74.82c-116.3-61.6-281.8-49.6-375.4 0zm358.1 220.9c0 86.6-53.2 113.6-170.4 165.3-117.5-51.8-170.5-78.7-170.5-165.3v-126.4c102.3-93.8 231.6-100 340.9-89.8zm-209.6-107.4v212.8h32.7v-68.7c24.4 7.3 71.7-2.6 71.7-78.5 0-97.4-80.7-80.92-104.4-65.6zm32.7 117.3v-100.3c8.4-4.2 38.4-12.7 38.4 49.3 0 67.9-36.4 51.8-38.4 51zm79.1-86.4c.1 47.3 51.6 42.5 52.2 70.4.6 23.5-30.4 23-50.8 4.9v30.1c36.2 21.5 81.9 8.1 83.2-33.5 1.7-51.5-54.1-46.6-53.4-73.2.6-20.3 30.6-20.5 48.5-2.2v-28.4c-28.5-22-79.9-9.2-79.7 31.9z\"],\n \"usb\": [640, 512, [], \"f287\", \"M641.5 256c0 3.1-1.7 6.1-4.5 7.5L547.9 317c-1.4.8-2.8 1.4-4.5 1.4-1.4 0-3.1-.3-4.5-1.1-2.8-1.7-4.5-4.5-4.5-7.8v-35.6H295.7c25.3 39.6 40.5 106.9 69.6 106.9H392V354c0-5 3.9-8.9 8.9-8.9H490c5 0 8.9 3.9 8.9 8.9v89.1c0 5-3.9 8.9-8.9 8.9h-89.1c-5 0-8.9-3.9-8.9-8.9v-26.7h-26.7c-75.4 0-81.1-142.5-124.7-142.5H140.3c-8.1 30.6-35.9 53.5-69 53.5C32 327.3 0 295.3 0 256s32-71.3 71.3-71.3c33.1 0 61 22.8 69 53.5 39.1 0 43.9 9.5 74.6-60.4C255 88.7 273 95.7 323.8 95.7c7.5-20.9 27-35.6 50.4-35.6 29.5 0 53.5 23.9 53.5 53.5s-23.9 53.5-53.5 53.5c-23.4 0-42.9-14.8-50.4-35.6H294c-29.1 0-44.3 67.4-69.6 106.9h310.1v-35.6c0-3.3 1.7-6.1 4.5-7.8 2.8-1.7 6.4-1.4 8.9.3l89.1 53.5c2.8 1.1 4.5 4.1 4.5 7.2z\"],\n \"usps\": [576, 512, [], \"f7e1\", \"M460.3 241.7c25.8-41.3 15.2-48.8-11.7-48.8h-27c-.1 0-1.5-1.4-10.9 8-11.2 5.6-37.9 6.3-37.9 8.7 0 4.5 70.3-3.1 88.1 0 9.5 1.5-1.5 20.4-4.4 32-.5 4.5 2.4 2.3 3.8.1zm-112.1 22.6c64-21.3 97.3-23.9 102-26.2 4.4-2.9-4.4-6.6-26.2-5.8-51.7 2.2-137.6 37.1-172.6 53.9l-30.7-93.3h196.6c-2.7-28.2-152.9-22.6-337.9-22.6L27 415.8c196.4-97.3 258.9-130.3 321.2-151.5zM94.7 96c253.3 53.7 330 65.7 332.1 85.2 36.4 0 45.9 0 52.4 6.6 21.1 19.7-14.6 67.7-14.6 67.7-4.4 2.9-406.4 160.2-406.4 160.2h423.1L549 96z\"],\n \"ussunnah\": [512, 512, [], \"f407\", \"M156.8 285.1l5.7 14.4h-8.2c-1.3-3.2-3.1-7.7-3.8-9.5-2.5-6.3-1.1-8.4 0-10 1.9-2.7 3.2-4.4 3.6-5.2 0 2.2.8 5.7 2.7 10.3zm297.3 18.8c-2.1 13.8-5.7 27.1-10.5 39.7l43 23.4-44.8-18.8c-5.3 13.2-12 25.6-19.9 37.2l34.2 30.2-36.8-26.4c-8.4 11.8-18 22.6-28.7 32.3l24.9 34.7-28.1-31.8c-11 9.6-23.1 18-36.1 25.1l15.7 37.2-19.3-35.3c-13.1 6.8-27 12.1-41.6 15.9l6.7 38.4-10.5-37.4c-14.3 3.4-29.2 5.3-44.5 5.4L256 512l-1.9-38.4c-15.3-.1-30.2-2-44.5-5.3L199 505.6l6.7-38.2c-14.6-3.7-28.6-9.1-41.7-15.8l-19.2 35.1 15.6-37c-13-7-25.2-15.4-36.2-25.1l-27.9 31.6 24.7-34.4c-10.7-9.7-20.4-20.5-28.8-32.3l-36.5 26.2 33.9-29.9c-7.9-11.6-14.6-24.1-20-37.3l-44.4 18.7L67.8 344c-4.8-12.7-8.4-26.1-10.5-39.9l-51 9 50.3-14.2c-1.1-8.5-1.7-17.1-1.7-25.9 0-4.7.2-9.4.5-14.1L0 256l56-2.8c1.3-13.1 3.8-25.8 7.5-38.1L6.4 199l58.9 10.4c4-12 9.1-23.5 15.2-34.4l-55.1-30 58.3 24.6C90 159 97.2 149.2 105.3 140L55.8 96.4l53.9 38.7c8.1-8.6 17-16.5 26.6-23.6l-40-55.6 45.6 51.6c9.5-6.6 19.7-12.3 30.3-17.2l-27.3-64.9 33.8 62.1c10.5-4.4 21.4-7.9 32.7-10.4L199 6.4l19.5 69.2c11-2.1 22.3-3.2 33.8-3.4L256 0l3.6 72.2c11.5.2 22.8 1.4 33.8 3.5L313 6.4l-12.4 70.7c11.3 2.6 22.2 6.1 32.6 10.5l33.9-62.2-27.4 65.1c10.6 4.9 20.7 10.7 30.2 17.2l45.8-51.8-40.1 55.9c9.5 7.1 18.4 15 26.5 23.6l54.2-38.9-49.7 43.9c8 9.1 15.2 18.9 21.5 29.4l58.7-24.7-55.5 30.2c6.1 10.9 11.1 22.3 15.1 34.3l59.3-10.4-57.5 16.2c3.7 12.2 6.2 24.9 7.5 37.9L512 256l-56 2.8c.3 4.6.5 9.3.5 14.1 0 8.7-.6 17.3-1.6 25.8l50.7 14.3-51.5-9.1zm-21.8-31c0-97.5-79-176.5-176.5-176.5s-176.5 79-176.5 176.5 79 176.5 176.5 176.5 176.5-79 176.5-176.5zm-24 0c0 84.3-68.3 152.6-152.6 152.6s-152.6-68.3-152.6-152.6 68.3-152.6 152.6-152.6 152.6 68.3 152.6 152.6zM195 241c0 2.1 1.3 3.8 3.6 5.1 3.3 1.9 6.2 4.6 8.2 8.2 2.8-5.7 4.3-9.5 4.3-11.2 0-2.2-1.1-4.4-3.2-7-2.1-2.5-3.2-5.2-3.3-7.7-6.5 6.8-9.6 10.9-9.6 12.6zm-40.7-19c0 2.1 1.3 3.8 3.6 5.1 3.5 1.9 6.2 4.6 8.2 8.2 2.8-5.7 4.3-9.5 4.3-11.2 0-2.2-1.1-4.4-3.2-7-2.1-2.5-3.2-5.2-3.3-7.7-6.5 6.8-9.6 10.9-9.6 12.6zm-19 0c0 2.1 1.3 3.8 3.6 5.1 3.3 1.9 6.2 4.6 8.2 8.2 2.8-5.7 4.3-9.5 4.3-11.2 0-2.2-1.1-4.4-3.2-7-2.1-2.5-3.2-5.2-3.3-7.7-6.4 6.8-9.6 10.9-9.6 12.6zm204.9 87.9c-8.4-3-8.7-6.8-8.7-15.6V182c-8.2 12.5-14.2 18.6-18 18.6 6.3 14.4 9.5 23.9 9.5 28.3v64.3c0 2.2-2.2 6.5-4.7 6.5h-18c-2.8-7.5-10.2-26.9-15.3-40.3-2 2.5-7.2 9.2-10.7 13.7 2.4 1.6 4.1 3.6 5.2 6.3 2.6 6.7 6.4 16.5 7.9 20.2h-9.2c-3.9-10.4-9.6-25.4-11.8-31.1-2 2.5-7.2 9.2-10.7 13.7 2.4 1.6 4.1 3.6 5.2 6.3.8 2 2.8 7.3 4.3 10.9H256c-1.5-4.1-5.6-14.6-8.4-22-2 2.5-7.2 9.2-10.7 13.7 2.5 1.6 4.3 3.6 5.2 6.3.2.6.5 1.4.6 1.7H225c-4.6-13.9-11.4-27.7-11.4-34.1 0-2.2.3-5.1 1.1-8.2-8.8 10.8-14 15.9-14 25 0 7.5 10.4 28.3 10.4 33.3 0 1.7-.5 3.3-1.4 4.9-9.6-12.7-15.5-20.7-18.8-20.7h-12l-11.2-28c-3.8-9.6-5.7-16-5.7-18.8 0-3.8.5-7.7 1.7-12.2-1 1.3-3.7 4.7-5.5 7.1-.8-2.1-3.1-7.7-4.6-11.5-2.1 2.5-7.5 9.1-11.2 13.6.9 2.3 3.3 8.1 4.9 12.2-2.5 3.3-9.1 11.8-13.6 17.7-4 5.3-5.8 13.3-2.7 21.8 2.5 6.7 2 7.9-1.7 14.1H191c5.5 0 14.3 14 15.5 22 13.2-16 15.4-19.6 16.8-21.6h107c3.9 0 7.2-1.9 9.9-5.8zm20.1-26.6V181.7c-9 12.5-15.9 18.6-20.7 18.6 7.1 14.4 10.7 23.9 10.7 28.3v66.3c0 17.5 8.6 20.4 24 20.4 8.1 0 12.5-.8 13.7-2.7-4.3-1.6-7.6-2.5-9.9-3.3-8.1-3.2-17.8-7.4-17.8-26z\"],\n \"vaadin\": [448, 512, [], \"f408\", \"M224.5 140.7c1.5-17.6 4.9-52.7 49.8-52.7h98.6c20.7 0 32.1-7.8 32.1-21.6V54.1c0-12.2 9.3-22.1 21.5-22.1S448 41.9 448 54.1v36.5c0 42.9-21.5 62-66.8 62H280.7c-30.1 0-33 14.7-33 27.1 0 1.3-.1 2.5-.2 3.7-.7 12.3-10.9 22.2-23.4 22.2s-22.7-9.8-23.4-22.2c-.1-1.2-.2-2.4-.2-3.7 0-12.3-3-27.1-33-27.1H66.8c-45.3 0-66.8-19.1-66.8-62V54.1C0 41.9 9.4 32 21.6 32s21.5 9.9 21.5 22.1v12.3C43.1 80.2 54.5 88 75.2 88h98.6c44.8 0 48.3 35.1 49.8 52.7h.9zM224 456c11.5 0 21.4-7 25.7-16.3 1.1-1.8 97.1-169.6 98.2-171.4 11.9-19.6-3.2-44.3-27.2-44.3-13.9 0-23.3 6.4-29.8 20.3L224 362l-66.9-117.7c-6.4-13.9-15.9-20.3-29.8-20.3-24 0-39.1 24.6-27.2 44.3 1.1 1.9 97.1 169.6 98.2 171.4 4.3 9.3 14.2 16.3 25.7 16.3z\"],\n \"viacoin\": [384, 512, [], \"f237\", \"M384 32h-64l-80.7 192h-94.5L64 32H0l48 112H0v48h68.5l13.8 32H0v48h102.8L192 480l89.2-208H384v-48h-82.3l13.8-32H384v-48h-48l48-112zM192 336l-27-64h54l-27 64z\"],\n \"viadeo\": [448, 512, [], \"f2a9\", \"M276.2 150.5v.7C258.3 98.6 233.6 47.8 205.4 0c43.3 29.2 67 100 70.8 150.5zm32.7 121.7c7.6 18.2 11 37.5 11 57 0 77.7-57.8 141-137.8 139.4l3.8-.3c74.2-46.7 109.3-118.6 109.3-205.1 0-38.1-6.5-75.9-18.9-112 1 11.7 1 23.7 1 35.4 0 91.8-18.1 241.6-116.6 280C95 455.2 49.4 398 49.4 329.2c0-75.6 57.4-142.3 135.4-142.3 16.8 0 33.7 3.1 49.1 9.6 1.7-15.1 6.5-29.9 13.4-43.3-19.9-7.2-41.2-10.7-62.5-10.7-161.5 0-238.7 195.9-129.9 313.7 67.9 74.6 192 73.9 259.8 0 56.6-61.3 60.9-142.4 36.4-201-12.7 8-27.1 13.9-42.2 17zM418.1 11.7c-31 66.5-81.3 47.2-115.8 80.1-12.4 12-20.6 34-20.6 50.5 0 14.1 4.5 27.1 12 38.8 47.4-11 98.3-46 118.2-90.7-.7 5.5-4.8 14.4-7.2 19.2-20.3 35.7-64.6 65.6-99.7 84.9 14.8 14.4 33.7 25.8 55 25.8 79 0 110.1-134.6 58.1-208.6z\"],\n \"viadeo-square\": [448, 512, [], \"f2aa\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM280.7 381.2c-42.4 46.2-120 46.6-162.4 0-68-73.6-19.8-196.1 81.2-196.1 13.3 0 26.6 2.1 39.1 6.7-4.3 8.4-7.3 17.6-8.4 27.1-9.7-4.1-20.2-6-30.7-6-48.8 0-84.6 41.7-84.6 88.9 0 43 28.5 78.7 69.5 85.9 61.5-24 72.9-117.6 72.9-175 0-7.3 0-14.8-.6-22.1-11.2-32.9-26.6-64.6-44.2-94.5 27.1 18.3 41.9 62.5 44.2 94.1v.4c7.7 22.5 11.8 46.2 11.8 70 0 54.1-21.9 99-68.3 128.2l-2.4.2c50 1 86.2-38.6 86.2-87.2 0-12.2-2.1-24.3-6.9-35.7 9.5-1.9 18.5-5.6 26.4-10.5 15.3 36.6 12.6 87.3-22.8 125.6zM309 233.7c-13.3 0-25.1-7.1-34.4-16.1 21.9-12 49.6-30.7 62.3-53 1.5-3 4.1-8.6 4.5-12-12.5 27.9-44.2 49.8-73.9 56.7-4.7-7.3-7.5-15.5-7.5-24.3 0-10.3 5.2-24.1 12.9-31.6 21.6-20.5 53-8.5 72.4-50 32.5 46.2 13.1 130.3-36.3 130.3z\"],\n \"viber\": [512, 512, [], \"f409\", \"M444 49.9C431.3 38.2 379.9.9 265.3.4c0 0-135.1-8.1-200.9 52.3C27.8 89.3 14.9 143 13.5 209.5c-1.4 66.5-3.1 191.1 117 224.9h.1l-.1 51.6s-.8 20.9 13 25.1c16.6 5.2 26.4-10.7 42.3-27.8 8.7-9.4 20.7-23.2 29.8-33.7 82.2 6.9 145.3-8.9 152.5-11.2 16.6-5.4 110.5-17.4 125.7-142 15.8-128.6-7.6-209.8-49.8-246.5zM457.9 287c-12.9 104-89 110.6-103 115.1-6 1.9-61.5 15.7-131.2 11.2 0 0-52 62.7-68.2 79-5.3 5.3-11.1 4.8-11-5.7 0-6.9.4-85.7.4-85.7-.1 0-.1 0 0 0-101.8-28.2-95.8-134.3-94.7-189.8 1.1-55.5 11.6-101 42.6-131.6 55.7-50.5 170.4-43 170.4-43 96.9.4 143.3 29.6 154.1 39.4 35.7 30.6 53.9 103.8 40.6 211.1zm-139-80.8c.4 8.6-12.5 9.2-12.9.6-1.1-22-11.4-32.7-32.6-33.9-8.6-.5-7.8-13.4.7-12.9 27.9 1.5 43.4 17.5 44.8 46.2zm20.3 11.3c1-42.4-25.5-75.6-75.8-79.3-8.5-.6-7.6-13.5.9-12.9 58 4.2 88.9 44.1 87.8 92.5-.1 8.6-13.1 8.2-12.9-.3zm47 13.4c.1 8.6-12.9 8.7-12.9.1-.6-81.5-54.9-125.9-120.8-126.4-8.5-.1-8.5-12.9 0-12.9 73.7.5 133 51.4 133.7 139.2zM374.9 329v.2c-10.8 19-31 40-51.8 33.3l-.2-.3c-21.1-5.9-70.8-31.5-102.2-56.5-16.2-12.8-31-27.9-42.4-42.4-10.3-12.9-20.7-28.2-30.8-46.6-21.3-38.5-26-55.7-26-55.7-6.7-20.8 14.2-41 33.3-51.8h.2c9.2-4.8 18-3.2 23.9 3.9 0 0 12.4 14.8 17.7 22.1 5 6.8 11.7 17.7 15.2 23.8 6.1 10.9 2.3 22-3.7 26.6l-12 9.6c-6.1 4.9-5.3 14-5.3 14s17.8 67.3 84.3 84.3c0 0 9.1.8 14-5.3l9.6-12c4.6-6 15.7-9.8 26.6-3.7 14.7 8.3 33.4 21.2 45.8 32.9 7 5.7 8.6 14.4 3.8 23.6z\"],\n \"vimeo\": [448, 512, [], \"f40a\", \"M403.2 32H44.8C20.1 32 0 52.1 0 76.8v358.4C0 459.9 20.1 480 44.8 480h358.4c24.7 0 44.8-20.1 44.8-44.8V76.8c0-24.7-20.1-44.8-44.8-44.8zM377 180.8c-1.4 31.5-23.4 74.7-66 129.4-44 57.2-81.3 85.8-111.7 85.8-18.9 0-34.8-17.4-47.9-52.3-25.5-93.3-36.4-148-57.4-148-2.4 0-10.9 5.1-25.4 15.2l-15.2-19.6c37.3-32.8 72.9-69.2 95.2-71.2 25.2-2.4 40.7 14.8 46.5 51.7 20.7 131.2 29.9 151 67.6 91.6 13.5-21.4 20.8-37.7 21.8-48.9 3.5-33.2-25.9-30.9-45.8-22.4 15.9-52.1 46.3-77.4 91.2-76 33.3.9 49 22.5 47.1 64.7z\"],\n \"vimeo-square\": [448, 512, [], \"f194\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-16.2 149.6c-1.4 31.1-23.2 73.8-65.3 127.9-43.5 56.5-80.3 84.8-110.4 84.8-18.7 0-34.4-17.2-47.3-51.6-25.2-92.3-35.9-146.4-56.7-146.4-2.4 0-10.8 5-25.1 15.1L64 192c36.9-32.4 72.1-68.4 94.1-70.4 24.9-2.4 40.2 14.6 46 51.1 20.5 129.6 29.6 149.2 66.8 90.5 13.4-21.2 20.6-37.2 21.5-48.3 3.4-32.8-25.6-30.6-45.2-22.2 15.7-51.5 45.8-76.5 90.1-75.1 32.9 1 48.4 22.4 46.5 64z\"],\n \"vimeo-v\": [448, 512, [], \"f27d\", \"M447.8 153.6c-2 43.6-32.4 103.3-91.4 179.1-60.9 79.2-112.4 118.8-154.6 118.8-26.1 0-48.2-24.1-66.3-72.3C100.3 250 85.3 174.3 56.2 174.3c-3.4 0-15.1 7.1-35.2 21.1L0 168.2c51.6-45.3 100.9-95.7 131.8-98.5 34.9-3.4 56.3 20.5 64.4 71.5 28.7 181.5 41.4 208.9 93.6 126.7 18.7-29.6 28.8-52.1 30.2-67.6 4.8-45.9-35.8-42.8-63.3-31 22-72.1 64.1-107.1 126.2-105.1 45.8 1.2 67.5 31.1 64.9 89.4z\"],\n \"vine\": [384, 512, [], \"f1ca\", \"M384 254.7v52.1c-18.4 4.2-36.9 6.1-52.1 6.1-36.9 77.4-103 143.8-125.1 156.2-14 7.9-27.1 8.4-42.7-.8C137 452 34.2 367.7 0 102.7h74.5C93.2 261.8 139 343.4 189.3 404.5c27.9-27.9 54.8-65.1 75.6-106.9-49.8-25.3-80.1-80.9-80.1-145.6 0-65.6 37.7-115.1 102.2-115.1 114.9 0 106.2 127.9 81.6 181.5 0 0-46.4 9.2-63.5-20.5 3.4-11.3 8.2-30.8 8.2-48.5 0-31.3-11.3-46.6-28.4-46.6-18.2 0-30.8 17.1-30.8 50 .1 79.2 59.4 118.7 129.9 101.9z\"],\n \"vk\": [576, 512, [], \"f189\", \"M545 117.7c3.7-12.5 0-21.7-17.8-21.7h-58.9c-15 0-21.9 7.9-25.6 16.7 0 0-30 73.1-72.4 120.5-13.7 13.7-20 18.1-27.5 18.1-3.7 0-9.4-4.4-9.4-16.9V117.7c0-15-4.2-21.7-16.6-21.7h-92.6c-9.4 0-15 7-15 13.5 0 14.2 21.2 17.5 23.4 57.5v86.8c0 19-3.4 22.5-10.9 22.5-20 0-68.6-73.4-97.4-157.4-5.8-16.3-11.5-22.9-26.6-22.9H38.8c-16.8 0-20.2 7.9-20.2 16.7 0 15.6 20 93.1 93.1 195.5C160.4 378.1 229 416 291.4 416c37.5 0 42.1-8.4 42.1-22.9 0-66.8-3.4-73.1 15.4-73.1 8.7 0 23.7 4.4 58.7 38.1 40 40 46.6 57.9 69 57.9h58.9c16.8 0 25.3-8.4 20.4-25-11.2-34.9-86.9-106.7-90.3-111.5-8.7-11.2-6.2-16.2 0-26.2.1-.1 72-101.3 79.4-135.6z\"],\n \"vnv\": [640, 512, [], \"f40b\", \"M104.9 352c-34.1 0-46.4-30.4-46.4-30.4L2.6 210.1S-7.8 192 13 192h32.8c10.4 0 13.2 8.7 18.8 18.1l36.7 74.5s5.2 13.1 21.1 13.1 21.1-13.1 21.1-13.1l36.7-74.5c5.6-9.5 8.4-18.1 18.8-18.1h32.8c20.8 0 10.4 18.1 10.4 18.1l-55.8 111.5S174.2 352 140 352h-35.1zm395 0c-34.1 0-46.4-30.4-46.4-30.4l-55.9-111.5S387.2 192 408 192h32.8c10.4 0 13.2 8.7 18.8 18.1l36.7 74.5s5.2 13.1 21.1 13.1 21.1-13.1 21.1-13.1l36.8-74.5c5.6-9.5 8.4-18.1 18.8-18.1H627c20.8 0 10.4 18.1 10.4 18.1l-55.9 111.5S569.3 352 535.1 352h-35.2zM337.6 192c34.1 0 46.4 30.4 46.4 30.4l55.9 111.5s10.4 18.1-10.4 18.1h-32.8c-10.4 0-13.2-8.7-18.8-18.1l-36.7-74.5s-5.2-13.1-21.1-13.1c-15.9 0-21.1 13.1-21.1 13.1l-36.7 74.5c-5.6 9.4-8.4 18.1-18.8 18.1h-32.9c-20.8 0-10.4-18.1-10.4-18.1l55.9-111.5s12.2-30.4 46.4-30.4h35.1z\"],\n \"vuejs\": [448, 512, [], \"f41f\", \"M356.9 64.3H280l-56 88.6-48-88.6H0L224 448 448 64.3h-91.1zm-301.2 32h53.8L224 294.5 338.4 96.3h53.8L224 384.5 55.7 96.3z\"],\n \"waze\": [512, 512, [], \"f83f\", \"M502.17 201.67C516.69 287.53 471.23 369.59 389 409.8c13 34.1-12.4 70.2-48.32 70.2a51.68 51.68 0 0 1-51.57-49c-6.44.19-64.2 0-76.33-.64A51.69 51.69 0 0 1 159 479.92c-33.86-1.36-57.95-34.84-47-67.92-37.21-13.11-72.54-34.87-99.62-70.8-13-17.28-.48-41.8 20.84-41.8 46.31 0 32.22-54.17 43.15-110.26C94.8 95.2 193.12 32 288.09 32c102.48 0 197.15 70.67 214.08 169.67zM373.51 388.28c42-19.18 81.33-56.71 96.29-102.14 40.48-123.09-64.15-228-181.71-228-83.45 0-170.32 55.42-186.07 136-9.53 48.91 5 131.35-68.75 131.35C58.21 358.6 91.6 378.11 127 389.54c24.66-21.8 63.87-15.47 79.83 14.34 14.22 1 79.19 1.18 87.9.82a51.69 51.69 0 0 1 78.78-16.42zM205.12 187.13c0-34.74 50.84-34.75 50.84 0s-50.84 34.74-50.84 0zm116.57 0c0-34.74 50.86-34.75 50.86 0s-50.86 34.75-50.86 0zm-122.61 70.69c-3.44-16.94 22.18-22.18 25.62-5.21l.06.28c4.14 21.42 29.85 44 64.12 43.07 35.68-.94 59.25-22.21 64.11-42.77 4.46-16.05 28.6-10.36 25.47 6-5.23 22.18-31.21 62-91.46 62.9-42.55 0-80.88-27.84-87.9-64.25z\"],\n \"weebly\": [512, 512, [], \"f5cc\", \"M425.09 65.83c-39.88 0-73.28 25.73-83.66 64.33-18.16-58.06-65.5-64.33-84.95-64.33-19.78 0-66.8 6.28-85.28 64.33-10.38-38.6-43.45-64.33-83.66-64.33C38.59 65.83 0 99.72 0 143.03c0 28.96 4.18 33.27 77.17 233.48 22.37 60.57 67.77 69.35 92.74 69.35 39.23 0 70.04-19.46 85.93-53.98 15.89 34.83 46.69 54.29 85.93 54.29 24.97 0 70.36-9.1 92.74-69.67 76.55-208.65 77.5-205.58 77.5-227.2.63-48.32-36.01-83.47-86.92-83.47zm26.34 114.81l-65.57 176.44c-7.92 21.49-21.22 37.22-46.24 37.22-23.44 0-37.38-12.41-44.03-33.9l-39.28-117.42h-.95L216.08 360.4c-6.96 21.5-20.9 33.6-44.02 33.6-25.02 0-38.33-15.74-46.24-37.22L60.88 181.55c-5.38-14.83-7.92-23.91-7.92-34.5 0-16.34 15.84-29.36 38.33-29.36 18.69 0 31.99 11.8 36.11 29.05l44.03 139.82h.95l44.66-136.79c6.02-19.67 16.47-32.08 38.96-32.08s32.94 12.11 38.96 32.08l44.66 136.79h.95l44.03-139.82c4.12-17.25 17.42-29.05 36.11-29.05 22.17 0 38.33 13.32 38.33 35.71-.32 7.87-4.12 16.04-7.61 27.24z\"],\n \"weibo\": [512, 512, [], \"f18a\", \"M407 177.6c7.6-24-13.4-46.8-37.4-41.7-22 4.8-28.8-28.1-7.1-32.8 50.1-10.9 92.3 37.1 76.5 84.8-6.8 21.2-38.8 10.8-32-10.3zM214.8 446.7C108.5 446.7 0 395.3 0 310.4c0-44.3 28-95.4 76.3-143.7C176 67 279.5 65.8 249.9 161c-4 13.1 12.3 5.7 12.3 6 79.5-33.6 140.5-16.8 114 51.4-3.7 9.4 1.1 10.9 8.3 13.1 135.7 42.3 34.8 215.2-169.7 215.2zm143.7-146.3c-5.4-55.7-78.5-94-163.4-85.7-84.8 8.6-148.8 60.3-143.4 116s78.5 94 163.4 85.7c84.8-8.6 148.8-60.3 143.4-116zM347.9 35.1c-25.9 5.6-16.8 43.7 8.3 38.3 72.3-15.2 134.8 52.8 111.7 124-7.4 24.2 29.1 37 37.4 12 31.9-99.8-55.1-195.9-157.4-174.3zm-78.5 311c-17.1 38.8-66.8 60-109.1 46.3-40.8-13.1-58-53.4-40.3-89.7 17.7-35.4 63.1-55.4 103.4-45.1 42 10.8 63.1 50.2 46 88.5zm-86.3-30c-12.9-5.4-30 .3-38 12.9-8.3 12.9-4.3 28 8.6 34 13.1 6 30.8.3 39.1-12.9 8-13.1 3.7-28.3-9.7-34zm32.6-13.4c-5.1-1.7-11.4.6-14.3 5.4-2.9 5.1-1.4 10.6 3.7 12.9 5.1 2 11.7-.3 14.6-5.4 2.8-5.2 1.1-10.9-4-12.9z\"],\n \"weixin\": [576, 512, [], \"f1d7\", \"M385.2 167.6c6.4 0 12.6.3 18.8 1.1C387.4 90.3 303.3 32 207.7 32 100.5 32 13 104.8 13 197.4c0 53.4 29.3 97.5 77.9 131.6l-19.3 58.6 68-34.1c24.4 4.8 43.8 9.7 68.2 9.7 6.2 0 12.1-.3 18.3-.8-4-12.9-6.2-26.6-6.2-40.8-.1-84.9 72.9-154 165.3-154zm-104.5-52.9c14.5 0 24.2 9.7 24.2 24.4 0 14.5-9.7 24.2-24.2 24.2-14.8 0-29.3-9.7-29.3-24.2.1-14.7 14.6-24.4 29.3-24.4zm-136.4 48.6c-14.5 0-29.3-9.7-29.3-24.2 0-14.8 14.8-24.4 29.3-24.4 14.8 0 24.4 9.7 24.4 24.4 0 14.6-9.6 24.2-24.4 24.2zM563 319.4c0-77.9-77.9-141.3-165.4-141.3-92.7 0-165.4 63.4-165.4 141.3S305 460.7 397.6 460.7c19.3 0 38.9-5.1 58.6-9.9l53.4 29.3-14.8-48.6C534 402.1 563 363.2 563 319.4zm-219.1-24.5c-9.7 0-19.3-9.7-19.3-19.6 0-9.7 9.7-19.3 19.3-19.3 14.8 0 24.4 9.7 24.4 19.3 0 10-9.7 19.6-24.4 19.6zm107.1 0c-9.7 0-19.3-9.7-19.3-19.6 0-9.7 9.7-19.3 19.3-19.3 14.5 0 24.4 9.7 24.4 19.3.1 10-9.9 19.6-24.4 19.6z\"],\n \"whatsapp\": [448, 512, [], \"f232\", \"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"],\n \"whatsapp-square\": [448, 512, [], \"f40c\", \"M224 122.8c-72.7 0-131.8 59.1-131.9 131.8 0 24.9 7 49.2 20.2 70.1l3.1 5-13.3 48.6 49.9-13.1 4.8 2.9c20.2 12 43.4 18.4 67.1 18.4h.1c72.6 0 133.3-59.1 133.3-131.8 0-35.2-15.2-68.3-40.1-93.2-25-25-58-38.7-93.2-38.7zm77.5 188.4c-3.3 9.3-19.1 17.7-26.7 18.8-12.6 1.9-22.4.9-47.5-9.9-39.7-17.2-65.7-57.2-67.7-59.8-2-2.6-16.2-21.5-16.2-41s10.2-29.1 13.9-33.1c3.6-4 7.9-5 10.6-5 2.6 0 5.3 0 7.6.1 2.4.1 5.7-.9 8.9 6.8 3.3 7.9 11.2 27.4 12.2 29.4s1.7 4.3.3 6.9c-7.6 15.2-15.7 14.6-11.6 21.6 15.3 26.3 30.6 35.4 53.9 47.1 4 2 6.3 1.7 8.6-1 2.3-2.6 9.9-11.6 12.5-15.5 2.6-4 5.3-3.3 8.9-2 3.6 1.3 23.1 10.9 27.1 12.9s6.6 3 7.6 4.6c.9 1.9.9 9.9-2.4 19.1zM400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM223.9 413.2c-26.6 0-52.7-6.7-75.8-19.3L64 416l22.5-82.2c-13.9-24-21.2-51.3-21.2-79.3C65.4 167.1 136.5 96 223.9 96c42.4 0 82.2 16.5 112.2 46.5 29.9 30 47.9 69.8 47.9 112.2 0 87.4-72.7 158.5-160.1 158.5z\"],\n \"whmcs\": [448, 512, [], \"f40d\", \"M448 161v-21.3l-28.5-8.8-2.2-10.4 20.1-20.7L427 80.4l-29 7.5-7.2-7.5 7.5-28.2-19.1-11.6-21.3 21-10.7-3.2-7-26.4h-22.6l-6.2 26.4-12.1 3.2-19.7-21-19.4 11 8.1 27.7-8.1 8.4-28.5-7.5-11 19.1 20.7 21-2.9 10.4-28.5 7.8-.3 21.7 28.8 7.5 2.4 12.1-20.1 19.9 10.4 18.5 29.6-7.5 7.2 8.6-8.1 26.9 19.9 11.6 19.4-20.4 11.6 2.9 6.7 28.5 22.6.3 6.7-28.8 11.6-3.5 20.7 21.6 20.4-12.1-8.8-28 7.8-8.1 28.8 8.8 10.3-20.1-20.9-18.8 2.2-12.1 29.1-7zm-119.2 45.2c-31.3 0-56.8-25.4-56.8-56.8s25.4-56.8 56.8-56.8 56.8 25.4 56.8 56.8c0 31.5-25.4 56.8-56.8 56.8zm72.3 16.4l46.9 14.5V277l-55.1 13.4-4.1 22.7 38.9 35.3-19.2 37.9-54-16.7-14.6 15.2 16.7 52.5-38.3 22.7-38.9-40.5-21.7 6.6-12.6 54-42.4-.5-12.6-53.6-21.7-5.6-36.4 38.4-37.4-21.7 15.2-50.5-13.7-16.1-55.5 14.1-19.7-34.8 37.9-37.4-4.8-22.8-54-14.1.5-40.9L54 219.9l5.7-19.7-38.9-39.4L41.5 125l53.6 14.1 15.2-15.7-15.2-52 36.4-20.7 36.8 39.4L191 84l11.6-52H245l11.6 45.9L234 72l-6.3-1.7-3.3 5.7-11 19.1-3.3 5.6 4.6 4.6 17.2 17.4-.3 1-23.8 6.5-6.2 1.7-.1 6.4-.2 12.9C153.8 161.6 118 204 118 254.7c0 58.3 47.3 105.7 105.7 105.7 50.5 0 92.7-35.4 103.2-82.8l13.2.2 6.9.1 1.6-6.7 5.6-24 1.9-.6 17.1 17.8 4.7 4.9 5.8-3.4 20.4-12.1 5.8-3.5-2-6.5-6.8-21.2z\"],\n \"wikipedia-w\": [640, 512, [], \"f266\", \"M640 51.2l-.3 12.2c-28.1.8-45 15.8-55.8 40.3-25 57.8-103.3 240-155.3 358.6H415l-81.9-193.1c-32.5 63.6-68.3 130-99.2 193.1-.3.3-15 0-15-.3C172 352.3 122.8 243.4 75.8 133.4 64.4 106.7 26.4 63.4.2 63.7c0-3.1-.3-10-.3-14.2h161.9v13.9c-19.2 1.1-52.8 13.3-43.3 34.2 21.9 49.7 103.6 240.3 125.6 288.6 15-29.7 57.8-109.2 75.3-142.8-13.9-28.3-58.6-133.9-72.8-160-9.7-17.8-36.1-19.4-55.8-19.7V49.8l142.5.3v13.1c-19.4.6-38.1 7.8-29.4 26.1 18.9 40 30.6 68.1 48.1 104.7 5.6-10.8 34.7-69.4 48.1-100.8 8.9-20.6-3.9-28.6-38.6-29.4.3-3.6 0-10.3.3-13.6 44.4-.3 111.1-.3 123.1-.6v13.6c-22.5.8-45.8 12.8-58.1 31.7l-59.2 122.8c6.4 16.1 63.3 142.8 69.2 156.7L559.2 91.8c-8.6-23.1-36.4-28.1-47.2-28.3V49.6l127.8 1.1.2.5z\"],\n \"windows\": [448, 512, [], \"f17a\", \"M0 93.7l183.6-25.3v177.4H0V93.7zm0 324.6l183.6 25.3V268.4H0v149.9zm203.8 28L448 480V268.4H203.8v177.9zm0-380.6v180.1H448V32L203.8 65.7z\"],\n \"wix\": [640, 512, [], \"f5cf\", \"M393.38 131.69c0 13.03 2.08 32.69-28.68 43.83-9.52 3.45-15.95 9.66-15.95 9.66 0-31 4.72-42.22 17.4-48.86 9.75-5.11 27.23-4.63 27.23-4.63zm-115.8 35.54l-34.24 132.66-28.48-108.57c-7.69-31.99-20.81-48.53-48.43-48.53-27.37 0-40.66 16.18-48.43 48.53L89.52 299.89 55.28 167.23C49.73 140.51 23.86 128.96 0 131.96l65.57 247.93s21.63 1.56 32.46-3.96c14.22-7.25 20.98-12.84 29.59-46.57 7.67-30.07 29.11-118.41 31.12-124.7 4.76-14.94 11.09-13.81 15.4 0 1.97 6.3 23.45 94.63 31.12 124.7 8.6 33.73 15.37 39.32 29.59 46.57 10.82 5.52 32.46 3.96 32.46 3.96l65.57-247.93c-24.42-3.07-49.82 8.93-55.3 35.27zm115.78 5.21s-4.1 6.34-13.46 11.57c-6.01 3.36-11.78 5.64-17.97 8.61-15.14 7.26-13.18 13.95-13.18 35.2v152.07s16.55 2.09 27.37-3.43c13.93-7.1 17.13-13.95 17.26-44.78V181.41l-.02.01v-8.98zm163.44 84.08L640 132.78s-35.11-5.98-52.5 9.85c-13.3 12.1-24.41 29.55-54.18 72.47-.47.73-6.25 10.54-13.07 0-29.29-42.23-40.8-60.29-54.18-72.47-17.39-15.83-52.5-9.85-52.5-9.85l83.2 123.74-82.97 123.36s36.57 4.62 53.95-11.21c11.49-10.46 17.58-20.37 52.51-70.72 6.81-10.52 12.57-.77 13.07 0 29.4 42.38 39.23 58.06 53.14 70.72 17.39 15.83 53.32 11.21 53.32 11.21L556.8 256.52z\"],\n \"wizards-of-the-coast\": [640, 512, [], \"f730\", \"M219.19 345.69c-1.9 1.38-11.07 8.44-.26 23.57 4.64 6.42 14.11 12.79 21.73 6.55 6.5-4.88 7.35-12.92.26-23.04-5.47-7.76-14.28-12.88-21.73-7.08zm336.75 75.94c-.34 1.7-.55 1.67.79 0 2.09-4.19 4.19-10.21 4.98-19.9 3.14-38.49-40.33-71.49-101.34-78.03-54.73-6.02-124.38 9.17-188.8 60.49l-.26 1.57c2.62 4.98 4.98 10.74 3.4 21.21l.79.26c63.89-58.4 131.19-77.25 184.35-73.85 58.4 3.67 100.03 34.04 100.03 68.08-.01 9.96-2.63 15.72-3.94 20.17zM392.28 240.42c.79 7.07 4.19 10.21 9.17 10.47 5.5.26 9.43-2.62 10.47-6.55.79-3.4 2.09-29.85 2.09-29.85s-11.26 6.55-14.93 10.47c-3.66 3.68-7.33 8.39-6.8 15.46zm-50.02-151.1C137.75 89.32 13.1 226.8.79 241.2c-1.05.52-1.31.79.79 1.31 60.49 16.5 155.81 81.18 196.13 202.16l1.05.26c55.25-69.92 140.88-128.05 236.99-128.05 80.92 0 130.15 42.16 130.15 80.39 0 18.33-6.55 33.52-22.26 46.35 0 .96-.2.79.79.79 14.66-10.74 27.5-28.8 27.5-48.18 0-22.78-12.05-38.23-12.05-38.23 7.07 7.07 10.74 16.24 10.74 16.24 5.76-40.85 26.97-62.32 26.97-62.32-2.36-9.69-6.81-17.81-6.81-17.81 7.59 8.12 14.4 27.5 14.4 41.37 0 10.47-3.4 22.78-12.57 31.95l.26.52c8.12-4.98 16.5-16.76 16.5-37.97 0-15.71-4.71-25.92-4.71-25.92 5.76-5.24 11.26-9.17 15.97-11.78.79 3.4 2.09 9.69 2.36 14.93 0 1.05.79 1.83 1.05 0 .79-5.76-.26-16.24-.26-16.5 6.02-3.14 9.69-4.45 9.69-4.45C617.74 176 489.43 89.32 342.26 89.32zm-99.24 289.62c-11.06 8.99-24.2 4.08-30.64-4.19-7.45-9.58-6.76-24.09 4.19-32.47 14.85-11.35 27.08-.49 31.16 5.5.28.39 12.13 16.57-4.71 31.16zm2.09-136.43l9.43-17.81 11.78 70.96-12.57 6.02-24.62-28.8 14.14-26.71 3.67 4.45-1.83-8.11zm18.59 117.58l-.26-.26c2.05-4.1-2.5-6.61-17.54-31.69-1.31-2.36-3.14-2.88-4.45-2.62l-.26-.52c7.86-5.76 15.45-10.21 25.4-15.71l.52.26c1.31 1.83 2.09 2.88 3.4 4.71l-.26.52c-1.05-.26-2.36-.79-5.24.26-2.09.79-7.86 3.67-12.31 7.59v1.31c1.57 2.36 3.93 6.55 5.76 9.69h.26c10.05-6.28 7.56-4.55 11.52-7.86h.26c.52 1.83.52 1.83 1.83 5.5l-.26.26c-3.06.61-4.65.34-11.52 5.5v.26c9.46 17.02 11.01 16.75 12.57 15.97l.26.26c-2.34 1.59-6.27 4.21-9.68 6.57zm55.26-32.47c-3.14 1.57-6.02 2.88-9.95 4.98l-.26-.26c1.29-2.59 1.16-2.71-11.78-32.47l-.26-.26c-.15 0-8.9 3.65-9.95 7.33h-.52l-1.05-5.76.26-.52c7.29-4.56 25.53-11.64 27.76-12.57l.52.26 3.14 4.98-.26.52c-3.53-1.76-7.35.76-12.31 2.62v.26c12.31 32.01 12.67 30.64 14.66 30.64v.25zm44.77-16.5c-4.19 1.05-5.24 1.31-9.69 2.88l-.26-.26.52-4.45c-1.05-3.4-3.14-11.52-3.67-13.62l-.26-.26c-3.4.79-8.9 2.62-12.83 3.93l-.26.26c.79 2.62 3.14 9.95 4.19 13.88.79 2.36 1.83 2.88 2.88 3.14v.52c-3.67 1.05-7.07 2.62-10.21 3.93l-.26-.26c1.05-1.31 1.05-2.88.26-4.98-1.05-3.14-8.12-23.83-9.17-27.23-.52-1.83-1.57-3.14-2.62-3.14v-.52c3.14-1.05 6.02-2.09 10.74-3.4l.26.26-.26 4.71c1.31 3.93 2.36 7.59 3.14 9.69h.26c3.93-1.31 9.43-2.88 12.83-3.93l.26-.26-2.62-9.43c-.52-1.83-1.05-3.4-2.62-3.93v-.26c4.45-1.05 7.33-1.83 10.74-2.36l.26.26c-1.05 1.31-1.05 2.88-.52 4.45 1.57 6.28 4.71 20.43 6.28 26.45.54 2.62 1.85 3.41 2.63 3.93zm32.21-6.81l-.26.26c-4.71.52-14.14 2.36-22.52 4.19l-.26-.26.79-4.19c-1.57-7.86-3.4-18.59-4.98-26.19-.26-1.83-.79-2.88-2.62-3.67l.79-.52c9.17-1.57 20.16-2.36 24.88-2.62l.26.26c.52 2.36.79 3.14 1.57 5.5l-.26.26c-1.14-1.14-3.34-3.2-16.24-.79l-.26.26c.26 1.57 1.05 6.55 1.57 9.95l.26.26c9.52-1.68 4.76-.06 10.74-2.36h.26c0 1.57-.26 1.83-.26 5.24h-.26c-4.81-1.03-2.15-.9-10.21 0l-.26.26c.26 2.09 1.57 9.43 2.09 12.57l.26.26c1.15.38 14.21-.65 16.24-4.71h.26c-.53 2.38-1.05 4.21-1.58 6.04zm10.74-44.51c-4.45 2.36-8.12 2.88-11 2.88-.25.02-11.41 1.09-17.54-9.95-6.74-10.79-.98-25.2 5.5-31.69 8.8-8.12 23.35-10.1 28.54-17.02 8.03-10.33-13.04-22.31-29.59-5.76l-2.62-2.88 5.24-16.24c25.59-1.57 45.2-3.04 50.02 16.24.79 3.14 0 9.43-.26 12.05 0 2.62-1.83 18.85-2.09 23.04-.52 4.19-.79 18.33-.79 20.69.26 2.36.52 4.19 1.57 5.5 1.57 1.83 5.76 1.83 5.76 1.83l-.79 4.71c-11.82-1.07-10.28-.59-20.43-1.05-3.22-5.15-2.23-3.28-4.19-7.86 0 .01-4.19 3.94-7.33 5.51zm37.18 21.21c-6.35-10.58-19.82-7.16-21.73 5.5-2.63 17.08 14.3 19.79 20.69 10.21l.26.26c-.52 1.83-1.83 6.02-1.83 6.28l-.52.52c-10.3 6.87-28.5-2.5-25.66-18.59 1.94-10.87 14.44-18.93 28.8-9.95l.26.52c0 1.06-.27 3.41-.27 5.25zm5.77-87.73v-6.55c.69 0 19.65 3.28 27.76 7.33l-1.57 17.54s10.21-9.43 15.45-10.74c5.24-1.57 14.93 7.33 14.93 7.33l-11.26 11.26c-12.07-6.35-19.59-.08-20.69.79-5.29 38.72-8.6 42.17 4.45 46.09l-.52 4.71c-17.55-4.29-18.53-4.5-36.92-7.33l.79-4.71c7.25 0 7.48-5.32 7.59-6.81 0 0 4.98-53.16 4.98-55.25-.02-2.87-4.99-3.66-4.99-3.66zm10.99 114.44c-8.12-2.09-14.14-11-10.74-20.69 3.14-9.43 12.31-12.31 18.85-10.21 9.17 2.62 12.83 11.78 10.74 19.38-2.61 8.9-9.42 13.87-18.85 11.52zm42.16 9.69c-2.36-.52-7.07-2.36-8.64-2.88v-.26l1.57-1.83c.59-8.24.59-7.27.26-7.59-4.82-1.81-6.66-2.36-7.07-2.36-1.31 1.83-2.88 4.45-3.67 5.5l-.79 3.4v.26c-1.31-.26-3.93-1.31-6.02-1.57v-.26l2.62-1.83c3.4-4.71 9.95-14.14 13.88-20.16v-2.09l.52-.26c2.09.79 5.5 2.09 7.59 2.88.48.48.18-1.87-1.05 25.14-.24 1.81.02 2.6.8 3.91zm-4.71-89.82c11.25-18.27 30.76-16.19 34.04-3.4L539.7 198c2.34-6.25-2.82-9.9-4.45-11.26l1.83-3.67c12.22 10.37 16.38 13.97 22.52 20.43-25.91 73.07-30.76 80.81-24.62 84.32l-1.83 4.45c-6.37-3.35-8.9-4.42-17.81-8.64l2.09-6.81c-.26-.26-3.93 3.93-9.69 3.67-19.06-1.3-22.89-31.75-9.67-52.9zm29.33 79.34c0-5.71-6.34-7.89-7.86-5.24-1.31 2.09 1.05 4.98 2.88 8.38 1.57 2.62 2.62 6.28 1.05 9.43-2.64 6.34-12.4 5.31-15.45-.79 0-.7-.27.09 1.83-4.71l.79-.26c-.57 5.66 6.06 9.61 8.38 4.98 1.05-2.09-.52-5.5-2.09-8.38-1.57-2.62-3.67-6.28-1.83-9.69 2.72-5.06 11.25-4.47 14.66 2.36v.52l-2.36 3.4zm21.21 13.36c-1.96-3.27-.91-2.14-4.45-4.71h-.26c-2.36 4.19-5.76 10.47-8.64 16.24-1.31 2.36-1.05 3.4-.79 3.93l-.26.26-5.76-4.45.26-.26 2.09-1.31c3.14-5.76 6.55-12.05 9.17-17.02v-.26c-2.64-1.98-1.22-1.51-6.02-1.83v-.26l3.14-3.4h.26c3.67 2.36 9.95 6.81 12.31 8.9l.26.26-1.31 3.91zm27.23-44.26l-2.88-2.88c.79-2.36 1.83-4.98 2.09-7.59.75-9.74-11.52-11.84-11.52-4.98 0 4.98 7.86 19.38 7.86 27.76 0 10.21-5.76 15.71-13.88 16.5-8.38.79-20.16-10.47-20.16-10.47l4.98-14.4 2.88 2.09c-2.97 17.8 17.68 20.37 13.35 5.24-1.06-4.02-18.75-34.2 2.09-38.23 13.62-2.36 23.04 16.5 23.04 16.5l-7.85 10.46zm35.62-10.21c-11-30.38-60.49-127.53-191.95-129.62-53.42-1.05-94.27 15.45-132.76 37.97l85.63-9.17-91.39 20.69 25.14 19.64-3.93-16.5c7.5-1.71 39.15-8.45 66.77-8.9l-22.26 80.39c13.61-.7 18.97-8.98 19.64-22.78l4.98-1.05.26 26.71c-22.46 3.21-37.3 6.69-49.49 9.95l13.09-43.21-61.54-36.66 2.36 8.12 10.21 4.98c6.28 18.59 19.38 56.56 20.43 58.66 1.95 4.28 3.16 5.78 12.05 4.45l1.05 4.98c-16.08 4.86-23.66 7.61-39.02 14.4l-2.36-4.71c4.4-2.94 8.73-3.94 5.5-12.83-23.7-62.5-21.48-58.14-22.78-59.44l2.36-4.45 33.52 67.3c-3.84-11.87 1.68 1.69-32.99-78.82l-41.9 88.51 4.71-13.88-35.88-42.16 27.76 93.48-11.78 8.38C95 228.58 101.05 231.87 93.23 231.52c-5.5-.26-13.62 5.5-13.62 5.5L74.63 231c30.56-23.53 31.62-24.33 58.4-42.68l4.19 7.07s-5.76 4.19-7.86 7.07c-5.9 9.28 1.67 13.28 61.8 75.68l-18.85-58.92 39.8-10.21 25.66 30.64 4.45-12.31-4.98-24.62 13.09-3.4.52 3.14 3.67-10.47-94.27 29.33 11.26-4.98-13.62-42.42 17.28-9.17 30.11 36.14 28.54-13.09c-1.41-7.47-2.47-14.5-4.71-19.64l17.28 13.88 4.71-2.09-59.18-42.68 23.08 11.5c18.98-6.07 25.23-7.47 32.21-9.69l2.62 11c-12.55 12.55 1.43 16.82 6.55 19.38l-13.62-61.01 12.05 28.28c4.19-1.31 7.33-2.09 7.33-2.09l2.62 8.64s-3.14 1.05-6.28 2.09l8.9 20.95 33.78-65.73-20.69 61.01c42.42-24.09 81.44-36.66 131.98-35.88 67.04 1.05 167.33 40.85 199.8 139.83.78 2.1-.01 2.63-.79.27zM203.48 152.43s1.83-.52 4.19-1.31l9.43 7.59c-.4 0-3.44-.25-11.26 2.36l-2.36-8.64zm143.76 38.5c-1.57-.6-26.46-4.81-33.26 20.69l21.73 17.02 11.53-37.71zM318.43 67.07c-58.4 0-106.05 12.05-114.96 14.4v.79c8.38 2.09 14.4 4.19 21.21 11.78l1.57.26c6.55-1.83 48.97-13.88 110.24-13.88 180.16 0 301.67 116.79 301.67 223.37v9.95c0 1.31.79 2.62 1.05.52.52-2.09.79-8.64.79-19.64.26-83.79-96.63-227.55-321.57-227.55zm211.06 169.68c1.31-5.76 0-12.31-7.33-13.09-9.62-1.13-16.14 23.79-17.02 33.52-.79 5.5-1.31 14.93 6.02 14.93 4.68-.01 9.72-.91 18.33-35.36zm-61.53 42.95c-2.62-.79-9.43-.79-12.57 10.47-1.83 6.81.52 13.35 6.02 14.66 3.67 1.05 8.9.52 11.78-10.74 2.62-9.94-1.83-13.61-5.23-14.39zM491 300.65c1.83.52 3.14 1.05 5.76 1.83 0-1.83.52-8.38.79-12.05-1.05 1.31-5.5 8.12-6.55 9.95v.27z\"],\n \"wolf-pack-battalion\": [512, 512, [], \"f514\", \"M267.73 471.53l10.56 15.84 5.28-12.32 5.28 7V512c21.06-7.92 21.11-66.86 25.51-97.21 4.62-31.89-.88-92.81 81.37-149.11-8.88-23.61-12-49.43-2.64-80.05C421 189 447 196.21 456.43 239.73l-30.35 8.36c11.15 23 17 46.76 13.2 72.14L412 313.18l-6.16 33.43-18.47-7-8.8 33.39-19.35-7 26.39 21.11 8.8-28.15L419 364.2l7-35.63 26.39 14.52c.25-20 7-58.06-8.8-84.45l26.39 5.28c4-22.07-2.38-39.21-7.92-56.74l22.43 9.68c-.44-25.07-29.94-56.79-61.58-58.5-20.22-1.09-56.74-25.17-54.1-51.9 2-19.87 17.45-42.62 43.11-49.7-44 36.51-9.68 67.3 5.28 73.46 4.4-11.44 17.54-69.08 0-130.2-40.39 22.87-89.65 65.1-93.2 147.79l-58 38.71-3.52 93.25L369.78 220l7 7-17.59 3.52-44 38.71-15.84-5.28-28.1 49.25-3.52 119.64 21.11 15.84-32.55 15.84-32.55-15.84 21.11-15.84-3.52-119.64-28.15-49.26-15.84 5.28-44-38.71-17.58-3.51 7-7 107.33 59.82-3.52-93.25-58.06-38.71C185 65.1 135.77 22.87 95.3 0c-17.54 61.12-4.4 118.76 0 130.2 15-6.16 49.26-36.95 5.28-73.46 25.66 7.08 41.15 29.83 43.11 49.7 2.63 26.74-33.88 50.81-54.1 51.9-31.65 1.72-61.15 33.44-61.59 58.51l22.43-9.68c-5.54 17.53-11.91 34.67-7.92 56.74l26.39-5.28c-15.76 26.39-9.05 64.43-8.8 84.45l26.39-14.52 7 35.63 24.63-5.28 8.8 28.15L153.35 366 134 373l-8.8-33.43-18.47 7-6.16-33.43-27.27 7c-3.82-25.38 2-49.1 13.2-72.14l-30.35-8.36c9.4-43.52 35.47-50.77 63.34-54.1 9.36 30.62 6.24 56.45-2.64 80.05 82.25 56.3 76.75 117.23 81.37 149.11 4.4 30.35 4.45 89.29 25.51 97.21v-29.83l5.28-7 5.28 12.32 10.56-15.84 11.44 21.11 11.43-21.1zm79.17-95L331.06 366c7.47-4.36 13.76-8.42 19.35-12.32-.6 7.22-.27 13.84-3.51 22.84zm28.15-49.26c-.4 10.94-.9 21.66-1.76 31.67-7.85-1.86-15.57-3.8-21.11-7 8.24-7.94 15.55-16.32 22.87-24.68zm24.63 5.28c0-13.43-2.05-24.21-5.28-33.43a235 235 0 0 1-18.47 27.27zm3.52-80.94c19.44 12.81 27.8 33.66 29.91 56.3-12.32-4.53-24.63-9.31-36.95-10.56 5.06-12 6.65-28.14 7-45.74zm-1.76-45.74c.81 14.3 1.84 28.82 1.76 42.23 19.22-8.11 29.78-9.72 44-14.08-10.61-18.96-27.2-25.53-45.76-28.16zM165.68 376.52L181.52 366c-7.47-4.36-13.76-8.42-19.35-12.32.6 7.26.27 13.88 3.51 22.88zm-28.15-49.26c.4 10.94.9 21.66 1.76 31.67 7.85-1.86 15.57-3.8 21.11-7-8.24-7.93-15.55-16.31-22.87-24.67zm-24.64 5.28c0-13.43 2-24.21 5.28-33.43a235 235 0 0 0 18.47 27.27zm-3.52-80.94c-19.44 12.81-27.8 33.66-29.91 56.3 12.32-4.53 24.63-9.31 37-10.56-5-12-6.65-28.14-7-45.74zm1.76-45.74c-.81 14.3-1.84 28.82-1.76 42.23-19.22-8.11-29.78-9.72-44-14.08 10.63-18.95 27.23-25.52 45.76-28.15z\"],\n \"wordpress\": [512, 512, [], \"f19a\", \"M61.7 169.4l101.5 278C92.2 413 43.3 340.2 43.3 256c0-30.9 6.6-60.1 18.4-86.6zm337.9 75.9c0-26.3-9.4-44.5-17.5-58.7-10.8-17.5-20.9-32.4-20.9-49.9 0-19.6 14.8-37.8 35.7-37.8.9 0 1.8.1 2.8.2-37.9-34.7-88.3-55.9-143.7-55.9-74.3 0-139.7 38.1-177.8 95.9 5 .2 9.7.3 13.7.3 22.2 0 56.7-2.7 56.7-2.7 11.5-.7 12.8 16.2 1.4 17.5 0 0-11.5 1.3-24.3 2l77.5 230.4L249.8 247l-33.1-90.8c-11.5-.7-22.3-2-22.3-2-11.5-.7-10.1-18.2 1.3-17.5 0 0 35.1 2.7 56 2.7 22.2 0 56.7-2.7 56.7-2.7 11.5-.7 12.8 16.2 1.4 17.5 0 0-11.5 1.3-24.3 2l76.9 228.7 21.2-70.9c9-29.4 16-50.5 16-68.7zm-139.9 29.3l-63.8 185.5c19.1 5.6 39.2 8.7 60.1 8.7 24.8 0 48.5-4.3 70.6-12.1-.6-.9-1.1-1.9-1.5-2.9l-65.4-179.2zm183-120.7c.9 6.8 1.4 14 1.4 21.9 0 21.6-4 45.8-16.2 76.2l-65 187.9C426.2 403 468.7 334.5 468.7 256c0-37-9.4-71.8-26-102.1zM504 256c0 136.8-111.3 248-248 248C119.2 504 8 392.7 8 256 8 119.2 119.2 8 256 8c136.7 0 248 111.2 248 248zm-11.4 0c0-130.5-106.2-236.6-236.6-236.6C125.5 19.4 19.4 125.5 19.4 256S125.6 492.6 256 492.6c130.5 0 236.6-106.1 236.6-236.6z\"],\n \"wordpress-simple\": [512, 512, [], \"f411\", \"M256 8C119.3 8 8 119.2 8 256c0 136.7 111.3 248 248 248s248-111.3 248-248C504 119.2 392.7 8 256 8zM33 256c0-32.3 6.9-63 19.3-90.7l106.4 291.4C84.3 420.5 33 344.2 33 256zm223 223c-21.9 0-43-3.2-63-9.1l66.9-194.4 68.5 187.8c.5 1.1 1 2.1 1.6 3.1-23.1 8.1-48 12.6-74 12.6zm30.7-327.5c13.4-.7 25.5-2.1 25.5-2.1 12-1.4 10.6-19.1-1.4-18.4 0 0-36.1 2.8-59.4 2.8-21.9 0-58.7-2.8-58.7-2.8-12-.7-13.4 17.7-1.4 18.4 0 0 11.4 1.4 23.4 2.1l34.7 95.2L200.6 393l-81.2-241.5c13.4-.7 25.5-2.1 25.5-2.1 12-1.4 10.6-19.1-1.4-18.4 0 0-36.1 2.8-59.4 2.8-4.2 0-9.1-.1-14.4-.3C109.6 73 178.1 33 256 33c58 0 110.9 22.2 150.6 58.5-1-.1-1.9-.2-2.9-.2-21.9 0-37.4 19.1-37.4 39.6 0 18.4 10.6 33.9 21.9 52.3 8.5 14.8 18.4 33.9 18.4 61.5 0 19.1-7.3 41.2-17 72.1l-22.2 74.3-80.7-239.6zm81.4 297.2l68.1-196.9c12.7-31.8 17-57.2 17-79.9 0-8.2-.5-15.8-1.5-22.9 17.4 31.8 27.3 68.2 27.3 107 0 82.3-44.6 154.1-110.9 192.7z\"],\n \"wpbeginner\": [512, 512, [], \"f297\", \"M462.799 322.374C519.01 386.682 466.961 480 370.944 480c-39.602 0-78.824-17.687-100.142-50.04-6.887.356-22.702.356-29.59 0C219.848 462.381 180.588 480 141.069 480c-95.49 0-148.348-92.996-91.855-157.626C-29.925 190.523 80.479 32 256.006 32c175.632 0 285.87 158.626 206.793 290.374zm-339.647-82.972h41.529v-58.075h-41.529v58.075zm217.18 86.072v-23.839c-60.506 20.915-132.355 9.198-187.589-33.971l.246 24.897c51.101 46.367 131.746 57.875 187.343 32.913zm-150.753-86.072h166.058v-58.075H189.579v58.075z\"],\n \"wpexplorer\": [512, 512, [], \"f2de\", \"M512 256c0 141.2-114.7 256-256 256C114.8 512 0 397.3 0 256S114.7 0 256 0s256 114.7 256 256zm-32 0c0-123.2-100.3-224-224-224C132.5 32 32 132.5 32 256s100.5 224 224 224 224-100.5 224-224zM160.9 124.6l86.9 37.1-37.1 86.9-86.9-37.1 37.1-86.9zm110 169.1l46.6 94h-14.6l-50-100-48.9 100h-14l51.1-106.9-22.3-9.4 6-14 68.6 29.1-6 14.3-16.5-7.1zm-11.8-116.3l68.6 29.4-29.4 68.3L230 246l29.1-68.6zm80.3 42.9l54.6 23.1-23.4 54.3-54.3-23.1 23.1-54.3z\"],\n \"wpforms\": [448, 512, [], \"f298\", \"M448 75.2v361.7c0 24.3-19 43.2-43.2 43.2H43.2C19.3 480 0 461.4 0 436.8V75.2C0 51.1 18.8 32 43.2 32h361.7c24 0 43.1 18.8 43.1 43.2zm-37.3 361.6V75.2c0-3-2.6-5.8-5.8-5.8h-9.3L285.3 144 224 94.1 162.8 144 52.5 69.3h-9.3c-3.2 0-5.8 2.8-5.8 5.8v361.7c0 3 2.6 5.8 5.8 5.8h361.7c3.2.1 5.8-2.7 5.8-5.8zM150.2 186v37H76.7v-37h73.5zm0 74.4v37.3H76.7v-37.3h73.5zm11.1-147.3l54-43.7H96.8l64.5 43.7zm210 72.9v37h-196v-37h196zm0 74.4v37.3h-196v-37.3h196zm-84.6-147.3l64.5-43.7H232.8l53.9 43.7zM371.3 335v37.3h-99.4V335h99.4z\"],\n \"wpressr\": [496, 512, [], \"f3e4\", \"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm171.33 158.6c-15.18 34.51-30.37 69.02-45.63 103.5-2.44 5.51-6.89 8.24-12.97 8.24-23.02-.01-46.03.06-69.05-.05-5.12-.03-8.25 1.89-10.34 6.72-10.19 23.56-20.63 47-30.95 70.5-1.54 3.51-4.06 5.29-7.92 5.29-45.94-.01-91.87-.02-137.81 0-3.13 0-5.63-1.15-7.72-3.45-11.21-12.33-22.46-24.63-33.68-36.94-2.69-2.95-2.79-6.18-1.21-9.73 8.66-19.54 17.27-39.1 25.89-58.66 12.93-29.35 25.89-58.69 38.75-88.08 1.7-3.88 4.28-5.68 8.54-5.65 14.24.1 28.48.02 42.72.05 6.24.01 9.2 4.84 6.66 10.59-13.6 30.77-27.17 61.55-40.74 92.33-5.72 12.99-11.42 25.99-17.09 39-3.91 8.95 7.08 11.97 10.95 5.6.23-.37-1.42 4.18 30.01-67.69 1.36-3.1 3.41-4.4 6.77-4.39 15.21.08 30.43.02 45.64.04 5.56.01 7.91 3.64 5.66 8.75-8.33 18.96-16.71 37.9-24.98 56.89-4.98 11.43 8.08 12.49 11.28 5.33.04-.08 27.89-63.33 32.19-73.16 2.02-4.61 5.44-6.51 10.35-6.5 26.43.05 52.86 0 79.29.05 12.44.02 13.93-13.65 3.9-13.64-25.26.03-50.52.02-75.78.02-6.27 0-7.84-2.47-5.27-8.27 5.78-13.06 11.59-26.11 17.3-39.21 1.73-3.96 4.52-5.79 8.84-5.78 23.09.06 25.98.02 130.78.03 6.08-.01 8.03 2.79 5.62 8.27z\"],\n \"xbox\": [512, 512, [], \"f412\", \"M369.9 318.2c44.3 54.3 64.7 98.8 54.4 118.7-7.9 15.1-56.7 44.6-92.6 55.9-29.6 9.3-68.4 13.3-100.4 10.2-38.2-3.7-76.9-17.4-110.1-39C93.3 445.8 87 438.3 87 423.4c0-29.9 32.9-82.3 89.2-142.1 32-33.9 76.5-73.7 81.4-72.6 9.4 2.1 84.3 75.1 112.3 109.5zM188.6 143.8c-29.7-26.9-58.1-53.9-86.4-63.4-15.2-5.1-16.3-4.8-28.7 8.1-29.2 30.4-53.5 79.7-60.3 122.4-5.4 34.2-6.1 43.8-4.2 60.5 5.6 50.5 17.3 85.4 40.5 120.9 9.5 14.6 12.1 17.3 9.3 9.9-4.2-11-.3-37.5 9.5-64 14.3-39 53.9-112.9 120.3-194.4zm311.6 63.5C483.3 127.3 432.7 77 425.6 77c-7.3 0-24.2 6.5-36 13.9-23.3 14.5-41 31.4-64.3 52.8C367.7 197 427.5 283.1 448.2 346c6.8 20.7 9.7 41.1 7.4 52.3-1.7 8.5-1.7 8.5 1.4 4.6 6.1-7.7 19.9-31.3 25.4-43.5 7.4-16.2 15-40.2 18.6-58.7 4.3-22.5 3.9-70.8-.8-93.4zM141.3 43C189 40.5 251 77.5 255.6 78.4c.7.1 10.4-4.2 21.6-9.7 63.9-31.1 94-25.8 107.4-25.2-63.9-39.3-152.7-50-233.9-11.7-23.4 11.1-24 11.9-9.4 11.2z\"],\n \"xing\": [384, 512, [], \"f168\", \"M162.7 210c-1.8 3.3-25.2 44.4-70.1 123.5-4.9 8.3-10.8 12.5-17.7 12.5H9.8c-7.7 0-12.1-7.5-8.5-14.4l69-121.3c.2 0 .2-.1 0-.3l-43.9-75.6c-4.3-7.8.3-14.1 8.5-14.1H100c7.3 0 13.3 4.1 18 12.2l44.7 77.5zM382.6 46.1l-144 253v.3L330.2 466c3.9 7.1.2 14.1-8.5 14.1h-65.2c-7.6 0-13.6-4-18-12.2l-92.4-168.5c3.3-5.8 51.5-90.8 144.8-255.2 4.6-8.1 10.4-12.2 17.5-12.2h65.7c8 0 12.3 6.7 8.5 14.1z\"],\n \"xing-square\": [448, 512, [], \"f169\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM140.4 320.2H93.8c-5.5 0-8.7-5.3-6-10.3l49.3-86.7c.1 0 .1-.1 0-.2l-31.4-54c-3-5.6.2-10.1 6-10.1h46.6c5.2 0 9.5 2.9 12.9 8.7l31.9 55.3c-1.3 2.3-18 31.7-50.1 88.2-3.5 6.2-7.7 9.1-12.6 9.1zm219.7-214.1L257.3 286.8v.2l65.5 119c2.8 5.1.1 10.1-6 10.1h-46.6c-5.5 0-9.7-2.9-12.9-8.7l-66-120.3c2.3-4.1 36.8-64.9 103.4-182.3 3.3-5.8 7.4-8.7 12.5-8.7h46.9c5.7-.1 8.8 4.7 6 10z\"],\n \"y-combinator\": [448, 512, [], \"f23b\", \"M448 32v448H0V32h448zM236 287.5L313.5 142h-32.7L235 233c-4.7 9.3-9 18.3-12.8 26.8L210 233l-45.2-91h-35l76.7 143.8v94.5H236v-92.8z\"],\n \"yahoo\": [512, 512, [], \"f19e\", \"M223.69,141.06,167,284.23,111,141.06H14.93L120.76,390.19,82.19,480h94.17L317.27,141.06Zm105.4,135.79a58.22,58.22,0,1,0,58.22,58.22A58.22,58.22,0,0,0,329.09,276.85ZM394.65,32l-93,223.47H406.44L499.07,32Z\"],\n \"yammer\": [512, 512, [], \"f840\", \"M421.78 152.17A23.06 23.06 0 0 0 400.9 112c-.83.43-1.71.9-2.63 1.4-15.25 8.4-118.33 80.62-106.69 88.77s82.04-23.61 130.2-50zm0 217.17c-48.16-26.38-118.64-58.1-130.2-50s91.42 80.35 106.69 88.74c.92.51 1.8 1 2.63 1.41a23.07 23.07 0 0 0 20.88-40.15zM464.21 237c-.95 0-1.95-.06-3-.06-17.4 0-142.52 13.76-136.24 26.51s83.3 18.74 138.21 18.76a23 23 0 0 0 1-45.21zM31 96.65a24.88 24.88 0 0 1 46.14-18.4l81 205.06h1.21l77-203.53a23.52 23.52 0 0 1 44.45 15.27L171.2 368.44C152.65 415.66 134.08 448 77.91 448a139.67 139.67 0 0 1-23.81-1.95 21.31 21.31 0 0 1 6.9-41.77c.66.06 10.91.66 13.86.66 30.47 0 43.74-18.94 58.07-59.41z\"],\n \"yandex\": [256, 512, [], \"f413\", \"M153.1 315.8L65.7 512H2l96-209.8c-45.1-22.9-75.2-64.4-75.2-141.1C22.7 53.7 90.8 0 171.7 0H254v512h-55.1V315.8h-45.8zm45.8-269.3h-29.4c-44.4 0-87.4 29.4-87.4 114.6 0 82.3 39.4 108.8 87.4 108.8h29.4V46.5z\"],\n \"yandex-international\": [320, 512, [], \"f414\", \"M129.5 512V345.9L18.5 48h55.8l81.8 229.7L250.2 0h51.3L180.8 347.8V512h-51.3z\"],\n \"yarn\": [496, 512, [], \"f7e3\", \"M393.9 345.2c-39 9.3-48.4 32.1-104 47.4 0 0-2.7 4-10.4 5.8-13.4 3.3-63.9 6-68.5 6.1-12.4.1-19.9-3.2-22-8.2-6.4-15.3 9.2-22 9.2-22-8.1-5-9-9.9-9.8-8.1-2.4 5.8-3.6 20.1-10.1 26.5-8.8 8.9-25.5 5.9-35.3.8-10.8-5.7.8-19.2.8-19.2s-5.8 3.4-10.5-3.6c-6-9.3-17.1-37.3 11.5-62-1.3-10.1-4.6-53.7 40.6-85.6 0 0-20.6-22.8-12.9-43.3 5-13.4 7-13.3 8.6-13.9 5.7-2.2 11.3-4.6 15.4-9.1 20.6-22.2 46.8-18 46.8-18s12.4-37.8 23.9-30.4c3.5 2.3 16.3 30.6 16.3 30.6s13.6-7.9 15.1-5c8.2 16 9.2 46.5 5.6 65.1-6.1 30.6-21.4 47.1-27.6 57.5-1.4 2.4 16.5 10 27.8 41.3 10.4 28.6 1.1 52.7 2.8 55.3.8 1.4 13.7.8 36.4-13.2 12.8-7.9 28.1-16.9 45.4-17 16.7-.5 17.6 19.2 4.9 22.2zM496 256c0 136.9-111.1 248-248 248S0 392.9 0 256 111.1 8 248 8s248 111.1 248 248zm-79.3 75.2c-1.7-13.6-13.2-23-28-22.8-22 .3-40.5 11.7-52.8 19.2-4.8 3-8.9 5.2-12.4 6.8 3.1-44.5-22.5-73.1-28.7-79.4 7.8-11.3 18.4-27.8 23.4-53.2 4.3-21.7 3-55.5-6.9-74.5-1.6-3.1-7.4-11.2-21-7.4-9.7-20-13-22.1-15.6-23.8-1.1-.7-23.6-16.4-41.4 28-12.2.9-31.3 5.3-47.5 22.8-2 2.2-5.9 3.8-10.1 5.4h.1c-8.4 3-12.3 9.9-16.9 22.3-6.5 17.4.2 34.6 6.8 45.7-17.8 15.9-37 39.8-35.7 82.5-34 36-11.8 73-5.6 79.6-1.6 11.1 3.7 19.4 12 23.8 12.6 6.7 30.3 9.6 43.9 2.8 4.9 5.2 13.8 10.1 30 10.1 6.8 0 58-2.9 72.6-6.5 6.8-1.6 11.5-4.5 14.6-7.1 9.8-3.1 36.8-12.3 62.2-28.7 18-11.7 24.2-14.2 37.6-17.4 12.9-3.2 21-15.1 19.4-28.2z\"],\n \"yelp\": [384, 512, [], \"f1e9\", \"M42.9 240.32l99.62 48.61c19.2 9.4 16.2 37.51-4.5 42.71L30.5 358.45a22.79 22.79 0 0 1-28.21-19.6 197.16 197.16 0 0 1 9-85.32 22.8 22.8 0 0 1 31.61-13.21zm44 239.25a199.45 199.45 0 0 0 79.42 32.11A22.78 22.78 0 0 0 192.94 490l3.9-110.82c.7-21.3-25.5-31.91-39.81-16.1l-74.21 82.4a22.82 22.82 0 0 0 4.09 34.09zm145.34-109.92l58.81 94a22.93 22.93 0 0 0 34 5.5 198.36 198.36 0 0 0 52.71-67.61A23 23 0 0 0 364.17 370l-105.42-34.26c-20.31-6.5-37.81 15.8-26.51 33.91zm148.33-132.23a197.44 197.44 0 0 0-50.41-69.31 22.85 22.85 0 0 0-34 4.4l-62 91.92c-11.9 17.7 4.7 40.61 25.2 34.71L366 268.63a23 23 0 0 0 14.61-31.21zM62.11 30.18a22.86 22.86 0 0 0-9.9 32l104.12 180.44c11.7 20.2 42.61 11.9 42.61-11.4V22.88a22.67 22.67 0 0 0-24.5-22.8 320.37 320.37 0 0 0-112.33 30.1z\"],\n \"yoast\": [448, 512, [], \"f2b1\", \"M91.3 76h186l-7 18.9h-179c-39.7 0-71.9 31.6-71.9 70.3v205.4c0 35.4 24.9 70.3 84 70.3V460H91.3C41.2 460 0 419.8 0 370.5V165.2C0 115.9 40.7 76 91.3 76zm229.1-56h66.5C243.1 398.1 241.2 418.9 202.2 459.3c-20.8 21.6-49.3 31.7-78.3 32.7v-51.1c49.2-7.7 64.6-49.9 64.6-75.3 0-20.1.6-12.6-82.1-223.2h61.4L218.2 299 320.4 20zM448 161.5V460H234c6.6-9.6 10.7-16.3 12.1-19.4h182.5V161.5c0-32.5-17.1-51.9-48.2-62.9l6.7-17.6c41.7 13.6 60.9 43.1 60.9 80.5z\"],\n \"youtube\": [576, 512, [], \"f167\", \"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"],\n \"youtube-square\": [448, 512, [], \"f431\", \"M186.8 202.1l95.2 54.1-95.2 54.1V202.1zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-42 176.3s0-59.6-7.6-88.2c-4.2-15.8-16.5-28.2-32.2-32.4C337.9 128 224 128 224 128s-113.9 0-142.2 7.7c-15.7 4.2-28 16.6-32.2 32.4-7.6 28.5-7.6 88.2-7.6 88.2s0 59.6 7.6 88.2c4.2 15.8 16.5 27.7 32.2 31.9C110.1 384 224 384 224 384s113.9 0 142.2-7.7c15.7-4.2 28-16.1 32.2-31.9 7.6-28.5 7.6-88.1 7.6-88.1z\"],\n \"zhihu\": [640, 512, [], \"f63f\", \"M170.54 148.13v217.54l23.43.01 7.71 26.37 42.01-26.37h49.53V148.13H170.54zm97.75 193.93h-27.94l-27.9 17.51-5.08-17.47-11.9-.04V171.75h72.82v170.31zm-118.46-94.39H97.5c1.74-27.1 2.2-51.59 2.2-73.46h51.16s1.97-22.56-8.58-22.31h-88.5c3.49-13.12 7.87-26.66 13.12-40.67 0 0-24.07 0-32.27 21.57-3.39 8.9-13.21 43.14-30.7 78.12 5.89-.64 25.37-1.18 36.84-22.21 2.11-5.89 2.51-6.66 5.14-14.53h28.87c0 10.5-1.2 66.88-1.68 73.44H20.83c-11.74 0-15.56 23.62-15.56 23.62h65.58C66.45 321.1 42.83 363.12 0 396.34c20.49 5.85 40.91-.93 51-9.9 0 0 22.98-20.9 35.59-69.25l53.96 64.94s7.91-26.89-1.24-39.99c-7.58-8.92-28.06-33.06-36.79-41.81L87.9 311.95c4.36-13.98 6.99-27.55 7.87-40.67h61.65s-.09-23.62-7.59-23.62v.01zm412.02-1.6c20.83-25.64 44.98-58.57 44.98-58.57s-18.65-14.8-27.38-4.06c-6 8.15-36.83 48.2-36.83 48.2l19.23 14.43zm-150.09-59.09c-9.01-8.25-25.91 2.13-25.91 2.13s39.52 55.04 41.12 57.45l19.46-13.73s-25.67-37.61-34.66-45.86h-.01zM640 258.35c-19.78 0-130.91.93-131.06.93v-101c4.81 0 12.42-.4 22.85-1.2 40.88-2.41 70.13-4 87.77-4.81 0 0 12.22-27.19-.59-33.44-3.07-1.18-23.17 4.58-23.17 4.58s-165.22 16.49-232.36 18.05c1.6 8.82 7.62 17.08 15.78 19.55 13.31 3.48 22.69 1.7 49.15.89 24.83-1.6 43.68-2.43 56.51-2.43v99.81H351.41s2.82 22.31 25.51 22.85h107.94v70.92c0 13.97-11.19 21.99-24.48 21.12-14.08.11-26.08-1.15-41.69-1.81 1.99 3.97 6.33 14.39 19.31 21.84 9.88 4.81 16.17 6.57 26.02 6.57 29.56 0 45.67-17.28 44.89-45.31v-73.32h122.36c9.68 0 8.7-23.78 8.7-23.78l.03-.01z\"]\n };\n\n bunker(function () {\n defineIcons('fab', icons);\n });\n\n}());\n(function () {\n 'use strict';\n\n var _WINDOW = {};\n var _DOCUMENT = {};\n\n try {\n if (typeof window !== 'undefined') _WINDOW = window;\n if (typeof document !== 'undefined') _DOCUMENT = document;\n } catch (e) {}\n\n var _ref = _WINDOW.navigator || {},\n _ref$userAgent = _ref.userAgent,\n userAgent = _ref$userAgent === void 0 ? '' : _ref$userAgent;\n\n var WINDOW = _WINDOW;\n var DOCUMENT = _DOCUMENT;\n var IS_BROWSER = !!WINDOW.document;\n var IS_DOM = !!DOCUMENT.documentElement && !!DOCUMENT.head && typeof DOCUMENT.addEventListener === 'function' && typeof DOCUMENT.createElement === 'function';\n var IS_IE = ~userAgent.indexOf('MSIE') || ~userAgent.indexOf('Trident/');\n\n var NAMESPACE_IDENTIFIER = '___FONT_AWESOME___';\n var PRODUCTION = function () {\n try {\n return \"production\" === 'production';\n } catch (e) {\n return false;\n }\n }();\n\n function bunker(fn) {\n try {\n fn();\n } catch (e) {\n if (!PRODUCTION) {\n throw e;\n }\n }\n }\n\n function _defineProperty(obj, key, value) {\n if (key in obj) {\n Object.defineProperty(obj, key, {\n value: value,\n enumerable: true,\n configurable: true,\n writable: true\n });\n } else {\n obj[key] = value;\n }\n\n return obj;\n }\n\n function _objectSpread(target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = arguments[i] != null ? arguments[i] : {};\n var ownKeys = Object.keys(source);\n\n if (typeof Object.getOwnPropertySymbols === 'function') {\n ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) {\n return Object.getOwnPropertyDescriptor(source, sym).enumerable;\n }));\n }\n\n ownKeys.forEach(function (key) {\n _defineProperty(target, key, source[key]);\n });\n }\n\n return target;\n }\n\n var w = WINDOW || {};\n if (!w[NAMESPACE_IDENTIFIER]) w[NAMESPACE_IDENTIFIER] = {};\n if (!w[NAMESPACE_IDENTIFIER].styles) w[NAMESPACE_IDENTIFIER].styles = {};\n if (!w[NAMESPACE_IDENTIFIER].hooks) w[NAMESPACE_IDENTIFIER].hooks = {};\n if (!w[NAMESPACE_IDENTIFIER].shims) w[NAMESPACE_IDENTIFIER].shims = [];\n var namespace = w[NAMESPACE_IDENTIFIER];\n\n function defineIcons(prefix, icons) {\n var params = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};\n var _params$skipHooks = params.skipHooks,\n skipHooks = _params$skipHooks === void 0 ? false : _params$skipHooks;\n var normalized = Object.keys(icons).reduce(function (acc, iconName) {\n var icon = icons[iconName];\n var expanded = !!icon.icon;\n\n if (expanded) {\n acc[icon.iconName] = icon.icon;\n } else {\n acc[iconName] = icon;\n }\n\n return acc;\n }, {});\n\n if (typeof namespace.hooks.addPack === 'function' && !skipHooks) {\n namespace.hooks.addPack(prefix, normalized);\n } else {\n namespace.styles[prefix] = _objectSpread({}, namespace.styles[prefix] || {}, normalized);\n }\n /**\n * Font Awesome 4 used the prefix of `fa` for all icons. With the introduction\n * of new styles we needed to differentiate between them. Prefix `fa` is now an alias\n * for `fas` so we'll easy the upgrade process for our users by automatically defining\n * this as well.\n */\n\n\n if (prefix === 'fas') {\n defineIcons('fa', icons);\n }\n }\n\n var icons = {\n \"address-book\": [448, 512, [], \"f2b9\", \"M436 160c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h320c26.5 0 48-21.5 48-48v-48h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20zm-68 304H48V48h320v416zM208 256c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm-89.6 128h179.2c12.4 0 22.4-8.6 22.4-19.2v-19.2c0-31.8-30.1-57.6-67.2-57.6-10.8 0-18.7 8-44.8 8-26.9 0-33.4-8-44.8-8-37.1 0-67.2 25.8-67.2 57.6v19.2c0 10.6 10 19.2 22.4 19.2z\"],\n \"address-card\": [576, 512, [], \"f2bb\", \"M528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 400H48V80h480v352zM208 256c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm-89.6 128h179.2c12.4 0 22.4-8.6 22.4-19.2v-19.2c0-31.8-30.1-57.6-67.2-57.6-10.8 0-18.7 8-44.8 8-26.9 0-33.4-8-44.8-8-37.1 0-67.2 25.8-67.2 57.6v19.2c0 10.6 10 19.2 22.4 19.2zM360 320h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm0-64h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm0-64h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8z\"],\n \"angry\": [496, 512, [], \"f556\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm0-144c-33.6 0-65.2 14.8-86.8 40.6-8.5 10.2-7.1 25.3 3.1 33.8s25.3 7.2 33.8-3c24.8-29.7 75-29.7 99.8 0 8.1 9.7 23.2 11.9 33.8 3 10.2-8.5 11.5-23.6 3.1-33.8-21.6-25.8-53.2-40.6-86.8-40.6zm-48-72c10.3 0 19.9-6.7 23-17.1 3.8-12.7-3.4-26.1-16.1-29.9l-80-24c-12.8-3.9-26.1 3.4-29.9 16.1-3.8 12.7 3.4 26.1 16.1 29.9l28.2 8.5c-3.1 4.9-5.3 10.4-5.3 16.6 0 17.7 14.3 32 32 32s32-14.4 32-32.1zm199-54.9c-3.8-12.7-17.1-19.9-29.9-16.1l-80 24c-12.7 3.8-19.9 17.2-16.1 29.9 3.1 10.4 12.7 17.1 23 17.1 0 17.7 14.3 32 32 32s32-14.3 32-32c0-6.2-2.2-11.7-5.3-16.6l28.2-8.5c12.7-3.7 19.9-17.1 16.1-29.8z\"],\n \"arrow-alt-circle-down\": [512, 512, [], \"f358\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm-32-316v116h-67c-10.7 0-16 12.9-8.5 20.5l99 99c4.7 4.7 12.3 4.7 17 0l99-99c7.6-7.6 2.2-20.5-8.5-20.5h-67V140c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12z\"],\n \"arrow-alt-circle-left\": [512, 512, [], \"f359\", \"M8 256c0 137 111 248 248 248s248-111 248-248S393 8 256 8 8 119 8 256zm448 0c0 110.5-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56s200 89.5 200 200zm-72-20v40c0 6.6-5.4 12-12 12H256v67c0 10.7-12.9 16-20.5 8.5l-99-99c-4.7-4.7-4.7-12.3 0-17l99-99c7.6-7.6 20.5-2.2 20.5 8.5v67h116c6.6 0 12 5.4 12 12z\"],\n \"arrow-alt-circle-right\": [512, 512, [], \"f35a\", \"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"],\n \"arrow-alt-circle-up\": [512, 512, [], \"f35b\", \"M256 504c137 0 248-111 248-248S393 8 256 8 8 119 8 256s111 248 248 248zm0-448c110.5 0 200 89.5 200 200s-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56zm20 328h-40c-6.6 0-12-5.4-12-12V256h-67c-10.7 0-16-12.9-8.5-20.5l99-99c4.7-4.7 12.3-4.7 17 0l99 99c7.6 7.6 2.2 20.5-8.5 20.5h-67v116c0 6.6-5.4 12-12 12z\"],\n \"bell\": [448, 512, [], \"f0f3\", \"M439.39 362.29c-19.32-20.76-55.47-51.99-55.47-154.29 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84C118.56 68.1 64.08 130.3 64.08 208c0 102.3-36.15 133.53-55.47 154.29-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h383.8c19.12 0 32-15.6 32.1-32 .05-7.55-2.61-15.27-8.61-21.71zM67.53 368c21.22-27.97 44.42-74.33 44.53-159.42 0-.2-.06-.38-.06-.58 0-61.86 50.14-112 112-112s112 50.14 112 112c0 .2-.06.38-.06.58.11 85.1 23.31 131.46 44.53 159.42H67.53zM224 512c35.32 0 63.97-28.65 63.97-64H160.03c0 35.35 28.65 64 63.97 64z\"],\n \"bell-slash\": [640, 512, [], \"f1f6\", \"M633.99 471.02L36 3.51C29.1-2.01 19.03-.9 13.51 6l-10 12.49C-2.02 25.39-.9 35.46 6 40.98l598 467.51c6.9 5.52 16.96 4.4 22.49-2.49l10-12.49c5.52-6.9 4.41-16.97-2.5-22.49zM163.53 368c16.71-22.03 34.48-55.8 41.4-110.58l-45.47-35.55c-3.27 90.73-36.47 120.68-54.84 140.42-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h279.66l-61.4-48H163.53zM320 96c61.86 0 112 50.14 112 112 0 .2-.06.38-.06.58.02 16.84 1.16 31.77 2.79 45.73l59.53 46.54c-8.31-22.13-14.34-51.49-14.34-92.85 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84c-26.02 5.41-49.45 16.94-69.13 32.72l38.17 29.84C275 103.18 296.65 96 320 96zm0 416c35.32 0 63.97-28.65 63.97-64H256.03c0 35.35 28.65 64 63.97 64z\"],\n \"bookmark\": [384, 512, [], \"f02e\", \"M336 0H48C21.49 0 0 21.49 0 48v464l192-112 192 112V48c0-26.51-21.49-48-48-48zm0 428.43l-144-84-144 84V54a6 6 0 0 1 6-6h276c3.314 0 6 2.683 6 5.996V428.43z\"],\n \"building\": [448, 512, [], \"f1ad\", \"M128 148v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12zm140 12h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm-128 96h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm128 0h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm-76 84v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm76 12h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm180 124v36H0v-36c0-6.6 5.4-12 12-12h19.5V24c0-13.3 10.7-24 24-24h337c13.3 0 24 10.7 24 24v440H436c6.6 0 12 5.4 12 12zM79.5 463H192v-67c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v67h112.5V49L80 48l-.5 415z\"],\n \"calendar\": [448, 512, [], \"f133\", \"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"],\n \"calendar-alt\": [448, 512, [], \"f073\", \"M148 288h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm108-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 96v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96-260v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"],\n \"calendar-check\": [448, 512, [], \"f274\", \"M400 64h-48V12c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v52H160V12c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v52H48C21.49 64 0 85.49 0 112v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V160h352v298a6 6 0 0 1-6 6zm-52.849-200.65L198.842 404.519c-4.705 4.667-12.303 4.637-16.971-.068l-75.091-75.699c-4.667-4.705-4.637-12.303.068-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l44.104 44.461 111.072-110.181c4.705-4.667 12.303-4.637 16.971.068l22.536 22.718c4.667 4.705 4.636 12.303-.069 16.97z\"],\n \"calendar-minus\": [448, 512, [], \"f272\", \"M124 328c-6.6 0-12-5.4-12-12v-24c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v24c0 6.6-5.4 12-12 12H124zm324-216v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"],\n \"calendar-plus\": [448, 512, [], \"f271\", \"M336 292v24c0 6.6-5.4 12-12 12h-76v76c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12v-76h-76c-6.6 0-12-5.4-12-12v-24c0-6.6 5.4-12 12-12h76v-76c0-6.6 5.4-12 12-12h24c6.6 0 12 5.4 12 12v76h76c6.6 0 12 5.4 12 12zm112-180v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"],\n \"calendar-times\": [448, 512, [], \"f273\", \"M311.7 374.7l-17 17c-4.7 4.7-12.3 4.7-17 0L224 337.9l-53.7 53.7c-4.7 4.7-12.3 4.7-17 0l-17-17c-4.7-4.7-4.7-12.3 0-17l53.7-53.7-53.7-53.7c-4.7-4.7-4.7-12.3 0-17l17-17c4.7-4.7 12.3-4.7 17 0l53.7 53.7 53.7-53.7c4.7-4.7 12.3-4.7 17 0l17 17c4.7 4.7 4.7 12.3 0 17L257.9 304l53.7 53.7c4.8 4.7 4.8 12.3.1 17zM448 112v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"],\n \"caret-square-down\": [448, 512, [], \"f150\", \"M125.1 208h197.8c10.7 0 16.1 13 8.5 20.5l-98.9 98.3c-4.7 4.7-12.2 4.7-16.9 0l-98.9-98.3c-7.7-7.5-2.3-20.5 8.4-20.5zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"],\n \"caret-square-left\": [448, 512, [], \"f191\", \"M272 157.1v197.8c0 10.7-13 16.1-20.5 8.5l-98.3-98.9c-4.7-4.7-4.7-12.2 0-16.9l98.3-98.9c7.5-7.7 20.5-2.3 20.5 8.4zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"],\n \"caret-square-right\": [448, 512, [], \"f152\", \"M176 354.9V157.1c0-10.7 13-16.1 20.5-8.5l98.3 98.9c4.7 4.7 4.7 12.2 0 16.9l-98.3 98.9c-7.5 7.7-20.5 2.3-20.5-8.4zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"],\n \"caret-square-up\": [448, 512, [], \"f151\", \"M322.9 304H125.1c-10.7 0-16.1-13-8.5-20.5l98.9-98.3c4.7-4.7 12.2-4.7 16.9 0l98.9 98.3c7.7 7.5 2.3 20.5-8.4 20.5zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"],\n \"chart-bar\": [512, 512, [], \"f080\", \"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\"],\n \"check-circle\": [512, 512, [], \"f058\", \"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"],\n \"check-square\": [448, 512, [], \"f14a\", \"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"],\n \"circle\": [512, 512, [], \"f111\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200z\"],\n \"clipboard\": [384, 512, [], \"f328\", \"M336 64h-80c0-35.3-28.7-64-64-64s-64 28.7-64 64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM192 40c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm144 418c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V118c0-3.3 2.7-6 6-6h42v36c0 6.6 5.4 12 12 12h168c6.6 0 12-5.4 12-12v-36h42c3.3 0 6 2.7 6 6z\"],\n \"clock\": [512, 512, [], \"f017\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"],\n \"clone\": [512, 512, [], \"f24d\", \"M464 0H144c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h320c26.51 0 48-21.49 48-48v-48h48c26.51 0 48-21.49 48-48V48c0-26.51-21.49-48-48-48zM362 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h42v224c0 26.51 21.49 48 48 48h224v42a6 6 0 0 1-6 6zm96-96H150a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h308a6 6 0 0 1 6 6v308a6 6 0 0 1-6 6z\"],\n \"closed-captioning\": [512, 512, [], \"f20a\", \"M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 336H54c-3.3 0-6-2.7-6-6V118c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v276c0 3.3-2.7 6-6 6zm-211.1-85.7c1.7 2.4 1.5 5.6-.5 7.7-53.6 56.8-172.8 32.1-172.8-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7l-17.5 30.5c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2 0 48 51 70.5 92.2 32.6 2.8-2.5 7.1-2.1 9.2.9l19.6 27.7zm190.4 0c1.7 2.4 1.5 5.6-.5 7.7-53.6 56.9-172.8 32.1-172.8-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7L420 220.2c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2 0 48 51 70.5 92.2 32.6 2.8-2.5 7.1-2.1 9.2.9l19.6 27.7z\"],\n \"comment\": [512, 512, [], \"f075\", \"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"],\n \"comment-alt\": [512, 512, [], \"f27a\", \"M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm16 352c0 8.8-7.2 16-16 16H288l-12.8 9.6L208 428v-60H64c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16h384c8.8 0 16 7.2 16 16v288z\"],\n \"comment-dots\": [512, 512, [], \"f4ad\", \"M144 208c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm112 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm112 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zM256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"],\n \"comments\": [576, 512, [], \"f086\", \"M532 386.2c27.5-27.1 44-61.1 44-98.2 0-80-76.5-146.1-176.2-157.9C368.3 72.5 294.3 32 208 32 93.1 32 0 103.6 0 192c0 37 16.5 71 44 98.2-15.3 30.7-37.3 54.5-37.7 54.9-6.3 6.7-8.1 16.5-4.4 25 3.6 8.5 12 14 21.2 14 53.5 0 96.7-20.2 125.2-38.8 9.2 2.1 18.7 3.7 28.4 4.9C208.1 407.6 281.8 448 368 448c20.8 0 40.8-2.4 59.8-6.8C456.3 459.7 499.4 480 553 480c9.2 0 17.5-5.5 21.2-14 3.6-8.5 1.9-18.3-4.4-25-.4-.3-22.5-24.1-37.8-54.8zm-392.8-92.3L122.1 305c-14.1 9.1-28.5 16.3-43.1 21.4 2.7-4.7 5.4-9.7 8-14.8l15.5-31.1L77.7 256C64.2 242.6 48 220.7 48 192c0-60.7 73.3-112 160-112s160 51.3 160 112-73.3 112-160 112c-16.5 0-33-1.9-49-5.6l-19.8-4.5zM498.3 352l-24.7 24.4 15.5 31.1c2.6 5.1 5.3 10.1 8 14.8-14.6-5.1-29-12.3-43.1-21.4l-17.1-11.1-19.9 4.6c-16 3.7-32.5 5.6-49 5.6-54 0-102.2-20.1-131.3-49.7C338 339.5 416 272.9 416 192c0-3.4-.4-6.7-.7-10C479.7 196.5 528 238.8 528 288c0 28.7-16.2 50.6-29.7 64z\"],\n \"compass\": [496, 512, [], \"f14e\", \"M347.94 129.86L203.6 195.83a31.938 31.938 0 0 0-15.77 15.77l-65.97 144.34c-7.61 16.65 9.54 33.81 26.2 26.2l144.34-65.97a31.938 31.938 0 0 0 15.77-15.77l65.97-144.34c7.61-16.66-9.54-33.81-26.2-26.2zm-77.36 148.72c-12.47 12.47-32.69 12.47-45.16 0-12.47-12.47-12.47-32.69 0-45.16 12.47-12.47 32.69-12.47 45.16 0 12.47 12.47 12.47 32.69 0 45.16zM248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 448c-110.28 0-200-89.72-200-200S137.72 56 248 56s200 89.72 200 200-89.72 200-200 200z\"],\n \"copy\": [448, 512, [], \"f0c5\", \"M433.941 65.941l-51.882-51.882A48 48 0 0 0 348.118 0H176c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h224c26.51 0 48-21.49 48-48v-48h80c26.51 0 48-21.49 48-48V99.882a48 48 0 0 0-14.059-33.941zM266 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h74v224c0 26.51 21.49 48 48 48h96v42a6 6 0 0 1-6 6zm128-96H182a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h106v88c0 13.255 10.745 24 24 24h88v202a6 6 0 0 1-6 6zm6-256h-64V48h9.632c1.591 0 3.117.632 4.243 1.757l48.368 48.368a6 6 0 0 1 1.757 4.243V112z\"],\n \"copyright\": [512, 512, [], \"f1f9\", \"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 448c-110.532 0-200-89.451-200-200 0-110.531 89.451-200 200-200 110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200zm107.351-101.064c-9.614 9.712-45.53 41.396-104.065 41.396-82.43 0-140.484-61.425-140.484-141.567 0-79.152 60.275-139.401 139.762-139.401 55.531 0 88.738 26.62 97.593 34.779a11.965 11.965 0 0 1 1.936 15.322l-18.155 28.113c-3.841 5.95-11.966 7.282-17.499 2.921-8.595-6.776-31.814-22.538-61.708-22.538-48.303 0-77.916 35.33-77.916 80.082 0 41.589 26.888 83.692 78.277 83.692 32.657 0 56.843-19.039 65.726-27.225 5.27-4.857 13.596-4.039 17.82 1.738l19.865 27.17a11.947 11.947 0 0 1-1.152 15.518z\"],\n \"credit-card\": [576, 512, [], \"f09d\", \"M527.9 32H48.1C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48.1 48h479.8c26.6 0 48.1-21.5 48.1-48V80c0-26.5-21.5-48-48.1-48zM54.1 80h467.8c3.3 0 6 2.7 6 6v42H48.1V86c0-3.3 2.7-6 6-6zm467.8 352H54.1c-3.3 0-6-2.7-6-6V256h479.8v170c0 3.3-2.7 6-6 6zM192 332v40c0 6.6-5.4 12-12 12h-72c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h72c6.6 0 12 5.4 12 12zm192 0v40c0 6.6-5.4 12-12 12H236c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h136c6.6 0 12 5.4 12 12z\"],\n \"dizzy\": [496, 512, [], \"f567\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-33.8-217.9c7.8-7.8 7.8-20.5 0-28.3L196.3 192l17.9-17.9c7.8-7.8 7.8-20.5 0-28.3-7.8-7.8-20.5-7.8-28.3 0L168 163.7l-17.8-17.8c-7.8-7.8-20.5-7.8-28.3 0-7.8 7.8-7.8 20.5 0 28.3l17.9 17.9-17.9 17.9c-7.8 7.8-7.8 20.5 0 28.3 7.8 7.8 20.5 7.8 28.3 0l17.8-17.8 17.8 17.8c7.9 7.7 20.5 7.7 28.4-.2zm160-92.2c-7.8-7.8-20.5-7.8-28.3 0L328 163.7l-17.8-17.8c-7.8-7.8-20.5-7.8-28.3 0-7.8 7.8-7.8 20.5 0 28.3l17.9 17.9-17.9 17.9c-7.8 7.8-7.8 20.5 0 28.3 7.8 7.8 20.5 7.8 28.3 0l17.8-17.8 17.8 17.8c7.8 7.8 20.5 7.8 28.3 0 7.8-7.8 7.8-20.5 0-28.3l-17.8-18 17.9-17.9c7.7-7.8 7.7-20.4 0-28.2zM248 272c-35.3 0-64 28.7-64 64s28.7 64 64 64 64-28.7 64-64-28.7-64-64-64z\"],\n \"dot-circle\": [512, 512, [], \"f192\", \"M256 56c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m0-48C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 168c-44.183 0-80 35.817-80 80s35.817 80 80 80 80-35.817 80-80-35.817-80-80-80z\"],\n \"edit\": [576, 512, [], \"f044\", \"M402.3 344.9l32-32c5-5 13.7-1.5 13.7 5.7V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h273.5c7.1 0 10.7 8.6 5.7 13.7l-32 32c-1.5 1.5-3.5 2.3-5.7 2.3H48v352h352V350.5c0-2.1.8-4.1 2.3-5.6zm156.6-201.8L296.3 405.7l-90.4 10c-26.2 2.9-48.5-19.2-45.6-45.6l10-90.4L432.9 17.1c22.9-22.9 59.9-22.9 82.7 0l43.2 43.2c22.9 22.9 22.9 60 .1 82.8zM460.1 174L402 115.9 216.2 301.8l-7.3 65.3 65.3-7.3L460.1 174zm64.8-79.7l-43.2-43.2c-4.1-4.1-10.8-4.1-14.8 0L436 82l58.1 58.1 30.9-30.9c4-4.2 4-10.8-.1-14.9z\"],\n \"envelope\": [512, 512, [], \"f0e0\", \"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"],\n \"envelope-open\": [512, 512, [], \"f2b6\", \"M494.586 164.516c-4.697-3.883-111.723-89.95-135.251-108.657C337.231 38.191 299.437 0 256 0c-43.205 0-80.636 37.717-103.335 55.859-24.463 19.45-131.07 105.195-135.15 108.549A48.004 48.004 0 0 0 0 201.485V464c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V201.509a48 48 0 0 0-17.414-36.993zM464 458a6 6 0 0 1-6 6H54a6 6 0 0 1-6-6V204.347c0-1.813.816-3.526 2.226-4.665 15.87-12.814 108.793-87.554 132.364-106.293C200.755 78.88 232.398 48 256 48c23.693 0 55.857 31.369 73.41 45.389 23.573 18.741 116.503 93.493 132.366 106.316a5.99 5.99 0 0 1 2.224 4.663V458zm-31.991-187.704c4.249 5.159 3.465 12.795-1.745 16.981-28.975 23.283-59.274 47.597-70.929 56.863C336.636 362.283 299.205 400 256 400c-43.452 0-81.287-38.237-103.335-55.86-11.279-8.967-41.744-33.413-70.927-56.865-5.21-4.187-5.993-11.822-1.745-16.981l15.258-18.528c4.178-5.073 11.657-5.843 16.779-1.726 28.618 23.001 58.566 47.035 70.56 56.571C200.143 320.631 232.307 352 256 352c23.602 0 55.246-30.88 73.41-45.389 11.994-9.535 41.944-33.57 70.563-56.568 5.122-4.116 12.601-3.346 16.778 1.727l15.258 18.526z\"],\n \"eye\": [576, 512, [], \"f06e\", \"M288 144a110.94 110.94 0 0 0-31.24 5 55.4 55.4 0 0 1 7.24 27 56 56 0 0 1-56 56 55.4 55.4 0 0 1-27-7.24A111.71 111.71 0 1 0 288 144zm284.52 97.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400c-98.65 0-189.09-55-237.93-144C98.91 167 189.34 112 288 112s189.09 55 237.93 144C477.1 345 386.66 400 288 400z\"],\n \"eye-slash\": [640, 512, [], \"f070\", \"M634 471L36 3.51A16 16 0 0 0 13.51 6l-10 12.49A16 16 0 0 0 6 41l598 467.49a16 16 0 0 0 22.49-2.49l10-12.49A16 16 0 0 0 634 471zM296.79 146.47l134.79 105.38C429.36 191.91 380.48 144 320 144a112.26 112.26 0 0 0-23.21 2.47zm46.42 219.07L208.42 260.16C210.65 320.09 259.53 368 320 368a113 113 0 0 0 23.21-2.46zM320 112c98.65 0 189.09 55 237.93 144a285.53 285.53 0 0 1-44 60.2l37.74 29.5a333.7 333.7 0 0 0 52.9-75.11 32.35 32.35 0 0 0 0-29.19C550.29 135.59 442.93 64 320 64c-36.7 0-71.71 7-104.63 18.81l46.41 36.29c18.94-4.3 38.34-7.1 58.22-7.1zm0 288c-98.65 0-189.08-55-237.93-144a285.47 285.47 0 0 1 44.05-60.19l-37.74-29.5a333.6 333.6 0 0 0-52.89 75.1 32.35 32.35 0 0 0 0 29.19C89.72 376.41 197.08 448 320 448c36.7 0 71.71-7.05 104.63-18.81l-46.41-36.28C359.28 397.2 339.89 400 320 400z\"],\n \"file\": [384, 512, [], \"f15b\", \"M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48z\"],\n \"file-alt\": [384, 512, [], \"f15c\", \"M288 248v28c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-28c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm-12 72H108c-6.6 0-12 5.4-12 12v28c0 6.6 5.4 12 12 12h168c6.6 0 12-5.4 12-12v-28c0-6.6-5.4-12-12-12zm108-188.1V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V48C0 21.5 21.5 0 48 0h204.1C264.8 0 277 5.1 286 14.1L369.9 98c9 8.9 14.1 21.2 14.1 33.9zm-128-80V128h76.1L256 51.9zM336 464V176H232c-13.3 0-24-10.7-24-24V48H48v416h288z\"],\n \"file-archive\": [384, 512, [], \"f1c6\", \"M128.3 160v32h32v-32zm64-96h-32v32h32zm-64 32v32h32V96zm64 32h-32v32h32zm177.6-30.1L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM256 51.9l76.1 76.1H256zM336 464H48V48h79.7v16h32V48H208v104c0 13.3 10.7 24 24 24h104zM194.2 265.7c-1.1-5.6-6-9.7-11.8-9.7h-22.1v-32h-32v32l-19.7 97.1C102 385.6 126.8 416 160 416c33.1 0 57.9-30.2 51.5-62.6zm-33.9 124.4c-17.9 0-32.4-12.1-32.4-27s14.5-27 32.4-27 32.4 12.1 32.4 27-14.5 27-32.4 27zm32-198.1h-32v32h32z\"],\n \"file-audio\": [384, 512, [], \"f1c7\", \"M369.941 97.941l-83.882-83.882A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v416c0 26.51 21.49 48 48 48h288c26.51 0 48-21.49 48-48V131.882a48 48 0 0 0-14.059-33.941zM332.118 128H256V51.882L332.118 128zM48 464V48h160v104c0 13.255 10.745 24 24 24h104v288H48zm144-76.024c0 10.691-12.926 16.045-20.485 8.485L136 360.486h-28c-6.627 0-12-5.373-12-12v-56c0-6.627 5.373-12 12-12h28l35.515-36.947c7.56-7.56 20.485-2.206 20.485 8.485v135.952zm41.201-47.13c9.051-9.297 9.06-24.133.001-33.439-22.149-22.752 12.235-56.246 34.395-33.481 27.198 27.94 27.212 72.444.001 100.401-21.793 22.386-56.947-10.315-34.397-33.481z\"],\n \"file-code\": [384, 512, [], \"f1c9\", \"M149.9 349.1l-.2-.2-32.8-28.9 32.8-28.9c3.6-3.2 4-8.8.8-12.4l-.2-.2-17.4-18.6c-3.4-3.6-9-3.7-12.4-.4l-57.7 54.1c-3.7 3.5-3.7 9.4 0 12.8l57.7 54.1c1.6 1.5 3.8 2.4 6 2.4 2.4 0 4.8-1 6.4-2.8l17.4-18.6c3.3-3.5 3.1-9.1-.4-12.4zm220-251.2L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM256 51.9l76.1 76.1H256zM336 464H48V48h160v104c0 13.3 10.7 24 24 24h104zM209.6 214c-4.7-1.4-9.5 1.3-10.9 6L144 408.1c-1.4 4.7 1.3 9.6 6 10.9l24.4 7.1c4.7 1.4 9.6-1.4 10.9-6L240 231.9c1.4-4.7-1.3-9.6-6-10.9zm24.5 76.9l.2.2 32.8 28.9-32.8 28.9c-3.6 3.2-4 8.8-.8 12.4l.2.2 17.4 18.6c3.3 3.5 8.9 3.7 12.4.4l57.7-54.1c3.7-3.5 3.7-9.4 0-12.8l-57.7-54.1c-3.5-3.3-9.1-3.2-12.4.4l-17.4 18.6c-3.3 3.5-3.1 9.1.4 12.4z\"],\n \"file-excel\": [384, 512, [], \"f1c3\", \"M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48zm212-240h-28.8c-4.4 0-8.4 2.4-10.5 6.3-18 33.1-22.2 42.4-28.6 57.7-13.9-29.1-6.9-17.3-28.6-57.7-2.1-3.9-6.2-6.3-10.6-6.3H124c-9.3 0-15 10-10.4 18l46.3 78-46.3 78c-4.7 8 1.1 18 10.4 18h28.9c4.4 0 8.4-2.4 10.5-6.3 21.7-40 23-45 28.6-57.7 14.9 30.2 5.9 15.9 28.6 57.7 2.1 3.9 6.2 6.3 10.6 6.3H260c9.3 0 15-10 10.4-18L224 320c.7-1.1 30.3-50.5 46.3-78 4.7-8-1.1-18-10.3-18z\"],\n \"file-image\": [384, 512, [], \"f1c5\", \"M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48zm32-48h224V288l-23.5-23.5c-4.7-4.7-12.3-4.7-17 0L176 352l-39.5-39.5c-4.7-4.7-12.3-4.7-17 0L80 352v64zm48-240c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48z\"],\n \"file-pdf\": [384, 512, [], \"f1c1\", \"M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48zm250.2-143.7c-12.2-12-47-8.7-64.4-6.5-17.2-10.5-28.7-25-36.8-46.3 3.9-16.1 10.1-40.6 5.4-56-4.2-26.2-37.8-23.6-42.6-5.9-4.4 16.1-.4 38.5 7 67.1-10 23.9-24.9 56-35.4 74.4-20 10.3-47 26.2-51 46.2-3.3 15.8 26 55.2 76.1-31.2 22.4-7.4 46.8-16.5 68.4-20.1 18.9 10.2 41 17 55.8 17 25.5 0 28-28.2 17.5-38.7zm-198.1 77.8c5.1-13.7 24.5-29.5 30.4-35-19 30.3-30.4 35.7-30.4 35zm81.6-190.6c7.4 0 6.7 32.1 1.8 40.8-4.4-13.9-4.3-40.8-1.8-40.8zm-24.4 136.6c9.7-16.9 18-37 24.7-54.7 8.3 15.1 18.9 27.2 30.1 35.5-20.8 4.3-38.9 13.1-54.8 19.2zm131.6-5s-5 6-37.3-7.8c35.1-2.6 40.9 5.4 37.3 7.8z\"],\n \"file-powerpoint\": [384, 512, [], \"f1c4\", \"M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48zm72-60V236c0-6.6 5.4-12 12-12h69.2c36.7 0 62.8 27 62.8 66.3 0 74.3-68.7 66.5-95.5 66.5V404c0 6.6-5.4 12-12 12H132c-6.6 0-12-5.4-12-12zm48.5-87.4h23c7.9 0 13.9-2.4 18.1-7.2 8.5-9.8 8.4-28.5.1-37.8-4.1-4.6-9.9-7-17.4-7h-23.9v52z\"],\n \"file-video\": [384, 512, [], \"f1c8\", \"M369.941 97.941l-83.882-83.882A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v416c0 26.51 21.49 48 48 48h288c26.51 0 48-21.49 48-48V131.882a48 48 0 0 0-14.059-33.941zM332.118 128H256V51.882L332.118 128zM48 464V48h160v104c0 13.255 10.745 24 24 24h104v288H48zm228.687-211.303L224 305.374V268c0-11.046-8.954-20-20-20H100c-11.046 0-20 8.954-20 20v104c0 11.046 8.954 20 20 20h104c11.046 0 20-8.954 20-20v-37.374l52.687 52.674C286.704 397.318 304 390.28 304 375.986V264.011c0-14.311-17.309-21.319-27.313-11.314z\"],\n \"file-word\": [384, 512, [], \"f1c2\", \"M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48zm220.1-208c-5.7 0-10.6 4-11.7 9.5-20.6 97.7-20.4 95.4-21 103.5-.2-1.2-.4-2.6-.7-4.3-.8-5.1.3.2-23.6-99.5-1.3-5.4-6.1-9.2-11.7-9.2h-13.3c-5.5 0-10.3 3.8-11.7 9.1-24.4 99-24 96.2-24.8 103.7-.1-1.1-.2-2.5-.5-4.2-.7-5.2-14.1-73.3-19.1-99-1.1-5.6-6-9.7-11.8-9.7h-16.8c-7.8 0-13.5 7.3-11.7 14.8 8 32.6 26.7 109.5 33.2 136 1.3 5.4 6.1 9.1 11.7 9.1h25.2c5.5 0 10.3-3.7 11.6-9.1l17.9-71.4c1.5-6.2 2.5-12 3-17.3l2.9 17.3c.1.4 12.6 50.5 17.9 71.4 1.3 5.3 6.1 9.1 11.6 9.1h24.7c5.5 0 10.3-3.7 11.6-9.1 20.8-81.9 30.2-119 34.5-136 1.9-7.6-3.8-14.9-11.6-14.9h-15.8z\"],\n \"flag\": [512, 512, [], \"f024\", \"M336.174 80c-49.132 0-93.305-32-161.913-32-31.301 0-58.303 6.482-80.721 15.168a48.04 48.04 0 0 0 2.142-20.727C93.067 19.575 74.167 1.594 51.201.104 23.242-1.71 0 20.431 0 48c0 17.764 9.657 33.262 24 41.562V496c0 8.837 7.163 16 16 16h16c8.837 0 16-7.163 16-16v-83.443C109.869 395.28 143.259 384 199.826 384c49.132 0 93.305 32 161.913 32 58.479 0 101.972-22.617 128.548-39.981C503.846 367.161 512 352.051 512 335.855V95.937c0-34.459-35.264-57.768-66.904-44.117C409.193 67.309 371.641 80 336.174 80zM464 336c-21.783 15.412-60.824 32-102.261 32-59.945 0-102.002-32-161.913-32-43.361 0-96.379 9.403-127.826 24V128c21.784-15.412 60.824-32 102.261-32 59.945 0 102.002 32 161.913 32 43.271 0 96.32-17.366 127.826-32v240z\"],\n \"flushed\": [496, 512, [], \"f579\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm96-312c-44.2 0-80 35.8-80 80s35.8 80 80 80 80-35.8 80-80-35.8-80-80-80zm0 128c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-72c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm-112 24c0-44.2-35.8-80-80-80s-80 35.8-80 80 35.8 80 80 80 80-35.8 80-80zm-80 48c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-72c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm160 144H184c-13.2 0-24 10.8-24 24s10.8 24 24 24h128c13.2 0 24-10.8 24-24s-10.8-24-24-24z\"],\n \"folder\": [512, 512, [], \"f07b\", \"M464 128H272l-54.63-54.63c-6-6-14.14-9.37-22.63-9.37H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48zm0 272H48V112h140.12l54.63 54.63c6 6 14.14 9.37 22.63 9.37H464v224z\"],\n \"folder-open\": [576, 512, [], \"f07c\", \"M527.9 224H480v-48c0-26.5-21.5-48-48-48H272l-64-64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h400c16.5 0 31.9-8.5 40.7-22.6l79.9-128c20-31.9-3-73.4-40.7-73.4zM48 118c0-3.3 2.7-6 6-6h134.1l64 64H426c3.3 0 6 2.7 6 6v42H152c-16.8 0-32.4 8.8-41.1 23.2L48 351.4zm400 282H72l77.2-128H528z\"],\n \"font-awesome-logo-full\": [3992, 512, [\"Font Awesome\"], \"f4e6\", \"M454.6 0H57.4C25.9 0 0 25.9 0 57.4v397.3C0 486.1 25.9 512 57.4 512h397.3c31.4 0 57.4-25.9 57.4-57.4V57.4C512 25.9 486.1 0 454.6 0zm-58.9 324.9c0 4.8-4.1 6.9-8.9 8.9-19.2 8.1-39.7 15.7-61.5 15.7-40.5 0-68.7-44.8-163.2 2.5v51.8c0 30.3-45.7 30.2-45.7 0v-250c-9-7-15-17.9-15-30.3 0-21 17.1-38.2 38.2-38.2 21 0 38.2 17.1 38.2 38.2 0 12.2-5.8 23.2-14.9 30.2v21c37.1-12 65.5-34.4 146.1-3.4 26.6 11.4 68.7-15.7 76.5-15.7 5.5 0 10.3 4.1 10.3 8.9v160.4zm432.9-174.2h-137v70.1H825c39.8 0 40.4 62.2 0 62.2H691.6v105.6c0 45.5-70.7 46.4-70.7 0V128.3c0-22 18-39.8 39.8-39.8h167.8c39.6 0 40.5 62.2.1 62.2zm191.1 23.4c-169.3 0-169.1 252.4 0 252.4 169.9 0 169.9-252.4 0-252.4zm0 196.1c-81.6 0-82.1-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm372.4 53.4c-17.5 0-31.4-13.9-31.4-31.4v-117c0-62.4-72.6-52.5-99.1-16.4v133.4c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c43.3-51.6 162.4-60.4 162.4 39.3v141.5c.3 30.4-31.5 31.4-31.7 31.4zm179.7 2.9c-44.3 0-68.3-22.9-68.3-65.8V235.2H1488c-35.6 0-36.7-55.3 0-55.3h15.5v-37.3c0-41.3 63.8-42.1 63.8 0v37.5h24.9c35.4 0 35.7 55.3 0 55.3h-24.9v108.5c0 29.6 26.1 26.3 27.4 26.3 31.4 0 52.6 56.3-22.9 56.3zM1992 123c-19.5-50.2-95.5-50-114.5 0-107.3 275.7-99.5 252.7-99.5 262.8 0 42.8 58.3 51.2 72.1 14.4l13.5-35.9H2006l13 35.9c14.2 37.7 72.1 27.2 72.1-14.4 0-10.1 5.3 6.8-99.1-262.8zm-108.9 179.1l51.7-142.9 51.8 142.9h-103.5zm591.3-85.6l-53.7 176.3c-12.4 41.2-72 41-84 0l-42.3-135.9-42.3 135.9c-12.4 40.9-72 41.2-84.5 0l-54.2-176.3c-12.5-39.4 49.8-56.1 60.2-16.9L2213 342l45.3-139.5c10.9-32.7 59.6-34.7 71.2 0l45.3 139.5 39.3-142.4c10.3-38.3 72.6-23.8 60.3 16.9zm275.4 75.1c0-42.4-33.9-117.5-119.5-117.5-73.2 0-124.4 56.3-124.4 126 0 77.2 55.3 126.4 128.5 126.4 31.7 0 93-11.5 93-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-109 8.4-115.9-43.8h148.3c16.3 0 29.3-13.4 29.3-28.9zM2571 277.7c9.5-73.4 113.9-68.6 118.6 0H2571zm316.7 148.8c-31.4 0-81.6-10.5-96.6-31.9-12.4-17 2.5-39.8 21.8-39.8 16.3 0 36.8 22.9 77.7 22.9 27.4 0 40.4-11 40.4-25.8 0-39.8-142.9-7.4-142.9-102 0-40.4 35.3-75.7 98.6-75.7 31.4 0 74.1 9.9 87.6 29.4 10.8 14.8-1.4 36.2-20.9 36.2-15.1 0-26.7-17.3-66.2-17.3-22.9 0-37.8 10.5-37.8 23.8 0 35.9 142.4 6 142.4 103.1-.1 43.7-37.4 77.1-104.1 77.1zm266.8-252.4c-169.3 0-169.1 252.4 0 252.4 170.1 0 169.6-252.4 0-252.4zm0 196.1c-81.8 0-82-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm476.9 22V268.7c0-53.8-61.4-45.8-85.7-10.5v134c0 41.3-63.8 42.1-63.8 0V268.7c0-52.1-59.5-47.4-85.7-10.1v133.6c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c9.9-14.4 41.8-37.3 78.6-37.3 35.3 0 57.7 16.4 66.7 43.8 13.9-21.8 45.8-43.8 82.6-43.8 44.3 0 70.7 23.4 70.7 72.7v145.3c.5 17.3-13.5 31.4-31.9 31.4 3.5.1-31.3 1.1-31.3-31.3zM3992 291.6c0-42.4-32.4-117.5-117.9-117.5-73.2 0-127.5 56.3-127.5 126 0 77.2 58.3 126.4 131.6 126.4 31.7 0 91.5-11.5 91.5-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-110.5 8.4-117.5-43.8h149.8c16.3 0 29.1-13.4 29.3-28.9zm-180.5-13.9c9.7-74.4 115.9-68.3 120.1 0h-120.1z\"],\n \"frown\": [496, 512, [], \"f119\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-80-216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160-64c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm-80 128c-40.2 0-78 17.7-103.8 48.6-8.5 10.2-7.1 25.3 3.1 33.8 10.2 8.4 25.3 7.1 33.8-3.1 16.6-19.9 41-31.4 66.9-31.4s50.3 11.4 66.9 31.4c8.1 9.7 23.1 11.9 33.8 3.1 10.2-8.5 11.5-23.6 3.1-33.8C326 321.7 288.2 304 248 304z\"],\n \"frown-open\": [496, 512, [], \"f57a\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-48-248c0-17.7-14.3-32-32-32s-32 14.3-32 32 14.3 32 32 32 32-14.3 32-32zm128-32c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm-80 112c-35.6 0-88.8 21.3-95.8 61.2-2 11.8 9 21.5 20.5 18.1 31.2-9.6 59.4-15.3 75.3-15.3s44.1 5.7 75.3 15.3c11.4 3.5 22.5-6.3 20.5-18.1-7-39.9-60.2-61.2-95.8-61.2z\"],\n \"futbol\": [496, 512, [], \"f1e3\", \"M483.8 179.4C449.8 74.6 352.6 8 248.1 8c-25.4 0-51.2 3.9-76.7 12.2C41.2 62.5-30.1 202.4 12.2 332.6 46.2 437.4 143.4 504 247.9 504c25.4 0 51.2-3.9 76.7-12.2 130.2-42.3 201.5-182.2 159.2-312.4zm-74.5 193.7l-52.2 6.4-43.7-60.9 24.4-75.2 71.1-22.1 38.9 36.4c-.2 30.7-7.4 61.1-21.7 89.2-4.7 9.3-10.7 17.8-16.8 26.2zm0-235.4l-10.4 53.1-70.7 22-64.2-46.5V92.5l47.4-26.2c39.2 13 73.4 38 97.9 71.4zM184.9 66.4L232 92.5v73.8l-64.2 46.5-70.6-22-10.1-52.5c24.3-33.4 57.9-58.6 97.8-71.9zM139 379.5L85.9 373c-14.4-20.1-37.3-59.6-37.8-115.3l39-36.4 71.1 22.2 24.3 74.3-43.5 61.7zm48.2 67l-22.4-48.1 43.6-61.7H287l44.3 61.7-22.4 48.1c-6.2 1.8-57.6 20.4-121.7 0z\"],\n \"gem\": [576, 512, [], \"f3a5\", \"M464 0H112c-4 0-7.8 2-10 5.4L2 152.6c-2.9 4.4-2.6 10.2.7 14.2l276 340.8c4.8 5.9 13.8 5.9 18.6 0l276-340.8c3.3-4.1 3.6-9.8.7-14.2L474.1 5.4C471.8 2 468.1 0 464 0zm-19.3 48l63.3 96h-68.4l-51.7-96h56.8zm-202.1 0h90.7l51.7 96H191l51.6-96zm-111.3 0h56.8l-51.7 96H68l63.3-96zm-43 144h51.4L208 352 88.3 192zm102.9 0h193.6L288 435.3 191.2 192zM368 352l68.2-160h51.4L368 352z\"],\n \"grimace\": [496, 512, [], \"f57f\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-80-216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm16 16H152c-26.5 0-48 21.5-48 48v32c0 26.5 21.5 48 48 48h192c26.5 0 48-21.5 48-48v-32c0-26.5-21.5-48-48-48zm-168 96h-24c-8.8 0-16-7.2-16-16v-8h40v24zm0-40h-40v-8c0-8.8 7.2-16 16-16h24v24zm64 40h-48v-24h48v24zm0-40h-48v-24h48v24zm64 40h-48v-24h48v24zm0-40h-48v-24h48v24zm56 24c0 8.8-7.2 16-16 16h-24v-24h40v8zm0-24h-40v-24h24c8.8 0 16 7.2 16 16v8z\"],\n \"grin\": [496, 512, [], \"f580\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm105.6-151.4c-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.9-3.1-19.4 5.4-17.7 15.3 7.9 47.1 71.3 80 123.3 80s115.3-32.9 123.3-80c1.6-9.8-7.7-18.4-17.7-15.3zM168 240c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32z\"],\n \"grin-alt\": [496, 512, [], \"f581\", \"M200.3 248c12.4-18.7 15.1-37.3 15.7-56-.5-18.7-3.3-37.3-15.7-56-8-12-25.1-11.4-32.7 0-12.4 18.7-15.1 37.3-15.7 56 .5 18.7 3.3 37.3 15.7 56 8.1 12 25.2 11.4 32.7 0zm128 0c12.4-18.7 15.1-37.3 15.7-56-.5-18.7-3.3-37.3-15.7-56-8-12-25.1-11.4-32.7 0-12.4 18.7-15.1 37.3-15.7 56 .5 18.7 3.3 37.3 15.7 56 8.1 12 25.2 11.4 32.7 0zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm105.6-151.4c-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.9-3.1-19.4 5.3-17.7 15.3 7.9 47.2 71.3 80 123.3 80s115.3-32.9 123.3-80c1.6-9.8-7.7-18.4-17.7-15.3z\"],\n \"grin-beam\": [496, 512, [], \"f582\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm105.6-151.4c-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.8-3.1-19.4 5.3-17.7 15.3 7.9 47.1 71.3 80 123.3 80s115.3-32.9 123.3-80c1.6-9.8-7.7-18.4-17.7-15.3zm-235.9-72.9c3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3zm160 0c3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3z\"],\n \"grin-beam-sweat\": [496, 512, [], \"f583\", \"M440 160c29.5 0 53.3-26.3 53.3-58.7 0-25-31.7-75.5-46.2-97.3-3.6-5.3-10.7-5.3-14.2 0-14.5 21.8-46.2 72.3-46.2 97.3 0 32.4 23.8 58.7 53.3 58.7zM248 400c51.9 0 115.3-32.9 123.3-80 1.7-9.9-7.7-18.5-17.7-15.3-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.8-3.1-19.4 5.3-17.7 15.3 8 47.1 71.4 80 123.3 80zm130.3-168.3c3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3 3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.6 6.2 4.6 9.3 3.7zm105.3-52.9c-24.6 15.7-46 12.9-46.4 12.9 6.9 20.2 10.8 41.8 10.8 64.3 0 110.3-89.7 200-200 200S48 366.3 48 256 137.7 56 248 56c39.8 0 76.8 11.8 108 31.9 1.7-9.5 6.3-24.1 17.2-45.7C336.4 20.6 293.7 8 248 8 111 8 0 119 0 256s111 248 248 248 248-111 248-248c0-27-4.4-52.9-12.4-77.2zM168 189.4c12.3 0 23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3 3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.8 19.2-21.6 31.5-21.6z\"],\n \"grin-hearts\": [496, 512, [], \"f584\", \"M353.6 304.6c-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.8-3.1-19.4 5.3-17.7 15.3 7.9 47.2 71.3 80 123.3 80s115.3-32.9 123.3-80c1.6-9.8-7.7-18.4-17.7-15.3zm-152.8-48.9c4.5 1.2 9.2-1.5 10.5-6l19.4-69.9c5.6-20.3-7.4-41.1-28.8-44.5-18.6-3-36.4 9.8-41.5 27.9l-2 7.1-7.1-1.9c-18.2-4.7-38.2 4.3-44.9 22-7.7 20.2 3.8 41.9 24.2 47.2l70.2 18.1zm188.8-65.3c-6.7-17.6-26.7-26.7-44.9-22l-7.1 1.9-2-7.1c-5-18.1-22.8-30.9-41.5-27.9-21.4 3.4-34.4 24.2-28.8 44.5l19.4 69.9c1.2 4.5 5.9 7.2 10.5 6l70.2-18.2c20.4-5.3 31.9-26.9 24.2-47.1zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200z\"],\n \"grin-squint\": [496, 512, [], \"f585\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm105.6-151.4c-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.9-3.1-19.4 5.4-17.7 15.3 7.9 47.1 71.3 80 123.3 80s115.3-32.9 123.3-80c1.6-9.8-7.7-18.4-17.7-15.3zm-234.7-40.8c3.6 4.2 9.9 5.7 15.3 2.5l80-48c3.6-2.2 5.8-6.1 5.8-10.3s-2.2-8.1-5.8-10.3l-80-48c-5.1-3-11.4-1.9-15.3 2.5-3.8 4.5-3.8 11-.1 15.5l33.6 40.3-33.6 40.3c-3.8 4.5-3.7 11.1.1 15.5zm242.9 2.5c5.4 3.2 11.7 1.7 15.3-2.5 3.8-4.5 3.8-11 .1-15.5L343.6 208l33.6-40.3c3.8-4.5 3.7-11-.1-15.5-3.8-4.4-10.2-5.4-15.3-2.5l-80 48c-3.6 2.2-5.8 6.1-5.8 10.3s2.2 8.1 5.8 10.3l80 48z\"],\n \"grin-squint-tears\": [512, 512, [], \"f586\", \"M117.1 384.1c-25.8 3.7-84 13.7-100.9 30.6-21.9 21.9-21.5 57.9.9 80.3s58.3 22.8 80.3.9C114.3 479 124.3 420.8 128 395c.8-6.4-4.6-11.8-10.9-10.9zm-41.2-41.7C40.3 268 53 176.1 114.6 114.6 152.4 76.8 202.6 56 256 56c36.2 0 70.8 9.8 101.2 27.7 3.8-20.3 8-36.1 12-48.3C333.8 17.2 294.9 8 256 8 192.5 8 129.1 32.2 80.6 80.6c-74.1 74.1-91.3 183.4-52 274 12.2-4.1 27.7-8.3 47.3-12.2zm352.3-187.6c45 76.6 34.9 176.9-30.8 242.6-37.8 37.8-88 58.6-141.4 58.6-30.5 0-59.8-7-86.4-19.8-3.9 19.5-8 35-12.2 47.2 31.4 13.6 65 20.6 98.7 20.6 63.5 0 126.9-24.2 175.4-72.6 78.1-78.1 93.1-195.4 45.2-288.6-12.3 4-28.2 8.1-48.5 12zm-33.3-26.9c25.8-3.7 84-13.7 100.9-30.6 21.9-21.9 21.5-57.9-.9-80.3s-58.3-22.8-80.3-.9C397.7 33 387.7 91.2 384 117c-.8 6.4 4.6 11.8 10.9 10.9zm-187 108.3c-3-3-7.2-4.2-11.4-3.2L106 255.7c-5.7 1.4-9.5 6.7-9.1 12.6.5 5.8 5.1 10.5 10.9 11l52.3 4.8 4.8 52.3c.5 5.8 5.2 10.4 11 10.9h.9c5.5 0 10.3-3.7 11.7-9.1l22.6-90.5c1-4.2-.2-8.5-3.2-11.5zm39.7-25.1l90.5-22.6c5.7-1.4 9.5-6.7 9.1-12.6-.5-5.8-5.1-10.5-10.9-11l-52.3-4.8-4.8-52.3c-.5-5.8-5.2-10.4-11-10.9-5.6-.1-11.2 3.4-12.6 9.1L233 196.5c-1 4.1.2 8.4 3.2 11.4 5 5 11.3 3.2 11.4 3.2zm52 88.5c-29.1 29.1-59.7 52.9-83.9 65.4-9.2 4.8-10 17.5-1.7 23.4 38.9 27.7 107 6.2 143.7-30.6S416 253 388.3 214.1c-5.8-8.2-18.5-7.6-23.4 1.7-12.3 24.2-36.2 54.7-65.3 83.8z\"],\n \"grin-stars\": [496, 512, [], \"f587\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm105.6-151.4c-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.8-3.1-19.4 5.3-17.7 15.3 7.9 47.2 71.3 80 123.3 80s115.3-32.9 123.3-80c1.6-9.8-7.7-18.4-17.7-15.3zm-227.9-57.5c-1 6.2 5.4 11 11 7.9l31.3-16.3 31.3 16.3c5.6 3.1 12-1.7 11-7.9l-6-34.9 25.4-24.6c4.5-4.5 1.9-12.2-4.3-13.2l-34.9-5-15.5-31.6c-2.9-5.8-11-5.8-13.9 0l-15.5 31.6-34.9 5c-6.2.9-8.9 8.6-4.3 13.2l25.4 24.6-6.1 34.9zm259.7-72.7l-34.9-5-15.5-31.6c-2.9-5.8-11-5.8-13.9 0l-15.5 31.6-34.9 5c-6.2.9-8.9 8.6-4.3 13.2l25.4 24.6-6 34.9c-1 6.2 5.4 11 11 7.9l31.3-16.3 31.3 16.3c5.6 3.1 12-1.7 11-7.9l-6-34.9 25.4-24.6c4.5-4.6 1.8-12.2-4.4-13.2z\"],\n \"grin-tears\": [640, 512, [], \"f588\", \"M117.1 256.1c-25.8 3.7-84 13.7-100.9 30.6-21.9 21.9-21.5 57.9.9 80.3s58.3 22.8 80.3.9C114.3 351 124.3 292.8 128 267c.8-6.4-4.6-11.8-10.9-10.9zm506.7 30.6c-16.9-16.9-75.1-26.9-100.9-30.6-6.3-.9-11.7 4.5-10.8 10.8 3.7 25.8 13.7 84 30.6 100.9 21.9 21.9 57.9 21.5 80.3-.9 22.3-22.3 22.7-58.3.8-80.2zm-126.6 61.7C463.8 412.3 396.9 456 320 456c-76.9 0-143.8-43.7-177.2-107.6-12.5 37.4-25.2 43.9-28.3 46.5C159.1 460.7 234.5 504 320 504s160.9-43.3 205.5-109.1c-3.2-2.7-15.9-9.2-28.3-46.5zM122.7 224.5C137.9 129.2 220.5 56 320 56c99.5 0 182.1 73.2 197.3 168.5 2.1-.2 5.2-2.4 49.5 7C554.4 106 448.7 8 320 8S85.6 106 73.2 231.4c44.5-9.4 47.1-7.2 49.5-6.9zM320 400c51.9 0 115.3-32.9 123.3-80 1.7-9.9-7.7-18.5-17.7-15.3-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.8-3.1-19.4 5.3-17.7 15.3 8 47.1 71.4 80 123.3 80zm130.3-168.3c3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3 3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.6 6.2 4.6 9.3 3.7zM240 189.4c12.3 0 23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3 3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.8 19.2-21.6 31.5-21.6z\"],\n \"grin-tongue\": [496, 512, [], \"f589\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm64 400c0 35.6-29.1 64.5-64.9 64-35.1-.5-63.1-29.8-63.1-65v-42.8l17.7-8.8c15-7.5 31.5 1.7 34.9 16.5l2.8 12.1c2.1 9.2 15.2 9.2 17.3 0l2.8-12.1c3.4-14.8 19.8-24.1 34.9-16.5l17.7 8.8V408zm28.2 25.3c2.2-8.1 3.8-16.5 3.8-25.3v-43.5c14.2-12.4 24.4-27.5 27.3-44.5 1.7-9.9-7.7-18.5-17.7-15.3-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.9-3.1-19.4 5.3-17.7 15.3 2.9 17 13.1 32.1 27.3 44.5V408c0 8.8 1.6 17.2 3.8 25.3C91.8 399.9 48 333 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 77-43.8 143.9-107.8 177.3zM168 176c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm160 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32z\"],\n \"grin-tongue-squint\": [496, 512, [], \"f58a\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm64 400c0 35.6-29.1 64.5-64.9 64-35.1-.5-63.1-29.8-63.1-65v-42.8l17.7-8.8c15-7.5 31.5 1.7 34.9 16.5l2.8 12.1c2.1 9.2 15.2 9.2 17.3 0l2.8-12.1c3.4-14.8 19.8-24.1 34.9-16.5l17.7 8.8V408zm28.2 25.3c2.2-8.1 3.8-16.5 3.8-25.3v-43.5c14.2-12.4 24.4-27.5 27.3-44.5 1.7-9.9-7.7-18.5-17.7-15.3-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.9-3.1-19.4 5.3-17.7 15.3 2.9 17 13.1 32.1 27.3 44.5V408c0 8.8 1.6 17.2 3.8 25.3C91.8 399.9 48 333 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 77-43.8 143.9-107.8 177.3zm36.9-281.1c-3.8-4.4-10.3-5.5-15.3-2.5l-80 48c-3.6 2.2-5.8 6.1-5.8 10.3s2.2 8.1 5.8 10.3l80 48c5.4 3.2 11.7 1.7 15.3-2.5 3.8-4.5 3.8-11 .1-15.5L343.6 208l33.6-40.3c3.8-4.5 3.7-11.1-.1-15.5zm-162.9 45.5l-80-48c-5-3-11.4-2-15.3 2.5-3.8 4.5-3.8 11-.1 15.5l33.6 40.3-33.6 40.3c-3.8 4.5-3.7 11 .1 15.5 3.6 4.2 9.9 5.7 15.3 2.5l80-48c3.6-2.2 5.8-6.1 5.8-10.3s-2.2-8.1-5.8-10.3z\"],\n \"grin-tongue-wink\": [496, 512, [], \"f58b\", \"M152 180c-25.7 0-55.9 16.9-59.8 42.1-.8 5 1.7 10 6.1 12.4 4.4 2.4 9.9 1.8 13.7-1.6l9.5-8.5c14.8-13.2 46.2-13.2 61 0l9.5 8.5c2.5 2.2 8 4.7 13.7 1.6 4.4-2.4 6.9-7.4 6.1-12.4-3.9-25.2-34.1-42.1-59.8-42.1zm176-52c-44.2 0-80 35.8-80 80s35.8 80 80 80 80-35.8 80-80-35.8-80-80-80zm0 128c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-72c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm64 400c0 35.6-29.1 64.5-64.9 64-35.1-.5-63.1-29.8-63.1-65v-42.8l17.7-8.8c15-7.5 31.5 1.7 34.9 16.5l2.8 12.1c2.1 9.2 15.2 9.2 17.3 0l2.8-12.1c3.4-14.8 19.8-24.1 34.9-16.5l17.7 8.8V408zm28.2 25.3c2.2-8.1 3.8-16.5 3.8-25.3v-43.5c14.2-12.4 24.4-27.5 27.3-44.5 1.7-9.9-7.7-18.5-17.7-15.3-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.9-3.1-19.4 5.3-17.7 15.3 2.9 17 13.1 32.1 27.3 44.5V408c0 8.8 1.6 17.2 3.8 25.3C91.8 399.9 48 333 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 77-43.8 143.9-107.8 177.3z\"],\n \"grin-wink\": [496, 512, [], \"f58c\", \"M328 180c-25.69 0-55.88 16.92-59.86 42.12-1.75 11.22 11.5 18.24 19.83 10.84l9.55-8.48c14.81-13.19 46.16-13.19 60.97 0l9.55 8.48c8.48 7.43 21.56.25 19.83-10.84C383.88 196.92 353.69 180 328 180zm-160 60c17.67 0 32-14.33 32-32s-14.33-32-32-32-32 14.33-32 32 14.33 32 32 32zm185.55 64.64c-25.93 8.3-64.4 13.06-105.55 13.06s-79.62-4.75-105.55-13.06c-9.94-3.13-19.4 5.37-17.71 15.34C132.67 367.13 196.06 400 248 400s115.33-32.87 123.26-80.02c1.68-9.89-7.67-18.48-17.71-15.34zM248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 448c-110.28 0-200-89.72-200-200S137.72 56 248 56s200 89.72 200 200-89.72 200-200 200z\"],\n \"hand-lizard\": [576, 512, [], \"f258\", \"M556.686 290.542L410.328 64.829C397.001 44.272 374.417 32 349.917 32H56C25.121 32 0 57.122 0 88v8c0 44.112 35.888 80 80 80h196.042l-18.333 48H144c-48.523 0-88 39.477-88 88 0 30.879 25.121 56 56 56h131.552c2.987 0 5.914.549 8.697 1.631L352 408.418V480h224V355.829c0-23.225-6.679-45.801-19.314-65.287zM528 432H400v-23.582c0-19.948-12.014-37.508-30.604-44.736l-99.751-38.788A71.733 71.733 0 0 0 243.552 320H112c-4.411 0-8-3.589-8-8 0-22.056 17.944-40 40-40h113.709c19.767 0 37.786-12.407 44.84-30.873l24.552-64.281c8.996-23.553-8.428-48.846-33.63-48.846H80c-17.645 0-32-14.355-32-32v-8c0-4.411 3.589-8 8-8h293.917c8.166 0 15.693 4.09 20.137 10.942l146.358 225.715A71.84 71.84 0 0 1 528 355.829V432z\"],\n \"hand-paper\": [448, 512, [], \"f256\", \"M372.57 112.641v-10.825c0-43.612-40.52-76.691-83.039-65.546-25.629-49.5-94.09-47.45-117.982.747C130.269 26.456 89.144 57.945 89.144 102v126.13c-19.953-7.427-43.308-5.068-62.083 8.871-29.355 21.796-35.794 63.333-14.55 93.153L132.48 498.569a32 32 0 0 0 26.062 13.432h222.897c14.904 0 27.835-10.289 31.182-24.813l30.184-130.958A203.637 203.637 0 0 0 448 310.564V179c0-40.62-35.523-71.992-75.43-66.359zm27.427 197.922c0 11.731-1.334 23.469-3.965 34.886L368.707 464h-201.92L51.591 302.303c-14.439-20.27 15.023-42.776 29.394-22.605l27.128 38.079c8.995 12.626 29.031 6.287 29.031-9.283V102c0-25.645 36.571-24.81 36.571.691V256c0 8.837 7.163 16 16 16h6.856c8.837 0 16-7.163 16-16V67c0-25.663 36.571-24.81 36.571.691V256c0 8.837 7.163 16 16 16h6.856c8.837 0 16-7.163 16-16V101.125c0-25.672 36.57-24.81 36.57.691V256c0 8.837 7.163 16 16 16h6.857c8.837 0 16-7.163 16-16v-76.309c0-26.242 36.57-25.64 36.57-.691v131.563z\"],\n \"hand-peace\": [448, 512, [], \"f25b\", \"M362.146 191.976c-13.71-21.649-38.761-34.016-65.006-30.341V74c0-40.804-32.811-74-73.141-74-40.33 0-73.14 33.196-73.14 74L160 168l-18.679-78.85C126.578 50.843 83.85 32.11 46.209 47.208 8.735 62.238-9.571 104.963 5.008 142.85l55.757 144.927c-30.557 24.956-43.994 57.809-24.733 92.218l54.853 97.999C102.625 498.97 124.73 512 148.575 512h205.702c30.744 0 57.558-21.44 64.555-51.797l27.427-118.999a67.801 67.801 0 0 0 1.729-15.203L448 256c0-44.956-43.263-77.343-85.854-64.024zM399.987 326c0 1.488-.169 2.977-.502 4.423l-27.427 119.001c-1.978 8.582-9.29 14.576-17.782 14.576H148.575c-6.486 0-12.542-3.621-15.805-9.449l-54.854-98c-4.557-8.141-2.619-18.668 4.508-24.488l26.647-21.764a16 16 0 0 0 4.812-18.139l-64.09-166.549C37.226 92.956 84.37 74.837 96.51 106.389l59.784 155.357A16 16 0 0 0 171.227 272h11.632c8.837 0 16-7.163 16-16V74c0-34.375 50.281-34.43 50.281 0v182c0 8.837 7.163 16 16 16h6.856c8.837 0 16-7.163 16-16v-28c0-25.122 36.567-25.159 36.567 0v28c0 8.837 7.163 16 16 16h6.856c8.837 0 16-7.163 16-16 0-25.12 36.567-25.16 36.567 0v70z\"],\n \"hand-point-down\": [448, 512, [], \"f0a7\", \"M188.8 512c45.616 0 83.2-37.765 83.2-83.2v-35.647a93.148 93.148 0 0 0 22.064-7.929c22.006 2.507 44.978-3.503 62.791-15.985C409.342 368.1 448 331.841 448 269.299V248c0-60.063-40-98.512-40-127.2v-2.679c4.952-5.747 8-13.536 8-22.12V32c0-17.673-12.894-32-28.8-32H156.8C140.894 0 128 14.327 128 32v64c0 8.584 3.048 16.373 8 22.12v2.679c0 6.964-6.193 14.862-23.668 30.183l-.148.129-.146.131c-9.937 8.856-20.841 18.116-33.253 25.851C48.537 195.798 0 207.486 0 252.8c0 56.928 35.286 92 83.2 92 8.026 0 15.489-.814 22.4-2.176V428.8c0 45.099 38.101 83.2 83.2 83.2zm0-48c-18.7 0-35.2-16.775-35.2-35.2V270.4c-17.325 0-35.2 26.4-70.4 26.4-26.4 0-35.2-20.625-35.2-44 0-8.794 32.712-20.445 56.1-34.926 14.575-9.074 27.225-19.524 39.875-30.799 18.374-16.109 36.633-33.836 39.596-59.075h176.752C364.087 170.79 400 202.509 400 248v21.299c0 40.524-22.197 57.124-61.325 50.601-8.001 14.612-33.979 24.151-53.625 12.925-18.225 19.365-46.381 17.787-61.05 4.95V428.8c0 18.975-16.225 35.2-35.2 35.2zM328 64c0-13.255 10.745-24 24-24s24 10.745 24 24-10.745 24-24 24-24-10.745-24-24z\"],\n \"hand-point-left\": [512, 512, [], \"f0a5\", \"M0 220.8C0 266.416 37.765 304 83.2 304h35.647a93.148 93.148 0 0 0 7.929 22.064c-2.507 22.006 3.503 44.978 15.985 62.791C143.9 441.342 180.159 480 242.701 480H264c60.063 0 98.512-40 127.2-40h2.679c5.747 4.952 13.536 8 22.12 8h64c17.673 0 32-12.894 32-28.8V188.8c0-15.906-14.327-28.8-32-28.8h-64c-8.584 0-16.373 3.048-22.12 8H391.2c-6.964 0-14.862-6.193-30.183-23.668l-.129-.148-.131-.146c-8.856-9.937-18.116-20.841-25.851-33.253C316.202 80.537 304.514 32 259.2 32c-56.928 0-92 35.286-92 83.2 0 8.026.814 15.489 2.176 22.4H83.2C38.101 137.6 0 175.701 0 220.8zm48 0c0-18.7 16.775-35.2 35.2-35.2h158.4c0-17.325-26.4-35.2-26.4-70.4 0-26.4 20.625-35.2 44-35.2 8.794 0 20.445 32.712 34.926 56.1 9.074 14.575 19.524 27.225 30.799 39.875 16.109 18.374 33.836 36.633 59.075 39.596v176.752C341.21 396.087 309.491 432 264 432h-21.299c-40.524 0-57.124-22.197-50.601-61.325-14.612-8.001-24.151-33.979-12.925-53.625-19.365-18.225-17.787-46.381-4.95-61.05H83.2C64.225 256 48 239.775 48 220.8zM448 360c13.255 0 24 10.745 24 24s-10.745 24-24 24-24-10.745-24-24 10.745-24 24-24z\"],\n \"hand-point-right\": [512, 512, [], \"f0a4\", \"M428.8 137.6h-86.177a115.52 115.52 0 0 0 2.176-22.4c0-47.914-35.072-83.2-92-83.2-45.314 0-57.002 48.537-75.707 78.784-7.735 12.413-16.994 23.317-25.851 33.253l-.131.146-.129.148C135.662 161.807 127.764 168 120.8 168h-2.679c-5.747-4.952-13.536-8-22.12-8H32c-17.673 0-32 12.894-32 28.8v230.4C0 435.106 14.327 448 32 448h64c8.584 0 16.373-3.048 22.12-8h2.679c28.688 0 67.137 40 127.2 40h21.299c62.542 0 98.8-38.658 99.94-91.145 12.482-17.813 18.491-40.785 15.985-62.791A93.148 93.148 0 0 0 393.152 304H428.8c45.435 0 83.2-37.584 83.2-83.2 0-45.099-38.101-83.2-83.2-83.2zm0 118.4h-91.026c12.837 14.669 14.415 42.825-4.95 61.05 11.227 19.646 1.687 45.624-12.925 53.625 6.524 39.128-10.076 61.325-50.6 61.325H248c-45.491 0-77.21-35.913-120-39.676V215.571c25.239-2.964 42.966-21.222 59.075-39.596 11.275-12.65 21.725-25.3 30.799-39.875C232.355 112.712 244.006 80 252.8 80c23.375 0 44 8.8 44 35.2 0 35.2-26.4 53.075-26.4 70.4h158.4c18.425 0 35.2 16.5 35.2 35.2 0 18.975-16.225 35.2-35.2 35.2zM88 384c0 13.255-10.745 24-24 24s-24-10.745-24-24 10.745-24 24-24 24 10.745 24 24z\"],\n \"hand-point-up\": [448, 512, [], \"f0a6\", \"M105.6 83.2v86.177a115.52 115.52 0 0 0-22.4-2.176c-47.914 0-83.2 35.072-83.2 92 0 45.314 48.537 57.002 78.784 75.707 12.413 7.735 23.317 16.994 33.253 25.851l.146.131.148.129C129.807 376.338 136 384.236 136 391.2v2.679c-4.952 5.747-8 13.536-8 22.12v64c0 17.673 12.894 32 28.8 32h230.4c15.906 0 28.8-14.327 28.8-32v-64c0-8.584-3.048-16.373-8-22.12V391.2c0-28.688 40-67.137 40-127.2v-21.299c0-62.542-38.658-98.8-91.145-99.94-17.813-12.482-40.785-18.491-62.791-15.985A93.148 93.148 0 0 0 272 118.847V83.2C272 37.765 234.416 0 188.8 0c-45.099 0-83.2 38.101-83.2 83.2zm118.4 0v91.026c14.669-12.837 42.825-14.415 61.05 4.95 19.646-11.227 45.624-1.687 53.625 12.925 39.128-6.524 61.325 10.076 61.325 50.6V264c0 45.491-35.913 77.21-39.676 120H183.571c-2.964-25.239-21.222-42.966-39.596-59.075-12.65-11.275-25.3-21.725-39.875-30.799C80.712 279.645 48 267.994 48 259.2c0-23.375 8.8-44 35.2-44 35.2 0 53.075 26.4 70.4 26.4V83.2c0-18.425 16.5-35.2 35.2-35.2 18.975 0 35.2 16.225 35.2 35.2zM352 424c13.255 0 24 10.745 24 24s-10.745 24-24 24-24-10.745-24-24 10.745-24 24-24z\"],\n \"hand-pointer\": [448, 512, [], \"f25a\", \"M358.182 179.361c-19.493-24.768-52.679-31.945-79.872-19.098-15.127-15.687-36.182-22.487-56.595-19.629V67c0-36.944-29.736-67-66.286-67S89.143 30.056 89.143 67v161.129c-19.909-7.41-43.272-5.094-62.083 8.872-29.355 21.795-35.793 63.333-14.55 93.152l109.699 154.001C134.632 501.59 154.741 512 176 512h178.286c30.802 0 57.574-21.5 64.557-51.797l27.429-118.999A67.873 67.873 0 0 0 448 326v-84c0-46.844-46.625-79.273-89.818-62.639zM80.985 279.697l27.126 38.079c8.995 12.626 29.031 6.287 29.031-9.283V67c0-25.12 36.571-25.16 36.571 0v175c0 8.836 7.163 16 16 16h6.857c8.837 0 16-7.164 16-16v-35c0-25.12 36.571-25.16 36.571 0v35c0 8.836 7.163 16 16 16H272c8.837 0 16-7.164 16-16v-21c0-25.12 36.571-25.16 36.571 0v21c0 8.836 7.163 16 16 16h6.857c8.837 0 16-7.164 16-16 0-25.121 36.571-25.16 36.571 0v84c0 1.488-.169 2.977-.502 4.423l-27.43 119.001c-1.978 8.582-9.29 14.576-17.782 14.576H176c-5.769 0-11.263-2.878-14.697-7.697l-109.712-154c-14.406-20.223 14.994-42.818 29.394-22.606zM176.143 400v-96c0-8.837 6.268-16 14-16h6c7.732 0 14 7.163 14 16v96c0 8.837-6.268 16-14 16h-6c-7.733 0-14-7.163-14-16zm75.428 0v-96c0-8.837 6.268-16 14-16h6c7.732 0 14 7.163 14 16v96c0 8.837-6.268 16-14 16h-6c-7.732 0-14-7.163-14-16zM327 400v-96c0-8.837 6.268-16 14-16h6c7.732 0 14 7.163 14 16v96c0 8.837-6.268 16-14 16h-6c-7.732 0-14-7.163-14-16z\"],\n \"hand-rock\": [512, 512, [], \"f255\", \"M408.864 79.052c-22.401-33.898-66.108-42.273-98.813-23.588-29.474-31.469-79.145-31.093-108.334-.022-47.16-27.02-108.71 5.055-110.671 60.806C44.846 105.407 0 140.001 0 187.429v56.953c0 32.741 14.28 63.954 39.18 85.634l97.71 85.081c4.252 3.702 3.11 5.573 3.11 32.903 0 17.673 14.327 32 32 32h252c17.673 0 32-14.327 32-32 0-23.513-1.015-30.745 3.982-42.37l42.835-99.656c6.094-14.177 9.183-29.172 9.183-44.568V146.963c0-52.839-54.314-88.662-103.136-67.911zM464 261.406a64.505 64.505 0 0 1-5.282 25.613l-42.835 99.655c-5.23 12.171-7.883 25.04-7.883 38.25V432H188v-10.286c0-16.37-7.14-31.977-19.59-42.817l-97.71-85.08C56.274 281.255 48 263.236 48 244.381v-56.953c0-33.208 52-33.537 52 .677v41.228a16 16 0 0 0 5.493 12.067l7 6.095A16 16 0 0 0 139 235.429V118.857c0-33.097 52-33.725 52 .677v26.751c0 8.836 7.164 16 16 16h7c8.836 0 16-7.164 16-16v-41.143c0-33.134 52-33.675 52 .677v40.466c0 8.836 7.163 16 16 16h7c8.837 0 16-7.164 16-16v-27.429c0-33.03 52-33.78 52 .677v26.751c0 8.836 7.163 16 16 16h7c8.837 0 16-7.164 16-16 0-33.146 52-33.613 52 .677v114.445z\"],\n \"hand-scissors\": [512, 512, [], \"f257\", \"M256 480l70-.013c5.114 0 10.231-.583 15.203-1.729l118.999-27.427C490.56 443.835 512 417.02 512 386.277V180.575c0-23.845-13.03-45.951-34.005-57.69l-97.999-54.853c-34.409-19.261-67.263-5.824-92.218 24.733L142.85 37.008c-37.887-14.579-80.612 3.727-95.642 41.201-15.098 37.642 3.635 80.37 41.942 95.112L168 192l-94-9.141c-40.804 0-74 32.811-74 73.14 0 40.33 33.196 73.141 74 73.141h87.635c-3.675 26.245 8.692 51.297 30.341 65.006C178.657 436.737 211.044 480 256 480zm0-48.013c-25.16 0-25.12-36.567 0-36.567 8.837 0 16-7.163 16-16v-6.856c0-8.837-7.163-16-16-16h-28c-25.159 0-25.122-36.567 0-36.567h28c8.837 0 16-7.163 16-16v-6.856c0-8.837-7.163-16-16-16H74c-34.43 0-34.375-50.281 0-50.281h182c8.837 0 16-7.163 16-16v-11.632a16 16 0 0 0-10.254-14.933L106.389 128.51c-31.552-12.14-13.432-59.283 19.222-46.717l166.549 64.091a16.001 16.001 0 0 0 18.139-4.812l21.764-26.647c5.82-7.127 16.348-9.064 24.488-4.508l98 54.854c5.828 3.263 9.449 9.318 9.449 15.805v205.701c0 8.491-5.994 15.804-14.576 17.782l-119.001 27.427a19.743 19.743 0 0 1-4.423.502h-70z\"],\n \"hand-spock\": [512, 512, [], \"f259\", \"M501.03053,116.17605c-19.39059-31.50779-51.24406-35.72849-66.31044-35.01756-14.11325-50.81051-62.0038-54.08-70.73816-54.08a74.03091,74.03091,0,0,0-72.23816,58.916l-4.64648,22.66014-13.68357-53.207c-9.09569-35.37107-46.412-64.05074-89.66-53.07223a73.89749,73.89749,0,0,0-55.121,78.94722,73.68273,73.68273,0,0,0-64.8495,94.42181l24.35933,82.19721c-38.24017-7.54492-62.79677,16.18358-68.11512,21.84764a73.6791,73.6791,0,0,0,3.19921,104.19329l91.36509,85.9765A154.164,154.164,0,0,0,220.62279,512h107.4549A127.30079,127.30079,0,0,0,452.3392,413.86139l57.623-241.96272A73.20274,73.20274,0,0,0,501.03053,116.17605Zm-37.7597,44.60544L405.64788,402.74812a79.46616,79.46616,0,0,1-77.57019,61.25972H220.62279a106.34052,106.34052,0,0,1-73.1366-28.998l-91.369-85.98041C31.34381,325.72669,66.61133,288.131,91.39644,311.5392l51.123,48.10739c5.42577,5.10937,13.48239.71679,13.48239-5.82617a246.79914,246.79914,0,0,0-10.17771-70.1523l-36.01362-121.539c-9.7324-32.88279,39.69916-47.27145,49.38664-14.625l31.3437,105.77923c5.59374,18.90428,33.78119,10.71288,28.9648-8.00781L177.06427,80.23662c-8.50389-33.1035,41.43157-45.64646,49.86515-12.83593l47.32609,184.035c4.42773,17.24218,29.16207,16.5039,32.71089-.80468l31.791-154.9706c6.81054-33.1074,57.51748-24.10741,50.11906,11.96288L360.32764,246.78924c-3.72265,18.10936,23.66793,24.63084,28.05659,6.21679L413.185,148.85962C421.1498,115.512,471.14,127.79713,463.27083,160.78149Z\"],\n \"handshake\": [640, 512, [], \"f2b5\", \"M519.2 127.9l-47.6-47.6A56.252 56.252 0 0 0 432 64H205.2c-14.8 0-29.1 5.9-39.6 16.3L118 127.9H0v255.7h64c17.6 0 31.8-14.2 31.9-31.7h9.1l84.6 76.4c30.9 25.1 73.8 25.7 105.6 3.8 12.5 10.8 26 15.9 41.1 15.9 18.2 0 35.3-7.4 48.8-24 22.1 8.7 48.2 2.6 64-16.8l26.2-32.3c5.6-6.9 9.1-14.8 10.9-23h57.9c.1 17.5 14.4 31.7 31.9 31.7h64V127.9H519.2zM48 351.6c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16c0 8.9-7.2 16-16 16zm390-6.9l-26.1 32.2c-2.8 3.4-7.8 4-11.3 1.2l-23.9-19.4-30 36.5c-6 7.3-15 4.8-18 2.4l-36.8-31.5-15.6 19.2c-13.9 17.1-39.2 19.7-55.3 6.6l-97.3-88H96V175.8h41.9l61.7-61.6c2-.8 3.7-1.5 5.7-2.3H262l-38.7 35.5c-29.4 26.9-31.1 72.3-4.4 101.3 14.8 16.2 61.2 41.2 101.5 4.4l8.2-7.5 108.2 87.8c3.4 2.8 3.9 7.9 1.2 11.3zm106-40.8h-69.2c-2.3-2.8-4.9-5.4-7.7-7.7l-102.7-83.4 12.5-11.4c6.5-6 7-16.1 1-22.6L367 167.1c-6-6.5-16.1-6.9-22.6-1l-55.2 50.6c-9.5 8.7-25.7 9.4-34.6 0-9.3-9.9-8.5-25.1 1.2-33.9l65.6-60.1c7.4-6.8 17-10.5 27-10.5l83.7-.2c2.1 0 4.1.8 5.5 2.3l61.7 61.6H544v128zm48 47.7c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16c0 8.9-7.2 16-16 16z\"],\n \"hdd\": [576, 512, [], \"f0a0\", \"M567.403 235.642L462.323 84.589A48 48 0 0 0 422.919 64H153.081a48 48 0 0 0-39.404 20.589L8.597 235.642A48.001 48.001 0 0 0 0 263.054V400c0 26.51 21.49 48 48 48h480c26.51 0 48-21.49 48-48V263.054c0-9.801-3-19.366-8.597-27.412zM153.081 112h269.838l77.913 112H75.168l77.913-112zM528 400H48V272h480v128zm-32-64c0 17.673-14.327 32-32 32s-32-14.327-32-32 14.327-32 32-32 32 14.327 32 32zm-96 0c0 17.673-14.327 32-32 32s-32-14.327-32-32 14.327-32 32-32 32 14.327 32 32z\"],\n \"heart\": [512, 512, [], \"f004\", \"M458.4 64.3C400.6 15.7 311.3 23 256 79.3 200.7 23 111.4 15.6 53.6 64.3-21.6 127.6-10.6 230.8 43 285.5l175.4 178.7c10 10.2 23.4 15.9 37.6 15.9 14.3 0 27.6-5.6 37.6-15.8L469 285.6c53.5-54.7 64.7-157.9-10.6-221.3zm-23.6 187.5L259.4 430.5c-2.4 2.4-4.4 2.4-6.8 0L77.2 251.8c-36.5-37.2-43.9-107.6 7.3-150.7 38.9-32.7 98.9-27.8 136.5 10.5l35 35.7 35-35.7c37.8-38.5 97.8-43.2 136.5-10.6 51.1 43.1 43.5 113.9 7.3 150.8z\"],\n \"hospital\": [448, 512, [], \"f0f8\", \"M128 244v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12zm140 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12zm-76 84v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm76 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12zm180 124v36H0v-36c0-6.627 5.373-12 12-12h19.5V85.035C31.5 73.418 42.245 64 55.5 64H144V24c0-13.255 10.745-24 24-24h112c13.255 0 24 10.745 24 24v40h88.5c13.255 0 24 9.418 24 21.035V464H436c6.627 0 12 5.373 12 12zM79.5 463H192v-67c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v67h112.5V112H304v24c0 13.255-10.745 24-24 24H168c-13.255 0-24-10.745-24-24v-24H79.5v351zM266 64h-26V38a6 6 0 0 0-6-6h-20a6 6 0 0 0-6 6v26h-26a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6h26v26a6 6 0 0 0 6 6h20a6 6 0 0 0 6-6V96h26a6 6 0 0 0 6-6V70a6 6 0 0 0-6-6z\"],\n \"hourglass\": [384, 512, [], \"f254\", \"M368 48h4c6.627 0 12-5.373 12-12V12c0-6.627-5.373-12-12-12H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h4c0 80.564 32.188 165.807 97.18 208C47.899 298.381 16 383.9 16 464h-4c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h360c6.627 0 12-5.373 12-12v-24c0-6.627-5.373-12-12-12h-4c0-80.564-32.188-165.807-97.18-208C336.102 213.619 368 128.1 368 48zM64 48h256c0 101.62-57.307 184-128 184S64 149.621 64 48zm256 416H64c0-101.62 57.308-184 128-184s128 82.38 128 184z\"],\n \"id-badge\": [384, 512, [], \"f2c1\", \"M336 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm0 464H48V48h288v416zM144 112h96c8.8 0 16-7.2 16-16s-7.2-16-16-16h-96c-8.8 0-16 7.2-16 16s7.2 16 16 16zm48 176c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm-89.6 128h179.2c12.4 0 22.4-8.6 22.4-19.2v-19.2c0-31.8-30.1-57.6-67.2-57.6-10.8 0-18.7 8-44.8 8-26.9 0-33.4-8-44.8-8-37.1 0-67.2 25.8-67.2 57.6v19.2c0 10.6 10 19.2 22.4 19.2z\"],\n \"id-card\": [576, 512, [], \"f2c2\", \"M528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 400H303.2c.9-4.5.8 3.6.8-22.4 0-31.8-30.1-57.6-67.2-57.6-10.8 0-18.7 8-44.8 8-26.9 0-33.4-8-44.8-8-37.1 0-67.2 25.8-67.2 57.6 0 26-.2 17.9.8 22.4H48V144h480v288zm-168-80h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm0-64h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm0-64h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm-168 96c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64z\"],\n \"image\": [512, 512, [], \"f03e\", \"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm-6 336H54a6 6 0 0 1-6-6V118a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v276a6 6 0 0 1-6 6zM128 152c-22.091 0-40 17.909-40 40s17.909 40 40 40 40-17.909 40-40-17.909-40-40-40zM96 352h320v-80l-87.515-87.515c-4.686-4.686-12.284-4.686-16.971 0L192 304l-39.515-39.515c-4.686-4.686-12.284-4.686-16.971 0L96 304v48z\"],\n \"images\": [576, 512, [], \"f302\", \"M480 416v16c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V176c0-26.51 21.49-48 48-48h16v48H54a6 6 0 0 0-6 6v244a6 6 0 0 0 6 6h372a6 6 0 0 0 6-6v-10h48zm42-336H150a6 6 0 0 0-6 6v244a6 6 0 0 0 6 6h372a6 6 0 0 0 6-6V86a6 6 0 0 0-6-6zm6-48c26.51 0 48 21.49 48 48v256c0 26.51-21.49 48-48 48H144c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h384zM264 144c0 22.091-17.909 40-40 40s-40-17.909-40-40 17.909-40 40-40 40 17.909 40 40zm-72 96l39.515-39.515c4.686-4.686 12.284-4.686 16.971 0L288 240l103.515-103.515c4.686-4.686 12.284-4.686 16.971 0L480 208v80H192v-48z\"],\n \"keyboard\": [576, 512, [], \"f11c\", \"M528 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h480c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm8 336c0 4.411-3.589 8-8 8H48c-4.411 0-8-3.589-8-8V112c0-4.411 3.589-8 8-8h480c4.411 0 8 3.589 8 8v288zM170 270v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm-336 82v-28c0-6.627-5.373-12-12-12H82c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm384 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zM122 188v-28c0-6.627-5.373-12-12-12H82c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm-98 158v-16c0-6.627-5.373-12-12-12H180c-6.627 0-12 5.373-12 12v16c0 6.627 5.373 12 12 12h216c6.627 0 12-5.373 12-12z\"],\n \"kiss\": [496, 512, [], \"f596\", \"M168 176c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm136 132c0-19.2-28.8-41.5-71.5-44-3.8-.4-7.4 2.4-8.2 6.2-.9 3.8 1.1 7.7 4.7 9.2l16.9 7.2c13 5.5 20.8 13.5 20.8 21.5s-7.8 16-20.7 21.5l-17 7.2c-5.7 2.4-6 12.2 0 14.8l16.9 7.2c13 5.5 20.8 13.5 20.8 21.5s-7.8 16-20.7 21.5l-17 7.2c-3.6 1.5-5.6 5.4-4.7 9.2.8 3.6 4.1 6.2 7.8 6.2h.5c42.8-2.5 71.5-24.8 71.5-44 0-13-13.4-27.3-35.2-36C290.6 335.3 304 321 304 308zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm80-280c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32z\"],\n \"kiss-beam\": [496, 512, [], \"f597\", \"M168 152c-23.8 0-52.7 29.3-56 71.4-.3 3.7 2 7.2 5.6 8.3 3.5 1 7.5-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 5.9-4.5 5.6-8.3-3.1-42.1-32-71.4-55.8-71.4zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm56-148c0-19.2-28.8-41.5-71.5-44-3.8-.4-7.4 2.4-8.2 6.2-.9 3.8 1.1 7.7 4.7 9.2l16.9 7.2c13 5.5 20.8 13.5 20.8 21.5s-7.8 16-20.7 21.5l-17 7.2c-5.7 2.4-6 12.2 0 14.8l16.9 7.2c13 5.5 20.8 13.5 20.8 21.5s-7.8 16-20.7 21.5l-17 7.2c-3.6 1.5-5.6 5.4-4.7 9.2.8 3.6 4.1 6.2 7.8 6.2h.5c42.8-2.5 71.5-24.8 71.5-44 0-13-13.4-27.3-35.2-36C290.6 335.3 304 321 304 308zm24-156c-23.8 0-52.7 29.3-56 71.4-.3 3.7 2 7.2 5.6 8.3 3.5 1 7.5-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 5.9-4.5 5.6-8.3-3.1-42.1-32-71.4-55.8-71.4z\"],\n \"kiss-wink-heart\": [504, 512, [], \"f598\", \"M304 308.5c0-19.2-28.8-41.5-71.5-44-3.8-.4-7.4 2.4-8.2 6.2-.9 3.8 1.1 7.7 4.7 9.2l16.9 7.2c13 5.5 20.8 13.5 20.8 21.5s-7.8 16-20.7 21.5l-17 7.2c-5.7 2.4-6 12.2 0 14.8l16.9 7.2c13 5.5 20.8 13.5 20.8 21.5s-7.8 16-20.7 21.5l-17 7.2c-3.6 1.5-5.6 5.4-4.7 9.2.8 3.6 4.1 6.2 7.8 6.2h.5c42.8-2.5 71.5-24.8 71.5-44 0-13-13.4-27.3-35.2-36 21.7-9.1 35.1-23.4 35.1-36.4zm70.5-83.5l9.5 8.5c3.8 3.3 9.3 4 13.7 1.6 4.4-2.4 6.9-7.4 6.1-12.4-4-25.2-34.2-42.1-59.8-42.1s-55.9 16.9-59.8 42.1c-.8 5 1.7 10 6.1 12.4 5.8 3.1 11.2.7 13.7-1.6l9.5-8.5c14.8-13.2 46.2-13.2 61 0zM136 208.5c0 17.7 14.3 32 32 32s32-14.3 32-32-14.3-32-32-32-32 14.3-32 32zm365.1 194c-8-20.8-31.5-31.5-53.1-25.9l-8.4 2.2-2.3-8.4c-5.9-21.4-27-36.5-49-33-25.2 4-40.6 28.6-34 52.6l22.9 82.6c1.5 5.3 7 8.5 12.4 7.1l83-21.5c24.1-6.3 37.7-31.8 28.5-55.7zM334 436.3c-26.1 12.5-55.2 19.7-86 19.7-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200c0 22.1-3.7 43.3-10.4 63.2 9 6.4 17 14.2 22.6 23.9 6.4.1 12.6 1.4 18.6 2.9 10.9-27.9 17.1-58.2 17.1-90C496 119 385 8 248 8S0 119 0 256s111 248 248 248c35.4 0 68.9-7.5 99.4-20.9-2.5-7.3 4.3 17.2-13.4-46.8z\"],\n \"laugh\": [496, 512, [], \"f599\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm141.4 389.4c-37.8 37.8-88 58.6-141.4 58.6s-103.6-20.8-141.4-58.6S48 309.4 48 256s20.8-103.6 58.6-141.4S194.6 56 248 56s103.6 20.8 141.4 58.6S448 202.6 448 256s-20.8 103.6-58.6 141.4zM328 224c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm-160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm194.4 64H133.6c-8.2 0-14.5 7-13.5 15 7.5 59.2 58.9 105 121.1 105h13.6c62.2 0 113.6-45.8 121.1-105 1-8-5.3-15-13.5-15z\"],\n \"laugh-beam\": [496, 512, [], \"f59a\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm141.4 389.4c-37.8 37.8-88 58.6-141.4 58.6s-103.6-20.8-141.4-58.6S48 309.4 48 256s20.8-103.6 58.6-141.4S194.6 56 248 56s103.6 20.8 141.4 58.6S448 202.6 448 256s-20.8 103.6-58.6 141.4zM328 152c-23.8 0-52.7 29.3-56 71.4-.7 8.6 10.8 11.9 14.9 4.5l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c4.1 7.4 15.6 4 14.9-4.5-3.1-42.1-32-71.4-55.8-71.4zm-201 75.9l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c4.1 7.4 15.6 4 14.9-4.5-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.6 8.5 10.9 11.9 15.1 4.5zM362.4 288H133.6c-8.2 0-14.5 7-13.5 15 7.5 59.2 58.9 105 121.1 105h13.6c62.2 0 113.6-45.8 121.1-105 1-8-5.3-15-13.5-15z\"],\n \"laugh-squint\": [496, 512, [], \"f59b\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm141.4 389.4c-37.8 37.8-88 58.6-141.4 58.6s-103.6-20.8-141.4-58.6S48 309.4 48 256s20.8-103.6 58.6-141.4S194.6 56 248 56s103.6 20.8 141.4 58.6S448 202.6 448 256s-20.8 103.6-58.6 141.4zM343.6 196l33.6-40.3c8.6-10.3-3.8-24.8-15.4-18l-80 48c-7.8 4.7-7.8 15.9 0 20.6l80 48c11.5 6.8 24-7.6 15.4-18L343.6 196zm-209.4 58.3l80-48c7.8-4.7 7.8-15.9 0-20.6l-80-48c-11.6-6.9-24 7.7-15.4 18l33.6 40.3-33.6 40.3c-8.7 10.4 3.8 24.8 15.4 18zM362.4 288H133.6c-8.2 0-14.5 7-13.5 15 7.5 59.2 58.9 105 121.1 105h13.6c62.2 0 113.6-45.8 121.1-105 1-8-5.3-15-13.5-15z\"],\n \"laugh-wink\": [496, 512, [], \"f59c\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm141.4 389.4c-37.8 37.8-88 58.6-141.4 58.6s-103.6-20.8-141.4-58.6C68.8 359.6 48 309.4 48 256s20.8-103.6 58.6-141.4C144.4 76.8 194.6 56 248 56s103.6 20.8 141.4 58.6c37.8 37.8 58.6 88 58.6 141.4s-20.8 103.6-58.6 141.4zM328 164c-25.7 0-55.9 16.9-59.9 42.1-1.7 11.2 11.5 18.2 19.8 10.8l9.5-8.5c14.8-13.2 46.2-13.2 61 0l9.5 8.5c8.5 7.4 21.6.3 19.8-10.8-3.8-25.2-34-42.1-59.7-42.1zm-160 60c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm194.4 64H133.6c-8.2 0-14.5 7-13.5 15 7.5 59.2 58.9 105 121.1 105h13.6c62.2 0 113.6-45.8 121.1-105 1-8-5.3-15-13.5-15z\"],\n \"lemon\": [512, 512, [], \"f094\", \"M484.112 27.889C455.989-.233 416.108-8.057 387.059 8.865 347.604 31.848 223.504-41.111 91.196 91.197-41.277 223.672 31.923 347.472 8.866 387.058c-16.922 29.051-9.1 68.932 19.022 97.054 28.135 28.135 68.011 35.938 97.057 19.021 39.423-22.97 163.557 49.969 295.858-82.329 132.474-132.477 59.273-256.277 82.331-295.861 16.922-29.05 9.1-68.931-19.022-97.054zm-22.405 72.894c-38.8 66.609 45.6 165.635-74.845 286.08-120.44 120.443-219.475 36.048-286.076 74.843-22.679 13.207-64.035-27.241-50.493-50.488 38.8-66.609-45.6-165.635 74.845-286.08C245.573 4.702 344.616 89.086 411.219 50.292c22.73-13.24 64.005 27.288 50.488 50.491zm-169.861 8.736c1.37 10.96-6.404 20.957-17.365 22.327-54.846 6.855-135.779 87.787-142.635 142.635-1.373 10.989-11.399 18.734-22.326 17.365-10.961-1.37-18.735-11.366-17.365-22.326 9.162-73.286 104.167-168.215 177.365-177.365 10.953-1.368 20.956 6.403 22.326 17.364z\"],\n \"life-ring\": [512, 512, [], \"f1cd\", \"M256 504c136.967 0 248-111.033 248-248S392.967 8 256 8 8 119.033 8 256s111.033 248 248 248zm-103.398-76.72l53.411-53.411c31.806 13.506 68.128 13.522 99.974 0l53.411 53.411c-63.217 38.319-143.579 38.319-206.796 0zM336 256c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80zm91.28 103.398l-53.411-53.411c13.505-31.806 13.522-68.128 0-99.974l53.411-53.411c38.319 63.217 38.319 143.579 0 206.796zM359.397 84.72l-53.411 53.411c-31.806-13.505-68.128-13.522-99.973 0L152.602 84.72c63.217-38.319 143.579-38.319 206.795 0zM84.72 152.602l53.411 53.411c-13.506 31.806-13.522 68.128 0 99.974L84.72 359.398c-38.319-63.217-38.319-143.579 0-206.796z\"],\n \"lightbulb\": [352, 512, [], \"f0eb\", \"M176 80c-52.94 0-96 43.06-96 96 0 8.84 7.16 16 16 16s16-7.16 16-16c0-35.3 28.72-64 64-64 8.84 0 16-7.16 16-16s-7.16-16-16-16zM96.06 459.17c0 3.15.93 6.22 2.68 8.84l24.51 36.84c2.97 4.46 7.97 7.14 13.32 7.14h78.85c5.36 0 10.36-2.68 13.32-7.14l24.51-36.84c1.74-2.62 2.67-5.7 2.68-8.84l.05-43.18H96.02l.04 43.18zM176 0C73.72 0 0 82.97 0 176c0 44.37 16.45 84.85 43.56 115.78 16.64 18.99 42.74 58.8 52.42 92.16v.06h48v-.12c-.01-4.77-.72-9.51-2.15-14.07-5.59-17.81-22.82-64.77-62.17-109.67-20.54-23.43-31.52-53.15-31.61-84.14-.2-73.64 59.67-128 127.95-128 70.58 0 128 57.42 128 128 0 30.97-11.24 60.85-31.65 84.14-39.11 44.61-56.42 91.47-62.1 109.46a47.507 47.507 0 0 0-2.22 14.3v.1h48v-.05c9.68-33.37 35.78-73.18 52.42-92.16C335.55 260.85 352 220.37 352 176 352 78.8 273.2 0 176 0z\"],\n \"list-alt\": [512, 512, [], \"f022\", \"M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-42-92v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm-252 12c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36z\"],\n \"map\": [576, 512, [], \"f279\", \"M560.02 32c-1.96 0-3.98.37-5.96 1.16L384.01 96H384L212 35.28A64.252 64.252 0 0 0 191.76 32c-6.69 0-13.37 1.05-19.81 3.14L20.12 87.95A32.006 32.006 0 0 0 0 117.66v346.32C0 473.17 7.53 480 15.99 480c1.96 0 3.97-.37 5.96-1.16L192 416l172 60.71a63.98 63.98 0 0 0 40.05.15l151.83-52.81A31.996 31.996 0 0 0 576 394.34V48.02c0-9.19-7.53-16.02-15.98-16.02zM224 90.42l128 45.19v285.97l-128-45.19V90.42zM48 418.05V129.07l128-44.53v286.2l-.64.23L48 418.05zm480-35.13l-128 44.53V141.26l.64-.24L528 93.95v288.97z\"],\n \"meh\": [496, 512, [], \"f11a\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-80-216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160-64c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm8 144H160c-13.2 0-24 10.8-24 24s10.8 24 24 24h176c13.2 0 24-10.8 24-24s-10.8-24-24-24z\"],\n \"meh-blank\": [496, 512, [], \"f5a4\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-80-280c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm160 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32z\"],\n \"meh-rolling-eyes\": [496, 512, [], \"f5a5\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm88-304c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72zm0 112c-22.1 0-40-17.9-40-40 0-13.6 7.3-25.1 17.7-32.3-1 2.6-1.7 5.3-1.7 8.3 0 13.3 10.7 24 24 24s24-10.7 24-24c0-2.9-.7-5.7-1.7-8.3 10.4 7.2 17.7 18.7 17.7 32.3 0 22.1-17.9 40-40 40zm-104-40c0-39.8-32.2-72-72-72s-72 32.2-72 72 32.2 72 72 72 72-32.2 72-72zm-112 0c0-13.6 7.3-25.1 17.7-32.3-1 2.6-1.7 5.3-1.7 8.3 0 13.3 10.7 24 24 24s24-10.7 24-24c0-2.9-.7-5.7-1.7-8.3 10.4 7.2 17.7 18.7 17.7 32.3 0 22.1-17.9 40-40 40s-40-17.9-40-40zm192 128H184c-13.2 0-24 10.8-24 24s10.8 24 24 24h128c13.2 0 24-10.8 24-24s-10.8-24-24-24z\"],\n \"minus-square\": [448, 512, [], \"f146\", \"M108 284c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h232c6.6 0 12 5.4 12 12v32c0 6.6-5.4 12-12 12H108zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"],\n \"money-bill-alt\": [640, 512, [], \"f3d1\", \"M320 144c-53.02 0-96 50.14-96 112 0 61.85 42.98 112 96 112 53 0 96-50.13 96-112 0-61.86-42.98-112-96-112zm40 168c0 4.42-3.58 8-8 8h-64c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h16v-55.44l-.47.31a7.992 7.992 0 0 1-11.09-2.22l-8.88-13.31a7.992 7.992 0 0 1 2.22-11.09l15.33-10.22a23.99 23.99 0 0 1 13.31-4.03H328c4.42 0 8 3.58 8 8v88h16c4.42 0 8 3.58 8 8v16zM608 64H32C14.33 64 0 78.33 0 96v320c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V96c0-17.67-14.33-32-32-32zm-16 272c-35.35 0-64 28.65-64 64H112c0-35.35-28.65-64-64-64V176c35.35 0 64-28.65 64-64h416c0 35.35 28.65 64 64 64v160z\"],\n \"moon\": [512, 512, [], \"f186\", \"M279.135 512c78.756 0 150.982-35.804 198.844-94.775 28.27-34.831-2.558-85.722-46.249-77.401-82.348 15.683-158.272-47.268-158.272-130.792 0-48.424 26.06-92.292 67.434-115.836 38.745-22.05 28.999-80.788-15.022-88.919A257.936 257.936 0 0 0 279.135 0c-141.36 0-256 114.575-256 256 0 141.36 114.576 256 256 256zm0-464c12.985 0 25.689 1.201 38.016 3.478-54.76 31.163-91.693 90.042-91.693 157.554 0 113.848 103.641 199.2 215.252 177.944C402.574 433.964 344.366 464 279.135 464c-114.875 0-208-93.125-208-208s93.125-208 208-208z\"],\n \"newspaper\": [576, 512, [], \"f1ea\", \"M552 64H112c-20.858 0-38.643 13.377-45.248 32H24c-13.255 0-24 10.745-24 24v272c0 30.928 25.072 56 56 56h496c13.255 0 24-10.745 24-24V88c0-13.255-10.745-24-24-24zM48 392V144h16v248c0 4.411-3.589 8-8 8s-8-3.589-8-8zm480 8H111.422c.374-2.614.578-5.283.578-8V112h416v288zM172 280h136c6.627 0 12-5.373 12-12v-96c0-6.627-5.373-12-12-12H172c-6.627 0-12 5.373-12 12v96c0 6.627 5.373 12 12 12zm28-80h80v40h-80v-40zm-40 140v-24c0-6.627 5.373-12 12-12h136c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H172c-6.627 0-12-5.373-12-12zm192 0v-24c0-6.627 5.373-12 12-12h104c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12zm0-144v-24c0-6.627 5.373-12 12-12h104c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12zm0 72v-24c0-6.627 5.373-12 12-12h104c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12z\"],\n \"object-group\": [512, 512, [], \"f247\", \"M500 128c6.627 0 12-5.373 12-12V44c0-6.627-5.373-12-12-12h-72c-6.627 0-12 5.373-12 12v12H96V44c0-6.627-5.373-12-12-12H12C5.373 32 0 37.373 0 44v72c0 6.627 5.373 12 12 12h12v256H12c-6.627 0-12 5.373-12 12v72c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-12h320v12c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-72c0-6.627-5.373-12-12-12h-12V128h12zm-52-64h32v32h-32V64zM32 64h32v32H32V64zm32 384H32v-32h32v32zm416 0h-32v-32h32v32zm-40-64h-12c-6.627 0-12 5.373-12 12v12H96v-12c0-6.627-5.373-12-12-12H72V128h12c6.627 0 12-5.373 12-12v-12h320v12c0 6.627 5.373 12 12 12h12v256zm-36-192h-84v-52c0-6.628-5.373-12-12-12H108c-6.627 0-12 5.372-12 12v168c0 6.628 5.373 12 12 12h84v52c0 6.628 5.373 12 12 12h200c6.627 0 12-5.372 12-12V204c0-6.628-5.373-12-12-12zm-268-24h144v112H136V168zm240 176H232v-24h76c6.627 0 12-5.372 12-12v-76h56v112z\"],\n \"object-ungroup\": [576, 512, [], \"f248\", \"M564 224c6.627 0 12-5.373 12-12v-72c0-6.627-5.373-12-12-12h-72c-6.627 0-12 5.373-12 12v12h-88v-24h12c6.627 0 12-5.373 12-12V44c0-6.627-5.373-12-12-12h-72c-6.627 0-12 5.373-12 12v12H96V44c0-6.627-5.373-12-12-12H12C5.373 32 0 37.373 0 44v72c0 6.627 5.373 12 12 12h12v160H12c-6.627 0-12 5.373-12 12v72c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-12h88v24h-12c-6.627 0-12 5.373-12 12v72c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-12h224v12c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-72c0-6.627-5.373-12-12-12h-12V224h12zM352 64h32v32h-32V64zm0 256h32v32h-32v-32zM64 352H32v-32h32v32zm0-256H32V64h32v32zm32 216v-12c0-6.627-5.373-12-12-12H72V128h12c6.627 0 12-5.373 12-12v-12h224v12c0 6.627 5.373 12 12 12h12v160h-12c-6.627 0-12 5.373-12 12v12H96zm128 136h-32v-32h32v32zm280-64h-12c-6.627 0-12 5.373-12 12v12H256v-12c0-6.627-5.373-12-12-12h-12v-24h88v12c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-72c0-6.627-5.373-12-12-12h-12v-88h88v12c0 6.627 5.373 12 12 12h12v160zm40 64h-32v-32h32v32zm0-256h-32v-32h32v32z\"],\n \"paper-plane\": [512, 512, [], \"f1d8\", \"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"],\n \"pause-circle\": [512, 512, [], \"f28b\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm96-280v160c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16zm-112 0v160c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16z\"],\n \"play-circle\": [512, 512, [], \"f144\", \"M371.7 238l-176-107c-15.8-8.8-35.7 2.5-35.7 21v208c0 18.4 19.8 29.8 35.7 21l176-101c16.4-9.1 16.4-32.8 0-42zM504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256z\"],\n \"plus-square\": [448, 512, [], \"f0fe\", \"M352 240v32c0 6.6-5.4 12-12 12h-88v88c0 6.6-5.4 12-12 12h-32c-6.6 0-12-5.4-12-12v-88h-88c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h88v-88c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v88h88c6.6 0 12 5.4 12 12zm96-160v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"],\n \"question-circle\": [512, 512, [], \"f059\", \"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 448c-110.532 0-200-89.431-200-200 0-110.495 89.472-200 200-200 110.491 0 200 89.471 200 200 0 110.53-89.431 200-200 200zm107.244-255.2c0 67.052-72.421 68.084-72.421 92.863V300c0 6.627-5.373 12-12 12h-45.647c-6.627 0-12-5.373-12-12v-8.659c0-35.745 27.1-50.034 47.579-61.516 17.561-9.845 28.324-16.541 28.324-29.579 0-17.246-21.999-28.693-39.784-28.693-23.189 0-33.894 10.977-48.942 29.969-4.057 5.12-11.46 6.071-16.666 2.124l-27.824-21.098c-5.107-3.872-6.251-11.066-2.644-16.363C184.846 131.491 214.94 112 261.794 112c49.071 0 101.45 38.304 101.45 88.8zM298 368c0 23.159-18.841 42-42 42s-42-18.841-42-42 18.841-42 42-42 42 18.841 42 42z\"],\n \"registered\": [512, 512, [], \"f25d\", \"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 448c-110.532 0-200-89.451-200-200 0-110.531 89.451-200 200-200 110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200zm110.442-81.791c-53.046-96.284-50.25-91.468-53.271-96.085 24.267-13.879 39.482-41.563 39.482-73.176 0-52.503-30.247-85.252-101.498-85.252h-78.667c-6.617 0-12 5.383-12 12V380c0 6.617 5.383 12 12 12h38.568c6.617 0 12-5.383 12-12v-83.663h31.958l47.515 89.303a11.98 11.98 0 0 0 10.593 6.36h42.81c9.14 0 14.914-9.799 10.51-17.791zM256.933 239.906h-33.875v-64.14h27.377c32.417 0 38.929 12.133 38.929 31.709-.001 20.913-11.518 32.431-32.431 32.431z\"],\n \"sad-cry\": [496, 512, [], \"f5b3\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm144 386.4V280c0-13.2-10.8-24-24-24s-24 10.8-24 24v151.4C315.5 447 282.8 456 248 456s-67.5-9-96-24.6V280c0-13.2-10.8-24-24-24s-24 10.8-24 24v114.4c-34.6-36-56-84.7-56-138.4 0-110.3 89.7-200 200-200s200 89.7 200 200c0 53.7-21.4 102.5-56 138.4zM205.8 234.5c4.4-2.4 6.9-7.4 6.1-12.4-4-25.2-34.2-42.1-59.8-42.1s-55.9 16.9-59.8 42.1c-.8 5 1.7 10 6.1 12.4 4.4 2.4 9.9 1.8 13.7-1.6l9.5-8.5c14.8-13.2 46.2-13.2 61 0l9.5 8.5c2.5 2.3 7.9 4.8 13.7 1.6zM344 180c-25.7 0-55.9 16.9-59.8 42.1-.8 5 1.7 10 6.1 12.4 4.5 2.4 9.9 1.8 13.7-1.6l9.5-8.5c14.8-13.2 46.2-13.2 61 0l9.5 8.5c2.5 2.2 8 4.7 13.7 1.6 4.4-2.4 6.9-7.4 6.1-12.4-3.9-25.2-34.1-42.1-59.8-42.1zm-96 92c-30.9 0-56 28.7-56 64s25.1 64 56 64 56-28.7 56-64-25.1-64-56-64z\"],\n \"sad-tear\": [496, 512, [], \"f5b4\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm8-152c-13.2 0-24 10.8-24 24s10.8 24 24 24c23.8 0 46.3 10.5 61.6 28.8 8.1 9.8 23.2 11.9 33.8 3.1 10.2-8.5 11.6-23.6 3.1-33.8C330 320.8 294.1 304 256 304zm-88-64c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160-64c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm-165.6 98.8C151 290.1 126 325.4 126 342.9c0 22.7 18.8 41.1 42 41.1s42-18.4 42-41.1c0-17.5-25-52.8-36.4-68.1-2.8-3.7-8.4-3.7-11.2 0z\"],\n \"save\": [448, 512, [], \"f0c7\", \"M433.941 129.941l-83.882-83.882A48 48 0 0 0 316.118 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V163.882a48 48 0 0 0-14.059-33.941zM272 80v80H144V80h128zm122 352H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h42v104c0 13.255 10.745 24 24 24h176c13.255 0 24-10.745 24-24V83.882l78.243 78.243a6 6 0 0 1 1.757 4.243V426a6 6 0 0 1-6 6zM224 232c-48.523 0-88 39.477-88 88s39.477 88 88 88 88-39.477 88-88-39.477-88-88-88zm0 128c-22.056 0-40-17.944-40-40s17.944-40 40-40 40 17.944 40 40-17.944 40-40 40z\"],\n \"share-square\": [576, 512, [], \"f14d\", \"M561.938 158.06L417.94 14.092C387.926-15.922 336 5.097 336 48.032v57.198c-42.45 1.88-84.03 6.55-120.76 17.99-35.17 10.95-63.07 27.58-82.91 49.42C108.22 199.2 96 232.6 96 271.94c0 61.697 33.178 112.455 84.87 144.76 37.546 23.508 85.248-12.651 71.02-55.74-15.515-47.119-17.156-70.923 84.11-78.76V336c0 42.993 51.968 63.913 81.94 33.94l143.998-144c18.75-18.74 18.75-49.14 0-67.88zM384 336V232.16C255.309 234.082 166.492 255.35 206.31 376 176.79 357.55 144 324.08 144 271.94c0-109.334 129.14-118.947 240-119.85V48l144 144-144 144zm24.74 84.493a82.658 82.658 0 0 0 20.974-9.303c7.976-4.952 18.286.826 18.286 10.214V464c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h132c6.627 0 12 5.373 12 12v4.486c0 4.917-2.987 9.369-7.569 11.152-13.702 5.331-26.396 11.537-38.05 18.585a12.138 12.138 0 0 1-6.28 1.777H54a6 6 0 0 0-6 6v340a6 6 0 0 0 6 6h340a6 6 0 0 0 6-6v-25.966c0-5.37 3.579-10.059 8.74-11.541z\"],\n \"smile\": [496, 512, [], \"f118\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-80-216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm4 72.6c-20.8 25-51.5 39.4-84 39.4s-63.2-14.3-84-39.4c-8.5-10.2-23.7-11.5-33.8-3.1-10.2 8.5-11.5 23.6-3.1 33.8 30 36 74.1 56.6 120.9 56.6s90.9-20.6 120.9-56.6c8.5-10.2 7.1-25.3-3.1-33.8-10.1-8.4-25.3-7.1-33.8 3.1z\"],\n \"smile-beam\": [496, 512, [], \"f5b8\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm84-143.4c-20.8 25-51.5 39.4-84 39.4s-63.2-14.3-84-39.4c-8.5-10.2-23.6-11.5-33.8-3.1-10.2 8.5-11.5 23.6-3.1 33.8 30 36 74.1 56.6 120.9 56.6s90.9-20.6 120.9-56.6c8.5-10.2 7.1-25.3-3.1-33.8-10.2-8.4-25.3-7.1-33.8 3.1zM136.5 211c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3 3.4 1.1 7.4-.5 9.3-3.7l9.5-17zM328 152c-23.8 0-52.7 29.3-56 71.4-.3 3.7 2.1 7.2 5.7 8.3 3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4z\"],\n \"smile-wink\": [496, 512, [], \"f4da\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm117.8-146.4c-10.2-8.5-25.3-7.1-33.8 3.1-20.8 25-51.5 39.4-84 39.4s-63.2-14.3-84-39.4c-8.5-10.2-23.7-11.5-33.8-3.1-10.2 8.5-11.5 23.6-3.1 33.8 30 36 74.1 56.6 120.9 56.6s90.9-20.6 120.9-56.6c8.5-10.2 7.1-25.3-3.1-33.8zM168 240c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160-60c-25.7 0-55.9 16.9-59.9 42.1-1.7 11.2 11.5 18.2 19.8 10.8l9.5-8.5c14.8-13.2 46.2-13.2 61 0l9.5 8.5c8.5 7.4 21.6.3 19.8-10.8-3.8-25.2-34-42.1-59.7-42.1z\"],\n \"snowflake\": [448, 512, [], \"f2dc\", \"M440.1 355.2l-39.2-23 34.1-9.3c8.4-2.3 13.4-11.1 11.1-19.6l-4.1-15.5c-2.2-8.5-10.9-13.6-19.3-11.3L343 298.2 271.2 256l71.9-42.2 79.7 21.7c8.4 2.3 17-2.8 19.3-11.3l4.1-15.5c2.2-8.5-2.7-17.3-11.1-19.6l-34.1-9.3 39.2-23c7.5-4.4 10.1-14.2 5.8-21.9l-7.9-13.9c-4.3-7.7-14-10.3-21.5-5.9l-39.2 23 9.1-34.7c2.2-8.5-2.7-17.3-11.1-19.6l-15.2-4.1c-8.4-2.3-17 2.8-19.3 11.3l-21.3 81-71.9 42.2v-84.5L306 70.4c6.1-6.2 6.1-16.4 0-22.6l-11.1-11.3c-6.1-6.2-16.1-6.2-22.2 0l-24.9 25.4V16c0-8.8-7-16-15.7-16h-15.7c-8.7 0-15.7 7.2-15.7 16v46.1l-24.9-25.4c-6.1-6.2-16.1-6.2-22.2 0L142.1 48c-6.1 6.2-6.1 16.4 0 22.6l58.3 59.3v84.5l-71.9-42.2-21.3-81c-2.2-8.5-10.9-13.6-19.3-11.3L72.7 84c-8.4 2.3-13.4 11.1-11.1 19.6l9.1 34.7-39.2-23c-7.5-4.4-17.1-1.8-21.5 5.9l-7.9 13.9c-4.3 7.7-1.8 17.4 5.8 21.9l39.2 23-34.1 9.1c-8.4 2.3-13.4 11.1-11.1 19.6L6 224.2c2.2 8.5 10.9 13.6 19.3 11.3l79.7-21.7 71.9 42.2-71.9 42.2-79.7-21.7c-8.4-2.3-17 2.8-19.3 11.3l-4.1 15.5c-2.2 8.5 2.7 17.3 11.1 19.6l34.1 9.3-39.2 23c-7.5 4.4-10.1 14.2-5.8 21.9L10 391c4.3 7.7 14 10.3 21.5 5.9l39.2-23-9.1 34.7c-2.2 8.5 2.7 17.3 11.1 19.6l15.2 4.1c8.4 2.3 17-2.8 19.3-11.3l21.3-81 71.9-42.2v84.5l-58.3 59.3c-6.1 6.2-6.1 16.4 0 22.6l11.1 11.3c6.1 6.2 16.1 6.2 22.2 0l24.9-25.4V496c0 8.8 7 16 15.7 16h15.7c8.7 0 15.7-7.2 15.7-16v-46.1l24.9 25.4c6.1 6.2 16.1 6.2 22.2 0l11.1-11.3c6.1-6.2 6.1-16.4 0-22.6l-58.3-59.3v-84.5l71.9 42.2 21.3 81c2.2 8.5 10.9 13.6 19.3 11.3L375 428c8.4-2.3 13.4-11.1 11.1-19.6l-9.1-34.7 39.2 23c7.5 4.4 17.1 1.8 21.5-5.9l7.9-13.9c4.6-7.5 2.1-17.3-5.5-21.7z\"],\n \"square\": [448, 512, [], \"f0c8\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h340c3.3 0 6 2.7 6 6v340c0 3.3-2.7 6-6 6z\"],\n \"star\": [576, 512, [], \"f005\", \"M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z\"],\n \"star-half\": [576, 512, [], \"f089\", \"M288 385.3l-124.3 65.4 23.7-138.4-100.6-98 139-20.2 62.2-126V0c-11.4 0-22.8 5.9-28.7 17.8L194 150.2 47.9 171.4c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.1 23 46 46.4 33.7L288 439.6v-54.3z\"],\n \"sticky-note\": [448, 512, [], \"f249\", \"M448 348.106V80c0-26.51-21.49-48-48-48H48C21.49 32 0 53.49 0 80v351.988c0 26.51 21.49 48 48 48h268.118a48 48 0 0 0 33.941-14.059l83.882-83.882A48 48 0 0 0 448 348.106zm-128 80v-76.118h76.118L320 428.106zM400 80v223.988H296c-13.255 0-24 10.745-24 24v104H48V80h352z\"],\n \"stop-circle\": [512, 512, [], \"f28d\", \"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm296-80v160c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h160c8.8 0 16 7.2 16 16z\"],\n \"sun\": [512, 512, [], \"f185\", \"M494.2 221.9l-59.8-40.5 13.7-71c2.6-13.2-1.6-26.8-11.1-36.4-9.6-9.5-23.2-13.7-36.2-11.1l-70.9 13.7-40.4-59.9c-15.1-22.3-51.9-22.3-67 0l-40.4 59.9-70.8-13.7C98 60.4 84.5 64.5 75 74.1c-9.5 9.6-13.7 23.1-11.1 36.3l13.7 71-59.8 40.5C6.6 229.5 0 242 0 255.5s6.7 26 17.8 33.5l59.8 40.5-13.7 71c-2.6 13.2 1.6 26.8 11.1 36.3 9.5 9.5 22.9 13.7 36.3 11.1l70.8-13.7 40.4 59.9C230 505.3 242.6 512 256 512s26-6.7 33.5-17.8l40.4-59.9 70.9 13.7c13.4 2.7 26.8-1.6 36.3-11.1 9.5-9.5 13.6-23.1 11.1-36.3l-13.7-71 59.8-40.5c11.1-7.5 17.8-20.1 17.8-33.5-.1-13.6-6.7-26.1-17.9-33.7zm-112.9 85.6l17.6 91.2-91-17.6L256 458l-51.9-77-90.9 17.6 17.6-91.2-76.8-52 76.8-52-17.6-91.2 91 17.6L256 53l51.9 76.9 91-17.6-17.6 91.1 76.8 52-76.8 52.1zM256 152c-57.3 0-104 46.7-104 104s46.7 104 104 104 104-46.7 104-104-46.7-104-104-104zm0 160c-30.9 0-56-25.1-56-56s25.1-56 56-56 56 25.1 56 56-25.1 56-56 56z\"],\n \"surprise\": [496, 512, [], \"f5c2\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm0-176c-35.3 0-64 28.7-64 64s28.7 64 64 64 64-28.7 64-64-28.7-64-64-64zm-48-72c0-17.7-14.3-32-32-32s-32 14.3-32 32 14.3 32 32 32 32-14.3 32-32zm128-32c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32z\"],\n \"thumbs-down\": [512, 512, [], \"f165\", \"M466.27 225.31c4.674-22.647.864-44.538-8.99-62.99 2.958-23.868-4.021-48.565-17.34-66.99C438.986 39.423 404.117 0 327 0c-7 0-15 .01-22.22.01C201.195.01 168.997 40 128 40h-10.845c-5.64-4.975-13.042-8-21.155-8H32C14.327 32 0 46.327 0 64v240c0 17.673 14.327 32 32 32h64c11.842 0 22.175-6.438 27.708-16h7.052c19.146 16.953 46.013 60.653 68.76 83.4 13.667 13.667 10.153 108.6 71.76 108.6 57.58 0 95.27-31.936 95.27-104.73 0-18.41-3.93-33.73-8.85-46.54h36.48c48.602 0 85.82-41.565 85.82-85.58 0-19.15-4.96-34.99-13.73-49.84zM64 296c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zm330.18 16.73H290.19c0 37.82 28.36 55.37 28.36 94.54 0 23.75 0 56.73-47.27 56.73-18.91-18.91-9.46-66.18-37.82-94.54C206.9 342.89 167.28 272 138.92 272H128V85.83c53.611 0 100.001-37.82 171.64-37.82h37.82c35.512 0 60.82 17.12 53.12 65.9 15.2 8.16 26.5 36.44 13.94 57.57 21.581 20.384 18.699 51.065 5.21 65.62 9.45 0 22.36 18.91 22.27 37.81-.09 18.91-16.71 37.82-37.82 37.82z\"],\n \"thumbs-up\": [512, 512, [], \"f164\", \"M466.27 286.69C475.04 271.84 480 256 480 236.85c0-44.015-37.218-85.58-85.82-85.58H357.7c4.92-12.81 8.85-28.13 8.85-46.54C366.55 31.936 328.86 0 271.28 0c-61.607 0-58.093 94.933-71.76 108.6-22.747 22.747-49.615 66.447-68.76 83.4H32c-17.673 0-32 14.327-32 32v240c0 17.673 14.327 32 32 32h64c14.893 0 27.408-10.174 30.978-23.95 44.509 1.001 75.06 39.94 177.802 39.94 7.22 0 15.22.01 22.22.01 77.117 0 111.986-39.423 112.94-95.33 13.319-18.425 20.299-43.122 17.34-66.99 9.854-18.452 13.664-40.343 8.99-62.99zm-61.75 53.83c12.56 21.13 1.26 49.41-13.94 57.57 7.7 48.78-17.608 65.9-53.12 65.9h-37.82c-71.639 0-118.029-37.82-171.64-37.82V240h10.92c28.36 0 67.98-70.89 94.54-97.46 28.36-28.36 18.91-75.63 37.82-94.54 47.27 0 47.27 32.98 47.27 56.73 0 39.17-28.36 56.72-28.36 94.54h103.99c21.11 0 37.73 18.91 37.82 37.82.09 18.9-12.82 37.81-22.27 37.81 13.489 14.555 16.371 45.236-5.21 65.62zM88 432c0 13.255-10.745 24-24 24s-24-10.745-24-24 10.745-24 24-24 24 10.745 24 24z\"],\n \"times-circle\": [512, 512, [], \"f057\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm101.8-262.2L295.6 256l62.2 62.2c4.7 4.7 4.7 12.3 0 17l-22.6 22.6c-4.7 4.7-12.3 4.7-17 0L256 295.6l-62.2 62.2c-4.7 4.7-12.3 4.7-17 0l-22.6-22.6c-4.7-4.7-4.7-12.3 0-17l62.2-62.2-62.2-62.2c-4.7-4.7-4.7-12.3 0-17l22.6-22.6c4.7-4.7 12.3-4.7 17 0l62.2 62.2 62.2-62.2c4.7-4.7 12.3-4.7 17 0l22.6 22.6c4.7 4.7 4.7 12.3 0 17z\"],\n \"tired\": [496, 512, [], \"f5c8\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm129.1-303.8c-3.8-4.4-10.3-5.4-15.3-2.5l-80 48c-3.6 2.2-5.8 6.1-5.8 10.3s2.2 8.1 5.8 10.3l80 48c5.4 3.2 11.8 1.6 15.3-2.5 3.8-4.5 3.9-11 .1-15.5L343.6 208l33.6-40.3c3.8-4.5 3.7-11.1-.1-15.5zM220 208c0-4.2-2.2-8.1-5.8-10.3l-80-48c-5-3-11.5-1.9-15.3 2.5-3.8 4.5-3.9 11-.1 15.5l33.6 40.3-33.6 40.3c-3.8 4.5-3.7 11 .1 15.5 3.5 4.1 9.9 5.7 15.3 2.5l80-48c3.6-2.2 5.8-6.1 5.8-10.3zm28 64c-45.4 0-100.9 38.3-107.8 93.3-1.5 11.8 6.9 21.6 15.5 17.9C178.4 373.5 212 368 248 368s69.6 5.5 92.3 15.2c8.5 3.7 17-6 15.5-17.9-6.9-55-62.4-93.3-107.8-93.3z\"],\n \"trash-alt\": [448, 512, [], \"f2ed\", \"M268 416h24a12 12 0 0 0 12-12V188a12 12 0 0 0-12-12h-24a12 12 0 0 0-12 12v216a12 12 0 0 0 12 12zM432 80h-82.41l-34-56.7A48 48 0 0 0 274.41 0H173.59a48 48 0 0 0-41.16 23.3L98.41 80H16A16 16 0 0 0 0 96v16a16 16 0 0 0 16 16h16v336a48 48 0 0 0 48 48h288a48 48 0 0 0 48-48V128h16a16 16 0 0 0 16-16V96a16 16 0 0 0-16-16zM171.84 50.91A6 6 0 0 1 177 48h94a6 6 0 0 1 5.15 2.91L293.61 80H154.39zM368 464H80V128h288zm-212-48h24a12 12 0 0 0 12-12V188a12 12 0 0 0-12-12h-24a12 12 0 0 0-12 12v216a12 12 0 0 0 12 12z\"],\n \"user\": [448, 512, [], \"f007\", \"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"],\n \"user-circle\": [496, 512, [], \"f2bd\", \"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"],\n \"window-close\": [512, 512, [], \"f410\", \"M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z\"],\n \"window-maximize\": [512, 512, [], \"f2d0\", \"M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V192h416v234z\"],\n \"window-minimize\": [512, 512, [], \"f2d1\", \"M480 480H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h448c17.7 0 32 14.3 32 32s-14.3 32-32 32z\"],\n \"window-restore\": [512, 512, [], \"f2d2\", \"M464 0H144c-26.5 0-48 21.5-48 48v48H48c-26.5 0-48 21.5-48 48v320c0 26.5 21.5 48 48 48h320c26.5 0 48-21.5 48-48v-48h48c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm-96 464H48V256h320v208zm96-96h-48V144c0-26.5-21.5-48-48-48H144V48h320v320z\"]\n };\n\n bunker(function () {\n defineIcons('far', icons);\n });\n\n}());\n(function () {\n 'use strict';\n\n var _WINDOW = {};\n var _DOCUMENT = {};\n\n try {\n if (typeof window !== 'undefined') _WINDOW = window;\n if (typeof document !== 'undefined') _DOCUMENT = document;\n } catch (e) {}\n\n var _ref = _WINDOW.navigator || {},\n _ref$userAgent = _ref.userAgent,\n userAgent = _ref$userAgent === void 0 ? '' : _ref$userAgent;\n\n var WINDOW = _WINDOW;\n var DOCUMENT = _DOCUMENT;\n var IS_BROWSER = !!WINDOW.document;\n var IS_DOM = !!DOCUMENT.documentElement && !!DOCUMENT.head && typeof DOCUMENT.addEventListener === 'function' && typeof DOCUMENT.createElement === 'function';\n var IS_IE = ~userAgent.indexOf('MSIE') || ~userAgent.indexOf('Trident/');\n\n var NAMESPACE_IDENTIFIER = '___FONT_AWESOME___';\n var PRODUCTION = function () {\n try {\n return \"production\" === 'production';\n } catch (e) {\n return false;\n }\n }();\n\n function bunker(fn) {\n try {\n fn();\n } catch (e) {\n if (!PRODUCTION) {\n throw e;\n }\n }\n }\n\n function _defineProperty(obj, key, value) {\n if (key in obj) {\n Object.defineProperty(obj, key, {\n value: value,\n enumerable: true,\n configurable: true,\n writable: true\n });\n } else {\n obj[key] = value;\n }\n\n return obj;\n }\n\n function _objectSpread(target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = arguments[i] != null ? arguments[i] : {};\n var ownKeys = Object.keys(source);\n\n if (typeof Object.getOwnPropertySymbols === 'function') {\n ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) {\n return Object.getOwnPropertyDescriptor(source, sym).enumerable;\n }));\n }\n\n ownKeys.forEach(function (key) {\n _defineProperty(target, key, source[key]);\n });\n }\n\n return target;\n }\n\n var w = WINDOW || {};\n if (!w[NAMESPACE_IDENTIFIER]) w[NAMESPACE_IDENTIFIER] = {};\n if (!w[NAMESPACE_IDENTIFIER].styles) w[NAMESPACE_IDENTIFIER].styles = {};\n if (!w[NAMESPACE_IDENTIFIER].hooks) w[NAMESPACE_IDENTIFIER].hooks = {};\n if (!w[NAMESPACE_IDENTIFIER].shims) w[NAMESPACE_IDENTIFIER].shims = [];\n var namespace = w[NAMESPACE_IDENTIFIER];\n\n function defineIcons(prefix, icons) {\n var params = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};\n var _params$skipHooks = params.skipHooks,\n skipHooks = _params$skipHooks === void 0 ? false : _params$skipHooks;\n var normalized = Object.keys(icons).reduce(function (acc, iconName) {\n var icon = icons[iconName];\n var expanded = !!icon.icon;\n\n if (expanded) {\n acc[icon.iconName] = icon.icon;\n } else {\n acc[iconName] = icon;\n }\n\n return acc;\n }, {});\n\n if (typeof namespace.hooks.addPack === 'function' && !skipHooks) {\n namespace.hooks.addPack(prefix, normalized);\n } else {\n namespace.styles[prefix] = _objectSpread({}, namespace.styles[prefix] || {}, normalized);\n }\n /**\n * Font Awesome 4 used the prefix of `fa` for all icons. With the introduction\n * of new styles we needed to differentiate between them. Prefix `fa` is now an alias\n * for `fas` so we'll easy the upgrade process for our users by automatically defining\n * this as well.\n */\n\n\n if (prefix === 'fas') {\n defineIcons('fa', icons);\n }\n }\n\n var icons = {\n \"ad\": [512, 512, [], \"f641\", \"M157.52 272h36.96L176 218.78 157.52 272zM352 256c-13.23 0-24 10.77-24 24s10.77 24 24 24 24-10.77 24-24-10.77-24-24-24zM464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM250.58 352h-16.94c-6.81 0-12.88-4.32-15.12-10.75L211.15 320h-70.29l-7.38 21.25A16 16 0 0 1 118.36 352h-16.94c-11.01 0-18.73-10.85-15.12-21.25L140 176.12A23.995 23.995 0 0 1 162.67 160h26.66A23.99 23.99 0 0 1 212 176.13l53.69 154.62c3.61 10.4-4.11 21.25-15.11 21.25zM424 336c0 8.84-7.16 16-16 16h-16c-4.85 0-9.04-2.27-11.98-5.68-8.62 3.66-18.09 5.68-28.02 5.68-39.7 0-72-32.3-72-72s32.3-72 72-72c8.46 0 16.46 1.73 24 4.42V176c0-8.84 7.16-16 16-16h16c8.84 0 16 7.16 16 16v160z\"],\n \"address-book\": [448, 512, [], \"f2b9\", \"M436 160c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h320c26.5 0 48-21.5 48-48v-48h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20zm-228-32c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm112 236.8c0 10.6-10 19.2-22.4 19.2H118.4C106 384 96 375.4 96 364.8v-19.2c0-31.8 30.1-57.6 67.2-57.6h5c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h5c37.1 0 67.2 25.8 67.2 57.6v19.2z\"],\n \"address-card\": [576, 512, [], \"f2bb\", \"M528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-352 96c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm112 236.8c0 10.6-10 19.2-22.4 19.2H86.4C74 384 64 375.4 64 364.8v-19.2c0-31.8 30.1-57.6 67.2-57.6h5c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h5c37.1 0 67.2 25.8 67.2 57.6v19.2zM512 312c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-64c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-64c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16z\"],\n \"adjust\": [512, 512, [], \"f042\", \"M8 256c0 136.966 111.033 248 248 248s248-111.034 248-248S392.966 8 256 8 8 119.033 8 256zm248 184V72c101.705 0 184 82.311 184 184 0 101.705-82.311 184-184 184z\"],\n \"air-freshener\": [384, 512, [], \"f5d0\", \"M378.94 321.41L284.7 224h49.22c15.3 0 23.66-16.6 13.86-27.53L234.45 69.96c3.43-6.61 5.55-14 5.55-21.96 0-26.51-21.49-48-48-48s-48 21.49-48 48c0 7.96 2.12 15.35 5.55 21.96L36.22 196.47C26.42 207.4 34.78 224 50.08 224H99.3L5.06 321.41C-6.69 333.56 3.34 352 21.7 352H160v32H48c-8.84 0-16 7.16-16 16v96c0 8.84 7.16 16 16 16h288c8.84 0 16-7.16 16-16v-96c0-8.84-7.16-16-16-16H224v-32h138.3c18.36 0 28.39-18.44 16.64-30.59zM192 31.98c8.85 0 16.02 7.17 16.02 16.02 0 8.84-7.17 16.02-16.02 16.02S175.98 56.84 175.98 48c0-8.85 7.17-16.02 16.02-16.02zM304 432v32H80v-32h224z\"],\n \"align-center\": [448, 512, [], \"f037\", \"M432 160H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0 256H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM108.1 96h231.81A12.09 12.09 0 0 0 352 83.9V44.09A12.09 12.09 0 0 0 339.91 32H108.1A12.09 12.09 0 0 0 96 44.09V83.9A12.1 12.1 0 0 0 108.1 96zm231.81 256A12.09 12.09 0 0 0 352 339.9v-39.81A12.09 12.09 0 0 0 339.91 288H108.1A12.09 12.09 0 0 0 96 300.09v39.81a12.1 12.1 0 0 0 12.1 12.1z\"],\n \"align-justify\": [448, 512, [], \"f039\", \"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"],\n \"align-left\": [448, 512, [], \"f036\", \"M12.83 352h262.34A12.82 12.82 0 0 0 288 339.17v-38.34A12.82 12.82 0 0 0 275.17 288H12.83A12.82 12.82 0 0 0 0 300.83v38.34A12.82 12.82 0 0 0 12.83 352zm0-256h262.34A12.82 12.82 0 0 0 288 83.17V44.83A12.82 12.82 0 0 0 275.17 32H12.83A12.82 12.82 0 0 0 0 44.83v38.34A12.82 12.82 0 0 0 12.83 96zM432 160H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0 256H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"],\n \"align-right\": [448, 512, [], \"f038\", \"M16 224h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm416 192H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm3.17-384H172.83A12.82 12.82 0 0 0 160 44.83v38.34A12.82 12.82 0 0 0 172.83 96h262.34A12.82 12.82 0 0 0 448 83.17V44.83A12.82 12.82 0 0 0 435.17 32zm0 256H172.83A12.82 12.82 0 0 0 160 300.83v38.34A12.82 12.82 0 0 0 172.83 352h262.34A12.82 12.82 0 0 0 448 339.17v-38.34A12.82 12.82 0 0 0 435.17 288z\"],\n \"allergies\": [448, 512, [], \"f461\", \"M416 112c-17.6 0-32 14.4-32 32v72c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8V64c0-17.6-14.4-32-32-32s-32 14.4-32 32v152c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8V32c0-17.6-14.4-32-32-32s-32 14.4-32 32v184c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8V64c0-17.6-14.4-32-32-32S96 46.4 96 64v241l-23.6-32.5c-13-17.9-38-21.8-55.9-8.8s-21.8 38-8.8 55.9l125.6 172.7c9 12.4 23.5 19.8 38.8 19.8h197.6c22.3 0 41.6-15.3 46.7-37l26.5-112.7c3.2-13.7 4.9-28.3 5.1-42.3V144c0-17.6-14.4-32-32-32zM176 416c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-96c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm64 128c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-96c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm64 32c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm32 64c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm32-128c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z\"],\n \"ambulance\": [640, 512, [], \"f0f9\", \"M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h16c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm144-248c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48zm176 248c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-208H416V144h44.1l99.9 99.9V256z\"],\n \"american-sign-language-interpreting\": [640, 512, [], \"f2a3\", \"M290.547 189.039c-20.295-10.149-44.147-11.199-64.739-3.89 42.606 0 71.208 20.475 85.578 50.576 8.576 17.899-5.148 38.071-23.617 38.071 18.429 0 32.211 20.136 23.617 38.071-14.725 30.846-46.123 50.854-80.298 50.854-.557 0-94.471-8.615-94.471-8.615l-66.406 33.347c-9.384 4.693-19.815.379-23.895-7.781L1.86 290.747c-4.167-8.615-1.111-18.897 6.946-23.621l58.072-33.069L108 159.861c6.39-57.245 34.731-109.767 79.743-146.726 11.391-9.448 28.341-7.781 37.51 3.613 9.446 11.394 7.78 28.067-3.612 37.516-12.503 10.559-23.618 22.509-32.509 35.57 21.672-14.729 46.679-24.732 74.186-28.067 14.725-1.945 28.063 8.336 29.73 23.065 1.945 14.728-8.336 28.067-23.062 29.734-16.116 1.945-31.12 7.503-44.178 15.284 26.114-5.713 58.712-3.138 88.079 11.115 13.336 6.669 18.893 22.509 12.224 35.848-6.389 13.06-22.504 18.617-35.564 12.226zm-27.229 69.472c-6.112-12.505-18.338-20.286-32.231-20.286a35.46 35.46 0 0 0-35.565 35.57c0 21.428 17.808 35.57 35.565 35.57 13.893 0 26.119-7.781 32.231-20.286 4.446-9.449 13.614-15.006 23.339-15.284-9.725-.277-18.893-5.835-23.339-15.284zm374.821-37.237c4.168 8.615 1.111 18.897-6.946 23.621l-58.071 33.069L532 352.16c-6.39 57.245-34.731 109.767-79.743 146.726-10.932 9.112-27.799 8.144-37.51-3.613-9.446-11.394-7.78-28.067 3.613-37.516 12.503-10.559 23.617-22.509 32.508-35.57-21.672 14.729-46.679 24.732-74.186 28.067-10.021 2.506-27.552-5.643-29.73-23.065-1.945-14.728 8.336-28.067 23.062-29.734 16.116-1.946 31.12-7.503 44.178-15.284-26.114 5.713-58.712 3.138-88.079-11.115-13.336-6.669-18.893-22.509-12.224-35.848 6.389-13.061 22.505-18.619 35.565-12.227 20.295 10.149 44.147 11.199 64.739 3.89-42.606 0-71.208-20.475-85.578-50.576-8.576-17.899 5.148-38.071 23.617-38.071-18.429 0-32.211-20.136-23.617-38.071 14.033-29.396 44.039-50.887 81.966-50.854l92.803 8.615 66.406-33.347c9.408-4.704 19.828-.354 23.894 7.781l44.455 88.926zm-229.227-18.618c-13.893 0-26.119 7.781-32.231 20.286-4.446 9.449-13.614 15.006-23.339 15.284 9.725.278 18.893 5.836 23.339 15.284 6.112 12.505 18.338 20.286 32.231 20.286a35.46 35.46 0 0 0 35.565-35.57c0-21.429-17.808-35.57-35.565-35.57z\"],\n \"anchor\": [576, 512, [], \"f13d\", \"M12.971 352h32.394C67.172 454.735 181.944 512 288 512c106.229 0 220.853-57.38 242.635-160h32.394c10.691 0 16.045-12.926 8.485-20.485l-67.029-67.029c-4.686-4.686-12.284-4.686-16.971 0l-67.029 67.029c-7.56 7.56-2.206 20.485 8.485 20.485h35.146c-20.29 54.317-84.963 86.588-144.117 94.015V256h52c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-52v-5.47c37.281-13.178 63.995-48.725 64-90.518C384.005 43.772 341.605.738 289.37.01 235.723-.739 192 42.525 192 96c0 41.798 26.716 77.35 64 90.53V192h-52c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h52v190.015c-58.936-7.399-123.82-39.679-144.117-94.015h35.146c10.691 0 16.045-12.926 8.485-20.485l-67.029-67.029c-4.686-4.686-12.284-4.686-16.971 0L4.485 331.515C-3.074 339.074 2.28 352 12.971 352zM288 64c17.645 0 32 14.355 32 32s-14.355 32-32 32-32-14.355-32-32 14.355-32 32-32z\"],\n \"angle-double-down\": [320, 512, [], \"f103\", \"M143 256.3L7 120.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0L313 86.3c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.4 9.5-24.6 9.5-34 .1zm34 192l136-136c9.4-9.4 9.4-24.6 0-33.9l-22.6-22.6c-9.4-9.4-24.6-9.4-33.9 0L160 352.1l-96.4-96.4c-9.4-9.4-24.6-9.4-33.9 0L7 278.3c-9.4 9.4-9.4 24.6 0 33.9l136 136c9.4 9.5 24.6 9.5 34 .1z\"],\n \"angle-double-left\": [448, 512, [], \"f100\", \"M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z\"],\n \"angle-double-right\": [448, 512, [], \"f101\", \"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z\"],\n \"angle-double-up\": [320, 512, [], \"f102\", \"M177 255.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 351.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 425.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1zm-34-192L7 199.7c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l96.4-96.4 96.4 96.4c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9l-136-136c-9.2-9.4-24.4-9.4-33.8 0z\"],\n \"angle-down\": [320, 512, [], \"f107\", \"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"],\n \"angle-left\": [256, 512, [], \"f104\", \"M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z\"],\n \"angle-right\": [256, 512, [], \"f105\", \"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"],\n \"angle-up\": [320, 512, [], \"f106\", \"M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z\"],\n \"angry\": [496, 512, [], \"f556\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM136 240c0-9.3 4.1-17.5 10.5-23.4l-31-9.3c-8.5-2.5-13.3-11.5-10.7-19.9 2.5-8.5 11.4-13.2 19.9-10.7l80 24c8.5 2.5 13.3 11.5 10.7 19.9-2.1 6.9-8.4 11.4-15.3 11.4-.5 0-1.1-.2-1.7-.2.7 2.7 1.7 5.3 1.7 8.2 0 17.7-14.3 32-32 32S136 257.7 136 240zm168 154.2c-27.8-33.4-84.2-33.4-112.1 0-13.5 16.3-38.2-4.2-24.6-20.5 20-24 49.4-37.8 80.6-37.8s60.6 13.8 80.6 37.8c13.8 16.5-11.1 36.6-24.5 20.5zm76.6-186.9l-31 9.3c6.3 5.8 10.5 14.1 10.5 23.4 0 17.7-14.3 32-32 32s-32-14.3-32-32c0-2.9.9-5.6 1.7-8.2-.6.1-1.1.2-1.7.2-6.9 0-13.2-4.5-15.3-11.4-2.5-8.5 2.3-17.4 10.7-19.9l80-24c8.4-2.5 17.4 2.3 19.9 10.7 2.5 8.5-2.3 17.4-10.8 19.9z\"],\n \"ankh\": [320, 512, [], \"f644\", \"M296 256h-44.62C272.46 222.01 288 181.65 288 144 288 55.63 230.69 0 160 0S32 55.63 32 144c0 37.65 15.54 78.01 36.62 112H24c-13.25 0-24 10.74-24 24v32c0 13.25 10.75 24 24 24h96v152c0 13.25 10.75 24 24 24h32c13.25 0 24-10.75 24-24V336h96c13.25 0 24-10.75 24-24v-32c0-13.26-10.75-24-24-24zM160 80c29.61 0 48 24.52 48 64 0 34.66-27.14 78.14-48 100.87-20.86-22.72-48-66.21-48-100.87 0-39.48 18.39-64 48-64z\"],\n \"apple-alt\": [448, 512, [], \"f5d1\", \"M350.85 129c25.97 4.67 47.27 18.67 63.92 42 14.65 20.67 24.64 46.67 29.96 78 4.67 28.67 4.32 57.33-1 86-7.99 47.33-23.97 87-47.94 119-28.64 38.67-64.59 58-107.87 58-10.66 0-22.3-3.33-34.96-10-8.66-5.33-18.31-8-28.97-8s-20.3 2.67-28.97 8c-12.66 6.67-24.3 10-34.96 10-43.28 0-79.23-19.33-107.87-58-23.97-32-39.95-71.67-47.94-119-5.32-28.67-5.67-57.33-1-86 5.32-31.33 15.31-57.33 29.96-78 16.65-23.33 37.95-37.33 63.92-42 15.98-2.67 37.95-.33 65.92 7 23.97 6.67 44.28 14.67 60.93 24 16.65-9.33 36.96-17.33 60.93-24 27.98-7.33 49.96-9.67 65.94-7zm-54.94-41c-9.32 8.67-21.65 15-36.96 19-10.66 3.33-22.3 5-34.96 5l-14.98-1c-1.33-9.33-1.33-20 0-32 2.67-24 10.32-42.33 22.97-55 9.32-8.67 21.65-15 36.96-19 10.66-3.33 22.3-5 34.96-5l14.98 1 1 15c0 12.67-1.67 24.33-4.99 35-3.99 15.33-10.31 27.67-18.98 37z\"],\n \"archive\": [512, 512, [], \"f187\", \"M32 448c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V160H32v288zm160-212c0-6.6 5.4-12 12-12h104c6.6 0 12 5.4 12 12v8c0 6.6-5.4 12-12 12H204c-6.6 0-12-5.4-12-12v-8zM480 32H32C14.3 32 0 46.3 0 64v48c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16V64c0-17.7-14.3-32-32-32z\"],\n \"archway\": [576, 512, [], \"f557\", \"M560 448h-16V96H32v352H16.02c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16H176c8.84 0 16-7.16 16-16V320c0-53.02 42.98-96 96-96s96 42.98 96 96l.02 160v16c0 8.84 7.16 16 16 16H560c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm0-448H16C7.16 0 0 7.16 0 16v32c0 8.84 7.16 16 16 16h544c8.84 0 16-7.16 16-16V16c0-8.84-7.16-16-16-16z\"],\n \"arrow-alt-circle-down\": [512, 512, [], \"f358\", \"M504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zM212 140v116h-70.9c-10.7 0-16.1 13-8.5 20.5l114.9 114.3c4.7 4.7 12.2 4.7 16.9 0l114.9-114.3c7.6-7.6 2.2-20.5-8.5-20.5H300V140c0-6.6-5.4-12-12-12h-64c-6.6 0-12 5.4-12 12z\"],\n \"arrow-alt-circle-left\": [512, 512, [], \"f359\", \"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm116-292H256v-70.9c0-10.7-13-16.1-20.5-8.5L121.2 247.5c-4.7 4.7-4.7 12.2 0 16.9l114.3 114.9c7.6 7.6 20.5 2.2 20.5-8.5V300h116c6.6 0 12-5.4 12-12v-64c0-6.6-5.4-12-12-12z\"],\n \"arrow-alt-circle-right\": [512, 512, [], \"f35a\", \"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"],\n \"arrow-alt-circle-up\": [512, 512, [], \"f35b\", \"M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm292 116V256h70.9c10.7 0 16.1-13 8.5-20.5L264.5 121.2c-4.7-4.7-12.2-4.7-16.9 0l-115 114.3c-7.6 7.6-2.2 20.5 8.5 20.5H212v116c0 6.6 5.4 12 12 12h64c6.6 0 12-5.4 12-12z\"],\n \"arrow-circle-down\": [512, 512, [], \"f0ab\", \"M504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-143.6-28.9L288 302.6V120c0-13.3-10.7-24-24-24h-16c-13.3 0-24 10.7-24 24v182.6l-72.4-75.5c-9.3-9.7-24.8-9.9-34.3-.4l-10.9 11c-9.4 9.4-9.4 24.6 0 33.9L239 404.3c9.4 9.4 24.6 9.4 33.9 0l132.7-132.7c9.4-9.4 9.4-24.6 0-33.9l-10.9-11c-9.5-9.5-25-9.3-34.3.4z\"],\n \"arrow-circle-left\": [512, 512, [], \"f0a8\", \"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm28.9-143.6L209.4 288H392c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24H209.4l75.5-72.4c9.7-9.3 9.9-24.8.4-34.3l-11-10.9c-9.4-9.4-24.6-9.4-33.9 0L107.7 239c-9.4 9.4-9.4 24.6 0 33.9l132.7 132.7c9.4 9.4 24.6 9.4 33.9 0l11-10.9c9.5-9.5 9.3-25-.4-34.3z\"],\n \"arrow-circle-right\": [512, 512, [], \"f0a9\", \"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm-28.9 143.6l75.5 72.4H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h182.6l-75.5 72.4c-9.7 9.3-9.9 24.8-.4 34.3l11 10.9c9.4 9.4 24.6 9.4 33.9 0L404.3 273c9.4-9.4 9.4-24.6 0-33.9L271.6 106.3c-9.4-9.4-24.6-9.4-33.9 0l-11 10.9c-9.5 9.6-9.3 25.1.4 34.4z\"],\n \"arrow-circle-up\": [512, 512, [], \"f0aa\", \"M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm143.6 28.9l72.4-75.5V392c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V209.4l72.4 75.5c9.3 9.7 24.8 9.9 34.3.4l10.9-11c9.4-9.4 9.4-24.6 0-33.9L273 107.7c-9.4-9.4-24.6-9.4-33.9 0L106.3 240.4c-9.4 9.4-9.4 24.6 0 33.9l10.9 11c9.6 9.5 25.1 9.3 34.4-.4z\"],\n \"arrow-down\": [448, 512, [], \"f063\", \"M413.1 222.5l22.2 22.2c9.4 9.4 9.4 24.6 0 33.9L241 473c-9.4 9.4-24.6 9.4-33.9 0L12.7 278.6c-9.4-9.4-9.4-24.6 0-33.9l22.2-22.2c9.5-9.5 25-9.3 34.3.4L184 343.4V56c0-13.3 10.7-24 24-24h32c13.3 0 24 10.7 24 24v287.4l114.8-120.5c9.3-9.8 24.8-10 34.3-.4z\"],\n \"arrow-left\": [448, 512, [], \"f060\", \"M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z\"],\n \"arrow-right\": [448, 512, [], \"f061\", \"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"],\n \"arrow-up\": [448, 512, [], \"f062\", \"M34.9 289.5l-22.2-22.2c-9.4-9.4-9.4-24.6 0-33.9L207 39c9.4-9.4 24.6-9.4 33.9 0l194.3 194.3c9.4 9.4 9.4 24.6 0 33.9L413 289.4c-9.5 9.5-25 9.3-34.3-.4L264 168.6V456c0 13.3-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24V168.6L69.2 289.1c-9.3 9.8-24.8 10-34.3.4z\"],\n \"arrows-alt\": [512, 512, [], \"f0b2\", \"M352.201 425.775l-79.196 79.196c-9.373 9.373-24.568 9.373-33.941 0l-79.196-79.196c-15.119-15.119-4.411-40.971 16.971-40.97h51.162L228 284H127.196v51.162c0 21.382-25.851 32.09-40.971 16.971L7.029 272.937c-9.373-9.373-9.373-24.569 0-33.941L86.225 159.8c15.119-15.119 40.971-4.411 40.971 16.971V228H228V127.196h-51.23c-21.382 0-32.09-25.851-16.971-40.971l79.196-79.196c9.373-9.373 24.568-9.373 33.941 0l79.196 79.196c15.119 15.119 4.411 40.971-16.971 40.971h-51.162V228h100.804v-51.162c0-21.382 25.851-32.09 40.97-16.971l79.196 79.196c9.373 9.373 9.373 24.569 0 33.941L425.773 352.2c-15.119 15.119-40.971 4.411-40.97-16.971V284H284v100.804h51.23c21.382 0 32.09 25.851 16.971 40.971z\"],\n \"arrows-alt-h\": [512, 512, [], \"f337\", \"M377.941 169.941V216H134.059v-46.059c0-21.382-25.851-32.09-40.971-16.971L7.029 239.029c-9.373 9.373-9.373 24.568 0 33.941l86.059 86.059c15.119 15.119 40.971 4.411 40.971-16.971V296h243.882v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.568 0-33.941l-86.059-86.059c-15.119-15.12-40.971-4.412-40.971 16.97z\"],\n \"arrows-alt-v\": [256, 512, [], \"f338\", \"M214.059 377.941H168V134.059h46.059c21.382 0 32.09-25.851 16.971-40.971L144.971 7.029c-9.373-9.373-24.568-9.373-33.941 0L24.971 93.088c-15.119 15.119-4.411 40.971 16.971 40.971H88v243.882H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.568 9.373 33.941 0l86.059-86.059c15.12-15.119 4.412-40.971-16.97-40.971z\"],\n \"assistive-listening-systems\": [512, 512, [], \"f2a2\", \"M216 260c0 15.464-12.536 28-28 28s-28-12.536-28-28c0-44.112 35.888-80 80-80s80 35.888 80 80c0 15.464-12.536 28-28 28s-28-12.536-28-28c0-13.234-10.767-24-24-24s-24 10.766-24 24zm24-176c-97.047 0-176 78.953-176 176 0 15.464 12.536 28 28 28s28-12.536 28-28c0-66.168 53.832-120 120-120s120 53.832 120 120c0 75.164-71.009 70.311-71.997 143.622L288 404c0 28.673-23.327 52-52 52-15.464 0-28 12.536-28 28s12.536 28 28 28c59.475 0 107.876-48.328 108-107.774.595-34.428 72-48.24 72-144.226 0-97.047-78.953-176-176-176zm-80 236c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zM32 448c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm480-187.993c0-1.518-.012-3.025-.045-4.531C510.076 140.525 436.157 38.47 327.994 1.511c-14.633-4.998-30.549 2.809-35.55 17.442-5 14.633 2.81 30.549 17.442 35.55 85.906 29.354 144.61 110.513 146.077 201.953l.003.188c.026 1.118.033 2.236.033 3.363 0 15.464 12.536 28 28 28s28.001-12.536 28.001-28zM152.971 439.029l-80-80L39.03 392.97l80 80 33.941-33.941z\"],\n \"asterisk\": [512, 512, [], \"f069\", \"M478.21 334.093L336 256l142.21-78.093c11.795-6.477 15.961-21.384 9.232-33.037l-19.48-33.741c-6.728-11.653-21.72-15.499-33.227-8.523L296 186.718l3.475-162.204C299.763 11.061 288.937 0 275.48 0h-38.96c-13.456 0-24.283 11.061-23.994 24.514L216 186.718 77.265 102.607c-11.506-6.976-26.499-3.13-33.227 8.523l-19.48 33.741c-6.728 11.653-2.562 26.56 9.233 33.037L176 256 33.79 334.093c-11.795 6.477-15.961 21.384-9.232 33.037l19.48 33.741c6.728 11.653 21.721 15.499 33.227 8.523L216 325.282l-3.475 162.204C212.237 500.939 223.064 512 236.52 512h38.961c13.456 0 24.283-11.061 23.995-24.514L296 325.282l138.735 84.111c11.506 6.976 26.499 3.13 33.227-8.523l19.48-33.741c6.728-11.653 2.563-26.559-9.232-33.036z\"],\n \"at\": [512, 512, [], \"f1fa\", \"M256 8C118.941 8 8 118.919 8 256c0 137.059 110.919 248 248 248 48.154 0 95.342-14.14 135.408-40.223 12.005-7.815 14.625-24.288 5.552-35.372l-10.177-12.433c-7.671-9.371-21.179-11.667-31.373-5.129C325.92 429.757 291.314 440 256 440c-101.458 0-184-82.542-184-184S154.542 72 256 72c100.139 0 184 57.619 184 160 0 38.786-21.093 79.742-58.17 83.693-17.349-.454-16.91-12.857-13.476-30.024l23.433-121.11C394.653 149.75 383.308 136 368.225 136h-44.981a13.518 13.518 0 0 0-13.432 11.993l-.01.092c-14.697-17.901-40.448-21.775-59.971-21.775-74.58 0-137.831 62.234-137.831 151.46 0 65.303 36.785 105.87 96 105.87 26.984 0 57.369-15.637 74.991-38.333 9.522 34.104 40.613 34.103 70.71 34.103C462.609 379.41 504 307.798 504 232 504 95.653 394.023 8 256 8zm-21.68 304.43c-22.249 0-36.07-15.623-36.07-40.771 0-44.993 30.779-72.729 58.63-72.729 22.292 0 35.601 15.241 35.601 40.77 0 45.061-33.875 72.73-58.161 72.73z\"],\n \"atlas\": [448, 512, [], \"f558\", \"M318.38 208h-39.09c-1.49 27.03-6.54 51.35-14.21 70.41 27.71-13.24 48.02-39.19 53.3-70.41zm0-32c-5.29-31.22-25.59-57.17-53.3-70.41 7.68 19.06 12.72 43.38 14.21 70.41h39.09zM224 97.31c-7.69 7.45-20.77 34.42-23.43 78.69h46.87c-2.67-44.26-15.75-71.24-23.44-78.69zm-41.08 8.28c-27.71 13.24-48.02 39.19-53.3 70.41h39.09c1.49-27.03 6.53-51.35 14.21-70.41zm0 172.82c-7.68-19.06-12.72-43.38-14.21-70.41h-39.09c5.28 31.22 25.59 57.17 53.3 70.41zM247.43 208h-46.87c2.66 44.26 15.74 71.24 23.43 78.69 7.7-7.45 20.78-34.43 23.44-78.69zM448 358.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16c0-6.4-3.2-12.8-9.6-19.2-3.2-16-3.2-60.8 0-73.6 6.4-3.2 9.6-9.6 9.6-19.2zM224 64c70.69 0 128 57.31 128 128s-57.31 128-128 128S96 262.69 96 192 153.31 64 224 64zm160 384H96c-19.2 0-32-12.8-32-32s16-32 32-32h288v64z\"],\n \"atom\": [448, 512, [], \"f5d2\", \"M223.99908,224a32,32,0,1,0,32.00782,32A32.06431,32.06431,0,0,0,223.99908,224Zm214.172-96c-10.877-19.5-40.50979-50.75-116.27544-41.875C300.39168,34.875,267.63386,0,223.99908,0s-76.39066,34.875-97.89653,86.125C50.3369,77.375,20.706,108.5,9.82907,128-6.54984,157.375-5.17484,201.125,34.958,256-5.17484,310.875-6.54984,354.625,9.82907,384c29.13087,52.375,101.64652,43.625,116.27348,41.875C147.60842,477.125,180.36429,512,223.99908,512s76.3926-34.875,97.89652-86.125c14.62891,1.75,87.14456,10.5,116.27544-41.875C454.55,354.625,453.175,310.875,413.04017,256,453.175,201.125,454.55,157.375,438.171,128ZM63.33886,352c-4-7.25-.125-24.75,15.00391-48.25,6.87695,6.5,14.12891,12.875,21.88087,19.125,1.625,13.75,4,27.125,6.75,40.125C82.34472,363.875,67.09081,358.625,63.33886,352Zm36.88478-162.875c-7.752,6.25-15.00392,12.625-21.88087,19.125-15.12891-23.5-19.00392-41-15.00391-48.25,3.377-6.125,16.37891-11.5,37.88478-11.5,1.75,0,3.875.375,5.75.375C104.09864,162.25,101.84864,175.625,100.22364,189.125ZM223.99908,64c9.50195,0,22.25586,13.5,33.88282,37.25-11.252,3.75-22.50391,8-33.88282,12.875-11.377-4.875-22.62892-9.125-33.88283-12.875C201.74516,77.5,214.49712,64,223.99908,64Zm0,384c-9.502,0-22.25392-13.5-33.88283-37.25,11.25391-3.75,22.50587-8,33.88283-12.875C235.378,402.75,246.62994,407,257.8819,410.75,246.25494,434.5,233.501,448,223.99908,448Zm0-112a80,80,0,1,1,80-80A80.00023,80.00023,0,0,1,223.99908,336ZM384.6593,352c-3.625,6.625-19.00392,11.875-43.63479,11,2.752-13,5.127-26.375,6.752-40.125,7.75195-6.25,15.00391-12.625,21.87891-19.125C384.7843,327.25,388.6593,344.75,384.6593,352ZM369.65538,208.25c-6.875-6.5-14.127-12.875-21.87891-19.125-1.625-13.5-3.875-26.875-6.752-40.25,1.875,0,4.002-.375,5.752-.375,21.50391,0,34.50782,5.375,37.88283,11.5C388.6593,167.25,384.7843,184.75,369.65538,208.25Z\"],\n \"audio-description\": [512, 512, [], \"f29e\", \"M162.925 238.709l8.822 30.655h-25.606l9.041-30.652c1.277-4.421 2.651-9.994 3.872-15.245 1.22 5.251 2.594 10.823 3.871 15.242zm166.474-32.099h-14.523v98.781h14.523c29.776 0 46.175-17.678 46.175-49.776 0-32.239-17.49-49.005-46.175-49.005zM512 112v288c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h416c26.51 0 48 21.49 48 48zM245.459 336.139l-57.097-168A12.001 12.001 0 0 0 177 160h-35.894a12.001 12.001 0 0 0-11.362 8.139l-57.097 168C70.003 343.922 75.789 352 84.009 352h29.133a12 12 0 0 0 11.535-8.693l8.574-29.906h51.367l8.793 29.977A12 12 0 0 0 204.926 352h29.172c8.22 0 14.006-8.078 11.361-15.861zm184.701-80.525c0-58.977-37.919-95.614-98.96-95.614h-57.366c-6.627 0-12 5.373-12 12v168c0 6.627 5.373 12 12 12H331.2c61.041 0 98.96-36.933 98.96-96.386z\"],\n \"award\": [384, 512, [], \"f559\", \"M97.12 362.63c-8.69-8.69-4.16-6.24-25.12-11.85-9.51-2.55-17.87-7.45-25.43-13.32L1.2 448.7c-4.39 10.77 3.81 22.47 15.43 22.03l52.69-2.01L105.56 507c8 8.44 22.04 5.81 26.43-4.96l52.05-127.62c-10.84 6.04-22.87 9.58-35.31 9.58-19.5 0-37.82-7.59-51.61-21.37zM382.8 448.7l-45.37-111.24c-7.56 5.88-15.92 10.77-25.43 13.32-21.07 5.64-16.45 3.18-25.12 11.85-13.79 13.78-32.12 21.37-51.62 21.37-12.44 0-24.47-3.55-35.31-9.58L252 502.04c4.39 10.77 18.44 13.4 26.43 4.96l36.25-38.28 52.69 2.01c11.62.44 19.82-11.27 15.43-22.03zM263 340c15.28-15.55 17.03-14.21 38.79-20.14 13.89-3.79 24.75-14.84 28.47-28.98 7.48-28.4 5.54-24.97 25.95-45.75 10.17-10.35 14.14-25.44 10.42-39.58-7.47-28.38-7.48-24.42 0-52.83 3.72-14.14-.25-29.23-10.42-39.58-20.41-20.78-18.47-17.36-25.95-45.75-3.72-14.14-14.58-25.19-28.47-28.98-27.88-7.61-24.52-5.62-44.95-26.41-10.17-10.35-25-14.4-38.89-10.61-27.87 7.6-23.98 7.61-51.9 0-13.89-3.79-28.72.25-38.89 10.61-20.41 20.78-17.05 18.8-44.94 26.41-13.89 3.79-24.75 14.84-28.47 28.98-7.47 28.39-5.54 24.97-25.95 45.75-10.17 10.35-14.15 25.44-10.42 39.58 7.47 28.36 7.48 24.4 0 52.82-3.72 14.14.25 29.23 10.42 39.59 20.41 20.78 18.47 17.35 25.95 45.75 3.72 14.14 14.58 25.19 28.47 28.98C104.6 325.96 106.27 325 121 340c13.23 13.47 33.84 15.88 49.74 5.82a39.676 39.676 0 0 1 42.53 0c15.89 10.06 36.5 7.65 49.73-5.82zM97.66 175.96c0-53.03 42.24-96.02 94.34-96.02s94.34 42.99 94.34 96.02-42.24 96.02-94.34 96.02-94.34-42.99-94.34-96.02z\"],\n \"baby\": [384, 512, [], \"f77c\", \"M192 160c44.2 0 80-35.8 80-80S236.2 0 192 0s-80 35.8-80 80 35.8 80 80 80zm-53.4 248.8l25.6-32-61.5-51.2L56.8 383c-11.4 14.2-11.7 34.4-.8 49l48 64c7.9 10.5 19.9 16 32 16 8.3 0 16.8-2.6 24-8 17.7-13.2 21.2-38.3 8-56l-29.4-39.2zm142.7-83.2l-61.5 51.2 25.6 32L216 448c-13.2 17.7-9.7 42.8 8 56 7.2 5.4 15.6 8 24 8 12.2 0 24.2-5.5 32-16l48-64c10.9-14.6 10.6-34.8-.8-49l-45.9-57.4zM376.7 145c-12.7-18.1-37.6-22.4-55.7-9.8l-40.6 28.5c-52.7 37-124.2 37-176.8 0L63 135.3C44.9 122.6 20 127 7.3 145-5.4 163.1-1 188 17 200.7l40.6 28.5c17 11.9 35.4 20.9 54.4 27.9V288h160v-30.8c19-7 37.4-16 54.4-27.9l40.6-28.5c18.1-12.8 22.4-37.7 9.7-55.8z\"],\n \"baby-carriage\": [512, 512, [], \"f77d\", \"M144.8 17c-11.3-17.8-37.2-22.8-54-9.4C35.3 51.9 0 118 0 192h256L144.8 17zM496 96h-48c-35.3 0-64 28.7-64 64v64H0c0 50.6 23 96.4 60.3 130.7C25.7 363.6 0 394.7 0 432c0 44.2 35.8 80 80 80s80-35.8 80-80c0-8.9-1.8-17.2-4.4-25.2 21.6 5.9 44.6 9.2 68.4 9.2s46.9-3.3 68.4-9.2c-2.7 8-4.4 16.3-4.4 25.2 0 44.2 35.8 80 80 80s80-35.8 80-80c0-37.3-25.7-68.4-60.3-77.3C425 320.4 448 274.6 448 224v-64h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM80 464c-17.6 0-32-14.4-32-32s14.4-32 32-32 32 14.4 32 32-14.4 32-32 32zm320-32c0 17.6-14.4 32-32 32s-32-14.4-32-32 14.4-32 32-32 32 14.4 32 32z\"],\n \"backspace\": [640, 512, [], \"f55a\", \"M576 64H205.26A63.97 63.97 0 0 0 160 82.75L9.37 233.37c-12.5 12.5-12.5 32.76 0 45.25L160 429.25c12 12 28.28 18.75 45.25 18.75H576c35.35 0 64-28.65 64-64V128c0-35.35-28.65-64-64-64zm-84.69 254.06c6.25 6.25 6.25 16.38 0 22.63l-22.62 22.62c-6.25 6.25-16.38 6.25-22.63 0L384 301.25l-62.06 62.06c-6.25 6.25-16.38 6.25-22.63 0l-22.62-22.62c-6.25-6.25-6.25-16.38 0-22.63L338.75 256l-62.06-62.06c-6.25-6.25-6.25-16.38 0-22.63l22.62-22.62c6.25-6.25 16.38-6.25 22.63 0L384 210.75l62.06-62.06c6.25-6.25 16.38-6.25 22.63 0l22.62 22.62c6.25 6.25 6.25 16.38 0 22.63L429.25 256l62.06 62.06z\"],\n \"backward\": [512, 512, [], \"f04a\", \"M11.5 280.6l192 160c20.6 17.2 52.5 2.8 52.5-24.6V96c0-27.4-31.9-41.8-52.5-24.6l-192 160c-15.3 12.8-15.3 36.4 0 49.2zm256 0l192 160c20.6 17.2 52.5 2.8 52.5-24.6V96c0-27.4-31.9-41.8-52.5-24.6l-192 160c-15.3 12.8-15.3 36.4 0 49.2z\"],\n \"bacon\": [576, 512, [], \"f7e5\", \"M218.92 336.39c34.89-34.89 44.2-59.7 54.05-86 10.61-28.29 21.59-57.54 61.37-97.34s69.05-50.77 97.35-61.38c23.88-9 46.64-17.68 76.79-45.37L470.81 8.91a31 31 0 0 0-40.18-2.83c-13.64 10.1-25.15 14.39-41 20.3C247 79.52 209.26 191.29 200.65 214.1c-29.75 78.83-89.55 94.68-98.72 98.09-24.86 9.26-54.73 20.38-91.07 50.36C-3 374-3.63 395 9.07 407.61l35.76 35.51C80 410.52 107 400.15 133 390.39c26.27-9.84 51.06-19.12 85.92-54zm348-232l-35.75-35.51c-35.19 32.63-62.18 43-88.25 52.79-26.26 9.85-51.06 19.16-85.95 54s-44.19 59.69-54 86C292.33 290 281.34 319.22 241.55 359s-69 50.73-97.3 61.32c-23.86 9-46.61 17.66-76.72 45.33l37.68 37.43a31 31 0 0 0 40.18 2.82c13.6-10.06 25.09-14.34 40.94-20.24 142.2-53 180-164.1 188.94-187.69C405 219.18 464.8 203.3 474 199.86c24.87-9.27 54.74-20.4 91.11-50.41 13.89-11.4 14.52-32.45 1.82-45.05z\"],\n \"bacteria\": [640, 512, [], \"f959\", \"M272.35,226.4A17.71,17.71,0,0,0,281.46,203l-4-9.08a121.29,121.29,0,0,1,12.36-3.08A83.34,83.34,0,0,0,323.57,177l10,9a17.76,17.76,0,1,0,23.92-26.27l-9.72-8.76a83.12,83.12,0,0,0,11.65-48.18l11.85-3.51a17.73,17.73,0,1,0-10.15-34l-11.34,3.36a84,84,0,0,0-36.38-35.57l2.84-10.85a17.8,17.8,0,0,0-34.47-8.93l-2.82,10.78a83.25,83.25,0,0,0-16.74,1.1C250.83,27,240,30.22,229.1,33.39l-3.38-9.46a17.8,17.8,0,0,0-33.56,11.89l3.49,9.8a286.74,286.74,0,0,0-43.94,23.57l-6.32-8.43a17.9,17.9,0,0,0-24.94-3.6A17.69,17.69,0,0,0,116.84,82l6.45,8.61a286.59,286.59,0,0,0-34.95,35.33l-8.82-6.42a17.84,17.84,0,0,0-24.89,3.86,17.66,17.66,0,0,0,3.88,24.77l8.88,6.47a286.6,286.6,0,0,0-23,43.91l-10.48-3.59a17.73,17.73,0,1,0-11.59,33.52L32.67,232c-2.79,10-5.79,19.84-7.52,30.22a83.16,83.16,0,0,0-.82,19l-11.58,3.43a17.73,17.73,0,1,0,10.13,34l11.27-3.33a83.51,83.51,0,0,0,36.39,35.43l-2.88,11.06a17.81,17.81,0,0,0,34.48,8.92l2.87-11c1,0,2.07.26,3.1.26a83.39,83.39,0,0,0,45.65-13.88l8.59,8.8a17.77,17.77,0,0,0,25.56-24.7l-9.14-9.37a83.41,83.41,0,0,0,12.08-31.05,119.08,119.08,0,0,1,3.87-15.53l9,4.22a17.74,17.74,0,1,0,15.15-32.09l-8.8-4.11c.67-1,1.2-2.08,1.9-3.05a119.89,119.89,0,0,1,7.87-9.41,121.73,121.73,0,0,1,11.65-11.4,119.49,119.49,0,0,1,9.94-7.82c1.12-.77,2.32-1.42,3.47-2.15l3.92,8.85a17.86,17.86,0,0,0,16.32,10.58A18.14,18.14,0,0,0,272.35,226.4ZM128,256a32,32,0,1,1,32-32A32,32,0,0,1,128,256Zm80-96a16,16,0,1,1,16-16A16,16,0,0,1,208,160Zm431.26,45.3a17.79,17.79,0,0,0-17.06-12.69,17.55,17.55,0,0,0-5.08.74l-11.27,3.33a83.61,83.61,0,0,0-36.39-35.43l2.88-11.06a17.81,17.81,0,0,0-34.48-8.91l-2.87,11c-1,0-2.07-.26-3.1-.26a83.32,83.32,0,0,0-45.65,13.89l-8.59-8.81a17.77,17.77,0,0,0-25.56,24.7l9.14,9.37a83.28,83.28,0,0,0-12.08,31.06,119.34,119.34,0,0,1-3.87,15.52l-9-4.22a17.74,17.74,0,1,0-15.15,32.09l8.8,4.11c-.67,1-1.2,2.08-1.89,3.05a117.71,117.71,0,0,1-7.94,9.47,119,119,0,0,1-11.57,11.33,121.59,121.59,0,0,1-10,7.83c-1.12.77-2.32,1.42-3.47,2.15l-3.92-8.85a17.86,17.86,0,0,0-16.32-10.58,18.14,18.14,0,0,0-7.18,1.5A17.71,17.71,0,0,0,358.54,309l4,9.08a118.71,118.71,0,0,1-12.36,3.08,83.34,83.34,0,0,0-33.77,13.9l-10-9a17.77,17.77,0,1,0-23.92,26.28l9.72,8.75a83.12,83.12,0,0,0-11.65,48.18l-11.86,3.51a17.73,17.73,0,1,0,10.16,34l11.34-3.36A84,84,0,0,0,326.61,479l-2.84,10.85a17.8,17.8,0,0,0,34.47,8.93L361.06,488a83.3,83.3,0,0,0,16.74-1.1c11.37-1.89,22.24-5.07,33.1-8.24l3.38,9.46a17.8,17.8,0,0,0,33.56-11.89l-3.49-9.79a287.66,287.66,0,0,0,43.94-23.58l6.32,8.43a17.88,17.88,0,0,0,24.93,3.6A17.67,17.67,0,0,0,523.16,430l-6.45-8.61a287.37,287.37,0,0,0,34.95-35.34l8.82,6.42a17.76,17.76,0,1,0,21-28.63l-8.88-6.46a287.17,287.17,0,0,0,23-43.92l10.48,3.59a17.73,17.73,0,1,0,11.59-33.52L607.33,280c2.79-10,5.79-19.84,7.52-30.21a83.27,83.27,0,0,0,.82-19.05l11.58-3.43A17.7,17.7,0,0,0,639.26,205.3ZM416,416a32,32,0,1,1,32-32A32,32,0,0,1,416,416Z\"],\n \"bacterium\": [512, 512, [], \"f95a\", \"M511,102.93A23.76,23.76,0,0,0,481.47,87l-15.12,4.48a111.85,111.85,0,0,0-48.5-47.42l3.79-14.47a23.74,23.74,0,0,0-46-11.91l-3.76,14.37a111.94,111.94,0,0,0-22.33,1.47,386.74,386.74,0,0,0-44.33,10.41l-4.3-12a23.74,23.74,0,0,0-44.75,15.85l4.3,12.05a383.4,383.4,0,0,0-58.69,31.83l-8-10.63a23.85,23.85,0,0,0-33.24-4.8,23.57,23.57,0,0,0-4.83,33.09l8,10.63a386.14,386.14,0,0,0-46.7,47.44l-11-8a23.68,23.68,0,1,0-28,38.17l11.09,8.06a383.45,383.45,0,0,0-30.92,58.75l-12.93-4.43a23.65,23.65,0,1,0-15.47,44.69l13,4.48a385.81,385.81,0,0,0-9.3,40.53A111.58,111.58,0,0,0,32.44,375L17,379.56a23.64,23.64,0,0,0,13.51,45.31l15-4.44a111.49,111.49,0,0,0,48.53,47.24l-3.85,14.75a23.66,23.66,0,0,0,17,28.83,24.7,24.7,0,0,0,6,.75,23.73,23.73,0,0,0,23-17.7L140,479.67c1.37.05,2.77.35,4.13.35A111.22,111.22,0,0,0,205,461.5l11.45,11.74a23.7,23.7,0,0,0,34.08-32.93l-12.19-12.5a111,111,0,0,0,16.11-41.4,158.69,158.69,0,0,1,5.16-20.71l12,5.64a23.66,23.66,0,1,0,20.19-42.79l-11.72-5.49c.89-1.32,1.59-2.77,2.52-4.06a157.86,157.86,0,0,1,10.46-12.49,159.5,159.5,0,0,1,15.59-15.28,162.18,162.18,0,0,1,13.23-10.4c1.5-1,3.1-1.89,4.63-2.87l5.23,11.8a23.74,23.74,0,0,0,43.48-19.08l-5.36-12.11a158.87,158.87,0,0,1,16.49-4.1,111,111,0,0,0,45-18.54l13.33,12a23.69,23.69,0,1,0,31.88-35l-12.94-11.67A110.83,110.83,0,0,0,479.21,137L495,132.32A23.61,23.61,0,0,0,511,102.93ZM160,368a48,48,0,1,1,48-48A48,48,0,0,1,160,368Zm80-136a24,24,0,1,1,24-24A24,24,0,0,1,240,232Z\"],\n \"bahai\": [512, 512, [], \"f666\", \"M496.25 202.52l-110-15.44 41.82-104.34c6.67-16.64-11.6-32.18-26.59-22.63L307.44 120 273.35 12.82C270.64 4.27 263.32 0 256 0c-7.32 0-14.64 4.27-17.35 12.82l-34.09 107.19-94.04-59.89c-14.99-9.55-33.25 5.99-26.59 22.63l41.82 104.34-110 15.43c-17.54 2.46-21.68 26.27-6.03 34.67l98.16 52.66-74.48 83.54c-10.92 12.25-1.72 30.93 13.29 30.93 1.31 0 2.67-.14 4.07-.45l108.57-23.65-4.11 112.55c-.43 11.65 8.87 19.22 18.41 19.22 5.15 0 10.39-2.21 14.2-7.18l68.18-88.9 68.18 88.9c3.81 4.97 9.04 7.18 14.2 7.18 9.54 0 18.84-7.57 18.41-19.22l-4.11-112.55 108.57 23.65c17.36 3.76 29.21-17.2 17.35-30.49l-74.48-83.54 98.16-52.66c15.64-8.39 11.5-32.2-6.04-34.66zM338.51 311.68l-51.89-11.3 1.97 53.79L256 311.68l-32.59 42.49 1.96-53.79-51.89 11.3 35.6-39.93-46.92-25.17 52.57-7.38-19.99-49.87 44.95 28.62L256 166.72l16.29 51.23 44.95-28.62-19.99 49.87 52.57 7.38-46.92 25.17 35.61 39.93z\"],\n \"balance-scale\": [640, 512, [], \"f24e\", \"M256 336h-.02c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0C-2.06 328.75.02 320.33.02 336H0c0 44.18 57.31 80 128 80s128-35.82 128-80zM128 176l72 144H56l72-144zm511.98 160c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0-87.12 174.26-85.04 165.84-85.04 181.51H384c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02zM440 320l72-144 72 144H440zm88 128H352V153.25c23.51-10.29 41.16-31.48 46.39-57.25H528c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16H383.64C369.04 12.68 346.09 0 320 0s-49.04 12.68-63.64 32H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h129.61c5.23 25.76 22.87 46.96 46.39 57.25V448H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"],\n \"balance-scale-left\": [640, 512, [], \"f515\", \"M528 448H352V153.25c20.42-8.94 36.1-26.22 43.38-47.47l132-44.26c8.38-2.81 12.89-11.88 10.08-20.26l-10.17-30.34C524.48 2.54 515.41-1.97 507.03.84L389.11 40.37C375.3 16.36 349.69 0 320 0c-44.18 0-80 35.82-80 80 0 3.43.59 6.71 1.01 10.03l-128.39 43.05c-8.38 2.81-12.89 11.88-10.08 20.26l10.17 30.34c2.81 8.38 11.88 12.89 20.26 10.08l142.05-47.63c4.07 2.77 8.43 5.12 12.99 7.12V496c0 8.84 7.16 16 16 16h224c8.84 0 16-7.16 16-16v-32c-.01-8.84-7.17-16-16.01-16zm111.98-144c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0-87.12 174.26-85.04 165.84-85.04 181.51H384c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02zM440 288l72-144 72 144H440zm-269.07-37.51c-17.65-35.29-68.19-35.36-85.87 0C-2.06 424.75.02 416.33.02 432H0c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02c0-16.18 1.34-8.73-85.05-181.51zM56 416l72-144 72 144H56z\"],\n \"balance-scale-right\": [640, 512, [], \"f516\", \"M96 464v32c0 8.84 7.16 16 16 16h224c8.84 0 16-7.16 16-16V153.25c4.56-2 8.92-4.35 12.99-7.12l142.05 47.63c8.38 2.81 17.45-1.71 20.26-10.08l10.17-30.34c2.81-8.38-1.71-17.45-10.08-20.26l-128.4-43.05c.42-3.32 1.01-6.6 1.01-10.03 0-44.18-35.82-80-80-80-29.69 0-55.3 16.36-69.11 40.37L132.96.83c-8.38-2.81-17.45 1.71-20.26 10.08l-10.17 30.34c-2.81 8.38 1.71 17.45 10.08 20.26l132 44.26c7.28 21.25 22.96 38.54 43.38 47.47V448H112c-8.84 0-16 7.16-16 16zM0 304c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02c0-15.67 2.08-7.25-85.05-181.51-17.68-35.36-68.22-35.29-85.87 0C-1.32 295.27.02 287.82.02 304H0zm56-16l72-144 72 144H56zm328.02 144H384c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02c0-15.67 2.08-7.25-85.05-181.51-17.68-35.36-68.22-35.29-85.87 0-86.38 172.78-85.04 165.33-85.04 181.51zM440 416l72-144 72 144H440z\"],\n \"ban\": [512, 512, [], \"f05e\", \"M256 8C119.034 8 8 119.033 8 256s111.034 248 248 248 248-111.034 248-248S392.967 8 256 8zm130.108 117.892c65.448 65.448 70 165.481 20.677 235.637L150.47 105.216c70.204-49.356 170.226-44.735 235.638 20.676zM125.892 386.108c-65.448-65.448-70-165.481-20.677-235.637L361.53 406.784c-70.203 49.356-170.226 44.736-235.638-20.676z\"],\n \"band-aid\": [640, 512, [], \"f462\", \"M0 160v192c0 35.3 28.7 64 64 64h96V96H64c-35.3 0-64 28.7-64 64zm576-64h-96v320h96c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64zM192 416h256V96H192v320zm176-232c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm0 96c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm-96-96c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm0 96c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24z\"],\n \"barcode\": [512, 512, [], \"f02a\", \"M0 448V64h18v384H0zm26.857-.273V64H36v383.727h-9.143zm27.143 0V64h8.857v383.727H54zm44.857 0V64h8.857v383.727h-8.857zm36 0V64h17.714v383.727h-17.714zm44.857 0V64h8.857v383.727h-8.857zm18 0V64h8.857v383.727h-8.857zm18 0V64h8.857v383.727h-8.857zm35.715 0V64h18v383.727h-18zm44.857 0V64h18v383.727h-18zm35.999 0V64h18.001v383.727h-18.001zm36.001 0V64h18.001v383.727h-18.001zm26.857 0V64h18v383.727h-18zm45.143 0V64h26.857v383.727h-26.857zm35.714 0V64h9.143v383.727H476zm18 .273V64h18v384h-18z\"],\n \"bars\": [448, 512, [], \"f0c9\", \"M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z\"],\n \"baseball-ball\": [496, 512, [], \"f433\", \"M368.5 363.9l28.8-13.9c11.1 22.9 26 43.2 44.1 60.9 34-42.5 54.5-96.3 54.5-154.9 0-58.5-20.4-112.2-54.2-154.6-17.8 17.3-32.6 37.1-43.6 59.5l-28.7-14.1c12.8-26 30-49 50.8-69C375.6 34.7 315 8 248 8 181.1 8 120.5 34.6 75.9 77.7c20.7 19.9 37.9 42.9 50.7 68.8l-28.7 14.1c-11-22.3-25.7-42.1-43.5-59.4C20.4 143.7 0 197.4 0 256c0 58.6 20.4 112.3 54.4 154.7 18.2-17.7 33.2-38 44.3-61l28.8 13.9c-12.9 26.7-30.3 50.3-51.5 70.7 44.5 43.1 105.1 69.7 172 69.7 66.8 0 127.3-26.5 171.9-69.5-21.1-20.4-38.5-43.9-51.4-70.6zm-228.3-32l-30.5-9.8c14.9-46.4 12.7-93.8-.6-134l30.4-10c15 45.6 18 99.9.7 153.8zm216.3-153.4l30.4 10c-13.2 40.1-15.5 87.5-.6 134l-30.5 9.8c-17.3-54-14.3-108.3.7-153.8z\"],\n \"basketball-ball\": [496, 512, [], \"f434\", \"M212.3 10.3c-43.8 6.3-86.2 24.1-122.2 53.8l77.4 77.4c27.8-35.8 43.3-81.2 44.8-131.2zM248 222L405.9 64.1c-42.4-35-93.6-53.5-145.5-56.1-1.2 63.9-21.5 122.3-58.7 167.7L248 222zM56.1 98.1c-29.7 36-47.5 78.4-53.8 122.2 50-1.5 95.5-17 131.2-44.8L56.1 98.1zm272.2 204.2c45.3-37.1 103.7-57.4 167.7-58.7-2.6-51.9-21.1-103.1-56.1-145.5L282 256l46.3 46.3zM248 290L90.1 447.9c42.4 34.9 93.6 53.5 145.5 56.1 1.3-64 21.6-122.4 58.7-167.7L248 290zm191.9 123.9c29.7-36 47.5-78.4 53.8-122.2-50.1 1.6-95.5 17.1-131.2 44.8l77.4 77.4zM167.7 209.7C122.3 246.9 63.9 267.3 0 268.4c2.6 51.9 21.1 103.1 56.1 145.5L214 256l-46.3-46.3zm116 292c43.8-6.3 86.2-24.1 122.2-53.8l-77.4-77.4c-27.7 35.7-43.2 81.2-44.8 131.2z\"],\n \"bath\": [512, 512, [], \"f2cd\", \"M32,384a95.4,95.4,0,0,0,32,71.09V496a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V480H384v16a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V455.09A95.4,95.4,0,0,0,480,384V336H32ZM496,256H80V69.25a21.26,21.26,0,0,1,36.28-15l19.27,19.26c-13.13,29.88-7.61,59.11,8.62,79.73l-.17.17A16,16,0,0,0,144,176l11.31,11.31a16,16,0,0,0,22.63,0L283.31,81.94a16,16,0,0,0,0-22.63L272,48a16,16,0,0,0-22.62,0l-.17.17c-20.62-16.23-49.83-21.75-79.73-8.62L150.22,20.28A69.25,69.25,0,0,0,32,69.25V256H16A16,16,0,0,0,0,272v16a16,16,0,0,0,16,16H496a16,16,0,0,0,16-16V272A16,16,0,0,0,496,256Z\"],\n \"battery-empty\": [640, 512, [], \"f244\", \"M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48z\"],\n \"battery-full\": [640, 512, [], \"f240\", \"M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48zm-48 96H96v128h416V192z\"],\n \"battery-half\": [640, 512, [], \"f242\", \"M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48zm-240 96H96v128h224V192z\"],\n \"battery-quarter\": [640, 512, [], \"f243\", \"M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48zm-336 96H96v128h128V192z\"],\n \"battery-three-quarters\": [640, 512, [], \"f241\", \"M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48zm-144 96H96v128h320V192z\"],\n \"bed\": [640, 512, [], \"f236\", \"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"],\n \"beer\": [448, 512, [], \"f0fc\", \"M368 96h-48V56c0-13.255-10.745-24-24-24H24C10.745 32 0 42.745 0 56v400c0 13.255 10.745 24 24 24h272c13.255 0 24-10.745 24-24v-42.11l80.606-35.977C429.396 365.063 448 336.388 448 304.86V176c0-44.112-35.888-80-80-80zm16 208.86a16.018 16.018 0 0 1-9.479 14.611L320 343.805V160h48c8.822 0 16 7.178 16 16v128.86zM208 384c-8.836 0-16-7.164-16-16V144c0-8.836 7.164-16 16-16s16 7.164 16 16v224c0 8.836-7.164 16-16 16zm-96 0c-8.836 0-16-7.164-16-16V144c0-8.836 7.164-16 16-16s16 7.164 16 16v224c0 8.836-7.164 16-16 16z\"],\n \"bell\": [448, 512, [], \"f0f3\", \"M224 512c35.32 0 63.97-28.65 63.97-64H160.03c0 35.35 28.65 64 63.97 64zm215.39-149.71c-19.32-20.76-55.47-51.99-55.47-154.29 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84C118.56 68.1 64.08 130.3 64.08 208c0 102.3-36.15 133.53-55.47 154.29-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h383.8c19.12 0 32-15.6 32.1-32 .05-7.55-2.61-15.27-8.61-21.71z\"],\n \"bell-slash\": [640, 512, [], \"f1f6\", \"M633.82 458.1l-90.62-70.05c.19-1.38.8-2.66.8-4.06.05-7.55-2.61-15.27-8.61-21.71-19.32-20.76-55.47-51.99-55.47-154.29 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84c-40.33 8.38-74.66 31.07-97.59 62.57L45.47 3.37C38.49-2.05 28.43-.8 23.01 6.18L3.37 31.45C-2.05 38.42-.8 48.47 6.18 53.9l588.35 454.73c6.98 5.43 17.03 4.17 22.46-2.81l19.64-25.27c5.42-6.97 4.17-17.02-2.81-22.45zM157.23 251.54c-8.61 67.96-36.41 93.33-52.62 110.75-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h241.92L157.23 251.54zM320 512c35.32 0 63.97-28.65 63.97-64H256.03c0 35.35 28.65 64 63.97 64z\"],\n \"bezier-curve\": [640, 512, [], \"f55b\", \"M368 32h-96c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zM208 88h-84.75C113.75 64.56 90.84 48 64 48 28.66 48 0 76.65 0 112s28.66 64 64 64c26.84 0 49.75-16.56 59.25-40h79.73c-55.37 32.52-95.86 87.32-109.54 152h49.4c11.3-41.61 36.77-77.21 71.04-101.56-3.7-8.08-5.88-16.99-5.88-26.44V88zm-48 232H64c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32zM576 48c-26.84 0-49.75 16.56-59.25 40H432v72c0 9.45-2.19 18.36-5.88 26.44 34.27 24.35 59.74 59.95 71.04 101.56h49.4c-13.68-64.68-54.17-119.48-109.54-152h79.73c9.5 23.44 32.41 40 59.25 40 35.34 0 64-28.65 64-64s-28.66-64-64-64zm0 272h-96c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32z\"],\n \"bible\": [448, 512, [], \"f647\", \"M448 358.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16c0-6.4-3.2-12.8-9.6-19.2-3.2-16-3.2-60.8 0-73.6 6.4-3.2 9.6-9.6 9.6-19.2zM144 144c0-8.84 7.16-16 16-16h48V80c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v48h48c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16h-48v112c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16V192h-48c-8.84 0-16-7.16-16-16v-32zm236.8 304H96c-19.2 0-32-12.8-32-32s16-32 32-32h284.8v64z\"],\n \"bicycle\": [640, 512, [], \"f206\", \"M512.509 192.001c-16.373-.064-32.03 2.955-46.436 8.495l-77.68-125.153A24 24 0 0 0 368.001 64h-64c-8.837 0-16 7.163-16 16v16c0 8.837 7.163 16 16 16h50.649l14.896 24H256.002v-16c0-8.837-7.163-16-16-16h-87.459c-13.441 0-24.777 10.999-24.536 24.437.232 13.044 10.876 23.563 23.995 23.563h48.726l-29.417 47.52c-13.433-4.83-27.904-7.483-42.992-7.52C58.094 191.83.412 249.012.002 319.236-.413 390.279 57.055 448 128.002 448c59.642 0 109.758-40.793 123.967-96h52.033a24 24 0 0 0 20.406-11.367L410.37 201.77l14.938 24.067c-25.455 23.448-41.385 57.081-41.307 94.437.145 68.833 57.899 127.051 126.729 127.719 70.606.685 128.181-55.803 129.255-125.996 1.086-70.941-56.526-129.72-127.476-129.996zM186.75 265.772c9.727 10.529 16.673 23.661 19.642 38.228h-43.306l23.664-38.228zM128.002 400c-44.112 0-80-35.888-80-80s35.888-80 80-80c5.869 0 11.586.653 17.099 1.859l-45.505 73.509C89.715 331.327 101.213 352 120.002 352h81.3c-12.37 28.225-40.562 48-73.3 48zm162.63-96h-35.624c-3.96-31.756-19.556-59.894-42.383-80.026L237.371 184h127.547l-74.286 120zm217.057 95.886c-41.036-2.165-74.049-35.692-75.627-76.755-.812-21.121 6.633-40.518 19.335-55.263l44.433 71.586c4.66 7.508 14.524 9.816 22.032 5.156l13.594-8.437c7.508-4.66 9.817-14.524 5.156-22.032l-44.468-71.643a79.901 79.901 0 0 1 19.858-2.497c44.112 0 80 35.888 80 80-.001 45.54-38.252 82.316-84.313 79.885z\"],\n \"biking\": [640, 512, [], \"f84a\", \"M400 96a48 48 0 1 0-48-48 48 48 0 0 0 48 48zm-4 121a31.9 31.9 0 0 0 20 7h64a32 32 0 0 0 0-64h-52.78L356 103a31.94 31.94 0 0 0-40.81.68l-112 96a32 32 0 0 0 3.08 50.92L288 305.12V416a32 32 0 0 0 64 0V288a32 32 0 0 0-14.25-26.62l-41.36-27.57 58.25-49.92zm116 39a128 128 0 1 0 128 128 128 128 0 0 0-128-128zm0 192a64 64 0 1 1 64-64 64 64 0 0 1-64 64zM128 256a128 128 0 1 0 128 128 128 128 0 0 0-128-128zm0 192a64 64 0 1 1 64-64 64 64 0 0 1-64 64z\"],\n \"binoculars\": [512, 512, [], \"f1e5\", \"M416 48c0-8.84-7.16-16-16-16h-64c-8.84 0-16 7.16-16 16v48h96V48zM63.91 159.99C61.4 253.84 3.46 274.22 0 404v44c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32V288h32V128H95.84c-17.63 0-31.45 14.37-31.93 31.99zm384.18 0c-.48-17.62-14.3-31.99-31.93-31.99H320v160h32v160c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-44c-3.46-129.78-61.4-150.16-63.91-244.01zM176 32h-64c-8.84 0-16 7.16-16 16v48h96V48c0-8.84-7.16-16-16-16zm48 256h64V128h-64v160z\"],\n \"biohazard\": [576, 512, [], \"f780\", \"M287.9 112c18.6 0 36.2 3.8 52.8 9.6 13.3-10.3 23.6-24.3 29.5-40.7-25.2-10.9-53-17-82.2-17-29.1 0-56.9 6-82.1 16.9 5.9 16.4 16.2 30.4 29.5 40.7 16.5-5.7 34-9.5 52.5-9.5zM163.6 438.7c12-11.8 20.4-26.4 24.5-42.4-32.9-26.4-54.8-65.3-58.9-109.6-8.5-2.8-17.2-4.6-26.4-4.6-7.6 0-15.2 1-22.5 3.1 4.1 62.8 35.8 118 83.3 153.5zm224.2-42.6c4.1 16 12.5 30.7 24.5 42.5 47.4-35.5 79.1-90.7 83-153.5-7.2-2-14.7-3-22.2-3-9.2 0-18 1.9-26.6 4.7-4.1 44.2-26 82.9-58.7 109.3zm113.5-205c-17.6-10.4-36.3-16.6-55.3-19.9 6-17.7 10-36.4 10-56.2 0-41-14.5-80.8-41-112.2-2.5-3-6.6-3.7-10-1.8-3.3 1.9-4.8 6-3.6 9.7 4.5 13.8 6.6 26.3 6.6 38.5 0 67.8-53.8 122.9-120 122.9S168 117 168 49.2c0-12.1 2.2-24.7 6.6-38.5 1.2-3.7-.3-7.8-3.6-9.7-3.4-1.9-7.5-1.2-10 1.8C134.6 34.2 120 74 120 115c0 19.8 3.9 38.5 10 56.2-18.9 3.3-37.7 9.5-55.3 19.9-34.6 20.5-61 53.3-74.3 92.4-1.3 3.7.2 7.7 3.5 9.8 3.3 2 7.5 1.3 10-1.6 9.4-10.8 19-19.1 29.2-25.1 57.3-33.9 130.8-13.7 163.9 45 33.1 58.7 13.4 134-43.9 167.9-10.2 6.1-22 10.4-35.8 13.4-3.7.8-6.4 4.2-6.4 8.1.1 4 2.7 7.3 6.5 8 39.7 7.8 80.6.8 115.2-19.7 18-10.6 32.9-24.5 45.3-40.1 12.4 15.6 27.3 29.5 45.3 40.1 34.6 20.5 75.5 27.5 115.2 19.7 3.8-.7 6.4-4 6.5-8 0-3.9-2.6-7.3-6.4-8.1-13.9-2.9-25.6-7.3-35.8-13.4-57.3-33.9-77-109.2-43.9-167.9s106.6-78.9 163.9-45c10.2 6.1 19.8 14.3 29.2 25.1 2.5 2.9 6.7 3.6 10 1.6s4.8-6.1 3.5-9.8c-13.1-39.1-39.5-72-74.1-92.4zm-213.4 129c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48z\"],\n \"birthday-cake\": [448, 512, [], \"f1fd\", \"M448 384c-28.02 0-31.26-32-74.5-32-43.43 0-46.825 32-74.75 32-27.695 0-31.454-32-74.75-32-42.842 0-47.218 32-74.5 32-28.148 0-31.202-32-74.75-32-43.547 0-46.653 32-74.75 32v-80c0-26.5 21.5-48 48-48h16V112h64v144h64V112h64v144h64V112h64v144h16c26.5 0 48 21.5 48 48v80zm0 128H0v-96c43.356 0 46.767-32 74.75-32 27.951 0 31.253 32 74.75 32 42.843 0 47.217-32 74.5-32 28.148 0 31.201 32 74.75 32 43.357 0 46.767-32 74.75-32 27.488 0 31.252 32 74.5 32v96zM96 96c-17.75 0-32-14.25-32-32 0-31 32-23 32-64 12 0 32 29.5 32 56s-14.25 40-32 40zm128 0c-17.75 0-32-14.25-32-32 0-31 32-23 32-64 12 0 32 29.5 32 56s-14.25 40-32 40zm128 0c-17.75 0-32-14.25-32-32 0-31 32-23 32-64 12 0 32 29.5 32 56s-14.25 40-32 40z\"],\n \"blender\": [512, 512, [], \"f517\", \"M416 384H160c-35.35 0-64 28.65-64 64v32c0 17.67 14.33 32 32 32h320c17.67 0 32-14.33 32-32v-32c0-35.35-28.65-64-64-64zm-128 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm40-416h166.54L512 0H48C21.49 0 0 21.49 0 48v160c0 26.51 21.49 48 48 48h103.27l8.73 96h256l17.46-64H328c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h114.18l17.46-64H328c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h140.36l17.46-64H328c-4.42 0-8-3.58-8-8V72c0-4.42 3.58-8 8-8zM64 192V64h69.82l11.64 128H64z\"],\n \"blender-phone\": [576, 512, [], \"f6b6\", \"M392 64h166.54L576 0H192v352h288l17.46-64H392c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h114.18l17.46-64H392c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h140.36l17.46-64H392c-4.42 0-8-3.58-8-8V72c0-4.42 3.58-8 8-8zM158.8 335.01l-25.78-63.26c-2.78-6.81-9.8-10.99-17.24-10.26l-45.03 4.42c-17.28-46.94-17.65-99.78 0-147.72l45.03 4.42c7.43.73 14.46-3.46 17.24-10.26l25.78-63.26c3.02-7.39.2-15.85-6.68-20.07l-39.28-24.1C98.51-3.87 80.09-.5 68.95 11.97c-92.57 103.6-92 259.55 2.1 362.49 9.87 10.8 29.12 12.48 41.65 4.8l39.41-24.18c6.89-4.22 9.7-12.67 6.69-20.07zM480 384H192c-35.35 0-64 28.65-64 64v32c0 17.67 14.33 32 32 32h352c17.67 0 32-14.33 32-32v-32c0-35.35-28.65-64-64-64zm-144 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"],\n \"blind\": [384, 512, [], \"f29d\", \"M380.15 510.837a8 8 0 0 1-10.989-2.687l-125.33-206.427a31.923 31.923 0 0 0 12.958-9.485l126.048 207.608a8 8 0 0 1-2.687 10.991zM142.803 314.338l-32.54 89.485 36.12 88.285c6.693 16.36 25.377 24.192 41.733 17.501 16.357-6.692 24.193-25.376 17.501-41.734l-62.814-153.537zM96 88c24.301 0 44-19.699 44-44S120.301 0 96 0 52 19.699 52 44s19.699 44 44 44zm154.837 169.128l-120-152c-4.733-5.995-11.75-9.108-18.837-9.112V96H80v.026c-7.146.003-14.217 3.161-18.944 9.24L0 183.766v95.694c0 13.455 11.011 24.791 24.464 24.536C37.505 303.748 48 293.1 48 280v-79.766l16-20.571v140.698L9.927 469.055c-6.04 16.609 2.528 34.969 19.138 41.009 16.602 6.039 34.968-2.524 41.009-19.138L136 309.638V202.441l-31.406-39.816a4 4 0 1 1 6.269-4.971l102.3 129.217c9.145 11.584 24.368 11.339 33.708 3.965 10.41-8.216 12.159-23.334 3.966-33.708z\"],\n \"blog\": [512, 512, [], \"f781\", \"M172.2 226.8c-14.6-2.9-28.2 8.9-28.2 23.8V301c0 10.2 7.1 18.4 16.7 22 18.2 6.8 31.3 24.4 31.3 45 0 26.5-21.5 48-48 48s-48-21.5-48-48V120c0-13.3-10.7-24-24-24H24c-13.3 0-24 10.7-24 24v248c0 89.5 82.1 160.2 175 140.7 54.4-11.4 98.3-55.4 109.7-109.7 17.4-82.9-37-157.2-112.5-172.2zM209 0c-9.2-.5-17 6.8-17 16v31.6c0 8.5 6.6 15.5 15 15.9 129.4 7 233.4 112 240.9 241.5.5 8.4 7.5 15 15.9 15h32.1c9.2 0 16.5-7.8 16-17C503.4 139.8 372.2 8.6 209 0zm.3 96c-9.3-.7-17.3 6.7-17.3 16.1v32.1c0 8.4 6.5 15.3 14.8 15.9 76.8 6.3 138 68.2 144.9 145.2.8 8.3 7.6 14.7 15.9 14.7h32.2c9.3 0 16.8-8 16.1-17.3-8.4-110.1-96.5-198.2-206.6-206.7z\"],\n \"bold\": [384, 512, [], \"f032\", \"M333.49 238a122 122 0 0 0 27-65.21C367.87 96.49 308 32 233.42 32H34a16 16 0 0 0-16 16v48a16 16 0 0 0 16 16h31.87v288H34a16 16 0 0 0-16 16v48a16 16 0 0 0 16 16h209.32c70.8 0 134.14-51.75 141-122.4 4.74-48.45-16.39-92.06-50.83-119.6zM145.66 112h87.76a48 48 0 0 1 0 96h-87.76zm87.76 288h-87.76V288h87.76a56 56 0 0 1 0 112z\"],\n \"bolt\": [320, 512, [], \"f0e7\", \"M296 160H180.6l42.6-129.8C227.2 15 215.7 0 200 0H56C44 0 33.8 8.9 32.2 20.8l-32 240C-1.7 275.2 9.5 288 24 288h118.7L96.6 482.5c-3.6 15.2 8 29.5 23.3 29.5 8.4 0 16.4-4.4 20.8-12l176-304c9.3-15.9-2.2-36-20.7-36z\"],\n \"bomb\": [512, 512, [], \"f1e2\", \"M440.5 88.5l-52 52L415 167c9.4 9.4 9.4 24.6 0 33.9l-17.4 17.4c11.8 26.1 18.4 55.1 18.4 85.6 0 114.9-93.1 208-208 208S0 418.9 0 304 93.1 96 208 96c30.5 0 59.5 6.6 85.6 18.4L311 97c9.4-9.4 24.6-9.4 33.9 0l26.5 26.5 52-52 17.1 17zM500 60h-24c-6.6 0-12 5.4-12 12s5.4 12 12 12h24c6.6 0 12-5.4 12-12s-5.4-12-12-12zM440 0c-6.6 0-12 5.4-12 12v24c0 6.6 5.4 12 12 12s12-5.4 12-12V12c0-6.6-5.4-12-12-12zm33.9 55l17-17c4.7-4.7 4.7-12.3 0-17-4.7-4.7-12.3-4.7-17 0l-17 17c-4.7 4.7-4.7 12.3 0 17 4.8 4.7 12.4 4.7 17 0zm-67.8 0c4.7 4.7 12.3 4.7 17 0 4.7-4.7 4.7-12.3 0-17l-17-17c-4.7-4.7-12.3-4.7-17 0-4.7 4.7-4.7 12.3 0 17l17 17zm67.8 34c-4.7-4.7-12.3-4.7-17 0-4.7 4.7-4.7 12.3 0 17l17 17c4.7 4.7 12.3 4.7 17 0 4.7-4.7 4.7-12.3 0-17l-17-17zM112 272c0-35.3 28.7-64 64-64 8.8 0 16-7.2 16-16s-7.2-16-16-16c-52.9 0-96 43.1-96 96 0 8.8 7.2 16 16 16s16-7.2 16-16z\"],\n \"bone\": [640, 512, [], \"f5d7\", \"M598.88 244.56c25.2-12.6 41.12-38.36 41.12-66.53v-7.64C640 129.3 606.7 96 565.61 96c-32.02 0-60.44 20.49-70.57 50.86-7.68 23.03-11.6 45.14-38.11 45.14H183.06c-27.38 0-31.58-25.54-38.11-45.14C134.83 116.49 106.4 96 74.39 96 33.3 96 0 129.3 0 170.39v7.64c0 28.17 15.92 53.93 41.12 66.53 9.43 4.71 9.43 18.17 0 22.88C15.92 280.04 0 305.8 0 333.97v7.64C0 382.7 33.3 416 74.38 416c32.02 0 60.44-20.49 70.57-50.86 7.68-23.03 11.6-45.14 38.11-45.14h273.87c27.38 0 31.58 25.54 38.11 45.14C505.17 395.51 533.6 416 565.61 416c41.08 0 74.38-33.3 74.38-74.39v-7.64c0-28.18-15.92-53.93-41.12-66.53-9.42-4.71-9.42-18.17.01-22.88z\"],\n \"bong\": [448, 512, [], \"f55c\", \"M302.5 512c23.18 0 44.43-12.58 56-32.66C374.69 451.26 384 418.75 384 384c0-36.12-10.08-69.81-27.44-98.62L400 241.94l9.38 9.38c6.25 6.25 16.38 6.25 22.63 0l11.3-11.32c6.25-6.25 6.25-16.38 0-22.63l-52.69-52.69c-6.25-6.25-16.38-6.25-22.63 0l-11.31 11.31c-6.25 6.25-6.25 16.38 0 22.63l9.38 9.38-39.41 39.41c-11.56-11.37-24.53-21.33-38.65-29.51V63.74l15.97-.02c8.82-.01 15.97-7.16 15.98-15.98l.04-31.72C320 7.17 312.82-.01 303.97 0L80.03.26c-8.82.01-15.97 7.16-15.98 15.98l-.04 31.73c-.01 8.85 7.17 16.02 16.02 16.01L96 63.96v153.93C38.67 251.1 0 312.97 0 384c0 34.75 9.31 67.27 25.5 95.34C37.08 499.42 58.33 512 81.5 512h221zM120.06 259.43L144 245.56V63.91l96-.11v181.76l23.94 13.87c24.81 14.37 44.12 35.73 56.56 60.57h-257c12.45-24.84 31.75-46.2 56.56-60.57z\"],\n \"book\": [448, 512, [], \"f02d\", \"M448 360V24c0-13.3-10.7-24-24-24H96C43 0 0 43 0 96v320c0 53 43 96 96 96h328c13.3 0 24-10.7 24-24v-16c0-7.5-3.5-14.3-8.9-18.7-4.2-15.4-4.2-59.3 0-74.7 5.4-4.3 8.9-11.1 8.9-18.6zM128 134c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm0 64c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm253.4 250H96c-17.7 0-32-14.3-32-32 0-17.6 14.4-32 32-32h285.4c-1.9 17.1-1.9 46.9 0 64z\"],\n \"book-dead\": [448, 512, [], \"f6b7\", \"M272 136c8.8 0 16-7.2 16-16s-7.2-16-16-16-16 7.2-16 16 7.2 16 16 16zm176 222.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16c0-6.4-3.2-12.8-9.6-19.2-3.2-16-3.2-60.8 0-73.6 6.4-3.2 9.6-9.6 9.6-19.2zM240 56c44.2 0 80 28.7 80 64 0 20.9-12.7 39.2-32 50.9V184c0 8.8-7.2 16-16 16h-64c-8.8 0-16-7.2-16-16v-13.1c-19.3-11.7-32-30-32-50.9 0-35.3 35.8-64 80-64zM124.8 223.3l6.3-14.7c1.7-4.1 6.4-5.9 10.5-4.2l98.3 42.1 98.4-42.1c4.1-1.7 8.8.1 10.5 4.2l6.3 14.7c1.7 4.1-.1 8.8-4.2 10.5L280.6 264l70.3 30.1c4.1 1.7 5.9 6.4 4.2 10.5l-6.3 14.7c-1.7 4.1-6.4 5.9-10.5 4.2L240 281.4l-98.3 42.2c-4.1 1.7-8.8-.1-10.5-4.2l-6.3-14.7c-1.7-4.1.1-8.8 4.2-10.5l70.4-30.1-70.5-30.3c-4.1-1.7-5.9-6.4-4.2-10.5zm256 224.7H96c-19.2 0-32-12.8-32-32s16-32 32-32h284.8zM208 136c8.8 0 16-7.2 16-16s-7.2-16-16-16-16 7.2-16 16 7.2 16 16 16z\"],\n \"book-medical\": [448, 512, [], \"f7e6\", \"M448 358.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16q0-9.6-9.6-19.2c-3.2-16-3.2-60.8 0-73.6q9.6-4.8 9.6-19.2zM144 168a8 8 0 0 1 8-8h56v-56a8 8 0 0 1 8-8h48a8 8 0 0 1 8 8v56h56a8 8 0 0 1 8 8v48a8 8 0 0 1-8 8h-56v56a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8v-56h-56a8 8 0 0 1-8-8zm236.8 280H96c-19.2 0-32-12.8-32-32s16-32 32-32h284.8z\"],\n \"book-open\": [576, 512, [], \"f518\", \"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"],\n \"book-reader\": [512, 512, [], \"f5da\", \"M352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96 42.98 96 96 96 96-42.98 96-96zM233.59 241.1c-59.33-36.32-155.43-46.3-203.79-49.05C13.55 191.13 0 203.51 0 219.14v222.8c0 14.33 11.59 26.28 26.49 27.05 43.66 2.29 131.99 10.68 193.04 41.43 9.37 4.72 20.48-1.71 20.48-11.87V252.56c-.01-4.67-2.32-8.95-6.42-11.46zm248.61-49.05c-48.35 2.74-144.46 12.73-203.78 49.05-4.1 2.51-6.41 6.96-6.41 11.63v245.79c0 10.19 11.14 16.63 20.54 11.9 61.04-30.72 149.32-39.11 192.97-41.4 14.9-.78 26.49-12.73 26.49-27.06V219.14c-.01-15.63-13.56-28.01-29.81-27.09z\"],\n \"bookmark\": [384, 512, [], \"f02e\", \"M0 512V48C0 21.49 21.49 0 48 0h288c26.51 0 48 21.49 48 48v464L192 400 0 512z\"],\n \"border-all\": [448, 512, [], \"f84c\", \"M416 32H32A32 32 0 0 0 0 64v384a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32zm-32 64v128H256V96zm-192 0v128H64V96zM64 416V288h128v128zm192 0V288h128v128z\"],\n \"border-none\": [448, 512, [], \"f850\", \"M240 224h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-288 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96 192h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-96h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-192h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM240 320h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-192h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-96 288h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96-384h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zM48 224H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0 192H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-96H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-192H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-96H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"],\n \"border-style\": [448, 512, [], \"f853\", \"M240 416h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm192 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96-192h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0 96h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0 96h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-288h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-96H32A32 32 0 0 0 0 64v400a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V96h368a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"],\n \"bowling-ball\": [496, 512, [], \"f436\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM120 192c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm64-96c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm48 144c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"],\n \"box\": [512, 512, [], \"f466\", \"M509.5 184.6L458.9 32.8C452.4 13.2 434.1 0 413.4 0H272v192h238.7c-.4-2.5-.4-5-1.2-7.4zM240 0H98.6c-20.7 0-39 13.2-45.5 32.8L2.5 184.6c-.8 2.4-.8 4.9-1.2 7.4H240V0zM0 224v240c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V224H0z\"],\n \"box-open\": [640, 512, [], \"f49e\", \"M425.7 256c-16.9 0-32.8-9-41.4-23.4L320 126l-64.2 106.6c-8.7 14.5-24.6 23.5-41.5 23.5-4.5 0-9-.6-13.3-1.9L64 215v178c0 14.7 10 27.5 24.2 31l216.2 54.1c10.2 2.5 20.9 2.5 31 0L551.8 424c14.2-3.6 24.2-16.4 24.2-31V215l-137 39.1c-4.3 1.3-8.8 1.9-13.3 1.9zm212.6-112.2L586.8 41c-3.1-6.2-9.8-9.8-16.7-8.9L320 64l91.7 152.1c3.8 6.3 11.4 9.3 18.5 7.3l197.9-56.5c9.9-2.9 14.7-13.9 10.2-23.1zM53.2 41L1.7 143.8c-4.6 9.2.3 20.2 10.1 23l197.9 56.5c7.1 2 14.7-1 18.5-7.3L320 64 69.8 32.1c-6.9-.8-13.5 2.7-16.6 8.9z\"],\n \"box-tissue\": [512, 512, [], \"f95b\", \"M383.88,287.82l64-192H338.47a70.2,70.2,0,0,1-66.59-48,70.21,70.21,0,0,0-66.6-48H63.88l64,288Zm-384,192a32,32,0,0,0,32,32h448a32,32,0,0,0,32-32v-64H-.12Zm480-256H438.94l-21.33,64h14.27a16,16,0,0,1,0,32h-352a16,16,0,1,1,0-32H95.09l-14.22-64h-49a32,32,0,0,0-32,32v128h512v-128A32,32,0,0,0,479.88,223.82Z\"],\n \"boxes\": [576, 512, [], \"f468\", \"M560 288h-80v96l-32-21.3-32 21.3v-96h-80c-8.8 0-16 7.2-16 16v192c0 8.8 7.2 16 16 16h224c8.8 0 16-7.2 16-16V304c0-8.8-7.2-16-16-16zm-384-64h224c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16h-80v96l-32-21.3L256 96V0h-80c-8.8 0-16 7.2-16 16v192c0 8.8 7.2 16 16 16zm64 64h-80v96l-32-21.3L96 384v-96H16c-8.8 0-16 7.2-16 16v192c0 8.8 7.2 16 16 16h224c8.8 0 16-7.2 16-16V304c0-8.8-7.2-16-16-16z\"],\n \"braille\": [640, 512, [], \"f2a1\", \"M128 256c0 35.346-28.654 64-64 64S0 291.346 0 256s28.654-64 64-64 64 28.654 64 64zM64 384c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0-352C28.654 32 0 60.654 0 96s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64zm160 192c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0 160c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0-352c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64zm224 192c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0 160c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0-352c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64zm160 192c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0 160c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0-320c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32z\"],\n \"brain\": [576, 512, [], \"f5dc\", \"M208 0c-29.9 0-54.7 20.5-61.8 48.2-.8 0-1.4-.2-2.2-.2-35.3 0-64 28.7-64 64 0 4.8.6 9.5 1.7 14C52.5 138 32 166.6 32 200c0 12.6 3.2 24.3 8.3 34.9C16.3 248.7 0 274.3 0 304c0 33.3 20.4 61.9 49.4 73.9-.9 4.6-1.4 9.3-1.4 14.1 0 39.8 32.2 72 72 72 4.1 0 8.1-.5 12-1.2 9.6 28.5 36.2 49.2 68 49.2 39.8 0 72-32.2 72-72V64c0-35.3-28.7-64-64-64zm368 304c0-29.7-16.3-55.3-40.3-69.1 5.2-10.6 8.3-22.3 8.3-34.9 0-33.4-20.5-62-49.7-74 1-4.5 1.7-9.2 1.7-14 0-35.3-28.7-64-64-64-.8 0-1.5.2-2.2.2C422.7 20.5 397.9 0 368 0c-35.3 0-64 28.6-64 64v376c0 39.8 32.2 72 72 72 31.8 0 58.4-20.7 68-49.2 3.9.7 7.9 1.2 12 1.2 39.8 0 72-32.2 72-72 0-4.8-.5-9.5-1.4-14.1 29-12 49.4-40.6 49.4-73.9z\"],\n \"bread-slice\": [576, 512, [], \"f7ec\", \"M288 0C108 0 0 93.4 0 169.14 0 199.44 24.24 224 64 224v256c0 17.67 16.12 32 36 32h376c19.88 0 36-14.33 36-32V224c39.76 0 64-24.56 64-54.86C576 93.4 468 0 288 0z\"],\n \"briefcase\": [512, 512, [], \"f0b1\", \"M320 336c0 8.84-7.16 16-16 16h-96c-8.84 0-16-7.16-16-16v-48H0v144c0 25.6 22.4 48 48 48h416c25.6 0 48-22.4 48-48V288H320v48zm144-208h-80V80c0-25.6-22.4-48-48-48H176c-25.6 0-48 22.4-48 48v48H48c-25.6 0-48 22.4-48 48v80h512v-80c0-25.6-22.4-48-48-48zm-144 0H192V96h128v32z\"],\n \"briefcase-medical\": [512, 512, [], \"f469\", \"M464 128h-80V80c0-26.5-21.5-48-48-48H176c-26.5 0-48 21.5-48 48v48H48c-26.5 0-48 21.5-48 48v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V176c0-26.5-21.5-48-48-48zM192 96h128v32H192V96zm160 248c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48z\"],\n \"broadcast-tower\": [640, 512, [], \"f519\", \"M150.94 192h33.73c11.01 0 18.61-10.83 14.86-21.18-4.93-13.58-7.55-27.98-7.55-42.82s2.62-29.24 7.55-42.82C203.29 74.83 195.68 64 184.67 64h-33.73c-7.01 0-13.46 4.49-15.41 11.23C130.64 92.21 128 109.88 128 128c0 18.12 2.64 35.79 7.54 52.76 1.94 6.74 8.39 11.24 15.4 11.24zM89.92 23.34C95.56 12.72 87.97 0 75.96 0H40.63c-6.27 0-12.14 3.59-14.74 9.31C9.4 45.54 0 85.65 0 128c0 24.75 3.12 68.33 26.69 118.86 2.62 5.63 8.42 9.14 14.61 9.14h34.84c12.02 0 19.61-12.74 13.95-23.37-49.78-93.32-16.71-178.15-.17-209.29zM614.06 9.29C611.46 3.58 605.6 0 599.33 0h-35.42c-11.98 0-19.66 12.66-14.02 23.25 18.27 34.29 48.42 119.42.28 209.23-5.72 10.68 1.8 23.52 13.91 23.52h35.23c6.27 0 12.13-3.58 14.73-9.29C630.57 210.48 640 170.36 640 128s-9.42-82.48-25.94-118.71zM489.06 64h-33.73c-11.01 0-18.61 10.83-14.86 21.18 4.93 13.58 7.55 27.98 7.55 42.82s-2.62 29.24-7.55 42.82c-3.76 10.35 3.85 21.18 14.86 21.18h33.73c7.02 0 13.46-4.49 15.41-11.24 4.9-16.97 7.53-34.64 7.53-52.76 0-18.12-2.64-35.79-7.54-52.76-1.94-6.75-8.39-11.24-15.4-11.24zm-116.3 100.12c7.05-10.29 11.2-22.71 11.2-36.12 0-35.35-28.63-64-63.96-64-35.32 0-63.96 28.65-63.96 64 0 13.41 4.15 25.83 11.2 36.12l-130.5 313.41c-3.4 8.15.46 17.52 8.61 20.92l29.51 12.31c8.15 3.4 17.52-.46 20.91-8.61L244.96 384h150.07l49.2 118.15c3.4 8.16 12.76 12.01 20.91 8.61l29.51-12.31c8.15-3.4 12-12.77 8.61-20.92l-130.5-313.41zM271.62 320L320 203.81 368.38 320h-96.76z\"],\n \"broom\": [640, 512, [], \"f51a\", \"M256.47 216.77l86.73 109.18s-16.6 102.36-76.57 150.12C206.66 523.85 0 510.19 0 510.19s3.8-23.14 11-55.43l94.62-112.17c3.97-4.7-.87-11.62-6.65-9.5l-60.4 22.09c14.44-41.66 32.72-80.04 54.6-97.47 59.97-47.76 163.3-40.94 163.3-40.94zM636.53 31.03l-19.86-25c-5.49-6.9-15.52-8.05-22.41-2.56l-232.48 177.8-34.14-42.97c-5.09-6.41-15.14-5.21-18.59 2.21l-25.33 54.55 86.73 109.18 58.8-12.45c8-1.69 11.42-11.2 6.34-17.6l-34.09-42.92 232.48-177.8c6.89-5.48 8.04-15.53 2.55-22.44z\"],\n \"brush\": [384, 512, [], \"f55d\", \"M352 0H32C14.33 0 0 14.33 0 32v224h384V32c0-17.67-14.33-32-32-32zM0 320c0 35.35 28.66 64 64 64h64v64c0 35.35 28.66 64 64 64s64-28.65 64-64v-64h64c35.34 0 64-28.65 64-64v-32H0v32zm192 104c13.25 0 24 10.74 24 24 0 13.25-10.75 24-24 24s-24-10.75-24-24c0-13.26 10.75-24 24-24z\"],\n \"bug\": [512, 512, [], \"f188\", \"M511.988 288.9c-.478 17.43-15.217 31.1-32.653 31.1H424v16c0 21.864-4.882 42.584-13.6 61.145l60.228 60.228c12.496 12.497 12.496 32.758 0 45.255-12.498 12.497-32.759 12.496-45.256 0l-54.736-54.736C345.886 467.965 314.351 480 280 480V236c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v244c-34.351 0-65.886-12.035-90.636-32.108l-54.736 54.736c-12.498 12.497-32.759 12.496-45.256 0-12.496-12.497-12.496-32.758 0-45.255l60.228-60.228C92.882 378.584 88 357.864 88 336v-16H32.666C15.23 320 .491 306.33.013 288.9-.484 270.816 14.028 256 32 256h56v-58.745l-46.628-46.628c-12.496-12.497-12.496-32.758 0-45.255 12.498-12.497 32.758-12.497 45.256 0L141.255 160h229.489l54.627-54.627c12.498-12.497 32.758-12.497 45.256 0 12.496 12.497 12.496 32.758 0 45.255L424 197.255V256h56c17.972 0 32.484 14.816 31.988 32.9zM257 0c-61.856 0-112 50.144-112 112h224C369 50.144 318.856 0 257 0z\"],\n \"building\": [448, 512, [], \"f1ad\", \"M436 480h-20V24c0-13.255-10.745-24-24-24H56C42.745 0 32 10.745 32 24v456H12c-6.627 0-12 5.373-12 12v20h448v-20c0-6.627-5.373-12-12-12zM128 76c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12V76zm0 96c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40zm52 148h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12zm76 160h-64v-84c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v84zm64-172c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40zm0-96c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40zm0-96c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12V76c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40z\"],\n \"bullhorn\": [576, 512, [], \"f0a1\", \"M576 240c0-23.63-12.95-44.04-32-55.12V32.01C544 23.26 537.02 0 512 0c-7.12 0-14.19 2.38-19.98 7.02l-85.03 68.03C364.28 109.19 310.66 128 256 128H64c-35.35 0-64 28.65-64 64v96c0 35.35 28.65 64 64 64h33.7c-1.39 10.48-2.18 21.14-2.18 32 0 39.77 9.26 77.35 25.56 110.94 5.19 10.69 16.52 17.06 28.4 17.06h74.28c26.05 0 41.69-29.84 25.9-50.56-16.4-21.52-26.15-48.36-26.15-77.44 0-11.11 1.62-21.79 4.41-32H256c54.66 0 108.28 18.81 150.98 52.95l85.03 68.03a32.023 32.023 0 0 0 19.98 7.02c24.92 0 32-22.78 32-32V295.13C563.05 284.04 576 263.63 576 240zm-96 141.42l-33.05-26.44C392.95 311.78 325.12 288 256 288v-96c69.12 0 136.95-23.78 190.95-66.98L480 98.58v282.84z\"],\n \"bullseye\": [496, 512, [], \"f140\", \"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 432c-101.69 0-184-82.29-184-184 0-101.69 82.29-184 184-184 101.69 0 184 82.29 184 184 0 101.69-82.29 184-184 184zm0-312c-70.69 0-128 57.31-128 128s57.31 128 128 128 128-57.31 128-128-57.31-128-128-128zm0 192c-35.29 0-64-28.71-64-64s28.71-64 64-64 64 28.71 64 64-28.71 64-64 64z\"],\n \"burn\": [384, 512, [], \"f46a\", \"M192 0C79.7 101.3 0 220.9 0 300.5 0 425 79 512 192 512s192-87 192-211.5c0-79.9-80.2-199.6-192-300.5zm0 448c-56.5 0-96-39-96-94.8 0-13.5 4.6-61.5 96-161.2 91.4 99.7 96 147.7 96 161.2 0 55.8-39.5 94.8-96 94.8z\"],\n \"bus\": [512, 512, [], \"f207\", \"M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM112 400c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm16-112c-17.67 0-32-14.33-32-32V128c0-17.67 14.33-32 32-32h256c17.67 0 32 14.33 32 32v128c0 17.67-14.33 32-32 32H128zm272 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"],\n \"bus-alt\": [512, 512, [], \"f55e\", \"M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM160 72c0-4.42 3.58-8 8-8h176c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H168c-4.42 0-8-3.58-8-8V72zm-48 328c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm128-112H128c-17.67 0-32-14.33-32-32v-96c0-17.67 14.33-32 32-32h112v160zm32 0V128h112c17.67 0 32 14.33 32 32v96c0 17.67-14.33 32-32 32H272zm128 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"],\n \"business-time\": [640, 512, [], \"f64a\", \"M496 224c-79.59 0-144 64.41-144 144s64.41 144 144 144 144-64.41 144-144-64.41-144-144-144zm64 150.29c0 5.34-4.37 9.71-9.71 9.71h-60.57c-5.34 0-9.71-4.37-9.71-9.71v-76.57c0-5.34 4.37-9.71 9.71-9.71h12.57c5.34 0 9.71 4.37 9.71 9.71V352h38.29c5.34 0 9.71 4.37 9.71 9.71v12.58zM496 192c5.4 0 10.72.33 16 .81V144c0-25.6-22.4-48-48-48h-80V48c0-25.6-22.4-48-48-48H176c-25.6 0-48 22.4-48 48v48H48c-25.6 0-48 22.4-48 48v80h395.12c28.6-20.09 63.35-32 100.88-32zM320 96H192V64h128v32zm6.82 224H208c-8.84 0-16-7.16-16-16v-48H0v144c0 25.6 22.4 48 48 48h291.43C327.1 423.96 320 396.82 320 368c0-16.66 2.48-32.72 6.82-48z\"],\n \"calculator\": [448, 512, [], \"f1ec\", \"M400 0H48C22.4 0 0 22.4 0 48v416c0 25.6 22.4 48 48 48h352c25.6 0 48-22.4 48-48V48c0-25.6-22.4-48-48-48zM128 435.2c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-128c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm128 128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm128 128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8V268.8c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v166.4zm0-256c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8V76.8C64 70.4 70.4 64 76.8 64h294.4c6.4 0 12.8 6.4 12.8 12.8v102.4z\"],\n \"calendar\": [448, 512, [], \"f133\", \"M12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm436-44v-36c0-26.5-21.5-48-48-48h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v36c0 6.6 5.4 12 12 12h424c6.6 0 12-5.4 12-12z\"],\n \"calendar-alt\": [448, 512, [], \"f073\", \"M0 464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V192H0v272zm320-196c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zM192 268c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zM64 268c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zM400 64h-48V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H160V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H48C21.5 64 0 85.5 0 112v48h448v-48c0-26.5-21.5-48-48-48z\"],\n \"calendar-check\": [448, 512, [], \"f274\", \"M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z\"],\n \"calendar-day\": [448, 512, [], \"f783\", \"M0 464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V192H0v272zm64-192c0-8.8 7.2-16 16-16h96c8.8 0 16 7.2 16 16v96c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16v-96zM400 64h-48V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H160V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H48C21.5 64 0 85.5 0 112v48h448v-48c0-26.5-21.5-48-48-48z\"],\n \"calendar-minus\": [448, 512, [], \"f272\", \"M436 160H12c-6.6 0-12-5.4-12-12v-36c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48v36c0 6.6-5.4 12-12 12zM12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm304 192c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12H132c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h184z\"],\n \"calendar-plus\": [448, 512, [], \"f271\", \"M436 160H12c-6.6 0-12-5.4-12-12v-36c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48v36c0 6.6-5.4 12-12 12zM12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm316 140c0-6.6-5.4-12-12-12h-60v-60c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v60h-60c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h60v60c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-60h60c6.6 0 12-5.4 12-12v-40z\"],\n \"calendar-times\": [448, 512, [], \"f273\", \"M436 160H12c-6.6 0-12-5.4-12-12v-36c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48v36c0 6.6-5.4 12-12 12zM12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm257.3 160l48.1-48.1c4.7-4.7 4.7-12.3 0-17l-28.3-28.3c-4.7-4.7-12.3-4.7-17 0L224 306.7l-48.1-48.1c-4.7-4.7-12.3-4.7-17 0l-28.3 28.3c-4.7 4.7-4.7 12.3 0 17l48.1 48.1-48.1 48.1c-4.7 4.7-4.7 12.3 0 17l28.3 28.3c4.7 4.7 12.3 4.7 17 0l48.1-48.1 48.1 48.1c4.7 4.7 12.3 4.7 17 0l28.3-28.3c4.7-4.7 4.7-12.3 0-17L269.3 352z\"],\n \"calendar-week\": [448, 512, [], \"f784\", \"M0 464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V192H0v272zm64-192c0-8.8 7.2-16 16-16h288c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16v-64zM400 64h-48V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H160V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H48C21.5 64 0 85.5 0 112v48h448v-48c0-26.5-21.5-48-48-48z\"],\n \"camera\": [512, 512, [], \"f030\", \"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"],\n \"camera-retro\": [512, 512, [], \"f083\", \"M48 32C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48H48zm0 32h106c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H38c-3.3 0-6-2.7-6-6V80c0-8.8 7.2-16 16-16zm426 96H38c-3.3 0-6-2.7-6-6v-36c0-3.3 2.7-6 6-6h138l30.2-45.3c1.1-1.7 3-2.7 5-2.7H464c8.8 0 16 7.2 16 16v74c0 3.3-2.7 6-6 6zM256 424c-66.2 0-120-53.8-120-120s53.8-120 120-120 120 53.8 120 120-53.8 120-120 120zm0-208c-48.5 0-88 39.5-88 88s39.5 88 88 88 88-39.5 88-88-39.5-88-88-88zm-48 104c-8.8 0-16-7.2-16-16 0-35.3 28.7-64 64-64 8.8 0 16 7.2 16 16s-7.2 16-16 16c-17.6 0-32 14.4-32 32 0 8.8-7.2 16-16 16z\"],\n \"campground\": [640, 512, [], \"f6bb\", \"M624 448h-24.68L359.54 117.75l53.41-73.55c5.19-7.15 3.61-17.16-3.54-22.35l-25.9-18.79c-7.15-5.19-17.15-3.61-22.35 3.55L320 63.3 278.83 6.6c-5.19-7.15-15.2-8.74-22.35-3.55l-25.88 18.8c-7.15 5.19-8.74 15.2-3.54 22.35l53.41 73.55L40.68 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM320 288l116.36 160H203.64L320 288z\"],\n \"candy-cane\": [512, 512, [], \"f786\", \"M497.5 92C469.6 33.1 411.8 0 352.4 0c-27.9 0-56.2 7.3-81.8 22.6L243.1 39c-15.2 9.1-20.1 28.7-11 43.9l32.8 54.9c6 10 16.6 15.6 27.5 15.6 5.6 0 11.2-1.5 16.4-4.5l27.5-16.4c5.1-3.1 10.8-4.5 16.4-4.5 10.9 0 21.5 5.6 27.5 15.6 9.1 15.1 4.1 34.8-11 43.9L15.6 397.6c-15.2 9.1-20.1 28.7-11 43.9l32.8 54.9c6 10 16.6 15.6 27.5 15.6 5.6 0 11.2-1.5 16.4-4.5L428.6 301c71.7-42.9 104.6-133.5 68.9-209zm-177.7 13l-2.5 1.5L296.8 45c9.7-4.7 19.8-8.1 30.3-10.2l20.6 61.8c-9.8.8-19.4 3.3-27.9 8.4zM145.9 431.8l-60.5-38.5 30.8-18.3 60.5 38.5-30.8 18.3zm107.5-63.9l-60.5-38.5 30.8-18.3 60.5 38.5-30.8 18.3zM364.3 302l-60.5-38.5 30.8-18.3 60.5 38.5-30.8 18.3zm20.4-197.3l46-46c8.4 6.5 16 14.1 22.6 22.6L407.6 127c-5.7-9.3-13.7-16.9-22.9-22.3zm82.1 107.8l-59.5-19.8c3.2-5.3 5.8-10.9 7.4-17.1 1.1-4.5 1.7-9.1 1.8-13.6l60.4 20.1c-2.1 10.4-5.5 20.6-10.1 30.4z\"],\n \"cannabis\": [512, 512, [], \"f55f\", \"M503.47 360.25c-1.56-.82-32.39-16.89-76.78-25.81 64.25-75.12 84.05-161.67 84.93-165.64 1.18-5.33-.44-10.9-4.3-14.77-3.03-3.04-7.12-4.7-11.32-4.7-1.14 0-2.29.12-3.44.38-3.88.85-86.54 19.59-160.58 79.76.01-1.46.01-2.93.01-4.4 0-118.79-59.98-213.72-62.53-217.7A15.973 15.973 0 0 0 256 0c-5.45 0-10.53 2.78-13.47 7.37-2.55 3.98-62.53 98.91-62.53 217.7 0 1.47.01 2.94.01 4.4-74.03-60.16-156.69-78.9-160.58-79.76-1.14-.25-2.29-.38-3.44-.38-4.2 0-8.29 1.66-11.32 4.7A15.986 15.986 0 0 0 .38 168.8c.88 3.97 20.68 90.52 84.93 165.64-44.39 8.92-75.21 24.99-76.78 25.81a16.003 16.003 0 0 0-.02 28.29c2.45 1.29 60.76 31.72 133.49 31.72 6.14 0 11.96-.1 17.5-.31-11.37 22.23-16.52 38.31-16.81 39.22-1.8 5.68-.29 11.89 3.91 16.11a16.019 16.019 0 0 0 16.1 3.99c1.83-.57 37.72-11.99 77.3-39.29V504c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8v-64.01c39.58 27.3 75.47 38.71 77.3 39.29a16.019 16.019 0 0 0 16.1-3.99c4.2-4.22 5.71-10.43 3.91-16.11-.29-.91-5.45-16.99-16.81-39.22 5.54.21 11.37.31 17.5.31 72.72 0 131.04-30.43 133.49-31.72 5.24-2.78 8.52-8.22 8.51-14.15-.01-5.94-3.29-11.39-8.53-14.15z\"],\n \"capsules\": [576, 512, [], \"f46b\", \"M555.3 300.1L424.2 112.8C401.9 81 366.4 64 330.4 64c-22.6 0-45.5 6.7-65.5 20.7-19.7 13.8-33.7 32.8-41.5 53.8C220.5 79.2 172 32 112 32 50.1 32 0 82.1 0 144v224c0 61.9 50.1 112 112 112s112-50.1 112-112V218.9c3.3 8.6 7.3 17.1 12.8 25L368 431.2c22.2 31.8 57.7 48.8 93.8 48.8 22.7 0 45.5-6.7 65.5-20.7 51.7-36.2 64.2-107.5 28-159.2zM160 256H64V144c0-26.5 21.5-48 48-48s48 21.5 48 48v112zm194.8 44.9l-65.6-93.7c-7.7-11-10.7-24.4-8.3-37.6 2.3-13.2 9.7-24.8 20.7-32.5 8.5-6 18.5-9.1 28.8-9.1 16.5 0 31.9 8 41.3 21.5l65.6 93.7-82.5 57.7z\"],\n \"car\": [512, 512, [], \"f1b9\", \"M499.99 176h-59.87l-16.64-41.6C406.38 91.63 365.57 64 319.5 64h-127c-46.06 0-86.88 27.63-103.99 70.4L71.87 176H12.01C4.2 176-1.53 183.34.37 190.91l6 24C7.7 220.25 12.5 224 18.01 224h20.07C24.65 235.73 16 252.78 16 272v48c0 16.12 6.16 30.67 16 41.93V416c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-54.07c9.84-11.25 16-25.8 16-41.93v-48c0-19.22-8.65-36.27-22.07-48H494c5.51 0 10.31-3.75 11.64-9.09l6-24c1.89-7.57-3.84-14.91-11.65-14.91zm-352.06-17.83c7.29-18.22 24.94-30.17 44.57-30.17h127c19.63 0 37.28 11.95 44.57 30.17L384 208H128l19.93-49.83zM96 319.8c-19.2 0-32-12.76-32-31.9S76.8 256 96 256s48 28.71 48 47.85-28.8 15.95-48 15.95zm320 0c-19.2 0-48 3.19-48-15.95S396.8 256 416 256s32 12.76 32 31.9-12.8 31.9-32 31.9z\"],\n \"car-alt\": [480, 512, [], \"f5de\", \"M438.66 212.33l-11.24-28.1-19.93-49.83C390.38 91.63 349.57 64 303.5 64h-127c-46.06 0-86.88 27.63-103.99 70.4l-19.93 49.83-11.24 28.1C17.22 221.5 0 244.66 0 272v48c0 16.12 6.16 30.67 16 41.93V416c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-54.07c9.84-11.25 16-25.8 16-41.93v-48c0-27.34-17.22-50.5-41.34-59.67zm-306.73-54.16c7.29-18.22 24.94-30.17 44.57-30.17h127c19.63 0 37.28 11.95 44.57 30.17L368 208H112l19.93-49.83zM80 319.8c-19.2 0-32-12.76-32-31.9S60.8 256 80 256s48 28.71 48 47.85-28.8 15.95-48 15.95zm320 0c-19.2 0-48 3.19-48-15.95S380.8 256 400 256s32 12.76 32 31.9-12.8 31.9-32 31.9z\"],\n \"car-battery\": [512, 512, [], \"f5df\", \"M480 128h-32V80c0-8.84-7.16-16-16-16h-96c-8.84 0-16 7.16-16 16v48H192V80c0-8.84-7.16-16-16-16H80c-8.84 0-16 7.16-16 16v48H32c-17.67 0-32 14.33-32 32v256c0 17.67 14.33 32 32 32h448c17.67 0 32-14.33 32-32V160c0-17.67-14.33-32-32-32zM192 264c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h112c4.42 0 8 3.58 8 8v16zm256 0c0 4.42-3.58 8-8 8h-40v40c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-40h-40c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h40v-40c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v40h40c4.42 0 8 3.58 8 8v16z\"],\n \"car-crash\": [640, 512, [], \"f5e1\", \"M143.25 220.81l-12.42 46.37c-3.01 11.25-3.63 22.89-2.41 34.39l-35.2 28.98c-6.57 5.41-16.31-.43-14.62-8.77l15.44-76.68c1.06-5.26-2.66-10.28-8-10.79l-77.86-7.55c-8.47-.82-11.23-11.83-4.14-16.54l65.15-43.3c4.46-2.97 5.38-9.15 1.98-13.29L21.46 93.22c-5.41-6.57.43-16.3 8.78-14.62l76.68 15.44c5.26 1.06 10.28-2.66 10.8-8l7.55-77.86c.82-8.48 11.83-11.23 16.55-4.14l43.3 65.14c2.97 4.46 9.15 5.38 13.29 1.98l60.4-49.71c6.57-5.41 16.3.43 14.62 8.77L262.1 86.38c-2.71 3.05-5.43 6.09-7.91 9.4l-32.15 42.97-10.71 14.32c-32.73 8.76-59.18 34.53-68.08 67.74zm494.57 132.51l-12.42 46.36c-3.13 11.68-9.38 21.61-17.55 29.36a66.876 66.876 0 0 1-8.76 7l-13.99 52.23c-1.14 4.27-3.1 8.1-5.65 11.38-7.67 9.84-20.74 14.68-33.54 11.25L515 502.62c-17.07-4.57-27.2-22.12-22.63-39.19l8.28-30.91-247.28-66.26-8.28 30.91c-4.57 17.07-22.12 27.2-39.19 22.63l-30.91-8.28c-12.8-3.43-21.7-14.16-23.42-26.51-.57-4.12-.35-8.42.79-12.68l13.99-52.23a66.62 66.62 0 0 1-4.09-10.45c-3.2-10.79-3.65-22.52-.52-34.2l12.42-46.37c5.31-19.8 19.36-34.83 36.89-42.21a64.336 64.336 0 0 1 18.49-4.72l18.13-24.23 32.15-42.97c3.45-4.61 7.19-8.9 11.2-12.84 8-7.89 17.03-14.44 26.74-19.51 4.86-2.54 9.89-4.71 15.05-6.49 10.33-3.58 21.19-5.63 32.24-6.04 11.05-.41 22.31.82 33.43 3.8l122.68 32.87c11.12 2.98 21.48 7.54 30.85 13.43a111.11 111.11 0 0 1 34.69 34.5c8.82 13.88 14.64 29.84 16.68 46.99l6.36 53.29 3.59 30.05a64.49 64.49 0 0 1 22.74 29.93c4.39 11.88 5.29 25.19 1.75 38.39zM255.58 234.34c-18.55-4.97-34.21 4.04-39.17 22.53-4.96 18.49 4.11 34.12 22.65 39.09 18.55 4.97 45.54 15.51 50.49-2.98 4.96-18.49-15.43-53.67-33.97-58.64zm290.61 28.17l-6.36-53.29c-.58-4.87-1.89-9.53-3.82-13.86-5.8-12.99-17.2-23.01-31.42-26.82l-122.68-32.87a48.008 48.008 0 0 0-50.86 17.61l-32.15 42.97 172 46.08 75.29 20.18zm18.49 54.65c-18.55-4.97-53.8 15.31-58.75 33.79-4.95 18.49 23.69 22.86 42.24 27.83 18.55 4.97 34.21-4.04 39.17-22.53 4.95-18.48-4.11-34.12-22.66-39.09z\"],\n \"car-side\": [640, 512, [], \"f5e4\", \"M544 192h-16L419.22 56.02A64.025 64.025 0 0 0 369.24 32H155.33c-26.17 0-49.7 15.93-59.42 40.23L48 194.26C20.44 201.4 0 226.21 0 256v112c0 8.84 7.16 16 16 16h48c0 53.02 42.98 96 96 96s96-42.98 96-96h128c0 53.02 42.98 96 96 96s96-42.98 96-96h48c8.84 0 16-7.16 16-16v-80c0-53.02-42.98-96-96-96zM160 432c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48zm72-240H116.93l38.4-96H232v96zm48 0V96h89.24l76.8 96H280zm200 240c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48z\"],\n \"caravan\": [640, 512, [], \"f8ff\", \"M416,208a16,16,0,1,0,16,16A16,16,0,0,0,416,208ZM624,320H576V160A160,160,0,0,0,416,0H64A64,64,0,0,0,0,64V320a64,64,0,0,0,64,64H96a96,96,0,0,0,192,0H624a16,16,0,0,0,16-16V336A16,16,0,0,0,624,320ZM192,432a48,48,0,1,1,48-48A48.05,48.05,0,0,1,192,432Zm64-240a32,32,0,0,1-32,32H96a32,32,0,0,1-32-32V128A32,32,0,0,1,96,96H224a32,32,0,0,1,32,32ZM448,320H320V128a32,32,0,0,1,32-32h64a32,32,0,0,1,32,32Z\"],\n \"caret-down\": [320, 512, [], \"f0d7\", \"M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\"],\n \"caret-left\": [192, 512, [], \"f0d9\", \"M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142z\"],\n \"caret-right\": [192, 512, [], \"f0da\", \"M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z\"],\n \"caret-square-down\": [448, 512, [], \"f150\", \"M448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zM92.5 220.5l123 123c4.7 4.7 12.3 4.7 17 0l123-123c7.6-7.6 2.2-20.5-8.5-20.5H101c-10.7 0-16.1 12.9-8.5 20.5z\"],\n \"caret-square-left\": [448, 512, [], \"f191\", \"M400 480H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48zM259.515 124.485l-123.03 123.03c-4.686 4.686-4.686 12.284 0 16.971l123.029 123.029c7.56 7.56 20.485 2.206 20.485-8.485V132.971c.001-10.691-12.925-16.045-20.484-8.486z\"],\n \"caret-square-right\": [448, 512, [], \"f152\", \"M48 32h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48zm140.485 355.515l123.029-123.029c4.686-4.686 4.686-12.284 0-16.971l-123.029-123.03c-7.56-7.56-20.485-2.206-20.485 8.485v246.059c0 10.691 12.926 16.045 20.485 8.486z\"],\n \"caret-square-up\": [448, 512, [], \"f151\", \"M0 432V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48zm355.515-140.485l-123.03-123.03c-4.686-4.686-12.284-4.686-16.971 0L92.485 291.515c-7.56 7.56-2.206 20.485 8.485 20.485h246.059c10.691 0 16.045-12.926 8.486-20.485z\"],\n \"caret-up\": [320, 512, [], \"f0d8\", \"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z\"],\n \"carrot\": [512, 512, [], \"f787\", \"M298.2 156.6c-52.7-25.7-114.5-10.5-150.2 32.8l55.2 55.2c6.3 6.3 6.3 16.4 0 22.6-3.1 3.1-7.2 4.7-11.3 4.7s-8.2-1.6-11.3-4.7L130.4 217 2.3 479.7c-2.9 6-3.1 13.3 0 19.7 5.4 11.1 18.9 15.7 30 10.3l133.6-65.2-49.2-49.2c-6.3-6.2-6.3-16.4 0-22.6 6.3-6.2 16.4-6.2 22.6 0l57 57 102-49.8c24-11.7 44.5-31.3 57.1-57.1 30.1-61.7 4.5-136.1-57.2-166.2zm92.1-34.9C409.8 81 399.7 32.9 360 0c-50.3 41.7-52.5 107.5-7.9 151.9l8 8c44.4 44.6 110.3 42.4 151.9-7.9-32.9-39.7-81-49.8-121.7-30.3z\"],\n \"cart-arrow-down\": [576, 512, [], \"f218\", \"M504.717 320H211.572l6.545 32h268.418c15.401 0 26.816 14.301 23.403 29.319l-5.517 24.276C523.112 414.668 536 433.828 536 456c0 31.202-25.519 56.444-56.824 55.994-29.823-.429-54.35-24.631-55.155-54.447-.44-16.287 6.085-31.049 16.803-41.548H231.176C241.553 426.165 248 440.326 248 456c0 31.813-26.528 57.431-58.67 55.938-28.54-1.325-51.751-24.385-53.251-52.917-1.158-22.034 10.436-41.455 28.051-51.586L93.883 64H24C10.745 64 0 53.255 0 40V24C0 10.745 10.745 0 24 0h102.529c11.401 0 21.228 8.021 23.513 19.19L159.208 64H551.99c15.401 0 26.816 14.301 23.403 29.319l-47.273 208C525.637 312.246 515.923 320 504.717 320zM403.029 192H360v-60c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v60h-43.029c-10.691 0-16.045 12.926-8.485 20.485l67.029 67.029c4.686 4.686 12.284 4.686 16.971 0l67.029-67.029c7.559-7.559 2.205-20.485-8.486-20.485z\"],\n \"cart-plus\": [576, 512, [], \"f217\", \"M504.717 320H211.572l6.545 32h268.418c15.401 0 26.816 14.301 23.403 29.319l-5.517 24.276C523.112 414.668 536 433.828 536 456c0 31.202-25.519 56.444-56.824 55.994-29.823-.429-54.35-24.631-55.155-54.447-.44-16.287 6.085-31.049 16.803-41.548H231.176C241.553 426.165 248 440.326 248 456c0 31.813-26.528 57.431-58.67 55.938-28.54-1.325-51.751-24.385-53.251-52.917-1.158-22.034 10.436-41.455 28.051-51.586L93.883 64H24C10.745 64 0 53.255 0 40V24C0 10.745 10.745 0 24 0h102.529c11.401 0 21.228 8.021 23.513 19.19L159.208 64H551.99c15.401 0 26.816 14.301 23.403 29.319l-47.273 208C525.637 312.246 515.923 320 504.717 320zM408 168h-48v-40c0-8.837-7.163-16-16-16h-16c-8.837 0-16 7.163-16 16v40h-48c-8.837 0-16 7.163-16 16v16c0 8.837 7.163 16 16 16h48v40c0 8.837 7.163 16 16 16h16c8.837 0 16-7.163 16-16v-40h48c8.837 0 16-7.163 16-16v-16c0-8.837-7.163-16-16-16z\"],\n \"cash-register\": [512, 512, [], \"f788\", \"M511.1 378.8l-26.7-160c-2.6-15.4-15.9-26.7-31.6-26.7H208v-64h96c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16H48c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h96v64H59.1c-15.6 0-29 11.3-31.6 26.7L.8 378.7c-.6 3.5-.9 7-.9 10.5V480c0 17.7 14.3 32 32 32h448c17.7 0 32-14.3 32-32v-90.7c.1-3.5-.2-7-.8-10.5zM280 248c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-16zm-32 64h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16zm-32-80c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16h16zM80 80V48h192v32H80zm40 200h-16c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16zm16 64v-16c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16zm216 112c0 4.4-3.6 8-8 8H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h176c4.4 0 8 3.6 8 8v16zm24-112c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16zm48-80c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16z\"],\n \"cat\": [512, 512, [], \"f6be\", \"M290.59 192c-20.18 0-106.82 1.98-162.59 85.95V192c0-52.94-43.06-96-96-96-17.67 0-32 14.33-32 32s14.33 32 32 32c17.64 0 32 14.36 32 32v256c0 35.3 28.7 64 64 64h176c8.84 0 16-7.16 16-16v-16c0-17.67-14.33-32-32-32h-32l128-96v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V289.86c-10.29 2.67-20.89 4.54-32 4.54-61.81 0-113.52-44.05-125.41-102.4zM448 96h-64l-64-64v134.4c0 53.02 42.98 96 96 96s96-42.98 96-96V32l-64 64zm-72 80c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm80 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16z\"],\n \"certificate\": [512, 512, [], \"f0a3\", \"M458.622 255.92l45.985-45.005c13.708-12.977 7.316-36.039-10.664-40.339l-62.65-15.99 17.661-62.015c4.991-17.838-11.829-34.663-29.661-29.671l-61.994 17.667-15.984-62.671C337.085.197 313.765-6.276 300.99 7.228L256 53.57 211.011 7.229c-12.63-13.351-36.047-7.234-40.325 10.668l-15.984 62.671-61.995-17.667C74.87 57.907 58.056 74.738 63.046 92.572l17.661 62.015-62.65 15.99C.069 174.878-6.31 197.944 7.392 210.915l45.985 45.005-45.985 45.004c-13.708 12.977-7.316 36.039 10.664 40.339l62.65 15.99-17.661 62.015c-4.991 17.838 11.829 34.663 29.661 29.671l61.994-17.667 15.984 62.671c4.439 18.575 27.696 24.018 40.325 10.668L256 458.61l44.989 46.001c12.5 13.488 35.987 7.486 40.325-10.668l15.984-62.671 61.994 17.667c17.836 4.994 34.651-11.837 29.661-29.671l-17.661-62.015 62.65-15.99c17.987-4.302 24.366-27.367 10.664-40.339l-45.984-45.004z\"],\n \"chair\": [448, 512, [], \"f6c0\", \"M112 128c0-29.5 16.2-55 40-68.9V256h48V48h48v208h48V59.1c23.8 13.9 40 39.4 40 68.9v128h48V128C384 57.3 326.7 0 256 0h-64C121.3 0 64 57.3 64 128v128h48zm334.3 213.9l-10.7-32c-4.4-13.1-16.6-21.9-30.4-21.9H42.7c-13.8 0-26 8.8-30.4 21.9l-10.7 32C-5.2 362.6 10.2 384 32 384v112c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V384h256v112c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V384c21.8 0 37.2-21.4 30.3-42.1z\"],\n \"chalkboard\": [640, 512, [], \"f51b\", \"M96 64h448v352h64V40c0-22.06-17.94-40-40-40H72C49.94 0 32 17.94 32 40v376h64V64zm528 384H480v-64H288v64H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"],\n \"chalkboard-teacher\": [640, 512, [], \"f51c\", \"M208 352c-2.39 0-4.78.35-7.06 1.09C187.98 357.3 174.35 360 160 360c-14.35 0-27.98-2.7-40.95-6.91-2.28-.74-4.66-1.09-7.05-1.09C49.94 352-.33 402.48 0 464.62.14 490.88 21.73 512 48 512h224c26.27 0 47.86-21.12 48-47.38.33-62.14-49.94-112.62-112-112.62zm-48-32c53.02 0 96-42.98 96-96s-42.98-96-96-96-96 42.98-96 96 42.98 96 96 96zM592 0H208c-26.47 0-48 22.25-48 49.59V96c23.42 0 45.1 6.78 64 17.8V64h352v288h-64v-64H384v64h-76.24c19.1 16.69 33.12 38.73 39.69 64H592c26.47 0 48-22.25 48-49.59V49.59C640 22.25 618.47 0 592 0z\"],\n \"charging-station\": [576, 512, [], \"f5e7\", \"M336 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h320c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm208-320V80c0-8.84-7.16-16-16-16s-16 7.16-16 16v48h-32V80c0-8.84-7.16-16-16-16s-16 7.16-16 16v48h-16c-8.84 0-16 7.16-16 16v32c0 35.76 23.62 65.69 56 75.93v118.49c0 13.95-9.5 26.92-23.26 29.19C431.22 402.5 416 388.99 416 372v-28c0-48.6-39.4-88-88-88h-8V64c0-35.35-28.65-64-64-64H96C60.65 0 32 28.65 32 64v352h288V304h8c22.09 0 40 17.91 40 40v24.61c0 39.67 28.92 75.16 68.41 79.01C481.71 452.05 520 416.41 520 372V251.93c32.38-10.24 56-40.17 56-75.93v-32c0-8.84-7.16-16-16-16h-16zm-283.91 47.76l-93.7 139c-2.2 3.33-6.21 5.24-10.39 5.24-7.67 0-13.47-6.28-11.67-12.92L167.35 224H108c-7.25 0-12.85-5.59-11.89-11.89l16-107C112.9 99.9 117.98 96 124 96h68c7.88 0 13.62 6.54 11.6 13.21L192 160h57.7c9.24 0 15.01 8.78 10.39 15.76z\"],\n \"chart-area\": [512, 512, [], \"f1fe\", \"M500 384c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v308h436zM372.7 159.5L288 216l-85.3-113.7c-5.1-6.8-15.5-6.3-19.9 1L96 248v104h384l-89.9-187.8c-3.2-6.5-11.4-8.7-17.4-4.7z\"],\n \"chart-bar\": [512, 512, [], \"f080\", \"M332.8 320h38.4c6.4 0 12.8-6.4 12.8-12.8V172.8c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h38.4c6.4 0 12.8-6.4 12.8-12.8V76.8c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-288 0h38.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h38.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zM496 384H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"],\n \"chart-line\": [512, 512, [], \"f201\", \"M496 384H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM464 96H345.94c-21.38 0-32.09 25.85-16.97 40.97l32.4 32.4L288 242.75l-73.37-73.37c-12.5-12.5-32.76-12.5-45.25 0l-68.69 68.69c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0L192 237.25l73.37 73.37c12.5 12.5 32.76 12.5 45.25 0l96-96 32.4 32.4c15.12 15.12 40.97 4.41 40.97-16.97V112c.01-8.84-7.15-16-15.99-16z\"],\n \"chart-pie\": [544, 512, [], \"f200\", \"M527.79 288H290.5l158.03 158.03c6.04 6.04 15.98 6.53 22.19.68 38.7-36.46 65.32-85.61 73.13-140.86 1.34-9.46-6.51-17.85-16.06-17.85zm-15.83-64.8C503.72 103.74 408.26 8.28 288.8.04 279.68-.59 272 7.1 272 16.24V240h223.77c9.14 0 16.82-7.68 16.19-16.8zM224 288V50.71c0-9.55-8.39-17.4-17.84-16.06C86.99 51.49-4.1 155.6.14 280.37 4.5 408.51 114.83 513.59 243.03 511.98c50.4-.63 96.97-16.87 135.26-44.03 7.9-5.6 8.42-17.23 1.57-24.08L224 288z\"],\n \"check\": [512, 512, [], \"f00c\", \"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"],\n \"check-circle\": [512, 512, [], \"f058\", \"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"],\n \"check-double\": [512, 512, [], \"f560\", \"M505 174.8l-39.6-39.6c-9.4-9.4-24.6-9.4-33.9 0L192 374.7 80.6 263.2c-9.4-9.4-24.6-9.4-33.9 0L7 302.9c-9.4 9.4-9.4 24.6 0 34L175 505c9.4 9.4 24.6 9.4 33.9 0l296-296.2c9.4-9.5 9.4-24.7.1-34zm-324.3 106c6.2 6.3 16.4 6.3 22.6 0l208-208.2c6.2-6.3 6.2-16.4 0-22.6L366.1 4.7c-6.2-6.3-16.4-6.3-22.6 0L192 156.2l-55.4-55.5c-6.2-6.3-16.4-6.3-22.6 0L68.7 146c-6.2 6.3-6.2 16.4 0 22.6l112 112.2z\"],\n \"check-square\": [448, 512, [], \"f14a\", \"M400 480H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48zm-204.686-98.059l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L184 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.379 6.25 22.628.001z\"],\n \"cheese\": [512, 512, [], \"f7ef\", \"M0 288v160a32 32 0 0 0 32 32h448a32 32 0 0 0 32-32V288zM299.83 32a32 32 0 0 0-21.13 7L0 256h512c0-119.89-94-217.8-212.17-224z\"],\n \"chess\": [512, 512, [], \"f439\", \"M74 208H64a16 16 0 0 0-16 16v16a16 16 0 0 0 16 16h15.94A535.78 535.78 0 0 1 64 384h128a535.78 535.78 0 0 1-15.94-128H192a16 16 0 0 0 16-16v-16a16 16 0 0 0-16-16h-10l33.89-90.38a16 16 0 0 0-15-21.62H144V64h24a8 8 0 0 0 8-8V40a8 8 0 0 0-8-8h-24V8a8 8 0 0 0-8-8h-16a8 8 0 0 0-8 8v24H88a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8h24v32H55.09a16 16 0 0 0-15 21.62zm173.16 251.58L224 448v-16a16 16 0 0 0-16-16H48a16 16 0 0 0-16 16v16L8.85 459.58A16 16 0 0 0 0 473.89V496a16 16 0 0 0 16 16h224a16 16 0 0 0 16-16v-22.11a16 16 0 0 0-8.84-14.31zm92.77-157.78l-3.29 82.2h126.72l-3.29-82.21 24.6-20.79A32 32 0 0 0 496 256.54V198a6 6 0 0 0-6-6h-26.38a6 6 0 0 0-6 6v26h-24.71v-26a6 6 0 0 0-6-6H373.1a6 6 0 0 0-6 6v26h-24.71v-26a6 6 0 0 0-6-6H310a6 6 0 0 0-6 6v58.6a32 32 0 0 0 11.36 24.4zM384 304a16 16 0 0 1 32 0v32h-32zm119.16 155.58L480 448v-16a16 16 0 0 0-16-16H336a16 16 0 0 0-16 16v16l-23.15 11.58a16 16 0 0 0-8.85 14.31V496a16 16 0 0 0 16 16h192a16 16 0 0 0 16-16v-22.11a16 16 0 0 0-8.84-14.31z\"],\n \"chess-bishop\": [320, 512, [], \"f43a\", \"M8 287.88c0 51.64 22.14 73.83 56 84.6V416h192v-43.52c33.86-10.77 56-33 56-84.6 0-30.61-10.73-67.1-26.69-102.56L185 285.65a8 8 0 0 1-11.31 0l-11.31-11.31a8 8 0 0 1 0-11.31L270.27 155.1c-20.8-37.91-46.47-72.1-70.87-92.59C213.4 59.09 224 47.05 224 32a32 32 0 0 0-32-32h-64a32 32 0 0 0-32 32c0 15 10.6 27.09 24.6 30.51C67.81 106.8 8 214.5 8 287.88zM304 448H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"],\n \"chess-board\": [512, 512, [], \"f43c\", \"M255.9.2h-64v64h64zM0 64.17v64h64v-64zM128 .2H64v64h64zm64 255.9v64h64v-64zM0 192.12v64h64v-64zM383.85.2h-64v64h64zm128 0h-64v64h64zM128 256.1H64v64h64zM511.8 448v-64h-64v64zm0-128v-64h-64v64zM383.85 512h64v-64h-64zm128-319.88v-64h-64v64zM128 512h64v-64h-64zM0 512h64v-64H0zm255.9 0h64v-64h-64zM0 320.07v64h64v-64zm319.88-191.92v-64h-64v64zm-64 128h64v-64h-64zm-64 128v64h64v-64zm128-64h64v-64h-64zm0-127.95h64v-64h-64zm0 191.93v64h64v-64zM64 384.05v64h64v-64zm128-255.9v-64h-64v64zm191.92 255.9h64v-64h-64zm-128-191.93v-64h-64v64zm128-127.95v64h64v-64zm-128 255.9v64h64v-64zm-64-127.95H128v64h64zm191.92 64h64v-64h-64zM128 128.15H64v64h64zm0 191.92v64h64v-64z\"],\n \"chess-king\": [448, 512, [], \"f43f\", \"M400 448H48a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h352a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm16-288H256v-48h40a8 8 0 0 0 8-8V56a8 8 0 0 0-8-8h-40V8a8 8 0 0 0-8-8h-48a8 8 0 0 0-8 8v40h-40a8 8 0 0 0-8 8v48a8 8 0 0 0 8 8h40v48H32a32 32 0 0 0-30.52 41.54L74.56 416h298.88l73.08-214.46A32 32 0 0 0 416 160z\"],\n \"chess-knight\": [384, 512, [], \"f441\", \"M19 272.47l40.63 18.06a32 32 0 0 0 24.88.47l12.78-5.12a32 32 0 0 0 18.76-20.5l9.22-30.65a24 24 0 0 1 12.55-15.65L159.94 208v50.33a48 48 0 0 1-26.53 42.94l-57.22 28.65A80 80 0 0 0 32 401.48V416h319.86V224c0-106-85.92-192-191.92-192H12A12 12 0 0 0 0 44a16.9 16.9 0 0 0 1.79 7.58L16 80l-9 9a24 24 0 0 0-7 17v137.21a32 32 0 0 0 19 29.26zM52 128a20 20 0 1 1-20 20 20 20 0 0 1 20-20zm316 320H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h352a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"],\n \"chess-pawn\": [320, 512, [], \"f443\", \"M105.1 224H80a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h16v5.49c0 44-4.14 86.6-24 122.51h176c-19.89-35.91-24-78.51-24-122.51V288h16a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-25.1c29.39-18.38 49.1-50.78 49.1-88a104 104 0 0 0-208 0c0 37.22 19.71 69.62 49.1 88zM304 448H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"],\n \"chess-queen\": [512, 512, [], \"f445\", \"M256 112a56 56 0 1 0-56-56 56 56 0 0 0 56 56zm176 336H80a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h352a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm72.87-263.84l-28.51-15.92c-7.44-5-16.91-2.46-22.29 4.68a47.59 47.59 0 0 1-47.23 18.23C383.7 186.86 368 164.93 368 141.4a13.4 13.4 0 0 0-13.4-13.4h-38.77c-6 0-11.61 4-12.86 9.91a48 48 0 0 1-93.94 0c-1.25-5.92-6.82-9.91-12.86-9.91H157.4a13.4 13.4 0 0 0-13.4 13.4c0 25.69-19 48.75-44.67 50.49a47.5 47.5 0 0 1-41.54-19.15c-5.28-7.09-14.73-9.45-22.09-4.54l-28.57 16a16 16 0 0 0-5.44 20.47L104.24 416h303.52l102.55-211.37a16 16 0 0 0-5.44-20.47z\"],\n \"chess-rook\": [384, 512, [], \"f447\", \"M368 32h-56a16 16 0 0 0-16 16v48h-48V48a16 16 0 0 0-16-16h-80a16 16 0 0 0-16 16v48H88.1V48a16 16 0 0 0-16-16H16A16 16 0 0 0 0 48v176l64 32c0 48.33-1.54 95-13.21 160h282.42C321.54 351 320 303.72 320 256l64-32V48a16 16 0 0 0-16-16zM224 320h-64v-64a32 32 0 0 1 64 0zm144 128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h352a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"],\n \"chevron-circle-down\": [512, 512, [], \"f13a\", \"M504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zM273 369.9l135.5-135.5c9.4-9.4 9.4-24.6 0-33.9l-17-17c-9.4-9.4-24.6-9.4-33.9 0L256 285.1 154.4 183.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6 0 33.9L239 369.9c9.4 9.4 24.6 9.4 34 0z\"],\n \"chevron-circle-left\": [512, 512, [], \"f137\", \"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zM142.1 273l135.5 135.5c9.4 9.4 24.6 9.4 33.9 0l17-17c9.4-9.4 9.4-24.6 0-33.9L226.9 256l101.6-101.6c9.4-9.4 9.4-24.6 0-33.9l-17-17c-9.4-9.4-24.6-9.4-33.9 0L142.1 239c-9.4 9.4-9.4 24.6 0 34z\"],\n \"chevron-circle-right\": [512, 512, [], \"f138\", \"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm113.9 231L234.4 103.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6 0 33.9L285.1 256 183.5 357.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L369.9 273c9.4-9.4 9.4-24.6 0-34z\"],\n \"chevron-circle-up\": [512, 512, [], \"f139\", \"M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm231-113.9L103.5 277.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L256 226.9l101.6 101.6c9.4 9.4 24.6 9.4 33.9 0l17-17c9.4-9.4 9.4-24.6 0-33.9L273 142.1c-9.4-9.4-24.6-9.4-34 0z\"],\n \"chevron-down\": [448, 512, [], \"f078\", \"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"],\n \"chevron-left\": [320, 512, [], \"f053\", \"M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z\"],\n \"chevron-right\": [320, 512, [], \"f054\", \"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"],\n \"chevron-up\": [448, 512, [], \"f077\", \"M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z\"],\n \"child\": [384, 512, [], \"f1ae\", \"M120 72c0-39.765 32.235-72 72-72s72 32.235 72 72c0 39.764-32.235 72-72 72s-72-32.236-72-72zm254.627 1.373c-12.496-12.497-32.758-12.497-45.254 0L242.745 160H141.254L54.627 73.373c-12.496-12.497-32.758-12.497-45.254 0-12.497 12.497-12.497 32.758 0 45.255L104 213.254V480c0 17.673 14.327 32 32 32h16c17.673 0 32-14.327 32-32V368h16v112c0 17.673 14.327 32 32 32h16c17.673 0 32-14.327 32-32V213.254l94.627-94.627c12.497-12.497 12.497-32.757 0-45.254z\"],\n \"church\": [640, 512, [], \"f51d\", \"M464.46 246.68L352 179.2V128h48c8.84 0 16-7.16 16-16V80c0-8.84-7.16-16-16-16h-48V16c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v48h-48c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h48v51.2l-112.46 67.48A31.997 31.997 0 0 0 160 274.12V512h96v-96c0-35.35 28.65-64 64-64s64 28.65 64 64v96h96V274.12c0-11.24-5.9-21.66-15.54-27.44zM0 395.96V496c0 8.84 7.16 16 16 16h112V320L19.39 366.54A32.024 32.024 0 0 0 0 395.96zm620.61-29.42L512 320v192h112c8.84 0 16-7.16 16-16V395.96c0-12.8-7.63-24.37-19.39-29.42z\"],\n \"circle\": [512, 512, [], \"f111\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"],\n \"circle-notch\": [512, 512, [], \"f1ce\", \"M288 39.056v16.659c0 10.804 7.281 20.159 17.686 23.066C383.204 100.434 440 171.518 440 256c0 101.689-82.295 184-184 184-101.689 0-184-82.295-184-184 0-84.47 56.786-155.564 134.312-177.219C216.719 75.874 224 66.517 224 55.712V39.064c0-15.709-14.834-27.153-30.046-23.234C86.603 43.482 7.394 141.206 8.003 257.332c.72 137.052 111.477 246.956 248.531 246.667C393.255 503.711 504 392.788 504 256c0-115.633-79.14-212.779-186.211-240.236C302.678 11.889 288 23.456 288 39.056z\"],\n \"city\": [640, 512, [], \"f64f\", \"M616 192H480V24c0-13.26-10.74-24-24-24H312c-13.26 0-24 10.74-24 24v72h-64V16c0-8.84-7.16-16-16-16h-16c-8.84 0-16 7.16-16 16v80h-64V16c0-8.84-7.16-16-16-16H80c-8.84 0-16 7.16-16 16v80H24c-13.26 0-24 10.74-24 24v360c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V216c0-13.26-10.75-24-24-24zM128 404c0 6.63-5.37 12-12 12H76c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12H76c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12H76c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm128 192c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm160 96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12V76c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm160 288c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40z\"],\n \"clinic-medical\": [576, 512, [], \"f7f2\", \"M288 115L69.47 307.71c-1.62 1.46-3.69 2.14-5.47 3.35V496a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V311.1c-1.7-1.16-3.72-1.82-5.26-3.2zm96 261a8 8 0 0 1-8 8h-56v56a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8v-56h-56a8 8 0 0 1-8-8v-48a8 8 0 0 1 8-8h56v-56a8 8 0 0 1 8-8h48a8 8 0 0 1 8 8v56h56a8 8 0 0 1 8 8zm186.69-139.72l-255.94-226a39.85 39.85 0 0 0-53.45 0l-256 226a16 16 0 0 0-1.21 22.6L25.5 282.7a16 16 0 0 0 22.6 1.21L277.42 81.63a16 16 0 0 1 21.17 0L527.91 283.9a16 16 0 0 0 22.6-1.21l21.4-23.82a16 16 0 0 0-1.22-22.59z\"],\n \"clipboard\": [384, 512, [], \"f328\", \"M384 112v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h80c0-35.29 28.71-64 64-64s64 28.71 64 64h80c26.51 0 48 21.49 48 48zM192 40c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24m96 114v-20a6 6 0 0 0-6-6H102a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6h180a6 6 0 0 0 6-6z\"],\n \"clipboard-check\": [384, 512, [], \"f46c\", \"M336 64h-80c0-35.3-28.7-64-64-64s-64 28.7-64 64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM192 40c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm121.2 231.8l-143 141.8c-4.7 4.7-12.3 4.6-17-.1l-82.6-83.3c-4.7-4.7-4.6-12.3.1-17L99.1 285c4.7-4.7 12.3-4.6 17 .1l46 46.4 106-105.2c4.7-4.7 12.3-4.6 17 .1l28.2 28.4c4.7 4.8 4.6 12.3-.1 17z\"],\n \"clipboard-list\": [384, 512, [], \"f46d\", \"M336 64h-80c0-35.3-28.7-64-64-64s-64 28.7-64 64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM96 424c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm0-96c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm0-96c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm96-192c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm128 368c0 4.4-3.6 8-8 8H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-96c0 4.4-3.6 8-8 8H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-96c0 4.4-3.6 8-8 8H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16z\"],\n \"clock\": [512, 512, [], \"f017\", \"M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm92.49,313h0l-20,25a16,16,0,0,1-22.49,2.5h0l-67-49.72a40,40,0,0,1-15-31.23V112a16,16,0,0,1,16-16h32a16,16,0,0,1,16,16V256l58,42.5A16,16,0,0,1,348.49,321Z\"],\n \"clone\": [512, 512, [], \"f24d\", \"M464 0c26.51 0 48 21.49 48 48v288c0 26.51-21.49 48-48 48H176c-26.51 0-48-21.49-48-48V48c0-26.51 21.49-48 48-48h288M176 416c-44.112 0-80-35.888-80-80V128H48c-26.51 0-48 21.49-48 48v288c0 26.51 21.49 48 48 48h288c26.51 0 48-21.49 48-48v-48H176z\"],\n \"closed-captioning\": [512, 512, [], \"f20a\", \"M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM218.1 287.7c2.8-2.5 7.1-2.1 9.2.9l19.5 27.7c1.7 2.4 1.5 5.6-.5 7.7-53.6 56.8-172.8 32.1-172.8-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7l-17.5 30.5c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2.1 48 51.1 70.5 92.3 32.6zm190.4 0c2.8-2.5 7.1-2.1 9.2.9l19.5 27.7c1.7 2.4 1.5 5.6-.5 7.7-53.5 56.9-172.7 32.1-172.7-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7L420 222.2c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2 0 48 51 70.5 92.2 32.6z\"],\n \"cloud\": [640, 512, [], \"f0c2\", \"M537.6 226.6c4.1-10.7 6.4-22.4 6.4-34.6 0-53-43-96-96-96-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32c-88.4 0-160 71.6-160 160 0 2.7.1 5.4.2 8.1C40.2 219.8 0 273.2 0 336c0 79.5 64.5 144 144 144h368c70.7 0 128-57.3 128-128 0-61.9-44-113.6-102.4-125.4z\"],\n \"cloud-download-alt\": [640, 512, [], \"f381\", \"M537.6 226.6c4.1-10.7 6.4-22.4 6.4-34.6 0-53-43-96-96-96-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32c-88.4 0-160 71.6-160 160 0 2.7.1 5.4.2 8.1C40.2 219.8 0 273.2 0 336c0 79.5 64.5 144 144 144h368c70.7 0 128-57.3 128-128 0-61.9-44-113.6-102.4-125.4zm-132.9 88.7L299.3 420.7c-6.2 6.2-16.4 6.2-22.6 0L171.3 315.3c-10.1-10.1-2.9-27.3 11.3-27.3H248V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v112h65.4c14.2 0 21.4 17.2 11.3 27.3z\"],\n \"cloud-meatball\": [512, 512, [], \"f73b\", \"M48 352c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm416 0c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm-119 11.1c4.6-14.5 1.6-30.8-9.8-42.3-11.5-11.5-27.8-14.4-42.3-9.9-7-13.5-20.7-23-36.9-23s-29.9 9.5-36.9 23c-14.5-4.6-30.8-1.6-42.3 9.9-11.5 11.5-14.4 27.8-9.9 42.3-13.5 7-23 20.7-23 36.9s9.5 29.9 23 36.9c-4.6 14.5-1.6 30.8 9.9 42.3 8.2 8.2 18.9 12.3 29.7 12.3 4.3 0 8.5-1.1 12.6-2.5 7 13.5 20.7 23 36.9 23s29.9-9.5 36.9-23c4.1 1.3 8.3 2.5 12.6 2.5 10.8 0 21.5-4.1 29.7-12.3 11.5-11.5 14.4-27.8 9.8-42.3 13.5-7 23-20.7 23-36.9s-9.5-29.9-23-36.9zM512 224c0-53-43-96-96-96-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h43.4c3.6-8 8.4-15.4 14.8-21.8 13.5-13.5 31.5-21.1 50.8-21.3 13.5-13.2 31.7-20.9 51-20.9s37.5 7.7 51 20.9c19.3.2 37.3 7.8 50.8 21.3 6.4 6.4 11.3 13.8 14.8 21.8H416c53 0 96-43 96-96z\"],\n \"cloud-moon\": [576, 512, [], \"f6c3\", \"M342.8 352.7c5.7-9.6 9.2-20.7 9.2-32.7 0-35.3-28.7-64-64-64-17.2 0-32.8 6.9-44.3 17.9-16.3-29.6-47.5-49.9-83.7-49.9-53 0-96 43-96 96 0 2 .5 3.8.6 5.7C27.1 338.8 0 374.1 0 416c0 53 43 96 96 96h240c44.2 0 80-35.8 80-80 0-41.9-32.3-75.8-73.2-79.3zm222.5-54.3c-93.1 17.7-178.5-53.7-178.5-147.7 0-54.2 29-104 76.1-130.8 7.3-4.1 5.4-15.1-2.8-16.7C448.4 1.1 436.7 0 425 0 319.1 0 233.1 85.9 233.1 192c0 8.5.7 16.8 1.8 25 5.9 4.3 11.6 8.9 16.7 14.2 11.4-4.7 23.7-7.2 36.4-7.2 52.9 0 96 43.1 96 96 0 3.6-.2 7.2-.6 10.7 23.6 10.8 42.4 29.5 53.5 52.6 54.4-3.4 103.7-29.3 137.1-70.4 5.3-6.5-.5-16.1-8.7-14.5z\"],\n \"cloud-moon-rain\": [576, 512, [], \"f73c\", \"M350.5 225.5c-6.9-37.2-39.3-65.5-78.5-65.5-12.3 0-23.9 3-34.3 8-17.4-24.1-45.6-40-77.7-40-53 0-96 43-96 96 0 .5.2 1.1.2 1.6C27.6 232.9 0 265.2 0 304c0 44.2 35.8 80 80 80h256c44.2 0 80-35.8 80-80 0-39.2-28.2-71.7-65.5-78.5zm217.4-1.7c-70.4 13.3-135-40.3-135-110.8 0-40.6 21.9-78 57.5-98.1 5.5-3.1 4.1-11.4-2.1-12.5C479.6.8 470.7 0 461.8 0c-77.9 0-141.1 61.2-144.4 137.9 26.7 11.9 48.2 33.8 58.9 61.7 37.1 14.3 64 47.4 70.2 86.8 5.1.5 10 1.5 15.2 1.5 44.7 0 85.6-20.2 112.6-53.3 4.2-4.8-.2-12-6.4-10.8zM364.5 418.1c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8z\"],\n \"cloud-rain\": [512, 512, [], \"f73d\", \"M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z\"],\n \"cloud-showers-heavy\": [512, 512, [], \"f740\", \"M183.9 370.1c-7.6-4.4-17.4-1.8-21.8 6l-64 112c-4.4 7.7-1.7 17.5 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l64-112c4.4-7.6 1.7-17.4-6-21.8zm96 0c-7.6-4.4-17.4-1.8-21.8 6l-64 112c-4.4 7.7-1.7 17.5 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l64-112c4.4-7.6 1.7-17.4-6-21.8zm-192 0c-7.6-4.4-17.4-1.8-21.8 6l-64 112c-4.4 7.7-1.7 17.5 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l64-112c4.4-7.6 1.7-17.4-6-21.8zm384 0c-7.6-4.4-17.4-1.8-21.8 6l-64 112c-4.4 7.7-1.7 17.5 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l64-112c4.4-7.6 1.7-17.4-6-21.8zm-96 0c-7.6-4.4-17.4-1.8-21.8 6l-64 112c-4.4 7.7-1.7 17.5 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l64-112c4.4-7.6 1.7-17.4-6-21.8zM416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.2 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96z\"],\n \"cloud-sun\": [640, 512, [], \"f6c4\", \"M575.2 325.7c.2-1.9.8-3.7.8-5.6 0-35.3-28.7-64-64-64-12.6 0-24.2 3.8-34.1 10-17.6-38.8-56.5-66-101.9-66-61.8 0-112 50.1-112 112 0 3 .7 5.8.9 8.7-49.6 3.7-88.9 44.7-88.9 95.3 0 53 43 96 96 96h272c53 0 96-43 96-96 0-42.1-27.2-77.4-64.8-90.4zm-430.4-22.6c-43.7-43.7-43.7-114.7 0-158.3 43.7-43.7 114.7-43.7 158.4 0 9.7 9.7 16.9 20.9 22.3 32.7 9.8-3.7 20.1-6 30.7-7.5L386 81.1c4-11.9-7.3-23.1-19.2-19.2L279 91.2 237.5 8.4C232-2.8 216-2.8 210.4 8.4L169 91.2 81.1 61.9C69.3 58 58 69.3 61.9 81.1l29.3 87.8-82.8 41.5c-11.2 5.6-11.2 21.5 0 27.1l82.8 41.4-29.3 87.8c-4 11.9 7.3 23.1 19.2 19.2l76.1-25.3c6.1-12.4 14-23.7 23.6-33.5-13.1-5.4-25.4-13.4-36-24zm-4.8-79.2c0 40.8 29.3 74.8 67.9 82.3 8-4.7 16.3-8.8 25.2-11.7 5.4-44.3 31-82.5 67.4-105C287.3 160.4 258 140 224 140c-46.3 0-84 37.6-84 83.9z\"],\n \"cloud-sun-rain\": [576, 512, [], \"f743\", \"M510.5 225.5c-6.9-37.2-39.3-65.5-78.5-65.5-12.3 0-23.9 3-34.3 8-17.4-24.1-45.6-40-77.7-40-53 0-96 43-96 96 0 .5.2 1.1.2 1.6C187.6 233 160 265.2 160 304c0 44.2 35.8 80 80 80h256c44.2 0 80-35.8 80-80 0-39.2-28.2-71.7-65.5-78.5zm-386.4 34.4c-37.4-37.4-37.4-98.3 0-135.8 34.6-34.6 89.1-36.8 126.7-7.4 20-12.9 43.6-20.7 69.2-20.7.7 0 1.3.2 2 .2l8.9-26.7c3.4-10.2-6.3-19.8-16.5-16.4l-75.3 25.1-35.5-71c-4.8-9.6-18.5-9.6-23.3 0l-35.5 71-75.3-25.1c-10.2-3.4-19.8 6.3-16.4 16.5l25.1 75.3-71 35.5c-9.6 4.8-9.6 18.5 0 23.3l71 35.5-25.1 75.3c-3.4 10.2 6.3 19.8 16.5 16.5l59.2-19.7c-.2-2.4-.7-4.7-.7-7.2 0-12.5 2.3-24.5 6.2-35.9-3.6-2.7-7.1-5.2-10.2-8.3zm69.8-58c4.3-24.5 15.8-46.4 31.9-64-9.8-6.2-21.4-9.9-33.8-9.9-35.3 0-64 28.7-64 64 0 18.7 8.2 35.4 21.1 47.1 11.3-15.9 26.6-28.9 44.8-37.2zm330.6 216.2c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8z\"],\n \"cloud-upload-alt\": [640, 512, [], \"f382\", \"M537.6 226.6c4.1-10.7 6.4-22.4 6.4-34.6 0-53-43-96-96-96-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32c-88.4 0-160 71.6-160 160 0 2.7.1 5.4.2 8.1C40.2 219.8 0 273.2 0 336c0 79.5 64.5 144 144 144h368c70.7 0 128-57.3 128-128 0-61.9-44-113.6-102.4-125.4zM393.4 288H328v112c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V288h-65.4c-14.3 0-21.4-17.2-11.3-27.3l105.4-105.4c6.2-6.2 16.4-6.2 22.6 0l105.4 105.4c10.1 10.1 2.9 27.3-11.3 27.3z\"],\n \"cocktail\": [576, 512, [], \"f561\", \"M296 464h-56V338.78l168.74-168.73c15.52-15.52 4.53-42.05-17.42-42.05H24.68c-21.95 0-32.94 26.53-17.42 42.05L176 338.78V464h-56c-22.09 0-40 17.91-40 40 0 4.42 3.58 8 8 8h240c4.42 0 8-3.58 8-8 0-22.09-17.91-40-40-40zM432 0c-62.61 0-115.35 40.2-135.18 96h52.54c16.65-28.55 47.27-48 82.64-48 52.93 0 96 43.06 96 96s-43.07 96-96 96c-14.04 0-27.29-3.2-39.32-8.64l-35.26 35.26C379.23 279.92 404.59 288 432 288c79.53 0 144-64.47 144-144S511.53 0 432 0z\"],\n \"code\": [640, 512, [], \"f121\", \"M278.9 511.5l-61-17.7c-6.4-1.8-10-8.5-8.2-14.9L346.2 8.7c1.8-6.4 8.5-10 14.9-8.2l61 17.7c6.4 1.8 10 8.5 8.2 14.9L293.8 503.3c-1.9 6.4-8.5 10.1-14.9 8.2zm-114-112.2l43.5-46.4c4.6-4.9 4.3-12.7-.8-17.2L117 256l90.6-79.7c5.1-4.5 5.5-12.3.8-17.2l-43.5-46.4c-4.5-4.8-12.1-5.1-17-.5L3.8 247.2c-5.1 4.7-5.1 12.8 0 17.5l144.1 135.1c4.9 4.6 12.5 4.4 17-.5zm327.2.6l144.1-135.1c5.1-4.7 5.1-12.8 0-17.5L492.1 112.1c-4.8-4.5-12.4-4.3-17 .5L431.6 159c-4.6 4.9-4.3 12.7.8 17.2L523 256l-90.6 79.7c-5.1 4.5-5.5 12.3-.8 17.2l43.5 46.4c4.5 4.9 12.1 5.1 17 .6z\"],\n \"code-branch\": [384, 512, [], \"f126\", \"M384 144c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 36.4 24.3 67.1 57.5 76.8-.6 16.1-4.2 28.5-11 36.9-15.4 19.2-49.3 22.4-85.2 25.7-28.2 2.6-57.4 5.4-81.3 16.9v-144c32.5-10.2 56-40.5 56-76.3 0-44.2-35.8-80-80-80S0 35.8 0 80c0 35.8 23.5 66.1 56 76.3v199.3C23.5 365.9 0 396.2 0 432c0 44.2 35.8 80 80 80s80-35.8 80-80c0-34-21.2-63.1-51.2-74.6 3.1-5.2 7.8-9.8 14.9-13.4 16.2-8.2 40.4-10.4 66.1-12.8 42.2-3.9 90-8.4 118.2-43.4 14-17.4 21.1-39.8 21.6-67.9 31.6-10.8 54.4-40.7 54.4-75.9zM80 64c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16 7.2-16 16-16zm0 384c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm224-320c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16 7.2-16 16-16z\"],\n \"coffee\": [640, 512, [], \"f0f4\", \"M192 384h192c53 0 96-43 96-96h32c70.6 0 128-57.4 128-128S582.6 32 512 32H120c-13.3 0-24 10.7-24 24v232c0 53 43 96 96 96zM512 96c35.3 0 64 28.7 64 64s-28.7 64-64 64h-32V96h32zm47.7 384H48.3c-47.6 0-61-64-36-64h583.3c25 0 11.8 64-35.9 64z\"],\n \"cog\": [512, 512, [], \"f013\", \"M487.4 315.7l-42.6-24.6c4.3-23.2 4.3-47 0-70.2l42.6-24.6c4.9-2.8 7.1-8.6 5.5-14-11.1-35.6-30-67.8-54.7-94.6-3.8-4.1-10-5.1-14.8-2.3L380.8 110c-17.9-15.4-38.5-27.3-60.8-35.1V25.8c0-5.6-3.9-10.5-9.4-11.7-36.7-8.2-74.3-7.8-109.2 0-5.5 1.2-9.4 6.1-9.4 11.7V75c-22.2 7.9-42.8 19.8-60.8 35.1L88.7 85.5c-4.9-2.8-11-1.9-14.8 2.3-24.7 26.7-43.6 58.9-54.7 94.6-1.7 5.4.6 11.2 5.5 14L67.3 221c-4.3 23.2-4.3 47 0 70.2l-42.6 24.6c-4.9 2.8-7.1 8.6-5.5 14 11.1 35.6 30 67.8 54.7 94.6 3.8 4.1 10 5.1 14.8 2.3l42.6-24.6c17.9 15.4 38.5 27.3 60.8 35.1v49.2c0 5.6 3.9 10.5 9.4 11.7 36.7 8.2 74.3 7.8 109.2 0 5.5-1.2 9.4-6.1 9.4-11.7v-49.2c22.2-7.9 42.8-19.8 60.8-35.1l42.6 24.6c4.9 2.8 11 1.9 14.8-2.3 24.7-26.7 43.6-58.9 54.7-94.6 1.5-5.5-.7-11.3-5.6-14.1zM256 336c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"],\n \"cogs\": [640, 512, [], \"f085\", \"M512.1 191l-8.2 14.3c-3 5.3-9.4 7.5-15.1 5.4-11.8-4.4-22.6-10.7-32.1-18.6-4.6-3.8-5.8-10.5-2.8-15.7l8.2-14.3c-6.9-8-12.3-17.3-15.9-27.4h-16.5c-6 0-11.2-4.3-12.2-10.3-2-12-2.1-24.6 0-37.1 1-6 6.2-10.4 12.2-10.4h16.5c3.6-10.1 9-19.4 15.9-27.4l-8.2-14.3c-3-5.2-1.9-11.9 2.8-15.7 9.5-7.9 20.4-14.2 32.1-18.6 5.7-2.1 12.1.1 15.1 5.4l8.2 14.3c10.5-1.9 21.2-1.9 31.7 0L552 6.3c3-5.3 9.4-7.5 15.1-5.4 11.8 4.4 22.6 10.7 32.1 18.6 4.6 3.8 5.8 10.5 2.8 15.7l-8.2 14.3c6.9 8 12.3 17.3 15.9 27.4h16.5c6 0 11.2 4.3 12.2 10.3 2 12 2.1 24.6 0 37.1-1 6-6.2 10.4-12.2 10.4h-16.5c-3.6 10.1-9 19.4-15.9 27.4l8.2 14.3c3 5.2 1.9 11.9-2.8 15.7-9.5 7.9-20.4 14.2-32.1 18.6-5.7 2.1-12.1-.1-15.1-5.4l-8.2-14.3c-10.4 1.9-21.2 1.9-31.7 0zm-10.5-58.8c38.5 29.6 82.4-14.3 52.8-52.8-38.5-29.7-82.4 14.3-52.8 52.8zM386.3 286.1l33.7 16.8c10.1 5.8 14.5 18.1 10.5 29.1-8.9 24.2-26.4 46.4-42.6 65.8-7.4 8.9-20.2 11.1-30.3 5.3l-29.1-16.8c-16 13.7-34.6 24.6-54.9 31.7v33.6c0 11.6-8.3 21.6-19.7 23.6-24.6 4.2-50.4 4.4-75.9 0-11.5-2-20-11.9-20-23.6V418c-20.3-7.2-38.9-18-54.9-31.7L74 403c-10 5.8-22.9 3.6-30.3-5.3-16.2-19.4-33.3-41.6-42.2-65.7-4-10.9.4-23.2 10.5-29.1l33.3-16.8c-3.9-20.9-3.9-42.4 0-63.4L12 205.8c-10.1-5.8-14.6-18.1-10.5-29 8.9-24.2 26-46.4 42.2-65.8 7.4-8.9 20.2-11.1 30.3-5.3l29.1 16.8c16-13.7 34.6-24.6 54.9-31.7V57.1c0-11.5 8.2-21.5 19.6-23.5 24.6-4.2 50.5-4.4 76-.1 11.5 2 20 11.9 20 23.6v33.6c20.3 7.2 38.9 18 54.9 31.7l29.1-16.8c10-5.8 22.9-3.6 30.3 5.3 16.2 19.4 33.2 41.6 42.1 65.8 4 10.9.1 23.2-10 29.1l-33.7 16.8c3.9 21 3.9 42.5 0 63.5zm-117.6 21.1c59.2-77-28.7-164.9-105.7-105.7-59.2 77 28.7 164.9 105.7 105.7zm243.4 182.7l-8.2 14.3c-3 5.3-9.4 7.5-15.1 5.4-11.8-4.4-22.6-10.7-32.1-18.6-4.6-3.8-5.8-10.5-2.8-15.7l8.2-14.3c-6.9-8-12.3-17.3-15.9-27.4h-16.5c-6 0-11.2-4.3-12.2-10.3-2-12-2.1-24.6 0-37.1 1-6 6.2-10.4 12.2-10.4h16.5c3.6-10.1 9-19.4 15.9-27.4l-8.2-14.3c-3-5.2-1.9-11.9 2.8-15.7 9.5-7.9 20.4-14.2 32.1-18.6 5.7-2.1 12.1.1 15.1 5.4l8.2 14.3c10.5-1.9 21.2-1.9 31.7 0l8.2-14.3c3-5.3 9.4-7.5 15.1-5.4 11.8 4.4 22.6 10.7 32.1 18.6 4.6 3.8 5.8 10.5 2.8 15.7l-8.2 14.3c6.9 8 12.3 17.3 15.9 27.4h16.5c6 0 11.2 4.3 12.2 10.3 2 12 2.1 24.6 0 37.1-1 6-6.2 10.4-12.2 10.4h-16.5c-3.6 10.1-9 19.4-15.9 27.4l8.2 14.3c3 5.2 1.9 11.9-2.8 15.7-9.5 7.9-20.4 14.2-32.1 18.6-5.7 2.1-12.1-.1-15.1-5.4l-8.2-14.3c-10.4 1.9-21.2 1.9-31.7 0zM501.6 431c38.5 29.6 82.4-14.3 52.8-52.8-38.5-29.6-82.4 14.3-52.8 52.8z\"],\n \"coins\": [512, 512, [], \"f51e\", \"M0 405.3V448c0 35.3 86 64 192 64s192-28.7 192-64v-42.7C342.7 434.4 267.2 448 192 448S41.3 434.4 0 405.3zM320 128c106 0 192-28.7 192-64S426 0 320 0 128 28.7 128 64s86 64 192 64zM0 300.4V352c0 35.3 86 64 192 64s192-28.7 192-64v-51.6c-41.3 34-116.9 51.6-192 51.6S41.3 334.4 0 300.4zm416 11c57.3-11.1 96-31.7 96-55.4v-42.7c-23.2 16.4-57.3 27.6-96 34.5v63.6zM192 160C86 160 0 195.8 0 240s86 80 192 80 192-35.8 192-80-86-80-192-80zm219.3 56.3c60-10.8 100.7-32 100.7-56.3v-42.7c-35.5 25.1-96.5 38.6-160.7 41.8 29.5 14.3 51.2 33.5 60 57.2z\"],\n \"columns\": [512, 512, [], \"f0db\", \"M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM224 416H64V160h160v256zm224 0H288V160h160v256z\"],\n \"comment\": [512, 512, [], \"f075\", \"M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7S4.8 480 8 480c66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32z\"],\n \"comment-alt\": [512, 512, [], \"f27a\", \"M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 9.8 11.2 15.5 19.1 9.7L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64z\"],\n \"comment-dollar\": [512, 512, [], \"f651\", \"M256 32C114.62 32 0 125.12 0 240c0 49.56 21.41 95.01 57.02 130.74C44.46 421.05 2.7 465.97 2.2 466.5A7.995 7.995 0 0 0 8 480c66.26 0 115.99-31.75 140.6-51.38C181.29 440.93 217.59 448 256 448c141.38 0 256-93.12 256-208S397.38 32 256 32zm24 302.44V352c0 8.84-7.16 16-16 16h-16c-8.84 0-16-7.16-16-16v-17.73c-11.42-1.35-22.28-5.19-31.78-11.46-6.22-4.11-6.82-13.11-1.55-18.38l17.52-17.52c3.74-3.74 9.31-4.24 14.11-2.03 3.18 1.46 6.66 2.22 10.26 2.22h32.78c4.66 0 8.44-3.78 8.44-8.42 0-3.75-2.52-7.08-6.12-8.11l-50.07-14.3c-22.25-6.35-40.01-24.71-42.91-47.67-4.05-32.07 19.03-59.43 49.32-63.05V128c0-8.84 7.16-16 16-16h16c8.84 0 16 7.16 16 16v17.73c11.42 1.35 22.28 5.19 31.78 11.46 6.22 4.11 6.82 13.11 1.55 18.38l-17.52 17.52c-3.74 3.74-9.31 4.24-14.11 2.03a24.516 24.516 0 0 0-10.26-2.22h-32.78c-4.66 0-8.44 3.78-8.44 8.42 0 3.75 2.52 7.08 6.12 8.11l50.07 14.3c22.25 6.36 40.01 24.71 42.91 47.67 4.05 32.06-19.03 59.42-49.32 63.04z\"],\n \"comment-dots\": [512, 512, [], \"f4ad\", \"M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7S4.8 480 8 480c66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32zM128 272c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"],\n \"comment-medical\": [512, 512, [], \"f7f5\", \"M256 32C114.62 32 0 125.12 0 240c0 49.56 21.41 95 57 130.74C44.46 421.05 2.7 466 2.2 466.5A8 8 0 0 0 8 480c66.26 0 116-31.75 140.6-51.38A304.66 304.66 0 0 0 256 448c141.39 0 256-93.12 256-208S397.39 32 256 32zm96 232a8 8 0 0 1-8 8h-56v56a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8v-56h-56a8 8 0 0 1-8-8v-48a8 8 0 0 1 8-8h56v-56a8 8 0 0 1 8-8h48a8 8 0 0 1 8 8v56h56a8 8 0 0 1 8 8z\"],\n \"comment-slash\": [640, 512, [], \"f4b3\", \"M64 240c0 49.6 21.4 95 57 130.7-12.6 50.3-54.3 95.2-54.8 95.8-2.2 2.3-2.8 5.7-1.5 8.7 1.3 2.9 4.1 4.8 7.3 4.8 66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 27.4 0 53.7-3.6 78.4-10L72.9 186.4c-5.6 17.1-8.9 35-8.9 53.6zm569.8 218.1l-114.4-88.4C554.6 334.1 576 289.2 576 240c0-114.9-114.6-208-256-208-65.1 0-124.2 20.1-169.4 52.7L45.5 3.4C38.5-2 28.5-.8 23 6.2L3.4 31.4c-5.4 7-4.2 17 2.8 22.4l588.4 454.7c7 5.4 17 4.2 22.5-2.8l19.6-25.3c5.4-6.8 4.1-16.9-2.9-22.3z\"],\n \"comments\": [576, 512, [], \"f086\", \"M416 192c0-88.4-93.1-160-208-160S0 103.6 0 192c0 34.3 14.1 65.9 38 92-13.4 30.2-35.5 54.2-35.8 54.5-2.2 2.3-2.8 5.7-1.5 8.7S4.8 352 8 352c36.6 0 66.9-12.3 88.7-25 32.2 15.7 70.3 25 111.3 25 114.9 0 208-71.6 208-160zm122 220c23.9-26 38-57.7 38-92 0-66.9-53.5-124.2-129.3-148.1.9 6.6 1.3 13.3 1.3 20.1 0 105.9-107.7 192-240 192-10.8 0-21.3-.8-31.7-1.9C207.8 439.6 281.8 480 368 480c41 0 79.1-9.2 111.3-25 21.8 12.7 52.1 25 88.7 25 3.2 0 6.1-1.9 7.3-4.8 1.3-2.9.7-6.3-1.5-8.7-.3-.3-22.4-24.2-35.8-54.5z\"],\n \"comments-dollar\": [576, 512, [], \"f653\", \"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"],\n \"compact-disc\": [496, 512, [], \"f51f\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM88 256H56c0-105.9 86.1-192 192-192v32c-88.2 0-160 71.8-160 160zm160 96c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96zm0-128c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32z\"],\n \"compass\": [496, 512, [], \"f14e\", \"M225.38 233.37c-12.5 12.5-12.5 32.76 0 45.25 12.49 12.5 32.76 12.5 45.25 0 12.5-12.5 12.5-32.76 0-45.25-12.5-12.49-32.76-12.49-45.25 0zM248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm126.14 148.05L308.17 300.4a31.938 31.938 0 0 1-15.77 15.77l-144.34 65.97c-16.65 7.61-33.81-9.55-26.2-26.2l65.98-144.35a31.938 31.938 0 0 1 15.77-15.77l144.34-65.97c16.65-7.6 33.8 9.55 26.19 26.2z\"],\n \"compress\": [448, 512, [], \"f066\", \"M436 192H312c-13.3 0-24-10.7-24-24V44c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v84h84c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm-276-24V44c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v84H12c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h124c13.3 0 24-10.7 24-24zm0 300V344c0-13.3-10.7-24-24-24H12c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h84v84c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-84h84c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12H312c-13.3 0-24 10.7-24 24v124c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12z\"],\n \"compress-alt\": [448, 512, [], \"f422\", \"M4.686 427.314L104 328l-32.922-31.029C55.958 281.851 66.666 256 88.048 256h112C213.303 256 224 266.745 224 280v112c0 21.382-25.803 32.09-40.922 16.971L152 376l-99.314 99.314c-6.248 6.248-16.379 6.248-22.627 0L4.686 449.941c-6.248-6.248-6.248-16.379 0-22.627zM443.314 84.686L344 184l32.922 31.029c15.12 15.12 4.412 40.971-16.97 40.971h-112C234.697 256 224 245.255 224 232V120c0-21.382 25.803-32.09 40.922-16.971L296 136l99.314-99.314c6.248-6.248 16.379-6.248 22.627 0l25.373 25.373c6.248 6.248 6.248 16.379 0 22.627z\"],\n \"compress-arrows-alt\": [512, 512, [], \"f78c\", \"M200 288H88c-21.4 0-32.1 25.8-17 41l32.9 31-99.2 99.3c-6.2 6.2-6.2 16.4 0 22.6l25.4 25.4c6.2 6.2 16.4 6.2 22.6 0L152 408l31.1 33c15.1 15.1 40.9 4.4 40.9-17V312c0-13.3-10.7-24-24-24zm112-64h112c21.4 0 32.1-25.9 17-41l-33-31 99.3-99.3c6.2-6.2 6.2-16.4 0-22.6L481.9 4.7c-6.2-6.2-16.4-6.2-22.6 0L360 104l-31.1-33C313.8 55.9 288 66.6 288 88v112c0 13.3 10.7 24 24 24zm96 136l33-31.1c15.1-15.1 4.4-40.9-17-40.9H312c-13.3 0-24 10.7-24 24v112c0 21.4 25.9 32.1 41 17l31-32.9 99.3 99.3c6.2 6.2 16.4 6.2 22.6 0l25.4-25.4c6.2-6.2 6.2-16.4 0-22.6L408 360zM183 71.1L152 104 52.7 4.7c-6.2-6.2-16.4-6.2-22.6 0L4.7 30.1c-6.2 6.2-6.2 16.4 0 22.6L104 152l-33 31.1C55.9 198.2 66.6 224 88 224h112c13.3 0 24-10.7 24-24V88c0-21.3-25.9-32-41-16.9z\"],\n \"concierge-bell\": [512, 512, [], \"f562\", \"M288 130.54V112h16c8.84 0 16-7.16 16-16V80c0-8.84-7.16-16-16-16h-96c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h16v18.54C115.49 146.11 32 239.18 32 352h448c0-112.82-83.49-205.89-192-221.46zM496 384H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"],\n \"cookie\": [512, 512, [], \"f563\", \"M510.37 254.79l-12.08-76.26a132.493 132.493 0 0 0-37.16-72.95l-54.76-54.75c-19.73-19.72-45.18-32.7-72.71-37.05l-76.7-12.15c-27.51-4.36-55.69.11-80.52 12.76L107.32 49.6a132.25 132.25 0 0 0-57.79 57.8l-35.1 68.88a132.602 132.602 0 0 0-12.82 80.94l12.08 76.27a132.493 132.493 0 0 0 37.16 72.95l54.76 54.75a132.087 132.087 0 0 0 72.71 37.05l76.7 12.14c27.51 4.36 55.69-.11 80.52-12.75l69.12-35.21a132.302 132.302 0 0 0 57.79-57.8l35.1-68.87c12.71-24.96 17.2-53.3 12.82-80.96zM176 368c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm32-160c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm160 128c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"],\n \"cookie-bite\": [512, 512, [], \"f564\", \"M510.52 255.82c-69.97-.85-126.47-57.69-126.47-127.86-70.17 0-127-56.49-127.86-126.45-27.26-4.14-55.13.3-79.72 12.82l-69.13 35.22a132.221 132.221 0 0 0-57.79 57.81l-35.1 68.88a132.645 132.645 0 0 0-12.82 80.95l12.08 76.27a132.521 132.521 0 0 0 37.16 72.96l54.77 54.76a132.036 132.036 0 0 0 72.71 37.06l76.71 12.15c27.51 4.36 55.7-.11 80.53-12.76l69.13-35.21a132.273 132.273 0 0 0 57.79-57.81l35.1-68.88c12.56-24.64 17.01-52.58 12.91-79.91zM176 368c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm32-160c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm160 128c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"],\n \"copy\": [448, 512, [], \"f0c5\", \"M320 448v40c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V120c0-13.255 10.745-24 24-24h72v296c0 30.879 25.121 56 56 56h168zm0-344V0H152c-13.255 0-24 10.745-24 24v368c0 13.255 10.745 24 24 24h272c13.255 0 24-10.745 24-24V128H344c-13.2 0-24-10.8-24-24zm120.971-31.029L375.029 7.029A24 24 0 0 0 358.059 0H352v96h96v-6.059a24 24 0 0 0-7.029-16.97z\"],\n \"copyright\": [512, 512, [], \"f1f9\", \"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm117.134 346.753c-1.592 1.867-39.776 45.731-109.851 45.731-84.692 0-144.484-63.26-144.484-145.567 0-81.303 62.004-143.401 143.762-143.401 66.957 0 101.965 37.315 103.422 38.904a12 12 0 0 1 1.238 14.623l-22.38 34.655c-4.049 6.267-12.774 7.351-18.234 2.295-.233-.214-26.529-23.88-61.88-23.88-46.116 0-73.916 33.575-73.916 76.082 0 39.602 25.514 79.692 74.277 79.692 38.697 0 65.28-28.338 65.544-28.625 5.132-5.565 14.059-5.033 18.508 1.053l24.547 33.572a12.001 12.001 0 0 1-.553 14.866z\"],\n \"couch\": [640, 512, [], \"f4b8\", \"M160 224v64h320v-64c0-35.3 28.7-64 64-64h32c0-53-43-96-96-96H160c-53 0-96 43-96 96h32c35.3 0 64 28.7 64 64zm416-32h-32c-17.7 0-32 14.3-32 32v96H128v-96c0-17.7-14.3-32-32-32H64c-35.3 0-64 28.7-64 64 0 23.6 13 44 32 55.1V432c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16v-16h384v16c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16V311.1c19-11.1 32-31.5 32-55.1 0-35.3-28.7-64-64-64z\"],\n \"credit-card\": [576, 512, [], \"f09d\", \"M0 432c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V256H0v176zm192-68c0-6.6 5.4-12 12-12h136c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H204c-6.6 0-12-5.4-12-12v-40zm-128 0c0-6.6 5.4-12 12-12h72c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zM576 80v48H0V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48z\"],\n \"crop\": [512, 512, [], \"f125\", \"M488 352h-40V109.25l59.31-59.31c6.25-6.25 6.25-16.38 0-22.63L484.69 4.69c-6.25-6.25-16.38-6.25-22.63 0L402.75 64H192v96h114.75L160 306.75V24c0-13.26-10.75-24-24-24H88C74.75 0 64 10.74 64 24v40H24C10.75 64 0 74.74 0 88v48c0 13.25 10.75 24 24 24h40v264c0 13.25 10.75 24 24 24h232v-96H205.25L352 205.25V488c0 13.25 10.75 24 24 24h48c13.25 0 24-10.75 24-24v-40h40c13.25 0 24-10.75 24-24v-48c0-13.26-10.75-24-24-24z\"],\n \"crop-alt\": [512, 512, [], \"f565\", \"M488 352h-40V96c0-17.67-14.33-32-32-32H192v96h160v328c0 13.25 10.75 24 24 24h48c13.25 0 24-10.75 24-24v-40h40c13.25 0 24-10.75 24-24v-48c0-13.26-10.75-24-24-24zM160 24c0-13.26-10.75-24-24-24H88C74.75 0 64 10.74 64 24v40H24C10.75 64 0 74.74 0 88v48c0 13.25 10.75 24 24 24h40v256c0 17.67 14.33 32 32 32h224v-96H160V24z\"],\n \"cross\": [384, 512, [], \"f654\", \"M352 128h-96V32c0-17.67-14.33-32-32-32h-64c-17.67 0-32 14.33-32 32v96H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h96v224c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V256h96c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32z\"],\n \"crosshairs\": [512, 512, [], \"f05b\", \"M500 224h-30.364C455.724 130.325 381.675 56.276 288 42.364V12c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v30.364C130.325 56.276 56.276 130.325 42.364 224H12c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h30.364C56.276 381.675 130.325 455.724 224 469.636V500c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-30.364C381.675 455.724 455.724 381.675 469.636 288H500c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12zM288 404.634V364c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40.634C165.826 392.232 119.783 346.243 107.366 288H148c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-40.634C119.768 165.826 165.757 119.783 224 107.366V148c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40.634C346.174 119.768 392.217 165.757 404.634 224H364c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40.634C392.232 346.174 346.243 392.217 288 404.634zM288 256c0 17.673-14.327 32-32 32s-32-14.327-32-32c0-17.673 14.327-32 32-32s32 14.327 32 32z\"],\n \"crow\": [640, 512, [], \"f520\", \"M544 32h-16.36C513.04 12.68 490.09 0 464 0c-44.18 0-80 35.82-80 80v20.98L12.09 393.57A30.216 30.216 0 0 0 0 417.74c0 22.46 23.64 37.07 43.73 27.03L165.27 384h96.49l44.41 120.1c2.27 6.23 9.15 9.44 15.38 7.17l22.55-8.21c6.23-2.27 9.44-9.15 7.17-15.38L312.94 384H352c1.91 0 3.76-.23 5.66-.29l44.51 120.38c2.27 6.23 9.15 9.44 15.38 7.17l22.55-8.21c6.23-2.27 9.44-9.15 7.17-15.38l-41.24-111.53C485.74 352.8 544 279.26 544 192v-80l96-16c0-35.35-42.98-64-96-64zm-80 72c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z\"],\n \"crown\": [640, 512, [], \"f521\", \"M528 448H112c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h416c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm64-320c-26.5 0-48 21.5-48 48 0 7.1 1.6 13.7 4.4 19.8L476 239.2c-15.4 9.2-35.3 4-44.2-11.6L350.3 85C361 76.2 368 63 368 48c0-26.5-21.5-48-48-48s-48 21.5-48 48c0 15 7 28.2 17.7 37l-81.5 142.6c-8.9 15.6-28.9 20.8-44.2 11.6l-72.3-43.4c2.7-6 4.4-12.7 4.4-19.8 0-26.5-21.5-48-48-48S0 149.5 0 176s21.5 48 48 48c2.6 0 5.2-.4 7.7-.8L128 416h384l72.3-192.8c2.5.4 5.1.8 7.7.8 26.5 0 48-21.5 48-48s-21.5-48-48-48z\"],\n \"crutch\": [512, 512, [], \"f7f7\", \"M507.31 185.71l-181-181a16 16 0 0 0-22.62 0L281 27.31a16 16 0 0 0 0 22.63l181 181a16 16 0 0 0 22.63 0l22.62-22.63a16 16 0 0 0 .06-22.6zm-179.54 66.41l-67.89-67.89 55.1-55.1-45.25-45.25-109.67 109.67a96.08 96.08 0 0 0-25.67 46.29L106.65 360.1l-102 102a16 16 0 0 0 0 22.63l22.62 22.62a16 16 0 0 0 22.63 0l102-102 120.25-27.75a95.88 95.88 0 0 0 46.29-25.65l109.68-109.68L382.87 197zm-54.57 54.57a32 32 0 0 1-15.45 8.54l-79.3 18.32 18.3-79.3a32.22 32.22 0 0 1 8.56-15.45l9.31-9.31 67.89 67.89z\"],\n \"cube\": [512, 512, [], \"f1b2\", \"M239.1 6.3l-208 78c-18.7 7-31.1 25-31.1 45v225.1c0 18.2 10.3 34.8 26.5 42.9l208 104c13.5 6.8 29.4 6.8 42.9 0l208-104c16.3-8.1 26.5-24.8 26.5-42.9V129.3c0-20-12.4-37.9-31.1-44.9l-208-78C262 2.2 250 2.2 239.1 6.3zM256 68.4l192 72v1.1l-192 78-192-78v-1.1l192-72zm32 356V275.5l160-65v133.9l-160 80z\"],\n \"cubes\": [512, 512, [], \"f1b3\", \"M488.6 250.2L392 214V105.5c0-15-9.3-28.4-23.4-33.7l-100-37.5c-8.1-3.1-17.1-3.1-25.3 0l-100 37.5c-14.1 5.3-23.4 18.7-23.4 33.7V214l-96.6 36.2C9.3 255.5 0 268.9 0 283.9V394c0 13.6 7.7 26.1 19.9 32.2l100 50c10.1 5.1 22.1 5.1 32.2 0l103.9-52 103.9 52c10.1 5.1 22.1 5.1 32.2 0l100-50c12.2-6.1 19.9-18.6 19.9-32.2V283.9c0-15-9.3-28.4-23.4-33.7zM358 214.8l-85 31.9v-68.2l85-37v73.3zM154 104.1l102-38.2 102 38.2v.6l-102 41.4-102-41.4v-.6zm84 291.1l-85 42.5v-79.1l85-38.8v75.4zm0-112l-102 41.4-102-41.4v-.6l102-38.2 102 38.2v.6zm240 112l-85 42.5v-79.1l85-38.8v75.4zm0-112l-102 41.4-102-41.4v-.6l102-38.2 102 38.2v.6z\"],\n \"cut\": [448, 512, [], \"f0c4\", \"M278.06 256L444.48 89.57c4.69-4.69 4.69-12.29 0-16.97-32.8-32.8-85.99-32.8-118.79 0L210.18 188.12l-24.86-24.86c4.31-10.92 6.68-22.81 6.68-35.26 0-53.02-42.98-96-96-96S0 74.98 0 128s42.98 96 96 96c4.54 0 8.99-.32 13.36-.93L142.29 256l-32.93 32.93c-4.37-.61-8.83-.93-13.36-.93-53.02 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96c0-12.45-2.37-24.34-6.68-35.26l24.86-24.86L325.69 439.4c32.8 32.8 85.99 32.8 118.79 0 4.69-4.68 4.69-12.28 0-16.97L278.06 256zM96 160c-17.64 0-32-14.36-32-32s14.36-32 32-32 32 14.36 32 32-14.36 32-32 32zm0 256c-17.64 0-32-14.36-32-32s14.36-32 32-32 32 14.36 32 32-14.36 32-32 32z\"],\n \"database\": [448, 512, [], \"f1c0\", \"M448 73.143v45.714C448 159.143 347.667 192 224 192S0 159.143 0 118.857V73.143C0 32.857 100.333 0 224 0s224 32.857 224 73.143zM448 176v102.857C448 319.143 347.667 352 224 352S0 319.143 0 278.857V176c48.125 33.143 136.208 48.572 224 48.572S399.874 209.143 448 176zm0 160v102.857C448 479.143 347.667 512 224 512S0 479.143 0 438.857V336c48.125 33.143 136.208 48.572 224 48.572S399.874 369.143 448 336z\"],\n \"deaf\": [512, 512, [], \"f2a4\", \"M216 260c0 15.464-12.536 28-28 28s-28-12.536-28-28c0-44.112 35.888-80 80-80s80 35.888 80 80c0 15.464-12.536 28-28 28s-28-12.536-28-28c0-13.234-10.767-24-24-24s-24 10.766-24 24zm24-176c-97.047 0-176 78.953-176 176 0 15.464 12.536 28 28 28s28-12.536 28-28c0-66.168 53.832-120 120-120s120 53.832 120 120c0 75.164-71.009 70.311-71.997 143.622L288 404c0 28.673-23.327 52-52 52-15.464 0-28 12.536-28 28s12.536 28 28 28c59.475 0 107.876-48.328 108-107.774.595-34.428 72-48.24 72-144.226 0-97.047-78.953-176-176-176zm268.485-52.201L480.2 3.515c-4.687-4.686-12.284-4.686-16.971 0L376.2 90.544c-4.686 4.686-4.686 12.284 0 16.971l28.285 28.285c4.686 4.686 12.284 4.686 16.97 0l87.03-87.029c4.687-4.688 4.687-12.286 0-16.972zM168.97 314.745c-4.686-4.686-12.284-4.686-16.97 0L3.515 463.23c-4.686 4.686-4.686 12.284 0 16.971L31.8 508.485c4.687 4.686 12.284 4.686 16.971 0L197.256 360c4.686-4.686 4.686-12.284 0-16.971l-28.286-28.284z\"],\n \"democrat\": [640, 512, [], \"f747\", \"M637.3 256.9l-19.6-29.4c-28.2-42.3-75.3-67.5-126.1-67.5H256l-81.2-81.2c20.1-20.1 22.6-51.1 7.5-73.9-3.4-5.2-10.8-5.9-15.2-1.5l-41.8 41.8L82.4 2.4c-3.6-3.6-9.6-3-12.4 1.2-12.3 18.6-10.3 44 6.1 60.4 3.3 3.3 7.3 5.3 11.3 7.5-2.2 1.7-4.7 3.1-6.4 5.4L6.4 176.2c-7.3 9.7-8.4 22.7-3 33.5l14.3 28.6c5.4 10.8 16.5 17.7 28.6 17.7h31c8.5 0 16.6-3.4 22.6-9.4L138 212l54 108h352v-77.8c16.2 12.2 18.3 17.6 40.1 50.3 4.9 7.4 14.8 9.3 22.2 4.4l26.6-17.7c7.3-5 9.3-14.9 4.4-22.3zm-341.1-13.6l-16.5 16.1 3.9 22.7c.7 4.1-3.6 7.2-7.2 5.3L256 276.7l-20.4 10.7c-3.6 1.9-7.9-1.2-7.2-5.3l3.9-22.7-16.5-16.1c-3-2.9-1.3-7.9 2.8-8.5l22.8-3.3 10.2-20.7c1.8-3.7 7.1-3.7 9 0l10.2 20.7 22.8 3.3c4 .6 5.6 5.6 2.6 8.5zm112 0l-16.5 16.1 3.9 22.7c.7 4.1-3.6 7.2-7.2 5.3L368 276.7l-20.4 10.7c-3.6 1.9-7.9-1.2-7.2-5.3l3.9-22.7-16.5-16.1c-3-2.9-1.3-7.9 2.8-8.5l22.8-3.3 10.2-20.7c1.8-3.7 7.1-3.7 9 0l10.2 20.7 22.8 3.3c4 .6 5.6 5.6 2.6 8.5zm112 0l-16.5 16.1 3.9 22.7c.7 4.1-3.6 7.2-7.2 5.3L480 276.7l-20.4 10.7c-3.6 1.9-7.9-1.2-7.2-5.3l3.9-22.7-16.5-16.1c-3-2.9-1.3-7.9 2.8-8.5l22.8-3.3 10.2-20.7c1.8-3.7 7.1-3.7 9 0l10.2 20.7 22.8 3.3c4 .6 5.6 5.6 2.6 8.5zM192 496c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16v-80h160v80c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16V352H192v144z\"],\n \"desktop\": [576, 512, [], \"f108\", \"M528 0H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h192l-16 48h-72c-13.3 0-24 10.7-24 24s10.7 24 24 24h272c13.3 0 24-10.7 24-24s-10.7-24-24-24h-72l-16-48h192c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm-16 352H64V64h448v288z\"],\n \"dharmachakra\": [512, 512, [], \"f655\", \"M495 225.06l-17.22 1.08c-5.27-39.49-20.79-75.64-43.86-105.84l12.95-11.43c6.92-6.11 7.25-16.79.73-23.31L426.44 64.4c-6.53-6.53-17.21-6.19-23.31.73L391.7 78.07c-30.2-23.06-66.35-38.58-105.83-43.86L286.94 17c.58-9.21-6.74-17-15.97-17h-29.94c-9.23 0-16.54 7.79-15.97 17l1.08 17.22c-39.49 5.27-75.64 20.79-105.83 43.86l-11.43-12.95c-6.11-6.92-16.79-7.25-23.31-.73L64.4 85.56c-6.53 6.53-6.19 17.21.73 23.31l12.95 11.43c-23.06 30.2-38.58 66.35-43.86 105.84L17 225.06c-9.21-.58-17 6.74-17 15.97v29.94c0 9.23 7.79 16.54 17 15.97l17.22-1.08c5.27 39.49 20.79 75.64 43.86 105.83l-12.95 11.43c-6.92 6.11-7.25 16.79-.73 23.31l21.17 21.17c6.53 6.53 17.21 6.19 23.31-.73l11.43-12.95c30.2 23.06 66.35 38.58 105.84 43.86L225.06 495c-.58 9.21 6.74 17 15.97 17h29.94c9.23 0 16.54-7.79 15.97-17l-1.08-17.22c39.49-5.27 75.64-20.79 105.84-43.86l11.43 12.95c6.11 6.92 16.79 7.25 23.31.73l21.17-21.17c6.53-6.53 6.19-17.21-.73-23.31l-12.95-11.43c23.06-30.2 38.58-66.35 43.86-105.83l17.22 1.08c9.21.58 17-6.74 17-15.97v-29.94c-.01-9.23-7.8-16.54-17.01-15.97zM281.84 98.61c24.81 4.07 47.63 13.66 67.23 27.78l-42.62 48.29c-8.73-5.44-18.32-9.54-28.62-11.95l4.01-64.12zm-51.68 0l4.01 64.12c-10.29 2.41-19.89 6.52-28.62 11.95l-42.62-48.29c19.6-14.12 42.42-23.71 67.23-27.78zm-103.77 64.33l48.3 42.61c-5.44 8.73-9.54 18.33-11.96 28.62l-64.12-4.01c4.07-24.81 13.66-47.62 27.78-67.22zm-27.78 118.9l64.12-4.01c2.41 10.29 6.52 19.89 11.95 28.62l-48.29 42.62c-14.12-19.6-23.71-42.42-27.78-67.23zm131.55 131.55c-24.81-4.07-47.63-13.66-67.23-27.78l42.61-48.3c8.73 5.44 18.33 9.54 28.62 11.96l-4 64.12zM256 288c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm25.84 125.39l-4.01-64.12c10.29-2.41 19.89-6.52 28.62-11.96l42.61 48.3c-19.6 14.12-42.41 23.71-67.22 27.78zm103.77-64.33l-48.29-42.62c5.44-8.73 9.54-18.32 11.95-28.62l64.12 4.01c-4.07 24.82-13.66 47.64-27.78 67.23zm-36.34-114.89c-2.41-10.29-6.52-19.89-11.96-28.62l48.3-42.61c14.12 19.6 23.71 42.42 27.78 67.23l-64.12 4z\"],\n \"diagnoses\": [640, 512, [], \"f470\", \"M496 256c8.8 0 16-7.2 16-16s-7.2-16-16-16-16 7.2-16 16 7.2 16 16 16zm-176-80c48.5 0 88-39.5 88-88S368.5 0 320 0s-88 39.5-88 88 39.5 88 88 88zM59.8 364c10.2 15.3 29.3 17.8 42.9 9.8 16.2-9.6 56.2-31.7 105.3-48.6V416h224v-90.7c49.1 16.8 89.1 39 105.3 48.6 13.6 8 32.7 5.3 42.9-9.8l17.8-26.7c8.8-13.2 7.6-34.6-10-45.1-11.9-7.1-29.7-17-51.1-27.4-28.1 46.1-99.4 17.8-87.7-35.1C409.3 217.2 365.1 208 320 208c-57 0-112.9 14.5-160 32.2-.2 40.2-47.6 63.3-79.2 36-11.2 6-21.3 11.6-28.7 16-17.6 10.5-18.8 31.8-10 45.1L59.8 364zM368 344c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm-96-96c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm-160 8c8.8 0 16-7.2 16-16s-7.2-16-16-16-16 7.2-16 16 7.2 16 16 16zm512 192H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h608c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16z\"],\n \"dice\": [640, 512, [], \"f522\", \"M592 192H473.26c12.69 29.59 7.12 65.2-17 89.32L320 417.58V464c0 26.51 21.49 48 48 48h224c26.51 0 48-21.49 48-48V240c0-26.51-21.49-48-48-48zM480 376c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm-46.37-186.7L258.7 14.37c-19.16-19.16-50.23-19.16-69.39 0L14.37 189.3c-19.16 19.16-19.16 50.23 0 69.39L189.3 433.63c19.16 19.16 50.23 19.16 69.39 0L433.63 258.7c19.16-19.17 19.16-50.24 0-69.4zM96 248c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm128 128c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm0-128c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm0-128c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm128 128c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z\"],\n \"dice-d20\": [480, 512, [], \"f6cf\", \"M106.75 215.06L1.2 370.95c-3.08 5 .1 11.5 5.93 12.14l208.26 22.07-108.64-190.1zM7.41 315.43L82.7 193.08 6.06 147.1c-2.67-1.6-6.06.32-6.06 3.43v162.81c0 4.03 5.29 5.53 7.41 2.09zM18.25 423.6l194.4 87.66c5.3 2.45 11.35-1.43 11.35-7.26v-65.67l-203.55-22.3c-4.45-.5-6.23 5.59-2.2 7.57zm81.22-257.78L179.4 22.88c4.34-7.06-3.59-15.25-10.78-11.14L17.81 110.35c-2.47 1.62-2.39 5.26.13 6.78l81.53 48.69zM240 176h109.21L253.63 7.62C250.5 2.54 245.25 0 240 0s-10.5 2.54-13.63 7.62L130.79 176H240zm233.94-28.9l-76.64 45.99 75.29 122.35c2.11 3.44 7.41 1.94 7.41-2.1V150.53c0-3.11-3.39-5.03-6.06-3.43zm-93.41 18.72l81.53-48.7c2.53-1.52 2.6-5.16.13-6.78l-150.81-98.6c-7.19-4.11-15.12 4.08-10.78 11.14l79.93 142.94zm79.02 250.21L256 438.32v65.67c0 5.84 6.05 9.71 11.35 7.26l194.4-87.66c4.03-1.97 2.25-8.06-2.2-7.56zm-86.3-200.97l-108.63 190.1 208.26-22.07c5.83-.65 9.01-7.14 5.93-12.14L373.25 215.06zM240 208H139.57L240 383.75 340.43 208H240z\"],\n \"dice-d6\": [448, 512, [], \"f6d1\", \"M422.19 109.95L256.21 9.07c-19.91-12.1-44.52-12.1-64.43 0L25.81 109.95c-5.32 3.23-5.29 11.27.06 14.46L224 242.55l198.14-118.14c5.35-3.19 5.38-11.22.05-14.46zm13.84 44.63L240 271.46v223.82c0 12.88 13.39 20.91 24.05 14.43l152.16-92.48c19.68-11.96 31.79-33.94 31.79-57.7v-197.7c0-6.41-6.64-10.43-11.97-7.25zM0 161.83v197.7c0 23.77 12.11 45.74 31.79 57.7l152.16 92.47c10.67 6.48 24.05-1.54 24.05-14.43V271.46L11.97 154.58C6.64 151.4 0 155.42 0 161.83z\"],\n \"dice-five\": [448, 512, [], \"f523\", \"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM128 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm96 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm96 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"],\n \"dice-four\": [448, 512, [], \"f524\", \"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM128 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm192 192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"],\n \"dice-one\": [448, 512, [], \"f525\", \"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM224 288c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"],\n \"dice-six\": [448, 512, [], \"f526\", \"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM128 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm192 192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"],\n \"dice-three\": [448, 512, [], \"f527\", \"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM128 192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm96 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm96 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"],\n \"dice-two\": [448, 512, [], \"f528\", \"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM128 192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm192 192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"],\n \"digital-tachograph\": [640, 512, [], \"f566\", \"M608 96H32c-17.67 0-32 14.33-32 32v256c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V128c0-17.67-14.33-32-32-32zM304 352c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-8c0-4.42 3.58-8 8-8h224c4.42 0 8 3.58 8 8v8zM72 288v-16c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H80c-4.42 0-8-3.58-8-8zm64 0v-16c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm64 0v-16c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm64 0v-16c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm40-64c0 8.84-7.16 16-16 16H80c-8.84 0-16-7.16-16-16v-48c0-8.84 7.16-16 16-16h208c8.84 0 16 7.16 16 16v48zm272 128c0 4.42-3.58 8-8 8H344c-4.42 0-8-3.58-8-8v-8c0-4.42 3.58-8 8-8h224c4.42 0 8 3.58 8 8v8z\"],\n \"directions\": [512, 512, [], \"f5eb\", \"M502.61 233.32L278.68 9.39c-12.52-12.52-32.83-12.52-45.36 0L9.39 233.32c-12.52 12.53-12.52 32.83 0 45.36l223.93 223.93c12.52 12.53 32.83 12.53 45.36 0l223.93-223.93c12.52-12.53 12.52-32.83 0-45.36zm-100.98 12.56l-84.21 77.73c-5.12 4.73-13.43 1.1-13.43-5.88V264h-96v64c0 4.42-3.58 8-8 8h-32c-4.42 0-8-3.58-8-8v-80c0-17.67 14.33-32 32-32h112v-53.73c0-6.97 8.3-10.61 13.43-5.88l84.21 77.73c3.43 3.17 3.43 8.59 0 11.76z\"],\n \"disease\": [512, 512, [], \"f7fa\", \"M472.29 195.9l-67.06-23c-19.28-6.6-33.54-20.92-38.14-38.31l-16-60.45c-11.58-43.77-76.57-57.13-110-22.62L195 99.24c-13.26 13.71-33.54 20.93-54.2 19.31l-71.9-5.62c-52-4.07-86.93 44.89-59 82.84l38.54 52.42c11.08 15.07 12.82 33.86 4.64 50.24l-28.43 57C4 396.67 47.46 440.29 98.11 429.23l70-15.28c20.11-4.39 41.45 0 57.07 11.73l54.32 40.83c39.32 29.56 101 7.57 104.45-37.22l4.7-61.86c1.35-17.8 12.8-33.87 30.63-43l62-31.74c44.84-22.96 39.55-80.17-8.99-96.79zM160 256a32 32 0 1 1 32-32 32 32 0 0 1-32 32zm128 96a32 32 0 1 1 32-32 32 32 0 0 1-32 32zm16-128a16 16 0 1 1 16-16 16 16 0 0 1-16 16z\"],\n \"divide\": [448, 512, [], \"f529\", \"M224 352c-35.35 0-64 28.65-64 64s28.65 64 64 64 64-28.65 64-64-28.65-64-64-64zm0-192c35.35 0 64-28.65 64-64s-28.65-64-64-64-64 28.65-64 64 28.65 64 64 64zm192 48H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"],\n \"dizzy\": [496, 512, [], \"f567\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-96 206.6l-28.7 28.7c-14.8 14.8-37.8-7.5-22.6-22.6l28.7-28.7-28.7-28.7c-15-15 7.7-37.6 22.6-22.6l28.7 28.7 28.7-28.7c15-15 37.6 7.7 22.6 22.6L174.6 192l28.7 28.7c15.2 15.2-7.9 37.4-22.6 22.6L152 214.6zM248 416c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64zm147.3-195.3c15.2 15.2-7.9 37.4-22.6 22.6L344 214.6l-28.7 28.7c-14.8 14.8-37.8-7.5-22.6-22.6l28.7-28.7-28.7-28.7c-15-15 7.7-37.6 22.6-22.6l28.7 28.7 28.7-28.7c15-15 37.6 7.7 22.6 22.6L366.6 192l28.7 28.7z\"],\n \"dna\": [448, 512, [], \"f471\", \"M.1 494.1c-1.1 9.5 6.3 17.8 15.9 17.8l32.3.1c8.1 0 14.9-5.9 16-13.9.7-4.9 1.8-11.1 3.4-18.1H380c1.6 6.9 2.9 13.2 3.5 18.1 1.1 8 7.9 14 16 13.9l32.3-.1c9.6 0 17.1-8.3 15.9-17.8-4.6-37.9-25.6-129-118.9-207.7-17.6 12.4-37.1 24.2-58.5 35.4 6.2 4.6 11.4 9.4 17 14.2H159.7c21.3-18.1 47-35.6 78.7-51.4C410.5 199.1 442.1 65.8 447.9 17.9 449 8.4 441.6.1 432 .1L399.6 0c-8.1 0-14.9 5.9-16 13.9-.7 4.9-1.8 11.1-3.4 18.1H67.8c-1.6-7-2.7-13.1-3.4-18.1-1.1-8-7.9-14-16-13.9L16.1.1C6.5.1-1 8.4.1 17.9 5.3 60.8 31.4 171.8 160 256 31.5 340.2 5.3 451.2.1 494.1zM224 219.6c-25.1-13.7-46.4-28.4-64.3-43.6h128.5c-17.8 15.2-39.1 30-64.2 43.6zM355.1 96c-5.8 10.4-12.8 21.1-21 32H114c-8.3-10.9-15.3-21.6-21-32h262.1zM92.9 416c5.8-10.4 12.8-21.1 21-32h219.4c8.3 10.9 15.4 21.6 21.2 32H92.9z\"],\n \"dog\": [576, 512, [], \"f6d3\", \"M298.06,224,448,277.55V496a16,16,0,0,1-16,16H368a16,16,0,0,1-16-16V384H192V496a16,16,0,0,1-16,16H112a16,16,0,0,1-16-16V282.09C58.84,268.84,32,233.66,32,192a32,32,0,0,1,64,0,32.06,32.06,0,0,0,32,32ZM544,112v32a64,64,0,0,1-64,64H448v35.58L320,197.87V48c0-14.25,17.22-21.39,27.31-11.31L374.59,64h53.63c10.91,0,23.75,7.92,28.62,17.69L464,96h64A16,16,0,0,1,544,112Zm-112,0a16,16,0,1,0-16,16A16,16,0,0,0,432,112Z\"],\n \"dollar-sign\": [288, 512, [], \"f155\", \"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"],\n \"dolly\": [576, 512, [], \"f472\", \"M294.2 277.7c18 5 34.7 13.4 49.5 24.7l161.5-53.8c8.4-2.8 12.9-11.9 10.1-20.2L454.9 47.2c-2.8-8.4-11.9-12.9-20.2-10.1l-61.1 20.4 33.1 99.4L346 177l-33.1-99.4-61.6 20.5c-8.4 2.8-12.9 11.9-10.1 20.2l53 159.4zm281 48.7L565 296c-2.8-8.4-11.9-12.9-20.2-10.1l-213.5 71.2c-17.2-22-43.6-36.4-73.5-37L158.4 21.9C154 8.8 141.8 0 128 0H16C7.2 0 0 7.2 0 16v32c0 8.8 7.2 16 16 16h88.9l92.2 276.7c-26.1 20.4-41.7 53.6-36 90.5 6.1 39.4 37.9 72.3 77.3 79.2 60.2 10.7 112.3-34.8 113.4-92.6l213.3-71.2c8.3-2.8 12.9-11.8 10.1-20.2zM256 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48z\"],\n \"dolly-flatbed\": [640, 512, [], \"f474\", \"M208 320h384c8.8 0 16-7.2 16-16V48c0-8.8-7.2-16-16-16H448v128l-48-32-48 32V32H208c-8.8 0-16 7.2-16 16v256c0 8.8 7.2 16 16 16zm416 64H128V16c0-8.8-7.2-16-16-16H16C7.2 0 0 7.2 0 16v32c0 8.8 7.2 16 16 16h48v368c0 8.8 7.2 16 16 16h82.9c-1.8 5-2.9 10.4-2.9 16 0 26.5 21.5 48 48 48s48-21.5 48-48c0-5.6-1.2-11-2.9-16H451c-1.8 5-2.9 10.4-2.9 16 0 26.5 21.5 48 48 48s48-21.5 48-48c0-5.6-1.2-11-2.9-16H624c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16z\"],\n \"donate\": [512, 512, [], \"f4b9\", \"M256 416c114.9 0 208-93.1 208-208S370.9 0 256 0 48 93.1 48 208s93.1 208 208 208zM233.8 97.4V80.6c0-9.2 7.4-16.6 16.6-16.6h11.1c9.2 0 16.6 7.4 16.6 16.6v17c15.5.8 30.5 6.1 43 15.4 5.6 4.1 6.2 12.3 1.2 17.1L306 145.6c-3.8 3.7-9.5 3.8-14 1-5.4-3.4-11.4-5.1-17.8-5.1h-38.9c-9 0-16.3 8.2-16.3 18.3 0 8.2 5 15.5 12.1 17.6l62.3 18.7c25.7 7.7 43.7 32.4 43.7 60.1 0 34-26.4 61.5-59.1 62.4v16.8c0 9.2-7.4 16.6-16.6 16.6h-11.1c-9.2 0-16.6-7.4-16.6-16.6v-17c-15.5-.8-30.5-6.1-43-15.4-5.6-4.1-6.2-12.3-1.2-17.1l16.3-15.5c3.8-3.7 9.5-3.8 14-1 5.4 3.4 11.4 5.1 17.8 5.1h38.9c9 0 16.3-8.2 16.3-18.3 0-8.2-5-15.5-12.1-17.6l-62.3-18.7c-25.7-7.7-43.7-32.4-43.7-60.1.1-34 26.4-61.5 59.1-62.4zM480 352h-32.5c-19.6 26-44.6 47.7-73 64h63.8c5.3 0 9.6 3.6 9.6 8v16c0 4.4-4.3 8-9.6 8H73.6c-5.3 0-9.6-3.6-9.6-8v-16c0-4.4 4.3-8 9.6-8h63.8c-28.4-16.3-53.3-38-73-64H32c-17.7 0-32 14.3-32 32v96c0 17.7 14.3 32 32 32h448c17.7 0 32-14.3 32-32v-96c0-17.7-14.3-32-32-32z\"],\n \"door-closed\": [640, 512, [], \"f52a\", \"M624 448H512V50.8C512 22.78 490.47 0 464 0H175.99c-26.47 0-48 22.78-48 50.8V448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM415.99 288c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32c.01 17.67-14.32 32-32 32z\"],\n \"door-open\": [640, 512, [], \"f52b\", \"M624 448h-80V113.45C544 86.19 522.47 64 496 64H384v64h96v384h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM312.24 1.01l-192 49.74C105.99 54.44 96 67.7 96 82.92V448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h336V33.18c0-21.58-19.56-37.41-39.76-32.17zM264 288c-13.25 0-24-14.33-24-32s10.75-32 24-32 24 14.33 24 32-10.75 32-24 32z\"],\n \"dot-circle\": [512, 512, [], \"f192\", \"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"],\n \"dove\": [512, 512, [], \"f4ba\", \"M288 167.2v-28.1c-28.2-36.3-47.1-79.3-54.1-125.2-2.1-13.5-19-18.8-27.8-8.3-21.1 24.9-37.7 54.1-48.9 86.5 34.2 38.3 80 64.6 130.8 75.1zM400 64c-44.2 0-80 35.9-80 80.1v59.4C215.6 197.3 127 133 87 41.8c-5.5-12.5-23.2-13.2-29-.9C41.4 76 32 115.2 32 156.6c0 70.8 34.1 136.9 85.1 185.9 13.2 12.7 26.1 23.2 38.9 32.8l-143.9 36C1.4 414-3.4 426.4 2.6 435.7 20 462.6 63 508.2 155.8 512c8 .3 16-2.6 22.1-7.9l65.2-56.1H320c88.4 0 160-71.5 160-159.9V128l32-64H400zm0 96.1c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z\"],\n \"download\": [512, 512, [], \"f019\", \"M216 0h80c13.3 0 24 10.7 24 24v168h87.7c17.8 0 26.7 21.5 14.1 34.1L269.7 378.3c-7.5 7.5-19.8 7.5-27.3 0L90.1 226.1c-12.6-12.6-3.7-34.1 14.1-34.1H192V24c0-13.3 10.7-24 24-24zm296 376v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h146.7l49 49c20.1 20.1 52.5 20.1 72.6 0l49-49H488c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z\"],\n \"drafting-compass\": [512, 512, [], \"f568\", \"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"],\n \"dragon\": [640, 512, [], \"f6d5\", \"M18.32 255.78L192 223.96l-91.28 68.69c-10.08 10.08-2.94 27.31 11.31 27.31h222.7c-9.44-26.4-14.73-54.47-14.73-83.38v-42.27l-119.73-87.6c-23.82-15.88-55.29-14.01-77.06 4.59L5.81 227.64c-12.38 10.33-3.45 30.42 12.51 28.14zm556.87 34.1l-100.66-50.31A47.992 47.992 0 0 1 448 196.65v-36.69h64l28.09 22.63c6 6 14.14 9.37 22.63 9.37h30.97a32 32 0 0 0 28.62-17.69l14.31-28.62a32.005 32.005 0 0 0-3.02-33.51l-74.53-99.38C553.02 4.7 543.54 0 533.47 0H296.02c-7.13 0-10.7 8.57-5.66 13.61L352 63.96 292.42 88.8c-5.9 2.95-5.9 11.36 0 14.31L352 127.96v108.62c0 72.08 36.03 139.39 96 179.38-195.59 6.81-344.56 41.01-434.1 60.91C5.78 478.67 0 485.88 0 494.2 0 504 7.95 512 17.76 512h499.08c63.29.01 119.61-47.56 122.99-110.76 2.52-47.28-22.73-90.4-64.64-111.36zM489.18 66.25l45.65 11.41c-2.75 10.91-12.47 18.89-24.13 18.26-12.96-.71-25.85-12.53-21.52-29.67z\"],\n \"draw-polygon\": [448, 512, [], \"f5ee\", \"M384 352c-.35 0-.67.1-1.02.1l-39.2-65.32c5.07-9.17 8.22-19.56 8.22-30.78s-3.14-21.61-8.22-30.78l39.2-65.32c.35.01.67.1 1.02.1 35.35 0 64-28.65 64-64s-28.65-64-64-64c-23.63 0-44.04 12.95-55.12 32H119.12C108.04 44.95 87.63 32 64 32 28.65 32 0 60.65 0 96c0 23.63 12.95 44.04 32 55.12v209.75C12.95 371.96 0 392.37 0 416c0 35.35 28.65 64 64 64 23.63 0 44.04-12.95 55.12-32h209.75c11.09 19.05 31.49 32 55.12 32 35.35 0 64-28.65 64-64 .01-35.35-28.64-64-63.99-64zm-288 8.88V151.12A63.825 63.825 0 0 0 119.12 128h208.36l-38.46 64.1c-.35-.01-.67-.1-1.02-.1-35.35 0-64 28.65-64 64s28.65 64 64 64c.35 0 .67-.1 1.02-.1l38.46 64.1H119.12A63.748 63.748 0 0 0 96 360.88zM272 256c0-8.82 7.18-16 16-16s16 7.18 16 16-7.18 16-16 16-16-7.18-16-16zM400 96c0 8.82-7.18 16-16 16s-16-7.18-16-16 7.18-16 16-16 16 7.18 16 16zM64 80c8.82 0 16 7.18 16 16s-7.18 16-16 16-16-7.18-16-16 7.18-16 16-16zM48 416c0-8.82 7.18-16 16-16s16 7.18 16 16-7.18 16-16 16-16-7.18-16-16zm336 16c-8.82 0-16-7.18-16-16s7.18-16 16-16 16 7.18 16 16-7.18 16-16 16z\"],\n \"drum\": [512, 512, [], \"f569\", \"M431.34 122.05l73.53-47.42a16 16 0 0 0 4.44-22.19l-8.87-13.31a16 16 0 0 0-22.19-4.44l-110.06 71C318.43 96.91 271.22 96 256 96 219.55 96 0 100.55 0 208.15v160.23c0 30.27 27.5 57.68 72 77.86v-101.9a24 24 0 1 1 48 0v118.93c33.05 9.11 71.07 15.06 112 16.73V376.39a24 24 0 1 1 48 0V480c40.93-1.67 78.95-7.62 112-16.73V344.34a24 24 0 1 1 48 0v101.9c44.5-20.18 72-47.59 72-77.86V208.15c0-43.32-35.76-69.76-80.66-86.1zM256 272.24c-114.88 0-208-28.69-208-64.09s93.12-64.08 208-64.08c17.15 0 33.73.71 49.68 1.91l-72.81 47a16 16 0 0 0-4.43 22.19l8.87 13.31a16 16 0 0 0 22.19 4.44l118.64-76.52C430.09 168 464 186.84 464 208.15c0 35.4-93.13 64.09-208 64.09z\"],\n \"drum-steelpan\": [576, 512, [], \"f56a\", \"M288 32C128.94 32 0 89.31 0 160v192c0 70.69 128.94 128 288 128s288-57.31 288-128V160c0-70.69-128.94-128-288-128zm-82.99 158.36c-4.45 16.61-14.54 30.57-28.31 40.48C100.23 217.46 48 190.78 48 160c0-30.16 50.11-56.39 124.04-70.03l25.6 44.34c9.86 17.09 12.48 36.99 7.37 56.05zM288 240c-21.08 0-41.41-1-60.89-2.7 8.06-26.13 32.15-45.3 60.89-45.3s52.83 19.17 60.89 45.3C329.41 239 309.08 240 288 240zm64-144c0 35.29-28.71 64-64 64s-64-28.71-64-64V82.96c20.4-1.88 41.8-2.96 64-2.96s43.6 1.08 64 2.96V96zm46.93 134.9c-13.81-9.91-23.94-23.9-28.4-40.54-5.11-19.06-2.49-38.96 7.38-56.04l25.65-44.42C477.72 103.5 528 129.79 528 160c0 30.83-52.4 57.54-129.07 70.9z\"],\n \"drumstick-bite\": [512, 512, [], \"f6d7\", \"M462.8 49.57a169.44 169.44 0 0 0-239.5 0C187.82 85 160.13 128 160.13 192v85.83l-40.62 40.59c-9.7 9.69-24 11.07-36.78 6a60.33 60.33 0 0 0-65 98.72C33 438.39 54.24 442.7 73.85 438.21c-4.5 19.6-.18 40.83 15.1 56.1a60.35 60.35 0 0 0 98.8-65c-5.09-12.73-3.72-27 6-36.75L234.36 352h85.89a187.87 187.87 0 0 0 61.89-10c-39.64-43.89-39.83-110.23 1.05-151.07 34.38-34.36 86.76-39.46 128.74-16.8 1.3-44.96-14.81-90.28-49.13-124.56z\"],\n \"dumbbell\": [640, 512, [], \"f44b\", \"M104 96H56c-13.3 0-24 10.7-24 24v104H8c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h24v104c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V120c0-13.3-10.7-24-24-24zm528 128h-24V120c0-13.3-10.7-24-24-24h-48c-13.3 0-24 10.7-24 24v272c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V288h24c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM456 32h-48c-13.3 0-24 10.7-24 24v168H256V56c0-13.3-10.7-24-24-24h-48c-13.3 0-24 10.7-24 24v400c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V288h128v168c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24z\"],\n \"dumpster\": [576, 512, [], \"f793\", \"M560 160c10.4 0 18-9.8 15.5-19.9l-24-96C549.7 37 543.3 32 536 32h-98.9l25.6 128H560zM272 32H171.5l-25.6 128H272V32zm132.5 0H304v128h126.1L404.5 32zM16 160h97.3l25.6-128H40c-7.3 0-13.7 5-15.5 12.1l-24 96C-2 150.2 5.6 160 16 160zm544 64h-20l4-32H32l4 32H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h28l20 160v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h320v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16l20-160h28c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16z\"],\n \"dumpster-fire\": [640, 512, [], \"f794\", \"M418.7 104.1l.2-.2-14.4-72H304v128h60.8c16.2-19.3 34.2-38.2 53.9-55.8zM272 32H171.5l-25.6 128H272V32zm189.3 72.1c18.2 16.3 35.5 33.7 51.1 51.5 5.7-5.6 11.4-11.1 17.3-16.3l21.3-19 21.3 19c1.1.9 2.1 2.1 3.1 3.1-.1-.8.2-1.5 0-2.3l-24-96C549.7 37 543.3 32 536 32h-98.9l12.3 61.5 11.9 10.6zM16 160h97.3l25.6-128H40c-7.3 0-13.7 5-15.5 12.1l-24 96C-2 150.2 5.6 160 16 160zm324.6 32H32l4 32H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h28l20 160v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h208.8c-30.2-33.7-48.8-77.9-48.8-126.4 0-35.9 19.9-82.9 52.6-129.6zm210.5-28.8c-14.9 13.3-28.3 27.2-40.2 41.2-19.5-25.8-43.6-52-71-76.4-70.2 62.7-120 144.3-120 193.6 0 87.5 71.6 158.4 160 158.4s160-70.9 160-158.4c.1-36.6-37-112.2-88.8-158.4zm-18.6 229.4c-14.7 10.7-32.9 17-52.5 17-49 0-88.9-33.5-88.9-88 0-27.1 16.5-51 49.4-91.9 4.7 5.6 67.1 88.1 67.1 88.1l39.8-47c2.8 4.8 5.4 9.5 7.7 14 18.6 36.7 10.8 83.6-22.6 107.8z\"],\n \"dungeon\": [512, 512, [], \"f6d9\", \"M128.73 195.32l-82.81-51.76c-8.04-5.02-18.99-2.17-22.93 6.45A254.19 254.19 0 0 0 .54 239.28C-.05 248.37 7.59 256 16.69 256h97.13c7.96 0 14.08-6.25 15.01-14.16 1.09-9.33 3.24-18.33 6.24-26.94 2.56-7.34.25-15.46-6.34-19.58zM319.03 8C298.86 2.82 277.77 0 256 0s-42.86 2.82-63.03 8c-9.17 2.35-13.91 12.6-10.39 21.39l37.47 104.03A16.003 16.003 0 0 0 235.1 144h41.8c6.75 0 12.77-4.23 15.05-10.58l37.47-104.03c3.52-8.79-1.22-19.03-10.39-21.39zM112 288H16c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h96c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16zm0 128H16c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h96c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16zm77.31-283.67l-36.32-90.8c-3.53-8.83-14.13-12.99-22.42-8.31a257.308 257.308 0 0 0-71.61 59.89c-6.06 7.32-3.85 18.48 4.22 23.52l82.93 51.83c6.51 4.07 14.66 2.62 20.11-2.79 5.18-5.15 10.79-9.85 16.79-14.05 6.28-4.41 9.15-12.17 6.3-19.29zM398.18 256h97.13c9.1 0 16.74-7.63 16.15-16.72a254.135 254.135 0 0 0-22.45-89.27c-3.94-8.62-14.89-11.47-22.93-6.45l-82.81 51.76c-6.59 4.12-8.9 12.24-6.34 19.58 3.01 8.61 5.15 17.62 6.24 26.94.93 7.91 7.05 14.16 15.01 14.16zm54.85-162.89a257.308 257.308 0 0 0-71.61-59.89c-8.28-4.68-18.88-.52-22.42 8.31l-36.32 90.8c-2.85 7.12.02 14.88 6.3 19.28 6 4.2 11.61 8.9 16.79 14.05 5.44 5.41 13.6 6.86 20.11 2.79l82.93-51.83c8.07-5.03 10.29-16.19 4.22-23.51zM496 288h-96c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h96c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16zm0 128h-96c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h96c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16zM240 177.62V472c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8V177.62c-5.23-.89-10.52-1.62-16-1.62s-10.77.73-16 1.62zm-64 41.51V472c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8V189.36c-12.78 7.45-23.84 17.47-32 29.77zm128-29.77V472c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8V219.13c-8.16-12.3-19.22-22.32-32-29.77z\"],\n \"edit\": [576, 512, [], \"f044\", \"M402.6 83.2l90.2 90.2c3.8 3.8 3.8 10 0 13.8L274.4 405.6l-92.8 10.3c-12.4 1.4-22.9-9.1-21.5-21.5l10.3-92.8L388.8 83.2c3.8-3.8 10-3.8 13.8 0zm162-22.9l-48.8-48.8c-15.2-15.2-39.9-15.2-55.2 0l-35.4 35.4c-3.8 3.8-3.8 10 0 13.8l90.2 90.2c3.8 3.8 10 3.8 13.8 0l35.4-35.4c15.2-15.3 15.2-40 0-55.2zM384 346.2V448H64V128h229.8c3.2 0 6.2-1.3 8.5-3.5l40-40c7.6-7.6 2.2-20.5-8.5-20.5H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V306.2c0-10.7-12.9-16-20.5-8.5l-40 40c-2.2 2.3-3.5 5.3-3.5 8.5z\"],\n \"egg\": [384, 512, [], \"f7fb\", \"M192 0C86 0 0 214 0 320s86 192 192 192 192-86 192-192S298 0 192 0z\"],\n \"eject\": [448, 512, [], \"f052\", \"M448 384v64c0 17.673-14.327 32-32 32H32c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h384c17.673 0 32 14.327 32 32zM48.053 320h351.886c41.651 0 63.581-49.674 35.383-80.435L259.383 47.558c-19.014-20.743-51.751-20.744-70.767 0L12.67 239.565C-15.475 270.268 6.324 320 48.053 320z\"],\n \"ellipsis-h\": [512, 512, [], \"f141\", \"M328 256c0 39.8-32.2 72-72 72s-72-32.2-72-72 32.2-72 72-72 72 32.2 72 72zm104-72c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72zm-352 0c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72z\"],\n \"ellipsis-v\": [192, 512, [], \"f142\", \"M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z\"],\n \"envelope\": [512, 512, [], \"f0e0\", \"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"],\n \"envelope-open\": [512, 512, [], \"f2b6\", \"M512 464c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V200.724a48 48 0 0 1 18.387-37.776c24.913-19.529 45.501-35.365 164.2-121.511C199.412 29.17 232.797-.347 256 .003c23.198-.354 56.596 29.172 73.413 41.433 118.687 86.137 139.303 101.995 164.2 121.512A48 48 0 0 1 512 200.724V464zm-65.666-196.605c-2.563-3.728-7.7-4.595-11.339-1.907-22.845 16.873-55.462 40.705-105.582 77.079-16.825 12.266-50.21 41.781-73.413 41.43-23.211.344-56.559-29.143-73.413-41.43-50.114-36.37-82.734-60.204-105.582-77.079-3.639-2.688-8.776-1.821-11.339 1.907l-9.072 13.196a7.998 7.998 0 0 0 1.839 10.967c22.887 16.899 55.454 40.69 105.303 76.868 20.274 14.781 56.524 47.813 92.264 47.573 35.724.242 71.961-32.771 92.263-47.573 49.85-36.179 82.418-59.97 105.303-76.868a7.998 7.998 0 0 0 1.839-10.967l-9.071-13.196z\"],\n \"envelope-open-text\": [512, 512, [], \"f658\", \"M176 216h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16H176c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16zm-16 80c0 8.84 7.16 16 16 16h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16H176c-8.84 0-16 7.16-16 16v16zm96 121.13c-16.42 0-32.84-5.06-46.86-15.19L0 250.86V464c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V250.86L302.86 401.94c-14.02 10.12-30.44 15.19-46.86 15.19zm237.61-254.18c-8.85-6.94-17.24-13.47-29.61-22.81V96c0-26.51-21.49-48-48-48h-77.55c-3.04-2.2-5.87-4.26-9.04-6.56C312.6 29.17 279.2-.35 256 0c-23.2-.35-56.59 29.17-73.41 41.44-3.17 2.3-6 4.36-9.04 6.56H96c-26.51 0-48 21.49-48 48v44.14c-12.37 9.33-20.76 15.87-29.61 22.81A47.995 47.995 0 0 0 0 200.72v10.65l96 69.35V96h320v184.72l96-69.35v-10.65c0-14.74-6.78-28.67-18.39-37.77z\"],\n \"envelope-square\": [448, 512, [], \"f199\", \"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM178.117 262.104C87.429 196.287 88.353 196.121 64 177.167V152c0-13.255 10.745-24 24-24h272c13.255 0 24 10.745 24 24v25.167c-24.371 18.969-23.434 19.124-114.117 84.938-10.5 7.655-31.392 26.12-45.883 25.894-14.503.218-35.367-18.227-45.883-25.895zM384 217.775V360c0 13.255-10.745 24-24 24H88c-13.255 0-24-10.745-24-24V217.775c13.958 10.794 33.329 25.236 95.303 70.214 14.162 10.341 37.975 32.145 64.694 32.01 26.887.134 51.037-22.041 64.72-32.025 61.958-44.965 81.325-59.406 95.283-70.199z\"],\n \"equals\": [448, 512, [], \"f52c\", \"M416 304H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32zm0-192H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"],\n \"eraser\": [512, 512, [], \"f12d\", \"M497.941 273.941c18.745-18.745 18.745-49.137 0-67.882l-160-160c-18.745-18.745-49.136-18.746-67.883 0l-256 256c-18.745 18.745-18.745 49.137 0 67.882l96 96A48.004 48.004 0 0 0 144 480h356c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12H355.883l142.058-142.059zm-302.627-62.627l137.373 137.373L265.373 416H150.628l-80-80 124.686-124.686z\"],\n \"ethernet\": [512, 512, [], \"f796\", \"M496 192h-48v-48c0-8.8-7.2-16-16-16h-48V80c0-8.8-7.2-16-16-16H144c-8.8 0-16 7.2-16 16v48H80c-8.8 0-16 7.2-16 16v48H16c-8.8 0-16 7.2-16 16v224c0 8.8 7.2 16 16 16h80V320h32v128h64V320h32v128h64V320h32v128h64V320h32v128h80c8.8 0 16-7.2 16-16V208c0-8.8-7.2-16-16-16z\"],\n \"euro-sign\": [320, 512, [], \"f153\", \"M310.706 413.765c-1.314-6.63-7.835-10.872-14.424-9.369-10.692 2.439-27.422 5.413-45.426 5.413-56.763 0-101.929-34.79-121.461-85.449h113.689a12 12 0 0 0 11.708-9.369l6.373-28.36c1.686-7.502-4.019-14.631-11.708-14.631H115.22c-1.21-14.328-1.414-28.287.137-42.245H261.95a12 12 0 0 0 11.723-9.434l6.512-29.755c1.638-7.484-4.061-14.566-11.723-14.566H130.184c20.633-44.991 62.69-75.03 117.619-75.03 14.486 0 28.564 2.25 37.851 4.145 6.216 1.268 12.347-2.498 14.002-8.623l11.991-44.368c1.822-6.741-2.465-13.616-9.326-14.917C290.217 34.912 270.71 32 249.635 32 152.451 32 74.03 92.252 45.075 176H12c-6.627 0-12 5.373-12 12v29.755c0 6.627 5.373 12 12 12h21.569c-1.009 13.607-1.181 29.287-.181 42.245H12c-6.627 0-12 5.373-12 12v28.36c0 6.627 5.373 12 12 12h30.114C67.139 414.692 145.264 480 249.635 480c26.301 0 48.562-4.544 61.101-7.788 6.167-1.595 10.027-7.708 8.788-13.957l-8.818-44.49z\"],\n \"exchange-alt\": [512, 512, [], \"f362\", \"M0 168v-16c0-13.255 10.745-24 24-24h360V80c0-21.367 25.899-32.042 40.971-16.971l80 80c9.372 9.373 9.372 24.569 0 33.941l-80 80C409.956 271.982 384 261.456 384 240v-48H24c-13.255 0-24-10.745-24-24zm488 152H128v-48c0-21.314-25.862-32.08-40.971-16.971l-80 80c-9.372 9.373-9.372 24.569 0 33.941l80 80C102.057 463.997 128 453.437 128 432v-48h360c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24z\"],\n \"exclamation\": [192, 512, [], \"f12a\", \"M176 432c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80zM25.26 25.199l13.6 272C39.499 309.972 50.041 320 62.83 320h66.34c12.789 0 23.331-10.028 23.97-22.801l13.6-272C167.425 11.49 156.496 0 142.77 0H49.23C35.504 0 24.575 11.49 25.26 25.199z\"],\n \"exclamation-circle\": [512, 512, [], \"f06a\", \"M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zm-248 50c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z\"],\n \"exclamation-triangle\": [576, 512, [], \"f071\", \"M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z\"],\n \"expand\": [448, 512, [], \"f065\", \"M0 180V56c0-13.3 10.7-24 24-24h124c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H64v84c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12zM288 44v40c0 6.6 5.4 12 12 12h84v84c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12V56c0-13.3-10.7-24-24-24H300c-6.6 0-12 5.4-12 12zm148 276h-40c-6.6 0-12 5.4-12 12v84h-84c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h124c13.3 0 24-10.7 24-24V332c0-6.6-5.4-12-12-12zM160 468v-40c0-6.6-5.4-12-12-12H64v-84c0-6.6-5.4-12-12-12H12c-6.6 0-12 5.4-12 12v124c0 13.3 10.7 24 24 24h124c6.6 0 12-5.4 12-12z\"],\n \"expand-alt\": [448, 512, [], \"f424\", \"M212.686 315.314L120 408l32.922 31.029c15.12 15.12 4.412 40.971-16.97 40.971h-112C10.697 480 0 469.255 0 456V344c0-21.382 25.803-32.09 40.922-16.971L72 360l92.686-92.686c6.248-6.248 16.379-6.248 22.627 0l25.373 25.373c6.249 6.248 6.249 16.378 0 22.627zm22.628-118.628L328 104l-32.922-31.029C279.958 57.851 290.666 32 312.048 32h112C437.303 32 448 42.745 448 56v112c0 21.382-25.803 32.09-40.922 16.971L376 152l-92.686 92.686c-6.248 6.248-16.379 6.248-22.627 0l-25.373-25.373c-6.249-6.248-6.249-16.378 0-22.627z\"],\n \"expand-arrows-alt\": [448, 512, [], \"f31e\", \"M448 344v112a23.94 23.94 0 0 1-24 24H312c-21.39 0-32.09-25.9-17-41l36.2-36.2L224 295.6 116.77 402.9 153 439c15.09 15.1 4.39 41-17 41H24a23.94 23.94 0 0 1-24-24V344c0-21.4 25.89-32.1 41-17l36.19 36.2L184.46 256 77.18 148.7 41 185c-15.1 15.1-41 4.4-41-17V56a23.94 23.94 0 0 1 24-24h112c21.39 0 32.09 25.9 17 41l-36.2 36.2L224 216.4l107.23-107.3L295 73c-15.09-15.1-4.39-41 17-41h112a23.94 23.94 0 0 1 24 24v112c0 21.4-25.89 32.1-41 17l-36.19-36.2L263.54 256l107.28 107.3L407 327.1c15.1-15.2 41-4.5 41 16.9z\"],\n \"external-link-alt\": [512, 512, [], \"f35d\", \"M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,34L157.67,377a24,24,0,0,0,34,0L435.28,133.32,471,169c15,15,41,4.5,41-17V24A24,24,0,0,0,488,0Z\"],\n \"external-link-square-alt\": [448, 512, [], \"f360\", \"M448 80v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48zm-88 16H248.029c-21.313 0-32.08 25.861-16.971 40.971l31.984 31.987L67.515 364.485c-4.686 4.686-4.686 12.284 0 16.971l31.029 31.029c4.687 4.686 12.285 4.686 16.971 0l195.526-195.526 31.988 31.991C358.058 263.977 384 253.425 384 231.979V120c0-13.255-10.745-24-24-24z\"],\n \"eye\": [576, 512, [], \"f06e\", \"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"],\n \"eye-dropper\": [512, 512, [], \"f1fb\", \"M50.75 333.25c-12 12-18.75 28.28-18.75 45.26V424L0 480l32 32 56-32h45.49c16.97 0 33.25-6.74 45.25-18.74l126.64-126.62-128-128L50.75 333.25zM483.88 28.12c-37.47-37.5-98.28-37.5-135.75 0l-77.09 77.09-13.1-13.1c-9.44-9.44-24.65-9.31-33.94 0l-40.97 40.97c-9.37 9.37-9.37 24.57 0 33.94l161.94 161.94c9.44 9.44 24.65 9.31 33.94 0L419.88 288c9.37-9.37 9.37-24.57 0-33.94l-13.1-13.1 77.09-77.09c37.51-37.48 37.51-98.26.01-135.75z\"],\n \"eye-slash\": [640, 512, [], \"f070\", \"M320 400c-75.85 0-137.25-58.71-142.9-133.11L72.2 185.82c-13.79 17.3-26.48 35.59-36.72 55.59a32.35 32.35 0 0 0 0 29.19C89.71 376.41 197.07 448 320 448c26.91 0 52.87-4 77.89-10.46L346 397.39a144.13 144.13 0 0 1-26 2.61zm313.82 58.1l-110.55-85.44a331.25 331.25 0 0 0 81.25-102.07 32.35 32.35 0 0 0 0-29.19C550.29 135.59 442.93 64 320 64a308.15 308.15 0 0 0-147.32 37.7L45.46 3.37A16 16 0 0 0 23 6.18L3.37 31.45A16 16 0 0 0 6.18 53.9l588.36 454.73a16 16 0 0 0 22.46-2.81l19.64-25.27a16 16 0 0 0-2.82-22.45zm-183.72-142l-39.3-30.38A94.75 94.75 0 0 0 416 256a94.76 94.76 0 0 0-121.31-92.21A47.65 47.65 0 0 1 304 192a46.64 46.64 0 0 1-1.54 10l-73.61-56.89A142.31 142.31 0 0 1 320 112a143.92 143.92 0 0 1 144 144c0 21.63-5.29 41.79-13.9 60.11z\"],\n \"fan\": [512, 512, [], \"f863\", \"M352.57 128c-28.09 0-54.09 4.52-77.06 12.86l12.41-123.11C289 7.31 279.81-1.18 269.33.13 189.63 10.13 128 77.64 128 159.43c0 28.09 4.52 54.09 12.86 77.06L17.75 224.08C7.31 223-1.18 232.19.13 242.67c10 79.7 77.51 141.33 159.3 141.33 28.09 0 54.09-4.52 77.06-12.86l-12.41 123.11c-1.05 10.43 8.11 18.93 18.59 17.62 79.7-10 141.33-77.51 141.33-159.3 0-28.09-4.52-54.09-12.86-77.06l123.11 12.41c10.44 1.05 18.93-8.11 17.62-18.59-10-79.7-77.51-141.33-159.3-141.33zM256 288a32 32 0 1 1 32-32 32 32 0 0 1-32 32z\"],\n \"fast-backward\": [512, 512, [], \"f049\", \"M0 436V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v151.9L235.5 71.4C256.1 54.3 288 68.6 288 96v131.9L459.5 71.4C480.1 54.3 512 68.6 512 96v320c0 27.4-31.9 41.7-52.5 24.6L288 285.3V416c0 27.4-31.9 41.7-52.5 24.6L64 285.3V436c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12z\"],\n \"fast-forward\": [512, 512, [], \"f050\", \"M512 76v360c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V284.1L276.5 440.6c-20.6 17.2-52.5 2.8-52.5-24.6V284.1L52.5 440.6C31.9 457.8 0 443.4 0 416V96c0-27.4 31.9-41.7 52.5-24.6L224 226.8V96c0-27.4 31.9-41.7 52.5-24.6L448 226.8V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12z\"],\n \"faucet\": [512, 512, [], \"f905\", \"M352,256H313.39c-15.71-13.44-35.46-23.07-57.39-28V180.44l-32-3.38-32,3.38V228c-21.93,5-41.68,14.6-57.39,28H16A16,16,0,0,0,0,272v96a16,16,0,0,0,16,16h92.79C129.38,421.73,173,448,224,448s94.62-26.27,115.21-64H352a32,32,0,0,1,32,32,32,32,0,0,0,32,32h64a32,32,0,0,0,32-32A160,160,0,0,0,352,256ZM81.59,159.91l142.41-15,142.41,15c9.42,1,17.59-6.81,17.59-16.8V112.89c0-10-8.17-17.8-17.59-16.81L256,107.74V80a16,16,0,0,0-16-16H208a16,16,0,0,0-16,16v27.74L81.59,96.08C72.17,95.09,64,102.9,64,112.89v30.22C64,153.1,72.17,160.91,81.59,159.91Z\"],\n \"fax\": [512, 512, [], \"f1ac\", \"M480 160V77.25a32 32 0 0 0-9.38-22.63L425.37 9.37A32 32 0 0 0 402.75 0H160a32 32 0 0 0-32 32v448a32 32 0 0 0 32 32h320a32 32 0 0 0 32-32V192a32 32 0 0 0-32-32zM288 432a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32a16 16 0 0 1 16 16zm0-128a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32a16 16 0 0 1 16 16zm128 128a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32a16 16 0 0 1 16 16zm0-128a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32a16 16 0 0 1 16 16zm0-112H192V64h160v48a16 16 0 0 0 16 16h48zM64 128H32a32 32 0 0 0-32 32v320a32 32 0 0 0 32 32h32a32 32 0 0 0 32-32V160a32 32 0 0 0-32-32z\"],\n \"feather\": [512, 512, [], \"f52d\", \"M467.14 44.84c-62.55-62.48-161.67-64.78-252.28 25.73-78.61 78.52-60.98 60.92-85.75 85.66-60.46 60.39-70.39 150.83-63.64 211.17l178.44-178.25c6.26-6.25 16.4-6.25 22.65 0s6.25 16.38 0 22.63L7.04 471.03c-9.38 9.37-9.38 24.57 0 33.94 9.38 9.37 24.6 9.37 33.98 0l66.1-66.03C159.42 454.65 279 457.11 353.95 384h-98.19l147.57-49.14c49.99-49.93 36.38-36.18 46.31-46.86h-97.78l131.54-43.8c45.44-74.46 34.31-148.84-16.26-199.36z\"],\n \"feather-alt\": [512, 512, [], \"f56b\", \"M512 0C460.22 3.56 96.44 38.2 71.01 287.61c-3.09 26.66-4.84 53.44-5.99 80.24l178.87-178.69c6.25-6.25 16.4-6.25 22.65 0s6.25 16.38 0 22.63L7.04 471.03c-9.38 9.37-9.38 24.57 0 33.94 9.38 9.37 24.59 9.37 33.98 0l57.13-57.07c42.09-.14 84.15-2.53 125.96-7.36 53.48-5.44 97.02-26.47 132.58-56.54H255.74l146.79-48.88c11.25-14.89 21.37-30.71 30.45-47.12h-81.14l106.54-53.21C500.29 132.86 510.19 26.26 512 0z\"],\n \"female\": [256, 512, [], \"f182\", \"M128 0c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64S92.654 0 128 0m119.283 354.179l-48-192A24 24 0 0 0 176 144h-11.36c-22.711 10.443-49.59 10.894-73.28 0H80a24 24 0 0 0-23.283 18.179l-48 192C4.935 369.305 16.383 384 32 384h56v104c0 13.255 10.745 24 24 24h32c13.255 0 24-10.745 24-24V384h56c15.591 0 27.071-14.671 23.283-29.821z\"],\n \"fighter-jet\": [640, 512, [], \"f0fb\", \"M544 224l-128-16-48-16h-24L227.158 44h39.509C278.333 44 288 41.375 288 38s-9.667-6-21.333-6H152v12h16v164h-48l-66.667-80H18.667L8 138.667V208h8v16h48v2.666l-64 8v42.667l64 8V288H16v16H8v69.333L18.667 384h34.667L120 304h48v164h-16v12h114.667c11.667 0 21.333-2.625 21.333-6s-9.667-6-21.333-6h-39.509L344 320h24l48-16 128-16c96-21.333 96-26.583 96-32 0-5.417 0-10.667-96-32z\"],\n \"file\": [384, 512, [], \"f15b\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm160-14.1v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"],\n \"file-alt\": [384, 512, [], \"f15c\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm64 236c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12v8zm0-64c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12v8zm0-72v8c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm96-114.1v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"],\n \"file-archive\": [384, 512, [], \"f1c6\", \"M377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zM128.4 336c-17.9 0-32.4 12.1-32.4 27 0 15 14.6 27 32.5 27s32.4-12.1 32.4-27-14.6-27-32.5-27zM224 136V0h-63.6v32h-32V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zM95.9 32h32v32h-32zm32.3 384c-33.2 0-58-30.4-51.4-62.9L96.4 256v-32h32v-32h-32v-32h32v-32h-32V96h32V64h32v32h-32v32h32v32h-32v32h32v32h-32v32h22.1c5.7 0 10.7 4.1 11.8 9.7l17.3 87.7c6.4 32.4-18.4 62.6-51.4 62.6z\"],\n \"file-audio\": [384, 512, [], \"f1c7\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm-64 268c0 10.7-12.9 16-20.5 8.5L104 376H76c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h28l35.5-36.5c7.6-7.6 20.5-2.2 20.5 8.5v136zm33.2-47.6c9.1-9.3 9.1-24.1 0-33.4-22.1-22.8 12.2-56.2 34.4-33.5 27.2 27.9 27.2 72.4 0 100.4-21.8 22.3-56.9-10.4-34.4-33.5zm86-117.1c54.4 55.9 54.4 144.8 0 200.8-21.8 22.4-57-10.3-34.4-33.5 36.2-37.2 36.3-96.5 0-133.8-22.1-22.8 12.3-56.3 34.4-33.5zM384 121.9v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"],\n \"file-code\": [384, 512, [], \"f1c9\", \"M384 121.941V128H256V0h6.059c6.365 0 12.47 2.529 16.971 7.029l97.941 97.941A24.005 24.005 0 0 1 384 121.941zM248 160c-13.2 0-24-10.8-24-24V0H24C10.745 0 0 10.745 0 24v464c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24V160H248zM123.206 400.505a5.4 5.4 0 0 1-7.633.246l-64.866-60.812a5.4 5.4 0 0 1 0-7.879l64.866-60.812a5.4 5.4 0 0 1 7.633.246l19.579 20.885a5.4 5.4 0 0 1-.372 7.747L101.65 336l40.763 35.874a5.4 5.4 0 0 1 .372 7.747l-19.579 20.884zm51.295 50.479l-27.453-7.97a5.402 5.402 0 0 1-3.681-6.692l61.44-211.626a5.402 5.402 0 0 1 6.692-3.681l27.452 7.97a5.4 5.4 0 0 1 3.68 6.692l-61.44 211.626a5.397 5.397 0 0 1-6.69 3.681zm160.792-111.045l-64.866 60.812a5.4 5.4 0 0 1-7.633-.246l-19.58-20.885a5.4 5.4 0 0 1 .372-7.747L284.35 336l-40.763-35.874a5.4 5.4 0 0 1-.372-7.747l19.58-20.885a5.4 5.4 0 0 1 7.633-.246l64.866 60.812a5.4 5.4 0 0 1-.001 7.879z\"],\n \"file-contract\": [384, 512, [], \"f56c\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zM64 72c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8V72zm0 64c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16zm192.81 248H304c8.84 0 16 7.16 16 16s-7.16 16-16 16h-47.19c-16.45 0-31.27-9.14-38.64-23.86-2.95-5.92-8.09-6.52-10.17-6.52s-7.22.59-10.02 6.19l-7.67 15.34a15.986 15.986 0 0 1-14.31 8.84c-.38 0-.75-.02-1.14-.05-6.45-.45-12-4.75-14.03-10.89L144 354.59l-10.61 31.88c-5.89 17.66-22.38 29.53-41 29.53H80c-8.84 0-16-7.16-16-16s7.16-16 16-16h12.39c4.83 0 9.11-3.08 10.64-7.66l18.19-54.64c3.3-9.81 12.44-16.41 22.78-16.41s19.48 6.59 22.77 16.41l13.88 41.64c19.77-16.19 54.05-9.7 66 14.16 2.02 4.06 5.96 6.5 10.16 6.5zM377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"],\n \"file-csv\": [384, 512, [], \"f6dd\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm-96 144c0 4.42-3.58 8-8 8h-8c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h8c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8h-8c-26.51 0-48-21.49-48-48v-32c0-26.51 21.49-48 48-48h8c4.42 0 8 3.58 8 8v16zm44.27 104H160c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h12.27c5.95 0 10.41-3.5 10.41-6.62 0-1.3-.75-2.66-2.12-3.84l-21.89-18.77c-8.47-7.22-13.33-17.48-13.33-28.14 0-21.3 19.02-38.62 42.41-38.62H200c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8h-12.27c-5.95 0-10.41 3.5-10.41 6.62 0 1.3.75 2.66 2.12 3.84l21.89 18.77c8.47 7.22 13.33 17.48 13.33 28.14.01 21.29-19 38.62-42.39 38.62zM256 264v20.8c0 20.27 5.7 40.17 16 56.88 10.3-16.7 16-36.61 16-56.88V264c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v20.8c0 35.48-12.88 68.89-36.28 94.09-3.02 3.25-7.27 5.11-11.72 5.11s-8.7-1.86-11.72-5.11c-23.4-25.2-36.28-58.61-36.28-94.09V264c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8zm121-159L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"],\n \"file-download\": [384, 512, [], \"f56d\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm76.45 211.36l-96.42 95.7c-6.65 6.61-17.39 6.61-24.04 0l-96.42-95.7C73.42 337.29 80.54 320 94.82 320H160v-80c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v80h65.18c14.28 0 21.4 17.29 11.27 27.36zM377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"],\n \"file-excel\": [384, 512, [], \"f1c3\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm60.1 106.5L224 336l60.1 93.5c5.1 8-.6 18.5-10.1 18.5h-34.9c-4.4 0-8.5-2.4-10.6-6.3C208.9 405.5 192 373 192 373c-6.4 14.8-10 20-36.6 68.8-2.1 3.9-6.1 6.3-10.5 6.3H110c-9.5 0-15.2-10.5-10.1-18.5l60.3-93.5-60.3-93.5c-5.2-8 .6-18.5 10.1-18.5h34.8c4.4 0 8.5 2.4 10.6 6.3 26.1 48.8 20 33.6 36.6 68.5 0 0 6.1-11.7 36.6-68.5 2.1-3.9 6.2-6.3 10.6-6.3H274c9.5-.1 15.2 10.4 10.1 18.4zM384 121.9v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"],\n \"file-export\": [576, 512, [], \"f56e\", \"M384 121.9c0-6.3-2.5-12.4-7-16.9L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128zM571 308l-95.7-96.4c-10.1-10.1-27.4-3-27.4 11.3V288h-64v64h64v65.2c0 14.3 17.3 21.4 27.4 11.3L571 332c6.6-6.6 6.6-17.4 0-24zm-379 28v-32c0-8.8 7.2-16 16-16h176V160H248c-13.2 0-24-10.8-24-24V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V352H208c-8.8 0-16-7.2-16-16z\"],\n \"file-image\": [384, 512, [], \"f1c5\", \"M384 121.941V128H256V0h6.059a24 24 0 0 1 16.97 7.029l97.941 97.941a24.002 24.002 0 0 1 7.03 16.971zM248 160c-13.2 0-24-10.8-24-24V0H24C10.745 0 0 10.745 0 24v464c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24V160H248zm-135.455 16c26.51 0 48 21.49 48 48s-21.49 48-48 48-48-21.49-48-48 21.491-48 48-48zm208 240h-256l.485-48.485L104.545 328c4.686-4.686 11.799-4.201 16.485.485L160.545 368 264.06 264.485c4.686-4.686 12.284-4.686 16.971 0L320.545 304v112z\"],\n \"file-import\": [512, 512, [], \"f56f\", \"M16 288c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h112v-64zm489-183L407.1 7c-4.5-4.5-10.6-7-17-7H384v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H152c-13.3 0-24 10.7-24 24v264h128v-65.2c0-14.3 17.3-21.4 27.4-11.3L379 308c6.6 6.7 6.6 17.4 0 24l-95.7 96.4c-10.1 10.1-27.4 3-27.4-11.3V352H128v136c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H376c-13.2 0-24-10.8-24-24z\"],\n \"file-invoice\": [384, 512, [], \"f570\", \"M288 256H96v64h192v-64zm89-151L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zM64 72c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8V72zm0 64c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16zm256 304c0 4.42-3.58 8-8 8h-80c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16zm0-200v96c0 8.84-7.16 16-16 16H80c-8.84 0-16-7.16-16-16v-96c0-8.84 7.16-16 16-16h224c8.84 0 16 7.16 16 16z\"],\n \"file-invoice-dollar\": [384, 512, [], \"f571\", \"M377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zM64 72c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8V72zm0 80v-16c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8zm144 263.88V440c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-24.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V232c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v24.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07z\"],\n \"file-medical\": [384, 512, [], \"f477\", \"M377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm64 160v48c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8z\"],\n \"file-medical-alt\": [448, 512, [], \"f478\", \"M288 136V0H88C74.7 0 64 10.7 64 24v232H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h140.9c3 0 5.8 1.7 7.2 4.4l19.9 39.8 56.8-113.7c2.9-5.9 11.4-5.9 14.3 0l34.7 69.5H352c8.8 0 16 7.2 16 16s-7.2 16-16 16h-89.9L240 275.8l-56.8 113.7c-2.9 5.9-11.4 5.9-14.3 0L134.1 320H64v168c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H312c-13.2 0-24-10.8-24-24zm153-31L343.1 7c-4.5-4.5-10.6-7-17-7H320v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"],\n \"file-pdf\": [384, 512, [], \"f1c1\", \"M181.9 256.1c-5-16-4.9-46.9-2-46.9 8.4 0 7.6 36.9 2 46.9zm-1.7 47.2c-7.7 20.2-17.3 43.3-28.4 62.7 18.3-7 39-17.2 62.9-21.9-12.7-9.6-24.9-23.4-34.5-40.8zM86.1 428.1c0 .8 13.2-5.4 34.9-40.2-6.7 6.3-29.1 24.5-34.9 40.2zM248 160h136v328c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V24C0 10.7 10.7 0 24 0h200v136c0 13.2 10.8 24 24 24zm-8 171.8c-20-12.2-33.3-29-42.7-53.8 4.5-18.5 11.6-46.6 6.2-64.2-4.7-29.4-42.4-26.5-47.8-6.8-5 18.3-.4 44.1 8.1 77-11.6 27.6-28.7 64.6-40.8 85.8-.1 0-.1.1-.2.1-27.1 13.9-73.6 44.5-54.5 68 5.6 6.9 16 10 21.5 10 17.9 0 35.7-18 61.1-61.8 25.8-8.5 54.1-19.1 79-23.2 21.7 11.8 47.1 19.5 64 19.5 29.2 0 31.2-32 19.7-43.4-13.9-13.6-54.3-9.7-73.6-7.2zM377 105L279 7c-4.5-4.5-10.6-7-17-7h-6v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-74.1 255.3c4.1-2.7-2.5-11.9-42.8-9 37.1 15.8 42.8 9 42.8 9z\"],\n \"file-powerpoint\": [384, 512, [], \"f1c4\", \"M193.7 271.2c8.8 0 15.5 2.7 20.3 8.1 9.6 10.9 9.8 32.7-.2 44.1-4.9 5.6-11.9 8.5-21.1 8.5h-26.9v-60.7h27.9zM377 105L279 7c-4.5-4.5-10.6-7-17-7h-6v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm53 165.2c0 90.3-88.8 77.6-111.1 77.6V436c0 6.6-5.4 12-12 12h-30.8c-6.6 0-12-5.4-12-12V236.2c0-6.6 5.4-12 12-12h81c44.5 0 72.9 32.8 72.9 77z\"],\n \"file-prescription\": [384, 512, [], \"f572\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm68.53 179.48l11.31 11.31c6.25 6.25 6.25 16.38 0 22.63l-29.9 29.9L304 409.38c6.25 6.25 6.25 16.38 0 22.63l-11.31 11.31c-6.25 6.25-16.38 6.25-22.63 0L240 413.25l-30.06 30.06c-6.25 6.25-16.38 6.25-22.63 0L176 432c-6.25-6.25-6.25-16.38 0-22.63l30.06-30.06L146.74 320H128v48c0 8.84-7.16 16-16 16H96c-8.84 0-16-7.16-16-16V208c0-8.84 7.16-16 16-16h80c35.35 0 64 28.65 64 64 0 24.22-13.62 45.05-33.46 55.92L240 345.38l29.9-29.9c6.25-6.25 16.38-6.25 22.63 0zM176 272h-48v-32h48c8.82 0 16 7.18 16 16s-7.18 16-16 16zm208-150.1v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"],\n \"file-signature\": [576, 512, [], \"f573\", \"M218.17 424.14c-2.95-5.92-8.09-6.52-10.17-6.52s-7.22.59-10.02 6.19l-7.67 15.34c-6.37 12.78-25.03 11.37-29.48-2.09L144 386.59l-10.61 31.88c-5.89 17.66-22.38 29.53-41 29.53H80c-8.84 0-16-7.16-16-16s7.16-16 16-16h12.39c4.83 0 9.11-3.08 10.64-7.66l18.19-54.64c3.3-9.81 12.44-16.41 22.78-16.41s19.48 6.59 22.77 16.41l13.88 41.64c19.75-16.19 54.06-9.7 66 14.16 1.89 3.78 5.49 5.95 9.36 6.26v-82.12l128-127.09V160H248c-13.2 0-24-10.8-24-24V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24v-40l-128-.11c-16.12-.31-30.58-9.28-37.83-23.75zM384 121.9c0-6.3-2.5-12.4-7-16.9L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1zm-96 225.06V416h68.99l161.68-162.78-67.88-67.88L288 346.96zm280.54-179.63l-31.87-31.87c-9.94-9.94-26.07-9.94-36.01 0l-27.25 27.25 67.88 67.88 27.25-27.25c9.95-9.94 9.95-26.07 0-36.01z\"],\n \"file-upload\": [384, 512, [], \"f574\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm65.18 216.01H224v80c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16v-80H94.82c-14.28 0-21.41-17.29-11.27-27.36l96.42-95.7c6.65-6.61 17.39-6.61 24.04 0l96.42 95.7c10.15 10.07 3.03 27.36-11.25 27.36zM377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"],\n \"file-video\": [384, 512, [], \"f1c8\", \"M384 121.941V128H256V0h6.059c6.365 0 12.47 2.529 16.971 7.029l97.941 97.941A24.005 24.005 0 0 1 384 121.941zM224 136V0H24C10.745 0 0 10.745 0 24v464c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24V160H248c-13.2 0-24-10.8-24-24zm96 144.016v111.963c0 21.445-25.943 31.998-40.971 16.971L224 353.941V392c0 13.255-10.745 24-24 24H88c-13.255 0-24-10.745-24-24V280c0-13.255 10.745-24 24-24h112c13.255 0 24 10.745 24 24v38.059l55.029-55.013c15.011-15.01 40.971-4.491 40.971 16.97z\"],\n \"file-word\": [384, 512, [], \"f1c2\", \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm57.1 120H305c7.7 0 13.4 7.1 11.7 14.7l-38 168c-1.2 5.5-6.1 9.3-11.7 9.3h-38c-5.5 0-10.3-3.8-11.6-9.1-25.8-103.5-20.8-81.2-25.6-110.5h-.5c-1.1 14.3-2.4 17.4-25.6 110.5-1.3 5.3-6.1 9.1-11.6 9.1H117c-5.6 0-10.5-3.9-11.7-9.4l-37.8-168c-1.7-7.5 4-14.6 11.7-14.6h24.5c5.7 0 10.7 4 11.8 9.7 15.6 78 20.1 109.5 21 122.2 1.6-10.2 7.3-32.7 29.4-122.7 1.3-5.4 6.1-9.1 11.7-9.1h29.1c5.6 0 10.4 3.8 11.7 9.2 24 100.4 28.8 124 29.6 129.4-.2-11.2-2.6-17.8 21.6-129.2 1-5.6 5.9-9.5 11.5-9.5zM384 121.9v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"],\n \"fill\": [512, 512, [], \"f575\", \"M502.63 217.06L294.94 9.37C288.69 3.12 280.5 0 272.31 0s-16.38 3.12-22.62 9.37l-81.58 81.58L81.93 4.77c-6.24-6.25-16.38-6.25-22.62 0L36.69 27.38c-6.24 6.25-6.24 16.38 0 22.63l86.19 86.18-94.76 94.76c-37.49 37.49-37.49 98.26 0 135.75l117.19 117.19c18.75 18.74 43.31 28.12 67.87 28.12 24.57 0 49.13-9.37 67.88-28.12l221.57-221.57c12.49-12.5 12.49-32.76 0-45.26zm-116.22 70.97H65.93c1.36-3.84 3.57-7.98 7.43-11.83l13.15-13.15 81.61-81.61 58.61 58.6c12.49 12.49 32.75 12.49 45.24 0 12.49-12.49 12.49-32.75 0-45.24l-58.61-58.6 58.95-58.95 162.45 162.44-48.35 48.34z\"],\n \"fill-drip\": [576, 512, [], \"f576\", \"M512 320s-64 92.65-64 128c0 35.35 28.66 64 64 64s64-28.65 64-64-64-128-64-128zm-9.37-102.94L294.94 9.37C288.69 3.12 280.5 0 272.31 0s-16.38 3.12-22.62 9.37l-81.58 81.58L81.93 4.76c-6.25-6.25-16.38-6.25-22.62 0L36.69 27.38c-6.24 6.25-6.24 16.38 0 22.62l86.19 86.18-94.76 94.76c-37.49 37.48-37.49 98.26 0 135.75l117.19 117.19c18.74 18.74 43.31 28.12 67.87 28.12 24.57 0 49.13-9.37 67.87-28.12l221.57-221.57c12.5-12.5 12.5-32.75.01-45.25zm-116.22 70.97H65.93c1.36-3.84 3.57-7.98 7.43-11.83l13.15-13.15 81.61-81.61 58.6 58.6c12.49 12.49 32.75 12.49 45.24 0s12.49-32.75 0-45.24l-58.6-58.6 58.95-58.95 162.44 162.44-48.34 48.34z\"],\n \"film\": [512, 512, [], \"f008\", \"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"],\n \"filter\": [512, 512, [], \"f0b0\", \"M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z\"],\n \"fingerprint\": [512, 512, [], \"f577\", \"M256.12 245.96c-13.25 0-24 10.74-24 24 1.14 72.25-8.14 141.9-27.7 211.55-2.73 9.72 2.15 30.49 23.12 30.49 10.48 0 20.11-6.92 23.09-17.52 13.53-47.91 31.04-125.41 29.48-224.52.01-13.25-10.73-24-23.99-24zm-.86-81.73C194 164.16 151.25 211.3 152.1 265.32c.75 47.94-3.75 95.91-13.37 142.55-2.69 12.98 5.67 25.69 18.64 28.36 13.05 2.67 25.67-5.66 28.36-18.64 10.34-50.09 15.17-101.58 14.37-153.02-.41-25.95 19.92-52.49 54.45-52.34 31.31.47 57.15 25.34 57.62 55.47.77 48.05-2.81 96.33-10.61 143.55-2.17 13.06 6.69 25.42 19.76 27.58 19.97 3.33 26.81-15.1 27.58-19.77 8.28-50.03 12.06-101.21 11.27-152.11-.88-55.8-47.94-101.88-104.91-102.72zm-110.69-19.78c-10.3-8.34-25.37-6.8-33.76 3.48-25.62 31.5-39.39 71.28-38.75 112 .59 37.58-2.47 75.27-9.11 112.05-2.34 13.05 6.31 25.53 19.36 27.89 20.11 3.5 27.07-14.81 27.89-19.36 7.19-39.84 10.5-80.66 9.86-121.33-.47-29.88 9.2-57.88 28-80.97 8.35-10.28 6.79-25.39-3.49-33.76zm109.47-62.33c-15.41-.41-30.87 1.44-45.78 4.97-12.89 3.06-20.87 15.98-17.83 28.89 3.06 12.89 16 20.83 28.89 17.83 11.05-2.61 22.47-3.77 34-3.69 75.43 1.13 137.73 61.5 138.88 134.58.59 37.88-1.28 76.11-5.58 113.63-1.5 13.17 7.95 25.08 21.11 26.58 16.72 1.95 25.51-11.88 26.58-21.11a929.06 929.06 0 0 0 5.89-119.85c-1.56-98.75-85.07-180.33-186.16-181.83zm252.07 121.45c-2.86-12.92-15.51-21.2-28.61-18.27-12.94 2.86-21.12 15.66-18.26 28.61 4.71 21.41 4.91 37.41 4.7 61.6-.11 13.27 10.55 24.09 23.8 24.2h.2c13.17 0 23.89-10.61 24-23.8.18-22.18.4-44.11-5.83-72.34zm-40.12-90.72C417.29 43.46 337.6 1.29 252.81.02 183.02-.82 118.47 24.91 70.46 72.94 24.09 119.37-.9 181.04.14 246.65l-.12 21.47c-.39 13.25 10.03 24.31 23.28 24.69.23.02.48.02.72.02 12.92 0 23.59-10.3 23.97-23.3l.16-23.64c-.83-52.5 19.16-101.86 56.28-139 38.76-38.8 91.34-59.67 147.68-58.86 69.45 1.03 134.73 35.56 174.62 92.39 7.61 10.86 22.56 13.45 33.42 5.86 10.84-7.62 13.46-22.59 5.84-33.43z\"],\n \"fire\": [384, 512, [], \"f06d\", \"M216 23.86c0-23.8-30.65-32.77-44.15-13.04C48 191.85 224 200 224 288c0 35.63-29.11 64.46-64.85 63.99-35.17-.45-63.15-29.77-63.15-64.94v-85.51c0-21.7-26.47-32.23-41.43-16.5C27.8 213.16 0 261.33 0 320c0 105.87 86.13 192 192 192s192-86.13 192-192c0-170.29-168-193-168-296.14z\"],\n \"fire-alt\": [448, 512, [], \"f7e4\", \"M323.56 51.2c-20.8 19.3-39.58 39.59-56.22 59.97C240.08 73.62 206.28 35.53 168 0 69.74 91.17 0 209.96 0 281.6 0 408.85 100.29 512 224 512s224-103.15 224-230.4c0-53.27-51.98-163.14-124.44-230.4zm-19.47 340.65C282.43 407.01 255.72 416 226.86 416 154.71 416 96 368.26 96 290.75c0-38.61 24.31-72.63 72.79-130.75 6.93 7.98 98.83 125.34 98.83 125.34l58.63-66.88c4.14 6.85 7.91 13.55 11.27 19.97 27.35 52.19 15.81 118.97-33.43 153.42z\"],\n \"fire-extinguisher\": [448, 512, [], \"f134\", \"M434.027 26.329l-168 28C254.693 56.218 256 67.8 256 72h-58.332C208.353 36.108 181.446 0 144 0c-39.435 0-66.368 39.676-52.228 76.203-52.039 13.051-75.381 54.213-90.049 90.884-4.923 12.307 1.063 26.274 13.37 31.197 12.317 4.926 26.279-1.075 31.196-13.37C75.058 112.99 106.964 120 168 120v27.076c-41.543 10.862-72 49.235-72 94.129V488c0 13.255 10.745 24 24 24h144c13.255 0 24-10.745 24-24V240c0-44.731-30.596-82.312-72-92.97V120h40c0 2.974-1.703 15.716 10.027 17.671l168 28C441.342 166.89 448 161.25 448 153.834V38.166c0-7.416-6.658-13.056-13.973-11.837zM144 72c-8.822 0-16-7.178-16-16s7.178-16 16-16 16 7.178 16 16-7.178 16-16 16z\"],\n \"first-aid\": [576, 512, [], \"f479\", \"M0 80v352c0 26.5 21.5 48 48 48h48V32H48C21.5 32 0 53.5 0 80zm128 400h320V32H128v448zm64-248c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48zM528 32h-48v448h48c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z\"],\n \"fish\": [576, 512, [], \"f578\", \"M327.1 96c-89.97 0-168.54 54.77-212.27 101.63L27.5 131.58c-12.13-9.18-30.24.6-27.14 14.66L24.54 256 .35 365.77c-3.1 14.06 15.01 23.83 27.14 14.66l87.33-66.05C158.55 361.23 237.13 416 327.1 416 464.56 416 576 288 576 256S464.56 96 327.1 96zm87.43 184c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24 13.26 0 24 10.74 24 24 0 13.25-10.75 24-24 24z\"],\n \"fist-raised\": [384, 512, [], \"f6de\", \"M255.98 160V16c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v146.93c5.02-1.78 10.34-2.93 15.97-2.93h48.03zm128 95.99c-.01-35.34-28.66-63.99-63.99-63.99H207.85c-8.78 0-15.9 7.07-15.9 15.85v.56c0 26.27 21.3 47.59 47.57 47.59h35.26c9.68 0 13.2 3.58 13.2 8v16.2c0 4.29-3.59 7.78-7.88 8-44.52 2.28-64.16 24.71-96.05 72.55l-6.31 9.47a7.994 7.994 0 0 1-11.09 2.22l-13.31-8.88a7.994 7.994 0 0 1-2.22-11.09l6.31-9.47c15.73-23.6 30.2-43.26 47.31-58.08-17.27-5.51-31.4-18.12-38.87-34.45-6.59 3.41-13.96 5.52-21.87 5.52h-32c-12.34 0-23.49-4.81-32-12.48C71.48 251.19 60.33 256 48 256H16c-5.64 0-10.97-1.15-16-2.95v77.93c0 33.95 13.48 66.5 37.49 90.51L63.99 448v64h255.98v-63.96l35.91-35.92A96.035 96.035 0 0 0 384 344.21l-.02-88.22zm-32.01-90.09V48c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v112h32c11.28 0 21.94 2.31 32 5.9zM16 224h32c8.84 0 16-7.16 16-16V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v128c0 8.84 7.16 16 16 16zm95.99 0h32c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v160c0 8.84 7.16 16 16 16z\"],\n \"flag\": [512, 512, [], \"f024\", \"M349.565 98.783C295.978 98.783 251.721 64 184.348 64c-24.955 0-47.309 4.384-68.045 12.013a55.947 55.947 0 0 0 3.586-23.562C118.117 24.015 94.806 1.206 66.338.048 34.345-1.254 8 24.296 8 56c0 19.026 9.497 35.825 24 45.945V488c0 13.255 10.745 24 24 24h16c13.255 0 24-10.745 24-24v-94.4c28.311-12.064 63.582-22.122 114.435-22.122 53.588 0 97.844 34.783 165.217 34.783 48.169 0 86.667-16.294 122.505-40.858C506.84 359.452 512 349.571 512 339.045v-243.1c0-23.393-24.269-38.87-45.485-29.016-34.338 15.948-76.454 31.854-116.95 31.854z\"],\n \"flag-checkered\": [512, 512, [], \"f11e\", \"M243.2 189.9V258c26.1 5.9 49.3 15.6 73.6 22.3v-68.2c-26-5.8-49.4-15.5-73.6-22.2zm223.3-123c-34.3 15.9-76.5 31.9-117 31.9C296 98.8 251.7 64 184.3 64c-25 0-47.3 4.4-68 12 2.8-7.3 4.1-15.2 3.6-23.6C118.1 24 94.8 1.2 66.3 0 34.3-1.3 8 24.3 8 56c0 19 9.5 35.8 24 45.9V488c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24v-94.4c28.3-12.1 63.6-22.1 114.4-22.1 53.6 0 97.8 34.8 165.2 34.8 48.2 0 86.7-16.3 122.5-40.9 8.7-6 13.8-15.8 13.8-26.4V95.9c.1-23.3-24.2-38.8-45.4-29zM169.6 325.5c-25.8 2.7-50 8.2-73.6 16.6v-70.5c26.2-9.3 47.5-15 73.6-17.4zM464 191c-23.6 9.8-46.3 19.5-73.6 23.9V286c24.8-3.4 51.4-11.8 73.6-26v70.5c-25.1 16.1-48.5 24.7-73.6 27.1V286c-27 3.7-47.9 1.5-73.6-5.6v67.4c-23.9-7.4-47.3-16.7-73.6-21.3V258c-19.7-4.4-40.8-6.8-73.6-3.8v-70c-22.4 3.1-44.6 10.2-73.6 20.9v-70.5c33.2-12.2 50.1-19.8 73.6-22v71.6c27-3.7 48.4-1.3 73.6 5.7v-67.4c23.7 7.4 47.2 16.7 73.6 21.3v68.4c23.7 5.3 47.6 6.9 73.6 2.7V143c27-4.8 52.3-13.6 73.6-22.5z\"],\n \"flag-usa\": [512, 512, [], \"f74d\", \"M32 0C14.3 0 0 14.3 0 32v464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V32C64 14.3 49.7 0 32 0zm267.9 303.6c-57.2-15.1-111.7-28.8-203.9 11.1V384c185.7-92.2 221.7 53.3 397.5-23.1 11.4-5 18.5-16.5 18.5-28.8v-36c-43.6 17.3-80.2 24.1-112.1 24.1-37.4-.1-68.9-8.4-100-16.6zm0-96c-57.2-15.1-111.7-28.8-203.9 11.1v61.5c94.8-37.6 154.6-22.7 212.1-7.6 57.2 15.1 111.7 28.8 203.9-11.1V200c-43.6 17.3-80.2 24.1-112.1 24.1-37.4 0-68.9-8.3-100-16.5zm9.5-125.9c51.8 15.6 97.4 29 202.6-20.1V30.8c0-25.1-26.8-38.1-49.4-26.6C291.3 91.5 305.4-62.2 96 32.4v151.9c94.8-37.5 154.6-22.7 212.1-7.6 57.2 15 111.7 28.7 203.9-11.1V96.7c-53.6 23.5-93.3 31.4-126.1 31.4s-59-7.8-85.7-15.9c-4-1.2-8.1-2.4-12.1-3.5V75.5c7.2 2 14.3 4.1 21.3 6.2zM160 128.1c-8.8 0-16-7.1-16-16 0-8.8 7.2-16 16-16s16 7.1 16 16-7.2 16-16 16zm0-55.8c-8.8 0-16-7.1-16-16 0-8.8 7.2-16 16-16s16 7.1 16 16c0 8.8-7.2 16-16 16zm64 47.9c-8.8 0-16-7.1-16-16 0-8.8 7.2-16 16-16s16 7.1 16 16c0 8.8-7.2 16-16 16zm0-55.9c-8.8 0-16-7.1-16-16 0-8.8 7.2-16 16-16s16 7.1 16 16c0 8.8-7.2 16-16 16z\"],\n \"flask\": [448, 512, [], \"f0c3\", \"M437.2 403.5L320 215V64h8c13.3 0 24-10.7 24-24V24c0-13.3-10.7-24-24-24H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h8v151L10.8 403.5C-18.5 450.6 15.3 512 70.9 512h306.2c55.7 0 89.4-61.5 60.1-108.5zM137.9 320l48.2-77.6c3.7-5.2 5.8-11.6 5.8-18.4V64h64v160c0 6.9 2.2 13.2 5.8 18.4l48.2 77.6h-172z\"],\n \"flushed\": [496, 512, [], \"f579\", \"M344 200c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm-192 0c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM80 224c0-39.8 32.2-72 72-72s72 32.2 72 72-32.2 72-72 72-72-32.2-72-72zm232 176H184c-21.2 0-21.2-32 0-32h128c21.2 0 21.2 32 0 32zm32-104c-39.8 0-72-32.2-72-72s32.2-72 72-72 72 32.2 72 72-32.2 72-72 72z\"],\n \"folder\": [512, 512, [], \"f07b\", \"M464 128H272l-64-64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48z\"],\n \"folder-minus\": [512, 512, [], \"f65d\", \"M464 128H272l-64-64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48zm-96 168c0 8.84-7.16 16-16 16H160c-8.84 0-16-7.16-16-16v-16c0-8.84 7.16-16 16-16h192c8.84 0 16 7.16 16 16v16z\"],\n \"folder-open\": [576, 512, [], \"f07c\", \"M572.694 292.093L500.27 416.248A63.997 63.997 0 0 1 444.989 448H45.025c-18.523 0-30.064-20.093-20.731-36.093l72.424-124.155A64 64 0 0 1 152 256h399.964c18.523 0 30.064 20.093 20.73 36.093zM152 224h328v-48c0-26.51-21.49-48-48-48H272l-64-64H48C21.49 64 0 85.49 0 112v278.046l69.077-118.418C86.214 242.25 117.989 224 152 224z\"],\n \"folder-plus\": [512, 512, [], \"f65e\", \"M464,128H272L208,64H48A48,48,0,0,0,0,112V400a48,48,0,0,0,48,48H464a48,48,0,0,0,48-48V176A48,48,0,0,0,464,128ZM359.5,296a16,16,0,0,1-16,16h-64v64a16,16,0,0,1-16,16h-16a16,16,0,0,1-16-16V312h-64a16,16,0,0,1-16-16V280a16,16,0,0,1,16-16h64V200a16,16,0,0,1,16-16h16a16,16,0,0,1,16,16v64h64a16,16,0,0,1,16,16Z\"],\n \"font\": [448, 512, [], \"f031\", \"M432 416h-23.41L277.88 53.69A32 32 0 0 0 247.58 32h-47.16a32 32 0 0 0-30.3 21.69L39.41 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-19.58l23.3-64h152.56l23.3 64H304a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM176.85 272L224 142.51 271.15 272z\"],\n \"font-awesome-logo-full\": [3992, 512, [\"Font Awesome\"], \"f4e6\", \"M454.6 0H57.4C25.9 0 0 25.9 0 57.4v397.3C0 486.1 25.9 512 57.4 512h397.3c31.4 0 57.4-25.9 57.4-57.4V57.4C512 25.9 486.1 0 454.6 0zm-58.9 324.9c0 4.8-4.1 6.9-8.9 8.9-19.2 8.1-39.7 15.7-61.5 15.7-40.5 0-68.7-44.8-163.2 2.5v51.8c0 30.3-45.7 30.2-45.7 0v-250c-9-7-15-17.9-15-30.3 0-21 17.1-38.2 38.2-38.2 21 0 38.2 17.1 38.2 38.2 0 12.2-5.8 23.2-14.9 30.2v21c37.1-12 65.5-34.4 146.1-3.4 26.6 11.4 68.7-15.7 76.5-15.7 5.5 0 10.3 4.1 10.3 8.9v160.4zm432.9-174.2h-137v70.1H825c39.8 0 40.4 62.2 0 62.2H691.6v105.6c0 45.5-70.7 46.4-70.7 0V128.3c0-22 18-39.8 39.8-39.8h167.8c39.6 0 40.5 62.2.1 62.2zm191.1 23.4c-169.3 0-169.1 252.4 0 252.4 169.9 0 169.9-252.4 0-252.4zm0 196.1c-81.6 0-82.1-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm372.4 53.4c-17.5 0-31.4-13.9-31.4-31.4v-117c0-62.4-72.6-52.5-99.1-16.4v133.4c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c43.3-51.6 162.4-60.4 162.4 39.3v141.5c.3 30.4-31.5 31.4-31.7 31.4zm179.7 2.9c-44.3 0-68.3-22.9-68.3-65.8V235.2H1488c-35.6 0-36.7-55.3 0-55.3h15.5v-37.3c0-41.3 63.8-42.1 63.8 0v37.5h24.9c35.4 0 35.7 55.3 0 55.3h-24.9v108.5c0 29.6 26.1 26.3 27.4 26.3 31.4 0 52.6 56.3-22.9 56.3zM1992 123c-19.5-50.2-95.5-50-114.5 0-107.3 275.7-99.5 252.7-99.5 262.8 0 42.8 58.3 51.2 72.1 14.4l13.5-35.9H2006l13 35.9c14.2 37.7 72.1 27.2 72.1-14.4 0-10.1 5.3 6.8-99.1-262.8zm-108.9 179.1l51.7-142.9 51.8 142.9h-103.5zm591.3-85.6l-53.7 176.3c-12.4 41.2-72 41-84 0l-42.3-135.9-42.3 135.9c-12.4 40.9-72 41.2-84.5 0l-54.2-176.3c-12.5-39.4 49.8-56.1 60.2-16.9L2213 342l45.3-139.5c10.9-32.7 59.6-34.7 71.2 0l45.3 139.5 39.3-142.4c10.3-38.3 72.6-23.8 60.3 16.9zm275.4 75.1c0-42.4-33.9-117.5-119.5-117.5-73.2 0-124.4 56.3-124.4 126 0 77.2 55.3 126.4 128.5 126.4 31.7 0 93-11.5 93-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-109 8.4-115.9-43.8h148.3c16.3 0 29.3-13.4 29.3-28.9zM2571 277.7c9.5-73.4 113.9-68.6 118.6 0H2571zm316.7 148.8c-31.4 0-81.6-10.5-96.6-31.9-12.4-17 2.5-39.8 21.8-39.8 16.3 0 36.8 22.9 77.7 22.9 27.4 0 40.4-11 40.4-25.8 0-39.8-142.9-7.4-142.9-102 0-40.4 35.3-75.7 98.6-75.7 31.4 0 74.1 9.9 87.6 29.4 10.8 14.8-1.4 36.2-20.9 36.2-15.1 0-26.7-17.3-66.2-17.3-22.9 0-37.8 10.5-37.8 23.8 0 35.9 142.4 6 142.4 103.1-.1 43.7-37.4 77.1-104.1 77.1zm266.8-252.4c-169.3 0-169.1 252.4 0 252.4 170.1 0 169.6-252.4 0-252.4zm0 196.1c-81.8 0-82-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm476.9 22V268.7c0-53.8-61.4-45.8-85.7-10.5v134c0 41.3-63.8 42.1-63.8 0V268.7c0-52.1-59.5-47.4-85.7-10.1v133.6c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c9.9-14.4 41.8-37.3 78.6-37.3 35.3 0 57.7 16.4 66.7 43.8 13.9-21.8 45.8-43.8 82.6-43.8 44.3 0 70.7 23.4 70.7 72.7v145.3c.5 17.3-13.5 31.4-31.9 31.4 3.5.1-31.3 1.1-31.3-31.3zM3992 291.6c0-42.4-32.4-117.5-117.9-117.5-73.2 0-127.5 56.3-127.5 126 0 77.2 58.3 126.4 131.6 126.4 31.7 0 91.5-11.5 91.5-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-110.5 8.4-117.5-43.8h149.8c16.3 0 29.1-13.4 29.3-28.9zm-180.5-13.9c9.7-74.4 115.9-68.3 120.1 0h-120.1z\"],\n \"football-ball\": [496, 512, [], \"f44e\", \"M481.5 60.3c-4.8-18.2-19.1-32.5-37.3-37.4C420.3 16.5 383 8.9 339.4 8L496 164.8c-.8-43.5-8.2-80.6-14.5-104.5zm-467 391.4c4.8 18.2 19.1 32.5 37.3 37.4 23.9 6.4 61.2 14 104.8 14.9L0 347.2c.8 43.5 8.2 80.6 14.5 104.5zM4.2 283.4L220.4 500c132.5-19.4 248.8-118.7 271.5-271.4L275.6 12C143.1 31.4 26.8 130.7 4.2 283.4zm317.3-123.6c3.1-3.1 8.2-3.1 11.3 0l11.3 11.3c3.1 3.1 3.1 8.2 0 11.3l-28.3 28.3 28.3 28.3c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0l-28.3-28.3-22.6 22.7 28.3 28.3c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0L248 278.6l-22.6 22.6 28.3 28.3c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0l-28.3-28.3-28.3 28.3c-3.1 3.1-8.2 3.1-11.3 0l-11.3-11.3c-3.1-3.1-3.1-8.2 0-11.3l28.3-28.3-28.3-28.2c-3.1-3.1-3.1-8.2 0-11.3l11.3-11.3c3.1-3.1 8.2-3.1 11.3 0l28.3 28.3 22.6-22.6-28.3-28.3c-3.1-3.1-3.1-8.2 0-11.3l11.3-11.3c3.1-3.1 8.2-3.1 11.3 0l28.3 28.3 22.6-22.6-28.3-28.3c-3.1-3.1-3.1-8.2 0-11.3l11.3-11.3c3.1-3.1 8.2-3.1 11.3 0l28.3 28.3 28.3-28.5z\"],\n \"forward\": [512, 512, [], \"f04e\", \"M500.5 231.4l-192-160C287.9 54.3 256 68.6 256 96v320c0 27.4 31.9 41.8 52.5 24.6l192-160c15.3-12.8 15.3-36.4 0-49.2zm-256 0l-192-160C31.9 54.3 0 68.6 0 96v320c0 27.4 31.9 41.8 52.5 24.6l192-160c15.3-12.8 15.3-36.4 0-49.2z\"],\n \"frog\": [576, 512, [], \"f52e\", \"M446.53 97.43C439.67 60.23 407.19 32 368 32c-39.23 0-71.72 28.29-78.54 65.54C126.75 112.96-.5 250.12 0 416.98.11 451.9 29.08 480 64 480h304c8.84 0 16-7.16 16-16 0-17.67-14.33-32-32-32h-79.49l35.8-48.33c24.14-36.23 10.35-88.28-33.71-106.6-23.89-9.93-51.55-4.65-72.24 10.88l-32.76 24.59c-7.06 5.31-17.09 3.91-22.41-3.19-5.3-7.08-3.88-17.11 3.19-22.41l34.78-26.09c36.84-27.66 88.28-27.62 125.13 0 10.87 8.15 45.87 39.06 40.8 93.21L469.62 480H560c8.84 0 16-7.16 16-16 0-17.67-14.33-32-32-32h-53.63l-98.52-104.68 154.44-86.65A58.16 58.16 0 0 0 576 189.94c0-21.4-11.72-40.95-30.48-51.23-40.56-22.22-98.99-41.28-98.99-41.28zM368 136c-13.26 0-24-10.75-24-24 0-13.26 10.74-24 24-24 13.25 0 24 10.74 24 24 0 13.25-10.75 24-24 24z\"],\n \"frown\": [496, 512, [], \"f119\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm170.2 218.2C315.8 367.4 282.9 352 248 352s-67.8 15.4-90.2 42.2c-13.5 16.3-38.1-4.2-24.6-20.5C161.7 339.6 203.6 320 248 320s86.3 19.6 114.7 53.8c13.6 16.2-11 36.7-24.5 20.4z\"],\n \"frown-open\": [496, 512, [], \"f57a\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM136 208c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm187.3 183.3c-31.2-9.6-59.4-15.3-75.3-15.3s-44.1 5.7-75.3 15.3c-11.5 3.5-22.5-6.3-20.5-18.1 7-40 60.1-61.2 95.8-61.2s88.8 21.3 95.8 61.2c2 11.9-9.1 21.6-20.5 18.1zM328 240c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"],\n \"funnel-dollar\": [640, 512, [], \"f662\", \"M433.46 165.94l101.2-111.87C554.61 34.12 540.48 0 512.26 0H31.74C3.52 0-10.61 34.12 9.34 54.07L192 256v155.92c0 12.59 5.93 24.44 16 32l79.99 60c20.86 15.64 48.47 6.97 59.22-13.57C310.8 455.38 288 406.35 288 352c0-89.79 62.05-165.17 145.46-186.06zM480 192c-88.37 0-160 71.63-160 160s71.63 160 160 160 160-71.63 160-160-71.63-160-160-160zm16 239.88V448c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V256c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.04 44.44-42.67 45.07z\"],\n \"futbol\": [512, 512, [], \"f1e3\", \"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zm-48 0l-.003-.282-26.064 22.741-62.679-58.5 16.454-84.355 34.303 3.072c-24.889-34.216-60.004-60.089-100.709-73.141l13.651 31.939L256 139l-74.953-41.525 13.651-31.939c-40.631 13.028-75.78 38.87-100.709 73.141l34.565-3.073 16.192 84.355-62.678 58.5-26.064-22.741-.003.282c0 43.015 13.497 83.952 38.472 117.991l7.704-33.897 85.138 10.447 36.301 77.826-29.902 17.786c40.202 13.122 84.29 13.148 124.572 0l-29.902-17.786 36.301-77.826 85.138-10.447 7.704 33.897C442.503 339.952 456 299.015 456 256zm-248.102 69.571l-29.894-91.312L256 177.732l77.996 56.527-29.622 91.312h-96.476z\"],\n \"gamepad\": [640, 512, [], \"f11b\", \"M480.07 96H160a160 160 0 1 0 114.24 272h91.52A160 160 0 1 0 480.07 96zM248 268a12 12 0 0 1-12 12h-52v52a12 12 0 0 1-12 12h-24a12 12 0 0 1-12-12v-52H84a12 12 0 0 1-12-12v-24a12 12 0 0 1 12-12h52v-52a12 12 0 0 1 12-12h24a12 12 0 0 1 12 12v52h52a12 12 0 0 1 12 12zm216 76a40 40 0 1 1 40-40 40 40 0 0 1-40 40zm64-96a40 40 0 1 1 40-40 40 40 0 0 1-40 40z\"],\n \"gas-pump\": [512, 512, [], \"f52f\", \"M336 448H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h320c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm157.2-340.7l-81-81c-6.2-6.2-16.4-6.2-22.6 0l-11.3 11.3c-6.2 6.2-6.2 16.4 0 22.6L416 97.9V160c0 28.1 20.9 51.3 48 55.2V376c0 13.2-10.8 24-24 24s-24-10.8-24-24v-32c0-48.6-39.4-88-88-88h-8V64c0-35.3-28.7-64-64-64H96C60.7 0 32 28.7 32 64v352h288V304h8c22.1 0 40 17.9 40 40v27.8c0 37.7 27 72 64.5 75.9 43 4.3 79.5-29.5 79.5-71.7V152.6c0-17-6.8-33.3-18.8-45.3zM256 192H96V64h160v128z\"],\n \"gavel\": [512, 512, [], \"f0e3\", \"M504.971 199.362l-22.627-22.627c-9.373-9.373-24.569-9.373-33.941 0l-5.657 5.657L329.608 69.255l5.657-5.657c9.373-9.373 9.373-24.569 0-33.941L312.638 7.029c-9.373-9.373-24.569-9.373-33.941 0L154.246 131.48c-9.373 9.373-9.373 24.569 0 33.941l22.627 22.627c9.373 9.373 24.569 9.373 33.941 0l5.657-5.657 39.598 39.598-81.04 81.04-5.657-5.657c-12.497-12.497-32.758-12.497-45.255 0L9.373 412.118c-12.497 12.497-12.497 32.758 0 45.255l45.255 45.255c12.497 12.497 32.758 12.497 45.255 0l114.745-114.745c12.497-12.497 12.497-32.758 0-45.255l-5.657-5.657 81.04-81.04 39.598 39.598-5.657 5.657c-9.373 9.373-9.373 24.569 0 33.941l22.627 22.627c9.373 9.373 24.569 9.373 33.941 0l124.451-124.451c9.372-9.372 9.372-24.568 0-33.941z\"],\n \"gem\": [576, 512, [], \"f3a5\", \"M485.5 0L576 160H474.9L405.7 0h79.8zm-128 0l69.2 160H149.3L218.5 0h139zm-267 0h79.8l-69.2 160H0L90.5 0zM0 192h100.7l123 251.7c1.5 3.1-2.7 5.9-5 3.3L0 192zm148.2 0h279.6l-137 318.2c-1 2.4-4.5 2.4-5.5 0L148.2 192zm204.1 251.7l123-251.7H576L357.3 446.9c-2.3 2.7-6.5-.1-5-3.2z\"],\n \"genderless\": [288, 512, [], \"f22d\", \"M144 176c44.1 0 80 35.9 80 80s-35.9 80-80 80-80-35.9-80-80 35.9-80 80-80m0-64C64.5 112 0 176.5 0 256s64.5 144 144 144 144-64.5 144-144-64.5-144-144-144z\"],\n \"ghost\": [384, 512, [], \"f6e2\", \"M186.1.09C81.01 3.24 0 94.92 0 200.05v263.92c0 14.26 17.23 21.39 27.31 11.31l24.92-18.53c6.66-4.95 16-3.99 21.51 2.21l42.95 48.35c6.25 6.25 16.38 6.25 22.63 0l40.72-45.85c6.37-7.17 17.56-7.17 23.92 0l40.72 45.85c6.25 6.25 16.38 6.25 22.63 0l42.95-48.35c5.51-6.2 14.85-7.17 21.51-2.21l24.92 18.53c10.08 10.08 27.31 2.94 27.31-11.31V192C384 84 294.83-3.17 186.1.09zM128 224c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm128 0c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"],\n \"gift\": [512, 512, [], \"f06b\", \"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"],\n \"gifts\": [640, 512, [], \"f79c\", \"M240.6 194.1c1.9-30.8 17.3-61.2 44-79.8C279.4 103.5 268.7 96 256 96h-29.4l30.7-22c7.2-5.1 8.9-15.1 3.7-22.3l-9.3-13c-5.1-7.2-15.1-8.9-22.3-3.7l-32 22.9 11.5-30.6c3.1-8.3-1.1-17.5-9.4-20.6l-15-5.6c-8.3-3.1-17.5 1.1-20.6 9.4l-19.9 53-19.9-53.1C121 2.1 111.8-2.1 103.5 1l-15 5.6C80.2 9.7 76 19 79.2 27.2l11.5 30.6L58.6 35c-7.2-5.1-17.2-3.5-22.3 3.7l-9.3 13c-5.1 7.2-3.5 17.2 3.7 22.3l30.7 22H32c-17.7 0-32 14.3-32 32v352c0 17.7 14.3 32 32 32h168.9c-5.5-9.5-8.9-20.3-8.9-32V256c0-29.9 20.8-55 48.6-61.9zM224 480c0 17.7 14.3 32 32 32h160V384H224v96zm224 32h160c17.7 0 32-14.3 32-32v-96H448v128zm160-288h-20.4c2.6-7.6 4.4-15.5 4.4-23.8 0-35.5-27-72.2-72.1-72.2-48.1 0-75.9 47.7-87.9 75.3-12.1-27.6-39.9-75.3-87.9-75.3-45.1 0-72.1 36.7-72.1 72.2 0 8.3 1.7 16.2 4.4 23.8H256c-17.7 0-32 14.3-32 32v96h192V224h15.3l.7-.2.7.2H448v128h192v-96c0-17.7-14.3-32-32-32zm-272 0c-2.7-1.4-5.1-3-7.2-4.8-7.3-6.4-8.8-13.8-8.8-19 0-9.7 6.4-24.2 24.1-24.2 18.7 0 35.6 27.4 44.5 48H336zm199.2-4.8c-2.1 1.8-4.5 3.4-7.2 4.8h-52.6c8.8-20.3 25.8-48 44.5-48 17.7 0 24.1 14.5 24.1 24.2 0 5.2-1.5 12.6-8.8 19z\"],\n \"glass-cheers\": [640, 512, [], \"f79f\", \"M639.4 433.6c-8.4-20.4-31.8-30.1-52.2-21.6l-22.1 9.2-38.7-101.9c47.9-35 64.8-100.3 34.5-152.8L474.3 16c-8-13.9-25.1-19.7-40-13.6L320 49.8 205.7 2.4c-14.9-6.2-32-.3-40 13.6L79.1 166.5C48.9 219 65.7 284.3 113.6 319.2L74.9 421.1l-22.1-9.2c-20.4-8.5-43.7 1.2-52.2 21.6-1.7 4.1.2 8.8 4.3 10.5l162.3 67.4c4.1 1.7 8.7-.2 10.4-4.3 8.4-20.4-1.2-43.8-21.6-52.3l-22.1-9.2L173.3 342c4.4.5 8.8 1.3 13.1 1.3 51.7 0 99.4-33.1 113.4-85.3l20.2-75.4 20.2 75.4c14 52.2 61.7 85.3 113.4 85.3 4.3 0 8.7-.8 13.1-1.3L506 445.6l-22.1 9.2c-20.4 8.5-30.1 31.9-21.6 52.3 1.7 4.1 6.4 6 10.4 4.3L635.1 444c4-1.7 6-6.3 4.3-10.4zM275.9 162.1l-112.1-46.5 36.5-63.4 94.5 39.2-18.9 70.7zm88.2 0l-18.9-70.7 94.5-39.2 36.5 63.4-112.1 46.5z\"],\n \"glass-martini\": [512, 512, [], \"f000\", \"M502.05 57.6C523.3 36.34 508.25 0 478.2 0H33.8C3.75 0-11.3 36.34 9.95 57.6L224 271.64V464h-56c-22.09 0-40 17.91-40 40 0 4.42 3.58 8 8 8h240c4.42 0 8-3.58 8-8 0-22.09-17.91-40-40-40h-56V271.64L502.05 57.6z\"],\n \"glass-martini-alt\": [512, 512, [], \"f57b\", \"M502.05 57.6C523.3 36.34 508.25 0 478.2 0H33.8C3.75 0-11.3 36.34 9.95 57.6L224 271.64V464h-56c-22.09 0-40 17.91-40 40 0 4.42 3.58 8 8 8h240c4.42 0 8-3.58 8-8 0-22.09-17.91-40-40-40h-56V271.64L502.05 57.6zM443.77 48l-48 48H116.24l-48-48h375.53z\"],\n \"glass-whiskey\": [512, 512, [], \"f7a0\", \"M480 32H32C12.5 32-2.4 49.2.3 68.5l56 356.5c4.5 31.5 31.5 54.9 63.4 54.9h273c31.8 0 58.9-23.4 63.4-54.9l55.6-356.5C514.4 49.2 499.5 32 480 32zm-37.4 64l-30 192h-313L69.4 96h373.2z\"],\n \"glasses\": [576, 512, [], \"f530\", \"M574.1 280.37L528.75 98.66c-5.91-23.7-21.59-44.05-43-55.81-21.44-11.73-46.97-14.11-70.19-6.33l-15.25 5.08c-8.39 2.79-12.92 11.86-10.12 20.24l5.06 15.18c2.79 8.38 11.85 12.91 20.23 10.12l13.18-4.39c10.87-3.62 23-3.57 33.16 1.73 10.29 5.37 17.57 14.56 20.37 25.82l38.46 153.82c-22.19-6.81-49.79-12.46-81.2-12.46-34.77 0-73.98 7.02-114.85 26.74h-73.18c-40.87-19.74-80.08-26.75-114.86-26.75-31.42 0-59.02 5.65-81.21 12.46l38.46-153.83c2.79-11.25 10.09-20.45 20.38-25.81 10.16-5.3 22.28-5.35 33.15-1.73l13.17 4.39c8.38 2.79 17.44-1.74 20.23-10.12l5.06-15.18c2.8-8.38-1.73-17.45-10.12-20.24l-15.25-5.08c-23.22-7.78-48.75-5.41-70.19 6.33-21.41 11.77-37.09 32.11-43 55.8L1.9 280.37A64.218 64.218 0 0 0 0 295.86v70.25C0 429.01 51.58 480 115.2 480h37.12c60.28 0 110.37-45.94 114.88-105.37l2.93-38.63h35.75l2.93 38.63C313.31 434.06 363.4 480 423.68 480h37.12c63.62 0 115.2-50.99 115.2-113.88v-70.25c0-5.23-.64-10.43-1.9-15.5zm-370.72 89.42c-1.97 25.91-24.4 46.21-51.06 46.21H115.2C86.97 416 64 393.62 64 366.11v-37.54c18.12-6.49 43.42-12.92 72.58-12.92 23.86 0 47.26 4.33 69.93 12.92l-3.13 41.22zM512 366.12c0 27.51-22.97 49.88-51.2 49.88h-37.12c-26.67 0-49.1-20.3-51.06-46.21l-3.13-41.22c22.67-8.59 46.08-12.92 69.95-12.92 29.12 0 54.43 6.44 72.55 12.93v37.54z\"],\n \"globe\": [496, 512, [], \"f0ac\", \"M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z\"],\n \"globe-africa\": [496, 512, [], \"f57c\", \"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm160 215.5v6.93c0 5.87-3.32 11.24-8.57 13.86l-15.39 7.7a15.485 15.485 0 0 1-15.53-.97l-18.21-12.14a15.52 15.52 0 0 0-13.5-1.81l-2.65.88c-9.7 3.23-13.66 14.79-7.99 23.3l13.24 19.86c2.87 4.31 7.71 6.9 12.89 6.9h8.21c8.56 0 15.5 6.94 15.5 15.5v11.34c0 3.35-1.09 6.62-3.1 9.3l-18.74 24.98c-1.42 1.9-2.39 4.1-2.83 6.43l-4.3 22.83c-.62 3.29-2.29 6.29-4.76 8.56a159.608 159.608 0 0 0-25 29.16l-13.03 19.55a27.756 27.756 0 0 1-23.09 12.36c-10.51 0-20.12-5.94-24.82-15.34a78.902 78.902 0 0 1-8.33-35.29V367.5c0-8.56-6.94-15.5-15.5-15.5h-25.88c-14.49 0-28.38-5.76-38.63-16a54.659 54.659 0 0 1-16-38.63v-14.06c0-17.19 8.1-33.38 21.85-43.7l27.58-20.69a54.663 54.663 0 0 1 32.78-10.93h.89c8.48 0 16.85 1.97 24.43 5.77l14.72 7.36c3.68 1.84 7.93 2.14 11.83.84l47.31-15.77c6.33-2.11 10.6-8.03 10.6-14.7 0-8.56-6.94-15.5-15.5-15.5h-10.09c-4.11 0-8.05-1.63-10.96-4.54l-6.92-6.92a15.493 15.493 0 0 0-10.96-4.54H199.5c-8.56 0-15.5-6.94-15.5-15.5v-4.4c0-7.11 4.84-13.31 11.74-15.04l14.45-3.61c3.74-.94 7-3.23 9.14-6.44l8.08-12.11c2.87-4.31 7.71-6.9 12.89-6.9h24.21c8.56 0 15.5-6.94 15.5-15.5v-21.7C359.23 71.63 422.86 131.02 441.93 208H423.5c-8.56 0-15.5 6.94-15.5 15.5z\"],\n \"globe-americas\": [496, 512, [], \"f57d\", \"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm82.29 357.6c-3.9 3.88-7.99 7.95-11.31 11.28-2.99 3-5.1 6.7-6.17 10.71-1.51 5.66-2.73 11.38-4.77 16.87l-17.39 46.85c-13.76 3-28 4.69-42.65 4.69v-27.38c1.69-12.62-7.64-36.26-22.63-51.25-6-6-9.37-14.14-9.37-22.63v-32.01c0-11.64-6.27-22.34-16.46-27.97-14.37-7.95-34.81-19.06-48.81-26.11-11.48-5.78-22.1-13.14-31.65-21.75l-.8-.72a114.792 114.792 0 0 1-18.06-20.74c-9.38-13.77-24.66-36.42-34.59-51.14 20.47-45.5 57.36-82.04 103.2-101.89l24.01 12.01C203.48 89.74 216 82.01 216 70.11v-11.3c7.99-1.29 16.12-2.11 24.39-2.42l28.3 28.3c6.25 6.25 6.25 16.38 0 22.63L264 112l-10.34 10.34c-3.12 3.12-3.12 8.19 0 11.31l4.69 4.69c3.12 3.12 3.12 8.19 0 11.31l-8 8a8.008 8.008 0 0 1-5.66 2.34h-8.99c-2.08 0-4.08.81-5.58 2.27l-9.92 9.65a8.008 8.008 0 0 0-1.58 9.31l15.59 31.19c2.66 5.32-1.21 11.58-7.15 11.58h-5.64c-1.93 0-3.79-.7-5.24-1.96l-9.28-8.06a16.017 16.017 0 0 0-15.55-3.1l-31.17 10.39a11.95 11.95 0 0 0-8.17 11.34c0 4.53 2.56 8.66 6.61 10.69l11.08 5.54c9.41 4.71 19.79 7.16 30.31 7.16s22.59 27.29 32 32h66.75c8.49 0 16.62 3.37 22.63 9.37l13.69 13.69a30.503 30.503 0 0 1 8.93 21.57 46.536 46.536 0 0 1-13.72 32.98zM417 274.25c-5.79-1.45-10.84-5-14.15-9.97l-17.98-26.97a23.97 23.97 0 0 1 0-26.62l19.59-29.38c2.32-3.47 5.5-6.29 9.24-8.15l12.98-6.49C440.2 193.59 448 223.87 448 256c0 8.67-.74 17.16-1.82 25.54L417 274.25z\"],\n \"globe-asia\": [496, 512, [], \"f57e\", \"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm-11.34 240.23c-2.89 4.82-8.1 7.77-13.72 7.77h-.31c-4.24 0-8.31 1.69-11.31 4.69l-5.66 5.66c-3.12 3.12-3.12 8.19 0 11.31l5.66 5.66c3 3 4.69 7.07 4.69 11.31V304c0 8.84-7.16 16-16 16h-6.11c-6.06 0-11.6-3.42-14.31-8.85l-22.62-45.23c-2.44-4.88-8.95-5.94-12.81-2.08l-19.47 19.46c-3 3-7.07 4.69-11.31 4.69H50.81C49.12 277.55 48 266.92 48 256c0-110.28 89.72-200 200-200 21.51 0 42.2 3.51 61.63 9.82l-50.16 38.53c-5.11 3.41-4.63 11.06.86 13.81l10.83 5.41c5.42 2.71 8.84 8.25 8.84 14.31V216c0 4.42-3.58 8-8 8h-3.06c-3.03 0-5.8-1.71-7.15-4.42-1.56-3.12-5.96-3.29-7.76-.3l-17.37 28.95zM408 358.43c0 4.24-1.69 8.31-4.69 11.31l-9.57 9.57c-3 3-7.07 4.69-11.31 4.69h-15.16c-4.24 0-8.31-1.69-11.31-4.69l-13.01-13.01a26.767 26.767 0 0 0-25.42-7.04l-21.27 5.32c-1.27.32-2.57.48-3.88.48h-10.34c-4.24 0-8.31-1.69-11.31-4.69l-11.91-11.91a8.008 8.008 0 0 1-2.34-5.66v-10.2c0-3.27 1.99-6.21 5.03-7.43l39.34-15.74c1.98-.79 3.86-1.82 5.59-3.05l23.71-16.89a7.978 7.978 0 0 1 4.64-1.48h12.09c3.23 0 6.15 1.94 7.39 4.93l5.35 12.85a4 4 0 0 0 3.69 2.46h3.8c1.78 0 3.35-1.18 3.84-2.88l4.2-14.47c.5-1.71 2.06-2.88 3.84-2.88h6.06c2.21 0 4 1.79 4 4v12.93c0 2.12.84 4.16 2.34 5.66l11.91 11.91c3 3 4.69 7.07 4.69 11.31v24.6z\"],\n \"globe-europe\": [496, 512, [], \"f7a2\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm200 248c0 22.5-3.9 44.2-10.8 64.4h-20.3c-4.3 0-8.4-1.7-11.4-4.8l-32-32.6c-4.5-4.6-4.5-12.1.1-16.7l12.5-12.5v-8.7c0-3-1.2-5.9-3.3-8l-9.4-9.4c-2.1-2.1-5-3.3-8-3.3h-16c-6.2 0-11.3-5.1-11.3-11.3 0-3 1.2-5.9 3.3-8l9.4-9.4c2.1-2.1 5-3.3 8-3.3h32c6.2 0 11.3-5.1 11.3-11.3v-9.4c0-6.2-5.1-11.3-11.3-11.3h-36.7c-8.8 0-16 7.2-16 16v4.5c0 6.9-4.4 13-10.9 15.2l-31.6 10.5c-3.3 1.1-5.5 4.1-5.5 7.6v2.2c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8s-3.6-8-8-8H247c-3 0-5.8 1.7-7.2 4.4l-9.4 18.7c-2.7 5.4-8.2 8.8-14.3 8.8H194c-8.8 0-16-7.2-16-16V199c0-4.2 1.7-8.3 4.7-11.3l20.1-20.1c4.6-4.6 7.2-10.9 7.2-17.5 0-3.4 2.2-6.5 5.5-7.6l40-13.3c1.7-.6 3.2-1.5 4.4-2.7l26.8-26.8c2.1-2.1 3.3-5 3.3-8 0-6.2-5.1-11.3-11.3-11.3H258l-16 16v8c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8v-20c0-2.5 1.2-4.9 3.2-6.4l28.9-21.7c1.9-.1 3.8-.3 5.7-.3C358.3 56 448 145.7 448 256zM130.1 149.1c0-3 1.2-5.9 3.3-8l25.4-25.4c2.1-2.1 5-3.3 8-3.3 6.2 0 11.3 5.1 11.3 11.3v16c0 3-1.2 5.9-3.3 8l-9.4 9.4c-2.1 2.1-5 3.3-8 3.3h-16c-6.2 0-11.3-5.1-11.3-11.3zm128 306.4v-7.1c0-8.8-7.2-16-16-16h-20.2c-10.8 0-26.7-5.3-35.4-11.8l-22.2-16.7c-11.5-8.6-18.2-22.1-18.2-36.4v-23.9c0-16 8.4-30.8 22.1-39l42.9-25.7c7.1-4.2 15.2-6.5 23.4-6.5h31.2c10.9 0 21.4 3.9 29.6 10.9l43.2 37.1h18.3c8.5 0 16.6 3.4 22.6 9.4l17.3 17.3c3.4 3.4 8.1 5.3 12.9 5.3H423c-32.4 58.9-93.8 99.5-164.9 103.1z\"],\n \"golf-ball\": [416, 512, [], \"f450\", \"M96 416h224c0 17.7-14.3 32-32 32h-16c-17.7 0-32 14.3-32 32v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-20c0-17.7-14.3-32-32-32h-16c-17.7 0-32-14.3-32-32zm320-208c0 74.2-39 139.2-97.5 176h-221C39 347.2 0 282.2 0 208 0 93.1 93.1 0 208 0s208 93.1 208 208zm-180.1 43.9c18.3 0 33.1-14.8 33.1-33.1 0-14.4-9.3-26.3-22.1-30.9 9.6 26.8-15.6 51.3-41.9 41.9 4.6 12.8 16.5 22.1 30.9 22.1zm49.1 46.9c0-14.4-9.3-26.3-22.1-30.9 9.6 26.8-15.6 51.3-41.9 41.9 4.6 12.8 16.5 22.1 30.9 22.1 18.3 0 33.1-14.9 33.1-33.1zm64-64c0-14.4-9.3-26.3-22.1-30.9 9.6 26.8-15.6 51.3-41.9 41.9 4.6 12.8 16.5 22.1 30.9 22.1 18.3 0 33.1-14.9 33.1-33.1z\"],\n \"gopuram\": [512, 512, [], \"f664\", \"M496 352h-16V240c0-8.8-7.2-16-16-16h-16v-80c0-8.8-7.2-16-16-16h-16V16c0-8.8-7.2-16-16-16s-16 7.2-16 16v16h-64V16c0-8.8-7.2-16-16-16s-16 7.2-16 16v16h-64V16c0-8.8-7.2-16-16-16s-16 7.2-16 16v16h-64V16c0-8.8-7.2-16-16-16S96 7.2 96 16v112H80c-8.8 0-16 7.2-16 16v80H48c-8.8 0-16 7.2-16 16v112H16c-8.8 0-16 7.2-16 16v128c0 8.8 7.2 16 16 16h80V352h32V224h32v-96h32v96h-32v128h-32v160h80v-80c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16v80h80V352h-32V224h-32v-96h32v96h32v128h32v160h80c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16zM232 176c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v48h-48zm56 176h-64v-64c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16z\"],\n \"graduation-cap\": [640, 512, [], \"f19d\", \"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"],\n \"greater-than\": [384, 512, [], \"f531\", \"M365.52 209.85L59.22 67.01c-16.06-7.49-35.15-.54-42.64 15.52L3.01 111.61c-7.49 16.06-.54 35.15 15.52 42.64L236.96 256.1 18.49 357.99C2.47 365.46-4.46 384.5 3.01 400.52l13.52 29C24 445.54 43.04 452.47 59.06 445l306.47-142.91a32.003 32.003 0 0 0 18.48-29v-34.23c-.01-12.45-7.21-23.76-18.49-29.01z\"],\n \"greater-than-equal\": [448, 512, [], \"f532\", \"M55.22 107.69l175.56 68.09-175.44 68.05c-18.39 6.03-27.88 24.39-21.2 41l12.09 30.08c6.68 16.61 26.99 25.19 45.38 19.15L393.02 214.2c13.77-4.52 22.98-16.61 22.98-30.17v-15.96c0-13.56-9.21-25.65-22.98-30.17L91.3 17.92c-18.29-6-38.51 2.53-45.15 19.06L34.12 66.9c-6.64 16.53 2.81 34.79 21.1 40.79zM424 400H24c-13.25 0-24 10.74-24 24v48c0 13.25 10.75 24 24 24h400c13.25 0 24-10.75 24-24v-48c0-13.26-10.75-24-24-24z\"],\n \"grimace\": [496, 512, [], \"f57f\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM144 400h-8c-17.7 0-32-14.3-32-32v-8h40v40zm0-56h-40v-8c0-17.7 14.3-32 32-32h8v40zm-8-136c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm72 192h-48v-40h48v40zm0-56h-48v-40h48v40zm64 56h-48v-40h48v40zm0-56h-48v-40h48v40zm64 56h-48v-40h48v40zm0-56h-48v-40h48v40zm-8-104c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm64 128c0 17.7-14.3 32-32 32h-8v-40h40v8zm0-24h-40v-40h8c17.7 0 32 14.3 32 32v8z\"],\n \"grin\": [496, 512, [], \"f580\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm80 256c-60.6 0-134.5-38.3-143.8-93.3-2-11.8 9.3-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.3-3.7 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"],\n \"grin-alt\": [496, 512, [], \"f581\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm63.7 128.7c7.6-11.4 24.7-11.7 32.7 0 12.4 18.4 15.1 36.9 15.7 55.3-.5 18.4-3.3 36.9-15.7 55.3-7.6 11.4-24.7 11.7-32.7 0-12.4-18.4-15.1-36.9-15.7-55.3.5-18.4 3.3-36.9 15.7-55.3zm-160 0c7.6-11.4 24.7-11.7 32.7 0 12.4 18.4 15.1 36.9 15.7 55.3-.5 18.4-3.3 36.9-15.7 55.3-7.6 11.4-24.7 11.7-32.7 0-12.4-18.4-15.1-36.9-15.7-55.3.5-18.4 3.3-36.9 15.7-55.3zM248 432c-60.6 0-134.5-38.3-143.8-93.3-2-11.8 9.3-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.7 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"],\n \"grin-beam\": [496, 512, [], \"f582\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 144c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm-160 0c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm80 280c-60.6 0-134.5-38.3-143.8-93.3-2-11.9 9.4-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.7 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"],\n \"grin-beam-sweat\": [504, 512, [], \"f583\", \"M456 128c26.5 0 48-21 48-47 0-20-28.5-60.4-41.6-77.8-3.2-4.3-9.6-4.3-12.8 0C436.5 20.6 408 61 408 81c0 26 21.5 47 48 47zm0 32c-44.1 0-80-35.4-80-79 0-4.4.3-14.2 8.1-32.2C345 23.1 298.3 8 248 8 111 8 0 119 0 256s111 248 248 248 248-111 248-248c0-35.1-7.4-68.4-20.5-98.6-6.3 1.5-12.7 2.6-19.5 2.6zm-128-8c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 12-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.4-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm-160 0c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 12-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm80 280c-60.6 0-134.5-38.3-143.8-93.3-2-11.8 9.3-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.5-3.7 22.6 6.2 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"],\n \"grin-hearts\": [496, 512, [], \"f584\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM90.4 183.6c6.7-17.6 26.7-26.7 44.9-21.9l7.1 1.9 2-7.1c5-18.1 22.8-30.9 41.5-27.9 21.4 3.4 34.4 24.2 28.8 44.5L195.3 243c-1.2 4.5-5.9 7.2-10.5 6l-70.2-18.2c-20.4-5.4-31.9-27-24.2-47.2zM248 432c-60.6 0-134.5-38.3-143.8-93.3-2-11.8 9.2-21.5 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.6 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3zm133.4-201.3l-70.2 18.2c-4.5 1.2-9.2-1.5-10.5-6L281.3 173c-5.6-20.3 7.4-41.1 28.8-44.5 18.6-3 36.4 9.8 41.5 27.9l2 7.1 7.1-1.9c18.2-4.7 38.2 4.3 44.9 21.9 7.7 20.3-3.8 41.9-24.2 47.2z\"],\n \"grin-squint\": [496, 512, [], \"f585\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm33.8 189.7l80-48c11.6-6.9 24 7.7 15.4 18L343.6 208l33.6 40.3c8.7 10.4-3.9 24.8-15.4 18l-80-48c-7.7-4.7-7.7-15.9 0-20.6zm-163-30c-8.6-10.3 3.8-24.9 15.4-18l80 48c7.8 4.7 7.8 15.9 0 20.6l-80 48c-11.5 6.8-24-7.6-15.4-18l33.6-40.3-33.6-40.3zM248 432c-60.6 0-134.5-38.3-143.8-93.3-2-11.9 9.4-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.5-3.7 22.6 6.2 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"],\n \"grin-squint-tears\": [512, 512, [], \"f586\", \"M409.6 111.9c22.6-3.2 73.5-12 88.3-26.8 19.2-19.2 18.9-50.6-.7-70.2S446-5 426.9 14.2c-14.8 14.8-23.5 65.7-26.8 88.3-.8 5.5 3.9 10.2 9.5 9.4zM102.4 400.1c-22.6 3.2-73.5 12-88.3 26.8-19.1 19.1-18.8 50.6.8 70.2s51 19.9 70.2.7c14.8-14.8 23.5-65.7 26.8-88.3.8-5.5-3.9-10.2-9.5-9.4zm311.7-256.5c-33 3.9-48.6-25.1-45.7-45.7 3.4-24 7.4-42.1 11.5-56.5C285.1-13.4 161.8-.5 80.6 80.6-.5 161.7-13.4 285 41.4 379.9c14.4-4.1 32.4-8 56.5-11.5 33.2-3.9 48.6 25.2 45.7 45.7-3.4 24-7.4 42.1-11.5 56.5 94.8 54.8 218.1 41.9 299.3-39.2s94-204.4 39.2-299.3c-14.4 4.1-32.5 8-56.5 11.5zM255.7 106c3.3-13.2 22.4-11.5 23.6 1.8l4.8 52.3 52.3 4.8c13.4 1.2 14.9 20.3 1.8 23.6l-90.5 22.6c-8.9 2.2-16.7-5.9-14.5-14.5l22.5-90.6zm-90.9 230.3L160 284l-52.3-4.8c-13.4-1.2-14.9-20.3-1.8-23.6l90.5-22.6c8.8-2.2 16.7 5.8 14.5 14.5L188.3 338c-3.1 13.2-22.2 11.7-23.5-1.7zm215.7 44.2c-29.3 29.3-75.7 50.4-116.7 50.4-18.9 0-36.6-4.5-51-14.7-9.8-6.9-8.7-21.8 2-27.2 28.3-14.6 63.9-42.4 97.8-76.3s61.7-69.6 76.3-97.8c5.4-10.5 20.2-11.9 27.3-2 32.3 45.3 7.1 124.7-35.7 167.6z\"],\n \"grin-stars\": [496, 512, [], \"f587\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM94.6 168.9l34.9-5 15.5-31.6c2.9-5.8 11-5.8 13.9 0l15.5 31.6 34.9 5c6.2 1 8.9 8.6 4.3 13.2l-25.4 24.6 6 34.9c1 6.2-5.3 11-11 7.9L152 233.3l-31.3 16.3c-5.7 3.1-12-1.7-11-7.9l6-34.9-25.4-24.6c-4.6-4.7-1.9-12.3 4.3-13.3zM248 432c-60.6 0-134.5-38.3-143.8-93.3-2-11.8 9.3-21.5 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.5-3.7 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3zm157.7-249.9l-25.4 24.6 6 34.9c1 6.2-5.3 11-11 7.9L344 233.3l-31.3 16.3c-5.7 3.1-12-1.7-11-7.9l6-34.9-25.4-24.6c-4.5-4.6-1.9-12.2 4.3-13.2l34.9-5 15.5-31.6c2.9-5.8 11-5.8 13.9 0l15.5 31.6 34.9 5c6.3.9 9 8.5 4.4 13.1z\"],\n \"grin-tears\": [640, 512, [], \"f588\", \"M102.4 256.1c-22.6 3.2-73.5 12-88.3 26.8-19.1 19.1-18.8 50.6.8 70.2s51 19.9 70.2.7c14.8-14.8 23.5-65.7 26.8-88.3.8-5.5-3.9-10.2-9.5-9.4zm523.4 26.8c-14.8-14.8-65.7-23.5-88.3-26.8-5.5-.8-10.3 3.9-9.5 9.5 3.2 22.6 12 73.5 26.8 88.3 19.2 19.2 50.6 18.9 70.2-.7s20-51.2.8-70.3zm-129.4-12.8c-3.8-26.6 19.1-49.5 45.7-45.7 8.9 1.3 16.8 2.7 24.3 4.1C552.7 104.5 447.7 8 320 8S87.3 104.5 73.6 228.5c7.5-1.4 15.4-2.8 24.3-4.1 33.2-3.9 48.6 25.3 45.7 45.7-11.8 82.3-29.9 100.4-35.8 106.4-.9.9-2 1.6-3 2.5 42.7 74.6 123 125 215.2 125s172.5-50.4 215.2-125.1c-1-.9-2.1-1.5-3-2.5-5.9-5.9-24-24-35.8-106.3zM400 152c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 12-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm-160 0c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 12-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm80 280c-60.6 0-134.5-38.3-143.8-93.3-2-11.7 9.2-21.6 20.7-17.9C227.1 330.5 272 336 320 336s92.9-5.5 123.1-15.2c11.4-3.7 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"],\n \"grin-tongue\": [496, 512, [], \"f589\", \"M248 8C111 8 0 119 0 256c0 106.3 67 196.7 161 232-5.6-12.2-9-25.7-9-40v-45.5c-24.7-16.2-43.5-38.1-47.8-63.8-2-11.8 9.3-21.5 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.6 22.6 6.1 20.7 17.9-4.3 25.7-23.1 47.6-47.8 63.8V448c0 14.3-3.4 27.8-9 40 94-35.3 161-125.7 161-232C496 119 385 8 248 8zm-80 232c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm160 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm-34.9 134.6c-14.4-6.5-31.1 2.2-34.6 17.6l-1.8 7.8c-2.1 9.2-15.2 9.2-17.3 0l-1.8-7.8c-3.5-15.4-20.2-24.1-34.6-17.6-.9.4.3-.2-18.9 9.4v63c0 35.2 28 64.5 63.1 64.9 35.7.5 64.9-28.4 64.9-64v-64c-19.5-9.6-18.2-8.9-19-9.3z\"],\n \"grin-tongue-squint\": [496, 512, [], \"f58a\", \"M293.1 374.6c-14.4-6.5-31.1 2.2-34.6 17.6l-1.8 7.8c-2.1 9.2-15.2 9.2-17.3 0l-1.8-7.8c-3.5-15.4-20.2-24.1-34.6-17.6-.9.4.3-.2-18.9 9.4v63c0 35.2 28 64.5 63.1 64.9 35.7.5 64.9-28.4 64.9-64v-64c-19.5-9.6-18.2-8.9-19-9.3zM248 8C111 8 0 119 0 256c0 106.3 67 196.7 161 232-5.6-12.2-9-25.7-9-40v-45.5c-24.7-16.2-43.5-38.1-47.8-63.8-2-11.8 9.2-21.5 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.7 22.6 6.1 20.7 17.9-4.3 25.7-23.1 47.6-47.8 63.8V448c0 14.3-3.4 27.8-9 40 94-35.3 161-125.7 161-232C496 119 385 8 248 8zm-33.8 210.3l-80 48c-11.5 6.8-24-7.6-15.4-18l33.6-40.3-33.6-40.3c-8.6-10.3 3.8-24.9 15.4-18l80 48c7.7 4.7 7.7 15.9 0 20.6zm163 30c8.7 10.4-3.9 24.8-15.4 18l-80-48c-7.8-4.7-7.8-15.9 0-20.6l80-48c11.7-6.9 23.9 7.7 15.4 18L343.6 208l33.6 40.3z\"],\n \"grin-tongue-wink\": [496, 512, [], \"f58b\", \"M344 184c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zM248 8C111 8 0 119 0 256c0 106.3 67 196.7 161 232-5.6-12.2-9-25.7-9-40v-45.5c-24.7-16.2-43.5-38.1-47.8-63.8-2-11.8 9.3-21.5 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.5-3.7 22.6 6.1 20.7 17.9-4.3 25.7-23.1 47.6-47.8 63.8V448c0 14.3-3.4 27.8-9 40 94-35.3 161-125.7 161-232C496 119 385 8 248 8zm-56 225l-9.5-8.5c-14.8-13.2-46.2-13.2-61 0L112 233c-8.5 7.4-21.6.3-19.8-10.8 4-25.2 34.2-42.1 59.9-42.1S208 197 212 222.2c1.6 11.1-11.6 18.2-20 10.8zm152 39c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64zm-50.9 102.6c-14.4-6.5-31.1 2.2-34.6 17.6l-1.8 7.8c-2.1 9.2-15.2 9.2-17.3 0l-1.8-7.8c-3.5-15.4-20.2-24.1-34.6-17.6-.9.4.3-.2-18.9 9.4v63c0 35.2 28 64.5 63.1 64.9 35.7.5 64.9-28.4 64.9-64v-64c-19.5-9.6-18.2-8.9-19-9.3z\"],\n \"grin-wink\": [496, 512, [], \"f58c\", \"M0 256c0 137 111 248 248 248s248-111 248-248S385 8 248 8 0 119 0 256zm200-48c0 17.7-14.3 32-32 32s-32-14.3-32-32 14.3-32 32-32 32 14.3 32 32zm168 25l-9.5-8.5c-14.8-13.2-46.2-13.2-61 0L288 233c-8.3 7.4-21.6.4-19.8-10.8 4-25.2 34.2-42.1 59.9-42.1S384 197 388 222.2c1.6 11-11.5 18.2-20 10.8zm-243.1 87.8C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.3-3.7 22.6 6 20.7 17.9-9.2 55-83.2 93.3-143.8 93.3s-134.5-38.3-143.8-93.3c-2-11.9 9.3-21.6 20.7-17.9z\"],\n \"grip-horizontal\": [448, 512, [], \"f58d\", \"M96 288H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm160 0h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm160 0h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zM96 96H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm160 0h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm160 0h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32z\"],\n \"grip-lines\": [512, 512, [], \"f7a4\", \"M496 288H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm0-128H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16z\"],\n \"grip-lines-vertical\": [256, 512, [], \"f7a5\", \"M96 496V16c0-8.8-7.2-16-16-16H48c-8.8 0-16 7.2-16 16v480c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16zm128 0V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v480c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16z\"],\n \"grip-vertical\": [320, 512, [], \"f58e\", \"M96 32H32C14.33 32 0 46.33 0 64v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zm0 160H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm0 160H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zM288 32h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zm0 160h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm0 160h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32z\"],\n \"guitar\": [512, 512, [], \"f7a6\", \"M502.63 39L473 9.37a32 32 0 0 0-45.26 0L381.46 55.7a35.14 35.14 0 0 0-8.53 13.79L360.77 106l-76.26 76.26c-12.16-8.76-25.5-15.74-40.1-19.14-33.45-7.78-67-.88-89.88 22a82.45 82.45 0 0 0-20.24 33.47c-6 18.56-23.21 32.69-42.15 34.46-23.7 2.27-45.73 11.45-62.61 28.44C-16.11 327-7.9 409 47.58 464.45S185 528 230.56 482.52c17-16.88 26.16-38.9 28.45-62.71 1.76-18.85 15.89-36.13 34.43-42.14a82.6 82.6 0 0 0 33.48-20.25c22.87-22.88 29.74-56.36 22-89.75-3.39-14.64-10.37-28-19.16-40.2L406 151.23l36.48-12.16a35.14 35.14 0 0 0 13.79-8.53l46.33-46.32a32 32 0 0 0 .03-45.22zM208 352a48 48 0 1 1 48-48 48 48 0 0 1-48 48z\"],\n \"h-square\": [448, 512, [], \"f0fd\", \"M448 80v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48zm-112 48h-32c-8.837 0-16 7.163-16 16v80H160v-80c0-8.837-7.163-16-16-16h-32c-8.837 0-16 7.163-16 16v224c0 8.837 7.163 16 16 16h32c8.837 0 16-7.163 16-16v-80h128v80c0 8.837 7.163 16 16 16h32c8.837 0 16-7.163 16-16V144c0-8.837-7.163-16-16-16z\"],\n \"hamburger\": [512, 512, [], \"f805\", \"M464 256H48a48 48 0 0 0 0 96h416a48 48 0 0 0 0-96zm16 128H32a16 16 0 0 0-16 16v16a64 64 0 0 0 64 64h352a64 64 0 0 0 64-64v-16a16 16 0 0 0-16-16zM58.64 224h394.72c34.57 0 54.62-43.9 34.82-75.88C448 83.2 359.55 32.1 256 32c-103.54.1-192 51.2-232.18 116.11C4 180.09 24.07 224 58.64 224zM384 112a16 16 0 1 1-16 16 16 16 0 0 1 16-16zM256 80a16 16 0 1 1-16 16 16 16 0 0 1 16-16zm-128 32a16 16 0 1 1-16 16 16 16 0 0 1 16-16z\"],\n \"hammer\": [576, 512, [], \"f6e3\", \"M571.31 193.94l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0l-11.31 11.31-28.9-28.9c5.63-21.31.36-44.9-16.35-61.61l-45.25-45.25c-62.48-62.48-163.79-62.48-226.28 0l90.51 45.25v18.75c0 16.97 6.74 33.25 18.75 45.25l49.14 49.14c16.71 16.71 40.3 21.98 61.61 16.35l28.9 28.9-11.31 11.31c-6.25 6.25-6.25 16.38 0 22.63l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0l90.51-90.51c6.23-6.24 6.23-16.37-.02-22.62zm-286.72-15.2c-3.7-3.7-6.84-7.79-9.85-11.95L19.64 404.96c-25.57 23.88-26.26 64.19-1.53 88.93s65.05 24.05 88.93-1.53l238.13-255.07c-3.96-2.91-7.9-5.87-11.44-9.41l-49.14-49.14z\"],\n \"hamsa\": [512, 512, [], \"f665\", \"M509.34 307.25C504.28 295.56 492.75 288 480 288h-64V80c0-22-18-40-40-40s-40 18-40 40v134c0 5.52-4.48 10-10 10h-20c-5.52 0-10-4.48-10-10V40c0-22-18-40-40-40s-40 18-40 40v174c0 5.52-4.48 10-10 10h-20c-5.52 0-10-4.48-10-10V80c0-22-18-40-40-40S96 58 96 80v208H32c-12.75 0-24.28 7.56-29.34 19.25a31.966 31.966 0 0 0 5.94 34.58l102.69 110.03C146.97 490.08 199.69 512 256 512s109.03-21.92 144.72-60.14L503.4 341.83a31.966 31.966 0 0 0 5.94-34.58zM256 416c-53.02 0-96-64-96-64s42.98-64 96-64 96 64 96 64-42.98 64-96 64zm0-96c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32z\"],\n \"hand-holding\": [576, 512, [], \"f4bd\", \"M565.3 328.1c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"],\n \"hand-holding-heart\": [576, 512, [], \"f4be\", \"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"],\n \"hand-holding-medical\": [576, 512, [], \"f95c\", \"M159.88,175.82h64v64a16,16,0,0,0,16,16h64a16,16,0,0,0,16-16v-64h64a16,16,0,0,0,16-16v-64a16,16,0,0,0-16-16h-64v-64a16,16,0,0,0-16-16h-64a16,16,0,0,0-16,16v64h-64a16,16,0,0,0-16,16v64A16,16,0,0,0,159.88,175.82ZM568.07,336.13a39.91,39.91,0,0,0-55.93-8.47L392.47,415.84H271.86a16,16,0,0,1,0-32H350.1c16,0,30.75-10.87,33.37-26.61a32.06,32.06,0,0,0-31.62-37.38h-160a117.7,117.7,0,0,0-74.12,26.25l-46.5,37.74H15.87a16.11,16.11,0,0,0-16,16v96a16.11,16.11,0,0,0,16,16h347a104.8,104.8,0,0,0,61.7-20.27L559.6,392A40,40,0,0,0,568.07,336.13Z\"],\n \"hand-holding-usd\": [576, 512, [], \"f4c0\", \"M271.06,144.3l54.27,14.3a8.59,8.59,0,0,1,6.63,8.1c0,4.6-4.09,8.4-9.12,8.4h-35.6a30,30,0,0,1-11.19-2.2c-5.24-2.2-11.28-1.7-15.3,2l-19,17.5a11.68,11.68,0,0,0-2.25,2.66,11.42,11.42,0,0,0,3.88,15.74,83.77,83.77,0,0,0,34.51,11.5V240c0,8.8,7.83,16,17.37,16h17.37c9.55,0,17.38-7.2,17.38-16V222.4c32.93-3.6,57.84-31,53.5-63-3.15-23-22.46-41.3-46.56-47.7L282.68,97.4a8.59,8.59,0,0,1-6.63-8.1c0-4.6,4.09-8.4,9.12-8.4h35.6A30,30,0,0,1,332,83.1c5.23,2.2,11.28,1.7,15.3-2l19-17.5A11.31,11.31,0,0,0,368.47,61a11.43,11.43,0,0,0-3.84-15.78,83.82,83.82,0,0,0-34.52-11.5V16c0-8.8-7.82-16-17.37-16H295.37C285.82,0,278,7.2,278,16V33.6c-32.89,3.6-57.85,31-53.51,63C227.63,119.6,247,137.9,271.06,144.3ZM565.27,328.1c-11.8-10.7-30.2-10-42.6,0L430.27,402a63.64,63.64,0,0,1-40,14H272a16,16,0,0,1,0-32h78.29c15.9,0,30.71-10.9,33.25-26.6a31.2,31.2,0,0,0,.46-5.46A32,32,0,0,0,352,320H192a117.66,117.66,0,0,0-74.1,26.29L71.4,384H16A16,16,0,0,0,0,400v96a16,16,0,0,0,16,16H372.77a64,64,0,0,0,40-14L564,377a32,32,0,0,0,1.28-48.9Z\"],\n \"hand-holding-water\": [576, 512, [], \"f4c1\", \"M288 256c53 0 96-42.1 96-94 0-40-57.1-120.7-83.2-155.6-6.4-8.5-19.2-8.5-25.6 0C249.1 41.3 192 122 192 162c0 51.9 43 94 96 94zm277.3 72.1c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"],\n \"hand-lizard\": [576, 512, [], \"f258\", \"M384 480h192V363.778a95.998 95.998 0 0 0-14.833-51.263L398.127 54.368A48 48 0 0 0 357.544 32H24C10.745 32 0 42.745 0 56v16c0 30.928 25.072 56 56 56h229.981c12.844 0 21.556 13.067 16.615 24.923l-21.41 51.385A32 32 0 0 1 251.648 224H128c-35.346 0-64 28.654-64 64v8c0 13.255 10.745 24 24 24h147.406a47.995 47.995 0 0 1 25.692 7.455l111.748 70.811A24.001 24.001 0 0 1 384 418.539V480z\"],\n \"hand-middle-finger\": [512, 512, [], \"f806\", \"M479.93 317.12a37.33 37.33 0 0 0-28.28-36.19L416 272v-49.59c0-11.44-9.69-21.29-23.15-23.54l-38.4-6.4C336.63 189.5 320 200.86 320 216v32a8 8 0 0 1-16 0V50c0-26.28-20.25-49.2-46.52-50A48 48 0 0 0 208 48v200a8 8 0 0 1-16 0v-32c0-15.15-16.63-26.51-34.45-23.54l-30.68 5.12c-18 3-30.87 16.12-30.87 31.38V376a8 8 0 0 1-16 0v-76l-27.36 15A37.34 37.34 0 0 0 32 348.4v73.47a37.31 37.31 0 0 0 10.93 26.39l30.93 30.93A112 112 0 0 0 153.05 512h215A112 112 0 0 0 480 400z\"],\n \"hand-paper\": [448, 512, [], \"f256\", \"M408.781 128.007C386.356 127.578 368 146.36 368 168.79V256h-8V79.79c0-22.43-18.356-41.212-40.781-40.783C297.488 39.423 280 57.169 280 79v177h-8V40.79C272 18.36 253.644-.422 231.219.007 209.488.423 192 18.169 192 40v216h-8V80.79c0-22.43-18.356-41.212-40.781-40.783C121.488 40.423 104 58.169 104 80v235.992l-31.648-43.519c-12.993-17.866-38.009-21.817-55.877-8.823-17.865 12.994-21.815 38.01-8.822 55.877l125.601 172.705A48 48 0 0 0 172.073 512h197.59c22.274 0 41.622-15.324 46.724-37.006l26.508-112.66a192.011 192.011 0 0 0 5.104-43.975V168c.001-21.831-17.487-39.577-39.218-39.993z\"],\n \"hand-peace\": [448, 512, [], \"f25b\", \"M408 216c-22.092 0-40 17.909-40 40h-8v-32c0-22.091-17.908-40-40-40s-40 17.909-40 40v32h-8V48c0-26.51-21.49-48-48-48s-48 21.49-48 48v208h-13.572L92.688 78.449C82.994 53.774 55.134 41.63 30.461 51.324 5.787 61.017-6.356 88.877 3.337 113.551l74.765 190.342-31.09 24.872c-15.381 12.306-19.515 33.978-9.741 51.081l64 112A39.998 39.998 0 0 0 136 512h240c18.562 0 34.686-12.77 38.937-30.838l32-136A39.97 39.97 0 0 0 448 336v-80c0-22.091-17.908-40-40-40z\"],\n \"hand-point-down\": [384, 512, [], \"f0a7\", \"M91.826 467.2V317.966c-8.248 5.841-16.558 10.57-24.918 14.153C35.098 345.752-.014 322.222 0 288c.008-18.616 10.897-32.203 29.092-40 28.286-12.122 64.329-78.648 77.323-107.534 7.956-17.857 25.479-28.453 43.845-28.464l.001-.002h171.526c11.812 0 21.897 8.596 23.703 20.269 7.25 46.837 38.483 61.76 38.315 123.731-.007 2.724.195 13.254.195 16 0 50.654-22.122 81.574-71.263 72.6-9.297 18.597-39.486 30.738-62.315 16.45-21.177 24.645-53.896 22.639-70.944 6.299V467.2c0 24.15-20.201 44.8-43.826 44.8-23.283 0-43.826-21.35-43.826-44.8zM112 72V24c0-13.255 10.745-24 24-24h192c13.255 0 24 10.745 24 24v48c0 13.255-10.745 24-24 24H136c-13.255 0-24-10.745-24-24zm212-24c0-11.046-8.954-20-20-20s-20 8.954-20 20 8.954 20 20 20 20-8.954 20-20z\"],\n \"hand-point-left\": [512, 512, [], \"f0a5\", \"M44.8 155.826h149.234c-5.841-8.248-10.57-16.558-14.153-24.918C166.248 99.098 189.778 63.986 224 64c18.616.008 32.203 10.897 40 29.092 12.122 28.286 78.648 64.329 107.534 77.323 17.857 7.956 28.453 25.479 28.464 43.845l.002.001v171.526c0 11.812-8.596 21.897-20.269 23.703-46.837 7.25-61.76 38.483-123.731 38.315-2.724-.007-13.254.195-16 .195-50.654 0-81.574-22.122-72.6-71.263-18.597-9.297-30.738-39.486-16.45-62.315-24.645-21.177-22.639-53.896-6.299-70.944H44.8c-24.15 0-44.8-20.201-44.8-43.826 0-23.283 21.35-43.826 44.8-43.826zM440 176h48c13.255 0 24 10.745 24 24v192c0 13.255-10.745 24-24 24h-48c-13.255 0-24-10.745-24-24V200c0-13.255 10.745-24 24-24zm24 212c11.046 0 20-8.954 20-20s-8.954-20-20-20-20 8.954-20 20 8.954 20 20 20z\"],\n \"hand-point-right\": [512, 512, [], \"f0a4\", \"M512 199.652c0 23.625-20.65 43.826-44.8 43.826h-99.851c16.34 17.048 18.346 49.766-6.299 70.944 14.288 22.829 2.147 53.017-16.45 62.315C353.574 425.878 322.654 448 272 448c-2.746 0-13.276-.203-16-.195-61.971.168-76.894-31.065-123.731-38.315C120.596 407.683 112 397.599 112 385.786V214.261l.002-.001c.011-18.366 10.607-35.889 28.464-43.845 28.886-12.994 95.413-49.038 107.534-77.323 7.797-18.194 21.384-29.084 40-29.092 34.222-.014 57.752 35.098 44.119 66.908-3.583 8.359-8.312 16.67-14.153 24.918H467.2c23.45 0 44.8 20.543 44.8 43.826zM96 200v192c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V200c0-13.255 10.745-24 24-24h48c13.255 0 24 10.745 24 24zM68 368c0-11.046-8.954-20-20-20s-20 8.954-20 20 8.954 20 20 20 20-8.954 20-20z\"],\n \"hand-point-up\": [384, 512, [], \"f0a6\", \"M135.652 0c23.625 0 43.826 20.65 43.826 44.8v99.851c17.048-16.34 49.766-18.346 70.944 6.299 22.829-14.288 53.017-2.147 62.315 16.45C361.878 158.426 384 189.346 384 240c0 2.746-.203 13.276-.195 16 .168 61.971-31.065 76.894-38.315 123.731C343.683 391.404 333.599 400 321.786 400H150.261l-.001-.002c-18.366-.011-35.889-10.607-43.845-28.464C93.421 342.648 57.377 276.122 29.092 264 10.897 256.203.008 242.616 0 224c-.014-34.222 35.098-57.752 66.908-44.119 8.359 3.583 16.67 8.312 24.918 14.153V44.8c0-23.45 20.543-44.8 43.826-44.8zM136 416h192c13.255 0 24 10.745 24 24v48c0 13.255-10.745 24-24 24H136c-13.255 0-24-10.745-24-24v-48c0-13.255 10.745-24 24-24zm168 28c-11.046 0-20 8.954-20 20s8.954 20 20 20 20-8.954 20-20-8.954-20-20-20z\"],\n \"hand-pointer\": [448, 512, [], \"f25a\", \"M448 240v96c0 3.084-.356 6.159-1.063 9.162l-32 136C410.686 499.23 394.562 512 376 512H168a40.004 40.004 0 0 1-32.35-16.473l-127.997-176c-12.993-17.866-9.043-42.883 8.822-55.876 17.867-12.994 42.884-9.043 55.877 8.823L104 315.992V40c0-22.091 17.908-40 40-40s40 17.909 40 40v200h8v-40c0-22.091 17.908-40 40-40s40 17.909 40 40v40h8v-24c0-22.091 17.908-40 40-40s40 17.909 40 40v24h8c0-22.091 17.908-40 40-40s40 17.909 40 40zm-256 80h-8v96h8v-96zm88 0h-8v96h8v-96zm88 0h-8v96h8v-96z\"],\n \"hand-rock\": [512, 512, [], \"f255\", \"M464.8 80c-26.9-.4-48.8 21.2-48.8 48h-8V96.8c0-26.3-20.9-48.3-47.2-48.8-26.9-.4-48.8 21.2-48.8 48v32h-8V80.8c0-26.3-20.9-48.3-47.2-48.8-26.9-.4-48.8 21.2-48.8 48v48h-8V96.8c0-26.3-20.9-48.3-47.2-48.8-26.9-.4-48.8 21.2-48.8 48v136l-8-7.1v-48.1c0-26.3-20.9-48.3-47.2-48.8C21.9 127.6 0 149.2 0 176v66.4c0 27.4 11.7 53.5 32.2 71.8l111.7 99.3c10.2 9.1 16.1 22.2 16.1 35.9v6.7c0 13.3 10.7 24 24 24h240c13.3 0 24-10.7 24-24v-2.9c0-12.8 2.6-25.5 7.5-37.3l49-116.3c5-11.8 7.5-24.5 7.5-37.3V128.8c0-26.3-20.9-48.4-47.2-48.8z\"],\n \"hand-scissors\": [512, 512, [], \"f257\", \"M216 440c0-22.092 17.909-40 40-40v-8h-32c-22.091 0-40-17.908-40-40s17.909-40 40-40h32v-8H48c-26.51 0-48-21.49-48-48s21.49-48 48-48h208v-13.572l-177.551-69.74c-24.674-9.694-36.818-37.555-27.125-62.228 9.693-24.674 37.554-36.817 62.228-27.124l190.342 74.765 24.872-31.09c12.306-15.381 33.978-19.515 51.081-9.741l112 64A40.002 40.002 0 0 1 512 168v240c0 18.562-12.77 34.686-30.838 38.937l-136 32A39.982 39.982 0 0 1 336 480h-80c-22.091 0-40-17.908-40-40z\"],\n \"hand-sparkles\": [640, 512, [], \"f95d\", \"M106.66,170.64l.09,0,49.55-20.65a7.32,7.32,0,0,0,3.68-6h0a7.29,7.29,0,0,0-3.68-6l-49.57-20.67-.07,0L86,67.68a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L3.7,138A7.29,7.29,0,0,0,0,144H0a7.32,7.32,0,0,0,3.68,6L53.27,170.6l.07,0L74,220.26a6.65,6.65,0,0,0,11.92,0l20.69-49.62ZM471.38,467.41l-1-.42-1-.5a38.67,38.67,0,0,1,0-69.14l1-.49,1-.43,37.49-15.63,15.63-37.48.41-1,.47-.95c3.85-7.74,10.58-13.63,18.35-17.34,0-1.33.25-2.69.27-4V144a32,32,0,0,0-64,0v72a8,8,0,0,1-8,8H456a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H360a8,8,0,0,1-8-8V32a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H264a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0v241l-23.59-32.49a40,40,0,0,0-64.71,47.09L229.3,492.21A48.07,48.07,0,0,0,268.09,512H465.7c19.24,0,35.65-11.73,43.24-28.79l-.07-.17ZM349.79,339.52,320,351.93l-12.42,29.78a4,4,0,0,1-7.15,0L288,351.93l-29.79-12.41a4,4,0,0,1,0-7.16L288,319.94l12.42-29.78a4,4,0,0,1,7.15,0L320,319.94l29.79,12.42a4,4,0,0,1,0,7.16ZM640,431.91a7.28,7.28,0,0,0-3.68-6l-49.57-20.67-.07,0L566,355.63a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L483.7,426a7.28,7.28,0,0,0-3.68,6h0a7.29,7.29,0,0,0,3.68,5.95l49.57,20.67.07,0L554,508.21a6.65,6.65,0,0,0,11.92,0l20.69-49.62h0l.09,0,49.55-20.66a7.29,7.29,0,0,0,3.68-5.95h0Z\"],\n \"hand-spock\": [512, 512, [], \"f259\", \"M510.9005,145.27027,442.604,432.09391A103.99507,103.99507,0,0,1,341.43745,512H214.074a135.96968,135.96968,0,0,1-93.18489-36.95291L12.59072,373.12723a39.992,39.992,0,0,1,54.8122-58.24988l60.59342,57.02528v0a283.24849,283.24849,0,0,0-11.6703-80.46734L73.63726,147.36011a40.00575,40.00575,0,1,1,76.71833-22.7187l37.15458,125.39477a8.33113,8.33113,0,0,0,16.05656-4.4414L153.26183,49.95406A39.99638,39.99638,0,1,1,230.73015,30.0166l56.09491,218.15825a10.42047,10.42047,0,0,0,20.30018-.501L344.80766,63.96966a40.052,40.052,0,0,1,51.30245-30.0893c19.86073,6.2998,30.86262,27.67378,26.67564,48.08487l-33.83869,164.966a7.55172,7.55172,0,0,0,14.74406,3.2666l29.3973-123.45874a39.99414,39.99414,0,1,1,77.81208,18.53121Z\"],\n \"hands\": [640, 512, [], \"f4c2\", \"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"],\n \"hands-helping\": [640, 512, [], \"f4c4\", \"M488 192H336v56c0 39.7-32.3 72-72 72s-72-32.3-72-72V126.4l-64.9 39C107.8 176.9 96 197.8 96 220.2v47.3l-80 46.2C.7 322.5-4.6 342.1 4.3 357.4l80 138.6c8.8 15.3 28.4 20.5 43.7 11.7L231.4 448H368c35.3 0 64-28.7 64-64h16c17.7 0 32-14.3 32-32v-64h8c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24zm147.7-37.4L555.7 16C546.9.7 527.3-4.5 512 4.3L408.6 64H306.4c-12 0-23.7 3.4-33.9 9.7L239 94.6c-9.4 5.8-15 16.1-15 27.1V248c0 22.1 17.9 40 40 40s40-17.9 40-40v-88h184c30.9 0 56 25.1 56 56v28.5l80-46.2c15.3-8.9 20.5-28.4 11.7-43.7z\"],\n \"hands-wash\": [576, 512, [], \"f95e\", \"M496,224a48,48,0,1,0-48-48A48,48,0,0,0,496,224ZM311.47,178.45A56.77,56.77,0,0,1,328,176a56,56,0,0,1,19,3.49l15.35-48.61A24,24,0,0,0,342,99.74c-11.53-1.35-22.21,6.44-25.71,17.51l-20.9,66.17ZM93.65,386.33c.8-.19,1.54-.54,2.35-.71V359.93a156,156,0,0,1,107.06-148l73.7-22.76L310.92,81.05a24,24,0,0,0-20.33-31.11c-11.53-1.34-22.22,6.45-25.72,17.52L231.42,173.88a8,8,0,0,1-15.26-4.83L259.53,31.26A24,24,0,0,0,239.2.15C227.67-1.19,217,6.6,213.49,17.66L165.56,169.37a8,8,0,1,1-15.26-4.82l38.56-122a24,24,0,0,0-20.33-31.11C157,10,146.32,17.83,142.82,28.9l-60,189.85L80.76,168.7A24,24,0,0,0,56.9,144.55c-13.23-.05-24.72,10.54-24.9,23.86V281.14A123.69,123.69,0,0,0,93.65,386.33ZM519.1,336H360a8,8,0,0,1,0-16H488a24,24,0,0,0,23.54-28.76C509.35,279.84,498.71,272,487.1,272H288l47.09-17.06a24,24,0,0,0-14.18-45.88L213.19,242.31A123.88,123.88,0,0,0,128,360v25.65a79.78,79.78,0,0,1,58,108.63A118.9,118.9,0,0,0,248,512H456a24,24,0,0,0,23.54-28.76C477.35,471.84,466.71,464,455.1,464H360a8,8,0,0,1,0-16H488a24,24,0,0,0,23.54-28.76C509.35,407.84,498.71,400,487.1,400H360a8,8,0,0,1,0-16H520a24,24,0,0,0,23.54-28.76C541.35,343.84,530.71,336,519.1,336ZM416,64a32,32,0,1,0-32-32A32,32,0,0,0,416,64ZM112,416a48,48,0,1,0,48,48A48,48,0,0,0,112,416Z\"],\n \"handshake\": [640, 512, [], \"f2b5\", \"M434.7 64h-85.9c-8 0-15.7 3-21.6 8.4l-98.3 90c-.1.1-.2.3-.3.4-16.6 15.6-16.3 40.5-2.1 56 12.7 13.9 39.4 17.6 56.1 2.7.1-.1.3-.1.4-.2l79.9-73.2c6.5-5.9 16.7-5.5 22.6 1 6 6.5 5.5 16.6-1 22.6l-26.1 23.9L504 313.8c2.9 2.4 5.5 5 7.9 7.7V128l-54.6-54.6c-5.9-6-14.1-9.4-22.6-9.4zM544 128.2v223.9c0 17.7 14.3 32 32 32h64V128.2h-96zm48 223.9c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zM0 384h64c17.7 0 32-14.3 32-32V128.2H0V384zm48-63.9c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16c0-8.9 7.2-16 16-16zm435.9 18.6L334.6 217.5l-30 27.5c-29.7 27.1-75.2 24.5-101.7-4.4-26.9-29.4-24.8-74.9 4.4-101.7L289.1 64h-83.8c-8.5 0-16.6 3.4-22.6 9.4L128 128v223.9h18.3l90.5 81.9c27.4 22.3 67.7 18.1 90-9.3l.2-.2 17.9 15.5c15.9 13 39.4 10.5 52.3-5.4l31.4-38.6 5.4 4.4c13.7 11.1 33.9 9.1 45-4.7l9.5-11.7c11.2-13.8 9.1-33.9-4.6-45.1z\"],\n \"handshake-alt-slash\": [640, 512, [], \"f95f\", \"M358.59,195.6,504.2,313.8a63.4,63.4,0,0,1,22.21,37.91H624a16.05,16.05,0,0,0,16-16V143.91A16,16,0,0,0,624,128H512L457.41,73.41A32,32,0,0,0,434.8,64H348.91a32,32,0,0,0-21.61,8.41l-88.12,80.68-25.69-19.85L289.09,64H205.3a32,32,0,0,0-22.6,9.41l-20.34,20.3L45.47,3.38A16,16,0,0,0,23,6.19L3.38,31.46A16,16,0,0,0,6.19,53.91L594.54,508.63A16,16,0,0,0,617,505.82l19.64-25.27a16,16,0,0,0-2.81-22.45L303.4,202.72l32.69-29.92,27-24.7a16,16,0,0,1,21.61,23.61ZM16,128A16.05,16.05,0,0,0,0,144V335.91a16,16,0,0,0,16,16H146.3l90.5,81.89a64,64,0,0,0,90-9.3l.2-.2,17.91,15.5a37.16,37.16,0,0,0,52.29-5.39l8.8-10.82L23.56,128Z\"],\n \"handshake-slash\": [640, 512, [], \"f960\", \"M0,128.21V384H64a32,32,0,0,0,32-32V184L23.83,128.21ZM48,320.1a16,16,0,1,1-16,16A16,16,0,0,1,48,320.1Zm80,31.81h18.3l90.5,81.89a64,64,0,0,0,90-9.3l.2-.2,17.91,15.5a37.16,37.16,0,0,0,52.29-5.39l8.8-10.82L128,208.72Zm416-223.7V352.1a32,32,0,0,0,32,32h64V128.21ZM592,352.1a16,16,0,1,1,16-16A16,16,0,0,1,592,352.1ZM303.33,202.67l59.58-54.57a16,16,0,0,1,21.59,23.61L358.41,195.6,504,313.8a73.08,73.08,0,0,1,7.91,7.7V128L457.3,73.41A31.76,31.76,0,0,0,434.7,64H348.8a31.93,31.93,0,0,0-21.6,8.41l-88.07,80.64-25.64-19.81L289.09,64H205.3a32,32,0,0,0-22.6,9.41L162.36,93.72,45.47,3.38A16,16,0,0,0,23,6.19L3.38,31.46A16,16,0,0,0,6.19,53.91L594.53,508.63A16,16,0,0,0,617,505.82l19.65-25.27a16,16,0,0,0-2.82-22.45Z\"],\n \"hanukiah\": [640, 512, [], \"f6e6\", \"M232 160c-4.42 0-8 3.58-8 8v120h32V168c0-4.42-3.58-8-8-8h-16zm-64 0c-4.42 0-8 3.58-8 8v120h32V168c0-4.42-3.58-8-8-8h-16zm224 0c-4.42 0-8 3.58-8 8v120h32V168c0-4.42-3.58-8-8-8h-16zm64 0c-4.42 0-8 3.58-8 8v120h32V168c0-4.42-3.58-8-8-8h-16zm88 8c0-4.42-3.58-8-8-8h-16c-4.42 0-8 3.58-8 8v120h32V168zm-440-8c-4.42 0-8 3.58-8 8v120h32V168c0-4.42-3.58-8-8-8h-16zm520 0h-32c-8.84 0-16 7.16-16 16v112c0 17.67-14.33 32-32 32H352V128c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v192H96c-17.67 0-32-14.33-32-32V176c0-8.84-7.16-16-16-16H16c-8.84 0-16 7.16-16 16v112c0 53.02 42.98 96 96 96h192v64H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16H352v-64h192c53.02 0 96-42.98 96-96V176c0-8.84-7.16-16-16-16zm-16-32c13.25 0 24-11.94 24-26.67S608 48 608 48s-24 38.61-24 53.33S594.75 128 608 128zm-576 0c13.25 0 24-11.94 24-26.67S32 48 32 48 8 86.61 8 101.33 18.75 128 32 128zm288-48c13.25 0 24-11.94 24-26.67S320 0 320 0s-24 38.61-24 53.33S306.75 80 320 80zm-208 48c13.25 0 24-11.94 24-26.67S112 48 112 48s-24 38.61-24 53.33S98.75 128 112 128zm64 0c13.25 0 24-11.94 24-26.67S176 48 176 48s-24 38.61-24 53.33S162.75 128 176 128zm64 0c13.25 0 24-11.94 24-26.67S240 48 240 48s-24 38.61-24 53.33S226.75 128 240 128zm160 0c13.25 0 24-11.94 24-26.67S400 48 400 48s-24 38.61-24 53.33S386.75 128 400 128zm64 0c13.25 0 24-11.94 24-26.67S464 48 464 48s-24 38.61-24 53.33S450.75 128 464 128zm64 0c13.25 0 24-11.94 24-26.67S528 48 528 48s-24 38.61-24 53.33S514.75 128 528 128z\"],\n \"hard-hat\": [512, 512, [], \"f807\", \"M480 288c0-80.25-49.28-148.92-119.19-177.62L320 192V80a16 16 0 0 0-16-16h-96a16 16 0 0 0-16 16v112l-40.81-81.62C81.28 139.08 32 207.75 32 288v64h448zm16 96H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h480a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"],\n \"hashtag\": [448, 512, [], \"f292\", \"M440.667 182.109l7.143-40c1.313-7.355-4.342-14.109-11.813-14.109h-74.81l14.623-81.891C377.123 38.754 371.468 32 363.997 32h-40.632a12 12 0 0 0-11.813 9.891L296.175 128H197.54l14.623-81.891C213.477 38.754 207.822 32 200.35 32h-40.632a12 12 0 0 0-11.813 9.891L132.528 128H53.432a12 12 0 0 0-11.813 9.891l-7.143 40C33.163 185.246 38.818 192 46.289 192h74.81L98.242 320H19.146a12 12 0 0 0-11.813 9.891l-7.143 40C-1.123 377.246 4.532 384 12.003 384h74.81L72.19 465.891C70.877 473.246 76.532 480 84.003 480h40.632a12 12 0 0 0 11.813-9.891L151.826 384h98.634l-14.623 81.891C234.523 473.246 240.178 480 247.65 480h40.632a12 12 0 0 0 11.813-9.891L315.472 384h79.096a12 12 0 0 0 11.813-9.891l7.143-40c1.313-7.355-4.342-14.109-11.813-14.109h-74.81l22.857-128h79.096a12 12 0 0 0 11.813-9.891zM261.889 320h-98.634l22.857-128h98.634l-22.857 128z\"],\n \"hat-cowboy\": [640, 512, [], \"f8c0\", \"M490 296.9C480.51 239.51 450.51 64 392.3 64c-14 0-26.49 5.93-37 14a58.21 58.21 0 0 1-70.58 0c-10.51-8-23-14-37-14-58.2 0-88.2 175.47-97.71 232.88C188.81 309.47 243.73 320 320 320s131.23-10.51 170-23.1zm142.9-37.18a16 16 0 0 0-19.75 1.5c-1 .9-101.27 90.78-293.16 90.78-190.82 0-292.22-89.94-293.24-90.84A16 16 0 0 0 1 278.53C1.73 280.55 78.32 480 320 480s318.27-199.45 319-201.47a16 16 0 0 0-6.09-18.81z\"],\n \"hat-cowboy-side\": [640, 512, [], \"f8c1\", \"M260.8 291.06c-28.63-22.94-62-35.06-96.4-35.06C87 256 21.47 318.72 1.43 412.06c-3.55 16.6-.43 33.83 8.57 47.3C18.75 472.47 31.83 480 45.88 480H592c-103.21 0-155-37.07-233.19-104.46zm234.65-18.29L468.4 116.2A64 64 0 0 0 392 64.41L200.85 105a64 64 0 0 0-50.35 55.79L143.61 226c6.9-.83 13.7-2 20.79-2 41.79 0 82 14.55 117.29 42.82l98 84.48C450.76 412.54 494.9 448 592 448a48 48 0 0 0 48-48c0-25.39-29.6-119.33-144.55-127.23z\"],\n \"hat-wizard\": [512, 512, [], \"f6e8\", \"M496 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm-304-64l-64-32 64-32 32-64 32 64 64 32-64 32-16 32h208l-86.41-201.63a63.955 63.955 0 0 1-1.89-45.45L416 0 228.42 107.19a127.989 127.989 0 0 0-53.46 59.15L64 416h144l-16-32zm64-224l16-32 16 32 32 16-32 16-16 32-16-32-32-16 32-16z\"],\n \"hdd\": [576, 512, [], \"f0a0\", \"M576 304v96c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48v-96c0-26.51 21.49-48 48-48h480c26.51 0 48 21.49 48 48zm-48-80a79.557 79.557 0 0 1 30.777 6.165L462.25 85.374A48.003 48.003 0 0 0 422.311 64H153.689a48 48 0 0 0-39.938 21.374L17.223 230.165A79.557 79.557 0 0 1 48 224h480zm-48 96c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm-96 0c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32z\"],\n \"head-side-cough\": [640, 512, [], \"f961\", \"M616,304a24,24,0,1,0-24-24A24,24,0,0,0,616,304ZM552,416a24,24,0,1,0,24,24A24,24,0,0,0,552,416Zm-64-56a24,24,0,1,0,24,24A24,24,0,0,0,488,360ZM616,464a24,24,0,1,0,24,24A24,24,0,0,0,616,464Zm0-104a24,24,0,1,0,24,24A24,24,0,0,0,616,360Zm-64-40a24,24,0,1,0,24,24A24,24,0,0,0,552,320Zm-74.78-45c-21-47.12-48.5-151.75-73.12-186.75A208.13,208.13,0,0,0,234.1,0H192C86,0,0,86,0,192c0,56.75,24.75,107.62,64,142.88V512H288V480h64a64,64,0,0,0,64-64H320a32,32,0,0,1,0-64h96V320h32A32,32,0,0,0,477.22,275ZM288,224a32,32,0,1,1,32-32A32.07,32.07,0,0,1,288,224Z\"],\n \"head-side-cough-slash\": [640, 512, [], \"f962\", \"M454.11,319.21c19.56-3.81,31.62-25,23.11-44.21-21-47.12-48.5-151.75-73.12-186.75A208.13,208.13,0,0,0,234.1,0H192A190.64,190.64,0,0,0,84.18,33.3L45.46,3.38A16,16,0,0,0,23,6.19L3.37,31.46A16,16,0,0,0,6.18,53.91L594.53,508.63A16,16,0,0,0,617,505.82l19.64-25.27a16,16,0,0,0-2.81-22.45ZM313.39,210.45,263.61,172c5.88-7.14,14.43-12,24.36-12a32.06,32.06,0,0,1,32,32C320,199,317.24,205.17,313.39,210.45ZM616,304a24,24,0,1,0-24-24A24,24,0,0,0,616,304Zm-64,64a24,24,0,1,0-24-24A24,24,0,0,0,552,368ZM288,384a32,32,0,0,1,32-32h19.54L20.73,105.59A190.86,190.86,0,0,0,0,192c0,56.75,24.75,107.62,64,142.88V512H288V480h64a64,64,0,0,0,64-64H320A32,32,0,0,1,288,384Zm328-24a24,24,0,1,0,24,24A24,24,0,0,0,616,360Z\"],\n \"head-side-mask\": [512, 512, [], \"f963\", \"M.15,184.42C-2.17,244.21,23,298.06,64,334.88V512H224V316.51L3.67,156.25A182.28,182.28,0,0,0,.15,184.42ZM509.22,275c-21-47.12-48.5-151.75-73.12-186.75A208.11,208.11,0,0,0,266.11,0H200C117,0,42.48,50.57,13.25,123.65L239.21,288H511.76A31.35,31.35,0,0,0,509.22,275ZM320,224a32,32,0,1,1,32-32A32.07,32.07,0,0,1,320,224Zm16,144H496l16-48H256V512H401.88a64,64,0,0,0,60.71-43.76L464,464H336a16,16,0,0,1,0-32H474.67l10.67-32H336a16,16,0,0,1,0-32Z\"],\n \"head-side-virus\": [512, 512, [], \"f964\", \"M272,240a16,16,0,1,0,16,16A16,16,0,0,0,272,240Zm-64-64a16,16,0,1,0,16,16A16,16,0,0,0,208,176Zm301.2,99c-20.93-47.12-48.43-151.73-73.07-186.75A207.9,207.9,0,0,0,266.09,0H192C86,0,0,86,0,192A191.23,191.23,0,0,0,64,334.81V512H320V448h64a64,64,0,0,0,64-64V320H480A32,32,0,0,0,509.2,275ZM368,240H355.88c-28.51,0-42.79,34.47-22.63,54.63l8.58,8.57a16,16,0,1,1-22.63,22.63l-8.57-8.58C290.47,297.09,256,311.37,256,339.88V352a16,16,0,0,1-32,0V339.88c0-28.51-34.47-42.79-54.63-22.63l-8.57,8.58a16,16,0,0,1-22.63-22.63l8.58-8.57c20.16-20.16,5.88-54.63-22.63-54.63H112a16,16,0,0,1,0-32h12.12c28.51,0,42.79-34.47,22.63-54.63l-8.58-8.57a16,16,0,0,1,22.63-22.63l8.57,8.58c20.16,20.16,54.63,5.88,54.63-22.63V96a16,16,0,0,1,32,0v12.12c0,28.51,34.47,42.79,54.63,22.63l8.57-8.58a16,16,0,0,1,22.63,22.63l-8.58,8.57C313.09,173.53,327.37,208,355.88,208H368a16,16,0,0,1,0,32Z\"],\n \"heading\": [512, 512, [], \"f1dc\", \"M448 96v320h32a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16H320a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32V288H160v128h32a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16H32a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32V96H32a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h160a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16h-32v128h192V96h-32a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h160a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16z\"],\n \"headphones\": [512, 512, [], \"f025\", \"M256 32C114.52 32 0 146.496 0 288v48a32 32 0 0 0 17.689 28.622l14.383 7.191C34.083 431.903 83.421 480 144 480h24c13.255 0 24-10.745 24-24V280c0-13.255-10.745-24-24-24h-24c-31.342 0-59.671 12.879-80 33.627V288c0-105.869 86.131-192 192-192s192 86.131 192 192v1.627C427.671 268.879 399.342 256 368 256h-24c-13.255 0-24 10.745-24 24v176c0 13.255 10.745 24 24 24h24c60.579 0 109.917-48.098 111.928-108.187l14.382-7.191A32 32 0 0 0 512 336v-48c0-141.479-114.496-256-256-256z\"],\n \"headphones-alt\": [512, 512, [], \"f58f\", \"M160 288h-16c-35.35 0-64 28.7-64 64.12v63.76c0 35.41 28.65 64.12 64 64.12h16c17.67 0 32-14.36 32-32.06V320.06c0-17.71-14.33-32.06-32-32.06zm208 0h-16c-17.67 0-32 14.35-32 32.06v127.88c0 17.7 14.33 32.06 32 32.06h16c35.35 0 64-28.71 64-64.12v-63.76c0-35.41-28.65-64.12-64-64.12zM256 32C112.91 32 4.57 151.13 0 288v112c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16V288c0-114.67 93.33-207.8 208-207.82 114.67.02 208 93.15 208 207.82v112c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16V288C507.43 151.13 399.09 32 256 32z\"],\n \"headset\": [512, 512, [], \"f590\", \"M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z\"],\n \"heart\": [512, 512, [], \"f004\", \"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"],\n \"heart-broken\": [512, 512, [], \"f7a9\", \"M473.7 73.8l-2.4-2.5c-46-47-118-51.7-169.6-14.8L336 159.9l-96 64 48 128-144-144 96-64-28.6-86.5C159.7 19.6 87 24 40.7 71.4l-2.4 2.4C-10.4 123.6-12.5 202.9 31 256l212.1 218.6c7.1 7.3 18.6 7.3 25.7 0L481 255.9c43.5-53 41.4-132.3-7.3-182.1z\"],\n \"heartbeat\": [512, 512, [], \"f21e\", \"M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z\"],\n \"helicopter\": [640, 512, [], \"f533\", \"M304 384h272c17.67 0 32-14.33 32-32 0-123.71-100.29-224-224-224V64h176c8.84 0 16-7.16 16-16V16c0-8.84-7.16-16-16-16H144c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h176v64H112L68.8 70.4C65.78 66.37 61.03 64 56 64H16.01C5.6 64-2.04 73.78.49 83.88L32 192l160 64 86.4 115.2A31.992 31.992 0 0 0 304 384zm112-188.49C478.55 208.3 528.03 257.44 540.79 320H416V195.51zm219.37 263.3l-22.15-22.2c-6.25-6.26-16.24-6.1-22.64.01-7.09 6.77-13.84 11.25-24.64 11.25H240c-8.84 0-16 7.18-16 16.03v32.06c0 8.85 7.16 16.03 16 16.03h325.94c14.88 0 35.3-.47 68.45-29.52 7.02-6.14 7.57-17.05.98-23.66z\"],\n \"highlighter\": [544, 512, [], \"f591\", \"M0 479.98L99.92 512l35.45-35.45-67.04-67.04L0 479.98zm124.61-240.01a36.592 36.592 0 0 0-10.79 38.1l13.05 42.83-50.93 50.94 96.23 96.23 50.86-50.86 42.74 13.08c13.73 4.2 28.65-.01 38.15-10.78l35.55-41.64-173.34-173.34-41.52 35.44zm403.31-160.7l-63.2-63.2c-20.49-20.49-53.38-21.52-75.12-2.35L190.55 183.68l169.77 169.78L530.27 154.4c19.18-21.74 18.15-54.63-2.35-75.13z\"],\n \"hiking\": [384, 512, [], \"f6ec\", \"M80.95 472.23c-4.28 17.16 6.14 34.53 23.28 38.81 2.61.66 5.22.95 7.8.95 14.33 0 27.37-9.7 31.02-24.23l25.24-100.97-52.78-52.78-34.56 138.22zm14.89-196.12L137 117c2.19-8.42-3.14-16.95-11.92-19.06-43.88-10.52-88.35 15.07-99.32 57.17L.49 253.24c-2.19 8.42 3.14 16.95 11.92 19.06l63.56 15.25c8.79 2.1 17.68-3.02 19.87-11.44zM368 160h-16c-8.84 0-16 7.16-16 16v16h-34.75l-46.78-46.78C243.38 134.11 228.61 128 212.91 128c-27.02 0-50.47 18.3-57.03 44.52l-26.92 107.72a32.012 32.012 0 0 0 8.42 30.39L224 397.25V480c0 17.67 14.33 32 32 32s32-14.33 32-32v-82.75c0-17.09-6.66-33.16-18.75-45.25l-46.82-46.82c.15-.5.49-.89.62-1.41l19.89-79.57 22.43 22.43c6 6 14.14 9.38 22.62 9.38h48v240c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16V176c.01-8.84-7.15-16-15.99-16zM240 96c26.51 0 48-21.49 48-48S266.51 0 240 0s-48 21.49-48 48 21.49 48 48 48z\"],\n \"hippo\": [640, 512, [], \"f6ed\", \"M581.12 96.2c-27.67-.15-52.5 17.58-76.6 26.62C489.98 88.27 455.83 64 416 64c-11.28 0-21.95 2.3-32 5.88V56c0-13.26-10.75-24-24-24h-16c-13.25 0-24 10.74-24 24v48.98C286.01 79.58 241.24 64 192 64 85.96 64 0 135.64 0 224v240c0 8.84 7.16 16 16 16h64c8.84 0 16-7.16 16-16v-70.79C128.35 407.57 166.72 416 208 416s79.65-8.43 112-22.79V464c0 8.84 7.16 16 16 16h64c8.84 0 16-7.16 16-16V288h128v32c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-32c17.67 0 32-14.33 32-32v-92.02c0-34.09-24.79-67.59-58.88-67.78zM448 176c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16z\"],\n \"history\": [512, 512, [], \"f1da\", \"M504 255.531c.253 136.64-111.18 248.372-247.82 248.468-59.015.042-113.223-20.53-155.822-54.911-11.077-8.94-11.905-25.541-1.839-35.607l11.267-11.267c8.609-8.609 22.353-9.551 31.891-1.984C173.062 425.135 212.781 440 256 440c101.705 0 184-82.311 184-184 0-101.705-82.311-184-184-184-48.814 0-93.149 18.969-126.068 49.932l50.754 50.754c10.08 10.08 2.941 27.314-11.313 27.314H24c-8.837 0-16-7.163-16-16V38.627c0-14.254 17.234-21.393 27.314-11.314l49.372 49.372C129.209 34.136 189.552 8 256 8c136.81 0 247.747 110.78 248 247.531zm-180.912 78.784l9.823-12.63c8.138-10.463 6.253-25.542-4.21-33.679L288 256.349V152c0-13.255-10.745-24-24-24h-16c-13.255 0-24 10.745-24 24v135.651l65.409 50.874c10.463 8.137 25.541 6.253 33.679-4.21z\"],\n \"hockey-puck\": [512, 512, [], \"f453\", \"M0 160c0-53 114.6-96 256-96s256 43 256 96-114.6 96-256 96S0 213 0 160zm0 82.2V352c0 53 114.6 96 256 96s256-43 256-96V242.2c-113.4 82.3-398.5 82.4-512 0z\"],\n \"holly-berry\": [448, 512, [], \"f7aa\", \"M144 192c26.5 0 48-21.5 48-48s-21.5-48-48-48-48 21.5-48 48 21.5 48 48 48zm112-48c0 26.5 21.5 48 48 48s48-21.5 48-48-21.5-48-48-48-48 21.5-48 48zm-32-48c26.5 0 48-21.5 48-48S250.5 0 224 0s-48 21.5-48 48 21.5 48 48 48zm-16.2 139.1c.1-12.4-13.1-20.1-23.8-13.7-34.3 20.3-71.4 32.7-108.7 36.2-9.7.9-15.6 11.3-11.6 20.2 6.2 13.9 11.1 28.6 14.7 43.8 3.6 15.2-5.3 30.6-20.2 35.1-14.9 4.5-30.1 7.6-45.3 9.1-9.7 1-15.7 11.3-11.7 20.2 15 32.8 22.9 69.5 23 107.7.1 14.4 15.2 23.1 27.6 16 33.2-19 68.9-30.5 104.8-33.9 9.7-.9 15.6-11.3 11.6-20.2-6.2-13.9-11.1-28.6-14.7-43.8-3.6-15.2 5.3-30.6 20.2-35.1 14.9-4.5 30.1-7.6 45.3-9.1 9.7-1 15.7-11.3 11.7-20.2-15.5-34.2-23.3-72.5-22.9-112.3zM435 365.6c-15.2-1.6-30.3-4.7-45.3-9.1-14.9-4.5-23.8-19.9-20.2-35.1 3.6-15.2 8.5-29.8 14.7-43.8 4-8.9-1.9-19.3-11.6-20.2-37.3-3.5-74.4-15.9-108.7-36.2-10.7-6.3-23.9 1.4-23.8 13.7 0 1.6-.2 3.2-.2 4.9.2 33.3 7 65.7 19.9 94 5.7 12.4 5.2 26.6-.6 38.9 4.9 1.2 9.9 2.2 14.8 3.7 14.9 4.5 23.8 19.9 20.2 35.1-3.6 15.2-8.5 29.8-14.7 43.8-4 8.9 1.9 19.3 11.6 20.2 35.9 3.4 71.6 14.9 104.8 33.9 12.5 7.1 27.6-1.6 27.6-16 .2-38.2 8-75 23-107.7 4.3-8.7-1.8-19.1-11.5-20.1z\"],\n \"home\": [576, 512, [], \"f015\", \"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"],\n \"horse\": [576, 512, [], \"f6f0\", \"M575.92 76.6c-.01-8.13-3.02-15.87-8.58-21.8-3.78-4.03-8.58-9.12-13.69-14.5 11.06-6.84 19.5-17.49 22.18-30.66C576.85 4.68 572.96 0 567.9 0H447.92c-70.69 0-128 57.31-128 128H160c-28.84 0-54.4 12.98-72 33.11V160c-48.53 0-88 39.47-88 88v56c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-56c0-13.22 6.87-24.39 16.78-31.68-.21 2.58-.78 5.05-.78 7.68 0 27.64 11.84 52.36 30.54 69.88l-25.72 68.6a63.945 63.945 0 0 0-2.16 37.99l24.85 99.41A15.982 15.982 0 0 0 107.02 512h65.96c10.41 0 18.05-9.78 15.52-19.88l-26.31-105.26 23.84-63.59L320 345.6V496c0 8.84 7.16 16 16 16h64c8.84 0 16-7.16 16-16V318.22c19.74-20.19 32-47.75 32-78.22 0-.22-.07-.42-.08-.64V136.89l16 7.11 18.9 37.7c7.45 14.87 25.05 21.55 40.49 15.37l32.55-13.02a31.997 31.997 0 0 0 20.12-29.74l-.06-77.71zm-64 19.4c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16z\"],\n \"horse-head\": [512, 512, [], \"f7ab\", \"M509.8 332.5l-69.9-164.3c-14.9-41.2-50.4-71-93-79.2 18-10.6 46.3-35.9 34.2-82.3-1.3-5-7.1-7.9-12-6.1L166.9 76.3C35.9 123.4 0 238.9 0 398.8V480c0 17.7 14.3 32 32 32h236.2c23.8 0 39.3-25 28.6-46.3L256 384v-.7c-45.6-3.5-84.6-30.7-104.3-69.6-1.6-3.1-.9-6.9 1.6-9.3l12.1-12.1c3.9-3.9 10.6-2.7 12.9 2.4 14.8 33.7 48.2 57.4 87.4 57.4 17.2 0 33-5.1 46.8-13.2l46 63.9c6 8.4 15.7 13.3 26 13.3h50.3c8.5 0 16.6-3.4 22.6-9.4l45.3-39.8c8.9-9.1 11.7-22.6 7.1-34.4zM328 224c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24z\"],\n \"hospital\": [448, 512, [], \"f0f8\", \"M448 492v20H0v-20c0-6.627 5.373-12 12-12h20V120c0-13.255 10.745-24 24-24h88V24c0-13.255 10.745-24 24-24h112c13.255 0 24 10.745 24 24v72h88c13.255 0 24 10.745 24 24v360h20c6.627 0 12 5.373 12 12zM308 192h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12zm-168 64h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12zm104 128h-40c-6.627 0-12 5.373-12 12v84h64v-84c0-6.627-5.373-12-12-12zm64-96h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12zm-116 12c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40zM182 96h26v26a6 6 0 0 0 6 6h20a6 6 0 0 0 6-6V96h26a6 6 0 0 0 6-6V70a6 6 0 0 0-6-6h-26V38a6 6 0 0 0-6-6h-20a6 6 0 0 0-6 6v26h-26a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6z\"],\n \"hospital-alt\": [576, 512, [], \"f47d\", \"M544 96H416V32c0-17.7-14.3-32-32-32H192c-17.7 0-32 14.3-32 32v64H32c-17.7 0-32 14.3-32 32v368c0 8.8 7.2 16 16 16h544c8.8 0 16-7.2 16-16V128c0-17.7-14.3-32-32-32zM160 436c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-128c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm160 128c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-128c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm16-170c0 3.3-2.7 6-6 6h-26v26c0 3.3-2.7 6-6 6h-20c-3.3 0-6-2.7-6-6v-26h-26c-3.3 0-6-2.7-6-6v-20c0-3.3 2.7-6 6-6h26V86c0-3.3 2.7-6 6-6h20c3.3 0 6 2.7 6 6v26h26c3.3 0 6 2.7 6 6v20zm144 298c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-128c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"],\n \"hospital-symbol\": [512, 512, [], \"f47e\", \"M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zm112 376c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-88h-96v88c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V136c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v88h96v-88c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v240z\"],\n \"hospital-user\": [640, 512, [], \"f80d\", \"M480 320a96 96 0 1 0-96-96 96 96 0 0 0 96 96zm48 32a22.88 22.88 0 0 0-7.06 1.09 124.76 124.76 0 0 1-81.89 0A22.82 22.82 0 0 0 432 352a112 112 0 0 0-112 112.62c.14 26.26 21.73 47.38 48 47.38h224c26.27 0 47.86-21.12 48-47.38A112 112 0 0 0 528 352zm-198.09 10.45A145.19 145.19 0 0 1 352 344.62V128a32 32 0 0 0-32-32h-32V32a32 32 0 0 0-32-32H96a32 32 0 0 0-32 32v64H32a32 32 0 0 0-32 32v368a16 16 0 0 0 16 16h288.31A78.62 78.62 0 0 1 288 464.79a143.06 143.06 0 0 1 41.91-102.34zM144 404a12 12 0 0 1-12 12H92a12 12 0 0 1-12-12v-40a12 12 0 0 1 12-12h40a12 12 0 0 1 12 12zm0-128a12 12 0 0 1-12 12H92a12 12 0 0 1-12-12v-40a12 12 0 0 1 12-12h40a12 12 0 0 1 12 12zm48-122a6 6 0 0 1-6 6h-20a6 6 0 0 1-6-6v-26h-26a6 6 0 0 1-6-6v-20a6 6 0 0 1 6-6h26V70a6 6 0 0 1 6-6h20a6 6 0 0 1 6 6v26h26a6 6 0 0 1 6 6v20a6 6 0 0 1-6 6h-26zm80 250a12 12 0 0 1-12 12h-40a12 12 0 0 1-12-12v-40a12 12 0 0 1 12-12h40a12 12 0 0 1 12 12zm0-128a12 12 0 0 1-12 12h-40a12 12 0 0 1-12-12v-40a12 12 0 0 1 12-12h40a12 12 0 0 1 12 12z\"],\n \"hot-tub\": [512, 512, [], \"f593\", \"M414.21 177.65c1.02 8.21 7.75 14.35 15.75 14.35h16.12c9.51 0 17.08-8.57 16-18.35-4.34-39.11-22.4-74.53-50.13-97.16-17.37-14.17-28.82-36.75-31.98-62.15C378.96 6.14 372.22 0 364.23 0h-16.12c-9.51 0-17.09 8.57-16 18.35 4.34 39.11 22.4 74.53 50.13 97.16 17.36 14.17 28.82 36.75 31.97 62.14zm-108 0c1.02 8.21 7.75 14.35 15.75 14.35h16.12c9.51 0 17.08-8.57 16-18.35-4.34-39.11-22.4-74.53-50.13-97.16-17.37-14.17-28.82-36.75-31.98-62.15C270.96 6.14 264.22 0 256.23 0h-16.12c-9.51 0-17.09 8.57-16 18.35 4.34 39.11 22.4 74.53 50.13 97.16 17.36 14.17 28.82 36.75 31.97 62.14zM480 256H256l-110.93-83.2a63.99 63.99 0 0 0-38.4-12.8H64c-35.35 0-64 28.65-64 64v224c0 35.35 28.65 64 64 64h384c35.35 0 64-28.65 64-64V288c0-17.67-14.33-32-32-32zM128 440c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8V328c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v112zm96 0c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8V328c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v112zm96 0c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8V328c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v112zm96 0c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8V328c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v112zM64 128c35.35 0 64-28.65 64-64S99.35 0 64 0 0 28.65 0 64s28.65 64 64 64z\"],\n \"hotdog\": [512, 512, [], \"f80f\", \"M488.56 23.44a80 80 0 0 0-113.12 0l-352 352a80 80 0 1 0 113.12 113.12l352-352a80 80 0 0 0 0-113.12zm-49.93 95.19c-19.6 19.59-37.52 22.67-51.93 25.14C373.76 146 364.4 147.6 352 160s-14 21.76-16.23 34.71c-2.48 14.4-5.55 32.33-25.15 51.92s-37.52 22.67-51.92 25.15C245.75 274 236.4 275.6 224 288s-14 21.75-16.23 34.7c-2.47 14.4-5.54 32.33-25.14 51.92s-37.53 22.68-51.93 25.15C117.76 402 108.4 403.6 96 416a16 16 0 0 1-22.63-22.63c19.6-19.59 37.52-22.67 51.92-25.14 13-2.22 22.3-3.82 34.71-16.23s14-21.75 16.22-34.7c2.48-14.4 5.55-32.33 25.15-51.92s37.52-22.67 51.92-25.14c13-2.22 22.3-3.83 34.7-16.23s14-21.76 16.24-34.71c2.47-14.4 5.54-32.33 25.14-51.92s37.52-22.68 51.92-25.15C394.24 110 403.59 108.41 416 96a16 16 0 0 1 22.63 22.63zM31.44 322.18L322.18 31.44l-11.54-11.55c-25-25-63.85-26.66-86.79-3.72L16.17 223.85c-22.94 22.94-21.27 61.79 3.72 86.78zm449.12-132.36L189.82 480.56l11.54 11.55c25 25 63.85 26.66 86.79 3.72l207.68-207.68c22.94-22.94 21.27-61.79-3.72-86.79z\"],\n \"hotel\": [576, 512, [], \"f594\", \"M560 64c8.84 0 16-7.16 16-16V16c0-8.84-7.16-16-16-16H16C7.16 0 0 7.16 0 16v32c0 8.84 7.16 16 16 16h15.98v384H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h240v-80c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v80h240c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16h-16V64h16zm-304 44.8c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4zm0 96c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4zm-128-96c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4zM179.2 256h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4c0 6.4-6.4 12.8-12.8 12.8zM192 384c0-53.02 42.98-96 96-96s96 42.98 96 96H192zm256-140.8c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-96c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4z\"],\n \"hourglass\": [384, 512, [], \"f254\", \"M360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64z\"],\n \"hourglass-end\": [384, 512, [], \"f253\", \"M360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64zM192 208c-57.787 0-104-66.518-104-144h208c0 77.945-46.51 144-104 144z\"],\n \"hourglass-half\": [384, 512, [], \"f252\", \"M360 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24zm-75.078 384H99.08c17.059-46.797 52.096-80 92.92-80 40.821 0 75.862 33.196 92.922 80zm.019-256H99.078C91.988 108.548 88 86.748 88 64h208c0 22.805-3.987 44.587-11.059 64z\"],\n \"hourglass-start\": [384, 512, [], \"f251\", \"M360 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24zm-64 448H88c0-77.458 46.204-144 104-144 57.786 0 104 66.517 104 144z\"],\n \"house-damage\": [576, 512, [], \"f6f1\", \"M288 114.96L69.47 307.71c-1.62 1.46-3.69 2.14-5.47 3.35V496c0 8.84 7.16 16 16 16h149.23L192 439.19l104.11-64-60.16-119.22L384 392.75l-104.11 64L319.81 512H496c8.84 0 16-7.16 16-16V311.1c-1.7-1.16-3.72-1.82-5.26-3.2L288 114.96zm282.69 121.32L512 184.45V48c0-8.84-7.16-16-16-16h-64c-8.84 0-16 7.16-16 16v51.69L314.75 10.31C307.12 3.45 297.56.01 288 0s-19.1 3.41-26.7 10.27L5.31 236.28c-6.57 5.91-7.12 16.02-1.21 22.6l21.4 23.82c5.9 6.57 16.02 7.12 22.6 1.21L277.42 81.63c6.05-5.33 15.12-5.33 21.17 0L527.91 283.9c6.57 5.9 16.69 5.36 22.6-1.21l21.4-23.82c5.9-6.57 5.36-16.69-1.22-22.59z\"],\n \"house-user\": [576, 512, [], \"f965\", \"M570.69,236.27,512,184.44V48a16,16,0,0,0-16-16H432a16,16,0,0,0-16,16V99.67L314.78,10.3C308.5,4.61,296.53,0,288,0s-20.46,4.61-26.74,10.3l-256,226A18.27,18.27,0,0,0,0,248.2a18.64,18.64,0,0,0,4.09,10.71L25.5,282.7a21.14,21.14,0,0,0,12,5.3,21.67,21.67,0,0,0,10.69-4.11l15.9-14V480a32,32,0,0,0,32,32H480a32,32,0,0,0,32-32V269.88l15.91,14A21.94,21.94,0,0,0,538.63,288a20.89,20.89,0,0,0,11.87-5.31l21.41-23.81A21.64,21.64,0,0,0,576,248.19,21,21,0,0,0,570.69,236.27ZM288,176a64,64,0,1,1-64,64A64,64,0,0,1,288,176ZM400,448H176a16,16,0,0,1-16-16,96,96,0,0,1,96-96h64a96,96,0,0,1,96,96A16,16,0,0,1,400,448Z\"],\n \"hryvnia\": [384, 512, [], \"f6f2\", \"M368 240c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16h-41.86c13.41-28.63 13.74-63.33-4.13-94.05C303.34 49.84 267.1 32 229.96 32h-78.82c-24.32 0-47.86 8.53-66.54 24.09L72.83 65.9c-10.18 8.49-11.56 23.62-3.07 33.8l20.49 24.59c8.49 10.19 23.62 11.56 33.81 3.07l11.73-9.78c4.32-3.6 9.77-5.57 15.39-5.57h83.62c11.69 0 21.2 9.52 21.2 21.2 0 5.91-2.48 11.58-6.81 15.58L219.7 176H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h134.37l-34.67 32H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h41.86c-13.41 28.63-13.74 63.33 4.13 94.05C80.66 462.15 116.9 480 154.04 480h78.82c24.32 0 47.86-8.53 66.54-24.09l11.77-9.81c10.18-8.49 11.56-23.62 3.07-33.8l-20.49-24.59c-8.49-10.19-23.62-11.56-33.81-3.07l-11.75 9.8a23.992 23.992 0 0 1-15.36 5.56H149.2c-11.69 0-21.2-9.52-21.2-21.2 0-5.91 2.48-11.58 6.81-15.58L164.3 336H368c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16H233.63l34.67-32H368z\"],\n \"i-cursor\": [256, 512, [], \"f246\", \"M256 52.048V12.065C256 5.496 250.726.148 244.158.066 211.621-.344 166.469.011 128 37.959 90.266.736 46.979-.114 11.913.114 5.318.157 0 5.519 0 12.114v39.645c0 6.687 5.458 12.078 12.145 11.998C38.111 63.447 96 67.243 96 112.182V224H60c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h36v112c0 44.932-56.075 48.031-83.95 47.959C5.404 447.942 0 453.306 0 459.952v39.983c0 6.569 5.274 11.917 11.842 11.999 32.537.409 77.689.054 116.158-37.894 37.734 37.223 81.021 38.073 116.087 37.845 6.595-.043 11.913-5.405 11.913-12V460.24c0-6.687-5.458-12.078-12.145-11.998C217.889 448.553 160 444.939 160 400V288h36c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-36V112.182c0-44.932 56.075-48.213 83.95-48.142 6.646.018 12.05-5.346 12.05-11.992z\"],\n \"ice-cream\": [448, 512, [], \"f810\", \"M368 160h-.94a144 144 0 1 0-286.12 0H80a48 48 0 0 0 0 96h288a48 48 0 0 0 0-96zM195.38 493.69a31.52 31.52 0 0 0 57.24 0L352 288H96z\"],\n \"icicles\": [512, 512, [], \"f7ad\", \"M511.4 37.9C515.1 18.2 500 0 480 0H32C10.6 0-4.8 20.7 1.4 41.2l87.1 273.4c2.5 7.2 12.7 7.2 15.1 0L140 190.5l44.2 187.3c1.9 8.3 13.7 8.3 15.6 0l46.5-196.9 34.1 133.4c2.3 7.6 13 7.6 15.3 0l45.8-172.5 66.7 363.8c1.7 8.6 14 8.6 15.7 0l87.5-467.7z\"],\n \"icons\": [512, 512, [], \"f86d\", \"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"],\n \"id-badge\": [384, 512, [], \"f2c1\", \"M336 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM144 32h96c8.8 0 16 7.2 16 16s-7.2 16-16 16h-96c-8.8 0-16-7.2-16-16s7.2-16 16-16zm48 128c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm112 236.8c0 10.6-10 19.2-22.4 19.2H102.4C90 416 80 407.4 80 396.8v-19.2c0-31.8 30.1-57.6 67.2-57.6h5c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h5c37.1 0 67.2 25.8 67.2 57.6v19.2z\"],\n \"id-card\": [576, 512, [], \"f2c2\", \"M528 32H48C21.5 32 0 53.5 0 80v16h576V80c0-26.5-21.5-48-48-48zM0 432c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V128H0v304zm352-232c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16zm0 64c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16zm0 64c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16zM176 192c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zM67.1 396.2C75.5 370.5 99.6 352 128 352h8.2c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h8.2c28.4 0 52.5 18.5 60.9 44.2 3.2 9.9-5.2 19.8-15.6 19.8H82.7c-10.4 0-18.8-10-15.6-19.8z\"],\n \"id-card-alt\": [576, 512, [], \"f47f\", \"M528 64H384v96H192V64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM288 224c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm93.3 224H194.7c-10.4 0-18.8-10-15.6-19.8 8.3-25.6 32.4-44.2 60.9-44.2h8.2c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h8.2c28.4 0 52.5 18.5 60.9 44.2 3.2 9.8-5.2 19.8-15.6 19.8zM352 32c0-17.7-14.3-32-32-32h-64c-17.7 0-32 14.3-32 32v96h128V32z\"],\n \"igloo\": [576, 512, [], \"f7ae\", \"M320 33.9c-10.5-1.2-21.2-1.9-32-1.9-99.8 0-187.8 50.8-239.4 128H320V33.9zM96 192H30.3C11.1 230.6 0 274 0 320h96V192zM352 39.4V160h175.4C487.2 99.9 424.8 55.9 352 39.4zM480 320h96c0-46-11.1-89.4-30.3-128H480v128zm-64 64v96h128c17.7 0 32-14.3 32-32v-96H411.5c2.6 10.3 4.5 20.9 4.5 32zm32-192H128v128h49.8c22.2-38.1 63-64 110.2-64s88 25.9 110.2 64H448V192zM0 448c0 17.7 14.3 32 32 32h128v-96c0-11.1 1.9-21.7 4.5-32H0v96zm288-160c-53 0-96 43-96 96v96h192v-96c0-53-43-96-96-96z\"],\n \"image\": [512, 512, [], \"f03e\", \"M464 448H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h416c26.51 0 48 21.49 48 48v288c0 26.51-21.49 48-48 48zM112 120c-30.928 0-56 25.072-56 56s25.072 56 56 56 56-25.072 56-56-25.072-56-56-56zM64 384h384V272l-87.515-87.515c-4.686-4.686-12.284-4.686-16.971 0L208 320l-55.515-55.515c-4.686-4.686-12.284-4.686-16.971 0L64 336v48z\"],\n \"images\": [576, 512, [], \"f302\", \"M480 416v16c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V176c0-26.51 21.49-48 48-48h16v208c0 44.112 35.888 80 80 80h336zm96-80V80c0-26.51-21.49-48-48-48H144c-26.51 0-48 21.49-48 48v256c0 26.51 21.49 48 48 48h384c26.51 0 48-21.49 48-48zM256 128c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-96 144l55.515-55.515c4.686-4.686 12.284-4.686 16.971 0L272 256l135.515-135.515c4.686-4.686 12.284-4.686 16.971 0L512 208v112H160v-48z\"],\n \"inbox\": [576, 512, [], \"f01c\", \"M567.938 243.908L462.25 85.374A48.003 48.003 0 0 0 422.311 64H153.689a48 48 0 0 0-39.938 21.374L8.062 243.908A47.994 47.994 0 0 0 0 270.533V400c0 26.51 21.49 48 48 48h480c26.51 0 48-21.49 48-48V270.533a47.994 47.994 0 0 0-8.062-26.625zM162.252 128h251.497l85.333 128H376l-32 64H232l-32-64H76.918l85.334-128z\"],\n \"indent\": [448, 512, [], \"f03c\", \"M27.31 363.3l96-96a16 16 0 0 0 0-22.62l-96-96C17.27 138.66 0 145.78 0 160v192c0 14.31 17.33 21.3 27.31 11.3zM432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm3.17-128H204.83A12.82 12.82 0 0 0 192 300.83v38.34A12.82 12.82 0 0 0 204.83 352h230.34A12.82 12.82 0 0 0 448 339.17v-38.34A12.82 12.82 0 0 0 435.17 288zm0-128H204.83A12.82 12.82 0 0 0 192 172.83v38.34A12.82 12.82 0 0 0 204.83 224h230.34A12.82 12.82 0 0 0 448 211.17v-38.34A12.82 12.82 0 0 0 435.17 160zM432 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"],\n \"industry\": [512, 512, [], \"f275\", \"M475.115 163.781L336 252.309v-68.28c0-18.916-20.931-30.399-36.885-20.248L160 252.309V56c0-13.255-10.745-24-24-24H24C10.745 32 0 42.745 0 56v400c0 13.255 10.745 24 24 24h464c13.255 0 24-10.745 24-24V184.029c0-18.917-20.931-30.399-36.885-20.248z\"],\n \"infinity\": [640, 512, [], \"f534\", \"M471.1 96C405 96 353.3 137.3 320 174.6 286.7 137.3 235 96 168.9 96 75.8 96 0 167.8 0 256s75.8 160 168.9 160c66.1 0 117.8-41.3 151.1-78.6 33.3 37.3 85 78.6 151.1 78.6 93.1 0 168.9-71.8 168.9-160S564.2 96 471.1 96zM168.9 320c-40.2 0-72.9-28.7-72.9-64s32.7-64 72.9-64c38.2 0 73.4 36.1 94 64-20.4 27.6-55.9 64-94 64zm302.2 0c-38.2 0-73.4-36.1-94-64 20.4-27.6 55.9-64 94-64 40.2 0 72.9 28.7 72.9 64s-32.7 64-72.9 64z\"],\n \"info\": [192, 512, [], \"f129\", \"M20 424.229h20V279.771H20c-11.046 0-20-8.954-20-20V212c0-11.046 8.954-20 20-20h112c11.046 0 20 8.954 20 20v212.229h20c11.046 0 20 8.954 20 20V492c0 11.046-8.954 20-20 20H20c-11.046 0-20-8.954-20-20v-47.771c0-11.046 8.954-20 20-20zM96 0C56.235 0 24 32.235 24 72s32.235 72 72 72 72-32.235 72-72S135.764 0 96 0z\"],\n \"info-circle\": [512, 512, [], \"f05a\", \"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"],\n \"italic\": [320, 512, [], \"f033\", \"M320 48v32a16 16 0 0 1-16 16h-62.76l-80 320H208a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16H16a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h62.76l80-320H112a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h192a16 16 0 0 1 16 16z\"],\n \"jedi\": [576, 512, [], \"f669\", \"M535.95308,352c-42.64069,94.17188-137.64086,160-247.9848,160q-6.39844,0-12.84377-.29688C171.15558,506.9375,81.26481,442.23438,40.01474,352H79.93668L21.3272,293.40625a264.82522,264.82522,0,0,1-5.10938-39.42187,273.6653,273.6653,0,0,1,.5-29.98438H63.93665L22.546,182.625A269.79782,269.79782,0,0,1,130.51489,20.54688a16.06393,16.06393,0,0,1,9.28127-3,16.36332,16.36332,0,0,1,13.5,7.25,16.02739,16.02739,0,0,1,1.625,15.09374,138.387,138.387,0,0,0-9.84376,51.26563c0,45.10937,21.04691,86.57813,57.71884,113.73437a16.29989,16.29989,0,0,1,1.20313,25.39063c-26.54692,23.98437-41.17194,56.5-41.17194,91.57813,0,60.03124,42.95319,110.28124,99.89079,121.92187l2.5-65.26563L238.062,397a8.33911,8.33911,0,0,1-10-.75,8.025,8.025,0,0,1-1.39063-9.9375l20.125-33.76562-42.06257-8.73438a7.9898,7.9898,0,0,1,0-15.65625l42.06257-8.71875-20.10941-33.73438a7.99122,7.99122,0,0,1,11.35939-10.71874L268.437,295.64062,279.95265,7.67188a7.97138,7.97138,0,0,1,8-7.67188h.04687a8.02064,8.02064,0,0,1,7.95314,7.70312L307.48394,295.625l30.39068-20.67188a8.08327,8.08327,0,0,1,10,.8125,7.99866,7.99866,0,0,1,1.39062,9.90626L329.12461,319.4375l42.07819,8.73438a7.99373,7.99373,0,0,1,0,15.65624l-42.07819,8.71876,20.1094,33.73437a7.97791,7.97791,0,0,1-1.32812,9.92187A8.25739,8.25739,0,0,1,337.87462,397L310.7027,378.53125l2.5,65.34375c48.48446-9.40625,87.57828-48.15625,97.31267-96.5A123.52652,123.52652,0,0,0,371.9528,230.29688a16.30634,16.30634,0,0,1,1.20313-25.42188c36.65631-27.17188,57.6876-68.60938,57.6876-113.73438a138.01689,138.01689,0,0,0-9.85939-51.3125,15.98132,15.98132,0,0,1,1.60937-15.09374,16.36914,16.36914,0,0,1,13.5-7.23438,16.02453,16.02453,0,0,1,9.25,2.98438A271.26947,271.26947,0,0,1,553.25,182.76562L511.99992,224h46.9532C559.3125,229.76562,560,235.45312,560,241.26562a270.092,270.092,0,0,1-5.125,51.85938L495.98427,352Z\"],\n \"joint\": [640, 512, [], \"f595\", \"M444.34 181.1c22.38 15.68 35.66 41.16 35.66 68.59V280c0 4.42 3.58 8 8 8h48c4.42 0 8-3.58 8-8v-30.31c0-43.24-21.01-83.41-56.34-108.06C463.85 125.02 448 99.34 448 70.31V8c0-4.42-3.58-8-8-8h-48c-4.42 0-8 3.58-8 8v66.4c0 43.69 24.56 81.63 60.34 106.7zM194.97 358.98C126.03 370.07 59.69 394.69 0 432c83.65 52.28 180.3 80 278.94 80h88.57L254.79 380.49c-14.74-17.2-37.45-25.11-59.82-21.51zM553.28 87.09c-5.67-3.8-9.28-9.96-9.28-16.78V8c0-4.42-3.58-8-8-8h-48c-4.42 0-8 3.58-8 8v62.31c0 22.02 10.17 43.41 28.64 55.39C550.79 153.04 576 199.54 576 249.69V280c0 4.42 3.58 8 8 8h48c4.42 0 8-3.58 8-8v-30.31c0-65.44-32.41-126.19-86.72-162.6zM360.89 352.05c-34.4.06-86.81.15-88.21.17l117.8 137.43A63.987 63.987 0 0 0 439.07 512h88.45L409.57 374.4a63.955 63.955 0 0 0-48.68-22.35zM616 352H432l117.99 137.65A63.987 63.987 0 0 0 598.58 512H616c13.25 0 24-10.75 24-24V376c0-13.26-10.75-24-24-24z\"],\n \"journal-whills\": [448, 512, [], \"f66a\", \"M438.40625,377.59375c-3.20313,12.8125-3.20313,57.60937,0,73.60937Q447.9922,460.78907,448,470.40625v16c0,16-12.79688,25.59375-25.59375,25.59375H96c-54.40625,0-96-41.59375-96-96V96C0,41.59375,41.59375,0,96,0H422.40625C438.40625,0,448,9.59375,448,25.59375v332.8125Q448,372.79688,438.40625,377.59375ZM380.79688,384H96c-16,0-32,12.79688-32,32s12.79688,32,32,32H380.79688ZM128.01562,176.01562c0,.51563.14063.98438.14063,1.5l37.10937,32.46876A7.99954,7.99954,0,0,1,160,224h-.01562a9.17678,9.17678,0,0,1-5.25-1.98438L131.14062,201.375C142.6875,250.95312,186.90625,288,240,288s97.3125-37.04688,108.875-86.625l-23.59375,20.64062a8.02516,8.02516,0,0,1-5.26563,1.96876H320a9.14641,9.14641,0,0,1-6.01562-2.71876A9.26508,9.26508,0,0,1,312,216a9.097,9.097,0,0,1,2.73438-6.01562l37.10937-32.46876c.01563-.53124.15625-1,.15625-1.51562,0-11.04688-2.09375-21.51562-5.06251-31.59375l-21.26562,21.25a8.00467,8.00467,0,0,1-11.32812-11.3125l26.42187-26.40625a111.81517,111.81517,0,0,0-46.35937-49.26562,63.02336,63.02336,0,0,1-14.0625,82.64062A55.83846,55.83846,0,0,1,251.625,254.73438l-1.42188-34.28126,12.67188,8.625a3.967,3.967,0,0,0,2.25.6875,3.98059,3.98059,0,0,0,3.43749-6.03124l-8.53124-14.3125,17.90625-3.71876a4.00647,4.00647,0,0,0,0-7.84374l-17.90625-3.71876,8.53124-14.3125a3.98059,3.98059,0,0,0-3.43749-6.03124,4.726,4.726,0,0,0-2.25.67187L248.6875,184.125,244,71.82812a4.00386,4.00386,0,0,0-8,0l-4.625,110.8125-12-8.15624a4.003,4.003,0,0,0-5.68751,5.35937l8.53126,14.3125L204.3125,197.875a3.99686,3.99686,0,0,0,0,7.82812l17.90625,3.73438-8.53126,14.29688a4.72469,4.72469,0,0,0-.56249,2.04687,4.59547,4.59547,0,0,0,1.25,2.90625,4.01059,4.01059,0,0,0,2.75,1.09375,4.09016,4.09016,0,0,0,2.25-.6875l10.35937-7.04687L228.375,254.76562a55.86414,55.86414,0,0,1-28.71875-93.45312,63.01119,63.01119,0,0,1-14.04688-82.65625,111.93158,111.93158,0,0,0-46.375,49.26563l26.42187,26.42187a7.99917,7.99917,0,0,1-11.3125,11.3125l-21.26563-21.26563C130.09375,154.48438,128,164.95312,128.01562,176.01562Z\"],\n \"kaaba\": [576, 512, [], \"f66b\", \"M554.12 83.51L318.36 4.93a95.962 95.962 0 0 0-60.71 0L21.88 83.51A32.006 32.006 0 0 0 0 113.87v49.01l265.02-79.51c15.03-4.5 30.92-4.5 45.98 0l265 79.51v-49.01c0-13.77-8.81-26-21.88-30.36zm-279.9 30.52L0 196.3v228.38c0 15 10.42 27.98 25.06 31.24l242.12 53.8a95.937 95.937 0 0 0 41.65 0l242.12-53.8c14.64-3.25 25.06-16.24 25.06-31.24V196.29l-274.2-82.26c-9.04-2.72-18.59-2.72-27.59 0zM128 230.11c0 3.61-2.41 6.77-5.89 7.72l-80 21.82C37.02 261.03 32 257.2 32 251.93v-16.58c0-3.61 2.41-6.77 5.89-7.72l80-21.82c5.09-1.39 10.11 2.44 10.11 7.72v16.58zm144-39.28c0 3.61-2.41 6.77-5.89 7.72l-96 26.18c-5.09 1.39-10.11-2.44-10.11-7.72v-16.58c0-3.61 2.41-6.77 5.89-7.72l96-26.18c5.09-1.39 10.11 2.44 10.11 7.72v16.58zm176 22.7c0-5.28 5.02-9.11 10.11-7.72l80 21.82c3.48.95 5.89 4.11 5.89 7.72v16.58c0 5.28-5.02 9.11-10.11 7.72l-80-21.82a7.997 7.997 0 0 1-5.89-7.72v-16.58zm-144-39.27c0-5.28 5.02-9.11 10.11-7.72l96 26.18c3.48.95 5.89 4.11 5.89 7.72v16.58c0 5.28-5.02 9.11-10.11 7.72l-96-26.18a7.997 7.997 0 0 1-5.89-7.72v-16.58z\"],\n \"key\": [512, 512, [], \"f084\", \"M512 176.001C512 273.203 433.202 352 336 352c-11.22 0-22.19-1.062-32.827-3.069l-24.012 27.014A23.999 23.999 0 0 1 261.223 384H224v40c0 13.255-10.745 24-24 24h-40v40c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24v-78.059c0-6.365 2.529-12.47 7.029-16.971l161.802-161.802C163.108 213.814 160 195.271 160 176 160 78.798 238.797.001 335.999 0 433.488-.001 512 78.511 512 176.001zM336 128c0 26.51 21.49 48 48 48s48-21.49 48-48-21.49-48-48-48-48 21.49-48 48z\"],\n \"keyboard\": [576, 512, [], \"f11c\", \"M528 448H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h480c26.51 0 48 21.49 48 48v288c0 26.51-21.49 48-48 48zM128 180v-40c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm-336 96v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm-336 96v-40c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm288 0v-40c0-6.627-5.373-12-12-12H172c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h232c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12z\"],\n \"khanda\": [512, 512, [], \"f66d\", \"M415.81 66c-6.37-3.5-14.37-2.33-19.36 3.02a15.974 15.974 0 0 0-1.91 19.52c16.49 26.16 25.2 56.39 25.2 87.41-.19 53.25-26.77 102.69-71.27 132.41l-76.63 53.35v-20.1l44.05-36.09c3.92-4.2 5-10.09 2.81-15.28L310.85 273c33.84-19.26 56.94-55.25 56.94-96.99 0-40.79-22.02-76.13-54.59-95.71l5.22-11.44c2.34-5.53.93-11.83-3.57-16.04L255.86 0l-58.99 52.81c-4.5 4.21-5.9 10.51-3.57 16.04l5.22 11.44c-32.57 19.58-54.59 54.93-54.59 95.72 0 41.75 23.09 77.73 56.94 96.99l-7.85 17.24c-2.19 5.18-1.1 11.07 2.81 15.28l44.05 36.09v19.9l-76.59-53.33C119.02 278.62 92.44 229.19 92.26 176c0-31.08 8.71-61.31 25.2-87.47 3.87-6.16 2.4-13.77-2.59-19.08-5-5.34-13.68-6.2-20.02-2.7C16.32 109.6-22.3 205.3 13.36 295.99c7.07 17.99 17.89 34.38 30.46 49.06l55.97 65.36c4.87 5.69 13.04 7.24 19.65 3.72l79.35-42.23L228 392.23l-47.08 32.78c-1.67-.37-3.23-1.01-5.01-1.01-13.25 0-23.99 10.74-23.99 24 0 13.25 10.74 24 23.99 24 12.1 0 21.69-9.11 23.33-20.76l40.63-28.28v29.95c-9.39 5.57-15.99 15.38-15.99 27.1 0 17.67 14.32 32 31.98 32s31.98-14.33 31.98-32c0-11.71-6.61-21.52-15.99-27.1v-30.15l40.91 28.48C314.41 462.89 324 472 336.09 472c13.25 0 23.99-10.75 23.99-24 0-13.26-10.74-24-23.99-24-1.78 0-3.34.64-5.01 1.01L284 392.23l29.21-20.34 79.35 42.23c6.61 3.52 14.78 1.97 19.65-3.71l52.51-61.31c18.87-22.02 34-47.5 41.25-75.59 21.62-83.66-16.45-167.27-90.16-207.51zm-95.99 110c0 22.3-11.49 41.92-28.83 53.38l-5.65-12.41c-8.75-24.52-8.75-51.04 0-75.56l7.83-17.18c16.07 11.65 26.65 30.45 26.65 51.77zm-127.93 0c0-21.32 10.58-40.12 26.66-51.76l7.83 17.18c8.75 24.52 8.75 51.03 0 75.56l-5.65 12.41c-17.34-11.46-28.84-31.09-28.84-53.39z\"],\n \"kiss\": [496, 512, [], \"f596\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-80 232c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm136 156c0 19.2-28.7 41.5-71.5 44-8.5.8-12.1-11.8-3.6-15.4l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-6-2.5-6.1-12.2 0-14.8l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-8.6-3.6-4.8-16.5 3.6-15.4 42.8 2.5 71.5 24.8 71.5 44 0 13-13.4 27.3-35.2 36C290.6 368.7 304 383 304 396zm24-156c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"],\n \"kiss-beam\": [496, 512, [], \"f597\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-39 219.9l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.5 8.5-10.9 12-15.1 4.5zM304 396c0 19.2-28.7 41.5-71.5 44-8.5.8-12.1-11.8-3.6-15.4l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-6-2.5-6.1-12.2 0-14.8l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-8.6-3.6-4.8-16.5 3.6-15.4 42.8 2.5 71.5 24.8 71.5 44 0 13-13.4 27.3-35.2 36C290.6 368.7 304 383 304 396zm65-168.1l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.5 8.5-10.9 12-15.1 4.5z\"],\n \"kiss-wink-heart\": [504, 512, [], \"f598\", \"M501.1 402.5c-8-20.8-31.5-31.5-53.1-25.9l-8.4 2.2-2.3-8.4c-5.9-21.4-27-36.5-49-33-25.2 4-40.6 28.6-34 52.6l22.9 82.6c1.5 5.3 7 8.5 12.4 7.1l83-21.5c24.1-6.3 37.7-31.8 28.5-55.7zm-177.6-4c-5.6-20.3-2.3-42 9-59.7 29.7-46.3 98.7-45.5 127.8 4.3 6.4.1 12.6 1.4 18.6 2.9 10.9-27.9 17.1-58.2 17.1-90C496 119 385 8 248 8S0 119 0 256s111 248 248 248c35.4 0 68.9-7.5 99.4-20.9-.3-.7-23.9-84.6-23.9-84.6zM168 240c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm120 156c0 19.2-28.7 41.5-71.5 44-8.5.8-12.1-11.8-3.6-15.4l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-6-2.5-5.7-12.3 0-14.8l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-8.8-3.7-4.6-16.6 3.6-15.4 42.8 2.5 71.5 24.8 71.5 44 0 13-13.4 27.3-35.2 36C274.6 368.7 288 383 288 396zm16-179c-8.3 7.4-21.6.4-19.8-10.8 4-25.2 34.2-42.1 59.9-42.1S400 181 404 206.2c1.7 11.1-11.3 18.3-19.8 10.8l-9.5-8.5c-14.8-13.2-46.2-13.2-61 0L304 217z\"],\n \"kiwi-bird\": [576, 512, [], \"f535\", \"M575.81 217.98C572.64 157.41 518.28 112 457.63 112h-9.37c-52.82 0-104.25-16.25-147.74-46.24-41.99-28.96-96.04-41.62-153.21-28.7C129.3 41.12-.08 78.24 0 224c.04 70.95 38.68 132.8 95.99 166.01V464c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-54.26c15.36 3.96 31.4 6.26 48 6.26 5.44 0 10.68-.73 16-1.18V464c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-59.43c14.24-5.06 27.88-11.39 40.34-19.51C342.07 355.25 393.86 336 448.46 336c25.48 0 16.01-.31 23.05-.78l74.41 136.44c2.86 5.23 8.3 8.34 14.05 8.34 1.31 0 2.64-.16 3.95-.5 7.09-1.8 12.05-8.19 12.05-15.5 0 0 .14-240.24-.16-246.02zM463.97 248c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm80 153.25l-39.86-73.08c15.12-5.83 28.73-14.6 39.86-25.98v99.06z\"],\n \"landmark\": [512, 512, [], \"f66f\", \"M501.62 92.11L267.24 2.04a31.958 31.958 0 0 0-22.47 0L10.38 92.11A16.001 16.001 0 0 0 0 107.09V144c0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16v-36.91c0-6.67-4.14-12.64-10.38-14.98zM64 192v160H48c-8.84 0-16 7.16-16 16v48h448v-48c0-8.84-7.16-16-16-16h-16V192h-64v160h-96V192h-64v160h-96V192H64zm432 256H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"],\n \"language\": [640, 512, [], \"f1ab\", \"M152.1 236.2c-3.5-12.1-7.8-33.2-7.8-33.2h-.5s-4.3 21.1-7.8 33.2l-11.1 37.5H163zM616 96H336v320h280c13.3 0 24-10.7 24-24V120c0-13.3-10.7-24-24-24zm-24 120c0 6.6-5.4 12-12 12h-11.4c-6.9 23.6-21.7 47.4-42.7 69.9 8.4 6.4 17.1 12.5 26.1 18 5.5 3.4 7.3 10.5 4.1 16.2l-7.9 13.9c-3.4 5.9-10.9 7.8-16.7 4.3-12.6-7.8-24.5-16.1-35.4-24.9-10.9 8.7-22.7 17.1-35.4 24.9-5.8 3.5-13.3 1.6-16.7-4.3l-7.9-13.9c-3.2-5.6-1.4-12.8 4.2-16.2 9.3-5.7 18-11.7 26.1-18-7.9-8.4-14.9-17-21-25.7-4-5.7-2.2-13.6 3.7-17.1l6.5-3.9 7.3-4.3c5.4-3.2 12.4-1.7 16 3.4 5 7 10.8 14 17.4 20.9 13.5-14.2 23.8-28.9 30-43.2H412c-6.6 0-12-5.4-12-12v-16c0-6.6 5.4-12 12-12h64v-16c0-6.6 5.4-12 12-12h16c6.6 0 12 5.4 12 12v16h64c6.6 0 12 5.4 12 12zM0 120v272c0 13.3 10.7 24 24 24h280V96H24c-13.3 0-24 10.7-24 24zm58.9 216.1L116.4 167c1.7-4.9 6.2-8.1 11.4-8.1h32.5c5.1 0 9.7 3.3 11.4 8.1l57.5 169.1c2.6 7.8-3.1 15.9-11.4 15.9h-22.9a12 12 0 0 1-11.5-8.6l-9.4-31.9h-60.2l-9.1 31.8c-1.5 5.1-6.2 8.7-11.5 8.7H70.3c-8.2 0-14-8.1-11.4-15.9z\"],\n \"laptop\": [640, 512, [], \"f109\", \"M624 416H381.54c-.74 19.81-14.71 32-32.74 32H288c-18.69 0-33.02-17.47-32.77-32H16c-8.8 0-16 7.2-16 16v16c0 35.2 28.8 64 64 64h512c35.2 0 64-28.8 64-64v-16c0-8.8-7.2-16-16-16zM576 48c0-26.4-21.6-48-48-48H112C85.6 0 64 21.6 64 48v336h512V48zm-64 272H128V64h384v256z\"],\n \"laptop-code\": [640, 512, [], \"f5fc\", \"M255.03 261.65c6.25 6.25 16.38 6.25 22.63 0l11.31-11.31c6.25-6.25 6.25-16.38 0-22.63L253.25 192l35.71-35.72c6.25-6.25 6.25-16.38 0-22.63l-11.31-11.31c-6.25-6.25-16.38-6.25-22.63 0l-58.34 58.34c-6.25 6.25-6.25 16.38 0 22.63l58.35 58.34zm96.01-11.3l11.31 11.31c6.25 6.25 16.38 6.25 22.63 0l58.34-58.34c6.25-6.25 6.25-16.38 0-22.63l-58.34-58.34c-6.25-6.25-16.38-6.25-22.63 0l-11.31 11.31c-6.25 6.25-6.25 16.38 0 22.63L386.75 192l-35.71 35.72c-6.25 6.25-6.25 16.38 0 22.63zM624 416H381.54c-.74 19.81-14.71 32-32.74 32H288c-18.69 0-33.02-17.47-32.77-32H16c-8.8 0-16 7.2-16 16v16c0 35.2 28.8 64 64 64h512c35.2 0 64-28.8 64-64v-16c0-8.8-7.2-16-16-16zM576 48c0-26.4-21.6-48-48-48H112C85.6 0 64 21.6 64 48v336h512V48zm-64 272H128V64h384v256z\"],\n \"laptop-house\": [640, 512, [], \"f966\", \"M272,288H208a16,16,0,0,1-16-16V208a16,16,0,0,1,16-16h64a16,16,0,0,1,16,16v37.12C299.11,232.24,315,224,332.8,224H469.74l6.65-7.53A16.51,16.51,0,0,0,480,207a16.31,16.31,0,0,0-4.75-10.61L416,144V48a16,16,0,0,0-16-16H368a16,16,0,0,0-16,16V87.3L263.5,8.92C258,4,247.45,0,240.05,0s-17.93,4-23.47,8.92L4.78,196.42A16.15,16.15,0,0,0,0,207a16.4,16.4,0,0,0,3.55,9.39L22.34,237.7A16.22,16.22,0,0,0,33,242.48,16.51,16.51,0,0,0,42.34,239L64,219.88V384a32,32,0,0,0,32,32H272ZM629.33,448H592V288c0-17.67-12.89-32-28.8-32H332.8c-15.91,0-28.8,14.33-28.8,32V448H266.67A10.67,10.67,0,0,0,256,458.67v10.66A42.82,42.82,0,0,0,298.6,512H597.4A42.82,42.82,0,0,0,640,469.33V458.67A10.67,10.67,0,0,0,629.33,448ZM544,448H352V304H544Z\"],\n \"laptop-medical\": [640, 512, [], \"f812\", \"M232 224h56v56a8 8 0 0 0 8 8h48a8 8 0 0 0 8-8v-56h56a8 8 0 0 0 8-8v-48a8 8 0 0 0-8-8h-56v-56a8 8 0 0 0-8-8h-48a8 8 0 0 0-8 8v56h-56a8 8 0 0 0-8 8v48a8 8 0 0 0 8 8zM576 48a48.14 48.14 0 0 0-48-48H112a48.14 48.14 0 0 0-48 48v336h512zm-64 272H128V64h384zm112 96H381.54c-.74 19.81-14.71 32-32.74 32H288c-18.69 0-33-17.47-32.77-32H16a16 16 0 0 0-16 16v16a64.19 64.19 0 0 0 64 64h512a64.19 64.19 0 0 0 64-64v-16a16 16 0 0 0-16-16z\"],\n \"laugh\": [496, 512, [], \"f599\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 152c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm88 272h-16c-73.4 0-134-55-142.9-126-1.2-9.5 6.3-18 15.9-18h270c9.6 0 17.1 8.4 15.9 18-8.9 71-69.5 126-142.9 126z\"],\n \"laugh-beam\": [496, 512, [], \"f59a\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm24 199.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.8 4.1-15.1-4.5zm-160 0c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zM398.9 306C390 377 329.4 432 256 432h-16c-73.4 0-134-55-142.9-126-1.2-9.5 6.3-18 15.9-18h270c9.6 0 17.1 8.4 15.9 18z\"],\n \"laugh-squint\": [496, 512, [], \"f59b\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm33.8 161.7l80-48c11.6-6.9 24 7.7 15.4 18L343.6 180l33.6 40.3c8.7 10.4-3.9 24.8-15.4 18l-80-48c-7.7-4.7-7.7-15.9 0-20.6zm-163-30c-8.6-10.3 3.8-24.9 15.4-18l80 48c7.8 4.7 7.8 15.9 0 20.6l-80 48c-11.5 6.8-24-7.6-15.4-18l33.6-40.3-33.6-40.3zM398.9 306C390 377 329.4 432 256 432h-16c-73.4 0-134-55-142.9-126-1.2-9.5 6.3-18 15.9-18h270c9.6 0 17.1 8.4 15.9 18z\"],\n \"laugh-wink\": [496, 512, [], \"f59c\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm20.1 198.1c4-25.2 34.2-42.1 59.9-42.1s55.9 16.9 59.9 42.1c1.7 11.1-11.4 18.3-19.8 10.8l-9.5-8.5c-14.8-13.2-46.2-13.2-61 0L288 217c-8.4 7.4-21.6.3-19.9-10.9zM168 160c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm230.9 146C390 377 329.4 432 256 432h-16c-73.4 0-134-55-142.9-126-1.2-9.5 6.3-18 15.9-18h270c9.6 0 17.1 8.4 15.9 18z\"],\n \"layer-group\": [512, 512, [], \"f5fd\", \"M12.41 148.02l232.94 105.67c6.8 3.09 14.49 3.09 21.29 0l232.94-105.67c16.55-7.51 16.55-32.52 0-40.03L266.65 2.31a25.607 25.607 0 0 0-21.29 0L12.41 107.98c-16.55 7.51-16.55 32.53 0 40.04zm487.18 88.28l-58.09-26.33-161.64 73.27c-7.56 3.43-15.59 5.17-23.86 5.17s-16.29-1.74-23.86-5.17L70.51 209.97l-58.1 26.33c-16.55 7.5-16.55 32.5 0 40l232.94 105.59c6.8 3.08 14.49 3.08 21.29 0L499.59 276.3c16.55-7.5 16.55-32.5 0-40zm0 127.8l-57.87-26.23-161.86 73.37c-7.56 3.43-15.59 5.17-23.86 5.17s-16.29-1.74-23.86-5.17L70.29 337.87 12.41 364.1c-16.55 7.5-16.55 32.5 0 40l232.94 105.59c6.8 3.08 14.49 3.08 21.29 0L499.59 404.1c16.55-7.5 16.55-32.5 0-40z\"],\n \"leaf\": [576, 512, [], \"f06c\", \"M546.2 9.7c-5.6-12.5-21.6-13-28.3-1.2C486.9 62.4 431.4 96 368 96h-80C182 96 96 182 96 288c0 7 .8 13.7 1.5 20.5C161.3 262.8 253.4 224 384 224c8.8 0 16 7.2 16 16s-7.2 16-16 16C132.6 256 26 410.1 2.4 468c-6.6 16.3 1.2 34.9 17.5 41.6 16.4 6.8 35-1.1 41.8-17.3 1.5-3.6 20.9-47.9 71.9-90.6 32.4 43.9 94 85.8 174.9 77.2C465.5 467.5 576 326.7 576 154.3c0-50.2-10.8-102.2-29.8-144.6z\"],\n \"lemon\": [512, 512, [], \"f094\", \"M489.038 22.963C465.944-.13 434.648-5.93 413.947 6.129c-58.906 34.312-181.25-53.077-321.073 86.746S40.441 355.041 6.129 413.945c-12.059 20.702-6.26 51.999 16.833 75.093 23.095 23.095 54.392 28.891 75.095 16.832 58.901-34.31 181.246 53.079 321.068-86.743S471.56 156.96 505.871 98.056c12.059-20.702 6.261-51.999-16.833-75.093zM243.881 95.522c-58.189 14.547-133.808 90.155-148.358 148.358-1.817 7.27-8.342 12.124-15.511 12.124-1.284 0-2.59-.156-3.893-.481-8.572-2.144-13.784-10.83-11.642-19.403C81.901 166.427 166.316 81.93 236.119 64.478c8.575-2.143 17.261 3.069 19.403 11.642s-3.069 17.259-11.641 19.402z\"],\n \"less-than\": [384, 512, [], \"f536\", \"M365.46 357.74L147.04 255.89l218.47-101.88c16.02-7.47 22.95-26.51 15.48-42.53l-13.52-29C360 66.46 340.96 59.53 324.94 67L18.48 209.91a32.014 32.014 0 0 0-18.48 29v34.24c0 12.44 7.21 23.75 18.48 29l306.31 142.83c16.06 7.49 35.15.54 42.64-15.52l13.56-29.08c7.49-16.06.54-35.15-15.53-42.64z\"],\n \"less-than-equal\": [448, 512, [], \"f537\", \"M54.98 214.2l301.41 119.87c18.39 6.03 38.71-2.54 45.38-19.15l12.09-30.08c6.68-16.61-2.82-34.97-21.21-41l-175.44-68.05 175.56-68.09c18.29-6 27.74-24.27 21.1-40.79l-12.03-29.92c-6.64-16.53-26.86-25.06-45.15-19.06L54.98 137.89C41.21 142.41 32 154.5 32 168.07v15.96c0 13.56 9.21 25.65 22.98 30.17zM424 400H24c-13.25 0-24 10.74-24 24v48c0 13.25 10.75 24 24 24h400c13.25 0 24-10.75 24-24v-48c0-13.26-10.75-24-24-24z\"],\n \"level-down-alt\": [320, 512, [], \"f3be\", \"M313.553 392.331L209.587 504.334c-9.485 10.214-25.676 10.229-35.174 0L70.438 392.331C56.232 377.031 67.062 352 88.025 352H152V80H68.024a11.996 11.996 0 0 1-8.485-3.515l-56-56C-4.021 12.926 1.333 0 12.024 0H208c13.255 0 24 10.745 24 24v328h63.966c20.878 0 31.851 24.969 17.587 40.331z\"],\n \"level-up-alt\": [320, 512, [], \"f3bf\", \"M313.553 119.669L209.587 7.666c-9.485-10.214-25.676-10.229-35.174 0L70.438 119.669C56.232 134.969 67.062 160 88.025 160H152v272H68.024a11.996 11.996 0 0 0-8.485 3.515l-56 56C-4.021 499.074 1.333 512 12.024 512H208c13.255 0 24-10.745 24-24V160h63.966c20.878 0 31.851-24.969 17.587-40.331z\"],\n \"life-ring\": [512, 512, [], \"f1cd\", \"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm173.696 119.559l-63.399 63.399c-10.987-18.559-26.67-34.252-45.255-45.255l63.399-63.399a218.396 218.396 0 0 1 45.255 45.255zM256 352c-53.019 0-96-42.981-96-96s42.981-96 96-96 96 42.981 96 96-42.981 96-96 96zM127.559 82.304l63.399 63.399c-18.559 10.987-34.252 26.67-45.255 45.255l-63.399-63.399a218.372 218.372 0 0 1 45.255-45.255zM82.304 384.441l63.399-63.399c10.987 18.559 26.67 34.252 45.255 45.255l-63.399 63.399a218.396 218.396 0 0 1-45.255-45.255zm302.137 45.255l-63.399-63.399c18.559-10.987 34.252-26.67 45.255-45.255l63.399 63.399a218.403 218.403 0 0 1-45.255 45.255z\"],\n \"lightbulb\": [352, 512, [], \"f0eb\", \"M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z\"],\n \"link\": [512, 512, [], \"f0c1\", \"M326.612 185.391c59.747 59.809 58.927 155.698.36 214.59-.11.12-.24.25-.36.37l-67.2 67.2c-59.27 59.27-155.699 59.262-214.96 0-59.27-59.26-59.27-155.7 0-214.96l37.106-37.106c9.84-9.84 26.786-3.3 27.294 10.606.648 17.722 3.826 35.527 9.69 52.721 1.986 5.822.567 12.262-3.783 16.612l-13.087 13.087c-28.026 28.026-28.905 73.66-1.155 101.96 28.024 28.579 74.086 28.749 102.325.51l67.2-67.19c28.191-28.191 28.073-73.757 0-101.83-3.701-3.694-7.429-6.564-10.341-8.569a16.037 16.037 0 0 1-6.947-12.606c-.396-10.567 3.348-21.456 11.698-29.806l21.054-21.055c5.521-5.521 14.182-6.199 20.584-1.731a152.482 152.482 0 0 1 20.522 17.197zM467.547 44.449c-59.261-59.262-155.69-59.27-214.96 0l-67.2 67.2c-.12.12-.25.25-.36.37-58.566 58.892-59.387 154.781.36 214.59a152.454 152.454 0 0 0 20.521 17.196c6.402 4.468 15.064 3.789 20.584-1.731l21.054-21.055c8.35-8.35 12.094-19.239 11.698-29.806a16.037 16.037 0 0 0-6.947-12.606c-2.912-2.005-6.64-4.875-10.341-8.569-28.073-28.073-28.191-73.639 0-101.83l67.2-67.19c28.239-28.239 74.3-28.069 102.325.51 27.75 28.3 26.872 73.934-1.155 101.96l-13.087 13.087c-4.35 4.35-5.769 10.79-3.783 16.612 5.864 17.194 9.042 34.999 9.69 52.721.509 13.906 17.454 20.446 27.294 10.606l37.106-37.106c59.271-59.259 59.271-155.699.001-214.959z\"],\n \"lira-sign\": [384, 512, [], \"f195\", \"M371.994 256h-48.019C317.64 256 312 260.912 312 267.246 312 368 230.179 416 144 416V256.781l134.603-29.912A12 12 0 0 0 288 215.155v-40.976c0-7.677-7.109-13.38-14.603-11.714L144 191.219V160.78l134.603-29.912A12 12 0 0 0 288 119.154V78.179c0-7.677-7.109-13.38-14.603-11.714L144 95.219V44c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v68.997L9.397 125.131A12 12 0 0 0 0 136.845v40.976c0 7.677 7.109 13.38 14.603 11.714L64 178.558v30.439L9.397 221.131A12 12 0 0 0 0 232.845v40.976c0 7.677 7.109 13.38 14.603 11.714L64 274.558V468c0 6.627 5.373 12 12 12h79.583c134.091 0 223.255-77.834 228.408-211.592.261-6.782-5.211-12.408-11.997-12.408z\"],\n \"list\": [512, 512, [], \"f03a\", \"M80 368H16a16 16 0 0 0-16 16v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-64a16 16 0 0 0-16-16zm0-320H16A16 16 0 0 0 0 64v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16V64a16 16 0 0 0-16-16zm0 160H16a16 16 0 0 0-16 16v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-64a16 16 0 0 0-16-16zm416 176H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-320H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 160H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"],\n \"list-alt\": [512, 512, [], \"f022\", \"M464 480H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h416c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48zM128 120c-22.091 0-40 17.909-40 40s17.909 40 40 40 40-17.909 40-40-17.909-40-40-40zm0 96c-22.091 0-40 17.909-40 40s17.909 40 40 40 40-17.909 40-40-17.909-40-40-40zm0 96c-22.091 0-40 17.909-40 40s17.909 40 40 40 40-17.909 40-40-17.909-40-40-40zm288-136v-32c0-6.627-5.373-12-12-12H204c-6.627 0-12 5.373-12 12v32c0 6.627 5.373 12 12 12h200c6.627 0 12-5.373 12-12zm0 96v-32c0-6.627-5.373-12-12-12H204c-6.627 0-12 5.373-12 12v32c0 6.627 5.373 12 12 12h200c6.627 0 12-5.373 12-12zm0 96v-32c0-6.627-5.373-12-12-12H204c-6.627 0-12 5.373-12 12v32c0 6.627 5.373 12 12 12h200c6.627 0 12-5.373 12-12z\"],\n \"list-ol\": [512, 512, [], \"f0cb\", \"M61.77 401l17.5-20.15a19.92 19.92 0 0 0 5.07-14.19v-3.31C84.34 356 80.5 352 73 352H16a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8h22.83a157.41 157.41 0 0 0-11 12.31l-5.61 7c-4 5.07-5.25 10.13-2.8 14.88l1.05 1.93c3 5.76 6.29 7.88 12.25 7.88h4.73c10.33 0 15.94 2.44 15.94 9.09 0 4.72-4.2 8.22-14.36 8.22a41.54 41.54 0 0 1-15.47-3.12c-6.49-3.88-11.74-3.5-15.6 3.12l-5.59 9.31c-3.72 6.13-3.19 11.72 2.63 15.94 7.71 4.69 20.38 9.44 37 9.44 34.16 0 48.5-22.75 48.5-44.12-.03-14.38-9.12-29.76-28.73-34.88zM496 224H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-160H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 320H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM16 160h64a8 8 0 0 0 8-8v-16a8 8 0 0 0-8-8H64V40a8 8 0 0 0-8-8H32a8 8 0 0 0-7.14 4.42l-8 16A8 8 0 0 0 24 64h8v64H16a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8zm-3.91 160H80a8 8 0 0 0 8-8v-16a8 8 0 0 0-8-8H41.32c3.29-10.29 48.34-18.68 48.34-56.44 0-29.06-25-39.56-44.47-39.56-21.36 0-33.8 10-40.46 18.75-4.37 5.59-3 10.84 2.8 15.37l8.58 6.88c5.61 4.56 11 2.47 16.12-2.44a13.44 13.44 0 0 1 9.46-3.84c3.33 0 9.28 1.56 9.28 8.75C51 248.19 0 257.31 0 304.59v4C0 316 5.08 320 12.09 320z\"],\n \"list-ul\": [512, 512, [], \"f0ca\", \"M48 48a48 48 0 1 0 48 48 48 48 0 0 0-48-48zm0 160a48 48 0 1 0 48 48 48 48 0 0 0-48-48zm0 160a48 48 0 1 0 48 48 48 48 0 0 0-48-48zm448 16H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-320H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 160H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"],\n \"location-arrow\": [512, 512, [], \"f124\", \"M444.52 3.52L28.74 195.42c-47.97 22.39-31.98 92.75 19.19 92.75h175.91v175.91c0 51.17 70.36 67.17 92.75 19.19l191.9-415.78c15.99-38.39-25.59-79.97-63.97-63.97z\"],\n \"lock\": [448, 512, [], \"f023\", \"M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z\"],\n \"lock-open\": [576, 512, [], \"f3c1\", \"M423.5 0C339.5.3 272 69.5 272 153.5V224H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48h-48v-71.1c0-39.6 31.7-72.5 71.3-72.9 40-.4 72.7 32.1 72.7 72v80c0 13.3 10.7 24 24 24h32c13.3 0 24-10.7 24-24v-80C576 68 507.5-.3 423.5 0z\"],\n \"long-arrow-alt-down\": [256, 512, [], \"f309\", \"M168 345.941V44c0-6.627-5.373-12-12-12h-56c-6.627 0-12 5.373-12 12v301.941H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.569 9.373 33.941 0l86.059-86.059c15.119-15.119 4.411-40.971-16.971-40.971H168z\"],\n \"long-arrow-alt-left\": [448, 512, [], \"f30a\", \"M134.059 296H436c6.627 0 12-5.373 12-12v-56c0-6.627-5.373-12-12-12H134.059v-46.059c0-21.382-25.851-32.09-40.971-16.971L7.029 239.029c-9.373 9.373-9.373 24.569 0 33.941l86.059 86.059c15.119 15.119 40.971 4.411 40.971-16.971V296z\"],\n \"long-arrow-alt-right\": [448, 512, [], \"f30b\", \"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"],\n \"long-arrow-alt-up\": [256, 512, [], \"f30c\", \"M88 166.059V468c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12V166.059h46.059c21.382 0 32.09-25.851 16.971-40.971l-86.059-86.059c-9.373-9.373-24.569-9.373-33.941 0l-86.059 86.059c-15.119 15.119-4.411 40.971 16.971 40.971H88z\"],\n \"low-vision\": [576, 512, [], \"f2a8\", \"M569.344 231.631C512.96 135.949 407.81 72 288 72c-28.468 0-56.102 3.619-82.451 10.409L152.778 10.24c-7.601-10.858-22.564-13.5-33.423-5.9l-13.114 9.178c-10.86 7.601-13.502 22.566-5.9 33.426l43.131 58.395C89.449 131.73 40.228 174.683 6.682 231.581c-.01.017-.023.033-.034.05-8.765 14.875-8.964 33.528 0 48.739 38.5 65.332 99.742 115.862 172.859 141.349L55.316 244.302A272.194 272.194 0 0 1 83.61 208.39l119.4 170.58h.01l40.63 58.04a330.055 330.055 0 0 0 78.94 1.17l-189.98-271.4a277.628 277.628 0 0 1 38.777-21.563l251.836 356.544c7.601 10.858 22.564 13.499 33.423 5.9l13.114-9.178c10.86-7.601 13.502-22.567 5.9-33.426l-43.12-58.377-.007-.009c57.161-27.978 104.835-72.04 136.81-126.301a47.938 47.938 0 0 0 .001-48.739zM390.026 345.94l-19.066-27.23c24.682-32.567 27.711-76.353 8.8-111.68v.03c0 23.65-19.17 42.82-42.82 42.82-23.828 0-42.82-19.349-42.82-42.82 0-23.65 19.17-42.82 42.82-42.82h.03c-24.75-13.249-53.522-15.643-79.51-7.68l-19.068-27.237C253.758 123.306 270.488 120 288 120c75.162 0 136 60.826 136 136 0 34.504-12.833 65.975-33.974 89.94z\"],\n \"luggage-cart\": [640, 512, [], \"f59d\", \"M224 320h32V96h-32c-17.67 0-32 14.33-32 32v160c0 17.67 14.33 32 32 32zm352-32V128c0-17.67-14.33-32-32-32h-32v224h32c17.67 0 32-14.33 32-32zm48 96H128V16c0-8.84-7.16-16-16-16H16C7.16 0 0 7.16 0 16v32c0 8.84 7.16 16 16 16h48v368c0 8.84 7.16 16 16 16h82.94c-1.79 5.03-2.94 10.36-2.94 16 0 26.51 21.49 48 48 48s48-21.49 48-48c0-5.64-1.15-10.97-2.94-16h197.88c-1.79 5.03-2.94 10.36-2.94 16 0 26.51 21.49 48 48 48s48-21.49 48-48c0-5.64-1.15-10.97-2.94-16H624c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM480 96V48c0-26.51-21.49-48-48-48h-96c-26.51 0-48 21.49-48 48v272h192V96zm-48 0h-96V48h96v48z\"],\n \"lungs\": [640, 512, [], \"f604\", \"M636.11 390.15C614.44 308.85 580.07 231 534.1 159.13 511.98 124.56 498.03 96 454.05 96 415.36 96 384 125.42 384 161.71v60.11l-32.88-21.92a15.996 15.996 0 0 1-7.12-13.31V16c0-8.84-7.16-16-16-16h-16c-8.84 0-16 7.16-16 16v170.59c0 5.35-2.67 10.34-7.12 13.31L256 221.82v-60.11C256 125.42 224.64 96 185.95 96c-43.98 0-57.93 28.56-80.05 63.13C59.93 231 25.56 308.85 3.89 390.15 1.3 399.84 0 409.79 0 419.78c0 61.23 62.48 105.44 125.24 88.62l59.5-15.95c42.18-11.3 71.26-47.47 71.26-88.62v-87.49l-85.84 57.23a7.992 7.992 0 0 1-11.09-2.22l-8.88-13.31a7.992 7.992 0 0 1 2.22-11.09L320 235.23l167.59 111.72a7.994 7.994 0 0 1 2.22 11.09l-8.88 13.31a7.994 7.994 0 0 1-11.09 2.22L384 316.34v87.49c0 41.15 29.08 77.31 71.26 88.62l59.5 15.95C577.52 525.22 640 481.01 640 419.78c0-9.99-1.3-19.94-3.89-29.63z\"],\n \"lungs-virus\": [640, 512, [], \"f967\", \"M344,150.68V16A16,16,0,0,0,328,0H312a16,16,0,0,0-16,16V150.68a46.45,46.45,0,0,1,48,0ZM195.54,444.46a48.06,48.06,0,0,1,0-67.88l8.58-8.58H192a48,48,0,0,1,0-96h12.12l-8.58-8.57a48,48,0,0,1,60.46-74V161.75C256,125.38,224.62,96,186,96c-44,0-58,28.5-80.12,63.13a819.52,819.52,0,0,0-102,231A113.16,113.16,0,0,0,0,419.75C0,481,62.5,525.26,125.25,508.38l59.5-15.87a98.51,98.51,0,0,0,52.5-34.75,46.49,46.49,0,0,1-41.71-13.3Zm226.29-22.63a16,16,0,0,0,0-22.62l-8.58-8.58C393.09,370.47,407.37,336,435.88,336H448a16,16,0,0,0,0-32H435.88c-28.51,0-42.79-34.47-22.63-54.62l8.58-8.58a16,16,0,0,0-22.63-22.63l-8.57,8.58C370.47,246.91,336,232.63,336,204.12V192a16,16,0,0,0-32,0v12.12c0,28.51-34.47,42.79-54.63,22.63l-8.57-8.58a16,16,0,0,0-22.63,22.63l8.58,8.58c20.16,20.15,5.88,54.62-22.63,54.62H192a16,16,0,0,0,0,32h12.12c28.51,0,42.79,34.47,22.63,54.63l-8.58,8.58a16,16,0,1,0,22.63,22.62l8.57-8.57C269.53,393.1,304,407.38,304,435.88V448a16,16,0,0,0,32,0V435.88c0-28.5,34.47-42.78,54.63-22.62l8.57,8.57a16,16,0,0,0,22.63,0ZM288,304a16,16,0,1,1,16-16A16,16,0,0,1,288,304Zm64,64a16,16,0,1,1,16-16A16,16,0,0,1,352,368Zm284.12,22.13a819.52,819.52,0,0,0-102-231C512,124.5,498,96,454,96c-38.62,0-70,29.38-70,65.75v27.72a48,48,0,0,1,60.46,74L435.88,272H448a48,48,0,0,1,0,96H435.88l8.58,8.58a47.7,47.7,0,0,1-41.71,81.18,98.51,98.51,0,0,0,52.5,34.75l59.5,15.87C577.5,525.26,640,481,640,419.75A113.16,113.16,0,0,0,636.12,390.13Z\"],\n \"magic\": [512, 512, [], \"f0d0\", \"M224 96l16-32 32-16-32-16-16-32-16 32-32 16 32 16 16 32zM80 160l26.66-53.33L160 80l-53.34-26.67L80 0 53.34 53.33 0 80l53.34 26.67L80 160zm352 128l-26.66 53.33L352 368l53.34 26.67L432 448l26.66-53.33L512 368l-53.34-26.67L432 288zm70.62-193.77L417.77 9.38C411.53 3.12 403.34 0 395.15 0c-8.19 0-16.38 3.12-22.63 9.38L9.38 372.52c-12.5 12.5-12.5 32.76 0 45.25l84.85 84.85c6.25 6.25 14.44 9.37 22.62 9.37 8.19 0 16.38-3.12 22.63-9.37l363.14-363.15c12.5-12.48 12.5-32.75 0-45.24zM359.45 203.46l-50.91-50.91 86.6-86.6 50.91 50.91-86.6 86.6z\"],\n \"magnet\": [512, 512, [], \"f076\", \"M164.07 148.1H12a12 12 0 0 1-12-12v-80a36 36 0 0 1 36-36h104a36 36 0 0 1 36 36v80a11.89 11.89 0 0 1-11.93 12zm347.93-12V56a36 36 0 0 0-36-36H372a36 36 0 0 0-36 36v80a12 12 0 0 0 12 12h152a11.89 11.89 0 0 0 12-11.9zm-164 44a12 12 0 0 0-12 12v52c0 128.1-160 127.9-160 0v-52a12 12 0 0 0-12-12H12.1a12 12 0 0 0-12 12.1c.1 21.4.6 40.3 0 53.3 0 150.6 136.17 246.6 256.75 246.6s255-96 255-246.7c-.6-12.8-.2-33 0-53.2a12 12 0 0 0-12-12.1z\"],\n \"mail-bulk\": [576, 512, [], \"f674\", \"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"],\n \"male\": [192, 512, [], \"f183\", \"M96 0c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64S60.654 0 96 0m48 144h-11.36c-22.711 10.443-49.59 10.894-73.28 0H48c-26.51 0-48 21.49-48 48v136c0 13.255 10.745 24 24 24h16v136c0 13.255 10.745 24 24 24h64c13.255 0 24-10.745 24-24V352h16c13.255 0 24-10.745 24-24V192c0-26.51-21.49-48-48-48z\"],\n \"map\": [576, 512, [], \"f279\", \"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"],\n \"map-marked\": [576, 512, [], \"f59f\", \"M288 0c-69.59 0-126 56.41-126 126 0 56.26 82.35 158.8 113.9 196.02 6.39 7.54 17.82 7.54 24.2 0C331.65 284.8 414 182.26 414 126 414 56.41 357.59 0 288 0zM20.12 215.95A32.006 32.006 0 0 0 0 245.66v250.32c0 11.32 11.43 19.06 21.94 14.86L160 448V214.92c-8.84-15.98-16.07-31.54-21.25-46.42L20.12 215.95zM288 359.67c-14.07 0-27.38-6.18-36.51-16.96-19.66-23.2-40.57-49.62-59.49-76.72v182l192 64V266c-18.92 27.09-39.82 53.52-59.49 76.72-9.13 10.77-22.44 16.95-36.51 16.95zm266.06-198.51L416 224v288l139.88-55.95A31.996 31.996 0 0 0 576 426.34V176.02c0-11.32-11.43-19.06-21.94-14.86z\"],\n \"map-marked-alt\": [576, 512, [], \"f5a0\", \"M288 0c-69.59 0-126 56.41-126 126 0 56.26 82.35 158.8 113.9 196.02 6.39 7.54 17.82 7.54 24.2 0C331.65 284.8 414 182.26 414 126 414 56.41 357.59 0 288 0zm0 168c-23.2 0-42-18.8-42-42s18.8-42 42-42 42 18.8 42 42-18.8 42-42 42zM20.12 215.95A32.006 32.006 0 0 0 0 245.66v250.32c0 11.32 11.43 19.06 21.94 14.86L160 448V214.92c-8.84-15.98-16.07-31.54-21.25-46.42L20.12 215.95zM288 359.67c-14.07 0-27.38-6.18-36.51-16.96-19.66-23.2-40.57-49.62-59.49-76.72v182l192 64V266c-18.92 27.09-39.82 53.52-59.49 76.72-9.13 10.77-22.44 16.95-36.51 16.95zm266.06-198.51L416 224v288l139.88-55.95A31.996 31.996 0 0 0 576 426.34V176.02c0-11.32-11.43-19.06-21.94-14.86z\"],\n \"map-marker\": [384, 512, [], \"f041\", \"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0z\"],\n \"map-marker-alt\": [384, 512, [], \"f3c5\", \"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"],\n \"map-pin\": [288, 512, [], \"f276\", \"M112 316.94v156.69l22.02 33.02c4.75 7.12 15.22 7.12 19.97 0L176 473.63V316.94c-10.39 1.92-21.06 3.06-32 3.06s-21.61-1.14-32-3.06zM144 0C64.47 0 0 64.47 0 144s64.47 144 144 144 144-64.47 144-144S223.53 0 144 0zm0 76c-37.5 0-68 30.5-68 68 0 6.62-5.38 12-12 12s-12-5.38-12-12c0-50.73 41.28-92 92-92 6.62 0 12 5.38 12 12s-5.38 12-12 12z\"],\n \"map-signs\": [512, 512, [], \"f277\", \"M507.31 84.69L464 41.37c-6-6-14.14-9.37-22.63-9.37H288V16c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v16H56c-13.25 0-24 10.75-24 24v80c0 13.25 10.75 24 24 24h385.37c8.49 0 16.62-3.37 22.63-9.37l43.31-43.31c6.25-6.26 6.25-16.38 0-22.63zM224 496c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V384h-64v112zm232-272H288v-32h-64v32H70.63c-8.49 0-16.62 3.37-22.63 9.37L4.69 276.69c-6.25 6.25-6.25 16.38 0 22.63L48 342.63c6 6 14.14 9.37 22.63 9.37H456c13.25 0 24-10.75 24-24v-80c0-13.25-10.75-24-24-24z\"],\n \"marker\": [512, 512, [], \"f5a1\", \"M93.95 290.03A327.038 327.038 0 0 0 .17 485.11l-.03.23c-1.7 15.28 11.21 28.2 26.49 26.51a327.02 327.02 0 0 0 195.34-93.8l75.4-75.4-128.02-128.02-75.4 75.4zM485.49 26.51c-35.35-35.35-92.67-35.35-128.02 0l-21.76 21.76-36.56-36.55c-15.62-15.62-40.95-15.62-56.56 0L138.47 115.84c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0l87.15-87.15 19.59 19.59L191.98 192 320 320.02l165.49-165.49c35.35-35.35 35.35-92.66 0-128.02z\"],\n \"mars\": [384, 512, [], \"f222\", \"M372 64h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-80.7 80.7c-22.2-14-48.5-22.1-76.7-22.1C64.5 160 0 224.5 0 304s64.5 144 144 144 144-64.5 144-144c0-28.2-8.1-54.5-22.1-76.7l80.7-80.7 16.9 16.9c7.6 7.6 20.5 2.2 20.5-8.5V76c0-6.6-5.4-12-12-12zM144 384c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"],\n \"mars-double\": [512, 512, [], \"f227\", \"M340 0h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-48.7 48.7C198.5 72.1 172.2 64 144 64 64.5 64 0 128.5 0 208s64.5 144 144 144 144-64.5 144-144c0-28.2-8.1-54.5-22.1-76.7l48.7-48.7 16.9 16.9c2.4 2.4 5.5 3.5 8.4 3.5 6.2 0 12.1-4.8 12.1-12V12c0-6.6-5.4-12-12-12zM144 288c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80zm356-128.1h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-48.7 48.7c-18.2-11.4-39-18.9-61.5-21.3-2.1 21.8-8.2 43.3-18.4 63.3 1.1 0 2.2-.1 3.2-.1 44.1 0 80 35.9 80 80s-35.9 80-80 80-80-35.9-80-80c0-1.1 0-2.2.1-3.2-20 10.2-41.5 16.4-63.3 18.4C168.4 455.6 229.6 512 304 512c79.5 0 144-64.5 144-144 0-28.2-8.1-54.5-22.1-76.7l48.7-48.7 16.9 16.9c2.4 2.4 5.4 3.5 8.4 3.5 6.2 0 12.1-4.8 12.1-12v-79c0-6.7-5.4-12.1-12-12.1z\"],\n \"mars-stroke\": [384, 512, [], \"f229\", \"M372 64h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-17.5 17.5-14.1-14.1c-4.7-4.7-12.3-4.7-17 0L224.5 133c-4.7 4.7-4.7 12.3 0 17l14.1 14.1-18 18c-22.2-14-48.5-22.1-76.7-22.1C64.5 160 0 224.5 0 304s64.5 144 144 144 144-64.5 144-144c0-28.2-8.1-54.5-22.1-76.7l18-18 14.1 14.1c4.7 4.7 12.3 4.7 17 0l28.3-28.3c4.7-4.7 4.7-12.3 0-17L329.2 164l17.5-17.5 16.9 16.9c7.6 7.6 20.5 2.2 20.5-8.5V76c-.1-6.6-5.5-12-12.1-12zM144 384c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"],\n \"mars-stroke-h\": [480, 512, [], \"f22b\", \"M476.2 247.5l-55.9-55.9c-7.6-7.6-20.5-2.2-20.5 8.5V224H376v-20c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v20h-27.6c-5.8-25.6-18.7-49.9-38.6-69.8C189.6 98 98.4 98 42.2 154.2c-56.2 56.2-56.2 147.4 0 203.6 56.2 56.2 147.4 56.2 203.6 0 19.9-19.9 32.8-44.2 38.6-69.8H312v20c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-20h23.9v23.9c0 10.7 12.9 16 20.5 8.5l55.9-55.9c4.6-4.7 4.6-12.3-.1-17zm-275.6 65.1c-31.2 31.2-81.9 31.2-113.1 0-31.2-31.2-31.2-81.9 0-113.1 31.2-31.2 81.9-31.2 113.1 0 31.2 31.1 31.2 81.9 0 113.1z\"],\n \"mars-stroke-v\": [288, 512, [], \"f22a\", \"M245.8 234.2c-19.9-19.9-44.2-32.8-69.8-38.6v-25.4h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20V81.4h23.9c10.7 0 16-12.9 8.5-20.5L152.5 5.1c-4.7-4.7-12.3-4.7-17 0L79.6 61c-7.6 7.6-2.2 20.5 8.5 20.5H112v24.7H92c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h20v25.4c-25.6 5.8-49.9 18.7-69.8 38.6-56.2 56.2-56.2 147.4 0 203.6 56.2 56.2 147.4 56.2 203.6 0 56.3-56.2 56.3-147.4 0-203.6zm-45.2 158.4c-31.2 31.2-81.9 31.2-113.1 0-31.2-31.2-31.2-81.9 0-113.1 31.2-31.2 81.9-31.2 113.1 0 31.2 31.1 31.2 81.9 0 113.1z\"],\n \"mask\": [640, 512, [], \"f6fa\", \"M320.67 64c-442.6 0-357.57 384-158.46 384 39.9 0 77.47-20.69 101.42-55.86l25.73-37.79c15.66-22.99 46.97-22.99 62.63 0l25.73 37.79C401.66 427.31 439.23 448 479.13 448c189.86 0 290.63-384-158.46-384zM184 308.36c-41.06 0-67.76-25.66-80.08-41.05-5.23-6.53-5.23-16.09 0-22.63 12.32-15.4 39.01-41.05 80.08-41.05s67.76 25.66 80.08 41.05c5.23 6.53 5.23 16.09 0 22.63-12.32 15.4-39.02 41.05-80.08 41.05zm272 0c-41.06 0-67.76-25.66-80.08-41.05-5.23-6.53-5.23-16.09 0-22.63 12.32-15.4 39.01-41.05 80.08-41.05s67.76 25.66 80.08 41.05c5.23 6.53 5.23 16.09 0 22.63-12.32 15.4-39.02 41.05-80.08 41.05z\"],\n \"medal\": [512, 512, [], \"f5a2\", \"M223.75 130.75L154.62 15.54A31.997 31.997 0 0 0 127.18 0H16.03C3.08 0-4.5 14.57 2.92 25.18l111.27 158.96c29.72-27.77 67.52-46.83 109.56-53.39zM495.97 0H384.82c-11.24 0-21.66 5.9-27.44 15.54l-69.13 115.21c42.04 6.56 79.84 25.62 109.56 53.38L509.08 25.18C516.5 14.57 508.92 0 495.97 0zM256 160c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm92.52 157.26l-37.93 36.96 8.97 52.22c1.6 9.36-8.26 16.51-16.65 12.09L256 393.88l-46.9 24.65c-8.4 4.45-18.25-2.74-16.65-12.09l8.97-52.22-37.93-36.96c-6.82-6.64-3.05-18.23 6.35-19.59l52.43-7.64 23.43-47.52c2.11-4.28 6.19-6.39 10.28-6.39 4.11 0 8.22 2.14 10.33 6.39l23.43 47.52 52.43 7.64c9.4 1.36 13.17 12.95 6.35 19.59z\"],\n \"medkit\": [512, 512, [], \"f0fa\", \"M96 480h320V128h-32V80c0-26.51-21.49-48-48-48H176c-26.51 0-48 21.49-48 48v48H96v352zm96-384h128v32H192V96zm320 80v256c0 26.51-21.49 48-48 48h-16V128h16c26.51 0 48 21.49 48 48zM64 480H48c-26.51 0-48-21.49-48-48V176c0-26.51 21.49-48 48-48h16v352zm288-208v32c0 8.837-7.163 16-16 16h-48v48c0 8.837-7.163 16-16 16h-32c-8.837 0-16-7.163-16-16v-48h-48c-8.837 0-16-7.163-16-16v-32c0-8.837 7.163-16 16-16h48v-48c0-8.837 7.163-16 16-16h32c8.837 0 16 7.163 16 16v48h48c8.837 0 16 7.163 16 16z\"],\n \"meh\": [496, 512, [], \"f11a\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm176 192H152c-21.2 0-21.2-32 0-32h192c21.2 0 21.2 32 0 32zm-16-128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"],\n \"meh-blank\": [496, 512, [], \"f5a4\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-80 232c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm160 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"],\n \"meh-rolling-eyes\": [496, 512, [], \"f5a5\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM88 224c0-24.3 13.7-45.2 33.6-56-.7 2.6-1.6 5.2-1.6 8 0 17.7 14.3 32 32 32s32-14.3 32-32c0-2.8-.9-5.4-1.6-8 19.9 10.8 33.6 31.7 33.6 56 0 35.3-28.7 64-64 64s-64-28.7-64-64zm224 176H184c-21.2 0-21.2-32 0-32h128c21.2 0 21.2 32 0 32zm32-112c-35.3 0-64-28.7-64-64 0-24.3 13.7-45.2 33.6-56-.7 2.6-1.6 5.2-1.6 8 0 17.7 14.3 32 32 32s32-14.3 32-32c0-2.8-.9-5.4-1.6-8 19.9 10.8 33.6 31.7 33.6 56 0 35.3-28.7 64-64 64z\"],\n \"memory\": [640, 512, [], \"f538\", \"M640 130.94V96c0-17.67-14.33-32-32-32H32C14.33 64 0 78.33 0 96v34.94c18.6 6.61 32 24.19 32 45.06s-13.4 38.45-32 45.06V320h640v-98.94c-18.6-6.61-32-24.19-32-45.06s13.4-38.45 32-45.06zM224 256h-64V128h64v128zm128 0h-64V128h64v128zm128 0h-64V128h64v128zM0 448h64v-26.67c0-8.84 7.16-16 16-16s16 7.16 16 16V448h128v-26.67c0-8.84 7.16-16 16-16s16 7.16 16 16V448h128v-26.67c0-8.84 7.16-16 16-16s16 7.16 16 16V448h128v-26.67c0-8.84 7.16-16 16-16s16 7.16 16 16V448h64v-96H0v96z\"],\n \"menorah\": [640, 512, [], \"f676\", \"M144 128h-32c-8.84 0-16 7.16-16 16v144h64V144c0-8.84-7.16-16-16-16zm96 0h-32c-8.84 0-16 7.16-16 16v144h64V144c0-8.84-7.16-16-16-16zm192 0h-32c-8.84 0-16 7.16-16 16v144h64V144c0-8.84-7.16-16-16-16zm96 0h-32c-8.84 0-16 7.16-16 16v144h64V144c0-8.84-7.16-16-16-16zm80-32c17.67 0 32-14.33 32-32S608 0 608 0s-32 46.33-32 64 14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S512 0 512 0s-32 46.33-32 64 14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S416 0 416 0s-32 46.33-32 64 14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S320 0 320 0s-32 46.33-32 64 14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S224 0 224 0s-32 46.33-32 64 14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S128 0 128 0 96 46.33 96 64s14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S32 0 32 0 0 46.33 0 64s14.33 32 32 32zm544 192c0 17.67-14.33 32-32 32H352V144c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v176H96c-17.67 0-32-14.33-32-32V144c0-8.84-7.16-16-16-16H16c-8.84 0-16 7.16-16 16v144c0 53.02 42.98 96 96 96h192v64H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16H352v-64h192c53.02 0 96-42.98 96-96V144c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144z\"],\n \"mercury\": [288, 512, [], \"f223\", \"M288 208c0-44.2-19.9-83.7-51.2-110.1 2.5-1.8 4.9-3.8 7.2-5.8 24.7-21.2 39.8-48.8 43.2-78.8.9-7.1-4.7-13.3-11.9-13.3h-40.5C229 0 224.1 4.1 223 9.8c-2.4 12.5-9.6 24.3-20.7 33.8C187 56.8 166.3 64 144 64s-43-7.2-58.4-20.4C74.5 34.1 67.4 22.3 64.9 9.8 63.8 4.1 58.9 0 53.2 0H12.7C5.5 0-.1 6.2.8 13.3 4.2 43.4 19.2 71 44 92.2c2.3 2 4.7 3.9 7.2 5.8C19.9 124.3 0 163.8 0 208c0 68.5 47.9 125.9 112 140.4V400H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v36c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-36h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-51.6c64.1-14.5 112-71.9 112-140.4zm-224 0c0-44.1 35.9-80 80-80s80 35.9 80 80-35.9 80-80 80-80-35.9-80-80z\"],\n \"meteor\": [512, 512, [], \"f753\", \"M511.328,20.8027c-11.60759,38.70264-34.30724,111.70173-61.30311,187.70077,6.99893,2.09372,13.4042,4,18.60653,5.59368a16.06158,16.06158,0,0,1,9.49854,22.906c-22.106,42.29635-82.69047,152.795-142.47819,214.40356-.99984,1.09373-1.99969,2.5-2.99954,3.49995A194.83046,194.83046,0,1,1,57.085,179.41009c.99985-1,2.40588-2,3.49947-3,61.59994-59.90549,171.97367-120.40473,214.37343-142.4982a16.058,16.058,0,0,1,22.90274,9.49988c1.59351,5.09368,3.49947,11.5936,5.5929,18.59351C379.34818,35.00565,452.43074,12.30281,491.12794.70921A16.18325,16.18325,0,0,1,511.328,20.8027ZM319.951,320.00207A127.98041,127.98041,0,1,0,191.97061,448.00046,127.97573,127.97573,0,0,0,319.951,320.00207Zm-127.98041-31.9996a31.9951,31.9951,0,1,1-31.9951-31.9996A31.959,31.959,0,0,1,191.97061,288.00247Zm31.9951,79.999a15.99755,15.99755,0,1,1-15.99755-15.9998A16.04975,16.04975,0,0,1,223.96571,368.00147Z\"],\n \"microchip\": [512, 512, [], \"f2db\", \"M416 48v416c0 26.51-21.49 48-48 48H144c-26.51 0-48-21.49-48-48V48c0-26.51 21.49-48 48-48h224c26.51 0 48 21.49 48 48zm96 58v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42V88h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zm0 96v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42v-48h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zm0 96v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42v-48h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zm0 96v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42v-48h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zM30 376h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6zm0-96h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6zm0-96h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6zm0-96h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6z\"],\n \"microphone\": [352, 512, [], \"f130\", \"M176 352c53.02 0 96-42.98 96-96V96c0-53.02-42.98-96-96-96S80 42.98 80 96v160c0 53.02 42.98 96 96 96zm160-160h-16c-8.84 0-16 7.16-16 16v48c0 74.8-64.49 134.82-140.79 127.38C96.71 376.89 48 317.11 48 250.3V208c0-8.84-7.16-16-16-16H16c-8.84 0-16 7.16-16 16v40.16c0 89.64 63.97 169.55 152 181.69V464H96c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16h-56v-33.77C285.71 418.47 352 344.9 352 256v-48c0-8.84-7.16-16-16-16z\"],\n \"microphone-alt\": [352, 512, [], \"f3c9\", \"M336 192h-16c-8.84 0-16 7.16-16 16v48c0 74.8-64.49 134.82-140.79 127.38C96.71 376.89 48 317.11 48 250.3V208c0-8.84-7.16-16-16-16H16c-8.84 0-16 7.16-16 16v40.16c0 89.64 63.97 169.55 152 181.69V464H96c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16h-56v-33.77C285.71 418.47 352 344.9 352 256v-48c0-8.84-7.16-16-16-16zM176 352c53.02 0 96-42.98 96-96h-85.33c-5.89 0-10.67-3.58-10.67-8v-16c0-4.42 4.78-8 10.67-8H272v-32h-85.33c-5.89 0-10.67-3.58-10.67-8v-16c0-4.42 4.78-8 10.67-8H272v-32h-85.33c-5.89 0-10.67-3.58-10.67-8v-16c0-4.42 4.78-8 10.67-8H272c0-53.02-42.98-96-96-96S80 42.98 80 96v160c0 53.02 42.98 96 96 96z\"],\n \"microphone-alt-slash\": [640, 512, [], \"f539\", \"M633.82 458.1L476.26 336.33C488.74 312.21 496 284.98 496 256v-48c0-8.84-7.16-16-16-16h-16c-8.84 0-16 7.16-16 16v48c0 17.92-3.96 34.8-10.72 50.2l-26.55-20.52c3.1-9.4 5.28-19.22 5.28-29.67h-43.67l-41.4-32H416v-32h-85.33c-5.89 0-10.67-3.58-10.67-8v-16c0-4.42 4.78-8 10.67-8H416v-32h-85.33c-5.89 0-10.67-3.58-10.67-8v-16c0-4.42 4.78-8 10.67-8H416c0-53.02-42.98-96-96-96s-96 42.98-96 96v45.36L45.47 3.37C38.49-2.05 28.43-.8 23.01 6.18L3.37 31.45C-2.05 38.42-.8 48.47 6.18 53.9l588.36 454.73c6.98 5.43 17.03 4.17 22.46-2.81l19.64-25.27c5.41-6.97 4.16-17.02-2.82-22.45zM400 464h-56v-33.78c11.71-1.62 23.1-4.28 33.96-8.08l-50.4-38.96c-6.71.4-13.41.87-20.35.2-55.85-5.45-98.74-48.63-111.18-101.85L144 241.31v6.85c0 89.64 63.97 169.55 152 181.69V464h-56c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16z\"],\n \"microphone-slash\": [640, 512, [], \"f131\", \"M633.82 458.1l-157.8-121.96C488.61 312.13 496 285.01 496 256v-48c0-8.84-7.16-16-16-16h-16c-8.84 0-16 7.16-16 16v48c0 17.92-3.96 34.8-10.72 50.2l-26.55-20.52c3.1-9.4 5.28-19.22 5.28-29.67V96c0-53.02-42.98-96-96-96s-96 42.98-96 96v45.36L45.47 3.37C38.49-2.05 28.43-.8 23.01 6.18L3.37 31.45C-2.05 38.42-.8 48.47 6.18 53.9l588.36 454.73c6.98 5.43 17.03 4.17 22.46-2.81l19.64-25.27c5.41-6.97 4.16-17.02-2.82-22.45zM400 464h-56v-33.77c11.66-1.6 22.85-4.54 33.67-8.31l-50.11-38.73c-6.71.4-13.41.87-20.35.2-55.85-5.45-98.74-48.63-111.18-101.85L144 241.31v6.85c0 89.64 63.97 169.55 152 181.69V464h-56c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16z\"],\n \"microscope\": [512, 512, [], \"f610\", \"M160 320h12v16c0 8.84 7.16 16 16 16h40c8.84 0 16-7.16 16-16v-16h12c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32V16c0-8.84-7.16-16-16-16h-64c-8.84 0-16 7.16-16 16v16c-17.67 0-32 14.33-32 32v224c0 17.67 14.33 32 32 32zm304 128h-1.29C493.24 413.99 512 369.2 512 320c0-105.88-86.12-192-192-192v64c70.58 0 128 57.42 128 128s-57.42 128-128 128H48c-26.51 0-48 21.49-48 48 0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16 0-26.51-21.49-48-48-48zm-360-32h208c4.42 0 8-3.58 8-8v-16c0-4.42-3.58-8-8-8H104c-4.42 0-8 3.58-8 8v16c0 4.42 3.58 8 8 8z\"],\n \"minus\": [448, 512, [], \"f068\", \"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"],\n \"minus-circle\": [512, 512, [], \"f056\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zM124 296c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h264c6.6 0 12 5.4 12 12v56c0 6.6-5.4 12-12 12H124z\"],\n \"minus-square\": [448, 512, [], \"f146\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM92 296c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h264c6.6 0 12 5.4 12 12v56c0 6.6-5.4 12-12 12H92z\"],\n \"mitten\": [448, 512, [], \"f7b5\", \"M368 416H48c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h320c8.8 0 16-7.2 16-16v-64c0-8.8-7.2-16-16-16zm57-209.1c-27.2-22.6-67.5-19-90.1 8.2l-20.9 25-29.6-128.4c-18-77.5-95.4-125.9-172.8-108C34.2 21.6-14.2 98.9 3.7 176.4L51.6 384h309l72.5-87c22.7-27.2 19-67.5-8.1-90.1z\"],\n \"mobile\": [320, 512, [], \"f10b\", \"M272 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h224c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM160 480c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"],\n \"mobile-alt\": [320, 512, [], \"f3cd\", \"M272 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h224c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM160 480c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm112-108c0 6.6-5.4 12-12 12H60c-6.6 0-12-5.4-12-12V60c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v312z\"],\n \"money-bill\": [640, 512, [], \"f0d6\", \"M608 64H32C14.33 64 0 78.33 0 96v320c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V96c0-17.67-14.33-32-32-32zM48 400v-64c35.35 0 64 28.65 64 64H48zm0-224v-64h64c0 35.35-28.65 64-64 64zm272 176c-44.19 0-80-42.99-80-96 0-53.02 35.82-96 80-96s80 42.98 80 96c0 53.03-35.83 96-80 96zm272 48h-64c0-35.35 28.65-64 64-64v64zm0-224c-35.35 0-64-28.65-64-64h64v64z\"],\n \"money-bill-alt\": [640, 512, [], \"f3d1\", \"M352 288h-16v-88c0-4.42-3.58-8-8-8h-13.58c-4.74 0-9.37 1.4-13.31 4.03l-15.33 10.22a7.994 7.994 0 0 0-2.22 11.09l8.88 13.31a7.994 7.994 0 0 0 11.09 2.22l.47-.31V288h-16c-4.42 0-8 3.58-8 8v16c0 4.42 3.58 8 8 8h64c4.42 0 8-3.58 8-8v-16c0-4.42-3.58-8-8-8zM608 64H32C14.33 64 0 78.33 0 96v320c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V96c0-17.67-14.33-32-32-32zM48 400v-64c35.35 0 64 28.65 64 64H48zm0-224v-64h64c0 35.35-28.65 64-64 64zm272 192c-53.02 0-96-50.15-96-112 0-61.86 42.98-112 96-112s96 50.14 96 112c0 61.87-43 112-96 112zm272 32h-64c0-35.35 28.65-64 64-64v64zm0-224c-35.35 0-64-28.65-64-64h64v64z\"],\n \"money-bill-wave\": [640, 512, [], \"f53a\", \"M621.16 54.46C582.37 38.19 543.55 32 504.75 32c-123.17-.01-246.33 62.34-369.5 62.34-30.89 0-61.76-3.92-92.65-13.72-3.47-1.1-6.95-1.62-10.35-1.62C15.04 79 0 92.32 0 110.81v317.26c0 12.63 7.23 24.6 18.84 29.46C57.63 473.81 96.45 480 135.25 480c123.17 0 246.34-62.35 369.51-62.35 30.89 0 61.76 3.92 92.65 13.72 3.47 1.1 6.95 1.62 10.35 1.62 17.21 0 32.25-13.32 32.25-31.81V83.93c-.01-12.64-7.24-24.6-18.85-29.47zM48 132.22c20.12 5.04 41.12 7.57 62.72 8.93C104.84 170.54 79 192.69 48 192.69v-60.47zm0 285v-47.78c34.37 0 62.18 27.27 63.71 61.4-22.53-1.81-43.59-6.31-63.71-13.62zM320 352c-44.19 0-80-42.99-80-96 0-53.02 35.82-96 80-96s80 42.98 80 96c0 53.03-35.83 96-80 96zm272 27.78c-17.52-4.39-35.71-6.85-54.32-8.44 5.87-26.08 27.5-45.88 54.32-49.28v57.72zm0-236.11c-30.89-3.91-54.86-29.7-55.81-61.55 19.54 2.17 38.09 6.23 55.81 12.66v48.89z\"],\n \"money-bill-wave-alt\": [640, 512, [], \"f53b\", \"M621.16 54.46C582.37 38.19 543.55 32 504.75 32c-123.17-.01-246.33 62.34-369.5 62.34-30.89 0-61.76-3.92-92.65-13.72-3.47-1.1-6.95-1.62-10.35-1.62C15.04 79 0 92.32 0 110.81v317.26c0 12.63 7.23 24.6 18.84 29.46C57.63 473.81 96.45 480 135.25 480c123.17 0 246.34-62.35 369.51-62.35 30.89 0 61.76 3.92 92.65 13.72 3.47 1.1 6.95 1.62 10.35 1.62 17.21 0 32.25-13.32 32.25-31.81V83.93c-.01-12.64-7.24-24.6-18.85-29.47zM320 352c-44.19 0-80-42.99-80-96 0-53.02 35.82-96 80-96s80 42.98 80 96c0 53.03-35.83 96-80 96z\"],\n \"money-check\": [640, 512, [], \"f53c\", \"M0 448c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V128H0v320zm448-208c0-8.84 7.16-16 16-16h96c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16h-96c-8.84 0-16-7.16-16-16v-32zm0 120c0-4.42 3.58-8 8-8h112c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H456c-4.42 0-8-3.58-8-8v-16zM64 264c0-4.42 3.58-8 8-8h304c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16zm0 96c0-4.42 3.58-8 8-8h176c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16zM624 32H16C7.16 32 0 39.16 0 48v48h640V48c0-8.84-7.16-16-16-16z\"],\n \"money-check-alt\": [640, 512, [], \"f53d\", \"M608 32H32C14.33 32 0 46.33 0 64v384c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zM176 327.88V344c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V152c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07zM416 312c0 4.42-3.58 8-8 8H296c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h112c4.42 0 8 3.58 8 8v16zm160 0c0 4.42-3.58 8-8 8h-80c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16zm0-96c0 4.42-3.58 8-8 8H296c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h272c4.42 0 8 3.58 8 8v16z\"],\n \"monument\": [384, 512, [], \"f5a6\", \"M368 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h352c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm-78.86-347.26a31.97 31.97 0 0 0-9.21-19.44L203.31 4.69c-6.25-6.25-16.38-6.25-22.63 0l-76.6 76.61a31.97 31.97 0 0 0-9.21 19.44L64 416h256l-30.86-315.26zM240 307.2c0 6.4-6.4 12.8-12.8 12.8h-70.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h70.4c6.4 0 12.8 6.4 12.8 12.8v38.4z\"],\n \"moon\": [512, 512, [], \"f186\", \"M283.211 512c78.962 0 151.079-35.925 198.857-94.792 7.068-8.708-.639-21.43-11.562-19.35-124.203 23.654-238.262-71.576-238.262-196.954 0-72.222 38.662-138.635 101.498-174.394 9.686-5.512 7.25-20.197-3.756-22.23A258.156 258.156 0 0 0 283.211 0c-141.309 0-256 114.511-256 256 0 141.309 114.511 256 256 256z\"],\n \"mortar-pestle\": [512, 512, [], \"f5a7\", \"M501.54 60.91c17.22-17.22 12.51-46.25-9.27-57.14a35.696 35.696 0 0 0-37.37 3.37L251.09 160h151.37l99.08-99.09zM496 192H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h16c0 80.98 50.2 150.11 121.13 178.32-12.76 16.87-21.72 36.8-24.95 58.69-1.46 9.92 6.04 18.98 16.07 18.98h223.5c10.03 0 17.53-9.06 16.07-18.98-3.22-21.89-12.18-41.82-24.95-58.69C429.8 406.11 480 336.98 480 256h16c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"],\n \"mosque\": [640, 512, [], \"f678\", \"M0 480c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V160H0v320zm579.16-192c17.86-17.39 28.84-37.34 28.84-58.91 0-52.86-41.79-93.79-87.92-122.9-41.94-26.47-80.63-57.77-111.96-96.22L400 0l-8.12 9.97c-31.33 38.45-70.01 69.76-111.96 96.22C233.79 135.3 192 176.23 192 229.09c0 21.57 10.98 41.52 28.84 58.91h358.32zM608 320H192c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h32v-64c0-17.67 14.33-32 32-32s32 14.33 32 32v64h64v-72c0-48 48-72 48-72s48 24 48 72v72h64v-64c0-17.67 14.33-32 32-32s32 14.33 32 32v64h32c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32zM64 0S0 32 0 96v32h128V96c0-64-64-96-64-96z\"],\n \"motorcycle\": [640, 512, [], \"f21c\", \"M512.9 192c-14.9-.1-29.1 2.3-42.4 6.9L437.6 144H520c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24h-45.3c-6.8 0-13.3 2.9-17.8 7.9l-37.5 41.7-22.8-38C392.2 68.4 384.4 64 376 64h-80c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h66.4l19.2 32H227.9c-17.7-23.1-44.9-40-99.9-40H72.5C59 104 47.7 115 48 128.5c.2 13 10.9 23.5 24 23.5h56c24.5 0 38.7 10.9 47.8 24.8l-11.3 20.5c-13-3.9-26.9-5.7-41.3-5.2C55.9 194.5 1.6 249.6 0 317c-1.6 72.1 56.3 131 128 131 59.6 0 109.7-40.8 124-96h84.2c13.7 0 24.6-11.4 24-25.1-2.1-47.1 17.5-93.7 56.2-125l12.5 20.8c-27.6 23.7-45.1 58.9-44.8 98.2.5 69.6 57.2 126.5 126.8 127.1 71.6.7 129.8-57.5 129.2-129.1-.7-69.6-57.6-126.4-127.2-126.9zM128 400c-44.1 0-80-35.9-80-80s35.9-80 80-80c4.2 0 8.4.3 12.5 1L99 316.4c-8.8 16 2.8 35.6 21 35.6h81.3c-12.4 28.2-40.6 48-73.3 48zm463.9-75.6c-2.2 40.6-35 73.4-75.5 75.5-46.1 2.5-84.4-34.3-84.4-79.9 0-21.4 8.4-40.8 22.1-55.1l49.4 82.4c4.5 7.6 14.4 10 22 5.5l13.7-8.2c7.6-4.5 10-14.4 5.5-22l-48.6-80.9c5.2-1.1 10.5-1.6 15.9-1.6 45.6-.1 82.3 38.2 79.9 84.3z\"],\n \"mountain\": [640, 512, [], \"f6fc\", \"M634.92 462.7l-288-448C341.03 5.54 330.89 0 320 0s-21.03 5.54-26.92 14.7l-288 448a32.001 32.001 0 0 0-1.17 32.64A32.004 32.004 0 0 0 32 512h576c11.71 0 22.48-6.39 28.09-16.67a31.983 31.983 0 0 0-1.17-32.63zM320 91.18L405.39 224H320l-64 64-38.06-38.06L320 91.18z\"],\n \"mouse\": [384, 512, [], \"f8cc\", \"M0 352a160 160 0 0 0 160 160h64a160 160 0 0 0 160-160V224H0zM176 0h-16A160 160 0 0 0 0 160v32h176zm48 0h-16v192h176v-32A160 160 0 0 0 224 0z\"],\n \"mouse-pointer\": [320, 512, [], \"f245\", \"M302.189 329.126H196.105l55.831 135.993c3.889 9.428-.555 19.999-9.444 23.999l-49.165 21.427c-9.165 4-19.443-.571-23.332-9.714l-53.053-129.136-86.664 89.138C18.729 472.71 0 463.554 0 447.977V18.299C0 1.899 19.921-6.096 30.277 5.443l284.412 292.542c11.472 11.179 3.007 31.141-12.5 31.141z\"],\n \"mug-hot\": [512, 512, [], \"f7b6\", \"M127.1 146.5c1.3 7.7 8 13.5 16 13.5h16.5c9.8 0 17.6-8.5 16.3-18-3.8-28.2-16.4-54.2-36.6-74.7-14.4-14.7-23.6-33.3-26.4-53.5C111.8 5.9 105 0 96.8 0H80.4C70.6 0 63 8.5 64.1 18c3.9 31.9 18 61.3 40.6 84.4 12 12.2 19.7 27.5 22.4 44.1zm112 0c1.3 7.7 8 13.5 16 13.5h16.5c9.8 0 17.6-8.5 16.3-18-3.8-28.2-16.4-54.2-36.6-74.7-14.4-14.7-23.6-33.3-26.4-53.5C223.8 5.9 217 0 208.8 0h-16.4c-9.8 0-17.5 8.5-16.3 18 3.9 31.9 18 61.3 40.6 84.4 12 12.2 19.7 27.5 22.4 44.1zM400 192H32c-17.7 0-32 14.3-32 32v192c0 53 43 96 96 96h192c53 0 96-43 96-96h16c61.8 0 112-50.2 112-112s-50.2-112-112-112zm0 160h-16v-96h16c26.5 0 48 21.5 48 48s-21.5 48-48 48z\"],\n \"music\": [512, 512, [], \"f001\", \"M470.38 1.51L150.41 96A32 32 0 0 0 128 126.51v261.41A139 139 0 0 0 96 384c-53 0-96 28.66-96 64s43 64 96 64 96-28.66 96-64V214.32l256-75v184.61a138.4 138.4 0 0 0-32-3.93c-53 0-96 28.66-96 64s43 64 96 64 96-28.65 96-64V32a32 32 0 0 0-41.62-30.49z\"],\n \"network-wired\": [640, 512, [], \"f6ff\", \"M640 264v-16c0-8.84-7.16-16-16-16H344v-40h72c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32H224c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h72v40H16c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h104v40H64c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h160c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32h-56v-40h304v40h-56c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h160c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32h-56v-40h104c8.84 0 16-7.16 16-16zM256 128V64h128v64H256zm-64 320H96v-64h96v64zm352 0h-96v-64h96v64z\"],\n \"neuter\": [288, 512, [], \"f22c\", \"M288 176c0-79.5-64.5-144-144-144S0 96.5 0 176c0 68.5 47.9 125.9 112 140.4V468c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12V316.4c64.1-14.5 112-71.9 112-140.4zm-144 80c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"],\n \"newspaper\": [576, 512, [], \"f1ea\", \"M552 64H88c-13.255 0-24 10.745-24 24v8H24c-13.255 0-24 10.745-24 24v272c0 30.928 25.072 56 56 56h472c26.51 0 48-21.49 48-48V88c0-13.255-10.745-24-24-24zM56 400a8 8 0 0 1-8-8V144h16v248a8 8 0 0 1-8 8zm236-16H140c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm208 0H348c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm-208-96H140c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm208 0H348c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm0-96H140c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h360c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12z\"],\n \"not-equal\": [448, 512, [], \"f53e\", \"M416 208c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32h-23.88l51.87-66.81c5.37-7.02 4.04-17.06-2.97-22.43L415.61 3.3c-7.02-5.38-17.06-4.04-22.44 2.97L311.09 112H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h204.56l-74.53 96H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h55.49l-51.87 66.81c-5.37 7.01-4.04 17.05 2.97 22.43L64 508.7c7.02 5.38 17.06 4.04 22.43-2.97L168.52 400H416c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32H243.05l74.53-96H416z\"],\n \"notes-medical\": [384, 512, [], \"f481\", \"M336 64h-80c0-35.3-28.7-64-64-64s-64 28.7-64 64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM192 40c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm96 304c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48zm0-192c0 4.4-3.6 8-8 8H104c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h176c4.4 0 8 3.6 8 8v16z\"],\n \"object-group\": [512, 512, [], \"f247\", \"M480 128V96h20c6.627 0 12-5.373 12-12V44c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v20H64V44c0-6.627-5.373-12-12-12H12C5.373 32 0 37.373 0 44v40c0 6.627 5.373 12 12 12h20v320H12c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-20h384v20c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-20V128zM96 276V140c0-6.627 5.373-12 12-12h168c6.627 0 12 5.373 12 12v136c0 6.627-5.373 12-12 12H108c-6.627 0-12-5.373-12-12zm320 96c0 6.627-5.373 12-12 12H236c-6.627 0-12-5.373-12-12v-52h72c13.255 0 24-10.745 24-24v-72h84c6.627 0 12 5.373 12 12v136z\"],\n \"object-ungroup\": [576, 512, [], \"f248\", \"M64 320v26a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6v-52a6 6 0 0 1 6-6h26V96H6a6 6 0 0 1-6-6V38a6 6 0 0 1 6-6h52a6 6 0 0 1 6 6v26h288V38a6 6 0 0 1 6-6h52a6 6 0 0 1 6 6v52a6 6 0 0 1-6 6h-26v192h26a6 6 0 0 1 6 6v52a6 6 0 0 1-6 6h-52a6 6 0 0 1-6-6v-26H64zm480-64v-32h26a6 6 0 0 0 6-6v-52a6 6 0 0 0-6-6h-52a6 6 0 0 0-6 6v26H408v72h8c13.255 0 24 10.745 24 24v64c0 13.255-10.745 24-24 24h-64c-13.255 0-24-10.745-24-24v-8H192v72h-26a6 6 0 0 0-6 6v52a6 6 0 0 0 6 6h52a6 6 0 0 0 6-6v-26h288v26a6 6 0 0 0 6 6h52a6 6 0 0 0 6-6v-52a6 6 0 0 0-6-6h-26V256z\"],\n \"oil-can\": [640, 512, [], \"f613\", \"M629.8 160.31L416 224l-50.49-25.24a64.07 64.07 0 0 0-28.62-6.76H280v-48h56c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16H176c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h56v48h-56L37.72 166.86a31.9 31.9 0 0 0-5.79-.53C14.67 166.33 0 180.36 0 198.34v94.95c0 15.46 11.06 28.72 26.28 31.48L96 337.46V384c0 17.67 14.33 32 32 32h274.63c8.55 0 16.75-3.42 22.76-9.51l212.26-214.75c1.5-1.5 2.34-3.54 2.34-5.66V168c.01-5.31-5.08-9.15-10.19-7.69zM96 288.67l-48-8.73v-62.43l48 8.73v62.43zm453.33 84.66c0 23.56 19.1 42.67 42.67 42.67s42.67-19.1 42.67-42.67S592 288 592 288s-42.67 61.77-42.67 85.33z\"],\n \"om\": [512, 512, [], \"f679\", \"M360.6 60.94a10.43 10.43 0 0 0 14.76 0l21.57-21.56a10.43 10.43 0 0 0 0-14.76L375.35 3.06c-4.08-4.07-10.68-4.07-14.76 0l-21.57 21.56a10.43 10.43 0 0 0 0 14.76l21.58 21.56zM412.11 192c-26.69 0-51.77 10.39-70.64 29.25l-24.25 24.25c-6.78 6.77-15.78 10.5-25.38 10.5H245c10.54-22.1 14.17-48.11 7.73-75.23-10.1-42.55-46.36-76.11-89.52-83.19-36.15-5.93-70.9 5.04-96.01 28.78-7.36 6.96-6.97 18.85 1.12 24.93l26.15 19.63c5.72 4.3 13.66 4.32 19.2-.21 8.45-6.9 19.02-10.71 30.27-10.71 26.47 0 48.01 21.53 48.01 48s-21.54 48-48.01 48h-31.9c-11.96 0-19.74 12.58-14.39 23.28l16.09 32.17c2.53 5.06 7.6 8.1 13.17 8.55h33.03c35.3 0 64.01 28.7 64.01 64s-28.71 64-64.01 64c-96.02 0-122.35-54.02-145.15-92.03-4.53-7.55-14.77-3.58-14.79 5.22C-.09 416 41.13 512 159.94 512c70.59 0 128.02-57.42 128.02-128 0-23.42-6.78-45.1-17.81-64h21.69c26.69 0 51.77-10.39 70.64-29.25l24.25-24.25c6.78-6.77 15.78-10.5 25.38-10.5 19.78 0 35.88 16.09 35.88 35.88V392c0 13.23-18.77 24-32.01 24-39.4 0-66.67-24.24-81.82-42.89-4.77-5.87-14.2-2.54-14.2 5.02V416s0 64 96.02 64c48.54 0 96.02-39.47 96.02-88V291.88c0-55.08-44.8-99.88-99.89-99.88zm42.18-124.73c-85.55 65.12-169.05 2.75-172.58.05-6.02-4.62-14.44-4.38-20.14.55-5.74 4.92-7.27 13.17-3.66 19.8 1.61 2.95 40.37 72.34 118.8 72.34 79.92 0 98.78-31.36 101.75-37.66 1.02-2.12 1.53-4.47 1.53-6.83V80c0-13.22-15.14-20.69-25.7-12.73z\"],\n \"otter\": [640, 512, [], \"f700\", \"M608 32h-32l-13.25-13.25A63.97 63.97 0 0 0 517.49 0H497c-11.14 0-22.08 2.91-31.75 8.43L312 96h-56C149.96 96 64 181.96 64 288v1.61c0 32.75-16 62.14-39.56 84.89-18.19 17.58-28.1 43.68-23.19 71.8 6.76 38.8 42.9 65.7 82.28 65.7H192c17.67 0 32-14.33 32-32s-14.33-32-32-32H80c-8.83 0-16-7.17-16-16s7.17-16 16-16h224c8.84 0 16-7.16 16-16v-16c0-17.67-14.33-32-32-32h-64l149.49-80.5L448 416h80c8.84 0 16-7.16 16-16v-16c0-17.67-14.33-32-32-32h-28.22l-55.11-110.21L521.14 192H544c53.02 0 96-42.98 96-96V64c0-17.67-14.33-32-32-32zm-96 16c8.84 0 16 7.16 16 16s-7.16 16-16 16-16-7.16-16-16 7.16-16 16-16zm32 96h-34.96L407.2 198.84l-13.77-27.55L512 112h77.05c-6.62 18.58-24.22 32-45.05 32z\"],\n \"outdent\": [448, 512, [], \"f03b\", \"M100.69 363.29c10 10 27.31 2.93 27.31-11.31V160c0-14.32-17.33-21.31-27.31-11.31l-96 96a16 16 0 0 0 0 22.62zM432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm3.17-128H204.83A12.82 12.82 0 0 0 192 300.83v38.34A12.82 12.82 0 0 0 204.83 352h230.34A12.82 12.82 0 0 0 448 339.17v-38.34A12.82 12.82 0 0 0 435.17 288zm0-128H204.83A12.82 12.82 0 0 0 192 172.83v38.34A12.82 12.82 0 0 0 204.83 224h230.34A12.82 12.82 0 0 0 448 211.17v-38.34A12.82 12.82 0 0 0 435.17 160zM432 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"],\n \"pager\": [512, 512, [], \"f815\", \"M448 64H64a64 64 0 0 0-64 64v256a64 64 0 0 0 64 64h384a64 64 0 0 0 64-64V128a64 64 0 0 0-64-64zM160 368H80a16 16 0 0 1-16-16v-16a16 16 0 0 1 16-16h80zm128-16a16 16 0 0 1-16 16h-80v-48h80a16 16 0 0 1 16 16zm160-128a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32v-64a32 32 0 0 1 32-32h320a32 32 0 0 1 32 32z\"],\n \"paint-brush\": [512, 512, [], \"f1fc\", \"M167.02 309.34c-40.12 2.58-76.53 17.86-97.19 72.3-2.35 6.21-8 9.98-14.59 9.98-11.11 0-45.46-27.67-55.25-34.35C0 439.62 37.93 512 128 512c75.86 0 128-43.77 128-120.19 0-3.11-.65-6.08-.97-9.13l-88.01-73.34zM457.89 0c-15.16 0-29.37 6.71-40.21 16.45C213.27 199.05 192 203.34 192 257.09c0 13.7 3.25 26.76 8.73 38.7l63.82 53.18c7.21 1.8 14.64 3.03 22.39 3.03 62.11 0 98.11-45.47 211.16-256.46 7.38-14.35 13.9-29.85 13.9-45.99C512 20.64 486 0 457.89 0z\"],\n \"paint-roller\": [512, 512, [], \"f5aa\", \"M416 128V32c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32v96c0 17.67 14.33 32 32 32h352c17.67 0 32-14.33 32-32zm32-64v128c0 17.67-14.33 32-32 32H256c-35.35 0-64 28.65-64 64v32c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32v-32h160c53.02 0 96-42.98 96-96v-64c0-35.35-28.65-64-64-64z\"],\n \"palette\": [512, 512, [], \"f53f\", \"M204.3 5C104.9 24.4 24.8 104.3 5.2 203.4c-37 187 131.7 326.4 258.8 306.7 41.2-6.4 61.4-54.6 42.5-91.7-23.1-45.4 9.9-98.4 60.9-98.4h79.7c35.8 0 64.8-29.6 64.9-65.3C511.5 97.1 368.1-26.9 204.3 5zM96 320c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm32-128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128-64c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128 64c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"],\n \"pallet\": [640, 512, [], \"f482\", \"M144 256h352c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16H384v128l-64-32-64 32V0H144c-8.8 0-16 7.2-16 16v224c0 8.8 7.2 16 16 16zm480 128c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v64H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h608c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16h-48v-64h48zm-336 64H128v-64h160v64zm224 0H352v-64h160v64z\"],\n \"paper-plane\": [512, 512, [], \"f1d8\", \"M476 3.2L12.5 270.6c-18.1 10.4-15.8 35.6 2.2 43.2L121 358.4l287.3-253.2c5.5-4.9 13.3 2.6 8.6 8.3L176 407v80.5c0 23.6 28.5 32.9 42.5 15.8L282 426l124.6 52.2c14.2 6 30.4-2.9 33-18.2l72-432C515 7.8 493.3-6.8 476 3.2z\"],\n \"paperclip\": [448, 512, [], \"f0c6\", \"M43.246 466.142c-58.43-60.289-57.341-157.511 1.386-217.581L254.392 34c44.316-45.332 116.351-45.336 160.671 0 43.89 44.894 43.943 117.329 0 162.276L232.214 383.128c-29.855 30.537-78.633 30.111-107.982-.998-28.275-29.97-27.368-77.473 1.452-106.953l143.743-146.835c6.182-6.314 16.312-6.422 22.626-.241l22.861 22.379c6.315 6.182 6.422 16.312.241 22.626L171.427 319.927c-4.932 5.045-5.236 13.428-.648 18.292 4.372 4.634 11.245 4.711 15.688.165l182.849-186.851c19.613-20.062 19.613-52.725-.011-72.798-19.189-19.627-49.957-19.637-69.154 0L90.39 293.295c-34.763 35.56-35.299 93.12-1.191 128.313 34.01 35.093 88.985 35.137 123.058.286l172.06-175.999c6.177-6.319 16.307-6.433 22.626-.256l22.877 22.364c6.319 6.177 6.434 16.307.256 22.626l-172.06 175.998c-59.576 60.938-155.943 60.216-214.77-.485z\"],\n \"parachute-box\": [512, 512, [], \"f4cd\", \"M511.9 175c-9.1-75.6-78.4-132.4-158.3-158.7C390 55.7 416 116.9 416 192h28.1L327.5 321.5c-2.5-.6-4.8-1.5-7.5-1.5h-48V192h112C384 76.8 315.1 0 256 0S128 76.8 128 192h112v128h-48c-2.7 0-5 .9-7.5 1.5L67.9 192H96c0-75.1 26-136.3 62.4-175.7C78.5 42.7 9.2 99.5.1 175c-1.1 9.1 6.8 17 16 17h8.7l136.7 151.9c-.7 2.6-1.6 5.2-1.6 8.1v128c0 17.7 14.3 32 32 32h128c17.7 0 32-14.3 32-32V352c0-2.9-.9-5.4-1.6-8.1L487.1 192h8.7c9.3 0 17.2-7.8 16.1-17z\"],\n \"paragraph\": [448, 512, [], \"f1dd\", \"M448 48v32a16 16 0 0 1-16 16h-48v368a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16V96h-32v368a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16V352h-32a160 160 0 0 1 0-320h240a16 16 0 0 1 16 16z\"],\n \"parking\": [448, 512, [], \"f540\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM240 320h-48v48c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16V144c0-8.8 7.2-16 16-16h96c52.9 0 96 43.1 96 96s-43.1 96-96 96zm0-128h-48v64h48c17.6 0 32-14.4 32-32s-14.4-32-32-32z\"],\n \"passport\": [448, 512, [], \"f5ab\", \"M129.62 176h39.09c1.49-27.03 6.54-51.35 14.21-70.41-27.71 13.24-48.02 39.19-53.3 70.41zm0 32c5.29 31.22 25.59 57.17 53.3 70.41-7.68-19.06-12.72-43.38-14.21-70.41h-39.09zM224 286.69c7.69-7.45 20.77-34.42 23.43-78.69h-46.87c2.67 44.26 15.75 71.24 23.44 78.69zM200.57 176h46.87c-2.66-44.26-15.74-71.24-23.43-78.69-7.7 7.45-20.78 34.43-23.44 78.69zm64.51 102.41c27.71-13.24 48.02-39.19 53.3-70.41h-39.09c-1.49 27.03-6.53 51.35-14.21 70.41zM416 0H64C28.65 0 0 28.65 0 64v384c0 35.35 28.65 64 64 64h352c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32zm-80 416H112c-8.8 0-16-7.2-16-16s7.2-16 16-16h224c8.8 0 16 7.2 16 16s-7.2 16-16 16zm-112-96c-70.69 0-128-57.31-128-128S153.31 64 224 64s128 57.31 128 128-57.31 128-128 128zm41.08-214.41c7.68 19.06 12.72 43.38 14.21 70.41h39.09c-5.28-31.22-25.59-57.17-53.3-70.41z\"],\n \"pastafarianism\": [640, 512, [], \"f67b\", \"M624.54 347.67c-32.7-12.52-57.36 4.25-75.37 16.45-17.06 11.53-23.25 14.42-31.41 11.36-8.12-3.09-10.83-9.38-15.89-29.38-3.33-13.15-7.44-29.32-17.95-42.65 2.24-2.91 4.43-5.79 6.38-8.57C500.47 304.45 513.71 312 532 312c33.95 0 50.87-25.78 62.06-42.83 10.59-16.14 15-21.17 21.94-21.17 13.25 0 24-10.75 24-24s-10.75-24-24-24c-33.95 0-50.87 25.78-62.06 42.83-10.6 16.14-15 21.17-21.94 21.17-17.31 0-37.48-61.43-97.26-101.91l17.25-34.5C485.43 125.5 512 97.98 512 64c0-35.35-28.65-64-64-64s-64 28.65-64 64c0 13.02 3.94 25.1 10.62 35.21l-18.15 36.3c-16.98-4.6-35.6-7.51-56.46-7.51s-39.49 2.91-56.46 7.51l-18.15-36.3C252.06 89.1 256 77.02 256 64c0-35.35-28.65-64-64-64s-64 28.65-64 64c0 33.98 26.56 61.5 60.02 63.6l17.25 34.5C145.68 202.44 125.15 264 108 264c-6.94 0-11.34-5.03-21.94-21.17C74.88 225.78 57.96 200 24 200c-13.25 0-24 10.75-24 24s10.75 24 24 24c6.94 0 11.34 5.03 21.94 21.17C57.13 286.22 74.05 312 108 312c18.29 0 31.53-7.55 41.7-17.11 1.95 2.79 4.14 5.66 6.38 8.57-10.51 13.33-14.62 29.5-17.95 42.65-5.06 20-7.77 26.28-15.89 29.38-8.11 3.06-14.33.17-31.41-11.36-18.03-12.2-42.72-28.92-75.37-16.45-12.39 4.72-18.59 18.58-13.87 30.97 4.72 12.41 18.61 18.61 30.97 13.88 8.16-3.09 14.34-.19 31.39 11.36 13.55 9.16 30.83 20.86 52.42 20.84 7.17 0 14.83-1.28 22.97-4.39 32.66-12.44 39.98-41.33 45.33-62.44 2.21-8.72 3.99-14.49 5.95-18.87 16.62 13.61 36.95 25.88 61.64 34.17-9.96 37-32.18 90.8-60.26 90.8-13.25 0-24 10.75-24 24s10.75 24 24 24c66.74 0 97.05-88.63 107.42-129.14 6.69.6 13.42 1.14 20.58 1.14s13.89-.54 20.58-1.14C350.95 423.37 381.26 512 448 512c13.25 0 24-10.75 24-24s-10.75-24-24-24c-27.94 0-50.21-53.81-60.22-90.81 24.69-8.29 45-20.56 61.62-34.16 1.96 4.38 3.74 10.15 5.95 18.87 5.34 21.11 12.67 50 45.33 62.44 8.14 3.11 15.8 4.39 22.97 4.39 21.59 0 38.87-11.69 52.42-20.84 17.05-11.55 23.28-14.45 31.39-11.36 12.39 4.75 26.27-1.47 30.97-13.88 4.71-12.4-1.49-26.26-13.89-30.98zM448 48c8.82 0 16 7.18 16 16s-7.18 16-16 16-16-7.18-16-16 7.18-16 16-16zm-256 0c8.82 0 16 7.18 16 16s-7.18 16-16 16-16-7.18-16-16 7.18-16 16-16z\"],\n \"paste\": [448, 512, [], \"f0ea\", \"M128 184c0-30.879 25.122-56 56-56h136V56c0-13.255-10.745-24-24-24h-80.61C204.306 12.89 183.637 0 160 0s-44.306 12.89-55.39 32H24C10.745 32 0 42.745 0 56v336c0 13.255 10.745 24 24 24h104V184zm32-144c13.255 0 24 10.745 24 24s-10.745 24-24 24-24-10.745-24-24 10.745-24 24-24zm184 248h104v200c0 13.255-10.745 24-24 24H184c-13.255 0-24-10.745-24-24V184c0-13.255 10.745-24 24-24h136v104c0 13.2 10.8 24 24 24zm104-38.059V256h-96v-96h6.059a24 24 0 0 1 16.97 7.029l65.941 65.941a24.002 24.002 0 0 1 7.03 16.971z\"],\n \"pause\": [448, 512, [], \"f04c\", \"M144 479H48c-26.5 0-48-21.5-48-48V79c0-26.5 21.5-48 48-48h96c26.5 0 48 21.5 48 48v352c0 26.5-21.5 48-48 48zm304-48V79c0-26.5-21.5-48-48-48h-96c-26.5 0-48 21.5-48 48v352c0 26.5 21.5 48 48 48h96c26.5 0 48-21.5 48-48z\"],\n \"pause-circle\": [512, 512, [], \"f28b\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm-16 328c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v160zm112 0c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v160z\"],\n \"paw\": [512, 512, [], \"f1b0\", \"M256 224c-79.41 0-192 122.76-192 200.25 0 34.9 26.81 55.75 71.74 55.75 48.84 0 81.09-25.08 120.26-25.08 39.51 0 71.85 25.08 120.26 25.08 44.93 0 71.74-20.85 71.74-55.75C448 346.76 335.41 224 256 224zm-147.28-12.61c-10.4-34.65-42.44-57.09-71.56-50.13-29.12 6.96-44.29 40.69-33.89 75.34 10.4 34.65 42.44 57.09 71.56 50.13 29.12-6.96 44.29-40.69 33.89-75.34zm84.72-20.78c30.94-8.14 46.42-49.94 34.58-93.36s-46.52-72.01-77.46-63.87-46.42 49.94-34.58 93.36c11.84 43.42 46.53 72.02 77.46 63.87zm281.39-29.34c-29.12-6.96-61.15 15.48-71.56 50.13-10.4 34.65 4.77 68.38 33.89 75.34 29.12 6.96 61.15-15.48 71.56-50.13 10.4-34.65-4.77-68.38-33.89-75.34zm-156.27 29.34c30.94 8.14 65.62-20.45 77.46-63.87 11.84-43.42-3.64-85.21-34.58-93.36s-65.62 20.45-77.46 63.87c-11.84 43.42 3.64 85.22 34.58 93.36z\"],\n \"peace\": [496, 512, [], \"f67c\", \"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm184 248c0 31.93-8.2 61.97-22.57 88.17L280 240.63V74.97c86.23 15.21 152 90.5 152 181.03zM216 437.03c-33.86-5.97-64.49-21.2-89.29-43.02L216 322.57v114.46zm64-114.46L369.29 394c-24.8 21.82-55.43 37.05-89.29 43.02V322.57zm-64-247.6v165.66L86.57 344.17C72.2 317.97 64 287.93 64 256c0-90.53 65.77-165.82 152-181.03z\"],\n \"pen\": [512, 512, [], \"f304\", \"M290.74 93.24l128.02 128.02-277.99 277.99-114.14 12.6C11.35 513.54-1.56 500.62.14 485.34l12.7-114.22 277.9-277.88zm207.2-19.06l-60.11-60.11c-18.75-18.75-49.16-18.75-67.91 0l-56.55 56.55 128.02 128.02 56.55-56.55c18.75-18.76 18.75-49.16 0-67.91z\"],\n \"pen-alt\": [512, 512, [], \"f305\", \"M497.94 74.17l-60.11-60.11c-18.75-18.75-49.16-18.75-67.91 0l-56.55 56.55 128.02 128.02 56.55-56.55c18.75-18.75 18.75-49.15 0-67.91zm-246.8-20.53c-15.62-15.62-40.94-15.62-56.56 0L75.8 172.43c-6.25 6.25-6.25 16.38 0 22.62l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0l101.82-101.82 22.63 22.62L93.95 290.03A327.038 327.038 0 0 0 .17 485.11l-.03.23c-1.7 15.28 11.21 28.2 26.49 26.51a327.02 327.02 0 0 0 195.34-93.8l196.79-196.79-82.77-82.77-84.85-84.85z\"],\n \"pen-fancy\": [512, 512, [], \"f5ac\", \"M79.18 282.94a32.005 32.005 0 0 0-20.24 20.24L0 480l4.69 4.69 92.89-92.89c-.66-2.56-1.57-5.03-1.57-7.8 0-17.67 14.33-32 32-32s32 14.33 32 32-14.33 32-32 32c-2.77 0-5.24-.91-7.8-1.57l-92.89 92.89L32 512l176.82-58.94a31.983 31.983 0 0 0 20.24-20.24l33.07-84.07-98.88-98.88-84.07 33.07zM369.25 28.32L186.14 227.81l97.85 97.85 199.49-183.11C568.4 67.48 443.73-55.94 369.25 28.32z\"],\n \"pen-nib\": [512, 512, [], \"f5ad\", \"M136.6 138.79a64.003 64.003 0 0 0-43.31 41.35L0 460l14.69 14.69L164.8 324.58c-2.99-6.26-4.8-13.18-4.8-20.58 0-26.51 21.49-48 48-48s48 21.49 48 48-21.49 48-48 48c-7.4 0-14.32-1.81-20.58-4.8L37.31 497.31 52 512l279.86-93.29a64.003 64.003 0 0 0 41.35-43.31L416 224 288 96l-151.4 42.79zm361.34-64.62l-60.11-60.11c-18.75-18.75-49.16-18.75-67.91 0l-56.55 56.55 128.02 128.02 56.55-56.55c18.75-18.75 18.75-49.15 0-67.91z\"],\n \"pen-square\": [448, 512, [], \"f14b\", \"M400 480H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48v352c0 26.5-21.5 48-48 48zM238.1 177.9L102.4 313.6l-6.3 57.1c-.8 7.6 5.6 14.1 13.3 13.3l57.1-6.3L302.2 242c2.3-2.3 2.3-6.1 0-8.5L246.7 178c-2.5-2.4-6.3-2.4-8.6-.1zM345 165.1L314.9 135c-9.4-9.4-24.6-9.4-33.9 0l-23.1 23.1c-2.3 2.3-2.3 6.1 0 8.5l55.5 55.5c2.3 2.3 6.1 2.3 8.5 0L345 199c9.3-9.3 9.3-24.5 0-33.9z\"],\n \"pencil-alt\": [512, 512, [], \"f303\", \"M497.9 142.1l-46.1 46.1c-4.7 4.7-12.3 4.7-17 0l-111-111c-4.7-4.7-4.7-12.3 0-17l46.1-46.1c18.7-18.7 49.1-18.7 67.9 0l60.1 60.1c18.8 18.7 18.8 49.1 0 67.9zM284.2 99.8L21.6 362.4.4 483.9c-2.9 16.4 11.4 30.6 27.8 27.8l121.5-21.3 262.6-262.6c4.7-4.7 4.7-12.3 0-17l-111-111c-4.8-4.7-12.4-4.7-17.1 0zM124.1 339.9c-5.5-5.5-5.5-14.3 0-19.8l154-154c5.5-5.5 14.3-5.5 19.8 0s5.5 14.3 0 19.8l-154 154c-5.5 5.5-14.3 5.5-19.8 0zM88 424h48v36.3l-64.5 11.3-31.1-31.1L51.7 376H88v48z\"],\n \"pencil-ruler\": [512, 512, [], \"f5ae\", \"M109.46 244.04l134.58-134.56-44.12-44.12-61.68 61.68a7.919 7.919 0 0 1-11.21 0l-11.21-11.21c-3.1-3.1-3.1-8.12 0-11.21l61.68-61.68-33.64-33.65C131.47-3.1 111.39-3.1 99 9.29L9.29 99c-12.38 12.39-12.39 32.47 0 44.86l100.17 100.18zm388.47-116.8c18.76-18.76 18.75-49.17 0-67.93l-45.25-45.25c-18.76-18.76-49.18-18.76-67.95 0l-46.02 46.01 113.2 113.2 46.02-46.03zM316.08 82.71l-297 296.96L.32 487.11c-2.53 14.49 10.09 27.11 24.59 24.56l107.45-18.84L429.28 195.9 316.08 82.71zm186.63 285.43l-33.64-33.64-61.68 61.68c-3.1 3.1-8.12 3.1-11.21 0l-11.21-11.21c-3.09-3.1-3.09-8.12 0-11.21l61.68-61.68-44.14-44.14L267.93 402.5l100.21 100.2c12.39 12.39 32.47 12.39 44.86 0l89.71-89.7c12.39-12.39 12.39-32.47 0-44.86z\"],\n \"people-arrows\": [576, 512, [], \"f968\", \"M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z\"],\n \"people-carry\": [640, 512, [], \"f4ce\", \"M128 96c26.5 0 48-21.5 48-48S154.5 0 128 0 80 21.5 80 48s21.5 48 48 48zm384 0c26.5 0 48-21.5 48-48S538.5 0 512 0s-48 21.5-48 48 21.5 48 48 48zm125.7 372.1l-44-110-41.1 46.4-2 18.2 27.7 69.2c5 12.5 17 20.1 29.7 20.1 4 0 8-.7 11.9-2.3 16.4-6.6 24.4-25.2 17.8-41.6zm-34.2-209.8L585 178.1c-4.6-20-18.6-36.8-37.5-44.9-18.5-8-39-6.7-56.1 3.3-22.7 13.4-39.7 34.5-48.1 59.4L432 229.8 416 240v-96c0-8.8-7.2-16-16-16H240c-8.8 0-16 7.2-16 16v96l-16.1-10.2-11.3-33.9c-8.3-25-25.4-46-48.1-59.4-17.2-10-37.6-11.3-56.1-3.3-18.9 8.1-32.9 24.9-37.5 44.9l-18.4 80.2c-4.6 20 .7 41.2 14.4 56.7l67.2 75.9 10.1 92.6C130 499.8 143.8 512 160 512c1.2 0 2.3-.1 3.5-.2 17.6-1.9 30.2-17.7 28.3-35.3l-10.1-92.8c-1.5-13-6.9-25.1-15.6-35l-43.3-49 17.6-70.3 6.8 20.4c4.1 12.5 11.9 23.4 24.5 32.6l51.1 32.5c4.6 2.9 12.1 4.6 17.2 5h160c5.1-.4 12.6-2.1 17.2-5l51.1-32.5c12.6-9.2 20.4-20 24.5-32.6l6.8-20.4 17.6 70.3-43.3 49c-8.7 9.9-14.1 22-15.6 35l-10.1 92.8c-1.9 17.6 10.8 33.4 28.3 35.3 1.2.1 2.3.2 3.5.2 16.1 0 30-12.1 31.8-28.5l10.1-92.6 67.2-75.9c13.6-15.5 19-36.7 14.4-56.7zM46.3 358.1l-44 110c-6.6 16.4 1.4 35 17.8 41.6 16.8 6.6 35.1-1.7 41.6-17.8l27.7-69.2-2-18.2-41.1-46.4z\"],\n \"pepper-hot\": [512, 512, [], \"f816\", \"M330.67 263.12V173.4l-52.75-24.22C219.44 218.76 197.58 400 56 400a56 56 0 0 0 0 112c212.64 0 370.65-122.87 419.18-210.34l-37.05-38.54zm131.09-128.37C493.92 74.91 477.18 26.48 458.62 3a8 8 0 0 0-11.93-.59l-22.9 23a8.06 8.06 0 0 0-.89 10.23c6.86 10.36 17.05 35.1-1.4 72.32A142.85 142.85 0 0 0 364.34 96c-28 0-54 8.54-76.34 22.59l74.67 34.29v78.24h89.09L506.44 288c3.26-12.62 5.56-25.63 5.56-39.31a154 154 0 0 0-50.24-113.94z\"],\n \"percent\": [448, 512, [], \"f295\", \"M112 224c61.9 0 112-50.1 112-112S173.9 0 112 0 0 50.1 0 112s50.1 112 112 112zm0-160c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zm224 224c-61.9 0-112 50.1-112 112s50.1 112 112 112 112-50.1 112-112-50.1-112-112-112zm0 160c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zM392.3.2l31.6-.1c19.4-.1 30.9 21.8 19.7 37.8L77.4 501.6a23.95 23.95 0 0 1-19.6 10.2l-33.4.1c-19.5 0-30.9-21.9-19.7-37.8l368-463.7C377.2 4 384.5.2 392.3.2z\"],\n \"percentage\": [384, 512, [], \"f541\", \"M109.25 173.25c24.99-24.99 24.99-65.52 0-90.51-24.99-24.99-65.52-24.99-90.51 0-24.99 24.99-24.99 65.52 0 90.51 25 25 65.52 25 90.51 0zm256 165.49c-24.99-24.99-65.52-24.99-90.51 0-24.99 24.99-24.99 65.52 0 90.51 24.99 24.99 65.52 24.99 90.51 0 25-24.99 25-65.51 0-90.51zm-1.94-231.43l-22.62-22.62c-12.5-12.5-32.76-12.5-45.25 0L20.69 359.44c-12.5 12.5-12.5 32.76 0 45.25l22.62 22.62c12.5 12.5 32.76 12.5 45.25 0l274.75-274.75c12.5-12.49 12.5-32.75 0-45.25z\"],\n \"person-booth\": [576, 512, [], \"f756\", \"M192 496c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320h-64v176zm32-272h-50.9l-45.2-45.3C115.8 166.6 99.7 160 82.7 160H64c-17.1 0-33.2 6.7-45.3 18.8C6.7 190.9 0 207 0 224.1L.2 320 0 480c0 17.7 14.3 32 31.9 32 17.6 0 32-14.3 32-32l.1-100.7c.9.5 1.6 1.3 2.5 1.7l29.1 43v56c0 17.7 14.3 32 32 32s32-14.3 32-32v-56.5c0-9.9-2.3-19.8-6.7-28.6l-41.2-61.3V253l20.9 20.9c9.1 9.1 21.1 14.1 33.9 14.1H224c17.7 0 32-14.3 32-32s-14.3-32-32-32zM64 128c26.5 0 48-21.5 48-48S90.5 32 64 32 16 53.5 16 80s21.5 48 48 48zm224-96l31.5 223.1-30.9 154.6c-4.3 21.6 13 38.3 31.4 38.3 15.2 0 28-9.1 32.3-30.4.9 16.9 14.6 30.4 31.7 30.4 17.7 0 32-14.3 32-32 0 17.7 14.3 32 32 32s32-14.3 32-32V0H288v32zm-96 0v160h64V0h-32c-17.7 0-32 14.3-32 32zM544 0h-32v496c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V32c0-17.7-14.3-32-32-32z\"],\n \"phone\": [512, 512, [], \"f095\", \"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"],\n \"phone-alt\": [512, 512, [], \"f879\", \"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"],\n \"phone-slash\": [640, 512, [], \"f3dd\", \"M268.2 381.4l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48c-10.7 4.6-16.5 16.1-13.9 27.5l24 104c2.5 10.8 12.1 18.6 23.4 18.6 100.7 0 193.7-32.4 269.7-86.9l-80-61.8c-10.9 6.5-22.1 12.7-33.6 18.1zm365.6 76.7L475.1 335.5C537.9 256.4 576 156.9 576 48c0-11.2-7.7-20.9-18.6-23.4l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-12.2 26.1-27.9 50.3-46 72.8L45.5 3.4C38.5-2 28.5-.8 23 6.2L3.4 31.4c-5.4 7-4.2 17 2.8 22.4l588.4 454.7c7 5.4 17 4.2 22.5-2.8l19.6-25.3c5.4-6.8 4.1-16.9-2.9-22.3z\"],\n \"phone-square\": [448, 512, [], \"f098\", \"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM94 416c-7.033 0-13.057-4.873-14.616-11.627l-14.998-65a15 15 0 0 1 8.707-17.16l69.998-29.999a15 15 0 0 1 17.518 4.289l30.997 37.885c48.944-22.963 88.297-62.858 110.781-110.78l-37.886-30.997a15.001 15.001 0 0 1-4.289-17.518l30-69.998a15 15 0 0 1 17.16-8.707l65 14.998A14.997 14.997 0 0 1 384 126c0 160.292-129.945 290-290 290z\"],\n \"phone-square-alt\": [448, 512, [], \"f87b\", \"M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h352a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48zm-16.39 307.37l-15 65A15 15 0 0 1 354 416C194 416 64 286.29 64 126a15.7 15.7 0 0 1 11.63-14.61l65-15A18.23 18.23 0 0 1 144 96a16.27 16.27 0 0 1 13.79 9.09l30 70A17.9 17.9 0 0 1 189 181a17 17 0 0 1-5.5 11.61l-37.89 31a231.91 231.91 0 0 0 110.78 110.78l31-37.89A17 17 0 0 1 299 291a17.85 17.85 0 0 1 5.91 1.21l70 30A16.25 16.25 0 0 1 384 336a17.41 17.41 0 0 1-.39 3.37z\"],\n \"phone-volume\": [384, 512, [], \"f2a0\", \"M97.333 506.966c-129.874-129.874-129.681-340.252 0-469.933 5.698-5.698 14.527-6.632 21.263-2.422l64.817 40.513a17.187 17.187 0 0 1 6.849 20.958l-32.408 81.021a17.188 17.188 0 0 1-17.669 10.719l-55.81-5.58c-21.051 58.261-20.612 122.471 0 179.515l55.811-5.581a17.188 17.188 0 0 1 17.669 10.719l32.408 81.022a17.188 17.188 0 0 1-6.849 20.958l-64.817 40.513a17.19 17.19 0 0 1-21.264-2.422zM247.126 95.473c11.832 20.047 11.832 45.008 0 65.055-3.95 6.693-13.108 7.959-18.718 2.581l-5.975-5.726c-3.911-3.748-4.793-9.622-2.261-14.41a32.063 32.063 0 0 0 0-29.945c-2.533-4.788-1.65-10.662 2.261-14.41l5.975-5.726c5.61-5.378 14.768-4.112 18.718 2.581zm91.787-91.187c60.14 71.604 60.092 175.882 0 247.428-4.474 5.327-12.53 5.746-17.552.933l-5.798-5.557c-4.56-4.371-4.977-11.529-.93-16.379 49.687-59.538 49.646-145.933 0-205.422-4.047-4.85-3.631-12.008.93-16.379l5.798-5.557c5.022-4.813 13.078-4.394 17.552.933zm-45.972 44.941c36.05 46.322 36.108 111.149 0 157.546-4.39 5.641-12.697 6.251-17.856 1.304l-5.818-5.579c-4.4-4.219-4.998-11.095-1.285-15.931 26.536-34.564 26.534-82.572 0-117.134-3.713-4.836-3.115-11.711 1.285-15.931l5.818-5.579c5.159-4.947 13.466-4.337 17.856 1.304z\"],\n \"photo-video\": [640, 512, [], \"f87c\", \"M608 0H160a32 32 0 0 0-32 32v96h160V64h192v320h128a32 32 0 0 0 32-32V32a32 32 0 0 0-32-32zM232 103a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9V73a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm352 208a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9v-30a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm0-104a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9v-30a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm0-104a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9V73a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm-168 57H32a32 32 0 0 0-32 32v288a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V192a32 32 0 0 0-32-32zM96 224a32 32 0 1 1-32 32 32 32 0 0 1 32-32zm288 224H64v-32l64-64 32 32 128-128 96 96z\"],\n \"piggy-bank\": [576, 512, [], \"f4d3\", \"M560 224h-29.5c-8.8-20-21.6-37.7-37.4-52.5L512 96h-32c-29.4 0-55.4 13.5-73 34.3-7.6-1.1-15.1-2.3-23-2.3H256c-77.4 0-141.9 55-156.8 128H56c-14.8 0-26.5-13.5-23.5-28.8C34.7 215.8 45.4 208 57 208h1c3.3 0 6-2.7 6-6v-20c0-3.3-2.7-6-6-6-28.5 0-53.9 20.4-57.5 48.6C-3.9 258.8 22.7 288 56 288h40c0 52.2 25.4 98.1 64 127.3V496c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16v-48h128v48c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16v-80.7c11.8-8.9 22.3-19.4 31.3-31.3H560c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16zm-128 64c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zM256 96h128c5.4 0 10.7.4 15.9.8 0-.3.1-.5.1-.8 0-53-43-96-96-96s-96 43-96 96c0 2.1.5 4.1.6 6.2 15.2-3.9 31-6.2 47.4-6.2z\"],\n \"pills\": [576, 512, [], \"f484\", \"M112 32C50.1 32 0 82.1 0 144v224c0 61.9 50.1 112 112 112s112-50.1 112-112V144c0-61.9-50.1-112-112-112zm48 224H64V144c0-26.5 21.5-48 48-48s48 21.5 48 48v112zm139.7-29.7c-3.5-3.5-9.4-3.1-12.3.8-45.3 62.5-40.4 150.1 15.9 206.4 56.3 56.3 143.9 61.2 206.4 15.9 4-2.9 4.3-8.8.8-12.3L299.7 226.3zm229.8-19c-56.3-56.3-143.9-61.2-206.4-15.9-4 2.9-4.3 8.8-.8 12.3l210.8 210.8c3.5 3.5 9.4 3.1 12.3-.8 45.3-62.6 40.5-150.1-15.9-206.4z\"],\n \"pizza-slice\": [512, 512, [], \"f818\", \"M158.87.15c-16.16-1.52-31.2 8.42-35.33 24.12l-14.81 56.27c187.62 5.49 314.54 130.61 322.48 317l56.94-15.78c15.72-4.36 25.49-19.68 23.62-35.9C490.89 165.08 340.78 17.32 158.87.15zm-58.47 112L.55 491.64a16.21 16.21 0 0 0 20 19.75l379-105.1c-4.27-174.89-123.08-292.14-299.15-294.1zM128 416a32 32 0 1 1 32-32 32 32 0 0 1-32 32zm48-152a32 32 0 1 1 32-32 32 32 0 0 1-32 32zm104 104a32 32 0 1 1 32-32 32 32 0 0 1-32 32z\"],\n \"place-of-worship\": [640, 512, [], \"f67f\", \"M620.61 366.55L512 320v192h112c8.84 0 16-7.16 16-16V395.96a32 32 0 0 0-19.39-29.41zM0 395.96V496c0 8.84 7.16 16 16 16h112V320L19.39 366.55A32 32 0 0 0 0 395.96zm464.46-149.28L416 217.6V102.63c0-8.49-3.37-16.62-9.38-22.63L331.31 4.69c-6.25-6.25-16.38-6.25-22.62 0L233.38 80c-6 6-9.38 14.14-9.38 22.63V217.6l-48.46 29.08A31.997 31.997 0 0 0 160 274.12V512h96v-96c0-35.35 28.66-64 64-64s64 28.65 64 64v96h96V274.12c0-11.24-5.9-21.66-15.54-27.44z\"],\n \"plane\": [576, 512, [], \"f072\", \"M480 192H365.71L260.61 8.06A16.014 16.014 0 0 0 246.71 0h-65.5c-10.63 0-18.3 10.17-15.38 20.39L214.86 192H112l-43.2-57.6c-3.02-4.03-7.77-6.4-12.8-6.4H16.01C5.6 128-2.04 137.78.49 147.88L32 256 .49 364.12C-2.04 374.22 5.6 384 16.01 384H56c5.04 0 9.78-2.37 12.8-6.4L112 320h102.86l-49.03 171.6c-2.92 10.22 4.75 20.4 15.38 20.4h65.5c5.74 0 11.04-3.08 13.89-8.06L365.71 320H480c35.35 0 96-28.65 96-64s-60.65-64-96-64z\"],\n \"plane-arrival\": [640, 512, [], \"f5af\", \"M624 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM44.81 205.66l88.74 80a62.607 62.607 0 0 0 25.47 13.93l287.6 78.35c26.48 7.21 54.56 8.72 81 1.36 29.67-8.27 43.44-21.21 47.25-35.71 3.83-14.5-1.73-32.71-23.37-54.96-19.28-19.82-44.35-32.79-70.83-40l-97.51-26.56L282.8 30.22c-1.51-5.81-5.95-10.35-11.66-11.91L206.05.58c-10.56-2.88-20.9 5.32-20.71 16.44l47.92 164.21-102.2-27.84-27.59-67.88c-1.93-4.89-6.01-8.57-11.02-9.93L52.72 64.75c-10.34-2.82-20.53 5-20.72 15.88l.23 101.78c.19 8.91 6.03 17.34 12.58 23.25z\"],\n \"plane-departure\": [640, 512, [], \"f5b0\", \"M624 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM80.55 341.27c6.28 6.84 15.1 10.72 24.33 10.71l130.54-.18a65.62 65.62 0 0 0 29.64-7.12l290.96-147.65c26.74-13.57 50.71-32.94 67.02-58.31 18.31-28.48 20.3-49.09 13.07-63.65-7.21-14.57-24.74-25.27-58.25-27.45-29.85-1.94-59.54 5.92-86.28 19.48l-98.51 49.99-218.7-82.06a17.799 17.799 0 0 0-18-1.11L90.62 67.29c-10.67 5.41-13.25 19.65-5.17 28.53l156.22 98.1-103.21 52.38-72.35-36.47a17.804 17.804 0 0 0-16.07.02L9.91 230.22c-10.44 5.3-13.19 19.12-5.57 28.08l76.21 82.97z\"],\n \"plane-slash\": [640, 512, [], \"f969\", \"M32.48,147.88,64,256,32.48,364.13A16,16,0,0,0,48,384H88a16,16,0,0,0,12.8-6.41L144,320H246.85l-49,171.59A16,16,0,0,0,213.2,512h65.5a16,16,0,0,0,13.89-8.06l66.6-116.54L34.35,136.34A15.47,15.47,0,0,0,32.48,147.88ZM633.82,458.09,455.14,320H512c35.34,0,96-28.66,96-64s-60.66-64-96-64H397.7L292.61,8.06C290.06,3.61,283.84,0,278.71,0H213.2a16,16,0,0,0-15.38,20.39l36.94,129.29L45.46,3.38A16,16,0,0,0,23,6.19L3.37,31.45A16,16,0,0,0,6.18,53.91L594.54,508.63A16,16,0,0,0,617,505.81l19.64-25.26A16,16,0,0,0,633.82,458.09Z\"],\n \"play\": [448, 512, [], \"f04b\", \"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"],\n \"play-circle\": [512, 512, [], \"f144\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"],\n \"plug\": [384, 512, [], \"f1e6\", \"M320,32a32,32,0,0,0-64,0v96h64Zm48,128H16A16,16,0,0,0,0,176v32a16,16,0,0,0,16,16H32v32A160.07,160.07,0,0,0,160,412.8V512h64V412.8A160.07,160.07,0,0,0,352,256V224h16a16,16,0,0,0,16-16V176A16,16,0,0,0,368,160ZM128,32a32,32,0,0,0-64,0v96h64Z\"],\n \"plus\": [448, 512, [], \"f067\", \"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"],\n \"plus-circle\": [512, 512, [], \"f055\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm144 276c0 6.6-5.4 12-12 12h-92v92c0 6.6-5.4 12-12 12h-56c-6.6 0-12-5.4-12-12v-92h-92c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h92v-92c0-6.6 5.4-12 12-12h56c6.6 0 12 5.4 12 12v92h92c6.6 0 12 5.4 12 12v56z\"],\n \"plus-square\": [448, 512, [], \"f0fe\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-32 252c0 6.6-5.4 12-12 12h-92v92c0 6.6-5.4 12-12 12h-56c-6.6 0-12-5.4-12-12v-92H92c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h92v-92c0-6.6 5.4-12 12-12h56c6.6 0 12 5.4 12 12v92h92c6.6 0 12 5.4 12 12v56z\"],\n \"podcast\": [448, 512, [], \"f2ce\", \"M267.429 488.563C262.286 507.573 242.858 512 224 512c-18.857 0-38.286-4.427-43.428-23.437C172.927 460.134 160 388.898 160 355.75c0-35.156 31.142-43.75 64-43.75s64 8.594 64 43.75c0 32.949-12.871 104.179-20.571 132.813zM156.867 288.554c-18.693-18.308-29.958-44.173-28.784-72.599 2.054-49.724 42.395-89.956 92.124-91.881C274.862 121.958 320 165.807 320 220c0 26.827-11.064 51.116-28.866 68.552-2.675 2.62-2.401 6.986.628 9.187 9.312 6.765 16.46 15.343 21.234 25.363 1.741 3.654 6.497 4.66 9.449 1.891 28.826-27.043 46.553-65.783 45.511-108.565-1.855-76.206-63.595-138.208-139.793-140.369C146.869 73.753 80 139.215 80 220c0 41.361 17.532 78.7 45.55 104.989 2.953 2.771 7.711 1.77 9.453-1.887 4.774-10.021 11.923-18.598 21.235-25.363 3.029-2.2 3.304-6.566.629-9.185zM224 0C100.204 0 0 100.185 0 224c0 89.992 52.602 165.647 125.739 201.408 4.333 2.118 9.267-1.544 8.535-6.31-2.382-15.512-4.342-30.946-5.406-44.339-.146-1.836-1.149-3.486-2.678-4.512-47.4-31.806-78.564-86.016-78.187-147.347.592-96.237 79.29-174.648 175.529-174.899C320.793 47.747 400 126.797 400 224c0 61.932-32.158 116.49-80.65 147.867-.999 14.037-3.069 30.588-5.624 47.23-.732 4.767 4.203 8.429 8.535 6.31C395.227 389.727 448 314.187 448 224 448 100.205 347.815 0 224 0zm0 160c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64z\"],\n \"poll\": [448, 512, [], \"f681\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM160 368c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16V240c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v128zm96 0c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16V144c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v224zm96 0c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16v-64c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v64z\"],\n \"poll-h\": [448, 512, [], \"f682\", \"M448 432V80c0-26.5-21.5-48-48-48H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48zM112 192c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h128c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16H112zm0 96c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h224c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16H112zm0 96c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16h-64z\"],\n \"poo\": [512, 512, [], \"f2fe\", \"M451.4 369.1C468.7 356 480 335.4 480 312c0-39.8-32.2-72-72-72h-14.1c13.4-11.7 22.1-28.8 22.1-48 0-35.3-28.7-64-64-64h-5.9c3.6-10.1 5.9-20.7 5.9-32 0-53-43-96-96-96-5.2 0-10.2.7-15.1 1.5C250.3 14.6 256 30.6 256 48c0 44.2-35.8 80-80 80h-16c-35.3 0-64 28.7-64 64 0 19.2 8.7 36.3 22.1 48H104c-39.8 0-72 32.2-72 72 0 23.4 11.3 44 28.6 57.1C26.3 374.6 0 404.1 0 440c0 39.8 32.2 72 72 72h368c39.8 0 72-32.2 72-72 0-35.9-26.3-65.4-60.6-70.9zM192 256c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm159.5 139C341 422.9 293 448 256 448s-85-25.1-95.5-53c-2-5.3 2-11 7.8-11h175.4c5.8 0 9.8 5.7 7.8 11zM320 320c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"],\n \"poo-storm\": [448, 512, [], \"f75a\", \"M308 336h-57.7l17.3-64.9c2-7.6-3.7-15.1-11.6-15.1h-68c-6 0-11.1 4.5-11.9 10.4l-16 120c-1 7.2 4.6 13.6 11.9 13.6h59.3l-23 97.2c-1.8 7.6 4 14.8 11.7 14.8 4.2 0 8.2-2.2 10.4-6l88-152c4.6-8-1.2-18-10.4-18zm66.4-111.3c5.9-9.6 9.6-20.6 9.6-32.7 0-35.3-28.7-64-64-64h-5.9c3.6-10.1 5.9-20.7 5.9-32 0-53-43-96-96-96-5.2 0-10.2.7-15.1 1.5C218.3 14.6 224 30.6 224 48c0 44.2-35.8 80-80 80h-16c-35.3 0-64 28.7-64 64 0 12.1 3.7 23.1 9.6 32.7C32.6 228 0 262.2 0 304c0 44 36 80 80 80h48.3c.1-.6 0-1.2 0-1.8l16-120c3-21.8 21.7-38.2 43.7-38.2h68c13.8 0 26.5 6.3 34.9 17.2s11.2 24.8 7.6 38.1l-6.6 24.7h16c15.7 0 30.3 8.4 38.1 22 7.8 13.6 7.8 30.5 0 44l-8.1 14h30c44 0 80-36 80-80 .1-41.8-32.5-76-73.5-79.3z\"],\n \"poop\": [512, 512, [], \"f619\", \"M451.36 369.14C468.66 355.99 480 335.41 480 312c0-39.77-32.24-72-72-72h-14.07c13.42-11.73 22.07-28.78 22.07-48 0-35.35-28.65-64-64-64h-5.88c3.57-10.05 5.88-20.72 5.88-32 0-53.02-42.98-96-96-96-5.17 0-10.15.74-15.11 1.52C250.31 14.64 256 30.62 256 48c0 44.18-35.82 80-80 80h-16c-35.35 0-64 28.65-64 64 0 19.22 8.65 36.27 22.07 48H104c-39.76 0-72 32.23-72 72 0 23.41 11.34 43.99 28.64 57.14C26.31 374.62 0 404.12 0 440c0 39.76 32.24 72 72 72h368c39.76 0 72-32.24 72-72 0-35.88-26.31-65.38-60.64-70.86z\"],\n \"portrait\": [384, 512, [], \"f3e0\", \"M336 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM192 128c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm112 236.8c0 10.6-10 19.2-22.4 19.2H102.4C90 384 80 375.4 80 364.8v-19.2c0-31.8 30.1-57.6 67.2-57.6h5c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h5c37.1 0 67.2 25.8 67.2 57.6v19.2z\"],\n \"pound-sign\": [320, 512, [], \"f154\", \"M308 352h-45.495c-6.627 0-12 5.373-12 12v50.848H128V288h84c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-84v-63.556c0-32.266 24.562-57.086 61.792-57.086 23.658 0 45.878 11.505 57.652 18.849 5.151 3.213 11.888 2.051 15.688-2.685l28.493-35.513c4.233-5.276 3.279-13.005-2.119-17.081C273.124 54.56 236.576 32 187.931 32 106.026 32 48 84.742 48 157.961V224H20c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h28v128H12c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h296c6.627 0 12-5.373 12-12V364c0-6.627-5.373-12-12-12z\"],\n \"power-off\": [512, 512, [], \"f011\", \"M400 54.1c63 45 104 118.6 104 201.9 0 136.8-110.8 247.7-247.5 248C120 504.3 8.2 393 8 256.4 7.9 173.1 48.9 99.3 111.8 54.2c11.7-8.3 28-4.8 35 7.7L162.6 90c5.9 10.5 3.1 23.8-6.6 31-41.5 30.8-68 79.6-68 134.9-.1 92.3 74.5 168.1 168 168.1 91.6 0 168.6-74.2 168-169.1-.3-51.8-24.7-101.8-68.1-134-9.7-7.2-12.4-20.5-6.5-30.9l15.8-28.1c7-12.4 23.2-16.1 34.8-7.8zM296 264V24c0-13.3-10.7-24-24-24h-32c-13.3 0-24 10.7-24 24v240c0 13.3 10.7 24 24 24h32c13.3 0 24-10.7 24-24z\"],\n \"pray\": [384, 512, [], \"f683\", \"M256 128c35.35 0 64-28.65 64-64S291.35 0 256 0s-64 28.65-64 64 28.65 64 64 64zm-30.63 169.75c14.06 16.72 39 19.09 55.97 5.22l88-72.02c17.09-13.98 19.59-39.19 5.62-56.28-13.97-17.11-39.19-19.59-56.31-5.62l-57.44 47-38.91-46.31c-15.44-18.39-39.22-27.92-64-25.33-24.19 2.48-45.25 16.27-56.37 36.92l-49.37 92.03c-23.4 43.64-8.69 96.37 34.19 123.75L131.56 432H40c-22.09 0-40 17.91-40 40s17.91 40 40 40h208c34.08 0 53.77-42.79 28.28-68.28L166.42 333.86l34.8-64.87 24.15 28.76z\"],\n \"praying-hands\": [640, 512, [], \"f684\", \"M272 191.91c-17.6 0-32 14.4-32 32v80c0 8.84-7.16 16-16 16s-16-7.16-16-16v-76.55c0-17.39 4.72-34.47 13.69-49.39l77.75-129.59c9.09-15.16 4.19-34.81-10.97-43.91-14.45-8.67-32.72-4.3-42.3 9.21-.2.23-.62.21-.79.48l-117.26 175.9C117.56 205.9 112 224.31 112 243.29v80.23l-90.12 30.04A31.974 31.974 0 0 0 0 383.91v96c0 10.82 8.52 32 32 32 2.69 0 5.41-.34 8.06-1.03l179.19-46.62C269.16 449.99 304 403.8 304 351.91v-128c0-17.6-14.4-32-32-32zm346.12 161.73L528 323.6v-80.23c0-18.98-5.56-37.39-16.12-53.23L394.62 14.25c-.18-.27-.59-.24-.79-.48-9.58-13.51-27.85-17.88-42.3-9.21-15.16 9.09-20.06 28.75-10.97 43.91l77.75 129.59c8.97 14.92 13.69 32 13.69 49.39V304c0 8.84-7.16 16-16 16s-16-7.16-16-16v-80c0-17.6-14.4-32-32-32s-32 14.4-32 32v128c0 51.89 34.84 98.08 84.75 112.34l179.19 46.62c2.66.69 5.38 1.03 8.06 1.03 23.48 0 32-21.18 32-32v-96c0-13.77-8.81-25.99-21.88-30.35z\"],\n \"prescription\": [384, 512, [], \"f5b1\", \"M301.26 352l78.06-78.06c6.25-6.25 6.25-16.38 0-22.63l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0L256 306.74l-83.96-83.96C219.31 216.8 256 176.89 256 128c0-53.02-42.98-96-96-96H16C7.16 32 0 39.16 0 48v256c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-80h18.75l128 128-78.06 78.06c-6.25 6.25-6.25 16.38 0 22.63l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0L256 397.25l78.06 78.06c6.25 6.25 16.38 6.25 22.63 0l22.63-22.63c6.25-6.25 6.25-16.38 0-22.63L301.26 352zM64 96h96c17.64 0 32 14.36 32 32s-14.36 32-32 32H64V96z\"],\n \"prescription-bottle\": [384, 512, [], \"f485\", \"M32 192h120c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H32v64h120c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H32v64h120c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H32v64c0 17.6 14.4 32 32 32h256c17.6 0 32-14.4 32-32V128H32v64zM360 0H24C10.8 0 0 10.8 0 24v48c0 13.2 10.8 24 24 24h336c13.2 0 24-10.8 24-24V24c0-13.2-10.8-24-24-24z\"],\n \"prescription-bottle-alt\": [384, 512, [], \"f486\", \"M360 0H24C10.8 0 0 10.8 0 24v48c0 13.2 10.8 24 24 24h336c13.2 0 24-10.8 24-24V24c0-13.2-10.8-24-24-24zM32 480c0 17.6 14.4 32 32 32h256c17.6 0 32-14.4 32-32V128H32v352zm64-184c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48z\"],\n \"print\": [512, 512, [], \"f02f\", \"M448 192V77.25c0-8.49-3.37-16.62-9.37-22.63L393.37 9.37c-6-6-14.14-9.37-22.63-9.37H96C78.33 0 64 14.33 64 32v160c-35.35 0-64 28.65-64 64v112c0 8.84 7.16 16 16 16h48v96c0 17.67 14.33 32 32 32h320c17.67 0 32-14.33 32-32v-96h48c8.84 0 16-7.16 16-16V256c0-35.35-28.65-64-64-64zm-64 256H128v-96h256v96zm0-224H128V64h192v48c0 8.84 7.16 16 16 16h48v96zm48 72c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z\"],\n \"procedures\": [640, 512, [], \"f487\", \"M528 224H272c-8.8 0-16 7.2-16 16v144H64V144c0-8.8-7.2-16-16-16H16c-8.8 0-16 7.2-16 16v352c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48h512v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V336c0-61.9-50.1-112-112-112zM136 96h126.1l27.6 55.2c5.9 11.8 22.7 11.8 28.6 0L368 51.8 390.1 96H512c8.8 0 16-7.2 16-16s-7.2-16-16-16H409.9L382.3 8.8C376.4-3 359.6-3 353.7 8.8L304 108.2l-19.9-39.8c-1.4-2.7-4.1-4.4-7.2-4.4H136c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm24 256c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64z\"],\n \"project-diagram\": [640, 512, [], \"f542\", \"M384 320H256c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h128c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32zM192 32c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32v128c0 17.67 14.33 32 32 32h95.72l73.16 128.04C211.98 300.98 232.4 288 256 288h.28L192 175.51V128h224V64H192V32zM608 0H480c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h128c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32z\"],\n \"pump-medical\": [384, 512, [], \"f96a\", \"M235.51,159.82H84.24A64,64,0,0,0,20.51,218L.14,442a64,64,0,0,0,63.74,69.8h192A64,64,0,0,0,319.61,442L299.24,218A64,64,0,0,0,235.51,159.82Zm4.37,173.33a13.35,13.35,0,0,1-13.34,13.34h-40v40a13.33,13.33,0,0,1-13.33,13.33H146.54a13.33,13.33,0,0,1-13.33-13.33v-40h-40a13.34,13.34,0,0,1-13.33-13.34V306.49a13.33,13.33,0,0,1,13.33-13.34h40v-40a13.33,13.33,0,0,1,13.33-13.33h26.67a13.33,13.33,0,0,1,13.33,13.33v40h40a13.34,13.34,0,0,1,13.34,13.34ZM379.19,93.88,335.87,50.56a64,64,0,0,0-45.24-18.74H223.88a32,32,0,0,0-32-32h-64a32,32,0,0,0-32,32v96h128v-32h66.75l43.31,43.31a16,16,0,0,0,22.63,0l22.62-22.62A16,16,0,0,0,379.19,93.88Z\"],\n \"pump-soap\": [384, 512, [], \"f96b\", \"M235.63,160H84.37a64,64,0,0,0-63.74,58.21L.27,442.21A64,64,0,0,0,64,512H256a64,64,0,0,0,63.74-69.79l-20.36-224A64,64,0,0,0,235.63,160ZM160,416c-33.12,0-60-26.33-60-58.75,0-25,35.7-75.47,52-97.27A10,10,0,0,1,168,260c16.33,21.8,52,72.27,52,97.27C220,389.67,193.12,416,160,416ZM379.31,94.06,336,50.74A64,64,0,0,0,290.75,32H224A32,32,0,0,0,192,0H128A32,32,0,0,0,96,32v96H224V96h66.75l43.31,43.31a16,16,0,0,0,22.63,0l22.62-22.62A16,16,0,0,0,379.31,94.06Z\"],\n \"puzzle-piece\": [576, 512, [], \"f12e\", \"M519.442 288.651c-41.519 0-59.5 31.593-82.058 31.593C377.409 320.244 432 144 432 144s-196.288 80-196.288-3.297c0-35.827 36.288-46.25 36.288-85.985C272 19.216 243.885 0 210.539 0c-34.654 0-66.366 18.891-66.366 56.346 0 41.364 31.711 59.277 31.711 81.75C175.885 207.719 0 166.758 0 166.758v333.237s178.635 41.047 178.635-28.662c0-22.473-40-40.107-40-81.471 0-37.456 29.25-56.346 63.577-56.346 33.673 0 61.788 19.216 61.788 54.717 0 39.735-36.288 50.158-36.288 85.985 0 60.803 129.675 25.73 181.23 25.73 0 0-34.725-120.101 25.827-120.101 35.962 0 46.423 36.152 86.308 36.152C556.712 416 576 387.99 576 354.443c0-34.199-18.962-65.792-56.558-65.792z\"],\n \"qrcode\": [448, 512, [], \"f029\", \"M0 224h192V32H0v192zM64 96h64v64H64V96zm192-64v192h192V32H256zm128 128h-64V96h64v64zM0 480h192V288H0v192zm64-128h64v64H64v-64zm352-64h32v128h-96v-32h-32v96h-64V288h96v32h64v-32zm0 160h32v32h-32v-32zm-64 0h32v32h-32v-32z\"],\n \"question\": [384, 512, [], \"f128\", \"M202.021 0C122.202 0 70.503 32.703 29.914 91.026c-7.363 10.58-5.093 25.086 5.178 32.874l43.138 32.709c10.373 7.865 25.132 6.026 33.253-4.148 25.049-31.381 43.63-49.449 82.757-49.449 30.764 0 68.816 19.799 68.816 49.631 0 22.552-18.617 34.134-48.993 51.164-35.423 19.86-82.299 44.576-82.299 106.405V320c0 13.255 10.745 24 24 24h72.471c13.255 0 24-10.745 24-24v-5.773c0-42.86 125.268-44.645 125.268-160.627C377.504 66.256 286.902 0 202.021 0zM192 373.459c-38.196 0-69.271 31.075-69.271 69.271 0 38.195 31.075 69.27 69.271 69.27s69.271-31.075 69.271-69.271-31.075-69.27-69.271-69.27z\"],\n \"question-circle\": [512, 512, [], \"f059\", \"M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zM262.655 90c-54.497 0-89.255 22.957-116.549 63.758-3.536 5.286-2.353 12.415 2.715 16.258l34.699 26.31c5.205 3.947 12.621 3.008 16.665-2.122 17.864-22.658 30.113-35.797 57.303-35.797 20.429 0 45.698 13.148 45.698 32.958 0 14.976-12.363 22.667-32.534 33.976C247.128 238.528 216 254.941 216 296v4c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12v-1.333c0-28.462 83.186-29.647 83.186-106.667 0-58.002-60.165-102-116.531-102zM256 338c-25.365 0-46 20.635-46 46 0 25.364 20.635 46 46 46s46-20.636 46-46c0-25.365-20.635-46-46-46z\"],\n \"quidditch\": [640, 512, [], \"f458\", \"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"],\n \"quote-left\": [512, 512, [], \"f10d\", \"M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z\"],\n \"quote-right\": [512, 512, [], \"f10e\", \"M464 32H336c-26.5 0-48 21.5-48 48v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48zm-288 0H48C21.5 32 0 53.5 0 80v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48z\"],\n \"quran\": [448, 512, [], \"f687\", \"M448 358.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16c0-6.4-3.2-12.8-9.6-19.2-3.2-16-3.2-60.8 0-73.6 6.4-3.2 9.6-9.6 9.6-19.2zM301.08 145.82c.6-1.21 1.76-1.82 2.92-1.82s2.32.61 2.92 1.82l11.18 22.65 25 3.63c2.67.39 3.74 3.67 1.81 5.56l-18.09 17.63 4.27 24.89c.36 2.11-1.31 3.82-3.21 3.82-.5 0-1.02-.12-1.52-.38L304 211.87l-22.36 11.75c-.5.26-1.02.38-1.52.38-1.9 0-3.57-1.71-3.21-3.82l4.27-24.89-18.09-17.63c-1.94-1.89-.87-5.17 1.81-5.56l24.99-3.63 11.19-22.65zm-57.89-69.01c13.67 0 27.26 2.49 40.38 7.41a6.775 6.775 0 1 1-2.38 13.12c-.67 0-3.09-.21-4.13-.21-52.31 0-94.86 42.55-94.86 94.86 0 52.3 42.55 94.86 94.86 94.86 1.03 0 3.48-.21 4.13-.21 3.93 0 6.8 3.14 6.8 6.78 0 2.98-1.94 5.51-4.62 6.42-13.07 4.87-26.59 7.34-40.19 7.34C179.67 307.19 128 255.51 128 192c0-63.52 51.67-115.19 115.19-115.19zM380.8 448H96c-19.2 0-32-12.8-32-32s16-32 32-32h284.8v64z\"],\n \"radiation\": [496, 512, [], \"f7b9\", \"M328.2 255.8h151.6c9.1 0 16.8-7.7 16.2-16.8-5.1-75.8-44.4-142.2-102.5-184.2-7.4-5.3-17.9-2.9-22.7 4.8L290.4 188c22.6 14.3 37.8 39.2 37.8 67.8zm-37.8 67.7c-12.3 7.7-26.8 12.4-42.4 12.4-15.6 0-30-4.7-42.4-12.4L125.2 452c-4.8 7.7-2.4 18.1 5.6 22.4C165.7 493.2 205.6 504 248 504s82.3-10.8 117.2-29.6c8-4.3 10.4-14.8 5.6-22.4l-80.4-128.5zM248 303.8c26.5 0 48-21.5 48-48s-21.5-48-48-48-48 21.5-48 48 21.5 48 48 48zm-231.8-48h151.6c0-28.6 15.2-53.5 37.8-67.7L125.2 59.7c-4.8-7.7-15.3-10.2-22.7-4.8C44.4 96.9 5.1 163.3 0 239.1c-.6 9 7.1 16.7 16.2 16.7z\"],\n \"radiation-alt\": [496, 512, [], \"f7ba\", \"M312 256h79.1c9.2 0 16.9-7.7 16-16.8-4.6-43.6-27-81.8-59.5-107.8-7.6-6.1-18.8-4.5-24 3.8L281.9 202c18 11.2 30.1 31.2 30.1 54zm-97.8 54.1L172.4 377c-4.9 7.8-2.4 18.4 5.8 22.5 21.1 10.4 44.7 16.5 69.8 16.5s48.7-6.1 69.9-16.5c8.2-4.1 10.6-14.7 5.8-22.5l-41.8-66.9c-9.8 6.2-21.4 9.9-33.8 9.9s-24.1-3.7-33.9-9.9zM104.9 256H184c0-22.8 12.1-42.8 30.2-54.1l-41.7-66.8c-5.2-8.3-16.4-9.9-24-3.8-32.6 26-54.9 64.2-59.5 107.8-1.1 9.2 6.7 16.9 15.9 16.9zM248 504c137 0 248-111 248-248S385 8 248 8 0 119 0 256s111 248 248 248zm0-432c101.5 0 184 82.5 184 184s-82.5 184-184 184S64 357.5 64 256 146.5 72 248 72zm0 216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32z\"],\n \"rainbow\": [576, 512, [], \"f75b\", \"M268.3 32.7C115.4 42.9 0 176.9 0 330.2V464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320C64 186.8 180.9 80.3 317.5 97.9 430.4 112.4 512 214 512 327.8V464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320c0-165.3-140-298.6-307.7-287.3zm-5.6 96.9C166 142 96 229.1 96 326.7V464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320c0-74.8 64.5-134.8 140.8-127.4 66.5 6.5 115.2 66.2 115.2 133.1V464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320c0-114.2-100.2-205.4-217.3-190.4zm6.2 96.3c-45.6 8.9-76.9 51.5-76.9 97.9V464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320c0-17.6 14.3-32 32-32s32 14.4 32 32v144c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320c0-59.2-53.8-106-115.1-94.1z\"],\n \"random\": [512, 512, [], \"f074\", \"M504.971 359.029c9.373 9.373 9.373 24.569 0 33.941l-80 79.984c-15.01 15.01-40.971 4.49-40.971-16.971V416h-58.785a12.004 12.004 0 0 1-8.773-3.812l-70.556-75.596 53.333-57.143L352 336h32v-39.981c0-21.438 25.943-31.998 40.971-16.971l80 79.981zM12 176h84l52.781 56.551 53.333-57.143-70.556-75.596A11.999 11.999 0 0 0 122.785 96H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12zm372 0v39.984c0 21.46 25.961 31.98 40.971 16.971l80-79.984c9.373-9.373 9.373-24.569 0-33.941l-80-79.981C409.943 24.021 384 34.582 384 56.019V96h-58.785a12.004 12.004 0 0 0-8.773 3.812L96 336H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h110.785c3.326 0 6.503-1.381 8.773-3.812L352 176h32z\"],\n \"receipt\": [384, 512, [], \"f543\", \"M358.4 3.2L320 48 265.6 3.2a15.9 15.9 0 0 0-19.2 0L192 48 137.6 3.2a15.9 15.9 0 0 0-19.2 0L64 48 25.6 3.2C15-4.7 0 2.8 0 16v480c0 13.2 15 20.7 25.6 12.8L64 464l54.4 44.8a15.9 15.9 0 0 0 19.2 0L192 464l54.4 44.8a15.9 15.9 0 0 0 19.2 0L320 464l38.4 44.8c10.5 7.9 25.6.4 25.6-12.8V16c0-13.2-15-20.7-25.6-12.8zM320 360c0 4.4-3.6 8-8 8H72c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h240c4.4 0 8 3.6 8 8v16zm0-96c0 4.4-3.6 8-8 8H72c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h240c4.4 0 8 3.6 8 8v16zm0-96c0 4.4-3.6 8-8 8H72c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h240c4.4 0 8 3.6 8 8v16z\"],\n \"record-vinyl\": [512, 512, [], \"f8d9\", \"M256 152a104 104 0 1 0 104 104 104 104 0 0 0-104-104zm0 128a24 24 0 1 1 24-24 24 24 0 0 1-24 24zm0-272C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 376a128 128 0 1 1 128-128 128 128 0 0 1-128 128z\"],\n \"recycle\": [512, 512, [], \"f1b8\", \"M184.561 261.903c3.232 13.997-12.123 24.635-24.068 17.168l-40.736-25.455-50.867 81.402C55.606 356.273 70.96 384 96.012 384H148c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12H96.115c-75.334 0-121.302-83.048-81.408-146.88l50.822-81.388-40.725-25.448c-12.081-7.547-8.966-25.961 4.879-29.158l110.237-25.45c8.611-1.988 17.201 3.381 19.189 11.99l25.452 110.237zm98.561-182.915l41.289 66.076-40.74 25.457c-12.051 7.528-9 25.953 4.879 29.158l110.237 25.45c8.672 1.999 17.215-3.438 19.189-11.99l25.45-110.237c3.197-13.844-11.99-24.719-24.068-17.168l-40.687 25.424-41.263-66.082c-37.521-60.033-125.209-60.171-162.816 0l-17.963 28.766c-3.51 5.62-1.8 13.021 3.82 16.533l33.919 21.195c5.62 3.512 13.024 1.803 16.536-3.817l17.961-28.743c12.712-20.341 41.973-19.676 54.257-.022zM497.288 301.12l-27.515-44.065c-3.511-5.623-10.916-7.334-16.538-3.821l-33.861 21.159c-5.62 3.512-7.33 10.915-3.818 16.536l27.564 44.112c13.257 21.211-2.057 48.96-27.136 48.96H320V336.02c0-14.213-17.242-21.383-27.313-11.313l-80 79.981c-6.249 6.248-6.249 16.379 0 22.627l80 79.989C302.689 517.308 320 510.3 320 495.989V448h95.88c75.274 0 121.335-82.997 81.408-146.88z\"],\n \"redo\": [512, 512, [], \"f01e\", \"M500.33 0h-47.41a12 12 0 0 0-12 12.57l4 82.76A247.42 247.42 0 0 0 256 8C119.34 8 7.9 119.53 8 256.19 8.1 393.07 119.1 504 256 504a247.1 247.1 0 0 0 166.18-63.91 12 12 0 0 0 .48-17.43l-34-34a12 12 0 0 0-16.38-.55A176 176 0 1 1 402.1 157.8l-101.53-4.87a12 12 0 0 0-12.57 12v47.41a12 12 0 0 0 12 12h200.33a12 12 0 0 0 12-12V12a12 12 0 0 0-12-12z\"],\n \"redo-alt\": [512, 512, [], \"f2f9\", \"M256.455 8c66.269.119 126.437 26.233 170.859 68.685l35.715-35.715C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.75c-30.864-28.899-70.801-44.907-113.23-45.273-92.398-.798-170.283 73.977-169.484 169.442C88.764 348.009 162.184 424 256 424c41.127 0 79.997-14.678 110.629-41.556 4.743-4.161 11.906-3.908 16.368.553l39.662 39.662c4.872 4.872 4.631 12.815-.482 17.433C378.202 479.813 319.926 504 256 504 119.034 504 8.001 392.967 8 256.002 7.999 119.193 119.646 7.755 256.455 8z\"],\n \"registered\": [512, 512, [], \"f25d\", \"M285.363 207.475c0 18.6-9.831 28.431-28.431 28.431h-29.876v-56.14h23.378c28.668 0 34.929 8.773 34.929 27.709zM504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM363.411 360.414c-46.729-84.825-43.299-78.636-44.702-80.98 23.432-15.172 37.945-42.979 37.945-74.486 0-54.244-31.5-89.252-105.498-89.252h-70.667c-13.255 0-24 10.745-24 24V372c0 13.255 10.745 24 24 24h22.567c13.255 0 24-10.745 24-24v-71.663h25.556l44.129 82.937a24.001 24.001 0 0 0 21.188 12.727h24.464c18.261-.001 29.829-19.591 21.018-35.587z\"],\n \"remove-format\": [640, 512, [], \"f87d\", \"M336 416h-11.17l9.26-27.77L267 336.4 240.49 416H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm297.82 42.1L377 259.59 426.17 112H544v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16H176a16 16 0 0 0-16 16v43.9L45.46 3.38A16 16 0 0 0 23 6.19L3.37 31.46a16 16 0 0 0 2.81 22.45l588.36 454.72a16 16 0 0 0 22.46-2.81l19.64-25.27a16 16 0 0 0-2.82-22.45zM309.91 207.76L224 141.36V112h117.83z\"],\n \"reply\": [512, 512, [], \"f3e5\", \"M8.309 189.836L184.313 37.851C199.719 24.546 224 35.347 224 56.015v80.053c160.629 1.839 288 34.032 288 186.258 0 61.441-39.581 122.309-83.333 154.132-13.653 9.931-33.111-2.533-28.077-18.631 45.344-145.012-21.507-183.51-176.59-185.742V360c0 20.7-24.3 31.453-39.687 18.164l-176.004-152c-11.071-9.562-11.086-26.753 0-36.328z\"],\n \"reply-all\": [576, 512, [], \"f122\", \"M136.309 189.836L312.313 37.851C327.72 24.546 352 35.348 352 56.015v82.763c129.182 10.231 224 52.212 224 183.548 0 61.441-39.582 122.309-83.333 154.132-13.653 9.931-33.111-2.533-28.077-18.631 38.512-123.162-3.922-169.482-112.59-182.015v84.175c0 20.701-24.3 31.453-39.687 18.164L136.309 226.164c-11.071-9.561-11.086-26.753 0-36.328zm-128 36.328L184.313 378.15C199.7 391.439 224 380.687 224 359.986v-15.818l-108.606-93.785A55.96 55.96 0 0 1 96 207.998a55.953 55.953 0 0 1 19.393-42.38L224 71.832V56.015c0-20.667-24.28-31.469-39.687-18.164L8.309 189.836c-11.086 9.575-11.071 26.767 0 36.328z\"],\n \"republican\": [640, 512, [], \"f75e\", \"M544 192c0-88.4-71.6-160-160-160H160C71.6 32 0 103.6 0 192v64h544v-64zm-367.7-21.6l-19.8 19.3 4.7 27.3c.8 4.9-4.3 8.6-8.7 6.3L128 210.4l-24.5 12.9c-4.3 2.3-9.5-1.4-8.7-6.3l4.7-27.3-19.8-19.3c-3.6-3.5-1.6-9.5 3.3-10.2l27.4-4 12.2-24.8c2.2-4.5 8.6-4.4 10.7 0l12.2 24.8 27.4 4c5 .7 6.9 6.7 3.4 10.2zm144 0l-19.8 19.3 4.7 27.3c.8 4.9-4.3 8.6-8.7 6.3L272 210.4l-24.5 12.9c-4.3 2.3-9.5-1.4-8.7-6.3l4.7-27.3-19.8-19.3c-3.6-3.5-1.6-9.5 3.3-10.2l27.4-4 12.2-24.8c2.2-4.5 8.6-4.4 10.7 0l12.2 24.8 27.4 4c5 .7 6.9 6.7 3.4 10.2zm144 0l-19.8 19.3 4.7 27.3c.8 4.9-4.3 8.6-8.7 6.3L416 210.4l-24.5 12.9c-4.3 2.3-9.5-1.4-8.7-6.3l4.7-27.3-19.8-19.3c-3.6-3.5-1.6-9.5 3.3-10.2l27.4-4 12.2-24.8c2.2-4.5 8.6-4.4 10.7 0l12.2 24.8 27.4 4c5 .7 6.9 6.7 3.4 10.2zM624 320h-32c-8.8 0-16 7.2-16 16v64c0 8.8-7.2 16-16 16s-16-7.2-16-16V288H0v176c0 8.8 7.2 16 16 16h96c8.8 0 16-7.2 16-16v-80h192v80c0 8.8 7.2 16 16 16h96c8.8 0 16-7.2 16-16V352h32v43.3c0 41.8 30 80.1 71.6 84.3 47.8 4.9 88.4-32.7 88.4-79.6v-64c0-8.8-7.2-16-16-16z\"],\n \"restroom\": [640, 512, [], \"f7bd\", \"M128 128c35.3 0 64-28.7 64-64S163.3 0 128 0 64 28.7 64 64s28.7 64 64 64zm384 0c35.3 0 64-28.7 64-64S547.3 0 512 0s-64 28.7-64 64 28.7 64 64 64zm127.3 226.5l-45.6-185.8c-3.3-13.5-15.5-23-29.8-24.2-15 9.7-32.8 15.5-52 15.5-19.2 0-37-5.8-52-15.5-14.3 1.2-26.5 10.7-29.8 24.2l-45.6 185.8C381 369.6 393 384 409.2 384H464v104c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V384h54.8c16.2 0 28.2-14.4 24.5-29.5zM336 0h-32c-8.8 0-16 7.2-16 16v480c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16zM180.1 144.4c-15 9.8-32.9 15.6-52.1 15.6-19.2 0-37.1-5.8-52.1-15.6C51.3 146.5 32 166.9 32 192v136c0 13.3 10.7 24 24 24h8v136c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24V352h8c13.3 0 24-10.7 24-24V192c0-25.1-19.3-45.5-43.9-47.6z\"],\n \"retweet\": [640, 512, [], \"f079\", \"M629.657 343.598L528.971 444.284c-9.373 9.372-24.568 9.372-33.941 0L394.343 343.598c-9.373-9.373-9.373-24.569 0-33.941l10.823-10.823c9.562-9.562 25.133-9.34 34.419.492L480 342.118V160H292.451a24.005 24.005 0 0 1-16.971-7.029l-16-16C244.361 121.851 255.069 96 276.451 96H520c13.255 0 24 10.745 24 24v222.118l40.416-42.792c9.285-9.831 24.856-10.054 34.419-.492l10.823 10.823c9.372 9.372 9.372 24.569-.001 33.941zm-265.138 15.431A23.999 23.999 0 0 0 347.548 352H160V169.881l40.416 42.792c9.286 9.831 24.856 10.054 34.419.491l10.822-10.822c9.373-9.373 9.373-24.569 0-33.941L144.971 67.716c-9.373-9.373-24.569-9.373-33.941 0L10.343 168.402c-9.373 9.373-9.373 24.569 0 33.941l10.822 10.822c9.562 9.562 25.133 9.34 34.419-.491L96 169.881V392c0 13.255 10.745 24 24 24h243.549c21.382 0 32.09-25.851 16.971-40.971l-16.001-16z\"],\n \"ribbon\": [448, 512, [], \"f4d6\", \"M6.1 444.3c-9.6 10.8-7.5 27.6 4.5 35.7l68.8 27.9c9.9 6.7 23.3 5 31.3-3.8l91.8-101.9-79.2-87.9-117.2 130zm435.8 0s-292-324.6-295.4-330.1c15.4-8.4 40.2-17.9 77.5-17.9s62.1 9.5 77.5 17.9c-3.3 5.6-56 64.6-56 64.6l79.1 87.7 34.2-38c28.7-31.9 33.3-78.6 11.4-115.5l-43.7-73.5c-4.3-7.2-9.9-13.3-16.8-18-40.7-27.6-127.4-29.7-171.4 0-6.9 4.7-12.5 10.8-16.8 18l-43.6 73.2c-1.5 2.5-37.1 62.2 11.5 116L337.5 504c8 8.9 21.4 10.5 31.3 3.8l68.8-27.9c11.9-8 14-24.8 4.3-35.6z\"],\n \"ring\": [512, 512, [], \"f70b\", \"M256 64C110.06 64 0 125.91 0 208v98.13C0 384.48 114.62 448 256 448s256-63.52 256-141.87V208c0-82.09-110.06-144-256-144zm0 64c106.04 0 192 35.82 192 80 0 9.26-3.97 18.12-10.91 26.39C392.15 208.21 328.23 192 256 192s-136.15 16.21-181.09 42.39C67.97 226.12 64 217.26 64 208c0-44.18 85.96-80 192-80zM120.43 264.64C155.04 249.93 201.64 240 256 240s100.96 9.93 135.57 24.64C356.84 279.07 308.93 288 256 288s-100.84-8.93-135.57-23.36z\"],\n \"road\": [576, 512, [], \"f018\", \"M573.19 402.67l-139.79-320C428.43 71.29 417.6 64 405.68 64h-97.59l2.45 23.16c.5 4.72-3.21 8.84-7.96 8.84h-29.16c-4.75 0-8.46-4.12-7.96-8.84L267.91 64h-97.59c-11.93 0-22.76 7.29-27.73 18.67L2.8 402.67C-6.45 423.86 8.31 448 30.54 448h196.84l10.31-97.68c.86-8.14 7.72-14.32 15.91-14.32h68.8c8.19 0 15.05 6.18 15.91 14.32L348.62 448h196.84c22.23 0 36.99-24.14 27.73-45.33zM260.4 135.16a8 8 0 0 1 7.96-7.16h39.29c4.09 0 7.53 3.09 7.96 7.16l4.6 43.58c.75 7.09-4.81 13.26-11.93 13.26h-40.54c-7.13 0-12.68-6.17-11.93-13.26l4.59-43.58zM315.64 304h-55.29c-9.5 0-16.91-8.23-15.91-17.68l5.07-48c.86-8.14 7.72-14.32 15.91-14.32h45.15c8.19 0 15.05 6.18 15.91 14.32l5.07 48c1 9.45-6.41 17.68-15.91 17.68z\"],\n \"robot\": [640, 512, [], \"f544\", \"M32,224H64V416H32A31.96166,31.96166,0,0,1,0,384V256A31.96166,31.96166,0,0,1,32,224Zm512-48V448a64.06328,64.06328,0,0,1-64,64H160a64.06328,64.06328,0,0,1-64-64V176a79.974,79.974,0,0,1,80-80H288V32a32,32,0,0,1,64,0V96H464A79.974,79.974,0,0,1,544,176ZM264,256a40,40,0,1,0-40,40A39.997,39.997,0,0,0,264,256Zm-8,128H192v32h64Zm96,0H288v32h64ZM456,256a40,40,0,1,0-40,40A39.997,39.997,0,0,0,456,256Zm-8,128H384v32h64ZM640,256V384a31.96166,31.96166,0,0,1-32,32H576V224h32A31.96166,31.96166,0,0,1,640,256Z\"],\n \"rocket\": [512, 512, [], \"f135\", \"M505.12019,19.09375c-1.18945-5.53125-6.65819-11-12.207-12.1875C460.716,0,435.507,0,410.40747,0,307.17523,0,245.26909,55.20312,199.05238,128H94.83772c-16.34763.01562-35.55658,11.875-42.88664,26.48438L2.51562,253.29688A28.4,28.4,0,0,0,0,264a24.00867,24.00867,0,0,0,24.00582,24H127.81618l-22.47457,22.46875c-11.36521,11.36133-12.99607,32.25781,0,45.25L156.24582,406.625c11.15623,11.1875,32.15619,13.15625,45.27726,0l22.47457-22.46875V488a24.00867,24.00867,0,0,0,24.00581,24,28.55934,28.55934,0,0,0,10.707-2.51562l98.72834-49.39063c14.62888-7.29687,26.50776-26.5,26.50776-42.85937V312.79688c72.59753-46.3125,128.03493-108.40626,128.03493-211.09376C512.07526,76.5,512.07526,51.29688,505.12019,19.09375ZM384.04033,168A40,40,0,1,1,424.05,128,40.02322,40.02322,0,0,1,384.04033,168Z\"],\n \"route\": [512, 512, [], \"f4d7\", \"M416 320h-96c-17.6 0-32-14.4-32-32s14.4-32 32-32h96s96-107 96-160-43-96-96-96-96 43-96 96c0 25.5 22.2 63.4 45.3 96H320c-52.9 0-96 43.1-96 96s43.1 96 96 96h96c17.6 0 32 14.4 32 32s-14.4 32-32 32H185.5c-16 24.8-33.8 47.7-47.3 64H416c52.9 0 96-43.1 96-96s-43.1-96-96-96zm0-256c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zM96 256c-53 0-96 43-96 96s96 160 96 160 96-107 96-160-43-96-96-96zm0 128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"],\n \"rss\": [448, 512, [], \"f09e\", \"M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z\"],\n \"rss-square\": [448, 512, [], \"f143\", \"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM112 416c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm157.533 0h-34.335c-6.011 0-11.051-4.636-11.442-10.634-5.214-80.05-69.243-143.92-149.123-149.123-5.997-.39-10.633-5.431-10.633-11.441v-34.335c0-6.535 5.468-11.777 11.994-11.425 110.546 5.974 198.997 94.536 204.964 204.964.352 6.526-4.89 11.994-11.425 11.994zm103.027 0h-34.334c-6.161 0-11.175-4.882-11.427-11.038-5.598-136.535-115.204-246.161-251.76-251.76C68.882 152.949 64 147.935 64 141.774V107.44c0-6.454 5.338-11.664 11.787-11.432 167.83 6.025 302.21 141.191 308.205 308.205.232 6.449-4.978 11.787-11.432 11.787z\"],\n \"ruble-sign\": [384, 512, [], \"f158\", \"M239.36 320C324.48 320 384 260.542 384 175.071S324.48 32 239.36 32H76c-6.627 0-12 5.373-12 12v206.632H12c-6.627 0-12 5.373-12 12V308c0 6.627 5.373 12 12 12h52v32H12c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h52v52c0 6.627 5.373 12 12 12h58.56c6.627 0 12-5.373 12-12v-52H308c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12H146.56v-32h92.8zm-92.8-219.252h78.72c46.72 0 74.88 29.11 74.88 74.323 0 45.832-28.16 75.561-76.16 75.561h-77.44V100.748z\"],\n \"ruler\": [640, 512, [], \"f545\", \"M635.7 167.2L556.1 31.7c-8.8-15-28.3-20.1-43.5-11.5l-69 39.1L503.3 161c2.2 3.8.9 8.5-2.9 10.7l-13.8 7.8c-3.8 2.2-8.7.9-10.9-2.9L416 75l-55.2 31.3 27.9 47.4c2.2 3.8.9 8.5-2.9 10.7l-13.8 7.8c-3.8 2.2-8.7.9-10.9-2.9L333.2 122 278 153.3 337.8 255c2.2 3.7.9 8.5-2.9 10.7l-13.8 7.8c-3.8 2.2-8.7.9-10.9-2.9l-59.7-101.7-55.2 31.3 27.9 47.4c2.2 3.8.9 8.5-2.9 10.7l-13.8 7.8c-3.8 2.2-8.7.9-10.9-2.9l-27.9-47.5-55.2 31.3 59.7 101.7c2.2 3.7.9 8.5-2.9 10.7l-13.8 7.8c-3.8 2.2-8.7.9-10.9-2.9L84.9 262.9l-69 39.1C.7 310.7-4.6 329.8 4.2 344.8l79.6 135.6c8.8 15 28.3 20.1 43.5 11.5L624.1 210c15.2-8.6 20.4-27.8 11.6-42.8z\"],\n \"ruler-combined\": [512, 512, [], \"f546\", \"M160 288h-56c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h56v-64h-56c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h56V96h-56c-4.42 0-8-3.58-8-8V72c0-4.42 3.58-8 8-8h56V32c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32v448c0 2.77.91 5.24 1.57 7.8L160 329.38V288zm320 64h-32v56c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-56h-64v56c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-56h-64v56c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-56h-41.37L24.2 510.43c2.56.66 5.04 1.57 7.8 1.57h448c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32z\"],\n \"ruler-horizontal\": [576, 512, [], \"f547\", \"M544 128h-48v88c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-88h-64v88c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-88h-64v88c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-88h-64v88c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-88h-64v88c0 4.42-3.58 8-8 8H88c-4.42 0-8-3.58-8-8v-88H32c-17.67 0-32 14.33-32 32v192c0 17.67 14.33 32 32 32h512c17.67 0 32-14.33 32-32V160c0-17.67-14.33-32-32-32z\"],\n \"ruler-vertical\": [256, 512, [], \"f548\", \"M168 416c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h88v-64h-88c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h88v-64h-88c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h88v-64h-88c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h88V32c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32v448c0 17.67 14.33 32 32 32h192c17.67 0 32-14.33 32-32v-64h-88z\"],\n \"running\": [416, 512, [], \"f70c\", \"M272 96c26.51 0 48-21.49 48-48S298.51 0 272 0s-48 21.49-48 48 21.49 48 48 48zM113.69 317.47l-14.8 34.52H32c-17.67 0-32 14.33-32 32s14.33 32 32 32h77.45c19.25 0 36.58-11.44 44.11-29.09l8.79-20.52-10.67-6.3c-17.32-10.23-30.06-25.37-37.99-42.61zM384 223.99h-44.03l-26.06-53.25c-12.5-25.55-35.45-44.23-61.78-50.94l-71.08-21.14c-28.3-6.8-57.77-.55-80.84 17.14l-39.67 30.41c-14.03 10.75-16.69 30.83-5.92 44.86s30.84 16.66 44.86 5.92l39.69-30.41c7.67-5.89 17.44-8 25.27-6.14l14.7 4.37-37.46 87.39c-12.62 29.48-1.31 64.01 26.3 80.31l84.98 50.17-27.47 87.73c-5.28 16.86 4.11 34.81 20.97 40.09 3.19 1 6.41 1.48 9.58 1.48 13.61 0 26.23-8.77 30.52-22.45l31.64-101.06c5.91-20.77-2.89-43.08-21.64-54.39l-61.24-36.14 31.31-78.28 20.27 41.43c8 16.34 24.92 26.89 43.11 26.89H384c17.67 0 32-14.33 32-32s-14.33-31.99-32-31.99z\"],\n \"rupee-sign\": [320, 512, [], \"f156\", \"M308 96c6.627 0 12-5.373 12-12V44c0-6.627-5.373-12-12-12H12C5.373 32 0 37.373 0 44v44.748c0 6.627 5.373 12 12 12h85.28c27.308 0 48.261 9.958 60.97 27.252H12c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h158.757c-6.217 36.086-32.961 58.632-74.757 58.632H12c-6.627 0-12 5.373-12 12v53.012c0 3.349 1.4 6.546 3.861 8.818l165.052 152.356a12.001 12.001 0 0 0 8.139 3.182h82.562c10.924 0 16.166-13.408 8.139-20.818L116.871 319.906c76.499-2.34 131.144-53.395 138.318-127.906H308c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-58.69c-3.486-11.541-8.28-22.246-14.252-32H308z\"],\n \"sad-cry\": [496, 512, [], \"f5b3\", \"M248 8C111 8 0 119 0 256c0 90.1 48.2 168.7 120 212.1V288c0-8.8 7.2-16 16-16s16 7.2 16 16v196.7c29.5 12.4 62 19.3 96 19.3s66.5-6.9 96-19.3V288c0-8.8 7.2-16 16-16s16 7.2 16 16v180.1C447.8 424.7 496 346 496 256 496 119 385 8 248 8zm-65.5 216.5c-14.8-13.2-46.2-13.2-61 0L112 233c-3.8 3.3-9.3 4-13.7 1.6-4.4-2.4-6.9-7.4-6.1-12.4 4-25.2 34.2-42.1 59.9-42.1S208 197 212 222.2c.8 5-1.7 10-6.1 12.4-5.8 3.1-11.2.7-13.7-1.6l-9.7-8.5zM248 416c-26.5 0-48-28.7-48-64s21.5-64 48-64 48 28.7 48 64-21.5 64-48 64zm149.8-181.5c-5.8 3.1-11.2.7-13.7-1.6l-9.5-8.5c-14.8-13.2-46.2-13.2-61 0L304 233c-3.8 3.3-9.3 4-13.7 1.6-4.4-2.4-6.9-7.4-6.1-12.4 4-25.2 34.2-42.1 59.9-42.1S400 197 404 222.2c.6 4.9-1.8 9.9-6.2 12.3z\"],\n \"sad-tear\": [496, 512, [], \"f5b4\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zM152 416c-26.5 0-48-21-48-47 0-20 28.5-60.4 41.6-77.8 3.2-4.3 9.6-4.3 12.8 0C171.5 308.6 200 349 200 369c0 26-21.5 47-48 47zm16-176c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm170.2 154.2C315.8 367.4 282.9 352 248 352c-21.2 0-21.2-32 0-32 44.4 0 86.3 19.6 114.7 53.8 13.8 16.4-11.2 36.5-24.5 20.4z\"],\n \"satellite\": [512, 512, [], \"f7bf\", \"M502.60969,310.04206l-96.70393,96.71625a31.88151,31.88151,0,0,1-45.00765,0L280.572,326.34115l-9.89231,9.90759a190.56343,190.56343,0,0,1-5.40716,168.52287c-4.50077,8.50115-16.39342,9.59505-23.20707,2.79725L134.54715,400.05428l-17.7999,17.79929c.70324,2.60972,1.60965,5.00067,1.60965,7.79793a32.00544,32.00544,0,1,1-32.00544-32.00434c2.79735,0,5.18838.90637,7.7982,1.60959l17.7999-17.79929L4.43129,269.94287c-6.798-6.81342-5.70409-18.6119,2.79735-23.20627a190.58161,190.58161,0,0,1,168.52864-5.407l9.79854-9.79821-80.31053-80.41716a32.002,32.002,0,0,1,0-45.09987L201.96474,9.29814A31.62639,31.62639,0,0,1,224.46868,0a31.99951,31.99951,0,0,1,22.59759,9.29814l80.32615,80.30777,47.805-47.89713a33.6075,33.6075,0,0,1,47.50808,0l47.50807,47.50645a33.63308,33.63308,0,0,1,0,47.50644l-47.805,47.89713L502.71908,265.036A31.78938,31.78938,0,0,1,502.60969,310.04206ZM219.56159,197.433l73.82505-73.82252-68.918-68.9-73.80942,73.80689Zm237.74352,90.106-68.90233-68.9156-73.825,73.82252,68.918,68.9Z\"],\n \"satellite-dish\": [512, 512, [], \"f7c0\", \"M305.44954,462.59c7.39157,7.29792,6.18829,20.09661-3.00038,25.00356-77.713,41.80281-176.72559,29.9105-242.34331-35.7082C-5.49624,386.28227-17.404,287.362,24.41381,209.554c4.89125-9.095,17.68975-10.29834,25.00318-3.00043L166.22872,323.36708l27.39411-27.39452c-.68759-2.60974-1.594-5.00071-1.594-7.81361a32.00407,32.00407,0,1,1,32.00407,32.00455c-2.79723,0-5.20378-.89075-7.79786-1.594l-27.40974,27.41015ZM511.9758,303.06732a16.10336,16.10336,0,0,1-16.002,17.00242H463.86031a15.96956,15.96956,0,0,1-15.89265-15.00213C440.46671,175.5492,336.45348,70.53427,207.03078,63.53328a15.84486,15.84486,0,0,1-15.00191-15.90852V16.02652A16.09389,16.09389,0,0,1,209.031.02425C372.25491,8.61922,503.47472,139.841,511.9758,303.06732Zm-96.01221-.29692a16.21093,16.21093,0,0,1-16.11142,17.29934H367.645a16.06862,16.06862,0,0,1-15.89265-14.70522c-6.90712-77.01094-68.118-138.91037-144.92467-145.22376a15.94,15.94,0,0,1-14.79876-15.89289V112.13393a16.134,16.134,0,0,1,17.29908-16.096C319.45132,104.5391,407.55627,192.64538,415.96359,302.7704Z\"],\n \"save\": [448, 512, [], \"f0c7\", \"M433.941 129.941l-83.882-83.882A48 48 0 0 0 316.118 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V163.882a48 48 0 0 0-14.059-33.941zM224 416c-35.346 0-64-28.654-64-64 0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64zm96-304.52V212c0 6.627-5.373 12-12 12H76c-6.627 0-12-5.373-12-12V108c0-6.627 5.373-12 12-12h228.52c3.183 0 6.235 1.264 8.485 3.515l3.48 3.48A11.996 11.996 0 0 1 320 111.48z\"],\n \"school\": [640, 512, [], \"f549\", \"M0 224v272c0 8.84 7.16 16 16 16h80V192H32c-17.67 0-32 14.33-32 32zm360-48h-24v-40c0-4.42-3.58-8-8-8h-16c-4.42 0-8 3.58-8 8v64c0 4.42 3.58 8 8 8h48c4.42 0 8-3.58 8-8v-16c0-4.42-3.58-8-8-8zm137.75-63.96l-160-106.67a32.02 32.02 0 0 0-35.5 0l-160 106.67A32.002 32.002 0 0 0 128 138.66V512h128V368c0-8.84 7.16-16 16-16h96c8.84 0 16 7.16 16 16v144h128V138.67c0-10.7-5.35-20.7-14.25-26.63zM320 256c-44.18 0-80-35.82-80-80s35.82-80 80-80 80 35.82 80 80-35.82 80-80 80zm288-64h-64v320h80c8.84 0 16-7.16 16-16V224c0-17.67-14.33-32-32-32z\"],\n \"screwdriver\": [512, 512, [], \"f54a\", \"M448 0L320 96v62.06l-83.03 83.03c6.79 4.25 13.27 9.06 19.07 14.87 5.8 5.8 10.62 12.28 14.87 19.07L353.94 192H416l96-128-64-64zM128 278.59L10.92 395.67c-14.55 14.55-14.55 38.15 0 52.71l52.7 52.7c14.56 14.56 38.15 14.56 52.71 0L233.41 384c29.11-29.11 29.11-76.3 0-105.41s-76.3-29.11-105.41 0z\"],\n \"scroll\": [640, 512, [], \"f70e\", \"M48 0C21.53 0 0 21.53 0 48v64c0 8.84 7.16 16 16 16h80V48C96 21.53 74.47 0 48 0zm208 412.57V352h288V96c0-52.94-43.06-96-96-96H111.59C121.74 13.41 128 29.92 128 48v368c0 38.87 34.65 69.65 74.75 63.12C234.22 474 256 444.46 256 412.57zM288 384v32c0 52.93-43.06 96-96 96h336c61.86 0 112-50.14 112-112 0-8.84-7.16-16-16-16H288z\"],\n \"sd-card\": [384, 512, [], \"f7c2\", \"M320 0H128L0 128v320c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zM160 160h-48V64h48v96zm80 0h-48V64h48v96zm80 0h-48V64h48v96z\"],\n \"search\": [512, 512, [], \"f002\", \"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"],\n \"search-dollar\": [512, 512, [], \"f688\", \"M505.04 442.66l-99.71-99.69c-4.5-4.5-10.6-7-17-7h-16.3c27.6-35.3 44-79.69 44-127.99C416.03 93.09 322.92 0 208.02 0S0 93.09 0 207.98s93.11 207.98 208.02 207.98c48.3 0 92.71-16.4 128.01-44v16.3c0 6.4 2.5 12.5 7 17l99.71 99.69c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.59.1-33.99zm-297.02-90.7c-79.54 0-144-64.34-144-143.98 0-79.53 64.35-143.98 144-143.98 79.54 0 144 64.34 144 143.98 0 79.53-64.35 143.98-144 143.98zm27.11-152.54l-45.01-13.5c-5.16-1.55-8.77-6.78-8.77-12.73 0-7.27 5.3-13.19 11.8-13.19h28.11c4.56 0 8.96 1.29 12.82 3.72 3.24 2.03 7.36 1.91 10.13-.73l11.75-11.21c3.53-3.37 3.33-9.21-.57-12.14-9.1-6.83-20.08-10.77-31.37-11.35V112c0-4.42-3.58-8-8-8h-16c-4.42 0-8 3.58-8 8v16.12c-23.63.63-42.68 20.55-42.68 45.07 0 19.97 12.99 37.81 31.58 43.39l45.01 13.5c5.16 1.55 8.77 6.78 8.77 12.73 0 7.27-5.3 13.19-11.8 13.19h-28.1c-4.56 0-8.96-1.29-12.82-3.72-3.24-2.03-7.36-1.91-10.13.73l-11.75 11.21c-3.53 3.37-3.33 9.21.57 12.14 9.1 6.83 20.08 10.77 31.37 11.35V304c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8v-16.12c23.63-.63 42.68-20.54 42.68-45.07 0-19.97-12.99-37.81-31.59-43.39z\"],\n \"search-location\": [512, 512, [], \"f689\", \"M505.04 442.66l-99.71-99.69c-4.5-4.5-10.6-7-17-7h-16.3c27.6-35.3 44-79.69 44-127.99C416.03 93.09 322.92 0 208.02 0S0 93.09 0 207.98s93.11 207.98 208.02 207.98c48.3 0 92.71-16.4 128.01-44v16.3c0 6.4 2.5 12.5 7 17l99.71 99.69c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.59.1-33.99zm-297.02-90.7c-79.54 0-144-64.34-144-143.98 0-79.53 64.35-143.98 144-143.98 79.54 0 144 64.34 144 143.98 0 79.53-64.35 143.98-144 143.98zm.02-239.96c-40.78 0-73.84 33.05-73.84 73.83 0 32.96 48.26 93.05 66.75 114.86a9.24 9.24 0 0 0 14.18 0c18.49-21.81 66.75-81.89 66.75-114.86 0-40.78-33.06-73.83-73.84-73.83zm0 96c-13.26 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z\"],\n \"search-minus\": [512, 512, [], \"f010\", \"M304 192v32c0 6.6-5.4 12-12 12H124c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm201 284.7L476.7 505c-9.4 9.4-24.6 9.4-33.9 0L343 405.3c-4.5-4.5-7-10.6-7-17V372c-35.3 27.6-79.7 44-128 44C93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208c0 48.3-16.4 92.7-44 128h16.3c6.4 0 12.5 2.5 17 7l99.7 99.7c9.3 9.4 9.3 24.6 0 34zM344 208c0-75.2-60.8-136-136-136S72 132.8 72 208s60.8 136 136 136 136-60.8 136-136z\"],\n \"search-plus\": [512, 512, [], \"f00e\", \"M304 192v32c0 6.6-5.4 12-12 12h-56v56c0 6.6-5.4 12-12 12h-32c-6.6 0-12-5.4-12-12v-56h-56c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h56v-56c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v56h56c6.6 0 12 5.4 12 12zm201 284.7L476.7 505c-9.4 9.4-24.6 9.4-33.9 0L343 405.3c-4.5-4.5-7-10.6-7-17V372c-35.3 27.6-79.7 44-128 44C93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208c0 48.3-16.4 92.7-44 128h16.3c6.4 0 12.5 2.5 17 7l99.7 99.7c9.3 9.4 9.3 24.6 0 34zM344 208c0-75.2-60.8-136-136-136S72 132.8 72 208s60.8 136 136 136 136-60.8 136-136z\"],\n \"seedling\": [512, 512, [], \"f4d8\", \"M64 96H0c0 123.7 100.3 224 224 224v144c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320C288 196.3 187.7 96 64 96zm384-64c-84.2 0-157.4 46.5-195.7 115.2 27.7 30.2 48.2 66.9 59 107.6C424 243.1 512 147.9 512 32h-64z\"],\n \"server\": [512, 512, [], \"f233\", \"M480 160H32c-17.673 0-32-14.327-32-32V64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm112 248H32c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm112 248H32c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24z\"],\n \"shapes\": [512, 512, [], \"f61f\", \"M128,256A128,128,0,1,0,256,384,128,128,0,0,0,128,256Zm379-54.86L400.07,18.29a37.26,37.26,0,0,0-64.14,0L229,201.14C214.76,225.52,232.58,256,261.09,256H474.91C503.42,256,521.24,225.52,507,201.14ZM480,288H320a32,32,0,0,0-32,32V480a32,32,0,0,0,32,32H480a32,32,0,0,0,32-32V320A32,32,0,0,0,480,288Z\"],\n \"share\": [512, 512, [], \"f064\", \"M503.691 189.836L327.687 37.851C312.281 24.546 288 35.347 288 56.015v80.053C127.371 137.907 0 170.1 0 322.326c0 61.441 39.581 122.309 83.333 154.132 13.653 9.931 33.111-2.533 28.077-18.631C66.066 312.814 132.917 274.316 288 272.085V360c0 20.7 24.3 31.453 39.687 18.164l176.004-152c11.071-9.562 11.086-26.753 0-36.328z\"],\n \"share-alt\": [448, 512, [], \"f1e0\", \"M352 320c-22.608 0-43.387 7.819-59.79 20.895l-102.486-64.054a96.551 96.551 0 0 0 0-41.683l102.486-64.054C308.613 184.181 329.392 192 352 192c53.019 0 96-42.981 96-96S405.019 0 352 0s-96 42.981-96 96c0 7.158.79 14.13 2.276 20.841L155.79 180.895C139.387 167.819 118.608 160 96 160c-53.019 0-96 42.981-96 96s42.981 96 96 96c22.608 0 43.387-7.819 59.79-20.895l102.486 64.054A96.301 96.301 0 0 0 256 416c0 53.019 42.981 96 96 96s96-42.981 96-96-42.981-96-96-96z\"],\n \"share-alt-square\": [448, 512, [], \"f1e1\", \"M448 80v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48zM304 296c-14.562 0-27.823 5.561-37.783 14.671l-67.958-40.775a56.339 56.339 0 0 0 0-27.793l67.958-40.775C276.177 210.439 289.438 216 304 216c30.928 0 56-25.072 56-56s-25.072-56-56-56-56 25.072-56 56c0 4.797.605 9.453 1.74 13.897l-67.958 40.775C171.823 205.561 158.562 200 144 200c-30.928 0-56 25.072-56 56s25.072 56 56 56c14.562 0 27.823-5.561 37.783-14.671l67.958 40.775a56.088 56.088 0 0 0-1.74 13.897c0 30.928 25.072 56 56 56s56-25.072 56-56C360 321.072 334.928 296 304 296z\"],\n \"share-square\": [576, 512, [], \"f14d\", \"M568.482 177.448L424.479 313.433C409.3 327.768 384 317.14 384 295.985v-71.963c-144.575.97-205.566 35.113-164.775 171.353 4.483 14.973-12.846 26.567-25.006 17.33C155.252 383.105 120 326.488 120 269.339c0-143.937 117.599-172.5 264-173.312V24.012c0-21.174 25.317-31.768 40.479-17.448l144.003 135.988c10.02 9.463 10.028 25.425 0 34.896zM384 379.128V448H64V128h50.916a11.99 11.99 0 0 0 8.648-3.693c14.953-15.568 32.237-27.89 51.014-37.676C185.708 80.83 181.584 64 169.033 64H48C21.49 64 0 85.49 0 112v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48v-88.806c0-8.288-8.197-14.066-16.011-11.302a71.83 71.83 0 0 1-34.189 3.377c-7.27-1.046-13.8 4.514-13.8 11.859z\"],\n \"shekel-sign\": [448, 512, [], \"f20b\", \"M248 168v168c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V168c0-75.11-60.89-136-136-136H24C10.75 32 0 42.74 0 56v408c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V112h112c30.93 0 56 25.07 56 56zM432 32h-48c-8.84 0-16 7.16-16 16v296c0 30.93-25.07 56-56 56H200V176c0-8.84-7.16-16-16-16h-48c-8.84 0-16 7.16-16 16v280c0 13.25 10.75 24 24 24h168c75.11 0 136-60.89 136-136V48c0-8.84-7.16-16-16-16z\"],\n \"shield-alt\": [512, 512, [], \"f3ed\", \"M466.5 83.7l-192-80a48.15 48.15 0 0 0-36.9 0l-192 80C27.7 91.1 16 108.6 16 128c0 198.5 114.5 335.7 221.5 380.3 11.8 4.9 25.1 4.9 36.9 0C360.1 472.6 496 349.3 496 128c0-19.4-11.7-36.9-29.5-44.3zM256.1 446.3l-.1-381 175.9 73.3c-3.3 151.4-82.1 261.1-175.8 307.7z\"],\n \"shield-virus\": [512, 512, [], \"f96c\", \"M224,192a16,16,0,1,0,16,16A16,16,0,0,0,224,192ZM466.5,83.68l-192-80A57.4,57.4,0,0,0,256.05,0a57.4,57.4,0,0,0-18.46,3.67l-192,80A47.93,47.93,0,0,0,16,128C16,326.5,130.5,463.72,237.5,508.32a48.09,48.09,0,0,0,36.91,0C360.09,472.61,496,349.3,496,128A48,48,0,0,0,466.5,83.68ZM384,256H371.88c-28.51,0-42.79,34.47-22.63,54.63l8.58,8.57a16,16,0,1,1-22.63,22.63l-8.57-8.58C306.47,313.09,272,327.37,272,355.88V368a16,16,0,0,1-32,0V355.88c0-28.51-34.47-42.79-54.63-22.63l-8.57,8.58a16,16,0,0,1-22.63-22.63l8.58-8.57c20.16-20.16,5.88-54.63-22.63-54.63H128a16,16,0,0,1,0-32h12.12c28.51,0,42.79-34.47,22.63-54.63l-8.58-8.57a16,16,0,0,1,22.63-22.63l8.57,8.58c20.16,20.16,54.63,5.88,54.63-22.63V112a16,16,0,0,1,32,0v12.12c0,28.51,34.47,42.79,54.63,22.63l8.57-8.58a16,16,0,0,1,22.63,22.63l-8.58,8.57C329.09,189.53,343.37,224,371.88,224H384a16,16,0,0,1,0,32Zm-96,0a16,16,0,1,0,16,16A16,16,0,0,0,288,256Z\"],\n \"ship\": [640, 512, [], \"f21a\", \"M496.616 372.639l70.012-70.012c16.899-16.9 9.942-45.771-12.836-53.092L512 236.102V96c0-17.673-14.327-32-32-32h-64V24c0-13.255-10.745-24-24-24H248c-13.255 0-24 10.745-24 24v40h-64c-17.673 0-32 14.327-32 32v140.102l-41.792 13.433c-22.753 7.313-29.754 36.173-12.836 53.092l70.012 70.012C125.828 416.287 85.587 448 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24 61.023 0 107.499-20.61 143.258-59.396C181.677 487.432 216.021 512 256 512h128c39.979 0 74.323-24.568 88.742-59.396C508.495 491.384 554.968 512 616 512c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24-60.817 0-101.542-31.001-119.384-75.361zM192 128h256v87.531l-118.208-37.995a31.995 31.995 0 0 0-19.584 0L192 215.531V128z\"],\n \"shipping-fast\": [640, 512, [], \"f48b\", \"M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H112C85.5 0 64 21.5 64 48v48H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h272c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H40c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h208c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h208c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H64v128c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm320 0c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-208H416V144h44.1l99.9 99.9V256z\"],\n \"shoe-prints\": [640, 512, [], \"f54b\", \"M192 160h32V32h-32c-35.35 0-64 28.65-64 64s28.65 64 64 64zM0 416c0 35.35 28.65 64 64 64h32V352H64c-35.35 0-64 28.65-64 64zm337.46-128c-34.91 0-76.16 13.12-104.73 32-24.79 16.38-44.52 32-104.73 32v128l57.53 15.97c26.21 7.28 53.01 13.12 80.31 15.05 32.69 2.31 65.6.67 97.58-6.2C472.9 481.3 512 429.22 512 384c0-64-84.18-96-174.54-96zM491.42 7.19C459.44.32 426.53-1.33 393.84.99c-27.3 1.93-54.1 7.77-80.31 15.04L256 32v128c60.2 0 79.94 15.62 104.73 32 28.57 18.88 69.82 32 104.73 32C555.82 224 640 192 640 128c0-45.22-39.1-97.3-148.58-120.81z\"],\n \"shopping-bag\": [448, 512, [], \"f290\", \"M352 160v-32C352 57.42 294.579 0 224 0 153.42 0 96 57.42 96 128v32H0v272c0 44.183 35.817 80 80 80h288c44.183 0 80-35.817 80-80V160h-96zm-192-32c0-35.29 28.71-64 64-64s64 28.71 64 64v32H160v-32zm160 120c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zm-192 0c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24z\"],\n \"shopping-basket\": [576, 512, [], \"f291\", \"M576 216v16c0 13.255-10.745 24-24 24h-8l-26.113 182.788C514.509 462.435 494.257 480 470.37 480H105.63c-23.887 0-44.139-17.565-47.518-41.212L32 256h-8c-13.255 0-24-10.745-24-24v-16c0-13.255 10.745-24 24-24h67.341l106.78-146.821c10.395-14.292 30.407-17.453 44.701-7.058 14.293 10.395 17.453 30.408 7.058 44.701L170.477 192h235.046L326.12 82.821c-10.395-14.292-7.234-34.306 7.059-44.701 14.291-10.395 34.306-7.235 44.701 7.058L484.659 192H552c13.255 0 24 10.745 24 24zM312 392V280c0-13.255-10.745-24-24-24s-24 10.745-24 24v112c0 13.255 10.745 24 24 24s24-10.745 24-24zm112 0V280c0-13.255-10.745-24-24-24s-24 10.745-24 24v112c0 13.255 10.745 24 24 24s24-10.745 24-24zm-224 0V280c0-13.255-10.745-24-24-24s-24 10.745-24 24v112c0 13.255 10.745 24 24 24s24-10.745 24-24z\"],\n \"shopping-cart\": [576, 512, [], \"f07a\", \"M528.12 301.319l47.273-208C578.806 78.301 567.391 64 551.99 64H159.208l-9.166-44.81C147.758 8.021 137.93 0 126.529 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24h69.883l70.248 343.435C147.325 417.1 136 435.222 136 456c0 30.928 25.072 56 56 56s56-25.072 56-56c0-15.674-6.447-29.835-16.824-40h209.647C430.447 426.165 424 440.326 424 456c0 30.928 25.072 56 56 56s56-25.072 56-56c0-22.172-12.888-41.332-31.579-50.405l5.517-24.276c3.413-15.018-8.002-29.319-23.403-29.319H218.117l-6.545-32h293.145c11.206 0 20.92-7.754 23.403-18.681z\"],\n \"shower\": [512, 512, [], \"f2cc\", \"M304,320a16,16,0,1,0,16,16A16,16,0,0,0,304,320Zm32-96a16,16,0,1,0,16,16A16,16,0,0,0,336,224Zm32,64a16,16,0,1,0-16-16A16,16,0,0,0,368,288Zm-32,32a16,16,0,1,0-16-16A16,16,0,0,0,336,320Zm-32-64a16,16,0,1,0,16,16A16,16,0,0,0,304,256Zm128-32a16,16,0,1,0-16-16A16,16,0,0,0,432,224Zm-48,16a16,16,0,1,0,16-16A16,16,0,0,0,384,240Zm-16-48a16,16,0,1,0,16,16A16,16,0,0,0,368,192Zm96,32a16,16,0,1,0,16,16A16,16,0,0,0,464,224Zm32-32a16,16,0,1,0,16,16A16,16,0,0,0,496,192Zm-64,64a16,16,0,1,0,16,16A16,16,0,0,0,432,256Zm-32,32a16,16,0,1,0,16,16A16,16,0,0,0,400,288Zm-64,64a16,16,0,1,0,16,16A16,16,0,0,0,336,352Zm-32,32a16,16,0,1,0,16,16A16,16,0,0,0,304,384Zm64-64a16,16,0,1,0,16,16A16,16,0,0,0,368,320Zm21.65-218.35-11.3-11.31a16,16,0,0,0-22.63,0L350.05,96A111.19,111.19,0,0,0,272,64c-19.24,0-37.08,5.3-52.9,13.85l-10-10A121.72,121.72,0,0,0,123.44,32C55.49,31.5,0,92.91,0,160.85V464a16,16,0,0,0,16,16H48a16,16,0,0,0,16-16V158.4c0-30.15,21-58.2,51-61.93a58.38,58.38,0,0,1,48.93,16.67l10,10C165.3,138.92,160,156.76,160,176a111.23,111.23,0,0,0,32,78.05l-5.66,5.67a16,16,0,0,0,0,22.62l11.3,11.31a16,16,0,0,0,22.63,0L389.65,124.28A16,16,0,0,0,389.65,101.65Z\"],\n \"shuttle-van\": [640, 512, [], \"f5b6\", \"M628.88 210.65L494.39 49.27A48.01 48.01 0 0 0 457.52 32H32C14.33 32 0 46.33 0 64v288c0 17.67 14.33 32 32 32h32c0 53.02 42.98 96 96 96s96-42.98 96-96h128c0 53.02 42.98 96 96 96s96-42.98 96-96h32c17.67 0 32-14.33 32-32V241.38c0-11.23-3.94-22.1-11.12-30.73zM64 192V96h96v96H64zm96 240c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm160-240h-96V96h96v96zm160 240c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm-96-240V96h66.02l80 96H384z\"],\n \"sign\": [512, 512, [], \"f4d9\", \"M496 64H128V16c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16v48H16C7.2 64 0 71.2 0 80v32c0 8.8 7.2 16 16 16h48v368c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V128h368c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16zM160 384h320V160H160v224z\"],\n \"sign-in-alt\": [512, 512, [], \"f2f6\", \"M416 448h-84c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h84c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32h-84c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12h84c53 0 96 43 96 96v192c0 53-43 96-96 96zm-47-201L201 79c-15-15-41-4.5-41 17v96H24c-13.3 0-24 10.7-24 24v96c0 13.3 10.7 24 24 24h136v96c0 21.5 26 32 41 17l168-168c9.3-9.4 9.3-24.6 0-34z\"],\n \"sign-language\": [448, 512, [], \"f2a7\", \"M91.434 483.987c-.307-16.018 13.109-29.129 29.13-29.129h62.293v-5.714H56.993c-16.021 0-29.437-13.111-29.13-29.129C28.16 404.491 40.835 392 56.428 392h126.429v-5.714H29.136c-16.021 0-29.437-13.111-29.13-29.129.297-15.522 12.973-28.013 28.566-28.013h154.286v-5.714H57.707c-16.021 0-29.437-13.111-29.13-29.129.297-15.522 12.973-28.013 28.566-28.013h168.566l-31.085-22.606c-12.762-9.281-15.583-27.149-6.302-39.912 9.281-12.761 27.15-15.582 39.912-6.302l123.361 89.715a34.287 34.287 0 0 1 14.12 27.728v141.136c0 15.91-10.946 29.73-26.433 33.374l-80.471 18.934a137.16 137.16 0 0 1-31.411 3.646H120c-15.593-.001-28.269-12.492-28.566-28.014zm73.249-225.701h36.423l-11.187-8.136c-18.579-13.511-20.313-40.887-3.17-56.536l-13.004-16.7c-9.843-12.641-28.43-15.171-40.88-5.088-12.065 9.771-14.133 27.447-4.553 39.75l36.371 46.71zm283.298-2.103l-5.003-152.452c-.518-15.771-13.722-28.136-29.493-27.619-15.773.518-28.137 13.722-27.619 29.493l1.262 38.415L283.565 11.019c-9.58-12.303-27.223-14.63-39.653-5.328-12.827 9.599-14.929 28.24-5.086 40.881l76.889 98.745-4.509 3.511-94.79-121.734c-9.58-12.303-27.223-14.63-39.653-5.328-12.827 9.599-14.929 28.24-5.086 40.881l94.443 121.288-4.509 3.511-77.675-99.754c-9.58-12.303-27.223-14.63-39.653-5.328-12.827 9.599-14.929 28.24-5.086 40.881l52.053 66.849c12.497-8.257 29.055-8.285 41.69.904l123.36 89.714c10.904 7.93 17.415 20.715 17.415 34.198v16.999l61.064-47.549a34.285 34.285 0 0 0 13.202-28.177z\"],\n \"sign-out-alt\": [512, 512, [], \"f2f5\", \"M497 273L329 441c-15 15-41 4.5-41-17v-96H152c-13.3 0-24-10.7-24-24v-96c0-13.3 10.7-24 24-24h136V88c0-21.4 25.9-32 41-17l168 168c9.3 9.4 9.3 24.6 0 34zM192 436v-40c0-6.6-5.4-12-12-12H96c-17.7 0-32-14.3-32-32V160c0-17.7 14.3-32 32-32h84c6.6 0 12-5.4 12-12V76c0-6.6-5.4-12-12-12H96c-53 0-96 43-96 96v192c0 53 43 96 96 96h84c6.6 0 12-5.4 12-12z\"],\n \"signal\": [640, 512, [], \"f012\", \"M216 288h-48c-8.84 0-16 7.16-16 16v192c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V304c0-8.84-7.16-16-16-16zM88 384H40c-8.84 0-16 7.16-16 16v96c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16v-96c0-8.84-7.16-16-16-16zm256-192h-48c-8.84 0-16 7.16-16 16v288c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V208c0-8.84-7.16-16-16-16zm128-96h-48c-8.84 0-16 7.16-16 16v384c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V112c0-8.84-7.16-16-16-16zM600 0h-48c-8.84 0-16 7.16-16 16v480c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V16c0-8.84-7.16-16-16-16z\"],\n \"signature\": [640, 512, [], \"f5b7\", \"M623.2 192c-51.8 3.5-125.7 54.7-163.1 71.5-29.1 13.1-54.2 24.4-76.1 24.4-22.6 0-26-16.2-21.3-51.9 1.1-8 11.7-79.2-42.7-76.1-25.1 1.5-64.3 24.8-169.5 126L192 182.2c30.4-75.9-53.2-151.5-129.7-102.8L7.4 116.3C0 121-2.2 130.9 2.5 138.4l17.2 27c4.7 7.5 14.6 9.7 22.1 4.9l58-38.9c18.4-11.7 40.7 7.2 32.7 27.1L34.3 404.1C27.5 421 37 448 64 448c8.3 0 16.5-3.2 22.6-9.4 42.2-42.2 154.7-150.7 211.2-195.8-2.2 28.5-2.1 58.9 20.6 83.8 15.3 16.8 37.3 25.3 65.5 25.3 35.6 0 68-14.6 102.3-30 33-14.8 99-62.6 138.4-65.8 8.5-.7 15.2-7.3 15.2-15.8v-32.1c.2-9.1-7.5-16.8-16.6-16.2z\"],\n \"sim-card\": [384, 512, [], \"f7c4\", \"M0 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V128L256 0H64C28.7 0 0 28.7 0 64zm224 192h-64v-64h64v64zm96 0h-64v-64h32c17.7 0 32 14.3 32 32v32zm-64 128h64v32c0 17.7-14.3 32-32 32h-32v-64zm-96 0h64v64h-64v-64zm-96 0h64v64H96c-17.7 0-32-14.3-32-32v-32zm0-96h256v64H64v-64zm0-64c0-17.7 14.3-32 32-32h32v64H64v-32z\"],\n \"sink\": [512, 512, [], \"f96d\", \"M32,416a96,96,0,0,0,96,96H384a96,96,0,0,0,96-96V384H32ZM496,288H400V256h64a16,16,0,0,0,16-16V224a16,16,0,0,0-16-16H384a32,32,0,0,0-32,32v48H288V96a32,32,0,0,1,64,0v16a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V96A96.16,96.16,0,0,0,300.87,1.86C255.29,10.71,224,53.36,224,99.79V288H160V240a32,32,0,0,0-32-32H48a16,16,0,0,0-16,16v16a16,16,0,0,0,16,16h64v32H16A16,16,0,0,0,0,304v32a16,16,0,0,0,16,16H496a16,16,0,0,0,16-16V304A16,16,0,0,0,496,288Z\"],\n \"sitemap\": [640, 512, [], \"f0e8\", \"M128 352H32c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32zm-24-80h192v48h48v-48h192v48h48v-57.59c0-21.17-17.23-38.41-38.41-38.41H344v-64h40c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32H256c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h40v64H94.41C73.23 224 56 241.23 56 262.41V320h48v-48zm264 80h-96c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32zm240 0h-96c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32z\"],\n \"skating\": [448, 512, [], \"f7c5\", \"M400 0c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm0 448c-8.8 0-16 7.2-16 16s-7.2 16-16 16h-96c-8.8 0-16 7.2-16 16s7.2 16 16 16h96c26.5 0 48-21.5 48-48 0-8.8-7.2-16-16-16zm-282.2 8.6c-6.2 6.2-16.4 6.3-22.6 0l-67.9-67.9c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l67.9 67.9c9.4 9.4 21.7 14 34 14s24.6-4.7 33.9-14c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.3-22.7 0zm56.1-179.8l-93.7 93.7c-12.5 12.5-12.5 32.8 0 45.2 6.2 6.2 14.4 9.4 22.6 9.4s16.4-3.1 22.6-9.4l91.9-91.9-30.2-30.2c-5-5-9.4-10.7-13.2-16.8zM128 160h105.5l-20.1 17.2c-13.5 11.5-21.6 28.4-22.3 46.1-.7 17.8 6.1 35.2 18.7 47.7l78.2 78.2V432c0 17.7 14.3 32 32 32s32-14.3 32-32v-89.4c0-12.6-5.1-25-14.1-33.9l-61-61c.5-.4 1.2-.6 1.7-1.1l82.3-82.3c11.5-11.5 14.9-28.6 8.7-43.6-6.2-15-20.7-24.7-37-24.7H128c-17.7 0-32 14.3-32 32s14.3 32 32 32z\"],\n \"skiing\": [512, 512, [], \"f7c9\", \"M432 96c26.5 0 48-21.5 48-48S458.5 0 432 0s-48 21.5-48 48 21.5 48 48 48zm73 356.1c-9.4-9.4-24.6-9.4-33.9 0-12.1 12.1-30.5 15.4-45.1 8.7l-135.8-70.2 49.2-73.8c12.7-19 10.2-44.5-6-60.6L293 215.7l-107-53.1c-2.9 19.9 3.4 40 17.7 54.4l75.1 75.2-45.9 68.8L35 258.7c-11.7-6-26.2-1.5-32.3 10.3-6.1 11.8-1.5 26.3 10.3 32.3l391.9 202.5c11.9 5.5 24.5 8.1 37.1 8.1 23.2 0 46-9 63-26 9.3-9.3 9.3-24.5 0-33.8zM120 91.6l-11.5 22.5c14.4 7.3 31.2 4.9 42.8-4.8l47.2 23.4c-.1.1-.1.2-.2.3l114.5 56.8 32.4-13 6.4 19.1c4 12.1 12.6 22 24 27.7l58.1 29c15.9 7.9 35 1.5 42.9-14.3 7.9-15.8 1.5-35-14.3-42.9l-52.1-26.1-17.1-51.2c-8.1-24.2-40.9-56.6-84.5-39.2l-81.2 32.5-62.5-31c.3-14.5-7.2-28.6-20.9-35.6l-11.1 21.7h-.2l-34.4-7c-1.8-.4-3.7.2-5 1.7-1.9 2.2-1.7 5.5.5 7.4l26.2 23z\"],\n \"skiing-nordic\": [576, 512, [], \"f7ca\", \"M336 96c26.5 0 48-21.5 48-48S362.5 0 336 0s-48 21.5-48 48 21.5 48 48 48zm216 320c-13.2 0-24 10.7-24 24 0 13.2-10.8 24-24 24h-69.5L460 285.6c11.7-4.7 20.1-16.2 20.1-29.6 0-17.7-14.3-32-32-32h-44L378 170.8c-12.5-25.5-35.5-44.2-61.8-50.9L245 98.7c-28.3-6.8-57.8-.5-80.8 17.1l-39.7 30.4c-14 10.7-16.7 30.8-5.9 44.9.7.9 1.7 1.3 2.4 2.1L66.9 464H24c-13.2 0-24 10.7-24 24s10.8 24 24 24h480c39.7 0 72-32.3 72-72 0-13.2-10.8-24-24-24zm-260.5 48h-96.9l43.1-91-22-13c-12.1-7.2-21.9-16.9-29.5-27.8L123.7 464H99.5l52.3-261.4c4.1-1 8.1-2.9 11.7-5.6l39.7-30.4c7.7-5.9 17.4-8 25.3-6.1l14.7 4.4-37.5 87.4c-12.6 29.5-1.3 64 26.3 80.3l85 50.2-25.5 81.2zm110.6 0h-43.6l23.6-75.5c5.9-20.8-2.9-43.1-21.6-54.4L299.3 298l31.3-78.3 20.3 41.4c8 16.3 24.9 26.9 43.1 26.9h33.3l-25.2 176z\"],\n \"skull\": [512, 512, [], \"f54c\", \"M256 0C114.6 0 0 100.3 0 224c0 70.1 36.9 132.6 94.5 173.7 9.6 6.9 15.2 18.1 13.5 29.9l-9.4 66.2c-1.4 9.6 6 18.2 15.7 18.2H192v-56c0-4.4 3.6-8 8-8h16c4.4 0 8 3.6 8 8v56h64v-56c0-4.4 3.6-8 8-8h16c4.4 0 8 3.6 8 8v56h77.7c9.7 0 17.1-8.6 15.7-18.2l-9.4-66.2c-1.7-11.7 3.8-23 13.5-29.9C475.1 356.6 512 294.1 512 224 512 100.3 397.4 0 256 0zm-96 320c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64zm192 0c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64z\"],\n \"skull-crossbones\": [448, 512, [], \"f714\", \"M439.15 453.06L297.17 384l141.99-69.06c7.9-3.95 11.11-13.56 7.15-21.46L432 264.85c-3.95-7.9-13.56-11.11-21.47-7.16L224 348.41 37.47 257.69c-7.9-3.95-17.51-.75-21.47 7.16L1.69 293.48c-3.95 7.9-.75 17.51 7.15 21.46L150.83 384 8.85 453.06c-7.9 3.95-11.11 13.56-7.15 21.47l14.31 28.63c3.95 7.9 13.56 11.11 21.47 7.15L224 419.59l186.53 90.72c7.9 3.95 17.51.75 21.47-7.15l14.31-28.63c3.95-7.91.74-17.52-7.16-21.47zM150 237.28l-5.48 25.87c-2.67 12.62 5.42 24.85 16.45 24.85h126.08c11.03 0 19.12-12.23 16.45-24.85l-5.5-25.87c41.78-22.41 70-62.75 70-109.28C368 57.31 303.53 0 224 0S80 57.31 80 128c0 46.53 28.22 86.87 70 109.28zM280 112c17.65 0 32 14.35 32 32s-14.35 32-32 32-32-14.35-32-32 14.35-32 32-32zm-112 0c17.65 0 32 14.35 32 32s-14.35 32-32 32-32-14.35-32-32 14.35-32 32-32z\"],\n \"slash\": [640, 512, [], \"f715\", \"M594.53 508.63L6.18 53.9c-6.97-5.42-8.23-15.47-2.81-22.45L23.01 6.18C28.43-.8 38.49-2.06 45.47 3.37L633.82 458.1c6.97 5.42 8.23 15.47 2.81 22.45l-19.64 25.27c-5.42 6.98-15.48 8.23-22.46 2.81z\"],\n \"sleigh\": [640, 512, [], \"f7cc\", \"M612.7 350.7l-9.3-7.4c-6.9-5.5-17-4.4-22.5 2.5l-10 12.5c-5.5 6.9-4.4 17 2.5 22.5l9.3 7.4c5.9 4.7 9.2 11.7 9.2 19.2 0 13.6-11 24.6-24.6 24.6H48c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h516c39 0 73.7-29.3 75.9-68.3 1.4-23.8-8.7-46.3-27.2-61zM32 224c0 59.6 40.9 109.2 96 123.5V400h64v-48h192v48h64v-48c53 0 96-43 96-96v-96c17.7 0 32-14.3 32-32s-14.3-32-32-32h-96v64c0 35.3-28.7 64-64 64h-20.7c-65.8 0-125.9-37.2-155.3-96-29.4-58.8-89.6-96-155.3-96H32C14.3 32 0 46.3 0 64s14.3 32 32 32v128z\"],\n \"sliders-h\": [512, 512, [], \"f1de\", \"M496 384H160v-16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v16H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h80v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h336c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm0-160h-80v-16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v16H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h336v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h80c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm0-160H288V48c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v16H16C7.2 64 0 71.2 0 80v32c0 8.8 7.2 16 16 16h208v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h208c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16z\"],\n \"smile\": [496, 512, [], \"f118\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm194.8 170.2C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.6-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.4-16.2 38.1 4.2 24.6 20.5z\"],\n \"smile-beam\": [496, 512, [], \"f5b8\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"],\n \"smile-wink\": [496, 512, [], \"f4da\", \"M0 256c0 137 111 248 248 248s248-111 248-248S385 8 248 8 0 119 0 256zm200-48c0 17.7-14.3 32-32 32s-32-14.3-32-32 14.3-32 32-32 32 14.3 32 32zm158.5 16.5c-14.8-13.2-46.2-13.2-61 0L288 233c-8.3 7.4-21.6.4-19.8-10.8 4-25.2 34.2-42.1 59.9-42.1S384 197 388 222.2c1.7 11.1-11.4 18.3-19.8 10.8l-9.7-8.5zM157.8 325.8C180.2 352.7 213 368 248 368s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.2 24.6 20.5C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11.2-36.7 24.6-20.4z\"],\n \"smog\": [640, 512, [], \"f75f\", \"M624 368H80c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h544c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16zm-480 96H16c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h128c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16zm416 0H224c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h336c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16zM144 288h156.1c22.5 19.7 51.6 32 83.9 32s61.3-12.3 83.9-32H528c61.9 0 112-50.1 112-112S589.9 64 528 64c-18 0-34.7 4.6-49.7 12.1C454 31 406.8 0 352 0c-41 0-77.8 17.3-104 44.8C221.8 17.3 185 0 144 0 64.5 0 0 64.5 0 144s64.5 144 144 144z\"],\n \"smoking\": [640, 512, [], \"f48d\", \"M632 352h-48c-4.4 0-8 3.6-8 8v144c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8zM553.3 87.1c-5.7-3.8-9.3-10-9.3-16.8V8c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v62.3c0 22 10.2 43.4 28.6 55.4 42.2 27.3 67.4 73.8 67.4 124V280c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-30.3c0-65.5-32.4-126.2-86.7-162.6zM432 352H48c-26.5 0-48 21.5-48 48v64c0 26.5 21.5 48 48 48h384c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16zm-32 112H224v-64h176v64zm87.7-322.4C463.8 125 448 99.3 448 70.3V8c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v66.4c0 43.7 24.6 81.6 60.3 106.7 22.4 15.7 35.7 41.2 35.7 68.6V280c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-30.3c0-43.3-21-83.4-56.3-108.1zM536 352h-48c-4.4 0-8 3.6-8 8v144c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8z\"],\n \"smoking-ban\": [512, 512, [], \"f54d\", \"M96 304c0 8.8 7.2 16 16 16h117.5l-96-96H112c-8.8 0-16 7.2-16 16v64zM256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zm0 448c-105.9 0-192-86.1-192-192 0-41.4 13.3-79.7 35.7-111.1l267.4 267.4C335.7 434.7 297.4 448 256 448zm45.2-192H384v32h-50.8l-32-32zm111.1 111.1L365.2 320H400c8.8 0 16-7.2 16-16v-64c0-8.8-7.2-16-16-16H269.2L144.9 99.7C176.3 77.3 214.6 64 256 64c105.9 0 192 86.1 192 192 0 41.4-13.3 79.7-35.7 111.1zM320.6 128c-15.6 0-28.6-11.2-31.4-25.9-.7-3.6-4-6.1-7.7-6.1h-16.2c-5 0-8.7 4.5-8 9.4 4.6 30.9 31.2 54.6 63.3 54.6 15.6 0 28.6 11.2 31.4 25.9.7 3.6 4 6.1 7.7 6.1h16.2c5 0 8.7-4.5 8-9.4-4.6-30.9-31.2-54.6-63.3-54.6z\"],\n \"sms\": [512, 512, [], \"f7cd\", \"M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7 1.3 3 4.1 4.8 7.3 4.8 66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32zM128.2 304H116c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h12.3c6 0 10.4-3.5 10.4-6.6 0-1.3-.8-2.7-2.1-3.8l-21.9-18.8c-8.5-7.2-13.3-17.5-13.3-28.1 0-21.3 19-38.6 42.4-38.6H156c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8h-12.3c-6 0-10.4 3.5-10.4 6.6 0 1.3.8 2.7 2.1 3.8l21.9 18.8c8.5 7.2 13.3 17.5 13.3 28.1.1 21.3-19 38.6-42.4 38.6zm191.8-8c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8v-68.2l-24.8 55.8c-2.9 5.9-11.4 5.9-14.3 0L224 227.8V296c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8V192c0-8.8 7.2-16 16-16h16c6.1 0 11.6 3.4 14.3 8.8l17.7 35.4 17.7-35.4c2.7-5.4 8.3-8.8 14.3-8.8h16c8.8 0 16 7.2 16 16v104zm48.3 8H356c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h12.3c6 0 10.4-3.5 10.4-6.6 0-1.3-.8-2.7-2.1-3.8l-21.9-18.8c-8.5-7.2-13.3-17.5-13.3-28.1 0-21.3 19-38.6 42.4-38.6H396c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8h-12.3c-6 0-10.4 3.5-10.4 6.6 0 1.3.8 2.7 2.1 3.8l21.9 18.8c8.5 7.2 13.3 17.5 13.3 28.1.1 21.3-18.9 38.6-42.3 38.6z\"],\n \"snowboarding\": [512, 512, [], \"f7ce\", \"M432 96c26.5 0 48-21.5 48-48S458.5 0 432 0s-48 21.5-48 48 21.5 48 48 48zm28.8 153.6c5.8 4.3 12.5 6.4 19.2 6.4 9.7 0 19.3-4.4 25.6-12.8 10.6-14.1 7.8-34.2-6.4-44.8l-111.4-83.5c-13.8-10.3-29.1-18.4-45.4-23.8l-63.7-21.2-26.1-52.1C244.7 2 225.5-4.4 209.7 3.5c-15.8 7.9-22.2 27.1-14.3 42.9l29.1 58.1c5.7 11.4 15.6 19.9 27.7 24l16.4 5.5-41.2 20.6c-21.8 10.9-35.4 32.8-35.4 57.2v53.1l-74.1 24.7c-16.8 5.6-25.8 23.7-20.2 40.5 1.7 5.2 4.9 9.4 8.7 12.9l-38.7-14.1c-9.7-3.5-17.4-10.6-21.8-20-5.6-12-19.9-17.2-31.9-11.6s-17.2 19.9-11.6 31.9c9.8 21 27.1 36.9 48.9 44.8l364.8 132.7c9.7 3.5 19.7 5.3 29.7 5.3 12.5 0 24.9-2.7 36.5-8.2 12-5.6 17.2-19.9 11.6-31.9S474 454.7 462 460.3c-9.3 4.4-19.8 4.8-29.5 1.3l-90.8-33.1c8.7-4.1 15.6-11.8 17.8-21.9l21.9-102c3.9-18.2-3.2-37.2-18.1-48.4l-52-39 66-30.5 83.5 62.9zm-144.4 51.7l-19.7 92c-1.5 7.1-.1 13.9 2.8 20l-169.4-61.6c2.7-.2 5.4-.4 8-1.3l85-28.4c19.6-6.5 32.8-24.8 32.8-45.5V256l60.5 45.3z\"],\n \"snowflake\": [448, 512, [], \"f2dc\", \"M440.3 345.2l-33.8-19.5 26-7c8.2-2.2 13.1-10.7 10.9-18.9l-4-14.9c-2.2-8.2-10.7-13.1-18.9-10.9l-70.8 19-63.9-37 63.8-36.9 70.8 19c8.2 2.2 16.7-2.7 18.9-10.9l4-14.9c2.2-8.2-2.7-16.7-10.9-18.9l-26-7 33.8-19.5c7.4-4.3 9.9-13.7 5.7-21.1L430.4 119c-4.3-7.4-13.7-9.9-21.1-5.7l-33.8 19.5 7-26c2.2-8.2-2.7-16.7-10.9-18.9l-14.9-4c-8.2-2.2-16.7 2.7-18.9 10.9l-19 70.8-62.8 36.2v-77.5l53.7-53.7c6.2-6.2 6.2-16.4 0-22.6l-11.3-11.3c-6.2-6.2-16.4-6.2-22.6 0L256 56.4V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v40.4l-19.7-19.7c-6.2-6.2-16.4-6.2-22.6 0L138.3 48c-6.3 6.2-6.3 16.4 0 22.6l53.7 53.7v77.5l-62.8-36.2-19-70.8c-2.2-8.2-10.7-13.1-18.9-10.9l-14.9 4c-8.2 2.2-13.1 10.7-10.9 18.9l7 26-33.8-19.5c-7.4-4.3-16.8-1.7-21.1 5.7L2.1 145.7c-4.3 7.4-1.7 16.8 5.7 21.1l33.8 19.5-26 7c-8.3 2.2-13.2 10.7-11 19l4 14.9c2.2 8.2 10.7 13.1 18.9 10.9l70.8-19 63.8 36.9-63.8 36.9-70.8-19c-8.2-2.2-16.7 2.7-18.9 10.9l-4 14.9c-2.2 8.2 2.7 16.7 10.9 18.9l26 7-33.8 19.6c-7.4 4.3-9.9 13.7-5.7 21.1l15.5 26.8c4.3 7.4 13.7 9.9 21.1 5.7l33.8-19.5-7 26c-2.2 8.2 2.7 16.7 10.9 18.9l14.9 4c8.2 2.2 16.7-2.7 18.9-10.9l19-70.8 62.8-36.2v77.5l-53.7 53.7c-6.3 6.2-6.3 16.4 0 22.6l11.3 11.3c6.2 6.2 16.4 6.2 22.6 0l19.7-19.7V496c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-40.4l19.7 19.7c6.2 6.2 16.4 6.2 22.6 0l11.3-11.3c6.2-6.2 6.2-16.4 0-22.6L256 387.7v-77.5l62.8 36.2 19 70.8c2.2 8.2 10.7 13.1 18.9 10.9l14.9-4c8.2-2.2 13.1-10.7 10.9-18.9l-7-26 33.8 19.5c7.4 4.3 16.8 1.7 21.1-5.7l15.5-26.8c4.3-7.3 1.8-16.8-5.6-21z\"],\n \"snowman\": [512, 512, [], \"f7d0\", \"M510.9 152.3l-5.9-14.5c-3.3-8-12.6-11.9-20.8-8.7L456 140.6v-29c0-8.6-7.2-15.6-16-15.6h-16c-8.8 0-16 7-16 15.6v46.9c0 .5.3 1 .3 1.5l-56.4 23c-5.9-10-13.3-18.9-22-26.6 13.6-16.6 22-37.4 22-60.5 0-53-43-96-96-96s-96 43-96 96c0 23.1 8.5 43.9 22 60.5-8.7 7.7-16 16.6-22 26.6l-56.4-23c.1-.5.3-1 .3-1.5v-46.9C104 103 96.8 96 88 96H72c-8.8 0-16 7-16 15.6v29l-28.1-11.5c-8.2-3.2-17.5.7-20.8 8.7l-5.9 14.5c-3.3 8 .7 17.1 8.9 20.3l135.2 55.2c-.4 4-1.2 8-1.2 12.2 0 10.1 1.7 19.6 4.2 28.9C120.9 296.4 104 334.2 104 376c0 54 28.4 100.9 70.8 127.8 9.3 5.9 20.3 8.2 31.3 8.2h99.2c13.3 0 26.3-4.1 37.2-11.7 46.5-32.3 74.4-89.4 62.9-152.6-5.5-30.2-20.5-57.6-41.6-79 2.5-9.2 4.2-18.7 4.2-28.7 0-4.2-.8-8.1-1.2-12.2L502 172.6c8.1-3.1 12.1-12.2 8.9-20.3zM224 96c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm32 272c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-64c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-64c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-88s-16-23.2-16-32 7.2-16 16-16 16 7.2 16 16-16 32-16 32zm32-56c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z\"],\n \"snowplow\": [640, 512, [], \"f7d2\", \"M120 376c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm80 0c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm80 0c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm80 0c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm238.6 49.4c-14.5-14.5-22.6-34.1-22.6-54.6V269.2c0-20.5 8.1-40.1 22.6-54.6l36.7-36.7c6.2-6.2 6.2-16.4 0-22.6l-22.6-22.6c-6.2-6.2-16.4-6.2-22.6 0l-36.7 36.7c-26.5 26.5-41.4 62.4-41.4 99.9V288h-64v-50.9c0-8.7-1.8-17.2-5.2-25.2L364.5 29.1C356.9 11.4 339.6 0 320.3 0H176c-26.5 0-48 21.5-48 48v112h-16c-26.5 0-48 21.5-48 48v91.2C26.3 317.2 0 355.4 0 400c0 61.9 50.1 112 112 112h256c61.9 0 112-50.1 112-112 0-17.3-4.2-33.4-11.2-48H512v18.7c0 37.5 14.9 73.4 41.4 99.9l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0l22.6-22.6c6.2-6.2 6.2-16.4 0-22.6l-36.7-36.7zM192 64h117.8l68.6 160H256l-64-64V64zm176 384H112c-26.5 0-48-21.5-48-48s21.5-48 48-48h256c26.5 0 48 21.5 48 48s-21.5 48-48 48z\"],\n \"soap\": [512, 512, [], \"f96e\", \"M416,192a95.42,95.42,0,0,1-30.94,70.21A95.8,95.8,0,0,1,352,448H160a96,96,0,0,1,0-192h88.91A95.3,95.3,0,0,1,224,192H96A96,96,0,0,0,0,288V416a96,96,0,0,0,96,96H416a96,96,0,0,0,96-96V288A96,96,0,0,0,416,192Zm-96,64a64,64,0,1,0-64-64A64,64,0,0,0,320,256ZM208,96a48,48,0,1,0-48-48A48,48,0,0,0,208,96ZM384,64a32,32,0,1,0-32-32A32,32,0,0,0,384,64ZM160,288a64,64,0,0,0,0,128H352a64,64,0,0,0,0-128Z\"],\n \"socks\": [512, 512, [], \"f696\", \"M214.66 311.01L288 256V96H128v176l-86.65 64.61c-39.4 29.56-53.86 84.42-29.21 127.06C30.39 495.25 63.27 512 96.08 512c20.03 0 40.25-6.25 57.52-19.2l21.86-16.39c-29.85-55.38-13.54-125.84 39.2-165.4zM288 32c0-11.05 3.07-21.3 8.02-30.38C293.4.92 290.85 0 288 0H160c-17.67 0-32 14.33-32 32v32h160V32zM480 0H352c-17.67 0-32 14.33-32 32v32h192V32c0-17.67-14.33-32-32-32zM320 272l-86.13 64.61c-39.4 29.56-53.86 84.42-29.21 127.06 18.25 31.58 50.61 48.33 83.42 48.33 20.03 0 40.25-6.25 57.52-19.2l115.2-86.4A127.997 127.997 0 0 0 512 304V96H320v176z\"],\n \"solar-panel\": [640, 512, [], \"f5ba\", \"M431.98 448.01l-47.97.05V416h-128v32.21l-47.98.05c-8.82.01-15.97 7.16-15.98 15.99l-.05 31.73c-.01 8.85 7.17 16.03 16.02 16.02l223.96-.26c8.82-.01 15.97-7.16 15.98-15.98l.04-31.73c.01-8.85-7.17-16.03-16.02-16.02zM585.2 26.74C582.58 11.31 568.99 0 553.06 0H86.93C71 0 57.41 11.31 54.79 26.74-3.32 369.16.04 348.08.03 352c-.03 17.32 14.29 32 32.6 32h574.74c18.23 0 32.51-14.56 32.59-31.79.02-4.08 3.35 16.95-54.76-325.47zM259.83 64h120.33l9.77 96H250.06l9.77-96zm-75.17 256H71.09L90.1 208h105.97l-11.41 112zm16.29-160H98.24l16.29-96h96.19l-9.77 96zm32.82 160l11.4-112h149.65l11.4 112H233.77zm195.5-256h96.19l16.29 96H439.04l-9.77-96zm26.06 256l-11.4-112H549.9l19.01 112H455.33z\"],\n \"sort\": [320, 512, [], \"f0dc\", \"M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41zm255-105L177 64c-9.4-9.4-24.6-9.4-33.9 0L24 183c-15.1 15.1-4.4 41 17 41h238c21.4 0 32.1-25.9 17-41z\"],\n \"sort-alpha-down\": [448, 512, [], \"f15d\", \"M176 352h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.36 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm240-64H288a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h56l-61.26 70.45A32 32 0 0 0 272 446.37V464a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-56l61.26-70.45A32 32 0 0 0 432 321.63V304a16 16 0 0 0-16-16zm31.06-85.38l-59.27-160A16 16 0 0 0 372.72 32h-41.44a16 16 0 0 0-15.07 10.62l-59.27 160A16 16 0 0 0 272 224h24.83a16 16 0 0 0 15.23-11.08l4.42-12.92h71l4.41 12.92A16 16 0 0 0 407.16 224H432a16 16 0 0 0 15.06-21.38zM335.61 144L352 96l16.39 48z\"],\n \"sort-alpha-down-alt\": [448, 512, [], \"f881\", \"M176 352h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.36 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm112-128h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-56l61.26-70.45A32 32 0 0 0 432 65.63V48a16 16 0 0 0-16-16H288a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h56l-61.26 70.45A32 32 0 0 0 272 190.37V208a16 16 0 0 0 16 16zm159.06 234.62l-59.27-160A16 16 0 0 0 372.72 288h-41.44a16 16 0 0 0-15.07 10.62l-59.27 160A16 16 0 0 0 272 480h24.83a16 16 0 0 0 15.23-11.08l4.42-12.92h71l4.41 12.92A16 16 0 0 0 407.16 480H432a16 16 0 0 0 15.06-21.38zM335.61 400L352 352l16.39 48z\"],\n \"sort-alpha-up\": [448, 512, [], \"f15e\", \"M16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.38-17.24 11.31-27.31l-80-96a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.78 160 16 160zm400 128H288a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h56l-61.26 70.45A32 32 0 0 0 272 446.37V464a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-56l61.26-70.45A32 32 0 0 0 432 321.63V304a16 16 0 0 0-16-16zm31.06-85.38l-59.27-160A16 16 0 0 0 372.72 32h-41.44a16 16 0 0 0-15.07 10.62l-59.27 160A16 16 0 0 0 272 224h24.83a16 16 0 0 0 15.23-11.08l4.42-12.92h71l4.41 12.92A16 16 0 0 0 407.16 224H432a16 16 0 0 0 15.06-21.38zM335.61 144L352 96l16.39 48z\"],\n \"sort-alpha-up-alt\": [448, 512, [], \"f882\", \"M16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.38-17.24 11.31-27.31l-80-96a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.78 160 16 160zm272 64h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-56l61.26-70.45A32 32 0 0 0 432 65.63V48a16 16 0 0 0-16-16H288a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h56l-61.26 70.45A32 32 0 0 0 272 190.37V208a16 16 0 0 0 16 16zm159.06 234.62l-59.27-160A16 16 0 0 0 372.72 288h-41.44a16 16 0 0 0-15.07 10.62l-59.27 160A16 16 0 0 0 272 480h24.83a16 16 0 0 0 15.23-11.08l4.42-12.92h71l4.41 12.92A16 16 0 0 0 407.16 480H432a16 16 0 0 0 15.06-21.38zM335.61 400L352 352l16.39 48z\"],\n \"sort-amount-down\": [512, 512, [], \"f160\", \"M304 416h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-128-64h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.37 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm256-192H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-64 128H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM496 32H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"],\n \"sort-amount-down-alt\": [512, 512, [], \"f884\", \"M240 96h64a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm0 128h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm256 192H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-256-64h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm-64 0h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.37 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352z\"],\n \"sort-amount-up\": [512, 512, [], \"f161\", \"M304 416h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.38-17.24 11.31-27.31l-80-96a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.77 160 16 160zm416 0H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-64 128H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM496 32H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"],\n \"sort-amount-up-alt\": [512, 512, [], \"f885\", \"M240 96h64a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm0 128h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm256 192H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-256-64h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zM16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.39-17.24 11.31-27.31l-80-96a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.78 160 16 160z\"],\n \"sort-down\": [320, 512, [], \"f0dd\", \"M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z\"],\n \"sort-numeric-down\": [448, 512, [], \"f162\", \"M304 96h16v64h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-16V48a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 304 96zm26.15 162.91a79 79 0 0 0-55 54.17c-14.25 51.05 21.21 97.77 68.85 102.53a84.07 84.07 0 0 1-20.85 12.91c-7.57 3.4-10.8 12.47-8.18 20.34l9.9 20c2.87 8.63 12.53 13.49 20.9 9.91 58-24.76 86.25-61.61 86.25-132V336c-.02-51.21-48.4-91.34-101.85-77.09zM352 356a20 20 0 1 1 20-20 20 20 0 0 1-20 20zm-176-4h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.36 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352z\"],\n \"sort-numeric-down-alt\": [448, 512, [], \"f886\", \"M176 352h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.36 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm224 64h-16V304a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 304 352h16v64h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM330.17 34.91a79 79 0 0 0-55 54.17c-14.27 51.05 21.19 97.77 68.83 102.53a84.07 84.07 0 0 1-20.85 12.91c-7.57 3.4-10.8 12.47-8.18 20.34l9.9 20c2.87 8.63 12.53 13.49 20.9 9.91 58-24.77 86.25-61.61 86.25-132V112c-.02-51.21-48.4-91.34-101.85-77.09zM352 132a20 20 0 1 1 20-20 20 20 0 0 1-20 20z\"],\n \"sort-numeric-up\": [448, 512, [], \"f163\", \"M330.17 258.91a79 79 0 0 0-55 54.17c-14.27 51.05 21.19 97.77 68.83 102.53a84.07 84.07 0 0 1-20.85 12.91c-7.57 3.4-10.8 12.47-8.18 20.34l9.9 20c2.87 8.63 12.53 13.49 20.9 9.91 58-24.76 86.25-61.61 86.25-132V336c-.02-51.21-48.4-91.34-101.85-77.09zM352 356a20 20 0 1 1 20-20 20 20 0 0 1-20 20zM304 96h16v64h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-16V48a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 304 96zM107.31 36.69a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.78 160 16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.38-17.24 11.31-27.31z\"],\n \"sort-numeric-up-alt\": [448, 512, [], \"f887\", \"M107.31 36.69a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.78 160 16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.38-17.24 11.31-27.31zM400 416h-16V304a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 304 352h16v64h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM330.17 34.91a79 79 0 0 0-55 54.17c-14.27 51.05 21.19 97.77 68.83 102.53a84.07 84.07 0 0 1-20.85 12.91c-7.57 3.4-10.8 12.47-8.18 20.34l9.9 20c2.87 8.63 12.53 13.49 20.9 9.91 58-24.77 86.25-61.61 86.25-132V112c-.02-51.21-48.4-91.34-101.85-77.09zM352 132a20 20 0 1 1 20-20 20 20 0 0 1-20 20z\"],\n \"sort-up\": [320, 512, [], \"f0de\", \"M279 224H41c-21.4 0-32.1-25.9-17-41L143 64c9.4-9.4 24.6-9.4 33.9 0l119 119c15.2 15.1 4.5 41-16.9 41z\"],\n \"spa\": [576, 512, [], \"f5bb\", \"M568.25 192c-29.04.13-135.01 6.16-213.84 83-33.12 29.63-53.36 63.3-66.41 94.86-13.05-31.56-33.29-65.23-66.41-94.86-78.83-76.84-184.8-82.87-213.84-83-4.41-.02-7.79 3.4-7.75 7.82.23 27.92 7.14 126.14 88.77 199.3C172.79 480.94 256 480 288 480s115.19.95 199.23-80.88c81.64-73.17 88.54-171.38 88.77-199.3.04-4.42-3.34-7.84-7.75-7.82zM287.98 302.6c12.82-18.85 27.6-35.78 44.09-50.52 19.09-18.61 39.58-33.3 60.26-45.18-16.44-70.5-51.72-133.05-96.73-172.22-4.11-3.58-11.02-3.58-15.14 0-44.99 39.14-80.27 101.63-96.74 172.07 20.37 11.7 40.5 26.14 59.22 44.39a282.768 282.768 0 0 1 45.04 51.46z\"],\n \"space-shuttle\": [640, 512, [], \"f197\", \"M592.604 208.244C559.735 192.836 515.777 184 472 184H186.327c-4.952-6.555-10.585-11.978-16.72-16H376C229.157 137.747 219.403 32 96.003 32H96v128H80V32c-26.51 0-48 28.654-48 64v64c-23.197 0-32 10.032-32 24v40c0 13.983 8.819 24 32 24v16c-23.197 0-32 10.032-32 24v40c0 13.983 8.819 24 32 24v64c0 35.346 21.49 64 48 64V352h16v128h.003c123.4 0 133.154-105.747 279.997-136H169.606c6.135-4.022 11.768-9.445 16.72-16H472c43.777 0 87.735-8.836 120.604-24.244C622.282 289.845 640 271.992 640 256s-17.718-33.845-47.396-47.756zM488 296a8 8 0 0 1-8-8v-64a8 8 0 0 1 8-8c31.909 0 31.942 80 0 80z\"],\n \"spell-check\": [576, 512, [], \"f891\", \"M272 256h91.36c43.2 0 82-32.2 84.51-75.34a79.82 79.82 0 0 0-25.26-63.07 79.81 79.81 0 0 0 9.06-44.91C427.9 30.57 389.3 0 347 0h-75a16 16 0 0 0-16 16v224a16 16 0 0 0 16 16zm40-200h40a24 24 0 0 1 0 48h-40zm0 96h56a24 24 0 0 1 0 48h-56zM155.12 22.25A32 32 0 0 0 124.64 0H99.36a32 32 0 0 0-30.48 22.25L.59 235.73A16 16 0 0 0 16 256h24.93a16 16 0 0 0 15.42-11.73L68.29 208h87.42l11.94 36.27A16 16 0 0 0 183.07 256H208a16 16 0 0 0 15.42-20.27zM89.37 144L112 75.3l22.63 68.7zm482 132.48l-45.21-45.3a15.88 15.88 0 0 0-22.59 0l-151.5 151.5-55.41-55.5a15.88 15.88 0 0 0-22.59 0l-45.3 45.3a16 16 0 0 0 0 22.59l112 112.21a15.89 15.89 0 0 0 22.6 0l208-208.21a16 16 0 0 0-.02-22.59z\"],\n \"spider\": [576, 512, [], \"f717\", \"M151.17 167.35L177.1 176h4.67l5.22-26.12c.72-3.58 1.8-7.58 3.21-11.79l-20.29-40.58 23.8-71.39c2.79-8.38-1.73-17.44-10.12-20.24L168.42.82c-8.38-2.8-17.45 1.73-20.24 10.12l-25.89 77.68a32.04 32.04 0 0 0 1.73 24.43l27.15 54.3zm422.14 182.03l-52.75-79.12a32.002 32.002 0 0 0-26.62-14.25H416l68.99-24.36a32.03 32.03 0 0 0 16.51-12.61l53.6-80.41c4.9-7.35 2.91-17.29-4.44-22.19l-13.31-8.88c-7.35-4.9-17.29-2.91-22.19 4.44l-50.56 75.83L404.1 208H368l-10.37-51.85C355.44 145.18 340.26 96 288 96c-52.26 0-67.44 49.18-69.63 60.15L208 208h-36.1l-60.49-20.17L60.84 112c-4.9-7.35-14.83-9.34-22.19-4.44l-13.31 8.88c-7.35 4.9-9.34 14.83-4.44 22.19l53.6 80.41a32.03 32.03 0 0 0 16.51 12.61L160 256H82.06a32.02 32.02 0 0 0-26.63 14.25L2.69 349.38c-4.9 7.35-2.92 17.29 4.44 22.19l13.31 8.88c7.35 4.9 17.29 2.91 22.19-4.44l48-72h47.06l-60.83 97.33A31.988 31.988 0 0 0 72 418.3V496c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-73.11l74.08-118.53c-1.01 14.05-2.08 28.11-2.08 42.21C192 399.64 232.76 448 288 448s96-48.36 96-101.43c0-14.1-1.08-28.16-2.08-42.21L456 422.89V496c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-77.71c0-6-1.69-11.88-4.86-16.96L438.31 304h47.06l48 72c4.9 7.35 14.84 9.34 22.19 4.44l13.31-8.88c7.36-4.9 9.34-14.83 4.44-22.18zM406.09 97.51l-20.29 40.58c1.41 4.21 2.49 8.21 3.21 11.79l5.22 26.12h4.67l25.93-8.65 27.15-54.3a31.995 31.995 0 0 0 1.73-24.43l-25.89-77.68C425.03 2.56 415.96-1.98 407.58.82l-15.17 5.06c-8.38 2.8-12.91 11.86-10.12 20.24l23.8 71.39z\"],\n \"spinner\": [512, 512, [], \"f110\", \"M304 48c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-48 368c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm208-208c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zM96 256c0-26.51-21.49-48-48-48S0 229.49 0 256s21.49 48 48 48 48-21.49 48-48zm12.922 99.078c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.491-48-48-48zm294.156 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.49-48-48-48zM108.922 60.922c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.491-48-48-48z\"],\n \"splotch\": [512, 512, [], \"f5bc\", \"M472.29 195.89l-67.06-22.95c-19.28-6.6-33.54-20.92-38.14-38.3L351.1 74.19c-11.58-43.77-76.57-57.13-109.98-22.62l-46.14 47.67c-13.26 13.71-33.54 20.93-54.2 19.31l-71.88-5.62c-52.05-4.07-86.93 44.88-59.03 82.83l38.54 52.42c11.08 15.07 12.82 33.86 4.64 50.24L24.62 355.4c-20.59 41.25 22.84 84.87 73.49 73.81l69.96-15.28c20.11-4.39 41.45 0 57.07 11.73l54.32 40.83c39.32 29.56 101.04 7.57 104.45-37.22l4.7-61.86c1.35-17.79 12.8-33.86 30.63-42.99l62-31.74c44.88-22.96 39.59-80.17-8.95-96.79z\"],\n \"spray-can\": [512, 512, [], \"f5bd\", \"M224 32c0-17.67-14.33-32-32-32h-64c-17.67 0-32 14.33-32 32v96h128V32zm256 96c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32zm-256 32H96c-53.02 0-96 42.98-96 96v224c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V256c0-53.02-42.98-96-96-96zm-64 256c-44.18 0-80-35.82-80-80s35.82-80 80-80 80 35.82 80 80-35.82 80-80 80zM480 96c17.67 0 32-14.33 32-32s-14.33-32-32-32-32 14.33-32 32 14.33 32 32 32zm-96 32c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32zm-96-96c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32zm96 0c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32zm96 192c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32z\"],\n \"square\": [448, 512, [], \"f0c8\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z\"],\n \"square-full\": [512, 512, [], \"f45c\", \"M512 512H0V0h512v512z\"],\n \"square-root-alt\": [576, 512, [], \"f698\", \"M571.31 251.31l-22.62-22.62c-6.25-6.25-16.38-6.25-22.63 0L480 274.75l-46.06-46.06c-6.25-6.25-16.38-6.25-22.63 0l-22.62 22.62c-6.25 6.25-6.25 16.38 0 22.63L434.75 320l-46.06 46.06c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0L480 365.25l46.06 46.06c6.25 6.25 16.38 6.25 22.63 0l22.62-22.62c6.25-6.25 6.25-16.38 0-22.63L525.25 320l46.06-46.06c6.25-6.25 6.25-16.38 0-22.63zM552 0H307.65c-14.54 0-27.26 9.8-30.95 23.87l-84.79 322.8-58.41-106.1A32.008 32.008 0 0 0 105.47 224H24c-13.25 0-24 10.74-24 24v48c0 13.25 10.75 24 24 24h43.62l88.88 163.73C168.99 503.5 186.3 512 204.94 512c17.27 0 44.44-9 54.28-41.48L357.03 96H552c13.25 0 24-10.75 24-24V24c0-13.26-10.75-24-24-24z\"],\n \"stamp\": [512, 512, [], \"f5bf\", \"M32 512h448v-64H32v64zm384-256h-66.56c-16.26 0-29.44-13.18-29.44-29.44v-9.46c0-27.37 8.88-53.41 21.46-77.72 9.11-17.61 12.9-38.39 9.05-60.42-6.77-38.78-38.47-70.7-77.26-77.45C212.62-9.04 160 37.33 160 96c0 14.16 3.12 27.54 8.69 39.58C182.02 164.43 192 194.7 192 226.49v.07c0 16.26-13.18 29.44-29.44 29.44H96c-53.02 0-96 42.98-96 96v32c0 17.67 14.33 32 32 32h448c17.67 0 32-14.33 32-32v-32c0-53.02-42.98-96-96-96z\"],\n \"star\": [576, 512, [], \"f005\", \"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"],\n \"star-and-crescent\": [512, 512, [], \"f699\", \"M340.47 466.36c-1.45 0-6.89.46-9.18.46-116.25 0-210.82-94.57-210.82-210.82S215.04 45.18 331.29 45.18c2.32 0 7.7.46 9.18.46 7.13 0 13.33-5.03 14.75-12.07 1.46-7.25-2.55-14.49-9.47-17.09C316.58 5.54 286.39 0 256 0 114.84 0 0 114.84 0 256s114.84 256 256 256c30.23 0 60.28-5.49 89.32-16.32 5.96-2.02 10.28-7.64 10.28-14.26 0-8.09-6.39-15.06-15.13-15.06zm162.99-252.5l-76.38-11.1-34.16-69.21c-1.83-3.7-5.38-5.55-8.93-5.55s-7.1 1.85-8.93 5.55l-34.16 69.21-76.38 11.1c-8.17 1.18-11.43 11.22-5.52 16.99l55.27 53.87-13.05 76.07c-1.11 6.44 4.01 11.66 9.81 11.66 1.53 0 3.11-.36 4.64-1.17L384 335.37l68.31 35.91c1.53.8 3.11 1.17 4.64 1.17 5.8 0 10.92-5.23 9.81-11.66l-13.05-76.07 55.27-53.87c5.91-5.77 2.65-15.81-5.52-16.99z\"],\n \"star-half\": [576, 512, [], \"f089\", \"M288 0c-11.4 0-22.8 5.9-28.7 17.8L194 150.2 47.9 171.4c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.1 23 46 46.4 33.7L288 439.6V0z\"],\n \"star-half-alt\": [536, 512, [], \"f5c0\", \"M508.55 171.51L362.18 150.2 296.77 17.81C290.89 5.98 279.42 0 267.95 0c-11.4 0-22.79 5.9-28.69 17.81l-65.43 132.38-146.38 21.29c-26.25 3.8-36.77 36.09-17.74 54.59l105.89 103-25.06 145.48C86.98 495.33 103.57 512 122.15 512c4.93 0 10-1.17 14.87-3.75l130.95-68.68 130.94 68.7c4.86 2.55 9.92 3.71 14.83 3.71 18.6 0 35.22-16.61 31.66-37.4l-25.03-145.49 105.91-102.98c19.04-18.5 8.52-50.8-17.73-54.6zm-121.74 123.2l-18.12 17.62 4.28 24.88 19.52 113.45-102.13-53.59-22.38-11.74.03-317.19 51.03 103.29 11.18 22.63 25.01 3.64 114.23 16.63-82.65 80.38z\"],\n \"star-of-david\": [464, 512, [], \"f69a\", \"M405.68 256l53.21-89.39C473.3 142.4 455.48 112 426.88 112H319.96l-55.95-93.98C256.86 6.01 244.43 0 232 0s-24.86 6.01-32.01 18.02L144.04 112H37.11c-28.6 0-46.42 30.4-32.01 54.61L58.32 256 5.1 345.39C-9.31 369.6 8.51 400 37.11 400h106.93l55.95 93.98C207.14 505.99 219.57 512 232 512s24.86-6.01 32.01-18.02L319.96 400h106.93c28.6 0 46.42-30.4 32.01-54.61L405.68 256zm-12.78-88l-19.8 33.26L353.3 168h39.6zm-52.39 88l-52.39 88H175.88l-52.39-88 52.38-88h112.25l52.39 88zM232 73.72L254.79 112h-45.57L232 73.72zM71.1 168h39.6l-19.8 33.26L71.1 168zm0 176l19.8-33.26L110.7 344H71.1zM232 438.28L209.21 400h45.57L232 438.28zM353.29 344l19.8-33.26L392.9 344h-39.61z\"],\n \"star-of-life\": [480, 512, [], \"f621\", \"M471.99 334.43L336.06 256l135.93-78.43c7.66-4.42 10.28-14.2 5.86-21.86l-32.02-55.43c-4.42-7.65-14.21-10.28-21.87-5.86l-135.93 78.43V16c0-8.84-7.17-16-16.01-16h-64.04c-8.84 0-16.01 7.16-16.01 16v156.86L56.04 94.43c-7.66-4.42-17.45-1.79-21.87 5.86L2.15 155.71c-4.42 7.65-1.8 17.44 5.86 21.86L143.94 256 8.01 334.43c-7.66 4.42-10.28 14.21-5.86 21.86l32.02 55.43c4.42 7.65 14.21 10.27 21.87 5.86l135.93-78.43V496c0 8.84 7.17 16 16.01 16h64.04c8.84 0 16.01-7.16 16.01-16V339.14l135.93 78.43c7.66 4.42 17.45 1.8 21.87-5.86l32.02-55.43c4.42-7.65 1.8-17.43-5.86-21.85z\"],\n \"step-backward\": [448, 512, [], \"f048\", \"M64 468V44c0-6.6 5.4-12 12-12h48c6.6 0 12 5.4 12 12v176.4l195.5-181C352.1 22.3 384 36.6 384 64v384c0 27.4-31.9 41.7-52.5 24.6L136 292.7V468c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12z\"],\n \"step-forward\": [448, 512, [], \"f051\", \"M384 44v424c0 6.6-5.4 12-12 12h-48c-6.6 0-12-5.4-12-12V291.6l-195.5 181C95.9 489.7 64 475.4 64 448V64c0-27.4 31.9-41.7 52.5-24.6L312 219.3V44c0-6.6 5.4-12 12-12h48c6.6 0 12 5.4 12 12z\"],\n \"stethoscope\": [512, 512, [], \"f0f1\", \"M447.1 112c-34.2.5-62.3 28.4-63 62.6-.5 24.3 12.5 45.6 32 56.8V344c0 57.3-50.2 104-112 104-60 0-109.2-44.1-111.9-99.2C265 333.8 320 269.2 320 192V36.6c0-11.4-8.1-21.3-19.3-23.5L237.8.5c-13-2.6-25.6 5.8-28.2 18.8L206.4 35c-2.6 13 5.8 25.6 18.8 28.2l30.7 6.1v121.4c0 52.9-42.2 96.7-95.1 97.2-53.4.5-96.9-42.7-96.9-96V69.4l30.7-6.1c13-2.6 21.4-15.2 18.8-28.2l-3.1-15.7C107.7 6.4 95.1-2 82.1.6L19.3 13C8.1 15.3 0 25.1 0 36.6V192c0 77.3 55.1 142 128.1 156.8C130.7 439.2 208.6 512 304 512c97 0 176-75.4 176-168V231.4c19.1-11.1 32-31.7 32-55.4 0-35.7-29.2-64.5-64.9-64zm.9 80c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z\"],\n \"sticky-note\": [448, 512, [], \"f249\", \"M312 320h136V56c0-13.3-10.7-24-24-24H24C10.7 32 0 42.7 0 56v400c0 13.3 10.7 24 24 24h264V344c0-13.2 10.8-24 24-24zm129 55l-98 98c-4.5 4.5-10.6 7-17 7h-6V352h128v6.1c0 6.3-2.5 12.4-7 16.9z\"],\n \"stop\": [448, 512, [], \"f04d\", \"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z\"],\n \"stop-circle\": [512, 512, [], \"f28d\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm96 328c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h160c8.8 0 16 7.2 16 16v160z\"],\n \"stopwatch\": [448, 512, [], \"f2f2\", \"M432 304c0 114.9-93.1 208-208 208S16 418.9 16 304c0-104 76.3-190.2 176-205.5V64h-28c-6.6 0-12-5.4-12-12V12c0-6.6 5.4-12 12-12h120c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-28v34.5c37.5 5.8 71.7 21.6 99.7 44.6l27.5-27.5c4.7-4.7 12.3-4.7 17 0l28.3 28.3c4.7 4.7 4.7 12.3 0 17l-29.4 29.4-.6.6C419.7 223.3 432 262.2 432 304zm-176 36V188.5c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12V340c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12z\"],\n \"stopwatch-20\": [448, 512, [], \"f96f\", \"M398.5,190.91l.59-.61,26.59-26.58a16,16,0,0,0,0-22.63L403,118.41a16,16,0,0,0-22.63,0l-24.68,24.68A206.68,206.68,0,0,0,256,98.5V64h32a16,16,0,0,0,16-16V16A16,16,0,0,0,288,0H160a16.05,16.05,0,0,0-16,16V48a16.05,16.05,0,0,0,16,16h32V98.5A207.92,207.92,0,0,0,16.09,297.57C12.64,411.5,106.76,510.22,220.72,512,337.13,513.77,432,420,432,304A206,206,0,0,0,398.5,190.91ZM204.37,377.55a8.2,8.2,0,0,1,8.32,8.07v22.31a8.2,8.2,0,0,1-8.32,8.07H121.52a16.46,16.46,0,0,1-16.61-17.62c2.78-35.22,14.67-57.41,38.45-91.37,20.42-29.19,27.1-37.32,27.1-62.34,0-16.92-1.79-24.27-12.21-24.27-9.39,0-12.69,7.4-12.69,22.68v5.23a8.2,8.2,0,0,1-8.33,8.07h-24.9a8.2,8.2,0,0,1-8.33-8.07v-4.07c0-27.3,8.48-60.24,56.43-60.24,43,0,55.57,25.85,55.57,61,0,35.58-12.44,51.21-34.35,81.31-11.56,15-24.61,35.57-26.41,51.2ZM344,352.32c0,35.16-12.3,63.68-57.23,63.68C243.19,416,232,386.48,232,352.55V247.22c0-40.73,19.58-63.22,56.2-63.22C325,184,344,206.64,344,245.3ZM287.87,221.73c-9.41,0-13.23,7.5-13.23,20V357.68c0,13.11,3.59,20.59,13.23,20.59s13-8,13-21.27V241.06C300.89,229.79,297.88,221.73,287.87,221.73Z\"],\n \"store\": [616, 512, [], \"f54e\", \"M602 118.6L537.1 15C531.3 5.7 521 0 510 0H106C95 0 84.7 5.7 78.9 15L14 118.6c-33.5 53.5-3.8 127.9 58.8 136.4 4.5.6 9.1.9 13.7.9 29.6 0 55.8-13 73.8-33.1 18 20.1 44.3 33.1 73.8 33.1 29.6 0 55.8-13 73.8-33.1 18 20.1 44.3 33.1 73.8 33.1 29.6 0 55.8-13 73.8-33.1 18.1 20.1 44.3 33.1 73.8 33.1 4.7 0 9.2-.3 13.7-.9 62.8-8.4 92.6-82.8 59-136.4zM529.5 288c-10 0-19.9-1.5-29.5-3.8V384H116v-99.8c-9.6 2.2-19.5 3.8-29.5 3.8-6 0-12.1-.4-18-1.2-5.6-.8-11.1-2.1-16.4-3.6V480c0 17.7 14.3 32 32 32h448c17.7 0 32-14.3 32-32V283.2c-5.4 1.6-10.8 2.9-16.4 3.6-6.1.8-12.1 1.2-18.2 1.2z\"],\n \"store-alt\": [640, 512, [], \"f54f\", \"M320 384H128V224H64v256c0 17.7 14.3 32 32 32h256c17.7 0 32-14.3 32-32V224h-64v160zm314.6-241.8l-85.3-128c-6-8.9-16-14.2-26.7-14.2H117.4c-10.7 0-20.7 5.3-26.6 14.2l-85.3 128c-14.2 21.3 1 49.8 26.6 49.8H608c25.5 0 40.7-28.5 26.6-49.8zM512 496c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V224h-64v272z\"],\n \"store-alt-slash\": [640, 512, [], \"f970\", \"M17.89,123.62,5.51,142.2c-14.2,21.3,1,49.8,26.59,49.8h74.26ZM576,413.42V224H512V364L384,265V224H330.92l-41.4-32H608c25.5,0,40.7-28.5,26.59-49.8l-85.29-128A32.18,32.18,0,0,0,522.6,0H117.42A31.87,31.87,0,0,0,90.81,14.2l-10.66,16L45.46,3.38A16,16,0,0,0,23,6.19L3.37,31.46A16,16,0,0,0,6.18,53.91L594.53,508.63A16,16,0,0,0,617,505.81l19.64-25.26a16,16,0,0,0-2.81-22.45ZM320,384H128V224H64V480a32,32,0,0,0,32,32H352a32,32,0,0,0,32-32V406.59l-64-49.47Z\"],\n \"store-slash\": [640, 512, [], \"f971\", \"M121.51,384V284.2a119.43,119.43,0,0,1-28,3.8,123.46,123.46,0,0,1-17.1-1.2,114.88,114.88,0,0,1-15.58-3.6V480c0,17.7,13.59,32,30.4,32H505.75L348.42,384Zm-28-128.09c25.1,0,47.29-10.72,64-27.24L24,120.05c-30.52,53.39-2.45,126.53,56.49,135A95.68,95.68,0,0,0,93.48,255.91ZM602.13,458.09,547.2,413.41V283.2a93.5,93.5,0,0,1-15.57,3.6,127.31,127.31,0,0,1-17.29,1.2,114.89,114.89,0,0,1-28-3.8v79.68L348.52,251.77a88.06,88.06,0,0,0,25.41,4.14c28.11,0,53-13,70.11-33.11,17.19,20.11,42.08,33.11,70.11,33.11a94.31,94.31,0,0,0,13-.91c59.66-8.41,88-82.8,56.06-136.4L521.55,15A30.1,30.1,0,0,0,495.81,0H112A30.11,30.11,0,0,0,86.27,15L76.88,30.78,43.19,3.38A14.68,14.68,0,0,0,21.86,6.19L3.2,31.45A16.58,16.58,0,0,0,5.87,53.91L564.81,508.63a14.69,14.69,0,0,0,21.33-2.82l18.66-25.26A16.58,16.58,0,0,0,602.13,458.09Z\"],\n \"stream\": [512, 512, [], \"f550\", \"M16 128h416c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16H16C7.16 32 0 39.16 0 48v64c0 8.84 7.16 16 16 16zm480 80H80c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16zm-64 176H16c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16z\"],\n \"street-view\": [512, 512, [], \"f21d\", \"M367.9 329.76c-4.62 5.3-9.78 10.1-15.9 13.65v22.94c66.52 9.34 112 28.05 112 49.65 0 30.93-93.12 56-208 56S48 446.93 48 416c0-21.6 45.48-40.3 112-49.65v-22.94c-6.12-3.55-11.28-8.35-15.9-13.65C58.87 345.34 0 378.05 0 416c0 53.02 114.62 96 256 96s256-42.98 256-96c0-37.95-58.87-70.66-144.1-86.24zM256 128c35.35 0 64-28.65 64-64S291.35 0 256 0s-64 28.65-64 64 28.65 64 64 64zm-64 192v96c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-96c17.67 0 32-14.33 32-32v-96c0-26.51-21.49-48-48-48h-11.8c-11.07 5.03-23.26 8-36.2 8s-25.13-2.97-36.2-8H208c-26.51 0-48 21.49-48 48v96c0 17.67 14.33 32 32 32z\"],\n \"strikethrough\": [512, 512, [], \"f0cc\", \"M496 224H293.9l-87.17-26.83A43.55 43.55 0 0 1 219.55 112h66.79A49.89 49.89 0 0 1 331 139.58a16 16 0 0 0 21.46 7.15l42.94-21.47a16 16 0 0 0 7.16-21.46l-.53-1A128 128 0 0 0 287.51 32h-68a123.68 123.68 0 0 0-123 135.64c2 20.89 10.1 39.83 21.78 56.36H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h480a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-180.24 96A43 43 0 0 1 336 356.45 43.59 43.59 0 0 1 292.45 400h-66.79A49.89 49.89 0 0 1 181 372.42a16 16 0 0 0-21.46-7.15l-42.94 21.47a16 16 0 0 0-7.16 21.46l.53 1A128 128 0 0 0 224.49 480h68a123.68 123.68 0 0 0 123-135.64 114.25 114.25 0 0 0-5.34-24.36z\"],\n \"stroopwafel\": [512, 512, [], \"f551\", \"M188.12 210.74L142.86 256l45.25 45.25L233.37 256l-45.25-45.26zm113.13-22.62L256 142.86l-45.25 45.25L256 233.37l45.25-45.25zm-90.5 135.76L256 369.14l45.26-45.26L256 278.63l-45.25 45.25zM256 0C114.62 0 0 114.62 0 256s114.62 256 256 256 256-114.62 256-256S397.38 0 256 0zm186.68 295.6l-11.31 11.31c-3.12 3.12-8.19 3.12-11.31 0l-28.29-28.29-45.25 45.25 33.94 33.94 16.97-16.97c3.12-3.12 8.19-3.12 11.31 0l11.31 11.31c3.12 3.12 3.12 8.19 0 11.31l-16.97 16.97 16.97 16.97c3.12 3.12 3.12 8.19 0 11.31l-11.31 11.31c-3.12 3.12-8.19 3.12-11.31 0l-16.97-16.97-16.97 16.97c-3.12 3.12-8.19 3.12-11.31 0l-11.31-11.31c-3.12-3.12-3.12-8.19 0-11.31l16.97-16.97-33.94-33.94-45.26 45.26 28.29 28.29c3.12 3.12 3.12 8.19 0 11.31l-11.31 11.31c-3.12 3.12-8.19 3.12-11.31 0L256 414.39l-28.29 28.29c-3.12 3.12-8.19 3.12-11.31 0l-11.31-11.31c-3.12-3.12-3.12-8.19 0-11.31l28.29-28.29-45.25-45.26-33.94 33.94 16.97 16.97c3.12 3.12 3.12 8.19 0 11.31l-11.31 11.31c-3.12 3.12-8.19 3.12-11.31 0l-16.97-16.97-16.97 16.97c-3.12 3.12-8.19 3.12-11.31 0l-11.31-11.31c-3.12-3.12-3.12-8.19 0-11.31l16.97-16.97-16.97-16.97c-3.12-3.12-3.12-8.19 0-11.31l11.31-11.31c3.12-3.12 8.19-3.12 11.31 0l16.97 16.97 33.94-33.94-45.25-45.25-28.29 28.29c-3.12 3.12-8.19 3.12-11.31 0L69.32 295.6c-3.12-3.12-3.12-8.19 0-11.31L97.61 256l-28.29-28.29c-3.12-3.12-3.12-8.19 0-11.31l11.31-11.31c3.12-3.12 8.19-3.12 11.31 0l28.29 28.29 45.25-45.26-33.94-33.94-16.97 16.97c-3.12 3.12-8.19 3.12-11.31 0l-11.31-11.31c-3.12-3.12-3.12-8.19 0-11.31l16.97-16.97-16.97-16.97c-3.12-3.12-3.12-8.19 0-11.31l11.31-11.31c3.12-3.12 8.19-3.12 11.31 0l16.97 16.97 16.97-16.97c3.12-3.12 8.19-3.12 11.31 0l11.31 11.31c3.12 3.12 3.12 8.19 0 11.31l-16.97 16.97 33.94 33.94 45.26-45.25-28.29-28.29c-3.12-3.12-3.12-8.19 0-11.31l11.31-11.31c3.12-3.12 8.19-3.12 11.31 0L256 97.61l28.29-28.29c3.12-3.12 8.19-3.12 11.31 0l11.31 11.31c3.12 3.12 3.12 8.19 0 11.31l-28.29 28.29 45.26 45.25 33.94-33.94-16.97-16.97c-3.12-3.12-3.12-8.19 0-11.31l11.31-11.31c3.12-3.12 8.19-3.12 11.31 0l16.97 16.97 16.97-16.97c3.12-3.12 8.19-3.12 11.31 0l11.31 11.31c3.12 3.12 3.12 8.19 0 11.31l-16.97 16.97 16.97 16.97c3.12 3.12 3.12 8.19 0 11.31l-11.31 11.31c-3.12 3.12-8.19 3.12-11.31 0l-16.97-16.97-33.94 33.94 45.25 45.26 28.29-28.29c3.12-3.12 8.19-3.12 11.31 0l11.31 11.31c3.12 3.12 3.12 8.19 0 11.31L414.39 256l28.29 28.28a8.015 8.015 0 0 1 0 11.32zM278.63 256l45.26 45.25L369.14 256l-45.25-45.26L278.63 256z\"],\n \"subscript\": [512, 512, [], \"f12c\", \"M496 448h-16V304a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 400 352h16v96h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM336 64h-67a16 16 0 0 0-13.14 6.87l-79.9 115-79.9-115A16 16 0 0 0 83 64H16A16 16 0 0 0 0 80v48a16 16 0 0 0 16 16h33.48l77.81 112-77.81 112H16a16 16 0 0 0-16 16v48a16 16 0 0 0 16 16h67a16 16 0 0 0 13.14-6.87l79.9-115 79.9 115A16 16 0 0 0 269 448h67a16 16 0 0 0 16-16v-48a16 16 0 0 0-16-16h-33.48l-77.81-112 77.81-112H336a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16z\"],\n \"subway\": [448, 512, [], \"f239\", \"M448 96v256c0 51.815-61.624 96-130.022 96l62.98 49.721C386.905 502.417 383.562 512 376 512H72c-7.578 0-10.892-9.594-4.957-14.279L130.022 448C61.82 448 0 403.954 0 352V96C0 42.981 64 0 128 0h192c65 0 128 42.981 128 96zM200 232V120c0-13.255-10.745-24-24-24H72c-13.255 0-24 10.745-24 24v112c0 13.255 10.745 24 24 24h104c13.255 0 24-10.745 24-24zm200 0V120c0-13.255-10.745-24-24-24H272c-13.255 0-24 10.745-24 24v112c0 13.255 10.745 24 24 24h104c13.255 0 24-10.745 24-24zm-48 56c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm-256 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48z\"],\n \"suitcase\": [512, 512, [], \"f0f2\", \"M128 480h256V80c0-26.5-21.5-48-48-48H176c-26.5 0-48 21.5-48 48v400zm64-384h128v32H192V96zm320 80v256c0 26.5-21.5 48-48 48h-48V128h48c26.5 0 48 21.5 48 48zM96 480H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48h48v352z\"],\n \"suitcase-rolling\": [384, 512, [], \"f5c1\", \"M336 160H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h16v16c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-16h128v16c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-16h16c26.51 0 48-21.49 48-48V208c0-26.51-21.49-48-48-48zm-16 216c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h240c4.42 0 8 3.58 8 8v16zm0-96c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h240c4.42 0 8 3.58 8 8v16zM144 48h96v80h48V48c0-26.51-21.49-48-48-48h-96c-26.51 0-48 21.49-48 48v80h48V48z\"],\n \"sun\": [512, 512, [], \"f185\", \"M256 160c-52.9 0-96 43.1-96 96s43.1 96 96 96 96-43.1 96-96-43.1-96-96-96zm246.4 80.5l-94.7-47.3 33.5-100.4c4.5-13.6-8.4-26.5-21.9-21.9l-100.4 33.5-47.4-94.8c-6.4-12.8-24.6-12.8-31 0l-47.3 94.7L92.7 70.8c-13.6-4.5-26.5 8.4-21.9 21.9l33.5 100.4-94.7 47.4c-12.8 6.4-12.8 24.6 0 31l94.7 47.3-33.5 100.5c-4.5 13.6 8.4 26.5 21.9 21.9l100.4-33.5 47.3 94.7c6.4 12.8 24.6 12.8 31 0l47.3-94.7 100.4 33.5c13.6 4.5 26.5-8.4 21.9-21.9l-33.5-100.4 94.7-47.3c13-6.5 13-24.7.2-31.1zm-155.9 106c-49.9 49.9-131.1 49.9-181 0-49.9-49.9-49.9-131.1 0-181 49.9-49.9 131.1-49.9 181 0 49.9 49.9 49.9 131.1 0 181z\"],\n \"superscript\": [512, 512, [], \"f12b\", \"M496 160h-16V16a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 400 64h16v96h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM336 64h-67a16 16 0 0 0-13.14 6.87l-79.9 115-79.9-115A16 16 0 0 0 83 64H16A16 16 0 0 0 0 80v48a16 16 0 0 0 16 16h33.48l77.81 112-77.81 112H16a16 16 0 0 0-16 16v48a16 16 0 0 0 16 16h67a16 16 0 0 0 13.14-6.87l79.9-115 79.9 115A16 16 0 0 0 269 448h67a16 16 0 0 0 16-16v-48a16 16 0 0 0-16-16h-33.48l-77.81-112 77.81-112H336a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16z\"],\n \"surprise\": [496, 512, [], \"f5c2\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM136 208c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm112 208c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64zm80-176c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"],\n \"swatchbook\": [512, 512, [], \"f5c3\", \"M434.66,167.71h0L344.5,77.36a31.83,31.83,0,0,0-45-.07h0l-.07.07L224,152.88V424L434.66,212.9A32,32,0,0,0,434.66,167.71ZM480,320H373.09L186.68,506.51c-2.06,2.07-4.5,3.58-6.68,5.49H480a32,32,0,0,0,32-32V352A32,32,0,0,0,480,320ZM192,32A32,32,0,0,0,160,0H32A32,32,0,0,0,0,32V416a96,96,0,0,0,192,0ZM96,440a24,24,0,1,1,24-24A24,24,0,0,1,96,440Zm32-184H64V192h64Zm0-128H64V64h64Z\"],\n \"swimmer\": [640, 512, [], \"f5c4\", \"M189.61 310.58c3.54 3.26 15.27 9.42 34.39 9.42s30.86-6.16 34.39-9.42c16.02-14.77 34.5-22.58 53.46-22.58h16.3c18.96 0 37.45 7.81 53.46 22.58 3.54 3.26 15.27 9.42 34.39 9.42s30.86-6.16 34.39-9.42c14.86-13.71 31.88-21.12 49.39-22.16l-112.84-80.6 18-12.86c3.64-2.58 8.28-3.52 12.62-2.61l100.35 21.53c25.91 5.53 51.44-10.97 57-36.88 5.55-25.92-10.95-51.44-36.88-57L437.68 98.47c-30.73-6.58-63.02.12-88.56 18.38l-80.02 57.17c-10.38 7.39-19.36 16.44-26.72 26.94L173.75 299c5.47 3.23 10.82 6.93 15.86 11.58zM624 352h-16c-26.04 0-45.8-8.42-56.09-17.9-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C461.8 343.58 442.04 352 416 352s-45.8-8.42-56.09-17.9c-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C269.8 343.58 250.04 352 224 352s-45.8-8.42-56.09-17.9c-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C77.8 343.58 58.04 352 32 352H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h16c38.62 0 72.72-12.19 96-31.84 23.28 19.66 57.38 31.84 96 31.84s72.72-12.19 96-31.84c23.28 19.66 57.38 31.84 96 31.84s72.72-12.19 96-31.84c23.28 19.66 57.38 31.84 96 31.84h16c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm-512-96c44.18 0 80-35.82 80-80s-35.82-80-80-80-80 35.82-80 80 35.82 80 80 80z\"],\n \"swimming-pool\": [640, 512, [], \"f5c5\", \"M624 416h-16c-26.04 0-45.8-8.42-56.09-17.9-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C461.8 407.58 442.04 416 416 416s-45.8-8.42-56.09-17.9c-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C269.8 407.58 250.04 416 224 416s-45.8-8.42-56.09-17.9c-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C77.8 407.58 58.04 416 32 416H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h16c38.62 0 72.72-12.19 96-31.84 23.28 19.66 57.38 31.84 96 31.84s72.72-12.19 96-31.84c23.28 19.66 57.38 31.84 96 31.84s72.72-12.19 96-31.84c23.28 19.66 57.38 31.84 96 31.84h16c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm-400-32v-96h192v96c19.12 0 30.86-6.16 34.39-9.42 9.17-8.46 19.2-14.34 29.61-18.07V128c0-17.64 14.36-32 32-32s32 14.36 32 32v16c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-16c0-52.94-43.06-96-96-96s-96 43.06-96 96v96H224v-96c0-17.64 14.36-32 32-32s32 14.36 32 32v16c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-16c0-52.94-43.06-96-96-96s-96 43.06-96 96v228.5c10.41 3.73 20.44 9.62 29.61 18.07 3.53 3.27 15.27 9.43 34.39 9.43z\"],\n \"synagogue\": [640, 512, [], \"f69b\", \"M70 196.51L6.67 268.29A26.643 26.643 0 0 0 0 285.93V512h128V239.58l-38-43.07c-5.31-6.01-14.69-6.01-20 0zm563.33 71.78L570 196.51c-5.31-6.02-14.69-6.02-20 0l-38 43.07V512h128V285.93c0-6.5-2.37-12.77-6.67-17.64zM339.99 7.01c-11.69-9.35-28.29-9.35-39.98 0l-128 102.4A32.005 32.005 0 0 0 160 134.4V512h96v-92.57c0-31.88 21.78-61.43 53.25-66.55C349.34 346.35 384 377.13 384 416v96h96V134.4c0-9.72-4.42-18.92-12.01-24.99l-128-102.4zm52.07 215.55c1.98 3.15-.29 7.24-4 7.24h-38.94L324 269.79c-1.85 2.95-6.15 2.95-8 0l-25.12-39.98h-38.94c-3.72 0-5.98-4.09-4-7.24l19.2-30.56-19.2-30.56c-1.98-3.15.29-7.24 4-7.24h38.94l25.12-40c1.85-2.95 6.15-2.95 8 0l25.12 39.98h38.95c3.71 0 5.98 4.09 4 7.24L372.87 192l19.19 30.56z\"],\n \"sync\": [512, 512, [], \"f021\", \"M440.65 12.57l4 82.77A247.16 247.16 0 0 0 255.83 8C134.73 8 33.91 94.92 12.29 209.82A12 12 0 0 0 24.09 224h49.05a12 12 0 0 0 11.67-9.26 175.91 175.91 0 0 1 317-56.94l-101.46-4.86a12 12 0 0 0-12.57 12v47.41a12 12 0 0 0 12 12H500a12 12 0 0 0 12-12V12a12 12 0 0 0-12-12h-47.37a12 12 0 0 0-11.98 12.57zM255.83 432a175.61 175.61 0 0 1-146-77.8l101.8 4.87a12 12 0 0 0 12.57-12v-47.4a12 12 0 0 0-12-12H12a12 12 0 0 0-12 12V500a12 12 0 0 0 12 12h47.35a12 12 0 0 0 12-12.6l-4.15-82.57A247.17 247.17 0 0 0 255.83 504c121.11 0 221.93-86.92 243.55-201.82a12 12 0 0 0-11.8-14.18h-49.05a12 12 0 0 0-11.67 9.26A175.86 175.86 0 0 1 255.83 432z\"],\n \"sync-alt\": [512, 512, [], \"f2f1\", \"M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z\"],\n \"syringe\": [512, 512, [], \"f48e\", \"M201.5 174.8l55.7 55.8c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0l-55.7-55.8-45.3 45.3 55.8 55.8c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0L111 265.2l-26.4 26.4c-17.3 17.3-25.6 41.1-23 65.4l7.1 63.6L2.3 487c-3.1 3.1-3.1 8.2 0 11.3l11.3 11.3c3.1 3.1 8.2 3.1 11.3 0l66.3-66.3 63.6 7.1c23.9 2.6 47.9-5.4 65.4-23l181.9-181.9-135.7-135.7-64.9 65zm308.2-93.3L430.5 2.3c-3.1-3.1-8.2-3.1-11.3 0l-11.3 11.3c-3.1 3.1-3.1 8.2 0 11.3l28.3 28.3-45.3 45.3-56.6-56.6-17-17c-3.1-3.1-8.2-3.1-11.3 0l-33.9 33.9c-3.1 3.1-3.1 8.2 0 11.3l17 17L424.8 223l17 17c3.1 3.1 8.2 3.1 11.3 0l33.9-34c3.1-3.1 3.1-8.2 0-11.3l-73.5-73.5 45.3-45.3 28.3 28.3c3.1 3.1 8.2 3.1 11.3 0l11.3-11.3c3.1-3.2 3.1-8.2 0-11.4z\"],\n \"table\": [512, 512, [], \"f0ce\", \"M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM224 416H64v-96h160v96zm0-160H64v-96h160v96zm224 160H288v-96h160v96zm0-160H288v-96h160v96z\"],\n \"table-tennis\": [512, 512, [], \"f45d\", \"M496.2 296.5C527.7 218.7 512 126.2 449 63.1 365.1-21 229-21 145.1 63.1l-56 56.1 211.5 211.5c46.1-62.1 131.5-77.4 195.6-34.2zm-217.9 79.7L57.9 155.9c-27.3 45.3-21.7 105 17.3 144.1l34.5 34.6L6.7 424c-8.6 7.5-9.1 20.7-1 28.8l53.4 53.5c8 8.1 21.2 7.6 28.7-1L177.1 402l35.7 35.7c19.7 19.7 44.6 30.5 70.3 33.3-7.1-17-11-35.6-11-55.1-.1-13.8 2.5-27 6.2-39.7zM416 320c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96z\"],\n \"tablet\": [448, 512, [], \"f10a\", \"M400 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM224 480c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"],\n \"tablet-alt\": [448, 512, [], \"f3fa\", \"M400 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM224 480c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm176-108c0 6.6-5.4 12-12 12H60c-6.6 0-12-5.4-12-12V60c0-6.6 5.4-12 12-12h328c6.6 0 12 5.4 12 12v312z\"],\n \"tablets\": [640, 512, [], \"f490\", \"M160 192C78.9 192 12.5 250.5.1 326.7c-.8 4.8 3.3 9.3 8.3 9.3h303.3c5 0 9.1-4.5 8.3-9.3C307.5 250.5 241.1 192 160 192zm151.6 176H8.4c-5 0-9.1 4.5-8.3 9.3C12.5 453.5 78.9 512 160 512s147.5-58.5 159.9-134.7c.8-4.8-3.3-9.3-8.3-9.3zM593.4 46.6c-56.5-56.5-144.2-61.4-206.9-16-4 2.9-4.3 8.9-.8 12.3L597 254.3c3.5 3.5 9.5 3.2 12.3-.8 45.5-62.7 40.6-150.4-15.9-206.9zM363 65.7c-3.5-3.5-9.5-3.2-12.3.8-45.4 62.7-40.5 150.4 15.9 206.9 56.5 56.5 144.2 61.4 206.9 15.9 4-2.9 4.3-8.9.8-12.3L363 65.7z\"],\n \"tachometer-alt\": [576, 512, [], \"f3fd\", \"M288 32C128.94 32 0 160.94 0 320c0 52.8 14.25 102.26 39.06 144.8 5.61 9.62 16.3 15.2 27.44 15.2h443c11.14 0 21.83-5.58 27.44-15.2C561.75 422.26 576 372.8 576 320c0-159.06-128.94-288-288-288zm0 64c14.71 0 26.58 10.13 30.32 23.65-1.11 2.26-2.64 4.23-3.45 6.67l-9.22 27.67c-5.13 3.49-10.97 6.01-17.64 6.01-17.67 0-32-14.33-32-32S270.33 96 288 96zM96 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm48-160c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm246.77-72.41l-61.33 184C343.13 347.33 352 364.54 352 384c0 11.72-3.38 22.55-8.88 32H232.88c-5.5-9.45-8.88-20.28-8.88-32 0-33.94 26.5-61.43 59.9-63.59l61.34-184.01c4.17-12.56 17.73-19.45 30.36-15.17 12.57 4.19 19.35 17.79 15.17 30.36zm14.66 57.2l15.52-46.55c3.47-1.29 7.13-2.23 11.05-2.23 17.67 0 32 14.33 32 32s-14.33 32-32 32c-11.38-.01-20.89-6.28-26.57-15.22zM480 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"],\n \"tag\": [512, 512, [], \"f02b\", \"M0 252.118V48C0 21.49 21.49 0 48 0h204.118a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882L293.823 497.941c-18.745 18.745-49.137 18.745-67.882 0L14.059 286.059A48 48 0 0 1 0 252.118zM112 64c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48z\"],\n \"tags\": [640, 512, [], \"f02c\", \"M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z\"],\n \"tape\": [640, 512, [], \"f4db\", \"M224 192c-35.3 0-64 28.7-64 64s28.7 64 64 64 64-28.7 64-64-28.7-64-64-64zm400 224H380.6c41.5-40.7 67.4-97.3 67.4-160 0-123.7-100.3-224-224-224S0 132.3 0 256s100.3 224 224 224h400c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm-400-64c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96z\"],\n \"tasks\": [512, 512, [], \"f0ae\", \"M139.61 35.5a12 12 0 0 0-17 0L58.93 98.81l-22.7-22.12a12 12 0 0 0-17 0L3.53 92.41a12 12 0 0 0 0 17l47.59 47.4a12.78 12.78 0 0 0 17.61 0l15.59-15.62L156.52 69a12.09 12.09 0 0 0 .09-17zm0 159.19a12 12 0 0 0-17 0l-63.68 63.72-22.7-22.1a12 12 0 0 0-17 0L3.53 252a12 12 0 0 0 0 17L51 316.5a12.77 12.77 0 0 0 17.6 0l15.7-15.69 72.2-72.22a12 12 0 0 0 .09-16.9zM64 368c-26.49 0-48.59 21.5-48.59 48S37.53 464 64 464a48 48 0 0 0 0-96zm432 16H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-320H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 160H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"],\n \"taxi\": [512, 512, [], \"f1ba\", \"M462 241.64l-22-84.84c-9.6-35.2-41.6-60.8-76.8-60.8H352V64c0-17.67-14.33-32-32-32H192c-17.67 0-32 14.33-32 32v32h-11.2c-35.2 0-67.2 25.6-76.8 60.8l-22 84.84C21.41 248.04 0 273.47 0 304v48c0 23.63 12.95 44.04 32 55.12V448c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-40.88c19.05-11.09 32-31.5 32-55.12v-48c0-30.53-21.41-55.96-50-62.36zM96 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm20.55-112l17.2-66.36c2.23-8.16 9.59-13.64 15.06-13.64h214.4c5.47 0 12.83 5.48 14.85 12.86L395.45 240h-278.9zM416 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"],\n \"teeth\": [640, 512, [], \"f62e\", \"M544 0H96C42.98 0 0 42.98 0 96v320c0 53.02 42.98 96 96 96h448c53.02 0 96-42.98 96-96V96c0-53.02-42.98-96-96-96zM160 368c0 26.51-21.49 48-48 48s-48-21.49-48-48v-64c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v64zm0-128c0 8.84-7.16 16-16 16H80c-8.84 0-16-7.16-16-16v-64c0-26.51 21.49-48 48-48s48 21.49 48 48v64zm144 120c0 30.93-25.07 56-56 56s-56-25.07-56-56v-56c0-8.84 7.16-16 16-16h80c8.84 0 16 7.16 16 16v56zm0-120c0 8.84-7.16 16-16 16h-80c-8.84 0-16-7.16-16-16v-88c0-30.93 25.07-56 56-56s56 25.07 56 56v88zm144 120c0 30.93-25.07 56-56 56s-56-25.07-56-56v-56c0-8.84 7.16-16 16-16h80c8.84 0 16 7.16 16 16v56zm0-120c0 8.84-7.16 16-16 16h-80c-8.84 0-16-7.16-16-16v-88c0-30.93 25.07-56 56-56s56 25.07 56 56v88zm128 128c0 26.51-21.49 48-48 48s-48-21.49-48-48v-64c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v64zm0-128c0 8.84-7.16 16-16 16h-64c-8.84 0-16-7.16-16-16v-64c0-26.51 21.49-48 48-48s48 21.49 48 48v64z\"],\n \"teeth-open\": [640, 512, [], \"f62f\", \"M544 0H96C42.98 0 0 42.98 0 96v64c0 35.35 28.66 64 64 64h512c35.34 0 64-28.65 64-64V96c0-53.02-42.98-96-96-96zM160 176c0 8.84-7.16 16-16 16H80c-8.84 0-16-7.16-16-16v-32c0-26.51 21.49-48 48-48s48 21.49 48 48v32zm144 0c0 8.84-7.16 16-16 16h-80c-8.84 0-16-7.16-16-16v-56c0-30.93 25.07-56 56-56s56 25.07 56 56v56zm144 0c0 8.84-7.16 16-16 16h-80c-8.84 0-16-7.16-16-16v-56c0-30.93 25.07-56 56-56s56 25.07 56 56v56zm128 0c0 8.84-7.16 16-16 16h-64c-8.84 0-16-7.16-16-16v-32c0-26.51 21.49-48 48-48s48 21.49 48 48v32zm0 144H64c-35.34 0-64 28.65-64 64v32c0 53.02 42.98 96 96 96h448c53.02 0 96-42.98 96-96v-32c0-35.35-28.66-64-64-64zm-416 80c0 26.51-21.49 48-48 48s-48-21.49-48-48v-32c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v32zm144-8c0 30.93-25.07 56-56 56s-56-25.07-56-56v-24c0-8.84 7.16-16 16-16h80c8.84 0 16 7.16 16 16v24zm144 0c0 30.93-25.07 56-56 56s-56-25.07-56-56v-24c0-8.84 7.16-16 16-16h80c8.84 0 16 7.16 16 16v24zm128 8c0 26.51-21.49 48-48 48s-48-21.49-48-48v-32c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v32z\"],\n \"temperature-high\": [512, 512, [], \"f769\", \"M416 0c-52.9 0-96 43.1-96 96s43.1 96 96 96 96-43.1 96-96-43.1-96-96-96zm0 128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm-160-16C256 50.1 205.9 0 144 0S32 50.1 32 112v166.5C12.3 303.2 0 334 0 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-34-12.3-64.9-32-89.5V112zM144 448c-44.1 0-80-35.9-80-80 0-25.5 12.2-48.9 32-63.8V112c0-26.5 21.5-48 48-48s48 21.5 48 48v192.2c19.8 14.8 32 38.3 32 63.8 0 44.1-35.9 80-80 80zm16-125.1V112c0-8.8-7.2-16-16-16s-16 7.2-16 16v210.9c-18.6 6.6-32 24.2-32 45.1 0 26.5 21.5 48 48 48s48-21.5 48-48c0-20.9-13.4-38.5-32-45.1z\"],\n \"temperature-low\": [512, 512, [], \"f76b\", \"M416 0c-52.9 0-96 43.1-96 96s43.1 96 96 96 96-43.1 96-96-43.1-96-96-96zm0 128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm-160-16C256 50.1 205.9 0 144 0S32 50.1 32 112v166.5C12.3 303.2 0 334 0 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-34-12.3-64.9-32-89.5V112zM144 448c-44.1 0-80-35.9-80-80 0-25.5 12.2-48.9 32-63.8V112c0-26.5 21.5-48 48-48s48 21.5 48 48v192.2c19.8 14.8 32 38.3 32 63.8 0 44.1-35.9 80-80 80zm16-125.1V304c0-8.8-7.2-16-16-16s-16 7.2-16 16v18.9c-18.6 6.6-32 24.2-32 45.1 0 26.5 21.5 48 48 48s48-21.5 48-48c0-20.9-13.4-38.5-32-45.1z\"],\n \"tenge\": [384, 512, [], \"f7d7\", \"M372 160H12c-6.6 0-12 5.4-12 12v56c0 6.6 5.4 12 12 12h140v228c0 6.6 5.4 12 12 12h56c6.6 0 12-5.4 12-12V240h140c6.6 0 12-5.4 12-12v-56c0-6.6-5.4-12-12-12zm0-128H12C5.4 32 0 37.4 0 44v56c0 6.6 5.4 12 12 12h360c6.6 0 12-5.4 12-12V44c0-6.6-5.4-12-12-12z\"],\n \"terminal\": [640, 512, [], \"f120\", \"M257.981 272.971L63.638 467.314c-9.373 9.373-24.569 9.373-33.941 0L7.029 444.647c-9.357-9.357-9.375-24.522-.04-33.901L161.011 256 6.99 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L257.981 239.03c9.373 9.372 9.373 24.568 0 33.941zM640 456v-32c0-13.255-10.745-24-24-24H312c-13.255 0-24 10.745-24 24v32c0 13.255 10.745 24 24 24h304c13.255 0 24-10.745 24-24z\"],\n \"text-height\": [576, 512, [], \"f034\", \"M304 32H16A16 16 0 0 0 0 48v96a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32h56v304H80a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-40V112h56v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zm256 336h-48V144h48c14.31 0 21.33-17.31 11.31-27.31l-80-80a16 16 0 0 0-22.62 0l-80 80C379.36 126 384.36 144 400 144h48v224h-48c-14.31 0-21.32 17.31-11.31 27.31l80 80a16 16 0 0 0 22.62 0l80-80C580.64 386 575.64 368 560 368z\"],\n \"text-width\": [448, 512, [], \"f035\", \"M432 32H16A16 16 0 0 0 0 48v80a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-16h120v112h-24a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-24V112h120v16a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zm-68.69 260.69C354 283.36 336 288.36 336 304v48H112v-48c0-14.31-17.31-21.32-27.31-11.31l-80 80a16 16 0 0 0 0 22.62l80 80C94 484.64 112 479.64 112 464v-48h224v48c0 14.31 17.31 21.33 27.31 11.31l80-80a16 16 0 0 0 0-22.62z\"],\n \"th\": [512, 512, [], \"f00a\", \"M149.333 56v80c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24h101.333c13.255 0 24 10.745 24 24zm181.334 240v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm32-240v80c0 13.255 10.745 24 24 24H488c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24zm-32 80V56c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm-205.334 56H24c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24zM0 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zm386.667-56H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zm0 160H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zM181.333 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24z\"],\n \"th-large\": [512, 512, [], \"f009\", \"M296 32h192c13.255 0 24 10.745 24 24v160c0 13.255-10.745 24-24 24H296c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24zm-80 0H24C10.745 32 0 42.745 0 56v160c0 13.255 10.745 24 24 24h192c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24zM0 296v160c0 13.255 10.745 24 24 24h192c13.255 0 24-10.745 24-24V296c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zm296 184h192c13.255 0 24-10.745 24-24V296c0-13.255-10.745-24-24-24H296c-13.255 0-24 10.745-24 24v160c0 13.255 10.745 24 24 24z\"],\n \"th-list\": [512, 512, [], \"f00b\", \"M149.333 216v80c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24v-80c0-13.255 10.745-24 24-24h101.333c13.255 0 24 10.745 24 24zM0 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zM125.333 32H24C10.745 32 0 42.745 0 56v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24zm80 448H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zm-24-424v80c0 13.255 10.745 24 24 24H488c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24zm24 264H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24z\"],\n \"theater-masks\": [640, 512, [], \"f630\", \"M206.86 245.15c-35.88 10.45-59.95 41.2-57.53 74.1 11.4-12.72 28.81-23.7 49.9-30.92l7.63-43.18zM95.81 295L64.08 115.49c-.29-1.62.28-2.62.24-2.65 57.76-32.06 123.12-49.01 189.01-49.01 1.61 0 3.23.17 4.85.19 13.95-13.47 31.73-22.83 51.59-26 18.89-3.02 38.05-4.55 57.18-5.32-9.99-13.95-24.48-24.23-41.77-27C301.27 1.89 277.24 0 253.32 0 176.66 0 101.02 19.42 33.2 57.06 9.03 70.48-3.92 98.48 1.05 126.58l31.73 179.51c14.23 80.52 136.33 142.08 204.45 142.08 3.59 0 6.75-.46 10.01-.8-13.52-17.08-28.94-40.48-39.5-67.58-47.61-12.98-106.06-51.62-111.93-84.79zm97.55-137.46c-.73-4.12-2.23-7.87-4.07-11.4-8.25 8.91-20.67 15.75-35.32 18.32-14.65 2.58-28.67.4-39.48-5.17-.52 3.94-.64 7.98.09 12.1 3.84 21.7 24.58 36.19 46.34 32.37 21.75-3.82 36.28-24.52 32.44-46.22zM606.8 120.9c-88.98-49.38-191.43-67.41-291.98-51.35-27.31 4.36-49.08 26.26-54.04 54.36l-31.73 179.51c-15.39 87.05 95.28 196.27 158.31 207.35 63.03 11.09 204.47-53.79 219.86-140.84l31.73-179.51c4.97-28.11-7.98-56.11-32.15-69.52zm-273.24 96.8c3.84-21.7 24.58-36.19 46.34-32.36 21.76 3.83 36.28 24.52 32.45 46.22-.73 4.12-2.23 7.87-4.07 11.4-8.25-8.91-20.67-15.75-35.32-18.32-14.65-2.58-28.67-.4-39.48 5.17-.53-3.95-.65-7.99.08-12.11zm70.47 198.76c-55.68-9.79-93.52-59.27-89.04-112.9 20.6 25.54 56.21 46.17 99.49 53.78 43.28 7.61 83.82.37 111.93-16.6-14.18 51.94-66.71 85.51-122.38 75.72zm130.3-151.34c-8.25-8.91-20.68-15.75-35.33-18.32-14.65-2.58-28.67-.4-39.48 5.17-.52-3.94-.64-7.98.09-12.1 3.84-21.7 24.58-36.19 46.34-32.37 21.75 3.83 36.28 24.52 32.45 46.22-.73 4.13-2.23 7.88-4.07 11.4z\"],\n \"thermometer\": [512, 512, [], \"f491\", \"M476.8 20.4c-37.5-30.7-95.5-26.3-131.9 10.2l-45.7 46 50.5 50.5c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0l-50.4-50.5-45.1 45.4 50.3 50.4c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0L209 167.4l-45.1 45.4L214 263c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0l-50.1-50.2L96 281.1V382L7 471c-9.4 9.4-9.4 24.6 0 33.9 9.4 9.4 24.6 9.4 33.9 0l89-89h99.9L484 162.6c34.9-34.9 42.2-101.5-7.2-142.2z\"],\n \"thermometer-empty\": [256, 512, [], \"f2cb\", \"M192 384c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64zm32-84.653c19.912 22.563 32 52.194 32 84.653 0 70.696-57.303 128-128 128-.299 0-.609-.001-.909-.003C56.789 511.509-.357 453.636.002 383.333.166 351.135 12.225 321.755 32 299.347V96c0-53.019 42.981-96 96-96s96 42.981 96 96v203.347zM208 384c0-34.339-19.37-52.19-32-66.502V96c0-26.467-21.533-48-48-48S80 69.533 80 96v221.498c-12.732 14.428-31.825 32.1-31.999 66.08-.224 43.876 35.563 80.116 79.423 80.42L128 464c44.112 0 80-35.888 80-80z\"],\n \"thermometer-full\": [256, 512, [], \"f2c7\", \"M224 96c0-53.019-42.981-96-96-96S32 42.981 32 96v203.347C12.225 321.756.166 351.136.002 383.333c-.359 70.303 56.787 128.176 127.089 128.664.299.002.61.003.909.003 70.698 0 128-57.304 128-128 0-32.459-12.088-62.09-32-84.653V96zm-96 368l-.576-.002c-43.86-.304-79.647-36.544-79.423-80.42.173-33.98 19.266-51.652 31.999-66.08V96c0-26.467 21.533-48 48-48s48 21.533 48 48v221.498c12.63 14.312 32 32.164 32 66.502 0 44.112-35.888 80-80 80zm64-80c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-23.685 12.876-44.349 32-55.417V96c0-17.673 14.327-32 32-32s32 14.327 32 32v232.583c19.124 11.068 32 31.732 32 55.417z\"],\n \"thermometer-half\": [256, 512, [], \"f2c9\", \"M192 384c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-23.685 12.876-44.349 32-55.417V224c0-17.673 14.327-32 32-32s32 14.327 32 32v104.583c19.124 11.068 32 31.732 32 55.417zm32-84.653c19.912 22.563 32 52.194 32 84.653 0 70.696-57.303 128-128 128-.299 0-.609-.001-.909-.003C56.789 511.509-.357 453.636.002 383.333.166 351.135 12.225 321.755 32 299.347V96c0-53.019 42.981-96 96-96s96 42.981 96 96v203.347zM208 384c0-34.339-19.37-52.19-32-66.502V96c0-26.467-21.533-48-48-48S80 69.533 80 96v221.498c-12.732 14.428-31.825 32.1-31.999 66.08-.224 43.876 35.563 80.116 79.423 80.42L128 464c44.112 0 80-35.888 80-80z\"],\n \"thermometer-quarter\": [256, 512, [], \"f2ca\", \"M192 384c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-23.685 12.876-44.349 32-55.417V288c0-17.673 14.327-32 32-32s32 14.327 32 32v40.583c19.124 11.068 32 31.732 32 55.417zm32-84.653c19.912 22.563 32 52.194 32 84.653 0 70.696-57.303 128-128 128-.299 0-.609-.001-.909-.003C56.789 511.509-.357 453.636.002 383.333.166 351.135 12.225 321.755 32 299.347V96c0-53.019 42.981-96 96-96s96 42.981 96 96v203.347zM208 384c0-34.339-19.37-52.19-32-66.502V96c0-26.467-21.533-48-48-48S80 69.533 80 96v221.498c-12.732 14.428-31.825 32.1-31.999 66.08-.224 43.876 35.563 80.116 79.423 80.42L128 464c44.112 0 80-35.888 80-80z\"],\n \"thermometer-three-quarters\": [256, 512, [], \"f2c8\", \"M192 384c0 35.346-28.654 64-64 64-35.346 0-64-28.654-64-64 0-23.685 12.876-44.349 32-55.417V160c0-17.673 14.327-32 32-32s32 14.327 32 32v168.583c19.124 11.068 32 31.732 32 55.417zm32-84.653c19.912 22.563 32 52.194 32 84.653 0 70.696-57.303 128-128 128-.299 0-.609-.001-.909-.003C56.789 511.509-.357 453.636.002 383.333.166 351.135 12.225 321.755 32 299.347V96c0-53.019 42.981-96 96-96s96 42.981 96 96v203.347zM208 384c0-34.339-19.37-52.19-32-66.502V96c0-26.467-21.533-48-48-48S80 69.533 80 96v221.498c-12.732 14.428-31.825 32.1-31.999 66.08-.224 43.876 35.563 80.116 79.423 80.42L128 464c44.112 0 80-35.888 80-80z\"],\n \"thumbs-down\": [512, 512, [], \"f165\", \"M0 56v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H24C10.745 32 0 42.745 0 56zm40 200c0-13.255 10.745-24 24-24s24 10.745 24 24-10.745 24-24 24-24-10.745-24-24zm272 256c-20.183 0-29.485-39.293-33.931-57.795-5.206-21.666-10.589-44.07-25.393-58.902-32.469-32.524-49.503-73.967-89.117-113.111a11.98 11.98 0 0 1-3.558-8.521V59.901c0-6.541 5.243-11.878 11.783-11.998 15.831-.29 36.694-9.079 52.651-16.178C256.189 17.598 295.709.017 343.995 0h2.844c42.777 0 93.363.413 113.774 29.737 8.392 12.057 10.446 27.034 6.148 44.632 16.312 17.053 25.063 48.863 16.382 74.757 17.544 23.432 19.143 56.132 9.308 79.469l.11.11c11.893 11.949 19.523 31.259 19.439 49.197-.156 30.352-26.157 58.098-59.553 58.098H350.723C358.03 364.34 384 388.132 384 430.548 384 504 336 512 312 512z\"],\n \"thumbs-up\": [512, 512, [], \"f164\", \"M104 224H24c-13.255 0-24 10.745-24 24v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V248c0-13.255-10.745-24-24-24zM64 472c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zM384 81.452c0 42.416-25.97 66.208-33.277 94.548h101.723c33.397 0 59.397 27.746 59.553 58.098.084 17.938-7.546 37.249-19.439 49.197l-.11.11c9.836 23.337 8.237 56.037-9.308 79.469 8.681 25.895-.069 57.704-16.382 74.757 4.298 17.598 2.244 32.575-6.148 44.632C440.202 511.587 389.616 512 346.839 512l-2.845-.001c-48.287-.017-87.806-17.598-119.56-31.725-15.957-7.099-36.821-15.887-52.651-16.178-6.54-.12-11.783-5.457-11.783-11.998v-213.77c0-3.2 1.282-6.271 3.558-8.521 39.614-39.144 56.648-80.587 89.117-113.111 14.804-14.832 20.188-37.236 25.393-58.902C282.515 39.293 291.817 0 312 0c24 0 72 8 72 81.452z\"],\n \"thumbtack\": [384, 512, [], \"f08d\", \"M298.028 214.267L285.793 96H328c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24H56C42.745 0 32 10.745 32 24v48c0 13.255 10.745 24 24 24h42.207L85.972 214.267C37.465 236.82 0 277.261 0 328c0 13.255 10.745 24 24 24h136v104.007c0 1.242.289 2.467.845 3.578l24 48c2.941 5.882 11.364 5.893 14.311 0l24-48a8.008 8.008 0 0 0 .845-3.578V352h136c13.255 0 24-10.745 24-24-.001-51.183-37.983-91.42-85.973-113.733z\"],\n \"ticket-alt\": [576, 512, [], \"f3ff\", \"M128 160h320v192H128V160zm400 96c0 26.51 21.49 48 48 48v96c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48v-96c26.51 0 48-21.49 48-48s-21.49-48-48-48v-96c0-26.51 21.49-48 48-48h480c26.51 0 48 21.49 48 48v96c-26.51 0-48 21.49-48 48zm-48-104c0-13.255-10.745-24-24-24H120c-13.255 0-24 10.745-24 24v208c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24V152z\"],\n \"times\": [352, 512, [], \"f00d\", \"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"],\n \"times-circle\": [512, 512, [], \"f057\", \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z\"],\n \"tint\": [352, 512, [], \"f043\", \"M205.22 22.09c-7.94-28.78-49.44-30.12-58.44 0C100.01 179.85 0 222.72 0 333.91 0 432.35 78.72 512 176 512s176-79.65 176-178.09c0-111.75-99.79-153.34-146.78-311.82zM176 448c-61.75 0-112-50.25-112-112 0-8.84 7.16-16 16-16s16 7.16 16 16c0 44.11 35.89 80 80 80 8.84 0 16 7.16 16 16s-7.16 16-16 16z\"],\n \"tint-slash\": [640, 512, [], \"f5c7\", \"M633.82 458.1L494.97 350.78c.52-5.57 1.03-11.16 1.03-16.87 0-111.76-99.79-153.34-146.78-311.82-7.94-28.78-49.44-30.12-58.44 0-15.52 52.34-36.87 91.96-58.49 125.68L45.47 3.37C38.49-2.05 28.43-.8 23.01 6.18L3.37 31.45C-2.05 38.42-.8 48.47 6.18 53.9l588.36 454.73c6.98 5.43 17.03 4.17 22.46-2.81l19.64-25.27c5.41-6.97 4.16-17.02-2.82-22.45zM144 333.91C144 432.35 222.72 512 320 512c44.71 0 85.37-16.96 116.4-44.7L162.72 255.78c-11.41 23.5-18.72 48.35-18.72 78.13z\"],\n \"tired\": [496, 512, [], \"f5c8\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm33.8 189.7l80-48c11.6-6.9 24 7.7 15.4 18L343.6 208l33.6 40.3c8.7 10.4-3.9 24.8-15.4 18l-80-48c-7.7-4.7-7.7-15.9 0-20.6zm-163-30c-8.6-10.3 3.8-24.9 15.4-18l80 48c7.8 4.7 7.8 15.9 0 20.6l-80 48c-11.5 6.8-24-7.6-15.4-18l33.6-40.3-33.6-40.3zM248 288c51.9 0 115.3 43.8 123.2 106.7 1.7 13.6-8 24.6-17.7 20.4-25.9-11.1-64.4-17.4-105.5-17.4s-79.6 6.3-105.5 17.4c-9.8 4.2-19.4-7-17.7-20.4C132.7 331.8 196.1 288 248 288z\"],\n \"toggle-off\": [576, 512, [], \"f204\", \"M384 64H192C85.961 64 0 149.961 0 256s85.961 192 192 192h192c106.039 0 192-85.961 192-192S490.039 64 384 64zM64 256c0-70.741 57.249-128 128-128 70.741 0 128 57.249 128 128 0 70.741-57.249 128-128 128-70.741 0-128-57.249-128-128zm320 128h-48.905c65.217-72.858 65.236-183.12 0-256H384c70.741 0 128 57.249 128 128 0 70.74-57.249 128-128 128z\"],\n \"toggle-on\": [576, 512, [], \"f205\", \"M384 64H192C86 64 0 150 0 256s86 192 192 192h192c106 0 192-86 192-192S490 64 384 64zm0 320c-70.8 0-128-57.3-128-128 0-70.8 57.3-128 128-128 70.8 0 128 57.3 128 128 0 70.8-57.3 128-128 128z\"],\n \"toilet\": [384, 512, [], \"f7d8\", \"M368 48c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16H16C7.2 0 0 7.2 0 16v16c0 8.8 7.2 16 16 16h16v156.7C11.8 214.8 0 226.9 0 240c0 67.2 34.6 126.2 86.8 160.5l-21.4 70.2C59.1 491.2 74.5 512 96 512h192c21.5 0 36.9-20.8 30.6-41.3l-21.4-70.2C349.4 366.2 384 307.2 384 240c0-13.1-11.8-25.2-32-35.3V48h16zM80 72c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H88c-4.4 0-8-3.6-8-8V72zm112 200c-77.1 0-139.6-14.3-139.6-32s62.5-32 139.6-32 139.6 14.3 139.6 32-62.5 32-139.6 32z\"],\n \"toilet-paper\": [576, 512, [], \"f71e\", \"M128 0C74.98 0 32 85.96 32 192v172.07c0 41.12-9.8 62.77-31.17 126.87C-2.62 501.3 5.09 512 16.01 512h280.92c13.77 0 26-8.81 30.36-21.88 12.83-38.48 24.71-72.4 24.71-126.05V192c0-83.6 23.67-153.52 60.44-192H128zM96 224c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm64 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm64 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm64 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zM480 0c-53.02 0-96 85.96-96 192s42.98 192 96 192 96-85.96 96-192S533.02 0 480 0zm0 256c-17.67 0-32-28.65-32-64s14.33-64 32-64 32 28.65 32 64-14.33 64-32 64z\"],\n \"toilet-paper-slash\": [640, 512, [], \"f972\", \"M64,192V364.13c0,41.12-9.75,62.75-31.12,126.87A16,16,0,0,0,48,512H328.86a31.87,31.87,0,0,0,30.38-21.87c9.31-27.83,18-53.35,22.18-85.55l-316-244.25C64.53,170.66,64,181.19,64,192ZM633.82,458.09l-102-78.81C575.28,360.91,608,284.32,608,192,608,86,565,0,512,0s-96,86-96,192c0,42,7,80.4,18.43,112L384,265V192c0-83.62,23.63-153.5,60.5-192H160c-23.33,0-44.63,16.83-61.26,44.53L45.46,3.38A16,16,0,0,0,23,6.19L3.37,31.45A16,16,0,0,0,6.18,53.91L594.54,508.63A16,16,0,0,0,617,505.81l19.64-25.26A16,16,0,0,0,633.82,458.09ZM512,256c-17.63,0-32-28.62-32-64s14.37-64,32-64,32,28.63,32,64S529.62,256,512,256Z\"],\n \"toolbox\": [512, 512, [], \"f552\", \"M502.63 214.63l-45.25-45.25c-6-6-14.14-9.37-22.63-9.37H384V80c0-26.51-21.49-48-48-48H176c-26.51 0-48 21.49-48 48v80H77.25c-8.49 0-16.62 3.37-22.63 9.37L9.37 214.63c-6 6-9.37 14.14-9.37 22.63V320h128v-16c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v16h128v-16c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v16h128v-82.75c0-8.48-3.37-16.62-9.37-22.62zM320 160H192V96h128v64zm64 208c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16v-16H192v16c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16v-16H0v96c0 17.67 14.33 32 32 32h448c17.67 0 32-14.33 32-32v-96H384v16z\"],\n \"tools\": [512, 512, [], \"f7d9\", \"M501.1 395.7L384 278.6c-23.1-23.1-57.6-27.6-85.4-13.9L192 158.1V96L64 0 0 64l96 128h62.1l106.6 106.6c-13.6 27.8-9.2 62.3 13.9 85.4l117.1 117.1c14.6 14.6 38.2 14.6 52.7 0l52.7-52.7c14.5-14.6 14.5-38.2 0-52.7zM331.7 225c28.3 0 54.9 11 74.9 31l19.4 19.4c15.8-6.9 30.8-16.5 43.8-29.5 37.1-37.1 49.7-89.3 37.9-136.7-2.2-9-13.5-12.1-20.1-5.5l-74.4 74.4-67.9-11.3L334 98.9l74.4-74.4c6.6-6.6 3.4-17.9-5.7-20.2-47.4-11.7-99.6.9-136.6 37.9-28.5 28.5-41.9 66.1-41.2 103.6l82.1 82.1c8.1-1.9 16.5-2.9 24.7-2.9zm-103.9 82l-56.7-56.7L18.7 402.8c-25 25-25 65.5 0 90.5s65.5 25 90.5 0l123.6-123.6c-7.6-19.9-9.9-41.6-5-62.7zM64 472c-13.2 0-24-10.8-24-24 0-13.3 10.7-24 24-24s24 10.7 24 24c0 13.2-10.7 24-24 24z\"],\n \"tooth\": [448, 512, [], \"f5c9\", \"M443.98 96.25c-11.01-45.22-47.11-82.06-92.01-93.72-32.19-8.36-63 5.1-89.14 24.33-3.25 2.39-6.96 3.73-10.5 5.48l28.32 18.21c7.42 4.77 9.58 14.67 4.8 22.11-4.46 6.95-14.27 9.86-22.11 4.8L162.83 12.84c-20.7-10.85-43.38-16.4-66.81-10.31-44.9 11.67-81 48.5-92.01 93.72-10.13 41.62-.42 80.81 21.5 110.43 23.36 31.57 32.68 68.66 36.29 107.35 4.4 47.16 10.33 94.16 20.94 140.32l7.8 33.95c3.19 13.87 15.49 23.7 29.67 23.7 13.97 0 26.15-9.55 29.54-23.16l34.47-138.42c4.56-18.32 20.96-31.16 39.76-31.16s35.2 12.85 39.76 31.16l34.47 138.42c3.39 13.61 15.57 23.16 29.54 23.16 14.18 0 26.48-9.83 29.67-23.7l7.8-33.95c10.61-46.15 16.53-93.16 20.94-140.32 3.61-38.7 12.93-75.78 36.29-107.35 21.95-29.61 31.66-68.8 21.53-110.43z\"],\n \"torah\": [640, 512, [], \"f6a0\", \"M320.05 366.48l17.72-29.64h-35.46zm99.21-166H382.4l18.46 30.82zM48 0C21.49 0 0 14.33 0 32v448c0 17.67 21.49 32 48 32s48-14.33 48-32V32C96 14.33 74.51 0 48 0zm172.74 311.5h36.85l-18.46-30.82zm161.71 0h36.86l-18.45-30.8zM128 464h384V48H128zm66.77-278.13a21.22 21.22 0 0 1 18.48-10.71h59.45l29.13-48.71a21.13 21.13 0 0 1 18.22-10.37A20.76 20.76 0 0 1 338 126.29l29.25 48.86h59.52a21.12 21.12 0 0 1 18.1 32L415.63 256 445 305a20.69 20.69 0 0 1 .24 21.12 21.25 21.25 0 0 1-18.48 10.72h-59.47l-29.13 48.7a21.13 21.13 0 0 1-18.16 10.4 20.79 20.79 0 0 1-18-10.22l-29.25-48.88h-59.5a21.11 21.11 0 0 1-18.1-32L224.36 256 195 207a20.7 20.7 0 0 1-.23-21.13zM592 0c-26.51 0-48 14.33-48 32v448c0 17.67 21.49 32 48 32s48-14.33 48-32V32c0-17.67-21.49-32-48-32zM320 145.53l-17.78 29.62h35.46zm-62.45 55h-36.81l18.44 30.8zm29.58 111h65.79L386.09 256l-33.23-55.52h-65.79L253.9 256z\"],\n \"torii-gate\": [512, 512, [], \"f6a1\", \"M376.45 32h-240.9A303.17 303.17 0 0 1 0 0v96c0 17.67 14.33 32 32 32h32v64H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h48v240c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V256h256v240c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V256h48c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16h-48v-64h32c17.67 0 32-14.33 32-32V0a303.17 303.17 0 0 1-135.55 32zM128 128h96v64h-96v-64zm256 64h-96v-64h96v64z\"],\n \"tractor\": [640, 512, [], \"f722\", \"M528 336c-48.6 0-88 39.4-88 88s39.4 88 88 88 88-39.4 88-88-39.4-88-88-88zm0 112c-13.23 0-24-10.77-24-24s10.77-24 24-24 24 10.77 24 24-10.77 24-24 24zm80-288h-64v-40.2c0-14.12 4.7-27.76 13.15-38.84 4.42-5.8 3.55-14.06-1.32-19.49L534.2 37.3c-6.66-7.45-18.32-6.92-24.7.78C490.58 60.9 480 89.81 480 119.8V160H377.67L321.58 29.14A47.914 47.914 0 0 0 277.45 0H144c-26.47 0-48 21.53-48 48v146.52c-8.63-6.73-20.96-6.46-28.89 1.47L36 227.1c-8.59 8.59-8.59 22.52 0 31.11l5.06 5.06c-4.99 9.26-8.96 18.82-11.91 28.72H22c-12.15 0-22 9.85-22 22v44c0 12.15 9.85 22 22 22h7.14c2.96 9.91 6.92 19.46 11.91 28.73l-5.06 5.06c-8.59 8.59-8.59 22.52 0 31.11L67.1 476c8.59 8.59 22.52 8.59 31.11 0l5.06-5.06c9.26 4.99 18.82 8.96 28.72 11.91V490c0 12.15 9.85 22 22 22h44c12.15 0 22-9.85 22-22v-7.14c9.9-2.95 19.46-6.92 28.72-11.91l5.06 5.06c8.59 8.59 22.52 8.59 31.11 0l31.11-31.11c8.59-8.59 8.59-22.52 0-31.11l-5.06-5.06c4.99-9.26 8.96-18.82 11.91-28.72H330c12.15 0 22-9.85 22-22v-6h80.54c21.91-28.99 56.32-48 95.46-48 18.64 0 36.07 4.61 51.8 12.2l50.82-50.82c6-6 9.37-14.14 9.37-22.63V192c.01-17.67-14.32-32-31.99-32zM176 416c-44.18 0-80-35.82-80-80s35.82-80 80-80 80 35.82 80 80-35.82 80-80 80zm22-256h-38V64h106.89l41.15 96H198z\"],\n \"trademark\": [640, 512, [], \"f25c\", \"M260.6 96H12c-6.6 0-12 5.4-12 12v43.1c0 6.6 5.4 12 12 12h85.1V404c0 6.6 5.4 12 12 12h54.3c6.6 0 12-5.4 12-12V163.1h85.1c6.6 0 12-5.4 12-12V108c.1-6.6-5.3-12-11.9-12zM640 403l-24-296c-.5-6.2-5.7-11-12-11h-65.4c-5.1 0-9.7 3.3-11.3 8.1l-43.8 127.1c-7.2 20.6-16.1 52.8-16.1 52.8h-.9s-8.9-32.2-16.1-52.8l-43.8-127.1c-1.7-4.8-6.2-8.1-11.3-8.1h-65.4c-6.2 0-11.4 4.8-12 11l-24.4 296c-.6 7 4.9 13 12 13H360c6.3 0 11.5-4.9 12-11.2l9.1-132.9c1.8-24.2 0-53.7 0-53.7h.9s10.7 33.6 17.9 53.7l30.7 84.7c1.7 4.7 6.2 7.9 11.3 7.9h50.3c5.1 0 9.6-3.2 11.3-7.9l30.7-84.7c7.2-20.1 17.9-53.7 17.9-53.7h.9s-1.8 29.5 0 53.7l9.1 132.9c.4 6.3 5.7 11.2 12 11.2H628c7 0 12.5-6 12-13z\"],\n \"traffic-light\": [384, 512, [], \"f637\", \"M384 192h-64v-37.88c37.2-13.22 64-48.38 64-90.12h-64V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v32H0c0 41.74 26.8 76.9 64 90.12V192H0c0 41.74 26.8 76.9 64 90.12V320H0c0 42.84 28.25 78.69 66.99 91.05C79.42 468.72 130.6 512 192 512s112.58-43.28 125.01-100.95C355.75 398.69 384 362.84 384 320h-64v-37.88c37.2-13.22 64-48.38 64-90.12zM192 416c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm0-128c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm0-128c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48z\"],\n \"trailer\": [640, 512, [], \"f941\", \"M624,320H544V80a16,16,0,0,0-16-16H16A16,16,0,0,0,0,80V368a16,16,0,0,0,16,16H65.61c7.83-54.21,54-96,110.39-96s102.56,41.79,110.39,96H624a16,16,0,0,0,16-16V336A16,16,0,0,0,624,320ZM96,243.68a176.29,176.29,0,0,0-32,20.71V136a8,8,0,0,1,8-8H88a8,8,0,0,1,8,8Zm96-18.54c-5.31-.49-10.57-1.14-16-1.14s-10.69.65-16,1.14V136a8,8,0,0,1,8-8h16a8,8,0,0,1,8,8Zm96,39.25a176.29,176.29,0,0,0-32-20.71V136a8,8,0,0,1,8-8h16a8,8,0,0,1,8,8ZM384,320H352V136a8,8,0,0,1,8-8h16a8,8,0,0,1,8,8Zm96,0H448V136a8,8,0,0,1,8-8h16a8,8,0,0,1,8,8Zm-304,0a80,80,0,1,0,80,80A80,80,0,0,0,176,320Zm0,112a32,32,0,1,1,32-32A32,32,0,0,1,176,432Z\"],\n \"train\": [448, 512, [], \"f238\", \"M448 96v256c0 51.815-61.624 96-130.022 96l62.98 49.721C386.905 502.417 383.562 512 376 512H72c-7.578 0-10.892-9.594-4.957-14.279L130.022 448C61.82 448 0 403.954 0 352V96C0 42.981 64 0 128 0h192c65 0 128 42.981 128 96zm-48 136V120c0-13.255-10.745-24-24-24H72c-13.255 0-24 10.745-24 24v112c0 13.255 10.745 24 24 24h304c13.255 0 24-10.745 24-24zm-176 64c-30.928 0-56 25.072-56 56s25.072 56 56 56 56-25.072 56-56-25.072-56-56-56z\"],\n \"tram\": [512, 512, [], \"f7da\", \"M288 64c17.7 0 32-14.3 32-32S305.7 0 288 0s-32 14.3-32 32 14.3 32 32 32zm223.5-12.1c-2.3-8.6-11-13.6-19.6-11.3l-480 128c-8.5 2.3-13.6 11-11.3 19.6C2.5 195.3 8.9 200 16 200c1.4 0 2.8-.2 4.1-.5L240 140.8V224H64c-17.7 0-32 14.3-32 32v224c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32H272v-91.7l228.1-60.8c8.6-2.3 13.6-11.1 11.4-19.6zM176 384H80v-96h96v96zm160-96h96v96h-96v-96zm-32 0v96h-96v-96h96zM192 96c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32z\"],\n \"transgender\": [384, 512, [], \"f224\", \"M372 0h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-80.7 80.7C198.5 104.1 172.2 96 144 96 64.5 96 0 160.5 0 240c0 68.5 47.9 125.9 112 140.4V408H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v28c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-28h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-27.6c64.1-14.6 112-71.9 112-140.4 0-28.2-8.1-54.5-22.1-76.7l80.7-80.7 16.9 16.9c7.6 7.6 20.5 2.2 20.5-8.5V12c0-6.6-5.4-12-12-12zM144 320c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"],\n \"transgender-alt\": [480, 512, [], \"f225\", \"M468 0h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-80.7 80.7C294.5 104.1 268.2 96 240 96c-28.2 0-54.5 8.1-76.7 22.1l-16.5-16.5 19.8-19.8c4.7-4.7 4.7-12.3 0-17l-28.3-28.3c-4.7-4.7-12.3-4.7-17 0l-19.8 19.8-19-19 16.9-16.9C107.1 12.9 101.7 0 91 0H12C5.4 0 0 5.4 0 12v79c0 10.7 12.9 16 20.5 8.5l16.9-16.9 19 19-19.8 19.8c-4.7 4.7-4.7 12.3 0 17l28.3 28.3c4.7 4.7 12.3 4.7 17 0l19.8-19.8 16.5 16.5C104.1 185.5 96 211.8 96 240c0 68.5 47.9 125.9 112 140.4V408h-36c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v28c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-28h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-27.6c64.1-14.6 112-71.9 112-140.4 0-28.2-8.1-54.5-22.1-76.7l80.7-80.7 16.9 16.9c7.6 7.6 20.5 2.2 20.5-8.5V12c0-6.6-5.4-12-12-12zM240 320c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"],\n \"trash\": [448, 512, [], \"f1f8\", \"M432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zM53.2 467a48 48 0 0 0 47.9 45h245.8a48 48 0 0 0 47.9-45L416 128H32z\"],\n \"trash-alt\": [448, 512, [], \"f2ed\", \"M32 464a48 48 0 0 0 48 48h288a48 48 0 0 0 48-48V128H32zm272-256a16 16 0 0 1 32 0v224a16 16 0 0 1-32 0zm-96 0a16 16 0 0 1 32 0v224a16 16 0 0 1-32 0zm-96 0a16 16 0 0 1 32 0v224a16 16 0 0 1-32 0zM432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"],\n \"trash-restore\": [448, 512, [], \"f829\", \"M53.2 467a48 48 0 0 0 47.9 45h245.8a48 48 0 0 0 47.9-45L416 128H32zm70.11-175.8l89.38-94.26a15.41 15.41 0 0 1 22.62 0l89.38 94.26c10.08 10.62 2.94 28.8-11.32 28.8H256v112a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16V320h-57.37c-14.26 0-21.4-18.18-11.32-28.8zM432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"],\n \"trash-restore-alt\": [448, 512, [], \"f82a\", \"M32 464a48 48 0 0 0 48 48h288a48 48 0 0 0 48-48V128H32zm91.31-172.8l89.38-94.26a15.41 15.41 0 0 1 22.62 0l89.38 94.26c10.08 10.62 2.94 28.8-11.32 28.8H256v112a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16V320h-57.37c-14.26 0-21.4-18.18-11.32-28.8zM432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"],\n \"tree\": [384, 512, [], \"f1bb\", \"M378.31 378.49L298.42 288h30.63c9.01 0 16.98-5 20.78-13.06 3.8-8.04 2.55-17.26-3.28-24.05L268.42 160h28.89c9.1 0 17.3-5.35 20.86-13.61 3.52-8.13 1.86-17.59-4.24-24.08L203.66 4.83c-6.03-6.45-17.28-6.45-23.32 0L70.06 122.31c-6.1 6.49-7.75 15.95-4.24 24.08C69.38 154.65 77.59 160 86.69 160h28.89l-78.14 90.91c-5.81 6.78-7.06 15.99-3.27 24.04C37.97 283 45.93 288 54.95 288h30.63L5.69 378.49c-6 6.79-7.36 16.09-3.56 24.26 3.75 8.05 12 13.25 21.01 13.25H160v24.45l-30.29 48.4c-5.32 10.64 2.42 23.16 14.31 23.16h95.96c11.89 0 19.63-12.52 14.31-23.16L224 440.45V416h136.86c9.01 0 17.26-5.2 21.01-13.25 3.8-8.17 2.44-17.47-3.56-24.26z\"],\n \"trophy\": [576, 512, [], \"f091\", \"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"],\n \"truck\": [640, 512, [], \"f0d1\", \"M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h16c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm320 0c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-208H416V144h44.1l99.9 99.9V256z\"],\n \"truck-loading\": [640, 512, [], \"f4de\", \"M50.2 375.6c2.3 8.5 11.1 13.6 19.6 11.3l216.4-58c8.5-2.3 13.6-11.1 11.3-19.6l-49.7-185.5c-2.3-8.5-11.1-13.6-19.6-11.3L151 133.3l24.8 92.7-61.8 16.5-24.8-92.7-77.3 20.7C3.4 172.8-1.7 181.6.6 190.1l49.6 185.5zM384 0c-17.7 0-32 14.3-32 32v323.6L5.9 450c-4.3 1.2-6.8 5.6-5.6 9.8l12.6 46.3c1.2 4.3 5.6 6.8 9.8 5.6l393.7-107.4C418.8 464.1 467.6 512 528 512c61.9 0 112-50.1 112-112V0H384zm144 448c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48z\"],\n \"truck-monster\": [640, 512, [], \"f63b\", \"M624 224h-16v-64c0-17.67-14.33-32-32-32h-73.6L419.22 24.02A64.025 64.025 0 0 0 369.24 0H256c-17.67 0-32 14.33-32 32v96H48c-8.84 0-16 7.16-16 16v80H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h16.72c29.21-38.65 75.1-64 127.28-64s98.07 25.35 127.28 64h65.45c29.21-38.65 75.1-64 127.28-64s98.07 25.35 127.28 64H624c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm-336-96V64h81.24l51.2 64H288zm304 224h-5.2c-2.2-7.33-5.07-14.28-8.65-20.89l3.67-3.67c6.25-6.25 6.25-16.38 0-22.63l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0l-3.67 3.67A110.85 110.85 0 0 0 512 277.2V272c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v5.2c-7.33 2.2-14.28 5.07-20.89 8.65l-3.67-3.67c-6.25-6.25-16.38-6.25-22.63 0l-22.63 22.63c-6.25 6.25-6.25 16.38 0 22.63l3.67 3.67A110.85 110.85 0 0 0 373.2 352H368c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h5.2c2.2 7.33 5.07 14.28 8.65 20.89l-3.67 3.67c-6.25 6.25-6.25 16.38 0 22.63l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0l3.67-3.67c6.61 3.57 13.57 6.45 20.9 8.65v5.2c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-5.2c7.33-2.2 14.28-5.07 20.9-8.65l3.67 3.67c6.25 6.25 16.38 6.25 22.63 0l22.63-22.63c6.25-6.25 6.25-16.38 0-22.63l-3.67-3.67a110.85 110.85 0 0 0 8.65-20.89h5.2c8.84 0 16-7.16 16-16v-32c-.02-8.84-7.18-16-16.02-16zm-112 80c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm-208-80h-5.2c-2.2-7.33-5.07-14.28-8.65-20.89l3.67-3.67c6.25-6.25 6.25-16.38 0-22.63l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0l-3.67 3.67A110.85 110.85 0 0 0 192 277.2V272c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v5.2c-7.33 2.2-14.28 5.07-20.89 8.65l-3.67-3.67c-6.25-6.25-16.38-6.25-22.63 0L58.18 304.8c-6.25 6.25-6.25 16.38 0 22.63l3.67 3.67a110.85 110.85 0 0 0-8.65 20.89H48c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h5.2c2.2 7.33 5.07 14.28 8.65 20.89l-3.67 3.67c-6.25 6.25-6.25 16.38 0 22.63l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0l3.67-3.67c6.61 3.57 13.57 6.45 20.9 8.65v5.2c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-5.2c7.33-2.2 14.28-5.07 20.9-8.65l3.67 3.67c6.25 6.25 16.38 6.25 22.63 0l22.63-22.63c6.25-6.25 6.25-16.38 0-22.63l-3.67-3.67a110.85 110.85 0 0 0 8.65-20.89h5.2c8.84 0 16-7.16 16-16v-32C288 359.16 280.84 352 272 352zm-112 80c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48z\"],\n \"truck-moving\": [640, 512, [], \"f4df\", \"M621.3 237.3l-58.5-58.5c-12-12-28.3-18.7-45.3-18.7H480V64c0-17.7-14.3-32-32-32H32C14.3 32 0 46.3 0 64v336c0 44.2 35.8 80 80 80 26.3 0 49.4-12.9 64-32.4 14.6 19.6 37.7 32.4 64 32.4 44.2 0 80-35.8 80-80 0-5.5-.6-10.8-1.6-16h163.2c-1.1 5.2-1.6 10.5-1.6 16 0 44.2 35.8 80 80 80s80-35.8 80-80c0-5.5-.6-10.8-1.6-16H624c8.8 0 16-7.2 16-16v-85.5c0-17-6.7-33.2-18.7-45.2zM80 432c-17.6 0-32-14.4-32-32s14.4-32 32-32 32 14.4 32 32-14.4 32-32 32zm128 0c-17.6 0-32-14.4-32-32s14.4-32 32-32 32 14.4 32 32-14.4 32-32 32zm272-224h37.5c4.3 0 8.3 1.7 11.3 4.7l43.3 43.3H480v-48zm48 224c-17.6 0-32-14.4-32-32s14.4-32 32-32 32 14.4 32 32-14.4 32-32 32z\"],\n \"truck-pickup\": [640, 512, [], \"f63c\", \"M624 288h-16v-64c0-17.67-14.33-32-32-32h-48L419.22 56.02A64.025 64.025 0 0 0 369.24 32H256c-17.67 0-32 14.33-32 32v128H64c-17.67 0-32 14.33-32 32v64H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h49.61c-.76 5.27-1.61 10.52-1.61 16 0 61.86 50.14 112 112 112s112-50.14 112-112c0-5.48-.85-10.73-1.61-16h67.23c-.76 5.27-1.61 10.52-1.61 16 0 61.86 50.14 112 112 112s112-50.14 112-112c0-5.48-.85-10.73-1.61-16H624c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM288 96h81.24l76.8 96H288V96zM176 416c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48zm288 0c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48z\"],\n \"tshirt\": [640, 512, [], \"f553\", \"M631.2 96.5L436.5 0C416.4 27.8 371.9 47.2 320 47.2S223.6 27.8 203.5 0L8.8 96.5c-7.9 4-11.1 13.6-7.2 21.5l57.2 114.5c4 7.9 13.6 11.1 21.5 7.2l56.6-27.7c10.6-5.2 23 2.5 23 14.4V480c0 17.7 14.3 32 32 32h256c17.7 0 32-14.3 32-32V226.3c0-11.8 12.4-19.6 23-14.4l56.6 27.7c7.9 4 17.5.8 21.5-7.2L638.3 118c4-7.9.8-17.6-7.1-21.5z\"],\n \"tty\": [512, 512, [], \"f1e4\", \"M5.37 103.822c138.532-138.532 362.936-138.326 501.262 0 6.078 6.078 7.074 15.496 2.583 22.681l-43.214 69.138a18.332 18.332 0 0 1-22.356 7.305l-86.422-34.569a18.335 18.335 0 0 1-11.434-18.846L351.741 90c-62.145-22.454-130.636-21.986-191.483 0l5.953 59.532a18.331 18.331 0 0 1-11.434 18.846l-86.423 34.568a18.334 18.334 0 0 1-22.356-7.305L2.787 126.502a18.333 18.333 0 0 1 2.583-22.68zM96 308v-40c0-6.627-5.373-12-12-12H44c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm-336 96v-40c0-6.627-5.373-12-12-12H92c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zM96 500v-40c0-6.627-5.373-12-12-12H44c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm288 0v-40c0-6.627-5.373-12-12-12H140c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h232c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12z\"],\n \"tv\": [640, 512, [], \"f26c\", \"M592 0H48A48 48 0 0 0 0 48v320a48 48 0 0 0 48 48h240v32H112a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H352v-32h240a48 48 0 0 0 48-48V48a48 48 0 0 0-48-48zm-16 352H64V64h512z\"],\n \"umbrella\": [576, 512, [], \"f0e9\", \"M575.7 280.8C547.1 144.5 437.3 62.6 320 49.9V32c0-17.7-14.3-32-32-32s-32 14.3-32 32v17.9C138.3 62.6 29.5 144.5.3 280.8c-2.2 10.1 8.5 21.3 18.7 11.4 52-55 107.7-52.4 158.6 37 5.3 9.5 14.9 8.6 19.7 0 20.2-35.4 44.9-73.2 90.7-73.2 58.5 0 88.2 68.8 90.7 73.2 4.8 8.6 14.4 9.5 19.7 0 51-89.5 107.1-91.4 158.6-37 10.3 10 20.9-1.3 18.7-11.4zM256 301.7V432c0 8.8-7.2 16-16 16-7.8 0-13.2-5.3-15.1-10.7-5.9-16.7-24.1-25.4-40.8-19.5-16.7 5.9-25.4 24.2-19.5 40.8 11.2 31.9 41.6 53.3 75.4 53.3 44.1 0 80-35.9 80-80V301.6c-9.1-7.9-19.8-13.6-32-13.6-12.3.1-22.4 4.8-32 13.7z\"],\n \"umbrella-beach\": [640, 512, [], \"f5ca\", \"M115.38 136.9l102.11 37.18c35.19-81.54 86.21-144.29 139-173.7-95.88-4.89-188.78 36.96-248.53 111.8-6.69 8.4-2.66 21.05 7.42 24.72zm132.25 48.16l238.48 86.83c35.76-121.38 18.7-231.66-42.63-253.98-7.4-2.7-15.13-4-23.09-4-58.02.01-128.27 69.17-172.76 171.15zM521.48 60.5c6.22 16.3 10.83 34.6 13.2 55.19 5.74 49.89-1.42 108.23-18.95 166.98l102.62 37.36c10.09 3.67 21.31-3.43 21.57-14.17 2.32-95.69-41.91-187.44-118.44-245.36zM560 447.98H321.06L386 269.5l-60.14-21.9-72.9 200.37H16c-8.84 0-16 7.16-16 16.01v32.01C0 504.83 7.16 512 16 512h544c8.84 0 16-7.17 16-16.01v-32.01c0-8.84-7.16-16-16-16z\"],\n \"underline\": [448, 512, [], \"f0cd\", \"M32 64h32v160c0 88.22 71.78 160 160 160s160-71.78 160-160V64h32a16 16 0 0 0 16-16V16a16 16 0 0 0-16-16H272a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32v160a80 80 0 0 1-160 0V64h32a16 16 0 0 0 16-16V16a16 16 0 0 0-16-16H32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm400 384H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"],\n \"undo\": [512, 512, [], \"f0e2\", \"M212.333 224.333H12c-6.627 0-12-5.373-12-12V12C0 5.373 5.373 0 12 0h48c6.627 0 12 5.373 12 12v78.112C117.773 39.279 184.26 7.47 258.175 8.007c136.906.994 246.448 111.623 246.157 248.532C504.041 393.258 393.12 504 256.333 504c-64.089 0-122.496-24.313-166.51-64.215-5.099-4.622-5.334-12.554-.467-17.42l33.967-33.967c4.474-4.474 11.662-4.717 16.401-.525C170.76 415.336 211.58 432 256.333 432c97.268 0 176-78.716 176-176 0-97.267-78.716-176-176-176-58.496 0-110.28 28.476-142.274 72.333h98.274c6.627 0 12 5.373 12 12v48c0 6.627-5.373 12-12 12z\"],\n \"undo-alt\": [512, 512, [], \"f2ea\", \"M255.545 8c-66.269.119-126.438 26.233-170.86 68.685L48.971 40.971C33.851 25.851 8 36.559 8 57.941V192c0 13.255 10.745 24 24 24h134.059c21.382 0 32.09-25.851 16.971-40.971l-41.75-41.75c30.864-28.899 70.801-44.907 113.23-45.273 92.398-.798 170.283 73.977 169.484 169.442C423.236 348.009 349.816 424 256 424c-41.127 0-79.997-14.678-110.63-41.556-4.743-4.161-11.906-3.908-16.368.553L89.34 422.659c-4.872 4.872-4.631 12.815.482 17.433C133.798 479.813 192.074 504 256 504c136.966 0 247.999-111.033 248-247.998C504.001 119.193 392.354 7.755 255.545 8z\"],\n \"universal-access\": [512, 512, [], \"f29a\", \"M256 48c114.953 0 208 93.029 208 208 0 114.953-93.029 208-208 208-114.953 0-208-93.029-208-208 0-114.953 93.029-208 208-208m0-40C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 56C149.961 64 64 149.961 64 256s85.961 192 192 192 192-85.961 192-192S362.039 64 256 64zm0 44c19.882 0 36 16.118 36 36s-16.118 36-36 36-36-16.118-36-36 16.118-36 36-36zm117.741 98.023c-28.712 6.779-55.511 12.748-82.14 15.807.851 101.023 12.306 123.052 25.037 155.621 3.617 9.26-.957 19.698-10.217 23.315-9.261 3.617-19.699-.957-23.316-10.217-8.705-22.308-17.086-40.636-22.261-78.549h-9.686c-5.167 37.851-13.534 56.208-22.262 78.549-3.615 9.255-14.05 13.836-23.315 10.217-9.26-3.617-13.834-14.056-10.217-23.315 12.713-32.541 24.185-54.541 25.037-155.621-26.629-3.058-53.428-9.027-82.141-15.807-8.6-2.031-13.926-10.648-11.895-19.249s10.647-13.926 19.249-11.895c96.686 22.829 124.283 22.783 220.775 0 8.599-2.03 17.218 3.294 19.249 11.895 2.029 8.601-3.297 17.219-11.897 19.249z\"],\n \"university\": [512, 512, [], \"f19c\", \"M496 128v16a8 8 0 0 1-8 8h-24v12c0 6.627-5.373 12-12 12H60c-6.627 0-12-5.373-12-12v-12H24a8 8 0 0 1-8-8v-16a8 8 0 0 1 4.941-7.392l232-88a7.996 7.996 0 0 1 6.118 0l232 88A8 8 0 0 1 496 128zm-24 304H40c-13.255 0-24 10.745-24 24v16a8 8 0 0 0 8 8h464a8 8 0 0 0 8-8v-16c0-13.255-10.745-24-24-24zM96 192v192H60c-6.627 0-12 5.373-12 12v20h416v-20c0-6.627-5.373-12-12-12h-36V192h-64v192h-64V192h-64v192h-64V192H96z\"],\n \"unlink\": [512, 512, [], \"f127\", \"M304.083 405.907c4.686 4.686 4.686 12.284 0 16.971l-44.674 44.674c-59.263 59.262-155.693 59.266-214.961 0-59.264-59.265-59.264-155.696 0-214.96l44.675-44.675c4.686-4.686 12.284-4.686 16.971 0l39.598 39.598c4.686 4.686 4.686 12.284 0 16.971l-44.675 44.674c-28.072 28.073-28.072 73.75 0 101.823 28.072 28.072 73.75 28.073 101.824 0l44.674-44.674c4.686-4.686 12.284-4.686 16.971 0l39.597 39.598zm-56.568-260.216c4.686 4.686 12.284 4.686 16.971 0l44.674-44.674c28.072-28.075 73.75-28.073 101.824 0 28.072 28.073 28.072 73.75 0 101.823l-44.675 44.674c-4.686 4.686-4.686 12.284 0 16.971l39.598 39.598c4.686 4.686 12.284 4.686 16.971 0l44.675-44.675c59.265-59.265 59.265-155.695 0-214.96-59.266-59.264-155.695-59.264-214.961 0l-44.674 44.674c-4.686 4.686-4.686 12.284 0 16.971l39.597 39.598zm234.828 359.28l22.627-22.627c9.373-9.373 9.373-24.569 0-33.941L63.598 7.029c-9.373-9.373-24.569-9.373-33.941 0L7.029 29.657c-9.373 9.373-9.373 24.569 0 33.941l441.373 441.373c9.373 9.372 24.569 9.372 33.941 0z\"],\n \"unlock\": [448, 512, [], \"f09c\", \"M400 256H152V152.9c0-39.6 31.7-72.5 71.3-72.9 40-.4 72.7 32.1 72.7 72v16c0 13.3 10.7 24 24 24h32c13.3 0 24-10.7 24-24v-16C376 68 307.5-.3 223.5 0 139.5.3 72 69.5 72 153.5V256H48c-26.5 0-48 21.5-48 48v160c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z\"],\n \"unlock-alt\": [448, 512, [], \"f13e\", \"M400 256H152V152.9c0-39.6 31.7-72.5 71.3-72.9 40-.4 72.7 32.1 72.7 72v16c0 13.3 10.7 24 24 24h32c13.3 0 24-10.7 24-24v-16C376 68 307.5-.3 223.5 0 139.5.3 72 69.5 72 153.5V256H48c-26.5 0-48 21.5-48 48v160c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zM264 408c0 22.1-17.9 40-40 40s-40-17.9-40-40v-48c0-22.1 17.9-40 40-40s40 17.9 40 40v48z\"],\n \"upload\": [512, 512, [], \"f093\", \"M296 384h-80c-13.3 0-24-10.7-24-24V192h-87.7c-17.8 0-26.7-21.5-14.1-34.1L242.3 5.7c7.5-7.5 19.8-7.5 27.3 0l152.2 152.2c12.6 12.6 3.7 34.1-14.1 34.1H320v168c0 13.3-10.7 24-24 24zm216-8v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h136v8c0 30.9 25.1 56 56 56h80c30.9 0 56-25.1 56-56v-8h136c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z\"],\n \"user\": [448, 512, [], \"f007\", \"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"],\n \"user-alt\": [512, 512, [], \"f406\", \"M256 288c79.5 0 144-64.5 144-144S335.5 0 256 0 112 64.5 112 144s64.5 144 144 144zm128 32h-55.1c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16H128C57.3 320 0 377.3 0 448v16c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48v-16c0-70.7-57.3-128-128-128z\"],\n \"user-alt-slash\": [640, 512, [], \"f4fa\", \"M633.8 458.1L389.6 269.3C433.8 244.7 464 198.1 464 144 464 64.5 399.5 0 320 0c-67.1 0-123 46.1-139 108.2L45.5 3.4C38.5-2 28.5-.8 23 6.2L3.4 31.4c-5.4 7-4.2 17 2.8 22.4l588.4 454.7c7 5.4 17 4.2 22.5-2.8l19.6-25.3c5.4-6.8 4.1-16.9-2.9-22.3zM198.4 320C124.2 320 64 380.2 64 454.4v9.6c0 26.5 21.5 48 48 48h382.2L245.8 320h-47.4z\"],\n \"user-astronaut\": [448, 512, [], \"f4fb\", \"M64 224h13.5c24.7 56.5 80.9 96 146.5 96s121.8-39.5 146.5-96H384c8.8 0 16-7.2 16-16v-96c0-8.8-7.2-16-16-16h-13.5C345.8 39.5 289.6 0 224 0S102.2 39.5 77.5 96H64c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16zm40-88c0-22.1 21.5-40 48-40h144c26.5 0 48 17.9 48 40v24c0 53-43 96-96 96h-48c-53 0-96-43-96-96v-24zm72 72l12-36 36-12-36-12-12-36-12 36-36 12 36 12 12 36zm151.6 113.4C297.7 340.7 262.2 352 224 352s-73.7-11.3-103.6-30.6C52.9 328.5 0 385 0 454.4v9.6c0 26.5 21.5 48 48 48h80v-64c0-17.7 14.3-32 32-32h128c17.7 0 32 14.3 32 32v64h80c26.5 0 48-21.5 48-48v-9.6c0-69.4-52.9-125.9-120.4-133zM272 448c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zm-96 0c-8.8 0-16 7.2-16 16v48h32v-48c0-8.8-7.2-16-16-16z\"],\n \"user-check\": [640, 512, [], \"f4fc\", \"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4zm323-128.4l-27.8-28.1c-4.6-4.7-12.1-4.7-16.8-.1l-104.8 104-45.5-45.8c-4.6-4.7-12.1-4.7-16.8-.1l-28.1 27.9c-4.7 4.6-4.7 12.1-.1 16.8l81.7 82.3c4.6 4.7 12.1 4.7 16.8.1l141.3-140.2c4.6-4.7 4.7-12.2.1-16.8z\"],\n \"user-circle\": [496, 512, [], \"f2bd\", \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 96c48.6 0 88 39.4 88 88s-39.4 88-88 88-88-39.4-88-88 39.4-88 88-88zm0 344c-58.7 0-111.3-26.6-146.5-68.2 18.8-35.4 55.6-59.8 98.5-59.8 2.4 0 4.8.4 7.1 1.1 13 4.2 26.6 6.9 40.9 6.9 14.3 0 28-2.7 40.9-6.9 2.3-.7 4.7-1.1 7.1-1.1 42.9 0 79.7 24.4 98.5 59.8C359.3 421.4 306.7 448 248 448z\"],\n \"user-clock\": [640, 512, [], \"f4fd\", \"M496 224c-79.6 0-144 64.4-144 144s64.4 144 144 144 144-64.4 144-144-64.4-144-144-144zm64 150.3c0 5.3-4.4 9.7-9.7 9.7h-60.6c-5.3 0-9.7-4.4-9.7-9.7v-76.6c0-5.3 4.4-9.7 9.7-9.7h12.6c5.3 0 9.7 4.4 9.7 9.7V352h38.3c5.3 0 9.7 4.4 9.7 9.7v12.6zM320 368c0-27.8 6.7-54.1 18.2-77.5-8-1.5-16.2-2.5-24.6-2.5h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h347.1c-45.3-31.9-75.1-84.5-75.1-144zm-96-112c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128z\"],\n \"user-cog\": [640, 512, [], \"f4fe\", \"M610.5 373.3c2.6-14.1 2.6-28.5 0-42.6l25.8-14.9c3-1.7 4.3-5.2 3.3-8.5-6.7-21.6-18.2-41.2-33.2-57.4-2.3-2.5-6-3.1-9-1.4l-25.8 14.9c-10.9-9.3-23.4-16.5-36.9-21.3v-29.8c0-3.4-2.4-6.4-5.7-7.1-22.3-5-45-4.8-66.2 0-3.3.7-5.7 3.7-5.7 7.1v29.8c-13.5 4.8-26 12-36.9 21.3l-25.8-14.9c-2.9-1.7-6.7-1.1-9 1.4-15 16.2-26.5 35.8-33.2 57.4-1 3.3.4 6.8 3.3 8.5l25.8 14.9c-2.6 14.1-2.6 28.5 0 42.6l-25.8 14.9c-3 1.7-4.3 5.2-3.3 8.5 6.7 21.6 18.2 41.1 33.2 57.4 2.3 2.5 6 3.1 9 1.4l25.8-14.9c10.9 9.3 23.4 16.5 36.9 21.3v29.8c0 3.4 2.4 6.4 5.7 7.1 22.3 5 45 4.8 66.2 0 3.3-.7 5.7-3.7 5.7-7.1v-29.8c13.5-4.8 26-12 36.9-21.3l25.8 14.9c2.9 1.7 6.7 1.1 9-1.4 15-16.2 26.5-35.8 33.2-57.4 1-3.3-.4-6.8-3.3-8.5l-25.8-14.9zM496 400.5c-26.8 0-48.5-21.8-48.5-48.5s21.8-48.5 48.5-48.5 48.5 21.8 48.5 48.5-21.7 48.5-48.5 48.5zM224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm201.2 226.5c-2.3-1.2-4.6-2.6-6.8-3.9l-7.9 4.6c-6 3.4-12.8 5.3-19.6 5.3-10.9 0-21.4-4.6-28.9-12.6-18.3-19.8-32.3-43.9-40.2-69.6-5.5-17.7 1.9-36.4 17.9-45.7l7.9-4.6c-.1-2.6-.1-5.2 0-7.8l-7.9-4.6c-16-9.2-23.4-28-17.9-45.7.9-2.9 2.2-5.8 3.2-8.7-3.8-.3-7.5-1.2-11.4-1.2h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c10.1 0 19.5-3.2 27.2-8.5-1.2-3.8-2-7.7-2-11.8v-9.2z\"],\n \"user-edit\": [640, 512, [], \"f4ff\", \"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h274.9c-2.4-6.8-3.4-14-2.6-21.3l6.8-60.9 1.2-11.1 7.9-7.9 77.3-77.3c-24.5-27.7-60-45.5-99.9-45.5zm45.3 145.3l-6.8 61c-1.1 10.2 7.5 18.8 17.6 17.6l60.9-6.8 137.9-137.9-71.7-71.7-137.9 137.8zM633 268.9L595.1 231c-9.3-9.3-24.5-9.3-33.8 0l-37.8 37.8-4.1 4.1 71.8 71.7 41.8-41.8c9.3-9.4 9.3-24.5 0-33.9z\"],\n \"user-friends\": [640, 512, [], \"f500\", \"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"],\n \"user-graduate\": [448, 512, [], \"f501\", \"M319.4 320.6L224 416l-95.4-95.4C57.1 323.7 0 382.2 0 454.4v9.6c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-9.6c0-72.2-57.1-130.7-128.6-133.8zM13.6 79.8l6.4 1.5v58.4c-7 4.2-12 11.5-12 20.3 0 8.4 4.6 15.4 11.1 19.7L3.5 242c-1.7 6.9 2.1 14 7.6 14h41.8c5.5 0 9.3-7.1 7.6-14l-15.6-62.3C51.4 175.4 56 168.4 56 160c0-8.8-5-16.1-12-20.3V87.1l66 15.9c-8.6 17.2-14 36.4-14 57 0 70.7 57.3 128 128 128s128-57.3 128-128c0-20.6-5.3-39.8-14-57l96.3-23.2c18.2-4.4 18.2-27.1 0-31.5l-190.4-46c-13-3.1-26.7-3.1-39.7 0L13.6 48.2c-18.1 4.4-18.1 27.2 0 31.6z\"],\n \"user-injured\": [448, 512, [], \"f728\", \"M277.37 11.98C261.08 4.47 243.11 0 224 0c-53.69 0-99.5 33.13-118.51 80h81.19l90.69-68.02zM342.51 80c-7.9-19.47-20.67-36.2-36.49-49.52L239.99 80h102.52zM224 256c70.69 0 128-57.31 128-128 0-5.48-.95-10.7-1.61-16H97.61c-.67 5.3-1.61 10.52-1.61 16 0 70.69 57.31 128 128 128zM80 299.7V512h128.26l-98.45-221.52A132.835 132.835 0 0 0 80 299.7zM0 464c0 26.51 21.49 48 48 48V320.24C18.88 344.89 0 381.26 0 422.4V464zm256-48h-55.38l42.67 96H256c26.47 0 48-21.53 48-48s-21.53-48-48-48zm57.6-128h-16.71c-22.24 10.18-46.88 16-72.89 16s-50.65-5.82-72.89-16h-7.37l42.67 96H256c44.11 0 80 35.89 80 80 0 18.08-6.26 34.59-16.41 48H400c26.51 0 48-21.49 48-48v-41.6c0-74.23-60.17-134.4-134.4-134.4z\"],\n \"user-lock\": [640, 512, [], \"f502\", \"M224 256A128 128 0 1 0 96 128a128 128 0 0 0 128 128zm96 64a63.08 63.08 0 0 1 8.1-30.5c-4.8-.5-9.5-1.5-14.5-1.5h-16.7a174.08 174.08 0 0 1-145.8 0h-16.7A134.43 134.43 0 0 0 0 422.4V464a48 48 0 0 0 48 48h280.9a63.54 63.54 0 0 1-8.9-32zm288-32h-32v-80a80 80 0 0 0-160 0v80h-32a32 32 0 0 0-32 32v160a32 32 0 0 0 32 32h224a32 32 0 0 0 32-32V320a32 32 0 0 0-32-32zM496 432a32 32 0 1 1 32-32 32 32 0 0 1-32 32zm32-144h-64v-80a32 32 0 0 1 64 0z\"],\n \"user-md\": [448, 512, [], \"f0f0\", \"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zM104 424c0 13.3 10.7 24 24 24s24-10.7 24-24-10.7-24-24-24-24 10.7-24 24zm216-135.4v49c36.5 7.4 64 39.8 64 78.4v41.7c0 7.6-5.4 14.2-12.9 15.7l-32.2 6.4c-4.3.9-8.5-1.9-9.4-6.3l-3.1-15.7c-.9-4.3 1.9-8.6 6.3-9.4l19.3-3.9V416c0-62.8-96-65.1-96 1.9v26.7l19.3 3.9c4.3.9 7.1 5.1 6.3 9.4l-3.1 15.7c-.9 4.3-5.1 7.1-9.4 6.3l-31.2-4.2c-7.9-1.1-13.8-7.8-13.8-15.9V416c0-38.6 27.5-70.9 64-78.4v-45.2c-2.2.7-4.4 1.1-6.6 1.9-18 6.3-37.3 9.8-57.4 9.8s-39.4-3.5-57.4-9.8c-7.4-2.6-14.9-4.2-22.6-5.2v81.6c23.1 6.9 40 28.1 40 53.4 0 30.9-25.1 56-56 56s-56-25.1-56-56c0-25.3 16.9-46.5 40-53.4v-80.4C48.5 301 0 355.8 0 422.4v44.8C0 491.9 20.1 512 44.8 512h358.4c24.7 0 44.8-20.1 44.8-44.8v-44.8c0-72-56.8-130.3-128-133.8z\"],\n \"user-minus\": [640, 512, [], \"f503\", \"M624 208H432c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h192c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm-400 48c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"],\n \"user-ninja\": [448, 512, [], \"f504\", \"M325.4 289.2L224 390.6 122.6 289.2C54 295.3 0 352.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-70.2-54-127.1-122.6-133.2zM32 192c27.3 0 51.8-11.5 69.2-29.7 15.1 53.9 64 93.7 122.8 93.7 70.7 0 128-57.3 128-128S294.7 0 224 0c-50.4 0-93.6 29.4-114.5 71.8C92.1 47.8 64 32 32 32c0 33.4 17.1 62.8 43.1 80-26 17.2-43.1 46.6-43.1 80zm144-96h96c17.7 0 32 14.3 32 32H144c0-17.7 14.3-32 32-32z\"],\n \"user-nurse\": [448, 512, [], \"f82f\", \"M319.41,320,224,415.39,128.59,320C57.1,323.1,0,381.6,0,453.79A58.21,58.21,0,0,0,58.21,512H389.79A58.21,58.21,0,0,0,448,453.79C448,381.6,390.9,323.1,319.41,320ZM224,304A128,128,0,0,0,352,176V65.82a32,32,0,0,0-20.76-30L246.47,4.07a64,64,0,0,0-44.94,0L116.76,35.86A32,32,0,0,0,96,65.82V176A128,128,0,0,0,224,304ZM184,71.67a5,5,0,0,1,5-5h21.67V45a5,5,0,0,1,5-5h16.66a5,5,0,0,1,5,5V66.67H259a5,5,0,0,1,5,5V88.33a5,5,0,0,1-5,5H237.33V115a5,5,0,0,1-5,5H215.67a5,5,0,0,1-5-5V93.33H189a5,5,0,0,1-5-5ZM144,160H304v16a80,80,0,0,1-160,0Z\"],\n \"user-plus\": [640, 512, [], \"f234\", \"M624 208h-64v-64c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v64h-64c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h64v64c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-64h64c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm-400 48c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"],\n \"user-secret\": [448, 512, [], \"f21b\", \"M383.9 308.3l23.9-62.6c4-10.5-3.7-21.7-15-21.7h-58.5c11-18.9 17.8-40.6 17.8-64v-.3c39.2-7.8 64-19.1 64-31.7 0-13.3-27.3-25.1-70.1-33-9.2-32.8-27-65.8-40.6-82.8-9.5-11.9-25.9-15.6-39.5-8.8l-27.6 13.8c-9 4.5-19.6 4.5-28.6 0L182.1 3.4c-13.6-6.8-30-3.1-39.5 8.8-13.5 17-31.4 50-40.6 82.8-42.7 7.9-70 19.7-70 33 0 12.6 24.8 23.9 64 31.7v.3c0 23.4 6.8 45.1 17.8 64H56.3c-11.5 0-19.2 11.7-14.7 22.3l25.8 60.2C27.3 329.8 0 372.7 0 422.4v44.8C0 491.9 20.1 512 44.8 512h358.4c24.7 0 44.8-20.1 44.8-44.8v-44.8c0-48.4-25.8-90.4-64.1-114.1zM176 480l-41.6-192 49.6 32 24 40-32 120zm96 0l-32-120 24-40 49.6-32L272 480zm41.7-298.5c-3.9 11.9-7 24.6-16.5 33.4-10.1 9.3-48 22.4-64-25-2.8-8.4-15.4-8.4-18.3 0-17 50.2-56 32.4-64 25-9.5-8.8-12.7-21.5-16.5-33.4-.8-2.5-6.3-5.7-6.3-5.8v-10.8c28.3 3.6 61 5.8 96 5.8s67.7-2.1 96-5.8v10.8c-.1.1-5.6 3.2-6.4 5.8z\"],\n \"user-shield\": [640, 512, [], \"f505\", \"M622.3 271.1l-115.2-45c-4.1-1.6-12.6-3.7-22.2 0l-115.2 45c-10.7 4.2-17.7 14-17.7 24.9 0 111.6 68.7 188.8 132.9 213.9 9.6 3.7 18 1.6 22.2 0C558.4 489.9 640 420.5 640 296c0-10.9-7-20.7-17.7-24.9zM496 462.4V273.3l95.5 37.3c-5.6 87.1-60.9 135.4-95.5 151.8zM224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm96 40c0-2.5.8-4.8 1.1-7.2-2.5-.1-4.9-.8-7.5-.8h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c6.8 0 13.3-1.5 19.2-4-54-42.9-99.2-116.7-99.2-212z\"],\n \"user-slash\": [640, 512, [], \"f506\", \"M633.8 458.1L362.3 248.3C412.1 230.7 448 183.8 448 128 448 57.3 390.7 0 320 0c-67.1 0-121.5 51.8-126.9 117.4L45.5 3.4C38.5-2 28.5-.8 23 6.2L3.4 31.4c-5.4 7-4.2 17 2.8 22.4l588.4 454.7c7 5.4 17 4.2 22.5-2.8l19.6-25.3c5.4-6.8 4.1-16.9-2.9-22.3zM96 422.4V464c0 26.5 21.5 48 48 48h350.2L207.4 290.3C144.2 301.3 96 356 96 422.4z\"],\n \"user-tag\": [640, 512, [], \"f507\", \"M630.6 364.9l-90.3-90.2c-12-12-28.3-18.7-45.3-18.7h-79.3c-17.7 0-32 14.3-32 32v79.2c0 17 6.7 33.2 18.7 45.2l90.3 90.2c12.5 12.5 32.8 12.5 45.3 0l92.5-92.5c12.6-12.5 12.6-32.7.1-45.2zm-182.8-21c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24c0 13.2-10.7 24-24 24zm-223.8-88c70.7 0 128-57.3 128-128C352 57.3 294.7 0 224 0S96 57.3 96 128c0 70.6 57.3 127.9 128 127.9zm127.8 111.2V294c-12.2-3.6-24.9-6.2-38.2-6.2h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 287.9 0 348.1 0 422.3v41.6c0 26.5 21.5 48 48 48h352c15.5 0 29.1-7.5 37.9-18.9l-58-58c-18.1-18.1-28.1-42.2-28.1-67.9z\"],\n \"user-tie\": [448, 512, [], \"f508\", \"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm95.8 32.6L272 480l-32-136 32-56h-96l32 56-32 136-47.8-191.4C56.9 292 0 350.3 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-72.1-56.9-130.4-128.2-133.8z\"],\n \"user-times\": [640, 512, [], \"f235\", \"M589.6 240l45.6-45.6c6.3-6.3 6.3-16.5 0-22.8l-22.8-22.8c-6.3-6.3-16.5-6.3-22.8 0L544 194.4l-45.6-45.6c-6.3-6.3-16.5-6.3-22.8 0l-22.8 22.8c-6.3 6.3-6.3 16.5 0 22.8l45.6 45.6-45.6 45.6c-6.3 6.3-6.3 16.5 0 22.8l22.8 22.8c6.3 6.3 16.5 6.3 22.8 0l45.6-45.6 45.6 45.6c6.3 6.3 16.5 6.3 22.8 0l22.8-22.8c6.3-6.3 6.3-16.5 0-22.8L589.6 240zM224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"],\n \"users\": [640, 512, [], \"f0c0\", \"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"],\n \"users-cog\": [640, 512, [], \"f509\", \"M610.5 341.3c2.6-14.1 2.6-28.5 0-42.6l25.8-14.9c3-1.7 4.3-5.2 3.3-8.5-6.7-21.6-18.2-41.2-33.2-57.4-2.3-2.5-6-3.1-9-1.4l-25.8 14.9c-10.9-9.3-23.4-16.5-36.9-21.3v-29.8c0-3.4-2.4-6.4-5.7-7.1-22.3-5-45-4.8-66.2 0-3.3.7-5.7 3.7-5.7 7.1v29.8c-13.5 4.8-26 12-36.9 21.3l-25.8-14.9c-2.9-1.7-6.7-1.1-9 1.4-15 16.2-26.5 35.8-33.2 57.4-1 3.3.4 6.8 3.3 8.5l25.8 14.9c-2.6 14.1-2.6 28.5 0 42.6l-25.8 14.9c-3 1.7-4.3 5.2-3.3 8.5 6.7 21.6 18.2 41.1 33.2 57.4 2.3 2.5 6 3.1 9 1.4l25.8-14.9c10.9 9.3 23.4 16.5 36.9 21.3v29.8c0 3.4 2.4 6.4 5.7 7.1 22.3 5 45 4.8 66.2 0 3.3-.7 5.7-3.7 5.7-7.1v-29.8c13.5-4.8 26-12 36.9-21.3l25.8 14.9c2.9 1.7 6.7 1.1 9-1.4 15-16.2 26.5-35.8 33.2-57.4 1-3.3-.4-6.8-3.3-8.5l-25.8-14.9zM496 368.5c-26.8 0-48.5-21.8-48.5-48.5s21.8-48.5 48.5-48.5 48.5 21.8 48.5 48.5-21.7 48.5-48.5 48.5zM96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm224 32c1.9 0 3.7-.5 5.6-.6 8.3-21.7 20.5-42.1 36.3-59.2 7.4-8 17.9-12.6 28.9-12.6 6.9 0 13.7 1.8 19.6 5.3l7.9 4.6c.8-.5 1.6-.9 2.4-1.4 7-14.6 11.2-30.8 11.2-48 0-61.9-50.1-112-112-112S208 82.1 208 144c0 61.9 50.1 112 112 112zm105.2 194.5c-2.3-1.2-4.6-2.6-6.8-3.9-8.2 4.8-15.3 9.8-27.5 9.8-10.9 0-21.4-4.6-28.9-12.6-18.3-19.8-32.3-43.9-40.2-69.6-10.7-34.5 24.9-49.7 25.8-50.3-.1-2.6-.1-5.2 0-7.8l-7.9-4.6c-3.8-2.2-7-5-9.8-8.1-3.3.2-6.5.6-9.8.6-24.6 0-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h255.4c-3.7-6-6.2-12.8-6.2-20.3v-9.2zM173.1 274.6C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"],\n \"users-slash\": [640, 512, [], \"f973\", \"M132.65,212.32,36.21,137.78A63.4,63.4,0,0,0,32,160a63.84,63.84,0,0,0,100.65,52.32Zm40.44,62.28A63.79,63.79,0,0,0,128,256H64A64.06,64.06,0,0,0,0,320v32a32,32,0,0,0,32,32H97.91A146.62,146.62,0,0,1,173.09,274.6ZM544,224a64,64,0,1,0-64-64A64.06,64.06,0,0,0,544,224ZM500.56,355.11a114.24,114.24,0,0,0-84.47-65.28L361,247.23c41.46-16.3,71-55.92,71-103.23A111.93,111.93,0,0,0,320,32c-57.14,0-103.69,42.83-110.6,98.08L45.46,3.38A16,16,0,0,0,23,6.19L3.37,31.46A16,16,0,0,0,6.18,53.91L594.53,508.63A16,16,0,0,0,617,505.82l19.64-25.27a16,16,0,0,0-2.81-22.45ZM128,403.21V432a48,48,0,0,0,48,48H464a47.45,47.45,0,0,0,12.57-1.87L232,289.13C173.74,294.83,128,343.42,128,403.21ZM576,256H512a63.79,63.79,0,0,0-45.09,18.6A146.29,146.29,0,0,1,542,384h66a32,32,0,0,0,32-32V320A64.06,64.06,0,0,0,576,256Z\"],\n \"utensil-spoon\": [512, 512, [], \"f2e5\", \"M480.1 31.9c-55-55.1-164.9-34.5-227.8 28.5-49.3 49.3-55.1 110-28.8 160.4L9 413.2c-11.6 10.5-12.1 28.5-1 39.5L59.3 504c11 11 29.1 10.5 39.5-1.1l192.4-214.4c50.4 26.3 111.1 20.5 160.4-28.8 63-62.9 83.6-172.8 28.5-227.8z\"],\n \"utensils\": [416, 512, [], \"f2e7\", \"M207.9 15.2c.8 4.7 16.1 94.5 16.1 128.8 0 52.3-27.8 89.6-68.9 104.6L168 486.7c.7 13.7-10.2 25.3-24 25.3H80c-13.7 0-24.7-11.5-24-25.3l12.9-238.1C27.7 233.6 0 196.2 0 144 0 109.6 15.3 19.9 16.1 15.2 19.3-5.1 61.4-5.4 64 16.3v141.2c1.3 3.4 15.1 3.2 16 0 1.4-25.3 7.9-139.2 8-141.8 3.3-20.8 44.7-20.8 47.9 0 .2 2.7 6.6 116.5 8 141.8.9 3.2 14.8 3.4 16 0V16.3c2.6-21.6 44.8-21.4 48-1.1zm119.2 285.7l-15 185.1c-1.2 14 9.9 26 23.9 26h56c13.3 0 24-10.7 24-24V24c0-13.2-10.7-24-24-24-82.5 0-221.4 178.5-64.9 300.9z\"],\n \"vector-square\": [512, 512, [], \"f5cb\", \"M512 128V32c0-17.67-14.33-32-32-32h-96c-17.67 0-32 14.33-32 32H160c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32v96c0 17.67 14.33 32 32 32v192c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32h192c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32V160c17.67 0 32-14.33 32-32zm-96-64h32v32h-32V64zM64 64h32v32H64V64zm32 384H64v-32h32v32zm352 0h-32v-32h32v32zm-32-96h-32c-17.67 0-32 14.33-32 32v32H160v-32c0-17.67-14.33-32-32-32H96V160h32c17.67 0 32-14.33 32-32V96h192v32c0 17.67 14.33 32 32 32h32v192z\"],\n \"venus\": [288, 512, [], \"f221\", \"M288 176c0-79.5-64.5-144-144-144S0 96.5 0 176c0 68.5 47.9 125.9 112 140.4V368H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v36c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-36h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-51.6c64.1-14.5 112-71.9 112-140.4zm-224 0c0-44.1 35.9-80 80-80s80 35.9 80 80-35.9 80-80 80-80-35.9-80-80z\"],\n \"venus-double\": [512, 512, [], \"f226\", \"M288 176c0-79.5-64.5-144-144-144S0 96.5 0 176c0 68.5 47.9 125.9 112 140.4V368H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v36c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-36h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-51.6c64.1-14.5 112-71.9 112-140.4zm-224 0c0-44.1 35.9-80 80-80s80 35.9 80 80-35.9 80-80 80-80-35.9-80-80zm336 140.4V368h36c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-36v36c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-36h-36c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h36v-51.6c-21.2-4.8-40.6-14.3-57.2-27.3 14-16.7 25-36 32.1-57.1 14.5 14.8 34.7 24 57.1 24 44.1 0 80-35.9 80-80s-35.9-80-80-80c-22.3 0-42.6 9.2-57.1 24-7.1-21.1-18-40.4-32.1-57.1C303.4 43.6 334.3 32 368 32c79.5 0 144 64.5 144 144 0 68.5-47.9 125.9-112 140.4z\"],\n \"venus-mars\": [576, 512, [], \"f228\", \"M564 0h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-48.7 48.7C422.5 72.1 396.2 64 368 64c-33.7 0-64.6 11.6-89.2 30.9 14 16.7 25 36 32.1 57.1 14.5-14.8 34.7-24 57.1-24 44.1 0 80 35.9 80 80s-35.9 80-80 80c-22.3 0-42.6-9.2-57.1-24-7.1 21.1-18 40.4-32.1 57.1 24.5 19.4 55.5 30.9 89.2 30.9 79.5 0 144-64.5 144-144 0-28.2-8.1-54.5-22.1-76.7l48.7-48.7 16.9 16.9c2.4 2.4 5.4 3.5 8.4 3.5 6.2 0 12.1-4.8 12.1-12V12c0-6.6-5.4-12-12-12zM144 64C64.5 64 0 128.5 0 208c0 68.5 47.9 125.9 112 140.4V400H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v36c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-36h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-51.6c64.1-14.6 112-71.9 112-140.4 0-79.5-64.5-144-144-144zm0 224c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"],\n \"vial\": [480, 512, [], \"f492\", \"M477.7 186.1L309.5 18.3c-3.1-3.1-8.2-3.1-11.3 0l-34 33.9c-3.1 3.1-3.1 8.2 0 11.3l11.2 11.1L33 316.5c-38.8 38.7-45.1 102-9.4 143.5 20.6 24 49.5 36 78.4 35.9 26.4 0 52.8-10 72.9-30.1l246.3-245.7 11.2 11.1c3.1 3.1 8.2 3.1 11.3 0l34-33.9c3.1-3 3.1-8.1 0-11.2zM318 256H161l148-147.7 78.5 78.3L318 256z\"],\n \"vials\": [640, 512, [], \"f493\", \"M72 64h24v240c0 44.1 35.9 80 80 80s80-35.9 80-80V64h24c4.4 0 8-3.6 8-8V8c0-4.4-3.6-8-8-8H72c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm72 0h64v96h-64V64zm480 384H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h608c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM360 64h24v240c0 44.1 35.9 80 80 80s80-35.9 80-80V64h24c4.4 0 8-3.6 8-8V8c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm72 0h64v96h-64V64z\"],\n \"video\": [576, 512, [], \"f03d\", \"M336.2 64H47.8C21.4 64 0 85.4 0 111.8v288.4C0 426.6 21.4 448 47.8 448h288.4c26.4 0 47.8-21.4 47.8-47.8V111.8c0-26.4-21.4-47.8-47.8-47.8zm189.4 37.7L416 177.3v157.4l109.6 75.5c21.2 14.6 50.4-.3 50.4-25.8V127.5c0-25.4-29.1-40.4-50.4-25.8z\"],\n \"video-slash\": [640, 512, [], \"f4e2\", \"M633.8 458.1l-55-42.5c15.4-1.4 29.2-13.7 29.2-31.1v-257c0-25.5-29.1-40.4-50.4-25.8L448 177.3v137.2l-32-24.7v-178c0-26.4-21.4-47.8-47.8-47.8H123.9L45.5 3.4C38.5-2 28.5-.8 23 6.2L3.4 31.4c-5.4 7-4.2 17 2.8 22.4L42.7 82 416 370.6l178.5 138c7 5.4 17 4.2 22.5-2.8l19.6-25.3c5.5-6.9 4.2-17-2.8-22.4zM32 400.2c0 26.4 21.4 47.8 47.8 47.8h288.4c11.2 0 21.4-4 29.6-10.5L32 154.7v245.5z\"],\n \"vihara\": [640, 512, [], \"f6a7\", \"M632.88 400.71L544 352v-64l55.16-17.69c11.79-5.9 11.79-22.72 0-28.62L480 192v-64l27.31-16.3c7.72-7.72 5.61-20.74-4.16-25.62L320 0 136.85 86.07c-9.77 4.88-11.88 17.9-4.16 25.62L160 128v64L40.84 241.69c-11.79 5.9-11.79 22.72 0 28.62L96 288v64L7.12 400.71c-5.42 3.62-7.7 9.63-7 15.29.62 5.01 3.57 9.75 8.72 12.33L64 448v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h160v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h160v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48l55.15-19.67c5.16-2.58 8.1-7.32 8.72-12.33.71-5.67-1.57-11.68-6.99-15.29zM224 128h192v64H224v-64zm-64 224v-64h320v64H160z\"],\n \"virus\": [512, 512, [], \"f974\", \"M483.55,227.55H462c-50.68,0-76.07-61.27-40.23-97.11L437,115.19A28.44,28.44,0,0,0,396.8,75L381.56,90.22c-35.84,35.83-97.11,10.45-97.11-40.23V28.44a28.45,28.45,0,0,0-56.9,0V50c0,50.68-61.27,76.06-97.11,40.23L115.2,75A28.44,28.44,0,0,0,75,115.19l15.25,15.25c35.84,35.84,10.45,97.11-40.23,97.11H28.45a28.45,28.45,0,1,0,0,56.89H50c50.68,0,76.07,61.28,40.23,97.12L75,396.8A28.45,28.45,0,0,0,115.2,437l15.24-15.25c35.84-35.84,97.11-10.45,97.11,40.23v21.54a28.45,28.45,0,0,0,56.9,0V462c0-50.68,61.27-76.07,97.11-40.23L396.8,437A28.45,28.45,0,0,0,437,396.8l-15.25-15.24c-35.84-35.84-10.45-97.12,40.23-97.12h21.54a28.45,28.45,0,1,0,0-56.89ZM224,272a48,48,0,1,1,48-48A48,48,0,0,1,224,272Zm80,56a24,24,0,1,1,24-24A24,24,0,0,1,304,328Z\"],\n \"virus-slash\": [640, 512, [], \"f975\", \"M114,227.56H92.44a28.44,28.44,0,0,0,0,56.88H114c50.68,0,76.06,61.28,40.23,97.12L139,396.81A28.44,28.44,0,1,0,179.19,437l15.25-15.25c35.84-35.84,97.11-10.45,97.11,40.23v21.54a28.45,28.45,0,0,0,56.9,0V462c0-26.61,17-45.91,38.22-53.37l-244.5-189A55.58,55.58,0,0,1,114,227.56ZM633.82,458.09,470.62,332c4.17-25.39,24.91-47.52,55.39-47.52h21.55a28.44,28.44,0,1,0,0-56.88H526c-50.68,0-76.06-61.28-40.23-97.12L501,115.19A28.44,28.44,0,0,0,460.81,75L445.56,90.22c-35.84,35.84-97.11,10.46-97.11-40.23V28.45a28.45,28.45,0,0,0-56.9,0V50c0,50.69-61.27,76.07-97.11,40.23L179.19,75A28.43,28.43,0,0,0,139,75c-.13.14-.15.32-.28.46L45.46,3.38A16,16,0,0,0,23,6.19L3.37,31.45A16,16,0,0,0,6.18,53.91L594.54,508.63A16,16,0,0,0,617,505.81l19.64-25.26A16,16,0,0,0,633.82,458.09ZM335.43,227.48l-62.87-48.59A46.55,46.55,0,0,1,288,176a48,48,0,0,1,48,48C336,225.22,335.52,226.29,335.43,227.48Z\"],\n \"viruses\": [640, 512, [], \"f976\", \"M624,352H611.88c-28.51,0-42.79-34.47-22.63-54.63l8.58-8.57a16,16,0,1,0-22.63-22.63l-8.57,8.58C546.47,294.91,512,280.63,512,252.12V240a16,16,0,0,0-32,0v12.12c0,28.51-34.47,42.79-54.63,22.63l-8.57-8.58a16,16,0,0,0-22.63,22.63l8.58,8.57c20.16,20.16,5.88,54.63-22.63,54.63H368a16,16,0,0,0,0,32h12.12c28.51,0,42.79,34.47,22.63,54.63l-8.58,8.57a16,16,0,1,0,22.63,22.63l8.57-8.58c20.16-20.16,54.63-5.88,54.63,22.63V496a16,16,0,0,0,32,0V483.88c0-28.51,34.47-42.79,54.63-22.63l8.57,8.58a16,16,0,1,0,22.63-22.63l-8.58-8.57C569.09,418.47,583.37,384,611.88,384H624a16,16,0,0,0,0-32ZM480,384a32,32,0,1,1,32-32A32,32,0,0,1,480,384ZM346.51,213.33h16.16a21.33,21.33,0,0,0,0-42.66H346.51c-38,0-57.05-46-30.17-72.84l11.43-11.44A21.33,21.33,0,0,0,297.6,56.23L286.17,67.66c-26.88,26.88-72.84,7.85-72.84-30.17V21.33a21.33,21.33,0,0,0-42.66,0V37.49c0,38-46,57.05-72.84,30.17L86.4,56.23A21.33,21.33,0,0,0,56.23,86.39L67.66,97.83c26.88,26.88,7.85,72.84-30.17,72.84H21.33a21.33,21.33,0,0,0,0,42.66H37.49c38,0,57.05,46,30.17,72.84L56.23,297.6A21.33,21.33,0,1,0,86.4,327.77l11.43-11.43c26.88-26.88,72.84-7.85,72.84,30.17v16.16a21.33,21.33,0,0,0,42.66,0V346.51c0-38,46-57.05,72.84-30.17l11.43,11.43a21.33,21.33,0,0,0,30.17-30.17l-11.43-11.43C289.46,259.29,308.49,213.33,346.51,213.33ZM160,192a32,32,0,1,1,32-32A32,32,0,0,1,160,192Zm80,32a16,16,0,1,1,16-16A16,16,0,0,1,240,224Z\"],\n \"voicemail\": [640, 512, [], \"f897\", \"M496 128a144 144 0 0 0-119.74 224H263.74A144 144 0 1 0 144 416h352a144 144 0 0 0 0-288zM64 272a80 80 0 1 1 80 80 80 80 0 0 1-80-80zm432 80a80 80 0 1 1 80-80 80 80 0 0 1-80 80z\"],\n \"volleyball-ball\": [512, 512, [], \"f45f\", \"M231.39 243.48a285.56 285.56 0 0 0-22.7-105.7c-90.8 42.4-157.5 122.4-180.3 216.8a249 249 0 0 0 56.9 81.1 333.87 333.87 0 0 1 146.1-192.2zm-36.9-134.4a284.23 284.23 0 0 0-57.4-70.7c-91 49.8-144.8 152.9-125 262.2 33.4-83.1 98.4-152 182.4-191.5zm187.6 165.1c8.6-99.8-27.3-197.5-97.5-264.4-14.7-1.7-51.6-5.5-98.9 8.5A333.87 333.87 0 0 1 279.19 241a285 285 0 0 0 102.9 33.18zm-124.7 9.5a286.33 286.33 0 0 0-80.2 72.6c82 57.3 184.5 75.1 277.5 47.8a247.15 247.15 0 0 0 42.2-89.9 336.1 336.1 0 0 1-80.9 10.4c-54.6-.1-108.9-14.1-158.6-40.9zm-98.3 99.7c-15.2 26-25.7 54.4-32.1 84.2a247.07 247.07 0 0 0 289-22.1c-112.9 16.1-203.3-24.8-256.9-62.1zm180.3-360.6c55.3 70.4 82.5 161.2 74.6 253.6a286.59 286.59 0 0 0 89.7-14.2c0-2 .3-4 .3-6 0-107.8-68.7-199.1-164.6-233.4z\"],\n \"volume-down\": [384, 512, [], \"f027\", \"M215.03 72.04L126.06 161H24c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c15.03 15.03 40.97 4.47 40.97-16.97V89.02c0-21.47-25.96-31.98-40.97-16.98zm123.2 108.08c-11.58-6.33-26.19-2.16-32.61 9.45-6.39 11.61-2.16 26.2 9.45 32.61C327.98 229.28 336 242.62 336 257c0 14.38-8.02 27.72-20.92 34.81-11.61 6.41-15.84 21-9.45 32.61 6.43 11.66 21.05 15.8 32.61 9.45 28.23-15.55 45.77-45 45.77-76.88s-17.54-61.32-45.78-76.87z\"],\n \"volume-mute\": [512, 512, [], \"f6a9\", \"M215.03 71.05L126.06 160H24c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c15.03 15.03 40.97 4.47 40.97-16.97V88.02c0-21.46-25.96-31.98-40.97-16.97zM461.64 256l45.64-45.64c6.3-6.3 6.3-16.52 0-22.82l-22.82-22.82c-6.3-6.3-16.52-6.3-22.82 0L416 210.36l-45.64-45.64c-6.3-6.3-16.52-6.3-22.82 0l-22.82 22.82c-6.3 6.3-6.3 16.52 0 22.82L370.36 256l-45.63 45.63c-6.3 6.3-6.3 16.52 0 22.82l22.82 22.82c6.3 6.3 16.52 6.3 22.82 0L416 301.64l45.64 45.64c6.3 6.3 16.52 6.3 22.82 0l22.82-22.82c6.3-6.3 6.3-16.52 0-22.82L461.64 256z\"],\n \"volume-off\": [256, 512, [], \"f026\", \"M215 71l-89 89H24a24 24 0 0 0-24 24v144a24 24 0 0 0 24 24h102.06L215 441c15 15 41 4.47 41-17V88c0-21.47-26-32-41-17z\"],\n \"volume-up\": [576, 512, [], \"f028\", \"M215.03 71.05L126.06 160H24c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c15.03 15.03 40.97 4.47 40.97-16.97V88.02c0-21.46-25.96-31.98-40.97-16.97zm233.32-51.08c-11.17-7.33-26.18-4.24-33.51 6.95-7.34 11.17-4.22 26.18 6.95 33.51 66.27 43.49 105.82 116.6 105.82 195.58 0 78.98-39.55 152.09-105.82 195.58-11.17 7.32-14.29 22.34-6.95 33.5 7.04 10.71 21.93 14.56 33.51 6.95C528.27 439.58 576 351.33 576 256S528.27 72.43 448.35 19.97zM480 256c0-63.53-32.06-121.94-85.77-156.24-11.19-7.14-26.03-3.82-33.12 7.46s-3.78 26.21 7.41 33.36C408.27 165.97 432 209.11 432 256s-23.73 90.03-63.48 115.42c-11.19 7.14-14.5 22.07-7.41 33.36 6.51 10.36 21.12 15.14 33.12 7.46C447.94 377.94 480 319.54 480 256zm-141.77-76.87c-11.58-6.33-26.19-2.16-32.61 9.45-6.39 11.61-2.16 26.2 9.45 32.61C327.98 228.28 336 241.63 336 256c0 14.38-8.02 27.72-20.92 34.81-11.61 6.41-15.84 21-9.45 32.61 6.43 11.66 21.05 15.8 32.61 9.45 28.23-15.55 45.77-45 45.77-76.88s-17.54-61.32-45.78-76.86z\"],\n \"vote-yea\": [640, 512, [], \"f772\", \"M608 320h-64v64h22.4c5.3 0 9.6 3.6 9.6 8v16c0 4.4-4.3 8-9.6 8H73.6c-5.3 0-9.6-3.6-9.6-8v-16c0-4.4 4.3-8 9.6-8H96v-64H32c-17.7 0-32 14.3-32 32v96c0 17.7 14.3 32 32 32h576c17.7 0 32-14.3 32-32v-96c0-17.7-14.3-32-32-32zm-96 64V64.3c0-17.9-14.5-32.3-32.3-32.3H160.4C142.5 32 128 46.5 128 64.3V384h384zM211.2 202l25.5-25.3c4.2-4.2 11-4.2 15.2.1l41.3 41.6 95.2-94.4c4.2-4.2 11-4.2 15.2.1l25.3 25.5c4.2 4.2 4.2 11-.1 15.2L300.5 292c-4.2 4.2-11 4.2-15.2-.1l-74.1-74.7c-4.3-4.2-4.2-11 0-15.2z\"],\n \"vr-cardboard\": [640, 512, [], \"f729\", \"M608 64H32C14.33 64 0 78.33 0 96v320c0 17.67 14.33 32 32 32h160.22c25.19 0 48.03-14.77 58.36-37.74l27.74-61.64C286.21 331.08 302.35 320 320 320s33.79 11.08 41.68 28.62l27.74 61.64C399.75 433.23 422.6 448 447.78 448H608c17.67 0 32-14.33 32-32V96c0-17.67-14.33-32-32-32zM160 304c-35.35 0-64-28.65-64-64s28.65-64 64-64 64 28.65 64 64-28.65 64-64 64zm320 0c-35.35 0-64-28.65-64-64s28.65-64 64-64 64 28.65 64 64-28.65 64-64 64z\"],\n \"walking\": [320, 512, [], \"f554\", \"M208 96c26.5 0 48-21.5 48-48S234.5 0 208 0s-48 21.5-48 48 21.5 48 48 48zm94.5 149.1l-23.3-11.8-9.7-29.4c-14.7-44.6-55.7-75.8-102.2-75.9-36-.1-55.9 10.1-93.3 25.2-21.6 8.7-39.3 25.2-49.7 46.2L17.6 213c-7.8 15.8-1.5 35 14.2 42.9 15.6 7.9 34.6 1.5 42.5-14.3L81 228c3.5-7 9.3-12.5 16.5-15.4l26.8-10.8-15.2 60.7c-5.2 20.8.4 42.9 14.9 58.8l59.9 65.4c7.2 7.9 12.3 17.4 14.9 27.7l18.3 73.3c4.3 17.1 21.7 27.6 38.8 23.3 17.1-4.3 27.6-21.7 23.3-38.8l-22.2-89c-2.6-10.3-7.7-19.9-14.9-27.7l-45.5-49.7 17.2-68.7 5.5 16.5c5.3 16.1 16.7 29.4 31.7 37l23.3 11.8c15.6 7.9 34.6 1.5 42.5-14.3 7.7-15.7 1.4-35.1-14.3-43zM73.6 385.8c-3.2 8.1-8 15.4-14.2 21.5l-50 50.1c-12.5 12.5-12.5 32.8 0 45.3s32.7 12.5 45.2 0l59.4-59.4c6.1-6.1 10.9-13.4 14.2-21.5l13.5-33.8c-55.3-60.3-38.7-41.8-47.4-53.7l-20.7 51.5z\"],\n \"wallet\": [512, 512, [], \"f555\", \"M461.2 128H80c-8.84 0-16-7.16-16-16s7.16-16 16-16h384c8.84 0 16-7.16 16-16 0-26.51-21.49-48-48-48H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h397.2c28.02 0 50.8-21.53 50.8-48V176c0-26.47-22.78-48-50.8-48zM416 336c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"],\n \"warehouse\": [640, 512, [], \"f494\", \"M504 352H136.4c-4.4 0-8 3.6-8 8l-.1 48c0 4.4 3.6 8 8 8H504c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm0 96H136.1c-4.4 0-8 3.6-8 8l-.1 48c0 4.4 3.6 8 8 8h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm0-192H136.6c-4.4 0-8 3.6-8 8l-.1 48c0 4.4 3.6 8 8 8H504c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm106.5-139L338.4 3.7a48.15 48.15 0 0 0-36.9 0L29.5 117C11.7 124.5 0 141.9 0 161.3V504c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8V256c0-17.6 14.6-32 32.6-32h382.8c18 0 32.6 14.4 32.6 32v248c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8V161.3c0-19.4-11.7-36.8-29.5-44.3z\"],\n \"water\": [576, 512, [], \"f773\", \"M562.1 383.9c-21.5-2.4-42.1-10.5-57.9-22.9-14.1-11.1-34.2-11.3-48.2 0-37.9 30.4-107.2 30.4-145.7-1.5-13.5-11.2-33-9.1-46.7 1.8-38 30.1-106.9 30-145.2-1.7-13.5-11.2-33.3-8.9-47.1 2-15.5 12.2-36 20.1-57.7 22.4-7.9.8-13.6 7.8-13.6 15.7v32.2c0 9.1 7.6 16.8 16.7 16 28.8-2.5 56.1-11.4 79.4-25.9 56.5 34.6 137 34.1 192 0 56.5 34.6 137 34.1 192 0 23.3 14.2 50.9 23.3 79.1 25.8 9.1.8 16.7-6.9 16.7-16v-31.6c.1-8-5.7-15.4-13.8-16.3zm0-144c-21.5-2.4-42.1-10.5-57.9-22.9-14.1-11.1-34.2-11.3-48.2 0-37.9 30.4-107.2 30.4-145.7-1.5-13.5-11.2-33-9.1-46.7 1.8-38 30.1-106.9 30-145.2-1.7-13.5-11.2-33.3-8.9-47.1 2-15.5 12.2-36 20.1-57.7 22.4-7.9.8-13.6 7.8-13.6 15.7v32.2c0 9.1 7.6 16.8 16.7 16 28.8-2.5 56.1-11.4 79.4-25.9 56.5 34.6 137 34.1 192 0 56.5 34.6 137 34.1 192 0 23.3 14.2 50.9 23.3 79.1 25.8 9.1.8 16.7-6.9 16.7-16v-31.6c.1-8-5.7-15.4-13.8-16.3zm0-144C540.6 93.4 520 85.4 504.2 73 490.1 61.9 470 61.7 456 73c-37.9 30.4-107.2 30.4-145.7-1.5-13.5-11.2-33-9.1-46.7 1.8-38 30.1-106.9 30-145.2-1.7-13.5-11.2-33.3-8.9-47.1 2-15.5 12.2-36 20.1-57.7 22.4-7.9.8-13.6 7.8-13.6 15.7v32.2c0 9.1 7.6 16.8 16.7 16 28.8-2.5 56.1-11.4 79.4-25.9 56.5 34.6 137 34.1 192 0 56.5 34.6 137 34.1 192 0 23.3 14.2 50.9 23.3 79.1 25.8 9.1.8 16.7-6.9 16.7-16v-31.6c.1-8-5.7-15.4-13.8-16.3z\"],\n \"wave-square\": [640, 512, [], \"f83e\", \"M476 480H324a36 36 0 0 1-36-36V96h-96v156a36 36 0 0 1-36 36H16a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h112V68a36 36 0 0 1 36-36h152a36 36 0 0 1 36 36v348h96V260a36 36 0 0 1 36-36h140a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16H512v156a36 36 0 0 1-36 36z\"],\n \"weight\": [512, 512, [], \"f496\", \"M448 64h-25.98C438.44 92.28 448 125.01 448 160c0 105.87-86.13 192-192 192S64 265.87 64 160c0-34.99 9.56-67.72 25.98-96H64C28.71 64 0 92.71 0 128v320c0 35.29 28.71 64 64 64h384c35.29 0 64-28.71 64-64V128c0-35.29-28.71-64-64-64zM256 320c88.37 0 160-71.63 160-160S344.37 0 256 0 96 71.63 96 160s71.63 160 160 160zm-.3-151.94l33.58-78.36c3.5-8.17 12.94-11.92 21.03-8.41 8.12 3.48 11.88 12.89 8.41 21l-33.67 78.55C291.73 188 296 197.45 296 208c0 22.09-17.91 40-40 40s-40-17.91-40-40c0-21.98 17.76-39.77 39.7-39.94z\"],\n \"weight-hanging\": [512, 512, [], \"f5cd\", \"M510.28 445.86l-73.03-292.13c-3.8-15.19-16.44-25.72-30.87-25.72h-60.25c3.57-10.05 5.88-20.72 5.88-32 0-53.02-42.98-96-96-96s-96 42.98-96 96c0 11.28 2.3 21.95 5.88 32h-60.25c-14.43 0-27.08 10.54-30.87 25.72L1.72 445.86C-6.61 479.17 16.38 512 48.03 512h415.95c31.64 0 54.63-32.83 46.3-66.14zM256 128c-17.64 0-32-14.36-32-32s14.36-32 32-32 32 14.36 32 32-14.36 32-32 32z\"],\n \"wheelchair\": [512, 512, [], \"f193\", \"M496.101 385.669l14.227 28.663c3.929 7.915.697 17.516-7.218 21.445l-65.465 32.886c-16.049 7.967-35.556 1.194-43.189-15.055L331.679 320H192c-15.925 0-29.426-11.71-31.679-27.475C126.433 55.308 128.38 70.044 128 64c0-36.358 30.318-65.635 67.052-63.929 33.271 1.545 60.048 28.905 60.925 62.201.868 32.933-23.152 60.423-54.608 65.039l4.67 32.69H336c8.837 0 16 7.163 16 16v32c0 8.837-7.163 16-16 16H215.182l4.572 32H352a32 32 0 0 1 28.962 18.392L438.477 396.8l36.178-18.349c7.915-3.929 17.517-.697 21.446 7.218zM311.358 352h-24.506c-7.788 54.204-54.528 96-110.852 96-61.757 0-112-50.243-112-112 0-41.505 22.694-77.809 56.324-97.156-3.712-25.965-6.844-47.86-9.488-66.333C45.956 198.464 0 261.963 0 336c0 97.047 78.953 176 176 176 71.87 0 133.806-43.308 161.11-105.192L311.358 352z\"],\n \"wifi\": [640, 512, [], \"f1eb\", \"M634.91 154.88C457.74-8.99 182.19-8.93 5.09 154.88c-6.66 6.16-6.79 16.59-.35 22.98l34.24 33.97c6.14 6.1 16.02 6.23 22.4.38 145.92-133.68 371.3-133.71 517.25 0 6.38 5.85 16.26 5.71 22.4-.38l34.24-33.97c6.43-6.39 6.3-16.82-.36-22.98zM320 352c-35.35 0-64 28.65-64 64s28.65 64 64 64 64-28.65 64-64-28.65-64-64-64zm202.67-83.59c-115.26-101.93-290.21-101.82-405.34 0-6.9 6.1-7.12 16.69-.57 23.15l34.44 33.99c6 5.92 15.66 6.32 22.05.8 83.95-72.57 209.74-72.41 293.49 0 6.39 5.52 16.05 5.13 22.05-.8l34.44-33.99c6.56-6.46 6.33-17.06-.56-23.15z\"],\n \"wind\": [512, 512, [], \"f72e\", \"M156.7 256H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h142.2c15.9 0 30.8 10.9 33.4 26.6 3.3 20-12.1 37.4-31.6 37.4-14.1 0-26.1-9.2-30.4-21.9-2.1-6.3-8.6-10.1-15.2-10.1H81.6c-9.8 0-17.7 8.8-15.9 18.4 8.6 44.1 47.6 77.6 94.2 77.6 57.1 0 102.7-50.1 95.2-108.6C249 291 205.4 256 156.7 256zM16 224h336c59.7 0 106.8-54.8 93.8-116.7-7.6-36.2-36.9-65.5-73.1-73.1-55.4-11.6-105.1 24.9-114.9 75.5-1.9 9.6 6.1 18.3 15.8 18.3h32.8c6.7 0 13.1-3.8 15.2-10.1C325.9 105.2 337.9 96 352 96c19.4 0 34.9 17.4 31.6 37.4-2.6 15.7-17.4 26.6-33.4 26.6H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16zm384 32H243.7c19.3 16.6 33.2 38.8 39.8 64H400c26.5 0 48 21.5 48 48s-21.5 48-48 48c-17.9 0-33.3-9.9-41.6-24.4-2.9-5-8.7-7.6-14.5-7.6h-33.8c-10.9 0-19 10.8-15.3 21.1 17.8 50.6 70.5 84.8 129.4 72.3 41.2-8.7 75.1-41.6 84.7-82.7C526 321.5 470.5 256 400 256z\"],\n \"window-close\": [512, 512, [], \"f410\", \"M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-83.6 290.5c4.8 4.8 4.8 12.6 0 17.4l-40.5 40.5c-4.8 4.8-12.6 4.8-17.4 0L256 313.3l-66.5 67.1c-4.8 4.8-12.6 4.8-17.4 0l-40.5-40.5c-4.8-4.8-4.8-12.6 0-17.4l67.1-66.5-67.1-66.5c-4.8-4.8-4.8-12.6 0-17.4l40.5-40.5c4.8-4.8 12.6-4.8 17.4 0l66.5 67.1 66.5-67.1c4.8-4.8 12.6-4.8 17.4 0l40.5 40.5c4.8 4.8 4.8 12.6 0 17.4L313.3 256l67.1 66.5z\"],\n \"window-maximize\": [512, 512, [], \"f2d0\", \"M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-16 160H64v-84c0-6.6 5.4-12 12-12h360c6.6 0 12 5.4 12 12v84z\"],\n \"window-minimize\": [512, 512, [], \"f2d1\", \"M464 352H48c-26.5 0-48 21.5-48 48v32c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48v-32c0-26.5-21.5-48-48-48z\"],\n \"window-restore\": [512, 512, [], \"f2d2\", \"M512 48v288c0 26.5-21.5 48-48 48h-48V176c0-44.1-35.9-80-80-80H128V48c0-26.5 21.5-48 48-48h288c26.5 0 48 21.5 48 48zM384 176v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48h288c26.5 0 48 21.5 48 48zm-68 28c0-6.6-5.4-12-12-12H76c-6.6 0-12 5.4-12 12v52h252v-52z\"],\n \"wine-bottle\": [512, 512, [], \"f72f\", \"M507.31 72.57L439.43 4.69c-6.25-6.25-16.38-6.25-22.63 0l-22.63 22.63c-6.25 6.25-6.25 16.38 0 22.63l-76.67 76.67c-46.58-19.7-102.4-10.73-140.37 27.23L18.75 312.23c-24.99 24.99-24.99 65.52 0 90.51l90.51 90.51c24.99 24.99 65.52 24.99 90.51 0l158.39-158.39c37.96-37.96 46.93-93.79 27.23-140.37l76.67-76.67c6.25 6.25 16.38 6.25 22.63 0l22.63-22.63c6.24-6.24 6.24-16.37-.01-22.62zM179.22 423.29l-90.51-90.51 122.04-122.04 90.51 90.51-122.04 122.04z\"],\n \"wine-glass\": [288, 512, [], \"f4e3\", \"M216 464h-40V346.81c68.47-15.89 118.05-79.91 111.4-154.16l-15.95-178.1C270.71 6.31 263.9 0 255.74 0H32.26c-8.15 0-14.97 6.31-15.7 14.55L.6 192.66C-6.05 266.91 43.53 330.93 112 346.82V464H72c-22.09 0-40 17.91-40 40 0 4.42 3.58 8 8 8h208c4.42 0 8-3.58 8-8 0-22.09-17.91-40-40-40z\"],\n \"wine-glass-alt\": [288, 512, [], \"f5ce\", \"M216 464h-40V346.81c68.47-15.89 118.05-79.91 111.4-154.16l-15.95-178.1C270.71 6.31 263.9 0 255.74 0H32.26c-8.15 0-14.97 6.31-15.7 14.55L.6 192.66C-6.05 266.91 43.53 330.93 112 346.82V464H72c-22.09 0-40 17.91-40 40 0 4.42 3.58 8 8 8h208c4.42 0 8-3.58 8-8 0-22.09-17.91-40-40-40zM61.75 48h164.5l7.17 80H54.58l7.17-80z\"],\n \"won-sign\": [576, 512, [], \"f159\", \"M564 192c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-48l18.6-80.6c1.7-7.5-4-14.7-11.7-14.7h-46.1c-5.7 0-10.6 4-11.7 9.5L450.7 128H340.8l-19.7-86c-1.3-5.5-6.1-9.3-11.7-9.3h-44c-5.6 0-10.4 3.8-11.7 9.3l-20 86H125l-17.5-85.7c-1.1-5.6-6.1-9.6-11.8-9.6H53.6c-7.7 0-13.4 7.1-11.7 14.6L60 128H12c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h62.3l7.2 32H12c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h83.9l40.9 182.6c1.2 5.5 6.1 9.4 11.7 9.4h56.8c5.6 0 10.4-3.9 11.7-9.3L259.3 288h55.1l42.4 182.7c1.3 5.4 6.1 9.3 11.7 9.3h56.8c5.6 0 10.4-3.9 11.7-9.3L479.1 288H564c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-70.1l7.4-32zM183.8 342c-6.2 25.8-6.8 47.2-7.3 47.2h-1.1s-1.7-22-6.8-47.2l-11-54h38.8zm27.5-118h-66.8l-6.5-32h80.8zm62.9 0l2-8.6c1.9-8 3.5-16 4.8-23.4h11.8c1.3 7.4 2.9 15.4 4.8 23.4l2 8.6zm130.9 118c-5.1 25.2-6.8 47.2-6.8 47.2h-1.1c-.6 0-1.1-21.4-7.3-47.2l-12.4-54h39.1zm25.2-118h-67.4l-7.3-32h81.6z\"],\n \"wrench\": [512, 512, [], \"f0ad\", \"M507.73 109.1c-2.24-9.03-13.54-12.09-20.12-5.51l-74.36 74.36-67.88-11.31-11.31-67.88 74.36-74.36c6.62-6.62 3.43-17.9-5.66-20.16-47.38-11.74-99.55.91-136.58 37.93-39.64 39.64-50.55 97.1-34.05 147.2L18.74 402.76c-24.99 24.99-24.99 65.51 0 90.5 24.99 24.99 65.51 24.99 90.5 0l213.21-213.21c50.12 16.71 107.47 5.68 147.37-34.22 37.07-37.07 49.7-89.32 37.91-136.73zM64 472c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z\"],\n \"x-ray\": [640, 512, [], \"f497\", \"M240 384c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zm160 32c8.8 0 16-7.2 16-16s-7.2-16-16-16-16 7.2-16 16 7.2 16 16 16zM624 0H16C7.2 0 0 7.2 0 16v32c0 8.8 7.2 16 16 16h608c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16zm0 448h-48V96H64v352H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h608c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM480 248c0 4.4-3.6 8-8 8H336v32h104c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H336v32h64c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48v-16h-64v16c0 26.5-21.5 48-48 48s-48-21.5-48-48 21.5-48 48-48h64v-32H200c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h104v-32H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h136v-32H200c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h104v-24c0-4.4 3.6-8 8-8h16c4.4 0 8 3.6 8 8v24h104c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H336v32h136c4.4 0 8 3.6 8 8v16z\"],\n \"yen-sign\": [384, 512, [], \"f157\", \"M351.2 32h-65.3c-4.6 0-8.8 2.6-10.8 6.7l-55.4 113.2c-14.5 34.7-27.1 71.9-27.1 71.9h-1.3s-12.6-37.2-27.1-71.9L108.8 38.7c-2-4.1-6.2-6.7-10.8-6.7H32.8c-9.1 0-14.8 9.7-10.6 17.6L102.3 200H44c-6.6 0-12 5.4-12 12v32c0 6.6 5.4 12 12 12h88.2l19.8 37.2V320H44c-6.6 0-12 5.4-12 12v32c0 6.6 5.4 12 12 12h108v92c0 6.6 5.4 12 12 12h56c6.6 0 12-5.4 12-12v-92h108c6.6 0 12-5.4 12-12v-32c0-6.6-5.4-12-12-12H232v-26.8l19.8-37.2H340c6.6 0 12-5.4 12-12v-32c0-6.6-5.4-12-12-12h-58.3l80.1-150.4c4.3-7.9-1.5-17.6-10.6-17.6z\"],\n \"yin-yang\": [496, 512, [], \"f6ad\", \"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 376c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-128c-53.02 0-96 42.98-96 96s42.98 96 96 96c-106.04 0-192-85.96-192-192S141.96 64 248 64c53.02 0 96 42.98 96 96s-42.98 96-96 96zm0-128c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32z\"]\n };\n\n bunker(function () {\n defineIcons('fas', icons);\n });\n\n}());\n(function () {\n 'use strict';\n\n function _typeof(obj) {\n if (typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\") {\n _typeof = function (obj) {\n return typeof obj;\n };\n } else {\n _typeof = function (obj) {\n return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj;\n };\n }\n\n return _typeof(obj);\n }\n\n function _classCallCheck(instance, Constructor) {\n if (!(instance instanceof Constructor)) {\n throw new TypeError(\"Cannot call a class as a function\");\n }\n }\n\n function _defineProperties(target, props) {\n for (var i = 0; i < props.length; i++) {\n var descriptor = props[i];\n descriptor.enumerable = descriptor.enumerable || false;\n descriptor.configurable = true;\n if (\"value\" in descriptor) descriptor.writable = true;\n Object.defineProperty(target, descriptor.key, descriptor);\n }\n }\n\n function _createClass(Constructor, protoProps, staticProps) {\n if (protoProps) _defineProperties(Constructor.prototype, protoProps);\n if (staticProps) _defineProperties(Constructor, staticProps);\n return Constructor;\n }\n\n function _defineProperty(obj, key, value) {\n if (key in obj) {\n Object.defineProperty(obj, key, {\n value: value,\n enumerable: true,\n configurable: true,\n writable: true\n });\n } else {\n obj[key] = value;\n }\n\n return obj;\n }\n\n function _objectSpread(target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = arguments[i] != null ? arguments[i] : {};\n var ownKeys = Object.keys(source);\n\n if (typeof Object.getOwnPropertySymbols === 'function') {\n ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) {\n return Object.getOwnPropertyDescriptor(source, sym).enumerable;\n }));\n }\n\n ownKeys.forEach(function (key) {\n _defineProperty(target, key, source[key]);\n });\n }\n\n return target;\n }\n\n function _slicedToArray(arr, i) {\n return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _nonIterableRest();\n }\n\n function _toConsumableArray(arr) {\n return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _nonIterableSpread();\n }\n\n function _arrayWithoutHoles(arr) {\n if (Array.isArray(arr)) {\n for (var i = 0, arr2 = new Array(arr.length); i < arr.length; i++) arr2[i] = arr[i];\n\n return arr2;\n }\n }\n\n function _arrayWithHoles(arr) {\n if (Array.isArray(arr)) return arr;\n }\n\n function _iterableToArray(iter) {\n if (Symbol.iterator in Object(iter) || Object.prototype.toString.call(iter) === \"[object Arguments]\") return Array.from(iter);\n }\n\n function _iterableToArrayLimit(arr, i) {\n var _arr = [];\n var _n = true;\n var _d = false;\n var _e = undefined;\n\n try {\n for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) {\n _arr.push(_s.value);\n\n if (i && _arr.length === i) break;\n }\n } catch (err) {\n _d = true;\n _e = err;\n } finally {\n try {\n if (!_n && _i[\"return\"] != null) _i[\"return\"]();\n } finally {\n if (_d) throw _e;\n }\n }\n\n return _arr;\n }\n\n function _nonIterableSpread() {\n throw new TypeError(\"Invalid attempt to spread non-iterable instance\");\n }\n\n function _nonIterableRest() {\n throw new TypeError(\"Invalid attempt to destructure non-iterable instance\");\n }\n\n var noop = function noop() {};\n\n var _WINDOW = {};\n var _DOCUMENT = {};\n var _MUTATION_OBSERVER = null;\n var _PERFORMANCE = {\n mark: noop,\n measure: noop\n };\n\n try {\n if (typeof window !== 'undefined') _WINDOW = window;\n if (typeof document !== 'undefined') _DOCUMENT = document;\n if (typeof MutationObserver !== 'undefined') _MUTATION_OBSERVER = MutationObserver;\n if (typeof performance !== 'undefined') _PERFORMANCE = performance;\n } catch (e) {}\n\n var _ref = _WINDOW.navigator || {},\n _ref$userAgent = _ref.userAgent,\n userAgent = _ref$userAgent === void 0 ? '' : _ref$userAgent;\n\n var WINDOW = _WINDOW;\n var DOCUMENT = _DOCUMENT;\n var MUTATION_OBSERVER = _MUTATION_OBSERVER;\n var PERFORMANCE = _PERFORMANCE;\n var IS_BROWSER = !!WINDOW.document;\n var IS_DOM = !!DOCUMENT.documentElement && !!DOCUMENT.head && typeof DOCUMENT.addEventListener === 'function' && typeof DOCUMENT.createElement === 'function';\n var IS_IE = ~userAgent.indexOf('MSIE') || ~userAgent.indexOf('Trident/');\n\n var NAMESPACE_IDENTIFIER = '___FONT_AWESOME___';\n var UNITS_IN_GRID = 16;\n var DEFAULT_FAMILY_PREFIX = 'fa';\n var DEFAULT_REPLACEMENT_CLASS = 'svg-inline--fa';\n var DATA_FA_I2SVG = 'data-fa-i2svg';\n var DATA_FA_PSEUDO_ELEMENT = 'data-fa-pseudo-element';\n var DATA_FA_PSEUDO_ELEMENT_PENDING = 'data-fa-pseudo-element-pending';\n var DATA_PREFIX = 'data-prefix';\n var DATA_ICON = 'data-icon';\n var HTML_CLASS_I2SVG_BASE_CLASS = 'fontawesome-i2svg';\n var MUTATION_APPROACH_ASYNC = 'async';\n var TAGNAMES_TO_SKIP_FOR_PSEUDOELEMENTS = ['HTML', 'HEAD', 'STYLE', 'SCRIPT'];\n var PRODUCTION = function () {\n try {\n return \"production\" === 'production';\n } catch (e) {\n return false;\n }\n }();\n var PREFIX_TO_STYLE = {\n 'fas': 'solid',\n 'far': 'regular',\n 'fal': 'light',\n 'fad': 'duotone',\n 'fab': 'brands',\n 'fa': 'solid'\n };\n var STYLE_TO_PREFIX = {\n 'solid': 'fas',\n 'regular': 'far',\n 'light': 'fal',\n 'duotone': 'fad',\n 'brands': 'fab'\n };\n var LAYERS_TEXT_CLASSNAME = 'fa-layers-text';\n var FONT_FAMILY_PATTERN = /Font Awesome 5 (Solid|Regular|Light|Duotone|Brands|Free|Pro)/;\n var FONT_WEIGHT_TO_PREFIX = {\n '900': 'fas',\n '400': 'far',\n 'normal': 'far',\n '300': 'fal'\n };\n var oneToTen = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];\n var oneToTwenty = oneToTen.concat([11, 12, 13, 14, 15, 16, 17, 18, 19, 20]);\n var ATTRIBUTES_WATCHED_FOR_MUTATION = ['class', 'data-prefix', 'data-icon', 'data-fa-transform', 'data-fa-mask'];\n var DUOTONE_CLASSES = {\n GROUP: 'group',\n SWAP_OPACITY: 'swap-opacity',\n PRIMARY: 'primary',\n SECONDARY: 'secondary'\n };\n var RESERVED_CLASSES = ['xs', 'sm', 'lg', 'fw', 'ul', 'li', 'border', 'pull-left', 'pull-right', 'spin', 'pulse', 'rotate-90', 'rotate-180', 'rotate-270', 'flip-horizontal', 'flip-vertical', 'flip-both', 'stack', 'stack-1x', 'stack-2x', 'inverse', 'layers', 'layers-text', 'layers-counter', DUOTONE_CLASSES.GROUP, DUOTONE_CLASSES.SWAP_OPACITY, DUOTONE_CLASSES.PRIMARY, DUOTONE_CLASSES.SECONDARY].concat(oneToTen.map(function (n) {\n return \"\".concat(n, \"x\");\n })).concat(oneToTwenty.map(function (n) {\n return \"w-\".concat(n);\n }));\n\n var initial = WINDOW.FontAwesomeConfig || {};\n\n function getAttrConfig(attr) {\n var element = DOCUMENT.querySelector('script[' + attr + ']');\n\n if (element) {\n return element.getAttribute(attr);\n }\n }\n\n function coerce(val) {\n // Getting an empty string will occur if the attribute is set on the HTML tag but without a value\n // We'll assume that this is an indication that it should be toggled to true\n // For example \n if (val === '') return true;\n if (val === 'false') return false;\n if (val === 'true') return true;\n return val;\n }\n\n if (DOCUMENT && typeof DOCUMENT.querySelector === 'function') {\n var attrs = [['data-family-prefix', 'familyPrefix'], ['data-replacement-class', 'replacementClass'], ['data-auto-replace-svg', 'autoReplaceSvg'], ['data-auto-add-css', 'autoAddCss'], ['data-auto-a11y', 'autoA11y'], ['data-search-pseudo-elements', 'searchPseudoElements'], ['data-observe-mutations', 'observeMutations'], ['data-mutate-approach', 'mutateApproach'], ['data-keep-original-source', 'keepOriginalSource'], ['data-measure-performance', 'measurePerformance'], ['data-show-missing-icons', 'showMissingIcons']];\n attrs.forEach(function (_ref) {\n var _ref2 = _slicedToArray(_ref, 2),\n attr = _ref2[0],\n key = _ref2[1];\n\n var val = coerce(getAttrConfig(attr));\n\n if (val !== undefined && val !== null) {\n initial[key] = val;\n }\n });\n }\n\n var _default = {\n familyPrefix: DEFAULT_FAMILY_PREFIX,\n replacementClass: DEFAULT_REPLACEMENT_CLASS,\n autoReplaceSvg: true,\n autoAddCss: true,\n autoA11y: true,\n searchPseudoElements: false,\n observeMutations: true,\n mutateApproach: 'async',\n keepOriginalSource: true,\n measurePerformance: false,\n showMissingIcons: true\n };\n\n var _config = _objectSpread({}, _default, initial);\n\n if (!_config.autoReplaceSvg) _config.observeMutations = false;\n\n var config = _objectSpread({}, _config);\n\n WINDOW.FontAwesomeConfig = config;\n\n var w = WINDOW || {};\n if (!w[NAMESPACE_IDENTIFIER]) w[NAMESPACE_IDENTIFIER] = {};\n if (!w[NAMESPACE_IDENTIFIER].styles) w[NAMESPACE_IDENTIFIER].styles = {};\n if (!w[NAMESPACE_IDENTIFIER].hooks) w[NAMESPACE_IDENTIFIER].hooks = {};\n if (!w[NAMESPACE_IDENTIFIER].shims) w[NAMESPACE_IDENTIFIER].shims = [];\n var namespace = w[NAMESPACE_IDENTIFIER];\n\n var functions = [];\n\n var listener = function listener() {\n DOCUMENT.removeEventListener('DOMContentLoaded', listener);\n loaded = 1;\n functions.map(function (fn) {\n return fn();\n });\n };\n\n var loaded = false;\n\n if (IS_DOM) {\n loaded = (DOCUMENT.documentElement.doScroll ? /^loaded|^c/ : /^loaded|^i|^c/).test(DOCUMENT.readyState);\n if (!loaded) DOCUMENT.addEventListener('DOMContentLoaded', listener);\n }\n\n function domready (fn) {\n if (!IS_DOM) return;\n loaded ? setTimeout(fn, 0) : functions.push(fn);\n }\n\n var PENDING = 'pending';\n var SETTLED = 'settled';\n var FULFILLED = 'fulfilled';\n var REJECTED = 'rejected';\n\n var NOOP = function NOOP() {};\n\n var isNode = typeof global !== 'undefined' && typeof global.process !== 'undefined' && typeof global.process.emit === 'function';\n var asyncSetTimer = typeof setImmediate === 'undefined' ? setTimeout : setImmediate;\n var asyncQueue = [];\n var asyncTimer;\n\n function asyncFlush() {\n // run promise callbacks\n for (var i = 0; i < asyncQueue.length; i++) {\n asyncQueue[i][0](asyncQueue[i][1]);\n } // reset async asyncQueue\n\n\n asyncQueue = [];\n asyncTimer = false;\n }\n\n function asyncCall(callback, arg) {\n asyncQueue.push([callback, arg]);\n\n if (!asyncTimer) {\n asyncTimer = true;\n asyncSetTimer(asyncFlush, 0);\n }\n }\n\n function invokeResolver(resolver, promise) {\n function resolvePromise(value) {\n resolve(promise, value);\n }\n\n function rejectPromise(reason) {\n reject(promise, reason);\n }\n\n try {\n resolver(resolvePromise, rejectPromise);\n } catch (e) {\n rejectPromise(e);\n }\n }\n\n function invokeCallback(subscriber) {\n var owner = subscriber.owner;\n var settled = owner._state;\n var value = owner._data;\n var callback = subscriber[settled];\n var promise = subscriber.then;\n\n if (typeof callback === 'function') {\n settled = FULFILLED;\n\n try {\n value = callback(value);\n } catch (e) {\n reject(promise, e);\n }\n }\n\n if (!handleThenable(promise, value)) {\n if (settled === FULFILLED) {\n resolve(promise, value);\n }\n\n if (settled === REJECTED) {\n reject(promise, value);\n }\n }\n }\n\n function handleThenable(promise, value) {\n var resolved;\n\n try {\n if (promise === value) {\n throw new TypeError('A promises callback cannot return that same promise.');\n }\n\n if (value && (typeof value === 'function' || _typeof(value) === 'object')) {\n // then should be retrieved only once\n var then = value.then;\n\n if (typeof then === 'function') {\n then.call(value, function (val) {\n if (!resolved) {\n resolved = true;\n\n if (value === val) {\n fulfill(promise, val);\n } else {\n resolve(promise, val);\n }\n }\n }, function (reason) {\n if (!resolved) {\n resolved = true;\n reject(promise, reason);\n }\n });\n return true;\n }\n }\n } catch (e) {\n if (!resolved) {\n reject(promise, e);\n }\n\n return true;\n }\n\n return false;\n }\n\n function resolve(promise, value) {\n if (promise === value || !handleThenable(promise, value)) {\n fulfill(promise, value);\n }\n }\n\n function fulfill(promise, value) {\n if (promise._state === PENDING) {\n promise._state = SETTLED;\n promise._data = value;\n asyncCall(publishFulfillment, promise);\n }\n }\n\n function reject(promise, reason) {\n if (promise._state === PENDING) {\n promise._state = SETTLED;\n promise._data = reason;\n asyncCall(publishRejection, promise);\n }\n }\n\n function publish(promise) {\n promise._then = promise._then.forEach(invokeCallback);\n }\n\n function publishFulfillment(promise) {\n promise._state = FULFILLED;\n publish(promise);\n }\n\n function publishRejection(promise) {\n promise._state = REJECTED;\n publish(promise);\n\n if (!promise._handled && isNode) {\n global.process.emit('unhandledRejection', promise._data, promise);\n }\n }\n\n function notifyRejectionHandled(promise) {\n global.process.emit('rejectionHandled', promise);\n }\n /**\n * @class\n */\n\n\n function P(resolver) {\n if (typeof resolver !== 'function') {\n throw new TypeError('Promise resolver ' + resolver + ' is not a function');\n }\n\n if (this instanceof P === false) {\n throw new TypeError('Failed to construct \\'Promise\\': Please use the \\'new\\' operator, this object constructor cannot be called as a function.');\n }\n\n this._then = [];\n invokeResolver(resolver, this);\n }\n\n P.prototype = {\n constructor: P,\n _state: PENDING,\n _then: null,\n _data: undefined,\n _handled: false,\n then: function then(onFulfillment, onRejection) {\n var subscriber = {\n owner: this,\n then: new this.constructor(NOOP),\n fulfilled: onFulfillment,\n rejected: onRejection\n };\n\n if ((onRejection || onFulfillment) && !this._handled) {\n this._handled = true;\n\n if (this._state === REJECTED && isNode) {\n asyncCall(notifyRejectionHandled, this);\n }\n }\n\n if (this._state === FULFILLED || this._state === REJECTED) {\n // already resolved, call callback async\n asyncCall(invokeCallback, subscriber);\n } else {\n // subscribe\n this._then.push(subscriber);\n }\n\n return subscriber.then;\n },\n catch: function _catch(onRejection) {\n return this.then(null, onRejection);\n }\n };\n\n P.all = function (promises) {\n if (!Array.isArray(promises)) {\n throw new TypeError('You must pass an array to Promise.all().');\n }\n\n return new P(function (resolve, reject) {\n var results = [];\n var remaining = 0;\n\n function resolver(index) {\n remaining++;\n return function (value) {\n results[index] = value;\n\n if (! --remaining) {\n resolve(results);\n }\n };\n }\n\n for (var i = 0, promise; i < promises.length; i++) {\n promise = promises[i];\n\n if (promise && typeof promise.then === 'function') {\n promise.then(resolver(i), reject);\n } else {\n results[i] = promise;\n }\n }\n\n if (!remaining) {\n resolve(results);\n }\n });\n };\n\n P.race = function (promises) {\n if (!Array.isArray(promises)) {\n throw new TypeError('You must pass an array to Promise.race().');\n }\n\n return new P(function (resolve, reject) {\n for (var i = 0, promise; i < promises.length; i++) {\n promise = promises[i];\n\n if (promise && typeof promise.then === 'function') {\n promise.then(resolve, reject);\n } else {\n resolve(promise);\n }\n }\n });\n };\n\n P.resolve = function (value) {\n if (value && _typeof(value) === 'object' && value.constructor === P) {\n return value;\n }\n\n return new P(function (resolve) {\n resolve(value);\n });\n };\n\n P.reject = function (reason) {\n return new P(function (resolve, reject) {\n reject(reason);\n });\n };\n\n var picked = typeof Promise === 'function' ? Promise : P;\n\n var d = UNITS_IN_GRID;\n var meaninglessTransform = {\n size: 16,\n x: 0,\n y: 0,\n rotate: 0,\n flipX: false,\n flipY: false\n };\n\n function isReserved(name) {\n return ~RESERVED_CLASSES.indexOf(name);\n }\n\n function bunker(fn) {\n try {\n fn();\n } catch (e) {\n if (!PRODUCTION) {\n throw e;\n }\n }\n }\n function insertCss(css) {\n if (!css || !IS_DOM) {\n return;\n }\n\n var style = DOCUMENT.createElement('style');\n style.setAttribute('type', 'text/css');\n style.innerHTML = css;\n var headChildren = DOCUMENT.head.childNodes;\n var beforeChild = null;\n\n for (var i = headChildren.length - 1; i > -1; i--) {\n var child = headChildren[i];\n var tagName = (child.tagName || '').toUpperCase();\n\n if (['STYLE', 'LINK'].indexOf(tagName) > -1) {\n beforeChild = child;\n }\n }\n\n DOCUMENT.head.insertBefore(style, beforeChild);\n return css;\n }\n var idPool = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';\n function nextUniqueId() {\n var size = 12;\n var id = '';\n\n while (size-- > 0) {\n id += idPool[Math.random() * 62 | 0];\n }\n\n return id;\n }\n function toArray(obj) {\n var array = [];\n\n for (var i = (obj || []).length >>> 0; i--;) {\n array[i] = obj[i];\n }\n\n return array;\n }\n function classArray(node) {\n if (node.classList) {\n return toArray(node.classList);\n } else {\n return (node.getAttribute('class') || '').split(' ').filter(function (i) {\n return i;\n });\n }\n }\n function getIconName(familyPrefix, cls) {\n var parts = cls.split('-');\n var prefix = parts[0];\n var iconName = parts.slice(1).join('-');\n\n if (prefix === familyPrefix && iconName !== '' && !isReserved(iconName)) {\n return iconName;\n } else {\n return null;\n }\n }\n function htmlEscape(str) {\n return \"\".concat(str).replace(/&/g, '&').replace(/\"/g, '"').replace(/'/g, ''').replace(//g, '>');\n }\n function joinAttributes(attributes) {\n return Object.keys(attributes || {}).reduce(function (acc, attributeName) {\n return acc + \"\".concat(attributeName, \"=\\\"\").concat(htmlEscape(attributes[attributeName]), \"\\\" \");\n }, '').trim();\n }\n function joinStyles(styles) {\n return Object.keys(styles || {}).reduce(function (acc, styleName) {\n return acc + \"\".concat(styleName, \": \").concat(styles[styleName], \";\");\n }, '');\n }\n function transformIsMeaningful(transform) {\n return transform.size !== meaninglessTransform.size || transform.x !== meaninglessTransform.x || transform.y !== meaninglessTransform.y || transform.rotate !== meaninglessTransform.rotate || transform.flipX || transform.flipY;\n }\n function transformForSvg(_ref) {\n var transform = _ref.transform,\n containerWidth = _ref.containerWidth,\n iconWidth = _ref.iconWidth;\n var outer = {\n transform: \"translate(\".concat(containerWidth / 2, \" 256)\")\n };\n var innerTranslate = \"translate(\".concat(transform.x * 32, \", \").concat(transform.y * 32, \") \");\n var innerScale = \"scale(\".concat(transform.size / 16 * (transform.flipX ? -1 : 1), \", \").concat(transform.size / 16 * (transform.flipY ? -1 : 1), \") \");\n var innerRotate = \"rotate(\".concat(transform.rotate, \" 0 0)\");\n var inner = {\n transform: \"\".concat(innerTranslate, \" \").concat(innerScale, \" \").concat(innerRotate)\n };\n var path = {\n transform: \"translate(\".concat(iconWidth / 2 * -1, \" -256)\")\n };\n return {\n outer: outer,\n inner: inner,\n path: path\n };\n }\n function transformForCss(_ref2) {\n var transform = _ref2.transform,\n _ref2$width = _ref2.width,\n width = _ref2$width === void 0 ? UNITS_IN_GRID : _ref2$width,\n _ref2$height = _ref2.height,\n height = _ref2$height === void 0 ? UNITS_IN_GRID : _ref2$height,\n _ref2$startCentered = _ref2.startCentered,\n startCentered = _ref2$startCentered === void 0 ? false : _ref2$startCentered;\n var val = '';\n\n if (startCentered && IS_IE) {\n val += \"translate(\".concat(transform.x / d - width / 2, \"em, \").concat(transform.y / d - height / 2, \"em) \");\n } else if (startCentered) {\n val += \"translate(calc(-50% + \".concat(transform.x / d, \"em), calc(-50% + \").concat(transform.y / d, \"em)) \");\n } else {\n val += \"translate(\".concat(transform.x / d, \"em, \").concat(transform.y / d, \"em) \");\n }\n\n val += \"scale(\".concat(transform.size / d * (transform.flipX ? -1 : 1), \", \").concat(transform.size / d * (transform.flipY ? -1 : 1), \") \");\n val += \"rotate(\".concat(transform.rotate, \"deg) \");\n return val;\n }\n\n var ALL_SPACE = {\n x: 0,\n y: 0,\n width: '100%',\n height: '100%'\n };\n\n function fillBlack(abstract) {\n var force = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;\n\n if (abstract.attributes && (abstract.attributes.fill || force)) {\n abstract.attributes.fill = 'black';\n }\n\n return abstract;\n }\n\n function deGroup(abstract) {\n if (abstract.tag === 'g') {\n return abstract.children;\n } else {\n return [abstract];\n }\n }\n\n function makeIconMasking (_ref) {\n var children = _ref.children,\n attributes = _ref.attributes,\n main = _ref.main,\n mask = _ref.mask,\n explicitMaskId = _ref.maskId,\n transform = _ref.transform;\n var mainWidth = main.width,\n mainPath = main.icon;\n var maskWidth = mask.width,\n maskPath = mask.icon;\n var trans = transformForSvg({\n transform: transform,\n containerWidth: maskWidth,\n iconWidth: mainWidth\n });\n var maskRect = {\n tag: 'rect',\n attributes: _objectSpread({}, ALL_SPACE, {\n fill: 'white'\n })\n };\n var maskInnerGroupChildrenMixin = mainPath.children ? {\n children: mainPath.children.map(fillBlack)\n } : {};\n var maskInnerGroup = {\n tag: 'g',\n attributes: _objectSpread({}, trans.inner),\n children: [fillBlack(_objectSpread({\n tag: mainPath.tag,\n attributes: _objectSpread({}, mainPath.attributes, trans.path)\n }, maskInnerGroupChildrenMixin))]\n };\n var maskOuterGroup = {\n tag: 'g',\n attributes: _objectSpread({}, trans.outer),\n children: [maskInnerGroup]\n };\n var maskId = \"mask-\".concat(explicitMaskId || nextUniqueId());\n var clipId = \"clip-\".concat(explicitMaskId || nextUniqueId());\n var maskTag = {\n tag: 'mask',\n attributes: _objectSpread({}, ALL_SPACE, {\n id: maskId,\n maskUnits: 'userSpaceOnUse',\n maskContentUnits: 'userSpaceOnUse'\n }),\n children: [maskRect, maskOuterGroup]\n };\n var defs = {\n tag: 'defs',\n children: [{\n tag: 'clipPath',\n attributes: {\n id: clipId\n },\n children: deGroup(maskPath)\n }, maskTag]\n };\n children.push(defs, {\n tag: 'rect',\n attributes: _objectSpread({\n fill: 'currentColor',\n 'clip-path': \"url(#\".concat(clipId, \")\"),\n mask: \"url(#\".concat(maskId, \")\")\n }, ALL_SPACE)\n });\n return {\n children: children,\n attributes: attributes\n };\n }\n\n function makeIconStandard (_ref) {\n var children = _ref.children,\n attributes = _ref.attributes,\n main = _ref.main,\n transform = _ref.transform,\n styles = _ref.styles;\n var styleString = joinStyles(styles);\n\n if (styleString.length > 0) {\n attributes['style'] = styleString;\n }\n\n if (transformIsMeaningful(transform)) {\n var trans = transformForSvg({\n transform: transform,\n containerWidth: main.width,\n iconWidth: main.width\n });\n children.push({\n tag: 'g',\n attributes: _objectSpread({}, trans.outer),\n children: [{\n tag: 'g',\n attributes: _objectSpread({}, trans.inner),\n children: [{\n tag: main.icon.tag,\n children: main.icon.children,\n attributes: _objectSpread({}, main.icon.attributes, trans.path)\n }]\n }]\n });\n } else {\n children.push(main.icon);\n }\n\n return {\n children: children,\n attributes: attributes\n };\n }\n\n function asIcon (_ref) {\n var children = _ref.children,\n main = _ref.main,\n mask = _ref.mask,\n attributes = _ref.attributes,\n styles = _ref.styles,\n transform = _ref.transform;\n\n if (transformIsMeaningful(transform) && main.found && !mask.found) {\n var width = main.width,\n height = main.height;\n var offset = {\n x: width / height / 2,\n y: 0.5\n };\n attributes['style'] = joinStyles(_objectSpread({}, styles, {\n 'transform-origin': \"\".concat(offset.x + transform.x / 16, \"em \").concat(offset.y + transform.y / 16, \"em\")\n }));\n }\n\n return [{\n tag: 'svg',\n attributes: attributes,\n children: children\n }];\n }\n\n function asSymbol (_ref) {\n var prefix = _ref.prefix,\n iconName = _ref.iconName,\n children = _ref.children,\n attributes = _ref.attributes,\n symbol = _ref.symbol;\n var id = symbol === true ? \"\".concat(prefix, \"-\").concat(config.familyPrefix, \"-\").concat(iconName) : symbol;\n return [{\n tag: 'svg',\n attributes: {\n style: 'display: none;'\n },\n children: [{\n tag: 'symbol',\n attributes: _objectSpread({}, attributes, {\n id: id\n }),\n children: children\n }]\n }];\n }\n\n function makeInlineSvgAbstract(params) {\n var _params$icons = params.icons,\n main = _params$icons.main,\n mask = _params$icons.mask,\n prefix = params.prefix,\n iconName = params.iconName,\n transform = params.transform,\n symbol = params.symbol,\n title = params.title,\n maskId = params.maskId,\n titleId = params.titleId,\n extra = params.extra,\n _params$watchable = params.watchable,\n watchable = _params$watchable === void 0 ? false : _params$watchable;\n\n var _ref = mask.found ? mask : main,\n width = _ref.width,\n height = _ref.height;\n\n var widthClass = \"fa-w-\".concat(Math.ceil(width / height * 16));\n var attrClass = [config.replacementClass, iconName ? \"\".concat(config.familyPrefix, \"-\").concat(iconName) : '', widthClass].filter(function (c) {\n return extra.classes.indexOf(c) === -1;\n }).concat(extra.classes).join(' ');\n var content = {\n children: [],\n attributes: _objectSpread({}, extra.attributes, {\n 'data-prefix': prefix,\n 'data-icon': iconName,\n 'class': attrClass,\n 'role': extra.attributes.role || 'img',\n 'xmlns': 'http://www.w3.org/2000/svg',\n 'viewBox': \"0 0 \".concat(width, \" \").concat(height)\n })\n };\n\n if (watchable) {\n content.attributes[DATA_FA_I2SVG] = '';\n }\n\n if (title) content.children.push({\n tag: 'title',\n attributes: {\n id: content.attributes['aria-labelledby'] || \"title-\".concat(titleId || nextUniqueId())\n },\n children: [title]\n });\n\n var args = _objectSpread({}, content, {\n prefix: prefix,\n iconName: iconName,\n main: main,\n mask: mask,\n maskId: maskId,\n transform: transform,\n symbol: symbol,\n styles: extra.styles\n });\n\n var _ref2 = mask.found && main.found ? makeIconMasking(args) : makeIconStandard(args),\n children = _ref2.children,\n attributes = _ref2.attributes;\n\n args.children = children;\n args.attributes = attributes;\n\n if (symbol) {\n return asSymbol(args);\n } else {\n return asIcon(args);\n }\n }\n function makeLayersTextAbstract(params) {\n var content = params.content,\n width = params.width,\n height = params.height,\n transform = params.transform,\n title = params.title,\n extra = params.extra,\n _params$watchable2 = params.watchable,\n watchable = _params$watchable2 === void 0 ? false : _params$watchable2;\n\n var attributes = _objectSpread({}, extra.attributes, title ? {\n 'title': title\n } : {}, {\n 'class': extra.classes.join(' ')\n });\n\n if (watchable) {\n attributes[DATA_FA_I2SVG] = '';\n }\n\n var styles = _objectSpread({}, extra.styles);\n\n if (transformIsMeaningful(transform)) {\n styles['transform'] = transformForCss({\n transform: transform,\n startCentered: true,\n width: width,\n height: height\n });\n styles['-webkit-transform'] = styles['transform'];\n }\n\n var styleString = joinStyles(styles);\n\n if (styleString.length > 0) {\n attributes['style'] = styleString;\n }\n\n var val = [];\n val.push({\n tag: 'span',\n attributes: attributes,\n children: [content]\n });\n\n if (title) {\n val.push({\n tag: 'span',\n attributes: {\n class: 'sr-only'\n },\n children: [title]\n });\n }\n\n return val;\n }\n function makeLayersCounterAbstract(params) {\n var content = params.content,\n title = params.title,\n extra = params.extra;\n\n var attributes = _objectSpread({}, extra.attributes, title ? {\n 'title': title\n } : {}, {\n 'class': extra.classes.join(' ')\n });\n\n var styleString = joinStyles(extra.styles);\n\n if (styleString.length > 0) {\n attributes['style'] = styleString;\n }\n\n var val = [];\n val.push({\n tag: 'span',\n attributes: attributes,\n children: [content]\n });\n\n if (title) {\n val.push({\n tag: 'span',\n attributes: {\n class: 'sr-only'\n },\n children: [title]\n });\n }\n\n return val;\n }\n\n var noop$1 = function noop() {};\n\n var p = config.measurePerformance && PERFORMANCE && PERFORMANCE.mark && PERFORMANCE.measure ? PERFORMANCE : {\n mark: noop$1,\n measure: noop$1\n };\n var preamble = \"FA \\\"5.13.1\\\"\";\n\n var begin = function begin(name) {\n p.mark(\"\".concat(preamble, \" \").concat(name, \" begins\"));\n return function () {\n return end(name);\n };\n };\n\n var end = function end(name) {\n p.mark(\"\".concat(preamble, \" \").concat(name, \" ends\"));\n p.measure(\"\".concat(preamble, \" \").concat(name), \"\".concat(preamble, \" \").concat(name, \" begins\"), \"\".concat(preamble, \" \").concat(name, \" ends\"));\n };\n\n var perf = {\n begin: begin,\n end: end\n };\n\n /**\n * Internal helper to bind a function known to have 4 arguments\n * to a given context.\n */\n\n var bindInternal4 = function bindInternal4(func, thisContext) {\n return function (a, b, c, d) {\n return func.call(thisContext, a, b, c, d);\n };\n };\n\n /**\n * # Reduce\n *\n * A fast object `.reduce()` implementation.\n *\n * @param {Object} subject The object to reduce over.\n * @param {Function} fn The reducer function.\n * @param {mixed} initialValue The initial value for the reducer, defaults to subject[0].\n * @param {Object} thisContext The context for the reducer.\n * @return {mixed} The final result.\n */\n\n\n var reduce = function fastReduceObject(subject, fn, initialValue, thisContext) {\n var keys = Object.keys(subject),\n length = keys.length,\n iterator = thisContext !== undefined ? bindInternal4(fn, thisContext) : fn,\n i,\n key,\n result;\n\n if (initialValue === undefined) {\n i = 1;\n result = subject[keys[0]];\n } else {\n i = 0;\n result = initialValue;\n }\n\n for (; i < length; i++) {\n key = keys[i];\n result = iterator(result, subject[key], key, subject);\n }\n\n return result;\n };\n\n function toHex(unicode) {\n var result = '';\n\n for (var i = 0; i < unicode.length; i++) {\n var hex = unicode.charCodeAt(i).toString(16);\n result += ('000' + hex).slice(-4);\n }\n\n return result;\n }\n\n function defineIcons(prefix, icons) {\n var params = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};\n var _params$skipHooks = params.skipHooks,\n skipHooks = _params$skipHooks === void 0 ? false : _params$skipHooks;\n var normalized = Object.keys(icons).reduce(function (acc, iconName) {\n var icon = icons[iconName];\n var expanded = !!icon.icon;\n\n if (expanded) {\n acc[icon.iconName] = icon.icon;\n } else {\n acc[iconName] = icon;\n }\n\n return acc;\n }, {});\n\n if (typeof namespace.hooks.addPack === 'function' && !skipHooks) {\n namespace.hooks.addPack(prefix, normalized);\n } else {\n namespace.styles[prefix] = _objectSpread({}, namespace.styles[prefix] || {}, normalized);\n }\n /**\n * Font Awesome 4 used the prefix of `fa` for all icons. With the introduction\n * of new styles we needed to differentiate between them. Prefix `fa` is now an alias\n * for `fas` so we'll easy the upgrade process for our users by automatically defining\n * this as well.\n */\n\n\n if (prefix === 'fas') {\n defineIcons('fa', icons);\n }\n }\n\n var styles = namespace.styles,\n shims = namespace.shims;\n var _byUnicode = {};\n var _byLigature = {};\n var _byOldName = {};\n var build = function build() {\n var lookup = function lookup(reducer) {\n return reduce(styles, function (o, style, prefix) {\n o[prefix] = reduce(style, reducer, {});\n return o;\n }, {});\n };\n\n _byUnicode = lookup(function (acc, icon, iconName) {\n if (icon[3]) {\n acc[icon[3]] = iconName;\n }\n\n return acc;\n });\n _byLigature = lookup(function (acc, icon, iconName) {\n var ligatures = icon[2];\n acc[iconName] = iconName;\n ligatures.forEach(function (ligature) {\n acc[ligature] = iconName;\n });\n return acc;\n });\n var hasRegular = 'far' in styles;\n _byOldName = reduce(shims, function (acc, shim) {\n var oldName = shim[0];\n var prefix = shim[1];\n var iconName = shim[2];\n\n if (prefix === 'far' && !hasRegular) {\n prefix = 'fas';\n }\n\n acc[oldName] = {\n prefix: prefix,\n iconName: iconName\n };\n return acc;\n }, {});\n };\n build();\n function byUnicode(prefix, unicode) {\n return (_byUnicode[prefix] || {})[unicode];\n }\n function byLigature(prefix, ligature) {\n return (_byLigature[prefix] || {})[ligature];\n }\n function byOldName(name) {\n return _byOldName[name] || {\n prefix: null,\n iconName: null\n };\n }\n\n var styles$1 = namespace.styles;\n var emptyCanonicalIcon = function emptyCanonicalIcon() {\n return {\n prefix: null,\n iconName: null,\n rest: []\n };\n };\n function getCanonicalIcon(values) {\n return values.reduce(function (acc, cls) {\n var iconName = getIconName(config.familyPrefix, cls);\n\n if (styles$1[cls]) {\n acc.prefix = cls;\n } else if (config.autoFetchSvg && ['fas', 'far', 'fal', 'fad', 'fab', 'fa'].indexOf(cls) > -1) {\n acc.prefix = cls;\n } else if (iconName) {\n var shim = acc.prefix === 'fa' ? byOldName(iconName) : {};\n acc.iconName = shim.iconName || iconName;\n acc.prefix = shim.prefix || acc.prefix;\n } else if (cls !== config.replacementClass && cls.indexOf('fa-w-') !== 0) {\n acc.rest.push(cls);\n }\n\n return acc;\n }, emptyCanonicalIcon());\n }\n function iconFromMapping(mapping, prefix, iconName) {\n if (mapping && mapping[prefix] && mapping[prefix][iconName]) {\n return {\n prefix: prefix,\n iconName: iconName,\n icon: mapping[prefix][iconName]\n };\n }\n }\n\n function toHtml(abstractNodes) {\n var tag = abstractNodes.tag,\n _abstractNodes$attrib = abstractNodes.attributes,\n attributes = _abstractNodes$attrib === void 0 ? {} : _abstractNodes$attrib,\n _abstractNodes$childr = abstractNodes.children,\n children = _abstractNodes$childr === void 0 ? [] : _abstractNodes$childr;\n\n if (typeof abstractNodes === 'string') {\n return htmlEscape(abstractNodes);\n } else {\n return \"<\".concat(tag, \" \").concat(joinAttributes(attributes), \">\").concat(children.map(toHtml).join(''), \"\");\n }\n }\n\n var noop$2 = function noop() {};\n\n function isWatched(node) {\n var i2svg = node.getAttribute ? node.getAttribute(DATA_FA_I2SVG) : null;\n return typeof i2svg === 'string';\n }\n\n function getMutator() {\n if (config.autoReplaceSvg === true) {\n return mutators.replace;\n }\n\n var mutator = mutators[config.autoReplaceSvg];\n return mutator || mutators.replace;\n }\n\n var mutators = {\n replace: function replace(mutation) {\n var node = mutation[0];\n var abstract = mutation[1];\n var newOuterHTML = abstract.map(function (a) {\n return toHtml(a);\n }).join('\\n');\n\n if (node.parentNode && node.outerHTML) {\n node.outerHTML = newOuterHTML + (config.keepOriginalSource && node.tagName.toLowerCase() !== 'svg' ? \"\") : '');\n } else if (node.parentNode) {\n var newNode = document.createElement('span');\n node.parentNode.replaceChild(newNode, node);\n newNode.outerHTML = newOuterHTML;\n }\n },\n nest: function nest(mutation) {\n var node = mutation[0];\n var abstract = mutation[1]; // If we already have a replaced node we do not want to continue nesting within it.\n // Short-circuit to the standard replacement\n\n if (~classArray(node).indexOf(config.replacementClass)) {\n return mutators.replace(mutation);\n }\n\n var forSvg = new RegExp(\"\".concat(config.familyPrefix, \"-.*\"));\n delete abstract[0].attributes.style;\n delete abstract[0].attributes.id;\n var splitClasses = abstract[0].attributes.class.split(' ').reduce(function (acc, cls) {\n if (cls === config.replacementClass || cls.match(forSvg)) {\n acc.toSvg.push(cls);\n } else {\n acc.toNode.push(cls);\n }\n\n return acc;\n }, {\n toNode: [],\n toSvg: []\n });\n abstract[0].attributes.class = splitClasses.toSvg.join(' ');\n var newInnerHTML = abstract.map(function (a) {\n return toHtml(a);\n }).join('\\n');\n node.setAttribute('class', splitClasses.toNode.join(' '));\n node.setAttribute(DATA_FA_I2SVG, '');\n node.innerHTML = newInnerHTML;\n }\n };\n\n function performOperationSync(op) {\n op();\n }\n\n function perform(mutations, callback) {\n var callbackFunction = typeof callback === 'function' ? callback : noop$2;\n\n if (mutations.length === 0) {\n callbackFunction();\n } else {\n var frame = performOperationSync;\n\n if (config.mutateApproach === MUTATION_APPROACH_ASYNC) {\n frame = WINDOW.requestAnimationFrame || performOperationSync;\n }\n\n frame(function () {\n var mutator = getMutator();\n var mark = perf.begin('mutate');\n mutations.map(mutator);\n mark();\n callbackFunction();\n });\n }\n }\n var disabled = false;\n function disableObservation() {\n disabled = true;\n }\n function enableObservation() {\n disabled = false;\n }\n var mo = null;\n function observe(options) {\n if (!MUTATION_OBSERVER) {\n return;\n }\n\n if (!config.observeMutations) {\n return;\n }\n\n var treeCallback = options.treeCallback,\n nodeCallback = options.nodeCallback,\n pseudoElementsCallback = options.pseudoElementsCallback,\n _options$observeMutat = options.observeMutationsRoot,\n observeMutationsRoot = _options$observeMutat === void 0 ? DOCUMENT : _options$observeMutat;\n mo = new MUTATION_OBSERVER(function (objects) {\n if (disabled) return;\n toArray(objects).forEach(function (mutationRecord) {\n if (mutationRecord.type === 'childList' && mutationRecord.addedNodes.length > 0 && !isWatched(mutationRecord.addedNodes[0])) {\n if (config.searchPseudoElements) {\n pseudoElementsCallback(mutationRecord.target);\n }\n\n treeCallback(mutationRecord.target);\n }\n\n if (mutationRecord.type === 'attributes' && mutationRecord.target.parentNode && config.searchPseudoElements) {\n pseudoElementsCallback(mutationRecord.target.parentNode);\n }\n\n if (mutationRecord.type === 'attributes' && isWatched(mutationRecord.target) && ~ATTRIBUTES_WATCHED_FOR_MUTATION.indexOf(mutationRecord.attributeName)) {\n if (mutationRecord.attributeName === 'class') {\n var _getCanonicalIcon = getCanonicalIcon(classArray(mutationRecord.target)),\n prefix = _getCanonicalIcon.prefix,\n iconName = _getCanonicalIcon.iconName;\n\n if (prefix) mutationRecord.target.setAttribute('data-prefix', prefix);\n if (iconName) mutationRecord.target.setAttribute('data-icon', iconName);\n } else {\n nodeCallback(mutationRecord.target);\n }\n }\n });\n });\n if (!IS_DOM) return;\n mo.observe(observeMutationsRoot, {\n childList: true,\n attributes: true,\n characterData: true,\n subtree: true\n });\n }\n function disconnect() {\n if (!mo) return;\n mo.disconnect();\n }\n\n function styleParser (node) {\n var style = node.getAttribute('style');\n var val = [];\n\n if (style) {\n val = style.split(';').reduce(function (acc, style) {\n var styles = style.split(':');\n var prop = styles[0];\n var value = styles.slice(1);\n\n if (prop && value.length > 0) {\n acc[prop] = value.join(':').trim();\n }\n\n return acc;\n }, {});\n }\n\n return val;\n }\n\n function classParser (node) {\n var existingPrefix = node.getAttribute('data-prefix');\n var existingIconName = node.getAttribute('data-icon');\n var innerText = node.innerText !== undefined ? node.innerText.trim() : '';\n var val = getCanonicalIcon(classArray(node));\n\n if (existingPrefix && existingIconName) {\n val.prefix = existingPrefix;\n val.iconName = existingIconName;\n }\n\n if (val.prefix && innerText.length > 1) {\n val.iconName = byLigature(val.prefix, node.innerText);\n } else if (val.prefix && innerText.length === 1) {\n val.iconName = byUnicode(val.prefix, toHex(node.innerText));\n }\n\n return val;\n }\n\n var parseTransformString = function parseTransformString(transformString) {\n var transform = {\n size: 16,\n x: 0,\n y: 0,\n flipX: false,\n flipY: false,\n rotate: 0\n };\n\n if (!transformString) {\n return transform;\n } else {\n return transformString.toLowerCase().split(' ').reduce(function (acc, n) {\n var parts = n.toLowerCase().split('-');\n var first = parts[0];\n var rest = parts.slice(1).join('-');\n\n if (first && rest === 'h') {\n acc.flipX = true;\n return acc;\n }\n\n if (first && rest === 'v') {\n acc.flipY = true;\n return acc;\n }\n\n rest = parseFloat(rest);\n\n if (isNaN(rest)) {\n return acc;\n }\n\n switch (first) {\n case 'grow':\n acc.size = acc.size + rest;\n break;\n\n case 'shrink':\n acc.size = acc.size - rest;\n break;\n\n case 'left':\n acc.x = acc.x - rest;\n break;\n\n case 'right':\n acc.x = acc.x + rest;\n break;\n\n case 'up':\n acc.y = acc.y - rest;\n break;\n\n case 'down':\n acc.y = acc.y + rest;\n break;\n\n case 'rotate':\n acc.rotate = acc.rotate + rest;\n break;\n }\n\n return acc;\n }, transform);\n }\n };\n function transformParser (node) {\n return parseTransformString(node.getAttribute('data-fa-transform'));\n }\n\n function symbolParser (node) {\n var symbol = node.getAttribute('data-fa-symbol');\n return symbol === null ? false : symbol === '' ? true : symbol;\n }\n\n function attributesParser (node) {\n var extraAttributes = toArray(node.attributes).reduce(function (acc, attr) {\n if (acc.name !== 'class' && acc.name !== 'style') {\n acc[attr.name] = attr.value;\n }\n\n return acc;\n }, {});\n var title = node.getAttribute('title');\n var titleId = node.getAttribute('data-fa-title-id');\n\n if (config.autoA11y) {\n if (title) {\n extraAttributes['aria-labelledby'] = \"\".concat(config.replacementClass, \"-title-\").concat(titleId || nextUniqueId());\n } else {\n extraAttributes['aria-hidden'] = 'true';\n extraAttributes['focusable'] = 'false';\n }\n }\n\n return extraAttributes;\n }\n\n function maskParser (node) {\n var mask = node.getAttribute('data-fa-mask');\n\n if (!mask) {\n return emptyCanonicalIcon();\n } else {\n return getCanonicalIcon(mask.split(' ').map(function (i) {\n return i.trim();\n }));\n }\n }\n\n function blankMeta() {\n return {\n iconName: null,\n title: null,\n titleId: null,\n prefix: null,\n transform: meaninglessTransform,\n symbol: false,\n mask: null,\n maskId: null,\n extra: {\n classes: [],\n styles: {},\n attributes: {}\n }\n };\n }\n function parseMeta(node) {\n var _classParser = classParser(node),\n iconName = _classParser.iconName,\n prefix = _classParser.prefix,\n extraClasses = _classParser.rest;\n\n var extraStyles = styleParser(node);\n var transform = transformParser(node);\n var symbol = symbolParser(node);\n var extraAttributes = attributesParser(node);\n var mask = maskParser(node);\n return {\n iconName: iconName,\n title: node.getAttribute('title'),\n titleId: node.getAttribute('data-fa-title-id'),\n prefix: prefix,\n transform: transform,\n symbol: symbol,\n mask: mask,\n maskId: node.getAttribute('data-fa-mask-id'),\n extra: {\n classes: extraClasses,\n styles: extraStyles,\n attributes: extraAttributes\n }\n };\n }\n\n function MissingIcon(error) {\n this.name = 'MissingIcon';\n this.message = error || 'Icon unavailable';\n this.stack = new Error().stack;\n }\n MissingIcon.prototype = Object.create(Error.prototype);\n MissingIcon.prototype.constructor = MissingIcon;\n\n var FILL = {\n fill: 'currentColor'\n };\n var ANIMATION_BASE = {\n attributeType: 'XML',\n repeatCount: 'indefinite',\n dur: '2s'\n };\n var RING = {\n tag: 'path',\n attributes: _objectSpread({}, FILL, {\n d: 'M156.5,447.7l-12.6,29.5c-18.7-9.5-35.9-21.2-51.5-34.9l22.7-22.7C127.6,430.5,141.5,440,156.5,447.7z M40.6,272H8.5 c1.4,21.2,5.4,41.7,11.7,61.1L50,321.2C45.1,305.5,41.8,289,40.6,272z M40.6,240c1.4-18.8,5.2-37,11.1-54.1l-29.5-12.6 C14.7,194.3,10,216.7,8.5,240H40.6z M64.3,156.5c7.8-14.9,17.2-28.8,28.1-41.5L69.7,92.3c-13.7,15.6-25.5,32.8-34.9,51.5 L64.3,156.5z M397,419.6c-13.9,12-29.4,22.3-46.1,30.4l11.9,29.8c20.7-9.9,39.8-22.6,56.9-37.6L397,419.6z M115,92.4 c13.9-12,29.4-22.3,46.1-30.4l-11.9-29.8c-20.7,9.9-39.8,22.6-56.8,37.6L115,92.4z M447.7,355.5c-7.8,14.9-17.2,28.8-28.1,41.5 l22.7,22.7c13.7-15.6,25.5-32.9,34.9-51.5L447.7,355.5z M471.4,272c-1.4,18.8-5.2,37-11.1,54.1l29.5,12.6 c7.5-21.1,12.2-43.5,13.6-66.8H471.4z M321.2,462c-15.7,5-32.2,8.2-49.2,9.4v32.1c21.2-1.4,41.7-5.4,61.1-11.7L321.2,462z M240,471.4c-18.8-1.4-37-5.2-54.1-11.1l-12.6,29.5c21.1,7.5,43.5,12.2,66.8,13.6V471.4z M462,190.8c5,15.7,8.2,32.2,9.4,49.2h32.1 c-1.4-21.2-5.4-41.7-11.7-61.1L462,190.8z M92.4,397c-12-13.9-22.3-29.4-30.4-46.1l-29.8,11.9c9.9,20.7,22.6,39.8,37.6,56.9 L92.4,397z M272,40.6c18.8,1.4,36.9,5.2,54.1,11.1l12.6-29.5C317.7,14.7,295.3,10,272,8.5V40.6z M190.8,50 c15.7-5,32.2-8.2,49.2-9.4V8.5c-21.2,1.4-41.7,5.4-61.1,11.7L190.8,50z M442.3,92.3L419.6,115c12,13.9,22.3,29.4,30.5,46.1 l29.8-11.9C470,128.5,457.3,109.4,442.3,92.3z M397,92.4l22.7-22.7c-15.6-13.7-32.8-25.5-51.5-34.9l-12.6,29.5 C370.4,72.1,384.4,81.5,397,92.4z'\n })\n };\n\n var OPACITY_ANIMATE = _objectSpread({}, ANIMATION_BASE, {\n attributeName: 'opacity'\n });\n\n var DOT = {\n tag: 'circle',\n attributes: _objectSpread({}, FILL, {\n cx: '256',\n cy: '364',\n r: '28'\n }),\n children: [{\n tag: 'animate',\n attributes: _objectSpread({}, ANIMATION_BASE, {\n attributeName: 'r',\n values: '28;14;28;28;14;28;'\n })\n }, {\n tag: 'animate',\n attributes: _objectSpread({}, OPACITY_ANIMATE, {\n values: '1;0;1;1;0;1;'\n })\n }]\n };\n var QUESTION = {\n tag: 'path',\n attributes: _objectSpread({}, FILL, {\n opacity: '1',\n d: 'M263.7,312h-16c-6.6,0-12-5.4-12-12c0-71,77.4-63.9,77.4-107.8c0-20-17.8-40.2-57.4-40.2c-29.1,0-44.3,9.6-59.2,28.7 c-3.9,5-11.1,6-16.2,2.4l-13.1-9.2c-5.6-3.9-6.9-11.8-2.6-17.2c21.2-27.2,46.4-44.7,91.2-44.7c52.3,0,97.4,29.8,97.4,80.2 c0,67.6-77.4,63.5-77.4,107.8C275.7,306.6,270.3,312,263.7,312z'\n }),\n children: [{\n tag: 'animate',\n attributes: _objectSpread({}, OPACITY_ANIMATE, {\n values: '1;0;0;0;0;1;'\n })\n }]\n };\n var EXCLAMATION = {\n tag: 'path',\n attributes: _objectSpread({}, FILL, {\n opacity: '0',\n d: 'M232.5,134.5l7,168c0.3,6.4,5.6,11.5,12,11.5h9c6.4,0,11.7-5.1,12-11.5l7-168c0.3-6.8-5.2-12.5-12-12.5h-23 C237.7,122,232.2,127.7,232.5,134.5z'\n }),\n children: [{\n tag: 'animate',\n attributes: _objectSpread({}, OPACITY_ANIMATE, {\n values: '0;0;1;1;0;0;'\n })\n }]\n };\n var missing = {\n tag: 'g',\n children: [RING, DOT, QUESTION, EXCLAMATION]\n };\n\n var styles$2 = namespace.styles;\n function asFoundIcon(icon) {\n var width = icon[0];\n var height = icon[1];\n\n var _icon$slice = icon.slice(4),\n _icon$slice2 = _slicedToArray(_icon$slice, 1),\n vectorData = _icon$slice2[0];\n\n var element = null;\n\n if (Array.isArray(vectorData)) {\n element = {\n tag: 'g',\n attributes: {\n class: \"\".concat(config.familyPrefix, \"-\").concat(DUOTONE_CLASSES.GROUP)\n },\n children: [{\n tag: 'path',\n attributes: {\n class: \"\".concat(config.familyPrefix, \"-\").concat(DUOTONE_CLASSES.SECONDARY),\n fill: 'currentColor',\n d: vectorData[0]\n }\n }, {\n tag: 'path',\n attributes: {\n class: \"\".concat(config.familyPrefix, \"-\").concat(DUOTONE_CLASSES.PRIMARY),\n fill: 'currentColor',\n d: vectorData[1]\n }\n }]\n };\n } else {\n element = {\n tag: 'path',\n attributes: {\n fill: 'currentColor',\n d: vectorData\n }\n };\n }\n\n return {\n found: true,\n width: width,\n height: height,\n icon: element\n };\n }\n function findIcon(iconName, prefix) {\n return new picked(function (resolve, reject) {\n var val = {\n found: false,\n width: 512,\n height: 512,\n icon: missing\n };\n\n if (iconName && prefix && styles$2[prefix] && styles$2[prefix][iconName]) {\n var icon = styles$2[prefix][iconName];\n return resolve(asFoundIcon(icon));\n }\n\n var headers = {};\n\n if (_typeof(WINDOW.FontAwesomeKitConfig) === 'object' && typeof window.FontAwesomeKitConfig.token === 'string') {\n headers['fa-kit-token'] = WINDOW.FontAwesomeKitConfig.token;\n }\n\n if (iconName && prefix && !config.showMissingIcons) {\n reject(new MissingIcon(\"Icon is missing for prefix \".concat(prefix, \" with icon name \").concat(iconName)));\n } else {\n resolve(val);\n }\n });\n }\n\n var styles$3 = namespace.styles;\n\n function generateSvgReplacementMutation(node, nodeMeta) {\n var iconName = nodeMeta.iconName,\n title = nodeMeta.title,\n titleId = nodeMeta.titleId,\n prefix = nodeMeta.prefix,\n transform = nodeMeta.transform,\n symbol = nodeMeta.symbol,\n mask = nodeMeta.mask,\n maskId = nodeMeta.maskId,\n extra = nodeMeta.extra;\n return new picked(function (resolve, reject) {\n picked.all([findIcon(iconName, prefix), findIcon(mask.iconName, mask.prefix)]).then(function (_ref) {\n var _ref2 = _slicedToArray(_ref, 2),\n main = _ref2[0],\n mask = _ref2[1];\n\n resolve([node, makeInlineSvgAbstract({\n icons: {\n main: main,\n mask: mask\n },\n prefix: prefix,\n iconName: iconName,\n transform: transform,\n symbol: symbol,\n mask: mask,\n maskId: maskId,\n title: title,\n titleId: titleId,\n extra: extra,\n watchable: true\n })]);\n });\n });\n }\n\n function generateLayersText(node, nodeMeta) {\n var title = nodeMeta.title,\n transform = nodeMeta.transform,\n extra = nodeMeta.extra;\n var width = null;\n var height = null;\n\n if (IS_IE) {\n var computedFontSize = parseInt(getComputedStyle(node).fontSize, 10);\n var boundingClientRect = node.getBoundingClientRect();\n width = boundingClientRect.width / computedFontSize;\n height = boundingClientRect.height / computedFontSize;\n }\n\n if (config.autoA11y && !title) {\n extra.attributes['aria-hidden'] = 'true';\n }\n\n return picked.resolve([node, makeLayersTextAbstract({\n content: node.innerHTML,\n width: width,\n height: height,\n transform: transform,\n title: title,\n extra: extra,\n watchable: true\n })]);\n }\n\n function generateMutation(node) {\n var nodeMeta = parseMeta(node);\n\n if (~nodeMeta.extra.classes.indexOf(LAYERS_TEXT_CLASSNAME)) {\n return generateLayersText(node, nodeMeta);\n } else {\n return generateSvgReplacementMutation(node, nodeMeta);\n }\n }\n\n function onTree(root) {\n var callback = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null;\n if (!IS_DOM) return;\n var htmlClassList = DOCUMENT.documentElement.classList;\n\n var hclAdd = function hclAdd(suffix) {\n return htmlClassList.add(\"\".concat(HTML_CLASS_I2SVG_BASE_CLASS, \"-\").concat(suffix));\n };\n\n var hclRemove = function hclRemove(suffix) {\n return htmlClassList.remove(\"\".concat(HTML_CLASS_I2SVG_BASE_CLASS, \"-\").concat(suffix));\n };\n\n var prefixes = config.autoFetchSvg ? Object.keys(PREFIX_TO_STYLE) : Object.keys(styles$3);\n var prefixesDomQuery = [\".\".concat(LAYERS_TEXT_CLASSNAME, \":not([\").concat(DATA_FA_I2SVG, \"])\")].concat(prefixes.map(function (p) {\n return \".\".concat(p, \":not([\").concat(DATA_FA_I2SVG, \"])\");\n })).join(', ');\n\n if (prefixesDomQuery.length === 0) {\n return;\n }\n\n var candidates = [];\n\n try {\n candidates = toArray(root.querySelectorAll(prefixesDomQuery));\n } catch (e) {// noop\n }\n\n if (candidates.length > 0) {\n hclAdd('pending');\n hclRemove('complete');\n } else {\n return;\n }\n\n var mark = perf.begin('onTree');\n var mutations = candidates.reduce(function (acc, node) {\n try {\n var mutation = generateMutation(node);\n\n if (mutation) {\n acc.push(mutation);\n }\n } catch (e) {\n if (!PRODUCTION) {\n if (e instanceof MissingIcon) {\n console.error(e);\n }\n }\n }\n\n return acc;\n }, []);\n return new picked(function (resolve, reject) {\n picked.all(mutations).then(function (resolvedMutations) {\n perform(resolvedMutations, function () {\n hclAdd('active');\n hclAdd('complete');\n hclRemove('pending');\n if (typeof callback === 'function') callback();\n mark();\n resolve();\n });\n }).catch(function () {\n mark();\n reject();\n });\n });\n }\n function onNode(node) {\n var callback = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null;\n generateMutation(node).then(function (mutation) {\n if (mutation) {\n perform([mutation], callback);\n }\n });\n }\n\n function replaceForPosition(node, position) {\n var pendingAttribute = \"\".concat(DATA_FA_PSEUDO_ELEMENT_PENDING).concat(position.replace(':', '-'));\n return new picked(function (resolve, reject) {\n if (node.getAttribute(pendingAttribute) !== null) {\n // This node is already being processed\n return resolve();\n }\n\n var children = toArray(node.children);\n var alreadyProcessedPseudoElement = children.filter(function (c) {\n return c.getAttribute(DATA_FA_PSEUDO_ELEMENT) === position;\n })[0];\n var styles = WINDOW.getComputedStyle(node, position);\n var fontFamily = styles.getPropertyValue('font-family').match(FONT_FAMILY_PATTERN);\n var fontWeight = styles.getPropertyValue('font-weight');\n var content = styles.getPropertyValue('content');\n\n if (alreadyProcessedPseudoElement && !fontFamily) {\n // If we've already processed it but the current computed style does not result in a font-family,\n // that probably means that a class name that was previously present to make the icon has been\n // removed. So we now should delete the icon.\n node.removeChild(alreadyProcessedPseudoElement);\n return resolve();\n } else if (fontFamily && content !== 'none' && content !== '') {\n var prefix = ~['Solid', 'Regular', 'Light', 'Duotone', 'Brands'].indexOf(fontFamily[1]) ? STYLE_TO_PREFIX[fontFamily[1].toLowerCase()] : FONT_WEIGHT_TO_PREFIX[fontWeight];\n var hexValue = toHex(content.length === 3 ? content.substr(1, 1) : content);\n var iconName = byUnicode(prefix, hexValue);\n var iconIdentifier = iconName; // Only convert the pseudo element in this :before/:after position into an icon if we haven't\n // already done so with the same prefix and iconName\n\n if (iconName && (!alreadyProcessedPseudoElement || alreadyProcessedPseudoElement.getAttribute(DATA_PREFIX) !== prefix || alreadyProcessedPseudoElement.getAttribute(DATA_ICON) !== iconIdentifier)) {\n node.setAttribute(pendingAttribute, iconIdentifier);\n\n if (alreadyProcessedPseudoElement) {\n // Delete the old one, since we're replacing it with a new one\n node.removeChild(alreadyProcessedPseudoElement);\n }\n\n var meta = blankMeta();\n var extra = meta.extra;\n extra.attributes[DATA_FA_PSEUDO_ELEMENT] = position;\n findIcon(iconName, prefix).then(function (main) {\n var abstract = makeInlineSvgAbstract(_objectSpread({}, meta, {\n icons: {\n main: main,\n mask: emptyCanonicalIcon()\n },\n prefix: prefix,\n iconName: iconIdentifier,\n extra: extra,\n watchable: true\n }));\n var element = DOCUMENT.createElement('svg');\n\n if (position === ':before') {\n node.insertBefore(element, node.firstChild);\n } else {\n node.appendChild(element);\n }\n\n element.outerHTML = abstract.map(function (a) {\n return toHtml(a);\n }).join('\\n');\n node.removeAttribute(pendingAttribute);\n resolve();\n }).catch(reject);\n } else {\n resolve();\n }\n } else {\n resolve();\n }\n });\n }\n\n function replace(node) {\n return picked.all([replaceForPosition(node, ':before'), replaceForPosition(node, ':after')]);\n }\n\n function processable(node) {\n return node.parentNode !== document.head && !~TAGNAMES_TO_SKIP_FOR_PSEUDOELEMENTS.indexOf(node.tagName.toUpperCase()) && !node.getAttribute(DATA_FA_PSEUDO_ELEMENT) && (!node.parentNode || node.parentNode.tagName !== 'svg');\n }\n\n function searchPseudoElements (root) {\n if (!IS_DOM) return;\n return new picked(function (resolve, reject) {\n var operations = toArray(root.querySelectorAll('*')).filter(processable).map(replace);\n var end = perf.begin('searchPseudoElements');\n disableObservation();\n picked.all(operations).then(function () {\n end();\n enableObservation();\n resolve();\n }).catch(function () {\n end();\n enableObservation();\n reject();\n });\n });\n }\n\n var baseStyles = \"svg:not(:root).svg-inline--fa{overflow:visible}.svg-inline--fa{display:inline-block;font-size:inherit;height:1em;overflow:visible;vertical-align:-.125em}.svg-inline--fa.fa-lg{vertical-align:-.225em}.svg-inline--fa.fa-w-1{width:.0625em}.svg-inline--fa.fa-w-2{width:.125em}.svg-inline--fa.fa-w-3{width:.1875em}.svg-inline--fa.fa-w-4{width:.25em}.svg-inline--fa.fa-w-5{width:.3125em}.svg-inline--fa.fa-w-6{width:.375em}.svg-inline--fa.fa-w-7{width:.4375em}.svg-inline--fa.fa-w-8{width:.5em}.svg-inline--fa.fa-w-9{width:.5625em}.svg-inline--fa.fa-w-10{width:.625em}.svg-inline--fa.fa-w-11{width:.6875em}.svg-inline--fa.fa-w-12{width:.75em}.svg-inline--fa.fa-w-13{width:.8125em}.svg-inline--fa.fa-w-14{width:.875em}.svg-inline--fa.fa-w-15{width:.9375em}.svg-inline--fa.fa-w-16{width:1em}.svg-inline--fa.fa-w-17{width:1.0625em}.svg-inline--fa.fa-w-18{width:1.125em}.svg-inline--fa.fa-w-19{width:1.1875em}.svg-inline--fa.fa-w-20{width:1.25em}.svg-inline--fa.fa-pull-left{margin-right:.3em;width:auto}.svg-inline--fa.fa-pull-right{margin-left:.3em;width:auto}.svg-inline--fa.fa-border{height:1.5em}.svg-inline--fa.fa-li{width:2em}.svg-inline--fa.fa-fw{width:1.25em}.fa-layers svg.svg-inline--fa{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.fa-layers{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:1em}.fa-layers svg.svg-inline--fa{-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-counter,.fa-layers-text{display:inline-block;position:absolute;text-align:center}.fa-layers-text{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-counter{background-color:#ff253a;border-radius:1em;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;height:1.5em;line-height:1;max-width:5em;min-width:1.5em;overflow:hidden;padding:.25em;right:0;text-overflow:ellipsis;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-bottom-right{bottom:0;right:0;top:auto;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:bottom right;transform-origin:bottom right}.fa-layers-bottom-left{bottom:0;left:0;right:auto;top:auto;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:bottom left;transform-origin:bottom left}.fa-layers-top-right{right:0;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-top-left{left:0;right:auto;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top left;transform-origin:top left}.fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);transform:scale(1,-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;position:relative;width:2.5em}.fa-stack-1x,.fa-stack-2x{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.svg-inline--fa.fa-stack-1x{height:1em;width:1.25em}.svg-inline--fa.fa-stack-2x{height:2em;width:2.5em}.fa-inverse{color:#fff}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.svg-inline--fa .fa-primary{fill:var(--fa-primary-color,currentColor);opacity:1;opacity:var(--fa-primary-opacity,1)}.svg-inline--fa .fa-secondary{fill:var(--fa-secondary-color,currentColor);opacity:.4;opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-primary{opacity:.4;opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-secondary{opacity:1;opacity:var(--fa-primary-opacity,1)}.svg-inline--fa mask .fa-primary,.svg-inline--fa mask .fa-secondary{fill:#000}.fad.fa-inverse{color:#fff}\";\n\n function css () {\n var dfp = DEFAULT_FAMILY_PREFIX;\n var drc = DEFAULT_REPLACEMENT_CLASS;\n var fp = config.familyPrefix;\n var rc = config.replacementClass;\n var s = baseStyles;\n\n if (fp !== dfp || rc !== drc) {\n var dPatt = new RegExp(\"\\\\.\".concat(dfp, \"\\\\-\"), 'g');\n var customPropPatt = new RegExp(\"\\\\--\".concat(dfp, \"\\\\-\"), 'g');\n var rPatt = new RegExp(\"\\\\.\".concat(drc), 'g');\n s = s.replace(dPatt, \".\".concat(fp, \"-\")).replace(customPropPatt, \"--\".concat(fp, \"-\")).replace(rPatt, \".\".concat(rc));\n }\n\n return s;\n }\n\n var Library =\n /*#__PURE__*/\n function () {\n function Library() {\n _classCallCheck(this, Library);\n\n this.definitions = {};\n }\n\n _createClass(Library, [{\n key: \"add\",\n value: function add() {\n var _this = this;\n\n for (var _len = arguments.length, definitions = new Array(_len), _key = 0; _key < _len; _key++) {\n definitions[_key] = arguments[_key];\n }\n\n var additions = definitions.reduce(this._pullDefinitions, {});\n Object.keys(additions).forEach(function (key) {\n _this.definitions[key] = _objectSpread({}, _this.definitions[key] || {}, additions[key]);\n defineIcons(key, additions[key]);\n build();\n });\n }\n }, {\n key: \"reset\",\n value: function reset() {\n this.definitions = {};\n }\n }, {\n key: \"_pullDefinitions\",\n value: function _pullDefinitions(additions, definition) {\n var normalized = definition.prefix && definition.iconName && definition.icon ? {\n 0: definition\n } : definition;\n Object.keys(normalized).map(function (key) {\n var _normalized$key = normalized[key],\n prefix = _normalized$key.prefix,\n iconName = _normalized$key.iconName,\n icon = _normalized$key.icon;\n if (!additions[prefix]) additions[prefix] = {};\n additions[prefix][iconName] = icon;\n });\n return additions;\n }\n }]);\n\n return Library;\n }();\n\n function ensureCss() {\n if (config.autoAddCss && !_cssInserted) {\n insertCss(css());\n\n _cssInserted = true;\n }\n }\n\n function apiObject(val, abstractCreator) {\n Object.defineProperty(val, 'abstract', {\n get: abstractCreator\n });\n Object.defineProperty(val, 'html', {\n get: function get() {\n return val.abstract.map(function (a) {\n return toHtml(a);\n });\n }\n });\n Object.defineProperty(val, 'node', {\n get: function get() {\n if (!IS_DOM) return;\n var container = DOCUMENT.createElement('div');\n container.innerHTML = val.html;\n return container.children;\n }\n });\n return val;\n }\n\n function findIconDefinition(iconLookup) {\n var _iconLookup$prefix = iconLookup.prefix,\n prefix = _iconLookup$prefix === void 0 ? 'fa' : _iconLookup$prefix,\n iconName = iconLookup.iconName;\n if (!iconName) return;\n return iconFromMapping(library.definitions, prefix, iconName) || iconFromMapping(namespace.styles, prefix, iconName);\n }\n\n function resolveIcons(next) {\n return function (maybeIconDefinition) {\n var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var iconDefinition = (maybeIconDefinition || {}).icon ? maybeIconDefinition : findIconDefinition(maybeIconDefinition || {});\n var mask = params.mask;\n\n if (mask) {\n mask = (mask || {}).icon ? mask : findIconDefinition(mask || {});\n }\n\n return next(iconDefinition, _objectSpread({}, params, {\n mask: mask\n }));\n };\n }\n\n var library = new Library();\n var noAuto = function noAuto() {\n config.autoReplaceSvg = false;\n config.observeMutations = false;\n disconnect();\n };\n var _cssInserted = false;\n var dom = {\n i2svg: function i2svg() {\n var params = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n\n if (IS_DOM) {\n ensureCss();\n var _params$node = params.node,\n node = _params$node === void 0 ? DOCUMENT : _params$node,\n _params$callback = params.callback,\n callback = _params$callback === void 0 ? function () {} : _params$callback;\n\n if (config.searchPseudoElements) {\n searchPseudoElements(node);\n }\n\n return onTree(node, callback);\n } else {\n return picked.reject('Operation requires a DOM of some kind.');\n }\n },\n css: css,\n insertCss: function insertCss$$1() {\n if (!_cssInserted) {\n insertCss(css());\n\n _cssInserted = true;\n }\n },\n watch: function watch() {\n var params = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n var autoReplaceSvgRoot = params.autoReplaceSvgRoot,\n observeMutationsRoot = params.observeMutationsRoot;\n\n if (config.autoReplaceSvg === false) {\n config.autoReplaceSvg = true;\n }\n\n config.observeMutations = true;\n domready(function () {\n autoReplace({\n autoReplaceSvgRoot: autoReplaceSvgRoot\n });\n observe({\n treeCallback: onTree,\n nodeCallback: onNode,\n pseudoElementsCallback: searchPseudoElements,\n observeMutationsRoot: observeMutationsRoot\n });\n });\n }\n };\n var parse = {\n transform: function transform(transformString) {\n return parseTransformString(transformString);\n }\n };\n var icon = resolveIcons(function (iconDefinition) {\n var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var _params$transform = params.transform,\n transform = _params$transform === void 0 ? meaninglessTransform : _params$transform,\n _params$symbol = params.symbol,\n symbol = _params$symbol === void 0 ? false : _params$symbol,\n _params$mask = params.mask,\n mask = _params$mask === void 0 ? null : _params$mask,\n _params$maskId = params.maskId,\n maskId = _params$maskId === void 0 ? null : _params$maskId,\n _params$title = params.title,\n title = _params$title === void 0 ? null : _params$title,\n _params$titleId = params.titleId,\n titleId = _params$titleId === void 0 ? null : _params$titleId,\n _params$classes = params.classes,\n classes = _params$classes === void 0 ? [] : _params$classes,\n _params$attributes = params.attributes,\n attributes = _params$attributes === void 0 ? {} : _params$attributes,\n _params$styles = params.styles,\n styles = _params$styles === void 0 ? {} : _params$styles;\n if (!iconDefinition) return;\n var prefix = iconDefinition.prefix,\n iconName = iconDefinition.iconName,\n icon = iconDefinition.icon;\n return apiObject(_objectSpread({\n type: 'icon'\n }, iconDefinition), function () {\n ensureCss();\n\n if (config.autoA11y) {\n if (title) {\n attributes['aria-labelledby'] = \"\".concat(config.replacementClass, \"-title-\").concat(titleId || nextUniqueId());\n } else {\n attributes['aria-hidden'] = 'true';\n attributes['focusable'] = 'false';\n }\n }\n\n return makeInlineSvgAbstract({\n icons: {\n main: asFoundIcon(icon),\n mask: mask ? asFoundIcon(mask.icon) : {\n found: false,\n width: null,\n height: null,\n icon: {}\n }\n },\n prefix: prefix,\n iconName: iconName,\n transform: _objectSpread({}, meaninglessTransform, transform),\n symbol: symbol,\n title: title,\n maskId: maskId,\n titleId: titleId,\n extra: {\n attributes: attributes,\n styles: styles,\n classes: classes\n }\n });\n });\n });\n var text = function text(content) {\n var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var _params$transform2 = params.transform,\n transform = _params$transform2 === void 0 ? meaninglessTransform : _params$transform2,\n _params$title2 = params.title,\n title = _params$title2 === void 0 ? null : _params$title2,\n _params$classes2 = params.classes,\n classes = _params$classes2 === void 0 ? [] : _params$classes2,\n _params$attributes2 = params.attributes,\n attributes = _params$attributes2 === void 0 ? {} : _params$attributes2,\n _params$styles2 = params.styles,\n styles = _params$styles2 === void 0 ? {} : _params$styles2;\n return apiObject({\n type: 'text',\n content: content\n }, function () {\n ensureCss();\n return makeLayersTextAbstract({\n content: content,\n transform: _objectSpread({}, meaninglessTransform, transform),\n title: title,\n extra: {\n attributes: attributes,\n styles: styles,\n classes: [\"\".concat(config.familyPrefix, \"-layers-text\")].concat(_toConsumableArray(classes))\n }\n });\n });\n };\n var counter = function counter(content) {\n var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var _params$title3 = params.title,\n title = _params$title3 === void 0 ? null : _params$title3,\n _params$classes3 = params.classes,\n classes = _params$classes3 === void 0 ? [] : _params$classes3,\n _params$attributes3 = params.attributes,\n attributes = _params$attributes3 === void 0 ? {} : _params$attributes3,\n _params$styles3 = params.styles,\n styles = _params$styles3 === void 0 ? {} : _params$styles3;\n return apiObject({\n type: 'counter',\n content: content\n }, function () {\n ensureCss();\n return makeLayersCounterAbstract({\n content: content.toString(),\n title: title,\n extra: {\n attributes: attributes,\n styles: styles,\n classes: [\"\".concat(config.familyPrefix, \"-layers-counter\")].concat(_toConsumableArray(classes))\n }\n });\n });\n };\n var layer = function layer(assembler) {\n var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n var _params$classes4 = params.classes,\n classes = _params$classes4 === void 0 ? [] : _params$classes4;\n return apiObject({\n type: 'layer'\n }, function () {\n ensureCss();\n var children = [];\n assembler(function (args) {\n Array.isArray(args) ? args.map(function (a) {\n children = children.concat(a.abstract);\n }) : children = children.concat(args.abstract);\n });\n return [{\n tag: 'span',\n attributes: {\n class: [\"\".concat(config.familyPrefix, \"-layers\")].concat(_toConsumableArray(classes)).join(' ')\n },\n children: children\n }];\n });\n };\n var api = {\n noAuto: noAuto,\n config: config,\n dom: dom,\n library: library,\n parse: parse,\n findIconDefinition: findIconDefinition,\n icon: icon,\n text: text,\n counter: counter,\n layer: layer,\n toHtml: toHtml\n };\n\n var autoReplace = function autoReplace() {\n var params = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n var _params$autoReplaceSv = params.autoReplaceSvgRoot,\n autoReplaceSvgRoot = _params$autoReplaceSv === void 0 ? DOCUMENT : _params$autoReplaceSv;\n if ((Object.keys(namespace.styles).length > 0 || config.autoFetchSvg) && IS_DOM && config.autoReplaceSvg) api.dom.i2svg({\n node: autoReplaceSvgRoot\n });\n };\n\n function bootstrap() {\n if (IS_BROWSER) {\n if (!WINDOW.FontAwesome) {\n WINDOW.FontAwesome = api;\n }\n\n domready(function () {\n autoReplace();\n observe({\n treeCallback: onTree,\n nodeCallback: onNode,\n pseudoElementsCallback: searchPseudoElements\n });\n });\n }\n\n namespace.hooks = _objectSpread({}, namespace.hooks, {\n addPack: function addPack(prefix, icons) {\n namespace.styles[prefix] = _objectSpread({}, namespace.styles[prefix] || {}, icons);\n build();\n autoReplace();\n },\n addShims: function addShims(shims) {\n var _namespace$shims;\n\n (_namespace$shims = namespace.shims).push.apply(_namespace$shims, _toConsumableArray(shims));\n\n build();\n autoReplace();\n }\n });\n }\n\n bunker(bootstrap);\n\n}());\n","/**\n * ==============================\n * Debug\n * ==============================\n */\n\n/* eslint no-console: \"off\" */\n\n/**\n * List of Log Levels available.\n */\nexport const DebugLevel = {\n\tNONE: 0,\n\tERROR: 1,\n\tWARNING: 2,\n\tINFO: 3,\n\tDEBUG: 4,\n\tALL: 5\n};\n\n/**\n * This class acts as a proxy for the console. It shares the same methods as the\n * web console but they are conditioned to a debug level.\n *\n * @class\n */\nexport class Debug {\n\n\t/**\n\t * @static level - Set the log level\n\t *\n\t * @param {DebugLevel} level The debug level to use\n\t *\n\t * @return {void}\n\t */\n\tstatic level (level) {\n\t\tif (typeof level === 'number') {\n\t\t\tthis._level = level;\n\t\t}\n\t\treturn this._level;\n\t}\n\n\t/**\n\t * @static log - Log the given elements.\n\t *\n\t * Logs will only be made if the level is set to DEBUG or above\n\t *\n\t * @param {...any} args\n\t *\n\t * @return {void}\n\t */\n\tstatic log (...args) {\n\t\tif (this.level () >= DebugLevel.DEBUG) {\n\t\t\tconsole.log (...args);\n\t\t}\n\t}\n\n\t/**\n\t * @static debug - Show a debugging log\n\t *\n\t * Logs will only be made if the level is set DEBUG or above\n\t *\n\t * @param {...any} args\n\t *\n\t * @return {void}\n\t */\n\tstatic debug (...args) {\n\t\tif (this.level () >= DebugLevel.DEBUG) {\n\t\t\tconsole.debug (...args);\n\t\t}\n\t}\n\n\t/**\n\t * @static info - Show an info log\n\t *\n\t * Logs will only be made if the level is set to INFO or above\n\t *\n\t * @param {...any} args\n\t *\n\t * @return {void}\n\t */\n\tstatic info (...args) {\n\t\tif (this.level () >= DebugLevel.INFO) {\n\t\t\tconsole.info (...args);\n\t\t}\n\t}\n\n\t/**\n\t * @static error - Show an error log\n\t *\n\t * Logs will only be made if the level is set to ERROR or above\n\t *\n\t * @param {...any} args\n\t *\n\t * @return {void}\n\t */\n\tstatic error (...args) {\n\t\tif (this.level () >= DebugLevel.ERROR) {\n\t\t\tconsole.error (...args);\n\t\t}\n\t}\n\n\t/**\n\t * @static warning - Show an warning log\n\t *\n\t * Logs will only be made if the level is set to WARNING or above\n\t *\n\t * @param {...any} args\n\t *\n\t * @return {void}\n\t */\n\tstatic warning (...args) {\n\t\tif (this.level () >= DebugLevel.WARNING) {\n\t\t\tconsole.warn (...args);\n\t\t}\n\t}\n\n\t/**\n\t * @static table - Show data as a table\n\t *\n\t * Table will only be made if the level is set to DEBUG or above\n\t *\n\t * @param {...any} args\n\t *\n\t * @return {void}\n\t */\n\tstatic table (...args) {\n\t\tif (this.level () >= DebugLevel.DEBUG) {\n\t\t\tconsole.table (...args);\n\t\t}\n\t}\n\n\t/**\n\t * @static group - Start an indented group\n\t *\n\t * @param {...any} args\n\t *\n\t * @return {void}\n\t */\n\tstatic group (...args) {\n\t\tif (this.level () >= DebugLevel.DEBUG) {\n\t\t\tconsole.group (...args);\n\t\t}\n\t}\n\n\t/**\n\t * @static groupCollapsed - Start an indented group collapsed by default\n\t *\n\t * @param {...any} args\n\t *\n\t * @return {void}\n\t */\n\tstatic groupCollapsed (...args) {\n\t\tif (this.level () >= DebugLevel.DEBUG) {\n\t\t\tconsole.groupCollapsed (...args);\n\t\t}\n\t}\n\n\t/**\n\t * @static groupEnd - End a previously started group\n\t *\n\t * @param {...any} args\n\t *\n\t * @return {void}\n\t */\n\tstatic groupEnd (...args) {\n\t\tif (this.level () >= DebugLevel.DEBUG) {\n\t\t\tconsole.groupEnd (...args);\n\t\t}\n\t}\n\n\t/**\n\t * @static time - Start a timer\n\t *\n\t * The timer will only start if the level is set to DEBUG or above\n\t *\n\t * @param {...any} args\n\t *\n\t * @return {void}\n\t */\n\tstatic time (...args) {\n\t\tif (this.level () >= DebugLevel.DEBUG) {\n\t\t\tconsole.time (...args);\n\t\t}\n\t}\n\n\t/**\n\t * @static timeLog - Log the time a timer has been running for\n\t *\n\t * The time will only be logged if the level is set to DEBUG or above\n\t *\n\t * @param {...any} args\n\t *\n\t * @return {void}\n\t */\n\tstatic timeLog (...args) {\n\t\tif (this.level () >= DebugLevel.DEBUG) {\n\t\t\tconsole.timeLog (...args);\n\t\t}\n\t}\n\n\t/**\n\t * @static timeEnd - End a timer\n\t *\n\t * The timer will only be available if the level is set to DEBUG or above\n\t *\n\t * @param {...any} args\n\t *\n\t * @return {void}\n\t */\n\tstatic timeEnd (...args) {\n\t\tif (this.level () >= DebugLevel.DEBUG) {\n\t\t\tconsole.timeEnd (...args);\n\t\t}\n\t}\n\n\t/**\n\t * @static trace - Show the stack trace\n\t *\n\t * The stack trace will only be available if the level is set to DEBUG or above\n\t *\n\t * @param {...any} args\n\t *\n\t * @return {void}\n\t */\n\tstatic trace (...args) {\n\t\tif (this.level () >= DebugLevel.DEBUG) {\n\t\t\tconsole.trace (...args);\n\t\t}\n\t}\n}\n\nDebug._level = DebugLevel.NONE;","/**\n * ==============================\n * DOM\n * ==============================\n */\n\n/**\n * Simple DOM manipulation functions\n *\n * @class\n */\nexport class DOM {\n\n\t/**\n\t * Create a new DOM object\n\t *\n\t * @constructor\n\t * @param {string|Object|array} selector - Selector or DOM element to use\n\t * @return {DOM} - New instance of DOM\n\t */\n\tconstructor (selector) {\n\n\t\tif (selector === null) {\n\t\t\tthis.collection = [];\n\t\t\tthis.length = 0;\n\t\t\treturn;\n\t\t}\n\n\t\tif (typeof selector == 'string') {\n\t\t\tthis.collection = document.querySelectorAll (selector);\n\t\t\tthis.length = this.collection.length;\n\t\t\tthis._selector = selector;\n\t\t} else if (selector instanceof NodeList) {\n\t\t\tthis.collection = selector;\n\t\t\tthis.length = selector.length;\n\t\t\tthis._selector = selector;\n\t\t} else if (selector instanceof DOM) {\n\t\t\tthis.collection = selector.collection;\n\t\t\tthis.length = this.collection.length;\n\t\t\tthis._selector = selector._selector;\n\t\t} else if (selector instanceof HTMLElement) {\n\t\t\tthis.collection = [selector];\n\t\t\tthis.length = this.collection.length;\n\t\t\tthis._selector = selector;\n\t\t} else if (typeof selector == 'object') {\n\t\t\tif (selector.length >= 1) {\n\t\t\t\tthis.collection = selector;\n\t\t\t} else {\n\t\t\t\tthis.collection = [selector];\n\t\t\t}\n\t\t\tthis.length = this.collection.length;\n\t\t\tthis._selector = selector;\n\t\t} else {\n\t\t\treturn undefined;\n\t\t}\n\n\t}\n\n\t/**\n\t * Hide elements by setting their `display` property to 'none'.\n\t */\n\thide () {\n\t\tfor (const element of this.collection) {\n\t\t\telement.style.display = 'none';\n\t\t}\n\t}\n\n\t/**\n\t * Show elements by setting their `display` property to the given value.\n\t *\n\t * @param {string} [display='block'] - Display property to set\n\t */\n\tshow (display = 'block') {\n\t\tfor (const element of this.collection) {\n\t\t\telement.style.display = display;\n\t\t}\n\t}\n\n\t/**\n\t * Add a class to the classList object\n\t *\n\t * @param {string} newClass - Class name to add\n\t */\n\taddClass (newClass) {\n\t\tfor (const element of this.collection) {\n\t\t\telement.classList.add (newClass);\n\t\t}\n\t}\n\n\t/**\n\t * Remove a given class from the classList object\n\t *\n\t * @param {string} [oldClass=null] - Class to remove. If it's empty or null,\n\t * all classes will be removed\n\t */\n\tremoveClass (oldClass = null) {\n\t\tif (oldClass !== null) {\n\t\t\tfor (const element of this.collection) {\n\t\t\t\telement.classList.remove (oldClass);\n\t\t\t}\n\t\t} else {\n\t\t\tfor (const element of this.collection) {\n\t\t\t\twhile (element.classList.length > 0) {\n\t\t\t\t\telement.classList.remove (element.classList.item (0));\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t/**\n\t * Toggle between two classes\n\t *\n\t * @param {string} classes - Space separated class names\n\t */\n\ttoggleClass (classes) {\n\t\tclasses = classes.split (' ');\n\t\tfor (const element of this.collection) {\n\t\t\tfor (let j = 0; j < classes.length; j++) {\n\t\t\t\telement.classList.toggle (classes[j]);\n\t\t\t}\n\t\t}\n\t}\n\n\t/**\n\t * Check if the first element matching the selector has the given class\n\t *\n\t * @param {string} classToCheck - Class name to check for\n\t * @return {boolean} - Whether the class is present or not\n\t */\n\thasClass (classToCheck) {\n\t\tfor (const element of this.collection) {\n\t\t\tif (!element.classList.contains (classToCheck)) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t}\n\t\treturn true;\n\t}\n\n\t/**\n\t * Get or set the value from the first element matching the selector\n\t *\n\t * @param {string} value - Value to set to the element.\n\t * @return {string} - If no value was provided, this returns the value of the\n\t * element instead of setting it\n\t */\n\tvalue (value) {\n\t\tif (typeof value !== 'undefined') {\n\t\t\tfor (const element of this.collection) {\n\t\t\t\telement.value = value;\n\t\t\t}\n\t\t} else {\n\t\t\tif (this.length > 0) {\n\t\t\t\treturn this.collection[0].value;\n\t\t\t}\n\t\t}\n\t}\n\n\t/**\n\t * Focus on the first element matching the selector\n\t */\n\tfocus () {\n\t\tif (this.length > 0) {\n\t\t\tthis.collection[0].focus ();\n\t\t}\n\t}\n\n\t/**\n\t * Add a callback for the 'click' event on every element matching the selector\n\t *\n\t * @param {function} callback - Callback function to run when the event is triggered\n\t */\n\tclick (callback) {\n\t\tfor (const element of this.collection) {\n\t\t\telement.addEventListener ('click', callback, false);\n\t\t}\n\t}\n\n\t/**\n\t * Add a callback for the 'keyup' event on every element matching the selector\n\t *\n\t * @param {function} callback - Callback function to run when the event is triggered\n\t */\n\tkeyup (callback) {\n\t\tfor (const element of this.collection) {\n\t\t\telement.addEventListener ('keyup', callback, false);\n\t\t}\n\t}\n\n\t/**\n\t * Add a callback for the 'keydown' event on every element matching the selector\n\t *\n\t * @param {function} callback - Callback function to run when the event is triggered\n\t */\n\tkeydown (callback) {\n\t\tfor (const element of this.collection) {\n\t\t\telement.addEventListener ('keydown', callback, false);\n\t\t}\n\t}\n\n\t/**\n\t * Add a callback for the 'submit' event on every element matching the selector\n\t *\n\t * @param {function} callback - Callback function to run when the event is triggered\n\t */\n\tsubmit (callback) {\n\t\tfor (const element of this.collection) {\n\t\t\telement.addEventListener ('submit', callback, false);\n\t\t}\n\t}\n\n\t/**\n\t * Add a callback for the 'change' event on every element matching the selector\n\t *\n\t * @param {function} callback - Callback function to run when the event is triggered\n\t */\n\tchange (callback) {\n\t\tfor (const element of this.collection) {\n\t\t\telement.addEventListener ('change', callback, false);\n\t\t}\n\t}\n\n\t/**\n\t * Add a callback for the 'scroll' event on every element matching the selector\n\t *\n\t * @param {function} callback - Callback function to run when the event is triggered\n\t */\n\tscroll (callback) {\n\t\tfor (const element of this.collection) {\n\t\t\telement.addEventListener ('scroll', callback, false);\n\t\t}\n\t}\n\n\t/**\n\t * Add a callback function to a given event\n\t *\n\t * @param {string} event - Event to add the listener to\n\t * @param {string} target - Target element on which to detect the event\n\t * @param {function} callback - Callback function to run when the event is triggered\n\t */\n\ton (event, target, callback) {\n\t\tevent = event.split(' ');\n\t\tfor (const element of this.collection) {\n\t\t\tfor (let j = 0; j < event.length; j++) {\n\n\t\t\t\t// Check if no target was defined and just a function was provided\n\t\t\t\tif (typeof target === 'function') {\n\t\t\t\t\telement.addEventListener(event[j], target, false);\n\t\t\t\t} else if (typeof target === 'string' && typeof callback === 'function') {\n\t\t\t\t\telement.addEventListener(event[j], (e) => {\n\t\t\t\t\t\tif (!e.target) {\n\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tconst targetElement = $_(e.target).closestParent (target, this._selector);\n\n\t\t\t\t\t\tif (targetElement.exists ()) {\n\t\t\t\t\t\t\tcallback.call (targetElement.get (0), e);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t}\n\t\t\t\t\t}, false);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t/**\n\t * Filter from the current collection to only those matching the new selector\n\t *\n\t * @param {string} element - Selector to filter the collection with\n\t * @return {DOM} - New DOM instance with the filtered collection\n\t */\n\tfilter (selector) {\n\t\tif (this.length > 0) {\n\t\t\treturn new DOM (this.collection[0].querySelector (selector));\n\t\t}\n\n\t\treturn new DOM (null);\n\t}\n\n\t/**\n\t * Check if there are any elements that match the selector.\n\t *\n\t * @return {boolean} - Whether elements matching the selector existed or not\n\t */\n\texists () {\n\t\treturn this.length > 0;\n\t}\n\n\t/**\n\t * Get or set a `data` property\n\t *\n\t * @param {string} name - Name of the data property\n\t * @param {string} [value] - Value of the property\n\t * @return {string} - If no value is set, this function returns it's current value\n\t */\n\tdata (name, value) {\n\t\tif (typeof value !== 'undefined') {\n\t\t\tfor (const element of this.collection) {\n\t\t\t\telement.dataset[name] = value;\n\t\t\t}\n\t\t} else {\n\t\t\tif (this.length > 0) {\n\t\t\t\treturn this.collection[0].dataset[name];\n\t\t\t}\n\t\t}\n\t}\n\n\t/**\n\t * Remove a data property from all the elements on the collection given its\n\t * name.\n\t *\n\t * @param {string} name - Name of the data property to remove\n\t *\n\t * @return {void}\n\t */\n\tremoveData (name) {\n\t\tfor (const element of this.collection) {\n\t\t\tdelete element.dataset[name];\n\t\t}\n\t}\n\n\t/**\n\t * Get or set the text of the first element matching the selector\n\t *\n\t * @param {string} [value] - Value to set the text to\n\t * @return {type} - If no value is present, this function returns its the\n\t * element's current text.\n\t */\n\ttext (value) {\n\t\tif (typeof value !== 'undefined') {\n\t\t\tfor (const element of this.collection) {\n\t\t\t\telement.textContent = value;\n\t\t\t}\n\t\t} else {\n\t\t\tif (this.length > 0) {\n\t\t\t\treturn this.collection[0].textContent;\n\t\t\t}\n\t\t}\n\t}\n\n\t/**\n\t * Get or set the inner HTML of the first element matching the selector\n\t *\n\t * @param {string} [value] - Value to set the HTML to\n\t * @return {type} - If no value is present, this function returns its the\n\t * element's current HTML.\n\t */\n\thtml (value) {\n\t\tif (typeof value !== 'undefined') {\n\t\t\tfor (const element of this.collection) {\n\t\t\t\telement.innerHTML = value;\n\t\t\t}\n\t\t} else {\n\t\t\tif (this.length > 0) {\n\t\t\t\treturn this.collection[0].innerHTML;\n\t\t\t}\n\t\t}\n\t}\n\n\t/**\n\t * Append an element to the first element matching the selector\n\t *\n\t * @param {string} element - String representation of the element to add\n\t */\n\tappend (element) {\n\t\tif (this.length > 0) {\n\t\t\tif (typeof element === 'string') {\n\t\t\t\tconst div = document.createElement ('div');\n\t\t\t\tif (typeof element === 'string') {\n\t\t\t\t\tdiv.innerHTML = element.trim ();\n\t\t\t\t} else {\n\t\t\t\t\tdiv.innerHTML = element;\n\t\t\t\t}\n\t\t\t\tthis.collection[0].appendChild (div.firstChild);\n\t\t\t} else {\n\t\t\t\tthis.collection[0].appendChild (element);\n\t\t\t}\n\t\t}\n\t}\n\n\t/**\n\t * Prepend an element to the first element matching the selector\n\t *\n\t * @param {string} element - String representation of the element to add\n\t */\n\tprepend (element) {\n\t\tif (this.length > 0) {\n\t\t\tif (typeof element === 'string') {\n\t\t\t\tconst div = document.createElement ('div');\n\t\t\t\tif (typeof element === 'string') {\n\t\t\t\t\tdiv.innerHTML = element.trim ();\n\t\t\t\t} else {\n\t\t\t\t\tdiv.innerHTML = element;\n\t\t\t\t}\n\t\t\t\tif (this.collection[0].childNodes.length > 0) {\n\t\t\t\t\tthis.collection[0].insertBefore (div.firstChild, this.collection[0].childNodes[0]);\n\t\t\t\t} else {\n\t\t\t\t\tthis.collection[0].appendChild (div.firstChild);\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tif (this.collection[0].childNodes.length > 0) {\n\t\t\t\t\tthis.collection[0].insertBefore (element, this.collection[0].childNodes[0]);\n\t\t\t\t} else {\n\t\t\t\t\tthis.collection[0].appendChild (element);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t/**\n\t * Iterate over the collection of elements matching the selector\n\t *\n\t * @param {function} callback - Callback to run for every element\n\t */\n\teach (callback) {\n\t\tfor (const element of this.collection) {\n\t\t\tcallback (element);\n\t\t}\n\t}\n\n\t/**\n\t * Get an element from the collection given it's index\n\t *\n\t * @param {int} index - Index of the element to retrieve\n\t * @return {HTMLElement} - HTML Element in the position indicated by the index\n\t */\n\tget (index) {\n\t\treturn this.collection[index];\n\t}\n\n\t/**\n\t * Get the first element in the collection\n\t *\n\t * @return {DOM} - DOM instance with the first element\n\t */\n\tfirst () {\n\t\tif (this.length > 0) {\n\t\t\treturn new DOM (this.collection[0]);\n\t\t}\n\n\t\treturn new DOM (null);\n\t}\n\n\t/**\n\t * Get the last element in the collection\n\t *\n\t * @return {DOM} - DOM instance with the last element\n\t */\n\tlast () {\n\t\tif (this.length > 0) {\n\t\t\treturn new DOM (this.collection[this.collection.length - 1]);\n\t\t}\n\n\t\treturn new DOM (null);\n\t}\n\n\t/**\n\t * Check if the elements in the collection are visible by checking their\n\t * display, offsetWidth and offsetHeight properties\n\t *\n\t * @return {boolean} - Whether the elements are visible or not\n\t */\n\tisVisible () {\n\t\tfor (const element of this.collection) {\n\t\t\tif (element.display != 'none' && element.offsetWidth > 0 && element.offsetHeight > 0) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\t\treturn false;\n\t}\n\n\t/**\n\t * Get the parent of the first element matching the selector\n\t *\n\t * @return {DOM} - DOM instance of the parent element\n\t */\n\tparent () {\n\t\tif (this.length > 0) {\n\t\t\treturn new DOM (this.collection[0].parentElement);\n\t\t}\n\n\t\treturn new DOM (null);\n\t}\n\n\t/**\n\t * Find an element that matches the given selector in the first element of the collection\n\t *\n\t * @param {string} selector - Selector to find the element with\n\t * @return {DOM} - Aegis instance with the element if found\n\t */\n\tfind (selector) {\n\t\tif (this.length > 0) {\n\t\t\treturn new DOM (this.collection[0].querySelectorAll (selector));\n\t\t}\n\n\t\treturn new DOM (null);\n\t}\n\n\t/**\n\t * Get the top and left offsets of the first element matching the selector\n\t *\n\t * @return {Object} - Object with `top` and `left` offsets\n\t */\n\toffset () {\n\t\tif (this.length > 0) {\n\t\t\tconst rect = this.collection[0].getBoundingClientRect ();\n\t\t\treturn {\n\t\t\t\ttop: rect.top + document.body.scrollTop,\n\t\t\t\tleft: rect.left + document.body.scrollLeft\n\t\t\t};\n\t\t}\n\t}\n\n\t/**\n\t * Find the closest element matching the given selector. This bubbles up\n\t * from the initial object and then follows to its parents.\n\t *\n\t * @param {string} selector - Selector to match the closest element with\n\t * @return {DOM} - DOM instance with the closest HTML element matching the selector\n\t */\n\tclosest (selector) {\n\t\tlet found = null;\n\t\tlet element = this;\n\t\twhile (element.exists () && found === null) {\n\t\t\t// Check if the current element matches the selector\n\t\t\tconst matches = element.matches (selector);\n\n\t\t\tif (matches === true) {\n\t\t\t\treturn element;\n\t\t\t}\n\n\t\t\tconst search = element.find (selector);\n\t\t\tif (search) {\n\t\t\t\tif (search.length > 0) {\n\t\t\t\t\tfound = search;\n\t\t\t\t}\n\t\t\t}\n\t\t\telement = element.parent ();\n\t\t}\n\n\t\tif (found !== null) {\n\t\t\treturn found;\n\t\t}\n\n\t\treturn element;\n\t}\n\n\tclosestParent (selector, limit) {\n\t\tlet element = this;\n\t\twhile (element.exists ()) {\n\n\t\t\t// Check if the current element matches the selector\n\t\t\tconst matches = element.matches (selector);\n\n\t\t\tif (matches === true) {\n\t\t\t\treturn element;\n\t\t\t}\n\n\t\t\tif (typeof limit === 'string') {\n\t\t\t\tif (element.matches (limit)) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\telement = element.parent ();\n\t\t}\n\n\t\treturn new DOM (null);\n\t}\n\n\t/**\n\t * Get or set the value of a given attribute\n\t *\n\t * @param {string} attribute - Attribute's name\n\t * @param {string|Number} [value] - Value to set the attribute to\n\t * @return {type} - If no value is provided, this function returns the current\n\t * value of the provided attribute\n\t */\n\tattribute (attribute, value) {\n\t\tif (typeof value !== 'undefined') {\n\t\t\tfor (const element of this.collection) {\n\t\t\t\telement.setAttribute (attribute, value);\n\t\t\t}\n\t\t} else {\n\t\t\tif (this.length > 0) {\n\t\t\t\treturn this.collection[0].getAttribute (attribute);\n\t\t\t}\n\t\t}\n\t}\n\n\t/**\n\t * Check whether an element has an attribute or not\n\t *\n\t * @param {string} attribute - The name of the attribute to check existance for\n\t * @returns {boolean} - Whether or not the attribute is present\n\t */\n\thasAttribute (attribute) {\n\t\tfor (const element of this.collection) {\n\t\t\tif (!element.hasAttribute (attribute)) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t}\n\t\treturn true;\n\t}\n\n\t/**\n\t * Insert content to the `after` property of an element\n\t *\n\t * @param {string} content - String representation of the content to add\n\t */\n\tafter (content) {\n\t\tfor (const element of this.collection) {\n\t\t\telement.insertAdjacentHTML ('afterend', content);\n\t\t}\n\t}\n\n\t/**\n\t * Insert content to the `before` property of an element\n\t *\n\t * @param {string} content - String representation of the content to add\n\t */\n\tbefore (content) {\n\t\tfor (const element of this.collection) {\n\t\t\telement.insertAdjacentHTML ('beforebegin', content);\n\t\t}\n\t}\n\n\t/**\n\t * Get or modify the `style` properties of the elements matching the selector\n\t *\n\t * @param {string|Object} properties - Properties to change or get. Can be\n\t * either an individual property or a JSON object with key-value pairs\n\t * @param {string} [value] - Value to set the property to when only changing\n\t * one property\n\t * @return {string} - If a property is given but not a value for it, this\n\t * function will return its current value\n\t */\n\tstyle (properties, value) {\n\t\tfor (let i = 0; i < this.collection.length; i++) {\n\t\t\tif (typeof properties === 'string' && value !== 'undefined') {\n\t\t\t\tthis.collection[i].style[properties] = value;\n\t\t\t} else if (typeof properties === 'string' && value === 'undefined') {\n\t\t\t\treturn this.collection[i].style[properties];\n\t\t\t} else if (typeof properties === 'object') {\n\t\t\t\tfor (const property in properties) {\n\t\t\t\t\tthis.collection[i].style[property] = properties[property];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t/**\n\t * Animate the given `style` properties on all elements in the collection in\n\t * with a given time duration\n\t *\n\t * @param {Object} style - JSON object with the key-value pairs of properties\n\t * to animate\n\t * @param {int} time - Time in milliseconds during which the properties will\n\t * be animated\n\t */\n\tanimate (style, time) {\n\t\tfor (let i = 0; i < this.collection.length; i++) {\n\t\t\tfor (const property in style) {\n\n\t\t\t\tconst start = new Date().getTime();\n\t\t\t\tconst collection = this.collection;\n\t\t\t\tlet timer;\n\t\t\t\tlet initialValue;\n\t\t\t\tif (typeof this.collection[i].style[property] !== 'undefined') {\n\t\t\t\t\tinitialValue = this.collection[i].style[property];\n\n\t\t\t\t\ttimer = setInterval (() => {\n\t\t\t\t\t\tconst step = Math.min (1, (new Date ().getTime () - start) / time);\n\n\t\t\t\t\t\tcollection[i].style[property] = (initialValue + step * (style[property] - initialValue));\n\n\t\t\t\t\t\tif (step == 1) {\n\t\t\t\t\t\t\tclearInterval (timer);\n\t\t\t\t\t\t}\n\t\t\t\t\t}, 25);\n\t\t\t\t\tthis.collection[i].style[property] = initialValue;\n\n\t\t\t\t} else if (typeof (this.collection[i])[property] !== 'undefined') {\n\t\t\t\t\tinitialValue = (this.collection[i])[property];\n\n\t\t\t\t\ttimer = setInterval(() => {\n\t\t\t\t\t\tconst step = Math.min (1, (new Date ().getTime () - start) / time);\n\n\t\t\t\t\t\t(collection[i])[property] = (initialValue + step * (style[property] - initialValue));\n\n\t\t\t\t\t\tif (step == 1) {\n\t\t\t\t\t\t\tclearInterval (timer);\n\t\t\t\t\t\t}\n\t\t\t\t\t}, 25);\n\t\t\t\t\t(this.collection[i])[property] = initialValue;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t/**\n\t * Use a fade in animation i the first element matching the selector\n\t *\n\t * @param {type} [time=400] - Time duration for the animation\n\t * @param {type} callback - Callback function to run once the animation is over\n\t */\n\tfadeIn (time = 400, callback) {\n\t\tif (this.length > 0) {\n\t\t\tconst element = this.collection[0];\n\t\t\telement.style.opacity = 0;\n\n\t\t\tlet last = +new Date();\n\n\t\t\tconst tick = () => {\n\t\t\t\telement.style.opacity = +element.style.opacity + (new Date() - last) / time;\n\t\t\t\tlast = +new Date();\n\n\t\t\t\tif (+element.style.opacity < 1) {\n\t\t\t\t\t(window.requestAnimationFrame && requestAnimationFrame(tick)) || setTimeout(tick, 16);\n\t\t\t\t} else {\n\t\t\t\t\tif (typeof callback === 'function') {\n\t\t\t\t\t\tcallback();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t};\n\n\t\t\ttick();\n\t\t}\n\t}\n\n\t/**\n\t * Use a fade out animation i the first element matching the selector\n\t *\n\t * @param {type} [time=400] - Time duration for the animation\n\t * @param {type} callback - Callback function to run once the animation is over\n\t */\n\tfadeOut (time = 400, callback) {\n\t\tif (this.length > 0) {\n\t\t\tlet last = +new Date ();\n\t\t\tconst element = this.collection[0];\n\t\t\tconst tick = () => {\n\t\t\t\telement.style.opacity = +element.style.opacity - (new Date() - last) / time;\n\t\t\t\tlast = +new Date ();\n\n\t\t\t\tif (+element.style.opacity > 0) {\n\t\t\t\t\t(window.requestAnimationFrame && requestAnimationFrame (tick)) || setTimeout(tick, 16);\n\t\t\t\t} else {\n\t\t\t\t\tif (typeof callback === 'function') {\n\t\t\t\t\t\tcallback ();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t};\n\t\t\ttick ();\n\t\t}\n\t}\n\n\t/**\tCheck if the first element in the collection matches a given selector\n\t *\n\t * @param {string} selector - Selector to match\n\t * @return {boolean} - Whether the element matches the selector or not\n\t */\n\tmatches (selector) {\n\t\tconst check = Element.prototype;\n\t\tconst polyfill = check.matches || check.webkitMatchesSelector || check.mozMatchesSelector || check.msMatchesSelector || function () {\n\t\t\treturn [].indexOf.call (document.querySelectorAll (selector), this) !== -1;\n\t\t};\n\n\t\tif (this.length > 0) {\n\t\t\treturn polyfill.call (this.collection[0], selector);\n\t\t}\n\n\t\treturn false;\n\t}\n\n\t/**\n\t * Remove all elements in the collection\n\t */\n\tremove () {\n\t\tfor (const element of this.collection) {\n\t\t\telement.parentNode.removeChild (element);\n\t\t}\n\t}\n\n\t/**\n\t * Replace the first element in the collection with a new one\n\t */\n\treplaceWith (newElement) {\n\t\tlet replaceElement = newElement;\n\n\t\tif (typeof newElement === 'string') {\n\t\t\tconst div = document.createElement ('div');\n\t\t\tdiv.innerHTML = newElement;\n\t\t\treplaceElement = div.firstChild;\n\t\t}\n\n\t\tfor (const element of this.collection) {\n\t\t\telement.parentElement.replaceChild (replaceElement, element);\n\t\t}\n\t}\n\n\t/**\n\t * Reset every element in the collection\n\t */\n\treset () {\n\t\tfor (const element of this.collection) {\n\t\t\telement.reset ();\n\t\t}\n\t}\n\n\t/**\n\t * Get or set a property for the first element in the collection\n\t *\n\t * @param {string} property - Property name to set or get\n\t * @param {string|Number} [value] - Value to set the property to\n\t * @return {string|Number} - If no value is provided, this function will return the\n\t * current value of the indicated property\n\t */\n\tproperty (property, value) {\n\t\tif (typeof value !== 'undefined') {\n\t\t\tfor (const element of this.collection) {\n\t\t\t\telement[property] = value;\n\t\t\t}\n\t\t} else {\n\t\t\tif (this.length > 0) {\n\t\t\t\treturn this.collection[0][property];\n\t\t\t}\n\t\t}\n\t}\n}\n\n/**\n * Simple wrapper function to use the DOM library\n *\n * @param {string|Object|array} selector - Selector or DOM element to use\n * @return {DOM} - DOM instance or class if no selector is used\n */\nexport function $_ (selector) {\n\tif (typeof selector !== 'undefined') {\n\t\treturn new DOM (selector);\n\t} else {\n\t\treturn DOM;\n\t}\n}\n\n/**\n * Utility function to attach the 'load' listener to the window\n *\n * @param {function} callback - Callback function to run when the window is ready\n */\nexport function $_ready (callback) {\n\twindow.addEventListener ('load', callback);\n}","/**\n* ==============================\n* Request\n* ==============================\n*/\n\n/**\n * Simple Wrapper for the fetch API, providing simple functions to handle requests\n *\n * @class\n */\nexport class Request {\n\n\t/**\n\t * @static serialize - Serialize an object of data into a URI encoded format\n\t *\n\t * @param {Object} data - Key-value object of data to serialize\n\t * @return {string} - Serialized Data\n\t */\n\tstatic serialize (data) {\n\t\treturn Object.keys (data).map ((key) => {\n\t\t\treturn encodeURIComponent (key) + '=' + encodeURIComponent (data[key]);\n\t\t}).join ('&');\n\t}\n\n\t/**\n\t * @static get - Make a GET request to a given URL with the provided data\n\t * parameters and an optional configuration object for the request.\n\t *\n\t * @param {string} url - URL to make the request to\n\t * @param {Object} [data = {}] - Parameters to send in the URL, represented\n\t * as a JSON object. These parameters will be sent as a query in the URL\n\t * @param {Object} [options = {}] - Options object for configurations you want\n\t * to use in the fetch () request made.\n\t * @return {Promise} - Resolves to the response of the request\n\t */\n\tstatic get (url, data = {}, options = {}) {\n\t\tconst query = Request.serialize (data);\n\n\t\t// Check if there is actually any data parameters and join them to the\n\t\t// url as query parameters\n\t\tif (query !== '') {\n\t\t\turl = `${url}?${query}`;\n\t\t}\n\n\t\treturn fetch (url, options);\n\t}\n\n\t/**\n\t * @static post - Make a POST request to a given URL with the provided data\n\t * and an optional configuration object for the request.\n\t *\n\t * @param {string} url - URL to make the request\n\t * @param {Object} [data = {}] - Set of data to send in the URL, represented\n\t * as a JSON object\n \t * @param {Object} [options = {}] - Options object for configurations you want\n\t * to use in the fetch () request made. The Content-Type header is used to\n\t * serialize data in the correct format and defaults to application/x-www-form-urlencoded\n\t * @return {Promise} - Resolves to the response of the request\n\t */\n\tstatic post (url, data, options = {}) {\n\t\tlet formData;\n\n\t\tif (typeof options.headers !== 'undefined') {\n\t\t\tconst contentType = options.headers['Content-Type'];\n\t\t\tif (typeof contentType !== 'undefined') {\n\t\t\t\tif (contentType == 'multipart/form-data') {\n\t\t\t\t\tformData = new FormData ();\n\t\t\t\t\tfor (const value in data) {\n\t\t\t\t\t\tformData.append (value, data[value]);\n\t\t\t\t\t}\n\t\t\t\t} else if (contentType == 'application/json') {\n\t\t\t\t\tformData = JSON.stringify (data);\n\t\t\t\t} else {\n\t\t\t\t\tformData = Request.serialize (data);\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tformData = Request.serialize (data);\n\t\t}\n\n\t\tconst props = Object.assign ({}, {\n\t\t\tmethod: 'POST',\n\t\t\theaders: {\n\t\t\t\t'Content-Type': 'application/x-www-form-urlencoded'\n\t\t\t},\n\t\t\tbody: formData\n\t\t}, options);\n\n\t\t// Delete the explicit multipart/form-data header to allow boundary automatic filling\n\t\tif (typeof props.headers !== 'undefined') {\n\t\t\tif (props.headers['Content-Type'] === 'multipart/form-data') {\n\t\t\t\tdelete props.headers['Content-Type'];\n\t\t\t}\n\t\t}\n\n\t\treturn fetch (url, props);\n\t}\n\n\t/**\n\t * @static put - Make a PUT request to a given URL with the provided data\n\t * and an optional configuration object for the request.\n\t *\n\t * @param {string} url - URL to make the request\n\t * @param {Object} [data = {}] - Set of data to send in the URL, represented\n\t * as a JSON object\n \t * @param {Object} [options = {}] - Options object for configurations you want\n\t * to use in the fetch () request made. The Content-Type header is used to\n\t * serialize data in the correct format and defaults to application/x-www-form-urlencoded\n\t * @return {Promise} - Resolves to the response of the request\n\t */\n\tstatic put (url, data, options = {}) {\n\t\treturn Request.post (url, data, Object.assign ({}, {method: 'PUT'}, options));\n\t}\n\n\t/**\n\t * @static delete - Make a DELETE request to a given URL with the provided data\n\t * and an optional configuration object for the request.\n\t *\n\t * @param {string} url - URL to make the request\n\t * @param {Object} [data = {}] - Parameters to send in the URL, represented\n\t * as a JSON object. These parameters will be sent as a query in the URL\n \t * @param {Object} [options = {}] - Options object for configurations you want\n\t * to use in the fetch () request made. The Content-Type header is used to\n\t * serialize data in the correct format and defaults to application/x-www-form-urlencoded\n\t * @return {Promise} - Resolves to the response of the request\n\t */\n\tstatic delete (url, data, options = {}) {\n\t\treturn Request.get (url, data, Object.assign ({}, {method: 'DELETE'}, options));\n\t}\n\n\t/**\n \t * @static json - Request a JSON object from a given URL through a GET request\n \t *\n \t * @param {string} url - URL to make the request to\n \t * @param {Object} [data = {}] - Parameters to send in the URL, represented\n \t * as a JSON object. These parameters will be sent as a query in the URL\n \t * @param {Object} [options = {}] - Options object for configurations you want\n \t * to use in the fetch () request made.\n \t * @return {Promise} - Resolves to the json object obtained from the request response\n \t */\n\tstatic json (url, data = {}, options = {}) {\n\t\treturn Request.get (url, data, options).then ((response) => {\n\t\t\treturn response.json ();\n\t\t});\n\t}\n\n\t/**\n \t * @static blob - Request a Blob from a given URL through a GET request\n \t *\n \t * @param {string} url - URL to make the request to\n \t * @param {Object} [data = {}] - Parameters to send in the URL, represented\n \t * as a JSON object. These parameters will be sent as a query in the URL\n \t * @param {Object} [options = {}] - Options object for configurations you want\n \t * to use in the fetch () request made.\n \t * @return {Promise} - Resolves to the blob obtained from the request response\n \t */\n\tstatic blob (url, data = {}, options = {}) {\n\t\treturn Request.get (url, data, options).then ((response) => {\n\t\t\treturn response.blob ();\n\t\t});\n\t}\n}","/**\n * ==============================\n * File System\n * ==============================\n */\n\nimport { Request } from './Request';\n\n/**\n * A simple class wrapper for the File and FileReader web API, while this class\n * doesn't actually provide acces to the host file system, it does provide useful\n * utilities for form file inputs and remote content loading.\n *\n * @class\n */\nexport class FileSystem {\n\n\n\t/**\n\t * @static readRemote - Read a file from a remote location given a URL. This\n\t * function will fetch the file blob using the Request class and then use the\n\t * read () function to read the blob in the format required.\n\t *\n\t * @param {type} url - URL to fetch the file from\n\t * @param {type} [type = 'base64'] - Type of data to be read, values can be\n\t * 'text', 'base64' and 'buffer'. This parameter is used for the read () function.\n\t * @param {Object} [props = {}] - Props to send to the Request object\n\t * @return {Promise} - Content of the file. The format\n\t * depends on the type parameter used.\n\t */\n\tstatic readRemote (url, type = 'base64', props = {}) {\n\t\treturn Request.blob (url, {}, props).then ((file) => {\n\t\t\treturn FileSystem.read (file, type);\n\t\t});\n\t}\n\n\t/**\n\t * @static read - Read a given File or Blob object.\n\t *\n\t * @param {File|Blob} file - File to read\n\t * @param {string} [type = 'text'] - Type of data to be read, values can be\n\t * 'text', 'base64' and 'buffer'.\n\t * @return {Promise} - Promise that resolves to\n\t * the Load event and content of the file. The format depends on the type\n\t * parameter used.\n\t */\n\tstatic read (file, type = 'text') {\n\t\treturn new Promise ((resolve, reject) => {\n\t\t\tconst reader = new FileReader ();\n\n\t\t\treader.onload = (event) => {\n\t\t\t\t// Pass down the event object and the content\n\t\t\t\tresolve (event, event.target.result);\n\t\t\t};\n\n\t\t\treader.onerror = (error) => {\n\t\t\t\treject (error);\n\t\t\t};\n\n\t\t\tif (type === 'base64') {\n\t\t\t\treader.readAsDataURL (file);\n\t\t\t} else if (type === 'buffer') {\n\t\t\t\treader.readAsArrayBuffer (file);\n\t\t\t} else {\n\t\t\t\treader.readAsText (file, 'UTF-8');\n\t\t\t}\n\t\t});\n\t}\n\n\t/**\n\t * @static create - Create a new File, this uses the File API and will note\n\t * actually create a file in the user's file system, however using it with\n\t * other features, that may be possible\n\t *\n\t * @param {string} file - Name of the file (Including extension)\n\t * @param {ArrayBuffer|ArrayBufferView|Blob|string} content - Content to save in the file\n\t * @param {string} [type = 'text/plain'] - Mime Type for the file\n\t * @return {Promise}\n\t */\n\tstatic create (name, content, type = 'text/plain') {\n\t\treturn Promise.resolve (new File ([content], name, {type}));\n\t}\n\n\t/**\n\t * @static extension - Returns the extension of a file given its file name.\n\t *\n\t * @param {string} name - Name or full path of the file\n\t * @return {string} - File extension without the leading dot (.)\n\t */\n\tstatic extension (name) {\n\t\treturn name.split ('.').pop ();\n\t}\n\n\t/**\n\t * @static isImage - Check if a file is an image by its extension.\n\t *\n\t * @param {string} name - Name or full path of the file\n\t * @return {boolean}\n\t */\n\tstatic isImage (name) {\n\t\tconst extensions = ['jpg', 'jpeg', 'png', 'gif', 'svg', 'webp', 'bmp'];\n\t\treturn extensions.indexOf (FileSystem.extension (name).toLowerCase ()) > -1;\n\t}\n\n}","/**\n* ==============================\n* Form\n* ==============================\n*/\n\nimport { $_ } from './DOM';\n\n/**\n * Utility class that provides simple function for filling and retrieving values\n * from froms. This class requires the use of the `data-form` attribute.\n *\n * @class\n */\nexport class Form {\n\n\t/**\n\t * @static fill - Fill a form's inputs with the given values. Each key in the\n\t * provided object must match the `name` attribute of the input to fill.\n\t *\n\t * @param {string} name - Form name. Must match the `data-form` attribute of the Form.\n\t * @param {Object} data - JSON object with key-value pairs to fill the inputs.\n\t */\n\tstatic fill (name, data) {\n\t\tfor (const field in data) {\n\t\t\tconst element = $_(`form[data-form='${name}'] [name='${field}']`).get (0);\n\t\t\tif (typeof element != 'undefined') {\n\t\t\t\tswitch (element.type) {\n\n\t\t\t\t\tcase 'file':\n\t\t\t\t\tcase 'file[]':\n\t\t\t\t\t\tbreak;\n\n\t\t\t\t\tdefault:\n\t\t\t\t\t\telement.value = data[field];\n\t\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\n\t\t}\n\t}\n\n\t/**\n\t * @static values - Get all the values from a form's input. The keys are mapped\n\t * using the `name` attribute of each input.\n\t *\n\t * @param {string} name - Form name. Must match the `data-form` attribute of the Form.\n\t * @return {Object} - Key-value JSON object\n\t */\n\tstatic values (name) {\n\t\tconst data = {};\n\t\t$_(`form[data-form='${name}'] [name]`).each ((element) => {\n\t\t\tlet value;\n\t\t\tswitch (element.type) {\n\t\t\t\tcase 'file[]':\n\t\t\t\t\tvalue = element.files;\n\t\t\t\t\tbreak;\n\t\t\t\tcase 'file':\n\t\t\t\t\tvalue = element.files[0];\n\t\t\t\t\tbreak;\n\t\t\t\tdefault:\n\t\t\t\t\tvalue = element.value;\n\t\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\tif (typeof value != 'undefined' && value !== null) {\n\t\t\t\tdata[element.name] = value;\n\t\t\t}\n\t\t});\n\n\t\treturn data;\n\t}\n}","// shim for using process in browser\nvar process = module.exports = {};\n\n// cached from whatever global is present so that test runners that stub it\n// don't break things. But we need to wrap it in a try catch in case it is\n// wrapped in strict mode code which doesn't define any globals. It's inside a\n// function because try/catches deoptimize in certain engines.\n\nvar cachedSetTimeout;\nvar cachedClearTimeout;\n\nfunction defaultSetTimout() {\n throw new Error('setTimeout has not been defined');\n}\nfunction defaultClearTimeout () {\n throw new Error('clearTimeout has not been defined');\n}\n(function () {\n try {\n if (typeof setTimeout === 'function') {\n cachedSetTimeout = setTimeout;\n } else {\n cachedSetTimeout = defaultSetTimout;\n }\n } catch (e) {\n cachedSetTimeout = defaultSetTimout;\n }\n try {\n if (typeof clearTimeout === 'function') {\n cachedClearTimeout = clearTimeout;\n } else {\n cachedClearTimeout = defaultClearTimeout;\n }\n } catch (e) {\n cachedClearTimeout = defaultClearTimeout;\n }\n} ())\nfunction runTimeout(fun) {\n if (cachedSetTimeout === setTimeout) {\n //normal enviroments in sane situations\n return setTimeout(fun, 0);\n }\n // if setTimeout wasn't available but was latter defined\n if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) {\n cachedSetTimeout = setTimeout;\n return setTimeout(fun, 0);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedSetTimeout(fun, 0);\n } catch(e){\n try {\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedSetTimeout.call(null, fun, 0);\n } catch(e){\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error\n return cachedSetTimeout.call(this, fun, 0);\n }\n }\n\n\n}\nfunction runClearTimeout(marker) {\n if (cachedClearTimeout === clearTimeout) {\n //normal enviroments in sane situations\n return clearTimeout(marker);\n }\n // if clearTimeout wasn't available but was latter defined\n if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) {\n cachedClearTimeout = clearTimeout;\n return clearTimeout(marker);\n }\n try {\n // when when somebody has screwed with setTimeout but no I.E. maddness\n return cachedClearTimeout(marker);\n } catch (e){\n try {\n // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n return cachedClearTimeout.call(null, marker);\n } catch (e){\n // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error.\n // Some versions of I.E. have different rules for clearTimeout vs setTimeout\n return cachedClearTimeout.call(this, marker);\n }\n }\n\n\n\n}\nvar queue = [];\nvar draining = false;\nvar currentQueue;\nvar queueIndex = -1;\n\nfunction cleanUpNextTick() {\n if (!draining || !currentQueue) {\n return;\n }\n draining = false;\n if (currentQueue.length) {\n queue = currentQueue.concat(queue);\n } else {\n queueIndex = -1;\n }\n if (queue.length) {\n drainQueue();\n }\n}\n\nfunction drainQueue() {\n if (draining) {\n return;\n }\n var timeout = runTimeout(cleanUpNextTick);\n draining = true;\n\n var len = queue.length;\n while(len) {\n currentQueue = queue;\n queue = [];\n while (++queueIndex < len) {\n if (currentQueue) {\n currentQueue[queueIndex].run();\n }\n }\n queueIndex = -1;\n len = queue.length;\n }\n currentQueue = null;\n draining = false;\n runClearTimeout(timeout);\n}\n\nprocess.nextTick = function (fun) {\n var args = new Array(arguments.length - 1);\n if (arguments.length > 1) {\n for (var i = 1; i < arguments.length; i++) {\n args[i - 1] = arguments[i];\n }\n }\n queue.push(new Item(fun, args));\n if (queue.length === 1 && !draining) {\n runTimeout(drainQueue);\n }\n};\n\n// v8 likes predictible objects\nfunction Item(fun, array) {\n this.fun = fun;\n this.array = array;\n}\nItem.prototype.run = function () {\n this.fun.apply(null, this.array);\n};\nprocess.title = 'browser';\nprocess.browser = true;\nprocess.env = {};\nprocess.argv = [];\nprocess.version = ''; // empty string to avoid regexp issues\nprocess.versions = {};\n\nfunction noop() {}\n\nprocess.on = noop;\nprocess.addListener = noop;\nprocess.once = noop;\nprocess.off = noop;\nprocess.removeListener = noop;\nprocess.removeAllListeners = noop;\nprocess.emit = noop;\nprocess.prependListener = noop;\nprocess.prependOnceListener = noop;\n\nprocess.listeners = function (name) { return [] }\n\nprocess.binding = function (name) {\n throw new Error('process.binding is not supported');\n};\n\nprocess.cwd = function () { return '/' };\nprocess.chdir = function (dir) {\n throw new Error('process.chdir is not supported');\n};\nprocess.umask = function() { return 0; };\n","/**\n* ==============================\n* Platform\n* ==============================\n*/\n\n/**\n * General checks for what kind of platform is the being used to run the app.\n * @class\n */\nexport class Platform {\n\n\t/**\n\t * Check if the screen has a retina pixel ratio\n\t * @returns {boolean}\n\t */\n\tstatic retina () {\n\t\treturn window.devicePixelRatio >= 2;\n\t}\n\n\t/**\n\t * Check if the device is on portrait orientation\n\t * @returns {boolean}\n\t */\n\tstatic portrait () {\n\t\treturn window.orientation === 0 || window.orientation === 180;\n\t}\n\n\t/**\n\t * Check if the device is on landscape orientation\n\t * @returns {boolean}\n\t */\n\tstatic landscape () {\n\t\treturn (window.orientation === 90 || window.orientation === -90);\n\t}\n\n\t/**\n\t * Get device Orientation\n\t * @returns {string} portrait | landscape\n\t */\n\tstatic orientation () {\n\t\treturn Platform.portrait () ? 'portrait' : 'landscape';\n\t}\n\n\t/**\n\t * Check if the app is running over Electron\n\t * @returns {boolean}\n\t */\n\tstatic electron () {\n\t\t// Renderer process\n\t\tif (typeof window !== 'undefined' && typeof window.process === 'object' && window.process.type === 'renderer') {\n\t\t\treturn true;\n\t\t}\n\n\t\t// Main process\n\t\tif (typeof process !== 'undefined' && typeof process.versions === 'object' && !!process.versions.electron) {\n\t\t\treturn true;\n\t\t}\n\n\t\t// Detect the user agent when the `nodeIntegration` option is set to true\n\t\tif (typeof navigator === 'object' && typeof navigator.userAgent === 'string' && navigator.userAgent.indexOf('Electron') > -1) {\n\t\t\treturn true;\n\t\t}\n\n\t\treturn false;\n\t}\n\n\t/**\n\t * Check if the app is running over Cordova\n\t * @returns {boolean}\n\t */\n\tstatic cordova () {\n\t\treturn !!window.cordova;\n\t}\n\n\t/**\n\t * Check if the app is running in a desktop platform\n\t * @returns {boolean}\n\t */\n\tstatic desktop (platform = 'Any') {\n\t\tlet match = false;\n\t\tswitch (platform) {\n\t\t\tcase 'Windows':\n\t\t\t\tmatch = navigator.platform.includes ('Win');\n\t\t\t\tbreak;\n\n\t\t\tcase 'macOS':\n\t\t\t\tmatch = navigator.platform.includes ('Mac');\n\t\t\t\tbreak;\n\n\t\t\tcase 'Linux':\n\t\t\t\tmatch = navigator.platform.includes ('Linux');\n\t\t\t\tbreak;\n\n\t\t\tcase 'FreeBSD':\n\t\t\t\tmatch = navigator.platform.includes ('FreeBSD');\n\t\t\t\tbreak;\n\n\t\t\tcase 'webOS':\n\t\t\t\tmatch = navigator.platform.includes ('WebTV');\n\t\t\t\tbreak;\n\n\t\t\tcase 'Any':\n\t\t\tdefault:\n\t\t\t\tmatch = navigator.platform.includes ('Win')\n\t\t\t\t\t\t|| navigator.platform.includes ('Mac')\n\t\t\t\t\t\t|| navigator.platform.includes ('Linux')\n\t\t\t\t\t\t|| navigator.platform.includes ('FreeBSD')\n\t\t\t\t\t\t|| navigator.platform.includes ('WebTV');\n\t\t\t\tbreak;\n\t\t}\n\t\treturn match;\n\t}\n\n\t/**\n\t * Check if the app is running in a mobile platform\n\t * @param {string } [platform='Any'] - Check for a specific mobile platform [Android | iOS | Opera | Windows | BlackBerry | Any]\n\t * @returns {boolean}\n\t */\n\tstatic mobile (platform = 'Any') {\n\t\tlet match = false;\n\t\tswitch (platform) {\n\t\t\tcase 'Android':\n\t\t\t\tmatch = /Android/i.test (navigator.userAgent);\n\t\t\t\tbreak;\n\n\t\t\tcase 'iOS':\n\t\t\t\tmatch = /iPhone|iPad|iPod/i.test (navigator.userAgent);\n\t\t\t\tbreak;\n\n\t\t\tcase 'Opera':\n\t\t\t\tmatch = /Opera Mini/i.test (navigator.userAgent);\n\t\t\t\tbreak;\n\n\t\t\tcase 'Windows':\n\t\t\t\tmatch = /Windows Phone|IEMobile|WPDesktop/i.test (navigator.userAgent);\n\t\t\t\tbreak;\n\n\t\t\tcase 'BlackBerry':\n\t\t\t\tmatch = /BlackBerry|BB10/i.test (navigator.userAgent);\n\t\t\t\tbreak;\n\n\t\t\tcase 'Any':\n\t\t\tdefault:\n\t\t\t\tmatch = /Android|iPhone|iPad|iPod|Windows Phone|IEMobile|WPDesktop|BlackBerry|BB10/i.test (navigator.userAgent);\n\t\t\t\tbreak;\n\t\t}\n\t\treturn match;\n\t}\n\n\t/**\n\t * @static serviceWorkers - Check if the platform allows the use of service\n\t * workers\n\t *\n\t * @return {boolean} - Whether they're supported or not\n\t */\n\tstatic serviceWorkers () {\n\t\tif (typeof navigator !== 'undefined') {\n\t\t\tif ('serviceWorker' in navigator && location.protocol.indexOf ('http') > -1) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\t\treturn false;\n\t}\n}","/**\n * ==============================\n * Preload\n * ==============================\n */\n\nimport { Request } from './Request';\n\n/**\n * A simple class for asset preloading. This class assumes you have a service\n * worker set up that will be caching all requests.\n * @class\n */\nexport class Preload {\n\n\t/**\n\t * @static image - Preload an image file\n\t *\n\t * @param {string} route - Route to the image\n\t * @return {Promise} - Resolves to the image object or gets rejected with\n\t * the rejection event\n\t */\n\tstatic image (route) {\n\t\treturn new Promise((resolve, reject) => {\n\t\t\tconst image = new Image ();\n\n\t\t\timage.onload = () => {\n\t\t\t\tresolve (image);\n\t\t\t};\n\n\t\t\timage.onerror = (e) => {\n\t\t\t\treject (e);\n\t\t\t};\n\n\t\t\timage.src = route;\n\t\t});\n\t}\n\n\t/**\n\t * @static file - Preload any kind of file\n\t *\n\t * @param {string} route - Route to the file\n\t * @return {Promise} - Resolves or rejects depending on request success\n\t */\n\tstatic file (route) {\n\t\treturn Request.blob (route);\n\t}\n}","/**\n* ==============================\n* Local Storage Adapter\n* ==============================\n*/\n\n/**\n * The Local Storage Adapter provides the Space Class the ability to interact\n * with the localStorage api found in most modern browsers.\n *\n * @class\n */\nexport class LocalStorage {\n\n\t/**\n\t * Create a new LocalStorage. If no configuration is provided, the LocalStorage\n\t * global object is used. The LocalStorage Adapter can provide independency\n\t * by store name and space name.\n\t *\n\t * @constructor\n\t * @param {Object} [configuration={name = '', version = '', store = ''}] - Configuration Object for the Adapter\n\t * @param {string} configuration.name - Name of the Space\n\t * @param {string} configuration.version - Version of the Space in Semantic versioning syntax\n\t * @param {string} configuration.store - Name of the Object Store to use\n\t *\n\t */\n\tconstructor ({name = '', version = '', store = ''}) {\n\t\tthis.name = name;\n\t\tthis.version = version;\n\t\tthis.store = store;\n\n\t\tthis.upgrades = {};\n\n\t\tif (this.version === '') {\n\t\t\tthis.numericVersion = 0;\n\t\t} else {\n\t\t\tthis.numericVersion = parseInt (version.replace (/\\./g, ''));\n\t\t}\n\n\t\tif (name !== '' && version !== '' && store !== '') {\n\t\t\tthis.id = `${this.name}::${this.store}::${this.version}_`;\n\t\t} else if (name !== '' && version !== '') {\n\t\t\tthis.id = `${this.name}::${this.version}_`;\n\t\t} else if (name !== '') {\n\t\t\tthis.id = `${this.name}::_`;\n\t\t} else {\n\t\t\tthis.id = '';\n\t\t}\n\t}\n\n\t/**\n\t * Open the Storage Object\n\t *\n\t * @return {Promise}\n\t */\n\topen () {\n\t\tif (typeof this.storage === 'object' && !(this.storage instanceof Promise)) {\n\t\t\treturn Promise.resolve (this);\n\t\t} else if (this.storage instanceof Promise) {\n\t\t\treturn this.storage;\n\t\t} else {\n\t\t\tthis.storage = new Promise ((resolve) => {\n\t\t\t\tlet upgradesToApply = [];\n\n\t\t\t\t// Check if this space is versioned\n\t\t\t\tif (this.version !== '') {\n\t\t\t\t\t// Get the versionless part of the ID to check if an upgrade needs\n\t\t\t\t\t// to ocurr based on the version available on storage and the current\n\t\t\t\t\t// version.\n\t\t\t\t\tlet versionless = '';\n\t\t\t\t\tif (this.name !== '' && this.version !== '' && this.store !== '') {\n\t\t\t\t\t\tversionless = `${this.name}::${this.store}::`;\n\t\t\t\t\t} else if (this.name !== '' && this.version !== '') {\n\t\t\t\t\t\tversionless = `${this.name}::`;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Get all the currently stored keys that contain the versionless\n\t\t\t\t\t// ID, which means they belong to this space\n\t\t\t\t\tconst storedVersions = Object.keys (window.localStorage).filter ((key) => {\n\t\t\t\t\t\treturn key.indexOf (versionless) === 0;\n\t\t\t\t\t}).map ((key) => {\n\t\t\t\t\t\t// Remove the versionless part of the ID and keep only the\n\t\t\t\t\t\t// part of the key belonging to the ID\n\t\t\t\t\t\treturn key.replace (versionless, '').split ('_')[0];\n\t\t\t\t\t}). filter ((key) => {\n\t\t\t\t\t\t// Filter all that didn't match the versionless part fully\n\t\t\t\t\t\treturn key.indexOf ('::') === -1;\n\t\t\t\t\t}).sort ();\n\n\t\t\t\t\tif (storedVersions.length > 0) {\n\t\t\t\t\t\t// We'll only take the lowest one every time\n\t\t\t\t\t\tconst oldVersion = storedVersions[0];\n\t\t\t\t\t\tconst oldVersionNumeric = parseInt (oldVersion.replace (/\\./g, ''));\n\n\t\t\t\t\t\tif (oldVersionNumeric < this.numericVersion) {\n\t\t\t\t\t\t\t// Check what upgrade functions have been declared in their respective order\n\t\t\t\t\t\t\tconst availableUpgrades = Object.keys (this.upgrades).sort ();\n\n\t\t\t\t\t\t\t// Find the first update that needs to be applied to the database given\n\t\t\t\t\t\t\t// the old version it currently has.\n\t\t\t\t\t\t\tconst startFrom = availableUpgrades.findIndex (u => {\n\t\t\t\t\t\t\t\tconst [old, ] = u.split ('::');\n\t\t\t\t\t\t\t\treturn parseInt (old) === oldVersionNumeric;\n\t\t\t\t\t\t\t});\n\n\t\t\t\t\t\t\tif (startFrom > -1) {\n\t\t\t\t\t\t\t\tupgradesToApply = availableUpgrades.slice (startFrom).filter ((u) => {\n\t\t\t\t\t\t\t\t\tconst [old, next] = u.split ('::');\n\t\t\t\t\t\t\t\t\treturn parseInt (old) < this.numericVersion && parseInt (next) <= this.numericVersion;\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t// Get the previous ID using the old version\n\t\t\t\t\t\t\tlet previousId = `${this.name}::${oldVersion}_`;\n\n\t\t\t\t\t\t\tif (this.name !== '' && this.version !== '' && this.store !== '') {\n\t\t\t\t\t\t\t\tpreviousId = `${this.name}::${this.store}::${oldVersion}_`;\n\t\t\t\t\t\t\t} else if (this.name !== '' && this.version !== '') {\n\t\t\t\t\t\t\t\tpreviousId = `${this.name}::${oldVersion}_`;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t// Get all keys from the previous version\n\t\t\t\t\t\t\tconst keys = Object.keys (window.localStorage).filter ((key) => {\n\t\t\t\t\t\t\t\treturn key.indexOf (previousId) === 0;\n\t\t\t\t\t\t\t}).map ((key) => {\n\t\t\t\t\t\t\t\treturn key.replace (previousId, '');\n\t\t\t\t\t\t\t});\n\n\t\t\t\t\t\t\tfor (const key of keys) {\n\t\t\t\t\t\t\t\t// Get the value stored with the previous version\n\t\t\t\t\t\t\t\tconst previous = window.localStorage.getItem (`${previousId}${key}`);\n\n\t\t\t\t\t\t\t\t// Re-insert the value using the new ID as a key\n\t\t\t\t\t\t\t\twindow.localStorage.setItem (this.id + key, previous);\n\n\t\t\t\t\t\t\t\t// Delete the previous value.\n\t\t\t\t\t\t\t\twindow.localStorage.removeItem (`${previousId}${key}`);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tresolve ({ upgrades: upgradesToApply });\n\t\t\t}).then (({ upgrades }) => {\n\t\t\t\tthis.storage = window.localStorage;\n\t\t\t\treturn new Promise ((resolve) => {\n\t\t\t\t\tconst res = () => resolve (this);\n\t\t\t\t\tthis._upgrade (upgrades, res);\n\t\t\t\t});\n\t\t\t});\n\t\t\treturn this.storage;\n\t\t}\n\t}\n\n\t/**\n\t * Store a key-value pair\n\t *\n\t * @param {string} key - Key with which this value will be saved\n\t * @param {Object|string|Number} - Value to save\n\t * @return {Promise<{key, value}>}\n\t */\n\tset (key, value) {\n\t\treturn this.open ().then (() => {\n\n\t\t\tif (typeof value === 'object') {\n\t\t\t\tthis.storage.setItem (this.id + key, JSON.stringify (value));\n\t\t\t} else {\n\t\t\t\tthis.storage.setItem (this.id + key, value);\n\t\t\t}\n\n\t\t\treturn Promise.resolve ({key, value});\n\t\t});\n\t}\n\n\t/**\n\t * Update a key-value pair. In difference with the set () method, the update\n\t * method will use an Object.assign () in the case of objects so no value is\n\t * lost.\n\t *\n\t * @param {string} key - Key with which this value will be saved\n\t * @param {Object|string|Number} - Value to save\n\t * @return {Promise<{key, value}>}\n\t */\n\tupdate (key, value) {\n\t\treturn this.get (key).then ((currentValue) => {\n\t\t\tif (typeof currentValue === 'object') {\n\t\t\t\tif (typeof value === 'object') {\n\t\t\t\t\tvalue = Object.assign ({}, currentValue, value);\n\t\t\t\t}\n\t\t\t\tthis.storage.setItem (this.id + key, JSON.stringify (value));\n\t\t\t} else {\n\t\t\t\tthis.storage.setItem (this.id + key, value);\n\t\t\t}\n\t\t\treturn Promise.resolve ({key, value});\n\t\t}).catch (() => {\n\t\t\treturn this.set (key, value);\n\t\t});\n\t}\n\n\t/**\n\t * Retrieves a value from storage given it's key\n\t *\n\t * @param {string} - Key with which the value was saved\n\t * @return {Promise|Promise|Promise} - Resolves to the retreived value\n\t * or its rejected if it doesn't exist\n\t */\n\tget (key) {\n\t\treturn this.open ().then (() => {\n\t\t\treturn new Promise ((resolve, reject) => {\n\t\t\t\tlet value = null;\n\t\t\t\tvalue = this.storage.getItem (this.id + key);\n\t\t\t\ttry {\n\t\t\t\t\tconst o = JSON.parse (value);\n\t\t\t\t\tif (o && typeof o === 'object') {\n\t\t\t\t\t\tvalue = o;\n\t\t\t\t\t}\n\t\t\t\t} catch (exception) {\n\t\t\t\t\t// Unable to parse to JSON\n\t\t\t\t}\n\n\t\t\t\tif (typeof value !== 'undefined' && value !== null) {\n\t\t\t\t\tresolve (value);\n\t\t\t\t} else {\n\t\t\t\t\treject ();\n\t\t\t\t}\n\n\t\t\t});\n\t\t});\n\t}\n\n\t/**\n\t * Retrieves all the values in the space in a key-value JSON object\n\t *\n\t * @return {Promise} - Resolves to the retreived values\n\t */\n\tgetAll () {\n\t\treturn this.keys ().then ((keys) => {\n\t\t\tconst values = {};\n\t\t\tconst promises = [];\n\t\t\tfor (const key of keys) {\n\t\t\t\tpromises.push (this.get (key).then ((value) => {\n\t\t\t\t\tvalues[key] = value;\n\t\t\t\t}));\n\t\t\t}\n\t\t\treturn Promise.all (promises).then (() => {\n\t\t\t\treturn values;\n\t\t\t});\n\t\t});\n\t}\n\n\t/**\n\t * Check if the space contains a given key.\n\t *\n\t * @param {string} key - Key to look for.\n\t * @return {Promise} Promise gets resolved if it exists and rejected if\n\t * doesn't\n\t */\n\tcontains (key) {\n\t\treturn this.keys ().then ((keys) => {\n\t\t\tif (keys.includes (key)) {\n\t\t\t\tPromise.resolve ();\n\t\t\t} else {\n\t\t\t\treturn Promise.reject ();\n\t\t\t}\n\t\t});\n\t}\n\n\t/**\n\t * Upgrade a Space Version\n\t *\n\t * @param oldVersion {string} - The version of the storage to be upgraded\n\t * @param newVersion {string} - The version to be upgraded to\n\t * @param callback {function} - Function to transform the old stored values to the new version's format\n\t * @returns {Promise}\n\t */\n\tupgrade (oldVersion, newVersion, callback) {\n\t\tthis.upgrades[`${parseInt (oldVersion.replace (/\\./g, ''))}::${parseInt (newVersion.replace (/\\./g, ''))}`] = callback;\n\t\treturn Promise.resolve ();\n\t}\n\n\t// This function acts as a helper for the upgrade progress by executing the\n\t// needed upgrade callbacks in the correct order and sychronously.\n\t_upgrade (upgradesToApply, resolve) {\n\t\t// Check if there are still upgrades to apply\n\t\tif (upgradesToApply.length > 0) {\n\t\t\tthis.upgrades[upgradesToApply[0]].call (this, this).then (() => {\n\t\t\t\tthis._upgrade (upgradesToApply.slice (1), resolve);\n\t\t\t}).catch ((e) => console.error (e));\n\t\t} else {\n\t\t\tresolve ();\n\t\t}\n\t}\n\n\t/**\n\t * Rename a Space\n\t *\n\t * @param {string} name - New name to be used.\n\t * @returns {Promise} - Result of the rename operation\n\t */\n\trename (name) {\n\t\t// Check if the name is different\n\t\tif (this.name !== name) {\n\t\t\treturn this.keys ().then ((keys) => {\n\t\t\t\t// Save the previous Space id\n\t\t\t\tconst oldId = this.id;\n\n\t\t\t\t// Set new object properties with the new name\n\t\t\t\tthis.name = name;\n\n\t\t\t\tif (this.name !== '' && this.version !== '' && this.store !== '') {\n\t\t\t\t\tthis.id = `${this.name}::${this.store}::${this.version}_`;\n\t\t\t\t} else if (this.name !== '' && this.version !== '') {\n\t\t\t\t\tthis.id = `${this.name}::${this.version}_`;\n\t\t\t\t} else if (this.name !== '') {\n\t\t\t\t\tthis.id = `${this.name}::_`;\n\t\t\t\t} else {\n\t\t\t\t\tthis.id = '';\n\t\t\t\t}\n\n\t\t\t\tconst promises = [];\n\t\t\t\tfor (const key of keys) {\n\t\t\t\t\tpromises.push (this.set (key, this.storage.getItem (`${oldId}${key}`)).then (() => {\n\t\t\t\t\t\tthis.storage.removeItem (`${oldId}${key}`);\n\t\t\t\t\t}));\n\t\t\t\t}\n\t\t\t\treturn Promise.all (promises);\n\t\t\t});\n\t\t} else {\n\t\t\treturn Promise.reject ();\n\t\t}\n\t}\n\n\t/**\n\t * Get the key that corresponds to a given index in the storage\n\t *\n\t * @param {Number} index - Index to get the key from\n\t * @param {boolean} [full=false] - Whether to return the full key name including space id or just the key name\n\t * @return {Promise} - Resolves to the key's name\n\t */\n\tkey (index, full = false) {\n\t\treturn this.open ().then (() => {\n\t\t\tif (full === true) {\n\t\t\t\treturn Promise.resolve (this.storage.key (index));\n\t\t\t} else {\n\t\t\t\treturn Promise.resolve (this.storage.key (index).replace (this.id, ''));\n\t\t\t}\n\t\t});\n\t}\n\n\t/**\n\t * Return all keys stored in the space.\n\t *\n\t * @param {boolean} [full=false] - Whether to return the full key name including space id or just the key name\n\t * @return {Promise} - Array of keys\n\t */\n\tkeys (full = false) {\n\t\treturn this.open ().then (() => {\n\t\t\treturn Promise.resolve (Object.keys (this.storage).filter ((key) => {\n\t\t\t\treturn key.indexOf (this.id) === 0;\n\t\t\t}).map ((key) => {\n\t\t\t\tif (full === true) {\n\t\t\t\t\treturn key;\n\t\t\t\t} else {\n\t\t\t\t\treturn key.replace (this.id, '');\n\t\t\t\t}\n\t\t\t}));\n\t\t});\n\t}\n\n\t/**\n\t * Delete a value from the space given its key\n\t *\n\t * @param {string} key - Key of the item to delete\n\t * @return {Promise} - Resolves to the value of the deleted object\n\t */\n\tremove (key) {\n\t\treturn this.get (key).then ((value) => {\n\t\t\tthis.storage.removeItem (this.id + key);\n\t\t\treturn Promise.resolve (value);\n\t\t});\n\t}\n\n\t/**\n\t * Clear the entire space\n\t *\n\t * @return {Promise} - Result of the clear operation\n\t */\n\tclear () {\n\t\treturn this.keys ().then ((keys) => {\n\t\t\tfor (const key of keys) {\n\t\t\t\tthis.remove (key);\n\t\t\t}\n\t\t\treturn Promise.resolve ();\n\t\t});\n\t}\n}","/**\n* ==============================\n* Session Storage Adapter\n* ==============================\n*/\n\nimport { LocalStorage } from './LocalStorage';\n\n/**\n * The Session Storage Adapter provides the Space Class the ability to interact\n * with the sessionStorage api found in most modern browsers. Since this API\n * shares pretty much the same methods to the local storage one, this class\n * inherits from the LocalStorage adapter.\n *\n * @class\n */\nexport class SessionStorage extends LocalStorage {\n\n\t/**\n\t * Create a new SessionStorage. If no configuration is provided, the SessionStorage\n\t * global object is used.The SessionStorage Adapter can provide independency\n\t * by store name and space name.\n\t *\n\t * @constructor\n\t * @param {Object} [configuration={name = '', version = '', store = ''}] - Configuration Object for the Adapter\n\t * @param {string} configuration.name - Name of the Space\n\t * @param {string} configuration.version - Version of the Space in Semantic versioning syntax\n\t * @param {string} configuration.store - Name of the Object Store to use\n\t *\n\t */\n\tconstructor ({name = '', version = '', store = ''}) {\n\t\tsuper ({name, version, store});\n\t}\n\n\t/**\n\t * Open the Storage Object\n\n\t * @return {Promise}\n\t */\n\topen () {\n\t\tif (typeof this.storage === 'undefined') {\n\t\t\tthis.storage = window.sessionStorage;\n\t\t}\n\t\treturn Promise.resolve (this);\n\t}\n}","/**\n* ==============================\n* IndexedDB Adapter\n* ==============================\n*/\n\n/**\n * The IndexedDB Adapter provides the Space Class the ability to interact\n * with the IndexedDB API found in most modern browsers.\n *\n * @class\n */\nexport class IndexedDB {\n\n\t/**\n\t * Create a new IndexedDB. Differently from Local and Session Storages, the\n\t * IndexedDB Adapter requires a mandatory name, version and store name.\n\t *\n\t * @constructor\n\t * @param {Object} [configuration={name = '', version = '', store = '', props = {}, index = {}}] - Configuration Object for the Adapter\n\t * @param {string} configuration.name - Name of the Space\n\t * @param {string} configuration.version - Version of the Space in Semantic versioning syntax\n\t * @param {string} configuration.store - Name of the Object Store to use\n\t * @param {Object} configuration.props - Optional Parameters for the Object Store\n\t * @param {Object} configuration.index - Object of the indexes to declare for\n\t * the Object Store. Each index is a JSON object with the following properties:\n\t * @param {String} configuration.index[...].name - Name for the Index\n\t * @param {String} configuration.index[...].field - Field on the store to apply the index to\n\t * @param {Object} configuration.index[...].props - Index properties object\n\t */\n\tconstructor ({name = '', version = '', store = '', props = {}, index = {}}) {\n\t\tthis.name = name;\n\t\tthis.version = version;\n\t\tthis.store = store;\n\t\tthis.props = props;\n\t\tthis.index = index;\n\n\t\tthis.upgrades = {};\n\n\t\tif (this.version === '') {\n\t\t\tthis.numericVersion = 0;\n\t\t} else {\n\t\t\tthis.numericVersion = parseInt (version.replace (/\\./g, ''));\n\t\t}\n\t}\n\n\t/**\n\t * Open the Storage Object\n\t *\n\t * @return {Promise}\n\t */\n\topen () {\n\n\t\tif (this.name === '') {\n\t\t\tconsole.error ('No name has been defined for IndexedDB space.');\n\t\t\treturn Promise.reject ();\n\t\t}\n\n\t\tif (this.store === '') {\n\t\t\tconsole.error ('No store has been defined for IndexedDB space.');\n\t\t\treturn Promise.reject ();\n\t\t}\n\n\t\tif (this.storage instanceof IDBDatabase) {\n\t\t\treturn Promise.resolve (this);\n\t\t} else if (this.storage instanceof Promise) {\n\t\t\treturn this.storage;\n\t\t} else {\n\t\t\tthis.storage = new Promise ((resolve, reject) => {\n\t\t\t\tlet upgradesToApply = [];\n\t\t\t\tconst storage = window.indexedDB.open (this.name, this.numericVersion);\n\n\t\t\t\tstorage.onerror = (event) => {\n\t\t\t\t\treject (event);\n\t\t\t\t};\n\n\t\t\t\tstorage.onsuccess = (event) => {\n\t\t\t\t\tresolve ({ storage: event.target.result, upgrades: upgradesToApply });\n\t\t\t\t};\n\n\t\t\t\tstorage.onupgradeneeded = (event) => {\n\t\t\t\t\t// If the previous version is less than one, it means that\n\t\t\t\t\t// the database needs to be created first\n\t\t\t\t\tif (event.oldVersion < 1) {\n\t\t\t\t\t\t// Create all the needed Stores\n\t\t\t\t\t\tconst store = event.target.result.createObjectStore (this.store, this.props);\n\t\t\t\t\t\tfor (const index of Object.keys (this.index)) {\n\t\t\t\t\t\t\tstore.createIndex (this.index[index].name, this.index[index].field, this.index[index].props);\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\t// Check what upgrade functions have been declared in their respective order\n\t\t\t\t\t\tconst availableUpgrades = Object.keys (this.upgrades).sort ();\n\t\t\t\t\t\t\n\t\t\t\t\t\t// Find the first update that needs to be applied to the database given\n\t\t\t\t\t\t// the old version it currently has.\n\t\t\t\t\t\tconst startFrom = availableUpgrades.findIndex (u => {\n\t\t\t\t\t\t\tconst [old, ] = u.split ('::');\n\t\t\t\t\t\t\treturn parseInt (old) === event.oldVersion;\n\t\t\t\t\t\t});\n\n\t\t\t\t\t\tif (startFrom > -1) {\n\t\t\t\t\t\t\tupgradesToApply = availableUpgrades.slice (startFrom).filter ((u) => {\n\t\t\t\t\t\t\t\tconst [old, next] = u.split ('::');\n\t\t\t\t\t\t\t\treturn parseInt (old) < this.numericVersion && parseInt (next) <= this.numericVersion;\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Once the transaction is done, resolve the storage object\n\t\t\t\t\tconst transaction = event.target.transaction;\n\t\t\t\t\ttransaction.addEventListener ('success', () => {\n\t\t\t\t\t\tresolve ({ storage: event.target.result, upgrades: upgradesToApply });\n\t\t\t\t\t});\n\t\t\t\t};\n\t\t\t}).then (({ storage, upgrades }) => {\n\t\t\t\tthis.storage = storage;\n\t\t\t\treturn new Promise ((resolve) => {\n\t\t\t\t\tconst res = () => resolve (storage);\n\t\t\t\t\tthis._upgrade (upgrades, res, event);\n\t\t\t\t});\n\t\t\t});\n\t\t\treturn this.storage;\n\t\t}\n\t}\n\n\t/**\n\t * Store a key-value pair. Because of the nature of a IndexedDB Database, the\n\t * stored values must be JSON objects.\n\t *\n\t * @param {string} key - Key with which this value will be saved\n\t * @param {Object} - Value to save\n\t * @return {Promise} - When resolved, a {key, value} object is handed\n\t * down, when it's rejected, the event is handed down.\n\t */\n\tset (key = null, value) {\n\t\treturn this.open ().then (() => {\n\t\t\treturn new Promise ((resolve, reject) => {\n\t\t\t\tconst transaction = this.storage.transaction (this.store, 'readwrite').objectStore (this.store);\n\t\t\t\tlet op;\n\t\t\t\tif (key !== null) {\n\t\t\t\t\top = transaction.put (Object.assign ({}, {id: key}, value));\n\t\t\t\t} else {\n\t\t\t\t\top = transaction.add (value);\n\t\t\t\t}\n\t\t\t\top.addEventListener ('success', (event) => { resolve ({key: event.target.result, value: value});});\n\t\t\t\top.addEventListener ('error', (event) => {reject (event);});\n\t\t\t});\n\t\t});\n\t}\n\n\t/**\n\t * Update a key-value pair. In difference with the set () method, the update\n\t * method will use an Object.assign () in the case of objects so no value is\n\t * lost.\n\t *\n\t * @param {string} key - Key with which this value will be saved\n\t * @param {Object} - Value to save\n\t * @return {Promise} - When resolved, a {key, value} object is handed\n\t * down, when it's rejected, the event is handed down.\n\t */\n\tupdate (key, value) {\n\t\treturn this.get (key).then ((currentValue) => {\n\t\t\t// If this key did not exist on the storage, then create it using the\n\t\t\t// set method\n\t\t\tif (typeof currentValue === 'undefined') {\n\t\t\t\treturn this.set (key, value);\n\t\t\t}\n\t\t\treturn new Promise ((resolve, reject) => {\n\t\t\t\tconst transaction = this.storage.transaction (this.store, 'readwrite').objectStore (this.store);\n\t\t\t\tconst op = transaction.put (Object.assign ({}, currentValue, value));\n\t\t\t\top.addEventListener ('success', (event) => {resolve ({key: event.target.result, value: value});});\n\t\t\t\top.addEventListener ('error', (event) => {reject (event);});\n\t\t\t});\n\t\t});\n\t}\n\n\t/**\n\t * Retrieves a value from storage given it's key\n\t *\n\t * @param {string} - Key with which the value was saved\n\t * @return {Promise} - Resolves to the retreived value or its rejected\n\t * if it doesn't exist\n\t */\n\tget (key) {\n\t\treturn this.open ().then (() => {\n\t\t\treturn new Promise ((resolve, reject) => {\n\t\t\t\tconst transaction = this.storage.transaction (this.store).objectStore (this.store);\n\t\t\t\tconst op = transaction.get (key);\n\n\t\t\t\top.addEventListener ('success', (event) => {resolve (event.target.result);});\n\t\t\t\top.addEventListener ('error', (event) => {reject (event);});\n\t\t\t});\n\t\t});\n\t}\n\n\t/**\n\t * Retrieves all the values in the space in a key-value JSON object\n\t *\n\t * @return {Promise} - Resolves to the retreived values\n\t */\n\tgetAll () {\n\t\treturn this.open ().then (() => {\n\t\t\treturn new Promise ((resolve, reject) => {\n\t\t\t\tconst transaction = this.storage.transaction (this.store).objectStore (this.store);\n\t\t\t\tconst op = transaction.getAll ();\n\n\t\t\t\top.addEventListener ('success', (event) => {resolve (event.target.result);});\n\t\t\t\top.addEventListener ('error', (event) => {reject (event);});\n\t\t\t});\n\t\t});\n\t}\n\n\t/**\n\t * Check if the space contains a given key.\n\t *\n\t * @param {string} key - Key to look for.\n\t * @return {Promise} - Promise gets resolved if it exists and rejected if it\n\t * doesn't\n\t */\n\tcontains (key) {\n\t\treturn this.get (key).then ((keys) => {\n\t\t\tif (keys.includes (key)) {\n\t\t\t\tPromise.resolve ();\n\t\t\t} else {\n\t\t\t\treturn Promise.reject ();\n\t\t\t}\n\t\t});\n\t}\n\n\t/**\n\t * Upgrade a Space Version. Upgrades must be declared before the open ()\n\t * method is executed.\n\t *\n\t * @param {string} oldVersion - The version to be upgraded\n\t * @param {string} newVersion - The version to be upgraded to\n\t * @param {function} callback - Function to transform the old stored values to the new version's format\n\t * @returns {Promise}\n\t */\n\tupgrade (oldVersion, newVersion, callback) {\n\t\tthis.upgrades[`${parseInt (oldVersion.replace (/\\./g, ''))}::${parseInt (newVersion.replace (/\\./g, ''))}`] = callback;\n\t\treturn Promise.resolve ();\n\t}\n\n\t// This function acts as a helper for the upgrade progress by executing the\n\t// needed upgrade callbacks in the correct order and sychronously.\n\t_upgrade (upgradesToApply, resolve, event) {\n\t\t// Check if there are still upgrades to apply\n\t\tif (upgradesToApply.length > 0) {\n\t\t\tthis.upgrades[upgradesToApply[0]].call (this, this, event).then (() => {\n\t\t\t\tthis._upgrade (upgradesToApply.slice (1), resolve, event);\n\t\t\t}).catch ((e) => console.error (e));\n\t\t} else {\n\t\t\tresolve ();\n\t\t}\n\t}\n\n\t/**\n\t * Renaming the space is not possible with the IndexedDB adapter therefore\n\t * this function always gets a rejection.\n\t *\n\t * @returns {Promise} - Result of the rename operation\n\t */\n\trename () {\n\t\treturn Promise.reject ();\n\t}\n\n\t/**\n\t * Getting a key by its index is not possible in this adapter, therefore this\n\t * function always gets rejected.\n\t *\n\t * @return {Promise} - Promise Rejection\n\t */\n\tkey () {\n\t\treturn Promise.reject ();\n\t}\n\n\t/**\n\t * Return all keys stored in the space.\n\t *\n\t * @return {Promise} - Array of keys\n\t */\n\tkeys () {\n\t\treturn this.open ().then (() => {\n\t\t\treturn new Promise ((resolve, reject) => {\n\t\t\t\tconst transaction = this.storage.transaction (this.store, 'readwrite').objectStore (this.store);\n\t\t\t\tconst op = transaction.getAllKeys ();\n\t\t\t\top.addEventListener ('success', (event) => {resolve (event.target.result);}, false);\n\t\t\t\top.addEventListener ('error', (event) => {reject (event);}, false);\n\t\t\t});\n\t\t});\n\t}\n\n\t/**\n\t * Delete a value from the space given its key\n\t *\n\t * @param {string} key - Key of the item to delete\n\t * @return {Promise} - Resolves to the key and value of the deleted object\n\t */\n\tremove (key) {\n\t\treturn this.get (key).then ((value) => {\n\t\t\treturn new Promise ((resolve, reject) => {\n\t\t\t\tconst transaction = this.storage.transaction (this.store, 'readwrite').objectStore (this.store);\n\t\t\t\tconst op = transaction.delete (key);\n\t\t\t\top.addEventListener ('success', () => {resolve (value);}, false);\n\t\t\t\top.addEventListener ('error', (event) => {reject (event);}, false);\n\t\t\t});\n\t\t});\n\t}\n\n\t/**\n\t * Clear the entire space\n\t *\n\t * @return {Promise} - Result of the clear operation\n\t */\n\tclear () {\n\t\treturn this.open ().then (() => {\n\t\t\treturn new Promise ((resolve, reject) => {\n\t\t\t\tconst transaction = this.storage.transaction (this.store, 'readwrite').objectStore (this.store);\n\t\t\t\tconst op = transaction.clear ();\n\t\t\t\top.addEventListener ('success', () => {resolve ();}, false);\n\t\t\t\top.addEventListener ('error', (event) => {reject (event);}, false);\n\t\t\t});\n\t\t});\n\t}\n}","/**\n* ==============================\n* Remote Storage Adapter\n* ==============================\n*/\n\nimport { Request } from './../Request';\n\n/**\n * The Remote Storage Adapter provides the Space Class the ability to interact\n * with a server in order to handle data persistance. The server's implementation\n * is up to the developer but it will need to respond to this adapter's request\n * formatting. This adapter uses the Request class to perfom its tasks.\n *\n * @class\n */\nexport class RemoteStorage {\n\n\t/**\n\t * Create a new Remote Storage. This adapter requires an endpoint url where\n\t * it will make the requests. If a store is defined, the request will be made\n\t * using the store as an URL, for example, let's assume the following endpoint:\n\t *\n\t * https://example.com/api/v1/\n\t *\n\t * If no store is defined, then the requests will be made to that simple route,\n\t * with a store definition, requests will be made to:\n\t *\n\t * https://example.com/api/v1/{myStore}/\n\t *\n\t * The key of each item in this store represents another part of the request\n\t *\n\t * https://example.com/api/v1/{key}/\n\t *\n\t * Or:\n\t *\n\t * https://example.com/api/v1/{myStore}/{key}/\n\t *\n\t * This adapter just as the IndexedDB, works with JSON objects instead of string or\n\t * numeric values.\n\t *\n\t * @constructor\n\t * @param {object} [configuration={name = '', version = '', store = '', endpoint = '', props = {}] - Configuration Object for the Adapter\n\t * @param {string} configuration.name - Name of the Space\n\t * @param {string} configuration.version - Version of the Space in Semantic versioning syntax\n\t * @param {string} configuration.store - Name of the Object Store to use\n\t * @param {string} configuration.endpoint - Endpoint URL where the requests will be made\n\t * @param {string} configuration.props - Properties object to use for the fetch requests\n\t */\n\tconstructor ({name = '', version = '', store = '', endpoint = '', props = {}}) {\n\t\tthis.name = name;\n\t\tthis.version = version;\n\t\tthis.store = store;\n\t\tthis.endpoint = `${endpoint}${store}/`;\n\t\tthis.props = props;\n\t}\n\n\t/**\n\t * Open the Storage Object\n\t *\n\t * @return {Promise}\n\t */\n\topen () {\n\t\tif (typeof this.storage === 'undefined') {\n\t\t\tthis.storage = Request;\n\t\t}\n\t\treturn Promise.resolve (this);\n\t}\n\n\t/**\n\t * Store a key-value pair. This function sends a POST request to the server\n\t *\n\t * @param {string} key - Key with which this value will be saved\n\t * @param {Object} value - Value to save\n\t * @return {Promise}\n\t */\n\tset (key, value) {\n\t\treturn this.open ().then (() => {\n\t\t\treturn this.storage.post (this.endpoint + key, value, this.props);\n\t\t});\n\t}\n\n\t/**\n\t * Update a key-value pair. In difference with the set () method, the update\n\t * method will use an Object.assign () in the case of objects so no value is\n\t * lost. This function sends a PUT request to the server.\n\t *\n\t * @param {string} key - Key with which this value will be saved\n\t * @param {Object} value - Value to save\n\t * @return {Promise}\n\t */\n\tupdate (key, value) {\n\t\treturn this.get (key).then ((currentValue) => {\n\t\t\treturn this.storage.put (this.endpoint + key, Object.assign ({}, currentValue, value), this.props).then ((response) => {\n\t\t\t\treturn response.json ();\n\t\t\t});\n\t\t});\n\t}\n\n\t/**\n\t * Retrieves a value from storage given it's key\n\t *\n\t * @param {string} - Key with which the value was saved\n\t * @return {Promise} - Resolves to the retreived value or its rejected\n\t * if it doesn't exist\n\t */\n\tget (key) {\n\t\treturn this.open ().then (() => {\n\t\t\treturn this.storage.json (this.endpoint + key, {}, this.props);\n\t\t});\n\t}\n\n\t/**\n\t * Retrieves all the values in the space in a key-value JSON object\n\t *\n\t * @return {Promise} - Resolves to the retreived values\n\t */\n\tgetAll () {\n\t\treturn this.open ().then (() => {\n\t\t\treturn this.storage.json (this.endpoint, {}, this.props);\n\t\t});\n\t}\n\n\t/**\n\t * Check if a space contains a given key.\n\t *\n\t * @param {string} key - Key to look for.\n\t * @return {Promise} Promise gets resolved if it exists and rejected if it\n\t * doesn't\n\t */\n\tcontains (key) {\n\t\treturn this.keys ().then ((keys) => {\n\t\t\tif (keys.includes (key)) {\n\t\t\t\tPromise.resolve ();\n\t\t\t} else {\n\t\t\t\treturn Promise.reject ();\n\t\t\t}\n\t\t});\n\t}\n\n\t/**\n\t * Upgrading the Storage must be done on the server side, therefore this function\n\t * always gets rejected.\n\t *\n\t * @returns {Promise}\n\t */\n\tupgrade () {\n\t\treturn Promise.reject ();\n\t}\n\n\t/**\n\t * Renaming the Storage must be done on the server side, therefore this function\n\t * always gets rejected.\n\t *\n\t * @returns {Promise}\n\t */\n\trename () {\n\t\treturn Promise.reject ();\n\t}\n\n\t/**\n\t * Getting a key by its index is not possible in this adapter, therefore this\n\t * function always gets rejected.\n\t *\n\t * @return {Promise} - Promise Rejection\n\t */\n\tkey () {\n\t\treturn Promise.reject ();\n\t}\n\n\t/**\n\t * Return all keys stored in the space. This makes a GET request to the full\n\t * endpoint (the URL of the endpoint and store name) with a keys query\n\t * parameter:\n\t *\n\t * https://example.com/api/v1/?keys=true\n \t *\n\t * Or:\n \t *\n \t * https://example.com/api/v1/{myStore}/?keys=true\n\t *\n\t * @return {Promise} - Array of keys\n\t */\n\tkeys () {\n\t\treturn this.open ().then (() => {\n\t\t\treturn this.storage.json (this.endpoint, {keys: true}, this.props);\n\t\t});\n\t}\n\n\t/**\n\t * Delete a value from the space given it's key. This function sends a DELETE\n\t * request to the server.\n\t *\n\t * @param {string} key - Key of the item to delete\n\t * @return {Promise} - Resolves to the key and value of the deleted object\n\t */\n\tremove (key) {\n\t\treturn this.open ().then (() => {\n\t\t\treturn this.storage.delete (this.endpoint + key, {}, this.props).then ((response) => {\n\t\t\t\treturn Promise.resolve (key, response.json ());\n\t\t\t});\n\t\t});\n\t}\n\n\t/**\n\t * Clear the entire space. This function sends a DELETE request to the server.\n\t * The difference between a clear () and remove () operation is that the clear\n\t * operation does not uses a key in the URL where the request is made.\n\t *\n\t * @return {Promise} - Result of the clear operation\n\t */\n\tclear () {\n\t\treturn this.open ().then (() => {\n\t\t\treturn this.storage.delete (this.endpoint, {}, this.props);\n\t\t});\n\t}\n}","/**\n* ==============================\n* Space\n* ==============================\n*/\n\nimport { LocalStorage } from './SpaceAdapter/LocalStorage';\nimport { SessionStorage } from './SpaceAdapter/SessionStorage';\nimport { IndexedDB } from './SpaceAdapter/IndexedDB';\nimport { RemoteStorage } from './SpaceAdapter/RemoteStorage';\n\n/**\n * List of Adapters Available\n */\nexport const SpaceAdapter = {\n\tLocalStorage,\n\tSessionStorage,\n\tIndexedDB,\n\tRemoteStorage\n};\n\n/**\n * Space provides a simple wrapper for different Storage APIs. It aims to\n * provide data independence through storage namespaces and versioning, allowing\n * transparent data formatting and content modifications through versions.\n *\n * While this class documentation provides some information, specific details may\n * be addressed on the documentation of each adapter.\n *\n * @class\n */\nexport class Space {\n\n\t/**\n\t * Create a new Space Object. If no name and version is defined, the global LocalSpace space is used.\n\t *\n\t * @constructor\n\t * @param {SpaceAdapter} [adapter = SpaceAdapter.LocalStorage] - Space Adapter\n\t * to use. Currently LocalStorage, SessionStorage, IndexedDB and Server are\n\t * available\n\t * @param {Object} [configuration = {}] - Configuration object for the space.\n\t * This configuration may change depending on the adapter used, however all\n\t * adapters have support for a name, version and store properties.\n\t * @param {string} configuration.name - Name of the Space\n\t * @param {string} configuration.version - Version of the Space in Semantic versioning syntax\n\t * @param {string} configuration.store - Name of the Object Store to use\n\t */\n\tconstructor (adapter = SpaceAdapter.LocalStorage, configuration = {}) {\n\t\t// Assign the provided configuration to the default one\n\t\tthis._configuration = Object.assign ({}, {name: '', version: '', store: ''}, configuration);\n\n\t\t// Set up the adapter instance to use\n\t\tthis.adapter = new adapter (this._configuration);\n\n\t\t// This object stores all the callbacks the user can define for the\n\t\t// space operations\n\t\tthis.callbacks = {\n\t\t\t'create': [],\n\t\t\t'update': [],\n\t\t\t'delete': []\n\t\t};\n\n\t\t// A transformation is an object that can contain a set and get functions\n\t\t// every transformation will be applied to the retrieved value or to the\n\t\t// value before storing it.\n\t\tthis.transformations = {\n\n\t\t};\n\t}\n\n\t/**\n\t * Modify the space configuration, it will also be passed down to the adapter\n\t * using its configuration () function.\n\t *\n\t * @param {object} - Configuration object to set up\n\t * @return {object} - Configuration object if no param was passed\n\t */\n\tconfiguration (object = null) {\n\t\tif (object !== null) {\n\t\t\tthis._configuration = Object.assign ({}, this._configuration, object);\n\t\t\tthis.adapter.configuration (object);\n\t\t} else {\n\t\t\treturn this._configuration;\n\t\t}\n\t}\n\n\t/**\n\t * Open the Storage Object to be used depending on the SpaceAdapter\n\t *\n\t * @return {Promise}\n\t */\n\topen () {\n\t\treturn this.adapter.open ().then (() => {\n\t\t\treturn Promise.resolve (this);\n\t\t});\n\t}\n\n\t/**\n\t * Store a key-value pair\n\t *\n\t * @param {string} key - Key with which this value will be saved\n\t * @param {Object|string|Number} - Value to save\n\t * @return {Promise<{key, value}>}\n\t */\n\tset (key, value) {\n\t\t// Apply all set transformations to the value\n\t\tfor (const id of Object.keys (this.transformations)) {\n\t\t\tif (typeof this.transformations[id].set === 'function') {\n\t\t\t\tvalue = this.transformations[id].set.call (null, key, value);\n\t\t\t}\n\t\t}\n\n\t\treturn this.adapter.set (key, value).then (({key, value}) => {\n\t\t\tfor (const callback of this.callbacks.create) {\n\t\t\t\tcallback.call (null, key, value);\n\t\t\t}\n\t\t\treturn Promise.resolve ({key, value});\n\t\t});\n\t}\n\n\t/**\n\t * Update a key-value pair. In difference with the set () method, the update\n\t * method will use an Object.assign () in the case of objects so no value is\n\t * lost.\n\t *\n\t * @param {string} key - Key with which this value will be saved\n\t * @param {Object|string|Number} - Value to save\n\t * @return {Promise<{key, value}>}\n\t */\n\tupdate (key, value) {\n\t\t// Apply all set transformations to the value\n\t\tfor (const id of Object.keys (this.transformations)) {\n\t\t\tif (typeof this.transformations[id].set === 'function') {\n\t\t\t\tvalue = this.transformations[id].set.call (null, key, value);\n\t\t\t}\n\t\t}\n\n\t\treturn this.adapter.update (key, value).then (({key, value}) => {\n\t\t\tfor (const callback of this.callbacks.update) {\n\t\t\t\tcallback.call (null, key, value);\n\t\t\t}\n\t\t\treturn Promise.resolve ({key, value});\n\t\t});\n\t}\n\n\t/**\n\t * Retrieves a value from storage given it's key\n\t *\n\t * @param {string} - Key with which the value was saved\n\t * @return {Promise|Promise|Promise} - Resolves to the retreived value\n\t * or its rejected if it doesn't exist.\n\t */\n\tget (key) {\n\t\treturn this.adapter.get (key).then ((value) => {\n\t\t\t// Apply all get transformations to the value\n\t\t\tfor (const id of Object.keys (this.transformations)) {\n\t\t\t\tif (typeof this.transformations[id].get === 'function') {\n\t\t\t\t\tvalue = this.transformations[id].get.call (null, key, value);\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn value;\n\t\t});\n\t}\n\n\t/**\n\t * Retrieves all the values in the space in a key-value JSON object\n\t *\n\t * @return {Promise} - Resolves to the retreived values\n\t */\n\tgetAll () {\n\t\treturn this.adapter.getAll ().then ((values) => {\n\t\t\t// Apply all get transformations to the value\n\t\t\tfor (const key of Object.keys (values)) {\n\t\t\t\tfor (const id of Object.keys (this.transformations)) {\n\t\t\t\t\tif (typeof this.transformations[id].get === 'function') {\n\t\t\t\t\t\tvalues[key] = this.transformations[id].get.call (null, key, values[key]);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn values;\n\t\t});\n\t}\n\n\t/**\n\t * Iterate over every value in the space\n\t *\n\t * @param {function (key, value)} callback - A callback function receiving the\n\t * key and value of a value. Must return a callback\n\t * @return {Promise} - Resolves when all callbacks have been resolved.\n\t */\n\teach (callback) {\n\t\treturn this.getAll ().then ((values) => {\n\t\t\tconst promises = [];\n\t\t\tfor (const i of Object.keys (values)) {\n\t\t\t\tpromises.push (callback.call (this, i, values[i]));\n\t\t\t}\n\t\t\treturn Promise.all (promises);\n\t\t});\n\t}\n\n\t/**\n\t * Check if a space contains a given key. Not all adapters may give this information\n\t *\n\t * @param {string} key - Key to look for.\n\t * @return {Promise} - Promise gets resolved if it exists and rejected if\n\t * doesn't\n\t */\n\tcontains (key) {\n\t\treturn this.adapter.contains (key);\n\t}\n\n\t/**\n\t * Upgrade a Space Version. Not all adapters may provide this functionality\n\t *\n\t * @param oldVersion {string} - The version of the storage to be upgraded\n\t * @param newVersion {string} - The version to be upgraded to\n\t * @param callback {function} - Function to transform the old stored values to the new version's format\n\t *\n\t * @returns {Promise} - Result of the upgrade operation\n\t */\n\tupgrade (oldVersion, newVersion, callback) {\n\t\treturn this.adapter.upgrade (oldVersion, newVersion, callback).then (() => {\n\t\t\treturn Promise.resolve (this);\n\t\t});\n\t}\n\n\t/**\n\t * Rename a Space. Not all adapters may provide this functionality\n\t *\n\t * @param {string} name - New name to be used.\n\t * @returns {Promise} Result of the rename operation\n\t */\n\trename (name) {\n\t\treturn this.adapter.rename (name);\n\t}\n\n\t/**\n\t * Add a callback function to be run every time a value is created.\n\t *\n\t * @param {function (key, value)} callback - Callback Function. Key and Value pair will be sent as parameters when run.\n\t */\n\tonCreate (callback) {\n\t\tthis.callbacks.create.push (callback);\n\t}\n\n\t/**\n\t * Add a callback function to be run every time a value is updated.\n\t *\n\t * @param {function (key, value)} callback - Callback Function. Key and Value pair will be sent as parameters when run.\n\t */\n\tonUpdate (callback) {\n\t\tthis.callbacks.update.push (callback);\n\t}\n\n\t/**\n\t * Add a callback function to be run every time a value is deleted.\n\t *\n\t * @param {function (key, value)} callback - Callback Function. Key and Value pair will be sent as parameters when run.\n\t */\n\tonDelete (callback) {\n\t\tthis.callbacks.delete.push (callback);\n\t}\n\n\t/**\n\t * Add a transformation function to the space.\n\t *\n\t * @param {string} id - Unique transformation name or identifier\n\t * @param {function (key, value)|null} get - Transformation function to apply to the content before\n\t * returning the value when using the get () function .\n\t * @param {function (key, value)|null} set - Transformation function to apply to the content before\n\t * saving it when using the set () function befo.\n\t */\n\taddTransformation ({id, get, set}) {\n\t\tthis.transformations[id] = {\n\t\t\tid,\n\t\t\tget,\n\t\t\tset\n\t\t};\n\t}\n\n\t/**\n\t * Remove a transformation function given its id\n\t *\n\t * @param {string} id - Name or identifier of the transformation to remove\n\t */\n\tremoveTransformation (id) {\n\t\tdelete this.transformations[id];\n\t}\n\n\t/**\n\t * Get the key that corresponds to a given index in the storage. Not all adapters may provide this functionality\n\t *\n\t * @param {Number} index - Index to get the key from\n\t * @param {boolean} [full = false] - Whether to return the full key name including space id or just the key name\n\t * @return {Promise} - Resolves to the key's name\n\t */\n\tkey (index, full = false) {\n\t\treturn this.adapter.key (index, full);\n\t}\n\n\t/**\n\t * Return all keys stored in the space. Not all adapters may provide this functionality\n\t *\n\t * @param {boolean} [full = false] - Whether to return the full key name including space id or just the key name\n\t * @return {Promise} - Array of keys\n\t */\n\tkeys (full = false) {\n\t\treturn this.adapter.keys (full);\n\t}\n\n\t/**\n\t * Delete a value from the space given it's key\n\t *\n\t * @param {string} key - Key of the item to delete\n\t * @return {Promise} - Resolves to the key and value of the deleted object\n\t */\n\tremove (key) {\n\t\treturn this.adapter.remove (key).then ((value) => {\n\t\t\t// Run the callback for deletions\n\t\t\tfor (const callback of this.callbacks.delete) {\n\t\t\t\tcallback.call (null, key, value);\n\t\t\t}\n\t\t});\n\t}\n\n\t/**\n\t * Clear the entire space\n\t *\n\t * @return {Promise} - Result of the clear operation\n\t */\n\tclear () {\n\t\treturn this.adapter.clear ();\n\t}\n}","/**\n* ==============================\n* Text\n* ==============================\n*/\n\n/**\n * Provides utility functions for texts\n * @class\n */\nexport class Text {\n\n\t/**\n\t * @static capitalize - Capatalizes every word in a string\n\t *\n\t * @param {string} text - Text string to capitalize\n\t * @return {string} - Capitalized string\n\t */\n\tstatic capitalize (text) {\n\t\treturn text.replace (/\\w\\S*/g, (txt) => {\n\t\t\treturn txt.charAt (0).toUpperCase () + txt.substr (1).toLowerCase ();\n\t\t});\n\t}\n\n\t/**\n\t * @static suffix - Gets the suffix of a string given a key\n\t *\n\t * @param {string} key - Key part of the string\n\t * @param {string} text - Full string to extract the suffix from\n\t * @return {string} - Suffix\n\t */\n\tstatic suffix (key, text) {\n\t\tlet suffix = '';\n\t\tlet position = text.indexOf (key);\n\t\tif (position !== -1) {\n\t\t\tposition += key.length;\n\t\t\tsuffix = text.substr (position, text.length - position);\n\t\t}\n\t\treturn suffix;\n\t}\n\n\n\t/**\n\t * @static selection - Get the currently selected text\n\t *\n\t * @return {string} - Text selection\n\t */\n\tstatic selection () {\n\t\tif (window.getSelection) {\n\t\t\treturn window.getSelection ().toString ();\n\t\t} else if (document.selection && document.selection.type != 'Control') {\n\t\t\treturn document.selection.createRange ().text;\n\t\t}\n\t}\n\n\t/**\n\t * @static prefix - Gets the prefix of a string given a key\n\t *\n\t * @param {string} key - Key part of the string\n\t * @param {string} text - Full string to extract the prefix from\n\t * @return {string} - Prefix\n\t */\n\tstatic prefix (key, text) {\n\t\tlet prefix = '';\n\t\tconst position = text.indexOf (key);\n\t\tif (position != -1) {\n\t\t\tprefix = text.substr (0, position);\n\t\t}\n\t\treturn prefix;\n\t}\n\n\t/**\n\t * @static friendly - Transforms a given text into a friendly URL string replacing all special characters\n\t *\n\t * @param {string} text - The text to build the url from\n\t * @return {string} - Friendly URL\n\t */\n\tstatic friendly (text) {\n\t\tconst regex = [\n\t\t\t/[áàâãªä]/,\n\t\t\t/[ÁÀÂÃÄ]/,\n\t\t\t/[ÍÌÎÏ]/,\n\t\t\t/[íìîï]/,\n\t\t\t/[éèêë]/,\n\t\t\t/[ÉÈÊË]/,\n\t\t\t/[óòôõºö]/,\n\t\t\t/[ÓÒÔÕÖ]/,\n\t\t\t/[úùûü]/,\n\t\t\t/[ÚÙÛÜ]/,\n\t\t\t/ç/,\n\t\t\t/Ç/,\n\t\t\t/ñ/,\n\t\t\t/Ñ/,\n\t\t\t/_/,\n\t\t\t/[’‘‹›<>']/,\n\t\t\t/[“”«»„\"]/,\n\t\t\t/[(){}[\\]]/,\n\t\t\t/[?¿!¡#$%&^*´`~/°|]/,\n\t\t\t/[,.:;]/,\n\t\t\t/ /\n\t\t];\n\n\t\tconst replacements = [\n\t\t\t'a',\n\t\t\t'A',\n\t\t\t'I',\n\t\t\t'i',\n\t\t\t'e',\n\t\t\t'E',\n\t\t\t'o',\n\t\t\t'O',\n\t\t\t'u',\n\t\t\t'U',\n\t\t\t'c',\n\t\t\t'C',\n\t\t\t'n',\n\t\t\t'N',\n\t\t\t'-',\n\t\t\t'',\n\t\t\t'',\n\t\t\t'',\n\t\t\t'',\n\t\t\t'',\n\t\t\t'-'\n\t\t];\n\n\t\tfor (const index in regex) {\n\t\t\ttext = text.replace(new RegExp(regex[index], 'g'), replacements[index]);\n\t\t}\n\n\t\treturn text;\n\t}\n}","/**\n* ==============================\n* Util\n* ==============================\n*/\n\n/**\n * Provides diverse utility functions\n * @class\n */\nexport class Util {\n\n\n\t/**\n\t * @static callAsync - Calls any function using promises to keep a standard\n\t * behavior between async and sync functions.\n\t *\n\t * @param {funcion} callable - The function to run\n\t * @param {Object} context - The object `this` will be mapped to\n\t * @param {any} ...args - List of parameters to pass to the function when called\n\t * @return {Promise} - A promise that resolves to the result of the function\n\t */\n\tstatic callAsync (callable, context, ...args) {\n\t\ttry {\n\t\t\t// Call the provided function using the context and arguments given\n\t\t\tconst result = callable.apply (context, args);\n\n\t\t\t// Check if the function returned a simple value or a Promise\n\t\t\tif (result instanceof Promise) {\n\t\t\t\treturn result;\n\t\t\t} else {\n\t\t\t\treturn Promise.resolve (result);\n\t\t\t}\n\t\t} catch (e) {\n\t\t\treturn Promise.reject (e);\n\t\t}\n\t}\n\n\t/**\n\t * @static uuid - Creates a UUID. This UUIDs should not be trusted for uniqueness\n\t *\n\t * @return {string} - Generated UUID\n\t */\n\tstatic uuid () {\n\t\tif (window.crypto) {\n\t\t\treturn ([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g, (c) =>\n\t\t\t\t(c ^ crypto.getRandomValues(new Uint8Array(1))[0] & 15 >> c / 4).toString (16)\n\t\t\t);\n\t\t} else {\n\t\t\tconst generate = () => Math.floor ((1 + Math.random()) * 0x10000).toString (16).substring (1);\n\t\t\treturn generate () + generate () + '-' + generate () + '-' + generate () + '-' +\n\t\t\tgenerate () + '-' + generate () + generate () + generate ();\n\t\t}\n\t}\n}","export * from './src/Debug';\nexport * from './src/DOM';\nexport * from './src/FileSystem';\nexport * from './src/Form';\nexport * from './src/Platform';\nexport * from './src/Preload';\nexport * from './src/Request';\nexport * from './src/Space';\nexport * from './src/Text';\nexport * from './src/Util';","/*!\n * \n * typed.js - A JavaScript Typing Animation Library\n * Author: Matt Boldt \n * Version: v2.0.11\n * Url: https://github.com/mattboldt/typed.js\n * License(s): MIT\n * \n */\n(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"Typed\"] = factory();\n\telse\n\t\troot[\"Typed\"] = factory();\n})(this, function() {\nreturn /******/ (function(modules) { // webpackBootstrap\n/******/ \t// The module cache\n/******/ \tvar installedModules = {};\n/******/\n/******/ \t// The require function\n/******/ \tfunction __webpack_require__(moduleId) {\n/******/\n/******/ \t\t// Check if module is in cache\n/******/ \t\tif(installedModules[moduleId])\n/******/ \t\t\treturn installedModules[moduleId].exports;\n/******/\n/******/ \t\t// Create a new module (and put it into the cache)\n/******/ \t\tvar module = installedModules[moduleId] = {\n/******/ \t\t\texports: {},\n/******/ \t\t\tid: moduleId,\n/******/ \t\t\tloaded: false\n/******/ \t\t};\n/******/\n/******/ \t\t// Execute the module function\n/******/ \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n/******/\n/******/ \t\t// Flag the module as loaded\n/******/ \t\tmodule.loaded = true;\n/******/\n/******/ \t\t// Return the exports of the module\n/******/ \t\treturn module.exports;\n/******/ \t}\n/******/\n/******/\n/******/ \t// expose the modules object (__webpack_modules__)\n/******/ \t__webpack_require__.m = modules;\n/******/\n/******/ \t// expose the module cache\n/******/ \t__webpack_require__.c = installedModules;\n/******/\n/******/ \t// __webpack_public_path__\n/******/ \t__webpack_require__.p = \"\";\n/******/\n/******/ \t// Load entry module and return exports\n/******/ \treturn __webpack_require__(0);\n/******/ })\n/************************************************************************/\n/******/ ([\n/* 0 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t'use strict';\n\t\n\tObject.defineProperty(exports, '__esModule', {\n\t value: true\n\t});\n\t\n\tvar _createClass = (function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ('value' in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; })();\n\t\n\tfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError('Cannot call a class as a function'); } }\n\t\n\tvar _initializerJs = __webpack_require__(1);\n\t\n\tvar _htmlParserJs = __webpack_require__(3);\n\t\n\t/**\n\t * Welcome to Typed.js!\n\t * @param {string} elementId HTML element ID _OR_ HTML element\n\t * @param {object} options options object\n\t * @returns {object} a new Typed object\n\t */\n\t\n\tvar Typed = (function () {\n\t function Typed(elementId, options) {\n\t _classCallCheck(this, Typed);\n\t\n\t // Initialize it up\n\t _initializerJs.initializer.load(this, options, elementId);\n\t // All systems go!\n\t this.begin();\n\t\n\t this.inlineSpeed = this.typeSpeed;\n\t }\n\t\n\t /**\n\t * Toggle start() and stop() of the Typed instance\n\t * @public\n\t */\n\t\n\t _createClass(Typed, [{\n\t key: 'toggle',\n\t value: function toggle() {\n\t this.pause.status ? this.start() : this.stop();\n\t }\n\t\n\t /**\n\t * Stop typing / backspacing and enable cursor blinking\n\t * @public\n\t */\n\t }, {\n\t key: 'stop',\n\t value: function stop() {\n\t if (this.typingComplete) return;\n\t if (this.pause.status) return;\n\t this.toggleBlinking(true);\n\t this.pause.status = true;\n\t this.options.onStop(this.arrayPos, this);\n\t }\n\t\n\t /**\n\t * Start typing / backspacing after being stopped\n\t * @public\n\t */\n\t }, {\n\t key: 'start',\n\t value: function start() {\n\t if (this.typingComplete) return;\n\t if (!this.pause.status) return;\n\t this.pause.status = false;\n\t if (this.pause.typewrite) {\n\t this.typewrite(this.pause.curString, this.pause.curStrPos);\n\t } else {\n\t this.backspace(this.pause.curString, this.pause.curStrPos);\n\t }\n\t this.options.onStart(this.arrayPos, this);\n\t }\n\t\n\t /**\n\t * Destroy this instance of Typed\n\t * @public\n\t */\n\t }, {\n\t key: 'destroy',\n\t value: function destroy() {\n\t this.reset(false);\n\t this.options.onDestroy(this);\n\t }\n\t\n\t /**\n\t * Reset Typed and optionally restarts\n\t * @param {boolean} restart\n\t * @public\n\t */\n\t }, {\n\t key: 'reset',\n\t value: function reset() {\n\t var restart = arguments.length <= 0 || arguments[0] === undefined ? true : arguments[0];\n\t\n\t clearInterval(this.timeout);\n\t this.replaceText('');\n\t if (this.cursor && this.cursor.parentNode) {\n\t this.cursor.parentNode.removeChild(this.cursor);\n\t this.cursor = null;\n\t }\n\t this.strPos = 0;\n\t this.arrayPos = 0;\n\t this.curLoop = 0;\n\t if (restart) {\n\t this.insertCursor();\n\t this.options.onReset(this);\n\t this.begin();\n\t }\n\t }\n\t\n\t /**\n\t * Begins the typing animation\n\t * @private\n\t */\n\t }, {\n\t key: 'begin',\n\t value: function begin() {\n\t var _this = this;\n\t\n\t this.options.onBegin(this);\n\t this.typingComplete = false;\n\t this.shuffleStringsIfNeeded(this);\n\t this.insertCursor();\n\t if (this.bindInputFocusEvents) this.bindFocusEvents();\n\t this.timeout = setTimeout(function () {\n\t // Check if there is some text in the element, if yes start by backspacing the default message\n\t if (!_this.currentElContent || _this.currentElContent.length === 0) {\n\t _this.typewrite(_this.strings[_this.sequence[_this.arrayPos]], _this.strPos);\n\t } else {\n\t // Start typing\n\t _this.backspace(_this.currentElContent, _this.currentElContent.length);\n\t }\n\t }, this.startDelay);\n\t }\n\t\n\t /**\n\t * Called for each character typed\n\t * @param {string} curString the current string in the strings array\n\t * @param {number} curStrPos the current position in the curString\n\t * @private\n\t */\n\t }, {\n\t key: 'typewrite',\n\t value: function typewrite(curString, curStrPos) {\n\t var _this2 = this;\n\t\n\t if (this.fadeOut && this.el.classList.contains(this.fadeOutClass)) {\n\t this.el.classList.remove(this.fadeOutClass);\n\t if (this.cursor) this.cursor.classList.remove(this.fadeOutClass);\n\t }\n\t\n\t var humanize = this.humanizer(this.inlineSpeed);\n\t var numChars = 1;\n\t\n\t if (this.pause.status === true) {\n\t this.setPauseStatus(curString, curStrPos, true);\n\t return;\n\t }\n\t\n\t // contain typing function in a timeout humanize'd delay\n\t this.timeout = setTimeout(function () {\n\t // skip over any HTML chars\n\t curStrPos = _htmlParserJs.htmlParser.typeHtmlChars(curString, curStrPos, _this2);\n\t\n\t var pauseTime = 0;\n\t var substr = curString.substr(curStrPos);\n\t // check for an escape character before a pause value\n\t // format: \\{pause:\\d+\\} .. eg: {pause:1000}\n\t if (substr.charAt(0) === '{' && substr.charAt(1) === 'p' && substr.charAt(2) === 'a' && substr.charAt(3) === 'u' && substr.charAt(4) === 's' && substr.charAt(5) === 'e' && substr.charAt(6) === ':') {\n\t if (/^\\{pause:(\\d+)\\}/.test(substr)) {\n\t var skip = 1; // skip at least 1\n\t substr = /\\{pause:(\\d+)\\}/.exec(substr)[0];\n\t skip += substr.length;\n\t pauseTime = parseInt(substr.replace(/\\{pause:(\\d+)\\}/, '$1'));\n\t _this2.temporaryPause = true;\n\t _this2.options.onTypingPaused(_this2.arrayPos, _this2);\n\t // strip out the escape character and pause value so they're not printed\n\t curString = curString.substring(0, curStrPos) + curString.substring(curStrPos + skip);\n\t _this2.toggleBlinking(true);\n\t }\n\t }\n\t\n\t if (substr.charAt(0) === '{' && substr.charAt(1) === 's' && substr.charAt(2) === 'p' && substr.charAt(3) === 'e' && substr.charAt(4) === 'e' && substr.charAt(5) === 'd' && substr.charAt(6) === ':') {\n\t if (/^\\{speed:(\\d+)\\}/.test(substr)) {\n\t var skip = 1; // skip at least 1\n\t substr = /\\{speed:(\\d+)\\}/.exec(substr)[0];\n\t skip += substr.length;\n\t var percentage = parseInt(substr.replace(/\\{speed:(\\d+)\\}/, '$1'));\n\t var calculatedSpeed = Math.floor(_this2.typeSpeed * 100 / percentage);\n\t _this2.inlineSpeed = calculatedSpeed > 0 ? calculatedSpeed : 0;\n\t\n\t // strip out the escape character and pause value so they're not printed\n\t curString = curString.substring(0, curStrPos) + curString.substring(curStrPos + skip);\n\t }\n\t }\n\t\n\t // check for skip characters formatted as\n\t // \"this is a `string to print NOW` ...\"\n\t if (substr.charAt(0) === '`') {\n\t while (curString.substr(curStrPos + numChars).charAt(0) !== '`') {\n\t numChars++;\n\t if (curStrPos + numChars > curString.length) break;\n\t }\n\t // strip out the escape characters and append all the string in between\n\t var stringBeforeSkip = curString.substring(0, curStrPos);\n\t var stringSkipped = curString.substring(stringBeforeSkip.length + 1, curStrPos + numChars);\n\t var stringAfterSkip = curString.substring(curStrPos + numChars + 1);\n\t curString = stringBeforeSkip + stringSkipped + stringAfterSkip;\n\t numChars--;\n\t }\n\t\n\t // timeout for any pause after a character\n\t _this2.timeout = setTimeout(function () {\n\t // Accounts for blinking while paused\n\t _this2.toggleBlinking(false);\n\t\n\t // We're done with this sentence!\n\t if (curStrPos >= curString.length) {\n\t _this2.doneTyping(curString, curStrPos);\n\t } else {\n\t _this2.keepTyping(curString, curStrPos, numChars);\n\t }\n\t // end of character pause\n\t if (_this2.temporaryPause) {\n\t _this2.temporaryPause = false;\n\t _this2.options.onTypingResumed(_this2.arrayPos, _this2);\n\t }\n\t }, pauseTime);\n\t\n\t // humanized value for typing\n\t }, humanize);\n\t }\n\t\n\t /**\n\t * Continue to the next string & begin typing\n\t * @param {string} curString the current string in the strings array\n\t * @param {number} curStrPos the current position in the curString\n\t * @private\n\t */\n\t }, {\n\t key: 'keepTyping',\n\t value: function keepTyping(curString, curStrPos, numChars) {\n\t // call before functions if applicable\n\t if (curStrPos === 0) {\n\t this.toggleBlinking(false);\n\t this.options.preStringTyped(this.arrayPos, this);\n\t }\n\t // start typing each new char into existing string\n\t // curString: arg, this.el.html: original text inside element\n\t curStrPos += numChars;\n\t var nextString = curString.substr(0, curStrPos);\n\t this.replaceText(nextString);\n\t // loop the function\n\t this.typewrite(curString, curStrPos);\n\t }\n\t\n\t /**\n\t * We're done typing the current string\n\t * @param {string} curString the current string in the strings array\n\t * @param {number} curStrPos the current position in the curString\n\t * @private\n\t */\n\t }, {\n\t key: 'doneTyping',\n\t value: function doneTyping(curString, curStrPos) {\n\t var _this3 = this;\n\t\n\t // fires callback function\n\t this.options.onStringTyped(this.arrayPos, this);\n\t this.toggleBlinking(true);\n\t // is this the final string\n\t if (this.arrayPos === this.strings.length - 1) {\n\t // callback that occurs on the last typed string\n\t this.complete();\n\t // quit if we wont loop back\n\t if (this.loop === false || this.curLoop === this.loopCount) {\n\t return;\n\t }\n\t }\n\t this.timeout = setTimeout(function () {\n\t _this3.backspace(curString, curStrPos);\n\t }, this.backDelay);\n\t }\n\t\n\t /**\n\t * Backspaces 1 character at a time\n\t * @param {string} curString the current string in the strings array\n\t * @param {number} curStrPos the current position in the curString\n\t * @private\n\t */\n\t }, {\n\t key: 'backspace',\n\t value: function backspace(curString, curStrPos) {\n\t var _this4 = this;\n\t\n\t if (this.pause.status === true) {\n\t this.setPauseStatus(curString, curStrPos, true);\n\t return;\n\t }\n\t if (this.fadeOut) return this.initFadeOut();\n\t\n\t this.toggleBlinking(false);\n\t var humanize = this.humanizer(this.backSpeed);\n\t\n\t this.timeout = setTimeout(function () {\n\t curStrPos = _htmlParserJs.htmlParser.backSpaceHtmlChars(curString, curStrPos, _this4);\n\t // replace text with base text + typed characters\n\t var curStringAtPosition = curString.substr(0, curStrPos);\n\t _this4.replaceText(curStringAtPosition);\n\t\n\t // if smartBack is enabled\n\t if (_this4.smartBackspace) {\n\t // the remaining part of the current string is equal of the same part of the new string\n\t var nextString = _this4.strings[_this4.arrayPos + 1];\n\t if (nextString && curStringAtPosition === nextString.substr(0, curStrPos)) {\n\t _this4.stopNum = curStrPos;\n\t } else {\n\t _this4.stopNum = 0;\n\t }\n\t }\n\t\n\t // if the number (id of character in current string) is\n\t // less than the stop number, keep going\n\t if (curStrPos > _this4.stopNum) {\n\t // subtract characters one by one\n\t curStrPos--;\n\t // loop the function\n\t _this4.backspace(curString, curStrPos);\n\t } else if (curStrPos <= _this4.stopNum) {\n\t // if the stop number has been reached, increase\n\t // array position to next string\n\t _this4.arrayPos++;\n\t // When looping, begin at the beginning after backspace complete\n\t if (_this4.arrayPos === _this4.strings.length) {\n\t _this4.arrayPos = 0;\n\t _this4.options.onLastStringBackspaced();\n\t _this4.shuffleStringsIfNeeded();\n\t _this4.begin();\n\t } else {\n\t _this4.typewrite(_this4.strings[_this4.sequence[_this4.arrayPos]], curStrPos);\n\t }\n\t }\n\t // humanized value for typing\n\t }, humanize);\n\t }\n\t\n\t /**\n\t * Full animation is complete\n\t * @private\n\t */\n\t }, {\n\t key: 'complete',\n\t value: function complete() {\n\t this.options.onComplete(this);\n\t if (this.loop) {\n\t this.curLoop++;\n\t } else {\n\t this.typingComplete = true;\n\t }\n\t }\n\t\n\t /**\n\t * Has the typing been stopped\n\t * @param {string} curString the current string in the strings array\n\t * @param {number} curStrPos the current position in the curString\n\t * @param {boolean} isTyping\n\t * @private\n\t */\n\t }, {\n\t key: 'setPauseStatus',\n\t value: function setPauseStatus(curString, curStrPos, isTyping) {\n\t this.pause.typewrite = isTyping;\n\t this.pause.curString = curString;\n\t this.pause.curStrPos = curStrPos;\n\t }\n\t\n\t /**\n\t * Toggle the blinking cursor\n\t * @param {boolean} isBlinking\n\t * @private\n\t */\n\t }, {\n\t key: 'toggleBlinking',\n\t value: function toggleBlinking(isBlinking) {\n\t if (!this.cursor) return;\n\t // if in paused state, don't toggle blinking a 2nd time\n\t if (this.pause.status) return;\n\t if (this.cursorBlinking === isBlinking) return;\n\t this.cursorBlinking = isBlinking;\n\t if (isBlinking) {\n\t this.cursor.classList.add('typed-cursor--blink');\n\t } else {\n\t this.cursor.classList.remove('typed-cursor--blink');\n\t }\n\t }\n\t\n\t /**\n\t * Speed in MS to type\n\t * @param {number} speed\n\t * @private\n\t */\n\t }, {\n\t key: 'humanizer',\n\t value: function humanizer(speed) {\n\t return Math.round(Math.random() * speed / 2) + speed;\n\t }\n\t\n\t /**\n\t * Shuffle the sequence of the strings array\n\t * @private\n\t */\n\t }, {\n\t key: 'shuffleStringsIfNeeded',\n\t value: function shuffleStringsIfNeeded() {\n\t if (!this.shuffle) return;\n\t this.sequence = this.sequence.sort(function () {\n\t return Math.random() - 0.5;\n\t });\n\t }\n\t\n\t /**\n\t * Adds a CSS class to fade out current string\n\t * @private\n\t */\n\t }, {\n\t key: 'initFadeOut',\n\t value: function initFadeOut() {\n\t var _this5 = this;\n\t\n\t this.el.className += ' ' + this.fadeOutClass;\n\t if (this.cursor) this.cursor.className += ' ' + this.fadeOutClass;\n\t return setTimeout(function () {\n\t _this5.arrayPos++;\n\t _this5.replaceText('');\n\t\n\t // Resets current string if end of loop reached\n\t if (_this5.strings.length > _this5.arrayPos) {\n\t _this5.typewrite(_this5.strings[_this5.sequence[_this5.arrayPos]], 0);\n\t } else {\n\t _this5.typewrite(_this5.strings[0], 0);\n\t _this5.arrayPos = 0;\n\t }\n\t }, this.fadeOutDelay);\n\t }\n\t\n\t /**\n\t * Replaces current text in the HTML element\n\t * depending on element type\n\t * @param {string} str\n\t * @private\n\t */\n\t }, {\n\t key: 'replaceText',\n\t value: function replaceText(str) {\n\t if (this.attr) {\n\t this.el.setAttribute(this.attr, str);\n\t } else {\n\t if (this.isInput) {\n\t this.el.value = str;\n\t } else if (this.contentType === 'html') {\n\t this.el.innerHTML = str;\n\t } else {\n\t this.el.textContent = str;\n\t }\n\t }\n\t }\n\t\n\t /**\n\t * If using input elements, bind focus in order to\n\t * start and stop the animation\n\t * @private\n\t */\n\t }, {\n\t key: 'bindFocusEvents',\n\t value: function bindFocusEvents() {\n\t var _this6 = this;\n\t\n\t if (!this.isInput) return;\n\t this.el.addEventListener('focus', function (e) {\n\t _this6.stop();\n\t });\n\t this.el.addEventListener('blur', function (e) {\n\t if (_this6.el.value && _this6.el.value.length !== 0) {\n\t return;\n\t }\n\t _this6.start();\n\t });\n\t }\n\t\n\t /**\n\t * On init, insert the cursor element\n\t * @private\n\t */\n\t }, {\n\t key: 'insertCursor',\n\t value: function insertCursor() {\n\t if (!this.showCursor) return;\n\t if (this.cursor) return;\n\t this.cursor = document.createElement('span');\n\t this.cursor.className = 'typed-cursor';\n\t this.cursor.innerHTML = this.cursorChar;\n\t this.el.parentNode && this.el.parentNode.insertBefore(this.cursor, this.el.nextSibling);\n\t }\n\t }]);\n\t\n\t return Typed;\n\t})();\n\t\n\texports['default'] = Typed;\n\tmodule.exports = exports['default'];\n\n/***/ }),\n/* 1 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t'use strict';\n\t\n\tObject.defineProperty(exports, '__esModule', {\n\t value: true\n\t});\n\t\n\tvar _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };\n\t\n\tvar _createClass = (function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ('value' in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; })();\n\t\n\tfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\t\n\tfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError('Cannot call a class as a function'); } }\n\t\n\tvar _defaultsJs = __webpack_require__(2);\n\t\n\tvar _defaultsJs2 = _interopRequireDefault(_defaultsJs);\n\t\n\t/**\n\t * Initialize the Typed object\n\t */\n\t\n\tvar Initializer = (function () {\n\t function Initializer() {\n\t _classCallCheck(this, Initializer);\n\t }\n\t\n\t _createClass(Initializer, [{\n\t key: 'load',\n\t\n\t /**\n\t * Load up defaults & options on the Typed instance\n\t * @param {Typed} self instance of Typed\n\t * @param {object} options options object\n\t * @param {string} elementId HTML element ID _OR_ instance of HTML element\n\t * @private\n\t */\n\t\n\t value: function load(self, options, elementId) {\n\t // chosen element to manipulate text\n\t if (typeof elementId === 'string') {\n\t self.el = document.querySelector(elementId);\n\t } else {\n\t self.el = elementId;\n\t }\n\t\n\t self.options = _extends({}, _defaultsJs2['default'], options);\n\t\n\t // attribute to type into\n\t self.isInput = self.el.tagName.toLowerCase() === 'input';\n\t self.attr = self.options.attr;\n\t self.bindInputFocusEvents = self.options.bindInputFocusEvents;\n\t\n\t // show cursor\n\t self.showCursor = self.isInput ? false : self.options.showCursor;\n\t\n\t // custom cursor\n\t self.cursorChar = self.options.cursorChar;\n\t\n\t // Is the cursor blinking\n\t self.cursorBlinking = true;\n\t\n\t // text content of element\n\t self.elContent = self.attr ? self.el.getAttribute(self.attr) : self.el.textContent;\n\t\n\t // html or plain text\n\t self.contentType = self.options.contentType;\n\t\n\t // typing speed\n\t self.typeSpeed = self.options.typeSpeed;\n\t\n\t // add a delay before typing starts\n\t self.startDelay = self.options.startDelay;\n\t\n\t // backspacing speed\n\t self.backSpeed = self.options.backSpeed;\n\t\n\t // only backspace what doesn't match the previous string\n\t self.smartBackspace = self.options.smartBackspace;\n\t\n\t // amount of time to wait before backspacing\n\t self.backDelay = self.options.backDelay;\n\t\n\t // Fade out instead of backspace\n\t self.fadeOut = self.options.fadeOut;\n\t self.fadeOutClass = self.options.fadeOutClass;\n\t self.fadeOutDelay = self.options.fadeOutDelay;\n\t\n\t // variable to check whether typing is currently paused\n\t self.isPaused = false;\n\t\n\t // input strings of text\n\t self.strings = self.options.strings.map(function (s) {\n\t return s.trim();\n\t });\n\t\n\t // div containing strings\n\t if (typeof self.options.stringsElement === 'string') {\n\t self.stringsElement = document.querySelector(self.options.stringsElement);\n\t } else {\n\t self.stringsElement = self.options.stringsElement;\n\t }\n\t\n\t if (self.stringsElement) {\n\t self.strings = [];\n\t self.stringsElement.style.display = 'none';\n\t var strings = Array.prototype.slice.apply(self.stringsElement.children);\n\t var stringsLength = strings.length;\n\t\n\t if (stringsLength) {\n\t for (var i = 0; i < stringsLength; i += 1) {\n\t var stringEl = strings[i];\n\t self.strings.push(stringEl.innerHTML.trim());\n\t }\n\t }\n\t }\n\t\n\t // character number position of current string\n\t self.strPos = 0;\n\t\n\t // current array position\n\t self.arrayPos = 0;\n\t\n\t // index of string to stop backspacing on\n\t self.stopNum = 0;\n\t\n\t // Looping logic\n\t self.loop = self.options.loop;\n\t self.loopCount = self.options.loopCount;\n\t self.curLoop = 0;\n\t\n\t // shuffle the strings\n\t self.shuffle = self.options.shuffle;\n\t // the order of strings\n\t self.sequence = [];\n\t\n\t self.pause = {\n\t status: false,\n\t typewrite: true,\n\t curString: '',\n\t curStrPos: 0\n\t };\n\t\n\t // When the typing is complete (when not looped)\n\t self.typingComplete = false;\n\t\n\t // Set the order in which the strings are typed\n\t for (var i in self.strings) {\n\t self.sequence[i] = i;\n\t }\n\t\n\t // If there is some text in the element\n\t self.currentElContent = this.getCurrentElContent(self);\n\t\n\t self.autoInsertCss = self.options.autoInsertCss;\n\t\n\t this.appendAnimationCss(self);\n\t }\n\t }, {\n\t key: 'getCurrentElContent',\n\t value: function getCurrentElContent(self) {\n\t var elContent = '';\n\t if (self.attr) {\n\t elContent = self.el.getAttribute(self.attr);\n\t } else if (self.isInput) {\n\t elContent = self.el.value;\n\t } else if (self.contentType === 'html') {\n\t elContent = self.el.innerHTML;\n\t } else {\n\t elContent = self.el.textContent;\n\t }\n\t return elContent;\n\t }\n\t }, {\n\t key: 'appendAnimationCss',\n\t value: function appendAnimationCss(self) {\n\t var cssDataName = 'data-typed-js-css';\n\t if (!self.autoInsertCss) {\n\t return;\n\t }\n\t if (!self.showCursor && !self.fadeOut) {\n\t return;\n\t }\n\t if (document.querySelector('[' + cssDataName + ']')) {\n\t return;\n\t }\n\t\n\t var css = document.createElement('style');\n\t css.type = 'text/css';\n\t css.setAttribute(cssDataName, true);\n\t\n\t var innerCss = '';\n\t if (self.showCursor) {\n\t innerCss += '\\n .typed-cursor{\\n opacity: 1;\\n }\\n .typed-cursor.typed-cursor--blink{\\n animation: typedjsBlink 0.7s infinite;\\n -webkit-animation: typedjsBlink 0.7s infinite;\\n animation: typedjsBlink 0.7s infinite;\\n }\\n @keyframes typedjsBlink{\\n 50% { opacity: 0.0; }\\n }\\n @-webkit-keyframes typedjsBlink{\\n 0% { opacity: 1; }\\n 50% { opacity: 0.0; }\\n 100% { opacity: 1; }\\n }\\n ';\n\t }\n\t if (self.fadeOut) {\n\t innerCss += '\\n .typed-fade-out{\\n opacity: 0;\\n transition: opacity .25s;\\n }\\n .typed-cursor.typed-cursor--blink.typed-fade-out{\\n -webkit-animation: 0;\\n animation: 0;\\n }\\n ';\n\t }\n\t if (css.length === 0) {\n\t return;\n\t }\n\t css.innerHTML = innerCss;\n\t document.body.appendChild(css);\n\t }\n\t }]);\n\t\n\t return Initializer;\n\t})();\n\t\n\texports['default'] = Initializer;\n\tvar initializer = new Initializer();\n\texports.initializer = initializer;\n\n/***/ }),\n/* 2 */\n/***/ (function(module, exports) {\n\n\t/**\n\t * Defaults & options\n\t * @returns {object} Typed defaults & options\n\t * @public\n\t */\n\t\n\t'use strict';\n\t\n\tObject.defineProperty(exports, '__esModule', {\n\t value: true\n\t});\n\tvar defaults = {\n\t /**\n\t * @property {array} strings strings to be typed\n\t * @property {string} stringsElement ID of element containing string children\n\t */\n\t strings: ['These are the default values...', 'You know what you should do?', 'Use your own!', 'Have a great day!'],\n\t stringsElement: null,\n\t\n\t /**\n\t * @property {number} typeSpeed type speed in milliseconds\n\t */\n\t typeSpeed: 0,\n\t\n\t /**\n\t * @property {number} startDelay time before typing starts in milliseconds\n\t */\n\t startDelay: 0,\n\t\n\t /**\n\t * @property {number} backSpeed backspacing speed in milliseconds\n\t */\n\t backSpeed: 0,\n\t\n\t /**\n\t * @property {boolean} smartBackspace only backspace what doesn't match the previous string\n\t */\n\t smartBackspace: true,\n\t\n\t /**\n\t * @property {boolean} shuffle shuffle the strings\n\t */\n\t shuffle: false,\n\t\n\t /**\n\t * @property {number} backDelay time before backspacing in milliseconds\n\t */\n\t backDelay: 700,\n\t\n\t /**\n\t * @property {boolean} fadeOut Fade out instead of backspace\n\t * @property {string} fadeOutClass css class for fade animation\n\t * @property {boolean} fadeOutDelay Fade out delay in milliseconds\n\t */\n\t fadeOut: false,\n\t fadeOutClass: 'typed-fade-out',\n\t fadeOutDelay: 500,\n\t\n\t /**\n\t * @property {boolean} loop loop strings\n\t * @property {number} loopCount amount of loops\n\t */\n\t loop: false,\n\t loopCount: Infinity,\n\t\n\t /**\n\t * @property {boolean} showCursor show cursor\n\t * @property {string} cursorChar character for cursor\n\t * @property {boolean} autoInsertCss insert CSS for cursor and fadeOut into HTML \n\t */\n\t showCursor: true,\n\t cursorChar: '|',\n\t autoInsertCss: true,\n\t\n\t /**\n\t * @property {string} attr attribute for typing\n\t * Ex: input placeholder, value, or just HTML text\n\t */\n\t attr: null,\n\t\n\t /**\n\t * @property {boolean} bindInputFocusEvents bind to focus and blur if el is text input\n\t */\n\t bindInputFocusEvents: false,\n\t\n\t /**\n\t * @property {string} contentType 'html' or 'null' for plaintext\n\t */\n\t contentType: 'html',\n\t\n\t /**\n\t * Before it begins typing\n\t * @param {Typed} self\n\t */\n\t onBegin: function onBegin(self) {},\n\t\n\t /**\n\t * All typing is complete\n\t * @param {Typed} self\n\t */\n\t onComplete: function onComplete(self) {},\n\t\n\t /**\n\t * Before each string is typed\n\t * @param {number} arrayPos\n\t * @param {Typed} self\n\t */\n\t preStringTyped: function preStringTyped(arrayPos, self) {},\n\t\n\t /**\n\t * After each string is typed\n\t * @param {number} arrayPos\n\t * @param {Typed} self\n\t */\n\t onStringTyped: function onStringTyped(arrayPos, self) {},\n\t\n\t /**\n\t * During looping, after last string is typed\n\t * @param {Typed} self\n\t */\n\t onLastStringBackspaced: function onLastStringBackspaced(self) {},\n\t\n\t /**\n\t * Typing has been stopped\n\t * @param {number} arrayPos\n\t * @param {Typed} self\n\t */\n\t onTypingPaused: function onTypingPaused(arrayPos, self) {},\n\t\n\t /**\n\t * Typing has been started after being stopped\n\t * @param {number} arrayPos\n\t * @param {Typed} self\n\t */\n\t onTypingResumed: function onTypingResumed(arrayPos, self) {},\n\t\n\t /**\n\t * After reset\n\t * @param {Typed} self\n\t */\n\t onReset: function onReset(self) {},\n\t\n\t /**\n\t * After stop\n\t * @param {number} arrayPos\n\t * @param {Typed} self\n\t */\n\t onStop: function onStop(arrayPos, self) {},\n\t\n\t /**\n\t * After start\n\t * @param {number} arrayPos\n\t * @param {Typed} self\n\t */\n\t onStart: function onStart(arrayPos, self) {},\n\t\n\t /**\n\t * After destroy\n\t * @param {Typed} self\n\t */\n\t onDestroy: function onDestroy(self) {}\n\t};\n\t\n\texports['default'] = defaults;\n\tmodule.exports = exports['default'];\n\n/***/ }),\n/* 3 */\n/***/ (function(module, exports) {\n\n\t/**\n\t * TODO: These methods can probably be combined somehow\n\t * Parse HTML tags & HTML Characters\n\t */\n\t\n\t'use strict';\n\t\n\tObject.defineProperty(exports, '__esModule', {\n\t value: true\n\t});\n\t\n\tvar _createClass = (function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ('value' in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; })();\n\t\n\tfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError('Cannot call a class as a function'); } }\n\t\n\tvar HTMLParser = (function () {\n\t function HTMLParser() {\n\t _classCallCheck(this, HTMLParser);\n\t }\n\t\n\t _createClass(HTMLParser, [{\n\t key: 'typeHtmlChars',\n\t\n\t /**\n\t * Type HTML tags & HTML Characters\n\t * @param {string} curString Current string\n\t * @param {number} curStrPos Position in current string\n\t * @param {Typed} self instance of Typed\n\t * @returns {number} a new string position\n\t * @private\n\t */\n\t\n\t value: function typeHtmlChars(curString, curStrPos, self) {\n\t if (self.contentType !== 'html') return curStrPos;\n\t var curChar = curString.substr(curStrPos).charAt(0);\n\t if (curChar === '<' || curChar === '&') {\n\t var endTag = '';\n\t if (curChar === '<') {\n\t endTag = '>';\n\t } else {\n\t endTag = ';';\n\t }\n\t while (curString.substr(curStrPos + 1).charAt(0) !== endTag) {\n\t curStrPos++;\n\t if (curStrPos + 1 > curString.length) {\n\t break;\n\t }\n\t }\n\t curStrPos++;\n\t }\n\t return curStrPos;\n\t }\n\t\n\t /**\n\t * Backspace HTML tags and HTML Characters\n\t * @param {string} curString Current string\n\t * @param {number} curStrPos Position in current string\n\t * @param {Typed} self instance of Typed\n\t * @returns {number} a new string position\n\t * @private\n\t */\n\t }, {\n\t key: 'backSpaceHtmlChars',\n\t value: function backSpaceHtmlChars(curString, curStrPos, self) {\n\t if (self.contentType !== 'html') return curStrPos;\n\t var curChar = curString.substr(curStrPos).charAt(0);\n\t if (curChar === '>' || curChar === ';') {\n\t var endTag = '';\n\t if (curChar === '>') {\n\t endTag = '<';\n\t } else {\n\t endTag = '&';\n\t }\n\t while (curString.substr(curStrPos - 1).charAt(0) !== endTag) {\n\t curStrPos--;\n\t if (curStrPos < 0) {\n\t break;\n\t }\n\t }\n\t curStrPos--;\n\t }\n\t return curStrPos;\n\t }\n\t }]);\n\t\n\t return HTMLParser;\n\t})();\n\t\n\texports['default'] = HTMLParser;\n\tvar htmlParser = new HTMLParser();\n\texports.htmlParser = htmlParser;\n\n/***/ })\n/******/ ])\n});\n;","'use strict'\n\nexports.byteLength = byteLength\nexports.toByteArray = toByteArray\nexports.fromByteArray = fromByteArray\n\nvar lookup = []\nvar revLookup = []\nvar Arr = typeof Uint8Array !== 'undefined' ? Uint8Array : Array\n\nvar code = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'\nfor (var i = 0, len = code.length; i < len; ++i) {\n lookup[i] = code[i]\n revLookup[code.charCodeAt(i)] = i\n}\n\n// Support decoding URL-safe base64 strings, as Node.js does.\n// See: https://en.wikipedia.org/wiki/Base64#URL_applications\nrevLookup['-'.charCodeAt(0)] = 62\nrevLookup['_'.charCodeAt(0)] = 63\n\nfunction getLens (b64) {\n var len = b64.length\n\n if (len % 4 > 0) {\n throw new Error('Invalid string. Length must be a multiple of 4')\n }\n\n // Trim off extra bytes after placeholder bytes are found\n // See: https://github.com/beatgammit/base64-js/issues/42\n var validLen = b64.indexOf('=')\n if (validLen === -1) validLen = len\n\n var placeHoldersLen = validLen === len\n ? 0\n : 4 - (validLen % 4)\n\n return [validLen, placeHoldersLen]\n}\n\n// base64 is 4/3 + up to two characters of the original data\nfunction byteLength (b64) {\n var lens = getLens(b64)\n var validLen = lens[0]\n var placeHoldersLen = lens[1]\n return ((validLen + placeHoldersLen) * 3 / 4) - placeHoldersLen\n}\n\nfunction _byteLength (b64, validLen, placeHoldersLen) {\n return ((validLen + placeHoldersLen) * 3 / 4) - placeHoldersLen\n}\n\nfunction toByteArray (b64) {\n var tmp\n var lens = getLens(b64)\n var validLen = lens[0]\n var placeHoldersLen = lens[1]\n\n var arr = new Arr(_byteLength(b64, validLen, placeHoldersLen))\n\n var curByte = 0\n\n // if there are placeholders, only get up to the last complete 4 chars\n var len = placeHoldersLen > 0\n ? validLen - 4\n : validLen\n\n var i\n for (i = 0; i < len; i += 4) {\n tmp =\n (revLookup[b64.charCodeAt(i)] << 18) |\n (revLookup[b64.charCodeAt(i + 1)] << 12) |\n (revLookup[b64.charCodeAt(i + 2)] << 6) |\n revLookup[b64.charCodeAt(i + 3)]\n arr[curByte++] = (tmp >> 16) & 0xFF\n arr[curByte++] = (tmp >> 8) & 0xFF\n arr[curByte++] = tmp & 0xFF\n }\n\n if (placeHoldersLen === 2) {\n tmp =\n (revLookup[b64.charCodeAt(i)] << 2) |\n (revLookup[b64.charCodeAt(i + 1)] >> 4)\n arr[curByte++] = tmp & 0xFF\n }\n\n if (placeHoldersLen === 1) {\n tmp =\n (revLookup[b64.charCodeAt(i)] << 10) |\n (revLookup[b64.charCodeAt(i + 1)] << 4) |\n (revLookup[b64.charCodeAt(i + 2)] >> 2)\n arr[curByte++] = (tmp >> 8) & 0xFF\n arr[curByte++] = tmp & 0xFF\n }\n\n return arr\n}\n\nfunction tripletToBase64 (num) {\n return lookup[num >> 18 & 0x3F] +\n lookup[num >> 12 & 0x3F] +\n lookup[num >> 6 & 0x3F] +\n lookup[num & 0x3F]\n}\n\nfunction encodeChunk (uint8, start, end) {\n var tmp\n var output = []\n for (var i = start; i < end; i += 3) {\n tmp =\n ((uint8[i] << 16) & 0xFF0000) +\n ((uint8[i + 1] << 8) & 0xFF00) +\n (uint8[i + 2] & 0xFF)\n output.push(tripletToBase64(tmp))\n }\n return output.join('')\n}\n\nfunction fromByteArray (uint8) {\n var tmp\n var len = uint8.length\n var extraBytes = len % 3 // if we have 1 byte left, pad 2 bytes\n var parts = []\n var maxChunkLength = 16383 // must be multiple of 3\n\n // go through the array every three bytes, we'll deal with trailing stuff later\n for (var i = 0, len2 = len - extraBytes; i < len2; i += maxChunkLength) {\n parts.push(encodeChunk(\n uint8, i, (i + maxChunkLength) > len2 ? len2 : (i + maxChunkLength)\n ))\n }\n\n // pad the end with zeros, but make sure to not forget the extra bytes\n if (extraBytes === 1) {\n tmp = uint8[len - 1]\n parts.push(\n lookup[tmp >> 2] +\n lookup[(tmp << 4) & 0x3F] +\n '=='\n )\n } else if (extraBytes === 2) {\n tmp = (uint8[len - 2] << 8) + uint8[len - 1]\n parts.push(\n lookup[tmp >> 10] +\n lookup[(tmp >> 4) & 0x3F] +\n lookup[(tmp << 2) & 0x3F] +\n '='\n )\n }\n\n return parts.join('')\n}\n","exports.read = function (buffer, offset, isLE, mLen, nBytes) {\n var e, m\n var eLen = (nBytes * 8) - mLen - 1\n var eMax = (1 << eLen) - 1\n var eBias = eMax >> 1\n var nBits = -7\n var i = isLE ? (nBytes - 1) : 0\n var d = isLE ? -1 : 1\n var s = buffer[offset + i]\n\n i += d\n\n e = s & ((1 << (-nBits)) - 1)\n s >>= (-nBits)\n nBits += eLen\n for (; nBits > 0; e = (e * 256) + buffer[offset + i], i += d, nBits -= 8) {}\n\n m = e & ((1 << (-nBits)) - 1)\n e >>= (-nBits)\n nBits += mLen\n for (; nBits > 0; m = (m * 256) + buffer[offset + i], i += d, nBits -= 8) {}\n\n if (e === 0) {\n e = 1 - eBias\n } else if (e === eMax) {\n return m ? NaN : ((s ? -1 : 1) * Infinity)\n } else {\n m = m + Math.pow(2, mLen)\n e = e - eBias\n }\n return (s ? -1 : 1) * m * Math.pow(2, e - mLen)\n}\n\nexports.write = function (buffer, value, offset, isLE, mLen, nBytes) {\n var e, m, c\n var eLen = (nBytes * 8) - mLen - 1\n var eMax = (1 << eLen) - 1\n var eBias = eMax >> 1\n var rt = (mLen === 23 ? Math.pow(2, -24) - Math.pow(2, -77) : 0)\n var i = isLE ? 0 : (nBytes - 1)\n var d = isLE ? 1 : -1\n var s = value < 0 || (value === 0 && 1 / value < 0) ? 1 : 0\n\n value = Math.abs(value)\n\n if (isNaN(value) || value === Infinity) {\n m = isNaN(value) ? 1 : 0\n e = eMax\n } else {\n e = Math.floor(Math.log(value) / Math.LN2)\n if (value * (c = Math.pow(2, -e)) < 1) {\n e--\n c *= 2\n }\n if (e + eBias >= 1) {\n value += rt / c\n } else {\n value += rt * Math.pow(2, 1 - eBias)\n }\n if (value * c >= 2) {\n e++\n c /= 2\n }\n\n if (e + eBias >= eMax) {\n m = 0\n e = eMax\n } else if (e + eBias >= 1) {\n m = ((value * c) - 1) * Math.pow(2, mLen)\n e = e + eBias\n } else {\n m = value * Math.pow(2, eBias - 1) * Math.pow(2, mLen)\n e = 0\n }\n }\n\n for (; mLen >= 8; buffer[offset + i] = m & 0xff, i += d, m /= 256, mLen -= 8) {}\n\n e = (e << mLen) | m\n eLen += mLen\n for (; eLen > 0; buffer[offset + i] = e & 0xff, i += d, e /= 256, eLen -= 8) {}\n\n buffer[offset + i - d] |= s * 128\n}\n","var toString = {}.toString;\n\nmodule.exports = Array.isArray || function (arr) {\n return toString.call(arr) == '[object Array]';\n};\n","/*!\n * The buffer module from node.js, for the browser.\n *\n * @author Feross Aboukhadijeh \n * @license MIT\n */\n/* eslint-disable no-proto */\n\n'use strict'\n\nvar base64 = require('base64-js')\nvar ieee754 = require('ieee754')\nvar isArray = require('isarray')\n\nexports.Buffer = Buffer\nexports.SlowBuffer = SlowBuffer\nexports.INSPECT_MAX_BYTES = 50\n\n/**\n * If `Buffer.TYPED_ARRAY_SUPPORT`:\n * === true Use Uint8Array implementation (fastest)\n * === false Use Object implementation (most compatible, even IE6)\n *\n * Browsers that support typed arrays are IE 10+, Firefox 4+, Chrome 7+, Safari 5.1+,\n * Opera 11.6+, iOS 4.2+.\n *\n * Due to various browser bugs, sometimes the Object implementation will be used even\n * when the browser supports typed arrays.\n *\n * Note:\n *\n * - Firefox 4-29 lacks support for adding new properties to `Uint8Array` instances,\n * See: https://bugzilla.mozilla.org/show_bug.cgi?id=695438.\n *\n * - Chrome 9-10 is missing the `TypedArray.prototype.subarray` function.\n *\n * - IE10 has a broken `TypedArray.prototype.subarray` function which returns arrays of\n * incorrect length in some situations.\n\n * We detect these buggy browsers and set `Buffer.TYPED_ARRAY_SUPPORT` to `false` so they\n * get the Object implementation, which is slower but behaves correctly.\n */\nBuffer.TYPED_ARRAY_SUPPORT = global.TYPED_ARRAY_SUPPORT !== undefined\n ? global.TYPED_ARRAY_SUPPORT\n : typedArraySupport()\n\n/*\n * Export kMaxLength after typed array support is determined.\n */\nexports.kMaxLength = kMaxLength()\n\nfunction typedArraySupport () {\n try {\n var arr = new Uint8Array(1)\n arr.__proto__ = {__proto__: Uint8Array.prototype, foo: function () { return 42 }}\n return arr.foo() === 42 && // typed array instances can be augmented\n typeof arr.subarray === 'function' && // chrome 9-10 lack `subarray`\n arr.subarray(1, 1).byteLength === 0 // ie10 has broken `subarray`\n } catch (e) {\n return false\n }\n}\n\nfunction kMaxLength () {\n return Buffer.TYPED_ARRAY_SUPPORT\n ? 0x7fffffff\n : 0x3fffffff\n}\n\nfunction createBuffer (that, length) {\n if (kMaxLength() < length) {\n throw new RangeError('Invalid typed array length')\n }\n if (Buffer.TYPED_ARRAY_SUPPORT) {\n // Return an augmented `Uint8Array` instance, for best performance\n that = new Uint8Array(length)\n that.__proto__ = Buffer.prototype\n } else {\n // Fallback: Return an object instance of the Buffer class\n if (that === null) {\n that = new Buffer(length)\n }\n that.length = length\n }\n\n return that\n}\n\n/**\n * The Buffer constructor returns instances of `Uint8Array` that have their\n * prototype changed to `Buffer.prototype`. Furthermore, `Buffer` is a subclass of\n * `Uint8Array`, so the returned instances will have all the node `Buffer` methods\n * and the `Uint8Array` methods. Square bracket notation works as expected -- it\n * returns a single octet.\n *\n * The `Uint8Array` prototype remains unmodified.\n */\n\nfunction Buffer (arg, encodingOrOffset, length) {\n if (!Buffer.TYPED_ARRAY_SUPPORT && !(this instanceof Buffer)) {\n return new Buffer(arg, encodingOrOffset, length)\n }\n\n // Common case.\n if (typeof arg === 'number') {\n if (typeof encodingOrOffset === 'string') {\n throw new Error(\n 'If encoding is specified then the first argument must be a string'\n )\n }\n return allocUnsafe(this, arg)\n }\n return from(this, arg, encodingOrOffset, length)\n}\n\nBuffer.poolSize = 8192 // not used by this implementation\n\n// TODO: Legacy, not needed anymore. Remove in next major version.\nBuffer._augment = function (arr) {\n arr.__proto__ = Buffer.prototype\n return arr\n}\n\nfunction from (that, value, encodingOrOffset, length) {\n if (typeof value === 'number') {\n throw new TypeError('\"value\" argument must not be a number')\n }\n\n if (typeof ArrayBuffer !== 'undefined' && value instanceof ArrayBuffer) {\n return fromArrayBuffer(that, value, encodingOrOffset, length)\n }\n\n if (typeof value === 'string') {\n return fromString(that, value, encodingOrOffset)\n }\n\n return fromObject(that, value)\n}\n\n/**\n * Functionally equivalent to Buffer(arg, encoding) but throws a TypeError\n * if value is a number.\n * Buffer.from(str[, encoding])\n * Buffer.from(array)\n * Buffer.from(buffer)\n * Buffer.from(arrayBuffer[, byteOffset[, length]])\n **/\nBuffer.from = function (value, encodingOrOffset, length) {\n return from(null, value, encodingOrOffset, length)\n}\n\nif (Buffer.TYPED_ARRAY_SUPPORT) {\n Buffer.prototype.__proto__ = Uint8Array.prototype\n Buffer.__proto__ = Uint8Array\n if (typeof Symbol !== 'undefined' && Symbol.species &&\n Buffer[Symbol.species] === Buffer) {\n // Fix subarray() in ES2016. See: https://github.com/feross/buffer/pull/97\n Object.defineProperty(Buffer, Symbol.species, {\n value: null,\n configurable: true\n })\n }\n}\n\nfunction assertSize (size) {\n if (typeof size !== 'number') {\n throw new TypeError('\"size\" argument must be a number')\n } else if (size < 0) {\n throw new RangeError('\"size\" argument must not be negative')\n }\n}\n\nfunction alloc (that, size, fill, encoding) {\n assertSize(size)\n if (size <= 0) {\n return createBuffer(that, size)\n }\n if (fill !== undefined) {\n // Only pay attention to encoding if it's a string. This\n // prevents accidentally sending in a number that would\n // be interpretted as a start offset.\n return typeof encoding === 'string'\n ? createBuffer(that, size).fill(fill, encoding)\n : createBuffer(that, size).fill(fill)\n }\n return createBuffer(that, size)\n}\n\n/**\n * Creates a new filled Buffer instance.\n * alloc(size[, fill[, encoding]])\n **/\nBuffer.alloc = function (size, fill, encoding) {\n return alloc(null, size, fill, encoding)\n}\n\nfunction allocUnsafe (that, size) {\n assertSize(size)\n that = createBuffer(that, size < 0 ? 0 : checked(size) | 0)\n if (!Buffer.TYPED_ARRAY_SUPPORT) {\n for (var i = 0; i < size; ++i) {\n that[i] = 0\n }\n }\n return that\n}\n\n/**\n * Equivalent to Buffer(num), by default creates a non-zero-filled Buffer instance.\n * */\nBuffer.allocUnsafe = function (size) {\n return allocUnsafe(null, size)\n}\n/**\n * Equivalent to SlowBuffer(num), by default creates a non-zero-filled Buffer instance.\n */\nBuffer.allocUnsafeSlow = function (size) {\n return allocUnsafe(null, size)\n}\n\nfunction fromString (that, string, encoding) {\n if (typeof encoding !== 'string' || encoding === '') {\n encoding = 'utf8'\n }\n\n if (!Buffer.isEncoding(encoding)) {\n throw new TypeError('\"encoding\" must be a valid string encoding')\n }\n\n var length = byteLength(string, encoding) | 0\n that = createBuffer(that, length)\n\n var actual = that.write(string, encoding)\n\n if (actual !== length) {\n // Writing a hex string, for example, that contains invalid characters will\n // cause everything after the first invalid character to be ignored. (e.g.\n // 'abxxcd' will be treated as 'ab')\n that = that.slice(0, actual)\n }\n\n return that\n}\n\nfunction fromArrayLike (that, array) {\n var length = array.length < 0 ? 0 : checked(array.length) | 0\n that = createBuffer(that, length)\n for (var i = 0; i < length; i += 1) {\n that[i] = array[i] & 255\n }\n return that\n}\n\nfunction fromArrayBuffer (that, array, byteOffset, length) {\n array.byteLength // this throws if `array` is not a valid ArrayBuffer\n\n if (byteOffset < 0 || array.byteLength < byteOffset) {\n throw new RangeError('\\'offset\\' is out of bounds')\n }\n\n if (array.byteLength < byteOffset + (length || 0)) {\n throw new RangeError('\\'length\\' is out of bounds')\n }\n\n if (byteOffset === undefined && length === undefined) {\n array = new Uint8Array(array)\n } else if (length === undefined) {\n array = new Uint8Array(array, byteOffset)\n } else {\n array = new Uint8Array(array, byteOffset, length)\n }\n\n if (Buffer.TYPED_ARRAY_SUPPORT) {\n // Return an augmented `Uint8Array` instance, for best performance\n that = array\n that.__proto__ = Buffer.prototype\n } else {\n // Fallback: Return an object instance of the Buffer class\n that = fromArrayLike(that, array)\n }\n return that\n}\n\nfunction fromObject (that, obj) {\n if (Buffer.isBuffer(obj)) {\n var len = checked(obj.length) | 0\n that = createBuffer(that, len)\n\n if (that.length === 0) {\n return that\n }\n\n obj.copy(that, 0, 0, len)\n return that\n }\n\n if (obj) {\n if ((typeof ArrayBuffer !== 'undefined' &&\n obj.buffer instanceof ArrayBuffer) || 'length' in obj) {\n if (typeof obj.length !== 'number' || isnan(obj.length)) {\n return createBuffer(that, 0)\n }\n return fromArrayLike(that, obj)\n }\n\n if (obj.type === 'Buffer' && isArray(obj.data)) {\n return fromArrayLike(that, obj.data)\n }\n }\n\n throw new TypeError('First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.')\n}\n\nfunction checked (length) {\n // Note: cannot use `length < kMaxLength()` here because that fails when\n // length is NaN (which is otherwise coerced to zero.)\n if (length >= kMaxLength()) {\n throw new RangeError('Attempt to allocate Buffer larger than maximum ' +\n 'size: 0x' + kMaxLength().toString(16) + ' bytes')\n }\n return length | 0\n}\n\nfunction SlowBuffer (length) {\n if (+length != length) { // eslint-disable-line eqeqeq\n length = 0\n }\n return Buffer.alloc(+length)\n}\n\nBuffer.isBuffer = function isBuffer (b) {\n return !!(b != null && b._isBuffer)\n}\n\nBuffer.compare = function compare (a, b) {\n if (!Buffer.isBuffer(a) || !Buffer.isBuffer(b)) {\n throw new TypeError('Arguments must be Buffers')\n }\n\n if (a === b) return 0\n\n var x = a.length\n var y = b.length\n\n for (var i = 0, len = Math.min(x, y); i < len; ++i) {\n if (a[i] !== b[i]) {\n x = a[i]\n y = b[i]\n break\n }\n }\n\n if (x < y) return -1\n if (y < x) return 1\n return 0\n}\n\nBuffer.isEncoding = function isEncoding (encoding) {\n switch (String(encoding).toLowerCase()) {\n case 'hex':\n case 'utf8':\n case 'utf-8':\n case 'ascii':\n case 'latin1':\n case 'binary':\n case 'base64':\n case 'ucs2':\n case 'ucs-2':\n case 'utf16le':\n case 'utf-16le':\n return true\n default:\n return false\n }\n}\n\nBuffer.concat = function concat (list, length) {\n if (!isArray(list)) {\n throw new TypeError('\"list\" argument must be an Array of Buffers')\n }\n\n if (list.length === 0) {\n return Buffer.alloc(0)\n }\n\n var i\n if (length === undefined) {\n length = 0\n for (i = 0; i < list.length; ++i) {\n length += list[i].length\n }\n }\n\n var buffer = Buffer.allocUnsafe(length)\n var pos = 0\n for (i = 0; i < list.length; ++i) {\n var buf = list[i]\n if (!Buffer.isBuffer(buf)) {\n throw new TypeError('\"list\" argument must be an Array of Buffers')\n }\n buf.copy(buffer, pos)\n pos += buf.length\n }\n return buffer\n}\n\nfunction byteLength (string, encoding) {\n if (Buffer.isBuffer(string)) {\n return string.length\n }\n if (typeof ArrayBuffer !== 'undefined' && typeof ArrayBuffer.isView === 'function' &&\n (ArrayBuffer.isView(string) || string instanceof ArrayBuffer)) {\n return string.byteLength\n }\n if (typeof string !== 'string') {\n string = '' + string\n }\n\n var len = string.length\n if (len === 0) return 0\n\n // Use a for loop to avoid recursion\n var loweredCase = false\n for (;;) {\n switch (encoding) {\n case 'ascii':\n case 'latin1':\n case 'binary':\n return len\n case 'utf8':\n case 'utf-8':\n case undefined:\n return utf8ToBytes(string).length\n case 'ucs2':\n case 'ucs-2':\n case 'utf16le':\n case 'utf-16le':\n return len * 2\n case 'hex':\n return len >>> 1\n case 'base64':\n return base64ToBytes(string).length\n default:\n if (loweredCase) return utf8ToBytes(string).length // assume utf8\n encoding = ('' + encoding).toLowerCase()\n loweredCase = true\n }\n }\n}\nBuffer.byteLength = byteLength\n\nfunction slowToString (encoding, start, end) {\n var loweredCase = false\n\n // No need to verify that \"this.length <= MAX_UINT32\" since it's a read-only\n // property of a typed array.\n\n // This behaves neither like String nor Uint8Array in that we set start/end\n // to their upper/lower bounds if the value passed is out of range.\n // undefined is handled specially as per ECMA-262 6th Edition,\n // Section 13.3.3.7 Runtime Semantics: KeyedBindingInitialization.\n if (start === undefined || start < 0) {\n start = 0\n }\n // Return early if start > this.length. Done here to prevent potential uint32\n // coercion fail below.\n if (start > this.length) {\n return ''\n }\n\n if (end === undefined || end > this.length) {\n end = this.length\n }\n\n if (end <= 0) {\n return ''\n }\n\n // Force coersion to uint32. This will also coerce falsey/NaN values to 0.\n end >>>= 0\n start >>>= 0\n\n if (end <= start) {\n return ''\n }\n\n if (!encoding) encoding = 'utf8'\n\n while (true) {\n switch (encoding) {\n case 'hex':\n return hexSlice(this, start, end)\n\n case 'utf8':\n case 'utf-8':\n return utf8Slice(this, start, end)\n\n case 'ascii':\n return asciiSlice(this, start, end)\n\n case 'latin1':\n case 'binary':\n return latin1Slice(this, start, end)\n\n case 'base64':\n return base64Slice(this, start, end)\n\n case 'ucs2':\n case 'ucs-2':\n case 'utf16le':\n case 'utf-16le':\n return utf16leSlice(this, start, end)\n\n default:\n if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding)\n encoding = (encoding + '').toLowerCase()\n loweredCase = true\n }\n }\n}\n\n// The property is used by `Buffer.isBuffer` and `is-buffer` (in Safari 5-7) to detect\n// Buffer instances.\nBuffer.prototype._isBuffer = true\n\nfunction swap (b, n, m) {\n var i = b[n]\n b[n] = b[m]\n b[m] = i\n}\n\nBuffer.prototype.swap16 = function swap16 () {\n var len = this.length\n if (len % 2 !== 0) {\n throw new RangeError('Buffer size must be a multiple of 16-bits')\n }\n for (var i = 0; i < len; i += 2) {\n swap(this, i, i + 1)\n }\n return this\n}\n\nBuffer.prototype.swap32 = function swap32 () {\n var len = this.length\n if (len % 4 !== 0) {\n throw new RangeError('Buffer size must be a multiple of 32-bits')\n }\n for (var i = 0; i < len; i += 4) {\n swap(this, i, i + 3)\n swap(this, i + 1, i + 2)\n }\n return this\n}\n\nBuffer.prototype.swap64 = function swap64 () {\n var len = this.length\n if (len % 8 !== 0) {\n throw new RangeError('Buffer size must be a multiple of 64-bits')\n }\n for (var i = 0; i < len; i += 8) {\n swap(this, i, i + 7)\n swap(this, i + 1, i + 6)\n swap(this, i + 2, i + 5)\n swap(this, i + 3, i + 4)\n }\n return this\n}\n\nBuffer.prototype.toString = function toString () {\n var length = this.length | 0\n if (length === 0) return ''\n if (arguments.length === 0) return utf8Slice(this, 0, length)\n return slowToString.apply(this, arguments)\n}\n\nBuffer.prototype.equals = function equals (b) {\n if (!Buffer.isBuffer(b)) throw new TypeError('Argument must be a Buffer')\n if (this === b) return true\n return Buffer.compare(this, b) === 0\n}\n\nBuffer.prototype.inspect = function inspect () {\n var str = ''\n var max = exports.INSPECT_MAX_BYTES\n if (this.length > 0) {\n str = this.toString('hex', 0, max).match(/.{2}/g).join(' ')\n if (this.length > max) str += ' ... '\n }\n return ''\n}\n\nBuffer.prototype.compare = function compare (target, start, end, thisStart, thisEnd) {\n if (!Buffer.isBuffer(target)) {\n throw new TypeError('Argument must be a Buffer')\n }\n\n if (start === undefined) {\n start = 0\n }\n if (end === undefined) {\n end = target ? target.length : 0\n }\n if (thisStart === undefined) {\n thisStart = 0\n }\n if (thisEnd === undefined) {\n thisEnd = this.length\n }\n\n if (start < 0 || end > target.length || thisStart < 0 || thisEnd > this.length) {\n throw new RangeError('out of range index')\n }\n\n if (thisStart >= thisEnd && start >= end) {\n return 0\n }\n if (thisStart >= thisEnd) {\n return -1\n }\n if (start >= end) {\n return 1\n }\n\n start >>>= 0\n end >>>= 0\n thisStart >>>= 0\n thisEnd >>>= 0\n\n if (this === target) return 0\n\n var x = thisEnd - thisStart\n var y = end - start\n var len = Math.min(x, y)\n\n var thisCopy = this.slice(thisStart, thisEnd)\n var targetCopy = target.slice(start, end)\n\n for (var i = 0; i < len; ++i) {\n if (thisCopy[i] !== targetCopy[i]) {\n x = thisCopy[i]\n y = targetCopy[i]\n break\n }\n }\n\n if (x < y) return -1\n if (y < x) return 1\n return 0\n}\n\n// Finds either the first index of `val` in `buffer` at offset >= `byteOffset`,\n// OR the last index of `val` in `buffer` at offset <= `byteOffset`.\n//\n// Arguments:\n// - buffer - a Buffer to search\n// - val - a string, Buffer, or number\n// - byteOffset - an index into `buffer`; will be clamped to an int32\n// - encoding - an optional encoding, relevant is val is a string\n// - dir - true for indexOf, false for lastIndexOf\nfunction bidirectionalIndexOf (buffer, val, byteOffset, encoding, dir) {\n // Empty buffer means no match\n if (buffer.length === 0) return -1\n\n // Normalize byteOffset\n if (typeof byteOffset === 'string') {\n encoding = byteOffset\n byteOffset = 0\n } else if (byteOffset > 0x7fffffff) {\n byteOffset = 0x7fffffff\n } else if (byteOffset < -0x80000000) {\n byteOffset = -0x80000000\n }\n byteOffset = +byteOffset // Coerce to Number.\n if (isNaN(byteOffset)) {\n // byteOffset: it it's undefined, null, NaN, \"foo\", etc, search whole buffer\n byteOffset = dir ? 0 : (buffer.length - 1)\n }\n\n // Normalize byteOffset: negative offsets start from the end of the buffer\n if (byteOffset < 0) byteOffset = buffer.length + byteOffset\n if (byteOffset >= buffer.length) {\n if (dir) return -1\n else byteOffset = buffer.length - 1\n } else if (byteOffset < 0) {\n if (dir) byteOffset = 0\n else return -1\n }\n\n // Normalize val\n if (typeof val === 'string') {\n val = Buffer.from(val, encoding)\n }\n\n // Finally, search either indexOf (if dir is true) or lastIndexOf\n if (Buffer.isBuffer(val)) {\n // Special case: looking for empty string/buffer always fails\n if (val.length === 0) {\n return -1\n }\n return arrayIndexOf(buffer, val, byteOffset, encoding, dir)\n } else if (typeof val === 'number') {\n val = val & 0xFF // Search for a byte value [0-255]\n if (Buffer.TYPED_ARRAY_SUPPORT &&\n typeof Uint8Array.prototype.indexOf === 'function') {\n if (dir) {\n return Uint8Array.prototype.indexOf.call(buffer, val, byteOffset)\n } else {\n return Uint8Array.prototype.lastIndexOf.call(buffer, val, byteOffset)\n }\n }\n return arrayIndexOf(buffer, [ val ], byteOffset, encoding, dir)\n }\n\n throw new TypeError('val must be string, number or Buffer')\n}\n\nfunction arrayIndexOf (arr, val, byteOffset, encoding, dir) {\n var indexSize = 1\n var arrLength = arr.length\n var valLength = val.length\n\n if (encoding !== undefined) {\n encoding = String(encoding).toLowerCase()\n if (encoding === 'ucs2' || encoding === 'ucs-2' ||\n encoding === 'utf16le' || encoding === 'utf-16le') {\n if (arr.length < 2 || val.length < 2) {\n return -1\n }\n indexSize = 2\n arrLength /= 2\n valLength /= 2\n byteOffset /= 2\n }\n }\n\n function read (buf, i) {\n if (indexSize === 1) {\n return buf[i]\n } else {\n return buf.readUInt16BE(i * indexSize)\n }\n }\n\n var i\n if (dir) {\n var foundIndex = -1\n for (i = byteOffset; i < arrLength; i++) {\n if (read(arr, i) === read(val, foundIndex === -1 ? 0 : i - foundIndex)) {\n if (foundIndex === -1) foundIndex = i\n if (i - foundIndex + 1 === valLength) return foundIndex * indexSize\n } else {\n if (foundIndex !== -1) i -= i - foundIndex\n foundIndex = -1\n }\n }\n } else {\n if (byteOffset + valLength > arrLength) byteOffset = arrLength - valLength\n for (i = byteOffset; i >= 0; i--) {\n var found = true\n for (var j = 0; j < valLength; j++) {\n if (read(arr, i + j) !== read(val, j)) {\n found = false\n break\n }\n }\n if (found) return i\n }\n }\n\n return -1\n}\n\nBuffer.prototype.includes = function includes (val, byteOffset, encoding) {\n return this.indexOf(val, byteOffset, encoding) !== -1\n}\n\nBuffer.prototype.indexOf = function indexOf (val, byteOffset, encoding) {\n return bidirectionalIndexOf(this, val, byteOffset, encoding, true)\n}\n\nBuffer.prototype.lastIndexOf = function lastIndexOf (val, byteOffset, encoding) {\n return bidirectionalIndexOf(this, val, byteOffset, encoding, false)\n}\n\nfunction hexWrite (buf, string, offset, length) {\n offset = Number(offset) || 0\n var remaining = buf.length - offset\n if (!length) {\n length = remaining\n } else {\n length = Number(length)\n if (length > remaining) {\n length = remaining\n }\n }\n\n // must be an even number of digits\n var strLen = string.length\n if (strLen % 2 !== 0) throw new TypeError('Invalid hex string')\n\n if (length > strLen / 2) {\n length = strLen / 2\n }\n for (var i = 0; i < length; ++i) {\n var parsed = parseInt(string.substr(i * 2, 2), 16)\n if (isNaN(parsed)) return i\n buf[offset + i] = parsed\n }\n return i\n}\n\nfunction utf8Write (buf, string, offset, length) {\n return blitBuffer(utf8ToBytes(string, buf.length - offset), buf, offset, length)\n}\n\nfunction asciiWrite (buf, string, offset, length) {\n return blitBuffer(asciiToBytes(string), buf, offset, length)\n}\n\nfunction latin1Write (buf, string, offset, length) {\n return asciiWrite(buf, string, offset, length)\n}\n\nfunction base64Write (buf, string, offset, length) {\n return blitBuffer(base64ToBytes(string), buf, offset, length)\n}\n\nfunction ucs2Write (buf, string, offset, length) {\n return blitBuffer(utf16leToBytes(string, buf.length - offset), buf, offset, length)\n}\n\nBuffer.prototype.write = function write (string, offset, length, encoding) {\n // Buffer#write(string)\n if (offset === undefined) {\n encoding = 'utf8'\n length = this.length\n offset = 0\n // Buffer#write(string, encoding)\n } else if (length === undefined && typeof offset === 'string') {\n encoding = offset\n length = this.length\n offset = 0\n // Buffer#write(string, offset[, length][, encoding])\n } else if (isFinite(offset)) {\n offset = offset | 0\n if (isFinite(length)) {\n length = length | 0\n if (encoding === undefined) encoding = 'utf8'\n } else {\n encoding = length\n length = undefined\n }\n // legacy write(string, encoding, offset, length) - remove in v0.13\n } else {\n throw new Error(\n 'Buffer.write(string, encoding, offset[, length]) is no longer supported'\n )\n }\n\n var remaining = this.length - offset\n if (length === undefined || length > remaining) length = remaining\n\n if ((string.length > 0 && (length < 0 || offset < 0)) || offset > this.length) {\n throw new RangeError('Attempt to write outside buffer bounds')\n }\n\n if (!encoding) encoding = 'utf8'\n\n var loweredCase = false\n for (;;) {\n switch (encoding) {\n case 'hex':\n return hexWrite(this, string, offset, length)\n\n case 'utf8':\n case 'utf-8':\n return utf8Write(this, string, offset, length)\n\n case 'ascii':\n return asciiWrite(this, string, offset, length)\n\n case 'latin1':\n case 'binary':\n return latin1Write(this, string, offset, length)\n\n case 'base64':\n // Warning: maxLength not taken into account in base64Write\n return base64Write(this, string, offset, length)\n\n case 'ucs2':\n case 'ucs-2':\n case 'utf16le':\n case 'utf-16le':\n return ucs2Write(this, string, offset, length)\n\n default:\n if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding)\n encoding = ('' + encoding).toLowerCase()\n loweredCase = true\n }\n }\n}\n\nBuffer.prototype.toJSON = function toJSON () {\n return {\n type: 'Buffer',\n data: Array.prototype.slice.call(this._arr || this, 0)\n }\n}\n\nfunction base64Slice (buf, start, end) {\n if (start === 0 && end === buf.length) {\n return base64.fromByteArray(buf)\n } else {\n return base64.fromByteArray(buf.slice(start, end))\n }\n}\n\nfunction utf8Slice (buf, start, end) {\n end = Math.min(buf.length, end)\n var res = []\n\n var i = start\n while (i < end) {\n var firstByte = buf[i]\n var codePoint = null\n var bytesPerSequence = (firstByte > 0xEF) ? 4\n : (firstByte > 0xDF) ? 3\n : (firstByte > 0xBF) ? 2\n : 1\n\n if (i + bytesPerSequence <= end) {\n var secondByte, thirdByte, fourthByte, tempCodePoint\n\n switch (bytesPerSequence) {\n case 1:\n if (firstByte < 0x80) {\n codePoint = firstByte\n }\n break\n case 2:\n secondByte = buf[i + 1]\n if ((secondByte & 0xC0) === 0x80) {\n tempCodePoint = (firstByte & 0x1F) << 0x6 | (secondByte & 0x3F)\n if (tempCodePoint > 0x7F) {\n codePoint = tempCodePoint\n }\n }\n break\n case 3:\n secondByte = buf[i + 1]\n thirdByte = buf[i + 2]\n if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80) {\n tempCodePoint = (firstByte & 0xF) << 0xC | (secondByte & 0x3F) << 0x6 | (thirdByte & 0x3F)\n if (tempCodePoint > 0x7FF && (tempCodePoint < 0xD800 || tempCodePoint > 0xDFFF)) {\n codePoint = tempCodePoint\n }\n }\n break\n case 4:\n secondByte = buf[i + 1]\n thirdByte = buf[i + 2]\n fourthByte = buf[i + 3]\n if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80 && (fourthByte & 0xC0) === 0x80) {\n tempCodePoint = (firstByte & 0xF) << 0x12 | (secondByte & 0x3F) << 0xC | (thirdByte & 0x3F) << 0x6 | (fourthByte & 0x3F)\n if (tempCodePoint > 0xFFFF && tempCodePoint < 0x110000) {\n codePoint = tempCodePoint\n }\n }\n }\n }\n\n if (codePoint === null) {\n // we did not generate a valid codePoint so insert a\n // replacement char (U+FFFD) and advance only 1 byte\n codePoint = 0xFFFD\n bytesPerSequence = 1\n } else if (codePoint > 0xFFFF) {\n // encode to utf16 (surrogate pair dance)\n codePoint -= 0x10000\n res.push(codePoint >>> 10 & 0x3FF | 0xD800)\n codePoint = 0xDC00 | codePoint & 0x3FF\n }\n\n res.push(codePoint)\n i += bytesPerSequence\n }\n\n return decodeCodePointsArray(res)\n}\n\n// Based on http://stackoverflow.com/a/22747272/680742, the browser with\n// the lowest limit is Chrome, with 0x10000 args.\n// We go 1 magnitude less, for safety\nvar MAX_ARGUMENTS_LENGTH = 0x1000\n\nfunction decodeCodePointsArray (codePoints) {\n var len = codePoints.length\n if (len <= MAX_ARGUMENTS_LENGTH) {\n return String.fromCharCode.apply(String, codePoints) // avoid extra slice()\n }\n\n // Decode in chunks to avoid \"call stack size exceeded\".\n var res = ''\n var i = 0\n while (i < len) {\n res += String.fromCharCode.apply(\n String,\n codePoints.slice(i, i += MAX_ARGUMENTS_LENGTH)\n )\n }\n return res\n}\n\nfunction asciiSlice (buf, start, end) {\n var ret = ''\n end = Math.min(buf.length, end)\n\n for (var i = start; i < end; ++i) {\n ret += String.fromCharCode(buf[i] & 0x7F)\n }\n return ret\n}\n\nfunction latin1Slice (buf, start, end) {\n var ret = ''\n end = Math.min(buf.length, end)\n\n for (var i = start; i < end; ++i) {\n ret += String.fromCharCode(buf[i])\n }\n return ret\n}\n\nfunction hexSlice (buf, start, end) {\n var len = buf.length\n\n if (!start || start < 0) start = 0\n if (!end || end < 0 || end > len) end = len\n\n var out = ''\n for (var i = start; i < end; ++i) {\n out += toHex(buf[i])\n }\n return out\n}\n\nfunction utf16leSlice (buf, start, end) {\n var bytes = buf.slice(start, end)\n var res = ''\n for (var i = 0; i < bytes.length; i += 2) {\n res += String.fromCharCode(bytes[i] + bytes[i + 1] * 256)\n }\n return res\n}\n\nBuffer.prototype.slice = function slice (start, end) {\n var len = this.length\n start = ~~start\n end = end === undefined ? len : ~~end\n\n if (start < 0) {\n start += len\n if (start < 0) start = 0\n } else if (start > len) {\n start = len\n }\n\n if (end < 0) {\n end += len\n if (end < 0) end = 0\n } else if (end > len) {\n end = len\n }\n\n if (end < start) end = start\n\n var newBuf\n if (Buffer.TYPED_ARRAY_SUPPORT) {\n newBuf = this.subarray(start, end)\n newBuf.__proto__ = Buffer.prototype\n } else {\n var sliceLen = end - start\n newBuf = new Buffer(sliceLen, undefined)\n for (var i = 0; i < sliceLen; ++i) {\n newBuf[i] = this[i + start]\n }\n }\n\n return newBuf\n}\n\n/*\n * Need to make sure that buffer isn't trying to write out of bounds.\n */\nfunction checkOffset (offset, ext, length) {\n if ((offset % 1) !== 0 || offset < 0) throw new RangeError('offset is not uint')\n if (offset + ext > length) throw new RangeError('Trying to access beyond buffer length')\n}\n\nBuffer.prototype.readUIntLE = function readUIntLE (offset, byteLength, noAssert) {\n offset = offset | 0\n byteLength = byteLength | 0\n if (!noAssert) checkOffset(offset, byteLength, this.length)\n\n var val = this[offset]\n var mul = 1\n var i = 0\n while (++i < byteLength && (mul *= 0x100)) {\n val += this[offset + i] * mul\n }\n\n return val\n}\n\nBuffer.prototype.readUIntBE = function readUIntBE (offset, byteLength, noAssert) {\n offset = offset | 0\n byteLength = byteLength | 0\n if (!noAssert) {\n checkOffset(offset, byteLength, this.length)\n }\n\n var val = this[offset + --byteLength]\n var mul = 1\n while (byteLength > 0 && (mul *= 0x100)) {\n val += this[offset + --byteLength] * mul\n }\n\n return val\n}\n\nBuffer.prototype.readUInt8 = function readUInt8 (offset, noAssert) {\n if (!noAssert) checkOffset(offset, 1, this.length)\n return this[offset]\n}\n\nBuffer.prototype.readUInt16LE = function readUInt16LE (offset, noAssert) {\n if (!noAssert) checkOffset(offset, 2, this.length)\n return this[offset] | (this[offset + 1] << 8)\n}\n\nBuffer.prototype.readUInt16BE = function readUInt16BE (offset, noAssert) {\n if (!noAssert) checkOffset(offset, 2, this.length)\n return (this[offset] << 8) | this[offset + 1]\n}\n\nBuffer.prototype.readUInt32LE = function readUInt32LE (offset, noAssert) {\n if (!noAssert) checkOffset(offset, 4, this.length)\n\n return ((this[offset]) |\n (this[offset + 1] << 8) |\n (this[offset + 2] << 16)) +\n (this[offset + 3] * 0x1000000)\n}\n\nBuffer.prototype.readUInt32BE = function readUInt32BE (offset, noAssert) {\n if (!noAssert) checkOffset(offset, 4, this.length)\n\n return (this[offset] * 0x1000000) +\n ((this[offset + 1] << 16) |\n (this[offset + 2] << 8) |\n this[offset + 3])\n}\n\nBuffer.prototype.readIntLE = function readIntLE (offset, byteLength, noAssert) {\n offset = offset | 0\n byteLength = byteLength | 0\n if (!noAssert) checkOffset(offset, byteLength, this.length)\n\n var val = this[offset]\n var mul = 1\n var i = 0\n while (++i < byteLength && (mul *= 0x100)) {\n val += this[offset + i] * mul\n }\n mul *= 0x80\n\n if (val >= mul) val -= Math.pow(2, 8 * byteLength)\n\n return val\n}\n\nBuffer.prototype.readIntBE = function readIntBE (offset, byteLength, noAssert) {\n offset = offset | 0\n byteLength = byteLength | 0\n if (!noAssert) checkOffset(offset, byteLength, this.length)\n\n var i = byteLength\n var mul = 1\n var val = this[offset + --i]\n while (i > 0 && (mul *= 0x100)) {\n val += this[offset + --i] * mul\n }\n mul *= 0x80\n\n if (val >= mul) val -= Math.pow(2, 8 * byteLength)\n\n return val\n}\n\nBuffer.prototype.readInt8 = function readInt8 (offset, noAssert) {\n if (!noAssert) checkOffset(offset, 1, this.length)\n if (!(this[offset] & 0x80)) return (this[offset])\n return ((0xff - this[offset] + 1) * -1)\n}\n\nBuffer.prototype.readInt16LE = function readInt16LE (offset, noAssert) {\n if (!noAssert) checkOffset(offset, 2, this.length)\n var val = this[offset] | (this[offset + 1] << 8)\n return (val & 0x8000) ? val | 0xFFFF0000 : val\n}\n\nBuffer.prototype.readInt16BE = function readInt16BE (offset, noAssert) {\n if (!noAssert) checkOffset(offset, 2, this.length)\n var val = this[offset + 1] | (this[offset] << 8)\n return (val & 0x8000) ? val | 0xFFFF0000 : val\n}\n\nBuffer.prototype.readInt32LE = function readInt32LE (offset, noAssert) {\n if (!noAssert) checkOffset(offset, 4, this.length)\n\n return (this[offset]) |\n (this[offset + 1] << 8) |\n (this[offset + 2] << 16) |\n (this[offset + 3] << 24)\n}\n\nBuffer.prototype.readInt32BE = function readInt32BE (offset, noAssert) {\n if (!noAssert) checkOffset(offset, 4, this.length)\n\n return (this[offset] << 24) |\n (this[offset + 1] << 16) |\n (this[offset + 2] << 8) |\n (this[offset + 3])\n}\n\nBuffer.prototype.readFloatLE = function readFloatLE (offset, noAssert) {\n if (!noAssert) checkOffset(offset, 4, this.length)\n return ieee754.read(this, offset, true, 23, 4)\n}\n\nBuffer.prototype.readFloatBE = function readFloatBE (offset, noAssert) {\n if (!noAssert) checkOffset(offset, 4, this.length)\n return ieee754.read(this, offset, false, 23, 4)\n}\n\nBuffer.prototype.readDoubleLE = function readDoubleLE (offset, noAssert) {\n if (!noAssert) checkOffset(offset, 8, this.length)\n return ieee754.read(this, offset, true, 52, 8)\n}\n\nBuffer.prototype.readDoubleBE = function readDoubleBE (offset, noAssert) {\n if (!noAssert) checkOffset(offset, 8, this.length)\n return ieee754.read(this, offset, false, 52, 8)\n}\n\nfunction checkInt (buf, value, offset, ext, max, min) {\n if (!Buffer.isBuffer(buf)) throw new TypeError('\"buffer\" argument must be a Buffer instance')\n if (value > max || value < min) throw new RangeError('\"value\" argument is out of bounds')\n if (offset + ext > buf.length) throw new RangeError('Index out of range')\n}\n\nBuffer.prototype.writeUIntLE = function writeUIntLE (value, offset, byteLength, noAssert) {\n value = +value\n offset = offset | 0\n byteLength = byteLength | 0\n if (!noAssert) {\n var maxBytes = Math.pow(2, 8 * byteLength) - 1\n checkInt(this, value, offset, byteLength, maxBytes, 0)\n }\n\n var mul = 1\n var i = 0\n this[offset] = value & 0xFF\n while (++i < byteLength && (mul *= 0x100)) {\n this[offset + i] = (value / mul) & 0xFF\n }\n\n return offset + byteLength\n}\n\nBuffer.prototype.writeUIntBE = function writeUIntBE (value, offset, byteLength, noAssert) {\n value = +value\n offset = offset | 0\n byteLength = byteLength | 0\n if (!noAssert) {\n var maxBytes = Math.pow(2, 8 * byteLength) - 1\n checkInt(this, value, offset, byteLength, maxBytes, 0)\n }\n\n var i = byteLength - 1\n var mul = 1\n this[offset + i] = value & 0xFF\n while (--i >= 0 && (mul *= 0x100)) {\n this[offset + i] = (value / mul) & 0xFF\n }\n\n return offset + byteLength\n}\n\nBuffer.prototype.writeUInt8 = function writeUInt8 (value, offset, noAssert) {\n value = +value\n offset = offset | 0\n if (!noAssert) checkInt(this, value, offset, 1, 0xff, 0)\n if (!Buffer.TYPED_ARRAY_SUPPORT) value = Math.floor(value)\n this[offset] = (value & 0xff)\n return offset + 1\n}\n\nfunction objectWriteUInt16 (buf, value, offset, littleEndian) {\n if (value < 0) value = 0xffff + value + 1\n for (var i = 0, j = Math.min(buf.length - offset, 2); i < j; ++i) {\n buf[offset + i] = (value & (0xff << (8 * (littleEndian ? i : 1 - i)))) >>>\n (littleEndian ? i : 1 - i) * 8\n }\n}\n\nBuffer.prototype.writeUInt16LE = function writeUInt16LE (value, offset, noAssert) {\n value = +value\n offset = offset | 0\n if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0)\n if (Buffer.TYPED_ARRAY_SUPPORT) {\n this[offset] = (value & 0xff)\n this[offset + 1] = (value >>> 8)\n } else {\n objectWriteUInt16(this, value, offset, true)\n }\n return offset + 2\n}\n\nBuffer.prototype.writeUInt16BE = function writeUInt16BE (value, offset, noAssert) {\n value = +value\n offset = offset | 0\n if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0)\n if (Buffer.TYPED_ARRAY_SUPPORT) {\n this[offset] = (value >>> 8)\n this[offset + 1] = (value & 0xff)\n } else {\n objectWriteUInt16(this, value, offset, false)\n }\n return offset + 2\n}\n\nfunction objectWriteUInt32 (buf, value, offset, littleEndian) {\n if (value < 0) value = 0xffffffff + value + 1\n for (var i = 0, j = Math.min(buf.length - offset, 4); i < j; ++i) {\n buf[offset + i] = (value >>> (littleEndian ? i : 3 - i) * 8) & 0xff\n }\n}\n\nBuffer.prototype.writeUInt32LE = function writeUInt32LE (value, offset, noAssert) {\n value = +value\n offset = offset | 0\n if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0)\n if (Buffer.TYPED_ARRAY_SUPPORT) {\n this[offset + 3] = (value >>> 24)\n this[offset + 2] = (value >>> 16)\n this[offset + 1] = (value >>> 8)\n this[offset] = (value & 0xff)\n } else {\n objectWriteUInt32(this, value, offset, true)\n }\n return offset + 4\n}\n\nBuffer.prototype.writeUInt32BE = function writeUInt32BE (value, offset, noAssert) {\n value = +value\n offset = offset | 0\n if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0)\n if (Buffer.TYPED_ARRAY_SUPPORT) {\n this[offset] = (value >>> 24)\n this[offset + 1] = (value >>> 16)\n this[offset + 2] = (value >>> 8)\n this[offset + 3] = (value & 0xff)\n } else {\n objectWriteUInt32(this, value, offset, false)\n }\n return offset + 4\n}\n\nBuffer.prototype.writeIntLE = function writeIntLE (value, offset, byteLength, noAssert) {\n value = +value\n offset = offset | 0\n if (!noAssert) {\n var limit = Math.pow(2, 8 * byteLength - 1)\n\n checkInt(this, value, offset, byteLength, limit - 1, -limit)\n }\n\n var i = 0\n var mul = 1\n var sub = 0\n this[offset] = value & 0xFF\n while (++i < byteLength && (mul *= 0x100)) {\n if (value < 0 && sub === 0 && this[offset + i - 1] !== 0) {\n sub = 1\n }\n this[offset + i] = ((value / mul) >> 0) - sub & 0xFF\n }\n\n return offset + byteLength\n}\n\nBuffer.prototype.writeIntBE = function writeIntBE (value, offset, byteLength, noAssert) {\n value = +value\n offset = offset | 0\n if (!noAssert) {\n var limit = Math.pow(2, 8 * byteLength - 1)\n\n checkInt(this, value, offset, byteLength, limit - 1, -limit)\n }\n\n var i = byteLength - 1\n var mul = 1\n var sub = 0\n this[offset + i] = value & 0xFF\n while (--i >= 0 && (mul *= 0x100)) {\n if (value < 0 && sub === 0 && this[offset + i + 1] !== 0) {\n sub = 1\n }\n this[offset + i] = ((value / mul) >> 0) - sub & 0xFF\n }\n\n return offset + byteLength\n}\n\nBuffer.prototype.writeInt8 = function writeInt8 (value, offset, noAssert) {\n value = +value\n offset = offset | 0\n if (!noAssert) checkInt(this, value, offset, 1, 0x7f, -0x80)\n if (!Buffer.TYPED_ARRAY_SUPPORT) value = Math.floor(value)\n if (value < 0) value = 0xff + value + 1\n this[offset] = (value & 0xff)\n return offset + 1\n}\n\nBuffer.prototype.writeInt16LE = function writeInt16LE (value, offset, noAssert) {\n value = +value\n offset = offset | 0\n if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000)\n if (Buffer.TYPED_ARRAY_SUPPORT) {\n this[offset] = (value & 0xff)\n this[offset + 1] = (value >>> 8)\n } else {\n objectWriteUInt16(this, value, offset, true)\n }\n return offset + 2\n}\n\nBuffer.prototype.writeInt16BE = function writeInt16BE (value, offset, noAssert) {\n value = +value\n offset = offset | 0\n if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000)\n if (Buffer.TYPED_ARRAY_SUPPORT) {\n this[offset] = (value >>> 8)\n this[offset + 1] = (value & 0xff)\n } else {\n objectWriteUInt16(this, value, offset, false)\n }\n return offset + 2\n}\n\nBuffer.prototype.writeInt32LE = function writeInt32LE (value, offset, noAssert) {\n value = +value\n offset = offset | 0\n if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000)\n if (Buffer.TYPED_ARRAY_SUPPORT) {\n this[offset] = (value & 0xff)\n this[offset + 1] = (value >>> 8)\n this[offset + 2] = (value >>> 16)\n this[offset + 3] = (value >>> 24)\n } else {\n objectWriteUInt32(this, value, offset, true)\n }\n return offset + 4\n}\n\nBuffer.prototype.writeInt32BE = function writeInt32BE (value, offset, noAssert) {\n value = +value\n offset = offset | 0\n if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000)\n if (value < 0) value = 0xffffffff + value + 1\n if (Buffer.TYPED_ARRAY_SUPPORT) {\n this[offset] = (value >>> 24)\n this[offset + 1] = (value >>> 16)\n this[offset + 2] = (value >>> 8)\n this[offset + 3] = (value & 0xff)\n } else {\n objectWriteUInt32(this, value, offset, false)\n }\n return offset + 4\n}\n\nfunction checkIEEE754 (buf, value, offset, ext, max, min) {\n if (offset + ext > buf.length) throw new RangeError('Index out of range')\n if (offset < 0) throw new RangeError('Index out of range')\n}\n\nfunction writeFloat (buf, value, offset, littleEndian, noAssert) {\n if (!noAssert) {\n checkIEEE754(buf, value, offset, 4, 3.4028234663852886e+38, -3.4028234663852886e+38)\n }\n ieee754.write(buf, value, offset, littleEndian, 23, 4)\n return offset + 4\n}\n\nBuffer.prototype.writeFloatLE = function writeFloatLE (value, offset, noAssert) {\n return writeFloat(this, value, offset, true, noAssert)\n}\n\nBuffer.prototype.writeFloatBE = function writeFloatBE (value, offset, noAssert) {\n return writeFloat(this, value, offset, false, noAssert)\n}\n\nfunction writeDouble (buf, value, offset, littleEndian, noAssert) {\n if (!noAssert) {\n checkIEEE754(buf, value, offset, 8, 1.7976931348623157E+308, -1.7976931348623157E+308)\n }\n ieee754.write(buf, value, offset, littleEndian, 52, 8)\n return offset + 8\n}\n\nBuffer.prototype.writeDoubleLE = function writeDoubleLE (value, offset, noAssert) {\n return writeDouble(this, value, offset, true, noAssert)\n}\n\nBuffer.prototype.writeDoubleBE = function writeDoubleBE (value, offset, noAssert) {\n return writeDouble(this, value, offset, false, noAssert)\n}\n\n// copy(targetBuffer, targetStart=0, sourceStart=0, sourceEnd=buffer.length)\nBuffer.prototype.copy = function copy (target, targetStart, start, end) {\n if (!start) start = 0\n if (!end && end !== 0) end = this.length\n if (targetStart >= target.length) targetStart = target.length\n if (!targetStart) targetStart = 0\n if (end > 0 && end < start) end = start\n\n // Copy 0 bytes; we're done\n if (end === start) return 0\n if (target.length === 0 || this.length === 0) return 0\n\n // Fatal error conditions\n if (targetStart < 0) {\n throw new RangeError('targetStart out of bounds')\n }\n if (start < 0 || start >= this.length) throw new RangeError('sourceStart out of bounds')\n if (end < 0) throw new RangeError('sourceEnd out of bounds')\n\n // Are we oob?\n if (end > this.length) end = this.length\n if (target.length - targetStart < end - start) {\n end = target.length - targetStart + start\n }\n\n var len = end - start\n var i\n\n if (this === target && start < targetStart && targetStart < end) {\n // descending copy from end\n for (i = len - 1; i >= 0; --i) {\n target[i + targetStart] = this[i + start]\n }\n } else if (len < 1000 || !Buffer.TYPED_ARRAY_SUPPORT) {\n // ascending copy from start\n for (i = 0; i < len; ++i) {\n target[i + targetStart] = this[i + start]\n }\n } else {\n Uint8Array.prototype.set.call(\n target,\n this.subarray(start, start + len),\n targetStart\n )\n }\n\n return len\n}\n\n// Usage:\n// buffer.fill(number[, offset[, end]])\n// buffer.fill(buffer[, offset[, end]])\n// buffer.fill(string[, offset[, end]][, encoding])\nBuffer.prototype.fill = function fill (val, start, end, encoding) {\n // Handle string cases:\n if (typeof val === 'string') {\n if (typeof start === 'string') {\n encoding = start\n start = 0\n end = this.length\n } else if (typeof end === 'string') {\n encoding = end\n end = this.length\n }\n if (val.length === 1) {\n var code = val.charCodeAt(0)\n if (code < 256) {\n val = code\n }\n }\n if (encoding !== undefined && typeof encoding !== 'string') {\n throw new TypeError('encoding must be a string')\n }\n if (typeof encoding === 'string' && !Buffer.isEncoding(encoding)) {\n throw new TypeError('Unknown encoding: ' + encoding)\n }\n } else if (typeof val === 'number') {\n val = val & 255\n }\n\n // Invalid ranges are not set to a default, so can range check early.\n if (start < 0 || this.length < start || this.length < end) {\n throw new RangeError('Out of range index')\n }\n\n if (end <= start) {\n return this\n }\n\n start = start >>> 0\n end = end === undefined ? this.length : end >>> 0\n\n if (!val) val = 0\n\n var i\n if (typeof val === 'number') {\n for (i = start; i < end; ++i) {\n this[i] = val\n }\n } else {\n var bytes = Buffer.isBuffer(val)\n ? val\n : utf8ToBytes(new Buffer(val, encoding).toString())\n var len = bytes.length\n for (i = 0; i < end - start; ++i) {\n this[i + start] = bytes[i % len]\n }\n }\n\n return this\n}\n\n// HELPER FUNCTIONS\n// ================\n\nvar INVALID_BASE64_RE = /[^+\\/0-9A-Za-z-_]/g\n\nfunction base64clean (str) {\n // Node strips out invalid characters like \\n and \\t from the string, base64-js does not\n str = stringtrim(str).replace(INVALID_BASE64_RE, '')\n // Node converts strings with length < 2 to ''\n if (str.length < 2) return ''\n // Node allows for non-padded base64 strings (missing trailing ===), base64-js does not\n while (str.length % 4 !== 0) {\n str = str + '='\n }\n return str\n}\n\nfunction stringtrim (str) {\n if (str.trim) return str.trim()\n return str.replace(/^\\s+|\\s+$/g, '')\n}\n\nfunction toHex (n) {\n if (n < 16) return '0' + n.toString(16)\n return n.toString(16)\n}\n\nfunction utf8ToBytes (string, units) {\n units = units || Infinity\n var codePoint\n var length = string.length\n var leadSurrogate = null\n var bytes = []\n\n for (var i = 0; i < length; ++i) {\n codePoint = string.charCodeAt(i)\n\n // is surrogate component\n if (codePoint > 0xD7FF && codePoint < 0xE000) {\n // last char was a lead\n if (!leadSurrogate) {\n // no lead yet\n if (codePoint > 0xDBFF) {\n // unexpected trail\n if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\n continue\n } else if (i + 1 === length) {\n // unpaired lead\n if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\n continue\n }\n\n // valid lead\n leadSurrogate = codePoint\n\n continue\n }\n\n // 2 leads in a row\n if (codePoint < 0xDC00) {\n if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\n leadSurrogate = codePoint\n continue\n }\n\n // valid surrogate pair\n codePoint = (leadSurrogate - 0xD800 << 10 | codePoint - 0xDC00) + 0x10000\n } else if (leadSurrogate) {\n // valid bmp char, but last char was a lead\n if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\n }\n\n leadSurrogate = null\n\n // encode utf8\n if (codePoint < 0x80) {\n if ((units -= 1) < 0) break\n bytes.push(codePoint)\n } else if (codePoint < 0x800) {\n if ((units -= 2) < 0) break\n bytes.push(\n codePoint >> 0x6 | 0xC0,\n codePoint & 0x3F | 0x80\n )\n } else if (codePoint < 0x10000) {\n if ((units -= 3) < 0) break\n bytes.push(\n codePoint >> 0xC | 0xE0,\n codePoint >> 0x6 & 0x3F | 0x80,\n codePoint & 0x3F | 0x80\n )\n } else if (codePoint < 0x110000) {\n if ((units -= 4) < 0) break\n bytes.push(\n codePoint >> 0x12 | 0xF0,\n codePoint >> 0xC & 0x3F | 0x80,\n codePoint >> 0x6 & 0x3F | 0x80,\n codePoint & 0x3F | 0x80\n )\n } else {\n throw new Error('Invalid code point')\n }\n }\n\n return bytes\n}\n\nfunction asciiToBytes (str) {\n var byteArray = []\n for (var i = 0; i < str.length; ++i) {\n // Node's code seems to be doing this and not & 0x7F..\n byteArray.push(str.charCodeAt(i) & 0xFF)\n }\n return byteArray\n}\n\nfunction utf16leToBytes (str, units) {\n var c, hi, lo\n var byteArray = []\n for (var i = 0; i < str.length; ++i) {\n if ((units -= 2) < 0) break\n\n c = str.charCodeAt(i)\n hi = c >> 8\n lo = c % 256\n byteArray.push(lo)\n byteArray.push(hi)\n }\n\n return byteArray\n}\n\nfunction base64ToBytes (str) {\n return base64.toByteArray(base64clean(str))\n}\n\nfunction blitBuffer (src, dst, offset, length) {\n for (var i = 0; i < length; ++i) {\n if ((i + offset >= dst.length) || (i >= src.length)) break\n dst[i + offset] = src[i]\n }\n return i\n}\n\nfunction isnan (val) {\n return val !== val // eslint-disable-line no-self-compare\n}\n","/*! safe-buffer. MIT License. Feross Aboukhadijeh */\n/* eslint-disable node/no-deprecated-api */\nvar buffer = require('buffer')\nvar Buffer = buffer.Buffer\n\n// alternative to using Object.keys for old browsers\nfunction copyProps (src, dst) {\n for (var key in src) {\n dst[key] = src[key]\n }\n}\nif (Buffer.from && Buffer.alloc && Buffer.allocUnsafe && Buffer.allocUnsafeSlow) {\n module.exports = buffer\n} else {\n // Copy properties from require('buffer')\n copyProps(buffer, exports)\n exports.Buffer = SafeBuffer\n}\n\nfunction SafeBuffer (arg, encodingOrOffset, length) {\n return Buffer(arg, encodingOrOffset, length)\n}\n\nSafeBuffer.prototype = Object.create(Buffer.prototype)\n\n// Copy static methods from Buffer\ncopyProps(Buffer, SafeBuffer)\n\nSafeBuffer.from = function (arg, encodingOrOffset, length) {\n if (typeof arg === 'number') {\n throw new TypeError('Argument must not be a number')\n }\n return Buffer(arg, encodingOrOffset, length)\n}\n\nSafeBuffer.alloc = function (size, fill, encoding) {\n if (typeof size !== 'number') {\n throw new TypeError('Argument must be a number')\n }\n var buf = Buffer(size)\n if (fill !== undefined) {\n if (typeof encoding === 'string') {\n buf.fill(fill, encoding)\n } else {\n buf.fill(fill)\n }\n } else {\n buf.fill(0)\n }\n return buf\n}\n\nSafeBuffer.allocUnsafe = function (size) {\n if (typeof size !== 'number') {\n throw new TypeError('Argument must be a number')\n }\n return Buffer(size)\n}\n\nSafeBuffer.allocUnsafeSlow = function (size) {\n if (typeof size !== 'number') {\n throw new TypeError('Argument must be a number')\n }\n return buffer.SlowBuffer(size)\n}\n","'use strict'\n\n// limit of Crypto.getRandomValues()\n// https://developer.mozilla.org/en-US/docs/Web/API/Crypto/getRandomValues\nvar MAX_BYTES = 65536\n\n// Node supports requesting up to this number of bytes\n// https://github.com/nodejs/node/blob/master/lib/internal/crypto/random.js#L48\nvar MAX_UINT32 = 4294967295\n\nfunction oldBrowser () {\n throw new Error('Secure random number generation is not supported by this browser.\\nUse Chrome, Firefox or Internet Explorer 11')\n}\n\nvar Buffer = require('safe-buffer').Buffer\nvar crypto = global.crypto || global.msCrypto\n\nif (crypto && crypto.getRandomValues) {\n module.exports = randomBytes\n} else {\n module.exports = oldBrowser\n}\n\nfunction randomBytes (size, cb) {\n // phantomjs needs to throw\n if (size > MAX_UINT32) throw new RangeError('requested too many random bytes')\n\n var bytes = Buffer.allocUnsafe(size)\n\n if (size > 0) { // getRandomValues fails on IE if size == 0\n if (size > MAX_BYTES) { // this is the max bytes crypto.getRandomValues\n // can do at once see https://developer.mozilla.org/en-US/docs/Web/API/window.crypto.getRandomValues\n for (var generated = 0; generated < size; generated += MAX_BYTES) {\n // buffer.slice automatically checks if the end is past the end of\n // the buffer so we don't have to here\n crypto.getRandomValues(bytes.slice(generated, generated + MAX_BYTES))\n }\n } else {\n crypto.getRandomValues(bytes)\n }\n }\n\n if (typeof cb === 'function') {\n return process.nextTick(function () {\n cb(null, bytes)\n })\n }\n\n return bytes\n}\n","if (typeof Object.create === 'function') {\n // implementation from standard node.js 'util' module\n module.exports = function inherits(ctor, superCtor) {\n if (superCtor) {\n ctor.super_ = superCtor\n ctor.prototype = Object.create(superCtor.prototype, {\n constructor: {\n value: ctor,\n enumerable: false,\n writable: true,\n configurable: true\n }\n })\n }\n };\n} else {\n // old school shim for old browsers\n module.exports = function inherits(ctor, superCtor) {\n if (superCtor) {\n ctor.super_ = superCtor\n var TempCtor = function () {}\n TempCtor.prototype = superCtor.prototype\n ctor.prototype = new TempCtor()\n ctor.prototype.constructor = ctor\n }\n }\n}\n","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n'use strict';\n\nvar R = typeof Reflect === 'object' ? Reflect : null\nvar ReflectApply = R && typeof R.apply === 'function'\n ? R.apply\n : function ReflectApply(target, receiver, args) {\n return Function.prototype.apply.call(target, receiver, args);\n }\n\nvar ReflectOwnKeys\nif (R && typeof R.ownKeys === 'function') {\n ReflectOwnKeys = R.ownKeys\n} else if (Object.getOwnPropertySymbols) {\n ReflectOwnKeys = function ReflectOwnKeys(target) {\n return Object.getOwnPropertyNames(target)\n .concat(Object.getOwnPropertySymbols(target));\n };\n} else {\n ReflectOwnKeys = function ReflectOwnKeys(target) {\n return Object.getOwnPropertyNames(target);\n };\n}\n\nfunction ProcessEmitWarning(warning) {\n if (console && console.warn) console.warn(warning);\n}\n\nvar NumberIsNaN = Number.isNaN || function NumberIsNaN(value) {\n return value !== value;\n}\n\nfunction EventEmitter() {\n EventEmitter.init.call(this);\n}\nmodule.exports = EventEmitter;\n\n// Backwards-compat with node 0.10.x\nEventEmitter.EventEmitter = EventEmitter;\n\nEventEmitter.prototype._events = undefined;\nEventEmitter.prototype._eventsCount = 0;\nEventEmitter.prototype._maxListeners = undefined;\n\n// By default EventEmitters will print a warning if more than 10 listeners are\n// added to it. This is a useful default which helps finding memory leaks.\nvar defaultMaxListeners = 10;\n\nfunction checkListener(listener) {\n if (typeof listener !== 'function') {\n throw new TypeError('The \"listener\" argument must be of type Function. Received type ' + typeof listener);\n }\n}\n\nObject.defineProperty(EventEmitter, 'defaultMaxListeners', {\n enumerable: true,\n get: function() {\n return defaultMaxListeners;\n },\n set: function(arg) {\n if (typeof arg !== 'number' || arg < 0 || NumberIsNaN(arg)) {\n throw new RangeError('The value of \"defaultMaxListeners\" is out of range. It must be a non-negative number. Received ' + arg + '.');\n }\n defaultMaxListeners = arg;\n }\n});\n\nEventEmitter.init = function() {\n\n if (this._events === undefined ||\n this._events === Object.getPrototypeOf(this)._events) {\n this._events = Object.create(null);\n this._eventsCount = 0;\n }\n\n this._maxListeners = this._maxListeners || undefined;\n};\n\n// Obviously not all Emitters should be limited to 10. This function allows\n// that to be increased. Set to zero for unlimited.\nEventEmitter.prototype.setMaxListeners = function setMaxListeners(n) {\n if (typeof n !== 'number' || n < 0 || NumberIsNaN(n)) {\n throw new RangeError('The value of \"n\" is out of range. It must be a non-negative number. Received ' + n + '.');\n }\n this._maxListeners = n;\n return this;\n};\n\nfunction _getMaxListeners(that) {\n if (that._maxListeners === undefined)\n return EventEmitter.defaultMaxListeners;\n return that._maxListeners;\n}\n\nEventEmitter.prototype.getMaxListeners = function getMaxListeners() {\n return _getMaxListeners(this);\n};\n\nEventEmitter.prototype.emit = function emit(type) {\n var args = [];\n for (var i = 1; i < arguments.length; i++) args.push(arguments[i]);\n var doError = (type === 'error');\n\n var events = this._events;\n if (events !== undefined)\n doError = (doError && events.error === undefined);\n else if (!doError)\n return false;\n\n // If there is no 'error' event listener then throw.\n if (doError) {\n var er;\n if (args.length > 0)\n er = args[0];\n if (er instanceof Error) {\n // Note: The comments on the `throw` lines are intentional, they show\n // up in Node's output if this results in an unhandled exception.\n throw er; // Unhandled 'error' event\n }\n // At least give some kind of context to the user\n var err = new Error('Unhandled error.' + (er ? ' (' + er.message + ')' : ''));\n err.context = er;\n throw err; // Unhandled 'error' event\n }\n\n var handler = events[type];\n\n if (handler === undefined)\n return false;\n\n if (typeof handler === 'function') {\n ReflectApply(handler, this, args);\n } else {\n var len = handler.length;\n var listeners = arrayClone(handler, len);\n for (var i = 0; i < len; ++i)\n ReflectApply(listeners[i], this, args);\n }\n\n return true;\n};\n\nfunction _addListener(target, type, listener, prepend) {\n var m;\n var events;\n var existing;\n\n checkListener(listener);\n\n events = target._events;\n if (events === undefined) {\n events = target._events = Object.create(null);\n target._eventsCount = 0;\n } else {\n // To avoid recursion in the case that type === \"newListener\"! Before\n // adding it to the listeners, first emit \"newListener\".\n if (events.newListener !== undefined) {\n target.emit('newListener', type,\n listener.listener ? listener.listener : listener);\n\n // Re-assign `events` because a newListener handler could have caused the\n // this._events to be assigned to a new object\n events = target._events;\n }\n existing = events[type];\n }\n\n if (existing === undefined) {\n // Optimize the case of one listener. Don't need the extra array object.\n existing = events[type] = listener;\n ++target._eventsCount;\n } else {\n if (typeof existing === 'function') {\n // Adding the second element, need to change to array.\n existing = events[type] =\n prepend ? [listener, existing] : [existing, listener];\n // If we've already got an array, just append.\n } else if (prepend) {\n existing.unshift(listener);\n } else {\n existing.push(listener);\n }\n\n // Check for listener leak\n m = _getMaxListeners(target);\n if (m > 0 && existing.length > m && !existing.warned) {\n existing.warned = true;\n // No error code for this since it is a Warning\n // eslint-disable-next-line no-restricted-syntax\n var w = new Error('Possible EventEmitter memory leak detected. ' +\n existing.length + ' ' + String(type) + ' listeners ' +\n 'added. Use emitter.setMaxListeners() to ' +\n 'increase limit');\n w.name = 'MaxListenersExceededWarning';\n w.emitter = target;\n w.type = type;\n w.count = existing.length;\n ProcessEmitWarning(w);\n }\n }\n\n return target;\n}\n\nEventEmitter.prototype.addListener = function addListener(type, listener) {\n return _addListener(this, type, listener, false);\n};\n\nEventEmitter.prototype.on = EventEmitter.prototype.addListener;\n\nEventEmitter.prototype.prependListener =\n function prependListener(type, listener) {\n return _addListener(this, type, listener, true);\n };\n\nfunction onceWrapper() {\n if (!this.fired) {\n this.target.removeListener(this.type, this.wrapFn);\n this.fired = true;\n if (arguments.length === 0)\n return this.listener.call(this.target);\n return this.listener.apply(this.target, arguments);\n }\n}\n\nfunction _onceWrap(target, type, listener) {\n var state = { fired: false, wrapFn: undefined, target: target, type: type, listener: listener };\n var wrapped = onceWrapper.bind(state);\n wrapped.listener = listener;\n state.wrapFn = wrapped;\n return wrapped;\n}\n\nEventEmitter.prototype.once = function once(type, listener) {\n checkListener(listener);\n this.on(type, _onceWrap(this, type, listener));\n return this;\n};\n\nEventEmitter.prototype.prependOnceListener =\n function prependOnceListener(type, listener) {\n checkListener(listener);\n this.prependListener(type, _onceWrap(this, type, listener));\n return this;\n };\n\n// Emits a 'removeListener' event if and only if the listener was removed.\nEventEmitter.prototype.removeListener =\n function removeListener(type, listener) {\n var list, events, position, i, originalListener;\n\n checkListener(listener);\n\n events = this._events;\n if (events === undefined)\n return this;\n\n list = events[type];\n if (list === undefined)\n return this;\n\n if (list === listener || list.listener === listener) {\n if (--this._eventsCount === 0)\n this._events = Object.create(null);\n else {\n delete events[type];\n if (events.removeListener)\n this.emit('removeListener', type, list.listener || listener);\n }\n } else if (typeof list !== 'function') {\n position = -1;\n\n for (i = list.length - 1; i >= 0; i--) {\n if (list[i] === listener || list[i].listener === listener) {\n originalListener = list[i].listener;\n position = i;\n break;\n }\n }\n\n if (position < 0)\n return this;\n\n if (position === 0)\n list.shift();\n else {\n spliceOne(list, position);\n }\n\n if (list.length === 1)\n events[type] = list[0];\n\n if (events.removeListener !== undefined)\n this.emit('removeListener', type, originalListener || listener);\n }\n\n return this;\n };\n\nEventEmitter.prototype.off = EventEmitter.prototype.removeListener;\n\nEventEmitter.prototype.removeAllListeners =\n function removeAllListeners(type) {\n var listeners, events, i;\n\n events = this._events;\n if (events === undefined)\n return this;\n\n // not listening for removeListener, no need to emit\n if (events.removeListener === undefined) {\n if (arguments.length === 0) {\n this._events = Object.create(null);\n this._eventsCount = 0;\n } else if (events[type] !== undefined) {\n if (--this._eventsCount === 0)\n this._events = Object.create(null);\n else\n delete events[type];\n }\n return this;\n }\n\n // emit removeListener for all listeners on all events\n if (arguments.length === 0) {\n var keys = Object.keys(events);\n var key;\n for (i = 0; i < keys.length; ++i) {\n key = keys[i];\n if (key === 'removeListener') continue;\n this.removeAllListeners(key);\n }\n this.removeAllListeners('removeListener');\n this._events = Object.create(null);\n this._eventsCount = 0;\n return this;\n }\n\n listeners = events[type];\n\n if (typeof listeners === 'function') {\n this.removeListener(type, listeners);\n } else if (listeners !== undefined) {\n // LIFO order\n for (i = listeners.length - 1; i >= 0; i--) {\n this.removeListener(type, listeners[i]);\n }\n }\n\n return this;\n };\n\nfunction _listeners(target, type, unwrap) {\n var events = target._events;\n\n if (events === undefined)\n return [];\n\n var evlistener = events[type];\n if (evlistener === undefined)\n return [];\n\n if (typeof evlistener === 'function')\n return unwrap ? [evlistener.listener || evlistener] : [evlistener];\n\n return unwrap ?\n unwrapListeners(evlistener) : arrayClone(evlistener, evlistener.length);\n}\n\nEventEmitter.prototype.listeners = function listeners(type) {\n return _listeners(this, type, true);\n};\n\nEventEmitter.prototype.rawListeners = function rawListeners(type) {\n return _listeners(this, type, false);\n};\n\nEventEmitter.listenerCount = function(emitter, type) {\n if (typeof emitter.listenerCount === 'function') {\n return emitter.listenerCount(type);\n } else {\n return listenerCount.call(emitter, type);\n }\n};\n\nEventEmitter.prototype.listenerCount = listenerCount;\nfunction listenerCount(type) {\n var events = this._events;\n\n if (events !== undefined) {\n var evlistener = events[type];\n\n if (typeof evlistener === 'function') {\n return 1;\n } else if (evlistener !== undefined) {\n return evlistener.length;\n }\n }\n\n return 0;\n}\n\nEventEmitter.prototype.eventNames = function eventNames() {\n return this._eventsCount > 0 ? ReflectOwnKeys(this._events) : [];\n};\n\nfunction arrayClone(arr, n) {\n var copy = new Array(n);\n for (var i = 0; i < n; ++i)\n copy[i] = arr[i];\n return copy;\n}\n\nfunction spliceOne(list, index) {\n for (; index + 1 < list.length; index++)\n list[index] = list[index + 1];\n list.pop();\n}\n\nfunction unwrapListeners(arr) {\n var ret = new Array(arr.length);\n for (var i = 0; i < ret.length; ++i) {\n ret[i] = arr[i].listener || arr[i];\n }\n return ret;\n}\n","module.exports = require('events').EventEmitter;\n","'use strict';\n\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\n\nvar _require = require('buffer'),\n Buffer = _require.Buffer;\n\nvar _require2 = require('util'),\n inspect = _require2.inspect;\n\nvar custom = inspect && inspect.custom || 'inspect';\n\nfunction copyBuffer(src, target, offset) {\n Buffer.prototype.copy.call(src, target, offset);\n}\n\nmodule.exports =\n/*#__PURE__*/\nfunction () {\n function BufferList() {\n _classCallCheck(this, BufferList);\n\n this.head = null;\n this.tail = null;\n this.length = 0;\n }\n\n _createClass(BufferList, [{\n key: \"push\",\n value: function push(v) {\n var entry = {\n data: v,\n next: null\n };\n if (this.length > 0) this.tail.next = entry;else this.head = entry;\n this.tail = entry;\n ++this.length;\n }\n }, {\n key: \"unshift\",\n value: function unshift(v) {\n var entry = {\n data: v,\n next: this.head\n };\n if (this.length === 0) this.tail = entry;\n this.head = entry;\n ++this.length;\n }\n }, {\n key: \"shift\",\n value: function shift() {\n if (this.length === 0) return;\n var ret = this.head.data;\n if (this.length === 1) this.head = this.tail = null;else this.head = this.head.next;\n --this.length;\n return ret;\n }\n }, {\n key: \"clear\",\n value: function clear() {\n this.head = this.tail = null;\n this.length = 0;\n }\n }, {\n key: \"join\",\n value: function join(s) {\n if (this.length === 0) return '';\n var p = this.head;\n var ret = '' + p.data;\n\n while (p = p.next) {\n ret += s + p.data;\n }\n\n return ret;\n }\n }, {\n key: \"concat\",\n value: function concat(n) {\n if (this.length === 0) return Buffer.alloc(0);\n var ret = Buffer.allocUnsafe(n >>> 0);\n var p = this.head;\n var i = 0;\n\n while (p) {\n copyBuffer(p.data, ret, i);\n i += p.data.length;\n p = p.next;\n }\n\n return ret;\n } // Consumes a specified amount of bytes or characters from the buffered data.\n\n }, {\n key: \"consume\",\n value: function consume(n, hasStrings) {\n var ret;\n\n if (n < this.head.data.length) {\n // `slice` is the same for buffers and strings.\n ret = this.head.data.slice(0, n);\n this.head.data = this.head.data.slice(n);\n } else if (n === this.head.data.length) {\n // First chunk is a perfect match.\n ret = this.shift();\n } else {\n // Result spans more than one buffer.\n ret = hasStrings ? this._getString(n) : this._getBuffer(n);\n }\n\n return ret;\n }\n }, {\n key: \"first\",\n value: function first() {\n return this.head.data;\n } // Consumes a specified amount of characters from the buffered data.\n\n }, {\n key: \"_getString\",\n value: function _getString(n) {\n var p = this.head;\n var c = 1;\n var ret = p.data;\n n -= ret.length;\n\n while (p = p.next) {\n var str = p.data;\n var nb = n > str.length ? str.length : n;\n if (nb === str.length) ret += str;else ret += str.slice(0, n);\n n -= nb;\n\n if (n === 0) {\n if (nb === str.length) {\n ++c;\n if (p.next) this.head = p.next;else this.head = this.tail = null;\n } else {\n this.head = p;\n p.data = str.slice(nb);\n }\n\n break;\n }\n\n ++c;\n }\n\n this.length -= c;\n return ret;\n } // Consumes a specified amount of bytes from the buffered data.\n\n }, {\n key: \"_getBuffer\",\n value: function _getBuffer(n) {\n var ret = Buffer.allocUnsafe(n);\n var p = this.head;\n var c = 1;\n p.data.copy(ret);\n n -= p.data.length;\n\n while (p = p.next) {\n var buf = p.data;\n var nb = n > buf.length ? buf.length : n;\n buf.copy(ret, ret.length - n, 0, nb);\n n -= nb;\n\n if (n === 0) {\n if (nb === buf.length) {\n ++c;\n if (p.next) this.head = p.next;else this.head = this.tail = null;\n } else {\n this.head = p;\n p.data = buf.slice(nb);\n }\n\n break;\n }\n\n ++c;\n }\n\n this.length -= c;\n return ret;\n } // Make sure the linked list only shows the minimal necessary information.\n\n }, {\n key: custom,\n value: function value(_, options) {\n return inspect(this, _objectSpread({}, options, {\n // Only inspect one level.\n depth: 0,\n // It should not recurse.\n customInspect: false\n }));\n }\n }]);\n\n return BufferList;\n}();","'use strict'; // undocumented cb() API, needed for core, not for public API\n\nfunction destroy(err, cb) {\n var _this = this;\n\n var readableDestroyed = this._readableState && this._readableState.destroyed;\n var writableDestroyed = this._writableState && this._writableState.destroyed;\n\n if (readableDestroyed || writableDestroyed) {\n if (cb) {\n cb(err);\n } else if (err) {\n if (!this._writableState) {\n process.nextTick(emitErrorNT, this, err);\n } else if (!this._writableState.errorEmitted) {\n this._writableState.errorEmitted = true;\n process.nextTick(emitErrorNT, this, err);\n }\n }\n\n return this;\n } // we set destroyed to true before firing error callbacks in order\n // to make it re-entrance safe in case destroy() is called within callbacks\n\n\n if (this._readableState) {\n this._readableState.destroyed = true;\n } // if this is a duplex stream mark the writable part as destroyed as well\n\n\n if (this._writableState) {\n this._writableState.destroyed = true;\n }\n\n this._destroy(err || null, function (err) {\n if (!cb && err) {\n if (!_this._writableState) {\n process.nextTick(emitErrorAndCloseNT, _this, err);\n } else if (!_this._writableState.errorEmitted) {\n _this._writableState.errorEmitted = true;\n process.nextTick(emitErrorAndCloseNT, _this, err);\n } else {\n process.nextTick(emitCloseNT, _this);\n }\n } else if (cb) {\n process.nextTick(emitCloseNT, _this);\n cb(err);\n } else {\n process.nextTick(emitCloseNT, _this);\n }\n });\n\n return this;\n}\n\nfunction emitErrorAndCloseNT(self, err) {\n emitErrorNT(self, err);\n emitCloseNT(self);\n}\n\nfunction emitCloseNT(self) {\n if (self._writableState && !self._writableState.emitClose) return;\n if (self._readableState && !self._readableState.emitClose) return;\n self.emit('close');\n}\n\nfunction undestroy() {\n if (this._readableState) {\n this._readableState.destroyed = false;\n this._readableState.reading = false;\n this._readableState.ended = false;\n this._readableState.endEmitted = false;\n }\n\n if (this._writableState) {\n this._writableState.destroyed = false;\n this._writableState.ended = false;\n this._writableState.ending = false;\n this._writableState.finalCalled = false;\n this._writableState.prefinished = false;\n this._writableState.finished = false;\n this._writableState.errorEmitted = false;\n }\n}\n\nfunction emitErrorNT(self, err) {\n self.emit('error', err);\n}\n\nfunction errorOrDestroy(stream, err) {\n // We have tests that rely on errors being emitted\n // in the same tick, so changing this is semver major.\n // For now when you opt-in to autoDestroy we allow\n // the error to be emitted nextTick. In a future\n // semver major update we should change the default to this.\n var rState = stream._readableState;\n var wState = stream._writableState;\n if (rState && rState.autoDestroy || wState && wState.autoDestroy) stream.destroy(err);else stream.emit('error', err);\n}\n\nmodule.exports = {\n destroy: destroy,\n undestroy: undestroy,\n errorOrDestroy: errorOrDestroy\n};","'use strict';\n\nfunction _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; }\n\nvar codes = {};\n\nfunction createErrorType(code, message, Base) {\n if (!Base) {\n Base = Error;\n }\n\n function getMessage(arg1, arg2, arg3) {\n if (typeof message === 'string') {\n return message;\n } else {\n return message(arg1, arg2, arg3);\n }\n }\n\n var NodeError =\n /*#__PURE__*/\n function (_Base) {\n _inheritsLoose(NodeError, _Base);\n\n function NodeError(arg1, arg2, arg3) {\n return _Base.call(this, getMessage(arg1, arg2, arg3)) || this;\n }\n\n return NodeError;\n }(Base);\n\n NodeError.prototype.name = Base.name;\n NodeError.prototype.code = code;\n codes[code] = NodeError;\n} // https://github.com/nodejs/node/blob/v10.8.0/lib/internal/errors.js\n\n\nfunction oneOf(expected, thing) {\n if (Array.isArray(expected)) {\n var len = expected.length;\n expected = expected.map(function (i) {\n return String(i);\n });\n\n if (len > 2) {\n return \"one of \".concat(thing, \" \").concat(expected.slice(0, len - 1).join(', '), \", or \") + expected[len - 1];\n } else if (len === 2) {\n return \"one of \".concat(thing, \" \").concat(expected[0], \" or \").concat(expected[1]);\n } else {\n return \"of \".concat(thing, \" \").concat(expected[0]);\n }\n } else {\n return \"of \".concat(thing, \" \").concat(String(expected));\n }\n} // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/startsWith\n\n\nfunction startsWith(str, search, pos) {\n return str.substr(!pos || pos < 0 ? 0 : +pos, search.length) === search;\n} // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/endsWith\n\n\nfunction endsWith(str, search, this_len) {\n if (this_len === undefined || this_len > str.length) {\n this_len = str.length;\n }\n\n return str.substring(this_len - search.length, this_len) === search;\n} // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/includes\n\n\nfunction includes(str, search, start) {\n if (typeof start !== 'number') {\n start = 0;\n }\n\n if (start + search.length > str.length) {\n return false;\n } else {\n return str.indexOf(search, start) !== -1;\n }\n}\n\ncreateErrorType('ERR_INVALID_OPT_VALUE', function (name, value) {\n return 'The value \"' + value + '\" is invalid for option \"' + name + '\"';\n}, TypeError);\ncreateErrorType('ERR_INVALID_ARG_TYPE', function (name, expected, actual) {\n // determiner: 'must be' or 'must not be'\n var determiner;\n\n if (typeof expected === 'string' && startsWith(expected, 'not ')) {\n determiner = 'must not be';\n expected = expected.replace(/^not /, '');\n } else {\n determiner = 'must be';\n }\n\n var msg;\n\n if (endsWith(name, ' argument')) {\n // For cases like 'first argument'\n msg = \"The \".concat(name, \" \").concat(determiner, \" \").concat(oneOf(expected, 'type'));\n } else {\n var type = includes(name, '.') ? 'property' : 'argument';\n msg = \"The \\\"\".concat(name, \"\\\" \").concat(type, \" \").concat(determiner, \" \").concat(oneOf(expected, 'type'));\n }\n\n msg += \". Received type \".concat(typeof actual);\n return msg;\n}, TypeError);\ncreateErrorType('ERR_STREAM_PUSH_AFTER_EOF', 'stream.push() after EOF');\ncreateErrorType('ERR_METHOD_NOT_IMPLEMENTED', function (name) {\n return 'The ' + name + ' method is not implemented';\n});\ncreateErrorType('ERR_STREAM_PREMATURE_CLOSE', 'Premature close');\ncreateErrorType('ERR_STREAM_DESTROYED', function (name) {\n return 'Cannot call ' + name + ' after a stream was destroyed';\n});\ncreateErrorType('ERR_MULTIPLE_CALLBACK', 'Callback called multiple times');\ncreateErrorType('ERR_STREAM_CANNOT_PIPE', 'Cannot pipe, not readable');\ncreateErrorType('ERR_STREAM_WRITE_AFTER_END', 'write after end');\ncreateErrorType('ERR_STREAM_NULL_VALUES', 'May not write null values to stream', TypeError);\ncreateErrorType('ERR_UNKNOWN_ENCODING', function (arg) {\n return 'Unknown encoding: ' + arg;\n}, TypeError);\ncreateErrorType('ERR_STREAM_UNSHIFT_AFTER_END_EVENT', 'stream.unshift() after end event');\nmodule.exports.codes = codes;\n","'use strict';\n\nvar ERR_INVALID_OPT_VALUE = require('../../../errors').codes.ERR_INVALID_OPT_VALUE;\n\nfunction highWaterMarkFrom(options, isDuplex, duplexKey) {\n return options.highWaterMark != null ? options.highWaterMark : isDuplex ? options[duplexKey] : null;\n}\n\nfunction getHighWaterMark(state, options, duplexKey, isDuplex) {\n var hwm = highWaterMarkFrom(options, isDuplex, duplexKey);\n\n if (hwm != null) {\n if (!(isFinite(hwm) && Math.floor(hwm) === hwm) || hwm < 0) {\n var name = isDuplex ? duplexKey : 'highWaterMark';\n throw new ERR_INVALID_OPT_VALUE(name, hwm);\n }\n\n return Math.floor(hwm);\n } // Default value\n\n\n return state.objectMode ? 16 : 16 * 1024;\n}\n\nmodule.exports = {\n getHighWaterMark: getHighWaterMark\n};","\n/**\n * Module exports.\n */\n\nmodule.exports = deprecate;\n\n/**\n * Mark that a method should not be used.\n * Returns a modified function which warns once by default.\n *\n * If `localStorage.noDeprecation = true` is set, then it is a no-op.\n *\n * If `localStorage.throwDeprecation = true` is set, then deprecated functions\n * will throw an Error when invoked.\n *\n * If `localStorage.traceDeprecation = true` is set, then deprecated functions\n * will invoke `console.trace()` instead of `console.error()`.\n *\n * @param {Function} fn - the function to deprecate\n * @param {String} msg - the string to print to the console when `fn` is invoked\n * @returns {Function} a new \"deprecated\" version of `fn`\n * @api public\n */\n\nfunction deprecate (fn, msg) {\n if (config('noDeprecation')) {\n return fn;\n }\n\n var warned = false;\n function deprecated() {\n if (!warned) {\n if (config('throwDeprecation')) {\n throw new Error(msg);\n } else if (config('traceDeprecation')) {\n console.trace(msg);\n } else {\n console.warn(msg);\n }\n warned = true;\n }\n return fn.apply(this, arguments);\n }\n\n return deprecated;\n}\n\n/**\n * Checks `localStorage` for boolean values for the given `name`.\n *\n * @param {String} name\n * @returns {Boolean}\n * @api private\n */\n\nfunction config (name) {\n // accessing global.localStorage can trigger a DOMException in sandboxed iframes\n try {\n if (!global.localStorage) return false;\n } catch (_) {\n return false;\n }\n var val = global.localStorage[name];\n if (null == val) return false;\n return String(val).toLowerCase() === 'true';\n}\n","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n// A bit simpler than readable streams.\n// Implement an async ._write(chunk, encoding, cb), and it'll handle all\n// the drain event emission and buffering.\n'use strict';\n\nmodule.exports = Writable;\n/* */\n\nfunction WriteReq(chunk, encoding, cb) {\n this.chunk = chunk;\n this.encoding = encoding;\n this.callback = cb;\n this.next = null;\n} // It seems a linked list but it is not\n// there will be only 2 of these for each stream\n\n\nfunction CorkedRequest(state) {\n var _this = this;\n\n this.next = null;\n this.entry = null;\n\n this.finish = function () {\n onCorkedFinish(_this, state);\n };\n}\n/* */\n\n/**/\n\n\nvar Duplex;\n/**/\n\nWritable.WritableState = WritableState;\n/**/\n\nvar internalUtil = {\n deprecate: require('util-deprecate')\n};\n/**/\n\n/**/\n\nvar Stream = require('./internal/streams/stream');\n/**/\n\n\nvar Buffer = require('buffer').Buffer;\n\nvar OurUint8Array = global.Uint8Array || function () {};\n\nfunction _uint8ArrayToBuffer(chunk) {\n return Buffer.from(chunk);\n}\n\nfunction _isUint8Array(obj) {\n return Buffer.isBuffer(obj) || obj instanceof OurUint8Array;\n}\n\nvar destroyImpl = require('./internal/streams/destroy');\n\nvar _require = require('./internal/streams/state'),\n getHighWaterMark = _require.getHighWaterMark;\n\nvar _require$codes = require('../errors').codes,\n ERR_INVALID_ARG_TYPE = _require$codes.ERR_INVALID_ARG_TYPE,\n ERR_METHOD_NOT_IMPLEMENTED = _require$codes.ERR_METHOD_NOT_IMPLEMENTED,\n ERR_MULTIPLE_CALLBACK = _require$codes.ERR_MULTIPLE_CALLBACK,\n ERR_STREAM_CANNOT_PIPE = _require$codes.ERR_STREAM_CANNOT_PIPE,\n ERR_STREAM_DESTROYED = _require$codes.ERR_STREAM_DESTROYED,\n ERR_STREAM_NULL_VALUES = _require$codes.ERR_STREAM_NULL_VALUES,\n ERR_STREAM_WRITE_AFTER_END = _require$codes.ERR_STREAM_WRITE_AFTER_END,\n ERR_UNKNOWN_ENCODING = _require$codes.ERR_UNKNOWN_ENCODING;\n\nvar errorOrDestroy = destroyImpl.errorOrDestroy;\n\nrequire('inherits')(Writable, Stream);\n\nfunction nop() {}\n\nfunction WritableState(options, stream, isDuplex) {\n Duplex = Duplex || require('./_stream_duplex');\n options = options || {}; // Duplex streams are both readable and writable, but share\n // the same options object.\n // However, some cases require setting options to different\n // values for the readable and the writable sides of the duplex stream,\n // e.g. options.readableObjectMode vs. options.writableObjectMode, etc.\n\n if (typeof isDuplex !== 'boolean') isDuplex = stream instanceof Duplex; // object stream flag to indicate whether or not this stream\n // contains buffers or objects.\n\n this.objectMode = !!options.objectMode;\n if (isDuplex) this.objectMode = this.objectMode || !!options.writableObjectMode; // the point at which write() starts returning false\n // Note: 0 is a valid value, means that we always return false if\n // the entire buffer is not flushed immediately on write()\n\n this.highWaterMark = getHighWaterMark(this, options, 'writableHighWaterMark', isDuplex); // if _final has been called\n\n this.finalCalled = false; // drain event flag.\n\n this.needDrain = false; // at the start of calling end()\n\n this.ending = false; // when end() has been called, and returned\n\n this.ended = false; // when 'finish' is emitted\n\n this.finished = false; // has it been destroyed\n\n this.destroyed = false; // should we decode strings into buffers before passing to _write?\n // this is here so that some node-core streams can optimize string\n // handling at a lower level.\n\n var noDecode = options.decodeStrings === false;\n this.decodeStrings = !noDecode; // Crypto is kind of old and crusty. Historically, its default string\n // encoding is 'binary' so we have to make this configurable.\n // Everything else in the universe uses 'utf8', though.\n\n this.defaultEncoding = options.defaultEncoding || 'utf8'; // not an actual buffer we keep track of, but a measurement\n // of how much we're waiting to get pushed to some underlying\n // socket or file.\n\n this.length = 0; // a flag to see when we're in the middle of a write.\n\n this.writing = false; // when true all writes will be buffered until .uncork() call\n\n this.corked = 0; // a flag to be able to tell if the onwrite cb is called immediately,\n // or on a later tick. We set this to true at first, because any\n // actions that shouldn't happen until \"later\" should generally also\n // not happen before the first write call.\n\n this.sync = true; // a flag to know if we're processing previously buffered items, which\n // may call the _write() callback in the same tick, so that we don't\n // end up in an overlapped onwrite situation.\n\n this.bufferProcessing = false; // the callback that's passed to _write(chunk,cb)\n\n this.onwrite = function (er) {\n onwrite(stream, er);\n }; // the callback that the user supplies to write(chunk,encoding,cb)\n\n\n this.writecb = null; // the amount that is being written when _write is called.\n\n this.writelen = 0;\n this.bufferedRequest = null;\n this.lastBufferedRequest = null; // number of pending user-supplied write callbacks\n // this must be 0 before 'finish' can be emitted\n\n this.pendingcb = 0; // emit prefinish if the only thing we're waiting for is _write cbs\n // This is relevant for synchronous Transform streams\n\n this.prefinished = false; // True if the error was already emitted and should not be thrown again\n\n this.errorEmitted = false; // Should close be emitted on destroy. Defaults to true.\n\n this.emitClose = options.emitClose !== false; // Should .destroy() be called after 'finish' (and potentially 'end')\n\n this.autoDestroy = !!options.autoDestroy; // count buffered requests\n\n this.bufferedRequestCount = 0; // allocate the first CorkedRequest, there is always\n // one allocated and free to use, and we maintain at most two\n\n this.corkedRequestsFree = new CorkedRequest(this);\n}\n\nWritableState.prototype.getBuffer = function getBuffer() {\n var current = this.bufferedRequest;\n var out = [];\n\n while (current) {\n out.push(current);\n current = current.next;\n }\n\n return out;\n};\n\n(function () {\n try {\n Object.defineProperty(WritableState.prototype, 'buffer', {\n get: internalUtil.deprecate(function writableStateBufferGetter() {\n return this.getBuffer();\n }, '_writableState.buffer is deprecated. Use _writableState.getBuffer ' + 'instead.', 'DEP0003')\n });\n } catch (_) {}\n})(); // Test _writableState for inheritance to account for Duplex streams,\n// whose prototype chain only points to Readable.\n\n\nvar realHasInstance;\n\nif (typeof Symbol === 'function' && Symbol.hasInstance && typeof Function.prototype[Symbol.hasInstance] === 'function') {\n realHasInstance = Function.prototype[Symbol.hasInstance];\n Object.defineProperty(Writable, Symbol.hasInstance, {\n value: function value(object) {\n if (realHasInstance.call(this, object)) return true;\n if (this !== Writable) return false;\n return object && object._writableState instanceof WritableState;\n }\n });\n} else {\n realHasInstance = function realHasInstance(object) {\n return object instanceof this;\n };\n}\n\nfunction Writable(options) {\n Duplex = Duplex || require('./_stream_duplex'); // Writable ctor is applied to Duplexes, too.\n // `realHasInstance` is necessary because using plain `instanceof`\n // would return false, as no `_writableState` property is attached.\n // Trying to use the custom `instanceof` for Writable here will also break the\n // Node.js LazyTransform implementation, which has a non-trivial getter for\n // `_writableState` that would lead to infinite recursion.\n // Checking for a Stream.Duplex instance is faster here instead of inside\n // the WritableState constructor, at least with V8 6.5\n\n var isDuplex = this instanceof Duplex;\n if (!isDuplex && !realHasInstance.call(Writable, this)) return new Writable(options);\n this._writableState = new WritableState(options, this, isDuplex); // legacy.\n\n this.writable = true;\n\n if (options) {\n if (typeof options.write === 'function') this._write = options.write;\n if (typeof options.writev === 'function') this._writev = options.writev;\n if (typeof options.destroy === 'function') this._destroy = options.destroy;\n if (typeof options.final === 'function') this._final = options.final;\n }\n\n Stream.call(this);\n} // Otherwise people can pipe Writable streams, which is just wrong.\n\n\nWritable.prototype.pipe = function () {\n errorOrDestroy(this, new ERR_STREAM_CANNOT_PIPE());\n};\n\nfunction writeAfterEnd(stream, cb) {\n var er = new ERR_STREAM_WRITE_AFTER_END(); // TODO: defer error events consistently everywhere, not just the cb\n\n errorOrDestroy(stream, er);\n process.nextTick(cb, er);\n} // Checks that a user-supplied chunk is valid, especially for the particular\n// mode the stream is in. Currently this means that `null` is never accepted\n// and undefined/non-string values are only allowed in object mode.\n\n\nfunction validChunk(stream, state, chunk, cb) {\n var er;\n\n if (chunk === null) {\n er = new ERR_STREAM_NULL_VALUES();\n } else if (typeof chunk !== 'string' && !state.objectMode) {\n er = new ERR_INVALID_ARG_TYPE('chunk', ['string', 'Buffer'], chunk);\n }\n\n if (er) {\n errorOrDestroy(stream, er);\n process.nextTick(cb, er);\n return false;\n }\n\n return true;\n}\n\nWritable.prototype.write = function (chunk, encoding, cb) {\n var state = this._writableState;\n var ret = false;\n\n var isBuf = !state.objectMode && _isUint8Array(chunk);\n\n if (isBuf && !Buffer.isBuffer(chunk)) {\n chunk = _uint8ArrayToBuffer(chunk);\n }\n\n if (typeof encoding === 'function') {\n cb = encoding;\n encoding = null;\n }\n\n if (isBuf) encoding = 'buffer';else if (!encoding) encoding = state.defaultEncoding;\n if (typeof cb !== 'function') cb = nop;\n if (state.ending) writeAfterEnd(this, cb);else if (isBuf || validChunk(this, state, chunk, cb)) {\n state.pendingcb++;\n ret = writeOrBuffer(this, state, isBuf, chunk, encoding, cb);\n }\n return ret;\n};\n\nWritable.prototype.cork = function () {\n this._writableState.corked++;\n};\n\nWritable.prototype.uncork = function () {\n var state = this._writableState;\n\n if (state.corked) {\n state.corked--;\n if (!state.writing && !state.corked && !state.bufferProcessing && state.bufferedRequest) clearBuffer(this, state);\n }\n};\n\nWritable.prototype.setDefaultEncoding = function setDefaultEncoding(encoding) {\n // node::ParseEncoding() requires lower case.\n if (typeof encoding === 'string') encoding = encoding.toLowerCase();\n if (!(['hex', 'utf8', 'utf-8', 'ascii', 'binary', 'base64', 'ucs2', 'ucs-2', 'utf16le', 'utf-16le', 'raw'].indexOf((encoding + '').toLowerCase()) > -1)) throw new ERR_UNKNOWN_ENCODING(encoding);\n this._writableState.defaultEncoding = encoding;\n return this;\n};\n\nObject.defineProperty(Writable.prototype, 'writableBuffer', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._writableState && this._writableState.getBuffer();\n }\n});\n\nfunction decodeChunk(state, chunk, encoding) {\n if (!state.objectMode && state.decodeStrings !== false && typeof chunk === 'string') {\n chunk = Buffer.from(chunk, encoding);\n }\n\n return chunk;\n}\n\nObject.defineProperty(Writable.prototype, 'writableHighWaterMark', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._writableState.highWaterMark;\n }\n}); // if we're already writing something, then just put this\n// in the queue, and wait our turn. Otherwise, call _write\n// If we return false, then we need a drain event, so set that flag.\n\nfunction writeOrBuffer(stream, state, isBuf, chunk, encoding, cb) {\n if (!isBuf) {\n var newChunk = decodeChunk(state, chunk, encoding);\n\n if (chunk !== newChunk) {\n isBuf = true;\n encoding = 'buffer';\n chunk = newChunk;\n }\n }\n\n var len = state.objectMode ? 1 : chunk.length;\n state.length += len;\n var ret = state.length < state.highWaterMark; // we must ensure that previous needDrain will not be reset to false.\n\n if (!ret) state.needDrain = true;\n\n if (state.writing || state.corked) {\n var last = state.lastBufferedRequest;\n state.lastBufferedRequest = {\n chunk: chunk,\n encoding: encoding,\n isBuf: isBuf,\n callback: cb,\n next: null\n };\n\n if (last) {\n last.next = state.lastBufferedRequest;\n } else {\n state.bufferedRequest = state.lastBufferedRequest;\n }\n\n state.bufferedRequestCount += 1;\n } else {\n doWrite(stream, state, false, len, chunk, encoding, cb);\n }\n\n return ret;\n}\n\nfunction doWrite(stream, state, writev, len, chunk, encoding, cb) {\n state.writelen = len;\n state.writecb = cb;\n state.writing = true;\n state.sync = true;\n if (state.destroyed) state.onwrite(new ERR_STREAM_DESTROYED('write'));else if (writev) stream._writev(chunk, state.onwrite);else stream._write(chunk, encoding, state.onwrite);\n state.sync = false;\n}\n\nfunction onwriteError(stream, state, sync, er, cb) {\n --state.pendingcb;\n\n if (sync) {\n // defer the callback if we are being called synchronously\n // to avoid piling up things on the stack\n process.nextTick(cb, er); // this can emit finish, and it will always happen\n // after error\n\n process.nextTick(finishMaybe, stream, state);\n stream._writableState.errorEmitted = true;\n errorOrDestroy(stream, er);\n } else {\n // the caller expect this to happen before if\n // it is async\n cb(er);\n stream._writableState.errorEmitted = true;\n errorOrDestroy(stream, er); // this can emit finish, but finish must\n // always follow error\n\n finishMaybe(stream, state);\n }\n}\n\nfunction onwriteStateUpdate(state) {\n state.writing = false;\n state.writecb = null;\n state.length -= state.writelen;\n state.writelen = 0;\n}\n\nfunction onwrite(stream, er) {\n var state = stream._writableState;\n var sync = state.sync;\n var cb = state.writecb;\n if (typeof cb !== 'function') throw new ERR_MULTIPLE_CALLBACK();\n onwriteStateUpdate(state);\n if (er) onwriteError(stream, state, sync, er, cb);else {\n // Check if we're actually ready to finish, but don't emit yet\n var finished = needFinish(state) || stream.destroyed;\n\n if (!finished && !state.corked && !state.bufferProcessing && state.bufferedRequest) {\n clearBuffer(stream, state);\n }\n\n if (sync) {\n process.nextTick(afterWrite, stream, state, finished, cb);\n } else {\n afterWrite(stream, state, finished, cb);\n }\n }\n}\n\nfunction afterWrite(stream, state, finished, cb) {\n if (!finished) onwriteDrain(stream, state);\n state.pendingcb--;\n cb();\n finishMaybe(stream, state);\n} // Must force callback to be called on nextTick, so that we don't\n// emit 'drain' before the write() consumer gets the 'false' return\n// value, and has a chance to attach a 'drain' listener.\n\n\nfunction onwriteDrain(stream, state) {\n if (state.length === 0 && state.needDrain) {\n state.needDrain = false;\n stream.emit('drain');\n }\n} // if there's something in the buffer waiting, then process it\n\n\nfunction clearBuffer(stream, state) {\n state.bufferProcessing = true;\n var entry = state.bufferedRequest;\n\n if (stream._writev && entry && entry.next) {\n // Fast case, write everything using _writev()\n var l = state.bufferedRequestCount;\n var buffer = new Array(l);\n var holder = state.corkedRequestsFree;\n holder.entry = entry;\n var count = 0;\n var allBuffers = true;\n\n while (entry) {\n buffer[count] = entry;\n if (!entry.isBuf) allBuffers = false;\n entry = entry.next;\n count += 1;\n }\n\n buffer.allBuffers = allBuffers;\n doWrite(stream, state, true, state.length, buffer, '', holder.finish); // doWrite is almost always async, defer these to save a bit of time\n // as the hot path ends with doWrite\n\n state.pendingcb++;\n state.lastBufferedRequest = null;\n\n if (holder.next) {\n state.corkedRequestsFree = holder.next;\n holder.next = null;\n } else {\n state.corkedRequestsFree = new CorkedRequest(state);\n }\n\n state.bufferedRequestCount = 0;\n } else {\n // Slow case, write chunks one-by-one\n while (entry) {\n var chunk = entry.chunk;\n var encoding = entry.encoding;\n var cb = entry.callback;\n var len = state.objectMode ? 1 : chunk.length;\n doWrite(stream, state, false, len, chunk, encoding, cb);\n entry = entry.next;\n state.bufferedRequestCount--; // if we didn't call the onwrite immediately, then\n // it means that we need to wait until it does.\n // also, that means that the chunk and cb are currently\n // being processed, so move the buffer counter past them.\n\n if (state.writing) {\n break;\n }\n }\n\n if (entry === null) state.lastBufferedRequest = null;\n }\n\n state.bufferedRequest = entry;\n state.bufferProcessing = false;\n}\n\nWritable.prototype._write = function (chunk, encoding, cb) {\n cb(new ERR_METHOD_NOT_IMPLEMENTED('_write()'));\n};\n\nWritable.prototype._writev = null;\n\nWritable.prototype.end = function (chunk, encoding, cb) {\n var state = this._writableState;\n\n if (typeof chunk === 'function') {\n cb = chunk;\n chunk = null;\n encoding = null;\n } else if (typeof encoding === 'function') {\n cb = encoding;\n encoding = null;\n }\n\n if (chunk !== null && chunk !== undefined) this.write(chunk, encoding); // .end() fully uncorks\n\n if (state.corked) {\n state.corked = 1;\n this.uncork();\n } // ignore unnecessary end() calls.\n\n\n if (!state.ending) endWritable(this, state, cb);\n return this;\n};\n\nObject.defineProperty(Writable.prototype, 'writableLength', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._writableState.length;\n }\n});\n\nfunction needFinish(state) {\n return state.ending && state.length === 0 && state.bufferedRequest === null && !state.finished && !state.writing;\n}\n\nfunction callFinal(stream, state) {\n stream._final(function (err) {\n state.pendingcb--;\n\n if (err) {\n errorOrDestroy(stream, err);\n }\n\n state.prefinished = true;\n stream.emit('prefinish');\n finishMaybe(stream, state);\n });\n}\n\nfunction prefinish(stream, state) {\n if (!state.prefinished && !state.finalCalled) {\n if (typeof stream._final === 'function' && !state.destroyed) {\n state.pendingcb++;\n state.finalCalled = true;\n process.nextTick(callFinal, stream, state);\n } else {\n state.prefinished = true;\n stream.emit('prefinish');\n }\n }\n}\n\nfunction finishMaybe(stream, state) {\n var need = needFinish(state);\n\n if (need) {\n prefinish(stream, state);\n\n if (state.pendingcb === 0) {\n state.finished = true;\n stream.emit('finish');\n\n if (state.autoDestroy) {\n // In case of duplex streams we need a way to detect\n // if the readable side is ready for autoDestroy as well\n var rState = stream._readableState;\n\n if (!rState || rState.autoDestroy && rState.endEmitted) {\n stream.destroy();\n }\n }\n }\n }\n\n return need;\n}\n\nfunction endWritable(stream, state, cb) {\n state.ending = true;\n finishMaybe(stream, state);\n\n if (cb) {\n if (state.finished) process.nextTick(cb);else stream.once('finish', cb);\n }\n\n state.ended = true;\n stream.writable = false;\n}\n\nfunction onCorkedFinish(corkReq, state, err) {\n var entry = corkReq.entry;\n corkReq.entry = null;\n\n while (entry) {\n var cb = entry.callback;\n state.pendingcb--;\n cb(err);\n entry = entry.next;\n } // reuse the free corkReq.\n\n\n state.corkedRequestsFree.next = corkReq;\n}\n\nObject.defineProperty(Writable.prototype, 'destroyed', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n if (this._writableState === undefined) {\n return false;\n }\n\n return this._writableState.destroyed;\n },\n set: function set(value) {\n // we ignore the value if the stream\n // has not been initialized yet\n if (!this._writableState) {\n return;\n } // backward compatibility, the user is explicitly\n // managing destroyed\n\n\n this._writableState.destroyed = value;\n }\n});\nWritable.prototype.destroy = destroyImpl.destroy;\nWritable.prototype._undestroy = destroyImpl.undestroy;\n\nWritable.prototype._destroy = function (err, cb) {\n cb(err);\n};","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n// a duplex stream is just a stream that is both readable and writable.\n// Since JS doesn't have multiple prototypal inheritance, this class\n// prototypally inherits from Readable, and then parasitically from\n// Writable.\n'use strict';\n/**/\n\nvar objectKeys = Object.keys || function (obj) {\n var keys = [];\n\n for (var key in obj) {\n keys.push(key);\n }\n\n return keys;\n};\n/**/\n\n\nmodule.exports = Duplex;\n\nvar Readable = require('./_stream_readable');\n\nvar Writable = require('./_stream_writable');\n\nrequire('inherits')(Duplex, Readable);\n\n{\n // Allow the keys array to be GC'ed.\n var keys = objectKeys(Writable.prototype);\n\n for (var v = 0; v < keys.length; v++) {\n var method = keys[v];\n if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method];\n }\n}\n\nfunction Duplex(options) {\n if (!(this instanceof Duplex)) return new Duplex(options);\n Readable.call(this, options);\n Writable.call(this, options);\n this.allowHalfOpen = true;\n\n if (options) {\n if (options.readable === false) this.readable = false;\n if (options.writable === false) this.writable = false;\n\n if (options.allowHalfOpen === false) {\n this.allowHalfOpen = false;\n this.once('end', onend);\n }\n }\n}\n\nObject.defineProperty(Duplex.prototype, 'writableHighWaterMark', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._writableState.highWaterMark;\n }\n});\nObject.defineProperty(Duplex.prototype, 'writableBuffer', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._writableState && this._writableState.getBuffer();\n }\n});\nObject.defineProperty(Duplex.prototype, 'writableLength', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._writableState.length;\n }\n}); // the no-half-open enforcer\n\nfunction onend() {\n // If the writable side ended, then we're ok.\n if (this._writableState.ended) return; // no more data can be written.\n // But allow more writes to happen in this tick.\n\n process.nextTick(onEndNT, this);\n}\n\nfunction onEndNT(self) {\n self.end();\n}\n\nObject.defineProperty(Duplex.prototype, 'destroyed', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n if (this._readableState === undefined || this._writableState === undefined) {\n return false;\n }\n\n return this._readableState.destroyed && this._writableState.destroyed;\n },\n set: function set(value) {\n // we ignore the value if the stream\n // has not been initialized yet\n if (this._readableState === undefined || this._writableState === undefined) {\n return;\n } // backward compatibility, the user is explicitly\n // managing destroyed\n\n\n this._readableState.destroyed = value;\n this._writableState.destroyed = value;\n }\n});","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n'use strict';\n\n/**/\n\nvar Buffer = require('safe-buffer').Buffer;\n/**/\n\nvar isEncoding = Buffer.isEncoding || function (encoding) {\n encoding = '' + encoding;\n switch (encoding && encoding.toLowerCase()) {\n case 'hex':case 'utf8':case 'utf-8':case 'ascii':case 'binary':case 'base64':case 'ucs2':case 'ucs-2':case 'utf16le':case 'utf-16le':case 'raw':\n return true;\n default:\n return false;\n }\n};\n\nfunction _normalizeEncoding(enc) {\n if (!enc) return 'utf8';\n var retried;\n while (true) {\n switch (enc) {\n case 'utf8':\n case 'utf-8':\n return 'utf8';\n case 'ucs2':\n case 'ucs-2':\n case 'utf16le':\n case 'utf-16le':\n return 'utf16le';\n case 'latin1':\n case 'binary':\n return 'latin1';\n case 'base64':\n case 'ascii':\n case 'hex':\n return enc;\n default:\n if (retried) return; // undefined\n enc = ('' + enc).toLowerCase();\n retried = true;\n }\n }\n};\n\n// Do not cache `Buffer.isEncoding` when checking encoding names as some\n// modules monkey-patch it to support additional encodings\nfunction normalizeEncoding(enc) {\n var nenc = _normalizeEncoding(enc);\n if (typeof nenc !== 'string' && (Buffer.isEncoding === isEncoding || !isEncoding(enc))) throw new Error('Unknown encoding: ' + enc);\n return nenc || enc;\n}\n\n// StringDecoder provides an interface for efficiently splitting a series of\n// buffers into a series of JS strings without breaking apart multi-byte\n// characters.\nexports.StringDecoder = StringDecoder;\nfunction StringDecoder(encoding) {\n this.encoding = normalizeEncoding(encoding);\n var nb;\n switch (this.encoding) {\n case 'utf16le':\n this.text = utf16Text;\n this.end = utf16End;\n nb = 4;\n break;\n case 'utf8':\n this.fillLast = utf8FillLast;\n nb = 4;\n break;\n case 'base64':\n this.text = base64Text;\n this.end = base64End;\n nb = 3;\n break;\n default:\n this.write = simpleWrite;\n this.end = simpleEnd;\n return;\n }\n this.lastNeed = 0;\n this.lastTotal = 0;\n this.lastChar = Buffer.allocUnsafe(nb);\n}\n\nStringDecoder.prototype.write = function (buf) {\n if (buf.length === 0) return '';\n var r;\n var i;\n if (this.lastNeed) {\n r = this.fillLast(buf);\n if (r === undefined) return '';\n i = this.lastNeed;\n this.lastNeed = 0;\n } else {\n i = 0;\n }\n if (i < buf.length) return r ? r + this.text(buf, i) : this.text(buf, i);\n return r || '';\n};\n\nStringDecoder.prototype.end = utf8End;\n\n// Returns only complete characters in a Buffer\nStringDecoder.prototype.text = utf8Text;\n\n// Attempts to complete a partial non-UTF-8 character using bytes from a Buffer\nStringDecoder.prototype.fillLast = function (buf) {\n if (this.lastNeed <= buf.length) {\n buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, this.lastNeed);\n return this.lastChar.toString(this.encoding, 0, this.lastTotal);\n }\n buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, buf.length);\n this.lastNeed -= buf.length;\n};\n\n// Checks the type of a UTF-8 byte, whether it's ASCII, a leading byte, or a\n// continuation byte. If an invalid byte is detected, -2 is returned.\nfunction utf8CheckByte(byte) {\n if (byte <= 0x7F) return 0;else if (byte >> 5 === 0x06) return 2;else if (byte >> 4 === 0x0E) return 3;else if (byte >> 3 === 0x1E) return 4;\n return byte >> 6 === 0x02 ? -1 : -2;\n}\n\n// Checks at most 3 bytes at the end of a Buffer in order to detect an\n// incomplete multi-byte UTF-8 character. The total number of bytes (2, 3, or 4)\n// needed to complete the UTF-8 character (if applicable) are returned.\nfunction utf8CheckIncomplete(self, buf, i) {\n var j = buf.length - 1;\n if (j < i) return 0;\n var nb = utf8CheckByte(buf[j]);\n if (nb >= 0) {\n if (nb > 0) self.lastNeed = nb - 1;\n return nb;\n }\n if (--j < i || nb === -2) return 0;\n nb = utf8CheckByte(buf[j]);\n if (nb >= 0) {\n if (nb > 0) self.lastNeed = nb - 2;\n return nb;\n }\n if (--j < i || nb === -2) return 0;\n nb = utf8CheckByte(buf[j]);\n if (nb >= 0) {\n if (nb > 0) {\n if (nb === 2) nb = 0;else self.lastNeed = nb - 3;\n }\n return nb;\n }\n return 0;\n}\n\n// Validates as many continuation bytes for a multi-byte UTF-8 character as\n// needed or are available. If we see a non-continuation byte where we expect\n// one, we \"replace\" the validated continuation bytes we've seen so far with\n// a single UTF-8 replacement character ('\\ufffd'), to match v8's UTF-8 decoding\n// behavior. The continuation byte check is included three times in the case\n// where all of the continuation bytes for a character exist in the same buffer.\n// It is also done this way as a slight performance increase instead of using a\n// loop.\nfunction utf8CheckExtraBytes(self, buf, p) {\n if ((buf[0] & 0xC0) !== 0x80) {\n self.lastNeed = 0;\n return '\\ufffd';\n }\n if (self.lastNeed > 1 && buf.length > 1) {\n if ((buf[1] & 0xC0) !== 0x80) {\n self.lastNeed = 1;\n return '\\ufffd';\n }\n if (self.lastNeed > 2 && buf.length > 2) {\n if ((buf[2] & 0xC0) !== 0x80) {\n self.lastNeed = 2;\n return '\\ufffd';\n }\n }\n }\n}\n\n// Attempts to complete a multi-byte UTF-8 character using bytes from a Buffer.\nfunction utf8FillLast(buf) {\n var p = this.lastTotal - this.lastNeed;\n var r = utf8CheckExtraBytes(this, buf, p);\n if (r !== undefined) return r;\n if (this.lastNeed <= buf.length) {\n buf.copy(this.lastChar, p, 0, this.lastNeed);\n return this.lastChar.toString(this.encoding, 0, this.lastTotal);\n }\n buf.copy(this.lastChar, p, 0, buf.length);\n this.lastNeed -= buf.length;\n}\n\n// Returns all complete UTF-8 characters in a Buffer. If the Buffer ended on a\n// partial character, the character's bytes are buffered until the required\n// number of bytes are available.\nfunction utf8Text(buf, i) {\n var total = utf8CheckIncomplete(this, buf, i);\n if (!this.lastNeed) return buf.toString('utf8', i);\n this.lastTotal = total;\n var end = buf.length - (total - this.lastNeed);\n buf.copy(this.lastChar, 0, end);\n return buf.toString('utf8', i, end);\n}\n\n// For UTF-8, a replacement character is added when ending on a partial\n// character.\nfunction utf8End(buf) {\n var r = buf && buf.length ? this.write(buf) : '';\n if (this.lastNeed) return r + '\\ufffd';\n return r;\n}\n\n// UTF-16LE typically needs two bytes per character, but even if we have an even\n// number of bytes available, we need to check if we end on a leading/high\n// surrogate. In that case, we need to wait for the next two bytes in order to\n// decode the last character properly.\nfunction utf16Text(buf, i) {\n if ((buf.length - i) % 2 === 0) {\n var r = buf.toString('utf16le', i);\n if (r) {\n var c = r.charCodeAt(r.length - 1);\n if (c >= 0xD800 && c <= 0xDBFF) {\n this.lastNeed = 2;\n this.lastTotal = 4;\n this.lastChar[0] = buf[buf.length - 2];\n this.lastChar[1] = buf[buf.length - 1];\n return r.slice(0, -1);\n }\n }\n return r;\n }\n this.lastNeed = 1;\n this.lastTotal = 2;\n this.lastChar[0] = buf[buf.length - 1];\n return buf.toString('utf16le', i, buf.length - 1);\n}\n\n// For UTF-16LE we do not explicitly append special replacement characters if we\n// end on a partial character, we simply let v8 handle that.\nfunction utf16End(buf) {\n var r = buf && buf.length ? this.write(buf) : '';\n if (this.lastNeed) {\n var end = this.lastTotal - this.lastNeed;\n return r + this.lastChar.toString('utf16le', 0, end);\n }\n return r;\n}\n\nfunction base64Text(buf, i) {\n var n = (buf.length - i) % 3;\n if (n === 0) return buf.toString('base64', i);\n this.lastNeed = 3 - n;\n this.lastTotal = 3;\n if (n === 1) {\n this.lastChar[0] = buf[buf.length - 1];\n } else {\n this.lastChar[0] = buf[buf.length - 2];\n this.lastChar[1] = buf[buf.length - 1];\n }\n return buf.toString('base64', i, buf.length - n);\n}\n\nfunction base64End(buf) {\n var r = buf && buf.length ? this.write(buf) : '';\n if (this.lastNeed) return r + this.lastChar.toString('base64', 0, 3 - this.lastNeed);\n return r;\n}\n\n// Pass bytes on through for single-byte encodings (e.g. ascii, latin1, hex)\nfunction simpleWrite(buf) {\n return buf.toString(this.encoding);\n}\n\nfunction simpleEnd(buf) {\n return buf && buf.length ? this.write(buf) : '';\n}","// Ported from https://github.com/mafintosh/end-of-stream with\n// permission from the author, Mathias Buus (@mafintosh).\n'use strict';\n\nvar ERR_STREAM_PREMATURE_CLOSE = require('../../../errors').codes.ERR_STREAM_PREMATURE_CLOSE;\n\nfunction once(callback) {\n var called = false;\n return function () {\n if (called) return;\n called = true;\n\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n callback.apply(this, args);\n };\n}\n\nfunction noop() {}\n\nfunction isRequest(stream) {\n return stream.setHeader && typeof stream.abort === 'function';\n}\n\nfunction eos(stream, opts, callback) {\n if (typeof opts === 'function') return eos(stream, null, opts);\n if (!opts) opts = {};\n callback = once(callback || noop);\n var readable = opts.readable || opts.readable !== false && stream.readable;\n var writable = opts.writable || opts.writable !== false && stream.writable;\n\n var onlegacyfinish = function onlegacyfinish() {\n if (!stream.writable) onfinish();\n };\n\n var writableEnded = stream._writableState && stream._writableState.finished;\n\n var onfinish = function onfinish() {\n writable = false;\n writableEnded = true;\n if (!readable) callback.call(stream);\n };\n\n var readableEnded = stream._readableState && stream._readableState.endEmitted;\n\n var onend = function onend() {\n readable = false;\n readableEnded = true;\n if (!writable) callback.call(stream);\n };\n\n var onerror = function onerror(err) {\n callback.call(stream, err);\n };\n\n var onclose = function onclose() {\n var err;\n\n if (readable && !readableEnded) {\n if (!stream._readableState || !stream._readableState.ended) err = new ERR_STREAM_PREMATURE_CLOSE();\n return callback.call(stream, err);\n }\n\n if (writable && !writableEnded) {\n if (!stream._writableState || !stream._writableState.ended) err = new ERR_STREAM_PREMATURE_CLOSE();\n return callback.call(stream, err);\n }\n };\n\n var onrequest = function onrequest() {\n stream.req.on('finish', onfinish);\n };\n\n if (isRequest(stream)) {\n stream.on('complete', onfinish);\n stream.on('abort', onclose);\n if (stream.req) onrequest();else stream.on('request', onrequest);\n } else if (writable && !stream._writableState) {\n // legacy streams\n stream.on('end', onlegacyfinish);\n stream.on('close', onlegacyfinish);\n }\n\n stream.on('end', onend);\n stream.on('finish', onfinish);\n if (opts.error !== false) stream.on('error', onerror);\n stream.on('close', onclose);\n return function () {\n stream.removeListener('complete', onfinish);\n stream.removeListener('abort', onclose);\n stream.removeListener('request', onrequest);\n if (stream.req) stream.req.removeListener('finish', onfinish);\n stream.removeListener('end', onlegacyfinish);\n stream.removeListener('close', onlegacyfinish);\n stream.removeListener('finish', onfinish);\n stream.removeListener('end', onend);\n stream.removeListener('error', onerror);\n stream.removeListener('close', onclose);\n };\n}\n\nmodule.exports = eos;","'use strict';\n\nvar _Object$setPrototypeO;\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\nvar finished = require('./end-of-stream');\n\nvar kLastResolve = Symbol('lastResolve');\nvar kLastReject = Symbol('lastReject');\nvar kError = Symbol('error');\nvar kEnded = Symbol('ended');\nvar kLastPromise = Symbol('lastPromise');\nvar kHandlePromise = Symbol('handlePromise');\nvar kStream = Symbol('stream');\n\nfunction createIterResult(value, done) {\n return {\n value: value,\n done: done\n };\n}\n\nfunction readAndResolve(iter) {\n var resolve = iter[kLastResolve];\n\n if (resolve !== null) {\n var data = iter[kStream].read(); // we defer if data is null\n // we can be expecting either 'end' or\n // 'error'\n\n if (data !== null) {\n iter[kLastPromise] = null;\n iter[kLastResolve] = null;\n iter[kLastReject] = null;\n resolve(createIterResult(data, false));\n }\n }\n}\n\nfunction onReadable(iter) {\n // we wait for the next tick, because it might\n // emit an error with process.nextTick\n process.nextTick(readAndResolve, iter);\n}\n\nfunction wrapForNext(lastPromise, iter) {\n return function (resolve, reject) {\n lastPromise.then(function () {\n if (iter[kEnded]) {\n resolve(createIterResult(undefined, true));\n return;\n }\n\n iter[kHandlePromise](resolve, reject);\n }, reject);\n };\n}\n\nvar AsyncIteratorPrototype = Object.getPrototypeOf(function () {});\nvar ReadableStreamAsyncIteratorPrototype = Object.setPrototypeOf((_Object$setPrototypeO = {\n get stream() {\n return this[kStream];\n },\n\n next: function next() {\n var _this = this;\n\n // if we have detected an error in the meanwhile\n // reject straight away\n var error = this[kError];\n\n if (error !== null) {\n return Promise.reject(error);\n }\n\n if (this[kEnded]) {\n return Promise.resolve(createIterResult(undefined, true));\n }\n\n if (this[kStream].destroyed) {\n // We need to defer via nextTick because if .destroy(err) is\n // called, the error will be emitted via nextTick, and\n // we cannot guarantee that there is no error lingering around\n // waiting to be emitted.\n return new Promise(function (resolve, reject) {\n process.nextTick(function () {\n if (_this[kError]) {\n reject(_this[kError]);\n } else {\n resolve(createIterResult(undefined, true));\n }\n });\n });\n } // if we have multiple next() calls\n // we will wait for the previous Promise to finish\n // this logic is optimized to support for await loops,\n // where next() is only called once at a time\n\n\n var lastPromise = this[kLastPromise];\n var promise;\n\n if (lastPromise) {\n promise = new Promise(wrapForNext(lastPromise, this));\n } else {\n // fast path needed to support multiple this.push()\n // without triggering the next() queue\n var data = this[kStream].read();\n\n if (data !== null) {\n return Promise.resolve(createIterResult(data, false));\n }\n\n promise = new Promise(this[kHandlePromise]);\n }\n\n this[kLastPromise] = promise;\n return promise;\n }\n}, _defineProperty(_Object$setPrototypeO, Symbol.asyncIterator, function () {\n return this;\n}), _defineProperty(_Object$setPrototypeO, \"return\", function _return() {\n var _this2 = this;\n\n // destroy(err, cb) is a private API\n // we can guarantee we have that here, because we control the\n // Readable class this is attached to\n return new Promise(function (resolve, reject) {\n _this2[kStream].destroy(null, function (err) {\n if (err) {\n reject(err);\n return;\n }\n\n resolve(createIterResult(undefined, true));\n });\n });\n}), _Object$setPrototypeO), AsyncIteratorPrototype);\n\nvar createReadableStreamAsyncIterator = function createReadableStreamAsyncIterator(stream) {\n var _Object$create;\n\n var iterator = Object.create(ReadableStreamAsyncIteratorPrototype, (_Object$create = {}, _defineProperty(_Object$create, kStream, {\n value: stream,\n writable: true\n }), _defineProperty(_Object$create, kLastResolve, {\n value: null,\n writable: true\n }), _defineProperty(_Object$create, kLastReject, {\n value: null,\n writable: true\n }), _defineProperty(_Object$create, kError, {\n value: null,\n writable: true\n }), _defineProperty(_Object$create, kEnded, {\n value: stream._readableState.endEmitted,\n writable: true\n }), _defineProperty(_Object$create, kHandlePromise, {\n value: function value(resolve, reject) {\n var data = iterator[kStream].read();\n\n if (data) {\n iterator[kLastPromise] = null;\n iterator[kLastResolve] = null;\n iterator[kLastReject] = null;\n resolve(createIterResult(data, false));\n } else {\n iterator[kLastResolve] = resolve;\n iterator[kLastReject] = reject;\n }\n },\n writable: true\n }), _Object$create));\n iterator[kLastPromise] = null;\n finished(stream, function (err) {\n if (err && err.code !== 'ERR_STREAM_PREMATURE_CLOSE') {\n var reject = iterator[kLastReject]; // reject if we are waiting for data in the Promise\n // returned by next() and store the error\n\n if (reject !== null) {\n iterator[kLastPromise] = null;\n iterator[kLastResolve] = null;\n iterator[kLastReject] = null;\n reject(err);\n }\n\n iterator[kError] = err;\n return;\n }\n\n var resolve = iterator[kLastResolve];\n\n if (resolve !== null) {\n iterator[kLastPromise] = null;\n iterator[kLastResolve] = null;\n iterator[kLastReject] = null;\n resolve(createIterResult(undefined, true));\n }\n\n iterator[kEnded] = true;\n });\n stream.on('readable', onReadable.bind(null, iterator));\n return iterator;\n};\n\nmodule.exports = createReadableStreamAsyncIterator;","module.exports = function () {\n throw new Error('Readable.from is not available in the browser')\n};\n","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n'use strict';\n\nmodule.exports = Readable;\n/**/\n\nvar Duplex;\n/**/\n\nReadable.ReadableState = ReadableState;\n/**/\n\nvar EE = require('events').EventEmitter;\n\nvar EElistenerCount = function EElistenerCount(emitter, type) {\n return emitter.listeners(type).length;\n};\n/**/\n\n/**/\n\n\nvar Stream = require('./internal/streams/stream');\n/**/\n\n\nvar Buffer = require('buffer').Buffer;\n\nvar OurUint8Array = global.Uint8Array || function () {};\n\nfunction _uint8ArrayToBuffer(chunk) {\n return Buffer.from(chunk);\n}\n\nfunction _isUint8Array(obj) {\n return Buffer.isBuffer(obj) || obj instanceof OurUint8Array;\n}\n/**/\n\n\nvar debugUtil = require('util');\n\nvar debug;\n\nif (debugUtil && debugUtil.debuglog) {\n debug = debugUtil.debuglog('stream');\n} else {\n debug = function debug() {};\n}\n/**/\n\n\nvar BufferList = require('./internal/streams/buffer_list');\n\nvar destroyImpl = require('./internal/streams/destroy');\n\nvar _require = require('./internal/streams/state'),\n getHighWaterMark = _require.getHighWaterMark;\n\nvar _require$codes = require('../errors').codes,\n ERR_INVALID_ARG_TYPE = _require$codes.ERR_INVALID_ARG_TYPE,\n ERR_STREAM_PUSH_AFTER_EOF = _require$codes.ERR_STREAM_PUSH_AFTER_EOF,\n ERR_METHOD_NOT_IMPLEMENTED = _require$codes.ERR_METHOD_NOT_IMPLEMENTED,\n ERR_STREAM_UNSHIFT_AFTER_END_EVENT = _require$codes.ERR_STREAM_UNSHIFT_AFTER_END_EVENT; // Lazy loaded to improve the startup performance.\n\n\nvar StringDecoder;\nvar createReadableStreamAsyncIterator;\nvar from;\n\nrequire('inherits')(Readable, Stream);\n\nvar errorOrDestroy = destroyImpl.errorOrDestroy;\nvar kProxyEvents = ['error', 'close', 'destroy', 'pause', 'resume'];\n\nfunction prependListener(emitter, event, fn) {\n // Sadly this is not cacheable as some libraries bundle their own\n // event emitter implementation with them.\n if (typeof emitter.prependListener === 'function') return emitter.prependListener(event, fn); // This is a hack to make sure that our error handler is attached before any\n // userland ones. NEVER DO THIS. This is here only because this code needs\n // to continue to work with older versions of Node.js that do not include\n // the prependListener() method. The goal is to eventually remove this hack.\n\n if (!emitter._events || !emitter._events[event]) emitter.on(event, fn);else if (Array.isArray(emitter._events[event])) emitter._events[event].unshift(fn);else emitter._events[event] = [fn, emitter._events[event]];\n}\n\nfunction ReadableState(options, stream, isDuplex) {\n Duplex = Duplex || require('./_stream_duplex');\n options = options || {}; // Duplex streams are both readable and writable, but share\n // the same options object.\n // However, some cases require setting options to different\n // values for the readable and the writable sides of the duplex stream.\n // These options can be provided separately as readableXXX and writableXXX.\n\n if (typeof isDuplex !== 'boolean') isDuplex = stream instanceof Duplex; // object stream flag. Used to make read(n) ignore n and to\n // make all the buffer merging and length checks go away\n\n this.objectMode = !!options.objectMode;\n if (isDuplex) this.objectMode = this.objectMode || !!options.readableObjectMode; // the point at which it stops calling _read() to fill the buffer\n // Note: 0 is a valid value, means \"don't call _read preemptively ever\"\n\n this.highWaterMark = getHighWaterMark(this, options, 'readableHighWaterMark', isDuplex); // A linked list is used to store data chunks instead of an array because the\n // linked list can remove elements from the beginning faster than\n // array.shift()\n\n this.buffer = new BufferList();\n this.length = 0;\n this.pipes = null;\n this.pipesCount = 0;\n this.flowing = null;\n this.ended = false;\n this.endEmitted = false;\n this.reading = false; // a flag to be able to tell if the event 'readable'/'data' is emitted\n // immediately, or on a later tick. We set this to true at first, because\n // any actions that shouldn't happen until \"later\" should generally also\n // not happen before the first read call.\n\n this.sync = true; // whenever we return null, then we set a flag to say\n // that we're awaiting a 'readable' event emission.\n\n this.needReadable = false;\n this.emittedReadable = false;\n this.readableListening = false;\n this.resumeScheduled = false;\n this.paused = true; // Should close be emitted on destroy. Defaults to true.\n\n this.emitClose = options.emitClose !== false; // Should .destroy() be called after 'end' (and potentially 'finish')\n\n this.autoDestroy = !!options.autoDestroy; // has it been destroyed\n\n this.destroyed = false; // Crypto is kind of old and crusty. Historically, its default string\n // encoding is 'binary' so we have to make this configurable.\n // Everything else in the universe uses 'utf8', though.\n\n this.defaultEncoding = options.defaultEncoding || 'utf8'; // the number of writers that are awaiting a drain event in .pipe()s\n\n this.awaitDrain = 0; // if true, a maybeReadMore has been scheduled\n\n this.readingMore = false;\n this.decoder = null;\n this.encoding = null;\n\n if (options.encoding) {\n if (!StringDecoder) StringDecoder = require('string_decoder/').StringDecoder;\n this.decoder = new StringDecoder(options.encoding);\n this.encoding = options.encoding;\n }\n}\n\nfunction Readable(options) {\n Duplex = Duplex || require('./_stream_duplex');\n if (!(this instanceof Readable)) return new Readable(options); // Checking for a Stream.Duplex instance is faster here instead of inside\n // the ReadableState constructor, at least with V8 6.5\n\n var isDuplex = this instanceof Duplex;\n this._readableState = new ReadableState(options, this, isDuplex); // legacy\n\n this.readable = true;\n\n if (options) {\n if (typeof options.read === 'function') this._read = options.read;\n if (typeof options.destroy === 'function') this._destroy = options.destroy;\n }\n\n Stream.call(this);\n}\n\nObject.defineProperty(Readable.prototype, 'destroyed', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n if (this._readableState === undefined) {\n return false;\n }\n\n return this._readableState.destroyed;\n },\n set: function set(value) {\n // we ignore the value if the stream\n // has not been initialized yet\n if (!this._readableState) {\n return;\n } // backward compatibility, the user is explicitly\n // managing destroyed\n\n\n this._readableState.destroyed = value;\n }\n});\nReadable.prototype.destroy = destroyImpl.destroy;\nReadable.prototype._undestroy = destroyImpl.undestroy;\n\nReadable.prototype._destroy = function (err, cb) {\n cb(err);\n}; // Manually shove something into the read() buffer.\n// This returns true if the highWaterMark has not been hit yet,\n// similar to how Writable.write() returns true if you should\n// write() some more.\n\n\nReadable.prototype.push = function (chunk, encoding) {\n var state = this._readableState;\n var skipChunkCheck;\n\n if (!state.objectMode) {\n if (typeof chunk === 'string') {\n encoding = encoding || state.defaultEncoding;\n\n if (encoding !== state.encoding) {\n chunk = Buffer.from(chunk, encoding);\n encoding = '';\n }\n\n skipChunkCheck = true;\n }\n } else {\n skipChunkCheck = true;\n }\n\n return readableAddChunk(this, chunk, encoding, false, skipChunkCheck);\n}; // Unshift should *always* be something directly out of read()\n\n\nReadable.prototype.unshift = function (chunk) {\n return readableAddChunk(this, chunk, null, true, false);\n};\n\nfunction readableAddChunk(stream, chunk, encoding, addToFront, skipChunkCheck) {\n debug('readableAddChunk', chunk);\n var state = stream._readableState;\n\n if (chunk === null) {\n state.reading = false;\n onEofChunk(stream, state);\n } else {\n var er;\n if (!skipChunkCheck) er = chunkInvalid(state, chunk);\n\n if (er) {\n errorOrDestroy(stream, er);\n } else if (state.objectMode || chunk && chunk.length > 0) {\n if (typeof chunk !== 'string' && !state.objectMode && Object.getPrototypeOf(chunk) !== Buffer.prototype) {\n chunk = _uint8ArrayToBuffer(chunk);\n }\n\n if (addToFront) {\n if (state.endEmitted) errorOrDestroy(stream, new ERR_STREAM_UNSHIFT_AFTER_END_EVENT());else addChunk(stream, state, chunk, true);\n } else if (state.ended) {\n errorOrDestroy(stream, new ERR_STREAM_PUSH_AFTER_EOF());\n } else if (state.destroyed) {\n return false;\n } else {\n state.reading = false;\n\n if (state.decoder && !encoding) {\n chunk = state.decoder.write(chunk);\n if (state.objectMode || chunk.length !== 0) addChunk(stream, state, chunk, false);else maybeReadMore(stream, state);\n } else {\n addChunk(stream, state, chunk, false);\n }\n }\n } else if (!addToFront) {\n state.reading = false;\n maybeReadMore(stream, state);\n }\n } // We can push more data if we are below the highWaterMark.\n // Also, if we have no data yet, we can stand some more bytes.\n // This is to work around cases where hwm=0, such as the repl.\n\n\n return !state.ended && (state.length < state.highWaterMark || state.length === 0);\n}\n\nfunction addChunk(stream, state, chunk, addToFront) {\n if (state.flowing && state.length === 0 && !state.sync) {\n state.awaitDrain = 0;\n stream.emit('data', chunk);\n } else {\n // update the buffer info.\n state.length += state.objectMode ? 1 : chunk.length;\n if (addToFront) state.buffer.unshift(chunk);else state.buffer.push(chunk);\n if (state.needReadable) emitReadable(stream);\n }\n\n maybeReadMore(stream, state);\n}\n\nfunction chunkInvalid(state, chunk) {\n var er;\n\n if (!_isUint8Array(chunk) && typeof chunk !== 'string' && chunk !== undefined && !state.objectMode) {\n er = new ERR_INVALID_ARG_TYPE('chunk', ['string', 'Buffer', 'Uint8Array'], chunk);\n }\n\n return er;\n}\n\nReadable.prototype.isPaused = function () {\n return this._readableState.flowing === false;\n}; // backwards compatibility.\n\n\nReadable.prototype.setEncoding = function (enc) {\n if (!StringDecoder) StringDecoder = require('string_decoder/').StringDecoder;\n var decoder = new StringDecoder(enc);\n this._readableState.decoder = decoder; // If setEncoding(null), decoder.encoding equals utf8\n\n this._readableState.encoding = this._readableState.decoder.encoding; // Iterate over current buffer to convert already stored Buffers:\n\n var p = this._readableState.buffer.head;\n var content = '';\n\n while (p !== null) {\n content += decoder.write(p.data);\n p = p.next;\n }\n\n this._readableState.buffer.clear();\n\n if (content !== '') this._readableState.buffer.push(content);\n this._readableState.length = content.length;\n return this;\n}; // Don't raise the hwm > 1GB\n\n\nvar MAX_HWM = 0x40000000;\n\nfunction computeNewHighWaterMark(n) {\n if (n >= MAX_HWM) {\n // TODO(ronag): Throw ERR_VALUE_OUT_OF_RANGE.\n n = MAX_HWM;\n } else {\n // Get the next highest power of 2 to prevent increasing hwm excessively in\n // tiny amounts\n n--;\n n |= n >>> 1;\n n |= n >>> 2;\n n |= n >>> 4;\n n |= n >>> 8;\n n |= n >>> 16;\n n++;\n }\n\n return n;\n} // This function is designed to be inlinable, so please take care when making\n// changes to the function body.\n\n\nfunction howMuchToRead(n, state) {\n if (n <= 0 || state.length === 0 && state.ended) return 0;\n if (state.objectMode) return 1;\n\n if (n !== n) {\n // Only flow one buffer at a time\n if (state.flowing && state.length) return state.buffer.head.data.length;else return state.length;\n } // If we're asking for more than the current hwm, then raise the hwm.\n\n\n if (n > state.highWaterMark) state.highWaterMark = computeNewHighWaterMark(n);\n if (n <= state.length) return n; // Don't have enough\n\n if (!state.ended) {\n state.needReadable = true;\n return 0;\n }\n\n return state.length;\n} // you can override either this method, or the async _read(n) below.\n\n\nReadable.prototype.read = function (n) {\n debug('read', n);\n n = parseInt(n, 10);\n var state = this._readableState;\n var nOrig = n;\n if (n !== 0) state.emittedReadable = false; // if we're doing read(0) to trigger a readable event, but we\n // already have a bunch of data in the buffer, then just trigger\n // the 'readable' event and move on.\n\n if (n === 0 && state.needReadable && ((state.highWaterMark !== 0 ? state.length >= state.highWaterMark : state.length > 0) || state.ended)) {\n debug('read: emitReadable', state.length, state.ended);\n if (state.length === 0 && state.ended) endReadable(this);else emitReadable(this);\n return null;\n }\n\n n = howMuchToRead(n, state); // if we've ended, and we're now clear, then finish it up.\n\n if (n === 0 && state.ended) {\n if (state.length === 0) endReadable(this);\n return null;\n } // All the actual chunk generation logic needs to be\n // *below* the call to _read. The reason is that in certain\n // synthetic stream cases, such as passthrough streams, _read\n // may be a completely synchronous operation which may change\n // the state of the read buffer, providing enough data when\n // before there was *not* enough.\n //\n // So, the steps are:\n // 1. Figure out what the state of things will be after we do\n // a read from the buffer.\n //\n // 2. If that resulting state will trigger a _read, then call _read.\n // Note that this may be asynchronous, or synchronous. Yes, it is\n // deeply ugly to write APIs this way, but that still doesn't mean\n // that the Readable class should behave improperly, as streams are\n // designed to be sync/async agnostic.\n // Take note if the _read call is sync or async (ie, if the read call\n // has returned yet), so that we know whether or not it's safe to emit\n // 'readable' etc.\n //\n // 3. Actually pull the requested chunks out of the buffer and return.\n // if we need a readable event, then we need to do some reading.\n\n\n var doRead = state.needReadable;\n debug('need readable', doRead); // if we currently have less than the highWaterMark, then also read some\n\n if (state.length === 0 || state.length - n < state.highWaterMark) {\n doRead = true;\n debug('length less than watermark', doRead);\n } // however, if we've ended, then there's no point, and if we're already\n // reading, then it's unnecessary.\n\n\n if (state.ended || state.reading) {\n doRead = false;\n debug('reading or ended', doRead);\n } else if (doRead) {\n debug('do read');\n state.reading = true;\n state.sync = true; // if the length is currently zero, then we *need* a readable event.\n\n if (state.length === 0) state.needReadable = true; // call internal read method\n\n this._read(state.highWaterMark);\n\n state.sync = false; // If _read pushed data synchronously, then `reading` will be false,\n // and we need to re-evaluate how much data we can return to the user.\n\n if (!state.reading) n = howMuchToRead(nOrig, state);\n }\n\n var ret;\n if (n > 0) ret = fromList(n, state);else ret = null;\n\n if (ret === null) {\n state.needReadable = state.length <= state.highWaterMark;\n n = 0;\n } else {\n state.length -= n;\n state.awaitDrain = 0;\n }\n\n if (state.length === 0) {\n // If we have nothing in the buffer, then we want to know\n // as soon as we *do* get something into the buffer.\n if (!state.ended) state.needReadable = true; // If we tried to read() past the EOF, then emit end on the next tick.\n\n if (nOrig !== n && state.ended) endReadable(this);\n }\n\n if (ret !== null) this.emit('data', ret);\n return ret;\n};\n\nfunction onEofChunk(stream, state) {\n debug('onEofChunk');\n if (state.ended) return;\n\n if (state.decoder) {\n var chunk = state.decoder.end();\n\n if (chunk && chunk.length) {\n state.buffer.push(chunk);\n state.length += state.objectMode ? 1 : chunk.length;\n }\n }\n\n state.ended = true;\n\n if (state.sync) {\n // if we are sync, wait until next tick to emit the data.\n // Otherwise we risk emitting data in the flow()\n // the readable code triggers during a read() call\n emitReadable(stream);\n } else {\n // emit 'readable' now to make sure it gets picked up.\n state.needReadable = false;\n\n if (!state.emittedReadable) {\n state.emittedReadable = true;\n emitReadable_(stream);\n }\n }\n} // Don't emit readable right away in sync mode, because this can trigger\n// another read() call => stack overflow. This way, it might trigger\n// a nextTick recursion warning, but that's not so bad.\n\n\nfunction emitReadable(stream) {\n var state = stream._readableState;\n debug('emitReadable', state.needReadable, state.emittedReadable);\n state.needReadable = false;\n\n if (!state.emittedReadable) {\n debug('emitReadable', state.flowing);\n state.emittedReadable = true;\n process.nextTick(emitReadable_, stream);\n }\n}\n\nfunction emitReadable_(stream) {\n var state = stream._readableState;\n debug('emitReadable_', state.destroyed, state.length, state.ended);\n\n if (!state.destroyed && (state.length || state.ended)) {\n stream.emit('readable');\n state.emittedReadable = false;\n } // The stream needs another readable event if\n // 1. It is not flowing, as the flow mechanism will take\n // care of it.\n // 2. It is not ended.\n // 3. It is below the highWaterMark, so we can schedule\n // another readable later.\n\n\n state.needReadable = !state.flowing && !state.ended && state.length <= state.highWaterMark;\n flow(stream);\n} // at this point, the user has presumably seen the 'readable' event,\n// and called read() to consume some data. that may have triggered\n// in turn another _read(n) call, in which case reading = true if\n// it's in progress.\n// However, if we're not ended, or reading, and the length < hwm,\n// then go ahead and try to read some more preemptively.\n\n\nfunction maybeReadMore(stream, state) {\n if (!state.readingMore) {\n state.readingMore = true;\n process.nextTick(maybeReadMore_, stream, state);\n }\n}\n\nfunction maybeReadMore_(stream, state) {\n // Attempt to read more data if we should.\n //\n // The conditions for reading more data are (one of):\n // - Not enough data buffered (state.length < state.highWaterMark). The loop\n // is responsible for filling the buffer with enough data if such data\n // is available. If highWaterMark is 0 and we are not in the flowing mode\n // we should _not_ attempt to buffer any extra data. We'll get more data\n // when the stream consumer calls read() instead.\n // - No data in the buffer, and the stream is in flowing mode. In this mode\n // the loop below is responsible for ensuring read() is called. Failing to\n // call read here would abort the flow and there's no other mechanism for\n // continuing the flow if the stream consumer has just subscribed to the\n // 'data' event.\n //\n // In addition to the above conditions to keep reading data, the following\n // conditions prevent the data from being read:\n // - The stream has ended (state.ended).\n // - There is already a pending 'read' operation (state.reading). This is a\n // case where the the stream has called the implementation defined _read()\n // method, but they are processing the call asynchronously and have _not_\n // called push() with new data. In this case we skip performing more\n // read()s. The execution ends in this method again after the _read() ends\n // up calling push() with more data.\n while (!state.reading && !state.ended && (state.length < state.highWaterMark || state.flowing && state.length === 0)) {\n var len = state.length;\n debug('maybeReadMore read 0');\n stream.read(0);\n if (len === state.length) // didn't get any data, stop spinning.\n break;\n }\n\n state.readingMore = false;\n} // abstract method. to be overridden in specific implementation classes.\n// call cb(er, data) where data is <= n in length.\n// for virtual (non-string, non-buffer) streams, \"length\" is somewhat\n// arbitrary, and perhaps not very meaningful.\n\n\nReadable.prototype._read = function (n) {\n errorOrDestroy(this, new ERR_METHOD_NOT_IMPLEMENTED('_read()'));\n};\n\nReadable.prototype.pipe = function (dest, pipeOpts) {\n var src = this;\n var state = this._readableState;\n\n switch (state.pipesCount) {\n case 0:\n state.pipes = dest;\n break;\n\n case 1:\n state.pipes = [state.pipes, dest];\n break;\n\n default:\n state.pipes.push(dest);\n break;\n }\n\n state.pipesCount += 1;\n debug('pipe count=%d opts=%j', state.pipesCount, pipeOpts);\n var doEnd = (!pipeOpts || pipeOpts.end !== false) && dest !== process.stdout && dest !== process.stderr;\n var endFn = doEnd ? onend : unpipe;\n if (state.endEmitted) process.nextTick(endFn);else src.once('end', endFn);\n dest.on('unpipe', onunpipe);\n\n function onunpipe(readable, unpipeInfo) {\n debug('onunpipe');\n\n if (readable === src) {\n if (unpipeInfo && unpipeInfo.hasUnpiped === false) {\n unpipeInfo.hasUnpiped = true;\n cleanup();\n }\n }\n }\n\n function onend() {\n debug('onend');\n dest.end();\n } // when the dest drains, it reduces the awaitDrain counter\n // on the source. This would be more elegant with a .once()\n // handler in flow(), but adding and removing repeatedly is\n // too slow.\n\n\n var ondrain = pipeOnDrain(src);\n dest.on('drain', ondrain);\n var cleanedUp = false;\n\n function cleanup() {\n debug('cleanup'); // cleanup event handlers once the pipe is broken\n\n dest.removeListener('close', onclose);\n dest.removeListener('finish', onfinish);\n dest.removeListener('drain', ondrain);\n dest.removeListener('error', onerror);\n dest.removeListener('unpipe', onunpipe);\n src.removeListener('end', onend);\n src.removeListener('end', unpipe);\n src.removeListener('data', ondata);\n cleanedUp = true; // if the reader is waiting for a drain event from this\n // specific writer, then it would cause it to never start\n // flowing again.\n // So, if this is awaiting a drain, then we just call it now.\n // If we don't know, then assume that we are waiting for one.\n\n if (state.awaitDrain && (!dest._writableState || dest._writableState.needDrain)) ondrain();\n }\n\n src.on('data', ondata);\n\n function ondata(chunk) {\n debug('ondata');\n var ret = dest.write(chunk);\n debug('dest.write', ret);\n\n if (ret === false) {\n // If the user unpiped during `dest.write()`, it is possible\n // to get stuck in a permanently paused state if that write\n // also returned false.\n // => Check whether `dest` is still a piping destination.\n if ((state.pipesCount === 1 && state.pipes === dest || state.pipesCount > 1 && indexOf(state.pipes, dest) !== -1) && !cleanedUp) {\n debug('false write response, pause', state.awaitDrain);\n state.awaitDrain++;\n }\n\n src.pause();\n }\n } // if the dest has an error, then stop piping into it.\n // however, don't suppress the throwing behavior for this.\n\n\n function onerror(er) {\n debug('onerror', er);\n unpipe();\n dest.removeListener('error', onerror);\n if (EElistenerCount(dest, 'error') === 0) errorOrDestroy(dest, er);\n } // Make sure our error handler is attached before userland ones.\n\n\n prependListener(dest, 'error', onerror); // Both close and finish should trigger unpipe, but only once.\n\n function onclose() {\n dest.removeListener('finish', onfinish);\n unpipe();\n }\n\n dest.once('close', onclose);\n\n function onfinish() {\n debug('onfinish');\n dest.removeListener('close', onclose);\n unpipe();\n }\n\n dest.once('finish', onfinish);\n\n function unpipe() {\n debug('unpipe');\n src.unpipe(dest);\n } // tell the dest that it's being piped to\n\n\n dest.emit('pipe', src); // start the flow if it hasn't been started already.\n\n if (!state.flowing) {\n debug('pipe resume');\n src.resume();\n }\n\n return dest;\n};\n\nfunction pipeOnDrain(src) {\n return function pipeOnDrainFunctionResult() {\n var state = src._readableState;\n debug('pipeOnDrain', state.awaitDrain);\n if (state.awaitDrain) state.awaitDrain--;\n\n if (state.awaitDrain === 0 && EElistenerCount(src, 'data')) {\n state.flowing = true;\n flow(src);\n }\n };\n}\n\nReadable.prototype.unpipe = function (dest) {\n var state = this._readableState;\n var unpipeInfo = {\n hasUnpiped: false\n }; // if we're not piping anywhere, then do nothing.\n\n if (state.pipesCount === 0) return this; // just one destination. most common case.\n\n if (state.pipesCount === 1) {\n // passed in one, but it's not the right one.\n if (dest && dest !== state.pipes) return this;\n if (!dest) dest = state.pipes; // got a match.\n\n state.pipes = null;\n state.pipesCount = 0;\n state.flowing = false;\n if (dest) dest.emit('unpipe', this, unpipeInfo);\n return this;\n } // slow case. multiple pipe destinations.\n\n\n if (!dest) {\n // remove all.\n var dests = state.pipes;\n var len = state.pipesCount;\n state.pipes = null;\n state.pipesCount = 0;\n state.flowing = false;\n\n for (var i = 0; i < len; i++) {\n dests[i].emit('unpipe', this, {\n hasUnpiped: false\n });\n }\n\n return this;\n } // try to find the right one.\n\n\n var index = indexOf(state.pipes, dest);\n if (index === -1) return this;\n state.pipes.splice(index, 1);\n state.pipesCount -= 1;\n if (state.pipesCount === 1) state.pipes = state.pipes[0];\n dest.emit('unpipe', this, unpipeInfo);\n return this;\n}; // set up data events if they are asked for\n// Ensure readable listeners eventually get something\n\n\nReadable.prototype.on = function (ev, fn) {\n var res = Stream.prototype.on.call(this, ev, fn);\n var state = this._readableState;\n\n if (ev === 'data') {\n // update readableListening so that resume() may be a no-op\n // a few lines down. This is needed to support once('readable').\n state.readableListening = this.listenerCount('readable') > 0; // Try start flowing on next tick if stream isn't explicitly paused\n\n if (state.flowing !== false) this.resume();\n } else if (ev === 'readable') {\n if (!state.endEmitted && !state.readableListening) {\n state.readableListening = state.needReadable = true;\n state.flowing = false;\n state.emittedReadable = false;\n debug('on readable', state.length, state.reading);\n\n if (state.length) {\n emitReadable(this);\n } else if (!state.reading) {\n process.nextTick(nReadingNextTick, this);\n }\n }\n }\n\n return res;\n};\n\nReadable.prototype.addListener = Readable.prototype.on;\n\nReadable.prototype.removeListener = function (ev, fn) {\n var res = Stream.prototype.removeListener.call(this, ev, fn);\n\n if (ev === 'readable') {\n // We need to check if there is someone still listening to\n // readable and reset the state. However this needs to happen\n // after readable has been emitted but before I/O (nextTick) to\n // support once('readable', fn) cycles. This means that calling\n // resume within the same tick will have no\n // effect.\n process.nextTick(updateReadableListening, this);\n }\n\n return res;\n};\n\nReadable.prototype.removeAllListeners = function (ev) {\n var res = Stream.prototype.removeAllListeners.apply(this, arguments);\n\n if (ev === 'readable' || ev === undefined) {\n // We need to check if there is someone still listening to\n // readable and reset the state. However this needs to happen\n // after readable has been emitted but before I/O (nextTick) to\n // support once('readable', fn) cycles. This means that calling\n // resume within the same tick will have no\n // effect.\n process.nextTick(updateReadableListening, this);\n }\n\n return res;\n};\n\nfunction updateReadableListening(self) {\n var state = self._readableState;\n state.readableListening = self.listenerCount('readable') > 0;\n\n if (state.resumeScheduled && !state.paused) {\n // flowing needs to be set to true now, otherwise\n // the upcoming resume will not flow.\n state.flowing = true; // crude way to check if we should resume\n } else if (self.listenerCount('data') > 0) {\n self.resume();\n }\n}\n\nfunction nReadingNextTick(self) {\n debug('readable nexttick read 0');\n self.read(0);\n} // pause() and resume() are remnants of the legacy readable stream API\n// If the user uses them, then switch into old mode.\n\n\nReadable.prototype.resume = function () {\n var state = this._readableState;\n\n if (!state.flowing) {\n debug('resume'); // we flow only if there is no one listening\n // for readable, but we still have to call\n // resume()\n\n state.flowing = !state.readableListening;\n resume(this, state);\n }\n\n state.paused = false;\n return this;\n};\n\nfunction resume(stream, state) {\n if (!state.resumeScheduled) {\n state.resumeScheduled = true;\n process.nextTick(resume_, stream, state);\n }\n}\n\nfunction resume_(stream, state) {\n debug('resume', state.reading);\n\n if (!state.reading) {\n stream.read(0);\n }\n\n state.resumeScheduled = false;\n stream.emit('resume');\n flow(stream);\n if (state.flowing && !state.reading) stream.read(0);\n}\n\nReadable.prototype.pause = function () {\n debug('call pause flowing=%j', this._readableState.flowing);\n\n if (this._readableState.flowing !== false) {\n debug('pause');\n this._readableState.flowing = false;\n this.emit('pause');\n }\n\n this._readableState.paused = true;\n return this;\n};\n\nfunction flow(stream) {\n var state = stream._readableState;\n debug('flow', state.flowing);\n\n while (state.flowing && stream.read() !== null) {\n ;\n }\n} // wrap an old-style stream as the async data source.\n// This is *not* part of the readable stream interface.\n// It is an ugly unfortunate mess of history.\n\n\nReadable.prototype.wrap = function (stream) {\n var _this = this;\n\n var state = this._readableState;\n var paused = false;\n stream.on('end', function () {\n debug('wrapped end');\n\n if (state.decoder && !state.ended) {\n var chunk = state.decoder.end();\n if (chunk && chunk.length) _this.push(chunk);\n }\n\n _this.push(null);\n });\n stream.on('data', function (chunk) {\n debug('wrapped data');\n if (state.decoder) chunk = state.decoder.write(chunk); // don't skip over falsy values in objectMode\n\n if (state.objectMode && (chunk === null || chunk === undefined)) return;else if (!state.objectMode && (!chunk || !chunk.length)) return;\n\n var ret = _this.push(chunk);\n\n if (!ret) {\n paused = true;\n stream.pause();\n }\n }); // proxy all the other methods.\n // important when wrapping filters and duplexes.\n\n for (var i in stream) {\n if (this[i] === undefined && typeof stream[i] === 'function') {\n this[i] = function methodWrap(method) {\n return function methodWrapReturnFunction() {\n return stream[method].apply(stream, arguments);\n };\n }(i);\n }\n } // proxy certain important events.\n\n\n for (var n = 0; n < kProxyEvents.length; n++) {\n stream.on(kProxyEvents[n], this.emit.bind(this, kProxyEvents[n]));\n } // when we try to consume some more bytes, simply unpause the\n // underlying stream.\n\n\n this._read = function (n) {\n debug('wrapped _read', n);\n\n if (paused) {\n paused = false;\n stream.resume();\n }\n };\n\n return this;\n};\n\nif (typeof Symbol === 'function') {\n Readable.prototype[Symbol.asyncIterator] = function () {\n if (createReadableStreamAsyncIterator === undefined) {\n createReadableStreamAsyncIterator = require('./internal/streams/async_iterator');\n }\n\n return createReadableStreamAsyncIterator(this);\n };\n}\n\nObject.defineProperty(Readable.prototype, 'readableHighWaterMark', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._readableState.highWaterMark;\n }\n});\nObject.defineProperty(Readable.prototype, 'readableBuffer', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._readableState && this._readableState.buffer;\n }\n});\nObject.defineProperty(Readable.prototype, 'readableFlowing', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._readableState.flowing;\n },\n set: function set(state) {\n if (this._readableState) {\n this._readableState.flowing = state;\n }\n }\n}); // exposed for testing purposes only.\n\nReadable._fromList = fromList;\nObject.defineProperty(Readable.prototype, 'readableLength', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._readableState.length;\n }\n}); // Pluck off n bytes from an array of buffers.\n// Length is the combined lengths of all the buffers in the list.\n// This function is designed to be inlinable, so please take care when making\n// changes to the function body.\n\nfunction fromList(n, state) {\n // nothing buffered\n if (state.length === 0) return null;\n var ret;\n if (state.objectMode) ret = state.buffer.shift();else if (!n || n >= state.length) {\n // read it all, truncate the list\n if (state.decoder) ret = state.buffer.join('');else if (state.buffer.length === 1) ret = state.buffer.first();else ret = state.buffer.concat(state.length);\n state.buffer.clear();\n } else {\n // read part of list\n ret = state.buffer.consume(n, state.decoder);\n }\n return ret;\n}\n\nfunction endReadable(stream) {\n var state = stream._readableState;\n debug('endReadable', state.endEmitted);\n\n if (!state.endEmitted) {\n state.ended = true;\n process.nextTick(endReadableNT, state, stream);\n }\n}\n\nfunction endReadableNT(state, stream) {\n debug('endReadableNT', state.endEmitted, state.length); // Check that we didn't get one last unshift.\n\n if (!state.endEmitted && state.length === 0) {\n state.endEmitted = true;\n stream.readable = false;\n stream.emit('end');\n\n if (state.autoDestroy) {\n // In case of duplex streams we need a way to detect\n // if the writable side is ready for autoDestroy as well\n var wState = stream._writableState;\n\n if (!wState || wState.autoDestroy && wState.finished) {\n stream.destroy();\n }\n }\n }\n}\n\nif (typeof Symbol === 'function') {\n Readable.from = function (iterable, opts) {\n if (from === undefined) {\n from = require('./internal/streams/from');\n }\n\n return from(Readable, iterable, opts);\n };\n}\n\nfunction indexOf(xs, x) {\n for (var i = 0, l = xs.length; i < l; i++) {\n if (xs[i] === x) return i;\n }\n\n return -1;\n}","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n// a transform stream is a readable/writable stream where you do\n// something with the data. Sometimes it's called a \"filter\",\n// but that's not a great name for it, since that implies a thing where\n// some bits pass through, and others are simply ignored. (That would\n// be a valid example of a transform, of course.)\n//\n// While the output is causally related to the input, it's not a\n// necessarily symmetric or synchronous transformation. For example,\n// a zlib stream might take multiple plain-text writes(), and then\n// emit a single compressed chunk some time in the future.\n//\n// Here's how this works:\n//\n// The Transform stream has all the aspects of the readable and writable\n// stream classes. When you write(chunk), that calls _write(chunk,cb)\n// internally, and returns false if there's a lot of pending writes\n// buffered up. When you call read(), that calls _read(n) until\n// there's enough pending readable data buffered up.\n//\n// In a transform stream, the written data is placed in a buffer. When\n// _read(n) is called, it transforms the queued up data, calling the\n// buffered _write cb's as it consumes chunks. If consuming a single\n// written chunk would result in multiple output chunks, then the first\n// outputted bit calls the readcb, and subsequent chunks just go into\n// the read buffer, and will cause it to emit 'readable' if necessary.\n//\n// This way, back-pressure is actually determined by the reading side,\n// since _read has to be called to start processing a new chunk. However,\n// a pathological inflate type of transform can cause excessive buffering\n// here. For example, imagine a stream where every byte of input is\n// interpreted as an integer from 0-255, and then results in that many\n// bytes of output. Writing the 4 bytes {ff,ff,ff,ff} would result in\n// 1kb of data being output. In this case, you could write a very small\n// amount of input, and end up with a very large amount of output. In\n// such a pathological inflating mechanism, there'd be no way to tell\n// the system to stop doing the transform. A single 4MB write could\n// cause the system to run out of memory.\n//\n// However, even in such a pathological case, only a single written chunk\n// would be consumed, and then the rest would wait (un-transformed) until\n// the results of the previous transformed chunk were consumed.\n'use strict';\n\nmodule.exports = Transform;\n\nvar _require$codes = require('../errors').codes,\n ERR_METHOD_NOT_IMPLEMENTED = _require$codes.ERR_METHOD_NOT_IMPLEMENTED,\n ERR_MULTIPLE_CALLBACK = _require$codes.ERR_MULTIPLE_CALLBACK,\n ERR_TRANSFORM_ALREADY_TRANSFORMING = _require$codes.ERR_TRANSFORM_ALREADY_TRANSFORMING,\n ERR_TRANSFORM_WITH_LENGTH_0 = _require$codes.ERR_TRANSFORM_WITH_LENGTH_0;\n\nvar Duplex = require('./_stream_duplex');\n\nrequire('inherits')(Transform, Duplex);\n\nfunction afterTransform(er, data) {\n var ts = this._transformState;\n ts.transforming = false;\n var cb = ts.writecb;\n\n if (cb === null) {\n return this.emit('error', new ERR_MULTIPLE_CALLBACK());\n }\n\n ts.writechunk = null;\n ts.writecb = null;\n if (data != null) // single equals check for both `null` and `undefined`\n this.push(data);\n cb(er);\n var rs = this._readableState;\n rs.reading = false;\n\n if (rs.needReadable || rs.length < rs.highWaterMark) {\n this._read(rs.highWaterMark);\n }\n}\n\nfunction Transform(options) {\n if (!(this instanceof Transform)) return new Transform(options);\n Duplex.call(this, options);\n this._transformState = {\n afterTransform: afterTransform.bind(this),\n needTransform: false,\n transforming: false,\n writecb: null,\n writechunk: null,\n writeencoding: null\n }; // start out asking for a readable event once data is transformed.\n\n this._readableState.needReadable = true; // we have implemented the _read method, and done the other things\n // that Readable wants before the first _read call, so unset the\n // sync guard flag.\n\n this._readableState.sync = false;\n\n if (options) {\n if (typeof options.transform === 'function') this._transform = options.transform;\n if (typeof options.flush === 'function') this._flush = options.flush;\n } // When the writable side finishes, then flush out anything remaining.\n\n\n this.on('prefinish', prefinish);\n}\n\nfunction prefinish() {\n var _this = this;\n\n if (typeof this._flush === 'function' && !this._readableState.destroyed) {\n this._flush(function (er, data) {\n done(_this, er, data);\n });\n } else {\n done(this, null, null);\n }\n}\n\nTransform.prototype.push = function (chunk, encoding) {\n this._transformState.needTransform = false;\n return Duplex.prototype.push.call(this, chunk, encoding);\n}; // This is the part where you do stuff!\n// override this function in implementation classes.\n// 'chunk' is an input chunk.\n//\n// Call `push(newChunk)` to pass along transformed output\n// to the readable side. You may call 'push' zero or more times.\n//\n// Call `cb(err)` when you are done with this chunk. If you pass\n// an error, then that'll put the hurt on the whole operation. If you\n// never call cb(), then you'll never get another chunk.\n\n\nTransform.prototype._transform = function (chunk, encoding, cb) {\n cb(new ERR_METHOD_NOT_IMPLEMENTED('_transform()'));\n};\n\nTransform.prototype._write = function (chunk, encoding, cb) {\n var ts = this._transformState;\n ts.writecb = cb;\n ts.writechunk = chunk;\n ts.writeencoding = encoding;\n\n if (!ts.transforming) {\n var rs = this._readableState;\n if (ts.needTransform || rs.needReadable || rs.length < rs.highWaterMark) this._read(rs.highWaterMark);\n }\n}; // Doesn't matter what the args are here.\n// _transform does all the work.\n// That we got here means that the readable side wants more data.\n\n\nTransform.prototype._read = function (n) {\n var ts = this._transformState;\n\n if (ts.writechunk !== null && !ts.transforming) {\n ts.transforming = true;\n\n this._transform(ts.writechunk, ts.writeencoding, ts.afterTransform);\n } else {\n // mark that we need a transform, so that any data that comes in\n // will get processed, now that we've asked for it.\n ts.needTransform = true;\n }\n};\n\nTransform.prototype._destroy = function (err, cb) {\n Duplex.prototype._destroy.call(this, err, function (err2) {\n cb(err2);\n });\n};\n\nfunction done(stream, er, data) {\n if (er) return stream.emit('error', er);\n if (data != null) // single equals check for both `null` and `undefined`\n stream.push(data); // TODO(BridgeAR): Write a test for these two error cases\n // if there's nothing in the write buffer, then that means\n // that nothing more will ever be provided\n\n if (stream._writableState.length) throw new ERR_TRANSFORM_WITH_LENGTH_0();\n if (stream._transformState.transforming) throw new ERR_TRANSFORM_ALREADY_TRANSFORMING();\n return stream.push(null);\n}","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n// a passthrough stream.\n// basically just the most minimal sort of Transform stream.\n// Every written chunk gets output as-is.\n'use strict';\n\nmodule.exports = PassThrough;\n\nvar Transform = require('./_stream_transform');\n\nrequire('inherits')(PassThrough, Transform);\n\nfunction PassThrough(options) {\n if (!(this instanceof PassThrough)) return new PassThrough(options);\n Transform.call(this, options);\n}\n\nPassThrough.prototype._transform = function (chunk, encoding, cb) {\n cb(null, chunk);\n};","// Ported from https://github.com/mafintosh/pump with\n// permission from the author, Mathias Buus (@mafintosh).\n'use strict';\n\nvar eos;\n\nfunction once(callback) {\n var called = false;\n return function () {\n if (called) return;\n called = true;\n callback.apply(void 0, arguments);\n };\n}\n\nvar _require$codes = require('../../../errors').codes,\n ERR_MISSING_ARGS = _require$codes.ERR_MISSING_ARGS,\n ERR_STREAM_DESTROYED = _require$codes.ERR_STREAM_DESTROYED;\n\nfunction noop(err) {\n // Rethrow the error if it exists to avoid swallowing it\n if (err) throw err;\n}\n\nfunction isRequest(stream) {\n return stream.setHeader && typeof stream.abort === 'function';\n}\n\nfunction destroyer(stream, reading, writing, callback) {\n callback = once(callback);\n var closed = false;\n stream.on('close', function () {\n closed = true;\n });\n if (eos === undefined) eos = require('./end-of-stream');\n eos(stream, {\n readable: reading,\n writable: writing\n }, function (err) {\n if (err) return callback(err);\n closed = true;\n callback();\n });\n var destroyed = false;\n return function (err) {\n if (closed) return;\n if (destroyed) return;\n destroyed = true; // request.destroy just do .end - .abort is what we want\n\n if (isRequest(stream)) return stream.abort();\n if (typeof stream.destroy === 'function') return stream.destroy();\n callback(err || new ERR_STREAM_DESTROYED('pipe'));\n };\n}\n\nfunction call(fn) {\n fn();\n}\n\nfunction pipe(from, to) {\n return from.pipe(to);\n}\n\nfunction popCallback(streams) {\n if (!streams.length) return noop;\n if (typeof streams[streams.length - 1] !== 'function') return noop;\n return streams.pop();\n}\n\nfunction pipeline() {\n for (var _len = arguments.length, streams = new Array(_len), _key = 0; _key < _len; _key++) {\n streams[_key] = arguments[_key];\n }\n\n var callback = popCallback(streams);\n if (Array.isArray(streams[0])) streams = streams[0];\n\n if (streams.length < 2) {\n throw new ERR_MISSING_ARGS('streams');\n }\n\n var error;\n var destroys = streams.map(function (stream, i) {\n var reading = i < streams.length - 1;\n var writing = i > 0;\n return destroyer(stream, reading, writing, function (err) {\n if (!error) error = err;\n if (err) destroys.forEach(call);\n if (reading) return;\n destroys.forEach(call);\n callback(error);\n });\n });\n return streams.reduce(pipe);\n}\n\nmodule.exports = pipeline;","exports = module.exports = require('./lib/_stream_readable.js');\nexports.Stream = exports;\nexports.Readable = exports;\nexports.Writable = require('./lib/_stream_writable.js');\nexports.Duplex = require('./lib/_stream_duplex.js');\nexports.Transform = require('./lib/_stream_transform.js');\nexports.PassThrough = require('./lib/_stream_passthrough.js');\nexports.finished = require('./lib/internal/streams/end-of-stream.js');\nexports.pipeline = require('./lib/internal/streams/pipeline.js');\n","'use strict'\nvar Buffer = require('safe-buffer').Buffer\nvar Transform = require('readable-stream').Transform\nvar inherits = require('inherits')\n\nfunction throwIfNotStringOrBuffer (val, prefix) {\n if (!Buffer.isBuffer(val) && typeof val !== 'string') {\n throw new TypeError(prefix + ' must be a string or a buffer')\n }\n}\n\nfunction HashBase (blockSize) {\n Transform.call(this)\n\n this._block = Buffer.allocUnsafe(blockSize)\n this._blockSize = blockSize\n this._blockOffset = 0\n this._length = [0, 0, 0, 0]\n\n this._finalized = false\n}\n\ninherits(HashBase, Transform)\n\nHashBase.prototype._transform = function (chunk, encoding, callback) {\n var error = null\n try {\n this.update(chunk, encoding)\n } catch (err) {\n error = err\n }\n\n callback(error)\n}\n\nHashBase.prototype._flush = function (callback) {\n var error = null\n try {\n this.push(this.digest())\n } catch (err) {\n error = err\n }\n\n callback(error)\n}\n\nHashBase.prototype.update = function (data, encoding) {\n throwIfNotStringOrBuffer(data, 'Data')\n if (this._finalized) throw new Error('Digest already called')\n if (!Buffer.isBuffer(data)) data = Buffer.from(data, encoding)\n\n // consume data\n var block = this._block\n var offset = 0\n while (this._blockOffset + data.length - offset >= this._blockSize) {\n for (var i = this._blockOffset; i < this._blockSize;) block[i++] = data[offset++]\n this._update()\n this._blockOffset = 0\n }\n while (offset < data.length) block[this._blockOffset++] = data[offset++]\n\n // update length\n for (var j = 0, carry = data.length * 8; carry > 0; ++j) {\n this._length[j] += carry\n carry = (this._length[j] / 0x0100000000) | 0\n if (carry > 0) this._length[j] -= 0x0100000000 * carry\n }\n\n return this\n}\n\nHashBase.prototype._update = function () {\n throw new Error('_update is not implemented')\n}\n\nHashBase.prototype.digest = function (encoding) {\n if (this._finalized) throw new Error('Digest already called')\n this._finalized = true\n\n var digest = this._digest()\n if (encoding !== undefined) digest = digest.toString(encoding)\n\n // reset state\n this._block.fill(0)\n this._blockOffset = 0\n for (var i = 0; i < 4; ++i) this._length[i] = 0\n\n return digest\n}\n\nHashBase.prototype._digest = function () {\n throw new Error('_digest is not implemented')\n}\n\nmodule.exports = HashBase\n","'use strict'\nvar inherits = require('inherits')\nvar HashBase = require('hash-base')\nvar Buffer = require('safe-buffer').Buffer\n\nvar ARRAY16 = new Array(16)\n\nfunction MD5 () {\n HashBase.call(this, 64)\n\n // state\n this._a = 0x67452301\n this._b = 0xefcdab89\n this._c = 0x98badcfe\n this._d = 0x10325476\n}\n\ninherits(MD5, HashBase)\n\nMD5.prototype._update = function () {\n var M = ARRAY16\n for (var i = 0; i < 16; ++i) M[i] = this._block.readInt32LE(i * 4)\n\n var a = this._a\n var b = this._b\n var c = this._c\n var d = this._d\n\n a = fnF(a, b, c, d, M[0], 0xd76aa478, 7)\n d = fnF(d, a, b, c, M[1], 0xe8c7b756, 12)\n c = fnF(c, d, a, b, M[2], 0x242070db, 17)\n b = fnF(b, c, d, a, M[3], 0xc1bdceee, 22)\n a = fnF(a, b, c, d, M[4], 0xf57c0faf, 7)\n d = fnF(d, a, b, c, M[5], 0x4787c62a, 12)\n c = fnF(c, d, a, b, M[6], 0xa8304613, 17)\n b = fnF(b, c, d, a, M[7], 0xfd469501, 22)\n a = fnF(a, b, c, d, M[8], 0x698098d8, 7)\n d = fnF(d, a, b, c, M[9], 0x8b44f7af, 12)\n c = fnF(c, d, a, b, M[10], 0xffff5bb1, 17)\n b = fnF(b, c, d, a, M[11], 0x895cd7be, 22)\n a = fnF(a, b, c, d, M[12], 0x6b901122, 7)\n d = fnF(d, a, b, c, M[13], 0xfd987193, 12)\n c = fnF(c, d, a, b, M[14], 0xa679438e, 17)\n b = fnF(b, c, d, a, M[15], 0x49b40821, 22)\n\n a = fnG(a, b, c, d, M[1], 0xf61e2562, 5)\n d = fnG(d, a, b, c, M[6], 0xc040b340, 9)\n c = fnG(c, d, a, b, M[11], 0x265e5a51, 14)\n b = fnG(b, c, d, a, M[0], 0xe9b6c7aa, 20)\n a = fnG(a, b, c, d, M[5], 0xd62f105d, 5)\n d = fnG(d, a, b, c, M[10], 0x02441453, 9)\n c = fnG(c, d, a, b, M[15], 0xd8a1e681, 14)\n b = fnG(b, c, d, a, M[4], 0xe7d3fbc8, 20)\n a = fnG(a, b, c, d, M[9], 0x21e1cde6, 5)\n d = fnG(d, a, b, c, M[14], 0xc33707d6, 9)\n c = fnG(c, d, a, b, M[3], 0xf4d50d87, 14)\n b = fnG(b, c, d, a, M[8], 0x455a14ed, 20)\n a = fnG(a, b, c, d, M[13], 0xa9e3e905, 5)\n d = fnG(d, a, b, c, M[2], 0xfcefa3f8, 9)\n c = fnG(c, d, a, b, M[7], 0x676f02d9, 14)\n b = fnG(b, c, d, a, M[12], 0x8d2a4c8a, 20)\n\n a = fnH(a, b, c, d, M[5], 0xfffa3942, 4)\n d = fnH(d, a, b, c, M[8], 0x8771f681, 11)\n c = fnH(c, d, a, b, M[11], 0x6d9d6122, 16)\n b = fnH(b, c, d, a, M[14], 0xfde5380c, 23)\n a = fnH(a, b, c, d, M[1], 0xa4beea44, 4)\n d = fnH(d, a, b, c, M[4], 0x4bdecfa9, 11)\n c = fnH(c, d, a, b, M[7], 0xf6bb4b60, 16)\n b = fnH(b, c, d, a, M[10], 0xbebfbc70, 23)\n a = fnH(a, b, c, d, M[13], 0x289b7ec6, 4)\n d = fnH(d, a, b, c, M[0], 0xeaa127fa, 11)\n c = fnH(c, d, a, b, M[3], 0xd4ef3085, 16)\n b = fnH(b, c, d, a, M[6], 0x04881d05, 23)\n a = fnH(a, b, c, d, M[9], 0xd9d4d039, 4)\n d = fnH(d, a, b, c, M[12], 0xe6db99e5, 11)\n c = fnH(c, d, a, b, M[15], 0x1fa27cf8, 16)\n b = fnH(b, c, d, a, M[2], 0xc4ac5665, 23)\n\n a = fnI(a, b, c, d, M[0], 0xf4292244, 6)\n d = fnI(d, a, b, c, M[7], 0x432aff97, 10)\n c = fnI(c, d, a, b, M[14], 0xab9423a7, 15)\n b = fnI(b, c, d, a, M[5], 0xfc93a039, 21)\n a = fnI(a, b, c, d, M[12], 0x655b59c3, 6)\n d = fnI(d, a, b, c, M[3], 0x8f0ccc92, 10)\n c = fnI(c, d, a, b, M[10], 0xffeff47d, 15)\n b = fnI(b, c, d, a, M[1], 0x85845dd1, 21)\n a = fnI(a, b, c, d, M[8], 0x6fa87e4f, 6)\n d = fnI(d, a, b, c, M[15], 0xfe2ce6e0, 10)\n c = fnI(c, d, a, b, M[6], 0xa3014314, 15)\n b = fnI(b, c, d, a, M[13], 0x4e0811a1, 21)\n a = fnI(a, b, c, d, M[4], 0xf7537e82, 6)\n d = fnI(d, a, b, c, M[11], 0xbd3af235, 10)\n c = fnI(c, d, a, b, M[2], 0x2ad7d2bb, 15)\n b = fnI(b, c, d, a, M[9], 0xeb86d391, 21)\n\n this._a = (this._a + a) | 0\n this._b = (this._b + b) | 0\n this._c = (this._c + c) | 0\n this._d = (this._d + d) | 0\n}\n\nMD5.prototype._digest = function () {\n // create padding and handle blocks\n this._block[this._blockOffset++] = 0x80\n if (this._blockOffset > 56) {\n this._block.fill(0, this._blockOffset, 64)\n this._update()\n this._blockOffset = 0\n }\n\n this._block.fill(0, this._blockOffset, 56)\n this._block.writeUInt32LE(this._length[0], 56)\n this._block.writeUInt32LE(this._length[1], 60)\n this._update()\n\n // produce result\n var buffer = Buffer.allocUnsafe(16)\n buffer.writeInt32LE(this._a, 0)\n buffer.writeInt32LE(this._b, 4)\n buffer.writeInt32LE(this._c, 8)\n buffer.writeInt32LE(this._d, 12)\n return buffer\n}\n\nfunction rotl (x, n) {\n return (x << n) | (x >>> (32 - n))\n}\n\nfunction fnF (a, b, c, d, m, k, s) {\n return (rotl((a + ((b & c) | ((~b) & d)) + m + k) | 0, s) + b) | 0\n}\n\nfunction fnG (a, b, c, d, m, k, s) {\n return (rotl((a + ((b & d) | (c & (~d))) + m + k) | 0, s) + b) | 0\n}\n\nfunction fnH (a, b, c, d, m, k, s) {\n return (rotl((a + (b ^ c ^ d) + m + k) | 0, s) + b) | 0\n}\n\nfunction fnI (a, b, c, d, m, k, s) {\n return (rotl((a + ((c ^ (b | (~d)))) + m + k) | 0, s) + b) | 0\n}\n\nmodule.exports = MD5\n","'use strict'\nvar Buffer = require('buffer').Buffer\nvar inherits = require('inherits')\nvar HashBase = require('hash-base')\n\nvar ARRAY16 = new Array(16)\n\nvar zl = [\n 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15,\n 7, 4, 13, 1, 10, 6, 15, 3, 12, 0, 9, 5, 2, 14, 11, 8,\n 3, 10, 14, 4, 9, 15, 8, 1, 2, 7, 0, 6, 13, 11, 5, 12,\n 1, 9, 11, 10, 0, 8, 12, 4, 13, 3, 7, 15, 14, 5, 6, 2,\n 4, 0, 5, 9, 7, 12, 2, 10, 14, 1, 3, 8, 11, 6, 15, 13\n]\n\nvar zr = [\n 5, 14, 7, 0, 9, 2, 11, 4, 13, 6, 15, 8, 1, 10, 3, 12,\n 6, 11, 3, 7, 0, 13, 5, 10, 14, 15, 8, 12, 4, 9, 1, 2,\n 15, 5, 1, 3, 7, 14, 6, 9, 11, 8, 12, 2, 10, 0, 4, 13,\n 8, 6, 4, 1, 3, 11, 15, 0, 5, 12, 2, 13, 9, 7, 10, 14,\n 12, 15, 10, 4, 1, 5, 8, 7, 6, 2, 13, 14, 0, 3, 9, 11\n]\n\nvar sl = [\n 11, 14, 15, 12, 5, 8, 7, 9, 11, 13, 14, 15, 6, 7, 9, 8,\n 7, 6, 8, 13, 11, 9, 7, 15, 7, 12, 15, 9, 11, 7, 13, 12,\n 11, 13, 6, 7, 14, 9, 13, 15, 14, 8, 13, 6, 5, 12, 7, 5,\n 11, 12, 14, 15, 14, 15, 9, 8, 9, 14, 5, 6, 8, 6, 5, 12,\n 9, 15, 5, 11, 6, 8, 13, 12, 5, 12, 13, 14, 11, 8, 5, 6\n]\n\nvar sr = [\n 8, 9, 9, 11, 13, 15, 15, 5, 7, 7, 8, 11, 14, 14, 12, 6,\n 9, 13, 15, 7, 12, 8, 9, 11, 7, 7, 12, 7, 6, 15, 13, 11,\n 9, 7, 15, 11, 8, 6, 6, 14, 12, 13, 5, 14, 13, 13, 7, 5,\n 15, 5, 8, 11, 14, 14, 6, 14, 6, 9, 12, 9, 12, 5, 15, 8,\n 8, 5, 12, 9, 12, 5, 14, 6, 8, 13, 6, 5, 15, 13, 11, 11\n]\n\nvar hl = [0x00000000, 0x5a827999, 0x6ed9eba1, 0x8f1bbcdc, 0xa953fd4e]\nvar hr = [0x50a28be6, 0x5c4dd124, 0x6d703ef3, 0x7a6d76e9, 0x00000000]\n\nfunction RIPEMD160 () {\n HashBase.call(this, 64)\n\n // state\n this._a = 0x67452301\n this._b = 0xefcdab89\n this._c = 0x98badcfe\n this._d = 0x10325476\n this._e = 0xc3d2e1f0\n}\n\ninherits(RIPEMD160, HashBase)\n\nRIPEMD160.prototype._update = function () {\n var words = ARRAY16\n for (var j = 0; j < 16; ++j) words[j] = this._block.readInt32LE(j * 4)\n\n var al = this._a | 0\n var bl = this._b | 0\n var cl = this._c | 0\n var dl = this._d | 0\n var el = this._e | 0\n\n var ar = this._a | 0\n var br = this._b | 0\n var cr = this._c | 0\n var dr = this._d | 0\n var er = this._e | 0\n\n // computation\n for (var i = 0; i < 80; i += 1) {\n var tl\n var tr\n if (i < 16) {\n tl = fn1(al, bl, cl, dl, el, words[zl[i]], hl[0], sl[i])\n tr = fn5(ar, br, cr, dr, er, words[zr[i]], hr[0], sr[i])\n } else if (i < 32) {\n tl = fn2(al, bl, cl, dl, el, words[zl[i]], hl[1], sl[i])\n tr = fn4(ar, br, cr, dr, er, words[zr[i]], hr[1], sr[i])\n } else if (i < 48) {\n tl = fn3(al, bl, cl, dl, el, words[zl[i]], hl[2], sl[i])\n tr = fn3(ar, br, cr, dr, er, words[zr[i]], hr[2], sr[i])\n } else if (i < 64) {\n tl = fn4(al, bl, cl, dl, el, words[zl[i]], hl[3], sl[i])\n tr = fn2(ar, br, cr, dr, er, words[zr[i]], hr[3], sr[i])\n } else { // if (i<80) {\n tl = fn5(al, bl, cl, dl, el, words[zl[i]], hl[4], sl[i])\n tr = fn1(ar, br, cr, dr, er, words[zr[i]], hr[4], sr[i])\n }\n\n al = el\n el = dl\n dl = rotl(cl, 10)\n cl = bl\n bl = tl\n\n ar = er\n er = dr\n dr = rotl(cr, 10)\n cr = br\n br = tr\n }\n\n // update state\n var t = (this._b + cl + dr) | 0\n this._b = (this._c + dl + er) | 0\n this._c = (this._d + el + ar) | 0\n this._d = (this._e + al + br) | 0\n this._e = (this._a + bl + cr) | 0\n this._a = t\n}\n\nRIPEMD160.prototype._digest = function () {\n // create padding and handle blocks\n this._block[this._blockOffset++] = 0x80\n if (this._blockOffset > 56) {\n this._block.fill(0, this._blockOffset, 64)\n this._update()\n this._blockOffset = 0\n }\n\n this._block.fill(0, this._blockOffset, 56)\n this._block.writeUInt32LE(this._length[0], 56)\n this._block.writeUInt32LE(this._length[1], 60)\n this._update()\n\n // produce result\n var buffer = Buffer.alloc ? Buffer.alloc(20) : new Buffer(20)\n buffer.writeInt32LE(this._a, 0)\n buffer.writeInt32LE(this._b, 4)\n buffer.writeInt32LE(this._c, 8)\n buffer.writeInt32LE(this._d, 12)\n buffer.writeInt32LE(this._e, 16)\n return buffer\n}\n\nfunction rotl (x, n) {\n return (x << n) | (x >>> (32 - n))\n}\n\nfunction fn1 (a, b, c, d, e, m, k, s) {\n return (rotl((a + (b ^ c ^ d) + m + k) | 0, s) + e) | 0\n}\n\nfunction fn2 (a, b, c, d, e, m, k, s) {\n return (rotl((a + ((b & c) | ((~b) & d)) + m + k) | 0, s) + e) | 0\n}\n\nfunction fn3 (a, b, c, d, e, m, k, s) {\n return (rotl((a + ((b | (~c)) ^ d) + m + k) | 0, s) + e) | 0\n}\n\nfunction fn4 (a, b, c, d, e, m, k, s) {\n return (rotl((a + ((b & d) | (c & (~d))) + m + k) | 0, s) + e) | 0\n}\n\nfunction fn5 (a, b, c, d, e, m, k, s) {\n return (rotl((a + (b ^ (c | (~d))) + m + k) | 0, s) + e) | 0\n}\n\nmodule.exports = RIPEMD160\n","var Buffer = require('safe-buffer').Buffer\n\n// prototype class for hash functions\nfunction Hash (blockSize, finalSize) {\n this._block = Buffer.alloc(blockSize)\n this._finalSize = finalSize\n this._blockSize = blockSize\n this._len = 0\n}\n\nHash.prototype.update = function (data, enc) {\n if (typeof data === 'string') {\n enc = enc || 'utf8'\n data = Buffer.from(data, enc)\n }\n\n var block = this._block\n var blockSize = this._blockSize\n var length = data.length\n var accum = this._len\n\n for (var offset = 0; offset < length;) {\n var assigned = accum % blockSize\n var remainder = Math.min(length - offset, blockSize - assigned)\n\n for (var i = 0; i < remainder; i++) {\n block[assigned + i] = data[offset + i]\n }\n\n accum += remainder\n offset += remainder\n\n if ((accum % blockSize) === 0) {\n this._update(block)\n }\n }\n\n this._len += length\n return this\n}\n\nHash.prototype.digest = function (enc) {\n var rem = this._len % this._blockSize\n\n this._block[rem] = 0x80\n\n // zero (rem + 1) trailing bits, where (rem + 1) is the smallest\n // non-negative solution to the equation (length + 1 + (rem + 1)) === finalSize mod blockSize\n this._block.fill(0, rem + 1)\n\n if (rem >= this._finalSize) {\n this._update(this._block)\n this._block.fill(0)\n }\n\n var bits = this._len * 8\n\n // uint32\n if (bits <= 0xffffffff) {\n this._block.writeUInt32BE(bits, this._blockSize - 4)\n\n // uint64\n } else {\n var lowBits = (bits & 0xffffffff) >>> 0\n var highBits = (bits - lowBits) / 0x100000000\n\n this._block.writeUInt32BE(highBits, this._blockSize - 8)\n this._block.writeUInt32BE(lowBits, this._blockSize - 4)\n }\n\n this._update(this._block)\n var hash = this._hash()\n\n return enc ? hash.toString(enc) : hash\n}\n\nHash.prototype._update = function () {\n throw new Error('_update must be implemented by subclass')\n}\n\nmodule.exports = Hash\n","/*\n * A JavaScript implementation of the Secure Hash Algorithm, SHA-0, as defined\n * in FIPS PUB 180-1\n * This source code is derived from sha1.js of the same repository.\n * The difference between SHA-0 and SHA-1 is just a bitwise rotate left\n * operation was added.\n */\n\nvar inherits = require('inherits')\nvar Hash = require('./hash')\nvar Buffer = require('safe-buffer').Buffer\n\nvar K = [\n 0x5a827999, 0x6ed9eba1, 0x8f1bbcdc | 0, 0xca62c1d6 | 0\n]\n\nvar W = new Array(80)\n\nfunction Sha () {\n this.init()\n this._w = W\n\n Hash.call(this, 64, 56)\n}\n\ninherits(Sha, Hash)\n\nSha.prototype.init = function () {\n this._a = 0x67452301\n this._b = 0xefcdab89\n this._c = 0x98badcfe\n this._d = 0x10325476\n this._e = 0xc3d2e1f0\n\n return this\n}\n\nfunction rotl5 (num) {\n return (num << 5) | (num >>> 27)\n}\n\nfunction rotl30 (num) {\n return (num << 30) | (num >>> 2)\n}\n\nfunction ft (s, b, c, d) {\n if (s === 0) return (b & c) | ((~b) & d)\n if (s === 2) return (b & c) | (b & d) | (c & d)\n return b ^ c ^ d\n}\n\nSha.prototype._update = function (M) {\n var W = this._w\n\n var a = this._a | 0\n var b = this._b | 0\n var c = this._c | 0\n var d = this._d | 0\n var e = this._e | 0\n\n for (var i = 0; i < 16; ++i) W[i] = M.readInt32BE(i * 4)\n for (; i < 80; ++i) W[i] = W[i - 3] ^ W[i - 8] ^ W[i - 14] ^ W[i - 16]\n\n for (var j = 0; j < 80; ++j) {\n var s = ~~(j / 20)\n var t = (rotl5(a) + ft(s, b, c, d) + e + W[j] + K[s]) | 0\n\n e = d\n d = c\n c = rotl30(b)\n b = a\n a = t\n }\n\n this._a = (a + this._a) | 0\n this._b = (b + this._b) | 0\n this._c = (c + this._c) | 0\n this._d = (d + this._d) | 0\n this._e = (e + this._e) | 0\n}\n\nSha.prototype._hash = function () {\n var H = Buffer.allocUnsafe(20)\n\n H.writeInt32BE(this._a | 0, 0)\n H.writeInt32BE(this._b | 0, 4)\n H.writeInt32BE(this._c | 0, 8)\n H.writeInt32BE(this._d | 0, 12)\n H.writeInt32BE(this._e | 0, 16)\n\n return H\n}\n\nmodule.exports = Sha\n","/*\n * A JavaScript implementation of the Secure Hash Algorithm, SHA-1, as defined\n * in FIPS PUB 180-1\n * Version 2.1a Copyright Paul Johnston 2000 - 2002.\n * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet\n * Distributed under the BSD License\n * See http://pajhome.org.uk/crypt/md5 for details.\n */\n\nvar inherits = require('inherits')\nvar Hash = require('./hash')\nvar Buffer = require('safe-buffer').Buffer\n\nvar K = [\n 0x5a827999, 0x6ed9eba1, 0x8f1bbcdc | 0, 0xca62c1d6 | 0\n]\n\nvar W = new Array(80)\n\nfunction Sha1 () {\n this.init()\n this._w = W\n\n Hash.call(this, 64, 56)\n}\n\ninherits(Sha1, Hash)\n\nSha1.prototype.init = function () {\n this._a = 0x67452301\n this._b = 0xefcdab89\n this._c = 0x98badcfe\n this._d = 0x10325476\n this._e = 0xc3d2e1f0\n\n return this\n}\n\nfunction rotl1 (num) {\n return (num << 1) | (num >>> 31)\n}\n\nfunction rotl5 (num) {\n return (num << 5) | (num >>> 27)\n}\n\nfunction rotl30 (num) {\n return (num << 30) | (num >>> 2)\n}\n\nfunction ft (s, b, c, d) {\n if (s === 0) return (b & c) | ((~b) & d)\n if (s === 2) return (b & c) | (b & d) | (c & d)\n return b ^ c ^ d\n}\n\nSha1.prototype._update = function (M) {\n var W = this._w\n\n var a = this._a | 0\n var b = this._b | 0\n var c = this._c | 0\n var d = this._d | 0\n var e = this._e | 0\n\n for (var i = 0; i < 16; ++i) W[i] = M.readInt32BE(i * 4)\n for (; i < 80; ++i) W[i] = rotl1(W[i - 3] ^ W[i - 8] ^ W[i - 14] ^ W[i - 16])\n\n for (var j = 0; j < 80; ++j) {\n var s = ~~(j / 20)\n var t = (rotl5(a) + ft(s, b, c, d) + e + W[j] + K[s]) | 0\n\n e = d\n d = c\n c = rotl30(b)\n b = a\n a = t\n }\n\n this._a = (a + this._a) | 0\n this._b = (b + this._b) | 0\n this._c = (c + this._c) | 0\n this._d = (d + this._d) | 0\n this._e = (e + this._e) | 0\n}\n\nSha1.prototype._hash = function () {\n var H = Buffer.allocUnsafe(20)\n\n H.writeInt32BE(this._a | 0, 0)\n H.writeInt32BE(this._b | 0, 4)\n H.writeInt32BE(this._c | 0, 8)\n H.writeInt32BE(this._d | 0, 12)\n H.writeInt32BE(this._e | 0, 16)\n\n return H\n}\n\nmodule.exports = Sha1\n","/**\n * A JavaScript implementation of the Secure Hash Algorithm, SHA-256, as defined\n * in FIPS 180-2\n * Version 2.2-beta Copyright Angel Marin, Paul Johnston 2000 - 2009.\n * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet\n *\n */\n\nvar inherits = require('inherits')\nvar Hash = require('./hash')\nvar Buffer = require('safe-buffer').Buffer\n\nvar K = [\n 0x428A2F98, 0x71374491, 0xB5C0FBCF, 0xE9B5DBA5,\n 0x3956C25B, 0x59F111F1, 0x923F82A4, 0xAB1C5ED5,\n 0xD807AA98, 0x12835B01, 0x243185BE, 0x550C7DC3,\n 0x72BE5D74, 0x80DEB1FE, 0x9BDC06A7, 0xC19BF174,\n 0xE49B69C1, 0xEFBE4786, 0x0FC19DC6, 0x240CA1CC,\n 0x2DE92C6F, 0x4A7484AA, 0x5CB0A9DC, 0x76F988DA,\n 0x983E5152, 0xA831C66D, 0xB00327C8, 0xBF597FC7,\n 0xC6E00BF3, 0xD5A79147, 0x06CA6351, 0x14292967,\n 0x27B70A85, 0x2E1B2138, 0x4D2C6DFC, 0x53380D13,\n 0x650A7354, 0x766A0ABB, 0x81C2C92E, 0x92722C85,\n 0xA2BFE8A1, 0xA81A664B, 0xC24B8B70, 0xC76C51A3,\n 0xD192E819, 0xD6990624, 0xF40E3585, 0x106AA070,\n 0x19A4C116, 0x1E376C08, 0x2748774C, 0x34B0BCB5,\n 0x391C0CB3, 0x4ED8AA4A, 0x5B9CCA4F, 0x682E6FF3,\n 0x748F82EE, 0x78A5636F, 0x84C87814, 0x8CC70208,\n 0x90BEFFFA, 0xA4506CEB, 0xBEF9A3F7, 0xC67178F2\n]\n\nvar W = new Array(64)\n\nfunction Sha256 () {\n this.init()\n\n this._w = W // new Array(64)\n\n Hash.call(this, 64, 56)\n}\n\ninherits(Sha256, Hash)\n\nSha256.prototype.init = function () {\n this._a = 0x6a09e667\n this._b = 0xbb67ae85\n this._c = 0x3c6ef372\n this._d = 0xa54ff53a\n this._e = 0x510e527f\n this._f = 0x9b05688c\n this._g = 0x1f83d9ab\n this._h = 0x5be0cd19\n\n return this\n}\n\nfunction ch (x, y, z) {\n return z ^ (x & (y ^ z))\n}\n\nfunction maj (x, y, z) {\n return (x & y) | (z & (x | y))\n}\n\nfunction sigma0 (x) {\n return (x >>> 2 | x << 30) ^ (x >>> 13 | x << 19) ^ (x >>> 22 | x << 10)\n}\n\nfunction sigma1 (x) {\n return (x >>> 6 | x << 26) ^ (x >>> 11 | x << 21) ^ (x >>> 25 | x << 7)\n}\n\nfunction gamma0 (x) {\n return (x >>> 7 | x << 25) ^ (x >>> 18 | x << 14) ^ (x >>> 3)\n}\n\nfunction gamma1 (x) {\n return (x >>> 17 | x << 15) ^ (x >>> 19 | x << 13) ^ (x >>> 10)\n}\n\nSha256.prototype._update = function (M) {\n var W = this._w\n\n var a = this._a | 0\n var b = this._b | 0\n var c = this._c | 0\n var d = this._d | 0\n var e = this._e | 0\n var f = this._f | 0\n var g = this._g | 0\n var h = this._h | 0\n\n for (var i = 0; i < 16; ++i) W[i] = M.readInt32BE(i * 4)\n for (; i < 64; ++i) W[i] = (gamma1(W[i - 2]) + W[i - 7] + gamma0(W[i - 15]) + W[i - 16]) | 0\n\n for (var j = 0; j < 64; ++j) {\n var T1 = (h + sigma1(e) + ch(e, f, g) + K[j] + W[j]) | 0\n var T2 = (sigma0(a) + maj(a, b, c)) | 0\n\n h = g\n g = f\n f = e\n e = (d + T1) | 0\n d = c\n c = b\n b = a\n a = (T1 + T2) | 0\n }\n\n this._a = (a + this._a) | 0\n this._b = (b + this._b) | 0\n this._c = (c + this._c) | 0\n this._d = (d + this._d) | 0\n this._e = (e + this._e) | 0\n this._f = (f + this._f) | 0\n this._g = (g + this._g) | 0\n this._h = (h + this._h) | 0\n}\n\nSha256.prototype._hash = function () {\n var H = Buffer.allocUnsafe(32)\n\n H.writeInt32BE(this._a, 0)\n H.writeInt32BE(this._b, 4)\n H.writeInt32BE(this._c, 8)\n H.writeInt32BE(this._d, 12)\n H.writeInt32BE(this._e, 16)\n H.writeInt32BE(this._f, 20)\n H.writeInt32BE(this._g, 24)\n H.writeInt32BE(this._h, 28)\n\n return H\n}\n\nmodule.exports = Sha256\n","/**\n * A JavaScript implementation of the Secure Hash Algorithm, SHA-256, as defined\n * in FIPS 180-2\n * Version 2.2-beta Copyright Angel Marin, Paul Johnston 2000 - 2009.\n * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet\n *\n */\n\nvar inherits = require('inherits')\nvar Sha256 = require('./sha256')\nvar Hash = require('./hash')\nvar Buffer = require('safe-buffer').Buffer\n\nvar W = new Array(64)\n\nfunction Sha224 () {\n this.init()\n\n this._w = W // new Array(64)\n\n Hash.call(this, 64, 56)\n}\n\ninherits(Sha224, Sha256)\n\nSha224.prototype.init = function () {\n this._a = 0xc1059ed8\n this._b = 0x367cd507\n this._c = 0x3070dd17\n this._d = 0xf70e5939\n this._e = 0xffc00b31\n this._f = 0x68581511\n this._g = 0x64f98fa7\n this._h = 0xbefa4fa4\n\n return this\n}\n\nSha224.prototype._hash = function () {\n var H = Buffer.allocUnsafe(28)\n\n H.writeInt32BE(this._a, 0)\n H.writeInt32BE(this._b, 4)\n H.writeInt32BE(this._c, 8)\n H.writeInt32BE(this._d, 12)\n H.writeInt32BE(this._e, 16)\n H.writeInt32BE(this._f, 20)\n H.writeInt32BE(this._g, 24)\n\n return H\n}\n\nmodule.exports = Sha224\n","var inherits = require('inherits')\nvar Hash = require('./hash')\nvar Buffer = require('safe-buffer').Buffer\n\nvar K = [\n 0x428a2f98, 0xd728ae22, 0x71374491, 0x23ef65cd,\n 0xb5c0fbcf, 0xec4d3b2f, 0xe9b5dba5, 0x8189dbbc,\n 0x3956c25b, 0xf348b538, 0x59f111f1, 0xb605d019,\n 0x923f82a4, 0xaf194f9b, 0xab1c5ed5, 0xda6d8118,\n 0xd807aa98, 0xa3030242, 0x12835b01, 0x45706fbe,\n 0x243185be, 0x4ee4b28c, 0x550c7dc3, 0xd5ffb4e2,\n 0x72be5d74, 0xf27b896f, 0x80deb1fe, 0x3b1696b1,\n 0x9bdc06a7, 0x25c71235, 0xc19bf174, 0xcf692694,\n 0xe49b69c1, 0x9ef14ad2, 0xefbe4786, 0x384f25e3,\n 0x0fc19dc6, 0x8b8cd5b5, 0x240ca1cc, 0x77ac9c65,\n 0x2de92c6f, 0x592b0275, 0x4a7484aa, 0x6ea6e483,\n 0x5cb0a9dc, 0xbd41fbd4, 0x76f988da, 0x831153b5,\n 0x983e5152, 0xee66dfab, 0xa831c66d, 0x2db43210,\n 0xb00327c8, 0x98fb213f, 0xbf597fc7, 0xbeef0ee4,\n 0xc6e00bf3, 0x3da88fc2, 0xd5a79147, 0x930aa725,\n 0x06ca6351, 0xe003826f, 0x14292967, 0x0a0e6e70,\n 0x27b70a85, 0x46d22ffc, 0x2e1b2138, 0x5c26c926,\n 0x4d2c6dfc, 0x5ac42aed, 0x53380d13, 0x9d95b3df,\n 0x650a7354, 0x8baf63de, 0x766a0abb, 0x3c77b2a8,\n 0x81c2c92e, 0x47edaee6, 0x92722c85, 0x1482353b,\n 0xa2bfe8a1, 0x4cf10364, 0xa81a664b, 0xbc423001,\n 0xc24b8b70, 0xd0f89791, 0xc76c51a3, 0x0654be30,\n 0xd192e819, 0xd6ef5218, 0xd6990624, 0x5565a910,\n 0xf40e3585, 0x5771202a, 0x106aa070, 0x32bbd1b8,\n 0x19a4c116, 0xb8d2d0c8, 0x1e376c08, 0x5141ab53,\n 0x2748774c, 0xdf8eeb99, 0x34b0bcb5, 0xe19b48a8,\n 0x391c0cb3, 0xc5c95a63, 0x4ed8aa4a, 0xe3418acb,\n 0x5b9cca4f, 0x7763e373, 0x682e6ff3, 0xd6b2b8a3,\n 0x748f82ee, 0x5defb2fc, 0x78a5636f, 0x43172f60,\n 0x84c87814, 0xa1f0ab72, 0x8cc70208, 0x1a6439ec,\n 0x90befffa, 0x23631e28, 0xa4506ceb, 0xde82bde9,\n 0xbef9a3f7, 0xb2c67915, 0xc67178f2, 0xe372532b,\n 0xca273ece, 0xea26619c, 0xd186b8c7, 0x21c0c207,\n 0xeada7dd6, 0xcde0eb1e, 0xf57d4f7f, 0xee6ed178,\n 0x06f067aa, 0x72176fba, 0x0a637dc5, 0xa2c898a6,\n 0x113f9804, 0xbef90dae, 0x1b710b35, 0x131c471b,\n 0x28db77f5, 0x23047d84, 0x32caab7b, 0x40c72493,\n 0x3c9ebe0a, 0x15c9bebc, 0x431d67c4, 0x9c100d4c,\n 0x4cc5d4be, 0xcb3e42b6, 0x597f299c, 0xfc657e2a,\n 0x5fcb6fab, 0x3ad6faec, 0x6c44198c, 0x4a475817\n]\n\nvar W = new Array(160)\n\nfunction Sha512 () {\n this.init()\n this._w = W\n\n Hash.call(this, 128, 112)\n}\n\ninherits(Sha512, Hash)\n\nSha512.prototype.init = function () {\n this._ah = 0x6a09e667\n this._bh = 0xbb67ae85\n this._ch = 0x3c6ef372\n this._dh = 0xa54ff53a\n this._eh = 0x510e527f\n this._fh = 0x9b05688c\n this._gh = 0x1f83d9ab\n this._hh = 0x5be0cd19\n\n this._al = 0xf3bcc908\n this._bl = 0x84caa73b\n this._cl = 0xfe94f82b\n this._dl = 0x5f1d36f1\n this._el = 0xade682d1\n this._fl = 0x2b3e6c1f\n this._gl = 0xfb41bd6b\n this._hl = 0x137e2179\n\n return this\n}\n\nfunction Ch (x, y, z) {\n return z ^ (x & (y ^ z))\n}\n\nfunction maj (x, y, z) {\n return (x & y) | (z & (x | y))\n}\n\nfunction sigma0 (x, xl) {\n return (x >>> 28 | xl << 4) ^ (xl >>> 2 | x << 30) ^ (xl >>> 7 | x << 25)\n}\n\nfunction sigma1 (x, xl) {\n return (x >>> 14 | xl << 18) ^ (x >>> 18 | xl << 14) ^ (xl >>> 9 | x << 23)\n}\n\nfunction Gamma0 (x, xl) {\n return (x >>> 1 | xl << 31) ^ (x >>> 8 | xl << 24) ^ (x >>> 7)\n}\n\nfunction Gamma0l (x, xl) {\n return (x >>> 1 | xl << 31) ^ (x >>> 8 | xl << 24) ^ (x >>> 7 | xl << 25)\n}\n\nfunction Gamma1 (x, xl) {\n return (x >>> 19 | xl << 13) ^ (xl >>> 29 | x << 3) ^ (x >>> 6)\n}\n\nfunction Gamma1l (x, xl) {\n return (x >>> 19 | xl << 13) ^ (xl >>> 29 | x << 3) ^ (x >>> 6 | xl << 26)\n}\n\nfunction getCarry (a, b) {\n return (a >>> 0) < (b >>> 0) ? 1 : 0\n}\n\nSha512.prototype._update = function (M) {\n var W = this._w\n\n var ah = this._ah | 0\n var bh = this._bh | 0\n var ch = this._ch | 0\n var dh = this._dh | 0\n var eh = this._eh | 0\n var fh = this._fh | 0\n var gh = this._gh | 0\n var hh = this._hh | 0\n\n var al = this._al | 0\n var bl = this._bl | 0\n var cl = this._cl | 0\n var dl = this._dl | 0\n var el = this._el | 0\n var fl = this._fl | 0\n var gl = this._gl | 0\n var hl = this._hl | 0\n\n for (var i = 0; i < 32; i += 2) {\n W[i] = M.readInt32BE(i * 4)\n W[i + 1] = M.readInt32BE(i * 4 + 4)\n }\n for (; i < 160; i += 2) {\n var xh = W[i - 15 * 2]\n var xl = W[i - 15 * 2 + 1]\n var gamma0 = Gamma0(xh, xl)\n var gamma0l = Gamma0l(xl, xh)\n\n xh = W[i - 2 * 2]\n xl = W[i - 2 * 2 + 1]\n var gamma1 = Gamma1(xh, xl)\n var gamma1l = Gamma1l(xl, xh)\n\n // W[i] = gamma0 + W[i - 7] + gamma1 + W[i - 16]\n var Wi7h = W[i - 7 * 2]\n var Wi7l = W[i - 7 * 2 + 1]\n\n var Wi16h = W[i - 16 * 2]\n var Wi16l = W[i - 16 * 2 + 1]\n\n var Wil = (gamma0l + Wi7l) | 0\n var Wih = (gamma0 + Wi7h + getCarry(Wil, gamma0l)) | 0\n Wil = (Wil + gamma1l) | 0\n Wih = (Wih + gamma1 + getCarry(Wil, gamma1l)) | 0\n Wil = (Wil + Wi16l) | 0\n Wih = (Wih + Wi16h + getCarry(Wil, Wi16l)) | 0\n\n W[i] = Wih\n W[i + 1] = Wil\n }\n\n for (var j = 0; j < 160; j += 2) {\n Wih = W[j]\n Wil = W[j + 1]\n\n var majh = maj(ah, bh, ch)\n var majl = maj(al, bl, cl)\n\n var sigma0h = sigma0(ah, al)\n var sigma0l = sigma0(al, ah)\n var sigma1h = sigma1(eh, el)\n var sigma1l = sigma1(el, eh)\n\n // t1 = h + sigma1 + ch + K[j] + W[j]\n var Kih = K[j]\n var Kil = K[j + 1]\n\n var chh = Ch(eh, fh, gh)\n var chl = Ch(el, fl, gl)\n\n var t1l = (hl + sigma1l) | 0\n var t1h = (hh + sigma1h + getCarry(t1l, hl)) | 0\n t1l = (t1l + chl) | 0\n t1h = (t1h + chh + getCarry(t1l, chl)) | 0\n t1l = (t1l + Kil) | 0\n t1h = (t1h + Kih + getCarry(t1l, Kil)) | 0\n t1l = (t1l + Wil) | 0\n t1h = (t1h + Wih + getCarry(t1l, Wil)) | 0\n\n // t2 = sigma0 + maj\n var t2l = (sigma0l + majl) | 0\n var t2h = (sigma0h + majh + getCarry(t2l, sigma0l)) | 0\n\n hh = gh\n hl = gl\n gh = fh\n gl = fl\n fh = eh\n fl = el\n el = (dl + t1l) | 0\n eh = (dh + t1h + getCarry(el, dl)) | 0\n dh = ch\n dl = cl\n ch = bh\n cl = bl\n bh = ah\n bl = al\n al = (t1l + t2l) | 0\n ah = (t1h + t2h + getCarry(al, t1l)) | 0\n }\n\n this._al = (this._al + al) | 0\n this._bl = (this._bl + bl) | 0\n this._cl = (this._cl + cl) | 0\n this._dl = (this._dl + dl) | 0\n this._el = (this._el + el) | 0\n this._fl = (this._fl + fl) | 0\n this._gl = (this._gl + gl) | 0\n this._hl = (this._hl + hl) | 0\n\n this._ah = (this._ah + ah + getCarry(this._al, al)) | 0\n this._bh = (this._bh + bh + getCarry(this._bl, bl)) | 0\n this._ch = (this._ch + ch + getCarry(this._cl, cl)) | 0\n this._dh = (this._dh + dh + getCarry(this._dl, dl)) | 0\n this._eh = (this._eh + eh + getCarry(this._el, el)) | 0\n this._fh = (this._fh + fh + getCarry(this._fl, fl)) | 0\n this._gh = (this._gh + gh + getCarry(this._gl, gl)) | 0\n this._hh = (this._hh + hh + getCarry(this._hl, hl)) | 0\n}\n\nSha512.prototype._hash = function () {\n var H = Buffer.allocUnsafe(64)\n\n function writeInt64BE (h, l, offset) {\n H.writeInt32BE(h, offset)\n H.writeInt32BE(l, offset + 4)\n }\n\n writeInt64BE(this._ah, this._al, 0)\n writeInt64BE(this._bh, this._bl, 8)\n writeInt64BE(this._ch, this._cl, 16)\n writeInt64BE(this._dh, this._dl, 24)\n writeInt64BE(this._eh, this._el, 32)\n writeInt64BE(this._fh, this._fl, 40)\n writeInt64BE(this._gh, this._gl, 48)\n writeInt64BE(this._hh, this._hl, 56)\n\n return H\n}\n\nmodule.exports = Sha512\n","var inherits = require('inherits')\nvar SHA512 = require('./sha512')\nvar Hash = require('./hash')\nvar Buffer = require('safe-buffer').Buffer\n\nvar W = new Array(160)\n\nfunction Sha384 () {\n this.init()\n this._w = W\n\n Hash.call(this, 128, 112)\n}\n\ninherits(Sha384, SHA512)\n\nSha384.prototype.init = function () {\n this._ah = 0xcbbb9d5d\n this._bh = 0x629a292a\n this._ch = 0x9159015a\n this._dh = 0x152fecd8\n this._eh = 0x67332667\n this._fh = 0x8eb44a87\n this._gh = 0xdb0c2e0d\n this._hh = 0x47b5481d\n\n this._al = 0xc1059ed8\n this._bl = 0x367cd507\n this._cl = 0x3070dd17\n this._dl = 0xf70e5939\n this._el = 0xffc00b31\n this._fl = 0x68581511\n this._gl = 0x64f98fa7\n this._hl = 0xbefa4fa4\n\n return this\n}\n\nSha384.prototype._hash = function () {\n var H = Buffer.allocUnsafe(48)\n\n function writeInt64BE (h, l, offset) {\n H.writeInt32BE(h, offset)\n H.writeInt32BE(l, offset + 4)\n }\n\n writeInt64BE(this._ah, this._al, 0)\n writeInt64BE(this._bh, this._bl, 8)\n writeInt64BE(this._ch, this._cl, 16)\n writeInt64BE(this._dh, this._dl, 24)\n writeInt64BE(this._eh, this._el, 32)\n writeInt64BE(this._fh, this._fl, 40)\n\n return H\n}\n\nmodule.exports = Sha384\n","var exports = module.exports = function SHA (algorithm) {\n algorithm = algorithm.toLowerCase()\n\n var Algorithm = exports[algorithm]\n if (!Algorithm) throw new Error(algorithm + ' is not supported (we accept pull requests)')\n\n return new Algorithm()\n}\n\nexports.sha = require('./sha')\nexports.sha1 = require('./sha1')\nexports.sha224 = require('./sha224')\nexports.sha256 = require('./sha256')\nexports.sha384 = require('./sha384')\nexports.sha512 = require('./sha512')\n","'use strict';\n\nif (typeof process === 'undefined' ||\n !process.version ||\n process.version.indexOf('v0.') === 0 ||\n process.version.indexOf('v1.') === 0 && process.version.indexOf('v1.8.') !== 0) {\n module.exports = { nextTick: nextTick };\n} else {\n module.exports = process\n}\n\nfunction nextTick(fn, arg1, arg2, arg3) {\n if (typeof fn !== 'function') {\n throw new TypeError('\"callback\" argument must be a function');\n }\n var len = arguments.length;\n var args, i;\n switch (len) {\n case 0:\n case 1:\n return process.nextTick(fn);\n case 2:\n return process.nextTick(function afterTickOne() {\n fn.call(null, arg1);\n });\n case 3:\n return process.nextTick(function afterTickTwo() {\n fn.call(null, arg1, arg2);\n });\n case 4:\n return process.nextTick(function afterTickThree() {\n fn.call(null, arg1, arg2, arg3);\n });\n default:\n args = new Array(len - 1);\n i = 0;\n while (i < args.length) {\n args[i++] = arguments[i];\n }\n return process.nextTick(function afterTick() {\n fn.apply(null, args);\n });\n }\n}\n\n","module.exports = require('events').EventEmitter;\n","/* eslint-disable node/no-deprecated-api */\nvar buffer = require('buffer')\nvar Buffer = buffer.Buffer\n\n// alternative to using Object.keys for old browsers\nfunction copyProps (src, dst) {\n for (var key in src) {\n dst[key] = src[key]\n }\n}\nif (Buffer.from && Buffer.alloc && Buffer.allocUnsafe && Buffer.allocUnsafeSlow) {\n module.exports = buffer\n} else {\n // Copy properties from require('buffer')\n copyProps(buffer, exports)\n exports.Buffer = SafeBuffer\n}\n\nfunction SafeBuffer (arg, encodingOrOffset, length) {\n return Buffer(arg, encodingOrOffset, length)\n}\n\n// Copy static methods from Buffer\ncopyProps(Buffer, SafeBuffer)\n\nSafeBuffer.from = function (arg, encodingOrOffset, length) {\n if (typeof arg === 'number') {\n throw new TypeError('Argument must not be a number')\n }\n return Buffer(arg, encodingOrOffset, length)\n}\n\nSafeBuffer.alloc = function (size, fill, encoding) {\n if (typeof size !== 'number') {\n throw new TypeError('Argument must be a number')\n }\n var buf = Buffer(size)\n if (fill !== undefined) {\n if (typeof encoding === 'string') {\n buf.fill(fill, encoding)\n } else {\n buf.fill(fill)\n }\n } else {\n buf.fill(0)\n }\n return buf\n}\n\nSafeBuffer.allocUnsafe = function (size) {\n if (typeof size !== 'number') {\n throw new TypeError('Argument must be a number')\n }\n return Buffer(size)\n}\n\nSafeBuffer.allocUnsafeSlow = function (size) {\n if (typeof size !== 'number') {\n throw new TypeError('Argument must be a number')\n }\n return buffer.SlowBuffer(size)\n}\n","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n// NOTE: These type checking functions intentionally don't use `instanceof`\n// because it is fragile and can be easily faked with `Object.create()`.\n\nfunction isArray(arg) {\n if (Array.isArray) {\n return Array.isArray(arg);\n }\n return objectToString(arg) === '[object Array]';\n}\nexports.isArray = isArray;\n\nfunction isBoolean(arg) {\n return typeof arg === 'boolean';\n}\nexports.isBoolean = isBoolean;\n\nfunction isNull(arg) {\n return arg === null;\n}\nexports.isNull = isNull;\n\nfunction isNullOrUndefined(arg) {\n return arg == null;\n}\nexports.isNullOrUndefined = isNullOrUndefined;\n\nfunction isNumber(arg) {\n return typeof arg === 'number';\n}\nexports.isNumber = isNumber;\n\nfunction isString(arg) {\n return typeof arg === 'string';\n}\nexports.isString = isString;\n\nfunction isSymbol(arg) {\n return typeof arg === 'symbol';\n}\nexports.isSymbol = isSymbol;\n\nfunction isUndefined(arg) {\n return arg === void 0;\n}\nexports.isUndefined = isUndefined;\n\nfunction isRegExp(re) {\n return objectToString(re) === '[object RegExp]';\n}\nexports.isRegExp = isRegExp;\n\nfunction isObject(arg) {\n return typeof arg === 'object' && arg !== null;\n}\nexports.isObject = isObject;\n\nfunction isDate(d) {\n return objectToString(d) === '[object Date]';\n}\nexports.isDate = isDate;\n\nfunction isError(e) {\n return (objectToString(e) === '[object Error]' || e instanceof Error);\n}\nexports.isError = isError;\n\nfunction isFunction(arg) {\n return typeof arg === 'function';\n}\nexports.isFunction = isFunction;\n\nfunction isPrimitive(arg) {\n return arg === null ||\n typeof arg === 'boolean' ||\n typeof arg === 'number' ||\n typeof arg === 'string' ||\n typeof arg === 'symbol' || // ES6 symbol\n typeof arg === 'undefined';\n}\nexports.isPrimitive = isPrimitive;\n\nexports.isBuffer = Buffer.isBuffer;\n\nfunction objectToString(o) {\n return Object.prototype.toString.call(o);\n}\n","'use strict';\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nvar Buffer = require('safe-buffer').Buffer;\nvar util = require('util');\n\nfunction copyBuffer(src, target, offset) {\n src.copy(target, offset);\n}\n\nmodule.exports = function () {\n function BufferList() {\n _classCallCheck(this, BufferList);\n\n this.head = null;\n this.tail = null;\n this.length = 0;\n }\n\n BufferList.prototype.push = function push(v) {\n var entry = { data: v, next: null };\n if (this.length > 0) this.tail.next = entry;else this.head = entry;\n this.tail = entry;\n ++this.length;\n };\n\n BufferList.prototype.unshift = function unshift(v) {\n var entry = { data: v, next: this.head };\n if (this.length === 0) this.tail = entry;\n this.head = entry;\n ++this.length;\n };\n\n BufferList.prototype.shift = function shift() {\n if (this.length === 0) return;\n var ret = this.head.data;\n if (this.length === 1) this.head = this.tail = null;else this.head = this.head.next;\n --this.length;\n return ret;\n };\n\n BufferList.prototype.clear = function clear() {\n this.head = this.tail = null;\n this.length = 0;\n };\n\n BufferList.prototype.join = function join(s) {\n if (this.length === 0) return '';\n var p = this.head;\n var ret = '' + p.data;\n while (p = p.next) {\n ret += s + p.data;\n }return ret;\n };\n\n BufferList.prototype.concat = function concat(n) {\n if (this.length === 0) return Buffer.alloc(0);\n if (this.length === 1) return this.head.data;\n var ret = Buffer.allocUnsafe(n >>> 0);\n var p = this.head;\n var i = 0;\n while (p) {\n copyBuffer(p.data, ret, i);\n i += p.data.length;\n p = p.next;\n }\n return ret;\n };\n\n return BufferList;\n}();\n\nif (util && util.inspect && util.inspect.custom) {\n module.exports.prototype[util.inspect.custom] = function () {\n var obj = util.inspect({ length: this.length });\n return this.constructor.name + ' ' + obj;\n };\n}","'use strict';\n\n/**/\n\nvar pna = require('process-nextick-args');\n/**/\n\n// undocumented cb() API, needed for core, not for public API\nfunction destroy(err, cb) {\n var _this = this;\n\n var readableDestroyed = this._readableState && this._readableState.destroyed;\n var writableDestroyed = this._writableState && this._writableState.destroyed;\n\n if (readableDestroyed || writableDestroyed) {\n if (cb) {\n cb(err);\n } else if (err && (!this._writableState || !this._writableState.errorEmitted)) {\n pna.nextTick(emitErrorNT, this, err);\n }\n return this;\n }\n\n // we set destroyed to true before firing error callbacks in order\n // to make it re-entrance safe in case destroy() is called within callbacks\n\n if (this._readableState) {\n this._readableState.destroyed = true;\n }\n\n // if this is a duplex stream mark the writable part as destroyed as well\n if (this._writableState) {\n this._writableState.destroyed = true;\n }\n\n this._destroy(err || null, function (err) {\n if (!cb && err) {\n pna.nextTick(emitErrorNT, _this, err);\n if (_this._writableState) {\n _this._writableState.errorEmitted = true;\n }\n } else if (cb) {\n cb(err);\n }\n });\n\n return this;\n}\n\nfunction undestroy() {\n if (this._readableState) {\n this._readableState.destroyed = false;\n this._readableState.reading = false;\n this._readableState.ended = false;\n this._readableState.endEmitted = false;\n }\n\n if (this._writableState) {\n this._writableState.destroyed = false;\n this._writableState.ended = false;\n this._writableState.ending = false;\n this._writableState.finished = false;\n this._writableState.errorEmitted = false;\n }\n}\n\nfunction emitErrorNT(self, err) {\n self.emit('error', err);\n}\n\nmodule.exports = {\n destroy: destroy,\n undestroy: undestroy\n};","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n// A bit simpler than readable streams.\n// Implement an async ._write(chunk, encoding, cb), and it'll handle all\n// the drain event emission and buffering.\n\n'use strict';\n\n/**/\n\nvar pna = require('process-nextick-args');\n/**/\n\nmodule.exports = Writable;\n\n/* */\nfunction WriteReq(chunk, encoding, cb) {\n this.chunk = chunk;\n this.encoding = encoding;\n this.callback = cb;\n this.next = null;\n}\n\n// It seems a linked list but it is not\n// there will be only 2 of these for each stream\nfunction CorkedRequest(state) {\n var _this = this;\n\n this.next = null;\n this.entry = null;\n this.finish = function () {\n onCorkedFinish(_this, state);\n };\n}\n/* */\n\n/**/\nvar asyncWrite = !process.browser && ['v0.10', 'v0.9.'].indexOf(process.version.slice(0, 5)) > -1 ? setImmediate : pna.nextTick;\n/**/\n\n/**/\nvar Duplex;\n/**/\n\nWritable.WritableState = WritableState;\n\n/**/\nvar util = Object.create(require('core-util-is'));\nutil.inherits = require('inherits');\n/**/\n\n/**/\nvar internalUtil = {\n deprecate: require('util-deprecate')\n};\n/**/\n\n/**/\nvar Stream = require('./internal/streams/stream');\n/**/\n\n/**/\n\nvar Buffer = require('safe-buffer').Buffer;\nvar OurUint8Array = global.Uint8Array || function () {};\nfunction _uint8ArrayToBuffer(chunk) {\n return Buffer.from(chunk);\n}\nfunction _isUint8Array(obj) {\n return Buffer.isBuffer(obj) || obj instanceof OurUint8Array;\n}\n\n/**/\n\nvar destroyImpl = require('./internal/streams/destroy');\n\nutil.inherits(Writable, Stream);\n\nfunction nop() {}\n\nfunction WritableState(options, stream) {\n Duplex = Duplex || require('./_stream_duplex');\n\n options = options || {};\n\n // Duplex streams are both readable and writable, but share\n // the same options object.\n // However, some cases require setting options to different\n // values for the readable and the writable sides of the duplex stream.\n // These options can be provided separately as readableXXX and writableXXX.\n var isDuplex = stream instanceof Duplex;\n\n // object stream flag to indicate whether or not this stream\n // contains buffers or objects.\n this.objectMode = !!options.objectMode;\n\n if (isDuplex) this.objectMode = this.objectMode || !!options.writableObjectMode;\n\n // the point at which write() starts returning false\n // Note: 0 is a valid value, means that we always return false if\n // the entire buffer is not flushed immediately on write()\n var hwm = options.highWaterMark;\n var writableHwm = options.writableHighWaterMark;\n var defaultHwm = this.objectMode ? 16 : 16 * 1024;\n\n if (hwm || hwm === 0) this.highWaterMark = hwm;else if (isDuplex && (writableHwm || writableHwm === 0)) this.highWaterMark = writableHwm;else this.highWaterMark = defaultHwm;\n\n // cast to ints.\n this.highWaterMark = Math.floor(this.highWaterMark);\n\n // if _final has been called\n this.finalCalled = false;\n\n // drain event flag.\n this.needDrain = false;\n // at the start of calling end()\n this.ending = false;\n // when end() has been called, and returned\n this.ended = false;\n // when 'finish' is emitted\n this.finished = false;\n\n // has it been destroyed\n this.destroyed = false;\n\n // should we decode strings into buffers before passing to _write?\n // this is here so that some node-core streams can optimize string\n // handling at a lower level.\n var noDecode = options.decodeStrings === false;\n this.decodeStrings = !noDecode;\n\n // Crypto is kind of old and crusty. Historically, its default string\n // encoding is 'binary' so we have to make this configurable.\n // Everything else in the universe uses 'utf8', though.\n this.defaultEncoding = options.defaultEncoding || 'utf8';\n\n // not an actual buffer we keep track of, but a measurement\n // of how much we're waiting to get pushed to some underlying\n // socket or file.\n this.length = 0;\n\n // a flag to see when we're in the middle of a write.\n this.writing = false;\n\n // when true all writes will be buffered until .uncork() call\n this.corked = 0;\n\n // a flag to be able to tell if the onwrite cb is called immediately,\n // or on a later tick. We set this to true at first, because any\n // actions that shouldn't happen until \"later\" should generally also\n // not happen before the first write call.\n this.sync = true;\n\n // a flag to know if we're processing previously buffered items, which\n // may call the _write() callback in the same tick, so that we don't\n // end up in an overlapped onwrite situation.\n this.bufferProcessing = false;\n\n // the callback that's passed to _write(chunk,cb)\n this.onwrite = function (er) {\n onwrite(stream, er);\n };\n\n // the callback that the user supplies to write(chunk,encoding,cb)\n this.writecb = null;\n\n // the amount that is being written when _write is called.\n this.writelen = 0;\n\n this.bufferedRequest = null;\n this.lastBufferedRequest = null;\n\n // number of pending user-supplied write callbacks\n // this must be 0 before 'finish' can be emitted\n this.pendingcb = 0;\n\n // emit prefinish if the only thing we're waiting for is _write cbs\n // This is relevant for synchronous Transform streams\n this.prefinished = false;\n\n // True if the error was already emitted and should not be thrown again\n this.errorEmitted = false;\n\n // count buffered requests\n this.bufferedRequestCount = 0;\n\n // allocate the first CorkedRequest, there is always\n // one allocated and free to use, and we maintain at most two\n this.corkedRequestsFree = new CorkedRequest(this);\n}\n\nWritableState.prototype.getBuffer = function getBuffer() {\n var current = this.bufferedRequest;\n var out = [];\n while (current) {\n out.push(current);\n current = current.next;\n }\n return out;\n};\n\n(function () {\n try {\n Object.defineProperty(WritableState.prototype, 'buffer', {\n get: internalUtil.deprecate(function () {\n return this.getBuffer();\n }, '_writableState.buffer is deprecated. Use _writableState.getBuffer ' + 'instead.', 'DEP0003')\n });\n } catch (_) {}\n})();\n\n// Test _writableState for inheritance to account for Duplex streams,\n// whose prototype chain only points to Readable.\nvar realHasInstance;\nif (typeof Symbol === 'function' && Symbol.hasInstance && typeof Function.prototype[Symbol.hasInstance] === 'function') {\n realHasInstance = Function.prototype[Symbol.hasInstance];\n Object.defineProperty(Writable, Symbol.hasInstance, {\n value: function (object) {\n if (realHasInstance.call(this, object)) return true;\n if (this !== Writable) return false;\n\n return object && object._writableState instanceof WritableState;\n }\n });\n} else {\n realHasInstance = function (object) {\n return object instanceof this;\n };\n}\n\nfunction Writable(options) {\n Duplex = Duplex || require('./_stream_duplex');\n\n // Writable ctor is applied to Duplexes, too.\n // `realHasInstance` is necessary because using plain `instanceof`\n // would return false, as no `_writableState` property is attached.\n\n // Trying to use the custom `instanceof` for Writable here will also break the\n // Node.js LazyTransform implementation, which has a non-trivial getter for\n // `_writableState` that would lead to infinite recursion.\n if (!realHasInstance.call(Writable, this) && !(this instanceof Duplex)) {\n return new Writable(options);\n }\n\n this._writableState = new WritableState(options, this);\n\n // legacy.\n this.writable = true;\n\n if (options) {\n if (typeof options.write === 'function') this._write = options.write;\n\n if (typeof options.writev === 'function') this._writev = options.writev;\n\n if (typeof options.destroy === 'function') this._destroy = options.destroy;\n\n if (typeof options.final === 'function') this._final = options.final;\n }\n\n Stream.call(this);\n}\n\n// Otherwise people can pipe Writable streams, which is just wrong.\nWritable.prototype.pipe = function () {\n this.emit('error', new Error('Cannot pipe, not readable'));\n};\n\nfunction writeAfterEnd(stream, cb) {\n var er = new Error('write after end');\n // TODO: defer error events consistently everywhere, not just the cb\n stream.emit('error', er);\n pna.nextTick(cb, er);\n}\n\n// Checks that a user-supplied chunk is valid, especially for the particular\n// mode the stream is in. Currently this means that `null` is never accepted\n// and undefined/non-string values are only allowed in object mode.\nfunction validChunk(stream, state, chunk, cb) {\n var valid = true;\n var er = false;\n\n if (chunk === null) {\n er = new TypeError('May not write null values to stream');\n } else if (typeof chunk !== 'string' && chunk !== undefined && !state.objectMode) {\n er = new TypeError('Invalid non-string/buffer chunk');\n }\n if (er) {\n stream.emit('error', er);\n pna.nextTick(cb, er);\n valid = false;\n }\n return valid;\n}\n\nWritable.prototype.write = function (chunk, encoding, cb) {\n var state = this._writableState;\n var ret = false;\n var isBuf = !state.objectMode && _isUint8Array(chunk);\n\n if (isBuf && !Buffer.isBuffer(chunk)) {\n chunk = _uint8ArrayToBuffer(chunk);\n }\n\n if (typeof encoding === 'function') {\n cb = encoding;\n encoding = null;\n }\n\n if (isBuf) encoding = 'buffer';else if (!encoding) encoding = state.defaultEncoding;\n\n if (typeof cb !== 'function') cb = nop;\n\n if (state.ended) writeAfterEnd(this, cb);else if (isBuf || validChunk(this, state, chunk, cb)) {\n state.pendingcb++;\n ret = writeOrBuffer(this, state, isBuf, chunk, encoding, cb);\n }\n\n return ret;\n};\n\nWritable.prototype.cork = function () {\n var state = this._writableState;\n\n state.corked++;\n};\n\nWritable.prototype.uncork = function () {\n var state = this._writableState;\n\n if (state.corked) {\n state.corked--;\n\n if (!state.writing && !state.corked && !state.finished && !state.bufferProcessing && state.bufferedRequest) clearBuffer(this, state);\n }\n};\n\nWritable.prototype.setDefaultEncoding = function setDefaultEncoding(encoding) {\n // node::ParseEncoding() requires lower case.\n if (typeof encoding === 'string') encoding = encoding.toLowerCase();\n if (!(['hex', 'utf8', 'utf-8', 'ascii', 'binary', 'base64', 'ucs2', 'ucs-2', 'utf16le', 'utf-16le', 'raw'].indexOf((encoding + '').toLowerCase()) > -1)) throw new TypeError('Unknown encoding: ' + encoding);\n this._writableState.defaultEncoding = encoding;\n return this;\n};\n\nfunction decodeChunk(state, chunk, encoding) {\n if (!state.objectMode && state.decodeStrings !== false && typeof chunk === 'string') {\n chunk = Buffer.from(chunk, encoding);\n }\n return chunk;\n}\n\nObject.defineProperty(Writable.prototype, 'writableHighWaterMark', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function () {\n return this._writableState.highWaterMark;\n }\n});\n\n// if we're already writing something, then just put this\n// in the queue, and wait our turn. Otherwise, call _write\n// If we return false, then we need a drain event, so set that flag.\nfunction writeOrBuffer(stream, state, isBuf, chunk, encoding, cb) {\n if (!isBuf) {\n var newChunk = decodeChunk(state, chunk, encoding);\n if (chunk !== newChunk) {\n isBuf = true;\n encoding = 'buffer';\n chunk = newChunk;\n }\n }\n var len = state.objectMode ? 1 : chunk.length;\n\n state.length += len;\n\n var ret = state.length < state.highWaterMark;\n // we must ensure that previous needDrain will not be reset to false.\n if (!ret) state.needDrain = true;\n\n if (state.writing || state.corked) {\n var last = state.lastBufferedRequest;\n state.lastBufferedRequest = {\n chunk: chunk,\n encoding: encoding,\n isBuf: isBuf,\n callback: cb,\n next: null\n };\n if (last) {\n last.next = state.lastBufferedRequest;\n } else {\n state.bufferedRequest = state.lastBufferedRequest;\n }\n state.bufferedRequestCount += 1;\n } else {\n doWrite(stream, state, false, len, chunk, encoding, cb);\n }\n\n return ret;\n}\n\nfunction doWrite(stream, state, writev, len, chunk, encoding, cb) {\n state.writelen = len;\n state.writecb = cb;\n state.writing = true;\n state.sync = true;\n if (writev) stream._writev(chunk, state.onwrite);else stream._write(chunk, encoding, state.onwrite);\n state.sync = false;\n}\n\nfunction onwriteError(stream, state, sync, er, cb) {\n --state.pendingcb;\n\n if (sync) {\n // defer the callback if we are being called synchronously\n // to avoid piling up things on the stack\n pna.nextTick(cb, er);\n // this can emit finish, and it will always happen\n // after error\n pna.nextTick(finishMaybe, stream, state);\n stream._writableState.errorEmitted = true;\n stream.emit('error', er);\n } else {\n // the caller expect this to happen before if\n // it is async\n cb(er);\n stream._writableState.errorEmitted = true;\n stream.emit('error', er);\n // this can emit finish, but finish must\n // always follow error\n finishMaybe(stream, state);\n }\n}\n\nfunction onwriteStateUpdate(state) {\n state.writing = false;\n state.writecb = null;\n state.length -= state.writelen;\n state.writelen = 0;\n}\n\nfunction onwrite(stream, er) {\n var state = stream._writableState;\n var sync = state.sync;\n var cb = state.writecb;\n\n onwriteStateUpdate(state);\n\n if (er) onwriteError(stream, state, sync, er, cb);else {\n // Check if we're actually ready to finish, but don't emit yet\n var finished = needFinish(state);\n\n if (!finished && !state.corked && !state.bufferProcessing && state.bufferedRequest) {\n clearBuffer(stream, state);\n }\n\n if (sync) {\n /**/\n asyncWrite(afterWrite, stream, state, finished, cb);\n /**/\n } else {\n afterWrite(stream, state, finished, cb);\n }\n }\n}\n\nfunction afterWrite(stream, state, finished, cb) {\n if (!finished) onwriteDrain(stream, state);\n state.pendingcb--;\n cb();\n finishMaybe(stream, state);\n}\n\n// Must force callback to be called on nextTick, so that we don't\n// emit 'drain' before the write() consumer gets the 'false' return\n// value, and has a chance to attach a 'drain' listener.\nfunction onwriteDrain(stream, state) {\n if (state.length === 0 && state.needDrain) {\n state.needDrain = false;\n stream.emit('drain');\n }\n}\n\n// if there's something in the buffer waiting, then process it\nfunction clearBuffer(stream, state) {\n state.bufferProcessing = true;\n var entry = state.bufferedRequest;\n\n if (stream._writev && entry && entry.next) {\n // Fast case, write everything using _writev()\n var l = state.bufferedRequestCount;\n var buffer = new Array(l);\n var holder = state.corkedRequestsFree;\n holder.entry = entry;\n\n var count = 0;\n var allBuffers = true;\n while (entry) {\n buffer[count] = entry;\n if (!entry.isBuf) allBuffers = false;\n entry = entry.next;\n count += 1;\n }\n buffer.allBuffers = allBuffers;\n\n doWrite(stream, state, true, state.length, buffer, '', holder.finish);\n\n // doWrite is almost always async, defer these to save a bit of time\n // as the hot path ends with doWrite\n state.pendingcb++;\n state.lastBufferedRequest = null;\n if (holder.next) {\n state.corkedRequestsFree = holder.next;\n holder.next = null;\n } else {\n state.corkedRequestsFree = new CorkedRequest(state);\n }\n state.bufferedRequestCount = 0;\n } else {\n // Slow case, write chunks one-by-one\n while (entry) {\n var chunk = entry.chunk;\n var encoding = entry.encoding;\n var cb = entry.callback;\n var len = state.objectMode ? 1 : chunk.length;\n\n doWrite(stream, state, false, len, chunk, encoding, cb);\n entry = entry.next;\n state.bufferedRequestCount--;\n // if we didn't call the onwrite immediately, then\n // it means that we need to wait until it does.\n // also, that means that the chunk and cb are currently\n // being processed, so move the buffer counter past them.\n if (state.writing) {\n break;\n }\n }\n\n if (entry === null) state.lastBufferedRequest = null;\n }\n\n state.bufferedRequest = entry;\n state.bufferProcessing = false;\n}\n\nWritable.prototype._write = function (chunk, encoding, cb) {\n cb(new Error('_write() is not implemented'));\n};\n\nWritable.prototype._writev = null;\n\nWritable.prototype.end = function (chunk, encoding, cb) {\n var state = this._writableState;\n\n if (typeof chunk === 'function') {\n cb = chunk;\n chunk = null;\n encoding = null;\n } else if (typeof encoding === 'function') {\n cb = encoding;\n encoding = null;\n }\n\n if (chunk !== null && chunk !== undefined) this.write(chunk, encoding);\n\n // .end() fully uncorks\n if (state.corked) {\n state.corked = 1;\n this.uncork();\n }\n\n // ignore unnecessary end() calls.\n if (!state.ending && !state.finished) endWritable(this, state, cb);\n};\n\nfunction needFinish(state) {\n return state.ending && state.length === 0 && state.bufferedRequest === null && !state.finished && !state.writing;\n}\nfunction callFinal(stream, state) {\n stream._final(function (err) {\n state.pendingcb--;\n if (err) {\n stream.emit('error', err);\n }\n state.prefinished = true;\n stream.emit('prefinish');\n finishMaybe(stream, state);\n });\n}\nfunction prefinish(stream, state) {\n if (!state.prefinished && !state.finalCalled) {\n if (typeof stream._final === 'function') {\n state.pendingcb++;\n state.finalCalled = true;\n pna.nextTick(callFinal, stream, state);\n } else {\n state.prefinished = true;\n stream.emit('prefinish');\n }\n }\n}\n\nfunction finishMaybe(stream, state) {\n var need = needFinish(state);\n if (need) {\n prefinish(stream, state);\n if (state.pendingcb === 0) {\n state.finished = true;\n stream.emit('finish');\n }\n }\n return need;\n}\n\nfunction endWritable(stream, state, cb) {\n state.ending = true;\n finishMaybe(stream, state);\n if (cb) {\n if (state.finished) pna.nextTick(cb);else stream.once('finish', cb);\n }\n state.ended = true;\n stream.writable = false;\n}\n\nfunction onCorkedFinish(corkReq, state, err) {\n var entry = corkReq.entry;\n corkReq.entry = null;\n while (entry) {\n var cb = entry.callback;\n state.pendingcb--;\n cb(err);\n entry = entry.next;\n }\n if (state.corkedRequestsFree) {\n state.corkedRequestsFree.next = corkReq;\n } else {\n state.corkedRequestsFree = corkReq;\n }\n}\n\nObject.defineProperty(Writable.prototype, 'destroyed', {\n get: function () {\n if (this._writableState === undefined) {\n return false;\n }\n return this._writableState.destroyed;\n },\n set: function (value) {\n // we ignore the value if the stream\n // has not been initialized yet\n if (!this._writableState) {\n return;\n }\n\n // backward compatibility, the user is explicitly\n // managing destroyed\n this._writableState.destroyed = value;\n }\n});\n\nWritable.prototype.destroy = destroyImpl.destroy;\nWritable.prototype._undestroy = destroyImpl.undestroy;\nWritable.prototype._destroy = function (err, cb) {\n this.end();\n cb(err);\n};","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n// a duplex stream is just a stream that is both readable and writable.\n// Since JS doesn't have multiple prototypal inheritance, this class\n// prototypally inherits from Readable, and then parasitically from\n// Writable.\n\n'use strict';\n\n/**/\n\nvar pna = require('process-nextick-args');\n/**/\n\n/**/\nvar objectKeys = Object.keys || function (obj) {\n var keys = [];\n for (var key in obj) {\n keys.push(key);\n }return keys;\n};\n/**/\n\nmodule.exports = Duplex;\n\n/**/\nvar util = Object.create(require('core-util-is'));\nutil.inherits = require('inherits');\n/**/\n\nvar Readable = require('./_stream_readable');\nvar Writable = require('./_stream_writable');\n\nutil.inherits(Duplex, Readable);\n\n{\n // avoid scope creep, the keys array can then be collected\n var keys = objectKeys(Writable.prototype);\n for (var v = 0; v < keys.length; v++) {\n var method = keys[v];\n if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method];\n }\n}\n\nfunction Duplex(options) {\n if (!(this instanceof Duplex)) return new Duplex(options);\n\n Readable.call(this, options);\n Writable.call(this, options);\n\n if (options && options.readable === false) this.readable = false;\n\n if (options && options.writable === false) this.writable = false;\n\n this.allowHalfOpen = true;\n if (options && options.allowHalfOpen === false) this.allowHalfOpen = false;\n\n this.once('end', onend);\n}\n\nObject.defineProperty(Duplex.prototype, 'writableHighWaterMark', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function () {\n return this._writableState.highWaterMark;\n }\n});\n\n// the no-half-open enforcer\nfunction onend() {\n // if we allow half-open state, or if the writable side ended,\n // then we're ok.\n if (this.allowHalfOpen || this._writableState.ended) return;\n\n // no more data can be written.\n // But allow more writes to happen in this tick.\n pna.nextTick(onEndNT, this);\n}\n\nfunction onEndNT(self) {\n self.end();\n}\n\nObject.defineProperty(Duplex.prototype, 'destroyed', {\n get: function () {\n if (this._readableState === undefined || this._writableState === undefined) {\n return false;\n }\n return this._readableState.destroyed && this._writableState.destroyed;\n },\n set: function (value) {\n // we ignore the value if the stream\n // has not been initialized yet\n if (this._readableState === undefined || this._writableState === undefined) {\n return;\n }\n\n // backward compatibility, the user is explicitly\n // managing destroyed\n this._readableState.destroyed = value;\n this._writableState.destroyed = value;\n }\n});\n\nDuplex.prototype._destroy = function (err, cb) {\n this.push(null);\n this.end();\n\n pna.nextTick(cb, err);\n};","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n'use strict';\n\n/**/\n\nvar Buffer = require('safe-buffer').Buffer;\n/**/\n\nvar isEncoding = Buffer.isEncoding || function (encoding) {\n encoding = '' + encoding;\n switch (encoding && encoding.toLowerCase()) {\n case 'hex':case 'utf8':case 'utf-8':case 'ascii':case 'binary':case 'base64':case 'ucs2':case 'ucs-2':case 'utf16le':case 'utf-16le':case 'raw':\n return true;\n default:\n return false;\n }\n};\n\nfunction _normalizeEncoding(enc) {\n if (!enc) return 'utf8';\n var retried;\n while (true) {\n switch (enc) {\n case 'utf8':\n case 'utf-8':\n return 'utf8';\n case 'ucs2':\n case 'ucs-2':\n case 'utf16le':\n case 'utf-16le':\n return 'utf16le';\n case 'latin1':\n case 'binary':\n return 'latin1';\n case 'base64':\n case 'ascii':\n case 'hex':\n return enc;\n default:\n if (retried) return; // undefined\n enc = ('' + enc).toLowerCase();\n retried = true;\n }\n }\n};\n\n// Do not cache `Buffer.isEncoding` when checking encoding names as some\n// modules monkey-patch it to support additional encodings\nfunction normalizeEncoding(enc) {\n var nenc = _normalizeEncoding(enc);\n if (typeof nenc !== 'string' && (Buffer.isEncoding === isEncoding || !isEncoding(enc))) throw new Error('Unknown encoding: ' + enc);\n return nenc || enc;\n}\n\n// StringDecoder provides an interface for efficiently splitting a series of\n// buffers into a series of JS strings without breaking apart multi-byte\n// characters.\nexports.StringDecoder = StringDecoder;\nfunction StringDecoder(encoding) {\n this.encoding = normalizeEncoding(encoding);\n var nb;\n switch (this.encoding) {\n case 'utf16le':\n this.text = utf16Text;\n this.end = utf16End;\n nb = 4;\n break;\n case 'utf8':\n this.fillLast = utf8FillLast;\n nb = 4;\n break;\n case 'base64':\n this.text = base64Text;\n this.end = base64End;\n nb = 3;\n break;\n default:\n this.write = simpleWrite;\n this.end = simpleEnd;\n return;\n }\n this.lastNeed = 0;\n this.lastTotal = 0;\n this.lastChar = Buffer.allocUnsafe(nb);\n}\n\nStringDecoder.prototype.write = function (buf) {\n if (buf.length === 0) return '';\n var r;\n var i;\n if (this.lastNeed) {\n r = this.fillLast(buf);\n if (r === undefined) return '';\n i = this.lastNeed;\n this.lastNeed = 0;\n } else {\n i = 0;\n }\n if (i < buf.length) return r ? r + this.text(buf, i) : this.text(buf, i);\n return r || '';\n};\n\nStringDecoder.prototype.end = utf8End;\n\n// Returns only complete characters in a Buffer\nStringDecoder.prototype.text = utf8Text;\n\n// Attempts to complete a partial non-UTF-8 character using bytes from a Buffer\nStringDecoder.prototype.fillLast = function (buf) {\n if (this.lastNeed <= buf.length) {\n buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, this.lastNeed);\n return this.lastChar.toString(this.encoding, 0, this.lastTotal);\n }\n buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, buf.length);\n this.lastNeed -= buf.length;\n};\n\n// Checks the type of a UTF-8 byte, whether it's ASCII, a leading byte, or a\n// continuation byte. If an invalid byte is detected, -2 is returned.\nfunction utf8CheckByte(byte) {\n if (byte <= 0x7F) return 0;else if (byte >> 5 === 0x06) return 2;else if (byte >> 4 === 0x0E) return 3;else if (byte >> 3 === 0x1E) return 4;\n return byte >> 6 === 0x02 ? -1 : -2;\n}\n\n// Checks at most 3 bytes at the end of a Buffer in order to detect an\n// incomplete multi-byte UTF-8 character. The total number of bytes (2, 3, or 4)\n// needed to complete the UTF-8 character (if applicable) are returned.\nfunction utf8CheckIncomplete(self, buf, i) {\n var j = buf.length - 1;\n if (j < i) return 0;\n var nb = utf8CheckByte(buf[j]);\n if (nb >= 0) {\n if (nb > 0) self.lastNeed = nb - 1;\n return nb;\n }\n if (--j < i || nb === -2) return 0;\n nb = utf8CheckByte(buf[j]);\n if (nb >= 0) {\n if (nb > 0) self.lastNeed = nb - 2;\n return nb;\n }\n if (--j < i || nb === -2) return 0;\n nb = utf8CheckByte(buf[j]);\n if (nb >= 0) {\n if (nb > 0) {\n if (nb === 2) nb = 0;else self.lastNeed = nb - 3;\n }\n return nb;\n }\n return 0;\n}\n\n// Validates as many continuation bytes for a multi-byte UTF-8 character as\n// needed or are available. If we see a non-continuation byte where we expect\n// one, we \"replace\" the validated continuation bytes we've seen so far with\n// a single UTF-8 replacement character ('\\ufffd'), to match v8's UTF-8 decoding\n// behavior. The continuation byte check is included three times in the case\n// where all of the continuation bytes for a character exist in the same buffer.\n// It is also done this way as a slight performance increase instead of using a\n// loop.\nfunction utf8CheckExtraBytes(self, buf, p) {\n if ((buf[0] & 0xC0) !== 0x80) {\n self.lastNeed = 0;\n return '\\ufffd';\n }\n if (self.lastNeed > 1 && buf.length > 1) {\n if ((buf[1] & 0xC0) !== 0x80) {\n self.lastNeed = 1;\n return '\\ufffd';\n }\n if (self.lastNeed > 2 && buf.length > 2) {\n if ((buf[2] & 0xC0) !== 0x80) {\n self.lastNeed = 2;\n return '\\ufffd';\n }\n }\n }\n}\n\n// Attempts to complete a multi-byte UTF-8 character using bytes from a Buffer.\nfunction utf8FillLast(buf) {\n var p = this.lastTotal - this.lastNeed;\n var r = utf8CheckExtraBytes(this, buf, p);\n if (r !== undefined) return r;\n if (this.lastNeed <= buf.length) {\n buf.copy(this.lastChar, p, 0, this.lastNeed);\n return this.lastChar.toString(this.encoding, 0, this.lastTotal);\n }\n buf.copy(this.lastChar, p, 0, buf.length);\n this.lastNeed -= buf.length;\n}\n\n// Returns all complete UTF-8 characters in a Buffer. If the Buffer ended on a\n// partial character, the character's bytes are buffered until the required\n// number of bytes are available.\nfunction utf8Text(buf, i) {\n var total = utf8CheckIncomplete(this, buf, i);\n if (!this.lastNeed) return buf.toString('utf8', i);\n this.lastTotal = total;\n var end = buf.length - (total - this.lastNeed);\n buf.copy(this.lastChar, 0, end);\n return buf.toString('utf8', i, end);\n}\n\n// For UTF-8, a replacement character is added when ending on a partial\n// character.\nfunction utf8End(buf) {\n var r = buf && buf.length ? this.write(buf) : '';\n if (this.lastNeed) return r + '\\ufffd';\n return r;\n}\n\n// UTF-16LE typically needs two bytes per character, but even if we have an even\n// number of bytes available, we need to check if we end on a leading/high\n// surrogate. In that case, we need to wait for the next two bytes in order to\n// decode the last character properly.\nfunction utf16Text(buf, i) {\n if ((buf.length - i) % 2 === 0) {\n var r = buf.toString('utf16le', i);\n if (r) {\n var c = r.charCodeAt(r.length - 1);\n if (c >= 0xD800 && c <= 0xDBFF) {\n this.lastNeed = 2;\n this.lastTotal = 4;\n this.lastChar[0] = buf[buf.length - 2];\n this.lastChar[1] = buf[buf.length - 1];\n return r.slice(0, -1);\n }\n }\n return r;\n }\n this.lastNeed = 1;\n this.lastTotal = 2;\n this.lastChar[0] = buf[buf.length - 1];\n return buf.toString('utf16le', i, buf.length - 1);\n}\n\n// For UTF-16LE we do not explicitly append special replacement characters if we\n// end on a partial character, we simply let v8 handle that.\nfunction utf16End(buf) {\n var r = buf && buf.length ? this.write(buf) : '';\n if (this.lastNeed) {\n var end = this.lastTotal - this.lastNeed;\n return r + this.lastChar.toString('utf16le', 0, end);\n }\n return r;\n}\n\nfunction base64Text(buf, i) {\n var n = (buf.length - i) % 3;\n if (n === 0) return buf.toString('base64', i);\n this.lastNeed = 3 - n;\n this.lastTotal = 3;\n if (n === 1) {\n this.lastChar[0] = buf[buf.length - 1];\n } else {\n this.lastChar[0] = buf[buf.length - 2];\n this.lastChar[1] = buf[buf.length - 1];\n }\n return buf.toString('base64', i, buf.length - n);\n}\n\nfunction base64End(buf) {\n var r = buf && buf.length ? this.write(buf) : '';\n if (this.lastNeed) return r + this.lastChar.toString('base64', 0, 3 - this.lastNeed);\n return r;\n}\n\n// Pass bytes on through for single-byte encodings (e.g. ascii, latin1, hex)\nfunction simpleWrite(buf) {\n return buf.toString(this.encoding);\n}\n\nfunction simpleEnd(buf) {\n return buf && buf.length ? this.write(buf) : '';\n}","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n'use strict';\n\n/**/\n\nvar pna = require('process-nextick-args');\n/**/\n\nmodule.exports = Readable;\n\n/**/\nvar isArray = require('isarray');\n/**/\n\n/**/\nvar Duplex;\n/**/\n\nReadable.ReadableState = ReadableState;\n\n/**/\nvar EE = require('events').EventEmitter;\n\nvar EElistenerCount = function (emitter, type) {\n return emitter.listeners(type).length;\n};\n/**/\n\n/**/\nvar Stream = require('./internal/streams/stream');\n/**/\n\n/**/\n\nvar Buffer = require('safe-buffer').Buffer;\nvar OurUint8Array = global.Uint8Array || function () {};\nfunction _uint8ArrayToBuffer(chunk) {\n return Buffer.from(chunk);\n}\nfunction _isUint8Array(obj) {\n return Buffer.isBuffer(obj) || obj instanceof OurUint8Array;\n}\n\n/**/\n\n/**/\nvar util = Object.create(require('core-util-is'));\nutil.inherits = require('inherits');\n/**/\n\n/**/\nvar debugUtil = require('util');\nvar debug = void 0;\nif (debugUtil && debugUtil.debuglog) {\n debug = debugUtil.debuglog('stream');\n} else {\n debug = function () {};\n}\n/**/\n\nvar BufferList = require('./internal/streams/BufferList');\nvar destroyImpl = require('./internal/streams/destroy');\nvar StringDecoder;\n\nutil.inherits(Readable, Stream);\n\nvar kProxyEvents = ['error', 'close', 'destroy', 'pause', 'resume'];\n\nfunction prependListener(emitter, event, fn) {\n // Sadly this is not cacheable as some libraries bundle their own\n // event emitter implementation with them.\n if (typeof emitter.prependListener === 'function') return emitter.prependListener(event, fn);\n\n // This is a hack to make sure that our error handler is attached before any\n // userland ones. NEVER DO THIS. This is here only because this code needs\n // to continue to work with older versions of Node.js that do not include\n // the prependListener() method. The goal is to eventually remove this hack.\n if (!emitter._events || !emitter._events[event]) emitter.on(event, fn);else if (isArray(emitter._events[event])) emitter._events[event].unshift(fn);else emitter._events[event] = [fn, emitter._events[event]];\n}\n\nfunction ReadableState(options, stream) {\n Duplex = Duplex || require('./_stream_duplex');\n\n options = options || {};\n\n // Duplex streams are both readable and writable, but share\n // the same options object.\n // However, some cases require setting options to different\n // values for the readable and the writable sides of the duplex stream.\n // These options can be provided separately as readableXXX and writableXXX.\n var isDuplex = stream instanceof Duplex;\n\n // object stream flag. Used to make read(n) ignore n and to\n // make all the buffer merging and length checks go away\n this.objectMode = !!options.objectMode;\n\n if (isDuplex) this.objectMode = this.objectMode || !!options.readableObjectMode;\n\n // the point at which it stops calling _read() to fill the buffer\n // Note: 0 is a valid value, means \"don't call _read preemptively ever\"\n var hwm = options.highWaterMark;\n var readableHwm = options.readableHighWaterMark;\n var defaultHwm = this.objectMode ? 16 : 16 * 1024;\n\n if (hwm || hwm === 0) this.highWaterMark = hwm;else if (isDuplex && (readableHwm || readableHwm === 0)) this.highWaterMark = readableHwm;else this.highWaterMark = defaultHwm;\n\n // cast to ints.\n this.highWaterMark = Math.floor(this.highWaterMark);\n\n // A linked list is used to store data chunks instead of an array because the\n // linked list can remove elements from the beginning faster than\n // array.shift()\n this.buffer = new BufferList();\n this.length = 0;\n this.pipes = null;\n this.pipesCount = 0;\n this.flowing = null;\n this.ended = false;\n this.endEmitted = false;\n this.reading = false;\n\n // a flag to be able to tell if the event 'readable'/'data' is emitted\n // immediately, or on a later tick. We set this to true at first, because\n // any actions that shouldn't happen until \"later\" should generally also\n // not happen before the first read call.\n this.sync = true;\n\n // whenever we return null, then we set a flag to say\n // that we're awaiting a 'readable' event emission.\n this.needReadable = false;\n this.emittedReadable = false;\n this.readableListening = false;\n this.resumeScheduled = false;\n\n // has it been destroyed\n this.destroyed = false;\n\n // Crypto is kind of old and crusty. Historically, its default string\n // encoding is 'binary' so we have to make this configurable.\n // Everything else in the universe uses 'utf8', though.\n this.defaultEncoding = options.defaultEncoding || 'utf8';\n\n // the number of writers that are awaiting a drain event in .pipe()s\n this.awaitDrain = 0;\n\n // if true, a maybeReadMore has been scheduled\n this.readingMore = false;\n\n this.decoder = null;\n this.encoding = null;\n if (options.encoding) {\n if (!StringDecoder) StringDecoder = require('string_decoder/').StringDecoder;\n this.decoder = new StringDecoder(options.encoding);\n this.encoding = options.encoding;\n }\n}\n\nfunction Readable(options) {\n Duplex = Duplex || require('./_stream_duplex');\n\n if (!(this instanceof Readable)) return new Readable(options);\n\n this._readableState = new ReadableState(options, this);\n\n // legacy\n this.readable = true;\n\n if (options) {\n if (typeof options.read === 'function') this._read = options.read;\n\n if (typeof options.destroy === 'function') this._destroy = options.destroy;\n }\n\n Stream.call(this);\n}\n\nObject.defineProperty(Readable.prototype, 'destroyed', {\n get: function () {\n if (this._readableState === undefined) {\n return false;\n }\n return this._readableState.destroyed;\n },\n set: function (value) {\n // we ignore the value if the stream\n // has not been initialized yet\n if (!this._readableState) {\n return;\n }\n\n // backward compatibility, the user is explicitly\n // managing destroyed\n this._readableState.destroyed = value;\n }\n});\n\nReadable.prototype.destroy = destroyImpl.destroy;\nReadable.prototype._undestroy = destroyImpl.undestroy;\nReadable.prototype._destroy = function (err, cb) {\n this.push(null);\n cb(err);\n};\n\n// Manually shove something into the read() buffer.\n// This returns true if the highWaterMark has not been hit yet,\n// similar to how Writable.write() returns true if you should\n// write() some more.\nReadable.prototype.push = function (chunk, encoding) {\n var state = this._readableState;\n var skipChunkCheck;\n\n if (!state.objectMode) {\n if (typeof chunk === 'string') {\n encoding = encoding || state.defaultEncoding;\n if (encoding !== state.encoding) {\n chunk = Buffer.from(chunk, encoding);\n encoding = '';\n }\n skipChunkCheck = true;\n }\n } else {\n skipChunkCheck = true;\n }\n\n return readableAddChunk(this, chunk, encoding, false, skipChunkCheck);\n};\n\n// Unshift should *always* be something directly out of read()\nReadable.prototype.unshift = function (chunk) {\n return readableAddChunk(this, chunk, null, true, false);\n};\n\nfunction readableAddChunk(stream, chunk, encoding, addToFront, skipChunkCheck) {\n var state = stream._readableState;\n if (chunk === null) {\n state.reading = false;\n onEofChunk(stream, state);\n } else {\n var er;\n if (!skipChunkCheck) er = chunkInvalid(state, chunk);\n if (er) {\n stream.emit('error', er);\n } else if (state.objectMode || chunk && chunk.length > 0) {\n if (typeof chunk !== 'string' && !state.objectMode && Object.getPrototypeOf(chunk) !== Buffer.prototype) {\n chunk = _uint8ArrayToBuffer(chunk);\n }\n\n if (addToFront) {\n if (state.endEmitted) stream.emit('error', new Error('stream.unshift() after end event'));else addChunk(stream, state, chunk, true);\n } else if (state.ended) {\n stream.emit('error', new Error('stream.push() after EOF'));\n } else {\n state.reading = false;\n if (state.decoder && !encoding) {\n chunk = state.decoder.write(chunk);\n if (state.objectMode || chunk.length !== 0) addChunk(stream, state, chunk, false);else maybeReadMore(stream, state);\n } else {\n addChunk(stream, state, chunk, false);\n }\n }\n } else if (!addToFront) {\n state.reading = false;\n }\n }\n\n return needMoreData(state);\n}\n\nfunction addChunk(stream, state, chunk, addToFront) {\n if (state.flowing && state.length === 0 && !state.sync) {\n stream.emit('data', chunk);\n stream.read(0);\n } else {\n // update the buffer info.\n state.length += state.objectMode ? 1 : chunk.length;\n if (addToFront) state.buffer.unshift(chunk);else state.buffer.push(chunk);\n\n if (state.needReadable) emitReadable(stream);\n }\n maybeReadMore(stream, state);\n}\n\nfunction chunkInvalid(state, chunk) {\n var er;\n if (!_isUint8Array(chunk) && typeof chunk !== 'string' && chunk !== undefined && !state.objectMode) {\n er = new TypeError('Invalid non-string/buffer chunk');\n }\n return er;\n}\n\n// if it's past the high water mark, we can push in some more.\n// Also, if we have no data yet, we can stand some\n// more bytes. This is to work around cases where hwm=0,\n// such as the repl. Also, if the push() triggered a\n// readable event, and the user called read(largeNumber) such that\n// needReadable was set, then we ought to push more, so that another\n// 'readable' event will be triggered.\nfunction needMoreData(state) {\n return !state.ended && (state.needReadable || state.length < state.highWaterMark || state.length === 0);\n}\n\nReadable.prototype.isPaused = function () {\n return this._readableState.flowing === false;\n};\n\n// backwards compatibility.\nReadable.prototype.setEncoding = function (enc) {\n if (!StringDecoder) StringDecoder = require('string_decoder/').StringDecoder;\n this._readableState.decoder = new StringDecoder(enc);\n this._readableState.encoding = enc;\n return this;\n};\n\n// Don't raise the hwm > 8MB\nvar MAX_HWM = 0x800000;\nfunction computeNewHighWaterMark(n) {\n if (n >= MAX_HWM) {\n n = MAX_HWM;\n } else {\n // Get the next highest power of 2 to prevent increasing hwm excessively in\n // tiny amounts\n n--;\n n |= n >>> 1;\n n |= n >>> 2;\n n |= n >>> 4;\n n |= n >>> 8;\n n |= n >>> 16;\n n++;\n }\n return n;\n}\n\n// This function is designed to be inlinable, so please take care when making\n// changes to the function body.\nfunction howMuchToRead(n, state) {\n if (n <= 0 || state.length === 0 && state.ended) return 0;\n if (state.objectMode) return 1;\n if (n !== n) {\n // Only flow one buffer at a time\n if (state.flowing && state.length) return state.buffer.head.data.length;else return state.length;\n }\n // If we're asking for more than the current hwm, then raise the hwm.\n if (n > state.highWaterMark) state.highWaterMark = computeNewHighWaterMark(n);\n if (n <= state.length) return n;\n // Don't have enough\n if (!state.ended) {\n state.needReadable = true;\n return 0;\n }\n return state.length;\n}\n\n// you can override either this method, or the async _read(n) below.\nReadable.prototype.read = function (n) {\n debug('read', n);\n n = parseInt(n, 10);\n var state = this._readableState;\n var nOrig = n;\n\n if (n !== 0) state.emittedReadable = false;\n\n // if we're doing read(0) to trigger a readable event, but we\n // already have a bunch of data in the buffer, then just trigger\n // the 'readable' event and move on.\n if (n === 0 && state.needReadable && (state.length >= state.highWaterMark || state.ended)) {\n debug('read: emitReadable', state.length, state.ended);\n if (state.length === 0 && state.ended) endReadable(this);else emitReadable(this);\n return null;\n }\n\n n = howMuchToRead(n, state);\n\n // if we've ended, and we're now clear, then finish it up.\n if (n === 0 && state.ended) {\n if (state.length === 0) endReadable(this);\n return null;\n }\n\n // All the actual chunk generation logic needs to be\n // *below* the call to _read. The reason is that in certain\n // synthetic stream cases, such as passthrough streams, _read\n // may be a completely synchronous operation which may change\n // the state of the read buffer, providing enough data when\n // before there was *not* enough.\n //\n // So, the steps are:\n // 1. Figure out what the state of things will be after we do\n // a read from the buffer.\n //\n // 2. If that resulting state will trigger a _read, then call _read.\n // Note that this may be asynchronous, or synchronous. Yes, it is\n // deeply ugly to write APIs this way, but that still doesn't mean\n // that the Readable class should behave improperly, as streams are\n // designed to be sync/async agnostic.\n // Take note if the _read call is sync or async (ie, if the read call\n // has returned yet), so that we know whether or not it's safe to emit\n // 'readable' etc.\n //\n // 3. Actually pull the requested chunks out of the buffer and return.\n\n // if we need a readable event, then we need to do some reading.\n var doRead = state.needReadable;\n debug('need readable', doRead);\n\n // if we currently have less than the highWaterMark, then also read some\n if (state.length === 0 || state.length - n < state.highWaterMark) {\n doRead = true;\n debug('length less than watermark', doRead);\n }\n\n // however, if we've ended, then there's no point, and if we're already\n // reading, then it's unnecessary.\n if (state.ended || state.reading) {\n doRead = false;\n debug('reading or ended', doRead);\n } else if (doRead) {\n debug('do read');\n state.reading = true;\n state.sync = true;\n // if the length is currently zero, then we *need* a readable event.\n if (state.length === 0) state.needReadable = true;\n // call internal read method\n this._read(state.highWaterMark);\n state.sync = false;\n // If _read pushed data synchronously, then `reading` will be false,\n // and we need to re-evaluate how much data we can return to the user.\n if (!state.reading) n = howMuchToRead(nOrig, state);\n }\n\n var ret;\n if (n > 0) ret = fromList(n, state);else ret = null;\n\n if (ret === null) {\n state.needReadable = true;\n n = 0;\n } else {\n state.length -= n;\n }\n\n if (state.length === 0) {\n // If we have nothing in the buffer, then we want to know\n // as soon as we *do* get something into the buffer.\n if (!state.ended) state.needReadable = true;\n\n // If we tried to read() past the EOF, then emit end on the next tick.\n if (nOrig !== n && state.ended) endReadable(this);\n }\n\n if (ret !== null) this.emit('data', ret);\n\n return ret;\n};\n\nfunction onEofChunk(stream, state) {\n if (state.ended) return;\n if (state.decoder) {\n var chunk = state.decoder.end();\n if (chunk && chunk.length) {\n state.buffer.push(chunk);\n state.length += state.objectMode ? 1 : chunk.length;\n }\n }\n state.ended = true;\n\n // emit 'readable' now to make sure it gets picked up.\n emitReadable(stream);\n}\n\n// Don't emit readable right away in sync mode, because this can trigger\n// another read() call => stack overflow. This way, it might trigger\n// a nextTick recursion warning, but that's not so bad.\nfunction emitReadable(stream) {\n var state = stream._readableState;\n state.needReadable = false;\n if (!state.emittedReadable) {\n debug('emitReadable', state.flowing);\n state.emittedReadable = true;\n if (state.sync) pna.nextTick(emitReadable_, stream);else emitReadable_(stream);\n }\n}\n\nfunction emitReadable_(stream) {\n debug('emit readable');\n stream.emit('readable');\n flow(stream);\n}\n\n// at this point, the user has presumably seen the 'readable' event,\n// and called read() to consume some data. that may have triggered\n// in turn another _read(n) call, in which case reading = true if\n// it's in progress.\n// However, if we're not ended, or reading, and the length < hwm,\n// then go ahead and try to read some more preemptively.\nfunction maybeReadMore(stream, state) {\n if (!state.readingMore) {\n state.readingMore = true;\n pna.nextTick(maybeReadMore_, stream, state);\n }\n}\n\nfunction maybeReadMore_(stream, state) {\n var len = state.length;\n while (!state.reading && !state.flowing && !state.ended && state.length < state.highWaterMark) {\n debug('maybeReadMore read 0');\n stream.read(0);\n if (len === state.length)\n // didn't get any data, stop spinning.\n break;else len = state.length;\n }\n state.readingMore = false;\n}\n\n// abstract method. to be overridden in specific implementation classes.\n// call cb(er, data) where data is <= n in length.\n// for virtual (non-string, non-buffer) streams, \"length\" is somewhat\n// arbitrary, and perhaps not very meaningful.\nReadable.prototype._read = function (n) {\n this.emit('error', new Error('_read() is not implemented'));\n};\n\nReadable.prototype.pipe = function (dest, pipeOpts) {\n var src = this;\n var state = this._readableState;\n\n switch (state.pipesCount) {\n case 0:\n state.pipes = dest;\n break;\n case 1:\n state.pipes = [state.pipes, dest];\n break;\n default:\n state.pipes.push(dest);\n break;\n }\n state.pipesCount += 1;\n debug('pipe count=%d opts=%j', state.pipesCount, pipeOpts);\n\n var doEnd = (!pipeOpts || pipeOpts.end !== false) && dest !== process.stdout && dest !== process.stderr;\n\n var endFn = doEnd ? onend : unpipe;\n if (state.endEmitted) pna.nextTick(endFn);else src.once('end', endFn);\n\n dest.on('unpipe', onunpipe);\n function onunpipe(readable, unpipeInfo) {\n debug('onunpipe');\n if (readable === src) {\n if (unpipeInfo && unpipeInfo.hasUnpiped === false) {\n unpipeInfo.hasUnpiped = true;\n cleanup();\n }\n }\n }\n\n function onend() {\n debug('onend');\n dest.end();\n }\n\n // when the dest drains, it reduces the awaitDrain counter\n // on the source. This would be more elegant with a .once()\n // handler in flow(), but adding and removing repeatedly is\n // too slow.\n var ondrain = pipeOnDrain(src);\n dest.on('drain', ondrain);\n\n var cleanedUp = false;\n function cleanup() {\n debug('cleanup');\n // cleanup event handlers once the pipe is broken\n dest.removeListener('close', onclose);\n dest.removeListener('finish', onfinish);\n dest.removeListener('drain', ondrain);\n dest.removeListener('error', onerror);\n dest.removeListener('unpipe', onunpipe);\n src.removeListener('end', onend);\n src.removeListener('end', unpipe);\n src.removeListener('data', ondata);\n\n cleanedUp = true;\n\n // if the reader is waiting for a drain event from this\n // specific writer, then it would cause it to never start\n // flowing again.\n // So, if this is awaiting a drain, then we just call it now.\n // If we don't know, then assume that we are waiting for one.\n if (state.awaitDrain && (!dest._writableState || dest._writableState.needDrain)) ondrain();\n }\n\n // If the user pushes more data while we're writing to dest then we'll end up\n // in ondata again. However, we only want to increase awaitDrain once because\n // dest will only emit one 'drain' event for the multiple writes.\n // => Introduce a guard on increasing awaitDrain.\n var increasedAwaitDrain = false;\n src.on('data', ondata);\n function ondata(chunk) {\n debug('ondata');\n increasedAwaitDrain = false;\n var ret = dest.write(chunk);\n if (false === ret && !increasedAwaitDrain) {\n // If the user unpiped during `dest.write()`, it is possible\n // to get stuck in a permanently paused state if that write\n // also returned false.\n // => Check whether `dest` is still a piping destination.\n if ((state.pipesCount === 1 && state.pipes === dest || state.pipesCount > 1 && indexOf(state.pipes, dest) !== -1) && !cleanedUp) {\n debug('false write response, pause', src._readableState.awaitDrain);\n src._readableState.awaitDrain++;\n increasedAwaitDrain = true;\n }\n src.pause();\n }\n }\n\n // if the dest has an error, then stop piping into it.\n // however, don't suppress the throwing behavior for this.\n function onerror(er) {\n debug('onerror', er);\n unpipe();\n dest.removeListener('error', onerror);\n if (EElistenerCount(dest, 'error') === 0) dest.emit('error', er);\n }\n\n // Make sure our error handler is attached before userland ones.\n prependListener(dest, 'error', onerror);\n\n // Both close and finish should trigger unpipe, but only once.\n function onclose() {\n dest.removeListener('finish', onfinish);\n unpipe();\n }\n dest.once('close', onclose);\n function onfinish() {\n debug('onfinish');\n dest.removeListener('close', onclose);\n unpipe();\n }\n dest.once('finish', onfinish);\n\n function unpipe() {\n debug('unpipe');\n src.unpipe(dest);\n }\n\n // tell the dest that it's being piped to\n dest.emit('pipe', src);\n\n // start the flow if it hasn't been started already.\n if (!state.flowing) {\n debug('pipe resume');\n src.resume();\n }\n\n return dest;\n};\n\nfunction pipeOnDrain(src) {\n return function () {\n var state = src._readableState;\n debug('pipeOnDrain', state.awaitDrain);\n if (state.awaitDrain) state.awaitDrain--;\n if (state.awaitDrain === 0 && EElistenerCount(src, 'data')) {\n state.flowing = true;\n flow(src);\n }\n };\n}\n\nReadable.prototype.unpipe = function (dest) {\n var state = this._readableState;\n var unpipeInfo = { hasUnpiped: false };\n\n // if we're not piping anywhere, then do nothing.\n if (state.pipesCount === 0) return this;\n\n // just one destination. most common case.\n if (state.pipesCount === 1) {\n // passed in one, but it's not the right one.\n if (dest && dest !== state.pipes) return this;\n\n if (!dest) dest = state.pipes;\n\n // got a match.\n state.pipes = null;\n state.pipesCount = 0;\n state.flowing = false;\n if (dest) dest.emit('unpipe', this, unpipeInfo);\n return this;\n }\n\n // slow case. multiple pipe destinations.\n\n if (!dest) {\n // remove all.\n var dests = state.pipes;\n var len = state.pipesCount;\n state.pipes = null;\n state.pipesCount = 0;\n state.flowing = false;\n\n for (var i = 0; i < len; i++) {\n dests[i].emit('unpipe', this, unpipeInfo);\n }return this;\n }\n\n // try to find the right one.\n var index = indexOf(state.pipes, dest);\n if (index === -1) return this;\n\n state.pipes.splice(index, 1);\n state.pipesCount -= 1;\n if (state.pipesCount === 1) state.pipes = state.pipes[0];\n\n dest.emit('unpipe', this, unpipeInfo);\n\n return this;\n};\n\n// set up data events if they are asked for\n// Ensure readable listeners eventually get something\nReadable.prototype.on = function (ev, fn) {\n var res = Stream.prototype.on.call(this, ev, fn);\n\n if (ev === 'data') {\n // Start flowing on next tick if stream isn't explicitly paused\n if (this._readableState.flowing !== false) this.resume();\n } else if (ev === 'readable') {\n var state = this._readableState;\n if (!state.endEmitted && !state.readableListening) {\n state.readableListening = state.needReadable = true;\n state.emittedReadable = false;\n if (!state.reading) {\n pna.nextTick(nReadingNextTick, this);\n } else if (state.length) {\n emitReadable(this);\n }\n }\n }\n\n return res;\n};\nReadable.prototype.addListener = Readable.prototype.on;\n\nfunction nReadingNextTick(self) {\n debug('readable nexttick read 0');\n self.read(0);\n}\n\n// pause() and resume() are remnants of the legacy readable stream API\n// If the user uses them, then switch into old mode.\nReadable.prototype.resume = function () {\n var state = this._readableState;\n if (!state.flowing) {\n debug('resume');\n state.flowing = true;\n resume(this, state);\n }\n return this;\n};\n\nfunction resume(stream, state) {\n if (!state.resumeScheduled) {\n state.resumeScheduled = true;\n pna.nextTick(resume_, stream, state);\n }\n}\n\nfunction resume_(stream, state) {\n if (!state.reading) {\n debug('resume read 0');\n stream.read(0);\n }\n\n state.resumeScheduled = false;\n state.awaitDrain = 0;\n stream.emit('resume');\n flow(stream);\n if (state.flowing && !state.reading) stream.read(0);\n}\n\nReadable.prototype.pause = function () {\n debug('call pause flowing=%j', this._readableState.flowing);\n if (false !== this._readableState.flowing) {\n debug('pause');\n this._readableState.flowing = false;\n this.emit('pause');\n }\n return this;\n};\n\nfunction flow(stream) {\n var state = stream._readableState;\n debug('flow', state.flowing);\n while (state.flowing && stream.read() !== null) {}\n}\n\n// wrap an old-style stream as the async data source.\n// This is *not* part of the readable stream interface.\n// It is an ugly unfortunate mess of history.\nReadable.prototype.wrap = function (stream) {\n var _this = this;\n\n var state = this._readableState;\n var paused = false;\n\n stream.on('end', function () {\n debug('wrapped end');\n if (state.decoder && !state.ended) {\n var chunk = state.decoder.end();\n if (chunk && chunk.length) _this.push(chunk);\n }\n\n _this.push(null);\n });\n\n stream.on('data', function (chunk) {\n debug('wrapped data');\n if (state.decoder) chunk = state.decoder.write(chunk);\n\n // don't skip over falsy values in objectMode\n if (state.objectMode && (chunk === null || chunk === undefined)) return;else if (!state.objectMode && (!chunk || !chunk.length)) return;\n\n var ret = _this.push(chunk);\n if (!ret) {\n paused = true;\n stream.pause();\n }\n });\n\n // proxy all the other methods.\n // important when wrapping filters and duplexes.\n for (var i in stream) {\n if (this[i] === undefined && typeof stream[i] === 'function') {\n this[i] = function (method) {\n return function () {\n return stream[method].apply(stream, arguments);\n };\n }(i);\n }\n }\n\n // proxy certain important events.\n for (var n = 0; n < kProxyEvents.length; n++) {\n stream.on(kProxyEvents[n], this.emit.bind(this, kProxyEvents[n]));\n }\n\n // when we try to consume some more bytes, simply unpause the\n // underlying stream.\n this._read = function (n) {\n debug('wrapped _read', n);\n if (paused) {\n paused = false;\n stream.resume();\n }\n };\n\n return this;\n};\n\nObject.defineProperty(Readable.prototype, 'readableHighWaterMark', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function () {\n return this._readableState.highWaterMark;\n }\n});\n\n// exposed for testing purposes only.\nReadable._fromList = fromList;\n\n// Pluck off n bytes from an array of buffers.\n// Length is the combined lengths of all the buffers in the list.\n// This function is designed to be inlinable, so please take care when making\n// changes to the function body.\nfunction fromList(n, state) {\n // nothing buffered\n if (state.length === 0) return null;\n\n var ret;\n if (state.objectMode) ret = state.buffer.shift();else if (!n || n >= state.length) {\n // read it all, truncate the list\n if (state.decoder) ret = state.buffer.join('');else if (state.buffer.length === 1) ret = state.buffer.head.data;else ret = state.buffer.concat(state.length);\n state.buffer.clear();\n } else {\n // read part of list\n ret = fromListPartial(n, state.buffer, state.decoder);\n }\n\n return ret;\n}\n\n// Extracts only enough buffered data to satisfy the amount requested.\n// This function is designed to be inlinable, so please take care when making\n// changes to the function body.\nfunction fromListPartial(n, list, hasStrings) {\n var ret;\n if (n < list.head.data.length) {\n // slice is the same for buffers and strings\n ret = list.head.data.slice(0, n);\n list.head.data = list.head.data.slice(n);\n } else if (n === list.head.data.length) {\n // first chunk is a perfect match\n ret = list.shift();\n } else {\n // result spans more than one buffer\n ret = hasStrings ? copyFromBufferString(n, list) : copyFromBuffer(n, list);\n }\n return ret;\n}\n\n// Copies a specified amount of characters from the list of buffered data\n// chunks.\n// This function is designed to be inlinable, so please take care when making\n// changes to the function body.\nfunction copyFromBufferString(n, list) {\n var p = list.head;\n var c = 1;\n var ret = p.data;\n n -= ret.length;\n while (p = p.next) {\n var str = p.data;\n var nb = n > str.length ? str.length : n;\n if (nb === str.length) ret += str;else ret += str.slice(0, n);\n n -= nb;\n if (n === 0) {\n if (nb === str.length) {\n ++c;\n if (p.next) list.head = p.next;else list.head = list.tail = null;\n } else {\n list.head = p;\n p.data = str.slice(nb);\n }\n break;\n }\n ++c;\n }\n list.length -= c;\n return ret;\n}\n\n// Copies a specified amount of bytes from the list of buffered data chunks.\n// This function is designed to be inlinable, so please take care when making\n// changes to the function body.\nfunction copyFromBuffer(n, list) {\n var ret = Buffer.allocUnsafe(n);\n var p = list.head;\n var c = 1;\n p.data.copy(ret);\n n -= p.data.length;\n while (p = p.next) {\n var buf = p.data;\n var nb = n > buf.length ? buf.length : n;\n buf.copy(ret, ret.length - n, 0, nb);\n n -= nb;\n if (n === 0) {\n if (nb === buf.length) {\n ++c;\n if (p.next) list.head = p.next;else list.head = list.tail = null;\n } else {\n list.head = p;\n p.data = buf.slice(nb);\n }\n break;\n }\n ++c;\n }\n list.length -= c;\n return ret;\n}\n\nfunction endReadable(stream) {\n var state = stream._readableState;\n\n // If we get here before consuming all the bytes, then that is a\n // bug in node. Should never happen.\n if (state.length > 0) throw new Error('\"endReadable()\" called on non-empty stream');\n\n if (!state.endEmitted) {\n state.ended = true;\n pna.nextTick(endReadableNT, state, stream);\n }\n}\n\nfunction endReadableNT(state, stream) {\n // Check that we didn't get one last unshift.\n if (!state.endEmitted && state.length === 0) {\n state.endEmitted = true;\n stream.readable = false;\n stream.emit('end');\n }\n}\n\nfunction indexOf(xs, x) {\n for (var i = 0, l = xs.length; i < l; i++) {\n if (xs[i] === x) return i;\n }\n return -1;\n}","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n// a transform stream is a readable/writable stream where you do\n// something with the data. Sometimes it's called a \"filter\",\n// but that's not a great name for it, since that implies a thing where\n// some bits pass through, and others are simply ignored. (That would\n// be a valid example of a transform, of course.)\n//\n// While the output is causally related to the input, it's not a\n// necessarily symmetric or synchronous transformation. For example,\n// a zlib stream might take multiple plain-text writes(), and then\n// emit a single compressed chunk some time in the future.\n//\n// Here's how this works:\n//\n// The Transform stream has all the aspects of the readable and writable\n// stream classes. When you write(chunk), that calls _write(chunk,cb)\n// internally, and returns false if there's a lot of pending writes\n// buffered up. When you call read(), that calls _read(n) until\n// there's enough pending readable data buffered up.\n//\n// In a transform stream, the written data is placed in a buffer. When\n// _read(n) is called, it transforms the queued up data, calling the\n// buffered _write cb's as it consumes chunks. If consuming a single\n// written chunk would result in multiple output chunks, then the first\n// outputted bit calls the readcb, and subsequent chunks just go into\n// the read buffer, and will cause it to emit 'readable' if necessary.\n//\n// This way, back-pressure is actually determined by the reading side,\n// since _read has to be called to start processing a new chunk. However,\n// a pathological inflate type of transform can cause excessive buffering\n// here. For example, imagine a stream where every byte of input is\n// interpreted as an integer from 0-255, and then results in that many\n// bytes of output. Writing the 4 bytes {ff,ff,ff,ff} would result in\n// 1kb of data being output. In this case, you could write a very small\n// amount of input, and end up with a very large amount of output. In\n// such a pathological inflating mechanism, there'd be no way to tell\n// the system to stop doing the transform. A single 4MB write could\n// cause the system to run out of memory.\n//\n// However, even in such a pathological case, only a single written chunk\n// would be consumed, and then the rest would wait (un-transformed) until\n// the results of the previous transformed chunk were consumed.\n\n'use strict';\n\nmodule.exports = Transform;\n\nvar Duplex = require('./_stream_duplex');\n\n/**/\nvar util = Object.create(require('core-util-is'));\nutil.inherits = require('inherits');\n/**/\n\nutil.inherits(Transform, Duplex);\n\nfunction afterTransform(er, data) {\n var ts = this._transformState;\n ts.transforming = false;\n\n var cb = ts.writecb;\n\n if (!cb) {\n return this.emit('error', new Error('write callback called multiple times'));\n }\n\n ts.writechunk = null;\n ts.writecb = null;\n\n if (data != null) // single equals check for both `null` and `undefined`\n this.push(data);\n\n cb(er);\n\n var rs = this._readableState;\n rs.reading = false;\n if (rs.needReadable || rs.length < rs.highWaterMark) {\n this._read(rs.highWaterMark);\n }\n}\n\nfunction Transform(options) {\n if (!(this instanceof Transform)) return new Transform(options);\n\n Duplex.call(this, options);\n\n this._transformState = {\n afterTransform: afterTransform.bind(this),\n needTransform: false,\n transforming: false,\n writecb: null,\n writechunk: null,\n writeencoding: null\n };\n\n // start out asking for a readable event once data is transformed.\n this._readableState.needReadable = true;\n\n // we have implemented the _read method, and done the other things\n // that Readable wants before the first _read call, so unset the\n // sync guard flag.\n this._readableState.sync = false;\n\n if (options) {\n if (typeof options.transform === 'function') this._transform = options.transform;\n\n if (typeof options.flush === 'function') this._flush = options.flush;\n }\n\n // When the writable side finishes, then flush out anything remaining.\n this.on('prefinish', prefinish);\n}\n\nfunction prefinish() {\n var _this = this;\n\n if (typeof this._flush === 'function') {\n this._flush(function (er, data) {\n done(_this, er, data);\n });\n } else {\n done(this, null, null);\n }\n}\n\nTransform.prototype.push = function (chunk, encoding) {\n this._transformState.needTransform = false;\n return Duplex.prototype.push.call(this, chunk, encoding);\n};\n\n// This is the part where you do stuff!\n// override this function in implementation classes.\n// 'chunk' is an input chunk.\n//\n// Call `push(newChunk)` to pass along transformed output\n// to the readable side. You may call 'push' zero or more times.\n//\n// Call `cb(err)` when you are done with this chunk. If you pass\n// an error, then that'll put the hurt on the whole operation. If you\n// never call cb(), then you'll never get another chunk.\nTransform.prototype._transform = function (chunk, encoding, cb) {\n throw new Error('_transform() is not implemented');\n};\n\nTransform.prototype._write = function (chunk, encoding, cb) {\n var ts = this._transformState;\n ts.writecb = cb;\n ts.writechunk = chunk;\n ts.writeencoding = encoding;\n if (!ts.transforming) {\n var rs = this._readableState;\n if (ts.needTransform || rs.needReadable || rs.length < rs.highWaterMark) this._read(rs.highWaterMark);\n }\n};\n\n// Doesn't matter what the args are here.\n// _transform does all the work.\n// That we got here means that the readable side wants more data.\nTransform.prototype._read = function (n) {\n var ts = this._transformState;\n\n if (ts.writechunk !== null && ts.writecb && !ts.transforming) {\n ts.transforming = true;\n this._transform(ts.writechunk, ts.writeencoding, ts.afterTransform);\n } else {\n // mark that we need a transform, so that any data that comes in\n // will get processed, now that we've asked for it.\n ts.needTransform = true;\n }\n};\n\nTransform.prototype._destroy = function (err, cb) {\n var _this2 = this;\n\n Duplex.prototype._destroy.call(this, err, function (err2) {\n cb(err2);\n _this2.emit('close');\n });\n};\n\nfunction done(stream, er, data) {\n if (er) return stream.emit('error', er);\n\n if (data != null) // single equals check for both `null` and `undefined`\n stream.push(data);\n\n // if there's nothing in the write buffer, then that means\n // that nothing more will ever be provided\n if (stream._writableState.length) throw new Error('Calling transform done when ws.length != 0');\n\n if (stream._transformState.transforming) throw new Error('Calling transform done when still transforming');\n\n return stream.push(null);\n}","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n// a passthrough stream.\n// basically just the most minimal sort of Transform stream.\n// Every written chunk gets output as-is.\n\n'use strict';\n\nmodule.exports = PassThrough;\n\nvar Transform = require('./_stream_transform');\n\n/**/\nvar util = Object.create(require('core-util-is'));\nutil.inherits = require('inherits');\n/**/\n\nutil.inherits(PassThrough, Transform);\n\nfunction PassThrough(options) {\n if (!(this instanceof PassThrough)) return new PassThrough(options);\n\n Transform.call(this, options);\n}\n\nPassThrough.prototype._transform = function (chunk, encoding, cb) {\n cb(null, chunk);\n};","exports = module.exports = require('./lib/_stream_readable.js');\nexports.Stream = exports;\nexports.Readable = exports;\nexports.Writable = require('./lib/_stream_writable.js');\nexports.Duplex = require('./lib/_stream_duplex.js');\nexports.Transform = require('./lib/_stream_transform.js');\nexports.PassThrough = require('./lib/_stream_passthrough.js');\n","module.exports = require('./lib/_stream_writable.js');\n","module.exports = require('./lib/_stream_duplex.js');\n","module.exports = require('./readable').Transform\n","module.exports = require('./readable').PassThrough\n","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nmodule.exports = Stream;\n\nvar EE = require('events').EventEmitter;\nvar inherits = require('inherits');\n\ninherits(Stream, EE);\nStream.Readable = require('readable-stream/readable.js');\nStream.Writable = require('readable-stream/writable.js');\nStream.Duplex = require('readable-stream/duplex.js');\nStream.Transform = require('readable-stream/transform.js');\nStream.PassThrough = require('readable-stream/passthrough.js');\n\n// Backwards-compat with node 0.4.x\nStream.Stream = Stream;\n\n\n\n// old-style streams. Note that the pipe method (the only relevant\n// part of this class) is overridden in the Readable class.\n\nfunction Stream() {\n EE.call(this);\n}\n\nStream.prototype.pipe = function(dest, options) {\n var source = this;\n\n function ondata(chunk) {\n if (dest.writable) {\n if (false === dest.write(chunk) && source.pause) {\n source.pause();\n }\n }\n }\n\n source.on('data', ondata);\n\n function ondrain() {\n if (source.readable && source.resume) {\n source.resume();\n }\n }\n\n dest.on('drain', ondrain);\n\n // If the 'end' option is not supplied, dest.end() will be called when\n // source gets the 'end' or 'close' events. Only dest.end() once.\n if (!dest._isStdio && (!options || options.end !== false)) {\n source.on('end', onend);\n source.on('close', onclose);\n }\n\n var didOnEnd = false;\n function onend() {\n if (didOnEnd) return;\n didOnEnd = true;\n\n dest.end();\n }\n\n\n function onclose() {\n if (didOnEnd) return;\n didOnEnd = true;\n\n if (typeof dest.destroy === 'function') dest.destroy();\n }\n\n // don't leave dangling pipes when there are errors.\n function onerror(er) {\n cleanup();\n if (EE.listenerCount(this, 'error') === 0) {\n throw er; // Unhandled stream error in pipe.\n }\n }\n\n source.on('error', onerror);\n dest.on('error', onerror);\n\n // remove all the event listeners that were added.\n function cleanup() {\n source.removeListener('data', ondata);\n dest.removeListener('drain', ondrain);\n\n source.removeListener('end', onend);\n source.removeListener('close', onclose);\n\n source.removeListener('error', onerror);\n dest.removeListener('error', onerror);\n\n source.removeListener('end', cleanup);\n source.removeListener('close', cleanup);\n\n dest.removeListener('close', cleanup);\n }\n\n source.on('end', cleanup);\n source.on('close', cleanup);\n\n dest.on('close', cleanup);\n\n dest.emit('pipe', source);\n\n // Allow for unix-like usage: A.pipe(B).pipe(C)\n return dest;\n};\n","var Buffer = require('safe-buffer').Buffer\nvar Transform = require('stream').Transform\nvar StringDecoder = require('string_decoder').StringDecoder\nvar inherits = require('inherits')\n\nfunction CipherBase (hashMode) {\n Transform.call(this)\n this.hashMode = typeof hashMode === 'string'\n if (this.hashMode) {\n this[hashMode] = this._finalOrDigest\n } else {\n this.final = this._finalOrDigest\n }\n if (this._final) {\n this.__final = this._final\n this._final = null\n }\n this._decoder = null\n this._encoding = null\n}\ninherits(CipherBase, Transform)\n\nCipherBase.prototype.update = function (data, inputEnc, outputEnc) {\n if (typeof data === 'string') {\n data = Buffer.from(data, inputEnc)\n }\n\n var outData = this._update(data)\n if (this.hashMode) return this\n\n if (outputEnc) {\n outData = this._toString(outData, outputEnc)\n }\n\n return outData\n}\n\nCipherBase.prototype.setAutoPadding = function () {}\nCipherBase.prototype.getAuthTag = function () {\n throw new Error('trying to get auth tag in unsupported state')\n}\n\nCipherBase.prototype.setAuthTag = function () {\n throw new Error('trying to set auth tag in unsupported state')\n}\n\nCipherBase.prototype.setAAD = function () {\n throw new Error('trying to set aad in unsupported state')\n}\n\nCipherBase.prototype._transform = function (data, _, next) {\n var err\n try {\n if (this.hashMode) {\n this._update(data)\n } else {\n this.push(this._update(data))\n }\n } catch (e) {\n err = e\n } finally {\n next(err)\n }\n}\nCipherBase.prototype._flush = function (done) {\n var err\n try {\n this.push(this.__final())\n } catch (e) {\n err = e\n }\n\n done(err)\n}\nCipherBase.prototype._finalOrDigest = function (outputEnc) {\n var outData = this.__final() || Buffer.alloc(0)\n if (outputEnc) {\n outData = this._toString(outData, outputEnc, true)\n }\n return outData\n}\n\nCipherBase.prototype._toString = function (value, enc, fin) {\n if (!this._decoder) {\n this._decoder = new StringDecoder(enc)\n this._encoding = enc\n }\n\n if (this._encoding !== enc) throw new Error('can\\'t switch encodings')\n\n var out = this._decoder.write(value)\n if (fin) {\n out += this._decoder.end()\n }\n\n return out\n}\n\nmodule.exports = CipherBase\n","'use strict'\nvar inherits = require('inherits')\nvar MD5 = require('md5.js')\nvar RIPEMD160 = require('ripemd160')\nvar sha = require('sha.js')\nvar Base = require('cipher-base')\n\nfunction Hash (hash) {\n Base.call(this, 'digest')\n\n this._hash = hash\n}\n\ninherits(Hash, Base)\n\nHash.prototype._update = function (data) {\n this._hash.update(data)\n}\n\nHash.prototype._final = function () {\n return this._hash.digest()\n}\n\nmodule.exports = function createHash (alg) {\n alg = alg.toLowerCase()\n if (alg === 'md5') return new MD5()\n if (alg === 'rmd160' || alg === 'ripemd160') return new RIPEMD160()\n\n return new Hash(sha(alg))\n}\n","'use strict'\nvar inherits = require('inherits')\nvar Buffer = require('safe-buffer').Buffer\n\nvar Base = require('cipher-base')\n\nvar ZEROS = Buffer.alloc(128)\nvar blocksize = 64\n\nfunction Hmac (alg, key) {\n Base.call(this, 'digest')\n if (typeof key === 'string') {\n key = Buffer.from(key)\n }\n\n this._alg = alg\n this._key = key\n\n if (key.length > blocksize) {\n key = alg(key)\n } else if (key.length < blocksize) {\n key = Buffer.concat([key, ZEROS], blocksize)\n }\n\n var ipad = this._ipad = Buffer.allocUnsafe(blocksize)\n var opad = this._opad = Buffer.allocUnsafe(blocksize)\n\n for (var i = 0; i < blocksize; i++) {\n ipad[i] = key[i] ^ 0x36\n opad[i] = key[i] ^ 0x5C\n }\n\n this._hash = [ipad]\n}\n\ninherits(Hmac, Base)\n\nHmac.prototype._update = function (data) {\n this._hash.push(data)\n}\n\nHmac.prototype._final = function () {\n var h = this._alg(Buffer.concat(this._hash))\n return this._alg(Buffer.concat([this._opad, h]))\n}\nmodule.exports = Hmac\n","var MD5 = require('md5.js')\n\nmodule.exports = function (buffer) {\n return new MD5().update(buffer).digest()\n}\n","'use strict'\nvar inherits = require('inherits')\nvar Legacy = require('./legacy')\nvar Base = require('cipher-base')\nvar Buffer = require('safe-buffer').Buffer\nvar md5 = require('create-hash/md5')\nvar RIPEMD160 = require('ripemd160')\n\nvar sha = require('sha.js')\n\nvar ZEROS = Buffer.alloc(128)\n\nfunction Hmac (alg, key) {\n Base.call(this, 'digest')\n if (typeof key === 'string') {\n key = Buffer.from(key)\n }\n\n var blocksize = (alg === 'sha512' || alg === 'sha384') ? 128 : 64\n\n this._alg = alg\n this._key = key\n if (key.length > blocksize) {\n var hash = alg === 'rmd160' ? new RIPEMD160() : sha(alg)\n key = hash.update(key).digest()\n } else if (key.length < blocksize) {\n key = Buffer.concat([key, ZEROS], blocksize)\n }\n\n var ipad = this._ipad = Buffer.allocUnsafe(blocksize)\n var opad = this._opad = Buffer.allocUnsafe(blocksize)\n\n for (var i = 0; i < blocksize; i++) {\n ipad[i] = key[i] ^ 0x36\n opad[i] = key[i] ^ 0x5C\n }\n this._hash = alg === 'rmd160' ? new RIPEMD160() : sha(alg)\n this._hash.update(ipad)\n}\n\ninherits(Hmac, Base)\n\nHmac.prototype._update = function (data) {\n this._hash.update(data)\n}\n\nHmac.prototype._final = function () {\n var h = this._hash.digest()\n var hash = this._alg === 'rmd160' ? new RIPEMD160() : sha(this._alg)\n return hash.update(this._opad).update(h).digest()\n}\n\nmodule.exports = function createHmac (alg, key) {\n alg = alg.toLowerCase()\n if (alg === 'rmd160' || alg === 'ripemd160') {\n return new Hmac('rmd160', key)\n }\n if (alg === 'md5') {\n return new Legacy(md5, key)\n }\n return new Hmac(alg, key)\n}\n","module.exports = {\n \"sha224WithRSAEncryption\": {\n \"sign\": \"rsa\",\n \"hash\": \"sha224\",\n \"id\": \"302d300d06096086480165030402040500041c\"\n },\n \"RSA-SHA224\": {\n \"sign\": \"ecdsa/rsa\",\n \"hash\": \"sha224\",\n \"id\": \"302d300d06096086480165030402040500041c\"\n },\n \"sha256WithRSAEncryption\": {\n \"sign\": \"rsa\",\n \"hash\": \"sha256\",\n \"id\": \"3031300d060960864801650304020105000420\"\n },\n \"RSA-SHA256\": {\n \"sign\": \"ecdsa/rsa\",\n \"hash\": \"sha256\",\n \"id\": \"3031300d060960864801650304020105000420\"\n },\n \"sha384WithRSAEncryption\": {\n \"sign\": \"rsa\",\n \"hash\": \"sha384\",\n \"id\": \"3041300d060960864801650304020205000430\"\n },\n \"RSA-SHA384\": {\n \"sign\": \"ecdsa/rsa\",\n \"hash\": \"sha384\",\n \"id\": \"3041300d060960864801650304020205000430\"\n },\n \"sha512WithRSAEncryption\": {\n \"sign\": \"rsa\",\n \"hash\": \"sha512\",\n \"id\": \"3051300d060960864801650304020305000440\"\n },\n \"RSA-SHA512\": {\n \"sign\": \"ecdsa/rsa\",\n \"hash\": \"sha512\",\n \"id\": \"3051300d060960864801650304020305000440\"\n },\n \"RSA-SHA1\": {\n \"sign\": \"rsa\",\n \"hash\": \"sha1\",\n \"id\": \"3021300906052b0e03021a05000414\"\n },\n \"ecdsa-with-SHA1\": {\n \"sign\": \"ecdsa\",\n \"hash\": \"sha1\",\n \"id\": \"\"\n },\n \"sha256\": {\n \"sign\": \"ecdsa\",\n \"hash\": \"sha256\",\n \"id\": \"\"\n },\n \"sha224\": {\n \"sign\": \"ecdsa\",\n \"hash\": \"sha224\",\n \"id\": \"\"\n },\n \"sha384\": {\n \"sign\": \"ecdsa\",\n \"hash\": \"sha384\",\n \"id\": \"\"\n },\n \"sha512\": {\n \"sign\": \"ecdsa\",\n \"hash\": \"sha512\",\n \"id\": \"\"\n },\n \"DSA-SHA\": {\n \"sign\": \"dsa\",\n \"hash\": \"sha1\",\n \"id\": \"\"\n },\n \"DSA-SHA1\": {\n \"sign\": \"dsa\",\n \"hash\": \"sha1\",\n \"id\": \"\"\n },\n \"DSA\": {\n \"sign\": \"dsa\",\n \"hash\": \"sha1\",\n \"id\": \"\"\n },\n \"DSA-WITH-SHA224\": {\n \"sign\": \"dsa\",\n \"hash\": \"sha224\",\n \"id\": \"\"\n },\n \"DSA-SHA224\": {\n \"sign\": \"dsa\",\n \"hash\": \"sha224\",\n \"id\": \"\"\n },\n \"DSA-WITH-SHA256\": {\n \"sign\": \"dsa\",\n \"hash\": \"sha256\",\n \"id\": \"\"\n },\n \"DSA-SHA256\": {\n \"sign\": \"dsa\",\n \"hash\": \"sha256\",\n \"id\": \"\"\n },\n \"DSA-WITH-SHA384\": {\n \"sign\": \"dsa\",\n \"hash\": \"sha384\",\n \"id\": \"\"\n },\n \"DSA-SHA384\": {\n \"sign\": \"dsa\",\n \"hash\": \"sha384\",\n \"id\": \"\"\n },\n \"DSA-WITH-SHA512\": {\n \"sign\": \"dsa\",\n \"hash\": \"sha512\",\n \"id\": \"\"\n },\n \"DSA-SHA512\": {\n \"sign\": \"dsa\",\n \"hash\": \"sha512\",\n \"id\": \"\"\n },\n \"DSA-RIPEMD160\": {\n \"sign\": \"dsa\",\n \"hash\": \"rmd160\",\n \"id\": \"\"\n },\n \"ripemd160WithRSA\": {\n \"sign\": \"rsa\",\n \"hash\": \"rmd160\",\n \"id\": \"3021300906052b2403020105000414\"\n },\n \"RSA-RIPEMD160\": {\n \"sign\": \"rsa\",\n \"hash\": \"rmd160\",\n \"id\": \"3021300906052b2403020105000414\"\n },\n \"md5WithRSAEncryption\": {\n \"sign\": \"rsa\",\n \"hash\": \"md5\",\n \"id\": \"3020300c06082a864886f70d020505000410\"\n },\n \"RSA-MD5\": {\n \"sign\": \"rsa\",\n \"hash\": \"md5\",\n \"id\": \"3020300c06082a864886f70d020505000410\"\n }\n}\n;","module.exports = require('./browser/algorithms.json')\n","var MAX_ALLOC = Math.pow(2, 30) - 1 // default in iojs\n\nmodule.exports = function (iterations, keylen) {\n if (typeof iterations !== 'number') {\n throw new TypeError('Iterations not a number')\n }\n\n if (iterations < 0) {\n throw new TypeError('Bad iterations')\n }\n\n if (typeof keylen !== 'number') {\n throw new TypeError('Key length not a number')\n }\n\n if (keylen < 0 || keylen > MAX_ALLOC || keylen !== keylen) { /* eslint no-self-compare: 0 */\n throw new TypeError('Bad key length')\n }\n}\n","var defaultEncoding\n/* istanbul ignore next */\nif (process.browser) {\n defaultEncoding = 'utf-8'\n} else if (process.version) {\n var pVersionMajor = parseInt(process.version.split('.')[0].slice(1), 10)\n\n defaultEncoding = pVersionMajor >= 6 ? 'utf-8' : 'binary'\n} else {\n defaultEncoding = 'utf-8'\n}\nmodule.exports = defaultEncoding\n","var Buffer = require('safe-buffer').Buffer\n\nmodule.exports = function (thing, encoding, name) {\n if (Buffer.isBuffer(thing)) {\n return thing\n } else if (typeof thing === 'string') {\n return Buffer.from(thing, encoding)\n } else if (ArrayBuffer.isView(thing)) {\n return Buffer.from(thing.buffer)\n } else {\n throw new TypeError(name + ' must be a string, a Buffer, a typed array or a DataView')\n }\n}\n","var md5 = require('create-hash/md5')\nvar RIPEMD160 = require('ripemd160')\nvar sha = require('sha.js')\nvar Buffer = require('safe-buffer').Buffer\n\nvar checkParameters = require('./precondition')\nvar defaultEncoding = require('./default-encoding')\nvar toBuffer = require('./to-buffer')\n\nvar ZEROS = Buffer.alloc(128)\nvar sizes = {\n md5: 16,\n sha1: 20,\n sha224: 28,\n sha256: 32,\n sha384: 48,\n sha512: 64,\n rmd160: 20,\n ripemd160: 20\n}\n\nfunction Hmac (alg, key, saltLen) {\n var hash = getDigest(alg)\n var blocksize = (alg === 'sha512' || alg === 'sha384') ? 128 : 64\n\n if (key.length > blocksize) {\n key = hash(key)\n } else if (key.length < blocksize) {\n key = Buffer.concat([key, ZEROS], blocksize)\n }\n\n var ipad = Buffer.allocUnsafe(blocksize + sizes[alg])\n var opad = Buffer.allocUnsafe(blocksize + sizes[alg])\n for (var i = 0; i < blocksize; i++) {\n ipad[i] = key[i] ^ 0x36\n opad[i] = key[i] ^ 0x5C\n }\n\n var ipad1 = Buffer.allocUnsafe(blocksize + saltLen + 4)\n ipad.copy(ipad1, 0, 0, blocksize)\n this.ipad1 = ipad1\n this.ipad2 = ipad\n this.opad = opad\n this.alg = alg\n this.blocksize = blocksize\n this.hash = hash\n this.size = sizes[alg]\n}\n\nHmac.prototype.run = function (data, ipad) {\n data.copy(ipad, this.blocksize)\n var h = this.hash(ipad)\n h.copy(this.opad, this.blocksize)\n return this.hash(this.opad)\n}\n\nfunction getDigest (alg) {\n function shaFunc (data) {\n return sha(alg).update(data).digest()\n }\n function rmd160Func (data) {\n return new RIPEMD160().update(data).digest()\n }\n\n if (alg === 'rmd160' || alg === 'ripemd160') return rmd160Func\n if (alg === 'md5') return md5\n return shaFunc\n}\n\nfunction pbkdf2 (password, salt, iterations, keylen, digest) {\n checkParameters(iterations, keylen)\n password = toBuffer(password, defaultEncoding, 'Password')\n salt = toBuffer(salt, defaultEncoding, 'Salt')\n\n digest = digest || 'sha1'\n\n var hmac = new Hmac(digest, password, salt.length)\n\n var DK = Buffer.allocUnsafe(keylen)\n var block1 = Buffer.allocUnsafe(salt.length + 4)\n salt.copy(block1, 0, 0, salt.length)\n\n var destPos = 0\n var hLen = sizes[digest]\n var l = Math.ceil(keylen / hLen)\n\n for (var i = 1; i <= l; i++) {\n block1.writeUInt32BE(i, salt.length)\n\n var T = hmac.run(block1, hmac.ipad1)\n var U = T\n\n for (var j = 1; j < iterations; j++) {\n U = hmac.run(U, hmac.ipad2)\n for (var k = 0; k < hLen; k++) T[k] ^= U[k]\n }\n\n T.copy(DK, destPos)\n destPos += hLen\n }\n\n return DK\n}\n\nmodule.exports = pbkdf2\n","var Buffer = require('safe-buffer').Buffer\n\nvar checkParameters = require('./precondition')\nvar defaultEncoding = require('./default-encoding')\nvar sync = require('./sync')\nvar toBuffer = require('./to-buffer')\n\nvar ZERO_BUF\nvar subtle = global.crypto && global.crypto.subtle\nvar toBrowser = {\n sha: 'SHA-1',\n 'sha-1': 'SHA-1',\n sha1: 'SHA-1',\n sha256: 'SHA-256',\n 'sha-256': 'SHA-256',\n sha384: 'SHA-384',\n 'sha-384': 'SHA-384',\n 'sha-512': 'SHA-512',\n sha512: 'SHA-512'\n}\nvar checks = []\nfunction checkNative (algo) {\n if (global.process && !global.process.browser) {\n return Promise.resolve(false)\n }\n if (!subtle || !subtle.importKey || !subtle.deriveBits) {\n return Promise.resolve(false)\n }\n if (checks[algo] !== undefined) {\n return checks[algo]\n }\n ZERO_BUF = ZERO_BUF || Buffer.alloc(8)\n var prom = browserPbkdf2(ZERO_BUF, ZERO_BUF, 10, 128, algo)\n .then(function () {\n return true\n }).catch(function () {\n return false\n })\n checks[algo] = prom\n return prom\n}\n\nfunction browserPbkdf2 (password, salt, iterations, length, algo) {\n return subtle.importKey(\n 'raw', password, { name: 'PBKDF2' }, false, ['deriveBits']\n ).then(function (key) {\n return subtle.deriveBits({\n name: 'PBKDF2',\n salt: salt,\n iterations: iterations,\n hash: {\n name: algo\n }\n }, key, length << 3)\n }).then(function (res) {\n return Buffer.from(res)\n })\n}\n\nfunction resolvePromise (promise, callback) {\n promise.then(function (out) {\n process.nextTick(function () {\n callback(null, out)\n })\n }, function (e) {\n process.nextTick(function () {\n callback(e)\n })\n })\n}\nmodule.exports = function (password, salt, iterations, keylen, digest, callback) {\n if (typeof digest === 'function') {\n callback = digest\n digest = undefined\n }\n\n digest = digest || 'sha1'\n var algo = toBrowser[digest.toLowerCase()]\n\n if (!algo || typeof global.Promise !== 'function') {\n return process.nextTick(function () {\n var out\n try {\n out = sync(password, salt, iterations, keylen, digest)\n } catch (e) {\n return callback(e)\n }\n callback(null, out)\n })\n }\n\n checkParameters(iterations, keylen)\n password = toBuffer(password, defaultEncoding, 'Password')\n salt = toBuffer(salt, defaultEncoding, 'Salt')\n if (typeof callback !== 'function') throw new Error('No callback provided to pbkdf2')\n\n resolvePromise(checkNative(algo).then(function (resp) {\n if (resp) return browserPbkdf2(password, salt, iterations, keylen, algo)\n\n return sync(password, salt, iterations, keylen, digest)\n }), callback)\n}\n","exports.pbkdf2 = require('./lib/async')\nexports.pbkdf2Sync = require('./lib/sync')\n","'use strict';\n\nexports.readUInt32BE = function readUInt32BE(bytes, off) {\n var res = (bytes[0 + off] << 24) |\n (bytes[1 + off] << 16) |\n (bytes[2 + off] << 8) |\n bytes[3 + off];\n return res >>> 0;\n};\n\nexports.writeUInt32BE = function writeUInt32BE(bytes, value, off) {\n bytes[0 + off] = value >>> 24;\n bytes[1 + off] = (value >>> 16) & 0xff;\n bytes[2 + off] = (value >>> 8) & 0xff;\n bytes[3 + off] = value & 0xff;\n};\n\nexports.ip = function ip(inL, inR, out, off) {\n var outL = 0;\n var outR = 0;\n\n for (var i = 6; i >= 0; i -= 2) {\n for (var j = 0; j <= 24; j += 8) {\n outL <<= 1;\n outL |= (inR >>> (j + i)) & 1;\n }\n for (var j = 0; j <= 24; j += 8) {\n outL <<= 1;\n outL |= (inL >>> (j + i)) & 1;\n }\n }\n\n for (var i = 6; i >= 0; i -= 2) {\n for (var j = 1; j <= 25; j += 8) {\n outR <<= 1;\n outR |= (inR >>> (j + i)) & 1;\n }\n for (var j = 1; j <= 25; j += 8) {\n outR <<= 1;\n outR |= (inL >>> (j + i)) & 1;\n }\n }\n\n out[off + 0] = outL >>> 0;\n out[off + 1] = outR >>> 0;\n};\n\nexports.rip = function rip(inL, inR, out, off) {\n var outL = 0;\n var outR = 0;\n\n for (var i = 0; i < 4; i++) {\n for (var j = 24; j >= 0; j -= 8) {\n outL <<= 1;\n outL |= (inR >>> (j + i)) & 1;\n outL <<= 1;\n outL |= (inL >>> (j + i)) & 1;\n }\n }\n for (var i = 4; i < 8; i++) {\n for (var j = 24; j >= 0; j -= 8) {\n outR <<= 1;\n outR |= (inR >>> (j + i)) & 1;\n outR <<= 1;\n outR |= (inL >>> (j + i)) & 1;\n }\n }\n\n out[off + 0] = outL >>> 0;\n out[off + 1] = outR >>> 0;\n};\n\nexports.pc1 = function pc1(inL, inR, out, off) {\n var outL = 0;\n var outR = 0;\n\n // 7, 15, 23, 31, 39, 47, 55, 63\n // 6, 14, 22, 30, 39, 47, 55, 63\n // 5, 13, 21, 29, 39, 47, 55, 63\n // 4, 12, 20, 28\n for (var i = 7; i >= 5; i--) {\n for (var j = 0; j <= 24; j += 8) {\n outL <<= 1;\n outL |= (inR >> (j + i)) & 1;\n }\n for (var j = 0; j <= 24; j += 8) {\n outL <<= 1;\n outL |= (inL >> (j + i)) & 1;\n }\n }\n for (var j = 0; j <= 24; j += 8) {\n outL <<= 1;\n outL |= (inR >> (j + i)) & 1;\n }\n\n // 1, 9, 17, 25, 33, 41, 49, 57\n // 2, 10, 18, 26, 34, 42, 50, 58\n // 3, 11, 19, 27, 35, 43, 51, 59\n // 36, 44, 52, 60\n for (var i = 1; i <= 3; i++) {\n for (var j = 0; j <= 24; j += 8) {\n outR <<= 1;\n outR |= (inR >> (j + i)) & 1;\n }\n for (var j = 0; j <= 24; j += 8) {\n outR <<= 1;\n outR |= (inL >> (j + i)) & 1;\n }\n }\n for (var j = 0; j <= 24; j += 8) {\n outR <<= 1;\n outR |= (inL >> (j + i)) & 1;\n }\n\n out[off + 0] = outL >>> 0;\n out[off + 1] = outR >>> 0;\n};\n\nexports.r28shl = function r28shl(num, shift) {\n return ((num << shift) & 0xfffffff) | (num >>> (28 - shift));\n};\n\nvar pc2table = [\n // inL => outL\n 14, 11, 17, 4, 27, 23, 25, 0,\n 13, 22, 7, 18, 5, 9, 16, 24,\n 2, 20, 12, 21, 1, 8, 15, 26,\n\n // inR => outR\n 15, 4, 25, 19, 9, 1, 26, 16,\n 5, 11, 23, 8, 12, 7, 17, 0,\n 22, 3, 10, 14, 6, 20, 27, 24\n];\n\nexports.pc2 = function pc2(inL, inR, out, off) {\n var outL = 0;\n var outR = 0;\n\n var len = pc2table.length >>> 1;\n for (var i = 0; i < len; i++) {\n outL <<= 1;\n outL |= (inL >>> pc2table[i]) & 0x1;\n }\n for (var i = len; i < pc2table.length; i++) {\n outR <<= 1;\n outR |= (inR >>> pc2table[i]) & 0x1;\n }\n\n out[off + 0] = outL >>> 0;\n out[off + 1] = outR >>> 0;\n};\n\nexports.expand = function expand(r, out, off) {\n var outL = 0;\n var outR = 0;\n\n outL = ((r & 1) << 5) | (r >>> 27);\n for (var i = 23; i >= 15; i -= 4) {\n outL <<= 6;\n outL |= (r >>> i) & 0x3f;\n }\n for (var i = 11; i >= 3; i -= 4) {\n outR |= (r >>> i) & 0x3f;\n outR <<= 6;\n }\n outR |= ((r & 0x1f) << 1) | (r >>> 31);\n\n out[off + 0] = outL >>> 0;\n out[off + 1] = outR >>> 0;\n};\n\nvar sTable = [\n 14, 0, 4, 15, 13, 7, 1, 4, 2, 14, 15, 2, 11, 13, 8, 1,\n 3, 10, 10, 6, 6, 12, 12, 11, 5, 9, 9, 5, 0, 3, 7, 8,\n 4, 15, 1, 12, 14, 8, 8, 2, 13, 4, 6, 9, 2, 1, 11, 7,\n 15, 5, 12, 11, 9, 3, 7, 14, 3, 10, 10, 0, 5, 6, 0, 13,\n\n 15, 3, 1, 13, 8, 4, 14, 7, 6, 15, 11, 2, 3, 8, 4, 14,\n 9, 12, 7, 0, 2, 1, 13, 10, 12, 6, 0, 9, 5, 11, 10, 5,\n 0, 13, 14, 8, 7, 10, 11, 1, 10, 3, 4, 15, 13, 4, 1, 2,\n 5, 11, 8, 6, 12, 7, 6, 12, 9, 0, 3, 5, 2, 14, 15, 9,\n\n 10, 13, 0, 7, 9, 0, 14, 9, 6, 3, 3, 4, 15, 6, 5, 10,\n 1, 2, 13, 8, 12, 5, 7, 14, 11, 12, 4, 11, 2, 15, 8, 1,\n 13, 1, 6, 10, 4, 13, 9, 0, 8, 6, 15, 9, 3, 8, 0, 7,\n 11, 4, 1, 15, 2, 14, 12, 3, 5, 11, 10, 5, 14, 2, 7, 12,\n\n 7, 13, 13, 8, 14, 11, 3, 5, 0, 6, 6, 15, 9, 0, 10, 3,\n 1, 4, 2, 7, 8, 2, 5, 12, 11, 1, 12, 10, 4, 14, 15, 9,\n 10, 3, 6, 15, 9, 0, 0, 6, 12, 10, 11, 1, 7, 13, 13, 8,\n 15, 9, 1, 4, 3, 5, 14, 11, 5, 12, 2, 7, 8, 2, 4, 14,\n\n 2, 14, 12, 11, 4, 2, 1, 12, 7, 4, 10, 7, 11, 13, 6, 1,\n 8, 5, 5, 0, 3, 15, 15, 10, 13, 3, 0, 9, 14, 8, 9, 6,\n 4, 11, 2, 8, 1, 12, 11, 7, 10, 1, 13, 14, 7, 2, 8, 13,\n 15, 6, 9, 15, 12, 0, 5, 9, 6, 10, 3, 4, 0, 5, 14, 3,\n\n 12, 10, 1, 15, 10, 4, 15, 2, 9, 7, 2, 12, 6, 9, 8, 5,\n 0, 6, 13, 1, 3, 13, 4, 14, 14, 0, 7, 11, 5, 3, 11, 8,\n 9, 4, 14, 3, 15, 2, 5, 12, 2, 9, 8, 5, 12, 15, 3, 10,\n 7, 11, 0, 14, 4, 1, 10, 7, 1, 6, 13, 0, 11, 8, 6, 13,\n\n 4, 13, 11, 0, 2, 11, 14, 7, 15, 4, 0, 9, 8, 1, 13, 10,\n 3, 14, 12, 3, 9, 5, 7, 12, 5, 2, 10, 15, 6, 8, 1, 6,\n 1, 6, 4, 11, 11, 13, 13, 8, 12, 1, 3, 4, 7, 10, 14, 7,\n 10, 9, 15, 5, 6, 0, 8, 15, 0, 14, 5, 2, 9, 3, 2, 12,\n\n 13, 1, 2, 15, 8, 13, 4, 8, 6, 10, 15, 3, 11, 7, 1, 4,\n 10, 12, 9, 5, 3, 6, 14, 11, 5, 0, 0, 14, 12, 9, 7, 2,\n 7, 2, 11, 1, 4, 14, 1, 7, 9, 4, 12, 10, 14, 8, 2, 13,\n 0, 15, 6, 12, 10, 9, 13, 0, 15, 3, 3, 5, 5, 6, 8, 11\n];\n\nexports.substitute = function substitute(inL, inR) {\n var out = 0;\n for (var i = 0; i < 4; i++) {\n var b = (inL >>> (18 - i * 6)) & 0x3f;\n var sb = sTable[i * 0x40 + b];\n\n out <<= 4;\n out |= sb;\n }\n for (var i = 0; i < 4; i++) {\n var b = (inR >>> (18 - i * 6)) & 0x3f;\n var sb = sTable[4 * 0x40 + i * 0x40 + b];\n\n out <<= 4;\n out |= sb;\n }\n return out >>> 0;\n};\n\nvar permuteTable = [\n 16, 25, 12, 11, 3, 20, 4, 15, 31, 17, 9, 6, 27, 14, 1, 22,\n 30, 24, 8, 18, 0, 5, 29, 23, 13, 19, 2, 26, 10, 21, 28, 7\n];\n\nexports.permute = function permute(num) {\n var out = 0;\n for (var i = 0; i < permuteTable.length; i++) {\n out <<= 1;\n out |= (num >>> permuteTable[i]) & 0x1;\n }\n return out >>> 0;\n};\n\nexports.padSplit = function padSplit(num, size, group) {\n var str = num.toString(2);\n while (str.length < size)\n str = '0' + str;\n\n var out = [];\n for (var i = 0; i < size; i += group)\n out.push(str.slice(i, i + group));\n return out.join(' ');\n};\n","module.exports = assert;\n\nfunction assert(val, msg) {\n if (!val)\n throw new Error(msg || 'Assertion failed');\n}\n\nassert.equal = function assertEqual(l, r, msg) {\n if (l != r)\n throw new Error(msg || ('Assertion failed: ' + l + ' != ' + r));\n};\n","'use strict';\n\nvar assert = require('minimalistic-assert');\n\nfunction Cipher(options) {\n this.options = options;\n\n this.type = this.options.type;\n this.blockSize = 8;\n this._init();\n\n this.buffer = new Array(this.blockSize);\n this.bufferOff = 0;\n}\nmodule.exports = Cipher;\n\nCipher.prototype._init = function _init() {\n // Might be overrided\n};\n\nCipher.prototype.update = function update(data) {\n if (data.length === 0)\n return [];\n\n if (this.type === 'decrypt')\n return this._updateDecrypt(data);\n else\n return this._updateEncrypt(data);\n};\n\nCipher.prototype._buffer = function _buffer(data, off) {\n // Append data to buffer\n var min = Math.min(this.buffer.length - this.bufferOff, data.length - off);\n for (var i = 0; i < min; i++)\n this.buffer[this.bufferOff + i] = data[off + i];\n this.bufferOff += min;\n\n // Shift next\n return min;\n};\n\nCipher.prototype._flushBuffer = function _flushBuffer(out, off) {\n this._update(this.buffer, 0, out, off);\n this.bufferOff = 0;\n return this.blockSize;\n};\n\nCipher.prototype._updateEncrypt = function _updateEncrypt(data) {\n var inputOff = 0;\n var outputOff = 0;\n\n var count = ((this.bufferOff + data.length) / this.blockSize) | 0;\n var out = new Array(count * this.blockSize);\n\n if (this.bufferOff !== 0) {\n inputOff += this._buffer(data, inputOff);\n\n if (this.bufferOff === this.buffer.length)\n outputOff += this._flushBuffer(out, outputOff);\n }\n\n // Write blocks\n var max = data.length - ((data.length - inputOff) % this.blockSize);\n for (; inputOff < max; inputOff += this.blockSize) {\n this._update(data, inputOff, out, outputOff);\n outputOff += this.blockSize;\n }\n\n // Queue rest\n for (; inputOff < data.length; inputOff++, this.bufferOff++)\n this.buffer[this.bufferOff] = data[inputOff];\n\n return out;\n};\n\nCipher.prototype._updateDecrypt = function _updateDecrypt(data) {\n var inputOff = 0;\n var outputOff = 0;\n\n var count = Math.ceil((this.bufferOff + data.length) / this.blockSize) - 1;\n var out = new Array(count * this.blockSize);\n\n // TODO(indutny): optimize it, this is far from optimal\n for (; count > 0; count--) {\n inputOff += this._buffer(data, inputOff);\n outputOff += this._flushBuffer(out, outputOff);\n }\n\n // Buffer rest of the input\n inputOff += this._buffer(data, inputOff);\n\n return out;\n};\n\nCipher.prototype.final = function final(buffer) {\n var first;\n if (buffer)\n first = this.update(buffer);\n\n var last;\n if (this.type === 'encrypt')\n last = this._finalEncrypt();\n else\n last = this._finalDecrypt();\n\n if (first)\n return first.concat(last);\n else\n return last;\n};\n\nCipher.prototype._pad = function _pad(buffer, off) {\n if (off === 0)\n return false;\n\n while (off < buffer.length)\n buffer[off++] = 0;\n\n return true;\n};\n\nCipher.prototype._finalEncrypt = function _finalEncrypt() {\n if (!this._pad(this.buffer, this.bufferOff))\n return [];\n\n var out = new Array(this.blockSize);\n this._update(this.buffer, 0, out, 0);\n return out;\n};\n\nCipher.prototype._unpad = function _unpad(buffer) {\n return buffer;\n};\n\nCipher.prototype._finalDecrypt = function _finalDecrypt() {\n assert.equal(this.bufferOff, this.blockSize, 'Not enough data to decrypt');\n var out = new Array(this.blockSize);\n this._flushBuffer(out, 0);\n\n return this._unpad(out);\n};\n","'use strict';\n\nvar assert = require('minimalistic-assert');\nvar inherits = require('inherits');\n\nvar utils = require('./utils');\nvar Cipher = require('./cipher');\n\nfunction DESState() {\n this.tmp = new Array(2);\n this.keys = null;\n}\n\nfunction DES(options) {\n Cipher.call(this, options);\n\n var state = new DESState();\n this._desState = state;\n\n this.deriveKeys(state, options.key);\n}\ninherits(DES, Cipher);\nmodule.exports = DES;\n\nDES.create = function create(options) {\n return new DES(options);\n};\n\nvar shiftTable = [\n 1, 1, 2, 2, 2, 2, 2, 2,\n 1, 2, 2, 2, 2, 2, 2, 1\n];\n\nDES.prototype.deriveKeys = function deriveKeys(state, key) {\n state.keys = new Array(16 * 2);\n\n assert.equal(key.length, this.blockSize, 'Invalid key length');\n\n var kL = utils.readUInt32BE(key, 0);\n var kR = utils.readUInt32BE(key, 4);\n\n utils.pc1(kL, kR, state.tmp, 0);\n kL = state.tmp[0];\n kR = state.tmp[1];\n for (var i = 0; i < state.keys.length; i += 2) {\n var shift = shiftTable[i >>> 1];\n kL = utils.r28shl(kL, shift);\n kR = utils.r28shl(kR, shift);\n utils.pc2(kL, kR, state.keys, i);\n }\n};\n\nDES.prototype._update = function _update(inp, inOff, out, outOff) {\n var state = this._desState;\n\n var l = utils.readUInt32BE(inp, inOff);\n var r = utils.readUInt32BE(inp, inOff + 4);\n\n // Initial Permutation\n utils.ip(l, r, state.tmp, 0);\n l = state.tmp[0];\n r = state.tmp[1];\n\n if (this.type === 'encrypt')\n this._encrypt(state, l, r, state.tmp, 0);\n else\n this._decrypt(state, l, r, state.tmp, 0);\n\n l = state.tmp[0];\n r = state.tmp[1];\n\n utils.writeUInt32BE(out, l, outOff);\n utils.writeUInt32BE(out, r, outOff + 4);\n};\n\nDES.prototype._pad = function _pad(buffer, off) {\n var value = buffer.length - off;\n for (var i = off; i < buffer.length; i++)\n buffer[i] = value;\n\n return true;\n};\n\nDES.prototype._unpad = function _unpad(buffer) {\n var pad = buffer[buffer.length - 1];\n for (var i = buffer.length - pad; i < buffer.length; i++)\n assert.equal(buffer[i], pad);\n\n return buffer.slice(0, buffer.length - pad);\n};\n\nDES.prototype._encrypt = function _encrypt(state, lStart, rStart, out, off) {\n var l = lStart;\n var r = rStart;\n\n // Apply f() x16 times\n for (var i = 0; i < state.keys.length; i += 2) {\n var keyL = state.keys[i];\n var keyR = state.keys[i + 1];\n\n // f(r, k)\n utils.expand(r, state.tmp, 0);\n\n keyL ^= state.tmp[0];\n keyR ^= state.tmp[1];\n var s = utils.substitute(keyL, keyR);\n var f = utils.permute(s);\n\n var t = r;\n r = (l ^ f) >>> 0;\n l = t;\n }\n\n // Reverse Initial Permutation\n utils.rip(r, l, out, off);\n};\n\nDES.prototype._decrypt = function _decrypt(state, lStart, rStart, out, off) {\n var l = rStart;\n var r = lStart;\n\n // Apply f() x16 times\n for (var i = state.keys.length - 2; i >= 0; i -= 2) {\n var keyL = state.keys[i];\n var keyR = state.keys[i + 1];\n\n // f(r, k)\n utils.expand(l, state.tmp, 0);\n\n keyL ^= state.tmp[0];\n keyR ^= state.tmp[1];\n var s = utils.substitute(keyL, keyR);\n var f = utils.permute(s);\n\n var t = l;\n l = (r ^ f) >>> 0;\n r = t;\n }\n\n // Reverse Initial Permutation\n utils.rip(l, r, out, off);\n};\n","'use strict';\n\nvar assert = require('minimalistic-assert');\nvar inherits = require('inherits');\n\nvar proto = {};\n\nfunction CBCState(iv) {\n assert.equal(iv.length, 8, 'Invalid IV length');\n\n this.iv = new Array(8);\n for (var i = 0; i < this.iv.length; i++)\n this.iv[i] = iv[i];\n}\n\nfunction instantiate(Base) {\n function CBC(options) {\n Base.call(this, options);\n this._cbcInit();\n }\n inherits(CBC, Base);\n\n var keys = Object.keys(proto);\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n CBC.prototype[key] = proto[key];\n }\n\n CBC.create = function create(options) {\n return new CBC(options);\n };\n\n return CBC;\n}\n\nexports.instantiate = instantiate;\n\nproto._cbcInit = function _cbcInit() {\n var state = new CBCState(this.options.iv);\n this._cbcState = state;\n};\n\nproto._update = function _update(inp, inOff, out, outOff) {\n var state = this._cbcState;\n var superProto = this.constructor.super_.prototype;\n\n var iv = state.iv;\n if (this.type === 'encrypt') {\n for (var i = 0; i < this.blockSize; i++)\n iv[i] ^= inp[inOff + i];\n\n superProto._update.call(this, iv, 0, out, outOff);\n\n for (var i = 0; i < this.blockSize; i++)\n iv[i] = out[outOff + i];\n } else {\n superProto._update.call(this, inp, inOff, out, outOff);\n\n for (var i = 0; i < this.blockSize; i++)\n out[outOff + i] ^= iv[i];\n\n for (var i = 0; i < this.blockSize; i++)\n iv[i] = inp[inOff + i];\n }\n};\n","'use strict';\n\nvar assert = require('minimalistic-assert');\nvar inherits = require('inherits');\n\nvar Cipher = require('./cipher');\nvar DES = require('./des');\n\nfunction EDEState(type, key) {\n assert.equal(key.length, 24, 'Invalid key length');\n\n var k1 = key.slice(0, 8);\n var k2 = key.slice(8, 16);\n var k3 = key.slice(16, 24);\n\n if (type === 'encrypt') {\n this.ciphers = [\n DES.create({ type: 'encrypt', key: k1 }),\n DES.create({ type: 'decrypt', key: k2 }),\n DES.create({ type: 'encrypt', key: k3 })\n ];\n } else {\n this.ciphers = [\n DES.create({ type: 'decrypt', key: k3 }),\n DES.create({ type: 'encrypt', key: k2 }),\n DES.create({ type: 'decrypt', key: k1 })\n ];\n }\n}\n\nfunction EDE(options) {\n Cipher.call(this, options);\n\n var state = new EDEState(this.type, this.options.key);\n this._edeState = state;\n}\ninherits(EDE, Cipher);\n\nmodule.exports = EDE;\n\nEDE.create = function create(options) {\n return new EDE(options);\n};\n\nEDE.prototype._update = function _update(inp, inOff, out, outOff) {\n var state = this._edeState;\n\n state.ciphers[0]._update(inp, inOff, out, outOff);\n state.ciphers[1]._update(out, outOff, out, outOff);\n state.ciphers[2]._update(out, outOff, out, outOff);\n};\n\nEDE.prototype._pad = DES.prototype._pad;\nEDE.prototype._unpad = DES.prototype._unpad;\n","'use strict';\n\nexports.utils = require('./des/utils');\nexports.Cipher = require('./des/cipher');\nexports.DES = require('./des/des');\nexports.CBC = require('./des/cbc');\nexports.EDE = require('./des/ede');\n","var CipherBase = require('cipher-base')\nvar des = require('des.js')\nvar inherits = require('inherits')\nvar Buffer = require('safe-buffer').Buffer\n\nvar modes = {\n 'des-ede3-cbc': des.CBC.instantiate(des.EDE),\n 'des-ede3': des.EDE,\n 'des-ede-cbc': des.CBC.instantiate(des.EDE),\n 'des-ede': des.EDE,\n 'des-cbc': des.CBC.instantiate(des.DES),\n 'des-ecb': des.DES\n}\nmodes.des = modes['des-cbc']\nmodes.des3 = modes['des-ede3-cbc']\nmodule.exports = DES\ninherits(DES, CipherBase)\nfunction DES (opts) {\n CipherBase.call(this)\n var modeName = opts.mode.toLowerCase()\n var mode = modes[modeName]\n var type\n if (opts.decrypt) {\n type = 'decrypt'\n } else {\n type = 'encrypt'\n }\n var key = opts.key\n if (!Buffer.isBuffer(key)) {\n key = Buffer.from(key)\n }\n if (modeName === 'des-ede' || modeName === 'des-ede-cbc') {\n key = Buffer.concat([key, key.slice(0, 8)])\n }\n var iv = opts.iv\n if (!Buffer.isBuffer(iv)) {\n iv = Buffer.from(iv)\n }\n this._des = mode.create({\n key: key,\n iv: iv,\n type: type\n })\n}\nDES.prototype._update = function (data) {\n return Buffer.from(this._des.update(data))\n}\nDES.prototype._final = function () {\n return Buffer.from(this._des.final())\n}\n","exports.encrypt = function (self, block) {\n return self._cipher.encryptBlock(block)\n}\n\nexports.decrypt = function (self, block) {\n return self._cipher.decryptBlock(block)\n}\n","module.exports = function xor (a, b) {\n var length = Math.min(a.length, b.length)\n var buffer = new Buffer(length)\n\n for (var i = 0; i < length; ++i) {\n buffer[i] = a[i] ^ b[i]\n }\n\n return buffer\n}\n","var xor = require('buffer-xor')\n\nexports.encrypt = function (self, block) {\n var data = xor(block, self._prev)\n\n self._prev = self._cipher.encryptBlock(data)\n return self._prev\n}\n\nexports.decrypt = function (self, block) {\n var pad = self._prev\n\n self._prev = block\n var out = self._cipher.decryptBlock(block)\n\n return xor(out, pad)\n}\n","var Buffer = require('safe-buffer').Buffer\nvar xor = require('buffer-xor')\n\nfunction encryptStart (self, data, decrypt) {\n var len = data.length\n var out = xor(data, self._cache)\n self._cache = self._cache.slice(len)\n self._prev = Buffer.concat([self._prev, decrypt ? data : out])\n return out\n}\n\nexports.encrypt = function (self, data, decrypt) {\n var out = Buffer.allocUnsafe(0)\n var len\n\n while (data.length) {\n if (self._cache.length === 0) {\n self._cache = self._cipher.encryptBlock(self._prev)\n self._prev = Buffer.allocUnsafe(0)\n }\n\n if (self._cache.length <= data.length) {\n len = self._cache.length\n out = Buffer.concat([out, encryptStart(self, data.slice(0, len), decrypt)])\n data = data.slice(len)\n } else {\n out = Buffer.concat([out, encryptStart(self, data, decrypt)])\n break\n }\n }\n\n return out\n}\n","var Buffer = require('safe-buffer').Buffer\n\nfunction encryptByte (self, byteParam, decrypt) {\n var pad = self._cipher.encryptBlock(self._prev)\n var out = pad[0] ^ byteParam\n\n self._prev = Buffer.concat([\n self._prev.slice(1),\n Buffer.from([decrypt ? byteParam : out])\n ])\n\n return out\n}\n\nexports.encrypt = function (self, chunk, decrypt) {\n var len = chunk.length\n var out = Buffer.allocUnsafe(len)\n var i = -1\n\n while (++i < len) {\n out[i] = encryptByte(self, chunk[i], decrypt)\n }\n\n return out\n}\n","var Buffer = require('safe-buffer').Buffer\n\nfunction encryptByte (self, byteParam, decrypt) {\n var pad\n var i = -1\n var len = 8\n var out = 0\n var bit, value\n while (++i < len) {\n pad = self._cipher.encryptBlock(self._prev)\n bit = (byteParam & (1 << (7 - i))) ? 0x80 : 0\n value = pad[0] ^ bit\n out += ((value & 0x80) >> (i % 8))\n self._prev = shiftIn(self._prev, decrypt ? bit : value)\n }\n return out\n}\n\nfunction shiftIn (buffer, value) {\n var len = buffer.length\n var i = -1\n var out = Buffer.allocUnsafe(buffer.length)\n buffer = Buffer.concat([buffer, Buffer.from([value])])\n\n while (++i < len) {\n out[i] = buffer[i] << 1 | buffer[i + 1] >> (7)\n }\n\n return out\n}\n\nexports.encrypt = function (self, chunk, decrypt) {\n var len = chunk.length\n var out = Buffer.allocUnsafe(len)\n var i = -1\n\n while (++i < len) {\n out[i] = encryptByte(self, chunk[i], decrypt)\n }\n\n return out\n}\n","var xor = require('buffer-xor')\n\nfunction getBlock (self) {\n self._prev = self._cipher.encryptBlock(self._prev)\n return self._prev\n}\n\nexports.encrypt = function (self, chunk) {\n while (self._cache.length < chunk.length) {\n self._cache = Buffer.concat([self._cache, getBlock(self)])\n }\n\n var pad = self._cache.slice(0, chunk.length)\n self._cache = self._cache.slice(chunk.length)\n return xor(chunk, pad)\n}\n","function incr32 (iv) {\n var len = iv.length\n var item\n while (len--) {\n item = iv.readUInt8(len)\n if (item === 255) {\n iv.writeUInt8(0, len)\n } else {\n item++\n iv.writeUInt8(item, len)\n break\n }\n }\n}\nmodule.exports = incr32\n","var xor = require('buffer-xor')\nvar Buffer = require('safe-buffer').Buffer\nvar incr32 = require('../incr32')\n\nfunction getBlock (self) {\n var out = self._cipher.encryptBlockRaw(self._prev)\n incr32(self._prev)\n return out\n}\n\nvar blockSize = 16\nexports.encrypt = function (self, chunk) {\n var chunkNum = Math.ceil(chunk.length / blockSize)\n var start = self._cache.length\n self._cache = Buffer.concat([\n self._cache,\n Buffer.allocUnsafe(chunkNum * blockSize)\n ])\n for (var i = 0; i < chunkNum; i++) {\n var out = getBlock(self)\n var offset = start + i * blockSize\n self._cache.writeUInt32BE(out[0], offset + 0)\n self._cache.writeUInt32BE(out[1], offset + 4)\n self._cache.writeUInt32BE(out[2], offset + 8)\n self._cache.writeUInt32BE(out[3], offset + 12)\n }\n var pad = self._cache.slice(0, chunk.length)\n self._cache = self._cache.slice(chunk.length)\n return xor(chunk, pad)\n}\n","module.exports = {\n \"aes-128-ecb\": {\n \"cipher\": \"AES\",\n \"key\": 128,\n \"iv\": 0,\n \"mode\": \"ECB\",\n \"type\": \"block\"\n },\n \"aes-192-ecb\": {\n \"cipher\": \"AES\",\n \"key\": 192,\n \"iv\": 0,\n \"mode\": \"ECB\",\n \"type\": \"block\"\n },\n \"aes-256-ecb\": {\n \"cipher\": \"AES\",\n \"key\": 256,\n \"iv\": 0,\n \"mode\": \"ECB\",\n \"type\": \"block\"\n },\n \"aes-128-cbc\": {\n \"cipher\": \"AES\",\n \"key\": 128,\n \"iv\": 16,\n \"mode\": \"CBC\",\n \"type\": \"block\"\n },\n \"aes-192-cbc\": {\n \"cipher\": \"AES\",\n \"key\": 192,\n \"iv\": 16,\n \"mode\": \"CBC\",\n \"type\": \"block\"\n },\n \"aes-256-cbc\": {\n \"cipher\": \"AES\",\n \"key\": 256,\n \"iv\": 16,\n \"mode\": \"CBC\",\n \"type\": \"block\"\n },\n \"aes128\": {\n \"cipher\": \"AES\",\n \"key\": 128,\n \"iv\": 16,\n \"mode\": \"CBC\",\n \"type\": \"block\"\n },\n \"aes192\": {\n \"cipher\": \"AES\",\n \"key\": 192,\n \"iv\": 16,\n \"mode\": \"CBC\",\n \"type\": \"block\"\n },\n \"aes256\": {\n \"cipher\": \"AES\",\n \"key\": 256,\n \"iv\": 16,\n \"mode\": \"CBC\",\n \"type\": \"block\"\n },\n \"aes-128-cfb\": {\n \"cipher\": \"AES\",\n \"key\": 128,\n \"iv\": 16,\n \"mode\": \"CFB\",\n \"type\": \"stream\"\n },\n \"aes-192-cfb\": {\n \"cipher\": \"AES\",\n \"key\": 192,\n \"iv\": 16,\n \"mode\": \"CFB\",\n \"type\": \"stream\"\n },\n \"aes-256-cfb\": {\n \"cipher\": \"AES\",\n \"key\": 256,\n \"iv\": 16,\n \"mode\": \"CFB\",\n \"type\": \"stream\"\n },\n \"aes-128-cfb8\": {\n \"cipher\": \"AES\",\n \"key\": 128,\n \"iv\": 16,\n \"mode\": \"CFB8\",\n \"type\": \"stream\"\n },\n \"aes-192-cfb8\": {\n \"cipher\": \"AES\",\n \"key\": 192,\n \"iv\": 16,\n \"mode\": \"CFB8\",\n \"type\": \"stream\"\n },\n \"aes-256-cfb8\": {\n \"cipher\": \"AES\",\n \"key\": 256,\n \"iv\": 16,\n \"mode\": \"CFB8\",\n \"type\": \"stream\"\n },\n \"aes-128-cfb1\": {\n \"cipher\": \"AES\",\n \"key\": 128,\n \"iv\": 16,\n \"mode\": \"CFB1\",\n \"type\": \"stream\"\n },\n \"aes-192-cfb1\": {\n \"cipher\": \"AES\",\n \"key\": 192,\n \"iv\": 16,\n \"mode\": \"CFB1\",\n \"type\": \"stream\"\n },\n \"aes-256-cfb1\": {\n \"cipher\": \"AES\",\n \"key\": 256,\n \"iv\": 16,\n \"mode\": \"CFB1\",\n \"type\": \"stream\"\n },\n \"aes-128-ofb\": {\n \"cipher\": \"AES\",\n \"key\": 128,\n \"iv\": 16,\n \"mode\": \"OFB\",\n \"type\": \"stream\"\n },\n \"aes-192-ofb\": {\n \"cipher\": \"AES\",\n \"key\": 192,\n \"iv\": 16,\n \"mode\": \"OFB\",\n \"type\": \"stream\"\n },\n \"aes-256-ofb\": {\n \"cipher\": \"AES\",\n \"key\": 256,\n \"iv\": 16,\n \"mode\": \"OFB\",\n \"type\": \"stream\"\n },\n \"aes-128-ctr\": {\n \"cipher\": \"AES\",\n \"key\": 128,\n \"iv\": 16,\n \"mode\": \"CTR\",\n \"type\": \"stream\"\n },\n \"aes-192-ctr\": {\n \"cipher\": \"AES\",\n \"key\": 192,\n \"iv\": 16,\n \"mode\": \"CTR\",\n \"type\": \"stream\"\n },\n \"aes-256-ctr\": {\n \"cipher\": \"AES\",\n \"key\": 256,\n \"iv\": 16,\n \"mode\": \"CTR\",\n \"type\": \"stream\"\n },\n \"aes-128-gcm\": {\n \"cipher\": \"AES\",\n \"key\": 128,\n \"iv\": 12,\n \"mode\": \"GCM\",\n \"type\": \"auth\"\n },\n \"aes-192-gcm\": {\n \"cipher\": \"AES\",\n \"key\": 192,\n \"iv\": 12,\n \"mode\": \"GCM\",\n \"type\": \"auth\"\n },\n \"aes-256-gcm\": {\n \"cipher\": \"AES\",\n \"key\": 256,\n \"iv\": 12,\n \"mode\": \"GCM\",\n \"type\": \"auth\"\n }\n}\n;","var modeModules = {\n ECB: require('./ecb'),\n CBC: require('./cbc'),\n CFB: require('./cfb'),\n CFB8: require('./cfb8'),\n CFB1: require('./cfb1'),\n OFB: require('./ofb'),\n CTR: require('./ctr'),\n GCM: require('./ctr')\n}\n\nvar modes = require('./list.json')\n\nfor (var key in modes) {\n modes[key].module = modeModules[modes[key].mode]\n}\n\nmodule.exports = modes\n","// based on the aes implimentation in triple sec\n// https://github.com/keybase/triplesec\n// which is in turn based on the one from crypto-js\n// https://code.google.com/p/crypto-js/\n\nvar Buffer = require('safe-buffer').Buffer\n\nfunction asUInt32Array (buf) {\n if (!Buffer.isBuffer(buf)) buf = Buffer.from(buf)\n\n var len = (buf.length / 4) | 0\n var out = new Array(len)\n\n for (var i = 0; i < len; i++) {\n out[i] = buf.readUInt32BE(i * 4)\n }\n\n return out\n}\n\nfunction scrubVec (v) {\n for (var i = 0; i < v.length; v++) {\n v[i] = 0\n }\n}\n\nfunction cryptBlock (M, keySchedule, SUB_MIX, SBOX, nRounds) {\n var SUB_MIX0 = SUB_MIX[0]\n var SUB_MIX1 = SUB_MIX[1]\n var SUB_MIX2 = SUB_MIX[2]\n var SUB_MIX3 = SUB_MIX[3]\n\n var s0 = M[0] ^ keySchedule[0]\n var s1 = M[1] ^ keySchedule[1]\n var s2 = M[2] ^ keySchedule[2]\n var s3 = M[3] ^ keySchedule[3]\n var t0, t1, t2, t3\n var ksRow = 4\n\n for (var round = 1; round < nRounds; round++) {\n t0 = SUB_MIX0[s0 >>> 24] ^ SUB_MIX1[(s1 >>> 16) & 0xff] ^ SUB_MIX2[(s2 >>> 8) & 0xff] ^ SUB_MIX3[s3 & 0xff] ^ keySchedule[ksRow++]\n t1 = SUB_MIX0[s1 >>> 24] ^ SUB_MIX1[(s2 >>> 16) & 0xff] ^ SUB_MIX2[(s3 >>> 8) & 0xff] ^ SUB_MIX3[s0 & 0xff] ^ keySchedule[ksRow++]\n t2 = SUB_MIX0[s2 >>> 24] ^ SUB_MIX1[(s3 >>> 16) & 0xff] ^ SUB_MIX2[(s0 >>> 8) & 0xff] ^ SUB_MIX3[s1 & 0xff] ^ keySchedule[ksRow++]\n t3 = SUB_MIX0[s3 >>> 24] ^ SUB_MIX1[(s0 >>> 16) & 0xff] ^ SUB_MIX2[(s1 >>> 8) & 0xff] ^ SUB_MIX3[s2 & 0xff] ^ keySchedule[ksRow++]\n s0 = t0\n s1 = t1\n s2 = t2\n s3 = t3\n }\n\n t0 = ((SBOX[s0 >>> 24] << 24) | (SBOX[(s1 >>> 16) & 0xff] << 16) | (SBOX[(s2 >>> 8) & 0xff] << 8) | SBOX[s3 & 0xff]) ^ keySchedule[ksRow++]\n t1 = ((SBOX[s1 >>> 24] << 24) | (SBOX[(s2 >>> 16) & 0xff] << 16) | (SBOX[(s3 >>> 8) & 0xff] << 8) | SBOX[s0 & 0xff]) ^ keySchedule[ksRow++]\n t2 = ((SBOX[s2 >>> 24] << 24) | (SBOX[(s3 >>> 16) & 0xff] << 16) | (SBOX[(s0 >>> 8) & 0xff] << 8) | SBOX[s1 & 0xff]) ^ keySchedule[ksRow++]\n t3 = ((SBOX[s3 >>> 24] << 24) | (SBOX[(s0 >>> 16) & 0xff] << 16) | (SBOX[(s1 >>> 8) & 0xff] << 8) | SBOX[s2 & 0xff]) ^ keySchedule[ksRow++]\n t0 = t0 >>> 0\n t1 = t1 >>> 0\n t2 = t2 >>> 0\n t3 = t3 >>> 0\n\n return [t0, t1, t2, t3]\n}\n\n// AES constants\nvar RCON = [0x00, 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x1b, 0x36]\nvar G = (function () {\n // Compute double table\n var d = new Array(256)\n for (var j = 0; j < 256; j++) {\n if (j < 128) {\n d[j] = j << 1\n } else {\n d[j] = (j << 1) ^ 0x11b\n }\n }\n\n var SBOX = []\n var INV_SBOX = []\n var SUB_MIX = [[], [], [], []]\n var INV_SUB_MIX = [[], [], [], []]\n\n // Walk GF(2^8)\n var x = 0\n var xi = 0\n for (var i = 0; i < 256; ++i) {\n // Compute sbox\n var sx = xi ^ (xi << 1) ^ (xi << 2) ^ (xi << 3) ^ (xi << 4)\n sx = (sx >>> 8) ^ (sx & 0xff) ^ 0x63\n SBOX[x] = sx\n INV_SBOX[sx] = x\n\n // Compute multiplication\n var x2 = d[x]\n var x4 = d[x2]\n var x8 = d[x4]\n\n // Compute sub bytes, mix columns tables\n var t = (d[sx] * 0x101) ^ (sx * 0x1010100)\n SUB_MIX[0][x] = (t << 24) | (t >>> 8)\n SUB_MIX[1][x] = (t << 16) | (t >>> 16)\n SUB_MIX[2][x] = (t << 8) | (t >>> 24)\n SUB_MIX[3][x] = t\n\n // Compute inv sub bytes, inv mix columns tables\n t = (x8 * 0x1010101) ^ (x4 * 0x10001) ^ (x2 * 0x101) ^ (x * 0x1010100)\n INV_SUB_MIX[0][sx] = (t << 24) | (t >>> 8)\n INV_SUB_MIX[1][sx] = (t << 16) | (t >>> 16)\n INV_SUB_MIX[2][sx] = (t << 8) | (t >>> 24)\n INV_SUB_MIX[3][sx] = t\n\n if (x === 0) {\n x = xi = 1\n } else {\n x = x2 ^ d[d[d[x8 ^ x2]]]\n xi ^= d[d[xi]]\n }\n }\n\n return {\n SBOX: SBOX,\n INV_SBOX: INV_SBOX,\n SUB_MIX: SUB_MIX,\n INV_SUB_MIX: INV_SUB_MIX\n }\n})()\n\nfunction AES (key) {\n this._key = asUInt32Array(key)\n this._reset()\n}\n\nAES.blockSize = 4 * 4\nAES.keySize = 256 / 8\nAES.prototype.blockSize = AES.blockSize\nAES.prototype.keySize = AES.keySize\nAES.prototype._reset = function () {\n var keyWords = this._key\n var keySize = keyWords.length\n var nRounds = keySize + 6\n var ksRows = (nRounds + 1) * 4\n\n var keySchedule = []\n for (var k = 0; k < keySize; k++) {\n keySchedule[k] = keyWords[k]\n }\n\n for (k = keySize; k < ksRows; k++) {\n var t = keySchedule[k - 1]\n\n if (k % keySize === 0) {\n t = (t << 8) | (t >>> 24)\n t =\n (G.SBOX[t >>> 24] << 24) |\n (G.SBOX[(t >>> 16) & 0xff] << 16) |\n (G.SBOX[(t >>> 8) & 0xff] << 8) |\n (G.SBOX[t & 0xff])\n\n t ^= RCON[(k / keySize) | 0] << 24\n } else if (keySize > 6 && k % keySize === 4) {\n t =\n (G.SBOX[t >>> 24] << 24) |\n (G.SBOX[(t >>> 16) & 0xff] << 16) |\n (G.SBOX[(t >>> 8) & 0xff] << 8) |\n (G.SBOX[t & 0xff])\n }\n\n keySchedule[k] = keySchedule[k - keySize] ^ t\n }\n\n var invKeySchedule = []\n for (var ik = 0; ik < ksRows; ik++) {\n var ksR = ksRows - ik\n var tt = keySchedule[ksR - (ik % 4 ? 0 : 4)]\n\n if (ik < 4 || ksR <= 4) {\n invKeySchedule[ik] = tt\n } else {\n invKeySchedule[ik] =\n G.INV_SUB_MIX[0][G.SBOX[tt >>> 24]] ^\n G.INV_SUB_MIX[1][G.SBOX[(tt >>> 16) & 0xff]] ^\n G.INV_SUB_MIX[2][G.SBOX[(tt >>> 8) & 0xff]] ^\n G.INV_SUB_MIX[3][G.SBOX[tt & 0xff]]\n }\n }\n\n this._nRounds = nRounds\n this._keySchedule = keySchedule\n this._invKeySchedule = invKeySchedule\n}\n\nAES.prototype.encryptBlockRaw = function (M) {\n M = asUInt32Array(M)\n return cryptBlock(M, this._keySchedule, G.SUB_MIX, G.SBOX, this._nRounds)\n}\n\nAES.prototype.encryptBlock = function (M) {\n var out = this.encryptBlockRaw(M)\n var buf = Buffer.allocUnsafe(16)\n buf.writeUInt32BE(out[0], 0)\n buf.writeUInt32BE(out[1], 4)\n buf.writeUInt32BE(out[2], 8)\n buf.writeUInt32BE(out[3], 12)\n return buf\n}\n\nAES.prototype.decryptBlock = function (M) {\n M = asUInt32Array(M)\n\n // swap\n var m1 = M[1]\n M[1] = M[3]\n M[3] = m1\n\n var out = cryptBlock(M, this._invKeySchedule, G.INV_SUB_MIX, G.INV_SBOX, this._nRounds)\n var buf = Buffer.allocUnsafe(16)\n buf.writeUInt32BE(out[0], 0)\n buf.writeUInt32BE(out[3], 4)\n buf.writeUInt32BE(out[2], 8)\n buf.writeUInt32BE(out[1], 12)\n return buf\n}\n\nAES.prototype.scrub = function () {\n scrubVec(this._keySchedule)\n scrubVec(this._invKeySchedule)\n scrubVec(this._key)\n}\n\nmodule.exports.AES = AES\n","var Buffer = require('safe-buffer').Buffer\nvar ZEROES = Buffer.alloc(16, 0)\n\nfunction toArray (buf) {\n return [\n buf.readUInt32BE(0),\n buf.readUInt32BE(4),\n buf.readUInt32BE(8),\n buf.readUInt32BE(12)\n ]\n}\n\nfunction fromArray (out) {\n var buf = Buffer.allocUnsafe(16)\n buf.writeUInt32BE(out[0] >>> 0, 0)\n buf.writeUInt32BE(out[1] >>> 0, 4)\n buf.writeUInt32BE(out[2] >>> 0, 8)\n buf.writeUInt32BE(out[3] >>> 0, 12)\n return buf\n}\n\nfunction GHASH (key) {\n this.h = key\n this.state = Buffer.alloc(16, 0)\n this.cache = Buffer.allocUnsafe(0)\n}\n\n// from http://bitwiseshiftleft.github.io/sjcl/doc/symbols/src/core_gcm.js.html\n// by Juho Vähä-Herttua\nGHASH.prototype.ghash = function (block) {\n var i = -1\n while (++i < block.length) {\n this.state[i] ^= block[i]\n }\n this._multiply()\n}\n\nGHASH.prototype._multiply = function () {\n var Vi = toArray(this.h)\n var Zi = [0, 0, 0, 0]\n var j, xi, lsbVi\n var i = -1\n while (++i < 128) {\n xi = (this.state[~~(i / 8)] & (1 << (7 - (i % 8)))) !== 0\n if (xi) {\n // Z_i+1 = Z_i ^ V_i\n Zi[0] ^= Vi[0]\n Zi[1] ^= Vi[1]\n Zi[2] ^= Vi[2]\n Zi[3] ^= Vi[3]\n }\n\n // Store the value of LSB(V_i)\n lsbVi = (Vi[3] & 1) !== 0\n\n // V_i+1 = V_i >> 1\n for (j = 3; j > 0; j--) {\n Vi[j] = (Vi[j] >>> 1) | ((Vi[j - 1] & 1) << 31)\n }\n Vi[0] = Vi[0] >>> 1\n\n // If LSB(V_i) is 1, V_i+1 = (V_i >> 1) ^ R\n if (lsbVi) {\n Vi[0] = Vi[0] ^ (0xe1 << 24)\n }\n }\n this.state = fromArray(Zi)\n}\n\nGHASH.prototype.update = function (buf) {\n this.cache = Buffer.concat([this.cache, buf])\n var chunk\n while (this.cache.length >= 16) {\n chunk = this.cache.slice(0, 16)\n this.cache = this.cache.slice(16)\n this.ghash(chunk)\n }\n}\n\nGHASH.prototype.final = function (abl, bl) {\n if (this.cache.length) {\n this.ghash(Buffer.concat([this.cache, ZEROES], 16))\n }\n\n this.ghash(fromArray([0, abl, 0, bl]))\n return this.state\n}\n\nmodule.exports = GHASH\n","var aes = require('./aes')\nvar Buffer = require('safe-buffer').Buffer\nvar Transform = require('cipher-base')\nvar inherits = require('inherits')\nvar GHASH = require('./ghash')\nvar xor = require('buffer-xor')\nvar incr32 = require('./incr32')\n\nfunction xorTest (a, b) {\n var out = 0\n if (a.length !== b.length) out++\n\n var len = Math.min(a.length, b.length)\n for (var i = 0; i < len; ++i) {\n out += (a[i] ^ b[i])\n }\n\n return out\n}\n\nfunction calcIv (self, iv, ck) {\n if (iv.length === 12) {\n self._finID = Buffer.concat([iv, Buffer.from([0, 0, 0, 1])])\n return Buffer.concat([iv, Buffer.from([0, 0, 0, 2])])\n }\n var ghash = new GHASH(ck)\n var len = iv.length\n var toPad = len % 16\n ghash.update(iv)\n if (toPad) {\n toPad = 16 - toPad\n ghash.update(Buffer.alloc(toPad, 0))\n }\n ghash.update(Buffer.alloc(8, 0))\n var ivBits = len * 8\n var tail = Buffer.alloc(8)\n tail.writeUIntBE(ivBits, 0, 8)\n ghash.update(tail)\n self._finID = ghash.state\n var out = Buffer.from(self._finID)\n incr32(out)\n return out\n}\nfunction StreamCipher (mode, key, iv, decrypt) {\n Transform.call(this)\n\n var h = Buffer.alloc(4, 0)\n\n this._cipher = new aes.AES(key)\n var ck = this._cipher.encryptBlock(h)\n this._ghash = new GHASH(ck)\n iv = calcIv(this, iv, ck)\n\n this._prev = Buffer.from(iv)\n this._cache = Buffer.allocUnsafe(0)\n this._secCache = Buffer.allocUnsafe(0)\n this._decrypt = decrypt\n this._alen = 0\n this._len = 0\n this._mode = mode\n\n this._authTag = null\n this._called = false\n}\n\ninherits(StreamCipher, Transform)\n\nStreamCipher.prototype._update = function (chunk) {\n if (!this._called && this._alen) {\n var rump = 16 - (this._alen % 16)\n if (rump < 16) {\n rump = Buffer.alloc(rump, 0)\n this._ghash.update(rump)\n }\n }\n\n this._called = true\n var out = this._mode.encrypt(this, chunk)\n if (this._decrypt) {\n this._ghash.update(chunk)\n } else {\n this._ghash.update(out)\n }\n this._len += chunk.length\n return out\n}\n\nStreamCipher.prototype._final = function () {\n if (this._decrypt && !this._authTag) throw new Error('Unsupported state or unable to authenticate data')\n\n var tag = xor(this._ghash.final(this._alen * 8, this._len * 8), this._cipher.encryptBlock(this._finID))\n if (this._decrypt && xorTest(tag, this._authTag)) throw new Error('Unsupported state or unable to authenticate data')\n\n this._authTag = tag\n this._cipher.scrub()\n}\n\nStreamCipher.prototype.getAuthTag = function getAuthTag () {\n if (this._decrypt || !Buffer.isBuffer(this._authTag)) throw new Error('Attempting to get auth tag in unsupported state')\n\n return this._authTag\n}\n\nStreamCipher.prototype.setAuthTag = function setAuthTag (tag) {\n if (!this._decrypt) throw new Error('Attempting to set auth tag in unsupported state')\n\n this._authTag = tag\n}\n\nStreamCipher.prototype.setAAD = function setAAD (buf) {\n if (this._called) throw new Error('Attempting to set AAD in unsupported state')\n\n this._ghash.update(buf)\n this._alen += buf.length\n}\n\nmodule.exports = StreamCipher\n","var aes = require('./aes')\nvar Buffer = require('safe-buffer').Buffer\nvar Transform = require('cipher-base')\nvar inherits = require('inherits')\n\nfunction StreamCipher (mode, key, iv, decrypt) {\n Transform.call(this)\n\n this._cipher = new aes.AES(key)\n this._prev = Buffer.from(iv)\n this._cache = Buffer.allocUnsafe(0)\n this._secCache = Buffer.allocUnsafe(0)\n this._decrypt = decrypt\n this._mode = mode\n}\n\ninherits(StreamCipher, Transform)\n\nStreamCipher.prototype._update = function (chunk) {\n return this._mode.encrypt(this, chunk, this._decrypt)\n}\n\nStreamCipher.prototype._final = function () {\n this._cipher.scrub()\n}\n\nmodule.exports = StreamCipher\n","var Buffer = require('safe-buffer').Buffer\nvar MD5 = require('md5.js')\n\n/* eslint-disable camelcase */\nfunction EVP_BytesToKey (password, salt, keyBits, ivLen) {\n if (!Buffer.isBuffer(password)) password = Buffer.from(password, 'binary')\n if (salt) {\n if (!Buffer.isBuffer(salt)) salt = Buffer.from(salt, 'binary')\n if (salt.length !== 8) throw new RangeError('salt should be Buffer with 8 byte length')\n }\n\n var keyLen = keyBits / 8\n var key = Buffer.alloc(keyLen)\n var iv = Buffer.alloc(ivLen || 0)\n var tmp = Buffer.alloc(0)\n\n while (keyLen > 0 || ivLen > 0) {\n var hash = new MD5()\n hash.update(tmp)\n hash.update(password)\n if (salt) hash.update(salt)\n tmp = hash.digest()\n\n var used = 0\n\n if (keyLen > 0) {\n var keyStart = key.length - keyLen\n used = Math.min(keyLen, tmp.length)\n tmp.copy(key, keyStart, 0, used)\n keyLen -= used\n }\n\n if (used < tmp.length && ivLen > 0) {\n var ivStart = iv.length - ivLen\n var length = Math.min(ivLen, tmp.length - used)\n tmp.copy(iv, ivStart, used, used + length)\n ivLen -= length\n }\n }\n\n tmp.fill(0)\n return { key: key, iv: iv }\n}\n\nmodule.exports = EVP_BytesToKey\n","var MODES = require('./modes')\nvar AuthCipher = require('./authCipher')\nvar Buffer = require('safe-buffer').Buffer\nvar StreamCipher = require('./streamCipher')\nvar Transform = require('cipher-base')\nvar aes = require('./aes')\nvar ebtk = require('evp_bytestokey')\nvar inherits = require('inherits')\n\nfunction Cipher (mode, key, iv) {\n Transform.call(this)\n\n this._cache = new Splitter()\n this._cipher = new aes.AES(key)\n this._prev = Buffer.from(iv)\n this._mode = mode\n this._autopadding = true\n}\n\ninherits(Cipher, Transform)\n\nCipher.prototype._update = function (data) {\n this._cache.add(data)\n var chunk\n var thing\n var out = []\n\n while ((chunk = this._cache.get())) {\n thing = this._mode.encrypt(this, chunk)\n out.push(thing)\n }\n\n return Buffer.concat(out)\n}\n\nvar PADDING = Buffer.alloc(16, 0x10)\n\nCipher.prototype._final = function () {\n var chunk = this._cache.flush()\n if (this._autopadding) {\n chunk = this._mode.encrypt(this, chunk)\n this._cipher.scrub()\n return chunk\n }\n\n if (!chunk.equals(PADDING)) {\n this._cipher.scrub()\n throw new Error('data not multiple of block length')\n }\n}\n\nCipher.prototype.setAutoPadding = function (setTo) {\n this._autopadding = !!setTo\n return this\n}\n\nfunction Splitter () {\n this.cache = Buffer.allocUnsafe(0)\n}\n\nSplitter.prototype.add = function (data) {\n this.cache = Buffer.concat([this.cache, data])\n}\n\nSplitter.prototype.get = function () {\n if (this.cache.length > 15) {\n var out = this.cache.slice(0, 16)\n this.cache = this.cache.slice(16)\n return out\n }\n return null\n}\n\nSplitter.prototype.flush = function () {\n var len = 16 - this.cache.length\n var padBuff = Buffer.allocUnsafe(len)\n\n var i = -1\n while (++i < len) {\n padBuff.writeUInt8(len, i)\n }\n\n return Buffer.concat([this.cache, padBuff])\n}\n\nfunction createCipheriv (suite, password, iv) {\n var config = MODES[suite.toLowerCase()]\n if (!config) throw new TypeError('invalid suite type')\n\n if (typeof password === 'string') password = Buffer.from(password)\n if (password.length !== config.key / 8) throw new TypeError('invalid key length ' + password.length)\n\n if (typeof iv === 'string') iv = Buffer.from(iv)\n if (config.mode !== 'GCM' && iv.length !== config.iv) throw new TypeError('invalid iv length ' + iv.length)\n\n if (config.type === 'stream') {\n return new StreamCipher(config.module, password, iv)\n } else if (config.type === 'auth') {\n return new AuthCipher(config.module, password, iv)\n }\n\n return new Cipher(config.module, password, iv)\n}\n\nfunction createCipher (suite, password) {\n var config = MODES[suite.toLowerCase()]\n if (!config) throw new TypeError('invalid suite type')\n\n var keys = ebtk(password, false, config.key, config.iv)\n return createCipheriv(suite, keys.key, keys.iv)\n}\n\nexports.createCipheriv = createCipheriv\nexports.createCipher = createCipher\n","var AuthCipher = require('./authCipher')\nvar Buffer = require('safe-buffer').Buffer\nvar MODES = require('./modes')\nvar StreamCipher = require('./streamCipher')\nvar Transform = require('cipher-base')\nvar aes = require('./aes')\nvar ebtk = require('evp_bytestokey')\nvar inherits = require('inherits')\n\nfunction Decipher (mode, key, iv) {\n Transform.call(this)\n\n this._cache = new Splitter()\n this._last = void 0\n this._cipher = new aes.AES(key)\n this._prev = Buffer.from(iv)\n this._mode = mode\n this._autopadding = true\n}\n\ninherits(Decipher, Transform)\n\nDecipher.prototype._update = function (data) {\n this._cache.add(data)\n var chunk\n var thing\n var out = []\n while ((chunk = this._cache.get(this._autopadding))) {\n thing = this._mode.decrypt(this, chunk)\n out.push(thing)\n }\n return Buffer.concat(out)\n}\n\nDecipher.prototype._final = function () {\n var chunk = this._cache.flush()\n if (this._autopadding) {\n return unpad(this._mode.decrypt(this, chunk))\n } else if (chunk) {\n throw new Error('data not multiple of block length')\n }\n}\n\nDecipher.prototype.setAutoPadding = function (setTo) {\n this._autopadding = !!setTo\n return this\n}\n\nfunction Splitter () {\n this.cache = Buffer.allocUnsafe(0)\n}\n\nSplitter.prototype.add = function (data) {\n this.cache = Buffer.concat([this.cache, data])\n}\n\nSplitter.prototype.get = function (autoPadding) {\n var out\n if (autoPadding) {\n if (this.cache.length > 16) {\n out = this.cache.slice(0, 16)\n this.cache = this.cache.slice(16)\n return out\n }\n } else {\n if (this.cache.length >= 16) {\n out = this.cache.slice(0, 16)\n this.cache = this.cache.slice(16)\n return out\n }\n }\n\n return null\n}\n\nSplitter.prototype.flush = function () {\n if (this.cache.length) return this.cache\n}\n\nfunction unpad (last) {\n var padded = last[15]\n if (padded < 1 || padded > 16) {\n throw new Error('unable to decrypt data')\n }\n var i = -1\n while (++i < padded) {\n if (last[(i + (16 - padded))] !== padded) {\n throw new Error('unable to decrypt data')\n }\n }\n if (padded === 16) return\n\n return last.slice(0, 16 - padded)\n}\n\nfunction createDecipheriv (suite, password, iv) {\n var config = MODES[suite.toLowerCase()]\n if (!config) throw new TypeError('invalid suite type')\n\n if (typeof iv === 'string') iv = Buffer.from(iv)\n if (config.mode !== 'GCM' && iv.length !== config.iv) throw new TypeError('invalid iv length ' + iv.length)\n\n if (typeof password === 'string') password = Buffer.from(password)\n if (password.length !== config.key / 8) throw new TypeError('invalid key length ' + password.length)\n\n if (config.type === 'stream') {\n return new StreamCipher(config.module, password, iv, true)\n } else if (config.type === 'auth') {\n return new AuthCipher(config.module, password, iv, true)\n }\n\n return new Decipher(config.module, password, iv)\n}\n\nfunction createDecipher (suite, password) {\n var config = MODES[suite.toLowerCase()]\n if (!config) throw new TypeError('invalid suite type')\n\n var keys = ebtk(password, false, config.key, config.iv)\n return createDecipheriv(suite, keys.key, keys.iv)\n}\n\nexports.createDecipher = createDecipher\nexports.createDecipheriv = createDecipheriv\n","var ciphers = require('./encrypter')\nvar deciphers = require('./decrypter')\nvar modes = require('./modes/list.json')\n\nfunction getCiphers () {\n return Object.keys(modes)\n}\n\nexports.createCipher = exports.Cipher = ciphers.createCipher\nexports.createCipheriv = exports.Cipheriv = ciphers.createCipheriv\nexports.createDecipher = exports.Decipher = deciphers.createDecipher\nexports.createDecipheriv = exports.Decipheriv = deciphers.createDecipheriv\nexports.listCiphers = exports.getCiphers = getCiphers\n","exports['des-ecb'] = {\n key: 8,\n iv: 0\n}\nexports['des-cbc'] = exports.des = {\n key: 8,\n iv: 8\n}\nexports['des-ede3-cbc'] = exports.des3 = {\n key: 24,\n iv: 8\n}\nexports['des-ede3'] = {\n key: 24,\n iv: 0\n}\nexports['des-ede-cbc'] = {\n key: 16,\n iv: 8\n}\nexports['des-ede'] = {\n key: 16,\n iv: 0\n}\n","var DES = require('browserify-des')\nvar aes = require('browserify-aes/browser')\nvar aesModes = require('browserify-aes/modes')\nvar desModes = require('browserify-des/modes')\nvar ebtk = require('evp_bytestokey')\n\nfunction createCipher (suite, password) {\n suite = suite.toLowerCase()\n\n var keyLen, ivLen\n if (aesModes[suite]) {\n keyLen = aesModes[suite].key\n ivLen = aesModes[suite].iv\n } else if (desModes[suite]) {\n keyLen = desModes[suite].key * 8\n ivLen = desModes[suite].iv\n } else {\n throw new TypeError('invalid suite type')\n }\n\n var keys = ebtk(password, false, keyLen, ivLen)\n return createCipheriv(suite, keys.key, keys.iv)\n}\n\nfunction createDecipher (suite, password) {\n suite = suite.toLowerCase()\n\n var keyLen, ivLen\n if (aesModes[suite]) {\n keyLen = aesModes[suite].key\n ivLen = aesModes[suite].iv\n } else if (desModes[suite]) {\n keyLen = desModes[suite].key * 8\n ivLen = desModes[suite].iv\n } else {\n throw new TypeError('invalid suite type')\n }\n\n var keys = ebtk(password, false, keyLen, ivLen)\n return createDecipheriv(suite, keys.key, keys.iv)\n}\n\nfunction createCipheriv (suite, key, iv) {\n suite = suite.toLowerCase()\n if (aesModes[suite]) return aes.createCipheriv(suite, key, iv)\n if (desModes[suite]) return new DES({ key: key, iv: iv, mode: suite })\n\n throw new TypeError('invalid suite type')\n}\n\nfunction createDecipheriv (suite, key, iv) {\n suite = suite.toLowerCase()\n if (aesModes[suite]) return aes.createDecipheriv(suite, key, iv)\n if (desModes[suite]) return new DES({ key: key, iv: iv, mode: suite, decrypt: true })\n\n throw new TypeError('invalid suite type')\n}\n\nfunction getCiphers () {\n return Object.keys(desModes).concat(aes.getCiphers())\n}\n\nexports.createCipher = exports.Cipher = createCipher\nexports.createCipheriv = exports.Cipheriv = createCipheriv\nexports.createDecipher = exports.Decipher = createDecipher\nexports.createDecipheriv = exports.Decipheriv = createDecipheriv\nexports.listCiphers = exports.getCiphers = getCiphers\n","(function (module, exports) {\n 'use strict';\n\n // Utils\n function assert (val, msg) {\n if (!val) throw new Error(msg || 'Assertion failed');\n }\n\n // Could use `inherits` module, but don't want to move from single file\n // architecture yet.\n function inherits (ctor, superCtor) {\n ctor.super_ = superCtor;\n var TempCtor = function () {};\n TempCtor.prototype = superCtor.prototype;\n ctor.prototype = new TempCtor();\n ctor.prototype.constructor = ctor;\n }\n\n // BN\n\n function BN (number, base, endian) {\n if (BN.isBN(number)) {\n return number;\n }\n\n this.negative = 0;\n this.words = null;\n this.length = 0;\n\n // Reduction context\n this.red = null;\n\n if (number !== null) {\n if (base === 'le' || base === 'be') {\n endian = base;\n base = 10;\n }\n\n this._init(number || 0, base || 10, endian || 'be');\n }\n }\n if (typeof module === 'object') {\n module.exports = BN;\n } else {\n exports.BN = BN;\n }\n\n BN.BN = BN;\n BN.wordSize = 26;\n\n var Buffer;\n try {\n Buffer = require('buffer').Buffer;\n } catch (e) {\n }\n\n BN.isBN = function isBN (num) {\n if (num instanceof BN) {\n return true;\n }\n\n return num !== null && typeof num === 'object' &&\n num.constructor.wordSize === BN.wordSize && Array.isArray(num.words);\n };\n\n BN.max = function max (left, right) {\n if (left.cmp(right) > 0) return left;\n return right;\n };\n\n BN.min = function min (left, right) {\n if (left.cmp(right) < 0) return left;\n return right;\n };\n\n BN.prototype._init = function init (number, base, endian) {\n if (typeof number === 'number') {\n return this._initNumber(number, base, endian);\n }\n\n if (typeof number === 'object') {\n return this._initArray(number, base, endian);\n }\n\n if (base === 'hex') {\n base = 16;\n }\n assert(base === (base | 0) && base >= 2 && base <= 36);\n\n number = number.toString().replace(/\\s+/g, '');\n var start = 0;\n if (number[0] === '-') {\n start++;\n }\n\n if (base === 16) {\n this._parseHex(number, start);\n } else {\n this._parseBase(number, base, start);\n }\n\n if (number[0] === '-') {\n this.negative = 1;\n }\n\n this.strip();\n\n if (endian !== 'le') return;\n\n this._initArray(this.toArray(), base, endian);\n };\n\n BN.prototype._initNumber = function _initNumber (number, base, endian) {\n if (number < 0) {\n this.negative = 1;\n number = -number;\n }\n if (number < 0x4000000) {\n this.words = [ number & 0x3ffffff ];\n this.length = 1;\n } else if (number < 0x10000000000000) {\n this.words = [\n number & 0x3ffffff,\n (number / 0x4000000) & 0x3ffffff\n ];\n this.length = 2;\n } else {\n assert(number < 0x20000000000000); // 2 ^ 53 (unsafe)\n this.words = [\n number & 0x3ffffff,\n (number / 0x4000000) & 0x3ffffff,\n 1\n ];\n this.length = 3;\n }\n\n if (endian !== 'le') return;\n\n // Reverse the bytes\n this._initArray(this.toArray(), base, endian);\n };\n\n BN.prototype._initArray = function _initArray (number, base, endian) {\n // Perhaps a Uint8Array\n assert(typeof number.length === 'number');\n if (number.length <= 0) {\n this.words = [ 0 ];\n this.length = 1;\n return this;\n }\n\n this.length = Math.ceil(number.length / 3);\n this.words = new Array(this.length);\n for (var i = 0; i < this.length; i++) {\n this.words[i] = 0;\n }\n\n var j, w;\n var off = 0;\n if (endian === 'be') {\n for (i = number.length - 1, j = 0; i >= 0; i -= 3) {\n w = number[i] | (number[i - 1] << 8) | (number[i - 2] << 16);\n this.words[j] |= (w << off) & 0x3ffffff;\n this.words[j + 1] = (w >>> (26 - off)) & 0x3ffffff;\n off += 24;\n if (off >= 26) {\n off -= 26;\n j++;\n }\n }\n } else if (endian === 'le') {\n for (i = 0, j = 0; i < number.length; i += 3) {\n w = number[i] | (number[i + 1] << 8) | (number[i + 2] << 16);\n this.words[j] |= (w << off) & 0x3ffffff;\n this.words[j + 1] = (w >>> (26 - off)) & 0x3ffffff;\n off += 24;\n if (off >= 26) {\n off -= 26;\n j++;\n }\n }\n }\n return this.strip();\n };\n\n function parseHex (str, start, end) {\n var r = 0;\n var len = Math.min(str.length, end);\n for (var i = start; i < len; i++) {\n var c = str.charCodeAt(i) - 48;\n\n r <<= 4;\n\n // 'a' - 'f'\n if (c >= 49 && c <= 54) {\n r |= c - 49 + 0xa;\n\n // 'A' - 'F'\n } else if (c >= 17 && c <= 22) {\n r |= c - 17 + 0xa;\n\n // '0' - '9'\n } else {\n r |= c & 0xf;\n }\n }\n return r;\n }\n\n BN.prototype._parseHex = function _parseHex (number, start) {\n // Create possibly bigger array to ensure that it fits the number\n this.length = Math.ceil((number.length - start) / 6);\n this.words = new Array(this.length);\n for (var i = 0; i < this.length; i++) {\n this.words[i] = 0;\n }\n\n var j, w;\n // Scan 24-bit chunks and add them to the number\n var off = 0;\n for (i = number.length - 6, j = 0; i >= start; i -= 6) {\n w = parseHex(number, i, i + 6);\n this.words[j] |= (w << off) & 0x3ffffff;\n // NOTE: `0x3fffff` is intentional here, 26bits max shift + 24bit hex limb\n this.words[j + 1] |= w >>> (26 - off) & 0x3fffff;\n off += 24;\n if (off >= 26) {\n off -= 26;\n j++;\n }\n }\n if (i + 6 !== start) {\n w = parseHex(number, start, i + 6);\n this.words[j] |= (w << off) & 0x3ffffff;\n this.words[j + 1] |= w >>> (26 - off) & 0x3fffff;\n }\n this.strip();\n };\n\n function parseBase (str, start, end, mul) {\n var r = 0;\n var len = Math.min(str.length, end);\n for (var i = start; i < len; i++) {\n var c = str.charCodeAt(i) - 48;\n\n r *= mul;\n\n // 'a'\n if (c >= 49) {\n r += c - 49 + 0xa;\n\n // 'A'\n } else if (c >= 17) {\n r += c - 17 + 0xa;\n\n // '0' - '9'\n } else {\n r += c;\n }\n }\n return r;\n }\n\n BN.prototype._parseBase = function _parseBase (number, base, start) {\n // Initialize as zero\n this.words = [ 0 ];\n this.length = 1;\n\n // Find length of limb in base\n for (var limbLen = 0, limbPow = 1; limbPow <= 0x3ffffff; limbPow *= base) {\n limbLen++;\n }\n limbLen--;\n limbPow = (limbPow / base) | 0;\n\n var total = number.length - start;\n var mod = total % limbLen;\n var end = Math.min(total, total - mod) + start;\n\n var word = 0;\n for (var i = start; i < end; i += limbLen) {\n word = parseBase(number, i, i + limbLen, base);\n\n this.imuln(limbPow);\n if (this.words[0] + word < 0x4000000) {\n this.words[0] += word;\n } else {\n this._iaddn(word);\n }\n }\n\n if (mod !== 0) {\n var pow = 1;\n word = parseBase(number, i, number.length, base);\n\n for (i = 0; i < mod; i++) {\n pow *= base;\n }\n\n this.imuln(pow);\n if (this.words[0] + word < 0x4000000) {\n this.words[0] += word;\n } else {\n this._iaddn(word);\n }\n }\n };\n\n BN.prototype.copy = function copy (dest) {\n dest.words = new Array(this.length);\n for (var i = 0; i < this.length; i++) {\n dest.words[i] = this.words[i];\n }\n dest.length = this.length;\n dest.negative = this.negative;\n dest.red = this.red;\n };\n\n BN.prototype.clone = function clone () {\n var r = new BN(null);\n this.copy(r);\n return r;\n };\n\n BN.prototype._expand = function _expand (size) {\n while (this.length < size) {\n this.words[this.length++] = 0;\n }\n return this;\n };\n\n // Remove leading `0` from `this`\n BN.prototype.strip = function strip () {\n while (this.length > 1 && this.words[this.length - 1] === 0) {\n this.length--;\n }\n return this._normSign();\n };\n\n BN.prototype._normSign = function _normSign () {\n // -0 = 0\n if (this.length === 1 && this.words[0] === 0) {\n this.negative = 0;\n }\n return this;\n };\n\n BN.prototype.inspect = function inspect () {\n return (this.red ? '';\n };\n\n /*\n\n var zeros = [];\n var groupSizes = [];\n var groupBases = [];\n\n var s = '';\n var i = -1;\n while (++i < BN.wordSize) {\n zeros[i] = s;\n s += '0';\n }\n groupSizes[0] = 0;\n groupSizes[1] = 0;\n groupBases[0] = 0;\n groupBases[1] = 0;\n var base = 2 - 1;\n while (++base < 36 + 1) {\n var groupSize = 0;\n var groupBase = 1;\n while (groupBase < (1 << BN.wordSize) / base) {\n groupBase *= base;\n groupSize += 1;\n }\n groupSizes[base] = groupSize;\n groupBases[base] = groupBase;\n }\n\n */\n\n var zeros = [\n '',\n '0',\n '00',\n '000',\n '0000',\n '00000',\n '000000',\n '0000000',\n '00000000',\n '000000000',\n '0000000000',\n '00000000000',\n '000000000000',\n '0000000000000',\n '00000000000000',\n '000000000000000',\n '0000000000000000',\n '00000000000000000',\n '000000000000000000',\n '0000000000000000000',\n '00000000000000000000',\n '000000000000000000000',\n '0000000000000000000000',\n '00000000000000000000000',\n '000000000000000000000000',\n '0000000000000000000000000'\n ];\n\n var groupSizes = [\n 0, 0,\n 25, 16, 12, 11, 10, 9, 8,\n 8, 7, 7, 7, 7, 6, 6,\n 6, 6, 6, 6, 6, 5, 5,\n 5, 5, 5, 5, 5, 5, 5,\n 5, 5, 5, 5, 5, 5, 5\n ];\n\n var groupBases = [\n 0, 0,\n 33554432, 43046721, 16777216, 48828125, 60466176, 40353607, 16777216,\n 43046721, 10000000, 19487171, 35831808, 62748517, 7529536, 11390625,\n 16777216, 24137569, 34012224, 47045881, 64000000, 4084101, 5153632,\n 6436343, 7962624, 9765625, 11881376, 14348907, 17210368, 20511149,\n 24300000, 28629151, 33554432, 39135393, 45435424, 52521875, 60466176\n ];\n\n BN.prototype.toString = function toString (base, padding) {\n base = base || 10;\n padding = padding | 0 || 1;\n\n var out;\n if (base === 16 || base === 'hex') {\n out = '';\n var off = 0;\n var carry = 0;\n for (var i = 0; i < this.length; i++) {\n var w = this.words[i];\n var word = (((w << off) | carry) & 0xffffff).toString(16);\n carry = (w >>> (24 - off)) & 0xffffff;\n if (carry !== 0 || i !== this.length - 1) {\n out = zeros[6 - word.length] + word + out;\n } else {\n out = word + out;\n }\n off += 2;\n if (off >= 26) {\n off -= 26;\n i--;\n }\n }\n if (carry !== 0) {\n out = carry.toString(16) + out;\n }\n while (out.length % padding !== 0) {\n out = '0' + out;\n }\n if (this.negative !== 0) {\n out = '-' + out;\n }\n return out;\n }\n\n if (base === (base | 0) && base >= 2 && base <= 36) {\n // var groupSize = Math.floor(BN.wordSize * Math.LN2 / Math.log(base));\n var groupSize = groupSizes[base];\n // var groupBase = Math.pow(base, groupSize);\n var groupBase = groupBases[base];\n out = '';\n var c = this.clone();\n c.negative = 0;\n while (!c.isZero()) {\n var r = c.modn(groupBase).toString(base);\n c = c.idivn(groupBase);\n\n if (!c.isZero()) {\n out = zeros[groupSize - r.length] + r + out;\n } else {\n out = r + out;\n }\n }\n if (this.isZero()) {\n out = '0' + out;\n }\n while (out.length % padding !== 0) {\n out = '0' + out;\n }\n if (this.negative !== 0) {\n out = '-' + out;\n }\n return out;\n }\n\n assert(false, 'Base should be between 2 and 36');\n };\n\n BN.prototype.toNumber = function toNumber () {\n var ret = this.words[0];\n if (this.length === 2) {\n ret += this.words[1] * 0x4000000;\n } else if (this.length === 3 && this.words[2] === 0x01) {\n // NOTE: at this stage it is known that the top bit is set\n ret += 0x10000000000000 + (this.words[1] * 0x4000000);\n } else if (this.length > 2) {\n assert(false, 'Number can only safely store up to 53 bits');\n }\n return (this.negative !== 0) ? -ret : ret;\n };\n\n BN.prototype.toJSON = function toJSON () {\n return this.toString(16);\n };\n\n BN.prototype.toBuffer = function toBuffer (endian, length) {\n assert(typeof Buffer !== 'undefined');\n return this.toArrayLike(Buffer, endian, length);\n };\n\n BN.prototype.toArray = function toArray (endian, length) {\n return this.toArrayLike(Array, endian, length);\n };\n\n BN.prototype.toArrayLike = function toArrayLike (ArrayType, endian, length) {\n var byteLength = this.byteLength();\n var reqLength = length || Math.max(1, byteLength);\n assert(byteLength <= reqLength, 'byte array longer than desired length');\n assert(reqLength > 0, 'Requested array length <= 0');\n\n this.strip();\n var littleEndian = endian === 'le';\n var res = new ArrayType(reqLength);\n\n var b, i;\n var q = this.clone();\n if (!littleEndian) {\n // Assume big-endian\n for (i = 0; i < reqLength - byteLength; i++) {\n res[i] = 0;\n }\n\n for (i = 0; !q.isZero(); i++) {\n b = q.andln(0xff);\n q.iushrn(8);\n\n res[reqLength - i - 1] = b;\n }\n } else {\n for (i = 0; !q.isZero(); i++) {\n b = q.andln(0xff);\n q.iushrn(8);\n\n res[i] = b;\n }\n\n for (; i < reqLength; i++) {\n res[i] = 0;\n }\n }\n\n return res;\n };\n\n if (Math.clz32) {\n BN.prototype._countBits = function _countBits (w) {\n return 32 - Math.clz32(w);\n };\n } else {\n BN.prototype._countBits = function _countBits (w) {\n var t = w;\n var r = 0;\n if (t >= 0x1000) {\n r += 13;\n t >>>= 13;\n }\n if (t >= 0x40) {\n r += 7;\n t >>>= 7;\n }\n if (t >= 0x8) {\n r += 4;\n t >>>= 4;\n }\n if (t >= 0x02) {\n r += 2;\n t >>>= 2;\n }\n return r + t;\n };\n }\n\n BN.prototype._zeroBits = function _zeroBits (w) {\n // Short-cut\n if (w === 0) return 26;\n\n var t = w;\n var r = 0;\n if ((t & 0x1fff) === 0) {\n r += 13;\n t >>>= 13;\n }\n if ((t & 0x7f) === 0) {\n r += 7;\n t >>>= 7;\n }\n if ((t & 0xf) === 0) {\n r += 4;\n t >>>= 4;\n }\n if ((t & 0x3) === 0) {\n r += 2;\n t >>>= 2;\n }\n if ((t & 0x1) === 0) {\n r++;\n }\n return r;\n };\n\n // Return number of used bits in a BN\n BN.prototype.bitLength = function bitLength () {\n var w = this.words[this.length - 1];\n var hi = this._countBits(w);\n return (this.length - 1) * 26 + hi;\n };\n\n function toBitArray (num) {\n var w = new Array(num.bitLength());\n\n for (var bit = 0; bit < w.length; bit++) {\n var off = (bit / 26) | 0;\n var wbit = bit % 26;\n\n w[bit] = (num.words[off] & (1 << wbit)) >>> wbit;\n }\n\n return w;\n }\n\n // Number of trailing zero bits\n BN.prototype.zeroBits = function zeroBits () {\n if (this.isZero()) return 0;\n\n var r = 0;\n for (var i = 0; i < this.length; i++) {\n var b = this._zeroBits(this.words[i]);\n r += b;\n if (b !== 26) break;\n }\n return r;\n };\n\n BN.prototype.byteLength = function byteLength () {\n return Math.ceil(this.bitLength() / 8);\n };\n\n BN.prototype.toTwos = function toTwos (width) {\n if (this.negative !== 0) {\n return this.abs().inotn(width).iaddn(1);\n }\n return this.clone();\n };\n\n BN.prototype.fromTwos = function fromTwos (width) {\n if (this.testn(width - 1)) {\n return this.notn(width).iaddn(1).ineg();\n }\n return this.clone();\n };\n\n BN.prototype.isNeg = function isNeg () {\n return this.negative !== 0;\n };\n\n // Return negative clone of `this`\n BN.prototype.neg = function neg () {\n return this.clone().ineg();\n };\n\n BN.prototype.ineg = function ineg () {\n if (!this.isZero()) {\n this.negative ^= 1;\n }\n\n return this;\n };\n\n // Or `num` with `this` in-place\n BN.prototype.iuor = function iuor (num) {\n while (this.length < num.length) {\n this.words[this.length++] = 0;\n }\n\n for (var i = 0; i < num.length; i++) {\n this.words[i] = this.words[i] | num.words[i];\n }\n\n return this.strip();\n };\n\n BN.prototype.ior = function ior (num) {\n assert((this.negative | num.negative) === 0);\n return this.iuor(num);\n };\n\n // Or `num` with `this`\n BN.prototype.or = function or (num) {\n if (this.length > num.length) return this.clone().ior(num);\n return num.clone().ior(this);\n };\n\n BN.prototype.uor = function uor (num) {\n if (this.length > num.length) return this.clone().iuor(num);\n return num.clone().iuor(this);\n };\n\n // And `num` with `this` in-place\n BN.prototype.iuand = function iuand (num) {\n // b = min-length(num, this)\n var b;\n if (this.length > num.length) {\n b = num;\n } else {\n b = this;\n }\n\n for (var i = 0; i < b.length; i++) {\n this.words[i] = this.words[i] & num.words[i];\n }\n\n this.length = b.length;\n\n return this.strip();\n };\n\n BN.prototype.iand = function iand (num) {\n assert((this.negative | num.negative) === 0);\n return this.iuand(num);\n };\n\n // And `num` with `this`\n BN.prototype.and = function and (num) {\n if (this.length > num.length) return this.clone().iand(num);\n return num.clone().iand(this);\n };\n\n BN.prototype.uand = function uand (num) {\n if (this.length > num.length) return this.clone().iuand(num);\n return num.clone().iuand(this);\n };\n\n // Xor `num` with `this` in-place\n BN.prototype.iuxor = function iuxor (num) {\n // a.length > b.length\n var a;\n var b;\n if (this.length > num.length) {\n a = this;\n b = num;\n } else {\n a = num;\n b = this;\n }\n\n for (var i = 0; i < b.length; i++) {\n this.words[i] = a.words[i] ^ b.words[i];\n }\n\n if (this !== a) {\n for (; i < a.length; i++) {\n this.words[i] = a.words[i];\n }\n }\n\n this.length = a.length;\n\n return this.strip();\n };\n\n BN.prototype.ixor = function ixor (num) {\n assert((this.negative | num.negative) === 0);\n return this.iuxor(num);\n };\n\n // Xor `num` with `this`\n BN.prototype.xor = function xor (num) {\n if (this.length > num.length) return this.clone().ixor(num);\n return num.clone().ixor(this);\n };\n\n BN.prototype.uxor = function uxor (num) {\n if (this.length > num.length) return this.clone().iuxor(num);\n return num.clone().iuxor(this);\n };\n\n // Not ``this`` with ``width`` bitwidth\n BN.prototype.inotn = function inotn (width) {\n assert(typeof width === 'number' && width >= 0);\n\n var bytesNeeded = Math.ceil(width / 26) | 0;\n var bitsLeft = width % 26;\n\n // Extend the buffer with leading zeroes\n this._expand(bytesNeeded);\n\n if (bitsLeft > 0) {\n bytesNeeded--;\n }\n\n // Handle complete words\n for (var i = 0; i < bytesNeeded; i++) {\n this.words[i] = ~this.words[i] & 0x3ffffff;\n }\n\n // Handle the residue\n if (bitsLeft > 0) {\n this.words[i] = ~this.words[i] & (0x3ffffff >> (26 - bitsLeft));\n }\n\n // And remove leading zeroes\n return this.strip();\n };\n\n BN.prototype.notn = function notn (width) {\n return this.clone().inotn(width);\n };\n\n // Set `bit` of `this`\n BN.prototype.setn = function setn (bit, val) {\n assert(typeof bit === 'number' && bit >= 0);\n\n var off = (bit / 26) | 0;\n var wbit = bit % 26;\n\n this._expand(off + 1);\n\n if (val) {\n this.words[off] = this.words[off] | (1 << wbit);\n } else {\n this.words[off] = this.words[off] & ~(1 << wbit);\n }\n\n return this.strip();\n };\n\n // Add `num` to `this` in-place\n BN.prototype.iadd = function iadd (num) {\n var r;\n\n // negative + positive\n if (this.negative !== 0 && num.negative === 0) {\n this.negative = 0;\n r = this.isub(num);\n this.negative ^= 1;\n return this._normSign();\n\n // positive + negative\n } else if (this.negative === 0 && num.negative !== 0) {\n num.negative = 0;\n r = this.isub(num);\n num.negative = 1;\n return r._normSign();\n }\n\n // a.length > b.length\n var a, b;\n if (this.length > num.length) {\n a = this;\n b = num;\n } else {\n a = num;\n b = this;\n }\n\n var carry = 0;\n for (var i = 0; i < b.length; i++) {\n r = (a.words[i] | 0) + (b.words[i] | 0) + carry;\n this.words[i] = r & 0x3ffffff;\n carry = r >>> 26;\n }\n for (; carry !== 0 && i < a.length; i++) {\n r = (a.words[i] | 0) + carry;\n this.words[i] = r & 0x3ffffff;\n carry = r >>> 26;\n }\n\n this.length = a.length;\n if (carry !== 0) {\n this.words[this.length] = carry;\n this.length++;\n // Copy the rest of the words\n } else if (a !== this) {\n for (; i < a.length; i++) {\n this.words[i] = a.words[i];\n }\n }\n\n return this;\n };\n\n // Add `num` to `this`\n BN.prototype.add = function add (num) {\n var res;\n if (num.negative !== 0 && this.negative === 0) {\n num.negative = 0;\n res = this.sub(num);\n num.negative ^= 1;\n return res;\n } else if (num.negative === 0 && this.negative !== 0) {\n this.negative = 0;\n res = num.sub(this);\n this.negative = 1;\n return res;\n }\n\n if (this.length > num.length) return this.clone().iadd(num);\n\n return num.clone().iadd(this);\n };\n\n // Subtract `num` from `this` in-place\n BN.prototype.isub = function isub (num) {\n // this - (-num) = this + num\n if (num.negative !== 0) {\n num.negative = 0;\n var r = this.iadd(num);\n num.negative = 1;\n return r._normSign();\n\n // -this - num = -(this + num)\n } else if (this.negative !== 0) {\n this.negative = 0;\n this.iadd(num);\n this.negative = 1;\n return this._normSign();\n }\n\n // At this point both numbers are positive\n var cmp = this.cmp(num);\n\n // Optimization - zeroify\n if (cmp === 0) {\n this.negative = 0;\n this.length = 1;\n this.words[0] = 0;\n return this;\n }\n\n // a > b\n var a, b;\n if (cmp > 0) {\n a = this;\n b = num;\n } else {\n a = num;\n b = this;\n }\n\n var carry = 0;\n for (var i = 0; i < b.length; i++) {\n r = (a.words[i] | 0) - (b.words[i] | 0) + carry;\n carry = r >> 26;\n this.words[i] = r & 0x3ffffff;\n }\n for (; carry !== 0 && i < a.length; i++) {\n r = (a.words[i] | 0) + carry;\n carry = r >> 26;\n this.words[i] = r & 0x3ffffff;\n }\n\n // Copy rest of the words\n if (carry === 0 && i < a.length && a !== this) {\n for (; i < a.length; i++) {\n this.words[i] = a.words[i];\n }\n }\n\n this.length = Math.max(this.length, i);\n\n if (a !== this) {\n this.negative = 1;\n }\n\n return this.strip();\n };\n\n // Subtract `num` from `this`\n BN.prototype.sub = function sub (num) {\n return this.clone().isub(num);\n };\n\n function smallMulTo (self, num, out) {\n out.negative = num.negative ^ self.negative;\n var len = (self.length + num.length) | 0;\n out.length = len;\n len = (len - 1) | 0;\n\n // Peel one iteration (compiler can't do it, because of code complexity)\n var a = self.words[0] | 0;\n var b = num.words[0] | 0;\n var r = a * b;\n\n var lo = r & 0x3ffffff;\n var carry = (r / 0x4000000) | 0;\n out.words[0] = lo;\n\n for (var k = 1; k < len; k++) {\n // Sum all words with the same `i + j = k` and accumulate `ncarry`,\n // note that ncarry could be >= 0x3ffffff\n var ncarry = carry >>> 26;\n var rword = carry & 0x3ffffff;\n var maxJ = Math.min(k, num.length - 1);\n for (var j = Math.max(0, k - self.length + 1); j <= maxJ; j++) {\n var i = (k - j) | 0;\n a = self.words[i] | 0;\n b = num.words[j] | 0;\n r = a * b + rword;\n ncarry += (r / 0x4000000) | 0;\n rword = r & 0x3ffffff;\n }\n out.words[k] = rword | 0;\n carry = ncarry | 0;\n }\n if (carry !== 0) {\n out.words[k] = carry | 0;\n } else {\n out.length--;\n }\n\n return out.strip();\n }\n\n // TODO(indutny): it may be reasonable to omit it for users who don't need\n // to work with 256-bit numbers, otherwise it gives 20% improvement for 256-bit\n // multiplication (like elliptic secp256k1).\n var comb10MulTo = function comb10MulTo (self, num, out) {\n var a = self.words;\n var b = num.words;\n var o = out.words;\n var c = 0;\n var lo;\n var mid;\n var hi;\n var a0 = a[0] | 0;\n var al0 = a0 & 0x1fff;\n var ah0 = a0 >>> 13;\n var a1 = a[1] | 0;\n var al1 = a1 & 0x1fff;\n var ah1 = a1 >>> 13;\n var a2 = a[2] | 0;\n var al2 = a2 & 0x1fff;\n var ah2 = a2 >>> 13;\n var a3 = a[3] | 0;\n var al3 = a3 & 0x1fff;\n var ah3 = a3 >>> 13;\n var a4 = a[4] | 0;\n var al4 = a4 & 0x1fff;\n var ah4 = a4 >>> 13;\n var a5 = a[5] | 0;\n var al5 = a5 & 0x1fff;\n var ah5 = a5 >>> 13;\n var a6 = a[6] | 0;\n var al6 = a6 & 0x1fff;\n var ah6 = a6 >>> 13;\n var a7 = a[7] | 0;\n var al7 = a7 & 0x1fff;\n var ah7 = a7 >>> 13;\n var a8 = a[8] | 0;\n var al8 = a8 & 0x1fff;\n var ah8 = a8 >>> 13;\n var a9 = a[9] | 0;\n var al9 = a9 & 0x1fff;\n var ah9 = a9 >>> 13;\n var b0 = b[0] | 0;\n var bl0 = b0 & 0x1fff;\n var bh0 = b0 >>> 13;\n var b1 = b[1] | 0;\n var bl1 = b1 & 0x1fff;\n var bh1 = b1 >>> 13;\n var b2 = b[2] | 0;\n var bl2 = b2 & 0x1fff;\n var bh2 = b2 >>> 13;\n var b3 = b[3] | 0;\n var bl3 = b3 & 0x1fff;\n var bh3 = b3 >>> 13;\n var b4 = b[4] | 0;\n var bl4 = b4 & 0x1fff;\n var bh4 = b4 >>> 13;\n var b5 = b[5] | 0;\n var bl5 = b5 & 0x1fff;\n var bh5 = b5 >>> 13;\n var b6 = b[6] | 0;\n var bl6 = b6 & 0x1fff;\n var bh6 = b6 >>> 13;\n var b7 = b[7] | 0;\n var bl7 = b7 & 0x1fff;\n var bh7 = b7 >>> 13;\n var b8 = b[8] | 0;\n var bl8 = b8 & 0x1fff;\n var bh8 = b8 >>> 13;\n var b9 = b[9] | 0;\n var bl9 = b9 & 0x1fff;\n var bh9 = b9 >>> 13;\n\n out.negative = self.negative ^ num.negative;\n out.length = 19;\n /* k = 0 */\n lo = Math.imul(al0, bl0);\n mid = Math.imul(al0, bh0);\n mid = (mid + Math.imul(ah0, bl0)) | 0;\n hi = Math.imul(ah0, bh0);\n var w0 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w0 >>> 26)) | 0;\n w0 &= 0x3ffffff;\n /* k = 1 */\n lo = Math.imul(al1, bl0);\n mid = Math.imul(al1, bh0);\n mid = (mid + Math.imul(ah1, bl0)) | 0;\n hi = Math.imul(ah1, bh0);\n lo = (lo + Math.imul(al0, bl1)) | 0;\n mid = (mid + Math.imul(al0, bh1)) | 0;\n mid = (mid + Math.imul(ah0, bl1)) | 0;\n hi = (hi + Math.imul(ah0, bh1)) | 0;\n var w1 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w1 >>> 26)) | 0;\n w1 &= 0x3ffffff;\n /* k = 2 */\n lo = Math.imul(al2, bl0);\n mid = Math.imul(al2, bh0);\n mid = (mid + Math.imul(ah2, bl0)) | 0;\n hi = Math.imul(ah2, bh0);\n lo = (lo + Math.imul(al1, bl1)) | 0;\n mid = (mid + Math.imul(al1, bh1)) | 0;\n mid = (mid + Math.imul(ah1, bl1)) | 0;\n hi = (hi + Math.imul(ah1, bh1)) | 0;\n lo = (lo + Math.imul(al0, bl2)) | 0;\n mid = (mid + Math.imul(al0, bh2)) | 0;\n mid = (mid + Math.imul(ah0, bl2)) | 0;\n hi = (hi + Math.imul(ah0, bh2)) | 0;\n var w2 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w2 >>> 26)) | 0;\n w2 &= 0x3ffffff;\n /* k = 3 */\n lo = Math.imul(al3, bl0);\n mid = Math.imul(al3, bh0);\n mid = (mid + Math.imul(ah3, bl0)) | 0;\n hi = Math.imul(ah3, bh0);\n lo = (lo + Math.imul(al2, bl1)) | 0;\n mid = (mid + Math.imul(al2, bh1)) | 0;\n mid = (mid + Math.imul(ah2, bl1)) | 0;\n hi = (hi + Math.imul(ah2, bh1)) | 0;\n lo = (lo + Math.imul(al1, bl2)) | 0;\n mid = (mid + Math.imul(al1, bh2)) | 0;\n mid = (mid + Math.imul(ah1, bl2)) | 0;\n hi = (hi + Math.imul(ah1, bh2)) | 0;\n lo = (lo + Math.imul(al0, bl3)) | 0;\n mid = (mid + Math.imul(al0, bh3)) | 0;\n mid = (mid + Math.imul(ah0, bl3)) | 0;\n hi = (hi + Math.imul(ah0, bh3)) | 0;\n var w3 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w3 >>> 26)) | 0;\n w3 &= 0x3ffffff;\n /* k = 4 */\n lo = Math.imul(al4, bl0);\n mid = Math.imul(al4, bh0);\n mid = (mid + Math.imul(ah4, bl0)) | 0;\n hi = Math.imul(ah4, bh0);\n lo = (lo + Math.imul(al3, bl1)) | 0;\n mid = (mid + Math.imul(al3, bh1)) | 0;\n mid = (mid + Math.imul(ah3, bl1)) | 0;\n hi = (hi + Math.imul(ah3, bh1)) | 0;\n lo = (lo + Math.imul(al2, bl2)) | 0;\n mid = (mid + Math.imul(al2, bh2)) | 0;\n mid = (mid + Math.imul(ah2, bl2)) | 0;\n hi = (hi + Math.imul(ah2, bh2)) | 0;\n lo = (lo + Math.imul(al1, bl3)) | 0;\n mid = (mid + Math.imul(al1, bh3)) | 0;\n mid = (mid + Math.imul(ah1, bl3)) | 0;\n hi = (hi + Math.imul(ah1, bh3)) | 0;\n lo = (lo + Math.imul(al0, bl4)) | 0;\n mid = (mid + Math.imul(al0, bh4)) | 0;\n mid = (mid + Math.imul(ah0, bl4)) | 0;\n hi = (hi + Math.imul(ah0, bh4)) | 0;\n var w4 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w4 >>> 26)) | 0;\n w4 &= 0x3ffffff;\n /* k = 5 */\n lo = Math.imul(al5, bl0);\n mid = Math.imul(al5, bh0);\n mid = (mid + Math.imul(ah5, bl0)) | 0;\n hi = Math.imul(ah5, bh0);\n lo = (lo + Math.imul(al4, bl1)) | 0;\n mid = (mid + Math.imul(al4, bh1)) | 0;\n mid = (mid + Math.imul(ah4, bl1)) | 0;\n hi = (hi + Math.imul(ah4, bh1)) | 0;\n lo = (lo + Math.imul(al3, bl2)) | 0;\n mid = (mid + Math.imul(al3, bh2)) | 0;\n mid = (mid + Math.imul(ah3, bl2)) | 0;\n hi = (hi + Math.imul(ah3, bh2)) | 0;\n lo = (lo + Math.imul(al2, bl3)) | 0;\n mid = (mid + Math.imul(al2, bh3)) | 0;\n mid = (mid + Math.imul(ah2, bl3)) | 0;\n hi = (hi + Math.imul(ah2, bh3)) | 0;\n lo = (lo + Math.imul(al1, bl4)) | 0;\n mid = (mid + Math.imul(al1, bh4)) | 0;\n mid = (mid + Math.imul(ah1, bl4)) | 0;\n hi = (hi + Math.imul(ah1, bh4)) | 0;\n lo = (lo + Math.imul(al0, bl5)) | 0;\n mid = (mid + Math.imul(al0, bh5)) | 0;\n mid = (mid + Math.imul(ah0, bl5)) | 0;\n hi = (hi + Math.imul(ah0, bh5)) | 0;\n var w5 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w5 >>> 26)) | 0;\n w5 &= 0x3ffffff;\n /* k = 6 */\n lo = Math.imul(al6, bl0);\n mid = Math.imul(al6, bh0);\n mid = (mid + Math.imul(ah6, bl0)) | 0;\n hi = Math.imul(ah6, bh0);\n lo = (lo + Math.imul(al5, bl1)) | 0;\n mid = (mid + Math.imul(al5, bh1)) | 0;\n mid = (mid + Math.imul(ah5, bl1)) | 0;\n hi = (hi + Math.imul(ah5, bh1)) | 0;\n lo = (lo + Math.imul(al4, bl2)) | 0;\n mid = (mid + Math.imul(al4, bh2)) | 0;\n mid = (mid + Math.imul(ah4, bl2)) | 0;\n hi = (hi + Math.imul(ah4, bh2)) | 0;\n lo = (lo + Math.imul(al3, bl3)) | 0;\n mid = (mid + Math.imul(al3, bh3)) | 0;\n mid = (mid + Math.imul(ah3, bl3)) | 0;\n hi = (hi + Math.imul(ah3, bh3)) | 0;\n lo = (lo + Math.imul(al2, bl4)) | 0;\n mid = (mid + Math.imul(al2, bh4)) | 0;\n mid = (mid + Math.imul(ah2, bl4)) | 0;\n hi = (hi + Math.imul(ah2, bh4)) | 0;\n lo = (lo + Math.imul(al1, bl5)) | 0;\n mid = (mid + Math.imul(al1, bh5)) | 0;\n mid = (mid + Math.imul(ah1, bl5)) | 0;\n hi = (hi + Math.imul(ah1, bh5)) | 0;\n lo = (lo + Math.imul(al0, bl6)) | 0;\n mid = (mid + Math.imul(al0, bh6)) | 0;\n mid = (mid + Math.imul(ah0, bl6)) | 0;\n hi = (hi + Math.imul(ah0, bh6)) | 0;\n var w6 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w6 >>> 26)) | 0;\n w6 &= 0x3ffffff;\n /* k = 7 */\n lo = Math.imul(al7, bl0);\n mid = Math.imul(al7, bh0);\n mid = (mid + Math.imul(ah7, bl0)) | 0;\n hi = Math.imul(ah7, bh0);\n lo = (lo + Math.imul(al6, bl1)) | 0;\n mid = (mid + Math.imul(al6, bh1)) | 0;\n mid = (mid + Math.imul(ah6, bl1)) | 0;\n hi = (hi + Math.imul(ah6, bh1)) | 0;\n lo = (lo + Math.imul(al5, bl2)) | 0;\n mid = (mid + Math.imul(al5, bh2)) | 0;\n mid = (mid + Math.imul(ah5, bl2)) | 0;\n hi = (hi + Math.imul(ah5, bh2)) | 0;\n lo = (lo + Math.imul(al4, bl3)) | 0;\n mid = (mid + Math.imul(al4, bh3)) | 0;\n mid = (mid + Math.imul(ah4, bl3)) | 0;\n hi = (hi + Math.imul(ah4, bh3)) | 0;\n lo = (lo + Math.imul(al3, bl4)) | 0;\n mid = (mid + Math.imul(al3, bh4)) | 0;\n mid = (mid + Math.imul(ah3, bl4)) | 0;\n hi = (hi + Math.imul(ah3, bh4)) | 0;\n lo = (lo + Math.imul(al2, bl5)) | 0;\n mid = (mid + Math.imul(al2, bh5)) | 0;\n mid = (mid + Math.imul(ah2, bl5)) | 0;\n hi = (hi + Math.imul(ah2, bh5)) | 0;\n lo = (lo + Math.imul(al1, bl6)) | 0;\n mid = (mid + Math.imul(al1, bh6)) | 0;\n mid = (mid + Math.imul(ah1, bl6)) | 0;\n hi = (hi + Math.imul(ah1, bh6)) | 0;\n lo = (lo + Math.imul(al0, bl7)) | 0;\n mid = (mid + Math.imul(al0, bh7)) | 0;\n mid = (mid + Math.imul(ah0, bl7)) | 0;\n hi = (hi + Math.imul(ah0, bh7)) | 0;\n var w7 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w7 >>> 26)) | 0;\n w7 &= 0x3ffffff;\n /* k = 8 */\n lo = Math.imul(al8, bl0);\n mid = Math.imul(al8, bh0);\n mid = (mid + Math.imul(ah8, bl0)) | 0;\n hi = Math.imul(ah8, bh0);\n lo = (lo + Math.imul(al7, bl1)) | 0;\n mid = (mid + Math.imul(al7, bh1)) | 0;\n mid = (mid + Math.imul(ah7, bl1)) | 0;\n hi = (hi + Math.imul(ah7, bh1)) | 0;\n lo = (lo + Math.imul(al6, bl2)) | 0;\n mid = (mid + Math.imul(al6, bh2)) | 0;\n mid = (mid + Math.imul(ah6, bl2)) | 0;\n hi = (hi + Math.imul(ah6, bh2)) | 0;\n lo = (lo + Math.imul(al5, bl3)) | 0;\n mid = (mid + Math.imul(al5, bh3)) | 0;\n mid = (mid + Math.imul(ah5, bl3)) | 0;\n hi = (hi + Math.imul(ah5, bh3)) | 0;\n lo = (lo + Math.imul(al4, bl4)) | 0;\n mid = (mid + Math.imul(al4, bh4)) | 0;\n mid = (mid + Math.imul(ah4, bl4)) | 0;\n hi = (hi + Math.imul(ah4, bh4)) | 0;\n lo = (lo + Math.imul(al3, bl5)) | 0;\n mid = (mid + Math.imul(al3, bh5)) | 0;\n mid = (mid + Math.imul(ah3, bl5)) | 0;\n hi = (hi + Math.imul(ah3, bh5)) | 0;\n lo = (lo + Math.imul(al2, bl6)) | 0;\n mid = (mid + Math.imul(al2, bh6)) | 0;\n mid = (mid + Math.imul(ah2, bl6)) | 0;\n hi = (hi + Math.imul(ah2, bh6)) | 0;\n lo = (lo + Math.imul(al1, bl7)) | 0;\n mid = (mid + Math.imul(al1, bh7)) | 0;\n mid = (mid + Math.imul(ah1, bl7)) | 0;\n hi = (hi + Math.imul(ah1, bh7)) | 0;\n lo = (lo + Math.imul(al0, bl8)) | 0;\n mid = (mid + Math.imul(al0, bh8)) | 0;\n mid = (mid + Math.imul(ah0, bl8)) | 0;\n hi = (hi + Math.imul(ah0, bh8)) | 0;\n var w8 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w8 >>> 26)) | 0;\n w8 &= 0x3ffffff;\n /* k = 9 */\n lo = Math.imul(al9, bl0);\n mid = Math.imul(al9, bh0);\n mid = (mid + Math.imul(ah9, bl0)) | 0;\n hi = Math.imul(ah9, bh0);\n lo = (lo + Math.imul(al8, bl1)) | 0;\n mid = (mid + Math.imul(al8, bh1)) | 0;\n mid = (mid + Math.imul(ah8, bl1)) | 0;\n hi = (hi + Math.imul(ah8, bh1)) | 0;\n lo = (lo + Math.imul(al7, bl2)) | 0;\n mid = (mid + Math.imul(al7, bh2)) | 0;\n mid = (mid + Math.imul(ah7, bl2)) | 0;\n hi = (hi + Math.imul(ah7, bh2)) | 0;\n lo = (lo + Math.imul(al6, bl3)) | 0;\n mid = (mid + Math.imul(al6, bh3)) | 0;\n mid = (mid + Math.imul(ah6, bl3)) | 0;\n hi = (hi + Math.imul(ah6, bh3)) | 0;\n lo = (lo + Math.imul(al5, bl4)) | 0;\n mid = (mid + Math.imul(al5, bh4)) | 0;\n mid = (mid + Math.imul(ah5, bl4)) | 0;\n hi = (hi + Math.imul(ah5, bh4)) | 0;\n lo = (lo + Math.imul(al4, bl5)) | 0;\n mid = (mid + Math.imul(al4, bh5)) | 0;\n mid = (mid + Math.imul(ah4, bl5)) | 0;\n hi = (hi + Math.imul(ah4, bh5)) | 0;\n lo = (lo + Math.imul(al3, bl6)) | 0;\n mid = (mid + Math.imul(al3, bh6)) | 0;\n mid = (mid + Math.imul(ah3, bl6)) | 0;\n hi = (hi + Math.imul(ah3, bh6)) | 0;\n lo = (lo + Math.imul(al2, bl7)) | 0;\n mid = (mid + Math.imul(al2, bh7)) | 0;\n mid = (mid + Math.imul(ah2, bl7)) | 0;\n hi = (hi + Math.imul(ah2, bh7)) | 0;\n lo = (lo + Math.imul(al1, bl8)) | 0;\n mid = (mid + Math.imul(al1, bh8)) | 0;\n mid = (mid + Math.imul(ah1, bl8)) | 0;\n hi = (hi + Math.imul(ah1, bh8)) | 0;\n lo = (lo + Math.imul(al0, bl9)) | 0;\n mid = (mid + Math.imul(al0, bh9)) | 0;\n mid = (mid + Math.imul(ah0, bl9)) | 0;\n hi = (hi + Math.imul(ah0, bh9)) | 0;\n var w9 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w9 >>> 26)) | 0;\n w9 &= 0x3ffffff;\n /* k = 10 */\n lo = Math.imul(al9, bl1);\n mid = Math.imul(al9, bh1);\n mid = (mid + Math.imul(ah9, bl1)) | 0;\n hi = Math.imul(ah9, bh1);\n lo = (lo + Math.imul(al8, bl2)) | 0;\n mid = (mid + Math.imul(al8, bh2)) | 0;\n mid = (mid + Math.imul(ah8, bl2)) | 0;\n hi = (hi + Math.imul(ah8, bh2)) | 0;\n lo = (lo + Math.imul(al7, bl3)) | 0;\n mid = (mid + Math.imul(al7, bh3)) | 0;\n mid = (mid + Math.imul(ah7, bl3)) | 0;\n hi = (hi + Math.imul(ah7, bh3)) | 0;\n lo = (lo + Math.imul(al6, bl4)) | 0;\n mid = (mid + Math.imul(al6, bh4)) | 0;\n mid = (mid + Math.imul(ah6, bl4)) | 0;\n hi = (hi + Math.imul(ah6, bh4)) | 0;\n lo = (lo + Math.imul(al5, bl5)) | 0;\n mid = (mid + Math.imul(al5, bh5)) | 0;\n mid = (mid + Math.imul(ah5, bl5)) | 0;\n hi = (hi + Math.imul(ah5, bh5)) | 0;\n lo = (lo + Math.imul(al4, bl6)) | 0;\n mid = (mid + Math.imul(al4, bh6)) | 0;\n mid = (mid + Math.imul(ah4, bl6)) | 0;\n hi = (hi + Math.imul(ah4, bh6)) | 0;\n lo = (lo + Math.imul(al3, bl7)) | 0;\n mid = (mid + Math.imul(al3, bh7)) | 0;\n mid = (mid + Math.imul(ah3, bl7)) | 0;\n hi = (hi + Math.imul(ah3, bh7)) | 0;\n lo = (lo + Math.imul(al2, bl8)) | 0;\n mid = (mid + Math.imul(al2, bh8)) | 0;\n mid = (mid + Math.imul(ah2, bl8)) | 0;\n hi = (hi + Math.imul(ah2, bh8)) | 0;\n lo = (lo + Math.imul(al1, bl9)) | 0;\n mid = (mid + Math.imul(al1, bh9)) | 0;\n mid = (mid + Math.imul(ah1, bl9)) | 0;\n hi = (hi + Math.imul(ah1, bh9)) | 0;\n var w10 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w10 >>> 26)) | 0;\n w10 &= 0x3ffffff;\n /* k = 11 */\n lo = Math.imul(al9, bl2);\n mid = Math.imul(al9, bh2);\n mid = (mid + Math.imul(ah9, bl2)) | 0;\n hi = Math.imul(ah9, bh2);\n lo = (lo + Math.imul(al8, bl3)) | 0;\n mid = (mid + Math.imul(al8, bh3)) | 0;\n mid = (mid + Math.imul(ah8, bl3)) | 0;\n hi = (hi + Math.imul(ah8, bh3)) | 0;\n lo = (lo + Math.imul(al7, bl4)) | 0;\n mid = (mid + Math.imul(al7, bh4)) | 0;\n mid = (mid + Math.imul(ah7, bl4)) | 0;\n hi = (hi + Math.imul(ah7, bh4)) | 0;\n lo = (lo + Math.imul(al6, bl5)) | 0;\n mid = (mid + Math.imul(al6, bh5)) | 0;\n mid = (mid + Math.imul(ah6, bl5)) | 0;\n hi = (hi + Math.imul(ah6, bh5)) | 0;\n lo = (lo + Math.imul(al5, bl6)) | 0;\n mid = (mid + Math.imul(al5, bh6)) | 0;\n mid = (mid + Math.imul(ah5, bl6)) | 0;\n hi = (hi + Math.imul(ah5, bh6)) | 0;\n lo = (lo + Math.imul(al4, bl7)) | 0;\n mid = (mid + Math.imul(al4, bh7)) | 0;\n mid = (mid + Math.imul(ah4, bl7)) | 0;\n hi = (hi + Math.imul(ah4, bh7)) | 0;\n lo = (lo + Math.imul(al3, bl8)) | 0;\n mid = (mid + Math.imul(al3, bh8)) | 0;\n mid = (mid + Math.imul(ah3, bl8)) | 0;\n hi = (hi + Math.imul(ah3, bh8)) | 0;\n lo = (lo + Math.imul(al2, bl9)) | 0;\n mid = (mid + Math.imul(al2, bh9)) | 0;\n mid = (mid + Math.imul(ah2, bl9)) | 0;\n hi = (hi + Math.imul(ah2, bh9)) | 0;\n var w11 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w11 >>> 26)) | 0;\n w11 &= 0x3ffffff;\n /* k = 12 */\n lo = Math.imul(al9, bl3);\n mid = Math.imul(al9, bh3);\n mid = (mid + Math.imul(ah9, bl3)) | 0;\n hi = Math.imul(ah9, bh3);\n lo = (lo + Math.imul(al8, bl4)) | 0;\n mid = (mid + Math.imul(al8, bh4)) | 0;\n mid = (mid + Math.imul(ah8, bl4)) | 0;\n hi = (hi + Math.imul(ah8, bh4)) | 0;\n lo = (lo + Math.imul(al7, bl5)) | 0;\n mid = (mid + Math.imul(al7, bh5)) | 0;\n mid = (mid + Math.imul(ah7, bl5)) | 0;\n hi = (hi + Math.imul(ah7, bh5)) | 0;\n lo = (lo + Math.imul(al6, bl6)) | 0;\n mid = (mid + Math.imul(al6, bh6)) | 0;\n mid = (mid + Math.imul(ah6, bl6)) | 0;\n hi = (hi + Math.imul(ah6, bh6)) | 0;\n lo = (lo + Math.imul(al5, bl7)) | 0;\n mid = (mid + Math.imul(al5, bh7)) | 0;\n mid = (mid + Math.imul(ah5, bl7)) | 0;\n hi = (hi + Math.imul(ah5, bh7)) | 0;\n lo = (lo + Math.imul(al4, bl8)) | 0;\n mid = (mid + Math.imul(al4, bh8)) | 0;\n mid = (mid + Math.imul(ah4, bl8)) | 0;\n hi = (hi + Math.imul(ah4, bh8)) | 0;\n lo = (lo + Math.imul(al3, bl9)) | 0;\n mid = (mid + Math.imul(al3, bh9)) | 0;\n mid = (mid + Math.imul(ah3, bl9)) | 0;\n hi = (hi + Math.imul(ah3, bh9)) | 0;\n var w12 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w12 >>> 26)) | 0;\n w12 &= 0x3ffffff;\n /* k = 13 */\n lo = Math.imul(al9, bl4);\n mid = Math.imul(al9, bh4);\n mid = (mid + Math.imul(ah9, bl4)) | 0;\n hi = Math.imul(ah9, bh4);\n lo = (lo + Math.imul(al8, bl5)) | 0;\n mid = (mid + Math.imul(al8, bh5)) | 0;\n mid = (mid + Math.imul(ah8, bl5)) | 0;\n hi = (hi + Math.imul(ah8, bh5)) | 0;\n lo = (lo + Math.imul(al7, bl6)) | 0;\n mid = (mid + Math.imul(al7, bh6)) | 0;\n mid = (mid + Math.imul(ah7, bl6)) | 0;\n hi = (hi + Math.imul(ah7, bh6)) | 0;\n lo = (lo + Math.imul(al6, bl7)) | 0;\n mid = (mid + Math.imul(al6, bh7)) | 0;\n mid = (mid + Math.imul(ah6, bl7)) | 0;\n hi = (hi + Math.imul(ah6, bh7)) | 0;\n lo = (lo + Math.imul(al5, bl8)) | 0;\n mid = (mid + Math.imul(al5, bh8)) | 0;\n mid = (mid + Math.imul(ah5, bl8)) | 0;\n hi = (hi + Math.imul(ah5, bh8)) | 0;\n lo = (lo + Math.imul(al4, bl9)) | 0;\n mid = (mid + Math.imul(al4, bh9)) | 0;\n mid = (mid + Math.imul(ah4, bl9)) | 0;\n hi = (hi + Math.imul(ah4, bh9)) | 0;\n var w13 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w13 >>> 26)) | 0;\n w13 &= 0x3ffffff;\n /* k = 14 */\n lo = Math.imul(al9, bl5);\n mid = Math.imul(al9, bh5);\n mid = (mid + Math.imul(ah9, bl5)) | 0;\n hi = Math.imul(ah9, bh5);\n lo = (lo + Math.imul(al8, bl6)) | 0;\n mid = (mid + Math.imul(al8, bh6)) | 0;\n mid = (mid + Math.imul(ah8, bl6)) | 0;\n hi = (hi + Math.imul(ah8, bh6)) | 0;\n lo = (lo + Math.imul(al7, bl7)) | 0;\n mid = (mid + Math.imul(al7, bh7)) | 0;\n mid = (mid + Math.imul(ah7, bl7)) | 0;\n hi = (hi + Math.imul(ah7, bh7)) | 0;\n lo = (lo + Math.imul(al6, bl8)) | 0;\n mid = (mid + Math.imul(al6, bh8)) | 0;\n mid = (mid + Math.imul(ah6, bl8)) | 0;\n hi = (hi + Math.imul(ah6, bh8)) | 0;\n lo = (lo + Math.imul(al5, bl9)) | 0;\n mid = (mid + Math.imul(al5, bh9)) | 0;\n mid = (mid + Math.imul(ah5, bl9)) | 0;\n hi = (hi + Math.imul(ah5, bh9)) | 0;\n var w14 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w14 >>> 26)) | 0;\n w14 &= 0x3ffffff;\n /* k = 15 */\n lo = Math.imul(al9, bl6);\n mid = Math.imul(al9, bh6);\n mid = (mid + Math.imul(ah9, bl6)) | 0;\n hi = Math.imul(ah9, bh6);\n lo = (lo + Math.imul(al8, bl7)) | 0;\n mid = (mid + Math.imul(al8, bh7)) | 0;\n mid = (mid + Math.imul(ah8, bl7)) | 0;\n hi = (hi + Math.imul(ah8, bh7)) | 0;\n lo = (lo + Math.imul(al7, bl8)) | 0;\n mid = (mid + Math.imul(al7, bh8)) | 0;\n mid = (mid + Math.imul(ah7, bl8)) | 0;\n hi = (hi + Math.imul(ah7, bh8)) | 0;\n lo = (lo + Math.imul(al6, bl9)) | 0;\n mid = (mid + Math.imul(al6, bh9)) | 0;\n mid = (mid + Math.imul(ah6, bl9)) | 0;\n hi = (hi + Math.imul(ah6, bh9)) | 0;\n var w15 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w15 >>> 26)) | 0;\n w15 &= 0x3ffffff;\n /* k = 16 */\n lo = Math.imul(al9, bl7);\n mid = Math.imul(al9, bh7);\n mid = (mid + Math.imul(ah9, bl7)) | 0;\n hi = Math.imul(ah9, bh7);\n lo = (lo + Math.imul(al8, bl8)) | 0;\n mid = (mid + Math.imul(al8, bh8)) | 0;\n mid = (mid + Math.imul(ah8, bl8)) | 0;\n hi = (hi + Math.imul(ah8, bh8)) | 0;\n lo = (lo + Math.imul(al7, bl9)) | 0;\n mid = (mid + Math.imul(al7, bh9)) | 0;\n mid = (mid + Math.imul(ah7, bl9)) | 0;\n hi = (hi + Math.imul(ah7, bh9)) | 0;\n var w16 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w16 >>> 26)) | 0;\n w16 &= 0x3ffffff;\n /* k = 17 */\n lo = Math.imul(al9, bl8);\n mid = Math.imul(al9, bh8);\n mid = (mid + Math.imul(ah9, bl8)) | 0;\n hi = Math.imul(ah9, bh8);\n lo = (lo + Math.imul(al8, bl9)) | 0;\n mid = (mid + Math.imul(al8, bh9)) | 0;\n mid = (mid + Math.imul(ah8, bl9)) | 0;\n hi = (hi + Math.imul(ah8, bh9)) | 0;\n var w17 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w17 >>> 26)) | 0;\n w17 &= 0x3ffffff;\n /* k = 18 */\n lo = Math.imul(al9, bl9);\n mid = Math.imul(al9, bh9);\n mid = (mid + Math.imul(ah9, bl9)) | 0;\n hi = Math.imul(ah9, bh9);\n var w18 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w18 >>> 26)) | 0;\n w18 &= 0x3ffffff;\n o[0] = w0;\n o[1] = w1;\n o[2] = w2;\n o[3] = w3;\n o[4] = w4;\n o[5] = w5;\n o[6] = w6;\n o[7] = w7;\n o[8] = w8;\n o[9] = w9;\n o[10] = w10;\n o[11] = w11;\n o[12] = w12;\n o[13] = w13;\n o[14] = w14;\n o[15] = w15;\n o[16] = w16;\n o[17] = w17;\n o[18] = w18;\n if (c !== 0) {\n o[19] = c;\n out.length++;\n }\n return out;\n };\n\n // Polyfill comb\n if (!Math.imul) {\n comb10MulTo = smallMulTo;\n }\n\n function bigMulTo (self, num, out) {\n out.negative = num.negative ^ self.negative;\n out.length = self.length + num.length;\n\n var carry = 0;\n var hncarry = 0;\n for (var k = 0; k < out.length - 1; k++) {\n // Sum all words with the same `i + j = k` and accumulate `ncarry`,\n // note that ncarry could be >= 0x3ffffff\n var ncarry = hncarry;\n hncarry = 0;\n var rword = carry & 0x3ffffff;\n var maxJ = Math.min(k, num.length - 1);\n for (var j = Math.max(0, k - self.length + 1); j <= maxJ; j++) {\n var i = k - j;\n var a = self.words[i] | 0;\n var b = num.words[j] | 0;\n var r = a * b;\n\n var lo = r & 0x3ffffff;\n ncarry = (ncarry + ((r / 0x4000000) | 0)) | 0;\n lo = (lo + rword) | 0;\n rword = lo & 0x3ffffff;\n ncarry = (ncarry + (lo >>> 26)) | 0;\n\n hncarry += ncarry >>> 26;\n ncarry &= 0x3ffffff;\n }\n out.words[k] = rword;\n carry = ncarry;\n ncarry = hncarry;\n }\n if (carry !== 0) {\n out.words[k] = carry;\n } else {\n out.length--;\n }\n\n return out.strip();\n }\n\n function jumboMulTo (self, num, out) {\n var fftm = new FFTM();\n return fftm.mulp(self, num, out);\n }\n\n BN.prototype.mulTo = function mulTo (num, out) {\n var res;\n var len = this.length + num.length;\n if (this.length === 10 && num.length === 10) {\n res = comb10MulTo(this, num, out);\n } else if (len < 63) {\n res = smallMulTo(this, num, out);\n } else if (len < 1024) {\n res = bigMulTo(this, num, out);\n } else {\n res = jumboMulTo(this, num, out);\n }\n\n return res;\n };\n\n // Cooley-Tukey algorithm for FFT\n // slightly revisited to rely on looping instead of recursion\n\n function FFTM (x, y) {\n this.x = x;\n this.y = y;\n }\n\n FFTM.prototype.makeRBT = function makeRBT (N) {\n var t = new Array(N);\n var l = BN.prototype._countBits(N) - 1;\n for (var i = 0; i < N; i++) {\n t[i] = this.revBin(i, l, N);\n }\n\n return t;\n };\n\n // Returns binary-reversed representation of `x`\n FFTM.prototype.revBin = function revBin (x, l, N) {\n if (x === 0 || x === N - 1) return x;\n\n var rb = 0;\n for (var i = 0; i < l; i++) {\n rb |= (x & 1) << (l - i - 1);\n x >>= 1;\n }\n\n return rb;\n };\n\n // Performs \"tweedling\" phase, therefore 'emulating'\n // behaviour of the recursive algorithm\n FFTM.prototype.permute = function permute (rbt, rws, iws, rtws, itws, N) {\n for (var i = 0; i < N; i++) {\n rtws[i] = rws[rbt[i]];\n itws[i] = iws[rbt[i]];\n }\n };\n\n FFTM.prototype.transform = function transform (rws, iws, rtws, itws, N, rbt) {\n this.permute(rbt, rws, iws, rtws, itws, N);\n\n for (var s = 1; s < N; s <<= 1) {\n var l = s << 1;\n\n var rtwdf = Math.cos(2 * Math.PI / l);\n var itwdf = Math.sin(2 * Math.PI / l);\n\n for (var p = 0; p < N; p += l) {\n var rtwdf_ = rtwdf;\n var itwdf_ = itwdf;\n\n for (var j = 0; j < s; j++) {\n var re = rtws[p + j];\n var ie = itws[p + j];\n\n var ro = rtws[p + j + s];\n var io = itws[p + j + s];\n\n var rx = rtwdf_ * ro - itwdf_ * io;\n\n io = rtwdf_ * io + itwdf_ * ro;\n ro = rx;\n\n rtws[p + j] = re + ro;\n itws[p + j] = ie + io;\n\n rtws[p + j + s] = re - ro;\n itws[p + j + s] = ie - io;\n\n /* jshint maxdepth : false */\n if (j !== l) {\n rx = rtwdf * rtwdf_ - itwdf * itwdf_;\n\n itwdf_ = rtwdf * itwdf_ + itwdf * rtwdf_;\n rtwdf_ = rx;\n }\n }\n }\n }\n };\n\n FFTM.prototype.guessLen13b = function guessLen13b (n, m) {\n var N = Math.max(m, n) | 1;\n var odd = N & 1;\n var i = 0;\n for (N = N / 2 | 0; N; N = N >>> 1) {\n i++;\n }\n\n return 1 << i + 1 + odd;\n };\n\n FFTM.prototype.conjugate = function conjugate (rws, iws, N) {\n if (N <= 1) return;\n\n for (var i = 0; i < N / 2; i++) {\n var t = rws[i];\n\n rws[i] = rws[N - i - 1];\n rws[N - i - 1] = t;\n\n t = iws[i];\n\n iws[i] = -iws[N - i - 1];\n iws[N - i - 1] = -t;\n }\n };\n\n FFTM.prototype.normalize13b = function normalize13b (ws, N) {\n var carry = 0;\n for (var i = 0; i < N / 2; i++) {\n var w = Math.round(ws[2 * i + 1] / N) * 0x2000 +\n Math.round(ws[2 * i] / N) +\n carry;\n\n ws[i] = w & 0x3ffffff;\n\n if (w < 0x4000000) {\n carry = 0;\n } else {\n carry = w / 0x4000000 | 0;\n }\n }\n\n return ws;\n };\n\n FFTM.prototype.convert13b = function convert13b (ws, len, rws, N) {\n var carry = 0;\n for (var i = 0; i < len; i++) {\n carry = carry + (ws[i] | 0);\n\n rws[2 * i] = carry & 0x1fff; carry = carry >>> 13;\n rws[2 * i + 1] = carry & 0x1fff; carry = carry >>> 13;\n }\n\n // Pad with zeroes\n for (i = 2 * len; i < N; ++i) {\n rws[i] = 0;\n }\n\n assert(carry === 0);\n assert((carry & ~0x1fff) === 0);\n };\n\n FFTM.prototype.stub = function stub (N) {\n var ph = new Array(N);\n for (var i = 0; i < N; i++) {\n ph[i] = 0;\n }\n\n return ph;\n };\n\n FFTM.prototype.mulp = function mulp (x, y, out) {\n var N = 2 * this.guessLen13b(x.length, y.length);\n\n var rbt = this.makeRBT(N);\n\n var _ = this.stub(N);\n\n var rws = new Array(N);\n var rwst = new Array(N);\n var iwst = new Array(N);\n\n var nrws = new Array(N);\n var nrwst = new Array(N);\n var niwst = new Array(N);\n\n var rmws = out.words;\n rmws.length = N;\n\n this.convert13b(x.words, x.length, rws, N);\n this.convert13b(y.words, y.length, nrws, N);\n\n this.transform(rws, _, rwst, iwst, N, rbt);\n this.transform(nrws, _, nrwst, niwst, N, rbt);\n\n for (var i = 0; i < N; i++) {\n var rx = rwst[i] * nrwst[i] - iwst[i] * niwst[i];\n iwst[i] = rwst[i] * niwst[i] + iwst[i] * nrwst[i];\n rwst[i] = rx;\n }\n\n this.conjugate(rwst, iwst, N);\n this.transform(rwst, iwst, rmws, _, N, rbt);\n this.conjugate(rmws, _, N);\n this.normalize13b(rmws, N);\n\n out.negative = x.negative ^ y.negative;\n out.length = x.length + y.length;\n return out.strip();\n };\n\n // Multiply `this` by `num`\n BN.prototype.mul = function mul (num) {\n var out = new BN(null);\n out.words = new Array(this.length + num.length);\n return this.mulTo(num, out);\n };\n\n // Multiply employing FFT\n BN.prototype.mulf = function mulf (num) {\n var out = new BN(null);\n out.words = new Array(this.length + num.length);\n return jumboMulTo(this, num, out);\n };\n\n // In-place Multiplication\n BN.prototype.imul = function imul (num) {\n return this.clone().mulTo(num, this);\n };\n\n BN.prototype.imuln = function imuln (num) {\n assert(typeof num === 'number');\n assert(num < 0x4000000);\n\n // Carry\n var carry = 0;\n for (var i = 0; i < this.length; i++) {\n var w = (this.words[i] | 0) * num;\n var lo = (w & 0x3ffffff) + (carry & 0x3ffffff);\n carry >>= 26;\n carry += (w / 0x4000000) | 0;\n // NOTE: lo is 27bit maximum\n carry += lo >>> 26;\n this.words[i] = lo & 0x3ffffff;\n }\n\n if (carry !== 0) {\n this.words[i] = carry;\n this.length++;\n }\n\n return this;\n };\n\n BN.prototype.muln = function muln (num) {\n return this.clone().imuln(num);\n };\n\n // `this` * `this`\n BN.prototype.sqr = function sqr () {\n return this.mul(this);\n };\n\n // `this` * `this` in-place\n BN.prototype.isqr = function isqr () {\n return this.imul(this.clone());\n };\n\n // Math.pow(`this`, `num`)\n BN.prototype.pow = function pow (num) {\n var w = toBitArray(num);\n if (w.length === 0) return new BN(1);\n\n // Skip leading zeroes\n var res = this;\n for (var i = 0; i < w.length; i++, res = res.sqr()) {\n if (w[i] !== 0) break;\n }\n\n if (++i < w.length) {\n for (var q = res.sqr(); i < w.length; i++, q = q.sqr()) {\n if (w[i] === 0) continue;\n\n res = res.mul(q);\n }\n }\n\n return res;\n };\n\n // Shift-left in-place\n BN.prototype.iushln = function iushln (bits) {\n assert(typeof bits === 'number' && bits >= 0);\n var r = bits % 26;\n var s = (bits - r) / 26;\n var carryMask = (0x3ffffff >>> (26 - r)) << (26 - r);\n var i;\n\n if (r !== 0) {\n var carry = 0;\n\n for (i = 0; i < this.length; i++) {\n var newCarry = this.words[i] & carryMask;\n var c = ((this.words[i] | 0) - newCarry) << r;\n this.words[i] = c | carry;\n carry = newCarry >>> (26 - r);\n }\n\n if (carry) {\n this.words[i] = carry;\n this.length++;\n }\n }\n\n if (s !== 0) {\n for (i = this.length - 1; i >= 0; i--) {\n this.words[i + s] = this.words[i];\n }\n\n for (i = 0; i < s; i++) {\n this.words[i] = 0;\n }\n\n this.length += s;\n }\n\n return this.strip();\n };\n\n BN.prototype.ishln = function ishln (bits) {\n // TODO(indutny): implement me\n assert(this.negative === 0);\n return this.iushln(bits);\n };\n\n // Shift-right in-place\n // NOTE: `hint` is a lowest bit before trailing zeroes\n // NOTE: if `extended` is present - it will be filled with destroyed bits\n BN.prototype.iushrn = function iushrn (bits, hint, extended) {\n assert(typeof bits === 'number' && bits >= 0);\n var h;\n if (hint) {\n h = (hint - (hint % 26)) / 26;\n } else {\n h = 0;\n }\n\n var r = bits % 26;\n var s = Math.min((bits - r) / 26, this.length);\n var mask = 0x3ffffff ^ ((0x3ffffff >>> r) << r);\n var maskedWords = extended;\n\n h -= s;\n h = Math.max(0, h);\n\n // Extended mode, copy masked part\n if (maskedWords) {\n for (var i = 0; i < s; i++) {\n maskedWords.words[i] = this.words[i];\n }\n maskedWords.length = s;\n }\n\n if (s === 0) {\n // No-op, we should not move anything at all\n } else if (this.length > s) {\n this.length -= s;\n for (i = 0; i < this.length; i++) {\n this.words[i] = this.words[i + s];\n }\n } else {\n this.words[0] = 0;\n this.length = 1;\n }\n\n var carry = 0;\n for (i = this.length - 1; i >= 0 && (carry !== 0 || i >= h); i--) {\n var word = this.words[i] | 0;\n this.words[i] = (carry << (26 - r)) | (word >>> r);\n carry = word & mask;\n }\n\n // Push carried bits as a mask\n if (maskedWords && carry !== 0) {\n maskedWords.words[maskedWords.length++] = carry;\n }\n\n if (this.length === 0) {\n this.words[0] = 0;\n this.length = 1;\n }\n\n return this.strip();\n };\n\n BN.prototype.ishrn = function ishrn (bits, hint, extended) {\n // TODO(indutny): implement me\n assert(this.negative === 0);\n return this.iushrn(bits, hint, extended);\n };\n\n // Shift-left\n BN.prototype.shln = function shln (bits) {\n return this.clone().ishln(bits);\n };\n\n BN.prototype.ushln = function ushln (bits) {\n return this.clone().iushln(bits);\n };\n\n // Shift-right\n BN.prototype.shrn = function shrn (bits) {\n return this.clone().ishrn(bits);\n };\n\n BN.prototype.ushrn = function ushrn (bits) {\n return this.clone().iushrn(bits);\n };\n\n // Test if n bit is set\n BN.prototype.testn = function testn (bit) {\n assert(typeof bit === 'number' && bit >= 0);\n var r = bit % 26;\n var s = (bit - r) / 26;\n var q = 1 << r;\n\n // Fast case: bit is much higher than all existing words\n if (this.length <= s) return false;\n\n // Check bit and return\n var w = this.words[s];\n\n return !!(w & q);\n };\n\n // Return only lowers bits of number (in-place)\n BN.prototype.imaskn = function imaskn (bits) {\n assert(typeof bits === 'number' && bits >= 0);\n var r = bits % 26;\n var s = (bits - r) / 26;\n\n assert(this.negative === 0, 'imaskn works only with positive numbers');\n\n if (this.length <= s) {\n return this;\n }\n\n if (r !== 0) {\n s++;\n }\n this.length = Math.min(s, this.length);\n\n if (r !== 0) {\n var mask = 0x3ffffff ^ ((0x3ffffff >>> r) << r);\n this.words[this.length - 1] &= mask;\n }\n\n return this.strip();\n };\n\n // Return only lowers bits of number\n BN.prototype.maskn = function maskn (bits) {\n return this.clone().imaskn(bits);\n };\n\n // Add plain number `num` to `this`\n BN.prototype.iaddn = function iaddn (num) {\n assert(typeof num === 'number');\n assert(num < 0x4000000);\n if (num < 0) return this.isubn(-num);\n\n // Possible sign change\n if (this.negative !== 0) {\n if (this.length === 1 && (this.words[0] | 0) < num) {\n this.words[0] = num - (this.words[0] | 0);\n this.negative = 0;\n return this;\n }\n\n this.negative = 0;\n this.isubn(num);\n this.negative = 1;\n return this;\n }\n\n // Add without checks\n return this._iaddn(num);\n };\n\n BN.prototype._iaddn = function _iaddn (num) {\n this.words[0] += num;\n\n // Carry\n for (var i = 0; i < this.length && this.words[i] >= 0x4000000; i++) {\n this.words[i] -= 0x4000000;\n if (i === this.length - 1) {\n this.words[i + 1] = 1;\n } else {\n this.words[i + 1]++;\n }\n }\n this.length = Math.max(this.length, i + 1);\n\n return this;\n };\n\n // Subtract plain number `num` from `this`\n BN.prototype.isubn = function isubn (num) {\n assert(typeof num === 'number');\n assert(num < 0x4000000);\n if (num < 0) return this.iaddn(-num);\n\n if (this.negative !== 0) {\n this.negative = 0;\n this.iaddn(num);\n this.negative = 1;\n return this;\n }\n\n this.words[0] -= num;\n\n if (this.length === 1 && this.words[0] < 0) {\n this.words[0] = -this.words[0];\n this.negative = 1;\n } else {\n // Carry\n for (var i = 0; i < this.length && this.words[i] < 0; i++) {\n this.words[i] += 0x4000000;\n this.words[i + 1] -= 1;\n }\n }\n\n return this.strip();\n };\n\n BN.prototype.addn = function addn (num) {\n return this.clone().iaddn(num);\n };\n\n BN.prototype.subn = function subn (num) {\n return this.clone().isubn(num);\n };\n\n BN.prototype.iabs = function iabs () {\n this.negative = 0;\n\n return this;\n };\n\n BN.prototype.abs = function abs () {\n return this.clone().iabs();\n };\n\n BN.prototype._ishlnsubmul = function _ishlnsubmul (num, mul, shift) {\n var len = num.length + shift;\n var i;\n\n this._expand(len);\n\n var w;\n var carry = 0;\n for (i = 0; i < num.length; i++) {\n w = (this.words[i + shift] | 0) + carry;\n var right = (num.words[i] | 0) * mul;\n w -= right & 0x3ffffff;\n carry = (w >> 26) - ((right / 0x4000000) | 0);\n this.words[i + shift] = w & 0x3ffffff;\n }\n for (; i < this.length - shift; i++) {\n w = (this.words[i + shift] | 0) + carry;\n carry = w >> 26;\n this.words[i + shift] = w & 0x3ffffff;\n }\n\n if (carry === 0) return this.strip();\n\n // Subtraction overflow\n assert(carry === -1);\n carry = 0;\n for (i = 0; i < this.length; i++) {\n w = -(this.words[i] | 0) + carry;\n carry = w >> 26;\n this.words[i] = w & 0x3ffffff;\n }\n this.negative = 1;\n\n return this.strip();\n };\n\n BN.prototype._wordDiv = function _wordDiv (num, mode) {\n var shift = this.length - num.length;\n\n var a = this.clone();\n var b = num;\n\n // Normalize\n var bhi = b.words[b.length - 1] | 0;\n var bhiBits = this._countBits(bhi);\n shift = 26 - bhiBits;\n if (shift !== 0) {\n b = b.ushln(shift);\n a.iushln(shift);\n bhi = b.words[b.length - 1] | 0;\n }\n\n // Initialize quotient\n var m = a.length - b.length;\n var q;\n\n if (mode !== 'mod') {\n q = new BN(null);\n q.length = m + 1;\n q.words = new Array(q.length);\n for (var i = 0; i < q.length; i++) {\n q.words[i] = 0;\n }\n }\n\n var diff = a.clone()._ishlnsubmul(b, 1, m);\n if (diff.negative === 0) {\n a = diff;\n if (q) {\n q.words[m] = 1;\n }\n }\n\n for (var j = m - 1; j >= 0; j--) {\n var qj = (a.words[b.length + j] | 0) * 0x4000000 +\n (a.words[b.length + j - 1] | 0);\n\n // NOTE: (qj / bhi) is (0x3ffffff * 0x4000000 + 0x3ffffff) / 0x2000000 max\n // (0x7ffffff)\n qj = Math.min((qj / bhi) | 0, 0x3ffffff);\n\n a._ishlnsubmul(b, qj, j);\n while (a.negative !== 0) {\n qj--;\n a.negative = 0;\n a._ishlnsubmul(b, 1, j);\n if (!a.isZero()) {\n a.negative ^= 1;\n }\n }\n if (q) {\n q.words[j] = qj;\n }\n }\n if (q) {\n q.strip();\n }\n a.strip();\n\n // Denormalize\n if (mode !== 'div' && shift !== 0) {\n a.iushrn(shift);\n }\n\n return {\n div: q || null,\n mod: a\n };\n };\n\n // NOTE: 1) `mode` can be set to `mod` to request mod only,\n // to `div` to request div only, or be absent to\n // request both div & mod\n // 2) `positive` is true if unsigned mod is requested\n BN.prototype.divmod = function divmod (num, mode, positive) {\n assert(!num.isZero());\n\n if (this.isZero()) {\n return {\n div: new BN(0),\n mod: new BN(0)\n };\n }\n\n var div, mod, res;\n if (this.negative !== 0 && num.negative === 0) {\n res = this.neg().divmod(num, mode);\n\n if (mode !== 'mod') {\n div = res.div.neg();\n }\n\n if (mode !== 'div') {\n mod = res.mod.neg();\n if (positive && mod.negative !== 0) {\n mod.iadd(num);\n }\n }\n\n return {\n div: div,\n mod: mod\n };\n }\n\n if (this.negative === 0 && num.negative !== 0) {\n res = this.divmod(num.neg(), mode);\n\n if (mode !== 'mod') {\n div = res.div.neg();\n }\n\n return {\n div: div,\n mod: res.mod\n };\n }\n\n if ((this.negative & num.negative) !== 0) {\n res = this.neg().divmod(num.neg(), mode);\n\n if (mode !== 'div') {\n mod = res.mod.neg();\n if (positive && mod.negative !== 0) {\n mod.isub(num);\n }\n }\n\n return {\n div: res.div,\n mod: mod\n };\n }\n\n // Both numbers are positive at this point\n\n // Strip both numbers to approximate shift value\n if (num.length > this.length || this.cmp(num) < 0) {\n return {\n div: new BN(0),\n mod: this\n };\n }\n\n // Very short reduction\n if (num.length === 1) {\n if (mode === 'div') {\n return {\n div: this.divn(num.words[0]),\n mod: null\n };\n }\n\n if (mode === 'mod') {\n return {\n div: null,\n mod: new BN(this.modn(num.words[0]))\n };\n }\n\n return {\n div: this.divn(num.words[0]),\n mod: new BN(this.modn(num.words[0]))\n };\n }\n\n return this._wordDiv(num, mode);\n };\n\n // Find `this` / `num`\n BN.prototype.div = function div (num) {\n return this.divmod(num, 'div', false).div;\n };\n\n // Find `this` % `num`\n BN.prototype.mod = function mod (num) {\n return this.divmod(num, 'mod', false).mod;\n };\n\n BN.prototype.umod = function umod (num) {\n return this.divmod(num, 'mod', true).mod;\n };\n\n // Find Round(`this` / `num`)\n BN.prototype.divRound = function divRound (num) {\n var dm = this.divmod(num);\n\n // Fast case - exact division\n if (dm.mod.isZero()) return dm.div;\n\n var mod = dm.div.negative !== 0 ? dm.mod.isub(num) : dm.mod;\n\n var half = num.ushrn(1);\n var r2 = num.andln(1);\n var cmp = mod.cmp(half);\n\n // Round down\n if (cmp < 0 || r2 === 1 && cmp === 0) return dm.div;\n\n // Round up\n return dm.div.negative !== 0 ? dm.div.isubn(1) : dm.div.iaddn(1);\n };\n\n BN.prototype.modn = function modn (num) {\n assert(num <= 0x3ffffff);\n var p = (1 << 26) % num;\n\n var acc = 0;\n for (var i = this.length - 1; i >= 0; i--) {\n acc = (p * acc + (this.words[i] | 0)) % num;\n }\n\n return acc;\n };\n\n // In-place division by number\n BN.prototype.idivn = function idivn (num) {\n assert(num <= 0x3ffffff);\n\n var carry = 0;\n for (var i = this.length - 1; i >= 0; i--) {\n var w = (this.words[i] | 0) + carry * 0x4000000;\n this.words[i] = (w / num) | 0;\n carry = w % num;\n }\n\n return this.strip();\n };\n\n BN.prototype.divn = function divn (num) {\n return this.clone().idivn(num);\n };\n\n BN.prototype.egcd = function egcd (p) {\n assert(p.negative === 0);\n assert(!p.isZero());\n\n var x = this;\n var y = p.clone();\n\n if (x.negative !== 0) {\n x = x.umod(p);\n } else {\n x = x.clone();\n }\n\n // A * x + B * y = x\n var A = new BN(1);\n var B = new BN(0);\n\n // C * x + D * y = y\n var C = new BN(0);\n var D = new BN(1);\n\n var g = 0;\n\n while (x.isEven() && y.isEven()) {\n x.iushrn(1);\n y.iushrn(1);\n ++g;\n }\n\n var yp = y.clone();\n var xp = x.clone();\n\n while (!x.isZero()) {\n for (var i = 0, im = 1; (x.words[0] & im) === 0 && i < 26; ++i, im <<= 1);\n if (i > 0) {\n x.iushrn(i);\n while (i-- > 0) {\n if (A.isOdd() || B.isOdd()) {\n A.iadd(yp);\n B.isub(xp);\n }\n\n A.iushrn(1);\n B.iushrn(1);\n }\n }\n\n for (var j = 0, jm = 1; (y.words[0] & jm) === 0 && j < 26; ++j, jm <<= 1);\n if (j > 0) {\n y.iushrn(j);\n while (j-- > 0) {\n if (C.isOdd() || D.isOdd()) {\n C.iadd(yp);\n D.isub(xp);\n }\n\n C.iushrn(1);\n D.iushrn(1);\n }\n }\n\n if (x.cmp(y) >= 0) {\n x.isub(y);\n A.isub(C);\n B.isub(D);\n } else {\n y.isub(x);\n C.isub(A);\n D.isub(B);\n }\n }\n\n return {\n a: C,\n b: D,\n gcd: y.iushln(g)\n };\n };\n\n // This is reduced incarnation of the binary EEA\n // above, designated to invert members of the\n // _prime_ fields F(p) at a maximal speed\n BN.prototype._invmp = function _invmp (p) {\n assert(p.negative === 0);\n assert(!p.isZero());\n\n var a = this;\n var b = p.clone();\n\n if (a.negative !== 0) {\n a = a.umod(p);\n } else {\n a = a.clone();\n }\n\n var x1 = new BN(1);\n var x2 = new BN(0);\n\n var delta = b.clone();\n\n while (a.cmpn(1) > 0 && b.cmpn(1) > 0) {\n for (var i = 0, im = 1; (a.words[0] & im) === 0 && i < 26; ++i, im <<= 1);\n if (i > 0) {\n a.iushrn(i);\n while (i-- > 0) {\n if (x1.isOdd()) {\n x1.iadd(delta);\n }\n\n x1.iushrn(1);\n }\n }\n\n for (var j = 0, jm = 1; (b.words[0] & jm) === 0 && j < 26; ++j, jm <<= 1);\n if (j > 0) {\n b.iushrn(j);\n while (j-- > 0) {\n if (x2.isOdd()) {\n x2.iadd(delta);\n }\n\n x2.iushrn(1);\n }\n }\n\n if (a.cmp(b) >= 0) {\n a.isub(b);\n x1.isub(x2);\n } else {\n b.isub(a);\n x2.isub(x1);\n }\n }\n\n var res;\n if (a.cmpn(1) === 0) {\n res = x1;\n } else {\n res = x2;\n }\n\n if (res.cmpn(0) < 0) {\n res.iadd(p);\n }\n\n return res;\n };\n\n BN.prototype.gcd = function gcd (num) {\n if (this.isZero()) return num.abs();\n if (num.isZero()) return this.abs();\n\n var a = this.clone();\n var b = num.clone();\n a.negative = 0;\n b.negative = 0;\n\n // Remove common factor of two\n for (var shift = 0; a.isEven() && b.isEven(); shift++) {\n a.iushrn(1);\n b.iushrn(1);\n }\n\n do {\n while (a.isEven()) {\n a.iushrn(1);\n }\n while (b.isEven()) {\n b.iushrn(1);\n }\n\n var r = a.cmp(b);\n if (r < 0) {\n // Swap `a` and `b` to make `a` always bigger than `b`\n var t = a;\n a = b;\n b = t;\n } else if (r === 0 || b.cmpn(1) === 0) {\n break;\n }\n\n a.isub(b);\n } while (true);\n\n return b.iushln(shift);\n };\n\n // Invert number in the field F(num)\n BN.prototype.invm = function invm (num) {\n return this.egcd(num).a.umod(num);\n };\n\n BN.prototype.isEven = function isEven () {\n return (this.words[0] & 1) === 0;\n };\n\n BN.prototype.isOdd = function isOdd () {\n return (this.words[0] & 1) === 1;\n };\n\n // And first word and num\n BN.prototype.andln = function andln (num) {\n return this.words[0] & num;\n };\n\n // Increment at the bit position in-line\n BN.prototype.bincn = function bincn (bit) {\n assert(typeof bit === 'number');\n var r = bit % 26;\n var s = (bit - r) / 26;\n var q = 1 << r;\n\n // Fast case: bit is much higher than all existing words\n if (this.length <= s) {\n this._expand(s + 1);\n this.words[s] |= q;\n return this;\n }\n\n // Add bit and propagate, if needed\n var carry = q;\n for (var i = s; carry !== 0 && i < this.length; i++) {\n var w = this.words[i] | 0;\n w += carry;\n carry = w >>> 26;\n w &= 0x3ffffff;\n this.words[i] = w;\n }\n if (carry !== 0) {\n this.words[i] = carry;\n this.length++;\n }\n return this;\n };\n\n BN.prototype.isZero = function isZero () {\n return this.length === 1 && this.words[0] === 0;\n };\n\n BN.prototype.cmpn = function cmpn (num) {\n var negative = num < 0;\n\n if (this.negative !== 0 && !negative) return -1;\n if (this.negative === 0 && negative) return 1;\n\n this.strip();\n\n var res;\n if (this.length > 1) {\n res = 1;\n } else {\n if (negative) {\n num = -num;\n }\n\n assert(num <= 0x3ffffff, 'Number is too big');\n\n var w = this.words[0] | 0;\n res = w === num ? 0 : w < num ? -1 : 1;\n }\n if (this.negative !== 0) return -res | 0;\n return res;\n };\n\n // Compare two numbers and return:\n // 1 - if `this` > `num`\n // 0 - if `this` == `num`\n // -1 - if `this` < `num`\n BN.prototype.cmp = function cmp (num) {\n if (this.negative !== 0 && num.negative === 0) return -1;\n if (this.negative === 0 && num.negative !== 0) return 1;\n\n var res = this.ucmp(num);\n if (this.negative !== 0) return -res | 0;\n return res;\n };\n\n // Unsigned comparison\n BN.prototype.ucmp = function ucmp (num) {\n // At this point both numbers have the same sign\n if (this.length > num.length) return 1;\n if (this.length < num.length) return -1;\n\n var res = 0;\n for (var i = this.length - 1; i >= 0; i--) {\n var a = this.words[i] | 0;\n var b = num.words[i] | 0;\n\n if (a === b) continue;\n if (a < b) {\n res = -1;\n } else if (a > b) {\n res = 1;\n }\n break;\n }\n return res;\n };\n\n BN.prototype.gtn = function gtn (num) {\n return this.cmpn(num) === 1;\n };\n\n BN.prototype.gt = function gt (num) {\n return this.cmp(num) === 1;\n };\n\n BN.prototype.gten = function gten (num) {\n return this.cmpn(num) >= 0;\n };\n\n BN.prototype.gte = function gte (num) {\n return this.cmp(num) >= 0;\n };\n\n BN.prototype.ltn = function ltn (num) {\n return this.cmpn(num) === -1;\n };\n\n BN.prototype.lt = function lt (num) {\n return this.cmp(num) === -1;\n };\n\n BN.prototype.lten = function lten (num) {\n return this.cmpn(num) <= 0;\n };\n\n BN.prototype.lte = function lte (num) {\n return this.cmp(num) <= 0;\n };\n\n BN.prototype.eqn = function eqn (num) {\n return this.cmpn(num) === 0;\n };\n\n BN.prototype.eq = function eq (num) {\n return this.cmp(num) === 0;\n };\n\n //\n // A reduce context, could be using montgomery or something better, depending\n // on the `m` itself.\n //\n BN.red = function red (num) {\n return new Red(num);\n };\n\n BN.prototype.toRed = function toRed (ctx) {\n assert(!this.red, 'Already a number in reduction context');\n assert(this.negative === 0, 'red works only with positives');\n return ctx.convertTo(this)._forceRed(ctx);\n };\n\n BN.prototype.fromRed = function fromRed () {\n assert(this.red, 'fromRed works only with numbers in reduction context');\n return this.red.convertFrom(this);\n };\n\n BN.prototype._forceRed = function _forceRed (ctx) {\n this.red = ctx;\n return this;\n };\n\n BN.prototype.forceRed = function forceRed (ctx) {\n assert(!this.red, 'Already a number in reduction context');\n return this._forceRed(ctx);\n };\n\n BN.prototype.redAdd = function redAdd (num) {\n assert(this.red, 'redAdd works only with red numbers');\n return this.red.add(this, num);\n };\n\n BN.prototype.redIAdd = function redIAdd (num) {\n assert(this.red, 'redIAdd works only with red numbers');\n return this.red.iadd(this, num);\n };\n\n BN.prototype.redSub = function redSub (num) {\n assert(this.red, 'redSub works only with red numbers');\n return this.red.sub(this, num);\n };\n\n BN.prototype.redISub = function redISub (num) {\n assert(this.red, 'redISub works only with red numbers');\n return this.red.isub(this, num);\n };\n\n BN.prototype.redShl = function redShl (num) {\n assert(this.red, 'redShl works only with red numbers');\n return this.red.shl(this, num);\n };\n\n BN.prototype.redMul = function redMul (num) {\n assert(this.red, 'redMul works only with red numbers');\n this.red._verify2(this, num);\n return this.red.mul(this, num);\n };\n\n BN.prototype.redIMul = function redIMul (num) {\n assert(this.red, 'redMul works only with red numbers');\n this.red._verify2(this, num);\n return this.red.imul(this, num);\n };\n\n BN.prototype.redSqr = function redSqr () {\n assert(this.red, 'redSqr works only with red numbers');\n this.red._verify1(this);\n return this.red.sqr(this);\n };\n\n BN.prototype.redISqr = function redISqr () {\n assert(this.red, 'redISqr works only with red numbers');\n this.red._verify1(this);\n return this.red.isqr(this);\n };\n\n // Square root over p\n BN.prototype.redSqrt = function redSqrt () {\n assert(this.red, 'redSqrt works only with red numbers');\n this.red._verify1(this);\n return this.red.sqrt(this);\n };\n\n BN.prototype.redInvm = function redInvm () {\n assert(this.red, 'redInvm works only with red numbers');\n this.red._verify1(this);\n return this.red.invm(this);\n };\n\n // Return negative clone of `this` % `red modulo`\n BN.prototype.redNeg = function redNeg () {\n assert(this.red, 'redNeg works only with red numbers');\n this.red._verify1(this);\n return this.red.neg(this);\n };\n\n BN.prototype.redPow = function redPow (num) {\n assert(this.red && !num.red, 'redPow(normalNum)');\n this.red._verify1(this);\n return this.red.pow(this, num);\n };\n\n // Prime numbers with efficient reduction\n var primes = {\n k256: null,\n p224: null,\n p192: null,\n p25519: null\n };\n\n // Pseudo-Mersenne prime\n function MPrime (name, p) {\n // P = 2 ^ N - K\n this.name = name;\n this.p = new BN(p, 16);\n this.n = this.p.bitLength();\n this.k = new BN(1).iushln(this.n).isub(this.p);\n\n this.tmp = this._tmp();\n }\n\n MPrime.prototype._tmp = function _tmp () {\n var tmp = new BN(null);\n tmp.words = new Array(Math.ceil(this.n / 13));\n return tmp;\n };\n\n MPrime.prototype.ireduce = function ireduce (num) {\n // Assumes that `num` is less than `P^2`\n // num = HI * (2 ^ N - K) + HI * K + LO = HI * K + LO (mod P)\n var r = num;\n var rlen;\n\n do {\n this.split(r, this.tmp);\n r = this.imulK(r);\n r = r.iadd(this.tmp);\n rlen = r.bitLength();\n } while (rlen > this.n);\n\n var cmp = rlen < this.n ? -1 : r.ucmp(this.p);\n if (cmp === 0) {\n r.words[0] = 0;\n r.length = 1;\n } else if (cmp > 0) {\n r.isub(this.p);\n } else {\n if (r.strip !== undefined) {\n // r is BN v4 instance\n r.strip();\n } else {\n // r is BN v5 instance\n r._strip();\n }\n }\n\n return r;\n };\n\n MPrime.prototype.split = function split (input, out) {\n input.iushrn(this.n, 0, out);\n };\n\n MPrime.prototype.imulK = function imulK (num) {\n return num.imul(this.k);\n };\n\n function K256 () {\n MPrime.call(\n this,\n 'k256',\n 'ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f');\n }\n inherits(K256, MPrime);\n\n K256.prototype.split = function split (input, output) {\n // 256 = 9 * 26 + 22\n var mask = 0x3fffff;\n\n var outLen = Math.min(input.length, 9);\n for (var i = 0; i < outLen; i++) {\n output.words[i] = input.words[i];\n }\n output.length = outLen;\n\n if (input.length <= 9) {\n input.words[0] = 0;\n input.length = 1;\n return;\n }\n\n // Shift by 9 limbs\n var prev = input.words[9];\n output.words[output.length++] = prev & mask;\n\n for (i = 10; i < input.length; i++) {\n var next = input.words[i] | 0;\n input.words[i - 10] = ((next & mask) << 4) | (prev >>> 22);\n prev = next;\n }\n prev >>>= 22;\n input.words[i - 10] = prev;\n if (prev === 0 && input.length > 10) {\n input.length -= 10;\n } else {\n input.length -= 9;\n }\n };\n\n K256.prototype.imulK = function imulK (num) {\n // K = 0x1000003d1 = [ 0x40, 0x3d1 ]\n num.words[num.length] = 0;\n num.words[num.length + 1] = 0;\n num.length += 2;\n\n // bounded at: 0x40 * 0x3ffffff + 0x3d0 = 0x100000390\n var lo = 0;\n for (var i = 0; i < num.length; i++) {\n var w = num.words[i] | 0;\n lo += w * 0x3d1;\n num.words[i] = lo & 0x3ffffff;\n lo = w * 0x40 + ((lo / 0x4000000) | 0);\n }\n\n // Fast length reduction\n if (num.words[num.length - 1] === 0) {\n num.length--;\n if (num.words[num.length - 1] === 0) {\n num.length--;\n }\n }\n return num;\n };\n\n function P224 () {\n MPrime.call(\n this,\n 'p224',\n 'ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001');\n }\n inherits(P224, MPrime);\n\n function P192 () {\n MPrime.call(\n this,\n 'p192',\n 'ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff');\n }\n inherits(P192, MPrime);\n\n function P25519 () {\n // 2 ^ 255 - 19\n MPrime.call(\n this,\n '25519',\n '7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed');\n }\n inherits(P25519, MPrime);\n\n P25519.prototype.imulK = function imulK (num) {\n // K = 0x13\n var carry = 0;\n for (var i = 0; i < num.length; i++) {\n var hi = (num.words[i] | 0) * 0x13 + carry;\n var lo = hi & 0x3ffffff;\n hi >>>= 26;\n\n num.words[i] = lo;\n carry = hi;\n }\n if (carry !== 0) {\n num.words[num.length++] = carry;\n }\n return num;\n };\n\n // Exported mostly for testing purposes, use plain name instead\n BN._prime = function prime (name) {\n // Cached version of prime\n if (primes[name]) return primes[name];\n\n var prime;\n if (name === 'k256') {\n prime = new K256();\n } else if (name === 'p224') {\n prime = new P224();\n } else if (name === 'p192') {\n prime = new P192();\n } else if (name === 'p25519') {\n prime = new P25519();\n } else {\n throw new Error('Unknown prime ' + name);\n }\n primes[name] = prime;\n\n return prime;\n };\n\n //\n // Base reduction engine\n //\n function Red (m) {\n if (typeof m === 'string') {\n var prime = BN._prime(m);\n this.m = prime.p;\n this.prime = prime;\n } else {\n assert(m.gtn(1), 'modulus must be greater than 1');\n this.m = m;\n this.prime = null;\n }\n }\n\n Red.prototype._verify1 = function _verify1 (a) {\n assert(a.negative === 0, 'red works only with positives');\n assert(a.red, 'red works only with red numbers');\n };\n\n Red.prototype._verify2 = function _verify2 (a, b) {\n assert((a.negative | b.negative) === 0, 'red works only with positives');\n assert(a.red && a.red === b.red,\n 'red works only with red numbers');\n };\n\n Red.prototype.imod = function imod (a) {\n if (this.prime) return this.prime.ireduce(a)._forceRed(this);\n return a.umod(this.m)._forceRed(this);\n };\n\n Red.prototype.neg = function neg (a) {\n if (a.isZero()) {\n return a.clone();\n }\n\n return this.m.sub(a)._forceRed(this);\n };\n\n Red.prototype.add = function add (a, b) {\n this._verify2(a, b);\n\n var res = a.add(b);\n if (res.cmp(this.m) >= 0) {\n res.isub(this.m);\n }\n return res._forceRed(this);\n };\n\n Red.prototype.iadd = function iadd (a, b) {\n this._verify2(a, b);\n\n var res = a.iadd(b);\n if (res.cmp(this.m) >= 0) {\n res.isub(this.m);\n }\n return res;\n };\n\n Red.prototype.sub = function sub (a, b) {\n this._verify2(a, b);\n\n var res = a.sub(b);\n if (res.cmpn(0) < 0) {\n res.iadd(this.m);\n }\n return res._forceRed(this);\n };\n\n Red.prototype.isub = function isub (a, b) {\n this._verify2(a, b);\n\n var res = a.isub(b);\n if (res.cmpn(0) < 0) {\n res.iadd(this.m);\n }\n return res;\n };\n\n Red.prototype.shl = function shl (a, num) {\n this._verify1(a);\n return this.imod(a.ushln(num));\n };\n\n Red.prototype.imul = function imul (a, b) {\n this._verify2(a, b);\n return this.imod(a.imul(b));\n };\n\n Red.prototype.mul = function mul (a, b) {\n this._verify2(a, b);\n return this.imod(a.mul(b));\n };\n\n Red.prototype.isqr = function isqr (a) {\n return this.imul(a, a.clone());\n };\n\n Red.prototype.sqr = function sqr (a) {\n return this.mul(a, a);\n };\n\n Red.prototype.sqrt = function sqrt (a) {\n if (a.isZero()) return a.clone();\n\n var mod3 = this.m.andln(3);\n assert(mod3 % 2 === 1);\n\n // Fast case\n if (mod3 === 3) {\n var pow = this.m.add(new BN(1)).iushrn(2);\n return this.pow(a, pow);\n }\n\n // Tonelli-Shanks algorithm (Totally unoptimized and slow)\n //\n // Find Q and S, that Q * 2 ^ S = (P - 1)\n var q = this.m.subn(1);\n var s = 0;\n while (!q.isZero() && q.andln(1) === 0) {\n s++;\n q.iushrn(1);\n }\n assert(!q.isZero());\n\n var one = new BN(1).toRed(this);\n var nOne = one.redNeg();\n\n // Find quadratic non-residue\n // NOTE: Max is such because of generalized Riemann hypothesis.\n var lpow = this.m.subn(1).iushrn(1);\n var z = this.m.bitLength();\n z = new BN(2 * z * z).toRed(this);\n\n while (this.pow(z, lpow).cmp(nOne) !== 0) {\n z.redIAdd(nOne);\n }\n\n var c = this.pow(z, q);\n var r = this.pow(a, q.addn(1).iushrn(1));\n var t = this.pow(a, q);\n var m = s;\n while (t.cmp(one) !== 0) {\n var tmp = t;\n for (var i = 0; tmp.cmp(one) !== 0; i++) {\n tmp = tmp.redSqr();\n }\n assert(i < m);\n var b = this.pow(c, new BN(1).iushln(m - i - 1));\n\n r = r.redMul(b);\n c = b.redSqr();\n t = t.redMul(c);\n m = i;\n }\n\n return r;\n };\n\n Red.prototype.invm = function invm (a) {\n var inv = a._invmp(this.m);\n if (inv.negative !== 0) {\n inv.negative = 0;\n return this.imod(inv).redNeg();\n } else {\n return this.imod(inv);\n }\n };\n\n Red.prototype.pow = function pow (a, num) {\n if (num.isZero()) return new BN(1).toRed(this);\n if (num.cmpn(1) === 0) return a.clone();\n\n var windowSize = 4;\n var wnd = new Array(1 << windowSize);\n wnd[0] = new BN(1).toRed(this);\n wnd[1] = a;\n for (var i = 2; i < wnd.length; i++) {\n wnd[i] = this.mul(wnd[i - 1], a);\n }\n\n var res = wnd[0];\n var current = 0;\n var currentLen = 0;\n var start = num.bitLength() % 26;\n if (start === 0) {\n start = 26;\n }\n\n for (i = num.length - 1; i >= 0; i--) {\n var word = num.words[i];\n for (var j = start - 1; j >= 0; j--) {\n var bit = (word >> j) & 1;\n if (res !== wnd[0]) {\n res = this.sqr(res);\n }\n\n if (bit === 0 && current === 0) {\n currentLen = 0;\n continue;\n }\n\n current <<= 1;\n current |= bit;\n currentLen++;\n if (currentLen !== windowSize && (i !== 0 || j !== 0)) continue;\n\n res = this.mul(res, wnd[current]);\n currentLen = 0;\n current = 0;\n }\n start = 26;\n }\n\n return res;\n };\n\n Red.prototype.convertTo = function convertTo (num) {\n var r = num.umod(this.m);\n\n return r === num ? r.clone() : r;\n };\n\n Red.prototype.convertFrom = function convertFrom (num) {\n var res = num.clone();\n res.red = null;\n return res;\n };\n\n //\n // Montgomery method engine\n //\n\n BN.mont = function mont (num) {\n return new Mont(num);\n };\n\n function Mont (m) {\n Red.call(this, m);\n\n this.shift = this.m.bitLength();\n if (this.shift % 26 !== 0) {\n this.shift += 26 - (this.shift % 26);\n }\n\n this.r = new BN(1).iushln(this.shift);\n this.r2 = this.imod(this.r.sqr());\n this.rinv = this.r._invmp(this.m);\n\n this.minv = this.rinv.mul(this.r).isubn(1).div(this.m);\n this.minv = this.minv.umod(this.r);\n this.minv = this.r.sub(this.minv);\n }\n inherits(Mont, Red);\n\n Mont.prototype.convertTo = function convertTo (num) {\n return this.imod(num.ushln(this.shift));\n };\n\n Mont.prototype.convertFrom = function convertFrom (num) {\n var r = this.imod(num.mul(this.rinv));\n r.red = null;\n return r;\n };\n\n Mont.prototype.imul = function imul (a, b) {\n if (a.isZero() || b.isZero()) {\n a.words[0] = 0;\n a.length = 1;\n return a;\n }\n\n var t = a.imul(b);\n var c = t.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m);\n var u = t.isub(c).iushrn(this.shift);\n var res = u;\n\n if (u.cmp(this.m) >= 0) {\n res = u.isub(this.m);\n } else if (u.cmpn(0) < 0) {\n res = u.iadd(this.m);\n }\n\n return res._forceRed(this);\n };\n\n Mont.prototype.mul = function mul (a, b) {\n if (a.isZero() || b.isZero()) return new BN(0)._forceRed(this);\n\n var t = a.mul(b);\n var c = t.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m);\n var u = t.isub(c).iushrn(this.shift);\n var res = u;\n if (u.cmp(this.m) >= 0) {\n res = u.isub(this.m);\n } else if (u.cmpn(0) < 0) {\n res = u.iadd(this.m);\n }\n\n return res._forceRed(this);\n };\n\n Mont.prototype.invm = function invm (a) {\n // (AR)^-1 * R^2 = (A^-1 * R^-1) * R^2 = A^-1 * R\n var res = this.imod(a._invmp(this.m).mul(this.r2));\n return res._forceRed(this);\n };\n})(typeof module === 'undefined' || module, this);\n","var r;\n\nmodule.exports = function rand(len) {\n if (!r)\n r = new Rand(null);\n\n return r.generate(len);\n};\n\nfunction Rand(rand) {\n this.rand = rand;\n}\nmodule.exports.Rand = Rand;\n\nRand.prototype.generate = function generate(len) {\n return this._rand(len);\n};\n\n// Emulate crypto API using randy\nRand.prototype._rand = function _rand(n) {\n if (this.rand.getBytes)\n return this.rand.getBytes(n);\n\n var res = new Uint8Array(n);\n for (var i = 0; i < res.length; i++)\n res[i] = this.rand.getByte();\n return res;\n};\n\nif (typeof self === 'object') {\n if (self.crypto && self.crypto.getRandomValues) {\n // Modern browsers\n Rand.prototype._rand = function _rand(n) {\n var arr = new Uint8Array(n);\n self.crypto.getRandomValues(arr);\n return arr;\n };\n } else if (self.msCrypto && self.msCrypto.getRandomValues) {\n // IE\n Rand.prototype._rand = function _rand(n) {\n var arr = new Uint8Array(n);\n self.msCrypto.getRandomValues(arr);\n return arr;\n };\n\n // Safari's WebWorkers do not have `crypto`\n } else if (typeof window === 'object') {\n // Old junk\n Rand.prototype._rand = function() {\n throw new Error('Not implemented yet');\n };\n }\n} else {\n // Node.js or Web worker with no crypto support\n try {\n var crypto = require('crypto');\n if (typeof crypto.randomBytes !== 'function')\n throw new Error('Not supported');\n\n Rand.prototype._rand = function _rand(n) {\n return crypto.randomBytes(n);\n };\n } catch (e) {\n }\n}\n","var bn = require('bn.js');\nvar brorand = require('brorand');\n\nfunction MillerRabin(rand) {\n this.rand = rand || new brorand.Rand();\n}\nmodule.exports = MillerRabin;\n\nMillerRabin.create = function create(rand) {\n return new MillerRabin(rand);\n};\n\nMillerRabin.prototype._randbelow = function _randbelow(n) {\n var len = n.bitLength();\n var min_bytes = Math.ceil(len / 8);\n\n // Generage random bytes until a number less than n is found.\n // This ensures that 0..n-1 have an equal probability of being selected.\n do\n var a = new bn(this.rand.generate(min_bytes));\n while (a.cmp(n) >= 0);\n\n return a;\n};\n\nMillerRabin.prototype._randrange = function _randrange(start, stop) {\n // Generate a random number greater than or equal to start and less than stop.\n var size = stop.sub(start);\n return start.add(this._randbelow(size));\n};\n\nMillerRabin.prototype.test = function test(n, k, cb) {\n var len = n.bitLength();\n var red = bn.mont(n);\n var rone = new bn(1).toRed(red);\n\n if (!k)\n k = Math.max(1, (len / 48) | 0);\n\n // Find d and s, (n - 1) = (2 ^ s) * d;\n var n1 = n.subn(1);\n for (var s = 0; !n1.testn(s); s++) {}\n var d = n.shrn(s);\n\n var rn1 = n1.toRed(red);\n\n var prime = true;\n for (; k > 0; k--) {\n var a = this._randrange(new bn(2), n1);\n if (cb)\n cb(a);\n\n var x = a.toRed(red).redPow(d);\n if (x.cmp(rone) === 0 || x.cmp(rn1) === 0)\n continue;\n\n for (var i = 1; i < s; i++) {\n x = x.redSqr();\n\n if (x.cmp(rone) === 0)\n return false;\n if (x.cmp(rn1) === 0)\n break;\n }\n\n if (i === s)\n return false;\n }\n\n return prime;\n};\n\nMillerRabin.prototype.getDivisor = function getDivisor(n, k) {\n var len = n.bitLength();\n var red = bn.mont(n);\n var rone = new bn(1).toRed(red);\n\n if (!k)\n k = Math.max(1, (len / 48) | 0);\n\n // Find d and s, (n - 1) = (2 ^ s) * d;\n var n1 = n.subn(1);\n for (var s = 0; !n1.testn(s); s++) {}\n var d = n.shrn(s);\n\n var rn1 = n1.toRed(red);\n\n for (; k > 0; k--) {\n var a = this._randrange(new bn(2), n1);\n\n var g = n.gcd(a);\n if (g.cmpn(1) !== 0)\n return g;\n\n var x = a.toRed(red).redPow(d);\n if (x.cmp(rone) === 0 || x.cmp(rn1) === 0)\n continue;\n\n for (var i = 1; i < s; i++) {\n x = x.redSqr();\n\n if (x.cmp(rone) === 0)\n return x.fromRed().subn(1).gcd(n);\n if (x.cmp(rn1) === 0)\n break;\n }\n\n if (i === s) {\n x = x.redSqr();\n return x.fromRed().subn(1).gcd(n);\n }\n }\n\n return false;\n};\n","var randomBytes = require('randombytes');\nmodule.exports = findPrime;\nfindPrime.simpleSieve = simpleSieve;\nfindPrime.fermatTest = fermatTest;\nvar BN = require('bn.js');\nvar TWENTYFOUR = new BN(24);\nvar MillerRabin = require('miller-rabin');\nvar millerRabin = new MillerRabin();\nvar ONE = new BN(1);\nvar TWO = new BN(2);\nvar FIVE = new BN(5);\nvar SIXTEEN = new BN(16);\nvar EIGHT = new BN(8);\nvar TEN = new BN(10);\nvar THREE = new BN(3);\nvar SEVEN = new BN(7);\nvar ELEVEN = new BN(11);\nvar FOUR = new BN(4);\nvar TWELVE = new BN(12);\nvar primes = null;\n\nfunction _getPrimes() {\n if (primes !== null)\n return primes;\n\n var limit = 0x100000;\n var res = [];\n res[0] = 2;\n for (var i = 1, k = 3; k < limit; k += 2) {\n var sqrt = Math.ceil(Math.sqrt(k));\n for (var j = 0; j < i && res[j] <= sqrt; j++)\n if (k % res[j] === 0)\n break;\n\n if (i !== j && res[j] <= sqrt)\n continue;\n\n res[i++] = k;\n }\n primes = res;\n return res;\n}\n\nfunction simpleSieve(p) {\n var primes = _getPrimes();\n\n for (var i = 0; i < primes.length; i++)\n if (p.modn(primes[i]) === 0) {\n if (p.cmpn(primes[i]) === 0) {\n return true;\n } else {\n return false;\n }\n }\n\n return true;\n}\n\nfunction fermatTest(p) {\n var red = BN.mont(p);\n return TWO.toRed(red).redPow(p.subn(1)).fromRed().cmpn(1) === 0;\n}\n\nfunction findPrime(bits, gen) {\n if (bits < 16) {\n // this is what openssl does\n if (gen === 2 || gen === 5) {\n return new BN([0x8c, 0x7b]);\n } else {\n return new BN([0x8c, 0x27]);\n }\n }\n gen = new BN(gen);\n\n var num, n2;\n\n while (true) {\n num = new BN(randomBytes(Math.ceil(bits / 8)));\n while (num.bitLength() > bits) {\n num.ishrn(1);\n }\n if (num.isEven()) {\n num.iadd(ONE);\n }\n if (!num.testn(1)) {\n num.iadd(TWO);\n }\n if (!gen.cmp(TWO)) {\n while (num.mod(TWENTYFOUR).cmp(ELEVEN)) {\n num.iadd(FOUR);\n }\n } else if (!gen.cmp(FIVE)) {\n while (num.mod(TEN).cmp(THREE)) {\n num.iadd(FOUR);\n }\n }\n n2 = num.shrn(1);\n if (simpleSieve(n2) && simpleSieve(num) &&\n fermatTest(n2) && fermatTest(num) &&\n millerRabin.test(n2) && millerRabin.test(num)) {\n return num;\n }\n }\n\n}\n","module.exports = {\n \"modp1\": {\n \"gen\": \"02\",\n \"prime\": \"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a63a3620ffffffffffffffff\"\n },\n \"modp2\": {\n \"gen\": \"02\",\n \"prime\": \"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece65381ffffffffffffffff\"\n },\n \"modp5\": {\n \"gen\": \"02\",\n \"prime\": \"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca237327ffffffffffffffff\"\n },\n \"modp14\": {\n \"gen\": \"02\",\n \"prime\": \"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aacaa68ffffffffffffffff\"\n },\n \"modp15\": {\n \"gen\": \"02\",\n \"prime\": \"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a93ad2caffffffffffffffff\"\n },\n \"modp16\": {\n \"gen\": \"02\",\n \"prime\": \"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c934063199ffffffffffffffff\"\n },\n \"modp17\": {\n \"gen\": \"02\",\n \"prime\": \"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c93402849236c3fab4d27c7026c1d4dcb2602646dec9751e763dba37bdf8ff9406ad9e530ee5db382f413001aeb06a53ed9027d831179727b0865a8918da3edbebcf9b14ed44ce6cbaced4bb1bdb7f1447e6cc254b332051512bd7af426fb8f401378cd2bf5983ca01c64b92ecf032ea15d1721d03f482d7ce6e74fef6d55e702f46980c82b5a84031900b1c9e59e7c97fbec7e8f323a97a7e36cc88be0f1d45b7ff585ac54bd407b22b4154aacc8f6d7ebf48e1d814cc5ed20f8037e0a79715eef29be32806a1d58bb7c5da76f550aa3d8a1fbff0eb19ccb1a313d55cda56c9ec2ef29632387fe8d76e3c0468043e8f663f4860ee12bf2d5b0b7474d6e694f91e6dcc4024ffffffffffffffff\"\n },\n \"modp18\": {\n \"gen\": \"02\",\n \"prime\": \"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c93402849236c3fab4d27c7026c1d4dcb2602646dec9751e763dba37bdf8ff9406ad9e530ee5db382f413001aeb06a53ed9027d831179727b0865a8918da3edbebcf9b14ed44ce6cbaced4bb1bdb7f1447e6cc254b332051512bd7af426fb8f401378cd2bf5983ca01c64b92ecf032ea15d1721d03f482d7ce6e74fef6d55e702f46980c82b5a84031900b1c9e59e7c97fbec7e8f323a97a7e36cc88be0f1d45b7ff585ac54bd407b22b4154aacc8f6d7ebf48e1d814cc5ed20f8037e0a79715eef29be32806a1d58bb7c5da76f550aa3d8a1fbff0eb19ccb1a313d55cda56c9ec2ef29632387fe8d76e3c0468043e8f663f4860ee12bf2d5b0b7474d6e694f91e6dbe115974a3926f12fee5e438777cb6a932df8cd8bec4d073b931ba3bc832b68d9dd300741fa7bf8afc47ed2576f6936ba424663aab639c5ae4f5683423b4742bf1c978238f16cbe39d652de3fdb8befc848ad922222e04a4037c0713eb57a81a23f0c73473fc646cea306b4bcbc8862f8385ddfa9d4b7fa2c087e879683303ed5bdd3a062b3cf5b3a278a66d2a13f83f44f82ddf310ee074ab6a364597e899a0255dc164f31cc50846851df9ab48195ded7ea1b1d510bd7ee74d73faf36bc31ecfa268359046f4eb879f924009438b481c6cd7889a002ed5ee382bc9190da6fc026e479558e4475677e9aa9e3050e2765694dfc81f56e880b96e7160c980dd98edd3dfffffffffffffffff\"\n }\n};","var BN = require('bn.js');\nvar MillerRabin = require('miller-rabin');\nvar millerRabin = new MillerRabin();\nvar TWENTYFOUR = new BN(24);\nvar ELEVEN = new BN(11);\nvar TEN = new BN(10);\nvar THREE = new BN(3);\nvar SEVEN = new BN(7);\nvar primes = require('./generatePrime');\nvar randomBytes = require('randombytes');\nmodule.exports = DH;\n\nfunction setPublicKey(pub, enc) {\n enc = enc || 'utf8';\n if (!Buffer.isBuffer(pub)) {\n pub = new Buffer(pub, enc);\n }\n this._pub = new BN(pub);\n return this;\n}\n\nfunction setPrivateKey(priv, enc) {\n enc = enc || 'utf8';\n if (!Buffer.isBuffer(priv)) {\n priv = new Buffer(priv, enc);\n }\n this._priv = new BN(priv);\n return this;\n}\n\nvar primeCache = {};\nfunction checkPrime(prime, generator) {\n var gen = generator.toString('hex');\n var hex = [gen, prime.toString(16)].join('_');\n if (hex in primeCache) {\n return primeCache[hex];\n }\n var error = 0;\n\n if (prime.isEven() ||\n !primes.simpleSieve ||\n !primes.fermatTest(prime) ||\n !millerRabin.test(prime)) {\n //not a prime so +1\n error += 1;\n\n if (gen === '02' || gen === '05') {\n // we'd be able to check the generator\n // it would fail so +8\n error += 8;\n } else {\n //we wouldn't be able to test the generator\n // so +4\n error += 4;\n }\n primeCache[hex] = error;\n return error;\n }\n if (!millerRabin.test(prime.shrn(1))) {\n //not a safe prime\n error += 2;\n }\n var rem;\n switch (gen) {\n case '02':\n if (prime.mod(TWENTYFOUR).cmp(ELEVEN)) {\n // unsuidable generator\n error += 8;\n }\n break;\n case '05':\n rem = prime.mod(TEN);\n if (rem.cmp(THREE) && rem.cmp(SEVEN)) {\n // prime mod 10 needs to equal 3 or 7\n error += 8;\n }\n break;\n default:\n error += 4;\n }\n primeCache[hex] = error;\n return error;\n}\n\nfunction DH(prime, generator, malleable) {\n this.setGenerator(generator);\n this.__prime = new BN(prime);\n this._prime = BN.mont(this.__prime);\n this._primeLen = prime.length;\n this._pub = undefined;\n this._priv = undefined;\n this._primeCode = undefined;\n if (malleable) {\n this.setPublicKey = setPublicKey;\n this.setPrivateKey = setPrivateKey;\n } else {\n this._primeCode = 8;\n }\n}\nObject.defineProperty(DH.prototype, 'verifyError', {\n enumerable: true,\n get: function () {\n if (typeof this._primeCode !== 'number') {\n this._primeCode = checkPrime(this.__prime, this.__gen);\n }\n return this._primeCode;\n }\n});\nDH.prototype.generateKeys = function () {\n if (!this._priv) {\n this._priv = new BN(randomBytes(this._primeLen));\n }\n this._pub = this._gen.toRed(this._prime).redPow(this._priv).fromRed();\n return this.getPublicKey();\n};\n\nDH.prototype.computeSecret = function (other) {\n other = new BN(other);\n other = other.toRed(this._prime);\n var secret = other.redPow(this._priv).fromRed();\n var out = new Buffer(secret.toArray());\n var prime = this.getPrime();\n if (out.length < prime.length) {\n var front = new Buffer(prime.length - out.length);\n front.fill(0);\n out = Buffer.concat([front, out]);\n }\n return out;\n};\n\nDH.prototype.getPublicKey = function getPublicKey(enc) {\n return formatReturnValue(this._pub, enc);\n};\n\nDH.prototype.getPrivateKey = function getPrivateKey(enc) {\n return formatReturnValue(this._priv, enc);\n};\n\nDH.prototype.getPrime = function (enc) {\n return formatReturnValue(this.__prime, enc);\n};\n\nDH.prototype.getGenerator = function (enc) {\n return formatReturnValue(this._gen, enc);\n};\n\nDH.prototype.setGenerator = function (gen, enc) {\n enc = enc || 'utf8';\n if (!Buffer.isBuffer(gen)) {\n gen = new Buffer(gen, enc);\n }\n this.__gen = gen;\n this._gen = new BN(gen);\n return this;\n};\n\nfunction formatReturnValue(bn, enc) {\n var buf = new Buffer(bn.toArray());\n if (!enc) {\n return buf;\n } else {\n return buf.toString(enc);\n }\n}\n","var generatePrime = require('./lib/generatePrime')\nvar primes = require('./lib/primes.json')\n\nvar DH = require('./lib/dh')\n\nfunction getDiffieHellman (mod) {\n var prime = new Buffer(primes[mod].prime, 'hex')\n var gen = new Buffer(primes[mod].gen, 'hex')\n\n return new DH(prime, gen)\n}\n\nvar ENCODINGS = {\n 'binary': true, 'hex': true, 'base64': true\n}\n\nfunction createDiffieHellman (prime, enc, generator, genc) {\n if (Buffer.isBuffer(enc) || ENCODINGS[enc] === undefined) {\n return createDiffieHellman(prime, 'binary', enc, generator)\n }\n\n enc = enc || 'binary'\n genc = genc || 'binary'\n generator = generator || new Buffer([2])\n\n if (!Buffer.isBuffer(generator)) {\n generator = new Buffer(generator, genc)\n }\n\n if (typeof prime === 'number') {\n return new DH(generatePrime(prime, generator), generator, true)\n }\n\n if (!Buffer.isBuffer(prime)) {\n prime = new Buffer(prime, enc)\n }\n\n return new DH(prime, generator, true)\n}\n\nexports.DiffieHellmanGroup = exports.createDiffieHellmanGroup = exports.getDiffieHellman = getDiffieHellman\nexports.createDiffieHellman = exports.DiffieHellman = createDiffieHellman\n","module.exports = require('events').EventEmitter;\n","'use strict';\n\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\n\nvar _require = require('buffer'),\n Buffer = _require.Buffer;\n\nvar _require2 = require('util'),\n inspect = _require2.inspect;\n\nvar custom = inspect && inspect.custom || 'inspect';\n\nfunction copyBuffer(src, target, offset) {\n Buffer.prototype.copy.call(src, target, offset);\n}\n\nmodule.exports =\n/*#__PURE__*/\nfunction () {\n function BufferList() {\n _classCallCheck(this, BufferList);\n\n this.head = null;\n this.tail = null;\n this.length = 0;\n }\n\n _createClass(BufferList, [{\n key: \"push\",\n value: function push(v) {\n var entry = {\n data: v,\n next: null\n };\n if (this.length > 0) this.tail.next = entry;else this.head = entry;\n this.tail = entry;\n ++this.length;\n }\n }, {\n key: \"unshift\",\n value: function unshift(v) {\n var entry = {\n data: v,\n next: this.head\n };\n if (this.length === 0) this.tail = entry;\n this.head = entry;\n ++this.length;\n }\n }, {\n key: \"shift\",\n value: function shift() {\n if (this.length === 0) return;\n var ret = this.head.data;\n if (this.length === 1) this.head = this.tail = null;else this.head = this.head.next;\n --this.length;\n return ret;\n }\n }, {\n key: \"clear\",\n value: function clear() {\n this.head = this.tail = null;\n this.length = 0;\n }\n }, {\n key: \"join\",\n value: function join(s) {\n if (this.length === 0) return '';\n var p = this.head;\n var ret = '' + p.data;\n\n while (p = p.next) {\n ret += s + p.data;\n }\n\n return ret;\n }\n }, {\n key: \"concat\",\n value: function concat(n) {\n if (this.length === 0) return Buffer.alloc(0);\n var ret = Buffer.allocUnsafe(n >>> 0);\n var p = this.head;\n var i = 0;\n\n while (p) {\n copyBuffer(p.data, ret, i);\n i += p.data.length;\n p = p.next;\n }\n\n return ret;\n } // Consumes a specified amount of bytes or characters from the buffered data.\n\n }, {\n key: \"consume\",\n value: function consume(n, hasStrings) {\n var ret;\n\n if (n < this.head.data.length) {\n // `slice` is the same for buffers and strings.\n ret = this.head.data.slice(0, n);\n this.head.data = this.head.data.slice(n);\n } else if (n === this.head.data.length) {\n // First chunk is a perfect match.\n ret = this.shift();\n } else {\n // Result spans more than one buffer.\n ret = hasStrings ? this._getString(n) : this._getBuffer(n);\n }\n\n return ret;\n }\n }, {\n key: \"first\",\n value: function first() {\n return this.head.data;\n } // Consumes a specified amount of characters from the buffered data.\n\n }, {\n key: \"_getString\",\n value: function _getString(n) {\n var p = this.head;\n var c = 1;\n var ret = p.data;\n n -= ret.length;\n\n while (p = p.next) {\n var str = p.data;\n var nb = n > str.length ? str.length : n;\n if (nb === str.length) ret += str;else ret += str.slice(0, n);\n n -= nb;\n\n if (n === 0) {\n if (nb === str.length) {\n ++c;\n if (p.next) this.head = p.next;else this.head = this.tail = null;\n } else {\n this.head = p;\n p.data = str.slice(nb);\n }\n\n break;\n }\n\n ++c;\n }\n\n this.length -= c;\n return ret;\n } // Consumes a specified amount of bytes from the buffered data.\n\n }, {\n key: \"_getBuffer\",\n value: function _getBuffer(n) {\n var ret = Buffer.allocUnsafe(n);\n var p = this.head;\n var c = 1;\n p.data.copy(ret);\n n -= p.data.length;\n\n while (p = p.next) {\n var buf = p.data;\n var nb = n > buf.length ? buf.length : n;\n buf.copy(ret, ret.length - n, 0, nb);\n n -= nb;\n\n if (n === 0) {\n if (nb === buf.length) {\n ++c;\n if (p.next) this.head = p.next;else this.head = this.tail = null;\n } else {\n this.head = p;\n p.data = buf.slice(nb);\n }\n\n break;\n }\n\n ++c;\n }\n\n this.length -= c;\n return ret;\n } // Make sure the linked list only shows the minimal necessary information.\n\n }, {\n key: custom,\n value: function value(_, options) {\n return inspect(this, _objectSpread({}, options, {\n // Only inspect one level.\n depth: 0,\n // It should not recurse.\n customInspect: false\n }));\n }\n }]);\n\n return BufferList;\n}();","'use strict'; // undocumented cb() API, needed for core, not for public API\n\nfunction destroy(err, cb) {\n var _this = this;\n\n var readableDestroyed = this._readableState && this._readableState.destroyed;\n var writableDestroyed = this._writableState && this._writableState.destroyed;\n\n if (readableDestroyed || writableDestroyed) {\n if (cb) {\n cb(err);\n } else if (err) {\n if (!this._writableState) {\n process.nextTick(emitErrorNT, this, err);\n } else if (!this._writableState.errorEmitted) {\n this._writableState.errorEmitted = true;\n process.nextTick(emitErrorNT, this, err);\n }\n }\n\n return this;\n } // we set destroyed to true before firing error callbacks in order\n // to make it re-entrance safe in case destroy() is called within callbacks\n\n\n if (this._readableState) {\n this._readableState.destroyed = true;\n } // if this is a duplex stream mark the writable part as destroyed as well\n\n\n if (this._writableState) {\n this._writableState.destroyed = true;\n }\n\n this._destroy(err || null, function (err) {\n if (!cb && err) {\n if (!_this._writableState) {\n process.nextTick(emitErrorAndCloseNT, _this, err);\n } else if (!_this._writableState.errorEmitted) {\n _this._writableState.errorEmitted = true;\n process.nextTick(emitErrorAndCloseNT, _this, err);\n } else {\n process.nextTick(emitCloseNT, _this);\n }\n } else if (cb) {\n process.nextTick(emitCloseNT, _this);\n cb(err);\n } else {\n process.nextTick(emitCloseNT, _this);\n }\n });\n\n return this;\n}\n\nfunction emitErrorAndCloseNT(self, err) {\n emitErrorNT(self, err);\n emitCloseNT(self);\n}\n\nfunction emitCloseNT(self) {\n if (self._writableState && !self._writableState.emitClose) return;\n if (self._readableState && !self._readableState.emitClose) return;\n self.emit('close');\n}\n\nfunction undestroy() {\n if (this._readableState) {\n this._readableState.destroyed = false;\n this._readableState.reading = false;\n this._readableState.ended = false;\n this._readableState.endEmitted = false;\n }\n\n if (this._writableState) {\n this._writableState.destroyed = false;\n this._writableState.ended = false;\n this._writableState.ending = false;\n this._writableState.finalCalled = false;\n this._writableState.prefinished = false;\n this._writableState.finished = false;\n this._writableState.errorEmitted = false;\n }\n}\n\nfunction emitErrorNT(self, err) {\n self.emit('error', err);\n}\n\nfunction errorOrDestroy(stream, err) {\n // We have tests that rely on errors being emitted\n // in the same tick, so changing this is semver major.\n // For now when you opt-in to autoDestroy we allow\n // the error to be emitted nextTick. In a future\n // semver major update we should change the default to this.\n var rState = stream._readableState;\n var wState = stream._writableState;\n if (rState && rState.autoDestroy || wState && wState.autoDestroy) stream.destroy(err);else stream.emit('error', err);\n}\n\nmodule.exports = {\n destroy: destroy,\n undestroy: undestroy,\n errorOrDestroy: errorOrDestroy\n};","'use strict';\n\nfunction _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; }\n\nvar codes = {};\n\nfunction createErrorType(code, message, Base) {\n if (!Base) {\n Base = Error;\n }\n\n function getMessage(arg1, arg2, arg3) {\n if (typeof message === 'string') {\n return message;\n } else {\n return message(arg1, arg2, arg3);\n }\n }\n\n var NodeError =\n /*#__PURE__*/\n function (_Base) {\n _inheritsLoose(NodeError, _Base);\n\n function NodeError(arg1, arg2, arg3) {\n return _Base.call(this, getMessage(arg1, arg2, arg3)) || this;\n }\n\n return NodeError;\n }(Base);\n\n NodeError.prototype.name = Base.name;\n NodeError.prototype.code = code;\n codes[code] = NodeError;\n} // https://github.com/nodejs/node/blob/v10.8.0/lib/internal/errors.js\n\n\nfunction oneOf(expected, thing) {\n if (Array.isArray(expected)) {\n var len = expected.length;\n expected = expected.map(function (i) {\n return String(i);\n });\n\n if (len > 2) {\n return \"one of \".concat(thing, \" \").concat(expected.slice(0, len - 1).join(', '), \", or \") + expected[len - 1];\n } else if (len === 2) {\n return \"one of \".concat(thing, \" \").concat(expected[0], \" or \").concat(expected[1]);\n } else {\n return \"of \".concat(thing, \" \").concat(expected[0]);\n }\n } else {\n return \"of \".concat(thing, \" \").concat(String(expected));\n }\n} // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/startsWith\n\n\nfunction startsWith(str, search, pos) {\n return str.substr(!pos || pos < 0 ? 0 : +pos, search.length) === search;\n} // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/endsWith\n\n\nfunction endsWith(str, search, this_len) {\n if (this_len === undefined || this_len > str.length) {\n this_len = str.length;\n }\n\n return str.substring(this_len - search.length, this_len) === search;\n} // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/includes\n\n\nfunction includes(str, search, start) {\n if (typeof start !== 'number') {\n start = 0;\n }\n\n if (start + search.length > str.length) {\n return false;\n } else {\n return str.indexOf(search, start) !== -1;\n }\n}\n\ncreateErrorType('ERR_INVALID_OPT_VALUE', function (name, value) {\n return 'The value \"' + value + '\" is invalid for option \"' + name + '\"';\n}, TypeError);\ncreateErrorType('ERR_INVALID_ARG_TYPE', function (name, expected, actual) {\n // determiner: 'must be' or 'must not be'\n var determiner;\n\n if (typeof expected === 'string' && startsWith(expected, 'not ')) {\n determiner = 'must not be';\n expected = expected.replace(/^not /, '');\n } else {\n determiner = 'must be';\n }\n\n var msg;\n\n if (endsWith(name, ' argument')) {\n // For cases like 'first argument'\n msg = \"The \".concat(name, \" \").concat(determiner, \" \").concat(oneOf(expected, 'type'));\n } else {\n var type = includes(name, '.') ? 'property' : 'argument';\n msg = \"The \\\"\".concat(name, \"\\\" \").concat(type, \" \").concat(determiner, \" \").concat(oneOf(expected, 'type'));\n }\n\n msg += \". Received type \".concat(typeof actual);\n return msg;\n}, TypeError);\ncreateErrorType('ERR_STREAM_PUSH_AFTER_EOF', 'stream.push() after EOF');\ncreateErrorType('ERR_METHOD_NOT_IMPLEMENTED', function (name) {\n return 'The ' + name + ' method is not implemented';\n});\ncreateErrorType('ERR_STREAM_PREMATURE_CLOSE', 'Premature close');\ncreateErrorType('ERR_STREAM_DESTROYED', function (name) {\n return 'Cannot call ' + name + ' after a stream was destroyed';\n});\ncreateErrorType('ERR_MULTIPLE_CALLBACK', 'Callback called multiple times');\ncreateErrorType('ERR_STREAM_CANNOT_PIPE', 'Cannot pipe, not readable');\ncreateErrorType('ERR_STREAM_WRITE_AFTER_END', 'write after end');\ncreateErrorType('ERR_STREAM_NULL_VALUES', 'May not write null values to stream', TypeError);\ncreateErrorType('ERR_UNKNOWN_ENCODING', function (arg) {\n return 'Unknown encoding: ' + arg;\n}, TypeError);\ncreateErrorType('ERR_STREAM_UNSHIFT_AFTER_END_EVENT', 'stream.unshift() after end event');\nmodule.exports.codes = codes;\n","'use strict';\n\nvar ERR_INVALID_OPT_VALUE = require('../../../errors').codes.ERR_INVALID_OPT_VALUE;\n\nfunction highWaterMarkFrom(options, isDuplex, duplexKey) {\n return options.highWaterMark != null ? options.highWaterMark : isDuplex ? options[duplexKey] : null;\n}\n\nfunction getHighWaterMark(state, options, duplexKey, isDuplex) {\n var hwm = highWaterMarkFrom(options, isDuplex, duplexKey);\n\n if (hwm != null) {\n if (!(isFinite(hwm) && Math.floor(hwm) === hwm) || hwm < 0) {\n var name = isDuplex ? duplexKey : 'highWaterMark';\n throw new ERR_INVALID_OPT_VALUE(name, hwm);\n }\n\n return Math.floor(hwm);\n } // Default value\n\n\n return state.objectMode ? 16 : 16 * 1024;\n}\n\nmodule.exports = {\n getHighWaterMark: getHighWaterMark\n};","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n// A bit simpler than readable streams.\n// Implement an async ._write(chunk, encoding, cb), and it'll handle all\n// the drain event emission and buffering.\n'use strict';\n\nmodule.exports = Writable;\n/* */\n\nfunction WriteReq(chunk, encoding, cb) {\n this.chunk = chunk;\n this.encoding = encoding;\n this.callback = cb;\n this.next = null;\n} // It seems a linked list but it is not\n// there will be only 2 of these for each stream\n\n\nfunction CorkedRequest(state) {\n var _this = this;\n\n this.next = null;\n this.entry = null;\n\n this.finish = function () {\n onCorkedFinish(_this, state);\n };\n}\n/* */\n\n/**/\n\n\nvar Duplex;\n/**/\n\nWritable.WritableState = WritableState;\n/**/\n\nvar internalUtil = {\n deprecate: require('util-deprecate')\n};\n/**/\n\n/**/\n\nvar Stream = require('./internal/streams/stream');\n/**/\n\n\nvar Buffer = require('buffer').Buffer;\n\nvar OurUint8Array = global.Uint8Array || function () {};\n\nfunction _uint8ArrayToBuffer(chunk) {\n return Buffer.from(chunk);\n}\n\nfunction _isUint8Array(obj) {\n return Buffer.isBuffer(obj) || obj instanceof OurUint8Array;\n}\n\nvar destroyImpl = require('./internal/streams/destroy');\n\nvar _require = require('./internal/streams/state'),\n getHighWaterMark = _require.getHighWaterMark;\n\nvar _require$codes = require('../errors').codes,\n ERR_INVALID_ARG_TYPE = _require$codes.ERR_INVALID_ARG_TYPE,\n ERR_METHOD_NOT_IMPLEMENTED = _require$codes.ERR_METHOD_NOT_IMPLEMENTED,\n ERR_MULTIPLE_CALLBACK = _require$codes.ERR_MULTIPLE_CALLBACK,\n ERR_STREAM_CANNOT_PIPE = _require$codes.ERR_STREAM_CANNOT_PIPE,\n ERR_STREAM_DESTROYED = _require$codes.ERR_STREAM_DESTROYED,\n ERR_STREAM_NULL_VALUES = _require$codes.ERR_STREAM_NULL_VALUES,\n ERR_STREAM_WRITE_AFTER_END = _require$codes.ERR_STREAM_WRITE_AFTER_END,\n ERR_UNKNOWN_ENCODING = _require$codes.ERR_UNKNOWN_ENCODING;\n\nvar errorOrDestroy = destroyImpl.errorOrDestroy;\n\nrequire('inherits')(Writable, Stream);\n\nfunction nop() {}\n\nfunction WritableState(options, stream, isDuplex) {\n Duplex = Duplex || require('./_stream_duplex');\n options = options || {}; // Duplex streams are both readable and writable, but share\n // the same options object.\n // However, some cases require setting options to different\n // values for the readable and the writable sides of the duplex stream,\n // e.g. options.readableObjectMode vs. options.writableObjectMode, etc.\n\n if (typeof isDuplex !== 'boolean') isDuplex = stream instanceof Duplex; // object stream flag to indicate whether or not this stream\n // contains buffers or objects.\n\n this.objectMode = !!options.objectMode;\n if (isDuplex) this.objectMode = this.objectMode || !!options.writableObjectMode; // the point at which write() starts returning false\n // Note: 0 is a valid value, means that we always return false if\n // the entire buffer is not flushed immediately on write()\n\n this.highWaterMark = getHighWaterMark(this, options, 'writableHighWaterMark', isDuplex); // if _final has been called\n\n this.finalCalled = false; // drain event flag.\n\n this.needDrain = false; // at the start of calling end()\n\n this.ending = false; // when end() has been called, and returned\n\n this.ended = false; // when 'finish' is emitted\n\n this.finished = false; // has it been destroyed\n\n this.destroyed = false; // should we decode strings into buffers before passing to _write?\n // this is here so that some node-core streams can optimize string\n // handling at a lower level.\n\n var noDecode = options.decodeStrings === false;\n this.decodeStrings = !noDecode; // Crypto is kind of old and crusty. Historically, its default string\n // encoding is 'binary' so we have to make this configurable.\n // Everything else in the universe uses 'utf8', though.\n\n this.defaultEncoding = options.defaultEncoding || 'utf8'; // not an actual buffer we keep track of, but a measurement\n // of how much we're waiting to get pushed to some underlying\n // socket or file.\n\n this.length = 0; // a flag to see when we're in the middle of a write.\n\n this.writing = false; // when true all writes will be buffered until .uncork() call\n\n this.corked = 0; // a flag to be able to tell if the onwrite cb is called immediately,\n // or on a later tick. We set this to true at first, because any\n // actions that shouldn't happen until \"later\" should generally also\n // not happen before the first write call.\n\n this.sync = true; // a flag to know if we're processing previously buffered items, which\n // may call the _write() callback in the same tick, so that we don't\n // end up in an overlapped onwrite situation.\n\n this.bufferProcessing = false; // the callback that's passed to _write(chunk,cb)\n\n this.onwrite = function (er) {\n onwrite(stream, er);\n }; // the callback that the user supplies to write(chunk,encoding,cb)\n\n\n this.writecb = null; // the amount that is being written when _write is called.\n\n this.writelen = 0;\n this.bufferedRequest = null;\n this.lastBufferedRequest = null; // number of pending user-supplied write callbacks\n // this must be 0 before 'finish' can be emitted\n\n this.pendingcb = 0; // emit prefinish if the only thing we're waiting for is _write cbs\n // This is relevant for synchronous Transform streams\n\n this.prefinished = false; // True if the error was already emitted and should not be thrown again\n\n this.errorEmitted = false; // Should close be emitted on destroy. Defaults to true.\n\n this.emitClose = options.emitClose !== false; // Should .destroy() be called after 'finish' (and potentially 'end')\n\n this.autoDestroy = !!options.autoDestroy; // count buffered requests\n\n this.bufferedRequestCount = 0; // allocate the first CorkedRequest, there is always\n // one allocated and free to use, and we maintain at most two\n\n this.corkedRequestsFree = new CorkedRequest(this);\n}\n\nWritableState.prototype.getBuffer = function getBuffer() {\n var current = this.bufferedRequest;\n var out = [];\n\n while (current) {\n out.push(current);\n current = current.next;\n }\n\n return out;\n};\n\n(function () {\n try {\n Object.defineProperty(WritableState.prototype, 'buffer', {\n get: internalUtil.deprecate(function writableStateBufferGetter() {\n return this.getBuffer();\n }, '_writableState.buffer is deprecated. Use _writableState.getBuffer ' + 'instead.', 'DEP0003')\n });\n } catch (_) {}\n})(); // Test _writableState for inheritance to account for Duplex streams,\n// whose prototype chain only points to Readable.\n\n\nvar realHasInstance;\n\nif (typeof Symbol === 'function' && Symbol.hasInstance && typeof Function.prototype[Symbol.hasInstance] === 'function') {\n realHasInstance = Function.prototype[Symbol.hasInstance];\n Object.defineProperty(Writable, Symbol.hasInstance, {\n value: function value(object) {\n if (realHasInstance.call(this, object)) return true;\n if (this !== Writable) return false;\n return object && object._writableState instanceof WritableState;\n }\n });\n} else {\n realHasInstance = function realHasInstance(object) {\n return object instanceof this;\n };\n}\n\nfunction Writable(options) {\n Duplex = Duplex || require('./_stream_duplex'); // Writable ctor is applied to Duplexes, too.\n // `realHasInstance` is necessary because using plain `instanceof`\n // would return false, as no `_writableState` property is attached.\n // Trying to use the custom `instanceof` for Writable here will also break the\n // Node.js LazyTransform implementation, which has a non-trivial getter for\n // `_writableState` that would lead to infinite recursion.\n // Checking for a Stream.Duplex instance is faster here instead of inside\n // the WritableState constructor, at least with V8 6.5\n\n var isDuplex = this instanceof Duplex;\n if (!isDuplex && !realHasInstance.call(Writable, this)) return new Writable(options);\n this._writableState = new WritableState(options, this, isDuplex); // legacy.\n\n this.writable = true;\n\n if (options) {\n if (typeof options.write === 'function') this._write = options.write;\n if (typeof options.writev === 'function') this._writev = options.writev;\n if (typeof options.destroy === 'function') this._destroy = options.destroy;\n if (typeof options.final === 'function') this._final = options.final;\n }\n\n Stream.call(this);\n} // Otherwise people can pipe Writable streams, which is just wrong.\n\n\nWritable.prototype.pipe = function () {\n errorOrDestroy(this, new ERR_STREAM_CANNOT_PIPE());\n};\n\nfunction writeAfterEnd(stream, cb) {\n var er = new ERR_STREAM_WRITE_AFTER_END(); // TODO: defer error events consistently everywhere, not just the cb\n\n errorOrDestroy(stream, er);\n process.nextTick(cb, er);\n} // Checks that a user-supplied chunk is valid, especially for the particular\n// mode the stream is in. Currently this means that `null` is never accepted\n// and undefined/non-string values are only allowed in object mode.\n\n\nfunction validChunk(stream, state, chunk, cb) {\n var er;\n\n if (chunk === null) {\n er = new ERR_STREAM_NULL_VALUES();\n } else if (typeof chunk !== 'string' && !state.objectMode) {\n er = new ERR_INVALID_ARG_TYPE('chunk', ['string', 'Buffer'], chunk);\n }\n\n if (er) {\n errorOrDestroy(stream, er);\n process.nextTick(cb, er);\n return false;\n }\n\n return true;\n}\n\nWritable.prototype.write = function (chunk, encoding, cb) {\n var state = this._writableState;\n var ret = false;\n\n var isBuf = !state.objectMode && _isUint8Array(chunk);\n\n if (isBuf && !Buffer.isBuffer(chunk)) {\n chunk = _uint8ArrayToBuffer(chunk);\n }\n\n if (typeof encoding === 'function') {\n cb = encoding;\n encoding = null;\n }\n\n if (isBuf) encoding = 'buffer';else if (!encoding) encoding = state.defaultEncoding;\n if (typeof cb !== 'function') cb = nop;\n if (state.ending) writeAfterEnd(this, cb);else if (isBuf || validChunk(this, state, chunk, cb)) {\n state.pendingcb++;\n ret = writeOrBuffer(this, state, isBuf, chunk, encoding, cb);\n }\n return ret;\n};\n\nWritable.prototype.cork = function () {\n this._writableState.corked++;\n};\n\nWritable.prototype.uncork = function () {\n var state = this._writableState;\n\n if (state.corked) {\n state.corked--;\n if (!state.writing && !state.corked && !state.bufferProcessing && state.bufferedRequest) clearBuffer(this, state);\n }\n};\n\nWritable.prototype.setDefaultEncoding = function setDefaultEncoding(encoding) {\n // node::ParseEncoding() requires lower case.\n if (typeof encoding === 'string') encoding = encoding.toLowerCase();\n if (!(['hex', 'utf8', 'utf-8', 'ascii', 'binary', 'base64', 'ucs2', 'ucs-2', 'utf16le', 'utf-16le', 'raw'].indexOf((encoding + '').toLowerCase()) > -1)) throw new ERR_UNKNOWN_ENCODING(encoding);\n this._writableState.defaultEncoding = encoding;\n return this;\n};\n\nObject.defineProperty(Writable.prototype, 'writableBuffer', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._writableState && this._writableState.getBuffer();\n }\n});\n\nfunction decodeChunk(state, chunk, encoding) {\n if (!state.objectMode && state.decodeStrings !== false && typeof chunk === 'string') {\n chunk = Buffer.from(chunk, encoding);\n }\n\n return chunk;\n}\n\nObject.defineProperty(Writable.prototype, 'writableHighWaterMark', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._writableState.highWaterMark;\n }\n}); // if we're already writing something, then just put this\n// in the queue, and wait our turn. Otherwise, call _write\n// If we return false, then we need a drain event, so set that flag.\n\nfunction writeOrBuffer(stream, state, isBuf, chunk, encoding, cb) {\n if (!isBuf) {\n var newChunk = decodeChunk(state, chunk, encoding);\n\n if (chunk !== newChunk) {\n isBuf = true;\n encoding = 'buffer';\n chunk = newChunk;\n }\n }\n\n var len = state.objectMode ? 1 : chunk.length;\n state.length += len;\n var ret = state.length < state.highWaterMark; // we must ensure that previous needDrain will not be reset to false.\n\n if (!ret) state.needDrain = true;\n\n if (state.writing || state.corked) {\n var last = state.lastBufferedRequest;\n state.lastBufferedRequest = {\n chunk: chunk,\n encoding: encoding,\n isBuf: isBuf,\n callback: cb,\n next: null\n };\n\n if (last) {\n last.next = state.lastBufferedRequest;\n } else {\n state.bufferedRequest = state.lastBufferedRequest;\n }\n\n state.bufferedRequestCount += 1;\n } else {\n doWrite(stream, state, false, len, chunk, encoding, cb);\n }\n\n return ret;\n}\n\nfunction doWrite(stream, state, writev, len, chunk, encoding, cb) {\n state.writelen = len;\n state.writecb = cb;\n state.writing = true;\n state.sync = true;\n if (state.destroyed) state.onwrite(new ERR_STREAM_DESTROYED('write'));else if (writev) stream._writev(chunk, state.onwrite);else stream._write(chunk, encoding, state.onwrite);\n state.sync = false;\n}\n\nfunction onwriteError(stream, state, sync, er, cb) {\n --state.pendingcb;\n\n if (sync) {\n // defer the callback if we are being called synchronously\n // to avoid piling up things on the stack\n process.nextTick(cb, er); // this can emit finish, and it will always happen\n // after error\n\n process.nextTick(finishMaybe, stream, state);\n stream._writableState.errorEmitted = true;\n errorOrDestroy(stream, er);\n } else {\n // the caller expect this to happen before if\n // it is async\n cb(er);\n stream._writableState.errorEmitted = true;\n errorOrDestroy(stream, er); // this can emit finish, but finish must\n // always follow error\n\n finishMaybe(stream, state);\n }\n}\n\nfunction onwriteStateUpdate(state) {\n state.writing = false;\n state.writecb = null;\n state.length -= state.writelen;\n state.writelen = 0;\n}\n\nfunction onwrite(stream, er) {\n var state = stream._writableState;\n var sync = state.sync;\n var cb = state.writecb;\n if (typeof cb !== 'function') throw new ERR_MULTIPLE_CALLBACK();\n onwriteStateUpdate(state);\n if (er) onwriteError(stream, state, sync, er, cb);else {\n // Check if we're actually ready to finish, but don't emit yet\n var finished = needFinish(state) || stream.destroyed;\n\n if (!finished && !state.corked && !state.bufferProcessing && state.bufferedRequest) {\n clearBuffer(stream, state);\n }\n\n if (sync) {\n process.nextTick(afterWrite, stream, state, finished, cb);\n } else {\n afterWrite(stream, state, finished, cb);\n }\n }\n}\n\nfunction afterWrite(stream, state, finished, cb) {\n if (!finished) onwriteDrain(stream, state);\n state.pendingcb--;\n cb();\n finishMaybe(stream, state);\n} // Must force callback to be called on nextTick, so that we don't\n// emit 'drain' before the write() consumer gets the 'false' return\n// value, and has a chance to attach a 'drain' listener.\n\n\nfunction onwriteDrain(stream, state) {\n if (state.length === 0 && state.needDrain) {\n state.needDrain = false;\n stream.emit('drain');\n }\n} // if there's something in the buffer waiting, then process it\n\n\nfunction clearBuffer(stream, state) {\n state.bufferProcessing = true;\n var entry = state.bufferedRequest;\n\n if (stream._writev && entry && entry.next) {\n // Fast case, write everything using _writev()\n var l = state.bufferedRequestCount;\n var buffer = new Array(l);\n var holder = state.corkedRequestsFree;\n holder.entry = entry;\n var count = 0;\n var allBuffers = true;\n\n while (entry) {\n buffer[count] = entry;\n if (!entry.isBuf) allBuffers = false;\n entry = entry.next;\n count += 1;\n }\n\n buffer.allBuffers = allBuffers;\n doWrite(stream, state, true, state.length, buffer, '', holder.finish); // doWrite is almost always async, defer these to save a bit of time\n // as the hot path ends with doWrite\n\n state.pendingcb++;\n state.lastBufferedRequest = null;\n\n if (holder.next) {\n state.corkedRequestsFree = holder.next;\n holder.next = null;\n } else {\n state.corkedRequestsFree = new CorkedRequest(state);\n }\n\n state.bufferedRequestCount = 0;\n } else {\n // Slow case, write chunks one-by-one\n while (entry) {\n var chunk = entry.chunk;\n var encoding = entry.encoding;\n var cb = entry.callback;\n var len = state.objectMode ? 1 : chunk.length;\n doWrite(stream, state, false, len, chunk, encoding, cb);\n entry = entry.next;\n state.bufferedRequestCount--; // if we didn't call the onwrite immediately, then\n // it means that we need to wait until it does.\n // also, that means that the chunk and cb are currently\n // being processed, so move the buffer counter past them.\n\n if (state.writing) {\n break;\n }\n }\n\n if (entry === null) state.lastBufferedRequest = null;\n }\n\n state.bufferedRequest = entry;\n state.bufferProcessing = false;\n}\n\nWritable.prototype._write = function (chunk, encoding, cb) {\n cb(new ERR_METHOD_NOT_IMPLEMENTED('_write()'));\n};\n\nWritable.prototype._writev = null;\n\nWritable.prototype.end = function (chunk, encoding, cb) {\n var state = this._writableState;\n\n if (typeof chunk === 'function') {\n cb = chunk;\n chunk = null;\n encoding = null;\n } else if (typeof encoding === 'function') {\n cb = encoding;\n encoding = null;\n }\n\n if (chunk !== null && chunk !== undefined) this.write(chunk, encoding); // .end() fully uncorks\n\n if (state.corked) {\n state.corked = 1;\n this.uncork();\n } // ignore unnecessary end() calls.\n\n\n if (!state.ending) endWritable(this, state, cb);\n return this;\n};\n\nObject.defineProperty(Writable.prototype, 'writableLength', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._writableState.length;\n }\n});\n\nfunction needFinish(state) {\n return state.ending && state.length === 0 && state.bufferedRequest === null && !state.finished && !state.writing;\n}\n\nfunction callFinal(stream, state) {\n stream._final(function (err) {\n state.pendingcb--;\n\n if (err) {\n errorOrDestroy(stream, err);\n }\n\n state.prefinished = true;\n stream.emit('prefinish');\n finishMaybe(stream, state);\n });\n}\n\nfunction prefinish(stream, state) {\n if (!state.prefinished && !state.finalCalled) {\n if (typeof stream._final === 'function' && !state.destroyed) {\n state.pendingcb++;\n state.finalCalled = true;\n process.nextTick(callFinal, stream, state);\n } else {\n state.prefinished = true;\n stream.emit('prefinish');\n }\n }\n}\n\nfunction finishMaybe(stream, state) {\n var need = needFinish(state);\n\n if (need) {\n prefinish(stream, state);\n\n if (state.pendingcb === 0) {\n state.finished = true;\n stream.emit('finish');\n\n if (state.autoDestroy) {\n // In case of duplex streams we need a way to detect\n // if the readable side is ready for autoDestroy as well\n var rState = stream._readableState;\n\n if (!rState || rState.autoDestroy && rState.endEmitted) {\n stream.destroy();\n }\n }\n }\n }\n\n return need;\n}\n\nfunction endWritable(stream, state, cb) {\n state.ending = true;\n finishMaybe(stream, state);\n\n if (cb) {\n if (state.finished) process.nextTick(cb);else stream.once('finish', cb);\n }\n\n state.ended = true;\n stream.writable = false;\n}\n\nfunction onCorkedFinish(corkReq, state, err) {\n var entry = corkReq.entry;\n corkReq.entry = null;\n\n while (entry) {\n var cb = entry.callback;\n state.pendingcb--;\n cb(err);\n entry = entry.next;\n } // reuse the free corkReq.\n\n\n state.corkedRequestsFree.next = corkReq;\n}\n\nObject.defineProperty(Writable.prototype, 'destroyed', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n if (this._writableState === undefined) {\n return false;\n }\n\n return this._writableState.destroyed;\n },\n set: function set(value) {\n // we ignore the value if the stream\n // has not been initialized yet\n if (!this._writableState) {\n return;\n } // backward compatibility, the user is explicitly\n // managing destroyed\n\n\n this._writableState.destroyed = value;\n }\n});\nWritable.prototype.destroy = destroyImpl.destroy;\nWritable.prototype._undestroy = destroyImpl.undestroy;\n\nWritable.prototype._destroy = function (err, cb) {\n cb(err);\n};","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n// a duplex stream is just a stream that is both readable and writable.\n// Since JS doesn't have multiple prototypal inheritance, this class\n// prototypally inherits from Readable, and then parasitically from\n// Writable.\n'use strict';\n/**/\n\nvar objectKeys = Object.keys || function (obj) {\n var keys = [];\n\n for (var key in obj) {\n keys.push(key);\n }\n\n return keys;\n};\n/**/\n\n\nmodule.exports = Duplex;\n\nvar Readable = require('./_stream_readable');\n\nvar Writable = require('./_stream_writable');\n\nrequire('inherits')(Duplex, Readable);\n\n{\n // Allow the keys array to be GC'ed.\n var keys = objectKeys(Writable.prototype);\n\n for (var v = 0; v < keys.length; v++) {\n var method = keys[v];\n if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method];\n }\n}\n\nfunction Duplex(options) {\n if (!(this instanceof Duplex)) return new Duplex(options);\n Readable.call(this, options);\n Writable.call(this, options);\n this.allowHalfOpen = true;\n\n if (options) {\n if (options.readable === false) this.readable = false;\n if (options.writable === false) this.writable = false;\n\n if (options.allowHalfOpen === false) {\n this.allowHalfOpen = false;\n this.once('end', onend);\n }\n }\n}\n\nObject.defineProperty(Duplex.prototype, 'writableHighWaterMark', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._writableState.highWaterMark;\n }\n});\nObject.defineProperty(Duplex.prototype, 'writableBuffer', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._writableState && this._writableState.getBuffer();\n }\n});\nObject.defineProperty(Duplex.prototype, 'writableLength', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._writableState.length;\n }\n}); // the no-half-open enforcer\n\nfunction onend() {\n // If the writable side ended, then we're ok.\n if (this._writableState.ended) return; // no more data can be written.\n // But allow more writes to happen in this tick.\n\n process.nextTick(onEndNT, this);\n}\n\nfunction onEndNT(self) {\n self.end();\n}\n\nObject.defineProperty(Duplex.prototype, 'destroyed', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n if (this._readableState === undefined || this._writableState === undefined) {\n return false;\n }\n\n return this._readableState.destroyed && this._writableState.destroyed;\n },\n set: function set(value) {\n // we ignore the value if the stream\n // has not been initialized yet\n if (this._readableState === undefined || this._writableState === undefined) {\n return;\n } // backward compatibility, the user is explicitly\n // managing destroyed\n\n\n this._readableState.destroyed = value;\n this._writableState.destroyed = value;\n }\n});","// Ported from https://github.com/mafintosh/end-of-stream with\n// permission from the author, Mathias Buus (@mafintosh).\n'use strict';\n\nvar ERR_STREAM_PREMATURE_CLOSE = require('../../../errors').codes.ERR_STREAM_PREMATURE_CLOSE;\n\nfunction once(callback) {\n var called = false;\n return function () {\n if (called) return;\n called = true;\n\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n callback.apply(this, args);\n };\n}\n\nfunction noop() {}\n\nfunction isRequest(stream) {\n return stream.setHeader && typeof stream.abort === 'function';\n}\n\nfunction eos(stream, opts, callback) {\n if (typeof opts === 'function') return eos(stream, null, opts);\n if (!opts) opts = {};\n callback = once(callback || noop);\n var readable = opts.readable || opts.readable !== false && stream.readable;\n var writable = opts.writable || opts.writable !== false && stream.writable;\n\n var onlegacyfinish = function onlegacyfinish() {\n if (!stream.writable) onfinish();\n };\n\n var writableEnded = stream._writableState && stream._writableState.finished;\n\n var onfinish = function onfinish() {\n writable = false;\n writableEnded = true;\n if (!readable) callback.call(stream);\n };\n\n var readableEnded = stream._readableState && stream._readableState.endEmitted;\n\n var onend = function onend() {\n readable = false;\n readableEnded = true;\n if (!writable) callback.call(stream);\n };\n\n var onerror = function onerror(err) {\n callback.call(stream, err);\n };\n\n var onclose = function onclose() {\n var err;\n\n if (readable && !readableEnded) {\n if (!stream._readableState || !stream._readableState.ended) err = new ERR_STREAM_PREMATURE_CLOSE();\n return callback.call(stream, err);\n }\n\n if (writable && !writableEnded) {\n if (!stream._writableState || !stream._writableState.ended) err = new ERR_STREAM_PREMATURE_CLOSE();\n return callback.call(stream, err);\n }\n };\n\n var onrequest = function onrequest() {\n stream.req.on('finish', onfinish);\n };\n\n if (isRequest(stream)) {\n stream.on('complete', onfinish);\n stream.on('abort', onclose);\n if (stream.req) onrequest();else stream.on('request', onrequest);\n } else if (writable && !stream._writableState) {\n // legacy streams\n stream.on('end', onlegacyfinish);\n stream.on('close', onlegacyfinish);\n }\n\n stream.on('end', onend);\n stream.on('finish', onfinish);\n if (opts.error !== false) stream.on('error', onerror);\n stream.on('close', onclose);\n return function () {\n stream.removeListener('complete', onfinish);\n stream.removeListener('abort', onclose);\n stream.removeListener('request', onrequest);\n if (stream.req) stream.req.removeListener('finish', onfinish);\n stream.removeListener('end', onlegacyfinish);\n stream.removeListener('close', onlegacyfinish);\n stream.removeListener('finish', onfinish);\n stream.removeListener('end', onend);\n stream.removeListener('error', onerror);\n stream.removeListener('close', onclose);\n };\n}\n\nmodule.exports = eos;","'use strict';\n\nvar _Object$setPrototypeO;\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\nvar finished = require('./end-of-stream');\n\nvar kLastResolve = Symbol('lastResolve');\nvar kLastReject = Symbol('lastReject');\nvar kError = Symbol('error');\nvar kEnded = Symbol('ended');\nvar kLastPromise = Symbol('lastPromise');\nvar kHandlePromise = Symbol('handlePromise');\nvar kStream = Symbol('stream');\n\nfunction createIterResult(value, done) {\n return {\n value: value,\n done: done\n };\n}\n\nfunction readAndResolve(iter) {\n var resolve = iter[kLastResolve];\n\n if (resolve !== null) {\n var data = iter[kStream].read(); // we defer if data is null\n // we can be expecting either 'end' or\n // 'error'\n\n if (data !== null) {\n iter[kLastPromise] = null;\n iter[kLastResolve] = null;\n iter[kLastReject] = null;\n resolve(createIterResult(data, false));\n }\n }\n}\n\nfunction onReadable(iter) {\n // we wait for the next tick, because it might\n // emit an error with process.nextTick\n process.nextTick(readAndResolve, iter);\n}\n\nfunction wrapForNext(lastPromise, iter) {\n return function (resolve, reject) {\n lastPromise.then(function () {\n if (iter[kEnded]) {\n resolve(createIterResult(undefined, true));\n return;\n }\n\n iter[kHandlePromise](resolve, reject);\n }, reject);\n };\n}\n\nvar AsyncIteratorPrototype = Object.getPrototypeOf(function () {});\nvar ReadableStreamAsyncIteratorPrototype = Object.setPrototypeOf((_Object$setPrototypeO = {\n get stream() {\n return this[kStream];\n },\n\n next: function next() {\n var _this = this;\n\n // if we have detected an error in the meanwhile\n // reject straight away\n var error = this[kError];\n\n if (error !== null) {\n return Promise.reject(error);\n }\n\n if (this[kEnded]) {\n return Promise.resolve(createIterResult(undefined, true));\n }\n\n if (this[kStream].destroyed) {\n // We need to defer via nextTick because if .destroy(err) is\n // called, the error will be emitted via nextTick, and\n // we cannot guarantee that there is no error lingering around\n // waiting to be emitted.\n return new Promise(function (resolve, reject) {\n process.nextTick(function () {\n if (_this[kError]) {\n reject(_this[kError]);\n } else {\n resolve(createIterResult(undefined, true));\n }\n });\n });\n } // if we have multiple next() calls\n // we will wait for the previous Promise to finish\n // this logic is optimized to support for await loops,\n // where next() is only called once at a time\n\n\n var lastPromise = this[kLastPromise];\n var promise;\n\n if (lastPromise) {\n promise = new Promise(wrapForNext(lastPromise, this));\n } else {\n // fast path needed to support multiple this.push()\n // without triggering the next() queue\n var data = this[kStream].read();\n\n if (data !== null) {\n return Promise.resolve(createIterResult(data, false));\n }\n\n promise = new Promise(this[kHandlePromise]);\n }\n\n this[kLastPromise] = promise;\n return promise;\n }\n}, _defineProperty(_Object$setPrototypeO, Symbol.asyncIterator, function () {\n return this;\n}), _defineProperty(_Object$setPrototypeO, \"return\", function _return() {\n var _this2 = this;\n\n // destroy(err, cb) is a private API\n // we can guarantee we have that here, because we control the\n // Readable class this is attached to\n return new Promise(function (resolve, reject) {\n _this2[kStream].destroy(null, function (err) {\n if (err) {\n reject(err);\n return;\n }\n\n resolve(createIterResult(undefined, true));\n });\n });\n}), _Object$setPrototypeO), AsyncIteratorPrototype);\n\nvar createReadableStreamAsyncIterator = function createReadableStreamAsyncIterator(stream) {\n var _Object$create;\n\n var iterator = Object.create(ReadableStreamAsyncIteratorPrototype, (_Object$create = {}, _defineProperty(_Object$create, kStream, {\n value: stream,\n writable: true\n }), _defineProperty(_Object$create, kLastResolve, {\n value: null,\n writable: true\n }), _defineProperty(_Object$create, kLastReject, {\n value: null,\n writable: true\n }), _defineProperty(_Object$create, kError, {\n value: null,\n writable: true\n }), _defineProperty(_Object$create, kEnded, {\n value: stream._readableState.endEmitted,\n writable: true\n }), _defineProperty(_Object$create, kHandlePromise, {\n value: function value(resolve, reject) {\n var data = iterator[kStream].read();\n\n if (data) {\n iterator[kLastPromise] = null;\n iterator[kLastResolve] = null;\n iterator[kLastReject] = null;\n resolve(createIterResult(data, false));\n } else {\n iterator[kLastResolve] = resolve;\n iterator[kLastReject] = reject;\n }\n },\n writable: true\n }), _Object$create));\n iterator[kLastPromise] = null;\n finished(stream, function (err) {\n if (err && err.code !== 'ERR_STREAM_PREMATURE_CLOSE') {\n var reject = iterator[kLastReject]; // reject if we are waiting for data in the Promise\n // returned by next() and store the error\n\n if (reject !== null) {\n iterator[kLastPromise] = null;\n iterator[kLastResolve] = null;\n iterator[kLastReject] = null;\n reject(err);\n }\n\n iterator[kError] = err;\n return;\n }\n\n var resolve = iterator[kLastResolve];\n\n if (resolve !== null) {\n iterator[kLastPromise] = null;\n iterator[kLastResolve] = null;\n iterator[kLastReject] = null;\n resolve(createIterResult(undefined, true));\n }\n\n iterator[kEnded] = true;\n });\n stream.on('readable', onReadable.bind(null, iterator));\n return iterator;\n};\n\nmodule.exports = createReadableStreamAsyncIterator;","module.exports = function () {\n throw new Error('Readable.from is not available in the browser')\n};\n","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n'use strict';\n\nmodule.exports = Readable;\n/**/\n\nvar Duplex;\n/**/\n\nReadable.ReadableState = ReadableState;\n/**/\n\nvar EE = require('events').EventEmitter;\n\nvar EElistenerCount = function EElistenerCount(emitter, type) {\n return emitter.listeners(type).length;\n};\n/**/\n\n/**/\n\n\nvar Stream = require('./internal/streams/stream');\n/**/\n\n\nvar Buffer = require('buffer').Buffer;\n\nvar OurUint8Array = global.Uint8Array || function () {};\n\nfunction _uint8ArrayToBuffer(chunk) {\n return Buffer.from(chunk);\n}\n\nfunction _isUint8Array(obj) {\n return Buffer.isBuffer(obj) || obj instanceof OurUint8Array;\n}\n/**/\n\n\nvar debugUtil = require('util');\n\nvar debug;\n\nif (debugUtil && debugUtil.debuglog) {\n debug = debugUtil.debuglog('stream');\n} else {\n debug = function debug() {};\n}\n/**/\n\n\nvar BufferList = require('./internal/streams/buffer_list');\n\nvar destroyImpl = require('./internal/streams/destroy');\n\nvar _require = require('./internal/streams/state'),\n getHighWaterMark = _require.getHighWaterMark;\n\nvar _require$codes = require('../errors').codes,\n ERR_INVALID_ARG_TYPE = _require$codes.ERR_INVALID_ARG_TYPE,\n ERR_STREAM_PUSH_AFTER_EOF = _require$codes.ERR_STREAM_PUSH_AFTER_EOF,\n ERR_METHOD_NOT_IMPLEMENTED = _require$codes.ERR_METHOD_NOT_IMPLEMENTED,\n ERR_STREAM_UNSHIFT_AFTER_END_EVENT = _require$codes.ERR_STREAM_UNSHIFT_AFTER_END_EVENT; // Lazy loaded to improve the startup performance.\n\n\nvar StringDecoder;\nvar createReadableStreamAsyncIterator;\nvar from;\n\nrequire('inherits')(Readable, Stream);\n\nvar errorOrDestroy = destroyImpl.errorOrDestroy;\nvar kProxyEvents = ['error', 'close', 'destroy', 'pause', 'resume'];\n\nfunction prependListener(emitter, event, fn) {\n // Sadly this is not cacheable as some libraries bundle their own\n // event emitter implementation with them.\n if (typeof emitter.prependListener === 'function') return emitter.prependListener(event, fn); // This is a hack to make sure that our error handler is attached before any\n // userland ones. NEVER DO THIS. This is here only because this code needs\n // to continue to work with older versions of Node.js that do not include\n // the prependListener() method. The goal is to eventually remove this hack.\n\n if (!emitter._events || !emitter._events[event]) emitter.on(event, fn);else if (Array.isArray(emitter._events[event])) emitter._events[event].unshift(fn);else emitter._events[event] = [fn, emitter._events[event]];\n}\n\nfunction ReadableState(options, stream, isDuplex) {\n Duplex = Duplex || require('./_stream_duplex');\n options = options || {}; // Duplex streams are both readable and writable, but share\n // the same options object.\n // However, some cases require setting options to different\n // values for the readable and the writable sides of the duplex stream.\n // These options can be provided separately as readableXXX and writableXXX.\n\n if (typeof isDuplex !== 'boolean') isDuplex = stream instanceof Duplex; // object stream flag. Used to make read(n) ignore n and to\n // make all the buffer merging and length checks go away\n\n this.objectMode = !!options.objectMode;\n if (isDuplex) this.objectMode = this.objectMode || !!options.readableObjectMode; // the point at which it stops calling _read() to fill the buffer\n // Note: 0 is a valid value, means \"don't call _read preemptively ever\"\n\n this.highWaterMark = getHighWaterMark(this, options, 'readableHighWaterMark', isDuplex); // A linked list is used to store data chunks instead of an array because the\n // linked list can remove elements from the beginning faster than\n // array.shift()\n\n this.buffer = new BufferList();\n this.length = 0;\n this.pipes = null;\n this.pipesCount = 0;\n this.flowing = null;\n this.ended = false;\n this.endEmitted = false;\n this.reading = false; // a flag to be able to tell if the event 'readable'/'data' is emitted\n // immediately, or on a later tick. We set this to true at first, because\n // any actions that shouldn't happen until \"later\" should generally also\n // not happen before the first read call.\n\n this.sync = true; // whenever we return null, then we set a flag to say\n // that we're awaiting a 'readable' event emission.\n\n this.needReadable = false;\n this.emittedReadable = false;\n this.readableListening = false;\n this.resumeScheduled = false;\n this.paused = true; // Should close be emitted on destroy. Defaults to true.\n\n this.emitClose = options.emitClose !== false; // Should .destroy() be called after 'end' (and potentially 'finish')\n\n this.autoDestroy = !!options.autoDestroy; // has it been destroyed\n\n this.destroyed = false; // Crypto is kind of old and crusty. Historically, its default string\n // encoding is 'binary' so we have to make this configurable.\n // Everything else in the universe uses 'utf8', though.\n\n this.defaultEncoding = options.defaultEncoding || 'utf8'; // the number of writers that are awaiting a drain event in .pipe()s\n\n this.awaitDrain = 0; // if true, a maybeReadMore has been scheduled\n\n this.readingMore = false;\n this.decoder = null;\n this.encoding = null;\n\n if (options.encoding) {\n if (!StringDecoder) StringDecoder = require('string_decoder/').StringDecoder;\n this.decoder = new StringDecoder(options.encoding);\n this.encoding = options.encoding;\n }\n}\n\nfunction Readable(options) {\n Duplex = Duplex || require('./_stream_duplex');\n if (!(this instanceof Readable)) return new Readable(options); // Checking for a Stream.Duplex instance is faster here instead of inside\n // the ReadableState constructor, at least with V8 6.5\n\n var isDuplex = this instanceof Duplex;\n this._readableState = new ReadableState(options, this, isDuplex); // legacy\n\n this.readable = true;\n\n if (options) {\n if (typeof options.read === 'function') this._read = options.read;\n if (typeof options.destroy === 'function') this._destroy = options.destroy;\n }\n\n Stream.call(this);\n}\n\nObject.defineProperty(Readable.prototype, 'destroyed', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n if (this._readableState === undefined) {\n return false;\n }\n\n return this._readableState.destroyed;\n },\n set: function set(value) {\n // we ignore the value if the stream\n // has not been initialized yet\n if (!this._readableState) {\n return;\n } // backward compatibility, the user is explicitly\n // managing destroyed\n\n\n this._readableState.destroyed = value;\n }\n});\nReadable.prototype.destroy = destroyImpl.destroy;\nReadable.prototype._undestroy = destroyImpl.undestroy;\n\nReadable.prototype._destroy = function (err, cb) {\n cb(err);\n}; // Manually shove something into the read() buffer.\n// This returns true if the highWaterMark has not been hit yet,\n// similar to how Writable.write() returns true if you should\n// write() some more.\n\n\nReadable.prototype.push = function (chunk, encoding) {\n var state = this._readableState;\n var skipChunkCheck;\n\n if (!state.objectMode) {\n if (typeof chunk === 'string') {\n encoding = encoding || state.defaultEncoding;\n\n if (encoding !== state.encoding) {\n chunk = Buffer.from(chunk, encoding);\n encoding = '';\n }\n\n skipChunkCheck = true;\n }\n } else {\n skipChunkCheck = true;\n }\n\n return readableAddChunk(this, chunk, encoding, false, skipChunkCheck);\n}; // Unshift should *always* be something directly out of read()\n\n\nReadable.prototype.unshift = function (chunk) {\n return readableAddChunk(this, chunk, null, true, false);\n};\n\nfunction readableAddChunk(stream, chunk, encoding, addToFront, skipChunkCheck) {\n debug('readableAddChunk', chunk);\n var state = stream._readableState;\n\n if (chunk === null) {\n state.reading = false;\n onEofChunk(stream, state);\n } else {\n var er;\n if (!skipChunkCheck) er = chunkInvalid(state, chunk);\n\n if (er) {\n errorOrDestroy(stream, er);\n } else if (state.objectMode || chunk && chunk.length > 0) {\n if (typeof chunk !== 'string' && !state.objectMode && Object.getPrototypeOf(chunk) !== Buffer.prototype) {\n chunk = _uint8ArrayToBuffer(chunk);\n }\n\n if (addToFront) {\n if (state.endEmitted) errorOrDestroy(stream, new ERR_STREAM_UNSHIFT_AFTER_END_EVENT());else addChunk(stream, state, chunk, true);\n } else if (state.ended) {\n errorOrDestroy(stream, new ERR_STREAM_PUSH_AFTER_EOF());\n } else if (state.destroyed) {\n return false;\n } else {\n state.reading = false;\n\n if (state.decoder && !encoding) {\n chunk = state.decoder.write(chunk);\n if (state.objectMode || chunk.length !== 0) addChunk(stream, state, chunk, false);else maybeReadMore(stream, state);\n } else {\n addChunk(stream, state, chunk, false);\n }\n }\n } else if (!addToFront) {\n state.reading = false;\n maybeReadMore(stream, state);\n }\n } // We can push more data if we are below the highWaterMark.\n // Also, if we have no data yet, we can stand some more bytes.\n // This is to work around cases where hwm=0, such as the repl.\n\n\n return !state.ended && (state.length < state.highWaterMark || state.length === 0);\n}\n\nfunction addChunk(stream, state, chunk, addToFront) {\n if (state.flowing && state.length === 0 && !state.sync) {\n state.awaitDrain = 0;\n stream.emit('data', chunk);\n } else {\n // update the buffer info.\n state.length += state.objectMode ? 1 : chunk.length;\n if (addToFront) state.buffer.unshift(chunk);else state.buffer.push(chunk);\n if (state.needReadable) emitReadable(stream);\n }\n\n maybeReadMore(stream, state);\n}\n\nfunction chunkInvalid(state, chunk) {\n var er;\n\n if (!_isUint8Array(chunk) && typeof chunk !== 'string' && chunk !== undefined && !state.objectMode) {\n er = new ERR_INVALID_ARG_TYPE('chunk', ['string', 'Buffer', 'Uint8Array'], chunk);\n }\n\n return er;\n}\n\nReadable.prototype.isPaused = function () {\n return this._readableState.flowing === false;\n}; // backwards compatibility.\n\n\nReadable.prototype.setEncoding = function (enc) {\n if (!StringDecoder) StringDecoder = require('string_decoder/').StringDecoder;\n var decoder = new StringDecoder(enc);\n this._readableState.decoder = decoder; // If setEncoding(null), decoder.encoding equals utf8\n\n this._readableState.encoding = this._readableState.decoder.encoding; // Iterate over current buffer to convert already stored Buffers:\n\n var p = this._readableState.buffer.head;\n var content = '';\n\n while (p !== null) {\n content += decoder.write(p.data);\n p = p.next;\n }\n\n this._readableState.buffer.clear();\n\n if (content !== '') this._readableState.buffer.push(content);\n this._readableState.length = content.length;\n return this;\n}; // Don't raise the hwm > 1GB\n\n\nvar MAX_HWM = 0x40000000;\n\nfunction computeNewHighWaterMark(n) {\n if (n >= MAX_HWM) {\n // TODO(ronag): Throw ERR_VALUE_OUT_OF_RANGE.\n n = MAX_HWM;\n } else {\n // Get the next highest power of 2 to prevent increasing hwm excessively in\n // tiny amounts\n n--;\n n |= n >>> 1;\n n |= n >>> 2;\n n |= n >>> 4;\n n |= n >>> 8;\n n |= n >>> 16;\n n++;\n }\n\n return n;\n} // This function is designed to be inlinable, so please take care when making\n// changes to the function body.\n\n\nfunction howMuchToRead(n, state) {\n if (n <= 0 || state.length === 0 && state.ended) return 0;\n if (state.objectMode) return 1;\n\n if (n !== n) {\n // Only flow one buffer at a time\n if (state.flowing && state.length) return state.buffer.head.data.length;else return state.length;\n } // If we're asking for more than the current hwm, then raise the hwm.\n\n\n if (n > state.highWaterMark) state.highWaterMark = computeNewHighWaterMark(n);\n if (n <= state.length) return n; // Don't have enough\n\n if (!state.ended) {\n state.needReadable = true;\n return 0;\n }\n\n return state.length;\n} // you can override either this method, or the async _read(n) below.\n\n\nReadable.prototype.read = function (n) {\n debug('read', n);\n n = parseInt(n, 10);\n var state = this._readableState;\n var nOrig = n;\n if (n !== 0) state.emittedReadable = false; // if we're doing read(0) to trigger a readable event, but we\n // already have a bunch of data in the buffer, then just trigger\n // the 'readable' event and move on.\n\n if (n === 0 && state.needReadable && ((state.highWaterMark !== 0 ? state.length >= state.highWaterMark : state.length > 0) || state.ended)) {\n debug('read: emitReadable', state.length, state.ended);\n if (state.length === 0 && state.ended) endReadable(this);else emitReadable(this);\n return null;\n }\n\n n = howMuchToRead(n, state); // if we've ended, and we're now clear, then finish it up.\n\n if (n === 0 && state.ended) {\n if (state.length === 0) endReadable(this);\n return null;\n } // All the actual chunk generation logic needs to be\n // *below* the call to _read. The reason is that in certain\n // synthetic stream cases, such as passthrough streams, _read\n // may be a completely synchronous operation which may change\n // the state of the read buffer, providing enough data when\n // before there was *not* enough.\n //\n // So, the steps are:\n // 1. Figure out what the state of things will be after we do\n // a read from the buffer.\n //\n // 2. If that resulting state will trigger a _read, then call _read.\n // Note that this may be asynchronous, or synchronous. Yes, it is\n // deeply ugly to write APIs this way, but that still doesn't mean\n // that the Readable class should behave improperly, as streams are\n // designed to be sync/async agnostic.\n // Take note if the _read call is sync or async (ie, if the read call\n // has returned yet), so that we know whether or not it's safe to emit\n // 'readable' etc.\n //\n // 3. Actually pull the requested chunks out of the buffer and return.\n // if we need a readable event, then we need to do some reading.\n\n\n var doRead = state.needReadable;\n debug('need readable', doRead); // if we currently have less than the highWaterMark, then also read some\n\n if (state.length === 0 || state.length - n < state.highWaterMark) {\n doRead = true;\n debug('length less than watermark', doRead);\n } // however, if we've ended, then there's no point, and if we're already\n // reading, then it's unnecessary.\n\n\n if (state.ended || state.reading) {\n doRead = false;\n debug('reading or ended', doRead);\n } else if (doRead) {\n debug('do read');\n state.reading = true;\n state.sync = true; // if the length is currently zero, then we *need* a readable event.\n\n if (state.length === 0) state.needReadable = true; // call internal read method\n\n this._read(state.highWaterMark);\n\n state.sync = false; // If _read pushed data synchronously, then `reading` will be false,\n // and we need to re-evaluate how much data we can return to the user.\n\n if (!state.reading) n = howMuchToRead(nOrig, state);\n }\n\n var ret;\n if (n > 0) ret = fromList(n, state);else ret = null;\n\n if (ret === null) {\n state.needReadable = state.length <= state.highWaterMark;\n n = 0;\n } else {\n state.length -= n;\n state.awaitDrain = 0;\n }\n\n if (state.length === 0) {\n // If we have nothing in the buffer, then we want to know\n // as soon as we *do* get something into the buffer.\n if (!state.ended) state.needReadable = true; // If we tried to read() past the EOF, then emit end on the next tick.\n\n if (nOrig !== n && state.ended) endReadable(this);\n }\n\n if (ret !== null) this.emit('data', ret);\n return ret;\n};\n\nfunction onEofChunk(stream, state) {\n debug('onEofChunk');\n if (state.ended) return;\n\n if (state.decoder) {\n var chunk = state.decoder.end();\n\n if (chunk && chunk.length) {\n state.buffer.push(chunk);\n state.length += state.objectMode ? 1 : chunk.length;\n }\n }\n\n state.ended = true;\n\n if (state.sync) {\n // if we are sync, wait until next tick to emit the data.\n // Otherwise we risk emitting data in the flow()\n // the readable code triggers during a read() call\n emitReadable(stream);\n } else {\n // emit 'readable' now to make sure it gets picked up.\n state.needReadable = false;\n\n if (!state.emittedReadable) {\n state.emittedReadable = true;\n emitReadable_(stream);\n }\n }\n} // Don't emit readable right away in sync mode, because this can trigger\n// another read() call => stack overflow. This way, it might trigger\n// a nextTick recursion warning, but that's not so bad.\n\n\nfunction emitReadable(stream) {\n var state = stream._readableState;\n debug('emitReadable', state.needReadable, state.emittedReadable);\n state.needReadable = false;\n\n if (!state.emittedReadable) {\n debug('emitReadable', state.flowing);\n state.emittedReadable = true;\n process.nextTick(emitReadable_, stream);\n }\n}\n\nfunction emitReadable_(stream) {\n var state = stream._readableState;\n debug('emitReadable_', state.destroyed, state.length, state.ended);\n\n if (!state.destroyed && (state.length || state.ended)) {\n stream.emit('readable');\n state.emittedReadable = false;\n } // The stream needs another readable event if\n // 1. It is not flowing, as the flow mechanism will take\n // care of it.\n // 2. It is not ended.\n // 3. It is below the highWaterMark, so we can schedule\n // another readable later.\n\n\n state.needReadable = !state.flowing && !state.ended && state.length <= state.highWaterMark;\n flow(stream);\n} // at this point, the user has presumably seen the 'readable' event,\n// and called read() to consume some data. that may have triggered\n// in turn another _read(n) call, in which case reading = true if\n// it's in progress.\n// However, if we're not ended, or reading, and the length < hwm,\n// then go ahead and try to read some more preemptively.\n\n\nfunction maybeReadMore(stream, state) {\n if (!state.readingMore) {\n state.readingMore = true;\n process.nextTick(maybeReadMore_, stream, state);\n }\n}\n\nfunction maybeReadMore_(stream, state) {\n // Attempt to read more data if we should.\n //\n // The conditions for reading more data are (one of):\n // - Not enough data buffered (state.length < state.highWaterMark). The loop\n // is responsible for filling the buffer with enough data if such data\n // is available. If highWaterMark is 0 and we are not in the flowing mode\n // we should _not_ attempt to buffer any extra data. We'll get more data\n // when the stream consumer calls read() instead.\n // - No data in the buffer, and the stream is in flowing mode. In this mode\n // the loop below is responsible for ensuring read() is called. Failing to\n // call read here would abort the flow and there's no other mechanism for\n // continuing the flow if the stream consumer has just subscribed to the\n // 'data' event.\n //\n // In addition to the above conditions to keep reading data, the following\n // conditions prevent the data from being read:\n // - The stream has ended (state.ended).\n // - There is already a pending 'read' operation (state.reading). This is a\n // case where the the stream has called the implementation defined _read()\n // method, but they are processing the call asynchronously and have _not_\n // called push() with new data. In this case we skip performing more\n // read()s. The execution ends in this method again after the _read() ends\n // up calling push() with more data.\n while (!state.reading && !state.ended && (state.length < state.highWaterMark || state.flowing && state.length === 0)) {\n var len = state.length;\n debug('maybeReadMore read 0');\n stream.read(0);\n if (len === state.length) // didn't get any data, stop spinning.\n break;\n }\n\n state.readingMore = false;\n} // abstract method. to be overridden in specific implementation classes.\n// call cb(er, data) where data is <= n in length.\n// for virtual (non-string, non-buffer) streams, \"length\" is somewhat\n// arbitrary, and perhaps not very meaningful.\n\n\nReadable.prototype._read = function (n) {\n errorOrDestroy(this, new ERR_METHOD_NOT_IMPLEMENTED('_read()'));\n};\n\nReadable.prototype.pipe = function (dest, pipeOpts) {\n var src = this;\n var state = this._readableState;\n\n switch (state.pipesCount) {\n case 0:\n state.pipes = dest;\n break;\n\n case 1:\n state.pipes = [state.pipes, dest];\n break;\n\n default:\n state.pipes.push(dest);\n break;\n }\n\n state.pipesCount += 1;\n debug('pipe count=%d opts=%j', state.pipesCount, pipeOpts);\n var doEnd = (!pipeOpts || pipeOpts.end !== false) && dest !== process.stdout && dest !== process.stderr;\n var endFn = doEnd ? onend : unpipe;\n if (state.endEmitted) process.nextTick(endFn);else src.once('end', endFn);\n dest.on('unpipe', onunpipe);\n\n function onunpipe(readable, unpipeInfo) {\n debug('onunpipe');\n\n if (readable === src) {\n if (unpipeInfo && unpipeInfo.hasUnpiped === false) {\n unpipeInfo.hasUnpiped = true;\n cleanup();\n }\n }\n }\n\n function onend() {\n debug('onend');\n dest.end();\n } // when the dest drains, it reduces the awaitDrain counter\n // on the source. This would be more elegant with a .once()\n // handler in flow(), but adding and removing repeatedly is\n // too slow.\n\n\n var ondrain = pipeOnDrain(src);\n dest.on('drain', ondrain);\n var cleanedUp = false;\n\n function cleanup() {\n debug('cleanup'); // cleanup event handlers once the pipe is broken\n\n dest.removeListener('close', onclose);\n dest.removeListener('finish', onfinish);\n dest.removeListener('drain', ondrain);\n dest.removeListener('error', onerror);\n dest.removeListener('unpipe', onunpipe);\n src.removeListener('end', onend);\n src.removeListener('end', unpipe);\n src.removeListener('data', ondata);\n cleanedUp = true; // if the reader is waiting for a drain event from this\n // specific writer, then it would cause it to never start\n // flowing again.\n // So, if this is awaiting a drain, then we just call it now.\n // If we don't know, then assume that we are waiting for one.\n\n if (state.awaitDrain && (!dest._writableState || dest._writableState.needDrain)) ondrain();\n }\n\n src.on('data', ondata);\n\n function ondata(chunk) {\n debug('ondata');\n var ret = dest.write(chunk);\n debug('dest.write', ret);\n\n if (ret === false) {\n // If the user unpiped during `dest.write()`, it is possible\n // to get stuck in a permanently paused state if that write\n // also returned false.\n // => Check whether `dest` is still a piping destination.\n if ((state.pipesCount === 1 && state.pipes === dest || state.pipesCount > 1 && indexOf(state.pipes, dest) !== -1) && !cleanedUp) {\n debug('false write response, pause', state.awaitDrain);\n state.awaitDrain++;\n }\n\n src.pause();\n }\n } // if the dest has an error, then stop piping into it.\n // however, don't suppress the throwing behavior for this.\n\n\n function onerror(er) {\n debug('onerror', er);\n unpipe();\n dest.removeListener('error', onerror);\n if (EElistenerCount(dest, 'error') === 0) errorOrDestroy(dest, er);\n } // Make sure our error handler is attached before userland ones.\n\n\n prependListener(dest, 'error', onerror); // Both close and finish should trigger unpipe, but only once.\n\n function onclose() {\n dest.removeListener('finish', onfinish);\n unpipe();\n }\n\n dest.once('close', onclose);\n\n function onfinish() {\n debug('onfinish');\n dest.removeListener('close', onclose);\n unpipe();\n }\n\n dest.once('finish', onfinish);\n\n function unpipe() {\n debug('unpipe');\n src.unpipe(dest);\n } // tell the dest that it's being piped to\n\n\n dest.emit('pipe', src); // start the flow if it hasn't been started already.\n\n if (!state.flowing) {\n debug('pipe resume');\n src.resume();\n }\n\n return dest;\n};\n\nfunction pipeOnDrain(src) {\n return function pipeOnDrainFunctionResult() {\n var state = src._readableState;\n debug('pipeOnDrain', state.awaitDrain);\n if (state.awaitDrain) state.awaitDrain--;\n\n if (state.awaitDrain === 0 && EElistenerCount(src, 'data')) {\n state.flowing = true;\n flow(src);\n }\n };\n}\n\nReadable.prototype.unpipe = function (dest) {\n var state = this._readableState;\n var unpipeInfo = {\n hasUnpiped: false\n }; // if we're not piping anywhere, then do nothing.\n\n if (state.pipesCount === 0) return this; // just one destination. most common case.\n\n if (state.pipesCount === 1) {\n // passed in one, but it's not the right one.\n if (dest && dest !== state.pipes) return this;\n if (!dest) dest = state.pipes; // got a match.\n\n state.pipes = null;\n state.pipesCount = 0;\n state.flowing = false;\n if (dest) dest.emit('unpipe', this, unpipeInfo);\n return this;\n } // slow case. multiple pipe destinations.\n\n\n if (!dest) {\n // remove all.\n var dests = state.pipes;\n var len = state.pipesCount;\n state.pipes = null;\n state.pipesCount = 0;\n state.flowing = false;\n\n for (var i = 0; i < len; i++) {\n dests[i].emit('unpipe', this, {\n hasUnpiped: false\n });\n }\n\n return this;\n } // try to find the right one.\n\n\n var index = indexOf(state.pipes, dest);\n if (index === -1) return this;\n state.pipes.splice(index, 1);\n state.pipesCount -= 1;\n if (state.pipesCount === 1) state.pipes = state.pipes[0];\n dest.emit('unpipe', this, unpipeInfo);\n return this;\n}; // set up data events if they are asked for\n// Ensure readable listeners eventually get something\n\n\nReadable.prototype.on = function (ev, fn) {\n var res = Stream.prototype.on.call(this, ev, fn);\n var state = this._readableState;\n\n if (ev === 'data') {\n // update readableListening so that resume() may be a no-op\n // a few lines down. This is needed to support once('readable').\n state.readableListening = this.listenerCount('readable') > 0; // Try start flowing on next tick if stream isn't explicitly paused\n\n if (state.flowing !== false) this.resume();\n } else if (ev === 'readable') {\n if (!state.endEmitted && !state.readableListening) {\n state.readableListening = state.needReadable = true;\n state.flowing = false;\n state.emittedReadable = false;\n debug('on readable', state.length, state.reading);\n\n if (state.length) {\n emitReadable(this);\n } else if (!state.reading) {\n process.nextTick(nReadingNextTick, this);\n }\n }\n }\n\n return res;\n};\n\nReadable.prototype.addListener = Readable.prototype.on;\n\nReadable.prototype.removeListener = function (ev, fn) {\n var res = Stream.prototype.removeListener.call(this, ev, fn);\n\n if (ev === 'readable') {\n // We need to check if there is someone still listening to\n // readable and reset the state. However this needs to happen\n // after readable has been emitted but before I/O (nextTick) to\n // support once('readable', fn) cycles. This means that calling\n // resume within the same tick will have no\n // effect.\n process.nextTick(updateReadableListening, this);\n }\n\n return res;\n};\n\nReadable.prototype.removeAllListeners = function (ev) {\n var res = Stream.prototype.removeAllListeners.apply(this, arguments);\n\n if (ev === 'readable' || ev === undefined) {\n // We need to check if there is someone still listening to\n // readable and reset the state. However this needs to happen\n // after readable has been emitted but before I/O (nextTick) to\n // support once('readable', fn) cycles. This means that calling\n // resume within the same tick will have no\n // effect.\n process.nextTick(updateReadableListening, this);\n }\n\n return res;\n};\n\nfunction updateReadableListening(self) {\n var state = self._readableState;\n state.readableListening = self.listenerCount('readable') > 0;\n\n if (state.resumeScheduled && !state.paused) {\n // flowing needs to be set to true now, otherwise\n // the upcoming resume will not flow.\n state.flowing = true; // crude way to check if we should resume\n } else if (self.listenerCount('data') > 0) {\n self.resume();\n }\n}\n\nfunction nReadingNextTick(self) {\n debug('readable nexttick read 0');\n self.read(0);\n} // pause() and resume() are remnants of the legacy readable stream API\n// If the user uses them, then switch into old mode.\n\n\nReadable.prototype.resume = function () {\n var state = this._readableState;\n\n if (!state.flowing) {\n debug('resume'); // we flow only if there is no one listening\n // for readable, but we still have to call\n // resume()\n\n state.flowing = !state.readableListening;\n resume(this, state);\n }\n\n state.paused = false;\n return this;\n};\n\nfunction resume(stream, state) {\n if (!state.resumeScheduled) {\n state.resumeScheduled = true;\n process.nextTick(resume_, stream, state);\n }\n}\n\nfunction resume_(stream, state) {\n debug('resume', state.reading);\n\n if (!state.reading) {\n stream.read(0);\n }\n\n state.resumeScheduled = false;\n stream.emit('resume');\n flow(stream);\n if (state.flowing && !state.reading) stream.read(0);\n}\n\nReadable.prototype.pause = function () {\n debug('call pause flowing=%j', this._readableState.flowing);\n\n if (this._readableState.flowing !== false) {\n debug('pause');\n this._readableState.flowing = false;\n this.emit('pause');\n }\n\n this._readableState.paused = true;\n return this;\n};\n\nfunction flow(stream) {\n var state = stream._readableState;\n debug('flow', state.flowing);\n\n while (state.flowing && stream.read() !== null) {\n ;\n }\n} // wrap an old-style stream as the async data source.\n// This is *not* part of the readable stream interface.\n// It is an ugly unfortunate mess of history.\n\n\nReadable.prototype.wrap = function (stream) {\n var _this = this;\n\n var state = this._readableState;\n var paused = false;\n stream.on('end', function () {\n debug('wrapped end');\n\n if (state.decoder && !state.ended) {\n var chunk = state.decoder.end();\n if (chunk && chunk.length) _this.push(chunk);\n }\n\n _this.push(null);\n });\n stream.on('data', function (chunk) {\n debug('wrapped data');\n if (state.decoder) chunk = state.decoder.write(chunk); // don't skip over falsy values in objectMode\n\n if (state.objectMode && (chunk === null || chunk === undefined)) return;else if (!state.objectMode && (!chunk || !chunk.length)) return;\n\n var ret = _this.push(chunk);\n\n if (!ret) {\n paused = true;\n stream.pause();\n }\n }); // proxy all the other methods.\n // important when wrapping filters and duplexes.\n\n for (var i in stream) {\n if (this[i] === undefined && typeof stream[i] === 'function') {\n this[i] = function methodWrap(method) {\n return function methodWrapReturnFunction() {\n return stream[method].apply(stream, arguments);\n };\n }(i);\n }\n } // proxy certain important events.\n\n\n for (var n = 0; n < kProxyEvents.length; n++) {\n stream.on(kProxyEvents[n], this.emit.bind(this, kProxyEvents[n]));\n } // when we try to consume some more bytes, simply unpause the\n // underlying stream.\n\n\n this._read = function (n) {\n debug('wrapped _read', n);\n\n if (paused) {\n paused = false;\n stream.resume();\n }\n };\n\n return this;\n};\n\nif (typeof Symbol === 'function') {\n Readable.prototype[Symbol.asyncIterator] = function () {\n if (createReadableStreamAsyncIterator === undefined) {\n createReadableStreamAsyncIterator = require('./internal/streams/async_iterator');\n }\n\n return createReadableStreamAsyncIterator(this);\n };\n}\n\nObject.defineProperty(Readable.prototype, 'readableHighWaterMark', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._readableState.highWaterMark;\n }\n});\nObject.defineProperty(Readable.prototype, 'readableBuffer', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._readableState && this._readableState.buffer;\n }\n});\nObject.defineProperty(Readable.prototype, 'readableFlowing', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._readableState.flowing;\n },\n set: function set(state) {\n if (this._readableState) {\n this._readableState.flowing = state;\n }\n }\n}); // exposed for testing purposes only.\n\nReadable._fromList = fromList;\nObject.defineProperty(Readable.prototype, 'readableLength', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._readableState.length;\n }\n}); // Pluck off n bytes from an array of buffers.\n// Length is the combined lengths of all the buffers in the list.\n// This function is designed to be inlinable, so please take care when making\n// changes to the function body.\n\nfunction fromList(n, state) {\n // nothing buffered\n if (state.length === 0) return null;\n var ret;\n if (state.objectMode) ret = state.buffer.shift();else if (!n || n >= state.length) {\n // read it all, truncate the list\n if (state.decoder) ret = state.buffer.join('');else if (state.buffer.length === 1) ret = state.buffer.first();else ret = state.buffer.concat(state.length);\n state.buffer.clear();\n } else {\n // read part of list\n ret = state.buffer.consume(n, state.decoder);\n }\n return ret;\n}\n\nfunction endReadable(stream) {\n var state = stream._readableState;\n debug('endReadable', state.endEmitted);\n\n if (!state.endEmitted) {\n state.ended = true;\n process.nextTick(endReadableNT, state, stream);\n }\n}\n\nfunction endReadableNT(state, stream) {\n debug('endReadableNT', state.endEmitted, state.length); // Check that we didn't get one last unshift.\n\n if (!state.endEmitted && state.length === 0) {\n state.endEmitted = true;\n stream.readable = false;\n stream.emit('end');\n\n if (state.autoDestroy) {\n // In case of duplex streams we need a way to detect\n // if the writable side is ready for autoDestroy as well\n var wState = stream._writableState;\n\n if (!wState || wState.autoDestroy && wState.finished) {\n stream.destroy();\n }\n }\n }\n}\n\nif (typeof Symbol === 'function') {\n Readable.from = function (iterable, opts) {\n if (from === undefined) {\n from = require('./internal/streams/from');\n }\n\n return from(Readable, iterable, opts);\n };\n}\n\nfunction indexOf(xs, x) {\n for (var i = 0, l = xs.length; i < l; i++) {\n if (xs[i] === x) return i;\n }\n\n return -1;\n}","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n// a transform stream is a readable/writable stream where you do\n// something with the data. Sometimes it's called a \"filter\",\n// but that's not a great name for it, since that implies a thing where\n// some bits pass through, and others are simply ignored. (That would\n// be a valid example of a transform, of course.)\n//\n// While the output is causally related to the input, it's not a\n// necessarily symmetric or synchronous transformation. For example,\n// a zlib stream might take multiple plain-text writes(), and then\n// emit a single compressed chunk some time in the future.\n//\n// Here's how this works:\n//\n// The Transform stream has all the aspects of the readable and writable\n// stream classes. When you write(chunk), that calls _write(chunk,cb)\n// internally, and returns false if there's a lot of pending writes\n// buffered up. When you call read(), that calls _read(n) until\n// there's enough pending readable data buffered up.\n//\n// In a transform stream, the written data is placed in a buffer. When\n// _read(n) is called, it transforms the queued up data, calling the\n// buffered _write cb's as it consumes chunks. If consuming a single\n// written chunk would result in multiple output chunks, then the first\n// outputted bit calls the readcb, and subsequent chunks just go into\n// the read buffer, and will cause it to emit 'readable' if necessary.\n//\n// This way, back-pressure is actually determined by the reading side,\n// since _read has to be called to start processing a new chunk. However,\n// a pathological inflate type of transform can cause excessive buffering\n// here. For example, imagine a stream where every byte of input is\n// interpreted as an integer from 0-255, and then results in that many\n// bytes of output. Writing the 4 bytes {ff,ff,ff,ff} would result in\n// 1kb of data being output. In this case, you could write a very small\n// amount of input, and end up with a very large amount of output. In\n// such a pathological inflating mechanism, there'd be no way to tell\n// the system to stop doing the transform. A single 4MB write could\n// cause the system to run out of memory.\n//\n// However, even in such a pathological case, only a single written chunk\n// would be consumed, and then the rest would wait (un-transformed) until\n// the results of the previous transformed chunk were consumed.\n'use strict';\n\nmodule.exports = Transform;\n\nvar _require$codes = require('../errors').codes,\n ERR_METHOD_NOT_IMPLEMENTED = _require$codes.ERR_METHOD_NOT_IMPLEMENTED,\n ERR_MULTIPLE_CALLBACK = _require$codes.ERR_MULTIPLE_CALLBACK,\n ERR_TRANSFORM_ALREADY_TRANSFORMING = _require$codes.ERR_TRANSFORM_ALREADY_TRANSFORMING,\n ERR_TRANSFORM_WITH_LENGTH_0 = _require$codes.ERR_TRANSFORM_WITH_LENGTH_0;\n\nvar Duplex = require('./_stream_duplex');\n\nrequire('inherits')(Transform, Duplex);\n\nfunction afterTransform(er, data) {\n var ts = this._transformState;\n ts.transforming = false;\n var cb = ts.writecb;\n\n if (cb === null) {\n return this.emit('error', new ERR_MULTIPLE_CALLBACK());\n }\n\n ts.writechunk = null;\n ts.writecb = null;\n if (data != null) // single equals check for both `null` and `undefined`\n this.push(data);\n cb(er);\n var rs = this._readableState;\n rs.reading = false;\n\n if (rs.needReadable || rs.length < rs.highWaterMark) {\n this._read(rs.highWaterMark);\n }\n}\n\nfunction Transform(options) {\n if (!(this instanceof Transform)) return new Transform(options);\n Duplex.call(this, options);\n this._transformState = {\n afterTransform: afterTransform.bind(this),\n needTransform: false,\n transforming: false,\n writecb: null,\n writechunk: null,\n writeencoding: null\n }; // start out asking for a readable event once data is transformed.\n\n this._readableState.needReadable = true; // we have implemented the _read method, and done the other things\n // that Readable wants before the first _read call, so unset the\n // sync guard flag.\n\n this._readableState.sync = false;\n\n if (options) {\n if (typeof options.transform === 'function') this._transform = options.transform;\n if (typeof options.flush === 'function') this._flush = options.flush;\n } // When the writable side finishes, then flush out anything remaining.\n\n\n this.on('prefinish', prefinish);\n}\n\nfunction prefinish() {\n var _this = this;\n\n if (typeof this._flush === 'function' && !this._readableState.destroyed) {\n this._flush(function (er, data) {\n done(_this, er, data);\n });\n } else {\n done(this, null, null);\n }\n}\n\nTransform.prototype.push = function (chunk, encoding) {\n this._transformState.needTransform = false;\n return Duplex.prototype.push.call(this, chunk, encoding);\n}; // This is the part where you do stuff!\n// override this function in implementation classes.\n// 'chunk' is an input chunk.\n//\n// Call `push(newChunk)` to pass along transformed output\n// to the readable side. You may call 'push' zero or more times.\n//\n// Call `cb(err)` when you are done with this chunk. If you pass\n// an error, then that'll put the hurt on the whole operation. If you\n// never call cb(), then you'll never get another chunk.\n\n\nTransform.prototype._transform = function (chunk, encoding, cb) {\n cb(new ERR_METHOD_NOT_IMPLEMENTED('_transform()'));\n};\n\nTransform.prototype._write = function (chunk, encoding, cb) {\n var ts = this._transformState;\n ts.writecb = cb;\n ts.writechunk = chunk;\n ts.writeencoding = encoding;\n\n if (!ts.transforming) {\n var rs = this._readableState;\n if (ts.needTransform || rs.needReadable || rs.length < rs.highWaterMark) this._read(rs.highWaterMark);\n }\n}; // Doesn't matter what the args are here.\n// _transform does all the work.\n// That we got here means that the readable side wants more data.\n\n\nTransform.prototype._read = function (n) {\n var ts = this._transformState;\n\n if (ts.writechunk !== null && !ts.transforming) {\n ts.transforming = true;\n\n this._transform(ts.writechunk, ts.writeencoding, ts.afterTransform);\n } else {\n // mark that we need a transform, so that any data that comes in\n // will get processed, now that we've asked for it.\n ts.needTransform = true;\n }\n};\n\nTransform.prototype._destroy = function (err, cb) {\n Duplex.prototype._destroy.call(this, err, function (err2) {\n cb(err2);\n });\n};\n\nfunction done(stream, er, data) {\n if (er) return stream.emit('error', er);\n if (data != null) // single equals check for both `null` and `undefined`\n stream.push(data); // TODO(BridgeAR): Write a test for these two error cases\n // if there's nothing in the write buffer, then that means\n // that nothing more will ever be provided\n\n if (stream._writableState.length) throw new ERR_TRANSFORM_WITH_LENGTH_0();\n if (stream._transformState.transforming) throw new ERR_TRANSFORM_ALREADY_TRANSFORMING();\n return stream.push(null);\n}","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n// a passthrough stream.\n// basically just the most minimal sort of Transform stream.\n// Every written chunk gets output as-is.\n'use strict';\n\nmodule.exports = PassThrough;\n\nvar Transform = require('./_stream_transform');\n\nrequire('inherits')(PassThrough, Transform);\n\nfunction PassThrough(options) {\n if (!(this instanceof PassThrough)) return new PassThrough(options);\n Transform.call(this, options);\n}\n\nPassThrough.prototype._transform = function (chunk, encoding, cb) {\n cb(null, chunk);\n};","// Ported from https://github.com/mafintosh/pump with\n// permission from the author, Mathias Buus (@mafintosh).\n'use strict';\n\nvar eos;\n\nfunction once(callback) {\n var called = false;\n return function () {\n if (called) return;\n called = true;\n callback.apply(void 0, arguments);\n };\n}\n\nvar _require$codes = require('../../../errors').codes,\n ERR_MISSING_ARGS = _require$codes.ERR_MISSING_ARGS,\n ERR_STREAM_DESTROYED = _require$codes.ERR_STREAM_DESTROYED;\n\nfunction noop(err) {\n // Rethrow the error if it exists to avoid swallowing it\n if (err) throw err;\n}\n\nfunction isRequest(stream) {\n return stream.setHeader && typeof stream.abort === 'function';\n}\n\nfunction destroyer(stream, reading, writing, callback) {\n callback = once(callback);\n var closed = false;\n stream.on('close', function () {\n closed = true;\n });\n if (eos === undefined) eos = require('./end-of-stream');\n eos(stream, {\n readable: reading,\n writable: writing\n }, function (err) {\n if (err) return callback(err);\n closed = true;\n callback();\n });\n var destroyed = false;\n return function (err) {\n if (closed) return;\n if (destroyed) return;\n destroyed = true; // request.destroy just do .end - .abort is what we want\n\n if (isRequest(stream)) return stream.abort();\n if (typeof stream.destroy === 'function') return stream.destroy();\n callback(err || new ERR_STREAM_DESTROYED('pipe'));\n };\n}\n\nfunction call(fn) {\n fn();\n}\n\nfunction pipe(from, to) {\n return from.pipe(to);\n}\n\nfunction popCallback(streams) {\n if (!streams.length) return noop;\n if (typeof streams[streams.length - 1] !== 'function') return noop;\n return streams.pop();\n}\n\nfunction pipeline() {\n for (var _len = arguments.length, streams = new Array(_len), _key = 0; _key < _len; _key++) {\n streams[_key] = arguments[_key];\n }\n\n var callback = popCallback(streams);\n if (Array.isArray(streams[0])) streams = streams[0];\n\n if (streams.length < 2) {\n throw new ERR_MISSING_ARGS('streams');\n }\n\n var error;\n var destroys = streams.map(function (stream, i) {\n var reading = i < streams.length - 1;\n var writing = i > 0;\n return destroyer(stream, reading, writing, function (err) {\n if (!error) error = err;\n if (err) destroys.forEach(call);\n if (reading) return;\n destroys.forEach(call);\n callback(error);\n });\n });\n return streams.reduce(pipe);\n}\n\nmodule.exports = pipeline;","exports = module.exports = require('./lib/_stream_readable.js');\nexports.Stream = exports;\nexports.Readable = exports;\nexports.Writable = require('./lib/_stream_writable.js');\nexports.Duplex = require('./lib/_stream_duplex.js');\nexports.Transform = require('./lib/_stream_transform.js');\nexports.PassThrough = require('./lib/_stream_passthrough.js');\nexports.finished = require('./lib/internal/streams/end-of-stream.js');\nexports.pipeline = require('./lib/internal/streams/pipeline.js');\n","var bn = require('bn.js');\nvar randomBytes = require('randombytes');\nmodule.exports = crt;\nfunction blind(priv) {\n var r = getr(priv);\n var blinder = r.toRed(bn.mont(priv.modulus))\n .redPow(new bn(priv.publicExponent)).fromRed();\n return {\n blinder: blinder,\n unblinder:r.invm(priv.modulus)\n };\n}\nfunction crt(msg, priv) {\n var blinds = blind(priv);\n var len = priv.modulus.byteLength();\n var mod = bn.mont(priv.modulus);\n var blinded = new bn(msg).mul(blinds.blinder).umod(priv.modulus);\n var c1 = blinded.toRed(bn.mont(priv.prime1));\n var c2 = blinded.toRed(bn.mont(priv.prime2));\n var qinv = priv.coefficient;\n var p = priv.prime1;\n var q = priv.prime2;\n var m1 = c1.redPow(priv.exponent1);\n var m2 = c2.redPow(priv.exponent2);\n m1 = m1.fromRed();\n m2 = m2.fromRed();\n var h = m1.isub(m2).imul(qinv).umod(p);\n h.imul(q);\n m2.iadd(h);\n return new Buffer(m2.imul(blinds.unblinder).umod(priv.modulus).toArray(false, len));\n}\ncrt.getr = getr;\nfunction getr(priv) {\n var len = priv.modulus.byteLength();\n var r = new bn(randomBytes(len));\n while (r.cmp(priv.modulus) >= 0 || !r.umod(priv.prime1) || !r.umod(priv.prime2)) {\n r = new bn(randomBytes(len));\n }\n return r;\n}\n","module.exports = {\n \"name\": \"elliptic\",\n \"version\": \"6.5.3\",\n \"description\": \"EC cryptography\",\n \"main\": \"lib/elliptic.js\",\n \"files\": [\n \"lib\"\n ],\n \"scripts\": {\n \"jscs\": \"jscs benchmarks/*.js lib/*.js lib/**/*.js lib/**/**/*.js test/index.js\",\n \"jshint\": \"jscs benchmarks/*.js lib/*.js lib/**/*.js lib/**/**/*.js test/index.js\",\n \"lint\": \"npm run jscs && npm run jshint\",\n \"unit\": \"istanbul test _mocha --reporter=spec test/index.js\",\n \"test\": \"npm run lint && npm run unit\",\n \"version\": \"grunt dist && git add dist/\"\n },\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"git@github.com:indutny/elliptic\"\n },\n \"keywords\": [\n \"EC\",\n \"Elliptic\",\n \"curve\",\n \"Cryptography\"\n ],\n \"author\": \"Fedor Indutny \",\n \"license\": \"MIT\",\n \"bugs\": {\n \"url\": \"https://github.com/indutny/elliptic/issues\"\n },\n \"homepage\": \"https://github.com/indutny/elliptic\",\n \"devDependencies\": {\n \"brfs\": \"^1.4.3\",\n \"coveralls\": \"^3.0.8\",\n \"grunt\": \"^1.0.4\",\n \"grunt-browserify\": \"^5.0.0\",\n \"grunt-cli\": \"^1.2.0\",\n \"grunt-contrib-connect\": \"^1.0.0\",\n \"grunt-contrib-copy\": \"^1.0.0\",\n \"grunt-contrib-uglify\": \"^1.0.1\",\n \"grunt-mocha-istanbul\": \"^3.0.1\",\n \"grunt-saucelabs\": \"^9.0.1\",\n \"istanbul\": \"^0.4.2\",\n \"jscs\": \"^3.0.7\",\n \"jshint\": \"^2.10.3\",\n \"mocha\": \"^6.2.2\"\n },\n \"dependencies\": {\n \"bn.js\": \"^4.4.0\",\n \"brorand\": \"^1.0.1\",\n \"hash.js\": \"^1.0.0\",\n \"hmac-drbg\": \"^1.0.0\",\n \"inherits\": \"^2.0.1\",\n \"minimalistic-assert\": \"^1.0.0\",\n \"minimalistic-crypto-utils\": \"^1.0.0\"\n }\n}\n;","'use strict';\n\nvar utils = exports;\n\nfunction toArray(msg, enc) {\n if (Array.isArray(msg))\n return msg.slice();\n if (!msg)\n return [];\n var res = [];\n if (typeof msg !== 'string') {\n for (var i = 0; i < msg.length; i++)\n res[i] = msg[i] | 0;\n return res;\n }\n if (enc === 'hex') {\n msg = msg.replace(/[^a-z0-9]+/ig, '');\n if (msg.length % 2 !== 0)\n msg = '0' + msg;\n for (var i = 0; i < msg.length; i += 2)\n res.push(parseInt(msg[i] + msg[i + 1], 16));\n } else {\n for (var i = 0; i < msg.length; i++) {\n var c = msg.charCodeAt(i);\n var hi = c >> 8;\n var lo = c & 0xff;\n if (hi)\n res.push(hi, lo);\n else\n res.push(lo);\n }\n }\n return res;\n}\nutils.toArray = toArray;\n\nfunction zero2(word) {\n if (word.length === 1)\n return '0' + word;\n else\n return word;\n}\nutils.zero2 = zero2;\n\nfunction toHex(msg) {\n var res = '';\n for (var i = 0; i < msg.length; i++)\n res += zero2(msg[i].toString(16));\n return res;\n}\nutils.toHex = toHex;\n\nutils.encode = function encode(arr, enc) {\n if (enc === 'hex')\n return toHex(arr);\n else\n return arr;\n};\n","'use strict';\n\nvar utils = exports;\nvar BN = require('bn.js');\nvar minAssert = require('minimalistic-assert');\nvar minUtils = require('minimalistic-crypto-utils');\n\nutils.assert = minAssert;\nutils.toArray = minUtils.toArray;\nutils.zero2 = minUtils.zero2;\nutils.toHex = minUtils.toHex;\nutils.encode = minUtils.encode;\n\n// Represent num in a w-NAF form\nfunction getNAF(num, w, bits) {\n var naf = new Array(Math.max(num.bitLength(), bits) + 1);\n naf.fill(0);\n\n var ws = 1 << (w + 1);\n var k = num.clone();\n\n for (var i = 0; i < naf.length; i++) {\n var z;\n var mod = k.andln(ws - 1);\n if (k.isOdd()) {\n if (mod > (ws >> 1) - 1)\n z = (ws >> 1) - mod;\n else\n z = mod;\n k.isubn(z);\n } else {\n z = 0;\n }\n\n naf[i] = z;\n k.iushrn(1);\n }\n\n return naf;\n}\nutils.getNAF = getNAF;\n\n// Represent k1, k2 in a Joint Sparse Form\nfunction getJSF(k1, k2) {\n var jsf = [\n [],\n []\n ];\n\n k1 = k1.clone();\n k2 = k2.clone();\n var d1 = 0;\n var d2 = 0;\n while (k1.cmpn(-d1) > 0 || k2.cmpn(-d2) > 0) {\n\n // First phase\n var m14 = (k1.andln(3) + d1) & 3;\n var m24 = (k2.andln(3) + d2) & 3;\n if (m14 === 3)\n m14 = -1;\n if (m24 === 3)\n m24 = -1;\n var u1;\n if ((m14 & 1) === 0) {\n u1 = 0;\n } else {\n var m8 = (k1.andln(7) + d1) & 7;\n if ((m8 === 3 || m8 === 5) && m24 === 2)\n u1 = -m14;\n else\n u1 = m14;\n }\n jsf[0].push(u1);\n\n var u2;\n if ((m24 & 1) === 0) {\n u2 = 0;\n } else {\n var m8 = (k2.andln(7) + d2) & 7;\n if ((m8 === 3 || m8 === 5) && m14 === 2)\n u2 = -m24;\n else\n u2 = m24;\n }\n jsf[1].push(u2);\n\n // Second phase\n if (2 * d1 === u1 + 1)\n d1 = 1 - d1;\n if (2 * d2 === u2 + 1)\n d2 = 1 - d2;\n k1.iushrn(1);\n k2.iushrn(1);\n }\n\n return jsf;\n}\nutils.getJSF = getJSF;\n\nfunction cachedProperty(obj, name, computer) {\n var key = '_' + name;\n obj.prototype[name] = function cachedProperty() {\n return this[key] !== undefined ? this[key] :\n this[key] = computer.call(this);\n };\n}\nutils.cachedProperty = cachedProperty;\n\nfunction parseBytes(bytes) {\n return typeof bytes === 'string' ? utils.toArray(bytes, 'hex') :\n bytes;\n}\nutils.parseBytes = parseBytes;\n\nfunction intFromLE(bytes) {\n return new BN(bytes, 'hex', 'le');\n}\nutils.intFromLE = intFromLE;\n\n","'use strict';\n\nvar BN = require('bn.js');\nvar utils = require('../utils');\nvar getNAF = utils.getNAF;\nvar getJSF = utils.getJSF;\nvar assert = utils.assert;\n\nfunction BaseCurve(type, conf) {\n this.type = type;\n this.p = new BN(conf.p, 16);\n\n // Use Montgomery, when there is no fast reduction for the prime\n this.red = conf.prime ? BN.red(conf.prime) : BN.mont(this.p);\n\n // Useful for many curves\n this.zero = new BN(0).toRed(this.red);\n this.one = new BN(1).toRed(this.red);\n this.two = new BN(2).toRed(this.red);\n\n // Curve configuration, optional\n this.n = conf.n && new BN(conf.n, 16);\n this.g = conf.g && this.pointFromJSON(conf.g, conf.gRed);\n\n // Temporary arrays\n this._wnafT1 = new Array(4);\n this._wnafT2 = new Array(4);\n this._wnafT3 = new Array(4);\n this._wnafT4 = new Array(4);\n\n this._bitLength = this.n ? this.n.bitLength() : 0;\n\n // Generalized Greg Maxwell's trick\n var adjustCount = this.n && this.p.div(this.n);\n if (!adjustCount || adjustCount.cmpn(100) > 0) {\n this.redN = null;\n } else {\n this._maxwellTrick = true;\n this.redN = this.n.toRed(this.red);\n }\n}\nmodule.exports = BaseCurve;\n\nBaseCurve.prototype.point = function point() {\n throw new Error('Not implemented');\n};\n\nBaseCurve.prototype.validate = function validate() {\n throw new Error('Not implemented');\n};\n\nBaseCurve.prototype._fixedNafMul = function _fixedNafMul(p, k) {\n assert(p.precomputed);\n var doubles = p._getDoubles();\n\n var naf = getNAF(k, 1, this._bitLength);\n var I = (1 << (doubles.step + 1)) - (doubles.step % 2 === 0 ? 2 : 1);\n I /= 3;\n\n // Translate into more windowed form\n var repr = [];\n for (var j = 0; j < naf.length; j += doubles.step) {\n var nafW = 0;\n for (var k = j + doubles.step - 1; k >= j; k--)\n nafW = (nafW << 1) + naf[k];\n repr.push(nafW);\n }\n\n var a = this.jpoint(null, null, null);\n var b = this.jpoint(null, null, null);\n for (var i = I; i > 0; i--) {\n for (var j = 0; j < repr.length; j++) {\n var nafW = repr[j];\n if (nafW === i)\n b = b.mixedAdd(doubles.points[j]);\n else if (nafW === -i)\n b = b.mixedAdd(doubles.points[j].neg());\n }\n a = a.add(b);\n }\n return a.toP();\n};\n\nBaseCurve.prototype._wnafMul = function _wnafMul(p, k) {\n var w = 4;\n\n // Precompute window\n var nafPoints = p._getNAFPoints(w);\n w = nafPoints.wnd;\n var wnd = nafPoints.points;\n\n // Get NAF form\n var naf = getNAF(k, w, this._bitLength);\n\n // Add `this`*(N+1) for every w-NAF index\n var acc = this.jpoint(null, null, null);\n for (var i = naf.length - 1; i >= 0; i--) {\n // Count zeroes\n for (var k = 0; i >= 0 && naf[i] === 0; i--)\n k++;\n if (i >= 0)\n k++;\n acc = acc.dblp(k);\n\n if (i < 0)\n break;\n var z = naf[i];\n assert(z !== 0);\n if (p.type === 'affine') {\n // J +- P\n if (z > 0)\n acc = acc.mixedAdd(wnd[(z - 1) >> 1]);\n else\n acc = acc.mixedAdd(wnd[(-z - 1) >> 1].neg());\n } else {\n // J +- J\n if (z > 0)\n acc = acc.add(wnd[(z - 1) >> 1]);\n else\n acc = acc.add(wnd[(-z - 1) >> 1].neg());\n }\n }\n return p.type === 'affine' ? acc.toP() : acc;\n};\n\nBaseCurve.prototype._wnafMulAdd = function _wnafMulAdd(defW,\n points,\n coeffs,\n len,\n jacobianResult) {\n var wndWidth = this._wnafT1;\n var wnd = this._wnafT2;\n var naf = this._wnafT3;\n\n // Fill all arrays\n var max = 0;\n for (var i = 0; i < len; i++) {\n var p = points[i];\n var nafPoints = p._getNAFPoints(defW);\n wndWidth[i] = nafPoints.wnd;\n wnd[i] = nafPoints.points;\n }\n\n // Comb small window NAFs\n for (var i = len - 1; i >= 1; i -= 2) {\n var a = i - 1;\n var b = i;\n if (wndWidth[a] !== 1 || wndWidth[b] !== 1) {\n naf[a] = getNAF(coeffs[a], wndWidth[a], this._bitLength);\n naf[b] = getNAF(coeffs[b], wndWidth[b], this._bitLength);\n max = Math.max(naf[a].length, max);\n max = Math.max(naf[b].length, max);\n continue;\n }\n\n var comb = [\n points[a], /* 1 */\n null, /* 3 */\n null, /* 5 */\n points[b] /* 7 */\n ];\n\n // Try to avoid Projective points, if possible\n if (points[a].y.cmp(points[b].y) === 0) {\n comb[1] = points[a].add(points[b]);\n comb[2] = points[a].toJ().mixedAdd(points[b].neg());\n } else if (points[a].y.cmp(points[b].y.redNeg()) === 0) {\n comb[1] = points[a].toJ().mixedAdd(points[b]);\n comb[2] = points[a].add(points[b].neg());\n } else {\n comb[1] = points[a].toJ().mixedAdd(points[b]);\n comb[2] = points[a].toJ().mixedAdd(points[b].neg());\n }\n\n var index = [\n -3, /* -1 -1 */\n -1, /* -1 0 */\n -5, /* -1 1 */\n -7, /* 0 -1 */\n 0, /* 0 0 */\n 7, /* 0 1 */\n 5, /* 1 -1 */\n 1, /* 1 0 */\n 3 /* 1 1 */\n ];\n\n var jsf = getJSF(coeffs[a], coeffs[b]);\n max = Math.max(jsf[0].length, max);\n naf[a] = new Array(max);\n naf[b] = new Array(max);\n for (var j = 0; j < max; j++) {\n var ja = jsf[0][j] | 0;\n var jb = jsf[1][j] | 0;\n\n naf[a][j] = index[(ja + 1) * 3 + (jb + 1)];\n naf[b][j] = 0;\n wnd[a] = comb;\n }\n }\n\n var acc = this.jpoint(null, null, null);\n var tmp = this._wnafT4;\n for (var i = max; i >= 0; i--) {\n var k = 0;\n\n while (i >= 0) {\n var zero = true;\n for (var j = 0; j < len; j++) {\n tmp[j] = naf[j][i] | 0;\n if (tmp[j] !== 0)\n zero = false;\n }\n if (!zero)\n break;\n k++;\n i--;\n }\n if (i >= 0)\n k++;\n acc = acc.dblp(k);\n if (i < 0)\n break;\n\n for (var j = 0; j < len; j++) {\n var z = tmp[j];\n var p;\n if (z === 0)\n continue;\n else if (z > 0)\n p = wnd[j][(z - 1) >> 1];\n else if (z < 0)\n p = wnd[j][(-z - 1) >> 1].neg();\n\n if (p.type === 'affine')\n acc = acc.mixedAdd(p);\n else\n acc = acc.add(p);\n }\n }\n // Zeroify references\n for (var i = 0; i < len; i++)\n wnd[i] = null;\n\n if (jacobianResult)\n return acc;\n else\n return acc.toP();\n};\n\nfunction BasePoint(curve, type) {\n this.curve = curve;\n this.type = type;\n this.precomputed = null;\n}\nBaseCurve.BasePoint = BasePoint;\n\nBasePoint.prototype.eq = function eq(/*other*/) {\n throw new Error('Not implemented');\n};\n\nBasePoint.prototype.validate = function validate() {\n return this.curve.validate(this);\n};\n\nBaseCurve.prototype.decodePoint = function decodePoint(bytes, enc) {\n bytes = utils.toArray(bytes, enc);\n\n var len = this.p.byteLength();\n\n // uncompressed, hybrid-odd, hybrid-even\n if ((bytes[0] === 0x04 || bytes[0] === 0x06 || bytes[0] === 0x07) &&\n bytes.length - 1 === 2 * len) {\n if (bytes[0] === 0x06)\n assert(bytes[bytes.length - 1] % 2 === 0);\n else if (bytes[0] === 0x07)\n assert(bytes[bytes.length - 1] % 2 === 1);\n\n var res = this.point(bytes.slice(1, 1 + len),\n bytes.slice(1 + len, 1 + 2 * len));\n\n return res;\n } else if ((bytes[0] === 0x02 || bytes[0] === 0x03) &&\n bytes.length - 1 === len) {\n return this.pointFromX(bytes.slice(1, 1 + len), bytes[0] === 0x03);\n }\n throw new Error('Unknown point format');\n};\n\nBasePoint.prototype.encodeCompressed = function encodeCompressed(enc) {\n return this.encode(enc, true);\n};\n\nBasePoint.prototype._encode = function _encode(compact) {\n var len = this.curve.p.byteLength();\n var x = this.getX().toArray('be', len);\n\n if (compact)\n return [ this.getY().isEven() ? 0x02 : 0x03 ].concat(x);\n\n return [ 0x04 ].concat(x, this.getY().toArray('be', len)) ;\n};\n\nBasePoint.prototype.encode = function encode(enc, compact) {\n return utils.encode(this._encode(compact), enc);\n};\n\nBasePoint.prototype.precompute = function precompute(power) {\n if (this.precomputed)\n return this;\n\n var precomputed = {\n doubles: null,\n naf: null,\n beta: null\n };\n precomputed.naf = this._getNAFPoints(8);\n precomputed.doubles = this._getDoubles(4, power);\n precomputed.beta = this._getBeta();\n this.precomputed = precomputed;\n\n return this;\n};\n\nBasePoint.prototype._hasDoubles = function _hasDoubles(k) {\n if (!this.precomputed)\n return false;\n\n var doubles = this.precomputed.doubles;\n if (!doubles)\n return false;\n\n return doubles.points.length >= Math.ceil((k.bitLength() + 1) / doubles.step);\n};\n\nBasePoint.prototype._getDoubles = function _getDoubles(step, power) {\n if (this.precomputed && this.precomputed.doubles)\n return this.precomputed.doubles;\n\n var doubles = [ this ];\n var acc = this;\n for (var i = 0; i < power; i += step) {\n for (var j = 0; j < step; j++)\n acc = acc.dbl();\n doubles.push(acc);\n }\n return {\n step: step,\n points: doubles\n };\n};\n\nBasePoint.prototype._getNAFPoints = function _getNAFPoints(wnd) {\n if (this.precomputed && this.precomputed.naf)\n return this.precomputed.naf;\n\n var res = [ this ];\n var max = (1 << wnd) - 1;\n var dbl = max === 1 ? null : this.dbl();\n for (var i = 1; i < max; i++)\n res[i] = res[i - 1].add(dbl);\n return {\n wnd: wnd,\n points: res\n };\n};\n\nBasePoint.prototype._getBeta = function _getBeta() {\n return null;\n};\n\nBasePoint.prototype.dblp = function dblp(k) {\n var r = this;\n for (var i = 0; i < k; i++)\n r = r.dbl();\n return r;\n};\n","'use strict';\n\nvar utils = require('../utils');\nvar BN = require('bn.js');\nvar inherits = require('inherits');\nvar Base = require('./base');\n\nvar assert = utils.assert;\n\nfunction ShortCurve(conf) {\n Base.call(this, 'short', conf);\n\n this.a = new BN(conf.a, 16).toRed(this.red);\n this.b = new BN(conf.b, 16).toRed(this.red);\n this.tinv = this.two.redInvm();\n\n this.zeroA = this.a.fromRed().cmpn(0) === 0;\n this.threeA = this.a.fromRed().sub(this.p).cmpn(-3) === 0;\n\n // If the curve is endomorphic, precalculate beta and lambda\n this.endo = this._getEndomorphism(conf);\n this._endoWnafT1 = new Array(4);\n this._endoWnafT2 = new Array(4);\n}\ninherits(ShortCurve, Base);\nmodule.exports = ShortCurve;\n\nShortCurve.prototype._getEndomorphism = function _getEndomorphism(conf) {\n // No efficient endomorphism\n if (!this.zeroA || !this.g || !this.n || this.p.modn(3) !== 1)\n return;\n\n // Compute beta and lambda, that lambda * P = (beta * Px; Py)\n var beta;\n var lambda;\n if (conf.beta) {\n beta = new BN(conf.beta, 16).toRed(this.red);\n } else {\n var betas = this._getEndoRoots(this.p);\n // Choose the smallest beta\n beta = betas[0].cmp(betas[1]) < 0 ? betas[0] : betas[1];\n beta = beta.toRed(this.red);\n }\n if (conf.lambda) {\n lambda = new BN(conf.lambda, 16);\n } else {\n // Choose the lambda that is matching selected beta\n var lambdas = this._getEndoRoots(this.n);\n if (this.g.mul(lambdas[0]).x.cmp(this.g.x.redMul(beta)) === 0) {\n lambda = lambdas[0];\n } else {\n lambda = lambdas[1];\n assert(this.g.mul(lambda).x.cmp(this.g.x.redMul(beta)) === 0);\n }\n }\n\n // Get basis vectors, used for balanced length-two representation\n var basis;\n if (conf.basis) {\n basis = conf.basis.map(function(vec) {\n return {\n a: new BN(vec.a, 16),\n b: new BN(vec.b, 16)\n };\n });\n } else {\n basis = this._getEndoBasis(lambda);\n }\n\n return {\n beta: beta,\n lambda: lambda,\n basis: basis\n };\n};\n\nShortCurve.prototype._getEndoRoots = function _getEndoRoots(num) {\n // Find roots of for x^2 + x + 1 in F\n // Root = (-1 +- Sqrt(-3)) / 2\n //\n var red = num === this.p ? this.red : BN.mont(num);\n var tinv = new BN(2).toRed(red).redInvm();\n var ntinv = tinv.redNeg();\n\n var s = new BN(3).toRed(red).redNeg().redSqrt().redMul(tinv);\n\n var l1 = ntinv.redAdd(s).fromRed();\n var l2 = ntinv.redSub(s).fromRed();\n return [ l1, l2 ];\n};\n\nShortCurve.prototype._getEndoBasis = function _getEndoBasis(lambda) {\n // aprxSqrt >= sqrt(this.n)\n var aprxSqrt = this.n.ushrn(Math.floor(this.n.bitLength() / 2));\n\n // 3.74\n // Run EGCD, until r(L + 1) < aprxSqrt\n var u = lambda;\n var v = this.n.clone();\n var x1 = new BN(1);\n var y1 = new BN(0);\n var x2 = new BN(0);\n var y2 = new BN(1);\n\n // NOTE: all vectors are roots of: a + b * lambda = 0 (mod n)\n var a0;\n var b0;\n // First vector\n var a1;\n var b1;\n // Second vector\n var a2;\n var b2;\n\n var prevR;\n var i = 0;\n var r;\n var x;\n while (u.cmpn(0) !== 0) {\n var q = v.div(u);\n r = v.sub(q.mul(u));\n x = x2.sub(q.mul(x1));\n var y = y2.sub(q.mul(y1));\n\n if (!a1 && r.cmp(aprxSqrt) < 0) {\n a0 = prevR.neg();\n b0 = x1;\n a1 = r.neg();\n b1 = x;\n } else if (a1 && ++i === 2) {\n break;\n }\n prevR = r;\n\n v = u;\n u = r;\n x2 = x1;\n x1 = x;\n y2 = y1;\n y1 = y;\n }\n a2 = r.neg();\n b2 = x;\n\n var len1 = a1.sqr().add(b1.sqr());\n var len2 = a2.sqr().add(b2.sqr());\n if (len2.cmp(len1) >= 0) {\n a2 = a0;\n b2 = b0;\n }\n\n // Normalize signs\n if (a1.negative) {\n a1 = a1.neg();\n b1 = b1.neg();\n }\n if (a2.negative) {\n a2 = a2.neg();\n b2 = b2.neg();\n }\n\n return [\n { a: a1, b: b1 },\n { a: a2, b: b2 }\n ];\n};\n\nShortCurve.prototype._endoSplit = function _endoSplit(k) {\n var basis = this.endo.basis;\n var v1 = basis[0];\n var v2 = basis[1];\n\n var c1 = v2.b.mul(k).divRound(this.n);\n var c2 = v1.b.neg().mul(k).divRound(this.n);\n\n var p1 = c1.mul(v1.a);\n var p2 = c2.mul(v2.a);\n var q1 = c1.mul(v1.b);\n var q2 = c2.mul(v2.b);\n\n // Calculate answer\n var k1 = k.sub(p1).sub(p2);\n var k2 = q1.add(q2).neg();\n return { k1: k1, k2: k2 };\n};\n\nShortCurve.prototype.pointFromX = function pointFromX(x, odd) {\n x = new BN(x, 16);\n if (!x.red)\n x = x.toRed(this.red);\n\n var y2 = x.redSqr().redMul(x).redIAdd(x.redMul(this.a)).redIAdd(this.b);\n var y = y2.redSqrt();\n if (y.redSqr().redSub(y2).cmp(this.zero) !== 0)\n throw new Error('invalid point');\n\n // XXX Is there any way to tell if the number is odd without converting it\n // to non-red form?\n var isOdd = y.fromRed().isOdd();\n if (odd && !isOdd || !odd && isOdd)\n y = y.redNeg();\n\n return this.point(x, y);\n};\n\nShortCurve.prototype.validate = function validate(point) {\n if (point.inf)\n return true;\n\n var x = point.x;\n var y = point.y;\n\n var ax = this.a.redMul(x);\n var rhs = x.redSqr().redMul(x).redIAdd(ax).redIAdd(this.b);\n return y.redSqr().redISub(rhs).cmpn(0) === 0;\n};\n\nShortCurve.prototype._endoWnafMulAdd =\n function _endoWnafMulAdd(points, coeffs, jacobianResult) {\n var npoints = this._endoWnafT1;\n var ncoeffs = this._endoWnafT2;\n for (var i = 0; i < points.length; i++) {\n var split = this._endoSplit(coeffs[i]);\n var p = points[i];\n var beta = p._getBeta();\n\n if (split.k1.negative) {\n split.k1.ineg();\n p = p.neg(true);\n }\n if (split.k2.negative) {\n split.k2.ineg();\n beta = beta.neg(true);\n }\n\n npoints[i * 2] = p;\n npoints[i * 2 + 1] = beta;\n ncoeffs[i * 2] = split.k1;\n ncoeffs[i * 2 + 1] = split.k2;\n }\n var res = this._wnafMulAdd(1, npoints, ncoeffs, i * 2, jacobianResult);\n\n // Clean-up references to points and coefficients\n for (var j = 0; j < i * 2; j++) {\n npoints[j] = null;\n ncoeffs[j] = null;\n }\n return res;\n};\n\nfunction Point(curve, x, y, isRed) {\n Base.BasePoint.call(this, curve, 'affine');\n if (x === null && y === null) {\n this.x = null;\n this.y = null;\n this.inf = true;\n } else {\n this.x = new BN(x, 16);\n this.y = new BN(y, 16);\n // Force redgomery representation when loading from JSON\n if (isRed) {\n this.x.forceRed(this.curve.red);\n this.y.forceRed(this.curve.red);\n }\n if (!this.x.red)\n this.x = this.x.toRed(this.curve.red);\n if (!this.y.red)\n this.y = this.y.toRed(this.curve.red);\n this.inf = false;\n }\n}\ninherits(Point, Base.BasePoint);\n\nShortCurve.prototype.point = function point(x, y, isRed) {\n return new Point(this, x, y, isRed);\n};\n\nShortCurve.prototype.pointFromJSON = function pointFromJSON(obj, red) {\n return Point.fromJSON(this, obj, red);\n};\n\nPoint.prototype._getBeta = function _getBeta() {\n if (!this.curve.endo)\n return;\n\n var pre = this.precomputed;\n if (pre && pre.beta)\n return pre.beta;\n\n var beta = this.curve.point(this.x.redMul(this.curve.endo.beta), this.y);\n if (pre) {\n var curve = this.curve;\n var endoMul = function(p) {\n return curve.point(p.x.redMul(curve.endo.beta), p.y);\n };\n pre.beta = beta;\n beta.precomputed = {\n beta: null,\n naf: pre.naf && {\n wnd: pre.naf.wnd,\n points: pre.naf.points.map(endoMul)\n },\n doubles: pre.doubles && {\n step: pre.doubles.step,\n points: pre.doubles.points.map(endoMul)\n }\n };\n }\n return beta;\n};\n\nPoint.prototype.toJSON = function toJSON() {\n if (!this.precomputed)\n return [ this.x, this.y ];\n\n return [ this.x, this.y, this.precomputed && {\n doubles: this.precomputed.doubles && {\n step: this.precomputed.doubles.step,\n points: this.precomputed.doubles.points.slice(1)\n },\n naf: this.precomputed.naf && {\n wnd: this.precomputed.naf.wnd,\n points: this.precomputed.naf.points.slice(1)\n }\n } ];\n};\n\nPoint.fromJSON = function fromJSON(curve, obj, red) {\n if (typeof obj === 'string')\n obj = JSON.parse(obj);\n var res = curve.point(obj[0], obj[1], red);\n if (!obj[2])\n return res;\n\n function obj2point(obj) {\n return curve.point(obj[0], obj[1], red);\n }\n\n var pre = obj[2];\n res.precomputed = {\n beta: null,\n doubles: pre.doubles && {\n step: pre.doubles.step,\n points: [ res ].concat(pre.doubles.points.map(obj2point))\n },\n naf: pre.naf && {\n wnd: pre.naf.wnd,\n points: [ res ].concat(pre.naf.points.map(obj2point))\n }\n };\n return res;\n};\n\nPoint.prototype.inspect = function inspect() {\n if (this.isInfinity())\n return '';\n return '';\n};\n\nPoint.prototype.isInfinity = function isInfinity() {\n return this.inf;\n};\n\nPoint.prototype.add = function add(p) {\n // O + P = P\n if (this.inf)\n return p;\n\n // P + O = P\n if (p.inf)\n return this;\n\n // P + P = 2P\n if (this.eq(p))\n return this.dbl();\n\n // P + (-P) = O\n if (this.neg().eq(p))\n return this.curve.point(null, null);\n\n // P + Q = O\n if (this.x.cmp(p.x) === 0)\n return this.curve.point(null, null);\n\n var c = this.y.redSub(p.y);\n if (c.cmpn(0) !== 0)\n c = c.redMul(this.x.redSub(p.x).redInvm());\n var nx = c.redSqr().redISub(this.x).redISub(p.x);\n var ny = c.redMul(this.x.redSub(nx)).redISub(this.y);\n return this.curve.point(nx, ny);\n};\n\nPoint.prototype.dbl = function dbl() {\n if (this.inf)\n return this;\n\n // 2P = O\n var ys1 = this.y.redAdd(this.y);\n if (ys1.cmpn(0) === 0)\n return this.curve.point(null, null);\n\n var a = this.curve.a;\n\n var x2 = this.x.redSqr();\n var dyinv = ys1.redInvm();\n var c = x2.redAdd(x2).redIAdd(x2).redIAdd(a).redMul(dyinv);\n\n var nx = c.redSqr().redISub(this.x.redAdd(this.x));\n var ny = c.redMul(this.x.redSub(nx)).redISub(this.y);\n return this.curve.point(nx, ny);\n};\n\nPoint.prototype.getX = function getX() {\n return this.x.fromRed();\n};\n\nPoint.prototype.getY = function getY() {\n return this.y.fromRed();\n};\n\nPoint.prototype.mul = function mul(k) {\n k = new BN(k, 16);\n if (this.isInfinity())\n return this;\n else if (this._hasDoubles(k))\n return this.curve._fixedNafMul(this, k);\n else if (this.curve.endo)\n return this.curve._endoWnafMulAdd([ this ], [ k ]);\n else\n return this.curve._wnafMul(this, k);\n};\n\nPoint.prototype.mulAdd = function mulAdd(k1, p2, k2) {\n var points = [ this, p2 ];\n var coeffs = [ k1, k2 ];\n if (this.curve.endo)\n return this.curve._endoWnafMulAdd(points, coeffs);\n else\n return this.curve._wnafMulAdd(1, points, coeffs, 2);\n};\n\nPoint.prototype.jmulAdd = function jmulAdd(k1, p2, k2) {\n var points = [ this, p2 ];\n var coeffs = [ k1, k2 ];\n if (this.curve.endo)\n return this.curve._endoWnafMulAdd(points, coeffs, true);\n else\n return this.curve._wnafMulAdd(1, points, coeffs, 2, true);\n};\n\nPoint.prototype.eq = function eq(p) {\n return this === p ||\n this.inf === p.inf &&\n (this.inf || this.x.cmp(p.x) === 0 && this.y.cmp(p.y) === 0);\n};\n\nPoint.prototype.neg = function neg(_precompute) {\n if (this.inf)\n return this;\n\n var res = this.curve.point(this.x, this.y.redNeg());\n if (_precompute && this.precomputed) {\n var pre = this.precomputed;\n var negate = function(p) {\n return p.neg();\n };\n res.precomputed = {\n naf: pre.naf && {\n wnd: pre.naf.wnd,\n points: pre.naf.points.map(negate)\n },\n doubles: pre.doubles && {\n step: pre.doubles.step,\n points: pre.doubles.points.map(negate)\n }\n };\n }\n return res;\n};\n\nPoint.prototype.toJ = function toJ() {\n if (this.inf)\n return this.curve.jpoint(null, null, null);\n\n var res = this.curve.jpoint(this.x, this.y, this.curve.one);\n return res;\n};\n\nfunction JPoint(curve, x, y, z) {\n Base.BasePoint.call(this, curve, 'jacobian');\n if (x === null && y === null && z === null) {\n this.x = this.curve.one;\n this.y = this.curve.one;\n this.z = new BN(0);\n } else {\n this.x = new BN(x, 16);\n this.y = new BN(y, 16);\n this.z = new BN(z, 16);\n }\n if (!this.x.red)\n this.x = this.x.toRed(this.curve.red);\n if (!this.y.red)\n this.y = this.y.toRed(this.curve.red);\n if (!this.z.red)\n this.z = this.z.toRed(this.curve.red);\n\n this.zOne = this.z === this.curve.one;\n}\ninherits(JPoint, Base.BasePoint);\n\nShortCurve.prototype.jpoint = function jpoint(x, y, z) {\n return new JPoint(this, x, y, z);\n};\n\nJPoint.prototype.toP = function toP() {\n if (this.isInfinity())\n return this.curve.point(null, null);\n\n var zinv = this.z.redInvm();\n var zinv2 = zinv.redSqr();\n var ax = this.x.redMul(zinv2);\n var ay = this.y.redMul(zinv2).redMul(zinv);\n\n return this.curve.point(ax, ay);\n};\n\nJPoint.prototype.neg = function neg() {\n return this.curve.jpoint(this.x, this.y.redNeg(), this.z);\n};\n\nJPoint.prototype.add = function add(p) {\n // O + P = P\n if (this.isInfinity())\n return p;\n\n // P + O = P\n if (p.isInfinity())\n return this;\n\n // 12M + 4S + 7A\n var pz2 = p.z.redSqr();\n var z2 = this.z.redSqr();\n var u1 = this.x.redMul(pz2);\n var u2 = p.x.redMul(z2);\n var s1 = this.y.redMul(pz2.redMul(p.z));\n var s2 = p.y.redMul(z2.redMul(this.z));\n\n var h = u1.redSub(u2);\n var r = s1.redSub(s2);\n if (h.cmpn(0) === 0) {\n if (r.cmpn(0) !== 0)\n return this.curve.jpoint(null, null, null);\n else\n return this.dbl();\n }\n\n var h2 = h.redSqr();\n var h3 = h2.redMul(h);\n var v = u1.redMul(h2);\n\n var nx = r.redSqr().redIAdd(h3).redISub(v).redISub(v);\n var ny = r.redMul(v.redISub(nx)).redISub(s1.redMul(h3));\n var nz = this.z.redMul(p.z).redMul(h);\n\n return this.curve.jpoint(nx, ny, nz);\n};\n\nJPoint.prototype.mixedAdd = function mixedAdd(p) {\n // O + P = P\n if (this.isInfinity())\n return p.toJ();\n\n // P + O = P\n if (p.isInfinity())\n return this;\n\n // 8M + 3S + 7A\n var z2 = this.z.redSqr();\n var u1 = this.x;\n var u2 = p.x.redMul(z2);\n var s1 = this.y;\n var s2 = p.y.redMul(z2).redMul(this.z);\n\n var h = u1.redSub(u2);\n var r = s1.redSub(s2);\n if (h.cmpn(0) === 0) {\n if (r.cmpn(0) !== 0)\n return this.curve.jpoint(null, null, null);\n else\n return this.dbl();\n }\n\n var h2 = h.redSqr();\n var h3 = h2.redMul(h);\n var v = u1.redMul(h2);\n\n var nx = r.redSqr().redIAdd(h3).redISub(v).redISub(v);\n var ny = r.redMul(v.redISub(nx)).redISub(s1.redMul(h3));\n var nz = this.z.redMul(h);\n\n return this.curve.jpoint(nx, ny, nz);\n};\n\nJPoint.prototype.dblp = function dblp(pow) {\n if (pow === 0)\n return this;\n if (this.isInfinity())\n return this;\n if (!pow)\n return this.dbl();\n\n if (this.curve.zeroA || this.curve.threeA) {\n var r = this;\n for (var i = 0; i < pow; i++)\n r = r.dbl();\n return r;\n }\n\n // 1M + 2S + 1A + N * (4S + 5M + 8A)\n // N = 1 => 6M + 6S + 9A\n var a = this.curve.a;\n var tinv = this.curve.tinv;\n\n var jx = this.x;\n var jy = this.y;\n var jz = this.z;\n var jz4 = jz.redSqr().redSqr();\n\n // Reuse results\n var jyd = jy.redAdd(jy);\n for (var i = 0; i < pow; i++) {\n var jx2 = jx.redSqr();\n var jyd2 = jyd.redSqr();\n var jyd4 = jyd2.redSqr();\n var c = jx2.redAdd(jx2).redIAdd(jx2).redIAdd(a.redMul(jz4));\n\n var t1 = jx.redMul(jyd2);\n var nx = c.redSqr().redISub(t1.redAdd(t1));\n var t2 = t1.redISub(nx);\n var dny = c.redMul(t2);\n dny = dny.redIAdd(dny).redISub(jyd4);\n var nz = jyd.redMul(jz);\n if (i + 1 < pow)\n jz4 = jz4.redMul(jyd4);\n\n jx = nx;\n jz = nz;\n jyd = dny;\n }\n\n return this.curve.jpoint(jx, jyd.redMul(tinv), jz);\n};\n\nJPoint.prototype.dbl = function dbl() {\n if (this.isInfinity())\n return this;\n\n if (this.curve.zeroA)\n return this._zeroDbl();\n else if (this.curve.threeA)\n return this._threeDbl();\n else\n return this._dbl();\n};\n\nJPoint.prototype._zeroDbl = function _zeroDbl() {\n var nx;\n var ny;\n var nz;\n // Z = 1\n if (this.zOne) {\n // hyperelliptic.org/EFD/g1p/auto-shortw-jacobian-0.html\n // #doubling-mdbl-2007-bl\n // 1M + 5S + 14A\n\n // XX = X1^2\n var xx = this.x.redSqr();\n // YY = Y1^2\n var yy = this.y.redSqr();\n // YYYY = YY^2\n var yyyy = yy.redSqr();\n // S = 2 * ((X1 + YY)^2 - XX - YYYY)\n var s = this.x.redAdd(yy).redSqr().redISub(xx).redISub(yyyy);\n s = s.redIAdd(s);\n // M = 3 * XX + a; a = 0\n var m = xx.redAdd(xx).redIAdd(xx);\n // T = M ^ 2 - 2*S\n var t = m.redSqr().redISub(s).redISub(s);\n\n // 8 * YYYY\n var yyyy8 = yyyy.redIAdd(yyyy);\n yyyy8 = yyyy8.redIAdd(yyyy8);\n yyyy8 = yyyy8.redIAdd(yyyy8);\n\n // X3 = T\n nx = t;\n // Y3 = M * (S - T) - 8 * YYYY\n ny = m.redMul(s.redISub(t)).redISub(yyyy8);\n // Z3 = 2*Y1\n nz = this.y.redAdd(this.y);\n } else {\n // hyperelliptic.org/EFD/g1p/auto-shortw-jacobian-0.html\n // #doubling-dbl-2009-l\n // 2M + 5S + 13A\n\n // A = X1^2\n var a = this.x.redSqr();\n // B = Y1^2\n var b = this.y.redSqr();\n // C = B^2\n var c = b.redSqr();\n // D = 2 * ((X1 + B)^2 - A - C)\n var d = this.x.redAdd(b).redSqr().redISub(a).redISub(c);\n d = d.redIAdd(d);\n // E = 3 * A\n var e = a.redAdd(a).redIAdd(a);\n // F = E^2\n var f = e.redSqr();\n\n // 8 * C\n var c8 = c.redIAdd(c);\n c8 = c8.redIAdd(c8);\n c8 = c8.redIAdd(c8);\n\n // X3 = F - 2 * D\n nx = f.redISub(d).redISub(d);\n // Y3 = E * (D - X3) - 8 * C\n ny = e.redMul(d.redISub(nx)).redISub(c8);\n // Z3 = 2 * Y1 * Z1\n nz = this.y.redMul(this.z);\n nz = nz.redIAdd(nz);\n }\n\n return this.curve.jpoint(nx, ny, nz);\n};\n\nJPoint.prototype._threeDbl = function _threeDbl() {\n var nx;\n var ny;\n var nz;\n // Z = 1\n if (this.zOne) {\n // hyperelliptic.org/EFD/g1p/auto-shortw-jacobian-3.html\n // #doubling-mdbl-2007-bl\n // 1M + 5S + 15A\n\n // XX = X1^2\n var xx = this.x.redSqr();\n // YY = Y1^2\n var yy = this.y.redSqr();\n // YYYY = YY^2\n var yyyy = yy.redSqr();\n // S = 2 * ((X1 + YY)^2 - XX - YYYY)\n var s = this.x.redAdd(yy).redSqr().redISub(xx).redISub(yyyy);\n s = s.redIAdd(s);\n // M = 3 * XX + a\n var m = xx.redAdd(xx).redIAdd(xx).redIAdd(this.curve.a);\n // T = M^2 - 2 * S\n var t = m.redSqr().redISub(s).redISub(s);\n // X3 = T\n nx = t;\n // Y3 = M * (S - T) - 8 * YYYY\n var yyyy8 = yyyy.redIAdd(yyyy);\n yyyy8 = yyyy8.redIAdd(yyyy8);\n yyyy8 = yyyy8.redIAdd(yyyy8);\n ny = m.redMul(s.redISub(t)).redISub(yyyy8);\n // Z3 = 2 * Y1\n nz = this.y.redAdd(this.y);\n } else {\n // hyperelliptic.org/EFD/g1p/auto-shortw-jacobian-3.html#doubling-dbl-2001-b\n // 3M + 5S\n\n // delta = Z1^2\n var delta = this.z.redSqr();\n // gamma = Y1^2\n var gamma = this.y.redSqr();\n // beta = X1 * gamma\n var beta = this.x.redMul(gamma);\n // alpha = 3 * (X1 - delta) * (X1 + delta)\n var alpha = this.x.redSub(delta).redMul(this.x.redAdd(delta));\n alpha = alpha.redAdd(alpha).redIAdd(alpha);\n // X3 = alpha^2 - 8 * beta\n var beta4 = beta.redIAdd(beta);\n beta4 = beta4.redIAdd(beta4);\n var beta8 = beta4.redAdd(beta4);\n nx = alpha.redSqr().redISub(beta8);\n // Z3 = (Y1 + Z1)^2 - gamma - delta\n nz = this.y.redAdd(this.z).redSqr().redISub(gamma).redISub(delta);\n // Y3 = alpha * (4 * beta - X3) - 8 * gamma^2\n var ggamma8 = gamma.redSqr();\n ggamma8 = ggamma8.redIAdd(ggamma8);\n ggamma8 = ggamma8.redIAdd(ggamma8);\n ggamma8 = ggamma8.redIAdd(ggamma8);\n ny = alpha.redMul(beta4.redISub(nx)).redISub(ggamma8);\n }\n\n return this.curve.jpoint(nx, ny, nz);\n};\n\nJPoint.prototype._dbl = function _dbl() {\n var a = this.curve.a;\n\n // 4M + 6S + 10A\n var jx = this.x;\n var jy = this.y;\n var jz = this.z;\n var jz4 = jz.redSqr().redSqr();\n\n var jx2 = jx.redSqr();\n var jy2 = jy.redSqr();\n\n var c = jx2.redAdd(jx2).redIAdd(jx2).redIAdd(a.redMul(jz4));\n\n var jxd4 = jx.redAdd(jx);\n jxd4 = jxd4.redIAdd(jxd4);\n var t1 = jxd4.redMul(jy2);\n var nx = c.redSqr().redISub(t1.redAdd(t1));\n var t2 = t1.redISub(nx);\n\n var jyd8 = jy2.redSqr();\n jyd8 = jyd8.redIAdd(jyd8);\n jyd8 = jyd8.redIAdd(jyd8);\n jyd8 = jyd8.redIAdd(jyd8);\n var ny = c.redMul(t2).redISub(jyd8);\n var nz = jy.redAdd(jy).redMul(jz);\n\n return this.curve.jpoint(nx, ny, nz);\n};\n\nJPoint.prototype.trpl = function trpl() {\n if (!this.curve.zeroA)\n return this.dbl().add(this);\n\n // hyperelliptic.org/EFD/g1p/auto-shortw-jacobian-0.html#tripling-tpl-2007-bl\n // 5M + 10S + ...\n\n // XX = X1^2\n var xx = this.x.redSqr();\n // YY = Y1^2\n var yy = this.y.redSqr();\n // ZZ = Z1^2\n var zz = this.z.redSqr();\n // YYYY = YY^2\n var yyyy = yy.redSqr();\n // M = 3 * XX + a * ZZ2; a = 0\n var m = xx.redAdd(xx).redIAdd(xx);\n // MM = M^2\n var mm = m.redSqr();\n // E = 6 * ((X1 + YY)^2 - XX - YYYY) - MM\n var e = this.x.redAdd(yy).redSqr().redISub(xx).redISub(yyyy);\n e = e.redIAdd(e);\n e = e.redAdd(e).redIAdd(e);\n e = e.redISub(mm);\n // EE = E^2\n var ee = e.redSqr();\n // T = 16*YYYY\n var t = yyyy.redIAdd(yyyy);\n t = t.redIAdd(t);\n t = t.redIAdd(t);\n t = t.redIAdd(t);\n // U = (M + E)^2 - MM - EE - T\n var u = m.redIAdd(e).redSqr().redISub(mm).redISub(ee).redISub(t);\n // X3 = 4 * (X1 * EE - 4 * YY * U)\n var yyu4 = yy.redMul(u);\n yyu4 = yyu4.redIAdd(yyu4);\n yyu4 = yyu4.redIAdd(yyu4);\n var nx = this.x.redMul(ee).redISub(yyu4);\n nx = nx.redIAdd(nx);\n nx = nx.redIAdd(nx);\n // Y3 = 8 * Y1 * (U * (T - U) - E * EE)\n var ny = this.y.redMul(u.redMul(t.redISub(u)).redISub(e.redMul(ee)));\n ny = ny.redIAdd(ny);\n ny = ny.redIAdd(ny);\n ny = ny.redIAdd(ny);\n // Z3 = (Z1 + E)^2 - ZZ - EE\n var nz = this.z.redAdd(e).redSqr().redISub(zz).redISub(ee);\n\n return this.curve.jpoint(nx, ny, nz);\n};\n\nJPoint.prototype.mul = function mul(k, kbase) {\n k = new BN(k, kbase);\n\n return this.curve._wnafMul(this, k);\n};\n\nJPoint.prototype.eq = function eq(p) {\n if (p.type === 'affine')\n return this.eq(p.toJ());\n\n if (this === p)\n return true;\n\n // x1 * z2^2 == x2 * z1^2\n var z2 = this.z.redSqr();\n var pz2 = p.z.redSqr();\n if (this.x.redMul(pz2).redISub(p.x.redMul(z2)).cmpn(0) !== 0)\n return false;\n\n // y1 * z2^3 == y2 * z1^3\n var z3 = z2.redMul(this.z);\n var pz3 = pz2.redMul(p.z);\n return this.y.redMul(pz3).redISub(p.y.redMul(z3)).cmpn(0) === 0;\n};\n\nJPoint.prototype.eqXToP = function eqXToP(x) {\n var zs = this.z.redSqr();\n var rx = x.toRed(this.curve.red).redMul(zs);\n if (this.x.cmp(rx) === 0)\n return true;\n\n var xc = x.clone();\n var t = this.curve.redN.redMul(zs);\n for (;;) {\n xc.iadd(this.curve.n);\n if (xc.cmp(this.curve.p) >= 0)\n return false;\n\n rx.redIAdd(t);\n if (this.x.cmp(rx) === 0)\n return true;\n }\n};\n\nJPoint.prototype.inspect = function inspect() {\n if (this.isInfinity())\n return '';\n return '';\n};\n\nJPoint.prototype.isInfinity = function isInfinity() {\n // XXX This code assumes that zero is always zero in red\n return this.z.cmpn(0) === 0;\n};\n","'use strict';\n\nvar BN = require('bn.js');\nvar inherits = require('inherits');\nvar Base = require('./base');\n\nvar utils = require('../utils');\n\nfunction MontCurve(conf) {\n Base.call(this, 'mont', conf);\n\n this.a = new BN(conf.a, 16).toRed(this.red);\n this.b = new BN(conf.b, 16).toRed(this.red);\n this.i4 = new BN(4).toRed(this.red).redInvm();\n this.two = new BN(2).toRed(this.red);\n this.a24 = this.i4.redMul(this.a.redAdd(this.two));\n}\ninherits(MontCurve, Base);\nmodule.exports = MontCurve;\n\nMontCurve.prototype.validate = function validate(point) {\n var x = point.normalize().x;\n var x2 = x.redSqr();\n var rhs = x2.redMul(x).redAdd(x2.redMul(this.a)).redAdd(x);\n var y = rhs.redSqrt();\n\n return y.redSqr().cmp(rhs) === 0;\n};\n\nfunction Point(curve, x, z) {\n Base.BasePoint.call(this, curve, 'projective');\n if (x === null && z === null) {\n this.x = this.curve.one;\n this.z = this.curve.zero;\n } else {\n this.x = new BN(x, 16);\n this.z = new BN(z, 16);\n if (!this.x.red)\n this.x = this.x.toRed(this.curve.red);\n if (!this.z.red)\n this.z = this.z.toRed(this.curve.red);\n }\n}\ninherits(Point, Base.BasePoint);\n\nMontCurve.prototype.decodePoint = function decodePoint(bytes, enc) {\n return this.point(utils.toArray(bytes, enc), 1);\n};\n\nMontCurve.prototype.point = function point(x, z) {\n return new Point(this, x, z);\n};\n\nMontCurve.prototype.pointFromJSON = function pointFromJSON(obj) {\n return Point.fromJSON(this, obj);\n};\n\nPoint.prototype.precompute = function precompute() {\n // No-op\n};\n\nPoint.prototype._encode = function _encode() {\n return this.getX().toArray('be', this.curve.p.byteLength());\n};\n\nPoint.fromJSON = function fromJSON(curve, obj) {\n return new Point(curve, obj[0], obj[1] || curve.one);\n};\n\nPoint.prototype.inspect = function inspect() {\n if (this.isInfinity())\n return '';\n return '';\n};\n\nPoint.prototype.isInfinity = function isInfinity() {\n // XXX This code assumes that zero is always zero in red\n return this.z.cmpn(0) === 0;\n};\n\nPoint.prototype.dbl = function dbl() {\n // http://hyperelliptic.org/EFD/g1p/auto-montgom-xz.html#doubling-dbl-1987-m-3\n // 2M + 2S + 4A\n\n // A = X1 + Z1\n var a = this.x.redAdd(this.z);\n // AA = A^2\n var aa = a.redSqr();\n // B = X1 - Z1\n var b = this.x.redSub(this.z);\n // BB = B^2\n var bb = b.redSqr();\n // C = AA - BB\n var c = aa.redSub(bb);\n // X3 = AA * BB\n var nx = aa.redMul(bb);\n // Z3 = C * (BB + A24 * C)\n var nz = c.redMul(bb.redAdd(this.curve.a24.redMul(c)));\n return this.curve.point(nx, nz);\n};\n\nPoint.prototype.add = function add() {\n throw new Error('Not supported on Montgomery curve');\n};\n\nPoint.prototype.diffAdd = function diffAdd(p, diff) {\n // http://hyperelliptic.org/EFD/g1p/auto-montgom-xz.html#diffadd-dadd-1987-m-3\n // 4M + 2S + 6A\n\n // A = X2 + Z2\n var a = this.x.redAdd(this.z);\n // B = X2 - Z2\n var b = this.x.redSub(this.z);\n // C = X3 + Z3\n var c = p.x.redAdd(p.z);\n // D = X3 - Z3\n var d = p.x.redSub(p.z);\n // DA = D * A\n var da = d.redMul(a);\n // CB = C * B\n var cb = c.redMul(b);\n // X5 = Z1 * (DA + CB)^2\n var nx = diff.z.redMul(da.redAdd(cb).redSqr());\n // Z5 = X1 * (DA - CB)^2\n var nz = diff.x.redMul(da.redISub(cb).redSqr());\n return this.curve.point(nx, nz);\n};\n\nPoint.prototype.mul = function mul(k) {\n var t = k.clone();\n var a = this; // (N / 2) * Q + Q\n var b = this.curve.point(null, null); // (N / 2) * Q\n var c = this; // Q\n\n for (var bits = []; t.cmpn(0) !== 0; t.iushrn(1))\n bits.push(t.andln(1));\n\n for (var i = bits.length - 1; i >= 0; i--) {\n if (bits[i] === 0) {\n // N * Q + Q = ((N / 2) * Q + Q)) + (N / 2) * Q\n a = a.diffAdd(b, c);\n // N * Q = 2 * ((N / 2) * Q + Q))\n b = b.dbl();\n } else {\n // N * Q = ((N / 2) * Q + Q) + ((N / 2) * Q)\n b = a.diffAdd(b, c);\n // N * Q + Q = 2 * ((N / 2) * Q + Q)\n a = a.dbl();\n }\n }\n return b;\n};\n\nPoint.prototype.mulAdd = function mulAdd() {\n throw new Error('Not supported on Montgomery curve');\n};\n\nPoint.prototype.jumlAdd = function jumlAdd() {\n throw new Error('Not supported on Montgomery curve');\n};\n\nPoint.prototype.eq = function eq(other) {\n return this.getX().cmp(other.getX()) === 0;\n};\n\nPoint.prototype.normalize = function normalize() {\n this.x = this.x.redMul(this.z.redInvm());\n this.z = this.curve.one;\n return this;\n};\n\nPoint.prototype.getX = function getX() {\n // Normalize coordinates\n this.normalize();\n\n return this.x.fromRed();\n};\n","'use strict';\n\nvar utils = require('../utils');\nvar BN = require('bn.js');\nvar inherits = require('inherits');\nvar Base = require('./base');\n\nvar assert = utils.assert;\n\nfunction EdwardsCurve(conf) {\n // NOTE: Important as we are creating point in Base.call()\n this.twisted = (conf.a | 0) !== 1;\n this.mOneA = this.twisted && (conf.a | 0) === -1;\n this.extended = this.mOneA;\n\n Base.call(this, 'edwards', conf);\n\n this.a = new BN(conf.a, 16).umod(this.red.m);\n this.a = this.a.toRed(this.red);\n this.c = new BN(conf.c, 16).toRed(this.red);\n this.c2 = this.c.redSqr();\n this.d = new BN(conf.d, 16).toRed(this.red);\n this.dd = this.d.redAdd(this.d);\n\n assert(!this.twisted || this.c.fromRed().cmpn(1) === 0);\n this.oneC = (conf.c | 0) === 1;\n}\ninherits(EdwardsCurve, Base);\nmodule.exports = EdwardsCurve;\n\nEdwardsCurve.prototype._mulA = function _mulA(num) {\n if (this.mOneA)\n return num.redNeg();\n else\n return this.a.redMul(num);\n};\n\nEdwardsCurve.prototype._mulC = function _mulC(num) {\n if (this.oneC)\n return num;\n else\n return this.c.redMul(num);\n};\n\n// Just for compatibility with Short curve\nEdwardsCurve.prototype.jpoint = function jpoint(x, y, z, t) {\n return this.point(x, y, z, t);\n};\n\nEdwardsCurve.prototype.pointFromX = function pointFromX(x, odd) {\n x = new BN(x, 16);\n if (!x.red)\n x = x.toRed(this.red);\n\n var x2 = x.redSqr();\n var rhs = this.c2.redSub(this.a.redMul(x2));\n var lhs = this.one.redSub(this.c2.redMul(this.d).redMul(x2));\n\n var y2 = rhs.redMul(lhs.redInvm());\n var y = y2.redSqrt();\n if (y.redSqr().redSub(y2).cmp(this.zero) !== 0)\n throw new Error('invalid point');\n\n var isOdd = y.fromRed().isOdd();\n if (odd && !isOdd || !odd && isOdd)\n y = y.redNeg();\n\n return this.point(x, y);\n};\n\nEdwardsCurve.prototype.pointFromY = function pointFromY(y, odd) {\n y = new BN(y, 16);\n if (!y.red)\n y = y.toRed(this.red);\n\n // x^2 = (y^2 - c^2) / (c^2 d y^2 - a)\n var y2 = y.redSqr();\n var lhs = y2.redSub(this.c2);\n var rhs = y2.redMul(this.d).redMul(this.c2).redSub(this.a);\n var x2 = lhs.redMul(rhs.redInvm());\n\n if (x2.cmp(this.zero) === 0) {\n if (odd)\n throw new Error('invalid point');\n else\n return this.point(this.zero, y);\n }\n\n var x = x2.redSqrt();\n if (x.redSqr().redSub(x2).cmp(this.zero) !== 0)\n throw new Error('invalid point');\n\n if (x.fromRed().isOdd() !== odd)\n x = x.redNeg();\n\n return this.point(x, y);\n};\n\nEdwardsCurve.prototype.validate = function validate(point) {\n if (point.isInfinity())\n return true;\n\n // Curve: A * X^2 + Y^2 = C^2 * (1 + D * X^2 * Y^2)\n point.normalize();\n\n var x2 = point.x.redSqr();\n var y2 = point.y.redSqr();\n var lhs = x2.redMul(this.a).redAdd(y2);\n var rhs = this.c2.redMul(this.one.redAdd(this.d.redMul(x2).redMul(y2)));\n\n return lhs.cmp(rhs) === 0;\n};\n\nfunction Point(curve, x, y, z, t) {\n Base.BasePoint.call(this, curve, 'projective');\n if (x === null && y === null && z === null) {\n this.x = this.curve.zero;\n this.y = this.curve.one;\n this.z = this.curve.one;\n this.t = this.curve.zero;\n this.zOne = true;\n } else {\n this.x = new BN(x, 16);\n this.y = new BN(y, 16);\n this.z = z ? new BN(z, 16) : this.curve.one;\n this.t = t && new BN(t, 16);\n if (!this.x.red)\n this.x = this.x.toRed(this.curve.red);\n if (!this.y.red)\n this.y = this.y.toRed(this.curve.red);\n if (!this.z.red)\n this.z = this.z.toRed(this.curve.red);\n if (this.t && !this.t.red)\n this.t = this.t.toRed(this.curve.red);\n this.zOne = this.z === this.curve.one;\n\n // Use extended coordinates\n if (this.curve.extended && !this.t) {\n this.t = this.x.redMul(this.y);\n if (!this.zOne)\n this.t = this.t.redMul(this.z.redInvm());\n }\n }\n}\ninherits(Point, Base.BasePoint);\n\nEdwardsCurve.prototype.pointFromJSON = function pointFromJSON(obj) {\n return Point.fromJSON(this, obj);\n};\n\nEdwardsCurve.prototype.point = function point(x, y, z, t) {\n return new Point(this, x, y, z, t);\n};\n\nPoint.fromJSON = function fromJSON(curve, obj) {\n return new Point(curve, obj[0], obj[1], obj[2]);\n};\n\nPoint.prototype.inspect = function inspect() {\n if (this.isInfinity())\n return '';\n return '';\n};\n\nPoint.prototype.isInfinity = function isInfinity() {\n // XXX This code assumes that zero is always zero in red\n return this.x.cmpn(0) === 0 &&\n (this.y.cmp(this.z) === 0 ||\n (this.zOne && this.y.cmp(this.curve.c) === 0));\n};\n\nPoint.prototype._extDbl = function _extDbl() {\n // hyperelliptic.org/EFD/g1p/auto-twisted-extended-1.html\n // #doubling-dbl-2008-hwcd\n // 4M + 4S\n\n // A = X1^2\n var a = this.x.redSqr();\n // B = Y1^2\n var b = this.y.redSqr();\n // C = 2 * Z1^2\n var c = this.z.redSqr();\n c = c.redIAdd(c);\n // D = a * A\n var d = this.curve._mulA(a);\n // E = (X1 + Y1)^2 - A - B\n var e = this.x.redAdd(this.y).redSqr().redISub(a).redISub(b);\n // G = D + B\n var g = d.redAdd(b);\n // F = G - C\n var f = g.redSub(c);\n // H = D - B\n var h = d.redSub(b);\n // X3 = E * F\n var nx = e.redMul(f);\n // Y3 = G * H\n var ny = g.redMul(h);\n // T3 = E * H\n var nt = e.redMul(h);\n // Z3 = F * G\n var nz = f.redMul(g);\n return this.curve.point(nx, ny, nz, nt);\n};\n\nPoint.prototype._projDbl = function _projDbl() {\n // hyperelliptic.org/EFD/g1p/auto-twisted-projective.html\n // #doubling-dbl-2008-bbjlp\n // #doubling-dbl-2007-bl\n // and others\n // Generally 3M + 4S or 2M + 4S\n\n // B = (X1 + Y1)^2\n var b = this.x.redAdd(this.y).redSqr();\n // C = X1^2\n var c = this.x.redSqr();\n // D = Y1^2\n var d = this.y.redSqr();\n\n var nx;\n var ny;\n var nz;\n if (this.curve.twisted) {\n // E = a * C\n var e = this.curve._mulA(c);\n // F = E + D\n var f = e.redAdd(d);\n if (this.zOne) {\n // X3 = (B - C - D) * (F - 2)\n nx = b.redSub(c).redSub(d).redMul(f.redSub(this.curve.two));\n // Y3 = F * (E - D)\n ny = f.redMul(e.redSub(d));\n // Z3 = F^2 - 2 * F\n nz = f.redSqr().redSub(f).redSub(f);\n } else {\n // H = Z1^2\n var h = this.z.redSqr();\n // J = F - 2 * H\n var j = f.redSub(h).redISub(h);\n // X3 = (B-C-D)*J\n nx = b.redSub(c).redISub(d).redMul(j);\n // Y3 = F * (E - D)\n ny = f.redMul(e.redSub(d));\n // Z3 = F * J\n nz = f.redMul(j);\n }\n } else {\n // E = C + D\n var e = c.redAdd(d);\n // H = (c * Z1)^2\n var h = this.curve._mulC(this.z).redSqr();\n // J = E - 2 * H\n var j = e.redSub(h).redSub(h);\n // X3 = c * (B - E) * J\n nx = this.curve._mulC(b.redISub(e)).redMul(j);\n // Y3 = c * E * (C - D)\n ny = this.curve._mulC(e).redMul(c.redISub(d));\n // Z3 = E * J\n nz = e.redMul(j);\n }\n return this.curve.point(nx, ny, nz);\n};\n\nPoint.prototype.dbl = function dbl() {\n if (this.isInfinity())\n return this;\n\n // Double in extended coordinates\n if (this.curve.extended)\n return this._extDbl();\n else\n return this._projDbl();\n};\n\nPoint.prototype._extAdd = function _extAdd(p) {\n // hyperelliptic.org/EFD/g1p/auto-twisted-extended-1.html\n // #addition-add-2008-hwcd-3\n // 8M\n\n // A = (Y1 - X1) * (Y2 - X2)\n var a = this.y.redSub(this.x).redMul(p.y.redSub(p.x));\n // B = (Y1 + X1) * (Y2 + X2)\n var b = this.y.redAdd(this.x).redMul(p.y.redAdd(p.x));\n // C = T1 * k * T2\n var c = this.t.redMul(this.curve.dd).redMul(p.t);\n // D = Z1 * 2 * Z2\n var d = this.z.redMul(p.z.redAdd(p.z));\n // E = B - A\n var e = b.redSub(a);\n // F = D - C\n var f = d.redSub(c);\n // G = D + C\n var g = d.redAdd(c);\n // H = B + A\n var h = b.redAdd(a);\n // X3 = E * F\n var nx = e.redMul(f);\n // Y3 = G * H\n var ny = g.redMul(h);\n // T3 = E * H\n var nt = e.redMul(h);\n // Z3 = F * G\n var nz = f.redMul(g);\n return this.curve.point(nx, ny, nz, nt);\n};\n\nPoint.prototype._projAdd = function _projAdd(p) {\n // hyperelliptic.org/EFD/g1p/auto-twisted-projective.html\n // #addition-add-2008-bbjlp\n // #addition-add-2007-bl\n // 10M + 1S\n\n // A = Z1 * Z2\n var a = this.z.redMul(p.z);\n // B = A^2\n var b = a.redSqr();\n // C = X1 * X2\n var c = this.x.redMul(p.x);\n // D = Y1 * Y2\n var d = this.y.redMul(p.y);\n // E = d * C * D\n var e = this.curve.d.redMul(c).redMul(d);\n // F = B - E\n var f = b.redSub(e);\n // G = B + E\n var g = b.redAdd(e);\n // X3 = A * F * ((X1 + Y1) * (X2 + Y2) - C - D)\n var tmp = this.x.redAdd(this.y).redMul(p.x.redAdd(p.y)).redISub(c).redISub(d);\n var nx = a.redMul(f).redMul(tmp);\n var ny;\n var nz;\n if (this.curve.twisted) {\n // Y3 = A * G * (D - a * C)\n ny = a.redMul(g).redMul(d.redSub(this.curve._mulA(c)));\n // Z3 = F * G\n nz = f.redMul(g);\n } else {\n // Y3 = A * G * (D - C)\n ny = a.redMul(g).redMul(d.redSub(c));\n // Z3 = c * F * G\n nz = this.curve._mulC(f).redMul(g);\n }\n return this.curve.point(nx, ny, nz);\n};\n\nPoint.prototype.add = function add(p) {\n if (this.isInfinity())\n return p;\n if (p.isInfinity())\n return this;\n\n if (this.curve.extended)\n return this._extAdd(p);\n else\n return this._projAdd(p);\n};\n\nPoint.prototype.mul = function mul(k) {\n if (this._hasDoubles(k))\n return this.curve._fixedNafMul(this, k);\n else\n return this.curve._wnafMul(this, k);\n};\n\nPoint.prototype.mulAdd = function mulAdd(k1, p, k2) {\n return this.curve._wnafMulAdd(1, [ this, p ], [ k1, k2 ], 2, false);\n};\n\nPoint.prototype.jmulAdd = function jmulAdd(k1, p, k2) {\n return this.curve._wnafMulAdd(1, [ this, p ], [ k1, k2 ], 2, true);\n};\n\nPoint.prototype.normalize = function normalize() {\n if (this.zOne)\n return this;\n\n // Normalize coordinates\n var zi = this.z.redInvm();\n this.x = this.x.redMul(zi);\n this.y = this.y.redMul(zi);\n if (this.t)\n this.t = this.t.redMul(zi);\n this.z = this.curve.one;\n this.zOne = true;\n return this;\n};\n\nPoint.prototype.neg = function neg() {\n return this.curve.point(this.x.redNeg(),\n this.y,\n this.z,\n this.t && this.t.redNeg());\n};\n\nPoint.prototype.getX = function getX() {\n this.normalize();\n return this.x.fromRed();\n};\n\nPoint.prototype.getY = function getY() {\n this.normalize();\n return this.y.fromRed();\n};\n\nPoint.prototype.eq = function eq(other) {\n return this === other ||\n this.getX().cmp(other.getX()) === 0 &&\n this.getY().cmp(other.getY()) === 0;\n};\n\nPoint.prototype.eqXToP = function eqXToP(x) {\n var rx = x.toRed(this.curve.red).redMul(this.z);\n if (this.x.cmp(rx) === 0)\n return true;\n\n var xc = x.clone();\n var t = this.curve.redN.redMul(this.z);\n for (;;) {\n xc.iadd(this.curve.n);\n if (xc.cmp(this.curve.p) >= 0)\n return false;\n\n rx.redIAdd(t);\n if (this.x.cmp(rx) === 0)\n return true;\n }\n};\n\n// Compatibility with BaseCurve\nPoint.prototype.toP = Point.prototype.normalize;\nPoint.prototype.mixedAdd = Point.prototype.add;\n","'use strict';\n\nvar curve = exports;\n\ncurve.base = require('./base');\ncurve.short = require('./short');\ncurve.mont = require('./mont');\ncurve.edwards = require('./edwards');\n","'use strict';\n\nvar assert = require('minimalistic-assert');\nvar inherits = require('inherits');\n\nexports.inherits = inherits;\n\nfunction isSurrogatePair(msg, i) {\n if ((msg.charCodeAt(i) & 0xFC00) !== 0xD800) {\n return false;\n }\n if (i < 0 || i + 1 >= msg.length) {\n return false;\n }\n return (msg.charCodeAt(i + 1) & 0xFC00) === 0xDC00;\n}\n\nfunction toArray(msg, enc) {\n if (Array.isArray(msg))\n return msg.slice();\n if (!msg)\n return [];\n var res = [];\n if (typeof msg === 'string') {\n if (!enc) {\n // Inspired by stringToUtf8ByteArray() in closure-library by Google\n // https://github.com/google/closure-library/blob/8598d87242af59aac233270742c8984e2b2bdbe0/closure/goog/crypt/crypt.js#L117-L143\n // Apache License 2.0\n // https://github.com/google/closure-library/blob/master/LICENSE\n var p = 0;\n for (var i = 0; i < msg.length; i++) {\n var c = msg.charCodeAt(i);\n if (c < 128) {\n res[p++] = c;\n } else if (c < 2048) {\n res[p++] = (c >> 6) | 192;\n res[p++] = (c & 63) | 128;\n } else if (isSurrogatePair(msg, i)) {\n c = 0x10000 + ((c & 0x03FF) << 10) + (msg.charCodeAt(++i) & 0x03FF);\n res[p++] = (c >> 18) | 240;\n res[p++] = ((c >> 12) & 63) | 128;\n res[p++] = ((c >> 6) & 63) | 128;\n res[p++] = (c & 63) | 128;\n } else {\n res[p++] = (c >> 12) | 224;\n res[p++] = ((c >> 6) & 63) | 128;\n res[p++] = (c & 63) | 128;\n }\n }\n } else if (enc === 'hex') {\n msg = msg.replace(/[^a-z0-9]+/ig, '');\n if (msg.length % 2 !== 0)\n msg = '0' + msg;\n for (i = 0; i < msg.length; i += 2)\n res.push(parseInt(msg[i] + msg[i + 1], 16));\n }\n } else {\n for (i = 0; i < msg.length; i++)\n res[i] = msg[i] | 0;\n }\n return res;\n}\nexports.toArray = toArray;\n\nfunction toHex(msg) {\n var res = '';\n for (var i = 0; i < msg.length; i++)\n res += zero2(msg[i].toString(16));\n return res;\n}\nexports.toHex = toHex;\n\nfunction htonl(w) {\n var res = (w >>> 24) |\n ((w >>> 8) & 0xff00) |\n ((w << 8) & 0xff0000) |\n ((w & 0xff) << 24);\n return res >>> 0;\n}\nexports.htonl = htonl;\n\nfunction toHex32(msg, endian) {\n var res = '';\n for (var i = 0; i < msg.length; i++) {\n var w = msg[i];\n if (endian === 'little')\n w = htonl(w);\n res += zero8(w.toString(16));\n }\n return res;\n}\nexports.toHex32 = toHex32;\n\nfunction zero2(word) {\n if (word.length === 1)\n return '0' + word;\n else\n return word;\n}\nexports.zero2 = zero2;\n\nfunction zero8(word) {\n if (word.length === 7)\n return '0' + word;\n else if (word.length === 6)\n return '00' + word;\n else if (word.length === 5)\n return '000' + word;\n else if (word.length === 4)\n return '0000' + word;\n else if (word.length === 3)\n return '00000' + word;\n else if (word.length === 2)\n return '000000' + word;\n else if (word.length === 1)\n return '0000000' + word;\n else\n return word;\n}\nexports.zero8 = zero8;\n\nfunction join32(msg, start, end, endian) {\n var len = end - start;\n assert(len % 4 === 0);\n var res = new Array(len / 4);\n for (var i = 0, k = start; i < res.length; i++, k += 4) {\n var w;\n if (endian === 'big')\n w = (msg[k] << 24) | (msg[k + 1] << 16) | (msg[k + 2] << 8) | msg[k + 3];\n else\n w = (msg[k + 3] << 24) | (msg[k + 2] << 16) | (msg[k + 1] << 8) | msg[k];\n res[i] = w >>> 0;\n }\n return res;\n}\nexports.join32 = join32;\n\nfunction split32(msg, endian) {\n var res = new Array(msg.length * 4);\n for (var i = 0, k = 0; i < msg.length; i++, k += 4) {\n var m = msg[i];\n if (endian === 'big') {\n res[k] = m >>> 24;\n res[k + 1] = (m >>> 16) & 0xff;\n res[k + 2] = (m >>> 8) & 0xff;\n res[k + 3] = m & 0xff;\n } else {\n res[k + 3] = m >>> 24;\n res[k + 2] = (m >>> 16) & 0xff;\n res[k + 1] = (m >>> 8) & 0xff;\n res[k] = m & 0xff;\n }\n }\n return res;\n}\nexports.split32 = split32;\n\nfunction rotr32(w, b) {\n return (w >>> b) | (w << (32 - b));\n}\nexports.rotr32 = rotr32;\n\nfunction rotl32(w, b) {\n return (w << b) | (w >>> (32 - b));\n}\nexports.rotl32 = rotl32;\n\nfunction sum32(a, b) {\n return (a + b) >>> 0;\n}\nexports.sum32 = sum32;\n\nfunction sum32_3(a, b, c) {\n return (a + b + c) >>> 0;\n}\nexports.sum32_3 = sum32_3;\n\nfunction sum32_4(a, b, c, d) {\n return (a + b + c + d) >>> 0;\n}\nexports.sum32_4 = sum32_4;\n\nfunction sum32_5(a, b, c, d, e) {\n return (a + b + c + d + e) >>> 0;\n}\nexports.sum32_5 = sum32_5;\n\nfunction sum64(buf, pos, ah, al) {\n var bh = buf[pos];\n var bl = buf[pos + 1];\n\n var lo = (al + bl) >>> 0;\n var hi = (lo < al ? 1 : 0) + ah + bh;\n buf[pos] = hi >>> 0;\n buf[pos + 1] = lo;\n}\nexports.sum64 = sum64;\n\nfunction sum64_hi(ah, al, bh, bl) {\n var lo = (al + bl) >>> 0;\n var hi = (lo < al ? 1 : 0) + ah + bh;\n return hi >>> 0;\n}\nexports.sum64_hi = sum64_hi;\n\nfunction sum64_lo(ah, al, bh, bl) {\n var lo = al + bl;\n return lo >>> 0;\n}\nexports.sum64_lo = sum64_lo;\n\nfunction sum64_4_hi(ah, al, bh, bl, ch, cl, dh, dl) {\n var carry = 0;\n var lo = al;\n lo = (lo + bl) >>> 0;\n carry += lo < al ? 1 : 0;\n lo = (lo + cl) >>> 0;\n carry += lo < cl ? 1 : 0;\n lo = (lo + dl) >>> 0;\n carry += lo < dl ? 1 : 0;\n\n var hi = ah + bh + ch + dh + carry;\n return hi >>> 0;\n}\nexports.sum64_4_hi = sum64_4_hi;\n\nfunction sum64_4_lo(ah, al, bh, bl, ch, cl, dh, dl) {\n var lo = al + bl + cl + dl;\n return lo >>> 0;\n}\nexports.sum64_4_lo = sum64_4_lo;\n\nfunction sum64_5_hi(ah, al, bh, bl, ch, cl, dh, dl, eh, el) {\n var carry = 0;\n var lo = al;\n lo = (lo + bl) >>> 0;\n carry += lo < al ? 1 : 0;\n lo = (lo + cl) >>> 0;\n carry += lo < cl ? 1 : 0;\n lo = (lo + dl) >>> 0;\n carry += lo < dl ? 1 : 0;\n lo = (lo + el) >>> 0;\n carry += lo < el ? 1 : 0;\n\n var hi = ah + bh + ch + dh + eh + carry;\n return hi >>> 0;\n}\nexports.sum64_5_hi = sum64_5_hi;\n\nfunction sum64_5_lo(ah, al, bh, bl, ch, cl, dh, dl, eh, el) {\n var lo = al + bl + cl + dl + el;\n\n return lo >>> 0;\n}\nexports.sum64_5_lo = sum64_5_lo;\n\nfunction rotr64_hi(ah, al, num) {\n var r = (al << (32 - num)) | (ah >>> num);\n return r >>> 0;\n}\nexports.rotr64_hi = rotr64_hi;\n\nfunction rotr64_lo(ah, al, num) {\n var r = (ah << (32 - num)) | (al >>> num);\n return r >>> 0;\n}\nexports.rotr64_lo = rotr64_lo;\n\nfunction shr64_hi(ah, al, num) {\n return ah >>> num;\n}\nexports.shr64_hi = shr64_hi;\n\nfunction shr64_lo(ah, al, num) {\n var r = (ah << (32 - num)) | (al >>> num);\n return r >>> 0;\n}\nexports.shr64_lo = shr64_lo;\n","'use strict';\n\nvar utils = require('./utils');\nvar assert = require('minimalistic-assert');\n\nfunction BlockHash() {\n this.pending = null;\n this.pendingTotal = 0;\n this.blockSize = this.constructor.blockSize;\n this.outSize = this.constructor.outSize;\n this.hmacStrength = this.constructor.hmacStrength;\n this.padLength = this.constructor.padLength / 8;\n this.endian = 'big';\n\n this._delta8 = this.blockSize / 8;\n this._delta32 = this.blockSize / 32;\n}\nexports.BlockHash = BlockHash;\n\nBlockHash.prototype.update = function update(msg, enc) {\n // Convert message to array, pad it, and join into 32bit blocks\n msg = utils.toArray(msg, enc);\n if (!this.pending)\n this.pending = msg;\n else\n this.pending = this.pending.concat(msg);\n this.pendingTotal += msg.length;\n\n // Enough data, try updating\n if (this.pending.length >= this._delta8) {\n msg = this.pending;\n\n // Process pending data in blocks\n var r = msg.length % this._delta8;\n this.pending = msg.slice(msg.length - r, msg.length);\n if (this.pending.length === 0)\n this.pending = null;\n\n msg = utils.join32(msg, 0, msg.length - r, this.endian);\n for (var i = 0; i < msg.length; i += this._delta32)\n this._update(msg, i, i + this._delta32);\n }\n\n return this;\n};\n\nBlockHash.prototype.digest = function digest(enc) {\n this.update(this._pad());\n assert(this.pending === null);\n\n return this._digest(enc);\n};\n\nBlockHash.prototype._pad = function pad() {\n var len = this.pendingTotal;\n var bytes = this._delta8;\n var k = bytes - ((len + this.padLength) % bytes);\n var res = new Array(k + this.padLength);\n res[0] = 0x80;\n for (var i = 1; i < k; i++)\n res[i] = 0;\n\n // Append length\n len <<= 3;\n if (this.endian === 'big') {\n for (var t = 8; t < this.padLength; t++)\n res[i++] = 0;\n\n res[i++] = 0;\n res[i++] = 0;\n res[i++] = 0;\n res[i++] = 0;\n res[i++] = (len >>> 24) & 0xff;\n res[i++] = (len >>> 16) & 0xff;\n res[i++] = (len >>> 8) & 0xff;\n res[i++] = len & 0xff;\n } else {\n res[i++] = len & 0xff;\n res[i++] = (len >>> 8) & 0xff;\n res[i++] = (len >>> 16) & 0xff;\n res[i++] = (len >>> 24) & 0xff;\n res[i++] = 0;\n res[i++] = 0;\n res[i++] = 0;\n res[i++] = 0;\n\n for (t = 8; t < this.padLength; t++)\n res[i++] = 0;\n }\n\n return res;\n};\n","'use strict';\n\nvar utils = require('../utils');\nvar rotr32 = utils.rotr32;\n\nfunction ft_1(s, x, y, z) {\n if (s === 0)\n return ch32(x, y, z);\n if (s === 1 || s === 3)\n return p32(x, y, z);\n if (s === 2)\n return maj32(x, y, z);\n}\nexports.ft_1 = ft_1;\n\nfunction ch32(x, y, z) {\n return (x & y) ^ ((~x) & z);\n}\nexports.ch32 = ch32;\n\nfunction maj32(x, y, z) {\n return (x & y) ^ (x & z) ^ (y & z);\n}\nexports.maj32 = maj32;\n\nfunction p32(x, y, z) {\n return x ^ y ^ z;\n}\nexports.p32 = p32;\n\nfunction s0_256(x) {\n return rotr32(x, 2) ^ rotr32(x, 13) ^ rotr32(x, 22);\n}\nexports.s0_256 = s0_256;\n\nfunction s1_256(x) {\n return rotr32(x, 6) ^ rotr32(x, 11) ^ rotr32(x, 25);\n}\nexports.s1_256 = s1_256;\n\nfunction g0_256(x) {\n return rotr32(x, 7) ^ rotr32(x, 18) ^ (x >>> 3);\n}\nexports.g0_256 = g0_256;\n\nfunction g1_256(x) {\n return rotr32(x, 17) ^ rotr32(x, 19) ^ (x >>> 10);\n}\nexports.g1_256 = g1_256;\n","'use strict';\n\nvar utils = require('../utils');\nvar common = require('../common');\nvar shaCommon = require('./common');\n\nvar rotl32 = utils.rotl32;\nvar sum32 = utils.sum32;\nvar sum32_5 = utils.sum32_5;\nvar ft_1 = shaCommon.ft_1;\nvar BlockHash = common.BlockHash;\n\nvar sha1_K = [\n 0x5A827999, 0x6ED9EBA1,\n 0x8F1BBCDC, 0xCA62C1D6\n];\n\nfunction SHA1() {\n if (!(this instanceof SHA1))\n return new SHA1();\n\n BlockHash.call(this);\n this.h = [\n 0x67452301, 0xefcdab89, 0x98badcfe,\n 0x10325476, 0xc3d2e1f0 ];\n this.W = new Array(80);\n}\n\nutils.inherits(SHA1, BlockHash);\nmodule.exports = SHA1;\n\nSHA1.blockSize = 512;\nSHA1.outSize = 160;\nSHA1.hmacStrength = 80;\nSHA1.padLength = 64;\n\nSHA1.prototype._update = function _update(msg, start) {\n var W = this.W;\n\n for (var i = 0; i < 16; i++)\n W[i] = msg[start + i];\n\n for(; i < W.length; i++)\n W[i] = rotl32(W[i - 3] ^ W[i - 8] ^ W[i - 14] ^ W[i - 16], 1);\n\n var a = this.h[0];\n var b = this.h[1];\n var c = this.h[2];\n var d = this.h[3];\n var e = this.h[4];\n\n for (i = 0; i < W.length; i++) {\n var s = ~~(i / 20);\n var t = sum32_5(rotl32(a, 5), ft_1(s, b, c, d), e, W[i], sha1_K[s]);\n e = d;\n d = c;\n c = rotl32(b, 30);\n b = a;\n a = t;\n }\n\n this.h[0] = sum32(this.h[0], a);\n this.h[1] = sum32(this.h[1], b);\n this.h[2] = sum32(this.h[2], c);\n this.h[3] = sum32(this.h[3], d);\n this.h[4] = sum32(this.h[4], e);\n};\n\nSHA1.prototype._digest = function digest(enc) {\n if (enc === 'hex')\n return utils.toHex32(this.h, 'big');\n else\n return utils.split32(this.h, 'big');\n};\n","'use strict';\n\nvar utils = require('../utils');\nvar common = require('../common');\nvar shaCommon = require('./common');\nvar assert = require('minimalistic-assert');\n\nvar sum32 = utils.sum32;\nvar sum32_4 = utils.sum32_4;\nvar sum32_5 = utils.sum32_5;\nvar ch32 = shaCommon.ch32;\nvar maj32 = shaCommon.maj32;\nvar s0_256 = shaCommon.s0_256;\nvar s1_256 = shaCommon.s1_256;\nvar g0_256 = shaCommon.g0_256;\nvar g1_256 = shaCommon.g1_256;\n\nvar BlockHash = common.BlockHash;\n\nvar sha256_K = [\n 0x428a2f98, 0x71374491, 0xb5c0fbcf, 0xe9b5dba5,\n 0x3956c25b, 0x59f111f1, 0x923f82a4, 0xab1c5ed5,\n 0xd807aa98, 0x12835b01, 0x243185be, 0x550c7dc3,\n 0x72be5d74, 0x80deb1fe, 0x9bdc06a7, 0xc19bf174,\n 0xe49b69c1, 0xefbe4786, 0x0fc19dc6, 0x240ca1cc,\n 0x2de92c6f, 0x4a7484aa, 0x5cb0a9dc, 0x76f988da,\n 0x983e5152, 0xa831c66d, 0xb00327c8, 0xbf597fc7,\n 0xc6e00bf3, 0xd5a79147, 0x06ca6351, 0x14292967,\n 0x27b70a85, 0x2e1b2138, 0x4d2c6dfc, 0x53380d13,\n 0x650a7354, 0x766a0abb, 0x81c2c92e, 0x92722c85,\n 0xa2bfe8a1, 0xa81a664b, 0xc24b8b70, 0xc76c51a3,\n 0xd192e819, 0xd6990624, 0xf40e3585, 0x106aa070,\n 0x19a4c116, 0x1e376c08, 0x2748774c, 0x34b0bcb5,\n 0x391c0cb3, 0x4ed8aa4a, 0x5b9cca4f, 0x682e6ff3,\n 0x748f82ee, 0x78a5636f, 0x84c87814, 0x8cc70208,\n 0x90befffa, 0xa4506ceb, 0xbef9a3f7, 0xc67178f2\n];\n\nfunction SHA256() {\n if (!(this instanceof SHA256))\n return new SHA256();\n\n BlockHash.call(this);\n this.h = [\n 0x6a09e667, 0xbb67ae85, 0x3c6ef372, 0xa54ff53a,\n 0x510e527f, 0x9b05688c, 0x1f83d9ab, 0x5be0cd19\n ];\n this.k = sha256_K;\n this.W = new Array(64);\n}\nutils.inherits(SHA256, BlockHash);\nmodule.exports = SHA256;\n\nSHA256.blockSize = 512;\nSHA256.outSize = 256;\nSHA256.hmacStrength = 192;\nSHA256.padLength = 64;\n\nSHA256.prototype._update = function _update(msg, start) {\n var W = this.W;\n\n for (var i = 0; i < 16; i++)\n W[i] = msg[start + i];\n for (; i < W.length; i++)\n W[i] = sum32_4(g1_256(W[i - 2]), W[i - 7], g0_256(W[i - 15]), W[i - 16]);\n\n var a = this.h[0];\n var b = this.h[1];\n var c = this.h[2];\n var d = this.h[3];\n var e = this.h[4];\n var f = this.h[5];\n var g = this.h[6];\n var h = this.h[7];\n\n assert(this.k.length === W.length);\n for (i = 0; i < W.length; i++) {\n var T1 = sum32_5(h, s1_256(e), ch32(e, f, g), this.k[i], W[i]);\n var T2 = sum32(s0_256(a), maj32(a, b, c));\n h = g;\n g = f;\n f = e;\n e = sum32(d, T1);\n d = c;\n c = b;\n b = a;\n a = sum32(T1, T2);\n }\n\n this.h[0] = sum32(this.h[0], a);\n this.h[1] = sum32(this.h[1], b);\n this.h[2] = sum32(this.h[2], c);\n this.h[3] = sum32(this.h[3], d);\n this.h[4] = sum32(this.h[4], e);\n this.h[5] = sum32(this.h[5], f);\n this.h[6] = sum32(this.h[6], g);\n this.h[7] = sum32(this.h[7], h);\n};\n\nSHA256.prototype._digest = function digest(enc) {\n if (enc === 'hex')\n return utils.toHex32(this.h, 'big');\n else\n return utils.split32(this.h, 'big');\n};\n","'use strict';\n\nvar utils = require('../utils');\nvar SHA256 = require('./256');\n\nfunction SHA224() {\n if (!(this instanceof SHA224))\n return new SHA224();\n\n SHA256.call(this);\n this.h = [\n 0xc1059ed8, 0x367cd507, 0x3070dd17, 0xf70e5939,\n 0xffc00b31, 0x68581511, 0x64f98fa7, 0xbefa4fa4 ];\n}\nutils.inherits(SHA224, SHA256);\nmodule.exports = SHA224;\n\nSHA224.blockSize = 512;\nSHA224.outSize = 224;\nSHA224.hmacStrength = 192;\nSHA224.padLength = 64;\n\nSHA224.prototype._digest = function digest(enc) {\n // Just truncate output\n if (enc === 'hex')\n return utils.toHex32(this.h.slice(0, 7), 'big');\n else\n return utils.split32(this.h.slice(0, 7), 'big');\n};\n\n","'use strict';\n\nvar utils = require('../utils');\nvar common = require('../common');\nvar assert = require('minimalistic-assert');\n\nvar rotr64_hi = utils.rotr64_hi;\nvar rotr64_lo = utils.rotr64_lo;\nvar shr64_hi = utils.shr64_hi;\nvar shr64_lo = utils.shr64_lo;\nvar sum64 = utils.sum64;\nvar sum64_hi = utils.sum64_hi;\nvar sum64_lo = utils.sum64_lo;\nvar sum64_4_hi = utils.sum64_4_hi;\nvar sum64_4_lo = utils.sum64_4_lo;\nvar sum64_5_hi = utils.sum64_5_hi;\nvar sum64_5_lo = utils.sum64_5_lo;\n\nvar BlockHash = common.BlockHash;\n\nvar sha512_K = [\n 0x428a2f98, 0xd728ae22, 0x71374491, 0x23ef65cd,\n 0xb5c0fbcf, 0xec4d3b2f, 0xe9b5dba5, 0x8189dbbc,\n 0x3956c25b, 0xf348b538, 0x59f111f1, 0xb605d019,\n 0x923f82a4, 0xaf194f9b, 0xab1c5ed5, 0xda6d8118,\n 0xd807aa98, 0xa3030242, 0x12835b01, 0x45706fbe,\n 0x243185be, 0x4ee4b28c, 0x550c7dc3, 0xd5ffb4e2,\n 0x72be5d74, 0xf27b896f, 0x80deb1fe, 0x3b1696b1,\n 0x9bdc06a7, 0x25c71235, 0xc19bf174, 0xcf692694,\n 0xe49b69c1, 0x9ef14ad2, 0xefbe4786, 0x384f25e3,\n 0x0fc19dc6, 0x8b8cd5b5, 0x240ca1cc, 0x77ac9c65,\n 0x2de92c6f, 0x592b0275, 0x4a7484aa, 0x6ea6e483,\n 0x5cb0a9dc, 0xbd41fbd4, 0x76f988da, 0x831153b5,\n 0x983e5152, 0xee66dfab, 0xa831c66d, 0x2db43210,\n 0xb00327c8, 0x98fb213f, 0xbf597fc7, 0xbeef0ee4,\n 0xc6e00bf3, 0x3da88fc2, 0xd5a79147, 0x930aa725,\n 0x06ca6351, 0xe003826f, 0x14292967, 0x0a0e6e70,\n 0x27b70a85, 0x46d22ffc, 0x2e1b2138, 0x5c26c926,\n 0x4d2c6dfc, 0x5ac42aed, 0x53380d13, 0x9d95b3df,\n 0x650a7354, 0x8baf63de, 0x766a0abb, 0x3c77b2a8,\n 0x81c2c92e, 0x47edaee6, 0x92722c85, 0x1482353b,\n 0xa2bfe8a1, 0x4cf10364, 0xa81a664b, 0xbc423001,\n 0xc24b8b70, 0xd0f89791, 0xc76c51a3, 0x0654be30,\n 0xd192e819, 0xd6ef5218, 0xd6990624, 0x5565a910,\n 0xf40e3585, 0x5771202a, 0x106aa070, 0x32bbd1b8,\n 0x19a4c116, 0xb8d2d0c8, 0x1e376c08, 0x5141ab53,\n 0x2748774c, 0xdf8eeb99, 0x34b0bcb5, 0xe19b48a8,\n 0x391c0cb3, 0xc5c95a63, 0x4ed8aa4a, 0xe3418acb,\n 0x5b9cca4f, 0x7763e373, 0x682e6ff3, 0xd6b2b8a3,\n 0x748f82ee, 0x5defb2fc, 0x78a5636f, 0x43172f60,\n 0x84c87814, 0xa1f0ab72, 0x8cc70208, 0x1a6439ec,\n 0x90befffa, 0x23631e28, 0xa4506ceb, 0xde82bde9,\n 0xbef9a3f7, 0xb2c67915, 0xc67178f2, 0xe372532b,\n 0xca273ece, 0xea26619c, 0xd186b8c7, 0x21c0c207,\n 0xeada7dd6, 0xcde0eb1e, 0xf57d4f7f, 0xee6ed178,\n 0x06f067aa, 0x72176fba, 0x0a637dc5, 0xa2c898a6,\n 0x113f9804, 0xbef90dae, 0x1b710b35, 0x131c471b,\n 0x28db77f5, 0x23047d84, 0x32caab7b, 0x40c72493,\n 0x3c9ebe0a, 0x15c9bebc, 0x431d67c4, 0x9c100d4c,\n 0x4cc5d4be, 0xcb3e42b6, 0x597f299c, 0xfc657e2a,\n 0x5fcb6fab, 0x3ad6faec, 0x6c44198c, 0x4a475817\n];\n\nfunction SHA512() {\n if (!(this instanceof SHA512))\n return new SHA512();\n\n BlockHash.call(this);\n this.h = [\n 0x6a09e667, 0xf3bcc908,\n 0xbb67ae85, 0x84caa73b,\n 0x3c6ef372, 0xfe94f82b,\n 0xa54ff53a, 0x5f1d36f1,\n 0x510e527f, 0xade682d1,\n 0x9b05688c, 0x2b3e6c1f,\n 0x1f83d9ab, 0xfb41bd6b,\n 0x5be0cd19, 0x137e2179 ];\n this.k = sha512_K;\n this.W = new Array(160);\n}\nutils.inherits(SHA512, BlockHash);\nmodule.exports = SHA512;\n\nSHA512.blockSize = 1024;\nSHA512.outSize = 512;\nSHA512.hmacStrength = 192;\nSHA512.padLength = 128;\n\nSHA512.prototype._prepareBlock = function _prepareBlock(msg, start) {\n var W = this.W;\n\n // 32 x 32bit words\n for (var i = 0; i < 32; i++)\n W[i] = msg[start + i];\n for (; i < W.length; i += 2) {\n var c0_hi = g1_512_hi(W[i - 4], W[i - 3]); // i - 2\n var c0_lo = g1_512_lo(W[i - 4], W[i - 3]);\n var c1_hi = W[i - 14]; // i - 7\n var c1_lo = W[i - 13];\n var c2_hi = g0_512_hi(W[i - 30], W[i - 29]); // i - 15\n var c2_lo = g0_512_lo(W[i - 30], W[i - 29]);\n var c3_hi = W[i - 32]; // i - 16\n var c3_lo = W[i - 31];\n\n W[i] = sum64_4_hi(\n c0_hi, c0_lo,\n c1_hi, c1_lo,\n c2_hi, c2_lo,\n c3_hi, c3_lo);\n W[i + 1] = sum64_4_lo(\n c0_hi, c0_lo,\n c1_hi, c1_lo,\n c2_hi, c2_lo,\n c3_hi, c3_lo);\n }\n};\n\nSHA512.prototype._update = function _update(msg, start) {\n this._prepareBlock(msg, start);\n\n var W = this.W;\n\n var ah = this.h[0];\n var al = this.h[1];\n var bh = this.h[2];\n var bl = this.h[3];\n var ch = this.h[4];\n var cl = this.h[5];\n var dh = this.h[6];\n var dl = this.h[7];\n var eh = this.h[8];\n var el = this.h[9];\n var fh = this.h[10];\n var fl = this.h[11];\n var gh = this.h[12];\n var gl = this.h[13];\n var hh = this.h[14];\n var hl = this.h[15];\n\n assert(this.k.length === W.length);\n for (var i = 0; i < W.length; i += 2) {\n var c0_hi = hh;\n var c0_lo = hl;\n var c1_hi = s1_512_hi(eh, el);\n var c1_lo = s1_512_lo(eh, el);\n var c2_hi = ch64_hi(eh, el, fh, fl, gh, gl);\n var c2_lo = ch64_lo(eh, el, fh, fl, gh, gl);\n var c3_hi = this.k[i];\n var c3_lo = this.k[i + 1];\n var c4_hi = W[i];\n var c4_lo = W[i + 1];\n\n var T1_hi = sum64_5_hi(\n c0_hi, c0_lo,\n c1_hi, c1_lo,\n c2_hi, c2_lo,\n c3_hi, c3_lo,\n c4_hi, c4_lo);\n var T1_lo = sum64_5_lo(\n c0_hi, c0_lo,\n c1_hi, c1_lo,\n c2_hi, c2_lo,\n c3_hi, c3_lo,\n c4_hi, c4_lo);\n\n c0_hi = s0_512_hi(ah, al);\n c0_lo = s0_512_lo(ah, al);\n c1_hi = maj64_hi(ah, al, bh, bl, ch, cl);\n c1_lo = maj64_lo(ah, al, bh, bl, ch, cl);\n\n var T2_hi = sum64_hi(c0_hi, c0_lo, c1_hi, c1_lo);\n var T2_lo = sum64_lo(c0_hi, c0_lo, c1_hi, c1_lo);\n\n hh = gh;\n hl = gl;\n\n gh = fh;\n gl = fl;\n\n fh = eh;\n fl = el;\n\n eh = sum64_hi(dh, dl, T1_hi, T1_lo);\n el = sum64_lo(dl, dl, T1_hi, T1_lo);\n\n dh = ch;\n dl = cl;\n\n ch = bh;\n cl = bl;\n\n bh = ah;\n bl = al;\n\n ah = sum64_hi(T1_hi, T1_lo, T2_hi, T2_lo);\n al = sum64_lo(T1_hi, T1_lo, T2_hi, T2_lo);\n }\n\n sum64(this.h, 0, ah, al);\n sum64(this.h, 2, bh, bl);\n sum64(this.h, 4, ch, cl);\n sum64(this.h, 6, dh, dl);\n sum64(this.h, 8, eh, el);\n sum64(this.h, 10, fh, fl);\n sum64(this.h, 12, gh, gl);\n sum64(this.h, 14, hh, hl);\n};\n\nSHA512.prototype._digest = function digest(enc) {\n if (enc === 'hex')\n return utils.toHex32(this.h, 'big');\n else\n return utils.split32(this.h, 'big');\n};\n\nfunction ch64_hi(xh, xl, yh, yl, zh) {\n var r = (xh & yh) ^ ((~xh) & zh);\n if (r < 0)\n r += 0x100000000;\n return r;\n}\n\nfunction ch64_lo(xh, xl, yh, yl, zh, zl) {\n var r = (xl & yl) ^ ((~xl) & zl);\n if (r < 0)\n r += 0x100000000;\n return r;\n}\n\nfunction maj64_hi(xh, xl, yh, yl, zh) {\n var r = (xh & yh) ^ (xh & zh) ^ (yh & zh);\n if (r < 0)\n r += 0x100000000;\n return r;\n}\n\nfunction maj64_lo(xh, xl, yh, yl, zh, zl) {\n var r = (xl & yl) ^ (xl & zl) ^ (yl & zl);\n if (r < 0)\n r += 0x100000000;\n return r;\n}\n\nfunction s0_512_hi(xh, xl) {\n var c0_hi = rotr64_hi(xh, xl, 28);\n var c1_hi = rotr64_hi(xl, xh, 2); // 34\n var c2_hi = rotr64_hi(xl, xh, 7); // 39\n\n var r = c0_hi ^ c1_hi ^ c2_hi;\n if (r < 0)\n r += 0x100000000;\n return r;\n}\n\nfunction s0_512_lo(xh, xl) {\n var c0_lo = rotr64_lo(xh, xl, 28);\n var c1_lo = rotr64_lo(xl, xh, 2); // 34\n var c2_lo = rotr64_lo(xl, xh, 7); // 39\n\n var r = c0_lo ^ c1_lo ^ c2_lo;\n if (r < 0)\n r += 0x100000000;\n return r;\n}\n\nfunction s1_512_hi(xh, xl) {\n var c0_hi = rotr64_hi(xh, xl, 14);\n var c1_hi = rotr64_hi(xh, xl, 18);\n var c2_hi = rotr64_hi(xl, xh, 9); // 41\n\n var r = c0_hi ^ c1_hi ^ c2_hi;\n if (r < 0)\n r += 0x100000000;\n return r;\n}\n\nfunction s1_512_lo(xh, xl) {\n var c0_lo = rotr64_lo(xh, xl, 14);\n var c1_lo = rotr64_lo(xh, xl, 18);\n var c2_lo = rotr64_lo(xl, xh, 9); // 41\n\n var r = c0_lo ^ c1_lo ^ c2_lo;\n if (r < 0)\n r += 0x100000000;\n return r;\n}\n\nfunction g0_512_hi(xh, xl) {\n var c0_hi = rotr64_hi(xh, xl, 1);\n var c1_hi = rotr64_hi(xh, xl, 8);\n var c2_hi = shr64_hi(xh, xl, 7);\n\n var r = c0_hi ^ c1_hi ^ c2_hi;\n if (r < 0)\n r += 0x100000000;\n return r;\n}\n\nfunction g0_512_lo(xh, xl) {\n var c0_lo = rotr64_lo(xh, xl, 1);\n var c1_lo = rotr64_lo(xh, xl, 8);\n var c2_lo = shr64_lo(xh, xl, 7);\n\n var r = c0_lo ^ c1_lo ^ c2_lo;\n if (r < 0)\n r += 0x100000000;\n return r;\n}\n\nfunction g1_512_hi(xh, xl) {\n var c0_hi = rotr64_hi(xh, xl, 19);\n var c1_hi = rotr64_hi(xl, xh, 29); // 61\n var c2_hi = shr64_hi(xh, xl, 6);\n\n var r = c0_hi ^ c1_hi ^ c2_hi;\n if (r < 0)\n r += 0x100000000;\n return r;\n}\n\nfunction g1_512_lo(xh, xl) {\n var c0_lo = rotr64_lo(xh, xl, 19);\n var c1_lo = rotr64_lo(xl, xh, 29); // 61\n var c2_lo = shr64_lo(xh, xl, 6);\n\n var r = c0_lo ^ c1_lo ^ c2_lo;\n if (r < 0)\n r += 0x100000000;\n return r;\n}\n","'use strict';\n\nvar utils = require('../utils');\n\nvar SHA512 = require('./512');\n\nfunction SHA384() {\n if (!(this instanceof SHA384))\n return new SHA384();\n\n SHA512.call(this);\n this.h = [\n 0xcbbb9d5d, 0xc1059ed8,\n 0x629a292a, 0x367cd507,\n 0x9159015a, 0x3070dd17,\n 0x152fecd8, 0xf70e5939,\n 0x67332667, 0xffc00b31,\n 0x8eb44a87, 0x68581511,\n 0xdb0c2e0d, 0x64f98fa7,\n 0x47b5481d, 0xbefa4fa4 ];\n}\nutils.inherits(SHA384, SHA512);\nmodule.exports = SHA384;\n\nSHA384.blockSize = 1024;\nSHA384.outSize = 384;\nSHA384.hmacStrength = 192;\nSHA384.padLength = 128;\n\nSHA384.prototype._digest = function digest(enc) {\n if (enc === 'hex')\n return utils.toHex32(this.h.slice(0, 12), 'big');\n else\n return utils.split32(this.h.slice(0, 12), 'big');\n};\n","'use strict';\n\nexports.sha1 = require('./sha/1');\nexports.sha224 = require('./sha/224');\nexports.sha256 = require('./sha/256');\nexports.sha384 = require('./sha/384');\nexports.sha512 = require('./sha/512');\n","'use strict';\n\nvar utils = require('./utils');\nvar common = require('./common');\n\nvar rotl32 = utils.rotl32;\nvar sum32 = utils.sum32;\nvar sum32_3 = utils.sum32_3;\nvar sum32_4 = utils.sum32_4;\nvar BlockHash = common.BlockHash;\n\nfunction RIPEMD160() {\n if (!(this instanceof RIPEMD160))\n return new RIPEMD160();\n\n BlockHash.call(this);\n\n this.h = [ 0x67452301, 0xefcdab89, 0x98badcfe, 0x10325476, 0xc3d2e1f0 ];\n this.endian = 'little';\n}\nutils.inherits(RIPEMD160, BlockHash);\nexports.ripemd160 = RIPEMD160;\n\nRIPEMD160.blockSize = 512;\nRIPEMD160.outSize = 160;\nRIPEMD160.hmacStrength = 192;\nRIPEMD160.padLength = 64;\n\nRIPEMD160.prototype._update = function update(msg, start) {\n var A = this.h[0];\n var B = this.h[1];\n var C = this.h[2];\n var D = this.h[3];\n var E = this.h[4];\n var Ah = A;\n var Bh = B;\n var Ch = C;\n var Dh = D;\n var Eh = E;\n for (var j = 0; j < 80; j++) {\n var T = sum32(\n rotl32(\n sum32_4(A, f(j, B, C, D), msg[r[j] + start], K(j)),\n s[j]),\n E);\n A = E;\n E = D;\n D = rotl32(C, 10);\n C = B;\n B = T;\n T = sum32(\n rotl32(\n sum32_4(Ah, f(79 - j, Bh, Ch, Dh), msg[rh[j] + start], Kh(j)),\n sh[j]),\n Eh);\n Ah = Eh;\n Eh = Dh;\n Dh = rotl32(Ch, 10);\n Ch = Bh;\n Bh = T;\n }\n T = sum32_3(this.h[1], C, Dh);\n this.h[1] = sum32_3(this.h[2], D, Eh);\n this.h[2] = sum32_3(this.h[3], E, Ah);\n this.h[3] = sum32_3(this.h[4], A, Bh);\n this.h[4] = sum32_3(this.h[0], B, Ch);\n this.h[0] = T;\n};\n\nRIPEMD160.prototype._digest = function digest(enc) {\n if (enc === 'hex')\n return utils.toHex32(this.h, 'little');\n else\n return utils.split32(this.h, 'little');\n};\n\nfunction f(j, x, y, z) {\n if (j <= 15)\n return x ^ y ^ z;\n else if (j <= 31)\n return (x & y) | ((~x) & z);\n else if (j <= 47)\n return (x | (~y)) ^ z;\n else if (j <= 63)\n return (x & z) | (y & (~z));\n else\n return x ^ (y | (~z));\n}\n\nfunction K(j) {\n if (j <= 15)\n return 0x00000000;\n else if (j <= 31)\n return 0x5a827999;\n else if (j <= 47)\n return 0x6ed9eba1;\n else if (j <= 63)\n return 0x8f1bbcdc;\n else\n return 0xa953fd4e;\n}\n\nfunction Kh(j) {\n if (j <= 15)\n return 0x50a28be6;\n else if (j <= 31)\n return 0x5c4dd124;\n else if (j <= 47)\n return 0x6d703ef3;\n else if (j <= 63)\n return 0x7a6d76e9;\n else\n return 0x00000000;\n}\n\nvar r = [\n 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15,\n 7, 4, 13, 1, 10, 6, 15, 3, 12, 0, 9, 5, 2, 14, 11, 8,\n 3, 10, 14, 4, 9, 15, 8, 1, 2, 7, 0, 6, 13, 11, 5, 12,\n 1, 9, 11, 10, 0, 8, 12, 4, 13, 3, 7, 15, 14, 5, 6, 2,\n 4, 0, 5, 9, 7, 12, 2, 10, 14, 1, 3, 8, 11, 6, 15, 13\n];\n\nvar rh = [\n 5, 14, 7, 0, 9, 2, 11, 4, 13, 6, 15, 8, 1, 10, 3, 12,\n 6, 11, 3, 7, 0, 13, 5, 10, 14, 15, 8, 12, 4, 9, 1, 2,\n 15, 5, 1, 3, 7, 14, 6, 9, 11, 8, 12, 2, 10, 0, 4, 13,\n 8, 6, 4, 1, 3, 11, 15, 0, 5, 12, 2, 13, 9, 7, 10, 14,\n 12, 15, 10, 4, 1, 5, 8, 7, 6, 2, 13, 14, 0, 3, 9, 11\n];\n\nvar s = [\n 11, 14, 15, 12, 5, 8, 7, 9, 11, 13, 14, 15, 6, 7, 9, 8,\n 7, 6, 8, 13, 11, 9, 7, 15, 7, 12, 15, 9, 11, 7, 13, 12,\n 11, 13, 6, 7, 14, 9, 13, 15, 14, 8, 13, 6, 5, 12, 7, 5,\n 11, 12, 14, 15, 14, 15, 9, 8, 9, 14, 5, 6, 8, 6, 5, 12,\n 9, 15, 5, 11, 6, 8, 13, 12, 5, 12, 13, 14, 11, 8, 5, 6\n];\n\nvar sh = [\n 8, 9, 9, 11, 13, 15, 15, 5, 7, 7, 8, 11, 14, 14, 12, 6,\n 9, 13, 15, 7, 12, 8, 9, 11, 7, 7, 12, 7, 6, 15, 13, 11,\n 9, 7, 15, 11, 8, 6, 6, 14, 12, 13, 5, 14, 13, 13, 7, 5,\n 15, 5, 8, 11, 14, 14, 6, 14, 6, 9, 12, 9, 12, 5, 15, 8,\n 8, 5, 12, 9, 12, 5, 14, 6, 8, 13, 6, 5, 15, 13, 11, 11\n];\n","'use strict';\n\nvar utils = require('./utils');\nvar assert = require('minimalistic-assert');\n\nfunction Hmac(hash, key, enc) {\n if (!(this instanceof Hmac))\n return new Hmac(hash, key, enc);\n this.Hash = hash;\n this.blockSize = hash.blockSize / 8;\n this.outSize = hash.outSize / 8;\n this.inner = null;\n this.outer = null;\n\n this._init(utils.toArray(key, enc));\n}\nmodule.exports = Hmac;\n\nHmac.prototype._init = function init(key) {\n // Shorten key, if needed\n if (key.length > this.blockSize)\n key = new this.Hash().update(key).digest();\n assert(key.length <= this.blockSize);\n\n // Add padding to key\n for (var i = key.length; i < this.blockSize; i++)\n key.push(0);\n\n for (i = 0; i < key.length; i++)\n key[i] ^= 0x36;\n this.inner = new this.Hash().update(key);\n\n // 0x36 ^ 0x5c = 0x6a\n for (i = 0; i < key.length; i++)\n key[i] ^= 0x6a;\n this.outer = new this.Hash().update(key);\n};\n\nHmac.prototype.update = function update(msg, enc) {\n this.inner.update(msg, enc);\n return this;\n};\n\nHmac.prototype.digest = function digest(enc) {\n this.outer.update(this.inner.digest());\n return this.outer.digest(enc);\n};\n","var hash = exports;\n\nhash.utils = require('./hash/utils');\nhash.common = require('./hash/common');\nhash.sha = require('./hash/sha');\nhash.ripemd = require('./hash/ripemd');\nhash.hmac = require('./hash/hmac');\n\n// Proxy hash functions to the main object\nhash.sha1 = hash.sha.sha1;\nhash.sha256 = hash.sha.sha256;\nhash.sha224 = hash.sha.sha224;\nhash.sha384 = hash.sha.sha384;\nhash.sha512 = hash.sha.sha512;\nhash.ripemd160 = hash.ripemd.ripemd160;\n","module.exports = {\n doubles: {\n step: 4,\n points: [\n [\n 'e60fce93b59e9ec53011aabc21c23e97b2a31369b87a5ae9c44ee89e2a6dec0a',\n 'f7e3507399e595929db99f34f57937101296891e44d23f0be1f32cce69616821'\n ],\n [\n '8282263212c609d9ea2a6e3e172de238d8c39cabd5ac1ca10646e23fd5f51508',\n '11f8a8098557dfe45e8256e830b60ace62d613ac2f7b17bed31b6eaff6e26caf'\n ],\n [\n '175e159f728b865a72f99cc6c6fc846de0b93833fd2222ed73fce5b551e5b739',\n 'd3506e0d9e3c79eba4ef97a51ff71f5eacb5955add24345c6efa6ffee9fed695'\n ],\n [\n '363d90d447b00c9c99ceac05b6262ee053441c7e55552ffe526bad8f83ff4640',\n '4e273adfc732221953b445397f3363145b9a89008199ecb62003c7f3bee9de9'\n ],\n [\n '8b4b5f165df3c2be8c6244b5b745638843e4a781a15bcd1b69f79a55dffdf80c',\n '4aad0a6f68d308b4b3fbd7813ab0da04f9e336546162ee56b3eff0c65fd4fd36'\n ],\n [\n '723cbaa6e5db996d6bf771c00bd548c7b700dbffa6c0e77bcb6115925232fcda',\n '96e867b5595cc498a921137488824d6e2660a0653779494801dc069d9eb39f5f'\n ],\n [\n 'eebfa4d493bebf98ba5feec812c2d3b50947961237a919839a533eca0e7dd7fa',\n '5d9a8ca3970ef0f269ee7edaf178089d9ae4cdc3a711f712ddfd4fdae1de8999'\n ],\n [\n '100f44da696e71672791d0a09b7bde459f1215a29b3c03bfefd7835b39a48db0',\n 'cdd9e13192a00b772ec8f3300c090666b7ff4a18ff5195ac0fbd5cd62bc65a09'\n ],\n [\n 'e1031be262c7ed1b1dc9227a4a04c017a77f8d4464f3b3852c8acde6e534fd2d',\n '9d7061928940405e6bb6a4176597535af292dd419e1ced79a44f18f29456a00d'\n ],\n [\n 'feea6cae46d55b530ac2839f143bd7ec5cf8b266a41d6af52d5e688d9094696d',\n 'e57c6b6c97dce1bab06e4e12bf3ecd5c981c8957cc41442d3155debf18090088'\n ],\n [\n 'da67a91d91049cdcb367be4be6ffca3cfeed657d808583de33fa978bc1ec6cb1',\n '9bacaa35481642bc41f463f7ec9780e5dec7adc508f740a17e9ea8e27a68be1d'\n ],\n [\n '53904faa0b334cdda6e000935ef22151ec08d0f7bb11069f57545ccc1a37b7c0',\n '5bc087d0bc80106d88c9eccac20d3c1c13999981e14434699dcb096b022771c8'\n ],\n [\n '8e7bcd0bd35983a7719cca7764ca906779b53a043a9b8bcaeff959f43ad86047',\n '10b7770b2a3da4b3940310420ca9514579e88e2e47fd68b3ea10047e8460372a'\n ],\n [\n '385eed34c1cdff21e6d0818689b81bde71a7f4f18397e6690a841e1599c43862',\n '283bebc3e8ea23f56701de19e9ebf4576b304eec2086dc8cc0458fe5542e5453'\n ],\n [\n '6f9d9b803ecf191637c73a4413dfa180fddf84a5947fbc9c606ed86c3fac3a7',\n '7c80c68e603059ba69b8e2a30e45c4d47ea4dd2f5c281002d86890603a842160'\n ],\n [\n '3322d401243c4e2582a2147c104d6ecbf774d163db0f5e5313b7e0e742d0e6bd',\n '56e70797e9664ef5bfb019bc4ddaf9b72805f63ea2873af624f3a2e96c28b2a0'\n ],\n [\n '85672c7d2de0b7da2bd1770d89665868741b3f9af7643397721d74d28134ab83',\n '7c481b9b5b43b2eb6374049bfa62c2e5e77f17fcc5298f44c8e3094f790313a6'\n ],\n [\n '948bf809b1988a46b06c9f1919413b10f9226c60f668832ffd959af60c82a0a',\n '53a562856dcb6646dc6b74c5d1c3418c6d4dff08c97cd2bed4cb7f88d8c8e589'\n ],\n [\n '6260ce7f461801c34f067ce0f02873a8f1b0e44dfc69752accecd819f38fd8e8',\n 'bc2da82b6fa5b571a7f09049776a1ef7ecd292238051c198c1a84e95b2b4ae17'\n ],\n [\n 'e5037de0afc1d8d43d8348414bbf4103043ec8f575bfdc432953cc8d2037fa2d',\n '4571534baa94d3b5f9f98d09fb990bddbd5f5b03ec481f10e0e5dc841d755bda'\n ],\n [\n 'e06372b0f4a207adf5ea905e8f1771b4e7e8dbd1c6a6c5b725866a0ae4fce725',\n '7a908974bce18cfe12a27bb2ad5a488cd7484a7787104870b27034f94eee31dd'\n ],\n [\n '213c7a715cd5d45358d0bbf9dc0ce02204b10bdde2a3f58540ad6908d0559754',\n '4b6dad0b5ae462507013ad06245ba190bb4850f5f36a7eeddff2c27534b458f2'\n ],\n [\n '4e7c272a7af4b34e8dbb9352a5419a87e2838c70adc62cddf0cc3a3b08fbd53c',\n '17749c766c9d0b18e16fd09f6def681b530b9614bff7dd33e0b3941817dcaae6'\n ],\n [\n 'fea74e3dbe778b1b10f238ad61686aa5c76e3db2be43057632427e2840fb27b6',\n '6e0568db9b0b13297cf674deccb6af93126b596b973f7b77701d3db7f23cb96f'\n ],\n [\n '76e64113f677cf0e10a2570d599968d31544e179b760432952c02a4417bdde39',\n 'c90ddf8dee4e95cf577066d70681f0d35e2a33d2b56d2032b4b1752d1901ac01'\n ],\n [\n 'c738c56b03b2abe1e8281baa743f8f9a8f7cc643df26cbee3ab150242bcbb891',\n '893fb578951ad2537f718f2eacbfbbbb82314eef7880cfe917e735d9699a84c3'\n ],\n [\n 'd895626548b65b81e264c7637c972877d1d72e5f3a925014372e9f6588f6c14b',\n 'febfaa38f2bc7eae728ec60818c340eb03428d632bb067e179363ed75d7d991f'\n ],\n [\n 'b8da94032a957518eb0f6433571e8761ceffc73693e84edd49150a564f676e03',\n '2804dfa44805a1e4d7c99cc9762808b092cc584d95ff3b511488e4e74efdf6e7'\n ],\n [\n 'e80fea14441fb33a7d8adab9475d7fab2019effb5156a792f1a11778e3c0df5d',\n 'eed1de7f638e00771e89768ca3ca94472d155e80af322ea9fcb4291b6ac9ec78'\n ],\n [\n 'a301697bdfcd704313ba48e51d567543f2a182031efd6915ddc07bbcc4e16070',\n '7370f91cfb67e4f5081809fa25d40f9b1735dbf7c0a11a130c0d1a041e177ea1'\n ],\n [\n '90ad85b389d6b936463f9d0512678de208cc330b11307fffab7ac63e3fb04ed4',\n 'e507a3620a38261affdcbd9427222b839aefabe1582894d991d4d48cb6ef150'\n ],\n [\n '8f68b9d2f63b5f339239c1ad981f162ee88c5678723ea3351b7b444c9ec4c0da',\n '662a9f2dba063986de1d90c2b6be215dbbea2cfe95510bfdf23cbf79501fff82'\n ],\n [\n 'e4f3fb0176af85d65ff99ff9198c36091f48e86503681e3e6686fd5053231e11',\n '1e63633ad0ef4f1c1661a6d0ea02b7286cc7e74ec951d1c9822c38576feb73bc'\n ],\n [\n '8c00fa9b18ebf331eb961537a45a4266c7034f2f0d4e1d0716fb6eae20eae29e',\n 'efa47267fea521a1a9dc343a3736c974c2fadafa81e36c54e7d2a4c66702414b'\n ],\n [\n 'e7a26ce69dd4829f3e10cec0a9e98ed3143d084f308b92c0997fddfc60cb3e41',\n '2a758e300fa7984b471b006a1aafbb18d0a6b2c0420e83e20e8a9421cf2cfd51'\n ],\n [\n 'b6459e0ee3662ec8d23540c223bcbdc571cbcb967d79424f3cf29eb3de6b80ef',\n '67c876d06f3e06de1dadf16e5661db3c4b3ae6d48e35b2ff30bf0b61a71ba45'\n ],\n [\n 'd68a80c8280bb840793234aa118f06231d6f1fc67e73c5a5deda0f5b496943e8',\n 'db8ba9fff4b586d00c4b1f9177b0e28b5b0e7b8f7845295a294c84266b133120'\n ],\n [\n '324aed7df65c804252dc0270907a30b09612aeb973449cea4095980fc28d3d5d',\n '648a365774b61f2ff130c0c35aec1f4f19213b0c7e332843967224af96ab7c84'\n ],\n [\n '4df9c14919cde61f6d51dfdbe5fee5dceec4143ba8d1ca888e8bd373fd054c96',\n '35ec51092d8728050974c23a1d85d4b5d506cdc288490192ebac06cad10d5d'\n ],\n [\n '9c3919a84a474870faed8a9c1cc66021523489054d7f0308cbfc99c8ac1f98cd',\n 'ddb84f0f4a4ddd57584f044bf260e641905326f76c64c8e6be7e5e03d4fc599d'\n ],\n [\n '6057170b1dd12fdf8de05f281d8e06bb91e1493a8b91d4cc5a21382120a959e5',\n '9a1af0b26a6a4807add9a2daf71df262465152bc3ee24c65e899be932385a2a8'\n ],\n [\n 'a576df8e23a08411421439a4518da31880cef0fba7d4df12b1a6973eecb94266',\n '40a6bf20e76640b2c92b97afe58cd82c432e10a7f514d9f3ee8be11ae1b28ec8'\n ],\n [\n '7778a78c28dec3e30a05fe9629de8c38bb30d1f5cf9a3a208f763889be58ad71',\n '34626d9ab5a5b22ff7098e12f2ff580087b38411ff24ac563b513fc1fd9f43ac'\n ],\n [\n '928955ee637a84463729fd30e7afd2ed5f96274e5ad7e5cb09eda9c06d903ac',\n 'c25621003d3f42a827b78a13093a95eeac3d26efa8a8d83fc5180e935bcd091f'\n ],\n [\n '85d0fef3ec6db109399064f3a0e3b2855645b4a907ad354527aae75163d82751',\n '1f03648413a38c0be29d496e582cf5663e8751e96877331582c237a24eb1f962'\n ],\n [\n 'ff2b0dce97eece97c1c9b6041798b85dfdfb6d8882da20308f5404824526087e',\n '493d13fef524ba188af4c4dc54d07936c7b7ed6fb90e2ceb2c951e01f0c29907'\n ],\n [\n '827fbbe4b1e880ea9ed2b2e6301b212b57f1ee148cd6dd28780e5e2cf856e241',\n 'c60f9c923c727b0b71bef2c67d1d12687ff7a63186903166d605b68baec293ec'\n ],\n [\n 'eaa649f21f51bdbae7be4ae34ce6e5217a58fdce7f47f9aa7f3b58fa2120e2b3',\n 'be3279ed5bbbb03ac69a80f89879aa5a01a6b965f13f7e59d47a5305ba5ad93d'\n ],\n [\n 'e4a42d43c5cf169d9391df6decf42ee541b6d8f0c9a137401e23632dda34d24f',\n '4d9f92e716d1c73526fc99ccfb8ad34ce886eedfa8d8e4f13a7f7131deba9414'\n ],\n [\n '1ec80fef360cbdd954160fadab352b6b92b53576a88fea4947173b9d4300bf19',\n 'aeefe93756b5340d2f3a4958a7abbf5e0146e77f6295a07b671cdc1cc107cefd'\n ],\n [\n '146a778c04670c2f91b00af4680dfa8bce3490717d58ba889ddb5928366642be',\n 'b318e0ec3354028add669827f9d4b2870aaa971d2f7e5ed1d0b297483d83efd0'\n ],\n [\n 'fa50c0f61d22e5f07e3acebb1aa07b128d0012209a28b9776d76a8793180eef9',\n '6b84c6922397eba9b72cd2872281a68a5e683293a57a213b38cd8d7d3f4f2811'\n ],\n [\n 'da1d61d0ca721a11b1a5bf6b7d88e8421a288ab5d5bba5220e53d32b5f067ec2',\n '8157f55a7c99306c79c0766161c91e2966a73899d279b48a655fba0f1ad836f1'\n ],\n [\n 'a8e282ff0c9706907215ff98e8fd416615311de0446f1e062a73b0610d064e13',\n '7f97355b8db81c09abfb7f3c5b2515888b679a3e50dd6bd6cef7c73111f4cc0c'\n ],\n [\n '174a53b9c9a285872d39e56e6913cab15d59b1fa512508c022f382de8319497c',\n 'ccc9dc37abfc9c1657b4155f2c47f9e6646b3a1d8cb9854383da13ac079afa73'\n ],\n [\n '959396981943785c3d3e57edf5018cdbe039e730e4918b3d884fdff09475b7ba',\n '2e7e552888c331dd8ba0386a4b9cd6849c653f64c8709385e9b8abf87524f2fd'\n ],\n [\n 'd2a63a50ae401e56d645a1153b109a8fcca0a43d561fba2dbb51340c9d82b151',\n 'e82d86fb6443fcb7565aee58b2948220a70f750af484ca52d4142174dcf89405'\n ],\n [\n '64587e2335471eb890ee7896d7cfdc866bacbdbd3839317b3436f9b45617e073',\n 'd99fcdd5bf6902e2ae96dd6447c299a185b90a39133aeab358299e5e9faf6589'\n ],\n [\n '8481bde0e4e4d885b3a546d3e549de042f0aa6cea250e7fd358d6c86dd45e458',\n '38ee7b8cba5404dd84a25bf39cecb2ca900a79c42b262e556d64b1b59779057e'\n ],\n [\n '13464a57a78102aa62b6979ae817f4637ffcfed3c4b1ce30bcd6303f6caf666b',\n '69be159004614580ef7e433453ccb0ca48f300a81d0942e13f495a907f6ecc27'\n ],\n [\n 'bc4a9df5b713fe2e9aef430bcc1dc97a0cd9ccede2f28588cada3a0d2d83f366',\n 'd3a81ca6e785c06383937adf4b798caa6e8a9fbfa547b16d758d666581f33c1'\n ],\n [\n '8c28a97bf8298bc0d23d8c749452a32e694b65e30a9472a3954ab30fe5324caa',\n '40a30463a3305193378fedf31f7cc0eb7ae784f0451cb9459e71dc73cbef9482'\n ],\n [\n '8ea9666139527a8c1dd94ce4f071fd23c8b350c5a4bb33748c4ba111faccae0',\n '620efabbc8ee2782e24e7c0cfb95c5d735b783be9cf0f8e955af34a30e62b945'\n ],\n [\n 'dd3625faef5ba06074669716bbd3788d89bdde815959968092f76cc4eb9a9787',\n '7a188fa3520e30d461da2501045731ca941461982883395937f68d00c644a573'\n ],\n [\n 'f710d79d9eb962297e4f6232b40e8f7feb2bc63814614d692c12de752408221e',\n 'ea98e67232d3b3295d3b535532115ccac8612c721851617526ae47a9c77bfc82'\n ]\n ]\n },\n naf: {\n wnd: 7,\n points: [\n [\n 'f9308a019258c31049344f85f89d5229b531c845836f99b08601f113bce036f9',\n '388f7b0f632de8140fe337e62a37f3566500a99934c2231b6cb9fd7584b8e672'\n ],\n [\n '2f8bde4d1a07209355b4a7250a5c5128e88b84bddc619ab7cba8d569b240efe4',\n 'd8ac222636e5e3d6d4dba9dda6c9c426f788271bab0d6840dca87d3aa6ac62d6'\n ],\n [\n '5cbdf0646e5db4eaa398f365f2ea7a0e3d419b7e0330e39ce92bddedcac4f9bc',\n '6aebca40ba255960a3178d6d861a54dba813d0b813fde7b5a5082628087264da'\n ],\n [\n 'acd484e2f0c7f65309ad178a9f559abde09796974c57e714c35f110dfc27ccbe',\n 'cc338921b0a7d9fd64380971763b61e9add888a4375f8e0f05cc262ac64f9c37'\n ],\n [\n '774ae7f858a9411e5ef4246b70c65aac5649980be5c17891bbec17895da008cb',\n 'd984a032eb6b5e190243dd56d7b7b365372db1e2dff9d6a8301d74c9c953c61b'\n ],\n [\n 'f28773c2d975288bc7d1d205c3748651b075fbc6610e58cddeeddf8f19405aa8',\n 'ab0902e8d880a89758212eb65cdaf473a1a06da521fa91f29b5cb52db03ed81'\n ],\n [\n 'd7924d4f7d43ea965a465ae3095ff41131e5946f3c85f79e44adbcf8e27e080e',\n '581e2872a86c72a683842ec228cc6defea40af2bd896d3a5c504dc9ff6a26b58'\n ],\n [\n 'defdea4cdb677750a420fee807eacf21eb9898ae79b9768766e4faa04a2d4a34',\n '4211ab0694635168e997b0ead2a93daeced1f4a04a95c0f6cfb199f69e56eb77'\n ],\n [\n '2b4ea0a797a443d293ef5cff444f4979f06acfebd7e86d277475656138385b6c',\n '85e89bc037945d93b343083b5a1c86131a01f60c50269763b570c854e5c09b7a'\n ],\n [\n '352bbf4a4cdd12564f93fa332ce333301d9ad40271f8107181340aef25be59d5',\n '321eb4075348f534d59c18259dda3e1f4a1b3b2e71b1039c67bd3d8bcf81998c'\n ],\n [\n '2fa2104d6b38d11b0230010559879124e42ab8dfeff5ff29dc9cdadd4ecacc3f',\n '2de1068295dd865b64569335bd5dd80181d70ecfc882648423ba76b532b7d67'\n ],\n [\n '9248279b09b4d68dab21a9b066edda83263c3d84e09572e269ca0cd7f5453714',\n '73016f7bf234aade5d1aa71bdea2b1ff3fc0de2a887912ffe54a32ce97cb3402'\n ],\n [\n 'daed4f2be3a8bf278e70132fb0beb7522f570e144bf615c07e996d443dee8729',\n 'a69dce4a7d6c98e8d4a1aca87ef8d7003f83c230f3afa726ab40e52290be1c55'\n ],\n [\n 'c44d12c7065d812e8acf28d7cbb19f9011ecd9e9fdf281b0e6a3b5e87d22e7db',\n '2119a460ce326cdc76c45926c982fdac0e106e861edf61c5a039063f0e0e6482'\n ],\n [\n '6a245bf6dc698504c89a20cfded60853152b695336c28063b61c65cbd269e6b4',\n 'e022cf42c2bd4a708b3f5126f16a24ad8b33ba48d0423b6efd5e6348100d8a82'\n ],\n [\n '1697ffa6fd9de627c077e3d2fe541084ce13300b0bec1146f95ae57f0d0bd6a5',\n 'b9c398f186806f5d27561506e4557433a2cf15009e498ae7adee9d63d01b2396'\n ],\n [\n '605bdb019981718b986d0f07e834cb0d9deb8360ffb7f61df982345ef27a7479',\n '2972d2de4f8d20681a78d93ec96fe23c26bfae84fb14db43b01e1e9056b8c49'\n ],\n [\n '62d14dab4150bf497402fdc45a215e10dcb01c354959b10cfe31c7e9d87ff33d',\n '80fc06bd8cc5b01098088a1950eed0db01aa132967ab472235f5642483b25eaf'\n ],\n [\n '80c60ad0040f27dade5b4b06c408e56b2c50e9f56b9b8b425e555c2f86308b6f',\n '1c38303f1cc5c30f26e66bad7fe72f70a65eed4cbe7024eb1aa01f56430bd57a'\n ],\n [\n '7a9375ad6167ad54aa74c6348cc54d344cc5dc9487d847049d5eabb0fa03c8fb',\n 'd0e3fa9eca8726909559e0d79269046bdc59ea10c70ce2b02d499ec224dc7f7'\n ],\n [\n 'd528ecd9b696b54c907a9ed045447a79bb408ec39b68df504bb51f459bc3ffc9',\n 'eecf41253136e5f99966f21881fd656ebc4345405c520dbc063465b521409933'\n ],\n [\n '49370a4b5f43412ea25f514e8ecdad05266115e4a7ecb1387231808f8b45963',\n '758f3f41afd6ed428b3081b0512fd62a54c3f3afbb5b6764b653052a12949c9a'\n ],\n [\n '77f230936ee88cbbd73df930d64702ef881d811e0e1498e2f1c13eb1fc345d74',\n '958ef42a7886b6400a08266e9ba1b37896c95330d97077cbbe8eb3c7671c60d6'\n ],\n [\n 'f2dac991cc4ce4b9ea44887e5c7c0bce58c80074ab9d4dbaeb28531b7739f530',\n 'e0dedc9b3b2f8dad4da1f32dec2531df9eb5fbeb0598e4fd1a117dba703a3c37'\n ],\n [\n '463b3d9f662621fb1b4be8fbbe2520125a216cdfc9dae3debcba4850c690d45b',\n '5ed430d78c296c3543114306dd8622d7c622e27c970a1de31cb377b01af7307e'\n ],\n [\n 'f16f804244e46e2a09232d4aff3b59976b98fac14328a2d1a32496b49998f247',\n 'cedabd9b82203f7e13d206fcdf4e33d92a6c53c26e5cce26d6579962c4e31df6'\n ],\n [\n 'caf754272dc84563b0352b7a14311af55d245315ace27c65369e15f7151d41d1',\n 'cb474660ef35f5f2a41b643fa5e460575f4fa9b7962232a5c32f908318a04476'\n ],\n [\n '2600ca4b282cb986f85d0f1709979d8b44a09c07cb86d7c124497bc86f082120',\n '4119b88753c15bd6a693b03fcddbb45d5ac6be74ab5f0ef44b0be9475a7e4b40'\n ],\n [\n '7635ca72d7e8432c338ec53cd12220bc01c48685e24f7dc8c602a7746998e435',\n '91b649609489d613d1d5e590f78e6d74ecfc061d57048bad9e76f302c5b9c61'\n ],\n [\n '754e3239f325570cdbbf4a87deee8a66b7f2b33479d468fbc1a50743bf56cc18',\n '673fb86e5bda30fb3cd0ed304ea49a023ee33d0197a695d0c5d98093c536683'\n ],\n [\n 'e3e6bd1071a1e96aff57859c82d570f0330800661d1c952f9fe2694691d9b9e8',\n '59c9e0bba394e76f40c0aa58379a3cb6a5a2283993e90c4167002af4920e37f5'\n ],\n [\n '186b483d056a033826ae73d88f732985c4ccb1f32ba35f4b4cc47fdcf04aa6eb',\n '3b952d32c67cf77e2e17446e204180ab21fb8090895138b4a4a797f86e80888b'\n ],\n [\n 'df9d70a6b9876ce544c98561f4be4f725442e6d2b737d9c91a8321724ce0963f',\n '55eb2dafd84d6ccd5f862b785dc39d4ab157222720ef9da217b8c45cf2ba2417'\n ],\n [\n '5edd5cc23c51e87a497ca815d5dce0f8ab52554f849ed8995de64c5f34ce7143',\n 'efae9c8dbc14130661e8cec030c89ad0c13c66c0d17a2905cdc706ab7399a868'\n ],\n [\n '290798c2b6476830da12fe02287e9e777aa3fba1c355b17a722d362f84614fba',\n 'e38da76dcd440621988d00bcf79af25d5b29c094db2a23146d003afd41943e7a'\n ],\n [\n 'af3c423a95d9f5b3054754efa150ac39cd29552fe360257362dfdecef4053b45',\n 'f98a3fd831eb2b749a93b0e6f35cfb40c8cd5aa667a15581bc2feded498fd9c6'\n ],\n [\n '766dbb24d134e745cccaa28c99bf274906bb66b26dcf98df8d2fed50d884249a',\n '744b1152eacbe5e38dcc887980da38b897584a65fa06cedd2c924f97cbac5996'\n ],\n [\n '59dbf46f8c94759ba21277c33784f41645f7b44f6c596a58ce92e666191abe3e',\n 'c534ad44175fbc300f4ea6ce648309a042ce739a7919798cd85e216c4a307f6e'\n ],\n [\n 'f13ada95103c4537305e691e74e9a4a8dd647e711a95e73cb62dc6018cfd87b8',\n 'e13817b44ee14de663bf4bc808341f326949e21a6a75c2570778419bdaf5733d'\n ],\n [\n '7754b4fa0e8aced06d4167a2c59cca4cda1869c06ebadfb6488550015a88522c',\n '30e93e864e669d82224b967c3020b8fa8d1e4e350b6cbcc537a48b57841163a2'\n ],\n [\n '948dcadf5990e048aa3874d46abef9d701858f95de8041d2a6828c99e2262519',\n 'e491a42537f6e597d5d28a3224b1bc25df9154efbd2ef1d2cbba2cae5347d57e'\n ],\n [\n '7962414450c76c1689c7b48f8202ec37fb224cf5ac0bfa1570328a8a3d7c77ab',\n '100b610ec4ffb4760d5c1fc133ef6f6b12507a051f04ac5760afa5b29db83437'\n ],\n [\n '3514087834964b54b15b160644d915485a16977225b8847bb0dd085137ec47ca',\n 'ef0afbb2056205448e1652c48e8127fc6039e77c15c2378b7e7d15a0de293311'\n ],\n [\n 'd3cc30ad6b483e4bc79ce2c9dd8bc54993e947eb8df787b442943d3f7b527eaf',\n '8b378a22d827278d89c5e9be8f9508ae3c2ad46290358630afb34db04eede0a4'\n ],\n [\n '1624d84780732860ce1c78fcbfefe08b2b29823db913f6493975ba0ff4847610',\n '68651cf9b6da903e0914448c6cd9d4ca896878f5282be4c8cc06e2a404078575'\n ],\n [\n '733ce80da955a8a26902c95633e62a985192474b5af207da6df7b4fd5fc61cd4',\n 'f5435a2bd2badf7d485a4d8b8db9fcce3e1ef8e0201e4578c54673bc1dc5ea1d'\n ],\n [\n '15d9441254945064cf1a1c33bbd3b49f8966c5092171e699ef258dfab81c045c',\n 'd56eb30b69463e7234f5137b73b84177434800bacebfc685fc37bbe9efe4070d'\n ],\n [\n 'a1d0fcf2ec9de675b612136e5ce70d271c21417c9d2b8aaaac138599d0717940',\n 'edd77f50bcb5a3cab2e90737309667f2641462a54070f3d519212d39c197a629'\n ],\n [\n 'e22fbe15c0af8ccc5780c0735f84dbe9a790badee8245c06c7ca37331cb36980',\n 'a855babad5cd60c88b430a69f53a1a7a38289154964799be43d06d77d31da06'\n ],\n [\n '311091dd9860e8e20ee13473c1155f5f69635e394704eaa74009452246cfa9b3',\n '66db656f87d1f04fffd1f04788c06830871ec5a64feee685bd80f0b1286d8374'\n ],\n [\n '34c1fd04d301be89b31c0442d3e6ac24883928b45a9340781867d4232ec2dbdf',\n '9414685e97b1b5954bd46f730174136d57f1ceeb487443dc5321857ba73abee'\n ],\n [\n 'f219ea5d6b54701c1c14de5b557eb42a8d13f3abbcd08affcc2a5e6b049b8d63',\n '4cb95957e83d40b0f73af4544cccf6b1f4b08d3c07b27fb8d8c2962a400766d1'\n ],\n [\n 'd7b8740f74a8fbaab1f683db8f45de26543a5490bca627087236912469a0b448',\n 'fa77968128d9c92ee1010f337ad4717eff15db5ed3c049b3411e0315eaa4593b'\n ],\n [\n '32d31c222f8f6f0ef86f7c98d3a3335ead5bcd32abdd94289fe4d3091aa824bf',\n '5f3032f5892156e39ccd3d7915b9e1da2e6dac9e6f26e961118d14b8462e1661'\n ],\n [\n '7461f371914ab32671045a155d9831ea8793d77cd59592c4340f86cbc18347b5',\n '8ec0ba238b96bec0cbdddcae0aa442542eee1ff50c986ea6b39847b3cc092ff6'\n ],\n [\n 'ee079adb1df1860074356a25aa38206a6d716b2c3e67453d287698bad7b2b2d6',\n '8dc2412aafe3be5c4c5f37e0ecc5f9f6a446989af04c4e25ebaac479ec1c8c1e'\n ],\n [\n '16ec93e447ec83f0467b18302ee620f7e65de331874c9dc72bfd8616ba9da6b5',\n '5e4631150e62fb40d0e8c2a7ca5804a39d58186a50e497139626778e25b0674d'\n ],\n [\n 'eaa5f980c245f6f038978290afa70b6bd8855897f98b6aa485b96065d537bd99',\n 'f65f5d3e292c2e0819a528391c994624d784869d7e6ea67fb18041024edc07dc'\n ],\n [\n '78c9407544ac132692ee1910a02439958ae04877151342ea96c4b6b35a49f51',\n 'f3e0319169eb9b85d5404795539a5e68fa1fbd583c064d2462b675f194a3ddb4'\n ],\n [\n '494f4be219a1a77016dcd838431aea0001cdc8ae7a6fc688726578d9702857a5',\n '42242a969283a5f339ba7f075e36ba2af925ce30d767ed6e55f4b031880d562c'\n ],\n [\n 'a598a8030da6d86c6bc7f2f5144ea549d28211ea58faa70ebf4c1e665c1fe9b5',\n '204b5d6f84822c307e4b4a7140737aec23fc63b65b35f86a10026dbd2d864e6b'\n ],\n [\n 'c41916365abb2b5d09192f5f2dbeafec208f020f12570a184dbadc3e58595997',\n '4f14351d0087efa49d245b328984989d5caf9450f34bfc0ed16e96b58fa9913'\n ],\n [\n '841d6063a586fa475a724604da03bc5b92a2e0d2e0a36acfe4c73a5514742881',\n '73867f59c0659e81904f9a1c7543698e62562d6744c169ce7a36de01a8d6154'\n ],\n [\n '5e95bb399a6971d376026947f89bde2f282b33810928be4ded112ac4d70e20d5',\n '39f23f366809085beebfc71181313775a99c9aed7d8ba38b161384c746012865'\n ],\n [\n '36e4641a53948fd476c39f8a99fd974e5ec07564b5315d8bf99471bca0ef2f66',\n 'd2424b1b1abe4eb8164227b085c9aa9456ea13493fd563e06fd51cf5694c78fc'\n ],\n [\n '336581ea7bfbbb290c191a2f507a41cf5643842170e914faeab27c2c579f726',\n 'ead12168595fe1be99252129b6e56b3391f7ab1410cd1e0ef3dcdcabd2fda224'\n ],\n [\n '8ab89816dadfd6b6a1f2634fcf00ec8403781025ed6890c4849742706bd43ede',\n '6fdcef09f2f6d0a044e654aef624136f503d459c3e89845858a47a9129cdd24e'\n ],\n [\n '1e33f1a746c9c5778133344d9299fcaa20b0938e8acff2544bb40284b8c5fb94',\n '60660257dd11b3aa9c8ed618d24edff2306d320f1d03010e33a7d2057f3b3b6'\n ],\n [\n '85b7c1dcb3cec1b7ee7f30ded79dd20a0ed1f4cc18cbcfcfa410361fd8f08f31',\n '3d98a9cdd026dd43f39048f25a8847f4fcafad1895d7a633c6fed3c35e999511'\n ],\n [\n '29df9fbd8d9e46509275f4b125d6d45d7fbe9a3b878a7af872a2800661ac5f51',\n 'b4c4fe99c775a606e2d8862179139ffda61dc861c019e55cd2876eb2a27d84b'\n ],\n [\n 'a0b1cae06b0a847a3fea6e671aaf8adfdfe58ca2f768105c8082b2e449fce252',\n 'ae434102edde0958ec4b19d917a6a28e6b72da1834aff0e650f049503a296cf2'\n ],\n [\n '4e8ceafb9b3e9a136dc7ff67e840295b499dfb3b2133e4ba113f2e4c0e121e5',\n 'cf2174118c8b6d7a4b48f6d534ce5c79422c086a63460502b827ce62a326683c'\n ],\n [\n 'd24a44e047e19b6f5afb81c7ca2f69080a5076689a010919f42725c2b789a33b',\n '6fb8d5591b466f8fc63db50f1c0f1c69013f996887b8244d2cdec417afea8fa3'\n ],\n [\n 'ea01606a7a6c9cdd249fdfcfacb99584001edd28abbab77b5104e98e8e3b35d4',\n '322af4908c7312b0cfbfe369f7a7b3cdb7d4494bc2823700cfd652188a3ea98d'\n ],\n [\n 'af8addbf2b661c8a6c6328655eb96651252007d8c5ea31be4ad196de8ce2131f',\n '6749e67c029b85f52a034eafd096836b2520818680e26ac8f3dfbcdb71749700'\n ],\n [\n 'e3ae1974566ca06cc516d47e0fb165a674a3dabcfca15e722f0e3450f45889',\n '2aeabe7e4531510116217f07bf4d07300de97e4874f81f533420a72eeb0bd6a4'\n ],\n [\n '591ee355313d99721cf6993ffed1e3e301993ff3ed258802075ea8ced397e246',\n 'b0ea558a113c30bea60fc4775460c7901ff0b053d25ca2bdeee98f1a4be5d196'\n ],\n [\n '11396d55fda54c49f19aa97318d8da61fa8584e47b084945077cf03255b52984',\n '998c74a8cd45ac01289d5833a7beb4744ff536b01b257be4c5767bea93ea57a4'\n ],\n [\n '3c5d2a1ba39c5a1790000738c9e0c40b8dcdfd5468754b6405540157e017aa7a',\n 'b2284279995a34e2f9d4de7396fc18b80f9b8b9fdd270f6661f79ca4c81bd257'\n ],\n [\n 'cc8704b8a60a0defa3a99a7299f2e9c3fbc395afb04ac078425ef8a1793cc030',\n 'bdd46039feed17881d1e0862db347f8cf395b74fc4bcdc4e940b74e3ac1f1b13'\n ],\n [\n 'c533e4f7ea8555aacd9777ac5cad29b97dd4defccc53ee7ea204119b2889b197',\n '6f0a256bc5efdf429a2fb6242f1a43a2d9b925bb4a4b3a26bb8e0f45eb596096'\n ],\n [\n 'c14f8f2ccb27d6f109f6d08d03cc96a69ba8c34eec07bbcf566d48e33da6593',\n 'c359d6923bb398f7fd4473e16fe1c28475b740dd098075e6c0e8649113dc3a38'\n ],\n [\n 'a6cbc3046bc6a450bac24789fa17115a4c9739ed75f8f21ce441f72e0b90e6ef',\n '21ae7f4680e889bb130619e2c0f95a360ceb573c70603139862afd617fa9b9f'\n ],\n [\n '347d6d9a02c48927ebfb86c1359b1caf130a3c0267d11ce6344b39f99d43cc38',\n '60ea7f61a353524d1c987f6ecec92f086d565ab687870cb12689ff1e31c74448'\n ],\n [\n 'da6545d2181db8d983f7dcb375ef5866d47c67b1bf31c8cf855ef7437b72656a',\n '49b96715ab6878a79e78f07ce5680c5d6673051b4935bd897fea824b77dc208a'\n ],\n [\n 'c40747cc9d012cb1a13b8148309c6de7ec25d6945d657146b9d5994b8feb1111',\n '5ca560753be2a12fc6de6caf2cb489565db936156b9514e1bb5e83037e0fa2d4'\n ],\n [\n '4e42c8ec82c99798ccf3a610be870e78338c7f713348bd34c8203ef4037f3502',\n '7571d74ee5e0fb92a7a8b33a07783341a5492144cc54bcc40a94473693606437'\n ],\n [\n '3775ab7089bc6af823aba2e1af70b236d251cadb0c86743287522a1b3b0dedea',\n 'be52d107bcfa09d8bcb9736a828cfa7fac8db17bf7a76a2c42ad961409018cf7'\n ],\n [\n 'cee31cbf7e34ec379d94fb814d3d775ad954595d1314ba8846959e3e82f74e26',\n '8fd64a14c06b589c26b947ae2bcf6bfa0149ef0be14ed4d80f448a01c43b1c6d'\n ],\n [\n 'b4f9eaea09b6917619f6ea6a4eb5464efddb58fd45b1ebefcdc1a01d08b47986',\n '39e5c9925b5a54b07433a4f18c61726f8bb131c012ca542eb24a8ac07200682a'\n ],\n [\n 'd4263dfc3d2df923a0179a48966d30ce84e2515afc3dccc1b77907792ebcc60e',\n '62dfaf07a0f78feb30e30d6295853ce189e127760ad6cf7fae164e122a208d54'\n ],\n [\n '48457524820fa65a4f8d35eb6930857c0032acc0a4a2de422233eeda897612c4',\n '25a748ab367979d98733c38a1fa1c2e7dc6cc07db2d60a9ae7a76aaa49bd0f77'\n ],\n [\n 'dfeeef1881101f2cb11644f3a2afdfc2045e19919152923f367a1767c11cceda',\n 'ecfb7056cf1de042f9420bab396793c0c390bde74b4bbdff16a83ae09a9a7517'\n ],\n [\n '6d7ef6b17543f8373c573f44e1f389835d89bcbc6062ced36c82df83b8fae859',\n 'cd450ec335438986dfefa10c57fea9bcc521a0959b2d80bbf74b190dca712d10'\n ],\n [\n 'e75605d59102a5a2684500d3b991f2e3f3c88b93225547035af25af66e04541f',\n 'f5c54754a8f71ee540b9b48728473e314f729ac5308b06938360990e2bfad125'\n ],\n [\n 'eb98660f4c4dfaa06a2be453d5020bc99a0c2e60abe388457dd43fefb1ed620c',\n '6cb9a8876d9cb8520609af3add26cd20a0a7cd8a9411131ce85f44100099223e'\n ],\n [\n '13e87b027d8514d35939f2e6892b19922154596941888336dc3563e3b8dba942',\n 'fef5a3c68059a6dec5d624114bf1e91aac2b9da568d6abeb2570d55646b8adf1'\n ],\n [\n 'ee163026e9fd6fe017c38f06a5be6fc125424b371ce2708e7bf4491691e5764a',\n '1acb250f255dd61c43d94ccc670d0f58f49ae3fa15b96623e5430da0ad6c62b2'\n ],\n [\n 'b268f5ef9ad51e4d78de3a750c2dc89b1e626d43505867999932e5db33af3d80',\n '5f310d4b3c99b9ebb19f77d41c1dee018cf0d34fd4191614003e945a1216e423'\n ],\n [\n 'ff07f3118a9df035e9fad85eb6c7bfe42b02f01ca99ceea3bf7ffdba93c4750d',\n '438136d603e858a3a5c440c38eccbaddc1d2942114e2eddd4740d098ced1f0d8'\n ],\n [\n '8d8b9855c7c052a34146fd20ffb658bea4b9f69e0d825ebec16e8c3ce2b526a1',\n 'cdb559eedc2d79f926baf44fb84ea4d44bcf50fee51d7ceb30e2e7f463036758'\n ],\n [\n '52db0b5384dfbf05bfa9d472d7ae26dfe4b851ceca91b1eba54263180da32b63',\n 'c3b997d050ee5d423ebaf66a6db9f57b3180c902875679de924b69d84a7b375'\n ],\n [\n 'e62f9490d3d51da6395efd24e80919cc7d0f29c3f3fa48c6fff543becbd43352',\n '6d89ad7ba4876b0b22c2ca280c682862f342c8591f1daf5170e07bfd9ccafa7d'\n ],\n [\n '7f30ea2476b399b4957509c88f77d0191afa2ff5cb7b14fd6d8e7d65aaab1193',\n 'ca5ef7d4b231c94c3b15389a5f6311e9daff7bb67b103e9880ef4bff637acaec'\n ],\n [\n '5098ff1e1d9f14fb46a210fada6c903fef0fb7b4a1dd1d9ac60a0361800b7a00',\n '9731141d81fc8f8084d37c6e7542006b3ee1b40d60dfe5362a5b132fd17ddc0'\n ],\n [\n '32b78c7de9ee512a72895be6b9cbefa6e2f3c4ccce445c96b9f2c81e2778ad58',\n 'ee1849f513df71e32efc3896ee28260c73bb80547ae2275ba497237794c8753c'\n ],\n [\n 'e2cb74fddc8e9fbcd076eef2a7c72b0ce37d50f08269dfc074b581550547a4f7',\n 'd3aa2ed71c9dd2247a62df062736eb0baddea9e36122d2be8641abcb005cc4a4'\n ],\n [\n '8438447566d4d7bedadc299496ab357426009a35f235cb141be0d99cd10ae3a8',\n 'c4e1020916980a4da5d01ac5e6ad330734ef0d7906631c4f2390426b2edd791f'\n ],\n [\n '4162d488b89402039b584c6fc6c308870587d9c46f660b878ab65c82c711d67e',\n '67163e903236289f776f22c25fb8a3afc1732f2b84b4e95dbda47ae5a0852649'\n ],\n [\n '3fad3fa84caf0f34f0f89bfd2dcf54fc175d767aec3e50684f3ba4a4bf5f683d',\n 'cd1bc7cb6cc407bb2f0ca647c718a730cf71872e7d0d2a53fa20efcdfe61826'\n ],\n [\n '674f2600a3007a00568c1a7ce05d0816c1fb84bf1370798f1c69532faeb1a86b',\n '299d21f9413f33b3edf43b257004580b70db57da0b182259e09eecc69e0d38a5'\n ],\n [\n 'd32f4da54ade74abb81b815ad1fb3b263d82d6c692714bcff87d29bd5ee9f08f',\n 'f9429e738b8e53b968e99016c059707782e14f4535359d582fc416910b3eea87'\n ],\n [\n '30e4e670435385556e593657135845d36fbb6931f72b08cb1ed954f1e3ce3ff6',\n '462f9bce619898638499350113bbc9b10a878d35da70740dc695a559eb88db7b'\n ],\n [\n 'be2062003c51cc3004682904330e4dee7f3dcd10b01e580bf1971b04d4cad297',\n '62188bc49d61e5428573d48a74e1c655b1c61090905682a0d5558ed72dccb9bc'\n ],\n [\n '93144423ace3451ed29e0fb9ac2af211cb6e84a601df5993c419859fff5df04a',\n '7c10dfb164c3425f5c71a3f9d7992038f1065224f72bb9d1d902a6d13037b47c'\n ],\n [\n 'b015f8044f5fcbdcf21ca26d6c34fb8197829205c7b7d2a7cb66418c157b112c',\n 'ab8c1e086d04e813744a655b2df8d5f83b3cdc6faa3088c1d3aea1454e3a1d5f'\n ],\n [\n 'd5e9e1da649d97d89e4868117a465a3a4f8a18de57a140d36b3f2af341a21b52',\n '4cb04437f391ed73111a13cc1d4dd0db1693465c2240480d8955e8592f27447a'\n ],\n [\n 'd3ae41047dd7ca065dbf8ed77b992439983005cd72e16d6f996a5316d36966bb',\n 'bd1aeb21ad22ebb22a10f0303417c6d964f8cdd7df0aca614b10dc14d125ac46'\n ],\n [\n '463e2763d885f958fc66cdd22800f0a487197d0a82e377b49f80af87c897b065',\n 'bfefacdb0e5d0fd7df3a311a94de062b26b80c61fbc97508b79992671ef7ca7f'\n ],\n [\n '7985fdfd127c0567c6f53ec1bb63ec3158e597c40bfe747c83cddfc910641917',\n '603c12daf3d9862ef2b25fe1de289aed24ed291e0ec6708703a5bd567f32ed03'\n ],\n [\n '74a1ad6b5f76e39db2dd249410eac7f99e74c59cb83d2d0ed5ff1543da7703e9',\n 'cc6157ef18c9c63cd6193d83631bbea0093e0968942e8c33d5737fd790e0db08'\n ],\n [\n '30682a50703375f602d416664ba19b7fc9bab42c72747463a71d0896b22f6da3',\n '553e04f6b018b4fa6c8f39e7f311d3176290d0e0f19ca73f17714d9977a22ff8'\n ],\n [\n '9e2158f0d7c0d5f26c3791efefa79597654e7a2b2464f52b1ee6c1347769ef57',\n '712fcdd1b9053f09003a3481fa7762e9ffd7c8ef35a38509e2fbf2629008373'\n ],\n [\n '176e26989a43c9cfeba4029c202538c28172e566e3c4fce7322857f3be327d66',\n 'ed8cc9d04b29eb877d270b4878dc43c19aefd31f4eee09ee7b47834c1fa4b1c3'\n ],\n [\n '75d46efea3771e6e68abb89a13ad747ecf1892393dfc4f1b7004788c50374da8',\n '9852390a99507679fd0b86fd2b39a868d7efc22151346e1a3ca4726586a6bed8'\n ],\n [\n '809a20c67d64900ffb698c4c825f6d5f2310fb0451c869345b7319f645605721',\n '9e994980d9917e22b76b061927fa04143d096ccc54963e6a5ebfa5f3f8e286c1'\n ],\n [\n '1b38903a43f7f114ed4500b4eac7083fdefece1cf29c63528d563446f972c180',\n '4036edc931a60ae889353f77fd53de4a2708b26b6f5da72ad3394119daf408f9'\n ]\n ]\n }\n};\n","'use strict';\n\nvar curves = exports;\n\nvar hash = require('hash.js');\nvar curve = require('./curve');\nvar utils = require('./utils');\n\nvar assert = utils.assert;\n\nfunction PresetCurve(options) {\n if (options.type === 'short')\n this.curve = new curve.short(options);\n else if (options.type === 'edwards')\n this.curve = new curve.edwards(options);\n else\n this.curve = new curve.mont(options);\n this.g = this.curve.g;\n this.n = this.curve.n;\n this.hash = options.hash;\n\n assert(this.g.validate(), 'Invalid curve');\n assert(this.g.mul(this.n).isInfinity(), 'Invalid curve, G*N != O');\n}\ncurves.PresetCurve = PresetCurve;\n\nfunction defineCurve(name, options) {\n Object.defineProperty(curves, name, {\n configurable: true,\n enumerable: true,\n get: function() {\n var curve = new PresetCurve(options);\n Object.defineProperty(curves, name, {\n configurable: true,\n enumerable: true,\n value: curve\n });\n return curve;\n }\n });\n}\n\ndefineCurve('p192', {\n type: 'short',\n prime: 'p192',\n p: 'ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff',\n a: 'ffffffff ffffffff ffffffff fffffffe ffffffff fffffffc',\n b: '64210519 e59c80e7 0fa7e9ab 72243049 feb8deec c146b9b1',\n n: 'ffffffff ffffffff ffffffff 99def836 146bc9b1 b4d22831',\n hash: hash.sha256,\n gRed: false,\n g: [\n '188da80e b03090f6 7cbf20eb 43a18800 f4ff0afd 82ff1012',\n '07192b95 ffc8da78 631011ed 6b24cdd5 73f977a1 1e794811'\n ]\n});\n\ndefineCurve('p224', {\n type: 'short',\n prime: 'p224',\n p: 'ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001',\n a: 'ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff fffffffe',\n b: 'b4050a85 0c04b3ab f5413256 5044b0b7 d7bfd8ba 270b3943 2355ffb4',\n n: 'ffffffff ffffffff ffffffff ffff16a2 e0b8f03e 13dd2945 5c5c2a3d',\n hash: hash.sha256,\n gRed: false,\n g: [\n 'b70e0cbd 6bb4bf7f 321390b9 4a03c1d3 56c21122 343280d6 115c1d21',\n 'bd376388 b5f723fb 4c22dfe6 cd4375a0 5a074764 44d58199 85007e34'\n ]\n});\n\ndefineCurve('p256', {\n type: 'short',\n prime: null,\n p: 'ffffffff 00000001 00000000 00000000 00000000 ffffffff ffffffff ffffffff',\n a: 'ffffffff 00000001 00000000 00000000 00000000 ffffffff ffffffff fffffffc',\n b: '5ac635d8 aa3a93e7 b3ebbd55 769886bc 651d06b0 cc53b0f6 3bce3c3e 27d2604b',\n n: 'ffffffff 00000000 ffffffff ffffffff bce6faad a7179e84 f3b9cac2 fc632551',\n hash: hash.sha256,\n gRed: false,\n g: [\n '6b17d1f2 e12c4247 f8bce6e5 63a440f2 77037d81 2deb33a0 f4a13945 d898c296',\n '4fe342e2 fe1a7f9b 8ee7eb4a 7c0f9e16 2bce3357 6b315ece cbb64068 37bf51f5'\n ]\n});\n\ndefineCurve('p384', {\n type: 'short',\n prime: null,\n p: 'ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ' +\n 'fffffffe ffffffff 00000000 00000000 ffffffff',\n a: 'ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ' +\n 'fffffffe ffffffff 00000000 00000000 fffffffc',\n b: 'b3312fa7 e23ee7e4 988e056b e3f82d19 181d9c6e fe814112 0314088f ' +\n '5013875a c656398d 8a2ed19d 2a85c8ed d3ec2aef',\n n: 'ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff c7634d81 ' +\n 'f4372ddf 581a0db2 48b0a77a ecec196a ccc52973',\n hash: hash.sha384,\n gRed: false,\n g: [\n 'aa87ca22 be8b0537 8eb1c71e f320ad74 6e1d3b62 8ba79b98 59f741e0 82542a38 ' +\n '5502f25d bf55296c 3a545e38 72760ab7',\n '3617de4a 96262c6f 5d9e98bf 9292dc29 f8f41dbd 289a147c e9da3113 b5f0b8c0 ' +\n '0a60b1ce 1d7e819d 7a431d7c 90ea0e5f'\n ]\n});\n\ndefineCurve('p521', {\n type: 'short',\n prime: null,\n p: '000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ' +\n 'ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ' +\n 'ffffffff ffffffff ffffffff ffffffff ffffffff',\n a: '000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ' +\n 'ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ' +\n 'ffffffff ffffffff ffffffff ffffffff fffffffc',\n b: '00000051 953eb961 8e1c9a1f 929a21a0 b68540ee a2da725b ' +\n '99b315f3 b8b48991 8ef109e1 56193951 ec7e937b 1652c0bd ' +\n '3bb1bf07 3573df88 3d2c34f1 ef451fd4 6b503f00',\n n: '000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ' +\n 'ffffffff ffffffff fffffffa 51868783 bf2f966b 7fcc0148 ' +\n 'f709a5d0 3bb5c9b8 899c47ae bb6fb71e 91386409',\n hash: hash.sha512,\n gRed: false,\n g: [\n '000000c6 858e06b7 0404e9cd 9e3ecb66 2395b442 9c648139 ' +\n '053fb521 f828af60 6b4d3dba a14b5e77 efe75928 fe1dc127 ' +\n 'a2ffa8de 3348b3c1 856a429b f97e7e31 c2e5bd66',\n '00000118 39296a78 9a3bc004 5c8a5fb4 2c7d1bd9 98f54449 ' +\n '579b4468 17afbd17 273e662c 97ee7299 5ef42640 c550b901 ' +\n '3fad0761 353c7086 a272c240 88be9476 9fd16650'\n ]\n});\n\ndefineCurve('curve25519', {\n type: 'mont',\n prime: 'p25519',\n p: '7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed',\n a: '76d06',\n b: '1',\n n: '1000000000000000 0000000000000000 14def9dea2f79cd6 5812631a5cf5d3ed',\n hash: hash.sha256,\n gRed: false,\n g: [\n '9'\n ]\n});\n\ndefineCurve('ed25519', {\n type: 'edwards',\n prime: 'p25519',\n p: '7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed',\n a: '-1',\n c: '1',\n // -121665 * (121666^(-1)) (mod P)\n d: '52036cee2b6ffe73 8cc740797779e898 00700a4d4141d8ab 75eb4dca135978a3',\n n: '1000000000000000 0000000000000000 14def9dea2f79cd6 5812631a5cf5d3ed',\n hash: hash.sha256,\n gRed: false,\n g: [\n '216936d3cd6e53fec0a4e231fdd6dc5c692cc7609525a7b2c9562d608f25d51a',\n\n // 4/5\n '6666666666666666666666666666666666666666666666666666666666666658'\n ]\n});\n\nvar pre;\ntry {\n pre = require('./precomputed/secp256k1');\n} catch (e) {\n pre = undefined;\n}\n\ndefineCurve('secp256k1', {\n type: 'short',\n prime: 'k256',\n p: 'ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f',\n a: '0',\n b: '7',\n n: 'ffffffff ffffffff ffffffff fffffffe baaedce6 af48a03b bfd25e8c d0364141',\n h: '1',\n hash: hash.sha256,\n\n // Precomputed endomorphism\n beta: '7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee',\n lambda: '5363ad4cc05c30e0a5261c028812645a122e22ea20816678df02967c1b23bd72',\n basis: [\n {\n a: '3086d221a7d46bcde86c90e49284eb15',\n b: '-e4437ed6010e88286f547fa90abfe4c3'\n },\n {\n a: '114ca50f7a8e2f3f657c1108d9d44cfd8',\n b: '3086d221a7d46bcde86c90e49284eb15'\n }\n ],\n\n gRed: false,\n g: [\n '79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798',\n '483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8',\n pre\n ]\n});\n","'use strict';\n\nvar hash = require('hash.js');\nvar utils = require('minimalistic-crypto-utils');\nvar assert = require('minimalistic-assert');\n\nfunction HmacDRBG(options) {\n if (!(this instanceof HmacDRBG))\n return new HmacDRBG(options);\n this.hash = options.hash;\n this.predResist = !!options.predResist;\n\n this.outLen = this.hash.outSize;\n this.minEntropy = options.minEntropy || this.hash.hmacStrength;\n\n this._reseed = null;\n this.reseedInterval = null;\n this.K = null;\n this.V = null;\n\n var entropy = utils.toArray(options.entropy, options.entropyEnc || 'hex');\n var nonce = utils.toArray(options.nonce, options.nonceEnc || 'hex');\n var pers = utils.toArray(options.pers, options.persEnc || 'hex');\n assert(entropy.length >= (this.minEntropy / 8),\n 'Not enough entropy. Minimum is: ' + this.minEntropy + ' bits');\n this._init(entropy, nonce, pers);\n}\nmodule.exports = HmacDRBG;\n\nHmacDRBG.prototype._init = function init(entropy, nonce, pers) {\n var seed = entropy.concat(nonce).concat(pers);\n\n this.K = new Array(this.outLen / 8);\n this.V = new Array(this.outLen / 8);\n for (var i = 0; i < this.V.length; i++) {\n this.K[i] = 0x00;\n this.V[i] = 0x01;\n }\n\n this._update(seed);\n this._reseed = 1;\n this.reseedInterval = 0x1000000000000; // 2^48\n};\n\nHmacDRBG.prototype._hmac = function hmac() {\n return new hash.hmac(this.hash, this.K);\n};\n\nHmacDRBG.prototype._update = function update(seed) {\n var kmac = this._hmac()\n .update(this.V)\n .update([ 0x00 ]);\n if (seed)\n kmac = kmac.update(seed);\n this.K = kmac.digest();\n this.V = this._hmac().update(this.V).digest();\n if (!seed)\n return;\n\n this.K = this._hmac()\n .update(this.V)\n .update([ 0x01 ])\n .update(seed)\n .digest();\n this.V = this._hmac().update(this.V).digest();\n};\n\nHmacDRBG.prototype.reseed = function reseed(entropy, entropyEnc, add, addEnc) {\n // Optional entropy enc\n if (typeof entropyEnc !== 'string') {\n addEnc = add;\n add = entropyEnc;\n entropyEnc = null;\n }\n\n entropy = utils.toArray(entropy, entropyEnc);\n add = utils.toArray(add, addEnc);\n\n assert(entropy.length >= (this.minEntropy / 8),\n 'Not enough entropy. Minimum is: ' + this.minEntropy + ' bits');\n\n this._update(entropy.concat(add || []));\n this._reseed = 1;\n};\n\nHmacDRBG.prototype.generate = function generate(len, enc, add, addEnc) {\n if (this._reseed > this.reseedInterval)\n throw new Error('Reseed is required');\n\n // Optional encoding\n if (typeof enc !== 'string') {\n addEnc = add;\n add = enc;\n enc = null;\n }\n\n // Optional additional data\n if (add) {\n add = utils.toArray(add, addEnc || 'hex');\n this._update(add);\n }\n\n var temp = [];\n while (temp.length < len) {\n this.V = this._hmac().update(this.V).digest();\n temp = temp.concat(this.V);\n }\n\n var res = temp.slice(0, len);\n this._update(add);\n this._reseed++;\n return utils.encode(res, enc);\n};\n","'use strict';\n\nvar BN = require('bn.js');\nvar utils = require('../utils');\nvar assert = utils.assert;\n\nfunction KeyPair(ec, options) {\n this.ec = ec;\n this.priv = null;\n this.pub = null;\n\n // KeyPair(ec, { priv: ..., pub: ... })\n if (options.priv)\n this._importPrivate(options.priv, options.privEnc);\n if (options.pub)\n this._importPublic(options.pub, options.pubEnc);\n}\nmodule.exports = KeyPair;\n\nKeyPair.fromPublic = function fromPublic(ec, pub, enc) {\n if (pub instanceof KeyPair)\n return pub;\n\n return new KeyPair(ec, {\n pub: pub,\n pubEnc: enc\n });\n};\n\nKeyPair.fromPrivate = function fromPrivate(ec, priv, enc) {\n if (priv instanceof KeyPair)\n return priv;\n\n return new KeyPair(ec, {\n priv: priv,\n privEnc: enc\n });\n};\n\nKeyPair.prototype.validate = function validate() {\n var pub = this.getPublic();\n\n if (pub.isInfinity())\n return { result: false, reason: 'Invalid public key' };\n if (!pub.validate())\n return { result: false, reason: 'Public key is not a point' };\n if (!pub.mul(this.ec.curve.n).isInfinity())\n return { result: false, reason: 'Public key * N != O' };\n\n return { result: true, reason: null };\n};\n\nKeyPair.prototype.getPublic = function getPublic(compact, enc) {\n // compact is optional argument\n if (typeof compact === 'string') {\n enc = compact;\n compact = null;\n }\n\n if (!this.pub)\n this.pub = this.ec.g.mul(this.priv);\n\n if (!enc)\n return this.pub;\n\n return this.pub.encode(enc, compact);\n};\n\nKeyPair.prototype.getPrivate = function getPrivate(enc) {\n if (enc === 'hex')\n return this.priv.toString(16, 2);\n else\n return this.priv;\n};\n\nKeyPair.prototype._importPrivate = function _importPrivate(key, enc) {\n this.priv = new BN(key, enc || 16);\n\n // Ensure that the priv won't be bigger than n, otherwise we may fail\n // in fixed multiplication method\n this.priv = this.priv.umod(this.ec.curve.n);\n};\n\nKeyPair.prototype._importPublic = function _importPublic(key, enc) {\n if (key.x || key.y) {\n // Montgomery points only have an `x` coordinate.\n // Weierstrass/Edwards points on the other hand have both `x` and\n // `y` coordinates.\n if (this.ec.curve.type === 'mont') {\n assert(key.x, 'Need x coordinate');\n } else if (this.ec.curve.type === 'short' ||\n this.ec.curve.type === 'edwards') {\n assert(key.x && key.y, 'Need both x and y coordinate');\n }\n this.pub = this.ec.curve.point(key.x, key.y);\n return;\n }\n this.pub = this.ec.curve.decodePoint(key, enc);\n};\n\n// ECDH\nKeyPair.prototype.derive = function derive(pub) {\n return pub.mul(this.priv).getX();\n};\n\n// ECDSA\nKeyPair.prototype.sign = function sign(msg, enc, options) {\n return this.ec.sign(msg, this, enc, options);\n};\n\nKeyPair.prototype.verify = function verify(msg, signature) {\n return this.ec.verify(msg, signature, this);\n};\n\nKeyPair.prototype.inspect = function inspect() {\n return '';\n};\n","'use strict';\n\nvar BN = require('bn.js');\n\nvar utils = require('../utils');\nvar assert = utils.assert;\n\nfunction Signature(options, enc) {\n if (options instanceof Signature)\n return options;\n\n if (this._importDER(options, enc))\n return;\n\n assert(options.r && options.s, 'Signature without r or s');\n this.r = new BN(options.r, 16);\n this.s = new BN(options.s, 16);\n if (options.recoveryParam === undefined)\n this.recoveryParam = null;\n else\n this.recoveryParam = options.recoveryParam;\n}\nmodule.exports = Signature;\n\nfunction Position() {\n this.place = 0;\n}\n\nfunction getLength(buf, p) {\n var initial = buf[p.place++];\n if (!(initial & 0x80)) {\n return initial;\n }\n var octetLen = initial & 0xf;\n\n // Indefinite length or overflow\n if (octetLen === 0 || octetLen > 4) {\n return false;\n }\n\n var val = 0;\n for (var i = 0, off = p.place; i < octetLen; i++, off++) {\n val <<= 8;\n val |= buf[off];\n val >>>= 0;\n }\n\n // Leading zeroes\n if (val <= 0x7f) {\n return false;\n }\n\n p.place = off;\n return val;\n}\n\nfunction rmPadding(buf) {\n var i = 0;\n var len = buf.length - 1;\n while (!buf[i] && !(buf[i + 1] & 0x80) && i < len) {\n i++;\n }\n if (i === 0) {\n return buf;\n }\n return buf.slice(i);\n}\n\nSignature.prototype._importDER = function _importDER(data, enc) {\n data = utils.toArray(data, enc);\n var p = new Position();\n if (data[p.place++] !== 0x30) {\n return false;\n }\n var len = getLength(data, p);\n if (len === false) {\n return false;\n }\n if ((len + p.place) !== data.length) {\n return false;\n }\n if (data[p.place++] !== 0x02) {\n return false;\n }\n var rlen = getLength(data, p);\n if (rlen === false) {\n return false;\n }\n var r = data.slice(p.place, rlen + p.place);\n p.place += rlen;\n if (data[p.place++] !== 0x02) {\n return false;\n }\n var slen = getLength(data, p);\n if (slen === false) {\n return false;\n }\n if (data.length !== slen + p.place) {\n return false;\n }\n var s = data.slice(p.place, slen + p.place);\n if (r[0] === 0) {\n if (r[1] & 0x80) {\n r = r.slice(1);\n } else {\n // Leading zeroes\n return false;\n }\n }\n if (s[0] === 0) {\n if (s[1] & 0x80) {\n s = s.slice(1);\n } else {\n // Leading zeroes\n return false;\n }\n }\n\n this.r = new BN(r);\n this.s = new BN(s);\n this.recoveryParam = null;\n\n return true;\n};\n\nfunction constructLength(arr, len) {\n if (len < 0x80) {\n arr.push(len);\n return;\n }\n var octets = 1 + (Math.log(len) / Math.LN2 >>> 3);\n arr.push(octets | 0x80);\n while (--octets) {\n arr.push((len >>> (octets << 3)) & 0xff);\n }\n arr.push(len);\n}\n\nSignature.prototype.toDER = function toDER(enc) {\n var r = this.r.toArray();\n var s = this.s.toArray();\n\n // Pad values\n if (r[0] & 0x80)\n r = [ 0 ].concat(r);\n // Pad values\n if (s[0] & 0x80)\n s = [ 0 ].concat(s);\n\n r = rmPadding(r);\n s = rmPadding(s);\n\n while (!s[0] && !(s[1] & 0x80)) {\n s = s.slice(1);\n }\n var arr = [ 0x02 ];\n constructLength(arr, r.length);\n arr = arr.concat(r);\n arr.push(0x02);\n constructLength(arr, s.length);\n var backHalf = arr.concat(s);\n var res = [ 0x30 ];\n constructLength(res, backHalf.length);\n res = res.concat(backHalf);\n return utils.encode(res, enc);\n};\n","'use strict';\n\nvar BN = require('bn.js');\nvar HmacDRBG = require('hmac-drbg');\nvar utils = require('../utils');\nvar curves = require('../curves');\nvar rand = require('brorand');\nvar assert = utils.assert;\n\nvar KeyPair = require('./key');\nvar Signature = require('./signature');\n\nfunction EC(options) {\n if (!(this instanceof EC))\n return new EC(options);\n\n // Shortcut `elliptic.ec(curve-name)`\n if (typeof options === 'string') {\n assert(curves.hasOwnProperty(options), 'Unknown curve ' + options);\n\n options = curves[options];\n }\n\n // Shortcut for `elliptic.ec(elliptic.curves.curveName)`\n if (options instanceof curves.PresetCurve)\n options = { curve: options };\n\n this.curve = options.curve.curve;\n this.n = this.curve.n;\n this.nh = this.n.ushrn(1);\n this.g = this.curve.g;\n\n // Point on curve\n this.g = options.curve.g;\n this.g.precompute(options.curve.n.bitLength() + 1);\n\n // Hash for function for DRBG\n this.hash = options.hash || options.curve.hash;\n}\nmodule.exports = EC;\n\nEC.prototype.keyPair = function keyPair(options) {\n return new KeyPair(this, options);\n};\n\nEC.prototype.keyFromPrivate = function keyFromPrivate(priv, enc) {\n return KeyPair.fromPrivate(this, priv, enc);\n};\n\nEC.prototype.keyFromPublic = function keyFromPublic(pub, enc) {\n return KeyPair.fromPublic(this, pub, enc);\n};\n\nEC.prototype.genKeyPair = function genKeyPair(options) {\n if (!options)\n options = {};\n\n // Instantiate Hmac_DRBG\n var drbg = new HmacDRBG({\n hash: this.hash,\n pers: options.pers,\n persEnc: options.persEnc || 'utf8',\n entropy: options.entropy || rand(this.hash.hmacStrength),\n entropyEnc: options.entropy && options.entropyEnc || 'utf8',\n nonce: this.n.toArray()\n });\n\n var bytes = this.n.byteLength();\n var ns2 = this.n.sub(new BN(2));\n do {\n var priv = new BN(drbg.generate(bytes));\n if (priv.cmp(ns2) > 0)\n continue;\n\n priv.iaddn(1);\n return this.keyFromPrivate(priv);\n } while (true);\n};\n\nEC.prototype._truncateToN = function truncateToN(msg, truncOnly) {\n var delta = msg.byteLength() * 8 - this.n.bitLength();\n if (delta > 0)\n msg = msg.ushrn(delta);\n if (!truncOnly && msg.cmp(this.n) >= 0)\n return msg.sub(this.n);\n else\n return msg;\n};\n\nEC.prototype.sign = function sign(msg, key, enc, options) {\n if (typeof enc === 'object') {\n options = enc;\n enc = null;\n }\n if (!options)\n options = {};\n\n key = this.keyFromPrivate(key, enc);\n msg = this._truncateToN(new BN(msg, 16));\n\n // Zero-extend key to provide enough entropy\n var bytes = this.n.byteLength();\n var bkey = key.getPrivate().toArray('be', bytes);\n\n // Zero-extend nonce to have the same byte size as N\n var nonce = msg.toArray('be', bytes);\n\n // Instantiate Hmac_DRBG\n var drbg = new HmacDRBG({\n hash: this.hash,\n entropy: bkey,\n nonce: nonce,\n pers: options.pers,\n persEnc: options.persEnc || 'utf8'\n });\n\n // Number of bytes to generate\n var ns1 = this.n.sub(new BN(1));\n\n for (var iter = 0; true; iter++) {\n var k = options.k ?\n options.k(iter) :\n new BN(drbg.generate(this.n.byteLength()));\n k = this._truncateToN(k, true);\n if (k.cmpn(1) <= 0 || k.cmp(ns1) >= 0)\n continue;\n\n var kp = this.g.mul(k);\n if (kp.isInfinity())\n continue;\n\n var kpX = kp.getX();\n var r = kpX.umod(this.n);\n if (r.cmpn(0) === 0)\n continue;\n\n var s = k.invm(this.n).mul(r.mul(key.getPrivate()).iadd(msg));\n s = s.umod(this.n);\n if (s.cmpn(0) === 0)\n continue;\n\n var recoveryParam = (kp.getY().isOdd() ? 1 : 0) |\n (kpX.cmp(r) !== 0 ? 2 : 0);\n\n // Use complement of `s`, if it is > `n / 2`\n if (options.canonical && s.cmp(this.nh) > 0) {\n s = this.n.sub(s);\n recoveryParam ^= 1;\n }\n\n return new Signature({ r: r, s: s, recoveryParam: recoveryParam });\n }\n};\n\nEC.prototype.verify = function verify(msg, signature, key, enc) {\n msg = this._truncateToN(new BN(msg, 16));\n key = this.keyFromPublic(key, enc);\n signature = new Signature(signature, 'hex');\n\n // Perform primitive values validation\n var r = signature.r;\n var s = signature.s;\n if (r.cmpn(1) < 0 || r.cmp(this.n) >= 0)\n return false;\n if (s.cmpn(1) < 0 || s.cmp(this.n) >= 0)\n return false;\n\n // Validate signature\n var sinv = s.invm(this.n);\n var u1 = sinv.mul(msg).umod(this.n);\n var u2 = sinv.mul(r).umod(this.n);\n\n if (!this.curve._maxwellTrick) {\n var p = this.g.mulAdd(u1, key.getPublic(), u2);\n if (p.isInfinity())\n return false;\n\n return p.getX().umod(this.n).cmp(r) === 0;\n }\n\n // NOTE: Greg Maxwell's trick, inspired by:\n // https://git.io/vad3K\n\n var p = this.g.jmulAdd(u1, key.getPublic(), u2);\n if (p.isInfinity())\n return false;\n\n // Compare `p.x` of Jacobian point with `r`,\n // this will do `p.x == r * p.z^2` instead of multiplying `p.x` by the\n // inverse of `p.z^2`\n return p.eqXToP(r);\n};\n\nEC.prototype.recoverPubKey = function(msg, signature, j, enc) {\n assert((3 & j) === j, 'The recovery param is more than two bits');\n signature = new Signature(signature, enc);\n\n var n = this.n;\n var e = new BN(msg);\n var r = signature.r;\n var s = signature.s;\n\n // A set LSB signifies that the y-coordinate is odd\n var isYOdd = j & 1;\n var isSecondKey = j >> 1;\n if (r.cmp(this.curve.p.umod(this.curve.n)) >= 0 && isSecondKey)\n throw new Error('Unable to find sencond key candinate');\n\n // 1.1. Let x = r + jn.\n if (isSecondKey)\n r = this.curve.pointFromX(r.add(this.curve.n), isYOdd);\n else\n r = this.curve.pointFromX(r, isYOdd);\n\n var rInv = signature.r.invm(n);\n var s1 = n.sub(e).mul(rInv).umod(n);\n var s2 = s.mul(rInv).umod(n);\n\n // 1.6.1 Compute Q = r^-1 (sR - eG)\n // Q = r^-1 (sR + -eG)\n return this.g.mulAdd(s1, r, s2);\n};\n\nEC.prototype.getKeyRecoveryParam = function(e, signature, Q, enc) {\n signature = new Signature(signature, enc);\n if (signature.recoveryParam !== null)\n return signature.recoveryParam;\n\n for (var i = 0; i < 4; i++) {\n var Qprime;\n try {\n Qprime = this.recoverPubKey(e, signature, i);\n } catch (e) {\n continue;\n }\n\n if (Qprime.eq(Q))\n return i;\n }\n throw new Error('Unable to find valid recovery factor');\n};\n","'use strict';\n\nvar utils = require('../utils');\nvar assert = utils.assert;\nvar parseBytes = utils.parseBytes;\nvar cachedProperty = utils.cachedProperty;\n\n/**\n* @param {EDDSA} eddsa - instance\n* @param {Object} params - public/private key parameters\n*\n* @param {Array} [params.secret] - secret seed bytes\n* @param {Point} [params.pub] - public key point (aka `A` in eddsa terms)\n* @param {Array} [params.pub] - public key point encoded as bytes\n*\n*/\nfunction KeyPair(eddsa, params) {\n this.eddsa = eddsa;\n this._secret = parseBytes(params.secret);\n if (eddsa.isPoint(params.pub))\n this._pub = params.pub;\n else\n this._pubBytes = parseBytes(params.pub);\n}\n\nKeyPair.fromPublic = function fromPublic(eddsa, pub) {\n if (pub instanceof KeyPair)\n return pub;\n return new KeyPair(eddsa, { pub: pub });\n};\n\nKeyPair.fromSecret = function fromSecret(eddsa, secret) {\n if (secret instanceof KeyPair)\n return secret;\n return new KeyPair(eddsa, { secret: secret });\n};\n\nKeyPair.prototype.secret = function secret() {\n return this._secret;\n};\n\ncachedProperty(KeyPair, 'pubBytes', function pubBytes() {\n return this.eddsa.encodePoint(this.pub());\n});\n\ncachedProperty(KeyPair, 'pub', function pub() {\n if (this._pubBytes)\n return this.eddsa.decodePoint(this._pubBytes);\n return this.eddsa.g.mul(this.priv());\n});\n\ncachedProperty(KeyPair, 'privBytes', function privBytes() {\n var eddsa = this.eddsa;\n var hash = this.hash();\n var lastIx = eddsa.encodingLength - 1;\n\n var a = hash.slice(0, eddsa.encodingLength);\n a[0] &= 248;\n a[lastIx] &= 127;\n a[lastIx] |= 64;\n\n return a;\n});\n\ncachedProperty(KeyPair, 'priv', function priv() {\n return this.eddsa.decodeInt(this.privBytes());\n});\n\ncachedProperty(KeyPair, 'hash', function hash() {\n return this.eddsa.hash().update(this.secret()).digest();\n});\n\ncachedProperty(KeyPair, 'messagePrefix', function messagePrefix() {\n return this.hash().slice(this.eddsa.encodingLength);\n});\n\nKeyPair.prototype.sign = function sign(message) {\n assert(this._secret, 'KeyPair can only verify');\n return this.eddsa.sign(message, this);\n};\n\nKeyPair.prototype.verify = function verify(message, sig) {\n return this.eddsa.verify(message, sig, this);\n};\n\nKeyPair.prototype.getSecret = function getSecret(enc) {\n assert(this._secret, 'KeyPair is public only');\n return utils.encode(this.secret(), enc);\n};\n\nKeyPair.prototype.getPublic = function getPublic(enc) {\n return utils.encode(this.pubBytes(), enc);\n};\n\nmodule.exports = KeyPair;\n","'use strict';\n\nvar BN = require('bn.js');\nvar utils = require('../utils');\nvar assert = utils.assert;\nvar cachedProperty = utils.cachedProperty;\nvar parseBytes = utils.parseBytes;\n\n/**\n* @param {EDDSA} eddsa - eddsa instance\n* @param {Array|Object} sig -\n* @param {Array|Point} [sig.R] - R point as Point or bytes\n* @param {Array|bn} [sig.S] - S scalar as bn or bytes\n* @param {Array} [sig.Rencoded] - R point encoded\n* @param {Array} [sig.Sencoded] - S scalar encoded\n*/\nfunction Signature(eddsa, sig) {\n this.eddsa = eddsa;\n\n if (typeof sig !== 'object')\n sig = parseBytes(sig);\n\n if (Array.isArray(sig)) {\n sig = {\n R: sig.slice(0, eddsa.encodingLength),\n S: sig.slice(eddsa.encodingLength)\n };\n }\n\n assert(sig.R && sig.S, 'Signature without R or S');\n\n if (eddsa.isPoint(sig.R))\n this._R = sig.R;\n if (sig.S instanceof BN)\n this._S = sig.S;\n\n this._Rencoded = Array.isArray(sig.R) ? sig.R : sig.Rencoded;\n this._Sencoded = Array.isArray(sig.S) ? sig.S : sig.Sencoded;\n}\n\ncachedProperty(Signature, 'S', function S() {\n return this.eddsa.decodeInt(this.Sencoded());\n});\n\ncachedProperty(Signature, 'R', function R() {\n return this.eddsa.decodePoint(this.Rencoded());\n});\n\ncachedProperty(Signature, 'Rencoded', function Rencoded() {\n return this.eddsa.encodePoint(this.R());\n});\n\ncachedProperty(Signature, 'Sencoded', function Sencoded() {\n return this.eddsa.encodeInt(this.S());\n});\n\nSignature.prototype.toBytes = function toBytes() {\n return this.Rencoded().concat(this.Sencoded());\n};\n\nSignature.prototype.toHex = function toHex() {\n return utils.encode(this.toBytes(), 'hex').toUpperCase();\n};\n\nmodule.exports = Signature;\n","'use strict';\n\nvar hash = require('hash.js');\nvar curves = require('../curves');\nvar utils = require('../utils');\nvar assert = utils.assert;\nvar parseBytes = utils.parseBytes;\nvar KeyPair = require('./key');\nvar Signature = require('./signature');\n\nfunction EDDSA(curve) {\n assert(curve === 'ed25519', 'only tested with ed25519 so far');\n\n if (!(this instanceof EDDSA))\n return new EDDSA(curve);\n\n var curve = curves[curve].curve;\n this.curve = curve;\n this.g = curve.g;\n this.g.precompute(curve.n.bitLength() + 1);\n\n this.pointClass = curve.point().constructor;\n this.encodingLength = Math.ceil(curve.n.bitLength() / 8);\n this.hash = hash.sha512;\n}\n\nmodule.exports = EDDSA;\n\n/**\n* @param {Array|String} message - message bytes\n* @param {Array|String|KeyPair} secret - secret bytes or a keypair\n* @returns {Signature} - signature\n*/\nEDDSA.prototype.sign = function sign(message, secret) {\n message = parseBytes(message);\n var key = this.keyFromSecret(secret);\n var r = this.hashInt(key.messagePrefix(), message);\n var R = this.g.mul(r);\n var Rencoded = this.encodePoint(R);\n var s_ = this.hashInt(Rencoded, key.pubBytes(), message)\n .mul(key.priv());\n var S = r.add(s_).umod(this.curve.n);\n return this.makeSignature({ R: R, S: S, Rencoded: Rencoded });\n};\n\n/**\n* @param {Array} message - message bytes\n* @param {Array|String|Signature} sig - sig bytes\n* @param {Array|String|Point|KeyPair} pub - public key\n* @returns {Boolean} - true if public key matches sig of message\n*/\nEDDSA.prototype.verify = function verify(message, sig, pub) {\n message = parseBytes(message);\n sig = this.makeSignature(sig);\n var key = this.keyFromPublic(pub);\n var h = this.hashInt(sig.Rencoded(), key.pubBytes(), message);\n var SG = this.g.mul(sig.S());\n var RplusAh = sig.R().add(key.pub().mul(h));\n return RplusAh.eq(SG);\n};\n\nEDDSA.prototype.hashInt = function hashInt() {\n var hash = this.hash();\n for (var i = 0; i < arguments.length; i++)\n hash.update(arguments[i]);\n return utils.intFromLE(hash.digest()).umod(this.curve.n);\n};\n\nEDDSA.prototype.keyFromPublic = function keyFromPublic(pub) {\n return KeyPair.fromPublic(this, pub);\n};\n\nEDDSA.prototype.keyFromSecret = function keyFromSecret(secret) {\n return KeyPair.fromSecret(this, secret);\n};\n\nEDDSA.prototype.makeSignature = function makeSignature(sig) {\n if (sig instanceof Signature)\n return sig;\n return new Signature(this, sig);\n};\n\n/**\n* * https://tools.ietf.org/html/draft-josefsson-eddsa-ed25519-03#section-5.2\n*\n* EDDSA defines methods for encoding and decoding points and integers. These are\n* helper convenience methods, that pass along to utility functions implied\n* parameters.\n*\n*/\nEDDSA.prototype.encodePoint = function encodePoint(point) {\n var enc = point.getY().toArray('le', this.encodingLength);\n enc[this.encodingLength - 1] |= point.getX().isOdd() ? 0x80 : 0;\n return enc;\n};\n\nEDDSA.prototype.decodePoint = function decodePoint(bytes) {\n bytes = utils.parseBytes(bytes);\n\n var lastIx = bytes.length - 1;\n var normed = bytes.slice(0, lastIx).concat(bytes[lastIx] & ~0x80);\n var xIsOdd = (bytes[lastIx] & 0x80) !== 0;\n\n var y = utils.intFromLE(normed);\n return this.curve.pointFromY(y, xIsOdd);\n};\n\nEDDSA.prototype.encodeInt = function encodeInt(num) {\n return num.toArray('le', this.encodingLength);\n};\n\nEDDSA.prototype.decodeInt = function decodeInt(bytes) {\n return utils.intFromLE(bytes);\n};\n\nEDDSA.prototype.isPoint = function isPoint(val) {\n return val instanceof this.pointClass;\n};\n","'use strict';\n\nvar elliptic = exports;\n\nelliptic.version = require('../package.json').version;\nelliptic.utils = require('./elliptic/utils');\nelliptic.rand = require('brorand');\nelliptic.curve = require('./elliptic/curve');\nelliptic.curves = require('./elliptic/curves');\n\n// Protocols\nelliptic.ec = require('./elliptic/ec');\nelliptic.eddsa = require('./elliptic/eddsa');\n","(function (module, exports) {\n 'use strict';\n\n // Utils\n function assert (val, msg) {\n if (!val) throw new Error(msg || 'Assertion failed');\n }\n\n // Could use `inherits` module, but don't want to move from single file\n // architecture yet.\n function inherits (ctor, superCtor) {\n ctor.super_ = superCtor;\n var TempCtor = function () {};\n TempCtor.prototype = superCtor.prototype;\n ctor.prototype = new TempCtor();\n ctor.prototype.constructor = ctor;\n }\n\n // BN\n\n function BN (number, base, endian) {\n if (BN.isBN(number)) {\n return number;\n }\n\n this.negative = 0;\n this.words = null;\n this.length = 0;\n\n // Reduction context\n this.red = null;\n\n if (number !== null) {\n if (base === 'le' || base === 'be') {\n endian = base;\n base = 10;\n }\n\n this._init(number || 0, base || 10, endian || 'be');\n }\n }\n if (typeof module === 'object') {\n module.exports = BN;\n } else {\n exports.BN = BN;\n }\n\n BN.BN = BN;\n BN.wordSize = 26;\n\n var Buffer;\n try {\n Buffer = require('buffer').Buffer;\n } catch (e) {\n }\n\n BN.isBN = function isBN (num) {\n if (num instanceof BN) {\n return true;\n }\n\n return num !== null && typeof num === 'object' &&\n num.constructor.wordSize === BN.wordSize && Array.isArray(num.words);\n };\n\n BN.max = function max (left, right) {\n if (left.cmp(right) > 0) return left;\n return right;\n };\n\n BN.min = function min (left, right) {\n if (left.cmp(right) < 0) return left;\n return right;\n };\n\n BN.prototype._init = function init (number, base, endian) {\n if (typeof number === 'number') {\n return this._initNumber(number, base, endian);\n }\n\n if (typeof number === 'object') {\n return this._initArray(number, base, endian);\n }\n\n if (base === 'hex') {\n base = 16;\n }\n assert(base === (base | 0) && base >= 2 && base <= 36);\n\n number = number.toString().replace(/\\s+/g, '');\n var start = 0;\n if (number[0] === '-') {\n start++;\n }\n\n if (base === 16) {\n this._parseHex(number, start);\n } else {\n this._parseBase(number, base, start);\n }\n\n if (number[0] === '-') {\n this.negative = 1;\n }\n\n this._strip();\n\n if (endian !== 'le') return;\n\n this._initArray(this.toArray(), base, endian);\n };\n\n BN.prototype._initNumber = function _initNumber (number, base, endian) {\n if (number < 0) {\n this.negative = 1;\n number = -number;\n }\n if (number < 0x4000000) {\n this.words = [number & 0x3ffffff];\n this.length = 1;\n } else if (number < 0x10000000000000) {\n this.words = [\n number & 0x3ffffff,\n (number / 0x4000000) & 0x3ffffff\n ];\n this.length = 2;\n } else {\n assert(number < 0x20000000000000); // 2 ^ 53 (unsafe)\n this.words = [\n number & 0x3ffffff,\n (number / 0x4000000) & 0x3ffffff,\n 1\n ];\n this.length = 3;\n }\n\n if (endian !== 'le') return;\n\n // Reverse the bytes\n this._initArray(this.toArray(), base, endian);\n };\n\n BN.prototype._initArray = function _initArray (number, base, endian) {\n // Perhaps a Uint8Array\n assert(typeof number.length === 'number');\n if (number.length <= 0) {\n this.words = [0];\n this.length = 1;\n return this;\n }\n\n this.length = Math.ceil(number.length / 3);\n this.words = new Array(this.length);\n for (var i = 0; i < this.length; i++) {\n this.words[i] = 0;\n }\n\n var j, w;\n var off = 0;\n if (endian === 'be') {\n for (i = number.length - 1, j = 0; i >= 0; i -= 3) {\n w = number[i] | (number[i - 1] << 8) | (number[i - 2] << 16);\n this.words[j] |= (w << off) & 0x3ffffff;\n this.words[j + 1] = (w >>> (26 - off)) & 0x3ffffff;\n off += 24;\n if (off >= 26) {\n off -= 26;\n j++;\n }\n }\n } else if (endian === 'le') {\n for (i = 0, j = 0; i < number.length; i += 3) {\n w = number[i] | (number[i + 1] << 8) | (number[i + 2] << 16);\n this.words[j] |= (w << off) & 0x3ffffff;\n this.words[j + 1] = (w >>> (26 - off)) & 0x3ffffff;\n off += 24;\n if (off >= 26) {\n off -= 26;\n j++;\n }\n }\n }\n return this._strip();\n };\n\n function parseHex (str, start, end) {\n var r = 0;\n var len = Math.min(str.length, end);\n var z = 0;\n for (var i = start; i < len; i++) {\n var c = str.charCodeAt(i) - 48;\n\n r <<= 4;\n\n var b;\n\n // 'a' - 'f'\n if (c >= 49 && c <= 54) {\n b = c - 49 + 0xa;\n\n // 'A' - 'F'\n } else if (c >= 17 && c <= 22) {\n b = c - 17 + 0xa;\n\n // '0' - '9'\n } else {\n b = c;\n }\n\n r |= b;\n z |= b;\n }\n\n assert(!(z & 0xf0), 'Invalid character in ' + str);\n return r;\n }\n\n BN.prototype._parseHex = function _parseHex (number, start) {\n // Create possibly bigger array to ensure that it fits the number\n this.length = Math.ceil((number.length - start) / 6);\n this.words = new Array(this.length);\n for (var i = 0; i < this.length; i++) {\n this.words[i] = 0;\n }\n\n var j, w;\n // Scan 24-bit chunks and add them to the number\n var off = 0;\n for (i = number.length - 6, j = 0; i >= start; i -= 6) {\n w = parseHex(number, i, i + 6);\n this.words[j] |= (w << off) & 0x3ffffff;\n // NOTE: `0x3fffff` is intentional here, 26bits max shift + 24bit hex limb\n this.words[j + 1] |= w >>> (26 - off) & 0x3fffff;\n off += 24;\n if (off >= 26) {\n off -= 26;\n j++;\n }\n }\n if (i + 6 !== start) {\n w = parseHex(number, start, i + 6);\n this.words[j] |= (w << off) & 0x3ffffff;\n this.words[j + 1] |= w >>> (26 - off) & 0x3fffff;\n }\n this._strip();\n };\n\n function parseBase (str, start, end, mul) {\n var r = 0;\n var b = 0;\n var len = Math.min(str.length, end);\n for (var i = start; i < len; i++) {\n var c = str.charCodeAt(i) - 48;\n\n r *= mul;\n\n // 'a'\n if (c >= 49) {\n b = c - 49 + 0xa;\n\n // 'A'\n } else if (c >= 17) {\n b = c - 17 + 0xa;\n\n // '0' - '9'\n } else {\n b = c;\n }\n assert(c >= 0 && b < mul, 'Invalid character');\n r += b;\n }\n return r;\n }\n\n BN.prototype._parseBase = function _parseBase (number, base, start) {\n // Initialize as zero\n this.words = [0];\n this.length = 1;\n\n // Find length of limb in base\n for (var limbLen = 0, limbPow = 1; limbPow <= 0x3ffffff; limbPow *= base) {\n limbLen++;\n }\n limbLen--;\n limbPow = (limbPow / base) | 0;\n\n var total = number.length - start;\n var mod = total % limbLen;\n var end = Math.min(total, total - mod) + start;\n\n var word = 0;\n for (var i = start; i < end; i += limbLen) {\n word = parseBase(number, i, i + limbLen, base);\n\n this.imuln(limbPow);\n if (this.words[0] + word < 0x4000000) {\n this.words[0] += word;\n } else {\n this._iaddn(word);\n }\n }\n\n if (mod !== 0) {\n var pow = 1;\n word = parseBase(number, i, number.length, base);\n\n for (i = 0; i < mod; i++) {\n pow *= base;\n }\n\n this.imuln(pow);\n if (this.words[0] + word < 0x4000000) {\n this.words[0] += word;\n } else {\n this._iaddn(word);\n }\n }\n };\n\n BN.prototype.copy = function copy (dest) {\n dest.words = new Array(this.length);\n for (var i = 0; i < this.length; i++) {\n dest.words[i] = this.words[i];\n }\n dest.length = this.length;\n dest.negative = this.negative;\n dest.red = this.red;\n };\n\n function move (dest, src) {\n dest.words = src.words;\n dest.length = src.length;\n dest.negative = src.negative;\n dest.red = src.red;\n }\n\n BN.prototype._move = function _move (dest) {\n move(dest, this);\n };\n\n BN.prototype.clone = function clone () {\n var r = new BN(null);\n this.copy(r);\n return r;\n };\n\n BN.prototype._expand = function _expand (size) {\n while (this.length < size) {\n this.words[this.length++] = 0;\n }\n return this;\n };\n\n // Remove leading `0` from `this`\n BN.prototype._strip = function strip () {\n while (this.length > 1 && this.words[this.length - 1] === 0) {\n this.length--;\n }\n return this._normSign();\n };\n\n BN.prototype._normSign = function _normSign () {\n // -0 = 0\n if (this.length === 1 && this.words[0] === 0) {\n this.negative = 0;\n }\n return this;\n };\n\n // Check Symbol.for because not everywhere where Symbol defined\n // See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol#Browser_compatibility\n if (typeof Symbol !== 'undefined' && typeof Symbol.for === 'function') {\n BN.prototype[Symbol.for('nodejs.util.inspect.custom')] = inspect;\n } else {\n BN.prototype.inspect = inspect;\n }\n\n function inspect () {\n return (this.red ? '';\n }\n\n /*\n\n var zeros = [];\n var groupSizes = [];\n var groupBases = [];\n\n var s = '';\n var i = -1;\n while (++i < BN.wordSize) {\n zeros[i] = s;\n s += '0';\n }\n groupSizes[0] = 0;\n groupSizes[1] = 0;\n groupBases[0] = 0;\n groupBases[1] = 0;\n var base = 2 - 1;\n while (++base < 36 + 1) {\n var groupSize = 0;\n var groupBase = 1;\n while (groupBase < (1 << BN.wordSize) / base) {\n groupBase *= base;\n groupSize += 1;\n }\n groupSizes[base] = groupSize;\n groupBases[base] = groupBase;\n }\n\n */\n\n var zeros = [\n '',\n '0',\n '00',\n '000',\n '0000',\n '00000',\n '000000',\n '0000000',\n '00000000',\n '000000000',\n '0000000000',\n '00000000000',\n '000000000000',\n '0000000000000',\n '00000000000000',\n '000000000000000',\n '0000000000000000',\n '00000000000000000',\n '000000000000000000',\n '0000000000000000000',\n '00000000000000000000',\n '000000000000000000000',\n '0000000000000000000000',\n '00000000000000000000000',\n '000000000000000000000000',\n '0000000000000000000000000'\n ];\n\n var groupSizes = [\n 0, 0,\n 25, 16, 12, 11, 10, 9, 8,\n 8, 7, 7, 7, 7, 6, 6,\n 6, 6, 6, 6, 6, 5, 5,\n 5, 5, 5, 5, 5, 5, 5,\n 5, 5, 5, 5, 5, 5, 5\n ];\n\n var groupBases = [\n 0, 0,\n 33554432, 43046721, 16777216, 48828125, 60466176, 40353607, 16777216,\n 43046721, 10000000, 19487171, 35831808, 62748517, 7529536, 11390625,\n 16777216, 24137569, 34012224, 47045881, 64000000, 4084101, 5153632,\n 6436343, 7962624, 9765625, 11881376, 14348907, 17210368, 20511149,\n 24300000, 28629151, 33554432, 39135393, 45435424, 52521875, 60466176\n ];\n\n BN.prototype.toString = function toString (base, padding) {\n base = base || 10;\n padding = padding | 0 || 1;\n\n var out;\n if (base === 16 || base === 'hex') {\n out = '';\n var off = 0;\n var carry = 0;\n for (var i = 0; i < this.length; i++) {\n var w = this.words[i];\n var word = (((w << off) | carry) & 0xffffff).toString(16);\n carry = (w >>> (24 - off)) & 0xffffff;\n if (carry !== 0 || i !== this.length - 1) {\n out = zeros[6 - word.length] + word + out;\n } else {\n out = word + out;\n }\n off += 2;\n if (off >= 26) {\n off -= 26;\n i--;\n }\n }\n if (carry !== 0) {\n out = carry.toString(16) + out;\n }\n while (out.length % padding !== 0) {\n out = '0' + out;\n }\n if (this.negative !== 0) {\n out = '-' + out;\n }\n return out;\n }\n\n if (base === (base | 0) && base >= 2 && base <= 36) {\n // var groupSize = Math.floor(BN.wordSize * Math.LN2 / Math.log(base));\n var groupSize = groupSizes[base];\n // var groupBase = Math.pow(base, groupSize);\n var groupBase = groupBases[base];\n out = '';\n var c = this.clone();\n c.negative = 0;\n while (!c.isZero()) {\n var r = c.modrn(groupBase).toString(base);\n c = c.idivn(groupBase);\n\n if (!c.isZero()) {\n out = zeros[groupSize - r.length] + r + out;\n } else {\n out = r + out;\n }\n }\n if (this.isZero()) {\n out = '0' + out;\n }\n while (out.length % padding !== 0) {\n out = '0' + out;\n }\n if (this.negative !== 0) {\n out = '-' + out;\n }\n return out;\n }\n\n assert(false, 'Base should be between 2 and 36');\n };\n\n BN.prototype.toNumber = function toNumber () {\n var ret = this.words[0];\n if (this.length === 2) {\n ret += this.words[1] * 0x4000000;\n } else if (this.length === 3 && this.words[2] === 0x01) {\n // NOTE: at this stage it is known that the top bit is set\n ret += 0x10000000000000 + (this.words[1] * 0x4000000);\n } else if (this.length > 2) {\n assert(false, 'Number can only safely store up to 53 bits');\n }\n return (this.negative !== 0) ? -ret : ret;\n };\n\n BN.prototype.toJSON = function toJSON () {\n return this.toString(16, 2);\n };\n\n if (Buffer) {\n BN.prototype.toBuffer = function toBuffer (endian, length) {\n return this.toArrayLike(Buffer, endian, length);\n };\n }\n\n BN.prototype.toArray = function toArray (endian, length) {\n return this.toArrayLike(Array, endian, length);\n };\n\n var allocate = function allocate (ArrayType, size) {\n if (ArrayType.allocUnsafe) {\n return ArrayType.allocUnsafe(size);\n }\n return new ArrayType(size);\n };\n\n BN.prototype.toArrayLike = function toArrayLike (ArrayType, endian, length) {\n this._strip();\n\n var byteLength = this.byteLength();\n var reqLength = length || Math.max(1, byteLength);\n assert(byteLength <= reqLength, 'byte array longer than desired length');\n assert(reqLength > 0, 'Requested array length <= 0');\n\n var res = allocate(ArrayType, reqLength);\n var postfix = endian === 'le' ? 'LE' : 'BE';\n this['_toArrayLike' + postfix](res, byteLength);\n return res;\n };\n\n BN.prototype._toArrayLikeLE = function _toArrayLikeLE (res, byteLength) {\n var position = 0;\n var carry = 0;\n\n for (var i = 0, shift = 0; i < this.length; i++) {\n var word = (this.words[i] << shift) | carry;\n\n res[position++] = word & 0xff;\n if (position < res.length) {\n res[position++] = (word >> 8) & 0xff;\n }\n if (position < res.length) {\n res[position++] = (word >> 16) & 0xff;\n }\n\n if (shift === 6) {\n if (position < res.length) {\n res[position++] = (word >> 24) & 0xff;\n }\n carry = 0;\n shift = 0;\n } else {\n carry = word >>> 24;\n shift += 2;\n }\n }\n\n if (position < res.length) {\n res[position++] = carry;\n\n while (position < res.length) {\n res[position++] = 0;\n }\n }\n };\n\n BN.prototype._toArrayLikeBE = function _toArrayLikeBE (res, byteLength) {\n var position = res.length - 1;\n var carry = 0;\n\n for (var i = 0, shift = 0; i < this.length; i++) {\n var word = (this.words[i] << shift) | carry;\n\n res[position--] = word & 0xff;\n if (position >= 0) {\n res[position--] = (word >> 8) & 0xff;\n }\n if (position >= 0) {\n res[position--] = (word >> 16) & 0xff;\n }\n\n if (shift === 6) {\n if (position >= 0) {\n res[position--] = (word >> 24) & 0xff;\n }\n carry = 0;\n shift = 0;\n } else {\n carry = word >>> 24;\n shift += 2;\n }\n }\n\n if (position >= 0) {\n res[position--] = carry;\n\n while (position >= 0) {\n res[position--] = 0;\n }\n }\n };\n\n if (Math.clz32) {\n BN.prototype._countBits = function _countBits (w) {\n return 32 - Math.clz32(w);\n };\n } else {\n BN.prototype._countBits = function _countBits (w) {\n var t = w;\n var r = 0;\n if (t >= 0x1000) {\n r += 13;\n t >>>= 13;\n }\n if (t >= 0x40) {\n r += 7;\n t >>>= 7;\n }\n if (t >= 0x8) {\n r += 4;\n t >>>= 4;\n }\n if (t >= 0x02) {\n r += 2;\n t >>>= 2;\n }\n return r + t;\n };\n }\n\n BN.prototype._zeroBits = function _zeroBits (w) {\n // Short-cut\n if (w === 0) return 26;\n\n var t = w;\n var r = 0;\n if ((t & 0x1fff) === 0) {\n r += 13;\n t >>>= 13;\n }\n if ((t & 0x7f) === 0) {\n r += 7;\n t >>>= 7;\n }\n if ((t & 0xf) === 0) {\n r += 4;\n t >>>= 4;\n }\n if ((t & 0x3) === 0) {\n r += 2;\n t >>>= 2;\n }\n if ((t & 0x1) === 0) {\n r++;\n }\n return r;\n };\n\n // Return number of used bits in a BN\n BN.prototype.bitLength = function bitLength () {\n var w = this.words[this.length - 1];\n var hi = this._countBits(w);\n return (this.length - 1) * 26 + hi;\n };\n\n function toBitArray (num) {\n var w = new Array(num.bitLength());\n\n for (var bit = 0; bit < w.length; bit++) {\n var off = (bit / 26) | 0;\n var wbit = bit % 26;\n\n w[bit] = (num.words[off] >>> wbit) & 0x01;\n }\n\n return w;\n }\n\n // Number of trailing zero bits\n BN.prototype.zeroBits = function zeroBits () {\n if (this.isZero()) return 0;\n\n var r = 0;\n for (var i = 0; i < this.length; i++) {\n var b = this._zeroBits(this.words[i]);\n r += b;\n if (b !== 26) break;\n }\n return r;\n };\n\n BN.prototype.byteLength = function byteLength () {\n return Math.ceil(this.bitLength() / 8);\n };\n\n BN.prototype.toTwos = function toTwos (width) {\n if (this.negative !== 0) {\n return this.abs().inotn(width).iaddn(1);\n }\n return this.clone();\n };\n\n BN.prototype.fromTwos = function fromTwos (width) {\n if (this.testn(width - 1)) {\n return this.notn(width).iaddn(1).ineg();\n }\n return this.clone();\n };\n\n BN.prototype.isNeg = function isNeg () {\n return this.negative !== 0;\n };\n\n // Return negative clone of `this`\n BN.prototype.neg = function neg () {\n return this.clone().ineg();\n };\n\n BN.prototype.ineg = function ineg () {\n if (!this.isZero()) {\n this.negative ^= 1;\n }\n\n return this;\n };\n\n // Or `num` with `this` in-place\n BN.prototype.iuor = function iuor (num) {\n while (this.length < num.length) {\n this.words[this.length++] = 0;\n }\n\n for (var i = 0; i < num.length; i++) {\n this.words[i] = this.words[i] | num.words[i];\n }\n\n return this._strip();\n };\n\n BN.prototype.ior = function ior (num) {\n assert((this.negative | num.negative) === 0);\n return this.iuor(num);\n };\n\n // Or `num` with `this`\n BN.prototype.or = function or (num) {\n if (this.length > num.length) return this.clone().ior(num);\n return num.clone().ior(this);\n };\n\n BN.prototype.uor = function uor (num) {\n if (this.length > num.length) return this.clone().iuor(num);\n return num.clone().iuor(this);\n };\n\n // And `num` with `this` in-place\n BN.prototype.iuand = function iuand (num) {\n // b = min-length(num, this)\n var b;\n if (this.length > num.length) {\n b = num;\n } else {\n b = this;\n }\n\n for (var i = 0; i < b.length; i++) {\n this.words[i] = this.words[i] & num.words[i];\n }\n\n this.length = b.length;\n\n return this._strip();\n };\n\n BN.prototype.iand = function iand (num) {\n assert((this.negative | num.negative) === 0);\n return this.iuand(num);\n };\n\n // And `num` with `this`\n BN.prototype.and = function and (num) {\n if (this.length > num.length) return this.clone().iand(num);\n return num.clone().iand(this);\n };\n\n BN.prototype.uand = function uand (num) {\n if (this.length > num.length) return this.clone().iuand(num);\n return num.clone().iuand(this);\n };\n\n // Xor `num` with `this` in-place\n BN.prototype.iuxor = function iuxor (num) {\n // a.length > b.length\n var a;\n var b;\n if (this.length > num.length) {\n a = this;\n b = num;\n } else {\n a = num;\n b = this;\n }\n\n for (var i = 0; i < b.length; i++) {\n this.words[i] = a.words[i] ^ b.words[i];\n }\n\n if (this !== a) {\n for (; i < a.length; i++) {\n this.words[i] = a.words[i];\n }\n }\n\n this.length = a.length;\n\n return this._strip();\n };\n\n BN.prototype.ixor = function ixor (num) {\n assert((this.negative | num.negative) === 0);\n return this.iuxor(num);\n };\n\n // Xor `num` with `this`\n BN.prototype.xor = function xor (num) {\n if (this.length > num.length) return this.clone().ixor(num);\n return num.clone().ixor(this);\n };\n\n BN.prototype.uxor = function uxor (num) {\n if (this.length > num.length) return this.clone().iuxor(num);\n return num.clone().iuxor(this);\n };\n\n // Not ``this`` with ``width`` bitwidth\n BN.prototype.inotn = function inotn (width) {\n assert(typeof width === 'number' && width >= 0);\n\n var bytesNeeded = Math.ceil(width / 26) | 0;\n var bitsLeft = width % 26;\n\n // Extend the buffer with leading zeroes\n this._expand(bytesNeeded);\n\n if (bitsLeft > 0) {\n bytesNeeded--;\n }\n\n // Handle complete words\n for (var i = 0; i < bytesNeeded; i++) {\n this.words[i] = ~this.words[i] & 0x3ffffff;\n }\n\n // Handle the residue\n if (bitsLeft > 0) {\n this.words[i] = ~this.words[i] & (0x3ffffff >> (26 - bitsLeft));\n }\n\n // And remove leading zeroes\n return this._strip();\n };\n\n BN.prototype.notn = function notn (width) {\n return this.clone().inotn(width);\n };\n\n // Set `bit` of `this`\n BN.prototype.setn = function setn (bit, val) {\n assert(typeof bit === 'number' && bit >= 0);\n\n var off = (bit / 26) | 0;\n var wbit = bit % 26;\n\n this._expand(off + 1);\n\n if (val) {\n this.words[off] = this.words[off] | (1 << wbit);\n } else {\n this.words[off] = this.words[off] & ~(1 << wbit);\n }\n\n return this._strip();\n };\n\n // Add `num` to `this` in-place\n BN.prototype.iadd = function iadd (num) {\n var r;\n\n // negative + positive\n if (this.negative !== 0 && num.negative === 0) {\n this.negative = 0;\n r = this.isub(num);\n this.negative ^= 1;\n return this._normSign();\n\n // positive + negative\n } else if (this.negative === 0 && num.negative !== 0) {\n num.negative = 0;\n r = this.isub(num);\n num.negative = 1;\n return r._normSign();\n }\n\n // a.length > b.length\n var a, b;\n if (this.length > num.length) {\n a = this;\n b = num;\n } else {\n a = num;\n b = this;\n }\n\n var carry = 0;\n for (var i = 0; i < b.length; i++) {\n r = (a.words[i] | 0) + (b.words[i] | 0) + carry;\n this.words[i] = r & 0x3ffffff;\n carry = r >>> 26;\n }\n for (; carry !== 0 && i < a.length; i++) {\n r = (a.words[i] | 0) + carry;\n this.words[i] = r & 0x3ffffff;\n carry = r >>> 26;\n }\n\n this.length = a.length;\n if (carry !== 0) {\n this.words[this.length] = carry;\n this.length++;\n // Copy the rest of the words\n } else if (a !== this) {\n for (; i < a.length; i++) {\n this.words[i] = a.words[i];\n }\n }\n\n return this;\n };\n\n // Add `num` to `this`\n BN.prototype.add = function add (num) {\n var res;\n if (num.negative !== 0 && this.negative === 0) {\n num.negative = 0;\n res = this.sub(num);\n num.negative ^= 1;\n return res;\n } else if (num.negative === 0 && this.negative !== 0) {\n this.negative = 0;\n res = num.sub(this);\n this.negative = 1;\n return res;\n }\n\n if (this.length > num.length) return this.clone().iadd(num);\n\n return num.clone().iadd(this);\n };\n\n // Subtract `num` from `this` in-place\n BN.prototype.isub = function isub (num) {\n // this - (-num) = this + num\n if (num.negative !== 0) {\n num.negative = 0;\n var r = this.iadd(num);\n num.negative = 1;\n return r._normSign();\n\n // -this - num = -(this + num)\n } else if (this.negative !== 0) {\n this.negative = 0;\n this.iadd(num);\n this.negative = 1;\n return this._normSign();\n }\n\n // At this point both numbers are positive\n var cmp = this.cmp(num);\n\n // Optimization - zeroify\n if (cmp === 0) {\n this.negative = 0;\n this.length = 1;\n this.words[0] = 0;\n return this;\n }\n\n // a > b\n var a, b;\n if (cmp > 0) {\n a = this;\n b = num;\n } else {\n a = num;\n b = this;\n }\n\n var carry = 0;\n for (var i = 0; i < b.length; i++) {\n r = (a.words[i] | 0) - (b.words[i] | 0) + carry;\n carry = r >> 26;\n this.words[i] = r & 0x3ffffff;\n }\n for (; carry !== 0 && i < a.length; i++) {\n r = (a.words[i] | 0) + carry;\n carry = r >> 26;\n this.words[i] = r & 0x3ffffff;\n }\n\n // Copy rest of the words\n if (carry === 0 && i < a.length && a !== this) {\n for (; i < a.length; i++) {\n this.words[i] = a.words[i];\n }\n }\n\n this.length = Math.max(this.length, i);\n\n if (a !== this) {\n this.negative = 1;\n }\n\n return this._strip();\n };\n\n // Subtract `num` from `this`\n BN.prototype.sub = function sub (num) {\n return this.clone().isub(num);\n };\n\n function smallMulTo (self, num, out) {\n out.negative = num.negative ^ self.negative;\n var len = (self.length + num.length) | 0;\n out.length = len;\n len = (len - 1) | 0;\n\n // Peel one iteration (compiler can't do it, because of code complexity)\n var a = self.words[0] | 0;\n var b = num.words[0] | 0;\n var r = a * b;\n\n var lo = r & 0x3ffffff;\n var carry = (r / 0x4000000) | 0;\n out.words[0] = lo;\n\n for (var k = 1; k < len; k++) {\n // Sum all words with the same `i + j = k` and accumulate `ncarry`,\n // note that ncarry could be >= 0x3ffffff\n var ncarry = carry >>> 26;\n var rword = carry & 0x3ffffff;\n var maxJ = Math.min(k, num.length - 1);\n for (var j = Math.max(0, k - self.length + 1); j <= maxJ; j++) {\n var i = (k - j) | 0;\n a = self.words[i] | 0;\n b = num.words[j] | 0;\n r = a * b + rword;\n ncarry += (r / 0x4000000) | 0;\n rword = r & 0x3ffffff;\n }\n out.words[k] = rword | 0;\n carry = ncarry | 0;\n }\n if (carry !== 0) {\n out.words[k] = carry | 0;\n } else {\n out.length--;\n }\n\n return out._strip();\n }\n\n // TODO(indutny): it may be reasonable to omit it for users who don't need\n // to work with 256-bit numbers, otherwise it gives 20% improvement for 256-bit\n // multiplication (like elliptic secp256k1).\n var comb10MulTo = function comb10MulTo (self, num, out) {\n var a = self.words;\n var b = num.words;\n var o = out.words;\n var c = 0;\n var lo;\n var mid;\n var hi;\n var a0 = a[0] | 0;\n var al0 = a0 & 0x1fff;\n var ah0 = a0 >>> 13;\n var a1 = a[1] | 0;\n var al1 = a1 & 0x1fff;\n var ah1 = a1 >>> 13;\n var a2 = a[2] | 0;\n var al2 = a2 & 0x1fff;\n var ah2 = a2 >>> 13;\n var a3 = a[3] | 0;\n var al3 = a3 & 0x1fff;\n var ah3 = a3 >>> 13;\n var a4 = a[4] | 0;\n var al4 = a4 & 0x1fff;\n var ah4 = a4 >>> 13;\n var a5 = a[5] | 0;\n var al5 = a5 & 0x1fff;\n var ah5 = a5 >>> 13;\n var a6 = a[6] | 0;\n var al6 = a6 & 0x1fff;\n var ah6 = a6 >>> 13;\n var a7 = a[7] | 0;\n var al7 = a7 & 0x1fff;\n var ah7 = a7 >>> 13;\n var a8 = a[8] | 0;\n var al8 = a8 & 0x1fff;\n var ah8 = a8 >>> 13;\n var a9 = a[9] | 0;\n var al9 = a9 & 0x1fff;\n var ah9 = a9 >>> 13;\n var b0 = b[0] | 0;\n var bl0 = b0 & 0x1fff;\n var bh0 = b0 >>> 13;\n var b1 = b[1] | 0;\n var bl1 = b1 & 0x1fff;\n var bh1 = b1 >>> 13;\n var b2 = b[2] | 0;\n var bl2 = b2 & 0x1fff;\n var bh2 = b2 >>> 13;\n var b3 = b[3] | 0;\n var bl3 = b3 & 0x1fff;\n var bh3 = b3 >>> 13;\n var b4 = b[4] | 0;\n var bl4 = b4 & 0x1fff;\n var bh4 = b4 >>> 13;\n var b5 = b[5] | 0;\n var bl5 = b5 & 0x1fff;\n var bh5 = b5 >>> 13;\n var b6 = b[6] | 0;\n var bl6 = b6 & 0x1fff;\n var bh6 = b6 >>> 13;\n var b7 = b[7] | 0;\n var bl7 = b7 & 0x1fff;\n var bh7 = b7 >>> 13;\n var b8 = b[8] | 0;\n var bl8 = b8 & 0x1fff;\n var bh8 = b8 >>> 13;\n var b9 = b[9] | 0;\n var bl9 = b9 & 0x1fff;\n var bh9 = b9 >>> 13;\n\n out.negative = self.negative ^ num.negative;\n out.length = 19;\n /* k = 0 */\n lo = Math.imul(al0, bl0);\n mid = Math.imul(al0, bh0);\n mid = (mid + Math.imul(ah0, bl0)) | 0;\n hi = Math.imul(ah0, bh0);\n var w0 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w0 >>> 26)) | 0;\n w0 &= 0x3ffffff;\n /* k = 1 */\n lo = Math.imul(al1, bl0);\n mid = Math.imul(al1, bh0);\n mid = (mid + Math.imul(ah1, bl0)) | 0;\n hi = Math.imul(ah1, bh0);\n lo = (lo + Math.imul(al0, bl1)) | 0;\n mid = (mid + Math.imul(al0, bh1)) | 0;\n mid = (mid + Math.imul(ah0, bl1)) | 0;\n hi = (hi + Math.imul(ah0, bh1)) | 0;\n var w1 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w1 >>> 26)) | 0;\n w1 &= 0x3ffffff;\n /* k = 2 */\n lo = Math.imul(al2, bl0);\n mid = Math.imul(al2, bh0);\n mid = (mid + Math.imul(ah2, bl0)) | 0;\n hi = Math.imul(ah2, bh0);\n lo = (lo + Math.imul(al1, bl1)) | 0;\n mid = (mid + Math.imul(al1, bh1)) | 0;\n mid = (mid + Math.imul(ah1, bl1)) | 0;\n hi = (hi + Math.imul(ah1, bh1)) | 0;\n lo = (lo + Math.imul(al0, bl2)) | 0;\n mid = (mid + Math.imul(al0, bh2)) | 0;\n mid = (mid + Math.imul(ah0, bl2)) | 0;\n hi = (hi + Math.imul(ah0, bh2)) | 0;\n var w2 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w2 >>> 26)) | 0;\n w2 &= 0x3ffffff;\n /* k = 3 */\n lo = Math.imul(al3, bl0);\n mid = Math.imul(al3, bh0);\n mid = (mid + Math.imul(ah3, bl0)) | 0;\n hi = Math.imul(ah3, bh0);\n lo = (lo + Math.imul(al2, bl1)) | 0;\n mid = (mid + Math.imul(al2, bh1)) | 0;\n mid = (mid + Math.imul(ah2, bl1)) | 0;\n hi = (hi + Math.imul(ah2, bh1)) | 0;\n lo = (lo + Math.imul(al1, bl2)) | 0;\n mid = (mid + Math.imul(al1, bh2)) | 0;\n mid = (mid + Math.imul(ah1, bl2)) | 0;\n hi = (hi + Math.imul(ah1, bh2)) | 0;\n lo = (lo + Math.imul(al0, bl3)) | 0;\n mid = (mid + Math.imul(al0, bh3)) | 0;\n mid = (mid + Math.imul(ah0, bl3)) | 0;\n hi = (hi + Math.imul(ah0, bh3)) | 0;\n var w3 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w3 >>> 26)) | 0;\n w3 &= 0x3ffffff;\n /* k = 4 */\n lo = Math.imul(al4, bl0);\n mid = Math.imul(al4, bh0);\n mid = (mid + Math.imul(ah4, bl0)) | 0;\n hi = Math.imul(ah4, bh0);\n lo = (lo + Math.imul(al3, bl1)) | 0;\n mid = (mid + Math.imul(al3, bh1)) | 0;\n mid = (mid + Math.imul(ah3, bl1)) | 0;\n hi = (hi + Math.imul(ah3, bh1)) | 0;\n lo = (lo + Math.imul(al2, bl2)) | 0;\n mid = (mid + Math.imul(al2, bh2)) | 0;\n mid = (mid + Math.imul(ah2, bl2)) | 0;\n hi = (hi + Math.imul(ah2, bh2)) | 0;\n lo = (lo + Math.imul(al1, bl3)) | 0;\n mid = (mid + Math.imul(al1, bh3)) | 0;\n mid = (mid + Math.imul(ah1, bl3)) | 0;\n hi = (hi + Math.imul(ah1, bh3)) | 0;\n lo = (lo + Math.imul(al0, bl4)) | 0;\n mid = (mid + Math.imul(al0, bh4)) | 0;\n mid = (mid + Math.imul(ah0, bl4)) | 0;\n hi = (hi + Math.imul(ah0, bh4)) | 0;\n var w4 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w4 >>> 26)) | 0;\n w4 &= 0x3ffffff;\n /* k = 5 */\n lo = Math.imul(al5, bl0);\n mid = Math.imul(al5, bh0);\n mid = (mid + Math.imul(ah5, bl0)) | 0;\n hi = Math.imul(ah5, bh0);\n lo = (lo + Math.imul(al4, bl1)) | 0;\n mid = (mid + Math.imul(al4, bh1)) | 0;\n mid = (mid + Math.imul(ah4, bl1)) | 0;\n hi = (hi + Math.imul(ah4, bh1)) | 0;\n lo = (lo + Math.imul(al3, bl2)) | 0;\n mid = (mid + Math.imul(al3, bh2)) | 0;\n mid = (mid + Math.imul(ah3, bl2)) | 0;\n hi = (hi + Math.imul(ah3, bh2)) | 0;\n lo = (lo + Math.imul(al2, bl3)) | 0;\n mid = (mid + Math.imul(al2, bh3)) | 0;\n mid = (mid + Math.imul(ah2, bl3)) | 0;\n hi = (hi + Math.imul(ah2, bh3)) | 0;\n lo = (lo + Math.imul(al1, bl4)) | 0;\n mid = (mid + Math.imul(al1, bh4)) | 0;\n mid = (mid + Math.imul(ah1, bl4)) | 0;\n hi = (hi + Math.imul(ah1, bh4)) | 0;\n lo = (lo + Math.imul(al0, bl5)) | 0;\n mid = (mid + Math.imul(al0, bh5)) | 0;\n mid = (mid + Math.imul(ah0, bl5)) | 0;\n hi = (hi + Math.imul(ah0, bh5)) | 0;\n var w5 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w5 >>> 26)) | 0;\n w5 &= 0x3ffffff;\n /* k = 6 */\n lo = Math.imul(al6, bl0);\n mid = Math.imul(al6, bh0);\n mid = (mid + Math.imul(ah6, bl0)) | 0;\n hi = Math.imul(ah6, bh0);\n lo = (lo + Math.imul(al5, bl1)) | 0;\n mid = (mid + Math.imul(al5, bh1)) | 0;\n mid = (mid + Math.imul(ah5, bl1)) | 0;\n hi = (hi + Math.imul(ah5, bh1)) | 0;\n lo = (lo + Math.imul(al4, bl2)) | 0;\n mid = (mid + Math.imul(al4, bh2)) | 0;\n mid = (mid + Math.imul(ah4, bl2)) | 0;\n hi = (hi + Math.imul(ah4, bh2)) | 0;\n lo = (lo + Math.imul(al3, bl3)) | 0;\n mid = (mid + Math.imul(al3, bh3)) | 0;\n mid = (mid + Math.imul(ah3, bl3)) | 0;\n hi = (hi + Math.imul(ah3, bh3)) | 0;\n lo = (lo + Math.imul(al2, bl4)) | 0;\n mid = (mid + Math.imul(al2, bh4)) | 0;\n mid = (mid + Math.imul(ah2, bl4)) | 0;\n hi = (hi + Math.imul(ah2, bh4)) | 0;\n lo = (lo + Math.imul(al1, bl5)) | 0;\n mid = (mid + Math.imul(al1, bh5)) | 0;\n mid = (mid + Math.imul(ah1, bl5)) | 0;\n hi = (hi + Math.imul(ah1, bh5)) | 0;\n lo = (lo + Math.imul(al0, bl6)) | 0;\n mid = (mid + Math.imul(al0, bh6)) | 0;\n mid = (mid + Math.imul(ah0, bl6)) | 0;\n hi = (hi + Math.imul(ah0, bh6)) | 0;\n var w6 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w6 >>> 26)) | 0;\n w6 &= 0x3ffffff;\n /* k = 7 */\n lo = Math.imul(al7, bl0);\n mid = Math.imul(al7, bh0);\n mid = (mid + Math.imul(ah7, bl0)) | 0;\n hi = Math.imul(ah7, bh0);\n lo = (lo + Math.imul(al6, bl1)) | 0;\n mid = (mid + Math.imul(al6, bh1)) | 0;\n mid = (mid + Math.imul(ah6, bl1)) | 0;\n hi = (hi + Math.imul(ah6, bh1)) | 0;\n lo = (lo + Math.imul(al5, bl2)) | 0;\n mid = (mid + Math.imul(al5, bh2)) | 0;\n mid = (mid + Math.imul(ah5, bl2)) | 0;\n hi = (hi + Math.imul(ah5, bh2)) | 0;\n lo = (lo + Math.imul(al4, bl3)) | 0;\n mid = (mid + Math.imul(al4, bh3)) | 0;\n mid = (mid + Math.imul(ah4, bl3)) | 0;\n hi = (hi + Math.imul(ah4, bh3)) | 0;\n lo = (lo + Math.imul(al3, bl4)) | 0;\n mid = (mid + Math.imul(al3, bh4)) | 0;\n mid = (mid + Math.imul(ah3, bl4)) | 0;\n hi = (hi + Math.imul(ah3, bh4)) | 0;\n lo = (lo + Math.imul(al2, bl5)) | 0;\n mid = (mid + Math.imul(al2, bh5)) | 0;\n mid = (mid + Math.imul(ah2, bl5)) | 0;\n hi = (hi + Math.imul(ah2, bh5)) | 0;\n lo = (lo + Math.imul(al1, bl6)) | 0;\n mid = (mid + Math.imul(al1, bh6)) | 0;\n mid = (mid + Math.imul(ah1, bl6)) | 0;\n hi = (hi + Math.imul(ah1, bh6)) | 0;\n lo = (lo + Math.imul(al0, bl7)) | 0;\n mid = (mid + Math.imul(al0, bh7)) | 0;\n mid = (mid + Math.imul(ah0, bl7)) | 0;\n hi = (hi + Math.imul(ah0, bh7)) | 0;\n var w7 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w7 >>> 26)) | 0;\n w7 &= 0x3ffffff;\n /* k = 8 */\n lo = Math.imul(al8, bl0);\n mid = Math.imul(al8, bh0);\n mid = (mid + Math.imul(ah8, bl0)) | 0;\n hi = Math.imul(ah8, bh0);\n lo = (lo + Math.imul(al7, bl1)) | 0;\n mid = (mid + Math.imul(al7, bh1)) | 0;\n mid = (mid + Math.imul(ah7, bl1)) | 0;\n hi = (hi + Math.imul(ah7, bh1)) | 0;\n lo = (lo + Math.imul(al6, bl2)) | 0;\n mid = (mid + Math.imul(al6, bh2)) | 0;\n mid = (mid + Math.imul(ah6, bl2)) | 0;\n hi = (hi + Math.imul(ah6, bh2)) | 0;\n lo = (lo + Math.imul(al5, bl3)) | 0;\n mid = (mid + Math.imul(al5, bh3)) | 0;\n mid = (mid + Math.imul(ah5, bl3)) | 0;\n hi = (hi + Math.imul(ah5, bh3)) | 0;\n lo = (lo + Math.imul(al4, bl4)) | 0;\n mid = (mid + Math.imul(al4, bh4)) | 0;\n mid = (mid + Math.imul(ah4, bl4)) | 0;\n hi = (hi + Math.imul(ah4, bh4)) | 0;\n lo = (lo + Math.imul(al3, bl5)) | 0;\n mid = (mid + Math.imul(al3, bh5)) | 0;\n mid = (mid + Math.imul(ah3, bl5)) | 0;\n hi = (hi + Math.imul(ah3, bh5)) | 0;\n lo = (lo + Math.imul(al2, bl6)) | 0;\n mid = (mid + Math.imul(al2, bh6)) | 0;\n mid = (mid + Math.imul(ah2, bl6)) | 0;\n hi = (hi + Math.imul(ah2, bh6)) | 0;\n lo = (lo + Math.imul(al1, bl7)) | 0;\n mid = (mid + Math.imul(al1, bh7)) | 0;\n mid = (mid + Math.imul(ah1, bl7)) | 0;\n hi = (hi + Math.imul(ah1, bh7)) | 0;\n lo = (lo + Math.imul(al0, bl8)) | 0;\n mid = (mid + Math.imul(al0, bh8)) | 0;\n mid = (mid + Math.imul(ah0, bl8)) | 0;\n hi = (hi + Math.imul(ah0, bh8)) | 0;\n var w8 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w8 >>> 26)) | 0;\n w8 &= 0x3ffffff;\n /* k = 9 */\n lo = Math.imul(al9, bl0);\n mid = Math.imul(al9, bh0);\n mid = (mid + Math.imul(ah9, bl0)) | 0;\n hi = Math.imul(ah9, bh0);\n lo = (lo + Math.imul(al8, bl1)) | 0;\n mid = (mid + Math.imul(al8, bh1)) | 0;\n mid = (mid + Math.imul(ah8, bl1)) | 0;\n hi = (hi + Math.imul(ah8, bh1)) | 0;\n lo = (lo + Math.imul(al7, bl2)) | 0;\n mid = (mid + Math.imul(al7, bh2)) | 0;\n mid = (mid + Math.imul(ah7, bl2)) | 0;\n hi = (hi + Math.imul(ah7, bh2)) | 0;\n lo = (lo + Math.imul(al6, bl3)) | 0;\n mid = (mid + Math.imul(al6, bh3)) | 0;\n mid = (mid + Math.imul(ah6, bl3)) | 0;\n hi = (hi + Math.imul(ah6, bh3)) | 0;\n lo = (lo + Math.imul(al5, bl4)) | 0;\n mid = (mid + Math.imul(al5, bh4)) | 0;\n mid = (mid + Math.imul(ah5, bl4)) | 0;\n hi = (hi + Math.imul(ah5, bh4)) | 0;\n lo = (lo + Math.imul(al4, bl5)) | 0;\n mid = (mid + Math.imul(al4, bh5)) | 0;\n mid = (mid + Math.imul(ah4, bl5)) | 0;\n hi = (hi + Math.imul(ah4, bh5)) | 0;\n lo = (lo + Math.imul(al3, bl6)) | 0;\n mid = (mid + Math.imul(al3, bh6)) | 0;\n mid = (mid + Math.imul(ah3, bl6)) | 0;\n hi = (hi + Math.imul(ah3, bh6)) | 0;\n lo = (lo + Math.imul(al2, bl7)) | 0;\n mid = (mid + Math.imul(al2, bh7)) | 0;\n mid = (mid + Math.imul(ah2, bl7)) | 0;\n hi = (hi + Math.imul(ah2, bh7)) | 0;\n lo = (lo + Math.imul(al1, bl8)) | 0;\n mid = (mid + Math.imul(al1, bh8)) | 0;\n mid = (mid + Math.imul(ah1, bl8)) | 0;\n hi = (hi + Math.imul(ah1, bh8)) | 0;\n lo = (lo + Math.imul(al0, bl9)) | 0;\n mid = (mid + Math.imul(al0, bh9)) | 0;\n mid = (mid + Math.imul(ah0, bl9)) | 0;\n hi = (hi + Math.imul(ah0, bh9)) | 0;\n var w9 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w9 >>> 26)) | 0;\n w9 &= 0x3ffffff;\n /* k = 10 */\n lo = Math.imul(al9, bl1);\n mid = Math.imul(al9, bh1);\n mid = (mid + Math.imul(ah9, bl1)) | 0;\n hi = Math.imul(ah9, bh1);\n lo = (lo + Math.imul(al8, bl2)) | 0;\n mid = (mid + Math.imul(al8, bh2)) | 0;\n mid = (mid + Math.imul(ah8, bl2)) | 0;\n hi = (hi + Math.imul(ah8, bh2)) | 0;\n lo = (lo + Math.imul(al7, bl3)) | 0;\n mid = (mid + Math.imul(al7, bh3)) | 0;\n mid = (mid + Math.imul(ah7, bl3)) | 0;\n hi = (hi + Math.imul(ah7, bh3)) | 0;\n lo = (lo + Math.imul(al6, bl4)) | 0;\n mid = (mid + Math.imul(al6, bh4)) | 0;\n mid = (mid + Math.imul(ah6, bl4)) | 0;\n hi = (hi + Math.imul(ah6, bh4)) | 0;\n lo = (lo + Math.imul(al5, bl5)) | 0;\n mid = (mid + Math.imul(al5, bh5)) | 0;\n mid = (mid + Math.imul(ah5, bl5)) | 0;\n hi = (hi + Math.imul(ah5, bh5)) | 0;\n lo = (lo + Math.imul(al4, bl6)) | 0;\n mid = (mid + Math.imul(al4, bh6)) | 0;\n mid = (mid + Math.imul(ah4, bl6)) | 0;\n hi = (hi + Math.imul(ah4, bh6)) | 0;\n lo = (lo + Math.imul(al3, bl7)) | 0;\n mid = (mid + Math.imul(al3, bh7)) | 0;\n mid = (mid + Math.imul(ah3, bl7)) | 0;\n hi = (hi + Math.imul(ah3, bh7)) | 0;\n lo = (lo + Math.imul(al2, bl8)) | 0;\n mid = (mid + Math.imul(al2, bh8)) | 0;\n mid = (mid + Math.imul(ah2, bl8)) | 0;\n hi = (hi + Math.imul(ah2, bh8)) | 0;\n lo = (lo + Math.imul(al1, bl9)) | 0;\n mid = (mid + Math.imul(al1, bh9)) | 0;\n mid = (mid + Math.imul(ah1, bl9)) | 0;\n hi = (hi + Math.imul(ah1, bh9)) | 0;\n var w10 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w10 >>> 26)) | 0;\n w10 &= 0x3ffffff;\n /* k = 11 */\n lo = Math.imul(al9, bl2);\n mid = Math.imul(al9, bh2);\n mid = (mid + Math.imul(ah9, bl2)) | 0;\n hi = Math.imul(ah9, bh2);\n lo = (lo + Math.imul(al8, bl3)) | 0;\n mid = (mid + Math.imul(al8, bh3)) | 0;\n mid = (mid + Math.imul(ah8, bl3)) | 0;\n hi = (hi + Math.imul(ah8, bh3)) | 0;\n lo = (lo + Math.imul(al7, bl4)) | 0;\n mid = (mid + Math.imul(al7, bh4)) | 0;\n mid = (mid + Math.imul(ah7, bl4)) | 0;\n hi = (hi + Math.imul(ah7, bh4)) | 0;\n lo = (lo + Math.imul(al6, bl5)) | 0;\n mid = (mid + Math.imul(al6, bh5)) | 0;\n mid = (mid + Math.imul(ah6, bl5)) | 0;\n hi = (hi + Math.imul(ah6, bh5)) | 0;\n lo = (lo + Math.imul(al5, bl6)) | 0;\n mid = (mid + Math.imul(al5, bh6)) | 0;\n mid = (mid + Math.imul(ah5, bl6)) | 0;\n hi = (hi + Math.imul(ah5, bh6)) | 0;\n lo = (lo + Math.imul(al4, bl7)) | 0;\n mid = (mid + Math.imul(al4, bh7)) | 0;\n mid = (mid + Math.imul(ah4, bl7)) | 0;\n hi = (hi + Math.imul(ah4, bh7)) | 0;\n lo = (lo + Math.imul(al3, bl8)) | 0;\n mid = (mid + Math.imul(al3, bh8)) | 0;\n mid = (mid + Math.imul(ah3, bl8)) | 0;\n hi = (hi + Math.imul(ah3, bh8)) | 0;\n lo = (lo + Math.imul(al2, bl9)) | 0;\n mid = (mid + Math.imul(al2, bh9)) | 0;\n mid = (mid + Math.imul(ah2, bl9)) | 0;\n hi = (hi + Math.imul(ah2, bh9)) | 0;\n var w11 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w11 >>> 26)) | 0;\n w11 &= 0x3ffffff;\n /* k = 12 */\n lo = Math.imul(al9, bl3);\n mid = Math.imul(al9, bh3);\n mid = (mid + Math.imul(ah9, bl3)) | 0;\n hi = Math.imul(ah9, bh3);\n lo = (lo + Math.imul(al8, bl4)) | 0;\n mid = (mid + Math.imul(al8, bh4)) | 0;\n mid = (mid + Math.imul(ah8, bl4)) | 0;\n hi = (hi + Math.imul(ah8, bh4)) | 0;\n lo = (lo + Math.imul(al7, bl5)) | 0;\n mid = (mid + Math.imul(al7, bh5)) | 0;\n mid = (mid + Math.imul(ah7, bl5)) | 0;\n hi = (hi + Math.imul(ah7, bh5)) | 0;\n lo = (lo + Math.imul(al6, bl6)) | 0;\n mid = (mid + Math.imul(al6, bh6)) | 0;\n mid = (mid + Math.imul(ah6, bl6)) | 0;\n hi = (hi + Math.imul(ah6, bh6)) | 0;\n lo = (lo + Math.imul(al5, bl7)) | 0;\n mid = (mid + Math.imul(al5, bh7)) | 0;\n mid = (mid + Math.imul(ah5, bl7)) | 0;\n hi = (hi + Math.imul(ah5, bh7)) | 0;\n lo = (lo + Math.imul(al4, bl8)) | 0;\n mid = (mid + Math.imul(al4, bh8)) | 0;\n mid = (mid + Math.imul(ah4, bl8)) | 0;\n hi = (hi + Math.imul(ah4, bh8)) | 0;\n lo = (lo + Math.imul(al3, bl9)) | 0;\n mid = (mid + Math.imul(al3, bh9)) | 0;\n mid = (mid + Math.imul(ah3, bl9)) | 0;\n hi = (hi + Math.imul(ah3, bh9)) | 0;\n var w12 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w12 >>> 26)) | 0;\n w12 &= 0x3ffffff;\n /* k = 13 */\n lo = Math.imul(al9, bl4);\n mid = Math.imul(al9, bh4);\n mid = (mid + Math.imul(ah9, bl4)) | 0;\n hi = Math.imul(ah9, bh4);\n lo = (lo + Math.imul(al8, bl5)) | 0;\n mid = (mid + Math.imul(al8, bh5)) | 0;\n mid = (mid + Math.imul(ah8, bl5)) | 0;\n hi = (hi + Math.imul(ah8, bh5)) | 0;\n lo = (lo + Math.imul(al7, bl6)) | 0;\n mid = (mid + Math.imul(al7, bh6)) | 0;\n mid = (mid + Math.imul(ah7, bl6)) | 0;\n hi = (hi + Math.imul(ah7, bh6)) | 0;\n lo = (lo + Math.imul(al6, bl7)) | 0;\n mid = (mid + Math.imul(al6, bh7)) | 0;\n mid = (mid + Math.imul(ah6, bl7)) | 0;\n hi = (hi + Math.imul(ah6, bh7)) | 0;\n lo = (lo + Math.imul(al5, bl8)) | 0;\n mid = (mid + Math.imul(al5, bh8)) | 0;\n mid = (mid + Math.imul(ah5, bl8)) | 0;\n hi = (hi + Math.imul(ah5, bh8)) | 0;\n lo = (lo + Math.imul(al4, bl9)) | 0;\n mid = (mid + Math.imul(al4, bh9)) | 0;\n mid = (mid + Math.imul(ah4, bl9)) | 0;\n hi = (hi + Math.imul(ah4, bh9)) | 0;\n var w13 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w13 >>> 26)) | 0;\n w13 &= 0x3ffffff;\n /* k = 14 */\n lo = Math.imul(al9, bl5);\n mid = Math.imul(al9, bh5);\n mid = (mid + Math.imul(ah9, bl5)) | 0;\n hi = Math.imul(ah9, bh5);\n lo = (lo + Math.imul(al8, bl6)) | 0;\n mid = (mid + Math.imul(al8, bh6)) | 0;\n mid = (mid + Math.imul(ah8, bl6)) | 0;\n hi = (hi + Math.imul(ah8, bh6)) | 0;\n lo = (lo + Math.imul(al7, bl7)) | 0;\n mid = (mid + Math.imul(al7, bh7)) | 0;\n mid = (mid + Math.imul(ah7, bl7)) | 0;\n hi = (hi + Math.imul(ah7, bh7)) | 0;\n lo = (lo + Math.imul(al6, bl8)) | 0;\n mid = (mid + Math.imul(al6, bh8)) | 0;\n mid = (mid + Math.imul(ah6, bl8)) | 0;\n hi = (hi + Math.imul(ah6, bh8)) | 0;\n lo = (lo + Math.imul(al5, bl9)) | 0;\n mid = (mid + Math.imul(al5, bh9)) | 0;\n mid = (mid + Math.imul(ah5, bl9)) | 0;\n hi = (hi + Math.imul(ah5, bh9)) | 0;\n var w14 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w14 >>> 26)) | 0;\n w14 &= 0x3ffffff;\n /* k = 15 */\n lo = Math.imul(al9, bl6);\n mid = Math.imul(al9, bh6);\n mid = (mid + Math.imul(ah9, bl6)) | 0;\n hi = Math.imul(ah9, bh6);\n lo = (lo + Math.imul(al8, bl7)) | 0;\n mid = (mid + Math.imul(al8, bh7)) | 0;\n mid = (mid + Math.imul(ah8, bl7)) | 0;\n hi = (hi + Math.imul(ah8, bh7)) | 0;\n lo = (lo + Math.imul(al7, bl8)) | 0;\n mid = (mid + Math.imul(al7, bh8)) | 0;\n mid = (mid + Math.imul(ah7, bl8)) | 0;\n hi = (hi + Math.imul(ah7, bh8)) | 0;\n lo = (lo + Math.imul(al6, bl9)) | 0;\n mid = (mid + Math.imul(al6, bh9)) | 0;\n mid = (mid + Math.imul(ah6, bl9)) | 0;\n hi = (hi + Math.imul(ah6, bh9)) | 0;\n var w15 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w15 >>> 26)) | 0;\n w15 &= 0x3ffffff;\n /* k = 16 */\n lo = Math.imul(al9, bl7);\n mid = Math.imul(al9, bh7);\n mid = (mid + Math.imul(ah9, bl7)) | 0;\n hi = Math.imul(ah9, bh7);\n lo = (lo + Math.imul(al8, bl8)) | 0;\n mid = (mid + Math.imul(al8, bh8)) | 0;\n mid = (mid + Math.imul(ah8, bl8)) | 0;\n hi = (hi + Math.imul(ah8, bh8)) | 0;\n lo = (lo + Math.imul(al7, bl9)) | 0;\n mid = (mid + Math.imul(al7, bh9)) | 0;\n mid = (mid + Math.imul(ah7, bl9)) | 0;\n hi = (hi + Math.imul(ah7, bh9)) | 0;\n var w16 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w16 >>> 26)) | 0;\n w16 &= 0x3ffffff;\n /* k = 17 */\n lo = Math.imul(al9, bl8);\n mid = Math.imul(al9, bh8);\n mid = (mid + Math.imul(ah9, bl8)) | 0;\n hi = Math.imul(ah9, bh8);\n lo = (lo + Math.imul(al8, bl9)) | 0;\n mid = (mid + Math.imul(al8, bh9)) | 0;\n mid = (mid + Math.imul(ah8, bl9)) | 0;\n hi = (hi + Math.imul(ah8, bh9)) | 0;\n var w17 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w17 >>> 26)) | 0;\n w17 &= 0x3ffffff;\n /* k = 18 */\n lo = Math.imul(al9, bl9);\n mid = Math.imul(al9, bh9);\n mid = (mid + Math.imul(ah9, bl9)) | 0;\n hi = Math.imul(ah9, bh9);\n var w18 = (((c + lo) | 0) + ((mid & 0x1fff) << 13)) | 0;\n c = (((hi + (mid >>> 13)) | 0) + (w18 >>> 26)) | 0;\n w18 &= 0x3ffffff;\n o[0] = w0;\n o[1] = w1;\n o[2] = w2;\n o[3] = w3;\n o[4] = w4;\n o[5] = w5;\n o[6] = w6;\n o[7] = w7;\n o[8] = w8;\n o[9] = w9;\n o[10] = w10;\n o[11] = w11;\n o[12] = w12;\n o[13] = w13;\n o[14] = w14;\n o[15] = w15;\n o[16] = w16;\n o[17] = w17;\n o[18] = w18;\n if (c !== 0) {\n o[19] = c;\n out.length++;\n }\n return out;\n };\n\n // Polyfill comb\n if (!Math.imul) {\n comb10MulTo = smallMulTo;\n }\n\n function bigMulTo (self, num, out) {\n out.negative = num.negative ^ self.negative;\n out.length = self.length + num.length;\n\n var carry = 0;\n var hncarry = 0;\n for (var k = 0; k < out.length - 1; k++) {\n // Sum all words with the same `i + j = k` and accumulate `ncarry`,\n // note that ncarry could be >= 0x3ffffff\n var ncarry = hncarry;\n hncarry = 0;\n var rword = carry & 0x3ffffff;\n var maxJ = Math.min(k, num.length - 1);\n for (var j = Math.max(0, k - self.length + 1); j <= maxJ; j++) {\n var i = k - j;\n var a = self.words[i] | 0;\n var b = num.words[j] | 0;\n var r = a * b;\n\n var lo = r & 0x3ffffff;\n ncarry = (ncarry + ((r / 0x4000000) | 0)) | 0;\n lo = (lo + rword) | 0;\n rword = lo & 0x3ffffff;\n ncarry = (ncarry + (lo >>> 26)) | 0;\n\n hncarry += ncarry >>> 26;\n ncarry &= 0x3ffffff;\n }\n out.words[k] = rword;\n carry = ncarry;\n ncarry = hncarry;\n }\n if (carry !== 0) {\n out.words[k] = carry;\n } else {\n out.length--;\n }\n\n return out._strip();\n }\n\n function jumboMulTo (self, num, out) {\n // Temporary disable, see https://github.com/indutny/bn.js/issues/211\n // var fftm = new FFTM();\n // return fftm.mulp(self, num, out);\n return bigMulTo(self, num, out);\n }\n\n BN.prototype.mulTo = function mulTo (num, out) {\n var res;\n var len = this.length + num.length;\n if (this.length === 10 && num.length === 10) {\n res = comb10MulTo(this, num, out);\n } else if (len < 63) {\n res = smallMulTo(this, num, out);\n } else if (len < 1024) {\n res = bigMulTo(this, num, out);\n } else {\n res = jumboMulTo(this, num, out);\n }\n\n return res;\n };\n\n // Cooley-Tukey algorithm for FFT\n // slightly revisited to rely on looping instead of recursion\n\n function FFTM (x, y) {\n this.x = x;\n this.y = y;\n }\n\n FFTM.prototype.makeRBT = function makeRBT (N) {\n var t = new Array(N);\n var l = BN.prototype._countBits(N) - 1;\n for (var i = 0; i < N; i++) {\n t[i] = this.revBin(i, l, N);\n }\n\n return t;\n };\n\n // Returns binary-reversed representation of `x`\n FFTM.prototype.revBin = function revBin (x, l, N) {\n if (x === 0 || x === N - 1) return x;\n\n var rb = 0;\n for (var i = 0; i < l; i++) {\n rb |= (x & 1) << (l - i - 1);\n x >>= 1;\n }\n\n return rb;\n };\n\n // Performs \"tweedling\" phase, therefore 'emulating'\n // behaviour of the recursive algorithm\n FFTM.prototype.permute = function permute (rbt, rws, iws, rtws, itws, N) {\n for (var i = 0; i < N; i++) {\n rtws[i] = rws[rbt[i]];\n itws[i] = iws[rbt[i]];\n }\n };\n\n FFTM.prototype.transform = function transform (rws, iws, rtws, itws, N, rbt) {\n this.permute(rbt, rws, iws, rtws, itws, N);\n\n for (var s = 1; s < N; s <<= 1) {\n var l = s << 1;\n\n var rtwdf = Math.cos(2 * Math.PI / l);\n var itwdf = Math.sin(2 * Math.PI / l);\n\n for (var p = 0; p < N; p += l) {\n var rtwdf_ = rtwdf;\n var itwdf_ = itwdf;\n\n for (var j = 0; j < s; j++) {\n var re = rtws[p + j];\n var ie = itws[p + j];\n\n var ro = rtws[p + j + s];\n var io = itws[p + j + s];\n\n var rx = rtwdf_ * ro - itwdf_ * io;\n\n io = rtwdf_ * io + itwdf_ * ro;\n ro = rx;\n\n rtws[p + j] = re + ro;\n itws[p + j] = ie + io;\n\n rtws[p + j + s] = re - ro;\n itws[p + j + s] = ie - io;\n\n /* jshint maxdepth : false */\n if (j !== l) {\n rx = rtwdf * rtwdf_ - itwdf * itwdf_;\n\n itwdf_ = rtwdf * itwdf_ + itwdf * rtwdf_;\n rtwdf_ = rx;\n }\n }\n }\n }\n };\n\n FFTM.prototype.guessLen13b = function guessLen13b (n, m) {\n var N = Math.max(m, n) | 1;\n var odd = N & 1;\n var i = 0;\n for (N = N / 2 | 0; N; N = N >>> 1) {\n i++;\n }\n\n return 1 << i + 1 + odd;\n };\n\n FFTM.prototype.conjugate = function conjugate (rws, iws, N) {\n if (N <= 1) return;\n\n for (var i = 0; i < N / 2; i++) {\n var t = rws[i];\n\n rws[i] = rws[N - i - 1];\n rws[N - i - 1] = t;\n\n t = iws[i];\n\n iws[i] = -iws[N - i - 1];\n iws[N - i - 1] = -t;\n }\n };\n\n FFTM.prototype.normalize13b = function normalize13b (ws, N) {\n var carry = 0;\n for (var i = 0; i < N / 2; i++) {\n var w = Math.round(ws[2 * i + 1] / N) * 0x2000 +\n Math.round(ws[2 * i] / N) +\n carry;\n\n ws[i] = w & 0x3ffffff;\n\n if (w < 0x4000000) {\n carry = 0;\n } else {\n carry = w / 0x4000000 | 0;\n }\n }\n\n return ws;\n };\n\n FFTM.prototype.convert13b = function convert13b (ws, len, rws, N) {\n var carry = 0;\n for (var i = 0; i < len; i++) {\n carry = carry + (ws[i] | 0);\n\n rws[2 * i] = carry & 0x1fff; carry = carry >>> 13;\n rws[2 * i + 1] = carry & 0x1fff; carry = carry >>> 13;\n }\n\n // Pad with zeroes\n for (i = 2 * len; i < N; ++i) {\n rws[i] = 0;\n }\n\n assert(carry === 0);\n assert((carry & ~0x1fff) === 0);\n };\n\n FFTM.prototype.stub = function stub (N) {\n var ph = new Array(N);\n for (var i = 0; i < N; i++) {\n ph[i] = 0;\n }\n\n return ph;\n };\n\n FFTM.prototype.mulp = function mulp (x, y, out) {\n var N = 2 * this.guessLen13b(x.length, y.length);\n\n var rbt = this.makeRBT(N);\n\n var _ = this.stub(N);\n\n var rws = new Array(N);\n var rwst = new Array(N);\n var iwst = new Array(N);\n\n var nrws = new Array(N);\n var nrwst = new Array(N);\n var niwst = new Array(N);\n\n var rmws = out.words;\n rmws.length = N;\n\n this.convert13b(x.words, x.length, rws, N);\n this.convert13b(y.words, y.length, nrws, N);\n\n this.transform(rws, _, rwst, iwst, N, rbt);\n this.transform(nrws, _, nrwst, niwst, N, rbt);\n\n for (var i = 0; i < N; i++) {\n var rx = rwst[i] * nrwst[i] - iwst[i] * niwst[i];\n iwst[i] = rwst[i] * niwst[i] + iwst[i] * nrwst[i];\n rwst[i] = rx;\n }\n\n this.conjugate(rwst, iwst, N);\n this.transform(rwst, iwst, rmws, _, N, rbt);\n this.conjugate(rmws, _, N);\n this.normalize13b(rmws, N);\n\n out.negative = x.negative ^ y.negative;\n out.length = x.length + y.length;\n return out._strip();\n };\n\n // Multiply `this` by `num`\n BN.prototype.mul = function mul (num) {\n var out = new BN(null);\n out.words = new Array(this.length + num.length);\n return this.mulTo(num, out);\n };\n\n // Multiply employing FFT\n BN.prototype.mulf = function mulf (num) {\n var out = new BN(null);\n out.words = new Array(this.length + num.length);\n return jumboMulTo(this, num, out);\n };\n\n // In-place Multiplication\n BN.prototype.imul = function imul (num) {\n return this.clone().mulTo(num, this);\n };\n\n BN.prototype.imuln = function imuln (num) {\n var isNegNum = num < 0;\n if (isNegNum) num = -num;\n\n assert(typeof num === 'number');\n assert(num < 0x4000000);\n\n // Carry\n var carry = 0;\n for (var i = 0; i < this.length; i++) {\n var w = (this.words[i] | 0) * num;\n var lo = (w & 0x3ffffff) + (carry & 0x3ffffff);\n carry >>= 26;\n carry += (w / 0x4000000) | 0;\n // NOTE: lo is 27bit maximum\n carry += lo >>> 26;\n this.words[i] = lo & 0x3ffffff;\n }\n\n if (carry !== 0) {\n this.words[i] = carry;\n this.length++;\n }\n\n return isNegNum ? this.ineg() : this;\n };\n\n BN.prototype.muln = function muln (num) {\n return this.clone().imuln(num);\n };\n\n // `this` * `this`\n BN.prototype.sqr = function sqr () {\n return this.mul(this);\n };\n\n // `this` * `this` in-place\n BN.prototype.isqr = function isqr () {\n return this.imul(this.clone());\n };\n\n // Math.pow(`this`, `num`)\n BN.prototype.pow = function pow (num) {\n var w = toBitArray(num);\n if (w.length === 0) return new BN(1);\n\n // Skip leading zeroes\n var res = this;\n for (var i = 0; i < w.length; i++, res = res.sqr()) {\n if (w[i] !== 0) break;\n }\n\n if (++i < w.length) {\n for (var q = res.sqr(); i < w.length; i++, q = q.sqr()) {\n if (w[i] === 0) continue;\n\n res = res.mul(q);\n }\n }\n\n return res;\n };\n\n // Shift-left in-place\n BN.prototype.iushln = function iushln (bits) {\n assert(typeof bits === 'number' && bits >= 0);\n var r = bits % 26;\n var s = (bits - r) / 26;\n var carryMask = (0x3ffffff >>> (26 - r)) << (26 - r);\n var i;\n\n if (r !== 0) {\n var carry = 0;\n\n for (i = 0; i < this.length; i++) {\n var newCarry = this.words[i] & carryMask;\n var c = ((this.words[i] | 0) - newCarry) << r;\n this.words[i] = c | carry;\n carry = newCarry >>> (26 - r);\n }\n\n if (carry) {\n this.words[i] = carry;\n this.length++;\n }\n }\n\n if (s !== 0) {\n for (i = this.length - 1; i >= 0; i--) {\n this.words[i + s] = this.words[i];\n }\n\n for (i = 0; i < s; i++) {\n this.words[i] = 0;\n }\n\n this.length += s;\n }\n\n return this._strip();\n };\n\n BN.prototype.ishln = function ishln (bits) {\n // TODO(indutny): implement me\n assert(this.negative === 0);\n return this.iushln(bits);\n };\n\n // Shift-right in-place\n // NOTE: `hint` is a lowest bit before trailing zeroes\n // NOTE: if `extended` is present - it will be filled with destroyed bits\n BN.prototype.iushrn = function iushrn (bits, hint, extended) {\n assert(typeof bits === 'number' && bits >= 0);\n var h;\n if (hint) {\n h = (hint - (hint % 26)) / 26;\n } else {\n h = 0;\n }\n\n var r = bits % 26;\n var s = Math.min((bits - r) / 26, this.length);\n var mask = 0x3ffffff ^ ((0x3ffffff >>> r) << r);\n var maskedWords = extended;\n\n h -= s;\n h = Math.max(0, h);\n\n // Extended mode, copy masked part\n if (maskedWords) {\n for (var i = 0; i < s; i++) {\n maskedWords.words[i] = this.words[i];\n }\n maskedWords.length = s;\n }\n\n if (s === 0) {\n // No-op, we should not move anything at all\n } else if (this.length > s) {\n this.length -= s;\n for (i = 0; i < this.length; i++) {\n this.words[i] = this.words[i + s];\n }\n } else {\n this.words[0] = 0;\n this.length = 1;\n }\n\n var carry = 0;\n for (i = this.length - 1; i >= 0 && (carry !== 0 || i >= h); i--) {\n var word = this.words[i] | 0;\n this.words[i] = (carry << (26 - r)) | (word >>> r);\n carry = word & mask;\n }\n\n // Push carried bits as a mask\n if (maskedWords && carry !== 0) {\n maskedWords.words[maskedWords.length++] = carry;\n }\n\n if (this.length === 0) {\n this.words[0] = 0;\n this.length = 1;\n }\n\n return this._strip();\n };\n\n BN.prototype.ishrn = function ishrn (bits, hint, extended) {\n // TODO(indutny): implement me\n assert(this.negative === 0);\n return this.iushrn(bits, hint, extended);\n };\n\n // Shift-left\n BN.prototype.shln = function shln (bits) {\n return this.clone().ishln(bits);\n };\n\n BN.prototype.ushln = function ushln (bits) {\n return this.clone().iushln(bits);\n };\n\n // Shift-right\n BN.prototype.shrn = function shrn (bits) {\n return this.clone().ishrn(bits);\n };\n\n BN.prototype.ushrn = function ushrn (bits) {\n return this.clone().iushrn(bits);\n };\n\n // Test if n bit is set\n BN.prototype.testn = function testn (bit) {\n assert(typeof bit === 'number' && bit >= 0);\n var r = bit % 26;\n var s = (bit - r) / 26;\n var q = 1 << r;\n\n // Fast case: bit is much higher than all existing words\n if (this.length <= s) return false;\n\n // Check bit and return\n var w = this.words[s];\n\n return !!(w & q);\n };\n\n // Return only lowers bits of number (in-place)\n BN.prototype.imaskn = function imaskn (bits) {\n assert(typeof bits === 'number' && bits >= 0);\n var r = bits % 26;\n var s = (bits - r) / 26;\n\n assert(this.negative === 0, 'imaskn works only with positive numbers');\n\n if (this.length <= s) {\n return this;\n }\n\n if (r !== 0) {\n s++;\n }\n this.length = Math.min(s, this.length);\n\n if (r !== 0) {\n var mask = 0x3ffffff ^ ((0x3ffffff >>> r) << r);\n this.words[this.length - 1] &= mask;\n }\n\n return this._strip();\n };\n\n // Return only lowers bits of number\n BN.prototype.maskn = function maskn (bits) {\n return this.clone().imaskn(bits);\n };\n\n // Add plain number `num` to `this`\n BN.prototype.iaddn = function iaddn (num) {\n assert(typeof num === 'number');\n assert(num < 0x4000000);\n if (num < 0) return this.isubn(-num);\n\n // Possible sign change\n if (this.negative !== 0) {\n if (this.length === 1 && (this.words[0] | 0) <= num) {\n this.words[0] = num - (this.words[0] | 0);\n this.negative = 0;\n return this;\n }\n\n this.negative = 0;\n this.isubn(num);\n this.negative = 1;\n return this;\n }\n\n // Add without checks\n return this._iaddn(num);\n };\n\n BN.prototype._iaddn = function _iaddn (num) {\n this.words[0] += num;\n\n // Carry\n for (var i = 0; i < this.length && this.words[i] >= 0x4000000; i++) {\n this.words[i] -= 0x4000000;\n if (i === this.length - 1) {\n this.words[i + 1] = 1;\n } else {\n this.words[i + 1]++;\n }\n }\n this.length = Math.max(this.length, i + 1);\n\n return this;\n };\n\n // Subtract plain number `num` from `this`\n BN.prototype.isubn = function isubn (num) {\n assert(typeof num === 'number');\n assert(num < 0x4000000);\n if (num < 0) return this.iaddn(-num);\n\n if (this.negative !== 0) {\n this.negative = 0;\n this.iaddn(num);\n this.negative = 1;\n return this;\n }\n\n this.words[0] -= num;\n\n if (this.length === 1 && this.words[0] < 0) {\n this.words[0] = -this.words[0];\n this.negative = 1;\n } else {\n // Carry\n for (var i = 0; i < this.length && this.words[i] < 0; i++) {\n this.words[i] += 0x4000000;\n this.words[i + 1] -= 1;\n }\n }\n\n return this._strip();\n };\n\n BN.prototype.addn = function addn (num) {\n return this.clone().iaddn(num);\n };\n\n BN.prototype.subn = function subn (num) {\n return this.clone().isubn(num);\n };\n\n BN.prototype.iabs = function iabs () {\n this.negative = 0;\n\n return this;\n };\n\n BN.prototype.abs = function abs () {\n return this.clone().iabs();\n };\n\n BN.prototype._ishlnsubmul = function _ishlnsubmul (num, mul, shift) {\n var len = num.length + shift;\n var i;\n\n this._expand(len);\n\n var w;\n var carry = 0;\n for (i = 0; i < num.length; i++) {\n w = (this.words[i + shift] | 0) + carry;\n var right = (num.words[i] | 0) * mul;\n w -= right & 0x3ffffff;\n carry = (w >> 26) - ((right / 0x4000000) | 0);\n this.words[i + shift] = w & 0x3ffffff;\n }\n for (; i < this.length - shift; i++) {\n w = (this.words[i + shift] | 0) + carry;\n carry = w >> 26;\n this.words[i + shift] = w & 0x3ffffff;\n }\n\n if (carry === 0) return this._strip();\n\n // Subtraction overflow\n assert(carry === -1);\n carry = 0;\n for (i = 0; i < this.length; i++) {\n w = -(this.words[i] | 0) + carry;\n carry = w >> 26;\n this.words[i] = w & 0x3ffffff;\n }\n this.negative = 1;\n\n return this._strip();\n };\n\n BN.prototype._wordDiv = function _wordDiv (num, mode) {\n var shift = this.length - num.length;\n\n var a = this.clone();\n var b = num;\n\n // Normalize\n var bhi = b.words[b.length - 1] | 0;\n var bhiBits = this._countBits(bhi);\n shift = 26 - bhiBits;\n if (shift !== 0) {\n b = b.ushln(shift);\n a.iushln(shift);\n bhi = b.words[b.length - 1] | 0;\n }\n\n // Initialize quotient\n var m = a.length - b.length;\n var q;\n\n if (mode !== 'mod') {\n q = new BN(null);\n q.length = m + 1;\n q.words = new Array(q.length);\n for (var i = 0; i < q.length; i++) {\n q.words[i] = 0;\n }\n }\n\n var diff = a.clone()._ishlnsubmul(b, 1, m);\n if (diff.negative === 0) {\n a = diff;\n if (q) {\n q.words[m] = 1;\n }\n }\n\n for (var j = m - 1; j >= 0; j--) {\n var qj = (a.words[b.length + j] | 0) * 0x4000000 +\n (a.words[b.length + j - 1] | 0);\n\n // NOTE: (qj / bhi) is (0x3ffffff * 0x4000000 + 0x3ffffff) / 0x2000000 max\n // (0x7ffffff)\n qj = Math.min((qj / bhi) | 0, 0x3ffffff);\n\n a._ishlnsubmul(b, qj, j);\n while (a.negative !== 0) {\n qj--;\n a.negative = 0;\n a._ishlnsubmul(b, 1, j);\n if (!a.isZero()) {\n a.negative ^= 1;\n }\n }\n if (q) {\n q.words[j] = qj;\n }\n }\n if (q) {\n q._strip();\n }\n a._strip();\n\n // Denormalize\n if (mode !== 'div' && shift !== 0) {\n a.iushrn(shift);\n }\n\n return {\n div: q || null,\n mod: a\n };\n };\n\n // NOTE: 1) `mode` can be set to `mod` to request mod only,\n // to `div` to request div only, or be absent to\n // request both div & mod\n // 2) `positive` is true if unsigned mod is requested\n BN.prototype.divmod = function divmod (num, mode, positive) {\n assert(!num.isZero());\n\n if (this.isZero()) {\n return {\n div: new BN(0),\n mod: new BN(0)\n };\n }\n\n var div, mod, res;\n if (this.negative !== 0 && num.negative === 0) {\n res = this.neg().divmod(num, mode);\n\n if (mode !== 'mod') {\n div = res.div.neg();\n }\n\n if (mode !== 'div') {\n mod = res.mod.neg();\n if (positive && mod.negative !== 0) {\n mod.iadd(num);\n }\n }\n\n return {\n div: div,\n mod: mod\n };\n }\n\n if (this.negative === 0 && num.negative !== 0) {\n res = this.divmod(num.neg(), mode);\n\n if (mode !== 'mod') {\n div = res.div.neg();\n }\n\n return {\n div: div,\n mod: res.mod\n };\n }\n\n if ((this.negative & num.negative) !== 0) {\n res = this.neg().divmod(num.neg(), mode);\n\n if (mode !== 'div') {\n mod = res.mod.neg();\n if (positive && mod.negative !== 0) {\n mod.isub(num);\n }\n }\n\n return {\n div: res.div,\n mod: mod\n };\n }\n\n // Both numbers are positive at this point\n\n // Strip both numbers to approximate shift value\n if (num.length > this.length || this.cmp(num) < 0) {\n return {\n div: new BN(0),\n mod: this\n };\n }\n\n // Very short reduction\n if (num.length === 1) {\n if (mode === 'div') {\n return {\n div: this.divn(num.words[0]),\n mod: null\n };\n }\n\n if (mode === 'mod') {\n return {\n div: null,\n mod: new BN(this.modrn(num.words[0]))\n };\n }\n\n return {\n div: this.divn(num.words[0]),\n mod: new BN(this.modrn(num.words[0]))\n };\n }\n\n return this._wordDiv(num, mode);\n };\n\n // Find `this` / `num`\n BN.prototype.div = function div (num) {\n return this.divmod(num, 'div', false).div;\n };\n\n // Find `this` % `num`\n BN.prototype.mod = function mod (num) {\n return this.divmod(num, 'mod', false).mod;\n };\n\n BN.prototype.umod = function umod (num) {\n return this.divmod(num, 'mod', true).mod;\n };\n\n // Find Round(`this` / `num`)\n BN.prototype.divRound = function divRound (num) {\n var dm = this.divmod(num);\n\n // Fast case - exact division\n if (dm.mod.isZero()) return dm.div;\n\n var mod = dm.div.negative !== 0 ? dm.mod.isub(num) : dm.mod;\n\n var half = num.ushrn(1);\n var r2 = num.andln(1);\n var cmp = mod.cmp(half);\n\n // Round down\n if (cmp < 0 || (r2 === 1 && cmp === 0)) return dm.div;\n\n // Round up\n return dm.div.negative !== 0 ? dm.div.isubn(1) : dm.div.iaddn(1);\n };\n\n BN.prototype.modrn = function modrn (num) {\n var isNegNum = num < 0;\n if (isNegNum) num = -num;\n\n assert(num <= 0x3ffffff);\n var p = (1 << 26) % num;\n\n var acc = 0;\n for (var i = this.length - 1; i >= 0; i--) {\n acc = (p * acc + (this.words[i] | 0)) % num;\n }\n\n return isNegNum ? -acc : acc;\n };\n\n // WARNING: DEPRECATED\n BN.prototype.modn = function modn (num) {\n return this.modrn(num);\n };\n\n // In-place division by number\n BN.prototype.idivn = function idivn (num) {\n var isNegNum = num < 0;\n if (isNegNum) num = -num;\n\n assert(num <= 0x3ffffff);\n\n var carry = 0;\n for (var i = this.length - 1; i >= 0; i--) {\n var w = (this.words[i] | 0) + carry * 0x4000000;\n this.words[i] = (w / num) | 0;\n carry = w % num;\n }\n\n this._strip();\n return isNegNum ? this.ineg() : this;\n };\n\n BN.prototype.divn = function divn (num) {\n return this.clone().idivn(num);\n };\n\n BN.prototype.egcd = function egcd (p) {\n assert(p.negative === 0);\n assert(!p.isZero());\n\n var x = this;\n var y = p.clone();\n\n if (x.negative !== 0) {\n x = x.umod(p);\n } else {\n x = x.clone();\n }\n\n // A * x + B * y = x\n var A = new BN(1);\n var B = new BN(0);\n\n // C * x + D * y = y\n var C = new BN(0);\n var D = new BN(1);\n\n var g = 0;\n\n while (x.isEven() && y.isEven()) {\n x.iushrn(1);\n y.iushrn(1);\n ++g;\n }\n\n var yp = y.clone();\n var xp = x.clone();\n\n while (!x.isZero()) {\n for (var i = 0, im = 1; (x.words[0] & im) === 0 && i < 26; ++i, im <<= 1);\n if (i > 0) {\n x.iushrn(i);\n while (i-- > 0) {\n if (A.isOdd() || B.isOdd()) {\n A.iadd(yp);\n B.isub(xp);\n }\n\n A.iushrn(1);\n B.iushrn(1);\n }\n }\n\n for (var j = 0, jm = 1; (y.words[0] & jm) === 0 && j < 26; ++j, jm <<= 1);\n if (j > 0) {\n y.iushrn(j);\n while (j-- > 0) {\n if (C.isOdd() || D.isOdd()) {\n C.iadd(yp);\n D.isub(xp);\n }\n\n C.iushrn(1);\n D.iushrn(1);\n }\n }\n\n if (x.cmp(y) >= 0) {\n x.isub(y);\n A.isub(C);\n B.isub(D);\n } else {\n y.isub(x);\n C.isub(A);\n D.isub(B);\n }\n }\n\n return {\n a: C,\n b: D,\n gcd: y.iushln(g)\n };\n };\n\n // This is reduced incarnation of the binary EEA\n // above, designated to invert members of the\n // _prime_ fields F(p) at a maximal speed\n BN.prototype._invmp = function _invmp (p) {\n assert(p.negative === 0);\n assert(!p.isZero());\n\n var a = this;\n var b = p.clone();\n\n if (a.negative !== 0) {\n a = a.umod(p);\n } else {\n a = a.clone();\n }\n\n var x1 = new BN(1);\n var x2 = new BN(0);\n\n var delta = b.clone();\n\n while (a.cmpn(1) > 0 && b.cmpn(1) > 0) {\n for (var i = 0, im = 1; (a.words[0] & im) === 0 && i < 26; ++i, im <<= 1);\n if (i > 0) {\n a.iushrn(i);\n while (i-- > 0) {\n if (x1.isOdd()) {\n x1.iadd(delta);\n }\n\n x1.iushrn(1);\n }\n }\n\n for (var j = 0, jm = 1; (b.words[0] & jm) === 0 && j < 26; ++j, jm <<= 1);\n if (j > 0) {\n b.iushrn(j);\n while (j-- > 0) {\n if (x2.isOdd()) {\n x2.iadd(delta);\n }\n\n x2.iushrn(1);\n }\n }\n\n if (a.cmp(b) >= 0) {\n a.isub(b);\n x1.isub(x2);\n } else {\n b.isub(a);\n x2.isub(x1);\n }\n }\n\n var res;\n if (a.cmpn(1) === 0) {\n res = x1;\n } else {\n res = x2;\n }\n\n if (res.cmpn(0) < 0) {\n res.iadd(p);\n }\n\n return res;\n };\n\n BN.prototype.gcd = function gcd (num) {\n if (this.isZero()) return num.abs();\n if (num.isZero()) return this.abs();\n\n var a = this.clone();\n var b = num.clone();\n a.negative = 0;\n b.negative = 0;\n\n // Remove common factor of two\n for (var shift = 0; a.isEven() && b.isEven(); shift++) {\n a.iushrn(1);\n b.iushrn(1);\n }\n\n do {\n while (a.isEven()) {\n a.iushrn(1);\n }\n while (b.isEven()) {\n b.iushrn(1);\n }\n\n var r = a.cmp(b);\n if (r < 0) {\n // Swap `a` and `b` to make `a` always bigger than `b`\n var t = a;\n a = b;\n b = t;\n } else if (r === 0 || b.cmpn(1) === 0) {\n break;\n }\n\n a.isub(b);\n } while (true);\n\n return b.iushln(shift);\n };\n\n // Invert number in the field F(num)\n BN.prototype.invm = function invm (num) {\n return this.egcd(num).a.umod(num);\n };\n\n BN.prototype.isEven = function isEven () {\n return (this.words[0] & 1) === 0;\n };\n\n BN.prototype.isOdd = function isOdd () {\n return (this.words[0] & 1) === 1;\n };\n\n // And first word and num\n BN.prototype.andln = function andln (num) {\n return this.words[0] & num;\n };\n\n // Increment at the bit position in-line\n BN.prototype.bincn = function bincn (bit) {\n assert(typeof bit === 'number');\n var r = bit % 26;\n var s = (bit - r) / 26;\n var q = 1 << r;\n\n // Fast case: bit is much higher than all existing words\n if (this.length <= s) {\n this._expand(s + 1);\n this.words[s] |= q;\n return this;\n }\n\n // Add bit and propagate, if needed\n var carry = q;\n for (var i = s; carry !== 0 && i < this.length; i++) {\n var w = this.words[i] | 0;\n w += carry;\n carry = w >>> 26;\n w &= 0x3ffffff;\n this.words[i] = w;\n }\n if (carry !== 0) {\n this.words[i] = carry;\n this.length++;\n }\n return this;\n };\n\n BN.prototype.isZero = function isZero () {\n return this.length === 1 && this.words[0] === 0;\n };\n\n BN.prototype.cmpn = function cmpn (num) {\n var negative = num < 0;\n\n if (this.negative !== 0 && !negative) return -1;\n if (this.negative === 0 && negative) return 1;\n\n this._strip();\n\n var res;\n if (this.length > 1) {\n res = 1;\n } else {\n if (negative) {\n num = -num;\n }\n\n assert(num <= 0x3ffffff, 'Number is too big');\n\n var w = this.words[0] | 0;\n res = w === num ? 0 : w < num ? -1 : 1;\n }\n if (this.negative !== 0) return -res | 0;\n return res;\n };\n\n // Compare two numbers and return:\n // 1 - if `this` > `num`\n // 0 - if `this` == `num`\n // -1 - if `this` < `num`\n BN.prototype.cmp = function cmp (num) {\n if (this.negative !== 0 && num.negative === 0) return -1;\n if (this.negative === 0 && num.negative !== 0) return 1;\n\n var res = this.ucmp(num);\n if (this.negative !== 0) return -res | 0;\n return res;\n };\n\n // Unsigned comparison\n BN.prototype.ucmp = function ucmp (num) {\n // At this point both numbers have the same sign\n if (this.length > num.length) return 1;\n if (this.length < num.length) return -1;\n\n var res = 0;\n for (var i = this.length - 1; i >= 0; i--) {\n var a = this.words[i] | 0;\n var b = num.words[i] | 0;\n\n if (a === b) continue;\n if (a < b) {\n res = -1;\n } else if (a > b) {\n res = 1;\n }\n break;\n }\n return res;\n };\n\n BN.prototype.gtn = function gtn (num) {\n return this.cmpn(num) === 1;\n };\n\n BN.prototype.gt = function gt (num) {\n return this.cmp(num) === 1;\n };\n\n BN.prototype.gten = function gten (num) {\n return this.cmpn(num) >= 0;\n };\n\n BN.prototype.gte = function gte (num) {\n return this.cmp(num) >= 0;\n };\n\n BN.prototype.ltn = function ltn (num) {\n return this.cmpn(num) === -1;\n };\n\n BN.prototype.lt = function lt (num) {\n return this.cmp(num) === -1;\n };\n\n BN.prototype.lten = function lten (num) {\n return this.cmpn(num) <= 0;\n };\n\n BN.prototype.lte = function lte (num) {\n return this.cmp(num) <= 0;\n };\n\n BN.prototype.eqn = function eqn (num) {\n return this.cmpn(num) === 0;\n };\n\n BN.prototype.eq = function eq (num) {\n return this.cmp(num) === 0;\n };\n\n //\n // A reduce context, could be using montgomery or something better, depending\n // on the `m` itself.\n //\n BN.red = function red (num) {\n return new Red(num);\n };\n\n BN.prototype.toRed = function toRed (ctx) {\n assert(!this.red, 'Already a number in reduction context');\n assert(this.negative === 0, 'red works only with positives');\n return ctx.convertTo(this)._forceRed(ctx);\n };\n\n BN.prototype.fromRed = function fromRed () {\n assert(this.red, 'fromRed works only with numbers in reduction context');\n return this.red.convertFrom(this);\n };\n\n BN.prototype._forceRed = function _forceRed (ctx) {\n this.red = ctx;\n return this;\n };\n\n BN.prototype.forceRed = function forceRed (ctx) {\n assert(!this.red, 'Already a number in reduction context');\n return this._forceRed(ctx);\n };\n\n BN.prototype.redAdd = function redAdd (num) {\n assert(this.red, 'redAdd works only with red numbers');\n return this.red.add(this, num);\n };\n\n BN.prototype.redIAdd = function redIAdd (num) {\n assert(this.red, 'redIAdd works only with red numbers');\n return this.red.iadd(this, num);\n };\n\n BN.prototype.redSub = function redSub (num) {\n assert(this.red, 'redSub works only with red numbers');\n return this.red.sub(this, num);\n };\n\n BN.prototype.redISub = function redISub (num) {\n assert(this.red, 'redISub works only with red numbers');\n return this.red.isub(this, num);\n };\n\n BN.prototype.redShl = function redShl (num) {\n assert(this.red, 'redShl works only with red numbers');\n return this.red.shl(this, num);\n };\n\n BN.prototype.redMul = function redMul (num) {\n assert(this.red, 'redMul works only with red numbers');\n this.red._verify2(this, num);\n return this.red.mul(this, num);\n };\n\n BN.prototype.redIMul = function redIMul (num) {\n assert(this.red, 'redMul works only with red numbers');\n this.red._verify2(this, num);\n return this.red.imul(this, num);\n };\n\n BN.prototype.redSqr = function redSqr () {\n assert(this.red, 'redSqr works only with red numbers');\n this.red._verify1(this);\n return this.red.sqr(this);\n };\n\n BN.prototype.redISqr = function redISqr () {\n assert(this.red, 'redISqr works only with red numbers');\n this.red._verify1(this);\n return this.red.isqr(this);\n };\n\n // Square root over p\n BN.prototype.redSqrt = function redSqrt () {\n assert(this.red, 'redSqrt works only with red numbers');\n this.red._verify1(this);\n return this.red.sqrt(this);\n };\n\n BN.prototype.redInvm = function redInvm () {\n assert(this.red, 'redInvm works only with red numbers');\n this.red._verify1(this);\n return this.red.invm(this);\n };\n\n // Return negative clone of `this` % `red modulo`\n BN.prototype.redNeg = function redNeg () {\n assert(this.red, 'redNeg works only with red numbers');\n this.red._verify1(this);\n return this.red.neg(this);\n };\n\n BN.prototype.redPow = function redPow (num) {\n assert(this.red && !num.red, 'redPow(normalNum)');\n this.red._verify1(this);\n return this.red.pow(this, num);\n };\n\n // Prime numbers with efficient reduction\n var primes = {\n k256: null,\n p224: null,\n p192: null,\n p25519: null\n };\n\n // Pseudo-Mersenne prime\n function MPrime (name, p) {\n // P = 2 ^ N - K\n this.name = name;\n this.p = new BN(p, 16);\n this.n = this.p.bitLength();\n this.k = new BN(1).iushln(this.n).isub(this.p);\n\n this.tmp = this._tmp();\n }\n\n MPrime.prototype._tmp = function _tmp () {\n var tmp = new BN(null);\n tmp.words = new Array(Math.ceil(this.n / 13));\n return tmp;\n };\n\n MPrime.prototype.ireduce = function ireduce (num) {\n // Assumes that `num` is less than `P^2`\n // num = HI * (2 ^ N - K) + HI * K + LO = HI * K + LO (mod P)\n var r = num;\n var rlen;\n\n do {\n this.split(r, this.tmp);\n r = this.imulK(r);\n r = r.iadd(this.tmp);\n rlen = r.bitLength();\n } while (rlen > this.n);\n\n var cmp = rlen < this.n ? -1 : r.ucmp(this.p);\n if (cmp === 0) {\n r.words[0] = 0;\n r.length = 1;\n } else if (cmp > 0) {\n r.isub(this.p);\n } else {\n if (r.strip !== undefined) {\n // r is a BN v4 instance\n r.strip();\n } else {\n // r is a BN v5 instance\n r._strip();\n }\n }\n\n return r;\n };\n\n MPrime.prototype.split = function split (input, out) {\n input.iushrn(this.n, 0, out);\n };\n\n MPrime.prototype.imulK = function imulK (num) {\n return num.imul(this.k);\n };\n\n function K256 () {\n MPrime.call(\n this,\n 'k256',\n 'ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f');\n }\n inherits(K256, MPrime);\n\n K256.prototype.split = function split (input, output) {\n // 256 = 9 * 26 + 22\n var mask = 0x3fffff;\n\n var outLen = Math.min(input.length, 9);\n for (var i = 0; i < outLen; i++) {\n output.words[i] = input.words[i];\n }\n output.length = outLen;\n\n if (input.length <= 9) {\n input.words[0] = 0;\n input.length = 1;\n return;\n }\n\n // Shift by 9 limbs\n var prev = input.words[9];\n output.words[output.length++] = prev & mask;\n\n for (i = 10; i < input.length; i++) {\n var next = input.words[i] | 0;\n input.words[i - 10] = ((next & mask) << 4) | (prev >>> 22);\n prev = next;\n }\n prev >>>= 22;\n input.words[i - 10] = prev;\n if (prev === 0 && input.length > 10) {\n input.length -= 10;\n } else {\n input.length -= 9;\n }\n };\n\n K256.prototype.imulK = function imulK (num) {\n // K = 0x1000003d1 = [ 0x40, 0x3d1 ]\n num.words[num.length] = 0;\n num.words[num.length + 1] = 0;\n num.length += 2;\n\n // bounded at: 0x40 * 0x3ffffff + 0x3d0 = 0x100000390\n var lo = 0;\n for (var i = 0; i < num.length; i++) {\n var w = num.words[i] | 0;\n lo += w * 0x3d1;\n num.words[i] = lo & 0x3ffffff;\n lo = w * 0x40 + ((lo / 0x4000000) | 0);\n }\n\n // Fast length reduction\n if (num.words[num.length - 1] === 0) {\n num.length--;\n if (num.words[num.length - 1] === 0) {\n num.length--;\n }\n }\n return num;\n };\n\n function P224 () {\n MPrime.call(\n this,\n 'p224',\n 'ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001');\n }\n inherits(P224, MPrime);\n\n function P192 () {\n MPrime.call(\n this,\n 'p192',\n 'ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff');\n }\n inherits(P192, MPrime);\n\n function P25519 () {\n // 2 ^ 255 - 19\n MPrime.call(\n this,\n '25519',\n '7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed');\n }\n inherits(P25519, MPrime);\n\n P25519.prototype.imulK = function imulK (num) {\n // K = 0x13\n var carry = 0;\n for (var i = 0; i < num.length; i++) {\n var hi = (num.words[i] | 0) * 0x13 + carry;\n var lo = hi & 0x3ffffff;\n hi >>>= 26;\n\n num.words[i] = lo;\n carry = hi;\n }\n if (carry !== 0) {\n num.words[num.length++] = carry;\n }\n return num;\n };\n\n // Exported mostly for testing purposes, use plain name instead\n BN._prime = function prime (name) {\n // Cached version of prime\n if (primes[name]) return primes[name];\n\n var prime;\n if (name === 'k256') {\n prime = new K256();\n } else if (name === 'p224') {\n prime = new P224();\n } else if (name === 'p192') {\n prime = new P192();\n } else if (name === 'p25519') {\n prime = new P25519();\n } else {\n throw new Error('Unknown prime ' + name);\n }\n primes[name] = prime;\n\n return prime;\n };\n\n //\n // Base reduction engine\n //\n function Red (m) {\n if (typeof m === 'string') {\n var prime = BN._prime(m);\n this.m = prime.p;\n this.prime = prime;\n } else {\n assert(m.gtn(1), 'modulus must be greater than 1');\n this.m = m;\n this.prime = null;\n }\n }\n\n Red.prototype._verify1 = function _verify1 (a) {\n assert(a.negative === 0, 'red works only with positives');\n assert(a.red, 'red works only with red numbers');\n };\n\n Red.prototype._verify2 = function _verify2 (a, b) {\n assert((a.negative | b.negative) === 0, 'red works only with positives');\n assert(a.red && a.red === b.red,\n 'red works only with red numbers');\n };\n\n Red.prototype.imod = function imod (a) {\n if (this.prime) return this.prime.ireduce(a)._forceRed(this);\n\n move(a, a.umod(this.m)._forceRed(this));\n return a;\n };\n\n Red.prototype.neg = function neg (a) {\n if (a.isZero()) {\n return a.clone();\n }\n\n return this.m.sub(a)._forceRed(this);\n };\n\n Red.prototype.add = function add (a, b) {\n this._verify2(a, b);\n\n var res = a.add(b);\n if (res.cmp(this.m) >= 0) {\n res.isub(this.m);\n }\n return res._forceRed(this);\n };\n\n Red.prototype.iadd = function iadd (a, b) {\n this._verify2(a, b);\n\n var res = a.iadd(b);\n if (res.cmp(this.m) >= 0) {\n res.isub(this.m);\n }\n return res;\n };\n\n Red.prototype.sub = function sub (a, b) {\n this._verify2(a, b);\n\n var res = a.sub(b);\n if (res.cmpn(0) < 0) {\n res.iadd(this.m);\n }\n return res._forceRed(this);\n };\n\n Red.prototype.isub = function isub (a, b) {\n this._verify2(a, b);\n\n var res = a.isub(b);\n if (res.cmpn(0) < 0) {\n res.iadd(this.m);\n }\n return res;\n };\n\n Red.prototype.shl = function shl (a, num) {\n this._verify1(a);\n return this.imod(a.ushln(num));\n };\n\n Red.prototype.imul = function imul (a, b) {\n this._verify2(a, b);\n return this.imod(a.imul(b));\n };\n\n Red.prototype.mul = function mul (a, b) {\n this._verify2(a, b);\n return this.imod(a.mul(b));\n };\n\n Red.prototype.isqr = function isqr (a) {\n return this.imul(a, a.clone());\n };\n\n Red.prototype.sqr = function sqr (a) {\n return this.mul(a, a);\n };\n\n Red.prototype.sqrt = function sqrt (a) {\n if (a.isZero()) return a.clone();\n\n var mod3 = this.m.andln(3);\n assert(mod3 % 2 === 1);\n\n // Fast case\n if (mod3 === 3) {\n var pow = this.m.add(new BN(1)).iushrn(2);\n return this.pow(a, pow);\n }\n\n // Tonelli-Shanks algorithm (Totally unoptimized and slow)\n //\n // Find Q and S, that Q * 2 ^ S = (P - 1)\n var q = this.m.subn(1);\n var s = 0;\n while (!q.isZero() && q.andln(1) === 0) {\n s++;\n q.iushrn(1);\n }\n assert(!q.isZero());\n\n var one = new BN(1).toRed(this);\n var nOne = one.redNeg();\n\n // Find quadratic non-residue\n // NOTE: Max is such because of generalized Riemann hypothesis.\n var lpow = this.m.subn(1).iushrn(1);\n var z = this.m.bitLength();\n z = new BN(2 * z * z).toRed(this);\n\n while (this.pow(z, lpow).cmp(nOne) !== 0) {\n z.redIAdd(nOne);\n }\n\n var c = this.pow(z, q);\n var r = this.pow(a, q.addn(1).iushrn(1));\n var t = this.pow(a, q);\n var m = s;\n while (t.cmp(one) !== 0) {\n var tmp = t;\n for (var i = 0; tmp.cmp(one) !== 0; i++) {\n tmp = tmp.redSqr();\n }\n assert(i < m);\n var b = this.pow(c, new BN(1).iushln(m - i - 1));\n\n r = r.redMul(b);\n c = b.redSqr();\n t = t.redMul(c);\n m = i;\n }\n\n return r;\n };\n\n Red.prototype.invm = function invm (a) {\n var inv = a._invmp(this.m);\n if (inv.negative !== 0) {\n inv.negative = 0;\n return this.imod(inv).redNeg();\n } else {\n return this.imod(inv);\n }\n };\n\n Red.prototype.pow = function pow (a, num) {\n if (num.isZero()) return new BN(1).toRed(this);\n if (num.cmpn(1) === 0) return a.clone();\n\n var windowSize = 4;\n var wnd = new Array(1 << windowSize);\n wnd[0] = new BN(1).toRed(this);\n wnd[1] = a;\n for (var i = 2; i < wnd.length; i++) {\n wnd[i] = this.mul(wnd[i - 1], a);\n }\n\n var res = wnd[0];\n var current = 0;\n var currentLen = 0;\n var start = num.bitLength() % 26;\n if (start === 0) {\n start = 26;\n }\n\n for (i = num.length - 1; i >= 0; i--) {\n var word = num.words[i];\n for (var j = start - 1; j >= 0; j--) {\n var bit = (word >> j) & 1;\n if (res !== wnd[0]) {\n res = this.sqr(res);\n }\n\n if (bit === 0 && current === 0) {\n currentLen = 0;\n continue;\n }\n\n current <<= 1;\n current |= bit;\n currentLen++;\n if (currentLen !== windowSize && (i !== 0 || j !== 0)) continue;\n\n res = this.mul(res, wnd[current]);\n currentLen = 0;\n current = 0;\n }\n start = 26;\n }\n\n return res;\n };\n\n Red.prototype.convertTo = function convertTo (num) {\n var r = num.umod(this.m);\n\n return r === num ? r.clone() : r;\n };\n\n Red.prototype.convertFrom = function convertFrom (num) {\n var res = num.clone();\n res.red = null;\n return res;\n };\n\n //\n // Montgomery method engine\n //\n\n BN.mont = function mont (num) {\n return new Mont(num);\n };\n\n function Mont (m) {\n Red.call(this, m);\n\n this.shift = this.m.bitLength();\n if (this.shift % 26 !== 0) {\n this.shift += 26 - (this.shift % 26);\n }\n\n this.r = new BN(1).iushln(this.shift);\n this.r2 = this.imod(this.r.sqr());\n this.rinv = this.r._invmp(this.m);\n\n this.minv = this.rinv.mul(this.r).isubn(1).div(this.m);\n this.minv = this.minv.umod(this.r);\n this.minv = this.r.sub(this.minv);\n }\n inherits(Mont, Red);\n\n Mont.prototype.convertTo = function convertTo (num) {\n return this.imod(num.ushln(this.shift));\n };\n\n Mont.prototype.convertFrom = function convertFrom (num) {\n var r = this.imod(num.mul(this.rinv));\n r.red = null;\n return r;\n };\n\n Mont.prototype.imul = function imul (a, b) {\n if (a.isZero() || b.isZero()) {\n a.words[0] = 0;\n a.length = 1;\n return a;\n }\n\n var t = a.imul(b);\n var c = t.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m);\n var u = t.isub(c).iushrn(this.shift);\n var res = u;\n\n if (u.cmp(this.m) >= 0) {\n res = u.isub(this.m);\n } else if (u.cmpn(0) < 0) {\n res = u.iadd(this.m);\n }\n\n return res._forceRed(this);\n };\n\n Mont.prototype.mul = function mul (a, b) {\n if (a.isZero() || b.isZero()) return new BN(0)._forceRed(this);\n\n var t = a.mul(b);\n var c = t.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m);\n var u = t.isub(c).iushrn(this.shift);\n var res = u;\n if (u.cmp(this.m) >= 0) {\n res = u.isub(this.m);\n } else if (u.cmpn(0) < 0) {\n res = u.iadd(this.m);\n }\n\n return res._forceRed(this);\n };\n\n Mont.prototype.invm = function invm (a) {\n // (AR)^-1 * R^2 = (A^-1 * R^-1) * R^2 = A^-1 * R\n var res = this.imod(a._invmp(this.m).mul(this.r2));\n return res._forceRed(this);\n };\n})(typeof module === 'undefined' || module, this);\n","var indexOf = function (xs, item) {\n if (xs.indexOf) return xs.indexOf(item);\n else for (var i = 0; i < xs.length; i++) {\n if (xs[i] === item) return i;\n }\n return -1;\n};\nvar Object_keys = function (obj) {\n if (Object.keys) return Object.keys(obj)\n else {\n var res = [];\n for (var key in obj) res.push(key)\n return res;\n }\n};\n\nvar forEach = function (xs, fn) {\n if (xs.forEach) return xs.forEach(fn)\n else for (var i = 0; i < xs.length; i++) {\n fn(xs[i], i, xs);\n }\n};\n\nvar defineProp = (function() {\n try {\n Object.defineProperty({}, '_', {});\n return function(obj, name, value) {\n Object.defineProperty(obj, name, {\n writable: true,\n enumerable: false,\n configurable: true,\n value: value\n })\n };\n } catch(e) {\n return function(obj, name, value) {\n obj[name] = value;\n };\n }\n}());\n\nvar globals = ['Array', 'Boolean', 'Date', 'Error', 'EvalError', 'Function',\n'Infinity', 'JSON', 'Math', 'NaN', 'Number', 'Object', 'RangeError',\n'ReferenceError', 'RegExp', 'String', 'SyntaxError', 'TypeError', 'URIError',\n'decodeURI', 'decodeURIComponent', 'encodeURI', 'encodeURIComponent', 'escape',\n'eval', 'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'undefined', 'unescape'];\n\nfunction Context() {}\nContext.prototype = {};\n\nvar Script = exports.Script = function NodeScript (code) {\n if (!(this instanceof Script)) return new Script(code);\n this.code = code;\n};\n\nScript.prototype.runInContext = function (context) {\n if (!(context instanceof Context)) {\n throw new TypeError(\"needs a 'context' argument.\");\n }\n \n var iframe = document.createElement('iframe');\n if (!iframe.style) iframe.style = {};\n iframe.style.display = 'none';\n \n document.body.appendChild(iframe);\n \n var win = iframe.contentWindow;\n var wEval = win.eval, wExecScript = win.execScript;\n\n if (!wEval && wExecScript) {\n // win.eval() magically appears when this is called in IE:\n wExecScript.call(win, 'null');\n wEval = win.eval;\n }\n \n forEach(Object_keys(context), function (key) {\n win[key] = context[key];\n });\n forEach(globals, function (key) {\n if (context[key]) {\n win[key] = context[key];\n }\n });\n \n var winKeys = Object_keys(win);\n\n var res = wEval.call(win, this.code);\n \n forEach(Object_keys(win), function (key) {\n // Avoid copying circular objects like `top` and `window` by only\n // updating existing context properties or new properties in the `win`\n // that was only introduced after the eval.\n if (key in context || indexOf(winKeys, key) === -1) {\n context[key] = win[key];\n }\n });\n\n forEach(globals, function (key) {\n if (!(key in context)) {\n defineProp(context, key, win[key]);\n }\n });\n \n document.body.removeChild(iframe);\n \n return res;\n};\n\nScript.prototype.runInThisContext = function () {\n return eval(this.code); // maybe...\n};\n\nScript.prototype.runInNewContext = function (context) {\n var ctx = Script.createContext(context);\n var res = this.runInContext(ctx);\n\n if (context) {\n forEach(Object_keys(ctx), function (key) {\n context[key] = ctx[key];\n });\n }\n\n return res;\n};\n\nforEach(Object_keys(Script.prototype), function (name) {\n exports[name] = Script[name] = function (code) {\n var s = Script(code);\n return s[name].apply(s, [].slice.call(arguments, 1));\n };\n});\n\nexports.isContext = function (context) {\n return context instanceof Context;\n};\n\nexports.createScript = function (code) {\n return exports.Script(code);\n};\n\nexports.createContext = Script.createContext = function (context) {\n var copy = new Context();\n if(typeof context === 'object') {\n forEach(Object_keys(context), function (key) {\n copy[key] = context[key];\n });\n }\n return copy;\n};\n","var asn1 = require('../asn1');\nvar inherits = require('inherits');\n\nvar api = exports;\n\napi.define = function define(name, body) {\n return new Entity(name, body);\n};\n\nfunction Entity(name, body) {\n this.name = name;\n this.body = body;\n\n this.decoders = {};\n this.encoders = {};\n};\n\nEntity.prototype._createNamed = function createNamed(base) {\n var named;\n try {\n named = require('vm').runInThisContext(\n '(function ' + this.name + '(entity) {\\n' +\n ' this._initNamed(entity);\\n' +\n '})'\n );\n } catch (e) {\n named = function (entity) {\n this._initNamed(entity);\n };\n }\n inherits(named, base);\n named.prototype._initNamed = function initnamed(entity) {\n base.call(this, entity);\n };\n\n return new named(this);\n};\n\nEntity.prototype._getDecoder = function _getDecoder(enc) {\n enc = enc || 'der';\n // Lazily create decoder\n if (!this.decoders.hasOwnProperty(enc))\n this.decoders[enc] = this._createNamed(asn1.decoders[enc]);\n return this.decoders[enc];\n};\n\nEntity.prototype.decode = function decode(data, enc, options) {\n return this._getDecoder(enc).decode(data, options);\n};\n\nEntity.prototype._getEncoder = function _getEncoder(enc) {\n enc = enc || 'der';\n // Lazily create encoder\n if (!this.encoders.hasOwnProperty(enc))\n this.encoders[enc] = this._createNamed(asn1.encoders[enc]);\n return this.encoders[enc];\n};\n\nEntity.prototype.encode = function encode(data, enc, /* internal */ reporter) {\n return this._getEncoder(enc).encode(data, reporter);\n};\n","var inherits = require('inherits');\n\nfunction Reporter(options) {\n this._reporterState = {\n obj: null,\n path: [],\n options: options || {},\n errors: []\n };\n}\nexports.Reporter = Reporter;\n\nReporter.prototype.isError = function isError(obj) {\n return obj instanceof ReporterError;\n};\n\nReporter.prototype.save = function save() {\n var state = this._reporterState;\n\n return { obj: state.obj, pathLen: state.path.length };\n};\n\nReporter.prototype.restore = function restore(data) {\n var state = this._reporterState;\n\n state.obj = data.obj;\n state.path = state.path.slice(0, data.pathLen);\n};\n\nReporter.prototype.enterKey = function enterKey(key) {\n return this._reporterState.path.push(key);\n};\n\nReporter.prototype.exitKey = function exitKey(index) {\n var state = this._reporterState;\n\n state.path = state.path.slice(0, index - 1);\n};\n\nReporter.prototype.leaveKey = function leaveKey(index, key, value) {\n var state = this._reporterState;\n\n this.exitKey(index);\n if (state.obj !== null)\n state.obj[key] = value;\n};\n\nReporter.prototype.path = function path() {\n return this._reporterState.path.join('/');\n};\n\nReporter.prototype.enterObject = function enterObject() {\n var state = this._reporterState;\n\n var prev = state.obj;\n state.obj = {};\n return prev;\n};\n\nReporter.prototype.leaveObject = function leaveObject(prev) {\n var state = this._reporterState;\n\n var now = state.obj;\n state.obj = prev;\n return now;\n};\n\nReporter.prototype.error = function error(msg) {\n var err;\n var state = this._reporterState;\n\n var inherited = msg instanceof ReporterError;\n if (inherited) {\n err = msg;\n } else {\n err = new ReporterError(state.path.map(function(elem) {\n return '[' + JSON.stringify(elem) + ']';\n }).join(''), msg.message || msg, msg.stack);\n }\n\n if (!state.options.partial)\n throw err;\n\n if (!inherited)\n state.errors.push(err);\n\n return err;\n};\n\nReporter.prototype.wrapResult = function wrapResult(result) {\n var state = this._reporterState;\n if (!state.options.partial)\n return result;\n\n return {\n result: this.isError(result) ? null : result,\n errors: state.errors\n };\n};\n\nfunction ReporterError(path, msg) {\n this.path = path;\n this.rethrow(msg);\n};\ninherits(ReporterError, Error);\n\nReporterError.prototype.rethrow = function rethrow(msg) {\n this.message = msg + ' at: ' + (this.path || '(shallow)');\n if (Error.captureStackTrace)\n Error.captureStackTrace(this, ReporterError);\n\n if (!this.stack) {\n try {\n // IE only adds stack when thrown\n throw new Error(this.message);\n } catch (e) {\n this.stack = e.stack;\n }\n }\n return this;\n};\n","var inherits = require('inherits');\nvar Reporter = require('../base').Reporter;\nvar Buffer = require('buffer').Buffer;\n\nfunction DecoderBuffer(base, options) {\n Reporter.call(this, options);\n if (!Buffer.isBuffer(base)) {\n this.error('Input not Buffer');\n return;\n }\n\n this.base = base;\n this.offset = 0;\n this.length = base.length;\n}\ninherits(DecoderBuffer, Reporter);\nexports.DecoderBuffer = DecoderBuffer;\n\nDecoderBuffer.prototype.save = function save() {\n return { offset: this.offset, reporter: Reporter.prototype.save.call(this) };\n};\n\nDecoderBuffer.prototype.restore = function restore(save) {\n // Return skipped data\n var res = new DecoderBuffer(this.base);\n res.offset = save.offset;\n res.length = this.offset;\n\n this.offset = save.offset;\n Reporter.prototype.restore.call(this, save.reporter);\n\n return res;\n};\n\nDecoderBuffer.prototype.isEmpty = function isEmpty() {\n return this.offset === this.length;\n};\n\nDecoderBuffer.prototype.readUInt8 = function readUInt8(fail) {\n if (this.offset + 1 <= this.length)\n return this.base.readUInt8(this.offset++, true);\n else\n return this.error(fail || 'DecoderBuffer overrun');\n}\n\nDecoderBuffer.prototype.skip = function skip(bytes, fail) {\n if (!(this.offset + bytes <= this.length))\n return this.error(fail || 'DecoderBuffer overrun');\n\n var res = new DecoderBuffer(this.base);\n\n // Share reporter state\n res._reporterState = this._reporterState;\n\n res.offset = this.offset;\n res.length = this.offset + bytes;\n this.offset += bytes;\n return res;\n}\n\nDecoderBuffer.prototype.raw = function raw(save) {\n return this.base.slice(save ? save.offset : this.offset, this.length);\n}\n\nfunction EncoderBuffer(value, reporter) {\n if (Array.isArray(value)) {\n this.length = 0;\n this.value = value.map(function(item) {\n if (!(item instanceof EncoderBuffer))\n item = new EncoderBuffer(item, reporter);\n this.length += item.length;\n return item;\n }, this);\n } else if (typeof value === 'number') {\n if (!(0 <= value && value <= 0xff))\n return reporter.error('non-byte EncoderBuffer value');\n this.value = value;\n this.length = 1;\n } else if (typeof value === 'string') {\n this.value = value;\n this.length = Buffer.byteLength(value);\n } else if (Buffer.isBuffer(value)) {\n this.value = value;\n this.length = value.length;\n } else {\n return reporter.error('Unsupported type: ' + typeof value);\n }\n}\nexports.EncoderBuffer = EncoderBuffer;\n\nEncoderBuffer.prototype.join = function join(out, offset) {\n if (!out)\n out = new Buffer(this.length);\n if (!offset)\n offset = 0;\n\n if (this.length === 0)\n return out;\n\n if (Array.isArray(this.value)) {\n this.value.forEach(function(item) {\n item.join(out, offset);\n offset += item.length;\n });\n } else {\n if (typeof this.value === 'number')\n out[offset] = this.value;\n else if (typeof this.value === 'string')\n out.write(this.value, offset);\n else if (Buffer.isBuffer(this.value))\n this.value.copy(out, offset);\n offset += this.length;\n }\n\n return out;\n};\n","var Reporter = require('../base').Reporter;\nvar EncoderBuffer = require('../base').EncoderBuffer;\nvar DecoderBuffer = require('../base').DecoderBuffer;\nvar assert = require('minimalistic-assert');\n\n// Supported tags\nvar tags = [\n 'seq', 'seqof', 'set', 'setof', 'objid', 'bool',\n 'gentime', 'utctime', 'null_', 'enum', 'int', 'objDesc',\n 'bitstr', 'bmpstr', 'charstr', 'genstr', 'graphstr', 'ia5str', 'iso646str',\n 'numstr', 'octstr', 'printstr', 't61str', 'unistr', 'utf8str', 'videostr'\n];\n\n// Public methods list\nvar methods = [\n 'key', 'obj', 'use', 'optional', 'explicit', 'implicit', 'def', 'choice',\n 'any', 'contains'\n].concat(tags);\n\n// Overrided methods list\nvar overrided = [\n '_peekTag', '_decodeTag', '_use',\n '_decodeStr', '_decodeObjid', '_decodeTime',\n '_decodeNull', '_decodeInt', '_decodeBool', '_decodeList',\n\n '_encodeComposite', '_encodeStr', '_encodeObjid', '_encodeTime',\n '_encodeNull', '_encodeInt', '_encodeBool'\n];\n\nfunction Node(enc, parent) {\n var state = {};\n this._baseState = state;\n\n state.enc = enc;\n\n state.parent = parent || null;\n state.children = null;\n\n // State\n state.tag = null;\n state.args = null;\n state.reverseArgs = null;\n state.choice = null;\n state.optional = false;\n state.any = false;\n state.obj = false;\n state.use = null;\n state.useDecoder = null;\n state.key = null;\n state['default'] = null;\n state.explicit = null;\n state.implicit = null;\n state.contains = null;\n\n // Should create new instance on each method\n if (!state.parent) {\n state.children = [];\n this._wrap();\n }\n}\nmodule.exports = Node;\n\nvar stateProps = [\n 'enc', 'parent', 'children', 'tag', 'args', 'reverseArgs', 'choice',\n 'optional', 'any', 'obj', 'use', 'alteredUse', 'key', 'default', 'explicit',\n 'implicit', 'contains'\n];\n\nNode.prototype.clone = function clone() {\n var state = this._baseState;\n var cstate = {};\n stateProps.forEach(function(prop) {\n cstate[prop] = state[prop];\n });\n var res = new this.constructor(cstate.parent);\n res._baseState = cstate;\n return res;\n};\n\nNode.prototype._wrap = function wrap() {\n var state = this._baseState;\n methods.forEach(function(method) {\n this[method] = function _wrappedMethod() {\n var clone = new this.constructor(this);\n state.children.push(clone);\n return clone[method].apply(clone, arguments);\n };\n }, this);\n};\n\nNode.prototype._init = function init(body) {\n var state = this._baseState;\n\n assert(state.parent === null);\n body.call(this);\n\n // Filter children\n state.children = state.children.filter(function(child) {\n return child._baseState.parent === this;\n }, this);\n assert.equal(state.children.length, 1, 'Root node can have only one child');\n};\n\nNode.prototype._useArgs = function useArgs(args) {\n var state = this._baseState;\n\n // Filter children and args\n var children = args.filter(function(arg) {\n return arg instanceof this.constructor;\n }, this);\n args = args.filter(function(arg) {\n return !(arg instanceof this.constructor);\n }, this);\n\n if (children.length !== 0) {\n assert(state.children === null);\n state.children = children;\n\n // Replace parent to maintain backward link\n children.forEach(function(child) {\n child._baseState.parent = this;\n }, this);\n }\n if (args.length !== 0) {\n assert(state.args === null);\n state.args = args;\n state.reverseArgs = args.map(function(arg) {\n if (typeof arg !== 'object' || arg.constructor !== Object)\n return arg;\n\n var res = {};\n Object.keys(arg).forEach(function(key) {\n if (key == (key | 0))\n key |= 0;\n var value = arg[key];\n res[value] = key;\n });\n return res;\n });\n }\n};\n\n//\n// Overrided methods\n//\n\noverrided.forEach(function(method) {\n Node.prototype[method] = function _overrided() {\n var state = this._baseState;\n throw new Error(method + ' not implemented for encoding: ' + state.enc);\n };\n});\n\n//\n// Public methods\n//\n\ntags.forEach(function(tag) {\n Node.prototype[tag] = function _tagMethod() {\n var state = this._baseState;\n var args = Array.prototype.slice.call(arguments);\n\n assert(state.tag === null);\n state.tag = tag;\n\n this._useArgs(args);\n\n return this;\n };\n});\n\nNode.prototype.use = function use(item) {\n assert(item);\n var state = this._baseState;\n\n assert(state.use === null);\n state.use = item;\n\n return this;\n};\n\nNode.prototype.optional = function optional() {\n var state = this._baseState;\n\n state.optional = true;\n\n return this;\n};\n\nNode.prototype.def = function def(val) {\n var state = this._baseState;\n\n assert(state['default'] === null);\n state['default'] = val;\n state.optional = true;\n\n return this;\n};\n\nNode.prototype.explicit = function explicit(num) {\n var state = this._baseState;\n\n assert(state.explicit === null && state.implicit === null);\n state.explicit = num;\n\n return this;\n};\n\nNode.prototype.implicit = function implicit(num) {\n var state = this._baseState;\n\n assert(state.explicit === null && state.implicit === null);\n state.implicit = num;\n\n return this;\n};\n\nNode.prototype.obj = function obj() {\n var state = this._baseState;\n var args = Array.prototype.slice.call(arguments);\n\n state.obj = true;\n\n if (args.length !== 0)\n this._useArgs(args);\n\n return this;\n};\n\nNode.prototype.key = function key(newKey) {\n var state = this._baseState;\n\n assert(state.key === null);\n state.key = newKey;\n\n return this;\n};\n\nNode.prototype.any = function any() {\n var state = this._baseState;\n\n state.any = true;\n\n return this;\n};\n\nNode.prototype.choice = function choice(obj) {\n var state = this._baseState;\n\n assert(state.choice === null);\n state.choice = obj;\n this._useArgs(Object.keys(obj).map(function(key) {\n return obj[key];\n }));\n\n return this;\n};\n\nNode.prototype.contains = function contains(item) {\n var state = this._baseState;\n\n assert(state.use === null);\n state.contains = item;\n\n return this;\n};\n\n//\n// Decoding\n//\n\nNode.prototype._decode = function decode(input, options) {\n var state = this._baseState;\n\n // Decode root node\n if (state.parent === null)\n return input.wrapResult(state.children[0]._decode(input, options));\n\n var result = state['default'];\n var present = true;\n\n var prevKey = null;\n if (state.key !== null)\n prevKey = input.enterKey(state.key);\n\n // Check if tag is there\n if (state.optional) {\n var tag = null;\n if (state.explicit !== null)\n tag = state.explicit;\n else if (state.implicit !== null)\n tag = state.implicit;\n else if (state.tag !== null)\n tag = state.tag;\n\n if (tag === null && !state.any) {\n // Trial and Error\n var save = input.save();\n try {\n if (state.choice === null)\n this._decodeGeneric(state.tag, input, options);\n else\n this._decodeChoice(input, options);\n present = true;\n } catch (e) {\n present = false;\n }\n input.restore(save);\n } else {\n present = this._peekTag(input, tag, state.any);\n\n if (input.isError(present))\n return present;\n }\n }\n\n // Push object on stack\n var prevObj;\n if (state.obj && present)\n prevObj = input.enterObject();\n\n if (present) {\n // Unwrap explicit values\n if (state.explicit !== null) {\n var explicit = this._decodeTag(input, state.explicit);\n if (input.isError(explicit))\n return explicit;\n input = explicit;\n }\n\n var start = input.offset;\n\n // Unwrap implicit and normal values\n if (state.use === null && state.choice === null) {\n if (state.any)\n var save = input.save();\n var body = this._decodeTag(\n input,\n state.implicit !== null ? state.implicit : state.tag,\n state.any\n );\n if (input.isError(body))\n return body;\n\n if (state.any)\n result = input.raw(save);\n else\n input = body;\n }\n\n if (options && options.track && state.tag !== null)\n options.track(input.path(), start, input.length, 'tagged');\n\n if (options && options.track && state.tag !== null)\n options.track(input.path(), input.offset, input.length, 'content');\n\n // Select proper method for tag\n if (state.any)\n result = result;\n else if (state.choice === null)\n result = this._decodeGeneric(state.tag, input, options);\n else\n result = this._decodeChoice(input, options);\n\n if (input.isError(result))\n return result;\n\n // Decode children\n if (!state.any && state.choice === null && state.children !== null) {\n state.children.forEach(function decodeChildren(child) {\n // NOTE: We are ignoring errors here, to let parser continue with other\n // parts of encoded data\n child._decode(input, options);\n });\n }\n\n // Decode contained/encoded by schema, only in bit or octet strings\n if (state.contains && (state.tag === 'octstr' || state.tag === 'bitstr')) {\n var data = new DecoderBuffer(result);\n result = this._getUse(state.contains, input._reporterState.obj)\n ._decode(data, options);\n }\n }\n\n // Pop object\n if (state.obj && present)\n result = input.leaveObject(prevObj);\n\n // Set key\n if (state.key !== null && (result !== null || present === true))\n input.leaveKey(prevKey, state.key, result);\n else if (prevKey !== null)\n input.exitKey(prevKey);\n\n return result;\n};\n\nNode.prototype._decodeGeneric = function decodeGeneric(tag, input, options) {\n var state = this._baseState;\n\n if (tag === 'seq' || tag === 'set')\n return null;\n if (tag === 'seqof' || tag === 'setof')\n return this._decodeList(input, tag, state.args[0], options);\n else if (/str$/.test(tag))\n return this._decodeStr(input, tag, options);\n else if (tag === 'objid' && state.args)\n return this._decodeObjid(input, state.args[0], state.args[1], options);\n else if (tag === 'objid')\n return this._decodeObjid(input, null, null, options);\n else if (tag === 'gentime' || tag === 'utctime')\n return this._decodeTime(input, tag, options);\n else if (tag === 'null_')\n return this._decodeNull(input, options);\n else if (tag === 'bool')\n return this._decodeBool(input, options);\n else if (tag === 'objDesc')\n return this._decodeStr(input, tag, options);\n else if (tag === 'int' || tag === 'enum')\n return this._decodeInt(input, state.args && state.args[0], options);\n\n if (state.use !== null) {\n return this._getUse(state.use, input._reporterState.obj)\n ._decode(input, options);\n } else {\n return input.error('unknown tag: ' + tag);\n }\n};\n\nNode.prototype._getUse = function _getUse(entity, obj) {\n\n var state = this._baseState;\n // Create altered use decoder if implicit is set\n state.useDecoder = this._use(entity, obj);\n assert(state.useDecoder._baseState.parent === null);\n state.useDecoder = state.useDecoder._baseState.children[0];\n if (state.implicit !== state.useDecoder._baseState.implicit) {\n state.useDecoder = state.useDecoder.clone();\n state.useDecoder._baseState.implicit = state.implicit;\n }\n return state.useDecoder;\n};\n\nNode.prototype._decodeChoice = function decodeChoice(input, options) {\n var state = this._baseState;\n var result = null;\n var match = false;\n\n Object.keys(state.choice).some(function(key) {\n var save = input.save();\n var node = state.choice[key];\n try {\n var value = node._decode(input, options);\n if (input.isError(value))\n return false;\n\n result = { type: key, value: value };\n match = true;\n } catch (e) {\n input.restore(save);\n return false;\n }\n return true;\n }, this);\n\n if (!match)\n return input.error('Choice not matched');\n\n return result;\n};\n\n//\n// Encoding\n//\n\nNode.prototype._createEncoderBuffer = function createEncoderBuffer(data) {\n return new EncoderBuffer(data, this.reporter);\n};\n\nNode.prototype._encode = function encode(data, reporter, parent) {\n var state = this._baseState;\n if (state['default'] !== null && state['default'] === data)\n return;\n\n var result = this._encodeValue(data, reporter, parent);\n if (result === undefined)\n return;\n\n if (this._skipDefault(result, reporter, parent))\n return;\n\n return result;\n};\n\nNode.prototype._encodeValue = function encode(data, reporter, parent) {\n var state = this._baseState;\n\n // Decode root node\n if (state.parent === null)\n return state.children[0]._encode(data, reporter || new Reporter());\n\n var result = null;\n\n // Set reporter to share it with a child class\n this.reporter = reporter;\n\n // Check if data is there\n if (state.optional && data === undefined) {\n if (state['default'] !== null)\n data = state['default']\n else\n return;\n }\n\n // Encode children first\n var content = null;\n var primitive = false;\n if (state.any) {\n // Anything that was given is translated to buffer\n result = this._createEncoderBuffer(data);\n } else if (state.choice) {\n result = this._encodeChoice(data, reporter);\n } else if (state.contains) {\n content = this._getUse(state.contains, parent)._encode(data, reporter);\n primitive = true;\n } else if (state.children) {\n content = state.children.map(function(child) {\n if (child._baseState.tag === 'null_')\n return child._encode(null, reporter, data);\n\n if (child._baseState.key === null)\n return reporter.error('Child should have a key');\n var prevKey = reporter.enterKey(child._baseState.key);\n\n if (typeof data !== 'object')\n return reporter.error('Child expected, but input is not object');\n\n var res = child._encode(data[child._baseState.key], reporter, data);\n reporter.leaveKey(prevKey);\n\n return res;\n }, this).filter(function(child) {\n return child;\n });\n content = this._createEncoderBuffer(content);\n } else {\n if (state.tag === 'seqof' || state.tag === 'setof') {\n // TODO(indutny): this should be thrown on DSL level\n if (!(state.args && state.args.length === 1))\n return reporter.error('Too many args for : ' + state.tag);\n\n if (!Array.isArray(data))\n return reporter.error('seqof/setof, but data is not Array');\n\n var child = this.clone();\n child._baseState.implicit = null;\n content = this._createEncoderBuffer(data.map(function(item) {\n var state = this._baseState;\n\n return this._getUse(state.args[0], data)._encode(item, reporter);\n }, child));\n } else if (state.use !== null) {\n result = this._getUse(state.use, parent)._encode(data, reporter);\n } else {\n content = this._encodePrimitive(state.tag, data);\n primitive = true;\n }\n }\n\n // Encode data itself\n var result;\n if (!state.any && state.choice === null) {\n var tag = state.implicit !== null ? state.implicit : state.tag;\n var cls = state.implicit === null ? 'universal' : 'context';\n\n if (tag === null) {\n if (state.use === null)\n reporter.error('Tag could be omitted only for .use()');\n } else {\n if (state.use === null)\n result = this._encodeComposite(tag, primitive, cls, content);\n }\n }\n\n // Wrap in explicit\n if (state.explicit !== null)\n result = this._encodeComposite(state.explicit, false, 'context', result);\n\n return result;\n};\n\nNode.prototype._encodeChoice = function encodeChoice(data, reporter) {\n var state = this._baseState;\n\n var node = state.choice[data.type];\n if (!node) {\n assert(\n false,\n data.type + ' not found in ' +\n JSON.stringify(Object.keys(state.choice)));\n }\n return node._encode(data.value, reporter);\n};\n\nNode.prototype._encodePrimitive = function encodePrimitive(tag, data) {\n var state = this._baseState;\n\n if (/str$/.test(tag))\n return this._encodeStr(data, tag);\n else if (tag === 'objid' && state.args)\n return this._encodeObjid(data, state.reverseArgs[0], state.args[1]);\n else if (tag === 'objid')\n return this._encodeObjid(data, null, null);\n else if (tag === 'gentime' || tag === 'utctime')\n return this._encodeTime(data, tag);\n else if (tag === 'null_')\n return this._encodeNull();\n else if (tag === 'int' || tag === 'enum')\n return this._encodeInt(data, state.args && state.reverseArgs[0]);\n else if (tag === 'bool')\n return this._encodeBool(data);\n else if (tag === 'objDesc')\n return this._encodeStr(data, tag);\n else\n throw new Error('Unsupported tag: ' + tag);\n};\n\nNode.prototype._isNumstr = function isNumstr(str) {\n return /^[0-9 ]*$/.test(str);\n};\n\nNode.prototype._isPrintstr = function isPrintstr(str) {\n return /^[A-Za-z0-9 '\\(\\)\\+,\\-\\.\\/:=\\?]*$/.test(str);\n};\n","var base = exports;\n\nbase.Reporter = require('./reporter').Reporter;\nbase.DecoderBuffer = require('./buffer').DecoderBuffer;\nbase.EncoderBuffer = require('./buffer').EncoderBuffer;\nbase.Node = require('./node');\n","var constants = require('../constants');\n\nexports.tagClass = {\n 0: 'universal',\n 1: 'application',\n 2: 'context',\n 3: 'private'\n};\nexports.tagClassByName = constants._reverse(exports.tagClass);\n\nexports.tag = {\n 0x00: 'end',\n 0x01: 'bool',\n 0x02: 'int',\n 0x03: 'bitstr',\n 0x04: 'octstr',\n 0x05: 'null_',\n 0x06: 'objid',\n 0x07: 'objDesc',\n 0x08: 'external',\n 0x09: 'real',\n 0x0a: 'enum',\n 0x0b: 'embed',\n 0x0c: 'utf8str',\n 0x0d: 'relativeOid',\n 0x10: 'seq',\n 0x11: 'set',\n 0x12: 'numstr',\n 0x13: 'printstr',\n 0x14: 't61str',\n 0x15: 'videostr',\n 0x16: 'ia5str',\n 0x17: 'utctime',\n 0x18: 'gentime',\n 0x19: 'graphstr',\n 0x1a: 'iso646str',\n 0x1b: 'genstr',\n 0x1c: 'unistr',\n 0x1d: 'charstr',\n 0x1e: 'bmpstr'\n};\nexports.tagByName = constants._reverse(exports.tag);\n","var constants = exports;\n\n// Helper\nconstants._reverse = function reverse(map) {\n var res = {};\n\n Object.keys(map).forEach(function(key) {\n // Convert key to integer if it is stringified\n if ((key | 0) == key)\n key = key | 0;\n\n var value = map[key];\n res[value] = key;\n });\n\n return res;\n};\n\nconstants.der = require('./der');\n","var inherits = require('inherits');\n\nvar asn1 = require('../../asn1');\nvar base = asn1.base;\nvar bignum = asn1.bignum;\n\n// Import DER constants\nvar der = asn1.constants.der;\n\nfunction DERDecoder(entity) {\n this.enc = 'der';\n this.name = entity.name;\n this.entity = entity;\n\n // Construct base tree\n this.tree = new DERNode();\n this.tree._init(entity.body);\n};\nmodule.exports = DERDecoder;\n\nDERDecoder.prototype.decode = function decode(data, options) {\n if (!(data instanceof base.DecoderBuffer))\n data = new base.DecoderBuffer(data, options);\n\n return this.tree._decode(data, options);\n};\n\n// Tree methods\n\nfunction DERNode(parent) {\n base.Node.call(this, 'der', parent);\n}\ninherits(DERNode, base.Node);\n\nDERNode.prototype._peekTag = function peekTag(buffer, tag, any) {\n if (buffer.isEmpty())\n return false;\n\n var state = buffer.save();\n var decodedTag = derDecodeTag(buffer, 'Failed to peek tag: \"' + tag + '\"');\n if (buffer.isError(decodedTag))\n return decodedTag;\n\n buffer.restore(state);\n\n return decodedTag.tag === tag || decodedTag.tagStr === tag ||\n (decodedTag.tagStr + 'of') === tag || any;\n};\n\nDERNode.prototype._decodeTag = function decodeTag(buffer, tag, any) {\n var decodedTag = derDecodeTag(buffer,\n 'Failed to decode tag of \"' + tag + '\"');\n if (buffer.isError(decodedTag))\n return decodedTag;\n\n var len = derDecodeLen(buffer,\n decodedTag.primitive,\n 'Failed to get length of \"' + tag + '\"');\n\n // Failure\n if (buffer.isError(len))\n return len;\n\n if (!any &&\n decodedTag.tag !== tag &&\n decodedTag.tagStr !== tag &&\n decodedTag.tagStr + 'of' !== tag) {\n return buffer.error('Failed to match tag: \"' + tag + '\"');\n }\n\n if (decodedTag.primitive || len !== null)\n return buffer.skip(len, 'Failed to match body of: \"' + tag + '\"');\n\n // Indefinite length... find END tag\n var state = buffer.save();\n var res = this._skipUntilEnd(\n buffer,\n 'Failed to skip indefinite length body: \"' + this.tag + '\"');\n if (buffer.isError(res))\n return res;\n\n len = buffer.offset - state.offset;\n buffer.restore(state);\n return buffer.skip(len, 'Failed to match body of: \"' + tag + '\"');\n};\n\nDERNode.prototype._skipUntilEnd = function skipUntilEnd(buffer, fail) {\n while (true) {\n var tag = derDecodeTag(buffer, fail);\n if (buffer.isError(tag))\n return tag;\n var len = derDecodeLen(buffer, tag.primitive, fail);\n if (buffer.isError(len))\n return len;\n\n var res;\n if (tag.primitive || len !== null)\n res = buffer.skip(len)\n else\n res = this._skipUntilEnd(buffer, fail);\n\n // Failure\n if (buffer.isError(res))\n return res;\n\n if (tag.tagStr === 'end')\n break;\n }\n};\n\nDERNode.prototype._decodeList = function decodeList(buffer, tag, decoder,\n options) {\n var result = [];\n while (!buffer.isEmpty()) {\n var possibleEnd = this._peekTag(buffer, 'end');\n if (buffer.isError(possibleEnd))\n return possibleEnd;\n\n var res = decoder.decode(buffer, 'der', options);\n if (buffer.isError(res) && possibleEnd)\n break;\n result.push(res);\n }\n return result;\n};\n\nDERNode.prototype._decodeStr = function decodeStr(buffer, tag) {\n if (tag === 'bitstr') {\n var unused = buffer.readUInt8();\n if (buffer.isError(unused))\n return unused;\n return { unused: unused, data: buffer.raw() };\n } else if (tag === 'bmpstr') {\n var raw = buffer.raw();\n if (raw.length % 2 === 1)\n return buffer.error('Decoding of string type: bmpstr length mismatch');\n\n var str = '';\n for (var i = 0; i < raw.length / 2; i++) {\n str += String.fromCharCode(raw.readUInt16BE(i * 2));\n }\n return str;\n } else if (tag === 'numstr') {\n var numstr = buffer.raw().toString('ascii');\n if (!this._isNumstr(numstr)) {\n return buffer.error('Decoding of string type: ' +\n 'numstr unsupported characters');\n }\n return numstr;\n } else if (tag === 'octstr') {\n return buffer.raw();\n } else if (tag === 'objDesc') {\n return buffer.raw();\n } else if (tag === 'printstr') {\n var printstr = buffer.raw().toString('ascii');\n if (!this._isPrintstr(printstr)) {\n return buffer.error('Decoding of string type: ' +\n 'printstr unsupported characters');\n }\n return printstr;\n } else if (/str$/.test(tag)) {\n return buffer.raw().toString();\n } else {\n return buffer.error('Decoding of string type: ' + tag + ' unsupported');\n }\n};\n\nDERNode.prototype._decodeObjid = function decodeObjid(buffer, values, relative) {\n var result;\n var identifiers = [];\n var ident = 0;\n while (!buffer.isEmpty()) {\n var subident = buffer.readUInt8();\n ident <<= 7;\n ident |= subident & 0x7f;\n if ((subident & 0x80) === 0) {\n identifiers.push(ident);\n ident = 0;\n }\n }\n if (subident & 0x80)\n identifiers.push(ident);\n\n var first = (identifiers[0] / 40) | 0;\n var second = identifiers[0] % 40;\n\n if (relative)\n result = identifiers;\n else\n result = [first, second].concat(identifiers.slice(1));\n\n if (values) {\n var tmp = values[result.join(' ')];\n if (tmp === undefined)\n tmp = values[result.join('.')];\n if (tmp !== undefined)\n result = tmp;\n }\n\n return result;\n};\n\nDERNode.prototype._decodeTime = function decodeTime(buffer, tag) {\n var str = buffer.raw().toString();\n if (tag === 'gentime') {\n var year = str.slice(0, 4) | 0;\n var mon = str.slice(4, 6) | 0;\n var day = str.slice(6, 8) | 0;\n var hour = str.slice(8, 10) | 0;\n var min = str.slice(10, 12) | 0;\n var sec = str.slice(12, 14) | 0;\n } else if (tag === 'utctime') {\n var year = str.slice(0, 2) | 0;\n var mon = str.slice(2, 4) | 0;\n var day = str.slice(4, 6) | 0;\n var hour = str.slice(6, 8) | 0;\n var min = str.slice(8, 10) | 0;\n var sec = str.slice(10, 12) | 0;\n if (year < 70)\n year = 2000 + year;\n else\n year = 1900 + year;\n } else {\n return buffer.error('Decoding ' + tag + ' time is not supported yet');\n }\n\n return Date.UTC(year, mon - 1, day, hour, min, sec, 0);\n};\n\nDERNode.prototype._decodeNull = function decodeNull(buffer) {\n return null;\n};\n\nDERNode.prototype._decodeBool = function decodeBool(buffer) {\n var res = buffer.readUInt8();\n if (buffer.isError(res))\n return res;\n else\n return res !== 0;\n};\n\nDERNode.prototype._decodeInt = function decodeInt(buffer, values) {\n // Bigint, return as it is (assume big endian)\n var raw = buffer.raw();\n var res = new bignum(raw);\n\n if (values)\n res = values[res.toString(10)] || res;\n\n return res;\n};\n\nDERNode.prototype._use = function use(entity, obj) {\n if (typeof entity === 'function')\n entity = entity(obj);\n return entity._getDecoder('der').tree;\n};\n\n// Utility methods\n\nfunction derDecodeTag(buf, fail) {\n var tag = buf.readUInt8(fail);\n if (buf.isError(tag))\n return tag;\n\n var cls = der.tagClass[tag >> 6];\n var primitive = (tag & 0x20) === 0;\n\n // Multi-octet tag - load\n if ((tag & 0x1f) === 0x1f) {\n var oct = tag;\n tag = 0;\n while ((oct & 0x80) === 0x80) {\n oct = buf.readUInt8(fail);\n if (buf.isError(oct))\n return oct;\n\n tag <<= 7;\n tag |= oct & 0x7f;\n }\n } else {\n tag &= 0x1f;\n }\n var tagStr = der.tag[tag];\n\n return {\n cls: cls,\n primitive: primitive,\n tag: tag,\n tagStr: tagStr\n };\n}\n\nfunction derDecodeLen(buf, primitive, fail) {\n var len = buf.readUInt8(fail);\n if (buf.isError(len))\n return len;\n\n // Indefinite form\n if (!primitive && len === 0x80)\n return null;\n\n // Definite form\n if ((len & 0x80) === 0) {\n // Short form\n return len;\n }\n\n // Long form\n var num = len & 0x7f;\n if (num > 4)\n return buf.error('length octect is too long');\n\n len = 0;\n for (var i = 0; i < num; i++) {\n len <<= 8;\n var j = buf.readUInt8(fail);\n if (buf.isError(j))\n return j;\n len |= j;\n }\n\n return len;\n}\n","var inherits = require('inherits');\nvar Buffer = require('buffer').Buffer;\n\nvar DERDecoder = require('./der');\n\nfunction PEMDecoder(entity) {\n DERDecoder.call(this, entity);\n this.enc = 'pem';\n};\ninherits(PEMDecoder, DERDecoder);\nmodule.exports = PEMDecoder;\n\nPEMDecoder.prototype.decode = function decode(data, options) {\n var lines = data.toString().split(/[\\r\\n]+/g);\n\n var label = options.label.toUpperCase();\n\n var re = /^-----(BEGIN|END) ([^-]+)-----$/;\n var start = -1;\n var end = -1;\n for (var i = 0; i < lines.length; i++) {\n var match = lines[i].match(re);\n if (match === null)\n continue;\n\n if (match[2] !== label)\n continue;\n\n if (start === -1) {\n if (match[1] !== 'BEGIN')\n break;\n start = i;\n } else {\n if (match[1] !== 'END')\n break;\n end = i;\n break;\n }\n }\n if (start === -1 || end === -1)\n throw new Error('PEM section not found for: ' + label);\n\n var base64 = lines.slice(start + 1, end).join('');\n // Remove excessive symbols\n base64.replace(/[^a-z0-9\\+\\/=]+/gi, '');\n\n var input = new Buffer(base64, 'base64');\n return DERDecoder.prototype.decode.call(this, input, options);\n};\n","var decoders = exports;\n\ndecoders.der = require('./der');\ndecoders.pem = require('./pem');\n","var inherits = require('inherits');\nvar Buffer = require('buffer').Buffer;\n\nvar asn1 = require('../../asn1');\nvar base = asn1.base;\n\n// Import DER constants\nvar der = asn1.constants.der;\n\nfunction DEREncoder(entity) {\n this.enc = 'der';\n this.name = entity.name;\n this.entity = entity;\n\n // Construct base tree\n this.tree = new DERNode();\n this.tree._init(entity.body);\n};\nmodule.exports = DEREncoder;\n\nDEREncoder.prototype.encode = function encode(data, reporter) {\n return this.tree._encode(data, reporter).join();\n};\n\n// Tree methods\n\nfunction DERNode(parent) {\n base.Node.call(this, 'der', parent);\n}\ninherits(DERNode, base.Node);\n\nDERNode.prototype._encodeComposite = function encodeComposite(tag,\n primitive,\n cls,\n content) {\n var encodedTag = encodeTag(tag, primitive, cls, this.reporter);\n\n // Short form\n if (content.length < 0x80) {\n var header = new Buffer(2);\n header[0] = encodedTag;\n header[1] = content.length;\n return this._createEncoderBuffer([ header, content ]);\n }\n\n // Long form\n // Count octets required to store length\n var lenOctets = 1;\n for (var i = content.length; i >= 0x100; i >>= 8)\n lenOctets++;\n\n var header = new Buffer(1 + 1 + lenOctets);\n header[0] = encodedTag;\n header[1] = 0x80 | lenOctets;\n\n for (var i = 1 + lenOctets, j = content.length; j > 0; i--, j >>= 8)\n header[i] = j & 0xff;\n\n return this._createEncoderBuffer([ header, content ]);\n};\n\nDERNode.prototype._encodeStr = function encodeStr(str, tag) {\n if (tag === 'bitstr') {\n return this._createEncoderBuffer([ str.unused | 0, str.data ]);\n } else if (tag === 'bmpstr') {\n var buf = new Buffer(str.length * 2);\n for (var i = 0; i < str.length; i++) {\n buf.writeUInt16BE(str.charCodeAt(i), i * 2);\n }\n return this._createEncoderBuffer(buf);\n } else if (tag === 'numstr') {\n if (!this._isNumstr(str)) {\n return this.reporter.error('Encoding of string type: numstr supports ' +\n 'only digits and space');\n }\n return this._createEncoderBuffer(str);\n } else if (tag === 'printstr') {\n if (!this._isPrintstr(str)) {\n return this.reporter.error('Encoding of string type: printstr supports ' +\n 'only latin upper and lower case letters, ' +\n 'digits, space, apostrophe, left and rigth ' +\n 'parenthesis, plus sign, comma, hyphen, ' +\n 'dot, slash, colon, equal sign, ' +\n 'question mark');\n }\n return this._createEncoderBuffer(str);\n } else if (/str$/.test(tag)) {\n return this._createEncoderBuffer(str);\n } else if (tag === 'objDesc') {\n return this._createEncoderBuffer(str);\n } else {\n return this.reporter.error('Encoding of string type: ' + tag +\n ' unsupported');\n }\n};\n\nDERNode.prototype._encodeObjid = function encodeObjid(id, values, relative) {\n if (typeof id === 'string') {\n if (!values)\n return this.reporter.error('string objid given, but no values map found');\n if (!values.hasOwnProperty(id))\n return this.reporter.error('objid not found in values map');\n id = values[id].split(/[\\s\\.]+/g);\n for (var i = 0; i < id.length; i++)\n id[i] |= 0;\n } else if (Array.isArray(id)) {\n id = id.slice();\n for (var i = 0; i < id.length; i++)\n id[i] |= 0;\n }\n\n if (!Array.isArray(id)) {\n return this.reporter.error('objid() should be either array or string, ' +\n 'got: ' + JSON.stringify(id));\n }\n\n if (!relative) {\n if (id[1] >= 40)\n return this.reporter.error('Second objid identifier OOB');\n id.splice(0, 2, id[0] * 40 + id[1]);\n }\n\n // Count number of octets\n var size = 0;\n for (var i = 0; i < id.length; i++) {\n var ident = id[i];\n for (size++; ident >= 0x80; ident >>= 7)\n size++;\n }\n\n var objid = new Buffer(size);\n var offset = objid.length - 1;\n for (var i = id.length - 1; i >= 0; i--) {\n var ident = id[i];\n objid[offset--] = ident & 0x7f;\n while ((ident >>= 7) > 0)\n objid[offset--] = 0x80 | (ident & 0x7f);\n }\n\n return this._createEncoderBuffer(objid);\n};\n\nfunction two(num) {\n if (num < 10)\n return '0' + num;\n else\n return num;\n}\n\nDERNode.prototype._encodeTime = function encodeTime(time, tag) {\n var str;\n var date = new Date(time);\n\n if (tag === 'gentime') {\n str = [\n two(date.getFullYear()),\n two(date.getUTCMonth() + 1),\n two(date.getUTCDate()),\n two(date.getUTCHours()),\n two(date.getUTCMinutes()),\n two(date.getUTCSeconds()),\n 'Z'\n ].join('');\n } else if (tag === 'utctime') {\n str = [\n two(date.getFullYear() % 100),\n two(date.getUTCMonth() + 1),\n two(date.getUTCDate()),\n two(date.getUTCHours()),\n two(date.getUTCMinutes()),\n two(date.getUTCSeconds()),\n 'Z'\n ].join('');\n } else {\n this.reporter.error('Encoding ' + tag + ' time is not supported yet');\n }\n\n return this._encodeStr(str, 'octstr');\n};\n\nDERNode.prototype._encodeNull = function encodeNull() {\n return this._createEncoderBuffer('');\n};\n\nDERNode.prototype._encodeInt = function encodeInt(num, values) {\n if (typeof num === 'string') {\n if (!values)\n return this.reporter.error('String int or enum given, but no values map');\n if (!values.hasOwnProperty(num)) {\n return this.reporter.error('Values map doesn\\'t contain: ' +\n JSON.stringify(num));\n }\n num = values[num];\n }\n\n // Bignum, assume big endian\n if (typeof num !== 'number' && !Buffer.isBuffer(num)) {\n var numArray = num.toArray();\n if (!num.sign && numArray[0] & 0x80) {\n numArray.unshift(0);\n }\n num = new Buffer(numArray);\n }\n\n if (Buffer.isBuffer(num)) {\n var size = num.length;\n if (num.length === 0)\n size++;\n\n var out = new Buffer(size);\n num.copy(out);\n if (num.length === 0)\n out[0] = 0\n return this._createEncoderBuffer(out);\n }\n\n if (num < 0x80)\n return this._createEncoderBuffer(num);\n\n if (num < 0x100)\n return this._createEncoderBuffer([0, num]);\n\n var size = 1;\n for (var i = num; i >= 0x100; i >>= 8)\n size++;\n\n var out = new Array(size);\n for (var i = out.length - 1; i >= 0; i--) {\n out[i] = num & 0xff;\n num >>= 8;\n }\n if(out[0] & 0x80) {\n out.unshift(0);\n }\n\n return this._createEncoderBuffer(new Buffer(out));\n};\n\nDERNode.prototype._encodeBool = function encodeBool(value) {\n return this._createEncoderBuffer(value ? 0xff : 0);\n};\n\nDERNode.prototype._use = function use(entity, obj) {\n if (typeof entity === 'function')\n entity = entity(obj);\n return entity._getEncoder('der').tree;\n};\n\nDERNode.prototype._skipDefault = function skipDefault(dataBuffer, reporter, parent) {\n var state = this._baseState;\n var i;\n if (state['default'] === null)\n return false;\n\n var data = dataBuffer.join();\n if (state.defaultBuffer === undefined)\n state.defaultBuffer = this._encodeValue(state['default'], reporter, parent).join();\n\n if (data.length !== state.defaultBuffer.length)\n return false;\n\n for (i=0; i < data.length; i++)\n if (data[i] !== state.defaultBuffer[i])\n return false;\n\n return true;\n};\n\n// Utility methods\n\nfunction encodeTag(tag, primitive, cls, reporter) {\n var res;\n\n if (tag === 'seqof')\n tag = 'seq';\n else if (tag === 'setof')\n tag = 'set';\n\n if (der.tagByName.hasOwnProperty(tag))\n res = der.tagByName[tag];\n else if (typeof tag === 'number' && (tag | 0) === tag)\n res = tag;\n else\n return reporter.error('Unknown tag: ' + tag);\n\n if (res >= 0x1f)\n return reporter.error('Multi-octet tag encoding unsupported');\n\n if (!primitive)\n res |= 0x20;\n\n res |= (der.tagClassByName[cls || 'universal'] << 6);\n\n return res;\n}\n","var inherits = require('inherits');\n\nvar DEREncoder = require('./der');\n\nfunction PEMEncoder(entity) {\n DEREncoder.call(this, entity);\n this.enc = 'pem';\n};\ninherits(PEMEncoder, DEREncoder);\nmodule.exports = PEMEncoder;\n\nPEMEncoder.prototype.encode = function encode(data, options) {\n var buf = DEREncoder.prototype.encode.call(this, data);\n\n var p = buf.toString('base64');\n var out = [ '-----BEGIN ' + options.label + '-----' ];\n for (var i = 0; i < p.length; i += 64)\n out.push(p.slice(i, i + 64));\n out.push('-----END ' + options.label + '-----');\n return out.join('\\n');\n};\n","var encoders = exports;\n\nencoders.der = require('./der');\nencoders.pem = require('./pem');\n","var asn1 = exports;\n\nasn1.bignum = require('bn.js');\n\nasn1.define = require('./asn1/api').define;\nasn1.base = require('./asn1/base');\nasn1.constants = require('./asn1/constants');\nasn1.decoders = require('./asn1/decoders');\nasn1.encoders = require('./asn1/encoders');\n","// from https://github.com/Rantanen/node-dtls/blob/25a7dc861bda38cfeac93a723500eea4f0ac2e86/Certificate.js\n// thanks to @Rantanen\n\n'use strict'\n\nvar asn = require('asn1.js')\n\nvar Time = asn.define('Time', function () {\n this.choice({\n utcTime: this.utctime(),\n generalTime: this.gentime()\n })\n})\n\nvar AttributeTypeValue = asn.define('AttributeTypeValue', function () {\n this.seq().obj(\n this.key('type').objid(),\n this.key('value').any()\n )\n})\n\nvar AlgorithmIdentifier = asn.define('AlgorithmIdentifier', function () {\n this.seq().obj(\n this.key('algorithm').objid(),\n this.key('parameters').optional(),\n this.key('curve').objid().optional()\n )\n})\n\nvar SubjectPublicKeyInfo = asn.define('SubjectPublicKeyInfo', function () {\n this.seq().obj(\n this.key('algorithm').use(AlgorithmIdentifier),\n this.key('subjectPublicKey').bitstr()\n )\n})\n\nvar RelativeDistinguishedName = asn.define('RelativeDistinguishedName', function () {\n this.setof(AttributeTypeValue)\n})\n\nvar RDNSequence = asn.define('RDNSequence', function () {\n this.seqof(RelativeDistinguishedName)\n})\n\nvar Name = asn.define('Name', function () {\n this.choice({\n rdnSequence: this.use(RDNSequence)\n })\n})\n\nvar Validity = asn.define('Validity', function () {\n this.seq().obj(\n this.key('notBefore').use(Time),\n this.key('notAfter').use(Time)\n )\n})\n\nvar Extension = asn.define('Extension', function () {\n this.seq().obj(\n this.key('extnID').objid(),\n this.key('critical').bool().def(false),\n this.key('extnValue').octstr()\n )\n})\n\nvar TBSCertificate = asn.define('TBSCertificate', function () {\n this.seq().obj(\n this.key('version').explicit(0).int().optional(),\n this.key('serialNumber').int(),\n this.key('signature').use(AlgorithmIdentifier),\n this.key('issuer').use(Name),\n this.key('validity').use(Validity),\n this.key('subject').use(Name),\n this.key('subjectPublicKeyInfo').use(SubjectPublicKeyInfo),\n this.key('issuerUniqueID').implicit(1).bitstr().optional(),\n this.key('subjectUniqueID').implicit(2).bitstr().optional(),\n this.key('extensions').explicit(3).seqof(Extension).optional()\n )\n})\n\nvar X509Certificate = asn.define('X509Certificate', function () {\n this.seq().obj(\n this.key('tbsCertificate').use(TBSCertificate),\n this.key('signatureAlgorithm').use(AlgorithmIdentifier),\n this.key('signatureValue').bitstr()\n )\n})\n\nmodule.exports = X509Certificate\n","// from https://github.com/indutny/self-signed/blob/gh-pages/lib/asn1.js\n// Fedor, you are amazing.\n'use strict'\n\nvar asn1 = require('asn1.js')\n\nexports.certificate = require('./certificate')\n\nvar RSAPrivateKey = asn1.define('RSAPrivateKey', function () {\n this.seq().obj(\n this.key('version').int(),\n this.key('modulus').int(),\n this.key('publicExponent').int(),\n this.key('privateExponent').int(),\n this.key('prime1').int(),\n this.key('prime2').int(),\n this.key('exponent1').int(),\n this.key('exponent2').int(),\n this.key('coefficient').int()\n )\n})\nexports.RSAPrivateKey = RSAPrivateKey\n\nvar RSAPublicKey = asn1.define('RSAPublicKey', function () {\n this.seq().obj(\n this.key('modulus').int(),\n this.key('publicExponent').int()\n )\n})\nexports.RSAPublicKey = RSAPublicKey\n\nvar PublicKey = asn1.define('SubjectPublicKeyInfo', function () {\n this.seq().obj(\n this.key('algorithm').use(AlgorithmIdentifier),\n this.key('subjectPublicKey').bitstr()\n )\n})\nexports.PublicKey = PublicKey\n\nvar AlgorithmIdentifier = asn1.define('AlgorithmIdentifier', function () {\n this.seq().obj(\n this.key('algorithm').objid(),\n this.key('none').null_().optional(),\n this.key('curve').objid().optional(),\n this.key('params').seq().obj(\n this.key('p').int(),\n this.key('q').int(),\n this.key('g').int()\n ).optional()\n )\n})\n\nvar PrivateKeyInfo = asn1.define('PrivateKeyInfo', function () {\n this.seq().obj(\n this.key('version').int(),\n this.key('algorithm').use(AlgorithmIdentifier),\n this.key('subjectPrivateKey').octstr()\n )\n})\nexports.PrivateKey = PrivateKeyInfo\nvar EncryptedPrivateKeyInfo = asn1.define('EncryptedPrivateKeyInfo', function () {\n this.seq().obj(\n this.key('algorithm').seq().obj(\n this.key('id').objid(),\n this.key('decrypt').seq().obj(\n this.key('kde').seq().obj(\n this.key('id').objid(),\n this.key('kdeparams').seq().obj(\n this.key('salt').octstr(),\n this.key('iters').int()\n )\n ),\n this.key('cipher').seq().obj(\n this.key('algo').objid(),\n this.key('iv').octstr()\n )\n )\n ),\n this.key('subjectPrivateKey').octstr()\n )\n})\n\nexports.EncryptedPrivateKey = EncryptedPrivateKeyInfo\n\nvar DSAPrivateKey = asn1.define('DSAPrivateKey', function () {\n this.seq().obj(\n this.key('version').int(),\n this.key('p').int(),\n this.key('q').int(),\n this.key('g').int(),\n this.key('pub_key').int(),\n this.key('priv_key').int()\n )\n})\nexports.DSAPrivateKey = DSAPrivateKey\n\nexports.DSAparam = asn1.define('DSAparam', function () {\n this.int()\n})\n\nvar ECPrivateKey = asn1.define('ECPrivateKey', function () {\n this.seq().obj(\n this.key('version').int(),\n this.key('privateKey').octstr(),\n this.key('parameters').optional().explicit(0).use(ECParameters),\n this.key('publicKey').optional().explicit(1).bitstr()\n )\n})\nexports.ECPrivateKey = ECPrivateKey\n\nvar ECParameters = asn1.define('ECParameters', function () {\n this.choice({\n namedCurve: this.objid()\n })\n})\n\nexports.signature = asn1.define('signature', function () {\n this.seq().obj(\n this.key('r').int(),\n this.key('s').int()\n )\n})\n","module.exports = {\"2.16.840.1.101.3.4.1.1\": \"aes-128-ecb\",\n\"2.16.840.1.101.3.4.1.2\": \"aes-128-cbc\",\n\"2.16.840.1.101.3.4.1.3\": \"aes-128-ofb\",\n\"2.16.840.1.101.3.4.1.4\": \"aes-128-cfb\",\n\"2.16.840.1.101.3.4.1.21\": \"aes-192-ecb\",\n\"2.16.840.1.101.3.4.1.22\": \"aes-192-cbc\",\n\"2.16.840.1.101.3.4.1.23\": \"aes-192-ofb\",\n\"2.16.840.1.101.3.4.1.24\": \"aes-192-cfb\",\n\"2.16.840.1.101.3.4.1.41\": \"aes-256-ecb\",\n\"2.16.840.1.101.3.4.1.42\": \"aes-256-cbc\",\n\"2.16.840.1.101.3.4.1.43\": \"aes-256-ofb\",\n\"2.16.840.1.101.3.4.1.44\": \"aes-256-cfb\"\n};","// adapted from https://github.com/apatil/pemstrip\nvar findProc = /Proc-Type: 4,ENCRYPTED[\\n\\r]+DEK-Info: AES-((?:128)|(?:192)|(?:256))-CBC,([0-9A-H]+)[\\n\\r]+([0-9A-z\\n\\r\\+\\/\\=]+)[\\n\\r]+/m\nvar startRegex = /^-----BEGIN ((?:.*? KEY)|CERTIFICATE)-----/m\nvar fullRegex = /^-----BEGIN ((?:.*? KEY)|CERTIFICATE)-----([0-9A-z\\n\\r\\+\\/\\=]+)-----END \\1-----$/m\nvar evp = require('evp_bytestokey')\nvar ciphers = require('browserify-aes')\nvar Buffer = require('safe-buffer').Buffer\nmodule.exports = function (okey, password) {\n var key = okey.toString()\n var match = key.match(findProc)\n var decrypted\n if (!match) {\n var match2 = key.match(fullRegex)\n decrypted = new Buffer(match2[2].replace(/[\\r\\n]/g, ''), 'base64')\n } else {\n var suite = 'aes' + match[1]\n var iv = Buffer.from(match[2], 'hex')\n var cipherText = Buffer.from(match[3].replace(/[\\r\\n]/g, ''), 'base64')\n var cipherKey = evp(password, iv.slice(0, 8), parseInt(match[1], 10)).key\n var out = []\n var cipher = ciphers.createDecipheriv(suite, cipherKey, iv)\n out.push(cipher.update(cipherText))\n out.push(cipher.final())\n decrypted = Buffer.concat(out)\n }\n var tag = key.match(startRegex)[1]\n return {\n tag: tag,\n data: decrypted\n }\n}\n","var asn1 = require('./asn1')\nvar aesid = require('./aesid.json')\nvar fixProc = require('./fixProc')\nvar ciphers = require('browserify-aes')\nvar compat = require('pbkdf2')\nvar Buffer = require('safe-buffer').Buffer\nmodule.exports = parseKeys\n\nfunction parseKeys (buffer) {\n var password\n if (typeof buffer === 'object' && !Buffer.isBuffer(buffer)) {\n password = buffer.passphrase\n buffer = buffer.key\n }\n if (typeof buffer === 'string') {\n buffer = Buffer.from(buffer)\n }\n\n var stripped = fixProc(buffer, password)\n\n var type = stripped.tag\n var data = stripped.data\n var subtype, ndata\n switch (type) {\n case 'CERTIFICATE':\n ndata = asn1.certificate.decode(data, 'der').tbsCertificate.subjectPublicKeyInfo\n // falls through\n case 'PUBLIC KEY':\n if (!ndata) {\n ndata = asn1.PublicKey.decode(data, 'der')\n }\n subtype = ndata.algorithm.algorithm.join('.')\n switch (subtype) {\n case '1.2.840.113549.1.1.1':\n return asn1.RSAPublicKey.decode(ndata.subjectPublicKey.data, 'der')\n case '1.2.840.10045.2.1':\n ndata.subjectPrivateKey = ndata.subjectPublicKey\n return {\n type: 'ec',\n data: ndata\n }\n case '1.2.840.10040.4.1':\n ndata.algorithm.params.pub_key = asn1.DSAparam.decode(ndata.subjectPublicKey.data, 'der')\n return {\n type: 'dsa',\n data: ndata.algorithm.params\n }\n default: throw new Error('unknown key id ' + subtype)\n }\n throw new Error('unknown key type ' + type)\n case 'ENCRYPTED PRIVATE KEY':\n data = asn1.EncryptedPrivateKey.decode(data, 'der')\n data = decrypt(data, password)\n // falls through\n case 'PRIVATE KEY':\n ndata = asn1.PrivateKey.decode(data, 'der')\n subtype = ndata.algorithm.algorithm.join('.')\n switch (subtype) {\n case '1.2.840.113549.1.1.1':\n return asn1.RSAPrivateKey.decode(ndata.subjectPrivateKey, 'der')\n case '1.2.840.10045.2.1':\n return {\n curve: ndata.algorithm.curve,\n privateKey: asn1.ECPrivateKey.decode(ndata.subjectPrivateKey, 'der').privateKey\n }\n case '1.2.840.10040.4.1':\n ndata.algorithm.params.priv_key = asn1.DSAparam.decode(ndata.subjectPrivateKey, 'der')\n return {\n type: 'dsa',\n params: ndata.algorithm.params\n }\n default: throw new Error('unknown key id ' + subtype)\n }\n throw new Error('unknown key type ' + type)\n case 'RSA PUBLIC KEY':\n return asn1.RSAPublicKey.decode(data, 'der')\n case 'RSA PRIVATE KEY':\n return asn1.RSAPrivateKey.decode(data, 'der')\n case 'DSA PRIVATE KEY':\n return {\n type: 'dsa',\n params: asn1.DSAPrivateKey.decode(data, 'der')\n }\n case 'EC PRIVATE KEY':\n data = asn1.ECPrivateKey.decode(data, 'der')\n return {\n curve: data.parameters.value,\n privateKey: data.privateKey\n }\n default: throw new Error('unknown key type ' + type)\n }\n}\nparseKeys.signature = asn1.signature\nfunction decrypt (data, password) {\n var salt = data.algorithm.decrypt.kde.kdeparams.salt\n var iters = parseInt(data.algorithm.decrypt.kde.kdeparams.iters.toString(), 10)\n var algo = aesid[data.algorithm.decrypt.cipher.algo.join('.')]\n var iv = data.algorithm.decrypt.cipher.iv\n var cipherText = data.subjectPrivateKey\n var keylen = parseInt(algo.split('-')[1], 10) / 8\n var key = compat.pbkdf2Sync(password, salt, iters, keylen, 'sha1')\n var cipher = ciphers.createDecipheriv(algo, key, iv)\n var out = []\n out.push(cipher.update(cipherText))\n out.push(cipher.final())\n return Buffer.concat(out)\n}\n","module.exports = {\n \"1.3.132.0.10\": \"secp256k1\",\n \"1.3.132.0.33\": \"p224\",\n \"1.2.840.10045.3.1.1\": \"p192\",\n \"1.2.840.10045.3.1.7\": \"p256\",\n \"1.3.132.0.34\": \"p384\",\n \"1.3.132.0.35\": \"p521\"\n}\n;","// much of this based on https://github.com/indutny/self-signed/blob/gh-pages/lib/rsa.js\nvar Buffer = require('safe-buffer').Buffer\nvar createHmac = require('create-hmac')\nvar crt = require('browserify-rsa')\nvar EC = require('elliptic').ec\nvar BN = require('bn.js')\nvar parseKeys = require('parse-asn1')\nvar curves = require('./curves.json')\n\nfunction sign (hash, key, hashType, signType, tag) {\n var priv = parseKeys(key)\n if (priv.curve) {\n // rsa keys can be interpreted as ecdsa ones in openssl\n if (signType !== 'ecdsa' && signType !== 'ecdsa/rsa') throw new Error('wrong private key type')\n return ecSign(hash, priv)\n } else if (priv.type === 'dsa') {\n if (signType !== 'dsa') throw new Error('wrong private key type')\n return dsaSign(hash, priv, hashType)\n } else {\n if (signType !== 'rsa' && signType !== 'ecdsa/rsa') throw new Error('wrong private key type')\n }\n hash = Buffer.concat([tag, hash])\n var len = priv.modulus.byteLength()\n var pad = [0, 1]\n while (hash.length + pad.length + 1 < len) pad.push(0xff)\n pad.push(0x00)\n var i = -1\n while (++i < hash.length) pad.push(hash[i])\n\n var out = crt(pad, priv)\n return out\n}\n\nfunction ecSign (hash, priv) {\n var curveId = curves[priv.curve.join('.')]\n if (!curveId) throw new Error('unknown curve ' + priv.curve.join('.'))\n\n var curve = new EC(curveId)\n var key = curve.keyFromPrivate(priv.privateKey)\n var out = key.sign(hash)\n\n return Buffer.from(out.toDER())\n}\n\nfunction dsaSign (hash, priv, algo) {\n var x = priv.params.priv_key\n var p = priv.params.p\n var q = priv.params.q\n var g = priv.params.g\n var r = new BN(0)\n var k\n var H = bits2int(hash, q).mod(q)\n var s = false\n var kv = getKey(x, q, hash, algo)\n while (s === false) {\n k = makeKey(q, kv, algo)\n r = makeR(g, k, p, q)\n s = k.invm(q).imul(H.add(x.mul(r))).mod(q)\n if (s.cmpn(0) === 0) {\n s = false\n r = new BN(0)\n }\n }\n return toDER(r, s)\n}\n\nfunction toDER (r, s) {\n r = r.toArray()\n s = s.toArray()\n\n // Pad values\n if (r[0] & 0x80) r = [0].concat(r)\n if (s[0] & 0x80) s = [0].concat(s)\n\n var total = r.length + s.length + 4\n var res = [0x30, total, 0x02, r.length]\n res = res.concat(r, [0x02, s.length], s)\n return Buffer.from(res)\n}\n\nfunction getKey (x, q, hash, algo) {\n x = Buffer.from(x.toArray())\n if (x.length < q.byteLength()) {\n var zeros = Buffer.alloc(q.byteLength() - x.length)\n x = Buffer.concat([zeros, x])\n }\n var hlen = hash.length\n var hbits = bits2octets(hash, q)\n var v = Buffer.alloc(hlen)\n v.fill(1)\n var k = Buffer.alloc(hlen)\n k = createHmac(algo, k).update(v).update(Buffer.from([0])).update(x).update(hbits).digest()\n v = createHmac(algo, k).update(v).digest()\n k = createHmac(algo, k).update(v).update(Buffer.from([1])).update(x).update(hbits).digest()\n v = createHmac(algo, k).update(v).digest()\n return { k: k, v: v }\n}\n\nfunction bits2int (obits, q) {\n var bits = new BN(obits)\n var shift = (obits.length << 3) - q.bitLength()\n if (shift > 0) bits.ishrn(shift)\n return bits\n}\n\nfunction bits2octets (bits, q) {\n bits = bits2int(bits, q)\n bits = bits.mod(q)\n var out = Buffer.from(bits.toArray())\n if (out.length < q.byteLength()) {\n var zeros = Buffer.alloc(q.byteLength() - out.length)\n out = Buffer.concat([zeros, out])\n }\n return out\n}\n\nfunction makeKey (q, kv, algo) {\n var t\n var k\n\n do {\n t = Buffer.alloc(0)\n\n while (t.length * 8 < q.bitLength()) {\n kv.v = createHmac(algo, kv.k).update(kv.v).digest()\n t = Buffer.concat([t, kv.v])\n }\n\n k = bits2int(t, q)\n kv.k = createHmac(algo, kv.k).update(kv.v).update(Buffer.from([0])).digest()\n kv.v = createHmac(algo, kv.k).update(kv.v).digest()\n } while (k.cmp(q) !== -1)\n\n return k\n}\n\nfunction makeR (g, k, p, q) {\n return g.toRed(BN.mont(p)).redPow(k).fromRed().mod(q)\n}\n\nmodule.exports = sign\nmodule.exports.getKey = getKey\nmodule.exports.makeKey = makeKey\n","// much of this based on https://github.com/indutny/self-signed/blob/gh-pages/lib/rsa.js\nvar Buffer = require('safe-buffer').Buffer\nvar BN = require('bn.js')\nvar EC = require('elliptic').ec\nvar parseKeys = require('parse-asn1')\nvar curves = require('./curves.json')\n\nfunction verify (sig, hash, key, signType, tag) {\n var pub = parseKeys(key)\n if (pub.type === 'ec') {\n // rsa keys can be interpreted as ecdsa ones in openssl\n if (signType !== 'ecdsa' && signType !== 'ecdsa/rsa') throw new Error('wrong public key type')\n return ecVerify(sig, hash, pub)\n } else if (pub.type === 'dsa') {\n if (signType !== 'dsa') throw new Error('wrong public key type')\n return dsaVerify(sig, hash, pub)\n } else {\n if (signType !== 'rsa' && signType !== 'ecdsa/rsa') throw new Error('wrong public key type')\n }\n hash = Buffer.concat([tag, hash])\n var len = pub.modulus.byteLength()\n var pad = [1]\n var padNum = 0\n while (hash.length + pad.length + 2 < len) {\n pad.push(0xff)\n padNum++\n }\n pad.push(0x00)\n var i = -1\n while (++i < hash.length) {\n pad.push(hash[i])\n }\n pad = Buffer.from(pad)\n var red = BN.mont(pub.modulus)\n sig = new BN(sig).toRed(red)\n\n sig = sig.redPow(new BN(pub.publicExponent))\n sig = Buffer.from(sig.fromRed().toArray())\n var out = padNum < 8 ? 1 : 0\n len = Math.min(sig.length, pad.length)\n if (sig.length !== pad.length) out = 1\n\n i = -1\n while (++i < len) out |= sig[i] ^ pad[i]\n return out === 0\n}\n\nfunction ecVerify (sig, hash, pub) {\n var curveId = curves[pub.data.algorithm.curve.join('.')]\n if (!curveId) throw new Error('unknown curve ' + pub.data.algorithm.curve.join('.'))\n\n var curve = new EC(curveId)\n var pubkey = pub.data.subjectPrivateKey.data\n\n return curve.verify(hash, sig, pubkey)\n}\n\nfunction dsaVerify (sig, hash, pub) {\n var p = pub.data.p\n var q = pub.data.q\n var g = pub.data.g\n var y = pub.data.pub_key\n var unpacked = parseKeys.signature.decode(sig, 'der')\n var s = unpacked.s\n var r = unpacked.r\n checkValue(s, q)\n checkValue(r, q)\n var montp = BN.mont(p)\n var w = s.invm(q)\n var v = g.toRed(montp)\n .redPow(new BN(hash).mul(w).mod(q))\n .fromRed()\n .mul(y.toRed(montp).redPow(r.mul(w).mod(q)).fromRed())\n .mod(p)\n .mod(q)\n return v.cmp(r) === 0\n}\n\nfunction checkValue (b, q) {\n if (b.cmpn(0) <= 0) throw new Error('invalid sig')\n if (b.cmp(q) >= q) throw new Error('invalid sig')\n}\n\nmodule.exports = verify\n","var Buffer = require('safe-buffer').Buffer\nvar createHash = require('create-hash')\nvar stream = require('readable-stream')\nvar inherits = require('inherits')\nvar sign = require('./sign')\nvar verify = require('./verify')\n\nvar algorithms = require('./algorithms.json')\nObject.keys(algorithms).forEach(function (key) {\n algorithms[key].id = Buffer.from(algorithms[key].id, 'hex')\n algorithms[key.toLowerCase()] = algorithms[key]\n})\n\nfunction Sign (algorithm) {\n stream.Writable.call(this)\n\n var data = algorithms[algorithm]\n if (!data) throw new Error('Unknown message digest')\n\n this._hashType = data.hash\n this._hash = createHash(data.hash)\n this._tag = data.id\n this._signType = data.sign\n}\ninherits(Sign, stream.Writable)\n\nSign.prototype._write = function _write (data, _, done) {\n this._hash.update(data)\n done()\n}\n\nSign.prototype.update = function update (data, enc) {\n if (typeof data === 'string') data = Buffer.from(data, enc)\n\n this._hash.update(data)\n return this\n}\n\nSign.prototype.sign = function signMethod (key, enc) {\n this.end()\n var hash = this._hash.digest()\n var sig = sign(hash, key, this._hashType, this._signType, this._tag)\n\n return enc ? sig.toString(enc) : sig\n}\n\nfunction Verify (algorithm) {\n stream.Writable.call(this)\n\n var data = algorithms[algorithm]\n if (!data) throw new Error('Unknown message digest')\n\n this._hash = createHash(data.hash)\n this._tag = data.id\n this._signType = data.sign\n}\ninherits(Verify, stream.Writable)\n\nVerify.prototype._write = function _write (data, _, done) {\n this._hash.update(data)\n done()\n}\n\nVerify.prototype.update = function update (data, enc) {\n if (typeof data === 'string') data = Buffer.from(data, enc)\n\n this._hash.update(data)\n return this\n}\n\nVerify.prototype.verify = function verifyMethod (key, sig, enc) {\n if (typeof sig === 'string') sig = Buffer.from(sig, enc)\n\n this.end()\n var hash = this._hash.digest()\n return verify(sig, hash, key, this._signType, this._tag)\n}\n\nfunction createSign (algorithm) {\n return new Sign(algorithm)\n}\n\nfunction createVerify (algorithm) {\n return new Verify(algorithm)\n}\n\nmodule.exports = {\n Sign: createSign,\n Verify: createVerify,\n createSign: createSign,\n createVerify: createVerify\n}\n","var elliptic = require('elliptic')\nvar BN = require('bn.js')\n\nmodule.exports = function createECDH (curve) {\n return new ECDH(curve)\n}\n\nvar aliases = {\n secp256k1: {\n name: 'secp256k1',\n byteLength: 32\n },\n secp224r1: {\n name: 'p224',\n byteLength: 28\n },\n prime256v1: {\n name: 'p256',\n byteLength: 32\n },\n prime192v1: {\n name: 'p192',\n byteLength: 24\n },\n ed25519: {\n name: 'ed25519',\n byteLength: 32\n },\n secp384r1: {\n name: 'p384',\n byteLength: 48\n },\n secp521r1: {\n name: 'p521',\n byteLength: 66\n }\n}\n\naliases.p224 = aliases.secp224r1\naliases.p256 = aliases.secp256r1 = aliases.prime256v1\naliases.p192 = aliases.secp192r1 = aliases.prime192v1\naliases.p384 = aliases.secp384r1\naliases.p521 = aliases.secp521r1\n\nfunction ECDH (curve) {\n this.curveType = aliases[curve]\n if (!this.curveType) {\n this.curveType = {\n name: curve\n }\n }\n this.curve = new elliptic.ec(this.curveType.name) // eslint-disable-line new-cap\n this.keys = void 0\n}\n\nECDH.prototype.generateKeys = function (enc, format) {\n this.keys = this.curve.genKeyPair()\n return this.getPublicKey(enc, format)\n}\n\nECDH.prototype.computeSecret = function (other, inenc, enc) {\n inenc = inenc || 'utf8'\n if (!Buffer.isBuffer(other)) {\n other = new Buffer(other, inenc)\n }\n var otherPub = this.curve.keyFromPublic(other).getPublic()\n var out = otherPub.mul(this.keys.getPrivate()).getX()\n return formatReturnValue(out, enc, this.curveType.byteLength)\n}\n\nECDH.prototype.getPublicKey = function (enc, format) {\n var key = this.keys.getPublic(format === 'compressed', true)\n if (format === 'hybrid') {\n if (key[key.length - 1] % 2) {\n key[0] = 7\n } else {\n key[0] = 6\n }\n }\n return formatReturnValue(key, enc)\n}\n\nECDH.prototype.getPrivateKey = function (enc) {\n return formatReturnValue(this.keys.getPrivate(), enc)\n}\n\nECDH.prototype.setPublicKey = function (pub, enc) {\n enc = enc || 'utf8'\n if (!Buffer.isBuffer(pub)) {\n pub = new Buffer(pub, enc)\n }\n this.keys._importPublic(pub)\n return this\n}\n\nECDH.prototype.setPrivateKey = function (priv, enc) {\n enc = enc || 'utf8'\n if (!Buffer.isBuffer(priv)) {\n priv = new Buffer(priv, enc)\n }\n\n var _priv = new BN(priv)\n _priv = _priv.toString(16)\n this.keys = this.curve.genKeyPair()\n this.keys._importPrivate(_priv)\n return this\n}\n\nfunction formatReturnValue (bn, enc, len) {\n if (!Array.isArray(bn)) {\n bn = bn.toArray()\n }\n var buf = new Buffer(bn)\n if (len && buf.length < len) {\n var zeros = new Buffer(len - buf.length)\n zeros.fill(0)\n buf = Buffer.concat([zeros, buf])\n }\n if (!enc) {\n return buf\n } else {\n return buf.toString(enc)\n }\n}\n","var createHash = require('create-hash')\nvar Buffer = require('safe-buffer').Buffer\n\nmodule.exports = function (seed, len) {\n var t = Buffer.alloc(0)\n var i = 0\n var c\n while (t.length < len) {\n c = i2ops(i++)\n t = Buffer.concat([t, createHash('sha1').update(seed).update(c).digest()])\n }\n return t.slice(0, len)\n}\n\nfunction i2ops (c) {\n var out = Buffer.allocUnsafe(4)\n out.writeUInt32BE(c, 0)\n return out\n}\n","module.exports = function xor (a, b) {\n var len = a.length\n var i = -1\n while (++i < len) {\n a[i] ^= b[i]\n }\n return a\n}\n","var BN = require('bn.js')\nvar Buffer = require('safe-buffer').Buffer\n\nfunction withPublic (paddedMsg, key) {\n return Buffer.from(paddedMsg\n .toRed(BN.mont(key.modulus))\n .redPow(new BN(key.publicExponent))\n .fromRed()\n .toArray())\n}\n\nmodule.exports = withPublic\n","var parseKeys = require('parse-asn1')\nvar randomBytes = require('randombytes')\nvar createHash = require('create-hash')\nvar mgf = require('./mgf')\nvar xor = require('./xor')\nvar BN = require('bn.js')\nvar withPublic = require('./withPublic')\nvar crt = require('browserify-rsa')\nvar Buffer = require('safe-buffer').Buffer\n\nmodule.exports = function publicEncrypt (publicKey, msg, reverse) {\n var padding\n if (publicKey.padding) {\n padding = publicKey.padding\n } else if (reverse) {\n padding = 1\n } else {\n padding = 4\n }\n var key = parseKeys(publicKey)\n var paddedMsg\n if (padding === 4) {\n paddedMsg = oaep(key, msg)\n } else if (padding === 1) {\n paddedMsg = pkcs1(key, msg, reverse)\n } else if (padding === 3) {\n paddedMsg = new BN(msg)\n if (paddedMsg.cmp(key.modulus) >= 0) {\n throw new Error('data too long for modulus')\n }\n } else {\n throw new Error('unknown padding')\n }\n if (reverse) {\n return crt(paddedMsg, key)\n } else {\n return withPublic(paddedMsg, key)\n }\n}\n\nfunction oaep (key, msg) {\n var k = key.modulus.byteLength()\n var mLen = msg.length\n var iHash = createHash('sha1').update(Buffer.alloc(0)).digest()\n var hLen = iHash.length\n var hLen2 = 2 * hLen\n if (mLen > k - hLen2 - 2) {\n throw new Error('message too long')\n }\n var ps = Buffer.alloc(k - mLen - hLen2 - 2)\n var dblen = k - hLen - 1\n var seed = randomBytes(hLen)\n var maskedDb = xor(Buffer.concat([iHash, ps, Buffer.alloc(1, 1), msg], dblen), mgf(seed, dblen))\n var maskedSeed = xor(seed, mgf(maskedDb, hLen))\n return new BN(Buffer.concat([Buffer.alloc(1), maskedSeed, maskedDb], k))\n}\nfunction pkcs1 (key, msg, reverse) {\n var mLen = msg.length\n var k = key.modulus.byteLength()\n if (mLen > k - 11) {\n throw new Error('message too long')\n }\n var ps\n if (reverse) {\n ps = Buffer.alloc(k - mLen - 3, 0xff)\n } else {\n ps = nonZero(k - mLen - 3)\n }\n return new BN(Buffer.concat([Buffer.from([0, reverse ? 1 : 2]), ps, Buffer.alloc(1), msg], k))\n}\nfunction nonZero (len) {\n var out = Buffer.allocUnsafe(len)\n var i = 0\n var cache = randomBytes(len * 2)\n var cur = 0\n var num\n while (i < len) {\n if (cur === cache.length) {\n cache = randomBytes(len * 2)\n cur = 0\n }\n num = cache[cur++]\n if (num) {\n out[i++] = num\n }\n }\n return out\n}\n","var parseKeys = require('parse-asn1')\nvar mgf = require('./mgf')\nvar xor = require('./xor')\nvar BN = require('bn.js')\nvar crt = require('browserify-rsa')\nvar createHash = require('create-hash')\nvar withPublic = require('./withPublic')\nvar Buffer = require('safe-buffer').Buffer\n\nmodule.exports = function privateDecrypt (privateKey, enc, reverse) {\n var padding\n if (privateKey.padding) {\n padding = privateKey.padding\n } else if (reverse) {\n padding = 1\n } else {\n padding = 4\n }\n\n var key = parseKeys(privateKey)\n var k = key.modulus.byteLength()\n if (enc.length > k || new BN(enc).cmp(key.modulus) >= 0) {\n throw new Error('decryption error')\n }\n var msg\n if (reverse) {\n msg = withPublic(new BN(enc), key)\n } else {\n msg = crt(enc, key)\n }\n var zBuffer = Buffer.alloc(k - msg.length)\n msg = Buffer.concat([zBuffer, msg], k)\n if (padding === 4) {\n return oaep(key, msg)\n } else if (padding === 1) {\n return pkcs1(key, msg, reverse)\n } else if (padding === 3) {\n return msg\n } else {\n throw new Error('unknown padding')\n }\n}\n\nfunction oaep (key, msg) {\n var k = key.modulus.byteLength()\n var iHash = createHash('sha1').update(Buffer.alloc(0)).digest()\n var hLen = iHash.length\n if (msg[0] !== 0) {\n throw new Error('decryption error')\n }\n var maskedSeed = msg.slice(1, hLen + 1)\n var maskedDb = msg.slice(hLen + 1)\n var seed = xor(maskedSeed, mgf(maskedDb, hLen))\n var db = xor(maskedDb, mgf(seed, k - hLen - 1))\n if (compare(iHash, db.slice(0, hLen))) {\n throw new Error('decryption error')\n }\n var i = hLen\n while (db[i] === 0) {\n i++\n }\n if (db[i++] !== 1) {\n throw new Error('decryption error')\n }\n return db.slice(i)\n}\n\nfunction pkcs1 (key, msg, reverse) {\n var p1 = msg.slice(0, 2)\n var i = 2\n var status = 0\n while (msg[i++] !== 0) {\n if (i >= msg.length) {\n status++\n break\n }\n }\n var ps = msg.slice(2, i - 1)\n\n if ((p1.toString('hex') !== '0002' && !reverse) || (p1.toString('hex') !== '0001' && reverse)) {\n status++\n }\n if (ps.length < 8) {\n status++\n }\n if (status) {\n throw new Error('decryption error')\n }\n return msg.slice(i)\n}\nfunction compare (a, b) {\n a = Buffer.from(a)\n b = Buffer.from(b)\n var dif = 0\n var len = a.length\n if (a.length !== b.length) {\n dif++\n len = Math.min(a.length, b.length)\n }\n var i = -1\n while (++i < len) {\n dif += (a[i] ^ b[i])\n }\n return dif\n}\n","exports.publicEncrypt = require('./publicEncrypt')\nexports.privateDecrypt = require('./privateDecrypt')\n\nexports.privateEncrypt = function privateEncrypt (key, buf) {\n return exports.publicEncrypt(key, buf, true)\n}\n\nexports.publicDecrypt = function publicDecrypt (key, buf) {\n return exports.privateDecrypt(key, buf, true)\n}\n","'use strict'\n\nfunction oldBrowser () {\n throw new Error('secure random number generation not supported by this browser\\nuse chrome, FireFox or Internet Explorer 11')\n}\nvar safeBuffer = require('safe-buffer')\nvar randombytes = require('randombytes')\nvar Buffer = safeBuffer.Buffer\nvar kBufferMaxLength = safeBuffer.kMaxLength\nvar crypto = global.crypto || global.msCrypto\nvar kMaxUint32 = Math.pow(2, 32) - 1\nfunction assertOffset (offset, length) {\n if (typeof offset !== 'number' || offset !== offset) { // eslint-disable-line no-self-compare\n throw new TypeError('offset must be a number')\n }\n\n if (offset > kMaxUint32 || offset < 0) {\n throw new TypeError('offset must be a uint32')\n }\n\n if (offset > kBufferMaxLength || offset > length) {\n throw new RangeError('offset out of range')\n }\n}\n\nfunction assertSize (size, offset, length) {\n if (typeof size !== 'number' || size !== size) { // eslint-disable-line no-self-compare\n throw new TypeError('size must be a number')\n }\n\n if (size > kMaxUint32 || size < 0) {\n throw new TypeError('size must be a uint32')\n }\n\n if (size + offset > length || size > kBufferMaxLength) {\n throw new RangeError('buffer too small')\n }\n}\nif ((crypto && crypto.getRandomValues) || !process.browser) {\n exports.randomFill = randomFill\n exports.randomFillSync = randomFillSync\n} else {\n exports.randomFill = oldBrowser\n exports.randomFillSync = oldBrowser\n}\nfunction randomFill (buf, offset, size, cb) {\n if (!Buffer.isBuffer(buf) && !(buf instanceof global.Uint8Array)) {\n throw new TypeError('\"buf\" argument must be a Buffer or Uint8Array')\n }\n\n if (typeof offset === 'function') {\n cb = offset\n offset = 0\n size = buf.length\n } else if (typeof size === 'function') {\n cb = size\n size = buf.length - offset\n } else if (typeof cb !== 'function') {\n throw new TypeError('\"cb\" argument must be a function')\n }\n assertOffset(offset, buf.length)\n assertSize(size, offset, buf.length)\n return actualFill(buf, offset, size, cb)\n}\n\nfunction actualFill (buf, offset, size, cb) {\n if (process.browser) {\n var ourBuf = buf.buffer\n var uint = new Uint8Array(ourBuf, offset, size)\n crypto.getRandomValues(uint)\n if (cb) {\n process.nextTick(function () {\n cb(null, buf)\n })\n return\n }\n return buf\n }\n if (cb) {\n randombytes(size, function (err, bytes) {\n if (err) {\n return cb(err)\n }\n bytes.copy(buf, offset)\n cb(null, buf)\n })\n return\n }\n var bytes = randombytes(size)\n bytes.copy(buf, offset)\n return buf\n}\nfunction randomFillSync (buf, offset, size) {\n if (typeof offset === 'undefined') {\n offset = 0\n }\n if (!Buffer.isBuffer(buf) && !(buf instanceof global.Uint8Array)) {\n throw new TypeError('\"buf\" argument must be a Buffer or Uint8Array')\n }\n\n assertOffset(offset, buf.length)\n\n if (size === undefined) size = buf.length - offset\n\n assertSize(size, offset, buf.length)\n\n return actualFill(buf, offset, size)\n}\n","'use strict'\n\nexports.randomBytes = exports.rng = exports.pseudoRandomBytes = exports.prng = require('randombytes')\nexports.createHash = exports.Hash = require('create-hash')\nexports.createHmac = exports.Hmac = require('create-hmac')\n\nvar algos = require('browserify-sign/algos')\nvar algoKeys = Object.keys(algos)\nvar hashes = ['sha1', 'sha224', 'sha256', 'sha384', 'sha512', 'md5', 'rmd160'].concat(algoKeys)\nexports.getHashes = function () {\n return hashes\n}\n\nvar p = require('pbkdf2')\nexports.pbkdf2 = p.pbkdf2\nexports.pbkdf2Sync = p.pbkdf2Sync\n\nvar aes = require('browserify-cipher')\n\nexports.Cipher = aes.Cipher\nexports.createCipher = aes.createCipher\nexports.Cipheriv = aes.Cipheriv\nexports.createCipheriv = aes.createCipheriv\nexports.Decipher = aes.Decipher\nexports.createDecipher = aes.createDecipher\nexports.Decipheriv = aes.Decipheriv\nexports.createDecipheriv = aes.createDecipheriv\nexports.getCiphers = aes.getCiphers\nexports.listCiphers = aes.listCiphers\n\nvar dh = require('diffie-hellman')\n\nexports.DiffieHellmanGroup = dh.DiffieHellmanGroup\nexports.createDiffieHellmanGroup = dh.createDiffieHellmanGroup\nexports.getDiffieHellman = dh.getDiffieHellman\nexports.createDiffieHellman = dh.createDiffieHellman\nexports.DiffieHellman = dh.DiffieHellman\n\nvar sign = require('browserify-sign')\n\nexports.createSign = sign.createSign\nexports.Sign = sign.Sign\nexports.createVerify = sign.createVerify\nexports.Verify = sign.Verify\n\nexports.createECDH = require('create-ecdh')\n\nvar publicEncrypt = require('public-encrypt')\n\nexports.publicEncrypt = publicEncrypt.publicEncrypt\nexports.privateEncrypt = publicEncrypt.privateEncrypt\nexports.publicDecrypt = publicEncrypt.publicDecrypt\nexports.privateDecrypt = publicEncrypt.privateDecrypt\n\n// the least I can do is make error messages for the rest of the node.js/crypto api.\n// ;[\n// 'createCredentials'\n// ].forEach(function (name) {\n// exports[name] = function () {\n// throw new Error([\n// 'sorry, ' + name + ' is not implemented yet',\n// 'we accept pull requests',\n// 'https://github.com/crypto-browserify/crypto-browserify'\n// ].join('\\n'))\n// }\n// })\n\nvar rf = require('randomfill')\n\nexports.randomFill = rf.randomFill\nexports.randomFillSync = rf.randomFillSync\n\nexports.createCredentials = function () {\n throw new Error([\n 'sorry, createCredentials is not implemented yet',\n 'we accept pull requests',\n 'https://github.com/crypto-browserify/crypto-browserify'\n ].join('\\n'))\n}\n\nexports.constants = {\n 'DH_CHECK_P_NOT_SAFE_PRIME': 2,\n 'DH_CHECK_P_NOT_PRIME': 1,\n 'DH_UNABLE_TO_CHECK_GENERATOR': 4,\n 'DH_NOT_SUITABLE_GENERATOR': 8,\n 'NPN_ENABLED': 1,\n 'ALPN_ENABLED': 1,\n 'RSA_PKCS1_PADDING': 1,\n 'RSA_SSLV23_PADDING': 2,\n 'RSA_NO_PADDING': 3,\n 'RSA_PKCS1_OAEP_PADDING': 4,\n 'RSA_X931_PADDING': 5,\n 'RSA_PKCS1_PSS_PADDING': 6,\n 'POINT_CONVERSION_COMPRESSED': 2,\n 'POINT_CONVERSION_UNCOMPRESSED': 4,\n 'POINT_CONVERSION_HYBRID': 6\n}\n","export const SMALLEST_UNSAFE_INTEGER = 0x20000000000000;\nexport const LARGEST_SAFE_INTEGER = SMALLEST_UNSAFE_INTEGER - 1;\nexport const UINT32_MAX = -1 >>> 0;\nexport const UINT32_SIZE = UINT32_MAX + 1;\nexport const INT32_SIZE = UINT32_SIZE / 2;\nexport const INT32_MAX = INT32_SIZE - 1;\nexport const UINT21_SIZE = 1 << 21;\nexport const UINT21_MAX = UINT21_SIZE - 1;\n","import { Engine } from \"../types\";\n\n/**\n * Returns a value within [-0x80000000, 0x7fffffff]\n */\nexport function int32(engine: Engine): number {\n return engine.next() | 0;\n}\n","import { Distribution } from \"../types\";\n\nexport function add(distribution: Distribution, addend: number): Distribution {\n if (addend === 0) {\n return distribution;\n } else {\n return engine => distribution(engine) + addend;\n }\n}\n","import { Engine } from \"../types\";\nimport {\n SMALLEST_UNSAFE_INTEGER,\n UINT21_MAX,\n UINT21_SIZE,\n UINT32_SIZE\n} from \"../utils/constants\";\n\n/**\n * Returns a value within [-0x20000000000000, 0x1fffffffffffff]\n */\nexport function int53(engine: Engine): number {\n const high = engine.next() | 0;\n const low = engine.next() >>> 0;\n return (\n (high & UINT21_MAX) * UINT32_SIZE +\n low +\n (high & UINT21_SIZE ? -SMALLEST_UNSAFE_INTEGER : 0)\n );\n}\n","import { Engine } from \"../types\";\nimport {\n SMALLEST_UNSAFE_INTEGER,\n UINT21_MAX,\n UINT21_SIZE,\n UINT32_SIZE\n} from \"../utils/constants\";\n\n/**\n * Returns a value within [-0x20000000000000, 0x20000000000000]\n */\nexport function int53Full(engine: Engine): number {\n while (true) {\n const high = engine.next() | 0;\n if (high & 0x400000) {\n if ((high & 0x7fffff) === 0x400000 && (engine.next() | 0) === 0) {\n return SMALLEST_UNSAFE_INTEGER;\n }\n } else {\n const low = engine.next() >>> 0;\n return (\n (high & UINT21_MAX) * UINT32_SIZE +\n low +\n (high & UINT21_SIZE ? -SMALLEST_UNSAFE_INTEGER : 0)\n );\n }\n }\n}\n","import { Engine } from \"../types\";\n\n/**\n * Returns a value within [0, 0xffffffff]\n */\nexport function uint32(engine: Engine): number {\n return engine.next() >>> 0;\n}\n","import { Engine } from \"../types\";\nimport { UINT21_MAX, UINT32_SIZE } from \"../utils/constants\";\n\n/**\n * Returns a value within [0, 0x1fffffffffffff]\n */\nexport function uint53(engine: Engine): number {\n const high = engine.next() & UINT21_MAX;\n const low = engine.next() >>> 0;\n return high * UINT32_SIZE + low;\n}\n","import { Engine } from \"../types\";\nimport {\n SMALLEST_UNSAFE_INTEGER,\n UINT21_MAX,\n UINT21_SIZE,\n UINT32_SIZE\n} from \"../utils/constants\";\n\n/**\n * Returns a value within [0, 0x20000000000000]\n */\nexport function uint53Full(engine: Engine): number {\n while (true) {\n const high = engine.next() | 0;\n if (high & UINT21_SIZE) {\n if ((high & UINT21_MAX) === 0 && (engine.next() | 0) === 0) {\n return SMALLEST_UNSAFE_INTEGER;\n }\n } else {\n const low = engine.next() >>> 0;\n return (high & UINT21_MAX) * UINT32_SIZE + low;\n }\n }\n}\n","import { Distribution, Engine } from \"../types\";\nimport { add } from \"../utils/add\";\nimport {\n INT32_SIZE,\n LARGEST_SAFE_INTEGER,\n SMALLEST_UNSAFE_INTEGER,\n UINT21_MAX,\n UINT21_SIZE,\n UINT32_MAX,\n UINT32_SIZE\n} from \"../utils/constants\";\nimport { int32 } from \"./int32\";\nimport { int53 } from \"./int53\";\nimport { int53Full } from \"./int53Full\";\nimport { uint32 } from \"./uint32\";\nimport { uint53 } from \"./uint53\";\nimport { uint53Full } from \"./uint53Full\";\n\nfunction isPowerOfTwoMinusOne(value: number): boolean {\n return ((value + 1) & value) === 0;\n}\n\nfunction bitmask(masking: number): Distribution {\n return (engine: Engine) => engine.next() & masking;\n}\n\nfunction downscaleToLoopCheckedRange(range: number): Distribution {\n const extendedRange = range + 1;\n const maximum = extendedRange * Math.floor(UINT32_SIZE / extendedRange);\n return engine => {\n let value = 0;\n do {\n value = engine.next() >>> 0;\n } while (value >= maximum);\n return value % extendedRange;\n };\n}\n\nfunction downscaleToRange(range: number): Distribution {\n if (isPowerOfTwoMinusOne(range)) {\n return bitmask(range);\n } else {\n return downscaleToLoopCheckedRange(range);\n }\n}\n\nfunction isEvenlyDivisibleByMaxInt32(value: number): boolean {\n return (value | 0) === 0;\n}\n\nfunction upscaleWithHighMasking(masking: number): Distribution {\n return engine => {\n const high = engine.next() & masking;\n const low = engine.next() >>> 0;\n return high * UINT32_SIZE + low;\n };\n}\n\nfunction upscaleToLoopCheckedRange(extendedRange: number): Distribution {\n const maximum =\n extendedRange * Math.floor(SMALLEST_UNSAFE_INTEGER / extendedRange);\n return engine => {\n let ret = 0;\n do {\n const high = engine.next() & UINT21_MAX;\n const low = engine.next() >>> 0;\n ret = high * UINT32_SIZE + low;\n } while (ret >= maximum);\n return ret % extendedRange;\n };\n}\n\nfunction upscaleWithinU53(range: number): Distribution {\n const extendedRange = range + 1;\n if (isEvenlyDivisibleByMaxInt32(extendedRange)) {\n const highRange = ((extendedRange / UINT32_SIZE) | 0) - 1;\n if (isPowerOfTwoMinusOne(highRange)) {\n return upscaleWithHighMasking(highRange);\n }\n }\n return upscaleToLoopCheckedRange(extendedRange);\n}\n\nfunction upscaleWithinI53AndLoopCheck(min: number, max: number): Distribution {\n return engine => {\n let ret = 0;\n do {\n const high = engine.next() | 0;\n const low = engine.next() >>> 0;\n ret =\n (high & UINT21_MAX) * UINT32_SIZE +\n low +\n (high & UINT21_SIZE ? -SMALLEST_UNSAFE_INTEGER : 0);\n } while (ret < min || ret > max);\n return ret;\n };\n}\n\n/**\n * Returns a Distribution to return a value within [min, max]\n * @param min The minimum integer value, inclusive. No less than -0x20000000000000.\n * @param max The maximum integer value, inclusive. No greater than 0x20000000000000.\n */\nexport function integer(min: number, max: number): Distribution {\n min = Math.floor(min);\n max = Math.floor(max);\n if (min < -SMALLEST_UNSAFE_INTEGER || !isFinite(min)) {\n throw new RangeError(\n `Expected min to be at least ${-SMALLEST_UNSAFE_INTEGER}`\n );\n } else if (max > SMALLEST_UNSAFE_INTEGER || !isFinite(max)) {\n throw new RangeError(\n `Expected max to be at most ${SMALLEST_UNSAFE_INTEGER}`\n );\n }\n\n const range = max - min;\n if (range <= 0 || !isFinite(range)) {\n return () => min;\n } else if (range === UINT32_MAX) {\n if (min === 0) {\n return uint32;\n } else {\n return add(int32, min + INT32_SIZE);\n }\n } else if (range < UINT32_MAX) {\n return add(downscaleToRange(range), min);\n } else if (range === LARGEST_SAFE_INTEGER) {\n return add(uint53, min);\n } else if (range < LARGEST_SAFE_INTEGER) {\n return add(upscaleWithinU53(range), min);\n } else if (max - 1 - min === LARGEST_SAFE_INTEGER) {\n return add(uint53Full, min);\n } else if (\n min === -SMALLEST_UNSAFE_INTEGER &&\n max === SMALLEST_UNSAFE_INTEGER\n ) {\n return int53Full;\n } else if (min === -SMALLEST_UNSAFE_INTEGER && max === LARGEST_SAFE_INTEGER) {\n return int53;\n } else if (min === -LARGEST_SAFE_INTEGER && max === SMALLEST_UNSAFE_INTEGER) {\n return add(int53, 1);\n } else if (max === SMALLEST_UNSAFE_INTEGER) {\n return add(upscaleWithinI53AndLoopCheck(min - 1, max - 1), 1);\n } else {\n return upscaleWithinI53AndLoopCheck(min, max);\n }\n}\n","import { Distribution, Engine } from \"../types\";\nimport { INT32_SIZE, SMALLEST_UNSAFE_INTEGER, UINT32_SIZE } from \"../utils/constants\";\nimport { int32 } from \"./int32\";\nimport { integer } from \"./integer\";\nimport { uint53 } from \"./uint53\";\n\nfunction isLeastBitTrue(engine: Engine) {\n return (engine.next() & 1) === 1;\n}\n\nfunction lessThan(\n distribution: Distribution,\n value: number\n): Distribution {\n return engine => distribution(engine) < value;\n}\n\nfunction probability(percentage: number) {\n if (percentage <= 0) {\n return () => false;\n } else if (percentage >= 1) {\n return () => true;\n } else {\n const scaled = percentage * UINT32_SIZE;\n if (scaled % 1 === 0) {\n return lessThan(int32, (scaled - INT32_SIZE) | 0);\n } else {\n return lessThan(uint53, Math.round(percentage * SMALLEST_UNSAFE_INTEGER));\n }\n }\n}\n\n// tslint:disable:unified-signatures\n\n/**\n * Returns a boolean Distribution with 50% probability of being true or false\n */\nexport function bool(): Distribution;\n/**\n * Returns a boolean Distribution with the provided `percentage` of being true\n * @param percentage A number within [0, 1] of how often the result should be `true`\n */\nexport function bool(percentage: number): Distribution;\n/**\n * Returns a boolean Distribution with a probability of\n * `numerator` divided by `denominator` of being true\n * @param numerator The numerator of the probability\n * @param denominator The denominator of the probability\n */\nexport function bool(\n numerator: number,\n denominator: number\n): Distribution;\nexport function bool(\n numerator?: number,\n denominator?: number\n): Distribution {\n if (denominator == null) {\n if (numerator == null) {\n return isLeastBitTrue;\n }\n return probability(numerator);\n } else {\n if (numerator! <= 0) {\n return () => false;\n } else if (numerator! >= denominator) {\n return () => true;\n }\n return lessThan(integer(0, denominator - 1), numerator!);\n }\n}\n","import { Distribution } from \"../types\";\nimport { integer } from \"./integer\";\n\n/**\n * Returns a Distribution that returns a random `Date` within the inclusive\n * range of [`start`, `end`].\n * @param start The minimum `Date`\n * @param end The maximum `Date`\n */\nexport function date(start: Date, end: Date): Distribution {\n const distribution = integer(+start, +end);\n return engine => new Date(distribution(engine));\n}\n","import { Distribution } from \"../types\";\nimport { integer } from \"./integer\";\n\n/**\n * Returns a Distribution to return a value within [1, sideCount]\n * @param sideCount The number of sides of the die\n */\nexport function die(sideCount: number): Distribution {\n return integer(1, sideCount);\n}\n","import { Distribution } from \"../types\";\nimport { die } from \"./die\";\n\n/**\n * Returns a distribution that returns an array of length `dieCount` of values\n * within [1, `sideCount`]\n * @param sideCount The number of sides of each die\n * @param dieCount The number of dice\n */\nexport function dice(\n sideCount: number,\n dieCount: number\n): Distribution {\n const distribution = die(sideCount);\n return engine => {\n const result = [];\n for (let i = 0; i < dieCount; ++i) {\n result.push(distribution(engine));\n }\n return result;\n };\n}\n","import { StringDistribution } from \"../types\";\nimport { integer } from \"./integer\";\n\n// tslint:disable:unified-signatures\n\n// has 2**x chars, for faster uniform distribution\nconst DEFAULT_STRING_POOL =\n \"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_-\";\n\n/**\n * Returns a distribution that returns a random string using numbers,\n * uppercase and lowercase letters, `_`, and `-` of length `length`.\n * @param length Length of the result string\n */\nexport function string(): StringDistribution;\n/**\n * Returns a distribution that returns a random string using the provided\n * string pool as the possible characters to choose from of length `length`.\n * @param length Length of the result string\n */\nexport function string(pool: string): StringDistribution;\nexport function string(pool: string = DEFAULT_STRING_POOL): StringDistribution {\n const poolLength = pool.length;\n if (!poolLength) {\n throw new Error(\"Expected pool not to be an empty string\");\n }\n\n const distribution = integer(0, poolLength - 1);\n return (engine, length) => {\n let result = \"\";\n for (let i = 0; i < length; ++i) {\n const j = distribution(engine);\n result += pool.charAt(j);\n }\n return result;\n };\n}\n","import { StringDistribution } from \"../types\";\nimport { string } from \"./string\";\n\nconst LOWER_HEX_POOL = \"0123456789abcdef\";\nconst lowerHex = string(LOWER_HEX_POOL);\nconst upperHex = string(LOWER_HEX_POOL.toUpperCase());\n\n/**\n * Returns a Distribution that returns a random string comprised of numbers\n * or the characters `abcdef` (or `ABCDEF`) of length `length`.\n * @param length Length of the result string\n * @param uppercase Whether the string should use `ABCDEF` instead of `abcdef`\n */\nexport function hex(uppercase?: boolean): StringDistribution {\n if (uppercase) {\n return upperHex;\n } else {\n return lowerHex;\n }\n}\n","export function convertSliceArgument(value: number, length: number): number {\n if (value < 0) {\n return Math.max(value + length, 0);\n } else {\n return Math.min(value, length);\n }\n}\n","export function toInteger(value: number) {\n const num = +value;\n if (num < 0) {\n return Math.ceil(num);\n } else {\n return Math.floor(num);\n }\n}\n","import { Engine } from \"../types\";\nimport { convertSliceArgument } from \"../utils/convertSliceArgument\";\nimport { toInteger } from \"../utils/toInteger\";\nimport { integer } from \"./integer\";\n\n/**\n * Returns a random value within the provided `source` within the sliced\n * bounds of `begin` and `end`.\n * @param source an array of items to pick from\n * @param begin the beginning slice index (defaults to `0`)\n * @param end the ending slice index (defaults to `source.length`)\n */\nexport function pick(\n engine: Engine,\n source: ArrayLike,\n begin?: number,\n end?: number\n): T {\n const length = source.length;\n if (length === 0) {\n throw new RangeError(\"Cannot pick from an empty array\");\n }\n const start =\n begin == null ? 0 : convertSliceArgument(toInteger(begin), length);\n const finish =\n end === void 0 ? length : convertSliceArgument(toInteger(end), length);\n if (start >= finish) {\n throw new RangeError(`Cannot pick between bounds ${start} and ${finish}`);\n }\n const distribution = integer(start, finish - 1);\n return source[distribution(engine)];\n}\n","import { Distribution } from \"../types\";\n\nexport function multiply(\n distribution: Distribution,\n multiplier: number\n): Distribution {\n if (multiplier === 1) {\n return distribution;\n } else if (multiplier === 0) {\n return () => 0;\n } else {\n return engine => distribution(engine) * multiplier;\n }\n}\n","import { Engine } from \"../types\";\nimport { SMALLEST_UNSAFE_INTEGER } from \"../utils/constants\";\nimport { uint53 } from \"./uint53\";\n\n/**\n * Returns a floating-point value within [0.0, 1.0)\n */\nexport function realZeroToOneExclusive(engine: Engine): number {\n return uint53(engine) / SMALLEST_UNSAFE_INTEGER;\n}\n","import { Engine } from \"../types\";\nimport { SMALLEST_UNSAFE_INTEGER } from \"../utils/constants\";\nimport { uint53Full } from \"./uint53Full\";\n\n/**\n * Returns a floating-point value within [0.0, 1.0]\n */\nexport function realZeroToOneInclusive(engine: Engine): number {\n return uint53Full(engine) / SMALLEST_UNSAFE_INTEGER;\n}\n","import { Distribution } from \"../types\";\nimport { add } from \"../utils/add\";\nimport { multiply } from \"../utils/multiply\";\nimport { realZeroToOneExclusive } from \"./realZeroToOneExclusive\";\nimport { realZeroToOneInclusive } from \"./realZeroToOneInclusive\";\n\n/**\n * Returns a floating-point value within [min, max) or [min, max]\n * @param min The minimum floating-point value, inclusive.\n * @param max The maximum floating-point value.\n * @param inclusive If true, `max` will be inclusive.\n */\nexport function real(\n min: number,\n max: number,\n inclusive: boolean = false\n): Distribution {\n if (!isFinite(min)) {\n throw new RangeError(\"Expected min to be a finite number\");\n } else if (!isFinite(max)) {\n throw new RangeError(\"Expected max to be a finite number\");\n }\n return add(\n multiply(\n inclusive ? realZeroToOneInclusive : realZeroToOneExclusive,\n max - min\n ),\n min\n );\n}\n","export const sliceArray = Array.prototype.slice;\n","import { Engine } from \"../types\";\nimport { integer } from \"./integer\";\n\n/**\n * Shuffles an array in-place\n * @param engine The Engine to use when choosing random values\n * @param array The array to shuffle\n * @param downTo minimum index to shuffle. Only used internally.\n */\nexport function shuffle(\n engine: Engine,\n array: T[],\n downTo: number = 0\n): T[] {\n const length = array.length;\n if (length) {\n for (let i = (length - 1) >>> 0; i > downTo; --i) {\n const distribution = integer(0, i);\n const j = distribution(engine);\n if (i !== j) {\n const tmp = array[i];\n array[i] = array[j];\n array[j] = tmp;\n }\n }\n }\n return array;\n}\n","import { Engine } from \"../types\";\nimport { sliceArray } from \"../utils/sliceArray\";\nimport { shuffle } from \"./shuffle\";\n\n/**\n * From the population array, produce an array with sampleSize elements that\n * are randomly chosen without repeats.\n * @param engine The Engine to use when choosing random values\n * @param population An array that has items to choose a sample from\n * @param sampleSize The size of the result array\n */\nexport function sample(\n engine: Engine,\n population: ArrayLike,\n sampleSize: number\n): T[] {\n if (\n sampleSize < 0 ||\n sampleSize > population.length ||\n !isFinite(sampleSize)\n ) {\n throw new RangeError(\n \"Expected sampleSize to be within 0 and the length of the population\"\n );\n }\n\n if (sampleSize === 0) {\n return [];\n }\n\n const clone = sliceArray.call(population);\n const length = clone.length;\n if (length === sampleSize) {\n return shuffle(engine, clone, 0);\n }\n const tailLength = length - sampleSize;\n return shuffle(engine, clone, tailLength - 1).slice(tailLength);\n}\n","export const stringRepeat = (() => {\n try {\n if ((\"x\" as any).repeat(3) === \"xxx\") {\n return (pattern: string, count: number): string =>\n (pattern as any).repeat(count);\n }\n } catch (_) {\n // nothing to do here\n }\n return (pattern: string, count: number): string => {\n let result = \"\";\n while (count > 0) {\n if (count & 1) {\n result += pattern;\n }\n count >>= 1;\n pattern += pattern;\n }\n return result;\n };\n})();\n","import { Engine } from \"../types\";\nimport { stringRepeat } from \"../utils/stringRepeat\";\n\nfunction zeroPad(text: string, zeroCount: number) {\n return stringRepeat(\"0\", zeroCount - text.length) + text;\n}\n\n/**\n * Returns a Universally Unique Identifier Version 4.\n *\n * See http://en.wikipedia.org/wiki/Universally_unique_identifier\n */\nexport function uuid4(engine: Engine) {\n const a = engine.next() >>> 0;\n const b = engine.next() | 0;\n const c = engine.next() | 0;\n const d = engine.next() >>> 0;\n\n return (\n zeroPad(a.toString(16), 8) +\n \"-\" +\n zeroPad((b & 0xffff).toString(16), 4) +\n \"-\" +\n zeroPad((((b >> 4) & 0x0fff) | 0x4000).toString(16), 4) +\n \"-\" +\n zeroPad(((c & 0x3fff) | 0x8000).toString(16), 4) +\n \"-\" +\n zeroPad(((c >> 4) & 0xffff).toString(16), 4) +\n zeroPad(d.toString(16), 8)\n );\n}\n","import { Engine } from \"../types\";\nimport { UINT32_SIZE } from \"../utils/constants\";\n\n/**\n * An int32-producing Engine that uses `Math.random()`\n */\nexport const nativeMath: Engine = {\n next() {\n return (Math.random() * UINT32_SIZE) | 0;\n }\n};\n","import { bool } from \"./distribution/bool\";\nimport { date } from \"./distribution/date\";\nimport { dice } from \"./distribution/dice\";\nimport { die } from \"./distribution/die\";\nimport { hex } from \"./distribution/hex\";\nimport { int32 } from \"./distribution/int32\";\nimport { int53 } from \"./distribution/int53\";\nimport { int53Full } from \"./distribution/int53Full\";\nimport { integer } from \"./distribution/integer\";\nimport { pick } from \"./distribution/pick\";\nimport { real } from \"./distribution/real\";\nimport { realZeroToOneExclusive } from \"./distribution/realZeroToOneExclusive\";\nimport { realZeroToOneInclusive } from \"./distribution/realZeroToOneInclusive\";\nimport { sample } from \"./distribution/sample\";\nimport { shuffle } from \"./distribution/shuffle\";\nimport { string } from \"./distribution/string\";\nimport { uint32 } from \"./distribution/uint32\";\nimport { uint53 } from \"./distribution/uint53\";\nimport { uint53Full } from \"./distribution/uint53Full\";\nimport { uuid4 } from \"./distribution/uuid4\";\nimport { nativeMath } from \"./engine/nativeMath\";\nimport { Engine } from \"./types\";\n\n// tslint:disable:unified-signatures\n\n/**\n * A wrapper around an Engine that provides easy-to-use methods for\n * producing values based on known distributions\n */\nexport class Random {\n private readonly engine: Engine;\n\n /**\n * Creates a new Random wrapper\n * @param engine The engine to use (defaults to a `Math.random`-based implementation)\n */\n constructor(engine: Engine = nativeMath) {\n this.engine = engine;\n }\n\n /**\n * Returns a value within [-0x80000000, 0x7fffffff]\n */\n public int32(): number {\n return int32(this.engine);\n }\n\n /**\n * Returns a value within [0, 0xffffffff]\n */\n public uint32(): number {\n return uint32(this.engine);\n }\n\n /**\n * Returns a value within [0, 0x1fffffffffffff]\n */\n public uint53(): number {\n return uint53(this.engine);\n }\n\n /**\n * Returns a value within [0, 0x20000000000000]\n */\n public uint53Full(): number {\n return uint53Full(this.engine);\n }\n\n /**\n * Returns a value within [-0x20000000000000, 0x1fffffffffffff]\n */\n public int53(): number {\n return int53(this.engine);\n }\n\n /**\n * Returns a value within [-0x20000000000000, 0x20000000000000]\n */\n public int53Full(): number {\n return int53Full(this.engine);\n }\n\n /**\n * Returns a value within [min, max]\n * @param min The minimum integer value, inclusive. No less than -0x20000000000000.\n * @param max The maximum integer value, inclusive. No greater than 0x20000000000000.\n */\n public integer(min: number, max: number): number {\n return integer(min, max)(this.engine);\n }\n\n /**\n * Returns a floating-point value within [0.0, 1.0]\n */\n public realZeroToOneInclusive(): number {\n return realZeroToOneInclusive(this.engine);\n }\n\n /**\n * Returns a floating-point value within [0.0, 1.0)\n */\n public realZeroToOneExclusive(): number {\n return realZeroToOneExclusive(this.engine);\n }\n\n /**\n * Returns a floating-point value within [min, max) or [min, max]\n * @param min The minimum floating-point value, inclusive.\n * @param max The maximum floating-point value.\n * @param inclusive If true, `max` will be inclusive.\n */\n public real(min: number, max: number, inclusive: boolean = false): number {\n return real(min, max, inclusive)(this.engine);\n }\n\n /**\n * Returns a boolean with 50% probability of being true or false\n */\n public bool(): boolean;\n /**\n * Returns a boolean with the provided `percentage` of being true\n * @param percentage A number within [0, 1] of how often the result should be `true`\n */\n public bool(percentage: number): boolean;\n /**\n * Returns a boolean with a probability of `numerator`/`denominator` of being true\n * @param numerator The numerator of the probability\n * @param denominator The denominator of the probability\n */\n public bool(numerator: number, denominator: number): boolean;\n public bool(numerator?: number, denominator?: number): boolean {\n return bool(numerator!, denominator!)(this.engine);\n }\n\n /**\n * Return a random value within the provided `source` within the sliced\n * bounds of `begin` and `end`.\n * @param source an array of items to pick from\n * @param begin the beginning slice index (defaults to `0`)\n * @param end the ending slice index (defaults to `source.length`)\n */\n public pick(source: ArrayLike, begin?: number, end?: number): T {\n return pick(this.engine, source, begin, end);\n }\n\n /**\n * Shuffles an array in-place\n * @param array The array to shuffle\n */\n public shuffle(array: T[]): T[] {\n return shuffle(this.engine, array);\n }\n\n /**\n * From the population array, returns an array with sampleSize elements that\n * are randomly chosen without repeats.\n * @param population An array that has items to choose a sample from\n * @param sampleSize The size of the result array\n */\n public sample(population: ArrayLike, sampleSize: number): T[] {\n return sample(this.engine, population, sampleSize);\n }\n\n /**\n * Returns a value within [1, sideCount]\n * @param sideCount The number of sides of the die\n */\n public die(sideCount: number): number {\n return die(sideCount)(this.engine);\n }\n\n /**\n * Returns an array of length `dieCount` of values within [1, sideCount]\n * @param sideCount The number of sides of each die\n * @param dieCount The number of dice\n */\n public dice(sideCount: number, dieCount: number): number[] {\n return dice(sideCount, dieCount)(this.engine);\n }\n\n /**\n * Returns a Universally Unique Identifier Version 4.\n *\n * See http://en.wikipedia.org/wiki/Universally_unique_identifier\n */\n public uuid4(): string {\n return uuid4(this.engine);\n }\n\n /**\n * Returns a random string using numbers, uppercase and lowercase letters,\n * `_`, and `-` of length `length`.\n * @param length Length of the result string\n */\n public string(length: number): string;\n /**\n * Returns a random string using the provided string pool as the possible\n * characters to choose from of length `length`.\n * @param length Length of the result string\n */\n public string(length: number, pool: string): string;\n public string(length: number, pool?: string): string {\n return string(pool!)(this.engine, length);\n }\n\n /**\n * Returns a random string comprised of numbers or the characters `abcdef`\n * (or `ABCDEF`) of length `length`.\n * @param length Length of the result string\n * @param uppercase Whether the string should use `ABCDEF` instead of `abcdef`\n */\n public hex(length: number, uppercase?: boolean): string {\n return hex(uppercase)(this.engine, length);\n }\n\n /**\n * Returns a random `Date` within the inclusive range of [`start`, `end`].\n * @param start The minimum `Date`\n * @param end The maximum `Date`\n */\n public date(start: Date, end: Date): Date {\n return date(start, end)(this.engine);\n }\n}\n","import { INT32_SIZE } from \"./constants\";\n\n/**\n * See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Int32Array\n */\nconst I32Array: typeof Int32Array = (() => {\n try {\n const buffer = new ArrayBuffer(4);\n const view = new Int32Array(buffer);\n view[0] = INT32_SIZE;\n if (view[0] === -INT32_SIZE) {\n return Int32Array;\n }\n } catch (_) {\n // nothing to do here\n }\n return (Array as unknown) as typeof Int32Array;\n})();\nexport { I32Array as Int32Array };\n","import { Engine } from \"../types\";\nimport { Int32Array } from \"../utils/Int32Array\";\n\nlet data: Int32Array | null = null;\nconst COUNT = 128;\nlet index = COUNT;\n\n/**\n * An Engine that relies on the globally-available `crypto.getRandomValues`,\n * which is typically available in modern browsers.\n *\n * See https://developer.mozilla.org/en-US/docs/Web/API/Crypto/getRandomValues\n *\n * If unavailable or otherwise non-functioning, then `browserCrypto` will\n * likely `throw` on the first call to `next()`.\n */\nexport const browserCrypto: Engine = {\n next() {\n if (index >= COUNT) {\n if (data === null) {\n data = new Int32Array(COUNT);\n }\n crypto.getRandomValues(data);\n index = 0;\n }\n return data![index++] | 0;\n }\n};\n","import { nativeMath } from \"../engine/nativeMath\";\nimport { Engine } from \"../types\";\n\n/**\n * Returns an array of random int32 values, based on current time\n * and a random number engine\n *\n * @param engine an Engine to pull random values from, default `nativeMath`\n * @param length the length of the Array, minimum 1, default 16\n */\nexport function createEntropy(\n engine: Engine = nativeMath,\n length: number = 16\n): number[] {\n const array: number[] = [];\n array.push(new Date().getTime() | 0);\n for (let i = 1; i < length; ++i) {\n array[i] = engine.next() | 0;\n }\n return array;\n}\n","import { UINT32_MAX } from \"./constants\";\n\n/**\n * See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/imul\n */\nexport const imul: (a: number, b: number) => number = (() => {\n try {\n if ((Math as any).imul(UINT32_MAX, 5) === -5) {\n return (Math as any).imul;\n }\n } catch (_) {\n // nothing to do here\n }\n const UINT16_MAX = 0xffff;\n return (a: number, b: number) => {\n const ah = (a >>> 16) & UINT16_MAX;\n const al = a & UINT16_MAX;\n const bh = (b >>> 16) & UINT16_MAX;\n const bl = b & UINT16_MAX;\n // the shift by 0 fixes the sign on the high part\n // the final |0 converts the unsigned value into a signed value\n return (al * bl + (((ah * bl + al * bh) << 16) >>> 0)) | 0;\n };\n})();\n","import { Engine } from \"../types\";\nimport { INT32_MAX, INT32_SIZE } from \"../utils/constants\";\nimport { createEntropy } from \"../utils/createEntropy\";\nimport { imul } from \"../utils/imul\";\nimport { Int32Array } from \"../utils/Int32Array\";\n\nconst ARRAY_SIZE = 624;\nconst ARRAY_MAX = ARRAY_SIZE - 1;\nconst M = 397;\nconst ARRAY_SIZE_MINUS_M = ARRAY_SIZE - M;\nconst A = 0x9908b0df;\n\n/**\n * An Engine that is a pseudorandom number generator using the Mersenne\n * Twister algorithm based on the prime 2**19937 − 1\n *\n * See http://en.wikipedia.org/wiki/Mersenne_twister\n */\nexport class MersenneTwister19937 implements Engine {\n /**\n * Returns a MersenneTwister19937 seeded with an initial int32 value\n * @param initial the initial seed value\n */\n public static seed(initial: number): MersenneTwister19937 {\n return new MersenneTwister19937().seed(initial);\n }\n\n /**\n * Returns a MersenneTwister19937 seeded with zero or more int32 values\n * @param source A series of int32 values\n */\n public static seedWithArray(source: ArrayLike): MersenneTwister19937 {\n return new MersenneTwister19937().seedWithArray(source);\n }\n\n /**\n * Returns a MersenneTwister19937 seeded with the current time and\n * a series of natively-generated random values\n */\n public static autoSeed(): MersenneTwister19937 {\n return MersenneTwister19937.seedWithArray(createEntropy());\n }\n\n private readonly data = new Int32Array(ARRAY_SIZE);\n private index = 0; // integer within [0, 624]\n private uses = 0;\n\n /**\n * MersenneTwister19937 should not be instantiated directly.\n * Instead, use the static methods `seed`, `seedWithArray`, or `autoSeed`.\n */\n private constructor() {}\n\n /**\n * Returns the next int32 value of the sequence\n */\n public next(): number {\n if ((this.index | 0) >= ARRAY_SIZE) {\n refreshData(this.data);\n this.index = 0;\n }\n\n const value = this.data[this.index];\n this.index = (this.index + 1) | 0;\n this.uses += 1;\n return temper(value) | 0;\n }\n\n /**\n * Returns the number of times that the Engine has been used.\n *\n * This can be provided to an unused MersenneTwister19937 with the same\n * seed, bringing it to the exact point that was left off.\n */\n public getUseCount(): number {\n return this.uses;\n }\n\n /**\n * Discards one or more items from the engine\n * @param count The count of items to discard\n */\n public discard(count: number): this {\n if (count <= 0) {\n return this;\n }\n this.uses += count;\n if ((this.index | 0) >= ARRAY_SIZE) {\n refreshData(this.data);\n this.index = 0;\n }\n while (count + this.index > ARRAY_SIZE) {\n count -= ARRAY_SIZE - this.index;\n refreshData(this.data);\n this.index = 0;\n }\n this.index = (this.index + count) | 0;\n return this;\n }\n\n private seed(initial: number): this {\n let previous = 0;\n this.data[0] = previous = initial | 0;\n\n for (let i = 1; i < ARRAY_SIZE; i = (i + 1) | 0) {\n this.data[i] = previous =\n (imul(previous ^ (previous >>> 30), 0x6c078965) + i) | 0;\n }\n this.index = ARRAY_SIZE;\n this.uses = 0;\n return this;\n }\n\n private seedWithArray(source: ArrayLike): this {\n this.seed(0x012bd6aa);\n seedWithArray(this.data, source);\n return this;\n }\n}\n\nfunction refreshData(data: Int32Array) {\n let k = 0;\n let tmp = 0;\n for (; (k | 0) < ARRAY_SIZE_MINUS_M; k = (k + 1) | 0) {\n tmp = (data[k] & INT32_SIZE) | (data[(k + 1) | 0] & INT32_MAX);\n data[k] = data[(k + M) | 0] ^ (tmp >>> 1) ^ (tmp & 0x1 ? A : 0);\n }\n\n for (; (k | 0) < ARRAY_MAX; k = (k + 1) | 0) {\n tmp = (data[k] & INT32_SIZE) | (data[(k + 1) | 0] & INT32_MAX);\n data[k] =\n data[(k - ARRAY_SIZE_MINUS_M) | 0] ^ (tmp >>> 1) ^ (tmp & 0x1 ? A : 0);\n }\n\n tmp = (data[ARRAY_MAX] & INT32_SIZE) | (data[0] & INT32_MAX);\n data[ARRAY_MAX] = data[M - 1] ^ (tmp >>> 1) ^ (tmp & 0x1 ? A : 0);\n}\n\nfunction temper(value: number) {\n value ^= value >>> 11;\n value ^= (value << 7) & 0x9d2c5680;\n value ^= (value << 15) & 0xefc60000;\n return value ^ (value >>> 18);\n}\n\nfunction seedWithArray(data: Int32Array, source: ArrayLike) {\n let i = 1;\n let j = 0;\n const sourceLength = source.length;\n let k = Math.max(sourceLength, ARRAY_SIZE) | 0;\n let previous = data[0] | 0;\n for (; (k | 0) > 0; --k) {\n data[i] = previous =\n ((data[i] ^ imul(previous ^ (previous >>> 30), 0x0019660d)) +\n (source[j] | 0) +\n (j | 0)) |\n 0;\n i = (i + 1) | 0;\n ++j;\n if ((i | 0) > ARRAY_MAX) {\n data[0] = data[ARRAY_MAX];\n i = 1;\n }\n if (j >= sourceLength) {\n j = 0;\n }\n }\n for (k = ARRAY_MAX; (k | 0) > 0; --k) {\n data[i] = previous =\n ((data[i] ^ imul(previous ^ (previous >>> 30), 0x5d588b65)) - i) | 0;\n i = (i + 1) | 0;\n if ((i | 0) > ARRAY_MAX) {\n data[0] = data[ARRAY_MAX];\n i = 1;\n }\n }\n data[0] = INT32_SIZE;\n}\n","import { Engine } from \"../types\";\n\nlet data: Int32Array | null = null;\nconst COUNT = 128;\nlet index = COUNT;\n\n/**\n * An Engine that relies on the node-available\n * `require('crypto').randomBytes`, which has been available since 0.58.\n *\n * See https://nodejs.org/api/crypto.html#crypto_crypto_randombytes_size_callback\n *\n * If unavailable or otherwise non-functioning, then `nodeCrypto` will\n * likely `throw` on the first call to `next()`.\n */\nexport const nodeCrypto: Engine = {\n next() {\n if (index >= COUNT) {\n data = new Int32Array(\n new Int8Array(require(\"crypto\").randomBytes(4 * COUNT)).buffer\n );\n index = 0;\n }\n return data![index++] | 0;\n }\n};\n","import { Distribution } from \"../types\";\nimport { sliceArray } from \"../utils/sliceArray\";\nimport { integer } from \"./integer\";\n\n/**\n * Returns a Distribution to random value within the provided `source`\n * within the sliced bounds of `begin` and `end`.\n * @param source an array of items to pick from\n * @param begin the beginning slice index (defaults to `0`)\n * @param end the ending slice index (defaults to `source.length`)\n */\nexport function picker(\n source: ArrayLike,\n begin?: number,\n end?: number\n): Distribution {\n const clone = sliceArray.call(source, begin, end);\n if (clone.length === 0) {\n throw new RangeError(`Cannot pick from a source with no items`);\n }\n const distribution = integer(0, clone.length - 1);\n return engine => clone[distribution(engine)];\n}\n","/* -----------------------------------------------\n/* Author : Vincent Garreau - vincentgarreau.com\n/* MIT license: http://opensource.org/licenses/MIT\n/* Demo / Generator : vincentgarreau.com/particles.js\n/* GitHub : github.com/VincentGarreau/particles.js\n/* How to use? : Check the GitHub README\n/* v2.0.0\n/* ----------------------------------------------- */\n\nvar pJS = function(tag_id, params){\n\n var canvas_el = document.querySelector('#'+tag_id+' > .particles-js-canvas-el');\n\n /* particles.js variables with default values */\n this.pJS = {\n canvas: {\n el: canvas_el,\n w: canvas_el.offsetWidth,\n h: canvas_el.offsetHeight\n },\n particles: {\n number: {\n value: 400,\n density: {\n enable: true,\n value_area: 800\n }\n },\n color: {\n value: '#fff'\n },\n shape: {\n type: 'circle',\n stroke: {\n width: 0,\n color: '#ff0000'\n },\n polygon: {\n nb_sides: 5\n },\n image: {\n src: '',\n width: 100,\n height: 100\n }\n },\n opacity: {\n value: 1,\n random: false,\n anim: {\n enable: false,\n speed: 2,\n opacity_min: 0,\n sync: false\n }\n },\n size: {\n value: 20,\n random: false,\n anim: {\n enable: false,\n speed: 20,\n size_min: 0,\n sync: false\n }\n },\n line_linked: {\n enable: true,\n distance: 100,\n color: '#fff',\n opacity: 1,\n width: 1\n },\n move: {\n enable: true,\n speed: 2,\n direction: 'none',\n random: false,\n straight: false,\n out_mode: 'out',\n bounce: false,\n attract: {\n enable: false,\n rotateX: 3000,\n rotateY: 3000\n }\n },\n array: []\n },\n interactivity: {\n detect_on: 'canvas',\n events: {\n onhover: {\n enable: true,\n mode: 'grab'\n },\n onclick: {\n enable: true,\n mode: 'push'\n },\n resize: true\n },\n modes: {\n grab:{\n distance: 100,\n line_linked:{\n opacity: 1\n }\n },\n bubble:{\n distance: 200,\n size: 80,\n duration: 0.4\n },\n repulse:{\n distance: 200,\n duration: 0.4\n },\n push:{\n particles_nb: 4\n },\n remove:{\n particles_nb: 2\n }\n },\n mouse:{}\n },\n retina_detect: false,\n fn: {\n interact: {},\n modes: {},\n vendors:{}\n },\n tmp: {}\n };\n\n var pJS = this.pJS;\n\n /* params settings */\n if(params){\n Object.deepExtend(pJS, params);\n }\n\n pJS.tmp.obj = {\n size_value: pJS.particles.size.value,\n size_anim_speed: pJS.particles.size.anim.speed,\n move_speed: pJS.particles.move.speed,\n line_linked_distance: pJS.particles.line_linked.distance,\n line_linked_width: pJS.particles.line_linked.width,\n mode_grab_distance: pJS.interactivity.modes.grab.distance,\n mode_bubble_distance: pJS.interactivity.modes.bubble.distance,\n mode_bubble_size: pJS.interactivity.modes.bubble.size,\n mode_repulse_distance: pJS.interactivity.modes.repulse.distance\n };\n\n\n pJS.fn.retinaInit = function(){\n\n if(pJS.retina_detect && window.devicePixelRatio > 1){\n pJS.canvas.pxratio = window.devicePixelRatio; \n pJS.tmp.retina = true;\n } \n else{\n pJS.canvas.pxratio = 1;\n pJS.tmp.retina = false;\n }\n\n pJS.canvas.w = pJS.canvas.el.offsetWidth * pJS.canvas.pxratio;\n pJS.canvas.h = pJS.canvas.el.offsetHeight * pJS.canvas.pxratio;\n\n pJS.particles.size.value = pJS.tmp.obj.size_value * pJS.canvas.pxratio;\n pJS.particles.size.anim.speed = pJS.tmp.obj.size_anim_speed * pJS.canvas.pxratio;\n pJS.particles.move.speed = pJS.tmp.obj.move_speed * pJS.canvas.pxratio;\n pJS.particles.line_linked.distance = pJS.tmp.obj.line_linked_distance * pJS.canvas.pxratio;\n pJS.interactivity.modes.grab.distance = pJS.tmp.obj.mode_grab_distance * pJS.canvas.pxratio;\n pJS.interactivity.modes.bubble.distance = pJS.tmp.obj.mode_bubble_distance * pJS.canvas.pxratio;\n pJS.particles.line_linked.width = pJS.tmp.obj.line_linked_width * pJS.canvas.pxratio;\n pJS.interactivity.modes.bubble.size = pJS.tmp.obj.mode_bubble_size * pJS.canvas.pxratio;\n pJS.interactivity.modes.repulse.distance = pJS.tmp.obj.mode_repulse_distance * pJS.canvas.pxratio;\n\n };\n\n\n\n /* ---------- pJS functions - canvas ------------ */\n\n pJS.fn.canvasInit = function(){\n pJS.canvas.ctx = pJS.canvas.el.getContext('2d');\n };\n\n pJS.fn.canvasSize = function(){\n\n pJS.canvas.el.width = pJS.canvas.w;\n pJS.canvas.el.height = pJS.canvas.h;\n\n if(pJS && pJS.interactivity.events.resize){\n\n window.addEventListener('resize', function(){\n\n pJS.canvas.w = pJS.canvas.el.offsetWidth;\n pJS.canvas.h = pJS.canvas.el.offsetHeight;\n\n /* resize canvas */\n if(pJS.tmp.retina){\n pJS.canvas.w *= pJS.canvas.pxratio;\n pJS.canvas.h *= pJS.canvas.pxratio;\n }\n\n pJS.canvas.el.width = pJS.canvas.w;\n pJS.canvas.el.height = pJS.canvas.h;\n\n /* repaint canvas on anim disabled */\n if(!pJS.particles.move.enable){\n pJS.fn.particlesEmpty();\n pJS.fn.particlesCreate();\n pJS.fn.particlesDraw();\n pJS.fn.vendors.densityAutoParticles();\n }\n\n /* density particles enabled */\n pJS.fn.vendors.densityAutoParticles();\n\n });\n\n }\n\n };\n\n\n pJS.fn.canvasPaint = function(){\n pJS.canvas.ctx.fillRect(0, 0, pJS.canvas.w, pJS.canvas.h);\n };\n\n pJS.fn.canvasClear = function(){\n pJS.canvas.ctx.clearRect(0, 0, pJS.canvas.w, pJS.canvas.h);\n };\n\n\n /* --------- pJS functions - particles ----------- */\n\n pJS.fn.particle = function(color, opacity, position){\n\n /* size */\n this.radius = (pJS.particles.size.random ? Math.random() : 1) * pJS.particles.size.value;\n if(pJS.particles.size.anim.enable){\n this.size_status = false;\n this.vs = pJS.particles.size.anim.speed / 100;\n if(!pJS.particles.size.anim.sync){\n this.vs = this.vs * Math.random();\n }\n }\n\n /* position */\n this.x = position ? position.x : Math.random() * pJS.canvas.w;\n this.y = position ? position.y : Math.random() * pJS.canvas.h;\n\n /* check position - into the canvas */\n if(this.x > pJS.canvas.w - this.radius*2) this.x = this.x - this.radius;\n else if(this.x < this.radius*2) this.x = this.x + this.radius;\n if(this.y > pJS.canvas.h - this.radius*2) this.y = this.y - this.radius;\n else if(this.y < this.radius*2) this.y = this.y + this.radius;\n\n /* check position - avoid overlap */\n if(pJS.particles.move.bounce){\n pJS.fn.vendors.checkOverlap(this, position);\n }\n\n /* color */\n this.color = {};\n if(typeof(color.value) == 'object'){\n\n if(color.value instanceof Array){\n var color_selected = color.value[Math.floor(Math.random() * pJS.particles.color.value.length)];\n this.color.rgb = hexToRgb(color_selected);\n }else{\n if(color.value.r != undefined && color.value.g != undefined && color.value.b != undefined){\n this.color.rgb = {\n r: color.value.r,\n g: color.value.g,\n b: color.value.b\n }\n }\n if(color.value.h != undefined && color.value.s != undefined && color.value.l != undefined){\n this.color.hsl = {\n h: color.value.h,\n s: color.value.s,\n l: color.value.l\n }\n }\n }\n\n }\n else if(color.value == 'random'){\n this.color.rgb = {\n r: (Math.floor(Math.random() * (255 - 0 + 1)) + 0),\n g: (Math.floor(Math.random() * (255 - 0 + 1)) + 0),\n b: (Math.floor(Math.random() * (255 - 0 + 1)) + 0)\n }\n }\n else if(typeof(color.value) == 'string'){\n this.color = color;\n this.color.rgb = hexToRgb(this.color.value);\n }\n\n /* opacity */\n this.opacity = (pJS.particles.opacity.random ? Math.random() : 1) * pJS.particles.opacity.value;\n if(pJS.particles.opacity.anim.enable){\n this.opacity_status = false;\n this.vo = pJS.particles.opacity.anim.speed / 100;\n if(!pJS.particles.opacity.anim.sync){\n this.vo = this.vo * Math.random();\n }\n }\n\n /* animation - velocity for speed */\n var velbase = {}\n switch(pJS.particles.move.direction){\n case 'top':\n velbase = { x:0, y:-1 };\n break;\n case 'top-right':\n velbase = { x:0.5, y:-0.5 };\n break;\n case 'right':\n velbase = { x:1, y:-0 };\n break;\n case 'bottom-right':\n velbase = { x:0.5, y:0.5 };\n break;\n case 'bottom':\n velbase = { x:0, y:1 };\n break;\n case 'bottom-left':\n velbase = { x:-0.5, y:1 };\n break;\n case 'left':\n velbase = { x:-1, y:0 };\n break;\n case 'top-left':\n velbase = { x:-0.5, y:-0.5 };\n break;\n default:\n velbase = { x:0, y:0 };\n break;\n }\n\n if(pJS.particles.move.straight){\n this.vx = velbase.x;\n this.vy = velbase.y;\n if(pJS.particles.move.random){\n this.vx = this.vx * (Math.random());\n this.vy = this.vy * (Math.random());\n }\n }else{\n this.vx = velbase.x + Math.random()-0.5;\n this.vy = velbase.y + Math.random()-0.5;\n }\n\n // var theta = 2.0 * Math.PI * Math.random();\n // this.vx = Math.cos(theta);\n // this.vy = Math.sin(theta);\n\n this.vx_i = this.vx;\n this.vy_i = this.vy;\n\n \n\n /* if shape is image */\n\n var shape_type = pJS.particles.shape.type;\n if(typeof(shape_type) == 'object'){\n if(shape_type instanceof Array){\n var shape_selected = shape_type[Math.floor(Math.random() * shape_type.length)];\n this.shape = shape_selected;\n }\n }else{\n this.shape = shape_type;\n }\n\n if(this.shape == 'image'){\n var sh = pJS.particles.shape;\n this.img = {\n src: sh.image.src,\n ratio: sh.image.width / sh.image.height\n }\n if(!this.img.ratio) this.img.ratio = 1;\n if(pJS.tmp.img_type == 'svg' && pJS.tmp.source_svg != undefined){\n pJS.fn.vendors.createSvgImg(this);\n if(pJS.tmp.pushing){\n this.img.loaded = false;\n }\n }\n }\n\n \n\n };\n\n\n pJS.fn.particle.prototype.draw = function() {\n\n var p = this;\n\n if(p.radius_bubble != undefined){\n var radius = p.radius_bubble; \n }else{\n var radius = p.radius;\n }\n\n if(p.opacity_bubble != undefined){\n var opacity = p.opacity_bubble;\n }else{\n var opacity = p.opacity;\n }\n\n if(p.color.rgb){\n var color_value = 'rgba('+p.color.rgb.r+','+p.color.rgb.g+','+p.color.rgb.b+','+opacity+')';\n }else{\n var color_value = 'hsla('+p.color.hsl.h+','+p.color.hsl.s+'%,'+p.color.hsl.l+'%,'+opacity+')';\n }\n\n pJS.canvas.ctx.fillStyle = color_value;\n pJS.canvas.ctx.beginPath();\n\n switch(p.shape){\n\n case 'circle':\n pJS.canvas.ctx.arc(p.x, p.y, radius, 0, Math.PI * 2, false);\n break;\n\n case 'edge':\n pJS.canvas.ctx.rect(p.x-radius, p.y-radius, radius*2, radius*2);\n break;\n\n case 'triangle':\n pJS.fn.vendors.drawShape(pJS.canvas.ctx, p.x-radius, p.y+radius / 1.66, radius*2, 3, 2);\n break;\n\n case 'polygon':\n pJS.fn.vendors.drawShape(\n pJS.canvas.ctx,\n p.x - radius / (pJS.particles.shape.polygon.nb_sides/3.5), // startX\n p.y - radius / (2.66/3.5), // startY\n radius*2.66 / (pJS.particles.shape.polygon.nb_sides/3), // sideLength\n pJS.particles.shape.polygon.nb_sides, // sideCountNumerator\n 1 // sideCountDenominator\n );\n break;\n\n case 'star':\n pJS.fn.vendors.drawShape(\n pJS.canvas.ctx,\n p.x - radius*2 / (pJS.particles.shape.polygon.nb_sides/4), // startX\n p.y - radius / (2*2.66/3.5), // startY\n radius*2*2.66 / (pJS.particles.shape.polygon.nb_sides/3), // sideLength\n pJS.particles.shape.polygon.nb_sides, // sideCountNumerator\n 2 // sideCountDenominator\n );\n break;\n\n case 'image':\n\n function draw(){\n pJS.canvas.ctx.drawImage(\n img_obj,\n p.x-radius,\n p.y-radius,\n radius*2,\n radius*2 / p.img.ratio\n );\n }\n\n if(pJS.tmp.img_type == 'svg'){\n var img_obj = p.img.obj;\n }else{\n var img_obj = pJS.tmp.img_obj;\n }\n\n if(img_obj){\n draw();\n }\n\n break;\n\n }\n\n pJS.canvas.ctx.closePath();\n\n if(pJS.particles.shape.stroke.width > 0){\n pJS.canvas.ctx.strokeStyle = pJS.particles.shape.stroke.color;\n pJS.canvas.ctx.lineWidth = pJS.particles.shape.stroke.width;\n pJS.canvas.ctx.stroke();\n }\n \n pJS.canvas.ctx.fill();\n \n };\n\n\n pJS.fn.particlesCreate = function(){\n for(var i = 0; i < pJS.particles.number.value; i++) {\n pJS.particles.array.push(new pJS.fn.particle(pJS.particles.color, pJS.particles.opacity.value));\n }\n };\n\n pJS.fn.particlesUpdate = function(){\n\n for(var i = 0; i < pJS.particles.array.length; i++){\n\n /* the particle */\n var p = pJS.particles.array[i];\n\n // var d = ( dx = pJS.interactivity.mouse.click_pos_x - p.x ) * dx + ( dy = pJS.interactivity.mouse.click_pos_y - p.y ) * dy;\n // var f = -BANG_SIZE / d;\n // if ( d < BANG_SIZE ) {\n // var t = Math.atan2( dy, dx );\n // p.vx = f * Math.cos(t);\n // p.vy = f * Math.sin(t);\n // }\n\n /* move the particle */\n if(pJS.particles.move.enable){\n var ms = pJS.particles.move.speed/2;\n p.x += p.vx * ms;\n p.y += p.vy * ms;\n }\n\n /* change opacity status */\n if(pJS.particles.opacity.anim.enable) {\n if(p.opacity_status == true) {\n if(p.opacity >= pJS.particles.opacity.value) p.opacity_status = false;\n p.opacity += p.vo;\n }else {\n if(p.opacity <= pJS.particles.opacity.anim.opacity_min) p.opacity_status = true;\n p.opacity -= p.vo;\n }\n if(p.opacity < 0) p.opacity = 0;\n }\n\n /* change size */\n if(pJS.particles.size.anim.enable){\n if(p.size_status == true){\n if(p.radius >= pJS.particles.size.value) p.size_status = false;\n p.radius += p.vs;\n }else{\n if(p.radius <= pJS.particles.size.anim.size_min) p.size_status = true;\n p.radius -= p.vs;\n }\n if(p.radius < 0) p.radius = 0;\n }\n\n /* change particle position if it is out of canvas */\n if(pJS.particles.move.out_mode == 'bounce'){\n var new_pos = {\n x_left: p.radius,\n x_right: pJS.canvas.w,\n y_top: p.radius,\n y_bottom: pJS.canvas.h\n }\n }else{\n var new_pos = {\n x_left: -p.radius,\n x_right: pJS.canvas.w + p.radius,\n y_top: -p.radius,\n y_bottom: pJS.canvas.h + p.radius\n }\n }\n\n if(p.x - p.radius > pJS.canvas.w){\n p.x = new_pos.x_left;\n p.y = Math.random() * pJS.canvas.h;\n }\n else if(p.x + p.radius < 0){\n p.x = new_pos.x_right;\n p.y = Math.random() * pJS.canvas.h;\n }\n if(p.y - p.radius > pJS.canvas.h){\n p.y = new_pos.y_top;\n p.x = Math.random() * pJS.canvas.w;\n }\n else if(p.y + p.radius < 0){\n p.y = new_pos.y_bottom;\n p.x = Math.random() * pJS.canvas.w;\n }\n\n /* out of canvas modes */\n switch(pJS.particles.move.out_mode){\n case 'bounce':\n if (p.x + p.radius > pJS.canvas.w) p.vx = -p.vx;\n else if (p.x - p.radius < 0) p.vx = -p.vx;\n if (p.y + p.radius > pJS.canvas.h) p.vy = -p.vy;\n else if (p.y - p.radius < 0) p.vy = -p.vy;\n break;\n }\n\n /* events */\n if(isInArray('grab', pJS.interactivity.events.onhover.mode)){\n pJS.fn.modes.grabParticle(p);\n }\n\n if(isInArray('bubble', pJS.interactivity.events.onhover.mode) || isInArray('bubble', pJS.interactivity.events.onclick.mode)){\n pJS.fn.modes.bubbleParticle(p);\n }\n\n if(isInArray('repulse', pJS.interactivity.events.onhover.mode) || isInArray('repulse', pJS.interactivity.events.onclick.mode)){\n pJS.fn.modes.repulseParticle(p);\n }\n\n /* interaction auto between particles */\n if(pJS.particles.line_linked.enable || pJS.particles.move.attract.enable){\n for(var j = i + 1; j < pJS.particles.array.length; j++){\n var p2 = pJS.particles.array[j];\n\n /* link particles */\n if(pJS.particles.line_linked.enable){\n pJS.fn.interact.linkParticles(p,p2);\n }\n\n /* attract particles */\n if(pJS.particles.move.attract.enable){\n pJS.fn.interact.attractParticles(p,p2);\n }\n\n /* bounce particles */\n if(pJS.particles.move.bounce){\n pJS.fn.interact.bounceParticles(p,p2);\n }\n\n }\n }\n\n\n }\n\n };\n\n pJS.fn.particlesDraw = function(){\n\n /* clear canvas */\n pJS.canvas.ctx.clearRect(0, 0, pJS.canvas.w, pJS.canvas.h);\n\n /* update each particles param */\n pJS.fn.particlesUpdate();\n\n /* draw each particle */\n for(var i = 0; i < pJS.particles.array.length; i++){\n var p = pJS.particles.array[i];\n p.draw();\n }\n\n };\n\n pJS.fn.particlesEmpty = function(){\n pJS.particles.array = [];\n };\n\n pJS.fn.particlesRefresh = function(){\n\n /* init all */\n cancelRequestAnimFrame(pJS.fn.checkAnimFrame);\n cancelRequestAnimFrame(pJS.fn.drawAnimFrame);\n pJS.tmp.source_svg = undefined;\n pJS.tmp.img_obj = undefined;\n pJS.tmp.count_svg = 0;\n pJS.fn.particlesEmpty();\n pJS.fn.canvasClear();\n \n /* restart */\n pJS.fn.vendors.start();\n\n };\n\n\n /* ---------- pJS functions - particles interaction ------------ */\n\n pJS.fn.interact.linkParticles = function(p1, p2){\n\n var dx = p1.x - p2.x,\n dy = p1.y - p2.y,\n dist = Math.sqrt(dx*dx + dy*dy);\n\n /* draw a line between p1 and p2 if the distance between them is under the config distance */\n if(dist <= pJS.particles.line_linked.distance){\n\n var opacity_line = pJS.particles.line_linked.opacity - (dist / (1/pJS.particles.line_linked.opacity)) / pJS.particles.line_linked.distance;\n\n if(opacity_line > 0){ \n \n /* style */\n var color_line = pJS.particles.line_linked.color_rgb_line;\n pJS.canvas.ctx.strokeStyle = 'rgba('+color_line.r+','+color_line.g+','+color_line.b+','+opacity_line+')';\n pJS.canvas.ctx.lineWidth = pJS.particles.line_linked.width;\n //pJS.canvas.ctx.lineCap = 'round'; /* performance issue */\n \n /* path */\n pJS.canvas.ctx.beginPath();\n pJS.canvas.ctx.moveTo(p1.x, p1.y);\n pJS.canvas.ctx.lineTo(p2.x, p2.y);\n pJS.canvas.ctx.stroke();\n pJS.canvas.ctx.closePath();\n\n }\n\n }\n\n };\n\n\n pJS.fn.interact.attractParticles = function(p1, p2){\n\n /* condensed particles */\n var dx = p1.x - p2.x,\n dy = p1.y - p2.y,\n dist = Math.sqrt(dx*dx + dy*dy);\n\n if(dist <= pJS.particles.line_linked.distance){\n\n var ax = dx/(pJS.particles.move.attract.rotateX*1000),\n ay = dy/(pJS.particles.move.attract.rotateY*1000);\n\n p1.vx -= ax;\n p1.vy -= ay;\n\n p2.vx += ax;\n p2.vy += ay;\n\n }\n \n\n }\n\n\n pJS.fn.interact.bounceParticles = function(p1, p2){\n\n var dx = p1.x - p2.x,\n dy = p1.y - p2.y,\n dist = Math.sqrt(dx*dx + dy*dy),\n dist_p = p1.radius+p2.radius;\n\n if(dist <= dist_p){\n p1.vx = -p1.vx;\n p1.vy = -p1.vy;\n\n p2.vx = -p2.vx;\n p2.vy = -p2.vy;\n }\n\n }\n\n\n /* ---------- pJS functions - modes events ------------ */\n\n pJS.fn.modes.pushParticles = function(nb, pos){\n\n pJS.tmp.pushing = true;\n\n for(var i = 0; i < nb; i++){\n pJS.particles.array.push(\n new pJS.fn.particle(\n pJS.particles.color,\n pJS.particles.opacity.value,\n {\n 'x': pos ? pos.pos_x : Math.random() * pJS.canvas.w,\n 'y': pos ? pos.pos_y : Math.random() * pJS.canvas.h\n }\n )\n )\n if(i == nb-1){\n if(!pJS.particles.move.enable){\n pJS.fn.particlesDraw();\n }\n pJS.tmp.pushing = false;\n }\n }\n\n };\n\n\n pJS.fn.modes.removeParticles = function(nb){\n\n pJS.particles.array.splice(0, nb);\n if(!pJS.particles.move.enable){\n pJS.fn.particlesDraw();\n }\n\n };\n\n\n pJS.fn.modes.bubbleParticle = function(p){\n\n /* on hover event */\n if(pJS.interactivity.events.onhover.enable && isInArray('bubble', pJS.interactivity.events.onhover.mode)){\n\n var dx_mouse = p.x - pJS.interactivity.mouse.pos_x,\n dy_mouse = p.y - pJS.interactivity.mouse.pos_y,\n dist_mouse = Math.sqrt(dx_mouse*dx_mouse + dy_mouse*dy_mouse),\n ratio = 1 - dist_mouse / pJS.interactivity.modes.bubble.distance;\n\n function init(){\n p.opacity_bubble = p.opacity;\n p.radius_bubble = p.radius;\n }\n\n /* mousemove - check ratio */\n if(dist_mouse <= pJS.interactivity.modes.bubble.distance){\n\n if(ratio >= 0 && pJS.interactivity.status == 'mousemove'){\n \n /* size */\n if(pJS.interactivity.modes.bubble.size != pJS.particles.size.value){\n\n if(pJS.interactivity.modes.bubble.size > pJS.particles.size.value){\n var size = p.radius + (pJS.interactivity.modes.bubble.size*ratio);\n if(size >= 0){\n p.radius_bubble = size;\n }\n }else{\n var dif = p.radius - pJS.interactivity.modes.bubble.size,\n size = p.radius - (dif*ratio);\n if(size > 0){\n p.radius_bubble = size;\n }else{\n p.radius_bubble = 0;\n }\n }\n\n }\n\n /* opacity */\n if(pJS.interactivity.modes.bubble.opacity != pJS.particles.opacity.value){\n\n if(pJS.interactivity.modes.bubble.opacity > pJS.particles.opacity.value){\n var opacity = pJS.interactivity.modes.bubble.opacity*ratio;\n if(opacity > p.opacity && opacity <= pJS.interactivity.modes.bubble.opacity){\n p.opacity_bubble = opacity;\n }\n }else{\n var opacity = p.opacity - (pJS.particles.opacity.value-pJS.interactivity.modes.bubble.opacity)*ratio;\n if(opacity < p.opacity && opacity >= pJS.interactivity.modes.bubble.opacity){\n p.opacity_bubble = opacity;\n }\n }\n\n }\n\n }\n\n }else{\n init();\n }\n\n\n /* mouseleave */\n if(pJS.interactivity.status == 'mouseleave'){\n init();\n }\n \n }\n\n /* on click event */\n else if(pJS.interactivity.events.onclick.enable && isInArray('bubble', pJS.interactivity.events.onclick.mode)){\n\n\n if(pJS.tmp.bubble_clicking){\n var dx_mouse = p.x - pJS.interactivity.mouse.click_pos_x,\n dy_mouse = p.y - pJS.interactivity.mouse.click_pos_y,\n dist_mouse = Math.sqrt(dx_mouse*dx_mouse + dy_mouse*dy_mouse),\n time_spent = (new Date().getTime() - pJS.interactivity.mouse.click_time)/1000;\n\n if(time_spent > pJS.interactivity.modes.bubble.duration){\n pJS.tmp.bubble_duration_end = true;\n }\n\n if(time_spent > pJS.interactivity.modes.bubble.duration*2){\n pJS.tmp.bubble_clicking = false;\n pJS.tmp.bubble_duration_end = false;\n }\n }\n\n\n function process(bubble_param, particles_param, p_obj_bubble, p_obj, id){\n\n if(bubble_param != particles_param){\n\n if(!pJS.tmp.bubble_duration_end){\n if(dist_mouse <= pJS.interactivity.modes.bubble.distance){\n if(p_obj_bubble != undefined) var obj = p_obj_bubble;\n else var obj = p_obj;\n if(obj != bubble_param){\n var value = p_obj - (time_spent * (p_obj - bubble_param) / pJS.interactivity.modes.bubble.duration);\n if(id == 'size') p.radius_bubble = value;\n if(id == 'opacity') p.opacity_bubble = value;\n }\n }else{\n if(id == 'size') p.radius_bubble = undefined;\n if(id == 'opacity') p.opacity_bubble = undefined;\n }\n }else{\n if(p_obj_bubble != undefined){\n var value_tmp = p_obj - (time_spent * (p_obj - bubble_param) / pJS.interactivity.modes.bubble.duration),\n dif = bubble_param - value_tmp;\n value = bubble_param + dif;\n if(id == 'size') p.radius_bubble = value;\n if(id == 'opacity') p.opacity_bubble = value;\n }\n }\n\n }\n\n }\n\n if(pJS.tmp.bubble_clicking){\n /* size */\n process(pJS.interactivity.modes.bubble.size, pJS.particles.size.value, p.radius_bubble, p.radius, 'size');\n /* opacity */\n process(pJS.interactivity.modes.bubble.opacity, pJS.particles.opacity.value, p.opacity_bubble, p.opacity, 'opacity');\n }\n\n }\n\n };\n\n\n pJS.fn.modes.repulseParticle = function(p){\n\n if(pJS.interactivity.events.onhover.enable && isInArray('repulse', pJS.interactivity.events.onhover.mode) && pJS.interactivity.status == 'mousemove') {\n\n var dx_mouse = p.x - pJS.interactivity.mouse.pos_x,\n dy_mouse = p.y - pJS.interactivity.mouse.pos_y,\n dist_mouse = Math.sqrt(dx_mouse*dx_mouse + dy_mouse*dy_mouse);\n\n var normVec = {x: dx_mouse/dist_mouse, y: dy_mouse/dist_mouse},\n repulseRadius = pJS.interactivity.modes.repulse.distance,\n velocity = 100,\n repulseFactor = clamp((1/repulseRadius)*(-1*Math.pow(dist_mouse/repulseRadius,2)+1)*repulseRadius*velocity, 0, 50);\n \n var pos = {\n x: p.x + normVec.x * repulseFactor,\n y: p.y + normVec.y * repulseFactor\n }\n\n if(pJS.particles.move.out_mode == 'bounce'){\n if(pos.x - p.radius > 0 && pos.x + p.radius < pJS.canvas.w) p.x = pos.x;\n if(pos.y - p.radius > 0 && pos.y + p.radius < pJS.canvas.h) p.y = pos.y;\n }else{\n p.x = pos.x;\n p.y = pos.y;\n }\n \n }\n\n\n else if(pJS.interactivity.events.onclick.enable && isInArray('repulse', pJS.interactivity.events.onclick.mode)) {\n\n if(!pJS.tmp.repulse_finish){\n pJS.tmp.repulse_count++;\n if(pJS.tmp.repulse_count == pJS.particles.array.length){\n pJS.tmp.repulse_finish = true;\n }\n }\n\n if(pJS.tmp.repulse_clicking){\n\n var repulseRadius = Math.pow(pJS.interactivity.modes.repulse.distance/6, 3);\n\n var dx = pJS.interactivity.mouse.click_pos_x - p.x,\n dy = pJS.interactivity.mouse.click_pos_y - p.y,\n d = dx*dx + dy*dy;\n\n var force = -repulseRadius / d * 1;\n\n function process(){\n\n var f = Math.atan2(dy,dx);\n p.vx = force * Math.cos(f);\n p.vy = force * Math.sin(f);\n\n if(pJS.particles.move.out_mode == 'bounce'){\n var pos = {\n x: p.x + p.vx,\n y: p.y + p.vy\n }\n if (pos.x + p.radius > pJS.canvas.w) p.vx = -p.vx;\n else if (pos.x - p.radius < 0) p.vx = -p.vx;\n if (pos.y + p.radius > pJS.canvas.h) p.vy = -p.vy;\n else if (pos.y - p.radius < 0) p.vy = -p.vy;\n }\n\n }\n\n // default\n if(d <= repulseRadius){\n process();\n }\n\n // bang - slow motion mode\n // if(!pJS.tmp.repulse_finish){\n // if(d <= repulseRadius){\n // process();\n // }\n // }else{\n // process();\n // }\n \n\n }else{\n\n if(pJS.tmp.repulse_clicking == false){\n\n p.vx = p.vx_i;\n p.vy = p.vy_i;\n \n }\n\n }\n\n }\n\n }\n\n\n pJS.fn.modes.grabParticle = function(p){\n\n if(pJS.interactivity.events.onhover.enable && pJS.interactivity.status == 'mousemove'){\n\n var dx_mouse = p.x - pJS.interactivity.mouse.pos_x,\n dy_mouse = p.y - pJS.interactivity.mouse.pos_y,\n dist_mouse = Math.sqrt(dx_mouse*dx_mouse + dy_mouse*dy_mouse);\n\n /* draw a line between the cursor and the particle if the distance between them is under the config distance */\n if(dist_mouse <= pJS.interactivity.modes.grab.distance){\n\n var opacity_line = pJS.interactivity.modes.grab.line_linked.opacity - (dist_mouse / (1/pJS.interactivity.modes.grab.line_linked.opacity)) / pJS.interactivity.modes.grab.distance;\n\n if(opacity_line > 0){\n\n /* style */\n var color_line = pJS.particles.line_linked.color_rgb_line;\n pJS.canvas.ctx.strokeStyle = 'rgba('+color_line.r+','+color_line.g+','+color_line.b+','+opacity_line+')';\n pJS.canvas.ctx.lineWidth = pJS.particles.line_linked.width;\n //pJS.canvas.ctx.lineCap = 'round'; /* performance issue */\n \n /* path */\n pJS.canvas.ctx.beginPath();\n pJS.canvas.ctx.moveTo(p.x, p.y);\n pJS.canvas.ctx.lineTo(pJS.interactivity.mouse.pos_x, pJS.interactivity.mouse.pos_y);\n pJS.canvas.ctx.stroke();\n pJS.canvas.ctx.closePath();\n\n }\n\n }\n\n }\n\n };\n\n\n\n /* ---------- pJS functions - vendors ------------ */\n\n pJS.fn.vendors.eventsListeners = function(){\n\n /* events target element */\n if(pJS.interactivity.detect_on == 'window'){\n pJS.interactivity.el = window;\n }else{\n pJS.interactivity.el = pJS.canvas.el;\n }\n\n\n /* detect mouse pos - on hover / click event */\n if(pJS.interactivity.events.onhover.enable || pJS.interactivity.events.onclick.enable){\n\n /* el on mousemove */\n pJS.interactivity.el.addEventListener('mousemove', function(e){\n\n if(pJS.interactivity.el == window){\n var pos_x = e.clientX,\n pos_y = e.clientY;\n }\n else{\n var pos_x = e.offsetX || e.clientX,\n pos_y = e.offsetY || e.clientY;\n }\n\n pJS.interactivity.mouse.pos_x = pos_x;\n pJS.interactivity.mouse.pos_y = pos_y;\n\n if(pJS.tmp.retina){\n pJS.interactivity.mouse.pos_x *= pJS.canvas.pxratio;\n pJS.interactivity.mouse.pos_y *= pJS.canvas.pxratio;\n }\n\n pJS.interactivity.status = 'mousemove';\n\n });\n\n /* el on onmouseleave */\n pJS.interactivity.el.addEventListener('mouseleave', function(e){\n\n pJS.interactivity.mouse.pos_x = null;\n pJS.interactivity.mouse.pos_y = null;\n pJS.interactivity.status = 'mouseleave';\n\n });\n\n }\n\n /* on click event */\n if(pJS.interactivity.events.onclick.enable){\n\n pJS.interactivity.el.addEventListener('click', function(){\n\n pJS.interactivity.mouse.click_pos_x = pJS.interactivity.mouse.pos_x;\n pJS.interactivity.mouse.click_pos_y = pJS.interactivity.mouse.pos_y;\n pJS.interactivity.mouse.click_time = new Date().getTime();\n\n if(pJS.interactivity.events.onclick.enable){\n\n switch(pJS.interactivity.events.onclick.mode){\n\n case 'push':\n if(pJS.particles.move.enable){\n pJS.fn.modes.pushParticles(pJS.interactivity.modes.push.particles_nb, pJS.interactivity.mouse);\n }else{\n if(pJS.interactivity.modes.push.particles_nb == 1){\n pJS.fn.modes.pushParticles(pJS.interactivity.modes.push.particles_nb, pJS.interactivity.mouse);\n }\n else if(pJS.interactivity.modes.push.particles_nb > 1){\n pJS.fn.modes.pushParticles(pJS.interactivity.modes.push.particles_nb);\n }\n }\n break;\n\n case 'remove':\n pJS.fn.modes.removeParticles(pJS.interactivity.modes.remove.particles_nb);\n break;\n\n case 'bubble':\n pJS.tmp.bubble_clicking = true;\n break;\n\n case 'repulse':\n pJS.tmp.repulse_clicking = true;\n pJS.tmp.repulse_count = 0;\n pJS.tmp.repulse_finish = false;\n setTimeout(function(){\n pJS.tmp.repulse_clicking = false;\n }, pJS.interactivity.modes.repulse.duration*1000)\n break;\n\n }\n\n }\n\n });\n \n }\n\n\n };\n\n pJS.fn.vendors.densityAutoParticles = function(){\n\n if(pJS.particles.number.density.enable){\n\n /* calc area */\n var area = pJS.canvas.el.width * pJS.canvas.el.height / 1000;\n if(pJS.tmp.retina){\n area = area/(pJS.canvas.pxratio*2);\n }\n\n /* calc number of particles based on density area */\n var nb_particles = area * pJS.particles.number.value / pJS.particles.number.density.value_area;\n\n /* add or remove X particles */\n var missing_particles = pJS.particles.array.length - nb_particles;\n if(missing_particles < 0) pJS.fn.modes.pushParticles(Math.abs(missing_particles));\n else pJS.fn.modes.removeParticles(missing_particles);\n\n }\n\n };\n\n\n pJS.fn.vendors.checkOverlap = function(p1, position){\n for(var i = 0; i < pJS.particles.array.length; i++){\n var p2 = pJS.particles.array[i];\n\n var dx = p1.x - p2.x,\n dy = p1.y - p2.y,\n dist = Math.sqrt(dx*dx + dy*dy);\n\n if(dist <= p1.radius + p2.radius){\n p1.x = position ? position.x : Math.random() * pJS.canvas.w;\n p1.y = position ? position.y : Math.random() * pJS.canvas.h;\n pJS.fn.vendors.checkOverlap(p1);\n }\n }\n };\n\n\n pJS.fn.vendors.createSvgImg = function(p){\n\n /* set color to svg element */\n var svgXml = pJS.tmp.source_svg,\n rgbHex = /#([0-9A-F]{3,6})/gi,\n coloredSvgXml = svgXml.replace(rgbHex, function (m, r, g, b) {\n if(p.color.rgb){\n var color_value = 'rgba('+p.color.rgb.r+','+p.color.rgb.g+','+p.color.rgb.b+','+p.opacity+')';\n }else{\n var color_value = 'hsla('+p.color.hsl.h+','+p.color.hsl.s+'%,'+p.color.hsl.l+'%,'+p.opacity+')';\n }\n return color_value;\n });\n\n /* prepare to create img with colored svg */\n var svg = new Blob([coloredSvgXml], {type: 'image/svg+xml;charset=utf-8'}),\n DOMURL = window.URL || window.webkitURL || window,\n url = DOMURL.createObjectURL(svg);\n\n /* create particle img obj */\n var img = new Image();\n img.addEventListener('load', function(){\n p.img.obj = img;\n p.img.loaded = true;\n DOMURL.revokeObjectURL(url);\n pJS.tmp.count_svg++;\n });\n img.src = url;\n\n };\n\n\n pJS.fn.vendors.destroypJS = function(){\n cancelAnimationFrame(pJS.fn.drawAnimFrame);\n canvas_el.remove();\n pJSDom = null;\n };\n\n\n pJS.fn.vendors.drawShape = function(c, startX, startY, sideLength, sideCountNumerator, sideCountDenominator){\n\n // By Programming Thomas - https://programmingthomas.wordpress.com/2013/04/03/n-sided-shapes/\n var sideCount = sideCountNumerator * sideCountDenominator;\n var decimalSides = sideCountNumerator / sideCountDenominator;\n var interiorAngleDegrees = (180 * (decimalSides - 2)) / decimalSides;\n var interiorAngle = Math.PI - Math.PI * interiorAngleDegrees / 180; // convert to radians\n c.save();\n c.beginPath();\n c.translate(startX, startY);\n c.moveTo(0,0);\n for (var i = 0; i < sideCount; i++) {\n c.lineTo(sideLength,0);\n c.translate(sideLength,0);\n c.rotate(interiorAngle);\n }\n //c.stroke();\n c.fill();\n c.restore();\n\n };\n\n pJS.fn.vendors.exportImg = function(){\n window.open(pJS.canvas.el.toDataURL('image/png'), '_blank');\n };\n\n\n pJS.fn.vendors.loadImg = function(type){\n\n pJS.tmp.img_error = undefined;\n\n if(pJS.particles.shape.image.src != ''){\n\n if(type == 'svg'){\n\n var xhr = new XMLHttpRequest();\n xhr.open('GET', pJS.particles.shape.image.src);\n xhr.onreadystatechange = function (data) {\n if(xhr.readyState == 4){\n if(xhr.status == 200){\n pJS.tmp.source_svg = data.currentTarget.response;\n pJS.fn.vendors.checkBeforeDraw();\n }else{\n console.log('Error pJS - Image not found');\n pJS.tmp.img_error = true;\n }\n }\n }\n xhr.send();\n\n }else{\n\n var img = new Image();\n img.addEventListener('load', function(){\n pJS.tmp.img_obj = img;\n pJS.fn.vendors.checkBeforeDraw();\n });\n img.src = pJS.particles.shape.image.src;\n\n }\n\n }else{\n console.log('Error pJS - No image.src');\n pJS.tmp.img_error = true;\n }\n\n };\n\n\n pJS.fn.vendors.draw = function(){\n\n if(pJS.particles.shape.type == 'image'){\n\n if(pJS.tmp.img_type == 'svg'){\n\n if(pJS.tmp.count_svg >= pJS.particles.number.value){\n pJS.fn.particlesDraw();\n if(!pJS.particles.move.enable) cancelRequestAnimFrame(pJS.fn.drawAnimFrame);\n else pJS.fn.drawAnimFrame = requestAnimFrame(pJS.fn.vendors.draw);\n }else{\n //console.log('still loading...');\n if(!pJS.tmp.img_error) pJS.fn.drawAnimFrame = requestAnimFrame(pJS.fn.vendors.draw);\n }\n\n }else{\n\n if(pJS.tmp.img_obj != undefined){\n pJS.fn.particlesDraw();\n if(!pJS.particles.move.enable) cancelRequestAnimFrame(pJS.fn.drawAnimFrame);\n else pJS.fn.drawAnimFrame = requestAnimFrame(pJS.fn.vendors.draw);\n }else{\n if(!pJS.tmp.img_error) pJS.fn.drawAnimFrame = requestAnimFrame(pJS.fn.vendors.draw);\n }\n\n }\n\n }else{\n pJS.fn.particlesDraw();\n if(!pJS.particles.move.enable) cancelRequestAnimFrame(pJS.fn.drawAnimFrame);\n else pJS.fn.drawAnimFrame = requestAnimFrame(pJS.fn.vendors.draw);\n }\n\n };\n\n\n pJS.fn.vendors.checkBeforeDraw = function(){\n\n // if shape is image\n if(pJS.particles.shape.type == 'image'){\n\n if(pJS.tmp.img_type == 'svg' && pJS.tmp.source_svg == undefined){\n pJS.tmp.checkAnimFrame = requestAnimFrame(check);\n }else{\n //console.log('images loaded! cancel check');\n cancelRequestAnimFrame(pJS.tmp.checkAnimFrame);\n if(!pJS.tmp.img_error){\n pJS.fn.vendors.init();\n pJS.fn.vendors.draw();\n }\n \n }\n\n }else{\n pJS.fn.vendors.init();\n pJS.fn.vendors.draw();\n }\n\n };\n\n\n pJS.fn.vendors.init = function(){\n\n /* init canvas + particles */\n pJS.fn.retinaInit();\n pJS.fn.canvasInit();\n pJS.fn.canvasSize();\n pJS.fn.canvasPaint();\n pJS.fn.particlesCreate();\n pJS.fn.vendors.densityAutoParticles();\n\n /* particles.line_linked - convert hex colors to rgb */\n pJS.particles.line_linked.color_rgb_line = hexToRgb(pJS.particles.line_linked.color);\n\n };\n\n\n pJS.fn.vendors.start = function(){\n\n if(isInArray('image', pJS.particles.shape.type)){\n pJS.tmp.img_type = pJS.particles.shape.image.src.substr(pJS.particles.shape.image.src.length - 3);\n pJS.fn.vendors.loadImg(pJS.tmp.img_type);\n }else{\n pJS.fn.vendors.checkBeforeDraw();\n }\n\n };\n\n\n\n\n /* ---------- pJS - start ------------ */\n\n\n pJS.fn.vendors.eventsListeners();\n\n pJS.fn.vendors.start();\n \n\n\n};\n\n/* ---------- global functions - vendors ------------ */\n\nObject.deepExtend = function(destination, source) {\n for (var property in source) {\n if (source[property] && source[property].constructor &&\n source[property].constructor === Object) {\n destination[property] = destination[property] || {};\n arguments.callee(destination[property], source[property]);\n } else {\n destination[property] = source[property];\n }\n }\n return destination;\n};\n\nwindow.requestAnimFrame = (function(){\n return window.requestAnimationFrame ||\n window.webkitRequestAnimationFrame ||\n window.mozRequestAnimationFrame ||\n window.oRequestAnimationFrame ||\n window.msRequestAnimationFrame ||\n function(callback){\n window.setTimeout(callback, 1000 / 60);\n };\n})();\n\nwindow.cancelRequestAnimFrame = ( function() {\n return window.cancelAnimationFrame ||\n window.webkitCancelRequestAnimationFrame ||\n window.mozCancelRequestAnimationFrame ||\n window.oCancelRequestAnimationFrame ||\n window.msCancelRequestAnimationFrame ||\n clearTimeout\n} )();\n\nfunction hexToRgb(hex){\n // By Tim Down - http://stackoverflow.com/a/5624139/3493650\n // Expand shorthand form (e.g. \"03F\") to full form (e.g. \"0033FF\")\n var shorthandRegex = /^#?([a-f\\d])([a-f\\d])([a-f\\d])$/i;\n hex = hex.replace(shorthandRegex, function(m, r, g, b) {\n return r + r + g + g + b + b;\n });\n var result = /^#?([a-f\\d]{2})([a-f\\d]{2})([a-f\\d]{2})$/i.exec(hex);\n return result ? {\n r: parseInt(result[1], 16),\n g: parseInt(result[2], 16),\n b: parseInt(result[3], 16)\n } : null;\n};\n\nfunction clamp(number, min, max) {\n return Math.min(Math.max(number, min), max);\n};\n\nfunction isInArray(value, array) {\n return array.indexOf(value) > -1;\n}\n\n\n/* ---------- particles.js functions - start ------------ */\n\nwindow.pJSDom = [];\n\nwindow.particlesJS = function(tag_id, params){\n\n //console.log(params);\n\n /* no string id? so it's object params, and set the id with default id */\n if(typeof(tag_id) != 'string'){\n params = tag_id;\n tag_id = 'particles-js';\n }\n\n /* no id? set the id to default id */\n if(!tag_id){\n tag_id = 'particles-js';\n }\n\n /* pJS elements */\n var pJS_tag = document.getElementById(tag_id),\n pJS_canvas_class = 'particles-js-canvas-el',\n exist_canvas = pJS_tag.getElementsByClassName(pJS_canvas_class);\n\n /* remove canvas if exists into the pJS target tag */\n if(exist_canvas.length){\n while(exist_canvas.length > 0){\n pJS_tag.removeChild(exist_canvas[0]);\n }\n }\n\n /* create canvas element */\n var canvas_el = document.createElement('canvas');\n canvas_el.className = pJS_canvas_class;\n\n /* set size canvas */\n canvas_el.style.width = \"100%\";\n canvas_el.style.height = \"100%\";\n\n /* append canvas */\n var canvas = document.getElementById(tag_id).appendChild(canvas_el);\n\n /* launch particle.js */\n if(canvas != null){\n pJSDom.push(new pJS(tag_id, params));\n }\n\n};\n\nwindow.particlesJS.load = function(tag_id, path_config_json, callback){\n\n /* load json config */\n var xhr = new XMLHttpRequest();\n xhr.open('GET', path_config_json);\n xhr.onreadystatechange = function (data) {\n if(xhr.readyState == 4){\n if(xhr.status == 200){\n var params = JSON.parse(data.currentTarget.response);\n window.particlesJS(tag_id, params);\n if(callback) callback();\n }else{\n console.log('Error pJS - XMLHttpRequest status: '+xhr.status);\n console.log('Error pJS - File config not found');\n }\n }\n };\n xhr.send();\n\n};",";(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :\n typeof define === 'function' && define.amd ? define(factory) :\n global.moment = factory()\n}(this, (function () { 'use strict';\n\n var hookCallback;\n\n function hooks() {\n return hookCallback.apply(null, arguments);\n }\n\n // This is done to register the method called with moment()\n // without creating circular dependencies.\n function setHookCallback(callback) {\n hookCallback = callback;\n }\n\n function isArray(input) {\n return (\n input instanceof Array ||\n Object.prototype.toString.call(input) === '[object Array]'\n );\n }\n\n function isObject(input) {\n // IE8 will treat undefined and null as object if it wasn't for\n // input != null\n return (\n input != null &&\n Object.prototype.toString.call(input) === '[object Object]'\n );\n }\n\n function hasOwnProp(a, b) {\n return Object.prototype.hasOwnProperty.call(a, b);\n }\n\n function isObjectEmpty(obj) {\n if (Object.getOwnPropertyNames) {\n return Object.getOwnPropertyNames(obj).length === 0;\n } else {\n var k;\n for (k in obj) {\n if (hasOwnProp(obj, k)) {\n return false;\n }\n }\n return true;\n }\n }\n\n function isUndefined(input) {\n return input === void 0;\n }\n\n function isNumber(input) {\n return (\n typeof input === 'number' ||\n Object.prototype.toString.call(input) === '[object Number]'\n );\n }\n\n function isDate(input) {\n return (\n input instanceof Date ||\n Object.prototype.toString.call(input) === '[object Date]'\n );\n }\n\n function map(arr, fn) {\n var res = [],\n i;\n for (i = 0; i < arr.length; ++i) {\n res.push(fn(arr[i], i));\n }\n return res;\n }\n\n function extend(a, b) {\n for (var i in b) {\n if (hasOwnProp(b, i)) {\n a[i] = b[i];\n }\n }\n\n if (hasOwnProp(b, 'toString')) {\n a.toString = b.toString;\n }\n\n if (hasOwnProp(b, 'valueOf')) {\n a.valueOf = b.valueOf;\n }\n\n return a;\n }\n\n function createUTC(input, format, locale, strict) {\n return createLocalOrUTC(input, format, locale, strict, true).utc();\n }\n\n function defaultParsingFlags() {\n // We need to deep clone this object.\n return {\n empty: false,\n unusedTokens: [],\n unusedInput: [],\n overflow: -2,\n charsLeftOver: 0,\n nullInput: false,\n invalidEra: null,\n invalidMonth: null,\n invalidFormat: false,\n userInvalidated: false,\n iso: false,\n parsedDateParts: [],\n era: null,\n meridiem: null,\n rfc2822: false,\n weekdayMismatch: false,\n };\n }\n\n function getParsingFlags(m) {\n if (m._pf == null) {\n m._pf = defaultParsingFlags();\n }\n return m._pf;\n }\n\n var some;\n if (Array.prototype.some) {\n some = Array.prototype.some;\n } else {\n some = function (fun) {\n var t = Object(this),\n len = t.length >>> 0,\n i;\n\n for (i = 0; i < len; i++) {\n if (i in t && fun.call(this, t[i], i, t)) {\n return true;\n }\n }\n\n return false;\n };\n }\n\n function isValid(m) {\n if (m._isValid == null) {\n var flags = getParsingFlags(m),\n parsedParts = some.call(flags.parsedDateParts, function (i) {\n return i != null;\n }),\n isNowValid =\n !isNaN(m._d.getTime()) &&\n flags.overflow < 0 &&\n !flags.empty &&\n !flags.invalidEra &&\n !flags.invalidMonth &&\n !flags.invalidWeekday &&\n !flags.weekdayMismatch &&\n !flags.nullInput &&\n !flags.invalidFormat &&\n !flags.userInvalidated &&\n (!flags.meridiem || (flags.meridiem && parsedParts));\n\n if (m._strict) {\n isNowValid =\n isNowValid &&\n flags.charsLeftOver === 0 &&\n flags.unusedTokens.length === 0 &&\n flags.bigHour === undefined;\n }\n\n if (Object.isFrozen == null || !Object.isFrozen(m)) {\n m._isValid = isNowValid;\n } else {\n return isNowValid;\n }\n }\n return m._isValid;\n }\n\n function createInvalid(flags) {\n var m = createUTC(NaN);\n if (flags != null) {\n extend(getParsingFlags(m), flags);\n } else {\n getParsingFlags(m).userInvalidated = true;\n }\n\n return m;\n }\n\n // Plugins that add properties should also add the key here (null value),\n // so we can properly clone ourselves.\n var momentProperties = (hooks.momentProperties = []),\n updateInProgress = false;\n\n function copyConfig(to, from) {\n var i, prop, val;\n\n if (!isUndefined(from._isAMomentObject)) {\n to._isAMomentObject = from._isAMomentObject;\n }\n if (!isUndefined(from._i)) {\n to._i = from._i;\n }\n if (!isUndefined(from._f)) {\n to._f = from._f;\n }\n if (!isUndefined(from._l)) {\n to._l = from._l;\n }\n if (!isUndefined(from._strict)) {\n to._strict = from._strict;\n }\n if (!isUndefined(from._tzm)) {\n to._tzm = from._tzm;\n }\n if (!isUndefined(from._isUTC)) {\n to._isUTC = from._isUTC;\n }\n if (!isUndefined(from._offset)) {\n to._offset = from._offset;\n }\n if (!isUndefined(from._pf)) {\n to._pf = getParsingFlags(from);\n }\n if (!isUndefined(from._locale)) {\n to._locale = from._locale;\n }\n\n if (momentProperties.length > 0) {\n for (i = 0; i < momentProperties.length; i++) {\n prop = momentProperties[i];\n val = from[prop];\n if (!isUndefined(val)) {\n to[prop] = val;\n }\n }\n }\n\n return to;\n }\n\n // Moment prototype object\n function Moment(config) {\n copyConfig(this, config);\n this._d = new Date(config._d != null ? config._d.getTime() : NaN);\n if (!this.isValid()) {\n this._d = new Date(NaN);\n }\n // Prevent infinite loop in case updateOffset creates new moment\n // objects.\n if (updateInProgress === false) {\n updateInProgress = true;\n hooks.updateOffset(this);\n updateInProgress = false;\n }\n }\n\n function isMoment(obj) {\n return (\n obj instanceof Moment || (obj != null && obj._isAMomentObject != null)\n );\n }\n\n function warn(msg) {\n if (\n hooks.suppressDeprecationWarnings === false &&\n typeof console !== 'undefined' &&\n console.warn\n ) {\n console.warn('Deprecation warning: ' + msg);\n }\n }\n\n function deprecate(msg, fn) {\n var firstTime = true;\n\n return extend(function () {\n if (hooks.deprecationHandler != null) {\n hooks.deprecationHandler(null, msg);\n }\n if (firstTime) {\n var args = [],\n arg,\n i,\n key;\n for (i = 0; i < arguments.length; i++) {\n arg = '';\n if (typeof arguments[i] === 'object') {\n arg += '\\n[' + i + '] ';\n for (key in arguments[0]) {\n if (hasOwnProp(arguments[0], key)) {\n arg += key + ': ' + arguments[0][key] + ', ';\n }\n }\n arg = arg.slice(0, -2); // Remove trailing comma and space\n } else {\n arg = arguments[i];\n }\n args.push(arg);\n }\n warn(\n msg +\n '\\nArguments: ' +\n Array.prototype.slice.call(args).join('') +\n '\\n' +\n new Error().stack\n );\n firstTime = false;\n }\n return fn.apply(this, arguments);\n }, fn);\n }\n\n var deprecations = {};\n\n function deprecateSimple(name, msg) {\n if (hooks.deprecationHandler != null) {\n hooks.deprecationHandler(name, msg);\n }\n if (!deprecations[name]) {\n warn(msg);\n deprecations[name] = true;\n }\n }\n\n hooks.suppressDeprecationWarnings = false;\n hooks.deprecationHandler = null;\n\n function isFunction(input) {\n return (\n (typeof Function !== 'undefined' && input instanceof Function) ||\n Object.prototype.toString.call(input) === '[object Function]'\n );\n }\n\n function set(config) {\n var prop, i;\n for (i in config) {\n if (hasOwnProp(config, i)) {\n prop = config[i];\n if (isFunction(prop)) {\n this[i] = prop;\n } else {\n this['_' + i] = prop;\n }\n }\n }\n this._config = config;\n // Lenient ordinal parsing accepts just a number in addition to\n // number + (possibly) stuff coming from _dayOfMonthOrdinalParse.\n // TODO: Remove \"ordinalParse\" fallback in next major release.\n this._dayOfMonthOrdinalParseLenient = new RegExp(\n (this._dayOfMonthOrdinalParse.source || this._ordinalParse.source) +\n '|' +\n /\\d{1,2}/.source\n );\n }\n\n function mergeConfigs(parentConfig, childConfig) {\n var res = extend({}, parentConfig),\n prop;\n for (prop in childConfig) {\n if (hasOwnProp(childConfig, prop)) {\n if (isObject(parentConfig[prop]) && isObject(childConfig[prop])) {\n res[prop] = {};\n extend(res[prop], parentConfig[prop]);\n extend(res[prop], childConfig[prop]);\n } else if (childConfig[prop] != null) {\n res[prop] = childConfig[prop];\n } else {\n delete res[prop];\n }\n }\n }\n for (prop in parentConfig) {\n if (\n hasOwnProp(parentConfig, prop) &&\n !hasOwnProp(childConfig, prop) &&\n isObject(parentConfig[prop])\n ) {\n // make sure changes to properties don't modify parent config\n res[prop] = extend({}, res[prop]);\n }\n }\n return res;\n }\n\n function Locale(config) {\n if (config != null) {\n this.set(config);\n }\n }\n\n var keys;\n\n if (Object.keys) {\n keys = Object.keys;\n } else {\n keys = function (obj) {\n var i,\n res = [];\n for (i in obj) {\n if (hasOwnProp(obj, i)) {\n res.push(i);\n }\n }\n return res;\n };\n }\n\n var defaultCalendar = {\n sameDay: '[Today at] LT',\n nextDay: '[Tomorrow at] LT',\n nextWeek: 'dddd [at] LT',\n lastDay: '[Yesterday at] LT',\n lastWeek: '[Last] dddd [at] LT',\n sameElse: 'L',\n };\n\n function calendar(key, mom, now) {\n var output = this._calendar[key] || this._calendar['sameElse'];\n return isFunction(output) ? output.call(mom, now) : output;\n }\n\n function zeroFill(number, targetLength, forceSign) {\n var absNumber = '' + Math.abs(number),\n zerosToFill = targetLength - absNumber.length,\n sign = number >= 0;\n return (\n (sign ? (forceSign ? '+' : '') : '-') +\n Math.pow(10, Math.max(0, zerosToFill)).toString().substr(1) +\n absNumber\n );\n }\n\n var formattingTokens = /(\\[[^\\[]*\\])|(\\\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,\n localFormattingTokens = /(\\[[^\\[]*\\])|(\\\\)?(LTS|LT|LL?L?L?|l{1,4})/g,\n formatFunctions = {},\n formatTokenFunctions = {};\n\n // token: 'M'\n // padded: ['MM', 2]\n // ordinal: 'Mo'\n // callback: function () { this.month() + 1 }\n function addFormatToken(token, padded, ordinal, callback) {\n var func = callback;\n if (typeof callback === 'string') {\n func = function () {\n return this[callback]();\n };\n }\n if (token) {\n formatTokenFunctions[token] = func;\n }\n if (padded) {\n formatTokenFunctions[padded[0]] = function () {\n return zeroFill(func.apply(this, arguments), padded[1], padded[2]);\n };\n }\n if (ordinal) {\n formatTokenFunctions[ordinal] = function () {\n return this.localeData().ordinal(\n func.apply(this, arguments),\n token\n );\n };\n }\n }\n\n function removeFormattingTokens(input) {\n if (input.match(/\\[[\\s\\S]/)) {\n return input.replace(/^\\[|\\]$/g, '');\n }\n return input.replace(/\\\\/g, '');\n }\n\n function makeFormatFunction(format) {\n var array = format.match(formattingTokens),\n i,\n length;\n\n for (i = 0, length = array.length; i < length; i++) {\n if (formatTokenFunctions[array[i]]) {\n array[i] = formatTokenFunctions[array[i]];\n } else {\n array[i] = removeFormattingTokens(array[i]);\n }\n }\n\n return function (mom) {\n var output = '',\n i;\n for (i = 0; i < length; i++) {\n output += isFunction(array[i])\n ? array[i].call(mom, format)\n : array[i];\n }\n return output;\n };\n }\n\n // format date using native date object\n function formatMoment(m, format) {\n if (!m.isValid()) {\n return m.localeData().invalidDate();\n }\n\n format = expandFormat(format, m.localeData());\n formatFunctions[format] =\n formatFunctions[format] || makeFormatFunction(format);\n\n return formatFunctions[format](m);\n }\n\n function expandFormat(format, locale) {\n var i = 5;\n\n function replaceLongDateFormatTokens(input) {\n return locale.longDateFormat(input) || input;\n }\n\n localFormattingTokens.lastIndex = 0;\n while (i >= 0 && localFormattingTokens.test(format)) {\n format = format.replace(\n localFormattingTokens,\n replaceLongDateFormatTokens\n );\n localFormattingTokens.lastIndex = 0;\n i -= 1;\n }\n\n return format;\n }\n\n var defaultLongDateFormat = {\n LTS: 'h:mm:ss A',\n LT: 'h:mm A',\n L: 'MM/DD/YYYY',\n LL: 'MMMM D, YYYY',\n LLL: 'MMMM D, YYYY h:mm A',\n LLLL: 'dddd, MMMM D, YYYY h:mm A',\n };\n\n function longDateFormat(key) {\n var format = this._longDateFormat[key],\n formatUpper = this._longDateFormat[key.toUpperCase()];\n\n if (format || !formatUpper) {\n return format;\n }\n\n this._longDateFormat[key] = formatUpper\n .match(formattingTokens)\n .map(function (tok) {\n if (\n tok === 'MMMM' ||\n tok === 'MM' ||\n tok === 'DD' ||\n tok === 'dddd'\n ) {\n return tok.slice(1);\n }\n return tok;\n })\n .join('');\n\n return this._longDateFormat[key];\n }\n\n var defaultInvalidDate = 'Invalid date';\n\n function invalidDate() {\n return this._invalidDate;\n }\n\n var defaultOrdinal = '%d',\n defaultDayOfMonthOrdinalParse = /\\d{1,2}/;\n\n function ordinal(number) {\n return this._ordinal.replace('%d', number);\n }\n\n var defaultRelativeTime = {\n future: 'in %s',\n past: '%s ago',\n s: 'a few seconds',\n ss: '%d seconds',\n m: 'a minute',\n mm: '%d minutes',\n h: 'an hour',\n hh: '%d hours',\n d: 'a day',\n dd: '%d days',\n w: 'a week',\n ww: '%d weeks',\n M: 'a month',\n MM: '%d months',\n y: 'a year',\n yy: '%d years',\n };\n\n function relativeTime(number, withoutSuffix, string, isFuture) {\n var output = this._relativeTime[string];\n return isFunction(output)\n ? output(number, withoutSuffix, string, isFuture)\n : output.replace(/%d/i, number);\n }\n\n function pastFuture(diff, output) {\n var format = this._relativeTime[diff > 0 ? 'future' : 'past'];\n return isFunction(format) ? format(output) : format.replace(/%s/i, output);\n }\n\n var aliases = {};\n\n function addUnitAlias(unit, shorthand) {\n var lowerCase = unit.toLowerCase();\n aliases[lowerCase] = aliases[lowerCase + 's'] = aliases[shorthand] = unit;\n }\n\n function normalizeUnits(units) {\n return typeof units === 'string'\n ? aliases[units] || aliases[units.toLowerCase()]\n : undefined;\n }\n\n function normalizeObjectUnits(inputObject) {\n var normalizedInput = {},\n normalizedProp,\n prop;\n\n for (prop in inputObject) {\n if (hasOwnProp(inputObject, prop)) {\n normalizedProp = normalizeUnits(prop);\n if (normalizedProp) {\n normalizedInput[normalizedProp] = inputObject[prop];\n }\n }\n }\n\n return normalizedInput;\n }\n\n var priorities = {};\n\n function addUnitPriority(unit, priority) {\n priorities[unit] = priority;\n }\n\n function getPrioritizedUnits(unitsObj) {\n var units = [],\n u;\n for (u in unitsObj) {\n if (hasOwnProp(unitsObj, u)) {\n units.push({ unit: u, priority: priorities[u] });\n }\n }\n units.sort(function (a, b) {\n return a.priority - b.priority;\n });\n return units;\n }\n\n function isLeapYear(year) {\n return (year % 4 === 0 && year % 100 !== 0) || year % 400 === 0;\n }\n\n function absFloor(number) {\n if (number < 0) {\n // -0 -> 0\n return Math.ceil(number) || 0;\n } else {\n return Math.floor(number);\n }\n }\n\n function toInt(argumentForCoercion) {\n var coercedNumber = +argumentForCoercion,\n value = 0;\n\n if (coercedNumber !== 0 && isFinite(coercedNumber)) {\n value = absFloor(coercedNumber);\n }\n\n return value;\n }\n\n function makeGetSet(unit, keepTime) {\n return function (value) {\n if (value != null) {\n set$1(this, unit, value);\n hooks.updateOffset(this, keepTime);\n return this;\n } else {\n return get(this, unit);\n }\n };\n }\n\n function get(mom, unit) {\n return mom.isValid()\n ? mom._d['get' + (mom._isUTC ? 'UTC' : '') + unit]()\n : NaN;\n }\n\n function set$1(mom, unit, value) {\n if (mom.isValid() && !isNaN(value)) {\n if (\n unit === 'FullYear' &&\n isLeapYear(mom.year()) &&\n mom.month() === 1 &&\n mom.date() === 29\n ) {\n value = toInt(value);\n mom._d['set' + (mom._isUTC ? 'UTC' : '') + unit](\n value,\n mom.month(),\n daysInMonth(value, mom.month())\n );\n } else {\n mom._d['set' + (mom._isUTC ? 'UTC' : '') + unit](value);\n }\n }\n }\n\n // MOMENTS\n\n function stringGet(units) {\n units = normalizeUnits(units);\n if (isFunction(this[units])) {\n return this[units]();\n }\n return this;\n }\n\n function stringSet(units, value) {\n if (typeof units === 'object') {\n units = normalizeObjectUnits(units);\n var prioritized = getPrioritizedUnits(units),\n i;\n for (i = 0; i < prioritized.length; i++) {\n this[prioritized[i].unit](units[prioritized[i].unit]);\n }\n } else {\n units = normalizeUnits(units);\n if (isFunction(this[units])) {\n return this[units](value);\n }\n }\n return this;\n }\n\n var match1 = /\\d/, // 0 - 9\n match2 = /\\d\\d/, // 00 - 99\n match3 = /\\d{3}/, // 000 - 999\n match4 = /\\d{4}/, // 0000 - 9999\n match6 = /[+-]?\\d{6}/, // -999999 - 999999\n match1to2 = /\\d\\d?/, // 0 - 99\n match3to4 = /\\d\\d\\d\\d?/, // 999 - 9999\n match5to6 = /\\d\\d\\d\\d\\d\\d?/, // 99999 - 999999\n match1to3 = /\\d{1,3}/, // 0 - 999\n match1to4 = /\\d{1,4}/, // 0 - 9999\n match1to6 = /[+-]?\\d{1,6}/, // -999999 - 999999\n matchUnsigned = /\\d+/, // 0 - inf\n matchSigned = /[+-]?\\d+/, // -inf - inf\n matchOffset = /Z|[+-]\\d\\d:?\\d\\d/gi, // +00:00 -00:00 +0000 -0000 or Z\n matchShortOffset = /Z|[+-]\\d\\d(?::?\\d\\d)?/gi, // +00 -00 +00:00 -00:00 +0000 -0000 or Z\n matchTimestamp = /[+-]?\\d+(\\.\\d{1,3})?/, // 123456789 123456789.123\n // any word (or two) characters or numbers including two/three word month in arabic.\n // includes scottish gaelic two word and hyphenated months\n matchWord = /[0-9]{0,256}['a-z\\u00A0-\\u05FF\\u0700-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFF07\\uFF10-\\uFFEF]{1,256}|[\\u0600-\\u06FF\\/]{1,256}(\\s*?[\\u0600-\\u06FF]{1,256}){1,2}/i,\n regexes;\n\n regexes = {};\n\n function addRegexToken(token, regex, strictRegex) {\n regexes[token] = isFunction(regex)\n ? regex\n : function (isStrict, localeData) {\n return isStrict && strictRegex ? strictRegex : regex;\n };\n }\n\n function getParseRegexForToken(token, config) {\n if (!hasOwnProp(regexes, token)) {\n return new RegExp(unescapeFormat(token));\n }\n\n return regexes[token](config._strict, config._locale);\n }\n\n // Code from http://stackoverflow.com/questions/3561493/is-there-a-regexp-escape-function-in-javascript\n function unescapeFormat(s) {\n return regexEscape(\n s\n .replace('\\\\', '')\n .replace(/\\\\(\\[)|\\\\(\\])|\\[([^\\]\\[]*)\\]|\\\\(.)/g, function (\n matched,\n p1,\n p2,\n p3,\n p4\n ) {\n return p1 || p2 || p3 || p4;\n })\n );\n }\n\n function regexEscape(s) {\n return s.replace(/[-\\/\\\\^$*+?.()|[\\]{}]/g, '\\\\$&');\n }\n\n var tokens = {};\n\n function addParseToken(token, callback) {\n var i,\n func = callback;\n if (typeof token === 'string') {\n token = [token];\n }\n if (isNumber(callback)) {\n func = function (input, array) {\n array[callback] = toInt(input);\n };\n }\n for (i = 0; i < token.length; i++) {\n tokens[token[i]] = func;\n }\n }\n\n function addWeekParseToken(token, callback) {\n addParseToken(token, function (input, array, config, token) {\n config._w = config._w || {};\n callback(input, config._w, config, token);\n });\n }\n\n function addTimeToArrayFromToken(token, input, config) {\n if (input != null && hasOwnProp(tokens, token)) {\n tokens[token](input, config._a, config, token);\n }\n }\n\n var YEAR = 0,\n MONTH = 1,\n DATE = 2,\n HOUR = 3,\n MINUTE = 4,\n SECOND = 5,\n MILLISECOND = 6,\n WEEK = 7,\n WEEKDAY = 8;\n\n function mod(n, x) {\n return ((n % x) + x) % x;\n }\n\n var indexOf;\n\n if (Array.prototype.indexOf) {\n indexOf = Array.prototype.indexOf;\n } else {\n indexOf = function (o) {\n // I know\n var i;\n for (i = 0; i < this.length; ++i) {\n if (this[i] === o) {\n return i;\n }\n }\n return -1;\n };\n }\n\n function daysInMonth(year, month) {\n if (isNaN(year) || isNaN(month)) {\n return NaN;\n }\n var modMonth = mod(month, 12);\n year += (month - modMonth) / 12;\n return modMonth === 1\n ? isLeapYear(year)\n ? 29\n : 28\n : 31 - ((modMonth % 7) % 2);\n }\n\n // FORMATTING\n\n addFormatToken('M', ['MM', 2], 'Mo', function () {\n return this.month() + 1;\n });\n\n addFormatToken('MMM', 0, 0, function (format) {\n return this.localeData().monthsShort(this, format);\n });\n\n addFormatToken('MMMM', 0, 0, function (format) {\n return this.localeData().months(this, format);\n });\n\n // ALIASES\n\n addUnitAlias('month', 'M');\n\n // PRIORITY\n\n addUnitPriority('month', 8);\n\n // PARSING\n\n addRegexToken('M', match1to2);\n addRegexToken('MM', match1to2, match2);\n addRegexToken('MMM', function (isStrict, locale) {\n return locale.monthsShortRegex(isStrict);\n });\n addRegexToken('MMMM', function (isStrict, locale) {\n return locale.monthsRegex(isStrict);\n });\n\n addParseToken(['M', 'MM'], function (input, array) {\n array[MONTH] = toInt(input) - 1;\n });\n\n addParseToken(['MMM', 'MMMM'], function (input, array, config, token) {\n var month = config._locale.monthsParse(input, token, config._strict);\n // if we didn't find a month name, mark the date as invalid.\n if (month != null) {\n array[MONTH] = month;\n } else {\n getParsingFlags(config).invalidMonth = input;\n }\n });\n\n // LOCALES\n\n var defaultLocaleMonths = 'January_February_March_April_May_June_July_August_September_October_November_December'.split(\n '_'\n ),\n defaultLocaleMonthsShort = 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split(\n '_'\n ),\n MONTHS_IN_FORMAT = /D[oD]?(\\[[^\\[\\]]*\\]|\\s)+MMMM?/,\n defaultMonthsShortRegex = matchWord,\n defaultMonthsRegex = matchWord;\n\n function localeMonths(m, format) {\n if (!m) {\n return isArray(this._months)\n ? this._months\n : this._months['standalone'];\n }\n return isArray(this._months)\n ? this._months[m.month()]\n : this._months[\n (this._months.isFormat || MONTHS_IN_FORMAT).test(format)\n ? 'format'\n : 'standalone'\n ][m.month()];\n }\n\n function localeMonthsShort(m, format) {\n if (!m) {\n return isArray(this._monthsShort)\n ? this._monthsShort\n : this._monthsShort['standalone'];\n }\n return isArray(this._monthsShort)\n ? this._monthsShort[m.month()]\n : this._monthsShort[\n MONTHS_IN_FORMAT.test(format) ? 'format' : 'standalone'\n ][m.month()];\n }\n\n function handleStrictParse(monthName, format, strict) {\n var i,\n ii,\n mom,\n llc = monthName.toLocaleLowerCase();\n if (!this._monthsParse) {\n // this is not used\n this._monthsParse = [];\n this._longMonthsParse = [];\n this._shortMonthsParse = [];\n for (i = 0; i < 12; ++i) {\n mom = createUTC([2000, i]);\n this._shortMonthsParse[i] = this.monthsShort(\n mom,\n ''\n ).toLocaleLowerCase();\n this._longMonthsParse[i] = this.months(mom, '').toLocaleLowerCase();\n }\n }\n\n if (strict) {\n if (format === 'MMM') {\n ii = indexOf.call(this._shortMonthsParse, llc);\n return ii !== -1 ? ii : null;\n } else {\n ii = indexOf.call(this._longMonthsParse, llc);\n return ii !== -1 ? ii : null;\n }\n } else {\n if (format === 'MMM') {\n ii = indexOf.call(this._shortMonthsParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._longMonthsParse, llc);\n return ii !== -1 ? ii : null;\n } else {\n ii = indexOf.call(this._longMonthsParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._shortMonthsParse, llc);\n return ii !== -1 ? ii : null;\n }\n }\n }\n\n function localeMonthsParse(monthName, format, strict) {\n var i, mom, regex;\n\n if (this._monthsParseExact) {\n return handleStrictParse.call(this, monthName, format, strict);\n }\n\n if (!this._monthsParse) {\n this._monthsParse = [];\n this._longMonthsParse = [];\n this._shortMonthsParse = [];\n }\n\n // TODO: add sorting\n // Sorting makes sure if one month (or abbr) is a prefix of another\n // see sorting in computeMonthsParse\n for (i = 0; i < 12; i++) {\n // make the regex if we don't have it already\n mom = createUTC([2000, i]);\n if (strict && !this._longMonthsParse[i]) {\n this._longMonthsParse[i] = new RegExp(\n '^' + this.months(mom, '').replace('.', '') + '$',\n 'i'\n );\n this._shortMonthsParse[i] = new RegExp(\n '^' + this.monthsShort(mom, '').replace('.', '') + '$',\n 'i'\n );\n }\n if (!strict && !this._monthsParse[i]) {\n regex =\n '^' + this.months(mom, '') + '|^' + this.monthsShort(mom, '');\n this._monthsParse[i] = new RegExp(regex.replace('.', ''), 'i');\n }\n // test the regex\n if (\n strict &&\n format === 'MMMM' &&\n this._longMonthsParse[i].test(monthName)\n ) {\n return i;\n } else if (\n strict &&\n format === 'MMM' &&\n this._shortMonthsParse[i].test(monthName)\n ) {\n return i;\n } else if (!strict && this._monthsParse[i].test(monthName)) {\n return i;\n }\n }\n }\n\n // MOMENTS\n\n function setMonth(mom, value) {\n var dayOfMonth;\n\n if (!mom.isValid()) {\n // No op\n return mom;\n }\n\n if (typeof value === 'string') {\n if (/^\\d+$/.test(value)) {\n value = toInt(value);\n } else {\n value = mom.localeData().monthsParse(value);\n // TODO: Another silent failure?\n if (!isNumber(value)) {\n return mom;\n }\n }\n }\n\n dayOfMonth = Math.min(mom.date(), daysInMonth(mom.year(), value));\n mom._d['set' + (mom._isUTC ? 'UTC' : '') + 'Month'](value, dayOfMonth);\n return mom;\n }\n\n function getSetMonth(value) {\n if (value != null) {\n setMonth(this, value);\n hooks.updateOffset(this, true);\n return this;\n } else {\n return get(this, 'Month');\n }\n }\n\n function getDaysInMonth() {\n return daysInMonth(this.year(), this.month());\n }\n\n function monthsShortRegex(isStrict) {\n if (this._monthsParseExact) {\n if (!hasOwnProp(this, '_monthsRegex')) {\n computeMonthsParse.call(this);\n }\n if (isStrict) {\n return this._monthsShortStrictRegex;\n } else {\n return this._monthsShortRegex;\n }\n } else {\n if (!hasOwnProp(this, '_monthsShortRegex')) {\n this._monthsShortRegex = defaultMonthsShortRegex;\n }\n return this._monthsShortStrictRegex && isStrict\n ? this._monthsShortStrictRegex\n : this._monthsShortRegex;\n }\n }\n\n function monthsRegex(isStrict) {\n if (this._monthsParseExact) {\n if (!hasOwnProp(this, '_monthsRegex')) {\n computeMonthsParse.call(this);\n }\n if (isStrict) {\n return this._monthsStrictRegex;\n } else {\n return this._monthsRegex;\n }\n } else {\n if (!hasOwnProp(this, '_monthsRegex')) {\n this._monthsRegex = defaultMonthsRegex;\n }\n return this._monthsStrictRegex && isStrict\n ? this._monthsStrictRegex\n : this._monthsRegex;\n }\n }\n\n function computeMonthsParse() {\n function cmpLenRev(a, b) {\n return b.length - a.length;\n }\n\n var shortPieces = [],\n longPieces = [],\n mixedPieces = [],\n i,\n mom;\n for (i = 0; i < 12; i++) {\n // make the regex if we don't have it already\n mom = createUTC([2000, i]);\n shortPieces.push(this.monthsShort(mom, ''));\n longPieces.push(this.months(mom, ''));\n mixedPieces.push(this.months(mom, ''));\n mixedPieces.push(this.monthsShort(mom, ''));\n }\n // Sorting makes sure if one month (or abbr) is a prefix of another it\n // will match the longer piece.\n shortPieces.sort(cmpLenRev);\n longPieces.sort(cmpLenRev);\n mixedPieces.sort(cmpLenRev);\n for (i = 0; i < 12; i++) {\n shortPieces[i] = regexEscape(shortPieces[i]);\n longPieces[i] = regexEscape(longPieces[i]);\n }\n for (i = 0; i < 24; i++) {\n mixedPieces[i] = regexEscape(mixedPieces[i]);\n }\n\n this._monthsRegex = new RegExp('^(' + mixedPieces.join('|') + ')', 'i');\n this._monthsShortRegex = this._monthsRegex;\n this._monthsStrictRegex = new RegExp(\n '^(' + longPieces.join('|') + ')',\n 'i'\n );\n this._monthsShortStrictRegex = new RegExp(\n '^(' + shortPieces.join('|') + ')',\n 'i'\n );\n }\n\n // FORMATTING\n\n addFormatToken('Y', 0, 0, function () {\n var y = this.year();\n return y <= 9999 ? zeroFill(y, 4) : '+' + y;\n });\n\n addFormatToken(0, ['YY', 2], 0, function () {\n return this.year() % 100;\n });\n\n addFormatToken(0, ['YYYY', 4], 0, 'year');\n addFormatToken(0, ['YYYYY', 5], 0, 'year');\n addFormatToken(0, ['YYYYYY', 6, true], 0, 'year');\n\n // ALIASES\n\n addUnitAlias('year', 'y');\n\n // PRIORITIES\n\n addUnitPriority('year', 1);\n\n // PARSING\n\n addRegexToken('Y', matchSigned);\n addRegexToken('YY', match1to2, match2);\n addRegexToken('YYYY', match1to4, match4);\n addRegexToken('YYYYY', match1to6, match6);\n addRegexToken('YYYYYY', match1to6, match6);\n\n addParseToken(['YYYYY', 'YYYYYY'], YEAR);\n addParseToken('YYYY', function (input, array) {\n array[YEAR] =\n input.length === 2 ? hooks.parseTwoDigitYear(input) : toInt(input);\n });\n addParseToken('YY', function (input, array) {\n array[YEAR] = hooks.parseTwoDigitYear(input);\n });\n addParseToken('Y', function (input, array) {\n array[YEAR] = parseInt(input, 10);\n });\n\n // HELPERS\n\n function daysInYear(year) {\n return isLeapYear(year) ? 366 : 365;\n }\n\n // HOOKS\n\n hooks.parseTwoDigitYear = function (input) {\n return toInt(input) + (toInt(input) > 68 ? 1900 : 2000);\n };\n\n // MOMENTS\n\n var getSetYear = makeGetSet('FullYear', true);\n\n function getIsLeapYear() {\n return isLeapYear(this.year());\n }\n\n function createDate(y, m, d, h, M, s, ms) {\n // can't just apply() to create a date:\n // https://stackoverflow.com/q/181348\n var date;\n // the date constructor remaps years 0-99 to 1900-1999\n if (y < 100 && y >= 0) {\n // preserve leap years using a full 400 year cycle, then reset\n date = new Date(y + 400, m, d, h, M, s, ms);\n if (isFinite(date.getFullYear())) {\n date.setFullYear(y);\n }\n } else {\n date = new Date(y, m, d, h, M, s, ms);\n }\n\n return date;\n }\n\n function createUTCDate(y) {\n var date, args;\n // the Date.UTC function remaps years 0-99 to 1900-1999\n if (y < 100 && y >= 0) {\n args = Array.prototype.slice.call(arguments);\n // preserve leap years using a full 400 year cycle, then reset\n args[0] = y + 400;\n date = new Date(Date.UTC.apply(null, args));\n if (isFinite(date.getUTCFullYear())) {\n date.setUTCFullYear(y);\n }\n } else {\n date = new Date(Date.UTC.apply(null, arguments));\n }\n\n return date;\n }\n\n // start-of-first-week - start-of-year\n function firstWeekOffset(year, dow, doy) {\n var // first-week day -- which january is always in the first week (4 for iso, 1 for other)\n fwd = 7 + dow - doy,\n // first-week day local weekday -- which local weekday is fwd\n fwdlw = (7 + createUTCDate(year, 0, fwd).getUTCDay() - dow) % 7;\n\n return -fwdlw + fwd - 1;\n }\n\n // https://en.wikipedia.org/wiki/ISO_week_date#Calculating_a_date_given_the_year.2C_week_number_and_weekday\n function dayOfYearFromWeeks(year, week, weekday, dow, doy) {\n var localWeekday = (7 + weekday - dow) % 7,\n weekOffset = firstWeekOffset(year, dow, doy),\n dayOfYear = 1 + 7 * (week - 1) + localWeekday + weekOffset,\n resYear,\n resDayOfYear;\n\n if (dayOfYear <= 0) {\n resYear = year - 1;\n resDayOfYear = daysInYear(resYear) + dayOfYear;\n } else if (dayOfYear > daysInYear(year)) {\n resYear = year + 1;\n resDayOfYear = dayOfYear - daysInYear(year);\n } else {\n resYear = year;\n resDayOfYear = dayOfYear;\n }\n\n return {\n year: resYear,\n dayOfYear: resDayOfYear,\n };\n }\n\n function weekOfYear(mom, dow, doy) {\n var weekOffset = firstWeekOffset(mom.year(), dow, doy),\n week = Math.floor((mom.dayOfYear() - weekOffset - 1) / 7) + 1,\n resWeek,\n resYear;\n\n if (week < 1) {\n resYear = mom.year() - 1;\n resWeek = week + weeksInYear(resYear, dow, doy);\n } else if (week > weeksInYear(mom.year(), dow, doy)) {\n resWeek = week - weeksInYear(mom.year(), dow, doy);\n resYear = mom.year() + 1;\n } else {\n resYear = mom.year();\n resWeek = week;\n }\n\n return {\n week: resWeek,\n year: resYear,\n };\n }\n\n function weeksInYear(year, dow, doy) {\n var weekOffset = firstWeekOffset(year, dow, doy),\n weekOffsetNext = firstWeekOffset(year + 1, dow, doy);\n return (daysInYear(year) - weekOffset + weekOffsetNext) / 7;\n }\n\n // FORMATTING\n\n addFormatToken('w', ['ww', 2], 'wo', 'week');\n addFormatToken('W', ['WW', 2], 'Wo', 'isoWeek');\n\n // ALIASES\n\n addUnitAlias('week', 'w');\n addUnitAlias('isoWeek', 'W');\n\n // PRIORITIES\n\n addUnitPriority('week', 5);\n addUnitPriority('isoWeek', 5);\n\n // PARSING\n\n addRegexToken('w', match1to2);\n addRegexToken('ww', match1to2, match2);\n addRegexToken('W', match1to2);\n addRegexToken('WW', match1to2, match2);\n\n addWeekParseToken(['w', 'ww', 'W', 'WW'], function (\n input,\n week,\n config,\n token\n ) {\n week[token.substr(0, 1)] = toInt(input);\n });\n\n // HELPERS\n\n // LOCALES\n\n function localeWeek(mom) {\n return weekOfYear(mom, this._week.dow, this._week.doy).week;\n }\n\n var defaultLocaleWeek = {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n };\n\n function localeFirstDayOfWeek() {\n return this._week.dow;\n }\n\n function localeFirstDayOfYear() {\n return this._week.doy;\n }\n\n // MOMENTS\n\n function getSetWeek(input) {\n var week = this.localeData().week(this);\n return input == null ? week : this.add((input - week) * 7, 'd');\n }\n\n function getSetISOWeek(input) {\n var week = weekOfYear(this, 1, 4).week;\n return input == null ? week : this.add((input - week) * 7, 'd');\n }\n\n // FORMATTING\n\n addFormatToken('d', 0, 'do', 'day');\n\n addFormatToken('dd', 0, 0, function (format) {\n return this.localeData().weekdaysMin(this, format);\n });\n\n addFormatToken('ddd', 0, 0, function (format) {\n return this.localeData().weekdaysShort(this, format);\n });\n\n addFormatToken('dddd', 0, 0, function (format) {\n return this.localeData().weekdays(this, format);\n });\n\n addFormatToken('e', 0, 0, 'weekday');\n addFormatToken('E', 0, 0, 'isoWeekday');\n\n // ALIASES\n\n addUnitAlias('day', 'd');\n addUnitAlias('weekday', 'e');\n addUnitAlias('isoWeekday', 'E');\n\n // PRIORITY\n addUnitPriority('day', 11);\n addUnitPriority('weekday', 11);\n addUnitPriority('isoWeekday', 11);\n\n // PARSING\n\n addRegexToken('d', match1to2);\n addRegexToken('e', match1to2);\n addRegexToken('E', match1to2);\n addRegexToken('dd', function (isStrict, locale) {\n return locale.weekdaysMinRegex(isStrict);\n });\n addRegexToken('ddd', function (isStrict, locale) {\n return locale.weekdaysShortRegex(isStrict);\n });\n addRegexToken('dddd', function (isStrict, locale) {\n return locale.weekdaysRegex(isStrict);\n });\n\n addWeekParseToken(['dd', 'ddd', 'dddd'], function (input, week, config, token) {\n var weekday = config._locale.weekdaysParse(input, token, config._strict);\n // if we didn't get a weekday name, mark the date as invalid\n if (weekday != null) {\n week.d = weekday;\n } else {\n getParsingFlags(config).invalidWeekday = input;\n }\n });\n\n addWeekParseToken(['d', 'e', 'E'], function (input, week, config, token) {\n week[token] = toInt(input);\n });\n\n // HELPERS\n\n function parseWeekday(input, locale) {\n if (typeof input !== 'string') {\n return input;\n }\n\n if (!isNaN(input)) {\n return parseInt(input, 10);\n }\n\n input = locale.weekdaysParse(input);\n if (typeof input === 'number') {\n return input;\n }\n\n return null;\n }\n\n function parseIsoWeekday(input, locale) {\n if (typeof input === 'string') {\n return locale.weekdaysParse(input) % 7 || 7;\n }\n return isNaN(input) ? null : input;\n }\n\n // LOCALES\n function shiftWeekdays(ws, n) {\n return ws.slice(n, 7).concat(ws.slice(0, n));\n }\n\n var defaultLocaleWeekdays = 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split(\n '_'\n ),\n defaultLocaleWeekdaysShort = 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n defaultLocaleWeekdaysMin = 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n defaultWeekdaysRegex = matchWord,\n defaultWeekdaysShortRegex = matchWord,\n defaultWeekdaysMinRegex = matchWord;\n\n function localeWeekdays(m, format) {\n var weekdays = isArray(this._weekdays)\n ? this._weekdays\n : this._weekdays[\n m && m !== true && this._weekdays.isFormat.test(format)\n ? 'format'\n : 'standalone'\n ];\n return m === true\n ? shiftWeekdays(weekdays, this._week.dow)\n : m\n ? weekdays[m.day()]\n : weekdays;\n }\n\n function localeWeekdaysShort(m) {\n return m === true\n ? shiftWeekdays(this._weekdaysShort, this._week.dow)\n : m\n ? this._weekdaysShort[m.day()]\n : this._weekdaysShort;\n }\n\n function localeWeekdaysMin(m) {\n return m === true\n ? shiftWeekdays(this._weekdaysMin, this._week.dow)\n : m\n ? this._weekdaysMin[m.day()]\n : this._weekdaysMin;\n }\n\n function handleStrictParse$1(weekdayName, format, strict) {\n var i,\n ii,\n mom,\n llc = weekdayName.toLocaleLowerCase();\n if (!this._weekdaysParse) {\n this._weekdaysParse = [];\n this._shortWeekdaysParse = [];\n this._minWeekdaysParse = [];\n\n for (i = 0; i < 7; ++i) {\n mom = createUTC([2000, 1]).day(i);\n this._minWeekdaysParse[i] = this.weekdaysMin(\n mom,\n ''\n ).toLocaleLowerCase();\n this._shortWeekdaysParse[i] = this.weekdaysShort(\n mom,\n ''\n ).toLocaleLowerCase();\n this._weekdaysParse[i] = this.weekdays(mom, '').toLocaleLowerCase();\n }\n }\n\n if (strict) {\n if (format === 'dddd') {\n ii = indexOf.call(this._weekdaysParse, llc);\n return ii !== -1 ? ii : null;\n } else if (format === 'ddd') {\n ii = indexOf.call(this._shortWeekdaysParse, llc);\n return ii !== -1 ? ii : null;\n } else {\n ii = indexOf.call(this._minWeekdaysParse, llc);\n return ii !== -1 ? ii : null;\n }\n } else {\n if (format === 'dddd') {\n ii = indexOf.call(this._weekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._shortWeekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._minWeekdaysParse, llc);\n return ii !== -1 ? ii : null;\n } else if (format === 'ddd') {\n ii = indexOf.call(this._shortWeekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._weekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._minWeekdaysParse, llc);\n return ii !== -1 ? ii : null;\n } else {\n ii = indexOf.call(this._minWeekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._weekdaysParse, llc);\n if (ii !== -1) {\n return ii;\n }\n ii = indexOf.call(this._shortWeekdaysParse, llc);\n return ii !== -1 ? ii : null;\n }\n }\n }\n\n function localeWeekdaysParse(weekdayName, format, strict) {\n var i, mom, regex;\n\n if (this._weekdaysParseExact) {\n return handleStrictParse$1.call(this, weekdayName, format, strict);\n }\n\n if (!this._weekdaysParse) {\n this._weekdaysParse = [];\n this._minWeekdaysParse = [];\n this._shortWeekdaysParse = [];\n this._fullWeekdaysParse = [];\n }\n\n for (i = 0; i < 7; i++) {\n // make the regex if we don't have it already\n\n mom = createUTC([2000, 1]).day(i);\n if (strict && !this._fullWeekdaysParse[i]) {\n this._fullWeekdaysParse[i] = new RegExp(\n '^' + this.weekdays(mom, '').replace('.', '\\\\.?') + '$',\n 'i'\n );\n this._shortWeekdaysParse[i] = new RegExp(\n '^' + this.weekdaysShort(mom, '').replace('.', '\\\\.?') + '$',\n 'i'\n );\n this._minWeekdaysParse[i] = new RegExp(\n '^' + this.weekdaysMin(mom, '').replace('.', '\\\\.?') + '$',\n 'i'\n );\n }\n if (!this._weekdaysParse[i]) {\n regex =\n '^' +\n this.weekdays(mom, '') +\n '|^' +\n this.weekdaysShort(mom, '') +\n '|^' +\n this.weekdaysMin(mom, '');\n this._weekdaysParse[i] = new RegExp(regex.replace('.', ''), 'i');\n }\n // test the regex\n if (\n strict &&\n format === 'dddd' &&\n this._fullWeekdaysParse[i].test(weekdayName)\n ) {\n return i;\n } else if (\n strict &&\n format === 'ddd' &&\n this._shortWeekdaysParse[i].test(weekdayName)\n ) {\n return i;\n } else if (\n strict &&\n format === 'dd' &&\n this._minWeekdaysParse[i].test(weekdayName)\n ) {\n return i;\n } else if (!strict && this._weekdaysParse[i].test(weekdayName)) {\n return i;\n }\n }\n }\n\n // MOMENTS\n\n function getSetDayOfWeek(input) {\n if (!this.isValid()) {\n return input != null ? this : NaN;\n }\n var day = this._isUTC ? this._d.getUTCDay() : this._d.getDay();\n if (input != null) {\n input = parseWeekday(input, this.localeData());\n return this.add(input - day, 'd');\n } else {\n return day;\n }\n }\n\n function getSetLocaleDayOfWeek(input) {\n if (!this.isValid()) {\n return input != null ? this : NaN;\n }\n var weekday = (this.day() + 7 - this.localeData()._week.dow) % 7;\n return input == null ? weekday : this.add(input - weekday, 'd');\n }\n\n function getSetISODayOfWeek(input) {\n if (!this.isValid()) {\n return input != null ? this : NaN;\n }\n\n // behaves the same as moment#day except\n // as a getter, returns 7 instead of 0 (1-7 range instead of 0-6)\n // as a setter, sunday should belong to the previous week.\n\n if (input != null) {\n var weekday = parseIsoWeekday(input, this.localeData());\n return this.day(this.day() % 7 ? weekday : weekday - 7);\n } else {\n return this.day() || 7;\n }\n }\n\n function weekdaysRegex(isStrict) {\n if (this._weekdaysParseExact) {\n if (!hasOwnProp(this, '_weekdaysRegex')) {\n computeWeekdaysParse.call(this);\n }\n if (isStrict) {\n return this._weekdaysStrictRegex;\n } else {\n return this._weekdaysRegex;\n }\n } else {\n if (!hasOwnProp(this, '_weekdaysRegex')) {\n this._weekdaysRegex = defaultWeekdaysRegex;\n }\n return this._weekdaysStrictRegex && isStrict\n ? this._weekdaysStrictRegex\n : this._weekdaysRegex;\n }\n }\n\n function weekdaysShortRegex(isStrict) {\n if (this._weekdaysParseExact) {\n if (!hasOwnProp(this, '_weekdaysRegex')) {\n computeWeekdaysParse.call(this);\n }\n if (isStrict) {\n return this._weekdaysShortStrictRegex;\n } else {\n return this._weekdaysShortRegex;\n }\n } else {\n if (!hasOwnProp(this, '_weekdaysShortRegex')) {\n this._weekdaysShortRegex = defaultWeekdaysShortRegex;\n }\n return this._weekdaysShortStrictRegex && isStrict\n ? this._weekdaysShortStrictRegex\n : this._weekdaysShortRegex;\n }\n }\n\n function weekdaysMinRegex(isStrict) {\n if (this._weekdaysParseExact) {\n if (!hasOwnProp(this, '_weekdaysRegex')) {\n computeWeekdaysParse.call(this);\n }\n if (isStrict) {\n return this._weekdaysMinStrictRegex;\n } else {\n return this._weekdaysMinRegex;\n }\n } else {\n if (!hasOwnProp(this, '_weekdaysMinRegex')) {\n this._weekdaysMinRegex = defaultWeekdaysMinRegex;\n }\n return this._weekdaysMinStrictRegex && isStrict\n ? this._weekdaysMinStrictRegex\n : this._weekdaysMinRegex;\n }\n }\n\n function computeWeekdaysParse() {\n function cmpLenRev(a, b) {\n return b.length - a.length;\n }\n\n var minPieces = [],\n shortPieces = [],\n longPieces = [],\n mixedPieces = [],\n i,\n mom,\n minp,\n shortp,\n longp;\n for (i = 0; i < 7; i++) {\n // make the regex if we don't have it already\n mom = createUTC([2000, 1]).day(i);\n minp = regexEscape(this.weekdaysMin(mom, ''));\n shortp = regexEscape(this.weekdaysShort(mom, ''));\n longp = regexEscape(this.weekdays(mom, ''));\n minPieces.push(minp);\n shortPieces.push(shortp);\n longPieces.push(longp);\n mixedPieces.push(minp);\n mixedPieces.push(shortp);\n mixedPieces.push(longp);\n }\n // Sorting makes sure if one weekday (or abbr) is a prefix of another it\n // will match the longer piece.\n minPieces.sort(cmpLenRev);\n shortPieces.sort(cmpLenRev);\n longPieces.sort(cmpLenRev);\n mixedPieces.sort(cmpLenRev);\n\n this._weekdaysRegex = new RegExp('^(' + mixedPieces.join('|') + ')', 'i');\n this._weekdaysShortRegex = this._weekdaysRegex;\n this._weekdaysMinRegex = this._weekdaysRegex;\n\n this._weekdaysStrictRegex = new RegExp(\n '^(' + longPieces.join('|') + ')',\n 'i'\n );\n this._weekdaysShortStrictRegex = new RegExp(\n '^(' + shortPieces.join('|') + ')',\n 'i'\n );\n this._weekdaysMinStrictRegex = new RegExp(\n '^(' + minPieces.join('|') + ')',\n 'i'\n );\n }\n\n // FORMATTING\n\n function hFormat() {\n return this.hours() % 12 || 12;\n }\n\n function kFormat() {\n return this.hours() || 24;\n }\n\n addFormatToken('H', ['HH', 2], 0, 'hour');\n addFormatToken('h', ['hh', 2], 0, hFormat);\n addFormatToken('k', ['kk', 2], 0, kFormat);\n\n addFormatToken('hmm', 0, 0, function () {\n return '' + hFormat.apply(this) + zeroFill(this.minutes(), 2);\n });\n\n addFormatToken('hmmss', 0, 0, function () {\n return (\n '' +\n hFormat.apply(this) +\n zeroFill(this.minutes(), 2) +\n zeroFill(this.seconds(), 2)\n );\n });\n\n addFormatToken('Hmm', 0, 0, function () {\n return '' + this.hours() + zeroFill(this.minutes(), 2);\n });\n\n addFormatToken('Hmmss', 0, 0, function () {\n return (\n '' +\n this.hours() +\n zeroFill(this.minutes(), 2) +\n zeroFill(this.seconds(), 2)\n );\n });\n\n function meridiem(token, lowercase) {\n addFormatToken(token, 0, 0, function () {\n return this.localeData().meridiem(\n this.hours(),\n this.minutes(),\n lowercase\n );\n });\n }\n\n meridiem('a', true);\n meridiem('A', false);\n\n // ALIASES\n\n addUnitAlias('hour', 'h');\n\n // PRIORITY\n addUnitPriority('hour', 13);\n\n // PARSING\n\n function matchMeridiem(isStrict, locale) {\n return locale._meridiemParse;\n }\n\n addRegexToken('a', matchMeridiem);\n addRegexToken('A', matchMeridiem);\n addRegexToken('H', match1to2);\n addRegexToken('h', match1to2);\n addRegexToken('k', match1to2);\n addRegexToken('HH', match1to2, match2);\n addRegexToken('hh', match1to2, match2);\n addRegexToken('kk', match1to2, match2);\n\n addRegexToken('hmm', match3to4);\n addRegexToken('hmmss', match5to6);\n addRegexToken('Hmm', match3to4);\n addRegexToken('Hmmss', match5to6);\n\n addParseToken(['H', 'HH'], HOUR);\n addParseToken(['k', 'kk'], function (input, array, config) {\n var kInput = toInt(input);\n array[HOUR] = kInput === 24 ? 0 : kInput;\n });\n addParseToken(['a', 'A'], function (input, array, config) {\n config._isPm = config._locale.isPM(input);\n config._meridiem = input;\n });\n addParseToken(['h', 'hh'], function (input, array, config) {\n array[HOUR] = toInt(input);\n getParsingFlags(config).bigHour = true;\n });\n addParseToken('hmm', function (input, array, config) {\n var pos = input.length - 2;\n array[HOUR] = toInt(input.substr(0, pos));\n array[MINUTE] = toInt(input.substr(pos));\n getParsingFlags(config).bigHour = true;\n });\n addParseToken('hmmss', function (input, array, config) {\n var pos1 = input.length - 4,\n pos2 = input.length - 2;\n array[HOUR] = toInt(input.substr(0, pos1));\n array[MINUTE] = toInt(input.substr(pos1, 2));\n array[SECOND] = toInt(input.substr(pos2));\n getParsingFlags(config).bigHour = true;\n });\n addParseToken('Hmm', function (input, array, config) {\n var pos = input.length - 2;\n array[HOUR] = toInt(input.substr(0, pos));\n array[MINUTE] = toInt(input.substr(pos));\n });\n addParseToken('Hmmss', function (input, array, config) {\n var pos1 = input.length - 4,\n pos2 = input.length - 2;\n array[HOUR] = toInt(input.substr(0, pos1));\n array[MINUTE] = toInt(input.substr(pos1, 2));\n array[SECOND] = toInt(input.substr(pos2));\n });\n\n // LOCALES\n\n function localeIsPM(input) {\n // IE8 Quirks Mode & IE7 Standards Mode do not allow accessing strings like arrays\n // Using charAt should be more compatible.\n return (input + '').toLowerCase().charAt(0) === 'p';\n }\n\n var defaultLocaleMeridiemParse = /[ap]\\.?m?\\.?/i,\n // Setting the hour should keep the time, because the user explicitly\n // specified which hour they want. So trying to maintain the same hour (in\n // a new timezone) makes sense. Adding/subtracting hours does not follow\n // this rule.\n getSetHour = makeGetSet('Hours', true);\n\n function localeMeridiem(hours, minutes, isLower) {\n if (hours > 11) {\n return isLower ? 'pm' : 'PM';\n } else {\n return isLower ? 'am' : 'AM';\n }\n }\n\n var baseConfig = {\n calendar: defaultCalendar,\n longDateFormat: defaultLongDateFormat,\n invalidDate: defaultInvalidDate,\n ordinal: defaultOrdinal,\n dayOfMonthOrdinalParse: defaultDayOfMonthOrdinalParse,\n relativeTime: defaultRelativeTime,\n\n months: defaultLocaleMonths,\n monthsShort: defaultLocaleMonthsShort,\n\n week: defaultLocaleWeek,\n\n weekdays: defaultLocaleWeekdays,\n weekdaysMin: defaultLocaleWeekdaysMin,\n weekdaysShort: defaultLocaleWeekdaysShort,\n\n meridiemParse: defaultLocaleMeridiemParse,\n };\n\n // internal storage for locale config files\n var locales = {},\n localeFamilies = {},\n globalLocale;\n\n function commonPrefix(arr1, arr2) {\n var i,\n minl = Math.min(arr1.length, arr2.length);\n for (i = 0; i < minl; i += 1) {\n if (arr1[i] !== arr2[i]) {\n return i;\n }\n }\n return minl;\n }\n\n function normalizeLocale(key) {\n return key ? key.toLowerCase().replace('_', '-') : key;\n }\n\n // pick the locale from the array\n // try ['en-au', 'en-gb'] as 'en-au', 'en-gb', 'en', as in move through the list trying each\n // substring from most specific to least, but move to the next array item if it's a more specific variant than the current root\n function chooseLocale(names) {\n var i = 0,\n j,\n next,\n locale,\n split;\n\n while (i < names.length) {\n split = normalizeLocale(names[i]).split('-');\n j = split.length;\n next = normalizeLocale(names[i + 1]);\n next = next ? next.split('-') : null;\n while (j > 0) {\n locale = loadLocale(split.slice(0, j).join('-'));\n if (locale) {\n return locale;\n }\n if (\n next &&\n next.length >= j &&\n commonPrefix(split, next) >= j - 1\n ) {\n //the next array item is better than a shallower substring of this one\n break;\n }\n j--;\n }\n i++;\n }\n return globalLocale;\n }\n\n function loadLocale(name) {\n var oldLocale = null,\n aliasedRequire;\n // TODO: Find a better way to register and load all the locales in Node\n if (\n locales[name] === undefined &&\n typeof module !== 'undefined' &&\n module &&\n module.exports\n ) {\n try {\n oldLocale = globalLocale._abbr;\n aliasedRequire = require;\n aliasedRequire('./locale/' + name);\n getSetGlobalLocale(oldLocale);\n } catch (e) {\n // mark as not found to avoid repeating expensive file require call causing high CPU\n // when trying to find en-US, en_US, en-us for every format call\n locales[name] = null; // null means not found\n }\n }\n return locales[name];\n }\n\n // This function will load locale and then set the global locale. If\n // no arguments are passed in, it will simply return the current global\n // locale key.\n function getSetGlobalLocale(key, values) {\n var data;\n if (key) {\n if (isUndefined(values)) {\n data = getLocale(key);\n } else {\n data = defineLocale(key, values);\n }\n\n if (data) {\n // moment.duration._locale = moment._locale = data;\n globalLocale = data;\n } else {\n if (typeof console !== 'undefined' && console.warn) {\n //warn user if arguments are passed but the locale could not be set\n console.warn(\n 'Locale ' + key + ' not found. Did you forget to load it?'\n );\n }\n }\n }\n\n return globalLocale._abbr;\n }\n\n function defineLocale(name, config) {\n if (config !== null) {\n var locale,\n parentConfig = baseConfig;\n config.abbr = name;\n if (locales[name] != null) {\n deprecateSimple(\n 'defineLocaleOverride',\n 'use moment.updateLocale(localeName, config) to change ' +\n 'an existing locale. moment.defineLocale(localeName, ' +\n 'config) should only be used for creating a new locale ' +\n 'See http://momentjs.com/guides/#/warnings/define-locale/ for more info.'\n );\n parentConfig = locales[name]._config;\n } else if (config.parentLocale != null) {\n if (locales[config.parentLocale] != null) {\n parentConfig = locales[config.parentLocale]._config;\n } else {\n locale = loadLocale(config.parentLocale);\n if (locale != null) {\n parentConfig = locale._config;\n } else {\n if (!localeFamilies[config.parentLocale]) {\n localeFamilies[config.parentLocale] = [];\n }\n localeFamilies[config.parentLocale].push({\n name: name,\n config: config,\n });\n return null;\n }\n }\n }\n locales[name] = new Locale(mergeConfigs(parentConfig, config));\n\n if (localeFamilies[name]) {\n localeFamilies[name].forEach(function (x) {\n defineLocale(x.name, x.config);\n });\n }\n\n // backwards compat for now: also set the locale\n // make sure we set the locale AFTER all child locales have been\n // created, so we won't end up with the child locale set.\n getSetGlobalLocale(name);\n\n return locales[name];\n } else {\n // useful for testing\n delete locales[name];\n return null;\n }\n }\n\n function updateLocale(name, config) {\n if (config != null) {\n var locale,\n tmpLocale,\n parentConfig = baseConfig;\n\n if (locales[name] != null && locales[name].parentLocale != null) {\n // Update existing child locale in-place to avoid memory-leaks\n locales[name].set(mergeConfigs(locales[name]._config, config));\n } else {\n // MERGE\n tmpLocale = loadLocale(name);\n if (tmpLocale != null) {\n parentConfig = tmpLocale._config;\n }\n config = mergeConfigs(parentConfig, config);\n if (tmpLocale == null) {\n // updateLocale is called for creating a new locale\n // Set abbr so it will have a name (getters return\n // undefined otherwise).\n config.abbr = name;\n }\n locale = new Locale(config);\n locale.parentLocale = locales[name];\n locales[name] = locale;\n }\n\n // backwards compat for now: also set the locale\n getSetGlobalLocale(name);\n } else {\n // pass null for config to unupdate, useful for tests\n if (locales[name] != null) {\n if (locales[name].parentLocale != null) {\n locales[name] = locales[name].parentLocale;\n if (name === getSetGlobalLocale()) {\n getSetGlobalLocale(name);\n }\n } else if (locales[name] != null) {\n delete locales[name];\n }\n }\n }\n return locales[name];\n }\n\n // returns locale data\n function getLocale(key) {\n var locale;\n\n if (key && key._locale && key._locale._abbr) {\n key = key._locale._abbr;\n }\n\n if (!key) {\n return globalLocale;\n }\n\n if (!isArray(key)) {\n //short-circuit everything else\n locale = loadLocale(key);\n if (locale) {\n return locale;\n }\n key = [key];\n }\n\n return chooseLocale(key);\n }\n\n function listLocales() {\n return keys(locales);\n }\n\n function checkOverflow(m) {\n var overflow,\n a = m._a;\n\n if (a && getParsingFlags(m).overflow === -2) {\n overflow =\n a[MONTH] < 0 || a[MONTH] > 11\n ? MONTH\n : a[DATE] < 1 || a[DATE] > daysInMonth(a[YEAR], a[MONTH])\n ? DATE\n : a[HOUR] < 0 ||\n a[HOUR] > 24 ||\n (a[HOUR] === 24 &&\n (a[MINUTE] !== 0 ||\n a[SECOND] !== 0 ||\n a[MILLISECOND] !== 0))\n ? HOUR\n : a[MINUTE] < 0 || a[MINUTE] > 59\n ? MINUTE\n : a[SECOND] < 0 || a[SECOND] > 59\n ? SECOND\n : a[MILLISECOND] < 0 || a[MILLISECOND] > 999\n ? MILLISECOND\n : -1;\n\n if (\n getParsingFlags(m)._overflowDayOfYear &&\n (overflow < YEAR || overflow > DATE)\n ) {\n overflow = DATE;\n }\n if (getParsingFlags(m)._overflowWeeks && overflow === -1) {\n overflow = WEEK;\n }\n if (getParsingFlags(m)._overflowWeekday && overflow === -1) {\n overflow = WEEKDAY;\n }\n\n getParsingFlags(m).overflow = overflow;\n }\n\n return m;\n }\n\n // iso 8601 regex\n // 0000-00-00 0000-W00 or 0000-W00-0 + T + 00 or 00:00 or 00:00:00 or 00:00:00.000 + +00:00 or +0000 or +00)\n var extendedIsoRegex = /^\\s*((?:[+-]\\d{6}|\\d{4})-(?:\\d\\d-\\d\\d|W\\d\\d-\\d|W\\d\\d|\\d\\d\\d|\\d\\d))(?:(T| )(\\d\\d(?::\\d\\d(?::\\d\\d(?:[.,]\\d+)?)?)?)([+-]\\d\\d(?::?\\d\\d)?|\\s*Z)?)?$/,\n basicIsoRegex = /^\\s*((?:[+-]\\d{6}|\\d{4})(?:\\d\\d\\d\\d|W\\d\\d\\d|W\\d\\d|\\d\\d\\d|\\d\\d|))(?:(T| )(\\d\\d(?:\\d\\d(?:\\d\\d(?:[.,]\\d+)?)?)?)([+-]\\d\\d(?::?\\d\\d)?|\\s*Z)?)?$/,\n tzRegex = /Z|[+-]\\d\\d(?::?\\d\\d)?/,\n isoDates = [\n ['YYYYYY-MM-DD', /[+-]\\d{6}-\\d\\d-\\d\\d/],\n ['YYYY-MM-DD', /\\d{4}-\\d\\d-\\d\\d/],\n ['GGGG-[W]WW-E', /\\d{4}-W\\d\\d-\\d/],\n ['GGGG-[W]WW', /\\d{4}-W\\d\\d/, false],\n ['YYYY-DDD', /\\d{4}-\\d{3}/],\n ['YYYY-MM', /\\d{4}-\\d\\d/, false],\n ['YYYYYYMMDD', /[+-]\\d{10}/],\n ['YYYYMMDD', /\\d{8}/],\n ['GGGG[W]WWE', /\\d{4}W\\d{3}/],\n ['GGGG[W]WW', /\\d{4}W\\d{2}/, false],\n ['YYYYDDD', /\\d{7}/],\n ['YYYYMM', /\\d{6}/, false],\n ['YYYY', /\\d{4}/, false],\n ],\n // iso time formats and regexes\n isoTimes = [\n ['HH:mm:ss.SSSS', /\\d\\d:\\d\\d:\\d\\d\\.\\d+/],\n ['HH:mm:ss,SSSS', /\\d\\d:\\d\\d:\\d\\d,\\d+/],\n ['HH:mm:ss', /\\d\\d:\\d\\d:\\d\\d/],\n ['HH:mm', /\\d\\d:\\d\\d/],\n ['HHmmss.SSSS', /\\d\\d\\d\\d\\d\\d\\.\\d+/],\n ['HHmmss,SSSS', /\\d\\d\\d\\d\\d\\d,\\d+/],\n ['HHmmss', /\\d\\d\\d\\d\\d\\d/],\n ['HHmm', /\\d\\d\\d\\d/],\n ['HH', /\\d\\d/],\n ],\n aspNetJsonRegex = /^\\/?Date\\((-?\\d+)/i,\n // RFC 2822 regex: For details see https://tools.ietf.org/html/rfc2822#section-3.3\n rfc2822 = /^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\\s)?(\\d{1,2})\\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\\s(\\d{2,4})\\s(\\d\\d):(\\d\\d)(?::(\\d\\d))?\\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\\d{4}))$/,\n obsOffsets = {\n UT: 0,\n GMT: 0,\n EDT: -4 * 60,\n EST: -5 * 60,\n CDT: -5 * 60,\n CST: -6 * 60,\n MDT: -6 * 60,\n MST: -7 * 60,\n PDT: -7 * 60,\n PST: -8 * 60,\n };\n\n // date from iso format\n function configFromISO(config) {\n var i,\n l,\n string = config._i,\n match = extendedIsoRegex.exec(string) || basicIsoRegex.exec(string),\n allowTime,\n dateFormat,\n timeFormat,\n tzFormat;\n\n if (match) {\n getParsingFlags(config).iso = true;\n\n for (i = 0, l = isoDates.length; i < l; i++) {\n if (isoDates[i][1].exec(match[1])) {\n dateFormat = isoDates[i][0];\n allowTime = isoDates[i][2] !== false;\n break;\n }\n }\n if (dateFormat == null) {\n config._isValid = false;\n return;\n }\n if (match[3]) {\n for (i = 0, l = isoTimes.length; i < l; i++) {\n if (isoTimes[i][1].exec(match[3])) {\n // match[2] should be 'T' or space\n timeFormat = (match[2] || ' ') + isoTimes[i][0];\n break;\n }\n }\n if (timeFormat == null) {\n config._isValid = false;\n return;\n }\n }\n if (!allowTime && timeFormat != null) {\n config._isValid = false;\n return;\n }\n if (match[4]) {\n if (tzRegex.exec(match[4])) {\n tzFormat = 'Z';\n } else {\n config._isValid = false;\n return;\n }\n }\n config._f = dateFormat + (timeFormat || '') + (tzFormat || '');\n configFromStringAndFormat(config);\n } else {\n config._isValid = false;\n }\n }\n\n function extractFromRFC2822Strings(\n yearStr,\n monthStr,\n dayStr,\n hourStr,\n minuteStr,\n secondStr\n ) {\n var result = [\n untruncateYear(yearStr),\n defaultLocaleMonthsShort.indexOf(monthStr),\n parseInt(dayStr, 10),\n parseInt(hourStr, 10),\n parseInt(minuteStr, 10),\n ];\n\n if (secondStr) {\n result.push(parseInt(secondStr, 10));\n }\n\n return result;\n }\n\n function untruncateYear(yearStr) {\n var year = parseInt(yearStr, 10);\n if (year <= 49) {\n return 2000 + year;\n } else if (year <= 999) {\n return 1900 + year;\n }\n return year;\n }\n\n function preprocessRFC2822(s) {\n // Remove comments and folding whitespace and replace multiple-spaces with a single space\n return s\n .replace(/\\([^)]*\\)|[\\n\\t]/g, ' ')\n .replace(/(\\s\\s+)/g, ' ')\n .replace(/^\\s\\s*/, '')\n .replace(/\\s\\s*$/, '');\n }\n\n function checkWeekday(weekdayStr, parsedInput, config) {\n if (weekdayStr) {\n // TODO: Replace the vanilla JS Date object with an independent day-of-week check.\n var weekdayProvided = defaultLocaleWeekdaysShort.indexOf(weekdayStr),\n weekdayActual = new Date(\n parsedInput[0],\n parsedInput[1],\n parsedInput[2]\n ).getDay();\n if (weekdayProvided !== weekdayActual) {\n getParsingFlags(config).weekdayMismatch = true;\n config._isValid = false;\n return false;\n }\n }\n return true;\n }\n\n function calculateOffset(obsOffset, militaryOffset, numOffset) {\n if (obsOffset) {\n return obsOffsets[obsOffset];\n } else if (militaryOffset) {\n // the only allowed military tz is Z\n return 0;\n } else {\n var hm = parseInt(numOffset, 10),\n m = hm % 100,\n h = (hm - m) / 100;\n return h * 60 + m;\n }\n }\n\n // date and time from ref 2822 format\n function configFromRFC2822(config) {\n var match = rfc2822.exec(preprocessRFC2822(config._i)),\n parsedArray;\n if (match) {\n parsedArray = extractFromRFC2822Strings(\n match[4],\n match[3],\n match[2],\n match[5],\n match[6],\n match[7]\n );\n if (!checkWeekday(match[1], parsedArray, config)) {\n return;\n }\n\n config._a = parsedArray;\n config._tzm = calculateOffset(match[8], match[9], match[10]);\n\n config._d = createUTCDate.apply(null, config._a);\n config._d.setUTCMinutes(config._d.getUTCMinutes() - config._tzm);\n\n getParsingFlags(config).rfc2822 = true;\n } else {\n config._isValid = false;\n }\n }\n\n // date from 1) ASP.NET, 2) ISO, 3) RFC 2822 formats, or 4) optional fallback if parsing isn't strict\n function configFromString(config) {\n var matched = aspNetJsonRegex.exec(config._i);\n if (matched !== null) {\n config._d = new Date(+matched[1]);\n return;\n }\n\n configFromISO(config);\n if (config._isValid === false) {\n delete config._isValid;\n } else {\n return;\n }\n\n configFromRFC2822(config);\n if (config._isValid === false) {\n delete config._isValid;\n } else {\n return;\n }\n\n if (config._strict) {\n config._isValid = false;\n } else {\n // Final attempt, use Input Fallback\n hooks.createFromInputFallback(config);\n }\n }\n\n hooks.createFromInputFallback = deprecate(\n 'value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), ' +\n 'which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are ' +\n 'discouraged and will be removed in an upcoming major release. Please refer to ' +\n 'http://momentjs.com/guides/#/warnings/js-date/ for more info.',\n function (config) {\n config._d = new Date(config._i + (config._useUTC ? ' UTC' : ''));\n }\n );\n\n // Pick the first defined of two or three arguments.\n function defaults(a, b, c) {\n if (a != null) {\n return a;\n }\n if (b != null) {\n return b;\n }\n return c;\n }\n\n function currentDateArray(config) {\n // hooks is actually the exported moment object\n var nowValue = new Date(hooks.now());\n if (config._useUTC) {\n return [\n nowValue.getUTCFullYear(),\n nowValue.getUTCMonth(),\n nowValue.getUTCDate(),\n ];\n }\n return [nowValue.getFullYear(), nowValue.getMonth(), nowValue.getDate()];\n }\n\n // convert an array to a date.\n // the array should mirror the parameters below\n // note: all values past the year are optional and will default to the lowest possible value.\n // [year, month, day , hour, minute, second, millisecond]\n function configFromArray(config) {\n var i,\n date,\n input = [],\n currentDate,\n expectedWeekday,\n yearToUse;\n\n if (config._d) {\n return;\n }\n\n currentDate = currentDateArray(config);\n\n //compute day of the year from weeks and weekdays\n if (config._w && config._a[DATE] == null && config._a[MONTH] == null) {\n dayOfYearFromWeekInfo(config);\n }\n\n //if the day of the year is set, figure out what it is\n if (config._dayOfYear != null) {\n yearToUse = defaults(config._a[YEAR], currentDate[YEAR]);\n\n if (\n config._dayOfYear > daysInYear(yearToUse) ||\n config._dayOfYear === 0\n ) {\n getParsingFlags(config)._overflowDayOfYear = true;\n }\n\n date = createUTCDate(yearToUse, 0, config._dayOfYear);\n config._a[MONTH] = date.getUTCMonth();\n config._a[DATE] = date.getUTCDate();\n }\n\n // Default to current date.\n // * if no year, month, day of month are given, default to today\n // * if day of month is given, default month and year\n // * if month is given, default only year\n // * if year is given, don't default anything\n for (i = 0; i < 3 && config._a[i] == null; ++i) {\n config._a[i] = input[i] = currentDate[i];\n }\n\n // Zero out whatever was not defaulted, including time\n for (; i < 7; i++) {\n config._a[i] = input[i] =\n config._a[i] == null ? (i === 2 ? 1 : 0) : config._a[i];\n }\n\n // Check for 24:00:00.000\n if (\n config._a[HOUR] === 24 &&\n config._a[MINUTE] === 0 &&\n config._a[SECOND] === 0 &&\n config._a[MILLISECOND] === 0\n ) {\n config._nextDay = true;\n config._a[HOUR] = 0;\n }\n\n config._d = (config._useUTC ? createUTCDate : createDate).apply(\n null,\n input\n );\n expectedWeekday = config._useUTC\n ? config._d.getUTCDay()\n : config._d.getDay();\n\n // Apply timezone offset from input. The actual utcOffset can be changed\n // with parseZone.\n if (config._tzm != null) {\n config._d.setUTCMinutes(config._d.getUTCMinutes() - config._tzm);\n }\n\n if (config._nextDay) {\n config._a[HOUR] = 24;\n }\n\n // check for mismatching day of week\n if (\n config._w &&\n typeof config._w.d !== 'undefined' &&\n config._w.d !== expectedWeekday\n ) {\n getParsingFlags(config).weekdayMismatch = true;\n }\n }\n\n function dayOfYearFromWeekInfo(config) {\n var w, weekYear, week, weekday, dow, doy, temp, weekdayOverflow, curWeek;\n\n w = config._w;\n if (w.GG != null || w.W != null || w.E != null) {\n dow = 1;\n doy = 4;\n\n // TODO: We need to take the current isoWeekYear, but that depends on\n // how we interpret now (local, utc, fixed offset). So create\n // a now version of current config (take local/utc/offset flags, and\n // create now).\n weekYear = defaults(\n w.GG,\n config._a[YEAR],\n weekOfYear(createLocal(), 1, 4).year\n );\n week = defaults(w.W, 1);\n weekday = defaults(w.E, 1);\n if (weekday < 1 || weekday > 7) {\n weekdayOverflow = true;\n }\n } else {\n dow = config._locale._week.dow;\n doy = config._locale._week.doy;\n\n curWeek = weekOfYear(createLocal(), dow, doy);\n\n weekYear = defaults(w.gg, config._a[YEAR], curWeek.year);\n\n // Default to current week.\n week = defaults(w.w, curWeek.week);\n\n if (w.d != null) {\n // weekday -- low day numbers are considered next week\n weekday = w.d;\n if (weekday < 0 || weekday > 6) {\n weekdayOverflow = true;\n }\n } else if (w.e != null) {\n // local weekday -- counting starts from beginning of week\n weekday = w.e + dow;\n if (w.e < 0 || w.e > 6) {\n weekdayOverflow = true;\n }\n } else {\n // default to beginning of week\n weekday = dow;\n }\n }\n if (week < 1 || week > weeksInYear(weekYear, dow, doy)) {\n getParsingFlags(config)._overflowWeeks = true;\n } else if (weekdayOverflow != null) {\n getParsingFlags(config)._overflowWeekday = true;\n } else {\n temp = dayOfYearFromWeeks(weekYear, week, weekday, dow, doy);\n config._a[YEAR] = temp.year;\n config._dayOfYear = temp.dayOfYear;\n }\n }\n\n // constant that refers to the ISO standard\n hooks.ISO_8601 = function () {};\n\n // constant that refers to the RFC 2822 form\n hooks.RFC_2822 = function () {};\n\n // date from string and format string\n function configFromStringAndFormat(config) {\n // TODO: Move this to another part of the creation flow to prevent circular deps\n if (config._f === hooks.ISO_8601) {\n configFromISO(config);\n return;\n }\n if (config._f === hooks.RFC_2822) {\n configFromRFC2822(config);\n return;\n }\n config._a = [];\n getParsingFlags(config).empty = true;\n\n // This array is used to make a Date, either with `new Date` or `Date.UTC`\n var string = '' + config._i,\n i,\n parsedInput,\n tokens,\n token,\n skipped,\n stringLength = string.length,\n totalParsedInputLength = 0,\n era;\n\n tokens =\n expandFormat(config._f, config._locale).match(formattingTokens) || [];\n\n for (i = 0; i < tokens.length; i++) {\n token = tokens[i];\n parsedInput = (string.match(getParseRegexForToken(token, config)) ||\n [])[0];\n if (parsedInput) {\n skipped = string.substr(0, string.indexOf(parsedInput));\n if (skipped.length > 0) {\n getParsingFlags(config).unusedInput.push(skipped);\n }\n string = string.slice(\n string.indexOf(parsedInput) + parsedInput.length\n );\n totalParsedInputLength += parsedInput.length;\n }\n // don't parse if it's not a known token\n if (formatTokenFunctions[token]) {\n if (parsedInput) {\n getParsingFlags(config).empty = false;\n } else {\n getParsingFlags(config).unusedTokens.push(token);\n }\n addTimeToArrayFromToken(token, parsedInput, config);\n } else if (config._strict && !parsedInput) {\n getParsingFlags(config).unusedTokens.push(token);\n }\n }\n\n // add remaining unparsed input length to the string\n getParsingFlags(config).charsLeftOver =\n stringLength - totalParsedInputLength;\n if (string.length > 0) {\n getParsingFlags(config).unusedInput.push(string);\n }\n\n // clear _12h flag if hour is <= 12\n if (\n config._a[HOUR] <= 12 &&\n getParsingFlags(config).bigHour === true &&\n config._a[HOUR] > 0\n ) {\n getParsingFlags(config).bigHour = undefined;\n }\n\n getParsingFlags(config).parsedDateParts = config._a.slice(0);\n getParsingFlags(config).meridiem = config._meridiem;\n // handle meridiem\n config._a[HOUR] = meridiemFixWrap(\n config._locale,\n config._a[HOUR],\n config._meridiem\n );\n\n // handle era\n era = getParsingFlags(config).era;\n if (era !== null) {\n config._a[YEAR] = config._locale.erasConvertYear(era, config._a[YEAR]);\n }\n\n configFromArray(config);\n checkOverflow(config);\n }\n\n function meridiemFixWrap(locale, hour, meridiem) {\n var isPm;\n\n if (meridiem == null) {\n // nothing to do\n return hour;\n }\n if (locale.meridiemHour != null) {\n return locale.meridiemHour(hour, meridiem);\n } else if (locale.isPM != null) {\n // Fallback\n isPm = locale.isPM(meridiem);\n if (isPm && hour < 12) {\n hour += 12;\n }\n if (!isPm && hour === 12) {\n hour = 0;\n }\n return hour;\n } else {\n // this is not supposed to happen\n return hour;\n }\n }\n\n // date from string and array of format strings\n function configFromStringAndArray(config) {\n var tempConfig,\n bestMoment,\n scoreToBeat,\n i,\n currentScore,\n validFormatFound,\n bestFormatIsValid = false;\n\n if (config._f.length === 0) {\n getParsingFlags(config).invalidFormat = true;\n config._d = new Date(NaN);\n return;\n }\n\n for (i = 0; i < config._f.length; i++) {\n currentScore = 0;\n validFormatFound = false;\n tempConfig = copyConfig({}, config);\n if (config._useUTC != null) {\n tempConfig._useUTC = config._useUTC;\n }\n tempConfig._f = config._f[i];\n configFromStringAndFormat(tempConfig);\n\n if (isValid(tempConfig)) {\n validFormatFound = true;\n }\n\n // if there is any input that was not parsed add a penalty for that format\n currentScore += getParsingFlags(tempConfig).charsLeftOver;\n\n //or tokens\n currentScore += getParsingFlags(tempConfig).unusedTokens.length * 10;\n\n getParsingFlags(tempConfig).score = currentScore;\n\n if (!bestFormatIsValid) {\n if (\n scoreToBeat == null ||\n currentScore < scoreToBeat ||\n validFormatFound\n ) {\n scoreToBeat = currentScore;\n bestMoment = tempConfig;\n if (validFormatFound) {\n bestFormatIsValid = true;\n }\n }\n } else {\n if (currentScore < scoreToBeat) {\n scoreToBeat = currentScore;\n bestMoment = tempConfig;\n }\n }\n }\n\n extend(config, bestMoment || tempConfig);\n }\n\n function configFromObject(config) {\n if (config._d) {\n return;\n }\n\n var i = normalizeObjectUnits(config._i),\n dayOrDate = i.day === undefined ? i.date : i.day;\n config._a = map(\n [i.year, i.month, dayOrDate, i.hour, i.minute, i.second, i.millisecond],\n function (obj) {\n return obj && parseInt(obj, 10);\n }\n );\n\n configFromArray(config);\n }\n\n function createFromConfig(config) {\n var res = new Moment(checkOverflow(prepareConfig(config)));\n if (res._nextDay) {\n // Adding is smart enough around DST\n res.add(1, 'd');\n res._nextDay = undefined;\n }\n\n return res;\n }\n\n function prepareConfig(config) {\n var input = config._i,\n format = config._f;\n\n config._locale = config._locale || getLocale(config._l);\n\n if (input === null || (format === undefined && input === '')) {\n return createInvalid({ nullInput: true });\n }\n\n if (typeof input === 'string') {\n config._i = input = config._locale.preparse(input);\n }\n\n if (isMoment(input)) {\n return new Moment(checkOverflow(input));\n } else if (isDate(input)) {\n config._d = input;\n } else if (isArray(format)) {\n configFromStringAndArray(config);\n } else if (format) {\n configFromStringAndFormat(config);\n } else {\n configFromInput(config);\n }\n\n if (!isValid(config)) {\n config._d = null;\n }\n\n return config;\n }\n\n function configFromInput(config) {\n var input = config._i;\n if (isUndefined(input)) {\n config._d = new Date(hooks.now());\n } else if (isDate(input)) {\n config._d = new Date(input.valueOf());\n } else if (typeof input === 'string') {\n configFromString(config);\n } else if (isArray(input)) {\n config._a = map(input.slice(0), function (obj) {\n return parseInt(obj, 10);\n });\n configFromArray(config);\n } else if (isObject(input)) {\n configFromObject(config);\n } else if (isNumber(input)) {\n // from milliseconds\n config._d = new Date(input);\n } else {\n hooks.createFromInputFallback(config);\n }\n }\n\n function createLocalOrUTC(input, format, locale, strict, isUTC) {\n var c = {};\n\n if (format === true || format === false) {\n strict = format;\n format = undefined;\n }\n\n if (locale === true || locale === false) {\n strict = locale;\n locale = undefined;\n }\n\n if (\n (isObject(input) && isObjectEmpty(input)) ||\n (isArray(input) && input.length === 0)\n ) {\n input = undefined;\n }\n // object construction must be done this way.\n // https://github.com/moment/moment/issues/1423\n c._isAMomentObject = true;\n c._useUTC = c._isUTC = isUTC;\n c._l = locale;\n c._i = input;\n c._f = format;\n c._strict = strict;\n\n return createFromConfig(c);\n }\n\n function createLocal(input, format, locale, strict) {\n return createLocalOrUTC(input, format, locale, strict, false);\n }\n\n var prototypeMin = deprecate(\n 'moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/',\n function () {\n var other = createLocal.apply(null, arguments);\n if (this.isValid() && other.isValid()) {\n return other < this ? this : other;\n } else {\n return createInvalid();\n }\n }\n ),\n prototypeMax = deprecate(\n 'moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/',\n function () {\n var other = createLocal.apply(null, arguments);\n if (this.isValid() && other.isValid()) {\n return other > this ? this : other;\n } else {\n return createInvalid();\n }\n }\n );\n\n // Pick a moment m from moments so that m[fn](other) is true for all\n // other. This relies on the function fn to be transitive.\n //\n // moments should either be an array of moment objects or an array, whose\n // first element is an array of moment objects.\n function pickBy(fn, moments) {\n var res, i;\n if (moments.length === 1 && isArray(moments[0])) {\n moments = moments[0];\n }\n if (!moments.length) {\n return createLocal();\n }\n res = moments[0];\n for (i = 1; i < moments.length; ++i) {\n if (!moments[i].isValid() || moments[i][fn](res)) {\n res = moments[i];\n }\n }\n return res;\n }\n\n // TODO: Use [].sort instead?\n function min() {\n var args = [].slice.call(arguments, 0);\n\n return pickBy('isBefore', args);\n }\n\n function max() {\n var args = [].slice.call(arguments, 0);\n\n return pickBy('isAfter', args);\n }\n\n var now = function () {\n return Date.now ? Date.now() : +new Date();\n };\n\n var ordering = [\n 'year',\n 'quarter',\n 'month',\n 'week',\n 'day',\n 'hour',\n 'minute',\n 'second',\n 'millisecond',\n ];\n\n function isDurationValid(m) {\n var key,\n unitHasDecimal = false,\n i;\n for (key in m) {\n if (\n hasOwnProp(m, key) &&\n !(\n indexOf.call(ordering, key) !== -1 &&\n (m[key] == null || !isNaN(m[key]))\n )\n ) {\n return false;\n }\n }\n\n for (i = 0; i < ordering.length; ++i) {\n if (m[ordering[i]]) {\n if (unitHasDecimal) {\n return false; // only allow non-integers for smallest unit\n }\n if (parseFloat(m[ordering[i]]) !== toInt(m[ordering[i]])) {\n unitHasDecimal = true;\n }\n }\n }\n\n return true;\n }\n\n function isValid$1() {\n return this._isValid;\n }\n\n function createInvalid$1() {\n return createDuration(NaN);\n }\n\n function Duration(duration) {\n var normalizedInput = normalizeObjectUnits(duration),\n years = normalizedInput.year || 0,\n quarters = normalizedInput.quarter || 0,\n months = normalizedInput.month || 0,\n weeks = normalizedInput.week || normalizedInput.isoWeek || 0,\n days = normalizedInput.day || 0,\n hours = normalizedInput.hour || 0,\n minutes = normalizedInput.minute || 0,\n seconds = normalizedInput.second || 0,\n milliseconds = normalizedInput.millisecond || 0;\n\n this._isValid = isDurationValid(normalizedInput);\n\n // representation for dateAddRemove\n this._milliseconds =\n +milliseconds +\n seconds * 1e3 + // 1000\n minutes * 6e4 + // 1000 * 60\n hours * 1000 * 60 * 60; //using 1000 * 60 * 60 instead of 36e5 to avoid floating point rounding errors https://github.com/moment/moment/issues/2978\n // Because of dateAddRemove treats 24 hours as different from a\n // day when working around DST, we need to store them separately\n this._days = +days + weeks * 7;\n // It is impossible to translate months into days without knowing\n // which months you are are talking about, so we have to store\n // it separately.\n this._months = +months + quarters * 3 + years * 12;\n\n this._data = {};\n\n this._locale = getLocale();\n\n this._bubble();\n }\n\n function isDuration(obj) {\n return obj instanceof Duration;\n }\n\n function absRound(number) {\n if (number < 0) {\n return Math.round(-1 * number) * -1;\n } else {\n return Math.round(number);\n }\n }\n\n // compare two arrays, return the number of differences\n function compareArrays(array1, array2, dontConvert) {\n var len = Math.min(array1.length, array2.length),\n lengthDiff = Math.abs(array1.length - array2.length),\n diffs = 0,\n i;\n for (i = 0; i < len; i++) {\n if (\n (dontConvert && array1[i] !== array2[i]) ||\n (!dontConvert && toInt(array1[i]) !== toInt(array2[i]))\n ) {\n diffs++;\n }\n }\n return diffs + lengthDiff;\n }\n\n // FORMATTING\n\n function offset(token, separator) {\n addFormatToken(token, 0, 0, function () {\n var offset = this.utcOffset(),\n sign = '+';\n if (offset < 0) {\n offset = -offset;\n sign = '-';\n }\n return (\n sign +\n zeroFill(~~(offset / 60), 2) +\n separator +\n zeroFill(~~offset % 60, 2)\n );\n });\n }\n\n offset('Z', ':');\n offset('ZZ', '');\n\n // PARSING\n\n addRegexToken('Z', matchShortOffset);\n addRegexToken('ZZ', matchShortOffset);\n addParseToken(['Z', 'ZZ'], function (input, array, config) {\n config._useUTC = true;\n config._tzm = offsetFromString(matchShortOffset, input);\n });\n\n // HELPERS\n\n // timezone chunker\n // '+10:00' > ['10', '00']\n // '-1530' > ['-15', '30']\n var chunkOffset = /([\\+\\-]|\\d\\d)/gi;\n\n function offsetFromString(matcher, string) {\n var matches = (string || '').match(matcher),\n chunk,\n parts,\n minutes;\n\n if (matches === null) {\n return null;\n }\n\n chunk = matches[matches.length - 1] || [];\n parts = (chunk + '').match(chunkOffset) || ['-', 0, 0];\n minutes = +(parts[1] * 60) + toInt(parts[2]);\n\n return minutes === 0 ? 0 : parts[0] === '+' ? minutes : -minutes;\n }\n\n // Return a moment from input, that is local/utc/zone equivalent to model.\n function cloneWithOffset(input, model) {\n var res, diff;\n if (model._isUTC) {\n res = model.clone();\n diff =\n (isMoment(input) || isDate(input)\n ? input.valueOf()\n : createLocal(input).valueOf()) - res.valueOf();\n // Use low-level api, because this fn is low-level api.\n res._d.setTime(res._d.valueOf() + diff);\n hooks.updateOffset(res, false);\n return res;\n } else {\n return createLocal(input).local();\n }\n }\n\n function getDateOffset(m) {\n // On Firefox.24 Date#getTimezoneOffset returns a floating point.\n // https://github.com/moment/moment/pull/1871\n return -Math.round(m._d.getTimezoneOffset());\n }\n\n // HOOKS\n\n // This function will be called whenever a moment is mutated.\n // It is intended to keep the offset in sync with the timezone.\n hooks.updateOffset = function () {};\n\n // MOMENTS\n\n // keepLocalTime = true means only change the timezone, without\n // affecting the local hour. So 5:31:26 +0300 --[utcOffset(2, true)]-->\n // 5:31:26 +0200 It is possible that 5:31:26 doesn't exist with offset\n // +0200, so we adjust the time as needed, to be valid.\n //\n // Keeping the time actually adds/subtracts (one hour)\n // from the actual represented time. That is why we call updateOffset\n // a second time. In case it wants us to change the offset again\n // _changeInProgress == true case, then we have to adjust, because\n // there is no such time in the given timezone.\n function getSetOffset(input, keepLocalTime, keepMinutes) {\n var offset = this._offset || 0,\n localAdjust;\n if (!this.isValid()) {\n return input != null ? this : NaN;\n }\n if (input != null) {\n if (typeof input === 'string') {\n input = offsetFromString(matchShortOffset, input);\n if (input === null) {\n return this;\n }\n } else if (Math.abs(input) < 16 && !keepMinutes) {\n input = input * 60;\n }\n if (!this._isUTC && keepLocalTime) {\n localAdjust = getDateOffset(this);\n }\n this._offset = input;\n this._isUTC = true;\n if (localAdjust != null) {\n this.add(localAdjust, 'm');\n }\n if (offset !== input) {\n if (!keepLocalTime || this._changeInProgress) {\n addSubtract(\n this,\n createDuration(input - offset, 'm'),\n 1,\n false\n );\n } else if (!this._changeInProgress) {\n this._changeInProgress = true;\n hooks.updateOffset(this, true);\n this._changeInProgress = null;\n }\n }\n return this;\n } else {\n return this._isUTC ? offset : getDateOffset(this);\n }\n }\n\n function getSetZone(input, keepLocalTime) {\n if (input != null) {\n if (typeof input !== 'string') {\n input = -input;\n }\n\n this.utcOffset(input, keepLocalTime);\n\n return this;\n } else {\n return -this.utcOffset();\n }\n }\n\n function setOffsetToUTC(keepLocalTime) {\n return this.utcOffset(0, keepLocalTime);\n }\n\n function setOffsetToLocal(keepLocalTime) {\n if (this._isUTC) {\n this.utcOffset(0, keepLocalTime);\n this._isUTC = false;\n\n if (keepLocalTime) {\n this.subtract(getDateOffset(this), 'm');\n }\n }\n return this;\n }\n\n function setOffsetToParsedOffset() {\n if (this._tzm != null) {\n this.utcOffset(this._tzm, false, true);\n } else if (typeof this._i === 'string') {\n var tZone = offsetFromString(matchOffset, this._i);\n if (tZone != null) {\n this.utcOffset(tZone);\n } else {\n this.utcOffset(0, true);\n }\n }\n return this;\n }\n\n function hasAlignedHourOffset(input) {\n if (!this.isValid()) {\n return false;\n }\n input = input ? createLocal(input).utcOffset() : 0;\n\n return (this.utcOffset() - input) % 60 === 0;\n }\n\n function isDaylightSavingTime() {\n return (\n this.utcOffset() > this.clone().month(0).utcOffset() ||\n this.utcOffset() > this.clone().month(5).utcOffset()\n );\n }\n\n function isDaylightSavingTimeShifted() {\n if (!isUndefined(this._isDSTShifted)) {\n return this._isDSTShifted;\n }\n\n var c = {},\n other;\n\n copyConfig(c, this);\n c = prepareConfig(c);\n\n if (c._a) {\n other = c._isUTC ? createUTC(c._a) : createLocal(c._a);\n this._isDSTShifted =\n this.isValid() && compareArrays(c._a, other.toArray()) > 0;\n } else {\n this._isDSTShifted = false;\n }\n\n return this._isDSTShifted;\n }\n\n function isLocal() {\n return this.isValid() ? !this._isUTC : false;\n }\n\n function isUtcOffset() {\n return this.isValid() ? this._isUTC : false;\n }\n\n function isUtc() {\n return this.isValid() ? this._isUTC && this._offset === 0 : false;\n }\n\n // ASP.NET json date format regex\n var aspNetRegex = /^(-|\\+)?(?:(\\d*)[. ])?(\\d+):(\\d+)(?::(\\d+)(\\.\\d*)?)?$/,\n // from http://docs.closure-library.googlecode.com/git/closure_goog_date_date.js.source.html\n // somewhat more in line with 4.4.3.2 2004 spec, but allows decimal anywhere\n // and further modified to allow for strings containing both week and day\n isoRegex = /^(-|\\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;\n\n function createDuration(input, key) {\n var duration = input,\n // matching against regexp is expensive, do it on demand\n match = null,\n sign,\n ret,\n diffRes;\n\n if (isDuration(input)) {\n duration = {\n ms: input._milliseconds,\n d: input._days,\n M: input._months,\n };\n } else if (isNumber(input) || !isNaN(+input)) {\n duration = {};\n if (key) {\n duration[key] = +input;\n } else {\n duration.milliseconds = +input;\n }\n } else if ((match = aspNetRegex.exec(input))) {\n sign = match[1] === '-' ? -1 : 1;\n duration = {\n y: 0,\n d: toInt(match[DATE]) * sign,\n h: toInt(match[HOUR]) * sign,\n m: toInt(match[MINUTE]) * sign,\n s: toInt(match[SECOND]) * sign,\n ms: toInt(absRound(match[MILLISECOND] * 1000)) * sign, // the millisecond decimal point is included in the match\n };\n } else if ((match = isoRegex.exec(input))) {\n sign = match[1] === '-' ? -1 : 1;\n duration = {\n y: parseIso(match[2], sign),\n M: parseIso(match[3], sign),\n w: parseIso(match[4], sign),\n d: parseIso(match[5], sign),\n h: parseIso(match[6], sign),\n m: parseIso(match[7], sign),\n s: parseIso(match[8], sign),\n };\n } else if (duration == null) {\n // checks for null or undefined\n duration = {};\n } else if (\n typeof duration === 'object' &&\n ('from' in duration || 'to' in duration)\n ) {\n diffRes = momentsDifference(\n createLocal(duration.from),\n createLocal(duration.to)\n );\n\n duration = {};\n duration.ms = diffRes.milliseconds;\n duration.M = diffRes.months;\n }\n\n ret = new Duration(duration);\n\n if (isDuration(input) && hasOwnProp(input, '_locale')) {\n ret._locale = input._locale;\n }\n\n if (isDuration(input) && hasOwnProp(input, '_isValid')) {\n ret._isValid = input._isValid;\n }\n\n return ret;\n }\n\n createDuration.fn = Duration.prototype;\n createDuration.invalid = createInvalid$1;\n\n function parseIso(inp, sign) {\n // We'd normally use ~~inp for this, but unfortunately it also\n // converts floats to ints.\n // inp may be undefined, so careful calling replace on it.\n var res = inp && parseFloat(inp.replace(',', '.'));\n // apply sign while we're at it\n return (isNaN(res) ? 0 : res) * sign;\n }\n\n function positiveMomentsDifference(base, other) {\n var res = {};\n\n res.months =\n other.month() - base.month() + (other.year() - base.year()) * 12;\n if (base.clone().add(res.months, 'M').isAfter(other)) {\n --res.months;\n }\n\n res.milliseconds = +other - +base.clone().add(res.months, 'M');\n\n return res;\n }\n\n function momentsDifference(base, other) {\n var res;\n if (!(base.isValid() && other.isValid())) {\n return { milliseconds: 0, months: 0 };\n }\n\n other = cloneWithOffset(other, base);\n if (base.isBefore(other)) {\n res = positiveMomentsDifference(base, other);\n } else {\n res = positiveMomentsDifference(other, base);\n res.milliseconds = -res.milliseconds;\n res.months = -res.months;\n }\n\n return res;\n }\n\n // TODO: remove 'name' arg after deprecation is removed\n function createAdder(direction, name) {\n return function (val, period) {\n var dur, tmp;\n //invert the arguments, but complain about it\n if (period !== null && !isNaN(+period)) {\n deprecateSimple(\n name,\n 'moment().' +\n name +\n '(period, number) is deprecated. Please use moment().' +\n name +\n '(number, period). ' +\n 'See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info.'\n );\n tmp = val;\n val = period;\n period = tmp;\n }\n\n dur = createDuration(val, period);\n addSubtract(this, dur, direction);\n return this;\n };\n }\n\n function addSubtract(mom, duration, isAdding, updateOffset) {\n var milliseconds = duration._milliseconds,\n days = absRound(duration._days),\n months = absRound(duration._months);\n\n if (!mom.isValid()) {\n // No op\n return;\n }\n\n updateOffset = updateOffset == null ? true : updateOffset;\n\n if (months) {\n setMonth(mom, get(mom, 'Month') + months * isAdding);\n }\n if (days) {\n set$1(mom, 'Date', get(mom, 'Date') + days * isAdding);\n }\n if (milliseconds) {\n mom._d.setTime(mom._d.valueOf() + milliseconds * isAdding);\n }\n if (updateOffset) {\n hooks.updateOffset(mom, days || months);\n }\n }\n\n var add = createAdder(1, 'add'),\n subtract = createAdder(-1, 'subtract');\n\n function isString(input) {\n return typeof input === 'string' || input instanceof String;\n }\n\n // type MomentInput = Moment | Date | string | number | (number | string)[] | MomentInputObject | void; // null | undefined\n function isMomentInput(input) {\n return (\n isMoment(input) ||\n isDate(input) ||\n isString(input) ||\n isNumber(input) ||\n isNumberOrStringArray(input) ||\n isMomentInputObject(input) ||\n input === null ||\n input === undefined\n );\n }\n\n function isMomentInputObject(input) {\n var objectTest = isObject(input) && !isObjectEmpty(input),\n propertyTest = false,\n properties = [\n 'years',\n 'year',\n 'y',\n 'months',\n 'month',\n 'M',\n 'days',\n 'day',\n 'd',\n 'dates',\n 'date',\n 'D',\n 'hours',\n 'hour',\n 'h',\n 'minutes',\n 'minute',\n 'm',\n 'seconds',\n 'second',\n 's',\n 'milliseconds',\n 'millisecond',\n 'ms',\n ],\n i,\n property;\n\n for (i = 0; i < properties.length; i += 1) {\n property = properties[i];\n propertyTest = propertyTest || hasOwnProp(input, property);\n }\n\n return objectTest && propertyTest;\n }\n\n function isNumberOrStringArray(input) {\n var arrayTest = isArray(input),\n dataTypeTest = false;\n if (arrayTest) {\n dataTypeTest =\n input.filter(function (item) {\n return !isNumber(item) && isString(input);\n }).length === 0;\n }\n return arrayTest && dataTypeTest;\n }\n\n function isCalendarSpec(input) {\n var objectTest = isObject(input) && !isObjectEmpty(input),\n propertyTest = false,\n properties = [\n 'sameDay',\n 'nextDay',\n 'lastDay',\n 'nextWeek',\n 'lastWeek',\n 'sameElse',\n ],\n i,\n property;\n\n for (i = 0; i < properties.length; i += 1) {\n property = properties[i];\n propertyTest = propertyTest || hasOwnProp(input, property);\n }\n\n return objectTest && propertyTest;\n }\n\n function getCalendarFormat(myMoment, now) {\n var diff = myMoment.diff(now, 'days', true);\n return diff < -6\n ? 'sameElse'\n : diff < -1\n ? 'lastWeek'\n : diff < 0\n ? 'lastDay'\n : diff < 1\n ? 'sameDay'\n : diff < 2\n ? 'nextDay'\n : diff < 7\n ? 'nextWeek'\n : 'sameElse';\n }\n\n function calendar$1(time, formats) {\n // Support for single parameter, formats only overload to the calendar function\n if (arguments.length === 1) {\n if (isMomentInput(arguments[0])) {\n time = arguments[0];\n formats = undefined;\n } else if (isCalendarSpec(arguments[0])) {\n formats = arguments[0];\n time = undefined;\n }\n }\n // We want to compare the start of today, vs this.\n // Getting start-of-today depends on whether we're local/utc/offset or not.\n var now = time || createLocal(),\n sod = cloneWithOffset(now, this).startOf('day'),\n format = hooks.calendarFormat(this, sod) || 'sameElse',\n output =\n formats &&\n (isFunction(formats[format])\n ? formats[format].call(this, now)\n : formats[format]);\n\n return this.format(\n output || this.localeData().calendar(format, this, createLocal(now))\n );\n }\n\n function clone() {\n return new Moment(this);\n }\n\n function isAfter(input, units) {\n var localInput = isMoment(input) ? input : createLocal(input);\n if (!(this.isValid() && localInput.isValid())) {\n return false;\n }\n units = normalizeUnits(units) || 'millisecond';\n if (units === 'millisecond') {\n return this.valueOf() > localInput.valueOf();\n } else {\n return localInput.valueOf() < this.clone().startOf(units).valueOf();\n }\n }\n\n function isBefore(input, units) {\n var localInput = isMoment(input) ? input : createLocal(input);\n if (!(this.isValid() && localInput.isValid())) {\n return false;\n }\n units = normalizeUnits(units) || 'millisecond';\n if (units === 'millisecond') {\n return this.valueOf() < localInput.valueOf();\n } else {\n return this.clone().endOf(units).valueOf() < localInput.valueOf();\n }\n }\n\n function isBetween(from, to, units, inclusivity) {\n var localFrom = isMoment(from) ? from : createLocal(from),\n localTo = isMoment(to) ? to : createLocal(to);\n if (!(this.isValid() && localFrom.isValid() && localTo.isValid())) {\n return false;\n }\n inclusivity = inclusivity || '()';\n return (\n (inclusivity[0] === '('\n ? this.isAfter(localFrom, units)\n : !this.isBefore(localFrom, units)) &&\n (inclusivity[1] === ')'\n ? this.isBefore(localTo, units)\n : !this.isAfter(localTo, units))\n );\n }\n\n function isSame(input, units) {\n var localInput = isMoment(input) ? input : createLocal(input),\n inputMs;\n if (!(this.isValid() && localInput.isValid())) {\n return false;\n }\n units = normalizeUnits(units) || 'millisecond';\n if (units === 'millisecond') {\n return this.valueOf() === localInput.valueOf();\n } else {\n inputMs = localInput.valueOf();\n return (\n this.clone().startOf(units).valueOf() <= inputMs &&\n inputMs <= this.clone().endOf(units).valueOf()\n );\n }\n }\n\n function isSameOrAfter(input, units) {\n return this.isSame(input, units) || this.isAfter(input, units);\n }\n\n function isSameOrBefore(input, units) {\n return this.isSame(input, units) || this.isBefore(input, units);\n }\n\n function diff(input, units, asFloat) {\n var that, zoneDelta, output;\n\n if (!this.isValid()) {\n return NaN;\n }\n\n that = cloneWithOffset(input, this);\n\n if (!that.isValid()) {\n return NaN;\n }\n\n zoneDelta = (that.utcOffset() - this.utcOffset()) * 6e4;\n\n units = normalizeUnits(units);\n\n switch (units) {\n case 'year':\n output = monthDiff(this, that) / 12;\n break;\n case 'month':\n output = monthDiff(this, that);\n break;\n case 'quarter':\n output = monthDiff(this, that) / 3;\n break;\n case 'second':\n output = (this - that) / 1e3;\n break; // 1000\n case 'minute':\n output = (this - that) / 6e4;\n break; // 1000 * 60\n case 'hour':\n output = (this - that) / 36e5;\n break; // 1000 * 60 * 60\n case 'day':\n output = (this - that - zoneDelta) / 864e5;\n break; // 1000 * 60 * 60 * 24, negate dst\n case 'week':\n output = (this - that - zoneDelta) / 6048e5;\n break; // 1000 * 60 * 60 * 24 * 7, negate dst\n default:\n output = this - that;\n }\n\n return asFloat ? output : absFloor(output);\n }\n\n function monthDiff(a, b) {\n if (a.date() < b.date()) {\n // end-of-month calculations work correct when the start month has more\n // days than the end month.\n return -monthDiff(b, a);\n }\n // difference in months\n var wholeMonthDiff = (b.year() - a.year()) * 12 + (b.month() - a.month()),\n // b is in (anchor - 1 month, anchor + 1 month)\n anchor = a.clone().add(wholeMonthDiff, 'months'),\n anchor2,\n adjust;\n\n if (b - anchor < 0) {\n anchor2 = a.clone().add(wholeMonthDiff - 1, 'months');\n // linear across the month\n adjust = (b - anchor) / (anchor - anchor2);\n } else {\n anchor2 = a.clone().add(wholeMonthDiff + 1, 'months');\n // linear across the month\n adjust = (b - anchor) / (anchor2 - anchor);\n }\n\n //check for negative zero, return zero if negative zero\n return -(wholeMonthDiff + adjust) || 0;\n }\n\n hooks.defaultFormat = 'YYYY-MM-DDTHH:mm:ssZ';\n hooks.defaultFormatUtc = 'YYYY-MM-DDTHH:mm:ss[Z]';\n\n function toString() {\n return this.clone().locale('en').format('ddd MMM DD YYYY HH:mm:ss [GMT]ZZ');\n }\n\n function toISOString(keepOffset) {\n if (!this.isValid()) {\n return null;\n }\n var utc = keepOffset !== true,\n m = utc ? this.clone().utc() : this;\n if (m.year() < 0 || m.year() > 9999) {\n return formatMoment(\n m,\n utc\n ? 'YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]'\n : 'YYYYYY-MM-DD[T]HH:mm:ss.SSSZ'\n );\n }\n if (isFunction(Date.prototype.toISOString)) {\n // native implementation is ~50x faster, use it when we can\n if (utc) {\n return this.toDate().toISOString();\n } else {\n return new Date(this.valueOf() + this.utcOffset() * 60 * 1000)\n .toISOString()\n .replace('Z', formatMoment(m, 'Z'));\n }\n }\n return formatMoment(\n m,\n utc ? 'YYYY-MM-DD[T]HH:mm:ss.SSS[Z]' : 'YYYY-MM-DD[T]HH:mm:ss.SSSZ'\n );\n }\n\n /**\n * Return a human readable representation of a moment that can\n * also be evaluated to get a new moment which is the same\n *\n * @link https://nodejs.org/dist/latest/docs/api/util.html#util_custom_inspect_function_on_objects\n */\n function inspect() {\n if (!this.isValid()) {\n return 'moment.invalid(/* ' + this._i + ' */)';\n }\n var func = 'moment',\n zone = '',\n prefix,\n year,\n datetime,\n suffix;\n if (!this.isLocal()) {\n func = this.utcOffset() === 0 ? 'moment.utc' : 'moment.parseZone';\n zone = 'Z';\n }\n prefix = '[' + func + '(\"]';\n year = 0 <= this.year() && this.year() <= 9999 ? 'YYYY' : 'YYYYYY';\n datetime = '-MM-DD[T]HH:mm:ss.SSS';\n suffix = zone + '[\")]';\n\n return this.format(prefix + year + datetime + suffix);\n }\n\n function format(inputString) {\n if (!inputString) {\n inputString = this.isUtc()\n ? hooks.defaultFormatUtc\n : hooks.defaultFormat;\n }\n var output = formatMoment(this, inputString);\n return this.localeData().postformat(output);\n }\n\n function from(time, withoutSuffix) {\n if (\n this.isValid() &&\n ((isMoment(time) && time.isValid()) || createLocal(time).isValid())\n ) {\n return createDuration({ to: this, from: time })\n .locale(this.locale())\n .humanize(!withoutSuffix);\n } else {\n return this.localeData().invalidDate();\n }\n }\n\n function fromNow(withoutSuffix) {\n return this.from(createLocal(), withoutSuffix);\n }\n\n function to(time, withoutSuffix) {\n if (\n this.isValid() &&\n ((isMoment(time) && time.isValid()) || createLocal(time).isValid())\n ) {\n return createDuration({ from: this, to: time })\n .locale(this.locale())\n .humanize(!withoutSuffix);\n } else {\n return this.localeData().invalidDate();\n }\n }\n\n function toNow(withoutSuffix) {\n return this.to(createLocal(), withoutSuffix);\n }\n\n // If passed a locale key, it will set the locale for this\n // instance. Otherwise, it will return the locale configuration\n // variables for this instance.\n function locale(key) {\n var newLocaleData;\n\n if (key === undefined) {\n return this._locale._abbr;\n } else {\n newLocaleData = getLocale(key);\n if (newLocaleData != null) {\n this._locale = newLocaleData;\n }\n return this;\n }\n }\n\n var lang = deprecate(\n 'moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.',\n function (key) {\n if (key === undefined) {\n return this.localeData();\n } else {\n return this.locale(key);\n }\n }\n );\n\n function localeData() {\n return this._locale;\n }\n\n var MS_PER_SECOND = 1000,\n MS_PER_MINUTE = 60 * MS_PER_SECOND,\n MS_PER_HOUR = 60 * MS_PER_MINUTE,\n MS_PER_400_YEARS = (365 * 400 + 97) * 24 * MS_PER_HOUR;\n\n // actual modulo - handles negative numbers (for dates before 1970):\n function mod$1(dividend, divisor) {\n return ((dividend % divisor) + divisor) % divisor;\n }\n\n function localStartOfDate(y, m, d) {\n // the date constructor remaps years 0-99 to 1900-1999\n if (y < 100 && y >= 0) {\n // preserve leap years using a full 400 year cycle, then reset\n return new Date(y + 400, m, d) - MS_PER_400_YEARS;\n } else {\n return new Date(y, m, d).valueOf();\n }\n }\n\n function utcStartOfDate(y, m, d) {\n // Date.UTC remaps years 0-99 to 1900-1999\n if (y < 100 && y >= 0) {\n // preserve leap years using a full 400 year cycle, then reset\n return Date.UTC(y + 400, m, d) - MS_PER_400_YEARS;\n } else {\n return Date.UTC(y, m, d);\n }\n }\n\n function startOf(units) {\n var time, startOfDate;\n units = normalizeUnits(units);\n if (units === undefined || units === 'millisecond' || !this.isValid()) {\n return this;\n }\n\n startOfDate = this._isUTC ? utcStartOfDate : localStartOfDate;\n\n switch (units) {\n case 'year':\n time = startOfDate(this.year(), 0, 1);\n break;\n case 'quarter':\n time = startOfDate(\n this.year(),\n this.month() - (this.month() % 3),\n 1\n );\n break;\n case 'month':\n time = startOfDate(this.year(), this.month(), 1);\n break;\n case 'week':\n time = startOfDate(\n this.year(),\n this.month(),\n this.date() - this.weekday()\n );\n break;\n case 'isoWeek':\n time = startOfDate(\n this.year(),\n this.month(),\n this.date() - (this.isoWeekday() - 1)\n );\n break;\n case 'day':\n case 'date':\n time = startOfDate(this.year(), this.month(), this.date());\n break;\n case 'hour':\n time = this._d.valueOf();\n time -= mod$1(\n time + (this._isUTC ? 0 : this.utcOffset() * MS_PER_MINUTE),\n MS_PER_HOUR\n );\n break;\n case 'minute':\n time = this._d.valueOf();\n time -= mod$1(time, MS_PER_MINUTE);\n break;\n case 'second':\n time = this._d.valueOf();\n time -= mod$1(time, MS_PER_SECOND);\n break;\n }\n\n this._d.setTime(time);\n hooks.updateOffset(this, true);\n return this;\n }\n\n function endOf(units) {\n var time, startOfDate;\n units = normalizeUnits(units);\n if (units === undefined || units === 'millisecond' || !this.isValid()) {\n return this;\n }\n\n startOfDate = this._isUTC ? utcStartOfDate : localStartOfDate;\n\n switch (units) {\n case 'year':\n time = startOfDate(this.year() + 1, 0, 1) - 1;\n break;\n case 'quarter':\n time =\n startOfDate(\n this.year(),\n this.month() - (this.month() % 3) + 3,\n 1\n ) - 1;\n break;\n case 'month':\n time = startOfDate(this.year(), this.month() + 1, 1) - 1;\n break;\n case 'week':\n time =\n startOfDate(\n this.year(),\n this.month(),\n this.date() - this.weekday() + 7\n ) - 1;\n break;\n case 'isoWeek':\n time =\n startOfDate(\n this.year(),\n this.month(),\n this.date() - (this.isoWeekday() - 1) + 7\n ) - 1;\n break;\n case 'day':\n case 'date':\n time = startOfDate(this.year(), this.month(), this.date() + 1) - 1;\n break;\n case 'hour':\n time = this._d.valueOf();\n time +=\n MS_PER_HOUR -\n mod$1(\n time + (this._isUTC ? 0 : this.utcOffset() * MS_PER_MINUTE),\n MS_PER_HOUR\n ) -\n 1;\n break;\n case 'minute':\n time = this._d.valueOf();\n time += MS_PER_MINUTE - mod$1(time, MS_PER_MINUTE) - 1;\n break;\n case 'second':\n time = this._d.valueOf();\n time += MS_PER_SECOND - mod$1(time, MS_PER_SECOND) - 1;\n break;\n }\n\n this._d.setTime(time);\n hooks.updateOffset(this, true);\n return this;\n }\n\n function valueOf() {\n return this._d.valueOf() - (this._offset || 0) * 60000;\n }\n\n function unix() {\n return Math.floor(this.valueOf() / 1000);\n }\n\n function toDate() {\n return new Date(this.valueOf());\n }\n\n function toArray() {\n var m = this;\n return [\n m.year(),\n m.month(),\n m.date(),\n m.hour(),\n m.minute(),\n m.second(),\n m.millisecond(),\n ];\n }\n\n function toObject() {\n var m = this;\n return {\n years: m.year(),\n months: m.month(),\n date: m.date(),\n hours: m.hours(),\n minutes: m.minutes(),\n seconds: m.seconds(),\n milliseconds: m.milliseconds(),\n };\n }\n\n function toJSON() {\n // new Date(NaN).toJSON() === null\n return this.isValid() ? this.toISOString() : null;\n }\n\n function isValid$2() {\n return isValid(this);\n }\n\n function parsingFlags() {\n return extend({}, getParsingFlags(this));\n }\n\n function invalidAt() {\n return getParsingFlags(this).overflow;\n }\n\n function creationData() {\n return {\n input: this._i,\n format: this._f,\n locale: this._locale,\n isUTC: this._isUTC,\n strict: this._strict,\n };\n }\n\n addFormatToken('N', 0, 0, 'eraAbbr');\n addFormatToken('NN', 0, 0, 'eraAbbr');\n addFormatToken('NNN', 0, 0, 'eraAbbr');\n addFormatToken('NNNN', 0, 0, 'eraName');\n addFormatToken('NNNNN', 0, 0, 'eraNarrow');\n\n addFormatToken('y', ['y', 1], 'yo', 'eraYear');\n addFormatToken('y', ['yy', 2], 0, 'eraYear');\n addFormatToken('y', ['yyy', 3], 0, 'eraYear');\n addFormatToken('y', ['yyyy', 4], 0, 'eraYear');\n\n addRegexToken('N', matchEraAbbr);\n addRegexToken('NN', matchEraAbbr);\n addRegexToken('NNN', matchEraAbbr);\n addRegexToken('NNNN', matchEraName);\n addRegexToken('NNNNN', matchEraNarrow);\n\n addParseToken(['N', 'NN', 'NNN', 'NNNN', 'NNNNN'], function (\n input,\n array,\n config,\n token\n ) {\n var era = config._locale.erasParse(input, token, config._strict);\n if (era) {\n getParsingFlags(config).era = era;\n } else {\n getParsingFlags(config).invalidEra = input;\n }\n });\n\n addRegexToken('y', matchUnsigned);\n addRegexToken('yy', matchUnsigned);\n addRegexToken('yyy', matchUnsigned);\n addRegexToken('yyyy', matchUnsigned);\n addRegexToken('yo', matchEraYearOrdinal);\n\n addParseToken(['y', 'yy', 'yyy', 'yyyy'], YEAR);\n addParseToken(['yo'], function (input, array, config, token) {\n var match;\n if (config._locale._eraYearOrdinalRegex) {\n match = input.match(config._locale._eraYearOrdinalRegex);\n }\n\n if (config._locale.eraYearOrdinalParse) {\n array[YEAR] = config._locale.eraYearOrdinalParse(input, match);\n } else {\n array[YEAR] = parseInt(input, 10);\n }\n });\n\n function localeEras(m, format) {\n var i,\n l,\n date,\n eras = this._eras || getLocale('en')._eras;\n for (i = 0, l = eras.length; i < l; ++i) {\n switch (typeof eras[i].since) {\n case 'string':\n // truncate time\n date = hooks(eras[i].since).startOf('day');\n eras[i].since = date.valueOf();\n break;\n }\n\n switch (typeof eras[i].until) {\n case 'undefined':\n eras[i].until = +Infinity;\n break;\n case 'string':\n // truncate time\n date = hooks(eras[i].until).startOf('day').valueOf();\n eras[i].until = date.valueOf();\n break;\n }\n }\n return eras;\n }\n\n function localeErasParse(eraName, format, strict) {\n var i,\n l,\n eras = this.eras(),\n name,\n abbr,\n narrow;\n eraName = eraName.toUpperCase();\n\n for (i = 0, l = eras.length; i < l; ++i) {\n name = eras[i].name.toUpperCase();\n abbr = eras[i].abbr.toUpperCase();\n narrow = eras[i].narrow.toUpperCase();\n\n if (strict) {\n switch (format) {\n case 'N':\n case 'NN':\n case 'NNN':\n if (abbr === eraName) {\n return eras[i];\n }\n break;\n\n case 'NNNN':\n if (name === eraName) {\n return eras[i];\n }\n break;\n\n case 'NNNNN':\n if (narrow === eraName) {\n return eras[i];\n }\n break;\n }\n } else if ([name, abbr, narrow].indexOf(eraName) >= 0) {\n return eras[i];\n }\n }\n }\n\n function localeErasConvertYear(era, year) {\n var dir = era.since <= era.until ? +1 : -1;\n if (year === undefined) {\n return hooks(era.since).year();\n } else {\n return hooks(era.since).year() + (year - era.offset) * dir;\n }\n }\n\n function getEraName() {\n var i,\n l,\n val,\n eras = this.localeData().eras();\n for (i = 0, l = eras.length; i < l; ++i) {\n // truncate time\n val = this.startOf('day').valueOf();\n\n if (eras[i].since <= val && val <= eras[i].until) {\n return eras[i].name;\n }\n if (eras[i].until <= val && val <= eras[i].since) {\n return eras[i].name;\n }\n }\n\n return '';\n }\n\n function getEraNarrow() {\n var i,\n l,\n val,\n eras = this.localeData().eras();\n for (i = 0, l = eras.length; i < l; ++i) {\n // truncate time\n val = this.startOf('day').valueOf();\n\n if (eras[i].since <= val && val <= eras[i].until) {\n return eras[i].narrow;\n }\n if (eras[i].until <= val && val <= eras[i].since) {\n return eras[i].narrow;\n }\n }\n\n return '';\n }\n\n function getEraAbbr() {\n var i,\n l,\n val,\n eras = this.localeData().eras();\n for (i = 0, l = eras.length; i < l; ++i) {\n // truncate time\n val = this.startOf('day').valueOf();\n\n if (eras[i].since <= val && val <= eras[i].until) {\n return eras[i].abbr;\n }\n if (eras[i].until <= val && val <= eras[i].since) {\n return eras[i].abbr;\n }\n }\n\n return '';\n }\n\n function getEraYear() {\n var i,\n l,\n dir,\n val,\n eras = this.localeData().eras();\n for (i = 0, l = eras.length; i < l; ++i) {\n dir = eras[i].since <= eras[i].until ? +1 : -1;\n\n // truncate time\n val = this.startOf('day').valueOf();\n\n if (\n (eras[i].since <= val && val <= eras[i].until) ||\n (eras[i].until <= val && val <= eras[i].since)\n ) {\n return (\n (this.year() - hooks(eras[i].since).year()) * dir +\n eras[i].offset\n );\n }\n }\n\n return this.year();\n }\n\n function erasNameRegex(isStrict) {\n if (!hasOwnProp(this, '_erasNameRegex')) {\n computeErasParse.call(this);\n }\n return isStrict ? this._erasNameRegex : this._erasRegex;\n }\n\n function erasAbbrRegex(isStrict) {\n if (!hasOwnProp(this, '_erasAbbrRegex')) {\n computeErasParse.call(this);\n }\n return isStrict ? this._erasAbbrRegex : this._erasRegex;\n }\n\n function erasNarrowRegex(isStrict) {\n if (!hasOwnProp(this, '_erasNarrowRegex')) {\n computeErasParse.call(this);\n }\n return isStrict ? this._erasNarrowRegex : this._erasRegex;\n }\n\n function matchEraAbbr(isStrict, locale) {\n return locale.erasAbbrRegex(isStrict);\n }\n\n function matchEraName(isStrict, locale) {\n return locale.erasNameRegex(isStrict);\n }\n\n function matchEraNarrow(isStrict, locale) {\n return locale.erasNarrowRegex(isStrict);\n }\n\n function matchEraYearOrdinal(isStrict, locale) {\n return locale._eraYearOrdinalRegex || matchUnsigned;\n }\n\n function computeErasParse() {\n var abbrPieces = [],\n namePieces = [],\n narrowPieces = [],\n mixedPieces = [],\n i,\n l,\n eras = this.eras();\n\n for (i = 0, l = eras.length; i < l; ++i) {\n namePieces.push(regexEscape(eras[i].name));\n abbrPieces.push(regexEscape(eras[i].abbr));\n narrowPieces.push(regexEscape(eras[i].narrow));\n\n mixedPieces.push(regexEscape(eras[i].name));\n mixedPieces.push(regexEscape(eras[i].abbr));\n mixedPieces.push(regexEscape(eras[i].narrow));\n }\n\n this._erasRegex = new RegExp('^(' + mixedPieces.join('|') + ')', 'i');\n this._erasNameRegex = new RegExp('^(' + namePieces.join('|') + ')', 'i');\n this._erasAbbrRegex = new RegExp('^(' + abbrPieces.join('|') + ')', 'i');\n this._erasNarrowRegex = new RegExp(\n '^(' + narrowPieces.join('|') + ')',\n 'i'\n );\n }\n\n // FORMATTING\n\n addFormatToken(0, ['gg', 2], 0, function () {\n return this.weekYear() % 100;\n });\n\n addFormatToken(0, ['GG', 2], 0, function () {\n return this.isoWeekYear() % 100;\n });\n\n function addWeekYearFormatToken(token, getter) {\n addFormatToken(0, [token, token.length], 0, getter);\n }\n\n addWeekYearFormatToken('gggg', 'weekYear');\n addWeekYearFormatToken('ggggg', 'weekYear');\n addWeekYearFormatToken('GGGG', 'isoWeekYear');\n addWeekYearFormatToken('GGGGG', 'isoWeekYear');\n\n // ALIASES\n\n addUnitAlias('weekYear', 'gg');\n addUnitAlias('isoWeekYear', 'GG');\n\n // PRIORITY\n\n addUnitPriority('weekYear', 1);\n addUnitPriority('isoWeekYear', 1);\n\n // PARSING\n\n addRegexToken('G', matchSigned);\n addRegexToken('g', matchSigned);\n addRegexToken('GG', match1to2, match2);\n addRegexToken('gg', match1to2, match2);\n addRegexToken('GGGG', match1to4, match4);\n addRegexToken('gggg', match1to4, match4);\n addRegexToken('GGGGG', match1to6, match6);\n addRegexToken('ggggg', match1to6, match6);\n\n addWeekParseToken(['gggg', 'ggggg', 'GGGG', 'GGGGG'], function (\n input,\n week,\n config,\n token\n ) {\n week[token.substr(0, 2)] = toInt(input);\n });\n\n addWeekParseToken(['gg', 'GG'], function (input, week, config, token) {\n week[token] = hooks.parseTwoDigitYear(input);\n });\n\n // MOMENTS\n\n function getSetWeekYear(input) {\n return getSetWeekYearHelper.call(\n this,\n input,\n this.week(),\n this.weekday(),\n this.localeData()._week.dow,\n this.localeData()._week.doy\n );\n }\n\n function getSetISOWeekYear(input) {\n return getSetWeekYearHelper.call(\n this,\n input,\n this.isoWeek(),\n this.isoWeekday(),\n 1,\n 4\n );\n }\n\n function getISOWeeksInYear() {\n return weeksInYear(this.year(), 1, 4);\n }\n\n function getISOWeeksInISOWeekYear() {\n return weeksInYear(this.isoWeekYear(), 1, 4);\n }\n\n function getWeeksInYear() {\n var weekInfo = this.localeData()._week;\n return weeksInYear(this.year(), weekInfo.dow, weekInfo.doy);\n }\n\n function getWeeksInWeekYear() {\n var weekInfo = this.localeData()._week;\n return weeksInYear(this.weekYear(), weekInfo.dow, weekInfo.doy);\n }\n\n function getSetWeekYearHelper(input, week, weekday, dow, doy) {\n var weeksTarget;\n if (input == null) {\n return weekOfYear(this, dow, doy).year;\n } else {\n weeksTarget = weeksInYear(input, dow, doy);\n if (week > weeksTarget) {\n week = weeksTarget;\n }\n return setWeekAll.call(this, input, week, weekday, dow, doy);\n }\n }\n\n function setWeekAll(weekYear, week, weekday, dow, doy) {\n var dayOfYearData = dayOfYearFromWeeks(weekYear, week, weekday, dow, doy),\n date = createUTCDate(dayOfYearData.year, 0, dayOfYearData.dayOfYear);\n\n this.year(date.getUTCFullYear());\n this.month(date.getUTCMonth());\n this.date(date.getUTCDate());\n return this;\n }\n\n // FORMATTING\n\n addFormatToken('Q', 0, 'Qo', 'quarter');\n\n // ALIASES\n\n addUnitAlias('quarter', 'Q');\n\n // PRIORITY\n\n addUnitPriority('quarter', 7);\n\n // PARSING\n\n addRegexToken('Q', match1);\n addParseToken('Q', function (input, array) {\n array[MONTH] = (toInt(input) - 1) * 3;\n });\n\n // MOMENTS\n\n function getSetQuarter(input) {\n return input == null\n ? Math.ceil((this.month() + 1) / 3)\n : this.month((input - 1) * 3 + (this.month() % 3));\n }\n\n // FORMATTING\n\n addFormatToken('D', ['DD', 2], 'Do', 'date');\n\n // ALIASES\n\n addUnitAlias('date', 'D');\n\n // PRIORITY\n addUnitPriority('date', 9);\n\n // PARSING\n\n addRegexToken('D', match1to2);\n addRegexToken('DD', match1to2, match2);\n addRegexToken('Do', function (isStrict, locale) {\n // TODO: Remove \"ordinalParse\" fallback in next major release.\n return isStrict\n ? locale._dayOfMonthOrdinalParse || locale._ordinalParse\n : locale._dayOfMonthOrdinalParseLenient;\n });\n\n addParseToken(['D', 'DD'], DATE);\n addParseToken('Do', function (input, array) {\n array[DATE] = toInt(input.match(match1to2)[0]);\n });\n\n // MOMENTS\n\n var getSetDayOfMonth = makeGetSet('Date', true);\n\n // FORMATTING\n\n addFormatToken('DDD', ['DDDD', 3], 'DDDo', 'dayOfYear');\n\n // ALIASES\n\n addUnitAlias('dayOfYear', 'DDD');\n\n // PRIORITY\n addUnitPriority('dayOfYear', 4);\n\n // PARSING\n\n addRegexToken('DDD', match1to3);\n addRegexToken('DDDD', match3);\n addParseToken(['DDD', 'DDDD'], function (input, array, config) {\n config._dayOfYear = toInt(input);\n });\n\n // HELPERS\n\n // MOMENTS\n\n function getSetDayOfYear(input) {\n var dayOfYear =\n Math.round(\n (this.clone().startOf('day') - this.clone().startOf('year')) / 864e5\n ) + 1;\n return input == null ? dayOfYear : this.add(input - dayOfYear, 'd');\n }\n\n // FORMATTING\n\n addFormatToken('m', ['mm', 2], 0, 'minute');\n\n // ALIASES\n\n addUnitAlias('minute', 'm');\n\n // PRIORITY\n\n addUnitPriority('minute', 14);\n\n // PARSING\n\n addRegexToken('m', match1to2);\n addRegexToken('mm', match1to2, match2);\n addParseToken(['m', 'mm'], MINUTE);\n\n // MOMENTS\n\n var getSetMinute = makeGetSet('Minutes', false);\n\n // FORMATTING\n\n addFormatToken('s', ['ss', 2], 0, 'second');\n\n // ALIASES\n\n addUnitAlias('second', 's');\n\n // PRIORITY\n\n addUnitPriority('second', 15);\n\n // PARSING\n\n addRegexToken('s', match1to2);\n addRegexToken('ss', match1to2, match2);\n addParseToken(['s', 'ss'], SECOND);\n\n // MOMENTS\n\n var getSetSecond = makeGetSet('Seconds', false);\n\n // FORMATTING\n\n addFormatToken('S', 0, 0, function () {\n return ~~(this.millisecond() / 100);\n });\n\n addFormatToken(0, ['SS', 2], 0, function () {\n return ~~(this.millisecond() / 10);\n });\n\n addFormatToken(0, ['SSS', 3], 0, 'millisecond');\n addFormatToken(0, ['SSSS', 4], 0, function () {\n return this.millisecond() * 10;\n });\n addFormatToken(0, ['SSSSS', 5], 0, function () {\n return this.millisecond() * 100;\n });\n addFormatToken(0, ['SSSSSS', 6], 0, function () {\n return this.millisecond() * 1000;\n });\n addFormatToken(0, ['SSSSSSS', 7], 0, function () {\n return this.millisecond() * 10000;\n });\n addFormatToken(0, ['SSSSSSSS', 8], 0, function () {\n return this.millisecond() * 100000;\n });\n addFormatToken(0, ['SSSSSSSSS', 9], 0, function () {\n return this.millisecond() * 1000000;\n });\n\n // ALIASES\n\n addUnitAlias('millisecond', 'ms');\n\n // PRIORITY\n\n addUnitPriority('millisecond', 16);\n\n // PARSING\n\n addRegexToken('S', match1to3, match1);\n addRegexToken('SS', match1to3, match2);\n addRegexToken('SSS', match1to3, match3);\n\n var token, getSetMillisecond;\n for (token = 'SSSS'; token.length <= 9; token += 'S') {\n addRegexToken(token, matchUnsigned);\n }\n\n function parseMs(input, array) {\n array[MILLISECOND] = toInt(('0.' + input) * 1000);\n }\n\n for (token = 'S'; token.length <= 9; token += 'S') {\n addParseToken(token, parseMs);\n }\n\n getSetMillisecond = makeGetSet('Milliseconds', false);\n\n // FORMATTING\n\n addFormatToken('z', 0, 0, 'zoneAbbr');\n addFormatToken('zz', 0, 0, 'zoneName');\n\n // MOMENTS\n\n function getZoneAbbr() {\n return this._isUTC ? 'UTC' : '';\n }\n\n function getZoneName() {\n return this._isUTC ? 'Coordinated Universal Time' : '';\n }\n\n var proto = Moment.prototype;\n\n proto.add = add;\n proto.calendar = calendar$1;\n proto.clone = clone;\n proto.diff = diff;\n proto.endOf = endOf;\n proto.format = format;\n proto.from = from;\n proto.fromNow = fromNow;\n proto.to = to;\n proto.toNow = toNow;\n proto.get = stringGet;\n proto.invalidAt = invalidAt;\n proto.isAfter = isAfter;\n proto.isBefore = isBefore;\n proto.isBetween = isBetween;\n proto.isSame = isSame;\n proto.isSameOrAfter = isSameOrAfter;\n proto.isSameOrBefore = isSameOrBefore;\n proto.isValid = isValid$2;\n proto.lang = lang;\n proto.locale = locale;\n proto.localeData = localeData;\n proto.max = prototypeMax;\n proto.min = prototypeMin;\n proto.parsingFlags = parsingFlags;\n proto.set = stringSet;\n proto.startOf = startOf;\n proto.subtract = subtract;\n proto.toArray = toArray;\n proto.toObject = toObject;\n proto.toDate = toDate;\n proto.toISOString = toISOString;\n proto.inspect = inspect;\n if (typeof Symbol !== 'undefined' && Symbol.for != null) {\n proto[Symbol.for('nodejs.util.inspect.custom')] = function () {\n return 'Moment<' + this.format() + '>';\n };\n }\n proto.toJSON = toJSON;\n proto.toString = toString;\n proto.unix = unix;\n proto.valueOf = valueOf;\n proto.creationData = creationData;\n proto.eraName = getEraName;\n proto.eraNarrow = getEraNarrow;\n proto.eraAbbr = getEraAbbr;\n proto.eraYear = getEraYear;\n proto.year = getSetYear;\n proto.isLeapYear = getIsLeapYear;\n proto.weekYear = getSetWeekYear;\n proto.isoWeekYear = getSetISOWeekYear;\n proto.quarter = proto.quarters = getSetQuarter;\n proto.month = getSetMonth;\n proto.daysInMonth = getDaysInMonth;\n proto.week = proto.weeks = getSetWeek;\n proto.isoWeek = proto.isoWeeks = getSetISOWeek;\n proto.weeksInYear = getWeeksInYear;\n proto.weeksInWeekYear = getWeeksInWeekYear;\n proto.isoWeeksInYear = getISOWeeksInYear;\n proto.isoWeeksInISOWeekYear = getISOWeeksInISOWeekYear;\n proto.date = getSetDayOfMonth;\n proto.day = proto.days = getSetDayOfWeek;\n proto.weekday = getSetLocaleDayOfWeek;\n proto.isoWeekday = getSetISODayOfWeek;\n proto.dayOfYear = getSetDayOfYear;\n proto.hour = proto.hours = getSetHour;\n proto.minute = proto.minutes = getSetMinute;\n proto.second = proto.seconds = getSetSecond;\n proto.millisecond = proto.milliseconds = getSetMillisecond;\n proto.utcOffset = getSetOffset;\n proto.utc = setOffsetToUTC;\n proto.local = setOffsetToLocal;\n proto.parseZone = setOffsetToParsedOffset;\n proto.hasAlignedHourOffset = hasAlignedHourOffset;\n proto.isDST = isDaylightSavingTime;\n proto.isLocal = isLocal;\n proto.isUtcOffset = isUtcOffset;\n proto.isUtc = isUtc;\n proto.isUTC = isUtc;\n proto.zoneAbbr = getZoneAbbr;\n proto.zoneName = getZoneName;\n proto.dates = deprecate(\n 'dates accessor is deprecated. Use date instead.',\n getSetDayOfMonth\n );\n proto.months = deprecate(\n 'months accessor is deprecated. Use month instead',\n getSetMonth\n );\n proto.years = deprecate(\n 'years accessor is deprecated. Use year instead',\n getSetYear\n );\n proto.zone = deprecate(\n 'moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/',\n getSetZone\n );\n proto.isDSTShifted = deprecate(\n 'isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information',\n isDaylightSavingTimeShifted\n );\n\n function createUnix(input) {\n return createLocal(input * 1000);\n }\n\n function createInZone() {\n return createLocal.apply(null, arguments).parseZone();\n }\n\n function preParsePostFormat(string) {\n return string;\n }\n\n var proto$1 = Locale.prototype;\n\n proto$1.calendar = calendar;\n proto$1.longDateFormat = longDateFormat;\n proto$1.invalidDate = invalidDate;\n proto$1.ordinal = ordinal;\n proto$1.preparse = preParsePostFormat;\n proto$1.postformat = preParsePostFormat;\n proto$1.relativeTime = relativeTime;\n proto$1.pastFuture = pastFuture;\n proto$1.set = set;\n proto$1.eras = localeEras;\n proto$1.erasParse = localeErasParse;\n proto$1.erasConvertYear = localeErasConvertYear;\n proto$1.erasAbbrRegex = erasAbbrRegex;\n proto$1.erasNameRegex = erasNameRegex;\n proto$1.erasNarrowRegex = erasNarrowRegex;\n\n proto$1.months = localeMonths;\n proto$1.monthsShort = localeMonthsShort;\n proto$1.monthsParse = localeMonthsParse;\n proto$1.monthsRegex = monthsRegex;\n proto$1.monthsShortRegex = monthsShortRegex;\n proto$1.week = localeWeek;\n proto$1.firstDayOfYear = localeFirstDayOfYear;\n proto$1.firstDayOfWeek = localeFirstDayOfWeek;\n\n proto$1.weekdays = localeWeekdays;\n proto$1.weekdaysMin = localeWeekdaysMin;\n proto$1.weekdaysShort = localeWeekdaysShort;\n proto$1.weekdaysParse = localeWeekdaysParse;\n\n proto$1.weekdaysRegex = weekdaysRegex;\n proto$1.weekdaysShortRegex = weekdaysShortRegex;\n proto$1.weekdaysMinRegex = weekdaysMinRegex;\n\n proto$1.isPM = localeIsPM;\n proto$1.meridiem = localeMeridiem;\n\n function get$1(format, index, field, setter) {\n var locale = getLocale(),\n utc = createUTC().set(setter, index);\n return locale[field](utc, format);\n }\n\n function listMonthsImpl(format, index, field) {\n if (isNumber(format)) {\n index = format;\n format = undefined;\n }\n\n format = format || '';\n\n if (index != null) {\n return get$1(format, index, field, 'month');\n }\n\n var i,\n out = [];\n for (i = 0; i < 12; i++) {\n out[i] = get$1(format, i, field, 'month');\n }\n return out;\n }\n\n // ()\n // (5)\n // (fmt, 5)\n // (fmt)\n // (true)\n // (true, 5)\n // (true, fmt, 5)\n // (true, fmt)\n function listWeekdaysImpl(localeSorted, format, index, field) {\n if (typeof localeSorted === 'boolean') {\n if (isNumber(format)) {\n index = format;\n format = undefined;\n }\n\n format = format || '';\n } else {\n format = localeSorted;\n index = format;\n localeSorted = false;\n\n if (isNumber(format)) {\n index = format;\n format = undefined;\n }\n\n format = format || '';\n }\n\n var locale = getLocale(),\n shift = localeSorted ? locale._week.dow : 0,\n i,\n out = [];\n\n if (index != null) {\n return get$1(format, (index + shift) % 7, field, 'day');\n }\n\n for (i = 0; i < 7; i++) {\n out[i] = get$1(format, (i + shift) % 7, field, 'day');\n }\n return out;\n }\n\n function listMonths(format, index) {\n return listMonthsImpl(format, index, 'months');\n }\n\n function listMonthsShort(format, index) {\n return listMonthsImpl(format, index, 'monthsShort');\n }\n\n function listWeekdays(localeSorted, format, index) {\n return listWeekdaysImpl(localeSorted, format, index, 'weekdays');\n }\n\n function listWeekdaysShort(localeSorted, format, index) {\n return listWeekdaysImpl(localeSorted, format, index, 'weekdaysShort');\n }\n\n function listWeekdaysMin(localeSorted, format, index) {\n return listWeekdaysImpl(localeSorted, format, index, 'weekdaysMin');\n }\n\n getSetGlobalLocale('en', {\n eras: [\n {\n since: '0001-01-01',\n until: +Infinity,\n offset: 1,\n name: 'Anno Domini',\n narrow: 'AD',\n abbr: 'AD',\n },\n {\n since: '0000-12-31',\n until: -Infinity,\n offset: 1,\n name: 'Before Christ',\n narrow: 'BC',\n abbr: 'BC',\n },\n ],\n dayOfMonthOrdinalParse: /\\d{1,2}(th|st|nd|rd)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n toInt((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n });\n\n // Side effect imports\n\n hooks.lang = deprecate(\n 'moment.lang is deprecated. Use moment.locale instead.',\n getSetGlobalLocale\n );\n hooks.langData = deprecate(\n 'moment.langData is deprecated. Use moment.localeData instead.',\n getLocale\n );\n\n var mathAbs = Math.abs;\n\n function abs() {\n var data = this._data;\n\n this._milliseconds = mathAbs(this._milliseconds);\n this._days = mathAbs(this._days);\n this._months = mathAbs(this._months);\n\n data.milliseconds = mathAbs(data.milliseconds);\n data.seconds = mathAbs(data.seconds);\n data.minutes = mathAbs(data.minutes);\n data.hours = mathAbs(data.hours);\n data.months = mathAbs(data.months);\n data.years = mathAbs(data.years);\n\n return this;\n }\n\n function addSubtract$1(duration, input, value, direction) {\n var other = createDuration(input, value);\n\n duration._milliseconds += direction * other._milliseconds;\n duration._days += direction * other._days;\n duration._months += direction * other._months;\n\n return duration._bubble();\n }\n\n // supports only 2.0-style add(1, 's') or add(duration)\n function add$1(input, value) {\n return addSubtract$1(this, input, value, 1);\n }\n\n // supports only 2.0-style subtract(1, 's') or subtract(duration)\n function subtract$1(input, value) {\n return addSubtract$1(this, input, value, -1);\n }\n\n function absCeil(number) {\n if (number < 0) {\n return Math.floor(number);\n } else {\n return Math.ceil(number);\n }\n }\n\n function bubble() {\n var milliseconds = this._milliseconds,\n days = this._days,\n months = this._months,\n data = this._data,\n seconds,\n minutes,\n hours,\n years,\n monthsFromDays;\n\n // if we have a mix of positive and negative values, bubble down first\n // check: https://github.com/moment/moment/issues/2166\n if (\n !(\n (milliseconds >= 0 && days >= 0 && months >= 0) ||\n (milliseconds <= 0 && days <= 0 && months <= 0)\n )\n ) {\n milliseconds += absCeil(monthsToDays(months) + days) * 864e5;\n days = 0;\n months = 0;\n }\n\n // The following code bubbles up values, see the tests for\n // examples of what that means.\n data.milliseconds = milliseconds % 1000;\n\n seconds = absFloor(milliseconds / 1000);\n data.seconds = seconds % 60;\n\n minutes = absFloor(seconds / 60);\n data.minutes = minutes % 60;\n\n hours = absFloor(minutes / 60);\n data.hours = hours % 24;\n\n days += absFloor(hours / 24);\n\n // convert days to months\n monthsFromDays = absFloor(daysToMonths(days));\n months += monthsFromDays;\n days -= absCeil(monthsToDays(monthsFromDays));\n\n // 12 months -> 1 year\n years = absFloor(months / 12);\n months %= 12;\n\n data.days = days;\n data.months = months;\n data.years = years;\n\n return this;\n }\n\n function daysToMonths(days) {\n // 400 years have 146097 days (taking into account leap year rules)\n // 400 years have 12 months === 4800\n return (days * 4800) / 146097;\n }\n\n function monthsToDays(months) {\n // the reverse of daysToMonths\n return (months * 146097) / 4800;\n }\n\n function as(units) {\n if (!this.isValid()) {\n return NaN;\n }\n var days,\n months,\n milliseconds = this._milliseconds;\n\n units = normalizeUnits(units);\n\n if (units === 'month' || units === 'quarter' || units === 'year') {\n days = this._days + milliseconds / 864e5;\n months = this._months + daysToMonths(days);\n switch (units) {\n case 'month':\n return months;\n case 'quarter':\n return months / 3;\n case 'year':\n return months / 12;\n }\n } else {\n // handle milliseconds separately because of floating point math errors (issue #1867)\n days = this._days + Math.round(monthsToDays(this._months));\n switch (units) {\n case 'week':\n return days / 7 + milliseconds / 6048e5;\n case 'day':\n return days + milliseconds / 864e5;\n case 'hour':\n return days * 24 + milliseconds / 36e5;\n case 'minute':\n return days * 1440 + milliseconds / 6e4;\n case 'second':\n return days * 86400 + milliseconds / 1000;\n // Math.floor prevents floating point math errors here\n case 'millisecond':\n return Math.floor(days * 864e5) + milliseconds;\n default:\n throw new Error('Unknown unit ' + units);\n }\n }\n }\n\n // TODO: Use this.as('ms')?\n function valueOf$1() {\n if (!this.isValid()) {\n return NaN;\n }\n return (\n this._milliseconds +\n this._days * 864e5 +\n (this._months % 12) * 2592e6 +\n toInt(this._months / 12) * 31536e6\n );\n }\n\n function makeAs(alias) {\n return function () {\n return this.as(alias);\n };\n }\n\n var asMilliseconds = makeAs('ms'),\n asSeconds = makeAs('s'),\n asMinutes = makeAs('m'),\n asHours = makeAs('h'),\n asDays = makeAs('d'),\n asWeeks = makeAs('w'),\n asMonths = makeAs('M'),\n asQuarters = makeAs('Q'),\n asYears = makeAs('y');\n\n function clone$1() {\n return createDuration(this);\n }\n\n function get$2(units) {\n units = normalizeUnits(units);\n return this.isValid() ? this[units + 's']() : NaN;\n }\n\n function makeGetter(name) {\n return function () {\n return this.isValid() ? this._data[name] : NaN;\n };\n }\n\n var milliseconds = makeGetter('milliseconds'),\n seconds = makeGetter('seconds'),\n minutes = makeGetter('minutes'),\n hours = makeGetter('hours'),\n days = makeGetter('days'),\n months = makeGetter('months'),\n years = makeGetter('years');\n\n function weeks() {\n return absFloor(this.days() / 7);\n }\n\n var round = Math.round,\n thresholds = {\n ss: 44, // a few seconds to seconds\n s: 45, // seconds to minute\n m: 45, // minutes to hour\n h: 22, // hours to day\n d: 26, // days to month/week\n w: null, // weeks to month\n M: 11, // months to year\n };\n\n // helper function for moment.fn.from, moment.fn.fromNow, and moment.duration.fn.humanize\n function substituteTimeAgo(string, number, withoutSuffix, isFuture, locale) {\n return locale.relativeTime(number || 1, !!withoutSuffix, string, isFuture);\n }\n\n function relativeTime$1(posNegDuration, withoutSuffix, thresholds, locale) {\n var duration = createDuration(posNegDuration).abs(),\n seconds = round(duration.as('s')),\n minutes = round(duration.as('m')),\n hours = round(duration.as('h')),\n days = round(duration.as('d')),\n months = round(duration.as('M')),\n weeks = round(duration.as('w')),\n years = round(duration.as('y')),\n a =\n (seconds <= thresholds.ss && ['s', seconds]) ||\n (seconds < thresholds.s && ['ss', seconds]) ||\n (minutes <= 1 && ['m']) ||\n (minutes < thresholds.m && ['mm', minutes]) ||\n (hours <= 1 && ['h']) ||\n (hours < thresholds.h && ['hh', hours]) ||\n (days <= 1 && ['d']) ||\n (days < thresholds.d && ['dd', days]);\n\n if (thresholds.w != null) {\n a =\n a ||\n (weeks <= 1 && ['w']) ||\n (weeks < thresholds.w && ['ww', weeks]);\n }\n a = a ||\n (months <= 1 && ['M']) ||\n (months < thresholds.M && ['MM', months]) ||\n (years <= 1 && ['y']) || ['yy', years];\n\n a[2] = withoutSuffix;\n a[3] = +posNegDuration > 0;\n a[4] = locale;\n return substituteTimeAgo.apply(null, a);\n }\n\n // This function allows you to set the rounding function for relative time strings\n function getSetRelativeTimeRounding(roundingFunction) {\n if (roundingFunction === undefined) {\n return round;\n }\n if (typeof roundingFunction === 'function') {\n round = roundingFunction;\n return true;\n }\n return false;\n }\n\n // This function allows you to set a threshold for relative time strings\n function getSetRelativeTimeThreshold(threshold, limit) {\n if (thresholds[threshold] === undefined) {\n return false;\n }\n if (limit === undefined) {\n return thresholds[threshold];\n }\n thresholds[threshold] = limit;\n if (threshold === 's') {\n thresholds.ss = limit - 1;\n }\n return true;\n }\n\n function humanize(argWithSuffix, argThresholds) {\n if (!this.isValid()) {\n return this.localeData().invalidDate();\n }\n\n var withSuffix = false,\n th = thresholds,\n locale,\n output;\n\n if (typeof argWithSuffix === 'object') {\n argThresholds = argWithSuffix;\n argWithSuffix = false;\n }\n if (typeof argWithSuffix === 'boolean') {\n withSuffix = argWithSuffix;\n }\n if (typeof argThresholds === 'object') {\n th = Object.assign({}, thresholds, argThresholds);\n if (argThresholds.s != null && argThresholds.ss == null) {\n th.ss = argThresholds.s - 1;\n }\n }\n\n locale = this.localeData();\n output = relativeTime$1(this, !withSuffix, th, locale);\n\n if (withSuffix) {\n output = locale.pastFuture(+this, output);\n }\n\n return locale.postformat(output);\n }\n\n var abs$1 = Math.abs;\n\n function sign(x) {\n return (x > 0) - (x < 0) || +x;\n }\n\n function toISOString$1() {\n // for ISO strings we do not use the normal bubbling rules:\n // * milliseconds bubble up until they become hours\n // * days do not bubble at all\n // * months bubble up until they become years\n // This is because there is no context-free conversion between hours and days\n // (think of clock changes)\n // and also not between days and months (28-31 days per month)\n if (!this.isValid()) {\n return this.localeData().invalidDate();\n }\n\n var seconds = abs$1(this._milliseconds) / 1000,\n days = abs$1(this._days),\n months = abs$1(this._months),\n minutes,\n hours,\n years,\n s,\n total = this.asSeconds(),\n totalSign,\n ymSign,\n daysSign,\n hmsSign;\n\n if (!total) {\n // this is the same as C#'s (Noda) and python (isodate)...\n // but not other JS (goog.date)\n return 'P0D';\n }\n\n // 3600 seconds -> 60 minutes -> 1 hour\n minutes = absFloor(seconds / 60);\n hours = absFloor(minutes / 60);\n seconds %= 60;\n minutes %= 60;\n\n // 12 months -> 1 year\n years = absFloor(months / 12);\n months %= 12;\n\n // inspired by https://github.com/dordille/moment-isoduration/blob/master/moment.isoduration.js\n s = seconds ? seconds.toFixed(3).replace(/\\.?0+$/, '') : '';\n\n totalSign = total < 0 ? '-' : '';\n ymSign = sign(this._months) !== sign(total) ? '-' : '';\n daysSign = sign(this._days) !== sign(total) ? '-' : '';\n hmsSign = sign(this._milliseconds) !== sign(total) ? '-' : '';\n\n return (\n totalSign +\n 'P' +\n (years ? ymSign + years + 'Y' : '') +\n (months ? ymSign + months + 'M' : '') +\n (days ? daysSign + days + 'D' : '') +\n (hours || minutes || seconds ? 'T' : '') +\n (hours ? hmsSign + hours + 'H' : '') +\n (minutes ? hmsSign + minutes + 'M' : '') +\n (seconds ? hmsSign + s + 'S' : '')\n );\n }\n\n var proto$2 = Duration.prototype;\n\n proto$2.isValid = isValid$1;\n proto$2.abs = abs;\n proto$2.add = add$1;\n proto$2.subtract = subtract$1;\n proto$2.as = as;\n proto$2.asMilliseconds = asMilliseconds;\n proto$2.asSeconds = asSeconds;\n proto$2.asMinutes = asMinutes;\n proto$2.asHours = asHours;\n proto$2.asDays = asDays;\n proto$2.asWeeks = asWeeks;\n proto$2.asMonths = asMonths;\n proto$2.asQuarters = asQuarters;\n proto$2.asYears = asYears;\n proto$2.valueOf = valueOf$1;\n proto$2._bubble = bubble;\n proto$2.clone = clone$1;\n proto$2.get = get$2;\n proto$2.milliseconds = milliseconds;\n proto$2.seconds = seconds;\n proto$2.minutes = minutes;\n proto$2.hours = hours;\n proto$2.days = days;\n proto$2.weeks = weeks;\n proto$2.months = months;\n proto$2.years = years;\n proto$2.humanize = humanize;\n proto$2.toISOString = toISOString$1;\n proto$2.toString = toISOString$1;\n proto$2.toJSON = toISOString$1;\n proto$2.locale = locale;\n proto$2.localeData = localeData;\n\n proto$2.toIsoString = deprecate(\n 'toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)',\n toISOString$1\n );\n proto$2.lang = lang;\n\n // FORMATTING\n\n addFormatToken('X', 0, 0, 'unix');\n addFormatToken('x', 0, 0, 'valueOf');\n\n // PARSING\n\n addRegexToken('x', matchSigned);\n addRegexToken('X', matchTimestamp);\n addParseToken('X', function (input, array, config) {\n config._d = new Date(parseFloat(input) * 1000);\n });\n addParseToken('x', function (input, array, config) {\n config._d = new Date(toInt(input));\n });\n\n //! moment.js\n\n hooks.version = '2.27.0';\n\n setHookCallback(createLocal);\n\n hooks.fn = proto;\n hooks.min = min;\n hooks.max = max;\n hooks.now = now;\n hooks.utc = createUTC;\n hooks.unix = createUnix;\n hooks.months = listMonths;\n hooks.isDate = isDate;\n hooks.locale = getSetGlobalLocale;\n hooks.invalid = createInvalid;\n hooks.duration = createDuration;\n hooks.isMoment = isMoment;\n hooks.weekdays = listWeekdays;\n hooks.parseZone = createInZone;\n hooks.localeData = getLocale;\n hooks.isDuration = isDuration;\n hooks.monthsShort = listMonthsShort;\n hooks.weekdaysMin = listWeekdaysMin;\n hooks.defineLocale = defineLocale;\n hooks.updateLocale = updateLocale;\n hooks.locales = listLocales;\n hooks.weekdaysShort = listWeekdaysShort;\n hooks.normalizeUnits = normalizeUnits;\n hooks.relativeTimeRounding = getSetRelativeTimeRounding;\n hooks.relativeTimeThreshold = getSetRelativeTimeThreshold;\n hooks.calendarFormat = getCalendarFormat;\n hooks.prototype = proto;\n\n // currently HTML5 input type only supports 24-hour formats\n hooks.HTML5_FMT = {\n DATETIME_LOCAL: 'YYYY-MM-DDTHH:mm', // \n DATETIME_LOCAL_SECONDS: 'YYYY-MM-DDTHH:mm:ss', // \n DATETIME_LOCAL_MS: 'YYYY-MM-DDTHH:mm:ss.SSS', // \n DATE: 'YYYY-MM-DD', // \n TIME: 'HH:mm', // \n TIME_SECONDS: 'HH:mm:ss', // \n TIME_MS: 'HH:mm:ss.SSS', // \n WEEK: 'GGGG-[W]WW', // \n MONTH: 'YYYY-MM', // \n };\n\n //! moment.js locale configuration\n\n hooks.defineLocale('af', {\n months: 'Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mrt_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des'.split('_'),\n weekdays: 'Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag'.split(\n '_'\n ),\n weekdaysShort: 'Son_Maa_Din_Woe_Don_Vry_Sat'.split('_'),\n weekdaysMin: 'So_Ma_Di_Wo_Do_Vr_Sa'.split('_'),\n meridiemParse: /vm|nm/i,\n isPM: function (input) {\n return /^nm$/i.test(input);\n },\n meridiem: function (hours, minutes, isLower) {\n if (hours < 12) {\n return isLower ? 'vm' : 'VM';\n } else {\n return isLower ? 'nm' : 'NM';\n }\n },\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Vandag om] LT',\n nextDay: '[Môre om] LT',\n nextWeek: 'dddd [om] LT',\n lastDay: '[Gister om] LT',\n lastWeek: '[Laas] dddd [om] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'oor %s',\n past: '%s gelede',\n s: \"'n paar sekondes\",\n ss: '%d sekondes',\n m: \"'n minuut\",\n mm: '%d minute',\n h: \"'n uur\",\n hh: '%d ure',\n d: \"'n dag\",\n dd: '%d dae',\n M: \"'n maand\",\n MM: '%d maande',\n y: \"'n jaar\",\n yy: '%d jaar',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(ste|de)/,\n ordinal: function (number) {\n return (\n number +\n (number === 1 || number === 8 || number >= 20 ? 'ste' : 'de')\n ); // Thanks to Joris Röling : https://github.com/jjupiter\n },\n week: {\n dow: 1, // Maandag is die eerste dag van die week.\n doy: 4, // Die week wat die 4de Januarie bevat is die eerste week van die jaar.\n },\n });\n\n //! moment.js locale configuration\n\n var pluralForm = function (n) {\n return n === 0\n ? 0\n : n === 1\n ? 1\n : n === 2\n ? 2\n : n % 100 >= 3 && n % 100 <= 10\n ? 3\n : n % 100 >= 11\n ? 4\n : 5;\n },\n plurals = {\n s: [\n 'أقل من ثانية',\n 'ثانية واحدة',\n ['ثانيتان', 'ثانيتين'],\n '%d ثوان',\n '%d ثانية',\n '%d ثانية',\n ],\n m: [\n 'أقل من دقيقة',\n 'دقيقة واحدة',\n ['دقيقتان', 'دقيقتين'],\n '%d دقائق',\n '%d دقيقة',\n '%d دقيقة',\n ],\n h: [\n 'أقل من ساعة',\n 'ساعة واحدة',\n ['ساعتان', 'ساعتين'],\n '%d ساعات',\n '%d ساعة',\n '%d ساعة',\n ],\n d: [\n 'أقل من يوم',\n 'يوم واحد',\n ['يومان', 'يومين'],\n '%d أيام',\n '%d يومًا',\n '%d يوم',\n ],\n M: [\n 'أقل من شهر',\n 'شهر واحد',\n ['شهران', 'شهرين'],\n '%d أشهر',\n '%d شهرا',\n '%d شهر',\n ],\n y: [\n 'أقل من عام',\n 'عام واحد',\n ['عامان', 'عامين'],\n '%d أعوام',\n '%d عامًا',\n '%d عام',\n ],\n },\n pluralize = function (u) {\n return function (number, withoutSuffix, string, isFuture) {\n var f = pluralForm(number),\n str = plurals[u][pluralForm(number)];\n if (f === 2) {\n str = str[withoutSuffix ? 0 : 1];\n }\n return str.replace(/%d/i, number);\n };\n },\n months$1 = [\n 'جانفي',\n 'فيفري',\n 'مارس',\n 'أفريل',\n 'ماي',\n 'جوان',\n 'جويلية',\n 'أوت',\n 'سبتمبر',\n 'أكتوبر',\n 'نوفمبر',\n 'ديسمبر',\n ];\n\n hooks.defineLocale('ar-dz', {\n months: months$1,\n monthsShort: months$1,\n weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort: 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'D/\\u200FM/\\u200FYYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n meridiemParse: /ص|م/,\n isPM: function (input) {\n return 'م' === input;\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ص';\n } else {\n return 'م';\n }\n },\n calendar: {\n sameDay: '[اليوم عند الساعة] LT',\n nextDay: '[غدًا عند الساعة] LT',\n nextWeek: 'dddd [عند الساعة] LT',\n lastDay: '[أمس عند الساعة] LT',\n lastWeek: 'dddd [عند الساعة] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'بعد %s',\n past: 'منذ %s',\n s: pluralize('s'),\n ss: pluralize('s'),\n m: pluralize('m'),\n mm: pluralize('m'),\n h: pluralize('h'),\n hh: pluralize('h'),\n d: pluralize('d'),\n dd: pluralize('d'),\n M: pluralize('M'),\n MM: pluralize('M'),\n y: pluralize('y'),\n yy: pluralize('y'),\n },\n postformat: function (string) {\n return string.replace(/,/g, '،');\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('ar-kw', {\n months: 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split(\n '_'\n ),\n monthsShort: 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split(\n '_'\n ),\n weekdays: 'الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort: 'احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[اليوم على الساعة] LT',\n nextDay: '[غدا على الساعة] LT',\n nextWeek: 'dddd [على الساعة] LT',\n lastDay: '[أمس على الساعة] LT',\n lastWeek: 'dddd [على الساعة] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'في %s',\n past: 'منذ %s',\n s: 'ثوان',\n ss: '%d ثانية',\n m: 'دقيقة',\n mm: '%d دقائق',\n h: 'ساعة',\n hh: '%d ساعات',\n d: 'يوم',\n dd: '%d أيام',\n M: 'شهر',\n MM: '%d أشهر',\n y: 'سنة',\n yy: '%d سنوات',\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 12, // The week that contains Jan 12th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var symbolMap = {\n '1': '1',\n '2': '2',\n '3': '3',\n '4': '4',\n '5': '5',\n '6': '6',\n '7': '7',\n '8': '8',\n '9': '9',\n '0': '0',\n },\n pluralForm$1 = function (n) {\n return n === 0\n ? 0\n : n === 1\n ? 1\n : n === 2\n ? 2\n : n % 100 >= 3 && n % 100 <= 10\n ? 3\n : n % 100 >= 11\n ? 4\n : 5;\n },\n plurals$1 = {\n s: [\n 'أقل من ثانية',\n 'ثانية واحدة',\n ['ثانيتان', 'ثانيتين'],\n '%d ثوان',\n '%d ثانية',\n '%d ثانية',\n ],\n m: [\n 'أقل من دقيقة',\n 'دقيقة واحدة',\n ['دقيقتان', 'دقيقتين'],\n '%d دقائق',\n '%d دقيقة',\n '%d دقيقة',\n ],\n h: [\n 'أقل من ساعة',\n 'ساعة واحدة',\n ['ساعتان', 'ساعتين'],\n '%d ساعات',\n '%d ساعة',\n '%d ساعة',\n ],\n d: [\n 'أقل من يوم',\n 'يوم واحد',\n ['يومان', 'يومين'],\n '%d أيام',\n '%d يومًا',\n '%d يوم',\n ],\n M: [\n 'أقل من شهر',\n 'شهر واحد',\n ['شهران', 'شهرين'],\n '%d أشهر',\n '%d شهرا',\n '%d شهر',\n ],\n y: [\n 'أقل من عام',\n 'عام واحد',\n ['عامان', 'عامين'],\n '%d أعوام',\n '%d عامًا',\n '%d عام',\n ],\n },\n pluralize$1 = function (u) {\n return function (number, withoutSuffix, string, isFuture) {\n var f = pluralForm$1(number),\n str = plurals$1[u][pluralForm$1(number)];\n if (f === 2) {\n str = str[withoutSuffix ? 0 : 1];\n }\n return str.replace(/%d/i, number);\n };\n },\n months$2 = [\n 'يناير',\n 'فبراير',\n 'مارس',\n 'أبريل',\n 'مايو',\n 'يونيو',\n 'يوليو',\n 'أغسطس',\n 'سبتمبر',\n 'أكتوبر',\n 'نوفمبر',\n 'ديسمبر',\n ];\n\n hooks.defineLocale('ar-ly', {\n months: months$2,\n monthsShort: months$2,\n weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort: 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'D/\\u200FM/\\u200FYYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n meridiemParse: /ص|م/,\n isPM: function (input) {\n return 'م' === input;\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ص';\n } else {\n return 'م';\n }\n },\n calendar: {\n sameDay: '[اليوم عند الساعة] LT',\n nextDay: '[غدًا عند الساعة] LT',\n nextWeek: 'dddd [عند الساعة] LT',\n lastDay: '[أمس عند الساعة] LT',\n lastWeek: 'dddd [عند الساعة] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'بعد %s',\n past: 'منذ %s',\n s: pluralize$1('s'),\n ss: pluralize$1('s'),\n m: pluralize$1('m'),\n mm: pluralize$1('m'),\n h: pluralize$1('h'),\n hh: pluralize$1('h'),\n d: pluralize$1('d'),\n dd: pluralize$1('d'),\n M: pluralize$1('M'),\n MM: pluralize$1('M'),\n y: pluralize$1('y'),\n yy: pluralize$1('y'),\n },\n preparse: function (string) {\n return string.replace(/،/g, ',');\n },\n postformat: function (string) {\n return string\n .replace(/\\d/g, function (match) {\n return symbolMap[match];\n })\n .replace(/,/g, '،');\n },\n week: {\n dow: 6, // Saturday is the first day of the week.\n doy: 12, // The week that contains Jan 12th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('ar-ma', {\n months: 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split(\n '_'\n ),\n monthsShort: 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split(\n '_'\n ),\n weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort: 'احد_اثنين_ثلاثاء_اربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[اليوم على الساعة] LT',\n nextDay: '[غدا على الساعة] LT',\n nextWeek: 'dddd [على الساعة] LT',\n lastDay: '[أمس على الساعة] LT',\n lastWeek: 'dddd [على الساعة] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'في %s',\n past: 'منذ %s',\n s: 'ثوان',\n ss: '%d ثانية',\n m: 'دقيقة',\n mm: '%d دقائق',\n h: 'ساعة',\n hh: '%d ساعات',\n d: 'يوم',\n dd: '%d أيام',\n M: 'شهر',\n MM: '%d أشهر',\n y: 'سنة',\n yy: '%d سنوات',\n },\n week: {\n dow: 6, // Saturday is the first day of the week.\n doy: 12, // The week that contains Jan 12th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var symbolMap$1 = {\n '1': '١',\n '2': '٢',\n '3': '٣',\n '4': '٤',\n '5': '٥',\n '6': '٦',\n '7': '٧',\n '8': '٨',\n '9': '٩',\n '0': '٠',\n },\n numberMap = {\n '١': '1',\n '٢': '2',\n '٣': '3',\n '٤': '4',\n '٥': '5',\n '٦': '6',\n '٧': '7',\n '٨': '8',\n '٩': '9',\n '٠': '0',\n };\n\n hooks.defineLocale('ar-sa', {\n months: 'يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split(\n '_'\n ),\n monthsShort: 'يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split(\n '_'\n ),\n weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort: 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n meridiemParse: /ص|م/,\n isPM: function (input) {\n return 'م' === input;\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ص';\n } else {\n return 'م';\n }\n },\n calendar: {\n sameDay: '[اليوم على الساعة] LT',\n nextDay: '[غدا على الساعة] LT',\n nextWeek: 'dddd [على الساعة] LT',\n lastDay: '[أمس على الساعة] LT',\n lastWeek: 'dddd [على الساعة] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'في %s',\n past: 'منذ %s',\n s: 'ثوان',\n ss: '%d ثانية',\n m: 'دقيقة',\n mm: '%d دقائق',\n h: 'ساعة',\n hh: '%d ساعات',\n d: 'يوم',\n dd: '%d أيام',\n M: 'شهر',\n MM: '%d أشهر',\n y: 'سنة',\n yy: '%d سنوات',\n },\n preparse: function (string) {\n return string\n .replace(/[١٢٣٤٥٦٧٨٩٠]/g, function (match) {\n return numberMap[match];\n })\n .replace(/،/g, ',');\n },\n postformat: function (string) {\n return string\n .replace(/\\d/g, function (match) {\n return symbolMap$1[match];\n })\n .replace(/,/g, '،');\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('ar-tn', {\n months: 'جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split(\n '_'\n ),\n monthsShort: 'جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split(\n '_'\n ),\n weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort: 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[اليوم على الساعة] LT',\n nextDay: '[غدا على الساعة] LT',\n nextWeek: 'dddd [على الساعة] LT',\n lastDay: '[أمس على الساعة] LT',\n lastWeek: 'dddd [على الساعة] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'في %s',\n past: 'منذ %s',\n s: 'ثوان',\n ss: '%d ثانية',\n m: 'دقيقة',\n mm: '%d دقائق',\n h: 'ساعة',\n hh: '%d ساعات',\n d: 'يوم',\n dd: '%d أيام',\n M: 'شهر',\n MM: '%d أشهر',\n y: 'سنة',\n yy: '%d سنوات',\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var symbolMap$2 = {\n '1': '١',\n '2': '٢',\n '3': '٣',\n '4': '٤',\n '5': '٥',\n '6': '٦',\n '7': '٧',\n '8': '٨',\n '9': '٩',\n '0': '٠',\n },\n numberMap$1 = {\n '١': '1',\n '٢': '2',\n '٣': '3',\n '٤': '4',\n '٥': '5',\n '٦': '6',\n '٧': '7',\n '٨': '8',\n '٩': '9',\n '٠': '0',\n },\n pluralForm$2 = function (n) {\n return n === 0\n ? 0\n : n === 1\n ? 1\n : n === 2\n ? 2\n : n % 100 >= 3 && n % 100 <= 10\n ? 3\n : n % 100 >= 11\n ? 4\n : 5;\n },\n plurals$2 = {\n s: [\n 'أقل من ثانية',\n 'ثانية واحدة',\n ['ثانيتان', 'ثانيتين'],\n '%d ثوان',\n '%d ثانية',\n '%d ثانية',\n ],\n m: [\n 'أقل من دقيقة',\n 'دقيقة واحدة',\n ['دقيقتان', 'دقيقتين'],\n '%d دقائق',\n '%d دقيقة',\n '%d دقيقة',\n ],\n h: [\n 'أقل من ساعة',\n 'ساعة واحدة',\n ['ساعتان', 'ساعتين'],\n '%d ساعات',\n '%d ساعة',\n '%d ساعة',\n ],\n d: [\n 'أقل من يوم',\n 'يوم واحد',\n ['يومان', 'يومين'],\n '%d أيام',\n '%d يومًا',\n '%d يوم',\n ],\n M: [\n 'أقل من شهر',\n 'شهر واحد',\n ['شهران', 'شهرين'],\n '%d أشهر',\n '%d شهرا',\n '%d شهر',\n ],\n y: [\n 'أقل من عام',\n 'عام واحد',\n ['عامان', 'عامين'],\n '%d أعوام',\n '%d عامًا',\n '%d عام',\n ],\n },\n pluralize$2 = function (u) {\n return function (number, withoutSuffix, string, isFuture) {\n var f = pluralForm$2(number),\n str = plurals$2[u][pluralForm$2(number)];\n if (f === 2) {\n str = str[withoutSuffix ? 0 : 1];\n }\n return str.replace(/%d/i, number);\n };\n },\n months$3 = [\n 'يناير',\n 'فبراير',\n 'مارس',\n 'أبريل',\n 'مايو',\n 'يونيو',\n 'يوليو',\n 'أغسطس',\n 'سبتمبر',\n 'أكتوبر',\n 'نوفمبر',\n 'ديسمبر',\n ];\n\n hooks.defineLocale('ar', {\n months: months$3,\n monthsShort: months$3,\n weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort: 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'D/\\u200FM/\\u200FYYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n meridiemParse: /ص|م/,\n isPM: function (input) {\n return 'م' === input;\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ص';\n } else {\n return 'م';\n }\n },\n calendar: {\n sameDay: '[اليوم عند الساعة] LT',\n nextDay: '[غدًا عند الساعة] LT',\n nextWeek: 'dddd [عند الساعة] LT',\n lastDay: '[أمس عند الساعة] LT',\n lastWeek: 'dddd [عند الساعة] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'بعد %s',\n past: 'منذ %s',\n s: pluralize$2('s'),\n ss: pluralize$2('s'),\n m: pluralize$2('m'),\n mm: pluralize$2('m'),\n h: pluralize$2('h'),\n hh: pluralize$2('h'),\n d: pluralize$2('d'),\n dd: pluralize$2('d'),\n M: pluralize$2('M'),\n MM: pluralize$2('M'),\n y: pluralize$2('y'),\n yy: pluralize$2('y'),\n },\n preparse: function (string) {\n return string\n .replace(/[١٢٣٤٥٦٧٨٩٠]/g, function (match) {\n return numberMap$1[match];\n })\n .replace(/،/g, ',');\n },\n postformat: function (string) {\n return string\n .replace(/\\d/g, function (match) {\n return symbolMap$2[match];\n })\n .replace(/,/g, '،');\n },\n week: {\n dow: 6, // Saturday is the first day of the week.\n doy: 12, // The week that contains Jan 12th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var suffixes = {\n 1: '-inci',\n 5: '-inci',\n 8: '-inci',\n 70: '-inci',\n 80: '-inci',\n 2: '-nci',\n 7: '-nci',\n 20: '-nci',\n 50: '-nci',\n 3: '-üncü',\n 4: '-üncü',\n 100: '-üncü',\n 6: '-ncı',\n 9: '-uncu',\n 10: '-uncu',\n 30: '-uncu',\n 60: '-ıncı',\n 90: '-ıncı',\n };\n\n hooks.defineLocale('az', {\n months: 'yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr'.split(\n '_'\n ),\n monthsShort: 'yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek'.split('_'),\n weekdays: 'Bazar_Bazar ertəsi_Çərşənbə axşamı_Çərşənbə_Cümə axşamı_Cümə_Şənbə'.split(\n '_'\n ),\n weekdaysShort: 'Baz_BzE_ÇAx_Çər_CAx_Cüm_Şən'.split('_'),\n weekdaysMin: 'Bz_BE_ÇA_Çə_CA_Cü_Şə'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[bugün saat] LT',\n nextDay: '[sabah saat] LT',\n nextWeek: '[gələn həftə] dddd [saat] LT',\n lastDay: '[dünən] LT',\n lastWeek: '[keçən həftə] dddd [saat] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s sonra',\n past: '%s əvvəl',\n s: 'birneçə saniyə',\n ss: '%d saniyə',\n m: 'bir dəqiqə',\n mm: '%d dəqiqə',\n h: 'bir saat',\n hh: '%d saat',\n d: 'bir gün',\n dd: '%d gün',\n M: 'bir ay',\n MM: '%d ay',\n y: 'bir il',\n yy: '%d il',\n },\n meridiemParse: /gecə|səhər|gündüz|axşam/,\n isPM: function (input) {\n return /^(gündüz|axşam)$/.test(input);\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'gecə';\n } else if (hour < 12) {\n return 'səhər';\n } else if (hour < 17) {\n return 'gündüz';\n } else {\n return 'axşam';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(ıncı|inci|nci|üncü|ncı|uncu)/,\n ordinal: function (number) {\n if (number === 0) {\n // special case for zero\n return number + '-ıncı';\n }\n var a = number % 10,\n b = (number % 100) - a,\n c = number >= 100 ? 100 : null;\n return number + (suffixes[a] || suffixes[b] || suffixes[c]);\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n function plural(word, num) {\n var forms = word.split('_');\n return num % 10 === 1 && num % 100 !== 11\n ? forms[0]\n : num % 10 >= 2 && num % 10 <= 4 && (num % 100 < 10 || num % 100 >= 20)\n ? forms[1]\n : forms[2];\n }\n function relativeTimeWithPlural(number, withoutSuffix, key) {\n var format = {\n ss: withoutSuffix ? 'секунда_секунды_секунд' : 'секунду_секунды_секунд',\n mm: withoutSuffix ? 'хвіліна_хвіліны_хвілін' : 'хвіліну_хвіліны_хвілін',\n hh: withoutSuffix ? 'гадзіна_гадзіны_гадзін' : 'гадзіну_гадзіны_гадзін',\n dd: 'дзень_дні_дзён',\n MM: 'месяц_месяцы_месяцаў',\n yy: 'год_гады_гадоў',\n };\n if (key === 'm') {\n return withoutSuffix ? 'хвіліна' : 'хвіліну';\n } else if (key === 'h') {\n return withoutSuffix ? 'гадзіна' : 'гадзіну';\n } else {\n return number + ' ' + plural(format[key], +number);\n }\n }\n\n hooks.defineLocale('be', {\n months: {\n format: 'студзеня_лютага_сакавіка_красавіка_траўня_чэрвеня_ліпеня_жніўня_верасня_кастрычніка_лістапада_снежня'.split(\n '_'\n ),\n standalone: 'студзень_люты_сакавік_красавік_травень_чэрвень_ліпень_жнівень_верасень_кастрычнік_лістапад_снежань'.split(\n '_'\n ),\n },\n monthsShort: 'студ_лют_сак_крас_трав_чэрв_ліп_жнів_вер_каст_ліст_снеж'.split(\n '_'\n ),\n weekdays: {\n format: 'нядзелю_панядзелак_аўторак_сераду_чацвер_пятніцу_суботу'.split(\n '_'\n ),\n standalone: 'нядзеля_панядзелак_аўторак_серада_чацвер_пятніца_субота'.split(\n '_'\n ),\n isFormat: /\\[ ?[Ууў] ?(?:мінулую|наступную)? ?\\] ?dddd/,\n },\n weekdaysShort: 'нд_пн_ат_ср_чц_пт_сб'.split('_'),\n weekdaysMin: 'нд_пн_ат_ср_чц_пт_сб'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY г.',\n LLL: 'D MMMM YYYY г., HH:mm',\n LLLL: 'dddd, D MMMM YYYY г., HH:mm',\n },\n calendar: {\n sameDay: '[Сёння ў] LT',\n nextDay: '[Заўтра ў] LT',\n lastDay: '[Учора ў] LT',\n nextWeek: function () {\n return '[У] dddd [ў] LT';\n },\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n case 3:\n case 5:\n case 6:\n return '[У мінулую] dddd [ў] LT';\n case 1:\n case 2:\n case 4:\n return '[У мінулы] dddd [ў] LT';\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'праз %s',\n past: '%s таму',\n s: 'некалькі секунд',\n m: relativeTimeWithPlural,\n mm: relativeTimeWithPlural,\n h: relativeTimeWithPlural,\n hh: relativeTimeWithPlural,\n d: 'дзень',\n dd: relativeTimeWithPlural,\n M: 'месяц',\n MM: relativeTimeWithPlural,\n y: 'год',\n yy: relativeTimeWithPlural,\n },\n meridiemParse: /ночы|раніцы|дня|вечара/,\n isPM: function (input) {\n return /^(дня|вечара)$/.test(input);\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'ночы';\n } else if (hour < 12) {\n return 'раніцы';\n } else if (hour < 17) {\n return 'дня';\n } else {\n return 'вечара';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(і|ы|га)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'M':\n case 'd':\n case 'DDD':\n case 'w':\n case 'W':\n return (number % 10 === 2 || number % 10 === 3) &&\n number % 100 !== 12 &&\n number % 100 !== 13\n ? number + '-і'\n : number + '-ы';\n case 'D':\n return number + '-га';\n default:\n return number;\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('bg', {\n months: 'януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември'.split(\n '_'\n ),\n monthsShort: 'яну_фев_мар_апр_май_юни_юли_авг_сеп_окт_ное_дек'.split('_'),\n weekdays: 'неделя_понеделник_вторник_сряда_четвъртък_петък_събота'.split(\n '_'\n ),\n weekdaysShort: 'нед_пон_вто_сря_чет_пет_съб'.split('_'),\n weekdaysMin: 'нд_пн_вт_ср_чт_пт_сб'.split('_'),\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'D.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY H:mm',\n LLLL: 'dddd, D MMMM YYYY H:mm',\n },\n calendar: {\n sameDay: '[Днес в] LT',\n nextDay: '[Утре в] LT',\n nextWeek: 'dddd [в] LT',\n lastDay: '[Вчера в] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n case 3:\n case 6:\n return '[Миналата] dddd [в] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[Миналия] dddd [в] LT';\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'след %s',\n past: 'преди %s',\n s: 'няколко секунди',\n ss: '%d секунди',\n m: 'минута',\n mm: '%d минути',\n h: 'час',\n hh: '%d часа',\n d: 'ден',\n dd: '%d дена',\n M: 'месец',\n MM: '%d месеца',\n y: 'година',\n yy: '%d години',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(ев|ен|ти|ви|ри|ми)/,\n ordinal: function (number) {\n var lastDigit = number % 10,\n last2Digits = number % 100;\n if (number === 0) {\n return number + '-ев';\n } else if (last2Digits === 0) {\n return number + '-ен';\n } else if (last2Digits > 10 && last2Digits < 20) {\n return number + '-ти';\n } else if (lastDigit === 1) {\n return number + '-ви';\n } else if (lastDigit === 2) {\n return number + '-ри';\n } else if (lastDigit === 7 || lastDigit === 8) {\n return number + '-ми';\n } else {\n return number + '-ти';\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('bm', {\n months: 'Zanwuyekalo_Fewuruyekalo_Marisikalo_Awirilikalo_Mɛkalo_Zuwɛnkalo_Zuluyekalo_Utikalo_Sɛtanburukalo_ɔkutɔburukalo_Nowanburukalo_Desanburukalo'.split(\n '_'\n ),\n monthsShort: 'Zan_Few_Mar_Awi_Mɛ_Zuw_Zul_Uti_Sɛt_ɔku_Now_Des'.split('_'),\n weekdays: 'Kari_Ntɛnɛn_Tarata_Araba_Alamisa_Juma_Sibiri'.split('_'),\n weekdaysShort: 'Kar_Ntɛ_Tar_Ara_Ala_Jum_Sib'.split('_'),\n weekdaysMin: 'Ka_Nt_Ta_Ar_Al_Ju_Si'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'MMMM [tile] D [san] YYYY',\n LLL: 'MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm',\n LLLL: 'dddd MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm',\n },\n calendar: {\n sameDay: '[Bi lɛrɛ] LT',\n nextDay: '[Sini lɛrɛ] LT',\n nextWeek: 'dddd [don lɛrɛ] LT',\n lastDay: '[Kunu lɛrɛ] LT',\n lastWeek: 'dddd [tɛmɛnen lɛrɛ] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s kɔnɔ',\n past: 'a bɛ %s bɔ',\n s: 'sanga dama dama',\n ss: 'sekondi %d',\n m: 'miniti kelen',\n mm: 'miniti %d',\n h: 'lɛrɛ kelen',\n hh: 'lɛrɛ %d',\n d: 'tile kelen',\n dd: 'tile %d',\n M: 'kalo kelen',\n MM: 'kalo %d',\n y: 'san kelen',\n yy: 'san %d',\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var symbolMap$3 = {\n '1': '১',\n '2': '২',\n '3': '৩',\n '4': '৪',\n '5': '৫',\n '6': '৬',\n '7': '৭',\n '8': '৮',\n '9': '৯',\n '0': '০',\n },\n numberMap$2 = {\n '১': '1',\n '২': '2',\n '৩': '3',\n '৪': '4',\n '৫': '5',\n '৬': '6',\n '৭': '7',\n '৮': '8',\n '৯': '9',\n '০': '0',\n };\n\n hooks.defineLocale('bn', {\n months: 'জানুয়ারি_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর'.split(\n '_'\n ),\n monthsShort: 'জানু_ফেব্রু_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্ট_অক্টো_নভে_ডিসে'.split(\n '_'\n ),\n weekdays: 'রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার'.split(\n '_'\n ),\n weekdaysShort: 'রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি'.split('_'),\n weekdaysMin: 'রবি_সোম_মঙ্গল_বুধ_বৃহ_শুক্র_শনি'.split('_'),\n longDateFormat: {\n LT: 'A h:mm সময়',\n LTS: 'A h:mm:ss সময়',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm সময়',\n LLLL: 'dddd, D MMMM YYYY, A h:mm সময়',\n },\n calendar: {\n sameDay: '[আজ] LT',\n nextDay: '[আগামীকাল] LT',\n nextWeek: 'dddd, LT',\n lastDay: '[গতকাল] LT',\n lastWeek: '[গত] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s পরে',\n past: '%s আগে',\n s: 'কয়েক সেকেন্ড',\n ss: '%d সেকেন্ড',\n m: 'এক মিনিট',\n mm: '%d মিনিট',\n h: 'এক ঘন্টা',\n hh: '%d ঘন্টা',\n d: 'এক দিন',\n dd: '%d দিন',\n M: 'এক মাস',\n MM: '%d মাস',\n y: 'এক বছর',\n yy: '%d বছর',\n },\n preparse: function (string) {\n return string.replace(/[১২৩৪৫৬৭৮৯০]/g, function (match) {\n return numberMap$2[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap$3[match];\n });\n },\n meridiemParse: /রাত|সকাল|দুপুর|বিকাল|রাত/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (\n (meridiem === 'রাত' && hour >= 4) ||\n (meridiem === 'দুপুর' && hour < 5) ||\n meridiem === 'বিকাল'\n ) {\n return hour + 12;\n } else {\n return hour;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'রাত';\n } else if (hour < 10) {\n return 'সকাল';\n } else if (hour < 17) {\n return 'দুপুর';\n } else if (hour < 20) {\n return 'বিকাল';\n } else {\n return 'রাত';\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var symbolMap$4 = {\n '1': '༡',\n '2': '༢',\n '3': '༣',\n '4': '༤',\n '5': '༥',\n '6': '༦',\n '7': '༧',\n '8': '༨',\n '9': '༩',\n '0': '༠',\n },\n numberMap$3 = {\n '༡': '1',\n '༢': '2',\n '༣': '3',\n '༤': '4',\n '༥': '5',\n '༦': '6',\n '༧': '7',\n '༨': '8',\n '༩': '9',\n '༠': '0',\n };\n\n hooks.defineLocale('bo', {\n months: 'ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ'.split(\n '_'\n ),\n monthsShort: 'ཟླ་1_ཟླ་2_ཟླ་3_ཟླ་4_ཟླ་5_ཟླ་6_ཟླ་7_ཟླ་8_ཟླ་9_ཟླ་10_ཟླ་11_ཟླ་12'.split(\n '_'\n ),\n monthsShortRegex: /^(ཟླ་\\d{1,2})/,\n monthsParseExact: true,\n weekdays: 'གཟའ་ཉི་མ་_གཟའ་ཟླ་བ་_གཟའ་མིག་དམར་_གཟའ་ལྷག་པ་_གཟའ་ཕུར་བུ_གཟའ་པ་སངས་_གཟའ་སྤེན་པ་'.split(\n '_'\n ),\n weekdaysShort: 'ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་'.split(\n '_'\n ),\n weekdaysMin: 'ཉི_ཟླ_མིག_ལྷག_ཕུར_སངས_སྤེན'.split('_'),\n longDateFormat: {\n LT: 'A h:mm',\n LTS: 'A h:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm',\n LLLL: 'dddd, D MMMM YYYY, A h:mm',\n },\n calendar: {\n sameDay: '[དི་རིང] LT',\n nextDay: '[སང་ཉིན] LT',\n nextWeek: '[བདུན་ཕྲག་རྗེས་མ], LT',\n lastDay: '[ཁ་སང] LT',\n lastWeek: '[བདུན་ཕྲག་མཐའ་མ] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s ལ་',\n past: '%s སྔན་ལ',\n s: 'ལམ་སང',\n ss: '%d སྐར་ཆ།',\n m: 'སྐར་མ་གཅིག',\n mm: '%d སྐར་མ',\n h: 'ཆུ་ཚོད་གཅིག',\n hh: '%d ཆུ་ཚོད',\n d: 'ཉིན་གཅིག',\n dd: '%d ཉིན་',\n M: 'ཟླ་བ་གཅིག',\n MM: '%d ཟླ་བ',\n y: 'ལོ་གཅིག',\n yy: '%d ལོ',\n },\n preparse: function (string) {\n return string.replace(/[༡༢༣༤༥༦༧༨༩༠]/g, function (match) {\n return numberMap$3[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap$4[match];\n });\n },\n meridiemParse: /མཚན་མོ|ཞོགས་ཀས|ཉིན་གུང|དགོང་དག|མཚན་མོ/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (\n (meridiem === 'མཚན་མོ' && hour >= 4) ||\n (meridiem === 'ཉིན་གུང' && hour < 5) ||\n meridiem === 'དགོང་དག'\n ) {\n return hour + 12;\n } else {\n return hour;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'མཚན་མོ';\n } else if (hour < 10) {\n return 'ཞོགས་ཀས';\n } else if (hour < 17) {\n return 'ཉིན་གུང';\n } else if (hour < 20) {\n return 'དགོང་དག';\n } else {\n return 'མཚན་མོ';\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n function relativeTimeWithMutation(number, withoutSuffix, key) {\n var format = {\n mm: 'munutenn',\n MM: 'miz',\n dd: 'devezh',\n };\n return number + ' ' + mutation(format[key], number);\n }\n function specialMutationForYears(number) {\n switch (lastNumber(number)) {\n case 1:\n case 3:\n case 4:\n case 5:\n case 9:\n return number + ' bloaz';\n default:\n return number + ' vloaz';\n }\n }\n function lastNumber(number) {\n if (number > 9) {\n return lastNumber(number % 10);\n }\n return number;\n }\n function mutation(text, number) {\n if (number === 2) {\n return softMutation(text);\n }\n return text;\n }\n function softMutation(text) {\n var mutationTable = {\n m: 'v',\n b: 'v',\n d: 'z',\n };\n if (mutationTable[text.charAt(0)] === undefined) {\n return text;\n }\n return mutationTable[text.charAt(0)] + text.substring(1);\n }\n\n var monthsParse = [\n /^gen/i,\n /^c[ʼ\\']hwe/i,\n /^meu/i,\n /^ebr/i,\n /^mae/i,\n /^(mez|eve)/i,\n /^gou/i,\n /^eos/i,\n /^gwe/i,\n /^her/i,\n /^du/i,\n /^ker/i,\n ],\n monthsRegex$1 = /^(genver|c[ʼ\\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu|gen|c[ʼ\\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i,\n monthsStrictRegex = /^(genver|c[ʼ\\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu)/i,\n monthsShortStrictRegex = /^(gen|c[ʼ\\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i,\n fullWeekdaysParse = [\n /^sul/i,\n /^lun/i,\n /^meurzh/i,\n /^merc[ʼ\\']her/i,\n /^yaou/i,\n /^gwener/i,\n /^sadorn/i,\n ],\n shortWeekdaysParse = [\n /^Sul/i,\n /^Lun/i,\n /^Meu/i,\n /^Mer/i,\n /^Yao/i,\n /^Gwe/i,\n /^Sad/i,\n ],\n minWeekdaysParse = [\n /^Su/i,\n /^Lu/i,\n /^Me([^r]|$)/i,\n /^Mer/i,\n /^Ya/i,\n /^Gw/i,\n /^Sa/i,\n ];\n\n hooks.defineLocale('br', {\n months: 'Genver_Cʼhwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu'.split(\n '_'\n ),\n monthsShort: 'Gen_Cʼhwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker'.split('_'),\n weekdays: 'Sul_Lun_Meurzh_Mercʼher_Yaou_Gwener_Sadorn'.split('_'),\n weekdaysShort: 'Sul_Lun_Meu_Mer_Yao_Gwe_Sad'.split('_'),\n weekdaysMin: 'Su_Lu_Me_Mer_Ya_Gw_Sa'.split('_'),\n weekdaysParse: minWeekdaysParse,\n fullWeekdaysParse: fullWeekdaysParse,\n shortWeekdaysParse: shortWeekdaysParse,\n minWeekdaysParse: minWeekdaysParse,\n\n monthsRegex: monthsRegex$1,\n monthsShortRegex: monthsRegex$1,\n monthsStrictRegex: monthsStrictRegex,\n monthsShortStrictRegex: monthsShortStrictRegex,\n monthsParse: monthsParse,\n longMonthsParse: monthsParse,\n shortMonthsParse: monthsParse,\n\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D [a viz] MMMM YYYY',\n LLL: 'D [a viz] MMMM YYYY HH:mm',\n LLLL: 'dddd, D [a viz] MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Hiziv da] LT',\n nextDay: '[Warcʼhoazh da] LT',\n nextWeek: 'dddd [da] LT',\n lastDay: '[Decʼh da] LT',\n lastWeek: 'dddd [paset da] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'a-benn %s',\n past: '%s ʼzo',\n s: 'un nebeud segondennoù',\n ss: '%d eilenn',\n m: 'ur vunutenn',\n mm: relativeTimeWithMutation,\n h: 'un eur',\n hh: '%d eur',\n d: 'un devezh',\n dd: relativeTimeWithMutation,\n M: 'ur miz',\n MM: relativeTimeWithMutation,\n y: 'ur bloaz',\n yy: specialMutationForYears,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(añ|vet)/,\n ordinal: function (number) {\n var output = number === 1 ? 'añ' : 'vet';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n meridiemParse: /a.m.|g.m./, // goude merenn | a-raok merenn\n isPM: function (token) {\n return token === 'g.m.';\n },\n meridiem: function (hour, minute, isLower) {\n return hour < 12 ? 'a.m.' : 'g.m.';\n },\n });\n\n //! moment.js locale configuration\n\n function translate(number, withoutSuffix, key) {\n var result = number + ' ';\n switch (key) {\n case 'ss':\n if (number === 1) {\n result += 'sekunda';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'sekunde';\n } else {\n result += 'sekundi';\n }\n return result;\n case 'm':\n return withoutSuffix ? 'jedna minuta' : 'jedne minute';\n case 'mm':\n if (number === 1) {\n result += 'minuta';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'minute';\n } else {\n result += 'minuta';\n }\n return result;\n case 'h':\n return withoutSuffix ? 'jedan sat' : 'jednog sata';\n case 'hh':\n if (number === 1) {\n result += 'sat';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'sata';\n } else {\n result += 'sati';\n }\n return result;\n case 'dd':\n if (number === 1) {\n result += 'dan';\n } else {\n result += 'dana';\n }\n return result;\n case 'MM':\n if (number === 1) {\n result += 'mjesec';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'mjeseca';\n } else {\n result += 'mjeseci';\n }\n return result;\n case 'yy':\n if (number === 1) {\n result += 'godina';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'godine';\n } else {\n result += 'godina';\n }\n return result;\n }\n }\n\n hooks.defineLocale('bs', {\n months: 'januar_februar_mart_april_maj_juni_juli_august_septembar_oktobar_novembar_decembar'.split(\n '_'\n ),\n monthsShort: 'jan._feb._mar._apr._maj._jun._jul._aug._sep._okt._nov._dec.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota'.split(\n '_'\n ),\n weekdaysShort: 'ned._pon._uto._sri._čet._pet._sub.'.split('_'),\n weekdaysMin: 'ne_po_ut_sr_če_pe_su'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm',\n LLLL: 'dddd, D. MMMM YYYY H:mm',\n },\n calendar: {\n sameDay: '[danas u] LT',\n nextDay: '[sutra u] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[u] [nedjelju] [u] LT';\n case 3:\n return '[u] [srijedu] [u] LT';\n case 6:\n return '[u] [subotu] [u] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[u] dddd [u] LT';\n }\n },\n lastDay: '[jučer u] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n case 3:\n return '[prošlu] dddd [u] LT';\n case 6:\n return '[prošle] [subote] [u] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[prošli] dddd [u] LT';\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'za %s',\n past: 'prije %s',\n s: 'par sekundi',\n ss: translate,\n m: translate,\n mm: translate,\n h: translate,\n hh: translate,\n d: 'dan',\n dd: translate,\n M: 'mjesec',\n MM: translate,\n y: 'godinu',\n yy: translate,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('ca', {\n months: {\n standalone: 'gener_febrer_març_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre'.split(\n '_'\n ),\n format: \"de gener_de febrer_de març_d'abril_de maig_de juny_de juliol_d'agost_de setembre_d'octubre_de novembre_de desembre\".split(\n '_'\n ),\n isFormat: /D[oD]?(\\s)+MMMM/,\n },\n monthsShort: 'gen._febr._març_abr._maig_juny_jul._ag._set._oct._nov._des.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte'.split(\n '_'\n ),\n weekdaysShort: 'dg._dl._dt._dc._dj._dv._ds.'.split('_'),\n weekdaysMin: 'dg_dl_dt_dc_dj_dv_ds'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM [de] YYYY',\n ll: 'D MMM YYYY',\n LLL: 'D MMMM [de] YYYY [a les] H:mm',\n lll: 'D MMM YYYY, H:mm',\n LLLL: 'dddd D MMMM [de] YYYY [a les] H:mm',\n llll: 'ddd D MMM YYYY, H:mm',\n },\n calendar: {\n sameDay: function () {\n return '[avui a ' + (this.hours() !== 1 ? 'les' : 'la') + '] LT';\n },\n nextDay: function () {\n return '[demà a ' + (this.hours() !== 1 ? 'les' : 'la') + '] LT';\n },\n nextWeek: function () {\n return 'dddd [a ' + (this.hours() !== 1 ? 'les' : 'la') + '] LT';\n },\n lastDay: function () {\n return '[ahir a ' + (this.hours() !== 1 ? 'les' : 'la') + '] LT';\n },\n lastWeek: function () {\n return (\n '[el] dddd [passat a ' +\n (this.hours() !== 1 ? 'les' : 'la') +\n '] LT'\n );\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: \"d'aquí %s\",\n past: 'fa %s',\n s: 'uns segons',\n ss: '%d segons',\n m: 'un minut',\n mm: '%d minuts',\n h: 'una hora',\n hh: '%d hores',\n d: 'un dia',\n dd: '%d dies',\n M: 'un mes',\n MM: '%d mesos',\n y: 'un any',\n yy: '%d anys',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(r|n|t|è|a)/,\n ordinal: function (number, period) {\n var output =\n number === 1\n ? 'r'\n : number === 2\n ? 'n'\n : number === 3\n ? 'r'\n : number === 4\n ? 't'\n : 'è';\n if (period === 'w' || period === 'W') {\n output = 'a';\n }\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var months$4 = 'leden_únor_březen_duben_květen_červen_červenec_srpen_září_říjen_listopad_prosinec'.split(\n '_'\n ),\n monthsShort = 'led_úno_bře_dub_kvě_čvn_čvc_srp_zář_říj_lis_pro'.split('_'),\n monthsParse$1 = [\n /^led/i,\n /^úno/i,\n /^bře/i,\n /^dub/i,\n /^kvě/i,\n /^(čvn|červen$|června)/i,\n /^(čvc|červenec|července)/i,\n /^srp/i,\n /^zář/i,\n /^říj/i,\n /^lis/i,\n /^pro/i,\n ],\n // NOTE: 'červen' is substring of 'červenec'; therefore 'červenec' must precede 'červen' in the regex to be fully matched.\n // Otherwise parser matches '1. červenec' as '1. červen' + 'ec'.\n monthsRegex$2 = /^(leden|únor|březen|duben|květen|červenec|července|červen|června|srpen|září|říjen|listopad|prosinec|led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i;\n\n function plural$1(n) {\n return n > 1 && n < 5 && ~~(n / 10) !== 1;\n }\n function translate$1(number, withoutSuffix, key, isFuture) {\n var result = number + ' ';\n switch (key) {\n case 's': // a few seconds / in a few seconds / a few seconds ago\n return withoutSuffix || isFuture ? 'pár sekund' : 'pár sekundami';\n case 'ss': // 9 seconds / in 9 seconds / 9 seconds ago\n if (withoutSuffix || isFuture) {\n return result + (plural$1(number) ? 'sekundy' : 'sekund');\n } else {\n return result + 'sekundami';\n }\n case 'm': // a minute / in a minute / a minute ago\n return withoutSuffix ? 'minuta' : isFuture ? 'minutu' : 'minutou';\n case 'mm': // 9 minutes / in 9 minutes / 9 minutes ago\n if (withoutSuffix || isFuture) {\n return result + (plural$1(number) ? 'minuty' : 'minut');\n } else {\n return result + 'minutami';\n }\n case 'h': // an hour / in an hour / an hour ago\n return withoutSuffix ? 'hodina' : isFuture ? 'hodinu' : 'hodinou';\n case 'hh': // 9 hours / in 9 hours / 9 hours ago\n if (withoutSuffix || isFuture) {\n return result + (plural$1(number) ? 'hodiny' : 'hodin');\n } else {\n return result + 'hodinami';\n }\n case 'd': // a day / in a day / a day ago\n return withoutSuffix || isFuture ? 'den' : 'dnem';\n case 'dd': // 9 days / in 9 days / 9 days ago\n if (withoutSuffix || isFuture) {\n return result + (plural$1(number) ? 'dny' : 'dní');\n } else {\n return result + 'dny';\n }\n case 'M': // a month / in a month / a month ago\n return withoutSuffix || isFuture ? 'měsíc' : 'měsícem';\n case 'MM': // 9 months / in 9 months / 9 months ago\n if (withoutSuffix || isFuture) {\n return result + (plural$1(number) ? 'měsíce' : 'měsíců');\n } else {\n return result + 'měsíci';\n }\n case 'y': // a year / in a year / a year ago\n return withoutSuffix || isFuture ? 'rok' : 'rokem';\n case 'yy': // 9 years / in 9 years / 9 years ago\n if (withoutSuffix || isFuture) {\n return result + (plural$1(number) ? 'roky' : 'let');\n } else {\n return result + 'lety';\n }\n }\n }\n\n hooks.defineLocale('cs', {\n months: months$4,\n monthsShort: monthsShort,\n monthsRegex: monthsRegex$2,\n monthsShortRegex: monthsRegex$2,\n // NOTE: 'červen' is substring of 'červenec'; therefore 'červenec' must precede 'červen' in the regex to be fully matched.\n // Otherwise parser matches '1. červenec' as '1. červen' + 'ec'.\n monthsStrictRegex: /^(leden|ledna|února|únor|březen|března|duben|dubna|květen|května|červenec|července|červen|června|srpen|srpna|září|říjen|října|listopadu|listopad|prosinec|prosince)/i,\n monthsShortStrictRegex: /^(led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i,\n monthsParse: monthsParse$1,\n longMonthsParse: monthsParse$1,\n shortMonthsParse: monthsParse$1,\n weekdays: 'neděle_pondělí_úterý_středa_čtvrtek_pátek_sobota'.split('_'),\n weekdaysShort: 'ne_po_út_st_čt_pá_so'.split('_'),\n weekdaysMin: 'ne_po_út_st_čt_pá_so'.split('_'),\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm',\n LLLL: 'dddd D. MMMM YYYY H:mm',\n l: 'D. M. YYYY',\n },\n calendar: {\n sameDay: '[dnes v] LT',\n nextDay: '[zítra v] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[v neděli v] LT';\n case 1:\n case 2:\n return '[v] dddd [v] LT';\n case 3:\n return '[ve středu v] LT';\n case 4:\n return '[ve čtvrtek v] LT';\n case 5:\n return '[v pátek v] LT';\n case 6:\n return '[v sobotu v] LT';\n }\n },\n lastDay: '[včera v] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return '[minulou neděli v] LT';\n case 1:\n case 2:\n return '[minulé] dddd [v] LT';\n case 3:\n return '[minulou středu v] LT';\n case 4:\n case 5:\n return '[minulý] dddd [v] LT';\n case 6:\n return '[minulou sobotu v] LT';\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'za %s',\n past: 'před %s',\n s: translate$1,\n ss: translate$1,\n m: translate$1,\n mm: translate$1,\n h: translate$1,\n hh: translate$1,\n d: translate$1,\n dd: translate$1,\n M: translate$1,\n MM: translate$1,\n y: translate$1,\n yy: translate$1,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('cv', {\n months: 'кӑрлач_нарӑс_пуш_ака_май_ҫӗртме_утӑ_ҫурла_авӑн_юпа_чӳк_раштав'.split(\n '_'\n ),\n monthsShort: 'кӑр_нар_пуш_ака_май_ҫӗр_утӑ_ҫур_авн_юпа_чӳк_раш'.split('_'),\n weekdays: 'вырсарникун_тунтикун_ытларикун_юнкун_кӗҫнерникун_эрнекун_шӑматкун'.split(\n '_'\n ),\n weekdaysShort: 'выр_тун_ытл_юн_кӗҫ_эрн_шӑм'.split('_'),\n weekdaysMin: 'вр_тн_ыт_юн_кҫ_эр_шм'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD-MM-YYYY',\n LL: 'YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ]',\n LLL: 'YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm',\n LLLL: 'dddd, YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm',\n },\n calendar: {\n sameDay: '[Паян] LT [сехетре]',\n nextDay: '[Ыран] LT [сехетре]',\n lastDay: '[Ӗнер] LT [сехетре]',\n nextWeek: '[Ҫитес] dddd LT [сехетре]',\n lastWeek: '[Иртнӗ] dddd LT [сехетре]',\n sameElse: 'L',\n },\n relativeTime: {\n future: function (output) {\n var affix = /сехет$/i.exec(output)\n ? 'рен'\n : /ҫул$/i.exec(output)\n ? 'тан'\n : 'ран';\n return output + affix;\n },\n past: '%s каялла',\n s: 'пӗр-ик ҫеккунт',\n ss: '%d ҫеккунт',\n m: 'пӗр минут',\n mm: '%d минут',\n h: 'пӗр сехет',\n hh: '%d сехет',\n d: 'пӗр кун',\n dd: '%d кун',\n M: 'пӗр уйӑх',\n MM: '%d уйӑх',\n y: 'пӗр ҫул',\n yy: '%d ҫул',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-мӗш/,\n ordinal: '%d-мӗш',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('cy', {\n months: 'Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr'.split(\n '_'\n ),\n monthsShort: 'Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag'.split(\n '_'\n ),\n weekdays: 'Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn'.split(\n '_'\n ),\n weekdaysShort: 'Sul_Llun_Maw_Mer_Iau_Gwe_Sad'.split('_'),\n weekdaysMin: 'Su_Ll_Ma_Me_Ia_Gw_Sa'.split('_'),\n weekdaysParseExact: true,\n // time formats are the same as en-gb\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Heddiw am] LT',\n nextDay: '[Yfory am] LT',\n nextWeek: 'dddd [am] LT',\n lastDay: '[Ddoe am] LT',\n lastWeek: 'dddd [diwethaf am] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'mewn %s',\n past: '%s yn ôl',\n s: 'ychydig eiliadau',\n ss: '%d eiliad',\n m: 'munud',\n mm: '%d munud',\n h: 'awr',\n hh: '%d awr',\n d: 'diwrnod',\n dd: '%d diwrnod',\n M: 'mis',\n MM: '%d mis',\n y: 'blwyddyn',\n yy: '%d flynedd',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(fed|ain|af|il|ydd|ed|eg)/,\n // traditional ordinal numbers above 31 are not commonly used in colloquial Welsh\n ordinal: function (number) {\n var b = number,\n output = '',\n lookup = [\n '',\n 'af',\n 'il',\n 'ydd',\n 'ydd',\n 'ed',\n 'ed',\n 'ed',\n 'fed',\n 'fed',\n 'fed', // 1af to 10fed\n 'eg',\n 'fed',\n 'eg',\n 'eg',\n 'fed',\n 'eg',\n 'eg',\n 'fed',\n 'eg',\n 'fed', // 11eg to 20fed\n ];\n if (b > 20) {\n if (b === 40 || b === 50 || b === 60 || b === 80 || b === 100) {\n output = 'fed'; // not 30ain, 70ain or 90ain\n } else {\n output = 'ain';\n }\n } else if (b > 0) {\n output = lookup[b];\n }\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('da', {\n months: 'januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december'.split(\n '_'\n ),\n monthsShort: 'jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec'.split('_'),\n weekdays: 'søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag'.split('_'),\n weekdaysShort: 'søn_man_tir_ons_tor_fre_lør'.split('_'),\n weekdaysMin: 'sø_ma_ti_on_to_fr_lø'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY HH:mm',\n LLLL: 'dddd [d.] D. MMMM YYYY [kl.] HH:mm',\n },\n calendar: {\n sameDay: '[i dag kl.] LT',\n nextDay: '[i morgen kl.] LT',\n nextWeek: 'på dddd [kl.] LT',\n lastDay: '[i går kl.] LT',\n lastWeek: '[i] dddd[s kl.] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'om %s',\n past: '%s siden',\n s: 'få sekunder',\n ss: '%d sekunder',\n m: 'et minut',\n mm: '%d minutter',\n h: 'en time',\n hh: '%d timer',\n d: 'en dag',\n dd: '%d dage',\n M: 'en måned',\n MM: '%d måneder',\n y: 'et år',\n yy: '%d år',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var format = {\n m: ['eine Minute', 'einer Minute'],\n h: ['eine Stunde', 'einer Stunde'],\n d: ['ein Tag', 'einem Tag'],\n dd: [number + ' Tage', number + ' Tagen'],\n w: ['eine Woche', 'einer Woche'],\n M: ['ein Monat', 'einem Monat'],\n MM: [number + ' Monate', number + ' Monaten'],\n y: ['ein Jahr', 'einem Jahr'],\n yy: [number + ' Jahre', number + ' Jahren'],\n };\n return withoutSuffix ? format[key][0] : format[key][1];\n }\n\n hooks.defineLocale('de-at', {\n months: 'Jänner_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember'.split(\n '_'\n ),\n monthsShort: 'Jän._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag'.split(\n '_'\n ),\n weekdaysShort: 'So._Mo._Di._Mi._Do._Fr._Sa.'.split('_'),\n weekdaysMin: 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY HH:mm',\n LLLL: 'dddd, D. MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[heute um] LT [Uhr]',\n sameElse: 'L',\n nextDay: '[morgen um] LT [Uhr]',\n nextWeek: 'dddd [um] LT [Uhr]',\n lastDay: '[gestern um] LT [Uhr]',\n lastWeek: '[letzten] dddd [um] LT [Uhr]',\n },\n relativeTime: {\n future: 'in %s',\n past: 'vor %s',\n s: 'ein paar Sekunden',\n ss: '%d Sekunden',\n m: processRelativeTime,\n mm: '%d Minuten',\n h: processRelativeTime,\n hh: '%d Stunden',\n d: processRelativeTime,\n dd: processRelativeTime,\n w: processRelativeTime,\n ww: '%d Wochen',\n M: processRelativeTime,\n MM: processRelativeTime,\n y: processRelativeTime,\n yy: processRelativeTime,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n function processRelativeTime$1(number, withoutSuffix, key, isFuture) {\n var format = {\n m: ['eine Minute', 'einer Minute'],\n h: ['eine Stunde', 'einer Stunde'],\n d: ['ein Tag', 'einem Tag'],\n dd: [number + ' Tage', number + ' Tagen'],\n w: ['eine Woche', 'einer Woche'],\n M: ['ein Monat', 'einem Monat'],\n MM: [number + ' Monate', number + ' Monaten'],\n y: ['ein Jahr', 'einem Jahr'],\n yy: [number + ' Jahre', number + ' Jahren'],\n };\n return withoutSuffix ? format[key][0] : format[key][1];\n }\n\n hooks.defineLocale('de-ch', {\n months: 'Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember'.split(\n '_'\n ),\n monthsShort: 'Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag'.split(\n '_'\n ),\n weekdaysShort: 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'),\n weekdaysMin: 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY HH:mm',\n LLLL: 'dddd, D. MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[heute um] LT [Uhr]',\n sameElse: 'L',\n nextDay: '[morgen um] LT [Uhr]',\n nextWeek: 'dddd [um] LT [Uhr]',\n lastDay: '[gestern um] LT [Uhr]',\n lastWeek: '[letzten] dddd [um] LT [Uhr]',\n },\n relativeTime: {\n future: 'in %s',\n past: 'vor %s',\n s: 'ein paar Sekunden',\n ss: '%d Sekunden',\n m: processRelativeTime$1,\n mm: '%d Minuten',\n h: processRelativeTime$1,\n hh: '%d Stunden',\n d: processRelativeTime$1,\n dd: processRelativeTime$1,\n w: processRelativeTime$1,\n ww: '%d Wochen',\n M: processRelativeTime$1,\n MM: processRelativeTime$1,\n y: processRelativeTime$1,\n yy: processRelativeTime$1,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n function processRelativeTime$2(number, withoutSuffix, key, isFuture) {\n var format = {\n m: ['eine Minute', 'einer Minute'],\n h: ['eine Stunde', 'einer Stunde'],\n d: ['ein Tag', 'einem Tag'],\n dd: [number + ' Tage', number + ' Tagen'],\n w: ['eine Woche', 'einer Woche'],\n M: ['ein Monat', 'einem Monat'],\n MM: [number + ' Monate', number + ' Monaten'],\n y: ['ein Jahr', 'einem Jahr'],\n yy: [number + ' Jahre', number + ' Jahren'],\n };\n return withoutSuffix ? format[key][0] : format[key][1];\n }\n\n hooks.defineLocale('de', {\n months: 'Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember'.split(\n '_'\n ),\n monthsShort: 'Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag'.split(\n '_'\n ),\n weekdaysShort: 'So._Mo._Di._Mi._Do._Fr._Sa.'.split('_'),\n weekdaysMin: 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY HH:mm',\n LLLL: 'dddd, D. MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[heute um] LT [Uhr]',\n sameElse: 'L',\n nextDay: '[morgen um] LT [Uhr]',\n nextWeek: 'dddd [um] LT [Uhr]',\n lastDay: '[gestern um] LT [Uhr]',\n lastWeek: '[letzten] dddd [um] LT [Uhr]',\n },\n relativeTime: {\n future: 'in %s',\n past: 'vor %s',\n s: 'ein paar Sekunden',\n ss: '%d Sekunden',\n m: processRelativeTime$2,\n mm: '%d Minuten',\n h: processRelativeTime$2,\n hh: '%d Stunden',\n d: processRelativeTime$2,\n dd: processRelativeTime$2,\n w: processRelativeTime$2,\n ww: '%d Wochen',\n M: processRelativeTime$2,\n MM: processRelativeTime$2,\n y: processRelativeTime$2,\n yy: processRelativeTime$2,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var months$5 = [\n 'ޖެނުއަރީ',\n 'ފެބްރުއަރީ',\n 'މާރިޗު',\n 'އޭޕްރީލު',\n 'މޭ',\n 'ޖޫން',\n 'ޖުލައި',\n 'އޯގަސްޓު',\n 'ސެޕްޓެމްބަރު',\n 'އޮކްޓޯބަރު',\n 'ނޮވެމްބަރު',\n 'ޑިސެމްބަރު',\n ],\n weekdays = [\n 'އާދިއްތަ',\n 'ހޯމަ',\n 'އަންގާރަ',\n 'ބުދަ',\n 'ބުރާސްފަތި',\n 'ހުކުރު',\n 'ހޮނިހިރު',\n ];\n\n hooks.defineLocale('dv', {\n months: months$5,\n monthsShort: months$5,\n weekdays: weekdays,\n weekdaysShort: weekdays,\n weekdaysMin: 'އާދި_ހޯމަ_އަން_ބުދަ_ބުރާ_ހުކު_ހޮނި'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'D/M/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n meridiemParse: /މކ|މފ/,\n isPM: function (input) {\n return 'މފ' === input;\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'މކ';\n } else {\n return 'މފ';\n }\n },\n calendar: {\n sameDay: '[މިއަދު] LT',\n nextDay: '[މާދަމާ] LT',\n nextWeek: 'dddd LT',\n lastDay: '[އިއްޔެ] LT',\n lastWeek: '[ފާއިތުވި] dddd LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'ތެރޭގައި %s',\n past: 'ކުރިން %s',\n s: 'ސިކުންތުކޮޅެއް',\n ss: 'd% ސިކުންތު',\n m: 'މިނިޓެއް',\n mm: 'މިނިޓު %d',\n h: 'ގަޑިއިރެއް',\n hh: 'ގަޑިއިރު %d',\n d: 'ދުވަހެއް',\n dd: 'ދުވަސް %d',\n M: 'މަހެއް',\n MM: 'މަސް %d',\n y: 'އަހަރެއް',\n yy: 'އަހަރު %d',\n },\n preparse: function (string) {\n return string.replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/,/g, '،');\n },\n week: {\n dow: 7, // Sunday is the first day of the week.\n doy: 12, // The week that contains Jan 12th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n function isFunction$1(input) {\n return (\n (typeof Function !== 'undefined' && input instanceof Function) ||\n Object.prototype.toString.call(input) === '[object Function]'\n );\n }\n\n hooks.defineLocale('el', {\n monthsNominativeEl: 'Ιανουάριος_Φεβρουάριος_Μάρτιος_Απρίλιος_Μάιος_Ιούνιος_Ιούλιος_Αύγουστος_Σεπτέμβριος_Οκτώβριος_Νοέμβριος_Δεκέμβριος'.split(\n '_'\n ),\n monthsGenitiveEl: 'Ιανουαρίου_Φεβρουαρίου_Μαρτίου_Απριλίου_Μαΐου_Ιουνίου_Ιουλίου_Αυγούστου_Σεπτεμβρίου_Οκτωβρίου_Νοεμβρίου_Δεκεμβρίου'.split(\n '_'\n ),\n months: function (momentToFormat, format) {\n if (!momentToFormat) {\n return this._monthsNominativeEl;\n } else if (\n typeof format === 'string' &&\n /D/.test(format.substring(0, format.indexOf('MMMM')))\n ) {\n // if there is a day number before 'MMMM'\n return this._monthsGenitiveEl[momentToFormat.month()];\n } else {\n return this._monthsNominativeEl[momentToFormat.month()];\n }\n },\n monthsShort: 'Ιαν_Φεβ_Μαρ_Απρ_Μαϊ_Ιουν_Ιουλ_Αυγ_Σεπ_Οκτ_Νοε_Δεκ'.split('_'),\n weekdays: 'Κυριακή_Δευτέρα_Τρίτη_Τετάρτη_Πέμπτη_Παρασκευή_Σάββατο'.split(\n '_'\n ),\n weekdaysShort: 'Κυρ_Δευ_Τρι_Τετ_Πεμ_Παρ_Σαβ'.split('_'),\n weekdaysMin: 'Κυ_Δε_Τρ_Τε_Πε_Πα_Σα'.split('_'),\n meridiem: function (hours, minutes, isLower) {\n if (hours > 11) {\n return isLower ? 'μμ' : 'ΜΜ';\n } else {\n return isLower ? 'πμ' : 'ΠΜ';\n }\n },\n isPM: function (input) {\n return (input + '').toLowerCase()[0] === 'μ';\n },\n meridiemParse: /[ΠΜ]\\.?Μ?\\.?/i,\n longDateFormat: {\n LT: 'h:mm A',\n LTS: 'h:mm:ss A',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY h:mm A',\n LLLL: 'dddd, D MMMM YYYY h:mm A',\n },\n calendarEl: {\n sameDay: '[Σήμερα {}] LT',\n nextDay: '[Αύριο {}] LT',\n nextWeek: 'dddd [{}] LT',\n lastDay: '[Χθες {}] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 6:\n return '[το προηγούμενο] dddd [{}] LT';\n default:\n return '[την προηγούμενη] dddd [{}] LT';\n }\n },\n sameElse: 'L',\n },\n calendar: function (key, mom) {\n var output = this._calendarEl[key],\n hours = mom && mom.hours();\n if (isFunction$1(output)) {\n output = output.apply(mom);\n }\n return output.replace('{}', hours % 12 === 1 ? 'στη' : 'στις');\n },\n relativeTime: {\n future: 'σε %s',\n past: '%s πριν',\n s: 'λίγα δευτερόλεπτα',\n ss: '%d δευτερόλεπτα',\n m: 'ένα λεπτό',\n mm: '%d λεπτά',\n h: 'μία ώρα',\n hh: '%d ώρες',\n d: 'μία μέρα',\n dd: '%d μέρες',\n M: 'ένας μήνας',\n MM: '%d μήνες',\n y: 'ένας χρόνος',\n yy: '%d χρόνια',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}η/,\n ordinal: '%dη',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4st is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('en-au', {\n months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split(\n '_'\n ),\n weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat: {\n LT: 'h:mm A',\n LTS: 'h:mm:ss A',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY h:mm A',\n LLLL: 'dddd, D MMMM YYYY h:mm A',\n },\n calendar: {\n sameDay: '[Today at] LT',\n nextDay: '[Tomorrow at] LT',\n nextWeek: 'dddd [at] LT',\n lastDay: '[Yesterday at] LT',\n lastWeek: '[Last] dddd [at] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'in %s',\n past: '%s ago',\n s: 'a few seconds',\n ss: '%d seconds',\n m: 'a minute',\n mm: '%d minutes',\n h: 'an hour',\n hh: '%d hours',\n d: 'a day',\n dd: '%d days',\n M: 'a month',\n MM: '%d months',\n y: 'a year',\n yy: '%d years',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('en-ca', {\n months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split(\n '_'\n ),\n weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat: {\n LT: 'h:mm A',\n LTS: 'h:mm:ss A',\n L: 'YYYY-MM-DD',\n LL: 'MMMM D, YYYY',\n LLL: 'MMMM D, YYYY h:mm A',\n LLLL: 'dddd, MMMM D, YYYY h:mm A',\n },\n calendar: {\n sameDay: '[Today at] LT',\n nextDay: '[Tomorrow at] LT',\n nextWeek: 'dddd [at] LT',\n lastDay: '[Yesterday at] LT',\n lastWeek: '[Last] dddd [at] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'in %s',\n past: '%s ago',\n s: 'a few seconds',\n ss: '%d seconds',\n m: 'a minute',\n mm: '%d minutes',\n h: 'an hour',\n hh: '%d hours',\n d: 'a day',\n dd: '%d days',\n M: 'a month',\n MM: '%d months',\n y: 'a year',\n yy: '%d years',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('en-gb', {\n months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split(\n '_'\n ),\n weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Today at] LT',\n nextDay: '[Tomorrow at] LT',\n nextWeek: 'dddd [at] LT',\n lastDay: '[Yesterday at] LT',\n lastWeek: '[Last] dddd [at] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'in %s',\n past: '%s ago',\n s: 'a few seconds',\n ss: '%d seconds',\n m: 'a minute',\n mm: '%d minutes',\n h: 'an hour',\n hh: '%d hours',\n d: 'a day',\n dd: '%d days',\n M: 'a month',\n MM: '%d months',\n y: 'a year',\n yy: '%d years',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('en-ie', {\n months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split(\n '_'\n ),\n weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Today at] LT',\n nextDay: '[Tomorrow at] LT',\n nextWeek: 'dddd [at] LT',\n lastDay: '[Yesterday at] LT',\n lastWeek: '[Last] dddd [at] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'in %s',\n past: '%s ago',\n s: 'a few seconds',\n ss: '%d seconds',\n m: 'a minute',\n mm: '%d minutes',\n h: 'an hour',\n hh: '%d hours',\n d: 'a day',\n dd: '%d days',\n M: 'a month',\n MM: '%d months',\n y: 'a year',\n yy: '%d years',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('en-il', {\n months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split(\n '_'\n ),\n weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Today at] LT',\n nextDay: '[Tomorrow at] LT',\n nextWeek: 'dddd [at] LT',\n lastDay: '[Yesterday at] LT',\n lastWeek: '[Last] dddd [at] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'in %s',\n past: '%s ago',\n s: 'a few seconds',\n ss: '%d seconds',\n m: 'a minute',\n mm: '%d minutes',\n h: 'an hour',\n hh: '%d hours',\n d: 'a day',\n dd: '%d days',\n M: 'a month',\n MM: '%d months',\n y: 'a year',\n yy: '%d years',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('en-in', {\n months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split(\n '_'\n ),\n weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat: {\n LT: 'h:mm A',\n LTS: 'h:mm:ss A',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY h:mm A',\n LLLL: 'dddd, D MMMM YYYY h:mm A',\n },\n calendar: {\n sameDay: '[Today at] LT',\n nextDay: '[Tomorrow at] LT',\n nextWeek: 'dddd [at] LT',\n lastDay: '[Yesterday at] LT',\n lastWeek: '[Last] dddd [at] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'in %s',\n past: '%s ago',\n s: 'a few seconds',\n ss: '%d seconds',\n m: 'a minute',\n mm: '%d minutes',\n h: 'an hour',\n hh: '%d hours',\n d: 'a day',\n dd: '%d days',\n M: 'a month',\n MM: '%d months',\n y: 'a year',\n yy: '%d years',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 1st is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('en-nz', {\n months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split(\n '_'\n ),\n weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat: {\n LT: 'h:mm A',\n LTS: 'h:mm:ss A',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY h:mm A',\n LLLL: 'dddd, D MMMM YYYY h:mm A',\n },\n calendar: {\n sameDay: '[Today at] LT',\n nextDay: '[Tomorrow at] LT',\n nextWeek: 'dddd [at] LT',\n lastDay: '[Yesterday at] LT',\n lastWeek: '[Last] dddd [at] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'in %s',\n past: '%s ago',\n s: 'a few seconds',\n ss: '%d seconds',\n m: 'a minute',\n mm: '%d minutes',\n h: 'an hour',\n hh: '%d hours',\n d: 'a day',\n dd: '%d days',\n M: 'a month',\n MM: '%d months',\n y: 'a year',\n yy: '%d years',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('en-sg', {\n months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split(\n '_'\n ),\n weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Today at] LT',\n nextDay: '[Tomorrow at] LT',\n nextWeek: 'dddd [at] LT',\n lastDay: '[Yesterday at] LT',\n lastWeek: '[Last] dddd [at] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'in %s',\n past: '%s ago',\n s: 'a few seconds',\n ss: '%d seconds',\n m: 'a minute',\n mm: '%d minutes',\n h: 'an hour',\n hh: '%d hours',\n d: 'a day',\n dd: '%d days',\n M: 'a month',\n MM: '%d months',\n y: 'a year',\n yy: '%d years',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('eo', {\n months: 'januaro_februaro_marto_aprilo_majo_junio_julio_aŭgusto_septembro_oktobro_novembro_decembro'.split(\n '_'\n ),\n monthsShort: 'jan_feb_mart_apr_maj_jun_jul_aŭg_sept_okt_nov_dec'.split('_'),\n weekdays: 'dimanĉo_lundo_mardo_merkredo_ĵaŭdo_vendredo_sabato'.split('_'),\n weekdaysShort: 'dim_lun_mard_merk_ĵaŭ_ven_sab'.split('_'),\n weekdaysMin: 'di_lu_ma_me_ĵa_ve_sa'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY-MM-DD',\n LL: '[la] D[-an de] MMMM, YYYY',\n LLL: '[la] D[-an de] MMMM, YYYY HH:mm',\n LLLL: 'dddd[n], [la] D[-an de] MMMM, YYYY HH:mm',\n llll: 'ddd, [la] D[-an de] MMM, YYYY HH:mm',\n },\n meridiemParse: /[ap]\\.t\\.m/i,\n isPM: function (input) {\n return input.charAt(0).toLowerCase() === 'p';\n },\n meridiem: function (hours, minutes, isLower) {\n if (hours > 11) {\n return isLower ? 'p.t.m.' : 'P.T.M.';\n } else {\n return isLower ? 'a.t.m.' : 'A.T.M.';\n }\n },\n calendar: {\n sameDay: '[Hodiaŭ je] LT',\n nextDay: '[Morgaŭ je] LT',\n nextWeek: 'dddd[n je] LT',\n lastDay: '[Hieraŭ je] LT',\n lastWeek: '[pasintan] dddd[n je] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'post %s',\n past: 'antaŭ %s',\n s: 'kelkaj sekundoj',\n ss: '%d sekundoj',\n m: 'unu minuto',\n mm: '%d minutoj',\n h: 'unu horo',\n hh: '%d horoj',\n d: 'unu tago', //ne 'diurno', ĉar estas uzita por proksimumo\n dd: '%d tagoj',\n M: 'unu monato',\n MM: '%d monatoj',\n y: 'unu jaro',\n yy: '%d jaroj',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}a/,\n ordinal: '%da',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var monthsShortDot = 'ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.'.split(\n '_'\n ),\n monthsShort$1 = 'ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic'.split('_'),\n monthsParse$2 = [\n /^ene/i,\n /^feb/i,\n /^mar/i,\n /^abr/i,\n /^may/i,\n /^jun/i,\n /^jul/i,\n /^ago/i,\n /^sep/i,\n /^oct/i,\n /^nov/i,\n /^dic/i,\n ],\n monthsRegex$3 = /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i;\n\n hooks.defineLocale('es-do', {\n months: 'enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre'.split(\n '_'\n ),\n monthsShort: function (m, format) {\n if (!m) {\n return monthsShortDot;\n } else if (/-MMM-/.test(format)) {\n return monthsShort$1[m.month()];\n } else {\n return monthsShortDot[m.month()];\n }\n },\n monthsRegex: monthsRegex$3,\n monthsShortRegex: monthsRegex$3,\n monthsStrictRegex: /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,\n monthsShortStrictRegex: /^(ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i,\n monthsParse: monthsParse$2,\n longMonthsParse: monthsParse$2,\n shortMonthsParse: monthsParse$2,\n weekdays: 'domingo_lunes_martes_miércoles_jueves_viernes_sábado'.split('_'),\n weekdaysShort: 'dom._lun._mar._mié._jue._vie._sáb.'.split('_'),\n weekdaysMin: 'do_lu_ma_mi_ju_vi_sá'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'h:mm A',\n LTS: 'h:mm:ss A',\n L: 'DD/MM/YYYY',\n LL: 'D [de] MMMM [de] YYYY',\n LLL: 'D [de] MMMM [de] YYYY h:mm A',\n LLLL: 'dddd, D [de] MMMM [de] YYYY h:mm A',\n },\n calendar: {\n sameDay: function () {\n return '[hoy a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n nextDay: function () {\n return '[mañana a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n nextWeek: function () {\n return 'dddd [a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n lastDay: function () {\n return '[ayer a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n lastWeek: function () {\n return (\n '[el] dddd [pasado a la' +\n (this.hours() !== 1 ? 's' : '') +\n '] LT'\n );\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'en %s',\n past: 'hace %s',\n s: 'unos segundos',\n ss: '%d segundos',\n m: 'un minuto',\n mm: '%d minutos',\n h: 'una hora',\n hh: '%d horas',\n d: 'un día',\n dd: '%d días',\n M: 'un mes',\n MM: '%d meses',\n y: 'un año',\n yy: '%d años',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var monthsShortDot$1 = 'ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.'.split(\n '_'\n ),\n monthsShort$2 = 'ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic'.split('_'),\n monthsParse$3 = [\n /^ene/i,\n /^feb/i,\n /^mar/i,\n /^abr/i,\n /^may/i,\n /^jun/i,\n /^jul/i,\n /^ago/i,\n /^sep/i,\n /^oct/i,\n /^nov/i,\n /^dic/i,\n ],\n monthsRegex$4 = /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i;\n\n hooks.defineLocale('es-us', {\n months: 'enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre'.split(\n '_'\n ),\n monthsShort: function (m, format) {\n if (!m) {\n return monthsShortDot$1;\n } else if (/-MMM-/.test(format)) {\n return monthsShort$2[m.month()];\n } else {\n return monthsShortDot$1[m.month()];\n }\n },\n monthsRegex: monthsRegex$4,\n monthsShortRegex: monthsRegex$4,\n monthsStrictRegex: /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,\n monthsShortStrictRegex: /^(ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i,\n monthsParse: monthsParse$3,\n longMonthsParse: monthsParse$3,\n shortMonthsParse: monthsParse$3,\n weekdays: 'domingo_lunes_martes_miércoles_jueves_viernes_sábado'.split('_'),\n weekdaysShort: 'dom._lun._mar._mié._jue._vie._sáb.'.split('_'),\n weekdaysMin: 'do_lu_ma_mi_ju_vi_sá'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'h:mm A',\n LTS: 'h:mm:ss A',\n L: 'MM/DD/YYYY',\n LL: 'D [de] MMMM [de] YYYY',\n LLL: 'D [de] MMMM [de] YYYY h:mm A',\n LLLL: 'dddd, D [de] MMMM [de] YYYY h:mm A',\n },\n calendar: {\n sameDay: function () {\n return '[hoy a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n nextDay: function () {\n return '[mañana a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n nextWeek: function () {\n return 'dddd [a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n lastDay: function () {\n return '[ayer a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n lastWeek: function () {\n return (\n '[el] dddd [pasado a la' +\n (this.hours() !== 1 ? 's' : '') +\n '] LT'\n );\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'en %s',\n past: 'hace %s',\n s: 'unos segundos',\n ss: '%d segundos',\n m: 'un minuto',\n mm: '%d minutos',\n h: 'una hora',\n hh: '%d horas',\n d: 'un día',\n dd: '%d días',\n M: 'un mes',\n MM: '%d meses',\n y: 'un año',\n yy: '%d años',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var monthsShortDot$2 = 'ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.'.split(\n '_'\n ),\n monthsShort$3 = 'ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic'.split('_'),\n monthsParse$4 = [\n /^ene/i,\n /^feb/i,\n /^mar/i,\n /^abr/i,\n /^may/i,\n /^jun/i,\n /^jul/i,\n /^ago/i,\n /^sep/i,\n /^oct/i,\n /^nov/i,\n /^dic/i,\n ],\n monthsRegex$5 = /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i;\n\n hooks.defineLocale('es', {\n months: 'enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre'.split(\n '_'\n ),\n monthsShort: function (m, format) {\n if (!m) {\n return monthsShortDot$2;\n } else if (/-MMM-/.test(format)) {\n return monthsShort$3[m.month()];\n } else {\n return monthsShortDot$2[m.month()];\n }\n },\n monthsRegex: monthsRegex$5,\n monthsShortRegex: monthsRegex$5,\n monthsStrictRegex: /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,\n monthsShortStrictRegex: /^(ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i,\n monthsParse: monthsParse$4,\n longMonthsParse: monthsParse$4,\n shortMonthsParse: monthsParse$4,\n weekdays: 'domingo_lunes_martes_miércoles_jueves_viernes_sábado'.split('_'),\n weekdaysShort: 'dom._lun._mar._mié._jue._vie._sáb.'.split('_'),\n weekdaysMin: 'do_lu_ma_mi_ju_vi_sá'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D [de] MMMM [de] YYYY',\n LLL: 'D [de] MMMM [de] YYYY H:mm',\n LLLL: 'dddd, D [de] MMMM [de] YYYY H:mm',\n },\n calendar: {\n sameDay: function () {\n return '[hoy a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n nextDay: function () {\n return '[mañana a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n nextWeek: function () {\n return 'dddd [a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n lastDay: function () {\n return '[ayer a la' + (this.hours() !== 1 ? 's' : '') + '] LT';\n },\n lastWeek: function () {\n return (\n '[el] dddd [pasado a la' +\n (this.hours() !== 1 ? 's' : '') +\n '] LT'\n );\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'en %s',\n past: 'hace %s',\n s: 'unos segundos',\n ss: '%d segundos',\n m: 'un minuto',\n mm: '%d minutos',\n h: 'una hora',\n hh: '%d horas',\n d: 'un día',\n dd: '%d días',\n M: 'un mes',\n MM: '%d meses',\n y: 'un año',\n yy: '%d años',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n invalidDate: 'Fecha invalida',\n });\n\n //! moment.js locale configuration\n\n function processRelativeTime$3(number, withoutSuffix, key, isFuture) {\n var format = {\n s: ['mõne sekundi', 'mõni sekund', 'paar sekundit'],\n ss: [number + 'sekundi', number + 'sekundit'],\n m: ['ühe minuti', 'üks minut'],\n mm: [number + ' minuti', number + ' minutit'],\n h: ['ühe tunni', 'tund aega', 'üks tund'],\n hh: [number + ' tunni', number + ' tundi'],\n d: ['ühe päeva', 'üks päev'],\n M: ['kuu aja', 'kuu aega', 'üks kuu'],\n MM: [number + ' kuu', number + ' kuud'],\n y: ['ühe aasta', 'aasta', 'üks aasta'],\n yy: [number + ' aasta', number + ' aastat'],\n };\n if (withoutSuffix) {\n return format[key][2] ? format[key][2] : format[key][1];\n }\n return isFuture ? format[key][0] : format[key][1];\n }\n\n hooks.defineLocale('et', {\n months: 'jaanuar_veebruar_märts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember'.split(\n '_'\n ),\n monthsShort: 'jaan_veebr_märts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets'.split(\n '_'\n ),\n weekdays: 'pühapäev_esmaspäev_teisipäev_kolmapäev_neljapäev_reede_laupäev'.split(\n '_'\n ),\n weekdaysShort: 'P_E_T_K_N_R_L'.split('_'),\n weekdaysMin: 'P_E_T_K_N_R_L'.split('_'),\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm',\n LLLL: 'dddd, D. MMMM YYYY H:mm',\n },\n calendar: {\n sameDay: '[Täna,] LT',\n nextDay: '[Homme,] LT',\n nextWeek: '[Järgmine] dddd LT',\n lastDay: '[Eile,] LT',\n lastWeek: '[Eelmine] dddd LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s pärast',\n past: '%s tagasi',\n s: processRelativeTime$3,\n ss: processRelativeTime$3,\n m: processRelativeTime$3,\n mm: processRelativeTime$3,\n h: processRelativeTime$3,\n hh: processRelativeTime$3,\n d: processRelativeTime$3,\n dd: '%d päeva',\n M: processRelativeTime$3,\n MM: processRelativeTime$3,\n y: processRelativeTime$3,\n yy: processRelativeTime$3,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('eu', {\n months: 'urtarrila_otsaila_martxoa_apirila_maiatza_ekaina_uztaila_abuztua_iraila_urria_azaroa_abendua'.split(\n '_'\n ),\n monthsShort: 'urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'igandea_astelehena_asteartea_asteazkena_osteguna_ostirala_larunbata'.split(\n '_'\n ),\n weekdaysShort: 'ig._al._ar._az._og._ol._lr.'.split('_'),\n weekdaysMin: 'ig_al_ar_az_og_ol_lr'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY-MM-DD',\n LL: 'YYYY[ko] MMMM[ren] D[a]',\n LLL: 'YYYY[ko] MMMM[ren] D[a] HH:mm',\n LLLL: 'dddd, YYYY[ko] MMMM[ren] D[a] HH:mm',\n l: 'YYYY-M-D',\n ll: 'YYYY[ko] MMM D[a]',\n lll: 'YYYY[ko] MMM D[a] HH:mm',\n llll: 'ddd, YYYY[ko] MMM D[a] HH:mm',\n },\n calendar: {\n sameDay: '[gaur] LT[etan]',\n nextDay: '[bihar] LT[etan]',\n nextWeek: 'dddd LT[etan]',\n lastDay: '[atzo] LT[etan]',\n lastWeek: '[aurreko] dddd LT[etan]',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s barru',\n past: 'duela %s',\n s: 'segundo batzuk',\n ss: '%d segundo',\n m: 'minutu bat',\n mm: '%d minutu',\n h: 'ordu bat',\n hh: '%d ordu',\n d: 'egun bat',\n dd: '%d egun',\n M: 'hilabete bat',\n MM: '%d hilabete',\n y: 'urte bat',\n yy: '%d urte',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var symbolMap$5 = {\n '1': '۱',\n '2': '۲',\n '3': '۳',\n '4': '۴',\n '5': '۵',\n '6': '۶',\n '7': '۷',\n '8': '۸',\n '9': '۹',\n '0': '۰',\n },\n numberMap$4 = {\n '۱': '1',\n '۲': '2',\n '۳': '3',\n '۴': '4',\n '۵': '5',\n '۶': '6',\n '۷': '7',\n '۸': '8',\n '۹': '9',\n '۰': '0',\n };\n\n hooks.defineLocale('fa', {\n months: 'ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر'.split(\n '_'\n ),\n monthsShort: 'ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر'.split(\n '_'\n ),\n weekdays: 'یک\\u200cشنبه_دوشنبه_سه\\u200cشنبه_چهارشنبه_پنج\\u200cشنبه_جمعه_شنبه'.split(\n '_'\n ),\n weekdaysShort: 'یک\\u200cشنبه_دوشنبه_سه\\u200cشنبه_چهارشنبه_پنج\\u200cشنبه_جمعه_شنبه'.split(\n '_'\n ),\n weekdaysMin: 'ی_د_س_چ_پ_ج_ش'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n meridiemParse: /قبل از ظهر|بعد از ظهر/,\n isPM: function (input) {\n return /بعد از ظهر/.test(input);\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'قبل از ظهر';\n } else {\n return 'بعد از ظهر';\n }\n },\n calendar: {\n sameDay: '[امروز ساعت] LT',\n nextDay: '[فردا ساعت] LT',\n nextWeek: 'dddd [ساعت] LT',\n lastDay: '[دیروز ساعت] LT',\n lastWeek: 'dddd [پیش] [ساعت] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'در %s',\n past: '%s پیش',\n s: 'چند ثانیه',\n ss: '%d ثانیه',\n m: 'یک دقیقه',\n mm: '%d دقیقه',\n h: 'یک ساعت',\n hh: '%d ساعت',\n d: 'یک روز',\n dd: '%d روز',\n M: 'یک ماه',\n MM: '%d ماه',\n y: 'یک سال',\n yy: '%d سال',\n },\n preparse: function (string) {\n return string\n .replace(/[۰-۹]/g, function (match) {\n return numberMap$4[match];\n })\n .replace(/،/g, ',');\n },\n postformat: function (string) {\n return string\n .replace(/\\d/g, function (match) {\n return symbolMap$5[match];\n })\n .replace(/,/g, '،');\n },\n dayOfMonthOrdinalParse: /\\d{1,2}م/,\n ordinal: '%dم',\n week: {\n dow: 6, // Saturday is the first day of the week.\n doy: 12, // The week that contains Jan 12th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var numbersPast = 'nolla yksi kaksi kolme neljä viisi kuusi seitsemän kahdeksan yhdeksän'.split(\n ' '\n ),\n numbersFuture = [\n 'nolla',\n 'yhden',\n 'kahden',\n 'kolmen',\n 'neljän',\n 'viiden',\n 'kuuden',\n numbersPast[7],\n numbersPast[8],\n numbersPast[9],\n ];\n function translate$2(number, withoutSuffix, key, isFuture) {\n var result = '';\n switch (key) {\n case 's':\n return isFuture ? 'muutaman sekunnin' : 'muutama sekunti';\n case 'ss':\n result = isFuture ? 'sekunnin' : 'sekuntia';\n break;\n case 'm':\n return isFuture ? 'minuutin' : 'minuutti';\n case 'mm':\n result = isFuture ? 'minuutin' : 'minuuttia';\n break;\n case 'h':\n return isFuture ? 'tunnin' : 'tunti';\n case 'hh':\n result = isFuture ? 'tunnin' : 'tuntia';\n break;\n case 'd':\n return isFuture ? 'päivän' : 'päivä';\n case 'dd':\n result = isFuture ? 'päivän' : 'päivää';\n break;\n case 'M':\n return isFuture ? 'kuukauden' : 'kuukausi';\n case 'MM':\n result = isFuture ? 'kuukauden' : 'kuukautta';\n break;\n case 'y':\n return isFuture ? 'vuoden' : 'vuosi';\n case 'yy':\n result = isFuture ? 'vuoden' : 'vuotta';\n break;\n }\n result = verbalNumber(number, isFuture) + ' ' + result;\n return result;\n }\n function verbalNumber(number, isFuture) {\n return number < 10\n ? isFuture\n ? numbersFuture[number]\n : numbersPast[number]\n : number;\n }\n\n hooks.defineLocale('fi', {\n months: 'tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kesäkuu_heinäkuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu'.split(\n '_'\n ),\n monthsShort: 'tammi_helmi_maalis_huhti_touko_kesä_heinä_elo_syys_loka_marras_joulu'.split(\n '_'\n ),\n weekdays: 'sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai'.split(\n '_'\n ),\n weekdaysShort: 'su_ma_ti_ke_to_pe_la'.split('_'),\n weekdaysMin: 'su_ma_ti_ke_to_pe_la'.split('_'),\n longDateFormat: {\n LT: 'HH.mm',\n LTS: 'HH.mm.ss',\n L: 'DD.MM.YYYY',\n LL: 'Do MMMM[ta] YYYY',\n LLL: 'Do MMMM[ta] YYYY, [klo] HH.mm',\n LLLL: 'dddd, Do MMMM[ta] YYYY, [klo] HH.mm',\n l: 'D.M.YYYY',\n ll: 'Do MMM YYYY',\n lll: 'Do MMM YYYY, [klo] HH.mm',\n llll: 'ddd, Do MMM YYYY, [klo] HH.mm',\n },\n calendar: {\n sameDay: '[tänään] [klo] LT',\n nextDay: '[huomenna] [klo] LT',\n nextWeek: 'dddd [klo] LT',\n lastDay: '[eilen] [klo] LT',\n lastWeek: '[viime] dddd[na] [klo] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s päästä',\n past: '%s sitten',\n s: translate$2,\n ss: translate$2,\n m: translate$2,\n mm: translate$2,\n h: translate$2,\n hh: translate$2,\n d: translate$2,\n dd: translate$2,\n M: translate$2,\n MM: translate$2,\n y: translate$2,\n yy: translate$2,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('fil', {\n months: 'Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre'.split(\n '_'\n ),\n monthsShort: 'Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis'.split('_'),\n weekdays: 'Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado'.split(\n '_'\n ),\n weekdaysShort: 'Lin_Lun_Mar_Miy_Huw_Biy_Sab'.split('_'),\n weekdaysMin: 'Li_Lu_Ma_Mi_Hu_Bi_Sab'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'MM/D/YYYY',\n LL: 'MMMM D, YYYY',\n LLL: 'MMMM D, YYYY HH:mm',\n LLLL: 'dddd, MMMM DD, YYYY HH:mm',\n },\n calendar: {\n sameDay: 'LT [ngayong araw]',\n nextDay: '[Bukas ng] LT',\n nextWeek: 'LT [sa susunod na] dddd',\n lastDay: 'LT [kahapon]',\n lastWeek: 'LT [noong nakaraang] dddd',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'sa loob ng %s',\n past: '%s ang nakalipas',\n s: 'ilang segundo',\n ss: '%d segundo',\n m: 'isang minuto',\n mm: '%d minuto',\n h: 'isang oras',\n hh: '%d oras',\n d: 'isang araw',\n dd: '%d araw',\n M: 'isang buwan',\n MM: '%d buwan',\n y: 'isang taon',\n yy: '%d taon',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}/,\n ordinal: function (number) {\n return number;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('fo', {\n months: 'januar_februar_mars_apríl_mai_juni_juli_august_september_oktober_november_desember'.split(\n '_'\n ),\n monthsShort: 'jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des'.split('_'),\n weekdays: 'sunnudagur_mánadagur_týsdagur_mikudagur_hósdagur_fríggjadagur_leygardagur'.split(\n '_'\n ),\n weekdaysShort: 'sun_mán_týs_mik_hós_frí_ley'.split('_'),\n weekdaysMin: 'su_má_tý_mi_hó_fr_le'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D. MMMM, YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Í dag kl.] LT',\n nextDay: '[Í morgin kl.] LT',\n nextWeek: 'dddd [kl.] LT',\n lastDay: '[Í gjár kl.] LT',\n lastWeek: '[síðstu] dddd [kl] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'um %s',\n past: '%s síðani',\n s: 'fá sekund',\n ss: '%d sekundir',\n m: 'ein minuttur',\n mm: '%d minuttir',\n h: 'ein tími',\n hh: '%d tímar',\n d: 'ein dagur',\n dd: '%d dagar',\n M: 'ein mánaður',\n MM: '%d mánaðir',\n y: 'eitt ár',\n yy: '%d ár',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('fr-ca', {\n months: 'janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre'.split(\n '_'\n ),\n monthsShort: 'janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi'.split('_'),\n weekdaysShort: 'dim._lun._mar._mer._jeu._ven._sam.'.split('_'),\n weekdaysMin: 'di_lu_ma_me_je_ve_sa'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY-MM-DD',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Aujourd’hui à] LT',\n nextDay: '[Demain à] LT',\n nextWeek: 'dddd [à] LT',\n lastDay: '[Hier à] LT',\n lastWeek: 'dddd [dernier à] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'dans %s',\n past: 'il y a %s',\n s: 'quelques secondes',\n ss: '%d secondes',\n m: 'une minute',\n mm: '%d minutes',\n h: 'une heure',\n hh: '%d heures',\n d: 'un jour',\n dd: '%d jours',\n M: 'un mois',\n MM: '%d mois',\n y: 'un an',\n yy: '%d ans',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(er|e)/,\n ordinal: function (number, period) {\n switch (period) {\n // Words with masculine grammatical gender: mois, trimestre, jour\n default:\n case 'M':\n case 'Q':\n case 'D':\n case 'DDD':\n case 'd':\n return number + (number === 1 ? 'er' : 'e');\n\n // Words with feminine grammatical gender: semaine\n case 'w':\n case 'W':\n return number + (number === 1 ? 're' : 'e');\n }\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('fr-ch', {\n months: 'janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre'.split(\n '_'\n ),\n monthsShort: 'janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi'.split('_'),\n weekdaysShort: 'dim._lun._mar._mer._jeu._ven._sam.'.split('_'),\n weekdaysMin: 'di_lu_ma_me_je_ve_sa'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Aujourd’hui à] LT',\n nextDay: '[Demain à] LT',\n nextWeek: 'dddd [à] LT',\n lastDay: '[Hier à] LT',\n lastWeek: 'dddd [dernier à] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'dans %s',\n past: 'il y a %s',\n s: 'quelques secondes',\n ss: '%d secondes',\n m: 'une minute',\n mm: '%d minutes',\n h: 'une heure',\n hh: '%d heures',\n d: 'un jour',\n dd: '%d jours',\n M: 'un mois',\n MM: '%d mois',\n y: 'un an',\n yy: '%d ans',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(er|e)/,\n ordinal: function (number, period) {\n switch (period) {\n // Words with masculine grammatical gender: mois, trimestre, jour\n default:\n case 'M':\n case 'Q':\n case 'D':\n case 'DDD':\n case 'd':\n return number + (number === 1 ? 'er' : 'e');\n\n // Words with feminine grammatical gender: semaine\n case 'w':\n case 'W':\n return number + (number === 1 ? 're' : 'e');\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var monthsStrictRegex$1 = /^(janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,\n monthsShortStrictRegex$1 = /(janv\\.?|févr\\.?|mars|avr\\.?|mai|juin|juil\\.?|août|sept\\.?|oct\\.?|nov\\.?|déc\\.?)/i,\n monthsRegex$6 = /(janv\\.?|févr\\.?|mars|avr\\.?|mai|juin|juil\\.?|août|sept\\.?|oct\\.?|nov\\.?|déc\\.?|janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,\n monthsParse$5 = [\n /^janv/i,\n /^févr/i,\n /^mars/i,\n /^avr/i,\n /^mai/i,\n /^juin/i,\n /^juil/i,\n /^août/i,\n /^sept/i,\n /^oct/i,\n /^nov/i,\n /^déc/i,\n ];\n\n hooks.defineLocale('fr', {\n months: 'janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre'.split(\n '_'\n ),\n monthsShort: 'janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.'.split(\n '_'\n ),\n monthsRegex: monthsRegex$6,\n monthsShortRegex: monthsRegex$6,\n monthsStrictRegex: monthsStrictRegex$1,\n monthsShortStrictRegex: monthsShortStrictRegex$1,\n monthsParse: monthsParse$5,\n longMonthsParse: monthsParse$5,\n shortMonthsParse: monthsParse$5,\n weekdays: 'dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi'.split('_'),\n weekdaysShort: 'dim._lun._mar._mer._jeu._ven._sam.'.split('_'),\n weekdaysMin: 'di_lu_ma_me_je_ve_sa'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Aujourd’hui à] LT',\n nextDay: '[Demain à] LT',\n nextWeek: 'dddd [à] LT',\n lastDay: '[Hier à] LT',\n lastWeek: 'dddd [dernier à] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'dans %s',\n past: 'il y a %s',\n s: 'quelques secondes',\n ss: '%d secondes',\n m: 'une minute',\n mm: '%d minutes',\n h: 'une heure',\n hh: '%d heures',\n d: 'un jour',\n dd: '%d jours',\n M: 'un mois',\n MM: '%d mois',\n y: 'un an',\n yy: '%d ans',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(er|)/,\n ordinal: function (number, period) {\n switch (period) {\n // TODO: Return 'e' when day of month > 1. Move this case inside\n // block for masculine words below.\n // See https://github.com/moment/moment/issues/3375\n case 'D':\n return number + (number === 1 ? 'er' : '');\n\n // Words with masculine grammatical gender: mois, trimestre, jour\n default:\n case 'M':\n case 'Q':\n case 'DDD':\n case 'd':\n return number + (number === 1 ? 'er' : 'e');\n\n // Words with feminine grammatical gender: semaine\n case 'w':\n case 'W':\n return number + (number === 1 ? 're' : 'e');\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var monthsShortWithDots = 'jan._feb._mrt._apr._mai_jun._jul._aug._sep._okt._nov._des.'.split(\n '_'\n ),\n monthsShortWithoutDots = 'jan_feb_mrt_apr_mai_jun_jul_aug_sep_okt_nov_des'.split(\n '_'\n );\n\n hooks.defineLocale('fy', {\n months: 'jannewaris_febrewaris_maart_april_maaie_juny_july_augustus_septimber_oktober_novimber_desimber'.split(\n '_'\n ),\n monthsShort: function (m, format) {\n if (!m) {\n return monthsShortWithDots;\n } else if (/-MMM-/.test(format)) {\n return monthsShortWithoutDots[m.month()];\n } else {\n return monthsShortWithDots[m.month()];\n }\n },\n monthsParseExact: true,\n weekdays: 'snein_moandei_tiisdei_woansdei_tongersdei_freed_sneon'.split(\n '_'\n ),\n weekdaysShort: 'si._mo._ti._wo._to._fr._so.'.split('_'),\n weekdaysMin: 'Si_Mo_Ti_Wo_To_Fr_So'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD-MM-YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[hjoed om] LT',\n nextDay: '[moarn om] LT',\n nextWeek: 'dddd [om] LT',\n lastDay: '[juster om] LT',\n lastWeek: '[ôfrûne] dddd [om] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'oer %s',\n past: '%s lyn',\n s: 'in pear sekonden',\n ss: '%d sekonden',\n m: 'ien minút',\n mm: '%d minuten',\n h: 'ien oere',\n hh: '%d oeren',\n d: 'ien dei',\n dd: '%d dagen',\n M: 'ien moanne',\n MM: '%d moannen',\n y: 'ien jier',\n yy: '%d jierren',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(ste|de)/,\n ordinal: function (number) {\n return (\n number +\n (number === 1 || number === 8 || number >= 20 ? 'ste' : 'de')\n );\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var months$6 = [\n 'Eanáir',\n 'Feabhra',\n 'Márta',\n 'Aibreán',\n 'Bealtaine',\n 'Meitheamh',\n 'Iúil',\n 'Lúnasa',\n 'Meán Fómhair',\n 'Deireadh Fómhair',\n 'Samhain',\n 'Nollaig',\n ],\n monthsShort$4 = [\n 'Ean',\n 'Feabh',\n 'Márt',\n 'Aib',\n 'Beal',\n 'Meith',\n 'Iúil',\n 'Lún',\n 'M.F.',\n 'D.F.',\n 'Samh',\n 'Noll',\n ],\n weekdays$1 = [\n 'Dé Domhnaigh',\n 'Dé Luain',\n 'Dé Máirt',\n 'Dé Céadaoin',\n 'Déardaoin',\n 'Dé hAoine',\n 'Dé Sathairn',\n ],\n weekdaysShort = ['Domh', 'Luan', 'Máirt', 'Céad', 'Déar', 'Aoine', 'Sath'],\n weekdaysMin = ['Do', 'Lu', 'Má', 'Cé', 'Dé', 'A', 'Sa'];\n\n hooks.defineLocale('ga', {\n months: months$6,\n monthsShort: monthsShort$4,\n monthsParseExact: true,\n weekdays: weekdays$1,\n weekdaysShort: weekdaysShort,\n weekdaysMin: weekdaysMin,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Inniu ag] LT',\n nextDay: '[Amárach ag] LT',\n nextWeek: 'dddd [ag] LT',\n lastDay: '[Inné ag] LT',\n lastWeek: 'dddd [seo caite] [ag] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'i %s',\n past: '%s ó shin',\n s: 'cúpla soicind',\n ss: '%d soicind',\n m: 'nóiméad',\n mm: '%d nóiméad',\n h: 'uair an chloig',\n hh: '%d uair an chloig',\n d: 'lá',\n dd: '%d lá',\n M: 'mí',\n MM: '%d míonna',\n y: 'bliain',\n yy: '%d bliain',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(d|na|mh)/,\n ordinal: function (number) {\n var output = number === 1 ? 'd' : number % 10 === 2 ? 'na' : 'mh';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var months$7 = [\n 'Am Faoilleach',\n 'An Gearran',\n 'Am Màrt',\n 'An Giblean',\n 'An Cèitean',\n 'An t-Ògmhios',\n 'An t-Iuchar',\n 'An Lùnastal',\n 'An t-Sultain',\n 'An Dàmhair',\n 'An t-Samhain',\n 'An Dùbhlachd',\n ],\n monthsShort$5 = [\n 'Faoi',\n 'Gear',\n 'Màrt',\n 'Gibl',\n 'Cèit',\n 'Ògmh',\n 'Iuch',\n 'Lùn',\n 'Sult',\n 'Dàmh',\n 'Samh',\n 'Dùbh',\n ],\n weekdays$2 = [\n 'Didòmhnaich',\n 'Diluain',\n 'Dimàirt',\n 'Diciadain',\n 'Diardaoin',\n 'Dihaoine',\n 'Disathairne',\n ],\n weekdaysShort$1 = ['Did', 'Dil', 'Dim', 'Dic', 'Dia', 'Dih', 'Dis'],\n weekdaysMin$1 = ['Dò', 'Lu', 'Mà', 'Ci', 'Ar', 'Ha', 'Sa'];\n\n hooks.defineLocale('gd', {\n months: months$7,\n monthsShort: monthsShort$5,\n monthsParseExact: true,\n weekdays: weekdays$2,\n weekdaysShort: weekdaysShort$1,\n weekdaysMin: weekdaysMin$1,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[An-diugh aig] LT',\n nextDay: '[A-màireach aig] LT',\n nextWeek: 'dddd [aig] LT',\n lastDay: '[An-dè aig] LT',\n lastWeek: 'dddd [seo chaidh] [aig] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'ann an %s',\n past: 'bho chionn %s',\n s: 'beagan diogan',\n ss: '%d diogan',\n m: 'mionaid',\n mm: '%d mionaidean',\n h: 'uair',\n hh: '%d uairean',\n d: 'latha',\n dd: '%d latha',\n M: 'mìos',\n MM: '%d mìosan',\n y: 'bliadhna',\n yy: '%d bliadhna',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(d|na|mh)/,\n ordinal: function (number) {\n var output = number === 1 ? 'd' : number % 10 === 2 ? 'na' : 'mh';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('gl', {\n months: 'xaneiro_febreiro_marzo_abril_maio_xuño_xullo_agosto_setembro_outubro_novembro_decembro'.split(\n '_'\n ),\n monthsShort: 'xan._feb._mar._abr._mai._xuñ._xul._ago._set._out._nov._dec.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'domingo_luns_martes_mércores_xoves_venres_sábado'.split('_'),\n weekdaysShort: 'dom._lun._mar._mér._xov._ven._sáb.'.split('_'),\n weekdaysMin: 'do_lu_ma_mé_xo_ve_sá'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D [de] MMMM [de] YYYY',\n LLL: 'D [de] MMMM [de] YYYY H:mm',\n LLLL: 'dddd, D [de] MMMM [de] YYYY H:mm',\n },\n calendar: {\n sameDay: function () {\n return '[hoxe ' + (this.hours() !== 1 ? 'ás' : 'á') + '] LT';\n },\n nextDay: function () {\n return '[mañá ' + (this.hours() !== 1 ? 'ás' : 'á') + '] LT';\n },\n nextWeek: function () {\n return 'dddd [' + (this.hours() !== 1 ? 'ás' : 'a') + '] LT';\n },\n lastDay: function () {\n return '[onte ' + (this.hours() !== 1 ? 'á' : 'a') + '] LT';\n },\n lastWeek: function () {\n return (\n '[o] dddd [pasado ' + (this.hours() !== 1 ? 'ás' : 'a') + '] LT'\n );\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: function (str) {\n if (str.indexOf('un') === 0) {\n return 'n' + str;\n }\n return 'en ' + str;\n },\n past: 'hai %s',\n s: 'uns segundos',\n ss: '%d segundos',\n m: 'un minuto',\n mm: '%d minutos',\n h: 'unha hora',\n hh: '%d horas',\n d: 'un día',\n dd: '%d días',\n M: 'un mes',\n MM: '%d meses',\n y: 'un ano',\n yy: '%d anos',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n function processRelativeTime$4(number, withoutSuffix, key, isFuture) {\n var format = {\n s: ['थोडया सॅकंडांनी', 'थोडे सॅकंड'],\n ss: [number + ' सॅकंडांनी', number + ' सॅकंड'],\n m: ['एका मिणटान', 'एक मिनूट'],\n mm: [number + ' मिणटांनी', number + ' मिणटां'],\n h: ['एका वरान', 'एक वर'],\n hh: [number + ' वरांनी', number + ' वरां'],\n d: ['एका दिसान', 'एक दीस'],\n dd: [number + ' दिसांनी', number + ' दीस'],\n M: ['एका म्हयन्यान', 'एक म्हयनो'],\n MM: [number + ' म्हयन्यानी', number + ' म्हयने'],\n y: ['एका वर्सान', 'एक वर्स'],\n yy: [number + ' वर्सांनी', number + ' वर्सां'],\n };\n return isFuture ? format[key][0] : format[key][1];\n }\n\n hooks.defineLocale('gom-deva', {\n months: {\n standalone: 'जानेवारी_फेब्रुवारी_मार्च_एप्रील_मे_जून_जुलय_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर'.split(\n '_'\n ),\n format: 'जानेवारीच्या_फेब्रुवारीच्या_मार्चाच्या_एप्रीलाच्या_मेयाच्या_जूनाच्या_जुलयाच्या_ऑगस्टाच्या_सप्टेंबराच्या_ऑक्टोबराच्या_नोव्हेंबराच्या_डिसेंबराच्या'.split(\n '_'\n ),\n isFormat: /MMMM(\\s)+D[oD]?/,\n },\n monthsShort: 'जाने._फेब्रु._मार्च_एप्री._मे_जून_जुल._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'आयतार_सोमार_मंगळार_बुधवार_बिरेस्तार_सुक्रार_शेनवार'.split('_'),\n weekdaysShort: 'आयत._सोम._मंगळ._बुध._ब्रेस्त._सुक्र._शेन.'.split('_'),\n weekdaysMin: 'आ_सो_मं_बु_ब्रे_सु_शे'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'A h:mm [वाजतां]',\n LTS: 'A h:mm:ss [वाजतां]',\n L: 'DD-MM-YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY A h:mm [वाजतां]',\n LLLL: 'dddd, MMMM Do, YYYY, A h:mm [वाजतां]',\n llll: 'ddd, D MMM YYYY, A h:mm [वाजतां]',\n },\n calendar: {\n sameDay: '[आयज] LT',\n nextDay: '[फाल्यां] LT',\n nextWeek: '[फुडलो] dddd[,] LT',\n lastDay: '[काल] LT',\n lastWeek: '[फाटलो] dddd[,] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s',\n past: '%s आदीं',\n s: processRelativeTime$4,\n ss: processRelativeTime$4,\n m: processRelativeTime$4,\n mm: processRelativeTime$4,\n h: processRelativeTime$4,\n hh: processRelativeTime$4,\n d: processRelativeTime$4,\n dd: processRelativeTime$4,\n M: processRelativeTime$4,\n MM: processRelativeTime$4,\n y: processRelativeTime$4,\n yy: processRelativeTime$4,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(वेर)/,\n ordinal: function (number, period) {\n switch (period) {\n // the ordinal 'वेर' only applies to day of the month\n case 'D':\n return number + 'वेर';\n default:\n case 'M':\n case 'Q':\n case 'DDD':\n case 'd':\n case 'w':\n case 'W':\n return number;\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n meridiemParse: /राती|सकाळीं|दनपारां|सांजे/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'राती') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'सकाळीं') {\n return hour;\n } else if (meridiem === 'दनपारां') {\n return hour > 12 ? hour : hour + 12;\n } else if (meridiem === 'सांजे') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'राती';\n } else if (hour < 12) {\n return 'सकाळीं';\n } else if (hour < 16) {\n return 'दनपारां';\n } else if (hour < 20) {\n return 'सांजे';\n } else {\n return 'राती';\n }\n },\n });\n\n //! moment.js locale configuration\n\n function processRelativeTime$5(number, withoutSuffix, key, isFuture) {\n var format = {\n s: ['thoddea sekondamni', 'thodde sekond'],\n ss: [number + ' sekondamni', number + ' sekond'],\n m: ['eka mintan', 'ek minut'],\n mm: [number + ' mintamni', number + ' mintam'],\n h: ['eka voran', 'ek vor'],\n hh: [number + ' voramni', number + ' voram'],\n d: ['eka disan', 'ek dis'],\n dd: [number + ' disamni', number + ' dis'],\n M: ['eka mhoinean', 'ek mhoino'],\n MM: [number + ' mhoineamni', number + ' mhoine'],\n y: ['eka vorsan', 'ek voros'],\n yy: [number + ' vorsamni', number + ' vorsam'],\n };\n return isFuture ? format[key][0] : format[key][1];\n }\n\n hooks.defineLocale('gom-latn', {\n months: {\n standalone: 'Janer_Febrer_Mars_Abril_Mai_Jun_Julai_Agost_Setembr_Otubr_Novembr_Dezembr'.split(\n '_'\n ),\n format: 'Janerachea_Febrerachea_Marsachea_Abrilachea_Maiachea_Junachea_Julaiachea_Agostachea_Setembrachea_Otubrachea_Novembrachea_Dezembrachea'.split(\n '_'\n ),\n isFormat: /MMMM(\\s)+D[oD]?/,\n },\n monthsShort: 'Jan._Feb._Mars_Abr._Mai_Jun_Jul._Ago._Set._Otu._Nov._Dez.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: \"Aitar_Somar_Mongllar_Budhvar_Birestar_Sukrar_Son'var\".split('_'),\n weekdaysShort: 'Ait._Som._Mon._Bud._Bre._Suk._Son.'.split('_'),\n weekdaysMin: 'Ai_Sm_Mo_Bu_Br_Su_Sn'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'A h:mm [vazta]',\n LTS: 'A h:mm:ss [vazta]',\n L: 'DD-MM-YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY A h:mm [vazta]',\n LLLL: 'dddd, MMMM Do, YYYY, A h:mm [vazta]',\n llll: 'ddd, D MMM YYYY, A h:mm [vazta]',\n },\n calendar: {\n sameDay: '[Aiz] LT',\n nextDay: '[Faleam] LT',\n nextWeek: '[Fuddlo] dddd[,] LT',\n lastDay: '[Kal] LT',\n lastWeek: '[Fattlo] dddd[,] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s',\n past: '%s adim',\n s: processRelativeTime$5,\n ss: processRelativeTime$5,\n m: processRelativeTime$5,\n mm: processRelativeTime$5,\n h: processRelativeTime$5,\n hh: processRelativeTime$5,\n d: processRelativeTime$5,\n dd: processRelativeTime$5,\n M: processRelativeTime$5,\n MM: processRelativeTime$5,\n y: processRelativeTime$5,\n yy: processRelativeTime$5,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(er)/,\n ordinal: function (number, period) {\n switch (period) {\n // the ordinal 'er' only applies to day of the month\n case 'D':\n return number + 'er';\n default:\n case 'M':\n case 'Q':\n case 'DDD':\n case 'd':\n case 'w':\n case 'W':\n return number;\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n meridiemParse: /rati|sokallim|donparam|sanje/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'rati') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'sokallim') {\n return hour;\n } else if (meridiem === 'donparam') {\n return hour > 12 ? hour : hour + 12;\n } else if (meridiem === 'sanje') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'rati';\n } else if (hour < 12) {\n return 'sokallim';\n } else if (hour < 16) {\n return 'donparam';\n } else if (hour < 20) {\n return 'sanje';\n } else {\n return 'rati';\n }\n },\n });\n\n //! moment.js locale configuration\n\n var symbolMap$6 = {\n '1': '૧',\n '2': '૨',\n '3': '૩',\n '4': '૪',\n '5': '૫',\n '6': '૬',\n '7': '૭',\n '8': '૮',\n '9': '૯',\n '0': '૦',\n },\n numberMap$5 = {\n '૧': '1',\n '૨': '2',\n '૩': '3',\n '૪': '4',\n '૫': '5',\n '૬': '6',\n '૭': '7',\n '૮': '8',\n '૯': '9',\n '૦': '0',\n };\n\n hooks.defineLocale('gu', {\n months: 'જાન્યુઆરી_ફેબ્રુઆરી_માર્ચ_એપ્રિલ_મે_જૂન_જુલાઈ_ઑગસ્ટ_સપ્ટેમ્બર_ઑક્ટ્બર_નવેમ્બર_ડિસેમ્બર'.split(\n '_'\n ),\n monthsShort: 'જાન્યુ._ફેબ્રુ._માર્ચ_એપ્રિ._મે_જૂન_જુલા._ઑગ._સપ્ટે._ઑક્ટ્._નવે._ડિસે.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'રવિવાર_સોમવાર_મંગળવાર_બુધ્વાર_ગુરુવાર_શુક્રવાર_શનિવાર'.split(\n '_'\n ),\n weekdaysShort: 'રવિ_સોમ_મંગળ_બુધ્_ગુરુ_શુક્ર_શનિ'.split('_'),\n weekdaysMin: 'ર_સો_મં_બુ_ગુ_શુ_શ'.split('_'),\n longDateFormat: {\n LT: 'A h:mm વાગ્યે',\n LTS: 'A h:mm:ss વાગ્યે',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm વાગ્યે',\n LLLL: 'dddd, D MMMM YYYY, A h:mm વાગ્યે',\n },\n calendar: {\n sameDay: '[આજ] LT',\n nextDay: '[કાલે] LT',\n nextWeek: 'dddd, LT',\n lastDay: '[ગઇકાલે] LT',\n lastWeek: '[પાછલા] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s મા',\n past: '%s પહેલા',\n s: 'અમુક પળો',\n ss: '%d સેકંડ',\n m: 'એક મિનિટ',\n mm: '%d મિનિટ',\n h: 'એક કલાક',\n hh: '%d કલાક',\n d: 'એક દિવસ',\n dd: '%d દિવસ',\n M: 'એક મહિનો',\n MM: '%d મહિનો',\n y: 'એક વર્ષ',\n yy: '%d વર્ષ',\n },\n preparse: function (string) {\n return string.replace(/[૧૨૩૪૫૬૭૮૯૦]/g, function (match) {\n return numberMap$5[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap$6[match];\n });\n },\n // Gujarati notation for meridiems are quite fuzzy in practice. While there exists\n // a rigid notion of a 'Pahar' it is not used as rigidly in modern Gujarati.\n meridiemParse: /રાત|બપોર|સવાર|સાંજ/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'રાત') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'સવાર') {\n return hour;\n } else if (meridiem === 'બપોર') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'સાંજ') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'રાત';\n } else if (hour < 10) {\n return 'સવાર';\n } else if (hour < 17) {\n return 'બપોર';\n } else if (hour < 20) {\n return 'સાંજ';\n } else {\n return 'રાત';\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('he', {\n months: 'ינואר_פברואר_מרץ_אפריל_מאי_יוני_יולי_אוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר'.split(\n '_'\n ),\n monthsShort: 'ינו׳_פבר׳_מרץ_אפר׳_מאי_יוני_יולי_אוג׳_ספט׳_אוק׳_נוב׳_דצמ׳'.split(\n '_'\n ),\n weekdays: 'ראשון_שני_שלישי_רביעי_חמישי_שישי_שבת'.split('_'),\n weekdaysShort: 'א׳_ב׳_ג׳_ד׳_ה׳_ו׳_ש׳'.split('_'),\n weekdaysMin: 'א_ב_ג_ד_ה_ו_ש'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D [ב]MMMM YYYY',\n LLL: 'D [ב]MMMM YYYY HH:mm',\n LLLL: 'dddd, D [ב]MMMM YYYY HH:mm',\n l: 'D/M/YYYY',\n ll: 'D MMM YYYY',\n lll: 'D MMM YYYY HH:mm',\n llll: 'ddd, D MMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[היום ב־]LT',\n nextDay: '[מחר ב־]LT',\n nextWeek: 'dddd [בשעה] LT',\n lastDay: '[אתמול ב־]LT',\n lastWeek: '[ביום] dddd [האחרון בשעה] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'בעוד %s',\n past: 'לפני %s',\n s: 'מספר שניות',\n ss: '%d שניות',\n m: 'דקה',\n mm: '%d דקות',\n h: 'שעה',\n hh: function (number) {\n if (number === 2) {\n return 'שעתיים';\n }\n return number + ' שעות';\n },\n d: 'יום',\n dd: function (number) {\n if (number === 2) {\n return 'יומיים';\n }\n return number + ' ימים';\n },\n M: 'חודש',\n MM: function (number) {\n if (number === 2) {\n return 'חודשיים';\n }\n return number + ' חודשים';\n },\n y: 'שנה',\n yy: function (number) {\n if (number === 2) {\n return 'שנתיים';\n } else if (number % 10 === 0 && number !== 10) {\n return number + ' שנה';\n }\n return number + ' שנים';\n },\n },\n meridiemParse: /אחה\"צ|לפנה\"צ|אחרי הצהריים|לפני הצהריים|לפנות בוקר|בבוקר|בערב/i,\n isPM: function (input) {\n return /^(אחה\"צ|אחרי הצהריים|בערב)$/.test(input);\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 5) {\n return 'לפנות בוקר';\n } else if (hour < 10) {\n return 'בבוקר';\n } else if (hour < 12) {\n return isLower ? 'לפנה\"צ' : 'לפני הצהריים';\n } else if (hour < 18) {\n return isLower ? 'אחה\"צ' : 'אחרי הצהריים';\n } else {\n return 'בערב';\n }\n },\n });\n\n //! moment.js locale configuration\n\n var symbolMap$7 = {\n '1': '१',\n '2': '२',\n '3': '३',\n '4': '४',\n '5': '५',\n '6': '६',\n '7': '७',\n '8': '८',\n '9': '९',\n '0': '०',\n },\n numberMap$6 = {\n '१': '1',\n '२': '2',\n '३': '3',\n '४': '4',\n '५': '5',\n '६': '6',\n '७': '7',\n '८': '8',\n '९': '9',\n '०': '0',\n };\n\n hooks.defineLocale('hi', {\n months: 'जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर'.split(\n '_'\n ),\n monthsShort: 'जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार'.split('_'),\n weekdaysShort: 'रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि'.split('_'),\n weekdaysMin: 'र_सो_मं_बु_गु_शु_श'.split('_'),\n longDateFormat: {\n LT: 'A h:mm बजे',\n LTS: 'A h:mm:ss बजे',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm बजे',\n LLLL: 'dddd, D MMMM YYYY, A h:mm बजे',\n },\n calendar: {\n sameDay: '[आज] LT',\n nextDay: '[कल] LT',\n nextWeek: 'dddd, LT',\n lastDay: '[कल] LT',\n lastWeek: '[पिछले] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s में',\n past: '%s पहले',\n s: 'कुछ ही क्षण',\n ss: '%d सेकंड',\n m: 'एक मिनट',\n mm: '%d मिनट',\n h: 'एक घंटा',\n hh: '%d घंटे',\n d: 'एक दिन',\n dd: '%d दिन',\n M: 'एक महीने',\n MM: '%d महीने',\n y: 'एक वर्ष',\n yy: '%d वर्ष',\n },\n preparse: function (string) {\n return string.replace(/[१२३४५६७८९०]/g, function (match) {\n return numberMap$6[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap$7[match];\n });\n },\n // Hindi notation for meridiems are quite fuzzy in practice. While there exists\n // a rigid notion of a 'Pahar' it is not used as rigidly in modern Hindi.\n meridiemParse: /रात|सुबह|दोपहर|शाम/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'रात') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'सुबह') {\n return hour;\n } else if (meridiem === 'दोपहर') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'शाम') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'रात';\n } else if (hour < 10) {\n return 'सुबह';\n } else if (hour < 17) {\n return 'दोपहर';\n } else if (hour < 20) {\n return 'शाम';\n } else {\n return 'रात';\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n function translate$3(number, withoutSuffix, key) {\n var result = number + ' ';\n switch (key) {\n case 'ss':\n if (number === 1) {\n result += 'sekunda';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'sekunde';\n } else {\n result += 'sekundi';\n }\n return result;\n case 'm':\n return withoutSuffix ? 'jedna minuta' : 'jedne minute';\n case 'mm':\n if (number === 1) {\n result += 'minuta';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'minute';\n } else {\n result += 'minuta';\n }\n return result;\n case 'h':\n return withoutSuffix ? 'jedan sat' : 'jednog sata';\n case 'hh':\n if (number === 1) {\n result += 'sat';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'sata';\n } else {\n result += 'sati';\n }\n return result;\n case 'dd':\n if (number === 1) {\n result += 'dan';\n } else {\n result += 'dana';\n }\n return result;\n case 'MM':\n if (number === 1) {\n result += 'mjesec';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'mjeseca';\n } else {\n result += 'mjeseci';\n }\n return result;\n case 'yy':\n if (number === 1) {\n result += 'godina';\n } else if (number === 2 || number === 3 || number === 4) {\n result += 'godine';\n } else {\n result += 'godina';\n }\n return result;\n }\n }\n\n hooks.defineLocale('hr', {\n months: {\n format: 'siječnja_veljače_ožujka_travnja_svibnja_lipnja_srpnja_kolovoza_rujna_listopada_studenoga_prosinca'.split(\n '_'\n ),\n standalone: 'siječanj_veljača_ožujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac'.split(\n '_'\n ),\n },\n monthsShort: 'sij._velj._ožu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota'.split(\n '_'\n ),\n weekdaysShort: 'ned._pon._uto._sri._čet._pet._sub.'.split('_'),\n weekdaysMin: 'ne_po_ut_sr_če_pe_su'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'Do MMMM YYYY',\n LLL: 'Do MMMM YYYY H:mm',\n LLLL: 'dddd, Do MMMM YYYY H:mm',\n },\n calendar: {\n sameDay: '[danas u] LT',\n nextDay: '[sutra u] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[u] [nedjelju] [u] LT';\n case 3:\n return '[u] [srijedu] [u] LT';\n case 6:\n return '[u] [subotu] [u] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[u] dddd [u] LT';\n }\n },\n lastDay: '[jučer u] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return '[prošlu] [nedjelju] [u] LT';\n case 3:\n return '[prošlu] [srijedu] [u] LT';\n case 6:\n return '[prošle] [subote] [u] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[prošli] dddd [u] LT';\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'za %s',\n past: 'prije %s',\n s: 'par sekundi',\n ss: translate$3,\n m: translate$3,\n mm: translate$3,\n h: translate$3,\n hh: translate$3,\n d: 'dan',\n dd: translate$3,\n M: 'mjesec',\n MM: translate$3,\n y: 'godinu',\n yy: translate$3,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var weekEndings = 'vasárnap hétfőn kedden szerdán csütörtökön pénteken szombaton'.split(\n ' '\n );\n function translate$4(number, withoutSuffix, key, isFuture) {\n var num = number;\n switch (key) {\n case 's':\n return isFuture || withoutSuffix\n ? 'néhány másodperc'\n : 'néhány másodperce';\n case 'ss':\n return num + (isFuture || withoutSuffix)\n ? ' másodperc'\n : ' másodperce';\n case 'm':\n return 'egy' + (isFuture || withoutSuffix ? ' perc' : ' perce');\n case 'mm':\n return num + (isFuture || withoutSuffix ? ' perc' : ' perce');\n case 'h':\n return 'egy' + (isFuture || withoutSuffix ? ' óra' : ' órája');\n case 'hh':\n return num + (isFuture || withoutSuffix ? ' óra' : ' órája');\n case 'd':\n return 'egy' + (isFuture || withoutSuffix ? ' nap' : ' napja');\n case 'dd':\n return num + (isFuture || withoutSuffix ? ' nap' : ' napja');\n case 'M':\n return 'egy' + (isFuture || withoutSuffix ? ' hónap' : ' hónapja');\n case 'MM':\n return num + (isFuture || withoutSuffix ? ' hónap' : ' hónapja');\n case 'y':\n return 'egy' + (isFuture || withoutSuffix ? ' év' : ' éve');\n case 'yy':\n return num + (isFuture || withoutSuffix ? ' év' : ' éve');\n }\n return '';\n }\n function week(isFuture) {\n return (\n (isFuture ? '' : '[múlt] ') +\n '[' +\n weekEndings[this.day()] +\n '] LT[-kor]'\n );\n }\n\n hooks.defineLocale('hu', {\n months: 'január_február_március_április_május_június_július_augusztus_szeptember_október_november_december'.split(\n '_'\n ),\n monthsShort: 'jan_feb_márc_ápr_máj_jún_júl_aug_szept_okt_nov_dec'.split(\n '_'\n ),\n weekdays: 'vasárnap_hétfő_kedd_szerda_csütörtök_péntek_szombat'.split('_'),\n weekdaysShort: 'vas_hét_kedd_sze_csüt_pén_szo'.split('_'),\n weekdaysMin: 'v_h_k_sze_cs_p_szo'.split('_'),\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'YYYY.MM.DD.',\n LL: 'YYYY. MMMM D.',\n LLL: 'YYYY. MMMM D. H:mm',\n LLLL: 'YYYY. MMMM D., dddd H:mm',\n },\n meridiemParse: /de|du/i,\n isPM: function (input) {\n return input.charAt(1).toLowerCase() === 'u';\n },\n meridiem: function (hours, minutes, isLower) {\n if (hours < 12) {\n return isLower === true ? 'de' : 'DE';\n } else {\n return isLower === true ? 'du' : 'DU';\n }\n },\n calendar: {\n sameDay: '[ma] LT[-kor]',\n nextDay: '[holnap] LT[-kor]',\n nextWeek: function () {\n return week.call(this, true);\n },\n lastDay: '[tegnap] LT[-kor]',\n lastWeek: function () {\n return week.call(this, false);\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s múlva',\n past: '%s',\n s: translate$4,\n ss: translate$4,\n m: translate$4,\n mm: translate$4,\n h: translate$4,\n hh: translate$4,\n d: translate$4,\n dd: translate$4,\n M: translate$4,\n MM: translate$4,\n y: translate$4,\n yy: translate$4,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('hy-am', {\n months: {\n format: 'հունվարի_փետրվարի_մարտի_ապրիլի_մայիսի_հունիսի_հուլիսի_օգոստոսի_սեպտեմբերի_հոկտեմբերի_նոյեմբերի_դեկտեմբերի'.split(\n '_'\n ),\n standalone: 'հունվար_փետրվար_մարտ_ապրիլ_մայիս_հունիս_հուլիս_օգոստոս_սեպտեմբեր_հոկտեմբեր_նոյեմբեր_դեկտեմբեր'.split(\n '_'\n ),\n },\n monthsShort: 'հնվ_փտր_մրտ_ապր_մյս_հնս_հլս_օգս_սպտ_հկտ_նմբ_դկտ'.split('_'),\n weekdays: 'կիրակի_երկուշաբթի_երեքշաբթի_չորեքշաբթի_հինգշաբթի_ուրբաթ_շաբաթ'.split(\n '_'\n ),\n weekdaysShort: 'կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ'.split('_'),\n weekdaysMin: 'կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY թ.',\n LLL: 'D MMMM YYYY թ., HH:mm',\n LLLL: 'dddd, D MMMM YYYY թ., HH:mm',\n },\n calendar: {\n sameDay: '[այսօր] LT',\n nextDay: '[վաղը] LT',\n lastDay: '[երեկ] LT',\n nextWeek: function () {\n return 'dddd [օրը ժամը] LT';\n },\n lastWeek: function () {\n return '[անցած] dddd [օրը ժամը] LT';\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s հետո',\n past: '%s առաջ',\n s: 'մի քանի վայրկյան',\n ss: '%d վայրկյան',\n m: 'րոպե',\n mm: '%d րոպե',\n h: 'ժամ',\n hh: '%d ժամ',\n d: 'օր',\n dd: '%d օր',\n M: 'ամիս',\n MM: '%d ամիս',\n y: 'տարի',\n yy: '%d տարի',\n },\n meridiemParse: /գիշերվա|առավոտվա|ցերեկվա|երեկոյան/,\n isPM: function (input) {\n return /^(ցերեկվա|երեկոյան)$/.test(input);\n },\n meridiem: function (hour) {\n if (hour < 4) {\n return 'գիշերվա';\n } else if (hour < 12) {\n return 'առավոտվա';\n } else if (hour < 17) {\n return 'ցերեկվա';\n } else {\n return 'երեկոյան';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}|\\d{1,2}-(ին|րդ)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'DDD':\n case 'w':\n case 'W':\n case 'DDDo':\n if (number === 1) {\n return number + '-ին';\n }\n return number + '-րդ';\n default:\n return number;\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('id', {\n months: 'Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mar_Apr_Mei_Jun_Jul_Agt_Sep_Okt_Nov_Des'.split('_'),\n weekdays: 'Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu'.split('_'),\n weekdaysShort: 'Min_Sen_Sel_Rab_Kam_Jum_Sab'.split('_'),\n weekdaysMin: 'Mg_Sn_Sl_Rb_Km_Jm_Sb'.split('_'),\n longDateFormat: {\n LT: 'HH.mm',\n LTS: 'HH.mm.ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY [pukul] HH.mm',\n LLLL: 'dddd, D MMMM YYYY [pukul] HH.mm',\n },\n meridiemParse: /pagi|siang|sore|malam/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'pagi') {\n return hour;\n } else if (meridiem === 'siang') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'sore' || meridiem === 'malam') {\n return hour + 12;\n }\n },\n meridiem: function (hours, minutes, isLower) {\n if (hours < 11) {\n return 'pagi';\n } else if (hours < 15) {\n return 'siang';\n } else if (hours < 19) {\n return 'sore';\n } else {\n return 'malam';\n }\n },\n calendar: {\n sameDay: '[Hari ini pukul] LT',\n nextDay: '[Besok pukul] LT',\n nextWeek: 'dddd [pukul] LT',\n lastDay: '[Kemarin pukul] LT',\n lastWeek: 'dddd [lalu pukul] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'dalam %s',\n past: '%s yang lalu',\n s: 'beberapa detik',\n ss: '%d detik',\n m: 'semenit',\n mm: '%d menit',\n h: 'sejam',\n hh: '%d jam',\n d: 'sehari',\n dd: '%d hari',\n M: 'sebulan',\n MM: '%d bulan',\n y: 'setahun',\n yy: '%d tahun',\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n function plural$2(n) {\n if (n % 100 === 11) {\n return true;\n } else if (n % 10 === 1) {\n return false;\n }\n return true;\n }\n function translate$5(number, withoutSuffix, key, isFuture) {\n var result = number + ' ';\n switch (key) {\n case 's':\n return withoutSuffix || isFuture\n ? 'nokkrar sekúndur'\n : 'nokkrum sekúndum';\n case 'ss':\n if (plural$2(number)) {\n return (\n result +\n (withoutSuffix || isFuture ? 'sekúndur' : 'sekúndum')\n );\n }\n return result + 'sekúnda';\n case 'm':\n return withoutSuffix ? 'mínúta' : 'mínútu';\n case 'mm':\n if (plural$2(number)) {\n return (\n result + (withoutSuffix || isFuture ? 'mínútur' : 'mínútum')\n );\n } else if (withoutSuffix) {\n return result + 'mínúta';\n }\n return result + 'mínútu';\n case 'hh':\n if (plural$2(number)) {\n return (\n result +\n (withoutSuffix || isFuture\n ? 'klukkustundir'\n : 'klukkustundum')\n );\n }\n return result + 'klukkustund';\n case 'd':\n if (withoutSuffix) {\n return 'dagur';\n }\n return isFuture ? 'dag' : 'degi';\n case 'dd':\n if (plural$2(number)) {\n if (withoutSuffix) {\n return result + 'dagar';\n }\n return result + (isFuture ? 'daga' : 'dögum');\n } else if (withoutSuffix) {\n return result + 'dagur';\n }\n return result + (isFuture ? 'dag' : 'degi');\n case 'M':\n if (withoutSuffix) {\n return 'mánuður';\n }\n return isFuture ? 'mánuð' : 'mánuði';\n case 'MM':\n if (plural$2(number)) {\n if (withoutSuffix) {\n return result + 'mánuðir';\n }\n return result + (isFuture ? 'mánuði' : 'mánuðum');\n } else if (withoutSuffix) {\n return result + 'mánuður';\n }\n return result + (isFuture ? 'mánuð' : 'mánuði');\n case 'y':\n return withoutSuffix || isFuture ? 'ár' : 'ári';\n case 'yy':\n if (plural$2(number)) {\n return result + (withoutSuffix || isFuture ? 'ár' : 'árum');\n }\n return result + (withoutSuffix || isFuture ? 'ár' : 'ári');\n }\n }\n\n hooks.defineLocale('is', {\n months: 'janúar_febrúar_mars_apríl_maí_júní_júlí_ágúst_september_október_nóvember_desember'.split(\n '_'\n ),\n monthsShort: 'jan_feb_mar_apr_maí_jún_júl_ágú_sep_okt_nóv_des'.split('_'),\n weekdays: 'sunnudagur_mánudagur_þriðjudagur_miðvikudagur_fimmtudagur_föstudagur_laugardagur'.split(\n '_'\n ),\n weekdaysShort: 'sun_mán_þri_mið_fim_fös_lau'.split('_'),\n weekdaysMin: 'Su_Má_Þr_Mi_Fi_Fö_La'.split('_'),\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY [kl.] H:mm',\n LLLL: 'dddd, D. MMMM YYYY [kl.] H:mm',\n },\n calendar: {\n sameDay: '[í dag kl.] LT',\n nextDay: '[á morgun kl.] LT',\n nextWeek: 'dddd [kl.] LT',\n lastDay: '[í gær kl.] LT',\n lastWeek: '[síðasta] dddd [kl.] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'eftir %s',\n past: 'fyrir %s síðan',\n s: translate$5,\n ss: translate$5,\n m: translate$5,\n mm: translate$5,\n h: 'klukkustund',\n hh: translate$5,\n d: translate$5,\n dd: translate$5,\n M: translate$5,\n MM: translate$5,\n y: translate$5,\n yy: translate$5,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('it-ch', {\n months: 'gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre'.split(\n '_'\n ),\n monthsShort: 'gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic'.split('_'),\n weekdays: 'domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato'.split(\n '_'\n ),\n weekdaysShort: 'dom_lun_mar_mer_gio_ven_sab'.split('_'),\n weekdaysMin: 'do_lu_ma_me_gi_ve_sa'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Oggi alle] LT',\n nextDay: '[Domani alle] LT',\n nextWeek: 'dddd [alle] LT',\n lastDay: '[Ieri alle] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return '[la scorsa] dddd [alle] LT';\n default:\n return '[lo scorso] dddd [alle] LT';\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: function (s) {\n return (/^[0-9].+$/.test(s) ? 'tra' : 'in') + ' ' + s;\n },\n past: '%s fa',\n s: 'alcuni secondi',\n ss: '%d secondi',\n m: 'un minuto',\n mm: '%d minuti',\n h: \"un'ora\",\n hh: '%d ore',\n d: 'un giorno',\n dd: '%d giorni',\n M: 'un mese',\n MM: '%d mesi',\n y: 'un anno',\n yy: '%d anni',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('it', {\n months: 'gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre'.split(\n '_'\n ),\n monthsShort: 'gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic'.split('_'),\n weekdays: 'domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato'.split(\n '_'\n ),\n weekdaysShort: 'dom_lun_mar_mer_gio_ven_sab'.split('_'),\n weekdaysMin: 'do_lu_ma_me_gi_ve_sa'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: function () {\n return (\n '[Oggi a' +\n (this.hours() > 1 ? 'lle ' : this.hours() === 0 ? ' ' : \"ll'\") +\n ']LT'\n );\n },\n nextDay: function () {\n return (\n '[Domani a' +\n (this.hours() > 1 ? 'lle ' : this.hours() === 0 ? ' ' : \"ll'\") +\n ']LT'\n );\n },\n nextWeek: function () {\n return (\n 'dddd [a' +\n (this.hours() > 1 ? 'lle ' : this.hours() === 0 ? ' ' : \"ll'\") +\n ']LT'\n );\n },\n lastDay: function () {\n return (\n '[Ieri a' +\n (this.hours() > 1 ? 'lle ' : this.hours() === 0 ? ' ' : \"ll'\") +\n ']LT'\n );\n },\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return (\n '[La scorsa] dddd [a' +\n (this.hours() > 1\n ? 'lle '\n : this.hours() === 0\n ? ' '\n : \"ll'\") +\n ']LT'\n );\n default:\n return (\n '[Lo scorso] dddd [a' +\n (this.hours() > 1\n ? 'lle '\n : this.hours() === 0\n ? ' '\n : \"ll'\") +\n ']LT'\n );\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'tra %s',\n past: '%s fa',\n s: 'alcuni secondi',\n ss: '%d secondi',\n m: 'un minuto',\n mm: '%d minuti',\n h: \"un'ora\",\n hh: '%d ore',\n d: 'un giorno',\n dd: '%d giorni',\n M: 'un mese',\n MM: '%d mesi',\n y: 'un anno',\n yy: '%d anni',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('ja', {\n eras: [\n {\n since: '2019-05-01',\n offset: 1,\n name: '令和',\n narrow: '㋿',\n abbr: 'R',\n },\n {\n since: '1989-01-08',\n until: '2019-04-30',\n offset: 1,\n name: '平成',\n narrow: '㍻',\n abbr: 'H',\n },\n {\n since: '1926-12-25',\n until: '1989-01-07',\n offset: 1,\n name: '昭和',\n narrow: '㍼',\n abbr: 'S',\n },\n {\n since: '1912-07-30',\n until: '1926-12-24',\n offset: 1,\n name: '大正',\n narrow: '㍽',\n abbr: 'T',\n },\n {\n since: '1873-01-01',\n until: '1912-07-29',\n offset: 6,\n name: '明治',\n narrow: '㍾',\n abbr: 'M',\n },\n {\n since: '0001-01-01',\n until: '1873-12-31',\n offset: 1,\n name: '西暦',\n narrow: 'AD',\n abbr: 'AD',\n },\n {\n since: '0000-12-31',\n until: -Infinity,\n offset: 1,\n name: '紀元前',\n narrow: 'BC',\n abbr: 'BC',\n },\n ],\n eraYearOrdinalRegex: /(元|\\d+)年/,\n eraYearOrdinalParse: function (input, match) {\n return match[1] === '元' ? 1 : parseInt(match[1] || input, 10);\n },\n months: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split('_'),\n monthsShort: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split(\n '_'\n ),\n weekdays: '日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日'.split('_'),\n weekdaysShort: '日_月_火_水_木_金_土'.split('_'),\n weekdaysMin: '日_月_火_水_木_金_土'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY/MM/DD',\n LL: 'YYYY年M月D日',\n LLL: 'YYYY年M月D日 HH:mm',\n LLLL: 'YYYY年M月D日 dddd HH:mm',\n l: 'YYYY/MM/DD',\n ll: 'YYYY年M月D日',\n lll: 'YYYY年M月D日 HH:mm',\n llll: 'YYYY年M月D日(ddd) HH:mm',\n },\n meridiemParse: /午前|午後/i,\n isPM: function (input) {\n return input === '午後';\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return '午前';\n } else {\n return '午後';\n }\n },\n calendar: {\n sameDay: '[今日] LT',\n nextDay: '[明日] LT',\n nextWeek: function (now) {\n if (now.week() !== this.week()) {\n return '[来週]dddd LT';\n } else {\n return 'dddd LT';\n }\n },\n lastDay: '[昨日] LT',\n lastWeek: function (now) {\n if (this.week() !== now.week()) {\n return '[先週]dddd LT';\n } else {\n return 'dddd LT';\n }\n },\n sameElse: 'L',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}日/,\n ordinal: function (number, period) {\n switch (period) {\n case 'y':\n return number === 1 ? '元年' : number + '年';\n case 'd':\n case 'D':\n case 'DDD':\n return number + '日';\n default:\n return number;\n }\n },\n relativeTime: {\n future: '%s後',\n past: '%s前',\n s: '数秒',\n ss: '%d秒',\n m: '1分',\n mm: '%d分',\n h: '1時間',\n hh: '%d時間',\n d: '1日',\n dd: '%d日',\n M: '1ヶ月',\n MM: '%dヶ月',\n y: '1年',\n yy: '%d年',\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('jv', {\n months: 'Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_Nopember_Desember'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nop_Des'.split('_'),\n weekdays: 'Minggu_Senen_Seloso_Rebu_Kemis_Jemuwah_Septu'.split('_'),\n weekdaysShort: 'Min_Sen_Sel_Reb_Kem_Jem_Sep'.split('_'),\n weekdaysMin: 'Mg_Sn_Sl_Rb_Km_Jm_Sp'.split('_'),\n longDateFormat: {\n LT: 'HH.mm',\n LTS: 'HH.mm.ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY [pukul] HH.mm',\n LLLL: 'dddd, D MMMM YYYY [pukul] HH.mm',\n },\n meridiemParse: /enjing|siyang|sonten|ndalu/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'enjing') {\n return hour;\n } else if (meridiem === 'siyang') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'sonten' || meridiem === 'ndalu') {\n return hour + 12;\n }\n },\n meridiem: function (hours, minutes, isLower) {\n if (hours < 11) {\n return 'enjing';\n } else if (hours < 15) {\n return 'siyang';\n } else if (hours < 19) {\n return 'sonten';\n } else {\n return 'ndalu';\n }\n },\n calendar: {\n sameDay: '[Dinten puniko pukul] LT',\n nextDay: '[Mbenjang pukul] LT',\n nextWeek: 'dddd [pukul] LT',\n lastDay: '[Kala wingi pukul] LT',\n lastWeek: 'dddd [kepengker pukul] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'wonten ing %s',\n past: '%s ingkang kepengker',\n s: 'sawetawis detik',\n ss: '%d detik',\n m: 'setunggal menit',\n mm: '%d menit',\n h: 'setunggal jam',\n hh: '%d jam',\n d: 'sedinten',\n dd: '%d dinten',\n M: 'sewulan',\n MM: '%d wulan',\n y: 'setaun',\n yy: '%d taun',\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('ka', {\n months: 'იანვარი_თებერვალი_მარტი_აპრილი_მაისი_ივნისი_ივლისი_აგვისტო_სექტემბერი_ოქტომბერი_ნოემბერი_დეკემბერი'.split(\n '_'\n ),\n monthsShort: 'იან_თებ_მარ_აპრ_მაი_ივნ_ივლ_აგვ_სექ_ოქტ_ნოე_დეკ'.split('_'),\n weekdays: {\n standalone: 'კვირა_ორშაბათი_სამშაბათი_ოთხშაბათი_ხუთშაბათი_პარასკევი_შაბათი'.split(\n '_'\n ),\n format: 'კვირას_ორშაბათს_სამშაბათს_ოთხშაბათს_ხუთშაბათს_პარასკევს_შაბათს'.split(\n '_'\n ),\n isFormat: /(წინა|შემდეგ)/,\n },\n weekdaysShort: 'კვი_ორშ_სამ_ოთხ_ხუთ_პარ_შაბ'.split('_'),\n weekdaysMin: 'კვ_ორ_სა_ოთ_ხუ_პა_შა'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[დღეს] LT[-ზე]',\n nextDay: '[ხვალ] LT[-ზე]',\n lastDay: '[გუშინ] LT[-ზე]',\n nextWeek: '[შემდეგ] dddd LT[-ზე]',\n lastWeek: '[წინა] dddd LT-ზე',\n sameElse: 'L',\n },\n relativeTime: {\n future: function (s) {\n return s.replace(/(წამ|წუთ|საათ|წელ|დღ|თვ)(ი|ე)/, function (\n $0,\n $1,\n $2\n ) {\n return $2 === 'ი' ? $1 + 'ში' : $1 + $2 + 'ში';\n });\n },\n past: function (s) {\n if (/(წამი|წუთი|საათი|დღე|თვე)/.test(s)) {\n return s.replace(/(ი|ე)$/, 'ის წინ');\n }\n if (/წელი/.test(s)) {\n return s.replace(/წელი$/, 'წლის წინ');\n }\n return s;\n },\n s: 'რამდენიმე წამი',\n ss: '%d წამი',\n m: 'წუთი',\n mm: '%d წუთი',\n h: 'საათი',\n hh: '%d საათი',\n d: 'დღე',\n dd: '%d დღე',\n M: 'თვე',\n MM: '%d თვე',\n y: 'წელი',\n yy: '%d წელი',\n },\n dayOfMonthOrdinalParse: /0|1-ლი|მე-\\d{1,2}|\\d{1,2}-ე/,\n ordinal: function (number) {\n if (number === 0) {\n return number;\n }\n if (number === 1) {\n return number + '-ლი';\n }\n if (\n number < 20 ||\n (number <= 100 && number % 20 === 0) ||\n number % 100 === 0\n ) {\n return 'მე-' + number;\n }\n return number + '-ე';\n },\n week: {\n dow: 1,\n doy: 7,\n },\n });\n\n //! moment.js locale configuration\n\n var suffixes$1 = {\n 0: '-ші',\n 1: '-ші',\n 2: '-ші',\n 3: '-ші',\n 4: '-ші',\n 5: '-ші',\n 6: '-шы',\n 7: '-ші',\n 8: '-ші',\n 9: '-шы',\n 10: '-шы',\n 20: '-шы',\n 30: '-шы',\n 40: '-шы',\n 50: '-ші',\n 60: '-шы',\n 70: '-ші',\n 80: '-ші',\n 90: '-шы',\n 100: '-ші',\n };\n\n hooks.defineLocale('kk', {\n months: 'қаңтар_ақпан_наурыз_сәуір_мамыр_маусым_шілде_тамыз_қыркүйек_қазан_қараша_желтоқсан'.split(\n '_'\n ),\n monthsShort: 'қаң_ақп_нау_сәу_мам_мау_шіл_там_қыр_қаз_қар_жел'.split('_'),\n weekdays: 'жексенбі_дүйсенбі_сейсенбі_сәрсенбі_бейсенбі_жұма_сенбі'.split(\n '_'\n ),\n weekdaysShort: 'жек_дүй_сей_сәр_бей_жұм_сен'.split('_'),\n weekdaysMin: 'жк_дй_сй_ср_бй_жм_сн'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Бүгін сағат] LT',\n nextDay: '[Ертең сағат] LT',\n nextWeek: 'dddd [сағат] LT',\n lastDay: '[Кеше сағат] LT',\n lastWeek: '[Өткен аптаның] dddd [сағат] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s ішінде',\n past: '%s бұрын',\n s: 'бірнеше секунд',\n ss: '%d секунд',\n m: 'бір минут',\n mm: '%d минут',\n h: 'бір сағат',\n hh: '%d сағат',\n d: 'бір күн',\n dd: '%d күн',\n M: 'бір ай',\n MM: '%d ай',\n y: 'бір жыл',\n yy: '%d жыл',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(ші|шы)/,\n ordinal: function (number) {\n var a = number % 10,\n b = number >= 100 ? 100 : null;\n return number + (suffixes$1[number] || suffixes$1[a] || suffixes$1[b]);\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var symbolMap$8 = {\n '1': '១',\n '2': '២',\n '3': '៣',\n '4': '៤',\n '5': '៥',\n '6': '៦',\n '7': '៧',\n '8': '៨',\n '9': '៩',\n '0': '០',\n },\n numberMap$7 = {\n '១': '1',\n '២': '2',\n '៣': '3',\n '៤': '4',\n '៥': '5',\n '៦': '6',\n '៧': '7',\n '៨': '8',\n '៩': '9',\n '០': '0',\n };\n\n hooks.defineLocale('km', {\n months: 'មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ'.split(\n '_'\n ),\n monthsShort: 'មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ'.split(\n '_'\n ),\n weekdays: 'អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍'.split('_'),\n weekdaysShort: 'អា_ច_អ_ព_ព្រ_សុ_ស'.split('_'),\n weekdaysMin: 'អា_ច_អ_ព_ព្រ_សុ_ស'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n meridiemParse: /ព្រឹក|ល្ងាច/,\n isPM: function (input) {\n return input === 'ល្ងាច';\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ព្រឹក';\n } else {\n return 'ល្ងាច';\n }\n },\n calendar: {\n sameDay: '[ថ្ងៃនេះ ម៉ោង] LT',\n nextDay: '[ស្អែក ម៉ោង] LT',\n nextWeek: 'dddd [ម៉ោង] LT',\n lastDay: '[ម្សិលមិញ ម៉ោង] LT',\n lastWeek: 'dddd [សប្តាហ៍មុន] [ម៉ោង] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%sទៀត',\n past: '%sមុន',\n s: 'ប៉ុន្មានវិនាទី',\n ss: '%d វិនាទី',\n m: 'មួយនាទី',\n mm: '%d នាទី',\n h: 'មួយម៉ោង',\n hh: '%d ម៉ោង',\n d: 'មួយថ្ងៃ',\n dd: '%d ថ្ងៃ',\n M: 'មួយខែ',\n MM: '%d ខែ',\n y: 'មួយឆ្នាំ',\n yy: '%d ឆ្នាំ',\n },\n dayOfMonthOrdinalParse: /ទី\\d{1,2}/,\n ordinal: 'ទី%d',\n preparse: function (string) {\n return string.replace(/[១២៣៤៥៦៧៨៩០]/g, function (match) {\n return numberMap$7[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap$8[match];\n });\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var symbolMap$9 = {\n '1': '೧',\n '2': '೨',\n '3': '೩',\n '4': '೪',\n '5': '೫',\n '6': '೬',\n '7': '೭',\n '8': '೮',\n '9': '೯',\n '0': '೦',\n },\n numberMap$8 = {\n '೧': '1',\n '೨': '2',\n '೩': '3',\n '೪': '4',\n '೫': '5',\n '೬': '6',\n '೭': '7',\n '೮': '8',\n '೯': '9',\n '೦': '0',\n };\n\n hooks.defineLocale('kn', {\n months: 'ಜನವರಿ_ಫೆಬ್ರವರಿ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂಬರ್_ಅಕ್ಟೋಬರ್_ನವೆಂಬರ್_ಡಿಸೆಂಬರ್'.split(\n '_'\n ),\n monthsShort: 'ಜನ_ಫೆಬ್ರ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂ_ಅಕ್ಟೋ_ನವೆಂ_ಡಿಸೆಂ'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'ಭಾನುವಾರ_ಸೋಮವಾರ_ಮಂಗಳವಾರ_ಬುಧವಾರ_ಗುರುವಾರ_ಶುಕ್ರವಾರ_ಶನಿವಾರ'.split(\n '_'\n ),\n weekdaysShort: 'ಭಾನು_ಸೋಮ_ಮಂಗಳ_ಬುಧ_ಗುರು_ಶುಕ್ರ_ಶನಿ'.split('_'),\n weekdaysMin: 'ಭಾ_ಸೋ_ಮಂ_ಬು_ಗು_ಶು_ಶ'.split('_'),\n longDateFormat: {\n LT: 'A h:mm',\n LTS: 'A h:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm',\n LLLL: 'dddd, D MMMM YYYY, A h:mm',\n },\n calendar: {\n sameDay: '[ಇಂದು] LT',\n nextDay: '[ನಾಳೆ] LT',\n nextWeek: 'dddd, LT',\n lastDay: '[ನಿನ್ನೆ] LT',\n lastWeek: '[ಕೊನೆಯ] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s ನಂತರ',\n past: '%s ಹಿಂದೆ',\n s: 'ಕೆಲವು ಕ್ಷಣಗಳು',\n ss: '%d ಸೆಕೆಂಡುಗಳು',\n m: 'ಒಂದು ನಿಮಿಷ',\n mm: '%d ನಿಮಿಷ',\n h: 'ಒಂದು ಗಂಟೆ',\n hh: '%d ಗಂಟೆ',\n d: 'ಒಂದು ದಿನ',\n dd: '%d ದಿನ',\n M: 'ಒಂದು ತಿಂಗಳು',\n MM: '%d ತಿಂಗಳು',\n y: 'ಒಂದು ವರ್ಷ',\n yy: '%d ವರ್ಷ',\n },\n preparse: function (string) {\n return string.replace(/[೧೨೩೪೫೬೭೮೯೦]/g, function (match) {\n return numberMap$8[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap$9[match];\n });\n },\n meridiemParse: /ರಾತ್ರಿ|ಬೆಳಿಗ್ಗೆ|ಮಧ್ಯಾಹ್ನ|ಸಂಜೆ/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'ರಾತ್ರಿ') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'ಬೆಳಿಗ್ಗೆ') {\n return hour;\n } else if (meridiem === 'ಮಧ್ಯಾಹ್ನ') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'ಸಂಜೆ') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'ರಾತ್ರಿ';\n } else if (hour < 10) {\n return 'ಬೆಳಿಗ್ಗೆ';\n } else if (hour < 17) {\n return 'ಮಧ್ಯಾಹ್ನ';\n } else if (hour < 20) {\n return 'ಸಂಜೆ';\n } else {\n return 'ರಾತ್ರಿ';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(ನೇ)/,\n ordinal: function (number) {\n return number + 'ನೇ';\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('ko', {\n months: '1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월'.split('_'),\n monthsShort: '1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월'.split(\n '_'\n ),\n weekdays: '일요일_월요일_화요일_수요일_목요일_금요일_토요일'.split('_'),\n weekdaysShort: '일_월_화_수_목_금_토'.split('_'),\n weekdaysMin: '일_월_화_수_목_금_토'.split('_'),\n longDateFormat: {\n LT: 'A h:mm',\n LTS: 'A h:mm:ss',\n L: 'YYYY.MM.DD.',\n LL: 'YYYY년 MMMM D일',\n LLL: 'YYYY년 MMMM D일 A h:mm',\n LLLL: 'YYYY년 MMMM D일 dddd A h:mm',\n l: 'YYYY.MM.DD.',\n ll: 'YYYY년 MMMM D일',\n lll: 'YYYY년 MMMM D일 A h:mm',\n llll: 'YYYY년 MMMM D일 dddd A h:mm',\n },\n calendar: {\n sameDay: '오늘 LT',\n nextDay: '내일 LT',\n nextWeek: 'dddd LT',\n lastDay: '어제 LT',\n lastWeek: '지난주 dddd LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s 후',\n past: '%s 전',\n s: '몇 초',\n ss: '%d초',\n m: '1분',\n mm: '%d분',\n h: '한 시간',\n hh: '%d시간',\n d: '하루',\n dd: '%d일',\n M: '한 달',\n MM: '%d달',\n y: '일 년',\n yy: '%d년',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(일|월|주)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + '일';\n case 'M':\n return number + '월';\n case 'w':\n case 'W':\n return number + '주';\n default:\n return number;\n }\n },\n meridiemParse: /오전|오후/,\n isPM: function (token) {\n return token === '오후';\n },\n meridiem: function (hour, minute, isUpper) {\n return hour < 12 ? '오전' : '오후';\n },\n });\n\n //! moment.js locale configuration\n\n var symbolMap$a = {\n '1': '١',\n '2': '٢',\n '3': '٣',\n '4': '٤',\n '5': '٥',\n '6': '٦',\n '7': '٧',\n '8': '٨',\n '9': '٩',\n '0': '٠',\n },\n numberMap$9 = {\n '١': '1',\n '٢': '2',\n '٣': '3',\n '٤': '4',\n '٥': '5',\n '٦': '6',\n '٧': '7',\n '٨': '8',\n '٩': '9',\n '٠': '0',\n },\n months$8 = [\n 'کانونی دووەم',\n 'شوبات',\n 'ئازار',\n 'نیسان',\n 'ئایار',\n 'حوزەیران',\n 'تەمموز',\n 'ئاب',\n 'ئەیلوول',\n 'تشرینی یەكەم',\n 'تشرینی دووەم',\n 'كانونی یەکەم',\n ];\n\n hooks.defineLocale('ku', {\n months: months$8,\n monthsShort: months$8,\n weekdays: 'یه‌كشه‌ممه‌_دووشه‌ممه‌_سێشه‌ممه‌_چوارشه‌ممه‌_پێنجشه‌ممه‌_هه‌ینی_شه‌ممه‌'.split(\n '_'\n ),\n weekdaysShort: 'یه‌كشه‌م_دووشه‌م_سێشه‌م_چوارشه‌م_پێنجشه‌م_هه‌ینی_شه‌ممه‌'.split(\n '_'\n ),\n weekdaysMin: 'ی_د_س_چ_پ_ه_ش'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n meridiemParse: /ئێواره‌|به‌یانی/,\n isPM: function (input) {\n return /ئێواره‌/.test(input);\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'به‌یانی';\n } else {\n return 'ئێواره‌';\n }\n },\n calendar: {\n sameDay: '[ئه‌مرۆ كاتژمێر] LT',\n nextDay: '[به‌یانی كاتژمێر] LT',\n nextWeek: 'dddd [كاتژمێر] LT',\n lastDay: '[دوێنێ كاتژمێر] LT',\n lastWeek: 'dddd [كاتژمێر] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'له‌ %s',\n past: '%s',\n s: 'چه‌ند چركه‌یه‌ك',\n ss: 'چركه‌ %d',\n m: 'یه‌ك خوله‌ك',\n mm: '%d خوله‌ك',\n h: 'یه‌ك كاتژمێر',\n hh: '%d كاتژمێر',\n d: 'یه‌ك ڕۆژ',\n dd: '%d ڕۆژ',\n M: 'یه‌ك مانگ',\n MM: '%d مانگ',\n y: 'یه‌ك ساڵ',\n yy: '%d ساڵ',\n },\n preparse: function (string) {\n return string\n .replace(/[١٢٣٤٥٦٧٨٩٠]/g, function (match) {\n return numberMap$9[match];\n })\n .replace(/،/g, ',');\n },\n postformat: function (string) {\n return string\n .replace(/\\d/g, function (match) {\n return symbolMap$a[match];\n })\n .replace(/,/g, '،');\n },\n week: {\n dow: 6, // Saturday is the first day of the week.\n doy: 12, // The week that contains Jan 12th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var suffixes$2 = {\n 0: '-чү',\n 1: '-чи',\n 2: '-чи',\n 3: '-чү',\n 4: '-чү',\n 5: '-чи',\n 6: '-чы',\n 7: '-чи',\n 8: '-чи',\n 9: '-чу',\n 10: '-чу',\n 20: '-чы',\n 30: '-чу',\n 40: '-чы',\n 50: '-чү',\n 60: '-чы',\n 70: '-чи',\n 80: '-чи',\n 90: '-чу',\n 100: '-чү',\n };\n\n hooks.defineLocale('ky', {\n months: 'январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь'.split(\n '_'\n ),\n monthsShort: 'янв_фев_март_апр_май_июнь_июль_авг_сен_окт_ноя_дек'.split(\n '_'\n ),\n weekdays: 'Жекшемби_Дүйшөмбү_Шейшемби_Шаршемби_Бейшемби_Жума_Ишемби'.split(\n '_'\n ),\n weekdaysShort: 'Жек_Дүй_Шей_Шар_Бей_Жум_Ише'.split('_'),\n weekdaysMin: 'Жк_Дй_Шй_Шр_Бй_Жм_Иш'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Бүгүн саат] LT',\n nextDay: '[Эртең саат] LT',\n nextWeek: 'dddd [саат] LT',\n lastDay: '[Кечээ саат] LT',\n lastWeek: '[Өткөн аптанын] dddd [күнү] [саат] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s ичинде',\n past: '%s мурун',\n s: 'бирнече секунд',\n ss: '%d секунд',\n m: 'бир мүнөт',\n mm: '%d мүнөт',\n h: 'бир саат',\n hh: '%d саат',\n d: 'бир күн',\n dd: '%d күн',\n M: 'бир ай',\n MM: '%d ай',\n y: 'бир жыл',\n yy: '%d жыл',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(чи|чы|чү|чу)/,\n ordinal: function (number) {\n var a = number % 10,\n b = number >= 100 ? 100 : null;\n return number + (suffixes$2[number] || suffixes$2[a] || suffixes$2[b]);\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n function processRelativeTime$6(number, withoutSuffix, key, isFuture) {\n var format = {\n m: ['eng Minutt', 'enger Minutt'],\n h: ['eng Stonn', 'enger Stonn'],\n d: ['een Dag', 'engem Dag'],\n M: ['ee Mount', 'engem Mount'],\n y: ['ee Joer', 'engem Joer'],\n };\n return withoutSuffix ? format[key][0] : format[key][1];\n }\n function processFutureTime(string) {\n var number = string.substr(0, string.indexOf(' '));\n if (eifelerRegelAppliesToNumber(number)) {\n return 'a ' + string;\n }\n return 'an ' + string;\n }\n function processPastTime(string) {\n var number = string.substr(0, string.indexOf(' '));\n if (eifelerRegelAppliesToNumber(number)) {\n return 'viru ' + string;\n }\n return 'virun ' + string;\n }\n /**\n * Returns true if the word before the given number loses the '-n' ending.\n * e.g. 'an 10 Deeg' but 'a 5 Deeg'\n *\n * @param number {integer}\n * @returns {boolean}\n */\n function eifelerRegelAppliesToNumber(number) {\n number = parseInt(number, 10);\n if (isNaN(number)) {\n return false;\n }\n if (number < 0) {\n // Negative Number --> always true\n return true;\n } else if (number < 10) {\n // Only 1 digit\n if (4 <= number && number <= 7) {\n return true;\n }\n return false;\n } else if (number < 100) {\n // 2 digits\n var lastDigit = number % 10,\n firstDigit = number / 10;\n if (lastDigit === 0) {\n return eifelerRegelAppliesToNumber(firstDigit);\n }\n return eifelerRegelAppliesToNumber(lastDigit);\n } else if (number < 10000) {\n // 3 or 4 digits --> recursively check first digit\n while (number >= 10) {\n number = number / 10;\n }\n return eifelerRegelAppliesToNumber(number);\n } else {\n // Anything larger than 4 digits: recursively check first n-3 digits\n number = number / 1000;\n return eifelerRegelAppliesToNumber(number);\n }\n }\n\n hooks.defineLocale('lb', {\n months: 'Januar_Februar_Mäerz_Abrëll_Mee_Juni_Juli_August_September_Oktober_November_Dezember'.split(\n '_'\n ),\n monthsShort: 'Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'Sonndeg_Méindeg_Dënschdeg_Mëttwoch_Donneschdeg_Freideg_Samschdeg'.split(\n '_'\n ),\n weekdaysShort: 'So._Mé._Dë._Më._Do._Fr._Sa.'.split('_'),\n weekdaysMin: 'So_Mé_Dë_Më_Do_Fr_Sa'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm [Auer]',\n LTS: 'H:mm:ss [Auer]',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm [Auer]',\n LLLL: 'dddd, D. MMMM YYYY H:mm [Auer]',\n },\n calendar: {\n sameDay: '[Haut um] LT',\n sameElse: 'L',\n nextDay: '[Muer um] LT',\n nextWeek: 'dddd [um] LT',\n lastDay: '[Gëschter um] LT',\n lastWeek: function () {\n // Different date string for 'Dënschdeg' (Tuesday) and 'Donneschdeg' (Thursday) due to phonological rule\n switch (this.day()) {\n case 2:\n case 4:\n return '[Leschten] dddd [um] LT';\n default:\n return '[Leschte] dddd [um] LT';\n }\n },\n },\n relativeTime: {\n future: processFutureTime,\n past: processPastTime,\n s: 'e puer Sekonnen',\n ss: '%d Sekonnen',\n m: processRelativeTime$6,\n mm: '%d Minutten',\n h: processRelativeTime$6,\n hh: '%d Stonnen',\n d: processRelativeTime$6,\n dd: '%d Deeg',\n M: processRelativeTime$6,\n MM: '%d Méint',\n y: processRelativeTime$6,\n yy: '%d Joer',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('lo', {\n months: 'ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ'.split(\n '_'\n ),\n monthsShort: 'ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ'.split(\n '_'\n ),\n weekdays: 'ອາທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ'.split('_'),\n weekdaysShort: 'ທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ'.split('_'),\n weekdaysMin: 'ທ_ຈ_ອຄ_ພ_ພຫ_ສກ_ສ'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'ວັນdddd D MMMM YYYY HH:mm',\n },\n meridiemParse: /ຕອນເຊົ້າ|ຕອນແລງ/,\n isPM: function (input) {\n return input === 'ຕອນແລງ';\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ຕອນເຊົ້າ';\n } else {\n return 'ຕອນແລງ';\n }\n },\n calendar: {\n sameDay: '[ມື້ນີ້ເວລາ] LT',\n nextDay: '[ມື້ອື່ນເວລາ] LT',\n nextWeek: '[ວັນ]dddd[ໜ້າເວລາ] LT',\n lastDay: '[ມື້ວານນີ້ເວລາ] LT',\n lastWeek: '[ວັນ]dddd[ແລ້ວນີ້ເວລາ] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'ອີກ %s',\n past: '%sຜ່ານມາ',\n s: 'ບໍ່ເທົ່າໃດວິນາທີ',\n ss: '%d ວິນາທີ',\n m: '1 ນາທີ',\n mm: '%d ນາທີ',\n h: '1 ຊົ່ວໂມງ',\n hh: '%d ຊົ່ວໂມງ',\n d: '1 ມື້',\n dd: '%d ມື້',\n M: '1 ເດືອນ',\n MM: '%d ເດືອນ',\n y: '1 ປີ',\n yy: '%d ປີ',\n },\n dayOfMonthOrdinalParse: /(ທີ່)\\d{1,2}/,\n ordinal: function (number) {\n return 'ທີ່' + number;\n },\n });\n\n //! moment.js locale configuration\n\n var units = {\n ss: 'sekundė_sekundžių_sekundes',\n m: 'minutė_minutės_minutę',\n mm: 'minutės_minučių_minutes',\n h: 'valanda_valandos_valandą',\n hh: 'valandos_valandų_valandas',\n d: 'diena_dienos_dieną',\n dd: 'dienos_dienų_dienas',\n M: 'mėnuo_mėnesio_mėnesį',\n MM: 'mėnesiai_mėnesių_mėnesius',\n y: 'metai_metų_metus',\n yy: 'metai_metų_metus',\n };\n function translateSeconds(number, withoutSuffix, key, isFuture) {\n if (withoutSuffix) {\n return 'kelios sekundės';\n } else {\n return isFuture ? 'kelių sekundžių' : 'kelias sekundes';\n }\n }\n function translateSingular(number, withoutSuffix, key, isFuture) {\n return withoutSuffix\n ? forms(key)[0]\n : isFuture\n ? forms(key)[1]\n : forms(key)[2];\n }\n function special(number) {\n return number % 10 === 0 || (number > 10 && number < 20);\n }\n function forms(key) {\n return units[key].split('_');\n }\n function translate$6(number, withoutSuffix, key, isFuture) {\n var result = number + ' ';\n if (number === 1) {\n return (\n result + translateSingular(number, withoutSuffix, key[0], isFuture)\n );\n } else if (withoutSuffix) {\n return result + (special(number) ? forms(key)[1] : forms(key)[0]);\n } else {\n if (isFuture) {\n return result + forms(key)[1];\n } else {\n return result + (special(number) ? forms(key)[1] : forms(key)[2]);\n }\n }\n }\n hooks.defineLocale('lt', {\n months: {\n format: 'sausio_vasario_kovo_balandžio_gegužės_birželio_liepos_rugpjūčio_rugsėjo_spalio_lapkričio_gruodžio'.split(\n '_'\n ),\n standalone: 'sausis_vasaris_kovas_balandis_gegužė_birželis_liepa_rugpjūtis_rugsėjis_spalis_lapkritis_gruodis'.split(\n '_'\n ),\n isFormat: /D[oD]?(\\[[^\\[\\]]*\\]|\\s)+MMMM?|MMMM?(\\[[^\\[\\]]*\\]|\\s)+D[oD]?/,\n },\n monthsShort: 'sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd'.split('_'),\n weekdays: {\n format: 'sekmadienį_pirmadienį_antradienį_trečiadienį_ketvirtadienį_penktadienį_šeštadienį'.split(\n '_'\n ),\n standalone: 'sekmadienis_pirmadienis_antradienis_trečiadienis_ketvirtadienis_penktadienis_šeštadienis'.split(\n '_'\n ),\n isFormat: /dddd HH:mm/,\n },\n weekdaysShort: 'Sek_Pir_Ant_Tre_Ket_Pen_Šeš'.split('_'),\n weekdaysMin: 'S_P_A_T_K_Pn_Š'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY-MM-DD',\n LL: 'YYYY [m.] MMMM D [d.]',\n LLL: 'YYYY [m.] MMMM D [d.], HH:mm [val.]',\n LLLL: 'YYYY [m.] MMMM D [d.], dddd, HH:mm [val.]',\n l: 'YYYY-MM-DD',\n ll: 'YYYY [m.] MMMM D [d.]',\n lll: 'YYYY [m.] MMMM D [d.], HH:mm [val.]',\n llll: 'YYYY [m.] MMMM D [d.], ddd, HH:mm [val.]',\n },\n calendar: {\n sameDay: '[Šiandien] LT',\n nextDay: '[Rytoj] LT',\n nextWeek: 'dddd LT',\n lastDay: '[Vakar] LT',\n lastWeek: '[Praėjusį] dddd LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'po %s',\n past: 'prieš %s',\n s: translateSeconds,\n ss: translate$6,\n m: translateSingular,\n mm: translate$6,\n h: translateSingular,\n hh: translate$6,\n d: translateSingular,\n dd: translate$6,\n M: translateSingular,\n MM: translate$6,\n y: translateSingular,\n yy: translate$6,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-oji/,\n ordinal: function (number) {\n return number + '-oji';\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var units$1 = {\n ss: 'sekundes_sekundēm_sekunde_sekundes'.split('_'),\n m: 'minūtes_minūtēm_minūte_minūtes'.split('_'),\n mm: 'minūtes_minūtēm_minūte_minūtes'.split('_'),\n h: 'stundas_stundām_stunda_stundas'.split('_'),\n hh: 'stundas_stundām_stunda_stundas'.split('_'),\n d: 'dienas_dienām_diena_dienas'.split('_'),\n dd: 'dienas_dienām_diena_dienas'.split('_'),\n M: 'mēneša_mēnešiem_mēnesis_mēneši'.split('_'),\n MM: 'mēneša_mēnešiem_mēnesis_mēneši'.split('_'),\n y: 'gada_gadiem_gads_gadi'.split('_'),\n yy: 'gada_gadiem_gads_gadi'.split('_'),\n };\n /**\n * @param withoutSuffix boolean true = a length of time; false = before/after a period of time.\n */\n function format$1(forms, number, withoutSuffix) {\n if (withoutSuffix) {\n // E.g. \"21 minūte\", \"3 minūtes\".\n return number % 10 === 1 && number % 100 !== 11 ? forms[2] : forms[3];\n } else {\n // E.g. \"21 minūtes\" as in \"pēc 21 minūtes\".\n // E.g. \"3 minūtēm\" as in \"pēc 3 minūtēm\".\n return number % 10 === 1 && number % 100 !== 11 ? forms[0] : forms[1];\n }\n }\n function relativeTimeWithPlural$1(number, withoutSuffix, key) {\n return number + ' ' + format$1(units$1[key], number, withoutSuffix);\n }\n function relativeTimeWithSingular(number, withoutSuffix, key) {\n return format$1(units$1[key], number, withoutSuffix);\n }\n function relativeSeconds(number, withoutSuffix) {\n return withoutSuffix ? 'dažas sekundes' : 'dažām sekundēm';\n }\n\n hooks.defineLocale('lv', {\n months: 'janvāris_februāris_marts_aprīlis_maijs_jūnijs_jūlijs_augusts_septembris_oktobris_novembris_decembris'.split(\n '_'\n ),\n monthsShort: 'jan_feb_mar_apr_mai_jūn_jūl_aug_sep_okt_nov_dec'.split('_'),\n weekdays: 'svētdiena_pirmdiena_otrdiena_trešdiena_ceturtdiena_piektdiena_sestdiena'.split(\n '_'\n ),\n weekdaysShort: 'Sv_P_O_T_C_Pk_S'.split('_'),\n weekdaysMin: 'Sv_P_O_T_C_Pk_S'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY.',\n LL: 'YYYY. [gada] D. MMMM',\n LLL: 'YYYY. [gada] D. MMMM, HH:mm',\n LLLL: 'YYYY. [gada] D. MMMM, dddd, HH:mm',\n },\n calendar: {\n sameDay: '[Šodien pulksten] LT',\n nextDay: '[Rīt pulksten] LT',\n nextWeek: 'dddd [pulksten] LT',\n lastDay: '[Vakar pulksten] LT',\n lastWeek: '[Pagājušā] dddd [pulksten] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'pēc %s',\n past: 'pirms %s',\n s: relativeSeconds,\n ss: relativeTimeWithPlural$1,\n m: relativeTimeWithSingular,\n mm: relativeTimeWithPlural$1,\n h: relativeTimeWithSingular,\n hh: relativeTimeWithPlural$1,\n d: relativeTimeWithSingular,\n dd: relativeTimeWithPlural$1,\n M: relativeTimeWithSingular,\n MM: relativeTimeWithPlural$1,\n y: relativeTimeWithSingular,\n yy: relativeTimeWithPlural$1,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var translator = {\n words: {\n //Different grammatical cases\n ss: ['sekund', 'sekunda', 'sekundi'],\n m: ['jedan minut', 'jednog minuta'],\n mm: ['minut', 'minuta', 'minuta'],\n h: ['jedan sat', 'jednog sata'],\n hh: ['sat', 'sata', 'sati'],\n dd: ['dan', 'dana', 'dana'],\n MM: ['mjesec', 'mjeseca', 'mjeseci'],\n yy: ['godina', 'godine', 'godina'],\n },\n correctGrammaticalCase: function (number, wordKey) {\n return number === 1\n ? wordKey[0]\n : number >= 2 && number <= 4\n ? wordKey[1]\n : wordKey[2];\n },\n translate: function (number, withoutSuffix, key) {\n var wordKey = translator.words[key];\n if (key.length === 1) {\n return withoutSuffix ? wordKey[0] : wordKey[1];\n } else {\n return (\n number +\n ' ' +\n translator.correctGrammaticalCase(number, wordKey)\n );\n }\n },\n };\n\n hooks.defineLocale('me', {\n months: 'januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar'.split(\n '_'\n ),\n monthsShort: 'jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota'.split(\n '_'\n ),\n weekdaysShort: 'ned._pon._uto._sri._čet._pet._sub.'.split('_'),\n weekdaysMin: 'ne_po_ut_sr_če_pe_su'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm',\n LLLL: 'dddd, D. MMMM YYYY H:mm',\n },\n calendar: {\n sameDay: '[danas u] LT',\n nextDay: '[sjutra u] LT',\n\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[u] [nedjelju] [u] LT';\n case 3:\n return '[u] [srijedu] [u] LT';\n case 6:\n return '[u] [subotu] [u] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[u] dddd [u] LT';\n }\n },\n lastDay: '[juče u] LT',\n lastWeek: function () {\n var lastWeekDays = [\n '[prošle] [nedjelje] [u] LT',\n '[prošlog] [ponedjeljka] [u] LT',\n '[prošlog] [utorka] [u] LT',\n '[prošle] [srijede] [u] LT',\n '[prošlog] [četvrtka] [u] LT',\n '[prošlog] [petka] [u] LT',\n '[prošle] [subote] [u] LT',\n ];\n return lastWeekDays[this.day()];\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'za %s',\n past: 'prije %s',\n s: 'nekoliko sekundi',\n ss: translator.translate,\n m: translator.translate,\n mm: translator.translate,\n h: translator.translate,\n hh: translator.translate,\n d: 'dan',\n dd: translator.translate,\n M: 'mjesec',\n MM: translator.translate,\n y: 'godinu',\n yy: translator.translate,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('mi', {\n months: 'Kohi-tāte_Hui-tanguru_Poutū-te-rangi_Paenga-whāwhā_Haratua_Pipiri_Hōngoingoi_Here-turi-kōkā_Mahuru_Whiringa-ā-nuku_Whiringa-ā-rangi_Hakihea'.split(\n '_'\n ),\n monthsShort: 'Kohi_Hui_Pou_Pae_Hara_Pipi_Hōngoi_Here_Mahu_Whi-nu_Whi-ra_Haki'.split(\n '_'\n ),\n monthsRegex: /(?:['a-z\\u0101\\u014D\\u016B]+\\-?){1,3}/i,\n monthsStrictRegex: /(?:['a-z\\u0101\\u014D\\u016B]+\\-?){1,3}/i,\n monthsShortRegex: /(?:['a-z\\u0101\\u014D\\u016B]+\\-?){1,3}/i,\n monthsShortStrictRegex: /(?:['a-z\\u0101\\u014D\\u016B]+\\-?){1,2}/i,\n weekdays: 'Rātapu_Mane_Tūrei_Wenerei_Tāite_Paraire_Hātarei'.split('_'),\n weekdaysShort: 'Ta_Ma_Tū_We_Tāi_Pa_Hā'.split('_'),\n weekdaysMin: 'Ta_Ma_Tū_We_Tāi_Pa_Hā'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY [i] HH:mm',\n LLLL: 'dddd, D MMMM YYYY [i] HH:mm',\n },\n calendar: {\n sameDay: '[i teie mahana, i] LT',\n nextDay: '[apopo i] LT',\n nextWeek: 'dddd [i] LT',\n lastDay: '[inanahi i] LT',\n lastWeek: 'dddd [whakamutunga i] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'i roto i %s',\n past: '%s i mua',\n s: 'te hēkona ruarua',\n ss: '%d hēkona',\n m: 'he meneti',\n mm: '%d meneti',\n h: 'te haora',\n hh: '%d haora',\n d: 'he ra',\n dd: '%d ra',\n M: 'he marama',\n MM: '%d marama',\n y: 'he tau',\n yy: '%d tau',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('mk', {\n months: 'јануари_февруари_март_април_мај_јуни_јули_август_септември_октомври_ноември_декември'.split(\n '_'\n ),\n monthsShort: 'јан_фев_мар_апр_мај_јун_јул_авг_сеп_окт_ное_дек'.split('_'),\n weekdays: 'недела_понеделник_вторник_среда_четврток_петок_сабота'.split(\n '_'\n ),\n weekdaysShort: 'нед_пон_вто_сре_чет_пет_саб'.split('_'),\n weekdaysMin: 'нe_пo_вт_ср_че_пе_сa'.split('_'),\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'D.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY H:mm',\n LLLL: 'dddd, D MMMM YYYY H:mm',\n },\n calendar: {\n sameDay: '[Денес во] LT',\n nextDay: '[Утре во] LT',\n nextWeek: '[Во] dddd [во] LT',\n lastDay: '[Вчера во] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n case 3:\n case 6:\n return '[Изминатата] dddd [во] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[Изминатиот] dddd [во] LT';\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'за %s',\n past: 'пред %s',\n s: 'неколку секунди',\n ss: '%d секунди',\n m: 'една минута',\n mm: '%d минути',\n h: 'еден час',\n hh: '%d часа',\n d: 'еден ден',\n dd: '%d дена',\n M: 'еден месец',\n MM: '%d месеци',\n y: 'една година',\n yy: '%d години',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(ев|ен|ти|ви|ри|ми)/,\n ordinal: function (number) {\n var lastDigit = number % 10,\n last2Digits = number % 100;\n if (number === 0) {\n return number + '-ев';\n } else if (last2Digits === 0) {\n return number + '-ен';\n } else if (last2Digits > 10 && last2Digits < 20) {\n return number + '-ти';\n } else if (lastDigit === 1) {\n return number + '-ви';\n } else if (lastDigit === 2) {\n return number + '-ри';\n } else if (lastDigit === 7 || lastDigit === 8) {\n return number + '-ми';\n } else {\n return number + '-ти';\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('ml', {\n months: 'ജനുവരി_ഫെബ്രുവരി_മാർച്ച്_ഏപ്രിൽ_മേയ്_ജൂൺ_ജൂലൈ_ഓഗസ്റ്റ്_സെപ്റ്റംബർ_ഒക്ടോബർ_നവംബർ_ഡിസംബർ'.split(\n '_'\n ),\n monthsShort: 'ജനു._ഫെബ്രു._മാർ._ഏപ്രി._മേയ്_ജൂൺ_ജൂലൈ._ഓഗ._സെപ്റ്റ._ഒക്ടോ._നവം._ഡിസം.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'ഞായറാഴ്ച_തിങ്കളാഴ്ച_ചൊവ്വാഴ്ച_ബുധനാഴ്ച_വ്യാഴാഴ്ച_വെള്ളിയാഴ്ച_ശനിയാഴ്ച'.split(\n '_'\n ),\n weekdaysShort: 'ഞായർ_തിങ്കൾ_ചൊവ്വ_ബുധൻ_വ്യാഴം_വെള്ളി_ശനി'.split('_'),\n weekdaysMin: 'ഞാ_തി_ചൊ_ബു_വ്യാ_വെ_ശ'.split('_'),\n longDateFormat: {\n LT: 'A h:mm -നു',\n LTS: 'A h:mm:ss -നു',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm -നു',\n LLLL: 'dddd, D MMMM YYYY, A h:mm -നു',\n },\n calendar: {\n sameDay: '[ഇന്ന്] LT',\n nextDay: '[നാളെ] LT',\n nextWeek: 'dddd, LT',\n lastDay: '[ഇന്നലെ] LT',\n lastWeek: '[കഴിഞ്ഞ] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s കഴിഞ്ഞ്',\n past: '%s മുൻപ്',\n s: 'അൽപ നിമിഷങ്ങൾ',\n ss: '%d സെക്കൻഡ്',\n m: 'ഒരു മിനിറ്റ്',\n mm: '%d മിനിറ്റ്',\n h: 'ഒരു മണിക്കൂർ',\n hh: '%d മണിക്കൂർ',\n d: 'ഒരു ദിവസം',\n dd: '%d ദിവസം',\n M: 'ഒരു മാസം',\n MM: '%d മാസം',\n y: 'ഒരു വർഷം',\n yy: '%d വർഷം',\n },\n meridiemParse: /രാത്രി|രാവിലെ|ഉച്ച കഴിഞ്ഞ്|വൈകുന്നേരം|രാത്രി/i,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (\n (meridiem === 'രാത്രി' && hour >= 4) ||\n meridiem === 'ഉച്ച കഴിഞ്ഞ്' ||\n meridiem === 'വൈകുന്നേരം'\n ) {\n return hour + 12;\n } else {\n return hour;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'രാത്രി';\n } else if (hour < 12) {\n return 'രാവിലെ';\n } else if (hour < 17) {\n return 'ഉച്ച കഴിഞ്ഞ്';\n } else if (hour < 20) {\n return 'വൈകുന്നേരം';\n } else {\n return 'രാത്രി';\n }\n },\n });\n\n //! moment.js locale configuration\n\n function translate$7(number, withoutSuffix, key, isFuture) {\n switch (key) {\n case 's':\n return withoutSuffix ? 'хэдхэн секунд' : 'хэдхэн секундын';\n case 'ss':\n return number + (withoutSuffix ? ' секунд' : ' секундын');\n case 'm':\n case 'mm':\n return number + (withoutSuffix ? ' минут' : ' минутын');\n case 'h':\n case 'hh':\n return number + (withoutSuffix ? ' цаг' : ' цагийн');\n case 'd':\n case 'dd':\n return number + (withoutSuffix ? ' өдөр' : ' өдрийн');\n case 'M':\n case 'MM':\n return number + (withoutSuffix ? ' сар' : ' сарын');\n case 'y':\n case 'yy':\n return number + (withoutSuffix ? ' жил' : ' жилийн');\n default:\n return number;\n }\n }\n\n hooks.defineLocale('mn', {\n months: 'Нэгдүгээр сар_Хоёрдугаар сар_Гуравдугаар сар_Дөрөвдүгээр сар_Тавдугаар сар_Зургадугаар сар_Долдугаар сар_Наймдугаар сар_Есдүгээр сар_Аравдугаар сар_Арван нэгдүгээр сар_Арван хоёрдугаар сар'.split(\n '_'\n ),\n monthsShort: '1 сар_2 сар_3 сар_4 сар_5 сар_6 сар_7 сар_8 сар_9 сар_10 сар_11 сар_12 сар'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'Ням_Даваа_Мягмар_Лхагва_Пүрэв_Баасан_Бямба'.split('_'),\n weekdaysShort: 'Ням_Дав_Мяг_Лха_Пүр_Баа_Бям'.split('_'),\n weekdaysMin: 'Ня_Да_Мя_Лх_Пү_Ба_Бя'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY-MM-DD',\n LL: 'YYYY оны MMMMын D',\n LLL: 'YYYY оны MMMMын D HH:mm',\n LLLL: 'dddd, YYYY оны MMMMын D HH:mm',\n },\n meridiemParse: /ҮӨ|ҮХ/i,\n isPM: function (input) {\n return input === 'ҮХ';\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ҮӨ';\n } else {\n return 'ҮХ';\n }\n },\n calendar: {\n sameDay: '[Өнөөдөр] LT',\n nextDay: '[Маргааш] LT',\n nextWeek: '[Ирэх] dddd LT',\n lastDay: '[Өчигдөр] LT',\n lastWeek: '[Өнгөрсөн] dddd LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s дараа',\n past: '%s өмнө',\n s: translate$7,\n ss: translate$7,\n m: translate$7,\n mm: translate$7,\n h: translate$7,\n hh: translate$7,\n d: translate$7,\n dd: translate$7,\n M: translate$7,\n MM: translate$7,\n y: translate$7,\n yy: translate$7,\n },\n dayOfMonthOrdinalParse: /\\d{1,2} өдөр/,\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + ' өдөр';\n default:\n return number;\n }\n },\n });\n\n //! moment.js locale configuration\n\n var symbolMap$b = {\n '1': '१',\n '2': '२',\n '3': '३',\n '4': '४',\n '5': '५',\n '6': '६',\n '7': '७',\n '8': '८',\n '9': '९',\n '0': '०',\n },\n numberMap$a = {\n '१': '1',\n '२': '2',\n '३': '3',\n '४': '4',\n '५': '5',\n '६': '6',\n '७': '7',\n '८': '8',\n '९': '9',\n '०': '0',\n };\n\n function relativeTimeMr(number, withoutSuffix, string, isFuture) {\n var output = '';\n if (withoutSuffix) {\n switch (string) {\n case 's':\n output = 'काही सेकंद';\n break;\n case 'ss':\n output = '%d सेकंद';\n break;\n case 'm':\n output = 'एक मिनिट';\n break;\n case 'mm':\n output = '%d मिनिटे';\n break;\n case 'h':\n output = 'एक तास';\n break;\n case 'hh':\n output = '%d तास';\n break;\n case 'd':\n output = 'एक दिवस';\n break;\n case 'dd':\n output = '%d दिवस';\n break;\n case 'M':\n output = 'एक महिना';\n break;\n case 'MM':\n output = '%d महिने';\n break;\n case 'y':\n output = 'एक वर्ष';\n break;\n case 'yy':\n output = '%d वर्षे';\n break;\n }\n } else {\n switch (string) {\n case 's':\n output = 'काही सेकंदां';\n break;\n case 'ss':\n output = '%d सेकंदां';\n break;\n case 'm':\n output = 'एका मिनिटा';\n break;\n case 'mm':\n output = '%d मिनिटां';\n break;\n case 'h':\n output = 'एका तासा';\n break;\n case 'hh':\n output = '%d तासां';\n break;\n case 'd':\n output = 'एका दिवसा';\n break;\n case 'dd':\n output = '%d दिवसां';\n break;\n case 'M':\n output = 'एका महिन्या';\n break;\n case 'MM':\n output = '%d महिन्यां';\n break;\n case 'y':\n output = 'एका वर्षा';\n break;\n case 'yy':\n output = '%d वर्षां';\n break;\n }\n }\n return output.replace(/%d/i, number);\n }\n\n hooks.defineLocale('mr', {\n months: 'जानेवारी_फेब्रुवारी_मार्च_एप्रिल_मे_जून_जुलै_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर'.split(\n '_'\n ),\n monthsShort: 'जाने._फेब्रु._मार्च._एप्रि._मे._जून._जुलै._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'रविवार_सोमवार_मंगळवार_बुधवार_गुरूवार_शुक्रवार_शनिवार'.split('_'),\n weekdaysShort: 'रवि_सोम_मंगळ_बुध_गुरू_शुक्र_शनि'.split('_'),\n weekdaysMin: 'र_सो_मं_बु_गु_शु_श'.split('_'),\n longDateFormat: {\n LT: 'A h:mm वाजता',\n LTS: 'A h:mm:ss वाजता',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm वाजता',\n LLLL: 'dddd, D MMMM YYYY, A h:mm वाजता',\n },\n calendar: {\n sameDay: '[आज] LT',\n nextDay: '[उद्या] LT',\n nextWeek: 'dddd, LT',\n lastDay: '[काल] LT',\n lastWeek: '[मागील] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%sमध्ये',\n past: '%sपूर्वी',\n s: relativeTimeMr,\n ss: relativeTimeMr,\n m: relativeTimeMr,\n mm: relativeTimeMr,\n h: relativeTimeMr,\n hh: relativeTimeMr,\n d: relativeTimeMr,\n dd: relativeTimeMr,\n M: relativeTimeMr,\n MM: relativeTimeMr,\n y: relativeTimeMr,\n yy: relativeTimeMr,\n },\n preparse: function (string) {\n return string.replace(/[१२३४५६७८९०]/g, function (match) {\n return numberMap$a[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap$b[match];\n });\n },\n meridiemParse: /पहाटे|सकाळी|दुपारी|सायंकाळी|रात्री/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'पहाटे' || meridiem === 'सकाळी') {\n return hour;\n } else if (\n meridiem === 'दुपारी' ||\n meridiem === 'सायंकाळी' ||\n meridiem === 'रात्री'\n ) {\n return hour >= 12 ? hour : hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour >= 0 && hour < 6) {\n return 'पहाटे';\n } else if (hour < 12) {\n return 'सकाळी';\n } else if (hour < 17) {\n return 'दुपारी';\n } else if (hour < 20) {\n return 'सायंकाळी';\n } else {\n return 'रात्री';\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('ms-my', {\n months: 'Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis'.split('_'),\n weekdays: 'Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu'.split('_'),\n weekdaysShort: 'Ahd_Isn_Sel_Rab_Kha_Jum_Sab'.split('_'),\n weekdaysMin: 'Ah_Is_Sl_Rb_Km_Jm_Sb'.split('_'),\n longDateFormat: {\n LT: 'HH.mm',\n LTS: 'HH.mm.ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY [pukul] HH.mm',\n LLLL: 'dddd, D MMMM YYYY [pukul] HH.mm',\n },\n meridiemParse: /pagi|tengahari|petang|malam/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'pagi') {\n return hour;\n } else if (meridiem === 'tengahari') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'petang' || meridiem === 'malam') {\n return hour + 12;\n }\n },\n meridiem: function (hours, minutes, isLower) {\n if (hours < 11) {\n return 'pagi';\n } else if (hours < 15) {\n return 'tengahari';\n } else if (hours < 19) {\n return 'petang';\n } else {\n return 'malam';\n }\n },\n calendar: {\n sameDay: '[Hari ini pukul] LT',\n nextDay: '[Esok pukul] LT',\n nextWeek: 'dddd [pukul] LT',\n lastDay: '[Kelmarin pukul] LT',\n lastWeek: 'dddd [lepas pukul] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'dalam %s',\n past: '%s yang lepas',\n s: 'beberapa saat',\n ss: '%d saat',\n m: 'seminit',\n mm: '%d minit',\n h: 'sejam',\n hh: '%d jam',\n d: 'sehari',\n dd: '%d hari',\n M: 'sebulan',\n MM: '%d bulan',\n y: 'setahun',\n yy: '%d tahun',\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('ms', {\n months: 'Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis'.split('_'),\n weekdays: 'Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu'.split('_'),\n weekdaysShort: 'Ahd_Isn_Sel_Rab_Kha_Jum_Sab'.split('_'),\n weekdaysMin: 'Ah_Is_Sl_Rb_Km_Jm_Sb'.split('_'),\n longDateFormat: {\n LT: 'HH.mm',\n LTS: 'HH.mm.ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY [pukul] HH.mm',\n LLLL: 'dddd, D MMMM YYYY [pukul] HH.mm',\n },\n meridiemParse: /pagi|tengahari|petang|malam/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'pagi') {\n return hour;\n } else if (meridiem === 'tengahari') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'petang' || meridiem === 'malam') {\n return hour + 12;\n }\n },\n meridiem: function (hours, minutes, isLower) {\n if (hours < 11) {\n return 'pagi';\n } else if (hours < 15) {\n return 'tengahari';\n } else if (hours < 19) {\n return 'petang';\n } else {\n return 'malam';\n }\n },\n calendar: {\n sameDay: '[Hari ini pukul] LT',\n nextDay: '[Esok pukul] LT',\n nextWeek: 'dddd [pukul] LT',\n lastDay: '[Kelmarin pukul] LT',\n lastWeek: 'dddd [lepas pukul] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'dalam %s',\n past: '%s yang lepas',\n s: 'beberapa saat',\n ss: '%d saat',\n m: 'seminit',\n mm: '%d minit',\n h: 'sejam',\n hh: '%d jam',\n d: 'sehari',\n dd: '%d hari',\n M: 'sebulan',\n MM: '%d bulan',\n y: 'setahun',\n yy: '%d tahun',\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('mt', {\n months: 'Jannar_Frar_Marzu_April_Mejju_Ġunju_Lulju_Awwissu_Settembru_Ottubru_Novembru_Diċembru'.split(\n '_'\n ),\n monthsShort: 'Jan_Fra_Mar_Apr_Mej_Ġun_Lul_Aww_Set_Ott_Nov_Diċ'.split('_'),\n weekdays: 'Il-Ħadd_It-Tnejn_It-Tlieta_L-Erbgħa_Il-Ħamis_Il-Ġimgħa_Is-Sibt'.split(\n '_'\n ),\n weekdaysShort: 'Ħad_Tne_Tli_Erb_Ħam_Ġim_Sib'.split('_'),\n weekdaysMin: 'Ħa_Tn_Tl_Er_Ħa_Ġi_Si'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Illum fil-]LT',\n nextDay: '[Għada fil-]LT',\n nextWeek: 'dddd [fil-]LT',\n lastDay: '[Il-bieraħ fil-]LT',\n lastWeek: 'dddd [li għadda] [fil-]LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'f’ %s',\n past: '%s ilu',\n s: 'ftit sekondi',\n ss: '%d sekondi',\n m: 'minuta',\n mm: '%d minuti',\n h: 'siegħa',\n hh: '%d siegħat',\n d: 'ġurnata',\n dd: '%d ġranet',\n M: 'xahar',\n MM: '%d xhur',\n y: 'sena',\n yy: '%d sni',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var symbolMap$c = {\n '1': '၁',\n '2': '၂',\n '3': '၃',\n '4': '၄',\n '5': '၅',\n '6': '၆',\n '7': '၇',\n '8': '၈',\n '9': '၉',\n '0': '၀',\n },\n numberMap$b = {\n '၁': '1',\n '၂': '2',\n '၃': '3',\n '၄': '4',\n '၅': '5',\n '၆': '6',\n '၇': '7',\n '၈': '8',\n '၉': '9',\n '၀': '0',\n };\n\n hooks.defineLocale('my', {\n months: 'ဇန်နဝါရီ_ဖေဖော်ဝါရီ_မတ်_ဧပြီ_မေ_ဇွန်_ဇူလိုင်_သြဂုတ်_စက်တင်ဘာ_အောက်တိုဘာ_နိုဝင်ဘာ_ဒီဇင်ဘာ'.split(\n '_'\n ),\n monthsShort: 'ဇန်_ဖေ_မတ်_ပြီ_မေ_ဇွန်_လိုင်_သြ_စက်_အောက်_နို_ဒီ'.split('_'),\n weekdays: 'တနင်္ဂနွေ_တနင်္လာ_အင်္ဂါ_ဗုဒ္ဓဟူး_ကြာသပတေး_သောကြာ_စနေ'.split(\n '_'\n ),\n weekdaysShort: 'နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ'.split('_'),\n weekdaysMin: 'နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ'.split('_'),\n\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[ယနေ.] LT [မှာ]',\n nextDay: '[မနက်ဖြန်] LT [မှာ]',\n nextWeek: 'dddd LT [မှာ]',\n lastDay: '[မနေ.က] LT [မှာ]',\n lastWeek: '[ပြီးခဲ့သော] dddd LT [မှာ]',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'လာမည့် %s မှာ',\n past: 'လွန်ခဲ့သော %s က',\n s: 'စက္ကန်.အနည်းငယ်',\n ss: '%d စက္ကန့်',\n m: 'တစ်မိနစ်',\n mm: '%d မိနစ်',\n h: 'တစ်နာရီ',\n hh: '%d နာရီ',\n d: 'တစ်ရက်',\n dd: '%d ရက်',\n M: 'တစ်လ',\n MM: '%d လ',\n y: 'တစ်နှစ်',\n yy: '%d နှစ်',\n },\n preparse: function (string) {\n return string.replace(/[၁၂၃၄၅၆၇၈၉၀]/g, function (match) {\n return numberMap$b[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap$c[match];\n });\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('nb', {\n months: 'januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember'.split(\n '_'\n ),\n monthsShort: 'jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag'.split('_'),\n weekdaysShort: 'sø._ma._ti._on._to._fr._lø.'.split('_'),\n weekdaysMin: 'sø_ma_ti_on_to_fr_lø'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY [kl.] HH:mm',\n LLLL: 'dddd D. MMMM YYYY [kl.] HH:mm',\n },\n calendar: {\n sameDay: '[i dag kl.] LT',\n nextDay: '[i morgen kl.] LT',\n nextWeek: 'dddd [kl.] LT',\n lastDay: '[i går kl.] LT',\n lastWeek: '[forrige] dddd [kl.] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'om %s',\n past: '%s siden',\n s: 'noen sekunder',\n ss: '%d sekunder',\n m: 'ett minutt',\n mm: '%d minutter',\n h: 'en time',\n hh: '%d timer',\n d: 'en dag',\n dd: '%d dager',\n M: 'en måned',\n MM: '%d måneder',\n y: 'ett år',\n yy: '%d år',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var symbolMap$d = {\n '1': '१',\n '2': '२',\n '3': '३',\n '4': '४',\n '5': '५',\n '6': '६',\n '7': '७',\n '8': '८',\n '9': '९',\n '0': '०',\n },\n numberMap$c = {\n '१': '1',\n '२': '2',\n '३': '3',\n '४': '4',\n '५': '5',\n '६': '6',\n '७': '7',\n '८': '8',\n '९': '9',\n '०': '0',\n };\n\n hooks.defineLocale('ne', {\n months: 'जनवरी_फेब्रुवरी_मार्च_अप्रिल_मई_जुन_जुलाई_अगष्ट_सेप्टेम्बर_अक्टोबर_नोभेम्बर_डिसेम्बर'.split(\n '_'\n ),\n monthsShort: 'जन._फेब्रु._मार्च_अप्रि._मई_जुन_जुलाई._अग._सेप्ट._अक्टो._नोभे._डिसे.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'आइतबार_सोमबार_मङ्गलबार_बुधबार_बिहिबार_शुक्रबार_शनिबार'.split(\n '_'\n ),\n weekdaysShort: 'आइत._सोम._मङ्गल._बुध._बिहि._शुक्र._शनि.'.split('_'),\n weekdaysMin: 'आ._सो._मं._बु._बि._शु._श.'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'Aको h:mm बजे',\n LTS: 'Aको h:mm:ss बजे',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, Aको h:mm बजे',\n LLLL: 'dddd, D MMMM YYYY, Aको h:mm बजे',\n },\n preparse: function (string) {\n return string.replace(/[१२३४५६७८९०]/g, function (match) {\n return numberMap$c[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap$d[match];\n });\n },\n meridiemParse: /राति|बिहान|दिउँसो|साँझ/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'राति') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'बिहान') {\n return hour;\n } else if (meridiem === 'दिउँसो') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'साँझ') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 3) {\n return 'राति';\n } else if (hour < 12) {\n return 'बिहान';\n } else if (hour < 16) {\n return 'दिउँसो';\n } else if (hour < 20) {\n return 'साँझ';\n } else {\n return 'राति';\n }\n },\n calendar: {\n sameDay: '[आज] LT',\n nextDay: '[भोलि] LT',\n nextWeek: '[आउँदो] dddd[,] LT',\n lastDay: '[हिजो] LT',\n lastWeek: '[गएको] dddd[,] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%sमा',\n past: '%s अगाडि',\n s: 'केही क्षण',\n ss: '%d सेकेण्ड',\n m: 'एक मिनेट',\n mm: '%d मिनेट',\n h: 'एक घण्टा',\n hh: '%d घण्टा',\n d: 'एक दिन',\n dd: '%d दिन',\n M: 'एक महिना',\n MM: '%d महिना',\n y: 'एक बर्ष',\n yy: '%d बर्ष',\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var monthsShortWithDots$1 = 'jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.'.split(\n '_'\n ),\n monthsShortWithoutDots$1 = 'jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec'.split(\n '_'\n ),\n monthsParse$6 = [\n /^jan/i,\n /^feb/i,\n /^maart|mrt.?$/i,\n /^apr/i,\n /^mei$/i,\n /^jun[i.]?$/i,\n /^jul[i.]?$/i,\n /^aug/i,\n /^sep/i,\n /^okt/i,\n /^nov/i,\n /^dec/i,\n ],\n monthsRegex$7 = /^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\\.?|feb\\.?|mrt\\.?|apr\\.?|ju[nl]\\.?|aug\\.?|sep\\.?|okt\\.?|nov\\.?|dec\\.?)/i;\n\n hooks.defineLocale('nl-be', {\n months: 'januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december'.split(\n '_'\n ),\n monthsShort: function (m, format) {\n if (!m) {\n return monthsShortWithDots$1;\n } else if (/-MMM-/.test(format)) {\n return monthsShortWithoutDots$1[m.month()];\n } else {\n return monthsShortWithDots$1[m.month()];\n }\n },\n\n monthsRegex: monthsRegex$7,\n monthsShortRegex: monthsRegex$7,\n monthsStrictRegex: /^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,\n monthsShortStrictRegex: /^(jan\\.?|feb\\.?|mrt\\.?|apr\\.?|mei|ju[nl]\\.?|aug\\.?|sep\\.?|okt\\.?|nov\\.?|dec\\.?)/i,\n\n monthsParse: monthsParse$6,\n longMonthsParse: monthsParse$6,\n shortMonthsParse: monthsParse$6,\n\n weekdays: 'zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag'.split(\n '_'\n ),\n weekdaysShort: 'zo._ma._di._wo._do._vr._za.'.split('_'),\n weekdaysMin: 'zo_ma_di_wo_do_vr_za'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[vandaag om] LT',\n nextDay: '[morgen om] LT',\n nextWeek: 'dddd [om] LT',\n lastDay: '[gisteren om] LT',\n lastWeek: '[afgelopen] dddd [om] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'over %s',\n past: '%s geleden',\n s: 'een paar seconden',\n ss: '%d seconden',\n m: 'één minuut',\n mm: '%d minuten',\n h: 'één uur',\n hh: '%d uur',\n d: 'één dag',\n dd: '%d dagen',\n M: 'één maand',\n MM: '%d maanden',\n y: 'één jaar',\n yy: '%d jaar',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(ste|de)/,\n ordinal: function (number) {\n return (\n number +\n (number === 1 || number === 8 || number >= 20 ? 'ste' : 'de')\n );\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var monthsShortWithDots$2 = 'jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.'.split(\n '_'\n ),\n monthsShortWithoutDots$2 = 'jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec'.split(\n '_'\n ),\n monthsParse$7 = [\n /^jan/i,\n /^feb/i,\n /^maart|mrt.?$/i,\n /^apr/i,\n /^mei$/i,\n /^jun[i.]?$/i,\n /^jul[i.]?$/i,\n /^aug/i,\n /^sep/i,\n /^okt/i,\n /^nov/i,\n /^dec/i,\n ],\n monthsRegex$8 = /^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\\.?|feb\\.?|mrt\\.?|apr\\.?|ju[nl]\\.?|aug\\.?|sep\\.?|okt\\.?|nov\\.?|dec\\.?)/i;\n\n hooks.defineLocale('nl', {\n months: 'januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december'.split(\n '_'\n ),\n monthsShort: function (m, format) {\n if (!m) {\n return monthsShortWithDots$2;\n } else if (/-MMM-/.test(format)) {\n return monthsShortWithoutDots$2[m.month()];\n } else {\n return monthsShortWithDots$2[m.month()];\n }\n },\n\n monthsRegex: monthsRegex$8,\n monthsShortRegex: monthsRegex$8,\n monthsStrictRegex: /^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,\n monthsShortStrictRegex: /^(jan\\.?|feb\\.?|mrt\\.?|apr\\.?|mei|ju[nl]\\.?|aug\\.?|sep\\.?|okt\\.?|nov\\.?|dec\\.?)/i,\n\n monthsParse: monthsParse$7,\n longMonthsParse: monthsParse$7,\n shortMonthsParse: monthsParse$7,\n\n weekdays: 'zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag'.split(\n '_'\n ),\n weekdaysShort: 'zo._ma._di._wo._do._vr._za.'.split('_'),\n weekdaysMin: 'zo_ma_di_wo_do_vr_za'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD-MM-YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[vandaag om] LT',\n nextDay: '[morgen om] LT',\n nextWeek: 'dddd [om] LT',\n lastDay: '[gisteren om] LT',\n lastWeek: '[afgelopen] dddd [om] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'over %s',\n past: '%s geleden',\n s: 'een paar seconden',\n ss: '%d seconden',\n m: 'één minuut',\n mm: '%d minuten',\n h: 'één uur',\n hh: '%d uur',\n d: 'één dag',\n dd: '%d dagen',\n M: 'één maand',\n MM: '%d maanden',\n y: 'één jaar',\n yy: '%d jaar',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(ste|de)/,\n ordinal: function (number) {\n return (\n number +\n (number === 1 || number === 8 || number >= 20 ? 'ste' : 'de')\n );\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('nn', {\n months: 'januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember'.split(\n '_'\n ),\n monthsShort: 'jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'sundag_måndag_tysdag_onsdag_torsdag_fredag_laurdag'.split('_'),\n weekdaysShort: 'su._må._ty._on._to._fr._lau.'.split('_'),\n weekdaysMin: 'su_må_ty_on_to_fr_la'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY [kl.] H:mm',\n LLLL: 'dddd D. MMMM YYYY [kl.] HH:mm',\n },\n calendar: {\n sameDay: '[I dag klokka] LT',\n nextDay: '[I morgon klokka] LT',\n nextWeek: 'dddd [klokka] LT',\n lastDay: '[I går klokka] LT',\n lastWeek: '[Føregåande] dddd [klokka] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'om %s',\n past: '%s sidan',\n s: 'nokre sekund',\n ss: '%d sekund',\n m: 'eit minutt',\n mm: '%d minutt',\n h: 'ein time',\n hh: '%d timar',\n d: 'ein dag',\n dd: '%d dagar',\n M: 'ein månad',\n MM: '%d månader',\n y: 'eit år',\n yy: '%d år',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('oc-lnc', {\n months: {\n standalone: 'genièr_febrièr_març_abril_mai_junh_julhet_agost_setembre_octòbre_novembre_decembre'.split(\n '_'\n ),\n format: \"de genièr_de febrièr_de març_d'abril_de mai_de junh_de julhet_d'agost_de setembre_d'octòbre_de novembre_de decembre\".split(\n '_'\n ),\n isFormat: /D[oD]?(\\s)+MMMM/,\n },\n monthsShort: 'gen._febr._març_abr._mai_junh_julh._ago._set._oct._nov._dec.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'dimenge_diluns_dimars_dimècres_dijòus_divendres_dissabte'.split(\n '_'\n ),\n weekdaysShort: 'dg._dl._dm._dc._dj._dv._ds.'.split('_'),\n weekdaysMin: 'dg_dl_dm_dc_dj_dv_ds'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM [de] YYYY',\n ll: 'D MMM YYYY',\n LLL: 'D MMMM [de] YYYY [a] H:mm',\n lll: 'D MMM YYYY, H:mm',\n LLLL: 'dddd D MMMM [de] YYYY [a] H:mm',\n llll: 'ddd D MMM YYYY, H:mm',\n },\n calendar: {\n sameDay: '[uèi a] LT',\n nextDay: '[deman a] LT',\n nextWeek: 'dddd [a] LT',\n lastDay: '[ièr a] LT',\n lastWeek: 'dddd [passat a] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: \"d'aquí %s\",\n past: 'fa %s',\n s: 'unas segondas',\n ss: '%d segondas',\n m: 'una minuta',\n mm: '%d minutas',\n h: 'una ora',\n hh: '%d oras',\n d: 'un jorn',\n dd: '%d jorns',\n M: 'un mes',\n MM: '%d meses',\n y: 'un an',\n yy: '%d ans',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(r|n|t|è|a)/,\n ordinal: function (number, period) {\n var output =\n number === 1\n ? 'r'\n : number === 2\n ? 'n'\n : number === 3\n ? 'r'\n : number === 4\n ? 't'\n : 'è';\n if (period === 'w' || period === 'W') {\n output = 'a';\n }\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4,\n },\n });\n\n //! moment.js locale configuration\n\n var symbolMap$e = {\n '1': '੧',\n '2': '੨',\n '3': '੩',\n '4': '੪',\n '5': '੫',\n '6': '੬',\n '7': '੭',\n '8': '੮',\n '9': '੯',\n '0': '੦',\n },\n numberMap$d = {\n '੧': '1',\n '੨': '2',\n '੩': '3',\n '੪': '4',\n '੫': '5',\n '੬': '6',\n '੭': '7',\n '੮': '8',\n '੯': '9',\n '੦': '0',\n };\n\n hooks.defineLocale('pa-in', {\n // There are months name as per Nanakshahi Calendar but they are not used as rigidly in modern Punjabi.\n months: 'ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ'.split(\n '_'\n ),\n monthsShort: 'ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ'.split(\n '_'\n ),\n weekdays: 'ਐਤਵਾਰ_ਸੋਮਵਾਰ_ਮੰਗਲਵਾਰ_ਬੁਧਵਾਰ_ਵੀਰਵਾਰ_ਸ਼ੁੱਕਰਵਾਰ_ਸ਼ਨੀਚਰਵਾਰ'.split(\n '_'\n ),\n weekdaysShort: 'ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ'.split('_'),\n weekdaysMin: 'ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ'.split('_'),\n longDateFormat: {\n LT: 'A h:mm ਵਜੇ',\n LTS: 'A h:mm:ss ਵਜੇ',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm ਵਜੇ',\n LLLL: 'dddd, D MMMM YYYY, A h:mm ਵਜੇ',\n },\n calendar: {\n sameDay: '[ਅਜ] LT',\n nextDay: '[ਕਲ] LT',\n nextWeek: '[ਅਗਲਾ] dddd, LT',\n lastDay: '[ਕਲ] LT',\n lastWeek: '[ਪਿਛਲੇ] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s ਵਿੱਚ',\n past: '%s ਪਿਛਲੇ',\n s: 'ਕੁਝ ਸਕਿੰਟ',\n ss: '%d ਸਕਿੰਟ',\n m: 'ਇਕ ਮਿੰਟ',\n mm: '%d ਮਿੰਟ',\n h: 'ਇੱਕ ਘੰਟਾ',\n hh: '%d ਘੰਟੇ',\n d: 'ਇੱਕ ਦਿਨ',\n dd: '%d ਦਿਨ',\n M: 'ਇੱਕ ਮਹੀਨਾ',\n MM: '%d ਮਹੀਨੇ',\n y: 'ਇੱਕ ਸਾਲ',\n yy: '%d ਸਾਲ',\n },\n preparse: function (string) {\n return string.replace(/[੧੨੩੪੫੬੭੮੯੦]/g, function (match) {\n return numberMap$d[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap$e[match];\n });\n },\n // Punjabi notation for meridiems are quite fuzzy in practice. While there exists\n // a rigid notion of a 'Pahar' it is not used as rigidly in modern Punjabi.\n meridiemParse: /ਰਾਤ|ਸਵੇਰ|ਦੁਪਹਿਰ|ਸ਼ਾਮ/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'ਰਾਤ') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'ਸਵੇਰ') {\n return hour;\n } else if (meridiem === 'ਦੁਪਹਿਰ') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'ਸ਼ਾਮ') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'ਰਾਤ';\n } else if (hour < 10) {\n return 'ਸਵੇਰ';\n } else if (hour < 17) {\n return 'ਦੁਪਹਿਰ';\n } else if (hour < 20) {\n return 'ਸ਼ਾਮ';\n } else {\n return 'ਰਾਤ';\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var monthsNominative = 'styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień'.split(\n '_'\n ),\n monthsSubjective = 'stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia'.split(\n '_'\n );\n function plural$3(n) {\n return n % 10 < 5 && n % 10 > 1 && ~~(n / 10) % 10 !== 1;\n }\n function translate$8(number, withoutSuffix, key) {\n var result = number + ' ';\n switch (key) {\n case 'ss':\n return result + (plural$3(number) ? 'sekundy' : 'sekund');\n case 'm':\n return withoutSuffix ? 'minuta' : 'minutę';\n case 'mm':\n return result + (plural$3(number) ? 'minuty' : 'minut');\n case 'h':\n return withoutSuffix ? 'godzina' : 'godzinę';\n case 'hh':\n return result + (plural$3(number) ? 'godziny' : 'godzin');\n case 'MM':\n return result + (plural$3(number) ? 'miesiące' : 'miesięcy');\n case 'yy':\n return result + (plural$3(number) ? 'lata' : 'lat');\n }\n }\n\n hooks.defineLocale('pl', {\n months: function (momentToFormat, format) {\n if (!momentToFormat) {\n return monthsNominative;\n } else if (format === '') {\n // Hack: if format empty we know this is used to generate\n // RegExp by moment. Give then back both valid forms of months\n // in RegExp ready format.\n return (\n '(' +\n monthsSubjective[momentToFormat.month()] +\n '|' +\n monthsNominative[momentToFormat.month()] +\n ')'\n );\n } else if (/D MMMM/.test(format)) {\n return monthsSubjective[momentToFormat.month()];\n } else {\n return monthsNominative[momentToFormat.month()];\n }\n },\n monthsShort: 'sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru'.split('_'),\n weekdays: 'niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota'.split(\n '_'\n ),\n weekdaysShort: 'ndz_pon_wt_śr_czw_pt_sob'.split('_'),\n weekdaysMin: 'Nd_Pn_Wt_Śr_Cz_Pt_So'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Dziś o] LT',\n nextDay: '[Jutro o] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[W niedzielę o] LT';\n\n case 2:\n return '[We wtorek o] LT';\n\n case 3:\n return '[W środę o] LT';\n\n case 6:\n return '[W sobotę o] LT';\n\n default:\n return '[W] dddd [o] LT';\n }\n },\n lastDay: '[Wczoraj o] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return '[W zeszłą niedzielę o] LT';\n case 3:\n return '[W zeszłą środę o] LT';\n case 6:\n return '[W zeszłą sobotę o] LT';\n default:\n return '[W zeszły] dddd [o] LT';\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'za %s',\n past: '%s temu',\n s: 'kilka sekund',\n ss: translate$8,\n m: translate$8,\n mm: translate$8,\n h: translate$8,\n hh: translate$8,\n d: '1 dzień',\n dd: '%d dni',\n M: 'miesiąc',\n MM: translate$8,\n y: 'rok',\n yy: translate$8,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('pt-br', {\n months: 'janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro'.split(\n '_'\n ),\n monthsShort: 'jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez'.split('_'),\n weekdays: 'domingo_segunda-feira_terça-feira_quarta-feira_quinta-feira_sexta-feira_sábado'.split(\n '_'\n ),\n weekdaysShort: 'dom_seg_ter_qua_qui_sex_sáb'.split('_'),\n weekdaysMin: 'do_2ª_3ª_4ª_5ª_6ª_sá'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D [de] MMMM [de] YYYY',\n LLL: 'D [de] MMMM [de] YYYY [às] HH:mm',\n LLLL: 'dddd, D [de] MMMM [de] YYYY [às] HH:mm',\n },\n calendar: {\n sameDay: '[Hoje às] LT',\n nextDay: '[Amanhã às] LT',\n nextWeek: 'dddd [às] LT',\n lastDay: '[Ontem às] LT',\n lastWeek: function () {\n return this.day() === 0 || this.day() === 6\n ? '[Último] dddd [às] LT' // Saturday + Sunday\n : '[Última] dddd [às] LT'; // Monday - Friday\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'em %s',\n past: 'há %s',\n s: 'poucos segundos',\n ss: '%d segundos',\n m: 'um minuto',\n mm: '%d minutos',\n h: 'uma hora',\n hh: '%d horas',\n d: 'um dia',\n dd: '%d dias',\n M: 'um mês',\n MM: '%d meses',\n y: 'um ano',\n yy: '%d anos',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('pt', {\n months: 'janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro'.split(\n '_'\n ),\n monthsShort: 'jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez'.split('_'),\n weekdays: 'Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado'.split(\n '_'\n ),\n weekdaysShort: 'Dom_Seg_Ter_Qua_Qui_Sex_Sáb'.split('_'),\n weekdaysMin: 'Do_2ª_3ª_4ª_5ª_6ª_Sá'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D [de] MMMM [de] YYYY',\n LLL: 'D [de] MMMM [de] YYYY HH:mm',\n LLLL: 'dddd, D [de] MMMM [de] YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Hoje às] LT',\n nextDay: '[Amanhã às] LT',\n nextWeek: 'dddd [às] LT',\n lastDay: '[Ontem às] LT',\n lastWeek: function () {\n return this.day() === 0 || this.day() === 6\n ? '[Último] dddd [às] LT' // Saturday + Sunday\n : '[Última] dddd [às] LT'; // Monday - Friday\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'em %s',\n past: 'há %s',\n s: 'segundos',\n ss: '%d segundos',\n m: 'um minuto',\n mm: '%d minutos',\n h: 'uma hora',\n hh: '%d horas',\n d: 'um dia',\n dd: '%d dias',\n M: 'um mês',\n MM: '%d meses',\n y: 'um ano',\n yy: '%d anos',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}º/,\n ordinal: '%dº',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n function relativeTimeWithPlural$2(number, withoutSuffix, key) {\n var format = {\n ss: 'secunde',\n mm: 'minute',\n hh: 'ore',\n dd: 'zile',\n MM: 'luni',\n yy: 'ani',\n },\n separator = ' ';\n if (number % 100 >= 20 || (number >= 100 && number % 100 === 0)) {\n separator = ' de ';\n }\n return number + separator + format[key];\n }\n\n hooks.defineLocale('ro', {\n months: 'ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie'.split(\n '_'\n ),\n monthsShort: 'ian._feb._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'duminică_luni_marți_miercuri_joi_vineri_sâmbătă'.split('_'),\n weekdaysShort: 'Dum_Lun_Mar_Mie_Joi_Vin_Sâm'.split('_'),\n weekdaysMin: 'Du_Lu_Ma_Mi_Jo_Vi_Sâ'.split('_'),\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY H:mm',\n LLLL: 'dddd, D MMMM YYYY H:mm',\n },\n calendar: {\n sameDay: '[azi la] LT',\n nextDay: '[mâine la] LT',\n nextWeek: 'dddd [la] LT',\n lastDay: '[ieri la] LT',\n lastWeek: '[fosta] dddd [la] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'peste %s',\n past: '%s în urmă',\n s: 'câteva secunde',\n ss: relativeTimeWithPlural$2,\n m: 'un minut',\n mm: relativeTimeWithPlural$2,\n h: 'o oră',\n hh: relativeTimeWithPlural$2,\n d: 'o zi',\n dd: relativeTimeWithPlural$2,\n M: 'o lună',\n MM: relativeTimeWithPlural$2,\n y: 'un an',\n yy: relativeTimeWithPlural$2,\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n function plural$4(word, num) {\n var forms = word.split('_');\n return num % 10 === 1 && num % 100 !== 11\n ? forms[0]\n : num % 10 >= 2 && num % 10 <= 4 && (num % 100 < 10 || num % 100 >= 20)\n ? forms[1]\n : forms[2];\n }\n function relativeTimeWithPlural$3(number, withoutSuffix, key) {\n var format = {\n ss: withoutSuffix ? 'секунда_секунды_секунд' : 'секунду_секунды_секунд',\n mm: withoutSuffix ? 'минута_минуты_минут' : 'минуту_минуты_минут',\n hh: 'час_часа_часов',\n dd: 'день_дня_дней',\n MM: 'месяц_месяца_месяцев',\n yy: 'год_года_лет',\n };\n if (key === 'm') {\n return withoutSuffix ? 'минута' : 'минуту';\n } else {\n return number + ' ' + plural$4(format[key], +number);\n }\n }\n var monthsParse$8 = [\n /^янв/i,\n /^фев/i,\n /^мар/i,\n /^апр/i,\n /^ма[йя]/i,\n /^июн/i,\n /^июл/i,\n /^авг/i,\n /^сен/i,\n /^окт/i,\n /^ноя/i,\n /^дек/i,\n ];\n\n // http://new.gramota.ru/spravka/rules/139-prop : § 103\n // Сокращения месяцев: http://new.gramota.ru/spravka/buro/search-answer?s=242637\n // CLDR data: http://www.unicode.org/cldr/charts/28/summary/ru.html#1753\n hooks.defineLocale('ru', {\n months: {\n format: 'января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря'.split(\n '_'\n ),\n standalone: 'январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь'.split(\n '_'\n ),\n },\n monthsShort: {\n // по CLDR именно \"июл.\" и \"июн.\", но какой смысл менять букву на точку?\n format: 'янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.'.split(\n '_'\n ),\n standalone: 'янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.'.split(\n '_'\n ),\n },\n weekdays: {\n standalone: 'воскресенье_понедельник_вторник_среда_четверг_пятница_суббота'.split(\n '_'\n ),\n format: 'воскресенье_понедельник_вторник_среду_четверг_пятницу_субботу'.split(\n '_'\n ),\n isFormat: /\\[ ?[Вв] ?(?:прошлую|следующую|эту)? ?] ?dddd/,\n },\n weekdaysShort: 'вс_пн_вт_ср_чт_пт_сб'.split('_'),\n weekdaysMin: 'вс_пн_вт_ср_чт_пт_сб'.split('_'),\n monthsParse: monthsParse$8,\n longMonthsParse: monthsParse$8,\n shortMonthsParse: monthsParse$8,\n\n // полные названия с падежами, по три буквы, для некоторых, по 4 буквы, сокращения с точкой и без точки\n monthsRegex: /^(январ[ья]|янв\\.?|феврал[ья]|февр?\\.?|марта?|мар\\.?|апрел[ья]|апр\\.?|ма[йя]|июн[ья]|июн\\.?|июл[ья]|июл\\.?|августа?|авг\\.?|сентябр[ья]|сент?\\.?|октябр[ья]|окт\\.?|ноябр[ья]|нояб?\\.?|декабр[ья]|дек\\.?)/i,\n\n // копия предыдущего\n monthsShortRegex: /^(январ[ья]|янв\\.?|феврал[ья]|февр?\\.?|марта?|мар\\.?|апрел[ья]|апр\\.?|ма[йя]|июн[ья]|июн\\.?|июл[ья]|июл\\.?|августа?|авг\\.?|сентябр[ья]|сент?\\.?|октябр[ья]|окт\\.?|ноябр[ья]|нояб?\\.?|декабр[ья]|дек\\.?)/i,\n\n // полные названия с падежами\n monthsStrictRegex: /^(январ[яь]|феврал[яь]|марта?|апрел[яь]|ма[яй]|июн[яь]|июл[яь]|августа?|сентябр[яь]|октябр[яь]|ноябр[яь]|декабр[яь])/i,\n\n // Выражение, которое соответствует только сокращённым формам\n monthsShortStrictRegex: /^(янв\\.|февр?\\.|мар[т.]|апр\\.|ма[яй]|июн[ья.]|июл[ья.]|авг\\.|сент?\\.|окт\\.|нояб?\\.|дек\\.)/i,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY г.',\n LLL: 'D MMMM YYYY г., H:mm',\n LLLL: 'dddd, D MMMM YYYY г., H:mm',\n },\n calendar: {\n sameDay: '[Сегодня, в] LT',\n nextDay: '[Завтра, в] LT',\n lastDay: '[Вчера, в] LT',\n nextWeek: function (now) {\n if (now.week() !== this.week()) {\n switch (this.day()) {\n case 0:\n return '[В следующее] dddd, [в] LT';\n case 1:\n case 2:\n case 4:\n return '[В следующий] dddd, [в] LT';\n case 3:\n case 5:\n case 6:\n return '[В следующую] dddd, [в] LT';\n }\n } else {\n if (this.day() === 2) {\n return '[Во] dddd, [в] LT';\n } else {\n return '[В] dddd, [в] LT';\n }\n }\n },\n lastWeek: function (now) {\n if (now.week() !== this.week()) {\n switch (this.day()) {\n case 0:\n return '[В прошлое] dddd, [в] LT';\n case 1:\n case 2:\n case 4:\n return '[В прошлый] dddd, [в] LT';\n case 3:\n case 5:\n case 6:\n return '[В прошлую] dddd, [в] LT';\n }\n } else {\n if (this.day() === 2) {\n return '[Во] dddd, [в] LT';\n } else {\n return '[В] dddd, [в] LT';\n }\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'через %s',\n past: '%s назад',\n s: 'несколько секунд',\n ss: relativeTimeWithPlural$3,\n m: relativeTimeWithPlural$3,\n mm: relativeTimeWithPlural$3,\n h: 'час',\n hh: relativeTimeWithPlural$3,\n d: 'день',\n dd: relativeTimeWithPlural$3,\n M: 'месяц',\n MM: relativeTimeWithPlural$3,\n y: 'год',\n yy: relativeTimeWithPlural$3,\n },\n meridiemParse: /ночи|утра|дня|вечера/i,\n isPM: function (input) {\n return /^(дня|вечера)$/.test(input);\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'ночи';\n } else if (hour < 12) {\n return 'утра';\n } else if (hour < 17) {\n return 'дня';\n } else {\n return 'вечера';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(й|го|я)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'M':\n case 'd':\n case 'DDD':\n return number + '-й';\n case 'D':\n return number + '-го';\n case 'w':\n case 'W':\n return number + '-я';\n default:\n return number;\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var months$9 = [\n 'جنوري',\n 'فيبروري',\n 'مارچ',\n 'اپريل',\n 'مئي',\n 'جون',\n 'جولاءِ',\n 'آگسٽ',\n 'سيپٽمبر',\n 'آڪٽوبر',\n 'نومبر',\n 'ڊسمبر',\n ],\n days$1 = ['آچر', 'سومر', 'اڱارو', 'اربع', 'خميس', 'جمع', 'ڇنڇر'];\n\n hooks.defineLocale('sd', {\n months: months$9,\n monthsShort: months$9,\n weekdays: days$1,\n weekdaysShort: days$1,\n weekdaysMin: days$1,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd، D MMMM YYYY HH:mm',\n },\n meridiemParse: /صبح|شام/,\n isPM: function (input) {\n return 'شام' === input;\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'صبح';\n }\n return 'شام';\n },\n calendar: {\n sameDay: '[اڄ] LT',\n nextDay: '[سڀاڻي] LT',\n nextWeek: 'dddd [اڳين هفتي تي] LT',\n lastDay: '[ڪالهه] LT',\n lastWeek: '[گزريل هفتي] dddd [تي] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s پوء',\n past: '%s اڳ',\n s: 'چند سيڪنڊ',\n ss: '%d سيڪنڊ',\n m: 'هڪ منٽ',\n mm: '%d منٽ',\n h: 'هڪ ڪلاڪ',\n hh: '%d ڪلاڪ',\n d: 'هڪ ڏينهن',\n dd: '%d ڏينهن',\n M: 'هڪ مهينو',\n MM: '%d مهينا',\n y: 'هڪ سال',\n yy: '%d سال',\n },\n preparse: function (string) {\n return string.replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/,/g, '،');\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('se', {\n months: 'ođđajagemánnu_guovvamánnu_njukčamánnu_cuoŋománnu_miessemánnu_geassemánnu_suoidnemánnu_borgemánnu_čakčamánnu_golggotmánnu_skábmamánnu_juovlamánnu'.split(\n '_'\n ),\n monthsShort: 'ođđj_guov_njuk_cuo_mies_geas_suoi_borg_čakč_golg_skáb_juov'.split(\n '_'\n ),\n weekdays: 'sotnabeaivi_vuossárga_maŋŋebárga_gaskavahkku_duorastat_bearjadat_lávvardat'.split(\n '_'\n ),\n weekdaysShort: 'sotn_vuos_maŋ_gask_duor_bear_láv'.split('_'),\n weekdaysMin: 's_v_m_g_d_b_L'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'MMMM D. [b.] YYYY',\n LLL: 'MMMM D. [b.] YYYY [ti.] HH:mm',\n LLLL: 'dddd, MMMM D. [b.] YYYY [ti.] HH:mm',\n },\n calendar: {\n sameDay: '[otne ti] LT',\n nextDay: '[ihttin ti] LT',\n nextWeek: 'dddd [ti] LT',\n lastDay: '[ikte ti] LT',\n lastWeek: '[ovddit] dddd [ti] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s geažes',\n past: 'maŋit %s',\n s: 'moadde sekunddat',\n ss: '%d sekunddat',\n m: 'okta minuhta',\n mm: '%d minuhtat',\n h: 'okta diimmu',\n hh: '%d diimmut',\n d: 'okta beaivi',\n dd: '%d beaivvit',\n M: 'okta mánnu',\n MM: '%d mánut',\n y: 'okta jahki',\n yy: '%d jagit',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n /*jshint -W100*/\n hooks.defineLocale('si', {\n months: 'ජනවාරි_පෙබරවාරි_මාර්තු_අප්‍රේල්_මැයි_ජූනි_ජූලි_අගෝස්තු_සැප්තැම්බර්_ඔක්තෝබර්_නොවැම්බර්_දෙසැම්බර්'.split(\n '_'\n ),\n monthsShort: 'ජන_පෙබ_මාර්_අප්_මැයි_ජූනි_ජූලි_අගෝ_සැප්_ඔක්_නොවැ_දෙසැ'.split(\n '_'\n ),\n weekdays: 'ඉරිදා_සඳුදා_අඟහරුවාදා_බදාදා_බ්‍රහස්පතින්දා_සිකුරාදා_සෙනසුරාදා'.split(\n '_'\n ),\n weekdaysShort: 'ඉරි_සඳු_අඟ_බදා_බ්‍රහ_සිකු_සෙන'.split('_'),\n weekdaysMin: 'ඉ_ස_අ_බ_බ්‍ර_සි_සෙ'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'a h:mm',\n LTS: 'a h:mm:ss',\n L: 'YYYY/MM/DD',\n LL: 'YYYY MMMM D',\n LLL: 'YYYY MMMM D, a h:mm',\n LLLL: 'YYYY MMMM D [වැනි] dddd, a h:mm:ss',\n },\n calendar: {\n sameDay: '[අද] LT[ට]',\n nextDay: '[හෙට] LT[ට]',\n nextWeek: 'dddd LT[ට]',\n lastDay: '[ඊයේ] LT[ට]',\n lastWeek: '[පසුගිය] dddd LT[ට]',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%sකින්',\n past: '%sකට පෙර',\n s: 'තත්පර කිහිපය',\n ss: 'තත්පර %d',\n m: 'මිනිත්තුව',\n mm: 'මිනිත්තු %d',\n h: 'පැය',\n hh: 'පැය %d',\n d: 'දිනය',\n dd: 'දින %d',\n M: 'මාසය',\n MM: 'මාස %d',\n y: 'වසර',\n yy: 'වසර %d',\n },\n dayOfMonthOrdinalParse: /\\d{1,2} වැනි/,\n ordinal: function (number) {\n return number + ' වැනි';\n },\n meridiemParse: /පෙර වරු|පස් වරු|පෙ.ව|ප.ව./,\n isPM: function (input) {\n return input === 'ප.ව.' || input === 'පස් වරු';\n },\n meridiem: function (hours, minutes, isLower) {\n if (hours > 11) {\n return isLower ? 'ප.ව.' : 'පස් වරු';\n } else {\n return isLower ? 'පෙ.ව.' : 'පෙර වරු';\n }\n },\n });\n\n //! moment.js locale configuration\n\n var months$a = 'január_február_marec_apríl_máj_jún_júl_august_september_október_november_december'.split(\n '_'\n ),\n monthsShort$6 = 'jan_feb_mar_apr_máj_jún_júl_aug_sep_okt_nov_dec'.split('_');\n function plural$5(n) {\n return n > 1 && n < 5;\n }\n function translate$9(number, withoutSuffix, key, isFuture) {\n var result = number + ' ';\n switch (key) {\n case 's': // a few seconds / in a few seconds / a few seconds ago\n return withoutSuffix || isFuture ? 'pár sekúnd' : 'pár sekundami';\n case 'ss': // 9 seconds / in 9 seconds / 9 seconds ago\n if (withoutSuffix || isFuture) {\n return result + (plural$5(number) ? 'sekundy' : 'sekúnd');\n } else {\n return result + 'sekundami';\n }\n case 'm': // a minute / in a minute / a minute ago\n return withoutSuffix ? 'minúta' : isFuture ? 'minútu' : 'minútou';\n case 'mm': // 9 minutes / in 9 minutes / 9 minutes ago\n if (withoutSuffix || isFuture) {\n return result + (plural$5(number) ? 'minúty' : 'minút');\n } else {\n return result + 'minútami';\n }\n case 'h': // an hour / in an hour / an hour ago\n return withoutSuffix ? 'hodina' : isFuture ? 'hodinu' : 'hodinou';\n case 'hh': // 9 hours / in 9 hours / 9 hours ago\n if (withoutSuffix || isFuture) {\n return result + (plural$5(number) ? 'hodiny' : 'hodín');\n } else {\n return result + 'hodinami';\n }\n case 'd': // a day / in a day / a day ago\n return withoutSuffix || isFuture ? 'deň' : 'dňom';\n case 'dd': // 9 days / in 9 days / 9 days ago\n if (withoutSuffix || isFuture) {\n return result + (plural$5(number) ? 'dni' : 'dní');\n } else {\n return result + 'dňami';\n }\n case 'M': // a month / in a month / a month ago\n return withoutSuffix || isFuture ? 'mesiac' : 'mesiacom';\n case 'MM': // 9 months / in 9 months / 9 months ago\n if (withoutSuffix || isFuture) {\n return result + (plural$5(number) ? 'mesiace' : 'mesiacov');\n } else {\n return result + 'mesiacmi';\n }\n case 'y': // a year / in a year / a year ago\n return withoutSuffix || isFuture ? 'rok' : 'rokom';\n case 'yy': // 9 years / in 9 years / 9 years ago\n if (withoutSuffix || isFuture) {\n return result + (plural$5(number) ? 'roky' : 'rokov');\n } else {\n return result + 'rokmi';\n }\n }\n }\n\n hooks.defineLocale('sk', {\n months: months$a,\n monthsShort: monthsShort$6,\n weekdays: 'nedeľa_pondelok_utorok_streda_štvrtok_piatok_sobota'.split('_'),\n weekdaysShort: 'ne_po_ut_st_št_pi_so'.split('_'),\n weekdaysMin: 'ne_po_ut_st_št_pi_so'.split('_'),\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm',\n LLLL: 'dddd D. MMMM YYYY H:mm',\n },\n calendar: {\n sameDay: '[dnes o] LT',\n nextDay: '[zajtra o] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[v nedeľu o] LT';\n case 1:\n case 2:\n return '[v] dddd [o] LT';\n case 3:\n return '[v stredu o] LT';\n case 4:\n return '[vo štvrtok o] LT';\n case 5:\n return '[v piatok o] LT';\n case 6:\n return '[v sobotu o] LT';\n }\n },\n lastDay: '[včera o] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return '[minulú nedeľu o] LT';\n case 1:\n case 2:\n return '[minulý] dddd [o] LT';\n case 3:\n return '[minulú stredu o] LT';\n case 4:\n case 5:\n return '[minulý] dddd [o] LT';\n case 6:\n return '[minulú sobotu o] LT';\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'za %s',\n past: 'pred %s',\n s: translate$9,\n ss: translate$9,\n m: translate$9,\n mm: translate$9,\n h: translate$9,\n hh: translate$9,\n d: translate$9,\n dd: translate$9,\n M: translate$9,\n MM: translate$9,\n y: translate$9,\n yy: translate$9,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n function processRelativeTime$7(number, withoutSuffix, key, isFuture) {\n var result = number + ' ';\n switch (key) {\n case 's':\n return withoutSuffix || isFuture\n ? 'nekaj sekund'\n : 'nekaj sekundami';\n case 'ss':\n if (number === 1) {\n result += withoutSuffix ? 'sekundo' : 'sekundi';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'sekundi' : 'sekundah';\n } else if (number < 5) {\n result += withoutSuffix || isFuture ? 'sekunde' : 'sekundah';\n } else {\n result += 'sekund';\n }\n return result;\n case 'm':\n return withoutSuffix ? 'ena minuta' : 'eno minuto';\n case 'mm':\n if (number === 1) {\n result += withoutSuffix ? 'minuta' : 'minuto';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'minuti' : 'minutama';\n } else if (number < 5) {\n result += withoutSuffix || isFuture ? 'minute' : 'minutami';\n } else {\n result += withoutSuffix || isFuture ? 'minut' : 'minutami';\n }\n return result;\n case 'h':\n return withoutSuffix ? 'ena ura' : 'eno uro';\n case 'hh':\n if (number === 1) {\n result += withoutSuffix ? 'ura' : 'uro';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'uri' : 'urama';\n } else if (number < 5) {\n result += withoutSuffix || isFuture ? 'ure' : 'urami';\n } else {\n result += withoutSuffix || isFuture ? 'ur' : 'urami';\n }\n return result;\n case 'd':\n return withoutSuffix || isFuture ? 'en dan' : 'enim dnem';\n case 'dd':\n if (number === 1) {\n result += withoutSuffix || isFuture ? 'dan' : 'dnem';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'dni' : 'dnevoma';\n } else {\n result += withoutSuffix || isFuture ? 'dni' : 'dnevi';\n }\n return result;\n case 'M':\n return withoutSuffix || isFuture ? 'en mesec' : 'enim mesecem';\n case 'MM':\n if (number === 1) {\n result += withoutSuffix || isFuture ? 'mesec' : 'mesecem';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'meseca' : 'mesecema';\n } else if (number < 5) {\n result += withoutSuffix || isFuture ? 'mesece' : 'meseci';\n } else {\n result += withoutSuffix || isFuture ? 'mesecev' : 'meseci';\n }\n return result;\n case 'y':\n return withoutSuffix || isFuture ? 'eno leto' : 'enim letom';\n case 'yy':\n if (number === 1) {\n result += withoutSuffix || isFuture ? 'leto' : 'letom';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'leti' : 'letoma';\n } else if (number < 5) {\n result += withoutSuffix || isFuture ? 'leta' : 'leti';\n } else {\n result += withoutSuffix || isFuture ? 'let' : 'leti';\n }\n return result;\n }\n }\n\n hooks.defineLocale('sl', {\n months: 'januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december'.split(\n '_'\n ),\n monthsShort: 'jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota'.split('_'),\n weekdaysShort: 'ned._pon._tor._sre._čet._pet._sob.'.split('_'),\n weekdaysMin: 'ne_po_to_sr_če_pe_so'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD. MM. YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm',\n LLLL: 'dddd, D. MMMM YYYY H:mm',\n },\n calendar: {\n sameDay: '[danes ob] LT',\n nextDay: '[jutri ob] LT',\n\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[v] [nedeljo] [ob] LT';\n case 3:\n return '[v] [sredo] [ob] LT';\n case 6:\n return '[v] [soboto] [ob] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[v] dddd [ob] LT';\n }\n },\n lastDay: '[včeraj ob] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return '[prejšnjo] [nedeljo] [ob] LT';\n case 3:\n return '[prejšnjo] [sredo] [ob] LT';\n case 6:\n return '[prejšnjo] [soboto] [ob] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[prejšnji] dddd [ob] LT';\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'čez %s',\n past: 'pred %s',\n s: processRelativeTime$7,\n ss: processRelativeTime$7,\n m: processRelativeTime$7,\n mm: processRelativeTime$7,\n h: processRelativeTime$7,\n hh: processRelativeTime$7,\n d: processRelativeTime$7,\n dd: processRelativeTime$7,\n M: processRelativeTime$7,\n MM: processRelativeTime$7,\n y: processRelativeTime$7,\n yy: processRelativeTime$7,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('sq', {\n months: 'Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_Nëntor_Dhjetor'.split(\n '_'\n ),\n monthsShort: 'Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_Nën_Dhj'.split('_'),\n weekdays: 'E Diel_E Hënë_E Martë_E Mërkurë_E Enjte_E Premte_E Shtunë'.split(\n '_'\n ),\n weekdaysShort: 'Die_Hën_Mar_Mër_Enj_Pre_Sht'.split('_'),\n weekdaysMin: 'D_H_Ma_Më_E_P_Sh'.split('_'),\n weekdaysParseExact: true,\n meridiemParse: /PD|MD/,\n isPM: function (input) {\n return input.charAt(0) === 'M';\n },\n meridiem: function (hours, minutes, isLower) {\n return hours < 12 ? 'PD' : 'MD';\n },\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Sot në] LT',\n nextDay: '[Nesër në] LT',\n nextWeek: 'dddd [në] LT',\n lastDay: '[Dje në] LT',\n lastWeek: 'dddd [e kaluar në] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'në %s',\n past: '%s më parë',\n s: 'disa sekonda',\n ss: '%d sekonda',\n m: 'një minutë',\n mm: '%d minuta',\n h: 'një orë',\n hh: '%d orë',\n d: 'një ditë',\n dd: '%d ditë',\n M: 'një muaj',\n MM: '%d muaj',\n y: 'një vit',\n yy: '%d vite',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var translator$1 = {\n words: {\n //Different grammatical cases\n ss: ['секунда', 'секунде', 'секунди'],\n m: ['један минут', 'једне минуте'],\n mm: ['минут', 'минуте', 'минута'],\n h: ['један сат', 'једног сата'],\n hh: ['сат', 'сата', 'сати'],\n dd: ['дан', 'дана', 'дана'],\n MM: ['месец', 'месеца', 'месеци'],\n yy: ['година', 'године', 'година'],\n },\n correctGrammaticalCase: function (number, wordKey) {\n return number === 1\n ? wordKey[0]\n : number >= 2 && number <= 4\n ? wordKey[1]\n : wordKey[2];\n },\n translate: function (number, withoutSuffix, key) {\n var wordKey = translator$1.words[key];\n if (key.length === 1) {\n return withoutSuffix ? wordKey[0] : wordKey[1];\n } else {\n return (\n number +\n ' ' +\n translator$1.correctGrammaticalCase(number, wordKey)\n );\n }\n },\n };\n\n hooks.defineLocale('sr-cyrl', {\n months: 'јануар_фебруар_март_април_мај_јун_јул_август_септембар_октобар_новембар_децембар'.split(\n '_'\n ),\n monthsShort: 'јан._феб._мар._апр._мај_јун_јул_авг._сеп._окт._нов._дец.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'недеља_понедељак_уторак_среда_четвртак_петак_субота'.split('_'),\n weekdaysShort: 'нед._пон._уто._сре._чет._пет._суб.'.split('_'),\n weekdaysMin: 'не_по_ут_ср_че_пе_су'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm',\n LLLL: 'dddd, D. MMMM YYYY H:mm',\n },\n calendar: {\n sameDay: '[данас у] LT',\n nextDay: '[сутра у] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[у] [недељу] [у] LT';\n case 3:\n return '[у] [среду] [у] LT';\n case 6:\n return '[у] [суботу] [у] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[у] dddd [у] LT';\n }\n },\n lastDay: '[јуче у] LT',\n lastWeek: function () {\n var lastWeekDays = [\n '[прошле] [недеље] [у] LT',\n '[прошлог] [понедељка] [у] LT',\n '[прошлог] [уторка] [у] LT',\n '[прошле] [среде] [у] LT',\n '[прошлог] [четвртка] [у] LT',\n '[прошлог] [петка] [у] LT',\n '[прошле] [суботе] [у] LT',\n ];\n return lastWeekDays[this.day()];\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'за %s',\n past: 'пре %s',\n s: 'неколико секунди',\n ss: translator$1.translate,\n m: translator$1.translate,\n mm: translator$1.translate,\n h: translator$1.translate,\n hh: translator$1.translate,\n d: 'дан',\n dd: translator$1.translate,\n M: 'месец',\n MM: translator$1.translate,\n y: 'годину',\n yy: translator$1.translate,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var translator$2 = {\n words: {\n //Different grammatical cases\n ss: ['sekunda', 'sekunde', 'sekundi'],\n m: ['jedan minut', 'jedne minute'],\n mm: ['minut', 'minute', 'minuta'],\n h: ['jedan sat', 'jednog sata'],\n hh: ['sat', 'sata', 'sati'],\n dd: ['dan', 'dana', 'dana'],\n MM: ['mesec', 'meseca', 'meseci'],\n yy: ['godina', 'godine', 'godina'],\n },\n correctGrammaticalCase: function (number, wordKey) {\n return number === 1\n ? wordKey[0]\n : number >= 2 && number <= 4\n ? wordKey[1]\n : wordKey[2];\n },\n translate: function (number, withoutSuffix, key) {\n var wordKey = translator$2.words[key];\n if (key.length === 1) {\n return withoutSuffix ? wordKey[0] : wordKey[1];\n } else {\n return (\n number +\n ' ' +\n translator$2.correctGrammaticalCase(number, wordKey)\n );\n }\n },\n };\n\n hooks.defineLocale('sr', {\n months: 'januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar'.split(\n '_'\n ),\n monthsShort: 'jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'nedelja_ponedeljak_utorak_sreda_četvrtak_petak_subota'.split(\n '_'\n ),\n weekdaysShort: 'ned._pon._uto._sre._čet._pet._sub.'.split('_'),\n weekdaysMin: 'ne_po_ut_sr_če_pe_su'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM YYYY',\n LLL: 'D. MMMM YYYY H:mm',\n LLLL: 'dddd, D. MMMM YYYY H:mm',\n },\n calendar: {\n sameDay: '[danas u] LT',\n nextDay: '[sutra u] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[u] [nedelju] [u] LT';\n case 3:\n return '[u] [sredu] [u] LT';\n case 6:\n return '[u] [subotu] [u] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[u] dddd [u] LT';\n }\n },\n lastDay: '[juče u] LT',\n lastWeek: function () {\n var lastWeekDays = [\n '[prošle] [nedelje] [u] LT',\n '[prošlog] [ponedeljka] [u] LT',\n '[prošlog] [utorka] [u] LT',\n '[prošle] [srede] [u] LT',\n '[prošlog] [četvrtka] [u] LT',\n '[prošlog] [petka] [u] LT',\n '[prošle] [subote] [u] LT',\n ];\n return lastWeekDays[this.day()];\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'za %s',\n past: 'pre %s',\n s: 'nekoliko sekundi',\n ss: translator$2.translate,\n m: translator$2.translate,\n mm: translator$2.translate,\n h: translator$2.translate,\n hh: translator$2.translate,\n d: 'dan',\n dd: translator$2.translate,\n M: 'mesec',\n MM: translator$2.translate,\n y: 'godinu',\n yy: translator$2.translate,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('ss', {\n months: \"Bhimbidvwane_Indlovana_Indlov'lenkhulu_Mabasa_Inkhwekhweti_Inhlaba_Kholwane_Ingci_Inyoni_Imphala_Lweti_Ingongoni\".split(\n '_'\n ),\n monthsShort: 'Bhi_Ina_Inu_Mab_Ink_Inh_Kho_Igc_Iny_Imp_Lwe_Igo'.split('_'),\n weekdays: 'Lisontfo_Umsombuluko_Lesibili_Lesitsatfu_Lesine_Lesihlanu_Umgcibelo'.split(\n '_'\n ),\n weekdaysShort: 'Lis_Umb_Lsb_Les_Lsi_Lsh_Umg'.split('_'),\n weekdaysMin: 'Li_Us_Lb_Lt_Ls_Lh_Ug'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'h:mm A',\n LTS: 'h:mm:ss A',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY h:mm A',\n LLLL: 'dddd, D MMMM YYYY h:mm A',\n },\n calendar: {\n sameDay: '[Namuhla nga] LT',\n nextDay: '[Kusasa nga] LT',\n nextWeek: 'dddd [nga] LT',\n lastDay: '[Itolo nga] LT',\n lastWeek: 'dddd [leliphelile] [nga] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'nga %s',\n past: 'wenteka nga %s',\n s: 'emizuzwana lomcane',\n ss: '%d mzuzwana',\n m: 'umzuzu',\n mm: '%d emizuzu',\n h: 'lihora',\n hh: '%d emahora',\n d: 'lilanga',\n dd: '%d emalanga',\n M: 'inyanga',\n MM: '%d tinyanga',\n y: 'umnyaka',\n yy: '%d iminyaka',\n },\n meridiemParse: /ekuseni|emini|entsambama|ebusuku/,\n meridiem: function (hours, minutes, isLower) {\n if (hours < 11) {\n return 'ekuseni';\n } else if (hours < 15) {\n return 'emini';\n } else if (hours < 19) {\n return 'entsambama';\n } else {\n return 'ebusuku';\n }\n },\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'ekuseni') {\n return hour;\n } else if (meridiem === 'emini') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'entsambama' || meridiem === 'ebusuku') {\n if (hour === 0) {\n return 0;\n }\n return hour + 12;\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}/,\n ordinal: '%d',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('sv', {\n months: 'januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december'.split(\n '_'\n ),\n monthsShort: 'jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec'.split('_'),\n weekdays: 'söndag_måndag_tisdag_onsdag_torsdag_fredag_lördag'.split('_'),\n weekdaysShort: 'sön_mån_tis_ons_tor_fre_lör'.split('_'),\n weekdaysMin: 'sö_må_ti_on_to_fr_lö'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY-MM-DD',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY [kl.] HH:mm',\n LLLL: 'dddd D MMMM YYYY [kl.] HH:mm',\n lll: 'D MMM YYYY HH:mm',\n llll: 'ddd D MMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Idag] LT',\n nextDay: '[Imorgon] LT',\n lastDay: '[Igår] LT',\n nextWeek: '[På] dddd LT',\n lastWeek: '[I] dddd[s] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'om %s',\n past: 'för %s sedan',\n s: 'några sekunder',\n ss: '%d sekunder',\n m: 'en minut',\n mm: '%d minuter',\n h: 'en timme',\n hh: '%d timmar',\n d: 'en dag',\n dd: '%d dagar',\n M: 'en månad',\n MM: '%d månader',\n y: 'ett år',\n yy: '%d år',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(\\:e|\\:a)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? ':e'\n : b === 1\n ? ':a'\n : b === 2\n ? ':a'\n : b === 3\n ? ':e'\n : ':e';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('sw', {\n months: 'Januari_Februari_Machi_Aprili_Mei_Juni_Julai_Agosti_Septemba_Oktoba_Novemba_Desemba'.split(\n '_'\n ),\n monthsShort: 'Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ago_Sep_Okt_Nov_Des'.split('_'),\n weekdays: 'Jumapili_Jumatatu_Jumanne_Jumatano_Alhamisi_Ijumaa_Jumamosi'.split(\n '_'\n ),\n weekdaysShort: 'Jpl_Jtat_Jnne_Jtan_Alh_Ijm_Jmos'.split('_'),\n weekdaysMin: 'J2_J3_J4_J5_Al_Ij_J1'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'hh:mm A',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[leo saa] LT',\n nextDay: '[kesho saa] LT',\n nextWeek: '[wiki ijayo] dddd [saat] LT',\n lastDay: '[jana] LT',\n lastWeek: '[wiki iliyopita] dddd [saat] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s baadaye',\n past: 'tokea %s',\n s: 'hivi punde',\n ss: 'sekunde %d',\n m: 'dakika moja',\n mm: 'dakika %d',\n h: 'saa limoja',\n hh: 'masaa %d',\n d: 'siku moja',\n dd: 'siku %d',\n M: 'mwezi mmoja',\n MM: 'miezi %d',\n y: 'mwaka mmoja',\n yy: 'miaka %d',\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var symbolMap$f = {\n '1': '௧',\n '2': '௨',\n '3': '௩',\n '4': '௪',\n '5': '௫',\n '6': '௬',\n '7': '௭',\n '8': '௮',\n '9': '௯',\n '0': '௦',\n },\n numberMap$e = {\n '௧': '1',\n '௨': '2',\n '௩': '3',\n '௪': '4',\n '௫': '5',\n '௬': '6',\n '௭': '7',\n '௮': '8',\n '௯': '9',\n '௦': '0',\n };\n\n hooks.defineLocale('ta', {\n months: 'ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்'.split(\n '_'\n ),\n monthsShort: 'ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்'.split(\n '_'\n ),\n weekdays: 'ஞாயிற்றுக்கிழமை_திங்கட்கிழமை_செவ்வாய்கிழமை_புதன்கிழமை_வியாழக்கிழமை_வெள்ளிக்கிழமை_சனிக்கிழமை'.split(\n '_'\n ),\n weekdaysShort: 'ஞாயிறு_திங்கள்_செவ்வாய்_புதன்_வியாழன்_வெள்ளி_சனி'.split(\n '_'\n ),\n weekdaysMin: 'ஞா_தி_செ_பு_வி_வெ_ச'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, HH:mm',\n LLLL: 'dddd, D MMMM YYYY, HH:mm',\n },\n calendar: {\n sameDay: '[இன்று] LT',\n nextDay: '[நாளை] LT',\n nextWeek: 'dddd, LT',\n lastDay: '[நேற்று] LT',\n lastWeek: '[கடந்த வாரம்] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s இல்',\n past: '%s முன்',\n s: 'ஒரு சில விநாடிகள்',\n ss: '%d விநாடிகள்',\n m: 'ஒரு நிமிடம்',\n mm: '%d நிமிடங்கள்',\n h: 'ஒரு மணி நேரம்',\n hh: '%d மணி நேரம்',\n d: 'ஒரு நாள்',\n dd: '%d நாட்கள்',\n M: 'ஒரு மாதம்',\n MM: '%d மாதங்கள்',\n y: 'ஒரு வருடம்',\n yy: '%d ஆண்டுகள்',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}வது/,\n ordinal: function (number) {\n return number + 'வது';\n },\n preparse: function (string) {\n return string.replace(/[௧௨௩௪௫௬௭௮௯௦]/g, function (match) {\n return numberMap$e[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap$f[match];\n });\n },\n // refer http://ta.wikipedia.org/s/1er1\n meridiemParse: /யாமம்|வைகறை|காலை|நண்பகல்|எற்பாடு|மாலை/,\n meridiem: function (hour, minute, isLower) {\n if (hour < 2) {\n return ' யாமம்';\n } else if (hour < 6) {\n return ' வைகறை'; // வைகறை\n } else if (hour < 10) {\n return ' காலை'; // காலை\n } else if (hour < 14) {\n return ' நண்பகல்'; // நண்பகல்\n } else if (hour < 18) {\n return ' எற்பாடு'; // எற்பாடு\n } else if (hour < 22) {\n return ' மாலை'; // மாலை\n } else {\n return ' யாமம்';\n }\n },\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'யாமம்') {\n return hour < 2 ? hour : hour + 12;\n } else if (meridiem === 'வைகறை' || meridiem === 'காலை') {\n return hour;\n } else if (meridiem === 'நண்பகல்') {\n return hour >= 10 ? hour : hour + 12;\n } else {\n return hour + 12;\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('te', {\n months: 'జనవరి_ఫిబ్రవరి_మార్చి_ఏప్రిల్_మే_జూన్_జులై_ఆగస్టు_సెప్టెంబర్_అక్టోబర్_నవంబర్_డిసెంబర్'.split(\n '_'\n ),\n monthsShort: 'జన._ఫిబ్ర._మార్చి_ఏప్రి._మే_జూన్_జులై_ఆగ._సెప్._అక్టో._నవ._డిసె.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'ఆదివారం_సోమవారం_మంగళవారం_బుధవారం_గురువారం_శుక్రవారం_శనివారం'.split(\n '_'\n ),\n weekdaysShort: 'ఆది_సోమ_మంగళ_బుధ_గురు_శుక్ర_శని'.split('_'),\n weekdaysMin: 'ఆ_సో_మం_బు_గు_శు_శ'.split('_'),\n longDateFormat: {\n LT: 'A h:mm',\n LTS: 'A h:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm',\n LLLL: 'dddd, D MMMM YYYY, A h:mm',\n },\n calendar: {\n sameDay: '[నేడు] LT',\n nextDay: '[రేపు] LT',\n nextWeek: 'dddd, LT',\n lastDay: '[నిన్న] LT',\n lastWeek: '[గత] dddd, LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s లో',\n past: '%s క్రితం',\n s: 'కొన్ని క్షణాలు',\n ss: '%d సెకన్లు',\n m: 'ఒక నిమిషం',\n mm: '%d నిమిషాలు',\n h: 'ఒక గంట',\n hh: '%d గంటలు',\n d: 'ఒక రోజు',\n dd: '%d రోజులు',\n M: 'ఒక నెల',\n MM: '%d నెలలు',\n y: 'ఒక సంవత్సరం',\n yy: '%d సంవత్సరాలు',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}వ/,\n ordinal: '%dవ',\n meridiemParse: /రాత్రి|ఉదయం|మధ్యాహ్నం|సాయంత్రం/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'రాత్రి') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'ఉదయం') {\n return hour;\n } else if (meridiem === 'మధ్యాహ్నం') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'సాయంత్రం') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'రాత్రి';\n } else if (hour < 10) {\n return 'ఉదయం';\n } else if (hour < 17) {\n return 'మధ్యాహ్నం';\n } else if (hour < 20) {\n return 'సాయంత్రం';\n } else {\n return 'రాత్రి';\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6, // The week that contains Jan 6th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('tet', {\n months: 'Janeiru_Fevereiru_Marsu_Abril_Maiu_Juñu_Jullu_Agustu_Setembru_Outubru_Novembru_Dezembru'.split(\n '_'\n ),\n monthsShort: 'Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez'.split('_'),\n weekdays: 'Domingu_Segunda_Tersa_Kuarta_Kinta_Sesta_Sabadu'.split('_'),\n weekdaysShort: 'Dom_Seg_Ters_Kua_Kint_Sest_Sab'.split('_'),\n weekdaysMin: 'Do_Seg_Te_Ku_Ki_Ses_Sa'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Ohin iha] LT',\n nextDay: '[Aban iha] LT',\n nextWeek: 'dddd [iha] LT',\n lastDay: '[Horiseik iha] LT',\n lastWeek: 'dddd [semana kotuk] [iha] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'iha %s',\n past: '%s liuba',\n s: 'segundu balun',\n ss: 'segundu %d',\n m: 'minutu ida',\n mm: 'minutu %d',\n h: 'oras ida',\n hh: 'oras %d',\n d: 'loron ida',\n dd: 'loron %d',\n M: 'fulan ida',\n MM: 'fulan %d',\n y: 'tinan ida',\n yy: 'tinan %d',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var suffixes$3 = {\n 0: '-ум',\n 1: '-ум',\n 2: '-юм',\n 3: '-юм',\n 4: '-ум',\n 5: '-ум',\n 6: '-ум',\n 7: '-ум',\n 8: '-ум',\n 9: '-ум',\n 10: '-ум',\n 12: '-ум',\n 13: '-ум',\n 20: '-ум',\n 30: '-юм',\n 40: '-ум',\n 50: '-ум',\n 60: '-ум',\n 70: '-ум',\n 80: '-ум',\n 90: '-ум',\n 100: '-ум',\n };\n\n hooks.defineLocale('tg', {\n months: 'январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр'.split(\n '_'\n ),\n monthsShort: 'янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек'.split('_'),\n weekdays: 'якшанбе_душанбе_сешанбе_чоршанбе_панҷшанбе_ҷумъа_шанбе'.split(\n '_'\n ),\n weekdaysShort: 'яшб_дшб_сшб_чшб_пшб_ҷум_шнб'.split('_'),\n weekdaysMin: 'яш_дш_сш_чш_пш_ҷм_шб'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Имрӯз соати] LT',\n nextDay: '[Пагоҳ соати] LT',\n lastDay: '[Дирӯз соати] LT',\n nextWeek: 'dddd[и] [ҳафтаи оянда соати] LT',\n lastWeek: 'dddd[и] [ҳафтаи гузашта соати] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'баъди %s',\n past: '%s пеш',\n s: 'якчанд сония',\n m: 'як дақиқа',\n mm: '%d дақиқа',\n h: 'як соат',\n hh: '%d соат',\n d: 'як рӯз',\n dd: '%d рӯз',\n M: 'як моҳ',\n MM: '%d моҳ',\n y: 'як сол',\n yy: '%d сол',\n },\n meridiemParse: /шаб|субҳ|рӯз|бегоҳ/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'шаб') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'субҳ') {\n return hour;\n } else if (meridiem === 'рӯз') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'бегоҳ') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'шаб';\n } else if (hour < 11) {\n return 'субҳ';\n } else if (hour < 16) {\n return 'рӯз';\n } else if (hour < 19) {\n return 'бегоҳ';\n } else {\n return 'шаб';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(ум|юм)/,\n ordinal: function (number) {\n var a = number % 10,\n b = number >= 100 ? 100 : null;\n return number + (suffixes$3[number] || suffixes$3[a] || suffixes$3[b]);\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 1th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('th', {\n months: 'มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม'.split(\n '_'\n ),\n monthsShort: 'ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์'.split('_'),\n weekdaysShort: 'อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์'.split('_'), // yes, three characters difference\n weekdaysMin: 'อา._จ._อ._พ._พฤ._ศ._ส.'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'H:mm',\n LTS: 'H:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY เวลา H:mm',\n LLLL: 'วันddddที่ D MMMM YYYY เวลา H:mm',\n },\n meridiemParse: /ก่อนเที่ยง|หลังเที่ยง/,\n isPM: function (input) {\n return input === 'หลังเที่ยง';\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ก่อนเที่ยง';\n } else {\n return 'หลังเที่ยง';\n }\n },\n calendar: {\n sameDay: '[วันนี้ เวลา] LT',\n nextDay: '[พรุ่งนี้ เวลา] LT',\n nextWeek: 'dddd[หน้า เวลา] LT',\n lastDay: '[เมื่อวานนี้ เวลา] LT',\n lastWeek: '[วัน]dddd[ที่แล้ว เวลา] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'อีก %s',\n past: '%sที่แล้ว',\n s: 'ไม่กี่วินาที',\n ss: '%d วินาที',\n m: '1 นาที',\n mm: '%d นาที',\n h: '1 ชั่วโมง',\n hh: '%d ชั่วโมง',\n d: '1 วัน',\n dd: '%d วัน',\n M: '1 เดือน',\n MM: '%d เดือน',\n y: '1 ปี',\n yy: '%d ปี',\n },\n });\n\n //! moment.js locale configuration\n\n var suffixes$4 = {\n 1: \"'inji\",\n 5: \"'inji\",\n 8: \"'inji\",\n 70: \"'inji\",\n 80: \"'inji\",\n 2: \"'nji\",\n 7: \"'nji\",\n 20: \"'nji\",\n 50: \"'nji\",\n 3: \"'ünji\",\n 4: \"'ünji\",\n 100: \"'ünji\",\n 6: \"'njy\",\n 9: \"'unjy\",\n 10: \"'unjy\",\n 30: \"'unjy\",\n 60: \"'ynjy\",\n 90: \"'ynjy\",\n };\n\n hooks.defineLocale('tk', {\n months: 'Ýanwar_Fewral_Mart_Aprel_Maý_Iýun_Iýul_Awgust_Sentýabr_Oktýabr_Noýabr_Dekabr'.split(\n '_'\n ),\n monthsShort: 'Ýan_Few_Mar_Apr_Maý_Iýn_Iýl_Awg_Sen_Okt_Noý_Dek'.split('_'),\n weekdays: 'Ýekşenbe_Duşenbe_Sişenbe_Çarşenbe_Penşenbe_Anna_Şenbe'.split(\n '_'\n ),\n weekdaysShort: 'Ýek_Duş_Siş_Çar_Pen_Ann_Şen'.split('_'),\n weekdaysMin: 'Ýk_Dş_Sş_Çr_Pn_An_Şn'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[bugün sagat] LT',\n nextDay: '[ertir sagat] LT',\n nextWeek: '[indiki] dddd [sagat] LT',\n lastDay: '[düýn] LT',\n lastWeek: '[geçen] dddd [sagat] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s soň',\n past: '%s öň',\n s: 'birnäçe sekunt',\n m: 'bir minut',\n mm: '%d minut',\n h: 'bir sagat',\n hh: '%d sagat',\n d: 'bir gün',\n dd: '%d gün',\n M: 'bir aý',\n MM: '%d aý',\n y: 'bir ýyl',\n yy: '%d ýyl',\n },\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'Do':\n case 'DD':\n return number;\n default:\n if (number === 0) {\n // special case for zero\n return number + \"'unjy\";\n }\n var a = number % 10,\n b = (number % 100) - a,\n c = number >= 100 ? 100 : null;\n return number + (suffixes$4[a] || suffixes$4[b] || suffixes$4[c]);\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('tl-ph', {\n months: 'Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre'.split(\n '_'\n ),\n monthsShort: 'Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis'.split('_'),\n weekdays: 'Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado'.split(\n '_'\n ),\n weekdaysShort: 'Lin_Lun_Mar_Miy_Huw_Biy_Sab'.split('_'),\n weekdaysMin: 'Li_Lu_Ma_Mi_Hu_Bi_Sab'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'MM/D/YYYY',\n LL: 'MMMM D, YYYY',\n LLL: 'MMMM D, YYYY HH:mm',\n LLLL: 'dddd, MMMM DD, YYYY HH:mm',\n },\n calendar: {\n sameDay: 'LT [ngayong araw]',\n nextDay: '[Bukas ng] LT',\n nextWeek: 'LT [sa susunod na] dddd',\n lastDay: 'LT [kahapon]',\n lastWeek: 'LT [noong nakaraang] dddd',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'sa loob ng %s',\n past: '%s ang nakalipas',\n s: 'ilang segundo',\n ss: '%d segundo',\n m: 'isang minuto',\n mm: '%d minuto',\n h: 'isang oras',\n hh: '%d oras',\n d: 'isang araw',\n dd: '%d araw',\n M: 'isang buwan',\n MM: '%d buwan',\n y: 'isang taon',\n yy: '%d taon',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}/,\n ordinal: function (number) {\n return number;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var numbersNouns = 'pagh_wa’_cha’_wej_loS_vagh_jav_Soch_chorgh_Hut'.split('_');\n\n function translateFuture(output) {\n var time = output;\n time =\n output.indexOf('jaj') !== -1\n ? time.slice(0, -3) + 'leS'\n : output.indexOf('jar') !== -1\n ? time.slice(0, -3) + 'waQ'\n : output.indexOf('DIS') !== -1\n ? time.slice(0, -3) + 'nem'\n : time + ' pIq';\n return time;\n }\n\n function translatePast(output) {\n var time = output;\n time =\n output.indexOf('jaj') !== -1\n ? time.slice(0, -3) + 'Hu’'\n : output.indexOf('jar') !== -1\n ? time.slice(0, -3) + 'wen'\n : output.indexOf('DIS') !== -1\n ? time.slice(0, -3) + 'ben'\n : time + ' ret';\n return time;\n }\n\n function translate$a(number, withoutSuffix, string, isFuture) {\n var numberNoun = numberAsNoun(number);\n switch (string) {\n case 'ss':\n return numberNoun + ' lup';\n case 'mm':\n return numberNoun + ' tup';\n case 'hh':\n return numberNoun + ' rep';\n case 'dd':\n return numberNoun + ' jaj';\n case 'MM':\n return numberNoun + ' jar';\n case 'yy':\n return numberNoun + ' DIS';\n }\n }\n\n function numberAsNoun(number) {\n var hundred = Math.floor((number % 1000) / 100),\n ten = Math.floor((number % 100) / 10),\n one = number % 10,\n word = '';\n if (hundred > 0) {\n word += numbersNouns[hundred] + 'vatlh';\n }\n if (ten > 0) {\n word += (word !== '' ? ' ' : '') + numbersNouns[ten] + 'maH';\n }\n if (one > 0) {\n word += (word !== '' ? ' ' : '') + numbersNouns[one];\n }\n return word === '' ? 'pagh' : word;\n }\n\n hooks.defineLocale('tlh', {\n months: 'tera’ jar wa’_tera’ jar cha’_tera’ jar wej_tera’ jar loS_tera’ jar vagh_tera’ jar jav_tera’ jar Soch_tera’ jar chorgh_tera’ jar Hut_tera’ jar wa’maH_tera’ jar wa’maH wa’_tera’ jar wa’maH cha’'.split(\n '_'\n ),\n monthsShort: 'jar wa’_jar cha’_jar wej_jar loS_jar vagh_jar jav_jar Soch_jar chorgh_jar Hut_jar wa’maH_jar wa’maH wa’_jar wa’maH cha’'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj'.split(\n '_'\n ),\n weekdaysShort: 'lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj'.split(\n '_'\n ),\n weekdaysMin: 'lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj'.split(\n '_'\n ),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[DaHjaj] LT',\n nextDay: '[wa’leS] LT',\n nextWeek: 'LLL',\n lastDay: '[wa’Hu’] LT',\n lastWeek: 'LLL',\n sameElse: 'L',\n },\n relativeTime: {\n future: translateFuture,\n past: translatePast,\n s: 'puS lup',\n ss: translate$a,\n m: 'wa’ tup',\n mm: translate$a,\n h: 'wa’ rep',\n hh: translate$a,\n d: 'wa’ jaj',\n dd: translate$a,\n M: 'wa’ jar',\n MM: translate$a,\n y: 'wa’ DIS',\n yy: translate$a,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var suffixes$5 = {\n 1: \"'inci\",\n 5: \"'inci\",\n 8: \"'inci\",\n 70: \"'inci\",\n 80: \"'inci\",\n 2: \"'nci\",\n 7: \"'nci\",\n 20: \"'nci\",\n 50: \"'nci\",\n 3: \"'üncü\",\n 4: \"'üncü\",\n 100: \"'üncü\",\n 6: \"'ncı\",\n 9: \"'uncu\",\n 10: \"'uncu\",\n 30: \"'uncu\",\n 60: \"'ıncı\",\n 90: \"'ıncı\",\n };\n\n hooks.defineLocale('tr', {\n months: 'Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık'.split(\n '_'\n ),\n monthsShort: 'Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara'.split('_'),\n weekdays: 'Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi'.split(\n '_'\n ),\n weekdaysShort: 'Paz_Pts_Sal_Çar_Per_Cum_Cts'.split('_'),\n weekdaysMin: 'Pz_Pt_Sa_Ça_Pe_Cu_Ct'.split('_'),\n meridiem: function (hours, minutes, isLower) {\n if (hours < 12) {\n return isLower ? 'öö' : 'ÖÖ';\n } else {\n return isLower ? 'ös' : 'ÖS';\n }\n },\n meridiemParse: /öö|ÖÖ|ös|ÖS/,\n isPM: function (input) {\n return input === 'ös' || input === 'ÖS';\n },\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[bugün saat] LT',\n nextDay: '[yarın saat] LT',\n nextWeek: '[gelecek] dddd [saat] LT',\n lastDay: '[dün] LT',\n lastWeek: '[geçen] dddd [saat] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s sonra',\n past: '%s önce',\n s: 'birkaç saniye',\n ss: '%d saniye',\n m: 'bir dakika',\n mm: '%d dakika',\n h: 'bir saat',\n hh: '%d saat',\n d: 'bir gün',\n dd: '%d gün',\n M: 'bir ay',\n MM: '%d ay',\n y: 'bir yıl',\n yy: '%d yıl',\n },\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'Do':\n case 'DD':\n return number;\n default:\n if (number === 0) {\n // special case for zero\n return number + \"'ıncı\";\n }\n var a = number % 10,\n b = (number % 100) - a,\n c = number >= 100 ? 100 : null;\n return number + (suffixes$5[a] || suffixes$5[b] || suffixes$5[c]);\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n // After the year there should be a slash and the amount of years since December 26, 1979 in Roman numerals.\n // This is currently too difficult (maybe even impossible) to add.\n hooks.defineLocale('tzl', {\n months: 'Januar_Fevraglh_Març_Avrïu_Mai_Gün_Julia_Guscht_Setemvar_Listopäts_Noemvar_Zecemvar'.split(\n '_'\n ),\n monthsShort: 'Jan_Fev_Mar_Avr_Mai_Gün_Jul_Gus_Set_Lis_Noe_Zec'.split('_'),\n weekdays: 'Súladi_Lúneçi_Maitzi_Márcuri_Xhúadi_Viénerçi_Sáturi'.split('_'),\n weekdaysShort: 'Súl_Lún_Mai_Már_Xhú_Vié_Sát'.split('_'),\n weekdaysMin: 'Sú_Lú_Ma_Má_Xh_Vi_Sá'.split('_'),\n longDateFormat: {\n LT: 'HH.mm',\n LTS: 'HH.mm.ss',\n L: 'DD.MM.YYYY',\n LL: 'D. MMMM [dallas] YYYY',\n LLL: 'D. MMMM [dallas] YYYY HH.mm',\n LLLL: 'dddd, [li] D. MMMM [dallas] YYYY HH.mm',\n },\n meridiemParse: /d\\'o|d\\'a/i,\n isPM: function (input) {\n return \"d'o\" === input.toLowerCase();\n },\n meridiem: function (hours, minutes, isLower) {\n if (hours > 11) {\n return isLower ? \"d'o\" : \"D'O\";\n } else {\n return isLower ? \"d'a\" : \"D'A\";\n }\n },\n calendar: {\n sameDay: '[oxhi à] LT',\n nextDay: '[demà à] LT',\n nextWeek: 'dddd [à] LT',\n lastDay: '[ieiri à] LT',\n lastWeek: '[sür el] dddd [lasteu à] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'osprei %s',\n past: 'ja%s',\n s: processRelativeTime$8,\n ss: processRelativeTime$8,\n m: processRelativeTime$8,\n mm: processRelativeTime$8,\n h: processRelativeTime$8,\n hh: processRelativeTime$8,\n d: processRelativeTime$8,\n dd: processRelativeTime$8,\n M: processRelativeTime$8,\n MM: processRelativeTime$8,\n y: processRelativeTime$8,\n yy: processRelativeTime$8,\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal: '%d.',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n function processRelativeTime$8(number, withoutSuffix, key, isFuture) {\n var format = {\n s: ['viensas secunds', \"'iensas secunds\"],\n ss: [number + ' secunds', '' + number + ' secunds'],\n m: [\"'n míut\", \"'iens míut\"],\n mm: [number + ' míuts', '' + number + ' míuts'],\n h: [\"'n þora\", \"'iensa þora\"],\n hh: [number + ' þoras', '' + number + ' þoras'],\n d: [\"'n ziua\", \"'iensa ziua\"],\n dd: [number + ' ziuas', '' + number + ' ziuas'],\n M: [\"'n mes\", \"'iens mes\"],\n MM: [number + ' mesen', '' + number + ' mesen'],\n y: [\"'n ar\", \"'iens ar\"],\n yy: [number + ' ars', '' + number + ' ars'],\n };\n return isFuture\n ? format[key][0]\n : withoutSuffix\n ? format[key][0]\n : format[key][1];\n }\n\n //! moment.js locale configuration\n\n hooks.defineLocale('tzm-latn', {\n months: 'innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir'.split(\n '_'\n ),\n monthsShort: 'innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir'.split(\n '_'\n ),\n weekdays: 'asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas'.split('_'),\n weekdaysShort: 'asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas'.split('_'),\n weekdaysMin: 'asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[asdkh g] LT',\n nextDay: '[aska g] LT',\n nextWeek: 'dddd [g] LT',\n lastDay: '[assant g] LT',\n lastWeek: 'dddd [g] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'dadkh s yan %s',\n past: 'yan %s',\n s: 'imik',\n ss: '%d imik',\n m: 'minuḍ',\n mm: '%d minuḍ',\n h: 'saɛa',\n hh: '%d tassaɛin',\n d: 'ass',\n dd: '%d ossan',\n M: 'ayowr',\n MM: '%d iyyirn',\n y: 'asgas',\n yy: '%d isgasn',\n },\n week: {\n dow: 6, // Saturday is the first day of the week.\n doy: 12, // The week that contains Jan 12th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('tzm', {\n months: 'ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ'.split(\n '_'\n ),\n monthsShort: 'ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ'.split(\n '_'\n ),\n weekdays: 'ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ'.split('_'),\n weekdaysShort: 'ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ'.split('_'),\n weekdaysMin: 'ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[ⴰⵙⴷⵅ ⴴ] LT',\n nextDay: '[ⴰⵙⴽⴰ ⴴ] LT',\n nextWeek: 'dddd [ⴴ] LT',\n lastDay: '[ⴰⵚⴰⵏⵜ ⴴ] LT',\n lastWeek: 'dddd [ⴴ] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'ⴷⴰⴷⵅ ⵙ ⵢⴰⵏ %s',\n past: 'ⵢⴰⵏ %s',\n s: 'ⵉⵎⵉⴽ',\n ss: '%d ⵉⵎⵉⴽ',\n m: 'ⵎⵉⵏⵓⴺ',\n mm: '%d ⵎⵉⵏⵓⴺ',\n h: 'ⵙⴰⵄⴰ',\n hh: '%d ⵜⴰⵙⵙⴰⵄⵉⵏ',\n d: 'ⴰⵙⵙ',\n dd: '%d oⵙⵙⴰⵏ',\n M: 'ⴰⵢoⵓⵔ',\n MM: '%d ⵉⵢⵢⵉⵔⵏ',\n y: 'ⴰⵙⴳⴰⵙ',\n yy: '%d ⵉⵙⴳⴰⵙⵏ',\n },\n week: {\n dow: 6, // Saturday is the first day of the week.\n doy: 12, // The week that contains Jan 12th is the first week of the year.\n },\n });\n\n //! moment.js language configuration\n\n hooks.defineLocale('ug-cn', {\n months: 'يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر'.split(\n '_'\n ),\n monthsShort: 'يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر'.split(\n '_'\n ),\n weekdays: 'يەكشەنبە_دۈشەنبە_سەيشەنبە_چارشەنبە_پەيشەنبە_جۈمە_شەنبە'.split(\n '_'\n ),\n weekdaysShort: 'يە_دۈ_سە_چا_پە_جۈ_شە'.split('_'),\n weekdaysMin: 'يە_دۈ_سە_چا_پە_جۈ_شە'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY-MM-DD',\n LL: 'YYYY-يىلىM-ئاينىڭD-كۈنى',\n LLL: 'YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm',\n LLLL: 'dddd، YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm',\n },\n meridiemParse: /يېرىم كېچە|سەھەر|چۈشتىن بۇرۇن|چۈش|چۈشتىن كېيىن|كەچ/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (\n meridiem === 'يېرىم كېچە' ||\n meridiem === 'سەھەر' ||\n meridiem === 'چۈشتىن بۇرۇن'\n ) {\n return hour;\n } else if (meridiem === 'چۈشتىن كېيىن' || meridiem === 'كەچ') {\n return hour + 12;\n } else {\n return hour >= 11 ? hour : hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n var hm = hour * 100 + minute;\n if (hm < 600) {\n return 'يېرىم كېچە';\n } else if (hm < 900) {\n return 'سەھەر';\n } else if (hm < 1130) {\n return 'چۈشتىن بۇرۇن';\n } else if (hm < 1230) {\n return 'چۈش';\n } else if (hm < 1800) {\n return 'چۈشتىن كېيىن';\n } else {\n return 'كەچ';\n }\n },\n calendar: {\n sameDay: '[بۈگۈن سائەت] LT',\n nextDay: '[ئەتە سائەت] LT',\n nextWeek: '[كېلەركى] dddd [سائەت] LT',\n lastDay: '[تۆنۈگۈن] LT',\n lastWeek: '[ئالدىنقى] dddd [سائەت] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s كېيىن',\n past: '%s بۇرۇن',\n s: 'نەچچە سېكونت',\n ss: '%d سېكونت',\n m: 'بىر مىنۇت',\n mm: '%d مىنۇت',\n h: 'بىر سائەت',\n hh: '%d سائەت',\n d: 'بىر كۈن',\n dd: '%d كۈن',\n M: 'بىر ئاي',\n MM: '%d ئاي',\n y: 'بىر يىل',\n yy: '%d يىل',\n },\n\n dayOfMonthOrdinalParse: /\\d{1,2}(-كۈنى|-ئاي|-ھەپتە)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + '-كۈنى';\n case 'w':\n case 'W':\n return number + '-ھەپتە';\n default:\n return number;\n }\n },\n preparse: function (string) {\n return string.replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/,/g, '،');\n },\n week: {\n // GB/T 7408-1994《数据元和交换格式·信息交换·日期和时间表示法》与ISO 8601:1988等效\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 1st is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n function plural$6(word, num) {\n var forms = word.split('_');\n return num % 10 === 1 && num % 100 !== 11\n ? forms[0]\n : num % 10 >= 2 && num % 10 <= 4 && (num % 100 < 10 || num % 100 >= 20)\n ? forms[1]\n : forms[2];\n }\n function relativeTimeWithPlural$4(number, withoutSuffix, key) {\n var format = {\n ss: withoutSuffix ? 'секунда_секунди_секунд' : 'секунду_секунди_секунд',\n mm: withoutSuffix ? 'хвилина_хвилини_хвилин' : 'хвилину_хвилини_хвилин',\n hh: withoutSuffix ? 'година_години_годин' : 'годину_години_годин',\n dd: 'день_дні_днів',\n MM: 'місяць_місяці_місяців',\n yy: 'рік_роки_років',\n };\n if (key === 'm') {\n return withoutSuffix ? 'хвилина' : 'хвилину';\n } else if (key === 'h') {\n return withoutSuffix ? 'година' : 'годину';\n } else {\n return number + ' ' + plural$6(format[key], +number);\n }\n }\n function weekdaysCaseReplace(m, format) {\n var weekdays = {\n nominative: 'неділя_понеділок_вівторок_середа_четвер_п’ятниця_субота'.split(\n '_'\n ),\n accusative: 'неділю_понеділок_вівторок_середу_четвер_п’ятницю_суботу'.split(\n '_'\n ),\n genitive: 'неділі_понеділка_вівторка_середи_четверга_п’ятниці_суботи'.split(\n '_'\n ),\n },\n nounCase;\n\n if (m === true) {\n return weekdays['nominative']\n .slice(1, 7)\n .concat(weekdays['nominative'].slice(0, 1));\n }\n if (!m) {\n return weekdays['nominative'];\n }\n\n nounCase = /(\\[[ВвУу]\\]) ?dddd/.test(format)\n ? 'accusative'\n : /\\[?(?:минулої|наступної)? ?\\] ?dddd/.test(format)\n ? 'genitive'\n : 'nominative';\n return weekdays[nounCase][m.day()];\n }\n function processHoursFunction(str) {\n return function () {\n return str + 'о' + (this.hours() === 11 ? 'б' : '') + '] LT';\n };\n }\n\n hooks.defineLocale('uk', {\n months: {\n format: 'січня_лютого_березня_квітня_травня_червня_липня_серпня_вересня_жовтня_листопада_грудня'.split(\n '_'\n ),\n standalone: 'січень_лютий_березень_квітень_травень_червень_липень_серпень_вересень_жовтень_листопад_грудень'.split(\n '_'\n ),\n },\n monthsShort: 'січ_лют_бер_квіт_трав_черв_лип_серп_вер_жовт_лист_груд'.split(\n '_'\n ),\n weekdays: weekdaysCaseReplace,\n weekdaysShort: 'нд_пн_вт_ср_чт_пт_сб'.split('_'),\n weekdaysMin: 'нд_пн_вт_ср_чт_пт_сб'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD.MM.YYYY',\n LL: 'D MMMM YYYY р.',\n LLL: 'D MMMM YYYY р., HH:mm',\n LLLL: 'dddd, D MMMM YYYY р., HH:mm',\n },\n calendar: {\n sameDay: processHoursFunction('[Сьогодні '),\n nextDay: processHoursFunction('[Завтра '),\n lastDay: processHoursFunction('[Вчора '),\n nextWeek: processHoursFunction('[У] dddd ['),\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n case 3:\n case 5:\n case 6:\n return processHoursFunction('[Минулої] dddd [').call(this);\n case 1:\n case 2:\n case 4:\n return processHoursFunction('[Минулого] dddd [').call(this);\n }\n },\n sameElse: 'L',\n },\n relativeTime: {\n future: 'за %s',\n past: '%s тому',\n s: 'декілька секунд',\n ss: relativeTimeWithPlural$4,\n m: relativeTimeWithPlural$4,\n mm: relativeTimeWithPlural$4,\n h: 'годину',\n hh: relativeTimeWithPlural$4,\n d: 'день',\n dd: relativeTimeWithPlural$4,\n M: 'місяць',\n MM: relativeTimeWithPlural$4,\n y: 'рік',\n yy: relativeTimeWithPlural$4,\n },\n // M. E.: those two are virtually unused but a user might want to implement them for his/her website for some reason\n meridiemParse: /ночі|ранку|дня|вечора/,\n isPM: function (input) {\n return /^(дня|вечора)$/.test(input);\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'ночі';\n } else if (hour < 12) {\n return 'ранку';\n } else if (hour < 17) {\n return 'дня';\n } else {\n return 'вечора';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(й|го)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'M':\n case 'd':\n case 'DDD':\n case 'w':\n case 'W':\n return number + '-й';\n case 'D':\n return number + '-го';\n default:\n return number;\n }\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n var months$b = [\n 'جنوری',\n 'فروری',\n 'مارچ',\n 'اپریل',\n 'مئی',\n 'جون',\n 'جولائی',\n 'اگست',\n 'ستمبر',\n 'اکتوبر',\n 'نومبر',\n 'دسمبر',\n ],\n days$2 = ['اتوار', 'پیر', 'منگل', 'بدھ', 'جمعرات', 'جمعہ', 'ہفتہ'];\n\n hooks.defineLocale('ur', {\n months: months$b,\n monthsShort: months$b,\n weekdays: days$2,\n weekdaysShort: days$2,\n weekdaysMin: days$2,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd، D MMMM YYYY HH:mm',\n },\n meridiemParse: /صبح|شام/,\n isPM: function (input) {\n return 'شام' === input;\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'صبح';\n }\n return 'شام';\n },\n calendar: {\n sameDay: '[آج بوقت] LT',\n nextDay: '[کل بوقت] LT',\n nextWeek: 'dddd [بوقت] LT',\n lastDay: '[گذشتہ روز بوقت] LT',\n lastWeek: '[گذشتہ] dddd [بوقت] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s بعد',\n past: '%s قبل',\n s: 'چند سیکنڈ',\n ss: '%d سیکنڈ',\n m: 'ایک منٹ',\n mm: '%d منٹ',\n h: 'ایک گھنٹہ',\n hh: '%d گھنٹے',\n d: 'ایک دن',\n dd: '%d دن',\n M: 'ایک ماہ',\n MM: '%d ماہ',\n y: 'ایک سال',\n yy: '%d سال',\n },\n preparse: function (string) {\n return string.replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/,/g, '،');\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('uz-latn', {\n months: 'Yanvar_Fevral_Mart_Aprel_May_Iyun_Iyul_Avgust_Sentabr_Oktabr_Noyabr_Dekabr'.split(\n '_'\n ),\n monthsShort: 'Yan_Fev_Mar_Apr_May_Iyun_Iyul_Avg_Sen_Okt_Noy_Dek'.split('_'),\n weekdays: 'Yakshanba_Dushanba_Seshanba_Chorshanba_Payshanba_Juma_Shanba'.split(\n '_'\n ),\n weekdaysShort: 'Yak_Dush_Sesh_Chor_Pay_Jum_Shan'.split('_'),\n weekdaysMin: 'Ya_Du_Se_Cho_Pa_Ju_Sha'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'D MMMM YYYY, dddd HH:mm',\n },\n calendar: {\n sameDay: '[Bugun soat] LT [da]',\n nextDay: '[Ertaga] LT [da]',\n nextWeek: 'dddd [kuni soat] LT [da]',\n lastDay: '[Kecha soat] LT [da]',\n lastWeek: \"[O'tgan] dddd [kuni soat] LT [da]\",\n sameElse: 'L',\n },\n relativeTime: {\n future: 'Yaqin %s ichida',\n past: 'Bir necha %s oldin',\n s: 'soniya',\n ss: '%d soniya',\n m: 'bir daqiqa',\n mm: '%d daqiqa',\n h: 'bir soat',\n hh: '%d soat',\n d: 'bir kun',\n dd: '%d kun',\n M: 'bir oy',\n MM: '%d oy',\n y: 'bir yil',\n yy: '%d yil',\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 7th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('uz', {\n months: 'январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр'.split(\n '_'\n ),\n monthsShort: 'янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек'.split('_'),\n weekdays: 'Якшанба_Душанба_Сешанба_Чоршанба_Пайшанба_Жума_Шанба'.split('_'),\n weekdaysShort: 'Якш_Душ_Сеш_Чор_Пай_Жум_Шан'.split('_'),\n weekdaysMin: 'Як_Ду_Се_Чо_Па_Жу_Ша'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'D MMMM YYYY, dddd HH:mm',\n },\n calendar: {\n sameDay: '[Бугун соат] LT [да]',\n nextDay: '[Эртага] LT [да]',\n nextWeek: 'dddd [куни соат] LT [да]',\n lastDay: '[Кеча соат] LT [да]',\n lastWeek: '[Утган] dddd [куни соат] LT [да]',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'Якин %s ичида',\n past: 'Бир неча %s олдин',\n s: 'фурсат',\n ss: '%d фурсат',\n m: 'бир дакика',\n mm: '%d дакика',\n h: 'бир соат',\n hh: '%d соат',\n d: 'бир кун',\n dd: '%d кун',\n M: 'бир ой',\n MM: '%d ой',\n y: 'бир йил',\n yy: '%d йил',\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 7, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('vi', {\n months: 'tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12'.split(\n '_'\n ),\n monthsShort: 'Thg 01_Thg 02_Thg 03_Thg 04_Thg 05_Thg 06_Thg 07_Thg 08_Thg 09_Thg 10_Thg 11_Thg 12'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy'.split(\n '_'\n ),\n weekdaysShort: 'CN_T2_T3_T4_T5_T6_T7'.split('_'),\n weekdaysMin: 'CN_T2_T3_T4_T5_T6_T7'.split('_'),\n weekdaysParseExact: true,\n meridiemParse: /sa|ch/i,\n isPM: function (input) {\n return /^ch$/i.test(input);\n },\n meridiem: function (hours, minutes, isLower) {\n if (hours < 12) {\n return isLower ? 'sa' : 'SA';\n } else {\n return isLower ? 'ch' : 'CH';\n }\n },\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM [năm] YYYY',\n LLL: 'D MMMM [năm] YYYY HH:mm',\n LLLL: 'dddd, D MMMM [năm] YYYY HH:mm',\n l: 'DD/M/YYYY',\n ll: 'D MMM YYYY',\n lll: 'D MMM YYYY HH:mm',\n llll: 'ddd, D MMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[Hôm nay lúc] LT',\n nextDay: '[Ngày mai lúc] LT',\n nextWeek: 'dddd [tuần tới lúc] LT',\n lastDay: '[Hôm qua lúc] LT',\n lastWeek: 'dddd [tuần trước lúc] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: '%s tới',\n past: '%s trước',\n s: 'vài giây',\n ss: '%d giây',\n m: 'một phút',\n mm: '%d phút',\n h: 'một giờ',\n hh: '%d giờ',\n d: 'một ngày',\n dd: '%d ngày',\n M: 'một tháng',\n MM: '%d tháng',\n y: 'một năm',\n yy: '%d năm',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}/,\n ordinal: function (number) {\n return number;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('x-pseudo', {\n months: 'J~áñúá~rý_F~ébrú~árý_~Márc~h_Áp~ríl_~Máý_~Júñé~_Júl~ý_Áú~gúst~_Sép~témb~ér_Ó~ctób~ér_Ñ~óvém~bér_~Décé~mbér'.split(\n '_'\n ),\n monthsShort: 'J~áñ_~Féb_~Már_~Ápr_~Máý_~Júñ_~Júl_~Áúg_~Sép_~Óct_~Ñóv_~Déc'.split(\n '_'\n ),\n monthsParseExact: true,\n weekdays: 'S~úñdá~ý_Mó~ñdáý~_Túé~sdáý~_Wéd~ñésd~áý_T~húrs~dáý_~Fríd~áý_S~átúr~dáý'.split(\n '_'\n ),\n weekdaysShort: 'S~úñ_~Móñ_~Túé_~Wéd_~Thú_~Frí_~Sát'.split('_'),\n weekdaysMin: 'S~ú_Mó~_Tú_~Wé_T~h_Fr~_Sá'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm',\n },\n calendar: {\n sameDay: '[T~ódá~ý át] LT',\n nextDay: '[T~ómó~rró~w át] LT',\n nextWeek: 'dddd [át] LT',\n lastDay: '[Ý~ést~érdá~ý át] LT',\n lastWeek: '[L~ást] dddd [át] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'í~ñ %s',\n past: '%s á~gó',\n s: 'á ~féw ~sécó~ñds',\n ss: '%d s~écóñ~ds',\n m: 'á ~míñ~úté',\n mm: '%d m~íñú~tés',\n h: 'á~ñ hó~úr',\n hh: '%d h~óúrs',\n d: 'á ~dáý',\n dd: '%d d~áýs',\n M: 'á ~móñ~th',\n MM: '%d m~óñt~hs',\n y: 'á ~ýéár',\n yy: '%d ý~éárs',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(th|st|nd|rd)/,\n ordinal: function (number) {\n var b = number % 10,\n output =\n ~~((number % 100) / 10) === 1\n ? 'th'\n : b === 1\n ? 'st'\n : b === 2\n ? 'nd'\n : b === 3\n ? 'rd'\n : 'th';\n return number + output;\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('yo', {\n months: 'Sẹ́rẹ́_Èrèlè_Ẹrẹ̀nà_Ìgbé_Èbibi_Òkùdu_Agẹmo_Ògún_Owewe_Ọ̀wàrà_Bélú_Ọ̀pẹ̀̀'.split(\n '_'\n ),\n monthsShort: 'Sẹ́r_Èrl_Ẹrn_Ìgb_Èbi_Òkù_Agẹ_Ògú_Owe_Ọ̀wà_Bél_Ọ̀pẹ̀̀'.split('_'),\n weekdays: 'Àìkú_Ajé_Ìsẹ́gun_Ọjọ́rú_Ọjọ́bọ_Ẹtì_Àbámẹ́ta'.split('_'),\n weekdaysShort: 'Àìk_Ajé_Ìsẹ́_Ọjr_Ọjb_Ẹtì_Àbá'.split('_'),\n weekdaysMin: 'Àì_Aj_Ìs_Ọr_Ọb_Ẹt_Àb'.split('_'),\n longDateFormat: {\n LT: 'h:mm A',\n LTS: 'h:mm:ss A',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY h:mm A',\n LLLL: 'dddd, D MMMM YYYY h:mm A',\n },\n calendar: {\n sameDay: '[Ònì ni] LT',\n nextDay: '[Ọ̀la ni] LT',\n nextWeek: \"dddd [Ọsẹ̀ tón'bọ] [ni] LT\",\n lastDay: '[Àna ni] LT',\n lastWeek: 'dddd [Ọsẹ̀ tólọ́] [ni] LT',\n sameElse: 'L',\n },\n relativeTime: {\n future: 'ní %s',\n past: '%s kọjá',\n s: 'ìsẹjú aayá die',\n ss: 'aayá %d',\n m: 'ìsẹjú kan',\n mm: 'ìsẹjú %d',\n h: 'wákati kan',\n hh: 'wákati %d',\n d: 'ọjọ́ kan',\n dd: 'ọjọ́ %d',\n M: 'osù kan',\n MM: 'osù %d',\n y: 'ọdún kan',\n yy: 'ọdún %d',\n },\n dayOfMonthOrdinalParse: /ọjọ́\\s\\d{1,2}/,\n ordinal: 'ọjọ́ %d',\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('zh-cn', {\n months: '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split(\n '_'\n ),\n monthsShort: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split(\n '_'\n ),\n weekdays: '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'),\n weekdaysShort: '周日_周一_周二_周三_周四_周五_周六'.split('_'),\n weekdaysMin: '日_一_二_三_四_五_六'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY/MM/DD',\n LL: 'YYYY年M月D日',\n LLL: 'YYYY年M月D日Ah点mm分',\n LLLL: 'YYYY年M月D日ddddAh点mm分',\n l: 'YYYY/M/D',\n ll: 'YYYY年M月D日',\n lll: 'YYYY年M月D日 HH:mm',\n llll: 'YYYY年M月D日dddd HH:mm',\n },\n meridiemParse: /凌晨|早上|上午|中午|下午|晚上/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === '凌晨' || meridiem === '早上' || meridiem === '上午') {\n return hour;\n } else if (meridiem === '下午' || meridiem === '晚上') {\n return hour + 12;\n } else {\n // '中午'\n return hour >= 11 ? hour : hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n var hm = hour * 100 + minute;\n if (hm < 600) {\n return '凌晨';\n } else if (hm < 900) {\n return '早上';\n } else if (hm < 1130) {\n return '上午';\n } else if (hm < 1230) {\n return '中午';\n } else if (hm < 1800) {\n return '下午';\n } else {\n return '晚上';\n }\n },\n calendar: {\n sameDay: '[今天]LT',\n nextDay: '[明天]LT',\n nextWeek: function (now) {\n if (now.week() !== this.week()) {\n return '[下]dddLT';\n } else {\n return '[本]dddLT';\n }\n },\n lastDay: '[昨天]LT',\n lastWeek: function (now) {\n if (this.week() !== now.week()) {\n return '[上]dddLT';\n } else {\n return '[本]dddLT';\n }\n },\n sameElse: 'L',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(日|月|周)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + '日';\n case 'M':\n return number + '月';\n case 'w':\n case 'W':\n return number + '周';\n default:\n return number;\n }\n },\n relativeTime: {\n future: '%s后',\n past: '%s前',\n s: '几秒',\n ss: '%d 秒',\n m: '1 分钟',\n mm: '%d 分钟',\n h: '1 小时',\n hh: '%d 小时',\n d: '1 天',\n dd: '%d 天',\n M: '1 个月',\n MM: '%d 个月',\n y: '1 年',\n yy: '%d 年',\n },\n week: {\n // GB/T 7408-1994《数据元和交换格式·信息交换·日期和时间表示法》与ISO 8601:1988等效\n dow: 1, // Monday is the first day of the week.\n doy: 4, // The week that contains Jan 4th is the first week of the year.\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('zh-hk', {\n months: '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split(\n '_'\n ),\n monthsShort: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split(\n '_'\n ),\n weekdays: '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'),\n weekdaysShort: '週日_週一_週二_週三_週四_週五_週六'.split('_'),\n weekdaysMin: '日_一_二_三_四_五_六'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY/MM/DD',\n LL: 'YYYY年M月D日',\n LLL: 'YYYY年M月D日 HH:mm',\n LLLL: 'YYYY年M月D日dddd HH:mm',\n l: 'YYYY/M/D',\n ll: 'YYYY年M月D日',\n lll: 'YYYY年M月D日 HH:mm',\n llll: 'YYYY年M月D日dddd HH:mm',\n },\n meridiemParse: /凌晨|早上|上午|中午|下午|晚上/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === '凌晨' || meridiem === '早上' || meridiem === '上午') {\n return hour;\n } else if (meridiem === '中午') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === '下午' || meridiem === '晚上') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n var hm = hour * 100 + minute;\n if (hm < 600) {\n return '凌晨';\n } else if (hm < 900) {\n return '早上';\n } else if (hm < 1200) {\n return '上午';\n } else if (hm === 1200) {\n return '中午';\n } else if (hm < 1800) {\n return '下午';\n } else {\n return '晚上';\n }\n },\n calendar: {\n sameDay: '[今天]LT',\n nextDay: '[明天]LT',\n nextWeek: '[下]ddddLT',\n lastDay: '[昨天]LT',\n lastWeek: '[上]ddddLT',\n sameElse: 'L',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(日|月|週)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + '日';\n case 'M':\n return number + '月';\n case 'w':\n case 'W':\n return number + '週';\n default:\n return number;\n }\n },\n relativeTime: {\n future: '%s後',\n past: '%s前',\n s: '幾秒',\n ss: '%d 秒',\n m: '1 分鐘',\n mm: '%d 分鐘',\n h: '1 小時',\n hh: '%d 小時',\n d: '1 天',\n dd: '%d 天',\n M: '1 個月',\n MM: '%d 個月',\n y: '1 年',\n yy: '%d 年',\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('zh-mo', {\n months: '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split(\n '_'\n ),\n monthsShort: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split(\n '_'\n ),\n weekdays: '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'),\n weekdaysShort: '週日_週一_週二_週三_週四_週五_週六'.split('_'),\n weekdaysMin: '日_一_二_三_四_五_六'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'YYYY年M月D日',\n LLL: 'YYYY年M月D日 HH:mm',\n LLLL: 'YYYY年M月D日dddd HH:mm',\n l: 'D/M/YYYY',\n ll: 'YYYY年M月D日',\n lll: 'YYYY年M月D日 HH:mm',\n llll: 'YYYY年M月D日dddd HH:mm',\n },\n meridiemParse: /凌晨|早上|上午|中午|下午|晚上/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === '凌晨' || meridiem === '早上' || meridiem === '上午') {\n return hour;\n } else if (meridiem === '中午') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === '下午' || meridiem === '晚上') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n var hm = hour * 100 + minute;\n if (hm < 600) {\n return '凌晨';\n } else if (hm < 900) {\n return '早上';\n } else if (hm < 1130) {\n return '上午';\n } else if (hm < 1230) {\n return '中午';\n } else if (hm < 1800) {\n return '下午';\n } else {\n return '晚上';\n }\n },\n calendar: {\n sameDay: '[今天] LT',\n nextDay: '[明天] LT',\n nextWeek: '[下]dddd LT',\n lastDay: '[昨天] LT',\n lastWeek: '[上]dddd LT',\n sameElse: 'L',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(日|月|週)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + '日';\n case 'M':\n return number + '月';\n case 'w':\n case 'W':\n return number + '週';\n default:\n return number;\n }\n },\n relativeTime: {\n future: '%s內',\n past: '%s前',\n s: '幾秒',\n ss: '%d 秒',\n m: '1 分鐘',\n mm: '%d 分鐘',\n h: '1 小時',\n hh: '%d 小時',\n d: '1 天',\n dd: '%d 天',\n M: '1 個月',\n MM: '%d 個月',\n y: '1 年',\n yy: '%d 年',\n },\n });\n\n //! moment.js locale configuration\n\n hooks.defineLocale('zh-tw', {\n months: '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split(\n '_'\n ),\n monthsShort: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split(\n '_'\n ),\n weekdays: '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'),\n weekdaysShort: '週日_週一_週二_週三_週四_週五_週六'.split('_'),\n weekdaysMin: '日_一_二_三_四_五_六'.split('_'),\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'YYYY/MM/DD',\n LL: 'YYYY年M月D日',\n LLL: 'YYYY年M月D日 HH:mm',\n LLLL: 'YYYY年M月D日dddd HH:mm',\n l: 'YYYY/M/D',\n ll: 'YYYY年M月D日',\n lll: 'YYYY年M月D日 HH:mm',\n llll: 'YYYY年M月D日dddd HH:mm',\n },\n meridiemParse: /凌晨|早上|上午|中午|下午|晚上/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === '凌晨' || meridiem === '早上' || meridiem === '上午') {\n return hour;\n } else if (meridiem === '中午') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === '下午' || meridiem === '晚上') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n var hm = hour * 100 + minute;\n if (hm < 600) {\n return '凌晨';\n } else if (hm < 900) {\n return '早上';\n } else if (hm < 1130) {\n return '上午';\n } else if (hm < 1230) {\n return '中午';\n } else if (hm < 1800) {\n return '下午';\n } else {\n return '晚上';\n }\n },\n calendar: {\n sameDay: '[今天] LT',\n nextDay: '[明天] LT',\n nextWeek: '[下]dddd LT',\n lastDay: '[昨天] LT',\n lastWeek: '[上]dddd LT',\n sameElse: 'L',\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(日|月|週)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + '日';\n case 'M':\n return number + '月';\n case 'w':\n case 'W':\n return number + '週';\n default:\n return number;\n }\n },\n relativeTime: {\n future: '%s後',\n past: '%s前',\n s: '幾秒',\n ss: '%d 秒',\n m: '1 分鐘',\n mm: '%d 分鐘',\n h: '1 小時',\n hh: '%d 小時',\n d: '1 天',\n dd: '%d 天',\n M: '1 個月',\n MM: '%d 個月',\n y: '1 年',\n yy: '%d 年',\n },\n });\n\n hooks.locale('en');\n\n return hooks;\n\n})));\n","/*global define:false */\n/**\n * Copyright 2012-2017 Craig Campbell\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n *\n * Mousetrap is a simple keyboard shortcut library for Javascript with\n * no external dependencies\n *\n * @version 1.6.5\n * @url craig.is/killing/mice\n */\n(function(window, document, undefined) {\n\n // Check if mousetrap is used inside browser, if not, return\n if (!window) {\n return;\n }\n\n /**\n * mapping of special keycodes to their corresponding keys\n *\n * everything in this dictionary cannot use keypress events\n * so it has to be here to map to the correct keycodes for\n * keyup/keydown events\n *\n * @type {Object}\n */\n var _MAP = {\n 8: 'backspace',\n 9: 'tab',\n 13: 'enter',\n 16: 'shift',\n 17: 'ctrl',\n 18: 'alt',\n 20: 'capslock',\n 27: 'esc',\n 32: 'space',\n 33: 'pageup',\n 34: 'pagedown',\n 35: 'end',\n 36: 'home',\n 37: 'left',\n 38: 'up',\n 39: 'right',\n 40: 'down',\n 45: 'ins',\n 46: 'del',\n 91: 'meta',\n 93: 'meta',\n 224: 'meta'\n };\n\n /**\n * mapping for special characters so they can support\n *\n * this dictionary is only used incase you want to bind a\n * keyup or keydown event to one of these keys\n *\n * @type {Object}\n */\n var _KEYCODE_MAP = {\n 106: '*',\n 107: '+',\n 109: '-',\n 110: '.',\n 111 : '/',\n 186: ';',\n 187: '=',\n 188: ',',\n 189: '-',\n 190: '.',\n 191: '/',\n 192: '`',\n 219: '[',\n 220: '\\\\',\n 221: ']',\n 222: '\\''\n };\n\n /**\n * this is a mapping of keys that require shift on a US keypad\n * back to the non shift equivelents\n *\n * this is so you can use keyup events with these keys\n *\n * note that this will only work reliably on US keyboards\n *\n * @type {Object}\n */\n var _SHIFT_MAP = {\n '~': '`',\n '!': '1',\n '@': '2',\n '#': '3',\n '$': '4',\n '%': '5',\n '^': '6',\n '&': '7',\n '*': '8',\n '(': '9',\n ')': '0',\n '_': '-',\n '+': '=',\n ':': ';',\n '\\\"': '\\'',\n '<': ',',\n '>': '.',\n '?': '/',\n '|': '\\\\'\n };\n\n /**\n * this is a list of special strings you can use to map\n * to modifier keys when you specify your keyboard shortcuts\n *\n * @type {Object}\n */\n var _SPECIAL_ALIASES = {\n 'option': 'alt',\n 'command': 'meta',\n 'return': 'enter',\n 'escape': 'esc',\n 'plus': '+',\n 'mod': /Mac|iPod|iPhone|iPad/.test(navigator.platform) ? 'meta' : 'ctrl'\n };\n\n /**\n * variable to store the flipped version of _MAP from above\n * needed to check if we should use keypress or not when no action\n * is specified\n *\n * @type {Object|undefined}\n */\n var _REVERSE_MAP;\n\n /**\n * loop through the f keys, f1 to f19 and add them to the map\n * programatically\n */\n for (var i = 1; i < 20; ++i) {\n _MAP[111 + i] = 'f' + i;\n }\n\n /**\n * loop through to map numbers on the numeric keypad\n */\n for (i = 0; i <= 9; ++i) {\n\n // This needs to use a string cause otherwise since 0 is falsey\n // mousetrap will never fire for numpad 0 pressed as part of a keydown\n // event.\n //\n // @see https://github.com/ccampbell/mousetrap/pull/258\n _MAP[i + 96] = i.toString();\n }\n\n /**\n * cross browser add event method\n *\n * @param {Element|HTMLDocument} object\n * @param {string} type\n * @param {Function} callback\n * @returns void\n */\n function _addEvent(object, type, callback) {\n if (object.addEventListener) {\n object.addEventListener(type, callback, false);\n return;\n }\n\n object.attachEvent('on' + type, callback);\n }\n\n /**\n * takes the event and returns the key character\n *\n * @param {Event} e\n * @return {string}\n */\n function _characterFromEvent(e) {\n\n // for keypress events we should return the character as is\n if (e.type == 'keypress') {\n var character = String.fromCharCode(e.which);\n\n // if the shift key is not pressed then it is safe to assume\n // that we want the character to be lowercase. this means if\n // you accidentally have caps lock on then your key bindings\n // will continue to work\n //\n // the only side effect that might not be desired is if you\n // bind something like 'A' cause you want to trigger an\n // event when capital A is pressed caps lock will no longer\n // trigger the event. shift+a will though.\n if (!e.shiftKey) {\n character = character.toLowerCase();\n }\n\n return character;\n }\n\n // for non keypress events the special maps are needed\n if (_MAP[e.which]) {\n return _MAP[e.which];\n }\n\n if (_KEYCODE_MAP[e.which]) {\n return _KEYCODE_MAP[e.which];\n }\n\n // if it is not in the special map\n\n // with keydown and keyup events the character seems to always\n // come in as an uppercase character whether you are pressing shift\n // or not. we should make sure it is always lowercase for comparisons\n return String.fromCharCode(e.which).toLowerCase();\n }\n\n /**\n * checks if two arrays are equal\n *\n * @param {Array} modifiers1\n * @param {Array} modifiers2\n * @returns {boolean}\n */\n function _modifiersMatch(modifiers1, modifiers2) {\n return modifiers1.sort().join(',') === modifiers2.sort().join(',');\n }\n\n /**\n * takes a key event and figures out what the modifiers are\n *\n * @param {Event} e\n * @returns {Array}\n */\n function _eventModifiers(e) {\n var modifiers = [];\n\n if (e.shiftKey) {\n modifiers.push('shift');\n }\n\n if (e.altKey) {\n modifiers.push('alt');\n }\n\n if (e.ctrlKey) {\n modifiers.push('ctrl');\n }\n\n if (e.metaKey) {\n modifiers.push('meta');\n }\n\n return modifiers;\n }\n\n /**\n * prevents default for this event\n *\n * @param {Event} e\n * @returns void\n */\n function _preventDefault(e) {\n if (e.preventDefault) {\n e.preventDefault();\n return;\n }\n\n e.returnValue = false;\n }\n\n /**\n * stops propogation for this event\n *\n * @param {Event} e\n * @returns void\n */\n function _stopPropagation(e) {\n if (e.stopPropagation) {\n e.stopPropagation();\n return;\n }\n\n e.cancelBubble = true;\n }\n\n /**\n * determines if the keycode specified is a modifier key or not\n *\n * @param {string} key\n * @returns {boolean}\n */\n function _isModifier(key) {\n return key == 'shift' || key == 'ctrl' || key == 'alt' || key == 'meta';\n }\n\n /**\n * reverses the map lookup so that we can look for specific keys\n * to see what can and can't use keypress\n *\n * @return {Object}\n */\n function _getReverseMap() {\n if (!_REVERSE_MAP) {\n _REVERSE_MAP = {};\n for (var key in _MAP) {\n\n // pull out the numeric keypad from here cause keypress should\n // be able to detect the keys from the character\n if (key > 95 && key < 112) {\n continue;\n }\n\n if (_MAP.hasOwnProperty(key)) {\n _REVERSE_MAP[_MAP[key]] = key;\n }\n }\n }\n return _REVERSE_MAP;\n }\n\n /**\n * picks the best action based on the key combination\n *\n * @param {string} key - character for key\n * @param {Array} modifiers\n * @param {string=} action passed in\n */\n function _pickBestAction(key, modifiers, action) {\n\n // if no action was picked in we should try to pick the one\n // that we think would work best for this key\n if (!action) {\n action = _getReverseMap()[key] ? 'keydown' : 'keypress';\n }\n\n // modifier keys don't work as expected with keypress,\n // switch to keydown\n if (action == 'keypress' && modifiers.length) {\n action = 'keydown';\n }\n\n return action;\n }\n\n /**\n * Converts from a string key combination to an array\n *\n * @param {string} combination like \"command+shift+l\"\n * @return {Array}\n */\n function _keysFromString(combination) {\n if (combination === '+') {\n return ['+'];\n }\n\n combination = combination.replace(/\\+{2}/g, '+plus');\n return combination.split('+');\n }\n\n /**\n * Gets info for a specific key combination\n *\n * @param {string} combination key combination (\"command+s\" or \"a\" or \"*\")\n * @param {string=} action\n * @returns {Object}\n */\n function _getKeyInfo(combination, action) {\n var keys;\n var key;\n var i;\n var modifiers = [];\n\n // take the keys from this pattern and figure out what the actual\n // pattern is all about\n keys = _keysFromString(combination);\n\n for (i = 0; i < keys.length; ++i) {\n key = keys[i];\n\n // normalize key names\n if (_SPECIAL_ALIASES[key]) {\n key = _SPECIAL_ALIASES[key];\n }\n\n // if this is not a keypress event then we should\n // be smart about using shift keys\n // this will only work for US keyboards however\n if (action && action != 'keypress' && _SHIFT_MAP[key]) {\n key = _SHIFT_MAP[key];\n modifiers.push('shift');\n }\n\n // if this key is a modifier then add it to the list of modifiers\n if (_isModifier(key)) {\n modifiers.push(key);\n }\n }\n\n // depending on what the key combination is\n // we will try to pick the best event for it\n action = _pickBestAction(key, modifiers, action);\n\n return {\n key: key,\n modifiers: modifiers,\n action: action\n };\n }\n\n function _belongsTo(element, ancestor) {\n if (element === null || element === document) {\n return false;\n }\n\n if (element === ancestor) {\n return true;\n }\n\n return _belongsTo(element.parentNode, ancestor);\n }\n\n function Mousetrap(targetElement) {\n var self = this;\n\n targetElement = targetElement || document;\n\n if (!(self instanceof Mousetrap)) {\n return new Mousetrap(targetElement);\n }\n\n /**\n * element to attach key events to\n *\n * @type {Element}\n */\n self.target = targetElement;\n\n /**\n * a list of all the callbacks setup via Mousetrap.bind()\n *\n * @type {Object}\n */\n self._callbacks = {};\n\n /**\n * direct map of string combinations to callbacks used for trigger()\n *\n * @type {Object}\n */\n self._directMap = {};\n\n /**\n * keeps track of what level each sequence is at since multiple\n * sequences can start out with the same sequence\n *\n * @type {Object}\n */\n var _sequenceLevels = {};\n\n /**\n * variable to store the setTimeout call\n *\n * @type {null|number}\n */\n var _resetTimer;\n\n /**\n * temporary state where we will ignore the next keyup\n *\n * @type {boolean|string}\n */\n var _ignoreNextKeyup = false;\n\n /**\n * temporary state where we will ignore the next keypress\n *\n * @type {boolean}\n */\n var _ignoreNextKeypress = false;\n\n /**\n * are we currently inside of a sequence?\n * type of action (\"keyup\" or \"keydown\" or \"keypress\") or false\n *\n * @type {boolean|string}\n */\n var _nextExpectedAction = false;\n\n /**\n * resets all sequence counters except for the ones passed in\n *\n * @param {Object} doNotReset\n * @returns void\n */\n function _resetSequences(doNotReset) {\n doNotReset = doNotReset || {};\n\n var activeSequences = false,\n key;\n\n for (key in _sequenceLevels) {\n if (doNotReset[key]) {\n activeSequences = true;\n continue;\n }\n _sequenceLevels[key] = 0;\n }\n\n if (!activeSequences) {\n _nextExpectedAction = false;\n }\n }\n\n /**\n * finds all callbacks that match based on the keycode, modifiers,\n * and action\n *\n * @param {string} character\n * @param {Array} modifiers\n * @param {Event|Object} e\n * @param {string=} sequenceName - name of the sequence we are looking for\n * @param {string=} combination\n * @param {number=} level\n * @returns {Array}\n */\n function _getMatches(character, modifiers, e, sequenceName, combination, level) {\n var i;\n var callback;\n var matches = [];\n var action = e.type;\n\n // if there are no events related to this keycode\n if (!self._callbacks[character]) {\n return [];\n }\n\n // if a modifier key is coming up on its own we should allow it\n if (action == 'keyup' && _isModifier(character)) {\n modifiers = [character];\n }\n\n // loop through all callbacks for the key that was pressed\n // and see if any of them match\n for (i = 0; i < self._callbacks[character].length; ++i) {\n callback = self._callbacks[character][i];\n\n // if a sequence name is not specified, but this is a sequence at\n // the wrong level then move onto the next match\n if (!sequenceName && callback.seq && _sequenceLevels[callback.seq] != callback.level) {\n continue;\n }\n\n // if the action we are looking for doesn't match the action we got\n // then we should keep going\n if (action != callback.action) {\n continue;\n }\n\n // if this is a keypress event and the meta key and control key\n // are not pressed that means that we need to only look at the\n // character, otherwise check the modifiers as well\n //\n // chrome will not fire a keypress if meta or control is down\n // safari will fire a keypress if meta or meta+shift is down\n // firefox will fire a keypress if meta or control is down\n if ((action == 'keypress' && !e.metaKey && !e.ctrlKey) || _modifiersMatch(modifiers, callback.modifiers)) {\n\n // when you bind a combination or sequence a second time it\n // should overwrite the first one. if a sequenceName or\n // combination is specified in this call it does just that\n //\n // @todo make deleting its own method?\n var deleteCombo = !sequenceName && callback.combo == combination;\n var deleteSequence = sequenceName && callback.seq == sequenceName && callback.level == level;\n if (deleteCombo || deleteSequence) {\n self._callbacks[character].splice(i, 1);\n }\n\n matches.push(callback);\n }\n }\n\n return matches;\n }\n\n /**\n * actually calls the callback function\n *\n * if your callback function returns false this will use the jquery\n * convention - prevent default and stop propogation on the event\n *\n * @param {Function} callback\n * @param {Event} e\n * @returns void\n */\n function _fireCallback(callback, e, combo, sequence) {\n\n // if this event should not happen stop here\n if (self.stopCallback(e, e.target || e.srcElement, combo, sequence)) {\n return;\n }\n\n if (callback(e, combo) === false) {\n _preventDefault(e);\n _stopPropagation(e);\n }\n }\n\n /**\n * handles a character key event\n *\n * @param {string} character\n * @param {Array} modifiers\n * @param {Event} e\n * @returns void\n */\n self._handleKey = function(character, modifiers, e) {\n var callbacks = _getMatches(character, modifiers, e);\n var i;\n var doNotReset = {};\n var maxLevel = 0;\n var processedSequenceCallback = false;\n\n // Calculate the maxLevel for sequences so we can only execute the longest callback sequence\n for (i = 0; i < callbacks.length; ++i) {\n if (callbacks[i].seq) {\n maxLevel = Math.max(maxLevel, callbacks[i].level);\n }\n }\n\n // loop through matching callbacks for this key event\n for (i = 0; i < callbacks.length; ++i) {\n\n // fire for all sequence callbacks\n // this is because if for example you have multiple sequences\n // bound such as \"g i\" and \"g t\" they both need to fire the\n // callback for matching g cause otherwise you can only ever\n // match the first one\n if (callbacks[i].seq) {\n\n // only fire callbacks for the maxLevel to prevent\n // subsequences from also firing\n //\n // for example 'a option b' should not cause 'option b' to fire\n // even though 'option b' is part of the other sequence\n //\n // any sequences that do not match here will be discarded\n // below by the _resetSequences call\n if (callbacks[i].level != maxLevel) {\n continue;\n }\n\n processedSequenceCallback = true;\n\n // keep a list of which sequences were matches for later\n doNotReset[callbacks[i].seq] = 1;\n _fireCallback(callbacks[i].callback, e, callbacks[i].combo, callbacks[i].seq);\n continue;\n }\n\n // if there were no sequence matches but we are still here\n // that means this is a regular match so we should fire that\n if (!processedSequenceCallback) {\n _fireCallback(callbacks[i].callback, e, callbacks[i].combo);\n }\n }\n\n // if the key you pressed matches the type of sequence without\n // being a modifier (ie \"keyup\" or \"keypress\") then we should\n // reset all sequences that were not matched by this event\n //\n // this is so, for example, if you have the sequence \"h a t\" and you\n // type \"h e a r t\" it does not match. in this case the \"e\" will\n // cause the sequence to reset\n //\n // modifier keys are ignored because you can have a sequence\n // that contains modifiers such as \"enter ctrl+space\" and in most\n // cases the modifier key will be pressed before the next key\n //\n // also if you have a sequence such as \"ctrl+b a\" then pressing the\n // \"b\" key will trigger a \"keypress\" and a \"keydown\"\n //\n // the \"keydown\" is expected when there is a modifier, but the\n // \"keypress\" ends up matching the _nextExpectedAction since it occurs\n // after and that causes the sequence to reset\n //\n // we ignore keypresses in a sequence that directly follow a keydown\n // for the same character\n var ignoreThisKeypress = e.type == 'keypress' && _ignoreNextKeypress;\n if (e.type == _nextExpectedAction && !_isModifier(character) && !ignoreThisKeypress) {\n _resetSequences(doNotReset);\n }\n\n _ignoreNextKeypress = processedSequenceCallback && e.type == 'keydown';\n };\n\n /**\n * handles a keydown event\n *\n * @param {Event} e\n * @returns void\n */\n function _handleKeyEvent(e) {\n\n // normalize e.which for key events\n // @see http://stackoverflow.com/questions/4285627/javascript-keycode-vs-charcode-utter-confusion\n if (typeof e.which !== 'number') {\n e.which = e.keyCode;\n }\n\n var character = _characterFromEvent(e);\n\n // no character found then stop\n if (!character) {\n return;\n }\n\n // need to use === for the character check because the character can be 0\n if (e.type == 'keyup' && _ignoreNextKeyup === character) {\n _ignoreNextKeyup = false;\n return;\n }\n\n self.handleKey(character, _eventModifiers(e), e);\n }\n\n /**\n * called to set a 1 second timeout on the specified sequence\n *\n * this is so after each key press in the sequence you have 1 second\n * to press the next key before you have to start over\n *\n * @returns void\n */\n function _resetSequenceTimer() {\n clearTimeout(_resetTimer);\n _resetTimer = setTimeout(_resetSequences, 1000);\n }\n\n /**\n * binds a key sequence to an event\n *\n * @param {string} combo - combo specified in bind call\n * @param {Array} keys\n * @param {Function} callback\n * @param {string=} action\n * @returns void\n */\n function _bindSequence(combo, keys, callback, action) {\n\n // start off by adding a sequence level record for this combination\n // and setting the level to 0\n _sequenceLevels[combo] = 0;\n\n /**\n * callback to increase the sequence level for this sequence and reset\n * all other sequences that were active\n *\n * @param {string} nextAction\n * @returns {Function}\n */\n function _increaseSequence(nextAction) {\n return function() {\n _nextExpectedAction = nextAction;\n ++_sequenceLevels[combo];\n _resetSequenceTimer();\n };\n }\n\n /**\n * wraps the specified callback inside of another function in order\n * to reset all sequence counters as soon as this sequence is done\n *\n * @param {Event} e\n * @returns void\n */\n function _callbackAndReset(e) {\n _fireCallback(callback, e, combo);\n\n // we should ignore the next key up if the action is key down\n // or keypress. this is so if you finish a sequence and\n // release the key the final key will not trigger a keyup\n if (action !== 'keyup') {\n _ignoreNextKeyup = _characterFromEvent(e);\n }\n\n // weird race condition if a sequence ends with the key\n // another sequence begins with\n setTimeout(_resetSequences, 10);\n }\n\n // loop through keys one at a time and bind the appropriate callback\n // function. for any key leading up to the final one it should\n // increase the sequence. after the final, it should reset all sequences\n //\n // if an action is specified in the original bind call then that will\n // be used throughout. otherwise we will pass the action that the\n // next key in the sequence should match. this allows a sequence\n // to mix and match keypress and keydown events depending on which\n // ones are better suited to the key provided\n for (var i = 0; i < keys.length; ++i) {\n var isFinal = i + 1 === keys.length;\n var wrappedCallback = isFinal ? _callbackAndReset : _increaseSequence(action || _getKeyInfo(keys[i + 1]).action);\n _bindSingle(keys[i], wrappedCallback, action, combo, i);\n }\n }\n\n /**\n * binds a single keyboard combination\n *\n * @param {string} combination\n * @param {Function} callback\n * @param {string=} action\n * @param {string=} sequenceName - name of sequence if part of sequence\n * @param {number=} level - what part of the sequence the command is\n * @returns void\n */\n function _bindSingle(combination, callback, action, sequenceName, level) {\n\n // store a direct mapped reference for use with Mousetrap.trigger\n self._directMap[combination + ':' + action] = callback;\n\n // make sure multiple spaces in a row become a single space\n combination = combination.replace(/\\s+/g, ' ');\n\n var sequence = combination.split(' ');\n var info;\n\n // if this pattern is a sequence of keys then run through this method\n // to reprocess each pattern one key at a time\n if (sequence.length > 1) {\n _bindSequence(combination, sequence, callback, action);\n return;\n }\n\n info = _getKeyInfo(combination, action);\n\n // make sure to initialize array if this is the first time\n // a callback is added for this key\n self._callbacks[info.key] = self._callbacks[info.key] || [];\n\n // remove an existing match if there is one\n _getMatches(info.key, info.modifiers, {type: info.action}, sequenceName, combination, level);\n\n // add this call back to the array\n // if it is a sequence put it at the beginning\n // if not put it at the end\n //\n // this is important because the way these are processed expects\n // the sequence ones to come first\n self._callbacks[info.key][sequenceName ? 'unshift' : 'push']({\n callback: callback,\n modifiers: info.modifiers,\n action: info.action,\n seq: sequenceName,\n level: level,\n combo: combination\n });\n }\n\n /**\n * binds multiple combinations to the same callback\n *\n * @param {Array} combinations\n * @param {Function} callback\n * @param {string|undefined} action\n * @returns void\n */\n self._bindMultiple = function(combinations, callback, action) {\n for (var i = 0; i < combinations.length; ++i) {\n _bindSingle(combinations[i], callback, action);\n }\n };\n\n // start!\n _addEvent(targetElement, 'keypress', _handleKeyEvent);\n _addEvent(targetElement, 'keydown', _handleKeyEvent);\n _addEvent(targetElement, 'keyup', _handleKeyEvent);\n }\n\n /**\n * binds an event to mousetrap\n *\n * can be a single key, a combination of keys separated with +,\n * an array of keys, or a sequence of keys separated by spaces\n *\n * be sure to list the modifier keys first to make sure that the\n * correct key ends up getting bound (the last key in the pattern)\n *\n * @param {string|Array} keys\n * @param {Function} callback\n * @param {string=} action - 'keypress', 'keydown', or 'keyup'\n * @returns void\n */\n Mousetrap.prototype.bind = function(keys, callback, action) {\n var self = this;\n keys = keys instanceof Array ? keys : [keys];\n self._bindMultiple.call(self, keys, callback, action);\n return self;\n };\n\n /**\n * unbinds an event to mousetrap\n *\n * the unbinding sets the callback function of the specified key combo\n * to an empty function and deletes the corresponding key in the\n * _directMap dict.\n *\n * TODO: actually remove this from the _callbacks dictionary instead\n * of binding an empty function\n *\n * the keycombo+action has to be exactly the same as\n * it was defined in the bind method\n *\n * @param {string|Array} keys\n * @param {string} action\n * @returns void\n */\n Mousetrap.prototype.unbind = function(keys, action) {\n var self = this;\n return self.bind.call(self, keys, function() {}, action);\n };\n\n /**\n * triggers an event that has already been bound\n *\n * @param {string} keys\n * @param {string=} action\n * @returns void\n */\n Mousetrap.prototype.trigger = function(keys, action) {\n var self = this;\n if (self._directMap[keys + ':' + action]) {\n self._directMap[keys + ':' + action]({}, keys);\n }\n return self;\n };\n\n /**\n * resets the library back to its initial state. this is useful\n * if you want to clear out the current keyboard shortcuts and bind\n * new ones - for example if you switch to another page\n *\n * @returns void\n */\n Mousetrap.prototype.reset = function() {\n var self = this;\n self._callbacks = {};\n self._directMap = {};\n return self;\n };\n\n /**\n * should we stop this event before firing off callbacks\n *\n * @param {Event} e\n * @param {Element} element\n * @return {boolean}\n */\n Mousetrap.prototype.stopCallback = function(e, element) {\n var self = this;\n\n // if the element has the class \"mousetrap\" then no need to stop\n if ((' ' + element.className + ' ').indexOf(' mousetrap ') > -1) {\n return false;\n }\n\n if (_belongsTo(element, self.target)) {\n return false;\n }\n\n // Events originating from a shadow DOM are re-targetted and `e.target` is the shadow host,\n // not the initial event target in the shadow tree. Note that not all events cross the\n // shadow boundary.\n // For shadow trees with `mode: 'open'`, the initial event target is the first element in\n // the event’s composed path. For shadow trees with `mode: 'closed'`, the initial event\n // target cannot be obtained.\n if ('composedPath' in e && typeof e.composedPath === 'function') {\n // For open shadow trees, update `element` so that the following check works.\n var initialEventTarget = e.composedPath()[0];\n if (initialEventTarget !== e.target) {\n element = initialEventTarget;\n }\n }\n\n // stop for input, select, and textarea\n return element.tagName == 'INPUT' || element.tagName == 'SELECT' || element.tagName == 'TEXTAREA' || element.isContentEditable;\n };\n\n /**\n * exposes _handleKey publicly so it can be overwritten by extensions\n */\n Mousetrap.prototype.handleKey = function() {\n var self = this;\n return self._handleKey.apply(self, arguments);\n };\n\n /**\n * allow custom key mappings\n */\n Mousetrap.addKeycodes = function(object) {\n for (var key in object) {\n if (object.hasOwnProperty(key)) {\n _MAP[key] = object[key];\n }\n }\n _REVERSE_MAP = null;\n };\n\n /**\n * Init the global mousetrap functions\n *\n * This method is needed to allow the global mousetrap functions to work\n * now that mousetrap is a constructor function.\n */\n Mousetrap.init = function() {\n var documentMousetrap = Mousetrap(document);\n for (var method in documentMousetrap) {\n if (method.charAt(0) !== '_') {\n Mousetrap[method] = (function(method) {\n return function() {\n return documentMousetrap[method].apply(documentMousetrap, arguments);\n };\n } (method));\n }\n }\n };\n\n Mousetrap.init();\n\n // expose mousetrap to the global object\n window.Mousetrap = Mousetrap;\n\n // expose as a common js module\n if (typeof module !== 'undefined' && module.exports) {\n module.exports = Mousetrap;\n }\n\n // expose mousetrap as an AMD module\n if (typeof define === 'function' && define.amd) {\n define(function() {\n return Mousetrap;\n });\n }\n}) (typeof window !== 'undefined' ? window : null, typeof window !== 'undefined' ? document : null);\n","import { $_, Text, Util, $_ready } from '@aegis-framework/artemis';\n/* global Prism */\n\nexport class FancyError {\n\n\tstatic init () {\n\n\t}\n\n\tstatic pop () {\n\t\tif ((window.location.protocol.indexOf ('file') === 0 || window.location.host === 'localhost') && typeof Prism !== 'undefined') {\n\t\t\tif (FancyError.queue.length > 0) {\n\t\t\t\tconst object = FancyError.queue.pop ();\n\n\t\t\t\t$_('body').prepend (`\n\t\t\t\t\t\n\t\t\t\t`);\n\n\t\t\t\t$_(`[data-error=\"${object.id}\"] button`).click (function () {\n\t\t\t\t\t$_(`[data-error=\"${object.id}\"]`).remove ();\n\t\t\t\t\tFancyError.pop ();\n\t\t\t\t});\n\t\t\t\tPrism.highlightAll ();\n\t\t\t}\n\t\t}\n\t}\n\n\tstatic show (title = 'Error', message = 'An error has ocurred! Please check the console so you get more insight.', props = {}) {\n\t\tif (typeof MonogatariDebug === 'object') {\n\t\t\tconst id = Util.uuid ();\n\n\t\t\tconst object = {\n\t\t\t\tid,\n\t\t\t\ttitle,\n\t\t\t\tmessage,\n\t\t\t\tprops\n\t\t\t};\n\n\n\t\t\tif ($_('[data-error]').isVisible ()) {\n\t\t\t\tFancyError.queue.unshift (object);\n\t\t\t} else {\n\t\t\t\tif ($_('body').length > 0) {\n\t\t\t\t\t$_('body').prepend (`\n\t\t\t\t\t\t\n\t\t\t\t\t`);\n\n\t\t\t\t\t$_(`[data-error=\"${id}\"] button`).click (function () {\n\t\t\t\t\t\t$_(`[data-error=\"${id}\"]`).remove ();\n\t\t\t\t\t\tFancyError.pop ();\n\t\t\t\t\t});\n\t\t\t\t\tPrism.highlightAll ();\n\t\t\t\t} else {\n\t\t\t\t\t$_ready (() => {\n\t\t\t\t\t\t$_('body').prepend (`\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t`);\n\n\t\t\t\t\t\t$_(`[data-error=\"${id}\"] button`).click (function () {\n\t\t\t\t\t\t\t$_(`[data-error=\"${id}\"]`).remove ();\n\t\t\t\t\t\t\tFancyError.pop ();\n\t\t\t\t\t\t});\n\t\t\t\t\t\tPrism.highlightAll ();\n\t\t\t\t\t});\n\t\t\t\t}\n\n\t\t\t}\n\t\t}\n\t}\n\n\tstatic render (props = {}) {\n\t\tlet html = '
';\n\t\tfor (const key of Object.keys (props)) {\n\t\t\tif (typeof props[key] === 'string' || typeof props[key] === 'number') {\n\t\t\t\thtml += `

${key}: ${props[key]}

`;\n\t\t\t} else if (props[key] instanceof Array) {\n\t\t\t\thtml += `
${key}:
    `;\n\t\t\t\tfor (const item of props[key]) {\n\t\t\t\t\thtml += `
  • ${item}
  • `;\n\t\t\t\t}\n\t\t\t\thtml += '

';\n\t\t\t} else if (props[key] instanceof NodeList) {\n\t\t\t\thtml += `

${key}:

`;\n\t\t\t\tfor (const item of props[key]) {\n\t\t\t\t\thtml += `${item.outerHTML.replace(/&/g, '&').replace(//g, '>').replace(/\"/g, '"')}`;\n\t\t\t\t}\n\t\t\t\thtml += '

';\n\t\t\t}\n\t\t}\n\t\thtml += '
';\n\n\t\tfor (const key of Object.keys (props)) {\n\t\t\tif (typeof props[key] === 'object' && !(props[key] instanceof Array) && !(props[key] instanceof NodeList)) {\n\t\t\t\thtml += `

${Text.capitalize (key)}

`;\n\t\t\t\tfor (const property of Object.keys (props[key])) {\n\t\t\t\t\tif (property.indexOf ('_') === 0) {\n\t\t\t\t\t\thtml += `

${props[key][property]}

`;\n\t\t\t\t\t} else {\n\t\t\t\t\t\tif (typeof props[key][property] === 'string' || typeof props[key][property] === 'number') {\n\t\t\t\t\t\t\thtml += `

${property}: ${props[key][property]}

`;\n\t\t\t\t\t\t} else if (props[key][property] instanceof Array) {\n\t\t\t\t\t\t\thtml += `
${key}:
    `;\n\t\t\t\t\t\t\tfor (const item of props[key]) {\n\t\t\t\t\t\t\t\thtml += `
  • ${item}
  • `;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\thtml += '

';\n\t\t\t\t\t\t} else if (props[key][property] instanceof NodeList) {\n\t\t\t\t\t\t\thtml += `

${property}:

`;\n\t\t\t\t\t\t\tfor (const item of props[key][property]) {\n\t\t\t\t\t\t\t\thtml += `${item.outerHTML.replace(/&/g, '&').replace(//g, '>').replace(/\"/g, '"')}`;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\thtml += '

';\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\thtml += '
';\n\t\t\t}\n\t\t}\n\t\treturn html;\n\t}\n\n\n}\n\nFancyError.queue = [];","// list of available flags\nmodule.exports =\n{\n // allow (original) unsafe behavior of merge all properties, including ones like `__proto__`\n allowDangerousObjectKeys: 'deeply:allowDangerousObjectKeys:' + Math.random(),\n\n // to prevent (reduce chance of) accidental leaking of the global variables into runtime flags\n useCustomAdapters: 'deeply:useCustomAdapters:' + Math.random(),\n useCustomTypeOf: 'deeply:useCustomTypeOf:' + Math.random()\n};\n","// Public API\nmodule.exports = arrayAdapter;\n\n/**\n * Adapter to merge arrays\n *\n * Note: resets target value\n *\n * @param {array} to - target array to update\n * @param {array} from - array to clone\n * @param {function} merge - iterator to merge sub elements\n * @returns {array} - modified target object\n */\nfunction arrayAdapter(to, from, merge)\n{\n // reset target array\n to.splice(0);\n\n // transfer actual values\n from.reduce(function(target, value, index)\n {\n // use `undefined` as always-override value\n target[index] = merge(undefined, value);\n\n return target;\n }, to);\n\n return to;\n}\n","// Public API\nmodule.exports = dateAdapter;\n\n/**\n * Custom `initialValue` method\n * used when default approach of creating\n * initial value for the target object\n * isn't good enough\n *\n * @returns {object.Date} - new Date object\n */\nmodule.exports.initialValue = function()\n{\n return new Date();\n};\n\n/**\n * Adapter to merge Date objects\n *\n * @param {object.Date} to - target object to update\n * @param {object.Date} from - Date object to clone\n * @returns {object.Date} - modified target object\n */\nfunction dateAdapter(to, from)\n{\n // transfer actual value\n to.setTime(from.valueOf());\n\n return to;\n}\n","var behaviors = require('../flags.js');\n\n// Public API\nmodule.exports = reduceObject;\n\n/**\n * Iterates over own properties of the provided object\n * and copies then over to the target object.\n * While recursively running merge on the elements.\n *\n * @param {mixed} target - target object to modify\n * @param {mixed} source - source object to read from\n * @param {function} merge - iterator to merge sub elements\n * @returns {mixed} - modified target object\n */\nfunction reduceObject(target, source, merge)\n{\n var context = this;\n\n // clone exposed properties\n Object.keys(source).reduce(function(acc, key)\n {\n if (context.allowDangerousObjectKeys !== behaviors.allowDangerousObjectKeys && isUnsafeKey(key))\n {\n return acc;\n }\n\n acc[key] = merge(acc[key], source[key]);\n\n return acc;\n }, target);\n\n return target;\n}\n\n\n/**\n * Checks if provide key is unsafe to use within object\n *\n * @param {string} key - object key to check against\n * @returns {boolean} - `true` if key is unsafe to use (e.g. __proto__), `false` otherwise\n */\nfunction isUnsafeKey(key) {\n return ['__proto__'].indexOf(key) != -1;\n}\n","var reduceObject = require('../lib/reduce_object.js');\n\n// Public API\nmodule.exports = objectAdapter;\n\n/**\n * Adapter to merge regular (user land) objects\n *\n * Note: overrides target value\n * if it's not a regular object\n *\n * @param {object} to - target object to update\n * @param {object} from - object to clone\n * @param {function} merge - iterator to merge sub elements\n * @returns {object} - modified target object\n */\nfunction objectAdapter(to, from, merge)\n{\n // transfer source values\n // pass context down the line, to allow behavior overrides\n reduceObject.call(this, to, from, merge);\n\n return to;\n}\n","// Public API\nmodule.exports = arraysCombineAdapter;\n\n/**\n * Adapter to merge arrays\n * by combining/merging it's elements\n *\n * @param {array} to - target array to update\n * @param {array} from - array to clone\n * @param {function} merge - iterator to merge sub elements\n * @returns {array} - modified target object\n */\nfunction arraysCombineAdapter(to, from, merge)\n{\n // transfer actual values\n from.reduce(function(target, value, index)\n {\n // combine elements index to index\n target[index] = merge(target[index], value);\n\n return target;\n }, to);\n\n return to;\n}\n","// Public API\nmodule.exports = arraysAppendAdapter;\n\n/**\n * Adapter to merge arrays\n * by appending cloned elements\n * of the second array to the first\n *\n * @param {array} to - target array to update\n * @param {array} from - array to clone\n * @param {function} merge - iterator to merge sub elements\n * @returns {array} - modified target object\n */\nfunction arraysAppendAdapter(to, from, merge)\n{\n // transfer actual values\n from.reduce(function(target, value)\n {\n target.push(merge(undefined, value));\n\n return target;\n }, to);\n\n return to;\n}\n","// Public API\nmodule.exports = arraysAppendUniqueAdapter;\n\n/**\n * Adapter to merge arrays\n * by appending cloned elements\n * of the second array to the first\n * unless they already exist in the target array\n *\n * @param {array} to - target array to update\n * @param {array} from - array to clone\n * @param {function} merge - iterator to merge sub elements\n * @returns {array} - modified target object\n */\nfunction arraysAppendUniqueAdapter(to, from, merge)\n{\n // transfer actual values\n from.reduce(function(target, value)\n {\n // append only if new element isn't present yet\n if (target.indexOf(value) == -1)\n {\n target.push(merge(undefined, value));\n }\n\n return target;\n }, to);\n\n return to;\n}\n","// Public API\nmodule.exports = fulcon;\n\n/**\n * Creates wrapper function with the same signature\n *\n * @param {function} source - function to clone\n * @returns {function} - wrapped function\n */\nfunction fulcon(source)\n{\n // makes \"clone\" look and smell the same\n // strip `bound ` prefix from the function name\n return Function('source', 'return function ' + source.name.replace(/^bound /, '') + '(' + Array(source.length + 1).join('a').split('').join(',') + '){ return source.apply(this, arguments); }')(source);\n}\n","var cloneFunction = require('fulcon')\n , reduceObject = require('../lib/reduce_object.js')\n ;\n\n// Public API\nmodule.exports = functionsCloneAdapter;\n\n/**\n * Clones provided source function and replaces\n * target function with the clone.\n * Also cloning the prototype tree.\n *\n * @param {function} to - target function to ignore\n * @param {function} from - function to clone\n * @param {function} merge - iterator to merge sub elements\n * @returns {function} - cloned source function\n */\nfunction functionsCloneAdapter(to, from, merge)\n{\n var copy = cloneFunction(from);\n\n // to fully stand up to Ludicrous name\n // let's clone prototype chain\n copy.prototype = merge(undefined, from.prototype);\n\n // duplicate function's properties\n reduceObject(copy, from, merge);\n\n return copy;\n}\n","var cloneFunction = require('fulcon')\n , reduceObject = require('../lib/reduce_object.js')\n ;\n\n// Public API\nmodule.exports = functionsExtendAdapter;\n\n/**\n * Clones provided source function and replaces\n * target function with the clone.\n * While keeping original prototype in the prototype chain.\n *\n * @param {function} to - target function to ignore\n * @param {function} from - function to clone\n * @param {function} merge - iterator to merge sub elements\n * @returns {function} - cloned source function\n */\nfunction functionsExtendAdapter(to, from, merge)\n{\n var copy = cloneFunction(from);\n\n // keep from.prototype in the prototype chain\n copy.prototype = from.prototype;\n\n // duplicate function's properties\n reduceObject(copy, from, merge);\n\n return copy;\n}\n","// collect available adapters\nmodule.exports =\n{\n 'array' : require('./adapters/array.js'),\n 'date' : require('./adapters/date.js'),\n 'object': require('./adapters/object.js'),\n\n // extra adapters\n arraysCombine : require('./extra/arrays_combine.js'),\n arraysAppend : require('./extra/arrays_append.js'),\n arraysAppendUnique: require('./extra/arrays_append_unique.js'),\n functionsClone : require('./extra/functions_clone.js'),\n functionsExtend : require('./extra/functions_extend.js')\n};\n","'use strict';\n\n// Public API\nmodule.exports = preciseTypeOf;\n\n/**\n * Detects real type of the objects like 'Array()', `new Number(1)`, `new Boolean(true)`, etc\n *\n * @param {mixed} obj - object to get type of\n * @param {object} [options] - object to get type of\n * @returns {string} precise type\n */\nfunction preciseTypeOf(obj, options)\n{\n var type, stamp = Object.prototype.toString.call(obj);\n\n options = options || {};\n\n if (!type && obj === undefined) type = 'undefined';\n if (!type && obj === null) type = 'null';\n\n if (!type && obj.constructor && typeof obj.constructor.isBuffer == 'function' && obj.constructor.isBuffer(obj)) type = 'buffer';\n\n if (!type && typeof window == 'object' && obj === window) type = 'global';\n if (!type && typeof global == 'object' && obj === global) type = 'global';\n\n if (!type && typeof obj == 'number' && isNaN(obj)) type = 'nan';\n if (!type && typeof obj == 'object' && stamp == '[object Number]' && isNaN(obj)) type = 'nan';\n\n if (!type && typeof obj == 'object' && stamp.substr(-6) == 'Event]') type = 'event';\n if (!type && stamp.substr(0, 12) == '[object HTML') type = 'html';\n if (!type && stamp.substr(0, 12) == '[object Node') type = 'html';\n\n // last resort\n if (!type) type = stamp.match(/\\[object\\s*([^\\]]+)\\]/)[1].toLowerCase();\n\n // be even more precise by reporting \"instance of\" names\n // Note: only check objects that were created by constructors\n if (type == 'object' && options.pojoOnly && obj.constructor) {\n // some constructors don't have names\n type = obj.constructor.name || 'unknown';\n\n // preserve `object` response for POJOs\n if (type == 'Object') type = 'object';\n }\n\n return type;\n}\n","var preciseTypeOf = require('precise-typeof')\n , adapters = require('./adapters.js')\n , behaviors = require('./flags.js')\n ;\n\n// Public API\nmodule.exports = merge;\n\n/**\n * Merges provided values, utilizing available adapters\n * if no adapter found, reference to the same object\n * will be returned, considering it as primitive value\n *\n * @param {mixed} to - value to merge into\n * @param {mixed} from - value to merge\n * @returns {mixed} - result of the merge\n */\nfunction merge(to, from)\n{\n // if no suitable adapters found\n // just return overriding value\n var result = from\n , typeOf = getTypeOfAdapter.call(this)\n , type = typeOf(from)\n , adapter = getMergeByTypeAdapter.call(this, type)\n ;\n\n // if target object isn't the same type as the source object,\n // then override with new instance of the same type\n if (typeOf(to) != type)\n {\n to = getInitialValue(type, adapter);\n }\n\n // bind merge callback to the current context\n // so not to loose runtime flags\n result = adapter.call(this, to, from, merge.bind(this));\n\n return result;\n}\n\n/**\n * Returns typeof adapter, either default one or custom one if provided\n *\n * @returns {function} - typeof custom adapter or default one\n */\nfunction getTypeOfAdapter()\n{\n var adapter = preciseTypeOf;\n\n // only if usage of custom adapters is authorized\n // to prevent global context leaking in\n if (this.useCustomTypeOf === behaviors.useCustomTypeOf)\n {\n adapter = this['typeof'];\n }\n\n return adapter;\n}\n\n/**\n * Returns merge adapter for the requested type\n * either default one or custom one if provided\n *\n * @param {string} type - hook type to look for\n * @returns {function} - merge adapter or pass-thru function, if not adapter found\n */\nfunction getMergeByTypeAdapter(type)\n{\n var adapter = adapters[type] || passThru;\n\n // only if usage of custom adapters is authorized\n // to prevent global context leaking in\n if (this.useCustomAdapters === behaviors.useCustomAdapters\n && typeof this[type] == 'function'\n )\n {\n adapter = this[type];\n }\n\n return adapter;\n}\n\n/**\n * Creates initial value for the provided type\n *\n * @param {string} type - type to create new value of\n * @param {function} adapter - adapter function with custom `initialValue` method\n * @returns {mixed} - new value of the requested type\n */\nfunction getInitialValue(type, adapter)\n{\n var value\n // should be either `window` or `global`\n , glob = typeof window == 'object' ? window : global\n // capitalize the first letter to make object constructor\n , objectType = type[0].toUpperCase() + type.substr(1)\n ;\n\n if (typeof adapter.initialValue == 'function')\n {\n value = adapter.initialValue();\n }\n else if (objectType in glob)\n {\n // create new type object and get it's actual value\n // e.g. `new String().valueOf() // -> ''`\n value = new glob[objectType]().valueOf();\n }\n\n // set initial value as `undefined` if no initialValue method found\n return value;\n}\n\n/**\n * Returns provided `from` value\n *\n * @param {mixed} to - value to ignore\n * @param {mixed} from - value to pass back\n * @returns {mixed} - passed `from` value\n */\nfunction passThru(to, from)\n{\n return from;\n}\n","var merge = require('./merge.js');\n\n// Public API\nmodule.exports = mutable;\n\n/**\n * Deeply merges properties of the provided objects, into the first object.\n *\n * @param {...mixed} value - values to merge\n * @returns {mixed} first value with merged in properties from other values\n */\nfunction mutable(/* a[, b[, ...]] */)\n{\n var args = Array.prototype.slice.call(arguments)\n , result = args.shift()\n ;\n\n while (args.length)\n {\n result = merge.call(this, result, args.shift());\n }\n\n return result;\n}\n","var mutable = require('./mutable.js');\n\n// Public API\nmodule.exports = immutable;\n\n/**\n * Creates untangled copy (deep clone) of the provided value,\n * and deeply merges rest of the provided values.\n *\n * @param {...mixed} value - value(s) to merge/clone\n * @returns {mixed} - deep merged copy of all the provided values\n */\nfunction immutable(/* a[, b[, ...]] */)\n{\n // invoke mutable with new object as first argument\n var args = Array.prototype.slice.call(arguments, 0);\n // use `undefined` as always-override value\n return mutable.apply(this, [undefined].concat(args));\n}\n","var behaviors = require('./flags.js')\n , adapters = require('./adapters.js')\n , mutable = require('./mutable.js')\n , immutable = require('./immutable.js')\n ;\n\n// Public API\n// keep immutable behavior as default\nmodule.exports = immutable;\n// expose both variants\nmodule.exports.mutable = mutable;\nmodule.exports.immutable = immutable;\n// expose behavior flags\nmodule.exports.behaviors = behaviors;\n// expose available adapters\nmodule.exports.adapters = adapters;\n","module.exports = {\n\t\"name\": \"@monogatari/core\",\n\t\"version\": \"2.0.0-beta.12\",\n\t\"main\": \"./dist/engine/core/monogatari.js\",\n\t\"module\": \"./dist/engine/core/monogatari.js\",\n\t\"description\": \"Monogatari is a simple web visual novel engine created to bring Visual Novels to the web.\",\n\t\"repository\": {\n\t\t\"type\": \"git\",\n\t\t\"url\": \"https://github.com/Monogatari/Monogatari.git\"\n\t},\n\t\"author\": \"Diego Islas Ocampo\",\n\t\"license\": \"MIT\",\n\t\"bugs\": {\n\t\t\"url\": \"https://github.com/Monogatari/Monogatari/issues\"\n\t},\n\t\"homepage\": \"https://monogatari.io\",\n\t\"scripts\": {\n\t\t\"start\": \"yarn parcel serve index.html --open --no-cache\",\n\t\t\"build\": \"yarn parcel build ./src/index.html\",\n\t\t\"build:core\": \"yarn run build:js && yarn build:css\",\n\t\t\"build:js\": \"yarn parcel build ./src/index.js --global Monogatari --out-file monogatari.js --out-dir dist/engine/core --no-cache --public-url .\",\n\t\t\"build:debug\": \"yarn parcel build ./debug/index.js --global MonogatariDebug --out-file debug.js --out-dir dist/engine/debug --no-cache --public-url .\",\n\t\t\"build:css\": \"yarn parcel build ./src/index.css --out-file monogatari.css --out-dir dist/engine/core --no-cache --no-source-maps\",\n\t\t\"watch:js\": \"yarn parcel watch ./src/index.js --global Monogatari --out-file monogatari.js --out-dir dist/engine/core --no-cache --public-url .\",\n\t\t\"watch:css\": \"yarn parcel watch ./src/index.css --out-file monogatari.css --out-dir dist/engine/core --no-cache --no-source-maps\",\n\t\t\"lint:html\": \"yarn htmlhint ./dist/index.html\",\n\t\t\"lint:js\": \"yarn eslint ./src --ext .js --ignore-pattern *.min.js && yarn eslint ./dist/js --ext .js --ignore-pattern *.min.js && yarn eslint ./dist/engine/electron --ext .js && yarn eslint ./dist/service-worker.js\",\n\t\t\"lint:css\": \"yarn stylelint ./src/**/*.css ./dist/style/**/*.css --ignore-pattern *.min.css\",\n\t\t\"lint\": \"yarn lint:html && yarn lint:js && yarn lint:css\",\n\t\t\"test\": \"yarn run cypress\"\n\t},\n\t\"devDependencies\": {\n\t\t\"@babel/core\": \"^7.10.4\",\n\t\t\"@babel/plugin-proposal-class-properties\": \"^7.10.4\",\n\t\t\"@babel/plugin-syntax-object-rest-spread\": \"^7.8.3\",\n\t\t\"@babel/preset-env\": \"^7.10.4\",\n\t\t\"autoprefixer\": \"^9.8.5\",\n\t\t\"babel-eslint\": \"^10.1.0\",\n\t\t\"core-js\": \"^3.6.5\",\n\t\t\"cypress\": \"^4.10.0\",\n\t\t\"dotenv\": \"^8.2.0\",\n\t\t\"electron-notarize\": \"^1.0.0\",\n\t\t\"eslint\": \"^7.4.0\",\n\t\t\"htmlhint\": \"^0.14.1\",\n\t\t\"jsdoc\": \"^3.6.4\",\n\t\t\"parcel\": \"^1.12.4\",\n\t\t\"postcss-calc\": \"^7.0.2\",\n\t\t\"precss\": \"^4.0.0\",\n\t\t\"stylelint\": \"^13.6.1\",\n\t\t\"stylelint-config-standard\": \"^20.0.0\"\n\t},\n\t\"dependencies\": {\n\t\t\"@aegis-framework/artemis\": \"^0.3.23\",\n\t\t\"@aegis-framework/kayros.css\": \"^0.4.5\",\n\t\t\"@aegis-framework/pandora\": \"^0.1.6\",\n\t\t\"@fortawesome/fontawesome-free\": \"^5.13.1\",\n\t\t\"animate.css\": \"^4.1.0\",\n\t\t\"deeply\": \"^3.1.0\",\n\t\t\"electron\": \"^9.1.0\",\n\t\t\"mixins.css\": \"^1.0.0\",\n\t\t\"moment\": \"^2.27.0\",\n\t\t\"mousetrap\": \"^1.6.5\",\n\t\t\"particles.js\": \"^2.0.0\",\n\t\t\"random-js\": \"^2.1.0\"\n\t},\n\t\"files\": [\n\t\t\"README.md\",\n\t\t\"LICENSE\",\n\t\t\"package.json\",\n\t\t\"src/*\",\n\t\t\"dist/engine/*\"\n\t]\n}\n;","import { $_, $_ready, Space, SpaceAdapter, Platform, Preload, Util, FileSystem, Text, Debug } from '@aegis-framework/artemis';\nimport moment from 'moment/min/moment-with-locales';\nimport mousetrap from 'mousetrap';\nimport { FancyError } from './lib/FancyError';\nimport merge from 'deeply';\nimport * as package_json from './../package.json';\nimport { Random, browserCrypto } from 'random-js';\n\n/**\n * Every Monogatari Game is composed mainly of the following items:\n *\n * Actions: The list of capabilities a Monogatari script can run.\n *\n * Components: The list of screens and other HTML elements available in the game.\n *\n * State: The current state of the game, this simple object contains the current\n * label and step as well as the things being shown or played by every action.\n *\n * History: Every action and even components may keep a history on what statements\n *\t\t\thave been applied. The history is\n *\n * Assets: The list of different assets declared by the developer to use in throughout\n * \t\t the game.\n *\n * Script: All the labels and statements that make up the story and game play.\n *\n * Characters: The list of characters that participate in the script of the game.\n *\n * Monogatari follows a 3-step life cycle:\n *\n * 1. Setup - All needed elements are added to the DOM and all variables get\n * \t\t\t initialized. This first step is all about preparing all the needed\n * \t\t\t elements.\n *\n * 2. Bind - Once the game has been setup, its time to bind all the necessary\n * event listeners or perform more operations on the DOM.\n *\n * 3. Init - Finally, once the game was setup and it performed all the needed\n * bindings, it may declare or modify variables that needed the HTML to\n * be setup first or perform any other needed final operations. In this\n * \t\t\t step, all needed elements will now be shown and the game will begin.\n *\n * @class Monogatari\n */\nclass Monogatari {\n\n\t/**\n\t * @static onStart - This is the main onStart function, it acts as an event\n\t * listener when the game is started. This function will call its action\n\t * counterparts.\n\t *\n\t * @return {Promise} - The promise is resolved if all action's onStart function\n\t * was resolved and is rejected if any were rejected.\n\t */\n\tstatic onStart () {\n\t\tconst promises = [];\n\n\t\tfor (const component of this.components ()) {\n\t\t\tpromises.push (component.onStart ());\n\t\t}\n\n\t\tfor (const action of this.actions ()) {\n\t\t\tpromises.push (action.onStart ());\n\t\t}\n\n\t\treturn Promise.all (promises);\n\t}\n\n\t/**\n\t * @static onLoad - This is the main onStart function, it acts as an event\n\t * listener when a game is loaded. This function will call its action\n\t * counterparts so that each action is able to run any operations needed\n\t * when a game is loaded such as restoring their state.\n\t *\n\t * @return {Promise} - The promise is resolved is all action's onLoad function\n\t * was resolved and is rejected if any were rejected.\n\t */\n\tstatic onLoad () {\n\t\tconst promises = [];\n\n\t\tthis.global ('_restoring_state', true);\n\n\t\tfor (const action of this.actions ()) {\n\t\t\tpromises.push (action.onLoad ());\n\t\t}\n\n\t\tfor (const component of this.components ()) {\n\t\t\tpromises.push (component.onLoad ());\n\t\t}\n\n\t\treturn Promise.all (promises).then ((promises) => {\n\t\t\tthis.global ('_restoring_state', false);\n\t\t\treturn Promise.resolve (promises);\n\t\t});\n\t}\n\n\t/**\n\t * @static width - Determines the real width of the Monogatari element, pretty\n\t * useful when dealing with canvas or other things that require specific measurements.\n\t *\n\t * @return {number} - Computed Width of the element\n\t */\n\tstatic width () {\n\t\treturn parseInt (getComputedStyle(this.element (true)).width.replace ('px', ''));\n\t}\n\n\t/**\n\t * @static height - Determines the real height of the Monogatari element, pretty\n\t * useful when dealing with canvas or other things that require specific measurements.\n\t *\n\t * @return {number} - Computed Width of the element\n\t */\n\tstatic height () {\n\t\treturn getComputedStyle(this.element (true)).height.replace ('px', '');\n\t}\n\n\t/**\n\t * @static debug - If the Monogatari debug file is present, this function\n\t * will give access to the debug tools that are a replacement for the console\n\t * log functions.\n\t *\n\t * @return {Proxy } - Proxy to the Artemis Debug Class\n\t */\n\tstatic get debug () {\n\t\treturn new Proxy (Debug, {\n\t\t\tapply (target, receiver, args) {\n\t\t\t\tif (typeof MonogatariDebug === 'object') {\n\t\t\t\t\treturn Reflect.apply (target, receiver, args);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n\n\tstatic set debug (value) {\n\t\tthrow new Error ('Debug reference cannot be overriden.');\n\t}\n\n\t/**\n\t * @static string - Gets the translation of a string. This is of course limited\n\t * to the translations defined for each language using the translation\n\t * function.\n\t *\n\t * @param {string} key - The key of the string whose translation is needed\n\t *\n\t * @return {string} - String translation in the current language given the\n\t * user's preferences.\n\t */\n\tstatic string (key) {\n\t\tif (typeof this._translations[this.preference ('Language')] !== 'undefined') {\n\t\t\tif (typeof this._translations[this.preference ('Language')][key] !== 'undefined') {\n\t\t\t\treturn this._translations[this.preference ('Language')][key];\n\t\t\t} else {\n\t\t\t\tFancyError.show (\n\t\t\t\t\t`Translation for string \"${key}\" could not be found`,\n\t\t\t\t\t'Monogatari attempted to find a translation for the current language set in the preferences but there was none.',\n\t\t\t\t\t{\n\t\t\t\t\t\t'String Not Found': key,\n\t\t\t\t\t\t'Language': this.preference ('Language'),\n\t\t\t\t\t\t'Found in these elements': $_(`[data-string=\"${key}\"]`).collection,\n\t\t\t\t\t\t'You may have meant one of these': Object.keys (this._translations[this.preference ('Language')]),\n\t\t\t\t\t\t'Help': {\n\t\t\t\t\t\t\t'_': 'Please check that this string has been correctly defined in your translations. A translation is defined as follows:',\n\t\t\t\t\t\t\t'_1': `\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\tmonogatari.translation (\"YourLanguage\", {\n\t\t\t\t\t\t\t\t\t\t\"SomeString\": \"Your Translation\"\n\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t`,\n\t\t\t\t\t\t\t'_2': 'You may also want to check if the [data-string] property of the HTML elements above is correct or if they have a typo.',\n\t\t\t\t\t\t\t'Documentation': 'Internationalization'\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t);\n\t\t\t}\n\t\t} else {\n\t\t\tFancyError.show (\n\t\t\t\t'Language could not be found',\n\t\t\t\t`Monogatari attempted to translate the UI using the current language set in the preferences but no translations could be found\n\t\t\t\tfor it.`,\n\t\t\t\t{\n\t\t\t\t\t'Problematic Language': this.preference ('Language'),\n\t\t\t\t\t'You may have meant one of these': Object.keys (this._translations),\n\t\t\t\t\t'Help': {\n\t\t\t\t\t\t'_': 'Please check if you have defined correctly the translations for this language, translations are defined as follows:',\n\t\t\t\t\t\t'_1': `\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tmonogatari.translation (\"YourLanguage\", {\n\t\t\t\t\t\t\t\t\t\"SomeString\": \"Your Translation\"\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t`,\n\t\t\t\t\t\t'_2': 'You may also want to check if the value of your language selector is right:',\n\t\t\t\t\t\t'_3': `\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t${$_('[data-action=\"set-language\"]').value ()}\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t`,\n\t\t\t\t\t\t'Documentation': 'Internationalization'\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t);\n\t\t}\n\t}\n\n\t/**\n\t * @static history - Simple function to access, create and modify history\n\t * objects. Each history is a simple array.\n\t *\n\t * @param {Object|string} [object = null] - Object with which current\n\t * history object will be updated with (i.e. Object.assign) or a string to access\n\t * a specific history. If a string is given and that history does not exists,\n\t * this method will create it for us.\n\t *\n\t * @return {type} - If the parameter passed was a string, this function will\n\t * return the history associated with that name. If no argument was passed,\n\t * it will return the whole history object containing all histories.\n\t */\n\tstatic history (object = null) {\n\t\tif (object !== null) {\n\t\t\tif (typeof object === 'string') {\n\t\t\t\tif (typeof this._history[object] === 'undefined') {\n\t\t\t\t\tthis._history[object] = [];\n\t\t\t\t}\n\t\t\t\treturn this._history[object];\n\t\t\t} else {\n\t\t\t\tthis._history = Object.assign ({}, this._history, object);\n\t\t\t}\n\t\t} else {\n\t\t\treturn this._history;\n\t\t}\n\t}\n\n\t/**\n\t * @static state - Simple function to access, create and state variables.\n\t *\n\t * @param {Object|string} [object = null] - Object with which current\n\t * state object will be updated with (i.e. Object.assign) or a string to access\n\t * a specific state variable.\n\t *\n\t * @return {type} - If the parameter passed was a string, this function will\n\t * return the variable associated with that name. If no argument was passed,\n\t * it will return the whole state object containing all variables.\n\t */\n\tstatic state (object = null) {\n\t\tif (object !== null) {\n\t\t\tif (typeof object === 'string') {\n\t\t\t\treturn this._state[object];\n\t\t\t} else {\n\t\t\t\tconst oldState = Object.assign ({}, this._state);\n\t\t\t\tconst newState = merge (this._state, object);\n\n\t\t\t\tthis.trigger ('willUpdateState', {\n\t\t\t\t\toldState,\n\t\t\t\t\tnewState\n\t\t\t\t});\n\n\t\t\t\tthis._state = newState;\n\n\t\t\t\tthis.trigger ('didUpdateState', {\n\t\t\t\t\toldState,\n\t\t\t\t\tnewState: this._state\n\t\t\t\t});\n\t\t\t}\n\t\t} else {\n\t\t\treturn this._state;\n\t\t}\n\t}\n\n\t/**\n\t * @static registerAction - Register an Action to the actions list. All actions\n\t * should be registered before calling the init () method so their Mounting\n\t * cycle is done correctly.\n\t *\n\t * @param {Action} action - Action to register. Remember each action must\n\t * have an unique ID.\n\t */\n\tstatic registerAction (action, naturalPosition = false) {\n\t\taction.engine = this;\n\t\tif (naturalPosition) {\n\t\t\tthis._actions.push (action);\n\t\t} else {\n\t\t\tthis._actions.unshift (action);\n\t\t}\n\t}\n\n\t/**\n\t * @static unregisterAction - Removes an action from the actions list. Any\n\t * action you want to remove should be removed before calling the init ()\n\t * method so that their Mounting cycle is not executed.\n\t *\n\t * @param {string} action - ID of the Action to unregister. Remember each action must\n\t * have an unique ID.\n\t */\n\tstatic unregisterAction (action) {\n\t\tthis._actions = this._actions.filter ((a) => a.id.toLowerCase () !== action.toLowerCase ());\n\t}\n\n\t/**\n\t * @static actions - Returns the list of registered Actions.\n\t *\n\t * @return {Action[]} - List of registered Actions\n\t */\n\tstatic actions () {\n\t\treturn this._actions;\n\t}\n\n\t/**\n\t * @static action - Access to an specific action class\n\t *\n\t * @param {string} id - ID of the action you want to access to.\n\t * @return {Action} - Returns the action that matches the given ID\n\t */\n\tstatic action (id) {\n\t\treturn this._actions.find ((a) => a.id.toLowerCase () === id.toLowerCase ());\n\t}\n\n\t/**\n\t * @static registerComponent - Register a Component to the components list.\n\t * All components should be registered before calling the init () method so\n\t * their Mounting cycle is done correctly.\n\t *\n\t * @param {Component} component - Component to register. Remember each\n\t * component must have an unique ID.\n\t */\n\tstatic registerComponent (component) {\n\t\tconst alreadyRegistered = this._components.findIndex (c => c.tag === component.tag) > -1;\n\n\t\tif (typeof window.customElements.get (component.tag) !== 'undefined') {\n\t\t\tFancyError.show (\n\t\t\t\t`Unable to register component \"${component.tag}\"`,\n\t\t\t\t'Monogatari attempted to register a component but another component had already been registered for the same tag.',\n\t\t\t\t{\n\t\t\t\t\t'Component / Tag': component,\n\t\t\t\t\t'Help': {\n\t\t\t\t\t\t'_': 'Once a component for a tag has been registered and the setup has completed, it can not be replaced or removed. Try removing the conflicting component first:',\n\t\t\t\t\t\t'_1': `\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\tmonogatari.unregisterComponent ('${component.tag}')\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t`,\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t);\n\t\t}\n\n\t\tcomponent.engine = this;\n\n\t\tif (alreadyRegistered && !this.global ('_didSetup')) {\n\t\t\t// Remove the previous one\n\t\t\tthis.unregisterComponent (component.tag);\n\t\t} else if (!alreadyRegistered && this.global ('_didSetup')) {\n\t\t\twindow.customElements.define (component.tag, component);\n\t\t}\n\n\t\tthis._components.push (component);\n\t}\n\n\t/**\n\t * @static unregisterComponent - Removes a component from the components list.\n\t * Any component you want to remove should be removed before calling the\n\t * init () method so that their Mounting cycle is not executed.\n\t *\n\t * @param {string} component - ID of the Component to unregister. Remember\n\t * each component must have an unique ID.\n\t */\n\tstatic unregisterComponent (component) {\n\t\tif (!this.global ('_didSetup')) {\n\t\t\tthis._components = this._components.filter ((c) => c.tag.toLowerCase() !== component.toLowerCase());\n\t\t} else {\n\t\t\tFancyError.show (\n\t\t\t\t`Unable to unregister component \"${component}\"`,\n\t\t\t\t'Monogatari attempted to unregister a component but the setup had already happened.',\n\t\t\t\t{\n\t\t\t\t\t'Component': component,\n\t\t\t\t\t'Help': {\n\t\t\t\t\t\t'_': 'Components can only be unregistered before the setup step is completed.',\n\t\t\t\t\t\t'_1': 'Try performing this action before the monogatari.init () function is called.'\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t);\n\t\t}\n\t}\n\n\t/**\n\t * @static components - Returns the list of registered Components.\n\t *\n\t * @return {Component[]} - List of registered Components\n\t */\n\tstatic components () {\n\t\treturn this._components;\n\t}\n\n\t/**\n\t * @static component - Access to an specific component class\n\t *\n\t * @param {string} id - ID of the component you want to access to.\n\t *\n\t * @return {Component} - Returns the component class that matches the ID\n\t */\n\tstatic component (id) {\n\t\tconst normalizedId = id.toLowerCase ();\n\n\t\treturn this.components ().find ((c) => c.tag === normalizedId);\n\t}\n\n\t/**\n\t * @static assets - Simple function to modify and access the assets object,\n\t * all declared assets such as audio, videos and images should be registered\n\t * in these objects.\n\t *\n\t * @param {string} [type = null] - The type of asset you are referring to\n\t * @param {Object} [object = null] - The key/value object to assign to that asset type\n\t *\n\t * @return {Object} - If this function is called with no arguments, the whole\n\t * assets object will be returned.\n\t */\n\tstatic assets (type = null, object = null) {\n\t\tif (type !== null && object !== null) {\n\t\t\tif (typeof this._assets[type] !== 'undefined') {\n\t\t\t\tthis._assets[type] = Object.assign ({}, this._assets[type], object);\n\t\t\t} else {\n\t\t\t\tthis._assets[type] = object;\n\t\t\t}\n\t\t} else if (type !== null) {\n\t\t\tif (typeof type === 'string') {\n\t\t\t\treturn this._assets[type];\n\t\t\t} else if (typeof type === 'object') {\n\t\t\t\tthis._assets = Object.assign ({}, this._assets, object);\n\t\t\t}\n\t\t} else {\n\t\t\treturn this._assets;\n\t\t}\n\t}\n\n\t/**\n\t * @static asset - Simple function to modify and access an specific asset\n\t * given its type and name\n\t *\n\t * @param {string} type - The type of asset you are referring to\n\t * @param {Object} name - The name or identifier of the asset you are trying\n\t * to access\n\t * @param {Object} [value = null] - The key/value object to assign to that\n\t * asset type\n\t *\n\t * @return {Object} - If this function is called with no arguments, the whole\n\t * assets object will be returned.\n\t */\n\tstatic asset (type, name, value = null) {\n\t\tif (typeof this._assets[type] !== 'undefined') {\n\t\t\tif (value !== null) {\n\t\t\t\tthis._assets[type][name] = value;\n\t\t\t} else {\n\t\t\t\treturn this._assets[type][name];\n\t\t\t}\n\t\t} else {\n\t\t\tconsole.error (`Tried to interact with a non-existing asset type ${type}.`);\n\t\t}\n\t}\n\n\tstatic characters (object = null) {\n\t\tif (object !== null) {\n\t\t\t// const identifiers = Object.keys (object);\n\t\t\t// for (const id of identifiers) {\n\t\t\t// \tthis.character (id, object[id]);\n\t\t\t// }\n\t\t\tthis._characters = merge (this._characters, object);\n\t\t} else {\n\t\t\treturn this._characters;\n\t\t}\n\t}\n\n\tstatic character (id, object = null) {\n\t\tif (object !== null) {\n\t\t\tif (typeof this._characters[id] !== 'undefined') {\n\t\t\t\tthis._characters[id] = merge (this._characters[id], object);\n\t\t\t} else {\n\t\t\t\tthis._characters[id] = object;\n\t\t\t}\n\t\t} else {\n\t\t\tconst character = this._characters[id];\n\n\t\t\t// Translate the old character properties into the new ones\n\t\t\tif (typeof character !== 'undefined') {\n\t\t\t\tif (typeof character.Images === 'object') {\n\t\t\t\t\tcharacter.sprites = merge ({}, character.Images);\n\t\t\t\t\tdelete character.Images;\n\t\t\t\t}\n\n\t\t\t\tif (typeof character.Directory === 'string') {\n\t\t\t\t\tcharacter.directory = character.Directory;\n\t\t\t\t\tdelete character.Directory;\n\t\t\t\t}\n\n\t\t\t\tif (typeof character.Color === 'string') {\n\t\t\t\t\tcharacter.color = character.Color;\n\t\t\t\t\tdelete character.Color;\n\t\t\t\t}\n\n\t\t\t\tif (typeof character.Name === 'string') {\n\t\t\t\t\tcharacter.name = character.Name;\n\t\t\t\t\tdelete character.Nme;\n\t\t\t\t}\n\n\t\t\t\tif (typeof character.Face === 'string') {\n\t\t\t\t\tcharacter.default_expression = character.Face;\n\t\t\t\t\tdelete character.Face;\n\t\t\t\t}\n\n\t\t\t\tif (typeof character.Side === 'object') {\n\t\t\t\t\tcharacter.expressions = character.Side;\n\t\t\t\t\tdelete character.Side;\n\t\t\t\t}\n\n\t\t\t\tif (typeof character.TypeAnimation === 'object') {\n\t\t\t\t\tcharacter.type_animation = character.TypeAnimation;\n\t\t\t\t\tdelete character.TypeAnimation;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\treturn character;\n\t\t}\n\t}\n\n\tstatic translations (object = null) {\n\t\tif (object !== null) {\n\t\t\tif (typeof object === 'string') {\n\t\t\t\treturn this._translations[object];\n\t\t\t} else {\n\t\t\t\tthis._translations = Object.assign ({}, this._translations, object);\n\t\t\t}\n\t\t} else {\n\t\t\treturn this._translations;\n\t\t}\n\t}\n\n\tstatic translation (language, strings) {\n\t\tif (typeof strings !== 'undefined') {\n\t\t\tif (typeof this._translations[language] !== 'undefined') {\n\t\t\t\tthis._translations[language] = Object.assign ({}, this._translations[language], strings);\n\t\t\t} else {\n\t\t\t\tthis._translations[language] = strings;\n\t\t\t}\n\t\t}\n\t\treturn this._translations[language];\n\t}\n\n\tstatic setting (key, value = null) {\n\t\tif (value !== null) {\n\t\t\tthis._settings[key] = value;\n\t\t} else {\n\t\t\tif (typeof this._settings[key] !== 'undefined') {\n\t\t\t\treturn this._settings[key];\n\t\t\t} else {\n\t\t\t\tthrow new Error (`Tried to access non existent setting with name '${key}'.`);\n\t\t\t}\n\t\t}\n\t}\n\n\tstatic settings (object = null) {\n\t\tif (object !== null) {\n\t\t\tthis._settings = merge (this._settings, object);\n\t\t} else {\n\t\t\treturn this._settings;\n\t\t}\n\t}\n\n\tstatic preference (key, value = null) {\n\t\tif (value !== null) {\n\t\t\tthis._preferences[key] = value;\n\t\t\tthis.Storage.update ('Settings', this._preferences);\n\t\t} else {\n\t\t\tif (typeof this._preferences[key] !== 'undefined') {\n\t\t\t\treturn this._preferences[key];\n\t\t\t} else {\n\t\t\t\tthrow new Error (`Tried to access non existent preference with name '${key}'.`);\n\t\t\t}\n\t\t}\n\t}\n\n\tstatic preferences (object = null, save = false) {\n\t\tif (object !== null) {\n\n\t\t\tthis._preferences = merge (this._preferences, object);\n\n\t\t\tif (this.Storage.configuration ().name === '') {\n\t\t\t\tthis.setupStorage ();\n\t\t\t}\n\n\t\t\tif (save === true) {\n\t\t\t\tthis.Storage.update ('Settings', this._preferences);\n\t\t\t}\n\t\t} else {\n\t\t\treturn this._preferences;\n\t\t}\n\t}\n\n\t/**\n\t * Get or set the configuration.\n\t *\n\t * @param {string|object} key\n\t * @param {object} object\n\t */\n\tstatic configuration (key, object) {\n\t\tif (typeof key === 'string') {\n\t\t\tif (typeof object !== 'undefined') {\n\t\t\t\tthis.trigger ('configurationElementWillUpdate');\n\n\t\t\t\tthis.trigger (`configurationElementUpdate::${key}`, {\n\t\t\t\t\tnewConfiguration: object,\n\t\t\t\t\toldConfiguration: this._configuration[key]\n\t\t\t\t});\n\n\t\t\t\tif (typeof this._configuration[key] !== 'object' || this._configuration[key] === null) {\n\t\t\t\t\tthis._configuration[key] = {};\n\t\t\t\t}\n\n\t\t\t\tthis._configuration[key] = merge (this._configuration[key], object);\n\n\t\t\t\tthis.trigger ('configurationElementDidUpdate');\n\t\t\t}\n\t\t\treturn this._configuration[key];\n\t\t} else if (typeof key === 'object') {\n\t\t\tthis.trigger ('configurationWillUpdate');\n\t\t\tthis._configuration = merge (this._configuration, object);\n\t\t\tthis.trigger ('configurationDidUpdate');\n\t\t\treturn this._configuration;\n\t\t} else if (typeof key === 'undefined') {\n\t\t\treturn this._configuration;\n\t\t}\n\t}\n\n\tstatic status (object = null) {\n\t\tif (object !== null) {\n\t\t\tthis._status = Object.assign ({}, this._status, object);\n\t\t} else {\n\t\t\treturn this._status;\n\t\t}\n\t}\n\n\tstatic storage (object = null) {\n\t\tif (object !== null) {\n\t\t\tif (typeof object === 'string') {\n\t\t\t\treturn this._storage[object];\n\t\t\t} else {\n\t\t\t\tthis._storage = merge (this._storage, object);\n\t\t\t}\n\t\t} else {\n\t\t\treturn this._storage;\n\t\t}\n\t}\n\n\tstatic script (object = null) {\n\n\t\tif (typeof object === 'object' && object !== null) {\n\t\t\tthis._script = Object.assign ({}, this._script, object);\n\t\t} else {\n\t\t\tlet script = this._script;\n\n\t\t\tif (this.setting ('MultiLanguage') === true) {\n\t\t\t\tif (!Object.keys (script).includes (this.preference ('Language'))) {\n\t\t\t\t\t// First check if the label exists in the current script\n\t\t\t\t\tFancyError.show (\n\t\t\t\t\t\t`Script Language \"${this.preference ('Language')}\" Was Not Found`,\n\t\t\t\t\t\t'Monogatari attempted to retrieve the script for this language but it does not exists',\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t'Language Not Found': this.preference ('Language'),\n\t\t\t\t\t\t\t'MultiLanguage Setting': 'The Multilanguage Setting is set to '+ this.setting ('MultiLanguage'),\n\t\t\t\t\t\t\t'You may have meant one of these': Object.keys (script),\n\t\t\t\t\t\t\t'Help': {\n\t\t\t\t\t\t\t\t'_': 'If your game is not a multilanguage game, change the setting on your options.js file',\n\t\t\t\t\t\t\t\t'_1': `\n\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\"MultiLanguage\": false,\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t`,\n\t\t\t\t\t\t\t\t'_2': 'If your game is a multilanguage game, please check that the language label is correctly written on your script. Remember a multilanguage script looks like this:',\n\t\t\t\t\t\t\t\t'_3': `\n\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tmonogatari.script ({\n\t\t\t\t\t\t\t\t\t\t\t'English': {\n\t\t\t\t\t\t\t\t\t\t\t\t'Start': [\n\t\t\t\t\t\t\t\t\t\t\t\t\t'Hi, welcome to your first Visual Novel with Monogatari.'\n\t\t\t\t\t\t\t\t\t\t\t\t]\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t'Español': {\n\t\t\t\t\t\t\t\t\t\t\t\t'Start': [\n\t\t\t\t\t\t\t\t\t\t\t\t\t'Hola, bienvenido a tu primer Novela Visual con Monogatari'\n\t\t\t\t\t\t\t\t\t\t\t\t]\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t`,\n\t\t\t\t\t\t\t\t'Documentation': 'Internationalization',\n\t\t\t\t\t\t\t\t'_4': `If ${this.preference ('Language')} should not be the default language, you can change that preference on your options.js file.`,\n\t\t\t\t\t\t\t\t'_5': `\n\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t'Language': 'English',\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t`,\n\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t);\n\t\t\t\t} else {\n\t\t\t\t\tscript = script[this.preference ('Language')];\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif (typeof object === 'string') {\n\t\t\t\tscript = script[object];\n\t\t\t}\n\n\t\t\treturn script;\n\t\t}\n\t}\n\n\tstatic label (key = null, language = null, value = null) {\n\t\tif (typeof language === 'string' && value !== null) {\n\t\t\tif (typeof this._script[language] !== 'object') {\n\t\t\t\tthis._script[language] = {};\n\t\t\t}\n\t\t\tthis._script[language][key] = value;\n\t\t} else if (typeof language === 'object' && language !== null && value === null) {\n\t\t\tif (typeof this._script[key] !== 'object') {\n\t\t\t\tthis._script[key] = [];\n\t\t\t}\n\t\t\tthis._script[key] = language;\n\t\t} else if (typeof language === 'string' && value === null) {\n\t\t\treturn this._script[language][key];\n\t\t} else if (key !== null) {\n\t\t\treturn this.script (key);\n\t\t} else {\n\t\t\treturn this.script (this.state ('label'));\n\t\t}\n\t}\n\n\tstatic fn (name, { apply = () => true, revert = () => true }) {\n\t\tif (typeof apply !== 'function' && typeof revert !== 'function') {\n\t\t\treturn this._functions [name];\n\t\t} else {\n\t\t\tthis._functions [name] = {\n\t\t\t\tapply,\n\t\t\t\trevert\n\t\t\t};\n\t\t}\n\t}\n\n\t/**\n\t * Placeholders. Saves up an action (any kind of action) for later use within\n\t * the game in a key-value manner.\n\t *\n\t * @param {string} name - The name with which the action will be saved and later used\n\t * @param {any} value - The value (an action) to save up\n\t *\n\t * @returns {(any|void)} - The value of an action given its name, the whole\n\t * object if both params are missing and void if used for assigning the value.\n\t *\n\t */\n\tstatic $ (name, value) {\n\t\tif (typeof name === 'string') {\n\t\t\tif (typeof value !== 'undefined') {\n\t\t\t\tthis._$[name] = value;\n\t\t\t} else {\n\t\t\t\treturn this._$[name];\n\t\t\t}\n\t\t} else if (typeof name === 'object') {\n\t\t\tthis._$ = Object.assign ({}, this._$, name);\n\t\t} else if (typeof name === 'undefined') {\n\t\t\treturn this._$;\n\t\t}\n\t}\n\n\tstatic globals (object = null) {\n\t\tif (object !== null) {\n\t\t\tthis._globals = merge (this._globals, object);\n\t\t} else {\n\t\t\treturn this._globals;\n\t\t}\n\t}\n\n\tstatic global (key, value) {\n\t\tif (typeof value !== 'undefined') {\n\t\t\tthis._globals[key] = value;\n\t\t} else {\n\t\t\treturn this._globals[key];\n\t\t}\n\t}\n\n\tstatic template (key, value) {\n\t\tif (typeof value !== 'undefined') {\n\t\t\tthis._templates[key] = value;\n\t\t} else {\n\t\t\treturn this._templates[key];\n\t\t}\n\t}\n\n\tstatic mediaPlayers (key, object = false) {\n\t\tif (typeof key === 'string') {\n\t\t\tif (object) {\n\t\t\t\treturn this._mediaPlayers[key];\n\t\t\t} else {\n\t\t\t\treturn Object.values (this._mediaPlayers[key]);\n\t\t\t}\n\t\t}\n\t\treturn this._mediaPlayers;\n\t}\n\n\tstatic mediaPlayer (type, key, value) {\n\t\tif (typeof value === 'undefined') {\n\t\t\treturn this.mediaPlayers (type, true)[key];\n\t\t} else {\n\t\t\tvalue.dataset.type = type;\n\t\t\tvalue.dataset.key = key;\n\t\t\tthis._mediaPlayers[type][key] = value;\n\t\t\treturn this._mediaPlayers[type][key];\n\t\t}\n\t}\n\n\tstatic removeMediaPlayer (type, key) {\n\t\tif (typeof key === 'undefined') {\n\t\t\tfor (const mediaKey of Object.keys (this.mediaPlayers (type, true))) {\n\t\t\t\tthis._mediaPlayers[type][mediaKey].pause ();\n\t\t\t\tthis._mediaPlayers[type][mediaKey].setAttribute ('src', '');\n\t\t\t\tthis._mediaPlayers[type][mediaKey].currentTime = 0;\n\t\t\t\tdelete this._mediaPlayers[type][mediaKey];\n\t\t\t}\n\t\t} else {\n\t\t\tif (typeof this._mediaPlayers[type][key] !== 'undefined') {\n\t\t\t\tthis._mediaPlayers[type][key].pause ();\n\t\t\t\tthis._mediaPlayers[type][key].setAttribute ('src', '');\n\t\t\t\tthis._mediaPlayers[type][key].currentTime = 0;\n\t\t\t\tdelete this._mediaPlayers[type][key];\n\t\t\t}\n\n\t\t}\n\t}\n\n\tstatic temp (key, value) {\n\t\tif (typeof value !== 'undefined') {\n\t\t\tthis._temp[key] = value;\n\t\t} else {\n\t\t\tconst value = this._temp[key];\n\t\t\tdelete this._temp[key];\n\t\t\treturn value;\n\t\t}\n\t}\n\n\t/**\n\t * Localize every element with a data-string property using the translations\n\t * available. If no translation is found for the current language, the current\n\t * text of the element will be kept.\n\t */\n\tstatic localize () {\n\t\tthis.trigger ('willLocalize');\n\n\t\t// Setup the correct locale for the momentjs dates\n\t\tmoment.locale (this._languageCodes[this.preference ('Language')]);\n\n\t\tthis.element ().find ('[data-string]').each ((element) => {\n\t\t\tconst string_translation = this.string ($_(element).data ('string'));\n\n\t\t\t// Check if the translation actually exists and is not empty before\n\t\t\t// replacing the text.\n\t\t\tif (typeof string_translation !== 'undefined' && string_translation !== '') {\n\t\t\t\t$_(element).text (string_translation);\n\t\t\t}\n\t\t});\n\t\tthis.trigger ('didLocalize');\n\t}\n\n\t/**\n\t * Preload game assets\n\t */\n\tstatic preload () {\n\t\tconst promises = [];\n\n\t\t// Check if asset preloading is enabled. Preloading will not be done in\n\t\t// electron or cordova since the assets are expected to be available\n\t\t// locally.\n\t\tif (this.setting ('Preload') && !Platform.electron () && !Platform.cordova () && location.protocol.indexOf ('file') < 0) {\n\t\t\tthis.trigger ('willPreloadAssets');\n\n\t\t\t// Iterate over every asset category: music, videos, scenes etc.\n\t\t\tfor (const category of Object.keys (this.assets ())) {\n\t\t\t\t// Iterate over every key on each category\n\t\t\t\tfor (const asset of Object.values (this.assets (category))) {\n\t\t\t\t\tif (typeof asset !== 'string') {\n\t\t\t\t\t\tcontinue;\n\t\t\t\t\t}\n\t\t\t\t\t// Get the directory from where to load this asset\n\t\t\t\t\tconst directory = `${this.setting ('AssetsPath').root}/${this.setting ('AssetsPath')[category]}`;\n\n\t\t\t\t\tif (FileSystem.isImage (asset)) {\n\n\t\t\t\t\t\tpromises.push (Preload.image (`${directory}/${asset}`).then (() => {\n\t\t\t\t\t\t\tthis.trigger ('assetLoaded', {\n\t\t\t\t\t\t\t\tname: asset,\n\t\t\t\t\t\t\t\ttype: 'image',\n\t\t\t\t\t\t\t\tcategory\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t}));\n\t\t\t\t\t} else {\n\t\t\t\t\t\tpromises.push (Preload.file (`${directory}/${asset}`).then (() => {\n\t\t\t\t\t\t\tthis.trigger ('assetLoaded', {\n\t\t\t\t\t\t\t\tname: asset,\n\t\t\t\t\t\t\t\ttype: 'file',\n\t\t\t\t\t\t\t\tcategory\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t}));\n\t\t\t\t\t}\n\n\t\t\t\t\tthis.trigger ('assetQueued');\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tfor (const key in this.characters ()) {\n\t\t\t\tconst character = this.character (key);\n\t\t\t\tlet directory = '';\n\n\t\t\t\t// Check if the character has a directory defined where its images\n\t\t\t\t// are located\n\t\t\t\tif (typeof character.directory !== 'undefined') {\n\t\t\t\t\tdirectory = character.directory + '/';\n\t\t\t\t}\n\t\t\t\tdirectory = `${this.setting ('AssetsPath').root}/${this.setting ('AssetsPath').characters}/${directory}`;\n\n\t\t\t\tif (typeof character.sprites !== 'undefined') {\n\t\t\t\t\tfor (const image of Object.values (character.sprites)) {\n\t\t\t\t\t\tif (typeof image !== 'string') {\n\t\t\t\t\t\t\tcontinue;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tpromises.push (Preload.image (`${directory}${image}`).then (() => {\n\t\t\t\t\t\t\tthis.trigger ('assetLoaded', {\n\t\t\t\t\t\t\t\tname: image,\n\t\t\t\t\t\t\t\ttype: 'image',\n\t\t\t\t\t\t\t\tcategory: 'characters'\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t}));\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tif (typeof character.expressions !== 'undefined') {\n\t\t\t\t\tfor (const image of Object.values (character.expressions)) {\n\t\t\t\t\t\tif (typeof image !== 'string') {\n\t\t\t\t\t\t\tcontinue;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tpromises.push (Preload.image (`${directory}${image}`).then (() => {\n\t\t\t\t\t\t\tthis.trigger ('assetLoaded', {\n\t\t\t\t\t\t\t\tname: image,\n\t\t\t\t\t\t\t\ttype: 'image',\n\t\t\t\t\t\t\t\tcategory: 'characters'\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t}));\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tif (typeof character.default_expression === 'string') {\n\t\t\t\t\tpromises.push (Preload.image (`${directory}${character.default_expression}`).then (() => {\n\t\t\t\t\t\tthis.trigger ('assetLoaded', {\n\t\t\t\t\t\t\tname: character.default_expression,\n\t\t\t\t\t\t\ttype: 'image',\n\t\t\t\t\t\t\tcategory: 'characters'\n\t\t\t\t\t\t});\n\t\t\t\t\t}));\n\t\t\t\t}\n\n\t\t\t\tthis.trigger ('assetQueued');\n\t\t\t}\n\n\t\t\treturn Promise.all (promises).then (() => {\n\t\t\t\tthis.trigger ('didPreloadAssets');\n\t\t\t\treturn Promise.resolve ();\n\t\t\t});\n\t\t} else {\n\t\t\treturn Promise.resolve ();\n\t\t}\n\t}\n\n\t/**\n\t * @static translate - This method will try to translate parts of a string\n\t * using the translation strings available. Any string containing a format\n\t * like this one: \"_(SomeKey)\" will get that replaced with the translated\n\t * string of that key.\n\t *\n\t * @param {string} statement - String to translate.\n\t *\n\t * @returns {string} - The translated string\n\t */\n\tstatic translate (statement) {\n\t\t// Find all elements in the string that match the \"_(key)\" format\n\t\tconst matches = statement.match (/_\\(\\S+\\)/g);\n\n\t\t// Check if any matches were found, if not then no translation is needed\n\t\tif (matches !== null) {\n\t\t\t// Go through all the found matches so we can get the string it maps to\n\t\t\tfor (const match of matches) {\n\t\t\t\t// Remove the _() from the key\n\t\t\t\tconst path = match.replace ('_(', '').replace (')', '').split ('.');\n\n\t\t\t\t// Retrieve the string from the translations using the given key\n\t\t\t\tlet data = this.translations (this.preference ('Language'))[path[0]];\n\n\t\t\t\tfor (let j = 1; j < path.length; j++) {\n\t\t\t\t\tdata = data[path[j]];\n\t\t\t\t}\n\t\t\t\tstatement = statement.replace (match, data);\n\t\t\t}\n\t\t}\n\t\treturn statement;\n\t}\n\n\t/**\n\t * @static replaceVariables - Recursively replace all occurrences of\n\t * {{variable_name}} with the actual value for that variable name on the\n\t * storage object.\n\t *\n\t * @param {string} statement - The text where to interpolate the variables\n\t *\n\t * @returns {string} - The text with the interpolated variables\n\t */\n\tstatic replaceVariables (statement) {\n\t\tstatement = this.translate (statement);\n\t\tconst matches = statement.match (/{{\\S+?}}/g);\n\t\tif (matches !== null) {\n\t\t\tfor (const match of matches) {\n\t\t\t\tconst path = match.replace ('{{', '').replace ('}}', '').split ('.');\n\n\t\t\t\tlet data = this.storage ();\n\n\t\t\t\tfor (let j = 0; j < path.length; j++) {\n\t\t\t\t\tconst name = path[j];\n\t\t\t\t\tif (name in data) {\n\t\t\t\t\t\tdata = data[name];\n\t\t\t\t\t} else {\n\t\t\t\t\t\tFancyError.show (\n\t\t\t\t\t\t\t`Variable \"${match}\" does not exists in your storage`,\n\t\t\t\t\t\t\t'Monogatari attempted to interpolate a variable from your storage but it doesn\\'t exists.',\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t'Script Statement': statement,\n\t\t\t\t\t\t\t\t'Part Not Found': name,\n\t\t\t\t\t\t\t\t'Variables Available in Storage': Object.keys (data),\n\t\t\t\t\t\t\t\t'Help': {\n\t\t\t\t\t\t\t\t\t'_': 'Please check your storage object and make sure the variable you are using exists.',\n\t\t\t\t\t\t\t\t\t'_1': 'You should also make sure that there is no typo in your script and that the variable names in your script and storage match.',\n\t\t\t\t\t\t\t\t\t'Documentation': 'Storage'\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t);\n\t\t\t\t\t\treturn '';\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tstatement = statement.replace (match, data);\n\t\t\t}\n\t\t\treturn this.replaceVariables (statement);\n\t\t}\n\t\treturn statement;\n\t}\n\n\t/**\n\t * @static getMaxSlotId - Get the highest ID currently assigned to a slot on\n\t * the storage.\n\t *\n\t * Each slot identifier has two parts i.e SaveLabel_{number}, it's label,\n\t * defined by the 'SaveLabel' and 'AutoSaveLabel' configuration variables and\n\t * a number similar to an auto-incrementing ID on a database. This function\n\t * is used to retrieve the highest number assigned to a slot, given its\n\t * label prefix.\n\t *\n\t * @param {string} prefix - The Slot prefix from where to retrieve the numeric ID,\n\t * should be the value of either the 'SaveLabel' or 'AutoSaveLabel' configuration\n\t * variables.\n\t *\n\t * @returns {int} - Highest available ID number\n\t */\n\tstatic getMaxSlotId (prefix = 'SaveLabel') {\n\t\treturn this.Storage.keys ().then ((keys) => {\n\t\t\tlet max = 1;\n\t\t\tfor (const saveKey of keys) {\n\t\t\t\tif (saveKey.indexOf (this.setting (prefix)) === 0) {\n\t\t\t\t\tconst number = parseInt(saveKey.split (this.setting (prefix) + '_')[1]);\n\t\t\t\t\tif (number > max) {\n\t\t\t\t\t\tmax = number;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn max;\n\t\t});\n\t}\n\n\t/**\n\t * @static saveTo - Save the current game state into a given Slot\n\t *\n\t * @param {string} [prefix = 'SaveLabel'] - The prefix label to be used for the\n\t * slot. Should be either 'SaveLabel' or 'AutoSaveLabel'.\n\t * @param {int} [id = null] - The numeric ID to be used for the slot. If none\n\t * is given, it will be determined using the getMaxSlotId function and upping\n\t * it by 1\n\t * @param {string} [name = null] - The name given by the player to the slot. If none is\n\t * given, the current date will be used\n\t *\n\t * @returns {Promise} - The promise of the save operation\n\t */\n\tstatic saveTo (prefix = 'SaveLabel', id = null, name = null) {\n\t\t// Check if the player is actually playing\n\t\tif (this.global ('playing')) {\n\t\t\tconst date = moment ().format ();\n\n\t\t\tif (name === null || name.trim () === '') {\n\t\t\t\tname = date;\n\t\t\t}\n\n\t\t\t// We have to get the last ID available for the slots\n\t\t\treturn this.getMaxSlotId (prefix).then ((max) => {\n\n\t\t\t\t// Make it the next one to the max\n\t\t\t\tif (id === null) {\n\t\t\t\t\tid = max + 1;\n\t\t\t\t}\n\n\t\t\t\tlet image = '';\n\n\t\t\t\tif (this.state ('scene')) {\n\t\t\t\t\timage = this.state ('scene').split (' ')[2];\n\t\t\t\t} else if (this.state ('background')) {\n\t\t\t\t\timage = this.state ('background').split (' ')[2];\n\t\t\t\t}\n\n\t\t\t\treturn this.Storage.set (`${this.setting (prefix)}_${id}`, {\n\t\t\t\t\tname,\n\t\t\t\t\tdate,\n\t\t\t\t\timage,\n\t\t\t\t\tgame: this.object ()\n\t\t\t\t});\n\t\t\t});\n\t\t}\n\t}\n\n\t/**\n\t * @static assertAsync - This function will run any function asynchronously\n\t * regardless of if the function to be run is async or not.\n\t *\n\t * @param {function} callable - The function to run\n\t * @param {Object} [self=null] - The reference to `this` in the function\n\t * @param {any[]} [args=null] - The arguments with which to call the function\n\t *\n\t * @returns {Promise} - Resolves if the function returned true and rejects if\n\t * the function returned false.\n\t */\n\tstatic assertAsync (callable, self = null, args = null) {\n\t\tconst originalBlockValue = this.global ('block');\n\n\t\tthis.global ('block', true);\n\t\treturn new Promise (function (resolve, reject) {\n\t\t\tconst result = callable.apply(self, args);\n\t\t\t// Check if the function returned a simple boolean\n\t\t\t// if the return value is true, the game will continue\n\t\t\tif (typeof result === 'boolean') {\n\t\t\t\tif (result) {\n\t\t\t\t\tresolve ();\n\t\t\t\t} else {\n\t\t\t\t\treject ();\n\t\t\t\t}\n\t\t\t} else if (typeof result === 'object') {\n\t\t\t\t// Check if the result was a promise\n\t\t\t\tif (typeof result.then != 'undefined') {\n\n\t\t\t\t\tresult.then(function (value) {\n\t\t\t\t\t\tif (typeof value === 'boolean') {\n\t\t\t\t\t\t\tif (value) {\n\t\t\t\t\t\t\t\tresolve ();\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\treject ();\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\t\t\t} else {\n\t\t\t\t\tresolve ();\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\treject ();\n\t\t\t}\n\t\t}).finally (() => {\n\t\t\tthis.global ('block', originalBlockValue);\n\t\t});\n\t}\n\n\t/**\n\t * @static next - Advance to the next statement on the script\n\t *\n\t * @returns {void}\n\t */\n\tstatic next () {\n\t\t// Advance 1 step\n\t\tthis.state ({\n\t\t\tstep: this.state ('step') + 1\n\t\t});\n\n\t\treturn new Promise ((resolve, reject) => {\n\t\t\t// Clear the Stack using a Time Out instead of calling the function\n\t\t\t// directly, preventing an Overflow\n\t\t\tsetTimeout ((...params) => {\n\t\t\t\tthis.run.call (Monogatari, ...params).then (() => {\n\t\t\t\t\tthis.global ('_engine_block', false);\n\t\t\t\t\tresolve ();\n\t\t\t\t}).catch (() => {\n\t\t\t\t\tresolve ();\n\t\t\t\t});\n\t\t\t}, 0, this.label ()[this.state ('step')]);\n\t\t});\n\t}\n\n\t/**\n\t * @static revert - Revert to the previous statement on the script\n\t *\n\t * @returns {void}\n\t */\n\tstatic previous () {\n\t\treturn new Promise ((resolve, reject) => {\n\t\t\tsetTimeout (() => {\n\t\t\t\tthis.revert.call (Monogatari). then (() => {\n\t\t\t\t\tthis.global ('_engine_block', false);\n\t\t\t\t\tresolve ();\n\t\t\t\t}).catch (() => {\n\t\t\t\t\tthis.global ('_engine_block', false);\n\t\t\t\t\t// The game could not be reverted, either because an\n\t\t\t\t\t// action prevented it or because there are no statements\n\t\t\t\t\t// left to revert to.\n\n\t\t\t\t\tif (this.state ('step') > 0) {\n\t\t\t\t\t\tthis.state ({\n\t\t\t\t\t\t\tstep: this.state ('step') - 1\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\n\t\t\t\t\tthis.proceed ().then (() => {\n\t\t\t\t\t\tresolve ();\n\t\t\t\t\t});\n\t\t\t\t});\n\t\t\t}, 0);\n\t\t});\n\t\t// return Promise.resolve ();\n\t}\n\n\tstatic resetGame () {\n\n\t\t// Stop autoplay\n\t\tthis.autoPlay (false);\n\t\tif (this.setting ('Skip') > 0) {\n\t\t\tthis.skip (false);\n\t\t}\n\n\t\t// Reset Storage\n\t\tthis.storage (JSON.parse(this.global ('storageStructure')));\n\n\t\t// Reset Conditions\n\t\tthis.state ({\n\t\t\tstep: 0,\n\t\t\tlabel: this.setting ('Label')\n\t\t});\n\n\t\tthis.global ('block', false);\n\n\t\t// Reset History\n\t\tfor (const history of Object.keys (this._history)) {\n\t\t\tthis._history[history] = [];\n\t\t}\n\n\t\t// Run the reset method of all the actions so each of them can reset\n\t\t// their own elements correctly\n\t\tconst promises = [];\n\n\t\tfor (const action of this.actions ()) {\n\t\t\tpromises.push (action.reset ());\n\t\t}\n\n\t\tfor (const component of this.components ()) {\n\t\t\tpromises.push (component.onReset ());\n\t\t}\n\n\t\treturn Promise.all (promises);\n\t}\n\n\t/**\n\t * @static keyBoardShortcut - Register a new callback for a custom keyboard\n\t * shortcut\n\t *\n\t * @param {string|Array} shortcut - Sequence of keys that represent\n\t * the shortcut\n\t * @param {function} callback - The function to run when that sequence of keys\n\t * is pressed\n\t *\n\t * @returns {void}\n\t */\n\tstatic keyboardShortcut (shortcut, callback) {\n\t\tmousetrap.bind (shortcut, (event) => {\n\t\t\tif (event.target.tagName.toLowerCase () != 'input') {\n\t\t\t\tevent.preventDefault ();\n\t\t\t\tcallback.call (null, event);\n\t\t\t}\n\t\t});\n\t}\n\n\tstatic upgrade (oldVersion, newVersion, callbacks) {\n\t\tthis._upgrade[`${oldVersion}::${newVersion}`] = callbacks;\n\t}\n\n\tstatic setupStorage () {\n\t\t// Check if an Adapter has been set or else, the global local storage\n\t\t// object will be used\n\t\tif (this.setting ('Storage').Adapter.trim () !== '') {\n\t\t\tlet adapter;\n\n\t\t\tswitch (this.setting ('Storage').Adapter) {\n\t\t\t\tcase 'LocalStorage':\n\t\t\t\t\tadapter = SpaceAdapter.LocalStorage;\n\t\t\t\t\tbreak;\n\n\t\t\t\tcase 'SessionStorage':\n\t\t\t\t\tadapter = SpaceAdapter.SessionStorage;\n\t\t\t\t\tbreak;\n\n\t\t\t\tcase 'IndexedDB':\n\t\t\t\t\tadapter = SpaceAdapter.IndexedDB;\n\t\t\t\t\tbreak;\n\n\t\t\t\tcase 'RemoteStorage':\n\t\t\t\t\tadapter = SpaceAdapter.RemoteStorage;\n\t\t\t\t\tbreak;\n\n\t\t\t\tdefault:\n\t\t\t\t\tadapter = SpaceAdapter.LocalStorage;\n\t\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\tthis.Storage = new Space (adapter, {\n\t\t\t\tname: Text.friendly (this.setting ('Name')),\n\t\t\t\tversion: this.setting ('Version'),\n\t\t\t\tstore: this.setting ('Storage').Store,\n\t\t\t\tendpoint: this.setting ('Storage').Endpoint,\n\t\t\t\tprops: {\n\t\t\t\t\tkeyPath: 'id'\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\n\t\t// Setup all the upgrade functions\n\t\tfor (const upgrade of Object.keys (this._upgrade)) {\n\t\t\tconst [oldVersion, newVersion] = upgrade.split ('::');\n\t\t\tconst callback = this._upgrade[upgrade].storage;\n\n\t\t\tthis.Storage.upgrade (oldVersion, newVersion, callback);\n\t\t}\n\t}\n\n\tstatic registerListener (name, listener, replace = false) {\n\t\tlistener.name = name;\n\t\tif (replace === true) {\n\t\t\tconst index = this._listeners.findIndex (listener => listener.name === name);\n\n\t\t\tif (index > -1) {\n\t\t\t\tthis._listeners[index] = listener;\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\t\tthis._listeners.push (listener);\n\t}\n\n\tstatic unregisterListener (name) {\n\t\tconst listener = this._listeners.find((l) => l.name.toLowerCase () === name.toLowerCase ());\n\n\t\tif (listener) {\n\t\t\tif (listener.keys) {\n\t\t\t\tmousetrap.unbind (listener.keys);\n\t\t\t}\n\t\t\tthis._listeners = this._listeners.filter((l) => l.name.toLowerCase () !== name.toLowerCase ());\n\t\t}\n\t}\n\n\tstatic runListener (name, element, event) {\n\t\tconst promises = [];\n\n\t\t// Check if the click event happened on a path of an icon.\n\t\t// This fixes a bug with font-awesome icons being clicked but the\n\t\t// click being registered at an inner path instead of the svg element\n\t\t// that holds the data information\n\t\tif (element.matches ('path')) {\n\t\t\telement = element.closest ('[data-action]');\n\n\t\t\tif (element.length > 0) {\n\t\t\t\tname = element.data ('action');\n\t\t\t}\n\t\t}\n\n\t\tfor (const listener of this._listeners) {\n\t\t\tif (listener.name === name) {\n\t\t\t\tpromises.push (Util.callAsync (listener.callback , Monogatari, element, event).then ((data) => {\n\t\t\t\t\tif (data) {\n\t\t\t\t\t\treturn Promise.resolve ();\n\t\t\t\t\t}\n\t\t\t\t\treturn Promise.reject ();\n\t\t\t\t}));\n\t\t\t\tthis.debug.debug ('Running Listener', name);\n\t\t\t}\n\t\t}\n\n\t\tPromise.all (promises).catch ((e) => {\n\t\t\tevent.stopImmediatePropagation ();\n\t\t\tevent.stopPropagation ();\n\t\t\tevent.preventDefault ();\n\t\t\tthis.debug.debug ('Listener Event Propagation Stopped', e);\n\t\t});\n\t}\n\n\t/**\n\t * @static object - Get all the relevant information of the game state\n\t *\n\t * @returns {Object} - An object containing the current histories, state and\n\t * storage variables.\n\t * @returns {Object} history - The full history object\n\t * @returns {Object} state - The full state object\n\t * @returns {Object} storage- The full storage object\n\t */\n\tstatic object () {\n\t\treturn {\n\t\t\thistory: this.history (),\n\t\t\tstate: this.state (),\n\t\t\tstorage: this.storage ()\n\t\t};\n\t}\n\n\t/**\n\t * @static revert - This is the function that allows to go back in the game\n\t * by reverting the statements played.\n\t *\n\t * @returns {Promise} - Whether the game was able to go back or not\n\t */\n\tstatic revert (statement = null, shouldAdvance = true, shouldStepBack = true) {\n\n\t\tconst before = [];\n\n\t\tfor (const action of this.actions ()) {\n\t\t\tbefore.push (action.beforeRevert ({ advance: shouldAdvance, step: shouldStepBack }));\n\t\t}\n\n\t\treturn Promise.all (before).then (() => {\n\t\t\tthis.debug.groupCollapsed ('Revert Cycle');\n\n\t\t\t// Check if we have steps behind us to revert to. If there aren't, then\n\t\t\t// we can't revert since we are already at the first statement.\n\t\t\tlet actionToRevert = null;\n\n\t\t\tif (statement !== null) {\n\t\t\t\tactionToRevert = statement;\n\t\t\t} else if (this.state ('step') >= 1) {\n\t\t\t\tactionToRevert = this.label ()[this.state ('step') - 1];\n\t\t\t} else {\n\t\t\t\tconst jump = [...this.history ('jump')].reverse ().find (o => {\n\t\t\t\t\treturn o.destination.label === this.state ('label') && o.destination.step === 0;\n\t\t\t\t});\n\n\t\t\t\tif (typeof jump !== 'undefined') {\n\t\t\t\t\tthis.state ({\n\t\t\t\t\t\tlabel: jump.source.label,\n\t\t\t\t\t\tstep: jump.source.step\n\t\t\t\t\t});\n\t\t\t\t\tactionToRevert = this.label ()[this.state ('step')];\n\t\t\t\t\tthis.debug.debug ('Will revert to previous label.');\n\t\t\t\t} else {\n\t\t\t\t\tthis.debug.debug ('Will not revert since this is the beginning of the game.');\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tthis.debug.debug ('Reverting Action', actionToRevert);\n\n\t\t\tif (actionToRevert !== null) {\n\n\t\t\t\tlet interpolatedStatement = null;\n\n\t\t\t\tif (typeof actionToRevert === 'string') {\n\t\t\t\t\tinterpolatedStatement = this.replaceVariables (actionToRevert).split (' ');\n\t\t\t\t}\n\n\t\t\t\t// Iterate over all the registered actions to find one that matches with\n\t\t\t\t// the statement to revert.\n\t\t\t\tfor (const action of this.actions ()) {\n\t\t\t\t\tlet actionStatement = actionToRevert;\n\t\t\t\t\tlet matches = false;\n\n\t\t\t\t\t// Use the correct matching function (matchString or matchObject)\n\t\t\t\t\t// depending on the type of the current statement. If the statement\n\t\t\t\t\t// is a pure js function, it won't be reverted since we don't\n\t\t\t\t\t// know what to do to revert it.\n\t\t\t\t\tif (typeof actionStatement === 'string') {\n\n\t\t\t\t\t\t// Split the statement into an array using the space separations\n\t\t\t\t\t\tactionStatement = interpolatedStatement;\n\n\t\t\t\t\t\t// Check if it matches using the matchString method\n\t\t\t\t\t\tmatches = action.matchString (actionStatement);\n\t\t\t\t\t} else if (typeof actionStatement === 'object' && actionStatement !== null) {\n\t\t\t\t\t\t// Check if it matches using the matchObject method\n\t\t\t\t\t\tmatches = action.matchObject (actionStatement);\n\t\t\t\t\t}\n\n\t\t\t\t\t// Check if the statement matched any of the registered actions\n\t\t\t\t\tif (matches === true) {\n\t\t\t\t\t\t// Create an instance of the action and initialize it with the\n\t\t\t\t\t\t// current statement\n\t\t\t\t\t\tconst act = new action (actionStatement);\n\n\t\t\t\t\t\t// The original statement is set just in case the action needs\n\t\t\t\t\t\t// access to it\n\t\t\t\t\t\tact._setStatement (actionToRevert);\n\n\t\t\t\t\t\t// The current cycle is also set just in case the action needs to\n\t\t\t\t\t\t// know what cycle it's currently being performed.\n\t\t\t\t\t\tact._setCycle ('Revert');\n\n\t\t\t\t\t\t// Monogatari is set as the context of the action so that it can\n\t\t\t\t\t\t// access all its functionalities\n\t\t\t\t\t\tact.setContext (Monogatari);\n\n\t\t\t\t\t\tthis.trigger ('willRevertAction', {\n\t\t\t\t\t\t\taction: act\n\t\t\t\t\t\t});\n\n\t\t\t\t\t\t// Run the willRevert method of the action first. This method\n\t\t\t\t\t\t// is usually used to tell whether an action can be reverted\n\t\t\t\t\t\t// or not.\n\t\t\t\t\t\treturn act.willRevert ().then (() => {\n\t\t\t\t\t\t\tthis.debug.debug ('Action Will Revert');\n\t\t\t\t\t\t\t// If it can be reverted, then run the revert method\n\t\t\t\t\t\t\treturn act.revert ().then (() => {\n\t\t\t\t\t\t\t\tthis.debug.debug ('Action Reverting');\n\t\t\t\t\t\t\t\t// If the reversion was successful, run the didRevert\n\t\t\t\t\t\t\t\t// function. The action will return a boolean (shouldContinue)\n\t\t\t\t\t\t\t\t// specifying if the game should go ahead and revert\n\t\t\t\t\t\t\t\t// the previous statement as well or if it should\n\t\t\t\t\t\t\t\t// wait instead\n\t\t\t\t\t\t\t\treturn act.didRevert ().then (({ advance, step }) => {\n\t\t\t\t\t\t\t\t\tthis.debug.debug ('Action Did Revert');\n\n\t\t\t\t\t\t\t\t\tthis.trigger ('didRevertAction', {\n\t\t\t\t\t\t\t\t\t\taction: act\n\t\t\t\t\t\t\t\t\t});\n\n\t\t\t\t\t\t\t\t\tconst promises = [];\n\n\t\t\t\t\t\t\t\t\tfor (const action of this.actions ()) {\n\t\t\t\t\t\t\t\t\t\tpromises.push (action.afterRevert ({ advance, step }));\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\treturn Promise.all (promises).then (() => {\n\t\t\t\t\t\t\t\t\t\t// Since we reverted correctly, the step should\n\t\t\t\t\t\t\t\t\t\t// go back.\n\t\t\t\t\t\t\t\t\t\tif (step === true && shouldStepBack === true) {\n\t\t\t\t\t\t\t\t\t\t\tthis.state ({\n\t\t\t\t\t\t\t\t\t\t\t\tstep: this.state ('step') - 1\n\t\t\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t// Revert the previous statement if the action\n\t\t\t\t\t\t\t\t\t\t// told us to.\n\t\t\t\t\t\t\t\t\t\tif (advance === true && shouldAdvance === true) {\n\t\t\t\t\t\t\t\t\t\t\t// Clear the Stack using a Time Out instead\n\t\t\t\t\t\t\t\t\t\t\t// of calling the function directly, preventing\n\t\t\t\t\t\t\t\t\t\t\t// an Overflow\n\t\t\t\t\t\t\t\t\t\t\tsetTimeout ((...params) => {\n\t\t\t\t\t\t\t\t\t\t\t\tthis.revert.call (Monogatari, ...params);\n\t\t\t\t\t\t\t\t\t\t\t}, 0);\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\tthis.debug.trace ();\n\t\t\t\t\t\t\t\t\t\tthis.debug.groupEnd ();\n\t\t\t\t\t\t\t\t\t\treturn Promise.resolve ({ advance, step });\n\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t}).catch ((e) => {\n\t\t\t\t\t\t\tif (typeof e === 'object' || typeof e === 'string') {\n\t\t\t\t\t\t\t\tconsole.error (e);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t// Clear the Stack using a Time Out instead of calling\n\t\t\t\t\t\t\t// the function directly, preventing an Overflow\n\t\t\t\t\t\t\tsetTimeout ((...params) => {\n\t\t\t\t\t\t\t\tthis.run.call (Monogatari, ...params);\n\t\t\t\t\t\t\t}, 0, this.label ()[this.state ('step')]);\n\n\t\t\t\t\t\t\tthis.debug.trace ();\n\t\t\t\t\t\t\tthis.debug.groupEnd ();\n\n\t\t\t\t\t\t\treturn Promise.resolve ();\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\t// Clear the Stack using a Time Out instead of calling\n\t\t\t\t// the function directly, preventing an Overflow\n\t\t\t\tsetTimeout ((...params) => {\n\t\t\t\t\tthis.run.call (Monogatari, ...params);\n\t\t\t\t}, 0, this.label ()[this.state ('step')]);\n\t\t\t\tthis.debug.trace ();\n\t\t\t\tthis.debug.groupEnd ();\n\n\t\t\t\treturn Promise.resolve ();\n\t\t\t}\n\t\t\tthis.debug.trace ();\n\t\t\tthis.debug.groupEnd ();\n\t\t\treturn Promise.reject ();\n\t\t});\n\t}\n\n\t/**\n\t * @static run - Run a specified statement.\n\t *\n\t * @param {string|Object|function} statement - The Monogatari statement to run\n\t * @param {boolean} advance - Whether the game should advance or wait for user\n\t * interaction. This parameter is mainly used to prevent the game from advancing\n\t * when loading the game or performing some actions and we don't want them to\n\t * affect the game flow.\n\t *\n\t * @returns {Promise} - Resolves if the statement was run correctly or rejects\n\t * if it couldn't be run correctly.\n\t */\n\tstatic run (statement, shouldAdvance = true) {\n\n\t\tconst before = [];\n\n\t\tfor (const action of this.actions ()) {\n\t\t\tbefore.push (action.beforeRun ({ advance: shouldAdvance }));\n\t\t}\n\n\t\treturn Promise.all (before).then (() => {\n\t\t\tthis.debug.groupCollapsed ('Run Cycle');\n\n\t\t\t// Don't allow null as a valid statement\n\t\t\tif (statement === null) {\n\t\t\t\tthis.debug.trace ();\n\t\t\t\tthis.debug.groupEnd ();\n\t\t\t\treturn Promise.reject ('Statement was null.');\n\t\t\t}\n\n\t\t\tthis.debug.debug ('Running Action', statement);\n\n\t\t\tlet interpolatedStatement = null;\n\n\t\t\tif (typeof statement === 'string') {\n\t\t\t\tinterpolatedStatement = this.replaceVariables (statement).split (' ');\n\t\t\t}\n\n\t\t\t// Iterate over all the registered actions to find one that matches with\n\t\t\t// the statement to run.\n\t\t\tfor (const action of this.actions ()) {\n\t\t\t\tlet actionStatement = statement;\n\t\t\t\tlet matches = false;\n\n\t\t\t\t// Use the correct matching function (matchString or matchObject)\n\t\t\t\t// depending on the type of the current statement. If the statement\n\t\t\t\t// is a function, it will simply be run.\n\t\t\t\tif (typeof statement === 'string') {\n\t\t\t\t\t// Split the statement into an array using the space separations\n\t\t\t\t\tactionStatement = interpolatedStatement;\n\n\t\t\t\t\t// Check if it matches using the matchString method\n\t\t\t\t\tmatches = action.matchString (actionStatement);\n\t\t\t\t} else if (typeof statement === 'object') {\n\t\t\t\t\t// Check if it matches using the matchObject method\n\t\t\t\t\tmatches = action.matchObject (statement);\n\t\t\t\t} else if (typeof actionStatement === 'function') {\n\t\t\t\t\t// Block the game while the function is being run\n\t\t\t\t\tthis.global ('block', true);\n\n\t\t\t\t\t// Run the function asynchronously and after it has run, unblock\n\t\t\t\t\t// the game so it can continue.\n\t\t\t\t\treturn Util.callAsync (actionStatement, Monogatari).then ((returnValue) => {\n\t\t\t\t\t\tthis.global ('block', false);\n\t\t\t\t\t\tif (shouldAdvance && returnValue !== false) {\n\t\t\t\t\t\t\tthis.debug.trace ();\n\t\t\t\t\t\t\tthis.debug.groupEnd ();\n\t\t\t\t\t\t\treturn this.next ();\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\treturn Promise.resolve ({ advance: false });\n\t\t\t\t\t}).catch((e) => {\n\t\t\t\t\t\tlet error = {\n\t\t\t\t\t\t\t'Label': this.state ('label'),\n\t\t\t\t\t\t\t'Step': this.state ('step'),\n\t\t\t\t\t\t\t'Help': {\n\t\t\t\t\t\t\t\t'_': 'Check the code for your function, there may be additional information in the console.',\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t};\n\n\t\t\t\t\t\tif (typeof e === 'object') {\n\t\t\t\t\t\t\terror = Object.assign (error, {\n\t\t\t\t\t\t\t\t'Error Message': e.message,\n\t\t\t\t\t\t\t\t'File Name': e.fileName,\n\t\t\t\t\t\t\t\t'Line Number': e.lineNumber\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t} else if (typeof e === 'string') {\n\t\t\t\t\t\t\terror['Error Message'] = e;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tFancyError.show (\n\t\t\t\t\t\t\t'An error occurred while trying to run a Function.',\n\t\t\t\t\t\t\t'Monogatari attempted to run a function on the script but an error occurred.',\n\t\t\t\t\t\t\terror\n\t\t\t\t\t\t);\n\t\t\t\t\t});\n\t\t\t\t}\n\n\t\t\t\t// Check if the statement matched any of the registered actions\n\t\t\t\tif (matches === true) {\n\t\t\t\t\t// Create an instance of the action and initialize it with the\n\t\t\t\t\t// current statement\n\t\t\t\t\tconst act = new action (actionStatement);\n\n\t\t\t\t\t// The original statement is set just in case the action needs\n\t\t\t\t\t// access to it\n\t\t\t\t\tact._setStatement (statement);\n\n\t\t\t\t\t// The current cycle is also set just in case the action needs to\n\t\t\t\t\t// know what cycle it's currently being performed.\n\t\t\t\t\tact._setCycle ('Application');\n\n\t\t\t\t\t// Monogatari is set as the context of the action so that it can\n\t\t\t\t\t// access all its functionalities\n\t\t\t\t\tact.setContext (Monogatari);\n\n\t\t\t\t\tthis.trigger ('willRunAction', {\n\t\t\t\t\t\taction: act\n\t\t\t\t\t});\n\n\t\t\t\t\t// Run the willApply method of the action first\n\t\t\t\t\treturn act.willApply ().then (() => {\n\t\t\t\t\t\tthis.debug.debug ('Action Will Apply');\n\n\t\t\t\t\t\t// Run the apply method\n\t\t\t\t\t\treturn act.apply (shouldAdvance).then (() => {\n\t\t\t\t\t\t\tthis.debug.debug ('Action Applying');\n\n\t\t\t\t\t\t\t// If everything has been run correctly, then run the\n\t\t\t\t\t\t\t// didApply method. The action will return a boolean\n\t\t\t\t\t\t\t// (shouldContinue) specifying if the game should run the\n\t\t\t\t\t\t\t// next statement right away or if it should wait instead\n\t\t\t\t\t\t\treturn act.didApply ().then (({ advance }) => {\n\t\t\t\t\t\t\t\tthis.debug.debug ('Action Did Apply');\n\n\t\t\t\t\t\t\t\tthis.trigger ('didRunAction', {\n\t\t\t\t\t\t\t\t\taction: act\n\t\t\t\t\t\t\t\t});\n\n\t\t\t\t\t\t\t\tconst promises = [];\n\n\t\t\t\t\t\t\t\tfor (const action of this.actions ()) {\n\t\t\t\t\t\t\t\t\tpromises.push (action.afterRun ({ advance }));\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\treturn Promise.all (promises).then (() => {\n\t\t\t\t\t\t\t\t\tif (advance === true && shouldAdvance === true) {\n\t\t\t\t\t\t\t\t\t\tthis.debug.debug ('Next action will be run right away');\n\t\t\t\t\t\t\t\t\t\tthis.next ();\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tthis.debug.trace ();\n\t\t\t\t\t\t\t\t\tthis.debug.groupEnd ();\n\t\t\t\t\t\t\t\t\treturn Promise.resolve ({ advance });\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t}).catch ((e) => {\n\t\t\t\t\t\t\t\tthis.debug.debug (`Did Apply Failed.\\nReason: ${e}`);\n\t\t\t\t\t\t\t\treturn Promise.reject (e);\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t}).catch ((e) => {\n\t\t\t\t\t\t\tconsole.error(e);\n\t\t\t\t\t\t\tthis.debug.debug (`Application Failed.\\nReason: ${e}`);\n\t\t\t\t\t\t\treturn Promise.reject (e);\n\t\t\t\t\t\t});\n\t\t\t\t\t}).catch ((e) => {\n\t\t\t\t\t\tconsole.error(e);\n\t\t\t\t\t\tthis.debug.debug (`Will Apply Failed.\\nReason: ${e}`);\n\t\t\t\t\t\tthis.debug.trace ();\n\t\t\t\t\t\tthis.debug.groupEnd ();\n\t\t\t\t\t\treturn Promise.reject (e);\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t}\n\t\t\tthis.debug.trace ();\n\t\t\tthis.debug.groupEnd ();\n\t\t});\n\t}\n\n\tstatic alert (id, options) {\n\t\tconst alert = document.createElement ('alert-modal');\n\t\talert.setProps (options);\n\t\tthis.element ().prepend (alert);\n\t}\n\n\tstatic dismissAlert (id = null) {\n\t\t// if (typeof id === 'string') {\n\t\t// \tthis.component ('alert-modal').instance (id).remove ();\n\t\t// } else {\n\t\tthis.element ().find ('alert-modal').remove ();\n\t\t// }\n\t}\n\n\t/**\n\t * @static loadFromSlot - Load a slot from the storage. This will recover the\n\t * state of the game from what was saved in it.\n\t *\n\t * @param {string} slot - The key with which the slot was saved on the storage\n\t */\n\tstatic loadFromSlot (slot) {\n\t\tdocument.body.style.cursor = 'wait';\n\t\tthis.global ('playing', true);\n\n\t\tthis.trigger ('willLoadGame');\n\n\t\treturn this.resetGame ().then (() => {\n\t\t\tthis.hideScreens ();\n\n\t\t\treturn this.Storage.get (slot).then ((data) => {\n\t\t\t\t// Check if an older save format was used so we can transform\n\t\t\t\t// that information into the new format\n\t\t\t\tif (typeof data.Engine !== 'undefined') {\n\n\t\t\t\t\t// Set the game state\n\t\t\t\t\tthis.state ({\n\t\t\t\t\t\tstep: data.Engine.Step,\n\t\t\t\t\t\tlabel: data.Engine.Label,\n\t\t\t\t\t\tscene: `show scene ${data.Engine.Scene}`,\n\t\t\t\t\t});\n\n\t\t\t\t\t// Retrieve if a song was playing so we can set it to the state\n\t\t\t\t\tif (data.Engine.Song !== '' && typeof data.Engine.Song !== 'undefined') {\n\t\t\t\t\t\tthis.state ({\n\t\t\t\t\t\t\tmusic: [data.Engine.Song],\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\n\t\t\t\t\t// Retrieve if a sound was playing so we can set it to the state\n\t\t\t\t\tif (data.Engine.Sound !== '' && typeof data.Engine.Sound !== 'undefined') {\n\t\t\t\t\t\tthis.state ({\n\t\t\t\t\t\t\tsound: [data.Engine.Sound],\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\n\t\t\t\t\t// Retrieve if particles were shown so we can set it to the state\n\t\t\t\t\tif (data.Engine.Particles !== '' && typeof data.Engine.Particles !== 'undefined') {\n\t\t\t\t\t\tthis.state ({\n\t\t\t\t\t\t\tparticles: `show particles ${data.Engine.Particles}`\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\n\t\t\t\t\t// Check if there are images to be shown\n\t\t\t\t\tif (data.Show !== '' && typeof data.Show !== 'undefined') {\n\t\t\t\t\t\tconst show = data.Show.split (',');\n\n\t\t\t\t\t\t// For every image saved, add their element to the game\n\t\t\t\t\t\tfor (const element of show) {\n\t\t\t\t\t\t\tif (element.trim () !== '') {\n\t\t\t\t\t\t\t\tconst div = document.createElement ('div');\n\t\t\t\t\t\t\t\tdiv.innerHTML = element.replace ('img/', 'assets/');\n\t\t\t\t\t\t\t\tconst item = $_(div.firstChild);\n\t\t\t\t\t\t\t\tif (element.indexOf ('data-character') > -1) {\n\t\t\t\t\t\t\t\t\tthis.state ('characters').push (`show character ${item.data ('character')} ${item.data ('sprite')} ${item.get (0).className}`);\n\t\t\t\t\t\t\t\t} else if (element.indexOf ('data-image') > -1) {\n\t\t\t\t\t\t\t\t\tthis.state ('characters').push (`show image ${item.data ('image')} ${item.get (0).className}`);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tconst sceneElements = data.Engine.SceneElementsHistory.map ((elements) => {\n\t\t\t\t\t\treturn elements.map (element => element.replace ('img/', 'assets/'));\n\t\t\t\t\t});\n\n\t\t\t\t\t// Set all the history variables with the ones from the old\n\t\t\t\t\t// format\n\t\t\t\t\tthis.history ({\n\t\t\t\t\t\tmusic: data.Engine.MusicHistory,\n\t\t\t\t\t\tsound: data.Engine.SoundHistory,\n\t\t\t\t\t\timage: data.Engine.ImageHistory,\n\t\t\t\t\t\tcharacter: data.Engine.CharacterHistory.map ((character) => {\n\t\t\t\t\t\t\tconst div = document.createElement ('div');\n\t\t\t\t\t\t\tdiv.innerHTML = character.replace ('img/', 'assets/');\n\t\t\t\t\t\t\tconst item = $_(div.firstChild);\n\t\t\t\t\t\t\tconst classes = item.get (0).classList;\n\t\t\t\t\t\t\tclasses.remove ('animated');\n\t\t\t\t\t\t\treturn `show character ${item.data ('character')} ${item.data ('sprite')} with ${classes.toString ()}`;\n\t\t\t\t\t\t}),\n\t\t\t\t\t\tscene: data.Engine.SceneHistory.map ((scene) => {\n\t\t\t\t\t\t\treturn `show scene ${scene}`;\n\t\t\t\t\t\t}),\n\t\t\t\t\t\tsceneElements: sceneElements,\n\t\t\t\t\t\tsceneState: sceneElements.map ((elements) => {\n\t\t\t\t\t\t\tif (elements.length > 0) {\n\t\t\t\t\t\t\t\treturn {\n\t\t\t\t\t\t\t\t\tcharacters: elements.filter(element => element.indexOf ('data-character=') > -1).map ((element) => {\n\t\t\t\t\t\t\t\t\t\tconst div = document.createElement ('div');\n\t\t\t\t\t\t\t\t\t\tdiv.innerHTML = element;\n\t\t\t\t\t\t\t\t\t\tconst image = $_(div.firstChild);\n\t\t\t\t\t\t\t\t\t\tconst classes = image.get(0).classList.toString ().replace ('animated', '').trim ();\n\t\t\t\t\t\t\t\t\t\treturn `show character ${image.data('character')} ${image.data('sprite')}${ classes.length > 0 ? ` with ${classes}`: ''}`;\n\t\t\t\t\t\t\t\t\t}),\n\t\t\t\t\t\t\t\t\timages: elements.filter(element => element.indexOf ('data-image=') > -1).map ((element) => {\n\t\t\t\t\t\t\t\t\t\tconst div = document.createElement ('div');\n\t\t\t\t\t\t\t\t\t\tdiv.innerHTML = element;\n\t\t\t\t\t\t\t\t\t\tconst image = $_(div.firstChild);\n\t\t\t\t\t\t\t\t\t\tconst classes = image.get(0).classList.toString ().replace ('animated', '').trim ();\n\t\t\t\t\t\t\t\t\t\treturn `show image ${image.data('image')}${ classes.length > 0 ? ` with ${classes}`: ''}`;\n\t\t\t\t\t\t\t\t\t}),\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\treturn {\n\t\t\t\t\t\t\t\tcharacters: [],\n\t\t\t\t\t\t\t\timages: []\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t}),\n\t\t\t\t\t\tparticle: data.Engine.ParticlesHistory.map ((particles) => {\n\t\t\t\t\t\t\treturn `show particles ${particles}`;\n\t\t\t\t\t\t}),\n\t\t\t\t\t});\n\t\t\t\t\tthis.storage (data.Storage);\n\n\t\t\t\t} else {\n\t\t\t\t\t// If the new format is being used, things are a lot more simple\n\t\t\t\t\tconst { state, history, storage } = data.game;\n\t\t\t\t\tthis.state (state);\n\t\t\t\t\tthis.history (history);\n\t\t\t\t\tthis.storage (storage);\n\t\t\t\t}\n\n\n\t\t\t\tif (this.state ('step') > this.label ().length - 1) {\n\t\t\t\t\twhile (this.state ('step') > this.label ().length - 1) {\n\t\t\t\t\t\tconst step = this.state ('step') - 1;\n\t\t\t\t\t\tthis.state ({ step });\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tthis.onLoad ().then (() => {\n\t\t\t\t\t// Finally show the game and start playing\n\t\t\t\t\tthis.showScreen ('game');\n\t\t\t\t\tdocument.body.style.cursor = 'auto';\n\t\t\t\t\tthis.trigger ('didLoadGame');\n\t\t\t\t\treturn Promise.resolve ();\n\t\t\t\t});\n\t\t\t});\n\t\t});\n\t}\n\n\tstatic proceed ({ userInitiated = false, skip = false }) {\n\t\treturn this.shouldProceed ({ userInitiated, skip }).then (() => {\n\t\t\tthis.global ('_engine_block', true);\n\t\t\treturn this.willProceed ().then (() => {\n\t\t\t\treturn this.next ();\n\t\t\t});\n\t\t});\n\t}\n\n\tstatic rollback () {\n\t\treturn this.shouldRollback ().then (() => {\n\t\t\tthis.global ('_engine_block', true);\n\t\t\treturn this.willRollback ().then (() => {\n\t\t\t\treturn this.previous ().then (() => {\n\t\t\t\t});\n\t\t\t});\n\t\t});\n\t}\n\n\t/**\n\t * @static shouldProceed - Check if the game can proceed\n\t *\n\t * @returns {Promise} - Resolves if the game can proceed or reject if it\n\t * can't proceed right now.\n\t */\n\tstatic shouldProceed ({ userInitiated = false, skip = false }) {\n\n\t\t// Check if the game is visible, if it's not, then it probably is not\n\t\t// playing or is looking at some menu and thus the game should not\n\t\t// proceed. The game will not proceed if it's blocked or if the distraction\n\t\t// free mode is enabled.\n\n\t\tif (!$_('.modal').isVisible ()\n\t\t\t&& !this.global ('distraction_free')\n\t\t\t&& !this.global ('block')\n\t\t\t&& (!this.global ('_engine_block') || this.global ('_executing_sub_action'))) {\n\t\t\tconst promises = [];\n\n\t\t\tthis.debug.groupCollapsed ('shouldProceed Check');\n\t\t\ttry {\n\n\t\t\t\tthis.debug.debug ('Checking Actions');\n\n\t\t\t\t// Check action by action if they will allow the game to proceed\n\t\t\t\tfor (const action of this.actions ()) {\n\t\t\t\t\tpromises.push (action.shouldProceed ({ userInitiated, skip }).then (() => {\n\t\t\t\t\t\tthis.debug.debug (`OK ${action.id}`);\n\t\t\t\t\t}).catch ((e) => {\n\t\t\t\t\t\tthis.debug.debug (`FAIL ${action.id}\\nReason: ${e}`);\n\t\t\t\t\t\treturn Promise.reject (e);\n\t\t\t\t\t}));\n\t\t\t\t}\n\n\t\t\t\tthis.debug.debug ('Checking Components');\n\n\t\t\t\t// Check component by component if they will allow the game to proceed\n\t\t\t\tfor (const component of this.components ()) {\n\t\t\t\t\tpromises.push (component.shouldProceed ({ userInitiated, skip }).then (() => {\n\t\t\t\t\t\tthis.debug.debug (`OK ${component.tag}`);\n\t\t\t\t\t}).catch ((e) => {\n\t\t\t\t\t\tthis.debug.debug (`FAIL ${component.tag}\\nReason: ${e}`);\n\t\t\t\t\t\treturn Promise.reject (e);\n\t\t\t\t\t}));\n\t\t\t\t}\n\t\t\t} catch (e) {\n\t\t\t\tconsole.error (e);\n\t\t\t\tFancyError.show (\n\t\t\t\t\t'An error ocurred while trying to execute a shouldProceed function.',\n\t\t\t\t\t'Monogatari attempted to execute the function but an error ocurred.',\n\t\t\t\t\t{\n\t\t\t\t\t\t'Error Message': e.message,\n\t\t\t\t\t\t'Help': {\n\t\t\t\t\t\t\t'_': 'More details should be available at the console.',\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t);\n\t\t\t}\n\n\t\t\tthis.debug.debug ('Checking Extra Conditions');\n\n\t\t\treturn Promise.all (promises).then ((...args) => {\n\t\t\t\tthis.debug.groupEnd ();\n\t\t\t\treturn Promise.resolve (...args);\n\t\t\t}).catch ((e) => {\n\t\t\t\tthis.debug.groupEnd ();\n\t\t\t\treturn Promise.reject (e);\n\t\t\t});\n\t\t} else {\n\t\t\treturn Promise.reject ('Extra condition check failed.');\n\t\t}\n\t}\n\n\tstatic willProceed () {\n\n\t\tconst promises = [];\n\t\tthis.debug.groupCollapsed ('Can proceed check passed, game will proceed.');\n\t\ttry {\n\t\t\t// Check action by action if they will allow the game to proceed\n\t\t\tfor (const action of this.actions ()) {\n\t\t\t\tpromises.push (action.willProceed ().then (() => {\n\t\t\t\t\tthis.debug.debug (`OK ${action.id}`);\n\t\t\t\t}).catch ((e) => {\n\t\t\t\t\tthis.debug.debug (`FAIL ${action.id}\\nReason: ${e}`);\n\t\t\t\t\treturn Promise.reject (e);\n\t\t\t\t}));\n\t\t\t}\n\n\t\t\t// Check component by component if they will allow the game to proceed\n\t\t\tfor (const component of this.components ()) {\n\t\t\t\tpromises.push (component.willProceed ().then (() => {\n\t\t\t\t\tthis.debug.debug (`OK ${component.tag}`);\n\t\t\t\t}).catch ((e) => {\n\t\t\t\t\tthis.debug.debug (`FAIL ${component.tag}\\nReason: ${e}`);\n\t\t\t\t\treturn Promise.reject (e);\n\t\t\t\t}));\n\t\t\t}\n\t\t} catch (e) {\n\t\t\tconsole.error (e);\n\t\t\tFancyError.show (\n\t\t\t\t'An error ocurred while trying to execute a willProceed function.',\n\t\t\t\t'Monogatari attempted to execute the function but an error ocurred.',\n\t\t\t\t{\n\t\t\t\t\t'Error Message': e.message,\n\t\t\t\t\t'Help': {\n\t\t\t\t\t\t'_': 'More details should be available at the console.',\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t);\n\t\t}\n\n\t\treturn Promise.all (promises).then ((...args) => {\n\t\t\tthis.debug.groupEnd ();\n\t\t\treturn Promise.resolve (...args);\n\t\t}).catch ((e) => {\n\t\t\tthis.debug.groupEnd ();\n\t\t\treturn Promise.reject (e);\n\t\t});\n\t}\n\n\t/**\n\t * @static shouldRollback - Check if the game can revert\n\t *\n\t * @returns {Promise} - Resolves if the game can be reverted or reject if it\n\t * can't be reverted right now.\n\t */\n\tstatic shouldRollback () {\n\t\t// Check if the game is visible, if it's not, then it probably is not\n\t\t// playing or is looking at some menu and thus the game should not\n\t\t// revert. The game will not revert if it's blocked or if the distraction\n\t\t// free mode is enabled.\n\t\tif (!this.global ('distraction_free')\n\t\t\t&& !this.global ('block')\n\t\t\t&& (!this.global ('_engine_block') || this.global ('_executing_sub_action'))) {\n\t\t\tconst promises = [];\n\n\t\t\tthis.debug.groupCollapsed ('shouldRollback Check');\n\t\t\ttry {\n\t\t\t\t// Check action by action if they will allow the game to revert\n\t\t\t\tfor (const action of this.actions ()) {\n\t\t\t\t\tpromises.push (action.shouldRollback ().then (() => {\n\t\t\t\t\t\tthis.debug.debug (`OK ${action.id}`);\n\t\t\t\t\t}).catch ((e) => {\n\t\t\t\t\t\tthis.debug.debug (`FAIL ${action.id}\\nReason: ${e}`);\n\t\t\t\t\t\treturn Promise.reject (e);\n\t\t\t\t\t}));\n\t\t\t\t}\n\n\t\t\t\t// Check component by component if they will allow the game to revert\n\t\t\t\tfor (const component of this.components ()) {\n\t\t\t\t\tpromises.push (component.shouldRollback ().then (() => {\n\t\t\t\t\t\tthis.debug.debug (`OK ${component.tag}`);\n\t\t\t\t\t}).catch ((e) => {\n\t\t\t\t\t\tthis.debug.debug (`FAIL ${component.tag}\\nReason: ${e}`);\n\t\t\t\t\t\treturn Promise.reject (e);\n\t\t\t\t\t}));\n\t\t\t\t}\n\t\t\t} catch (e) {\n\t\t\t\tconsole.error (e);\n\t\t\t\tFancyError.show (\n\t\t\t\t\t'An error ocurred while trying to execute a shouldRollback function.',\n\t\t\t\t\t'Monogatari attempted to execute the function but an error ocurred.',\n\t\t\t\t\t{\n\t\t\t\t\t\t'Error Message': e.message,\n\t\t\t\t\t\t'Help': {\n\t\t\t\t\t\t\t'_': 'More details should be available at the console.',\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t);\n\t\t\t}\n\n\t\t\treturn Promise.all (promises).then ((...args) => {\n\t\t\t\tthis.debug.groupEnd ();\n\t\t\t\treturn Promise.resolve (...args);\n\t\t\t}).catch ((e) => {\n\t\t\t\tthis.debug.groupEnd ();\n\t\t\t\treturn Promise.reject (e);\n\t\t\t});\n\t\t} else {\n\t\t\treturn Promise.reject ('Extra condition check failed.');\n\t\t}\n\t}\n\n\tstatic willRollback () {\n\t\tconst promises = [];\n\n\t\tthis.debug.groupCollapsed ('Should Rollback Check passed, game will roll back.');\n\n\t\ttry {\n\t\t\t// Check action by action if they will allow the game to revert\n\t\t\tfor (const action of this.actions ()) {\n\t\t\t\tpromises.push (action.willRollback ().then (() => {\n\t\t\t\t\tthis.debug.debug (`OK ${action.id}`);\n\t\t\t\t}).catch ((e) => {\n\t\t\t\t\tthis.debug.debug (`FAIL ${action.id}\\nReason: ${e}`);\n\t\t\t\t\treturn Promise.reject (e);\n\t\t\t\t}));\n\t\t\t}\n\n\t\t\t// Check component by component if they will allow the game to revert\n\t\t\tfor (const component of this.components ()) {\n\t\t\t\tpromises.push (component.willRollback ().then (() => {\n\t\t\t\t\tthis.debug.debug (`OK ${component.tag}`);\n\t\t\t\t}).catch ((e) => {\n\t\t\t\t\tthis.debug.debug (`FAIL ${component.tag}\\nReason: ${e}`);\n\t\t\t\t\treturn Promise.reject (e);\n\t\t\t\t}));\n\t\t\t}\n\t\t} catch (e) {\n\t\t\tconsole.error (e);\n\t\t\tFancyError.show (\n\t\t\t\t'An error ocurred while trying to execute a willRollback function.',\n\t\t\t\t'Monogatari attempted to execute the function but an error ocurred.',\n\t\t\t\t{\n\t\t\t\t\t'Error Message': e.message,\n\t\t\t\t\t'Help': {\n\t\t\t\t\t\t'_': 'More details should be available at the console.',\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t);\n\t\t}\n\n\t\treturn Promise.all (promises).then ((...args) => {\n\t\t\tthis.debug.groupEnd ();\n\t\t\treturn Promise.resolve (...args);\n\t\t}).catch ((e) => {\n\t\t\tthis.debug.groupEnd ();\n\t\t\treturn Promise.reject (e);\n\t\t});\n\t}\n\n\t/**\n\t * @static playAmbient - Play the main menu music using the key defined in the\n\t * 'MainScreenMusic' property of the game settings.\n\t */\n\tstatic playAmbient () {\n\t\t// Check if a menu music was defined\n\t\tif (this.setting ('MainScreenMusic') !== '') {\n\n\t\t\t// Make the ambient player loop\n\t\t\tthis.ambientPlayer.loop = true;\n\n\t\t\t// Check if the music was defined in the music assets object\n\t\t\tif (typeof this.asset ('music', this.setting ('MainScreenMusic')) !== 'undefined') {\n\n\t\t\t\t// Check if the player is already playing music\n\t\t\t\tif (!this.ambientPlayer.paused && !this.ambientPlayer.ended) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\t// Get the full path to the asset and set the src to the ambient player\n\t\t\t\tthis.ambientPlayer.src = `${this.setting ('AssetsPath').root}/${this.setting ('AssetsPath').music}/${this.asset ('music', this.setting ('MainScreenMusic'))}`;\n\n\t\t\t\t// Play the music but catch any errors. Error catching is necessary\n\t\t\t\t// since some browsers like chrome, have added some protections to\n\t\t\t\t// avoid media from being autoplayed. Because of these protections,\n\t\t\t\t// the user needs to interact with the page first before the media\n\t\t\t\t// is able to play.\n\t\t\t\tthis.ambientPlayer.play ().catch ((e) => {\n\t\t\t\t\tconsole.warn(e);\n\t\t\t\t\t// Create a broadcast message\n\t\t\t\t\tconst element = `\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t

${this.string ('AllowPlayback')}.

\n\t\t\t\t\t\t
\n\t\t\t\t\t`;\n\n\t\t\t\t\t// Add it to the main menu and game screens\n\t\t\t\t\tthis.element ().prepend (element);\n\n\t\t\t\t\t// Try to play the media again once the element has been clicked\n\t\t\t\t\t// and remove it.\n\t\t\t\t\tthis.element ().on ('click', '[data-ui=\"broadcast\"][data-content=\"allow-playback\"]', () => {\n\t\t\t\t\t\tthis.playAmbient ();\n\t\t\t\t\t\tthis.element ().find ('[data-ui=\"broadcast\"][data-content=\"allow-playback\"]').remove ();\n\t\t\t\t\t});\n\t\t\t\t});\n\t\t\t} else {\n\t\t\t\tFancyError.show (\n\t\t\t\t\t`The music \"${this.setting ('MainScreenMusic')}\" is not defined.`,\n\t\t\t\t\t'Monogatari attempted to find a definition of a music asset but there was none.',\n\t\t\t\t\t{\n\t\t\t\t\t\t'Music Not Found': this.setting ('MainScreenMusic'),\n\t\t\t\t\t\t'You may have meant one of these': Object.keys (this.assets ('music')),\n\t\t\t\t\t\t'Help': {\n\t\t\t\t\t\t\t'_': 'Please check that you have correctly defined this music asset and wrote its name correctly in the `MainScreenMusic` variable',\n\t\t\t\t\t\t\t'_1': `\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t'MainScreenMusic': 'TheKeyToYourMusicAsset'\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t`,\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t);\n\t\t\t}\n\t\t}\n\t}\n\n\t// Stop the main menu's music\n\tstatic stopAmbient () {\n\t\tif (!this.ambientPlayer.paused) {\n\t\t\tthis.ambientPlayer.pause ();\n\t\t}\n\t}\n\n\t// Start game automatically without going trough the main menu\n\tstatic showMainScreen () {\n\t\tthis.global ('on_splash_screen', false);\n\n\t\tif (!this.setting ('ShowMainScreen')) {\n\t\t\tthis.global ('playing', true);\n\t\t\tthis.showScreen ('game');\n\t\t\tthis.run (this.label ()[this.state ('step')]);\n\t\t} else {\n\t\t\tthis.showScreen ('main');\n\t\t}\n\t}\n\n\tstatic showSplashScreen () {\n\t\tconst labelName = this.setting ('SplashScreenLabel');\n\t\tif (typeof labelName === 'string' && labelName !== '') {\n\t\t\tconst label = this.label (labelName);\n\t\t\tif (typeof label !== 'undefined') {\n\t\t\t\tthis.global ('on_splash_screen', true);\n\n\t\t\t\tthis.state ({\n\t\t\t\t\tlabel: labelName\n\t\t\t\t});\n\n\t\t\t\tthis.element ().find ('[data-component=\"game-screen\"]').addClass ('splash-screen');\n\n\t\t\t\tthis.element ().find ('[data-component=\"quick-menu\"]').addClass ('splash-screen');\n\n\t\t\t\tthis.showScreen ('game');\n\n\t\t\t\tthis.run (this.label ()[this.state ('step')]);\n\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\t\tthis.showMainScreen ();\n\t}\n\n\t/**\n\t * @static autoPlay - Enable or disable the autoplay feature which allows the\n\t * game to play itself (of sorts), it will go through the dialogs alone but\n\t * will wait when user interaction is needed.\n\t *\n\t * @param {boolean} enable - Wether the auto play feature will be enabled (true)\n\t * or disabled (false);\n\t */\n\tstatic autoPlay (enable) {\n\t\tif (enable === true) {\n\t\t\t// The interval for autoplay speed is measured in minutes\n\t\t\tconst interval = this.preference ('AutoPlaySpeed') * 1000;\n\t\t\tlet expected = Date.now () + interval;\n\n\t\t\tthis.global ('_auto_play_timer', () => {\n\t\t\t\tconst now = Date.now () - expected; // the drift (positive for overshooting)\n\t\t\t\tif (now > interval) {\n\t\t\t\t\t// something really bad happened. Maybe the browser (tab) was inactive?\n\t\t\t\t\t// possibly special handling to avoid futile \"catch up\" run\n\t\t\t\t}\n\t\t\t\tthis.proceed ().then (() => {\n\t\t\t\t\texpected += interval;\n\t\t\t\t\tsetTimeout (this.global ('_auto_play_timer'), Math.max (0, interval - now)); // take into account drift\n\t\t\t\t}).catch (() => {\n\t\t\t\t\t// An action waiting for user interaction or something else\n\t\t\t\t\t// is blocking the game.\n\t\t\t\t});\n\t\t\t});\n\t\t\tsetTimeout (this.global ('_auto_play_timer'), interval);\n\t\t\tthis.element ().find ('[data-component=\"quick-menu\"] [data-action=\"auto-play\"] [data-string]').text (this.string ('Stop'));\n\t\t\tthis.element ().find ('[data-component=\"quick-menu\"] [data-action=\"auto-play\"] [data-icon]').replaceWith ('');\n\t\t} else {\n\t\t\tclearTimeout (this.global ('_auto_play_timer'));\n\t\t\tthis.global ('_auto_play_timer', null);\n\t\t\tthis.element ().find ('[data-component=\"quick-menu\"] [data-action=\"auto-play\"] [data-string]').text (this.string ('AutoPlay'));\n\t\t\tthis.element ().find ('[data-component=\"quick-menu\"] [data-action=\"auto-play\"] [data-icon]').replaceWith ('');\n\t\t}\n\t}\n\n\t/**\n\t * @static distractionFree - Enable or disable the distraction free mode\n\t * where the dialog box is hidden so that the player can look at the characters\n\t * and background with no other elements on the way. A 'transparent' class\n\t * is added to the quick menu when this mode is enabled.\n\t */\n\tstatic distractionFree () {\n\t\tif (this.global ('playing')) {\n\t\t\t// Check if the distraction free is currently enabled\n\t\t\tif (this.global ('distraction_free') === true) {\n\t\t\t\tthis.element ().find ('[data-component=\"quick-menu\"] [data-action=\"distraction-free\"] [data-string]').text (this.string ('Hide'));\n\t\t\t\tthis.element ().find ('[data-component=\"quick-menu\"] [data-action=\"distraction-free\"] [data-icon]').replaceWith ('');\n\t\t\t\tthis.element ().find ('[data-component=\"quick-menu\"]').removeClass ('transparent');\n\t\t\t\tthis.element ().find ('[data-component=\"text-box\"]').show ();\n\t\t\t\tthis.global ('distraction_free', false);\n\t\t\t} else {\n\t\t\t\tthis.element ().find ('[data-component=\"quick-menu\"] [data-action=\"distraction-free\"] [data-string]').text (this.string ('Show'));\n\t\t\t\tthis.element ().find ('[data-component=\"quick-menu\"] [data-action=\"distraction-free\"] [data-icon]').replaceWith ('');\n\t\t\t\tthis.element ().find ('[data-component=\"quick-menu\"]').addClass ('transparent');\n\t\t\t\tthis.element ().find ('[data-component=\"text-box\"]').hide();\n\t\t\t\tthis.global ('distraction_free', true);\n\t\t\t}\n\t\t}\n\t}\n\n\tstatic setup (selector) {\n\n\t\t// Set the initial settings if they don't exist or load them from the\n\t\t// Storage if they do.\n\t\tthis.Storage.get ('Settings').then ((local_settings) => {\n\t\t\tthis._preferences = merge (this._preferences, local_settings);\n\t\t}).catch ((e) => {\n\t\t\tconsole.warn ('There was no settings saved. This may be the first time this game was opened, we\\'ll create them now.', e);\n\t\t\tthis.Storage.set ('Settings', this._preferences);\n\t\t});\n\n\t\t// Define all the components that were registered to this point\n\t\tfor (const component of this._components) {\n\t\t\tif (typeof window.customElements.get (component.tag) === 'undefined') {\n\t\t\t\tcomponent.engine = this;\n\t\t\t\twindow.customElements.define (component.tag, component);\n\t\t\t} else {\n\t\t\t\tFancyError.show (\n\t\t\t\t\t`Unable to register component \"${component.tag}\"`,\n\t\t\t\t\t'Monogatari attempted to register a component but another component had already been registered for the same tag.',\n\t\t\t\t\t{\n\t\t\t\t\t\t'Component / Tag': component,\n\t\t\t\t\t\t'Help': {\n\t\t\t\t\t\t\t'_': 'Once a component for a tag has been registered and the setup has completed, it can not be replaced or removed. Try removing the conflicting component first:',\n\t\t\t\t\t\t\t'_1': `\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tmonogatari.unregisterComponent ('${component.tag}')\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t`,\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t);\n\t\t\t}\n\t\t}\n\n\t\t// Register service worker. The service worker will save all requests into\n\t\t// the cache so the game loads more quickly and we can play offline. The\n\t\t// service worker will only be used if it was allowed by the settings and\n\t\t// if we are not running in a local platform such as electron or cordova\n\t\t// where the assets are expected to be available locally and thus don't\n\t\t// require being cached.\n\t\tif (this.setting ('ServiceWorkers')) {\n\t\t\tif (!Platform.electron () && !Platform.cordova () && Platform.serviceWorkers ()) {\n\t\t\t\t// TODO: There's a place in hell for this quick fix, the splitting\n\t\t\t\t// of the sw file is just preventing parcel from trying to bundle it\n\t\t\t\t// when building the core libraries.\n\t\t\t\tnavigator.serviceWorker.register ('service-worker' + '.js').then ((registration) => {\n\n\t\t\t\t\t// Check if an update to the service worker was found\n\t\t\t\t\tregistration.onupdatefound = () => {\n\t\t\t\t\t\tconst worker = registration.installing;\n\t\t\t\t\t\tworker.onstatechange = () => {\n\t\t\t\t\t\t\t// Once the updated service worker has been installed,\n\t\t\t\t\t\t\t// show a notice to the players so that they reload the\n\t\t\t\t\t\t\t// page and get the latest content.\n\t\t\t\t\t\t\tif (worker.state === 'installed') {\n\t\t\t\t\t\t\t\tif (navigator.serviceWorker.controller) {\n\t\t\t\t\t\t\t\t\tconst element = `\n\t\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\t\t

${this.string ('NewContent')}.

\n\t\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t`;\n\t\t\t\t\t\t\t\t\tthis.element ().prepend (element);\n\t\t\t\t\t\t\t\t\tthis.element ().on ('click', '[data-ui=\"broadcast\"][data-content=\"new-content\"]', () => {\n\t\t\t\t\t\t\t\t\t\tthis.element ().find ('[data-ui=\"broadcast\"][data-content=\"new-content\"]').remove ();\n\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t};\n\t\t\t\t\t};\n\t\t\t\t});\n\t\t\t} else {\n\t\t\t\tconsole.warn ('Service Workers are not available in this browser or have been disabled in the engine configuration. Service Workers are available only when serving your files through a server, once you upload your game this warning will go away. You can also try using a simple server like this one for development: https://chrome.google.com/webstore/detail/web-server-for-chrome/ofhbbkphhbklhfoeikjpcbhemlocgigb/');\n\t\t\t}\n\t\t}\n\n\t\t// Save the structure of the storage variable. The structure is saved as\n\t\t// a string so that we have a reference to how the storage was originally\n\t\t// and we can reset the storage when the game ends.\n\t\tthis.global ('storageStructure', JSON.stringify (this.storage ()));\n\n\t\t// The open-screen action does exactly what it says, it takes the\n\t\t// data-screen property of the object it's in and then opens that\n\t\t// menu, meaning it hides everything else and shows that one.\n\t\tthis.registerListener ('open-screen', {\n\t\t\tcallback: (element) => {\n\t\t\t\tthis.element ().find ('[data-screen]').each ((screen) => {\n\t\t\t\t\tscreen.setState ({ open: false });\n\t\t\t\t});\n\t\t\t\tthis.element ().find (`[data-screen=\"${element.data('open')}\"]`).get (0).setState ({ open: true });\n\t\t\t}\n\t\t});\n\n\t\t// The start action starts the game so it shows the game screen\n\t\t// and the game starts\n\t\tthis.registerListener ('start', {\n\t\t\tcallback: () => {\n\t\t\t\tthis.global ('playing', true);\n\n\t\t\t\t// Remove the play main menu audio broadcast message if it's present\n\t\t\t\tthis.element ().find ('[data-ui=\"broadcast\"][data-content=\"allow-playback\"]').remove ();\n\n\t\t\t\tthis.onStart ().then (() => {\n\t\t\t\t\tthis.element ().find ('[data-screen]').each ((screen) => {\n\t\t\t\t\t\tscreen.setState ({ open: false });\n\t\t\t\t\t});\n\n\t\t\t\t\tthis.element ().find ('[data-screen=\"game\"]').get (0).setState ({ open: true });\n\n\t\t\t\t\t// Check if the initial label exists\n\t\t\t\t\tif (this.label ()) {\n\t\t\t\t\t\tthis.run (this.label ()[this.state ('step')]);\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t}\n\t\t});\n\n\t\tthis.registerListener ('dismiss-alert', {\n\t\t\tcallback: () => {\n\t\t\t\tthis.dismissAlert ();\n\t\t\t}\n\t\t});\n\n\t\tthis.registerListener ('distraction-free', {\n\t\t\tkeys: 'h',\n\t\t\tcallback: () => {\n\t\t\t\tthis.distractionFree ();\n\t\t\t}\n\t\t});\n\n\t\tthis.registerListener ('skip', {\n\t\t\tkeys: 's',\n\t\t\tcallback: () => {\n\t\t\t\tif (this.global ('playing')) {\n\t\t\t\t\tif (this.global ('skip') !== null) {\n\t\t\t\t\t\tthis.skip (false);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tthis.skip (true);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\n\t\t// Add listener to the auto-play buttons, activating or deactivating the\n\t\t// auto-play feature\n\t\tthis.registerListener ('auto-play', {\n\t\t\tcallback: () => {\n\t\t\t\tthis.autoPlay (this.global ('_auto_play_timer') === null);\n\t\t\t}\n\t\t});\n\n\t\tconst promises = [];\n\n\t\tfor (const component of this.components ()) {\n\t\t\tcomponent.engine = this;\n\t\t\tpromises.push (component.setup (selector));\n\t\t}\n\n\t\tfor (const action of this.actions ()) {\n\t\t\taction.engine = this;\n\t\t\tpromises.push (action.setup (selector));\n\t\t}\n\t\treturn Promise.all (promises).then (() => {\n\t\t\tthis.global ('_didSetup', true);\n\t\t\treturn Promise.resolve ();\n\t\t});\n\t}\n\t/**\n\t * @static skip - Enable or disable the skip mode which is similar to auto\n\t * play but simply skips fast through the game.\n\t *\n\t * @param {boolean} enable - Wether it should be enabled (true) or disabled (false)\n\t */\n\tstatic skip (enable) {\n\t\tif (enable === true) {\n\t\t\t// Check if Skip was enabled on the settings, if it has a value greater\n\t\t\t// than 0, it represents the speed with which the game will skip through\n\t\t\t// statements. If it's lesser or equal to 0 then it's disabled.\n\t\t\tif (this.setting ('Skip') > 0) {\n\n\t\t\t\tconst button = this.element ().find ('[data-component=\"quick-menu\"] [data-action=\"skip\"] [data-icon]');\n\n\t\t\t\tif (button.data ('icon') !== 'play-circle') {\n\t\t\t\t\tbutton.replaceWith ('');\n\t\t\t\t}\n\n\t\t\t\t// Start the timeout with the time specified on the settings. We\n\t\t\t\t// save it on a global variable so that we can disable later.\n\t\t\t\tthis.global ('skip', setTimeout (() => {\n\t\t\t\t\tif (this.element ().find ('[data-screen=\"game\"]').isVisible () && this.global ('playing') === true) {\n\t\t\t\t\t\tthis.proceed ({ skip: true }).then (() => {\n\t\t\t\t\t\t\t// Nothing to do here\n\t\t\t\t\t\t}).catch (() => {\n\t\t\t\t\t\t\t// An action waiting for user interaction or something else\n\t\t\t\t\t\t\t// is blocking the game.\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\t\t\t\t\t// Start all over again\n\t\t\t\t\tthis.skip (true);\n\t\t\t\t}, this.setting ('Skip')));\n\t\t\t}\n\t\t} else {\n\t\t\tclearTimeout (this.global ('skip'));\n\t\t\tthis.global ('skip', null);\n\t\t\tconst button = this.element ().find ('[data-component=\"quick-menu\"] [data-action=\"skip\"] [data-icon]');\n\n\t\t\tif (button.data ('icon') !== 'fast-forward') {\n\t\t\t\tbutton.replaceWith ('');\n\t\t\t}\n\t\t}\n\t}\n\n\tstatic showScreen (screen) {\n\t\tthis.hideScreens ();\n\n\t\tthis.element ().find (`[data-screen=\"${screen}\"]`).get (0).setState ({\n\t\t\topen: true\n\t\t});\n\t}\n\n\tstatic hideScreens () {\n\t\tthis.element ().find ('[data-screen]').each ((screen) => {\n\t\t\tscreen.setState ({ open: false });\n\t\t});\n\t}\n\n\tstatic resize (element, proportionWidth, proportionHeight) {\n\t\tconst mainElement = $_('body').get (0);\n\n\t\tconst mainWidth = mainElement.offsetWidth;\n\t\tconst mainHeight = mainElement.offsetHeight;\n\n\t\tconst h = Math.floor (mainWidth * (proportionHeight / proportionWidth));\n\n\t\tlet widthCss = '100%';\n\t\tlet heightCss = '100%';\n\t\tlet marginTopCss = 0;\n\n\t\tif (h <= mainHeight) {\n\t\t\tconst marginTop = Math.floor ((mainHeight - h)/2);\n\t\t\tmarginTopCss = marginTop + 'px';\n\t\t\theightCss = h + 'px';\n\n\t\t} else {\n\t\t\tconst w = Math.floor (mainHeight * (proportionWidth/proportionHeight));\n\t\t\twidthCss = w + 'px';\n\t\t}\n\n\t\t$_('.forceAspectRatio').style ({\n\t\t\twidth: widthCss,\n\t\t\theight: heightCss,\n\t\t\tmarginTop: marginTopCss\n\t\t});\n\t}\n\n\t/**\n\t * Every event listener should be binded in this function.\n\t */\n\tstatic bind (selector) {\n\n\n\t\t// Add the orientation checker in case that a specific orientation was\n\t\t// defined.\n\t\tif (this.setting ('Orientation') !== 'any' && Platform.mobile ()) {\n\n\t\t\t// Set the event listener for device orientation so we can display a message\n\t\t\twindow.addEventListener ('orientationchange', () => {\n\n\t\t\t\t// Display or remove the device orientation notice depending on the\n\t\t\t\t// current device orientation\n\t\t\t\tif (Platform.orientation () !== this.setting ('Orientation')) {\n\t\t\t\t\tthis.alert ('orientation-warning', {\n\t\t\t\t\t\tmessage: 'OrientationWarning'\n\t\t\t\t\t});\n\t\t\t\t} else {\n\t\t\t\t\tthis.dismissAlert ('orientation-warning');\n\t\t\t\t}\n\t\t\t}, false);\n\t\t}\n\n\t\t// Add event listener for back buttons. If the player is playing, the back\n\t\t// button will return to the game, if its not playing, then it'll return\n\t\t// to the main menu.\n\t\tthis.on ('click', '[data-screen]:not([data-screen=\"game\"]) [data-action=\"back\"]', (event) => {\n\n\t\t\tif (!$_(`${selector} [data-screen=\"game\"]`).isVisible ()) {\n\t\t\t\tthis.debug.debug ('Registered Back Listener on Non-Game Screen');\n\t\t\t\tevent.stopImmediatePropagation();\n\t\t\t\tevent.stopPropagation();\n\t\t\t\tevent.preventDefault();\n\t\t\t\tthis.element ().find ('[data-screen]').each ((screen) => {\n\t\t\t\t\tscreen.setState ({ open: false });\n\t\t\t\t});\n\n\t\t\t\tif (this.global ('playing') || this.global ('on_splash_screen')) {\n\t\t\t\t\tthis.element ().find ('[data-screen=\"game\"]').get (0).setState ({ open: true });\n\t\t\t\t} else {\n\t\t\t\t\tthis.element ().find ('[data-screen=\"main\"]').get (0).setState ({ open: true });\n\t\t\t\t}\n\t\t\t}\n\n\t\t});\n\n\t\tconst self = this;\n\n\t\t// Add listeners for the data-action properties\n\t\tthis.on ('click', '[data-action]', function (event) {\n\t\t\tconst element = $_(this);\n\n\t\t\tconst action = element.data ('action');\n\n\t\t\tif (action) {\n\t\t\t\tself.runListener (action, element, event);\n\t\t\t}\n\n\t\t\treturn false;\n\t\t});\n\n\t\tthis.keyboardShortcut (['right', 'space'], () => {\n\t\t\tthis.proceed ({ userInitiated: true }).then (() => {\n\t\t\t\t// Nothing to do here\n\t\t\t}).catch (() => {\n\t\t\t\t// An action waiting for user interaction or something else\n\t\t\t\t// is blocking the game.\n\t\t\t});\n\t\t});\n\n\t\tthis.keyboardShortcut ('esc', () => {\n\t\t\tif ($_(`${selector} [data-screen=\"game\"]`).isVisible () && this.global ('playing')) {\n\t\t\t\tthis.showScreen ('settings');\n\t\t\t} else if ($_(`${selector} [data-screen=\"settings\"]`).isVisible () && this.global ('playing')) {\n\t\t\t\tthis.showScreen ('game');\n\t\t\t}\n\t\t});\n\n\t\tthis.keyboardShortcut ('shift+s', () => {\n\t\t\tif (this.global ('playing')) {\n\t\t\t\tthis.showScreen ('save');\n\t\t\t}\n\t\t});\n\n\t\tthis.keyboardShortcut ('shift+l', () => {\n\t\t\tif (this.global ('playing')) {\n\t\t\t\tthis.showScreen ('load');\n\t\t\t}\n\t\t});\n\n\t\tconst forceAspectRatio = this.setting ('ForceAspectRatio');\n\t\tlet forceAspectRatioFlag = true;\n\n\t\tswitch (forceAspectRatio) {\n\t\t\tcase 'Visuals':\n\t\t\t\t$_('[data-content=\"visuals\"]').addClass('forceAspectRatio');\n\t\t\t\tbreak;\n\n\t\t\tcase 'Global':\n\t\t\t\tthis.element ().parent ().addClass('forceAspectRatio');\n\t\t\t\tbreak;\n\n\t\t\tdefault:\n\t\t\t\tforceAspectRatioFlag = false;\n\t\t}\n\n\t\tif (forceAspectRatioFlag) {\n\t\t\tconst [w, h] = this.setting ('AspectRatio').split (':');\n\t\t\tconst proportionWidth = parseInt(w);\n\t\t\tconst proportionHeight = parseInt(h);\n\t\t\tif (!(Platform.electron () && forceAspectRatio === 'Global')) {\n\t\t\t\tthis.resize (null, proportionWidth, proportionHeight);\n\t\t\t\t$_(window).on ('resize', () => this.resize (null, proportionWidth, proportionHeight));\n\t\t\t}\n\t\t}\n\n\t\tconst promises = [];\n\n\t\tfor (const component of this.components ()) {\n\t\t\tpromises.push (component.bind (selector));\n\t\t}\n\n\t\tfor (const action of this.actions ()) {\n\t\t\tpromises.push (action.bind (selector));\n\t\t}\n\t\treturn Promise.all (promises).then (() => {\n\t\t\tfor (const listener of this._listeners) {\n\t\t\t\tconst { keys, callback } = listener;\n\t\t\t\tif (typeof keys !== 'undefined') {\n\t\t\t\t\tthis.keyboardShortcut (keys, callback);\n\t\t\t\t}\n\t\t\t}\n\t\t\tthis.global ('_didBind', true);\n\t\t\treturn Promise.resolve ();\n\t\t});\n\t}\n\n\t/**\n\t * @static element - Get the main visual-novel element\n\t *\n\t * @param {boolean} pure - Wether to get an Artemis DOM instance of the element\n\t * or a pure HTML element\n\t * @param {boolean} handled - Wether the case of the element not existing is\n\t * being handled in some way or not. If it doesn't exist and it is not being\n\t * handled, an error will be shown.\n\t *\n\t * @returns {DOM | HTMLElement}\n\t */\n\tstatic element (pure = false, handled = false) {\n\t\tlet element = null;\n\t\tlet exists = false;\n\n\t\tif (pure === true) {\n\t\t\telement = document.querySelector ('visual-novel');\n\t\t\texists = element !== null;\n\t\t} else {\n\t\t\telement = $_('visual-novel');\n\t\t\texists = element.length > 0;\n\t\t}\n\n\t\t// In some cases, the user might be trying to execute an action using the\n\t\t// main element when the DOM has not been loaded yet, thus causing an\n\t\t// error since the element does not exists yet.\n\t\tif (exists === false && handled === false) {\n\t\t\tFancyError.show (\n\t\t\t\t'Main element is not ready yet',\n\t\t\t\t'Monogatari attempted to execute a function when the main element was not fully loaded yet.',\n\t\t\t\t{\n\t\t\t\t\t'Trace': 'You should be able to see an error with the order in which functions were executed in your browser\\'s console (Ctrl + Shift + i). The last one should be part of your code and that\\'s the one that needs to be changed.',\n\t\t\t\t\t'Help': {\n\t\t\t\t\t\t'_': 'Please wrap or move your code into a $_ready () function block to wait for the page to be fully loaded before executing it.',\n\t\t\t\t\t\t'_1': `\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$_ready (() => {\n\t\t\t\t\t\t\t\t\t// Your code should go here\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t`\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t);\n\t\t}\n\t\treturn element;\n\t}\n\n\tstatic on (event, target, callback) {\n\t\treturn this.element ().on (event, target, callback);\n\t}\n\n\tstatic parentElement () {\n\t\treturn $_(this._selector);\n\t}\n\n\t/**\n\t * @static trigger - Trigger a custom element with custom details data\n\t *\n\t * @param {string} name - The name of the event to trigger\n\t * @param {Object} [details = {}] - A key/value object with additional details\n\t * for the event\n\t *\n\t * @returns {void}\n\t */\n\tstatic trigger (name, details = {}) {\n\t\tconst event = new CustomEvent (name, { bubbles: false, detail: details });\n\n\t\tconst element = this.element (true, true);\n\n\t\tif (element) {\n\t\t\telement.dispatchEvent (event);\n\t\t} else {\n\t\t\t$_ready (() => dispatchEvent (event));\n\t\t}\n\t}\n\n\tstatic init (selector = '#monogatari') {\n\t\tthis._selector = selector;\n\n\t\tthis.trigger ('willInit');\n\n\t\tif (this.Storage.configuration ().name === '') {\n\t\t\tthis.setupStorage ();\n\t\t}\n\n\t\tFancyError.init ();\n\n\t\tthis.trigger ('willSetup');\n\n\t\treturn this.setup (selector).then (() => {\n\n\t\t\tthis.trigger ('didSetup');\n\n\t\t\tthis.trigger ('willBind');\n\n\t\t\treturn this.bind (selector).then (() => {\n\n\t\t\t\tthis.trigger ('didBind');\n\n\t\t\t\tthis.ambientPlayer = new Audio ();\n\n\t\t\t\t// Set the initial language translations\n\t\t\t\tthis.localize ();\n\n\t\t\t\t// Set the label in which the game will start\n\t\t\t\tthis.state ({\n\t\t\t\t\tlabel: this.setting ('Label')\n\t\t\t\t});\n\n\t\t\t\t// Check if the orientation is correct, if it's not, show the warning\n\t\t\t\t// message so the player will rotate its device.\n\t\t\t\tif (this.setting ('Orientation') !== 'any') {\n\t\t\t\t\tif (Platform.mobile () && Platform.orientation () !== this.setting ('Orientation')) {\n\t\t\t\t\t\tthis.alert ('orientation-warning', {\n\t\t\t\t\t\t\tmessage: 'OrientationWarning'\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Preload all the game assets\n\t\t\t\tthis.preload ().then (() => {\n\n\t\t\t\t}).catch ((e) => {\n\t\t\t\t\tconsole.error (e);\n\t\t\t\t}).finally (() => {\n\t\t\t\t\tif (this.label ()) {\n\t\t\t\t\t\tthis.showSplashScreen ();\n\t\t\t\t\t} else {\n\t\t\t\t\t\tFancyError.show (\n\t\t\t\t\t\t\t`\"${this.setting ('Label')}\" Label was not found`,\n\t\t\t\t\t\t\t'Monogatari tried to get your start label but it couldn\\'t find it in your script.',\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t'Start Label on your Settings': this.setting ('Label'),\n\t\t\t\t\t\t\t\t'Labels Available': Object.keys (this.script ()),\n\t\t\t\t\t\t\t\t'Help': {\n\t\t\t\t\t\t\t\t\t'_': 'Please check that the label exists in your script.'\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t);\n\t\t\t\t\t}\n\t\t\t\t});\n\n\t\t\t\tconst init = [];\n\n\t\t\t\tfor (const component of this.components ()) {\n\t\t\t\t\tinit.push (component.init (selector));\n\t\t\t\t}\n\n\t\t\t\tfor (const action of this.actions ()) {\n\t\t\t\t\tinit.push (action.init (selector));\n\t\t\t\t}\n\n\t\t\t\tif (this.setting ('AutoSave') != 0 && typeof this.setting ('AutoSave') === 'number') {\n\t\t\t\t\tthis.debug.debug ('Automatic save is enabled, setting up timeout');\n\t\t\t\t\tthis.global ('_auto_save_interval', setInterval(() => {\n\t\t\t\t\t\tthis.debug.groupCollapsed ('Automatic Save');\n\t\t\t\t\t\tconst id = this.global ('current_auto_save_slot');\n\n\t\t\t\t\t\tthis.debug.debug ('Saving data to slot', id);\n\n\t\t\t\t\t\tthis.saveTo ('AutoSaveLabel', id);\n\n\t\t\t\t\t\tif (this.global ('current_auto_save_slot') === this.setting ('Slots')) {\n\t\t\t\t\t\t\tthis.global ('current_auto_save_slot', 1);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tthis.global ('current_auto_save_slot', this.global ('current_auto_save_slot') + 1);\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tthis.debug.groupEnd ('Automatic Save');\n\n\t\t\t\t\t}, this.setting ('AutoSave') * 60000));\n\t\t\t\t} else {\n\t\t\t\t\tthis.debug.debug ('Automatic save is disabled. Section will be hidden from Load Screen');\n\t\t\t\t\tthis.element ().find ('[data-screen=\"load\"] [data-ui=\"autoSaveSlots\"]').hide ();\n\t\t\t\t}\n\n\t\t\t\treturn Promise.all (init).then (() => {\n\t\t\t\t\tthis.global ('_didInit', true);\n\t\t\t\t\tthis.trigger ('didInit');\n\t\t\t\t});\n\t\t\t});\n\t\t});\n\t}\n\n\tstatic random (min, max) {\n\t\ttry {\n\t\t\treturn new Random (browserCrypto).integer (min, max);\n\t\t} catch (e) {\n\t\t\tconsole.error (e);\n\t\t\treturn new Random ().integer (min, max);\n\t\t}\n\t}\n}\n\nMonogatari._events = {\n\n};\n\nMonogatari._selector = '#monogatari';\n\nMonogatari._actions = [];\nMonogatari._components = [];\nMonogatari._translations = {};\nMonogatari._script = {};\nMonogatari._characters = {};\nMonogatari._storage = {};\n\nMonogatari.Storage = new Space ();\n\nMonogatari._mediaPlayers = {\n\tmusic: {},\n\tsound: {},\n\tvoice: {},\n\tvideo: {}\n};\n\nMonogatari._state = {\n\tstep: 0,\n\tlabel: 'Start'\n};\n\nMonogatari._history = {\n\timage: [],\n\tcharacter: [],\n\tscene: [],\n\tlabel: []\n};\n\nMonogatari._globals = {\n\n};\n\nMonogatari._functions = {\n\n};\n\nMonogatari._$ = {\n\n};\n\nMonogatari._status = {\n\tblock: false,\n\tplaying: false,\n\tfinished_typing: true\n};\n\nMonogatari._assets = {\n\tmusic: {},\n\tvoices: {},\n\tsounds: {},\n\tvideos: {},\n\timages: {},\n\tscenes: {},\n\tgallery: {}\n};\n\n// These are the default settings and they are overwritten by the user's settings\n// New elements here will no conflict with the user's settings and allows a better\n// update experience\nMonogatari._settings = {\n\n\t// The name of your game, this will be used to store all the data so once\n\t// you've released a game using one name, it shouldn't change. Please use the\n\t// Version Setting to indicate a new release of your game!\n\t'Name': 'My Visual Novel',\n\n\t// The version of your game in semantic versioning (https://semver.org/).\n\t'Version': '0.1.0',\n\n\t// Initial Label *\n\t'Label': 'Start',\n\n\t// Number of AutoSave Slots\n\t'Slots': 10,\n\n\t// Change to true for a MultiLanguage GameScreen.\n\t'MultiLanguage': false,\n\n\t// Music for the Main Menu.\n\t'MainScreenMusic': '',\n\n\t// Prefix for the Save Slots in Local Storage.\n\t'SaveLabel': 'Save',\n\t'AutoSaveLabel': 'AutoSave',\n\n\t// Turn main menu on/off; Default: true *\n\t'ShowMainScreen': true,\n\n\t// Turn image preloading on/off, Default: true\n\t'Preload': true,\n\n\t// Time interval between autosaves (In Minutes). Default: 0 (Off)\n\t'AutoSave': 0,\n\n\t// Enable service workers; Default: true *\n\t'ServiceWorkers': true,\n\n\t// The Aspect Ratio your background images are on. This has no effect on\n\t// web deployed novels.\n\t'AspectRatio': '16:9',\n\n\t// Force aspect ratio, it will make all images to comply with aspect ratio.\n\t// Values: 'None' (don't force), 'Visuals' (force only visuals)\n\t// or 'Global' (force all game)\n\t'ForceAspectRatio': 'None',\n\n\t// Enables or disables the typing text animation for the whole game.\n\t'TypeAnimation': true,\n\n\t// Enables or disables the typing text animation in NVL dialogs for the\n\t// whole game.\n\t'NVLTypeAnimation': true,\n\n\t// Enables or disables the typing animation for the narrator.\n\t// If the previous property was set to false, the narrator won't shown\n\t// the animation even if this is set to true.\n\t'NarratorTypeAnimation': true,\n\n\t// Enables or disables the typing animation for the special centered\n\t// character. If the TypeAnimation property was set to false, the centered\n\t// character won't shown the animation even if this is set to true.\n\t'CenteredTypeAnimation': true,\n\n\t// Force some orientation on mobile devices. If this setting is set either\n\t// to portrait or landscape, a warning message will be displayed so the\n\t// player rotates its device.\n\t// Possible values: any, portrait or landscape.\n\t'Orientation': 'any',\n\n\t// Allow players to skip through the game. Similar to the auto play feature,\n\t// skipping will allow players to go through the game really fast.\n\t// If this value is set to 0, no skipping will be allowed but if it's set\n\t// to a higher number, skipping will be allowed and that value will be taken\n\t// as the speed in milliseconds with which the game will skip through the script\n\t'Skip': 0,\n\n\t// Define the directories where the assets are located. The root directory is\n\t// the holder for the other asset specific directories, this directories are\n\t// used when retrieving the files on the game.\n\t'AssetsPath': {\n\t\t'root': 'assets',\n\t\t'characters': 'characters',\n\t\t'icons': 'icons',\n\t\t'images': 'images',\n\t\t'music': 'music',\n\t\t'scenes': 'scenes',\n\t\t'sounds': 'sounds',\n\t\t'ui': 'ui',\n\t\t'videos': 'videos',\n\t\t'voices': 'voices',\n\t\t'gallery': 'gallery'\n\t},\n\n\t// Name of the Splash Screen Label. If a name is given and a label with that\n\t// name exists on the game's script, it will be used to show a splash screen\n\t// right after the loading screen.\n\t'SplashScreenLabel': '_SplashScreen',\n\n\t// Define what storage engine should be used to save the game data. *\n\t// Adapters Available:\n\t// - LocalStorage: This one is used by default\n\t// - SessionStorage: Same as LocalStorage but will be cleared when the page\n\t// \t\t\t\t\t is closed.\n\t// - IndexedDB: The information is saved using the IndexedDB web API\n\t// - RemoteStorage: The information will be sent and retrieved from a given\n\t//\t\t\t\t\tURL Endpoint providing a REST API.\n\t'Storage': {\n\t\t'Adapter': 'LocalStorage',\n\t\t'Store': 'GameData',\n\t\t'Endpoint': ''\n\t}\n};\n\nMonogatari._preferences = {\n\n\t// Initial Language for Multilanguage Games or for the Default GUI Language.\n\t'Language': 'English',\n\n\t// Initial Volumes from 0.0 to 1.\n\t'Volume': {\n\t\t'Music': 1,\n\t\t'Voice': 1,\n\t\t'Sound': 1,\n\t\t'Video': 1\n\t},\n\n\t// Initial resolution used for Electron, it must match the settings inside\n\t// the electron.js file. This has no effect on web deployed novels.\n\t'Resolution': '800x600',\n\n\t// Speed at which dialog text will appear\n\t'TextSpeed': 20,\n\n\t// Speed at which the Auto Play feature will show the next statement\n\t// It is measured in seconds and starts counting after the text is\n\t// completely displayed.\n\t'AutoPlaySpeed': 5\n};\n\nMonogatari.globals ({\n\tdistraction_free: false,\n\tdelete_slot: null,\n\toverwrite_slot: null,\n\tblock: false,\n\tplaying: false,\n\tcurrent_auto_save_slot: 1,\n\t_auto_play_timer: null,\n\tskip: null,\n\t_log: [],\n\t_auto_save_interval: null,\n\t_engine_block: false,\n\t_executing_sub_action: false,\n\t_restoring_state: false,\n\ton_splash_screen: false,\n\t_didSetup: false,\n\t_didBind: false,\n\t_didInit: false,\n});\n\nMonogatari._listeners = [];\n\nMonogatari._configuration = {\n\t'main-menu': {\n\t\tbuttons: [\n\t\t\t{\n\t\t\t\tstring: 'Start',\n\t\t\t\tdata: {\n\t\t\t\t\taction: 'start'\n\t\t\t\t}\n\t\t\t},\n\t\t\t{\n\t\t\t\tstring: 'Load',\n\t\t\t\tdata: {\n\t\t\t\t\taction: 'open-screen',\n\t\t\t\t\topen: 'load'\n\t\t\t\t}\n\t\t\t},\n\t\t\t{\n\t\t\t\tstring: 'Settings',\n\t\t\t\tdata: {\n\t\t\t\t\taction: 'open-screen',\n\t\t\t\t\topen: 'settings'\n\t\t\t\t}\n\t\t\t},\n\t\t\t{\n\t\t\t\tstring: 'Help',\n\t\t\t\tdata: {\n\t\t\t\t\taction: 'open-screen',\n\t\t\t\t\topen: 'help'\n\t\t\t\t}\n\t\t\t}\n\t\t]\n\t},\n\t'quick-menu': {\n\t\tbuttons: [\n\t\t\t{\n\t\t\t\tstring: 'Back',\n\t\t\t\ticon: 'fas fa-arrow-left',\n\t\t\t\tlink: '#',\n\t\t\t\tdata: {\n\t\t\t\t\taction: 'back'\n\t\t\t\t}\n\t\t\t},\n\t\t\t{\n\t\t\t\tstring: 'Hide',\n\t\t\t\ticon: 'fas fa-eye',\n\t\t\t\tdata: {\n\t\t\t\t\taction: 'distraction-free'\n\t\t\t\t}\n\t\t\t},\n\t\t\t{\n\t\t\t\tstring: 'AutoPlay',\n\t\t\t\ticon: 'fas fa-play-circle',\n\t\t\t\tdata: {\n\t\t\t\t\taction: 'auto-play'\n\t\t\t\t}\n\t\t\t},\n\t\t\t{\n\t\t\t\tstring: 'Skip',\n\t\t\t\ticon: 'fas fa-fast-forward',\n\t\t\t\tdata: {\n\t\t\t\t\taction: 'skip'\n\t\t\t\t}\n\t\t\t},\n\t\t\t{\n\t\t\t\tstring: 'Save',\n\t\t\t\ticon: 'fas fa-save',\n\t\t\t\tdata: {\n\t\t\t\t\taction: 'open-screen',\n\t\t\t\t\topen: 'save'\n\t\t\t\t}\n\t\t\t},\n\t\t\t{\n\t\t\t\tstring: 'Load',\n\t\t\t\ticon: 'fas fa-undo',\n\t\t\t\tdata: {\n\t\t\t\t\taction: 'open-screen',\n\t\t\t\t\topen: 'load'\n\t\t\t\t}\n\t\t\t},\n\t\t\t{\n\t\t\t\tstring: 'Settings',\n\t\t\t\ticon: 'fas fa-cog',\n\t\t\t\tdata: {\n\t\t\t\t\taction: 'open-screen',\n\t\t\t\t\topen: 'settings'\n\t\t\t\t}\n\t\t\t},\n\t\t\t{\n\t\t\t\tstring: 'Quit',\n\t\t\t\ticon: 'fas fa-times-circle',\n\t\t\t\tdata: {\n\t\t\t\t\taction: 'end'\n\t\t\t\t}\n\t\t\t}\n\t\t]\n\t},\n\tcredits: {}\n};\n\nMonogatari._templates = {};\n\nMonogatari._upgrade = {};\n\nMonogatari._temp = {};\n\nMonogatari.Storage = new Space ();\n\nMonogatari.version = package_json.version;\n\nMonogatari._id = 'visual-novel';\n\nexport default Monogatari;","/**\n * ============================================================\n * Arabic\n * ============================================================\n *\n * Translators:\n *\n * Ren \n */\n\n\n\nexport default {\n\t'AdvanceHelp': 'للتقدم في القصة انقز بزر الفأره الأيسر او المس الشاشه في اي مكان او اضغط زر المسافة',\n\t'AllowPlayback': 'أضغط هنا لتفعيل امكانية تشغيل الصوت',\n\t'Audio': 'الأصوات',\n\t'AutoPlay': 'تلقائي',\n\t'AutoPlayButton': 'تفعيل التشغيل التلقائي',\n\t'AutoPlaySpeed': 'سرعة التشغيل التلقائي',\n\n\t'Back': 'تراجع',\n\t'BackButton': 'العودة',\n\n\t'Cancel': 'الغاء',\n\t'Close': 'اغلاق',\n\t'Confirm': 'هل ترغب بالخروج؟',\n\t'Credits': 'العاملين على المشروع',\n\n\t'Delete': 'حذف',\n\t'DialogLogButton': 'اظهار زر الحوار',\n\n\t'FullScreen': 'ملء الشاشة',\n\n\t'Gallery': 'معرض الصور',\n\n\t'Help': 'مساعده',\n\t'Hide': 'اخفاء',\n\t'HideButton': 'اخفاء صندوق الحوار',\n\n\t'iOSAudioWarning': 'اعدادات الصوت غير مدعومه على أنظمة iOS',\n\n\t'KeyboardShortcuts': 'إختصارات لوحة المفاتيح',\n\n\t'Language': 'اللغة',\n\t'Load': 'استرجاع',\n\t'LoadAutoSaveSlots': 'خانات الحفظ التلقائي',\n\t'LoadButton': 'فتح شاشة الحفظ والاسترجاع',\n\t'Loading': 'يتم الاسترجاع',\n\t'LoadingMessage': 'يرجى الانتظار ريثما يتم تحميل الملفات',\n\t'LoadSlots': 'خانات الحفظ',\n\t'LocalStorageWarning': 'الحفظ المحلي غير مدعوم على هذا المتصفح',\n\t'Log': 'سجل',\n\n\t'Music': 'صوت الموسيقى',\n\n\t'NewContent': 'توجد محتويات جديده يرجى تنشيط الصفحة لمشاهدتها',\n\t'NoSavedGames': 'لا توجد ملفات حفظ',\n\t'NoAutoSavedGames': 'لا توجد خانات حفظ تلقائي',\n\t'NoDialogsAvailable': 'لا توجد حوارات. ستظهر الحوارات هنا عندما يتم كتابتها',\n\n\t'OK': 'موافق',\n\t'OrientationWarning': 'الرجاء وضع الجهاز على الجانب الآخر لتستطيع اللعب',\n\t'Overwrite': 'الاستبدال',\n\n\t'QuickButtons': 'ازرار خانات الحفظ السريع',\n\t'QuickMenu': 'القائمة السريعة',\n\t'Quit': 'خروج',\n\t'QuitButton': 'انهاء اللعبه',\n\n\t'Resolution': 'عرض الشاشة',\n\n\t'Save': 'حفظ',\n\t'SaveButton': 'يفتح شاشة حفظ اللعبة',\n\t'SaveInSlot': 'حفظ في خانة',\n\t'Settings': 'إعدادات',\n\t'SettingsButton': 'يفتح صفحة الإعدادات',\n\t'Show': 'عرض',\n\t'Skip': 'تخطي',\n\t'SkipButton': 'بدء وضع التخطي',\n\t'SlotDeletion': 'هل أنت متأكد من رغبتك في حذف هذه الخانة؟',\n\t'SlotOverwrite': 'هل أنت متأكد من رغبتك في استبدال هذه الخانة؟',\n\t'Sound': 'مقدار صوت الاصوات',\n\t'Start': 'بدء',\n\t'Stop': 'توقف',\n\n\t'TextSpeed': 'سرعة النص',\n\n\t'Video': 'مقدار صوت الفيديو',\n\t'Voice': 'مقدار صوت الكلام المنطوق',\n\n\t'Windowed': 'نافذة'\n};\n","/**\n * ============================================================\n * Belarusian\n * ============================================================\n *\n * Translators:\n *\n * Yakauleu \"Wiedy Mi\" Uladzislau \n */\n\nexport default {\n\t'AdvanceHelp': 'Каб гуляць, націсніце на прабел або леваю кнопку мышы',\n\t'AllowPlayback': 'Націсніце тут, каб дазволіць прайграванне аўдыя',\n\t'Audio': 'Аўдыя',\n\t'AutoPlay': 'Аўта',\n\t'AutoPlayButton': 'Уключыць аўтапрайграванне',\n\t'AutoPlaySpeed': 'Хуткасць аўтапрайгравання',\n\n\t'Back': 'Назад',\n\t'BackButton': 'Перайсці назад',\n\n\t'Cancel': 'Скасаваць',\n\t'Close': 'Закрыць',\n\t'Confirm': 'Выйсці?',\n\t'Credits': 'Цітры',\n\n\t'Delete': 'Выдаліць',\n\t'DialogLogButton': 'Паказаць журнал дыялогаў',\n\n\t'FullScreen': 'Поўны экран',\n\n\t'Gallery': 'Галерэя',\n\n\t'Help': 'Дапамога',\n\t'Hide': 'Схаваць',\n\t'HideButton': 'Схаваць тэкставае поле',\n\n\t'iOSAudioWarning': 'Налады аўдыя не падтрымліваюцца на iOS',\n\n\t'KeyboardShortcuts': 'Хуткія клавішы',\n\n\t'Language': 'Мова',\n\t'Load': 'Загрузіць',\n\t'LoadAutoSaveSlots': 'Аўтазахаваныя гульні',\n\t'LoadButton': 'Адкрыць меню загрузкі',\n\t'Loading': 'Загрузка',\n\t'LoadingMessage': 'Пачакайце поўнай загрузкі рэсурсаў',\n\t'LoadSlots': 'Захаваныя гульні',\n\t'LocalStorageWarning': 'Лакальнае сховішча недаступна ў гэтым браўзеры',\n\t'Log': 'Журнал',\n\n\t'Music': 'Хучнасць музыкі',\n\n\t'NewContent': 'Даступна новае змесціва, перазагрузіце старонку, каб атрымаць апошнюю версію',\n\t'NoSavedGames': 'Няма захаваных гульняў',\n\t'NoAutoSavedGames': 'Няма аўтазахаваных гульняў',\n\t'NoDialogsAvailable': 'Няма даступных дыялогаў. Дыялогі будуць з\\'яўляцца тут па меры праходжання гульні',\n\n\t'OK': 'ОК',\n\t'OrientationWarning': 'Каб гуляць, павярніце вашу прыладу',\n\t'Overwrite': 'Перазапісаць',\n\n\t'QuickButtons': 'Кнопкі хуткага меню',\n\t'QuickMenu': 'Хуткае меню',\n\t'Quit': 'Выйсці',\n\t'QuitButton': 'Выйсці з гульні',\n\n\t'Resolution': 'Разрознасць',\n\n\t'Save': 'Захаваць',\n\t'SaveButton': 'Адкрыць меню захавання',\n\t'SaveInSlot': 'Захаваць у слот',\n\t'Settings': 'Налады',\n\t'SettingsButton': 'Адкрыць меню налад',\n\t'Show': 'Паказаць',\n\t'Skip': 'Прапусціць',\n\t'SkipButton': 'Аўтапераход',\n\t'SlotDeletion': 'Вы ўпэўнены, што хочаце выдаліць гэты слот?',\n\t'SlotOverwrite': 'Вы ўпэўнены, што хочаце перазапісаць гэты слот?',\n\t'Sound': 'Гучнасць гукаў',\n\t'Start': 'Пачаць',\n\t'Stop': 'Спыніць',\n\n\t'TextSpeed': 'Хуткасць тэксту',\n\n\t'Video': 'Гучнасць відэа',\n\t'Voice': 'Гучнасць голасу',\n\n\t'Windowed': 'Аконны рэжым'\n};","/**\n * ============================================================\n * 简体中文 (Simplified Chinese)\n * ============================================================\n *\n * Translators:\n *\n * RuolinZheng08\n */\n\nexport default {\n\t'AdvanceHelp': '按下空格键或点击屏幕以继续',\n\t'AllowPlayback': '点击这里以启用语音回放',\n\t'Audio': '音效',\n\t'AutoPlay': '自动',\n\t'AutoPlayButton': 'Enable auto play',\n\t'AutoPlaySpeed': '自动播放速度',\n\n\t'Back': '后退',\n\t'BackButton': '后退',\n\n\t'Cancel': '取消',\n\t'Close': '关闭',\n\t'Confirm': '确定要退出吗?',\n\t'Credits': 'Credits',\n\n\t'Delete': '删除',\n\t'DialogLogButton': 'Show the dialog log',\n\n\t'FullScreen': '全屏显示',\n\n\t'Gallery': 'Gallery',\n\n\t'Help': '帮助',\n\t'Hide': '隐藏',\n\t'HideButton': '隐藏文字',\n\n\t'iOSAudioWarning': 'iOS暂不支持音效设定',\n\n\t'KeyboardShortcuts': 'Keyboard Shortcuts',\n\n\t'Language': '语言',\n\t'Load': '读取',\n\t'LoadAutoSaveSlots': '自动存储的游戏进度',\n\t'LoadButton': '显示读取界面',\n\t'Loading': '加载中',\n\t'LoadingMessage': '等待素材加载中',\n\t'LoadSlots': '存储的游戏进度',\n\t'LocalStorageWarning': '该浏览器暂不支持本地存储功能',\n\t'Log': 'Log',\n\n\t'Music': '音乐音量',\n\n\t'NoSavedGames': '没有存储的游戏进度',\n\t'NoAutoSavedGames': '没有自动存储的游戏进度',\n\t'NewContent': '有新的内容可供使用,重新加载页面以获取最新版本',\n\t'NoDialogsAvailable': 'No dialogs available. Dialogs will appear here as they show up',\n\n\t'OK': '確定',\n\t'OrientationWarning': '请将设备旋转以体验游戏内容',\n\t'Overwrite': '覆盖',\n\n\t'QuickButtons': '快捷菜单按钮',\n\t'QuickMenu': 'Quick Menu',\n\t'Quit': '退出',\n\t'QuitButton': '退出游戏',\n\n\t'Resolution': '分辨率',\n\n\t'Save': '存档',\n\t'SaveButton': '显示存档界面',\n\t'SaveInSlot': '写入存档槽位',\n\t'Settings': '环境设定',\n\t'SettingsButton': '显示环境设定界面',\n\t'Show': '显示',\n\t'Skip': 'Skip',\n\t'SkipButton': 'Enter skip mode',\n\t'SlotDeletion': '确定要删除这个存档槽位吗?',\n\t'SlotOverwrite': '确定要覆盖这个存档槽位吗?',\n\t'Sound': '音效音量',\n\t'Start': '开始',\n\t'Stop': '停止',\n\n\t'TextSpeed': '文字显示速度',\n\n\t'Video': 'Video Volume',\n\t'Voice': '语音音量',\n\n\t'Windowed': '窗口'\n};\n","/**\n * ============================================================\n * Nederlands\n * ============================================================\n *\n * Translators:\n *\n * Natsukeep\n */\n\nexport default {\n\t'AdvanceHelp': 'Gebruik de spatiebalk of linker muisknop om te spelen',\n\t'AllowPlayback': 'Click here to allow audio playback',\n\t'Audio': 'Audio',\n\t'AutoPlay': 'Auto',\n\t'AutoPlayButton': 'Enable auto play',\n\t'AutoPlaySpeed': 'Autoplay snelheid',\n\n\t'Back': 'Terug',\n\t'BackButton': 'Terug',\n\n\t'Cancel': 'Stop',\n\t'Close': 'Sluit',\n\t'Confirm': 'Ben je zeker dat je wilt stoppen?',\n\t'Credits': 'Credits',\n\n\t'Delete': 'Delete',\n\t'DialogLogButton': 'Show the dialog log',\n\n\t'FullScreen': 'Volledig scherm',\n\n\t'Gallery': 'Gallery',\n\n\t'Help': 'Help',\n\t'Hide': 'Verberg',\n\t'HideButton': 'Verberg tekst',\n\n\t'KeyboardShortcuts': 'Keyboard Shortcuts',\n\n\t'iOSAudioWarning': 'Audio instellingen worden niet ondersteund door iOS',\n\n\t'Language': 'Taal',\n\t'Load': 'Laad',\n\t'LoadAutoSaveSlots': 'Automatisch opgeslagen spellen',\n\t'LoadButton': 'Open het laadscherm',\n\t'Loading': 'Laden',\n\t'LoadingMessage': 'Wacht tot de onderdelen zijn geladen',\n\t'LoadSlots': 'Opgeslagen spellen',\n\t'LocalStorageWarning': 'Locale Opslag is niet mogelijk in deze Browser',\n\t'Log': 'Log',\n\n\t'Music': 'Muziek Volume',\n\n\t'NewContent': 'There is new content available, reload the page to get the latest version',\n\t'NoSavedGames': 'Geen opgeslagen spellen',\n\t'NoAutoSavedGames': 'Geen automatsch opgeslagen spellen',\n\t'NoDialogsAvailable': 'No dialogs available. Dialogs will appear here as they show up',\n\n\t'OK': 'OK',\n\t'OrientationWarning': 'Please rotate your device to play',\n\t'Overwrite': 'Overschrijven',\n\n\t'QuickButtons': 'Snelmenu knoppen',\n\t'QuickMenu': 'Quick Menu',\n\t'Quit': 'sluit',\n\t'QuitButton': 'Sluit spel',\n\n\t'Resolution': 'Resolutie',\n\n\t'Save': 'Opslaan',\n\t'SaveButton': 'Open de Save Screen',\n\t'SaveInSlot': 'Sla op in slot',\n\t'Settings': 'Instellingen',\n\t'SettingsButton': 'Open de instellingen',\n\t'Show': 'Tonen',\n\t'Skip': 'Skip',\n\t'SkipButton': 'Enter skip mode',\n\t'SlotDeletion': 'Weet u zeker dat u dit slot verwijderen?',\n\t'SlotOverwrite': 'Weet u zeker dat u dit slot overschrijven?',\n\t'Sound': 'Geluids volume',\n\t'Start': 'Start',\n\t'Stop': 'Stop',\n\n\t'TextSpeed': 'Tekst snelheid',\n\n\t'Video': 'Video Volume',\n\t'Voice': 'Stem Volume',\n\n\t'Windowed': 'Window modus'\n};","/**\n * ============================================================\n * English\n * ============================================================\n *\n * Translators:\n *\n * Hyuchia \n */\n\n\n\nexport default {\n\t'AdvanceHelp': 'To advance through the game, left-click or tap anywhere on the game screen or press the space key',\n\t'AllowPlayback': 'Click here to allow audio playback',\n\t'Audio': 'Audio',\n\t'AutoPlay': 'Auto',\n\t'AutoPlayButton': 'Enable auto play',\n\t'AutoPlaySpeed': 'Autoplay Speed',\n\n\t'Back': 'Back',\n\t'BackButton': 'Go back',\n\n\t'Cancel': 'Cancel',\n\t'Close': 'Close',\n\t'Confirm': 'Do you want to quit?',\n\t'Credits': 'Credits',\n\n\t'Delete': 'Delete',\n\t'DialogLogButton': 'Show the dialog log',\n\n\t'FullScreen': 'Full Screen',\n\n\t'Gallery': 'Gallery',\n\n\t'Help': 'Help',\n\t'Hide': 'Hide',\n\t'HideButton': 'Hide the text box',\n\n\t'iOSAudioWarning': 'Audio settings are not supported on iOS',\n\n\t'KeyboardShortcuts': 'Keyboard Shortcuts',\n\n\t'Language': 'Language',\n\t'Load': 'Load',\n\t'LoadAutoSaveSlots': 'Auto Saved Games',\n\t'LoadButton': 'Open the Load Screen',\n\t'Loading': 'Loading',\n\t'LoadingMessage': 'Wait while the assets are loaded',\n\t'LoadSlots': 'Saved Games',\n\t'LocalStorageWarning': 'Local Storage is not available in this browser',\n\t'Log': 'Log',\n\n\t'Music': 'Music Volume',\n\n\t'NewContent': 'There is new content available, reload the page to get the latest version',\n\t'NoSavedGames': 'No saved games',\n\t'NoAutoSavedGames': 'No automatically saved games',\n\t'NoDialogsAvailable': 'No dialogs available. Dialogs will appear here as they show up',\n\n\t'OK': 'OK',\n\t'OrientationWarning': 'Please rotate your device to play',\n\t'Overwrite': 'Overwrite',\n\n\t'QuickButtons': 'Quick Menu Buttons',\n\t'QuickMenu': 'Quick Menu',\n\t'Quit': 'Quit',\n\t'QuitButton': 'Quit Game',\n\n\t'Resolution': 'Resolution',\n\n\t'Save': 'Save',\n\t'SaveButton': 'Open the Save Screen',\n\t'SaveInSlot': 'Save in slot',\n\t'Settings': 'Settings',\n\t'SettingsButton': 'Open the Settings Screen',\n\t'Show': 'Show',\n\t'Skip': 'Skip',\n\t'SkipButton': 'Enter skip mode',\n\t'SlotDeletion': 'Are you sure you want to delete this slot?',\n\t'SlotOverwrite': 'Are you sure you want to overwrite this slot?',\n\t'Sound': 'Sound Volume',\n\t'Start': 'Start',\n\t'Stop': 'Stop',\n\n\t'TextSpeed': 'Text Speed',\n\n\t'Video': 'Video Volume',\n\t'Voice': 'Voice Volume',\n\n\t'Windowed': 'Windowed'\n};","/**\n * ============================================================\n * Français\n * ============================================================\n *\n * Translators:\n *\n * BakaKiller, LoganTann (ShinProg)\n */\n\nexport default {\n\t'AdvanceHelp': 'Pour avancer dans le jeu, appuyez sur la touche espace ou cliquez',\n\t'AllowPlayback': 'Cliquez ici pour autoriser la musique de fond',\n\t'Audio': 'Audio',\n\t'AutoPlay': 'Auto',\n\t'AutoPlayButton': 'Activer la lecture automatique',\n\t'AutoPlaySpeed': 'Vitesse de lecture automatique',\n\n\t'Back': 'Retour',\n\t'BackButton': 'Retour',\n\n\t'Cancel': 'Annuler',\n\t'Close': 'Fermer',\n\t'Confirm': 'Voulez-vous vraiment quitter?',\n\t'Credits': 'Crédits',\n\n\t'Delete': 'Supprimer',\n\t'DialogLogButton': 'Afficher le journal de dialogues',\n\n\t'FullScreen': 'Plein Écran',\n\n\t'Gallery': 'Gallerie',\n\n\t'Help': 'Aide',\n\t'Hide': 'Cacher',\n\t'HideButton': 'Cacher le Texte',\n\n\t'iOSAudioWarning': 'Les paramètres audio ne sont pas pris en charge par iOS',\n\n\t'KeyboardShortcuts': 'Raccourcis claviers',\n\n\t'Language': 'Langue',\n\t'Load': 'Charger',\n\t'LoadAutoSaveSlots': 'Parties enregistrées automatiquement',\n\t'LoadButton': 'Ouvrir l’écran de chargement',\n\t'Loading': 'Chargement',\n\t'LoadingMessage': 'Veuillez patienter pendant le chargement des données du jeu',\n\t'LoadSlots': 'Parties Sauvegardées',\n\t'LocalStorageWarning': 'Le stockage local n’est pas disponible sur ce navigateur !',\n\t'Log': 'Journal',\n\n\t'Music': 'Volume de la Musique',\n\n\t'NewContent': 'Un nouveau contenu est disponible, rechargez la page pour obtenir la dernière version',\n\t'NoSavedGames': 'Pas de parties sauvegardées',\n\t'NoAutoSavedGames': 'Aucune partie enregistrée automatiquement',\n\t'NoDialogsAvailable': 'Aucun dialogue disponible. Les boîtes de dialogue apparaîtront ici au fur et à mesure qu\\'elles s\\'afficheront.',\n\n\t'OK': 'OK',\n\t'OrientationWarning': 'Changez l\\'orientation de votre appareil pour jouer.',\n\t'Overwrite': 'Écraser',\n\n\t'QuickButtons': 'Boutons du Menu rapide',\n\t'QuickMenu': 'Menu rapide',\n\t'Quit': 'Quitter',\n\t'QuitButton': 'Quitter le Jeu',\n\n\t'Resolution': 'Résolution',\n\n\t'Save': 'Sauvegarder',\n\t'SaveButton': 'Ouvrir l’écran de Sauvegarde',\n\t'SaveInSlot': 'Enregistrer à l’emplacement',\n\t'Settings': 'Préférences',\n\t'SettingsButton': 'Ouvrir l’écran des Préférences',\n\t'Show': 'Monter',\n\t'Skip': 'Passer',\n\t'SkipButton': 'Skip mode',\n\t'SlotDeletion': 'Êtes-vous sûr de vouloir supprimer cet emplacement ?',\n\t'SlotOverwrite': 'Êtes vous sûr de vouloir remplacer cet emplacement ?',\n\t'Sound': 'Volume des Sons',\n\t'Start': 'Démarrer',\n\t'Stop': 'Arrêter',\n\n\t'TextSpeed': 'Vitesse du Texte',\n\n\t'Video': 'Volume des vidéos',\n\t'Voice': 'Volume de la Voix',\n\n\t'Windowed': 'Fenêtré'\n};\n","/**\n * ============================================================\n * Deutsch\n * ============================================================\n *\n * Translators:\n *\n * increpare \n * KazutoSensei\n */\n\nexport default {\n\t'AdvanceHelp': 'Um dich durch das Spiel zu navigieren, drücke die Leertaste oder klicke',\n\t'AllowPlayback': 'Click here to allow audio playback',\n\t'Audio': 'Audio',\n\t'AutoPlay': 'Auto',\n\t'AutoPlayButton': 'Enable auto play',\n\t'AutoPlaySpeed': 'AutoPlay-Geschwindigkeit',\n\n\t'Back': 'Zurück',\n\t'BackButton': 'Zurück',\n\n\t'Cancel': 'Abbrechen',\n\t'Close': 'Schließen',\n\t'Confirm': 'Möchtest Du das Spiel verlassen?',\n\t'Credits': 'Credits',\n\n\t'Delete': 'Löschen',\n\t'DialogLogButton': 'Show the dialog log',\n\n\t'FullScreen': 'Vollbildmodus',\n\n\t'Gallery': 'Gallery',\n\n\t'Help': 'Hilfe',\n\t'Hide': 'Verbergen',\n\t'HideButton': 'Text verbergen',\n\n\t'iOSAudioWarning': 'Audioeinstellungen werden unter iOS nicht unterstützt',\n\n\t'KeyboardShortcuts': 'Keyboard Shortcuts',\n\n\t'Language': 'Sprache',\n\t'Load': 'Laden',\n\t'LoadAutoSaveSlots': 'Automatisch gespeicherte Spiele',\n\t'LoadButton': 'Öffne den Ladebildschirm',\n\t'Loading': 'Lädt',\n\t'LoadingMessage': 'Bitte warte, während die Assets geladen werden',\n\t'LoadSlots': 'Gespeicherte Spiele',\n\t'LocalStorageWarning': 'Lokaler Speicher ist in diesem Browser nicht verfügbar',\n\t'Log': 'Log',\n\n\t'Music': 'Musik-Lautstärke',\n\n\t'NewContent': 'There is new content available, reload the page to get the latest version',\n\t'NoSavedGames': 'Keine gespeicherten Spiele',\n\t'NoAutoSavedGames': 'Keine automatisch gespeicherten Spiele',\n\t'NoDialogsAvailable': 'No dialogs available. Dialogs will appear here as they show up',\n\n\t'OK': 'OK',\n\t'OrientationWarning': 'Um das Spiel zu spielen, Bitte drehen sie Ihr Gerät',\n\t'Overwrite': 'Überschreiben',\n\n\t'QuickButtons': 'Schnellmenü Schaltflächen',\n\t'QuickMenu': 'Quick Menu',\n\t'Quit': 'Verlassen',\n\t'QuitButton': 'Spiel verlassen',\n\n\t'Resolution': 'Auflösung',\n\n\t'Save': 'Speichern',\n\t'SaveButton': 'Öffne den Speicherbildschirm',\n\t'SaveInSlot': 'In Slot speichern',\n\t'Settings': 'Optionen',\n\t'SettingsButton': 'Öffne die Optionen',\n\t'Show': 'Einblenden',\n\t'Skip': 'Skip',\n\t'SkipButton': 'Enter skip mode',\n\t'SlotDeletion': 'Bist Du sicher, dass Du diesen Slot löschen möchtest?',\n\t'SlotOverwrite': 'Bist Du sicher, dass Du diesen Slot überschreiben möchtest?',\n\t'Sound': 'Sound-Lautstärke',\n\t'Start': 'Start',\n\t'Stop': 'Stop',\n\n\t'TextSpeed': 'Textgeschwindigkeit',\n\n\t'Video': 'Video Volume',\n\t'Voice': 'Stimmen-Lautstärke',\n\n\t'Windowed': 'Fenstermodus'\n};","/**\n * ============================================================\n * 日本語\n * ============================================================\n *\n * Translators:\n *\n *\n */\n\nexport default {\n\t'AdvanceHelp': 'ゲームを進めるためには、スペースキーを押すかクリックします',\n\t'AllowPlayback': 'Click here to allow audio playback',\n\t'Audio': 'オーディオ',\n\t'AutoPlay': '自動',\n\t'AutoPlayButton': 'Enable auto play',\n\t'AutoPlaySpeed': '自動再生速度',\n\n\t'Back': '巻き戻し',\n\t'BackButton': '巻き戻し',\n\n\t'Cancel': 'キャンセル',\n\t'Close': '閉めて',\n\t'Confirm': '終了しますか?',\n\t'Credits': 'Credits',\n\n\t'Delete': 'Delete',\n\t'DialogLogButton': 'Show the dialog log',\n\n\t'FullScreen': '全画面表示',\n\n\t'Gallery': 'Gallery',\n\n\t'Help': 'ヘルプ',\n\t'Hide': '「非表示」',\n\t'HideButton': 'テキストを隠します',\n\n\t'iOSAudioWarning': 'iOSではオーディオ設定がサポートされていません',\n\n\t'KeyboardShortcuts': 'Keyboard Shortcuts',\n\n\t'Language': '言語',\n\t'Load': 'ロード',\n\t'LoadAutoSaveSlots': '自動的に保存されたゲーム',\n\t'LoadButton': 'ロード画面を開きます',\n\t'Loading': '読み込み中',\n\t'LoadingMessage': 'ファイルがロードされるのを待ちます',\n\t'LoadSlots': '保存されたゲーム',\n\t'LocalStorageWarning': 'このブラウザではローカルストレージは使用できません',\n\t'Log': 'Log',\n\n\t'Music': '音楽の音量',\n\n\t'NewContent': 'There is new content available, reload the page to get the latest version',\n\t'NoSavedGames': '保存されたゲームはありません',\n\t'NoAutoSavedGames': '自動的に保存されたゲームはありません',\n\t'NoDialogsAvailable': 'No dialogs available. Dialogs will appear here as they show up',\n\n\t'OK': 'OK',\n\t'OrientationWarning': 'Please rotate your device to play',\n\t'Overwrite': '上書き',\n\n\t'QuickButtons': 'クイックメニューボタン',\n\t'QuickMenu': 'Quick Menu',\n\t'Quit': '終了する',\n\t'QuitButton': 'ゲームを終了します',\n\n\t'Resolution': '解像度',\n\n\t'Save': 'セーブ',\n\t'SaveButton': '保存画面を開きます',\n\t'SaveInSlot': 'スロットにセーブする',\n\t'Settings': '環境設定',\n\t'SettingsButton': '設定画面を開きます',\n\t'Show': 'ショー',\n\t'Skip': 'Skip',\n\t'SkipButton': 'Enter skip mode',\n\t'SlotDeletion': '本当にこのスロットを削除しますか?',\n\t'SlotOverwrite': '本当にこのスロットを上書きしますか?',\n\t'Sound': '効果音の音量',\n\t'Start': 'スタート',\n\t'Stop': '停止',\n\n\t'TextSpeed': 'テキストスピード',\n\n\t'Video': 'Video Volume',\n\t'Voice': 'ボイスの音量',\n\n\t'Windowed': '窓'\n};","/**\n * ============================================================\n * 한국어\n * ============================================================\n *\n * Translators:\n *\n * Lee Yunseok \n */\n\n\n\nexport default {\n\t'AdvanceHelp': '게임을 진행하려면 게임 화면을 좌클릭 또는 탭하거나 스페이스 키를 누르세요',\n\t'AllowPlayback': '오디오 재생을 허용하려면 여기를 클릭하세요',\n\t'Audio': '오디오',\n\t'AutoPlay': '자동재생',\n\t'AutoPlayButton': '자동재생단추',\n\t'AutoPlaySpeed': '자동재생 속도',\n\n\t'Back': '되감기',\n\t'BackButton': '이전 지문 보기',\n\n\t'Cancel': '취소',\n\t'Close': '닫기',\n\t'Confirm': '종료하시겠어요?',\n\t'Credits': '만든이',\n\n\t'Delete': '삭제',\n\t'DialogLogButton': '대사록 보기',\n\n\t'FullScreen': '전체화면',\n\n\t'Gallery': '갤러리',\n\n\t'Help': '도움말',\n\t'Hide': '숨기기',\n\t'HideButton': '지문 창을 숨깁니다',\n\n\t'iOSAudioWarning': '오디오 설정은 iOS에서 지원되지 않습니다',\n\n\t'KeyboardShortcuts': '키보드 단축키',\n\n\t'Language': '언어',\n\t'Load': '불러오기',\n\t'LoadAutoSaveSlots': '자동저장된 게임',\n\t'LoadButton': '불러오기 화면 열기',\n\t'Loading': '불러오는 중',\n\t'LoadingMessage': '자산을 불러오는 동안 기다려주세요',\n\t'LoadSlots': '저장된 게임',\n\t'LocalStorageWarning': '로컬 저장소는 이 브라우저에서 사용 불가능합니다',\n\t'Log': '대사록',\n\n\t'Music': '음악 음량',\n\n\t'NewContent': '페이지를 새로고침하는 것으로 최신 버전의 새로운 콘텐츠를 사용 가능할 수 있습니다',\n\t'NoSavedGames': '저장된 게임이 없습니다',\n\t'NoAutoSavedGames': '자동으로 저장된 게임이 없습니다',\n\t'NoDialogsAvailable': '대화 상자를 사용할 수 없습니다. 사용할 수 있게 되면 여기에 대화 상자가 나타납니다',\n\n\t'OK': '확인',\n\t'OrientationWarning': '플레이를 위해 기기를 회전해주세요',\n\t'Overwrite': '덮어쓰기',\n\n\t'QuickButtons': '빠른 메뉴 단추',\n\t'QuickMenu': '빠른 메뉴',\n\t'Quit': '종료',\n\t'QuitButton': '게임 종료',\n\n\t'Resolution': '해상도',\n\n\t'Save': '저장하기',\n\t'SaveButton': '저장 화면을 엽니다',\n\t'SaveInSlot': '슬롯에 저장',\n\t'Settings': '설정',\n\t'SettingsButton': '설정 화면을 엽니다',\n\t'Show': '보이기',\n\t'Skip': '넘기기',\n\t'SkipButton': '넘기기 모드 사용',\n\t'SlotDeletion': '이 슬롯을 삭제하시겠어요?',\n\t'SlotOverwrite': '이 슬롯에 덮어쓰시겠어요?',\n\t'Sound': '음향 음량',\n\t'Start': '시작',\n\t'Stop': '중지',\n\n\t'TextSpeed': '글자 속도',\n\n\t'Video': '비디오 음량',\n\t'Voice': '음성 음량',\n\n\t'Windowed': '창 화면'\n};","/**\n * ============================================================\n * Português\n * ============================================================\n *\n * Translators:\n *\n * fsvieira \n */\n\nexport default {\n\t'AdvanceHelp': 'Pode avançar no jogo usando o botão esquerdo do rato, tocar em qualquer sitío do ecrã de jogo ou carregar na barra de espaço.',\n\t'AllowPlayback': 'Clique aqui para permitir a reprodução de áudio',\n\t'Audio': 'Áudio',\n\t'AutoPlay': 'Auto',\n\t'AutoPlayButton': 'Ativar reprodução automática',\n\t'AutoPlaySpeed': 'Velocidade de reprodução automática',\n\n\t'Back': 'Voltar',\n\t'BackButton': 'Voltar',\n\n\t'Cancel': 'Cancelar',\n\t'Close': 'Fechar',\n\t'Confirm': 'Deseja sair?',\n\t'Credits': 'Créditos',\n\n\t'Delete': 'Apagar',\n\t'DialogLogButton': 'Mostrar registos de diálogo',\n\n\t'FullScreen': 'Ecrã Inteiro',\n\n\t'Gallery': 'Galeria',\n\n\t'Help': 'Ajuda',\n\t'Hide': 'Esconder',\n\t'HideButton': 'Esconder caixa de texto',\n\n\t'iOSAudioWarning': 'As configurações de áudio não são suportadas no iOS',\n\n\t'KeyboardShortcuts': 'Atalhos de Teclado',\n\n\t'Language': 'Língua',\n\t'Load': 'Carregar',\n\t'LoadAutoSaveSlots': 'Jogos Salvos Automaticamente',\n\t'LoadButton': 'Abrir Ecrã de Carregamento',\n\t'Loading': 'A Carregar',\n\t'LoadingMessage': 'Aguarde enquanto os recursos são carregados',\n\t'LoadSlots': 'Jogos Salvos',\n\t'LocalStorageWarning': 'O armazenamento local não está disponível neste navegador',\n\t'Log': 'Registo',\n\n\t'Music': 'Volume de Música',\n\n\t'NewContent': 'Há novo conteúdo disponível, recarregue a página para obter a versão mais recente',\n\t'NoSavedGames': 'Nenhum jogo salvo',\n\t'NoAutoSavedGames': 'Nenhum jogo salvo automaticamente',\n\t'NoDialogsAvailable': 'Não há diálogos disponíveis. Os diálogos aparecerão aqui quando ocorrerem no jogo',\n\n\t'OK': 'OK',\n\t'OrientationWarning': 'Por favor rode o seu dispositivo para jogar',\n\t'Overwrite': 'Substituir',\n\n\t'QuickButtons': 'Botões de acesso rápido',\n\t'QuickMenu': 'Menu de acesso rápido',\n\t'Quit': 'Sair',\n\t'QuitButton': 'Sair do Jogo',\n\n\t'Resolution': 'Resolução',\n\n\t'Save': 'Salvar',\n\t'SaveButton': 'Abrir ecrã de salvar.',\n\t'SaveInSlot': 'Salvar em ranhura',\n\t'Settings': 'Configurações',\n\t'SettingsButton': 'Abrir o Ecrã de Configurações',\n\t'Show': 'Mostrar',\n\t'Skip': 'Ignorar',\n\t'SkipButton': 'Entrar em modo de ignorar',\n\t'SlotDeletion': 'Tem a certeza de que deseja eliminar este jogo?',\n\t'SlotOverwrite': 'Tem a certeza de que deseja substituir este jogo?',\n\t'Sound': 'Volume de Som',\n\t'Start': 'Início',\n\t'Stop': 'Parar',\n\n\t'TextSpeed': 'Velocidade de Texto',\n\n\t'Video': 'Video Volume',\n\t'Voice': 'Volume de Voz',\n\n\t'Windowed': 'Em Janela'\n};","/**\n * ============================================================\n * Russian\n * ============================================================\n *\n * Translators:\n *\n * Sergey Kuznetsov \n * Patience Daur \n */\n\nexport default {\n\t'AdvanceHelp': 'Чтобы играть, нажимайте на пробел или на левую кнопку мыши.',\n\t'AllowPlayback': 'Включить звуковое сопровождение',\n\t'Audio': 'Звук',\n\t'AutoPlay': 'Авто',\n\t'AutoPlayButton': 'Включить авточтение',\n\t'AutoPlaySpeed': 'Скорость авточтения',\n\n\t'Back': 'Назад',\n\t'BackButton': 'Вернуться назад',\n\n\t'Cancel': 'Отмена',\n\t'Close': 'Закрыть',\n\t'Confirm': 'Вы действительно хотите выйти?',\n\t'Credits': 'Авторы',\n\n\t'Delete': 'Удалить',\n\t'DialogLogButton': 'Показать журнал диалогов',\n\n\t'FullScreen': 'Полный экран',\n\n\t'Gallery': 'Галерея',\n\n\t'Help': 'Помощь',\n\t'Hide': 'Скрыть',\n\t'HideButton': 'Скрыть текст',\n\n\t'iOSAudioWarning': 'Настройки звука не поддерживаются на iOS.',\n\n\t'KeyboardShortcuts': 'Горячие клавиши',\n\n\t'Language': 'Язык',\n\t'Load': 'Загрузить',\n\t'LoadAutoSaveSlots': 'Автосохранённые игры',\n\t'LoadButton': 'Открыть меню загрузки',\n\t'Loading': 'Загрузка',\n\t'LoadingMessage': 'Подождите, пожалуйста, игра загружается',\n\t'LoadSlots': 'Сохранённые игры',\n\t'LocalStorageWarning': 'Локальное хранилище недоступно в этом браузере.',\n\t'Log': 'Журнал',\n\n\t'Music': 'Громкость музыки',\n\n\t'NewContent': 'Доступно обновление, перезагрузите страницу',\n\t'NoSavedGames': 'Нет сохранённых игр',\n\t'NoAutoSavedGames': 'Нет автосохранённых игр',\n\t'NoDialogsAvailable': 'Нет диалогов. Диалоги будут появляться здесь по мере прохождения игры',\n\n\t'OK': 'ОК',\t\n\t'OrientationWarning': 'Чтобы играть, пожалуйста, поверните Ваше устройство',\n\t'Overwrite': 'Перезаписать',\n\n\t'QuickButtons': 'Кнопки быстрого меню',\n\t'QuickMenu': 'Быстрое меню',\n\t'Quit': 'Выйти',\n\t'QuitButton': 'Выйти из игры',\n\n\t'Resolution': 'Разрешение',\n\n\t'Save': 'Сохранить',\n\t'SaveButton': 'Открыть меню сохранения',\n\t'SaveInSlot': 'Сохранить',\n\t'Settings': 'Настройки',\n\t'SettingsButton': 'Открыть меню настроек',\n\t'Show': 'Показать',\n\t'Skip': 'Пропустить',\n\t'SkipButton': 'Автопереход',\n\t'SlotDeletion': 'Вы действительно хотите удалить это сохранение?',\n\t'SlotOverwrite': 'Вы действительно хотите перезаписать это сохранение?',\n\t'Sound': 'Громкость эффектов',\n\t'Start': 'Начать игру',\n\t'Stop': 'Стоп',\n\n\t'TextSpeed': 'Скорость текста',\n\n\t'Video': 'Громкость видео',\n\t'Voice': 'Громкость голоса',\n\n\t'Windowed': 'Оконный режим'\n};","/**\n * ============================================================\n * Español\n * ============================================================\n *\n * Translators:\n *\n * Hyuchia \n */\n\nexport default {\n\t'AdvanceHelp': 'Para avanzar en el juego, presiona espacio o haz click',\n\t'AllowPlayback': 'Click here to allow audio playback',\n\t'Audio': 'Audio',\n\t'AutoPlay': 'Auto',\n\t'AutoPlayButton': 'Activar juego automático',\n\t'AutoPlaySpeed': 'Velocidad de Juego Automático',\n\n\t'Back': 'Atrás',\n\t'BackButton': 'Atrás',\n\n\t'Cancel': 'Cancelar',\n\t'Close': 'Cerrar',\n\t'Confirm': '¿Deseas salir?',\n\t'Credits': 'Créditos',\n\n\t'Delete': 'Eliminar',\n\t'DialogLogButton': 'Mostrar el historial de dialogos',\n\n\t'FullScreen': 'Pantalla Completa',\n\n\t'Gallery': 'Galería',\n\n\t'Help': 'Ayuda',\n\t'Hide': 'Ocultar',\n\t'HideButton': 'Esconder el Texto',\n\n\t'iOSAudioWarning': 'Las configuraciones de Audio no están disponibles en iOS',\n\n\t'KeyboardShortcuts': 'Atajos de Teclado',\n\n\t'Language': 'Lenguaje',\n\t'Load': 'Cargar',\n\t'LoadAutoSaveSlots': 'Juegos Guardados Automaticamente',\n\t'LoadButton': 'Abrir la Pantalla de Cargar',\n\t'Loading': 'Cargando',\n\t'LoadingMessage': 'Espere mientras se cargan los archivos',\n\t'LoadSlots': 'Juegos Guardados',\n\t'LocalStorageWarning': 'El Almacenaje Local no está disponible en este navegador',\n\t'Log': 'Historial',\n\n\t'Music': 'Volumen de la Música',\n\n\t'NewContent': 'Un nuevo contenido está disponible, recarga la página para obtener la versión más nueva',\n\t'NoSavedGames': 'No hay juegos guardados',\n\t'NoAutoSavedGames': 'No hay juegos guardados automaticamente',\n\t'NoDialogsAvailable': 'No hay dialogos disponibles. Los dialogos aparecerán aqui una vez que ocurran en el juego',\n\n\t'OK': 'Aceptar',\n\t'OrientationWarning': 'Por favor rota tu dispositivo para jugar',\n\t'Overwrite': 'Sobreescribir',\n\n\t'QuickButtons': 'Botones del Menú Rápido',\n\t'QuickMenu': 'Menú Rápido',\n\t'Quit': 'Salir',\n\t'QuitButton': 'Salir del Juego',\n\n\t'Resolution': 'Resolución',\n\n\t'Save': 'Guardar',\n\t'SaveButton': 'Abrir la Pantalla de Guardar',\n\t'SaveInSlot': 'Guardar en ranura',\n\t'Settings': 'Configuración',\n\t'SettingsButton': 'Abrir la Pantalla de Configuración',\n\t'Show': 'Mostrar',\n\t'Skip': 'Saltar',\n\t'SkipButton': 'Entrar al modo de salto',\n\t'SlotDeletion': '¿Está seguro de querer eliminar este juego?',\n\t'SlotOverwrite': '¿Está seguro de querer Sobreescribir este juego?',\n\t'Sound': 'Volumen de los Sonidos',\n\t'Start': 'Comenzar',\n\t'Stop': 'Detener',\n\n\t'TextSpeed': 'Velocidad del Texto',\n\n\t'Video': 'Volumen de los Videos',\n\t'Voice': 'Volumen de la Voz',\n\n\t'Windowed': 'Ventana'\n};","/**\n * ============================================================\n * Toki Pona\n * ============================================================\n *\n * Translators:\n *\n * jan Inkepa \n */\n\n\n\nexport default {\n\t'AdvanceHelp': 'sina ken musi e musi ni kepeken ilo luka anu nena palisa pi ilo sitelen.',\n\t'AllowPlayback': 'sina wile kute e musi ni la o luka e mi.',\n\t'Audio': 'kalama',\n\t'AutoPlay': 'luka ala',\n\t'AutoPlayButton': 'o open e pali musi kepeken luka ala.',\n\t'AutoPlaySpeed': 'tenpo tawa pi luka ala',\n\n\t'Back': 'tenpo pini',\n\t'BackButton': 'o tawa tenpo pini.',\n\n\t'Cancel': 'ala',\n\t'Close': 'pini',\n\t'Confirm': 'sina wile ala wile pini e musi?',\n\t'Credits': 'pona tawa',\n\n\t'Delete': 'weka',\n\t'DialogLogButton': 'mi wile lukin e lipu pi toki jan.',\n\n\t'FullScreen': 'ma ale pi ilo lukin',\n\n\t'Gallery': 'ma sitelen',\n\n\t'Help': 'kama sona',\n\t'Hide': 'weka',\n\t'HideButton': 'o weka e palisa nena.',\n\n\t'iOSAudioWarning': 'sina ken ala ante e kalama lon ilo iOS',\n\n\t'KeyboardShortcuts': 'pali pi ilo sitelen',\n\n\t'Language': 'toki',\n\t'Load': 'awen musi',\n\t'LoadAutoSaveSlots': 'musi li awen e musi',\n\t'LoadButton': 'lipu awen pi tenpo pini.',\n\t'Loading': 'musi li kama...',\n\t'LoadingMessage': 'pali e awen',\n\t'LoadSlots': 'lipu awen',\n\t'LocalStorageWarning': 'mi ken ala kepeken e ken Local Storage lon ilo ni',\n\t'Log': 'lipu toki',\n\n\t'Music': 'kalama musi',\n\n\t'NewContent': 'musi ni li kama sin! sina wile musi e musi sin, la o kama sin tawa lipu ni.',\n\t'NoSavedGames': 'awen musi pi tenpo pina li lon ala.',\n\t'NoAutoSavedGames': 'awen musi pi tenpo pina li lon ala.',\n\t'NoDialogsAvailable': 'tenpo pini la toki jan li lon ala. jan li toki, la sina ken lukin ni lon lipu ni.',\n\n\t'OK' : 'pona',\n\t'OrientationWarning': 'sina wile musi, la o sike e ilo sona sina.',\n\t'Overwrite': 'ante',\n\n\t'QuickButtons': 'nena pi pali wawa',\n\t'QuickMenu': 'palisa nena',\n\t'Quit': 'pini',\n\t'QuitButton': 'o pini e musi.',\n\n\t'Resolution': 'suli musi tawa ilo sitelen',\n\n\t'Save': 'o awen e musi',\n\t'SaveButton': 'o lukin e lipu pi awen musi.',\n\t'SaveInSlot': 'o awen e musi lon ma.',\n\t'Settings': 'ante',\n\t'SettingsButton': 'o ante e musi.',\n\t'Show': 'open',\n\t'Skip': 'tawa tenpo kama',\n\t'SkipButton': 'o tawa tenpo kama.',\n\t'SlotDeletion': 'sina wile ala wile weka e awen musi ni?',\n\t'SlotOverwrite': 'sina wile ala wile ante e awen musi ni?',\n\t'Sound': 'kalama ijo',\n\t'Start': 'musi sin',\n\t'Stop': 'pini',\n\n\t'TextSpeed': 'tenpo kama pi sitelen toki',\n\n\t'Video': 'kalama pi sitelen tawa',\n\t'Voice': 'kalama toki',\n\n\t'Windowed': 'ma lili pi ilo lukin',\n};\n","/**\n *\n * @param {*} callable\n * @param {*} context\n * @param {...any} args\n */\nexport function callAsync (callable, context, ...args) {\n\ttry {\n\t\t// Call the provided function using the context and arguments given\n\t\tconst result = callable.apply (context, args);\n\n\t\t// Check if the function returned a simple value or a Promise\n\t\tif (result instanceof Promise) {\n\t\t\treturn result;\n\t\t} else {\n\t\t\treturn Promise.resolve (result);\n\t\t}\n\t} catch (e) {\n\t\treturn Promise.reject (e);\n\t}\n}\n\n/**\n *\n * @param {*} object\n * @param {*} encapsulation\n * @param {*} level\n */\nexport function deserializeCSS (object, encapsulation = '', level = 0, ) {\n\tconst keys = Object.keys (object);\n\n\tlet css = '';\n\n\tfor (const key of keys) {\n\t\tif (typeof object[key] === 'object') {\n\t\t\tif (encapsulation) {\n\t\t\t\tif (key.indexOf ('&') === 0) {\n\t\t\t\t\tcss += `${key.replace(/&/g, encapsulation)} {\\n`;\n\t\t\t\t} else {\n\t\t\t\t\tcss += `${encapsulation} ${key} {\\n`;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tcss += `${key} {\\n`;\n\t\t\t}\n\n\t\t\tconst properties = Object.keys (object[key]);\n\t\t\tfor (const property of properties) {\n\t\t\t\tcss += '\\t'.repeat (level);\n\t\t\t\tif (typeof object[key][property] === 'object') {\n\t\t\t\t\tconst temp = {};\n\t\t\t\t\ttemp[property] = object[key][property];\n\n\t\t\t\t\tcss += deserializeCSS (temp, encapsulation, level + 1);\n\t\t\t\t} else {\n\t\t\t\t\tcss += `\\t${property}: ${object[key][property]};\\n`;\n\t\t\t\t}\n\t\t\t}\n\t\t\tcss += '}\\n';\n\t\t} else {\n\t\t\tcss += '\\t'.repeat (level);\n\t\t\tcss += `\\t${key}: ${object[key]};\\n`;\n\t\t}\n\t}\n\n\treturn css;\n}\n","import { callAsync, deserializeCSS } from './Util';\n\n/**\n * A component represents a custom HTML element, and has all of its functionality\n * as well as its general structure and representation self contained on it.\n *\n * @class Component\n */\nexport class Component extends HTMLElement {\n\n\t/**\n\t * _tag {String} - The tag name for the component\n\t *\n\t * @static\n\t */\n\tstatic _tag;\n\n\tstatic get tag () {\n\t\tif (typeof this._tag === 'undefined') {\n\t\t\tlet tag = this.name;\n\t\t\tconst matches = tag.match (/([A-Z])/g);\n\t\t\tif (matches !== null) {\n\t\t\t\tfor (const match of matches) {\n\t\t\t\t\ttag = tag.replace (match, `-${match}`.toLowerCase ())\n\t\t\t\t}\n\t\t\t}\n\t\t\tthis._tag = tag.slice (1);\n\t\t}\n\t\treturn this._tag;\n\t};\n\n\tstatic set tag (value) {\n\t\tthis._tag = value;\n\t}\n\n\t/**\n\t * These are the types that can be set as properties on the HTML code of the\n\t * element.\n\t */\n\tstatic _explicitPropTypes = ['boolean', 'string', 'number'];\n\n\t/**\n\t *\n\t *\n\t * @static\n\t */\n\tstatic _template = undefined;\n\n\tstatic template (html = null, context = null) {\n\t\tif (html !== null) {\n\t\t\tthis._template = html;\n\t\t\tdocument.querySelectorAll(this.tag).forEach((instance) => {\n\t\t\t\tif (instance._isReady) {\n\t\t\t\t\tinstance.forceRender ();\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\n\t\t\t// Check if no parameters were set but the HTML is still a function to be called\n\t\t\tif (typeof this._template === 'function') {\n\t\t\t\treturn this._template.call (context);\n\t\t\t}\n\n\t\t\t// If this is reached, the HTML was just a string\n\t\t\treturn this._template;\n\t\t}\n\t}\n\n\tconstructor () {\n\t\tsuper ();\n\t\tthis._children = this.innerHTML.trim ();\n\n\t\t// State Object for the component\n\t\tthis._state = {};\n\n\t\t// Props Object for the component\n\t\tthis._props = {};\n\n\t\t// List of callbacks to run once the component has been mounted successfully\n\t\tthis._ready = [];\n\n\t\tthis._connected = false;\n\t\tthis._isReady = false;\n\n\t\tthis._style = {};\n\n\t\tthis._styleElement = null;\n\t}\n\n\t/**\n\t * width - Determines the real (computed) width of the element\n\t *\n\t * @return {int} - Computed Width of the element on pixels\n\t */\n\tget width () {\n\t\treturn parseInt (getComputedStyle (this).width.replace ('px', ''));\n\t}\n\n\tset width (value) {\n\t\tthis.style.width = value;\n\t}\n\n\t/**\n\t * height - Determines the real (computed) height of the element\n\t *\n\t * @return {int} - Computed height of the element on pixels\n\t */\n\tget height () {\n\t\treturn parseInt (getComputedStyle(this).height.replace ('px', ''));\n\t}\n\n\tset height (value) {\n\t\tthis.style.height = value;\n\t}\n\n\tget static () {\n\t\treturn new Proxy (this.constructor, {});\n\t}\n\n\tset static (value) {\n\t\tthrow new Error ('Component static properties cannot be reassigned.');\n\t}\n\n\tget props () {\n\t\treturn new Proxy (this, {\n\t\t\tget: (target, key) => {\n\t\t\t\tif (this.hasAttribute (key)) {\n\t\t\t\t\tlet value = this.getAttribute (key);\n\t\t\t\t\tif (typeof value === 'string') {\n\t\t\t\t\t\tif (value === 'false') {\n\t\t\t\t\t\t\tvalue = false;\n\t\t\t\t\t\t} else if (value === 'true' || value === '') {\n\t\t\t\t\t\t\tvalue = true;\n\t\t\t\t\t\t} else if (!isNaN (value)) {\n\t\t\t\t\t\t\tif (value.indexOf ('.') > 0) {\n\t\t\t\t\t\t\t\tvalue = parseFloat (value);\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvalue = parseInt (value);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\treturn value;\n\t\t\t\t} else if (key in this._props) {\n\t\t\t\t\treturn this._props[key];\n\t\t\t\t}\n\t\t\t\treturn null;\n\t\t\t},\n\t\t\tset: (target, key, value) => {\n\t\t\t\tthrow new Error ('Component props should be set using the `setProps` function.');\n\t\t\t}\n\t\t});\n\t}\n\n\tset props (value) {\n\t\tif (this._connected === false) {\n\t\t\tthis._props = Object.assign ({}, this._props, value);\n\t\t} else {\n\t\t\tthrow new Error ('Component props cannot be directly assigned. Use the `setProps` function instead.');\n\t\t}\n\t}\n\n\tget state () {\n\t\treturn new Proxy (this._state, {\n\t\t\tget: (target, key) => {\n\t\t\t\treturn target[key];\n\t\t\t},\n\t\t\tset: (target, key, value) => {\n\t\t\t\tif (this._connected === false) {\n\t\t\t\t\treturn target[key] = value;\n\t\t\t\t} else {\n\t\t\t\t\tthrow new Error ('Component state should be set using the `setState` function instead.');\n\t\t\t\t}\n\n\t\t\t}\n\t\t});\n\t}\n\n\tset state (value) {\n\t\tif (this._connected === false) {\n\t\t\tthis._state = Object.assign ({}, this._state, value);\n\t\t} else {\n\t\t\tthrow new Error ('Component state should be set using the `setState` function instead.');\n\t\t}\n\t}\n\n\tget dom () {\n\t\treturn this;\n\t}\n\n\tset dom (value) {\n\t\tthrow new Error ('Component DOM can not be overwritten.');\n\t}\n\n\t/**\n\t * register - Register the component as a custom HTML element\n\t * using the component's tag as the actual element tag.\n\t *\n\t * This action cannot be reverted nor the controller class for\n\t * the element can be changed.\n\t */\n\tstatic register () {\n\t\twindow.customElements.define (this.tag, this);\n\t}\n\n\t/**\n\t * template - A simple function providing access to the basic HTML\n\t * structure of the component.\n\t *\n\t * @param {function|string} html - A string or function that renders the\n\t * component into a valid HTML structure.\n\t *\n\t * @returns {void|string} - Void or the HTML structure in a string\n\t */\n\ttemplate (html = null) {\n\t\treturn this.static.template (html, this);\n\t}\n\n\t_createStyleElement () {\n\t\tconst sharedStyle = document.body.querySelector (`style#${this.static.tag}`);\n\n\t\tif (sharedStyle !== null) {\n\t\t\tthis._styleElement = sharedStyle;\n\t\t}\n\n\t\tif (!(this._styleElement instanceof HTMLStyleElement)) {\n\t\t\tthis._styleElement = document.createElement ('style');\n\t\t\tthis._styleElement.id = this.static.tag;\n\t\t\tdocument.body.prepend (this._styleElement);\n\t\t}\n\t}\n\n\tsetStyle (style, reset = false) {\n\t\tthis._createStyleElement ();\n\n\t\tif (typeof style === 'object') {\n\t\t\tif (reset === false) {\n\t\t\t\tthis._style = Object.assign ({}, this._style, style);\n\t\t\t} else {\n\t\t\t\tthis._style = Object.assign ({}, style);\n\t\t\t}\n\t\t\tthis._styleElement.innerHTML = deserializeCSS (this._style, this.static.tag);\n\t\t} else if (typeof style === 'string') {\n\t\t\tif (reset === false) {\n\t\t\t\tthis._styleElement.innerHTML += style;\n\t\t\t} else {\n\t\t\t\tthis._styleElement.innerHTML = style;\n\t\t\t}\n\t\t}\n\n\t\treturn this._style;\n\t}\n\n\tsetState (state) {\n\t\tif (typeof state === 'object') {\n\t\t\tconst oldState = Object.assign ({}, this._state);\n\n\t\t\tthis._state = Object.assign ({}, this._state, state);\n\n\t\t\tfor (const key of Object.keys (state)) {\n\t\t\t\tthis.updateCallback (key, oldState[key], this._state[key], 'state', oldState, this._state);\n\t\t\t}\n\t\t} else {\n\t\t\tthrow new TypeError(`A state must be an object. Received ${typeof state}.`)\n\t\t}\n\t}\n\n\tsetProps (props) {\n\t\tif (typeof props === 'object') {\n\t\t\tconst oldProps = Object.assign ({}, this._props);\n\n\t\t\tthis._props = Object.assign ({}, this._props, props);\n\n\t\t\tfor (const key of Object.keys (props)) {\n\t\t\t\tthis.updateCallback (key, oldProps[key], this._props[key], 'props', oldProps, this._props);\n\t\t\t}\n\t\t\tthis._setPropAttributes (true);\n\t\t} else {\n\t\t\tthrow new TypeError(`Props must be an object. Received ${typeof state}.`)\n\t\t}\n\t}\n\n\t_setPropAttributes (update = false) {\n\t\tfor (const key of Object.keys (this._props)) {\n\t\t\tconst value = this._props[key];\n\t\t\tif (this.static._explicitPropTypes.indexOf (typeof value) > -1) {\n\t\t\t\tif (update === true) {\n\t\t\t\t\tthis.setAttribute (key, this._props[key]);\n\t\t\t\t} else {\n\t\t\t\t\tthis._props[key] = this.props[key];\n\t\t\t\t\tthis.setAttribute (key, this.props[key]);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t/*\n\t * =========================\n\t * Update Cycle\n\t * =========================\n */\n\n\twillUpdate (origin, property, oldValue, newValue, oldObject, newObject) {\n\t\treturn Promise.resolve ();\n\t}\n\n\tupdate (origin, property, oldValue, newValue, oldObject, newObject) {\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidUpdate (origin, property, oldValue, newValue, oldObject, newObject) {\n\t\treturn Promise.resolve ();\n\t}\n\n\tonStateUpdate (property, oldValue, newValue, oldObject, newObject) {\n\t\treturn Promise.resolve ();\n\t}\n\n\tonPropsUpdate (property, oldValue, newValue, oldObject, newObject) {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/*\n\t * =========================\n\t * Mount Cycle\n\t * =========================\n */\n\n\twillMount () {\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidMount () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/*\n\t * =========================\n\t * Unmount Cycle\n\t * =========================\n */\n\n\twillUnmount () {\n\t\treturn Promise.resolve ();\n\t}\n\n\tunmount () {\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidUnmount () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/*\n\t * =========================\n\t * Render Cycle\n\t * =========================\n */\n\n\t/**\n\t * Forces the component to be rendered again.\n\t *\n\t * @returns {string|Promise} - The HTML to render on the component\n\t */\n\tforceRender () {\n\t\treturn this._render ();\n\t}\n\n\t/**\n\t * This function is the one that defines the HTML that will be rendered\n\t * inside the component. Since some content may need to be loaded before the\n\t * component is rendered, this function can also return a promise.\n\t *\n\t * @returns {string|Promise} - The HTML to render on the component\n\t */\n\trender () {\n\t\treturn '';\n\t}\n\n\t_render () {\n\t\tlet render = this.render;\n\n\t\t// Check if a template has been set to this component, and if that's the\n\t\t// case, use that instead of the render function to render the component's\n\t\t// HTML code.\n\t\tif (this.static._template !== null) {\n\t\t\trender = this.template;\n\t\t}\n\n\t\t// Call the render function asynchronously and set the HTML from it to the\n\t\t// component.\n\t\treturn callAsync (render, this).then ((html) => {\n\t\t\tconst slot = this.dom.querySelector ('slot');\n\n\t\t\tif (typeof html === 'string') {\n\t\t\t\thtml = html.trim ();\n\n\t\t\t\tif (html === '') {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif (html === null || typeof html === 'undefined') {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif (slot !== null) {\n\t\t\t\tslot.replaceWith (html);\n\t\t\t} else {\n\t\t\t\tthis.innerHTML = html;\n\n\t\t\t\tif (this._children !== '' && html.indexOf(this._children) === -1) {\n\t\t\t\t\tthis.innerHTML += this._children;\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n\n\tconnectedCallback () {\n\t\t// Set the state as connected\n\t\tthis._connected = true;\n\n\t\t// Add a data property with the tag of the component\n\t\tthis.dataset.component = this.static.tag;\n\n\t\t// Check if a template for this component was set. The contents on this\n\t\t// if block will only be run once.\n\t\tif (typeof this.static._template === 'undefined') {\n\n\t\t\t// Check if there is an HTML template for this component\n\t\t\tconst template = document.querySelector (`template#${this.static.tag}`);\n\n\t\t\tif (template !== null) {\n\t\t\t\t// If there is, set is as the template for the component\n\t\t\t\tthis.template (template.innerHTML);\n\t\t\t} else {\n\t\t\t\t// If not, set is as null\n\t\t\t\tthis.static._template = null;\n\t\t\t}\n\t\t}\n\n\t\t// Set the initial prop attributes for the component using the given\n\t\t// props\n\t\tthis._setPropAttributes ();\n\n\t\t// Start the Mount Cycle\n\t\treturn this.willMount ().then (() => {\n\n\t\t\treturn this._render ().then (() => {\n\t\t\t\treturn this.didMount ().then (() => {\n\n\t\t\t\t\tthis._isReady = true;\n\t\t\t\t\tfor (const callback of this._ready) {\n\t\t\t\t\t\tcallback.call (this);\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t});\n\t\t});\n\t}\n\n\t/**\n\t * Adds a callback to be run once the component has been mounted successfully\n\t *\n\t * @param {function} callback - Callback to run once the component is ready\n\t */\n\tready (callback) {\n\t\tthis._ready.push (callback);\n\t}\n\n\n\tdisconnectedCallback () {\n\t\treturn this.willUnmount ().then (() => {\n\t\t\treturn this.unmount ().then (() => {\n\t\t\t\treturn this.didUnmount ();\n\t\t\t});\n\t\t});\n\t}\n\n\tupdateCallback (property, oldValue, newValue, origin = 'props', oldObject = {}, newObject = {}) {\n\t\treturn this.willUpdate (origin, property, oldValue, newValue, oldObject, newObject).then (() => {\n\t\t\treturn this.update (origin, property, oldValue, newValue, oldObject, newObject).then (() => {\n\t\t\t\tlet promise;\n\t\t\t\tif (origin === 'state') {\n\t\t\t\t\tpromise = this.onStateUpdate (property, oldValue, newValue, oldObject, newObject);\n\t\t\t\t} else {\n\t\t\t\t\tpromise = this.onPropsUpdate (property, oldValue, newValue, oldObject, newObject);\n\t\t\t\t}\n\t\t\t\treturn promise.then (() => {\n\t\t\t\t\treturn this.didUpdate (origin, property, oldValue, newValue, oldObject, newObject);\n\t\t\t\t});\n\t\t\t});\n\t\t}).catch ((e) => {\n\t\t\tconsole.error (e);\n\t\t\t// Component should not update\n\t\t});\n\t}\n\n\tattributeChangedCallback (property, oldValue, newValue) {\n\n\t}\n}\n","import { Component } from './Component';\nimport { callAsync } from './Util';\n\n/**\n * @class ShadowComponent\n */\nexport class ShadowComponent extends Component {\n\tconstructor (...props) {\n\t\tsuper (...props);\n\n\t\tthis._shadowDOM = this.attachShadow ({ mode: 'open' });\n\t}\n\n\t_createStyleElement () {\n\t\tif (!(this._styleElement instanceof HTMLStyleElement)) {\n\t\t\tthis._styleElement = document.createElement ('style');\n\t\t\tthis.dom.appendChild (this._styleElement);\n\t\t}\n\t}\n\n\t_render () {\n\t\tlet render = this.render;\n\n\t\t// Check if a template has been set to this component, and if that's the\n\t\t// case, use that instead of the render function to render the component's\n\t\t// HTML code.\n\t\tif (this.static._template !== null) {\n\t\t\trender = this.template;\n\t\t}\n\n\t\t// Call the render function asynchronously and set the HTML from it to the\n\t\t// component.\n\t\treturn callAsync (render, this).then ((html) => {\n\t\t\tthis._shadowDOM.innerHTML = '';\n\t\t\tthis._shadowDOM.appendChild (this._styleElement);\n\t\t\tthis._shadowDOM.innerHTML += html;\n\t\t});\n\t}\n\n\tget dom () {\n\t\treturn this._shadowDOM;\n\t}\n\n\n}\n","export * from './src/Component';\nexport * from './src/ShadowComponent';","import { $_ } from '@aegis-framework/artemis';\nimport { Component as PandoraComponent } from '@aegis-framework/pandora';\n\n/**\n * A component represents an object or content in the game such as screens, menus\n * and all other visual or structural elements.\n *\n * The life cycle of an component follows the Mounting cycle for actions.\n *\n * The mounting cycle has 3 steps:\n *\n * 1. Setup - Here the action needs to set up everything it will need for working\n * generally, in this section a component will generally add its HTML\n * content to the global Monogatari object and will set up any needed\n * configuration or state variables.\n *\n * 2. Bind - Once the component has been setup, its time to bind all the necessary\n * event listeners or perform more operations on the DOM once all elements\n * have been setup. Components will generally bind all the listeners needed\n * for their inner elements to work correctly.\n *\n * 3. Init - Finally, once the component was setup and it performed all the needed\n * bindings, it may start performing its operations and perform all\n * further needed operations.\n *\n * @class Component\n */\nclass Component extends PandoraComponent {\n\n\tstatic _priority = 0;\n\n\tstatic all () {\n\t\treturn $_(this.tag);\n\t}\n\n\tstatic get (id) {\n\t\treturn $_(`${this.tag} [data-instance=\"${id}\"]`);\n\t}\n\n\t/**\n\t * @static onStart - This function acts as an event listener for when the game\n\t * starts. If the component needs to do any particular activities when the game\n\t * starts, then this function should be implemented and it will be automatically\n\t * called once the player starts the game.\n\t *\n\t * @return {Promise}\n\t */\n\tstatic onStart () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * @static onLoad - This function acts as an event listener for when a game\n\t * is loaded. If the component needs to perform any particular actions such as\n\t * restoring some state (i.e. showing images, playing media, etc.) when a game\n\t * is loaded, this function must be implemented and it will be automatically\n\t * called when a game is loaded.\n\t *\n\t * @return {Promise} description\n\t */\n\tstatic onLoad () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * @static setup - The setup is the first step of the Mounting cycle, all\n\t * operations required for the component's setup should be implemented here.\n\t *\n\t * @return {Promise} - Result of the setup operation\n\t */\n\tstatic setup () {\n\t\treturn Promise.resolve ();\n\t}\n\n\n\t/**\n\t * @static shouldProceed - Either when the user clicks in the game to proceed or\n\t * the autoPlay feature is ready to go on, Monogatari will first check with\n\t * all actions if it's ok to proceed. Every action should implement its own\n\t * logic for it according to its requirements.\n\t *\n\t * @return {Promise} - Resolved if proceeding is alright or rejected if its not\n\t */\n\tstatic shouldProceed () {\n\t\tconst promises = [];\n\t\tthis.instances ((instance) => {\n\t\t\tpromises.push (instance.shouldProceed ());\n\t\t});\n\t\treturn Promise.all (promises);\n\t}\n\n\t/**\n\t * @static willProceed - Once the shouldProceed check is passed, each action\n\t * should implement its own logic according to its requirements to respond to\n\t * the game proceeding.\n\t *\n\t * @return {Promise}\n\t */\n\tstatic willProceed () {\n\t\tconst promises = [];\n\t\tthis.instances ((instance) => {\n\t\t\tpromises.push (instance.willProceed ());\n\t\t});\n\t\treturn Promise.all (promises);\n\t}\n\n\t/**\n\t * @static shouldRollback - Similarly to the shouldProceed () function, this one takes\n\t * action when the player tries to go back in the game.Monogatari will first\n\t * check with all actions if it's ok to go back. Every action should implement\n\t * its own logic for it according to its requirements.\n\t *\n\t * @return {Promise} - Resolved if going back is alright or rejected if its not\n\t */\n\tstatic shouldRollback () {\n\t\tconst promises = [];\n\t\tthis.instances ((instance) => {\n\t\t\tpromises.push (instance.shouldRollback ());\n\t\t});\n\t\treturn Promise.all (promises);\n\t}\n\n\t/**\n\t * @static willRollback - Once the shouldRollback check is passed, each action\n\t * should implement its own logic according to its requirements to respond to\n\t * the game reverting the previous action\n\t *\n\t * @return {Promise}\n\t */\n\tstatic willRollback () {\n\t\tconst promises = [];\n\t\tthis.instances ((instance) => {\n\t\t\tpromises.push (instance.willRollback ());\n\t\t});\n\t\treturn Promise.all (promises);\n\t}\n\n\t/**\n\t * @static bind - The binding is the second step of the Mounting cycle, all\n\t * operations related to event bindings or other sort of binding with the\n\t * HTML content generated in the setup phase should be implemented here.\n\t *\n\t * @param {string} selector - The CSS selector with which Monogatari has been\n\t * initialized\n\t * @return {Promise} - Result of the binding operation\n\t */\n\tstatic bind () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * @static init - The initialization is the last step of the Mounting cycle,\n\t * all final operations should be implemented here.\n\t *\n\t * @param {string} selector - The CSS selector with which Monogatari has been\n\t * initialized\n\t * @return {Promise} - Result of the initialization operation\n\t */\n\tstatic init () {\n\t\treturn Promise.resolve ();\n\t}\n\n\n\t/**\n\t * @static onSave - This function acts as an event listener for when a game\n\t * is saved. If the component needs to perform any particular actions when that\n\t * happens, this function must be implemented and it will be automatically\n\t * called when a game is saved.\n\t *\n\t * @param {Object} slot - The slot object that has just been saved.\n\t * @param {string} slot.key - The key used to save the slot in the local storage\n\t * @param {Object} slot.value - The actual value saved\n\t *\n\t * @return {Promise} description\n\t */\n\tstatic onSave () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * @static reset - When a game ends using the 'end' statement or before a game\n\t * is loaded, Monogatari will perform a reset on all its components. If the component\n\t * needs to reset a state or any other variables/elements to an initial state\n\t * once a game is over or a new one is loaded, the logic for it must be implemented\n\t * here and the function will be automatically called when needed.\n\t *\n\t * @return {Promise} - Result of the reset operation\n\t */\n\tstatic onReset () {\n\t\tconst promises = [];\n\n\t\tthis.instances ((instance) => {\n\t\t\tpromises.push (instance.onReset ());\n\t\t});\n\n\t\treturn Promise.all (promises);\n\t}\n\n\n\tonReset () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * @static element - Returns this component's element as an Artemis DOM\n\t * instance, using the result of the `selector ()` function as the selector\n\t *\n\t * @returns {DOM} - Artemis DOM instance\n\t */\n\telement () {\n\t\treturn $_(this);\n\t}\n\n\tremove () {\n\t\tthis.parentNode.removeChild (this);\n\t}\n\n\tstatic instances (callback = null) {\n\t\tif (typeof callback === 'function') {\n\t\t\treturn $_(this.tag).each (callback);\n\t\t}\n\t\treturn $_(this.tag);\n\t}\n\n\n\tinstance (id) {\n\t\treturn $_(`${this.constructor.tag}[data-${this.constructor.name.toLowerCase ()}=\"${id}\"`);\n\t}\n\n\t/**\n\t * @static content - Attempts to find a content element inside of this\n\t * component or its children\n\t *\n\t * @param {string} name - Name of the content element to find\n\t *\n\t * @returns {DOM} - An Artemis DOM instance with the found elements\n\t */\n\tcontent (name) {\n\t\treturn this.element ().find (`[data-content=\"${name}\"]`);\n\t}\n\n\tparent (component) {\n\t\tif (typeof component !== 'undefined') {\n\t\t\tthis._parent = component;\n\t\t} else {\n\t\t\treturn this._parent;\n\t\t}\n\t}\n\n\tget engine () {\n\t\treturn this.constructor.engine;\n\t}\n\n\tset engine (value) {\n\t\tthrow new Error ('Component engine reference is hold at static level and cannot be modified.');\n\t}\n\n\tshouldProceed () {\n\t\treturn Promise.resolve ();\n\t}\n\n\twillProceed () {\n\t\treturn Promise.resolve ();\n\t}\n\n\tshouldRollback () {\n\t\treturn Promise.resolve ();\n\t}\n\n\twillRollback () {\n\t\treturn Promise.resolve ();\n\t}\n\n\tconnectedCallback () {\n\t\t// Always add the animated class for all the components\n\t\tthis.classList.add ('animated');\n\n\t\treturn super.connectedCallback ();\n\t}\n}\n\nexport { Component };","import { Component } from '../../lib/Component';\n\nclass AlertDialog extends Component {\n\n\tconstructor () {\n\t\tsuper ();\n\n\t\tthis.props = {\n\t\t\tactive: true,\n\t\t\tmessage: '',\n\t\t\tcontext: null,\n\t\t\teditable: false,\n\t\t\tactions: []\n\t\t};\n\t}\n\n\tonPropsUpdate (property, oldValue, newValue) {\n\t\tif (property === 'active') {\n\t\t\tif (newValue === true) {\n\t\t\t\tthis.classList.toggle ('modal--active');\n\t\t\t}\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\twillMount () {\n\t\tthis.classList.add ('modal', 'modal--active');\n\t\treturn Promise.resolve ();\n\t}\n\n\trender () {\n\t\tconst { message, context, editable, actions } = this.props;\n\t\treturn `\n\t\t\t
\n\t\t\t\t

${this.engine.string(message)}

\n\t\t\t\t${context ? `${context}` : ''}\n\t\t\t\t${actions ? `
\n\t\t\t\t\t${actions.map (action => ``).join('')}\n\t\t\t\t
` : ''}\n\t\t\t
\n\t\t`;\n\t}\n}\n\n\nAlertDialog.tag = 'alert-modal';\n\n\nexport default AlertDialog;","import { Component } from './../../lib/Component';\n\nclass CenteredDialog extends Component {\n\n\tconstructor () {\n\t\tsuper ();\n\t}\n\n\twillRollback () {\n\t\t// If a choice is visible right now, we can simply remove it and let the\n\t\t// game revert to the previous statement.\n\t\tthis.remove ();\n\t\treturn Promise.resolve ();\n\t}\n\n\tonReset () {\n\t\tthis.remove ();\n\t\treturn Promise.resolve ();\n\t}\n\n\twillMount () {\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidMount () {\n\t\treturn Promise.resolve ();\n\t}\n\n\trender () {\n\t\treturn `\n\t\t\t
\n\t\t`;\n\t}\n}\n\nCenteredDialog.tag = 'centered-dialog';\n\n\n\nexport default CenteredDialog;","import { Component } from './../../lib/Component';\n\nclass CharacterSprite extends Component {\n\n\tconstructor () {\n\t\tsuper ();\n\n\t\tthis.props = {\n\t\t\tlayers: [],\n\t\t\tsrc: '',\n\t\t\tdirectory: '',\n\t\t};\n\n\t\tthis.state = {\n\t\t\tlayers: {},\n\t\t};\n\t}\n\n\tonStateUpdate (property, oldValue, newValue) {\n\t\treturn Promise.resolve ();\n\t}\n\n\tonPropsUpdate (property, oldValue, newValue) {\n\t\tif (property === 'src') {\n\t\t\tthis.element ().find ('img').setAttribute ('src', newValue);\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\twillMount () {\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidMount () {\n\t\twindow.addEventListener('resize', () => {\n\n\t\t});\n\t\treturn Promise.resolve ();\n\t}\n\n\trender () {\n\t\tconst promises = [];\n\t\tconst self = this;\n\t\tfor (const layer of this.props.layers) {\n\t\t\tpromises.push(new Promise((resolve, reject) => {\n\t\t\t\tconst image = new Image ();\n\t\t\t\timage.src = `${this.props.directory}${this.state.layers[layer]}`;\n\t\t\t\timage.onload = function () {\n\t\t\t\t\tresolve(this);\n\t\t\t\t};\n\t\t\t}));\n\t\t}\n\t\treturn Promise.all(promises).then ((images) => {\n\t\t\treturn new Promise((resolve, reject) => {\n\t\t\t\tconst wrapper = document.createElement('div');\n\t\t\t\twrapper.dataset.content = 'wrapper';\n\t\t\t\tlet heightRatio = 1;\n\t\t\t\tlet widthRatio = 1;\n\t\t\t\tfor (const index in images) {\n\t\t\t\t\tconst image = images[index];\n\n\t\t\t\t\tif (index == 0) {\n\t\t\t\t\t\tconst maxHeight = (window.innerHeight * 0.80);\n\t\t\t\t\t\theightRatio = image.naturalHeight > maxHeight ? maxHeight / image.naturalHeight : 1;\n\n\t\t\t\t\t\twidthRatio = image.naturalWidth / image.naturalHeight;\n\n\t\t\t\t\t\tconsole.log(widthRatio);\n\n\t\t\t\t\t\timage.height = image.height * heightRatio;\n\t\t\t\t\t\timage.width = image.height * widthRatio;\n\n\t\t\t\t\t\tconsole.log(heightRatio, widthRatio, image.height);\n\t\t\t\t\t\twrapper.style.height = `${image.height}px`;\n\t\t\t\t\t\twrapper.style.width = `${image.width}px`;\n\n\t\t\t\t\t\tconsole.log(wrapper);\n\n\t\t\t\t\t} else {\n\t\t\t\t\t\timage.height = image.height * heightRatio;\n\t\t\t\t\t}\n\n\t\t\t\t\t// image.width = image.height * widthRatio;\n\t\t\t\t\timage.dataset.layer = this.props.layers[index];\n\n\t\t\t\t\twrapper.appendChild(image);\n\t\t\t\t}\n\n\t\t\t\tresolve(wrapper.outerHTML);\n\t\t\t});\n\t\t});\n\t}\n}\n\nCharacterSprite.tag = 'character-sprite';\n\n\n\nexport default CharacterSprite;","import { Component } from './../../lib/Component';\n\nclass ChoiceContainer extends Component {\n\n\tconstructor () {\n\t\tsuper ();\n\n\t\tthis.props = {\n\t\t\tchoices: [],\n\t\t\tclasses: ''\n\t\t};\n\t}\n\n\tshouldProceed () {\n\t\t// If a choice is currently being displayed, the player should not be able\n\t\t// to advance until one is chosen.\n\t\treturn Promise.reject ('Choice Container awaiting for user input.');\n\t}\n\n\twillRollback () {\n\t\t// If a choice is visible right now, we can simply remove it and let the\n\t\t// game revert to the previous statement.\n\t\tthis.remove ();\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tonReset () {\n\t\tthis.remove ();\n\t\treturn Promise.resolve ();\n\t}\n\n\twillMount () {\n\t\t// Check if a list of classes has been defined and if the list is not empty\n\t\tif (typeof this.props.classes === 'string' && this.props.classes !== '') {\n\t\t\tthis.props.classes.split (' ').forEach ((className) => {\n\t\t\t\tif (className) {\n\t\t\t\t\tthis.classList.add (className);\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidMount () {\n\t\treturn Promise.resolve ();\n\t}\n\n\trender () {\n\t\tconst choices = this.props.choices.map ((choice) => {\n\t\t\tconst choiceText = this.engine.replaceVariables (choice.Text);\n\n\t\t\tif (typeof choice.Clickable === 'function') {\n\t\t\t\treturn new Promise ((resolve, reject) => {\n\t\t\t\t\tthis.engine.assertAsync (choice.Clickable, this.engine).then (() => {\n\t\t\t\t\t\tresolve (``);\n\t\t\t\t\t}).catch (() => {\n\t\t\t\t\t\tresolve (``);\n\t\t\t\t\t});\n\n\t\t\t\t});\n\t\t\t}\n\t\t\treturn Promise.resolve (``);\n\t\t});\n\n\t\treturn Promise.all (choices).then ((choices) => `\n\t\t\t
\n\t\t\t\t${ choices.join('') }\n\t\t\t
\n\t\t`);\n\t}\n}\n\nChoiceContainer.tag = 'choice-container';\n\n\n\nexport default ChoiceContainer;","import { Component } from './Component';\n\nclass ScreenComponent extends Component {\n\n\tconstructor () {\n\t\tsuper();\n\n\t\tthis.state = {\n\t\t\topen: false\n\t\t};\n\t}\n\n\twillMount () {\n\t\tthis.dataset.screen = this.constructor.tag.replace ('-screen', '');\n\t\treturn Promise.resolve ();\n\t}\n\n\tonStateUpdate (property, oldValue, newValue) {\n\t\tif (property === 'open') {\n\t\t\tif (newValue === true) {\n\t\t\t\tthis.classList.add ('active');\n\t\t\t} else {\n\t\t\t\tthis.classList.remove ('active');\n\t\t\t}\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\trender () {\n\t\treturn '';\n\t}\n}\n\nexport { ScreenComponent };","import { ScreenComponent } from './../../lib/ScreenComponent';\n\nclass CreditsScreen extends ScreenComponent {\n\n\tstatic init () {\n\t\tif (Object.keys (this.engine.configuration ('credits')).length > 0) {\n\t\t\tthis.engine.component ('main-menu').addButton ({\n\t\t\t\tstring: 'Credits',\n\t\t\t\tdata: {\n\t\t\t\t\taction: 'open-screen',\n\t\t\t\t\topen: 'credits'\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\tconstructor () {\n\t\tsuper ();\n\n\t\tthis.props = {\n\t\t\tcredits: {}\n\t\t};\n\t}\n\n\twillMount () {\n\t\tsuper.willMount ();\n\t\tthis.setProps ({\n\t\t\tcredits: this.engine.configuration ('credits')\n\t\t});\n\t\treturn Promise.resolve ();\n\t}\n\n\trender () {\n\t\tconst items = Object.keys (this.props.credits).map ((section) => {\n\t\t\tlet html = `

${this.engine.replaceVariables (section)}

`;\n\t\t\tconst content = this.props.credits[section];\n\n\t\t\tif (typeof content === 'string') {\n\t\t\t\treturn `\n\t\t\t\t\t

\n\t\t\t\t\t\t${content}\n\t\t\t\t\t

`;\n\t\t\t}\n\n\t\t\tfor (const key of Object.keys (content)) {\n\t\t\t\tconst title = this.engine.replaceVariables (key);\n\t\t\t\tlet value = content[key];\n\n\t\t\t\tif (value instanceof Array) {\n\t\t\t\t\tvalue = value.join (', ');\n\t\t\t\t}\n\n\t\t\t\tif (typeof value === 'string') {\n\t\t\t\t\tvalue = this.engine.replaceVariables (value);\n\t\t\t\t}\n\n\t\t\t\tif (title.indexOf ('_') === 0) {\n\t\t\t\t\thtml += `

\n\t\t\t\t\t\t\t\t${value}\n\t\t\t\t\t\t\t

`;\n\t\t\t\t} else {\n\t\t\t\t\thtml += `

\n\t\t\t\t\t\t\t\t${title}\n\t\t\t\t\t\t\t\t${value}\n\t\t\t\t\t\t\t

`;\n\t\t\t\t}\n\n\t\t\t}\n\t\t\thtml += '
';\n\n\t\t\treturn html;\n\t\t});\n\n\t\treturn `\n\t\t\t\n\t\t\t

Credits

\n\t\t\t
\n\t\t\t\t${items}\n\t\t\t
\n\t\t`;\n\t}\n}\n\nCreditsScreen.tag = 'credits-screen';\n\n\nexport default CreditsScreen;","import { Component } from './../../lib/Component';\n\nclass DialogLog extends Component {\n\n\tstatic setup () {\n\t\tthis.engine.component ('quick-menu').addButtonAfter ('Hide', {\n\t\t\tstring: 'Log',\n\t\t\ticon: 'far fa-comments',\n\t\t\tdata: {\n\t\t\t\taction: 'dialog-log'\n\t\t\t}\n\t\t});\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic bind () {\n\t\tthis.engine.registerListener ('dialog-log', {\n\t\t\tcallback: () => {\n\t\t\t\tthis.instances ((element) => {\n\t\t\t\t\tconst active = element.state.active;\n\t\t\t\t\telement.setState ({\n\t\t\t\t\t\tactive: !active\n\t\t\t\t\t});\n\t\t\t\t});\n\t\t\t}\n\t\t});\n\t\treturn Promise.resolve ();\n\t}\n\n\tonReset () {\n\t\tthis.content ('log').html ('
No dialogs available. Dialogs will appear here as they show up.
');\n\t\treturn Promise.resolve ();\n\t}\n\n\twrite ({ id, character, dialog }) {\n\t\tthis.content ('placeholder').remove ();\n\t\tif (id !== 'narrator' && id !== 'centered') {\n\t\t\tconst { name, color } = character;\n\t\t\tthis.content ('log').append (`\n\t\t\t\t
\n\t\t\t\t\t${this.engine.replaceVariables (name)} \n\t\t\t\t\t

${dialog}

\n\t\t\t\t
\n\t\t\t`);\n\t\t} else {\n\t\t\tthis.content ('log').append (`

${dialog}

`);\n\t\t}\n\t}\n\n\tpop () {\n\t\tconst last = this.content ('log').find ('[data-spoke]').last ();\n\t\tlast.remove ();\n\t}\n\n\tconstructor () {\n\t\tsuper ();\n\n\t\tthis.state = {\n\t\t\tactive: false\n\t\t};\n\t}\n\n\tonStateUpdate (property, oldValue, newValue) {\n\t\tif (property === 'active') {\n\t\t\tthis.classList.toggle ('modal--active');\n\n\t\t\tif (newValue === true) {\n\t\t\t\tthis.scrollTop = this.scrollHeight;\n\t\t\t}\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\twillMount () {\n\t\tthis.classList.add ('modal');\n\t\treturn Promise.resolve ();\n\t}\n\n\trender () {\n\t\treturn `\n\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t
No dialogs available. Dialogs will appear here as they show up.
\n\t\t\t\t
\n\t\t\t\t\n\t\t\t
\n\t\t`;\n\t}\n}\n\nDialogLog.tag = 'dialog-log';\n\n\n\nexport default DialogLog;","import { ScreenComponent } from '../../lib/ScreenComponent';\nimport { $_ } from '@aegis-framework/artemis';\n\nclass GalleryScreen extends ScreenComponent {\n\n\tstatic bind (selector) {\n\n\t\t// Now lets make it so that when a player clicks on one of the Images\n\t\t// of the gallery, the image gets shown. For that purpose, we'll use\n\t\t// create a function showImage (). You may notice we are not using a simple\n\t\t// $_().click function, instead we are using the 'on' function, this is\n\t\t// due to the images being generated automatically, we can't simply\n\t\t// attach the listerner to them so we attach it to their parent (the\n\t\t// gallery) and then check if the click was actually on an image.\n\t\tconst self = this;\n\t\tthis.instances ().on ('click', '[data-image]', function () {\n\t\t\tconst image = $_(this).closest ('[data-image]').data ('image');\n\t\t\tself.showImage (image);\n\t\t});\n\n\t\t// This listener will make it so that any click on the image viewer\n\t\t// closes it\n\t\tthis.instances ().on ('click', '[data-ui=\"image-viewer\"]', () => {\n\t\t\tthis.instances ().find ('[data-ui=\"image-viewer\"]').removeClass ('modal--active');\n\t\t\tthis.instances ().find ('[data-ui=\"image-viewer\"] figure').style ('background-image', '');\n\t\t});\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic init (selector) {\n\t\tif (Object.keys (this.engine.assets ('gallery')).length > 0) {\n\t\t\tthis.engine.component ('main-menu').addButton ({\n\t\t\t\tstring: 'Gallery',\n\t\t\t\tdata: {\n\t\t\t\t\taction: 'open-screen',\n\t\t\t\t\topen: 'gallery'\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\t// Hide Gallery if there are no images defined.\n\t\t\tthis.instances ().remove ();\n\t\t}\n\n\t\treturn Promise.resolve ();\n\t}\n\n\t// A simple function to show an image, this will activate the image viewer\n\t// and set the image as a background for it.\n\tstatic showImage (image) {\n\t\tconst directory = `${this.engine.setting ('AssetsPath').root}/${this.engine.setting ('AssetsPath').gallery}/`;\n\t\tthis.instances ().find ('[data-ui=\"image-viewer\"] figure').style ('background-image', `url('${directory}${this.engine.asset ('gallery', image)}')`);\n\t\tthis.instances ().find ('[data-ui=\"image-viewer\"]').addClass ('modal--active');\n\t}\n\n\tconstructor () {\n\t\tsuper ();\n\n\t\tthis.state = {\n\t\t\tunlocked: []\n\t\t};\n\t}\n\n\twillMount () {\n\t\tsuper.willMount ();\n\t\treturn this.engine.Storage.get ('gallery').then ((data) => {\n\t\t\tthis.setState ({\n\t\t\t\tunlocked: data.unlocked\n\t\t\t});\n\t\t\treturn Promise.resolve ();\n\t\t}).catch (() => {\n\t\t\treturn Promise.resolve ();\n\t\t});\n\t}\n\n\tonStateUpdate (property, oldValue, newValue) {\n\t\tsuper.onStateUpdate (property, oldValue, newValue);\n\n\t\tthis.engine.Storage.set ('gallery', {\n\t\t\tunlocked: this.state.unlocked\n\t\t});\n\n\t\t// Update the gallery when an image gets unlocked or locked\n\t\tthis.forceRender ();\n\n\t\treturn Promise.resolve ();\n\t}\n\n\trender () {\n\t\tconst images = Object.keys (this.engine.assets ('gallery')).map ((image) => {\n\t\t\tconst directory = `${this.engine.setting ('AssetsPath').root}/${this.engine.setting ('AssetsPath').gallery}/`;\n\n\t\t\t// Check if the image has been unlocked or not, if it hasn't then a\n\t\t\t// lock will be shown instead of the image.\n\t\t\tif (this.state.unlocked.includes (image)) {\n\t\t\t\treturn `
`;\n\t\t\t} else {\n\t\t\t\treturn '
';\n\t\t\t}\n\t\t}).join ('');\n\n\t\treturn `\n\t\t\t\n\t\t\t\n\t\t\t

Gallery

\n\t\t\t
\n\t\t\t\t${images}\n\t\t\t
\n\t\t`;\n\t}\n}\n\nGalleryScreen.tag = 'gallery-screen';\n\n\nexport default GalleryScreen;","import { ScreenComponent } from './../../lib/ScreenComponent';\n\nclass GameScreen extends ScreenComponent {\n\n\tstatic shouldProceed () {\n\t\tif (this.engine.element ().find ('[data-screen=\"game\"]').isVisible ()) {\n\t\t\treturn Promise.resolve ();\n\t\t}\n\t\treturn Promise.reject ('Game screen is not visible.');\n\t}\n\n\tstatic bind (selector) {\n\t\tconst self = this;\n\n\t\tthis.engine.on ('click', '[data-screen=\"game\"] *:not([data-choice])', function () {\n\t\t\tself.engine.debug.debug ('Next Statement Listener');\n\t\t\tself.engine.proceed ({ userInitiated: true }).then (() => {\n\t\t\t\t// Nothing to do here\n\t\t\t}).catch (() => {\n\t\t\t\t// An action waiting for user interaction or something else\n\t\t\t\t// is blocking the game.\n\t\t\t});\n\t\t});\n\n\t\tthis.engine.registerListener ('back', {\n\t\t\tkeys: 'left',\n\t\t\tcallback: () => {\n\t\t\t\tthis.engine.global ('block', false);\n\t\t\t\tthis.engine.rollback ().then (() => {\n\t\t\t\t\t// Nothing to do here\n\t\t\t\t}).catch ((e) => {\n\t\t\t\t\t// An action waiting for user interaction or something else\n\t\t\t\t\t// is blocking the game.\n\t\t\t\t});\n\t\t\t}\n\t\t});\n\n\t\treturn Promise.resolve ();\n\t}\n\n\n\tdidMount () {\n\t\tthis.engine.on ('didUpdateState', ({ detail: {newState: { label }}}) => {\n\t\t\tif (label) {\n\t\t\t\tthis.element ().data ('label', label);\n\t\t\t}\n\t\t});\n\n\t\treturn Promise.resolve ();\n\t}\n\n\trender () {\n\t\treturn `\n\t\t\t
\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t
\n\t\t`;\n\t}\n\n}\n\nGameScreen.tag = 'game-screen';\n\n\nexport default GameScreen;","import { ScreenComponent } from './../../lib/ScreenComponent';\n\nclass HelpScreen extends ScreenComponent {\n\n\trender () {\n\t\treturn `\n\t\t\t\n\t\t\t

Help

\n\t\t\t
\n\t\t\t\t

To advance through the game, left-click or tap anywhere on the game screen or press the space key

\n\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t

Quick Menu

\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\tGo back\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\tHide the text box\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\tShow the dialog log\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\tEnable auto play\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\tEnter skip mode\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\tOpen the Save Screen\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\tOpen the Load Screen\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\tOpen the Settings Screen\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\tQuit Game\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t

Keyboard Shortcuts

\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\tGo Back\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\tH\n\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\tHide the text box\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\tA\n\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\tEnable auto play\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\tS\n\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\tEnter skip mode\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t⇧ S\n\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\tOpen the Save Screen\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t⇧ L\n\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\tOpen the Load Screen\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\tESC\n\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\tOpen the Settings Screen.\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t⇧ Q\n\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\tQuit Game\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t
\n\t\t\t
\n\t\t`;\n\t}\n}\n\nHelpScreen.tag = 'help-screen';\n\n\n\nexport default HelpScreen;","import { ScreenComponent } from './../../lib/ScreenComponent';\n\nclass LoadScreen extends ScreenComponent {\n\n\trender () {\n\t\tconst autoSaveEnabled = this.engine.setting ('AutoSave') != 0 && typeof this.engine.setting ('AutoSave') === 'number';\n\n\t\treturn `\n\t\t\t\n\t\t\t

Load

\n\t\t\t
\n\t\t\t\t

Saved Games

\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t
\n\t\t\t${ autoSaveEnabled ? `
\n\t\t\t\t

Auto Saved Games

\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t
` : ''}\n\t\t`;\n\t}\n}\n\nLoadScreen.tag = 'load-screen';\n\n\nexport default LoadScreen;","import { ScreenComponent } from './../../lib/ScreenComponent';\n\nclass LoadingScreen extends ScreenComponent {\n\n\tconstructor () {\n\t\tsuper ();\n\n\t\tthis.props = {\n\t\t\tmax: 0\n\t\t};\n\n\t\tthis.state = {\n\t\t\tprogress: 0\n\t\t};\n\t}\n\n\tdidMount () {\n\t\tthis.engine.on ('willPreloadAssets', () => {\n\t\t\tthis.setState ({\n\t\t\t\topen: true\n\t\t\t});\n\t\t});\n\n\t\tthis.engine.on ('assetQueued', () => {\n\t\t\tconst max = this.props.max;\n\t\t\tthis.setProps ({\n\t\t\t\tmax: max + 1\n\t\t\t});\n\t\t});\n\n\t\tthis.engine.on ('didPreloadAssets', () => {\n\t\t\tthis.setState ({\n\t\t\t\topen: false\n\t\t\t});\n\t\t});\n\n\t\tthis.engine.on ('assetLoaded', (event) => {\n\t\t\tconst progress = this.state.progress;\n\t\t\tthis.setState ({\n\t\t\t\tprogress: progress + 1\n\t\t\t});\n\t\t});\n\t\treturn Promise.resolve ();\n\t}\n\n\tonStateUpdate (property, oldValue, newValue) {\n\t\tsuper.onStateUpdate (property, oldValue, newValue);\n\t\tif (property === 'progress') {\n\t\t\tthis.content ('progress').value (newValue);\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\tonPropsUpdate (property, oldValue, newValue) {\n\t\tsuper.onPropsUpdate (property, oldValue, newValue);\n\t\tif (property === 'max') {\n\t\t\tthis.content ('progress').attribute ('max', newValue);\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\trender () {\n\t\treturn `\n\t\t\t
\n\t\t\t\t

Loading

\n\t\t\t\t\n\t\t\t\tWait while the assets are loaded.\n\t\t\t
\n\t\t`;\n\t}\n}\n\nLoadingScreen.tag = 'loading-screen';\n\n\nexport default LoadingScreen;","import { Component } from './Component';\n\nclass MenuComponent extends Component {\n\n\tstatic addButton (button) {\n\t\tthis.engine.configuration (this.tag, {\n\t\t\tbuttons: [...this.buttons (), button]\n\t\t});\n\n\t\tthis.onConfigurationUpdate ();\n\t}\n\n\tstatic addButtonAfter (after, button) {\n\t\tconst index = this.buttons ().findIndex (b => b.string === after);\n\t\tconst buttons = [...this.buttons ()];\n\n\t\tif (index > -1) {\n\t\t\tbuttons.splice (index + 1, 0, button);\n\n\t\t\tthis.engine.configuration (this.tag, {\n\t\t\t\tbuttons\n\t\t\t});\n\n\t\t\tthis.onConfigurationUpdate ();\n\t\t}\n\t}\n\n\tstatic addButtonBefore (before, button) {\n\t\tconst index = this.buttons ().findIndex (b => b.string === before);\n\t\tconst buttons = [...this.buttons ()];\n\n\t\tif (index > -1) {\n\t\t\tbuttons.splice (index + 1, 0, button);\n\n\t\t\tthis.engine.configuration (this.tag, {\n\t\t\t\tbuttons\n\t\t\t});\n\n\t\t\tthis.onConfigurationUpdate ();\n\t\t}\n\t}\n\n\tstatic removeButton (string) {\n\t\tthis.engine.configuration (this.tag, {\n\t\t\tbuttons: this.buttons ().filter ((button) => button.string !== string)\n\t\t});\n\n\t\tthis.onConfigurationUpdate ();\n\t}\n\n\tstatic buttons () {\n\t\treturn this.engine.configuration (this.tag).buttons;\n\t}\n\n\tstatic button (string) {\n\t\treturn this.buttons ().find ((button) => button.string === string);\n\t}\n\n\tstatic onConfigurationUpdate () {\n\t\tconst elements = document.querySelectorAll (this.tag);\n\n\t\tfor (const element of elements) {\n\t\t\tif (element instanceof Component) {\n\t\t\t\telement.innerHTML = element.render ();\n\t\t\t}\n\t\t}\n\n\t\treturn Promise.resolve ();\n\t}\n\n\trender () {\n\t\treturn this.static.buttons ().map ((button) => {\n\t\t\t// A user could create a custom element to display all or specific\n\t\t\t// buttons. If no element was set on the button's definition, we'll\n\t\t\t// assume it to be a simple button.\n\t\t\tif (typeof button.element !== 'string') {\n\t\t\t\tbutton.element = 'button';\n\t\t\t}\n\n\t\t\tconst element = document.createElement (button.element);\n\n\t\t\tif (typeof button.data === 'object') {\n\t\t\t\tfor (const key of Object.keys (button.data)) {\n\t\t\t\t\telement.dataset[key] = button.data[key];\n\t\t\t\t}\n\t\t\t}\n\n\t\t\telement.setAttribute ('icon', button.icon);\n\t\t\telement.setAttribute ('string', button.string);\n\n\t\t\treturn element.outerHTML;\n\t\t}).join (' ');\n\t}\n}\n\nMenuComponent.tag = 'lib-menu-component';\n\nexport { MenuComponent };","import { MenuComponent } from './../../lib/MenuComponent';\n\nclass MainMenu extends MenuComponent {\n\n\tstatic shouldRollback () {\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic willRollback () {\n\t\treturn Promise.resolve ();\n\t}\n\n\trender () {\n\t\treturn this.static.buttons ().map ((button) => {\n\t\t\t// A user could create a custom element to display all or specific\n\t\t\t// buttons. If no element was set on the button's definition, we'll\n\t\t\t// assume it to be a simple button.\n\t\t\tif (typeof button.element !== 'string') {\n\t\t\t\tbutton.element = 'button';\n\t\t\t}\n\n\t\t\tconst element = document.createElement (button.element);\n\n\t\t\tif (typeof button.data === 'object') {\n\t\t\t\tfor (const key of Object.keys (button.data)) {\n\t\t\t\t\telement.dataset[key] = button.data[key];\n\t\t\t\t}\n\t\t\t}\n\n\t\t\telement.setAttribute ('icon', button.icon);\n\t\t\telement.setAttribute ('string', button.string);\n\n\t\t\telement.innerHTML = `\n\t\t\t\t\n\t\t\t\t${this.engine.string (button.string)}\n\t\t\t`;\n\n\t\t\treturn element.outerHTML;\n\t\t}).join (' ');\n\t}\n\n}\n\nMainMenu.tag = 'main-menu';\n\n\nexport default MainMenu;","import { ScreenComponent } from './../../lib/ScreenComponent';\n\nclass MainScreen extends ScreenComponent {\n\tonStateUpdate (property, oldValue, newValue) {\n\t\tif (property === 'open') {\n\t\t\tif (newValue === true) {\n\t\t\t\tthis.engine.playAmbient ();\n\t\t\t} else {\n\t\t\t\tif (this.engine.global ('playing') === true) {\n\t\t\t\t\tthis.engine.stopAmbient ();\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn super.onStateUpdate(property, oldValue, newValue);\n\t}\n}\n\nMainScreen.tag = 'main-screen';\n\n\nexport default MainScreen;","import { Component } from './../../lib/Component';\n\nclass MessageModal extends Component {\n\n\tconstructor () {\n\t\tsuper ();\n\n\t\tthis.props = {\n\t\t\ttitle: null,\n\t\t\tsubtitle: null,\n\t\t\tbody: '',\n\t\t\tactionString: 'Close'\n\t\t};\n\t}\n\n\tshouldProceed () {\n\t\treturn Promise.reject ('Message Modal awaiting for user to close the modal window.');\n\t}\n\n\twillProceed () {\n\t\tthis.remove ();\n\t\treturn Promise.resolve ();\n\t}\n\n\twillRollback () {\n\t\t// If a choice is visible right now, we can simply remove it and let the\n\t\t// game revert to the previous statement.\n\t\tthis.remove ();\n\t\treturn Promise.resolve ();\n\t}\n\n\tonReset () {\n\t\tthis.remove ();\n\t\treturn Promise.resolve ();\n\t}\n\n\twillMount () {\n\t\tthis.classList.add ('modal', 'modal--active');\n\t\treturn Promise.resolve ();\n\t}\n\n\trender () {\n\t\tconst { title, subtitle, body } = this.props;\n\t\treturn `\n\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t${ typeof title === 'string' && title ? `

${title}

` : '' }\n\t\t\t\t\t${ typeof subtitle === 'string' && subtitle ? `

${subtitle}

` : '' }\n\t\t\t\t\t${ typeof body === 'string' && body ? `

${body}

` : '' }\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t
\n\t\t`;\n\t}\n}\n\nMessageModal.tag = 'message-modal';\n\n\n\nexport default MessageModal;","import { MenuComponent } from './../../lib/MenuComponent';\n\nclass QuickMenu extends MenuComponent {\n\n\tstatic init () {\n\t\t// Remove the Skip text button if it has been disabled on the game settings\n\t\tif (!(this.engine.setting ('Skip') > 0)) {\n\t\t\tthis.removeButton ('Skip');\n\t\t}\n\t}\n\n\trender () {\n\t\treturn this.static.buttons ().map ((button) => {\n\t\t\t// A user could create a custom element to display all or specific\n\t\t\t// buttons. If no element was set on the button's definition, we'll\n\t\t\t// assume it to be a simple button.\n\t\t\tif (typeof button.element !== 'string') {\n\t\t\t\tbutton.element = 'button';\n\t\t\t}\n\n\t\t\tconst element = document.createElement (button.element);\n\n\t\t\tif (typeof button.data === 'object') {\n\t\t\t\tfor (const key of Object.keys (button.data)) {\n\t\t\t\t\telement.dataset[key] = button.data[key];\n\t\t\t\t}\n\t\t\t}\n\n\t\t\telement.setAttribute ('icon', button.icon);\n\t\t\telement.setAttribute ('string', button.string);\n\n\t\t\telement.innerHTML = `\n\t\t\t\t\n\t\t\t\t${this.engine.string (button.string)}\n\t\t\t`;\n\n\t\t\treturn element.outerHTML;\n\t\t}).join (' ');\n\t}\n\n}\n\nQuickMenu.tag = 'quick-menu';\n\n\nexport default QuickMenu;","import { ScreenComponent } from './../../lib/ScreenComponent';\nimport moment from 'moment/min/moment-with-locales';\n\nclass SaveScreen extends ScreenComponent {\n\n\tstatic bind (selector) {\n\t\tthis.instances ().on ('click', '[data-action=\"save\"]', () => {\n\t\t\tconst slotName = this.instances ().find ('[data-content=\"slot-name\"]').value ().trim ();\n\t\t\tif (slotName !== '') {\n\t\t\t\tthis.engine.saveTo ('SaveLabel', null, slotName);\n\t\t\t}\n\t\t});\n\t\treturn Promise.resolve ();\n\t}\n\n\tonStateUpdate (property, oldValue, newValue) {\n\t\tsuper.onStateUpdate (property, oldValue, newValue);\n\t\tif (property === 'open' && newValue === true) {\n\t\t\tthis.content ('slot-name').value (moment ().format ('LL LTS'));\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\trender () {\n\t\treturn `\n\t\t\t\n\t\t\t
\n\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t
\n\t\t\t\n\t\t\t
\n\t\t`;\n\t}\n}\n\nSaveScreen.tag = 'save-screen';\n\n\nexport default SaveScreen;","import { Component } from './../../lib/Component';\nimport { Text } from '@aegis-framework/artemis';\nimport moment from 'moment/min/moment-with-locales';\n\nclass SaveSlot extends Component {\n\n\tstatic shouldRollback () {\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic willRollback () {\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic bind (selector) {\n\n\t\tthis.engine.registerListener ('delete-slot', {\n\t\t\tcallback: () => {\n\t\t\t\tconst target = this.engine.global ('delete_slot');\n\n\t\t\t\t// Delete the slot from the storage\n\t\t\t\tthis.engine.Storage.remove (target);\n\n\t\t\t\t// Reset the temporal delete slot variable\n\t\t\t\tthis.engine.global ('delete_slot', null);\n\t\t\t\tthis.engine.dismissAlert ('slot-deletion');\n\n\t\t\t\tthis.engine.instances ().remove ();\n\t\t\t}\n\t\t});\n\n\t\tconst engine = this.engine;\n\n\t\tthis.engine.on ('click', '[data-component=\"slot-container\"] [data-delete]', function (event) {\n\t\t\tengine.debug.debug ('Registered Click on Slot Delete Button');\n\t\t\tevent.stopImmediatePropagation ();\n\t\t\tevent.stopPropagation ();\n\t\t\tevent.preventDefault ();\n\n\t\t\tengine.global ('delete_slot', this.dataset.delete);\n\t\t\tengine.Storage.get (engine.global ('delete_slot')).then ((data) => {\n\t\t\t\tengine.alert ('slot-deletion', {\n\t\t\t\t\tmessage: 'SlotDeletion',\n\t\t\t\t\tcontext: typeof data.name !== 'undefined' ? data.name : data.date,\n\t\t\t\t\tactions: [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tlabel: 'Delete',\n\t\t\t\t\t\t\tlistener: 'delete-slot'\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tlabel: 'Cancel',\n\t\t\t\t\t\t\tlistener: 'dismiss-alert'\n\t\t\t\t\t\t}\n\t\t\t\t\t]\n\t\t\t\t});\n\t\t\t});\n\t\t});\n\t\treturn Promise.resolve ();\n\t}\n\n\tconstructor () {\n\t\tsuper ();\n\t\tthis.props = {\n\t\t\tslot: '',\n\t\t\tname: '',\n\t\t\tdate: '',\n\t\t\tscreenshot: '',\n\t\t\timage: ''\n\t\t};\n\n\t\tthis.data = null;\n\t}\n\n\twillMount () {\n\t\tthis.classList.add ('row__column', 'row_column--6', 'row__column--tablet--4', 'row__column--desktop--3', 'row__column--desktop-large--2');\n\n\t\treturn this.engine.Storage.get (this.slot).then ((data) => {\n\t\t\tthis.data = data;\n\n\t\t\tif (typeof data.Engine !== 'undefined') {\n\t\t\t\tdata.name = data.Name;\n\t\t\t\tdata.date = data.Date;\n\t\t\t\tdata.image = data.Engine.Scene;\n\t\t\t}\n\n\t\t\tthis.setProps ({\n\t\t\t\tname: data.name,\n\t\t\t\tdate: data.date,\n\t\t\t\timage: data.image\n\t\t\t});\n\t\t});\n\t}\n\n\trender () {\n\t\tlet background = '';\n\n\t\tconst hasImage = this.props.image && this.engine.asset ('scenes', this.props.image);\n\n\t\tif (hasImage) {\n\t\t\tbackground = `url(${this.engine.setting ('AssetsPath').root}/${this.engine.setting ('AssetsPath').scenes}/${this.engine.asset ('scenes', this.props.image)})`;\n\t\t} else if (this.data.game.state.scene) {\n\t\t\tbackground = this.data.game.state.scene;\n\n\t\t\tif (background.indexOf (' with ') > -1) {\n\t\t\t\tbackground = Text.prefix (' with ', background);\n\t\t\t}\n\n\t\t\tbackground = Text.suffix ('show scene', background);\n\n\t\t} else if (this.data.game.state.background) {\n\t\t\tbackground = this.data.game.state.background;\n\n\t\t\tif (background.indexOf (' with ') > -1) {\n\t\t\t\tbackground = Text.prefix (' with ', background);\n\t\t\t}\n\n\t\t\tbackground = Text.suffix ('show background', background);\n\t\t}\n\t\treturn `\n\t\t\t\n\t\t\t${this.props.name}\n\t\t\t
\n\t\t\t
${moment (this.props.date).format ('LL LTS')}
\n\t\t`;\n\t}\n}\n\nSaveSlot.tag = 'save-slot';\n\n\nexport default SaveSlot;","import { ScreenComponent } from './../../lib/ScreenComponent';\nimport { Platform, Text } from '@aegis-framework/artemis';\n\nclass SettingsScreen extends ScreenComponent {\n\n\tstatic bind () {\n\t\t// Fix for select labels\n\t\tthis.engine.on ('click', '[data-select]', () => {\n\t\t\tconst e = document.createEvent ('MouseEvents');\n\t\t\te.initMouseEvent ('mousedown');\n\t\t\tthis.engine.element ().find (`[data-action='${this.dataset.select}']`).first ().dispatchEvent (e);\n\t\t});\n\n\t\treturn Promise.resolve ();\n\t}\n\n\telectron (selector) {\n\t\tthis.element ().find ('[data-action=\"set-resolution\"]').value (this.engine.preference ('Resolution'));\n\n\t\twindow.onbeforeunload = (event) => {\n\t\t\tevent.preventDefault ();\n\t\t\tthis.engine.alert ('quit-warning', {\n\t\t\t\tmessage: 'Confirm',\n\t\t\t\tactions: [\n\t\t\t\t\t{\n\t\t\t\t\t\tlabel: 'Quit',\n\t\t\t\t\t\tlistener: 'quit'\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tlabel: 'Cancel',\n\t\t\t\t\t\tlistener: 'dismiss-alert'\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t});\n\t\t\treturn false;\n\t\t};\n\n\t\twindow.ipcRendererSend ('window-info-request', {\n\t\t\ttitle: this.engine.setting ('Name'),\n\t\t\tresizable: this.engine.setting ('ForceAspectRatio') !== 'Global'\n\t\t});\n\n\t\twindow.ipcRendererReceive ('window-info-reply', (event, args) => {\n\t\t\tconst { resizable, minWidth, maxWidth, minHeight, maxHeight } = args;\n\n\t\t\tif (!resizable) {\n\t\t\t\tconst aspectRatio = this.engine.setting ('AspectRatio').split (':');\n\t\t\t\tconst aspectRatioWidth = parseInt (aspectRatio[0]);\n\t\t\t\tconst aspectRatioHeight = parseInt (aspectRatio[1]);\n\n\t\t\t\tfor (let i = 0; i < 488; i += 8) {\n\t\t\t\t\tconst calculatedWidth = aspectRatioWidth * i;\n\t\t\t\t\tconst calculatedHeight = aspectRatioHeight * i;\n\n\t\t\t\t\tif (calculatedWidth >= minWidth && calculatedHeight >= minHeight && calculatedWidth <= maxWidth && calculatedHeight <= maxHeight) {\n\t\t\t\t\t\tthis.element ().find ('[data-action=\"set-resolution\"]').append(``);\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tthis.element ().find ('[data-action=\"set-resolution\"]').append(``);\n\n\t\t\t\tthis.changeWindowResolution (this.engine.preference ('Resolution'));\n\t\t\t\tthis.element ().find ('[data-action=\"set-resolution\"]').change ((event) => {\n\t\t\t\t\tconst size = event.target.value;\n\t\t\t\t\tthis.changeWindowResolution (size);\n\t\t\t\t});\n\n\t\t\t\tthis.element ().find ('[data-action=\"set-resolution\"]').value (this.engine.preference ('Resolution'));\n\n\t\t\t} else {\n\t\t\t\tthis.element ().find ('[data-settings=\"resolution\"]').hide ();\n\t\t\t}\n\t\t});\n\n\t\twindow.ipcRendererReceive ('resize-reply', (event, args) => {\n\t\t\tconst { width, height, fullscreen } = args;\n\n\t\t\tif (fullscreen) {\n\t\t\t\tthis.engine.preference ('Resolution', 'fullscreen');\n\t\t\t} else {\n\t\t\t\tthis.engine.preference ('Resolution', `${width}x${height}`);\n\t\t\t}\n\t\t});\n\t}\n\n\tchangeWindowResolution (resolution) {\n\t\tif (resolution) {\n\t\t\tif (resolution == 'fullscreen') {\n\t\t\t\twindow.ipcRendererSend ('resize-request', {\n\t\t\t\t\tfullscreen: true\n\t\t\t\t});\n\t\t\t} else if (resolution.indexOf ('x') > -1) {\n\t\t\t\tconst [ width, height ] = resolution.split ('x');\n\t\t\t\twindow.ipcRendererSend ('resize-request', {\n\t\t\t\t\twidth: parseInt (width),\n\t\t\t\t\theight: parseInt (height),\n\t\t\t\t\tfullscreen: false\n\t\t\t\t});\n\t\t\t}\n\t\t}\n\t}\n\n\tdidMount () {\n\t\tthis.engine.on ('didInit', () => {\n\t\t\tif (this.engine.setting ('MultiLanguage') === true) {\n\t\t\t\tthis.content ('wrapper').html (`\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t`);\n\t\t\t\tthis.content ('language-selector').value (this.engine.preference ('Language'));\n\n\t\t\t\t// Bind Language select so that every time a language is selected, the\n\t\t\t\t// ui and game get correctly localized.\n\t\t\t\tthis.content ('language-selector').change (() => {\n\t\t\t\t\tthis.engine.preference ('Language', this.content ('language-selector').value ());\n\t\t\t\t\tthis.engine.localize ();\n\t\t\t\t});\n\t\t\t} else {\n\t\t\t\tthis.content ('language-settings').remove ();\n\t\t\t}\n\n\t\t\tfor (const mediaType of Object.keys (this.engine.mediaPlayers ())) {\n\t\t\t\tthis.content (`${mediaType}-audio-controller`).value ('value', this.engine.preference ('Volume')[Text.capitalize (mediaType)]);\n\t\t\t}\n\n\t\t\t// Set the electron quit handler.\n\t\t\tif (Platform.electron () && (typeof window.ipcRendererReceive === 'function' && typeof window.ipcRendererSend === 'function')) {\n\t\t\t\tthis.electron ();\n\t\t\t} else {\n\t\t\t\tthis.element ().find ('[data-platform=\"electron\"]').remove ();\n\t\t\t}\n\n\t\t\tthis.element ().find ('[data-action=\"set-text-speed\"]').value (this.engine.setting ('maxTextSpeed') - this.engine.preference ('TextSpeed'));\n\t\t});\n\n\t\t// Disable audio settings in iOS since they are not supported\n\t\tif (Platform.mobile ('iOS')) {\n\t\t\t// iOS handles the volume using the system volume, therefore there is now way to\n\t\t\t// handle each of the sound sources individually and as such, this is disabled.\n\t\t\tthis.content ('audio-settings').html (`

${this.engine.string ('iOSAudioWarning')}

`);\n\t\t}\n\n\t\tconst engine = this.engine;\n\t\tthis.content ('auto-play-speed-controller').on ('change mouseover', function () {\n\t\t\tconst value = engine.setting ('MaxAutoPlaySpeed') - parseInt(this.value);\n\t\t\tengine.preference ('AutoPlaySpeed', value);\n\t\t});\n\n\t\tthis.engine.setting ('MaxAutoPlaySpeed', parseInt (this.content ('auto-play-speed-controller').property ('max')));\n\t\tthis.content ('auto-play-speed-controller').value (this.engine.preference ('AutoPlaySpeed'));\n\n\t\treturn Promise.resolve ();\n\t}\n\n\trender () {\n\t\treturn `\n\t\t\t\n\t\t\t

Settings

\n\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t

Audio

\n\t\t\t\t\t\tMusic Volume:\n\t\t\t\t\t\t\n\t\t\t\t\t\tSound Volume:\n\t\t\t\t\t\t\n\t\t\t\t\t\tVoice Volume:\n\t\t\t\t\t\t\n\t\t\t\t\t\tVideo Volume:\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t
\n\n\t\t\t\t
\n\n\t\t\t\t\t
\n\t\t\t\t\t\t

Text Speed

\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\n\t\t\t\t\t
\n\t\t\t\t\t\t

Auto Play Speed

\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\n\t\t\t\t\t
\n\t\t\t\t\t\t

Language

\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\n\t\t\t\t\t
\n\t\t\t\t\t\t

Resolution

\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t
\n\t\t\t
\n\t\t`;\n\t}\n}\n\nSettingsScreen.tag = 'settings-screen';\n\n\n\nexport default SettingsScreen;","import { Component } from './../../lib/Component';\nimport { $_ } from '@aegis-framework/artemis';\n\nclass SlotContainer extends Component {\n\n\tstatic shouldRollback () {\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic willRollback () {\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic bind () {\n\t\tthis.engine.registerListener ('overwrite-slot', {\n\t\t\tcallback: (element) => {\n\t\t\t\tconst customName = $_(element).closest ('[data-content=\"context\"]').text ().trim ();\n\t\t\t\tif (customName !== '') {\n\t\t\t\t\tthis.engine.saveTo ('SaveLabel', this.engine.global ('overwrite_slot'), customName);\n\n\t\t\t\t\tthis.engine.global ('overwrite_slot', null);\n\t\t\t\t\tthis.engine.dismissAlert ('slot-overwrite');\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t\treturn Promise.resolve();\n\t}\n\n\tconstructor () {\n\t\tsuper();\n\n\t\tthis.props = {\n\t\t\ttype: 'load',\n\t\t\tlabel: ''\n\t\t};\n\n\t\tthis.state = {\n\t\t\tslots: []\n\t\t};\n\t}\n\n\twillMount () {\n\t\tthis.classList.add('row', 'row--spaced');\n\t\treturn this.engine.Storage.keys().then((keys) => {\n\t\t\tconst fullLabel = `${this.props.label}_`;\n\n\t\t\tconst savedData = keys.filter((key) => {\n\t\t\t\treturn key.indexOf(fullLabel) === 0;\n\t\t\t}).sort((a, b) => {\n\n\t\t\t\tconst aNumber = parseInt(a.split(fullLabel)[1]);\n\t\t\t\tconst bNumber = parseInt(b.split(fullLabel)[1]);\n\n\t\t\t\tif (aNumber > bNumber) {\n\t\t\t\t\treturn 1;\n\t\t\t\t} else if (aNumber < bNumber) {\n\t\t\t\t\treturn -1;\n\t\t\t\t} else {\n\t\t\t\t\treturn 0;\n\t\t\t\t}\n\t\t\t});\n\n\t\t\tthis.setState({\n\t\t\t\tslots: savedData\n\t\t\t});\n\t\t});\n\t}\n\n\tdidMount () {\n\t\tconst engine = this.engine;\n\n\t\tif (this.props.type === 'load') {\n\t\t\t// Load a saved game slot when it is pressed\n\t\t\tthis.element().on ('click', '[data-component=\"save-slot\"]', function (event) {\n\t\t\t\tconst isDeleteButton = $_(event.target).closestParent ('[data-delete]', '[data-component=\"save-slot\"]').exists ();\n\t\t\t\tif (!isDeleteButton) {\n\t\t\t\t\tengine.loadFromSlot($_(this).attribute ('slot')).then (() => {\n\t\t\t\t\t\tengine.run (engine.label ()[engine.state ('step')]);\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t});\n\t\t} else if (this.props.type === 'save') {\n\n\t\t\tconst self = this;\n\t\t\t// Save to slot when a slot is pressed.\n\t\t\tthis.element().on('click', '[data-component=\"save-slot\"]', function (event) {\n\t\t\t\tconst isDeleteButton = $_(event.target).closestParent ('[data-delete]', '[data-component=\"save-slot\"]').exists ();\n\n\t\t\t\tif (!isDeleteButton) {\n\t\t\t\t\tengine.debug.debug('Registered Click on Slot');\n\n\t\t\t\t\tevent.stopImmediatePropagation();\n\t\t\t\t\tevent.stopPropagation();\n\t\t\t\t\tevent.preventDefault();\n\n\t\t\t\t\tengine.global('overwrite_slot', $_(this).attribute ('slot').split ('_').pop ());\n\t\t\t\t\tengine.Storage.get (self.props.label + '_' + engine.global('overwrite_slot')).then((data) => {\n\t\t\t\t\t\tengine.alert('slot-overwrite', {\n\t\t\t\t\t\t\tmessage: 'SlotOverwrite',\n\t\t\t\t\t\t\tcontext: typeof data.name !== 'undefined' ? data.name : data.date,\n\t\t\t\t\t\t\teditable: true,\n\t\t\t\t\t\t\tactions: [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tlabel: 'Overwrite',\n\t\t\t\t\t\t\t\t\tlistener: 'overwrite-slot'\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tlabel: 'Cancel',\n\t\t\t\t\t\t\t\t\tlistener: 'dismiss-alert'\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t});\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\n\t\tthis.engine.Storage.onCreate ((key, value) => {\n\t\t\tif (key.indexOf (`${this.props.label}_`) === 0) {\n\t\t\t\tthis.setState ({\n\t\t\t\t\tslots: [...new Set([...this.state.slots, key])]\n\t\t\t\t});\n\t\t\t}\n\t\t});\n\n\t\tthis.engine.Storage.onUpdate ((key, value) => {\n\t\t\tif (key.indexOf (`${this.props.label}_`) === 0) {\n\t\t\t\tthis.element ().find (`[slot=\"${key}\"]`).get (0).setProps (value);\n\t\t\t}\n\t\t});\n\n\t\tthis.engine.Storage.onDelete ((key, value) => {\n\t\t\tif (key.indexOf (`${this.props.label}_`) === 0) {\n\t\t\t\tthis.setState ({\n\t\t\t\t\tslots: this.state.slots.filter (s => s !== key)\n\t\t\t\t});\n\t\t\t}\n\t\t});\n\n\t\tthis.engine.on ('didLocalize', () => {\n\t\t\tthis.forceRender ();\n\t\t});\n\n\t\treturn Promise.resolve();\n\t}\n\n\tonStateUpdate (property, oldValue, newValue) {\n\t\tif (property === 'slots') {\n\t\t\tthis.forceRender ();\n\t\t}\n\t\treturn Promise.resolve();\n\t}\n\n\trender () {\n\t\tconst slots = this.state.slots.map(slot => ``).join('');\n\n\t\tif (slots !== '') {\n\t\t\treturn slots;\n\t\t}\n\n\t\treturn `

${this.engine.string('NoSavedGames')}

`;\n\t}\n}\n\nSlotContainer.tag = 'slot-container';\n\n\nexport default SlotContainer;","import { Component } from './../../lib/Component';\n\nclass TextBox extends Component {\n\n\t/**\n\t * checkUnread - This function is used to add the unread class to the\n\t * text box if new contents (dialogs) were added to it causing it to overflow\n\t * but are not visible on screen right now so the player knows there is more\n\t * and scrolls the element.\n\t */\n\tcheckUnread () {\n\t\tif ((this.clientHeight + this.scrollTop) < this.scrollHeight) {\n\t\t\tthis.classList.add ('unread');\n\t\t} else {\n\t\t\tthis.classList.remove ('unread');\n\t\t}\n\t}\n\n\trender () {\n\t\treturn `\n\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t\"\"\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t

\n\t\t\t\t
\n\t\t\t
\n\n\t\t`;\n\t}\n}\n\nTextBox.tag = 'text-box';\n\n\nexport default TextBox;","import { Component } from './../../lib/Component';\n\nclass TextInput extends Component {\n\n\tconstructor () {\n\t\tsuper ();\n\n\t\tthis.state = {\n\t\t\tactive: true,\n\t\t};\n\n\t\tthis.props = {\n\t\t\ttext: '',\n\t\t\twarning: '',\n\t\t\tactionString: 'OK',\n\t\t\tonSubmit: () => {},\n\t\t\tvalidate: () => {},\n\t\t\tcallback: () => {},\n\t\t\tclasses: ''\n\t\t};\n\t}\n\n\tshouldProceed () {\n\t\treturn Promise.reject ('Text Input is awaiting user input.');\n\t}\n\n\twillRollback () {\n\t\tthis.remove ();\n\t\treturn Promise.resolve ();\n\t}\n\n\tonStateUpdate (property, oldValue, newValue) {\n\t\tif (property === 'active') {\n\t\t\tif (newValue === true) {\n\t\t\t\tthis.classList.toggle ('modal--active');\n\t\t\t}\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\twillMount () {\n\t\tthis.classList.add ('modal', 'modal--active');\n\n\t\t// Check if a list of classes has been defined and if the list is not empty\n\t\tif (typeof this.props.classes === 'string' && this.props.classes !== '') {\n\t\t\tthis.props.classes.split (' ').forEach ((className) => {\n\t\t\t\tif (className) {\n\t\t\t\t\tthis.classList.add (className);\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidMount () {\n\t\tthis.addEventListener ('submit', (event) => {\n\t\t\tevent.stopPropagation ();\n\t\t\tevent.preventDefault ();\n\n\t\t\t// Retrieve the value submitted\n\t\t\tconst inputValue = this.content ('field').value ();\n\n\t\t\t// Run the validation function asynchronously. If it returns false,\n\t\t\t// it means the input is invalid and we have to show the warning message.\n\t\t\tthis.engine.assertAsync (this.props.validate, this.engine, [inputValue]).then (() => {\n\n\t\t\t\t// Once validation was done, we run the Save function where usually,\n\t\t\t\t// the input received will be saved on the storage or used for other\n\t\t\t\t// actions.\n\t\t\t\tthis.engine.assertAsync (this.props.onSubmit, this.engine, [inputValue]).then (() => {\n\t\t\t\t\t// Nothing to do here\n\t\t\t\t}).catch (() => {\n\t\t\t\t\t// Nothing to do here\n\t\t\t\t}).finally (() => {\n\t\t\t\t\tthis.remove ();\n\t\t\t\t\tthis.props.callback ();\n\t\t\t\t});\n\t\t\t}).catch (() => {\n\t\t\t\t// Show the warning message since the input was invalid\n\t\t\t\tthis.content ('warning').text (this.props.warning);\n\t\t\t});\n\t\t});\n\n\t\tthis.content ('field').get (0).focus ();\n\t\treturn Promise.resolve ();\n\t}\n\n\trender () {\n\t\treturn `\n\t\t\t\n\t\t\t\t

${this.props.text}

\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\n\t\t`;\n\t}\n}\n\n\nTextInput.tag = 'text-input';\n\n\nexport default TextInput;","import { Component } from './../../lib/Component';\nimport { Util } from '@aegis-framework/artemis';\n\nclass TimerDisplay extends Component {\n\n\tconstructor (...args) {\n\t\tsuper (...args);\n\n\t\tthis.props = {\n\t\t\tcallback: () => {},\n\t\t\ttime: 0,\n\t\t\tstep: 0,\n\t\t\ttimer: null,\n\t\t\ttick: null\n\t\t};\n\n\t\tthis.state = {\n\t\t\telapsed: 0,\n\t\t\tremaining: 0,\n\t\t\tvalue: 100\n\t\t};\n\t}\n\n\twillMount () {\n\t\tthis.setProps ({\n\t\t\tstep: this.props.time / 100\n\t\t});\n\n\t\tthis.setState ({\n\t\t\tremaining: this.props.time\n\t\t});\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidMount () {\n\t\tthis.setProps ({\n\t\t\ttick: () => {\n\t\t\t\tthis.setProps({\n\t\t\t\t\ttimer: setTimeout (() => {\n\t\t\t\t\t\tif (this.state.elapsed >= this.props.time) {\n\t\t\t\t\t\t\tUtil.callAsync (this.props.callback, this.engine).then (() => {\n\t\t\t\t\t\t\t\tclearTimeout (this.props.timer);\n\t\t\t\t\t\t\t\tif (this.parentNode) {\n\t\t\t\t\t\t\t\t\tthis.element ().remove ();\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tthis.setState ({\n\t\t\t\t\t\t\t\telapsed: this.state.elapsed + this.props.step,\n\t\t\t\t\t\t\t\tremaining: this.state.remaining - this.props.step,\n\t\t\t\t\t\t\t\tvalue: (1 - (this.state.elapsed / this.props.time)) * 100\n\t\t\t\t\t\t\t});\n\n\t\t\t\t\t\t\tthis.forceRender ();\n\t\t\t\t\t\t\tthis.props.tick ();\n\t\t\t\t\t\t}\n\n\n\t\t\t\t\t}, this.props.step)\n\t\t\t\t});\n\t\t\t}\n\t\t});\n\n\t\tthis.props.tick ();\n\n\t\treturn Promise.resolve ();\n\t}\n\n\trender () {\n\t\treturn `\n\t\t\t
\n\t\t`;\n\t}\n}\n\nTimerDisplay.tag = 'timer-display';\n\n\nexport default TimerDisplay;","import { Component } from './../../lib/Component';\n\nclass VisualNovel extends Component {\n\n\tstatic shouldRollback () {\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic willRollback () {\n\t\treturn Promise.resolve ();\n\t}\n\n\trender () {\n\t\treturn '';\n\t}\n\n}\n\nVisualNovel.tag = 'visual-novel';\n\n\nexport default VisualNovel;","\n/**\n * An action describes the functionality for a Monogatari statement, when Monogatari\n * reads a part of the script (a statement), it will look for an action that matches\n * the statement and run it.\n *\n * The life cycle of an action is divided in three parts: Mounting, Application\n * and Reverting.\n *\n * The mounting cycle has 3 steps:\n *\n * 1. Setup - Here the action needs to set up everything it will need for working\n * generally, in this section an action will register the variables it\n * needs such as object histories and state variables or even add the\n * HTML contents to the document.\n *\n * 2. Bind - Once the action has been setup, its time to bind all the necessary\n * event listeners or perfom more operations on the DOM once all elements\n * have been setup.\n *\n * 3. Init - Finally, once the action was setup and it performed all the needed\n * bindings, it may declare or modify variables that needed the HTML to\n * be setup first or perform any other needed final operations.\n *\n * As noted, the Mounting cycle is mostly about getting everything setup for a\n * correct operation of the action. Thr Application and Reverting cycles are used\n * for the actual workings of an action in a game.\n *\n * Before executing an action Monogatari will check if the current statement matches\n * with the action, therefore the Action must implement a matching function. If\n * the statement to match should be a String, the action must implement the\n * matchString () method, if it should be an Object, the action must implement\n * the matchObject () method. Both should return a boolean on whether the action\n * matches the given statement or not.\n *\n *\n * The Application cycle refers to the cycle of an Action when it is run because of\n * a statement in the script.\n *\n * The Application Cycle has 3 steps as well:\n *\n * 1. Will Apply - Executed when the action will be applied, if any operations\n * need to be done before its application, this is the place.\n *\n * 2. Apply - The application itself, this is where all the logic regarding the\n * action must be applied. Of course every action will implement its\n * own logic depending on what it has to do.\n *\n * 3. Did Apply - Executed after the action was applied, this function is great\n * for cleanup operations or any other thing that needs to be done\n * after the action was applied.\n *\n * While the Application clycle is all about executing the action, the Revert\n * cycle is the opposite and it reverts the things the Application cycle does.\n * Reverting is used when the player goes back in the game and has equivalent\n * steps to the Application Cycle:\n *\n * 1. Will Revert - Executed when the action will be reverted, if any operations\n * need to be done before its revertion such as checking for history\n * elements or any other check, this is the place.\n *\n * 2. Revert - The reversion of the action, its common that the actions revert to\n * previous states or revert other changes done by the application of\n * an action. Every action will implement its own logic depending on\n * what it has to do.\n *\n * 3. Did Revert - Executed after the action was reverted, this function is great\n * for cleanup operations or any other thing that needs to be done\n * after the action was reverted.\n *\n * @class Action\n */\nclass Action {\n\n\t/**\n\t * If needed, every action should declare its configuration as follows. This\n\t * configuration object should be used to store action-specific settings as well\n\t * as other objects/assets used by the action. If any specific object needs\n\t * recurrent access such as the declarations in the script.js file, provinding\n\t * a static function for that specific object could be great.\n\t */\n\tstatic _configuration = {};\n\n\t/**\n\t * All actions must have an ID, with this ID the developers will be able to\n\t * access the action classes, remove actions or register new ones. They must also\n\t * be unique.\n\t */\n\tstatic id = 'Action';\n\n\t/**\n\t * @static configuration - A simple function providing access to the configuration\n\t * object of the function. If the action has a configuration object it must\n\t * also include this method.\n\t *\n\t * @param {Object|string} [object = null] - Object with which current\n\t * configuration will be updated with (i.e. Object.assign) or a string to access\n\t * a property.\n\t *\n\t * @return {any} - If the parameter sent was a string, the function will\n\t * return the value of the property whose name matches the parameter. If no\n\t * parameter was sent, then the function will return the whole configuration\n\t * object.\n\t */\n\tstatic configuration (object = null) {\n\t\tif (object !== null) {\n\t\t\tif (typeof object === 'string') {\n\t\t\t\treturn this._configuration[object];\n\t\t\t} else {\n\t\t\t\tthis._configuration = Object.assign ({}, this._configuration, object);\n\t\t\t}\n\t\t} else {\n\t\t\treturn this._configuration;\n\t\t}\n\t}\n\n\t/**\n\t * @static shouldProceed - Either when the user clicks in the game to proceed or\n\t * the autoPlay feature is ready to go on, Monogatari will first check with\n\t * all actions if it's ok to proceed. Every action should implement its own\n\t * logic for it according to its requirements.\n\t *\n\t * @return {Promise} - Resolved if proceeding is alright or rejected if its not\n\t */\n\tstatic shouldProceed () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * @static willProceed - Once the shouldProceed check is passed, each action\n\t * should implement its own logic according to its requirements to respond to\n\t * the game proceeding.\n\t *\n\t * @return {Promise}\n\t */\n\tstatic willProceed () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * @static shouldRollback - Similarly to the shouldProceed () function, this one takes\n\t * action when the player tries to go back in the game.Monogatari will first\n\t * check with all actions if it's ok to go back. Every action should implement\n\t * its own logic for it according to its requirements.\n\t *\n\t * @return {Promise} - Resolved if going back is alright or rejected if its not\n\t */\n\tstatic shouldRollback () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * @static willRollback - Once the shouldRollback check is passed, each action\n\t * should implement its own logic according to its requirements to respond to\n\t * the game reverting the previous action\n\t *\n\t * @return {Promise}\n\t */\n\tstatic willRollback () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * @static onStart - This function acts as an event listener for when the game\n\t * starts. If the action needs to do any particular activities when the game\n\t * starts, then this function should be implemented and it will be automatically\n\t * called once the player starts the game.\n\t *\n\t * @return {Promise}\n\t */\n\tstatic onStart () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * @static onLoad - This function acts as an event listener for when a game\n\t * is loaded. If the action needs to perform any particular actions such as\n\t * restoring some state (i.e. showing images, playing media, etc.) when a game\n\t * is loaded, this function must be implemented and it will be automatically\n\t * called when a game is loaded.\n\t *\n\t * @return {Promise} description\n\t */\n\tstatic onLoad () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * @static onSave - This function acts as an event listener for when a game\n\t * is saved. If the action needs to perform any particular actions when that\n\t * happens, this function must be implemented and it will be automatically\n\t * called when a game is saved.\n\t *\n\t * @param {Object} slot - The slot object that has just been saved.\n\t * @param {string} slot.key - The key used to save the slot in the local storage\n\t * @param {Object} slot.value - The actual value saved\n\t *\n\t * @return {Promise} description\n\t */\n\tstatic onSave () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * @static reset - When a game ends using the 'end' statement or before a game\n\t * is loaded, Monogatari will perform a reset on all its actions. If the action\n\t * needs to reset a state or any other variables/elements to an initial state\n\t * once a game is over or a new one is loaded, the logic for it must be implemented\n\t * here and the function will be automatically called when needed.\n\t *\n\t * @return {Promise} - Result of the reset operation\n\t */\n\tstatic reset () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * @static setup - The setup is the first step of the Mounting cycle, all\n\t * operations required for the action's setup should be implemented here.\n\t *\n\t * @param {string} selector - The CSS selector with which Monogatari has been\n\t * initialized\n\t * @return {Promise} - Result of the setup operation\n\t */\n\tstatic setup (selector) {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * @static bind - The binding is the second step of the Mounting cycle, all\n\t * operations related to event bindings or other sort of binding with the\n\t * HTML content generated in the setup phase should be implemented here.\n\t *\n\t * @param {string} selector - The CSS selector with which Monogatari has been\n\t * initialized\n\t * @return {Promise} - Result of the binding operation\n\t */\n\tstatic bind (selector) {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * @static init - The initialization is the last step of the Mounting cycle,\n\t * all final operations should be implemented here.\n\t *\n\t * @param {string} selector - The CSS selector with which Monogatari has been\n\t * initialized\n\t * @return {Promise} - Result of the initialization operation\n\t */\n\tstatic init (selector) {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * @static match - Currently this function is saved up for future uses.\n\t *\n\t * @param {any} - Statement to match\n\t *\n\t * @return {type} - Whether the action matches the statement or not\n\t */\n\tstatic match (statement) {\n\t\treturn false;\n\t}\n\n\t/**\n\t * @static matchString - When Monogatari goes through a string statement, it\n\t * will use this function to find which action it corresponds to.\n\t *\n\t * @param {string[]} statement - The statement to match, splitted into an array by spaces\n\t * @return {boolean} - Whether the action matches the statement or not\n\t */\n\tstatic matchString (statement) {\n\t\treturn false;\n\t}\n\n\t/**\n\t * @static matchObject - Similarly to its string counterpart, this function\n\t * is used when Monogatari goes through an Object (generally JSON) statement\n\t * to find which action the statement corresponds to.\n\t *\n\t * @param {Object} statement - The statement to match,\n\t * @return {boolean} - Whether the action matches the statement or not\n\t */\n\tstatic matchObject (statement) {\n\t\treturn false;\n\t}\n\n\tstatic beforeRun ({ advance }) {\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic beforeRevert ({ advance, step }) {\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic afterRun ({ advance }) {\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic afterRevert ({ advance, step }) {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * constuctor - Once the action has been matched through one of the match\n\t * functions, an instance of the action is created with the statement it\n\t * matched as argument. As in the match functions, the string statements will\n\t * actually be received as arrays of words splitted by spaces.\n\t *\n\t * @param {string[]|Object} statement - The statement it matched\n\t */\n\tconstuctor (statement) {\n\n\t}\n\n\t/**\n\t * The engine to which this action registered to.\n\t *\n\t * @type {Monogatari}\n\t */\n\tget engine () {\n\t\treturn this.constructor.engine;\n\t}\n\n\tset engine (value) {\n\t\tthrow new Error ('Component engine reference is hold at static level and cannot be modified.');\n\t}\n\n\t/**\n\t * setContext - This is a built in function in every action, the context of\n\t * the action will always be the Monogatari class. This is mainly used for\n\t * cases where the action can't import or reference directly the Monogatari\n\t * class so it can simply use this.context instead.\n\t *\n\t * @param {Monogatari} context - The Monogatari Class\n\t */\n\tsetContext (context) {\n\t\tthis.context = context;\n\t}\n\n\t/**\n\t * _setStatement - Since the original statement used to match an action tends\n\t * to be transformed by monogatari (i.e. by splitting it or other things),\n\t * this action built-in function is automatically used by Monogatari to\n\t * set the original statement to the action once it has been instantiated.\n\t * Because of this function, you can always refere to the original statement\n\t * in the Application and Reverting cycles with this._statement;\n\t *\n\t * @param {string|Object|function} statement - The statement with which the action was run\n\t */\n\t_setStatement (statement) {\n\t\tthis._statement = statement;\n\t}\n\n\t/**\n\t * _setCycle - This simple method is used to set what cycle the action is\n\t * currently performing. This is useful to know on those actions that may\n\t * use the apply or revert methods on any situation but that have slight\n\t * differences on the logic.\n\t *\n\t * @param {string} cycle - 'Application' if the action is running the application\n\t * cycle or 'Revert' if it's running the revert cycle.\n\t */\n\t_setCycle (cycle) {\n\t\tthis._cycle = cycle;\n\t}\n\n\t/**\n\t * willApply - Method called before the application of an action\n\t *\n\t * @return {Promise} - Result of the willApply operation, if this function\n\t * returns a rejected promise, the cycle will be interrupted and the action\n\t * will not be applied.\n\t */\n\twillApply () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * apply - Method for the actual application of an action, this is where\n\t * the core operations of an action must be done.\n\t *\n\t * @return {Promise} - Result of the application operation\n\t */\n\tapply () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * didApply - If the cycle has reached this far, it means the action has\n\t * correctly gone through the willApply and apply functions. Now that it has\n\t * been applied, we can perform any cleanup operations.\n\t *\n\t * @return {Promise} - Result of the didApply operation. When resolved,\n\t * it should resolve to a boolean value, true if the game should go to the\n\t * next statement right away, false if it should wait for user's interaction.\n\t */\n\tdidApply () {\n\t\treturn Promise.resolve ({\n\t\t\tadvance: false\n\t\t});\n\t}\n\n\t/**\n\t * interrupt - Currently saved for future purposes, the interrupt function\n\t * would be used to interrupt a function when its still doing something, like\n\t * when the typing animation of dialogs is interrupted if you click again.\n\t *\n\t * @return {Promsie} - Result of the interruption\n\t */\n\tinterrupt () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * willRevert - Method called before an action is reverted\n\t *\n\t * @return {Promise} - Result of the willRevert operation, if this function\n\t * returns a rejected promise, the cycle will be interrupted and the action\n\t * will not be reverted.\n\t */\n\twillRevert () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * revert - Method called for the actual reversion of an action, this is where\n\t * the core operations needed to revert an action must be done.\n\t *\n\t * @return {Promise} - Result of the reversion operation\n\t */\n\trevert () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * didApply - If the cycle has reached this far, it means the action has\n\t * correctly gone through the willRevert and revert functions. Now that it has\n\t * been reverted, we can perform any cleanup operations.\n\t *\n\t * @return {Promise} - Result of the didRevert operation. When resolved,\n\t * it should resolve to a boolean value, true if the game should go to the\n\t * previous statement right away, false if it should wait for user's interaction.\n\t */\n\tdidRevert () {\n\t\treturn Promise.resolve ({\n\t\t\tadvance: false,\n\t\t\tstep: true\n\t\t});\n\t}\n}\n\nexport { Action };","import { Action } from '../lib/Action';\nimport { Util } from '@aegis-framework/artemis';\n\nexport class Canvas extends Action {\n\n\tstatic configuration (object = null) {\n\t\tif (object !== null) {\n\t\t\tif (typeof object === 'string') {\n\t\t\t\treturn Canvas._configuration[object];\n\t\t\t} else {\n\t\t\t\tCanvas._configuration = Object.assign ({}, Canvas._configuration, object);\n\t\t\t}\n\t\t} else {\n\t\t\treturn Canvas._configuration;\n\t\t}\n\t}\n\n\tstatic onLoad () {\n\t\tif (this.engine.state ('canvas').length > 0) {\n\t\t\tfor (const canvas of this.engine.state ('canvas')) {\n\t\t\t\tconst promise = this.engine.run (canvas, false);\n\t\t\t\t// TODO: Find a way to prevent the histories from filling up on loading\n\t\t\t\t// So there's no need for this pop.\n\t\t\t\tthis.engine.history ('canvas').pop ();\n\t\t\t\tthis.engine.state ('canvas').pop ();\n\n\t\t\t\treturn promise;\n\t\t\t}\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic setup () {\n\t\tthis.engine.history ('canvas');\n\t\tthis.engine.state ({\n\t\t\tcanvas: []\n\t\t});\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic reset () {\n\t\tconst promises = [];\n\n\t\t// Go through each canvas element being shown so it can be properly\n\t\t// stopped and then removed.\n\t\tthis.engine.element ().find ('[data-canvas]').each ((element) => {\n\t\t\tconst name = element.dataset.canvas;\n\t\t\tpromises.push (Util.callAsync (Canvas.objects (name).stop, this.engine).then (() => {\n\t\t\t\tthis.engine.element ().find (`[data-canvas=\"${this.name}\"]`).remove ();\n\t\t\t}));\n\t\t});\n\t\tthis.engine.history ({\n\t\t\tcanvas: []\n\t\t});\n\t\tthis.engine.state ({\n\t\t\tcanvas: []\n\t\t});\n\t\treturn Promise.all (promises);\n\t}\n\n\tstatic matchString ([ show, type ]) {\n\t\treturn show === 'show' && type === 'canvas';\n\t}\n\n\tstatic objects (object = null) {\n\t\tif (object !== null) {\n\t\t\tif (typeof object === 'string') {\n\t\t\t\treturn Canvas._configuration.objects[object];\n\t\t\t} else {\n\t\t\t\tCanvas._configuration.objects = Object.assign ({}, Canvas._configuration.objects, object);\n\t\t\t}\n\t\t} else {\n\t\t\treturn Canvas._configuration.objects;\n\t\t}\n\t}\n\n\t/**\n\t * Creates an instance of a Canvas Action\n\t *\n\t * @param {string[]} parameters - List of parameters received from the script statement.\n\t * @param {string} parameters.action - In this case, action will always be 'canvas'\n\t * @param {string} [parameters.mode='displayable'] - Mode in which the canvas element will be shown (displayable, background, full-screen, immersive)\n\t * @param {string} parameters.mode\n\t */\n\tconstructor ([ show, type, mode = 'displayable', name, separator, ...classes ]) {\n\t\tsuper ();\n\t\tthis.mode = mode;\n\t\tthis.name = name;\n\n\t\tthis.object = Canvas.objects (name);\n\n\t\tif (typeof classes !== 'undefined') {\n\t\t\tthis.classes = classes;\n\t\t} else {\n\t\t\tthis.classes = [];\n\t\t}\n\t}\n\n\tshow (mode) {\n\t\t// TODO: Find a way to remove the resize listeners once the canvas is stopped\n\t\tif (mode === 'background') {\n\t\t\tthis.engine.element ().find ('[data-ui=\"background\"]').append (`\n\t\t\t\t\n\t\t\t`);\n\n\t\t\tthis.engine.element ().find (`[data-canvas=\"${this.name}\"]`).get (0).width = this.engine.width ();\n\t\t\tthis.engine.element ().find (`[data-canvas=\"${this.name}\"]`).get (0).height = this.engine.height ();\n\t\t\twindow.addEventListener ('resize', () => {\n\t\t\t\tthis.engine.element ().find (`[data-canvas=\"${this.name}\"].background`).each ((canvas) => {\n\t\t\t\t\tcanvas.width = this.engine.width ();\n\t\t\t\t\tcanvas.height = this.engine.height ();\n\t\t\t\t\tif (typeof this.object.resize === 'function') {\n\t\t\t\t\t\tUtil.callAsync (this.object.resize, this.engine, this.engine.element ().find (`[data-canvas=\"${this.name}\"]`), `[data-canvas=\"${this.name}\"]`);\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t});\n\t\t\treturn Util.callAsync (this.object.start, this.engine, this.engine.element ().find (`[data-canvas=\"${this.name}\"]`), `[data-canvas=\"${this.name}\"]`);\n\t\t} else if (mode === 'immersive') {\n\t\t\tthis.engine.element ().find ('[data-screen=\"game\"]').prepend (`\n\t\t\t\t\n\t\t\t`);\n\n\t\t\tthis.engine.element ().find (`[data-canvas=\"${this.name}\"]`).get (0).width = this.engine.width ();\n\t\t\tthis.engine.element ().find (`[data-canvas=\"${this.name}\"]`).get (0).height = this.engine.height ();\n\t\t\twindow.addEventListener ('resize', () => {\n\t\t\t\tthis.engine.element ().find (`[data-canvas=\"${this.name}\"].background`).each ((canvas) => {\n\t\t\t\t\tcanvas.width = this.engine.width ();\n\t\t\t\t\tcanvas.height = this.engine.height ();\n\t\t\t\t\tif (typeof this.object.resize === 'function') {\n\t\t\t\t\t\tUtil.callAsync (this.object.resize, this.engine, this.engine.element ().find (`[data-canvas=\"${this.name}\"]`), `[data-canvas=\"${this.name}\"]`);\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t});\n\t\t\treturn Util.callAsync (this.object.start, this.engine, this.engine.element ().find (`[data-canvas=\"${this.name}\"]`), `[data-canvas=\"${this.name}\"]`);\n\t\t} else if (mode === 'displayable') {\n\t\t\tthis.engine.element ().find ('[data-screen=\"game\"]').append (`\n\t\t\t\t\n\t\t\t`);\n\t\t\treturn Util.callAsync (this.object.start, this.engine, this.engine.element ().find (`[data-canvas=\"${this.name}\"]`), `[data-canvas=\"${this.name}\"]`);\n\t\t} else if (mode === 'character') {\n\t\t\tthis.engine.element ().find ('[data-screen=\"game\"]').append (`\n\t\t\t\t\n\t\t\t`);\n\t\t\treturn Util.callAsync (this.object.start, this.engine, this.engine.element ().find (`[data-canvas=\"${this.name}\"]`), `[data-canvas=\"${this.name}\"]`);\n\t\t}\n\t}\n\n\twillApply () {\n\t\tif (typeof this.object !== 'undefined') {\n\t\t\treturn Promise.resolve ();\n\t\t}\n\t\treturn Promise.reject ();\n\t}\n\n\tapply () {\n\t\treturn this.show (this.mode);\n\t}\n\n\tdidApply () {\n\t\tthis.engine.history ('canvas').push (this._statement);\n\t\tthis.engine.state ('canvas').push (this._statement);\n\t\treturn Promise.resolve ({ advance: true });\n\t}\n\n\trevert () {\n\t\treturn Util.callAsync (this.object.stop, this.engine).then (() => {\n\t\t\tthis.engine.element ().find (`[data-canvas=\"${this.name}\"]`).remove ();\n\t\t});\n\t}\n\n\tdidRevert () {\n\t\tfor (let i = this.engine.state ('canvas').length - 1; i >= 0; i--) {\n\t\t\tconst last = this.engine.state ('canvas')[i];\n\t\t\tconst [show, canvas, mode, name] = last.split (' ');\n\t\t\tif (name === this.name) {\n\t\t\t\tthis.engine.state ('canvas').splice (i, 1);\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t\tfor (let i = this.engine.history ('canvas').length - 1; i >= 0; i--) {\n\t\t\tconst last = this.engine.history ('canvas')[i];\n\t\t\tconst [show, canvas, mode, name] = last.split (' ');\n\t\t\tif (name === this.name) {\n\t\t\t\tthis.engine.history ('canvas').splice (i, 1);\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\treturn Promise.resolve ({ advance: true, step: true });\n\t}\n}\n\nCanvas.id = 'Canvas';\nCanvas._configuration = {\n\tobjects: {\n\n\t}\n};\n\nexport default Canvas;","import { Action } from '../lib/Action';\nimport { Util } from '@aegis-framework/artemis';\n\nexport class Choice extends Action {\n\n\tstatic setup () {\n\t\tthis.engine.global ('_CurrentChoice', []);\n\t\tthis.engine.global ('_ChoiceTimer', []);\n\n\t\tthis.engine.history ('choice');\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic bind () {\n\t\tconst engine = this.engine;\n\t\t// Bind the click event on data-do elements. This property is used for\n\t\t// every choice button.\n\t\tthis.engine.on ('click', '[data-choice]:not([disabled])', function (event) {\n\t\t\tengine.debug.debug ('Registered Click on Choice Button');\n\t\t\tevent.stopImmediatePropagation ();\n\t\t\tevent.stopPropagation ();\n\t\t\tevent.preventDefault ();\n\n\t\t\tengine.global ('block', false);\n\n\t\t\tlet doAction = this.dataset.do;\n\n\t\t\t// Check that the data property was not created with\n\t\t\t// a null property\n\t\t\tif (doAction != 'null') {\n\n\t\t\t\t// Remove all the choices\n\t\t\t\tengine.element ().find ('choice-container').remove ();\n\n\t\t\t\tconst choice = this.dataset.choice;\n\n\t\t\t\tconst current = engine.global ('_CurrentChoice').pop().Choice;\n\n\t\t\t\tif (typeof current.Timer !== 'undefined') {\n\t\t\t\t\tconst timer = engine.global ('_ChoiceTimer').pop ();\n\t\t\t\t\tif (typeof timer !== 'undefined') {\n\t\t\t\t\t\tclearTimeout (timer.props.timer);\n\t\t\t\t\t\tif (timer.parentNode !== null) {\n\t\t\t\t\t\t\ttimer.element ().remove ();\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tif (current) {\n\t\t\t\t\tdoAction = current[choice].Do;\n\t\t\t\t}\n\n\t\t\t\tconst run = () => {\n\t\t\t\t\tengine.global ('_executing_sub_action', true);\n\t\t\t\t\tengine.run (doAction).then ((result) => {\n\t\t\t\t\t\tengine.global ('_executing_sub_action', false);\n\t\t\t\t\t\tengine.history ('choice').push (choice);\n\n\t\t\t\t\t\treturn Promise.resolve (result);\n\t\t\t\t\t});\n\t\t\t\t};\n\n\t\t\t\t// Remove the reference to the current choice object\n\t\t\t\tif (current) {\n\t\t\t\t\tif (current[choice] !== 'undefined') {\n\t\t\t\t\t\tif (typeof current[choice].onChosen === 'function') {\n\t\t\t\t\t\t\treturn Util.callAsync (current[choice].onChosen, engine).then (() => {\n\t\t\t\t\t\t\t\trun ();\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\trun ();\n\t\t\t}\n\t\t});\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic reset () {\n\t\tthis.engine.global ('_CurrentChoice', []);\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic matchObject (statement) {\n\t\treturn typeof statement.Choice !== 'undefined';\n\t}\n\n\tconstructor (statement) {\n\t\tsuper ();\n\n\t\tthis.statement = statement.Choice;\n\n\t\tthis.result = { advance: false, step: false };\n\t}\n\n\tapply () {\n\t\tthis.engine.global ('block', true);\n\n\t\t// Save a reference to the choice object globally. Since the choice buttons\n\t\t// are set a data-do property to know what the choice should do, it is\n\t\t// limited to a string and thus object or function actions would not be\n\t\t// able to be used in choices.\n\t\tthis.engine.global ('_CurrentChoice').push (this._statement);\n\n\t\tconst promises = [];\n\n\t\t// Go over all the objects defined in the choice object which should be\n\t\t// call the options to chose from or the string to show as dialog\n\t\tfor (const i in this.statement) {\n\t\t\tconst choice = this.statement[i];\n\n\t\t\t// Check if the option is an object (a option to choose from) or\n\t\t\t// if it's text (dialog to be shown)\n\t\t\tif (typeof choice == 'object') {\n\t\t\t\tif (i === 'Timer') {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\tthis.statement[i]._key = i;\n\n\t\t\t\t// Check if the current option has a condition to be shown\n\t\t\t\tif (typeof choice.Condition !== 'undefined' && choice.Condition !== '') {\n\t\t\t\t\tpromises.push (\n\t\t\t\t\t\tnew Promise ((resolve) => {\n\t\t\t\t\t\t\t// First check if the condition is met before we add the button\n\t\t\t\t\t\t\tthis.engine.assertAsync (this.statement[i].Condition, this.engine).then (() => {\n\t\t\t\t\t\t\t\tresolve (this.statement[i]);\n\t\t\t\t\t\t\t}).catch (() => {\n\t\t\t\t\t\t\t\tresolve ();\n\t\t\t\t\t\t\t}).finally (() => {\n\t\t\t\t\t\t\t\t//this.engine.global ('block', false);\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t})\n\t\t\t\t\t);\n\t\t\t\t} else {\n\t\t\t\t\tpromises.push (Promise.resolve (this.statement[i]));\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn Promise.all (promises).then ((choices) => {\n\t\t\tconst element = document.createElement ('choice-container');\n\n\t\t\t// Check if the choice object defined a list of class names\n\t\t\tconst classes = typeof this.statement.Class === 'string' ? this.statement.Class.trim () : '';\n\n\t\t\telement.setProps ({\n\t\t\t\tchoices: choices.filter(c => typeof c !== 'undefined'),\n\t\t\t\tclasses\n\t\t\t});\n\n\t\t\tconst dialog = this.statement.Dialog;\n\t\t\tconst timer = this.statement.Timer;\n\n\t\t\tif (typeof dialog === 'string') {\n\t\t\t\t// If there's a dialog, we'll wait until showing that up to show\n\t\t\t\t// the choices, in order to avoid showing the choices in an incorrect\n\t\t\t\t// format if the dialog was NVL or not\n\t\t\t\treturn this.engine.run (dialog, false).then (() => {\n\t\t\t\t\tif (this.engine.element ().find ('[data-component=\"text-box\"]').hasClass ('nvl')) {\n\t\t\t\t\t\tthis.engine.element ().find ('[data-component=\"text-box\"]').get (0).content ('text').append (element);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tthis.engine.element ().find ('[data-screen=\"game\"]').append (element);\n\t\t\t\t\t}\n\n\t\t\t\t\tif (typeof timer === 'object') {\n\t\t\t\t\t\tconst timer_display = document.createElement ('timer-display');\n\t\t\t\t\t\ttimer_display.setProps (timer);\n\t\t\t\t\t\tthis.engine.global ('_ChoiceTimer').push(timer_display);\n\t\t\t\t\t\tthis.engine.element ().find ('[data-screen=\"game\"]').prepend (timer_display);\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t} else {\n\t\t\t\t// If there's no dialog, we can just show the choices right away\n\t\t\t\tif (this.engine.element ().find ('[data-component=\"text-box\"]').hasClass ('nvl')) {\n\t\t\t\t\tthis.engine.element ().find ('[data-component=\"text-box\"]').get (0).content ('text').append (element);\n\t\t\t\t} else {\n\t\t\t\t\tthis.engine.element ().find ('[data-screen=\"game\"]').append (element);\n\t\t\t\t}\n\n\t\t\t\tif (typeof timer === 'object') {\n\t\t\t\t\tconst timer_display = document.createElement ('timer-display');\n\t\t\t\t\ttimer_display.setProps (timer);\n\t\t\t\t\tthis.engine.global ('_ChoiceTimer').push(timer_display);\n\t\t\t\t\tthis.engine.element ().find ('[data-screen=\"game\"]').prepend (timer_display);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n\n\twillRevert () {\n\t\tif (this.engine.history ('choice').length > 0) {\n\t\t\tconst choice = this.engine.history ('choice')[this.engine.history ('choice').length - 1];\n\t\t\tif (this.statement[choice] !== 'undefined') {\n\n\t\t\t\t// Check if the choice had an onChosen function with it's matching\n\t\t\t\t// onRevert functionality, or if no onChosen function was provided\n\t\t\t\t// which are the only cases where it can be reverted.\n\t\t\t\tconst functionReversible = (typeof this.statement[choice].onRevert === 'function' && typeof this.statement[choice].onChosen === 'function') || typeof this.statement[choice].onChosen !== 'function';\n\n\t\t\t\tif (functionReversible) {\n\t\t\t\t\treturn Promise.resolve ();\n\t\t\t\t} else {\n\t\t\t\t\treturn Promise.reject ('The choice taken is not reversible because it did not defined a `onRevert` function.');\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn Promise.reject ('Choice history was empty');\n\t}\n\n\trevert () {\n\t\tconst choice = this.engine.history ('choice')[this.engine.history ('choice').length - 1];\n\n\t\treturn this.engine.revert (this.statement[choice].Do, false).then (() => {\n\t\t\tif (typeof this.statement[choice].onRevert === 'function') {\n\t\t\t\treturn Util.callAsync (this.statement[choice].onRevert, this.engine);\n\t\t\t}\n\t\t\treturn Promise.resolve ();\n\t\t}).then (() => {\n\t\t\treturn this.engine.run (this._statement, false);\n\t\t});\n\t}\n\n\tdidRevert () {\n\t\tthis.engine.history ('choice').pop ();\n\t\treturn Promise.resolve ({ advance: false, step: false });\n\t}\n}\n\nChoice.id = 'Choice';\n\nexport default Choice;","import { Action } from './../lib/Action';\n\nexport class Clear extends Action {\n\n\tstatic matchString ([ action ]) {\n\t\treturn action === 'clear';\n\t}\n\n\tapply () {\n\t\tthis.engine.action ('Dialog').reset ({ keepNVL: true });\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidApply () {\n\t\treturn Promise.resolve ({ advance: true });\n\t}\n\n\twillRevert () {\n\t\treturn Promise.reject ('Clear is not reversible.');\n\t}\n}\n\nClear.id = 'Clear';\n\nexport default Clear;","import { Action } from '../lib/Action';\nimport { Util } from '@aegis-framework/artemis';\nimport { FancyError } from '../lib/FancyError';\n\nexport class Conditional extends Action {\n\n\tstatic setup () {\n\t\t// In here we'll save up what branch was taken every time we execute a\n\t\t// conditional.\n\t\tthis.engine.history ('conditional');\n\n\t\t// Whether a conditional that was run is pending rollback on the next time\n\t\t// a revert is issued.\n\t\tthis.engine.global ('_conditional_pending_rollback', []);\n\n\t\t// Whether a conditional was just reverted\n\t\tthis.engine.global ('_conditional_just_rolled_back', []);\n\n\t\treturn Promise.resolve();\n\t}\n\n\tstatic reset () {\n\t\t// Whether a conditional that was run is pending rollback on the next time\n\t\t// a revert is issued.\n\t\tthis.engine.global ('_conditional_pending_rollback', []);\n\n\t\t// Whether a conditional was just reverted\n\t\tthis.engine.global ('_conditional_just_rolled_back', []);\n\n\t\treturn Promise.resolve();\n\t}\n\n\tstatic matchObject (statement) {\n\t\treturn typeof statement.Conditional !== 'undefined';\n\t}\n\n\tstatic afterRevert ({ advance, step }) {\n\t\t// Prevent modifying the history if the action that was just reverted was\n\t\t// this conditional\n\t\tif (this.engine.global ('_conditional_just_rolled_back').pop ()) {\n\t\t\treturn Promise.resolve ();\n\t\t}\n\n\t\twhile (this.engine.global ('_conditional_pending_rollback').pop ()) {\n\t\t\tconst currentStatement = this.engine.label () [this.engine.state ('step')];\n\t\t\tif (typeof currentStatement !== 'undefined') {\n\t\t\t\tif (typeof currentStatement.Conditional === 'object') {\n\t\t\t\t\tthis.engine.history ('conditional').pop ();\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic beforeRun () {\n\t\t// const restoringState = this.engine.global ('_restoring_state');\n\n\t\t// if (!restoringState) {\n\t\tthis.engine.global ('_conditional_pending_rollback').pop ();\n\t\t// }\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tconstructor (statement) {\n\t\tsuper ();\n\t\tthis.statement = statement.Conditional;\n\t\tthis.branch = '';\n\t\tthis.result = { advance: true, step: false };\n\t}\n\n\tapply () {\n\t\treturn new Promise ((resolve, reject) => {\n\n\t\t\t// Call the condition function. Since the function might use a\n\t\t\t// Promise.reject () to return as false, we also define a catch\n\t\t\t// block to run the False branch of the condition.\n\t\t\tUtil.callAsync (this.statement.Condition, this.engine).then ((returnValue) => {\n\t\t\t\tthis.engine.global ('_executing_sub_action', true);\n\n\t\t\t\tif (typeof returnValue === 'number') {\n\t\t\t\t\tif (returnValue < 0) {\n\t\t\t\t\t\tFancyError.show (\n\t\t\t\t\t\t\t`Conditional condition returned a negative numer \"${returnValue}\".`,\n\t\t\t\t\t\t\t`The \\`Condition\\` function returned \"${returnValue}\" and only positive numbers are allowed for numeric values.`,\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t'Problematic Value': returnValue,\n\t\t\t\t\t\t\t\t'You may have meant one of these': Object.keys(this.statement).filter (b => b !== 'Condition')\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t);\n\t\t\t\t\t\treject ('Invalid negative value');\n\t\t\t\t\t}\n\n\t\t\t\t\tif (!Number.isInteger(returnValue)) {\n\t\t\t\t\t\tFancyError.show (\n\t\t\t\t\t\t\t`Conditional condition returned a non-integer value \"${returnValue}\".`,\n\t\t\t\t\t\t\t`The \\`Condition\\` function returned \"${returnValue}\" and only integer numbers are allowed for numeric values.`,\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t'Problematic Value': returnValue,\n\t\t\t\t\t\t\t\t'You may have meant one of these': Object.keys(this.statement).filter (b => b !== 'Condition')\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t);\n\t\t\t\t\t\treject ('Invalid non-integer value');\n\t\t\t\t\t}\n\n\t\t\t\t\treturnValue = `${returnValue}`;\n\t\t\t\t}\n\n\t\t\t\t// Check if the function returned true so we run the True branch\n\t\t\t\t// of the conditional. If false is returned, we run the False\n\t\t\t\t// branch of the conditional and if a string is returned, we use\n\t\t\t\t// it as a key so we run the branch that has that key\n\t\t\t\tif (returnValue === true) {\n\t\t\t\t\tthis.branch = 'True';\n\t\t\t\t\tresolve (this.engine.run (this.statement.True).then ((result) => {\n\t\t\t\t\t\tthis.engine.global ('_executing_sub_action', false);\n\t\t\t\t\t\tthis.result = result;\n\t\t\t\t\t\treturn Promise.resolve (result);\n\t\t\t\t\t}));\n\t\t\t\t} else if (typeof returnValue === 'string') {\n\t\t\t\t\tconst branch = this.statement[returnValue];\n\n\t\t\t\t\tif (typeof branch === 'undefined') {\n\t\t\t\t\t\tFancyError.show (\n\t\t\t\t\t\t\t`Conditional attempted to execute a non existent branch \"${returnValue}\"`,\n\t\t\t\t\t\t\t`The \\`Condition\\` function returned \"${returnValue}\" as the branch to execute but it does not exist.`,\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t'Problematic Branch': returnValue,\n\t\t\t\t\t\t\t\t'You may have meant one of these': Object.keys(this.statement).filter (b => b !== 'Condition')\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t);\n\t\t\t\t\t\treject ('Non existent branch');\n\t\t\t\t\t}\n\n\t\t\t\t\tthis.branch = returnValue;\n\t\t\t\t\tresolve (this.engine.run (branch).then ((result) => {\n\t\t\t\t\t\tthis.engine.global ('_executing_sub_action', false);\n\t\t\t\t\t\tthis.result = result;\n\t\t\t\t\t\treturn Promise.resolve (result);\n\t\t\t\t\t}));\n\t\t\t\t} else {\n\t\t\t\t\tthis.branch = 'False';\n\t\t\t\t\tresolve (this.engine.run (this.statement.False).then ((result) => {\n\t\t\t\t\t\tthis.engine.global ('_executing_sub_action', false);\n\t\t\t\t\t\tthis.result = result;\n\t\t\t\t\t\treturn Promise.resolve (result);\n\t\t\t\t\t}));\n\t\t\t\t}\n\t\t\t}).catch (() => {\n\t\t\t\tthis.branch = 'False';\n\t\t\t\tresolve (this.engine.run (this.statement.False).then ((result) => {\n\t\t\t\t\tthis.engine.global ('_executing_sub_action', false);\n\t\t\t\t\tthis.result = result;\n\t\t\t\t\treturn Promise.resolve (result);\n\t\t\t\t}));\n\t\t\t});\n\t\t});\n\t}\n\n\tdidApply () {\n\t\t// const restoringState = this.engine.global ('_restoring_state');\n\n\t\t// if (!restoringState) {\n\t\tif (!this.result.advance) {\n\t\t\tthis.engine.global ('_conditional_pending_rollback').push (true);\n\t\t}\n\n\t\tthis.engine.history ('conditional').push (this.branch);\n\t\t// }\n\n\t\tthis.engine.global ('_executing_sub_action', false);\n\n\t\treturn Promise.resolve ({ advance: false });\n\t}\n\n\twillRevert () {\n\t\tif (this.engine.history ('conditional').length > 0) {\n\t\t\tconst conditional = this.engine.history ('conditional')[this.engine.history ('conditional').length - 1];\n\t\t\tif (this.statement[conditional] !== 'undefined') {\n\t\t\t\treturn Promise.resolve ();\n\t\t\t}\n\t\t}\n\t\treturn Promise.reject ('Conditional history was empty.');\n\t}\n\n\trevert () {\n\t\tconst conditional = this.engine.history ('conditional')[this.engine.history ('conditional').length - 1];\n\t\tthis.engine.global ('_executing_sub_action', true);\n\t\treturn this.engine.revert (this.statement[conditional]).then ((result) => {\n\t\t\tthis.engine.global ('_executing_sub_action', false);\n\t\t\tthis.result = result;\n\t\t\treturn Promise.resolve (result);\n\t\t});\n\t}\n\n\tdidRevert () {\n\t\tthis.engine.global ('_conditional_pending_rollback').push (true);\n\t\tthis.engine.global ('_conditional_just_rolled_back').push (true);\n\t\treturn Promise.resolve ({ advance: false, step: false });\n\t}\n}\n\nConditional.id = 'Conditional';\n\nexport default Conditional;","import { Action } from './../lib/Action';\nimport Typed from './../lib/vendor/typed.min.js';\nimport { $_ } from '@aegis-framework/artemis';\n\nexport class Dialog extends Action {\n\n\tstatic shouldProceed () {\n\t\t// Check if the type animation has finished and the Typed object still exists\n\t\tif (!this.engine.global ('finished_typing') && this.engine.global ('textObject') !== null) {\n\n\t\t\t// Get the string it was typing\n\t\t\tconst str = this.engine.global ('textObject').strings [0];\n\n\t\t\t// Get the element it was typing to\n\t\t\tconst element = this.engine.global ('textObject').el;\n\n\t\t\tthis.engine.global ('textObject').destroy ();\n\n\t\t\telement.innerHTML = str.replace (/\\{pause:(\\d+)\\}/g, '').replace (/\\{speed:(\\d+)\\}/g, '');\n\n\t\t\tthis.engine.global ('finished_typing', true);\n\n\t\t\tthis.engine.trigger ('didFinishTyping');\n\n\t\t\treturn Promise.reject ('TypeWriter effect has not finished.');\n\t\t}\n\n\t\treturn Promise.resolve (this.engine.global ('finished_typing'));\n\t}\n\n\tstatic willProceed () {\n\t\tconst centeredDialog = this.engine.element ().find ('[data-component=\"centered-dialog\"]');\n\t\tif (centeredDialog.isVisible ()) {\n\t\t\tcenteredDialog.remove ();\n\t\t}\n\t\treturn Promise.resolve (this.engine.global ('finished_typing'));\n\t}\n\n\tstatic willRollback () {\n\t\tif (this.engine.global ('textObject') !== null) {\n\t\t\tthis.engine.global ('textObject').destroy ();\n\t\t}\n\n\t\tthis.engine.global ('finished_typing', true);\n\n\t\t// this.engine.global ('_CurrentChoice');\n\n\t\tthis.engine.element ().find ('[data-component=\"text-box\"]').show ('flex');\n\n\t\tconst dialogLog = this.engine.component ('dialog-log');\n\n\t\tconst centeredDialog = this.engine.element ().find ('[data-component=\"centered-dialog\"]');\n\t\tif (centeredDialog.isVisible ()) {\n\t\t\tcenteredDialog.remove ();\n\t\t\tthis.engine.element ().find ('[data-component=\"text-box\"]').show ('flex');\n\t\t}\n\n\t\tdocument.querySelector ('[data-ui=\"who\"]').innerHTML = '';\n\n\t\tif (typeof dialogLog !== 'undefined') {\n\t\t\tdialogLog.instances (instance => instance.pop ());\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic setup () {\n\t\tthis.engine.globals ({\n\t\t\ttextObject: null,\n\t\t\tfinished_typing: false,\n\t\t\ttypedConfiguration: {\n\t\t\t\tstrings: [],\n\t\t\t\ttypeSpeed: this.engine.preference ('TextSpeed'),\n\t\t\t\tfadeOut: true,\n\t\t\t\tloop: false,\n\t\t\t\tshowCursor: false,\n\t\t\t\tcontentType: 'html',\n\t\t\t\tpreStringTyped: () => {\n\t\t\t\t\tthis.engine.global ('finished_typing', false);\n\t\t\t\t},\n\t\t\t\tonStringTyped: () => {\n\t\t\t\t\tthis.engine.global ('finished_typing', true);\n\t\t\t\t\tthis.engine.trigger ('didFinishTyping');\n\t\t\t\t},\n\t\t\t\tonDestroy: () => {\n\t\t\t\t\tthis.engine.global ('finished_typing', true);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\n\t\t// The NVL mode has its own history so that when going back, all dialogs\n\t\t// that were shown on screen can be shown again instead of just showing\n\t\t// the last one.\n\t\tthis.engine.history ('nvl');\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic bind (selector) {\n\t\tconst self = this;\n\n\t\t// Add listener for the text speed setting\n\t\t$_(`${selector} [data-action=\"set-text-speed\"]`).on ('change mouseover', function () {\n\t\t\tconst value = self.engine.setting ('maxTextSpeed') - parseInt(this.value);\n\t\t\tself.engine.global ('typedConfiguration').typeSpeed = value;\n\t\t\tself.engine.preference ('TextSpeed', value);\n\t\t});\n\n\t\t// Detect scroll on the text element to remove the unread class used when\n\t\t// there's text not being shown in NVL mode.\n\t\t$_(`${selector} [data-component=\"text-box\"]`).on ('scroll', () => {\n\t\t\tconst text_box = this.engine.element ().find ('[data-component=\"text-box\"]');\n\t\t\tif (text_box.exists ()) {\n\t\t\t\tif (typeof text_box.get (0).checkUnread === 'function') {\n\t\t\t\t\ttext_box.get (0).checkUnread ();\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic init (selector) {\n\t\t// Remove the Text Speed setting if the type animation was disabled\n\t\tif (this.engine.setting ('TypeAnimation') === false) {\n\t\t\t$_(`${selector} [data-settings=\"text-speed\"]`).hide ();\n\t\t}\n\n\t\tthis.engine.setting ('maxTextSpeed', parseInt ($_(`${selector} [data-action=\"set-text-speed\"]`).property ('max')));\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic reset ({ keepNVL = false } = {}) {\n\n\t\tif (this.engine.global ('textObject') !== null) {\n\t\t\tthis.engine.global ('textObject').destroy ();\n\t\t}\n\n\t\tif (keepNVL !== true) {\n\t\t\tthis.engine.element ().find ('[data-component=\"text-box\"]').removeClass ('nvl');\n\t\t}\n\n\t\tthis.engine.element ().find ('[data-component=\"text-box\"]').data ('speaking', '');\n\n\t\tthis.engine.element ().find ('[data-ui=\"who\"]').style ('color', '');\n\n\t\tthis.engine.element ().find ('[data-ui=\"who\"]').html ('');\n\t\tthis.engine.element ().find ('[data-ui=\"say\"]').html ('');\n\n\t\tthis.engine.element ().find ('[data-ui=\"face\"]').attribute ('src', '');\n\t\tthis.engine.element ().find ('[data-ui=\"face\"]').hide ();\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic matchString () {\n\t\treturn true;\n\t}\n\n\tconstructor ([ character, ...dialog ]) {\n\t\tsuper ();\n\n\t\tconst [ id, expression ] = character.split (':');\n\n\t\tthis.dialog = dialog.join (' ');\n\t\tthis.clearDialog = this.dialog.replace (/\\{pause:(\\d+)\\}/g, '').replace (/\\{speed:(\\d+)\\}/g, '');\n\n\t\tthis.nvl = false;\n\n\t\tif (typeof this.engine.character (id) !== 'undefined') {\n\t\t\tthis.character = this.engine.character (id);\n\t\t\tthis.id = id;\n\n\t\t\tif (typeof this.character.nvl !== 'undefined') {\n\t\t\t\tthis.nvl = this.character.nvl;\n\t\t\t}\n\n\t\t\tif (typeof expression !== 'undefined') {\n\t\t\t\tif (typeof this.character.expressions !== 'undefined') {\n\t\t\t\t\tthis.image = this.character.expressions[expression];\n\t\t\t\t\tthis.expression = expression;\n\t\t\t\t}\n\n\t\t\t} else if (typeof this.character.default_expression !== 'undefined') {\n\t\t\t\tthis.image = this.character.default_expression;\n\t\t\t\tthis.expression = 'default';\n\t\t\t}\n\t\t} else if (id === 'centered') {\n\t\t\tthis.id = 'centered';\n\t\t} else {\n\t\t\tthis.id = 'narrator';\n\t\t\tif (id === 'nvl') {\n\t\t\t\tthis.nvl = true;\n\t\t\t} else {\n\t\t\t\tthis.dialog = `${character} ${this.dialog}`;\n\t\t\t\tthis.clearDialog = `${character} ${this.clearDialog}`;\n\t\t\t}\n\t\t}\n\t}\n\n\twillApply () {\n\t\tthis.engine.element ().find ('[data-character]').removeClass ('focus');\n\t\tthis.engine.element ().find ('[data-ui=\"face\"]').hide ();\n\n\t\tdocument.querySelector ('[data-ui=\"who\"]').innerHTML = '';\n\n\t\tthis.engine.element ().find ('[data-component=\"text-box\"]').removeData ('expression');\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tdisplayCenteredDialog (dialog, clearDialog, character, animation) {\n\t\tconst element = document.createElement ('centered-dialog');\n\t\tthis.engine.element ().find ('[data-component=\"text-box\"]').hide ();\n\t\tthis.engine.element ().find ('[data-screen=\"game\"]').append (element);\n\n\t\telement.ready (() => {\n\t\t\tif (animation && this.engine.setting ('TypeAnimation') === true) {\n\t\t\t\tthis.engine.global ('typedConfiguration').strings = [dialog];\n\t\t\t\tthis.engine.global ('finished_typing', false);\n\t\t\t\tthis.engine.global ('textObject', new Typed (element.content ('wrapper').get (0), this.engine.global ('typedConfiguration')));\n\t\t\t} else {\n\t\t\t\telement.content ('wrapper').html (clearDialog);\n\t\t\t\tthis.engine.global ('finished_typing', true);\n\t\t\t\tthis.engine.trigger ('didFinishTyping');\n\t\t\t}\n\t\t});\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tdisplayNvlDialog (dialog, clearDialog, character, animation) {\n\t\tif (!this.engine.element ().find ('[data-component=\"text-box\"]').hasClass ('nvl')) {\n\t\t\tDialog.reset ();\n\t\t\tthis.engine.element ().find ('[data-component=\"text-box\"]').addClass ('nvl');\n\t\t}\n\n\t\t// Remove contents from the dialog area.\n\t\tconst previous = this.engine.element ().find ('[data-component=\"text-box\"]').data ('speaking');\n\t\tthis.engine.element ().find ('[data-component=\"text-box\"]').data ('speaking', character);\n\n\t\t// Check if the typing animation flag is set to true in order to show it\n\t\tif (animation === true && this.engine.setting ('TypeAnimation') === true && this.engine.setting ('NVLTypeAnimation') === true) {\n\n\t\t\t// If the property is set to true, the animation will be shown\n\t\t\t// if it is set to false, even if the flag was set to true,\n\t\t\t// no animation will be shown in the game.\n\t\t\tif (character !== 'narrator') {\n\t\t\t\tif (previous !== character) {\n\t\t\t\t\tthis.engine.element ().find ('[data-ui=\"say\"] [data-spoke]').last().addClass ('nvl-dialog-footer');\n\t\t\t\t\tthis.engine.element ().find ('[data-ui=\"say\"]').append (`
${this.engine.replaceVariables (this.engine.character (character).name)}:

`);\n\t\t\t\t} else {\n\t\t\t\t\tthis.engine.element ().find ('[data-ui=\"say\"]').append (`

`);\n\t\t\t\t}\n\n\t\t\t} else {\n\t\t\t\tif (previous !== character) {\n\t\t\t\t\tthis.engine.element ().find ('[data-ui=\"say\"] [data-spoke]').last().addClass ('nvl-dialog-footer');\n\t\t\t\t}\n\t\t\t\tthis.engine.element ().find ('[data-ui=\"say\"]').append (`

`);\n\t\t\t}\n\n\t\t\tconst elements = $_('[data-ui=\"say\"] [data-spoke] p');\n\t\t\tconst last = elements.last ().get (0);\n\n\t\t\tthis.engine.global ('typedConfiguration').strings = [dialog];\n\t\t\tthis.engine.global ('finished_typing', false);\n\t\t\tthis.engine.global ('textObject', new Typed (last, this.engine.global ('typedConfiguration')));\n\n\t\t} else {\n\t\t\tif (character !== 'narrator') {\n\t\t\t\tif (previous !== character) {\n\t\t\t\t\tthis.engine.element ().find ('[data-ui=\"say\"] [data-spoke]').last().addClass ('nvl-dialog-footer');\n\t\t\t\t\tthis.engine.element ().find ('[data-ui=\"say\"]').append (`
${this.engine.replaceVariables (this.engine.character (character).name)}:

${clearDialog}

`);\n\t\t\t\t} else {\n\t\t\t\t\tthis.engine.element ().find ('[data-ui=\"say\"]').append (`

${dialog}

`);\n\t\t\t\t}\n\n\t\t\t} else {\n\t\t\t\tif (previous !== character) {\n\t\t\t\t\tthis.engine.element ().find ('[data-ui=\"say\"] [data-spoke]').last().addClass ('nvl-dialog-footer');\n\t\t\t\t}\n\t\t\t\tthis.engine.element ().find ('[data-ui=\"say\"]').append (`

${clearDialog}

`);\n\t\t\t}\n\t\t\tthis.engine.global ('finished_typing', true);\n\t\t\tthis.engine.trigger ('didFinishTyping');\n\t\t}\n\n\t\tconst text_box = this.engine.element ().find ('[data-component=\"text-box\"]');\n\t\tif (text_box.exists ()) {\n\t\t\tif (typeof text_box.get (0).checkUnread === 'function') {\n\t\t\t\ttext_box.get (0).checkUnread ();\n\t\t\t}\n\t\t}\n\n\t}\n\n\tdisplayDialog (dialog, clearDialog, character, animation) {\n\t\tif (this.nvl === false) {\n\t\t\tif (this.engine.element ().find ('[data-component=\"text-box\"]').hasClass ('nvl') && this._cycle === 'Application') {\n\t\t\t\tthis.engine.history ('nvl').push (this.engine.element ().find ('text-box [data-ui=\"say\"]').html ());\n\t\t\t}\n\t\t\tthis.engine.element ().find ('[data-component=\"text-box\"]').removeClass ('nvl');\n\n\t\t\t// Destroy the previous textObject so the text is rewritten.\n\t\t\t// If not destroyed, the text would be appended instead of replaced.\n\t\t\tif (this.engine.global ('textObject') !== null) {\n\t\t\t\tthis.engine.global ('textObject').destroy ();\n\t\t\t}\n\n\t\t\t// Remove contents from the dialog area.\n\t\t\tthis.engine.element ().find ('[data-ui=\"say\"]').html ('');\n\t\t\tthis.engine.element ().find ('[data-component=\"text-box\"]').data ('speaking', character);\n\n\t\t\t// Check if the typing animation flag is set to true in order to show it\n\t\t\tif (animation === true && this.engine.setting ('TypeAnimation') === true) {\n\n\t\t\t\t// If the property is set to true, the animation will be shown\n\t\t\t\t// if it is set to false, even if the flag was set to true,\n\t\t\t\t// no animation will be shown in the game.\n\t\t\t\tthis.engine.global ('typedConfiguration').strings = [dialog];\n\t\t\t\tthis.engine.global ('finished_typing', false);\n\t\t\t\tthis.engine.global ('textObject', new Typed ('[data-ui=\"say\"]', this.engine.global ('typedConfiguration')));\n\t\t\t} else {\n\t\t\t\tthis.engine.element ().find ('[data-ui=\"say\"]').html (clearDialog);\n\t\t\t\tthis.engine.global ('finished_typing', true);\n\t\t\t\tthis.engine.trigger ('didFinishTyping');\n\t\t\t}\n\t\t} else {\n\t\t\tthis.displayNvlDialog (dialog, clearDialog, character, animation);\n\t\t}\n\n\t\treturn Promise.resolve ();\n\t}\n\n\n\tcharacterDialog () {\n\t\t// Check if the character has a name to show\n\t\tif (typeof this.character.name !== 'undefined' && !this.nvl) {\n\t\t\tthis.engine.element ().find ('[data-ui=\"who\"]').html (this.engine.replaceVariables (this.character.name));\n\t\t}\n\n\t\tlet directory = this.character.directory;\n\n\t\tif (typeof directory == 'undefined') {\n\t\t\tdirectory = '';\n\t\t} else {\n\t\t\tdirectory += '/';\n\t\t}\n\n\t\t// Focus the character's sprite and colorize it's name with the defined\n\t\t// color on its declaration\n\t\tthis.engine.element ().find (`[data-character=\"${this.id}\"]`).addClass ('focus');\n\t\tthis.engine.element ().find ('[data-ui=\"who\"]').style ('color', this.character.color);\n\n\t\t// Check if an expression or face image was used and if it exists and\n\t\t// display it\n\t\tif (typeof this.image !== 'undefined' && !this.nvl) {\n\t\t\t`${this.engine.setting ('AssetsPath').root}/${this.engine.setting ('AssetsPath').characters}/${directory}${this.image}`;\n\t\t\tthis.engine.element ().find ('[data-ui=\"face\"]').attribute ('src', `${this.engine.setting ('AssetsPath').root}/${this.engine.setting ('AssetsPath').characters}/${directory}${this.image}`);\n\t\t\tthis.engine.element ().find ('[data-ui=\"face\"]').show ();\n\t\t\tthis.engine.element ().find ('[data-component=\"text-box\"]').data ('expression', this.expression);\n\t\t}\n\n\t\t// Check if the character object defines if the type animation should be used.\n\t\tif (typeof this.character.type_animation !== 'undefined') {\n\t\t\treturn this.displayDialog (this.dialog, this.clearDialog, this.id, this.character.type_animation);\n\t\t} else {\n\t\t\treturn this.displayDialog (this.dialog, this.clearDialog, this.id, true);\n\t\t}\n\t}\n\n\tapply () {\n\t\ttry {\n\t\t\tconst dialogLog = this.engine.component ('dialog-log');\n\t\t\tif (typeof dialogLog !== 'undefined') {\n\t\t\t\tif (this._cycle === 'Application') {\n\t\t\t\t\tdialogLog.instances (instance => instance.write ({\n\t\t\t\t\t\tid: this.id,\n\t\t\t\t\t\tcharacter: this.character,\n\t\t\t\t\t\tdialog: this.clearDialog\n\t\t\t\t\t}));\n\t\t\t\t} else {\n\t\t\t\t\tdialogLog.instances (instance => instance.pop ());\n\t\t\t\t}\n\t\t\t}\n\t\t} catch (e) {\n\t\t\tthis.engine.debug.error (e);\n\t\t}\n\n\t\tif (typeof this.character !== 'undefined') {\n\t\t\tthis.engine.element ().find ('[data-component=\"text-box\"]').show ('flex');\n\t\t\treturn this.characterDialog ();\n\t\t} else if (this.id === 'centered') {\n\t\t\treturn this.displayCenteredDialog (this.dialog, this.clearDialog, this.id, this.engine.setting ('CenteredTypeAnimation'));\n\t\t} else {\n\t\t\tthis.engine.element ().find ('[data-component=\"text-box\"]').show ('flex');\n\t\t\treturn this.displayDialog (this.dialog, this.clearDialog, 'narrator', this.engine.setting ('NarratorTypeAnimation'));\n\t\t}\n\t}\n\n\twillRevert () {\n\t\tthis.engine.element ().find ('[data-character]').removeClass ('focus');\n\t\tthis.engine.element ().find ('[data-ui=\"face\"]').hide ();\n\t\tdocument.querySelector ('[data-ui=\"who\"]').innerHTML = '';\n\t\treturn Promise.resolve ();\n\t}\n\n\trevert () {\n\t\t// Check if the dialog to replay is a NVL one or not\n\t\tif (this.nvl === true) {\n\t\t\t// Check if the NVL screen is currently being shown\n\t\t\tif (this.engine.element ().find ('[data-component=\"text-box\"]').hasClass ('nvl')) {\n\t\t\t\t// If it is being shown, then to go back, we need to remove the last dialog from it\n\t\t\t\tthis.engine.element ().find ('text-box [data-ui=\"say\"] [data-spoke]').last ().remove ();\n\t\t\t\treturn Promise.resolve ();\n\t\t\t} else {\n\t\t\t\t// If it is not shown right now, then we need to recover the dialogs\n\t\t\t\t// that were being shown the last time we hid it\n\t\t\t\tif (this.engine.history ('nvl').length > 0) {\n\t\t\t\t\tthis.engine.element ().find ('[data-component=\"text-box\"]').addClass ('nvl');\n\t\t\t\t\tthis.engine.element ().find ('text-box [data-ui=\"say\"]').html (this.engine.history ('nvl').pop ());\n\t\t\t\t\treturn Promise.resolve ();\n\t\t\t\t}\n\t\t\t\treturn Promise.reject ('No more dialogs on history from where to recover previous state.');\n\t\t\t}\n\t\t} else {\n\t\t\t// If the dialog was not NVL, we can simply show it as if we were\n\t\t\t// doing a simple application\n\t\t\treturn this.apply ();\n\t\t}\n\t}\n\n\tdidRevert () {\n\t\treturn Promise.resolve ({ advance: false, step: true });\n\t}\n\n}\n\nDialog.id = 'Dialog';\n\nexport default Dialog;","import { Action } from './../lib/Action';\n\nexport class End extends Action {\n\n\tstatic bind () {\n\n\t\tthis.engine.registerListener ('end', {\n\t\t\tkeys: 'shift+q',\n\t\t\tcallback: () => {\n\t\t\t\tif (this.engine.global ('playing')) {\n\t\t\t\t\tthis.engine.alert ('quit-warning', {\n\t\t\t\t\t\tmessage: 'Confirm',\n\t\t\t\t\t\tactions: [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tlabel: 'Quit',\n\t\t\t\t\t\t\t\tlistener: 'quit'\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tlabel: 'Cancel',\n\t\t\t\t\t\t\t\tlistener: 'dismiss-alert'\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t]\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\n\t\tthis.engine.registerListener ('quit', {\n\t\t\tcallback: () => {\n\t\t\t\tthis.engine.dismissAlert ('quit-warning');\n\n\t\t\t\tif (this.engine.global ('playing') === true) {\n\t\t\t\t\tthis.engine.run ('end');\n\t\t\t\t} else {\n\t\t\t\t\tif (typeof window.ipcRendererReceive === 'function' && typeof window.ipcRendererSend === 'function') {\n\t\t\t\t\t\twindow.ipcRendererSend ('quit-request');\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic matchString ([ action ]) {\n\t\treturn action === 'end';\n\t}\n\n\twillApply () {\n\t\tthis.engine.hideScreens ();\n\t\treturn Promise.resolve ();\n\t}\n\n\tapply () {\n\t\tthis.engine.global ('playing', false);\n\n\t\tthis.engine.resetGame ();\n\t\tthis.engine.showMainScreen ();\n\n\t\tthis.engine.element ().find ('[data-component=\"quick-menu\"]').removeClass ('splash-screen');\n\t\tthis.engine.element ().find ('[data-component=\"game-screen\"]').removeClass ('splash-screen');\n\n\t\treturn Promise.resolve ();\n\t}\n\n\twillRevert () {\n\t\treturn Promise.reject ('End is not reversible');\n\t}\n}\n\nEnd.id = 'End';\n\nexport default End;","import { Action } from './../lib/Action';\nimport { Util } from '@aegis-framework/artemis';\nimport { FancyError } from '../lib/FancyError';\n\nexport class ReversibleFunction extends Action {\n\n\tstatic matchObject ({ Function: fn }) {\n\t\treturn typeof fn !== 'undefined';\n\t}\n\n\tconstructor ({ Function: fn }) {\n\t\tsuper ();\n\t\tthis.statement = fn;\n\t\tthis.shouldContinue = true;\n\t}\n\n\tapply () {\n\t\t// The function will be run asynchronously (No matter if its code isn't)\n\t\t// if the function returns false, the next statement will not be run\n\t\t// automatically and the game will wait for user interaction or some other\n\t\t// code inside the function to keep going. Any other returnValue will\n\t\t// allow the game to keep going right away.\n\t\treturn Util.callAsync (this.statement.Apply, this.engine).then ((returnValue) => {\n\t\t\tthis.engine.global ('block', false);\n\t\t\tif (returnValue === false) {\n\t\t\t\tthis.shouldContinue = false;\n\t\t\t}\n\t\t}).catch ((e) => {\n\t\t\tlet error = {\n\t\t\t\t'Label': this.engine.state ('label'),\n\t\t\t\t'Step': this.engine.state ('step'),\n\t\t\t\t'Help': {\n\t\t\t\t\t'_': 'Check the code for your function, there may be additional information in the console.',\n\t\t\t\t}\n\t\t\t};\n\n\t\t\tif (typeof e === 'object') {\n\t\t\t\terror = Object.assign (error, {\n\t\t\t\t\t'Error Message': e.message,\n\t\t\t\t\t'File Name': e.fileName,\n\t\t\t\t\t'Line Number': e.lineNumber\n\t\t\t\t});\n\t\t\t} else if (typeof e === 'string') {\n\t\t\t\terror['Error Message'] = e;\n\t\t\t}\n\n\t\t\tFancyError.show (\n\t\t\t\t'An error occurred while trying to revert a Reversible Function.',\n\t\t\t\t'Monogatari attempted to run the `Apply` method of a Reversible Function but an error occurred.',\n\t\t\t\terror\n\t\t\t);\n\t\t});\n\t}\n\n\tdidApply () {\n\t\treturn Promise.resolve ({ advance: this.shouldContinue });\n\t}\n\n\trevert () {\n\t\t// The function will be run asynchronously (No matter if its code isn't)\n\t\t// if the function returns false, the previous statement will not be run\n\t\t// automatically and the game will wait for user interaction or some other\n\t\t// code inside the function to keep going. Any other returnValue will\n\t\t// allow the game to keep going right away.\n\t\treturn Util.callAsync (this.statement.Reverse, this.engine).then ((returnValue) => {\n\t\t\tthis.engine.global ('block', false);\n\t\t\tif (returnValue === false) {\n\t\t\t\tthis.shouldContinue = false;\n\t\t\t}\n\t\t}).catch ((e) => {\n\t\t\tlet error = {\n\t\t\t\t'Label': this.engine.state ('label'),\n\t\t\t\t'Step': this.engine.state ('step'),\n\t\t\t\t'Help': {\n\t\t\t\t\t'_': 'Check the code for your function, there may be additional information in the console.',\n\t\t\t\t}\n\t\t\t};\n\n\t\t\tif (typeof e === 'object') {\n\t\t\t\terror = Object.assign (error, {\n\t\t\t\t\t'Error Message': e.message,\n\t\t\t\t\t'File Name': e.fileName,\n\t\t\t\t\t'Line Number': e.lineNumber\n\t\t\t\t});\n\t\t\t} else if (typeof e === 'string') {\n\t\t\t\terror['Error Message'] = e;\n\t\t\t}\n\n\t\t\tFancyError.show (\n\t\t\t\t'An error occurred while trying to revert a Reversible Function.',\n\t\t\t\t'Monogatari attempted to run the `Revert` method of a Reversible Function but an error occurred.',\n\t\t\t\terror\n\t\t\t);\n\t\t});\n\t}\n\n\tdidRevert () {\n\t\treturn Promise.resolve ({ advance: this.shouldContinue, step: true });\n\t}\n}\n\nReversibleFunction.id = 'Function';\n\nexport default ReversibleFunction;","import { Action } from './../lib/Action';\n\nexport class Gallery extends Action {\n\n\tstatic matchString ([ action ]) {\n\t\treturn action === 'gallery';\n\t}\n\n\tconstructor ([ action, mode, asset ]) {\n\t\tsuper ();\n\t\tthis.mode = mode;\n\t\tthis.asset = asset;\n\t}\n\n\tapply () {\n\t\tif (this.mode === 'unlock') {\n\n\t\t\tthis.engine.component ('gallery-screen').instances ((instance) => {\n\t\t\t\tconst unlocked = [...instance.state.unlocked, this.asset];\n\t\t\t\tinstance.setState ({\n\t\t\t\t\tunlocked\n\t\t\t\t});\n\t\t\t});\n\n\n\t\t} else if (this.mode === 'lock') {\n\t\t\tthis.engine.component ('gallery-screen').instances ((instance) => {\n\t\t\t\tconst unlocked = instance.state.unlocked.filter ((item) => item !== this.asset);\n\t\t\t\tinstance.setState ({\n\t\t\t\t\tunlocked\n\t\t\t\t});\n\t\t\t});\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidApply () {\n\t\treturn Promise.resolve ({ advance: true });\n\t}\n\n\trevert () {\n\t\tif (this.mode === 'lock') {\n\t\t\tthis.mode = 'unlock';\n\t\t\treturn this.apply ();\n\t\t} else if (this.mode === 'unlock') {\n\t\t\tthis.mode = 'lock';\n\t\t\treturn this.apply ();\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidRevert () {\n\t\treturn Promise.resolve ({ advance: true, step: true });\n\t}\n}\n\nGallery.id = 'Gallery';\n\nexport default Gallery;","import { Action } from './../lib/Action';\nimport { Util } from '@aegis-framework/artemis';\n\nexport class HideCanvas extends Action {\n\n\n\tstatic matchString ([ hide, type ]) {\n\t\treturn hide === 'hide' && type === 'canvas';\n\t}\n\n\tconstructor ([ hide, type, name, separator, ...classes ]) {\n\t\tsuper ();\n\t\tthis.name = name;\n\t\tthis.object = this.engine.action ('Canvas').objects (name);\n\t\tif (typeof classes !== 'undefined') {\n\t\t\tthis.classes = classes;\n\t\t} else {\n\t\t\tthis.classes = [];\n\t\t}\n\t}\n\n\tapply () {\n\t\treturn Util.callAsync (this.object.stop, this.engine).then (() => {\n\t\t\tif (this.classes.length > 0) {\n\t\t\t\tthis.engine.element ().find (`[data-canvas=\"${this.name}\"]`).addClass ('animated');\n\t\t\t\tfor (const newClass of this.classes) {\n\t\t\t\t\tthis.engine.element ().find (`[data-canvas=\"${this.name}\"]`).addClass (newClass);\n\t\t\t\t}\n\n\t\t\t\t// Remove item after a while to prevent it from showing randomly\n\t\t\t\t// when coming from a menu to the game because of its animation\n\t\t\t\tsetTimeout (() => {\n\t\t\t\t\tthis.engine.element ().find (`[data-canvas=\"${this.name}\"]`).remove ();\n\t\t\t\t}, 10000);\n\t\t\t} else {\n\t\t\t\tthis.engine.element ().find (`[data-canvas=\"${this.name}\"]`).remove ();\n\t\t\t}\n\t\t});\n\t}\n\n\tdidApply () {\n\t\tfor (let i = this.engine.state ('canvas').length - 1; i >= 0; i--) {\n\t\t\tconst last = this.engine.state ('canvas')[i];\n\t\t\tconst [show, type, mode, name] = last.split (' ');\n\t\t\tif (name === this.name) {\n\t\t\t\tthis.engine.state ('canvas').splice (i, 1);\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\treturn Promise.resolve ({ advance: true });\n\t}\n\n\trevert () {\n\t\tfor (let i = this.engine.history ('canvas').length - 1; i >= 0; i--) {\n\t\t\tconst last = this.engine.history ('canvas')[i];\n\t\t\tconst [show, canvas, mode, name] = last.split (' ');\n\t\t\tif (name === this.name) {\n\t\t\t\tthis.engine.history ('canvas').splice (i, 1);\n\t\t\t\treturn this.engine.run (last, false);\n\n\t\t\t}\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidRevert () {\n\t\treturn Promise.resolve ({ advance: true, step: true });\n\t}\n}\n\nHideCanvas.id = 'Hide::Canvas';\n\nexport default HideCanvas;","import { Action } from './../lib/Action';\nimport { FancyError } from './../lib/FancyError';\n\nexport class HideCharacter extends Action {\n\n\tstatic matchString ([ hide, type ]) {\n\t\treturn hide === 'hide' && type === 'character';\n\t}\n\n\tconstructor ([ hide, type, asset, ...classes ]) {\n\t\tsuper ();\n\t\tthis.asset = asset;\n\n\t\tif (typeof this.engine.character (this.asset) !== 'undefined') {\n\t\t\tthis.element = this.engine.element ().find (`[data-character=\"${this.asset}\"]`).last ();\n\t\t} else {\n\t\t\tFancyError.show (\n\t\t\t\t`The character \"${this.asset}\" does not exist`,\n\t\t\t\t`Monogatari attempted to get information about the character \"${this.asset}\" but it wasn't found on the characters object.`,\n\t\t\t\t{\n\t\t\t\t\t'Missing Character': this.asset,\n\t\t\t\t\t'You may have meant one of these': Object.keys (this.engine.characters ()),\n\t\t\t\t\t'Statement': `\"${this._statement}\"`,\n\t\t\t\t\t'Label': this.engine.state ('label'),\n\t\t\t\t\t'Step': this.engine.state ('step'),\n\t\t\t\t\t'Help': {\n\t\t\t\t\t\t'_': 'Check your characters object and your script to make sure the character exists and that it does not have a typo in it.'\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t);\n\t\t}\n\n\t\tif (typeof classes !== 'undefined') {\n\t\t\tthis.classes = classes;\n\t\t} else {\n\t\t\tthis.classes = [];\n\t\t}\n\t\tthis.classes = this.classes.filter ((c) => (c !== 'at' && c !== 'with'));\n\t}\n\n\twillApply () {\n\n\t\tif (!this.element.exists ()) {\n\t\t\tFancyError.show (\n\t\t\t\t`The character \"${this.asset}\" can't hide because it's not being shown`,\n\t\t\t\t`Monogatari attempted to hide the character \"${this.asset}\" but it was not being shown.`,\n\t\t\t\t{\n\t\t\t\t\t'Missing Character': this.asset,\n\t\t\t\t\t'You may have meant one of these': Object.keys (this.engine.characters ()),\n\t\t\t\t\t'Statement': `\"${this._statement}\"`,\n\t\t\t\t\t'Label': this.engine.state ('label'),\n\t\t\t\t\t'Step': this.engine.state ('step'),\n\t\t\t\t\t'Help': {\n\t\t\t\t\t\t'_': 'Check that before this hide action you have a show action that shows the character you want to hide.'\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t);\n\t\t\treturn Promise.reject ('Attempted to hide a character that was not being shown.');\n\t\t}\n\n\t\treturn Promise.resolve ();\n\t}\n\n\n\tapply () {\n\t\tconst oldClasses = [...this.element.get (0).classList];\n\n\t\tfor (const oldClass of oldClasses) {\n\t\t\tthis.element.removeClass (oldClass);\n\t\t}\n\n\t\tthis.element.addClass ('animated');\n\n\t\t// Check if there is any end-animation, here's what this matches:\n\t\t// 'end-fadeIn'.match (/end-([A-Za-z]+)/) => [ \"end-fadeIn\", \"fadeIn\" ]\n\t\tconst endAnimation = oldClasses.find(c => c.match (/end-([A-Za-z]+)/) !== null);\n\n\t\tif (typeof endAnimation !== 'undefined') {\n\t\t\tconst [end, animation] = endAnimation.split('-');\n\t\t\tthis.element.addClass (animation);\n\t\t}\n\n\t\tconst durationPosition = this.classes.indexOf ('duration');\n\n\t\tif (durationPosition > -1) {\n\t\t\tthis.element.style ('animation-duration', this.classes[durationPosition + 1]);\n\t\t} else {\n\t\t\tthis.element.style ('animation-duration', '');\n\t\t}\n\n\t\tif (this.classes.length > 0) {\n\t\t\tfor (const className of this.classes) {\n\t\t\t\tif (className) {\n\t\t\t\t\tthis.element.addClass (className);\n\t\t\t\t}\n\t\t\t}\n\t\t\tthis.element.data ('visibility', 'invisible');\n\n\t\t\tthis.element.on ('animationend', (e) => {\n\t\t\t\tif (e.target.dataset.visibility === 'invisible') {\n\t\t\t\t\t// Remove only if the animation ends while the element is not visible\n\t\t\t\t\te.target.remove ();\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tthis.element.remove ();\n\t\t}\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidApply () {\n\t\tconst show = this.engine.state ('characters').filter ((item) => {\n\t\t\tconst [ show, type, asset, ] = item.split (' ');\n\t\t\treturn asset !== this.asset;\n\t\t});\n\n\t\tthis.engine.state ({ characters: show });\n\t\treturn Promise.resolve ({ advance: true });\n\t}\n\n\twillRevert () {\n\t\tif (this.engine.history ('character').length <= 0) {\n\t\t\treturn Promise.reject ();\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\trevert () {\n\t\tfor (let i = this.engine.history ('character').length - 1; i >= 0; i--) {\n\t\t\tconst last = this.engine.history ('character')[i];\n\t\t\tconst [show, character, asset, name] = last.split (' ');\n\n\t\t\tif (asset === this.asset) {\n\t\t\t\treturn this.engine.run (last, false);\n\t\t\t}\n\t\t}\n\t\treturn Promise.reject ();\n\t}\n\n\tdidRevert () {\n\t\treturn Promise.resolve ({ advance: true, step: true });\n\t}\n}\n\nHideCharacter.id = 'Hide::Character';\n\nexport default HideCharacter;\n","import { Action } from './../lib/Action';\n\nexport class HideImage extends Action {\n\n\tstatic matchString ([ hide, type ]) {\n\t\treturn hide === 'hide' && type === 'image';\n\t}\n\n\tconstructor ([ hide, type, asset, ...classes ]) {\n\t\tsuper ();\n\t\tthis.asset = asset;\n\n\t\tthis.element = this.engine.element ().find (`[data-image=\"${this.asset}\"]`);\n\n\t\tif (typeof classes !== 'undefined') {\n\t\t\tthis.classes = classes;\n\t\t} else {\n\t\t\tthis.classes = [];\n\t\t}\n\t\tthis.classes = this.classes.filter ((c) => (c !== 'at' && c !== 'with'));\n\t}\n\n\tapply () {\n\t\tthis.element.removeClass ();\n\t\tthis.element.addClass ('animated');\n\t\tconst durationPosition = this.classes.indexOf ('duration');\n\n\t\tif (durationPosition > -1) {\n\t\t\tthis.element.style ('animation-duration', this.classes[durationPosition + 1]);\n\t\t} else {\n\t\t\tthis.element.style ('animation-duration', '');\n\t\t}\n\n\t\tif (this.classes.length > 0) {\n\t\t\tfor (const newClass of this.classes) {\n\t\t\t\tthis.element.addClass (newClass);\n\t\t\t}\n\t\t\tthis.element.data ('visibility', 'invisible');\n\t\t} else {\n\t\t\tthis.element.remove ();\n\t\t}\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidApply () {\n\t\tconst show = this.engine.state ('images').filter ((item) => {\n\t\t\tconst [ show, type, asset, ] = item.split (' ');\n\t\t\treturn asset !== this.asset;\n\t\t});\n\n\t\tthis.engine.state ({ images: show });\n\t\treturn Promise.resolve ({ advance: true });\n\t}\n\n\twillRevert () {\n\t\tif (this.engine.history ('image').length <= 0) {\n\t\t\treturn Promise.reject ('Image history was empty.');\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\trevert () {\n\t\tthis.engine.run (this.engine.history ('image').pop (), false);\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidRevert () {\n\t\treturn Promise.resolve ({ advance: true, step: true });\n\t}\n}\n\nHideImage.id = 'Hide::Image';\n\nexport default HideImage;","import { Action } from './../lib/Action';\n\nexport class HideParticles extends Action {\n\n\tstatic matchString ([ hide, type ]) {\n\t\treturn hide === 'hide' && type === 'particles';\n\t}\n\n\tconstructor ([ hide, type ]) {\n\t\tsuper ();\n\t}\n\n\tapply () {\n\t\tthis.engine.action ('Particles').stop ();\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidApply () {\n\t\treturn Promise.resolve ({ advance: true });\n\t}\n\n\trevert () {\n\t\tif (this.engine.history ('particle').length > 0) {\n\t\t\tconst last = this.engine.history ('particle').pop ();\n\t\t\treturn this.engine.run (last, false);\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidRevert () {\n\t\treturn Promise.resolve ({ advance: true, step: true });\n\t}\n}\n\nHideParticles.id = 'Hide::Particles';\n\nexport default HideParticles;","import { Action } from './../lib/Action';\n\nexport class HideVideo extends Action {\n\n\n\tstatic matchString ([ hide, type ]) {\n\t\treturn hide === 'hide' && type === 'video';\n\t}\n\n\tconstructor ([ hide, type, name, separator, ...classes ]) {\n\t\tsuper ();\n\t\tthis.name = name;\n\t\tif (typeof classes !== 'undefined') {\n\t\t\tthis.classes = classes;\n\t\t} else {\n\t\t\tthis.classes = [];\n\t\t}\n\t}\n\n\tapply () {\n\n\t\tif (this.classes.length > 0) {\n\t\t\tthis.engine.element ().find (`[data-video=\"${this.name}\"]`).addClass ('animated');\n\t\t\tfor (const newClass of this.classes) {\n\t\t\t\tthis.engine.element ().find (`[data-video=\"${this.name}\"]`).addClass (newClass);\n\t\t\t}\n\n\t\t\t// Remove item after a while to prevent it from showing randomly\n\t\t\t// when coming from a menu to the game because of its animation\n\t\t\tsetTimeout (() => {\n\t\t\t\tthis.engine.element ().find (`[data-video=\"${this.name}\"]`).remove ();\n\t\t\t}, 10000);\n\t\t} else {\n\t\t\tthis.engine.element ().find (`[data-video=\"${this.name}\"]`).remove ();\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidApply () {\n\t\tfor (let i = this.engine.state ('videos').length - 1; i >= 0; i--) {\n\t\t\tconst last = this.engine.state ('videos')[i];\n\t\t\tconst [show, video, name, mode] = last.split (' ');\n\t\t\tif (name === this.name) {\n\t\t\t\tthis.engine.state ('videos').splice (i, 1);\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\treturn Promise.resolve ({ advance: true });\n\t}\n\n\trevert () {\n\t\tfor (let i = this.engine.history ('video').length - 1; i >= 0; i--) {\n\t\t\tconst last = this.engine.history ('video')[i];\n\t\t\tconst [show, video, name, mode] = last.split (' ');\n\t\t\tif (name === this.name) {\n\t\t\t\tthis.engine.history ('video').splice (i, 1);\n\t\t\t\treturn this.engine.run (last, false);\n\n\t\t\t}\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidRevert () {\n\t\treturn Promise.resolve ({ advance: true, step: true });\n\t}\n}\n\nHideVideo.id = 'Hide::Video';\n\nexport default HideVideo;","import { Action } from './../lib/Action';\nimport { Util } from '@aegis-framework/artemis';\n\nexport class InputModal extends Action {\n\n\tstatic matchObject ({ Input }) {\n\t\treturn typeof Input !== 'undefined';\n\t}\n\n\tconstructor ({ Input }) {\n\t\tsuper ();\n\t\tthis.statement = Input;\n\n\t\tif (typeof this.statement.Validation !== 'function') {\n\t\t\tthis.statement.Validation = () => true;\n\t\t}\n\n\t\tif (typeof this.statement.Save !== 'function') {\n\t\t\tthis.statement.Save = () => true;\n\t\t}\n\n\t\tif (typeof this.statement.Warning !== 'string') {\n\t\t\tthis.statement.Warning = '';\n\t\t}\n\n\t\tif (typeof this.statement.actionString !== 'string') {\n\t\t\tthis.statement.actionString = 'OK';\n\t\t}\n\n\t\tif (typeof this.statement.Class !== 'string') {\n\t\t\tthis.statement.Class = '';\n\t\t}\n\t}\n\n\tapply () {\n\t\tthis.engine.global ('block', true);\n\n\t\tconst input = document.createElement ('text-input');\n\n\t\tconst { Text, Warning, Save, Validation, actionString, Class } = this.statement;\n\n\t\tinput.setProps ({\n\t\t\ttext: this.engine.replaceVariables (Text),\n\t\t\twarning: Warning,\n\t\t\tonSubmit: Save,\n\t\t\tvalidate: Validation,\n\t\t\tactionString,\n\t\t\tcallback: () => {\n\t\t\t\tthis.engine.global ('block', false);\n\t\t\t\tthis.engine.proceed ();\n\t\t\t},\n\t\t\tclasses: Class.trim ()\n\t\t});\n\n\t\tthis.engine.element ().find ('[data-screen=\"game\"]').append (input);\n\t\treturn Promise.resolve ();\n\t}\n\n\twillRevert () {\n\t\tif (typeof this.statement.Revert === 'function') {\n\t\t\treturn Promise.resolve ();\n\t\t}\n\t\treturn Promise.reject ();\n\t}\n\n\trevert () {\n\t\treturn Util.callAsync (this.statement.Revert, this.engine).then (() => {\n\t\t\treturn this.apply ();\n\t\t});\n\t}\n\n\tdidRevert () {\n\t\treturn Promise.resolve ({ advance: false, step: true });\n\t}\n}\n\nInputModal.id = 'Input';\n\nexport default InputModal;","import { Action } from './../lib/Action';\nimport { FancyError } from '../lib/FancyError';\n\nexport class Jump extends Action {\n\n\tstatic setup () {\n\t\tthis.engine.history ('label');\n\t\tthis.engine.history ('jump');\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic bind (selector) {\n\t\tthis.engine.registerListener ('jump', {\n\t\t\tcallback: (element) => {\n\t\t\t\tthis.engine.run (`jump ${element.data('jump')}`, false);\n\t\t\t}\n\t\t});\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic matchString ([ action ]) {\n\t\treturn action === 'jump';\n\t}\n\n\tconstructor ([ action, label ]) {\n\t\tsuper ();\n\t\tthis.label = label;\n\t}\n\n\twillApply () {\n\t\tif (typeof this.engine.script (this.label) !== 'undefined') {\n\t\t\tthis.engine.stopAmbient ();\n\t\t\tthis.engine.showScreen ('game');\n\t\t\treturn Promise.resolve ();\n\t\t}\n\n\t\tFancyError.show (\n\t\t\t`The label \"${this.label}\" does not exist`,\n\t\t\t`Monogatari attempted to jump to the label named \"${this.label}\" but it wasn't found on the script.`,\n\t\t\t{\n\t\t\t\t'Missing Label': this.label,\n\t\t\t\t'You may have meant one of these': Object.keys (this.engine.script ()),\n\t\t\t\t'Statement': `\"${this._statement}\"`,\n\t\t\t\t'Label': this.engine.state ('label'),\n\t\t\t\t'Step': this.engine.state ('step'),\n\t\t\t\t'Help': {\n\t\t\t\t\t'_': 'Check if the label in your jump statement is correct and that you have also defined it correctly.'\n\t\t\t\t}\n\t\t\t}\n\t\t);\n\n\t\treturn Promise.reject ('Label does not exist.');\n\t}\n\n\tapply () {\n\t\tthis.engine.history ('jump').push ({\n\t\t\tsource: {\n\t\t\t\tlabel: this.engine.state ('label'),\n\t\t\t\tstep: this.engine.state ('step')\n\t\t\t},\n\t\t\tdestination: {\n\t\t\t\tlabel: this.label,\n\t\t\t\tstep: 0\n\t\t\t}\n\t\t});\n\t\tthis.engine.state ({\n\t\t\tstep: 0,\n\t\t\tlabel: this.label\n\t\t});\n\n\t\tif (!this.engine.element ().find ('[data-component=\"text-box\"]').hasClass ('nvl')) {\n\t\t\tthis.engine.action ('Dialog').reset ();\n\t\t}\n\n\t\tthis.engine.run (this.engine.label ()[this.engine.state ('step')]);\n\t\tthis.engine.history ('label').push (this.label);\n\n\t\treturn Promise.resolve ();\n\t}\n\n\t// Jump is right now not reversible due to complications with the logic for it\n\twillRevert () {\n\t\tif (this.engine.history ('jump').length > 0) {\n\t\t\treturn Promise.resolve ();\n\t\t}\n\t\treturn Promise.reject ('No elements in history available.');\n\t}\n\n\trevert () {\n\t\tconst last = this.engine.history ('jump')[this.engine.history ('jump').length - 1];\n\t\tif (typeof last !== 'undefined') {\n\t\t\tthis.engine.state ({\n\t\t\t\tstep: last.source.step,\n\t\t\t\tlabel: last.source.label\n\t\t\t});\n\t\t\treturn Promise.resolve ();\n\t\t}\n\t\treturn Promise.reject ('No elements in history available.');\n\t}\n\n\tdidRevert () {\n\t\tthis.engine.history ('jump').pop ();\n\t\tthis.engine.history ('label').pop ();\n\t\treturn Promise.resolve ({ advance: true, step: false });\n\t}\n}\n\nJump.id = 'Jump';\n\nexport default Jump;","import { Action } from './../lib/Action';\nimport { FancyError } from './../lib/FancyError';\n\n\nexport class Message extends Action {\n\n\tstatic bind () {\n\t\t// The close action removes the active class from the element it\n\t\t// points to.\n\t\tthis.engine.on ('click', '[data-component=\"message-modal\"] [data-action=\"close\"]', () => {\n\t\t\tthis.engine.global ('block', false);\n\t\t\tthis.engine.element ().find ('[data-component=\"message-modal\"]').remove ();\n\t\t\tthis.engine.proceed ();\n\t\t});\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic matchString ([ show, type ]) {\n\t\treturn show === 'show' && type === 'message';\n\t}\n\n\tstatic messages (object = null) {\n\t\tif (object !== null) {\n\t\t\tif (typeof object === 'string') {\n\t\t\t\treturn Message._configuration.messages[object];\n\t\t\t} else {\n\t\t\t\tMessage._configuration.messages = Object.assign ({}, Message._configuration.messages, object);\n\t\t\t}\n\t\t} else {\n\t\t\treturn Message._configuration.messages;\n\t\t}\n\t}\n\n\tconstructor ([ show, type, message, ...classes ]) {\n\t\tsuper ();\n\t\tthis.id = message;\n\t\tthis.message = this.constructor.messages (message);\n\t\tthis.classes = classes;\n\t}\n\n\twillApply () {\n\t\tif (typeof this.message !== 'undefined') {\n\t\t\t// Check if the old format is being use and translate it to the new one\n\t\t\tif (this.message.Title && this.message.Subtitle && this.message.Message) {\n\t\t\t\tthis.message.title = this.message.Title;\n\t\t\t\tthis.message.subtitle = this.message.Subtitle;\n\t\t\t\tthis.message.body = this.message.Message;\n\t\t\t}\n\t\t\treturn Promise.resolve ();\n\t\t} else {\n\t\t\tFancyError.show (\n\t\t\t\t`The message \"${this.id}\" was not found`,\n\t\t\t\t`Monogatari attempted to retrieve a message named \"${this.id}\" but it didn't exist in the messages object.`,\n\t\t\t\t{\n\t\t\t\t\t'Message': this.id,\n\t\t\t\t\t'You may have meant': Object.keys (Message.messages ()),\n\t\t\t\t\t'Label': this.engine.state ('label'),\n\t\t\t\t\t'Step': this.engine.state ('step'),\n\t\t\t\t\t'Help': {\n\t\t\t\t\t\t'_': 'Check the message name is correct and that you have defined it previously. A Message is defined as follows:',\n\t\t\t\t\t\t'_1':`\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\tthis.engine.action ('message').mesages ({\n\t\t\t\t\t\t\t\t\t\t'Welcome': {\n\t\t\t\t\t\t\t\t\t\t\ttitle: 'Welcome!',\n\t\t\t\t\t\t\t\t\t\t\tsubtitle: 'This is the Monogatari VN Engine',\n\t\t\t\t\t\t\t\t\t\t\tbody: 'This is where the magic gets done!'\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t`,\n\t\t\t\t\t\t'_2': 'Notice the message defined uses a name or an id, in this case it was set to \"Welcome\" and to show it, you must use that exact name:',\n\t\t\t\t\t\t'_3':`\n\t\t\t\t\t\t\t
\"show message Welcome\"
\n\t\t\t\t\t\t`\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t);\n\t\t}\n\n\t\treturn Promise.reject ();\n\t}\n\n\tapply () {\n\n\t\tthis.engine.global ('block', true);\n\n\t\tconst element = document.createElement ('message-modal');\n\n\t\tif (typeof this.message.title === 'string') {\n\t\t\telement.setProps ({\n\t\t\t\ttitle: this.engine.replaceVariables (this.message.title)\n\t\t\t});\n\t\t}\n\n\t\tif (typeof this.message.subtitle === 'string') {\n\t\t\telement.setProps ({\n\t\t\t\tsubtitle: this.engine.replaceVariables (this.message.subtitle)\n\t\t\t});\n\t\t}\n\n\t\tif (typeof this.message.body === 'string') {\n\t\t\telement.setProps ({\n\t\t\t\tbody: this.engine.replaceVariables (this.message.body)\n\t\t\t});\n\t\t}\n\n\t\tif (typeof this.message.actionString === 'string') {\n\t\t\telement.setProps ({\n\t\t\t\tactionString: this.engine.replaceVariables (this.message.actionString)\n\t\t\t});\n\t\t}\n\n\t\tfor (const newClass of this.classes) {\n\t\t\tif (newClass) {\n\t\t\t\telement.classList.add (newClass);\n\t\t\t}\n\t\t}\n\n\t\tthis.engine.element ().find ('[data-screen=\"game\"]').append (element);\n\n\n\t\treturn Promise.resolve ();\n\t}\n\n\trevert () {\n\t\tthis.engine.component ('message-modal').instances ().remove ();\n\t\treturn this.apply ();\n\t}\n\n\tdidRevert () {\n\t\treturn Promise.resolve ({ advance: false, step: true });\n\t}\n}\n\nMessage.id = 'Message';\nMessage._configuration = {\n\tmessages: {}\n};\n\nexport default Message;","import { Action } from './../lib/Action';\n\nexport class Next extends Action {\n\n\tstatic matchString ([ action ]) {\n\t\treturn action === 'next';\n\t}\n\n\tdidApply () {\n\t\treturn Promise.resolve ({ advance: true });\n\t}\n\n\tdidRevert () {\n\t\treturn Promise.resolve ({ advance: true, step: true });\n\t}\n}\n\nNext.id = 'Next';\n\nexport default Next;","import { Action } from './../lib/Action';\nimport { FancyError } from './../lib/FancyError';\n\nexport class Notify extends Action {\n\n\tstatic matchString ([ show, type ]) {\n\t\treturn show === 'show' && type === 'notification';\n\t}\n\n\tstatic notifications (object = null) {\n\t\tif (object !== null) {\n\t\t\tif (typeof object === 'string') {\n\t\t\t\treturn Notify._configuration.notifications[object];\n\t\t\t} else {\n\t\t\t\tNotify._configuration.notifications = Object.assign ({}, Notify._configuration.notifications, object);\n\t\t\t}\n\t\t} else {\n\t\t\treturn Notify._configuration.notifications;\n\t\t}\n\t}\n\n\tconstructor ([ show, type, name, time ]) {\n\t\tsuper ();\n\n\t\t// First check if HTML5 notifications are available\n\t\tif ('Notification' in window) {\n\n\t\t\t// Finally check if the given notification exists in the object\n\t\t\tif (typeof Notify.notifications (name) !== 'undefined') {\n\t\t\t\tthis.notification = Object.assign ({}, Notify.notifications (name));\n\n\t\t\t\tif (typeof time !== 'undefined') {\n\t\t\t\t\tif (!isNaN (time)) {\n\t\t\t\t\t\tthis.time = parseInt (time);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tFancyError.show (\n\t\t\t\t\t\t\t'The specified time was not an integer',\n\t\t\t\t\t\t\t'Monogatari attempted to transform the given time into an integer value but failed.',\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t'Specified time': time,\n\t\t\t\t\t\t\t\t'Statement': `\"${this._statement}\"`,\n\t\t\t\t\t\t\t\t'Label': this.engine.state ('label'),\n\t\t\t\t\t\t\t\t'Step': this.engine.state ('step'),\n\t\t\t\t\t\t\t\t'Help': {\n\t\t\t\t\t\t\t\t\t'_': 'Check if the value you provided is actually an integer (whole number). Remember the value used must be given in milliseconds and must not be mixed with characters other than numbers.',\n\t\t\t\t\t\t\t\t\t'_1': 'For example, the following statement would make a notification go away after 5 seconds:',\n\t\t\t\t\t\t\t\t\t'_3':`\n\t\t\t\t\t\t\t\t\t\t
\"show notification Welcome 5000\"
\n\t\t\t\t\t\t\t\t\t`\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tFancyError.show (\n\t\t\t\t\t`The notification \"${name}\" was not found`,\n\t\t\t\t\t`Monogatari attempted to retrieve a notification named \"${name}\" but it didn't exist in the notifications object.`,\n\t\t\t\t\t{\n\t\t\t\t\t\t'Notification': name,\n\t\t\t\t\t\t'You may have meant': Object.keys (Notify.notifications ()),\n\t\t\t\t\t\t'Label': this.engine.state ('label'),\n\t\t\t\t\t\t'Step': this.engine.state ('step'),\n\t\t\t\t\t\t'Help': {\n\t\t\t\t\t\t\t'_': 'Check the notification\\'s name is correct and that you have defined it previously. A Notification is defined as follows:',\n\t\t\t\t\t\t\t'_1':`\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tthis.engine.action ('notify').notifications ({\n\t\t\t\t\t\t\t\t\t\t\t'Welcome': {\n\t\t\t\t\t\t\t\t\t\t\t\ttitle: 'Welcome!',\n\t\t\t\t\t\t\t\t\t\t\t\tbody: 'This is the Monogatari VN Engine',\n\t\t\t\t\t\t\t\t\t\t\t\ticon: ''\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t`,\n\t\t\t\t\t\t\t'_2': 'Notice the notification defined uses a name or an id, in this case it was set to \"Welcome\" and to show it, you must use that exact name:',\n\t\t\t\t\t\t\t'_3':`\n\t\t\t\t\t\t\t\t
\"show notification Welcome\"
\n\t\t\t\t\t\t\t`\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t);\n\t\t\t}\n\t\t} else {\n\t\t\tconsole.warn ('Notifications are not supported in this platform.');\n\t\t}\n\t}\n\n\twillApply () {\n\t\tif (typeof this.notification !== 'undefined') {\n\t\t\treturn new Promise ((resolve, reject) => {\n\t\t\t\t// Let's check whether notification permissions have already been granted\n\t\t\t\tif (Notification.permission === 'granted') {\n\t\t\t\t\tresolve ();\n\t\t\t\t} else if (Notification.permission !== 'denied') {\n\t\t\t\t\tNotification.requestPermission((permission) => {\n\t\t\t\t\t\t// If the user accepts, let's create a notification\n\t\t\t\t\t\tif (permission === 'granted') {\n\t\t\t\t\t\t\tresolve ();\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tconsole.warn ('User denied notifications permission, none will be shown.');\n\t\t\t\t\t\t\tresolve ();\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\t\t\t} else {\n\t\t\t\t\treject ('The permission to display notifications was denied by the user.');\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tapply () {\n\t\tfor (const key of Object.keys (this.notification)) {\n\t\t\tif (typeof this.notification[key] === 'string') {\n\t\t\t\tthis.notification[key] = this.engine.replaceVariables (this.notification[key]);\n\t\t\t}\n\t\t}\n\n\t\tconst notification = new Notification (this.notification.title, this.notification);\n\n\t\tif (typeof this.time !== 'undefined') {\n\t\t\tsetTimeout(() => {\n\t\t\t\tnotification.close ();\n\t\t\t}, this.time);\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidApply () {\n\t\t// Advance the game instead of waiting for another click\n\t\treturn Promise.resolve ({ advance: true });\n\t}\n\n\tdidRevert () {\n\t\treturn Promise.resolve ({ advance: true, step: true });\n\t}\n}\n\nNotify.id = 'Notification';\nNotify._configuration = {\n\tnotifications: {}\n};\n\nexport default Notify;","import { Action } from '../lib/Action';\n\n/* global particlesJS, pJSDom */\n\nexport class Particles extends Action {\n\n\tstatic stop () {\n\t\ttry {\n\t\t\tif (typeof pJSDom === 'object') {\n\t\t\t\tif (pJSDom.length > 0) {\n\t\t\t\t\tfor (let i = 0; i < pJSDom.length; i++) {\n\t\t\t\t\t\tif (typeof pJSDom[i].pJS !== 'undefined') {\n\t\t\t\t\t\t\t// Cancel all the animation frame requests to prevent\n\t\t\t\t\t\t\t// memory from being used even then the element\n\t\t\t\t\t\t\t// has been destroyed.\n\t\t\t\t\t\t\tcancelAnimationFrame (pJSDom[i].pJS.fn.drawAnimFrame);\n\t\t\t\t\t\t\tpJSDom.shift ();\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t} catch (e) {\n\t\t\tconsole.error ('An error ocurred while trying to stop particle system.');\n\t\t}\n\n\t\tthis.engine.state ({\n\t\t\tparticles: ''\n\t\t});\n\t\tthis.engine.element ().find ('#particles-js').html ('');\n\t}\n\n\n\tstatic setup () {\n\t\tthis.engine.history ('particle');\n\t\tthis.engine.state ({\n\t\t\tparticles: ''\n\t\t});\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic reset () {\n\t\tthis.engine.state ({\n\t\t\tparticles: ''\n\t\t});\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic onLoad () {\n\t\tconst { particles } = this.engine.state ();\n\t\tif (particles !== '') {\n\t\t\tconst promise = this.engine.run (particles, false);\n\t\t\t// TODO: Find a way to prevent the histories from filling up on loading\n\t\t\t// So there's no need for this pop.\n\t\t\tthis.engine.history ('particle').pop ();\n\n\t\t\treturn promise;\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic matchString ([ show, type ]) {\n\t\treturn show === 'show' && type === 'particles';\n\t}\n\n\tstatic particles (object = null) {\n\t\tif (object !== null) {\n\t\t\tif (typeof object === 'string') {\n\t\t\t\treturn Particles._configuration.particles[object];\n\t\t\t} else {\n\t\t\t\tParticles._configuration.particles = Object.assign ({}, Particles._configuration.particles, object);\n\t\t\t}\n\t\t} else {\n\t\t\treturn Particles._configuration.particles;\n\t\t}\n\t}\n\n\tconstructor ([ show, type, name ]) {\n\t\tsuper ();\n\t\tif (typeof Particles.particles (name) !== 'undefined') {\n\t\t\tthis.particles = Particles.particles (name);\n\t\t\tthis.name = name;\n\t\t} else {\n\t\t\tconsole.error (`The Particles ${name} could not be shown because it doesn't exist in the particles object.`);\n\t\t}\n\t}\n\n\twillApply () {\n\t\tif (typeof this.particles !== 'undefined') {\n\t\t\treturn Promise.resolve ();\n\t\t} else {\n\t\t\treturn Promise.reject ('Particle system object does not exist.');\n\t\t}\n\t}\n\n\tapply () {\n\t\tparticlesJS (this.particles);\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidApply () {\n\t\tthis.engine.history ('particle').push (this._statement);\n\t\tthis.engine.state ({\n\t\t\tparticles: this._statement\n\t\t});\n\t\treturn Promise.resolve ({ advance: true });\n\t}\n\n\trevert () {\n\t\tParticles.stop ();\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidRevert () {\n\t\tthis.engine.history ('particle').pop ();\n\t\treturn Promise.resolve ({ advance: true, step: true });\n\t}\n}\n\nParticles.id = 'Particles';\nParticles._configuration = {\n\tparticles: {}\n};\n\nexport default Particles;","import { Action } from './../lib/Action';\n\nexport class Pause extends Action {\n\n\tstatic matchString ([ action ]) {\n\t\treturn action === 'pause';\n\t}\n\n\tconstructor ([ action, type, media ]) {\n\t\tsuper ();\n\n\t\tthis.type = type;\n\t\tthis.media = media;\n\n\t\tif (typeof media === 'undefined') {\n\t\t\tthis.player = this.engine.mediaPlayers (type);\n\t\t} else {\n\t\t\tthis.player = this.engine.mediaPlayer (type, media);\n\t\t}\n\t}\n\n\tapply () {\n\t\tif (this.player) {\n\t\t\tif (this.player instanceof Array) {\n\t\t\t\tfor (const player of this.player) {\n\t\t\t\t\tplayer.pause ();\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tthis.player.pause ();\n\t\t\t}\n\t\t\treturn Promise.resolve ();\n\t\t}\n\t\treturn Promise.reject ();\n\t}\n\n\tdidApply () {\n\t\treturn Promise.resolve ({ advance: true });\n\t}\n\n\trevert () {\n\t\tif (this.player instanceof Array) {\n\t\t\tconst promises = [];\n\t\t\tfor (const player of this.player) {\n\t\t\t\tpromises.push (player.play ());\n\t\t\t}\n\t\t\treturn Promise.all (promises);\n\t\t} else {\n\t\t\treturn this.player.play ();\n\t\t}\n\t}\n\n\tdidRevert () {\n\t\treturn Promise.resolve ({ advance: true, step: true });\n\t}\n}\n\nPause.id = 'Pause';\n\nexport default Pause;","import { Action } from './../lib/Action';\nimport { Util } from '@aegis-framework/artemis';\n\nexport class Placeholder extends Action {\n\n\tstatic matchString ([ action ]) {\n\t\treturn action === '$';\n\t}\n\n\tconstructor ([action, name]) {\n\t\tsuper ();\n\n\t\tthis.name = name;\n\t\tthis.action = this.engine.$ (name);\n\t}\n\n\twillApply () {\n\t\tif (this.name.indexOf ('_') === 0) {\n\t\t\treturn Util.callAsync (this.action, this.engine).then ((action) => {\n\t\t\t\tthis.action = action;\n\t\t\t\treturn Promise.resolve ();\n\t\t\t});\n\t\t}\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tapply () {\n\t\treturn this.engine.run (this.action);\n\t}\n\n\trevert () {\n\t\treturn this.engine.revert (this.action);\n\t}\n}\n\nPlaceholder.id = 'Placeholder';\n\nexport default Placeholder;\n","import { Action } from './../lib/Action';\nimport { $_, Text } from '@aegis-framework/artemis';\n\nexport class Play extends Action {\n\n\tstatic shouldProceed ({ userInitiated, skip }) {\n\t\tif (userInitiated === false && skip === false) {\n\t\t\tconst voicePlayers = this.engine.mediaPlayers ('voice');\n\n\t\t\tfor (const player of voicePlayers) {\n\t\t\t\tif (!player.ended) {\n\t\t\t\t\treturn Promise.reject('Voice player still playing.');\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic willProceed () {\n\t\tPlay.shutUp ();\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic willRollback () {\n\t\tPlay.shutUp ();\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic setup () {\n\t\tthis.engine.history ('music');\n\t\tthis.engine.history ('sound');\n\t\tthis.engine.history ('voice');\n\t\tthis.engine.state ({\n\t\t\tmusic: [],\n\t\t\tsound: [],\n\t\t\tvoice: []\n\t\t});\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic init (selector) {\n\n\t\tconst mediaPlayers = Object.keys (this.engine.mediaPlayers ());\n\t\t// Set the volume of all the media components on the settings screen\n\t\tfor (const mediaType of mediaPlayers) {\n\t\t\tconst element = document.querySelector (`${selector} [data-target=\"${mediaType}\"]`);\n\t\t\tif (element !== null) {\n\t\t\t\telement.value = this.engine.preference ('Volume')[Text.capitalize (mediaType)];\n\t\t\t}\n\t\t}\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic bind (selector) {\n\t\tconst engine = this.engine;\n\n\t\t// Volume bars listeners\n\t\t$_(`${selector} [data-action=\"set-volume\"]`).on ('change mouseover', function () {\n\t\t\tconst target = this.dataset.target;\n\t\t\tconst value = this.value;\n\n\t\t\tif (target === 'video') {\n\t\t\t\t$_('[data-video]').each ((element) => {\n\t\t\t\t\telement.volume = value;\n\t\t\t\t});\n\t\t\t} else {\n\t\t\t\tconst players = engine.mediaPlayers (target);\n\n\t\t\t\tfor (const player of players) {\n\t\t\t\t\tplayer.volume = value;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tengine.preference ('Volume')[Text.capitalize (target)] = value;\n\n\t\t\tengine.preferences (engine.preferences (), true);\n\t\t});\n\n\t\tthis.engine.state ({\n\t\t\tmusic: [],\n\t\t\tsound: [],\n\t\t\tvoice: [],\n\t\t});\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic onLoad () {\n\t\tconst mediaPlayers = Object.keys (this.engine.mediaPlayers ());\n\t\tconst promises = [];\n\n\t\tfor (const mediaType of mediaPlayers) {\n\t\t\tconst state = this.engine.state (mediaType);\n\n\t\t\tif (typeof state !== 'undefined') {\n\t\t\t\tif (state.length > 0) {\n\t\t\t\t\tfor (const statement of state) {\n\t\t\t\t\t\tpromises.push (this.engine.run (statement, false));\n\t\t\t\t\t\t// TODO: Find a way to prevent the histories from filling up on loading\n\t\t\t\t\t\t// So there's no need for this pop.\n\t\t\t\t\t\tthis.engine.history (mediaType).pop ();\n\t\t\t\t\t\tthis.engine.state (mediaType).pop ();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif (promises.length > 0) {\n\t\t\treturn Promise.all (promises);\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic reset () {\n\n\t\tconst players = this.engine.mediaPlayers ();\n\n\t\t// Stop and remove all the media players\n\t\tfor (const playerType of Object.keys (players)) {\n\t\t\tthis.engine.removeMediaPlayer (playerType);\n\t\t}\n\n\t\tthis.engine.state ({\n\t\t\tmusic: [],\n\t\t\tsound: [],\n\t\t\tvoice: []\n\t\t});\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic matchString ([ action ]) {\n\t\treturn action === 'play';\n\t}\n\n\t// Stop the voice player\n\tstatic shutUp () {\n\t\tconst players = this.engine.mediaPlayers ('voice', true);\n\t\tfor (const media of Object.keys (players)) {\n\t\t\tthis.engine.removeMediaPlayer ('voice', media);\n\t\t}\n\n\t\tthis.engine.state ({ voice : [] });\n\t}\n\n\t/**\n\t * Prepare the needed values to run the fade function on the given player\n\t *\n\t * @param {string} fadeTime - The time it will take the audio to reach it's maximum audio\n\t * @param {Audio} player - The Audio object to modify\n\t *\n\t * @return {Promise} - This promise will resolve once the fadeIn has ended\n\t */\n\tstatic fadeIn (fadeTime, player) {\n\t\tconst time = parseFloat (fadeTime.match (/\\d*(\\.\\d*)?/));\n\t\tconst increments = time / 0.1;\n\t\tconst maxVolume = player.volume * 100;\n\n\t\tconst volume = (maxVolume / increments) / maxVolume;\n\n\t\tconst interval = (1000 * time) / increments;\n\n\t\tconst expected = Date.now () + interval;\n\n\t\tplayer.volume = 0;\n\n\t\tplayer.dataset.fade = 'in';\n\t\tplayer.dataset.maxVolume = maxVolume;\n\n\t\treturn new Promise ((resolve, reject) => {\n\t\t\tsetTimeout (() => {\n\t\t\t\tPlay.fade (player, volume, interval, expected, resolve);\n\t\t\t}, interval);\n\t\t});\n\t}\n\n\t/**\n\t * Fade the player's audio on small iterations until it reaches the maximum value for it\n\t *\n\t * @param {Audio} player The Audio player to which the audio will fadeIn\n\t * @param {number} volume The amount to increase the volume on each iteration\n\t * @param {number} interval The time in milliseconds between each iteration\n\t * @param {Date} expected The expected time the next iteration will happen\n\t * @param {function} resolve The resolve function of the promise returned by the fadeIn function\n\t *\n\t * @return {void}\n\t */\n\tstatic fade (player, volume, interval, expected, resolve) {\n\t\tconst now = Date.now () - expected; // the drift (positive for overshooting)\n\n\t\tif (now > interval) {\n\t\t\t// something really bad happened. Maybe the browser (tab) was inactive?\n\t\t\t// possibly special handling to avoid futile \"catch up\" run\n\t\t}\n\n\t\tif (player.volume !== 1 && player.dataset.fade === 'in') {\n\t\t\tif (player.volume + volume > 1) {\n\t\t\t\tplayer.volume = 1;\n\t\t\t\tdelete player.dataset.fade;\n\t\t\t\tresolve ();\n\t\t\t} else {\n\t\t\t\tplayer.volume += volume;\n\t\t\t\texpected += interval;\n\t\t\t\tsetTimeout (() => {\n\t\t\t\t\tPlay.fade (player, volume, interval, expected, resolve);\n\t\t\t\t}, Math.max (0, interval - now)); // take into account drift\n\t\t\t}\n\t\t}\n\t}\n\n\tconstructor ([ action, type, media, ...props ]) {\n\t\tsuper ();\n\t\tthis.type = type;\n\n\t\tif (this.type === 'music') {\n\t\t\tthis.directory = this.type;\n\t\t} else {\n\t\t\t// Directories are always plural so we need to add an \"s\"\n\t\t\tthis.directory = this.type + 's';\n\t\t}\n\n\t\tthis.mediaKey = media;\n\t\tthis.props = props;\n\n\t\tthis.mediaVolume = this.engine.preference ('Volume')[Text.capitalize (this.type)];\n\n\t\t// Check if a media was defined or just a `play music` was stated\n\t\tif (typeof media !== 'undefined' && media !== 'with') {\n\t\t\tif (typeof this.engine.asset (this.directory, media) !== 'undefined') {\n\t\t\t\tthis.media = this.engine.asset (this.directory, media);\n\t\t\t} else {\n\t\t\t\tthis.media = media;\n\t\t\t}\n\n\t\t\tlet player = this.engine.mediaPlayer (this.type, this.mediaKey);\n\t\t\tif (typeof player === 'undefined') {\n\t\t\t\tplayer = new Audio ();\n\t\t\t\tplayer.volume = this.mediaVolume;\n\t\t\t\tthis.player = this.engine.mediaPlayer (this.type, this.mediaKey, player);\n\t\t\t} else {\n\t\t\t\tthis.player = player;\n\t\t\t}\n\t\t} else {\n\t\t\tthis.player = this.engine.mediaPlayer (this.type);\n\t\t}\n\t}\n\n\twillApply () {\n\t\tif (this.player instanceof Audio) {\n\t\t\tthis.player.loop = false;\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\tapply () {\n\t\tif (this.player) {\n\t\t\t// Check if the audio should have a fade time\n\t\t\tconst fadePosition = this.props.indexOf ('fade');\n\n\t\t\tif (this.player instanceof Audio) {\n\t\t\t\t// Make the audio loop if it was provided as a prop\n\t\t\t\tif (this.props.indexOf ('loop') > -1) {\n\t\t\t\t\tthis.player.loop = true;\n\t\t\t\t}\n\n\t\t\t\tif (this.props.indexOf ('volume') > -1) {\n\t\t\t\t\tthis.player.volume = (parseInt (this.props[this.props.indexOf ('volume') + 1]) * this.mediaVolume) / 100;\n\t\t\t\t}\n\n\t\t\t\tthis.player.src = `${this.engine.setting ('AssetsPath').root}/${this.engine.setting('AssetsPath')[this.directory]}/${this.media}`;\n\n\t\t\t\tthis.engine.history (this.type).push (this._statement);\n\n\t\t\t\tconst state = {};\n\t\t\t\tstate[this.type] = [...this.engine.state (this.type), this._statement];\n\t\t\t\tthis.engine.state (state);\n\n\t\t\t\tthis.player.onended = () => {\n\t\t\t\t\tconst endState = {};\n\t\t\t\t\tendState[this.type] = this.engine.state (this.type).filter ((s) => s !== this._statement);\n\t\t\t\t\tthis.engine.state (endState);\n\t\t\t\t\tthis.engine.removeMediaPlayer (this.type, this.mediaKey);\n\t\t\t\t};\n\n\t\t\t\tif (fadePosition > -1) {\n\t\t\t\t\tPlay.fadeIn (this.props[fadePosition + 1], this.player);\n\t\t\t\t}\n\n\t\t\t\treturn this.player.play ();\n\t\t\t} else if (this.player instanceof Array) {\n\t\t\t\tconst promises = [];\n\t\t\t\tfor (const player of this.player) {\n\t\t\t\t\tif (player.paused && !player.ended) {\n\t\t\t\t\t\tif (fadePosition > -1) {\n\t\t\t\t\t\t\tPlay.fadeIn (this.props[fadePosition + 1], player);\n\t\t\t\t\t\t}\n\t\t\t\t\t\tpromises.push (player.play ());\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn Promise.all (promises);\n\t\t\t}\n\t\t}\n\t\treturn Promise.reject('An error occurred, you probably have a typo on the media you want to play.');\n\t}\n\n\tdidApply () {\n\t\treturn Promise.resolve ({ advance: true });\n\t}\n\n\trevert () {\n\t\tif (typeof this.mediaKey !== 'undefined') {\n\t\t\tthis.engine.removeMediaPlayer (this.type, this.mediaKey);\n\n\t\t\tthis.engine.history (this.type).pop ();\n\n\t\t\tconst state = {};\n\t\t\tstate[this.type] = this.engine.state (this.type).filter ((m) => m !== this._statement);\n\t\t\tthis.engine.state (state);\n\t\t} else {\n\t\t\tfor (const player of this.player) {\n\t\t\t\tif (!player.paused && !player.ended) {\n\t\t\t\t\tplayer.pause ();\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidRevert () {\n\t\treturn Promise.resolve ({ advance: true, step: true });\n\t}\n}\n\nPlay.id = 'Play';\n\nexport default Play;","import { $_ } from '@aegis-framework/artemis';\nimport { Action } from './../lib/Action';\n\nexport class Scene extends Action {\n\n\tstatic setup () {\n\t\tthis.engine.history ('scene');\n\t\tthis.engine.history ('sceneElements');\n\t\tthis.engine.history ('sceneState');\n\n\t\tthis.engine.state ({\n\t\t\tscene: ''\n\t\t});\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic onLoad () {\n\t\tconst sceneState = this.engine.history ('sceneState');\n\t\tconst sceneElements = this.engine.history ('sceneElements');\n\n\t\tif (sceneState.length !== sceneElements.length) {\n\t\t\tconst states = sceneElements.map ((elements) => {\n\t\t\t\tif (elements.length > 0) {\n\t\t\t\t\treturn {\n\t\t\t\t\t\tcharacters: elements.filter(element => element.indexOf ('data-character=') > -1).map ((element) => {\n\t\t\t\t\t\t\tconst div = document.createElement ('div');\n\t\t\t\t\t\t\tdiv.innerHTML = element;\n\t\t\t\t\t\t\tconst image = $_(div.firstChild);\n\t\t\t\t\t\t\tconst classes = image.get(0).classList.toString ().replace ('animated', '').trim ();\n\t\t\t\t\t\t\treturn `show character ${image.data('character')} ${image.data('sprite')}${ classes.length > 0 ? ` with ${classes}`: ''}`;\n\t\t\t\t\t\t}),\n\t\t\t\t\t\timages: elements.filter(element => element.indexOf ('data-image=') > -1).map ((element) => {\n\t\t\t\t\t\t\tconst div = document.createElement ('div');\n\t\t\t\t\t\t\tdiv.innerHTML = element;\n\t\t\t\t\t\t\tconst image = $_(div.firstChild);\n\t\t\t\t\t\t\tconst classes = image.get(0).classList.toString ().replace ('animated', '').trim ();\n\t\t\t\t\t\t\treturn `show image ${image.data('image')}${ classes.length > 0 ? ` with ${classes}`: ''}`;\n\t\t\t\t\t\t}),\n\t\t\t\t\t};\n\t\t\t\t}\n\n\t\t\t\treturn {\n\t\t\t\t\tcharacters: [],\n\t\t\t\t\timages: []\n\t\t\t\t};\n\t\t\t});\n\n\t\t\tfor (const state of states) {\n\t\t\t\tthis.engine.history ('sceneState').push (state);\n\t\t\t}\n\t\t}\n\n\t\tconst { scene } = this.engine.state ();\n\t\tif (scene !== '') {\n\t\t\tconst promise = this.engine.run (scene, false);\n\t\t\t// TODO: Find a way to prevent the histories from filling up on loading\n\t\t\t// So there's no need for this pop.\n\t\t\tthis.engine.history ('scene').pop ();\n\n\t\t\treturn promise;\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic reset () {\n\t\tthis.engine.state ({\n\t\t\tscene: ''\n\t\t});\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic matchString ([ show, type ]) {\n\t\treturn show === 'show' && type === 'scene';\n\t}\n\n\tconstructor ([ show, type, scene, ...classes ]) {\n\t\tsuper ();\n\t\tthis.scene = scene;\n\t}\n\n\twillApply () {\n\t\treturn Promise.resolve ();\n\t}\n\n\tapply () {\n\t\tconst scene_elements = [];\n\n\t\tthis.engine.element ().find ('[data-screen=\"game\"] img:not([data-ui=\"face\"]):not([data-visibility=\"invisible\"])').each ((element) => {\n\t\t\tscene_elements.push (element.outerHTML);\n\t\t});\n\n\t\tconst restoringState = this.engine.global ('_restoring_state');\n\n\t\treturn this.engine.run (this._statement.replace('show scene', 'show background'), false).then(() => {\n\t\t\t// Check if the engine is no loading a save file, since loading a file applies the actions on that state\n\t\t\t// asynchronously, there's a chance this would run after a show image/character action and would remove them\n\t\t\t// from the scene, which is something we don't want\n\t\t\tif (restoringState === false) {\n\t\t\t\tthis.engine.history ('sceneElements').push (scene_elements);\n\n\t\t\t\tthis.engine.history ('sceneState').push ({\n\t\t\t\t\tcharacters: this.engine.state ('characters'),\n\t\t\t\t\timages: this.engine.state ('images')\n\t\t\t\t});\n\n\t\t\t\tthis.engine.state ({\n\t\t\t\t\tcharacters: [],\n\t\t\t\t\timages: []\n\t\t\t\t});\n\n\t\t\t\tthis.engine.element ().find ('[data-character]').remove ();\n\t\t\t\tthis.engine.element ().find ('[data-image]').remove ();\n\t\t\t}\n\n\t\t\treturn Promise.resolve ();\n\t\t});\n\t}\n\n\tdidApply () {\n\n\t\tthis.engine.state ({\n\t\t\tscene: this._statement\n\t\t});\n\n\t\tthis.engine.history ('scene').push (this._statement);\n\n\n\t\tif (this.engine.global ('_restoring_state') === false) {\n\t\t\tthis.engine.action ('Dialog').reset ();\n\t\t}\n\n\t\treturn Promise.resolve ({ advance: true });\n\t}\n\n\twillRevert () {\n\t\tthis.engine.element ().find ('[data-character]').remove ();\n\t\tthis.engine.element ().find ('[data-image]').remove ();\n\t\treturn Promise.resolve ();\n\t}\n\n\trevert () {\n\t\treturn this.engine.revert (this._statement.replace('show scene', 'show background'), false, false).then(() => {\n\t\t\t//this.engine.history ('scene').pop ();\n\n\t\t\tif (this.engine.history ('scene').length > 0) {\n\t\t\t\tconst last = this.engine.history ('scene')[this.engine.history ('scene').length - 1];\n\n\t\t\t\tthis.engine.state ({\n\t\t\t\t\tscene: last\n\t\t\t\t});\n\n\t\t\t\tif (this.engine.history ('sceneElements').length > 0) {\n\t\t\t\t\tconst scene_elements = this.engine.history ('sceneElements').pop ();\n\n\t\t\t\t\tif (typeof scene_elements === 'object') {\n\t\t\t\t\t\tfor (const element of scene_elements) {\n\t\t\t\t\t\t\tthis.engine.element ().find ('[data-screen=\"game\"]').append (element);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tif (this.engine.history ('sceneState').length > 0) {\n\t\t\t\t\tconst scene_state = this.engine.history ('sceneState').pop ();\n\n\t\t\t\t\tif (typeof scene_state === 'object') {\n\t\t\t\t\t\tthis.engine.state (scene_state);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn this.engine.action ('Dialog').reset ();\n\t\t\t}\n\t\t});\n\t}\n\n\tdidRevert () {\n\t\treturn Promise.resolve ({ advance: true, step: true });\n\t}\n}\n\nScene.id = 'Scene';\n\nexport default Scene;","import { Action } from './../lib/Action';\nimport { Text } from '@aegis-framework/artemis';\n\nexport class ShowBackground extends Action {\n\n\tstatic setup () {\n\t\tthis.engine.history ('background');\n\n\t\tthis.engine.state ({\n\t\t\tbackground: ''\n\t\t});\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic onLoad () {\n\t\tconst { background, scene } = this.engine.state ();\n\t\tif (background !== '' && scene === '') {\n\t\t\tconst promise = this.engine.run (background, false);\n\t\t\t// TODO: Find a way to prevent the histories from filling up on loading\n\t\t\t// So there's no need for this pop.\n\t\t\tthis.engine.history ('background').pop ();\n\n\t\t\treturn promise;\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic reset () {\n\t\tconst background = this.engine.element ().find ('[data-ui=\"background\"]');\n\n\t\tbackground.style ('background-image', 'initial');\n\t\tbackground.style ('background-color', 'initial');\n\n\t\tthis.engine.state ({\n\t\t\tbackground: ''\n\t\t});\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic matchString ([ show, type ]) {\n\t\treturn show === 'show' && type === 'background';\n\t}\n\n\tconstructor ([ show, type, background, ...classes ]) {\n\t\tsuper ();\n\t\tthis.background = background;\n\t\tthis.property = 'background-image';\n\t\tif (typeof this.engine.asset ('scenes', background) !== 'undefined') {\n\t\t\tthis.value = `url(${this.engine.setting ('AssetsPath').root}/${this.engine.setting ('AssetsPath').scenes}/${this.engine.asset ('scenes', background)})`;\n\t\t} else {\n\t\t\tconst rest = [background, ...classes].join (' ');\n\t\t\tif (classes.indexOf ('with') > -1) {\n\t\t\t\tthis.value = Text.prefix ('with', rest);\n\t\t\t} else {\n\t\t\t\tthis.value = rest;\n\t\t\t}\n\n\t\t\tconst isColorProperty = ['#', 'rgb', 'hsl'].findIndex ((color) => {\n\t\t\t\treturn this.value.indexOf (color) === 0;\n\t\t\t}) > -1;\n\n\t\t\tconst isNamed = this.value.indexOf (' ') > -1 ? false : new RegExp(/\\w+/).test (this.value) && !(new RegExp (/(url|gradient)\\(/).test (this.value));\n\n\t\t\tif (isColorProperty === true || isNamed === true) {\n\t\t\t\tthis.property = 'background-color';\n\t\t\t}\n\t\t}\n\n\t\tif (typeof classes !== 'undefined') {\n\t\t\tthis.classes = ['animated', ...classes];\n\t\t} else {\n\t\t\tthis.classes = [];\n\t\t}\n\t}\n\n\twillApply () {\n\t\tconst background = this.engine.element ().find ('[data-ui=\"background\"]');\n\n\t\tbackground.removeClass ();\n\t\tvoid background.get (0).offsetWidth;\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tapply () {\n\t\tconst background = this.engine.element ().find ('[data-ui=\"background\"]');\n\n\t\tthis.engine.element ().find ('[data-ui=\"background\"]').style ('background-image', 'initial');\n\t\tthis.engine.element ().find ('[data-ui=\"background\"]').style ('background-color', 'initial');\n\t\tthis.engine.element ().find ('[data-ui=\"background\"]').style ('animation-duration', '');\n\n\t\tthis.engine.element ().find ('[data-ui=\"background\"]').style (this.property, this.value);\n\n\t\tconst durationPosition = this.classes.indexOf ('duration');\n\n\t\tif (durationPosition > -1) {\n\t\t\tbackground.style ('animation-duration', this.classes[durationPosition + 1]);\n\t\t}\n\n\t\tfor (const newClass of this.classes) {\n\t\t\tbackground.addClass (newClass);\n\t\t}\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidApply () {\n\t\tthis.engine.state ({\n\t\t\tbackground: this._statement\n\t\t});\n\t\tthis.engine.history ('background').push (this._statement);\n\n\t\treturn Promise.resolve ({ advance: true });\n\t}\n\n\twillRevert () {\n\t\tthis.engine.element ().find ('[data-ui=\"background\"]').removeClass ();\n\t\treturn Promise.resolve ();\n\t}\n\n\trevert () {\n\t\tlet history = this.engine.history ('background');\n\n\t\thistory.pop ();\n\n\t\tif (history.length === 0) {\n\t\t\thistory = this.engine.history ('scene');\n\t\t\thistory.pop ();\n\t\t}\n\n\t\tif (history.length > 0) {\n\t\t\tconst background = this.engine.element ().find ('[data-ui=\"background\"]');\n\t\t\tconst last = history[history.length - 1].replace ('show scene', 'show background');\n\t\t\tthis.constructor (last.split (' '));\n\n\t\t\tbackground.style ('background-image', 'initial');\n\t\t\tbackground.style ('background-color', 'initial');\n\t\t\tbackground.style (this.property, this.value);\n\n\t\t\tfor (const newClass of this.classes) {\n\t\t\t\tbackground.addClass (newClass);\n\t\t\t}\n\n\t\t\tthis.engine.state ({\n\t\t\t\tbackground: last\n\t\t\t});\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidRevert () {\n\t\treturn Promise.resolve ({ advance: true, step: true });\n\t}\n}\n\nShowBackground.id = 'Show::Background';\n\nexport default ShowBackground;","import { Action } from './../lib/Action';\nimport { $_ } from '@aegis-framework/artemis';\n\nexport class ShowCharacter extends Action {\n\n\tstatic setup () {\n\t\t// The character history saves what characters have been displayed\n\t\tthis.engine.history ('character');\n\n\t\t// The characters state variable holds what characters are being shown\n\t\t// right now\n\t\tthis.engine.state ({\n\t\t\tcharacters: []\n\t\t});\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic reset () {\n\t\tthis.engine.element ().find ('[data-screen=\"game\"] [data-character]').remove ();\n\n\t\tthis.engine.state ({\n\t\t\tcharacters: []\n\t\t});\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic onLoad () {\n\t\tconst { characters } = this.engine.state ();\n\t\tconst promises = [];\n\n\t\tfor (const item of characters) {\n\t\t\tpromises.push (this.engine.run (item, false));\n\t\t\t// TODO: Find a way to prevent the histories from filling up on loading\n\t\t\t// So there's no need for this pop.\n\t\t\tthis.engine.history ('character').pop ();\n\t\t}\n\n\t\tif (promises.length > 0) {\n\t\t\treturn Promise.all (promises);\n\t\t}\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic matchString ([ show, type ]) {\n\t\treturn show === 'show' && type === 'character';\n\t}\n\n\tconstructor ([ show, type, asset, sprite, ...classes ]) {\n\t\tsuper ();\n\t\tthis.asset = asset;\n\n\t\tif (typeof this.engine.character (asset) !== 'undefined') {\n\t\t\t// show [character] [expression] at [position] with [animation] [infinite]\n\t\t\tthis.sprite = sprite;\n\n\t\t\tthis.character = this.engine.character (asset);\n\t\t\tthis.image = this.character.sprites[this.sprite];\n\n\t\t\tif (typeof classes !== 'undefined') {\n\t\t\t\tthis.classes = ['animated', ...classes.filter ((item) => item !== 'at' && item !== 'with')];\n\t\t\t} else {\n\t\t\t\tthis.classes = [];\n\t\t\t}\n\n\t\t} else {\n\t\t\t// TODO: Add Fancy Error when the specified character does not exist\n\t\t}\n\t}\n\n\tapply () {\n\n\t\t// show [character] [expression] at [position] with [animation] [infinite]\n\t\t// 0 1 2 3 4 5 6 7\n\n\t\t// show [character] [expression] with [animation] [infinite]\n\t\t// 0 1 2 3 4 5\n\n\t\t// show [character] [expression]\n\t\t// 0 1 2\n\n\t\tlet directory = this.character.directory;\n\t\tif (typeof directory == 'undefined') {\n\t\t\tdirectory = '';\n\t\t} else {\n\t\t\tdirectory += '/';\n\t\t}\n\n\t\tlet oneSpriteOnly = true;\n\n\t\tconst sprite = this.engine.element ().find (`[data-character=\"${this.asset}\"]`);\n\n\t\tif (sprite.isVisible ()) {\n\t\t\tconst oldClasses = [...sprite.get(0).classList];\n\n\t\t\t// Check if there is any end-animation, here's what this matches:\n\t\t\t// 'end-fadeIn'.match (/end-([A-Za-z]+)/) => [ \"end-fadeIn\", \"fadeIn\" ]\n\t\t\tconst endAnimation = oldClasses.find(c => c.match (/end-([A-Za-z]+)/) !== null);\n\n\t\t\tif (typeof endAnimation !== 'undefined') {\n\t\t\t\t// If there was, get the animation-only part\n\t\t\t\tconst [end, animation] = endAnimation.split('-');\n\t\t\t\tconst watchAnimation = oldClasses[oldClasses.indexOf(endAnimation) - 1];\n\t\t\t\tsprite.removeClass (watchAnimation);\n\t\t\t\tsprite.addClass (animation);\n\t\t\t\tsprite.on ('animationend', (e) => {\n\t\t\t\t\te.target.remove ();\n\t\t\t\t});\n\n\t\t\t\toneSpriteOnly = false;\n\t\t\t}\n\n\t\t\tfor (const oldClass of oldClasses) {\n\t\t\t\tif (this.classes.indexOf (oldClass) === -1) {\n\t\t\t\t\tsprite.removeClass (oldClass);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tconst imgSrc = `${this.engine.setting ('AssetsPath').root}/${this.engine.setting ('AssetsPath').characters}/${directory}`;\n\n\t\tif (oneSpriteOnly && sprite.isVisible ()) {\n\t\t\tsprite.attribute ('src', `${imgSrc}${this.image}`);\n\t\t\tsprite.data ('sprite', this.sprite);\n\n\t\t\tfor (const className of this.classes) {\n\t\t\t\tif (className) {\n\t\t\t\t\tsprite.addClass (className);\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tconst durationPosition = this.classes.indexOf ('duration');\n\t\t\tif (durationPosition > -1) {\n\t\t\t\tsprite.style ('animation-duration', this.classes[durationPosition + 1]);\n\t\t\t} else {\n\t\t\t\tsprite.style ('animation-duration', '');\n\t\t\t}\n\n\t\t\tconst transitionPosition = this.classes.indexOf ('transition');\n\n\t\t\tif (transitionPosition > -1) {\n\t\t\t\tsprite.style ('transition-duration', this.classes[transitionPosition + 1]);\n\t\t\t} else {\n\t\t\t\tsprite.style ('transition-duration', '');\n\t\t\t}\n\n\t\t\tsprite.data ('sprite', this.sprite);\n\t\t} else {\n\t\t\tlet image;\n\t\t\tif (typeof this.image === 'string') {\n\t\t\t\timage = document.createElement ('img');\n\t\t\t\t$_(image).attribute ('src', `${imgSrc}${this.image}`);\n\t\t\t\t$_(image).addClass ('animated');\n\t\t\t\t$_(image).data ('character', this.asset);\n\t\t\t\t$_(image).data ('sprite', this.sprite);\n\t\t\t} else {\n\t\t\t\timage = document.createElement ('character-sprite');\n\n\t\t\t\timage.setProps({\n\t\t\t\t\tlayers: this.character.layers,\n\t\t\t\t\tdirectory: imgSrc,\n\t\t\t\t});\n\n\t\t\t\timage.setState({\n\t\t\t\t\tlayers: this.image,\n\t\t\t\t});\n\n\t\t\t\t$_(image).addClass ('animated');\n\t\t\t\t$_(image).data ('character', this.asset);\n\t\t\t\t$_(image).data ('sprite', this.sprite);\n\t\t\t}\n\n\t\t\tfor (const className of this.classes) {\n\t\t\t\tif (className) {\n\t\t\t\t\timage.classList.add (className);\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tconst durationPosition = this.classes.indexOf ('duration');\n\t\t\tif (durationPosition > -1) {\n\t\t\t\t$_(image).style ('animation-duration', this.classes[durationPosition + 1]);\n\t\t\t}\n\n\t\t\tthis.engine.element ().find ('[data-screen=\"game\"] [data-content=\"visuals\"]').append (image);\n\t\t}\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidApply () {\n\t\tthis.engine.history ('character').push (this._statement);\n\t\tthis.engine.state ({\n\t\t\tcharacters: [\n\t\t\t\t...this.engine.state ('characters').filter ((item) => {\n\t\t\t\t\tif (item !== null && typeof item !== 'undefined') {\n\t\t\t\t\t\tconst [show, character, asset, sprite] = item.split (' ');\n\t\t\t\t\t\treturn asset !== this.asset;\n\t\t\t\t\t}\n\t\t\t\t\treturn false;\n\t\t\t\t}),\n\t\t\t\tthis._statement\n\t\t\t]\n\t\t});\n\t\treturn Promise.resolve ({ advance: true });\n\t}\n\n\trevert () {\n\t\tthis.engine.element ().find (`[data-character=\"${this.asset}\"]`).remove ();\n\n\t\tfor (let i = this.engine.history ('character').length - 1; i >= 0; i--) {\n\t\t\tconst last = this.engine.history ('character')[i];\n\t\t\tconst [show, character, asset, name] = last.split (' ');\n\t\t\tif (asset === this.asset) {\n\t\t\t\tthis.engine.history ('character').splice (i, 1);\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t\tfor (let i = this.engine.history ('character').length - 1; i >= 0; i--) {\n\t\t\tconst last = this.engine.history ('character')[i];\n\t\t\tconst [show, character, asset, name] = last.split (' ');\n\n\t\t\tif (asset === this.asset) {\n\t\t\t\tthis.constructor (last.split (' '));\n\t\t\t\tthis.apply ();\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidRevert () {\n\t\treturn Promise.resolve ({ advance: true, step: true });\n\t}\n}\n\nShowCharacter.id = 'Show::Character';\n\nexport default ShowCharacter;\n","import { Action } from './../lib/Action';\nimport { $_ } from '@aegis-framework/artemis';\n\nexport class ShowImage extends Action {\n\n\tstatic setup () {\n\t\tthis.engine.history ('image');\n\t\tthis.engine.state ({\n\t\t\timages: []\n\t\t});\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic reset () {\n\t\tthis.engine.element ().find ('[data-screen=\"game\"] [data-image]').remove ();\n\n\t\tthis.engine.state ({\n\t\t\timages: []\n\t\t});\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic onLoad () {\n\t\tconst { images } = this.engine.state ();\n\t\tconst promises = [];\n\n\t\tfor (const item of images) {\n\t\t\tpromises.push (this.engine.run (item, false));\n\t\t\t// TODO: Find a way to prevent the histories from filling up on loading\n\t\t\t// So there's no need for this pop.\n\t\t\tthis.engine.history ('image').pop ();\n\t\t\tthis.engine.state ('images').shift ();\n\t\t}\n\n\t\tif (promises.length > 0) {\n\t\t\treturn Promise.all (promises);\n\t\t}\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic matchString ([ show, type ]) {\n\t\treturn show === 'show' && type === 'image';\n\t}\n\n\tconstructor ([ show, type, asset, ...props ]) {\n\t\tsuper ();\n\t\tthis.asset = asset;\n\n\t\tthis.classes = (' ' + props.join (' ')).replace(' at ', ' ').replace (' with ', ' ').trim ().split (' ');\n\n\t\tif (typeof this.engine.asset ('images', asset) !== 'undefined') {\n\t\t\tthis.image = this.engine.asset ('images', asset);\n\t\t} else {\n\t\t\tthis.image = asset;\n\t\t}\n\t}\n\n\tapply () {\n\n\t\tconst image = document.createElement ('img');\n\t\t$_(image).attribute ('src', `${this.engine.setting ('AssetsPath').root}/${this.engine.setting ('AssetsPath').images}/${this.image}`);\n\t\t$_(image).addClass ('animated');\n\t\t$_(image).data ('image', this.asset);\n\n\t\tfor (const className of this.classes) {\n\t\t\tif (className) {\n\t\t\t\t$_(image).addClass (className);\n\t\t\t}\n\t\t}\n\n\t\tconst durationPosition = this.classes.indexOf ('duration');\n\n\t\tif (durationPosition > -1) {\n\t\t\t$_(image).style ('animation-duration', this.classes[durationPosition + 1]);\n\t\t}\n\n\t\tthis.engine.element ().find ('[data-screen=\"game\"] [data-content=\"visuals\"]').append (image.outerHTML);\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidApply () {\n\t\tthis.engine.history ('image').push (this._statement);\n\t\tthis.engine.state ({\n\t\t\timages: [this._statement, ...this.engine.state ('images')]\n\t\t});\n\t\treturn Promise.resolve ({ advance: true });\n\t}\n\n\trevert () {\n\t\tthis.engine.element ().find (`[data-image=\"${this.asset}\"]`).remove ();\n\t\tthis.engine.history ('image').pop ();\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidRevert () {\n\t\treturn Promise.resolve ({ advance: true, step: true });\n\t}\n}\n\nShowImage.id = 'Show::Image';\n\nexport default ShowImage;","import { Action } from './../lib/Action';\n\nexport class Stop extends Action {\n\n\tstatic matchString ([ action ]) {\n\t\treturn action === 'stop';\n\t}\n\n\t/**\n\t * Prepare the needed values to run the fade function on the given player\n\t *\n\t * @param {string} fadeTime - The time it will take the audio to reach 0\n\t * @param {Audio} player - The Audio object to modify\n\t *\n\t * @return {Promise} - This promise will resolve once the fadeOut has ended\n\t */\n\tstatic fadeOut (fadeTime, player) {\n\t\tconst time = parseFloat (fadeTime.match (/\\d*(\\.\\d*)?/));\n\n\t\tconst increments = time / 0.1;\n\t\tlet maxVolume = parseFloat (player.dataset.maxVolume);\n\n\t\tif (isNaN(maxVolume)) {\n\t\t\tmaxVolume = player.volume * 100;\n\t\t}\n\n\t\tconst volume = (maxVolume / increments) / maxVolume;\n\n\t\tconst interval = (1000 * time) / increments;\n\n\t\tconst expected = Date.now () + interval;\n\n\t\tplayer.dataset.fade = 'out';\n\n\t\treturn new Promise ((resolve, reject) => {\n\t\t\tsetTimeout (() => {\n\t\t\t\tStop.fade (player, volume, interval, expected, resolve);\n\t\t\t}, interval);\n\t\t});\n\t}\n\n\t/**\n\t * Fade the player's audio on small iterations until it reaches 0\n\t *\n\t * @param {Audio} player The Audio player to which the audio will fadeOut\n\t * @param {number} volume The amount to decrease the volume on each iteration\n\t * @param {number} interval The time in milliseconds between each iteration\n\t * @param {Date} expected The expected time the next iteration will happen\n\t * @param {function} resolve The resolve function of the promise returned by the fadeOut function\n\t *\n\t * @return {void}\n\t */\n\tstatic fade (player, volume, interval, expected, resolve) {\n\t\tconst now = Date.now () - expected; // the drift (positive for overshooting)\n\n\t\tif (now > interval) {\n\t\t\t// something really bad happened. Maybe the browser (tab) was inactive?\n\t\t\t// possibly special handling to avoid futile \"catch up\" run\n\t\t}\n\n\t\tif (player.volume !== 0 && player.dataset.fade === 'out') {\n\t\t\tif ((player.volume - volume) < 0) {\n\t\t\t\tresolve ();\n\t\t\t} else {\n\t\t\t\tplayer.volume -= volume;\n\t\t\t\texpected += interval;\n\t\t\t\tsetTimeout (() => {\n\t\t\t\t\tStop.fade (player, volume, interval, expected, resolve);\n\t\t\t\t}, Math.max (0, interval - now)); // take into account drift\n\t\t\t}\n\t\t}\n\t}\n\n\tconstructor ([ action, type, media, ...props ]) {\n\t\tsuper ();\n\n\t\tthis.type = type;\n\t\tthis.media = media;\n\t\tthis.props = props;\n\n\t\tif (typeof media === 'undefined' || media === 'with') {\n\t\t\tthis.player = this.engine.mediaPlayers (type);\n\t\t} else {\n\t\t\tthis.player = this.engine.mediaPlayer (type, media);\n\t\t}\n\t}\n\n\twillApply () {\n\t\tif (this.player) {\n\t\t\tif (typeof this.player === 'object' && !(this.player instanceof Audio)) {\n\t\t\t\tfor (const player of Object.values (this.player)) {\n\t\t\t\t\tplayer.loop = false;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tthis.player.loop = false;\n\t\t\t}\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\tapply () {\n\t\tif (this.player) {\n\t\t\t// Check if the audio should have a fade time\n\t\t\tconst fadePosition = this.props.indexOf ('fade');\n\n\t\t\tif (typeof this.player === 'object' && !(this.player instanceof Audio)) {\n\t\t\t\tif (fadePosition > -1) {\n\t\t\t\t\tfor (const player of this.player) {\n\t\t\t\t\t\tStop.fadeOut (this.props[fadePosition + 1], player).then (() => {\n\t\t\t\t\t\t\tthis.engine.removeMediaPlayer (this.type, player.dataset.key);\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\tthis.engine.removeMediaPlayer (this.type);\n\t\t\t\t}\n\t\t\t} else {\n\n\t\t\t\tif (fadePosition > -1) {\n\t\t\t\t\tStop.fadeOut (this.props[fadePosition + 1], this.player).then (() => {\n\t\t\t\t\t\tthis.engine.removeMediaPlayer (this.type, this.media);\n\t\t\t\t\t});\n\t\t\t\t} else {\n\t\t\t\t\tthis.engine.removeMediaPlayer (this.type, this.mediaKey);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidApply () {\n\t\tconst state = {};\n\n\t\tif (typeof this.media !== 'undefined') {\n\t\t\tstate[this.type] = this.engine.state (this.type).filter ((m) => m.indexOf (`play ${this.type} ${this.media}`) <= -1);\n\t\t} else {\n\t\t\tthis.engine.history (this.type).push (this.engine.state (this.type));\n\t\t\tstate[this.type] = [];\n\t\t}\n\n\t\tthis.engine.state (state);\n\n\t\treturn Promise.resolve ({ advance: true });\n\t}\n\n\trevert () {\n\t\tif (typeof this.media !== 'undefined') {\n\t\t\tconst last = [...this.engine.history (this.type)].reverse ().find ((m) => m.indexOf (`play ${this.type} ${this.media}`) > -1);\n\n\t\t\tif (typeof last !== 'undefined') {\n\t\t\t\tconst promise = this.engine.run (last, false).then (() => {\n\t\t\t\t\tthis.engine.history (this.type).pop ();\n\t\t\t\t\treturn Promise.resolve ();\n\t\t\t\t});\n\n\t\t\t\treturn promise;\n\t\t\t}\n\n\t\t} else {\n\t\t\tconst statements = this.engine.history (this.type).pop ();\n\n\t\t\tconst promises = [];\n\t\t\tfor (const statement of statements) {\n\t\t\t\tpromises.push (this.engine.run (statement, false).then (() => {\n\t\t\t\t\tthis.engine.history (this.type).pop ();\n\t\t\t\t\treturn Promise.resolve ();\n\t\t\t\t}));\n\t\t\t}\n\t\t\treturn Promise.all (promises);\n\t\t}\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidRevert () {\n\t\treturn Promise.resolve ({ advance: true, step: true });\n\t}\n}\n\nStop.id = 'Stop';\n\nexport default Stop;","import { Action } from './../lib/Action';\nimport { FancyError } from './../lib/FancyError';\n\nexport class Vibrate extends Action {\n\n\tstatic matchString ([ action ]) {\n\t\treturn action === 'vibrate';\n\t}\n\n\tconstructor ([ action, ...time ]) {\n\t\tsuper ();\n\n\t\t// First check if vibration is available available\n\t\tif (navigator) {\n\t\t\tif (navigator.vibrate) {\n\t\t\t\t// Since time can be a pattern made of different lengths, we have\n\t\t\t\t// to use an array\n\t\t\t\tthis.time = [];\n\t\t\t\tfor (const i in time) {\n\t\t\t\t\t// Check if all times are valid integers\n\t\t\t\t\tif (!isNaN (time[i])) {\n\t\t\t\t\t\tthis.time[i] = parseInt (time[i]);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tFancyError.show (\n\t\t\t\t\t\t\t'The specified time was not an integer',\n\t\t\t\t\t\t\t'Monogatari attempted to transform the given time into an integer value but failed.',\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t'Specified time': time[i],\n\t\t\t\t\t\t\t\t'Statement': `\"${this._statement}\"`,\n\t\t\t\t\t\t\t\t'Label': this.engine.state ('label'),\n\t\t\t\t\t\t\t\t'Step': this.engine.state ('step'),\n\t\t\t\t\t\t\t\t'Help': {\n\t\t\t\t\t\t\t\t\t'_': 'Check if the value you provided is actually an integer (whole number). Remember the value used must be given in milliseconds and must not be mixed with characters other than numbers.',\n\t\t\t\t\t\t\t\t\t'_1': 'For example, the following statement would make the device vibrate for 5 seconds:',\n\t\t\t\t\t\t\t\t\t'_3':`\n\t\t\t\t\t\t\t\t\t\t
\"vibrate 5000\"
\n\t\t\t\t\t\t\t\t\t`,\n\t\t\t\t\t\t\t\t\t'_4': 'If you wanted to make the device vibrate on a pattern, this is a correct syntax:',\n\t\t\t\t\t\t\t\t\t'_5':`\n\t\t\t\t\t\t\t\t\t\t
\"vibrate 5000 100 4000 200 3000\"
\n\t\t\t\t\t\t\t\t\t`\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tconsole.warn ('Vibration is not supported in this platform.');\n\t\t\t}\n\t\t} else {\n\t\t\tconsole.warn ('Vibration is not supported in this platform.');\n\t\t}\n\t}\n\n\twillApply () {\n\t\tif (typeof this.time !== 'undefined') {\n\t\t\treturn Promise.resolve ();\n\t\t}\n\t\treturn Promise.reject ('Time for vibration was not provided');\n\t}\n\n\tapply () {\n\t\tnavigator.vibrate (0);\n\t\tnavigator.vibrate (this.time);\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidApply () {\n\t\treturn Promise.resolve ({ advance: true });\n\t}\n\n\tdidRevert () {\n\t\treturn Promise.resolve ({ advance: true, step: true });\n\t}\n}\n\nVibrate.id = 'Vibrate';\n\nexport default Vibrate;","import { Action } from './../lib/Action';\nimport { $_ } from '@aegis-framework/artemis';\n\nexport class Video extends Action {\n\n\tstatic shouldProceed () {\n\t\treturn new Promise ((resolve, reject) => {\n\t\t\t$_('[data-video]').each ((element) => {\n\t\t\t\tif (element.ended !== true && element.dataset.mode !== 'background' && element.dataset.mode !== 'displayable') {\n\t\t\t\t\treject ('Playing video must end before proceeding.');\n\t\t\t\t}\n\t\t\t});\n\n\t\t\tresolve ();\n\t\t});\n\t}\n\n\tstatic onLoad () {\n\t\tif (this.engine.state ('videos').length > 0) {\n\t\t\tconst promises = [];\n\n\t\t\tfor (const video of this.engine.state ('videos')) {\n\t\t\t\tpromises.push (this.engine.run (video, false));\n\t\t\t\t// TODO: Find a way to prevent the histories from filling up on loading\n\t\t\t\t// So there's no need for this pop.\n\t\t\t\tthis.engine.history ('video').pop ();\n\t\t\t\tthis.engine.state ('videos').pop ();\n\t\t\t}\n\n\t\t\tif (promises.length > 0) {\n\t\t\t\treturn Promise.all (promises);\n\t\t\t}\n\t\t}\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic setup () {\n\t\tthis.engine.history ('video');\n\t\tthis.engine.state ({\n\t\t\tvideos: []\n\t\t});\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic reset () {\n\t\tthis.engine.element ().find ('[data-video]').remove ();\n\n\t\tthis.engine.history ({\n\t\t\tvideo: []\n\t\t});\n\n\t\tthis.engine.state ({\n\t\t\tvideos: []\n\t\t});\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tstatic matchString ([ show, type ]) {\n\t\treturn show === 'show' && type === 'video';\n\t}\n\n\t/**\n\t * Creates an instance of a Video Action\n\t *\n\t * @param {string[]} parameters - List of parameters received from the script statement.\n\t * @param {string} parameters.action - In this case, action will always be 'video'\n\t * @param {string} [parameters.mode='modal'] - Mode in which the video element will be shown (modal, displayable, background, immersive, full-screen)\n\t * @param {string} parameters.name\n\t * @param {string} parameters.props\n\t */\n\tconstructor ([ show, type, name, mode = 'modal', ...props]) {\n\t\tsuper ();\n\t\tthis.mode = mode;\n\t\tthis.name = name;\n\t\tthis.props = props;\n\n\t\tif (typeof this.engine.asset ('videos', name) !== 'undefined') {\n\t\t\tthis.src = this.engine.asset ('videos', name);\n\t\t}\n\n\t\tif (typeof props !== 'undefined') {\n\t\t\tthis.classes = ['animated', ...props.filter((item) => item !== 'with')];\n\t\t} else {\n\t\t\tthis.classes = [];\n\t\t}\n\t}\n\n\tapply () {\n\t\t// TODO: Find a way to remove the resize listeners once the video is stopped\n\t\tconst element = document.createElement ('video');\n\n\t\telement.volume = this.engine.preference ('Volume').Video;\n\n\t\telement.dataset.video = this.name;\n\t\telement.dataset.mode = this.mode;\n\n\t\tfor (const newClass of this.classes) {\n\t\t\telement.classList.add (newClass);\n\t\t}\n\n\t\t$_(element).attribute ('src', `${this.engine.setting ('AssetsPath').root}/${this.engine.setting ('AssetsPath').videos}/${this.src}`);\n\n\t\tif (this.props.indexOf ('close') > -1) {\n\t\t\telement.onended = () => {\n\t\t\t\tthis.engine.element ().find (`[data-video=\"${this.name}\"]`).remove ();\n\t\t\t\tif (this.mode === 'immersive') {\n\t\t\t\t\tthis.engine.state ('videos').pop ();\n\t\t\t\t\tthis.engine.global ('block', false);\n\t\t\t\t\tthis.engine.proceed ();\n\t\t\t\t}\n\t\t\t};\n\t\t}\n\n\t\tif (this.props.indexOf ('loop') > -1) {\n\t\t\t$_(element).attribute ('loop', '');\n\t\t}\n\n\t\tif (this.props.indexOf ('controls') > -1) {\n\t\t\t$_(element).attribute ('controls', '');\n\t\t}\n\n\t\tif (this.mode === 'background') {\n\t\t\tthis.engine.element ().find ('[data-ui=\"background\"]').append (element);\n\t\t} else if (this.mode === 'immersive') {\n\t\t\tthis.engine.global ('block', true);\n\t\t\tthis.engine.element ().find ('[data-screen=\"game\"]').prepend (element);\n\t\t} else if (this.mode === 'fullscreen') {\n\t\t\tif (element.requestFullscreen) {\n\t\t\t\tthis.engine.element ().find ('[data-screen=\"game\"]').append (element);\n\t\t\t\telement.requestFullscreen ();\n\t\t\t} else {\n\t\t\t\tthis.engine.global ('block', true);\n\t\t\t\t$_(element).data ('mode','immersive');\n\t\t\t\tthis.engine.element ().find ('[data-screen=\"game\"]').prepend (element);\n\t\t\t}\n\t\t} else if (this.mode === 'displayable') {\n\t\t\tthis.engine.element ().find ('[data-screen=\"game\"]').append (element);\n\t\t} else {\n\t\t\tthis.engine.element ().find ('[data-screen=\"game\"]').append (element);\n\t\t}\n\n\t\telement.play ();\n\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidApply () {\n\t\tthis.engine.state ('videos').push (this._statement);\n\t\tthis.engine.history ('video').push (this._statement);\n\n\t\tif (this.mode === 'background' || this.mode === 'modal' || this.mode === 'displayable') {\n\t\t\treturn Promise.resolve ({ advance: true });\n\t\t}\n\n\t\treturn Promise.resolve ({ advance: false });\n\t}\n\n\trevert () {\n\t\tthis.engine.element ().find (`[data-video=\"${this.name}\"]`).remove ();\n\t\treturn Promise.resolve ();\n\t}\n\n\tdidRevert () {\n\t\tfor (let i = this.engine.state ('videos').length - 1; i >= 0; i--) {\n\t\t\tconst last = this.engine.state ('videos')[i];\n\t\t\tconst [show, video, mode, name] = last.split (' ');\n\t\t\tif (name === this.name) {\n\t\t\t\tthis.engine.state ('videos').splice (i, 1);\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t\tfor (let i = this.engine.history ('video').length - 1; i >= 0; i--) {\n\t\t\tconst last = this.engine.history ('video')[i];\n\t\t\tconst [show, video, mode, name] = last.split (' ');\n\t\t\tif (name === this.name) {\n\t\t\t\tthis.engine.history ('video').splice (i, 1);\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\treturn Promise.resolve ({ advance: true, step: true });\n\t}\n}\n\nVideo.id = 'Video';\nVideo._configuration = {\n\tobjects: {\n\n\t}\n};\n\nexport default Video;","import { Action } from './../lib/Action';\nimport { FancyError } from './../lib/FancyError';\n\nexport class Wait extends Action {\n\n\tstatic matchString ([ action ]) {\n\t\treturn action === 'wait';\n\t}\n\n\tconstructor ([ action, time ]) {\n\t\tsuper ();\n\t\t// Check if the provided time is a valid integer\n\t\tif (!isNaN (time)) {\n\t\t\tthis.time = parseInt (time);\n\t\t} else {\n\t\t\tFancyError.show (\n\t\t\t\t'The specified time was not an integer',\n\t\t\t\t'Monogatari attempted to transform the given time into an integer value but failed.',\n\t\t\t\t{\n\t\t\t\t\t'Specified time': time,\n\t\t\t\t\t'Statement': `\"${this._statement}\"`,\n\t\t\t\t\t'Label': this.engine.state ('label'),\n\t\t\t\t\t'Step': this.engine.state ('step'),\n\t\t\t\t\t'Help': {\n\t\t\t\t\t\t'_': 'Check if the value you provided is actually an integer (whole number). Remember the value used must be given in milliseconds and must not be mixed with characters other than numbers.',\n\t\t\t\t\t\t'_1': 'For example, the following statement would make the game wait for 5 seconds:',\n\t\t\t\t\t\t'_3':`\n\t\t\t\t\t\t\t
\"wait 5000\"
\n\t\t\t\t\t\t`\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t);\n\t\t}\n\t}\n\n\tapply () {\n\t\treturn new Promise ((resolve) => {\n\t\t\t// Block the game so the player can't advance\n\t\t\tthis.engine.global ('block', true);\n\n\t\t\t// Set the timeout for the specified time\n\t\t\tsetTimeout (() => {\n\t\t\t\t// Unlock the game when the timeout ends.\n\t\t\t\tthis.engine.global ('block', false);\n\t\t\t\tresolve ();\n\t\t\t}, this.time);\n\t\t});\n\t}\n\n\tdidApply () {\n\t\treturn Promise.resolve ({ advance: true });\n\t}\n\n\tdidRevert () {\n\t\treturn Promise.resolve ({ advance: true, step: true });\n\t}\n}\n\nWait.id = 'Wait';\n\nexport default Wait;","import { $_ } from '@aegis-framework/artemis';\nimport { ShadowComponent as PandoraShadowComponent } from '@aegis-framework/pandora';\n\n/**\n * A component represents an object or content in the game such as screens, menus\n * and all other visual or structural elements.\n *\n * The life cycle of an component follows the Mounting cycle for actions.\n *\n * The mounting cycle has 3 steps:\n *\n * 1. Setup - Here the action needs to set up everything it will need for working\n * generally, in this section a component will generally add its HTML\n * content to the global Monogatari object and will set up any needed\n * configuration or state variables.\n *\n * 2. Bind - Once the component has been setup, its time to bind all the necessary\n * event listeners or perform more operations on the DOM once all elements\n * have been setup. Components will generally bind all the listeners needed\n * for their inner elements to work correctly.\n *\n * 3. Init - Finally, once the component was setup and it performed all the needed\n * bindings, it may start performing its operations and perform all\n * further needed operations.\n *\n * @class Component\n */\nclass ShadowComponent extends PandoraShadowComponent {\n\n\tstatic _priority = 0;\n\n\tstatic all () {\n\t\treturn $_(this.tag);\n\t}\n\n\tstatic get (id) {\n\t\treturn $_(`${this.tag} [data-instance=\"${id}\"]`);\n\t}\n\n\t/**\n\t * @static onStart - This function acts as an event listener for when the game\n\t * starts. If the component needs to do any particular activities when the game\n\t * starts, then this function should be implemented and it will be automatically\n\t * called once the player starts the game.\n\t *\n\t * @return {Promise}\n\t */\n\tstatic onStart () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * @static onLoad - This function acts as an event listener for when a game\n\t * is loaded. If the component needs to perform any particular actions such as\n\t * restoring some state (i.e. showing images, playing media, etc.) when a game\n\t * is loaded, this function must be implemented and it will be automatically\n\t * called when a game is loaded.\n\t *\n\t * @return {Promise} description\n\t */\n\tstatic onLoad () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * @static setup - The setup is the first step of the Mounting cycle, all\n\t * operations required for the component's setup should be implemented here.\n\t *\n\t * @return {Promise} - Result of the setup operation\n\t */\n\tstatic setup () {\n\t\treturn Promise.resolve ();\n\t}\n\n\n\t/**\n\t * @static shouldProceed - Either when the user clicks in the game to proceed or\n\t * the autoPlay feature is ready to go on, Monogatari will first check with\n\t * all actions if it's ok to proceed. Every action should implement its own\n\t * logic for it according to its requirements.\n\t *\n\t * @return {Promise} - Resolved if proceeding is alright or rejected if its not\n\t */\n\tstatic shouldProceed () {\n\t\tconst promises = [];\n\t\tthis.instances ((instance) => {\n\t\t\tpromises.push (instance.shouldProceed ());\n\t\t});\n\t\treturn Promise.all (promises);\n\t}\n\n\t/**\n\t * @static willProceed - Once the shouldProceed check is passed, each action\n\t * should implement its own logic according to its requirements to respond to\n\t * the game proceeding.\n\t *\n\t * @return {Promise}\n\t */\n\tstatic willProceed () {\n\t\tconst promises = [];\n\t\tthis.instances ((instance) => {\n\t\t\tpromises.push (instance.willProceed ());\n\t\t});\n\t\treturn Promise.all (promises);\n\t}\n\n\t/**\n\t * @static shouldRollback - Similarly to the shouldProceed () function, this one takes\n\t * action when the player tries to go back in the game.Monogatari will first\n\t * check with all actions if it's ok to go back. Every action should implement\n\t * its own logic for it according to its requirements.\n\t *\n\t * @return {Promise} - Resolved if going back is alright or rejected if its not\n\t */\n\tstatic shouldRollback () {\n\t\tconst promises = [];\n\t\tthis.instances ((instance) => {\n\t\t\tpromises.push (instance.shouldRollback ());\n\t\t});\n\t\treturn Promise.all (promises);\n\t}\n\n\t/**\n\t * @static willRollback - Once the shouldRollback check is passed, each action\n\t * should implement its own logic according to its requirements to respond to\n\t * the game reverting the previous action\n\t *\n\t * @return {Promise}\n\t */\n\tstatic willRollback () {\n\t\tconst promises = [];\n\t\tthis.instances ((instance) => {\n\t\t\tpromises.push (instance.willRollback ());\n\t\t});\n\t\treturn Promise.all (promises);\n\t}\n\n\t/**\n\t * @static bind - The binding is the second step of the Mounting cycle, all\n\t * operations related to event bindings or other sort of binding with the\n\t * HTML content generated in the setup phase should be implemented here.\n\t *\n\t * @param {string} selector - The CSS selector with which Monogatari has been\n\t * initialized\n\t * @return {Promise} - Result of the binding operation\n\t */\n\tstatic bind () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * @static init - The initialization is the last step of the Mounting cycle,\n\t * all final operations should be implemented here.\n\t *\n\t * @param {string} selector - The CSS selector with which Monogatari has been\n\t * initialized\n\t * @return {Promise} - Result of the initialization operation\n\t */\n\tstatic init () {\n\t\treturn Promise.resolve ();\n\t}\n\n\n\t/**\n\t * @static onSave - This function acts as an event listener for when a game\n\t * is saved. If the component needs to perform any particular actions when that\n\t * happens, this function must be implemented and it will be automatically\n\t * called when a game is saved.\n\t *\n\t * @param {Object} slot - The slot object that has just been saved.\n\t * @param {string} slot.key - The key used to save the slot in the local storage\n\t * @param {Object} slot.value - The actual value saved\n\t *\n\t * @return {Promise} description\n\t */\n\tstatic onSave () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * @static reset - When a game ends using the 'end' statement or before a game\n\t * is loaded, Monogatari will perform a reset on all its components. If the component\n\t * needs to reset a state or any other variables/elements to an initial state\n\t * once a game is over or a new one is loaded, the logic for it must be implemented\n\t * here and the function will be automatically called when needed.\n\t *\n\t * @return {Promise} - Result of the reset operation\n\t */\n\tstatic onReset () {\n\t\tconst promises = [];\n\n\t\tthis.instances ((instance) => {\n\t\t\tpromises.push (instance.onReset ());\n\t\t});\n\n\t\treturn Promise.all (promises);\n\t}\n\n\n\tonReset () {\n\t\treturn Promise.resolve ();\n\t}\n\n\t/**\n\t * @static element - Returns this component's element as an Artemis DOM\n\t * instance, using the result of the `selector ()` function as the selector\n\t *\n\t * @returns {DOM} - Artemis DOM instance\n\t */\n\telement () {\n\t\treturn $_(this);\n\t}\n\n\tremove () {\n\t\tthis.parentNode.removeChild (this);\n\t}\n\n\tstatic instances (callback = null) {\n\t\tif (typeof callback === 'function') {\n\t\t\treturn $_(this.tag).each (callback);\n\t\t}\n\t\treturn $_(this.tag);\n\t}\n\n\n\tinstance (id) {\n\t\treturn $_(`${this.constructor.tag}[data-${this.constructor.name.toLowerCase ()}=\"${id}\"`);\n\t}\n\n\t/**\n\t * @static content - Attempts to find a content element inside of this\n\t * component or its children\n\t *\n\t * @param {string} name - Name of the content element to find\n\t *\n\t * @returns {DOM} - An Artemis DOM instance with the found elements\n\t */\n\tcontent (name) {\n\t\treturn this.element ().find (`[data-content=\"${name}\"]`);\n\t}\n\n\tparent (component) {\n\t\tif (typeof component !== 'undefined') {\n\t\t\tthis._parent = component;\n\t\t} else {\n\t\t\treturn this._parent;\n\t\t}\n\t}\n\n\tget engine () {\n\t\treturn this.constructor.engine;\n\t}\n\n\tset engine (value) {\n\t\tthrow new Error ('Component engine reference is hold at static level and cannot be modified.');\n\t}\n\n\tshouldProceed () {\n\t\treturn Promise.resolve ();\n\t}\n\n\twillProceed () {\n\t\treturn Promise.resolve ();\n\t}\n\n\tshouldRollback () {\n\t\treturn Promise.resolve ();\n\t}\n\n\twillRollback () {\n\t\treturn Promise.resolve ();\n\t}\n\n\tconnectedCallback () {\n\t\t// Always add the animated class for all the components\n\t\tthis.classList.add ('animated');\n\n\t\treturn super.connectedCallback ();\n\t}\n}\n\nexport { ShadowComponent };"]} \ No newline at end of file diff --git a/src/actions/ShowCharacter.js b/src/actions/ShowCharacter.js index 4481bd4d..89ea0549 100644 --- a/src/actions/ShowCharacter.js +++ b/src/actions/ShowCharacter.js @@ -89,7 +89,6 @@ export class ShowCharacter extends Action { let oneSpriteOnly = true; - const imgSrc = `${this.engine.setting ('AssetsPath').root}/${this.engine.setting ('AssetsPath').characters}/${directory}${this.image}`; const sprite = this.engine.element ().find (`[data-character="${this.asset}"]`); if (sprite.isVisible ()) { @@ -119,8 +118,10 @@ export class ShowCharacter extends Action { } } + const imgSrc = `${this.engine.setting ('AssetsPath').root}/${this.engine.setting ('AssetsPath').characters}/${directory}`; + if (oneSpriteOnly && sprite.isVisible ()) { - sprite.attribute ('src', imgSrc); + sprite.attribute ('src', `${imgSrc}${this.image}`); sprite.data ('sprite', this.sprite); for (const className of this.classes) { @@ -146,11 +147,29 @@ export class ShowCharacter extends Action { sprite.data ('sprite', this.sprite); } else { - const image = document.createElement ('img'); - $_(image).attribute ('src', imgSrc); - $_(image).addClass ('animated'); - $_(image).data ('character', this.asset); - $_(image).data ('sprite', this.sprite); + let image; + if (typeof this.image === 'string') { + image = document.createElement ('img'); + $_(image).attribute ('src', `${imgSrc}${this.image}`); + $_(image).addClass ('animated'); + $_(image).data ('character', this.asset); + $_(image).data ('sprite', this.sprite); + } else { + image = document.createElement ('character-sprite'); + + image.setProps({ + layers: this.character.layers, + directory: imgSrc, + }); + + image.setState({ + layers: this.image, + }); + + $_(image).addClass ('animated'); + $_(image).data ('character', this.asset); + $_(image).data ('sprite', this.sprite); + } for (const className of this.classes) { if (className) { diff --git a/src/components/character-sprite/index.css b/src/components/character-sprite/index.css new file mode 100644 index 00000000..f3257357 --- /dev/null +++ b/src/components/character-sprite/index.css @@ -0,0 +1,24 @@ +character-sprite { + display: flex; + max-height: 80vh; + height: 80vh; + width: max-content; + position: absolute; + width: max-content; + overflow: hidden; + + & [data-content="wrapper"] { + display: inline-block; + height: 100%; + max-height: 80vh; + width: auto; + + & img { + left: 0; + right: 0; + top: 0; + bottom: 0; + max-height: initial; + } + } +} \ No newline at end of file diff --git a/src/components/character-sprite/index.js b/src/components/character-sprite/index.js new file mode 100644 index 00000000..d3423005 --- /dev/null +++ b/src/components/character-sprite/index.js @@ -0,0 +1,99 @@ +import { Component } from './../../lib/Component'; + +class CharacterSprite extends Component { + + constructor () { + super (); + + this.props = { + layers: [], + src: '', + directory: '', + }; + + this.state = { + layers: {}, + }; + } + + onStateUpdate (property, oldValue, newValue) { + return Promise.resolve (); + } + + onPropsUpdate (property, oldValue, newValue) { + if (property === 'src') { + this.element ().find ('img').setAttribute ('src', newValue); + } + return Promise.resolve (); + } + + willMount () { + return Promise.resolve (); + } + + didMount () { + window.addEventListener('resize', () => { + + }); + return Promise.resolve (); + } + + render () { + const promises = []; + const self = this; + for (const layer of this.props.layers) { + promises.push(new Promise((resolve, reject) => { + const image = new Image (); + image.src = `${this.props.directory}${this.state.layers[layer]}`; + image.onload = function () { + resolve(this); + }; + })); + } + return Promise.all(promises).then ((images) => { + return new Promise((resolve, reject) => { + const wrapper = document.createElement('div'); + wrapper.dataset.content = 'wrapper'; + let heightRatio = 1; + let widthRatio = 1; + for (const index in images) { + const image = images[index]; + + if (index == 0) { + const maxHeight = (window.innerHeight * 0.80); + heightRatio = image.naturalHeight > maxHeight ? maxHeight / image.naturalHeight : 1; + + widthRatio = image.naturalWidth / image.naturalHeight; + + console.log(widthRatio); + + image.height = image.height * heightRatio; + image.width = image.height * widthRatio; + + console.log(heightRatio, widthRatio, image.height); + wrapper.style.height = `${image.height}px`; + wrapper.style.width = `${image.width}px`; + + console.log(wrapper); + + } else { + image.height = image.height * heightRatio; + } + + // image.width = image.height * widthRatio; + image.dataset.layer = this.props.layers[index]; + + wrapper.appendChild(image); + } + + resolve(wrapper.outerHTML); + }); + }); + } +} + +CharacterSprite.tag = 'character-sprite'; + + + +export default CharacterSprite; \ No newline at end of file diff --git a/src/index.css b/src/index.css index 6ac7fdc2..d89d4f0a 100644 --- a/src/index.css +++ b/src/index.css @@ -26,6 +26,7 @@ * Components custom styling */ @import './components/alert-modal/index.css'; +@import './components/character-sprite/index.css'; @import './components/choice-container/index.css'; @import './components/centered-dialog/index.css'; @import './components/dialog-log/index.css'; diff --git a/src/index.js b/src/index.js index dc1e13c6..1457598f 100644 --- a/src/index.js +++ b/src/index.js @@ -104,6 +104,7 @@ Monogatari._languageCodes = { import AlertModal from './components/alert-modal'; import CenteredDialog from './components/centered-dialog'; +import CharacterSprite from './components/character-sprite'; import ChoiceContainer from './components/choice-container'; import CreditsScreen from './components/credits-screen'; import DialogLog from './components/dialog-log'; @@ -128,6 +129,7 @@ import VisualNovel from './components/visual-novel'; Monogatari._components = [ AlertModal, CenteredDialog, + CharacterSprite, ChoiceContainer, CreditsScreen, DialogLog,