Thu Dec 03 2020
Copied to clipboard! Copy reply
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
<script>
// Lightbox - Countdown
var att_config = {
  // =========================== USER DEFINED CONFIGURATION ===========================
  // Use the main title to grab attention. Try to keep it under 40 characters!
  title: "Countdown to #GivingTuesday 2020 ",
  // The sub title should entice your customer. Keep it short and sweet under 80 characters.
  subtitle: "Join Conquer Cancer for this global day of giving back.",
  // Customize the link that closes the lightbox. Keep it under 30 characters.
  declineText: "NO THANKS",
  // Host your image and place a link to it here. The image should be clear and concise. Try to keep the dimensions to 40px wide x 500px high.
  imageUrl: "https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/2192/orange+bgv2.png?v=1605651554000",
  // The button text should provide clear instructions. Keep it under 30 characters for maximum impact.
  buttonText: "Donate Early",
  // Once the customer has clicked, where do you want to redirect them?
  buttonLink: "https://support.conquer.org/page/70254/donate/1?ea.tracking.id=CClightbox",
  // Time delay before the lightbox is shown, in seconds. Put a 0 to show the lightbox immediately, false to never show.
  delay: 2,
  // Date and time to count down to.
  countdownDate: {
    year: 2020,
    month: 12,
    day: 31,
    hour: 01,
    minute: 00,
    second: 02,
    // Timezone offset
    zone: 'UTC-4',
  },
  // Set to true to close lightbox when the area outside the lightbox is clicked.
  clickBackgroundToClose: true
  // =========================== END USER DEFINED CONFIGURATION ===========================
};
(function(){"use strict";var _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},title=null!=att_config.title&&att_config.title?att_config.title:"",subtitle=null!=att_config.subtitle&&att_config.subtitle?att_config.subtitle:"",buttonText=null!=att_config.buttonText&&att_config.buttonText?att_config.buttonText:"",buttonLink=null!=att_config.buttonLink&&att_config.buttonLink?att_config.buttonLink:"",declineText=null!=att_config.declineText&&att_config.declineText?att_config.declineText:"",template='\n<div id="att_lightbox">\n  <div class="att_lightbox_background"></div>\n  <div class="att_popup">\n    <div class="att_lightbox_contents">\n      <h1 class="att_lightbox_header">'+title+'</h1>\n      <div class="att_lightbox_countdown">\n        <div class="att_lightbox_countdown_days">\n          <h1 id="att_days">0</h1>\n          <p>DAYS</p>\n        </div>\n        <div class="att_lightbox_countdown_hours">\n          <h1 id="att_hours">0</h1>\n          <p>HOURS</p>\n        </div>\n        <div class="att_lightbox_countdown_minutes">\n          <h1 id="att_minutes">0</h1>\n          <p>MINUTES</p>\n        </div>\n        <div class="att_lightbox_countdown_seconds">\n          <h1 id="att_seconds">0</h1>\n          <p>SECONDS</p>\n        </div>\n      </div>\n      <p class="att_lightbox_subhheader">'+subtitle+'</p>\n      <a href="'+buttonLink+'" class="att_lightbox_button" rel="nofollow noopener">'+buttonText+'</a>\n      <a id="att_lightbox_close" href="#">'+declineText+"</a>\n    </div>\n  </div>\n</div>\n",bgImage=null!=att_config.imageUrl&&att_config.imageUrl?"background: linear-gradient(rgba(255,255,255,0.45), rgba(255,255,255,0.45)), url("+att_config.imageUrl+");":"",style="\n#att_lightbox {\n  display: none;\n  justify-content: center;\n  align-items: center;\n  position: fixed;\n  top: 0;\n  left: 0;\n  z-index: 1000;\n  width: 100vw;\n  height: 100vh;\n  margin: 0;\n  padding: 0;\n}\n.att_lightbox_background {\n  display: block;\n  position: fixed;\n  width: 100vw;\n  height: 100vh;\n  top: 0;\n  left: 0;\n  background-color: black;\n  opacity: 0.65;\n  z-index: 1000;\n  margin: 0;\n  padding: 0;\n}\n.att_popup * {\n  font-family: Helvetica, Arial, sans-serif;\n}\n.att_popup {\n  max-width: 685px;\n  max-height: 370px;\n  width: 100%;\n  height: 100%;\n  margin: 0;\n  padding: 20px;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  flex-direction: row;\n  z-index: 1001;\n  border-radius: 1px;\n  background-color: #fff;\n  "+bgImage+"\n  background-size: cover;\n  background-position: center;\n}\n\n.att_lightbox_contents {\n  display: flex;\n  flex-direction: column;\n  justify-content: space-between;\n  align-items: center;\n  margin: 10px;\n  height: calc(100% - 20px);\n  width: calc(100% - 20px);\n}\n.att_lightbox_header {\n  text-align: center;\n  font-size: 24pt;\n  color: #221E1F;\n  margin: 0;\n  padding: 1rem;\n  line-height: 1.25;\n}\n.att_lightbox_subhheader {\n  font-size: 14pt;\n  text-align: center;\n  color: #221E1F;\n  line-height: 1.25;\n  font-weight: 400;\n  margin: 10px;\n  padding: 0;\n  max-width: 60%;\n  margin: 10px;\n}\n.att_lightbox_button {\n  min-height: 42px;\n  width: auto;\n  background-color: #00447c;\n  color: white;\n  border-radius: 2px;\n  text-decoration: none;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  font-size: 11pt;\n  margin: 10px;\n  min-width: 220px;\n}\n.att_lightbox_button:visited {\n color: #ffffff;\n} \n.att_lightbox_button:hover {\n  background-color: #00447c;\n  text-decoration: none;\n  cursor: pointer;\n}\n.att_lightbox_button:active {\n  background-color: #00447c;\n  text-decoration: none;\n  cursor: pointer;\n}\n.att_lightbox_button[disabled=disabled],\n.att_lightbox_button:disabled {\n  background-color: #D8D8D8;\n  text-decoration: none;\n}\n#att_lightbox_close {\n  font-size: 12pt;\n  color: #4A4A4A;\n  text-align: center;\n  text-decoration: none;\n  margin: 0;\n  font-weight: 400;\n}\n#att_lightbox_close:hover {\n  text-decoration: underline;\n}\n.att_lightbox_countdown {\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  width: 100%;\n}\n.att_lightbox_countdown div {\n  width: 80px;\n  height: 80px;\n  background-color: #4A4A4A;\n  margin: 12px;\n  padding: 0;\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n  align-items: center;\n  opacity: 0.8;\n}\n.att_lightbox_countdown div h1 {\n  font-size: 26pt;\n  color: white;\n  margin: 0;\n  padding: 0;\n}\n.att_lightbox_countdown div p {\n  font-size: 8pt;\n  color: white;\n  margin: 2px 0 0 0;\n  padding: 0;\n  line-height: 1;\n}\n@media (max-width: 801px) {\n  .att_popup {\n    margin: 20px;\n  }\n}\n",handlers=function(){var t=null!=att_config.delay&&att_config.delay?att_config.delay:5;function e(){document.getElementById("att_lightbox").style.display="none",att_config.visible=!1}!1!==att_config.delay&&setTimeout(function(){att_config.fired||(document.getElementById("att_lightbox").style.display="flex",att_config.fired=!0,att_config.visible=!0)},1e3*t),setInterval(function(){null!=att_config.visible&&att_config.visible&&function(t){0<t.days?document.getElementById("att_days").innerText=Math.floor(t.days):document.querySelector(".att_lightbox_countdown_days").style.display="none";0<t.hours?document.getElementById("att_hours").innerText=Math.floor(t.hours):document.querySelector(".att_lightbox_countdown_hours").style.display="none";0<t.minutes?document.getElementById("att_minutes").innerText=Math.floor(t.minutes):document.querySelector(".att_lightbox_countdown_minutes").style.display="none";0<=t.seconds?document.getElementById("att_seconds").innerText=Math.floor(t.seconds):document.querySelector(".att_lightbox_countdown_seconds").style.display="none"}(calculateCountdown())},1e3),document.getElementById("att_lightbox_close").addEventListener("click",function(t){t.preventDefault(),e()}),document.querySelector(".att_lightbox_background").addEventListener("click",function(t){att_config.clickBackgroundToClose&&(t.preventDefault(),e())})};function calculateCountdown(){var t=att_config.countdownDate,e=DateTime.local();return DateTime.fromObject(t).diff(e,["days","hours","minutes","seconds"])}injector({template:template,style:style,handlers:handlers});var luxon=function(t){function L(t){return void 0===t}function V(t){return"number"==typeof t}function c(){return"undefined"!=typeof Intl&&Intl.DateTimeFormat}function d(){return!L(Intl.DateTimeFormat.prototype.formatToParts)}function r(t,r,i){return 0===t.length?void 0:t.reduce(function(t,e){var n=[r(e),e];return t&&i.apply(null,[t[0],n[0]])===t[0]?t:n},null)[1]}function a(n,t){return t.reduce(function(t,e){return t[e]=n[e],t},{})}function A(t,e,n){return V(t)&&e<=t&&t<=n}function o(t){var e=1<arguments.length&&void 0!==arguments[1]?arguments[1]:2;return t.toString().length<e?("0".repeat(e)+t).slice(-e):t.toString()}function p(t){if(L(t))return NaN;var e=1e3*parseFloat("0."+t);return _t(e)}function s(t){return 0==t%4&&(0!=t%100||0==t%400)}function C(t){return s(t)?366:365}function f(t,e){var n,r,i=(n=e-1)-(r=12)*_t(n/r)+1;return 2===i?s(t+(e-i)/12)?29:28:[31,null,31,30,31,30,31,31,30,31,30,31][i-1]}function v(t){return 99<t?t:60<t?1900+t:2e3+t}function i(t,e,n){var r=3<arguments.length&&void 0!==arguments[3]?arguments[3]:null,i=new Date(t),o={hour12:!1,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"};r&&(o.timeZone=r);var a=Object.assign({timeZoneName:e},o),s=c();if(s&&d()){var u=new Intl.DateTimeFormat(n,a).formatToParts(i).find(function(t){return"timezonename"===t.type.toLowerCase()});return u?u.value:null}if(s){var l=new Intl.DateTimeFormat(n,o).format(i);return new Intl.DateTimeFormat(n,a).format(i).substring(l.length).replace(/^[, ]+/,"")}return null}function m(t,e){var n=parseInt(t,10)||0,r=parseInt(e,10)||0;return 60*n+(n<0?-r:r)}function F(t,e){var n=2<arguments.length&&void 0!==arguments[2]&&arguments[2],r={};for(var i in t)if(t.hasOwnProperty(i)){var o=t[i];if(null!==o&&!L(o)&&!Ot(o)){var a=e(i,n);a&&(r[a]=o)}}return r}function h(t){return a(t,["hour","minute","second","millisecond"])}function u(t){return JSON.stringify(t,Object.keys(t).sort())}function y(t){return"narrow"===t?Kt:"short"===t?Qt:"long"===t?$t:"numeric"===t?["1","2","3","4","5","6","7","8","9","10","11","12"]:"2-digit"===t?["01","02","03","04","05","06","07","08","09","10","11","12"]:null}function g(t){return"narrow"===t?ee:"short"===t?te:"long"===t?Xt:"numeric"===t?["1","2","3","4","5","6","7"]:null}function w(t){return"narrow"===t?oe:"short"===t?ie:"long"===t?re:null}function Z(t,e){var n;if(L(t)||null===t)return e;if(t instanceof we)return t;if("string"==typeof t){var r=t.toLowerCase();return"local"===r?be.instance:"utc"===r?xe.utcInstance:null==(n=Oe.parseGMTOffset(t))?Oe.isValidSpecifier(r)?new Oe(t):xe.parseSpecifier(r)||Ie.instance:xe.instance(n)}return V(t)?xe.instance(t):"object"===(void 0===t?"undefined":ae(t))&&t.offset?t:Ie.instance}function k(t,e){var n="",r=t,i=Array.isArray(r),o=0;for(r=i?r:r[Symbol.iterator]();;){var a;if(i){if(o>=r.length)break;a=r[o++]}else{if((o=r.next()).done)break;a=o.value}var s=a;n+=s.literal?s.val:e(s.val)}return n}function l(t,e,n,r,i){var o=t.listingMode(n);return"error"===o?null:"en"===o?r(e):i(e)}function b(){for(var t=arguments.length,e=Array(t),n=0;n<t;n++)e[n]=arguments[n];var r=e.reduce(function(t,e){return t+e.source},"");return RegExp("^"+r+"$")}function S(){for(var t=arguments.length,e=Array(t),n=0;n<t;n++)e[n]=arguments[n];return function(l){return e.reduce(function(t,e){var n=t[0],r=t[1],i=t[2],o=e(l,i),a=o[0],s=o[1],u=o[2];return[Object.assign(n,a),r||s,u]},[{},null,1]).slice(0,2)}}function T(t){if(null==t)return[null,null];for(var e=arguments.length,n=Array(1<e?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];var i=n,o=Array.isArray(i),a=0;for(i=o?i:i[Symbol.iterator]();;){var s;if(o){if(a>=i.length)break;s=i[a++]}else{if((a=i.next()).done)break;s=a.value}var u=s,l=u[0],c=u[1],d=l.exec(t);if(d)return c(d)}return[null,null]}function e(){for(var t=arguments.length,i=Array(t),e=0;e<t;e++)i[e]=arguments[e];return function(t,e){var n,r={};for(n=0;n<i.length;n++)r[i[n]]=parseInt(t[e+n]);return[r,null,e+n]}}function O(t,e){return[{year:parseInt(t[e]),month:parseInt(t[e+1])||1,day:parseInt(t[e+2])||1},null,e+3]}function _(t,e){return[{hour:parseInt(t[e])||0,minute:parseInt(t[e+1])||0,second:parseInt(t[e+2])||0,millisecond:p(t[e+3])},null,e+4]}function x(t,e){var n=!t[e]&&!t[e+1],r=m(t[e+1],t[e+2]);return[{},n?null:xe.instance(r),e+3]}function N(t,e){return[{},t[e]?new Oe(t[e]):null,e+1]}function I(t){var e=t[1],n=t[2],r=t[3],i=t[4],o=t[5],a=t[6],s=t[7],u=t[8];return[{years:parseInt(e),months:parseInt(n),weeks:parseInt(u),days:parseInt(r),hours:parseInt(i),minutes:parseInt(o),seconds:parseInt(a),milliseconds:p(s)}]}function D(t,e,n,r,i,o,a){var s={year:2===e.length?v(parseInt(e)):parseInt(e),month:2===n.length?parseInt(n,10):Qt.indexOf(n)+1,day:parseInt(r),hour:parseInt(i),minute:parseInt(o)};return a&&(s.second=parseInt(a)),t&&(s.weekday=3<t.length?Xt.indexOf(t)+1:te.indexOf(t)+1),s}function E(t){var e,n=t[1],r=t[2],i=t[3],o=t[4],a=t[5],s=t[6],u=t[7],l=t[8],c=t[9],d=t[10],f=t[11],h=D(n,o,i,r,a,s,u);return e=l?en[l]:c?0:m(d,f),[h,new xe(e)]}function z(t){var e=t[1],n=t[2],r=t[3];return[D(e,t[4],r,n,t[5],t[6],t[7]),xe.utcInstance]}function j(t){var e=t[1],n=t[2],r=t[3],i=t[4],o=t[5],a=t[6];return[D(e,t[7],n,r,i,o,a),xe.utcInstance]}function M(t,e){var n={values:2<arguments.length&&void 0!==arguments[2]&&arguments[2]?e.values:Object.assign({},t.values,e.values||{}),loc:t.loc.clone(e.loc),conversionAccuracy:e.conversionAccuracy||t.conversionAccuracy};return new mn(n)}function U(t){var e=fn,n=Array.isArray(e),r=0;for(e=n?e:e[Symbol.iterator]();;){var i;if(n){if(r>=e.length)break;i=e[r++]}else{if((r=e.next()).done)break;i=r.value}var o=i;if(t[o])return t[o]<0}return!1}function H(t,e,n,r,i){var o=t[i][n],a=_t(e[n]/o);r[i]+=a,e[n]-=a*o}function R(n,r){hn.reduce(function(t,e){return L(r[e])?t:(t&&H(n,r,t,r,e),e)},null)}function q(t){if(V(t))return mn.fromMillis(t);if(t instanceof mn)return t;if(t instanceof Object)return mn.fromObject(t);throw new ve("Unknown duration argument")}function W(t,e){var n=function(t){return t.toUTC(0,{keepLocalTime:!0}).startOf("day").valueOf()},r=n(e)-n(t);return _t(mn.fromMillis(r).as("days"))}function J(t,e,n,r){var i=function(t,e,n){var r={},i=void 0,o=void 0,a=[["years",function(t,e){return e.year-t.year}],["months",function(t,e){return e.month-t.month+12*(e.year-t.year)}],["weeks",function(t,e){var n=W(t,e);return(n-n%7)/7}],["days",W]],s=Array.isArray(a),u=0;for(a=s?a:a[Symbol.iterator]();;){var l;if(s){if(u>=a.length)break;l=a[u++]}else{if((u=a.next()).done)break;l=u.value}var c=l,d=c[0],f=c[1];if(0<=n.indexOf(d)){var h;i=d;var m,y=f(t,e);e<(o=t.plus(((h={})[d]=y,h)))?(t=o.minus(((m={})[d]=1,m)),y-=1):t=o,0<y&&(r[d]=y)}}return[t,r,o,i]}(t,e,n),o=i[0],a=i[1],s=i[2],u=i[3],l=e-o,c=n.filter(function(t){return 0<=["hours","minutes","seconds","milliseconds"].indexOf(t)});if(0===c.length){var d;if(s<e)s=o.plus(((d={})[u]=1,d));s!==o&&(a[u]=(a[u]||0)+l/(s-o))}var f,h=mn.fromObject(Object.assign(a,r));return 0<c.length?(f=mn.fromMillis(l,r)).shiftTo.apply(f,c).plus(h):h}function P(t){var n=1<arguments.length&&void 0!==arguments[1]?arguments[1]:function(t){return t};return{regex:t,deser:function(t){var e=t[0];return n(parseInt(e))}}}function G(t){return t.replace(/\./,"\\.?")}function Y(t){return t.replace(/\./,"").toLowerCase()}function B(n,r){return null===n?null:{regex:RegExp(n.map(G).join("|")),deser:function(t){var e=t[0];return n.findIndex(function(t){return Y(e)===Y(t)})+r}}}function $(t,e){return{regex:t,deser:function(t){return m(t[1],t[2])},groups:e}}function Q(t){return{regex:t,deser:function(t){return t[0]}}}function K(f,t,e){var n=Ze.parseFormat(e),r=n.map(function(t){return n=f,r=/\d/,i=/\d{2}/,o=/\d{3}/,a=/\d{4}/,s=/\d{1,2}/,u=/\d{1,3}/,l=/\d{2,4}/,c=function(t){return{regex:RegExp(t.val),deser:function(t){return t[0]},literal:!0}},(d=function(t){if(e.literal)return c(t);switch(t.val){case"G":return B(n.eras("short",!1),0);case"GG":return B(n.eras("long",!1),0);case"y":return P(/\d{1,6}/);case"yy":return P(l,v);case"yyyy":return P(a);case"yyyyy":return P(/\d{4,6}/);case"yyyyyy":return P(/\d{6}/);case"M":return P(s);case"MM":return P(i);case"MMM":return B(n.months("short",!1,!1),1);case"MMMM":return B(n.months("long",!1,!1),1);case"L":return P(s);case"LL":return P(i);case"LLL":return B(n.months("short",!0,!1),1);case"LLLL":return B(n.months("long",!0,!1),1);case"d":return P(s);case"dd":return P(i);case"o":return P(u);case"ooo":return P(o);case"HH":return P(i);case"H":return P(s);case"hh":return P(i);case"h":return P(s);case"mm":return P(i);case"m":case"s":return P(s);case"ss":return P(i);case"S":return P(u);case"SSS":return P(o);case"u":return Q(/\d{1,9}/);case"a":return B(n.meridiems(),0);case"kkkk":return P(a);case"kk":return P(l,v);case"W":return P(s);case"WW":return P(i);case"E":case"c":return P(r);case"EEE":return B(n.weekdays("short",!1,!1),1);case"EEEE":return B(n.weekdays("long",!1,!1),1);case"ccc":return B(n.weekdays("short",!0,!1),1);case"cccc":return B(n.weekdays("long",!0,!1),1);case"Z":case"ZZ":return $(/([+-]\d{1,2})(?::(\d{2}))?/,2);case"ZZZ":return $(/([+-]\d{1,2})(\d{2})?/,2);case"z":return Q(/[A-Za-z_]{1,256}\/[A-Za-z_]{1,256}/);default:return c(t)}}(e=t)||{invalidReason:gn}).token=e,d;var e,n,r,i,o,a,s,u,l,c,d}),i=r.find(function(t){return t.invalidReason});if(i)return{input:t,tokens:n,invalidReason:i.invalidReason};var o,a,s,u=["^"+(s=r).map(function(t){return t.regex}).reduce(function(t,e){return t+"("+e.source+")"},"")+"$",s],l=u[1],c=RegExp(u[0],"i"),d=function(t,e,n){var r=t.match(e);if(r){var i={},o=1;for(var a in n)if(n.hasOwnProperty(a)){var s=n[a],u=s.groups?s.groups+1:1;!s.literal&&s.token&&(i[s.token.val[0]]=s.deser(r.slice(o,o+u))),o+=u}return[r,i]}return[r,{}]}(t,c,l),h=d[0],m=d[1],y=m?(a=L((o=m).Z)?L(o.z)?null:new Oe(o.z):new xe(o.Z),L(o.h)||(o.h<12&&1===o.a?o.h+=12:12===o.h&&0===o.a&&(o.h=0)),0===o.G&&o.y&&(o.y=-o.y),L(o.u)||(o.S=p(o.u)),[Object.keys(o).reduce(function(t,e){var n,r="S"===(n=e)?"millisecond":"s"===n?"second":"m"===n?"minute":"h"===n||"H"===n?"hour":"d"===n?"day":"o"===n?"ordinal":"L"===n||"M"===n?"month":"y"===n?"year":"E"===n||"c"===n?"weekday":"W"===n?"weekNumber":"k"===n?"weekYear":null;return r&&(t[r]=o[e]),t},{}),a]):[null,null];return{input:t,tokens:n,regex:c,rawMatches:h,matches:m,result:y[0],zone:y[1]}}function X(t,e,n){var r=new Date(Date.UTC(t,e-1,n)).getUTCDay();return 0===r?7:r}function tt(t){var e=(t+_t(t/4)-_t(t/100)+_t(t/400))%7,n=t-1,r=(n+_t(n/4)-_t(n/100)+_t(n/400))%7;return 4==e||3==r?53:52}function et(t,e,n){return n+(s(t)?kn:wn)[e-1]}function nt(t,e){var n=s(t)?kn:wn,r=n.findIndex(function(t){return t<e});return{month:r+1,day:e-n[r]}}function rt(t){var e,n=t.year,r=t.month,i=t.day,o=et(n,r,i),a=X(n,r,i),s=_t((o-a+10)/7);return s<1?s=tt(e=n-1):s>tt(n)?(e=n+1,s=1):e=n,Object.assign({weekYear:e,weekNumber:s,weekday:a},h(t))}function it(t){var e,n=t.weekYear,r=t.weekNumber,i=t.weekday,o=X(n,1,4),a=C(n),s=7*r+i-o-3;s<1?s+=C(e=n-1):a<s?s-=C(e=n+1):e=n;var u=nt(e,s),l=u.month,c=u.day;return Object.assign({year:e,month:l,day:c},h(t))}function ot(t){var e=t.year,n=et(e,t.month,t.day);return Object.assign({year:e,ordinal:n},h(t))}function at(t){var e=t.year,n=nt(e,t.ordinal),r=n.month,i=n.day;return Object.assign({year:e,month:r,day:i},h(t))}function st(t){var e=V(t.year),n=A(t.month,1,12),r=A(t.day,1,f(t.year,t.month));return e?n?!r&&"day out of range":"month out of range":"year out of range"}function ut(t){var e=A(t.hour,0,23),n=A(t.minute,0,59),r=A(t.second,0,59),i=A(t.millisecond,0,999);return e?n?r?!i&&"millisecond out of range":"second out of range":"minute out of range":"hour out of range"}function n(t){return null===t.weekData&&(t.weekData=rt(t.c)),t.weekData}function lt(t,e){var n={ts:t.ts,zone:t.zone,c:t.c,o:t.o,loc:t.loc,invalidReason:t.invalidReason};return new En(Object.assign({},n,e,{old:n}))}function ct(t,e,n){var r=t-60*e*1e3,i=n.offset(r);if(e===i)return[r,e];r-=60*(i-e)*1e3;var o=n.offset(r);return i===o?[r,i]:[t-60*bt(i,o)*1e3,Math.max(i,o)]}function dt(t,e){var n=new Date(t+=60*e*1e3);return{year:n.getUTCFullYear(),month:n.getUTCMonth()+1,day:n.getUTCDate(),hour:n.getUTCHours(),minute:n.getUTCMinutes(),second:n.getUTCSeconds(),millisecond:n.getUTCMilliseconds()}}function ft(t){var e=Date.UTC(t.year,t.month-1,t.day,t.hour,t.minute,t.second,t.millisecond);return t.year<100&&0<=t.year&&(e=new Date(e)).setUTCFullYear(t.year),+e}function ht(t,e,n){return ct(ft(t),e,n)}function mt(t,e){var n=t.o,r=t.c.year+e.years,i=t.c.month+e.months+3*e.quarters,o=Object.assign({},t.c,{year:r,month:i,day:bt(t.c.day,f(r,i))+e.days+7*e.weeks}),a=mn.fromObject({hours:e.hours,minutes:e.minutes,seconds:e.seconds,milliseconds:e.milliseconds}).as("milliseconds"),s=ct(ft(o),n,t.zone),u=s[0],l=s[1];return 0!==a&&(u+=a,l=t.zone.offset(u)),{ts:u,o:l}}function yt(t,e,n){var r=n.setZone,i=n.zone;if(t&&0!==Object.keys(t).length){var o=En.fromObject(Object.assign(t,n,{zone:e||i}));return r?o:o.setZone(i)}return En.invalid(Tn)}function pt(t,e){return t.isValid?Ze.create(He.create("en-US"),{forceSimple:!0}).formatDateTimeFromString(t,e):null}function vt(t,e){var n=e.suppressSeconds,r=e.suppressMilliseconds,i=e.includeOffset,o=void 0===i||i,a=e.includeZone,s=void 0!==a&&a,u=e.spaceZone,l="HH:mm";return void 0!==n&&n&&0===t.second&&0===t.millisecond||(l+=":ss",(!(void 0!==r&&r)||0!==t.millisecond)&&(l+=".SSS")),(s||o)&&void 0!==u&&u&&(l+=" "),s?l+="z":o&&(l+="ZZ"),pt(t,l)}function gt(t){var e=1<arguments.length&&void 0!==arguments[1]&&arguments[1],n={year:"year",years:"year",month:"month",months:"month",day:"day",days:"day",hour:"hour",hours:"hour",minute:"minute",minutes:"minute",second:"second",seconds:"second",millisecond:"millisecond",milliseconds:"millisecond",weekday:"weekday",weekdays:"weekday",weeknumber:"weekNumber",weeksnumber:"weekNumber",weeknumbers:"weekNumber",weekyear:"weekYear",weekyears:"weekYear",ordinal:"ordinal"}[t?t.toLowerCase():t];if(!e&&!n)throw new pe(t);return n}function wt(t,e){var n=Nn,r=Array.isArray(n),i=0;for(n=r?n:n[Symbol.iterator]();;){var o;if(r){if(i>=n.length)break;o=n[i++]}else{if((i=n.next()).done)break;o=i.value}var a=o;L(t[a])&&(t[a]=On[a])}var s=st(t)||ut(t);if(s)return En.invalid(s);var u=Ce.now(),l=ht(t,e.offset(u),e),c=l[0],d=l[1];return new En({ts:c,zone:e,o:d})}function kt(t){if(t instanceof En)return t;if(t.valueOf&&V(t.valueOf()))return En.fromJSDate(t);if(t instanceof Object)return En.fromObject(t);throw new ve("Unknown datetime argument")}var bt=Math.min,St=Math.abs,Tt=Math.trunc,Ot=Number.isNaN,_t=Math.floor,xt="numeric",Nt="short",It="long",Dt="2-digit",Et={year:xt,month:xt,day:xt},Mt={year:xt,month:Nt,day:xt},Lt={year:xt,month:It,day:xt},Vt={year:xt,month:It,day:xt,weekday:It},At={hour:xt,minute:Dt},Ct={hour:xt,minute:Dt,second:Dt},Ft={hour:xt,minute:Dt,second:Dt,timeZoneName:Nt},Zt={hour:xt,minute:Dt,second:Dt,timeZoneName:It},zt={hour:xt,minute:Dt,hour12:!1},jt={hour:xt,minute:Dt,second:Dt,hour12:!1},Ut={hour:xt,minute:Dt,second:Dt,hour12:!1,timeZoneName:Nt},Ht={hour:xt,minute:Dt,second:Dt,hour12:!1,timeZoneName:It},Rt={year:xt,month:xt,day:xt,hour:xt,minute:Dt},qt={year:xt,month:xt,day:xt,hour:xt,minute:Dt,second:Dt},Wt={year:xt,month:Nt,day:xt,hour:xt,minute:Dt},Jt={year:xt,month:Nt,day:xt,hour:xt,minute:Dt,second:Dt},Pt={year:xt,month:It,day:xt,hour:xt,minute:Dt,timeZoneName:Nt},Gt={year:xt,month:It,day:xt,hour:xt,minute:Dt,second:Dt,timeZoneName:Nt},Yt={year:xt,month:It,day:xt,weekday:It,hour:xt,minute:Dt,timeZoneName:It},Bt={year:xt,month:It,day:xt,weekday:It,hour:xt,minute:Dt,second:Dt,timeZoneName:It},$t=["January","February","March","April","May","June","July","August","September","October","November","December"],Qt=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],Kt=["J","F","M","A","M","J","J","A","S","O","N","D"],Xt=["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],te=["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],ee=["M","T","W","T","F","S","S"],ne=["AM","PM"],re=["Before Christ","Anno Domini"],ie=["BC","AD"],oe=["B","A"],ae="function"==typeof Symbol&&"symbol"==_typeof(Symbol.iterator)?function(t){return void 0===t?"undefined":_typeof(t)}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":void 0===t?"undefined":_typeof(t)},se=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")},ue=function(){function r(t,e){for(var n,r=0;r<e.length;r++)(n=e[r]).enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}return function(t,e,n){return e&&r(t.prototype,e),n&&r(t,n),t}}(),le=function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+(void 0===e?"undefined":_typeof(e)));t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)},ce=function(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=(void 0===e?"undefined":_typeof(e))&&"function"!=typeof e?t:e},de=function(t){function e(){return se(this,e),ce(this,t.apply(this,arguments))}return le(e,t),e}(Error),fe=function(e){function n(t){return se(this,n),ce(this,e.call(this,"Invalid DateTime: "+t))}return le(n,e),n}(de),he=function(e){function n(t){return se(this,n),ce(this,e.call(this,"Invalid Interval: "+t))}return le(n,e),n}(de),me=function(e){function n(t){return se(this,n),ce(this,e.call(this,"Invalid Duration: "+t))}return le(n,e),n}(de),ye=function(t){function e(){return se(this,e),ce(this,t.apply(this,arguments))}return le(e,t),e}(de),pe=function(e){function n(t){return se(this,n),ce(this,e.call(this,"Invalid unit "+t))}return le(n,e),n}(de),ve=function(t){function e(){return se(this,e),ce(this,t.apply(this,arguments))}return le(e,t),e}(de),ge=function(t){function e(){return se(this,e),ce(this,t.call(this,"Zone is an abstract class"))}return le(e,t),e}(de),we=function(){function t(){se(this,t)}return t.offsetName=function(){throw new ge},t.prototype.offset=function(){throw new ge},t.prototype.equals=function(){throw new ge},ue(t,[{key:"type",get:function(){throw new ge}},{key:"name",get:function(){throw new ge}},{key:"universal",get:function(){throw new ge}},{key:"isValid",get:function(){throw new ge}}]),t}(),ke=null,be=function(t){function e(){return se(this,e),ce(this,t.apply(this,arguments))}return le(e,t),e.prototype.offsetName=function(t,e){return i(t,e.format,e.locale)},e.prototype.offset=function(t){return-new Date(t).getTimezoneOffset()},e.prototype.equals=function(t){return"local"===t.type},ue(e,[{key:"type",get:function(){return"local"}},{key:"name",get:function(){return c()?(new Intl.DateTimeFormat).resolvedOptions().timeZone:"local"}},{key:"universal",get:function(){return!1}},{key:"isValid",get:function(){return!0}}],[{key:"instance",get:function(){return null==ke&&(ke=new e),ke}}]),e}(we),Se={},Te={year:0,month:1,day:2,hour:3,minute:4,second:5},Oe=function(n){function r(t){se(this,r);var e=ce(this,n.call(this));return e.zoneName=t,e.valid=r.isValidZone(t),e}return le(r,n),r.isValidSpecifier=function(t){return t&&t.match(/^[a-z_+-]{1,256}\/[a-z_+-]{1,256}$/i)},r.isValidZone=function(t){try{return new Intl.DateTimeFormat("en-US",{timeZone:t}).format(),!0}catch(t){return!1}},r.parseGMTOffset=function(t){if(t){var e=t.match(/^Etc\/GMT([+-]\d{1,2})$/i);if(e)return 60*parseInt(e[1])}return null},r.prototype.offsetName=function(t,e){return i(t,e.format,e.locale,this.zoneName)},r.prototype.offset=function(t){var e,n,r,i,o,a,s=new Date(t),u=(a=this.zoneName,Se[a]||(Se[a]=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:a,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"})),Se[a]),l=u.formatToParts?function(t,e){for(var n=t.formatToParts(e),r=[],i=0;i<n.length;i++){var o=n[i],a=o.type,s=o.value,u=Te[a];L(u)||(r[u]=parseInt(s,10))}return r}(u,s):(e=s,n=u.format(e).replace(/\u200E/g,""),r=/(\d+)\/(\d+)\/(\d+),? (\d+):(\d+):(\d+)/.exec(n),i=r[1],o=r[2],[r[3],i,o,r[4],r[5],r[6]]),c=l[0],d=l[1],f=l[2],h=l[3],m=l[4],y=l[5],p=Date.UTC(c,d-1,f,h,m,y),v=s.valueOf();return(p-(v-=v%1e3))/6e4},r.prototype.equals=function(t){return"iana"===t.type&&t.zoneName===this.zoneName},ue(r,[{key:"type",get:function(){return"iana"}},{key:"name",get:function(){return this.zoneName}},{key:"universal",get:function(){return!1}},{key:"isValid",get:function(){return this.valid}}]),r}(we),_e=null,xe=function(n){function r(t){se(this,r);var e=ce(this,n.call(this));return e.fixed=t,e}return le(r,n),r.instance=function(t){return 0===t?r.utcInstance:new r(t)},r.parseSpecifier=function(t){if(t){var e=t.match(/^utc(?:([+-]\d{1,2})(?::(\d{2}))?)?$/i);if(e)return new r(m(e[1],e[2]))}return null},ue(r,null,[{key:"utcInstance",get:function(){return null==_e&&(_e=new r(0)),_e}}]),r.prototype.offsetName=function(){return this.name},r.prototype.offset=function(){return this.fixed},r.prototype.equals=function(t){return"fixed"===t.type&&t.fixed===this.fixed},ue(r,[{key:"type",get:function(){return"fixed"}},{key:"name",get:function(){return 0===this.fixed?"UTC":"UTC"+(e=Tt((t=this).fixed/60),n=St(t.fixed%60),r=(0<e?"+":"-")+St(e),0<n?r+":"+o(n,2):r);var t,e,n,r}},{key:"universal",get:function(){return!0}},{key:"isValid",get:function(){return!0}}]),r}(we),Ne=null,Ie=function(t){function e(){return se(this,e),ce(this,t.apply(this,arguments))}return le(e,t),e.prototype.offsetName=function(){return null},e.prototype.offset=function(){return NaN},e.prototype.equals=function(){return!1},ue(e,[{key:"type",get:function(){return"invalid"}},{key:"name",get:function(){return null}},{key:"universal",get:function(){return!1}},{key:"isValid",get:function(){return!1}}],[{key:"instance",get:function(){return null==Ne&&(Ne=new e),Ne}}]),e}(we),De=function(){return(new Date).valueOf()},Ee=null,Me=null,Le=null,Ve=null,Ae=!1,Ce=function(){function t(){se(this,t)}return t.resetCaches=function(){He.resetCache()},ue(t,null,[{key:"now",get:function(){return De},set:function(t){De=t}},{key:"defaultZoneName",get:function(){return(Ee||be.instance).name},set:function(t){Ee=t?Z(t):null}},{key:"defaultZone",get:function(){return Ee||be.instance}},{key:"defaultLocale",get:function(){return Me},set:function(t){Me=t}},{key:"defaultNumberingSystem",get:function(){return Le},set:function(t){Le=t}},{key:"defaultOutputCalendar",get:function(){return Ve},set:function(t){Ve=t}},{key:"throwOnInvalid",get:function(){return Ae},set:function(t){Ae=t}}]),t}(),Fe={D:Et,DD:Mt,DDD:Lt,DDDD:Vt,t:At,tt:Ct,ttt:Ft,tttt:Zt,T:zt,TT:jt,TTT:Ut,TTTT:Ht,f:Rt,ff:Wt,fff:Pt,ffff:Yt,F:qt,FF:Jt,FFF:Gt,FFFF:Bt},Ze=function(){function f(t,e){se(this,f),this.opts=e,this.loc=t,this.systemLoc=null}return f.create=function(t){var e=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{};return new f(t,Object.assign({},{round:!0},e))},f.parseFormat=function(t){for(var e,n=null,r="",i=!1,o=[],a=0;a<t.length;a++)"'"===(e=t.charAt(a))?(0<r.length&&o.push({literal:i,val:r}),n=null,r="",i=!i):i?r+=e:e===n?r+=e:(0<r.length&&o.push({literal:!1,val:r}),n=r=e);return 0<r.length&&o.push({literal:i,val:r}),o},f.prototype.formatWithSystemDefault=function(t,e){return null===this.systemLoc&&(this.systemLoc=this.loc.redefaultToSystem()),this.systemLoc.dtFormatter(t,Object.assign({},this.opts,e)).format()},f.prototype.formatDateTime=function(t){var e=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{};return this.loc.dtFormatter(t,Object.assign({},this.opts,e)).format()},f.prototype.formatDateTimeParts=function(t){var e=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{};return this.loc.dtFormatter(t,Object.assign({},this.opts,e)).formatToParts()},f.prototype.resolvedOptions=function(t){var e=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{};return this.loc.dtFormatter(t,Object.assign({},this.opts,e)).resolvedOptions()},f.prototype.num=function(t){var e=1<arguments.length&&void 0!==arguments[1]?arguments[1]:0;if(this.opts.forceSimple)return o(t,e);var n=Object.assign({},this.opts);return 0<e&&(n.padTo=e),this.loc.numberFormatter(n).format(t)},f.prototype.formatDateTimeFromString=function(o,t){var a=this,r="en"===this.loc.listingMode(),i=function(t,e){return a.loc.extract(o,t,e)},s=function(t){if(o.isOffsetFixed&&0===o.offset&&t.allowZ)return"Z";var e=Tt(o.offset/60),n=St(o.offset%60),r=0<=e?"+":"-",i=""+r+St(e);switch(t.format){case"short":return""+r+a.num(St(e),2)+":"+a.num(n,2);case"narrow":return 0<n?i+":"+n:i;case"techie":return""+r+a.num(St(e),2)+a.num(n,2);default:throw new RangeError("Value format "+t.format+" is out of range for property format")}},u=function(){return r?ne[o.hour<12?0:1]:i({hour:"numeric",hour12:!0},"dayperiod")},l=function(t,e){return r?(n=o,y(t)[n.month-1]):i(e?{month:t}:{month:t,day:"numeric"},"month");var n},c=function(t,e){return r?(n=o,g(t)[n.weekday-1]):i(e?{weekday:t}:{weekday:t,month:"long",day:"numeric"},"weekday");var n},d=function(t){return r?(e=o,w(t)[e.year<0?0:1]):i({era:t},"era");var e};return k(f.parseFormat(t),function(t){var e,n,r=a.loc.outputCalendar;return"S"===t?a.num(o.millisecond):"u"===t||"SSS"===t?a.num(o.millisecond,3):"s"===t?a.num(o.second):"ss"===t?a.num(o.second,2):"m"===t?a.num(o.minute):"mm"===t?a.num(o.minute,2):"h"===t?a.num(0==o.hour%12?12:o.hour%12):"hh"===t?a.num(0==o.hour%12?12:o.hour%12,2):"H"===t?a.num(o.hour):"HH"===t?a.num(o.hour,2):"Z"===t?s({format:"narrow",allowZ:!0}):"ZZ"===t?s({format:"short",allowZ:!0}):"ZZZ"===t?s({format:"techie",allowZ:!1}):"ZZZZ"===t?o.offsetNameShort:"ZZZZZ"===t?o.offsetNameLong:"z"===t?o.zoneName:"a"===t?u():"d"===t?r?i({day:"numeric"},"day"):a.num(o.day):"dd"===t?r?i({day:"2-digit"},"day"):a.num(o.day,2):"c"===t?a.num(o.weekday):"ccc"===t?c("short",!0):"cccc"===t?c("long",!0):"ccccc"===t?c("narrow",!0):"E"===t?a.num(o.weekday):"EEE"===t?c("short",!1):"EEEE"===t?c("long",!1):"EEEEE"===t?c("narrow",!1):"L"===t?r?i({month:"numeric",day:"numeric"},"month"):a.num(o.month):"LL"===t?r?i({month:"2-digit",day:"numeric"},"month"):a.num(o.month,2):"LLL"===t?l("short",!0):"LLLL"===t?l("long",!0):"LLLLL"===t?l("narrow",!0):"M"===t?r?i({month:"numeric"},"month"):a.num(o.month):"MM"===t?r?i({month:"2-digit"},"month"):a.num(o.month,2):"MMM"===t?l("short",!1):"MMMM"===t?l("long",!1):"MMMMM"===t?l("narrow",!1):"y"===t?r?i({year:"numeric"},"year"):a.num(o.year):"yy"===t?r?i({year:"2-digit"},"year"):a.num(o.year.toString().slice(-2),2):"yyyy"===t?r?i({year:"numeric"},"year"):a.num(o.year,4):"yyyyyy"===t?r?i({year:"numeric"},"year"):a.num(o.year,6):"G"===t?d("short"):"GG"===t?d("long"):"GGGGG"===t?d("narrow"):"kk"===t?a.num(o.weekYear.toString().slice(-2),2):"kkkk"===t?a.num(o.weekYear,4):"W"===t?a.num(o.weekNumber):"WW"===t?a.num(o.weekNumber,2):"o"===t?a.num(o.ordinal):"ooo"===t?a.num(o.ordinal,3):"q"===t?a.num(o.quarter):"qq"===t?a.num(o.quarter,2):(n=Fe[e=t])?a.formatWithSystemDefault(o,n):e})},f.prototype.formatDurationFromString=function(t,e){var n,r=this,i=function(t){switch(t[0]){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":return"hour";case"d":return"day";case"M":return"month";case"y":return"year";default:return null}},o=f.parseFormat(e),a=o.reduce(function(t,e){var n=e.literal,r=e.val;return n?t:t.concat(r)},[]),s=t.shiftTo.apply(t,a.map(i).filter(function(t){return t}));return k(o,(n=s,function(t){var e=i(t);return e?r.num(n.get(e),t.length):t}))},f}(),ze=null,je=function(){function e(t){se(this,e),this.padTo=t.padTo||0,this.round=t.round||!1}return e.prototype.format=function(t){var e,n,r,i=this.round?0:3;return o((e=t,n=i,r=Math.pow(10,n),Math.round(e*r)/r),this.padTo)},e}(),Ue=function(){function o(t,e,n){var r;if(se(this,o),this.opts=n,this.hasIntl=c(),t.zone.universal&&this.hasIntl?(r="UTC",this.dt=n.timeZoneName?t:0===t.offset?t:En.fromMillis(t.ts+60*t.offset*1e3)):"local"===t.zone.type?this.dt=t:r=(this.dt=t).zone.name,this.hasIntl){var i=Object.assign({},this.opts);r&&(i.timeZone=r),this.dtf=new Intl.DateTimeFormat(e,i)}}return o.prototype.format=function(){if(this.hasIntl)return this.dtf.format(this.dt.toJSDate());var t,e,n,r=(t=this.opts,e=u(a(t,["weekday","era","year","month","day","hour","minute","second","timeZoneName","hour12"])),n="EEEE, LLLL d, yyyy, h:mm a",e===u(Et)?"M/d/yyyy":e===u(Mt)?"LLL d, yyyy":e===u(Lt)?"LLLL d, yyyy":e===u(Vt)?"EEEE, LLLL d, yyyy":e===u(At)?"h:mm a":e===u(Ct)?"h:mm:ss a":e===u(Ft)?"h:mm a":e===u(Zt)?"h:mm a":e===u(zt)?"HH:mm":e===u(jt)?"HH:mm:ss":e===u(Ut)?"HH:mm":e===u(Ht)?"HH:mm":e===u(Rt)?"M/d/yyyy, h:mm a":e===u(Wt)?"LLL d, yyyy, h:mm a":e===u(Pt)?"LLLL d, yyyy, h:mm a":e===u(Yt)?n:e===u(qt)?"M/d/yyyy, h:mm:ss a":e===u(Jt)?"LLL d, yyyy, h:mm:ss a":e===u(Gt)?"LLLL d, yyyy, h:mm:ss a":e===u(Bt)?"EEEE, LLLL d, yyyy, h:mm:ss a":n),i=He.create("en-US");return Ze.create(i).formatDateTimeFromString(this.dt,r)},o.prototype.formatToParts=function(){return this.hasIntl&&d()?this.dtf.formatToParts(this.dt.toJSDate()):[]},o.prototype.resolvedOptions=function(){return this.hasIntl?this.dtf.resolvedOptions():{locale:"en-US",numberingSystem:"latn",outputCalendar:"gregory"}},o}(),He=function(){function u(t,e,n,r){var i,o,a,s;se(this,u),this.locale=t,this.numberingSystem=e,this.outputCalendar=n,this.intl=(o=this.locale,a=this.numberingSystem,s=this.outputCalendar,c()?(o=Array.isArray(o)?o:[o],(s||a)&&(o=o.map(function(t){return t+="-u",s&&(t+="-ca-"+s),a&&(t+="-nu-"+a),t})),o):[]),this.weekdaysCache={format:{},standalone:{}},this.monthsCache={format:{},standalone:{}},this.meridiemCache=null,this.eraCache={},this.specifiedLocale=r,this.fastNumbers=(!(i=this).numberingSystem||"latn"===i.numberingSystem)&&("latn"===i.numberingSystem||!i.locale||i.locale.startsWith("en")||c()&&"latn"===Intl.DateTimeFormat(i.intl).resolvedOptions().numberingSystem)}return u.fromOpts=function(t){return u.create(t.locale,t.numberingSystem,t.outputCalendar,t.defaultToEN)},u.create=function(t,e,n){var r=3<arguments.length&&void 0!==arguments[3]&&arguments[3],i=t||Ce.defaultLocale;return new u(i||(r?"en-US":function(){if(ze)return ze;if(c()){var t=(new Intl.DateTimeFormat).resolvedOptions().locale;return ze="und"===t?"en-US":t}return ze="en-US"}()),e||Ce.defaultNumberingSystem,n||Ce.defaultOutputCalendar,i)},u.resetCache=function(){ze=null},u.fromObject=function(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{},e=t.locale,n=t.numberingSystem,r=t.outputCalendar;return u.create(e,n,r)},u.prototype.listingMode=function(){var t=!(0<arguments.length&&void 0!==arguments[0])||arguments[0],e=c(),n=e&&d(),r="en"===this.locale||"en-us"===this.locale.toLowerCase()||e&&Intl.DateTimeFormat(this.intl).resolvedOptions().locale.startsWith("en-us"),i=!(null!==this.numberingSystem&&"latn"!==this.numberingSystem||null!==this.outputCalendar&&"gregory"!==this.outputCalendar);return n||r&&i||t?!n||r&&i?"en":"intl":"error"},u.prototype.clone=function(t){return t&&0!==Object.getOwnPropertyNames(t).length?u.create(t.locale||this.specifiedLocale,t.numberingSystem||this.numberingSystem,t.outputCalendar||this.outputCalendar,t.defaultToEN||!1):this},u.prototype.redefaultToEN=function(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{};return this.clone(Object.assign({},t,{defaultToEN:!0}))},u.prototype.redefaultToSystem=function(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{};return this.clone(Object.assign({},t,{defaultToEN:!1}))},u.prototype.months=function(n){var r=this,i=1<arguments.length&&void 0!==arguments[1]&&arguments[1],t=!(2<arguments.length&&void 0!==arguments[2])||arguments[2];return l(this,n,t,y,function(){var e=i?{month:n,day:"numeric"}:{month:n},t=i?"format":"standalone";return r.monthsCache[t][n]||(r.monthsCache[t][n]=function(t){for(var e,n=[],r=1;r<=12;r++)e=En.utc(2016,r,1),n.push(t(e));return n}(function(t){return r.extract(t,e,"month")})),r.monthsCache[t][n]})},u.prototype.weekdays=function(n){var r=this,i=1<arguments.length&&void 0!==arguments[1]&&arguments[1],t=!(2<arguments.length&&void 0!==arguments[2])||arguments[2];return l(this,n,t,g,function(){var e=i?{weekday:n,year:"numeric",month:"long",day:"numeric"}:{weekday:n},t=i?"format":"standalone";return r.weekdaysCache[t][n]||(r.weekdaysCache[t][n]=function(t){for(var e,n=[],r=1;r<=7;r++)e=En.utc(2016,11,13+r),n.push(t(e));return n}(function(t){return r.extract(t,e,"weekday")})),r.weekdaysCache[t][n]})},u.prototype.meridiems=function(){var n=this;return l(this,void 0,!(0<arguments.length&&void 0!==arguments[0])||arguments[0],function(){return ne},function(){if(!n.meridiemCache){var e={hour:"numeric",hour12:!0};n.meridiemCache=[En.utc(2016,11,13,9),En.utc(2016,11,13,19)].map(function(t){return n.extract(t,e,"dayperiod")})}return n.meridiemCache})},u.prototype.eras=function(t){var n=this,e=!(1<arguments.length&&void 0!==arguments[1])||arguments[1];return l(this,t,e,w,function(){var e={era:t};return n.eraCache[t]||(n.eraCache[t]=[En.utc(-40,1,1),En.utc(2017,1,1)].map(function(t){return n.extract(t,e,"era")})),n.eraCache[t]})},u.prototype.extract=function(t,e,n){var r=this.dtFormatter(t,e).formatToParts().find(function(t){return t.type.toLowerCase()===n});return r?r.value:null},u.prototype.numberFormatter=function(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{};if(t.forceSimple||this.fastNumbers)return new je(t);if(c()){var e={useGrouping:!1};return 0<t.padTo&&(e.minimumIntegerDigits=t.padTo),t.round&&(e.maximumFractionDigits=0),new Intl.NumberFormat(this.intl,e)}return new je(t)},u.prototype.dtFormatter=function(t){var e=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{};return new Ue(t,this.intl,e)},u.prototype.equals=function(t){return this.locale===t.locale&&this.numberingSystem===t.numberingSystem&&this.outputCalendar===t.outputCalendar},u}(),Re=/(?:(Z)|([+-]\d\d)(?::?(\d\d))?)/,qe=/(\d\d)(?::?(\d\d)(?::?(\d\d)(?:[.,](\d{1,9}))?)?)?/,We=RegExp(""+qe.source+Re.source+"?"),Je=RegExp("(?:T"+We.source+")?"),Pe=/([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/,Ge=/(\d{4})-?W(\d\d)-?(\d)/,Ye=/(\d{4})-?(\d{3})/,Be=e("weekYear","weekNumber","weekDay"),$e=e("year","ordinal"),Qe=/(\d{4})-(\d\d)-(\d\d)/,Ke=RegExp(qe.source+" ?(?:"+Re.source+"|([a-zA-Z_]{1,256}/[a-zA-Z_]{1,256}))?"),Xe=RegExp("(?: "+Ke.source+")?"),tn=/^P(?:(?:(\d{1,9})Y)?(?:(\d{1,9})M)?(?:(\d{1,9})D)?(?:T(?:(\d{1,9})H)?(?:(\d{1,9})M)?(?:(\d{1,9})(?:[.,](\d{1,9}))?S)?)?|(\d{1,9})W)$/,en={GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480},nn=/^(?:(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\d)(\d\d)))$/,rn=/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun), (\d\d) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) (\d{4}) (\d\d):(\d\d):(\d\d) GMT$/,on=/^(Monday|Tuesday|Wedsday|Thursday|Friday|Saturday|Sunday), (\d\d)-(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)-(\d\d) (\d\d):(\d\d):(\d\d) GMT$/,an=/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) ( \d|\d\d) (\d\d):(\d\d):(\d\d) (\d{4})$/,sn={weeks:{days:7,hours:168,minutes:10080,seconds:604800,milliseconds:6048e5},days:{hours:24,minutes:1440,seconds:86400,milliseconds:864e5},hours:{minutes:60,seconds:3600,milliseconds:36e5},minutes:{seconds:60,milliseconds:6e4},seconds:{milliseconds:1e3}},un=Object.assign({years:{months:12,weeks:52,days:365,hours:8760,minutes:525600,seconds:31536e3,milliseconds:31536e6},quarters:{months:3,weeks:13,days:91,hours:2184,minutes:131040,milliseconds:78624e5},months:{weeks:4,days:30,hours:720,minutes:43200,seconds:2592e3,milliseconds:2592e6}},sn),ln=365.2425,cn=30.436875,dn=Object.assign({years:{months:12,weeks:ln/7,days:ln,hours:24*ln,minutes:525949.2,seconds:60*525949.2,milliseconds:60*525949.2*1e3},quarters:{months:3,weeks:ln/28,days:ln/4,hours:24*ln/4,minutes:131487.3,seconds:60*525949.2/4,milliseconds:7889237999.999999},months:{weeks:cn/7,days:cn,hours:24*ln,minutes:525949.2,seconds:60*525949.2,milliseconds:60*525949.2*1e3}},sn),fn=["years","quarters","months","weeks","days","hours","minutes","seconds","milliseconds"],hn=fn.slice(0).reverse(),mn=function(){function v(t){se(this,v);var e="longterm"===t.conversionAccuracy||!1;this.values=t.values,this.loc=t.loc||He.create(),this.conversionAccuracy=e?"longterm":"casual",this.invalid=t.invalidReason||null,this.matrix=e?dn:un}return v.fromMillis=function(t,e){return v.fromObject(Object.assign({milliseconds:t},e))},v.fromObject=function(t){return new v({values:F(t,v.normalizeUnit,!0),loc:He.fromObject(t),conversionAccuracy:t.conversionAccuracy})},v.fromISO=function(t,e){var n=T(t,[tn,I])[0];if(n){var r=Object.assign(n,e);return v.fromObject(r)}return v.invalid("unparsable")},v.invalid=function(t){if(!t)throw new ve("need to specify a reason the Duration is invalid");if(Ce.throwOnInvalid)throw new me(t);return new v({invalidReason:t})},v.normalizeUnit=function(t){var e=1<arguments.length&&void 0!==arguments[1]&&arguments[1],n={year:"years",years:"years",quarter:"quarters",quarters:"quarters",month:"months",months:"months",week:"weeks",weeks:"weeks",day:"days",days:"days",hour:"hours",hours:"hours",minute:"minutes",minutes:"minutes",second:"seconds",seconds:"seconds",millisecond:"milliseconds",milliseconds:"milliseconds"}[t?t.toLowerCase():t];if(!e&&!n)throw new pe(t);return n},v.prototype.toFormat=function(t){var e=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{};return this.isValid?Ze.create(this.loc,e).formatDurationFromString(this,t):"Invalid Duration"},v.prototype.toObject=function(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{};if(!this.isValid)return{};var e=Object.assign({},this.values);return t.includeConfig&&(e.conversionAccuracy=this.conversionAccuracy,e.numberingSystem=this.loc.numberingSystem,e.locale=this.loc.locale),e},v.prototype.toISO=function(){if(!this.isValid)return null;var t="P",e=this.normalize();return 0<(e=U(e.values)?e.negate():e).years&&(t+=e.years+"Y"),(0<e.months||0<e.quarters)&&(t+=e.months+3*e.quarters+"M"),(0<e.days||0<e.weeks)&&(t+=e.days+7*e.weeks+"D"),(0<e.hours||0<e.minutes||0<e.seconds||0<e.milliseconds)&&(t+="T"),0<e.hours&&(t+=e.hours+"H"),0<e.minutes&&(t+=e.minutes+"M"),0<e.seconds&&(t+=e.seconds+"S"),t},v.prototype.toJSON=function(){return this.toISO()},v.prototype.toString=function(){return this.toISO()},v.prototype.inspect=function(){return this.isValid?"Duration {\n  values: "+JSON.stringify(this.toObject())+",\n  locale: "+this.locale+",\n  conversionAccuracy: "+this.conversionAccuracy+" }":"Duration { Invalid, reason: "+this.invalidReason+" }"},v.prototype.plus=function(t){if(!this.isValid)return this;var e=q(t),n={},r=fn,i=Array.isArray(r),o=0;for(r=i?r:r[Symbol.iterator]();;){var a;if(i){if(o>=r.length)break;a=r[o++]}else{if((o=r.next()).done)break;a=o.value}var s=a,u=e.get(s)+this.get(s);0!==u&&(n[s]=u)}return M(this,{values:n},!0)},v.prototype.minus=function(t){if(!this.isValid)return this;var e=q(t);return this.plus(e.negate())},v.prototype.get=function(t){return this[v.normalizeUnit(t)]},v.prototype.set=function(t){return M(this,{values:Object.assign(this.values,F(t,v.normalizeUnit))})},v.prototype.reconfigure=function(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{},e=t.locale,n=t.numberingSystem,r=t.conversionAccuracy,i={loc:this.loc.clone({locale:e,numberingSystem:n})};return r&&(i.conversionAccuracy=r),M(this,i)},v.prototype.as=function(t){return this.isValid?this.shiftTo(t).get(t):NaN},v.prototype.normalize=function(){if(!this.isValid)return this;var t=U(this.values),e=(t?this.negate():this).toObject();R(this.matrix,e);var n=v.fromObject(e);return t?n.negate():n},v.prototype.shiftTo=function(){for(var t=arguments.length,e=Array(t),n=0;n<t;n++)e[n]=arguments[n];if(!this.isValid)return this;if(0===e.length)return this;e=e.map(function(t){return v.normalizeUnit(t)});var r,i={},o={},a=this.toObject();R(this.matrix,a);var s=fn,u=Array.isArray(s),l=0;for(s=u?s:s[Symbol.iterator]();;){var c;if(u){if(l>=s.length)break;c=s[l++]}else{if((l=s.next()).done)break;c=l.value}var d=c;if(0<=e.indexOf(d)){r=d;var f=0;for(var h in o)o.hasOwnProperty(h)&&(f+=this.matrix[h][d]*o[h],o[h]=0);V(a[d])&&(f+=a[d]);var m=Tt(f);for(var y in i[d]=m,o[d]=f-m,a)fn.indexOf(y)>fn.indexOf(d)&&H(this.matrix,a,y,i,d)}else V(a[d])&&(o[d]=a[d])}if(r)for(var p in o)o.hasOwnProperty(p)&&0<o[p]&&(i[r]+=p===r?o[p]:o[p]/this.matrix[r][p]);return M(this,{values:i},!0)},v.prototype.negate=function(){if(!this.isValid)return this;var t={},e=Object.keys(this.values),n=Array.isArray(e),r=0;for(e=n?e:e[Symbol.iterator]();;){var i;if(n){if(r>=e.length)break;i=e[r++]}else{if((r=e.next()).done)break;i=r.value}var o=i;t[o]=-this.values[o]}return M(this,{values:t},!0)},v.prototype.equals=function(t){if(!this.isValid||!t.isValid)return!1;if(!this.loc.equals(t.loc))return!1;var e=fn,n=Array.isArray(e),r=0;for(e=n?e:e[Symbol.iterator]();;){var i;if(n){if(r>=e.length)break;i=e[r++]}else{if((r=e.next()).done)break;i=r.value}var o=i;if(this.values[o]!==t.values[o])return!1}return!0},ue(v,[{key:"locale",get:function(){return this.isValid?this.loc.locale:null}},{key:"numberingSystem",get:function(){return this.isValid?this.loc.numberingSystem:null}},{key:"years",get:function(){return this.isValid?this.values.years||0:NaN}},{key:"quarters",get:function(){return this.isValid?this.values.quarters||0:NaN}},{key:"months",get:function(){return this.isValid?this.values.months||0:NaN}},{key:"weeks",get:function(){return this.isValid?this.values.weeks||0:NaN}},{key:"days",get:function(){return this.isValid?this.values.days||0:NaN}},{key:"hours",get:function(){return this.isValid?this.values.hours||0:NaN}},{key:"minutes",get:function(){return this.isValid?this.values.minutes||0:NaN}},{key:"seconds",get:function(){return this.isValid?this.values.seconds||0:NaN}},{key:"milliseconds",get:function(){return this.isValid?this.values.milliseconds||0:NaN}},{key:"isValid",get:function(){return null===this.invalidReason}},{key:"invalidReason",get:function(){return this.invalid}}]),v}(),yn="Invalid Interval",pn=function(){function d(t){se(this,d),this.s=t.start,this.e=t.end,this.invalid=t.invalidReason||null}return d.invalid=function(t){if(!t)throw new ve("need to specify a reason the DateTime is invalid");if(Ce.throwOnInvalid)throw new he(t);return new d({invalidReason:t})},d.fromDateTimes=function(t,e){var n,r,i=kt(t),o=kt(e);return new d({start:i,end:o,invalidReason:(n=i,r=o,n&&r&&n.isValid&&r.isValid&&n<=r?null:"invalid endpoints")})},d.after=function(t,e){var n=q(e),r=kt(t);return d.fromDateTimes(r,r.plus(n))},d.before=function(t,e){var n=q(e),r=kt(t);return d.fromDateTimes(r.minus(n),r)},d.fromISO=function(t,e){if(t){var n=t.split(/\//),r=n[0],i=n[1];if(r&&i)return d.fromDateTimes(En.fromISO(r,e),En.fromISO(i,e))}return d.invalid("invalid ISO format")},d.prototype.length=function(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:"milliseconds";return this.isValid?this.toDuration.apply(this,[t]).get(t):NaN},d.prototype.count=function(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:"milliseconds";if(!this.isValid)return NaN;var e=this.start.startOf(t),n=this.end.startOf(t);return _t(n.diff(e,t).get(t))+1},d.prototype.hasSame=function(t){return!!this.isValid&&this.e.minus(1).hasSame(this.s,t)},d.prototype.isEmpty=function(){return this.s.valueOf()===this.e.valueOf()},d.prototype.isAfter=function(t){return!!this.isValid&&this.s>t},d.prototype.isBefore=function(t){return!!this.isValid&&this.e<=t},d.prototype.contains=function(t){return!!this.isValid&&this.s<=t&&this.e>t},d.prototype.set=function(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{},e=t.start,n=t.end;return this.isValid?d.fromDateTimes(e||this.s,n||this.e):this},d.prototype.splitAt=function(){if(!this.isValid)return[];for(var t=arguments.length,e=Array(t),n=0;n<t;n++)e[n]=arguments[n];for(var r=e.map(kt).sort(),i=[],o=this.s,a=0;o<this.e;){var s=r[a]||this.e,u=+s>+this.e?this.e:s;i.push(d.fromDateTimes(o,u)),o=u,a+=1}return i},d.prototype.splitBy=function(t){if(!this.isValid)return[];for(var e,n,r=q(t),i=[],o=this.s;o<this.e;)n=+(e=o.plus(r))>+this.e?this.e:e,i.push(d.fromDateTimes(o,n)),o=n;return i},d.prototype.divideEqually=function(t){return this.isValid?this.splitBy(this.length()/t).slice(0,t):[]},d.prototype.overlaps=function(t){return this.e>t.s&&this.s<t.e},d.prototype.abutsStart=function(t){return!!this.isValid&&+this.e==+t.s},d.prototype.abutsEnd=function(t){return!!this.isValid&&+t.e==+this.s},d.prototype.engulfs=function(t){return!!this.isValid&&this.s<=t.s&&this.e>=t.e},d.prototype.equals=function(t){return this.s.equals(t.s)&&this.e.equals(t.e)},d.prototype.intersection=function(t){if(!this.isValid)return this;var e=this.s>t.s?this.s:t.s,n=this.e<t.e?this.e:t.e;return n<e?null:d.fromDateTimes(e,n)},d.prototype.union=function(t){if(!this.isValid)return this;var e=this.s<t.s?this.s:t.s,n=this.e>t.e?this.e:t.e;return d.fromDateTimes(e,n)},d.merge=function(t){var e=t.sort(function(t,e){return t.s-e.s}).reduce(function(t,e){var n=t[0],r=t[1];return r?r.overlaps(e)||r.abutsStart(e)?[n,r.union(e)]:[n.concat([r]),e]:[n,e]},[[],null]),n=e[0],r=e[1];return r&&n.push(r),n},d.xor=function(t){var e,n=null,r=0,i=[],o=t.map(function(t){return[{time:t.s,type:"s"},{time:t.e,type:"e"}]}),a=(e=Array.prototype).concat.apply(e,o).sort(function(t,e){return t.time-e.time}),s=Array.isArray(a),u=0;for(a=s?a:a[Symbol.iterator]();;){var l;if(s){if(u>=a.length)break;l=a[u++]}else{if((u=a.next()).done)break;l=u.value}var c=l;1==(r+="s"===c.type?1:-1)?n=c.time:(n&&+n!=+c.time&&i.push(d.fromDateTimes(n,c.time)),n=null)}return d.merge(i)},d.prototype.difference=function(){for(var e=this,t=arguments.length,n=Array(t),r=0;r<t;r++)n[r]=arguments[r];return d.xor([this].concat(n)).map(function(t){return e.intersection(t)}).filter(function(t){return t&&!t.isEmpty()})},d.prototype.toString=function(){return this.isValid?"["+this.s.toISO()+" – "+this.e.toISO()+")":yn},d.prototype.inspect=function(){return this.isValid?"Interval {\n  start: "+this.start.toISO()+",\n  end: "+this.end.toISO()+",\n  zone:   "+this.start.zone.name+",\n  locale:   "+this.start.locale+" }":"Interval { Invalid, reason: "+this.invalidReason+" }"},d.prototype.toISO=function(t){return this.isValid?this.s.toISO(t)+"/"+this.e.toISO(t):yn},d.prototype.toFormat=function(t){var e=(1<arguments.length&&void 0!==arguments[1]?arguments[1]:{}).separator,n=void 0===e?" – ":e;return this.isValid?""+this.s.toFormat(t)+n+this.e.toFormat(t):yn},d.prototype.toDuration=function(t,e){return this.isValid?this.e.diff(this.s,t,e):mn.invalid(this.invalidReason)},ue(d,[{key:"start",get:function(){return this.isValid?this.s:null}},{key:"end",get:function(){return this.isValid?this.e:null}},{key:"isValid",get:function(){return null===this.invalidReason}},{key:"invalidReason",get:function(){return this.invalid}}]),d}(),vn=function(){function t(){se(this,t)}return t.hasDST=function(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:Ce.defaultZone,e=En.local().setZone(t).set({month:12});return!t.universal&&e.offset!==e.set({month:6}).offset},t.isValidIANAZone=function(t){return!!Oe.isValidSpecifier(t)&&Oe.isValidZone(t)},t.months=function(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:"long",e=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},n=e.locale,r=void 0===n?null:n,i=e.numberingSystem,o=void 0===i?null:i,a=e.outputCalendar,s=void 0===a?"gregory":a;return He.create(r,o,s).months(t)},t.monthsFormat=function(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:"long",e=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},n=e.locale,r=void 0===n?null:n,i=e.numberingSystem,o=void 0===i?null:i,a=e.outputCalendar,s=void 0===a?"gregory":a;return He.create(r,o,s).months(t,!0)},t.weekdays=function(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:"long",e=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},n=e.locale,r=void 0===n?null:n,i=e.numberingSystem,o=void 0===i?null:i;return He.create(r,o,null).weekdays(t)},t.weekdaysFormat=function(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:"long",e=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},n=e.locale,r=void 0===n?null:n,i=e.numberingSystem,o=void 0===i?null:i;return He.create(r,o,null).weekdays(t,!0)},t.meridiems=function(){var t=(0<arguments.length&&void 0!==arguments[0]?arguments[0]:{}).locale,e=void 0===t?null:t;return He.create(e).meridiems()},t.eras=function(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:"short",e=(1<arguments.length&&void 0!==arguments[1]?arguments[1]:{}).locale,n=void 0===e?null:e;return He.create(n,null,"gregory").eras(t)},t.features=function(){var t=!1,e=!1,n=!1;if(c()){t=!0,e=d();try{n="America/New_York"===new Intl.DateTimeFormat("en",{timeZone:"America/New_York"}).resolvedOptions().timeZone}catch(e){n=!1}}return{intl:t,intlTokens:e,zones:n}},t}(),gn="missing Intl.DateTimeFormat.formatToParts support",wn=[0,31,59,90,120,151,181,212,243,273,304,334],kn=[0,31,60,91,121,152,182,213,244,274,305,335],bn="Invalid DateTime",Sn="unsupported zone",Tn="unparsable",On={month:1,day:1,hour:0,minute:0,second:0,millisecond:0},_n={weekNumber:1,weekday:1,hour:0,minute:0,second:0,millisecond:0},xn={ordinal:1,hour:0,minute:0,second:0,millisecond:0},Nn=["year","month","day","hour","minute","second","millisecond"],In=["weekYear","weekNumber","weekday","hour","minute","second","millisecond"],Dn=["year","ordinal","hour","minute","second","millisecond"],En=function(){function M(t){se(this,M);var e=t.zone||Ce.defaultZone,n=t.invalidReason||(Ot(t.ts)?"invalid input":null)||(e.isValid?null:Sn);this.ts=L(t.ts)?Ce.now():t.ts;var r=null,i=null;if(!n){var o=t.old&&t.old.ts===this.ts&&t.old.zone.equals(e);r=o?t.old.c:dt(this.ts,e.offset(this.ts)),i=o?t.old.o:e.offset(this.ts)}this.zone=e,this.loc=t.loc||He.create(),this.invalid=n,this.weekData=null,this.c=r,this.o=i}return M.local=function(t,e,n,r,i,o,a){return L(t)?new M({ts:Ce.now()}):wt({year:t,month:e,day:n,hour:r,minute:i,second:o,millisecond:a},Ce.defaultZone)},M.utc=function(t,e,n,r,i,o,a){return L(t)?new M({ts:Ce.now(),zone:xe.utcInstance}):wt({year:t,month:e,day:n,hour:r,minute:i,second:o,millisecond:a},xe.utcInstance)},M.fromJSDate=function(t){var e,n=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{};return new M({ts:(e=t,"[object Date]"===Object.prototype.toString.call(e)?t.valueOf():NaN),zone:Z(n.zone,Ce.defaultZone),loc:He.fromObject(n)})},M.fromMillis=function(t){var e=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{};return new M({ts:t,zone:Z(e.zone,Ce.defaultZone),loc:He.fromObject(e)})},M.fromObject=function(t){var e=Z(t.zone,Ce.defaultZone);if(!e.isValid)return M.invalid(Sn);var n=Ce.now(),r=e.offset(n),i=F(t,gt,!0),o=!L(i.ordinal),a=!L(i.year),s=!L(i.month)||!L(i.day),u=a||s,l=i.weekYear||i.weekNumber,c=He.fromObject(t);if((u||o)&&l)throw new ye("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(s&&o)throw new ye("Can't mix ordinal dates with month/day");var d,f,h=l||i.weekday&&!u,m=dt(n,r);h?(d=In,f=_n,m=rt(m)):o?(d=Dn,f=xn,m=ot(m)):(d=Nn,f=On);var y=!1,p=d,v=Array.isArray(p),g=0;for(p=v?p:p[Symbol.iterator]();;){var w;if(v){if(g>=p.length)break;w=p[g++]}else{if((g=p.next()).done)break;w=g.value}var k=w;L(i[k])?i[k]=y?f[k]:m[k]:y=!0}var b,S,T,O,_,x,N,I=(h?(_=V((O=i).weekYear),x=A(O.weekNumber,1,tt(O.weekYear)),N=A(O.weekday,1,7),_?x?!N&&"weekday out of range":"week out of range":"weekYear out of range"):o?(S=V((b=i).year),T=A(b.ordinal,1,C(b.year)),S?!T&&"ordinal out of range":"year out of range"):st(i))||ut(i);if(I)return M.invalid(I);var D=ht(h?it(i):o?at(i):i,r,e),E=new M({ts:D[0],zone:e,o:D[1],loc:c});return i.weekday&&u&&t.weekday!==E.weekday?M.invalid("mismatched weekday"):E},M.fromISO=function(t){var e=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},n=T(t,[b(Pe,Je),S(O,_,x)],[b(Ge,Je),S(Be,_,x)],[b(Ye,Je),S($e,_)],[b(We),S(_,x)]);return yt(n[0],n[1],e)},M.fromRFC2822=function(t){var e=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},n=T(t.replace(/\([^)]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").trim(),[nn,E]);return yt(n[0],n[1],e)},M.fromHTTP=function(t){var e=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},n=T(t,[rn,z],[on,z],[an,j]);return yt(n[0],n[1],e)},M.fromFormat=function(t,e){var n=2<arguments.length&&void 0!==arguments[2]?arguments[2]:{};if(L(t)||L(e))throw new ve("fromFormat requires an input string and a format");var r,i=n.locale,o=void 0===i?null:i,a=n.numberingSystem,s=void 0===a?null:a,u=He.fromOpts({locale:o,numberingSystem:s,defaultToEN:!0}),l=[(r=K(u,t,e)).result,r.zone,r.invalidReason],c=l[0],d=l[1],f=l[2];return f?M.invalid(f):yt(c,d,n)},M.fromString=function(t,e){var n=2<arguments.length&&void 0!==arguments[2]?arguments[2]:{};return M.fromFormat(t,e,n)},M.fromSQL=function(t){var e=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},n=T(t,[b(Qe,Xe),S(O,_,x,N)],[b(Ke),S(_,x,N)]);return yt(n[0],n[1],e)},M.invalid=function(t){if(!t)throw new ve("need to specify a reason the DateTime is invalid");if(Ce.throwOnInvalid)throw new fe(t);return new M({invalidReason:t})},M.prototype.get=function(t){return this[t]},M.prototype.resolvedLocaleOpts=function(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{},e=Ze.create(this.loc.clone(t),t).resolvedOptions(this);return{locale:e.locale,numberingSystem:e.numberingSystem,outputCalendar:e.calendar}},M.prototype.toUTC=function(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:0,e=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{};return this.setZone(xe.instance(t),e)},M.prototype.toLocal=function(){return this.setZone(new be)},M.prototype.setZone=function(t){var e=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},n=e.keepLocalTime,r=e.keepCalendarTime;return(t=Z(t,Ce.defaultZone)).equals(this.zone)?this:t.isValid?lt(this,{ts:void 0!==n&&n||void 0!==r&&r?this.ts+60*(this.o-t.offset(this.ts))*1e3:this.ts,zone:t}):M.invalid(Sn)},M.prototype.reconfigure=function(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{},e=t.locale,n=t.numberingSystem,r=t.outputCalendar;return lt(this,{loc:this.loc.clone({locale:e,numberingSystem:n,outputCalendar:r})})},M.prototype.setLocale=function(t){return this.reconfigure({locale:t})},M.prototype.set=function(t){if(!this.isValid)return this;var e,n=F(t,gt);!L(n.weekYear)||!L(n.weekNumber)||!L(n.weekday)?e=it(Object.assign(rt(this.c),n)):L(n.ordinal)?(e=Object.assign(this.toObject(),n),L(n.day)&&(e.day=bt(f(e.year,e.month),e.day))):e=at(Object.assign(ot(this.c),n));var r=ht(e,this.o,this.zone);return lt(this,{ts:r[0],o:r[1]})},M.prototype.plus=function(t){return this.isValid?lt(this,mt(this,q(t))):this},M.prototype.minus=function(t){return this.isValid?lt(this,mt(this,q(t).negate())):this},M.prototype.startOf=function(t){if(!this.isValid)return this;var e={},n=mn.normalizeUnit(t);switch(n){case"years":e.month=1;case"quarters":case"months":e.day=1;case"weeks":case"days":e.hour=0;case"hours":e.minute=0;case"minutes":e.second=0;case"seconds":e.millisecond=0;break;case"milliseconds":break;default:throw new pe(t)}return"weeks"===n&&(e.weekday=1),"quarters"===n&&(e.month=3*_t(this.month/3)+1),this.set(e)},M.prototype.endOf=function(t){var e;return this.isValid?this.startOf(t).plus((e={},e[t]=1,e)).minus(1):this},M.prototype.toFormat=function(t){var e=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{};return this.isValid?Ze.create(this.loc.redefaultToEN(),e).formatDateTimeFromString(this,t):bn},M.prototype.toLocaleString=function(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:Et;return this.isValid?Ze.create(this.loc.clone(t),t).formatDateTime(this):bn},M.prototype.toLocaleParts=function(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{};return this.isValid?Ze.create(this.loc.clone(t),t).formatDateTimeParts(this):[]},M.prototype.toISO=function(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{};return this.isValid?this.toISODate()+"T"+this.toISOTime(t):null},M.prototype.toISODate=function(){return pt(this,"yyyy-MM-dd")},M.prototype.toISOWeekDate=function(){return pt(this,"kkkk-'W'WW-c")},M.prototype.toISOTime=function(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{},e=t.suppressMilliseconds,n=t.suppressSeconds,r=t.includeOffset;return vt(this,{suppressSeconds:void 0!==n&&n,suppressMilliseconds:void 0!==e&&e,includeOffset:void 0===r||r})},M.prototype.toRFC2822=function(){return pt(this,"EEE, dd LLL yyyy hh:mm:ss ZZZ")},M.prototype.toHTTP=function(){return pt(this.toUTC(),"EEE, dd LLL yyyy HH:mm:ss 'GMT'")},M.prototype.toSQLDate=function(){return pt(this,"yyyy-MM-dd")},M.prototype.toSQLTime=function(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{},e=t.includeOffset,n=t.includeZone;return vt(this,{includeOffset:void 0===e||e,includeZone:void 0!==n&&n,spaceZone:!0})},M.prototype.toSQL=function(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{};return this.isValid?this.toSQLDate()+" "+this.toSQLTime(t):null},M.prototype.toString=function(){return this.isValid?this.toISO():bn},M.prototype.inspect=function(){return this.isValid?"DateTime {\n  ts: "+this.toISO()+",\n  zone: "+this.zone.name+",\n  locale: "+this.locale+" }":"DateTime { Invalid, reason: "+this.invalidReason+" }"},M.prototype.valueOf=function(){return this.isValid?this.ts:NaN},M.prototype.toJSON=function(){return this.toISO()},M.prototype.toObject=function(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{};if(!this.isValid)return{};var e=Object.assign({},this.c);return t.includeConfig&&(e.outputCalendar=this.outputCalendar,e.numberingSystem=this.loc.numberingSystem,e.locale=this.loc.locale),e},M.prototype.toJSDate=function(){return new Date(this.isValid?this.ts:NaN)},M.prototype.diff=function(t){var e=1<arguments.length&&void 0!==arguments[1]?arguments[1]:"milliseconds",n=2<arguments.length&&void 0!==arguments[2]?arguments[2]:{};if(!this.isValid||!t.isValid)return mn.invalid(this.invalidReason||t.invalidReason);var r,i=(r=e,Array.isArray(r)?r:[r]).map(mn.normalizeUnit),o=t.valueOf()>this.valueOf(),a=J(o?this:t,o?t:this,i,n);return o?a.negate():a},M.prototype.diffNow=function(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:"milliseconds",e=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{};return this.diff(M.local(),t,e)},M.prototype.until=function(t){return this.isValid?pn.fromDateTimes(this,t):this},M.prototype.hasSame=function(t,e){if(!this.isValid)return!1;if("millisecond"===e)return this.valueOf()===t.valueOf();var n=t.valueOf();return this.startOf(e)<=n&&n<=this.endOf(e)},M.prototype.equals=function(t){return this.isValid&&t.isValid&&this.valueOf()===t.valueOf()&&this.zone.equals(t.zone)&&this.loc.equals(t.loc)},M.min=function(){for(var t=arguments.length,e=Array(t),n=0;n<t;n++)e[n]=arguments[n];return r(e,function(t){return t.valueOf()},Math.min)},M.max=function(){for(var t=arguments.length,e=Array(t),n=0;n<t;n++)e[n]=arguments[n];return r(e,function(t){return t.valueOf()},Math.max)},M.fromFormatExplain=function(t,e){var n=2<arguments.length&&void 0!==arguments[2]?arguments[2]:{},r=n.locale,i=void 0===r?null:r,o=n.numberingSystem,a=void 0===o?null:o;return K(He.fromOpts({locale:i,numberingSystem:a,defaultToEN:!0}),t,e)},M.fromStringExplain=function(t,e){var n=2<arguments.length&&void 0!==arguments[2]?arguments[2]:{};return M.fromFormatExplain(t,e,n)},ue(M,[{key:"isValid",get:function(){return null===this.invalidReason}},{key:"invalidReason",get:function(){return this.invalid}},{key:"locale",get:function(){return this.isValid?this.loc.locale:null}},{key:"numberingSystem",get:function(){return this.isValid?this.loc.numberingSystem:null}},{key:"outputCalendar",get:function(){return this.isValid?this.loc.outputCalendar:null}},{key:"zoneName",get:function(){return this.isValid?this.zone.name:null}},{key:"year",get:function(){return this.isValid?this.c.year:NaN}},{key:"quarter",get:function(){return this.isValid?Math.ceil(this.c.month/3):NaN}},{key:"month",get:function(){return this.isValid?this.c.month:NaN}},{key:"day",get:function(){return this.isValid?this.c.day:NaN}},{key:"hour",get:function(){return this.isValid?this.c.hour:NaN}},{key:"minute",get:function(){return this.isValid?this.c.minute:NaN}},{key:"second",get:function(){return this.isValid?this.c.second:NaN}},{key:"millisecond",get:function(){return this.isValid?this.c.millisecond:NaN}},{key:"weekYear",get:function(){return this.isValid?n(this).weekYear:NaN}},{key:"weekNumber",get:function(){return this.isValid?n(this).weekNumber:NaN}},{key:"weekday",get:function(){return this.isValid?n(this).weekday:NaN}},{key:"ordinal",get:function(){return this.isValid?ot(this.c).ordinal:NaN}},{key:"monthShort",get:function(){return this.isValid?vn.months("short",{locale:this.locale})[this.month-1]:null}},{key:"monthLong",get:function(){return this.isValid?vn.months("long",{locale:this.locale})[this.month-1]:null}},{key:"weekdayShort",get:function(){return this.isValid?vn.weekdays("short",{locale:this.locale})[this.weekday-1]:null}},{key:"weekdayLong",get:function(){return this.isValid?vn.weekdays("long",{locale:this.locale})[this.weekday-1]:null}},{key:"offset",get:function(){return this.isValid?this.zone.offset(this.ts):NaN}},{key:"offsetNameShort",get:function(){return this.isValid?this.zone.offsetName(this.ts,{format:"short",locale:this.locale}):null}},{key:"offsetNameLong",get:function(){return this.isValid?this.zone.offsetName(this.ts,{format:"long",locale:this.locale}):null}},{key:"isOffsetFixed",get:function(){return this.isValid?this.zone.universal:null}},{key:"isInDST",get:function(){return!this.isOffsetFixed&&(this.offset>this.set({month:1}).offset||this.offset>this.set({month:5}).offset)}},{key:"isInLeapYear",get:function(){return s(this.year)}},{key:"daysInMonth",get:function(){return f(this.year,this.month)}},{key:"daysInYear",get:function(){return this.isValid?C(this.year):NaN}}],[{key:"DATE_SHORT",get:function(){return Et}},{key:"DATE_MED",get:function(){return Mt}},{key:"DATE_FULL",get:function(){return Lt}},{key:"DATE_HUGE",get:function(){return Vt}},{key:"TIME_SIMPLE",get:function(){return At}},{key:"TIME_WITH_SECONDS",get:function(){return Ct}},{key:"TIME_WITH_SHORT_OFFSET",get:function(){return Ft}},{key:"TIME_WITH_LONG_OFFSET",get:function(){return Zt}},{key:"TIME_24_SIMPLE",get:function(){return zt}},{key:"TIME_24_WITH_SECONDS",get:function(){return jt}},{key:"TIME_24_WITH_SHORT_OFFSET",get:function(){return Ut}},{key:"TIME_24_WITH_LONG_OFFSET",get:function(){return Ht}},{key:"DATETIME_SHORT",get:function(){return Rt}},{key:"DATETIME_SHORT_WITH_SECONDS",get:function(){return qt}},{key:"DATETIME_MED",get:function(){return Wt}},{key:"DATETIME_MED_WITH_SECONDS",get:function(){return Jt}},{key:"DATETIME_FULL",get:function(){return Pt}},{key:"DATETIME_FULL_WITH_SECONDS",get:function(){return Gt}},{key:"DATETIME_HUGE",get:function(){return Yt}},{key:"DATETIME_HUGE_WITH_SECONDS",get:function(){return Bt}}]),M}();return t.DateTime=En,t.Duration=mn,t.Interval=pn,t.Info=vn,t.Zone=we,t.Settings=Ce,t}({}),DateTime=luxon.DateTime;
"use strict";function injector(e){var t=null!=e.el&&e.el?e.el:document.body,l=document.createElement("div");e.templateClass&&l.classList.add(e.templateClass),l.innerHTML=null!=e.template&&e.template?e.template.replace(/(\r\n\t|\n|\r\t)/gm,""):"",t.appendChild(l);var n=document.createElement("style");n.innerText=null!=e.style&&e.style?e.style.replace(/(\r\n\t|\n|\r\t)/gm,""):"",document.head.appendChild(n),null!=e.handlers&&"function"==typeof e.handlers&&e.handlers()}})();
</script>